From ad0009baf61862f11ba5a2e26f65a12dd6a3e254 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 2 May 2026 15:21:19 -0500 Subject: [PATCH] Redo databases module to pull information from masterdata csv files --- Cargo.lock | 22 + Cargo.toml | 1 + .../csv => databases/csv-en}/achievement.csv | 0 .../csv-en}/adjust_tracking_list.csv | 0 .../csv => databases/csv-en}/album_card_m.csv | 0 .../databases/csv-en/album_member_tag_m.csv | 164 + .../databases/csv-en/album_multi_unit_m.csv | 151 + .../databases/csv-en/album_series_m.csv | 688 + .../album_series_thumbnail_asset_m.csv | 0 src/router/databases/csv-en/album_unit_m.csv | 3906 + .../csv-en}/album_unit_pair_m.csv | 0 .../csv-en}/album_unit_series_m.csv | 0 .../csv-en}/album_unit_type.csv | 0 .../csv-en}/album_unit_type_member_tag_m.csv | 0 .../csv-en}/beginner_mission.csv | 0 .../csv-en}/beginner_mission_reward.csv | 0 .../beginner_mission_reward_setting.csv | 0 src/router/databases/csv-en/bgm.csv | 1300 + .../databases/csv-en/billing_product.csv | 23 + .../csv-en/billing_product_reward.csv | 2 + src/router/databases/csv-en/billing_shop.csv | 4 + .../databases/csv-en/billing_subscription.csv | 13 + .../csv-en}/billing_subscription_reward.csv | 0 src/router/databases/csv-en/card.csv | 579 + .../csv-en}/card_collection_reward.csv | 0 src/router/databases/csv-en/card_evolve.csv | 6 + .../csv-en}/card_evolve_condition.csv | 0 .../csv => databases/csv-en}/card_get.csv | 0 .../csv => databases/csv-en}/card_level.csv | 0 .../csv => databases/csv-en}/card_rarity.csv | 0 .../csv-en}/card_skill_level.csv | 0 .../databases/csv-en/card_sys_voice.csv | 347 + src/router/databases/csv-en/character.csv | 51 + .../databases/csv-en/character_group.csv | 101 + .../databases/csv-en/character_sys_voice.csv | 4599 + .../csv => databases/csv-en}/chat.csv | 0 .../csv-en}/chat_attachment.csv | 0 src/router/databases/csv-en/chat_chapter.csv | 1336 + .../databases/csv-en/chat_character.csv | 43 + .../csv => databases/csv-en}/chat_reward.csv | 0 src/router/databases/csv-en/chat_room.csv | 708 + src/router/databases/csv-en/chat_stamp.csv | 151 + .../csv-en}/chat_voice_key.csv | 0 .../csv-en}/chipster_result_code.csv | 0 src/router/databases/csv-en/comic.csv | 41 + .../csv-en}/common_bg_movie.csv | 0 src/router/databases/csv-en/const.csv | 191 + .../csv-en}/date_condition.csv | 0 .../csv-en}/date_condition_others.csv | 0 src/router/databases/csv-en/dialog.csv | 460 + .../csv-en}/dialog_button.csv | 0 src/router/databases/csv-en/event.csv | 42 + .../csv-en}/event_card_bonus.csv | 0 .../csv => databases/csv-en}/event_live.csv | 0 .../databases/csv-en/event_member_ranking.csv | 2045 + .../csv-en/event_member_ranking_reward.csv | 9292 ++ src/router/databases/csv-en/event_point.csv | 3456 + .../databases/csv-en/event_point_ranking.csv | 274 + .../csv-en/event_point_ranking_reward.csv | 1882 + .../databases/csv-en/event_point_reward.csv | 3456 + .../databases/csv-en/event_point_settings.csv | 37 + src/router/databases/csv-en/event_score.csv | 46 + .../csv-en}/event_score_ranking.csv | 0 .../csv-en}/event_score_ranking_reward.csv | 0 src/router/databases/csv-en/event_story.csv | 6 + src/router/databases/csv-en/event_tips.csv | 42 + .../databases/csv-en/event_tips_page.csv | 185 + .../databases/csv-en/event_top_banner.csv | 46 + .../csv => databases/csv-en}/event_type.csv | 0 .../csv-en}/evolve_item_amount.csv | 0 .../csv-en}/evolve_item_condition.csv | 0 src/router/databases/csv-en/exchange.csv | 122 + src/router/databases/csv-en/exchange_item.csv | 5487 + .../databases/csv-en/exchange_item_reward.csv | 5487 + .../csv-en}/function_lock.csv | 0 .../csv-en}/gamelib_result_code.csv | 0 src/router/databases/csv-en/group.csv | 40 + src/router/databases/csv-en/home_banner.csv | 172 + .../csv => databases/csv-en}/home_bg.csv | 0 src/router/databases/csv-en/item.csv | 211 + .../csv => databases/csv-en}/limited_live.csv | 0 src/router/databases/csv-en/live.csv | 638 + .../csv => databases/csv-en}/live_boost.csv | 0 .../csv-en}/live_clear_reward.csv | 0 .../csv => databases/csv-en}/live_combo.csv | 0 .../csv-en}/live_condition.csv | 0 .../csv-en}/live_effect_value.csv | 0 .../csv-en}/live_input_result.csv | 0 .../csv-en}/live_lane_skin.csv | 0 .../csv => databases/csv-en}/live_mission.csv | 0 .../csv-en}/live_mission_combo.csv | 0 .../csv-en}/live_mission_reward.csv | 0 .../csv-en}/live_ranking_reward.csv | 0 .../databases/csv-en/live_recommend.csv | 30 + .../csv-en}/live_recommend_list.csv | 0 .../csv => databases/csv-en}/live_reward.csv | 0 .../csv-en}/live_reward_setting.csv | 0 .../csv => databases/csv-en}/live_rule.csv | 0 .../csv-en}/live_tap_effect.csv | 0 .../csv => databases/csv-en}/live_tap_se.csv | 0 .../csv => databases/csv-en}/location.csv | 0 .../databases/csv-en/location_reward.csv | 34 + src/router/databases/csv-en/login_bonus.csv | 317 + .../databases/csv-en/login_bonus_reward.csv | 839 + .../csv-en/login_bonus_reward_setting.csv | 839 + src/router/databases/csv-en/lottery.csv | 198 + .../databases/csv-en/lottery_caution.csv | 248 + .../csv-en}/lottery_eff_movie.csv | 0 .../csv-en}/lottery_eff_movie_ratio.csv | 0 src/router/databases/csv-en/lottery_image.csv | 198 + src/router/databases/csv-en/lottery_info.csv | 198 + src/router/databases/csv-en/lottery_item.csv | 8293 ++ src/router/databases/csv-en/lottery_price.csv | 930 + .../databases/csv-en/lottery_rarity.csv | 1144 + .../csv-en}/lottery_reward.csv | 0 .../csv-en}/lottery_stepup.csv | 0 .../csv-en}/membership_wallpaper.csv | 0 src/router/databases/csv-en/mission.csv | 3243 + .../csv-en}/mission_banner.csv | 0 .../databases/csv-en/mission_reward.csv | 4016 + src/router/databases/csv-en/movie.csv | 72 + .../csv => databases/csv-en}/movie_key.csv | 0 .../csv-en/multi_daily_drop_effect.csv | 8 + .../csv-en}/multi_penalty.csv | 0 .../databases/csv-en/multi_room_condition.csv | 5 + .../csv-en}/multi_room_select.csv | 0 .../csv-en}/multievent_card_bonus.csv | 0 .../csv-en}/multievent_matchingrange.csv | 0 .../csv-en}/multievent_penalty.csv | 0 .../csv-en}/multievent_rankbonus.csv | 0 .../databases/csv-en/multievent_setting.csv | 6 + src/router/databases/csv-en/music.csv | 638 + src/router/databases/csv-en/music_level.csv | 2146 + .../csv-en}/music_shop_price.csv | 0 src/router/databases/csv-en/navigation.csv | 22 + .../csv-en}/navigation_condition.csv | 0 .../csv-en/navigation_dialog_page.csv | 57 + src/router/databases/csv-en/new_skill.csv | 579 + .../csv-en}/notice_birthday.csv | 0 .../csv => databases/csv-en}/notice_card.csv | 0 .../csv-en}/notice_card_image.csv | 0 .../csv => databases/csv-en}/notice_gacha.csv | 0 .../databases/csv-en/notice_general.csv | 35 + .../csv-en}/notice_general_navigation.csv | 0 .../csv-en}/notice_general_sequence.csv | 0 .../csv => databases/csv-en}/notice_music.csv | 0 .../csv-en}/notice_music_image.csv | 0 .../csv-en}/part_voice_key.csv | 0 .../databases/csv-en/preset_background.csv | 43 + .../csv-en}/preset_foreground.csv | 0 src/router/databases/csv-en/release_label.csv | 1856 + .../csv-en}/resource_download.csv | 0 .../csv => databases/csv-en}/result_code.csv | 0 src/router/databases/csv-en/rhythm_icon.csv | 7 + src/router/databases/csv-en/scene_title.csv | 89 + .../csv => databases/csv-en}/se.csv | 0 src/router/databases/csv-en/shop_item.csv | 3 + .../csv => databases/csv-en}/shop_reward.csv | 0 src/router/databases/csv-en/skill_center.csv | 70 + .../csv-en}/skill_center_effect.csv | 0 .../csv => databases/csv-en}/sound_key.csv | 0 .../csv => databases/csv-en}/stamp.csv | 0 .../csv-en}/star_event_card_bonus.csv | 0 .../csv-en}/star_event_level.csv | 0 .../csv-en/star_event_level_reward.csv | 458 + .../star_event_level_reward_setting.csv | 261 + .../csv-en}/star_event_setting.csv | 0 src/router/databases/csv-en/story.csv | 25 + src/router/databases/csv-en/story_part.csv | 57 + src/router/databases/csv-en/story_release.csv | 57 + .../csv => databases/csv-en}/story_reward.csv | 0 .../databases/csv-en/subscription_image.csv | 13 + .../csv-en}/sys_voice_key.csv | 0 src/router/databases/csv-en/text.csv | 2440 + src/router/databases/csv-en/title.csv | 2854 + .../csv => databases/csv-en}/title_screen.csv | 0 src/router/databases/csv-en/url.csv | 26 + .../csv => databases/csv-en}/user_rank.csv | 0 .../csv-en}/user_rank_reward.csv | 0 src/router/databases/csv-en/voice.csv | 8797 ++ .../csv => databases/csv-en}/voice_key.csv | 0 .../csv => databases/csv-en}/wipe.csv | 0 .../csv-en}/wipe_play_list.csv | 0 src/router/databases/csv.rs | 149 + src/router/databases/csv/achievement.csv | 9 + .../databases/csv/adjust_tracking_list.csv | 33 + src/router/databases/csv/album_card_m.csv | 7248 ++ .../csv/album_member_tag_m.csv | 0 .../csv/album_multi_unit_m.csv | 0 .../csv/album_series_m.csv | 0 .../csv/album_series_thumbnail_asset_m.csv | 583 + .../csv/album_unit_m.csv | 0 .../databases/csv/album_unit_pair_m.csv | 409 + .../databases/csv/album_unit_series_m.csv | 3963 + src/router/databases/csv/album_unit_type.csv | 287 + .../csv/album_unit_type_member_tag_m.csv | 658 + src/router/databases/csv/beginner_mission.csv | 28 + .../databases/csv/beginner_mission_reward.csv | 29 + .../csv/beginner_mission_reward_setting.csv | 28 + .../{masterdata => databases}/csv/bgm.csv | 0 .../csv/billing_product.csv | 0 .../csv/billing_product_reward.csv | 0 .../csv/billing_shop.csv | 0 .../csv/billing_subscription.csv | 0 .../csv/billing_subscription_reward.csv | 37 + .../{masterdata => databases}/csv/card.csv | 0 .../databases/csv/card_collection_reward.csv | 2 + .../csv/card_evolve.csv | 0 .../databases/csv/card_evolve_condition.csv | 1 + src/router/databases/csv/card_get.csv | 364 + src/router/databases/csv/card_level.csv | 241 + src/router/databases/csv/card_rarity.csv | 4 + src/router/databases/csv/card_skill_level.csv | 18 + .../csv/card_sys_voice.csv | 0 .../csv/character.csv | 0 .../csv/character_group.csv | 0 .../csv/character_sys_voice.csv | 0 src/router/databases/csv/chat.csv | 47 + src/router/databases/csv/chat_attachment.csv | 85 + .../csv/chat_chapter.csv | 0 .../csv/chat_character.csv | 0 src/router/databases/csv/chat_reward.csv | 7 + .../csv/chat_room.csv | 0 .../csv/chat_stamp.csv | 0 src/router/databases/csv/chat_voice_key.csv | 1 + .../databases/csv/chipster_result_code.csv | 10 + .../{masterdata => databases}/csv/comic.csv | 0 src/router/databases/csv/common_bg_movie.csv | 10 + .../{masterdata => databases}/csv/const.csv | 0 src/router/databases/csv/date_condition.csv | 56 + .../databases/csv/date_condition_others.csv | 6 + .../{masterdata => databases}/csv/dialog.csv | 0 src/router/databases/csv/dialog_button.csv | 21 + .../{masterdata => databases}/csv/event.csv | 0 src/router/databases/csv/event_card_bonus.csv | 82 + src/router/databases/csv/event_live.csv | 15 + .../csv/event_member_ranking.csv | 0 .../csv/event_member_ranking_reward.csv | 0 .../csv/event_point.csv | 0 .../csv/event_point_ranking.csv | 0 .../csv/event_point_ranking_reward.csv | 0 .../csv/event_point_reward.csv | 0 .../csv/event_point_settings.csv | 0 .../csv/event_score.csv | 0 .../databases/csv/event_score_ranking.csv | 127 + .../csv/event_score_ranking_reward.csv | 267 + .../csv/event_story.csv | 0 .../csv/event_tips.csv | 0 .../csv/event_tips_page.csv | 0 .../csv/event_top_banner.csv | 0 src/router/databases/csv/event_type.csv | 1 + .../databases/csv/evolve_item_amount.csv | 4 + .../databases/csv/evolve_item_condition.csv | 2 + .../csv/exchange.csv | 0 .../csv/exchange_item.csv | 0 .../csv/exchange_item_reward.csv | 0 src/router/databases/csv/function_lock.csv | 4 + .../databases/csv/gamelib_result_code.csv | 34 + .../{masterdata => databases}/csv/group.csv | 0 .../csv/home_banner.csv | 0 src/router/databases/csv/home_bg.csv | 2 + .../{masterdata => databases}/csv/item.csv | 0 src/router/databases/csv/limited_live.csv | 1 + .../{masterdata => databases}/csv/live.csv | 0 src/router/databases/csv/live_boost.csv | 11 + .../databases/csv/live_clear_reward.csv | 2528 + src/router/databases/csv/live_combo.csv | 8 + src/router/databases/csv/live_condition.csv | 1 + .../databases/csv/live_effect_value.csv | 2 + .../databases/csv/live_input_result.csv | 6 + src/router/databases/csv/live_lane_skin.csv | 6 + src/router/databases/csv/live_mission.csv | 21 + .../databases/csv/live_mission_combo.csv | 638 + .../databases/csv/live_mission_reward.csv | 17 + .../databases/csv/live_ranking_reward.csv | 2 + .../csv/live_recommend.csv | 0 .../databases/csv/live_recommend_list.csv | 599 + src/router/databases/csv/live_reward.csv | 3 + .../databases/csv/live_reward_setting.csv | 11 + src/router/databases/csv/live_rule.csv | 1 + src/router/databases/csv/live_tap_effect.csv | 5 + src/router/databases/csv/live_tap_se.csv | 4 + src/router/databases/csv/location.csv | 31 + .../csv/location_reward.csv | 0 .../csv/login_bonus.csv | 0 .../csv/login_bonus_reward.csv | 0 .../csv/login_bonus_reward_setting.csv | 0 .../{masterdata => databases}/csv/lottery.csv | 0 .../csv/lottery_caution.csv | 0 .../databases/csv/lottery_eff_movie.csv | 36 + .../databases/csv/lottery_eff_movie_ratio.csv | 3 + .../csv/lottery_image.csv | 0 .../csv/lottery_info.csv | 0 .../csv/lottery_item.csv | 0 .../csv/lottery_price.csv | 0 .../csv/lottery_rarity.csv | 0 src/router/databases/csv/lottery_reward.csv | 1 + src/router/databases/csv/lottery_stepup.csv | 1 + .../databases/csv/membership_wallpaper.csv | 11 + .../{masterdata => databases}/csv/mission.csv | 0 src/router/databases/csv/mission_banner.csv | 4 + .../csv/mission_reward.csv | 0 .../{masterdata => databases}/csv/movie.csv | 0 src/router/databases/csv/movie_key.csv | 28 + .../csv/multi_daily_drop_effect.csv | 0 src/router/databases/csv/multi_penalty.csv | 1 + .../csv/multi_room_condition.csv | 0 .../databases/csv/multi_room_select.csv | 5 + .../databases/csv/multievent_card_bonus.csv | 28 + .../csv/multievent_matchingrange.csv | 4 + .../databases/csv/multievent_penalty.csv | 8 + .../databases/csv/multievent_rankbonus.csv | 10 + .../csv/multievent_setting.csv | 0 .../{masterdata => databases}/csv/music.csv | 0 .../csv/music_level.csv | 0 src/router/databases/csv/music_shop_price.csv | 1 + .../csv/navigation.csv | 0 .../databases/csv/navigation_condition.csv | 1 + .../csv/navigation_dialog_page.csv | 0 .../csv/new_skill.csv | 0 src/router/databases/csv/notice_birthday.csv | 1 + src/router/databases/csv/notice_card.csv | 1 + .../databases/csv/notice_card_image.csv | 1 + src/router/databases/csv/notice_gacha.csv | 1 + .../csv/notice_general.csv | 0 .../csv/notice_general_navigation.csv | 1 + .../databases/csv/notice_general_sequence.csv | 1 + src/router/databases/csv/notice_music.csv | 1 + .../databases/csv/notice_music_image.csv | 1 + src/router/databases/csv/part_voice_key.csv | 1 + .../csv/preset_background.csv | 0 .../databases/csv/preset_foreground.csv | 17 + .../csv/release_label.csv | 0 .../databases/csv/resource_download.csv | 12 + src/router/databases/csv/result_code.csv | 22 + .../csv/rhythm_icon.csv | 0 .../csv/scene_title.csv | 0 src/router/databases/csv/se.csv | 120 + .../csv/shop_item.csv | 0 src/router/databases/csv/shop_reward.csv | 3 + .../csv/skill_center.csv | 0 .../databases/csv/skill_center_effect.csv | 70 + src/router/databases/csv/sound_key.csv | 200 + src/router/databases/csv/stamp.csv | 16 + .../databases/csv/star_event_card_bonus.csv | 19 + src/router/databases/csv/star_event_level.csv | 16 + .../csv/star_event_level_reward.csv | 0 .../csv/star_event_level_reward_setting.csv | 0 .../databases/csv/star_event_setting.csv | 4 + .../{masterdata => databases}/csv/story.csv | 0 .../csv/story_part.csv | 0 .../csv/story_release.csv | 0 src/router/databases/csv/story_reward.csv | 18 + .../csv/subscription_image.csv | 0 src/router/databases/csv/sys_voice_key.csv | 1 + .../{masterdata => databases}/csv/text.csv | 0 .../{masterdata => databases}/csv/title.csv | 0 src/router/databases/csv/title_screen.csv | 6 + .../{masterdata => databases}/csv/url.csv | 0 src/router/databases/csv/user_rank.csv | 301 + src/router/databases/csv/user_rank_reward.csv | 1 + .../{masterdata => databases}/csv/voice.csv | 0 src/router/databases/csv/voice_key.csv | 1 + src/router/databases/csv/wipe.csv | 10 + src/router/databases/csv/wipe_play_list.csv | 1 + src/router/databases/json/card.json | 13296 --- src/router/databases/json/card_evolve.json | 26 - src/router/databases/json/chat_chapter.json | 16046 --- src/router/databases/json/chat_room.json | 7072 -- src/router/databases/json/exchange_item.json | 71320 ----------- .../databases/json/exchange_item_reward.json | 54862 --------- .../databases/json/global/login_bonus.json | 3794 - src/router/databases/json/global/lottery.json | 4336 - .../databases/json/global/lottery_item.json | 99506 ---------------- .../databases/json/global/lottery_price.json | 11150 -- .../databases/json/global/lottery_rarity.json | 11432 -- src/router/databases/json/global/music.json | 12742 -- src/router/databases/json/item.json | 3840 - src/router/databases/json/live.json | 14653 --- src/router/databases/json/live_mission.json | 162 - .../databases/json/live_mission_combo.json | 6372 - .../databases/json/live_mission_reward.json | 162 - src/router/databases/json/login_bonus.json | 3746 - .../databases/json/login_bonus_reward.json | 8042 -- .../json/login_bonus_reward_setting.json | 5630 - src/router/databases/json/lottery.json | 4160 - src/router/databases/json/lottery_item.json | 97058 --------------- src/router/databases/json/lottery_price.json | 10742 -- src/router/databases/json/lottery_rarity.json | 10962 -- src/router/databases/json/mission.json | 47318 -------- src/router/databases/json/mission_reward.json | 39792 ------ src/router/databases/json/music.json | 12742 -- src/router/databases/json/shop_item.json | 32 - src/router/databases/json/story_part.json | 1960 - src/router/databases/json/user_rank.json | 2402 - src/router/databases/mod.rs | 415 +- src/router/databases/schemas.json | 5868 + src/router/master_data.rs | 23 +- src/router/webui.rs | 19 +- 399 files changed, 114822 insertions(+), 575620 deletions(-) rename src/router/{masterdata/csv => databases/csv-en}/achievement.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/adjust_tracking_list.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/album_card_m.csv (100%) create mode 100644 src/router/databases/csv-en/album_member_tag_m.csv create mode 100644 src/router/databases/csv-en/album_multi_unit_m.csv create mode 100644 src/router/databases/csv-en/album_series_m.csv rename src/router/{masterdata/csv => databases/csv-en}/album_series_thumbnail_asset_m.csv (100%) create mode 100644 src/router/databases/csv-en/album_unit_m.csv rename src/router/{masterdata/csv => databases/csv-en}/album_unit_pair_m.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/album_unit_series_m.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/album_unit_type.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/album_unit_type_member_tag_m.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/beginner_mission.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/beginner_mission_reward.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/beginner_mission_reward_setting.csv (100%) create mode 100644 src/router/databases/csv-en/bgm.csv create mode 100644 src/router/databases/csv-en/billing_product.csv create mode 100644 src/router/databases/csv-en/billing_product_reward.csv create mode 100644 src/router/databases/csv-en/billing_shop.csv create mode 100644 src/router/databases/csv-en/billing_subscription.csv rename src/router/{masterdata/csv => databases/csv-en}/billing_subscription_reward.csv (100%) create mode 100644 src/router/databases/csv-en/card.csv rename src/router/{masterdata/csv => databases/csv-en}/card_collection_reward.csv (100%) create mode 100644 src/router/databases/csv-en/card_evolve.csv rename src/router/{masterdata/csv => databases/csv-en}/card_evolve_condition.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/card_get.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/card_level.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/card_rarity.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/card_skill_level.csv (100%) create mode 100644 src/router/databases/csv-en/card_sys_voice.csv create mode 100644 src/router/databases/csv-en/character.csv create mode 100644 src/router/databases/csv-en/character_group.csv create mode 100644 src/router/databases/csv-en/character_sys_voice.csv rename src/router/{masterdata/csv => databases/csv-en}/chat.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/chat_attachment.csv (100%) create mode 100644 src/router/databases/csv-en/chat_chapter.csv create mode 100644 src/router/databases/csv-en/chat_character.csv rename src/router/{masterdata/csv => databases/csv-en}/chat_reward.csv (100%) create mode 100644 src/router/databases/csv-en/chat_room.csv create mode 100644 src/router/databases/csv-en/chat_stamp.csv rename src/router/{masterdata/csv => databases/csv-en}/chat_voice_key.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/chipster_result_code.csv (100%) create mode 100644 src/router/databases/csv-en/comic.csv rename src/router/{masterdata/csv => databases/csv-en}/common_bg_movie.csv (100%) create mode 100644 src/router/databases/csv-en/const.csv rename src/router/{masterdata/csv => databases/csv-en}/date_condition.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/date_condition_others.csv (100%) create mode 100644 src/router/databases/csv-en/dialog.csv rename src/router/{masterdata/csv => databases/csv-en}/dialog_button.csv (100%) create mode 100644 src/router/databases/csv-en/event.csv rename src/router/{masterdata/csv => databases/csv-en}/event_card_bonus.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/event_live.csv (100%) create mode 100644 src/router/databases/csv-en/event_member_ranking.csv create mode 100644 src/router/databases/csv-en/event_member_ranking_reward.csv create mode 100644 src/router/databases/csv-en/event_point.csv create mode 100644 src/router/databases/csv-en/event_point_ranking.csv create mode 100644 src/router/databases/csv-en/event_point_ranking_reward.csv create mode 100644 src/router/databases/csv-en/event_point_reward.csv create mode 100644 src/router/databases/csv-en/event_point_settings.csv create mode 100644 src/router/databases/csv-en/event_score.csv rename src/router/{masterdata/csv => databases/csv-en}/event_score_ranking.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/event_score_ranking_reward.csv (100%) create mode 100644 src/router/databases/csv-en/event_story.csv create mode 100644 src/router/databases/csv-en/event_tips.csv create mode 100644 src/router/databases/csv-en/event_tips_page.csv create mode 100644 src/router/databases/csv-en/event_top_banner.csv rename src/router/{masterdata/csv => databases/csv-en}/event_type.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/evolve_item_amount.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/evolve_item_condition.csv (100%) create mode 100644 src/router/databases/csv-en/exchange.csv create mode 100644 src/router/databases/csv-en/exchange_item.csv create mode 100644 src/router/databases/csv-en/exchange_item_reward.csv rename src/router/{masterdata/csv => databases/csv-en}/function_lock.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/gamelib_result_code.csv (100%) create mode 100644 src/router/databases/csv-en/group.csv create mode 100644 src/router/databases/csv-en/home_banner.csv rename src/router/{masterdata/csv => databases/csv-en}/home_bg.csv (100%) create mode 100644 src/router/databases/csv-en/item.csv rename src/router/{masterdata/csv => databases/csv-en}/limited_live.csv (100%) create mode 100644 src/router/databases/csv-en/live.csv rename src/router/{masterdata/csv => databases/csv-en}/live_boost.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_clear_reward.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_combo.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_condition.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_effect_value.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_input_result.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_lane_skin.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_mission.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_mission_combo.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_mission_reward.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_ranking_reward.csv (100%) create mode 100644 src/router/databases/csv-en/live_recommend.csv rename src/router/{masterdata/csv => databases/csv-en}/live_recommend_list.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_reward.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_reward_setting.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_rule.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_tap_effect.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/live_tap_se.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/location.csv (100%) create mode 100644 src/router/databases/csv-en/location_reward.csv create mode 100644 src/router/databases/csv-en/login_bonus.csv create mode 100644 src/router/databases/csv-en/login_bonus_reward.csv create mode 100644 src/router/databases/csv-en/login_bonus_reward_setting.csv create mode 100644 src/router/databases/csv-en/lottery.csv create mode 100644 src/router/databases/csv-en/lottery_caution.csv rename src/router/{masterdata/csv => databases/csv-en}/lottery_eff_movie.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/lottery_eff_movie_ratio.csv (100%) create mode 100644 src/router/databases/csv-en/lottery_image.csv create mode 100644 src/router/databases/csv-en/lottery_info.csv create mode 100644 src/router/databases/csv-en/lottery_item.csv create mode 100644 src/router/databases/csv-en/lottery_price.csv create mode 100644 src/router/databases/csv-en/lottery_rarity.csv rename src/router/{masterdata/csv => databases/csv-en}/lottery_reward.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/lottery_stepup.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/membership_wallpaper.csv (100%) create mode 100644 src/router/databases/csv-en/mission.csv rename src/router/{masterdata/csv => databases/csv-en}/mission_banner.csv (100%) create mode 100644 src/router/databases/csv-en/mission_reward.csv create mode 100644 src/router/databases/csv-en/movie.csv rename src/router/{masterdata/csv => databases/csv-en}/movie_key.csv (100%) create mode 100644 src/router/databases/csv-en/multi_daily_drop_effect.csv rename src/router/{masterdata/csv => databases/csv-en}/multi_penalty.csv (100%) create mode 100644 src/router/databases/csv-en/multi_room_condition.csv rename src/router/{masterdata/csv => databases/csv-en}/multi_room_select.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/multievent_card_bonus.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/multievent_matchingrange.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/multievent_penalty.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/multievent_rankbonus.csv (100%) create mode 100644 src/router/databases/csv-en/multievent_setting.csv create mode 100644 src/router/databases/csv-en/music.csv create mode 100644 src/router/databases/csv-en/music_level.csv rename src/router/{masterdata/csv => databases/csv-en}/music_shop_price.csv (100%) create mode 100644 src/router/databases/csv-en/navigation.csv rename src/router/{masterdata/csv => databases/csv-en}/navigation_condition.csv (100%) create mode 100644 src/router/databases/csv-en/navigation_dialog_page.csv create mode 100644 src/router/databases/csv-en/new_skill.csv rename src/router/{masterdata/csv => databases/csv-en}/notice_birthday.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/notice_card.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/notice_card_image.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/notice_gacha.csv (100%) create mode 100644 src/router/databases/csv-en/notice_general.csv rename src/router/{masterdata/csv => databases/csv-en}/notice_general_navigation.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/notice_general_sequence.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/notice_music.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/notice_music_image.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/part_voice_key.csv (100%) create mode 100644 src/router/databases/csv-en/preset_background.csv rename src/router/{masterdata/csv => databases/csv-en}/preset_foreground.csv (100%) create mode 100644 src/router/databases/csv-en/release_label.csv rename src/router/{masterdata/csv => databases/csv-en}/resource_download.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/result_code.csv (100%) create mode 100644 src/router/databases/csv-en/rhythm_icon.csv create mode 100644 src/router/databases/csv-en/scene_title.csv rename src/router/{masterdata/csv => databases/csv-en}/se.csv (100%) create mode 100644 src/router/databases/csv-en/shop_item.csv rename src/router/{masterdata/csv => databases/csv-en}/shop_reward.csv (100%) create mode 100644 src/router/databases/csv-en/skill_center.csv rename src/router/{masterdata/csv => databases/csv-en}/skill_center_effect.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/sound_key.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/stamp.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/star_event_card_bonus.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/star_event_level.csv (100%) create mode 100644 src/router/databases/csv-en/star_event_level_reward.csv create mode 100644 src/router/databases/csv-en/star_event_level_reward_setting.csv rename src/router/{masterdata/csv => databases/csv-en}/star_event_setting.csv (100%) create mode 100644 src/router/databases/csv-en/story.csv create mode 100644 src/router/databases/csv-en/story_part.csv create mode 100644 src/router/databases/csv-en/story_release.csv rename src/router/{masterdata/csv => databases/csv-en}/story_reward.csv (100%) create mode 100644 src/router/databases/csv-en/subscription_image.csv rename src/router/{masterdata/csv => databases/csv-en}/sys_voice_key.csv (100%) create mode 100644 src/router/databases/csv-en/text.csv create mode 100644 src/router/databases/csv-en/title.csv rename src/router/{masterdata/csv => databases/csv-en}/title_screen.csv (100%) create mode 100644 src/router/databases/csv-en/url.csv rename src/router/{masterdata/csv => databases/csv-en}/user_rank.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/user_rank_reward.csv (100%) create mode 100644 src/router/databases/csv-en/voice.csv rename src/router/{masterdata/csv => databases/csv-en}/voice_key.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/wipe.csv (100%) rename src/router/{masterdata/csv => databases/csv-en}/wipe_play_list.csv (100%) create mode 100644 src/router/databases/csv.rs create mode 100644 src/router/databases/csv/achievement.csv create mode 100644 src/router/databases/csv/adjust_tracking_list.csv create mode 100644 src/router/databases/csv/album_card_m.csv rename src/router/{masterdata => databases}/csv/album_member_tag_m.csv (100%) rename src/router/{masterdata => databases}/csv/album_multi_unit_m.csv (100%) rename src/router/{masterdata => databases}/csv/album_series_m.csv (100%) create mode 100644 src/router/databases/csv/album_series_thumbnail_asset_m.csv rename src/router/{masterdata => databases}/csv/album_unit_m.csv (100%) create mode 100644 src/router/databases/csv/album_unit_pair_m.csv create mode 100644 src/router/databases/csv/album_unit_series_m.csv create mode 100644 src/router/databases/csv/album_unit_type.csv create mode 100644 src/router/databases/csv/album_unit_type_member_tag_m.csv create mode 100644 src/router/databases/csv/beginner_mission.csv create mode 100644 src/router/databases/csv/beginner_mission_reward.csv create mode 100644 src/router/databases/csv/beginner_mission_reward_setting.csv rename src/router/{masterdata => databases}/csv/bgm.csv (100%) rename src/router/{masterdata => databases}/csv/billing_product.csv (100%) rename src/router/{masterdata => databases}/csv/billing_product_reward.csv (100%) rename src/router/{masterdata => databases}/csv/billing_shop.csv (100%) rename src/router/{masterdata => databases}/csv/billing_subscription.csv (100%) create mode 100644 src/router/databases/csv/billing_subscription_reward.csv rename src/router/{masterdata => databases}/csv/card.csv (100%) create mode 100644 src/router/databases/csv/card_collection_reward.csv rename src/router/{masterdata => databases}/csv/card_evolve.csv (100%) create mode 100644 src/router/databases/csv/card_evolve_condition.csv create mode 100644 src/router/databases/csv/card_get.csv create mode 100644 src/router/databases/csv/card_level.csv create mode 100644 src/router/databases/csv/card_rarity.csv create mode 100644 src/router/databases/csv/card_skill_level.csv rename src/router/{masterdata => databases}/csv/card_sys_voice.csv (100%) rename src/router/{masterdata => databases}/csv/character.csv (100%) rename src/router/{masterdata => databases}/csv/character_group.csv (100%) rename src/router/{masterdata => databases}/csv/character_sys_voice.csv (100%) create mode 100644 src/router/databases/csv/chat.csv create mode 100644 src/router/databases/csv/chat_attachment.csv rename src/router/{masterdata => databases}/csv/chat_chapter.csv (100%) rename src/router/{masterdata => databases}/csv/chat_character.csv (100%) create mode 100644 src/router/databases/csv/chat_reward.csv rename src/router/{masterdata => databases}/csv/chat_room.csv (100%) rename src/router/{masterdata => databases}/csv/chat_stamp.csv (100%) create mode 100644 src/router/databases/csv/chat_voice_key.csv create mode 100644 src/router/databases/csv/chipster_result_code.csv rename src/router/{masterdata => databases}/csv/comic.csv (100%) create mode 100644 src/router/databases/csv/common_bg_movie.csv rename src/router/{masterdata => databases}/csv/const.csv (100%) create mode 100644 src/router/databases/csv/date_condition.csv create mode 100644 src/router/databases/csv/date_condition_others.csv rename src/router/{masterdata => databases}/csv/dialog.csv (100%) create mode 100644 src/router/databases/csv/dialog_button.csv rename src/router/{masterdata => databases}/csv/event.csv (100%) create mode 100644 src/router/databases/csv/event_card_bonus.csv create mode 100644 src/router/databases/csv/event_live.csv rename src/router/{masterdata => databases}/csv/event_member_ranking.csv (100%) rename src/router/{masterdata => databases}/csv/event_member_ranking_reward.csv (100%) rename src/router/{masterdata => databases}/csv/event_point.csv (100%) rename src/router/{masterdata => databases}/csv/event_point_ranking.csv (100%) rename src/router/{masterdata => databases}/csv/event_point_ranking_reward.csv (100%) rename src/router/{masterdata => databases}/csv/event_point_reward.csv (100%) rename src/router/{masterdata => databases}/csv/event_point_settings.csv (100%) rename src/router/{masterdata => databases}/csv/event_score.csv (100%) create mode 100644 src/router/databases/csv/event_score_ranking.csv create mode 100644 src/router/databases/csv/event_score_ranking_reward.csv rename src/router/{masterdata => databases}/csv/event_story.csv (100%) rename src/router/{masterdata => databases}/csv/event_tips.csv (100%) rename src/router/{masterdata => databases}/csv/event_tips_page.csv (100%) rename src/router/{masterdata => databases}/csv/event_top_banner.csv (100%) create mode 100644 src/router/databases/csv/event_type.csv create mode 100644 src/router/databases/csv/evolve_item_amount.csv create mode 100644 src/router/databases/csv/evolve_item_condition.csv rename src/router/{masterdata => databases}/csv/exchange.csv (100%) rename src/router/{masterdata => databases}/csv/exchange_item.csv (100%) rename src/router/{masterdata => databases}/csv/exchange_item_reward.csv (100%) create mode 100644 src/router/databases/csv/function_lock.csv create mode 100644 src/router/databases/csv/gamelib_result_code.csv rename src/router/{masterdata => databases}/csv/group.csv (100%) rename src/router/{masterdata => databases}/csv/home_banner.csv (100%) create mode 100644 src/router/databases/csv/home_bg.csv rename src/router/{masterdata => databases}/csv/item.csv (100%) create mode 100644 src/router/databases/csv/limited_live.csv rename src/router/{masterdata => databases}/csv/live.csv (100%) create mode 100644 src/router/databases/csv/live_boost.csv create mode 100644 src/router/databases/csv/live_clear_reward.csv create mode 100644 src/router/databases/csv/live_combo.csv create mode 100644 src/router/databases/csv/live_condition.csv create mode 100644 src/router/databases/csv/live_effect_value.csv create mode 100644 src/router/databases/csv/live_input_result.csv create mode 100644 src/router/databases/csv/live_lane_skin.csv create mode 100644 src/router/databases/csv/live_mission.csv create mode 100644 src/router/databases/csv/live_mission_combo.csv create mode 100644 src/router/databases/csv/live_mission_reward.csv create mode 100644 src/router/databases/csv/live_ranking_reward.csv rename src/router/{masterdata => databases}/csv/live_recommend.csv (100%) create mode 100644 src/router/databases/csv/live_recommend_list.csv create mode 100644 src/router/databases/csv/live_reward.csv create mode 100644 src/router/databases/csv/live_reward_setting.csv create mode 100644 src/router/databases/csv/live_rule.csv create mode 100644 src/router/databases/csv/live_tap_effect.csv create mode 100644 src/router/databases/csv/live_tap_se.csv create mode 100644 src/router/databases/csv/location.csv rename src/router/{masterdata => databases}/csv/location_reward.csv (100%) rename src/router/{masterdata => databases}/csv/login_bonus.csv (100%) rename src/router/{masterdata => databases}/csv/login_bonus_reward.csv (100%) rename src/router/{masterdata => databases}/csv/login_bonus_reward_setting.csv (100%) rename src/router/{masterdata => databases}/csv/lottery.csv (100%) rename src/router/{masterdata => databases}/csv/lottery_caution.csv (100%) create mode 100644 src/router/databases/csv/lottery_eff_movie.csv create mode 100644 src/router/databases/csv/lottery_eff_movie_ratio.csv rename src/router/{masterdata => databases}/csv/lottery_image.csv (100%) rename src/router/{masterdata => databases}/csv/lottery_info.csv (100%) rename src/router/{masterdata => databases}/csv/lottery_item.csv (100%) rename src/router/{masterdata => databases}/csv/lottery_price.csv (100%) rename src/router/{masterdata => databases}/csv/lottery_rarity.csv (100%) create mode 100644 src/router/databases/csv/lottery_reward.csv create mode 100644 src/router/databases/csv/lottery_stepup.csv create mode 100644 src/router/databases/csv/membership_wallpaper.csv rename src/router/{masterdata => databases}/csv/mission.csv (100%) create mode 100644 src/router/databases/csv/mission_banner.csv rename src/router/{masterdata => databases}/csv/mission_reward.csv (100%) rename src/router/{masterdata => databases}/csv/movie.csv (100%) create mode 100644 src/router/databases/csv/movie_key.csv rename src/router/{masterdata => databases}/csv/multi_daily_drop_effect.csv (100%) create mode 100644 src/router/databases/csv/multi_penalty.csv rename src/router/{masterdata => databases}/csv/multi_room_condition.csv (100%) create mode 100644 src/router/databases/csv/multi_room_select.csv create mode 100644 src/router/databases/csv/multievent_card_bonus.csv create mode 100644 src/router/databases/csv/multievent_matchingrange.csv create mode 100644 src/router/databases/csv/multievent_penalty.csv create mode 100644 src/router/databases/csv/multievent_rankbonus.csv rename src/router/{masterdata => databases}/csv/multievent_setting.csv (100%) rename src/router/{masterdata => databases}/csv/music.csv (100%) rename src/router/{masterdata => databases}/csv/music_level.csv (100%) create mode 100644 src/router/databases/csv/music_shop_price.csv rename src/router/{masterdata => databases}/csv/navigation.csv (100%) create mode 100644 src/router/databases/csv/navigation_condition.csv rename src/router/{masterdata => databases}/csv/navigation_dialog_page.csv (100%) rename src/router/{masterdata => databases}/csv/new_skill.csv (100%) create mode 100644 src/router/databases/csv/notice_birthday.csv create mode 100644 src/router/databases/csv/notice_card.csv create mode 100644 src/router/databases/csv/notice_card_image.csv create mode 100644 src/router/databases/csv/notice_gacha.csv rename src/router/{masterdata => databases}/csv/notice_general.csv (100%) create mode 100644 src/router/databases/csv/notice_general_navigation.csv create mode 100644 src/router/databases/csv/notice_general_sequence.csv create mode 100644 src/router/databases/csv/notice_music.csv create mode 100644 src/router/databases/csv/notice_music_image.csv create mode 100644 src/router/databases/csv/part_voice_key.csv rename src/router/{masterdata => databases}/csv/preset_background.csv (100%) create mode 100644 src/router/databases/csv/preset_foreground.csv rename src/router/{masterdata => databases}/csv/release_label.csv (100%) create mode 100644 src/router/databases/csv/resource_download.csv create mode 100644 src/router/databases/csv/result_code.csv rename src/router/{masterdata => databases}/csv/rhythm_icon.csv (100%) rename src/router/{masterdata => databases}/csv/scene_title.csv (100%) create mode 100644 src/router/databases/csv/se.csv rename src/router/{masterdata => databases}/csv/shop_item.csv (100%) create mode 100644 src/router/databases/csv/shop_reward.csv rename src/router/{masterdata => databases}/csv/skill_center.csv (100%) create mode 100644 src/router/databases/csv/skill_center_effect.csv create mode 100644 src/router/databases/csv/sound_key.csv create mode 100644 src/router/databases/csv/stamp.csv create mode 100644 src/router/databases/csv/star_event_card_bonus.csv create mode 100644 src/router/databases/csv/star_event_level.csv rename src/router/{masterdata => databases}/csv/star_event_level_reward.csv (100%) rename src/router/{masterdata => databases}/csv/star_event_level_reward_setting.csv (100%) create mode 100644 src/router/databases/csv/star_event_setting.csv rename src/router/{masterdata => databases}/csv/story.csv (100%) rename src/router/{masterdata => databases}/csv/story_part.csv (100%) rename src/router/{masterdata => databases}/csv/story_release.csv (100%) create mode 100644 src/router/databases/csv/story_reward.csv rename src/router/{masterdata => databases}/csv/subscription_image.csv (100%) create mode 100644 src/router/databases/csv/sys_voice_key.csv rename src/router/{masterdata => databases}/csv/text.csv (100%) rename src/router/{masterdata => databases}/csv/title.csv (100%) create mode 100644 src/router/databases/csv/title_screen.csv rename src/router/{masterdata => databases}/csv/url.csv (100%) create mode 100644 src/router/databases/csv/user_rank.csv create mode 100644 src/router/databases/csv/user_rank_reward.csv rename src/router/{masterdata => databases}/csv/voice.csv (100%) create mode 100644 src/router/databases/csv/voice_key.csv create mode 100644 src/router/databases/csv/wipe.csv create mode 100644 src/router/databases/csv/wipe_play_list.csv delete mode 100644 src/router/databases/json/card.json delete mode 100644 src/router/databases/json/card_evolve.json delete mode 100644 src/router/databases/json/chat_chapter.json delete mode 100644 src/router/databases/json/chat_room.json delete mode 100644 src/router/databases/json/exchange_item.json delete mode 100644 src/router/databases/json/exchange_item_reward.json delete mode 100644 src/router/databases/json/global/login_bonus.json delete mode 100644 src/router/databases/json/global/lottery.json delete mode 100644 src/router/databases/json/global/lottery_item.json delete mode 100644 src/router/databases/json/global/lottery_price.json delete mode 100644 src/router/databases/json/global/lottery_rarity.json delete mode 100644 src/router/databases/json/global/music.json delete mode 100644 src/router/databases/json/item.json delete mode 100644 src/router/databases/json/live.json delete mode 100644 src/router/databases/json/live_mission.json delete mode 100644 src/router/databases/json/live_mission_combo.json delete mode 100644 src/router/databases/json/live_mission_reward.json delete mode 100644 src/router/databases/json/login_bonus.json delete mode 100644 src/router/databases/json/login_bonus_reward.json delete mode 100644 src/router/databases/json/login_bonus_reward_setting.json delete mode 100644 src/router/databases/json/lottery.json delete mode 100644 src/router/databases/json/lottery_item.json delete mode 100644 src/router/databases/json/lottery_price.json delete mode 100644 src/router/databases/json/lottery_rarity.json delete mode 100644 src/router/databases/json/mission.json delete mode 100644 src/router/databases/json/mission_reward.json delete mode 100644 src/router/databases/json/music.json delete mode 100644 src/router/databases/json/shop_item.json delete mode 100644 src/router/databases/json/story_part.json delete mode 100644 src/router/databases/json/user_rank.json create mode 100644 src/router/databases/schemas.json diff --git a/Cargo.lock b/Cargo.lock index cb07e4f..01cffd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,6 +569,27 @@ dependencies = [ "typenum", ] +[[package]] +name = "csv" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" +dependencies = [ + "csv-core", + "itoa", + "ryu", + "serde_core", +] + +[[package]] +name = "csv-core" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" +dependencies = [ + "memchr", +] + [[package]] name = "dary_heap" version = "0.3.8" @@ -686,6 +707,7 @@ dependencies = [ "cbc", "cc", "clap", + "csv", "hex", "hmac", "include-flate-codegen", diff --git a/Cargo.toml b/Cargo.toml index d841069..e414751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,7 @@ ureq = "3.2.0" mime_guess = "2.0.5" include_dir = "0.7.4" jzon = "0.12.5" +csv = "1.3" [target.aarch64-linux-android.dependencies] jni = { version = "0.21.0", features = ["invocation", "default"], optional = true } diff --git a/src/router/masterdata/csv/achievement.csv b/src/router/databases/csv-en/achievement.csv similarity index 100% rename from src/router/masterdata/csv/achievement.csv rename to src/router/databases/csv-en/achievement.csv diff --git a/src/router/masterdata/csv/adjust_tracking_list.csv b/src/router/databases/csv-en/adjust_tracking_list.csv similarity index 100% rename from src/router/masterdata/csv/adjust_tracking_list.csv rename to src/router/databases/csv-en/adjust_tracking_list.csv diff --git a/src/router/masterdata/csv/album_card_m.csv b/src/router/databases/csv-en/album_card_m.csv similarity index 100% rename from src/router/masterdata/csv/album_card_m.csv rename to src/router/databases/csv-en/album_card_m.csv diff --git a/src/router/databases/csv-en/album_member_tag_m.csv b/src/router/databases/csv-en/album_member_tag_m.csv new file mode 100644 index 0000000..a3dbd96 --- /dev/null +++ b/src/router/databases/csv-en/album_member_tag_m.csv @@ -0,0 +1,164 @@ +_memberTagId,_name,_imgAsset,_masterReleaseLabelId +4,μ's,BundleObjects/UnitLogo/unit_100,1 +5,Aqours,BundleObjects/UnitLogo/unit_200,1 +6,Printemps,BundleObjects/UnitLogo/unit_101,1 +7,lily white,BundleObjects/UnitLogo/unit_102,1 +8,BiBi,BundleObjects/UnitLogo/unit_103,1 +9,CYaRon!,BundleObjects/UnitLogo/unit_201,1 +10,AZALEA,BundleObjects/UnitLogo/unit_202,1 +11,Guilty Kiss,BundleObjects/UnitLogo/unit_203,1 +12,A-RISE,,1 +13,Saint Snow,,1 +14,Honoka,,1 +15,Hanayo,,1 +16,Nico,,1 +17,Kotori,,1 +18,Maki,,1 +19,Umi,,1 +20,Rin,,1 +21,Nozomi,,1 +22,Eli,,1 +23,Honoka & Rin,,1 +24,Nozomi & Nico,,1 +25,Kotori & Hanayo,,1 +26,Kotori & Umi,,1 +27,Rin & Maki,,1 +28,Maki & Nico,,1 +29,Eli & Umi,,1 +30,Eli & Nozomi,,1 +31,Umi & Maki & Eli,,1 +32,Honoka & Kotori & Umi,,1 +33,Rin & Hanayo & Nico,,1 +34,Chika & Riko & You,,1 +35,Rin & Hanayo & Maki,,1 +36,Eli & Nico & Nozomi,,1 +37,Korekara no Someday Members,,1 +38,Hanamaru Kunikida & Ruby Kurosawa & Yoshiko Tsushima,,1 +39,Rin & Maki & Hanayo & Eli & Nozomi & Nico,,1 +40,Kanan & Dia & Mari,,1 +41,Chika,,1 +42,Riko,,1 +43,Kanan,,1 +44,Dia,,1 +45,You,,1 +46,Yoshiko,,1 +47,Hanamaru,,1 +48,Mari,,1 +49,Ruby,,1 +50,Transfer Student,,1 +51,Rival,,1 +52,Support Member,,1 +53,Riko Sakurauchi & Hanamaru Kunikida & Mari Ohara,,1 +54,Dia Kurosawa & Ruby Kurosawa,,1 +55,You Watanabe & Yoshiko Tsushima,,1 +56,Chika Takami & Kanan Matsuura,,1 +57,Saint Aqours Snow,,1 +58,CYaZALEA☆Kiss,,1 +60,Nijigasaki,BundleObjects/UnitLogo/unit_300.png,1 +61,Ayumu Uehara,,1 +62,Kasumi Nakasu,,1 +63,Shizuku Osaka,,1 +64,Karin Asaka,,1 +65,Ai Miyashita,,1 +66,Kanata Konoe,,1 +67,Setsuna Yuki,,1 +68,Emma Verde,,1 +69,Rina Tennoji,,1 +70,Shadowverse,,1 +71,"Honoka, Eli",,1 +72,"Honoka, Kotori",,1 +73,"Honoka, Umi",,1 +74,"Honoka, Rin",,1 +75,"Honoka, Maki",,1 +76,"Honoka, Nozomi",,1 +77,"Honoka, Hanayo",,1 +78,"Honoka, Nico",,1 +79,"Eli, Kotori",,1 +80,"Eli, Umi",,1 +81,"Eli, Rin",,1 +82,"Eli, Maki",,1 +83,"Eli, Nozomi",,1 +84,"Eli, Hanayo",,1 +85,"Eli, Nico",,1 +86,"Kotori, Umi",,1 +87,"Kotori, Rin",,1 +88,"Kotori, Maki",,1 +89,"Kotori, Nozomi",,1 +90,"Kotori, Hanayo",,1 +91,"Kotori, Nico",,1 +92,"Umi, Rin",,1 +93,"Umi, Maki",,1 +94,"Umi, Nozomi",,1 +95,"Umi, Hanayo",,1 +96,"Umi, Nico",,1 +97,"Rin, Maki",,1 +98,"Rin, Nozomi",,1 +99,"Rin, Hanayo",,1 +100,"Rin, Nico",,1 +101,"Maki, Nozomi",,1 +102,"Maki, Hanayo",,1 +103,"Maki, Nico",,1 +104,"Nozomi, Hanayo",,1 +105,"Nozomi, Nico",,1 +106,"Hanayo, Nico",,1 +107,"Chika, Riko",,1 +108,"Chika, Kanan",,1 +109,"Chika, Dia",,1 +110,"Chika, You",,1 +111,"Chika, Yoshiko",,1 +112,"Chika, Hanamaru",,1 +113,"Chika, Mari",,1 +114,"Chika, Ruby",,1 +115,"Riko, Kanan",,1 +116,"Riko, Dia",,1 +117,"Riko, You",,1 +118,"Riko, Yoshiko",,1 +119,"Riko, Hanayo",,1 +120,"Riko, Mari",,1 +121,"Riko, Ruby",,1 +122,"Kanan, Dia",,1 +123,"Kanan, You",,1 +124,"Kanan, Yoshiko",,1 +125,"Kanan, Hanamaru",,1 +126,"Kanan, Mari",,1 +127,"Kanan, Ruby",,1 +128,"Dia, You",,1 +129,"Dia, Yoshiko",,1 +130,"Dia, Hanamaru",,1 +131,"Dia, Mari",,1 +132,"Dia, Ruby",,1 +133,"You, Yoshiko",,1 +134,"You, Hanamaru",,1 +135,"You, Mari",,1 +136,"You, Ruby",,1 +137,"Yoshiko, Hanamaru",,1 +138,"Yoshiko, Mari",,1 +139,"Yoshiko, Ruby",,1 +140,"Hanamaru, Mari",,1 +141,"Hanamaru, Ruby",,1 +142,"Mari, Ruby",,1 +143,Liella!,BundleObjects/UnitLogo/unit_400.png,1 +144,Crayon Shin-chan,,1 +145,Persona,,1 +146,Sunny Passion,,1 +147,Code Geass,,1 +148,Riko Sakurauchi & You Watanabe,,1 +149,Kanan Matsuura & Mari Ohara,,1 +150,Hanamaru Kunikida & Ruby Kurosawa,,1 +151,Chika Takami & Dia Kurosawa & Yoshiko Tsushima,,1 +152,School Idol Musical,,1 +1000,DiverDiva,,1 +1001,A·ZU·NA,,1 +1002,QU4RTZ,,1 +2000,Shioriko,,1 +2001,Mia,,1 +2002,Lanzhu,,1 +3000,Kanon,,1 +3001,Keke,,1 +3002,Chisato,,1 +3003,Sumire,,1 +3004,Ren,,1 +3005,Kinako,,1 +3006,Mei,,1 +3007,Shiki,,1 +3008,Natsumi,,1 diff --git a/src/router/databases/csv-en/album_multi_unit_m.csv b/src/router/databases/csv-en/album_multi_unit_m.csv new file mode 100644 index 0000000..347dba8 --- /dev/null +++ b/src/router/databases/csv-en/album_multi_unit_m.csv @@ -0,0 +1,151 @@ +_multiUnitId,_unitId,_unitNumber,_eponym,_name,_multiCardName,_masterReleaseLabelId +1,2227,2227,The Power to Grant,Honoka Kosaka,still_1,1 +1,2228,2228,Seeking the Shine,Chika Takami,still_1,1 +2,2251,2251,Restful Vacation,Eli Ayase,still_2,1 +2,2252,2252,Pressed Maple Leaves,Nozomi Tojo,still_2,1 +3,2253,2253,Fallen Angel's Nap,Yoshiko Tsushima,still_3,1 +3,2254,2254,A Blissful Bathtime,Hanamaru Kunikida,still_3,1 +4,2387,2387,Your Natural Smile,Rin Hoshizora,still_4,1 +4,2388,2388,Precious Memories,Hanayo Koizumi,still_4,1 +5,2401,2401,A Sunny Smile,Chika Takami,still_5,1 +5,2402,2402,A Special Wreath,You Watanabe,still_5,1 +6,2415,2415,A Cute Finish,Kotori Minami,still_6,1 +6,2416,2416,Perfectly Precise,Umi Sonoda,still_6,1 +7,2433,2433,Shoulder to Shoulder,Dia Kurosawa,still_7,1 +7,2434,2434,With My Dear Big Sis,Ruby Kurosawa,still_7,1 +8,2448,2448,My True Wish,Maki Nishikino,still_8,1 +8,2449,2449,Heartfelt Wish,Nico Yazawa,still_8,1 +9,2464,2464,I'll Be Your Escort!,Kanan Matsuura,still_9,1 +9,2465,2465,Becoming a Bride,Mari Ohara,still_9,1 +10,2477,2477,Colorful Design,Honoka Kosaka,still_10,1 +10,2478,2478,Time To Cool Off,Eli Ayase,still_10,1 +11,2494,2494,Little Demon's Blessing,Riko Sakurauchi,still_11,1 +11,2495,2495,Flames in the Night,Yoshiko Tsushima,still_11,1 +12,2500,2500,Secret Dessert,Nozomi Tojo,still_12,1 +12,2501,2501,Let Nico Handle It♪,Nico Yazawa,still_12,1 +13,2510,2510,Making Progress♪,Dia Kurosawa,still_13,1 +13,2511,2511,The SS You Float♪,You Watanabe,still_13,1 +14,2518,2518,Shocking Spice,Maki Nishikino,still_14,1 +14,2519,2519,Party Popper Prank,Hanayo Koizumi,still_14,1 +15,2534,2534,Choosing with Me,Hanamaru Kunikida,still_15,1 +15,2535,2535,Temp Tattoo Trial,Ruby Kurosawa,still_15,1 +16,2542,2542,Autumn Gift,Honoka Kosaka,still_16,1 +16,2543,2543,Enthusiasm for You,Kotori Minami,still_16,1 +17,2557,2557,Perfect for a Walk,Chika Takami,still_17,1 +17,2558,2558,Pre-Winter Wish,Kanan Matsuura,still_17,1 +18,2566,2566,With You,Umi Sonoda,still_18,1 +18,2567,2567,Prankster's Mindset,Rin Hoshizora,still_18,1 +19,2576,2576,What I Wish For,Riko Sakurauchi,still_19,1 +19,2577,2577,Our Duet,Mari Ohara,still_19,1 +20,2598,2598,Holy Bells,Eli Ayase,still_20,1 +20,2599,2599,"Are You There, God?",Nico Yazawa,still_20,1 +21,2616,2616,Fallen Angel's Sash,Dia Kurosawa,still_21,1 +21,2617,2617,Lend Me Your Power,Yoshiko Tsushima,still_21,1 +22,2626,2626,Sweet Happenings,Honoka Kosaka,still_22,1 +22,2627,2627,Sweet Chocolate Trap,Maki Nishikino,still_22,1 +23,2647,2647,A Major Mix-Up?!,You Watanabe,still_23,1 +23,2648,2648,In With Good Fortune,Ruby Kurosawa,still_23,1 +24,2654,2654,Sweet Selection,Kotori Minami,still_24,1 +24,2655,2655,Open Your Heart,Rin Hoshizora,still_24,1 +25,2664,2664,Cherry Blossom Poems,Chika Takami,still_25,1 +25,2665,2665,Pink Hair Ornaments,Hanamaru Kunikida,still_25,1 +26,2673,2673,Sharing is Caring,Nozomi Tojo,still_26,1 +26,2674,2674,Berry Picking,Hanayo Koizumi,still_26,1 +27,2715,2715,I Wanna Take a Photo,Riko Sakurauchi,still_27,1 +27,2716,2716,A Sudden Photoshoot,Kanan Matsuura,still_27,1 +28,2798,2798,Take One!,Eli Ayase,still_28,1 +28,2799,2799,Sweet Recharge,Umi Sonoda,still_28,1 +29,2808,2808,Fish in the Sky,Dia Kurosawa,still_29,1 +29,2809,2809,Shiny Days♡,Mari Ohara,still_29,1 +30,2819,2819,Changing the Shot,Honoka Kosaka,still_30,1 +30,2820,2820,Warm-Hearted Care,Nico Yazawa,still_30,1 +31,2833,2833,Yohane's Essence,Yoshiko Tsushima,still_31,1 +31,2834,2834,After the Rain,Ruby Kurosawa,still_31,1 +32,2841,2841,Sea Arrangement,Kotori Minami,still_32,1 +32,2842,2842,Marine Treasure,Maki Nishikino,still_32,1 +33,2859,2859,Ramune Prank,Kanan Matsuura,still_33,1 +33,2860,2860,Feelings Into Words,You Watanabe,still_33,1 +34,2873,2873,Unrushed Shaved Ice,Rin Hoshizora,still_34,1 +34,2874,2874,Sweet Snow,Nozomi Tojo,still_34,1 +35,2905,2905,We've Got This,Riko Sakurauchi,still_35,1 +35,2906,2906,Hanamaru’s Challenge,Hanamaru Kunikida,still_35,1 +36,2942,2942,Solo Hike,Umi Sonoda,still_36,1 +36,2943,2943,Honey Nighttime,Hanayo Koizumi,still_36,1 +37,2981,2981,Fluffy Whipped Cream,Chika Takami,still_37,1 +37,2982,2982,Mari's Snuck Snacks♡,Mari Ohara,still_37,1 +38,2995,2995,Cutesy Surprise,Kotori Minami,still_38,1 +38,2996,2996,Prank Planning,Nico Yazawa,still_38,1 +39,3021,3021,Cute Stuff,Kanan Matsuura,still_39,1 +39,3022,3022,I Want You to Choose,Dia Kurosawa,still_39,1 +40,3053,3053,Big Sweets,Eli Ayase,still_40,1 +40,3054,3054,Baking Again,Maki Nishikino,still_40,1 +41,3128,3128,Awash in Cuteness,Mari Ohara,still_41,1 +41,3129,3129,A Thrilling Meal,Ruby Kurosawa,still_41,1 +42,3151,3151,Brilliant Night,Honoka Kosaka,still_42,1 +42,3152,3152,Candy Trap,Hanayo Koizumi,still_42,1 +43,3165,3165,Longing for Snow,Chika Takami,still_43,1 +43,3166,3166,Fall With the Snow,Yoshiko Tsushima,still_43,1 +44,3192,3192,New Year’s Treasure,Umi Sonoda,still_44,1 +44,3193,3193,Sweet Supplies,Nozomi Tojo,still_44,1 +45,3259,3259,Split Fifty-Fifty,You Watanabe,still_45,1 +45,3260,3260,Charming First Trip,Hanamaru Kunikida,still_45,1 +46,3270,3270,Surprise Trick,Rin Hoshizora,still_46,1 +46,3271,3271,Counter-Prank,Maki Nishikino,still_46,1 +47,3293,3293,Matching the Stage,Riko Sakurauchi,still_47,1 +47,3294,3294,Top Secret Training,Dia Kurosawa,still_47,1 +48,3313,3313,Try Again,Hanayo Koizumi,still_48,1 +48,3314,3314,Get Awesome Items!,Nico Yazawa,still_48,1 +49,3338,3338,Flower Parade,You Watanabe,still_49,1 +49,3339,3339,Handsome at Times,Mari Ohara,still_49,1 +50,3607,3607,Clamming Tips,Kanan Matsuura,still_50,1 +50,3608,3608,Tasty Premonition,Ruby Kurosawa,still_50,1 +51,3661,3661,Wind Chime,Kotori Minami,still_51,1 +51,3662,3662,Vivid Drawing,Hanayo Koizumi,still_51,1 +52,3712,3712,Because You Is Here,Riko Sakurauchi,still_52,1 +52,3713,3713,Joys of Ice and Sea,You Watanabe,still_52,1 +53,3748,3748,Splash Counter,Rin Hoshizora,still_53,1 +53,3749,3749,Splash Attack,Nico Yazawa,still_53,1 +54,3813,3813,Open Umbrella Season,Kanan Matsuura,still_54,1 +54,3814,3814,Rain-Proof Barrier,Yoshiko Tsushima,still_54,1 +55,3843,3843,Circle of Memories,Honoka Kosaka,still_55,1 +55,3844,3844,Surprise Visitor,Nozomi Tojo,still_55,1 +56,3861,3861,[Party]Taisho School Idol,Honoka Kosaka,still_56,1 +56,3862,3862,[Party]When Am I?,Hanayo Koizumi,still_56,1 +57,3863,3863,[Party]Simple Dress,Eli Ayase,still_57,1 +57,3864,3864,[Party]Until That Day Comes,Honoka Kosaka,still_57,1 +58,3865,3865,[Party]I'm Gonna Get You♪,Kotori Minami,still_58,1 +58,3866,3866,[Party]You're My Target♪,Eli Ayase,still_58,1 +59,3867,3867,[Party]I Won't Let You Down!,Umi Sonoda,still_59,1 +59,3868,3868,[Party]Song I Want To Play,Maki Nishikino,still_59,1 +60,3869,3869,[Party]Much Respect!,Rin Hoshizora,still_60,1 +60,3870,3870,[Party]Together is Better,Kotori Minami,still_60,1 +61,3871,3871,[Party]The Joy of This Moment,Maki Nishikino,still_61,1 +61,3872,3872,[Party]Earnest Emotion,Nozomi Tojo,still_61,1 +62,3873,3873,[Party]The Nozomi Set☆,Nozomi Tojo,still_62,1 +62,3874,3874,[Party]Toiling in the Shadows,Nico Yazawa,still_62,1 +63,3875,3875,[Party]Hanayo's Spring Outfit♪,Hanayo Koizumi,still_63,1 +63,3876,3876,[Party]Let's Go Play!,Rin Hoshizora,still_63,1 +64,3877,3877,[Party]Little Devil Training!,Nico Yazawa,still_64,1 +64,3878,3878,[Party]Little Devil's Line,Umi Sonoda,still_64,1 +65,3879,3879,[Party]Adorableness Appeal,Chika Takami,still_65,1 +65,3880,3880,[Party]Relaxing Spot,Ruby Kurosawa,still_65,1 +66,3881,3881,[Party]Happy Life,Riko Sakurauchi,still_66,1 +66,3882,3882,[Party]Lucky Charm,Mari Ohara,still_66,1 +67,3883,3883,[Party]Candy Shower,Kanan Matsuura,still_67,1 +67,3884,3884,[Party]Wandering Flames,Hanamaru Kunikida,still_67,1 +68,3885,3885,[Party]Shrine Maiden Steps,Dia Kurosawa,still_68,1 +68,3886,3886,[Party]Puppy Patrol,Kanan Matsuura,still_68,1 +69,3887,3887,[Party]Chasing the Bunny,You Watanabe,still_69,1 +69,3888,3888,"[Party]Hello, Wonder!",Riko Sakurauchi,still_69,1 +70,3889,3889,[Party]Underworld Ritual,Yoshiko Tsushima,still_70,1 +70,3890,3890,[Party]Halloween Party,Dia Kurosawa,still_70,1 +71,3891,3891,[Party]Unfading Beauty,Hanamaru Kunikida,still_71,1 +71,3892,3892,[Party]Orange Mermaid,Chika Takami,still_71,1 +72,3893,3893,[Party]Just for You,Mari Ohara,still_72,1 +72,3894,3894,[Party]Sinful Kiss,Yoshiko Tsushima,still_72,1 +73,3895,3895,[Party]Place of Wishes and Joy,Ruby Kurosawa,still_73,1 +73,3896,3896,[Party]Plus One Arrangement,You Watanabe,still_73,1 +74,3924,3924,A Nostalgic Book,Dia Kurosawa,still_74,1 +74,3925,3925,Dreaming a Story,Hanamaru Kunikida,still_74,1 +75,3950,3950,Night Mirror Image,Eli Ayase,still_75,1 +75,3951,3951,Flower Wreath Ring,Kotori Minami,still_75,1 diff --git a/src/router/databases/csv-en/album_series_m.csv b/src/router/databases/csv-en/album_series_m.csv new file mode 100644 index 0000000..21c4c67 --- /dev/null +++ b/src/router/databases/csv-en/album_series_m.csv @@ -0,0 +1,688 @@ +_albumSeriesId,_albumGroupId,_albumTabId,_orderNum,_name,_nameEn,_layoutType,_thumbnailPath,_masterReleaseLabelId +1,1,1,4,Akihabara,Akihabara,9,series_thumbnail_1_1,1 +2,1,1,8,Solo Stage Costumes,Solo Performance,9,series_thumbnail_2_1,1 +3,1,1,6,Jobs,Vocational,9,series_thumbnail_3_1,1 +4,1,1,9,Animals,Animal,3,series_thumbnail_4_1,1 +5,1,1,13,August (Swimsuits) Part 1,Summer Uniform (1/2),13,series_thumbnail_5_1,1 +6,1,1,14,August (Swimsuits) Part 2,Summer Uniform (2/2),12,series_thumbnail_6_1,1 +7,1,1,16,September (Yukata) Part 1,Yukata (1/2),13,series_thumbnail_7_1,1 +8,1,1,17,September (Yukata) Part 2,Yukata (2/2),12,series_thumbnail_8_1,1 +9,1,1,18,October (Cheerleaders) Part 1,Sports (1/2),13,series_thumbnail_9_1,1 +10,1,1,19,October (Cheerleaders) Part 2,Sports (2/2),12,series_thumbnail_10_1,1 +11,1,1,20,November (Cooking) Part 1,Cooking (1/2),13,series_thumbnail_11_1,1 +12,1,1,21,November (Cooking) Part 2,Cooking (2/2),12,series_thumbnail_12_1,1 +13,1,1,23,December (Santa) Part 1,Winter Holiday (1/2),13,series_thumbnail_13_1,1 +14,1,1,24,December (Santa) Part 2,Winter Holiday (2/2),12,series_thumbnail_14_1,1 +15,1,1,27,January (Sunday Best) Part 1,Kimono (1/2),13,series_thumbnail_15_1,1 +16,1,1,28,January (Sunday Best) Part 2,Kimono (2/2),12,series_thumbnail_16_1,1 +17,1,1,32,February (Valentine's) Part 1,Chocolate (1/2),13,series_thumbnail_17_1,1 +18,1,1,33,February (Valentine's) Part 2,Chocolate (2/2),12,series_thumbnail_18_1,1 +19,1,1,35,March (Flowers) Part 1,Blooming (1/2),13,series_thumbnail_19_1,1 +20,1,1,36,March (Flowers) Part 2,Blooming (2/2),12,series_thumbnail_20_1,1 +21,1,1,38,April (Fruit Stand) Part 1,Fruit Stand (1/2),13,series_thumbnail_21_1,1 +22,1,1,39,April (Fruit Stand) Part 2,Fruit Stand (2/2),12,series_thumbnail_22_1,1 +23,1,1,42,May (Fairy Tales) Part 1,Fairy Tale (1/2),13,series_thumbnail_23_1,1 +24,1,1,43,May (Fairy Tales) Part 2,Fairy Tale (2/2),12,series_thumbnail_24_1,1 +25,1,1,44,June (Dresses) Part 1,Party Dress (1/2),13,series_thumbnail_25_1,1 +26,1,1,45,June (Dresses) Part 2,Party Dress (2/2),12,series_thumbnail_26_1,1 +27,1,1,49,July (Mermaids) Part 1,Summer Casual (1/2),13,series_thumbnail_27_1,1 +28,1,1,50,July (Mermaids) Part 2,Summer Casual (2/2),12,series_thumbnail_28_1,1 +29,1,1,55,China Dresses Part 1,Kung Fu Star (1/2),13,series_thumbnail_29_1,1 +30,1,1,56,China Dresses Part 2,Kung Fu Star (2/2),12,series_thumbnail_30_1,1 +31,1,1,58,Café Maids Part 1,Cafe Maid (1/2),13,series_thumbnail_31_1,1 +32,1,1,59,Café Maids Part 2,Cafe Maid (2/2),12,series_thumbnail_32_1,1 +33,1,1,60,Halloween Part 1,Halloween (1/2),13,series_thumbnail_33_1,1 +34,1,1,61,Halloween Part 2,Halloween (2/2),12,series_thumbnail_34_1,1 +35,1,1,64,Constellations Part 1,Zodiac (1/2),13,series_thumbnail_35_1,1 +36,1,1,65,Constellations Part 2,Zodiac (2/2),12,series_thumbnail_36_1,1 +37,1,1,67,Snowy Mountain Part 1,Winter Sports (1/2),13,series_thumbnail_37_1,1 +38,1,1,68,Snowy Mountain Part 2,Winter Sports (2/2),12,series_thumbnail_38_1,1 +39,1,1,73,Seven Lucky Gods Part 1,Goddesses of Fortune (1/2),13,series_thumbnail_39_1,1 +40,1,1,74,Seven Lucky Gods Part 2,Goddesses of Fortune (2/2),12,series_thumbnail_40_1,1 +41,1,1,76,Valentine's Part 1,Valentines (1/2),13,series_thumbnail_41_1,1 +42,1,1,77,Valentine's Part 2,Valentines (2/2),12,series_thumbnail_42_1,1 +43,1,1,78,White Day Part 1,White Day (1/2),13,series_thumbnail_43_1,1 +44,1,1,79,White Day Part 2,White Day (2/2),12,series_thumbnail_44_1,1 +45,1,1,82,Work Study Part 1,Vocational Part 2 (1/2),13,series_thumbnail_45_1,1 +46,1,1,83,Work Study Part 2,Vocational Part 2 (2/2),12,series_thumbnail_46_1,1 +47,1,1,86,Cyber Part 1,Cyber (1/2),13,series_thumbnail_47_1,1 +48,1,1,87,Cyber Part 2,Cyber (2/2),12,series_thumbnail_48_1,1 +49,1,1,89,Magicians Part 1,Magician (1/2),13,series_thumbnail_49_1,1 +50,1,1,90,Magicians Part 2,Magician (2/2),12,series_thumbnail_50_1,1 +51,1,1,94,Mariners Part 1,Sailors (1/2),13,series_thumbnail_51_1,1 +52,1,1,95,Mariners Part 2,Sailors (2/2),12,series_thumbnail_52_1,1 +53,1,1,96,Poolside Part 1,Swimming Pool (1/2),13,series_thumbnail_53_1,1 +54,1,1,97,Poolside Part 2,Swimming Pool (2/2),12,series_thumbnail_54_1,1 +55,1,1,98,Kunoichi Part 1,Kunoichi (1/2),13,series_thumbnail_55_1,1 +56,1,1,99,Kunoichi Part 2,Kunoichi (2/2),12,series_thumbnail_56_1,1 +57,1,1,103,Petting Zoo Part 1,Animal Part 2 (1/2),13,series_thumbnail_57_1,1 +58,1,1,104,Petting Zoo Part 2,Animal Part 2 (2/2),12,series_thumbnail_58_1,1 +59,1,1,107,Formal Ball Part 1,Dance Party (1/2),13,series_thumbnail_59_1,1 +60,1,1,108,Formal Ball Part 2,Dance Party (2/2),12,series_thumbnail_60_1,1 +61,1,1,110,Christmas Part 1,Christmas (1/2),13,series_thumbnail_61_1,1 +62,1,1,111,Christmas Part 2,Christmas (2/2),12,series_thumbnail_62_1,1 +63,1,1,115,Circus Part 1,Circus (1/2),13,series_thumbnail_63_1,1 +64,1,1,116,Circus Part 2,Circus (2/2),12,series_thumbnail_64_1,1 +65,1,1,119,Fairyland Part 1,Fairyland (1/2),13,series_thumbnail_65_1,1 +66,1,1,120,Fairyland Part 2,Fairyland (2/2),12,series_thumbnail_66_1,1 +67,1,1,124,Classical Japanese Part 1,Taisho Roman (1/2),13,series_thumbnail_67_1,1 +68,1,1,125,Classical Japanese Part 2,Taisho Roman (2/2),12,series_thumbnail_68_1,1 +69,1,1,127,Baseball Part 1,Baseball (1/2),13,series_thumbnail_69_1,1 +70,1,1,128,Baseball Part 2,Baseball (2/2),12,series_thumbnail_70_1,1 +71,1,1,130,Dancers Part 1,Dancer (1/2),13,series_thumbnail_71_1,1 +72,1,1,131,Dancers Part 2,Dancer (2/2),12,series_thumbnail_72_1,1 +73,1,1,132,Idol Outfits Part 1,Idol Costume (1/2),13,series_thumbnail_73_1,1 +74,1,1,133,Idol Outfits Part 2,Idol Costume (2/2),12,series_thumbnail_74_1,1 +75,1,1,135,Little Devils Part 1,Little Devil (1/2),13,series_thumbnail_75_1,1 +76,1,1,136,Little Devils Part 2,Little Devil (2/2),12,series_thumbnail_76_1,1 +77,1,1,138,Pool Prep Part 1,Ready for Summer (1/2),15,series_thumbnail_77_1,1 +78,1,1,139,Pool Prep Part 2,Ready for Summer (2/2),14,series_thumbnail_78_1,1 +79,1,1,140,Birthstones Part 1,Birth Stones (1/2),15,series_thumbnail_79_1,1 +80,1,1,141,Birthstones Part 2,Birth Stones (2/2),14,series_thumbnail_80_1,1 +81,1,1,144,Slumber Party Part 1,Pajama Party (1/2),15,series_thumbnail_81_1,1 +82,1,1,145,Slumber Party Part 2,Pajama Party (2/2),14,series_thumbnail_82_1,1 +83,1,1,146,Bouquets Part 1,Bouquet (1/2),15,series_thumbnail_83_1,1 +84,1,1,147,Bouquets Part 2,Bouquet (2/2),14,series_thumbnail_84_1,1 +85,1,1,149,Tennis Part 1,Tennis (1/2),15,series_thumbnail_85_1,1 +86,1,1,150,Tennis Part 2,Tennis (2/2),14,series_thumbnail_86_1,1 +87,1,1,151,Ice Cream Part 1,Ice Cream (1/2),15,series_thumbnail_87_1,1 +88,1,1,152,Ice Cream Part 2,Ice Cream (2/2),14,series_thumbnail_88_1,1 +89,1,1,154,Pirates Part 1,Pirates (1/2),15,series_thumbnail_89_1,1 +90,1,1,155,Pirates Part 2,Pirates (2/2),14,series_thumbnail_90_1,1 +91,1,1,156,Crayons Part 1,Crayon (1/2),15,series_thumbnail_91_1,1 +92,1,1,157,Crayons Part 2,Crayon (2/2),14,series_thumbnail_92_1,1 +93,1,1,160,Instruments Part 1,Marching Band (1/2),15,series_thumbnail_93_1,1 +94,1,1,161,Instruments Part 2,Marching Band (2/2),14,series_thumbnail_94_1,1 +95,1,1,163,Sky Part 1,Clear Skies (1/2),15,series_thumbnail_95_1,1 +96,1,1,164,Sky Part 2,Clear Skies (2/2),14,series_thumbnail_96_1,1 +97,1,1,167,Wonderland Part 1,A Curious Place (1/2),15,series_thumbnail_97_1,1 +98,1,1,168,Wonderland Part 2,A Curious Place (2/2),14,series_thumbnail_98_1,1 +99,1,1,170,Sorceresses Part 1,Witches (1/2),15,series_thumbnail_99_1,1 +100,1,1,171,Sorceresses Part 2,Witches (2/2),14,series_thumbnail_100_1,1 +101,1,1,173,Fruits Part 1,Fruits (1/2),15,series_thumbnail_101_1,1 +102,1,1,174,Fruits Part 2,Fruits (2/2),14,series_thumbnail_102_1,1 +103,1,1,178,Universe Part 1,Universe (1/2),15,series_thumbnail_103_1,1 +104,1,1,179,Universe Part 2,Universe (2/2),14,series_thumbnail_104_1,1 +105,1,1,180,RPG Part 1,RPG (1/2),15,series_thumbnail_105_1,1 +106,1,1,181,RPG Part 2,RPG (2/2),14,series_thumbnail_106_1,1 +107,1,1,184,Tea Party Part 1,Tea Party (1/2),15,series_thumbnail_107_1,1 +108,1,1,185,Tea Party Part 2,Tea Party (2/2),14,series_thumbnail_108_1,1 +109,1,1,187,Spring Arrives Part 1,Welcome Spring (1/2),15,series_thumbnail_109_1,1 +110,1,1,188,Spring Arrives Part 2,Welcome Spring (2/2),14,series_thumbnail_110_1,1 +111,1,1,190,Marbles Part 1,Marble (1/2),15,series_thumbnail_111_1,1 +112,1,1,191,Marbles Part 2,Marble (2/2),14,series_thumbnail_112_1,1 +113,1,1,193,Tropical Part 1,Tropical Adventure (1/2),15,series_thumbnail_113_1,1 +114,1,1,194,Tropical Part 2,Tropical Adventure (2/2),14,series_thumbnail_114_1,1 +115,1,1,196,Studies Part 1,Time to Study (1/2),15,series_thumbnail_115_1,1 +116,1,1,197,Studies Part 2,Time to Study (2/2),14,series_thumbnail_116_1,1 +117,1,1,198,White Snow Part 1,Sparkling Snow (1/2),15,series_thumbnail_117_1,1 +118,1,1,199,White Snow Part 2,Sparkling Snow (2/2),14,series_thumbnail_118_1,1 +119,1,1,203,Make-Up Magic,Makeup's Magic (1/2),15,series_thumbnail_119_1,1 +120,1,1,201,Birthday Surprise!,Birthday Surprise,9,series_thumbnail_120_8,1 +121,1,1,202,SIF Thanksgiving 2019,Fan Festival 2019,9,series_thumbnail_121_8,1 +122,1,1,192,Starlight Sailors
(SIF AC),Starlight Sailor,9,series_thumbnail_122_1,1 +123,1,1,186,Smile Parade,Smile Parade,9,series_thumbnail_123_1,1 +124,1,1,183,Birthday Live Show,Birthday Live Show,9,series_thumbnail_124_1,1 +125,1,1,165,Bokutachi wa Hitotsu no Hikari (UR),Bokutachi wa Hitotsu no Hikari (UR),9,series_thumbnail_125_1,1 +126,1,1,159,School Unity
(SIF AC),School Unity,9,series_thumbnail_126_1,1 +127,1,1,162,SIF AC 2017
Birthday,SIF-AC Birthday 2017,9,series_thumbnail_127_1,1 +128,1,1,172,Birthday Dresses,Birthday 2019,9,series_thumbnail_128_1,1 +129,1,1,137,KiRa-KiRa Sensation!
(SSR),KiRa-KiRa Sensation!
(SSR),9,series_thumbnail_0_1,1 +130,1,1,177,Shrine Maiden (SIF AC),Shrine Maiden,9,series_thumbnail_130_1,1 +131,1,1,5,Special Delivery Part 1,Special Release Part 1,10,series_thumbnail_0_1,1 +132,1,1,10,Special Delivery Part 2,Special Release Part 2,9,series_thumbnail_132_1,1 +133,1,1,11,Special Delivery Part 3,Special Release Part 3,9,series_thumbnail_133_1,1 +134,1,1,30,Special Delivery Part 7,Special Release Part 7,9,series_thumbnail_134_1,1 +135,1,1,31,Takaramonos /
Paradise Live (SR),Takaramonos/
Paradise Live (SR),9,series_thumbnail_135_1,1 +136,1,1,41,It's our miraculous time (R),It's our miraculous time (R),9,series_thumbnail_136_1,1 +137,1,1,47,Special Delivery Part 9,Special Release Part 9,10,series_thumbnail_0_1,1 +138,1,1,57,Special Delivery Part 13,Special Release Part 13,8,series_thumbnail_138_1,1 +139,1,1,75,Special Delivery Part 14,Special Release Part 14,9,series_thumbnail_139_1,1 +140,1,1,91,Special Delivery Part 17,Special Release Part 17,9,series_thumbnail_140_1,1 +141,1,1,92,Special Delivery Part 18,Special Release Part 18,9,series_thumbnail_141_1,1 +142,1,1,105,HEART to HEART! (SR),HEART to HEART! (SR),9,series_thumbnail_142_1,1 +143,1,1,123,MOMENT RING (SR),MOMENT RING (SR),9,series_thumbnail_143_1,1 +144,1,1,63,Printemps Live Show,Printemps Live Show,3,series_thumbnail_144_1,1 +145,1,1,66,lily white Live Show,lily white Live Show,3,series_thumbnail_145_1,1 +146,1,1,71,BiBi Live Show,BiBi Live Show,3,series_thumbnail_146_1,1 +147,1,1,109,Printemps
WAO-WAO Powerful Day!,Printemps
WAO-WAO Powerful day!,3,series_thumbnail_147_1,1 +148,1,1,114,lily white
Omoide Ijou ni Naritakute,lily white
Omoide Ijou ni Naritakute,3,series_thumbnail_148_1,1 +149,1,1,118,BiBi
Sakkaku Crossroads,BiBi
Sakkaku CROSSROADS,3,series_thumbnail_149_1,1 +150,1,1,7,Event Reward (SR) Part 1,Event Reward (SR),9,series_thumbnail_150_1,1 +151,1,1,22,Event Reward (SR) Part 2,Event Reward (SR),9,series_thumbnail_151_1,1 +152,1,1,37,Event Reward (SR) Part 3,Event Reward (SR),9,series_thumbnail_152_1,1 +153,1,1,53,Event Reward (SR) Part 4,Event Reward (SR),9,series_thumbnail_153_1,1 +154,1,1,70,Event Reward (SR) Part 5,Event Reward (SR),9,series_thumbnail_154_1,1 +155,1,1,84,Event Reward (SR) Part 6,Event Reward (SR),9,series_thumbnail_155_1,1 +156,1,1,100,Event Reward (SR) Part 7,Event Reward (SR),9,series_thumbnail_156_1,1 +157,1,1,117,Event Reward (SR) Part 8,Event Reward (SR),9,series_thumbnail_157_1,1 +158,1,1,134,Event Reward (SR) Part 9,Event Reward (SR),9,series_thumbnail_158_1,1 +159,1,1,142,Event Reward (SR) Part 10,Event Reward (SR),9,series_thumbnail_159_1,1 +160,1,1,148,Event Reward (SR) Part 11,Event Reward (SR),9,series_thumbnail_160_1,1 +161,1,1,153,Event Reward (SR) Part 12,Event Reward (SR),9,series_thumbnail_161_1,1 +162,1,1,158,Event Reward (SR) Part 13,Event Reward (SR),9,series_thumbnail_162_1,1 +163,1,1,166,Event Reward (SR) Part 14,Event Reward (SR),9,series_thumbnail_163_1,1 +164,1,1,176,Event Reward (SR) Part 15,Event Reward (SR),9,series_thumbnail_164_1,1 +165,1,1,182,Event Reward (SR) Part 16,Event Reward (SR),9,series_thumbnail_165_1,1 +166,1,1,189,Event Reward (SR) Part 17,Event Reward (SR),9,series_thumbnail_166_1,1 +167,1,1,195,Event Reward (SR) Part 18,Event Reward (SR),9,series_thumbnail_167_1,1 +168,1,1,200,Best Besties Election,Companion Election,2,series_thumbnail_168_1,1 +169,1,1,29,NicoRinPana,Nico Rin Pana,6,series_thumbnail_169_1,1 +170,1,1,129,You Decide ♪ Request UR
Finals,Special Release,9,series_thumbnail_170_1,1 +171,1,1,12,Special Delivery Part 4,Special Release Part 4,1,series_thumbnail_0_1,1 +172,1,1,15,Special Delivery Part 5,Special Release Part 5,1,series_thumbnail_0_1,1 +173,1,1,25,Christmas Card
Finals,Christmas Girl,16,series_thumbnail_173_1,1 +174,1,1,26,Special Delivery Part 6,Special Release Part 6,1,series_thumbnail_0_1,1 +175,1,1,34,Special Delivery Part 8,Special Release Part 8,1,series_thumbnail_0_1,1 +176,1,1,48,Special Delivery Part 10,Special Release Part 10,1,series_thumbnail_176_1,1 +177,1,1,51,Special Delivery Part 11,Special Release Part 11,1,series_thumbnail_0_1,1 +178,1,1,52,Special Delivery Part 12,Special Release Part 12,1,series_thumbnail_0_1,1 +179,1,1,54,Summer Girl Championship,Summer Girl Election,1,series_thumbnail_179_1,1 +180,1,1,69,The Great Christmas Present Caper,Holiday Gift Extravaganza,1,series_thumbnail_180_1,1 +181,1,1,80,Special Delivery Part 15,Special Release Part 15,1,series_thumbnail_0_1,1 +182,1,1,85,I Wanna Go With You ♪ Travel Girl
Finals,Travel Girl Competition,1,series_thumbnail_182_1,1 +183,1,1,88,Special Delivery Part 16,Special Release Part 16,3,series_thumbnail_183_1,1 +184,1,1,93,Special Delivery Part 19,Special Release Part 19,1,series_thumbnail_0_1,1 +185,1,1,102,Special Delivery Part 20,Special Release Part 20,1,series_thumbnail_0_1,1 +186,1,1,106,Summertime Fruit Girl Finals,Summer Fruit Girl Competition,1,series_thumbnail_186_1,1 +187,1,1,112,Special Delivery Part 21,Special Release Part 21,1,series_thumbnail_0_1,1 +188,1,1,122,Special Delivery Part 22,Special Release Part 22,1,series_thumbnail_0_1,1 +189,1,1,126,Special Delivery Part 23,Special Release Part 23,1,series_thumbnail_0_1,1 +190,1,1,143,μ's Fan Meeting Tour 2015
Love Live! Comes to Your Town!,μ's Fan Meeting Tour 2015
〜LoveLive! in your Town〜,1,series_thumbnail_0_1,1 +191,1,1,169,SIF 5th Anniversary
Campaign Girl,5th Anniversary Celebration Girls,1,series_thumbnail_191_1,1 +192,1,1,175,Sega Staff Poster Girls,SEGA Staff Costume,1,series_thumbnail_0_1,1 +193,1,1,1,Wonderful Rush (R),Wonderful Rush (R),9,series_thumbnail_193_1,1 +194,1,1,2,"Mogyutto ""Love"" de Sekkinchu!
(R)","Mogyutto ""Love"" de Sekkinchu!
(R)",9,series_thumbnail_194_1,1 +195,1,1,3,"Natsuiro Egao de 1, 2, Jump! (R)","Natsuiro Egao de 1, 2, Jump! (R)",9,series_thumbnail_195_1,1 +196,1,1,40,Bokura wa Ima no Naka de (R),Bokura wa Ima no Naka de (R),9,series_thumbnail_196_1,1 +197,1,1,46,Snow Halation (R) Part 1,Snow Halation (R) Part 1,9,series_thumbnail_197_1,1 +198,1,1,62,Korekara no Someday (R),Korekara no Someday (R),9,series_thumbnail_198_1,1 +199,1,1,72,Yume no Tobira (R),Yume no Tobira (R),9,series_thumbnail_199_1,1 +200,1,1,81,Music S.T.A.R.T!! (R),Music S.T.A.R.T!! (R),9,series_thumbnail_200_1,1 +201,1,1,101,Dancing Stars on Me! (R),Dancing stars on me! (R),9,series_thumbnail_201_1,1 +202,1,1,113,KiRa-KiRa Sensation! (R),KiRa-KiRa Sensation! (R),9,series_thumbnail_202_1,1 +203,1,1,121,Snow Halation (R) Part 2,Snow Halation (R) Part 2,9,series_thumbnail_203_1,1 +204,2,1,208,Marine School,Marine School,9,series_thumbnail_204_1,1 +205,2,1,210,School Rocker,Rockin' School Idols,3,series_thumbnail_205_1,1 +206,2,1,211,Swimsuits Part 1,Swim Suit (1/2),15,series_thumbnail_206_1,1 +207,2,1,212,Swimsuits Part 2,Swim Suit (2/2),14,series_thumbnail_207_1,1 +208,2,1,213,Yukata Part 1,Yukata (1/2),15,series_thumbnail_208_1,1 +209,2,1,214,Yukata Part 2,Yukata (2/2),14,series_thumbnail_209_1,1 +210,2,1,215,Halloween Part 1,Trick or Treat (1/2),15,series_thumbnail_210_1,1 +211,2,1,216,Halloween Part 2,Trick or Treat (2/2),14,series_thumbnail_211_1,1 +212,2,1,218,Cheerleaders Part 1,Cheerleader (1/2),15,series_thumbnail_212_1,1 +213,2,1,219,Cheerleaders Part 2,Cheerleader (2/2),14,series_thumbnail_213_1,1 +214,2,1,220,Christmas Part 1,Christmas (1/2),15,series_thumbnail_214_1,1 +215,2,1,221,Christmas Part 2,Christmas (2/2),14,series_thumbnail_215_1,1 +216,2,1,224,Sunday Best Part 1,Haregi (1/2),15,series_thumbnail_216_1,1 +217,2,1,225,Sunday Best Part 2,Haregi (2/2),14,series_thumbnail_217_1,1 +218,2,1,226,Valentine's Part 1,Valentine's (1/2),15,series_thumbnail_218_1,1 +219,2,1,227,Valentine's Part 2,Valentine's (2/2),14,series_thumbnail_219_1,1 +220,2,1,228,Jobs Part 1,Vocational (1/2),15,series_thumbnail_220_1,1 +221,2,1,229,Jobs Part 2,Vocational (2/2),14,series_thumbnail_221_1,1 +222,2,1,231,Animals Part 1,Animal (1/2),15,series_thumbnail_222_1,1 +223,2,1,232,Animals Part 2,Animal (2/2),14,series_thumbnail_223_1,1 +224,2,1,233,Angels Part 1,Angel (1/2),15,series_thumbnail_224_1,1 +225,2,1,234,Angels Part 2,Angel (2/2),14,series_thumbnail_225_1,1 +226,2,1,235,Time Travelers Part 1,Time Travel (1/2),15,series_thumbnail_226_1,1 +227,2,1,236,Time Travelers Part 2,Time Travel (2/2),14,series_thumbnail_227_1,1 +228,2,1,238,Circus Part 1,Circus (1/2),15,series_thumbnail_228_1,1 +229,2,1,239,Circus Part 2,Circus (2/2),14,series_thumbnail_229_1,1 +230,2,1,242,Summer Beach Part 1,Summer Beach (1/2),15,series_thumbnail_230_1,1 +231,2,1,243,Summer Beach Part 2,Summer Beach (2/2),14,series_thumbnail_231_1,1 +232,2,1,244,Wonderland Part 1,A Curious Place (1/2),15,series_thumbnail_232_1,1 +233,2,1,245,Wonderland Part 2,A Curious Place (2/2),14,series_thumbnail_233_1,1 +234,2,1,247,Halloween Night Part 1,Halloween Festival (1/2),15,series_thumbnail_234_1,1 +235,2,1,248,Halloween Night Part 2,Halloween Festival (2/2),14,series_thumbnail_235_1,1 +236,2,1,250,Fall Leaf Hunters Part 1,Autumn Colors (1/2),15,series_thumbnail_236_1,1 +237,2,1,251,Fall Leaf Hunters Part 2,Autumn Colors (2/2),14,series_thumbnail_237_1,1 +238,2,1,252,Christmas Songs Part 1,Christmas Choir (1/2),15,series_thumbnail_238_1,1 +239,2,1,253,Christmas Songs Part 2,Christmas Choir (2/2),14,series_thumbnail_239_1,1 +240,2,1,256,New Year's Part 1,New Year's (1/2),15,series_thumbnail_240_1,1 +241,2,1,257,New Year's Part 2,New Year's (2/2),14,series_thumbnail_241_1,1 +242,2,1,259,After School Valentine Part 1,Valentine's Chocolate (1/2),15,series_thumbnail_242_1,1 +243,2,1,260,After School Valentine Part 2,Valentine's Chocolate (2/2),14,series_thumbnail_243_1,1 +244,2,1,262,Punk Rockers Part 1,Punk Rock (1/2),15,series_thumbnail_244_1,1 +245,2,1,263,Punk Rockers Part 2,Punk Rock (2/2),14,series_thumbnail_245_1,1 +246,2,1,266,Teachers Part 1,Teacher (1/2),15,series_thumbnail_246_1,1 +247,2,1,267,Teachers Part 2,Teacher (2/2),14,series_thumbnail_247_1,1 +248,2,1,269,Fairy Tales Part 1,Fairy Tale (1/2),15,series_thumbnail_248_1,1 +249,2,1,270,Fairy Tales Part 2,Fairy Tale (2/2),14,series_thumbnail_249_1,1 +250,2,1,274,Wedding Part 1,Wedding Dress (1/2),15,series_thumbnail_250_1,1 +251,2,1,275,Wedding Part 2,Wedding Dress (2/2),14,series_thumbnail_251_1,1 +252,2,1,278,Mermaids Part 1,Mermaid (1/2),15,series_thumbnail_252_1,1 +253,2,1,279,Mermaids Part 2,Mermaid (2/2),14,series_thumbnail_253_1,1 +254,2,1,281,Endless Summer Part 1,Tropical Summer (1/2),14,series_thumbnail_254_1,1 +255,2,1,282,Endless Summer Part 2,Tropical Summer (2/2),15,series_thumbnail_255_1,1 +256,2,1,285,China Dresses Part 1,Live in Chinatown (1/2),15,series_thumbnail_256_1,1 +257,2,1,286,China Dresses Part 2,Live in Chinatown (2/2),14,series_thumbnail_257_1,1 +258,2,1,290,Universe Part 1,Universe (1/2),15,series_thumbnail_258_1,1 +259,2,1,291,Universe Part 2,Universe (2/2),14,series_thumbnail_259_1,1 +260,2,1,293,Musicians of Bremen Part 1,Town Musicians of Bremen (1/2),15,series_thumbnail_260_1,1 +261,2,1,294,Musicians of Bremen Part 2,Town Musicians of Bremen (2/2),14,series_thumbnail_261_1,1 +262,2,1,296,Snow Fairies Part 1,Snow Fairy (1/2),15,series_thumbnail_262_1,1 +263,2,1,297,Snow Fairies Part 2,Snow Fairy (2/2),14,series_thumbnail_263_1,1 +264,2,1,300,New Year's Greetings Part 1,New Year's Countdown (1/2),15,series_thumbnail_264_1,1 +265,2,1,301,New Year's Greetings Part 2,New Year's Countdown (2/2),14,series_thumbnail_265_1,1 +266,2,1,306,Handmade Valentines Part 1,Valentine's Treats (1/2),15,series_thumbnail_266_1,1 +267,2,1,307,Handmade Valentines Part 2,Valentine's Treats (2/2),14,series_thumbnail_267_1,1 +268,2,1,309,Flowers Part 1,Flowers (1/2),15,series_thumbnail_268_1,1 +269,2,1,310,Flowers Part 2,Flowers (2/2),14,series_thumbnail_269_1,1 +270,2,1,313,Theme Park Part 1,Theme Park (1/2),15,series_thumbnail_270_1,1 +271,2,1,314,Theme Park Part 2,Theme Park (2/2),14,series_thumbnail_271_1,1 +272,2,1,316,Train Part 1,Trains (1/2),15,series_thumbnail_272_1,1 +273,2,1,317,Train Part 2,Trains (2/2),14,series_thumbnail_273_1,1 +274,2,1,318,Dancers Part 1,Dancer (1/2),15,series_thumbnail_274_1,1 +275,2,1,319,Dancers Part 2,Dancer (2/2),14,series_thumbnail_275_1,1 +276,2,1,321,Bubbles Part 1,Bubbles (1/2),15,series_thumbnail_276_1,1 +277,2,1,322,Bubbles Part 2,Bubbles (2/2),14,series_thumbnail_277_1,1 +278,2,1,324,Summer Nights Part 1,Night Pool (1/2),15,series_thumbnail_278_1,1 +279,2,1,325,Summer Nights Part 2,Night Pool (2/2),14,series_thumbnail_279_1,1 +280,2,1,328,Little Devils Part 1,Little Devil (1/2),15,series_thumbnail_280_1,1 +281,2,1,329,Little Devils Part 2,Little Devil (2/2),14,series_thumbnail_281_1,1 +282,2,1,332,Harvest Season Part 1,Autumn Harvest (1/2),15,series_thumbnail_282_1,1 +283,2,1,333,Harvest Season Part 2,Autumn Harvest (2/2),14,series_thumbnail_283_1,1 +284,2,1,335,Steampunk Part 1,Steampunk (1/2),15,series_thumbnail_284_1,1 +285,2,1,336,Steampunk Part 2,Steampunk (2/2),14,series_thumbnail_285_1,1 +286,2,1,337,Christmas Presents
Part 1,Christmas Present (1/2),15,series_thumbnail_286_1,1 +287,2,1,338,Christmas Presents
Part 2,Christmas Present (2/2),14,series_thumbnail_287_1,1 +288,2,1,340,Seven Lucky Gods Part 1,Goddesses of Fortune (1/2),15,series_thumbnail_288_1,1 +289,2,1,341,Seven Lucky Gods Part 2,Goddesses of Fortune (2/2),14,series_thumbnail_289_1,1 +290,2,1,342,Cat Café Part 1,Cat Cafe (1/2),15,series_thumbnail_290_1,1 +291,2,1,343,Cat Café Part 2,Cat Cafe (2/2),14,series_thumbnail_291_1,1 +292,2,1,327,Shiminnomori Camp
(SIF AC),Campsite,9,series_thumbnail_292_1,1 +293,2,1,311,Bright Sailors,Bright Sailor,9,series_thumbnail_293_1,1 +294,2,1,315,Birthday Live Show,Birthday 2019,9,series_thumbnail_294_1,1 +295,2,1,299,School Unity
(SIF AC),School Unity,9,series_thumbnail_295_1,1 +296,2,1,295,Worldwide Poster Girls,Worldwide Poster Girl,9,series_thumbnail_0_1,1 +297,2,1,283,2018 Birthdays UR Members,Birthday 2018,9,series_thumbnail_297_1,1 +298,2,1,249,Special Delivery Part 1,Special Release Part 1,9,series_thumbnail_0_1,1 +299,2,1,265,WATER BLUE NEW WORLD (UR),WATER BLUE NEW WORLD(UR),9,series_thumbnail_299_1,1 +300,2,1,209,1 Panel Comics,A Day in the Life,9,series_thumbnail_0_1,1 +301,2,1,254,Koini Naritai AQUARIUM
(SSR),Koini Naritai AQUARIUM
(SSR),9,series_thumbnail_0_1,1 +302,2,1,264,Real Escape Game Collab
Round 1,Real-Life Room Escape
Collaboration Part 1,9,series_thumbnail_0_1,1 +303,2,1,277,Mirai no Bokura wa Shitteru yo (SSR),Mirai no Bokura wa Shitteru yo
(SSR),9,series_thumbnail_303_1,1 +304,2,1,284,Fuji-Q Highland Collab,Fuji-Q Highland Collab,9,series_thumbnail_0_1,1 +305,2,1,287,Sega Collab,SEGA Collaboration,9,series_thumbnail_0_1,1 +306,2,1,298,SIF AC Next Stage,SIF-AC Next Stage,9,series_thumbnail_306_1,1 +307,2,1,302,Special Delivery Part 2,Special Release Part 2,9,series_thumbnail_307_1,1 +308,2,1,303,JOYSOUND Collab,JOYSOUND Collaboration,9,series_thumbnail_308_1,1 +309,2,1,305,Aqours Movie Opening Celebration,Aqours Movie Version
Re-Release Campaign,9,series_thumbnail_0_1,1 +310,2,1,308,Performing Worldwide Together
Challenge Completion Celebration,Simultaneous Worldwide Challenge Completion,9,series_thumbnail_310_1,1 +311,2,1,323,Real Escape Game Collab
Round 2,Real-Life Room Escape
Collaboration Part 2,9,series_thumbnail_0_1,1 +312,2,1,330,Shadowverse Collab,Shadowverse Collaboration,9,series_thumbnail_312_1,1 +313,2,1,271,CYaRon!
Genki Zenkai DAY! DAY! DAY!,CYaRon!
Genki Zenkai DAY! DAY! DAY!,3,series_thumbnail_313_1,1 +314,2,1,273,AZALEA
Torikoriko PLEASE!!,AZALEA
Torikoriko PLEASE!!,3,series_thumbnail_314_1,1 +315,2,1,276,Guilty Kiss
Strawberry Trapper,Guilty Kiss
Strawberry Trapper,3,series_thumbnail_315_1,1 +316,2,1,292,SIF Thanksgiving 2018
Sub-unit Showdown,SIF Fan Festival 2018 Team Match,3,series_thumbnail_316_1,1 +317,2,1,205,Event Reward (SR) Part 1,Event Reward (SR),9,series_thumbnail_317_1,1 +318,2,1,217,Event Reward (SR) Part 2,Event Reward (SR),9,series_thumbnail_318_1,1 +319,2,1,230,Event Reward (SR) Part 3,Event Reward (SR),9,series_thumbnail_319_1,1 +320,2,1,240,Event Reward (SR) Part 4,Event Reward (SR),9,series_thumbnail_320_1,1 +321,2,1,255,Event Reward (SR) Part 5,Event Reward (SR),9,series_thumbnail_321_1,1 +322,2,1,268,Event Reward (SR) Part 6,Event Reward (SR),9,series_thumbnail_322_1,1 +323,2,1,289,Event Reward (SR) Part 7,Event Reward (SR),9,series_thumbnail_323_1,1 +324,2,1,304,Event Reward (SR) Part 8,Event Reward (SR),9,series_thumbnail_324_1,1 +325,2,1,320,Event Reward (SR) Part 9,Event Reward (SR),7,series_thumbnail_325_1,1 +326,2,1,334,Event Reward (SR) Part 10,Event Reward (SR),9,series_thumbnail_326_1,1 +327,2,1,339,Best Besties Election,Companion Election,2,series_thumbnail_327_1,1 +328,2,1,222,Come See Aqours ♪
The Great Winter Break Plan,The Winter Holidays with Aqours!,1,series_thumbnail_328_1,1 +329,2,1,237,Gamers Numazu 1st Anniversary,Gamers Numazu 1st Anniversary,1,series_thumbnail_0_1,1 +330,2,1,261,Gamers Numazu 2nd Anniversary,Gamers Numazu 2nd Anniversary,1,series_thumbnail_0_1,1 +331,2,1,272,SIF 5th Anniversary
Campaign Girl,5th Anniversary Celebration Girls,1,series_thumbnail_331_1,1 +332,2,1,280,7-Eleven Campaign
Poster Girl,7-Eleven,1,series_thumbnail_0_1,1 +333,2,1,288,Sega Staff Poster Girls,SEGA Staff Costume,1,series_thumbnail_0_1,1 +334,2,1,312,Special Delivery Part 3,Special Release Part 3,1,series_thumbnail_0_1,1 +335,2,1,331,Shadowverse Collab
Campaign Girl,Shadowverse x SIF
Collaboration Event,1,series_thumbnail_335_1,1 +336,2,1,204,Kimino Kokorowa Kagayaiterukai?
(R),Kimino Kokorowa Kagayaiterukai?
(R),9,series_thumbnail_336_1,1 +337,2,1,206,Koini Naritai AQUARIUM (R),Koini Naritai AQUARIUM (R),9,series_thumbnail_337_1,1 +338,2,1,207,Aozora Jumping Heart (R),Aozora Jumping Heart (R),9,series_thumbnail_338_1,1 +339,2,1,223,Mijuku DREAMER (R),Mijuku DREAMER (R),9,series_thumbnail_339_1,1 +340,2,1,241,HAPPY PARTY TRAIN (R),HAPPY PARTY TRAIN (R),9,series_thumbnail_340_1,1 +341,2,1,246,Omoiyo Hitotsuninare (R),Omoiyo Hitotsuninare (R),9,series_thumbnail_341_1,1 +342,2,1,258,MIRAI TICKET (R),MIRAI TICKET (R),9,series_thumbnail_342_1,1 +343,1,99,348,μ's Childhood Memories,μ's
Childhood Memory,9,series_thumbnail_343_1,1 +344,1,99,350,μ's Baby Animals,μ's
Tiny Animal,9,series_thumbnail_344_1,1 +345,1,99,344,A-RISE,A-RISE,3,series_thumbnail_345_1,1 +346,1,99,346,Support Members
(School),Support Member
School Staff & Students,17,series_thumbnail_346_1,1 +347,1,99,347,Support Members
(Family),Support Member
Family,17,series_thumbnail_347_1,1 +348,1,99,345,Support Members
(Animals),Support Member
Animal,5,series_thumbnail_348_1,1 +349,1,99,349,Love Live! Puchiguru Collab,Puchiguru Love Live! Collaboration,1,series_thumbnail_349_1,1 +350,1,99,351,Starlight Sailors
(SIF AC),Starlight Sailor,1,series_thumbnail_350_1,1 +351,2,99,356,Aqours Childhood Memories,Aqours
Childhood Memory,9,series_thumbnail_351_1,1 +352,2,99,358,Aqours Baby Animals,Aqours
Tiny Animal,9,series_thumbnail_352_1,1 +353,2,99,352,Saint Snow,Saint Snow,11,series_thumbnail_353_1,1 +354,2,99,354,Support Members (School),Support Member
School Staff & Students,4,series_thumbnail_354_1,1 +355,2,99,355,Support Members (Family),Support Member
Family,4,series_thumbnail_355_1,1 +356,2,99,353,Support Members (Animals),Support Member
Animal,9,series_thumbnail_356_1,1 +357,2,99,357,Love Live! Puchiguru Collab,Puchiguru Love Live! Collaboration,1,series_thumbnail_357_1,1 +358,2,99,359,Flower Circles
(SIF AC),Floral Flourish,1,series_thumbnail_358_1,1 +359,3,1,402,TOKIMEKI Runners (SR),TOKIMEKI Runners (SR),9,series_thumbnail_359_1,1 +360,3,1,404,Nijigasaki High School Idol
Club Special Delivery Part 1,Nijigasaki High School Idol Club
Special Release,9,series_thumbnail_360_1,1 +361,3,1,403,SIF 5th Anniversary
Campaign Girl,5th Anniversary Celebration Girls,1,series_thumbnail_361_1,1 +362,3,1,405,Nijigasaki High School Idol
Club Special Delivery Part 2,Nijigasaki High School Idol Club
Special Release,3,series_thumbnail_362_1,1 +363,99,99,360,Seiran High School Part 1,Seiran High School,9,series_thumbnail_363_1,1 +364,99,99,361,Seiran High School Part 2,Seiran High School,9,series_thumbnail_364_1,1 +365,99,99,362,Seiran High School Part 3,Seiran High School,9,series_thumbnail_365_1,1 +366,99,99,363,Seiran High School Part 4,Seiran High School,9,series_thumbnail_366_1,1 +367,99,99,364,Seiran High School Part 5,Seiran High School,9,series_thumbnail_367_1,1 +368,99,99,365,Seiran High School Part 6,Seiran High School,9,series_thumbnail_0_1,1 +369,99,99,366,Seiran High School Part 7,Seiran High School,8,series_thumbnail_369_2,1 +370,99,99,367,Shinonome Academy Part 1,Shinonome Academy,9,series_thumbnail_370_1,1 +371,99,99,368,Shinonome Academy Part 2,Shinonome Academy,9,series_thumbnail_371_1,1 +372,99,99,369,Shinonome Academy Part 3,Shinonome Academy,9,series_thumbnail_372_1,1 +373,99,99,370,Shinonome Academy Part 4,Shinonome Academy,9,series_thumbnail_373_1,1 +374,99,99,371,Shinonome Academy Part 5,Shinonome Academy,9,series_thumbnail_374_1,1 +375,99,99,372,Shinonome Academy Part 6,Shinonome Academy,9,series_thumbnail_0_1,1 +376,99,99,373,Shinonome Academy Part 7,Shinonome Academy,8,series_thumbnail_376_2,1 +377,99,99,374,Chitose Bridge High School Part 1,Chitosebashi High School,9,series_thumbnail_377_1,1 +378,99,99,375,Chitose Bridge High School Part 2,Chitosebashi High School,9,series_thumbnail_378_1,1 +379,99,99,376,Chitose Bridge High School Part 3,Chitosebashi High School,9,series_thumbnail_379_1,1 +380,99,99,377,Chitose Bridge High School Part 4,Chitosebashi High School,9,series_thumbnail_380_1,1 +381,99,99,378,Chitose Bridge High School Part 5,Chitosebashi High School,9,series_thumbnail_381_1,1 +382,99,99,379,Chitose Bridge High School Part 6,Chitosebashi High School,9,series_thumbnail_0_1,1 +383,99,99,380,Chitose Bridge High School Part 7,Chitosebashi High School,9,series_thumbnail_383_2,1 +384,99,99,381,Touou Academy Part 1,Touoh School,9,series_thumbnail_384_1,1 +385,99,99,382,Touou Academy Part 2,Touoh School,9,series_thumbnail_385_1,1 +386,99,99,383,Touou Academy Part 3,Touoh School,9,series_thumbnail_386_1,1 +387,99,99,384,Touou Academy Part 4,Touoh School,9,series_thumbnail_387_1,1 +388,99,99,385,Touou Academy Part 5,Touoh School,9,series_thumbnail_388_1,1 +389,99,99,386,Touou Academy Part 6,Touoh School,9,series_thumbnail_0_1,1 +390,99,99,387,Touou Academy Part 7,Touoh School,9,series_thumbnail_390_2,1 +391,99,99,388,Shion Girls Academy Part 1,Shion Girls Academy,9,series_thumbnail_391_1,1 +392,99,99,389,Shion Girls Academy Part 2,Shion Girls Academy,9,series_thumbnail_392_1,1 +393,99,99,390,Shion Girls Academy Part 3,Shion Girls Academy,9,series_thumbnail_393_1,1 +394,99,99,391,Shion Girls Academy Part 4,Shion Girls Academy,9,series_thumbnail_394_1,1 +395,99,99,392,Shion Girls Academy Part 5,Shion Girls Academy,9,series_thumbnail_395_1,1 +396,99,99,393,Shion Girls Academy Part 6,Shion Girls Academy,9,series_thumbnail_0_1,1 +397,99,99,394,Shion Girls Academy Part 7,Shion Girls Academy,9,series_thumbnail_397_2,1 +398,99,99,395,Y.G. International Academy Part 1,Y. G. International School,9,series_thumbnail_398_1,1 +399,99,99,396,Y.G. International Academy Part 2,Y. G. International School,9,series_thumbnail_399_1,1 +400,99,99,397,Y.G. International Academy Part 3,Y. G. International School,9,series_thumbnail_400_1,1 +401,99,99,398,Y.G. International Academy Part 4,Y. G. International School,9,series_thumbnail_401_1,1 +402,99,99,399,Y.G. International Academy Part 5,Y. G. International School,9,series_thumbnail_402_1,1 +403,99,99,400,Y.G. International Academy Part 6,Y. G. International School,9,series_thumbnail_0_1,1 +404,99,99,401,Y.G. International Academy Part 7,Y. G. International School,8,series_thumbnail_404_2,1 +405,99,99,406,SIF All Stars 60 Day Login Members,All Stars 60-Day Member,2,series_thumbnail_0_1,1 +406,1,1,407,Together in Our Dreams,Together in Our Dreams,1,series_thumbnail_406_1,1 +407,2,1,326,Chinese Server Originals,Special UR Release,2,series_thumbnail_407_1,1 +408,1,1,408,Chinese Server Originals,Special UR Release,2,series_thumbnail_408_1,1 +409,2,1,409,Spring Fairies Part 1,Springtime Fairy (1/2),15,series_thumbnail_409_1,1 +410,2,1,410,Spring Fairies Part 2,Springtime Fairy (2/2),14,series_thumbnail_410_1,1 +411,1,1,411,Event Reward (SR) Part 19,Event Reward (SR),2,series_thumbnail_411_1,1 +412,1,1,412,Make-Up Magic Part 2,Makeup's Magic (2/2),14,series_thumbnail_412_1,1 +413,2,1,413,Event Reward (SR) Part 11,Event Reward (SR),2,series_thumbnail_413_1,1 +414,2,1,414,Mirai no Bokura wa Shitteru yo (UR),Mirai no Bokura wa Shitteru yo
(UR),9,series_thumbnail_414_2,1 +415,2,1,415,Special Delivery Part 4,Special Release Part 4,1,series_thumbnail_0_1,1 +416,1,1,416,Powerpuff Girls Collab,The Powerpuff Girls Collab,9,series_thumbnail_416_1,1 +417,2,1,417,Powerpuff Girls Collab,The Powerpuff Girls Collab,9,series_thumbnail_417_1,1 +419,1,1,419,Amusement Park Part 1,Amusement Park (1/2),7,series_thumbnail_419_1,1 +420,1,1,420,Bokura wa Ima no Naka de (UR),Bokura wa Ima no Naka de(UR),9,series_thumbnail_420_2,1 +421,2,1,421,Birthday Surprise!,Birthday Surprise,9,series_thumbnail_421_9,1 +422,2,1,422,SIF Thanksgiving 2019,Fan Festival 2019,9,series_thumbnail_422_9,1 +423,1,99,423,SR Special Costumes μ's,μ's
Special SR Costume,1,series_thumbnail_423_1,1 +424,2,99,424,SR Special Costumes Aqours,Aqours
Special SR Costume,1,series_thumbnail_424_1,1 +425,2,1,425,Flower Wreaths Part 1,Flower Crown (1/2),7,series_thumbnail_425_1,1 +426,1,1,426,Amusement Park Part 2,Amusement Park (2/2),2,series_thumbnail_426_1,1 +427,1,1,427,Teru Teru Bozu Dolls Part 1,Teru Teru Bozu (1/2),7,series_thumbnail_427_1,1 +428,2,1,428,Flower Wreaths Part 2,Flower Crown (2/2),2,series_thumbnail_428_1,1 +429,2,1,429,Rainy Day Part 1,Rainy Day (1/2),7,series_thumbnail_429_1,1 +430,1,1,430,Teru Teru Bozu Dolls Part 2,Teru Teru Bozu (2/2),2,series_thumbnail_430_1,1 +431,1,1,431,Star Festival Part 1,Star Festival (1/2),7,series_thumbnail_431_1,1 +432,2,1,432,Rainy Day Part 2,Rainy Day(2/2),2,series_thumbnail_432_1,1 +433,2,1,433,Chapel Part 1,Chapel (1/2),7,series_thumbnail_433_1,1 +434,1,1,434,Star Festival Part 2,Star Festival (2/2),2,series_thumbnail_434_1,1 +435,2,1,435,AZALEA
Amazing Travel DNA,AZALEA
Amazing Travel DNA,3,series_thumbnail_435_1,1 +436,1,1,436,Unit Live Shows,Unit Live Show,9,series_thumbnail_436_2,1 +437,1,1,437,Challengers,Challenges,9,series_thumbnail_437_9,1 +438,2,1,438,CYaRon!
Braveheart Coaster,CYaRon!
Braveheart Coaster,3,series_thumbnail_438_1,1 +439,2,1,439,Chapel Part 2,Chapel (2/2),2,series_thumbnail_439_1,1 +440,2,1,440,Unit vs. Unit,Unit Battle,9,series_thumbnail_440_2,1 +441,2,1,441,Heading to Tokyo,Tokyo Visit,9,series_thumbnail_441_9,1 +442,2,1,442,Guilty Kiss
New Romantic Sailors,Guilty Kiss
New Romantic Sailors,3,series_thumbnail_442_1,1 +443,1,1,443,Sandy Beach,On the Shore,2,series_thumbnail_443_1,1 +444,2,1,444,Kimino Kokorowa Kagayaiterukai?
(UR),Kimino Kokorowa Kagayaiterukai?
(UR),9,series_thumbnail_444_2,1 +445,2,1,445,Fireworks,Summer Fireworks,2,series_thumbnail_445_1,1 +446,1,1,446,Bar-B-Q,Barbecue,2,series_thumbnail_446_1,1 +447,2,1,447,Sea Swimming,Beach Day,2,series_thumbnail_447_1,1 +448,1,1,448,Halloween Party,Halloween Party,2,series_thumbnail_448_1,1 +449,1,1,450,Cheerleaders,Cheerleader,9,series_thumbnail_449_2,1 +450,2,1,451,Halloween Outing,Halloween Outing,2,series_thumbnail_450_1,1 +451,2,1,452,Uniforms,Uniform,9,series_thumbnail_451_2,1 +452,3,1,449,Nijigasaki Anime Special Delivery,TV Anime Nijigaku Special Broadcast,9,series_thumbnail_452_1,1 +453,1,1,453,Fall Leaves,Vivid Foliage,2,series_thumbnail_453_1,1 +454,2,1,454,2020 Costume Contest
Sweets of the World,Sweets of the World,9,series_thumbnail_454_2,1 +455,1,1,456,2020 Costume Contest
Sweets of the World,Sweets of the World,9,series_thumbnail_455_2,1 +456,2,1,455,Taking a Walk,Taking a Stroll,2,series_thumbnail_456_1,1 +457,1,99,457,Support Members (Family) Part 2,Support Member
Family 2,1,series_thumbnail_457_1,1 +458,2,99,458,Support Members (Family) Part 2,Support Member
Family 2,1,series_thumbnail_458_1,1 +459,3,99,459,Support Members (Family),Support Member
Family,1,series_thumbnail_459_1,1 +460,3,1,460,SIF Series Thanksgiving
2020 Costumes,Fan Festival 2020,9,series_thumbnail_460_2,1 +461,3,99,461,Support Members (School),Support Member
School Staff & Students 1,1,series_thumbnail_461_1,1 +462,1,1,462,Christmas Costumes,Christmas Costume,2,series_thumbnail_462_1,1 +463,2,1,463,Christmas Musical,Christmas Musical,2,series_thumbnail_463_1,1 +464,1,1,464,Ninestar Venus
(SIF AC),Nine Star Venus,9,series_thumbnail_464_2,1 +465,2,1,465,Ninewave Dolphin
(SIF AC),Nine Wave Dolphin,9,series_thumbnail_465_2,1 +466,1,1,466,First Shrine Visit,The New Year Visit,2,series_thumbnail_466_1,1 +467,1,1,467,Hot-Pot Party,Hot Pot Party,9,series_thumbnail_467_2,1 +468,1,1,468,Fairy Tale
Princesses Costumes,Fairy Tale Princess,9,series_thumbnail_468_9,1 +469,2,1,469,Kimono Fitting,Kimono Wearing,2,series_thumbnail_469_1,1 +470,1,1,470,SIF Series Thanksgiving
2020 Costumes,Fan Festival 2020,9,series_thumbnail_470_9,1 +471,2,1,471,Food Stand,Food Stand,9,series_thumbnail_471_2,1 +472,1,1,472,Valentine's Live Show,Valentine's Live Show,2,series_thumbnail_472_1,1 +473,2,1,473,Awaken the power (UR),Awaken the power(UR),9,series_thumbnail_473_2,1 +474,2,1,474,Setsubun,Setsubun Festival,2,series_thumbnail_474_1,1 +475,1,1,475,Spring Tea Party,Spring Tea Party,2,series_thumbnail_475_1,1 +476,2,1,476,Springtime Sailing,Spring Boat Party,2,series_thumbnail_476_1,1 +477,1,1,477,It's our miraculous time (UR),It's our miraculous time(UR),9,series_thumbnail_477_2,1 +478,1,1,478,Strawberry Picking,Strawberry Picking,2,series_thumbnail_478_1,1 +479,1,1,479,Crayon Shin-chan Collab,Crayon Shinchan Collab,9,series_thumbnail_479_1,1 +480,2,1,480,Crayon Shin-chan Collab,Crayon Shinchan Collab,9,series_thumbnail_480_1,1 +484,1,1,484,Flower Festival,Flower Festival,9,series_thumbnail_484_2,1 +485,1,1,485,Try Again,Once More with Feeling,9,series_thumbnail_485_9,1 +486,2,1,486,Aozora Jumping Heart (UR),Aozora Jumping Heart(UR),9,series_thumbnail_486_2,1 +487,2,1,487,Fairy Tale
Princesses Costumes,Fairy Tale Princess,9,series_thumbnail_487_9,1 +488,2,1,489,SIF Series Thanksgiving
2020 Costumes,Fan Festival 2020,9,series_thumbnail_488_9,1 +489,2,1,488,Retro Coffee Shop,Retro Cafe,2,series_thumbnail_489_1,1 +490,2,1,498,Little Chicks,Chick,9,series_thumbnail_490_2,1 +491,2,1,499,Shopping Mall Live Show,Shopping Arcade Live Show,9,series_thumbnail_491_9,1 +492,3,1,490,Summer Casual,Nijigasaki Summer Casual,9,series_thumbnail_492_2,1 +493,3,1,491,Summer Uniforms,Nijigasaki Uniform,9,series_thumbnail_493_2,1 +494,3,1,492,Summer Practice Clothes,Nijigasaki Practice Wear,9,series_thumbnail_494_2,1 +495,3,1,493,Winter Casual,Nijigasaki Winter Casual,9,series_thumbnail_495_2,1 +496,3,1,494,Winter Practice Clothes,Nijigasaki Practice Wear,9,series_thumbnail_496_2,1 +497,3,1,495,Swimsuits,Nijigasaki Swim Suit,9,series_thumbnail_497_2,1 +498,3,1,496,Solo Stage Costumes (SR),Nijigasaki Solo Costume (SR),9,series_thumbnail_498_2,1 +499,3,1,497,Love U my Friends (UR),Love U my friends(UR),9,series_thumbnail_499_2,1 +500,1,1,500,Sleepover,Slumber Meeting,2,series_thumbnail_500_1,1 +501,2,1,501,Carp Streamers,Carp Streamers,2,series_thumbnail_501_1,1 +502,3,1,502,Birthday Live Show,Birthday Live Show,9,series_thumbnail_502_8,1 +503,3,1,503,SIF Thanksgiving 2019,Fan Festival 2019,9,series_thumbnail_503_8,1 +504,1,1,504,Aquarium,Aquarium,2,series_thumbnail_504_1,1 +505,2,1,505,After the Rain,After the Rain,2,series_thumbnail_505_1,1 +506,1,1,506,Summertime Sea,Summer Sea,2,series_thumbnail_506_1,1 +507,2,1,507,Fantastic Departure! (UR),Fantastic Departure!(UR),9,series_thumbnail_507_2,1 +508,1,1,508,Summer Skies,Summer Sky,9,series_thumbnail_508_2,1 +509,4,1,509,Love Live! Superstar!!
Special Delivery Part 1,Love Live! Superstar!!
Special Release Part 1,5,series_thumbnail_509_2,1 +510,2,1,510,Morning Glory,Morning Glories,2,series_thumbnail_510_1,1 +511,2,1,511,Stargazing,Stargazing,9,series_thumbnail_511_2,1 +512,99,99,512,Transfer Student Election 4,Transfer Student Popularity
Contest Round 4,9,series_thumbnail_512_1,1 +513,1,1,513,Shaved Ice,Shaved Ice,2,series_thumbnail_513_1,1 +514,3,1,515,Nijigasaki 3rd Solo Song Costumes,Nijigasaki 3rd Solo Song
Costume,9,series_thumbnail_514_2,1 +515,3,1,516,Nijigasaki 3rd Solo Song Costumes 2,Nijigasaki 3rd Solo Song
Costume 2,1,series_thumbnail_515_1,1 +516,2,1,519,smile smile ship Start! (UR),smile smile ship Start! (UR),9,series_thumbnail_516_2,1 +517,2,1,518,Pool Athletics,Athletic Pool,2,series_thumbnail_517_1,1 +518,4,1,520,Casual Clothes,Casual Clothes,5,series_thumbnail_0_1,1 +519,4,1,521,Uniforms,School Uniform,5,series_thumbnail_0_1,1 +520,4,1,522,Hajimari wa Kimi no Sora (SR),Hajimari wa Kimi no Sora (SR),5,series_thumbnail_0_1,1 +521,4,1,523,Hajimari wa Kimi no Sora (SR) 2,Hajimari wa Kimi no Sora (SR) 2,5,series_thumbnail_0_1,1 +522,4,1,524,1 Panel Comics,Everyday Life,5,series_thumbnail_0_1,1 +523,4,1,525,Hajimari wa Kimi no Sora (UR),Hajimari wa Kimi no Sora Costume
(UR),5,series_thumbnail_523_2,1 +524,2,1,517,Special Delivery Part 5,Special Release Part 5,9,series_thumbnail_524_1,1 +525,3,1,514,Love Live! Series 9th Anniversary
Sega Collab,Love Live! Series
9th Anniversary SEGA Collab,9,series_thumbnail_525_1,1 +526,1,1,526,Stargazing Dumplings,Stargazing Dumplings,2,series_thumbnail_526_1,1 +527,2,1,527,Special Delivery Part 6,Special Release Part 6,9,series_thumbnail_527_1,1 +528,2,1,530,Special Delivery Part 7,Special Release,9,series_thumbnail_528_1,1 +529,2,1,529,Making Pancakes,Pancakes,2,series_thumbnail_529_1,1 +530,3,1,538,Birthday Live Show 2,Birthday Live Show 2,3,series_thumbnail_530_3,1 +531,1,1,539,Halloween Cooking,Halloween Cooking,2,series_thumbnail_531_1,1 +532,2,1,528,MIRACLE WAVE (Wardrobe Change Only),MIRACLE WAVE
(Makeover Costume),9,series_thumbnail_532_1,1 +533,3,1,540,Birthday Celebration Prologue,Birthday Prologue Costume,3,series_thumbnail_533_3,1 +534,1,1,541,Electric World,Electric World,9,series_thumbnail_534_2,1 +535,2,1,542,Mijuku DREAMER (Wardrobe Change Only),Mijuku DREAMER
(Makeover Costume),9,series_thumbnail_535_1,1 +536,3,1,531,Summer Casual 2,Nijigasaki Summer Casual 2,3,series_thumbnail_536_3,1 +537,3,1,532,Summer Uniforms 2,Nijigasaki Uniform 2,3,series_thumbnail_537_3,1 +538,3,1,533,Summer Practice Clothes 2,Nijigasaki Practice Wear 2,3,series_thumbnail_538_3,1 +539,3,1,534,Winter Casual 2,Nijigasaki Winter Casual 2,3,series_thumbnail_539_3,1 +540,3,1,535,Winter Practice Clothes 2,Nijigasaki Practice Wear 2,3,series_thumbnail_540_3,1 +541,3,1,536,Swimsuits 2,Nijigasaki Swim Suit 2,3,series_thumbnail_541_1,1 +542,3,1,537,Solo Stage Costumes (SR) 2,Nijigasaki Solo Costume (SR) 2,3,series_thumbnail_542_3,1 +543,2,1,543,Halloween Shopping,Halloween Shopping,2,series_thumbnail_543_1,1 +544,2,1,545,Rainy Season Ensemble,Rainy Season Outfit,9,series_thumbnail_544_1,1 +545,3,1,546,Nijigasaki Tracksuits,Nijigasaki PE Jacket,9,series_thumbnail_545_1,1 +546,3,1,547,Nijigasaki Tracksuits 2,Nijigasaki PE Jacket 2,1,series_thumbnail_546_1,1 +547,2,1,544,Toyland,Toy World,9,series_thumbnail_547_1,1 +548,1,1,549,Autumn Park,Park in Fall,2,series_thumbnail_548_1,1 +549,1,1,550,Persona Series Collab,Persona Series Collab,9,series_thumbnail_549_1,1 +550,1,1,551,Persona Series Collab
Campaign Girl,Persona Series Collab
Campaign Girl,1,series_thumbnail_550_1,1 +551,2,1,552,Persona Series Collab,Persona Series Collab,9,series_thumbnail_551_1,1 +553,3,1,548,Love U my Friends (UR) 2,Love U my friends (UR) 2,1,series_thumbnail_553_1,1 +555,4,1,555,Fresh Live,Fresh Live Show,5,series_thumbnail_555_1,1 +556,2,1,556,Petting Zoo,Petting Zoo,2,series_thumbnail_556_1,1 +557,2,1,557,MIRAI TICKET (UR),MIRAI TICKET (UR),9,series_thumbnail_557_1,1 +558,1,1,558,Illuminations,Illumination,2,series_thumbnail_558_1,1 +559,4,1,559,Colorful Performances,Colorful Performance,5,series_thumbnail_559_1,1 +560,2,1,560,White Christmas,White Christmas,2,series_thumbnail_560_1,1 +561,1,1,561,Made in Wonderland
(SIF AC),Maid in Wonderland
(SIF AC),9,series_thumbnail_561_1,1 +562,2,1,562,Made in Legends
(SIF AC),Maid in Residence
(SIF AC),9,series_thumbnail_562_1,1 +563,1,1,563,New Year's,New Year's,2,series_thumbnail_563_1,1 +564,1,1,564,Icy Dreamworld,Ice Illusion,9,series_thumbnail_564_1,1 +565,1,1,565,Composing Music,Song Making,9,series_thumbnail_565_2,1 +566,1,1,566,Brilliant Jewelry,Brilliant Jewelry,9,series_thumbnail_566_1,1 +567,4,1,567,Powerful Event,Powerful Paint,5,series_thumbnail_567_1,1 +568,2,1,574,Lottery Drawing,Omikuji,2,series_thumbnail_568_1,1 +569,2,1,579,Fancy Fashion,Fancy,9,series_thumbnail_569_1,1 +570,2,1,580,Songwriting,Song Making,9,series_thumbnail_570_2,1 +571,1,1,571,Countdown Live Show,Countdown Live Show,9,series_thumbnail_571_1,1 +572,2,1,568,New Year's Live Show,New Year's Live Show,9,series_thumbnail_572_1,1 +573,3,1,573,Fleurs Modernes,Modern Fleur,9,series_thumbnail_573_1,1 +574,2,1,572,DREAMY COLOR (SSR),DREAMY COLOR (SSR),9,series_thumbnail_574_1,1 +575,3,1,575,L!L!L! (SSR),L!L!L! (SSR),9,series_thumbnail_575_1,1 +576,3,1,576,L!L!L! (SSR) 2,L!L!L! (SSR) 2,3,series_thumbnail_576_1,1 +577,4,1,577,START!! True dreams (SSR),START!! True dreams (SSR),5,series_thumbnail_577_1,1 +578,1,1,578,SIF Series Thanksgiving
2021 Costumes,Fan Festival 2021,9,series_thumbnail_578_1,1 +579,1,1,581,Snow Festival,Snow Festival,2,series_thumbnail_579_1,1 +580,4,1,582,Purely Dresses,Purely Dress,5,series_thumbnail_580_1,1 +581,2,1,583,World Cat Day,World Cat Day,2,series_thumbnail_581_1,1 +584,1,1,586,In the Audience,Live Show Cheering,2,series_thumbnail_584_1,1 +585,4,1,587,Retro Pop,Retro Pop,5,series_thumbnail_585_1,1 +587,2,1,585,Gamers Numazu 5th Anniversary,Gamers Numazu 5th Anniversary,9,series_thumbnail_587_1,1 +588,2,1,588,KU-RU-KU-RU Cruller! (UR),KU-RU-KU-RU Cruller!(UR),9,series_thumbnail_588_1,1 +589,2,1,589,European Town,European Town,2,series_thumbnail_589_1,1 +590,4,99,590,Sunny Passion,Sunny Passion,2,series_thumbnail_590_1,1 +598,1,1,603,Candy Pop Princesses,Candy Pop Princess,9,series_thumbnail_598_1,1 +599,2,1,605,Code Geass Collab,Code Geass Collab,9,series_thumbnail_599_1,1 +600,2,1,606,Code Geass Collab
Campaign Girl,Code Geass Collab
Campaign Girl,1,series_thumbnail_600_1,1 +601,1,1,607,Code Geass Collab,Code Geass Collab,9,series_thumbnail_601_1,1 +603,4,99,591,Support Members (School),Support Member
School Staff & Students,4,series_thumbnail_603_1,1 +604,4,99,592,Support Members (Family),Support Member
Family,3,series_thumbnail_604_1,1 +605,4,99,593,Support Members (Animals),Support Member
Animal,3,series_thumbnail_0_1,1 +606,2,1,594,Ocean Particles,Ocean Particle,9,series_thumbnail_606_1,1 +607,2,1,595,Special Delivery Part 8,Special Release Part 8,9,series_thumbnail_607_1,1 +609,2,1,611,Brilliant Jewelry,Brilliant Jewelry,9,series_thumbnail_609_8,1 +610,1,1,618,Take Me All Around the World♡,Show Me the World,9,series_thumbnail_610_1,1 +611,2,1,619,Take Me All Around the World♡,Show Me the World,9,series_thumbnail_611_1,1 +612,2,1,617,Love Live! Series 9th Anniversary
Sega Collab,Love Live! Series
9th Anniversary SEGA Collab,9,series_thumbnail_612_2,1 +613,1,1,609,Love Live! Series 9th Anniversary
Sega Collab,Love Live! Series
9th Anniversary SEGA Collab,9,series_thumbnail_613_2,1 +614,4,1,610,Cherry Blossoms,Cherry Blossom,5,series_thumbnail_614_1,1 +615,1,1,612,Bokutachi wa Hitotsu no Hikari (UR) Part 2,Bokutachi wa Hitotsu no Hikari (UR)Part 2,9,series_thumbnail_615_1,1 +616,2,1,613,Next SPARKLING!! (UR),Next SPARKLING!! (UR),9,series_thumbnail_616_1,1 +617,3,1,614,TOKIMEKI Runners (UR),TOKIMEKI Runners (UR),9,series_thumbnail_617_1,1 +618,4,1,615,Starlight Prologue (UR),Starlight Prologue (UR),5,series_thumbnail_618_1,1 +619,2,1,616,SIF Series Thanksgiving
2021 Costumes,Fan Festival 2021,9,series_thumbnail_619_9,1 +620,3,1,621,Odaiba Gamers T-Shirt,ODAIBA Gamers T Shirt Costume,6,series_thumbnail_620_1,1 +621,3,1,622,Odaiba Gamers T-Shirt 2,ODAIBA Gamers T Shirt Costume 2,6,series_thumbnail_621_1,1 +622,4,1,620,START!! True dreams (UR),START!! True dreams (UR),5,series_thumbnail_622_1,1 +623,4,1,623,Boys' Day,Children's Day,5,series_thumbnail_623_1,1 +624,1,1,624,SIF 9th Anniversary
Festival Costumes,SIF 9th Anniversary
(Festival) costume,1,series_thumbnail_624_1,1 +625,2,1,625,SIF 9th Anniversary
Festival Costumes,SIF 9th Anniversary
(Festival) costume,1,series_thumbnail_625_1,1 +626,3,1,626,SIF 9th Anniversary
Festival Costumes,SIF 9th Anniversary
(Festival) costume,1,series_thumbnail_626_1,1 +627,4,1,627,SIF 9th Anniversary
Festival Costumes,SIF 9th Anniversary
(Festival) costume,1,series_thumbnail_627_1,1 +628,2,1,628,Escape Game Collab Round 3,Real-Life Room Escape
Collaboration Part 3,9,series_thumbnail_628_1,1 +629,2,1,629,Flower Circles,Flower Circle,9,series_thumbnail_629_2,1 +630,3,1,631,SIF Series Thanksgiving
2021 Costumes,Fan Festival 2021,6,series_thumbnail_630_6,1 +631,3,1,630,Brilliant Jewelry,Brilliant Jewelry,6,series_thumbnail_631_5,1 +632,1,1,632,Blazers and Hats,Blazers and Hats,9,series_thumbnail_632_2,1 +633,4,1,633,June Bride,June Bride,5,series_thumbnail_633_1,1 +634,2,1,634,Demonstration,Demonstration,1,series_thumbnail_634_1,1 +635,2,1,635,Best Princess in the World,The World's Best Princess,9,series_thumbnail_635_2,1 +636,2,1,636,Shell Gathering,Clam Digging,2,series_thumbnail_636_1,1 +637,3,1,637,All-Stars Prologue Costumes,All Stars Prologue,9,series_thumbnail_637_9,1 +638,2,1,638,Nando datte YAKUSOKU! (UR),Nando datte YAKUSOKU! (UR),9,series_thumbnail_638_1,1 +639,1,1,639,Best Princess in the World,The World's Best Princess,9,series_thumbnail_639_2,1 +640,1,1,640,Royal Princesses,Royal Princess,9,series_thumbnail_640_3,1 +641,4,1,641,Sunny Ocean,Sunny Ocean,5,series_thumbnail_641_1,1 +642,4,1,642,Winter Uniform,Winter Uniform,4,series_thumbnail_642_2,1 +643,1,1,643,Endless Summer,Endless Summer,9,series_thumbnail_643_6,1 +644,2,1,644,Private Beach,Secret Beach,9,series_thumbnail_644_6,1 +645,2,1,645,Aqours 3rd Solo Song Costumes,Aqours 3rd Solo Song
Costume,9,series_thumbnail_645_2,1 +646,3,1,646,Brilliant Jewelry Part 2,Brilliant Jewelry 2,6,series_thumbnail_646_6,1 +647,1,1,647,Wind Chimes,Wind Chimes,2,series_thumbnail_647_1,1 +648,1,1,648,Visiting the Land of the Gods,Visiting the Sacred Grounds,9,series_thumbnail_648_2,1 +649,2,1,649,Italian Gourmet,Gourmet Italian,9,series_thumbnail_649_2,1 +650,2,1,650,Luxury Cruise,Luxurious Cruise,9,series_thumbnail_650_3,1 +651,3,1,651,SIF Series Thanksgiving
2021 Costumes Part 2,Fan Festival 2021 2,6,series_thumbnail_651_6,1 +652,1,1,652,Sterling Racing Girls,Star Racing Girl,9,series_thumbnail_652_2,1 +653,2,1,653,Essence of Water,Water Essence,9,series_thumbnail_653_2,1 +654,2,1,654,Summer Skies and Ice Cream,Summer Ice Pops,2,series_thumbnail_654_1,1 +655,2,1,655,Fall Leaf Hunters on the Seibu Railway,Fall Leaves - Seibu Railway,9,series_thumbnail_655_2,1 +656,1,1,656,Birthday Date,Birthday Date,9,series_thumbnail_656_2,1 +657,4,1,657,2022 Costume Contest Little Devils,2022 Costume Contest Little Devil,9,series_thumbnail_657_4,1 +658,1,1,658,End of Summer,End of the Summer,2,series_thumbnail_658_1,1 +659,2,1,659,AZALEA
GALAXY HidE and SeeK,AZALEA GALAXY HidE and SeeK,3,series_thumbnail_659_2,1 +660,2,1,660,CYaRon!
Kinmirai Happy End,CYaRon! Kinmirai Happy End,3,series_thumbnail_660_2,1 +661,2,1,661,Guilty Kiss
KOWAREYASUKI,Guilty Kiss KOWAREYASUKI,3,series_thumbnail_661_2,1 +662,1,1,662,Punky Rock Gals,Punkish Rock Girl,9,series_thumbnail_662_2,1 +663,2,1,663,Funktion Rock,Function Rock,9,series_thumbnail_663_2,1 +664,2,1,664,Azul Claro Numazu Collab Uniform,Azul Claro Numazu Collab Uniform,9,series_thumbnail_664_1,1 +665,3,1,665,Chara Pop Festival,Chara Pop Fes,6,series_thumbnail_665_1,1 +666,3,1,666,Chara Pop Festival 2,Chara Pop Fes 2,6,series_thumbnail_666_1,1 +667,2,1,667,Umbrella Sky,Umbrella Sky,2,series_thumbnail_667_1,1 +668,2,1,668,Shine Bright,Shine Bride,9,series_thumbnail_668_2,1 +669,1,1,671,Cat Pigtails,Twin Tailed Cat,9,series_thumbnail_669_2,1 +670,2,1,669,Special Delivery Part 9,Special Release Part 9,3,series_thumbnail_670_1,1 +671,3,1,670,Nijigasaki High School
Idol Club Special Delivery Part 3,Nijigasaki High School Idol Club
Special Release 3,3,series_thumbnail_671_1,1 +672,1,1,672,[Party]Classical Japanese,[Party Card] Taisho Roman,2,series_thumbnail_672_1,1 +673,1,1,673,[Party]June (Dresses),[Party Card] Party Dress,2,series_thumbnail_673_1,1 +674,1,1,674,[Party]Work Study,[Party Card] Vocational,2,series_thumbnail_674_1,1 +675,1,1,675,[Party]Circus,[Party Card] Circus,2,series_thumbnail_675_1,1 +676,1,1,676,[Party]Dancers,[Party Card] Dancer,2,series_thumbnail_676_1,1 +677,1,1,677,[Party]July (Mermaids),[Party Card] Summer Casual,2,series_thumbnail_677_1,1 +678,1,1,678,[Party]Tea Party,[Party Card] Tea Party,2,series_thumbnail_678_1,1 +679,1,1,679,[Party]March (Flowers),[Party Card] Blooming,2,series_thumbnail_679_1,1 +680,1,1,680,[Party]Little Devils,[Party Card] Little Devil,2,series_thumbnail_680_1,1 +681,2,1,681,[Party]Cat Café,[Party Card] Cat Cafe,2,series_thumbnail_681_1,1 +682,2,1,682,[Party]Angels,[Party Card] Angel,2,series_thumbnail_682_1,1 +683,2,1,683,[Party]Halloween Night,[Party Card] Halloween Festival,2,series_thumbnail_683_1,1 +684,2,1,684,[Party]Jobs,[Party Card] Vocational,2,series_thumbnail_684_1,1 +685,2,1,685,[Party]Wonderland,[Party Card] A Curious Place,2,series_thumbnail_685_1,1 +686,2,1,686,[Party]Halloween,[Party Card] Trick or Treat,2,series_thumbnail_686_1,1 +687,2,1,687,[Party]Mermaids,[Party Card] Mermaid,2,series_thumbnail_687_1,1 +688,2,1,688,[Party]Valentine's,[Party Card] Valentine's,2,series_thumbnail_688_1,1 +689,2,1,689,[Party]Musicians of Bremen,[Party Card] Town Musicians of Bremen,2,series_thumbnail_689_1,1 +690,2,1,690,Hakodate Christmas,Christmas in Hakodate,9,series_thumbnail_690_2,1 +691,1,1,691,Flower Garden,Flowery Garden,2,series_thumbnail_691_1,1 +692,1,1,692,μ's Day Off,A Day Off - μ's,9,series_thumbnail_692_2,1 +693,2,1,693,Book Café,Book Cafe,2,series_thumbnail_693_1,1 +694,1,1,694,Kanda Shrine First Visit of the Year,New Year at Kanda Shrine,9,series_thumbnail_694_1,1 +695,2,1,695,Aqours' Day Off,A Day Off - Aqours,9,series_thumbnail_695_1,1 +696,1,1,696,Water-Light Dreamland,Dream World of Water and Light,9,series_thumbnail_696_1,1 +697,1,1,697,Love Live! Festival,Love Live! Fest,9,series_thumbnail_698_2,1 +698,2,1,698,Love Live! Festival,Love Live! Fest,9,series_thumbnail_699_2,1 +699,1,1,699,Swimsuit-style Costumes,Swimsuit Costume,9,series_thumbnail_699_1,1 +700,1,1,703,Nighttime Cherry Blossoms,Night Blossom,2,series_thumbnail_700_1,1 +701,1,1,700,SUNNY DAY SONG,SUNNY DAY SONG,9,series_thumbnail_701_1,1 +702,2,1,701,MITAIKEN HORIZON,MITAIKEN HORIZON,9,series_thumbnail_702_1,1 +703,4,1,702,Yuijo Festival,Yuijosai,9,series_thumbnail_703_1,1 +704,1,1,704,SIF Series Thanksgiving
2020 -ONLINE-,Fan Festival 2020
〜ONLINE〜,9,series_thumbnail_704_2,1 +705,2,1,705,Water-Light Dreamland,Dream World of Ice and Light,9,series_thumbnail_705_1,1 diff --git a/src/router/masterdata/csv/album_series_thumbnail_asset_m.csv b/src/router/databases/csv-en/album_series_thumbnail_asset_m.csv similarity index 100% rename from src/router/masterdata/csv/album_series_thumbnail_asset_m.csv rename to src/router/databases/csv-en/album_series_thumbnail_asset_m.csv diff --git a/src/router/databases/csv-en/album_unit_m.csv b/src/router/databases/csv-en/album_unit_m.csv new file mode 100644 index 0000000..200d99e --- /dev/null +++ b/src/router/databases/csv-en/album_unit_m.csv @@ -0,0 +1,3906 @@ +_unitId,_unitTypeId,_albumSeriesId,_eponym,_eponymEn,_name,_nameEn,_normalCardId,_rankMaxCardId,_rarity,_attributeId,_masterReleaseLabelId +1,11,363,,,Shizuku Osaka,Shizuku Osaka,1,2,1,1,1 +2,12,370,,,Coco Miyashita,Coco Miyashita,6,7,1,2,1 +3,13,377,,,Yuu Aizawa,Yuu Aizawa,11,12,1,3,1 +4,14,363,,,Marika Ichinose,Marika Ichinose,16,17,1,1,1 +5,15,370,,,Sana Yuki,Sana Yuki,21,22,1,2,1 +6,16,377,,,Fumie Nishimura,Fumie Nishimura,26,27,1,3,1 +7,17,363,,,Minami Nagayama,Minami Nagayama,31,32,1,1,1 +8,18,370,,,Christina,Christina,36,37,1,2,1 +9,19,377,,,Akemi Kikuchi,Akemi Kikuchi,41,42,1,3,1 +10,20,377,,,Iruka Suda,Iruka Suda,46,47,1,1,1 +11,21,363,,,Aya Sugisaki,Aya Sugisaki,51,52,1,2,1 +12,22,370,,,Yuri Mido,Yuri Mido,56,57,1,3,1 +13,23,377,,,Reine Saeki,Reine Saeki,61,62,1,1,1 +14,24,363,,,Ayumi Torii,Ayumi Torii,66,67,1,2,1 +15,25,370,,,Rika Kamiya,Rika Kamiya,71,72,1,3,1 +16,26,377,,,Nanaka Morishima,Nanaka Morishima,76,77,1,1,1 +17,27,363,,,Seira Kujo,Seira Kujo,81,82,1,2,1 +18,28,370,,,Kanata Konoe,Kanata Konoe,86,87,1,3,1 +19,29,370,,,Haruka Konoe,Haruka Konoe,91,92,1,1,1 +20,30,377,,,Saki Shimozono,Saki Shimozono,96,97,1,2,1 +21,31,363,,,Sachiko Tanaka,Sachiko Tanaka,101,102,1,3,1 +22,32,370,,,Kasane Hasekura,Kasane Hasekura,106,107,1,1,1 +23,33,377,,,Ru Tatara,Ru Tatara,111,112,1,2,1 +24,34,363,,,Akiru Shinomiya,Akiru Shinomiya,116,117,1,3,1 +25,35,370,,,Mizuki Kikkawa,Mizuki Kikkawa,121,122,1,1,1 +26,36,377,,,Nagi Shiraki,Nagi Shiraki,126,127,1,2,1 +27,37,363,,,Yumi Fujishiro,Yumi Fujishiro,131,132,1,3,1 +28,38,346,,,Satoko Miyama,Satoko Miyama,721,721,2,1,1 +29,39,346,,,Nanako Yamauchi,Nanako Yamauchi,722,722,2,2,1 +30,40,346,,,Kyoko Sasahara,Kyoko Sasahara,723,723,2,3,1 +31,1,193,,,Honoka Kosaka,Honoka Kosaka,151,152,2,3,1 +32,2,193,,,Eli Ayase,Eli Ayase,156,157,2,3,1 +33,3,193,,,Kotori Minami,Kotori Minami,161,162,2,3,1 +34,4,193,,,Umi Sonoda,Umi Sonoda,166,167,2,3,1 +35,5,193,,,Rin Hoshizora,Rin Hoshizora,171,172,2,3,1 +36,6,193,,,Maki Nishikino,Maki Nishikino,176,177,2,3,1 +37,7,193,,,Nozomi Tojo,Nozomi Tojo,181,182,2,3,1 +38,8,193,,,Hanayo Koizumi,Hanayo Koizumi,186,187,2,3,1 +39,9,193,,,Nico Yazawa,Nico Yazawa,191,192,2,3,1 +40,1,194,,,Honoka Kosaka,Honoka Kosaka,196,197,2,2,1 +41,2,194,,,Eli Ayase,Eli Ayase,201,202,2,2,1 +42,3,194,,,Kotori Minami,Kotori Minami,206,207,2,2,1 +43,4,194,,,Umi Sonoda,Umi Sonoda,211,212,2,2,1 +44,5,194,,,Rin Hoshizora,Rin Hoshizora,216,217,2,2,1 +45,6,194,,,Maki Nishikino,Maki Nishikino,221,222,2,2,1 +46,7,194,,,Nozomi Tojo,Nozomi Tojo,226,227,2,2,1 +47,8,194,,,Hanayo Koizumi,Hanayo Koizumi,231,232,2,2,1 +48,9,194,,,Nico Yazawa,Nico Yazawa,236,237,2,2,1 +49,1,195,,,Honoka Kosaka,Honoka Kosaka,241,242,2,1,1 +50,2,195,,,Eli Ayase,Eli Ayase,246,247,2,1,1 +51,3,195,,,Kotori Minami,Kotori Minami,251,252,2,1,1 +52,4,195,,,Umi Sonoda,Umi Sonoda,256,257,2,1,1 +53,5,195,,,Rin Hoshizora,Rin Hoshizora,261,262,2,1,1 +54,6,195,,,Maki Nishikino,Maki Nishikino,266,267,2,1,1 +55,7,195,,,Nozomi Tojo,Nozomi Tojo,271,272,2,1,1 +56,8,195,,,Hanayo Koizumi,Hanayo Koizumi,276,277,2,1,1 +57,9,195,,,Nico Yazawa,Nico Yazawa,281,282,2,1,1 +58,1,1,Ear-to-Ear Smiles!,Full Smile!,Honoka Kosaka,Honoka Kosaka,286,287,3,1,1 +59,2,1,Harasho!,Harasho,Eli Ayase,Eli Ayase,291,292,3,3,1 +60,3,1,Goddess of Healing,Goddess of Healing,Kotori Minami,Kotori Minami,296,297,3,2,1 +61,4,1,A Focused Mind,All Psyched Up,Umi Sonoda,Umi Sonoda,301,302,3,3,1 +62,5,1,μ's Was Here,μ's Energy Seal,Rin Hoshizora,Rin Hoshizora,306,307,3,1,1 +63,6,1,After-School Diva,After-School Song,Maki Nishikino,Maki Nishikino,311,312,3,3,1 +64,7,1,Spiritual Power,Spiritual Power,Nozomi Tojo,Nozomi Tojo,316,317,3,2,1 +65,8,1,Freshly Cooked Rice!,Piping Hot Rice,Hanayo Koizumi,Hanayo Koizumi,321,322,3,2,1 +66,9,1,Nico-Nico-Ni!,With a Smile,Nico Yazawa,Nico Yazawa,326,327,3,1,1 +67,1,2,Stage of Smiles,Stage of Smiles,Honoka Kosaka,Honoka Kosaka,336,337,4,1,1 +68,2,2,Your Heart’s All Mine,Your Heart is Mine,Eli Ayase,Eli Ayase,341,342,4,3,1 +69,8,2,Feelings About Idols,Love for an Idol,Hanayo Koizumi,Hanayo Koizumi,331,332,4,2,1 +70,1,131,,,Honoka Kosaka,Honoka Kosaka,346,346,4,1,1 +71,4,2,Fire My Love Arrow!,Love Arrow Shot!,Umi Sonoda,Umi Sonoda,350,351,4,3,1 +72,9,2,Little Devil Girl,Little Demon Girl,Nico Yazawa,Nico Yazawa,355,356,4,1,1 +73,4,131,,,Umi Sonoda,Umi Sonoda,360,360,4,3,1 +74,41,384,,,Shun Kurosaki,Shun Kurosaki,364,365,1,1,1 +75,42,384,,,Fumi Shitara,Fumi Shitara,369,370,1,2,1 +76,45,384,,,Yuuka Kirihara,Yuuka Kirihara,374,375,1,2,1 +77,43,384,,,Tsurugi Kadota,Tsurugi Kadota,379,380,1,3,1 +78,1,3,Hearts Aflame,Heart of Fire,Honoka Kosaka,Honoka Kosaka,384,385,3,1,1 +79,3,150,Feeling Like a Sheep,Sheep's Feelings,Kotori Minami,Kotori Minami,389,390,3,2,1 +80,7,3,Cards of Destiny,Destiny Card,Nozomi Tojo,Nozomi Tojo,394,395,3,2,1 +81,6,2,A Promise in a Melody,Melody of Promise,Maki Nishikino,Maki Nishikino,399,400,4,3,1 +82,46,384,,,Fuu Saiki,Fuu Saiki,404,405,1,1,1 +83,2,150,Glittering Foxfire,Sun Shower,Eli Ayase,Eli Ayase,409,410,3,3,1 +84,4,150,Lucky White Rabbit,Good Fortune Rabbit,Umi Sonoda,Umi Sonoda,414,415,3,3,1 +85,8,3,Your Order is Ready!,Here You Go!,Hanayo Koizumi,Hanayo Koizumi,419,420,3,2,1 +86,8,131,,,Hanayo Koizumi,Hanayo Koizumi,424,424,4,2,1 +87,3,131,,,Kotori Minami,Kotori Minami,428,428,4,2,1 +88,6,3,Secret Exam Room,Secret Exam Room,Maki Nishikino,Maki Nishikino,432,433,3,3,1 +89,44,348,,,Alpaca (White),Alpaca [White],437,437,2,1,1 +90,47,391,,,Mikoto Fukuhara,Mikoto Fukuhara,438,439,1,1,1 +91,48,391,,,Chizuko Sakamaki,Chiduko Sakamaki,443,444,1,2,1 +92,49,391,,,Hitomi Shiga,Hitomi Shiga,448,449,1,3,1 +93,4,3,Love's Bind,Love Bind,Umi Sonoda,Umi Sonoda,453,454,3,3,1 +94,5,3,Check Out Rin!,Please Look at Rin,Rin Hoshizora,Rin Hoshizora,458,459,3,1,1 +95,9,150,Nico's the Most Popular,Nico Is Popular,Nico Yazawa,Nico Yazawa,463,464,3,1,1 +96,3,2,Choir of Angels,An Angel's Voice,Kotori Minami,Kotori Minami,468,469,4,2,1 +97,5,131,,,Rin Hoshizora,Rin Hoshizora,473,473,4,1,1 +98,6,131,,,Maki Nishikino,Maki Nishikino,477,477,4,3,1 +99,50,391,,,Akira Kizaki,Akira Kizaki,481,482,1,1,1 +100,3,3,Wonderful Treats,Wonderful Candy,Kotori Minami,Kotori Minami,486,487,3,2,1 +101,7,4,Faking Sleep,Feigning Sleep,Nozomi Tojo,Nozomi Tojo,491,492,3,2,1 +102,51,384,,,Misaki Shido,Misaki Shido,496,497,1,3,1 +103,5,4,Fickle Kitten,Whimsical Girl,Rin Hoshizora,Rin Hoshizora,501,502,3,1,1 +104,52,391,,,Yuka Tsukishima,Yuka Tsukishima,506,507,1,1,1 +105,53,391,,,Sayuri Hyodo,Sayuri Hyodo,511,512,1,3,1 +106,6,4,You're My Next Target,I'll Catch You Next,Maki Nishikino,Maki Nishikino,516,517,3,3,1 +107,9,3,Let Me Teach You!,I'll Teach You,Nico Yazawa,Nico Yazawa,521,522,3,1,1 +108,7,2,Fated Partner,Partner of Destiny,Nozomi Tojo,Nozomi Tojo,526,527,4,2,1 +109,54,398,,,Ranpha,Ranpha,531,532,1,2,1 +110,59,391,,,Sakuya Kurobane,Sakuya Kurobane,536,537,1,2,1 +111,1,150,I'll Eat You Up!,I'm Gonna Eat It!,Honoka Kosaka,Honoka Kosaka,541,542,3,1,1 +112,2,3,Eli's Confessional,Eli's Confessional,Eli Ayase,Eli Ayase,546,547,3,3,1 +113,5,2,Legendary Ramen!,Legendary Ramen!,Rin Hoshizora,Rin Hoshizora,551,552,4,1,1 +114,1,132,,,Honoka Kosaka,Honoka Kosaka,556,556,3,1,1 +115,9,131,,,Nico Yazawa,Nico Yazawa,560,560,4,1,1 +116,1,133,,,Honoka Kosaka,Honoka Kosaka,564,564,3,1,1 +117,2,133,,,Eli Ayase,Eli Ayase,568,568,3,3,1 +118,3,133,,,Kotori Minami,Kotori Minami,572,572,3,2,1 +119,4,133,,,Umi Sonoda,Umi Sonoda,576,576,3,3,1 +120,5,133,,,Rin Hoshizora,Rin Hoshizora,580,580,3,1,1 +121,6,133,,,Maki Nishikino,Maki Nishikino,584,584,3,3,1 +122,7,133,,,Nozomi Tojo,Nozomi Tojo,588,588,3,2,1 +123,8,133,,,Hanayo Koizumi,Hanayo Koizumi,592,592,3,2,1 +124,9,133,,,Nico Yazawa,Nico Yazawa,596,596,3,1,1 +125,3,171,,,Kotori Minami,Kotori Minami,600,600,4,2,1 +126,55,398,,,Rakshata,Rakshata,604,605,1,2,1 +127,56,398,,,Rebecca,Rebecca,609,610,1,3,1 +128,1,5,Seaside Sunshine,Sun on the Seashore,Honoka Kosaka,Honoka Kosaka,614,615,3,3,1 +129,2,5,Alluring Mermaids,Bewitching Mermaid,Eli Ayase,Eli Ayase,619,620,3,1,1 +130,4,5,Today Is Umi's Day!,Today is Umi's Day,Umi Sonoda,Umi Sonoda,624,625,3,2,1 +131,5,5,Sunset Summer Girl,Summer Sunset Girl,Rin Hoshizora,Rin Hoshizora,629,630,3,3,1 +132,9,5,Midsummer Gaze,Summer Glances,Nico Yazawa,Nico Yazawa,634,635,4,2,1 +133,57,384,,,Himeno Ayanokoji,Himeno Ayanokoji,639,640,1,1,1 +134,58,391,,,Sakura Kurobane,Sakura Kurobane,644,645,1,3,1 +135,3,6,Sweet Marine Girl,Lovely Marine Girl,Kotori Minami,Kotori Minami,649,650,3,1,1 +136,6,6,Seaside Songstress,Singing by the Shore,Maki Nishikino,Maki Nishikino,654,655,3,2,1 +137,8,6,Water’s Edge Princess,Queen of the Shore,Hanayo Koizumi,Hanayo Koizumi,659,660,3,3,1 +138,7,6,Midsummer Fruit ☆,Fruit of Summer,Nozomi Tojo,Nozomi Tojo,664,665,4,1,1 +139,8,150,Strange Sympathy,Strange Sympathy,Hanayo Koizumi,Hanayo Koizumi,669,670,3,2,1 +140,2,131,,,Eli Ayase,Eli Ayase,674,674,4,3,1 +141,7,131,,,Nozomi Tojo,Nozomi Tojo,678,678,4,2,1 +142,1,172,,,Honoka Kosaka,Honoka Kosaka,682,682,4,1,1 +143,60,384,,,Koyuki Shirase,Koyuki Shirase,686,687,1,2,1 +144,64,391,,,Mutsuki Takamagahara,Mutsuki Takamagahara,691,692,1,2,1 +145,1,7,Summer Festival with Everyone,Everyone's Festival,Honoka Kosaka,Honoka Kosaka,696,697,3,2,1 +146,5,7,Do the Bon Dance!,Bon Dance!,Rin Hoshizora,Rin Hoshizora,701,702,3,2,1 +147,6,7,A Goldfish Savant?,Goldfish Scooper,Maki Nishikino,Maki Nishikino,706,707,3,1,1 +148,7,7,Festival Girl,Festival Girl,Nozomi Tojo,Nozomi Tojo,711,712,3,3,1 +149,4,7,Late Summer Yukata Beauty,Cotton Kimono Girl,Umi Sonoda,Umi Sonoda,716,717,4,1,1 +150,61,384,,,Ryo Aikawa,Ryo Aikawa,724,725,1,3,1 +151,7,150,Tickle-Tickle,Hug Attack,Nozomi Tojo,Nozomi Tojo,729,730,3,3,1 +152,62,398,,,Isabella,Isabella,734,735,1,3,1 +153,2,8,Candied Apple with You,Apple Candy and You,Eli Ayase,Eli Ayase,739,740,3,2,1 +154,8,8,Night Stall Crawl ♪,Night Stall-Hopping,Hanayo Koizumi,Hanayo Koizumi,744,745,3,1,1 +155,9,8,Summer Break Memories,Great Summer Break,Nico Yazawa,Nico Yazawa,749,750,3,3,1 +156,3,8,Evening Breeze Girl,Cool Evening Breeze,Kotori Minami,Kotori Minami,754,755,4,3,1 +157,63,398,,,Emma Verde,Emma Verde,759,760,1,1,1 +158,5,150,Moon Watching Time!,View the Full Moon!,Rin Hoshizora,Rin Hoshizora,764,765,3,2,1 +159,4,132,,,Umi Sonoda,Umi Sonoda,769,769,3,3,1 +160,1,131,,,Honoka Kosaka,Honoka Kosaka,773,773,4,1,1 +161,2,9,Great Job!,A Job Well Done,Eli Ayase,Eli Ayase,777,778,3,1,1 +162,4,9,Capable Manager,Apt Manager,Umi Sonoda,Umi Sonoda,782,783,3,2,1 +163,8,9,Wholehearted Cheering,Full Hearted Support,Hanayo Koizumi,Hanayo Koizumi,787,788,3,3,1 +164,7,9,Charm for Victory,Victory Prayer,Nozomi Tojo,Nozomi Tojo,792,793,3,1,1 +165,1,9,Yelling for You,Cheering You On,Honoka Kosaka,Honoka Kosaka,797,798,4,2,1 +166,65,398,,,Jennifer,Jennifer,802,803,1,1,1 +167,6,150,Allow Me to Serve You,A Service for You,Maki Nishikino,Maki Nishikino,807,808,3,1,1 +168,66,398,,,Maria,Maria,812,813,1,3,1 +169,3,10,Angel's Whistle,Angel's Whistle,Kotori Minami,Kotori Minami,817,818,3,1,1 +170,6,10,Gold Medal Smile,A Winning Smile,Maki Nishikino,Maki Nishikino,822,823,3,2,1 +171,9,10,Nico-Nico-Support,Smile Support,Nico Yazawa,Nico Yazawa,827,828,3,3,1 +172,5,10,Succeeding Together,Go for the Goal!,Rin Hoshizora,Rin Hoshizora,832,833,4,3,1 +173,67,398,,,Leo,Leo,837,838,1,1,1 +174,2,151,Fall Time Reading,Autumn With Books,Eli Ayase,Eli Ayase,842,843,3,1,1 +175,68,398,,,Yukari Saotome,Yukari Saotome,847,848,1,2,1 +176,1,11,Sublime Stolen Snack,Blissful Snacks,Honoka Kosaka,Honoka Kosaka,852,853,3,3,1 +177,2,11,Borscht Deluxe,Special Stew,Eli Ayase,Eli Ayase,857,858,3,2,1 +178,3,11,Say Aah ♪,Open Wide!,Kotori Minami,Kotori Minami,862,863,3,1,1 +179,9,11,Family-Oriented Idol,Homely Idol,Nico Yazawa,Nico Yazawa,867,868,3,2,1 +180,8,11,Comfort Menu,Happy Servings,Hanayo Koizumi,Hanayo Koizumi,872,873,4,3,1 +181,3,132,,,Kotori Minami,Kotori Minami,877,877,3,2,1 +182,28,371,,,Kanata Konoe,Kanata Konoe,881,882,1,2,1 +183,3,151,Infirmary Angel,Angel? Nurse?,Kotori Minami,Kotori Minami,886,887,3,3,1 +184,17,364,,,Minami Nagayama,Minami Nagayama,891,892,1,3,1 +185,4,12,Grateful for the Meal,Thankful Feast,Umi Sonoda,Umi Sonoda,896,897,3,1,1 +186,5,12,Homemade Ramen,Home-made Ramen,Rin Hoshizora,Rin Hoshizora,901,902,3,2,1 +187,7,12,Full Course Fortune,Full Course of Luck,Nozomi Tojo,Nozomi Tojo,906,907,3,3,1 +188,6,12,Secret Home Cooking,Secret Recipes,Maki Nishikino,Maki Nishikino,911,912,4,1,1 +189,11,364,,,Shizuku Osaka,Shizuku Osaka,916,917,1,3,1 +190,1,151,Homura's Poster Girl,Homura's Star,Honoka Kosaka,Honoka Kosaka,921,922,3,2,1 +191,32,371,,,Kasane Hasekura,Kasane Hasekura,926,927,1,2,1 +192,4,13,Silent Night,Pure Night,Umi Sonoda,Umi Sonoda,931,932,3,1,1 +193,5,13,Christmas Bells,Christmas Bells,Rin Hoshizora,Rin Hoshizora,936,937,3,3,1 +194,6,13,Christmas Carols,Christmas Carol,Maki Nishikino,Maki Nishikino,941,942,3,1,1 +195,9,13,A Good Girl for Xmas,Good Girl Christmas,Nico Yazawa,Nico Yazawa,946,947,3,2,1 +196,2,13,A Present for You,Present for You,Eli Ayase,Eli Ayase,951,952,4,2,1 +197,34,364,,,Akiru Shinomiya,Akiru Shinomiya,956,957,1,1,1 +198,8,151,Fairy of the Rink,Elven Ties,Hanayo Koizumi,Hanayo Koizumi,961,962,3,3,1 +199,48,392,,,Chizuko Sakamaki,Chiduko Sakamaki,966,967,1,1,1 +200,1,14,Candle in the Night,Candle Night,Honoka Kosaka,Honoka Kosaka,971,972,3,2,1 +201,3,14,White Christmas,White Christmas,Kotori Minami,Kotori Minami,976,977,3,3,1 +202,8,14,Christmas Feast,My Christmas Treat,Hanayo Koizumi,Hanayo Koizumi,981,982,3,1,1 +203,7,14,Your Personal Santa,Your Special Santa,Nozomi Tojo,Nozomi Tojo,986,987,4,3,1 +204,3,173,Kotori’s Snowman,"Snowman, Kotori Style",Kotori Minami,Kotori Minami,991,991,4,2,1 +205,54,399,,,Ranpha,Ranpha,995,996,1,3,1 +206,4,151,On a Snowy Night,Snowy Night,Umi Sonoda,Umi Sonoda,1000,1001,3,2,1 +207,9,173,Is the Present Me?,Can I be your Present?,Nico Yazawa,Nico Yazawa,1005,1005,3,1,1 +208,21,364,,,Aya Sugisaki,Aya Sugisaki,1009,1010,1,1,1 +209,3,15,"New Year, First Dream",New Year's Dream,Kotori Minami,Kotori Minami,1014,1015,3,2,1 +210,5,15,Good Luck This Year!,365 Happy Days,Rin Hoshizora,Rin Hoshizora,1019,1020,3,1,1 +211,7,15,New Year Lucky Charm,Lucky New Year!,Nozomi Tojo,Nozomi Tojo,1024,1025,3,1,1 +212,9,15,Temp Shrine Maiden,Happiest Girl,Nico Yazawa,Nico Yazawa,1029,1030,3,3,1 +213,4,15,Happy New Year,Yearly Greetings,Umi Sonoda,Umi Sonoda,1034,1035,4,2,1 +214,41,385,,,Shun Kurosaki,Shun Kurosaki,1039,1040,1,2,1 +215,9,151,Homemade New Year's Food,New Year's Treat,Nico Yazawa,Nico Yazawa,1044,1045,3,1,1 +216,6,173,Princess on the Ice,A Princess on Ice,Maki Nishikino,Maki Nishikino,1049,1049,3,3,1 +217,4,174,,,Umi Sonoda,Umi Sonoda,1053,1053,4,3,1 +218,57,385,,,Himeno Ayanokoji,Himeno Ayanokoji,1057,1058,1,3,1 +219,2,16,Secret New Year's Gift,Secret Gift,Eli Ayase,Eli Ayase,1062,1063,3,3,1 +220,6,16,Once a Year Outfit,Finest Once a Year,Maki Nishikino,Maki Nishikino,1067,1068,3,2,1 +221,8,16,Mochi Is Rice Too,Mochi is Rice Too,Hanayo Koizumi,Hanayo Koizumi,1072,1073,3,1,1 +222,1,16,Happy New Year!,Happy New Year,Honoka Kosaka,Honoka Kosaka,1077,1078,4,3,1 +223,43,385,,,Tsurugi Kadota,Tsurugi Kadota,1082,1083,1,1,1 +224,7,151,Full of Wishes,With All My Wishes,Nozomi Tojo,Nozomi Tojo,1087,1088,3,3,1 +225,5,169,,,Rin Hoshizora,Rin Hoshizora,1092,1092,2,1,1 +226,1,134,,,Honoka Kosaka,Honoka Kosaka,1096,1096,3,1,1 +227,2,134,,,Eli Ayase,Eli Ayase,1100,1100,3,3,1 +228,3,134,,,Kotori Minami,Kotori Minami,1104,1104,3,2,1 +229,4,134,,,Umi Sonoda,Umi Sonoda,1108,1108,3,3,1 +230,5,134,,,Rin Hoshizora,Rin Hoshizora,1112,1112,3,1,1 +231,6,134,,,Maki Nishikino,Maki Nishikino,1116,1116,3,3,1 +232,7,134,,,Nozomi Tojo,Nozomi Tojo,1120,1120,3,2,1 +233,8,134,,,Hanayo Koizumi,Hanayo Koizumi,1124,1124,3,2,1 +234,9,134,,,Nico Yazawa,Nico Yazawa,1128,1128,3,1,1 +235,1,135,,,Honoka Kosaka,Honoka Kosaka,1132,1132,3,1,1 +236,2,135,,,Eli Ayase,Eli Ayase,1136,1136,3,3,1 +237,3,135,,,Kotori Minami,Kotori Minami,1140,1140,3,2,1 +238,4,135,,,Umi Sonoda,Umi Sonoda,1144,1144,3,3,1 +239,5,135,,,Rin Hoshizora,Rin Hoshizora,1148,1148,3,1,1 +240,6,135,,,Maki Nishikino,Maki Nishikino,1152,1152,3,3,1 +241,7,135,,,Nozomi Tojo,Nozomi Tojo,1156,1156,3,2,1 +242,8,135,,,Hanayo Koizumi,Hanayo Koizumi,1160,1160,3,2,1 +243,9,135,,,Nico Yazawa,Nico Yazawa,1164,1164,3,1,1 +244,23,378,,,Reine Saeki,Reine Saeki,1168,1169,1,2,1 +245,1,17,So Many Animals!,Lots o' Animals,Honoka Kosaka,Honoka Kosaka,1173,1174,3,1,1 +246,4,17,Hidden Feelings,Secret Desire,Umi Sonoda,Umi Sonoda,1178,1179,3,1,1 +247,5,17,Rin’s Secret,Rin's Secret,Rin Hoshizora,Rin Hoshizora,1183,1184,3,3,1 +248,8,17,Nervous Valentine,Romantic Valentine,Hanayo Koizumi,Hanayo Koizumi,1188,1189,3,2,1 +249,9,17,Extra Rare Chocolate,Special Chocolate,Nico Yazawa,Nico Yazawa,1193,1194,4,3,1 +250,3,175,,,Kotori Minami,Kotori Minami,1198,1198,4,2,1 +251,36,378,,,Nagi Shiraki,Nagi Shiraki,1202,1203,1,3,1 +252,5,151,Winter Memories ♪,Winter Memories,Rin Hoshizora,Rin Hoshizora,1207,1208,3,2,1 +253,65,399,,,Jennifer,Jennifer,1212,1213,1,2,1 +254,2,18,One Chocolate Morsel,A Piece of Chocolate,Eli Ayase,Eli Ayase,1217,1218,3,2,1 +255,3,18,Melts in Your Mouth Sweets,Sweet and Smooth,Kotori Minami,Kotori Minami,1222,1223,3,3,1 +256,7,18,Happy Valentine’s,Happy Valentine,Nozomi Tojo,Nozomi Tojo,1227,1228,3,1,1 +257,6,18,Maki’s Secret Job,Maki's Secret,Maki Nishikino,Maki Nishikino,1232,1233,4,2,1 +258,49,392,,,Hitomi Shiga,Hitomi Shiga,1237,1238,1,1,1 +259,6,151,In With the Ogres,More Luck for Me!,Maki Nishikino,Maki Nishikino,1242,1243,3,1,1 +260,12,371,,,Coco Miyashita,Coco Miyashita,1247,1248,1,1,1 +261,1,19,Power of the Sun ☆,Sunny Power,Honoka Kosaka,Honoka Kosaka,1252,1253,3,3,1 +262,2,19,Otonokizaka’s Big Sis,Girl of Otonokizaka,Eli Ayase,Eli Ayase,1257,1258,3,1,1 +263,4,19,Time to Thaw Out,Snow Melt Season,Umi Sonoda,Umi Sonoda,1262,1263,3,3,1 +264,7,19,A New Wind,Fresh Wind,Nozomi Tojo,Nozomi Tojo,1267,1268,3,2,1 +265,8,19,Hanayo's Spring Outfit ♪,My Spring Looks,Hanayo Koizumi,Hanayo Koizumi,1272,1273,4,1,1 +266,33,378,,,Ru Tatara,Ru Tatara,1277,1278,1,3,1 +267,9,152,What Girls Like,What a Girl Likes,Nico Yazawa,Nico Yazawa,1282,1283,3,2,1 +268,22,371,,,Yuri Mido,Yuri Mido,1287,1288,1,2,1 +269,3,20,Kotori's Pillow,Kotori's Pillow,Kotori Minami,Kotori Minami,1292,1293,3,1,1 +270,6,20,Desire to Grow,Growing Love,Maki Nishikino,Maki Nishikino,1297,1298,3,2,1 +271,9,20,Challenger Nico,Nico the Challenger,Nico Yazawa,Nico Yazawa,1302,1303,3,3,1 +272,5,20,Let’s Go Play!,Let's Go Out!,Rin Hoshizora,Rin Hoshizora,1307,1308,4,2,1 +273,42,385,,,Fumi Shitara,Fumi Shitara,1312,1313,1,1,1 +274,3,152,Beautiful Kotori,Pretty Bird,Kotori Minami,Kotori Minami,1317,1318,3,3,1 +275,5,132,,,Rin Hoshizora,Rin Hoshizora,1322,1322,3,1,1 +276,8,132,,,Hanayo Koizumi,Hanayo Koizumi,1326,1326,3,2,1 +277,37,364,,,Yumi Fujishiro,Yumi Fujishiro,1330,1331,1,2,1 +278,1,21,I’m Just So Happy!,I'm Happy!,Honoka Kosaka,Honoka Kosaka,1335,1336,3,2,1 +279,3,21,So Much Sweetness ☆,Juicy Fruity,Kotori Minami,Kotori Minami,1340,1341,3,2,1 +280,5,21,Sweet Ramen,Sweet Ramen,Rin Hoshizora,Rin Hoshizora,1345,1346,3,1,1 +281,8,21,Leave it to Me!,Leave it to Me!,Hanayo Koizumi,Hanayo Koizumi,1350,1351,3,3,1 +282,2,21,Alisa's With Me!,With Alisa!,Eli Ayase,Eli Ayase,1355,1356,4,1,1 +283,47,392,,,Mikoto Fukuhara,Mikoto Fukuhara,1360,1361,1,2,1 +284,6,152,Under the Cherry Tree,Cherry Blossoms,Maki Nishikino,Maki Nishikino,1365,1366,3,3,1 +285,27,364,,,Seira Kujo,Seira Kujo,1370,1371,1,3,1 +286,1,196,,,Honoka Kosaka,Honoka Kosaka,1375,1376,2,1,1 +287,2,196,,,Eli Ayase,Eli Ayase,1380,1381,2,3,1 +288,3,196,,,Kotori Minami,Kotori Minami,1385,1386,2,2,1 +289,4,196,,,Umi Sonoda,Umi Sonoda,1390,1391,2,3,1 +290,5,196,,,Rin Hoshizora,Rin Hoshizora,1395,1396,2,1,1 +291,6,196,,,Maki Nishikino,Maki Nishikino,1400,1401,2,3,1 +292,7,196,,,Nozomi Tojo,Nozomi Tojo,1405,1406,2,2,1 +293,8,196,,,Hanayo Koizumi,Hanayo Koizumi,1410,1411,2,2,1 +294,9,196,,,Nico Yazawa,Nico Yazawa,1415,1416,2,1,1 +295,6,22,Fruit Girl,Fruity Girl,Maki Nishikino,Maki Nishikino,1420,1421,3,1,1 +296,7,22,Nature’s Bounty ♪,Natural Goodness,Nozomi Tojo,Nozomi Tojo,1425,1426,3,3,1 +297,9,22,Sweet Treat Idol,Sweet Idol,Nico Yazawa,Nico Yazawa,1430,1431,3,2,1 +298,4,22,The Power of Sweets,Desserts Rule,Umi Sonoda,Umi Sonoda,1435,1436,4,3,1 +299,1,136,,,Honoka Kosaka,Honoka Kosaka,1440,1440,2,1,1 +300,2,136,,,Eli Ayase,Eli Ayase,1444,1444,2,3,1 +301,3,136,,,Kotori Minami,Kotori Minami,1448,1448,2,2,1 +302,4,136,,,Umi Sonoda,Umi Sonoda,1452,1452,2,3,1 +303,5,136,,,Rin Hoshizora,Rin Hoshizora,1456,1456,2,1,1 +304,6,136,,,Maki Nishikino,Maki Nishikino,1460,1460,2,3,1 +305,7,136,,,Nozomi Tojo,Nozomi Tojo,1464,1464,2,2,1 +306,8,136,,,Hanayo Koizumi,Hanayo Koizumi,1468,1468,2,2,1 +307,9,136,,,Nico Yazawa,Nico Yazawa,1472,1472,2,1,1 +308,67,399,,,Leo,Leo,1476,1477,1,3,1 +309,8,152,Rice and Miso Soup,Rice and Miso Soup,Hanayo Koizumi,Hanayo Koizumi,1481,1482,3,2,1 +310,60,385,,,Koyuki Shirase,Koyuki Shirase,1486,1487,1,1,1 +311,4,23,Umi’s Repayment,Umi Returns the Favor,Umi Sonoda,Umi Sonoda,1491,1492,3,1,1 +312,5,23,The Magic Lamp,Magic Lamp,Rin Hoshizora,Rin Hoshizora,1496,1497,3,3,1 +313,6,23,Woken by a Kiss,Awakening Kiss,Maki Nishikino,Maki Nishikino,1501,1502,3,3,1 +314,7,23,The Maid in the Tower,Let Your Hair Down,Nozomi Tojo,Nozomi Tojo,1506,1507,3,2,1 +315,3,23,The Little Princess,Little Princess,Kotori Minami,Kotori Minami,1511,1512,4,1,1 +316,56,399,,,Rebecca,Rebecca,1516,1517,1,2,1 +317,4,152,The Brave Maiden,Brave Maiden,Umi Sonoda,Umi Sonoda,1521,1522,3,2,1 +318,61,385,,,Ryo Aikawa,Ryo Aikawa,1526,1527,1,2,1 +319,1,24,Melted Cheese ♪,Melty Cheese,Honoka Kosaka,Honoka Kosaka,1531,1532,3,3,1 +320,2,24,If the Spell Breaks,Enchanted Forever,Eli Ayase,Eli Ayase,1536,1537,3,2,1 +321,9,24,"Don’t Eat This, Okay?",Please Don't Eat Me,Nico Yazawa,Nico Yazawa,1541,1542,3,1,1 +322,8,24,Itty Bitty Rice Ball!,Tiny Rice Balls!,Hanayo Koizumi,Hanayo Koizumi,1546,1547,4,2,1 +323,50,392,,,Akira Kizaki,Akira Kizaki,1551,1552,1,3,1 +324,1,152,Take It Easy!,Let's Take It Slow!,Honoka Kosaka,Honoka Kosaka,1556,1557,3,1,1 +325,55,399,,,Rakshata,Rakshata,1561,1562,1,3,1 +326,4,25,Cuddly Pose,Pose with You,Umi Sonoda,Umi Sonoda,1566,1567,3,2,1 +327,5,25,Like a Grownup ♪,All Grown Up?,Rin Hoshizora,Rin Hoshizora,1571,1572,3,2,1 +328,7,25,Bridal Fantasy,Bridal Dreams,Nozomi Tojo,Nozomi Tojo,1576,1577,3,1,1 +329,9,25,Famous Model Nico ♪,Nico on the Runway,Nico Yazawa,Nico Yazawa,1581,1582,3,3,1 +330,2,25,Simple Dress,Simple Dress?,Eli Ayase,Eli Ayase,1586,1587,4,3,1 +331,58,392,,,Sakura Kurobane,Sakura Kurobane,1591,1592,1,2,1 +332,5,152,A Big Puddle,Making Ripples,Rin Hoshizora,Rin Hoshizora,1596,1597,3,1,1 +333,1,137,,,Honoka Kosaka,Honoka Kosaka,1601,1601,4,1,1 +334,18,371,,,Christina,Christina,1605,1606,1,1,1 +335,3,26,Kotori Designs,Kotori Design,Kotori Minami,Kotori Minami,1610,1611,3,3,1 +336,6,26,Attending the Party ♪,Come to the Party,Maki Nishikino,Maki Nishikino,1615,1616,3,2,1 +337,8,26,My First Dress,My First Dress,Hanayo Koizumi,Hanayo Koizumi,1620,1621,3,1,1 +338,1,26,Until That Day Comes,Until That Day...,Honoka Kosaka,Honoka Kosaka,1625,1626,4,1,1 +339,1,197,,,Honoka Kosaka,Honoka Kosaka,1630,1631,2,3,1 +340,2,197,,,Eli Ayase,Eli Ayase,1635,1636,2,3,1 +341,3,197,,,Kotori Minami,Kotori Minami,1640,1641,2,3,1 +342,4,197,,,Umi Sonoda,Umi Sonoda,1645,1646,2,3,1 +343,5,197,,,Rin Hoshizora,Rin Hoshizora,1650,1651,2,3,1 +344,6,197,,,Maki Nishikino,Maki Nishikino,1655,1656,2,3,1 +345,7,197,,,Nozomi Tojo,Nozomi Tojo,1660,1661,2,3,1 +346,8,197,,,Hanayo Koizumi,Hanayo Koizumi,1665,1666,2,3,1 +347,9,197,,,Nico Yazawa,Nico Yazawa,1670,1671,2,3,1 +348,59,392,,,Sakuya Kurobane,Sakuya Kurobane,1675,1676,1,1,1 +349,2,152,My Time With You,Time with You,Eli Ayase,Eli Ayase,1680,1681,3,3,1 +350,1,176,,,Honoka Kosaka,Honoka Kosaka,1685,1685,3,1,1 +351,2,132,,,Eli Ayase,Eli Ayase,1689,1689,3,3,1 +352,7,132,,,Nozomi Tojo,Nozomi Tojo,1693,1693,3,2,1 +353,20,378,,,Iruka Suda,Iruka Suda,1697,1698,1,3,1 +354,1,27,Swaying Dance,Under the Waves,Honoka Kosaka,Honoka Kosaka,1702,1703,3,2,1 +355,4,27,Friend of the Sea,Friend of the Sea,Umi Sonoda,Umi Sonoda,1707,1708,3,1,1 +356,5,27,A Real Mermaid,True Mermaid,Rin Hoshizora,Rin Hoshizora,1712,1713,3,3,1 +357,9,27,I’ll Make You Mine ☆,I'll Charm You,Nico Yazawa,Nico Yazawa,1717,1718,3,1,1 +358,6,27,Joy of This Moment,Happy Where I Am,Maki Nishikino,Maki Nishikino,1722,1723,4,3,1 +359,51,385,,,Misaki Shido,Misaki Shido,1727,1728,1,2,1 +360,7,152,Sigh of Relief ♪,Sigh of Relief,Nozomi Tojo,Nozomi Tojo,1732,1733,3,1,1 +361,2,177,,,Eli Ayase,Eli Ayase,1737,1737,4,3,1 +362,6,178,,,Maki Nishikino,Maki Nishikino,1741,1741,4,3,1 +363,66,399,,,Maria,Maria,1745,1746,1,1,1 +364,2,28,Little Mermaid’s Grit,Mermaid Power!,Eli Ayase,Eli Ayase,1750,1751,3,2,1 +365,3,28,Colorful Scales,Colorful Scales,Kotori Minami,Kotori Minami,1755,1756,3,1,1 +366,8,28,Mermaid Idol,Mermaid Idol,Hanayo Koizumi,Hanayo Koizumi,1760,1761,3,3,1 +367,7,28,A Single-Minded Thought,Honest Emotion,Nozomi Tojo,Nozomi Tojo,1765,1766,4,2,1 +368,6,137,,,Maki Nishikino,Maki Nishikino,1770,1770,4,3,1 +369,9,137,,,Nico Yazawa,Nico Yazawa,1774,1774,4,1,1 +370,13,378,,,Yuu Aizawa,Yuu Aizawa,1778,1779,1,2,1 +371,3,153,Summer Water Girl,Summer Water Girls,Kotori Minami,Kotori Minami,1783,1784,3,2,1 +372,2,179,The Ocean’s All Ours,Together at the Beach,Eli Ayase,Eli Ayase,1788,1788,4,3,1 +373,16,378,,,Fumie Nishimura,Fumie Nishimura,1792,1793,1,1,1 +374,1,29,Thanks From the Earth,Worldwide Thank You,Honoka Kosaka,Honoka Kosaka,1797,1798,3,3,1 +375,2,29,Different Side of Me,A Different Me,Eli Ayase,Eli Ayase,1802,1803,3,1,1 +376,5,29,Toughest Kung Fu Idol,Great Kung-Fu Idol,Rin Hoshizora,Rin Hoshizora,1807,1808,3,2,1 +377,7,29,Fragrant Chinese Tea,Fragrant Chinese Tea,Nozomi Tojo,Nozomi Tojo,1812,1813,3,3,1 +378,3,29,Happy Dreams,Sweet Dreams,Kotori Minami,Kotori Minami,1817,1818,4,2,1 +379,69,347,,,Cocoa Yazawa,Cocoa Yazawa,1822,1822,2,1,1 +380,70,347,,,Cotaro Yazawa,Cotaro Yazawa,1823,1823,2,2,1 +381,71,347,,,Cocoro Yazawa,Cocoro Yazawa,1824,1824,2,3,1 +382,83,348,,,Alpaca (Brown),Alpaca [Brown],1825,1825,2,5,1 +383,72,346,,,Mika,Mika,1826,1826,3,1,1 +384,73,346,,,Fumiko,Fumiko,1827,1827,3,2,1 +385,74,346,,,Hideko,Hideko,1828,1828,3,3,1 +386,75,346,,,Hiroko Yamada,Hiroko Yamada,1829,1829,3,5,1 +387,76,347,,,Nico's mom,Nico's mother,1830,1830,4,1,1 +388,77,347,,,Kotori's mom,Kotori's mother,1831,1831,4,2,1 +389,78,347,,,Maki's mom,Maki's mother,1832,1832,4,3,1 +390,79,347,,,Honoka's mom,Honoka's mother,1833,1833,4,5,1 +391,25,371,,,Rika Kamiya,Rika Kamiya,1834,1835,1,1,1 +392,9,153,Nico’s Class Swimsuit,School Swimsuit Nico,Nico Yazawa,Nico Yazawa,1839,1840,3,2,1 +393,30,378,,,Saki Shimozono,Saki Shimozono,1844,1845,1,3,1 +394,4,30,Want to Bring Smiles,I Want You to Smile!,Umi Sonoda,Umi Sonoda,1849,1850,3,3,1 +395,6,30,Made to Order,Maid to Order,Maki Nishikino,Maki Nishikino,1854,1855,3,1,1 +396,8,30,Secret of the Slit,The Slit's Secret,Hanayo Koizumi,Hanayo Koizumi,1859,1860,3,2,1 +397,9,30,Nico’s Chinese Café,Nico's Restaurant,Nico Yazawa,Nico Yazawa,1864,1865,4,1,1 +398,31,364,,,Sachiko Tanaka,Sachiko Tanaka,1869,1870,1,2,1 +399,6,153,I Hate Ghosts!,I Hate Ghosts!,Maki Nishikino,Maki Nishikino,1874,1875,3,3,1 +400,6,138,,,Maki Nishikino,Maki Nishikino,1879,1879,3,3,1 +401,9,138,,,Nico Yazawa,Nico Yazawa,1883,1883,3,1,1 +402,5,137,,,Rin Hoshizora,Rin Hoshizora,1887,1887,4,1,1 +403,26,378,,,Nanaka Morishima,Nanaka Morishima,1891,1892,1,3,1 +404,3,31,Look Behind You ♪,Look Behind You,Kotori Minami,Kotori Minami,1896,1897,3,3,1 +405,6,31,Pancake Art,Pancake Doodle,Maki Nishikino,Maki Nishikino,1901,1902,3,3,1 +406,7,31,Rock Paper Scissors,Rock-Paper-Scissors,Nozomi Tojo,Nozomi Tojo,1906,1907,3,1,1 +407,9,31,Cooking Power ☆,Cooking Power!,Nico Yazawa,Nico Yazawa,1911,1912,3,2,1 +408,5,31,One Parfait Coming Up,One Parfait!,Rin Hoshizora,Rin Hoshizora,1916,1917,4,1,1 +409,46,385,,,Fuu Saiki,Fuu Saiki,1921,1922,1,3,1 +410,1,153,Festival Happi Coat,Festival Happi,Honoka Kosaka,Honoka Kosaka,1926,1927,3,1,1 +411,19,378,,,Akemi Kikuchi,Akemi Kikuchi,1931,1932,1,1,1 +412,1,32,Apprentice Maid,Maid in Training,Honoka Kosaka,Honoka Kosaka,1936,1937,3,2,1 +413,2,32,Loose Ribbon,Loose Ribbon,Eli Ayase,Eli Ayase,1941,1942,3,3,1 +414,8,32,It’s Still Cute on Me,It Looks so Cute!,Hanayo Koizumi,Hanayo Koizumi,1946,1947,3,1,1 +415,4,32,A Classic Maid,Classic Maid,Umi Sonoda,Umi Sonoda,1951,1952,4,2,1 +416,62,399,,,Isabella,Isabella,1956,1957,1,2,1 +417,4,153,The Hero Arrives!,The Savior Arrives!,Umi Sonoda,Umi Sonoda,1961,1962,3,3,1 +418,2,137,,,Eli Ayase,Eli Ayase,1966,1966,4,3,1 +419,4,137,,,Umi Sonoda,Umi Sonoda,1970,1970,4,3,1 +420,14,364,,,Marika Ichinose,Marika Ichinose,1974,1975,1,3,1 +421,1,33,Play the Day Away!,Let's Play!,Honoka Kosaka,Honoka Kosaka,1979,1980,3,1,1 +422,4,33,Our Little Date,A Date Together,Umi Sonoda,Umi Sonoda,1984,1985,3,2,1 +423,6,33,Bashful Halloween,Bashful Halloween,Maki Nishikino,Maki Nishikino,1989,1990,3,2,1 +424,9,33,Cheering Everyone Up!,Cheer Them Up!,Nico Yazawa,Nico Yazawa,1994,1995,3,3,1 +425,8,33,Under a Spell,Under a Spell,Hanayo Koizumi,Hanayo Koizumi,1999,2000,4,1,1 +426,8,169,,,Hanayo Koizumi,Hanayo Koizumi,2004,2004,2,2,1 +427,45,385,,,Yuuka Kirihara,Yuuka Kirihara,2008,2009,1,3,1 +428,8,153,Goddess of Harvest,Goddess of Harvest,Hanayo Koizumi,Hanayo Koizumi,2013,2014,3,3,1 +429,15,371,,,Sana Yuki,Sana Yuki,2018,2019,1,1,1 +430,1,198,,,Honoka Kosaka,Honoka Kosaka,2023,2024,2,1,1 +431,2,198,,,Eli Ayase,Eli Ayase,2028,2029,2,1,1 +432,3,198,,,Kotori Minami,Kotori Minami,2033,2034,2,1,1 +433,4,198,,,Umi Sonoda,Umi Sonoda,2038,2039,2,1,1 +434,5,198,,,Rin Hoshizora,Rin Hoshizora,2043,2044,2,1,1 +435,6,198,,,Maki Nishikino,Maki Nishikino,2048,2049,2,1,1 +436,7,198,,,Nozomi Tojo,Nozomi Tojo,2053,2054,2,1,1 +437,8,198,,,Hanayo Koizumi,Hanayo Koizumi,2058,2059,2,1,1 +438,9,198,,,Nico Yazawa,Nico Yazawa,2063,2064,2,1,1 +439,2,34,I’ll So Prank You,How About a Trick?,Eli Ayase,Eli Ayase,2068,2069,3,1,1 +440,3,34,I Don’t Do Pranks!,I Don't Play Tricks!,Kotori Minami,Kotori Minami,2073,2074,3,2,1 +441,5,34,Listen to Me!,Listen to Me!,Rin Hoshizora,Rin Hoshizora,2078,2079,3,3,1 +442,7,34,Halloween Date,Halloween Date,Nozomi Tojo,Nozomi Tojo,2083,2084,4,3,1 +443,52,392,,,Yuka Tsukishima,Yuka Tsukishima,2088,2089,1,2,1 +444,5,153,Catparition,Kitty Spirit,Rin Hoshizora,Rin Hoshizora,2093,2094,3,1,1 +445,1,138,,,Honoka Kosaka,Honoka Kosaka,2098,2098,3,1,1 +446,4,138,,,Umi Sonoda,Umi Sonoda,2102,2102,3,3,1 +447,1,144,,,Honoka Kosaka,Honoka Kosaka,2106,2106,3,1,1 +448,3,144,,,Kotori Minami,Kotori Minami,2110,2110,3,1,1 +449,8,144,,,Hanayo Koizumi,Hanayo Koizumi,2114,2114,3,1,1 +450,7,137,,,Nozomi Tojo,Nozomi Tojo,2118,2118,4,2,1 +451,53,392,,,Sayuri Hyodo,Sayuri Hyodo,2122,2123,1,1,1 +452,1,35,All Together Now ♪,All Together Now,Honoka Kosaka,Honoka Kosaka,2127,2128,3,2,1 +453,3,35,Make Your Voice Echo,Vocal Vibration,Kotori Minami,Kotori Minami,2132,2133,3,1,1 +454,7,35,Happy Twins,Joyful Twins,Nozomi Tojo,Nozomi Tojo,2137,2138,3,3,1 +455,8,35,I’m So Touched!,I'm Moved!,Hanayo Koizumi,Hanayo Koizumi,2142,2143,3,1,1 +456,6,35,To the World of Myths,Into Legend,Maki Nishikino,Maki Nishikino,2147,2148,4,2,1 +457,29,371,,,Haruka Konoe,Haruka Konoe,2152,2153,1,3,1 +458,2,153,Making Accessories ♪,Making Accessories,Eli Ayase,Eli Ayase,2157,2158,3,1,1 +459,63,399,,,Emma Verde,Emma Verde,2162,2163,1,2,1 +460,2,36,Justice Is Blind,Justice Is Blind,Eli Ayase,Eli Ayase,2167,2168,3,2,1 +461,4,36,Nighttime Stargazing,Night Sky,Umi Sonoda,Umi Sonoda,2172,2173,3,3,1 +462,9,36,Nico Yazawa’s Glow,Nico Yazawa's Shine,Nico Yazawa,Nico Yazawa,2177,2178,3,1,1 +463,5,36,Twinkling Stars,Twinkling Stars,Rin Hoshizora,Rin Hoshizora,2182,2183,4,3,1 +464,3,137,,,Kotori Minami,Kotori Minami,2187,2187,4,2,1 +465,8,137,,,Hanayo Koizumi,Hanayo Koizumi,2191,2191,4,2,1 +466,24,364,,,Ayumi Torii,Ayumi Torii,2195,2196,1,1,1 +467,7,153,I Never Miss the Mark!,Bull's-eye!,Nozomi Tojo,Nozomi Tojo,2200,2201,3,2,1 +468,4,145,,,Umi Sonoda,Umi Sonoda,2205,2205,3,2,1 +469,5,145,,,Rin Hoshizora,Rin Hoshizora,2209,2209,3,2,1 +470,7,145,,,Nozomi Tojo,Nozomi Tojo,2213,2213,3,2,1 +471,35,371,,,Mizuki Kikkawa,Mizuki Kikkawa,2217,2218,1,3,1 +472,4,37,Snowy Mountain Drills,Snowy Training,Umi Sonoda,Umi Sonoda,2222,2223,3,1,1 +473,7,37,Hot Spring Ping-Pong,Hot Spring Ping-Pong,Nozomi Tojo,Nozomi Tojo,2227,2228,3,2,1 +474,8,37,I’m Gonna Fall!,I'm Gonna Fall!,Hanayo Koizumi,Hanayo Koizumi,2232,2233,3,3,1 +475,9,37,Hot Springs Madonna,Hot Spring Madonna,Nico Yazawa,Nico Yazawa,2237,2238,3,3,1 +476,3,37,Umi’s Brutal Training,Umi's Harsh Training,Kotori Minami,Kotori Minami,2242,2243,4,1,1 +477,64,392,,,Mutsuki Takamagahara,Mutsuki Takamagahara,2247,2248,1,3,1 +478,6,154,Standard Hospitality,Welcoming Santa,Maki Nishikino,Maki Nishikino,2252,2253,3,2,1 +479,68,399,,,Yukari Saotome,Yukari Saotome,2257,2258,1,1,1 +480,2,38,I Won’t Hold Back ♪,No Holding Back!,Eli Ayase,Eli Ayase,2262,2263,3,3,1 +481,5,38,Rin’s Snowboard Lesson,Snowboarding Lesson,Rin Hoshizora,Rin Hoshizora,2267,2268,3,2,1 +482,6,38,Hitting the Slopes,Let's Hit the Slopes,Maki Nishikino,Maki Nishikino,2272,2273,3,1,1 +483,1,38,Let’s Break Through!,Let's Sneak Out!,Honoka Kosaka,Honoka Kosaka,2277,2278,4,2,1 +484,6,180,Christmas Night,Christmas Night,Maki Nishikino,Maki Nishikino,2282,2282,4,1,1 +485,45,386,,,Yuuka Kirihara,Yuuka Kirihara,2286,2287,1,1,1 +486,9,154,Angelic Nico,Angel Nico,Nico Yazawa,Nico Yazawa,2291,2292,3,1,1 +487,2,146,,,Eli Ayase,Eli Ayase,2296,2296,3,3,1 +488,6,146,,,Maki Nishikino,Maki Nishikino,2300,2300,3,3,1 +489,9,146,,,Nico Yazawa,Nico Yazawa,2304,2304,3,3,1 +490,2,138,,,Eli Ayase,Eli Ayase,2308,2308,3,3,1 +491,7,138,,,Nozomi Tojo,Nozomi Tojo,2312,2312,3,2,1 +492,1,137,,,Honoka Kosaka,Honoka Kosaka,2316,2316,4,1,1 +493,56,400,,,Rebecca,Rebecca,2320,2321,1,1,1 +494,1,199,,,Honoka Kosaka,Honoka Kosaka,2325,2326,2,2,1 +495,2,199,,,Eli Ayase,Eli Ayase,2330,2331,2,2,1 +496,3,199,,,Kotori Minami,Kotori Minami,2335,2336,2,2,1 +497,4,199,,,Umi Sonoda,Umi Sonoda,2340,2341,2,2,1 +498,5,199,,,Rin Hoshizora,Rin Hoshizora,2345,2346,2,2,1 +499,6,199,,,Maki Nishikino,Maki Nishikino,2350,2351,2,2,1 +500,7,199,,,Nozomi Tojo,Nozomi Tojo,2355,2356,2,2,1 +501,8,199,,,Hanayo Koizumi,Hanayo Koizumi,2360,2361,2,2,1 +502,9,199,,,Nico Yazawa,Nico Yazawa,2365,2366,2,2,1 +503,1,39,Go for the Big One!,Reel it in!,Honoka Kosaka,Honoka Kosaka,2370,2371,3,3,1 +504,3,39,Sack of Happiness,Big Bag of Joy,Kotori Minami,Kotori Minami,2375,2376,3,2,1 +505,7,39,Grateful to the Gods,Grateful to the Gods,Nozomi Tojo,Nozomi Tojo,2380,2381,3,1,1 +506,8,39,Gods of Happiness,God of Happiness,Hanayo Koizumi,Hanayo Koizumi,2385,2386,3,2,1 +507,2,39,Maiden Who Found Love,Angel in Love,Eli Ayase,Eli Ayase,2390,2391,4,1,1 +508,17,365,,,Minami Nagayama,Minami Nagayama,2395,2396,1,2,1 +509,3,154,Smell of Happiness,Scent of Happiness,Kotori Minami,Kotori Minami,2400,2401,3,3,1 +510,58,393,,,Sakura Kurobane,Sakura Kurobane,2405,2406,1,1,1 +511,4,40,Let Me Fight for You!,Let Me Handle This!,Umi Sonoda,Umi Sonoda,2410,2411,3,2,1 +512,5,40,God of Long Life,God of Longevity,Rin Hoshizora,Rin Hoshizora,2415,2416,3,1,1 +513,6,40,Goddess of Art and Wisdom,Goddess of Arts,Maki Nishikino,Maki Nishikino,2420,2421,3,3,1 +514,9,40,Thanks to Heaven ♪,Thank the Heavens,Nico Yazawa,Nico Yazawa,2425,2426,4,3,1 +515,1,139,,,Honoka Kosaka,Honoka Kosaka,2430,2430,3,1,1 +516,2,139,,,Eli Ayase,Eli Ayase,2434,2434,3,3,1 +517,3,139,,,Kotori Minami,Kotori Minami,2438,2438,3,2,1 +518,4,139,,,Umi Sonoda,Umi Sonoda,2442,2442,3,3,1 +519,5,139,,,Rin Hoshizora,Rin Hoshizora,2446,2446,3,1,1 +520,6,139,,,Maki Nishikino,Maki Nishikino,2450,2450,3,3,1 +521,7,139,,,Nozomi Tojo,Nozomi Tojo,2454,2454,3,2,1 +522,8,139,,,Hanayo Koizumi,Hanayo Koizumi,2458,2458,3,2,1 +523,9,139,,,Nico Yazawa,Nico Yazawa,2462,2462,3,1,1 +524,67,400,,,Leo,Leo,2466,2467,1,2,1 +525,8,154,Snow Fairy,Snow Sprite,Hanayo Koizumi,Hanayo Koizumi,2471,2472,3,1,1 +526,29,372,,,Haruka Konoe,Haruka Konoe,2476,2477,1,2,1 +527,1,41,Team Taste-Testing,Tasting Together,Honoka Kosaka,Honoka Kosaka,2481,2482,3,1,1 +528,2,41,Let’s Eat Together ♪,Let's Eat Together,Eli Ayase,Eli Ayase,2486,2487,3,3,1 +529,6,41,I Was Just Thinking,Thing to Think About,Maki Nishikino,Maki Nishikino,2491,2492,3,2,1 +530,8,41,Girl’s Chocolate,Girls' Chocolate,Hanayo Koizumi,Hanayo Koizumi,2496,2497,3,3,1 +531,7,41,Put Some Spirit in It,Give It All,Nozomi Tojo,Nozomi Tojo,2501,2502,4,1,1 +532,48,393,,,Chizuko Sakamaki,Chiduko Sakamaki,2506,2507,1,3,1 +533,1,154,Dodge the Beans!,Bean Throw!,Honoka Kosaka,Honoka Kosaka,2511,2512,3,3,1 +534,28,372,,,Kanata Konoe,Kanata Konoe,2516,2517,1,1,1 +535,3,42,Special Day,Special Day,Kotori Minami,Kotori Minami,2521,2522,3,3,1 +536,4,42,Right by Their Side,Beside You Two,Umi Sonoda,Umi Sonoda,2526,2527,3,1,1 +537,9,42,Only One in the World,Only 1 in the World,Nico Yazawa,Nico Yazawa,2531,2532,3,2,1 +538,5,42,My 1st Homemade Chocolate,Handmade Chocolates,Rin Hoshizora,Rin Hoshizora,2536,2537,4,2,1 +539,57,386,,,Himeno Ayanokoji,Himeno Ayanokoji,2541,2542,1,2,1 +540,7,154,Warm Snow Hare,Snow Rabbits,Nozomi Tojo,Nozomi Tojo,2546,2547,3,2,1 +541,9,169,,,Nico Yazawa,Nico Yazawa,2551,2551,2,1,1 +542,5,138,,,Rin Hoshizora,Rin Hoshizora,2555,2555,3,1,1 +543,8,138,,,Hanayo Koizumi,Hanayo Koizumi,2559,2559,3,2,1 +544,49,393,,,Hitomi Shiga,Hitomi Shiga,2563,2564,1,2,1 +545,2,43,With My Teddy Bear!,With Teds!,Eli Ayase,Eli Ayase,2568,2569,3,2,1 +546,3,43,My Favorite Magic,Magic of Love,Kotori Minami,Kotori Minami,2573,2574,3,2,1 +547,5,43,Sparkling Chocolate!!!,Shiny Chocolate,Rin Hoshizora,Rin Hoshizora,2578,2579,3,3,1 +548,6,43,Nico-Choco,Nico's Chocolate,Maki Nishikino,Maki Nishikino,2583,2584,3,1,1 +549,4,43,Unified Feelings,One Feeling,Umi Sonoda,Umi Sonoda,2588,2589,4,1,1 +550,36,379,,,Nagi Shiraki,Nagi Shiraki,2593,2594,1,1,1 +551,2,154,Want You to Feel It,Reach Your Heart,Eli Ayase,Eli Ayase,2598,2599,3,3,1 +552,61,386,,,Ryo Aikawa,Ryo Aikawa,2603,2604,1,1,1 +553,1,44,Honoka the Sun,Princess Honoka,Honoka Kosaka,Honoka Kosaka,2608,2609,3,2,1 +554,7,44,Teddy Bear Lineup,Teddy Bears,Nozomi Tojo,Nozomi Tojo,2613,2614,3,3,1 +555,9,44,Surprising White Day,Surprising White Day,Nico Yazawa,Nico Yazawa,2618,2619,3,1,1 +556,8,44,Glittering Lips,Sparkly Lipstick,Hanayo Koizumi,Hanayo Koizumi,2623,2624,4,3,1 +557,9,181,,,Nico Yazawa,Nico Yazawa,2628,2628,4,1,1 +558,65,400,,,Jennifer,Jennifer,2632,2633,1,3,1 +559,5,154,Playing Catch,Two-Player Catch,Rin Hoshizora,Rin Hoshizora,2637,2638,3,1,1 +560,21,365,,,Aya Sugisaki,Aya Sugisaki,2642,2643,1,3,1 +561,1,200,,,Honoka Kosaka,Honoka Kosaka,2647,2648,2,1,1 +562,2,200,,,Eli Ayase,Eli Ayase,2652,2653,2,1,1 +563,3,200,,,Kotori Minami,Kotori Minami,2657,2658,2,1,1 +564,4,200,,,Umi Sonoda,Umi Sonoda,2662,2663,2,1,1 +565,5,200,,,Rin Hoshizora,Rin Hoshizora,2667,2668,2,1,1 +566,6,200,,,Maki Nishikino,Maki Nishikino,2672,2673,2,1,1 +567,7,200,,,Nozomi Tojo,Nozomi Tojo,2677,2678,2,1,1 +568,8,200,,,Hanayo Koizumi,Hanayo Koizumi,2682,2683,2,1,1 +569,9,200,,,Nico Yazawa,Nico Yazawa,2687,2688,2,1,1 +570,1,45,Fast Talk? No Prob!,Tongue Twister,Honoka Kosaka,Honoka Kosaka,2692,2693,3,1,1 +571,5,45,Forehead Flick,Foreheads Together,Rin Hoshizora,Rin Hoshizora,2697,2698,3,2,1 +572,6,45,Your Travel Agent,Your Travel Advisor,Maki Nishikino,Maki Nishikino,2702,2703,3,3,1 +573,7,45,I’ll Come Meet You,I'll Come Get You,Nozomi Tojo,Nozomi Tojo,2707,2708,3,1,1 +574,3,45,I’m Gonna Get You ♪,Get Ready!,Kotori Minami,Kotori Minami,2712,2713,4,3,1 +575,55,400,,,Rakshata,Rakshata,2717,2718,1,1,1 +576,4,154,If We Can Be Together,If You Are There...,Umi Sonoda,Umi Sonoda,2722,2723,3,2,1 +577,31,365,,,Sachiko Tanaka,Sachiko Tanaka,2727,2728,1,1,1 +578,4,46,Sister for a Day,Sister Experience,Umi Sonoda,Umi Sonoda,2732,2733,3,3,1 +579,8,46,I’ll Show You the Way,"This Way, Please",Hanayo Koizumi,Hanayo Koizumi,2737,2738,3,1,1 +580,9,46,Beautiful Flowers,Beautiful Flowers,Nico Yazawa,Nico Yazawa,2742,2743,3,2,1 +581,2,46,You're My Target ♪,Target: You!,Eli Ayase,Eli Ayase,2747,2748,4,2,1 +582,51,386,,,Misaki Shido,Misaki Shido,2752,2753,1,1,1 +583,3,155,Egg Swap ♪,Eggs-change,Kotori Minami,Kotori Minami,2757,2758,3,1,1 +586,7,182,I’m So Excited,Try Your Luck,Nozomi Tojo,Nozomi Tojo,2770,2770,4,3,1 +587,16,379,,,Fumie Nishimura,Fumie Nishimura,2774,2775,1,2,1 +588,3,47,Cute Casual Clothes,A Cute Outfit,Kotori Minami,Kotori Minami,2779,2780,3,1,1 +589,4,47,Not Too Short!,Watch the Length!,Umi Sonoda,Umi Sonoda,2784,2785,3,1,1 +590,5,47,Gotcha All to Myself!,All to Myself!,Rin Hoshizora,Rin Hoshizora,2789,2790,3,3,1 +591,7,47,Fluffy Pancakes,Fluffy Pancakes,Nozomi Tojo,Nozomi Tojo,2794,2795,3,2,1 +592,9,47,Game Entry Exam,Gaming Exam,Nico Yazawa,Nico Yazawa,2799,2800,4,2,1 +593,53,393,,,Sayuri Hyodo,Sayuri Hyodo,2804,2805,1,2,1 +594,6,155,That’s Worth Praise,I'll Compliment You,Maki Nishikino,Maki Nishikino,2809,2810,3,3,1 +595,1,183,,,Honoka Kosaka,Honoka Kosaka,2814,2814,2,1,1 +596,3,183,,,Kotori Minami,Kotori Minami,2818,2818,2,2,1 +597,4,183,,,Umi Sonoda,Umi Sonoda,2822,2822,2,3,1 +598,23,379,,,Reine Saeki,Reine Saeki,2826,2827,1,3,1 +599,2,48,With Pure Feelings,Sweet & Pure,Eli Ayase,Eli Ayase,2831,2832,3,1,1 +600,6,48,I’ll Wipe It Off,I'll Wipe You Up,Maki Nishikino,Maki Nishikino,2836,2837,3,2,1 +601,8,48,Focus on the Movie!,Focus on the Movie!,Hanayo Koizumi,Hanayo Koizumi,2841,2842,3,3,1 +602,1,48,Come Play With Nico!,Come Play With Nico!,Honoka Kosaka,Honoka Kosaka,2846,2847,4,3,1 +603,14,365,,,Marika Ichinose,Marika Ichinose,2851,2852,1,2,1 +604,8,155,What a Disaster!,Big News!,Hanayo Koizumi,Hanayo Koizumi,2856,2857,3,1,1 +605,9,184,,,Nico Yazawa,Nico Yazawa,2861,2861,4,1,1 +606,50,393,,,Akira Kizaki,Akira Kizaki,2865,2866,1,2,1 +607,1,49,You and Only You,Only You,Honoka Kosaka,Honoka Kosaka,2870,2871,3,1,1 +608,2,49,Swanky Silk Hat,Wonderful Silk Hat,Eli Ayase,Eli Ayase,2875,2876,3,3,1 +609,4,49,Thrilling Trick,Thrilling Tricks,Umi Sonoda,Umi Sonoda,2880,2881,3,3,1 +610,8,49,Poker Face!,Poker Face,Hanayo Koizumi,Hanayo Koizumi,2885,2886,3,2,1 +611,6,49,For Kotori’s Sake Too,For Kotori,Maki Nishikino,Maki Nishikino,2890,2891,4,1,1 +612,33,379,,,Ru Tatara,Ru Tatara,2895,2896,1,1,1 +613,1,140,,,Honoka Kosaka,Honoka Kosaka,2900,2900,2,1,1 +614,2,140,,,Eli Ayase,Eli Ayase,2904,2904,2,3,1 +615,3,140,,,Kotori Minami,Kotori Minami,2908,2908,2,2,1 +616,4,140,,,Umi Sonoda,Umi Sonoda,2912,2912,2,3,1 +617,5,140,,,Rin Hoshizora,Rin Hoshizora,2916,2916,2,1,1 +618,6,140,,,Maki Nishikino,Maki Nishikino,2920,2920,2,3,1 +619,7,140,,,Nozomi Tojo,Nozomi Tojo,2924,2924,2,2,1 +620,8,140,,,Hanayo Koizumi,Hanayo Koizumi,2928,2928,2,2,1 +621,9,140,,,Nico Yazawa,Nico Yazawa,2932,2932,2,1,1 +622,9,155,Nico’s Formal Room,Nico the Imp,Nico Yazawa,Nico Yazawa,2936,2937,3,3,1 +623,1,141,,,Honoka Kosaka,Honoka Kosaka,2941,2941,3,1,1 +624,2,141,,,Eli Ayase,Eli Ayase,2945,2945,3,3,1 +625,3,141,,,Kotori Minami,Kotori Minami,2949,2949,3,2,1 +626,4,141,,,Umi Sonoda,Umi Sonoda,2953,2953,3,3,1 +627,5,141,,,Rin Hoshizora,Rin Hoshizora,2957,2957,3,1,1 +628,6,141,,,Maki Nishikino,Maki Nishikino,2961,2961,3,3,1 +629,7,141,,,Nozomi Tojo,Nozomi Tojo,2965,2965,3,2,1 +630,8,141,,,Hanayo Koizumi,Hanayo Koizumi,2969,2969,3,2,1 +631,9,141,,,Nico Yazawa,Nico Yazawa,2973,2973,3,1,1 +632,44,348,,,Alpaca (White),Alpaca [White],2977,2977,3,5,1 +633,47,393,,,Mikoto Fukuhara,Mikoto Fukuhara,2978,2979,1,3,1 +634,5,50,Rin’s Magic Show,Rin's Magic Show,Rin Hoshizora,Rin Hoshizora,2983,2984,3,2,1 +635,7,50,Watch My Trick!,It's Magical!,Nozomi Tojo,Nozomi Tojo,2988,2989,3,3,1 +636,9,50,Nico’s Magic Show,Nico's Magic Show,Nico Yazawa,Nico Yazawa,2993,2994,3,1,1 +637,3,50,The Amazing Kotori,Magician Kotori,Kotori Minami,Kotori Minami,2998,2999,4,2,1 +638,35,372,,,Mizuki Kikkawa,Mizuki Kikkawa,3003,3004,1,2,1 +639,1,155,Yummy Millet Dumpling,Delightful Dumplings,Honoka Kosaka,Honoka Kosaka,3008,3009,3,2,1 +640,20,379,,,Iruka Suda,Iruka Suda,3013,3014,1,2,1 +641,1,51,The Ocean Is the Best,The Beach Is Best!,Honoka Kosaka,Honoka Kosaka,3018,3019,3,2,1 +642,5,51,Stinging Sunburn,Stinging Sunburn,Rin Hoshizora,Rin Hoshizora,3023,3024,3,1,1 +643,6,51,Awesome Beach Trip,A Fun Beach Trip,Maki Nishikino,Maki Nishikino,3028,3029,3,1,1 +644,9,51,Private Time,Private Time,Nico Yazawa,Nico Yazawa,3033,3034,3,3,1 +645,4,51,Love of the Sea,Love of the Sea,Umi Sonoda,Umi Sonoda,3038,3039,4,3,1 +646,62,400,,,Isabella,Isabella,3043,3044,1,1,1 +647,2,155,Masquerade,Masquerade,Eli Ayase,Eli Ayase,3048,3049,3,2,1 +648,30,379,,,Saki Shimozono,Saki Shimozono,3053,3054,1,1,1 +649,2,52,The First Place,In a New Place,Eli Ayase,Eli Ayase,3058,3059,3,1,1 +650,3,52,First Meeting Feeling,First Impressions,Kotori Minami,Kotori Minami,3063,3064,3,2,1 +651,8,52,Shaved Ice or Nada!,Snow Cones or Bust!,Hanayo Koizumi,Hanayo Koizumi,3068,3069,3,3,1 +652,7,52,Let’s Go Adventuring!,Let's Explore!,Nozomi Tojo,Nozomi Tojo,3073,3074,4,2,1 +653,68,400,,,Yukari Saotome,Yukari Saotome,3078,3079,1,3,1 +654,4,155,Retro Pop,Retro-Pop,Umi Sonoda,Umi Sonoda,3083,3084,3,1,1 +655,9,132,,,Nico Yazawa,Nico Yazawa,3088,3088,3,1,1 +656,42,386,,,Fumi Shitara,Fumi Shitara,3092,3093,1,3,1 +657,3,53,Talk About Drip,Splendid Looks?,Kotori Minami,Kotori Minami,3097,3098,3,3,1 +658,4,53,We’re in Class!,We're in Class!,Umi Sonoda,Umi Sonoda,3102,3103,3,2,1 +659,7,53,Accidental Bearhug,Sudden Bear Hug,Nozomi Tojo,Nozomi Tojo,3107,3108,3,1,1 +660,8,53,Together Always,Together Forever,Hanayo Koizumi,Hanayo Koizumi,3112,3113,3,2,1 +661,2,53,Hit the Time Goal,Time Attack,Eli Ayase,Eli Ayase,3117,3118,4,3,1 +662,34,365,,,Akiru Shinomiya,Akiru Shinomiya,3122,3123,1,2,1 +663,7,155,My New Appeal,My Newest Charm,Nozomi Tojo,Nozomi Tojo,3127,3128,3,2,1 +664,64,393,,,Mutsuki Takamagahara,Mutsuki Takamagahara,3132,3133,1,1,1 +665,1,54,School’s a Breeze!,Class Is a Breeze!,Honoka Kosaka,Honoka Kosaka,3137,3138,3,3,1 +666,6,54,At That Special Spot,My Memories,Maki Nishikino,Maki Nishikino,3142,3143,3,2,1 +667,9,54,Nico-Nico-Happiness ☆,Happy Happy Nico,Nico Yazawa,Nico Yazawa,3147,3148,3,1,1 +668,5,54,Chilling at the Pool ♪,Chillin' by the Pool,Rin Hoshizora,Rin Hoshizora,3152,3153,4,1,1 +669,46,386,,,Fuu Saiki,Fuu Saiki,3157,3158,1,2,1 +670,5,155,One-Day Helper!,One Day Only Helper!,Rin Hoshizora,Rin Hoshizora,3162,3163,3,3,1 +671,5,169,,,Rin Hoshizora,Rin Hoshizora,3167,3167,2,1,1 +672,26,379,,,Nanaka Morishima,Nanaka Morishima,3175,3176,1,2,1 +673,1,55,The Way of the Ninja,Way of the Ninja,Honoka Kosaka,Honoka Kosaka,3180,3181,3,1,1 +674,2,55,Ninja Tea Hut,Ninja Tea House,Eli Ayase,Eli Ayase,3185,3186,3,2,1 +675,4,55,Adorable Ninja,Cute Ninja,Umi Sonoda,Umi Sonoda,3190,3191,3,3,1 +676,6,55,Blend With the Wall?,Wall Concealment?,Maki Nishikino,Maki Nishikino,3195,3196,3,3,1 +677,8,55,Hanayo’s Rice Ball,Hanayo's Rice Ball,Hanayo Koizumi,Hanayo Koizumi,3200,3201,4,2,1 +678,32,372,,,Kasane Hasekura,Kasane Hasekura,3205,3206,1,3,1 +679,3,156,Festival Dress,Festival Dress,Kotori Minami,Kotori Minami,3210,3211,3,2,1 +680,18,372,,,Christina,Christina,3215,3216,1,3,1 +681,1,201,,,Honoka Kosaka,Honoka Kosaka,3220,3221,2,3,1 +682,2,201,,,Eli Ayase,Eli Ayase,3225,3226,2,3,1 +683,3,201,,,Kotori Minami,Kotori Minami,3230,3231,2,3,1 +684,4,201,,,Umi Sonoda,Umi Sonoda,3235,3236,2,3,1 +685,5,201,,,Rin Hoshizora,Rin Hoshizora,3240,3241,2,3,1 +686,6,201,,,Maki Nishikino,Maki Nishikino,3245,3246,2,3,1 +687,7,201,,,Nozomi Tojo,Nozomi Tojo,3250,3251,2,3,1 +688,8,201,,,Hanayo Koizumi,Hanayo Koizumi,3255,3256,2,3,1 +689,9,201,,,Nico Yazawa,Nico Yazawa,3260,3261,2,3,1 +690,3,56,I’m Trying Shuriken,Shuriken Training,Kotori Minami,Kotori Minami,3265,3266,3,1,1 +691,5,56,Rin-Style Ninjutsu!,Rin Ninja Magic!,Rin Hoshizora,Rin Hoshizora,3270,3271,3,3,1 +692,7,56,I'm a Ninja,I Am a Ninja!,Nozomi Tojo,Nozomi Tojo,3275,3276,3,2,1 +693,9,56,Nico the Shinobi,Seriously Stealthy,Nico Yazawa,Nico Yazawa,3280,3281,4,1,1 +694,2,185,,,Eli Ayase,Eli Ayase,3285,3285,4,3,1 +695,43,386,,,Tsurugi Kadota,Tsurugi Kadota,3289,3290,1,2,1 +696,8,156,Tonight’s Moon,The Moon Tonight,Hanayo Koizumi,Hanayo Koizumi,3294,3295,3,3,1 +697,6,132,,,Maki Nishikino,Maki Nishikino,3171,3171,3,3,1 +698,22,372,,,Yuri Mido,Yuri Mido,3299,3300,1,1,1 +699,4,57,Feeding Challenge,Feeding Challenge,Umi Sonoda,Umi Sonoda,3304,3305,3,2,1 +700,7,57,Penguin Waddle,Penguin Walk,Nozomi Tojo,Nozomi Tojo,3309,3310,3,3,1 +701,8,57,Puffy Cheeks,Chubby Cheeks,Hanayo Koizumi,Hanayo Koizumi,3314,3315,3,1,1 +702,9,57,Check Out My Colors,Look at These Colors!,Nico Yazawa,Nico Yazawa,3319,3320,3,2,1 +703,6,57,On a White Horse,With a White Horse,Maki Nishikino,Maki Nishikino,3324,3325,4,3,1 +704,66,400,,,Maria,Maria,3329,3330,1,2,1 +705,6,156,Rock ‘N Roll!,Rock 'n'Roll!,Maki Nishikino,Maki Nishikino,3334,3335,3,2,1 +706,12,372,,,Coco Miyashita,Coco Miyashita,3339,3340,1,3,1 +707,2,58,Zebra Stripes,Zebra Stripes,Eli Ayase,Eli Ayase,3344,3345,3,3,1 +708,3,58,Animal Sketches,Animal Sketch,Kotori Minami,Kotori Minami,3349,3350,3,2,1 +709,5,58,Walk With a Giraffe!,Walks With a Giraffe,Rin Hoshizora,Rin Hoshizora,3354,3355,3,1,1 +710,1,58,Black and White Pup,Black & White Puppy,Honoka Kosaka,Honoka Kosaka,3359,3360,4,1,1 +711,27,365,,,Seira Kujo,Seira Kujo,3364,3365,1,1,1 +712,2,156,Movie Star!,Movie Star,Eli Ayase,Eli Ayase,3369,3370,3,1,1 +713,1,142,,,Honoka Kosaka,Honoka Kosaka,3374,3374,3,1,1 +714,2,142,,,Eli Ayase,Eli Ayase,3378,3378,3,3,1 +715,3,142,,,Kotori Minami,Kotori Minami,3382,3382,3,2,1 +716,4,142,,,Umi Sonoda,Umi Sonoda,3386,3386,3,3,1 +717,5,142,,,Rin Hoshizora,Rin Hoshizora,3390,3390,3,1,1 +718,6,142,,,Maki Nishikino,Maki Nishikino,3394,3394,3,3,1 +719,7,142,,,Nozomi Tojo,Nozomi Tojo,3398,3398,3,2,1 +720,8,142,,,Hanayo Koizumi,Hanayo Koizumi,3402,3402,3,2,1 +721,9,142,,,Nico Yazawa,Nico Yazawa,3406,3406,3,1,1 +722,8,186,μ's Cherries!,μ's Cherries!,Hanayo Koizumi,Hanayo Koizumi,3410,3410,4,1,1 +723,11,365,,,Shizuku Osaka,Shizuku Osaka,3414,3415,1,2,1 +724,2,59,Group Photo,Group Photo,Eli Ayase,Eli Ayase,3419,3420,3,2,1 +725,4,59,World History Class,World History,Umi Sonoda,Umi Sonoda,3424,3425,3,1,1 +726,5,59,Light-Footed,Light Steps,Rin Hoshizora,Rin Hoshizora,3429,3430,3,2,1 +727,9,59,Splendiferous!,How Luxurious!,Nico Yazawa,Nico Yazawa,3434,3435,3,3,1 +728,3,59,Sweet Paradise,Sweets Paradise,Kotori Minami,Kotori Minami,3439,3440,4,1,1 +729,25,372,,,Rika Kamiya,Rika Kamiya,3444,3445,1,2,1 +730,9,156,Surrounded by Foliage,Fall Colors,Nico Yazawa,Nico Yazawa,3449,3450,3,1,1 +731,54,400,,,Ranpha,Ranpha,3454,3455,1,1,1 +732,1,60,Different Sweet Treat,Import Sweets,Honoka Kosaka,Honoka Kosaka,3459,3460,3,3,1 +733,6,60,Something Worth More,More than Admiration,Maki Nishikino,Maki Nishikino,3464,3465,3,2,1 +734,8,60,My Dream Dress!,Dresses to Admire,Hanayo Koizumi,Hanayo Koizumi,3469,3470,3,1,1 +735,7,60,Secret Feelings,Secret Feelings,Nozomi Tojo,Nozomi Tojo,3474,3475,4,3,1 +736,19,379,,,Akemi Kikuchi,Akemi Kikuchi,3479,3480,1,2,1 +737,4,156,Exciting Expedition,Search Party,Umi Sonoda,Umi Sonoda,3484,3485,3,3,1 +738,1,147,,,Honoka Kosaka,Honoka Kosaka,3489,3489,3,1,1 +739,3,147,,,Kotori Minami,Kotori Minami,3493,3493,3,1,1 +740,8,147,,,Hanayo Koizumi,Hanayo Koizumi,3497,3497,3,1,1 +741,63,400,,,Emma Verde,Emma Verde,3501,3502,1,3,1 +742,4,61,Snowball Fight!,Snowball Fight!,Umi Sonoda,Umi Sonoda,3506,3507,3,2,1 +743,5,61,To My Own Rhythm,Beat of My Own Drum,Rin Hoshizora,Rin Hoshizora,3511,3512,3,3,1 +744,6,61,Year-End Song,Song to End the Year,Maki Nishikino,Maki Nishikino,3516,3517,3,1,1 +745,7,61,Gentle Hymn,Gentle Hymn,Nozomi Tojo,Nozomi Tojo,3521,3522,3,2,1 +746,2,61,Secret Present,Secret Present,Eli Ayase,Eli Ayase,3526,3527,4,1,1 +747,59,393,,,Sakuya Kurobane,Sakuya Kurobane,3531,3532,1,3,1 +748,1,156,I’ll Drink Your Blood,I'll Suck Your Blood!,Honoka Kosaka,Honoka Kosaka,3536,3537,3,3,1 +749,1,187,,,Honoka Kosaka,Honoka Kosaka,3541,3541,4,1,1 +750,60,386,,,Koyuki Shirase,Koyuki Shirase,3545,3546,1,3,1 +751,1,202,,,Honoka Kosaka,Honoka Kosaka,3550,3551,2,2,1 +752,2,202,,,Eli Ayase,Eli Ayase,3555,3556,2,2,1 +753,3,202,,,Kotori Minami,Kotori Minami,3560,3561,2,2,1 +754,4,202,,,Umi Sonoda,Umi Sonoda,3565,3566,2,2,1 +755,5,202,,,Rin Hoshizora,Rin Hoshizora,3570,3571,2,2,1 +756,6,202,,,Maki Nishikino,Maki Nishikino,3575,3576,2,2,1 +757,7,202,,,Nozomi Tojo,Nozomi Tojo,3580,3581,2,2,1 +758,8,202,,,Hanayo Koizumi,Hanayo Koizumi,3585,3586,2,2,1 +759,9,202,,,Nico Yazawa,Nico Yazawa,3590,3591,2,2,1 +760,1,62,Precious Present,Special Present,Honoka Kosaka,Honoka Kosaka,3595,3596,3,1,1 +761,3,62,Keep It Simple,Keep It Simple,Kotori Minami,Kotori Minami,3600,3601,3,3,1 +762,9,62,Something Warm,Something Warm,Nico Yazawa,Nico Yazawa,3605,3606,3,2,1 +763,8,62,Matching Keychains,Matching Straps,Hanayo Koizumi,Hanayo Koizumi,3610,3611,4,3,1 +764,37,365,,,Yumi Fujishiro,Yumi Fujishiro,3615,3616,1,1,1 +765,5,156,The Ultimate Ramen!,The Ultimate Ramen!,Rin Hoshizora,Rin Hoshizora,3620,3621,3,2,1 +766,4,148,,,Umi Sonoda,Umi Sonoda,3625,3625,3,2,1 +767,5,148,,,Rin Hoshizora,Rin Hoshizora,3629,3629,3,2,1 +768,7,148,,,Nozomi Tojo,Nozomi Tojo,3633,3633,3,2,1 +769,24,365,,,Ayumi Torii,Ayumi Torii,3637,3638,1,3,1 +770,1,63,Circus Stage,Circus Stage,Honoka Kosaka,Honoka Kosaka,3642,3643,3,2,1 +771,5,63,Light as a Feather!,I Feel So Light!,Rin Hoshizora,Rin Hoshizora,3647,3648,3,1,1 +772,7,63,Mysterious Stage,Mysterious Stage,Nozomi Tojo,Nozomi Tojo,3652,3653,3,3,1 +773,9,63,All-Out From Act One!,Full Throttle!,Nico Yazawa,Nico Yazawa,3657,3658,3,3,1 +774,6,63,Music I Wanna Play,Music I Want to Play,Maki Nishikino,Maki Nishikino,3662,3663,4,2,1 +775,52,393,,,Yuka Tsukishima,Yuka Tsukishima,3667,3668,1,3,1 +776,7,156,Let’s Have a Great Year,Have a Great Year!,Nozomi Tojo,Nozomi Tojo,3672,3673,3,1,1 +777,15,372,,,Sana Yuki,Sana Yuki,3677,3678,1,3,1 +778,2,64,Pre-show Jitters,Pre-Show Jitters,Eli Ayase,Eli Ayase,3682,3683,3,3,1 +779,3,64,Animal Circus,Animal Circus,Kotori Minami,Kotori Minami,3687,3688,3,1,1 +780,8,64,Napping With Puppy,Napping With Puppy,Hanayo Koizumi,Hanayo Koizumi,3692,3693,3,2,1 +781,4,64,I Won’t Let You Down!,I Won't Disappoint!,Umi Sonoda,Umi Sonoda,3697,3698,4,1,1 +782,41,386,,,Shun Kurosaki,Shun Kurosaki,3702,3703,1,3,1 +783,3,157,Cute Little Ogre,Cute Ogre,Kotori Minami,Kotori Minami,3707,3708,3,3,1 +784,2,149,,,Eli Ayase,Eli Ayase,3712,3712,3,3,1 +785,6,149,,,Maki Nishikino,Maki Nishikino,3716,3716,3,3,1 +786,9,149,,,Nico Yazawa,Nico Yazawa,3720,3720,3,3,1 +787,13,379,,,Yuu Aizawa,Yuu Aizawa,3724,3725,1,1,1 +788,101,336,,,Chika Takami,Chika Takami,3729,3730,2,2,1 +789,102,336,,,Riko Sakurauchi,Riko Sakurauchi,3734,3735,2,2,1 +790,103,336,,,Kanan Matsuura,Kanan Matsuura,3739,3740,2,2,1 +791,104,336,,,Dia Kurosawa,Dia Kurosawa,3744,3745,2,2,1 +792,105,336,,,You Watanabe,You Watanabe,3749,3750,2,2,1 +793,106,336,,,Yoshiko Tsushima,Yoshiko Tsushima,3754,3755,2,2,1 +794,107,336,,,Hanamaru Kunikida,Hanamaru Kunikida,3759,3760,2,2,1 +795,108,336,,,Mari Ohara,Mari Ohara,3764,3765,2,2,1 +796,109,336,,,Ruby Kurosawa,Ruby Kurosawa,3769,3770,2,2,1 +797,2,65,Practicing Together,Practice Together,Eli Ayase,Eli Ayase,3774,3775,3,1,1 +798,4,65,Fairy Musician,Musical Fairy,Umi Sonoda,Umi Sonoda,3779,3780,3,2,1 +799,7,65,Spread Your Wings,Spread Your Wings,Nozomi Tojo,Nozomi Tojo,3784,3785,3,2,1 +800,8,65,Who’s the Fairest?,Who's the Fairest?,Hanayo Koizumi,Hanayo Koizumi,3789,3790,3,3,1 +801,9,65,You Can Be My Sister ♪,You Can Be My Sister,Nico Yazawa,Nico Yazawa,3794,3795,4,2,1 +802,23,380,,,Reine Saeki,Reine Saeki,3799,3800,1,1,1 +803,2,157,Rockin’ Photoshoot,A Rocking Photoshoot,Eli Ayase,Eli Ayase,3804,3805,3,2,1 +804,1,203,,,Honoka Kosaka,Honoka Kosaka,3809,3809,2,3,1 +805,2,203,,,Eli Ayase,Eli Ayase,3813,3813,2,3,1 +806,3,203,,,Kotori Minami,Kotori Minami,3817,3817,2,3,1 +807,4,203,,,Umi Sonoda,Umi Sonoda,3821,3821,2,3,1 +808,5,203,,,Rin Hoshizora,Rin Hoshizora,3825,3825,2,3,1 +809,6,203,,,Maki Nishikino,Maki Nishikino,3829,3829,2,3,1 +810,7,203,,,Nozomi Tojo,Nozomi Tojo,3833,3833,2,3,1 +811,8,203,,,Hanayo Koizumi,Hanayo Koizumi,3837,3837,2,3,1 +812,9,203,,,Nico Yazawa,Nico Yazawa,3841,3841,2,3,1 +813,58,394,,,Sakura Kurobane,Sakura Kurobane,3845,3846,1,3,1 +814,1,66,Fairy’s Wish,The Fairy's Wish,Honoka Kosaka,Honoka Kosaka,3850,3851,3,3,1 +815,3,66,In a Romantic Mood,A Romantic Mood,Kotori Minami,Kotori Minami,3855,3856,3,2,1 +816,6,66,Secret Training,Secret Practice,Maki Nishikino,Maki Nishikino,3860,3861,3,1,1 +817,5,66,Like a Big Sister ♪,Like a Big Sister,Rin Hoshizora,Rin Hoshizora,3865,3866,4,3,1 +818,21,366,,,Aya Sugisaki,Aya Sugisaki,3870,3871,1,2,1 +819,4,157,Look at the Bubbles!,Bubbles Everywhere!,Umi Sonoda,Umi Sonoda,3875,3876,3,1,1 +820,1,188,,,Honoka Kosaka,Honoka Kosaka,3880,3880,4,1,1 +821,20,380,,,Iruka Suda,Iruka Suda,3884,3885,1,1,1 +822,2,67,Learning From History,Learn from the Past,Eli Ayase,Eli Ayase,3889,3890,3,2,1 +823,3,67,How Girls Are,Girls Are Always...,Kotori Minami,Kotori Minami,3894,3895,3,3,1 +824,5,67,Dusting off Old Stuff,Hakama Uniform,Rin Hoshizora,Rin Hoshizora,3899,3900,3,3,1 +825,7,67,My Taisho-Era Self,My Taisho Era Self,Nozomi Tojo,Nozomi Tojo,3904,3905,3,1,1 +826,1,67,Taisho School Idol,Taisho School Idols,Honoka Kosaka,Honoka Kosaka,3909,3910,4,2,1 +827,1,143,,,Honoka Kosaka,Honoka Kosaka,3914,3914,3,1,1 +828,2,143,,,Eli Ayase,Eli Ayase,3918,3918,3,3,1 +829,3,143,,,Kotori Minami,Kotori Minami,3922,3922,3,2,1 +830,4,143,,,Umi Sonoda,Umi Sonoda,3926,3926,3,3,1 +831,5,143,,,Rin Hoshizora,Rin Hoshizora,3930,3930,3,1,1 +832,6,143,,,Maki Nishikino,Maki Nishikino,3934,3934,3,3,1 +833,7,143,,,Nozomi Tojo,Nozomi Tojo,3938,3938,3,2,1 +834,8,143,,,Hanayo Koizumi,Hanayo Koizumi,3942,3942,3,2,1 +835,9,143,,,Nico Yazawa,Nico Yazawa,3946,3946,3,1,1 +836,56,401,,,Rebecca,Rebecca,3950,3951,1,3,1 +837,6,157,Friendly Egg Hunt,A Friendly Egg Hunt,Maki Nishikino,Maki Nishikino,3955,3956,3,1,1 +838,60,387,,,Koyuki Shirase,Koyuki Shirase,3960,3961,1,2,1 +839,4,68,How Do I Look in This,Does This Suit Me?,Umi Sonoda,Umi Sonoda,3965,3966,3,1,1 +840,6,68,Timeless Melody,Timeless Melody,Maki Nishikino,Maki Nishikino,3970,3971,3,3,1 +841,9,68,Way Ahead of My Time,Trendsetter,Nico Yazawa,Nico Yazawa,3975,3976,3,2,1 +842,8,68,What Time Is It?,What Era Is It?,Hanayo Koizumi,Hanayo Koizumi,3980,3981,4,1,1 +843,80,345,,,Tsubasa Kira,Tsubasa Kira,3985,3986,2,3,1 +844,81,345,,,Anju Yuki,Anju Yuki,3990,3991,2,3,1 +845,82,345,,,Erena Todo,Erena Todo,3995,3996,2,3,1 +846,62,401,,,Isabella,Isabella,4000,4001,1,3,1 +847,9,157,Rockin’ Live Show,A Rocking Live Show,Nico Yazawa,Nico Yazawa,4005,4006,3,3,1 +848,1,189,,,Honoka Kosaka,Honoka Kosaka,4010,4010,4,1,1 +849,61,387,,,Ryo Aikawa,Ryo Aikawa,4014,4015,1,3,1 +850,1,69,Vinegar Power?!,Vinegar Power?!,Honoka Kosaka,Honoka Kosaka,4019,4020,3,1,1 +851,5,69,Building Stamina,Building Stamina,Rin Hoshizora,Rin Hoshizora,4024,4025,3,2,1 +852,7,69,Image Training,Mental Training,Nozomi Tojo,Nozomi Tojo,4029,4030,3,3,1 +853,8,69,Voluntary Practice,Voluntary Practice,Hanayo Koizumi,Hanayo Koizumi,4034,4035,3,3,1 +854,6,69,Live Show Prep,Live Show Prep,Maki Nishikino,Maki Nishikino,4039,4040,4,1,1 +855,1,170,,,Honoka Kosaka,Honoka Kosaka,4044,4044,4,1,1 +856,3,170,,,Kotori Minami,Kotori Minami,4048,4048,4,2,1 +857,4,170,,,Umi Sonoda,Umi Sonoda,4052,4052,4,3,1 +858,12,373,,,Coco Miyashita,Coco Miyashita,4056,4057,1,2,1 +859,8,157,Reading Time Is Quiet,Quiet Reading,Hanayo Koizumi,Hanayo Koizumi,4061,4062,3,2,1 +860,22,373,,,Yuri Mido,Yuri Mido,4066,4067,1,3,1 +861,3,70,Mmm-Mmm!,Hnnnnngh!,Kotori Minami,Kotori Minami,4071,4072,3,2,1 +862,4,70,Extra a.m. Practice,Morning Training,Umi Sonoda,Umi Sonoda,4076,4077,3,3,1 +863,9,70,An Idol’s Smile,An Idol's Smile,Nico Yazawa,Nico Yazawa,4081,4082,3,1,1 +864,2,70,Your Advice,Your Advice,Eli Ayase,Eli Ayase,4086,4087,4,2,1 +865,26,380,,,Nanaka Morishima,Nanaka Morishima,4091,4092,1,1,1 +866,5,157,Speaking of Flower Viewing,Cherry Blossom Party,Rin Hoshizora,Rin Hoshizora,4096,4097,3,3,1 +867,8,169,,,Hanayo Koizumi,Hanayo Koizumi,4101,4101,2,2,1 +868,51,387,,,Misaki Shido,Misaki Shido,4105,4106,1,3,1 +869,1,71,We Gave It Our All!,We Did Our Best!,Honoka Kosaka,Honoka Kosaka,4110,4111,3,2,1 +870,2,71,A Sound Just for You,A Song Just for You,Eli Ayase,Eli Ayase,4115,4116,3,3,1 +871,4,71,Even More Exposure?!,Increased Exposure?!,Umi Sonoda,Umi Sonoda,4120,4121,3,1,1 +872,8,71,Diet de White Rice,Rice Diet,Hanayo Koizumi,Hanayo Koizumi,4125,4126,3,1,1 +873,3,71,Together Is Better,Happier Together,Kotori Minami,Kotori Minami,4130,4131,4,3,1 +874,5,170,,,Rin Hoshizora,Rin Hoshizora,4135,4135,4,1,1 +875,6,170,,,Maki Nishikino,Maki Nishikino,4139,4139,4,3,1 +876,8,170,,,Hanayo Koizumi,Hanayo Koizumi,4143,4143,4,2,1 +877,33,380,,,Ru Tatara,Ru Tatara,4147,4148,1,2,1 +878,7,157,The Blade of Justice!,Blade of Justice!,Nozomi Tojo,Nozomi Tojo,4152,4153,3,2,1 +879,27,366,,,Seira Kujo,Seira Kujo,4157,4158,1,2,1 +880,6,72,Apprentice Dancer,Dancing Geisha,Maki Nishikino,Maki Nishikino,4162,4163,3,2,1 +881,7,72,Fortune-Telling Dancer,Dancing Psychic,Nozomi Tojo,Nozomi Tojo,4167,4168,3,1,1 +882,9,72,I Can’t Do It All!,Different Skill Sets,Nico Yazawa,Nico Yazawa,4172,4173,3,3,1 +883,5,72,Much Respect!,Respect!,Rin Hoshizora,Rin Hoshizora,4177,4178,4,2,1 +884,16,380,,,Fumie Nishimura,Fumie Nishimura,4182,4183,1,3,1 +885,1,157,Strawberry Shortcake,Strawberry Shortcake,Honoka Kosaka,Honoka Kosaka,4187,4188,3,1,1 +886,35,373,,,Mizuki Kikkawa,Mizuki Kikkawa,4192,4193,1,1,1 +887,2,73,Greater Heights,To Greater Heights,Eli Ayase,Eli Ayase,4197,4198,3,2,1 +888,3,73,Swelling in My Heart,Throbbing Heart,Kotori Minami,Kotori Minami,4202,4203,3,1,1 +889,4,73,Blow a Kiss,Blowing Kisses,Umi Sonoda,Umi Sonoda,4207,4208,3,2,1 +890,8,73,Making Gains,Fruits of Labor,Hanayo Koizumi,Hanayo Koizumi,4212,4213,3,3,1 +891,7,73,Like This Forever...,Just Like This...,Nozomi Tojo,Nozomi Tojo,4217,4218,4,1,1 +892,2,170,,,Eli Ayase,Eli Ayase,4222,4222,4,3,1 +893,7,170,,,Nozomi Tojo,Nozomi Tojo,4226,4226,4,2,1 +894,9,170,,,Nico Yazawa,Nico Yazawa,4230,4230,4,1,1 +895,31,366,,,Sachiko Tanaka,Sachiko Tanaka,4234,4235,1,3,1 +896,101,317,Sing With the Frogs,Singing with Frogs,Chika Takami,Chika Takami,4239,4240,3,1,1 +897,102,317,One Single Tune,A Kind of Music,Riko Sakurauchi,Riko Sakurauchi,4244,4245,3,3,1 +898,24,366,,,Ayumi Torii,Ayumi Torii,4249,4250,1,2,1 +899,5,74,Seeing Old Pictures,Looking at Old Pics,Rin Hoshizora,Rin Hoshizora,4254,4255,3,1,1 +900,6,74,Growth in Photos,Progress Photo,Maki Nishikino,Maki Nishikino,4259,4260,3,3,1 +901,9,74,I’m So Grateful,I'm So Grateful,Nico Yazawa,Nico Yazawa,4264,4265,3,2,1 +902,1,74,Have I Made Progress?,Did I Improve?,Honoka Kosaka,Honoka Kosaka,4269,4270,4,3,1 +903,53,394,,,Sayuri Hyodo,Sayuri Hyodo,4274,4275,1,3,1 +904,7,158,This’s Special Y’Know,It's Special!,Nozomi Tojo,Nozomi Tojo,4279,4280,3,3,1 +905,8,158,Snails,Snail,Hanayo Koizumi,Hanayo Koizumi,4284,4285,3,1,1 +906,18,373,,,Christina,Christina,4289,4290,1,2,1 +907,1,75,Aiming to Be a Devil,Be a Little Devil,Honoka Kosaka,Honoka Kosaka,4294,4295,3,1,1 +908,6,75,I Appreciate It,I'm So Happy,Maki Nishikino,Maki Nishikino,4299,4300,3,2,1 +909,7,75,Your Soul Is Mine!,Gimmie Your Soul,Nozomi Tojo,Nozomi Tojo,4304,4305,3,3,1 +910,8,75,A Devilish Image,Like a Little Devil,Hanayo Koizumi,Hanayo Koizumi,4309,4310,3,1,1 +911,9,75,Hellish Devil Training,Feisty Imp Training,Nico Yazawa,Nico Yazawa,4314,4315,4,3,1 +912,101,337,,,Chika Takami,Chika Takami,4319,4320,2,3,1 +913,102,337,,,Riko Sakurauchi,Riko Sakurauchi,4321,4322,2,3,1 +914,103,337,,,Kanan Matsuura,Kanan Matsuura,4323,4324,2,3,1 +915,104,337,,,Dia Kurosawa,Dia Kurosawa,4325,4326,2,3,1 +916,105,337,,,You Watanabe,You Watanabe,4327,4328,2,3,1 +917,106,337,,,Yoshiko Tsushima,Yoshiko Tsushima,4329,4330,2,3,1 +918,107,337,,,Hanamaru Kunikida,Hanamaru Kunikida,4331,4332,2,3,1 +919,108,337,,,Mari Ohara,Mari Ohara,4333,4334,2,3,1 +920,109,337,,,Ruby Kurosawa,Ruby Kurosawa,4335,4336,2,3,1 +921,101,338,,,Chika Takami,Chika Takami,4337,4338,2,1,1 +922,102,338,,,Riko Sakurauchi,Riko Sakurauchi,4339,4340,2,1,1 +923,103,338,,,Kanan Matsuura,Kanan Matsuura,4341,4342,2,1,1 +924,104,338,,,Dia Kurosawa,Dia Kurosawa,4343,4344,2,1,1 +925,105,338,,,You Watanabe,You Watanabe,4345,4346,2,1,1 +926,106,338,,,Yoshiko Tsushima,Yoshiko Tsushima,4347,4348,2,1,1 +927,107,338,,,Hanamaru Kunikida,Hanamaru Kunikida,4349,4350,2,1,1 +928,108,338,,,Mari Ohara,Mari Ohara,4351,4352,2,1,1 +929,109,338,,,Ruby Kurosawa,Ruby Kurosawa,4353,4354,2,1,1 +930,101,204,Mikan Orange Power!,Mikan Orange Power!,Chika Takami,Chika Takami,4355,4356,3,1,1 +931,102,204,Toward a New Me,A New Me,Riko Sakurauchi,Riko Sakurauchi,4357,4358,3,3,1 +932,103,204,Costume Fitting,Fitting Outfits,Kanan Matsuura,Kanan Matsuura,4359,4360,3,2,1 +933,104,204,The Limit Is 2 cm!,At Least 2 cm!,Dia Kurosawa,Dia Kurosawa,4361,4362,3,3,1 +934,105,204,Costume-Making,Making Clothes,You Watanabe,You Watanabe,4363,4364,3,2,1 +935,106,204,Sinfully Dark Dress,Dark Sinful Dress,Yoshiko Tsushima,Yoshiko Tsushima,4365,4366,3,3,1 +936,107,204,My Books Are My Treasure,Books Are Treasures,Hanamaru Kunikida,Hanamaru Kunikida,4367,4368,3,1,1 +937,108,204,Resort Outfit,Resort Coordination,Mari Ohara,Mari Ohara,4369,4370,3,1,1 +938,109,204,I Can Do It!,I Can Do It!,Ruby Kurosawa,Ruby Kurosawa,4371,4372,3,2,1 +939,1,129,Stretchy Ramen,Stretchy Ramen,Honoka Kosaka,Honoka Kosaka,4373,4374,5,1,1 +940,2,129,I’m Relying on You,I'm Counting on You,Eli Ayase,Eli Ayase,4375,4376,5,3,1 +941,3,129,Special Cherry Pudding,Cherry Pudding,Kotori Minami,Kotori Minami,4377,4378,5,2,1 +942,4,129,Peas in a Pod,Similar Tastes,Umi Sonoda,Umi Sonoda,4379,4380,5,3,1 +943,5,129,I Love Me Some Ramen!,I Love Ramen!,Rin Hoshizora,Rin Hoshizora,4381,4382,5,1,1 +944,6,129,Feels a Bit Off,A Little Unsettling,Maki Nishikino,Maki Nishikino,4383,4384,5,3,1 +945,7,129,A New Shop,A New Store,Nozomi Tojo,Nozomi Tojo,4385,4386,5,2,1 +946,8,129,For the Love of Rice,I Love White Rice,Hanayo Koizumi,Hanayo Koizumi,4387,4388,5,2,1 +947,9,129,Nico’s Charms ☆,Nico's Charms,Nico Yazawa,Nico Yazawa,4389,4390,5,1,1 +948,101,300,Declaration to the Sea!,Shout at the Ocean,Chika Takami,Chika Takami,4391,4392,5,1,1 +949,102,300,Adorable Angel,Cute Angel,Riko Sakurauchi,Riko Sakurauchi,4393,4394,5,3,1 +950,103,300,Like the Ocean,Like the Ocean,Kanan Matsuura,Kanan Matsuura,4395,4396,5,2,1 +951,104,300,Sending My Feelings,With This Feeling,Dia Kurosawa,Dia Kurosawa,4397,4398,5,3,1 +952,105,300,Idols and Swimming,An Idol & a Swimmer,You Watanabe,You Watanabe,4399,4400,5,2,1 +953,106,300,Dark Denizen,Dark Dweller,Yoshiko Tsushima,Yoshiko Tsushima,4401,4402,5,3,1 +954,107,300,"Sending Joy, Zura",Messenger of Joy,Hanamaru Kunikida,Hanamaru Kunikida,4403,4404,5,1,1 +955,108,300,Ocean Cruise,Sea Breeze Cruise,Mari Ohara,Mari Ohara,4405,4406,5,1,1 +956,109,300,I Won’t Goof It Up!,I Won't Be Clumsy!,Ruby Kurosawa,Ruby Kurosawa,4407,4408,5,2,1 +957,101,205,Hand-Me-Down Graduation,No More Leftovers,Chika Takami,Chika Takami,4409,4410,4,1,1 +958,102,205,Can’t Find the Words,Hard to Say It,Riko Sakurauchi,Riko Sakurauchi,4411,4412,4,3,1 +959,105,205,Pardonnez-Me!,Come On!,You Watanabe,You Watanabe,4413,4414,4,2,1 +960,11,366,,,Shizuku Osaka,Shizuku Osaka,4415,4416,1,1,1 +961,104,317,Effort Is Required,Hard Work Is Key!,Dia Kurosawa,Dia Kurosawa,4417,4418,3,3,1 +962,109,317,Trying to Be Like Dia,Be Like Big Sis,Ruby Kurosawa,Ruby Kurosawa,4419,4420,3,2,1 +963,36,380,,,Nagi Shiraki,Nagi Shiraki,4421,4422,1,2,1 +964,2,76,Devilish Enough?,Little Devil-like?,Eli Ayase,Eli Ayase,4423,4424,3,1,1 +965,3,76,A Little Mistake,A Little Difference,Kotori Minami,Kotori Minami,4425,4426,3,3,1 +966,5,76,Rin’s Request!,Rin's Wish!,Rin Hoshizora,Rin Hoshizora,4427,4428,3,2,1 +967,4,76,Impish Catchphrase,Suggestive Phrase,Umi Sonoda,Umi Sonoda,4429,4430,4,2,1 +968,50,394,,,Akira Kizaki,Akira Kizaki,4431,4432,1,1,1 +969,2,158,Fox Spirit Elichika,Fox Spirit Elichika,Eli Ayase,Eli Ayase,4433,4434,3,3,1 +970,3,158,The μ’s Courage Trial,μ's Scare Dare,Kotori Minami,Kotori Minami,4435,4436,3,1,1 +971,28,373,,,Kanata Konoe,Kanata Konoe,4437,4438,1,3,1 +972,101,206,You Call These Casual?,Our Normal Clothes,Chika Takami,Chika Takami,4439,4440,3,3,1 +973,104,206,Our Sea,Our Sea,Dia Kurosawa,Dia Kurosawa,4441,4442,3,1,1 +974,108,206,I’ll Outlast Anyone!,Test Your Stamina,Mari Ohara,Mari Ohara,4443,4444,3,2,1 +975,106,206,Sinner,Bearer of Sin,Yoshiko Tsushima,Yoshiko Tsushima,4445,4446,5,2,1 +976,107,206,Doing It Politely,Do It Justice,Hanamaru Kunikida,Hanamaru Kunikida,4447,4448,4,1,1 +977,14,366,,,Marika Ichinose,Marika Ichinose,4449,4450,1,1,1 +978,105,317,Excited for Camp,Camping Adventure,You Watanabe,You Watanabe,4451,4452,3,2,1 +979,107,317,Hanamaru Reads Aloud,Maru's Storytime,Hanamaru Kunikida,Hanamaru Kunikida,4453,4454,3,1,1 +980,2,77,It’s Such Nice Weather,It's So Nice Out,Eli Ayase,Eli Ayase,4455,4456,3,3,1 +981,7,77,Let's Surprise Them,We'll Surprise Them!,Nozomi Tojo,Nozomi Tojo,4457,4458,3,2,1 +982,1,77,Pool Cleanup Team,Pool Cleaning Duo,Honoka Kosaka,Honoka Kosaka,4459,4460,4,1,1 +983,30,380,,,Saki Shimozono,Saki Shimozono,4461,4462,1,2,1 +984,102,207,Swimsuit Live Show,Swimsuit Stage Show,Riko Sakurauchi,Riko Sakurauchi,4463,4464,3,1,1 +985,103,207,Let’s Lend a Hand ♪,Time to Pitch In!,Kanan Matsuura,Kanan Matsuura,4465,4466,3,3,1 +986,105,207,Girl of the Sea ♪,Raised by the Sea,You Watanabe,You Watanabe,4467,4468,5,3,1 +987,109,207,I Won’t Lose!,I Won't Lose!,Ruby Kurosawa,Ruby Kurosawa,4469,4470,4,2,1 +988,47,394,,,Mikoto Fukuhara,Mikoto Fukuhara,4471,4472,1,1,1 +989,4,158,Nostalgic Candy Apple,Nostalgic Candy Apple,Umi Sonoda,Umi Sonoda,4473,4474,3,2,1 +990,6,158,My First Food Stall,First Festival Stand,Maki Nishikino,Maki Nishikino,4475,4476,3,3,1 +991,4,77,Time to Get To Work!,Let's Get to Work!,Umi Sonoda,Umi Sonoda,4477,4478,3,1,1 +992,9,77,Sunburns Are Fatal!,Mortal Enemy,Nico Yazawa,Nico Yazawa,4479,4480,5,3,1 +993,9,169,,,Nico Yazawa,Nico Yazawa,4481,4481,2,1,1 +994,66,401,,,Maria,Maria,4482,4483,1,3,1 +995,101,208,Spinning Pinwheel,Spinning Pinwheels,Chika Takami,Chika Takami,4484,4485,3,2,1 +996,106,208,Too Many Mortals,Too Many Humans,Yoshiko Tsushima,Yoshiko Tsushima,4486,4487,3,1,1 +997,109,208,I Admire Pretty Girls,Admirer of Grace,Ruby Kurosawa,Ruby Kurosawa,4488,4489,3,3,1 +998,104,208,My Dear Sweet Ruby,Dearest Ruby,Dia Kurosawa,Dia Kurosawa,4490,4491,5,2,1 +999,108,208,Burning Shine,Burning Shiny,Mari Ohara,Mari Ohara,4492,4493,4,1,1 +1000,15,373,,,Sana Yuki,Sana Yuki,4494,4495,1,2,1 +1001,103,317,Harmony With the Sea,Appreciate the Sea,Kanan Matsuura,Kanan Matsuura,4496,4497,3,2,1 +1002,108,317,Let Me Spoil You!,Let Me Share the Load,Mari Ohara,Mari Ohara,4498,4499,3,1,1 +1003,5,78,Deck Swabbing Race,Deck Brush Race,Rin Hoshizora,Rin Hoshizora,4500,4501,3,1,1 +1004,3,78,Just Us at the Pool,Poolside Together,Kotori Minami,Kotori Minami,4502,4503,4,2,1 +1005,43,387,,,Tsurugi Kadota,Tsurugi Kadota,4504,4505,1,3,1 +1006,105,209,Taiko Drum Master!,Bang the Taiko Drum!,You Watanabe,You Watanabe,4506,4507,3,3,1 +1007,107,209,Blue Candy Apple,Blue Candy Apple,Hanamaru Kunikida,Hanamaru Kunikida,4508,4509,3,3,1 +1008,102,209,Precious Memory,Treasured Memory,Riko Sakurauchi,Riko Sakurauchi,4510,4511,5,1,1 +1009,103,209,I’m at Your Side,Right by Your Side,Kanan Matsuura,Kanan Matsuura,4512,4513,4,2,1 +1010,49,394,,,Hitomi Shiga,Hitomi Shiga,4514,4515,1,3,1 +1011,1,158,A Slight Difference,Slight Difference,Honoka Kosaka,Honoka Kosaka,4516,4517,3,1,1 +1012,9,158,The Evil Magistrate?!,Supervillain?!,Nico Yazawa,Nico Yazawa,4518,4519,3,2,1 +1013,8,78,Uniforms Are Fine!,PE Kit is Fine!,Hanayo Koizumi,Hanayo Koizumi,4520,4521,3,3,1 +1014,6,78,It’s a Hot One Today,Us Two On a Hot Day,Maki Nishikino,Maki Nishikino,4522,4523,5,2,1 +1015,54,401,,,Ranpha,Ranpha,4524,4525,1,2,1 +1016,102,210,Wings of Deepest Black,Wings of Black,Riko Sakurauchi,Riko Sakurauchi,4526,4527,3,2,1 +1017,103,210,Terrifying Hug,Horrifying Hug,Kanan Matsuura,Kanan Matsuura,4528,4529,3,1,1 +1018,108,210,Fallen Angel Halloween,Fallen Halloween,Mari Ohara,Mari Ohara,4530,4531,3,2,1 +1019,109,210,Peaceful Festival,Peaceful Festival,Ruby Kurosawa,Ruby Kurosawa,4532,4533,5,1,1 +1020,106,210,Underworld Ritual,Underworld Ritual,Yoshiko Tsushima,Yoshiko Tsushima,4534,4535,4,3,1 +1021,42,387,,,Fumi Shitara,Fumi Shitara,4536,4537,1,2,1 +1022,106,317,Let the Feast Begin!,Let It Begin!,Yoshiko Tsushima,Yoshiko Tsushima,4538,4539,3,3,1 +1023,109,318,Fallen Angel Cub,Cuddly Fallen Angel,Ruby Kurosawa,Ruby Kurosawa,4540,4541,3,1,1 +1024,111,356,,,Shiitake,Shiitake,4542,4542,2,2,1 +1025,4,79,Twelve Precious Stones,Precious Stones,Umi Sonoda,Umi Sonoda,4543,4544,3,2,1 +1026,9,79,The Glitter of Rubies,A Sparkling Ruby,Nico Yazawa,Nico Yazawa,4545,4546,3,1,1 +1027,2,79,I’ll Do What It Takes,A Sympathetic Heart,Eli Ayase,Eli Ayase,4547,4548,4,3,1 +1028,41,387,,,Shun Kurosaki,Shun Kurosaki,4549,4550,1,1,1 +1029,105,211,Full Speed Ahead x2!,Full Speed Ahead,You Watanabe,You Watanabe,4551,4552,3,1,1 +1030,107,211,Festival of Ghosts,Monster Party,Hanamaru Kunikida,Hanamaru Kunikida,4553,4554,3,2,1 +1031,101,211,A Real One Showed Up!,The Real Deal!?,Chika Takami,Chika Takami,4555,4556,5,3,1 +1032,104,211,Halloween Party,Halloween Party,Dia Kurosawa,Dia Kurosawa,4557,4558,4,3,1 +1033,52,394,,,Yuka Tsukishima,Yuka Tsukishima,4559,4560,1,1,1 +1034,5,158,Super Cool Live Show,A Cool Live Show,Rin Hoshizora,Rin Hoshizora,4561,4562,3,2,1 +1035,7,159,An Outfit I Wanna Try,I Gotta Try That On,Nozomi Tojo,Nozomi Tojo,4563,4564,3,1,1 +1036,5,79,Birthstones Are Cool!,Beautiful Birthstones,Rin Hoshizora,Rin Hoshizora,4565,4566,3,3,1 +1037,8,79,A Different Style,A Different Design,Hanayo Koizumi,Hanayo Koizumi,4567,4568,5,1,1 +1038,55,401,,,Rakshata,Rakshata,4569,4570,1,2,1 +1039,103,212,"Try, Try Again!",Always Do Our Best,Kanan Matsuura,Kanan Matsuura,4571,4572,3,3,1 +1040,106,212,Ultimate Fallen Angel Cheer,Fallen Angel's Help,Yoshiko Tsushima,Yoshiko Tsushima,4573,4574,3,2,1 +1041,109,212,Cheerleader Tryout,Cheerleader Challenge,Ruby Kurosawa,Ruby Kurosawa,4575,4576,3,1,1 +1042,107,212,So Let's Go!,"1, 2, 3...Let's Go!",Hanamaru Kunikida,Hanamaru Kunikida,4577,4578,5,3,1 +1043,102,212,Can You Hear My Voice?,Can You Hear Me?,Riko Sakurauchi,Riko Sakurauchi,4579,4580,4,1,1 +1044,17,366,,,Minami Nagayama,Minami Nagayama,4581,4582,1,1,1 +1045,101,318,I’ll Handle Myself,Do Your Job!,Chika Takami,Chika Takami,4583,4584,3,2,1 +1046,105,318,Let Me Lend a Hand!,Happy Helping Hand,You Watanabe,You Watanabe,4585,4586,3,3,1 +1047,3,80,A Dramatic Design,Dramatic Design,Kotori Minami,Kotori Minami,4587,4588,3,1,1 +1048,7,80,Faithful Heart,Faithful Heart,Nozomi Tojo,Nozomi Tojo,4589,4590,4,2,1 +1049,112,353,,,Leah Kazuno,Leah Kazuno,4591,4592,2,3,1 +1050,116,354,,,Yoko Sato,Yoko Sato,4593,4593,3,5,1 +1051,13,380,,,Yuu Aizawa,Yuu Aizawa,4594,4595,1,3,1 +1052,104,213,We Are Aqours!,We Are Aqours!,Dia Kurosawa,Dia Kurosawa,4596,4597,3,2,1 +1053,105,213,Come a Little Closer,Come Closer,You Watanabe,You Watanabe,4598,4599,3,1,1 +1054,108,213,Total Team Victory!,Team Victory!,Mari Ohara,Mari Ohara,4600,4601,5,2,1 +1055,101,213,Watching You Go For It,Cheering For You!,Chika Takami,Chika Takami,4602,4603,4,3,1 +1056,9,190,Gluttony Tour?!,Gluttony Tour?!,Nico Yazawa,Nico Yazawa,4604,4604,4,1,1 +1057,113,353,,,Sarah Kazuno,Sarah Kazuno,4605,4606,2,3,1 +1058,64,394,,,Mutsuki Takamagahara,Mutsuki Takamagahara,4607,4608,1,2,1 +1059,3,159,Costume Mending,Costume Repair,Kotori Minami,Kotori Minami,4609,4610,3,2,1 +1060,6,159,I’m All Worked Up,An Exciting Thought,Maki Nishikino,Maki Nishikino,4611,4612,3,1,1 +1061,6,80,Diamonds,Diamond,Maki Nishikino,Maki Nishikino,4613,4614,3,2,1 +1062,1,80,Surprise Present,A Surprise Present,Honoka Kosaka,Honoka Kosaka,4615,4616,5,3,1 +1063,63,401,,,Emma Verde,Emma Verde,4617,4618,1,1,1 +1064,101,214,Hopes and Dreams,Hopes and Dreams,Chika Takami,Chika Takami,4619,4620,3,1,1 +1065,102,214,Handmade Cake,Homemade Cake,Riko Sakurauchi,Riko Sakurauchi,4621,4622,3,2,1 +1066,108,214,Night of Secrets,Secret Night,Mari Ohara,Mari Ohara,4623,4624,3,3,1 +1067,103,214,Our Special Time,Special Time,Kanan Matsuura,Kanan Matsuura,4625,4626,5,1,1 +1068,105,214,Let’s Share Our Fun!,Let's Bring Some Joy!,You Watanabe,You Watanabe,4627,4628,4,3,1 +1069,19,380,,,Akemi Kikuchi,Akemi Kikuchi,4629,4630,1,3,1 +1070,102,318,Love to See Dancing,I Adore the Dance,Riko Sakurauchi,Riko Sakurauchi,4631,4632,3,1,1 +1071,104,318,Ice Princess,Ice Princess,Dia Kurosawa,Dia Kurosawa,4633,4634,3,2,1 +1072,114,356,,,Uchicchi,Uchicchi,4635,4635,2,3,1 +1073,2,81,Tanuki Plushie,Tanuki Plushie,Eli Ayase,Eli Ayase,4636,4637,3,1,1 +1074,7,81,Everyone’s Costumes,Everyone's Costumes,Nozomi Tojo,Nozomi Tojo,4638,4639,3,2,1 +1075,6,81,Bunny Hop,All About Rabbits,Maki Nishikino,Maki Nishikino,4640,4641,4,3,1 +1076,25,373,,,Rika Kamiya,Rika Kamiya,4642,4643,1,3,1 +1077,104,215,One Step Ahead ♪,One Step Ahead,Dia Kurosawa,Dia Kurosawa,4644,4645,3,3,1 +1078,109,215,Matching Pair,Matching Pair,Ruby Kurosawa,Ruby Kurosawa,4646,4647,3,2,1 +1079,106,215,Holy Night Fallen Angel,Xmas Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,4648,4649,5,1,1 +1080,107,215,Bouquet Full of Love,Bouquet of Feelings,Hanamaru Kunikida,Hanamaru Kunikida,4650,4651,4,2,1 +1081,46,387,,,Fuu Saiki,Fuu Saiki,4652,4653,1,1,1 +1082,1,159,Big Surprise ☆,Make It a Surprise!,Honoka Kosaka,Honoka Kosaka,4654,4655,3,2,1 +1083,4,159,Christmas Tree,Christmas Tree,Umi Sonoda,Umi Sonoda,4656,4657,3,3,1 +1084,105,328,Snowy Sage,Snow Stage,You Watanabe,You Watanabe,4658,4658,4,2,1 +1085,115,355,,,Chika's mom,Chika's mother,4659,4659,4,5,1 +1088,9,81,I’m Not a Tanuki!,I'm Not a Tanuki!,Nico Yazawa,Nico Yazawa,4662,4663,3,3,1 +1089,4,81,Cuteness Preparation,Cuteness in Question,Umi Sonoda,Umi Sonoda,4664,4665,5,2,1 +1090,48,394,,,Chizuko Sakamaki,Chiduko Sakamaki,4666,4667,1,2,1 +1091,101,339,,,Chika Takami,Chika Takami,4668,4669,2,2,1 +1092,102,339,,,Riko Sakurauchi,Riko Sakurauchi,4670,4671,2,2,1 +1093,103,339,,,Kanan Matsuura,Kanan Matsuura,4672,4673,2,2,1 +1094,104,339,,,Dia Kurosawa,Dia Kurosawa,4674,4675,2,2,1 +1095,105,339,,,You Watanabe,You Watanabe,4676,4677,2,2,1 +1096,106,339,,,Yoshiko Tsushima,Yoshiko Tsushima,4678,4679,2,2,1 +1097,107,339,,,Hanamaru Kunikida,Hanamaru Kunikida,4680,4681,2,2,1 +1098,108,339,,,Mari Ohara,Mari Ohara,4682,4683,2,2,1 +1099,109,339,,,Ruby Kurosawa,Ruby Kurosawa,4684,4685,2,2,1 +1100,101,216,"Now, the Fortune!",Draw Your Fortune!,Chika Takami,Chika Takami,4686,4687,3,3,1 +1101,105,216,Time to Draw!,Ideas for Outfits,You Watanabe,You Watanabe,4688,4689,3,2,1 +1102,107,216,My Special Ozoni Soup,My Famous Soup,Hanamaru Kunikida,Hanamaru Kunikida,4690,4691,3,1,1 +1103,108,216,Straight-up Showdown!,Serious Prayer,Mari Ohara,Mari Ohara,4692,4693,5,3,1 +1104,104,216,Heart Catch ♪,Capture Your Heart,Dia Kurosawa,Dia Kurosawa,4694,4695,4,2,1 +1105,34,366,,,Akiru Shinomiya,Akiru Shinomiya,4696,4697,1,3,1 +1106,106,318,Three-Step,Three Steps,Yoshiko Tsushima,Yoshiko Tsushima,4698,4699,3,1,1 +1107,108,318,Snack Stopper,Stop Snacking,Mari Ohara,Mari Ohara,4700,4701,3,3,1 +1108,8,82,The Animal I Envision,Befitting Animal,Hanayo Koizumi,Hanayo Koizumi,4702,4703,3,2,1 +1109,5,82,In Charge of the Mice,Master Mouse,Rin Hoshizora,Rin Hoshizora,4704,4705,4,1,1 +1110,29,373,,,Haruka Konoe,Haruka Konoe,4706,4707,1,1,1 +1111,103,217,Visiting Together,A Visit Together,Kanan Matsuura,Kanan Matsuura,4708,4709,3,1,1 +1112,106,217,"Farewell, Bad Fortune!","Farewell, Bad Luck",Yoshiko Tsushima,Yoshiko Tsushima,4710,4711,3,3,1 +1113,102,217,Message to the Gods,Reporting to God,Riko Sakurauchi,Riko Sakurauchi,4712,4713,5,2,1 +1114,109,217,"Please, Gods Above!",Dear God,Ruby Kurosawa,Ruby Kurosawa,4714,4715,4,1,1 +1115,45,387,,,Yuuka Kirihara,Yuuka Kirihara,4716,4717,1,2,1 +1116,2,159,Eli's New Year's Food,Eli's Special Osechi,Eli Ayase,Eli Ayase,4718,4719,3,2,1 +1117,8,159,μ's New Year's Party,μ's New Year's Party,Hanayo Koizumi,Hanayo Koizumi,4720,4721,3,3,1 +1118,1,82,Pig Plushie,Piggie Plushie,Honoka Kosaka,Honoka Kosaka,4722,4723,3,3,1 +1119,3,82,Imaginary Bird,Imaginary Birdy,Kotori Minami,Kotori Minami,4724,4725,5,1,1 +1120,67,401,,,Leo,Leo,4726,4727,1,1,1 +1121,102,218,Shot through the Heart,Pierce Your Heart,Riko Sakurauchi,Riko Sakurauchi,4728,4729,3,3,1 +1122,103,218,Heartfelt Feelings,Take My Heart,Kanan Matsuura,Kanan Matsuura,4730,4731,3,2,1 +1123,104,218,Grown-up Chocolate,Mature Chocolate,Dia Kurosawa,Dia Kurosawa,4732,4733,3,1,1 +1124,101,218,Your Personal Maid,I'll Be Your Maid,Chika Takami,Chika Takami,4734,4735,5,2,1 +1125,106,218,Sinful Kiss,Sinful Smooch,Yoshiko Tsushima,Yoshiko Tsushima,4736,4737,4,1,1 +1126,37,366,,,Yumi Fujishiro,Yumi Fujishiro,4738,4739,1,3,1 +1127,103,318,Snowball Fastball,Snowball with Heart,Kanan Matsuura,Kanan Matsuura,4740,4741,3,3,1 +1128,107,318,Four-Tier Snowman,Four-Tiered Snowman,Hanamaru Kunikida,Hanamaru Kunikida,4742,4743,3,2,1 +1129,3,83,μ's Clouds,μ's in the Clouds,Kotori Minami,Kotori Minami,4744,4745,3,2,1 +1130,8,83,A Nice Walking Date,Walking Date,Hanayo Koizumi,Hanayo Koizumi,4746,4747,3,1,1 +1131,4,83,Japanese Spring Sweets,Spring Sweets,Umi Sonoda,Umi Sonoda,4748,4749,4,3,1 +1132,32,373,,,Kasane Hasekura,Kasane Hasekura,4750,4751,1,1,1 +1133,107,219,Everyone's My Sister,Hanamaru's Sisters,Hanamaru Kunikida,Hanamaru Kunikida,4752,4753,3,3,1 +1134,109,219,"Please, Eat Up!","Eat, and Enjoy!",Ruby Kurosawa,Ruby Kurosawa,4754,4755,3,3,1 +1135,105,219,Dreamy Valentine,Dream Valentine,You Watanabe,You Watanabe,4756,4757,5,1,1 +1136,108,219,Just for You,Only for You,Mari Ohara,Mari Ohara,4758,4759,4,2,1 +1137,57,387,,,Himeno Ayanokoji,Himeno Ayanokoji,4760,4761,1,1,1 +1138,5,159,Cute Little Ogre,Cute Little Demon,Rin Hoshizora,Rin Hoshizora,4762,4763,3,3,1 +1139,9,159,Nico Is the Ogre,Nico the Demon,Nico Yazawa,Nico Yazawa,4764,4765,3,1,1 +1140,7,83,Nice and Warm Out,Warm Sunshine,Nozomi Tojo,Nozomi Tojo,4766,4767,3,3,1 +1141,2,83,Spring Date Outfit,Spring Date Outfit,Eli Ayase,Eli Ayase,4768,4769,5,2,1 +1142,111,356,,,Shiitake,Shiitake,4770,4770,3,5,1 +1143,65,401,,,Jennifer,Jennifer,4771,4772,1,1,1 +1144,101,220,Time to Brush!,Brushing Time!,Chika Takami,Chika Takami,4773,4774,3,2,1 +1145,105,220,The Culprit...Is You!,It's Elementary,You Watanabe,You Watanabe,4775,4776,3,3,1 +1146,108,220,Love Potion,Love Prescription,Mari Ohara,Mari Ohara,4777,4778,3,1,1 +1147,107,220,Wholehearted Brushstroke!,Writing with Heart,Hanamaru Kunikida,Hanamaru Kunikida,4779,4780,5,2,1 +1148,103,220,Puppy Patrol,Officer on Duty,Kanan Matsuura,Kanan Matsuura,4781,4782,4,3,1 +1149,59,394,,,Sakuya Kurobane,Sakuya Kurobane,4783,4784,1,2,1 +1150,102,319,White Sugar,White Sugar,Riko Sakurauchi,Riko Sakurauchi,4785,4786,3,2,1 +1151,109,319,Awesome Assortment,Packed Full of Love,Ruby Kurosawa,Ruby Kurosawa,4787,4788,3,3,1 +1152,1,84,Last Cake of the Year,Strawberry Daifuku,Honoka Kosaka,Honoka Kosaka,4789,4790,3,2,1 +1153,9,84,Any Flower You Find,Any Flower Would Do,Nico Yazawa,Nico Yazawa,4791,4792,4,1,1 +1154,68,401,,,Yukari Saotome,Yukari Saotome,4793,4794,1,2,1 +1155,102,221,Time for Your Shot,Time for Your Shot!,Riko Sakurauchi,Riko Sakurauchi,4795,4796,3,1,1 +1156,106,221,Black Magic Woman,Black Magic Woman,Yoshiko Tsushima,Yoshiko Tsushima,4797,4798,3,2,1 +1157,109,221,Frothy Cream,Whipped Cream,Ruby Kurosawa,Ruby Kurosawa,4799,4800,5,3,1 +1158,104,221,Shrine Maiden Steps,Shrine Maiden Steps,Dia Kurosawa,Dia Kurosawa,4801,4802,4,1,1 +1159,60,388,,,Koyuki Shirase,Koyuki Shirase,4803,4804,1,1,1 +1160,6,160,Girls' Festival☆Maki,Hina Doll Maki,Maki Nishikino,Maki Nishikino,4805,4806,3,2,1 +1161,8,160,The Faces of μ's,The Faces of μ's,Hanayo Koizumi,Hanayo Koizumi,4807,4808,3,1,1 +1162,6,84,Canola Blossom Field,Field of Blossoms,Maki Nishikino,Maki Nishikino,4809,4810,3,1,1 +1163,5,84,I'm So Nyervous!,I'm Nervous!,Rin Hoshizora,Rin Hoshizora,4811,4812,5,3,1 +1164,16,381,,,Fumie Nishimura,Fumie Nishimura,4813,4814,1,1,1 +1165,101,222,Koala Nap,Koala Nap,Chika Takami,Chika Takami,4815,4816,3,1,1 +1166,108,222,Flaming Passion,Burning Passion,Mari Ohara,Mari Ohara,4817,4818,3,3,1 +1167,109,222,Ruby's Courage,Ruby's Courage,Ruby Kurosawa,Ruby Kurosawa,4819,4820,3,2,1 +1168,103,222,Fluffy Pandas,Fluffy Panda,Kanan Matsuura,Kanan Matsuura,4821,4822,5,3,1 +1169,106,222,Wafting Jellyfish,Floating Jellyfish,Yoshiko Tsushima,Yoshiko Tsushima,4823,4824,4,2,1 +1170,117,356,,,Wataame,Wataame,4825,4825,1,1,1 +1172,32,374,,,Kasane Hasekura,Kasane Hasekura,4827,4828,1,2,1 +1173,104,319,My Poker Face,My Poker Face,Dia Kurosawa,Dia Kurosawa,4829,4830,3,1,1 +1174,108,319,Straight Flush,Straight Flush,Mari Ohara,Mari Ohara,4831,4832,3,2,1 +1175,4,85,Let's Practice Together!,Practicing Together!,Umi Sonoda,Umi Sonoda,4833,4834,3,1,1 +1176,6,85,Tennis Expert,Tennis Pro,Maki Nishikino,Maki Nishikino,4835,4836,3,3,1 +1177,8,85,After You're Worn Out,When You're Tired...,Hanayo Koizumi,Hanayo Koizumi,4837,4838,4,2,1 +1178,31,367,,,Sachiko Tanaka,Sachiko Tanaka,4839,4840,1,2,1 +1179,102,223,Performance Partner,Live Show Pals,Riko Sakurauchi,Riko Sakurauchi,4841,4842,3,2,1 +1180,105,223,Knowing to Notice,Power of Perception,You Watanabe,You Watanabe,4843,4844,3,1,1 +1181,104,223,Why I Picked the Snake,Why I Chose Snakes,Dia Kurosawa,Dia Kurosawa,4845,4846,5,1,1 +1182,107,223,Flock of Sheep,Sheep Catching,Hanamaru Kunikida,Hanamaru Kunikida,4847,4848,4,3,1 +1183,47,395,,,Mikoto Fukuhara,Mikoto Fukuhara,4849,4850,1,2,1 +1184,1,160,Egg Hunt,Egg Hunt,Honoka Kosaka,Honoka Kosaka,4851,4852,3,3,1 +1185,5,160,Easter Eggs,Easter Eggs,Rin Hoshizora,Rin Hoshizora,4853,4854,3,1,1 +1186,9,85,Noblewoman's Pastime,Noble Entertainment,Nico Yazawa,Nico Yazawa,4855,4856,3,2,1 +1187,7,85,Tennis Practice,Tennis Practice,Nozomi Tojo,Nozomi Tojo,4857,4858,5,1,1 +1188,46,388,,,Fuu Saiki,Fuu Saiki,4859,4860,1,3,1 +1189,104,224,Finding the Right Words,Words to Tell You,Dia Kurosawa,Dia Kurosawa,4861,4862,3,3,1 +1190,105,224,Lucky Gal,Lucky Girl,You Watanabe,You Watanabe,4863,4864,3,3,1 +1191,109,224,I Like What I Like!,I Like What I Like!,Ruby Kurosawa,Ruby Kurosawa,4865,4866,3,1,1 +1192,103,224,Entrance to Happiness,Gateway to Happiness,Kanan Matsuura,Kanan Matsuura,4867,4868,5,2,1 +1193,102,224,Happy Life,Happy Life,Riko Sakurauchi,Riko Sakurauchi,4869,4870,4,2,1 +1194,37,367,,,Yumi Fujishiro,Yumi Fujishiro,4871,4872,1,2,1 +1195,103,319,Mother's Day Dive,Mother's Day Diving,Kanan Matsuura,Kanan Matsuura,4873,4874,3,1,1 +1196,107,319,Warm Heart,Warm Hearts,Hanamaru Kunikida,Hanamaru Kunikida,4875,4876,3,3,1 +1197,5,86,Two Events,Two Events,Rin Hoshizora,Rin Hoshizora,4877,4878,3,3,1 +1198,3,86,The Key to Rallies,The Trick to Rallies,Kotori Minami,Kotori Minami,4879,4880,4,1,1 +1199,18,374,,,Christina,Christina,4881,4882,1,1,1 +1200,106,225,Angel and Demon,Angelic Devil,Yoshiko Tsushima,Yoshiko Tsushima,4883,4884,3,1,1 +1201,107,225,Splendid Days,It's a Beautiful Day,Hanamaru Kunikida,Hanamaru Kunikida,4885,4886,3,2,1 +1202,101,225,Supreme Joy,The Greatest Joy,Chika Takami,Chika Takami,4887,4888,5,1,1 +1203,108,225,Lucky Charm,Lucky Charm,Mari Ohara,Mari Ohara,4889,4890,4,3,1 +1204,36,381,,,Nagi Shiraki,Nagi Shiraki,4891,4892,1,3,1 +1205,2,160,Survival Game,Survival Game,Eli Ayase,Eli Ayase,4893,4894,3,1,1 +1206,4,160,Your Opponent Is...,Your Opponent Is...,Umi Sonoda,Umi Sonoda,4895,4896,3,2,1 +1207,2,86,Tennis Match,Tennis Match,Eli Ayase,Eli Ayase,4897,4898,3,3,1 +1208,1,86,μ's Tennis Tournament,μ's Tennis Tournament,Honoka Kosaka,Honoka Kosaka,4899,4900,5,2,1 +1209,56,402,,,Rebecca,Rebecca,4901,4902,1,2,1 +1210,102,226,Heart to Heart,Heart to Heart,Riko Sakurauchi,Riko Sakurauchi,4903,4904,3,3,1 +1211,104,226,Twisting History,Changing History,Dia Kurosawa,Dia Kurosawa,4905,4906,3,2,1 +1212,107,226,Every Day's an Adventure!,Life's an Adventure!,Hanamaru Kunikida,Hanamaru Kunikida,4907,4908,3,3,1 +1213,108,226,Edo Culture,Edo Culture,Mari Ohara,Mari Ohara,4909,4910,5,1,1 +1214,101,226,Wherever You Want!,"Anywhere, Any Time",Chika Takami,Chika Takami,4911,4912,4,2,1 +1215,64,395,,,Mutsuki Takamagahara,Mutsuki Takamagahara,4913,4914,1,3,1 +1216,105,319,Set Sail for the Sea of Hell!,Aye Aye Hell's Ocean!,You Watanabe,You Watanabe,4915,4916,3,1,1 +1217,106,319,Little Demon's Lead,Guiding Little Demons,Yoshiko Tsushima,Yoshiko Tsushima,4917,4918,3,2,1 +1218,2,87,Favorite Flavor,My Favorite Flavor,Eli Ayase,Eli Ayase,4919,4920,3,2,1 +1219,5,87,Refreshing Aftertaste,Awesome Aftertaste,Rin Hoshizora,Rin Hoshizora,4921,4922,3,1,1 +1220,1,87,Honoka's Pick!,Honoka's Choice!,Honoka Kosaka,Honoka Kosaka,4923,4924,4,2,1 +1221,11,367,,,Shizuku Osaka,Shizuku Osaka,4925,4926,1,3,1 +1222,103,227,Entranced by Nature,Entranced by Nature,Kanan Matsuura,Kanan Matsuura,4927,4928,3,1,1 +1223,106,227,Yohane's New Life,Yohane's New Life,Yoshiko Tsushima,Yoshiko Tsushima,4929,4930,3,3,1 +1224,109,227,Entrusted to the Future,Faith in the Future,Ruby Kurosawa,Ruby Kurosawa,4931,4932,5,2,1 +1225,105,227,New Discovery,New Discovery,You Watanabe,You Watanabe,4933,4934,4,1,1 +1226,66,402,,,Maria,Maria,4935,4936,1,1,1 +1227,7,160,Sweets Are the Best♪,Can't Beat Sweets!,Nozomi Tojo,Nozomi Tojo,4937,4938,3,2,1 +1228,9,160,Nico's Fixation,Nico's Specialty,Nico Yazawa,Nico Yazawa,4939,4940,3,3,1 +1229,4,87,Ice Cream Supply Drop,Ice Cream Snack,Umi Sonoda,Umi Sonoda,4941,4942,3,3,1 +1230,9,87,The Ultimate Ice Cream,Ultimate Ice Cream,Nico Yazawa,Nico Yazawa,4943,4944,5,2,1 +1231,106,329,Manager Slash!,Tencho Slash!,Yoshiko Tsushima,Yoshiko Tsushima,4945,4945,4,3,1 +1232,13,381,,,Yuu Aizawa,Yuu Aizawa,4946,4947,1,2,1 +1233,105,228,Go for the Real Deal?!,I Might Join Them!,You Watanabe,You Watanabe,4948,4949,3,2,1 +1234,107,228,Cubify the Ball,A Cubic Ball,Hanamaru Kunikida,Hanamaru Kunikida,4950,4951,3,1,1 +1235,108,228,World of Aqours,The World of Aqours,Mari Ohara,Mari Ohara,4952,4953,3,2,1 +1236,102,228,I Want to See You,Looking at You,Riko Sakurauchi,Riko Sakurauchi,4954,4955,5,3,1 +1237,103,228,Beautiful Lady,Pretty Instructors,Kanan Matsuura,Kanan Matsuura,4956,4957,4,1,1 +1238,57,388,,,Himeno Ayanokoji,Himeno Ayanokoji,4958,4959,1,3,1 +1239,101,319,Kanan Will Always Be,Forever Kanan,Chika Takami,Chika Takami,4960,4961,3,3,1 +1240,103,320,Gotta Keep an Eye on 'Em,All Eyes on Her,Kanan Matsuura,Kanan Matsuura,4962,4963,3,2,1 +1241,3,88,I Would Recommend...,I Recommend...,Kotori Minami,Kotori Minami,4964,4965,3,1,1 +1242,7,88,Black Tea Ice Cream,Black Tea Ice Cream,Nozomi Tojo,Nozomi Tojo,4966,4967,4,3,1 +1243,101,296,Taiwan's Unique Charms,Taiwan's Charm,Chika Takami,Chika Takami,4968,4968,4,1,1 +1244,102,296,Learning from Germany,Studying in Germany,Riko Sakurauchi,Riko Sakurauchi,4969,4969,4,3,1 +1245,103,296,Broader Horizons,Expansive View,Kanan Matsuura,Kanan Matsuura,4970,4970,4,2,1 +1246,104,296,The Road to the Merlion,You Know the Merlion?,Dia Kurosawa,Dia Kurosawa,4971,4971,4,3,1 +1247,105,296,"Ni Hao, Aye-Aye!","Aye Aye, Ni Hao!",You Watanabe,You Watanabe,4972,4972,4,2,1 +1248,106,296,The UK's Magical History,The British Wizardry,Yoshiko Tsushima,Yoshiko Tsushima,4973,4973,4,3,1 +1249,107,296,To the Land of Smiles,To the Land of Smiles,Hanamaru Kunikida,Hanamaru Kunikida,4974,4974,4,1,1 +1250,108,296,Mari in the USA,Mari in the U.S.A.,Mari Ohara,Mari Ohara,4975,4975,4,1,1 +1251,109,296,I Wanna Learn about Korea,Learning About Korea,Ruby Kurosawa,Ruby Kurosawa,4976,4976,4,2,1 +1252,33,381,,,Ru Tatara,Ru Tatara,4977,4978,1,3,1 +1253,101,340,,,Chika Takami,Chika Takami,4979,4980,2,1,1 +1254,102,340,,,Riko Sakurauchi,Riko Sakurauchi,4981,4982,2,1,1 +1255,103,340,,,Kanan Matsuura,Kanan Matsuura,4983,4984,2,1,1 +1256,104,340,,,Dia Kurosawa,Dia Kurosawa,4985,4986,2,1,1 +1257,105,340,,,You Watanabe,You Watanabe,4987,4988,2,1,1 +1258,106,340,,,Yoshiko Tsushima,Yoshiko Tsushima,4989,4990,2,1,1 +1259,107,340,,,Hanamaru Kunikida,Hanamaru Kunikida,4991,4992,2,1,1 +1260,108,340,,,Mari Ohara,Mari Ohara,4993,4994,2,1,1 +1261,109,340,,,Ruby Kurosawa,Ruby Kurosawa,4995,4996,2,1,1 +1262,101,229,The Sights I See,What a View!,Chika Takami,Chika Takami,4997,4998,3,2,1 +1263,104,229,Terrific Talent,Rare Talent,Dia Kurosawa,Dia Kurosawa,4999,5000,3,1,1 +1264,106,229,Tainted Knife,Unholy Knife,Yoshiko Tsushima,Yoshiko Tsushima,5001,5002,5,3,1 +1265,109,229,Ruby's Independence,Ruby on Her Own,Ruby Kurosawa,Ruby Kurosawa,5003,5004,4,3,1 +1266,49,395,,,Hitomi Shiga,Hitomi Shiga,5005,5006,1,1,1 +1267,3,160,Become a True Rocker!,Going Full Rocker,Kotori Minami,Kotori Minami,5007,5008,3,3,1 +1268,8,161,Rockin' Dance Moves,Rockin' Moves,Hanayo Koizumi,Hanayo Koizumi,5009,5010,3,2,1 +1269,8,88,Isn't It Tasty?,Isn't It Delicious?,Hanayo Koizumi,Hanayo Koizumi,5011,5012,3,3,1 +1270,6,88,Maki's Ice Cream,Maki's Ice Cream,Maki Nishikino,Maki Nishikino,5013,5014,5,1,1 +1271,34,367,,,Akiru Shinomiya,Akiru Shinomiya,5015,5016,1,1,1 +1272,102,230,All My Summers,Summer Then and Now,Riko Sakurauchi,Riko Sakurauchi,5017,5018,3,2,1 +1273,103,230,Deep Blue World,World of Blue,Kanan Matsuura,Kanan Matsuura,5019,5020,3,3,1 +1274,109,230,Can I Take Your Order?,May I Take Your Order,Ruby Kurosawa,Ruby Kurosawa,5021,5022,3,1,1 +1275,107,230,Listening to the Waves,Listen to the Waves,Hanamaru Kunikida,Hanamaru Kunikida,5023,5024,5,1,1 +1276,106,230,Seaside Fallen Angel,Seaside Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,5025,5026,4,3,1 +1277,59,395,,,Sakuya Kurobane,Sakuya Kurobane,5027,5028,1,1,1 +1278,102,320,Sound of the Waves,Sound of the Sea,Riko Sakurauchi,Riko Sakurauchi,5029,5030,3,3,1 +1279,105,320,Seeking That Sound,Sound Search,You Watanabe,You Watanabe,5031,5032,3,2,1 +1280,1,89,Pirates Tale,A Pirate Crew's Tale,Honoka Kosaka,Honoka Kosaka,5033,5034,3,3,1 +1281,7,89,Charge! Pirates Ahoy!,Attack of the Pirates,Nozomi Tojo,Nozomi Tojo,5035,5036,3,2,1 +1282,2,89,μ's Pirate Story,μ's Pirate Tales,Eli Ayase,Eli Ayase,5037,5038,4,1,1 +1283,21,367,,,Aya Sugisaki,Aya Sugisaki,5039,5040,1,1,1 +1284,104,231,Spicy Summer,Spicy Summer,Dia Kurosawa,Dia Kurosawa,5041,5042,3,2,1 +1285,108,231,Business Is Booming!,Capacity Crowd!,Mari Ohara,Mari Ohara,5043,5044,3,3,1 +1286,105,231,Miracle Ocean,Miracle Ocean,You Watanabe,You Watanabe,5045,5046,5,2,1 +1287,101,231,Come to Our Beach Hut!,"Come One, Come All!",Chika Takami,Chika Takami,5047,5048,4,1,1 +1288,20,381,,,Iruka Suda,Iruka Suda,5049,5050,1,3,1 +1289,2,161,Special Shaped Candy,Candy Making,Eli Ayase,Eli Ayase,5051,5052,3,2,1 +1290,5,161,I'll Share with You,Share and Share Alike,Rin Hoshizora,Rin Hoshizora,5053,5054,3,3,1 +1291,8,89,What I Can Do,What I Can Do,Hanayo Koizumi,Hanayo Koizumi,5055,5056,3,2,1 +1292,3,89,The Tools I Need,Tools of the Trade,Kotori Minami,Kotori Minami,5057,5058,5,3,1 +1293,45,388,,,Yuuka Kirihara,Yuuka Kirihara,5059,5060,1,3,1 +1294,101,232,Falling Wonder!,Falling Wonder,Chika Takami,Chika Takami,5061,5062,3,3,1 +1295,107,232,Mystery Flavor,Mystery Flavor,Hanamaru Kunikida,Hanamaru Kunikida,5063,5064,3,2,1 +1296,108,232,Wonderland,Wonderland,Mari Ohara,Mari Ohara,5065,5066,3,1,1 +1297,104,232,Wonderful Dream,Wonderful Dream,Dia Kurosawa,Dia Kurosawa,5067,5068,5,3,1 +1298,105,232,Chase the Rabbit,Follow the Rabbit,You Watanabe,You Watanabe,5069,5070,4,2,1 +1299,55,402,,,Rakshata,Rakshata,5071,5072,1,3,1 +1300,106,320,Moonlit Banquet,Moonlight Banquet,Yoshiko Tsushima,Yoshiko Tsushima,5073,5074,3,3,1 +1301,107,320,Moon Full of Dreams,Waiting on a Dream,Hanamaru Kunikida,Hanamaru Kunikida,5075,5076,3,1,1 +1302,9,90,Spectacular Spectacle,A Spectacular Trick,Nico Yazawa,Nico Yazawa,5077,5078,3,1,1 +1303,5,90,Elegant Entrance,A Graceful Entrance,Rin Hoshizora,Rin Hoshizora,5079,5080,4,3,1 +1304,29,374,,,Haruka Konoe,Haruka Konoe,5081,5082,1,3,1 +1305,103,233,Door of Dreams,Door of Dreams,Kanan Matsuura,Kanan Matsuura,5083,5084,3,2,1 +1306,106,233,Timeless Tale,Timeless Tale,Yoshiko Tsushima,Yoshiko Tsushima,5085,5086,3,1,1 +1307,109,233,Ruby in Wonderland,Ruby in Wonderland,Ruby Kurosawa,Ruby Kurosawa,5087,5088,5,1,1 +1308,102,233,"Hello, Wonder!","Hello, Wonder!",Riko Sakurauchi,Riko Sakurauchi,5089,5090,4,3,1 +1309,68,402,,,Yukari Saotome,Yukari Saotome,5091,5092,1,1,1 +1310,1,161,It's the Ocean!!!,It's the Sea!,Honoka Kosaka,Honoka Kosaka,5093,5094,3,1,1 +1311,6,161,Maiden's Fixation,A Maiden's Focus,Maki Nishikino,Maki Nishikino,5095,5096,3,3,1 +1312,6,90,What a Real Drama Needs,A Real Script Has...,Maki Nishikino,Maki Nishikino,5097,5098,3,2,1 +1313,4,90,I Mustn't Disappoint!,I Want to Succeed!,Umi Sonoda,Umi Sonoda,5099,5100,5,1,1 +1314,17,367,,,Minami Nagayama,Minami Nagayama,5101,5102,1,3,1 +1315,101,341,,,Chika Takami,Chika Takami,5103,5104,2,3,1 +1316,102,341,,,Riko Sakurauchi,Riko Sakurauchi,5105,5106,2,3,1 +1317,103,341,,,Kanan Matsuura,Kanan Matsuura,5107,5108,2,3,1 +1318,104,341,,,Dia Kurosawa,Dia Kurosawa,5109,5110,2,3,1 +1319,105,341,,,You Watanabe,You Watanabe,5111,5112,2,3,1 +1320,106,341,,,Yoshiko Tsushima,Yoshiko Tsushima,5113,5114,2,3,1 +1321,107,341,,,Hanamaru Kunikida,Hanamaru Kunikida,5115,5116,2,3,1 +1322,108,341,,,Mari Ohara,Mari Ohara,5117,5118,2,3,1 +1323,109,341,,,Ruby Kurosawa,Ruby Kurosawa,5119,5120,2,3,1 +1324,101,234,So Many Temptations,Night of Temptations,Chika Takami,Chika Takami,5121,5122,3,2,1 +1325,104,234,A Sweet Amulet,Candy Talisman,Dia Kurosawa,Dia Kurosawa,5123,5124,3,1,1 +1326,105,234,With All the Ghoulies!,Monster Party!,You Watanabe,You Watanabe,5125,5126,3,3,1 +1327,108,234,Shiny Halloween,Shiny Halloween!,Mari Ohara,Mari Ohara,5127,5128,5,3,1 +1328,107,234,Wandering Flames,Wandering Flame,Hanamaru Kunikida,Hanamaru Kunikida,5129,5130,4,1,1 +1329,15,374,,,Sana Yuki,Sana Yuki,5131,5132,1,1,1 +1330,101,320,In a Honey Milk Mood,Honey Milk Mood,Chika Takami,Chika Takami,5133,5134,3,1,1 +1331,104,320,Plum Flower Meaning,The Flower's Meaning,Dia Kurosawa,Dia Kurosawa,5135,5136,3,3,1 +1332,2,91,Aqua Crayon,Aqua Crayon,Eli Ayase,Eli Ayase,5137,5138,3,2,1 +1333,9,91,I Made a Masterpiece!,What a Masterpiece!,Nico Yazawa,Nico Yazawa,5139,5140,3,3,1 +1334,4,91,Something Fun,Fun Times,Umi Sonoda,Umi Sonoda,5141,5142,4,1,1 +1335,106,298,Fallen Angel's Wings,Fallen Angel's Wing,Yoshiko Tsushima,Yoshiko Tsushima,5143,5143,4,3,1 +1336,107,298,World of Nine,"9 Persons, 9 Worlds",Hanamaru Kunikida,Hanamaru Kunikida,5144,5144,4,1,1 +1337,109,298,The Day I Got My Courage,When I Found Courage,Ruby Kurosawa,Ruby Kurosawa,5145,5145,4,2,1 +1338,48,395,,,Chizuko Sakamaki,Chiduko Sakamaki,5146,5147,1,1,1 +1339,102,235,Of Two Minds,Drawn Together,Riko Sakurauchi,Riko Sakurauchi,5148,5149,3,1,1 +1340,109,235,I'll Skip the Scares,No Scary Stuff!,Ruby Kurosawa,Ruby Kurosawa,5150,5151,3,3,1 +1341,106,235,Halloween Link,Halloween Link,Yoshiko Tsushima,Yoshiko Tsushima,5152,5153,5,2,1 +1342,103,235,Candy Shower,Candy Shower,Kanan Matsuura,Kanan Matsuura,5154,5155,4,2,1 +1343,42,388,,,Fumi Shitara,Fumi Shitara,5156,5157,1,1,1 +1344,4,161,Not into Showing Skin,I'd Rather Cover Up,Umi Sonoda,Umi Sonoda,5158,5159,3,1,1 +1345,9,161,Nico in Ao Dai,"Nico, Ao Dai Style",Nico Yazawa,Nico Yazawa,5160,5161,3,2,1 +1346,7,91,A Rare Picture,Rare Picture,Nozomi Tojo,Nozomi Tojo,5162,5163,3,1,1 +1347,8,91,Matching,Matching Set,Hanayo Koizumi,Hanayo Koizumi,5164,5165,5,3,1 +1348,30,381,,,Saki Shimozono,Saki Shimozono,5166,5167,1,3,1 +1349,103,236,Stay in Sync,In Sync,Kanan Matsuura,Kanan Matsuura,5168,5169,3,2,1 +1350,107,236,Plant Professor,Plant Professor,Hanamaru Kunikida,Hanamaru Kunikida,5170,5171,3,3,1 +1351,109,236,Bed of Leaves,Bed of Leaves,Ruby Kurosawa,Ruby Kurosawa,5172,5173,3,1,1 +1352,102,236,Remember That Day,Memories of That Day,Riko Sakurauchi,Riko Sakurauchi,5174,5175,5,2,1 +1353,104,236,Camerawork Practice,Photography Practice,Dia Kurosawa,Dia Kurosawa,5176,5177,4,3,1 +1354,118,354,,,Yoshimi,Yoshimi,5178,5178,3,1,1 +1355,119,354,,,Itsuki,Itsuki,5179,5179,3,2,1 +1356,120,354,,,Mutsu,Mutsu,5180,5180,3,3,1 +1357,121,355,,,Mito Takami,Mito Takami,5181,5181,4,1,1 +1358,122,355,,,Shima Takami,Shima Takami,5182,5182,4,2,1 +1359,123,355,,,Riko's mom,Riko's mother,5183,5183,4,3,1 +1360,67,402,,,Leo,Leo,5184,5185,1,3,1 +1361,108,320,Chillout Spell,Relaxation Spell,Mari Ohara,Mari Ohara,5186,5187,3,1,1 +1362,109,320,I'll Be up All Night♪,No Sleep Tonight!,Ruby Kurosawa,Ruby Kurosawa,5188,5189,3,2,1 +1363,101,298,A Special Summer,A Special Summer,Chika Takami,Chika Takami,5190,5190,4,1,1 +1364,102,298,Inviting Sea Breeze,Led by the Sea Breeze,Riko Sakurauchi,Riko Sakurauchi,5191,5191,4,3,1 +1365,105,298,Living My Best Life!,Enjoying My Youth!,You Watanabe,You Watanabe,5192,5192,4,2,1 +1366,1,92,New Costumes,The New Costume,Honoka Kosaka,Honoka Kosaka,5193,5194,3,1,1 +1367,6,92,Line Up,Side By Side,Maki Nishikino,Maki Nishikino,5195,5196,4,2,1 +1368,22,374,,,Yuri Mido,Yuri Mido,5197,5198,1,2,1 +1369,105,237,Steady to the Summit!,Aye Aye Summit!,You Watanabe,You Watanabe,5199,5200,3,1,1 +1370,106,237,Dark Leaf Viewing,Fall Colors in Hades,Yoshiko Tsushima,Yoshiko Tsushima,5201,5202,3,2,1 +1371,101,237,"Same View, but Different",Different Scenery,Chika Takami,Chika Takami,5203,5204,5,3,1 +1372,108,237,Till Winter Comes,Until Winter Comes,Mari Ohara,Mari Ohara,5205,5206,4,1,1 +1373,50,395,,,Akira Kizaki,Akira Kizaki,5207,5208,1,3,1 +1374,3,161,You Match Too!,We'll Match,Kotori Minami,Kotori Minami,5209,5210,3,1,1 +1375,7,161,The Heart's Yell?,Shout from the Heart?,Nozomi Tojo,Nozomi Tojo,5211,5212,3,3,1 +1376,3,92,Crayon Costumes?,Crayon Costumes?,Kotori Minami,Kotori Minami,5213,5214,3,3,1 +1377,5,92,Sketching Kitties!,Draw a Kitty!,Rin Hoshizora,Rin Hoshizora,5215,5216,5,2,1 +1378,41,388,,,Shun Kurosaki,Shun Kurosaki,5217,5218,1,2,1 +1379,101,238,Matching Chika Bunny,Matching Chika Bunny,Chika Takami,Chika Takami,5219,5220,3,1,1 +1380,106,238,Angel for a Day,An Angel for the Day,Yoshiko Tsushima,Yoshiko Tsushima,5221,5222,3,3,1 +1381,108,238,Song Full of Feelings,Emotions of a Song,Mari Ohara,Mari Ohara,5223,5224,3,2,1 +1382,103,238,Divine Prank,Divine Message,Kanan Matsuura,Kanan Matsuura,5225,5226,5,1,1 +1383,109,238,Can't Find the Words,The Gift of a Song,Ruby Kurosawa,Ruby Kurosawa,5227,5228,4,2,1 +1384,12,374,,,Coco Miyashita,Coco Miyashita,5229,5230,1,1,1 +1385,2,162,Christmas Together,Christmas Together,Eli Ayase,Eli Ayase,5231,5232,3,3,1 +1386,9,162,Christmas Dinner,Christmas Dinner,Nico Yazawa,Nico Yazawa,5233,5234,3,1,1 +1387,2,126,Eli - School Unity,School Unity: Eli,Eli Ayase,Eli Ayase,5235,5235,4,3,1 +1388,7,126,Nozomi - School Unity,School Unity: Nozomi,Nozomi Tojo,Nozomi Tojo,5236,5236,4,2,1 +1389,9,126,Nico - School Unity,School Unity: Nico,Nico Yazawa,Nico Yazawa,5237,5237,4,1,1 +1390,112,353,Burning Heart,Burning Soul,Leah Kazuno,Leah Kazuno,5238,5239,3,3,1 +1391,113,353,As Rivals,As Their Rival,Sarah Kazuno,Sarah Kazuno,5240,5241,3,3,1 +1392,1,93,Tympani Player,Timpani Drummer!,Honoka Kosaka,Honoka Kosaka,5242,5243,3,2,1 +1393,6,93,Even for Just One Day,If Only for a Day,Maki Nishikino,Maki Nishikino,5244,5245,3,1,1 +1394,8,93,Not What I Imagined,Not What I Expected,Hanayo Koizumi,Hanayo Koizumi,5246,5247,4,3,1 +1395,58,395,,,Sakura Kurobane,Sakura Kurobane,5248,5249,1,2,1 +1396,104,239,Failed Santa,Failed Santa,Dia Kurosawa,Dia Kurosawa,5250,5251,3,3,1 +1397,105,239,Gift of Bravery,Present of Courage,You Watanabe,You Watanabe,5252,5253,3,2,1 +1398,107,239,Miss Hanamaru's Choir,Hanamaru's Choir,Hanamaru Kunikida,Hanamaru Kunikida,5254,5255,5,3,1 +1399,102,239,Snow Crystals,Snow Crystals,Riko Sakurauchi,Riko Sakurauchi,5256,5257,4,1,1 +1400,101,301,Aquarium Tour,Aquarium Tour,Chika Takami,Chika Takami,5258,5259,5,1,1 +1401,102,301,Sharing a Nice View,A Breathtaking View,Riko Sakurauchi,Riko Sakurauchi,5260,5261,5,3,1 +1402,103,301,Otter Handshakes,Otter's Handshake,Kanan Matsuura,Kanan Matsuura,5262,5263,5,2,1 +1403,104,301,Dolphin Jumps,Dolphin Jumps,Dia Kurosawa,Dia Kurosawa,5264,5265,5,3,1 +1404,105,301,Dolphins Make Me Happy,The Joy of Dolphins,You Watanabe,You Watanabe,5266,5267,5,2,1 +1405,106,301,Walrus' Touch,The Walrus Touch,Yoshiko Tsushima,Yoshiko Tsushima,5268,5269,5,3,1 +1406,107,301,Surrounded by Penguins,Encircled by Penguins,Hanamaru Kunikida,Hanamaru Kunikida,5270,5271,5,1,1 +1407,108,301,Unified Feelings,Together as One,Mari Ohara,Mari Ohara,5272,5273,5,1,1 +1408,109,301,Picky Pecky Penguins,Pecking Penguins,Ruby Kurosawa,Ruby Kurosawa,5274,5275,5,2,1 +1409,44,348,,,Alpaca (White),Alpaca [White],5276,5276,3,5,1 +1410,114,356,Merry Christmas,Merry Christmas,Uchicchi,Uchicchi,5277,5277,3,5,1 +1411,114,356,Mito Sea x SIF,Izu Mito Sea Paradise,Uchicchi,Uchicchi,5278,5278,3,5,1 +1412,63,402,,,Emma Verde,Emma Verde,5279,5280,1,2,1 +1413,102,321,Starry Skies Abound,Surrounded by Stars,Riko Sakurauchi,Riko Sakurauchi,5281,5282,3,2,1 +1414,107,321,Night Sky Navigator,Nighttime Navigator,Hanamaru Kunikida,Hanamaru Kunikida,5283,5284,3,3,1 +1415,103,298,Time to Clear,Time to Clear My Head,Kanan Matsuura,Kanan Matsuura,5285,5285,4,2,1 +1416,104,298,With My Sister,With My Little Sister,Dia Kurosawa,Dia Kurosawa,5286,5286,4,3,1 +1417,108,298,Time to Shine,It's Time to Shine,Mari Ohara,Mari Ohara,5287,5287,4,1,1 +1418,5,93,I'll Fire Up the Crowd,Get The Party Started,Rin Hoshizora,Rin Hoshizora,5288,5289,3,3,1 +1419,2,93,It's My First Time,It's My First Time,Eli Ayase,Eli Ayase,5290,5291,5,1,1 +1420,19,381,,,Akemi Kikuchi,Akemi Kikuchi,5292,5293,1,1,1 +1421,102,240,A Fun New Year,Fun New Year's,Riko Sakurauchi,Riko Sakurauchi,5294,5295,3,3,1 +1422,106,240,"New Year, New Descent",New Year's Descent,Yoshiko Tsushima,Yoshiko Tsushima,5296,5297,3,1,1 +1423,109,240,I'll Be the Mom,Mama Ruby,Ruby Kurosawa,Ruby Kurosawa,5298,5299,3,2,1 +1424,104,240,Dia's Dressing Class,Dia's Dressing Class,Dia Kurosawa,Dia Kurosawa,5300,5301,5,2,1 +1425,103,240,Pretty Girl,Lovely Lady,Kanan Matsuura,Kanan Matsuura,5302,5303,4,1,1 +1426,51,388,,,Misaki Shido,Misaki Shido,5304,5305,1,2,1 +1427,1,162,"Dig Here, Doggy!","Dig Here, Girl!",Honoka Kosaka,Honoka Kosaka,5306,5307,3,3,1 +1428,5,162,My Favorite Thing,My Favorite Thing,Rin Hoshizora,Rin Hoshizora,5308,5309,3,2,1 +1429,1,126,Honoka - School Unity,School Unity: Honoka,Honoka Kosaka,Honoka Kosaka,5310,5310,4,1,1 +1430,3,126,Kotori - School Unity,School Unity: Kotori,Kotori Minami,Kotori Minami,5311,5311,4,2,1 +1431,4,126,Umi - School Unity,School Unity: Umi,Umi Sonoda,Umi Sonoda,5312,5312,4,3,1 +1432,3,94,Unconsciously,Subconsciously,Kotori Minami,Kotori Minami,5313,5314,3,1,1 +1433,9,94,I'm the Star!,I'm the Lead!,Nico Yazawa,Nico Yazawa,5315,5316,4,2,1 +1434,25,374,,,Rika Kamiya,Rika Kamiya,5317,5318,1,1,1 +1435,107,241,Just One More Second,One Second Longer,Hanamaru Kunikida,Hanamaru Kunikida,5319,5320,3,2,1 +1436,108,241,Peak of Fuji,Mount Fuji's Peak,Mari Ohara,Mari Ohara,5321,5322,3,3,1 +1437,105,241,You's Spinning Top,Spinning Top Master!,You Watanabe,You Watanabe,5323,5324,5,1,1 +1438,101,241,Queen of the Dice,Dice-Rolling Celebrity,Chika Takami,Chika Takami,5325,5326,4,3,1 +1439,8,127,Capricorn Goddess,Horned Goat Goddess,Hanayo Koizumi,Hanayo Koizumi,5327,5327,4,2,1 +1440,26,381,,,Nanaka Morishima,Nanaka Morishima,5328,5329,1,3,1 +1441,105,321,Warm Snow Games,Rare Snow,You Watanabe,You Watanabe,5330,5331,3,3,1 +1442,109,321,Dreamy Snowscape,Winter Dreamland,Ruby Kurosawa,Ruby Kurosawa,5332,5333,3,1,1 +1443,4,94,I Won't Give Up!,Never Quit!,Umi Sonoda,Umi Sonoda,5334,5335,3,2,1 +1444,7,94,Saxophone Player,Saxophonist,Nozomi Tojo,Nozomi Tojo,5336,5337,5,3,1 +1445,43,388,,,Tsurugi Kadota,Tsurugi Kadota,5338,5339,1,1,1 +1446,101,342,,,Chika Takami,Chika Takami,5340,5341,2,1,1 +1447,102,342,,,Riko Sakurauchi,Riko Sakurauchi,5342,5343,2,3,1 +1448,103,342,,,Kanan Matsuura,Kanan Matsuura,5344,5345,2,2,1 +1449,104,342,,,Dia Kurosawa,Dia Kurosawa,5346,5347,2,3,1 +1450,105,342,,,You Watanabe,You Watanabe,5348,5349,2,2,1 +1451,106,342,,,Yoshiko Tsushima,Yoshiko Tsushima,5350,5351,2,3,1 +1452,107,342,,,Hanamaru Kunikida,Hanamaru Kunikida,5352,5353,2,1,1 +1453,108,342,,,Mari Ohara,Mari Ohara,5354,5355,2,1,1 +1454,109,342,,,Ruby Kurosawa,Ruby Kurosawa,5356,5357,2,2,1 +1455,101,242,Chocolate Fountain,Chocolate Fountain,Chika Takami,Chika Takami,5358,5359,3,3,1 +1456,103,242,Recipe in Development!,Recipe in Progress!,Kanan Matsuura,Kanan Matsuura,5360,5361,3,1,1 +1457,106,242,Lured by Sweet Scents,Sweet Scent's Allure,Yoshiko Tsushima,Yoshiko Tsushima,5362,5363,3,2,1 +1458,102,242,Lively Valentine's,Lively Valentine's,Riko Sakurauchi,Riko Sakurauchi,5364,5365,5,1,1 +1459,105,242,Magical Chocolate,Magic Chocolate,You Watanabe,You Watanabe,5366,5367,4,3,1 +1460,65,402,,,Jennifer,Jennifer,5368,5369,1,2,1 +1461,7,162,I'm Good Luck?!,Repeating After Me?,Nozomi Tojo,Nozomi Tojo,5370,5371,3,2,1 +1462,8,162,Just for Rin!,Just for Rin!,Hanayo Koizumi,Hanayo Koizumi,5372,5373,3,1,1 +1463,5,126,Rin - School Unity,School Unity: Rin,Rin Hoshizora,Rin Hoshizora,5374,5374,4,1,1 +1464,6,126,Maki - School Unity,School Unity: Maki,Maki Nishikino,Maki Nishikino,5375,5375,4,3,1 +1465,8,126,Hanayo - School Unity,School Unity: Hanayo,Hanayo Koizumi,Hanayo Koizumi,5376,5376,4,2,1 +1466,2,95,Venue Tour Guide,Guide to the Stage,Eli Ayase,Eli Ayase,5377,5378,3,1,1 +1467,4,95,Clean-Cut Image,Wholesome Image,Umi Sonoda,Umi Sonoda,5379,5380,3,3,1 +1468,3,95,Don't Get It Wrong!,Don't Get Confused!,Kotori Minami,Kotori Minami,5381,5382,4,3,1 +1469,23,381,,,Reine Saeki,Reine Saeki,5383,5384,1,2,1 +1470,107,243,Flowery Japanese Gals,Japanese Beauties,Hanamaru Kunikida,Hanamaru Kunikida,5385,5386,3,1,1 +1471,108,243,Heart-Filled Space,Joyful Hearts,Mari Ohara,Mari Ohara,5387,5388,3,2,1 +1472,109,243,For Another's Joy,Spreading Happiness,Ruby Kurosawa,Ruby Kurosawa,5389,5390,5,3,1 +1473,104,243,Care to Taste Test?,Care for a Taste?,Dia Kurosawa,Dia Kurosawa,5391,5392,4,2,1 +1474,24,367,,,Ayumi Torii,Ayumi Torii,5393,5394,1,1,1 +1475,101,321,Twilight Maiden,Midnight Maiden,Chika Takami,Chika Takami,5395,5396,3,2,1 +1476,108,321,Classical Dark,Classical Dark,Mari Ohara,Mari Ohara,5397,5398,3,3,1 +1477,9,95,What I Admire!,My Beloved!,Nico Yazawa,Nico Yazawa,5399,5400,3,2,1 +1478,1,95,Luxury Air Travel,A Pleasant Flight,Honoka Kosaka,Honoka Kosaka,5401,5402,5,1,1 +1479,106,330,Fallen Angel's Fave Place,Fallen Angel's Haunt,Yoshiko Tsushima,Yoshiko Tsushima,5403,5403,4,3,1 +1480,35,374,,,Mizuki Kikkawa,Mizuki Kikkawa,5404,5405,1,3,1 +1481,103,244,Athletic Rocker,Muscle Rocker,Kanan Matsuura,Kanan Matsuura,5406,5407,3,3,1 +1482,104,244,Stubborn Rocker,Stubborn Rockers,Dia Kurosawa,Dia Kurosawa,5408,5409,3,1,1 +1483,105,244,I Feel So Blessed!,More Than I Deserve,You Watanabe,You Watanabe,5410,5411,3,3,1 +1484,101,244,I'll Always Be Chika!,Forever Chika Takami,Chika Takami,Chika Takami,5412,5413,5,2,1 +1485,106,244,Fallen Angel Rocker,Fallen Angel Rocker,Yoshiko Tsushima,Yoshiko Tsushima,5414,5415,4,2,1 +1486,201,359,,,Ayumu Uehara,Ayumu Uehara,5416,5417,3,2,1 +1487,205,359,,,Ai Miyashita,Ai Miyashita,5418,5419,3,1,1 +1488,207,359,,,Setsuna Yuki,Setsuna Yuki,5420,5421,3,3,1 +1489,14,367,,,Marika Ichinose,Marika Ichinose,5422,5423,1,3,1 +1490,3,162,Fairy Kotori,Fairy Kotori,Kotori Minami,Kotori Minami,5424,5425,3,2,1 +1491,6,162,A Flower Fairy?,A Flower Fairy?,Maki Nishikino,Maki Nishikino,5426,5427,3,1,1 +1492,5,125,Warm Fuzzy Feeling,Heart's Warmth,Rin Hoshizora,Rin Hoshizora,5428,5429,4,2,1 +1493,6,125,Important Friend,Dear Friends,Maki Nishikino,Maki Nishikino,5430,5431,4,1,1 +1494,8,125,What Fires Me Up,Getting Worked Up,Hanayo Koizumi,Hanayo Koizumi,5432,5433,4,3,1 +1495,8,96,Vapor Trails,Vapor Trail,Hanayo Koizumi,Hanayo Koizumi,5434,5435,3,2,1 +1496,7,96,Surprise Wish!,Hope to Surprise Ya,Nozomi Tojo,Nozomi Tojo,5436,5437,4,1,1 +1497,4,127,Goddess of Pisces,Fish Goddess,Umi Sonoda,Umi Sonoda,5438,5438,4,3,1 +1498,114,356,Uchicchi's Birthday,Uchicchi's Birthday!,Uchicchi,Uchicchi,5439,5439,3,5,1 +1499,54,402,,,Ranpha,Ranpha,5440,5441,1,3,1 +1500,102,245,Powerful Girl,Powerful Girl,Riko Sakurauchi,Riko Sakurauchi,5442,5443,3,1,1 +1501,107,245,Rugged Rocker,Rugged Rock,Hanamaru Kunikida,Hanamaru Kunikida,5444,5445,3,3,1 +1502,108,245,Dancing Heart,Dancing Heart,Mari Ohara,Mari Ohara,5446,5447,5,2,1 +1503,109,245,Bad Girl Ruby,Rebellious Ruby,Ruby Kurosawa,Ruby Kurosawa,5448,5449,4,1,1 +1504,101,302,We Have to Escape!,We've Gotta Escape!,Chika Takami,Chika Takami,5450,5450,5,3,1 +1505,102,302,The Final Key,The Final Key,Riko Sakurauchi,Riko Sakurauchi,5451,5451,5,2,1 +1506,103,302,Solve This Puzzle!,Ready for Hard Mode!,Kanan Matsuura,Kanan Matsuura,5452,5452,5,1,1 +1507,104,302,Think Outside the Box,Flexible Thinking,Dia Kurosawa,Dia Kurosawa,5453,5453,5,2,1 +1508,105,302,Trust Your Gut?,Ultimate Guess,You Watanabe,You Watanabe,5454,5454,5,1,1 +1509,106,302,Archfiend's Answer,Demon's Answer,Yoshiko Tsushima,Yoshiko Tsushima,5455,5455,5,2,1 +1510,107,302,Epiphany Training,Epiphany Practice,Hanamaru Kunikida,Hanamaru Kunikida,5456,5456,5,3,1 +1511,108,302,Brute Force,Brute Force,Mari Ohara,Mari Ohara,5457,5457,5,3,1 +1512,109,302,Distant Goal,Distant Goal,Ruby Kurosawa,Ruby Kurosawa,5458,5458,5,1,1 +1513,53,395,,,Sayuri Hyodo,Sayuri Hyodo,5459,5460,1,1,1 +1514,103,321,Flavor Comes First,Flavor First,Kanan Matsuura,Kanan Matsuura,5461,5462,3,1,1 +1515,104,321,Wishing for a Smile,Hoping for a Smile,Dia Kurosawa,Dia Kurosawa,5463,5464,3,2,1 +1516,103,299,Fun Friends!,Fun Friends,Kanan Matsuura,Kanan Matsuura,5465,5466,4,3,1 +1517,104,299,Our Talents,Our Power,Dia Kurosawa,Dia Kurosawa,5467,5468,4,1,1 +1518,108,299,Bursting into Smiles,Ear to Ear Grin,Mari Ohara,Mari Ohara,5469,5470,4,2,1 +1519,5,96,Special Starry Skies,Stars are Special!,Rin Hoshizora,Rin Hoshizora,5471,5472,3,2,1 +1520,6,96,How Simple,So Simple!,Maki Nishikino,Maki Nishikino,5473,5474,5,3,1 +1521,61,388,,,Ryo Aikawa,Ryo Aikawa,5475,5476,1,2,1 +1522,102,246,Shining Figure,Shining Bright,Riko Sakurauchi,Riko Sakurauchi,5477,5478,3,3,1 +1523,103,246,Woman to Woman,One-on-One,Kanan Matsuura,Kanan Matsuura,5479,5480,3,2,1 +1524,105,246,The Joy of Learning,Joy of Studying,You Watanabe,You Watanabe,5481,5482,3,1,1 +1525,104,246,Smart and Athletic,Renaissance Woman,Dia Kurosawa,Dia Kurosawa,5483,5484,5,1,1 +1526,107,246,Infinity in My Hand,Unlimited Potential,Hanamaru Kunikida,Hanamaru Kunikida,5485,5486,4,3,1 +1527,202,359,,,Kasumi Nakasu,Kasumi Nakasu,5487,5488,3,2,1 +1528,203,359,,,Shizuku Osaka,Shizuku Osaka,5489,5490,3,3,1 +1529,209,359,,,Rina Tennoji,Rina Tennoji,5491,5492,3,1,1 +1530,91,343,Surrounded by Bread,Surrounded by Bread,Honoka Kosaka,Honoka Kosaka,5493,5493,2,1,1 +1531,92,343,Happy Bonus,Happy Bonus,Eli Ayase,Eli Ayase,5494,5494,2,3,1 +1532,93,343,Why Not Try One?,Want One?,Kotori Minami,Kotori Minami,5495,5495,2,2,1 +1533,94,343,Please Don't Search,Don't Look for Me,Umi Sonoda,Umi Sonoda,5496,5496,2,3,1 +1534,95,343,Try and Catch Rin!,Catch Rin If You Can!,Rin Hoshizora,Rin Hoshizora,5497,5497,2,1,1 +1535,96,343,Maki's Escort,Maki's Escort,Maki Nishikino,Maki Nishikino,5498,5498,2,3,1 +1536,97,343,Secret Fortune,Secret Fortune,Nozomi Tojo,Nozomi Tojo,5499,5499,2,2,1 +1537,98,343,Special Rice Balls,Special Rice Ball,Hanayo Koizumi,Hanayo Koizumi,5500,5500,2,2,1 +1538,99,343,Perfect Smile,Perfect Smile,Nico Yazawa,Nico Yazawa,5501,5501,2,1,1 +1539,191,351,Mikan Orange Expert,Mikan Orange Expert,Chika Takami,Chika Takami,5502,5502,2,1,1 +1540,192,351,A Freeing Idea,Free Thinker,Riko Sakurauchi,Riko Sakurauchi,5503,5503,2,3,1 +1541,193,351,Guide to the Sea,Follow Me to the Sea!,Kanan Matsuura,Kanan Matsuura,5504,5504,2,2,1 +1542,194,351,My Treasure,My Treasure,Dia Kurosawa,Dia Kurosawa,5505,5505,2,3,1 +1543,195,351,Let's Play Together!,Let's Play Together!,You Watanabe,You Watanabe,5506,5506,2,2,1 +1544,196,351,Angel’s Wings,Angel Wing,Yoshiko Tsushima,Yoshiko Tsushima,5507,5507,2,3,1 +1545,197,351,Getting in the Zone,Getting Into It,Hanamaru Kunikida,Hanamaru Kunikida,5508,5508,2,1,1 +1546,198,351,Fully Prepared!,Fully Prepared!,Mari Ohara,Mari Ohara,5509,5509,2,1,1 +1547,199,351,Eat Up!,Eat Up!,Ruby Kurosawa,Ruby Kurosawa,5510,5510,2,2,1 +1548,27,367,,,Seira Kujo,Seira Kujo,5511,5512,1,3,1 +1549,4,162,Easter Bunny,Easter Bunny,Umi Sonoda,Umi Sonoda,5513,5514,3,3,1 +1550,9,163,Fluffy Bunny Nico,Fluffy Bunny Nico,Nico Yazawa,Nico Yazawa,5515,5516,3,2,1 +1551,1,125,Joining Forces,Joining Forces,Honoka Kosaka,Honoka Kosaka,5517,5518,4,2,1 +1552,3,125,Our Bond,Our Bond,Kotori Minami,Kotori Minami,5519,5520,4,3,1 +1553,4,125,I Want To Be Manipulated,I Want to Be Led,Umi Sonoda,Umi Sonoda,5521,5522,4,1,1 +1554,2,97,Queen of Hearts,Queen of Hearts,Eli Ayase,Eli Ayase,5523,5524,3,2,1 +1555,7,97,No Prediction Needed,No Prediction Needed,Nozomi Tojo,Nozomi Tojo,5525,5526,3,3,1 +1556,8,97,On-Stage Speech?!,Do the Intro?!,Hanayo Koizumi,Hanayo Koizumi,5527,5528,4,1,1 +1557,52,395,,,Yuka Tsukishima,Yuka Tsukishima,5529,5530,1,2,1 +1558,101,247,Nap Check,Nap Check,Chika Takami,Chika Takami,5531,5532,3,2,1 +1559,109,247,Special Lessons,Special Tutoring,Ruby Kurosawa,Ruby Kurosawa,5533,5534,3,3,1 +1560,106,247,A Drop of Knowledge,Droplet of Knowledge,Yoshiko Tsushima,Yoshiko Tsushima,5535,5536,5,1,1 +1561,108,247,Teacher Mari,Teacher Mari,Mari Ohara,Mari Ohara,5537,5538,4,2,1 +1562,6,127,Goddess of Aries,Ram Goddess,Maki Nishikino,Maki Nishikino,5539,5539,4,3,1 +1563,62,402,,,Isabella,Isabella,5540,5541,1,2,1 +1564,104,322,Dia's Written Instructions,Dia's Letter Editing,Dia Kurosawa,Dia Kurosawa,5542,5543,3,3,1 +1565,106,321,Grow Your Feelings,With Strong Feelings,Yoshiko Tsushima,Yoshiko Tsushima,5544,5545,3,1,1 +1566,106,299,A Pact with Yohane,A Pact with Yohane,Yoshiko Tsushima,Yoshiko Tsushima,5546,5547,4,1,1 +1567,107,299,Ever-Expanding Future,Expanding Future,Hanamaru Kunikida,Hanamaru Kunikida,5548,5549,4,2,1 +1568,109,299,I Love Everyone!,I Love Everyone!,Ruby Kurosawa,Ruby Kurosawa,5550,5551,4,3,1 +1569,3,97,Where the Rabbit Went,The Rabbit's Path,Kotori Minami,Kotori Minami,5552,5553,3,2,1 +1570,4,97,Nine Alices?!,Nine Alices?!,Umi Sonoda,Umi Sonoda,5554,5555,5,3,1 +1571,112,353,To Keep Evolving,To Keep Evolving,Leah Kazuno,Leah Kazuno,5556,5557,3,2,1 +1572,113,353,Only We Can Do It,Like Only We Can,Sarah Kazuno,Sarah Kazuno,5558,5559,3,2,1 +1573,28,374,,,Kanata Konoe,Kanata Konoe,5560,5561,1,2,1 +1574,101,248,A Request for Oz,Ask the Great Oz!,Chika Takami,Chika Takami,5562,5563,3,1,1 +1575,106,248,Black Roses,Black Briars,Yoshiko Tsushima,Yoshiko Tsushima,5564,5565,3,3,1 +1576,109,248,Night Full of Stories,Night of 1001 Tales,Ruby Kurosawa,Ruby Kurosawa,5566,5567,3,2,1 +1577,103,248,Fateful Hair,Hair of Destiny,Kanan Matsuura,Kanan Matsuura,5568,5569,5,3,1 +1578,102,248,Apple's Temptation,The Apple's Allure,Riko Sakurauchi,Riko Sakurauchi,5570,5571,4,2,1 +1579,101,313,Everyone's Fan,Fan of Everyone,Chika Takami,Chika Takami,5572,5573,3,1,1 +1580,105,313,Hakodate Romance,Hakodate Romance,You Watanabe,You Watanabe,5574,5575,3,1,1 +1581,109,313,Secret Gift,Secret Surprise,Ruby Kurosawa,Ruby Kurosawa,5576,5577,3,1,1 +1582,106,331,Fallen Angel Cheer EX,Ultra Demon Support,Yoshiko Tsushima,Yoshiko Tsushima,5578,5578,5,3,1 +1583,204,359,,,Karin Asaka,Karin Asaka,5579,5580,3,3,1 +1584,206,359,,,Kanata Konoe,Kanata Konoe,5581,5582,3,1,1 +1585,208,359,,,Emma Verde,Emma Verde,5583,5584,3,2,1 +1586,6,163,Different Sensibilities,Different Viewpoints,Maki Nishikino,Maki Nishikino,5585,5586,3,2,1 +1587,8,163,Definitely Delicious!,Guaranteed Delicious!,Hanayo Koizumi,Hanayo Koizumi,5587,5588,3,3,1 +1588,2,125,Drawn In,Pulled Along,Eli Ayase,Eli Ayase,5589,5590,4,1,1 +1589,7,125,Beloved Friends,My Dear Friends,Nozomi Tojo,Nozomi Tojo,5591,5592,4,3,1 +1590,9,125,If I Could Be More Open,If I Could Be Honest,Nico Yazawa,Nico Yazawa,5593,5594,4,2,1 +1591,1,98,There's Enough for You Too!,"One for You, Too!",Honoka Kosaka,Honoka Kosaka,5595,5596,3,1,1 +1592,5,98,Rin's Concern,Rin's Worry,Rin Hoshizora,Rin Hoshizora,5597,5598,4,2,1 +1593,107,249,Before the Clock Strikes 12,Before Midnight,Hanamaru Kunikida,Hanamaru Kunikida,5599,5600,3,2,1 +1594,108,249,When the Spell Breaks,The Spell is Broken,Mari Ohara,Mari Ohara,5601,5602,3,1,1 +1595,105,249,In The Palm of Your Hand,Palm-Sized,You Watanabe,You Watanabe,5603,5604,5,3,1 +1596,104,249,Beware of the Wolf,Wolf Wariness,Dia Kurosawa,Dia Kurosawa,5605,5606,4,1,1 +1597,103,314,Stage of My Dreams,Stage of Dreams,Kanan Matsuura,Kanan Matsuura,5607,5608,3,2,1 +1598,104,314,Personal,Something Personal,Dia Kurosawa,Dia Kurosawa,5609,5610,3,2,1 +1599,107,314,An Evening with You,Nighttime Scenery,Hanamaru Kunikida,Hanamaru Kunikida,5611,5612,3,2,1 +1600,203,368,,,Shizuku Osaka,Shizuku Osaka,5613,5614,5,3,1 +1601,18,375,,,Christina,Christina,5615,5616,5,2,1 +1602,101,322,Thank-You Book,Book of Thanks,Chika Takami,Chika Takami,5617,5618,3,3,1 +1603,102,322,Like a Flower,Like a Flower,Riko Sakurauchi,Riko Sakurauchi,5619,5620,3,1,1 +1604,101,299,I Get Psyched Up,I'm Fired Up!,Chika Takami,Chika Takami,5621,5622,4,2,1 +1605,102,299,Getting in the Zone,Getting Immersed,Riko Sakurauchi,Riko Sakurauchi,5623,5624,4,1,1 +1606,105,299,Source of Optimism,Fountain of Energy,You Watanabe,You Watanabe,5625,5626,4,3,1 +1607,6,98,Building Solidarity☆,More Unified,Maki Nishikino,Maki Nishikino,5627,5628,3,3,1 +1608,9,98,Nico's Role,Nico's Role,Nico Yazawa,Nico Yazawa,5629,5630,5,1,1 +1609,101,250,Edible Love,Gluttonous Heart,Chika Takami,Chika Takami,5631,5632,3,3,1 +1610,108,250,Expanding Happiness,Expansive Happiness,Mari Ohara,Mari Ohara,5633,5634,3,2,1 +1611,109,250,A Little Promise,A Small Promise,Ruby Kurosawa,Ruby Kurosawa,5635,5636,3,1,1 +1612,107,250,Song of Blessing,Blessed Song,Hanamaru Kunikida,Hanamaru Kunikida,5637,5638,5,2,1 +1613,105,250,Bridal Countdown,Bridal Countdown,You Watanabe,You Watanabe,5639,5640,4,1,1 +1614,102,315,Steps Toward Adulthood,Steps to Adulthood,Riko Sakurauchi,Riko Sakurauchi,5641,5642,3,3,1 +1615,106,315,Soaring Black Wings,Soaring Ebony Wings,Yoshiko Tsushima,Yoshiko Tsushima,5643,5644,3,3,1 +1616,108,315,Who's Guilty?,Who's Guilty?,Mari Ohara,Mari Ohara,5645,5646,3,3,1 +1617,9,191,Nico's Rooting For Ya!,Cheering Nico,Nico Yazawa,Nico Yazawa,5647,5647,5,1,1 +1618,1,163,Rocker Honoka,Honoka the Rock Star,Honoka Kosaka,Honoka Kosaka,5648,5649,3,2,1 +1619,4,163,"Let's Rock, Baby!",Rock Out,Umi Sonoda,Umi Sonoda,5650,5651,3,1,1 +1620,42,389,,,Fumi Shitara,Fumi Shitara,5652,5653,5,2,1 +1621,47,396,,,Mikoto Fukuhara,Mikoto Fukuhara,5654,5655,5,1,1 +1622,7,127,Goddess of Gemini,Twin Goddess,Nozomi Tojo,Nozomi Tojo,5656,5656,4,2,1 +1623,4,99,Ideas from Everyone,Reference Material,Umi Sonoda,Umi Sonoda,5657,5658,3,2,1 +1624,8,99,A Very Hanayo Spell,A Spell Suited to Me,Hanayo Koizumi,Hanayo Koizumi,5659,5660,3,3,1 +1625,2,99,Alisa's Prank?,Alisa's Prank?,Eli Ayase,Eli Ayase,5661,5662,4,2,1 +1626,104,251,Ceremonial Style,My Ceremony,Dia Kurosawa,Dia Kurosawa,5663,5664,3,1,1 +1627,106,251,Black-Winged Bride,Black-Winged Bride,Yoshiko Tsushima,Yoshiko Tsushima,5665,5666,3,2,1 +1628,102,251,Wedding Song,Wedding Ring,Riko Sakurauchi,Riko Sakurauchi,5667,5668,5,3,1 +1629,103,251,Ring Finger,Ring Finger,Kanan Matsuura,Kanan Matsuura,5669,5670,4,3,1 +1630,103,322,Speed Match!,Speed Battle!,Kanan Matsuura,Kanan Matsuura,5671,5672,3,3,1 +1631,109,322,Shuffling Cards,Flipping Cards,Ruby Kurosawa,Ruby Kurosawa,5673,5674,3,2,1 +1632,31,368,,,Sachiko Tanaka,Sachiko Tanaka,5675,5676,5,3,1 +1633,62,403,,,Isabella,Isabella,5677,5678,5,3,1 +1634,101,303,Straight Ahead,Straight Ahead,Chika Takami,Chika Takami,5679,5679,5,2,1 +1635,102,303,The Urge to Sing,The Need to Sing,Riko Sakurauchi,Riko Sakurauchi,5680,5680,5,1,1 +1636,103,303,Starting Dash,A Running Start,Kanan Matsuura,Kanan Matsuura,5681,5681,5,3,1 +1637,104,303,Spirit and Stamina,Drive and Stamina,Dia Kurosawa,Dia Kurosawa,5682,5682,5,1,1 +1638,105,303,Smiles to All,A Smile on Every Face,You Watanabe,You Watanabe,5683,5683,5,3,1 +1639,106,303,Ultimate Descent,Ultimate Fall,Yoshiko Tsushima,Yoshiko Tsushima,5684,5684,5,1,1 +1640,107,303,Hanamaru-Style,Hanamaru Style,Hanamaru Kunikida,Hanamaru Kunikida,5685,5685,5,2,1 +1641,108,303,Happy Tour,Happy Tour,Mari Ohara,Mari Ohara,5686,5686,5,2,1 +1642,109,303,Delivering Smiles,Bringing Smiles,Ruby Kurosawa,Ruby Kurosawa,5687,5687,5,3,1 +1643,9,99,Jelly Beans,Jelly Beans,Nico Yazawa,Nico Yazawa,5688,5689,3,3,1 +1644,5,99,If I Could Use Magic,If I Could Use Magic,Rin Hoshizora,Rin Hoshizora,5690,5691,5,1,1 +1645,102,252,Mermaid Tears,Mermaid Tears,Riko Sakurauchi,Riko Sakurauchi,5692,5693,3,2,1 +1646,103,252,Secret Sea,The Mysterious Sea,Kanan Matsuura,Kanan Matsuura,5694,5695,3,1,1 +1647,106,252,Charming Mermaid Princess,Enchanting Mermaid,Yoshiko Tsushima,Yoshiko Tsushima,5696,5697,3,1,1 +1648,104,252,The Sea Calls Me,Call of the Sea,Dia Kurosawa,Dia Kurosawa,5698,5699,5,3,1 +1649,107,252,Unfading Beauty,Unfading Beauty,Hanamaru Kunikida,Hanamaru Kunikida,5700,5701,4,2,1 +1650,207,361,Shining for Them,I Want to Shine,Setsuna Yuki,Setsuna Yuki,5702,5702,5,3,1 +1651,2,163,Rainbow Fairy Elichika,Rainbow Fairy Eli,Eli Ayase,Eli Ayase,5703,5704,3,1,1 +1652,5,163,Cute Swimsuit,Cute Swimsuit!,Rin Hoshizora,Rin Hoshizora,5705,5706,3,3,1 +1653,22,375,,,Yuri Mido,Yuri Mido,5707,5708,5,3,1 +1654,36,382,,,Nagi Shiraki,Nagi Shiraki,5709,5710,5,2,1 +1655,6,100,Because I Like It,Because I Enjoy It,Maki Nishikino,Maki Nishikino,5711,5712,3,1,1 +1656,1,100,Rice Fruit?!,Rice Fruit?!,Honoka Kosaka,Honoka Kosaka,5713,5714,4,3,1 +1657,105,253,Romance of the Ocean,Ocean Romance,You Watanabe,You Watanabe,5715,5716,3,3,1 +1658,109,253,Mermaid in Love,Mermaid in Love,Ruby Kurosawa,Ruby Kurosawa,5717,5718,3,3,1 +1659,108,253,Mermaid's Voice,Mermaid's Voice,Mari Ohara,Mari Ohara,5719,5720,5,1,1 +1660,101,253,Orange Mermaid,Orange Mermaid,Chika Takami,Chika Takami,5721,5722,4,2,1 +1661,102,332,Loving Convenience,Love of Convenience,Riko Sakurauchi,Riko Sakurauchi,5723,5723,4,1,1 +1662,106,322,Fallen Angel's Wish,Fallen Angel's Wish,Yoshiko Tsushima,Yoshiko Tsushima,5724,5725,3,2,1 +1663,107,322,Keep It a Secret,Keeping It a Secret,Hanamaru Kunikida,Hanamaru Kunikida,5726,5727,3,1,1 +1664,49,396,,,Hitomi Shiga,Hitomi Shiga,5728,5729,5,3,1 +1665,60,389,,,Koyuki Shirase,Koyuki Shirase,5730,5731,5,2,1 +1666,9,127,Goddess of Cancer,Crab Goddess,Nico Yazawa,Nico Yazawa,5732,5732,4,1,1 +1667,7,100,Eat Like an Expert?!,How the Pros Eat?!,Nozomi Tojo,Nozomi Tojo,5733,5734,3,1,1 +1668,3,100,Magical Treats?,Magic Treat?!,Kotori Minami,Kotori Minami,5735,5736,5,2,1 +1669,103,254,Care to Dance?,Dance with Me,Kanan Matsuura,Kanan Matsuura,5737,5738,3,2,1 +1670,106,254,Pay Tribute to Summer!,Enjoying Summer!,Yoshiko Tsushima,Yoshiko Tsushima,5739,5740,3,3,1 +1671,101,254,Drink Up!,Drink Up!,Chika Takami,Chika Takami,5741,5742,5,1,1 +1672,109,254,A Flower to Accent,A Flower to Accent,Ruby Kurosawa,Ruby Kurosawa,5743,5744,4,3,1 +1673,101,297,Flowers Evolve Too!,Always Moving Forward,Chika Takami,Chika Takami,5745,5745,4,1,1 +1674,1,127,Goddess of Leo,Lion Goddess,Honoka Kosaka,Honoka Kosaka,5746,5746,4,1,1 +1675,1,128,Bouquet of My Dreams,Long-Admired Bouquet,Honoka Kosaka,Honoka Kosaka,5747,5747,4,1,1 +1676,3,163,Trying It Together,Trying It Together,Kotori Minami,Kotori Minami,5748,5749,3,3,1 +1677,7,163,My First Time,My First Try,Nozomi Tojo,Nozomi Tojo,5750,5751,3,1,1 +1678,37,368,,,Yumi Fujishiro,Yumi Fujishiro,5752,5753,5,3,1 +1679,65,403,,,Jennifer,Jennifer,5754,5755,5,1,1 +1680,101,304,TOP OF FUJIYAMA!,The Top of Fujiyama!,Chika Takami,Chika Takami,5756,5756,5,1,1 +1681,102,304,Teatime for Everyone!,It's Tea Time!,Riko Sakurauchi,Riko Sakurauchi,5757,5757,5,3,1 +1682,103,304,Cool Dive,Cool Dive,Kanan Matsuura,Kanan Matsuura,5758,5758,5,2,1 +1683,104,304,Challenge the Hubris,Braving the Takabisha,Dia Kurosawa,Dia Kurosawa,5759,5759,5,3,1 +1684,105,304,Let's Do This up Big!,Ready to Launch!,You Watanabe,You Watanabe,5760,5760,5,2,1 +1685,106,304,Cool to Be Fallen,Fallin' Angel,Yoshiko Tsushima,Yoshiko Tsushima,5761,5761,5,3,1 +1686,107,304,Flying to the Future,Airway to the Future,Hanamaru Kunikida,Hanamaru Kunikida,5762,5762,5,1,1 +1687,108,304,Shiny and Merry,Shiny and Merry,Mari Ohara,Mari Ohara,5763,5763,5,1,1 +1688,109,304,Blue Sky Cycling,Blue Sky Cycling,Ruby Kurosawa,Ruby Kurosawa,5764,5764,5,2,1 +1689,5,101,Snack Pineapples ♪,Snack Pineapple,Rin Hoshizora,Rin Hoshizora,5765,5766,3,1,1 +1690,7,101,Fruit Hunter,Fruit Hunter,Nozomi Tojo,Nozomi Tojo,5767,5768,3,2,1 +1691,6,101,Fruit Tea,Fruit Tea,Maki Nishikino,Maki Nishikino,5769,5770,4,1,1 +1692,102,255,Enjoying My Vacation,Enjoying Vacation,Riko Sakurauchi,Riko Sakurauchi,5771,5772,3,1,1 +1693,104,255,Coordinated,Matching Outfits,Dia Kurosawa,Dia Kurosawa,5773,5774,3,2,1 +1694,105,255,Southern Paradise,Island Paradise,You Watanabe,You Watanabe,5775,5776,3,2,1 +1695,107,255,Toppings Are So Fun!,Fluffy Toppings,Hanamaru Kunikida,Hanamaru Kunikida,5777,5778,5,1,1 +1696,108,255,Fruit Carnival!,Carnival of Fruits,Mari Ohara,Mari Ohara,5779,5780,4,3,1 +1697,105,322,Festival Butterfly,Festival Butterfly,You Watanabe,You Watanabe,5781,5782,3,1,1 +1698,108,322,Summer's Invitation,Summer Invitation,Mari Ohara,Mari Ohara,5783,5784,3,2,1 +1699,12,375,,,Coco Miyashita,Coco Miyashita,5785,5786,5,2,1 +1700,23,382,,,Reine Saeki,Reine Saeki,5787,5788,5,1,1 +1701,3,101,I'll Trust You!,I'll Trust You,Kotori Minami,Kotori Minami,5789,5790,3,2,1 +1702,2,101,Sweets de Apple,Sweets d'Apples,Eli Ayase,Eli Ayase,5791,5792,5,3,1 +1703,101,256,Legendary Orange Buns,Legendary Orange Bun,Chika Takami,Chika Takami,5793,5794,3,2,1 +1704,107,256,Chinatown Temptations,Charming Chinatown,Hanamaru Kunikida,Hanamaru Kunikida,5795,5796,3,1,1 +1705,108,256,A Lovely Time,A Wonderful Time,Mari Ohara,Mari Ohara,5797,5798,3,3,1 +1706,109,256,Dream Costume,Beloved Costume,Ruby Kurosawa,Ruby Kurosawa,5799,5800,5,2,1 +1707,106,256,Descent into Hellfire,Flames of Purgatory,Yoshiko Tsushima,Yoshiko Tsushima,5801,5802,4,1,1 +1708,101,305,Jumping into Summer!,Jump Into the Dance!,Chika Takami,Chika Takami,5803,5803,5,3,1 +1709,102,305,"Don't Miss Out, Dance",So Just Dance!,Riko Sakurauchi,Riko Sakurauchi,5804,5804,5,2,1 +1710,103,305,Deadeye Gunner Girl,Ace Gun Gal,Kanan Matsuura,Kanan Matsuura,5805,5805,5,1,1 +1711,104,305,Don't Get Lost,No Getting Lost,Dia Kurosawa,Dia Kurosawa,5806,5806,5,2,1 +1712,105,305,Ramune Toast!,Toast with Ramune!,You Watanabe,You Watanabe,5807,5807,5,1,1 +1713,106,305,Balloon Yo-Yo Skills,Water Yo-Yo Champ,Yoshiko Tsushima,Yoshiko Tsushima,5808,5808,5,2,1 +1714,107,305,Food Stand Crawl,Stall Tour of Bliss,Hanamaru Kunikida,Hanamaru Kunikida,5809,5809,5,3,1 +1715,108,305,Strawberry Summer Nights,Strawberry Nights,Mari Ohara,Mari Ohara,5810,5810,5,3,1 +1716,109,305,My Little Goldfish,My Little Goldfish,Ruby Kurosawa,Ruby Kurosawa,5811,5811,5,1,1 +1717,5,192,I'll Show You How!,Watch and Learn!,Rin Hoshizora,Rin Hoshizora,5812,5812,4,1,1 +1718,6,164,The Best Partner,Best Partner Ever,Maki Nishikino,Maki Nishikino,5813,5814,3,1,1 +1719,9,164,Splendid Solution,Sublime Sleuthing,Nico Yazawa,Nico Yazawa,5815,5816,3,3,1 +1720,48,396,,,Chizuko Sakamaki,Chiduko Sakamaki,5817,5818,5,2,1 +1721,56,403,,,Rebecca,Rebecca,5819,5820,5,3,1 +1722,107,333,Surrounded by Games,Surrounded by Games,Hanamaru Kunikida,Hanamaru Kunikida,5821,5821,4,1,1 +1723,4,102,Perfect for Your Health,A Super Superfood!,Umi Sonoda,Umi Sonoda,5822,5823,3,1,1 +1724,9,102,Watermelon Cake?,Watermelon Cake?,Nico Yazawa,Nico Yazawa,5824,5825,4,3,1 +1725,3,127,Goddess of Virgo,Maiden Goddess,Kotori Minami,Kotori Minami,5826,5826,4,2,1 +1726,3,128,A Dress for You,A Dress Just for You,Kotori Minami,Kotori Minami,5827,5827,4,2,1 +1727,104,257,An Attractive Secret,An Enticing Secret,Dia Kurosawa,Dia Kurosawa,5828,5829,3,1,1 +1728,105,257,Ni Hao♪,Ni Hao!,You Watanabe,You Watanabe,5830,5831,3,3,1 +1729,103,257,Heading Out Hug,Goodbye Hug,Kanan Matsuura,Kanan Matsuura,5832,5833,5,2,1 +1730,102,257,Chinatown Attendant,Chinatown Attendant,Riko Sakurauchi,Riko Sakurauchi,5834,5835,4,3,1 +1731,102,297,Compatibility Check,Our Compatibility,Riko Sakurauchi,Riko Sakurauchi,5836,5836,4,3,1 +1732,101,323,Moon Flower,Moon Flower,Chika Takami,Chika Takami,5837,5838,3,1,1 +1733,109,323,Heavenly Light,Heavenly Light,Ruby Kurosawa,Ruby Kurosawa,5839,5840,3,3,1 +1734,30,382,,,Saki Shimozono,Saki Shimozono,5841,5842,5,2,1 +1735,45,389,,,Yuuka Kirihara,Yuuka Kirihara,5843,5844,5,2,1 +1736,109,297,Keep Doing My Rubesty,Another Rubesty Year,Ruby Kurosawa,Ruby Kurosawa,5845,5845,4,2,1 +1737,1,102,Yummy Mangoes,Delicious Mangoes,Honoka Kosaka,Honoka Kosaka,5846,5847,3,3,1 +1738,8,102,This Sparkle...!,This Glimmer...!,Hanayo Koizumi,Hanayo Koizumi,5848,5849,5,2,1 +1739,102,258,Fantastic Feeling,Wonderful Feelings,Riko Sakurauchi,Riko Sakurauchi,5850,5851,3,3,1 +1740,103,258,I'll Take Over!,I'll Switch With You,Kanan Matsuura,Kanan Matsuura,5852,5853,3,2,1 +1741,108,258,Legends of Aqours,The Myth of Aqours,Mari Ohara,Mari Ohara,5854,5855,3,1,1 +1742,106,258,Ruler of the Galaxy,Ruler of the Galaxy,Yoshiko Tsushima,Yoshiko Tsushima,5856,5857,5,3,1 +1743,107,258,Together Among the Stars,Stars Tied Together,Hanamaru Kunikida,Hanamaru Kunikida,5858,5859,4,1,1 +1744,101,316,Happy Sunday!,Happy Sunday,Chika Takami,Chika Takami,5860,5860,5,1,1 +1745,5,164,I'll Gobble You Up!,I'm Gonna Eat You,Rin Hoshizora,Rin Hoshizora,5861,5862,3,1,1 +1746,8,164,Trick or Rice Ball,Trick or Rice Ball,Hanayo Koizumi,Hanayo Koizumi,5863,5864,3,2,1 +1747,15,375,,,Sana Yuki,Sana Yuki,5865,5866,5,2,1 +1748,21,368,,,Aya Sugisaki,Aya Sugisaki,5867,5868,5,2,1 +1749,1,130,All of Us Matching,We Match!,Honoka Kosaka,Honoka Kosaka,5869,5869,5,1,1 +1750,2,130,What Only μ's Can Do,μ's Empowers Me,Eli Ayase,Eli Ayase,5870,5870,5,3,1 +1751,3,130,Shrine Maiden Kotori,I'm a Shrine Maiden,Kotori Minami,Kotori Minami,5871,5871,5,2,1 +1752,4,130,A Total 180,Renewed Feelings,Umi Sonoda,Umi Sonoda,5872,5872,5,3,1 +1753,5,130,Rin's Magic,Rin's Magic,Rin Hoshizora,Rin Hoshizora,5873,5873,5,1,1 +1754,6,130,What Really Matters,What's Important,Maki Nishikino,Maki Nishikino,5874,5874,5,3,1 +1755,7,130,Lucky Fortune Pull,Fortune Slip,Nozomi Tojo,Nozomi Tojo,5875,5875,5,2,1 +1756,8,130,So Thoughtful,Expert Consideration,Hanayo Koizumi,Hanayo Koizumi,5876,5876,5,2,1 +1757,9,130,I'll Take You Down♡,Hit by Cupid's Arrow,Nico Yazawa,Nico Yazawa,5877,5877,5,1,1 +1758,105,316,"Let's Go, Let's Go!",Let's Go!,You Watanabe,You Watanabe,5878,5878,5,1,1 +1759,2,103,Isn't It Cozy?,"Nice and Warm, Right?",Eli Ayase,Eli Ayase,5879,5880,3,3,1 +1760,6,103,Always Together!,Always Together!,Maki Nishikino,Maki Nishikino,5881,5882,3,2,1 +1761,4,103,Thanks to the Costume,It's the Outfit,Umi Sonoda,Umi Sonoda,5883,5884,4,2,1 +1762,109,316,Ruby's Favorite,Ruby's Favorite,Ruby Kurosawa,Ruby Kurosawa,5885,5885,5,1,1 +1763,101,259,Flash of Sunlight,Flash of Sunlight,Chika Takami,Chika Takami,5886,5887,3,3,1 +1764,109,259,Galactic Idol,Galactic Idol,Ruby Kurosawa,Ruby Kurosawa,5888,5889,3,2,1 +1765,105,259,Space Tour,Outer Space Tour,You Watanabe,You Watanabe,5890,5891,5,2,1 +1766,104,259,Astronomical Weather,Clear Skies Above,Dia Kurosawa,Dia Kurosawa,5892,5893,4,1,1 +1767,84,349,Puchiguru μ's Tower,Puchiguru μ's Tower,μ's,,5894,5895,3,1,1 +1768,124,357,Puchiguru Aqours Tower,Puchiguru Aqours Tower,Aqours,,5896,5897,3,2,1 +1769,2,127,Goddess of Libra,Balancing Goddess,Eli Ayase,Eli Ayase,5898,5898,4,3,1 +1770,104,323,Artist,Artist,Dia Kurosawa,Dia Kurosawa,5899,5900,3,1,1 +1771,108,323,The Stage is My Palette,"My Stage, My Palette",Mari Ohara,Mari Ohara,5901,5902,3,3,1 +1772,19,382,,,Akemi Kikuchi,Akemi Kikuchi,5903,5904,5,3,1 +1773,52,396,,,Yuka Tsukishima,Yuka Tsukishima,5905,5906,5,1,1 +1774,2,128,Grateful to Everyone,"Thanks, My Companions",Eli Ayase,Eli Ayase,5907,5907,4,3,1 +1775,8,103,Shine like the Stars,Shine Like a Star,Hanayo Koizumi,Hanayo Koizumi,5908,5909,3,1,1 +1776,7,103,Your Guardian Star,Your Guardian Star,Nozomi Tojo,Nozomi Tojo,5910,5911,5,2,1 +1777,5,127,Goddess of Scorpio,Scorpion Goddess,Rin Hoshizora,Rin Hoshizora,5912,5912,4,1,1 +1778,103,260,Boomerang Dance,Bremen Dance,Kanan Matsuura,Kanan Matsuura,5913,5914,3,1,1 +1779,107,260,With the Whole Group,All Together,Hanamaru Kunikida,Hanamaru Kunikida,5915,5916,3,3,1 +1780,108,260,A Delectable Delivery,Sweet Gift,Mari Ohara,Mari Ohara,5917,5918,3,2,1 +1781,101,260,Running Rodeo,Running Rodeo,Chika Takami,Chika Takami,5919,5920,5,3,1 +1782,105,260,Plus One Arrangement,Rearranged,You Watanabe,You Watanabe,5921,5922,4,2,1 +1783,5,128,Princess Day,Day as a Princess,Rin Hoshizora,Rin Hoshizora,5923,5923,4,1,1 +1784,2,164,The Brightest Star,The Brightest Star,Eli Ayase,Eli Ayase,5924,5925,3,2,1 +1785,7,164,Star Hunt!,Star Hunt!,Nozomi Tojo,Nozomi Tojo,5926,5927,3,3,1 +1786,51,389,,,Misaki Shido,Misaki Shido,5928,5929,5,3,1 +1787,54,403,,,Ranpha,Ranpha,5930,5931,5,2,1 +1788,5,104,A Quick Breather,A Quick Breather,Rin Hoshizora,Rin Hoshizora,5932,5933,3,3,1 +1789,1,104,Sky Full of Stars,Star-Studded Sky,Honoka Kosaka,Honoka Kosaka,5934,5935,4,1,1 +1790,102,261,Daybreak and Twilight,Dawn and Dusk,Riko Sakurauchi,Riko Sakurauchi,5936,5937,3,1,1 +1791,106,261,Music of the Darkness,Dark Tune,Yoshiko Tsushima,Yoshiko Tsushima,5938,5939,3,1,1 +1792,104,261,Pretty Kitty,Pretty Cat,Dia Kurosawa,Dia Kurosawa,5940,5941,5,2,1 +1793,109,261,Place of Dreams and Joy,A Happy Home,Ruby Kurosawa,Ruby Kurosawa,5942,5943,4,3,1 +1794,102,323,Tone of the Heavens,Heavenly Sound,Riko Sakurauchi,Riko Sakurauchi,5944,5945,3,2,1 +1795,106,323,Angel's Temptation,Angel's Invitation,Yoshiko Tsushima,Yoshiko Tsushima,5946,5947,3,3,1 +1796,29,375,,,Haruka Konoe,Haruka Konoe,5948,5949,5,1,1 +1797,34,368,,,Akiru Shinomiya,Akiru Shinomiya,5950,5951,5,3,1 +1798,201,360,,,Ayumu Uehara,Ayumu Uehara,5952,5952,3,2,1 +1799,202,360,,,Kasumi Nakasu,Kasumi Nakasu,5953,5953,3,2,1 +1800,203,360,,,Shizuku Osaka,Shizuku Osaka,5954,5954,3,3,1 +1801,204,360,,,Karin Asaka,Karin Asaka,5955,5955,3,3,1 +1802,205,360,,,Ai Miyashita,Ai Miyashita,5956,5956,3,1,1 +1803,206,360,,,Kanata Konoe,Kanata Konoe,5957,5957,3,1,1 +1804,207,360,,,Setsuna Yuki,Setsuna Yuki,5958,5958,3,3,1 +1805,208,360,,,Emma Verde,Emma Verde,5959,5959,3,2,1 +1806,209,360,,,Rina Tennoji,Rina Tennoji,5961,5961,3,1,1 +1807,3,104,Sharing the Joy,Sharing in the Joy,Kotori Minami,Kotori Minami,5962,5963,3,1,1 +1808,9,104,A Suitable Look,Perfect For Me,Nico Yazawa,Nico Yazawa,5964,5965,5,3,1 +1809,104,262,Gift of Pure Snow,A Snow-White Present,Dia Kurosawa,Dia Kurosawa,5966,5967,3,3,1 +1810,105,262,Winter Party Place,Winter Party Venue,You Watanabe,You Watanabe,5968,5969,3,2,1 +1811,106,262,Wintry Dark Descent,Fallen Snow Angel,Yoshiko Tsushima,Yoshiko Tsushima,5970,5971,3,3,1 +1812,103,262,Undersea Santa Claus,Undersea Santa,Kanan Matsuura,Kanan Matsuura,5972,5973,5,1,1 +1813,101,262,Hot Snow,Hot Snow,Chika Takami,Chika Takami,5974,5975,4,1,1 +1814,1,164,Winter Hobbies,The Joy of Winter,Honoka Kosaka,Honoka Kosaka,5976,5977,3,1,1 +1815,4,164,Footprints in the Snow,Snow at My Feet,Umi Sonoda,Umi Sonoda,5978,5979,3,3,1 +1816,13,382,,,Yuu Aizawa,Yuu Aizawa,5980,5981,5,3,1 +1817,66,403,,,Maria,Maria,5982,5983,5,3,1 +1818,101,306,,,Chika Takami,Chika Takami,5984,5984,3,1,1 +1819,102,306,,,Riko Sakurauchi,Riko Sakurauchi,5985,5985,3,3,1 +1820,103,306,,,Kanan Matsuura,Kanan Matsuura,5986,5986,3,2,1 +1821,104,306,,,Dia Kurosawa,Dia Kurosawa,5987,5987,3,3,1 +1822,105,306,,,You Watanabe,You Watanabe,5988,5988,3,2,1 +1823,106,306,,,Yoshiko Tsushima,Yoshiko Tsushima,5989,5989,3,3,1 +1824,107,306,,,Hanamaru Kunikida,Hanamaru Kunikida,5990,5990,3,1,1 +1825,108,306,,,Mari Ohara,Mari Ohara,5991,5991,3,1,1 +1826,109,306,,,Ruby Kurosawa,Ruby Kurosawa,5992,5992,3,2,1 +1827,106,295,Yoshiko - School Unity,School Unity:Yoshiko,Yoshiko Tsushima,Yoshiko Tsushima,5993,5993,4,2,1 +1828,107,295,Hanamaru - School Unity,School Unity: Hanamaru,Hanamaru Kunikida,Hanamaru Kunikida,5994,5994,4,3,1 +1829,109,295,Ruby - School Unity,School Unity: Ruby,Ruby Kurosawa,Ruby Kurosawa,5995,5995,4,1,1 +1830,4,105,From the Princess,Why Am I a Princess?,Umi Sonoda,Umi Sonoda,5996,5997,3,1,1 +1831,7,105,Sorceress Nozomin,Wizard Nozomi!,Nozomi Tojo,Nozomi Tojo,5998,5999,3,3,1 +1832,3,105,Beast Tamer Kotori,Beastmaster Kotori!,Kotori Minami,Kotori Minami,6000,6001,4,2,1 +1833,107,263,Warming Body and Soul,Warmed to the Core,Hanamaru Kunikida,Hanamaru Kunikida,6002,6003,3,2,1 +1834,109,263,Winter Fairy's Flight,Snow Fairy's Leap,Ruby Kurosawa,Ruby Kurosawa,6004,6005,3,1,1 +1835,102,263,Songstress of Snow,Dancing in the Snow,Riko Sakurauchi,Riko Sakurauchi,6006,6007,5,2,1 +1836,108,263,Snowball Full of Love,Love-Filled Snow,Mari Ohara,Mari Ohara,6008,6009,4,3,1 +1837,103,323,Gentle Sparkle,Gentle Sparkle,Kanan Matsuura,Kanan Matsuura,6010,6011,3,2,1 +1838,105,323,Christmas Eve Tidings,Holy Night Gospel,You Watanabe,You Watanabe,6012,6013,3,1,1 +1839,17,368,,,Minami Nagayama,Minami Nagayama,6014,6015,5,1,1 +1840,50,396,,,Akira Kizaki,Akira Kizaki,6016,6017,5,1,1 +1841,101,295,Chika - School Unity,School Unity: Chika,Chika Takami,Chika Takami,6018,6018,4,3,1 +1842,102,295,Riko - School Unity,School Unity: Riko,Riko Sakurauchi,Riko Sakurauchi,6019,6019,4,2,1 +1843,105,295,You - School Unity,School Unity: You,You Watanabe,You Watanabe,6020,6020,4,1,1 +1844,1,105,I'm a Swordswoman Now!,I'm a Knight!,Honoka Kosaka,Honoka Kosaka,6021,6022,3,3,1 +1845,5,105,Following Old Habits,Like Always,Rin Hoshizora,Rin Hoshizora,6023,6024,5,2,1 +1846,102,264,A Special New Year,A Special New Year's,Riko Sakurauchi,Riko Sakurauchi,6025,6026,3,3,1 +1847,104,264,New Year's Gift,A New Year's Gift,Dia Kurosawa,Dia Kurosawa,6027,6028,3,2,1 +1848,109,264,Vow to Do My Rubesty,New Year New Rubesty,Ruby Kurosawa,Ruby Kurosawa,6029,6030,3,1,1 +1849,105,264,You Can Count on You!,Leave It to You!,You Watanabe,You Watanabe,6031,6032,5,1,1 +1850,106,264,Last Day to Descend,Final Fall This Year,Yoshiko Tsushima,Yoshiko Tsushima,6033,6034,4,2,1 +1851,101,307,Let's Coordinate♪,Let's Match!,Chika Takami,Chika Takami,6035,6035,3,1,1 +1852,102,307,Matching Flowers,Matching Flowers,Riko Sakurauchi,Riko Sakurauchi,6036,6036,3,3,1 +1853,103,307,Time for Our Best Show!,My Best Performance,Kanan Matsuura,Kanan Matsuura,6037,6037,3,2,1 +1854,104,307,Finding a Match,Finding the Match,Dia Kurosawa,Dia Kurosawa,6038,6038,3,3,1 +1855,105,307,Everyday Shine,Shining Every Day!,You Watanabe,You Watanabe,6039,6039,3,2,1 +1856,106,307,Yohane's Dark Designs,Yohane's Machination,Yoshiko Tsushima,Yoshiko Tsushima,6040,6040,3,3,1 +1857,107,307,A Whole New World,The New World,Hanamaru Kunikida,Hanamaru Kunikida,6041,6041,3,1,1 +1858,108,307,Shooting Star,Shooting Star,Mari Ohara,Mari Ohara,6042,6042,3,1,1 +1859,109,307,Overwhelming Love,Imbuing my Love,Ruby Kurosawa,Ruby Kurosawa,6043,6043,3,2,1 +1860,104,297,Garnet Dress,Garnet-Colored Dress,Dia Kurosawa,Dia Kurosawa,6044,6044,4,3,1 +1861,3,164,Overcome the Snow,Overcome the Snow,Kotori Minami,Kotori Minami,6045,6046,3,2,1 +1862,9,165,Requited Passion,Reward for Passion,Nico Yazawa,Nico Yazawa,6047,6048,3,3,1 +1863,43,389,,,Tsurugi Kadota,Tsurugi Kadota,6049,6050,5,3,1 +1864,67,403,,,Leo,Leo,6051,6052,5,1,1 +1865,103,295,Kanan - School Unity,School Unity: Kanan,Kanan Matsuura,Kanan Matsuura,6053,6053,4,1,1 +1866,104,295,Dia - School Unity,School Unity: Dia,Dia Kurosawa,Dia Kurosawa,6054,6054,4,2,1 +1867,108,295,Mari - School Unity,School Unity: Mari,Mari Ohara,Mari Ohara,6055,6055,4,3,1 +1868,101,308,Let's Sing Together!,Let's Sing Together!,Chika Takami,Chika Takami,6056,6057,3,3,1 +1869,102,308,Everybody Form A Circle,Singing in a Circle,Riko Sakurauchi,Riko Sakurauchi,6058,6059,3,2,1 +1870,103,308,My Specialty,My Go-To Song,Kanan Matsuura,Kanan Matsuura,6060,6061,3,1,1 +1871,104,308,Karaoke Magistrate,Karaoke Magistrate,Dia Kurosawa,Dia Kurosawa,6062,6063,3,2,1 +1872,105,308,Karaoke Hype Girl,Karaoke Party Squad!,You Watanabe,You Watanabe,6064,6065,3,1,1 +1873,106,308,Summoning Ritual,Summoning Ritual,Yoshiko Tsushima,Yoshiko Tsushima,6066,6067,3,2,1 +1874,107,308,Modern Convenience,Cultural Achievement,Hanamaru Kunikida,Hanamaru Kunikida,6068,6069,3,3,1 +1875,108,308,Shout It Out Together,Shouting in Unison,Mari Ohara,Mari Ohara,6070,6071,3,3,1 +1876,109,308,A Duet With You,Our Duet,Ruby Kurosawa,Ruby Kurosawa,6072,6073,3,1,1 +1877,9,106,Only Role I’ll Take,Worthy Role,Nico Yazawa,Nico Yazawa,6074,6075,3,1,1 +1878,2,106,Monster and Hunter,Monster and Hunter,Eli Ayase,Eli Ayase,6076,6077,4,3,1 +1879,101,265,Lazy New Year's Eve,Relaxing New Year's,Chika Takami,Chika Takami,6078,6079,3,2,1 +1880,107,265,Memory Album,Album of Memories,Hanamaru Kunikida,Hanamaru Kunikida,6080,6081,3,3,1 +1881,108,265,New Year Hospitality,New Year's Tradition,Mari Ohara,Mari Ohara,6082,6083,5,3,1 +1882,103,265,Ready for NYE?,Ready for Tonight?,Kanan Matsuura,Kanan Matsuura,6084,6085,4,1,1 +1883,8,124,My Feast,Treat for Me,Hanayo Koizumi,Hanayo Koizumi,6086,6086,4,3,1 +1884,8,128,Warmth of Your Hands,Warmth of Your hand,Hanayo Koizumi,Hanayo Koizumi,6087,6087,4,2,1 +1885,104,324,NY Meal Full of Wishes,Meaning of Osechi,Dia Kurosawa,Dia Kurosawa,6088,6089,3,3,1 +1886,107,323,Lost Chopsticks Found,Wandering Chopsticks,Hanamaru Kunikida,Hanamaru Kunikida,6090,6091,3,2,1 +1887,20,382,,,Iruka Suda,Iruka Suda,6092,6093,5,1,1 +1888,25,375,,,Rika Kamiya,Rika Kamiya,6094,6095,5,3,1 +1889,101,309,I'm Feeling Italian,Italian Kind of Mood,Chika Takami,Chika Takami,6096,6096,5,2,1 +1890,102,309,Where I'd Like to Go,Where I'd Go,Riko Sakurauchi,Riko Sakurauchi,6097,6097,5,1,1 +1891,103,309,Having Lunch Together,Lunch for Two,Kanan Matsuura,Kanan Matsuura,6098,6098,5,3,1 +1892,104,309,Simple Consideration,Modest Concern,Dia Kurosawa,Dia Kurosawa,6099,6099,5,1,1 +1893,105,309,Me and the Gondolier,You the Gondoliera,You Watanabe,You Watanabe,6100,6100,5,3,1 +1894,106,309,Fallen Angel’s Fancy,Fallen Angel's Trip,Yoshiko Tsushima,Yoshiko Tsushima,6101,6101,5,1,1 +1895,107,309,Rope Bridge Effect Zura,Like a Rope Bridge,Hanamaru Kunikida,Hanamaru Kunikida,6102,6102,5,2,1 +1896,108,309,Tea Time With Mari,Tea Time with Mari,Mari Ohara,Mari Ohara,6103,6103,5,2,1 +1897,109,309,What's in Your Heart,Show Me Your Heart,Ruby Kurosawa,Ruby Kurosawa,6104,6104,5,3,1 +1898,8,106,Role of Shinto Priest,Priest's Job,Hanayo Koizumi,Hanayo Koizumi,6105,6106,3,2,1 +1899,6,106,If We're Together,With Two of Us,Maki Nishikino,Maki Nishikino,6107,6108,5,1,1 +1900,103,266,Aquatic Valentine,Sea Valentines,Kanan Matsuura,Kanan Matsuura,6109,6110,3,3,1 +1901,105,266,Valentine's Magic,Valentine's Magic,You Watanabe,You Watanabe,6111,6112,3,2,1 +1902,108,266,Sky-Blue Chocolate,Sky Blue Chocolate,Mari Ohara,Mari Ohara,6113,6114,3,1,1 +1903,109,266,Sweet Message,Sweet Message,Ruby Kurosawa,Ruby Kurosawa,6115,6116,5,1,1 +1904,107,266,Choco-Fueled Smiles,Chocolatey Smile,Hanamaru Kunikida,Hanamaru Kunikida,6117,6118,4,2,1 +1905,2,165,A Gift One Day Early,Early Gift,Eli Ayase,Eli Ayase,6119,6120,3,3,1 +1906,6,165,Showing My True Heart,My True Feelings,Maki Nishikino,Maki Nishikino,6121,6122,3,2,1 +1907,46,389,,,Fuu Saiki,Fuu Saiki,6123,6124,5,1,1 +1908,59,396,,,Sakuya Kurobane,Sakuya Kurobane,6125,6126,5,2,1 +1909,103,297,Happy Surprise,Happy Surprises,Kanan Matsuura,Kanan Matsuura,6127,6127,4,2,1 +1910,1,107,Do Sweet Buns Work?,How About Sweet Buns,Honoka Kosaka,Honoka Kosaka,6128,6129,3,2,1 +1911,5,107,Just for You,Just for You,Rin Hoshizora,Rin Hoshizora,6130,6131,3,3,1 +1912,9,107,Toiling in the Shadows,Secret Efforts,Nico Yazawa,Nico Yazawa,6132,6133,4,1,1 +1913,101,267,Mikan Orangette,Coated Mikan Oranges,Chika Takami,Chika Takami,6134,6135,3,3,1 +1914,104,267,Sweet Meltiness,Melt in Your Mouth,Dia Kurosawa,Dia Kurosawa,6136,6137,3,3,1 +1915,106,267,Black and White,Black and White,Yoshiko Tsushima,Yoshiko Tsushima,6138,6139,5,2,1 +1916,102,267,Opera Research,My Opera's Melody,Riko Sakurauchi,Riko Sakurauchi,6140,6141,4,1,1 +1917,101,310,Water Songstress,Water Songstress,Chika Takami,Chika Takami,6142,6142,3,1,1 +1918,102,310,Gaze Through the Glass,Beyond the Glass,Riko Sakurauchi,Riko Sakurauchi,6143,6143,3,3,1 +1919,103,310,Marine Power,Marine Power,Kanan Matsuura,Kanan Matsuura,6144,6144,3,2,1 +1920,104,310,The Best for Last,The Best for Last,Dia Kurosawa,Dia Kurosawa,6145,6145,3,3,1 +1921,105,310,Aquarium Romance,Aquarium Romance,You Watanabe,You Watanabe,6146,6146,3,2,1 +1922,106,310,Yohane and the Sea,Sea vs. Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,6147,6147,3,3,1 +1923,107,310,Hungry Live Show,Hungry Live Show,Hanamaru Kunikida,Hanamaru Kunikida,6148,6148,3,1,1 +1924,108,310,Lucky Fish,Lucky Fish,Mari Ohara,Mari Ohara,6149,6149,3,1,1 +1925,109,310,The Perfect Costume,Perfect Costumes,Ruby Kurosawa,Ruby Kurosawa,6150,6150,3,2,1 +1926,106,324,A Precious Plan,Cute Scheme,Yoshiko Tsushima,Yoshiko Tsushima,6151,6152,3,3,1 +1927,108,324,Present in the Snow,Presents in the Snow,Mari Ohara,Mari Ohara,6153,6154,3,2,1 +1928,27,368,,,Seira Kujo,Seira Kujo,6155,6156,5,2,1 +1929,35,375,,,Mizuki Kikkawa,Mizuki Kikkawa,6157,6158,5,1,1 +1930,6,107,Maki’s Favorite,Maki's Favorite,Maki Nishikino,Maki Nishikino,6159,6160,3,3,1 +1931,4,107,The μ's Set ☆,The μ's Set!,Umi Sonoda,Umi Sonoda,6161,6162,5,2,1 +1932,102,268,Polished and Pure,Gentle Purity,Riko Sakurauchi,Riko Sakurauchi,6163,6164,3,2,1 +1933,103,268,Graceful Beauty,Refined Beauty,Kanan Matsuura,Kanan Matsuura,6165,6166,3,1,1 +1934,106,268,Love of Nature,Love of Nature,Yoshiko Tsushima,Yoshiko Tsushima,6167,6168,3,2,1 +1935,107,268,Bright and Cheery,Bright and Cheery,Hanamaru Kunikida,Hanamaru Kunikida,6169,6170,5,3,1 +1936,109,268,Sympathy,Compassion,Ruby Kurosawa,Ruby Kurosawa,6171,6172,4,1,1 +1937,107,297,Share the Sweetness,Sharing the Sweetness,Hanamaru Kunikida,Hanamaru Kunikida,6173,6173,4,1,1 +1938,4,165,Sharing One Stage,Sharing One Stage,Umi Sonoda,Umi Sonoda,6174,6175,3,1,1 +1939,5,165,Trouble Warded Off,Evil is Banished!,Rin Hoshizora,Rin Hoshizora,6176,6177,3,2,1 +1940,26,382,,,Nanaka Morishima,Nanaka Morishima,6178,6179,5,1,1 +1941,57,389,,,Himeno Ayanokoji,Himeno Ayanokoji,6180,6181,5,1,1 +1942,2,108,Luxurious Leisure,Luxurious Leisure,Eli Ayase,Eli Ayase,6182,6183,3,1,1 +1943,7,108,The Nozomi Set ☆,The Nozomi Set!,Nozomi Tojo,Nozomi Tojo,6184,6185,4,2,1 +1944,4,124,Posing Research,Researching Poses,Umi Sonoda,Umi Sonoda,6186,6186,4,1,1 +1945,4,128,Childhood Memories,Our Childhood Bonds,Umi Sonoda,Umi Sonoda,6187,6187,4,3,1 +1946,105,269,Mutual Trust,Faithful Hearts,You Watanabe,You Watanabe,6188,6189,3,3,1 +1947,108,269,Proof of Faith,Proof of Trust,Mari Ohara,Mari Ohara,6190,6191,3,2,1 +1948,104,269,Humble Virtue,Humble Virtue,Dia Kurosawa,Dia Kurosawa,6192,6193,5,1,1 +1949,101,269,Always an Adventure,Always an Adventure,Chika Takami,Chika Takami,6194,6195,4,3,1 +1950,112,353,Eleven Snow Crystals,Eleven Snowflakes,Leah Kazuno,Leah Kazuno,6196,6197,5,3,1 +1951,113,353,Our True Power,Our True Power,Sarah Kazuno,Sarah Kazuno,6198,6199,5,3,1 +1952,101,324,A Special Message,A Special Message,Chika Takami,Chika Takami,6200,6201,3,2,1 +1953,107,324,Homemade Baumkuchen,Homemade Baumkuchen,Hanamaru Kunikida,Hanamaru Kunikida,6202,6203,3,1,1 +1954,14,368,,,Marika Ichinose,Marika Ichinose,6204,6205,5,1,1 +1955,64,396,,,Mutsuki Takamagahara,Mutsuki Takamagahara,6206,6207,5,2,1 +1956,106,293,A Letter to You,A Letter for You,Yoshiko Tsushima,Yoshiko Tsushima,6208,6209,4,3,1 +1957,107,293,Hanamaru's World,Hanamaru's World,Hanamaru Kunikida,Hanamaru Kunikida,6210,6211,4,1,1 +1958,109,293,Ruby's Letter,Ruby's Letter,Ruby Kurosawa,Ruby Kurosawa,6212,6213,4,2,1 +1959,101,334,Full of Affection,Lots of Love,Chika Takami,Chika Takami,6214,6214,4,1,1 +1960,3,108,The Kotori Set,The Kotori Set,Kotori Minami,Kotori Minami,6215,6216,3,3,1 +1961,8,108,Rice Balls = Sweets?,Rice Balls = Sweets?,Hanayo Koizumi,Hanayo Koizumi,6217,6218,5,1,1 +1962,102,270,Proof of a Dream,Proof of a Dream,Riko Sakurauchi,Riko Sakurauchi,6219,6220,3,1,1 +1963,107,270,Special Lunch,Special Lunch,Hanamaru Kunikida,Hanamaru Kunikida,6221,6222,3,3,1 +1964,109,270,In My Sights,In My Sights,Ruby Kurosawa,Ruby Kurosawa,6223,6224,3,2,1 +1965,108,270,Magic for the Senses,Magic for the Senses,Mari Ohara,Mari Ohara,6225,6226,5,2,1 +1966,105,270,I Could Play Forever!,I Could Play Forever,You Watanabe,You Watanabe,6227,6228,4,3,1 +1967,91,344,Squeeze Tight!,Squeeze Tight!,Honoka Kosaka,Honoka Kosaka,6229,6229,2,1,1 +1968,92,344,Fox's Winter Coat,Winter Fox,Eli Ayase,Eli Ayase,6230,6230,2,3,1 +1969,93,344,Counting Sheep,Counting Sheep,Kotori Minami,Kotori Minami,6231,6231,2,2,1 +1970,94,344,Comprehend Cuteness,Literally Too Cute,Umi Sonoda,Umi Sonoda,6232,6232,2,3,1 +1971,95,344,Kitty Transformation,Kitty Transformation,Rin Hoshizora,Rin Hoshizora,6233,6233,2,1,1 +1972,96,344,Not All That Bad,It's Not so Bad,Maki Nishikino,Maki Nishikino,6234,6234,2,3,1 +1973,97,344,You Can't Fool Me!,I See All!,Nozomi Tojo,Nozomi Tojo,6235,6235,2,2,1 +1974,98,344,Can You Mimic This?,Am I a Good Mimic?,Hanayo Koizumi,Hanayo Koizumi,6236,6236,2,2,1 +1975,99,344,Nico Lovely Rice Ball,Rice Ball of Love,Nico Yazawa,Nico Yazawa,6237,6237,2,1,1 +1976,191,352,Post-Bath Orange,Post-Bath Mikan,Chika Takami,Chika Takami,6238,6238,2,1,1 +1977,192,352,Give a Big Squeeze!,Squeeze Me Tight!,Riko Sakurauchi,Riko Sakurauchi,6239,6239,2,2,1 +1978,193,352,Panda Impersonation,Imitating Pandas,Kanan Matsuura,Kanan Matsuura,6240,6240,2,3,1 +1979,194,352,I Want a Big Hug,I Want to Hug Her,Dia Kurosawa,Dia Kurosawa,6241,6241,2,1,1 +1980,195,352,Let's Have a Chat,Let's Chat All Night,You Watanabe,You Watanabe,6242,6242,2,1,1 +1981,196,352,World of Slumber,The Dream World,Yoshiko Tsushima,Yoshiko Tsushima,6243,6243,2,2,1 +1982,197,352,Count to a Hundred,Count to 100,Hanamaru Kunikida,Hanamaru Kunikida,6244,6244,2,3,1 +1983,198,352,Dream Another Chapter,The Dream Continues,Mari Ohara,Mari Ohara,6245,6245,2,3,1 +1984,199,352,How Bunnies Must Feel,How Bunnies Feel,Ruby Kurosawa,Ruby Kurosawa,6246,6246,2,2,1 +1985,85,348,,,Alpaca Cria,Alpaca's Child,6247,6247,1,1,1 +1986,125,356,,,Shiitake's Puppies,Shiitake's Children,6248,6248,1,2,1 +1987,126,356,,,Anko,Anko,6249,6249,1,3,1 +1988,3,165,Feeling Grateful,Feeling of Gratitude,Kotori Minami,Kotori Minami,6250,6251,3,1,1 +1989,8,165,Expressing My Heart,Pouring Out My Heart,Hanayo Koizumi,Hanayo Koizumi,6252,6253,3,3,1 +1990,53,396,,,Sayuri Hyodo,Sayuri Hyodo,6254,6255,5,3,1 +1991,55,403,,,Rakshata,Rakshata,6256,6257,5,2,1 +1992,2,123,Secret Correspondence,Secret Letter,Eli Ayase,Eli Ayase,6258,6259,4,2,1 +1993,7,123,Telepathic Link,Telepathic Link,Nozomi Tojo,Nozomi Tojo,6260,6261,4,1,1 +1994,9,123,Letter From the Heart,From the Heart,Nico Yazawa,Nico Yazawa,6262,6263,4,3,1 +1995,8,109,Princess's Crown,Princess' Crown,Hanayo Koizumi,Hanayo Koizumi,6264,6265,3,2,1 +1996,9,109,We Both Lucked Out,Lucky for All of Us,Nico Yazawa,Nico Yazawa,6266,6267,3,2,1 +1997,5,109,One More Live Show,One More Live Show,Rin Hoshizora,Rin Hoshizora,6268,6269,4,1,1 +1998,101,271,My Fun Meter's Maxed!,A+ Fun!,Chika Takami,Chika Takami,6270,6271,3,1,1 +1999,104,271,Overcome Temptation!,Resist Temptation!,Dia Kurosawa,Dia Kurosawa,6272,6273,3,2,1 +2000,103,271,Thrill Ride,Magical Coaster,Kanan Matsuura,Kanan Matsuura,6274,6275,5,3,1 +2001,106,271,The Dark Carnival,Dark Theme Park,Yoshiko Tsushima,Yoshiko Tsushima,6276,6277,4,1,1 +2002,105,294,Shout Out Your Joy!,Shouting My Love!,You Watanabe,You Watanabe,6278,6278,4,2,1 +2003,105,297,Standing a Bit Taller,A Bit More Grown Up,You Watanabe,You Watanabe,6279,6279,4,2,1 +2004,6,124,Put My Soul Into It,Heart and Soul,Maki Nishikino,Maki Nishikino,6280,6280,4,1,1 +2005,6,128,Poker Night,Poker Time,Maki Nishikino,Maki Nishikino,6281,6281,4,3,1 +2006,102,324,Cherry Blossom Sprite,Cherry Blossom Fairy,Riko Sakurauchi,Riko Sakurauchi,6282,6283,3,3,1 +2007,103,324,To Your Heart,In Your Heart,Kanan Matsuura,Kanan Matsuura,6284,6285,3,1,1 +2008,41,389,,,Shun Kurosaki,Shun Kurosaki,6286,6287,5,1,1 +2009,58,396,,,Sakura Kurobane,Sakura Kurobane,6288,6289,5,3,1 +2010,103,293,Just Wanna Hug It Out,I Wanna Hug You!,Kanan Matsuura,Kanan Matsuura,6290,6291,4,2,1 +2011,104,293,Put My Heart Into It,A Full Ceremony,Dia Kurosawa,Dia Kurosawa,6292,6293,4,3,1 +2012,108,293,Sending Love to All,My Love for Everyone,Mari Ohara,Mari Ohara,6294,6295,4,1,1 +2013,6,109,Sun-Dappled Symphony,Sun-Dappled Symphony,Maki Nishikino,Maki Nishikino,6296,6297,3,3,1 +2014,3,109,Time to Recharge,Time to Refresh,Kotori Minami,Kotori Minami,6298,6299,5,1,1 +2015,10,350,Starlight Sailors,Starlight Sailor,μ's,,6300,6300,3,5,1 +2016,110,358,Flower Circles,Floral Flourish,Aqours,,6301,6301,3,5,1 +2017,103,272,The Occasional Whim,Go with the Flow!,Kanan Matsuura,Kanan Matsuura,6302,6303,3,2,1 +2018,106,272,Train to the Abyss,On the Phantom Train,Yoshiko Tsushima,Yoshiko Tsushima,6304,6305,3,1,1 +2019,109,272,Hopping Out for a Bit,Zooming Off,Ruby Kurosawa,Ruby Kurosawa,6306,6307,3,3,1 +2020,102,272,Safety First!,To Keep People Safe,Riko Sakurauchi,Riko Sakurauchi,6308,6309,5,1,1 +2021,101,272,Chika-chi’s Whistle,Chika's Whistle,Chika Takami,Chika Takami,6310,6311,4,2,1 +2022,1,165,Is Handmade Okay?,Handmade Sweets,Honoka Kosaka,Honoka Kosaka,6312,6313,3,2,1 +2023,7,165,Day of a Miracle,A Miraculous Day,Nozomi Tojo,Nozomi Tojo,6314,6315,3,1,1 +2024,24,368,,,Ayumi Torii,Ayumi Torii,6316,6317,5,2,1 +2025,32,375,,,Kasane Hasekura,Kasane Hasekura,6318,6319,5,1,1 +2026,5,123,Cheering for You,Cheering for You,Rin Hoshizora,Rin Hoshizora,6320,6321,4,3,1 +2027,6,123,Following My Heart,Honest Feelings,Maki Nishikino,Maki Nishikino,6322,6323,4,2,1 +2028,8,123,Time for a Debut!,Let Me Show You!,Hanayo Koizumi,Hanayo Koizumi,6324,6325,4,1,1 +2029,2,110,Authentic Happiness,With Pure Joy,Eli Ayase,Eli Ayase,6326,6327,3,2,1 +2030,4,110,Holding the Memories,Embracing Memories,Umi Sonoda,Umi Sonoda,6328,6329,4,3,1 +2031,107,273,Kind Support,Gentle Support,Hanamaru Kunikida,Hanamaru Kunikida,6330,6331,3,1,1 +2032,108,273,In the Mood to Travel,Wanderlust,Mari Ohara,Mari Ohara,6332,6333,3,2,1 +2033,105,273,To Reach Everyone,To Reach Everyone,You Watanabe,You Watanabe,6334,6335,5,3,1 +2034,104,273,The Aqours Express,The Aqours Train,Dia Kurosawa,Dia Kurosawa,6336,6337,4,3,1 +2035,105,324,Reason for the Duel,Why We Duel,You Watanabe,You Watanabe,6338,6339,3,2,1 +2036,109,324,Like My Idol,Like My Role Model,Ruby Kurosawa,Ruby Kurosawa,6340,6341,3,1,1 +2037,16,382,,,Fumie Nishimura,Fumie Nishimura,6342,6343,5,3,1 +2038,61,389,,,Ryo Aikawa,Ryo Aikawa,6344,6345,5,3,1 +2039,101,293,Chika’s Hidden Power,Chika's Latent Power,Chika Takami,Chika Takami,6346,6347,4,1,1 +2040,102,293,My Treasured Song,My Favorite Songs,Riko Sakurauchi,Riko Sakurauchi,6348,6349,4,3,1 +2041,105,293,Returning the Favor,Repaying You,You Watanabe,You Watanabe,6350,6351,4,2,1 +2042,204,362,Lost Child Lunchtime,Lost During Lunchtime,Karin Asaka,Karin Asaka,6352,6352,3,3,1 +2043,207,362,Forgetting I’m Hungry,Even Forget to Eat,Setsuna Yuki,Setsuna Yuki,6353,6353,3,3,1 +2044,209,362,Busy Lunch,Busy Lunchtime,Rina Tennoji,Rina Tennoji,6354,6354,3,1,1 +2045,1,110,A Dash of Sunshine,Spring Seasoning,Honoka Kosaka,Honoka Kosaka,6355,6356,3,1,1 +2046,7,110,Thanking My Helper,A Thank You Gift,Nozomi Tojo,Nozomi Tojo,6357,6358,5,3,1 +2047,101,274,A Little More Mature,I Feel More Grown-Up,Chika Takami,Chika Takami,6359,6360,3,1,1 +2048,106,274,Enchanting Steps,Captivating Steps,Yoshiko Tsushima,Yoshiko Tsushima,6361,6362,3,2,1 +2049,108,274,Exotic Nights,Exotic Night,Mari Ohara,Mari Ohara,6363,6364,3,3,1 +2050,107,274,Continuing the Convo,The Next Chapter,Hanamaru Kunikida,Hanamaru Kunikida,6365,6366,5,2,1 +2051,103,274,In the Mood to Dance,The Urge to Dance,Kanan Matsuura,Kanan Matsuura,6367,6368,4,3,1 +2052,2,166,Rainbow After the Rain,Rainbow After Rain,Eli Ayase,Eli Ayase,6369,6370,3,1,1 +2053,3,166,Shared Umbrellas,Under One Umbrella,Kotori Minami,Kotori Minami,6371,6372,3,3,1 +2054,206,375,,,Kanata Konoe,Kanata Konoe,6373,6374,5,1,1 +2055,68,403,,,Yukari Saotome,Yukari Saotome,6375,6376,5,2,1 +2056,1,123,I Have to Say It,Expressing Myself,Honoka Kosaka,Honoka Kosaka,6377,6378,4,3,1 +2057,3,123,From Me to You,A Message for You,Kotori Minami,Kotori Minami,6379,6380,4,1,1 +2058,4,123,Surging Emotions,Rush of Emotion,Umi Sonoda,Umi Sonoda,6381,6382,4,2,1 +2059,7,124,Special Tarot Reading,Special Tarot,Nozomi Tojo,Nozomi Tojo,6383,6383,4,3,1 +2060,7,128,Follow Your Happiness,Guided by Happiness,Nozomi Tojo,Nozomi Tojo,6384,6384,4,2,1 +2061,5,111,Fanning Yourself,Fanning and Cooling,Rin Hoshizora,Rin Hoshizora,6385,6386,3,1,1 +2062,9,111,Like a Marble,Like a Marble,Nico Yazawa,Nico Yazawa,6387,6388,3,3,1 +2063,6,111,Bubbly Ramune,Bubbly Ramune,Maki Nishikino,Maki Nishikino,6389,6390,4,3,1 +2064,108,294,Shiny Birthday to You,Shiny Birthday,Mari Ohara,Mari Ohara,6391,6391,4,1,1 +2065,108,297,Welcome to the Party,Welcome to the Party,Mari Ohara,Mari Ohara,6392,6392,4,1,1 +2066,104,275,Making You My Captive,My Captive,Dia Kurosawa,Dia Kurosawa,6393,6394,3,1,1 +2067,105,275,My Fixation,In the Details,You Watanabe,You Watanabe,6395,6396,3,1,1 +2068,109,275,A Burden Shared,Sharing Worries,Ruby Kurosawa,Ruby Kurosawa,6397,6398,5,3,1 +2069,102,275,Mysterious Night,Mysterious Night,Riko Sakurauchi,Riko Sakurauchi,6399,6400,4,2,1 +2070,107,325,Your Profile,Your Profile,Hanamaru Kunikida,Hanamaru Kunikida,6401,6402,3,3,1 +2071,108,325,Sharing an Umbrella,Sharing an Umbrella,Mari Ohara,Mari Ohara,6403,6404,3,1,1 +2072,208,403,,,Emma Verde,Emma Verde,6405,6406,5,2,1 +2073,33,382,,,Ru Tatara,Ru Tatara,6407,6408,5,2,1 +2074,3,111,Summer Buffet,Summer Assortment,Kotori Minami,Kotori Minami,6409,6410,3,1,1 +2075,2,111,Echo of a Breeze,A Refreshing Sound,Eli Ayase,Eli Ayase,6411,6412,5,2,1 +2076,103,276,Bubble Party,Bubbles Together,Kanan Matsuura,Kanan Matsuura,6413,6414,3,3,1 +2077,104,276,Secret to Big Bubbles,Bubble-Blowing Trick,Dia Kurosawa,Dia Kurosawa,6415,6416,3,3,1 +2078,109,276,Ruby's Big Idea,Ruby's Idea,Ruby Kurosawa,Ruby Kurosawa,6417,6418,3,2,1 +2079,106,276,Easily Broken,Fragile Creations,Yoshiko Tsushima,Yoshiko Tsushima,6419,6420,5,1,1 +2080,108,276,Led Guided by Bubbles,Led by Bubbles,Mari Ohara,Mari Ohara,6421,6422,4,2,1 +2081,18,376,,,Christina,Christina,6423,6424,1,3,1 +2082,5,166,I Want Good Weather,For a Sunny Tomorrow,Rin Hoshizora,Rin Hoshizora,6425,6426,3,2,1 +2083,9,166,Dreamy Milky Way,Milky Way of Dreams,Nico Yazawa,Nico Yazawa,6427,6428,3,1,1 +2084,7,112,Multicolor Fireworks,Colorful Fireworks,Nozomi Tojo,Nozomi Tojo,6429,6430,3,1,1 +2085,8,112,Marble Madness,Rolling Marble,Hanayo Koizumi,Hanayo Koizumi,6431,6432,4,2,1 +2086,106,294,Birthday Ragnarok,Birthday Ragnarok,Yoshiko Tsushima,Yoshiko Tsushima,6433,6433,4,3,1 +2087,106,297,Guess What Today Is?,Guess What Today Is?,Yoshiko Tsushima,Yoshiko Tsushima,6434,6434,4,3,1 +2088,42,390,,,Fumi Shitara,Fumi Shitara,6435,6436,1,3,1 +2089,102,277,Melody of the Bubbles,The Bubble's Melody,Riko Sakurauchi,Riko Sakurauchi,6437,6438,3,3,1 +2090,107,277,Bubble Shower!,Shower of Bubbles,Hanamaru Kunikida,Hanamaru Kunikida,6439,6440,3,1,1 +2091,101,277,Let’s Play Together!,Let's Blow Bubbles,Chika Takami,Chika Takami,6441,6442,5,2,1 +2092,105,277,Us and the Bubbles,Bubbles for Two,You Watanabe,You Watanabe,6443,6444,4,1,1 +2093,47,397,,,Mikoto Fukuhara,Mikoto Fukuhara,6445,6446,1,3,1 +2094,104,325,In My Hat and Dress,Hat and Dress,Dia Kurosawa,Dia Kurosawa,6447,6448,3,2,1 +2095,105,325,The Uchiura Shore,Uchiura's Beach,You Watanabe,You Watanabe,6449,6450,3,3,1 +2096,101,311,Full-Throttle Live!,Full-Power Live Show,Chika Takami,Chika Takami,6451,6451,5,1,1 +2097,102,311,Connecting the Notes,Sounds Tied Together,Riko Sakurauchi,Riko Sakurauchi,6452,6452,5,3,1 +2098,103,311,Aqours’s Future,Aqours' Future,Kanan Matsuura,Kanan Matsuura,6453,6453,5,2,1 +2099,104,311,Burning Pop Quiz,Fiery Competition,Dia Kurosawa,Dia Kurosawa,6454,6454,5,3,1 +2100,105,311,Riding the Waves,Riding Our Wave,You Watanabe,You Watanabe,6455,6455,5,2,1 +2101,106,311,Soothsayer Yohane,A Positive Reading,Yoshiko Tsushima,Yoshiko Tsushima,6456,6456,5,3,1 +2102,107,311,Matching Hanamaru,Matching Mark,Hanamaru Kunikida,Hanamaru Kunikida,6457,6457,5,1,1 +2103,108,311,Unbeatable Hand,Perfect Plan,Mari Ohara,Mari Ohara,6458,6458,5,1,1 +2104,109,311,Ruby’s Quiz,Ruby's Quiz,Ruby Kurosawa,Ruby Kurosawa,6459,6459,5,2,1 +2105,9,124,Hear the Yell,Their Cheers for Me,Nico Yazawa,Nico Yazawa,6460,6460,4,2,1 +2106,9,128,From Secret to Shock,A Surprise in Return,Nico Yazawa,Nico Yazawa,6461,6461,4,1,1 +2107,4,112,Shining Mist,Sparkling Spray,Umi Sonoda,Umi Sonoda,6462,6463,3,2,1 +2108,1,112,Let ‘er Rip!,Shoot for the Stars!,Honoka Kosaka,Honoka Kosaka,6464,6465,5,3,1 +2109,101,294,Express Yourself,Sharing My Feelings,Chika Takami,Chika Takami,6466,6466,4,1,1 +2110,62,404,,,Isabella,Isabella,6467,6468,1,1,1 +2111,101,278,Hunting for Treasure,Treasure for Two,Chika Takami,Chika Takami,6469,6470,3,3,1 +2112,107,278,Poolside Temptations,Poolside Temptation,Hanamaru Kunikida,Hanamaru Kunikida,6471,6472,3,3,1 +2113,108,278,Lose Yourself in Us,Feel Our Wave!,Mari Ohara,Mari Ohara,6473,6474,3,1,1 +2114,105,278,Seeking a Specialty,Finding Perfection,You Watanabe,You Watanabe,6475,6476,5,2,1 +2115,104,278,Do Your Warmups!,Careful Warm-Up,Dia Kurosawa,Dia Kurosawa,6477,6478,4,2,1 +2116,1,124,Music Start!,Music Start!,Honoka Kosaka,Honoka Kosaka,6479,6479,4,2,1 +2117,105,407,The Dream Continues,May the Dream Go On,You Watanabe,You Watanabe,6480,6480,4,3,1 +2118,109,407,Bridge of Wings,Connected by Wings,Ruby Kurosawa,Ruby Kurosawa,6481,6481,4,1,1 +2119,31,369,,,Sachiko Tanaka,Sachiko Tanaka,6482,6483,1,1,1 +2120,4,166,Sea in the Shell,"Sea, Color and Sound",Umi Sonoda,Umi Sonoda,6484,6485,3,2,1 +2121,6,166,To the Sparkling Sea,To the Radiant Sea,Maki Nishikino,Maki Nishikino,6486,6487,3,3,1 +2122,1,122,Drawing Out the Cute,Doing It Justice,Honoka Kosaka,Honoka Kosaka,6488,6488,4,1,1 +2123,2,122,A Cruise With You,Cruising with You,Eli Ayase,Eli Ayase,6489,6489,4,3,1 +2124,3,122,Caressed by the Waves,Like a Rippling Wave,Kotori Minami,Kotori Minami,6490,6490,4,2,1 +2125,4,122,Secret Point,A Secret Detail,Umi Sonoda,Umi Sonoda,6491,6491,4,3,1 +2126,5,122,"Hop, Skip, Jump, Fly","Hopping, Bouncing",Rin Hoshizora,Rin Hoshizora,6492,6492,4,1,1 +2127,6,122,Land That Pose!,Choosing a Pose,Maki Nishikino,Maki Nishikino,6493,6493,4,3,1 +2128,7,122,Stars Show the Way,Led by the Stars,Nozomi Tojo,Nozomi Tojo,6494,6494,4,2,1 +2129,8,122,Favorite Focal Point,Favorite Part,Hanayo Koizumi,Hanayo Koizumi,6495,6495,4,2,1 +2130,9,122,Tell Me Your Passion,Hearing Your Passion,Nico Yazawa,Nico Yazawa,6496,6496,4,1,1 +2131,7,113,Fully Charged!,Fully Charged,Nozomi Tojo,Nozomi Tojo,6497,6498,3,3,1 +2132,8,113,Be Gentle,Go Easy on Us,Hanayo Koizumi,Hanayo Koizumi,6499,6500,3,1,1 +2133,2,113,Enjoying the View,Gazing at the View,Eli Ayase,Eli Ayase,6501,6502,4,2,1 +2134,36,383,,,Nagi Shiraki,Nagi Shiraki,6503,6504,1,1,1 +2135,103,279,Stay on Guard!,Stay on Guard!,Kanan Matsuura,Kanan Matsuura,6505,6506,3,1,1 +2136,106,279,Evening Descent,Moonlit Descent,Yoshiko Tsushima,Yoshiko Tsushima,6507,6508,3,1,1 +2137,109,279,Nighttime Pool Trip,Night Swim Together,Ruby Kurosawa,Ruby Kurosawa,6509,6510,5,2,1 +2138,102,279,Find the Mermaid,Looking for Mermaids,Riko Sakurauchi,Riko Sakurauchi,6511,6512,4,3,1 +2139,101,292,Taste the Orange,Just a Hint of Mikan,Chika Takami,Chika Takami,6513,6513,4,2,1 +2140,102,292,Enjoy It Hot!,Piping Hot Treat,Riko Sakurauchi,Riko Sakurauchi,6514,6514,4,1,1 +2141,103,292,I’ll Warm It Up,Keeping You Warm,Kanan Matsuura,Kanan Matsuura,6515,6515,4,3,1 +2142,104,292,Listen Closely,Listen to the Echoes,Dia Kurosawa,Dia Kurosawa,6516,6516,4,1,1 +2143,105,292,A Special Drink,Special Drink,You Watanabe,You Watanabe,6517,6517,4,3,1 +2144,106,292,Yohane’s Magic Wall,Yohane's Barrier,Yoshiko Tsushima,Yoshiko Tsushima,6518,6518,4,1,1 +2145,107,292,Miracle Card,Miracle Card Game,Hanamaru Kunikida,Hanamaru Kunikida,6519,6519,4,2,1 +2146,108,292,A Shiny Strategy,My Shiny Plan,Mari Ohara,Mari Ohara,6520,6520,4,2,1 +2147,109,292,Hold Hands,Holding Hands,Ruby Kurosawa,Ruby Kurosawa,6521,6521,4,3,1 +2148,22,376,,,Yuri Mido,Yuri Mido,6522,6523,1,1,1 +2149,103,325,Unlimited Chances,Infinite Chances,Kanan Matsuura,Kanan Matsuura,6524,6525,3,3,1 +2150,106,325,Grand Star,Grand Star,Yoshiko Tsushima,Yoshiko Tsushima,6526,6527,3,2,1 +2151,9,113,Nico's Souvenir,Nico's Presents,Nico Yazawa,Nico Yazawa,6528,6529,3,1,1 +2152,3,113,Kotori Joins the Fray,Time to Join In,Kotori Minami,Kotori Minami,6530,6531,5,3,1 +2153,60,390,,,Koyuki Shirase,Koyuki Shirase,6532,6533,1,3,1 +2154,101,280,Little Devil Lesson,Little Devil Lessons,Chika Takami,Chika Takami,6534,6535,3,2,1 +2155,103,280,Just the Two of Us,Together with You,Kanan Matsuura,Kanan Matsuura,6536,6537,3,2,1 +2156,109,280,Little Demon Ruby,Little Devil Ruby,Ruby Kurosawa,Ruby Kurosawa,6538,6539,3,1,1 +2157,108,280,It’s Showtime!,It's Almost Showtime,Mari Ohara,Mari Ohara,6540,6541,5,1,1 +2158,106,280,Fallen Angel’s Outfit,Styled by Yohane,Yoshiko Tsushima,Yoshiko Tsushima,6542,6543,4,3,1 +2159,49,397,,,Hitomi Shiga,Hitomi Shiga,6544,6545,1,2,1 +2160,1,166,Trying to Be Cool,Trying to Be Cool,Honoka Kosaka,Honoka Kosaka,6546,6547,3,1,1 +2161,8,166,Hold Up!,Put 'Em Up!,Hanayo Koizumi,Hanayo Koizumi,6548,6549,3,2,1 +2162,5,114,Captain Rin!,Captain Rin,Rin Hoshizora,Rin Hoshizora,6550,6551,3,2,1 +2163,4,114,Attack the Summit,Summit Challenge,Umi Sonoda,Umi Sonoda,6552,6553,4,1,1 +2164,3,124,The Main Character?,Who's the Star?,Kotori Minami,Kotori Minami,6554,6554,4,3,1 +2165,65,404,,,Jennifer,Jennifer,6555,6556,1,3,1 +2166,102,281,I Want Us Both to Try,Hanging Out Together,Riko Sakurauchi,Riko Sakurauchi,6557,6558,3,1,1 +2167,105,281,I’m Full of Ideas,Full of Ideas,You Watanabe,You Watanabe,6559,6560,3,2,1 +2168,104,281,Always Be Prepared,Careful Preparations,Dia Kurosawa,Dia Kurosawa,6561,6562,5,3,1 +2169,107,281,Hanamaru’s Adventure,Hanamaru's Adventure,Hanamaru Kunikida,Hanamaru Kunikida,6563,6564,4,3,1 +2170,102,294,A Special Stage!,A Special Stage!,Riko Sakurauchi,Riko Sakurauchi,6565,6565,4,3,1 +2171,109,294,Sudden Surprise,Sudden Surprise,Ruby Kurosawa,Ruby Kurosawa,6566,6566,4,2,1 +2172,101,312,Chika-chi's World,Chika's World,Chika Takami,Chika Takami,6567,6567,5,3,1 +2173,102,312,Colorful Melody,Embellished Melody,Riko Sakurauchi,Riko Sakurauchi,6568,6568,5,2,1 +2174,103,312,The Power to Support,The Power to Support,Kanan Matsuura,Kanan Matsuura,6569,6569,5,1,1 +2175,104,312,Feel the Sunshine,Feel the Sunshine,Dia Kurosawa,Dia Kurosawa,6570,6570,5,2,1 +2176,105,312,Set Sail for the Sky,Voyage in the Sky,You Watanabe,You Watanabe,6571,6571,5,1,1 +2177,106,312,Vow of Blood & Ebony,Pure and Dark's Pact,Yoshiko Tsushima,Yoshiko Tsushima,6572,6572,5,2,1 +2178,107,312,Go on an Adventure,Adventuring Together,Hanamaru Kunikida,Hanamaru Kunikida,6573,6573,5,3,1 +2179,108,312,Mari's Umbrella,Mari's Umbrella,Mari Ohara,Mari Ohara,6574,6574,5,3,1 +2180,109,312,Prayer to the Sun,Prayer to the Sun,Ruby Kurosawa,Ruby Kurosawa,6575,6575,5,1,1 +2181,106,335,Souls in Sync,Resonating Souls,Yoshiko Tsushima,Yoshiko Tsushima,6576,6576,4,3,1 +2182,1,114,Let's Head Out!,Time to Depart,Honoka Kosaka,Honoka Kosaka,6577,6578,3,3,1 +2183,6,114,Treasure Hunting Tips,Secret Treasure Hunt,Maki Nishikino,Maki Nishikino,6579,6580,5,2,1 +2184,23,383,,,Reine Saeki,Reine Saeki,6581,6582,1,3,1 +2185,101,282,Cooked Orange Special,Grilled Mikans,Chika Takami,Chika Takami,6583,6584,3,3,1 +2186,105,282,Harvest Weather ♪,Harvest Weather,You Watanabe,You Watanabe,6585,6586,3,1,1 +2187,107,282,A Blessed Harvest,Harvest Gratitude,Hanamaru Kunikida,Hanamaru Kunikida,6587,6588,3,2,1 +2188,103,282,A Little Alteration,A Clever Trick,Kanan Matsuura,Kanan Matsuura,6589,6590,5,2,1 +2189,108,282,The Mari Special,Mari's Special Idea,Mari Ohara,Mari Ohara,6591,6592,4,1,1 +2190,12,376,,,Coco Miyashita,Coco Miyashita,6593,6594,1,3,1 +2191,7,166,Prank Time!,Time for Tricks!,Nozomi Tojo,Nozomi Tojo,6595,6596,3,3,1 +2192,9,167,Sweet Halloween,Sweet Halloween,Nico Yazawa,Nico Yazawa,6597,6598,3,2,1 +2193,2,115,I See Through You,See Right Through Me,Eli Ayase,Eli Ayase,6599,6600,3,3,1 +2194,6,115,Show Me That Notebook,Show Me Your Notes,Maki Nishikino,Maki Nishikino,6601,6602,3,1,1 +2195,1,115,Bread for Fourth Meal,Late-Night Snacks,Honoka Kosaka,Honoka Kosaka,6603,6604,4,3,1 +2196,45,390,,,Yuuka Kirihara,Yuuka Kirihara,6605,6606,1,1,1 +2197,104,283,Conquer My Weakness?,Overcoming a Dislike,Dia Kurosawa,Dia Kurosawa,6607,6608,3,1,1 +2198,106,283,Obsidian Magma,Fallen Angel Magma,Yoshiko Tsushima,Yoshiko Tsushima,6609,6610,3,3,1 +2199,102,283,Tasty Smile,Delicious Smile,Riko Sakurauchi,Riko Sakurauchi,6611,6612,5,3,1 +2200,109,283,Potato Paradise,Potato Paradise,Ruby Kurosawa,Ruby Kurosawa,6613,6614,4,2,1 +2201,2,124,Put On the Best Show,The Best Show,Eli Ayase,Eli Ayase,6615,6615,4,1,1 +2202,48,397,,,Chizuko Sakamaki,Chiduko Sakamaki,6616,6617,1,3,1 +2203,102,325,Thoughtful Thief,A Kind Phantom Thief,Riko Sakurauchi,Riko Sakurauchi,6618,6619,3,3,1 +2204,108,326,Chic Battle of Wits,An Elegant Showdown,Mari Ohara,Mari Ohara,6620,6621,3,2,1 +2205,8,115,Rice Ball Snack Time,Rice Ball Snacks,Hanayo Koizumi,Hanayo Koizumi,6622,6623,3,1,1 +2206,5,115,It's Ramen Time!,Let's Eat Ramen!,Rin Hoshizora,Rin Hoshizora,6624,6625,5,3,1 +2207,5,124,Elated Smile,A Happy Smile,Rin Hoshizora,Rin Hoshizora,6626,6626,4,2,1 +2208,56,404,,,Rebecca,Rebecca,6627,6628,1,1,1 +2209,103,284,A World I Wanna See,An Enticing World,Kanan Matsuura,Kanan Matsuura,6629,6630,3,1,1 +2210,108,284,Leave It to Mari,Leave It to Mari,Mari Ohara,Mari Ohara,6631,6632,3,3,1 +2211,109,284,I Wanna Be Friends,An Unusual Friend,Ruby Kurosawa,Ruby Kurosawa,6633,6634,3,2,1 +2212,107,284,Imaginary Journey,Our Creative Journey,Hanamaru Kunikida,Hanamaru Kunikida,6635,6636,5,1,1 +2213,105,284,Lots of Focal Points,Making It Just Right,You Watanabe,You Watanabe,6637,6638,4,2,1 +2214,21,369,,,Aya Sugisaki,Aya Sugisaki,6639,6640,1,3,1 +2215,2,167,Flights of Fancy,Follow Our Whims,Eli Ayase,Eli Ayase,6641,6642,3,2,1 +2216,8,167,My Time With You,Our Time Together,Hanayo Koizumi,Hanayo Koizumi,6643,6644,3,1,1 +2217,4,116,Time to Focus,Time to Concentrate,Umi Sonoda,Umi Sonoda,6645,6646,3,2,1 +2218,9,116,Why I'm Fidgety,Reason for Fidgeting,Nico Yazawa,Nico Yazawa,6647,6648,4,2,1 +2219,30,383,,,Saki Shimozono,Saki Shimozono,6649,6650,1,1,1 +2220,102,285,Songwriting Hints,Song-Making Hints,Riko Sakurauchi,Riko Sakurauchi,6651,6652,3,2,1 +2221,104,285,Reading Together,Reading Together,Dia Kurosawa,Dia Kurosawa,6653,6654,3,3,1 +2222,106,285,Yohane's Magic Eye,Yohane's Magic Eye,Yoshiko Tsushima,Yoshiko Tsushima,6655,6656,5,3,1 +2223,101,285,Lyric-Writing Hints,Lyric-Writing Hints,Chika Takami,Chika Takami,6657,6658,4,1,1 +2224,15,376,,,Sana Yuki,Sana Yuki,6659,6660,1,3,1 +2225,104,326,A Mask's Emotions,A Mask's Emotions,Dia Kurosawa,Dia Kurosawa,6661,6662,3,1,1 +2226,106,326,Mask of Darkness,Mask of Darkness,Yoshiko Tsushima,Yoshiko Tsushima,6663,6664,3,2,1 +2227,1,405,The Power to Grant,The Power to Grant,Honoka Kosaka,Honoka Kosaka,6665,6665,4,1,1 +2228,101,405,Seeking the Shine,Searching for Light,Chika Takami,Chika Takami,6666,6666,4,2,1 +2229,3,116,Study Buddy,Study Buddy,Kotori Minami,Kotori Minami,6667,6668,3,2,1 +2230,7,116,Show Some Interest ♪,Show Some Interest,Nozomi Tojo,Nozomi Tojo,6669,6670,5,1,1 +2231,51,390,,,Misaki Shido,Misaki Shido,6671,6672,1,1,1 +2232,102,286,A Present for You,A Present for You,Riko Sakurauchi,Riko Sakurauchi,6673,6674,3,3,1 +2233,107,286,Hanamaru's Christmas,Hanamaru's Christmas,Hanamaru Kunikida,Hanamaru Kunikida,6675,6676,3,2,1 +2234,108,286,Sharing Happiness,Sharing Happiness,Mari Ohara,Mari Ohara,6677,6678,3,1,1 +2235,101,286,Look to the Sky,Up toward the Sky,Chika Takami,Chika Takami,6679,6680,5,1,1 +2236,103,286,Just like Santa,Just like Santa,Kanan Matsuura,Kanan Matsuura,6681,6682,4,2,1 +2237,52,397,,,Yuka Tsukishima,Yuka Tsukishima,6683,6684,1,3,1 +2238,1,167,Character Decoration,Cute Characters,Honoka Kosaka,Honoka Kosaka,6685,6686,3,3,1 +2239,3,167,To Protect the Dream,Treasuring Dreams,Kotori Minami,Kotori Minami,6687,6688,3,2,1 +2240,4,117,Conquering Winter,Overcoming Winter,Umi Sonoda,Umi Sonoda,6689,6690,3,3,1 +2241,8,117,Cold? Have Some Food!,Rice for the Cold,Hanayo Koizumi,Hanayo Koizumi,6691,6692,3,3,1 +2242,6,117,Single Gloves,One Glove Each,Maki Nishikino,Maki Nishikino,6693,6694,4,1,1 +2243,54,404,,,Ranpha,Ranpha,6695,6696,1,1,1 +2244,104,287,Our Present,Our Present,Dia Kurosawa,Dia Kurosawa,6697,6698,3,2,1 +2245,105,287,In the Twilight,In the Twilight,You Watanabe,You Watanabe,6699,6700,3,3,1 +2246,109,287,Ruby's Personal Santa,Santa Ruby,Ruby Kurosawa,Ruby Kurosawa,6701,6702,5,3,1 +2247,106,287,Yohane’s Unholy Night,Fallen Holy Night,Yoshiko Tsushima,Yoshiko Tsushima,6703,6704,4,1,1 +2248,34,369,,,Akiru Shinomiya,Akiru Shinomiya,6705,6706,1,2,1 +2249,101,326,Antique Light,Antique Lights,Chika Takami,Chika Takami,6707,6708,3,3,1 +2250,105,326,The Tune of a Hymn,Sacred Song Melody,You Watanabe,You Watanabe,6709,6710,3,1,1 +2251,2,168,Restful Vacation,A Soothing Trip,Eli Ayase,Eli Ayase,6711,6711,4,3,1 +2252,7,168,Pressed Maple Leaves,Pressed Maple Leaf,Nozomi Tojo,Nozomi Tojo,6712,6712,4,2,1 +2253,106,327,Fallen Angel's Nap,Fallen Angel Nap,Yoshiko Tsushima,Yoshiko Tsushima,6713,6713,4,3,1 +2254,107,327,A Blissful Bathtime,After-Bath Bliss,Hanamaru Kunikida,Hanamaru Kunikida,6714,6714,4,1,1 +2255,5,117,Lemme Give Ya a Hug!,Holding You Tight,Rin Hoshizora,Rin Hoshizora,6715,6716,3,1,1 +2256,9,117,Snow White Stage,Snowy Stage,Nico Yazawa,Nico Yazawa,6717,6718,5,2,1 +2257,104,294,A Special Sideshow ♪,A Special Show!,Dia Kurosawa,Dia Kurosawa,6719,6719,4,3,1 +2258,19,383,,,Akemi Kikuchi,Akemi Kikuchi,6720,6721,1,2,1 +2259,101,288,Mikan Orange Overflow!,Invisible Mikan Ink,Chika Takami,Chika Takami,6722,6723,3,2,1 +2260,107,288,Empty My Mind,An Empty Mind,Hanamaru Kunikida,Hanamaru Kunikida,6724,6725,3,1,1 +2261,108,288,Have a Shiny Year,To a Shiny Year,Mari Ohara,Mari Ohara,6726,6727,3,3,1 +2262,106,288,Hiring Little Demons,Little Demons Wanted,Yoshiko Tsushima,Yoshiko Tsushima,6728,6729,5,2,1 +2263,105,288,"Aye Aye, Spring's Here",New Year Aye Aye,You Watanabe,You Watanabe,6730,6731,4,3,1 +2264,29,376,,,Haruka Konoe,Haruka Konoe,6732,6733,1,2,1 +2265,5,167,Start of a New Year,Start of a New Year,Rin Hoshizora,Rin Hoshizora,6734,6735,3,3,1 +2266,6,167,New Year's Greetings,Congratulations,Maki Nishikino,Maki Nishikino,6736,6737,3,1,1 +2267,1,118,Let It Snow!,Please Let It Snow!,Honoka Kosaka,Honoka Kosaka,6738,6739,3,2,1 +2268,3,118,Snow Twins,Snow Twins,Kotori Minami,Kotori Minami,6740,6741,4,3,1 +2269,8,120,Even in Dreams,Even in My Dreams,Hanayo Koizumi,Hanayo Koizumi,6742,6742,4,1,1 +2270,43,390,,,Tsurugi Kadota,Tsurugi Kadota,6743,6744,1,2,1 +2271,104,289,Let Me Get You Fitted,Leave Kimonos to Me,Dia Kurosawa,Dia Kurosawa,6745,6746,3,1,1 +2272,109,289,Dia's Fitting,My Sister's Talent,Ruby Kurosawa,Ruby Kurosawa,6747,6748,3,3,1 +2273,103,289,An Active Desire,Active Prayers,Kanan Matsuura,Kanan Matsuura,6749,6750,5,1,1 +2274,102,289,Grant My Wish,Grant My Wish,Riko Sakurauchi,Riko Sakurauchi,6751,6752,4,2,1 +2275,8,121,Lucky Person,A Lucky Person,Hanayo Koizumi,Hanayo Koizumi,6753,6753,4,3,1 +2276,50,397,,,Akira Kizaki,Akira Kizaki,6754,6755,1,2,1 +2277,102,326,Snow Melody,The Snow's Melody,Riko Sakurauchi,Riko Sakurauchi,6756,6757,3,3,1 +2278,103,326,Sound of Snow,The Sound of Snow,Kanan Matsuura,Kanan Matsuura,6758,6759,3,2,1 +2279,7,118,First Star of Winter,First Star in Winter,Nozomi Tojo,Nozomi Tojo,6760,6761,3,2,1 +2280,2,118,Winter Discovery,Winter Discoveries,Eli Ayase,Eli Ayase,6762,6763,5,1,1 +2281,66,404,,,Maria,Maria,6764,6765,1,2,1 +2282,102,290,Cat Songs,Cat Songs,Riko Sakurauchi,Riko Sakurauchi,6766,6767,3,2,1 +2283,103,290,Different Strokes,Different Strokes,Kanan Matsuura,Kanan Matsuura,6768,6769,3,3,1 +2284,107,290,Helping with You,Helping with You,Hanamaru Kunikida,Hanamaru Kunikida,6770,6771,3,2,1 +2285,105,290,Fish Treats,Fish Treats,You Watanabe,You Watanabe,6772,6773,5,1,1 +2286,109,290,A Comfy Place,A Comfy Place,Ruby Kurosawa,Ruby Kurosawa,6774,6775,4,1,1 +2287,17,369,,,Minami Nagayama,Minami Nagayama,6776,6777,1,2,1 +2288,4,167,A Bite of Happiness,A Bite of Happiness,Umi Sonoda,Umi Sonoda,6778,6779,3,3,1 +2289,7,167,Power du Chocolat,Chocolate Power,Nozomi Tojo,Nozomi Tojo,6780,6781,3,1,1 +2290,103,294,Birthday Smiles,Birthday Smile,Kanan Matsuura,Kanan Matsuura,6782,6782,4,2,1 +2291,3,119,A Costume Present,Gifting a Costume,Kotori Minami,Kotori Minami,6783,6784,3,3,1 +2292,4,119,Becoming Prettier!,Becoming Prettier!,Umi Sonoda,Umi Sonoda,6785,6786,3,1,1 +2293,5,119,Whatever You Choose,Whatever You Choose,Rin Hoshizora,Rin Hoshizora,6787,6788,4,2,1 +2294,13,383,,,Yuu Aizawa,Yuu Aizawa,6789,6790,1,1,1 +2295,104,291,Feelings of Joy,Feelings of Joy,Dia Kurosawa,Dia Kurosawa,6791,6792,3,3,1 +2296,106,291,A New Underling,A New Underling,Yoshiko Tsushima,Yoshiko Tsushima,6793,6794,3,1,1 +2297,108,291,A Jealousy Blast?,A Jealousy Blast?,Mari Ohara,Mari Ohara,6795,6796,5,3,1 +2298,101,291,Adorableness Appeal,Acting Cutely,Chika Takami,Chika Takami,6797,6798,4,2,1 +2299,25,376,,,Rika Kamiya,Rika Kamiya,6799,6800,1,2,1 +2300,107,326,Imagine and Create,Imagine and Create,Hanamaru Kunikida,Hanamaru Kunikida,6801,6802,3,2,1 +2301,109,326,Creating Together,Creating Together,Ruby Kurosawa,Ruby Kurosawa,6803,6804,3,3,1 +2302,8,406,Together in Our Dreams,Together in Our Dreams,Hanayo Koizumi,Hanayo Koizumi,6805,6805,4,2,1 +2303,9,119,Explosion of Cuteness,An Explosion of Cute,Nico Yazawa,Nico Yazawa,6807,6808,3,3,1 +2304,1,119,Magical Power!,Magical Power!,Honoka Kosaka,Honoka Kosaka,6809,6810,5,2,1 +2305,46,390,,,Fuu Saiki,Fuu Saiki,6811,6812,1,2,1 +2306,101,409,Spring Sprite,A Spring Fairy,Chika Takami,Chika Takami,6813,6814,3,1,1 +2307,106,409,Butterfly Dance,Dance of Butterflies,Yoshiko Tsushima,Yoshiko Tsushima,6815,6816,3,3,1 +2308,109,409,Delivering Spring,Delivering Spring,Ruby Kurosawa,Ruby Kurosawa,6817,6818,3,1,1 +2309,102,409,Spring's Timbre,Spring's Timbre,Riko Sakurauchi,Riko Sakurauchi,6819,6820,5,2,1 +2310,104,409,Searching for Spring,Searching for Spring,Dia Kurosawa,Dia Kurosawa,6821,6822,4,3,1 +2311,107,294,Ecstatic Heart,Ecstatic Heart,Hanamaru Kunikida,Hanamaru Kunikida,6823,6823,4,1,1 +2312,59,397,,,Sakuya Kurobane,Sakuya Kurobane,6824,6825,1,3,1 +2313,1,411,Honoka's Letter,Honoka's Letter,Honoka Kosaka,Honoka Kosaka,6826,6827,3,3,1 +2314,2,411,More Honest,More Honest,Eli Ayase,Eli Ayase,6828,6829,3,2,1 +2315,4,120,Focused Brushstroke,Focused Brushstrokes,Umi Sonoda,Umi Sonoda,6830,6830,4,2,1 +2316,6,412,Please Stop Staring,Stop Staring,Maki Nishikino,Maki Nishikino,6831,6832,3,2,1 +2317,7,412,Magical Girl Nozomi,Magical Girl Nozomi,Nozomi Tojo,Nozomi Tojo,6833,6834,4,1,1 +2318,4,121,Magical Witch,Magical Witch,Umi Sonoda,Umi Sonoda,6835,6835,4,1,1 +2319,3,408,Let the Feelings Flow,Filled with Feelings,Kotori Minami,Kotori Minami,6836,6836,4,2,1 +2320,7,408,Our Dreamy Journey,Dream Trip with You,Nozomi Tojo,Nozomi Tojo,6837,6837,4,1,1 +2321,67,404,,,Leo,Leo,6838,6839,1,2,1 +2322,103,410,Becoming a Fairy,Becoming a Fairy,Kanan Matsuura,Kanan Matsuura,6840,6841,3,1,1 +2323,105,410,Feel the Warmth,Feeling the Warmth,You Watanabe,You Watanabe,6842,6843,3,2,1 +2324,107,410,Fairies & Butterflies,Fairy and Butterfly,Hanamaru Kunikida,Hanamaru Kunikida,6844,6845,5,3,1 +2325,108,410,Special Spring Dream,Special Spring Dream,Mari Ohara,Mari Ohara,6846,6847,4,2,1 +2326,27,369,,,Seira Kujo,Seira Kujo,6848,6849,1,1,1 +2327,105,413,Thanks and Aye Aye!,Thanks and Aye Aye!,You Watanabe,You Watanabe,6850,6851,3,3,1 +2328,108,413,Pure Shininess,Pure Shininess,Mari Ohara,Mari Ohara,6852,6853,3,1,1 +2329,101,414,Overcoming Together,Overcoming Together,Chika Takami,Chika Takami,6854,6854,4,3,1 +2330,102,414,Wrapped in Our Song,Wrapped in Our Song,Riko Sakurauchi,Riko Sakurauchi,6855,6855,4,2,1 +2331,105,414,Deep Belief,Keep Believing,You Watanabe,You Watanabe,6856,6856,4,1,1 +2332,101,415,To the Next Shine,To the Next Level,Chika Takami,Chika Takami,6857,6857,4,1,1 +2333,2,412,Sharing Beauty ♪,Sharing Beauty,Eli Ayase,Eli Ayase,6858,6859,3,1,1 +2334,8,412,Can I Do This Well?,Can I Do It?,Hanayo Koizumi,Hanayo Koizumi,6860,6861,5,3,1 +2335,20,383,,,Iruka Suda,Iruka Suda,6862,6863,1,2,1 +2336,901,416,,,Honoka Kosaka,Honoka Kosaka,6864,6864,5,1,1 +2337,902,416,,,Eli Ayase,Eli Ayase,6865,6865,5,3,1 +2338,903,416,,,Kotori Minami,Kotori Minami,6866,6866,5,2,1 +2339,904,416,,,Umi Sonoda,Umi Sonoda,6867,6867,5,3,1 +2340,905,416,,,Rin Hoshizora,Rin Hoshizora,6868,6868,5,1,1 +2341,906,416,,,Maki Nishikino,Maki Nishikino,6869,6869,5,3,1 +2342,907,416,,,Nozomi Tojo,Nozomi Tojo,6870,6870,5,2,1 +2343,908,416,,,Hanayo Koizumi,Hanayo Koizumi,6871,6871,5,2,1 +2344,909,416,,,Nico Yazawa,Nico Yazawa,6872,6872,5,1,1 +2345,911,417,,,Chika Takami,Chika Takami,6873,6873,5,1,1 +2346,912,417,,,Riko Sakurauchi,Riko Sakurauchi,6874,6874,5,3,1 +2347,913,417,,,Kanan Matsuura,Kanan Matsuura,6875,6875,5,2,1 +2348,914,417,,,Dia Kurosawa,Dia Kurosawa,6876,6876,5,3,1 +2349,915,417,,,You Watanabe,You Watanabe,6877,6877,5,2,1 +2350,916,417,,,Yoshiko Tsushima,Yoshiko Tsushima,6878,6878,5,3,1 +2351,917,417,,,Hanamaru Kunikida,Hanamaru Kunikida,6879,6879,5,1,1 +2352,918,417,,,Mari Ohara,Mari Ohara,6880,6880,5,1,1 +2353,919,417,,,Ruby Kurosawa,Ruby Kurosawa,6881,6881,5,2,1 +2357,35,376,,,Mizuki Kikkawa,Mizuki Kikkawa,6885,6886,1,2,1 +2358,1,419,Full Course Each Time,Repeat Full Course!,Honoka Kosaka,Honoka Kosaka,6887,6887,3,2,1 +2359,2,419,Roller Thriller,Roller Thriller,Eli Ayase,Eli Ayase,6888,6888,3,3,1 +2360,3,419,Honeybee Luminance,Honeybee Light,Kotori Minami,Kotori Minami,6889,6889,3,1,1 +2361,4,419,Lovely Honey,Lovely Honey,Umi Sonoda,Umi Sonoda,6890,6890,3,1,1 +2362,6,419,Sweet Mouthful,Sweet Tooth,Maki Nishikino,Maki Nishikino,6891,6891,3,2,1 +2363,7,419,Lured In Together,Let's Go Together,Nozomi Tojo,Nozomi Tojo,6892,6892,3,2,1 +2364,9,419,Honey So Sweet,Honey Sweet,Nico Yazawa,Nico Yazawa,6893,6893,3,3,1 +2365,1,420,Blowing Away Nerves,Blowing Away Nerves,Honoka Kosaka,Honoka Kosaka,6894,6894,4,2,1 +2366,3,420,Cuz I Love It,Because I Love It,Kotori Minami,Kotori Minami,6895,6895,4,3,1 +2367,4,420,The Pull of Passion,A Passionate Pull,Umi Sonoda,Umi Sonoda,6896,6896,4,1,1 +2368,105,421,Heart on My Sleeve,Hearts Connecting,You Watanabe,You Watanabe,6897,6897,4,3,1 +2369,6,120,With a Natural Smile,With a Natural Smile,Maki Nishikino,Maki Nishikino,6898,6898,4,2,1 +2370,57,390,,,Himeno Ayanokoji,Himeno Ayanokoji,6899,6900,1,2,1 +2371,10,423,,,μ's,,6901,6901,3,5,1 +2372,110,424,,,Aqours,,6902,6902,3,5,1 +2373,105,422,Singing Costumes,Singing Costumes,You Watanabe,You Watanabe,6903,6903,4,3,1 +2374,6,121,Under a Spell,Under a Spell,Maki Nishikino,Maki Nishikino,6904,6904,4,1,1 +2375,64,397,,,Mutsuki Takamagahara,Mutsuki Takamagahara,6905,6906,1,1,1 +2376,102,425,The Flower's Song,The Flower's Song,Riko Sakurauchi,Riko Sakurauchi,6907,6907,3,2,1 +2377,103,425,A Crown of Memories,A Crown of Memories,Kanan Matsuura,Kanan Matsuura,6908,6908,3,2,1 +2378,104,425,All for Ruby,All for Ruby,Dia Kurosawa,Dia Kurosawa,6909,6909,3,3,1 +2379,106,425,Fallen Angel’s Ring,Fallen Angel's Ring,Yoshiko Tsushima,Yoshiko Tsushima,6910,6910,3,1,1 +2380,107,425,Bound by Flowers,Bound by Flowers,Hanamaru Kunikida,Hanamaru Kunikida,6911,6911,3,3,1 +2381,108,425,Looking for the Best,Looking for the Best,Mari Ohara,Mari Ohara,6912,6912,3,3,1 +2382,109,425,Looking for Flowers,Looking for Flowers,Ruby Kurosawa,Ruby Kurosawa,6913,6913,3,1,1 +2383,106,414,Fallen Angel’s Accord,Fallen Resonance,Yoshiko Tsushima,Yoshiko Tsushima,6914,6914,4,2,1 +2384,107,414,Looking To the Future,Look to the Future,Hanamaru Kunikida,Hanamaru Kunikida,6915,6915,4,3,1 +2385,109,414,Ruby's Feelings,Ruby's Wish,Ruby Kurosawa,Ruby Kurosawa,6916,6916,4,1,1 +2386,55,404,,,Rakshata,Rakshata,6917,6918,1,1,1 +2387,5,426,Your Natural Smile,Your Usual Smile,Rin Hoshizora,Rin Hoshizora,6919,6919,4,1,1 +2388,8,426,Precious Memories,Precious Memories,Hanayo Koizumi,Hanayo Koizumi,6920,6920,4,3,1 +2389,14,369,,,Marika Ichinose,Marika Ichinose,6939,6940,1,2,1 +2390,1,427,I'm Always Watching,Always Watching,Honoka Kosaka,Honoka Kosaka,6941,6941,3,1,1 +2391,2,427,Cast a Spell,Cast a Spell,Eli Ayase,Eli Ayase,6942,6942,3,2,1 +2392,5,427,Rin's Arrangement,Rin's Touch,Rin Hoshizora,Rin Hoshizora,6943,6943,3,1,1 +2393,6,427,I Want Clear Weather,I Want Clear Weather,Maki Nishikino,Maki Nishikino,6944,6944,3,3,1 +2394,7,427,Their True Powers?!,Their True Powers!,Nozomi Tojo,Nozomi Tojo,6945,6945,3,3,1 +2395,8,427,Teru Teru Bozu Magic,Teru Teru Bozu Magic,Hanayo Koizumi,Hanayo Koizumi,6946,6946,3,3,1 +2396,9,427,A Radiant Smile,A Radiant Smile,Nico Yazawa,Nico Yazawa,6947,6947,3,2,1 +2397,2,420,Jolt of Joy,Experiencing Joy,Eli Ayase,Eli Ayase,6948,6948,4,1,1 +2398,7,420,Inevitable Miracles,A Destined Miracle,Nozomi Tojo,Nozomi Tojo,6949,6949,4,3,1 +2399,9,420,Nico's Promise,Promise Me,Nico Yazawa,Nico Yazawa,6950,6950,4,2,1 +2400,26,383,,,Nanaka Morishima,Nanaka Morishima,6951,6952,1,2,1 +2401,101,428,A Sunny Smile,A Sunny Smile,Chika Takami,Chika Takami,6953,6953,4,1,1 +2402,105,428,A Special Wreath,A Special Wreath,You Watanabe,You Watanabe,6954,6954,4,2,1 +2403,32,376,,,Kasane Hasekura,Kasane Hasekura,6973,6974,1,3,1 +2404,101,429,If Parasols Could Fly,Umbrella Flight,Chika Takami,Chika Takami,6975,6975,3,2,1 +2405,102,429,Rainy Day Melody,Rainy Day Melody,Riko Sakurauchi,Riko Sakurauchi,6976,6976,3,1,1 +2406,103,429,Find the Rainbow,Rainbow Hunting,Kanan Matsuura,Kanan Matsuura,6977,6977,3,3,1 +2407,105,429,Friend of the Rain,Rainy Day Friends,You Watanabe,You Watanabe,6978,6978,3,3,1 +2408,106,429,Under My Umbrella,Under My Umbrella,Yoshiko Tsushima,Yoshiko Tsushima,6979,6979,3,2,1 +2409,107,429,Listening to the Rain,Rainy Day Vibes,Hanamaru Kunikida,Hanamaru Kunikida,6980,6980,3,2,1 +2410,108,429,Rainy and Shiny,Rainy and Shiny,Mari Ohara,Mari Ohara,6981,6981,3,1,1 +2411,103,414,Picturing Success,Envisioning Success,Kanan Matsuura,Kanan Matsuura,6982,6982,4,1,1 +2412,104,414,Fixated on Growing,Visible Progress,Dia Kurosawa,Dia Kurosawa,6983,6983,4,2,1 +2413,108,414,Brutal Honesty,Speaking Honestly,Mari Ohara,Mari Ohara,6984,6984,4,3,1 +2414,41,390,,,Shun Kurosaki,Shun Kurosaki,6985,6986,1,3,1 +2415,3,430,A Cute Finish,Cute Final Touches,Kotori Minami,Kotori Minami,6987,6987,4,2,1 +2416,4,430,Perfectly Precise,Perfectly Precise,Umi Sonoda,Umi Sonoda,6988,6988,4,1,1 +2417,7,120,Happy Meter Maxed Out,A Full Tank of Joy,Nozomi Tojo,Nozomi Tojo,6989,6989,4,1,1 +2418,68,404,,,Yukari Saotome,Yukari Saotome,7008,7009,1,3,1 +2419,1,431,A Wish We Can Grant,A Wish We Can Grant,Honoka Kosaka,Honoka Kosaka,7010,7010,3,1,1 +2420,2,431,You're My Escort,I've Got You,Eli Ayase,Eli Ayase,7011,7011,3,3,1 +2421,3,431,Admiring Your Yukata,Admiring Your Yukata,Kotori Minami,Kotori Minami,7012,7012,3,3,1 +2422,4,431,A Wish I Long For,A Wish I Long For,Umi Sonoda,Umi Sonoda,7013,7013,3,2,1 +2423,5,431,Blow on the Pinwheel,Blow on the Pinwheel,Rin Hoshizora,Rin Hoshizora,7014,7014,3,1,1 +2424,7,431,Skills to Show Off,Skills to Show Off,Nozomi Tojo,Nozomi Tojo,7015,7015,3,1,1 +2425,8,431,Yummy Candy Apples,Yummy Candy Apples,Hanayo Koizumi,Hanayo Koizumi,7016,7016,3,2,1 +2426,5,420,The Fruits of Practice,Practice Pays Off,Rin Hoshizora,Rin Hoshizora,7017,7017,4,2,1 +2427,6,420,Shaking Hands,Shaking Hands,Maki Nishikino,Maki Nishikino,7018,7018,4,1,1 +2428,8,420,Level Up!,I've Leveled Up!,Hanayo Koizumi,Hanayo Koizumi,7019,7019,4,3,1 +2429,108,421,Cling to My Treasure,Embracing Treasures,Mari Ohara,Mari Ohara,7020,7020,4,2,1 +2430,7,121,My Heated Feelings,My Heated Feelings,Nozomi Tojo,Nozomi Tojo,7021,7021,4,3,1 +2431,108,422,When We Work Together,Everyone's Strength,Mari Ohara,Mari Ohara,7022,7022,4,2,1 +2432,24,369,,,Ayumi Torii,Ayumi Torii,7023,7024,1,3,1 +2433,104,432,Shoulder to Shoulder,Shoulder to Shoulder,Dia Kurosawa,Dia Kurosawa,7025,7025,4,3,1 +2434,109,432,With My Dear Big Sis,With My Dear Sister,Ruby Kurosawa,Ruby Kurosawa,7026,7026,4,1,1 +2435,16,383,,,Fumie Nishimura,Fumie Nishimura,7027,7028,1,2,1 +2436,101,433,Relaxing Shower,Petals of Happiness,Chika Takami,Chika Takami,7029,7029,3,3,1 +2437,102,433,So Many Happy Sounds,Many Happy Sounds,Riko Sakurauchi,Riko Sakurauchi,7030,7030,3,2,1 +2438,104,433,Our Little Secret,Our Secret,Dia Kurosawa,Dia Kurosawa,7031,7031,3,2,1 +2439,105,433,Secret Dress,Secret Dresses,You Watanabe,You Watanabe,7032,7032,3,1,1 +2440,106,433,Sealed Dark Powers,Fallen Powers Sealed,Yoshiko Tsushima,Yoshiko Tsushima,7033,7033,3,1,1 +2441,107,433,Ribbon Wands of Joy,Ribbon Wands of Joy,Hanamaru Kunikida,Hanamaru Kunikida,7034,7034,3,1,1 +2442,109,433,My Prized Bouquet,My Prized Bouquet,Ruby Kurosawa,Ruby Kurosawa,7035,7035,3,3,1 +2443,33,383,,,Ru Tatara,Ru Tatara,7036,7037,1,1,1 +2444,37,369,,,Yumi Fujishiro,Yumi Fujishiro,7038,7039,1,1,1 +2445,53,397,,,Sayuri Hyodo,Sayuri Hyodo,7040,7041,1,2,1 +2446,58,397,,,Sakura Kurobane,Sakura Kurobane,7042,7043,1,1,1 +2447,61,390,,,Ryo Aikawa,Ryo Aikawa,7044,7045,1,1,1 +2448,6,434,My True Wish,My True Wish,Maki Nishikino,Maki Nishikino,7046,7046,4,3,1 +2449,9,434,Heartfelt Wish,Thoughtful Wishes,Nico Yazawa,Nico Yazawa,7047,7047,4,2,1 +2450,103,435,Trio's Feelings,Our Feelings,Kanan Matsuura,Kanan Matsuura,7048,7048,4,3,1 +2451,104,435,Resplendent Diamond,Beautiful Diamond,Dia Kurosawa,Dia Kurosawa,7049,7049,4,2,1 +2452,107,435,Preventing a Fall,Everything in Place,Hanamaru Kunikida,Hanamaru Kunikida,7050,7050,4,1,1 +2453,6,437,Simple Accents,Simple Touches,Maki Nishikino,Maki Nishikino,7051,7051,5,3,1 +2454,3,436,Excited Challengers,Excited to Challenge,Kotori Minami,Kotori Minami,7052,7053,4,2,1 +2455,4,436,Kindly Concerned,Sweetly Concerned,Umi Sonoda,Umi Sonoda,7054,7055,4,3,1 +2456,9,436,Nico's Coaching,Nico's Guidance,Nico Yazawa,Nico Yazawa,7056,7057,4,1,1 +2457,106,421,Yohane’s Revelation,Yohane's Prophecy,Yoshiko Tsushima,Yoshiko Tsushima,7058,7058,4,1,1 +2458,101,438,Sharing the Energy,Sharing Our Energy,Chika Takami,Chika Takami,7059,7059,4,1,1 +2459,105,438,Changing Mode,Shifting Gears,You Watanabe,You Watanabe,7060,7060,4,2,1 +2460,109,438,Not Alone,I'm Not Alone,Ruby Kurosawa,Ruby Kurosawa,7061,7061,4,3,1 +2461,106,422,Jade Sorceress,The Jade Magician,Yoshiko Tsushima,Yoshiko Tsushima,7062,7062,4,1,1 +2464,103,439,I'll Be Your Escort!,Let Me Escort You,Kanan Matsuura,Kanan Matsuura,7065,7065,4,2,1 +2465,108,439,Becoming a Bride,Becoming a Bride,Mari Ohara,Mari Ohara,7066,7066,4,3,1 +2466,9,120,Big Strawberry ♡,Giant Strawberry,Nico Yazawa,Nico Yazawa,7067,7067,4,3,1 +2467,102,441,The Greatest Bond,The Best Bond,Riko Sakurauchi,Riko Sakurauchi,7068,7068,5,3,1 +2468,103,440,My Secret (?) Spot,Secret Practice Spot,Kanan Matsuura,Kanan Matsuura,7069,7070,4,2,1 +2469,104,440,Shared Feelings,Shared Feelings,Dia Kurosawa,Dia Kurosawa,7071,7072,4,3,1 +2470,107,440,Really Relaxed,Really Relaxed,Hanamaru Kunikida,Hanamaru Kunikida,7073,7074,4,1,1 +2471,9,121,Becoming One,Becoming One,Nico Yazawa,Nico Yazawa,7075,7075,4,2,1 +2472,102,442,Smile Under the Veil,Smile Under the Veil,Riko Sakurauchi,Riko Sakurauchi,7076,7076,4,1,1 +2473,106,442,They're Both Fun!,Both Are Fun!,Yoshiko Tsushima,Yoshiko Tsushima,7077,7077,4,3,1 +2474,108,442,Happy Accident,Happy Accidents,Mari Ohara,Mari Ohara,7078,7078,4,2,1 +2475,101,421,Singing About My Love,Sing Our Love,Chika Takami,Chika Takami,7079,7079,4,2,1 +2476,1,120,Let the Party Begin,Party Starter,Honoka Kosaka,Honoka Kosaka,7080,7080,4,3,1 +2477,1,443,Colorful Design,A Colorful Design,Honoka Kosaka,Honoka Kosaka,7081,7081,4,1,1 +2478,2,443,Time To Cool Off,Cooldown Time,Eli Ayase,Eli Ayase,7082,7082,4,2,1 +2479,101,422,Magic Song,A Magic Song,Chika Takami,Chika Takami,7083,7083,4,2,1 +2480,1,121,Let's Cast a Spell,Casting a Spell,Honoka Kosaka,Honoka Kosaka,7084,7084,4,2,1 +2481,1,437,A Sweet Break,A Sweet Break,Honoka Kosaka,Honoka Kosaka,7085,7085,5,1,1 +2482,5,436,Meow-reka!,It Feels Right,Rin Hoshizora,Rin Hoshizora,7086,7087,4,1,1 +2483,6,436,Weird-Looking Drinks,Weird-Looking Drinks,Maki Nishikino,Maki Nishikino,7088,7089,4,3,1 +2484,8,436,The Potential of Rice,The Powers of Rice,Hanayo Koizumi,Hanayo Koizumi,7090,7091,4,2,1 +2485,101,444,Shining Together,Shining Together,Chika Takami,Chika Takami,7092,7092,4,2,1 +2486,102,444,Everlasting Fun Times,Eternal Times of Joy,Riko Sakurauchi,Riko Sakurauchi,7093,7093,4,3,1 +2487,103,444,Inexhaustible Will,Strength to Persist,Kanan Matsuura,Kanan Matsuura,7094,7094,4,1,1 +2488,104,444,Precious to Me,Precious to Me,Dia Kurosawa,Dia Kurosawa,7095,7095,4,3,1 +2489,105,444,Enjoying the Unknown,Enjoying the Unknown,You Watanabe,You Watanabe,7096,7096,4,3,1 +2490,106,444,Ever-growing Power,Ever-Growing Power,Yoshiko Tsushima,Yoshiko Tsushima,7097,7097,4,1,1 +2491,107,444,Another Smile Today,Another Smile Today,Hanamaru Kunikida,Hanamaru Kunikida,7098,7098,4,2,1 +2492,108,444,Come a Bit Closer,Closer Still,Mari Ohara,Mari Ohara,7099,7099,4,1,1 +2493,109,444,Harness the Nerves,Allied With Nerves,Ruby Kurosawa,Ruby Kurosawa,7100,7100,4,2,1 +2494,102,445,Little Demon's Blessing,Little Demon's Grace,Riko Sakurauchi,Riko Sakurauchi,7101,7101,4,3,1 +2495,106,445,Flames in the Night,Nighttime Fireworks,Yoshiko Tsushima,Yoshiko Tsushima,7102,7102,4,1,1 +2496,107,441,Book Shop Love,Bookshop Love,Hanamaru Kunikida,Hanamaru Kunikida,7116,7116,5,1,1 +2497,102,440,The Ultimate Strike,The Ultimate Hit,Riko Sakurauchi,Riko Sakurauchi,7117,7118,4,3,1 +2498,106,440,A World I Never Knew,My New World,Yoshiko Tsushima,Yoshiko Tsushima,7119,7120,4,3,1 +2499,108,440,Ohara Gastronomy,Ohara-Style Cooking,Mari Ohara,Mari Ohara,7121,7122,4,1,1 +2500,7,446,Secret Dessert,Secret Dessert,Nozomi Tojo,Nozomi Tojo,7123,7123,4,1,1 +2501,9,446,Let Nico Handle It♪,Leave It to Nico-Ni,Nico Yazawa,Nico Yazawa,7124,7124,4,3,1 +2502,3,437,Secret Reward,A Secret Treat,Kotori Minami,Kotori Minami,7125,7125,5,2,1 +2503,1,436,Infuriatingly Happy!,Infuriatingly Happy!,Honoka Kosaka,Honoka Kosaka,7126,7127,4,1,1 +2504,2,436,Anticipations,Anticipation,Eli Ayase,Eli Ayase,7128,7129,4,3,1 +2505,7,436,Want Your Fortune?,A Fortune for You,Nozomi Tojo,Nozomi Tojo,7130,7131,4,2,1 +2506,3,120,Kotori's Little Bird,Kotori's Little Bird,Kotori Minami,Kotori Minami,7132,7132,4,1,1 +2507,3,121,Bounty of Happiness,Lots of Happiness,Kotori Minami,Kotori Minami,7133,7133,4,3,1 +2508,102,421,My Feelings in Song,My Feelings in Song,Riko Sakurauchi,Riko Sakurauchi,7134,7134,4,1,1 +2509,109,421,Ruby's Rehearsal,Ruby's Rehearsal,Ruby Kurosawa,Ruby Kurosawa,7135,7135,4,3,1 +2510,104,447,Making Progress♪,Towards Our Goal,Dia Kurosawa,Dia Kurosawa,7158,7158,4,1,1 +2511,105,447,The SS You Float♪,The SS You,You Watanabe,You Watanabe,7159,7159,4,3,1 +2512,102,422,Shape of Kindness,Shape of Kindness,Riko Sakurauchi,Riko Sakurauchi,7160,7160,4,1,1 +2513,106,441,Yohane the Leader,Yohane the Leader,Yoshiko Tsushima,Yoshiko Tsushima,7177,7177,5,3,1 +2514,101,440,Simple Feelings,Simple Feelings,Chika Takami,Chika Takami,7178,7179,4,1,1 +2515,105,440,"That Works, Too?","That Works, Too?",You Watanabe,You Watanabe,7180,7181,4,2,1 +2516,109,440,Beyond the Vision,Beyond the Vision,Ruby Kurosawa,Ruby Kurosawa,7182,7183,4,2,1 +2517,109,422,From a Magic Land,From a Magic Country,Ruby Kurosawa,Ruby Kurosawa,7184,7184,4,3,1 +2518,6,448,Shocking Spice,Surprise Spices,Maki Nishikino,Maki Nishikino,7217,7217,4,2,1 +2519,8,448,Party Popper Prank,Party Popper Prank,Hanayo Koizumi,Hanayo Koizumi,7218,7218,4,1,1 +2520,201,452,,,Ayumu Uehara,Ayumu Uehara,7219,7219,5,2,1 +2521,202,452,,,Kasumi Nakasu,Kasumi Nakasu,7220,7220,5,2,1 +2522,203,452,,,Shizuku Osaka,Shizuku Osaka,7221,7221,5,3,1 +2523,204,452,,,Karin Asaka,Karin Asaka,7222,7222,5,3,1 +2524,205,452,,,Ai Miyashita,Ai Miyashita,7223,7223,5,1,1 +2525,206,452,,,Kanata Konoe,Kanata Konoe,7224,7224,5,1,1 +2526,207,452,,,Setsuna Yuki,Setsuna Yuki,7225,7225,5,3,1 +2527,208,452,,,Emma Verde,Emma Verde,7226,7226,5,2,1 +2528,209,452,,,Rina Tennoji,Rina Tennoji,7227,7227,5,1,1 +2529,9,437,Language of Smiles,Language of Smiles,Nico Yazawa,Nico Yazawa,7241,7241,5,2,1 +2530,3,449,Pom-pom Attack,Pom-Pom Attack,Kotori Minami,Kotori Minami,7242,7243,4,1,1 +2531,7,449,Dynamic Cheering,Full-Hearted Cheer,Nozomi Tojo,Nozomi Tojo,7244,7245,4,3,1 +2532,8,449,I Need Assistance,Assisting in Prayer,Hanayo Koizumi,Hanayo Koizumi,7246,7247,4,2,1 +2533,2,120,Let Me Hear You,Let Me Hear You,Eli Ayase,Eli Ayase,7248,7248,4,2,1 +2534,107,450,Choosing with Me,Choosing with Me,Hanamaru Kunikida,Hanamaru Kunikida,7262,7262,4,2,1 +2535,109,450,Temp Tattoo Trial,Giving Them a Try,Ruby Kurosawa,Ruby Kurosawa,7263,7263,4,3,1 +2536,109,441,So It Suits Me More,Suit Your Style More,Ruby Kurosawa,Ruby Kurosawa,7281,7281,5,1,1 +2537,104,451,Diamond Shot!,Dia Shoots!,Dia Kurosawa,Dia Kurosawa,7282,7283,4,3,1 +2538,105,451,En Garde!,En Garde!,You Watanabe,You Watanabe,7284,7285,4,1,1 +2539,107,451,Time for a Reward,Prize Time,Hanamaru Kunikida,Hanamaru Kunikida,7286,7287,4,3,1 +2540,2,121,Magic for You,Magic For You,Eli Ayase,Eli Ayase,7288,7288,4,1,1 +2541,5,120,So Warm and Cozy ♪,So Warm and Cozy!,Rin Hoshizora,Rin Hoshizora,7289,7289,4,3,1 +2542,1,453,Autumn Gift,Fall Gifts,Honoka Kosaka,Honoka Kosaka,7314,7314,4,2,1 +2543,3,453,Enthusiasm for You,Enthusiasm for You,Kotori Minami,Kotori Minami,7315,7315,4,3,1 +2544,102,454,Enveloped in Cream,Enveloped in Cream,Riko Sakurauchi,Riko Sakurauchi,7316,7316,4,3,1 +2545,5,121,Talisman's Guidance,The Gem's Guidance,Rin Hoshizora,Rin Hoshizora,7317,7317,4,2,1 +2546,201,460,I Waited for You,I was Waiting for You,Ayumu Uehara,Ayumu Uehara,7318,7318,4,2,1 +2547,86,457,,,Alisa Ayase,Alisa Ayase,7319,7319,5,5,1 +2548,130,458,,,Tsuki Watanabe,Tsuki Watanabe,7320,7320,5,5,1 +2549,210,459,,,Misato Kawamoto,Misato Kawamoto,7321,7321,5,5,1 +2550,8,437,Matching Tastes,Matching Taste,Hanayo Koizumi,Hanayo Koizumi,7322,7322,5,3,1 +2551,4,449,Smile a Little More,More Smiles,Umi Sonoda,Umi Sonoda,7323,7324,4,2,1 +2552,5,449,Clap to Rin's Beat,Rin's Cheer Rhythm,Rin Hoshizora,Rin Hoshizora,7325,7326,4,3,1 +2553,6,449,A Hard Worker,Doing Their Best,Maki Nishikino,Maki Nishikino,7327,7328,4,1,1 +2554,104,454,Melting Like Candy,Melting Like Candy,Dia Kurosawa,Dia Kurosawa,7329,7329,4,1,1 +2555,211,461,,,Mai Natsukawa,Mai Natsukawa,7330,7330,3,5,1 +2556,106,454,Clad in Chocolate,Clad in Chocolate,Yoshiko Tsushima,Yoshiko Tsushima,7331,7331,4,2,1 +2557,101,456,Perfect for a Walk,Good Day for A Walk,Chika Takami,Chika Takami,7332,7332,4,1,1 +2558,103,456,Pre-Winter Wish,Before the Winter,Kanan Matsuura,Kanan Matsuura,7333,7333,4,3,1 +2559,1,455,Sweet Appeal,Sweet Allure,Honoka Kosaka,Honoka Kosaka,7334,7334,4,3,1 +2560,101,441,Aqours's Prayer,Aqours Wish,Chika Takami,Chika Takami,7335,7335,5,3,1 +2561,103,451,Dribbling Contest?!,Dribbling Match?,Kanan Matsuura,Kanan Matsuura,7336,7337,4,2,1 +2562,108,451,Shiny Smash!,Shiny Smash,Mari Ohara,Mari Ohara,7338,7339,4,2,1 +2563,109,451,Scoring With a Smile,Goal with a Smile!,Ruby Kurosawa,Ruby Kurosawa,7340,7341,4,1,1 +2564,7,455,Cotton Rainbow,Cotton Rainbow,Nozomi Tojo,Nozomi Tojo,7342,7342,4,2,1 +2565,5,455,Chinese Dance Steps,Chinese Flavors,Rin Hoshizora,Rin Hoshizora,7343,7343,4,3,1 +2566,4,462,With You,With You,Umi Sonoda,Umi Sonoda,7344,7344,4,1,1 +2567,5,462,Prankster's Mindset,Mischievous Mind?,Rin Hoshizora,Rin Hoshizora,7345,7345,4,3,1 +2568,105,454,Cute Pastel Sweets,Cute Pastel Sweets,You Watanabe,You Watanabe,7346,7346,4,1,1 +2569,202,460,Kasumin's the Best,Kasumin is the Best,Kasumi Nakasu,Kasumi Nakasu,7347,7347,4,2,1 +2570,5,437,Secret Spice Added,Hidden Spice,Rin Hoshizora,Rin Hoshizora,7348,7348,5,1,1 +2571,1,449,Feeling Unified,Being As One,Honoka Kosaka,Honoka Kosaka,7349,7350,4,3,1 +2572,2,449,As Loud as I Can,Loudest Cheer,Eli Ayase,Eli Ayase,7351,7352,4,1,1 +2573,9,449,Nico's Loudest Cheers,The Bestest Nico-Ni,Nico Yazawa,Nico Yazawa,7353,7354,4,2,1 +2574,103,454,Sweet Treats Party,A Sweets Party,Kanan Matsuura,Kanan Matsuura,7355,7355,4,3,1 +2575,107,454,Costume of Dreams,Costume of Dreams,Hanamaru Kunikida,Hanamaru Kunikida,7356,7356,4,1,1 +2576,102,463,What I Wish For,My Wish,Riko Sakurauchi,Riko Sakurauchi,7357,7357,4,2,1 +2577,108,463,Our Duet,Our Song,Mari Ohara,Mari Ohara,7358,7358,4,1,1 +2578,3,455,Sugary Tea Time,Sweet Tea Time,Kotori Minami,Kotori Minami,7359,7359,4,1,1 +2579,104,441,Renewing My Resolve,Refreshed Resolve,Dia Kurosawa,Dia Kurosawa,7360,7360,5,2,1 +2580,101,451,Super Orange Shot,Super Mikan Shot,Chika Takami,Chika Takami,7361,7362,4,3,1 +2581,102,451,Miracle Fastball,Miracle Fastball,Riko Sakurauchi,Riko Sakurauchi,7363,7364,4,2,1 +2582,106,451,Fallen Angel’s Rush,Fallen Angelic Run,Yoshiko Tsushima,Yoshiko Tsushima,7365,7366,4,1,1 +2583,2,455,Colorful Magic,Colorful Magic,Eli Ayase,Eli Ayase,7367,7367,4,2,1 +2584,2,464,Drawing My Dream,The Dreams I Had,Eli Ayase,Eli Ayase,7368,7368,4,1,1 +2585,7,464,Goddess of Hope,Goddess of Hope,Nozomi Tojo,Nozomi Tojo,7369,7369,4,3,1 +2586,9,464,Smiles in Bloom,Making You Smile,Nico Yazawa,Nico Yazawa,7370,7370,4,1,1 +2587,103,465,Ride the Aqours Wave,Riding Aqours' Wave,Kanan Matsuura,Kanan Matsuura,7371,7371,4,2,1 +2588,104,465,Our Special Seats,Our Front-Row Seats,Dia Kurosawa,Dia Kurosawa,7372,7372,4,2,1 +2589,108,465,Shiny Wave ♡,Shiny Wave,Mari Ohara,Mari Ohara,7373,7373,4,1,1 +2590,6,455,Symphonic Tour,Symphonic Tour,Maki Nishikino,Maki Nishikino,7374,7374,4,2,1 +2591,104,421,"New Year, New Start",Starting a New Year,Dia Kurosawa,Dia Kurosawa,7375,7375,4,1,1 +2592,5,464,My Cutest Form,My Cutest Self,Rin Hoshizora,Rin Hoshizora,7376,7376,4,1,1 +2593,6,464,My True Feelings,True Feelings,Maki Nishikino,Maki Nishikino,7377,7377,4,2,1 +2594,8,464,A New Me,A New Me,Hanayo Koizumi,Hanayo Koizumi,7378,7378,4,3,1 +2595,106,465,Fallen Angel’s Pact,Yohane's Oath,Yoshiko Tsushima,Yoshiko Tsushima,7379,7379,4,1,1 +2596,107,465,Nurturing Smiles,Make People Smile,Hanamaru Kunikida,Hanamaru Kunikida,7380,7380,4,3,1 +2597,109,465,Ruby's Thoughts,Ruby's Feelings,Ruby Kurosawa,Ruby Kurosawa,7381,7381,4,2,1 +2598,2,466,Holy Bells,Holy Bell,Eli Ayase,Eli Ayase,7382,7382,4,1,1 +2599,9,466,"Are You There, God?",Gods Hear Me,Nico Yazawa,Nico Yazawa,7383,7383,4,2,1 +2600,101,454,Mikan Orange Boss?!,Mikan Ambassador?!,Chika Takami,Chika Takami,7384,7384,4,2,1 +2601,203,460,Our Story,Our Story,Shizuku Osaka,Shizuku Osaka,7385,7385,4,3,1 +2602,1,464,Singing With Glee,Let's Sing Our Joy,Honoka Kosaka,Honoka Kosaka,7386,7386,4,2,1 +2603,3,464,On a Bird's Wings,On Kotori's Wings,Kotori Minami,Kotori Minami,7387,7387,4,2,1 +2604,4,464,A Faint Premonition,Just a Hunch,Umi Sonoda,Umi Sonoda,7388,7388,4,3,1 +2605,101,465,Expressing Affection,Sending My Love,Chika Takami,Chika Takami,7389,7389,4,3,1 +2606,102,465,Hear a Happy Tune,Music of Happiness,Riko Sakurauchi,Riko Sakurauchi,7390,7390,4,3,1 +2607,105,465,My Top Speed,My Top Speed,You Watanabe,You Watanabe,7391,7391,4,1,1 +2608,104,422,Thrilling New World,Heart-Pounding World,Dia Kurosawa,Dia Kurosawa,7392,7392,4,1,1 +2609,4,437,Sunny Stroll,Sunny Walking,Umi Sonoda,Umi Sonoda,7393,7393,5,2,1 +2610,1,467,Sweet Bun Hot Pot?,Buns in the Hotpot?!,Honoka Kosaka,Honoka Kosaka,7394,7395,4,3,1 +2611,5,467,Exploding With Flavor,Full of Deliciousness,Rin Hoshizora,Rin Hoshizora,7396,7397,4,2,1 +2612,7,467,Make It Even Yummier,More Delicious,Nozomi Tojo,Nozomi Tojo,7398,7399,4,1,1 +2613,108,454,Sweet Celebration,A Sweet Celebration,Mari Ohara,Mari Ohara,7400,7400,4,2,1 +2614,109,454,Ruby's Main Focus,Ruby's Preference,Ruby Kurosawa,Ruby Kurosawa,7401,7401,4,3,1 +2615,8,468,A Wish for Orihime,Wish Upon Vega,Hanayo Koizumi,Hanayo Koizumi,7402,7402,4,2,1 +2616,104,469,Fallen Angel's Sash,Fallen Angel's Sash,Dia Kurosawa,Dia Kurosawa,7403,7403,4,3,1 +2617,106,469,Lend Me Your Power,Lend Me a Hand,Yoshiko Tsushima,Yoshiko Tsushima,7404,7404,4,2,1 +2618,4,455,Won't Quit My Desire,Can't Ignore Love,Umi Sonoda,Umi Sonoda,7405,7405,4,1,1 +2619,8,470,Origami Batch,Origami Badge,Hanayo Koizumi,Hanayo Koizumi,7406,7406,4,1,1 +2620,108,441,Promise of Three,A Promise for Three,Mari Ohara,Mari Ohara,7407,7407,5,2,1 +2621,103,471,Spartan Trainer,A Strict Trainer,Kanan Matsuura,Kanan Matsuura,7408,7409,4,3,1 +2622,105,471,Strong Bodies,A Strong Body,You Watanabe,You Watanabe,7410,7411,4,3,1 +2623,107,471,Sharp Glare,A Glint in Her Eye,Hanamaru Kunikida,Hanamaru Kunikida,7412,7413,4,2,1 +2624,9,455,Family Happiness,Family Happiness,Nico Yazawa,Nico Yazawa,7414,7414,4,3,1 +2625,8,455,Sugar Starlight,Sugar Starlight,Hanayo Koizumi,Hanayo Koizumi,7415,7415,4,1,1 +2626,1,472,Sweet Happenings,Sweet Happenings,Honoka Kosaka,Honoka Kosaka,7416,7416,4,3,1 +2627,6,472,Sweet Chocolate Trap,Sweet Chocolate Trap,Maki Nishikino,Maki Nishikino,7417,7417,4,1,1 +2628,204,460,I'll Let You Lead,I'll Take the Lead,Karin Asaka,Karin Asaka,7418,7418,4,3,1 +2629,103,421,Seek Shooting Stars,Find a Shooting Star,Kanan Matsuura,Kanan Matsuura,7419,7419,4,3,1 +2630,7,437,Unique Language,Unique Language,Nozomi Tojo,Nozomi Tojo,7420,7420,5,1,1 +2631,2,467,Cutest Cookie Shapes,Cute Food Art!,Eli Ayase,Eli Ayase,7421,7422,4,1,1 +2632,3,467,"Hoi, Hoi, Hoi ♪","Hoi, Hoi, Hoi!",Kotori Minami,Kotori Minami,7423,7424,4,1,1 +2633,4,467,Knife Skills Training,Knife Skill Focus!,Umi Sonoda,Umi Sonoda,7425,7426,4,2,1 +2634,103,422,More Heat!,More Heat!,Kanan Matsuura,Kanan Matsuura,7427,7427,4,3,1 +2635,101,473,Everyone's Power,Everyone's Power,Chika Takami,Chika Takami,7428,7429,4,2,1 +2636,102,473,Sticking Together,Together for Longer,Riko Sakurauchi,Riko Sakurauchi,7430,7431,4,1,1 +2637,103,473,Forgetting to Blink,Forget to Blink,Kanan Matsuura,Kanan Matsuura,7432,7433,4,2,1 +2638,104,473,Rising Expectations,Rising Expectations,Dia Kurosawa,Dia Kurosawa,7434,7435,4,1,1 +2639,105,473,Overflowing Feelings,Overflowing Emotions,You Watanabe,You Watanabe,7436,7437,4,3,1 +2640,106,473,Holy Little Demon,Divine Little Demons,Yoshiko Tsushima,Yoshiko Tsushima,7438,7439,4,2,1 +2641,107,473,A New Personal Best,"My New Best, Zura!",Hanamaru Kunikida,Hanamaru Kunikida,7440,7441,4,3,1 +2642,108,473,Shining Shout,Shining Shout,Mari Ohara,Mari Ohara,7442,7443,4,3,1 +2643,109,473,Our Snow Crystals,Everyone's Snowflakes,Ruby Kurosawa,Ruby Kurosawa,7444,7445,4,1,1 +2647,105,474,A Major Mix-Up?!,A Misunderstanding?!,You Watanabe,You Watanabe,7449,7449,4,1,1 +2648,109,474,In With Good Fortune,Bring in the Luck!,Ruby Kurosawa,Ruby Kurosawa,7450,7450,4,2,1 +2649,105,441,The Same Wish,The Same Wish,You Watanabe,You Watanabe,7451,7451,5,2,1 +2650,101,471,Hospitable Heart,Heart of Hospitality,Chika Takami,Chika Takami,7452,7453,4,2,1 +2651,104,471,Courage to Move On,Power to Step Forth,Dia Kurosawa,Dia Kurosawa,7454,7455,4,1,1 +2652,108,471,A True Feast,A Real Feast,Mari Ohara,Mari Ohara,7456,7457,4,1,1 +2653,107,421,A Brand-New World,A Brand-New World,Hanamaru Kunikida,Hanamaru Kunikida,7458,7458,4,2,1 +2654,3,475,Sweet Selection,Sweets Selection,Kotori Minami,Kotori Minami,7459,7459,4,1,1 +2655,5,475,Open Your Heart,Open Your Heart,Rin Hoshizora,Rin Hoshizora,7460,7460,4,2,1 +2656,205,460,Pump Up the Crowd!,Totally Pumped Up!,Ai Miyashita,Ai Miyashita,7461,7461,4,1,1 +2657,107,422,Sparkling Days,Sparkling Days,Hanamaru Kunikida,Hanamaru Kunikida,7462,7462,4,2,1 +2658,2,437,Diving Class,Sink or Swim,Eli Ayase,Eli Ayase,7463,7463,5,3,1 +2659,6,467,Happy & Unhappy,Happy and Unhappy,Maki Nishikino,Maki Nishikino,7464,7465,4,3,1 +2660,8,467,The Forbidden Combo?!,The Forbidden Combo,Hanayo Koizumi,Hanayo Koizumi,7466,7467,4,3,1 +2661,9,467,Cutting-Edge Cuteness,Cute and Fashionable,Nico Yazawa,Nico Yazawa,7468,7469,4,3,1 +2662,4,468,A Sweet Little Chat,A Cute Story,Umi Sonoda,Umi Sonoda,7470,7470,4,3,1 +2663,4,470,Birthday Wish,Birthday Wish,Umi Sonoda,Umi Sonoda,7471,7471,4,2,1 +2664,101,476,Cherry Blossom Poems,Cherry Blossom Poems,Chika Takami,Chika Takami,7472,7472,4,2,1 +2665,107,476,Pink Hair Ornaments,Pink Hair Ornaments,Hanamaru Kunikida,Hanamaru Kunikida,7473,7473,4,3,1 +2666,103,441,Sealed With a Hug,A Pledge Hug,Kanan Matsuura,Kanan Matsuura,7474,7474,5,3,1 +2667,102,471,Surge of Motivation,Motivation Explosion,Riko Sakurauchi,Riko Sakurauchi,7475,7476,4,2,1 +2668,106,471,Pleasant Memories,Fun Memories,Yoshiko Tsushima,Yoshiko Tsushima,7477,7478,4,1,1 +2669,109,471,Unshakeable Heart,Unrelenting Heart,Ruby Kurosawa,Ruby Kurosawa,7479,7480,4,3,1 +2670,1,477,Packing in My Love,Chock-Full of Love,Honoka Kosaka,Honoka Kosaka,7481,7481,4,3,1 +2671,3,477,A Little Miracle,A Tiny Miracle,Kotori Minami,Kotori Minami,7482,7482,4,1,1 +2672,4,477,I Get in the Zone,I Can Be Obsessed,Umi Sonoda,Umi Sonoda,7483,7483,4,1,1 +2673,7,478,Sharing is Caring,Sharing with Friends,Nozomi Tojo,Nozomi Tojo,7484,7484,4,3,1 +2674,8,478,Berry Picking,Picking Berries,Hanayo Koizumi,Hanayo Koizumi,7485,7485,4,2,1 +2675,206,460,Dream's Continuation,The Dream Continues,Kanata Konoe,Kanata Konoe,7486,7486,4,1,1 +2676,921,479,,,Honoka Kosaka,Honoka Kosaka,7487,7487,5,1,1 +2677,922,479,,,Eli Ayase,Eli Ayase,7488,7488,5,3,1 +2678,923,479,,,Kotori Minami,Kotori Minami,7489,7489,5,2,1 +2679,924,479,,,Umi Sonoda,Umi Sonoda,7490,7490,5,3,1 +2680,925,479,,,Rin Hoshizora,Rin Hoshizora,7491,7491,5,1,1 +2681,926,479,,,Maki Nishikino,Maki Nishikino,7492,7492,5,3,1 +2682,927,479,,,Nozomi Tojo,Nozomi Tojo,7493,7493,5,2,1 +2683,928,479,,,Hanayo Koizumi,Hanayo Koizumi,7494,7494,5,2,1 +2684,929,479,,,Nico Yazawa,Nico Yazawa,7495,7495,5,1,1 +2685,931,480,,,Chika Takami,Chika Takami,7496,7496,5,1,1 +2686,932,480,,,Riko Sakurauchi,Riko Sakurauchi,7497,7497,5,3,1 +2687,933,480,,,Kanan Matsuura,Kanan Matsuura,7498,7498,5,2,1 +2688,934,480,,,Dia Kurosawa,Dia Kurosawa,7499,7499,5,3,1 +2689,935,480,,,You Watanabe,You Watanabe,7500,7500,5,2,1 +2690,936,480,,,Yoshiko Tsushima,Yoshiko Tsushima,7501,7501,5,3,1 +2691,937,480,,,Hanamaru Kunikida,Hanamaru Kunikida,7502,7502,5,1,1 +2692,938,480,,,Mari Ohara,Mari Ohara,7503,7503,5,1,1 +2693,939,480,,,Ruby Kurosawa,Ruby Kurosawa,7504,7504,5,2,1 +2706,3,485,Memory Revival,A Memory Revived,Kotori Minami,Kotori Minami,7517,7517,5,1,1 +2707,1,484,Wonderful Job as MC,Wonderful Job as MC,Honoka Kosaka,Honoka Kosaka,7518,7519,4,2,1 +2708,2,484,Venue Guiding Secrets,Venue Guiding Secrets,Eli Ayase,Eli Ayase,7520,7521,4,2,1 +2709,4,484,Guiding Is My Forte,Guiding Is My Forte,Umi Sonoda,Umi Sonoda,7522,7523,4,1,1 +2710,101,486,Let Our Song Ring Out,Let Our Song Ring Out,Chika Takami,Chika Takami,7524,7524,4,2,1 +2711,102,486,Precious Feelings,Precious Feelings,Riko Sakurauchi,Riko Sakurauchi,7525,7525,4,3,1 +2712,105,486,Chasing Dreams,Chasing Our Dreams,You Watanabe,You Watanabe,7526,7526,4,1,1 +2713,105,487,Feels Like I'm Flying,Feels like I'm Flying,You Watanabe,You Watanabe,7527,7527,4,1,1 +2714,6,468,Mermaid's Song,Mermaid's Song,Maki Nishikino,Maki Nishikino,7528,7528,4,3,1 +2715,102,489,I Wanna Take a Photo,I Wanna Take a Photo,Riko Sakurauchi,Riko Sakurauchi,7617,7617,4,2,1 +2716,103,489,A Sudden Photoshoot,A Sudden Photoshoot,Kanan Matsuura,Kanan Matsuura,7618,7618,4,1,1 +2717,105,488,Showing Respect,Expressing Respect,You Watanabe,You Watanabe,7619,7619,4,1,1 +2718,6,470,A Secret Live Show,A Secret Live Show,Maki Nishikino,Maki Nishikino,7620,7620,4,2,1 +2719,201,492,,,Ayumu Uehara,Ayumu Uehara,7621,7621,2,1,1 +2720,205,492,,,Ai Miyashita,Ai Miyashita,7622,7622,2,1,1 +2721,207,492,,,Setsuna Yuki,Setsuna Yuki,7623,7623,2,1,1 +2722,201,493,,,Ayumu Uehara,Ayumu Uehara,7624,7624,2,2,1 +2723,205,493,,,Ai Miyashita,Ai Miyashita,7625,7625,2,2,1 +2724,207,493,,,Setsuna Yuki,Setsuna Yuki,7626,7626,2,2,1 +2725,201,494,,,Ayumu Uehara,Ayumu Uehara,7627,7627,2,2,1 +2726,205,494,,,Ai Miyashita,Ai Miyashita,7628,7628,2,1,1 +2727,207,494,,,Setsuna Yuki,Setsuna Yuki,7629,7629,2,3,1 +2728,201,495,,,Ayumu Uehara,Ayumu Uehara,7630,7630,2,3,1 +2729,205,495,,,Ai Miyashita,Ai Miyashita,7631,7631,2,3,1 +2730,207,495,,,Setsuna Yuki,Setsuna Yuki,7632,7632,2,3,1 +2731,201,496,,,Ayumu Uehara,Ayumu Uehara,7633,7633,2,3,1 +2732,205,496,,,Ai Miyashita,Ai Miyashita,7634,7634,2,2,1 +2733,207,496,,,Setsuna Yuki,Setsuna Yuki,7635,7635,2,1,1 +2734,201,497,Making Fun Memories,Great Memories,Ayumu Uehara,Ayumu Uehara,7636,7636,3,3,1 +2735,205,497,Totally Tight,Already Super Close,Ai Miyashita,Ai Miyashita,7637,7637,3,2,1 +2736,207,497,Watermelon Wizard,Watermelon Splitter,Setsuna Yuki,Setsuna Yuki,7638,7638,3,1,1 +2737,201,498,Because I Have You,Because You're There,Ayumu Uehara,Ayumu Uehara,7639,7639,3,2,1 +2738,205,498,Psyched-Up Sensor,Excitement Sensor,Ai Miyashita,Ai Miyashita,7640,7640,3,1,1 +2739,207,498,Who I Want to Be,Be Who I Want to Be,Setsuna Yuki,Setsuna Yuki,7641,7641,3,3,1 +2740,201,499,Wanna Walk With You,With You Every Step,Ayumu Uehara,Ayumu Uehara,7642,7642,4,2,1 +2741,205,499,You and Ai Are Buds,You Are My Friend,Ai Miyashita,Ai Miyashita,7643,7643,4,1,1 +2742,207,499,"Strong, Like Me",Be Strong Be Myself,Setsuna Yuki,Setsuna Yuki,7644,7644,4,3,1 +2743,106,491,Promised Day,The Promised Day,Yoshiko Tsushima,Yoshiko Tsushima,7645,7645,5,2,1 +2744,101,490,I'm Alive!,It's Alive!,Chika Takami,Chika Takami,7646,7647,4,2,1 +2745,107,490,Knowledge Is Power,Knowledge Is Helpful,Hanamaru Kunikida,Hanamaru Kunikida,7648,7649,4,1,1 +2746,108,490,Let's Chitchat!,Let's Have a Chat,Mari Ohara,Mari Ohara,7650,7651,4,3,1 +2747,2,477,Granted Courage,Granted Courage,Eli Ayase,Eli Ayase,7652,7652,4,2,1 +2748,7,477,Embracing My Dreams,Embracing My Dreams,Nozomi Tojo,Nozomi Tojo,7653,7653,4,2,1 +2749,9,477,Nico's Smile,Nico's Big Smile,Nico Yazawa,Nico Yazawa,7654,7654,4,3,1 +2750,202,492,,,Kasumi Nakasu,Kasumi Nakasu,7655,7655,2,1,1 +2751,203,492,,,Shizuku Osaka,Shizuku Osaka,7656,7656,2,1,1 +2752,209,492,,,Rina Tennoji,Rina Tennoji,7657,7657,2,1,1 +2753,202,493,,,Kasumi Nakasu,Kasumi Nakasu,7658,7658,2,2,1 +2754,203,493,,,Shizuku Osaka,Shizuku Osaka,7659,7659,2,2,1 +2755,209,493,,,Rina Tennoji,Rina Tennoji,7660,7660,2,2,1 +2756,202,494,,,Kasumi Nakasu,Kasumi Nakasu,7661,7661,2,2,1 +2757,203,494,,,Shizuku Osaka,Shizuku Osaka,7662,7662,2,3,1 +2758,209,494,,,Rina Tennoji,Rina Tennoji,7663,7663,2,1,1 +2759,202,495,,,Kasumi Nakasu,Kasumi Nakasu,7664,7664,2,3,1 +2760,203,495,,,Shizuku Osaka,Shizuku Osaka,7665,7665,2,3,1 +2761,209,495,,,Rina Tennoji,Rina Tennoji,7666,7666,2,3,1 +2762,202,496,,,Kasumi Nakasu,Kasumi Nakasu,7667,7667,2,1,1 +2763,203,496,,,Shizuku Osaka,Shizuku Osaka,7668,7668,2,2,1 +2764,209,496,,,Rina Tennoji,Rina Tennoji,7669,7669,2,3,1 +2765,202,497,Can't Look Away?,Are You Smitten?,Kasumi Nakasu,Kasumi Nakasu,7670,7670,3,1,1 +2766,203,497,Listen to the Waves,Sound of the Waves,Shizuku Osaka,Shizuku Osaka,7671,7671,3,2,1 +2767,209,497,Can't Wait to Swim,Fun at the Sea,Rina Tennoji,Rina Tennoji,7672,7672,3,3,1 +2768,202,498,Am I TOO Cute?,Too Cute?,Kasumi Nakasu,Kasumi Nakasu,7673,7673,3,2,1 +2769,203,498,The Ideal Heroine,Ideal Heroine,Shizuku Osaka,Shizuku Osaka,7674,7674,3,3,1 +2770,209,498,How I Communicate,My Communication,Rina Tennoji,Rina Tennoji,7675,7675,3,1,1 +2771,202,499,Glittering Dreams,Sparkling Dream,Kasumi Nakasu,Kasumi Nakasu,7676,7676,4,2,1 +2772,203,499,My Unique Qualities,Being Myself,Shizuku Osaka,Shizuku Osaka,7677,7677,4,3,1 +2773,209,499,Connected to My Dream,Connect to the Dream,Rina Tennoji,Rina Tennoji,7678,7678,4,1,1 +2774,204,492,,,Karin Asaka,Karin Asaka,7679,7679,2,1,1 +2775,206,492,,,Kanata Konoe,Kanata Konoe,7680,7680,2,1,1 +2776,208,492,,,Emma Verde,Emma Verde,7681,7681,2,1,1 +2777,204,493,,,Karin Asaka,Karin Asaka,7682,7682,2,2,1 +2778,206,493,,,Kanata Konoe,Kanata Konoe,7683,7683,2,2,1 +2779,208,493,,,Emma Verde,Emma Verde,7684,7684,2,2,1 +2780,204,494,,,Karin Asaka,Karin Asaka,7685,7685,2,3,1 +2781,206,494,,,Kanata Konoe,Kanata Konoe,7686,7686,2,1,1 +2782,208,494,,,Emma Verde,Emma Verde,7687,7687,2,2,1 +2783,204,495,,,Karin Asaka,Karin Asaka,7688,7688,2,3,1 +2784,206,495,,,Kanata Konoe,Kanata Konoe,7689,7689,2,3,1 +2785,208,495,,,Emma Verde,Emma Verde,7690,7690,2,3,1 +2786,204,496,,,Karin Asaka,Karin Asaka,7691,7691,2,2,1 +2787,206,496,,,Kanata Konoe,Kanata Konoe,7692,7692,2,3,1 +2788,208,496,,,Emma Verde,Emma Verde,7693,7693,2,1,1 +2789,204,497,Variety is the Spice,Everything You've Got,Karin Asaka,Karin Asaka,7694,7694,3,2,1 +2790,206,497,Delectable Magic,Delicious Magic,Kanata Konoe,Kanata Konoe,7695,7695,3,3,1 +2791,208,497,"Blue Sea, Blue Sky",The Sky and the Sea,Emma Verde,Emma Verde,7696,7696,3,1,1 +2792,204,498,I'll Make You Mine,Capture the Hearts,Karin Asaka,Karin Asaka,7697,7697,3,3,1 +2793,206,498,Sleeping Beauty,Sleeping Princess,Kanata Konoe,Kanata Konoe,7698,7698,3,1,1 +2794,208,498,Inspiring Smile,Smile of Happiness,Emma Verde,Emma Verde,7699,7699,3,2,1 +2795,204,499,A Fantastic Tomorrow,Wonderful Tomorrow,Karin Asaka,Karin Asaka,7700,7700,4,3,1 +2796,206,499,Welcome to Dreamland,Welcome Dreamy World,Kanata Konoe,Kanata Konoe,7701,7701,4,1,1 +2797,208,499,Connect Our Voices,Join Our Voices,Emma Verde,Emma Verde,7702,7702,4,2,1 +2798,2,500,Take One!,Take Assist,Eli Ayase,Eli Ayase,7703,7703,4,1,1 +2799,4,500,Sweet Recharge,Sweet Recharge,Umi Sonoda,Umi Sonoda,7704,7704,4,2,1 +2800,207,460,We're in It Together ♪,Together with Me,Setsuna Yuki,Setsuna Yuki,7705,7705,4,3,1 +2801,1,485,One for All,One for All,Honoka Kosaka,Honoka Kosaka,7706,7706,5,2,1 +2802,7,484,Goddess of Flowers,Goddess of Flowers,Nozomi Tojo,Nozomi Tojo,7707,7708,4,2,1 +2803,8,484,Springtime Soul,Heart's Spring Blooms,Hanayo Koizumi,Hanayo Koizumi,7709,7710,4,3,1 +2804,9,484,A Delicate Flower,Grace Over Flowers,Nico Yazawa,Nico Yazawa,7711,7712,4,1,1 +2805,103,486,Rise to the Occasion,Hope in My Heart,Kanan Matsuura,Kanan Matsuura,7713,7713,4,3,1 +2806,104,486,I Think It'll Happen,Just Might Come True,Dia Kurosawa,Dia Kurosawa,7714,7714,4,1,1 +2807,108,486,Always Growing,Nonstop Growing Up,Mari Ohara,Mari Ohara,7715,7715,4,2,1 +2808,104,501,Fish in the Sky,Fish in the Sky,Dia Kurosawa,Dia Kurosawa,7736,7736,4,2,1 +2809,108,501,Shiny Days♡,Shiny Days,Mari Ohara,Mari Ohara,7737,7737,4,3,1 +2810,101,491,Showing My Thanks,Ways to Say Thanks,Chika Takami,Chika Takami,7738,7738,5,1,1 +2811,105,490,Sharing My Energy,Sharing Our Strength,You Watanabe,You Watanabe,7739,7740,4,3,1 +2812,106,490,Creation of a Minion,Creation of a Minion,Yoshiko Tsushima,Yoshiko Tsushima,7741,7742,4,2,1 +2813,109,490,Ruby-Certified,Ruby-Approved,Ruby Kurosawa,Ruby Kurosawa,7743,7744,4,3,1 +2814,5,477,Rin's Surprise,Rin's Surprise,Rin Hoshizora,Rin Hoshizora,7745,7745,4,3,1 +2815,6,477,Stimulation,Getting Motivated,Maki Nishikino,Maki Nishikino,7746,7746,4,2,1 +2816,8,477,My Own Miracle,My Own Miracle,Hanayo Koizumi,Hanayo Koizumi,7747,7747,4,1,1 +2817,205,502,An All-Out Birthday,Extraordinary Birthday,Ai Miyashita,Ai Miyashita,7748,7748,4,1,1 +2818,205,503,Ai Can Dance!,Ai Can Dance!,Ai Miyashita,Ai Miyashita,7749,7749,4,1,1 +2819,1,504,Changing the Shot,Changing the Shot,Honoka Kosaka,Honoka Kosaka,7750,7750,4,3,1 +2820,9,504,Warm-Hearted Care,Warm-Hearted Care,Nico Yazawa,Nico Yazawa,7751,7751,4,1,1 +2821,208,460,Lemme See You Smile,Show Me Your Smile,Emma Verde,Emma Verde,7752,7752,4,2,1 +2822,7,468,A Thrilling Night,An Exotic Night,Nozomi Tojo,Nozomi Tojo,7753,7753,4,2,1 +2823,2,485,Focused Mind,Mental Focus,Eli Ayase,Eli Ayase,7754,7754,5,2,1 +2824,3,484,Fully Bloomed Beauty,Full-Bloom Cuteness,Kotori Minami,Kotori Minami,7755,7756,4,3,1 +2825,5,484,Sunlit Petals,Sunshine on Flowers,Rin Hoshizora,Rin Hoshizora,7757,7758,4,1,1 +2826,6,484,Flowering Buds,Large Flower Bloom,Maki Nishikino,Maki Nishikino,7759,7760,4,2,1 +2827,106,486,Basking in the Cheers,Heaped with Applause,Yoshiko Tsushima,Yoshiko Tsushima,7761,7761,4,2,1 +2828,107,486,A New Premonition,Initial Hunches,Hanamaru Kunikida,Hanamaru Kunikida,7762,7762,4,1,1 +2829,109,486,I Miss Your Smile,Yearning for Smiles,Ruby Kurosawa,Ruby Kurosawa,7763,7763,4,3,1 +2830,108,487,Mari's Dragon Palace,Mari's Palace,Mari Ohara,Mari Ohara,7764,7764,4,3,1 +2831,7,470,What I Wanna Say,What I Want to Say,Nozomi Tojo,Nozomi Tojo,7765,7765,4,1,1 +2832,108,488,Heart-Fluttering Birthday,Birthday Flutters,Mari Ohara,Mari Ohara,7766,7766,4,3,1 +2833,106,505,Yohane's Essence,Yohane's Essence,Yoshiko Tsushima,Yoshiko Tsushima,7767,7767,4,1,1 +2834,109,505,After the Rain,Sunshine after Rain,Ruby Kurosawa,Ruby Kurosawa,7768,7768,4,3,1 +2835,105,491,Wanna Excite Everyone,Aiming for Excitement,You Watanabe,You Watanabe,7769,7769,5,1,1 +2836,102,490,Melody of Chirps,Chirp Chirp Melody,Riko Sakurauchi,Riko Sakurauchi,7770,7771,4,1,1 +2837,103,490,Spring Sea Breeze,A Spring Sea Breeze,Kanan Matsuura,Kanan Matsuura,7772,7773,4,1,1 +2838,104,490,New Thought Process,Renewed Feelings,Dia Kurosawa,Dia Kurosawa,7774,7775,4,1,1 +2839,204,502,A Passionate Birthday,Passionate Birthday,Karin Asaka,Karin Asaka,7776,7776,4,3,1 +2840,204,503,Flames of Passion,The Flames of Passion,Karin Asaka,Karin Asaka,7777,7777,4,3,1 +2841,3,506,Sea Arrangement,Sea Arrangement,Kotori Minami,Kotori Minami,7778,7778,4,2,1 +2842,6,506,Marine Treasure,Marine Treasure,Maki Nishikino,Maki Nishikino,7779,7779,4,1,1 +2843,209,460,Sparkling Surfboard,My Sparkly Board,Rina Tennoji,Rina Tennoji,7780,7780,4,1,1 +2844,101,507,On to the Future,Embark to the Future,Chika Takami,Chika Takami,7781,7781,4,2,1 +2845,105,507,Swim to the Future,Swim to the Future,You Watanabe,You Watanabe,7782,7782,4,2,1 +2846,109,507,Our Precious Future,Precious Future,Ruby Kurosawa,Ruby Kurosawa,7783,7783,4,3,1 +2847,103,507,Chasing a Wish,Chasing Our Dream,Kanan Matsuura,Kanan Matsuura,7784,7784,4,2,1 +2848,104,507,A Dazzling Hope,Dazzling Wish,Dia Kurosawa,Dia Kurosawa,7785,7785,4,1,1 +2849,107,507,A Dream Pursued,Dream to Go After,Hanamaru Kunikida,Hanamaru Kunikida,7786,7786,4,1,1 +2850,5,485,Viewing Study,Audience Studies,Rin Hoshizora,Rin Hoshizora,7787,7787,5,3,1 +2851,4,508,Sky of Shooting Stars,Shooting Star Night,Umi Sonoda,Umi Sonoda,7788,7789,4,3,1 +2852,7,508,Led by the Stars,Guided by the Stars,Nozomi Tojo,Nozomi Tojo,7790,7791,4,1,1 +2853,9,508,Milky Way's Center,Eyes on the Galaxy,Nico Yazawa,Nico Yazawa,7792,7793,4,2,1 +2854,106,487,Intriguing Tea Party,A Curious Tea Party,Yoshiko Tsushima,Yoshiko Tsushima,7794,7794,4,2,1 +2855,102,507,Say It in a Song,Tell It with a Song,Riko Sakurauchi,Riko Sakurauchi,7795,7795,4,2,1 +2856,106,507,Yohane’s Smile,Yohane's Smile,Yoshiko Tsushima,Yoshiko Tsushima,7796,7796,4,3,1 +2857,108,507,Nothing's Impossible,Make It Possible,Mari Ohara,Mari Ohara,7797,7797,4,3,1 +2858,106,488,Fallen Angel’s Whim,Fickle Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,7800,7800,4,2,1 +2859,103,510,Ramune Prank,Ramune Prank,Kanan Matsuura,Kanan Matsuura,7801,7801,4,3,1 +2860,105,510,Feelings Into Words,Feelings into Words,You Watanabe,You Watanabe,7802,7802,4,2,1 +2861,9,468,Sweet as a Flower,Sweet as a Blossom,Nico Yazawa,Nico Yazawa,7803,7803,4,1,1 +2862,301,509,,,Kanon Shibuya,Kanon Shibuya,7798,7799,3,3,1 +2863,302,509,,,Keke Tang,Keke Tang,7804,7805,3,2,1 +2864,104,491,Full of Feelings,With All My Heart,Dia Kurosawa,Dia Kurosawa,7806,7806,5,1,1 +2865,102,511,The Sound of a Star?,The Stars' Sounds,Riko Sakurauchi,Riko Sakurauchi,7807,7808,4,3,1 +2866,107,511,Thinking of the Stars,Starry Wishes,Hanamaru Kunikida,Hanamaru Kunikida,7809,7810,4,3,1 +2867,109,511,Harmonizing Voices,Overlapping Voices,Ruby Kurosawa,Ruby Kurosawa,7811,7812,4,2,1 +2868,9,470,Main Character Nico,Birthday Girl Nico!,Nico Yazawa,Nico Yazawa,7813,7813,4,3,1 +2869,32,512,You Join In Too!,You Should Join Us,Kasane Hasekura,Kasane Hasekura,7814,7814,4,1,1 +2870,101,487,Goddess's Guidance,The Goddess' Guidance,Chika Takami,Chika Takami,7815,7815,4,3,1 +2871,304,509,,,Sumire Heanna,Sumire Heanna,7816,7817,3,1,1 +2872,1,468,Fairy Tale World,Fairy-Tale World,Honoka Kosaka,Honoka Kosaka,7818,7818,4,1,1 +2873,5,513,Unrushed Shaved Ice,Unrushed Shaved Ice,Rin Hoshizora,Rin Hoshizora,7819,7819,4,3,1 +2874,7,513,Sweet Snow,Sweet Snow,Nozomi Tojo,Nozomi Tojo,7820,7820,4,2,1 +2875,201,514,Keep Moving Forward,Keep Moving Forward,Ayumu Uehara,Ayumu Uehara,7821,7821,4,3,1 +2876,205,514,Rise Higher & Higher,Hype It High,Ai Miyashita,Ai Miyashita,7822,7822,4,2,1 +2877,207,514,Max Volume Shout,Shout My Heart Out,Setsuna Yuki,Setsuna Yuki,7823,7823,4,1,1 +2878,101,488,Always Smiling,Always with a Smile,Chika Takami,Chika Takami,7824,7824,4,3,1 +2879,207,502,Evolving My Love,Gathering What I Love,Setsuna Yuki,Setsuna Yuki,7825,7825,4,3,1 +2880,303,509,,,Chisato Arashi,Chisato Arashi,7826,7827,3,1,1 +2881,1,470,True Gratitude,Love-Filled Gratitude,Honoka Kosaka,Honoka Kosaka,7828,7828,4,3,1 +2882,4,485,Inherited Hopes,Inherited Feelings,Umi Sonoda,Umi Sonoda,7829,7829,5,1,1 +2883,3,508,Gut-Check Ensemble,Trial by Fashion,Kotori Minami,Kotori Minami,7830,7831,4,2,1 +2884,6,508,It'll Be Fine,It Will Be Okay,Maki Nishikino,Maki Nishikino,7832,7833,4,3,1 +2885,8,508,A Bit of Horror?,A Little Horror?,Hanayo Koizumi,Hanayo Koizumi,7834,7835,4,1,1 +2886,202,514,My True Face,My True Self,Kasumi Nakasu,Kasumi Nakasu,7836,7836,4,1,1 +2887,203,514,Overlapping Stories,Overlapping Stories,Shizuku Osaka,Shizuku Osaka,7837,7837,4,2,1 +2888,209,514,Everyone's Smiles,Everyone's Smile,Rina Tennoji,Rina Tennoji,7838,7838,4,3,1 +2889,212,515,Beyond Determination,Beyond Determination,Shioriko Mifune,Shioriko Mifune,7839,7839,4,2,1 +2890,207,503,Skipping Match,Skip March,Setsuna Yuki,Setsuna Yuki,7840,7840,4,3,1 +2891,305,509,,,Ren Hazuki,Ren Hazuki,7841,7842,3,3,1 +2892,204,514,Burned into My Mind,Seared Into Memory,Karin Asaka,Karin Asaka,7843,7843,4,2,1 +2893,206,514,Magic of the Stars,The Star Magic,Kanata Konoe,Kanata Konoe,7844,7844,4,3,1 +2894,208,514,A Gentle Tune,Sing a Gentle Song,Emma Verde,Emma Verde,7845,7845,4,1,1 +2895,101,524,Seaside Stage,To the Beach Stage,Chika Takami,Chika Takami,7847,7847,4,3,1 +2896,102,524,Summer's Beat,Sound of the Summer,Riko Sakurauchi,Riko Sakurauchi,7848,7848,4,1,1 +2897,103,524,Crashing of the Waves,Crashing Surf,Kanan Matsuura,Kanan Matsuura,7849,7849,4,2,1 +2898,104,524,Hotter Than Summer,Hotter Than Summer,Dia Kurosawa,Dia Kurosawa,7850,7850,4,2,1 +2899,105,524,Running on the Beach,Run on the Beach,You Watanabe,You Watanabe,7851,7851,4,1,1 +2900,106,524,Yohane at the Shore,Beach Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,7852,7852,4,3,1 +2901,107,524,Sunbathing,Lots of Sunshine,Hanamaru Kunikida,Hanamaru Kunikida,7853,7853,4,2,1 +2902,108,524,Seaside Venus,Venus on the Beach,Mari Ohara,Mari Ohara,7854,7854,4,3,1 +2903,109,524,Under the Sun,Under the Sun,Ruby Kurosawa,Ruby Kurosawa,7855,7855,4,1,1 +2904,201,525,Glad We're Together,Glad to Be Together,Ayumu Uehara,Ayumu Uehara,7846,7846,4,1,1 +2905,102,517,We've Got This,We've Got This,Riko Sakurauchi,Riko Sakurauchi,7856,7856,4,1,1 +2906,107,517,Hanamaru’s Challenge,My Attempt,Hanamaru Kunikida,Hanamaru Kunikida,7857,7857,4,2,1 +2907,301,518,,,Kanon Shibuya,Kanon Shibuya,7858,7858,2,2,1 +2908,302,518,,,Keke Tang,Keke Tang,7859,7859,2,1,1 +2909,303,518,,,Chisato Arashi,Chisato Arashi,7860,7860,2,3,1 +2910,304,518,,,Sumire Heanna,Sumire Heanna,7861,7861,2,3,1 +2911,305,518,,,Ren Hazuki,Ren Hazuki,7862,7862,2,2,1 +2912,301,519,,,Kanon Shibuya,Kanon Shibuya,7863,7863,2,3,1 +2913,302,519,,,Keke Tang,Keke Tang,7864,7864,2,2,1 +2914,303,519,,,Chisato Arashi,Chisato Arashi,7865,7865,2,1,1 +2915,304,519,,,Sumire Heanna,Sumire Heanna,7866,7866,2,1,1 +2916,305,519,,,Ren Hazuki,Ren Hazuki,7867,7867,2,3,1 +2917,301,520,Starlit Bond,Luminous Linked Stars,Kanon Shibuya,Kanon Shibuya,7868,7868,3,3,1 +2918,302,520,Handmade Feelings,Handmade Feelings,Keke Tang,Keke Tang,7869,7869,3,2,1 +2919,303,520,No Peeking!,No Peeking!,Chisato Arashi,Chisato Arashi,7870,7870,3,1,1 +2920,304,520,Electrifying Galaxy!,Heart-Pounding Galaxy,Sumire Heanna,Sumire Heanna,7871,7871,3,1,1 +2921,305,520,Gleaming Sky,Sparkling Sky,Ren Hazuki,Ren Hazuki,7872,7872,3,3,1 +2922,301,521,Singing and Dreaming,Singing Dreams,Kanon Shibuya,Kanon Shibuya,7873,7873,3,1,1 +2923,302,521,To All Human Beings!,To All Human Beings,Keke Tang,Keke Tang,7874,7874,3,3,1 +2924,303,521,Smiles All Around,Round Smiles,Chisato Arashi,Chisato Arashi,7875,7875,3,2,1 +2925,304,521,Fanfare of Cheers,Fanfare of Cheers,Sumire Heanna,Sumire Heanna,7876,7876,3,2,1 +2926,305,521,Daily Diligence,Daily Diligence,Ren Hazuki,Ren Hazuki,7877,7877,3,1,1 +2927,301,522,Cat Rescue,Cat Rescue,Kanon Shibuya,Kanon Shibuya,7878,7878,5,3,1 +2928,302,522,Please Reply ASAP,Speedy Replies,Keke Tang,Keke Tang,7879,7879,5,2,1 +2929,303,522,No Quitting!,Don't Be Fickle!,Chisato Arashi,Chisato Arashi,7880,7880,5,1,1 +2930,304,522,Send Me Good Vibes ☆,Send Me Good Vibes!,Sumire Heanna,Sumire Heanna,7881,7881,5,1,1 +2931,305,522,Brief Respite,A Brief Rest,Ren Hazuki,Ren Hazuki,7882,7882,5,3,1 +2932,301,523,Starting Line,Starting Line,Kanon Shibuya,Kanon Shibuya,7883,7883,4,3,1 +2933,302,523,Truly Grateful,True Appreciation,Keke Tang,Keke Tang,7884,7884,4,2,1 +2934,101,516,Charting Our Path,Map of Hope,Chika Takami,Chika Takami,7885,7885,4,1,1 +2935,102,516,Sing More and More!,Sing More,Riko Sakurauchi,Riko Sakurauchi,7886,7886,4,3,1 +2936,105,516,Upbeat Advance!,Advance Lively!,You Watanabe,You Watanabe,7887,7887,4,2,1 +2937,109,491,Thankful Thoughts,With Smiles & Thanks,Ruby Kurosawa,Ruby Kurosawa,7888,7888,5,2,1 +2938,101,511,Yoshiko's Amulet,Yoshiko's Charm,Chika Takami,Chika Takami,7889,7890,4,1,1 +2939,106,511,Call from the Abyss,A Voice from the Dark,Yoshiko Tsushima,Yoshiko Tsushima,7891,7892,4,3,1 +2940,108,511,For Mari's Enjoyment,Mari's Fun,Mari Ohara,Mari Ohara,7893,7894,4,3,1 +2941,57,512,I Wanna Bring Smiles,Delivering the Smiles,Himeno Ayanokoji,Himeno Ayanokoji,7895,7895,4,2,1 +2942,4,526,Solo Hike,Hiking Solo,Umi Sonoda,Umi Sonoda,7896,7896,4,3,1 +2943,8,526,Honey Nighttime,Honey Nighttime,Hanayo Koizumi,Hanayo Koizumi,7897,7897,4,2,1 +2944,304,523,Blessings for All!,Blessings for All!,Sumire Heanna,Sumire Heanna,7898,7898,4,1,1 +2945,101,527,Head to the Front,Be the First One,Chika Takami,Chika Takami,7899,7899,4,1,1 +2946,102,527,Now It's Your Turn,Now It's Your Turn,Riko Sakurauchi,Riko Sakurauchi,7900,7900,4,1,1 +2947,103,527,Showered With Spray,Enjoying the Splash,Kanan Matsuura,Kanan Matsuura,7901,7901,4,2,1 +2948,104,527,See What You've Got,Show Me What You Got,Dia Kurosawa,Dia Kurosawa,7902,7902,4,3,1 +2949,105,527,This Is Top Secret!,Absolute Secret!,You Watanabe,You Watanabe,7903,7903,4,2,1 +2950,106,527,Fallen Angel Splash,Fallen Angel Splash,Yoshiko Tsushima,Yoshiko Tsushima,7904,7904,4,3,1 +2951,107,527,I Can't Settle Down,Non-Stop Excitement,Hanamaru Kunikida,Hanamaru Kunikida,7905,7905,4,3,1 +2952,108,527,The Okay Sign,The OK Sign,Mari Ohara,Mari Ohara,7906,7906,4,2,1 +2953,109,527,Frolic More,Have More Fun,Ruby Kurosawa,Ruby Kurosawa,7907,7907,4,1,1 +2954,9,485,Shooting a Smile,Shot Smile,Nico Yazawa,Nico Yazawa,7909,7909,5,3,1 +2955,1,508,Busy Busy Maid,Maids Are Always Busy,Honoka Kosaka,Honoka Kosaka,7910,7911,4,1,1 +2956,2,508,Rousing Reception,Frantic Hospitality,Eli Ayase,Eli Ayase,7912,7913,4,2,1 +2957,5,508,Rin's Omelet Rice,Rin's Omelet Rice,Rin Hoshizora,Rin Hoshizora,7914,7915,4,3,1 +2958,3,468,I'm the...Prince?,My Prince?,Kotori Minami,Kotori Minami,7916,7916,4,2,1 +2959,3,470,With A Sunny Smile,With a Princess Smile,Kotori Minami,Kotori Minami,7917,7917,4,1,1 +2960,102,487,Motivation to Move,Taking the First Step,Riko Sakurauchi,Riko Sakurauchi,7918,7918,4,2,1 +2961,109,487,Ruby's Bouquet,Ruby's Bouquet,Ruby Kurosawa,Ruby Kurosawa,7919,7919,4,1,1 +2962,202,525,Daily Dose of Kasumin,Today's Kasumin,Kasumi Nakasu,Kasumi Nakasu,7908,7908,4,3,1 +2963,101,528,A Different Style,A Different Look,Chika Takami,Chika Takami,7920,7920,4,3,1 +2964,102,528,A Fresh New Look,A Fresh Outfit,Riko Sakurauchi,Riko Sakurauchi,7921,7921,4,2,1 +2965,103,528,Dressing Casually,Keeping it Casual,Kanan Matsuura,Kanan Matsuura,7922,7922,4,3,1 +2966,104,528,A Modest Look,Graceful Look,Dia Kurosawa,Dia Kurosawa,7923,7923,4,1,1 +2967,105,528,Totally Cool,Keeping it Cool,You Watanabe,You Watanabe,7924,7924,4,3,1 +2968,106,528,Yohane's Lead,Lead by Yohane,Yoshiko Tsushima,Yoshiko Tsushima,7925,7925,4,2,1 +2969,107,528,Ponytails are Perfect,Trying a Ponytail,Hanamaru Kunikida,Hanamaru Kunikida,7926,7926,4,1,1 +2970,108,528,Summer Style,Summer Outfit,Mari Ohara,Mari Ohara,7927,7927,4,1,1 +2971,109,528,Don't Forget Your Hat,Don't Forget a Hat,Ruby Kurosawa,Ruby Kurosawa,7928,7928,4,2,1 +2972,101,532,Unstoppable Feeling,Unstoppable Feeling,Chika Takami,Chika Takami,7929,7929,4,1,1 +2973,102,532,To the Next Stage,To the New Stage,Riko Sakurauchi,Riko Sakurauchi,7930,7930,4,3,1 +2974,103,532,With Burning Passion,Burning Enthusiasm,Kanan Matsuura,Kanan Matsuura,7931,7931,4,2,1 +2975,104,532,Riding the Wave,Go with Excitement,Dia Kurosawa,Dia Kurosawa,7932,7932,4,3,1 +2976,105,532,I Only Go Full Speed,Always Our Best,You Watanabe,You Watanabe,7933,7933,4,2,1 +2977,106,532,Yohane’s Miracle,Fallen Angel's Miracle,Yoshiko Tsushima,Yoshiko Tsushima,7934,7934,4,3,1 +2978,107,532,Wanted to Show You,Wanted to Show You,Hanamaru Kunikida,Hanamaru Kunikida,7935,7935,4,1,1 +2979,108,532,Believe in Ourselves,Believe in Ourselves,Mari Ohara,Mari Ohara,7936,7936,4,1,1 +2980,109,532,To a Miracle,Beyond Miracles,Ruby Kurosawa,Ruby Kurosawa,7937,7937,4,2,1 +2981,101,529,Fluffy Whipped Cream,Fluffy Whipped Cream,Chika Takami,Chika Takami,7938,7938,4,3,1 +2982,108,529,Mari's Snuck Snacks♡,Mari's Secret Treats,Mari Ohara,Mari Ohara,7939,7939,4,1,1 +2983,303,523,Demon Choreographer,Ogre Choreographer,Chisato Arashi,Chisato Arashi,7940,7940,4,1,1 +2984,102,488,Fun Transformation,Enjoying the Change,Riko Sakurauchi,Riko Sakurauchi,7941,7941,4,2,1 +2985,106,516,Yohane’s Melody,Yohane's Song,Yoshiko Tsushima,Yoshiko Tsushima,7942,7942,4,3,1 +2986,107,516,Everyone's Hope,Everyone's Wish,Hanamaru Kunikida,Hanamaru Kunikida,7943,7943,4,1,1 +2987,109,516,The First Song,Opening Song,Ruby Kurosawa,Ruby Kurosawa,7944,7944,4,2,1 +2988,107,491,I Have More to Say,So We Share Even More,Hanamaru Kunikida,Hanamaru Kunikida,7945,7945,5,3,1 +2989,103,511,Orange Picking is Fun,Enjoy Orange-Picking,Kanan Matsuura,Kanan Matsuura,7946,7947,4,3,1 +2990,104,511,Sunlight and Sea Air,Sun and Sea Breeze,Dia Kurosawa,Dia Kurosawa,7948,7949,4,2,1 +2991,105,511,Wild Mikan Hunt,Fun Orange Harvest,You Watanabe,You Watanabe,7950,7951,4,2,1 +2992,109,488,I Love Surprises,Joys of a Surprise,Ruby Kurosawa,Ruby Kurosawa,7952,7952,4,1,1 +2993,65,512,You're My Target,You're the Target,Jennifer,Jennifer,7953,7953,4,3,1 +2994,212,530,Let Me Thrill You,Heart's Delight,Shioriko Mifune,Shioriko Mifune,7954,7954,4,2,1 +2995,3,531,Cutesy Surprise,An Adorable Surprise,Kotori Minami,Kotori Minami,7962,7962,4,3,1 +2996,9,531,Prank Planning,Planning a Trick,Nico Yazawa,Nico Yazawa,7963,7963,4,1,1 +2997,305,523,Individual Shine,Each Girl's Light,Ren Hazuki,Ren Hazuki,7964,7964,4,3,1 +2998,203,525,Wanted to Invite You,Wanted to Invite You,Shizuku Osaka,Shizuku Osaka,7965,7965,4,1,1 +2999,212,533,Lively Celebration,Lively Celebration,Shioriko Mifune,Shioriko Mifune,7966,7966,4,2,1 +3000,7,485,Put My Heart Video,Emotions on Film,Nozomi Tojo,Nozomi Tojo,7967,7967,5,3,1 +3001,1,534,Heart Throb,Shot to the Heart,Honoka Kosaka,Honoka Kosaka,7968,7969,4,1,1 +3002,6,534,I'll Hit the Bull's-Eye,Getting a Bull's Eye,Maki Nishikino,Maki Nishikino,7970,7971,4,2,1 +3003,8,534,I'll Be the Decoy,I'll Be Your Decoy,Hanayo Koizumi,Hanayo Koizumi,7972,7973,4,2,1 +3004,2,468,Become the Snow Queen,Becoming a Snow Queen,Eli Ayase,Eli Ayase,7983,7983,4,3,1 +3005,101,535,Head to the Future,Towards the Future,Chika Takami,Chika Takami,7974,7974,4,1,1 +3006,102,535,Helping One Another,Helping Each Other,Riko Sakurauchi,Riko Sakurauchi,7975,7975,4,3,1 +3007,103,535,Always Stick Together,Together in Our Future,Kanan Matsuura,Kanan Matsuura,7976,7976,4,2,1 +3008,104,535,We're Not Alone,As I'm Not Alone,Dia Kurosawa,Dia Kurosawa,7977,7977,4,3,1 +3009,105,535,I Want to Grow More,I Want to Grow,You Watanabe,You Watanabe,7978,7978,4,2,1 +3010,106,535,Believing in Everyone,Believe in Everyone,Yoshiko Tsushima,Yoshiko Tsushima,7979,7979,4,3,1 +3011,107,535,On to New Steps,To a New Step,Hanamaru Kunikida,Hanamaru Kunikida,7980,7980,4,1,1 +3012,108,535,When We Work as One,Be Okay Together,Mari Ohara,Mari Ohara,7981,7981,4,1,1 +3013,109,535,If You're With Me,If Together With You,Ruby Kurosawa,Ruby Kurosawa,7982,7982,4,2,1 +3014,212,536,,,Shioriko Mifune,Shioriko Mifune,7955,7955,2,1,1 +3015,212,538,,,Shioriko Mifune,Shioriko Mifune,7956,7956,2,2,1 +3016,212,537,,,Shioriko Mifune,Shioriko Mifune,7957,7957,2,2,1 +3017,212,540,,,Shioriko Mifune,Shioriko Mifune,7958,7958,2,1,1 +3018,212,539,,,Shioriko Mifune,Shioriko Mifune,7959,7959,2,3,1 +3019,212,542,Determined Heart,With Determination,Shioriko Mifune,Shioriko Mifune,7960,7960,3,2,1 +3020,212,541,My Summer Outfit,Dressed for Summer,Shioriko Mifune,Shioriko Mifune,7961,7961,3,3,1 +3021,103,543,Cute Stuff,Cute Things,Kanan Matsuura,Kanan Matsuura,7984,7984,4,2,1 +3022,104,543,I Want You to Choose,I Want You to Choose,Dia Kurosawa,Dia Kurosawa,7985,7985,4,1,1 +3023,103,516,Singin' in the Waves,Sing with Waves,Kanan Matsuura,Kanan Matsuura,7986,7986,4,2,1 +3024,104,516,More Freely,Be More Free,Dia Kurosawa,Dia Kurosawa,7987,7987,4,3,1 +3025,108,516,Experience Vacation,Wonder Trip,Mari Ohara,Mari Ohara,7988,7988,4,1,1 +3026,101,544,A Rainy Day Pastime,Fun on a Rainy Day,Chika Takami,Chika Takami,7989,7989,4,1,1 +3027,102,544,The Rain Song's Voice,Song of the Rain,Riko Sakurauchi,Riko Sakurauchi,7990,7990,4,3,1 +3028,103,544,No Matter the Weather,No Matter the Weather,Kanan Matsuura,Kanan Matsuura,7991,7991,4,1,1 +3029,104,544,When the Rain Stops,After the Rain,Dia Kurosawa,Dia Kurosawa,7992,7992,4,3,1 +3030,105,544,Puddle Jumping,Puddle Jumping,You Watanabe,You Watanabe,7993,7993,4,2,1 +3031,106,544,Besting A Trial,Overcoming Trials,Yoshiko Tsushima,Yoshiko Tsushima,7994,7994,4,1,1 +3032,107,544,A Relaxed Rainy Day,Relaxing Rainy Day,Hanamaru Kunikida,Hanamaru Kunikida,7995,7995,4,2,1 +3033,108,544,A Cheerful Rainy Day,Happy on a Rainy Day,Mari Ohara,Mari Ohara,7996,7996,4,2,1 +3034,109,544,Look for a Rainbow,Find the Rainbow,Ruby Kurosawa,Ruby Kurosawa,7997,7997,4,3,1 +3035,201,545,Something to Ask You,What I Want to Ask You,Ayumu Uehara,Ayumu Uehara,7998,7998,4,1,1 +3036,202,545,Kasumin's Got This!,Leave it to Kasumi,Kasumi Nakasu,Kasumi Nakasu,7999,7999,4,3,1 +3037,203,545,Have Fun with It All,Gatta Have Fun,Shizuku Osaka,Shizuku Osaka,8000,8000,4,1,1 +3038,204,545,Ask Me Anything,Ask Me Anything,Karin Asaka,Karin Asaka,8001,8001,4,1,1 +3039,205,545,Make It More Exciting,Make it More Exciting,Ai Miyashita,Ai Miyashita,8002,8002,4,3,1 +3040,206,545,Staying Up Late Today,Staying Up Late,Kanata Konoe,Kanata Konoe,8003,8003,4,2,1 +3041,207,545,Even More Passionate,More Passion Than Any,Setsuna Yuki,Setsuna Yuki,8004,8004,4,2,1 +3042,208,545,A Fun Surprise,Pleasant Surprise,Emma Verde,Emma Verde,8005,8005,4,3,1 +3043,209,545,Nervous Excitement,Nervous and Excited,Rina Tennoji,Rina Tennoji,8006,8006,4,2,1 +3044,212,546,Prep is Everything,Ready for Anything,Shioriko Mifune,Shioriko Mifune,8007,8007,4,3,1 +3045,108,491,Big News ♪,Big News!,Mari Ohara,Mari Ohara,8008,8008,5,1,1 +3046,101,547,Thank You Teddy Bears,Thank You Teddy Bears,Chika Takami,Chika Takami,8009,8010,4,3,1 +3047,106,547,My Dark Underlings,My Dark Underlings,Yoshiko Tsushima,Yoshiko Tsushima,8011,8012,4,1,1 +3048,109,547,Keep It Between Us,It's a Secret,Ruby Kurosawa,Ruby Kurosawa,8013,8014,4,2,1 +3049,60,512,Why I Do My Best,Why I Do My Best,Koyuki Shirase,Koyuki Shirase,8015,8015,4,2,1 +3050,2,470,Everything I Wanted,Everything I Wanted,Eli Ayase,Eli Ayase,8016,8016,4,2,1 +3051,212,553,Pouring in Feelings,Full of Emotion,Shioriko Mifune,Shioriko Mifune,8018,8018,4,1,1 +3052,5,468,Unbreakable Spell,Unbreakable Magic,Rin Hoshizora,Rin Hoshizora,8017,8017,4,1,1 +3053,2,548,Big Sweets,Big Sweets,Eli Ayase,Eli Ayase,8019,8019,4,3,1 +3054,6,548,Baking Again,Many Ways to Roast,Maki Nishikino,Maki Nishikino,8020,8020,4,2,1 +3055,1,549,Unbeatable Guardian,Impenetrable Guardian,Honoka Kosaka,Honoka Kosaka,8021,8021,4,2,1 +3056,2,549,Noble Iron Empress,Noble Steel Empress,Eli Ayase,Eli Ayase,8022,8022,4,2,1 +3057,3,549,Bolting Priestess,Bolting Priestess,Kotori Minami,Kotori Minami,8023,8023,4,3,1 +3058,4,549,Petal-Pink Warmth,Petal-Pink Warmth,Umi Sonoda,Umi Sonoda,8024,8024,4,2,1 +3059,5,549,Warrior Woman,Warrior Woman,Rin Hoshizora,Rin Hoshizora,8025,8025,4,3,1 +3060,6,549,Alluring Jaleo,Alluring Jaleo,Maki Nishikino,Maki Nishikino,8026,8026,4,1,1 +3061,7,549,The Founder Dwarf,The Founder Dwarf,Nozomi Tojo,Nozomi Tojo,8027,8027,4,1,1 +3062,8,549,Ivory Heifer of Love,Ivory Heifer of Love,Hanayo Koizumi,Hanayo Koizumi,8028,8028,4,1,1 +3063,9,549,Traitorous Lady,Traitorous Lady,Nico Yazawa,Nico Yazawa,8029,8029,4,3,1 +3064,2,550,Azure Concierge,Blue Attendant,Eli Ayase,Eli Ayase,8030,8030,4,3,1 +3065,940,551,,,Chika Takami,Chika Takami,8031,8031,5,1,1 +3066,941,551,,,Riko Sakurauchi,Riko Sakurauchi,8032,8032,5,3,1 +3067,942,551,,,Kanan Matsuura,Kanan Matsuura,8033,8033,5,2,1 +3068,943,551,,,Dia Kurosawa,Dia Kurosawa,8034,8034,5,3,1 +3069,944,551,,,You Watanabe,You Watanabe,8035,8035,5,2,1 +3070,945,551,,,Yoshiko Tsushima,Yoshiko Tsushima,8036,8036,5,3,1 +3071,946,551,,,Hanamaru Kunikida,Hanamaru Kunikida,8037,8037,5,1,1 +3072,947,551,,,Mari Ohara,Mari Ohara,8038,8038,5,1,1 +3073,948,551,,,Ruby Kurosawa,Ruby Kurosawa,8039,8039,5,2,1 +3083,5,470,Follow Rin's Lead,Rin Takes the Lead,Rin Hoshizora,Rin Hoshizora,8049,8049,4,3,1 +3084,8,485,Showing off Makeup,Showing Off Makeup,Hanayo Koizumi,Hanayo Koizumi,8059,8059,5,2,1 +3085,3,534,Care for Some Pie?,Want Some Pie?,Kotori Minami,Kotori Minami,8060,8061,4,1,1 +3086,5,534,Tasting Is Important!,Tasting Is Important!,Rin Hoshizora,Rin Hoshizora,8062,8063,4,1,1 +3087,9,534,Cute Decorating!,Cute Decorating!,Nico Yazawa,Nico Yazawa,8064,8065,4,2,1 +3088,209,502,A Happy Birthday,A Happy Birthday,Rina Tennoji,Rina Tennoji,8066,8066,4,1,1 +3089,301,555,Let’s Be Cute ♪,Let's Be Cute!,Kanon Shibuya,Kanon Shibuya,8067,8067,4,2,1 +3090,302,555,Adorable Epiphany,Cute Inspiration,Keke Tang,Keke Tang,8068,8068,4,1,1 +3091,303,555,Jump of Freshness,Fresh Way to Jump,Chisato Arashi,Chisato Arashi,8069,8069,5,3,1 +3092,304,555,A Fresh Runway,A Fresh Runway,Sumire Heanna,Sumire Heanna,8070,8070,3,3,1 +3093,305,555,Hunting for Cuteness,Hunting for Cute,Ren Hazuki,Ren Hazuki,8071,8071,3,2,1 +3094,209,503,Link Ring,Link Ring,Rina Tennoji,Rina Tennoji,8072,8072,4,1,1 +3095,155,0,,,Aigis,Aegis,8084,8084,4,1,1 +3096,153,0,,,Mitsuru Kirijo,Mitsuru Kirijo,8085,8085,4,2,1 +3097,152,0,,,Yukari Takeba,Yukari Takeba,8086,8086,4,3,1 +3098,154,0,,,Fuuka Yamagishi,Fuuka Yamagishi,8087,8087,4,1,1 +3099,156,0,,,Kotone Shiomi,Kotone Shiomi,8088,8088,4,2,1 +3128,108,556,Awash in Cuteness,Awash in Cuteness,Mari Ohara,Mari Ohara,8073,8073,4,2,1 +3129,109,556,A Thrilling Meal,Heart-Racing Meal,Ruby Kurosawa,Ruby Kurosawa,8074,8074,4,1,1 +3130,101,557,Shine From the Heart,Shine from the Heart,Chika Takami,Chika Takami,8075,8075,4,2,1 +3131,102,557,Found My Dream,A Dream Born,Riko Sakurauchi,Riko Sakurauchi,8076,8076,4,1,1 +3132,103,557,Bigger and Better,More to Come,Kanan Matsuura,Kanan Matsuura,8077,8077,4,3,1 +3133,104,557,No Matter How Lost,No Matter How Lost,Dia Kurosawa,Dia Kurosawa,8078,8078,4,2,1 +3134,105,557,Set Sail for New Land,Off to a New World,You Watanabe,You Watanabe,8079,8079,4,1,1 +3135,106,557,Connected Wings,Wings that Connect,Yoshiko Tsushima,Yoshiko Tsushima,8080,8080,4,3,1 +3136,107,557,After Liftoff,Flight Beyond,Hanamaru Kunikida,Hanamaru Kunikida,8081,8081,4,1,1 +3137,108,557,Illuminated by Shine,Shiny Shine,Mari Ohara,Mari Ohara,8082,8082,4,3,1 +3138,109,557,Never Giving Up,Never Give Up,Ruby Kurosawa,Ruby Kurosawa,8083,8083,4,2,1 +3139,103,491,To Achieve My Wish,My Wish,Kanan Matsuura,Kanan Matsuura,8117,8117,5,3,1 +3140,102,547,Fall Foliage Memories,Fall Leaves Memories,Riko Sakurauchi,Riko Sakurauchi,8118,8119,4,1,1 +3141,104,547,Fall Leaves Guide,Fall Leaves Guide,Dia Kurosawa,Dia Kurosawa,8120,8121,4,3,1 +3142,107,547,Fall Leaves Reading,Fall Leaves Reading,Hanamaru Kunikida,Hanamaru Kunikida,8122,8123,4,3,1 +3143,29,512,Returning the Love ♡,In Return for Love!,Haruka Konoe,Haruka Konoe,8124,8124,4,1,1 +3144,214,530,I Love Celebrations,I Love Celebrations,Mia Taylor,Mia Taylor,8125,8125,4,3,1 +3145,214,536,,,Mia Taylor,Mia Taylor,8126,8126,2,1,1 +3146,214,538,,,Mia Taylor,Mia Taylor,8127,8127,2,3,1 +3147,214,537,,,Mia Taylor,Mia Taylor,8128,8128,2,2,1 +3148,214,540,,,Mia Taylor,Mia Taylor,8129,8129,2,2,1 +3149,214,539,,,Mia Taylor,Mia Taylor,8130,8130,2,3,1 +3150,214,542,To the Next View,To the Next Horizon,Mia Taylor,Mia Taylor,8131,8131,3,3,1 +3151,1,558,Brilliant Night,Brilliant Night,Honoka Kosaka,Honoka Kosaka,8152,8152,4,1,1 +3152,8,558,Candy Trap,Candy Trap,Hanayo Koizumi,Hanayo Koizumi,8153,8153,4,3,1 +3153,204,525,Nonchalant Smile,Cool Smile,Karin Asaka,Karin Asaka,8154,8154,4,1,1 +3154,6,485,Synced and Harmonized,Synchronized Harmony,Maki Nishikino,Maki Nishikino,8155,8155,5,2,1 +3155,2,534,Skating on One Leg,Skating on One Leg,Eli Ayase,Eli Ayase,8156,8157,4,3,1 +3156,4,534,It's Okay to Fall,It's Okay to Fall,Umi Sonoda,Umi Sonoda,8158,8159,4,3,1 +3157,7,534,Evening Skating Rink,Ice Rink at Night,Nozomi Tojo,Nozomi Tojo,8160,8161,4,3,1 +3158,214,533,Okay to Be Rowdy,Okay to Be Rowdy,Mia Taylor,Mia Taylor,8162,8162,4,3,1 +3159,303,559,Learning by Drills,Drill Training,Chisato Arashi,Chisato Arashi,8163,8163,4,2,1 +3160,304,559,Both Looks and Smarts,Both Looks and Smarts,Sumire Heanna,Sumire Heanna,8164,8164,4,3,1 +3161,305,559,Is It Wrong to Yearn?,Is It Wrong to Yearn?,Ren Hazuki,Ren Hazuki,8165,8165,5,2,1 +3162,301,559,Milk as You Like It,Milk as You Like It,Kanon Shibuya,Kanon Shibuya,8166,8166,3,2,1 +3163,302,559,Harajuku Dash,Harajuku Dash,Keke Tang,Keke Tang,8167,8167,3,1,1 +3164,206,502,Birthday of My Dreams,Ideal Birthday,Kanata Konoe,Kanata Konoe,8168,8168,4,1,1 +3165,101,560,Longing for Snow,Longing for Snow,Chika Takami,Chika Takami,8325,8325,4,3,1 +3166,106,560,Fall With the Snow,Snow Descends,Yoshiko Tsushima,Yoshiko Tsushima,8326,8326,4,2,1 +3167,206,503,Chiffon Snooze,Chiffon Snooze,Kanata Konoe,Kanata Konoe,8327,8327,4,1,1 +3168,102,491,Outstretched Hands,Outstretched Hands,Riko Sakurauchi,Riko Sakurauchi,8328,8328,5,1,1 +3169,103,547,Samurai Spotted!,Samurai Spotted!,Kanan Matsuura,Kanan Matsuura,8329,8330,4,2,1 +3170,105,547,Souvenir Scrutiny,Souvenir Scrutiny,You Watanabe,You Watanabe,8331,8332,4,1,1 +3171,108,547,Peasant Girl Selfie,Peasant Girl Selfie,Mari Ohara,Mari Ohara,8333,8334,4,2,1 +3172,58,512,Answer Your Feelings,Answer Your Feelings,Sakura Kurobane,Sakura Kurobane,8335,8335,4,3,1 +3173,104,487,How Kaguya Must Feel,How Kaguya Must Feel,Dia Kurosawa,Dia Kurosawa,8336,8336,4,2,1 +3174,1,561,In Wonderland,In the Wonderland,Honoka Kosaka,Honoka Kosaka,8337,8337,4,1,1 +3175,2,561,Strange Party,Strange Party,Eli Ayase,Eli Ayase,8338,8338,4,3,1 +3176,3,561,A Wondrous World,Wonder World,Kotori Minami,Kotori Minami,8339,8339,4,2,1 +3177,4,561,So Many Mysteries,Lots of Wonder,Umi Sonoda,Umi Sonoda,8340,8340,4,3,1 +3178,5,561,White Rabbit Teatime,White Rabbit Party,Rin Hoshizora,Rin Hoshizora,8341,8341,4,1,1 +3179,6,561,Just Like in a Book,In the Picture Book,Maki Nishikino,Maki Nishikino,8342,8342,4,3,1 +3180,7,561,Stars on the Board,Star of the Board,Nozomi Tojo,Nozomi Tojo,8343,8343,4,2,1 +3181,8,561,Welcome to Fairyland,Welcome to Wonderland,Hanayo Koizumi,Hanayo Koizumi,8344,8344,4,2,1 +3182,9,561,A Chessboard Garden,Garden on the Board,Nico Yazawa,Nico Yazawa,8345,8345,4,1,1 +3183,101,562,I Wanted to Meet You,Welcoming You,Chika Takami,Chika Takami,8346,8346,4,1,1 +3184,102,562,Freshly Made For You,From the Oven,Riko Sakurauchi,Riko Sakurauchi,8347,8347,4,2,1 +3185,103,562,The Magic of Flavor,Delicious Magic,Kanan Matsuura,Kanan Matsuura,8348,8348,4,1,1 +3186,104,562,Splendid Service,Flowery Welcome,Dia Kurosawa,Dia Kurosawa,8349,8349,4,1,1 +3187,105,562,Even When I'm Busy,Keeping Busy,You Watanabe,You Watanabe,8350,8350,4,2,1 +3188,106,562,Yohane’s Cleaning Art,Fallen Angel Cleaning,Yoshiko Tsushima,Yoshiko Tsushima,8351,8351,4,3,1 +3189,107,562,A Maid’s Job,Maid's Work,Hanamaru Kunikida,Hanamaru Kunikida,8352,8352,4,3,1 +3190,108,562,Shiny Welcome,Shiny Welcome,Mari Ohara,Mari Ohara,8353,8353,4,2,1 +3191,109,562,A Heartfelt Drawing,Drawing My Heart,Ruby Kurosawa,Ruby Kurosawa,8354,8354,4,3,1 +3192,4,563,New Year’s Treasure,New Year's Treasures,Umi Sonoda,Umi Sonoda,8355,8355,4,2,1 +3193,7,563,Sweet Supplies,A Sweet Surprise,Nozomi Tojo,Nozomi Tojo,8356,8356,4,3,1 +3194,104,488,Starting Fresh,Starting Fresh,Dia Kurosawa,Dia Kurosawa,8357,8357,4,2,1 +3195,205,525,Hype Sensor Triggered,Exciting Anticipation,Ai Miyashita,Ai Miyashita,8358,8358,4,3,1 +3196,201,573,Step Into the Year,New Year's Start,Ayumu Uehara,Ayumu Uehara,8359,8359,4,3,1 +3197,202,573,Starting off Adorable!,Cute New Year's,Kasumi Nakasu,Kasumi Nakasu,8360,8360,4,1,1 +3198,203,573,Let's Try Our Luck,Fortune Together,Shizuku Osaka,Shizuku Osaka,8361,8361,4,2,1 +3199,204,573,A Fiery New Year,Passionate New Year's,Karin Asaka,Karin Asaka,8362,8362,4,2,1 +3200,205,573,Year Fulla Energy,New Year's Groovin',Ai Miyashita,Ai Miyashita,8363,8363,4,2,1 +3201,206,573,Chill New Year,Easy New Year's,Kanata Konoe,Kanata Konoe,8364,8364,4,3,1 +3202,207,573,New Year's Resolution,New Year's Resolution,Setsuna Yuki,Setsuna Yuki,8365,8365,4,1,1 +3203,208,573,Jump in Kimono,Jumping in Kimono,Emma Verde,Emma Verde,8366,8366,4,1,1 +3204,209,573,Happy to Dress Up,Happy in Kimono,Rina Tennoji,Rina Tennoji,8367,8367,4,3,1 +3205,101,574,More Fun Next Year,More Fun Next Year,Chika Takami,Chika Takami,8368,8368,5,1,1 +3206,102,574,Thanks for This Year,Thanks for This Year,Riko Sakurauchi,Riko Sakurauchi,8369,8369,5,3,1 +3207,103,574,Till the Last Song,Till the Last Song,Kanan Matsuura,Kanan Matsuura,8370,8370,5,2,1 +3208,104,574,The Critical Moment,The Critical Moment,Dia Kurosawa,Dia Kurosawa,8371,8371,5,3,1 +3209,105,574,Aye Aye New Year's,Aye Aye New Year's,You Watanabe,You Watanabe,8372,8372,5,2,1 +3210,106,574,Fallen Angel’s Grace,Fallen Angel's Grace,Yoshiko Tsushima,Yoshiko Tsushima,8373,8373,5,3,1 +3211,107,574,Spending NYE Together,New Year's with You,Hanamaru Kunikida,Hanamaru Kunikida,8374,8374,5,1,1 +3212,108,574,Shiny New Year,Shiny New Year's Eve,Mari Ohara,Mari Ohara,8375,8375,5,1,1 +3213,109,574,Keep It Up Till 12,Go Till the Very End,Ruby Kurosawa,Ruby Kurosawa,8376,8376,5,2,1 +3214,201,575,Last Step of the Year,Last Step of the Year,Ayumu Uehara,Ayumu Uehara,8377,8377,5,2,1 +3215,202,575,New Year with Kasumin,New Year with Kasumi,Kasumi Nakasu,Kasumi Nakasu,8378,8378,5,2,1 +3216,203,575,Conclusive Stage,Conclusive Stage,Shizuku Osaka,Shizuku Osaka,8379,8379,5,3,1 +3217,204,575,Grown-Up New Year,Grown-Up New Year,Karin Asaka,Karin Asaka,8380,8380,5,3,1 +3218,205,575,A Hot Countdown,A Hot Countdown,Ai Miyashita,Ai Miyashita,8381,8381,5,1,1 +3219,206,575,Like Being in a Dream,Like Being in a Dream,Kanata Konoe,Kanata Konoe,8382,8382,5,1,1 +3220,207,575,Reflect on the Year,Spring in My Step,Setsuna Yuki,Setsuna Yuki,8383,8383,5,3,1 +3221,208,575,Spring in My Step,Reflect on the Year,Emma Verde,Emma Verde,8384,8384,5,2,1 +3222,209,575,Connect to Next Year,Connect to Next Year,Rina Tennoji,Rina Tennoji,8385,8385,5,1,1 +3223,212,576,With New Resolve,With New Resolve,Shioriko Mifune,Shioriko Mifune,8386,8386,5,2,1 +3224,213,576,New Year's Together,New Year's Together,Lanzhu Zhong,Lanzhu Zhong,8387,8387,5,1,1 +3225,214,576,Leave It to Mia,Leave It to Me,Mia Taylor,Mia Taylor,8388,8388,5,3,1 +3226,301,577,See You Next Year,See You Next Year,Kanon Shibuya,Kanon Shibuya,8389,8389,5,3,1 +3227,302,577,Closing Steps,Closing Steps,Keke Tang,Keke Tang,8390,8390,5,2,1 +3228,303,577,"New Year, Yeah Yeah!","New Year, Yeah Yeah!",Chisato Arashi,Chisato Arashi,8391,8391,5,1,1 +3229,304,577,Galaxy New Year,Galaxy New Year,Sumire Heanna,Sumire Heanna,8392,8392,5,1,1 +3230,305,577,To the Year's End,To the Year's End,Ren Hazuki,Ren Hazuki,8393,8393,5,3,1 +3231,2,565,Mix it All Together,Mix It All Together,Eli Ayase,Eli Ayase,8412,8412,5,1,1 +3232,1,564,Sunlit Snow,Sunlit Snow,Honoka Kosaka,Honoka Kosaka,8413,8414,4,3,1 +3233,5,564,Twinkling Winter,Twinkling Winter,Rin Hoshizora,Rin Hoshizora,8415,8416,4,2,1 +3234,9,564,Sprite of the Slopes,Sprite of the Slopes,Nico Yazawa,Nico Yazawa,8417,8418,4,3,1 +3235,305,567,Street Park,Street Park,Ren Hazuki,Ren Hazuki,8419,8419,4,2,1 +3236,301,567,Harmony Street,Harmony Street,Kanon Shibuya,Kanon Shibuya,8420,8420,4,1,1 +3237,302,567,Inspiration Street,Inspiration Street,Keke Tang,Keke Tang,8421,8421,5,1,1 +3238,303,567,Steps Street,Steps Street,Chisato Arashi,Chisato Arashi,8422,8422,3,3,1 +3239,304,567,Street Shot,Street Shot,Sumire Heanna,Sumire Heanna,8423,8423,3,1,1 +3240,8,566,Light of Hope,Light of Hope,Hanayo Koizumi,Hanayo Koizumi,8424,8424,4,1,1 +3241,1,571,New Year's Live Show,New Year Live Show,Honoka Kosaka,Honoka Kosaka,8425,8425,4,2,1 +3242,2,571,Countdown ♪,Countdown!,Eli Ayase,Eli Ayase,8426,8426,4,2,1 +3243,3,571,Ring in the New Year,Welcome New Year,Kotori Minami,Kotori Minami,8427,8427,4,3,1 +3244,4,571,Starting Onstage,Start from a Stage,Umi Sonoda,Umi Sonoda,8428,8428,4,2,1 +3245,5,571,Happy New Year's Eve,Joyful New Year's,Rin Hoshizora,Rin Hoshizora,8429,8429,4,3,1 +3246,6,571,My Resolution,New Year's Pledge,Maki Nishikino,Maki Nishikino,8430,8430,4,1,1 +3247,7,571,Light Up the New Year,Welcome with Everyone,Nozomi Tojo,Nozomi Tojo,8431,8431,4,1,1 +3248,8,571,A New Year Together,Fun New Year,Hanayo Koizumi,Hanayo Koizumi,8432,8432,4,1,1 +3249,9,571,Year's First Promise,The First Promise,Nico Yazawa,Nico Yazawa,8433,8433,4,3,1 +3250,101,572,Special Safety Pin,Safety Pin of Memory,Chika Takami,Chika Takami,8434,8434,4,1,1 +3251,102,572,Supportive Friends,Supportive Friends,Riko Sakurauchi,Riko Sakurauchi,8435,8435,4,3,1 +3252,103,572,Shine of Potential,Shine of Potential,Kanan Matsuura,Kanan Matsuura,8436,8436,4,3,1 +3253,104,572,Bonds of Sympathy,Proof of Trust,Dia Kurosawa,Dia Kurosawa,8437,8437,4,2,1 +3254,105,572,Original Passion,Original Passion,You Watanabe,You Watanabe,8438,8438,4,1,1 +3255,106,572,Unbending Soul's Name,Unbending Soul's Name,Yoshiko Tsushima,Yoshiko Tsushima,8439,8439,4,2,1 +3256,107,572,Best Supply Drop Ever,Best Supply Drop Ever,Hanamaru Kunikida,Hanamaru Kunikida,8440,8440,4,2,1 +3257,108,572,Shimenawa Ribbon,Shimenawa Ribbon,Mari Ohara,Mari Ohara,8441,8441,4,1,1 +3258,109,572,Costume Mistress Ruby,Costume Mistress Ruby,Ruby Kurosawa,Ruby Kurosawa,8442,8442,4,3,1 +3259,105,568,Split Fifty-Fifty,Sharing Is Caring,You Watanabe,You Watanabe,8570,8570,4,3,1 +3260,107,568,Charming First Trip,First Visit Delights,Hanamaru Kunikida,Hanamaru Kunikida,8571,8571,4,1,1 +3261,202,502,Kasumin's the Star,Kasumin Is the Lead,Kasumi Nakasu,Kasumi Nakasu,8572,8572,4,2,1 +3262,8,578,In Honor of Today,In Honor of the Day,Hanayo Koizumi,Hanayo Koizumi,8573,8573,4,2,1 +3263,109,570,Finding Individuality,Finding Individuality,Ruby Kurosawa,Ruby Kurosawa,8574,8574,5,3,1 +3264,101,569,Waking from a Dream,Waking from a Dream,Chika Takami,Chika Takami,8575,8576,4,3,1 +3265,102,569,Dreamin' Lights,Dreamin' Lights,Riko Sakurauchi,Riko Sakurauchi,8577,8578,4,2,1 +3266,103,569,Comfy and Fluffy,Comfy and Fluffy,Kanan Matsuura,Kanan Matsuura,8579,8580,4,1,1 +3267,202,503,Happy Yappy,Happy Yappy,Kasumi Nakasu,Kasumi Nakasu,8581,8581,4,2,1 +3268,12,512,For Someone Special,For Someone,Coco Miyashita,Coco Miyashita,8582,8582,4,2,1 +3269,208,502,Molte Grazie,Molte Grazie,Emma Verde,Emma Verde,8583,8583,4,2,1 +3270,5,579,Surprise Trick,Surprise Trick,Rin Hoshizora,Rin Hoshizora,8584,8584,4,1,1 +3271,6,579,Counter-Prank,Counter-Prank,Maki Nishikino,Maki Nishikino,8585,8585,4,3,1 +3272,206,525,To My Nap Spot,To The Napping Spot,Kanata Konoe,Kanata Konoe,8586,8586,4,2,1 +3273,103,487,Birthday Bouquet,Birthday Flowers,Kanan Matsuura,Kanan Matsuura,8587,8587,4,1,1 +3274,208,503,Fluttery Winks,Fluttery Winks,Emma Verde,Emma Verde,8588,8588,4,2,1 +3275,3,565,Multi-Arrangement,Multi-Arrangement,Kotori Minami,Kotori Minami,8589,8589,5,3,1 +3276,4,564,Hot Panda Buns,Hot Panda Buns,Umi Sonoda,Umi Sonoda,8590,8591,4,2,1 +3277,7,564,Thrilling Predictions,Thrilling Predictions,Nozomi Tojo,Nozomi Tojo,8592,8593,4,3,1 +3278,8,564,Chinese Dress Debut,Chinese Dress Debut,Hanayo Koizumi,Hanayo Koizumi,8594,8595,4,1,1 +3279,213,530,Lanzhu's Aspirations,Lanzhu's Aspirations,Lanzhu Zhong,Lanzhu Zhong,8596,8596,4,1,1 +3280,213,536,,,Lanzhu Zhong,Lanzhu Zhong,8597,8597,2,1,1 +3281,213,538,,,Lanzhu Zhong,Lanzhu Zhong,8598,8598,2,1,1 +3282,213,537,,,Lanzhu Zhong,Lanzhu Zhong,8599,8599,2,2,1 +3283,213,540,,,Lanzhu Zhong,Lanzhu Zhong,8600,8600,2,3,1 +3284,213,539,,,Lanzhu Zhong,Lanzhu Zhong,8601,8601,2,3,1 +3285,213,542,Innocent Queen,Innocent Queen,Lanzhu Zhong,Lanzhu Zhong,8602,8602,3,1,1 +3286,302,580,Purity Ribbon,Purity Ribbon,Keke Tang,Keke Tang,8603,8603,4,3,1 +3287,303,580,Teddy Steps,Teddy Step,Chisato Arashi,Chisato Arashi,8604,8604,4,3,1 +3288,304,580,Teddy Days,Teddy Days,Sumire Heanna,Sumire Heanna,8605,8605,5,2,1 +3289,305,580,Gentle and Pure,Graceful and Pure,Ren Hazuki,Ren Hazuki,8606,8606,3,3,1 +3290,301,580,A Cup of Class,A Cup of Class,Kanon Shibuya,Kanon Shibuya,8607,8607,3,1,1 +3291,103,488,Surprise Party,Surprise Party,Kanan Matsuura,Kanan Matsuura,8608,8608,4,1,1 +3292,213,533,Celebrating With Friends,Birthday with Friends,Lanzhu Zhong,Lanzhu Zhong,8609,8609,4,1,1 +3293,102,581,Matching the Stage,Matching the Stage,Riko Sakurauchi,Riko Sakurauchi,8610,8610,4,1,1 +3294,104,581,Top Secret Training,Top Secret Training,Dia Kurosawa,Dia Kurosawa,8611,8611,4,2,1 +3295,106,570,Famous Spot Tour,Famous Spot Tour,Yoshiko Tsushima,Yoshiko Tsushima,8612,8612,5,1,1 +3296,105,569,You's Famous Logic,You's Famous Logic,You Watanabe,You Watanabe,8613,8614,4,1,1 +3297,108,569,Defective Detective,Goofy Detective Mari,Mari Ohara,Mari Ohara,8615,8616,4,2,1 +3298,109,569,Detective Ruby,Detective Ruby,Ruby Kurosawa,Ruby Kurosawa,8617,8618,4,3,1 +3299,201,502,Celebrating Together,Celebrating Together,Ayumu Uehara,Ayumu Uehara,8619,8619,4,2,1 +3300,54,512,Power of Applause,The Power of Cheering,Ranpha,Ranpha,8620,8620,4,3,1 +3301,107,487,Koto Melody,Koto Melody,Hanamaru Kunikida,Hanamaru Kunikida,8621,8621,4,3,1 +3304,101,587,Ryokan Reception,Five Star Service,Chika Takami,Chika Takami,8623,8623,4,1,1 +3305,102,587,Secret Shopper,Secret Shopping,Riko Sakurauchi,Riko Sakurauchi,8624,8624,4,3,1 +3306,103,587,A Hug for Numazu!,Numazian Hugs!,Kanan Matsuura,Kanan Matsuura,8625,8625,4,2,1 +3307,104,587,Business is Booming,Buzzing with Customers,Dia Kurosawa,Dia Kurosawa,8626,8626,4,3,1 +3308,105,587,Bow to the Guests,Welcome Salute,You Watanabe,You Watanabe,8627,8627,4,2,1 +3309,106,587,The Manager Descends!,Fallen Shop Manager!,Yoshiko Tsushima,Yoshiko Tsushima,8628,8628,4,3,1 +3310,107,587,Let Us Care For You!,"Enjoy Your Visit, Zura",Hanamaru Kunikida,Hanamaru Kunikida,8629,8629,4,1,1 +3311,108,587,Have a Shiny Time,Have a Shiny Time!,Mari Ohara,Mari Ohara,8630,8630,4,1,1 +3312,109,587,Spirited Greeting,Warm Welcome,Ruby Kurosawa,Ruby Kurosawa,8631,8631,4,2,1 +3313,8,584,Try Again,Try Again,Hanayo Koizumi,Hanayo Koizumi,8633,8633,4,1,1 +3314,9,584,Get Awesome Items!,Getting Awesome Items,Nico Yazawa,Nico Yazawa,8634,8634,4,3,1 +3315,207,525,Don’t Hold Back!,Enjoy It to the Max,Setsuna Yuki,Setsuna Yuki,8635,8635,4,2,1 +3316,201,503,Heart of Orange,Big Orange Heart,Ayumu Uehara,Ayumu Uehara,8636,8636,4,2,1 +3317,107,488,A Wish I Wanna Grant,My Wish,Hanamaru Kunikida,Hanamaru Kunikida,8637,8637,4,3,1 +3318,101,588,Linking Our Hearts,Joining Our Hearts,Chika Takami,Chika Takami,8645,8645,4,1,1 +3319,102,588,Lively Footsteps,Approaching Happiness,Riko Sakurauchi,Riko Sakurauchi,8646,8646,4,3,1 +3320,103,588,The Feeling I Get,Relaying Our Feelings,Kanan Matsuura,Kanan Matsuura,8647,8647,4,2,1 +3321,104,588,Always With You,Far Yet Close,Dia Kurosawa,Dia Kurosawa,8648,8648,4,3,1 +3322,105,588,Shape of My Wish,Realizing the Wish,You Watanabe,You Watanabe,8649,8649,4,2,1 +3323,106,588,Revolving Dream,Wondering Dreams,Yoshiko Tsushima,Yoshiko Tsushima,8650,8650,4,3,1 +3324,107,588,"Don't Worry, It's Fun",All Fun and Fine,Hanamaru Kunikida,Hanamaru Kunikida,8651,8651,4,1,1 +3325,108,588,Inexhaustible Passion,Endless Passion,Mari Ohara,Mari Ohara,8652,8652,4,1,1 +3326,109,588,Dive Into Dreams,Dive In to the Dream,Ruby Kurosawa,Ruby Kurosawa,8653,8653,4,2,1 +3327,5,565,Dancing All Around,Dancing Around,Rin Hoshizora,Rin Hoshizora,8638,8638,5,2,1 +3328,2,564,Shy Sailor Girl,Shy Sailor Girl,Eli Ayase,Eli Ayase,8639,8640,4,2,1 +3329,3,564,Fluttering Scarf,Fluttering Scarf,Kotori Minami,Kotori Minami,8641,8642,4,2,1 +3330,6,564,Power Song,Encouraging Song,Maki Nishikino,Maki Nishikino,8643,8644,4,1,1 +3331,4,566,Treasured Bracelet,Treasured Bracelet,Umi Sonoda,Umi Sonoda,8654,8654,4,1,1 +3332,304,585,Chasing Trends,Chasing Trends,Sumire Heanna,Sumire Heanna,8655,8655,4,2,1 +3333,305,585,Everything Old is New,Cyclical Trends,Ren Hazuki,Ren Hazuki,8656,8656,4,1,1 +3334,301,585,Start With One Step,Big Step Forward,Kanon Shibuya,Kanon Shibuya,8657,8657,5,2,1 +3335,302,585,On Cloud Nine,Filled with Emotion,Keke Tang,Keke Tang,8658,8658,3,3,1 +3336,303,585,Retro Pop Dance,Retro-Pop Dance,Chisato Arashi,Chisato Arashi,8659,8659,3,1,1 +3337,4,578,Cherry Celebration,Cherry Celebration,Umi Sonoda,Umi Sonoda,8660,8660,4,3,1 +3338,105,589,Flower Parade,Flower Parade,You Watanabe,You Watanabe,8662,8662,4,2,1 +3339,108,589,Handsome at Times,Handsome at Times,Mari Ohara,Mari Ohara,8663,8663,4,3,1 +3340,311,590,Passionate Heart,Passionate Heart,Yuuna Hijirisawa,Yuuna Hijirisawa,8664,8664,3,1,1 +3341,312,590,Gloriously Sunny,Gloriously Sunny,Mao Hiiragi,Mao Hiiragi,8665,8665,3,3,1 +3342,313,604,,,Saya,Saya,8666,8666,2,5,1 +3343,314,603,,,Nanami,Nanami,8667,8667,3,1,1 +3344,315,603,,,Yae,Yae,8668,8668,3,2,1 +3345,316,603,,,Kokono,Kokono,8669,8669,3,3,1 +3346,317,603,,,Chairwoman,Director,8670,8670,3,5,1 +3347,318,604,,,Aria Shibuya,Aria Shibuya,8671,8671,5,5,1 +3348,319,604,,,Kanon's mom,Kanon's mother,8672,8672,4,5,1 +3349,320,605,,,Manmaru,Manmaru,8673,8673,2,2,1 +3350,321,605,,,Chibi,Chibi,8674,8674,2,1,1 +3351,320,605,,,Manmaru,Manmaru,8675,8675,3,5,1 +3352,101,606,Mikan Orange Sun,Mikan Orange Sun,Chika Takami,Chika Takami,8676,8676,4,2,1 +3353,102,606,Playing in the Waves,Playing in the Waves,Riko Sakurauchi,Riko Sakurauchi,8677,8677,4,1,1 +3354,103,606,Taking In the Sea,Feeling the Sea,Kanan Matsuura,Kanan Matsuura,8678,8678,4,3,1 +3355,104,606,Midsummer's Ocean,Mid Summer Sea,Dia Kurosawa,Dia Kurosawa,8679,8679,4,1,1 +3356,105,606,Glistening Sea Spray,Sparking Waves,You Watanabe,You Watanabe,8680,8680,4,3,1 +3357,106,606,Yohane at the Beach,Blue Beach Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,8681,8681,4,1,1 +3358,107,606,Playing On the Beach,Fun at the Beach,Hanamaru Kunikida,Hanamaru Kunikida,8682,8682,4,2,1 +3359,108,606,Shiny Ocean,Shiny Ocean,Mari Ohara,Mari Ohara,8683,8683,4,2,1 +3360,109,606,Playing in the Waves,Playing with the Waves,Ruby Kurosawa,Ruby Kurosawa,8684,8684,4,3,1 +3361,102,570,Showing Individuality,Showing Individuality,Riko Sakurauchi,Riko Sakurauchi,8688,8688,5,2,1 +3362,104,569,Festival Hospitality,Festival Hospitality,Dia Kurosawa,Dia Kurosawa,8689,8690,4,1,1 +3363,106,569,Our Flower Picture,Our Flower Picture,Yoshiko Tsushima,Yoshiko Tsushima,8691,8692,4,2,1 +3364,107,569,Art from the Heart,Art from the Heart,Hanamaru Kunikida,Hanamaru Kunikida,8693,8694,4,2,1 +3365,20,512,Like Swimming on Land,Like Swimming on Land,Iruka Suda,Iruka Suda,8695,8695,4,1,1 +3366,203,502,Birthday Heroine,Birthday Heroine,Shizuku Osaka,Shizuku Osaka,8696,8696,4,3,1 +3367,101,607,Let's Go Together!,Let's Go Together,Chika Takami,Chika Takami,8703,8703,4,1,1 +3368,102,607,Mysterious Power,Special Powers,Riko Sakurauchi,Riko Sakurauchi,8704,8704,4,3,1 +3369,103,607,Cool Down,Cooldown,Kanan Matsuura,Kanan Matsuura,8705,8705,4,2,1 +3370,104,607,Sisterly Bond,Sisterly Bond,Dia Kurosawa,Dia Kurosawa,8706,8706,4,3,1 +3371,105,607,Working Together,Working Together,You Watanabe,You Watanabe,8707,8707,4,2,1 +3372,106,607,Fallen Angel’s Plume,Fallen Angel Feathers,Yoshiko Tsushima,Yoshiko Tsushima,8708,8708,4,3,1 +3373,107,607,Soothing Time,Soothing Time,Hanamaru Kunikida,Hanamaru Kunikida,8709,8709,4,1,1 +3374,108,607,Breakthrough,Breakthrough,Mari Ohara,Mari Ohara,8710,8710,4,1,1 +3375,109,607,Ruby's Progress,Ruby's Growth,Ruby Kurosawa,Ruby Kurosawa,8711,8711,4,2,1 +3376,1,598,Everyone's Taste,Everyone's Taste,Honoka Kosaka,Honoka Kosaka,8712,8712,4,3,1 +3377,2,598,Poppin' Candy,Pop Candy,Eli Ayase,Eli Ayase,8713,8713,4,1,1 +3378,3,598,A Heart-Melting Time,Melting Time,Kotori Minami,Kotori Minami,8714,8714,4,1,1 +3379,4,598,Sweet Singing Voice,Sweet Voice,Umi Sonoda,Umi Sonoda,8715,8715,4,1,1 +3380,5,598,Exploding Candy,Popping Candy,Rin Hoshizora,Rin Hoshizora,8716,8716,4,2,1 +3381,6,598,Return to Childhood,Back to Childhood,Maki Nishikino,Maki Nishikino,8717,8717,4,2,1 +3382,7,598,Flavorific Party,Flavor Party,Nozomi Tojo,Nozomi Tojo,8718,8718,4,3,1 +3383,8,598,Sweet Like Sugar,As Sweet As Sugar,Hanayo Koizumi,Hanayo Koizumi,8719,8719,4,3,1 +3384,9,598,Princess of Candyland,Princess of Sweets,Nico Yazawa,Nico Yazawa,8720,8720,4,2,1 +3385,101,599,Even If We Forget,Even If We Forget,Chika Takami,Chika Takami,8721,8721,4,1,1 +3386,102,599,Dreamscape Sounds,Dreamscape Sounds,Riko Sakurauchi,Riko Sakurauchi,8722,8722,4,3,1 +3387,103,599,Fitting Finished!,Costume Tried On!,Kanan Matsuura,Kanan Matsuura,8723,8723,4,2,1 +3388,104,599,Our Dream's World,Our Dream World,Dia Kurosawa,Dia Kurosawa,8724,8724,4,3,1 +3389,105,599,Vision From a Dream,Our Dream Picture,You Watanabe,You Watanabe,8725,8725,4,2,1 +3390,106,599,The Jet Black Knight,The Jet Black Knight,Yoshiko Tsushima,Yoshiko Tsushima,8726,8726,4,3,1 +3391,107,599,Dream Remnants,Dream Remnants,Hanamaru Kunikida,Hanamaru Kunikida,8727,8727,4,1,1 +3392,108,599,Together in Costumes,Together in Costumes,Mari Ohara,Mari Ohara,8728,8728,4,1,1 +3393,109,599,Amid Truth and Dreams,Amid Truth and Dreams,Ruby Kurosawa,Ruby Kurosawa,8729,8729,4,2,1 +3394,101,600,Our Pact,Our Pact,Chika Takami,Chika Takami,8730,8730,4,1,1 +3395,949,601,,,Honoka Kosaka,Honoka Kosaka,8731,8731,5,1,1 +3396,950,601,,,Eli Ayase,Eli Ayase,8732,8732,5,3,1 +3397,951,601,,,Kotori Minami,Kotori Minami,8733,8733,5,2,1 +3398,952,601,,,Umi Sonoda,Umi Sonoda,8734,8734,5,3,1 +3399,953,601,,,Rin Hoshizora,Rin Hoshizora,8735,8735,5,1,1 +3400,954,601,,,Maki Nishikino,Maki Nishikino,8736,8736,5,3,1 +3401,955,601,,,Nozomi Tojo,Nozomi Tojo,8737,8737,5,2,1 +3402,956,601,,,Hanayo Koizumi,Hanayo Koizumi,8738,8738,5,2,1 +3403,957,601,,,Nico Yazawa,Nico Yazawa,8739,8739,5,1,1 +3413,203,503,Jade Star,Jade Star,Shizuku Osaka,Shizuku Osaka,8749,8749,4,3,1 +3455,1,613,Come Right In!,Welcome!,Honoka Kosaka,Honoka Kosaka,8809,8809,4,2,1 +3456,3,613,Kotori's Care,Kotori's Hospitality,Kotori Minami,Kotori Minami,8810,8810,4,3,1 +3457,4,613,Seeing You Smile,Beyond the Smile,Umi Sonoda,Umi Sonoda,8811,8811,4,1,1 +3458,301,614,Flowers and Feelings,Flowers and Feelings,Kanon Shibuya,Kanon Shibuya,8812,8812,4,3,1 +3459,302,614,Vision of the Show,Vision of the Show,Keke Tang,Keke Tang,8813,8813,4,2,1 +3460,303,614,Dancing like Petals,Dancing like Petals,Chisato Arashi,Chisato Arashi,8814,8814,5,2,1 +3461,304,614,Use Your Wits,Use Your Wits,Sumire Heanna,Sumire Heanna,8815,8815,3,3,1 +3462,305,614,Every Cherry Tree,Any Cherry Tree,Ren Hazuki,Ren Hazuki,8816,8816,3,1,1 +3463,105,609,Night Sky Jewels,Night Sky Jewels,You Watanabe,You Watanabe,8817,8817,4,2,1 +3464,6,566,A Bit More Mature,A Little More Mature,Maki Nishikino,Maki Nishikino,8818,8818,4,2,1 +3465,1,615,"Past, Present, Future",Til Now and Here On,Honoka Kosaka,Honoka Kosaka,8821,8821,4,1,1 +3466,2,615,Empathy,Empathy,Eli Ayase,Eli Ayase,8822,8822,4,3,1 +3467,3,615,I Wanna Repay You,Giving Back to You,Kotori Minami,Kotori Minami,8823,8823,4,2,1 +3468,4,615,Capturing Hearts,Capturing Hearts,Umi Sonoda,Umi Sonoda,8824,8824,4,3,1 +3469,5,615,"Buzz, Buzz!","Buzz, Buzz!",Rin Hoshizora,Rin Hoshizora,8825,8825,4,1,1 +3470,6,615,Get Fired Up,Get Fired Up,Maki Nishikino,Maki Nishikino,8826,8826,4,3,1 +3471,7,615,Never Apart,Never Apart,Nozomi Tojo,Nozomi Tojo,8827,8827,4,2,1 +3472,8,615,I Can See It Now,I Can See It Now,Hanayo Koizumi,Hanayo Koizumi,8828,8828,4,2,1 +3473,9,615,Please Don't Forget,Don't Forget,Nico Yazawa,Nico Yazawa,8829,8829,4,1,1 +3474,101,616,To the Future Beyond,To the Future Beyond,Chika Takami,Chika Takami,8830,8830,4,3,1 +3475,102,616,Start with the First Step,Big Step Forward!,Riko Sakurauchi,Riko Sakurauchi,8831,8831,4,2,1 +3476,103,616,We've Worked Up to It,Building Up to It,Kanan Matsuura,Kanan Matsuura,8832,8832,4,1,1 +3477,104,616,The Dream That Day,The Dream That Day,Dia Kurosawa,Dia Kurosawa,8833,8833,4,2,1 +3478,105,616,Aqours's Treasure,Aqours' Treasure,You Watanabe,You Watanabe,8834,8834,4,1,1 +3479,106,616,My Next Descent,The Next Fallen Angel,Yoshiko Tsushima,Yoshiko Tsushima,8835,8835,4,2,1 +3480,107,616,Open Your Ears,Listen Closely,Hanamaru Kunikida,Hanamaru Kunikida,8836,8836,4,3,1 +3481,108,616,Shiny Live Show,Shiny Live Show,Mari Ohara,Mari Ohara,8837,8837,4,3,1 +3482,109,616,Growing More,Growing More,Ruby Kurosawa,Ruby Kurosawa,8838,8838,4,1,1 +3483,201,617,Another Step Forward,Another Step with You,Ayumu Uehara,Ayumu Uehara,8839,8839,4,1,1 +3484,202,617,Flower of Happiness,Happiness Flower,Kasumi Nakasu,Kasumi Nakasu,8840,8840,4,3,1 +3485,203,617,With Gratitude,With My Gratitude,Shizuku Osaka,Shizuku Osaka,8841,8841,4,1,1 +3486,204,617,Our Memories Together,Record of You and I,Karin Asaka,Karin Asaka,8842,8842,4,1,1 +3487,205,617,Major Minor Miracle,History of Miracles,Ai Miyashita,Ai Miyashita,8843,8843,4,3,1 +3488,206,617,In My Floaty Mode,Fluffy Mode,Kanata Konoe,Kanata Konoe,8844,8844,4,2,1 +3489,207,617,Love Begins Here!,Our Love Starts Here!,Setsuna Yuki,Setsuna Yuki,8845,8845,4,2,1 +3490,208,617,Staying Thankful,Embrace of Gratitude,Emma Verde,Emma Verde,8846,8846,4,3,1 +3491,209,617,Feel What I Feel!,Sending My Love!,Rina Tennoji,Rina Tennoji,8847,8847,4,2,1 +3492,301,618,Let Our Song Resound,Let Our Song Resound,Kanon Shibuya,Kanon Shibuya,8848,8848,4,3,1 +3493,302,618,Connect Our Thoughts,Connect Our Thoughts,Keke Tang,Keke Tang,8849,8849,4,2,1 +3494,303,618,My Fav Decoration,My Fave Decoration,Chisato Arashi,Chisato Arashi,8850,8850,4,1,1 +3495,304,618,Make Our Names Known,Make Our Name Known,Sumire Heanna,Sumire Heanna,8851,8851,4,1,1 +3496,305,618,The Pride of Yuigaoka,The Pride of Yuigaoka,Ren Hazuki,Ren Hazuki,8852,8852,4,3,1 +3497,105,619,A Tour of the Venue,A Tour of the Venue,You Watanabe,You Watanabe,8853,8853,4,2,1 +3498,6,578,Confetti Surprise,Confetti Surprise,Maki Nishikino,Maki Nishikino,8854,8854,4,3,1 +3499,101,612,Mikan Orange Glow,Blinding Mikan Orange,Chika Takami,Chika Takami,9025,9025,4,3,1 +3500,102,612,Passion in My Heart,Passion of the Heart,Riko Sakurauchi,Riko Sakurauchi,9026,9026,4,1,1 +3501,105,612,Full Dreams Ahead!,Full Speed Dreamer,You Watanabe,You Watanabe,9027,9027,4,2,1 +3502,1,610,Interesting Scenery,Interesting Scenery,Honoka Kosaka,Honoka Kosaka,9028,9028,4,1,1 +3503,2,610,Drifting Downstream,Drifting Downstream,Eli Ayase,Eli Ayase,9029,9029,4,3,1 +3504,3,610,An Exotic Journey,An Exotic Journey,Kotori Minami,Kotori Minami,9030,9030,4,2,1 +3505,4,610,View from the Sky,View from the Sky,Umi Sonoda,Umi Sonoda,9031,9031,4,3,1 +3506,5,610,Colorful Sea,Colorful Sea,Rin Hoshizora,Rin Hoshizora,9032,9032,4,1,1 +3507,6,610,Night Market's Breeze,Night Market's Breeze,Maki Nishikino,Maki Nishikino,9033,9033,4,3,1 +3508,7,610,The Secret Garden,The Secret Garden,Nozomi Tojo,Nozomi Tojo,9034,9034,4,2,1 +3509,8,610,In the Floral Aroma,In the Floral Aroma,Hanayo Koizumi,Hanayo Koizumi,9035,9035,4,2,1 +3510,9,610,Glass Tulips,Glass Tulips,Nico Yazawa,Nico Yazawa,9036,9036,4,1,1 +3511,101,611,No Matter How Cold,No Matter How Cold,Chika Takami,Chika Takami,9037,9037,4,3,1 +3512,102,611,Verdant Tunnel,Green Tunnel,Riko Sakurauchi,Riko Sakurauchi,9038,9038,4,2,1 +3513,103,611,View I'd Like to See,View I'd Like to See,Kanan Matsuura,Kanan Matsuura,9039,9039,4,1,1 +3514,104,611,Glittering Light Flow,Glittering Light Flow,Dia Kurosawa,Dia Kurosawa,9040,9040,4,2,1 +3515,105,611,Snowy Mountain View,Snowy Mountain View,You Watanabe,You Watanabe,9041,9041,4,1,1 +3516,106,611,Yohane's Reflection,Yohane's Reflection,Yoshiko Tsushima,Yoshiko Tsushima,9042,9042,4,2,1 +3517,107,611,World Scenery Tour,World Scenery Tour,Hanamaru Kunikida,Hanamaru Kunikida,9043,9043,4,3,1 +3518,108,611,Vivacious Vacation,Vivacious Vacation,Mari Ohara,Mari Ohara,9044,9044,4,3,1 +3519,109,611,Wanna Tour the World,Wanna Tour the World,Ruby Kurosawa,Ruby Kurosawa,9045,9045,4,1,1 +3520,201,620,Catch the Curiosity,Give You Wonder,Ayumu Uehara,Ayumu Uehara,9046,9046,4,3,1 +3521,202,620,Peace ♪,Peace Peace Peace!,Kasumi Nakasu,Kasumi Nakasu,9047,9047,4,1,1 +3522,203,620,I Am the Sign,I'm the Guiding Sign,Shizuku Osaka,Shizuku Osaka,9048,9048,4,2,1 +3523,204,620,Target Acquired!,Target Locked!,Karin Asaka,Karin Asaka,9049,9049,4,2,1 +3524,205,620,Shoot for the Heart!,Shoot to the Heart!,Ai Miyashita,Ai Miyashita,9050,9050,4,2,1 +3525,206,620,Super Chillaxed,Slowly but Surely,Kanata Konoe,Kanata Konoe,9051,9051,4,3,1 +3526,207,621,Everyone's a Friend,We're All Friends,Setsuna Yuki,Setsuna Yuki,9052,9052,4,1,1 +3527,208,621,Singing as One,Let's All Sing,Emma Verde,Emma Verde,9053,9053,4,1,1 +3528,209,621,Both Voice and Heart,Voice and Heart as 1,Rina Tennoji,Rina Tennoji,9054,9054,4,3,1 +3529,212,621,Where Faith Leads,Belief and Beyond,Shioriko Mifune,Shioriko Mifune,9055,9055,4,1,1 +3530,213,621,A New Beginning,Made Up My Mind,Lanzhu Zhong,Lanzhu Zhong,9056,9056,4,3,1 +3531,214,621,Fully Resolved,A New Departure,Mia Taylor,Mia Taylor,9057,9057,4,2,1 +3532,301,622,Conveying Feelings,Conveying Feelings,Kanon Shibuya,Kanon Shibuya,9058,9058,4,2,1 +3533,302,622,A Fateful Encounter,A Fateful Encounter,Keke Tang,Keke Tang,9059,9059,4,1,1 +3534,303,622,A New Perspective,A New Perspective,Chisato Arashi,Chisato Arashi,9060,9060,4,2,1 +3535,304,622,With Heart and Soul,With Heart and Soul,Sumire Heanna,Sumire Heanna,9061,9061,4,3,1 +3536,305,622,Swelling With Emotion,Bursting Emotions,Ren Hazuki,Ren Hazuki,9062,9062,4,1,1 +3537,208,525,Make My Heart Leap,Bouncing Excitement,Emma Verde,Emma Verde,9098,9098,4,3,1 +3538,5,613,Hype Meter Max!,Maximum Excitement!,Rin Hoshizora,Rin Hoshizora,9099,9099,4,3,1 +3539,6,613,A Casual Look,Casual Look,Maki Nishikino,Maki Nishikino,9100,9100,4,1,1 +3540,8,613,"Spring, Chapter One",A Chapter in Youth,Hanayo Koizumi,Hanayo Koizumi,9101,9101,4,1,1 +3541,303,623,Our Potential,Our Potential,Chisato Arashi,Chisato Arashi,9102,9102,4,3,1 +3542,304,623,Gettin' Cute With Rin,Dignified and Darling,Sumire Heanna,Sumire Heanna,9103,9103,4,1,1 +3543,305,623,More Modifications,I Wanna Try Harder,Ren Hazuki,Ren Hazuki,9104,9104,5,1,1 +3544,301,623,From the Sacred Dance,From the Sacred Dance,Kanon Shibuya,Kanon Shibuya,9105,9105,3,3,1 +3545,302,623,Swords Dance,Sword Dance,Keke Tang,Keke Tang,9106,9106,3,2,1 +3546,1,624,Beyond Our Dreams,Beyond Our Dreams,Honoka Kosaka,Honoka Kosaka,9107,9107,4,1,1 +3547,101,625,Everyone's Dreams,Each and Every Dream,Chika Takami,Chika Takami,9108,9108,4,1,1 +3548,201,626,The Moment it Starts,The Beginning Moment,Ayumu Uehara,Ayumu Uehara,9109,9109,4,2,1 +3549,301,627,Together Forever,Forever with You,Kanon Shibuya,Kanon Shibuya,9110,9110,4,3,1 +3550,101,628,I Just Love Oranges!,The Oranges I Love,Chika Takami,Chika Takami,9111,9111,5,2,1 +3551,102,628,This is My Hometown ♪,This Is My Hometown!,Riko Sakurauchi,Riko Sakurauchi,9112,9112,5,1,1 +3552,103,628,My Favorite Views,My Favorite Views,Kanan Matsuura,Kanan Matsuura,9113,9113,5,3,1 +3553,104,628,Numazu Quiz,Numazu Quiz,Dia Kurosawa,Dia Kurosawa,9114,9114,5,1,1 +3554,105,628,Aye Aye to Numazu,Aye Aye to Numazu!,You Watanabe,You Watanabe,9115,9115,5,3,1 +3555,106,628,Little Demon Fest,Little Demon Fest,Yoshiko Tsushima,Yoshiko Tsushima,9116,9116,5,1,1 +3556,107,628,Numazu's Best Stuff!,Numazu's Best Stuff!,Hanamaru Kunikida,Hanamaru Kunikida,9117,9117,5,2,1 +3557,108,628,Numazu's New Cuisine,Numazu's New Cuisine,Mari Ohara,Mari Ohara,9118,9118,5,2,1 +3558,109,628,More Numazu Knowledge,More Numazu Knowledge,Ruby Kurosawa,Ruby Kurosawa,9119,9119,5,3,1 +3559,106,612,Fallen Angel Fest,Fallen Angel Meeting,Yoshiko Tsushima,Yoshiko Tsushima,9145,9145,4,3,1 +3560,107,612,Scrunchie Full of Hope,Scrunchie of Hopes,Hanamaru Kunikida,Hanamaru Kunikida,9146,9146,4,2,1 +3561,109,612,Instant Smile Cutoff,A Smile of the Moment,Ruby Kurosawa,Ruby Kurosawa,9147,9147,4,1,1 +3562,106,629,Floral Brilliance,Floral Brilliance,Yoshiko Tsushima,Yoshiko Tsushima,9148,9148,4,3,1 +3563,107,629,Meadow of Lights,Meadow of Lights,Hanamaru Kunikida,Hanamaru Kunikida,9149,9149,4,1,1 +3564,109,629,If I Were a Fairy,If I Were a Fairy,Ruby Kurosawa,Ruby Kurosawa,9150,9150,4,2,1 +3565,205,631,Emerald's Glitter,Sparkling Emerald,Ai Miyashita,Ai Miyashita,9151,9151,4,2,1 +3566,103,629,Everyone's Flower,Everyone's Flowers,Kanan Matsuura,Kanan Matsuura,9152,9152,4,2,1 +3567,104,629,Warm Teardrops,Warm Teardrops,Dia Kurosawa,Dia Kurosawa,9153,9153,4,3,1 +3568,108,629,Blooming and Shining,Shiny Blooms,Mari Ohara,Mari Ohara,9154,9154,4,1,1 +3569,205,630,Hype Girl,Exciting Relationship,Ai Miyashita,Ai Miyashita,9155,9155,4,3,1 +3570,1,632,Fly Across the World,Fly across the World,Honoka Kosaka,Honoka Kosaka,9163,9163,4,2,1 +3571,3,632,All Eyes on Kotori!,Eyes on Kotori!,Kotori Minami,Kotori Minami,9164,9164,4,3,1 +3572,4,632,A Bit Bolder,A Bit Bolder,Umi Sonoda,Umi Sonoda,9165,9165,4,2,1 +3573,101,629,Like a Floral Fairy,Like a Flower Fairy,Chika Takami,Chika Takami,9166,9166,4,1,1 +3574,102,629,Voices of the Flowers,Voice of the Flowers,Riko Sakurauchi,Riko Sakurauchi,9167,9167,4,3,1 +3575,105,629,Leaving a Legacy,Leaving a Legacy,You Watanabe,You Watanabe,9168,9168,4,2,1 +3576,209,525,Show My Smile,Tell It with a Smile,Rina Tennoji,Rina Tennoji,9169,9169,4,2,1 +3577,7,566,Moondrops,Moon Drops,Nozomi Tojo,Nozomi Tojo,9170,9170,4,3,1 +3578,2,613,In My Sights,Sights Set,Eli Ayase,Eli Ayase,9178,9178,4,1,1 +3579,7,613,Goddess of Fate,Goddess of Fortune,Nozomi Tojo,Nozomi Tojo,9179,9179,4,2,1 +3580,9,613,Nico Power☆,Nico Ni Power!,Nico Yazawa,Nico Yazawa,9180,9180,4,3,1 +3581,5,632,Spreading Cheer,Spreading Cheer,Rin Hoshizora,Rin Hoshizora,9181,9181,4,3,1 +3582,6,632,Thrilling Rehearsal,Thrilling Rehearsal,Maki Nishikino,Maki Nishikino,9182,9182,4,1,1 +3583,8,632,Fulfilling Our Dreams,Fulfilling Our Dreams,Hanayo Koizumi,Hanayo Koizumi,9183,9183,4,1,1 +3584,108,609,Important Tickets,Precious Ticket,Mari Ohara,Mari Ohara,9184,9184,4,2,1 +3585,7,578,Max Tickle Attack?!,Max Tickle Attack?!,Nozomi Tojo,Nozomi Tojo,9185,9185,4,2,1 +3586,301,633,Blissful Bride,Blissful Bride,Kanon Shibuya,Kanon Shibuya,9186,9186,4,1,1 +3587,305,633,Under the Veil,Under the Veil,Ren Hazuki,Ren Hazuki,9187,9187,4,2,1 +3588,302,633,Hydrangea's Bond,Hydrangea's Bond,Keke Tang,Keke Tang,9188,9188,5,3,1 +3589,303,633,Dream Wedding,Dream Wedding,Chisato Arashi,Chisato Arashi,9189,9189,3,3,1 +3590,304,633,Charmed by the Dress,Charmed by the Dress,Sumire Heanna,Sumire Heanna,9190,9190,3,2,1 +3591,2,632,Wanna Reach Everybody,For People Everywhere,Eli Ayase,Eli Ayase,9191,9191,4,2,1 +3592,7,632,Dose of Nozomi Power,Nozomi Power Infusion,Nozomi Tojo,Nozomi Tojo,9192,9192,4,1,1 +3593,9,632,The Nico-Ni Special,A Special Nico,Nico Yazawa,Nico Yazawa,9193,9193,4,3,1 +3594,108,619,A Special Performance,Special Show,Mari Ohara,Mari Ohara,9194,9194,4,1,1 +3595,108,634,Demonstration,Demonstration,Mari Ohara,Mari Ohara,9202,9202,4,1,1 +3596,103,612,I Can Teach You!,I'll Teach You!,Kanan Matsuura,Kanan Matsuura,9210,9210,4,3,1 +3597,104,612,Glowing Flowing Locks,Flowing Hair Sparkle,Dia Kurosawa,Dia Kurosawa,9211,9211,4,2,1 +3598,108,612,Prankster's Composure,Rascal's Confidence,Mari Ohara,Mari Ohara,9212,9212,4,1,1 +3599,103,635,Match the Costume,Flaunting,Kanan Matsuura,Kanan Matsuura,9213,9213,4,3,1 +3600,104,635,Not Enough Pictures,Photo Frenzy,Dia Kurosawa,Dia Kurosawa,9214,9214,4,1,1 +3601,108,635,Shiny Princess,Shiny Princess,Mari Ohara,Mari Ohara,9215,9215,4,2,1 +3602,106,635,Dark Mistress's Dress,Dress of Darkness,Yoshiko Tsushima,Yoshiko Tsushima,9216,9216,4,1,1 +3603,107,635,Literary Princess,Princess of Bookdom,Hanamaru Kunikida,Hanamaru Kunikida,9217,9217,4,2,1 +3604,109,635,Memorable Dress,Nostalgic Dress,Ruby Kurosawa,Ruby Kurosawa,9218,9218,4,3,1 +3605,204,631,A Wish in a Pearl,Wish in the Pearl,Karin Asaka,Karin Asaka,9219,9219,4,2,1 +3606,204,630,Big Sister's Berth,Mature Confidence,Karin Asaka,Karin Asaka,9220,9220,4,1,1 +3607,103,636,Clamming Tips,Clam-Hunting Tips,Kanan Matsuura,Kanan Matsuura,9228,9228,4,3,1 +3608,109,636,Tasty Premonition,Tasty Premonition,Ruby Kurosawa,Ruby Kurosawa,9229,9229,4,1,1 +3609,201,637,One Step at a Time,Taking Sure Steps,Ayumu Uehara,Ayumu Uehara,9230,9230,4,3,1 +3610,101,638,Promised Dreamland,Promise and Dreams,Chika Takami,Chika Takami,9231,9231,4,1,1 +3611,102,638,Let My Feelings Ring,Let Our Hearts Echo,Riko Sakurauchi,Riko Sakurauchi,9232,9232,4,3,1 +3612,103,638,The Blowing Wind,The Blowing Wind,Kanan Matsuura,Kanan Matsuura,9233,9233,4,2,1 +3613,104,638,Pulsing Beat,Heart Beating High,Dia Kurosawa,Dia Kurosawa,9234,9234,4,3,1 +3614,105,638,With the Whole Gang!,Together with All!,You Watanabe,You Watanabe,9235,9235,4,2,1 +3615,106,638,The Promised Land,The Promised Land,Yoshiko Tsushima,Yoshiko Tsushima,9236,9236,4,3,1 +3616,107,638,Light Beyond Clouds,Beyond the Clouds,Hanamaru Kunikida,Hanamaru Kunikida,9237,9237,4,1,1 +3617,108,638,Blow Away the Clouds,Blow Away the Clouds,Mari Ohara,Mari Ohara,9238,9238,4,1,1 +3618,109,638,Endless Blue,High Blue Sky,Ruby Kurosawa,Ruby Kurosawa,9239,9239,4,2,1 +3619,1,639,Tomboy Princess,Pegasus Princess,Honoka Kosaka,Honoka Kosaka,9240,9240,4,3,1 +3620,3,639,Your Personal Escort,Your Personal Escort,Kotori Minami,Kotori Minami,9241,9241,4,1,1 +3621,4,639,Like Royalty,Like a Princess,Umi Sonoda,Umi Sonoda,9242,9242,4,1,1 +3622,101,635,Sweet Princess,Sweet Princess,Chika Takami,Chika Takami,9243,9243,4,2,1 +3623,102,635,Princess's Melody,A Princess's Melody,Riko Sakurauchi,Riko Sakurauchi,9244,9244,4,1,1 +3624,105,635,More Big Moments,In the Spotlight,You Watanabe,You Watanabe,9245,9245,4,3,1 +3625,1,640,Making Studying Fun,Make Learning Fun!,Honoka Kosaka,Honoka Kosaka,9252,9253,4,2,1 +3626,7,640,The Leader Lady,Miss Presenter,Nozomi Tojo,Nozomi Tojo,9254,9255,4,1,1 +3627,9,640,Best Trademark Pose,Nail That Pose,Nico Yazawa,Nico Yazawa,9256,9257,4,3,1 +3628,4,565,A New Discovery!,New Inspirations,Umi Sonoda,Umi Sonoda,9258,9258,5,3,1 +3629,106,609,Crimson Celebration,Crimson Blessing,Yoshiko Tsushima,Yoshiko Tsushima,9259,9259,4,1,1 +3630,2,639,Princess Dance Steps,Princess Steps,Eli Ayase,Eli Ayase,9260,9260,4,1,1 +3631,7,639,Barefoot Princess,Bare-Footed Princess,Nozomi Tojo,Nozomi Tojo,9261,9261,4,3,1 +3632,9,639,Princess Nico-Ni,Smiling Princess,Nico Yazawa,Nico Yazawa,9262,9262,4,2,1 +3633,5,639,Time for Sweets!,Time for Sweets!,Rin Hoshizora,Rin Hoshizora,9263,9263,4,2,1 +3634,6,639,Sleepy Princess,Sleeping Princess,Maki Nishikino,Maki Nishikino,9264,9264,4,2,1 +3635,8,639,We're All Princesses,Everyone's a Princess,Hanayo Koizumi,Hanayo Koizumi,9265,9265,4,3,1 +3636,302,641,Endless Summer Pool,Endless Summer Pool,Keke Tang,Keke Tang,9266,9266,4,1,1 +3637,303,641,Chisato's Warm-Up,Chisato's Warm-Up,Chisato Arashi,Chisato Arashi,9267,9267,4,2,1 +3638,304,641,Fixing My Gaze,Eye Catcher,Sumire Heanna,Sumire Heanna,9268,9268,5,3,1 +3639,301,641,In the Wave Pool,At the Wave Pool,Kanon Shibuya,Kanon Shibuya,9269,9269,3,1,1 +3640,305,641,Memories of Summer,Summer Memories,Ren Hazuki,Ren Hazuki,9270,9270,3,2,1 +3641,106,619,Magic Eye's Gap,Magic Eye Dazzled,Yoshiko Tsushima,Yoshiko Tsushima,9271,9271,4,3,1 +3642,306,642,Step Towards My Ideal,First Step of A Dream,Kinako Sakurakoji,Kinako Sakurakoji,9272,9272,3,2,1 +3643,307,642,Affection Into Power,Turn Love into Power,Mei Yoneme,Mei Yoneme,9273,9273,3,2,1 +3644,308,642,Like a Butterfly,Like a Butterfly,Shiki Wakana,Shiki Wakana,9274,9274,3,3,1 +3645,309,642,Easy Money,Easy Money,Natsumi Onitsuka,Natsumi Onitsuka,9275,9275,3,1,1 +3646,6,643,Sunset Memories,Sunset Memories,Maki Nishikino,Maki Nishikino,9283,9283,4,3,1 +3647,102,644,Evening Melody,Evening Melody,Riko Sakurauchi,Riko Sakurauchi,9284,9284,4,2,1 +3648,9,566,With a Mature Air,With a Mature Vibe,Nico Yazawa,Nico Yazawa,9285,9285,4,2,1 +3649,103,645,A Fishy Dream,A Fishy Dream,Kanan Matsuura,Kanan Matsuura,9289,9289,4,2,1 +3650,104,645,First Snowmelt,Feelings Melt in Snow,Dia Kurosawa,Dia Kurosawa,9290,9290,4,3,1 +3651,108,645,The Shine of Tomorrow,Seeking Future Shine,Mari Ohara,Mari Ohara,9291,9291,4,1,1 +3652,9,578,No. 1 in the Universe,No. 1 in the Universe,Nico Yazawa,Nico Yazawa,9292,9292,4,1,1 +3653,106,645,Unstable Dimension,Unstable World Voyage,Yoshiko Tsushima,Yoshiko Tsushima,9293,9293,4,3,1 +3654,107,645,For a Good Morning,To Say Good Morning,Hanamaru Kunikida,Hanamaru Kunikida,9294,9294,4,1,1 +3655,109,645,Wink and a Dream,Dreamy Wink!,Ruby Kurosawa,Ruby Kurosawa,9295,9295,4,2,1 +3656,101,609,Making the Day Last,Days Getting Longer,Chika Takami,Chika Takami,9296,9296,4,2,1 +3657,1,566,Happiest Birthday,Delightful Birthday,Honoka Kosaka,Honoka Kosaka,9297,9297,4,2,1 +3658,101,645,Keep on Shining,Sparkle Over and Over,Chika Takami,Chika Takami,9300,9300,4,1,1 +3659,102,645,Hear My Piano,Sharing My Piano,Riko Sakurauchi,Riko Sakurauchi,9301,9301,4,3,1 +3660,105,645,My Original Passion,Beginning Passion,You Watanabe,You Watanabe,9302,9302,4,2,1 +3661,3,647,Wind Chime,Wind Chime,Kotori Minami,Kotori Minami,9303,9303,4,1,1 +3662,8,647,Vivid Drawing,Vivid Drawing,Hanayo Koizumi,Hanayo Koizumi,9304,9304,4,3,1 +3663,202,637,A Ball of Cuteness!,Kawaii Personified,Kasumi Nakasu,Kasumi Nakasu,9305,9305,4,1,1 +3664,2,648,Your Plan,Your Plans,Eli Ayase,Eli Ayase,9306,9306,4,3,1 +3665,7,648,My Suggestion,My Recommendation,Nozomi Tojo,Nozomi Tojo,9307,9307,4,2,1 +3666,9,648,A Special Photo of Us,A Special Photo of Us,Nico Yazawa,Nico Yazawa,9308,9308,4,1,1 +3667,101,619,A Princess for Today,A Princess for Today,Chika Takami,Chika Takami,9309,9309,4,1,1 +3668,207,646,Peridot Dream,Peridot Dream,Setsuna Yuki,Setsuna Yuki,9310,9310,4,1,1 +3669,1,578,Everyone's Live Show,Everyone's Live Show,Honoka Kosaka,Honoka Kosaka,9312,9312,4,1,1 +3670,1,648,Walk On and On,Walk On and On,Honoka Kosaka,Honoka Kosaka,9313,9313,4,1,1 +3671,3,648,Dressy Vacation,Dress Vacation,Kotori Minami,Kotori Minami,9314,9314,4,2,1 +3672,4,648,Good Use of Time,How to Pass Time,Umi Sonoda,Umi Sonoda,9315,9315,4,3,1 +3673,101,649,Tomato Errand,Tomato Errand,Chika Takami,Chika Takami,9316,9316,4,3,1 +3674,102,649,Panini by the Ocean,Panini by the Ocean,Riko Sakurauchi,Riko Sakurauchi,9317,9317,4,2,1 +3675,105,649,Transfixing Flavor,Transfixing Flavor,You Watanabe,You Watanabe,9318,9318,4,1,1 +3676,103,650,Waterside Tea Girl,Waterside Tea Girl,Kanan Matsuura,Kanan Matsuura,9337,9338,4,3,1 +3677,105,650,Tea Girl Outfit Photo,Tea Girl Outfit Photo,You Watanabe,You Watanabe,9339,9340,4,2,1 +3678,106,650,Yohane of the Tea,Fallen Angel of Tea,Yoshiko Tsushima,Yoshiko Tsushima,9341,9342,4,2,1 +3679,108,570,Our Fill of Numazu,Your Fill of Numazu,Mari Ohara,Mari Ohara,9343,9343,5,3,1 +3680,207,651,Beyond My Goals,Far Beyond the Aim,Setsuna Yuki,Setsuna Yuki,9344,9344,4,2,1 +3681,5,648,Lost Kitten,Lost Cat,Rin Hoshizora,Rin Hoshizora,9345,9345,4,1,1 +3682,6,648,Travel Prep,Prepping for the Trip,Maki Nishikino,Maki Nishikino,9346,9346,4,3,1 +3683,8,648,The Smile in This Pic,A Smile in a Photo,Hanayo Koizumi,Hanayo Koizumi,9347,9347,4,2,1 +3684,106,649,The Black Harvest,Abundance in Black,Yoshiko Tsushima,Yoshiko Tsushima,9348,9348,4,2,1 +3685,107,649,Gourmet Journey,Dream Gourmet Holiday,Hanamaru Kunikida,Hanamaru Kunikida,9349,9349,4,3,1 +3686,109,649,Your Favorite Flavor?,Your Favorite Flavor,Ruby Kurosawa,Ruby Kurosawa,9350,9350,4,1,1 +3687,103,649,Share With the Group,Sharing with Everyone,Kanan Matsuura,Kanan Matsuura,9351,9351,4,1,1 +3688,104,649,Enormous Tiramisu,Enormous Tiramisu,Dia Kurosawa,Dia Kurosawa,9352,9352,4,2,1 +3689,108,649,A Shiny Taste Test,Shiny Food Sampling,Mari Ohara,Mari Ohara,9353,9353,4,3,1 +3690,2,643,Night Pool Swan,Night Pool Swan,Eli Ayase,Eli Ayase,9363,9363,4,3,1 +3691,3,643,Night Aquarium,Night Aquarium,Kotori Minami,Kotori Minami,9364,9364,4,2,1 +3692,105,644,Night Pool Pleasures,Exciting Night Pool,You Watanabe,You Watanabe,9365,9365,4,1,1 +3693,107,644,Night Pool Party,Happy Night Pool,Hanamaru Kunikida,Hanamaru Kunikida,9366,9366,4,3,1 +3694,1,652,Race Car Queens Rule,Adored Grid Girl,Honoka Kosaka,Honoka Kosaka,9367,9367,4,2,1 +3695,3,652,Costume Hang-Ups,A Specialty Costume,Kotori Minami,Kotori Minami,9368,9368,4,3,1 +3696,4,652,Pic for Our Memories,Commemorative Photo,Umi Sonoda,Umi Sonoda,9369,9369,4,2,1 +3697,101,653,I Wanna Swim More,I Want to Swim More,Chika Takami,Chika Takami,9370,9370,4,2,1 +3698,102,653,Chilly Shaved Ice,Cool Shaved Ice,Riko Sakurauchi,Riko Sakurauchi,9371,9371,4,1,1 +3699,105,653,My Special Drink,A Special Drink,You Watanabe,You Watanabe,9372,9372,4,3,1 +3700,5,652,Rush to the Stage,Speedy Onstage Too,Rin Hoshizora,Rin Hoshizora,9373,9373,4,3,1 +3701,6,652,Sprint at Top Speed,Rush of Speed,Maki Nishikino,Maki Nishikino,9374,9374,4,1,1 +3702,8,652,All for This Day,For This Day,Hanayo Koizumi,Hanayo Koizumi,9375,9375,4,1,1 +3703,106,653,Midsummer Fallen One,Midsummer Night Angel,Yoshiko Tsushima,Yoshiko Tsushima,9376,9376,4,1,1 +3704,107,653,Ride the Float,Ride the Float,Hanamaru Kunikida,Hanamaru Kunikida,9377,9377,4,2,1 +3705,109,653,Ride the Fish,Ride the Fish,Ruby Kurosawa,Ruby Kurosawa,9378,9378,4,3,1 +3706,2,652,Working the Flags,Working the Flags,Eli Ayase,Eli Ayase,9379,9379,4,2,1 +3707,7,652,The Greatest Sight,A Stunning Sight,Nozomi Tojo,Nozomi Tojo,9380,9380,4,1,1 +3708,9,652,A Crush on Nico,Obsessed with Nico-Ni,Nico Yazawa,Nico Yazawa,9381,9381,4,3,1 +3709,103,653,Swimming Season,Swimming Season,Kanan Matsuura,Kanan Matsuura,9382,9382,4,3,1 +3710,104,653,Tying My Hair Back,Tying My Hair Up,Dia Kurosawa,Dia Kurosawa,9383,9383,4,1,1 +3711,108,653,Summer Schedule,Summer Schedule,Mari Ohara,Mari Ohara,9384,9384,4,2,1 +3712,102,654,Because You Is Here,Because You is Here,Riko Sakurauchi,Riko Sakurauchi,9429,9429,4,3,1 +3713,105,654,Joys of Ice and Sea,Ice-Cream-and-Sea Joy,You Watanabe,You Watanabe,9430,9430,4,1,1 +3714,203,637,It’s All on Me,It's All Me,Shizuku Osaka,Shizuku Osaka,9431,9431,4,2,1 +3715,106,655,Yohane's Guidance,Yohane's Guide,Yoshiko Tsushima,Yoshiko Tsushima,9432,9432,4,2,1 +3716,107,655,Local Sweet Treats,Local Sweets,Hanamaru Kunikida,Hanamaru Kunikida,9433,9433,4,3,1 +3717,109,655,A Dress of Leaves,Foliage Dress,Ruby Kurosawa,Ruby Kurosawa,9434,9434,4,1,1 +3718,103,655,How to Enjoy Autumn,Fall Days,Kanan Matsuura,Kanan Matsuura,9435,9435,4,1,1 +3719,104,655,Train View on a Trip,Sightseeing Window,Dia Kurosawa,Dia Kurosawa,9436,9436,4,2,1 +3720,108,655,I Wanna Savor This,I Want to Have Fun,Mari Ohara,Mari Ohara,9437,9437,4,3,1 +3721,2,640,There’s a Resemblance,It Reminds Me of Her,Eli Ayase,Eli Ayase,9444,9445,4,1,1 +3722,5,640,Cat Fest Time!,Cat Fest Time!,Rin Hoshizora,Rin Hoshizora,9446,9447,4,2,1 +3723,6,640,Scent of a Memory,Memory of a Scent,Maki Nishikino,Maki Nishikino,9448,9449,4,3,1 +3724,9,565,Polishing Even More,Hone It Further,Nico Yazawa,Nico Yazawa,9450,9450,5,1,1 +3725,3,566,Lucky Stone,Lucky Charm Stone,Kotori Minami,Kotori Minami,9451,9451,4,1,1 +3726,101,655,Vivid Fall Scenery,The Colors of Fall,Chika Takami,Chika Takami,9452,9452,4,3,1 +3727,102,655,Among the Red Leaves,Among the Fall Leaves,Riko Sakurauchi,Riko Sakurauchi,9453,9453,4,2,1 +3728,105,655,Fall Outfit,Fall Fashion,You Watanabe,You Watanabe,9454,9454,4,1,1 +3729,3,578,Can't Wait to Meet,Want to See You Early,Kotori Minami,Kotori Minami,9455,9455,4,3,1 +3730,102,609,Playing the Night,Performing at Night,Riko Sakurauchi,Riko Sakurauchi,9456,9456,4,1,1 +3731,109,609,Covered in Sapphires,Wrapped in Sapphires,Ruby Kurosawa,Ruby Kurosawa,9457,9457,4,3,1 +3732,102,619,A Little Longer,Just a Bit Longer,Riko Sakurauchi,Riko Sakurauchi,9464,9464,4,3,1 +3733,5,643,Tropical Dancing,Tropical Dancing,Rin Hoshizora,Rin Hoshizora,9465,9465,4,3,1 +3734,108,644,Mari's Hula Dance,Mari's Hula Dance,Mari Ohara,Mari Ohara,9466,9466,4,2,1 +3735,5,656,Fabulous Fluffy Hat,Fluffy Hat,Rin Hoshizora,Rin Hoshizora,9467,9467,4,2,1 +3736,6,656,Since We're Together,Since We're Together,Maki Nishikino,Maki Nishikino,9468,9468,4,1,1 +3737,8,656,Sharing a Scarf,Sharing a Scarf,Hanayo Koizumi,Hanayo Koizumi,9469,9469,4,3,1 +3738,2,656,Wrapped in the Night,Shrouded in the Night,Eli Ayase,Eli Ayase,9470,9470,4,2,1 +3739,7,656,Relaxing in a Yukata,Relaxing in a Yukata,Nozomi Tojo,Nozomi Tojo,9471,9471,4,3,1 +3740,9,656,Best Outfit for Me,Clothes for Nico,Nico Yazawa,Nico Yazawa,9472,9472,4,1,1 +3741,306,657,Our Secret,Our Secret,Kinako Sakurakoji,Kinako Sakurakoji,9481,9481,4,2,1 +3742,307,657,Little Devil Mei★,Little Devil Mei,Mei Yoneme,Mei Yoneme,9482,9482,4,3,1 +3743,109,619,Ruby's Heart,Ruby's Heart,Ruby Kurosawa,Ruby Kurosawa,9483,9483,4,2,1 +3744,1,656,Sweets Everywhere!,Surrounded by Sweets,Honoka Kosaka,Honoka Kosaka,9484,9484,4,3,1 +3745,3,656,Ride the Ferris Wheel,Rocking Ferris Wheel,Kotori Minami,Kotori Minami,9485,9485,4,2,1 +3746,4,656,Lingering Heat at Sea,Lingering Heat at Sea,Umi Sonoda,Umi Sonoda,9486,9486,4,1,1 +3747,212,646,Why I Love Jewelry,Longing for Jewelry,Shioriko Mifune,Shioriko Mifune,9487,9487,4,3,1 +3748,5,658,Splash Counter,Splash Counter,Rin Hoshizora,Rin Hoshizora,9494,9494,4,1,1 +3749,9,658,Splash Attack,Splash Attack,Nico Yazawa,Nico Yazawa,9495,9495,4,2,1 +3750,204,637,What My Eyes Behold,Reflected in My Eyes,Karin Asaka,Karin Asaka,9496,9496,4,2,1 +3751,212,651,Use My Determination,With Resolution,Shioriko Mifune,Shioriko Mifune,9497,9497,4,1,1 +3752,106,661,I Summon Thee!,I Summon Thee!,Yoshiko Tsushima,Yoshiko Tsushima,9498,9499,4,1,1 +3753,107,659,My Flower of Love,Blossoms of My Love,Hanamaru Kunikida,Hanamaru Kunikida,9500,9501,4,2,1 +3754,109,660,CYaRon! Smile,CYaRon! Smile,Ruby Kurosawa,Ruby Kurosawa,9502,9503,4,3,1 +3755,101,660,My Favorite Costumes,A Beloved Costume,Chika Takami,Chika Takami,9504,9505,4,2,1 +3756,102,661,Invigorating Event,Exciting Times,Riko Sakurauchi,Riko Sakurauchi,9506,9507,4,1,1 +3757,105,660,Recharge Your Energy,Charging Energy,You Watanabe,You Watanabe,9508,9509,4,3,1 +3758,103,659,Changing My Look,A Change of Style,Kanan Matsuura,Kanan Matsuura,9516,9517,4,3,1 +3759,104,659,This Stays Between Us,This Stays Between Us,Dia Kurosawa,Dia Kurosawa,9518,9519,4,1,1 +3760,108,661,Valhalla of Love,Valhalla of Love,Mari Ohara,Mari Ohara,9520,9521,4,2,1 +3761,101,570,Uranohoshi and Aqours,Uranohoshi and Aqours,Chika Takami,Chika Takami,9522,9522,5,2,1 +3762,104,650,Hypnotic Fluorescence,Enchanting Glow,Dia Kurosawa,Dia Kurosawa,9523,9524,4,2,1 +3763,107,650,Dreamy Firefly Night,Magical Firefly Night,Hanamaru Kunikida,Hanamaru Kunikida,9525,9526,4,3,1 +3764,109,650,Memories of Fireflies,Memories of Fireflies,Ruby Kurosawa,Ruby Kurosawa,9527,9528,4,1,1 +3765,2,566,Grown-up Tasks,Mature Flair,Eli Ayase,Eli Ayase,9529,9529,4,1,1 +3766,1,662,Cute but Cool,Be Cute and Stylish,Honoka Kosaka,Honoka Kosaka,9534,9534,4,2,1 +3767,3,662,New Style,New Style,Kotori Minami,Kotori Minami,9535,9535,4,1,1 +3768,4,662,Ride the Rhythm,Caught Up in a Rhythm,Umi Sonoda,Umi Sonoda,9536,9536,4,3,1 +3769,106,663,Vortex of Excitement,Vortex of Excitement,Yoshiko Tsushima,Yoshiko Tsushima,9537,9537,4,3,1 +3770,107,663,Encouraging Me,Encouraging Me,Hanamaru Kunikida,Hanamaru Kunikida,9538,9538,4,1,1 +3771,109,663,With Heart and Soul,Strong Feelings,Ruby Kurosawa,Ruby Kurosawa,9539,9539,4,2,1 +3772,101,664,,,Chika Takami,Chika Takami,9540,9540,4,2,1 +3773,102,664,,,Riko Sakurauchi,Riko Sakurauchi,9541,9541,4,2,1 +3774,103,664,,,Kanan Matsuura,Kanan Matsuura,9542,9542,4,1,1 +3775,104,664,,,Dia Kurosawa,Dia Kurosawa,9543,9543,4,2,1 +3776,105,664,,,You Watanabe,You Watanabe,9544,9544,4,3,1 +3777,106,664,,,Yoshiko Tsushima,Yoshiko Tsushima,9545,9545,4,1,1 +3778,107,664,,,Hanamaru Kunikida,Hanamaru Kunikida,9546,9546,4,3,1 +3779,108,664,,,Mari Ohara,Mari Ohara,9547,9547,4,3,1 +3780,109,664,,,Ruby Kurosawa,Ruby Kurosawa,9548,9548,4,1,1 +3781,5,662,Breaking New Ground,Breaking New Ground,Rin Hoshizora,Rin Hoshizora,9549,9549,4,3,1 +3782,6,662,A Little Toughness,A Little Toughness,Maki Nishikino,Maki Nishikino,9550,9550,4,2,1 +3783,8,662,Trying the Guitar! ♪,Trying the Guitar!,Hanayo Koizumi,Hanayo Koizumi,9551,9551,4,1,1 +3784,101,663,Echo in Your Heart,Playing Heartstrings,Chika Takami,Chika Takami,9552,9552,4,1,1 +3785,102,663,Only One of Me,Unique Individuality,Riko Sakurauchi,Riko Sakurauchi,9553,9553,4,3,1 +3786,105,663,Aqours Rocks,Rockin' Aqours,You Watanabe,You Watanabe,9554,9554,4,2,1 +3787,4,643,Halloween Float,Halloween Inflatable,Umi Sonoda,Umi Sonoda,9567,9567,4,2,1 +3788,9,643,Evening Cocktails,Evening Cocktails,Nico Yazawa,Nico Yazawa,9568,9568,4,1,1 +3789,103,644,A Night Pool Toast,A Night Pool Toast,Kanan Matsuura,Kanan Matsuura,9569,9569,4,1,1 +3790,106,644,Brimming with Power,Brimming with Power,Yoshiko Tsushima,Yoshiko Tsushima,9570,9570,4,2,1 +3791,308,657,Perfect Little Devil,Perfect Little Devil,Shiki Wakana,Shiki Wakana,9571,9571,4,1,1 +3792,309,657,Natsumi Productions,Natsumi Productions,Natsumi Onitsuka,Natsumi Onitsuka,9572,9572,4,3,1 +3793,2,578,More Fair than Anyone,Grander than Anyone,Eli Ayase,Eli Ayase,9573,9573,4,2,1 +3794,2,662,Get it Perfect!,Right On the Mark,Eli Ayase,Eli Ayase,9574,9574,4,3,1 +3795,7,662,Cool and Sweet,Be Cool and Sweet,Nozomi Tojo,Nozomi Tojo,9575,9575,4,1,1 +3796,9,662,Eyes Glued to Me,Eyes on Nico-Ni,Nico Yazawa,Nico Yazawa,9576,9576,4,2,1 +3797,103,663,Smooth but Spirited,Cool and Passionate,Kanan Matsuura,Kanan Matsuura,9577,9577,4,2,1 +3798,104,663,Speaking with My Body,Express with My Body,Dia Kurosawa,Dia Kurosawa,9578,9578,4,3,1 +3799,108,663,Shiny Passion,Shiny Passion,Mari Ohara,Mari Ohara,9579,9579,4,1,1 +3800,5,566,Birthday Song ♪,Birthday Song,Rin Hoshizora,Rin Hoshizora,9580,9580,4,2,1 +3801,201,665,Picture My Dream!,Paint My Dreams!,Ayumu Uehara,Ayumu Uehara,9581,9581,4,1,1 +3802,202,665,Graffiti Artist,Doodling Is My Thing,Kasumi Nakasu,Kasumi Nakasu,9582,9582,4,3,1 +3803,203,665,Art's in My Heart,Art Is in My Heart,Shizuku Osaka,Shizuku Osaka,9583,9583,4,1,1 +3804,204,665,Hopper Full of Color,Colorful Hoppers,Karin Asaka,Karin Asaka,9584,9584,4,1,1 +3805,205,665,Beyond the Canvas,Beyond the Canvas,Ai Miyashita,Ai Miyashita,9585,9585,4,3,1 +3806,206,665,Kokoro Note,Heart Notebook,Kanata Konoe,Kanata Konoe,9586,9586,4,2,1 +3807,207,666,Dyed in Zeal!,Dye It with Passion!,Setsuna Yuki,Setsuna Yuki,9587,9587,4,2,1 +3808,208,666,Our Color,Colors of You and Me,Emma Verde,Emma Verde,9588,9588,4,3,1 +3809,209,666,Smile in My Heart,Smiling Heart,Rina Tennoji,Rina Tennoji,9589,9589,4,2,1 +3810,212,666,Future in One Stroke,Future in a Stroke,Shioriko Mifune,Shioriko Mifune,9590,9590,4,2,1 +3811,213,666,Writing Our Future,Draw the Future,Lanzhu Zhong,Lanzhu Zhong,9591,9591,4,1,1 +3812,214,666,Vivid Song,Colorful Song,Mia Taylor,Mia Taylor,9592,9592,4,3,1 +3813,103,667,Open Umbrella Season,Open Umbrella Season,Kanan Matsuura,Kanan Matsuura,9626,9626,4,3,1 +3814,106,667,Rain-Proof Barrier,Rain-Proof Barrier,Yoshiko Tsushima,Yoshiko Tsushima,9627,9627,4,1,1 +3815,205,637,Fun and Freaky!,Fun and Energetic!,Ai Miyashita,Ai Miyashita,9628,9628,4,2,1 +3816,5,578,Firing Everyone Up,Get Excited,Rin Hoshizora,Rin Hoshizora,9629,9629,4,3,1 +3817,101,668,Everyone's Wonderful,Everyone is Wonderful,Chika Takami,Chika Takami,9630,9630,4,3,1 +3818,102,668,Tune of Happiness,Joyous Tone,Riko Sakurauchi,Riko Sakurauchi,9631,9631,4,2,1 +3819,105,668,Like Setting Sail,Like Setting Sail,You Watanabe,You Watanabe,9632,9632,4,1,1 +3820,106,668,Yohane’s Bouquet Toss,Fallen Angel Bouquet,Yoshiko Tsushima,Yoshiko Tsushima,9633,9633,4,2,1 +3821,107,668,Like in the Movies,Like a Movie Scene,Hanamaru Kunikida,Hanamaru Kunikida,9634,9634,4,3,1 +3822,109,668,Dia's Dress,My Big Sister's Dress,Ruby Kurosawa,Ruby Kurosawa,9635,9635,4,1,1 +3823,4,640,A Taste of Heaven,The Joys of Tasting,Umi Sonoda,Umi Sonoda,9642,9643,4,2,1 +3824,3,640,Costumes We All Made,Costume Made Together,Kotori Minami,Kotori Minami,9644,9645,4,3,1 +3825,8,640,A+ Accommodations,The Ultimate Service,Hanayo Koizumi,Hanayo Koizumi,9646,9647,4,1,1 +3826,1,565,Look in My Mind,Look Into My Mind,Honoka Kosaka,Honoka Kosaka,9648,9648,5,3,1 +3827,209,646,One Day a Year,Once a Year Event,Rina Tennoji,Rina Tennoji,9649,9649,4,3,1 +3828,103,668,Childhood Promise,Childhood Vow,Kanan Matsuura,Kanan Matsuura,9650,9650,4,1,1 +3829,104,668,Dream Wedding,Wedding Dream,Dia Kurosawa,Dia Kurosawa,9651,9651,4,2,1 +3830,108,668,Nostalgic Game,Like the Old Days,Mari Ohara,Mari Ohara,9652,9652,4,3,1 +3831,209,651,Time to Bond,It's Time to Connect,Rina Tennoji,Rina Tennoji,9653,9653,4,2,1 +3832,8,643,Aqua Splash,Aqua Splash!,Hanayo Koizumi,Hanayo Koizumi,9664,9664,4,1,1 +3833,109,644,I Messed Up,I Tripped,Ruby Kurosawa,Ruby Kurosawa,9665,9665,4,3,1 +3834,2,669,Cat Walk,Cat's Step,Eli Ayase,Eli Ayase,9666,9666,4,2,1 +3835,7,669,Lucky Animals ♪,Lucky Animal,Nozomi Tojo,Nozomi Tojo,9667,9667,4,1,1 +3836,9,669,A Gift for You Too,Refreshments for You,Nico Yazawa,Nico Yazawa,9668,9668,4,3,1 +3837,301,657,Unaware Little Devil,Unaware Little Devil,Kanon Shibuya,Kanon Shibuya,9674,9674,4,2,1 +3838,302,657,I Can't Get Enough,Head Over Heels,Keke Tang,Keke Tang,9675,9675,4,3,1 +3839,5,669,Becoming a Cat,Become a Cat,Rin Hoshizora,Rin Hoshizora,9676,9676,4,1,1 +3840,6,669,Showing My Thanks,A Token of Thanks,Maki Nishikino,Maki Nishikino,9677,9677,4,3,1 +3841,8,669,Saying Thanks,Communicating Thanks,Hanayo Koizumi,Hanayo Koizumi,9678,9678,4,2,1 +3842,214,646,Better Celebrate!,Celebrate Properly!,Mia Taylor,Mia Taylor,9679,9679,4,1,1 +3843,1,691,Circle of Memories,Circle of Memories,Honoka Kosaka,Honoka Kosaka,9758,9758,4,2,1 +3844,7,691,Surprise Visitor,Surprise Visitor,Nozomi Tojo,Nozomi Tojo,9759,9759,4,3,1 +3845,206,637,Okay to Do It My Way!,Being Selfish is OK!,Kanata Konoe,Kanata Konoe,9760,9760,4,1,1 +3846,1,669,Try a New Hairstyle,Try a New Hairstyle,Honoka Kosaka,Honoka Kosaka,9761,9761,4,3,1 +3847,3,669,Appreciation,Feelings of Gratitude,Kotori Minami,Kotori Minami,9762,9762,4,2,1 +3848,4,669,Feline Awareness,Think of Cats,Umi Sonoda,Umi Sonoda,9763,9763,4,1,1 +3849,101,690,Santa Chika-chi ☆,Santa Chika,Chika Takami,Chika Takami,9764,9764,4,3,1 +3850,102,690,A Star on Earth,A Star on Earth,Riko Sakurauchi,Riko Sakurauchi,9765,9765,4,2,1 +3851,105,690,In the Mood to Party,Feels Like a Party,You Watanabe,You Watanabe,9766,9766,4,1,1 +3852,106,690,Fallen Angel’s Gift,Fallen Angel's Gift,Yoshiko Tsushima,Yoshiko Tsushima,9767,9767,4,1,1 +3853,107,690,Giant Dream Burger,Giant Dream Burger,Hanamaru Kunikida,Hanamaru Kunikida,9768,9768,4,2,1 +3854,109,690,A Photo for a Dream,A Photo for a Dream,Ruby Kurosawa,Ruby Kurosawa,9769,9769,4,3,1 +3855,105,670,,,You Watanabe,You Watanabe,9658,9658,5,3,1 +3856,106,670,,,Yoshiko Tsushima,Yoshiko Tsushima,9659,9659,5,2,1 +3857,109,670,,,Ruby Kurosawa,Ruby Kurosawa,9660,9660,5,1,1 +3858,201,671,,,Ayumu Uehara,Ayumu Uehara,9661,9661,5,1,1 +3859,203,671,,,Shizuku Osaka,Shizuku Osaka,9662,9662,5,2,1 +3860,212,671,,,Shioriko Mifune,Shioriko Mifune,9663,9663,5,3,1 +3861,1,672,[Party]Taisho School Idol,[Party Card] Taisho School Idols,Honoka Kosaka,Honoka Kosaka,9680,9680,4,2,1 +3862,8,672,[Party]When Am I?,[Party Card] What Era Is It?,Hanayo Koizumi,Hanayo Koizumi,9681,9681,4,1,1 +3863,2,673,[Party]Simple Dress,[Party Card] Simple Dress?,Eli Ayase,Eli Ayase,9682,9682,4,3,1 +3864,1,673,[Party]Until That Day Comes,[Party Card] Until That Day...,Honoka Kosaka,Honoka Kosaka,9683,9683,4,1,1 +3865,3,674,[Party]I'm Gonna Get You♪,[Party Card] Get Ready!,Kotori Minami,Kotori Minami,9684,9684,4,3,1 +3866,2,674,[Party]You're My Target♪,[Party Card] Target: You!,Eli Ayase,Eli Ayase,9685,9685,4,2,1 +3867,4,675,[Party]I Won't Let You Down!,[Party Card] I Won't Disappoint!,Umi Sonoda,Umi Sonoda,9686,9686,4,1,1 +3868,6,675,[Party]Song I Want To Play,[Party Card] Music I Want to Play,Maki Nishikino,Maki Nishikino,9687,9687,4,2,1 +3869,5,676,[Party]Much Respect!,[Party Card] Respect!,Rin Hoshizora,Rin Hoshizora,9688,9688,4,2,1 +3870,3,676,[Party]Together is Better,[Party Card] Happier Together,Kotori Minami,Kotori Minami,9689,9689,4,3,1 +3871,6,677,[Party]The Joy of This Moment,[Party Card] Happy Where I Am,Maki Nishikino,Maki Nishikino,9690,9690,4,3,1 +3872,7,677,[Party]Earnest Emotion,[Party Card] Honest Emotion,Nozomi Tojo,Nozomi Tojo,9691,9691,4,2,1 +3873,7,678,[Party]The Nozomi Set☆,[Party Card] The Nozomi Set!,Nozomi Tojo,Nozomi Tojo,9692,9692,4,2,1 +3874,9,678,[Party]Toiling in the Shadows,[Party Card] Secret Efforts,Nico Yazawa,Nico Yazawa,9693,9693,4,1,1 +3875,8,679,[Party]Hanayo's Spring Outfit♪,[Party Card] My Spring Looks,Hanayo Koizumi,Hanayo Koizumi,9694,9694,4,1,1 +3876,5,679,[Party]Let's Go Play!,[Party Card] Let's Go Out!,Rin Hoshizora,Rin Hoshizora,9695,9695,4,2,1 +3877,9,680,[Party]Little Devil Training!,[Party Card] Feisty Imp Training,Nico Yazawa,Nico Yazawa,9696,9696,4,3,1 +3878,4,680,[Party]Little Devil's Line,[Party Card] Suggestive Phrase,Umi Sonoda,Umi Sonoda,9697,9697,4,2,1 +3879,101,681,[Party]Adorableness Appeal,[Party Card] Acting Cutely,Chika Takami,Chika Takami,9698,9698,4,2,1 +3880,109,681,[Party]Relaxing Spot,[Party Card] A Comfy Place,Ruby Kurosawa,Ruby Kurosawa,9699,9699,4,1,1 +3881,102,682,[Party]Happy Life,[Party Card] happy life,Riko Sakurauchi,Riko Sakurauchi,9700,9700,4,2,1 +3882,108,682,[Party]Lucky Charm,[Party Card] Lucky Charm,Mari Ohara,Mari Ohara,9701,9701,4,3,1 +3883,103,683,[Party]Candy Shower,[Party Card] Candy Shower,Kanan Matsuura,Kanan Matsuura,9702,9702,4,2,1 +3884,107,683,[Party]Wandering Flames,[Party Card] Wandering Flame,Hanamaru Kunikida,Hanamaru Kunikida,9703,9703,4,1,1 +3885,104,684,[Party]Shrine Maiden Steps,[Party Card] Shrine Maiden Steps,Dia Kurosawa,Dia Kurosawa,9704,9704,4,1,1 +3886,103,684,[Party]Puppy Patrol,[Party Card] Officer on Duty,Kanan Matsuura,Kanan Matsuura,9705,9705,4,3,1 +3887,105,685,[Party]Chasing the Bunny,[Party Card] Follow the Rabbit,You Watanabe,You Watanabe,9706,9706,4,2,1 +3888,102,685,"[Party]Hello, Wonder!","[Party Card] Hello,WONDER!",Riko Sakurauchi,Riko Sakurauchi,9707,9707,4,3,1 +3889,106,686,[Party]Underworld Ritual,[Party Card] Underworld Ritual,Yoshiko Tsushima,Yoshiko Tsushima,9708,9708,4,3,1 +3890,104,686,[Party]Halloween Party,[Party Card] Halloween Party,Dia Kurosawa,Dia Kurosawa,9709,9709,4,3,1 +3891,107,687,[Party]Unfading Beauty,[Party Card] Unfading Beauty,Hanamaru Kunikida,Hanamaru Kunikida,9710,9710,4,2,1 +3892,101,687,[Party]Orange Mermaid,[Party Card] Orange Mermaid,Chika Takami,Chika Takami,9711,9711,4,2,1 +3893,108,688,[Party]Just for You,[Party Card] Just for you,Mari Ohara,Mari Ohara,9712,9712,4,2,1 +3894,106,688,[Party]Sinful Kiss,[Party Card] Sinful Smooch,Yoshiko Tsushima,Yoshiko Tsushima,9713,9713,4,1,1 +3895,109,689,[Party]Place of Wishes and Joy,[Party Card] A Happy Home,Ruby Kurosawa,Ruby Kurosawa,9714,9714,4,3,1 +3896,105,689,[Party]Plus One Arrangement,[Party Card] Rearranged,You Watanabe,You Watanabe,9715,9715,4,2,1 +3897,102,650,Fight for Survival,Survival Strategy,Riko Sakurauchi,Riko Sakurauchi,9779,9780,4,2,1 +3898,108,650,Counterattack!,"Counterstrike, Go!",Mari Ohara,Mari Ohara,9781,9782,4,3,1 +3899,101,650,Handguns Akimbo,Let's Dual-Wield!,Chika Takami,Chika Takami,9783,9784,4,1,1 +3900,107,570,Having Fun Together,Always Fun Together,Hanamaru Kunikida,Hanamaru Kunikida,9785,9785,5,2,1 +3901,214,651,Diva’s Determination,Diva's Resolution,Mia Taylor,Mia Taylor,9786,9786,4,2,1 +3902,103,690,The Snowy Path,On a Snowy Road,Kanan Matsuura,Kanan Matsuura,9787,9787,4,1,1 +3903,104,690,Holiday Morning,A Holiday Morning,Dia Kurosawa,Dia Kurosawa,9788,9788,4,2,1 +3904,108,690,Christmas Card ♡,Christmas Cards,Mari Ohara,Mari Ohara,9789,9789,4,3,1 +3905,206,631,I Feel the Same,With the Same Dreams,Kanata Konoe,Kanata Konoe,9790,9790,4,3,1 +3906,2,692,Practice Match,Practice Match,Eli Ayase,Eli Ayase,9795,9795,4,1,1 +3907,7,692,Retro Shutterbug,Retro Camera Shutter,Nozomi Tojo,Nozomi Tojo,9796,9796,4,3,1 +3908,9,692,Pre Charge Activated,Pre-Charge On,Nico Yazawa,Nico Yazawa,9797,9797,4,2,1 +3909,206,630,Let's Go All-Out,Let's Give It All,Kanata Konoe,Kanata Konoe,9798,9798,4,2,1 +3910,5,692,Steady Aim,Steady and True Aim,Rin Hoshizora,Rin Hoshizora,9799,9799,4,3,1 +3911,6,692,Sound Selection,Sound Selection,Maki Nishikino,Maki Nishikino,9800,9800,4,2,1 +3912,8,692,Holiday Treasure,Day-Off Treasure,Hanayo Koizumi,Hanayo Koizumi,9801,9801,4,1,1 +3913,1,643,Nighttime Appearance,Nighttime Amusements,Honoka Kosaka,Honoka Kosaka,9808,9808,4,2,1 +3914,7,643,On the Float,On the Raft,Nozomi Tojo,Nozomi Tojo,9809,9809,4,1,1 +3915,101,644,Shining So Bright,Shining Brightly,Chika Takami,Chika Takami,9810,9810,4,3,1 +3916,104,644,See With My Own Eyes,Seeing Is Believing,Dia Kurosawa,Dia Kurosawa,9811,9811,4,1,1 +3917,303,657,Don't Blink!,Don't Look Away!,Chisato Arashi,Chisato Arashi,9812,9812,4,1,1 +3918,304,657,Galaxy's Best Devil,Galaxy's Little Devil,Sumire Heanna,Sumire Heanna,9813,9813,4,2,1 +3919,305,657,It Never Gets Old,A Song to Loop,Ren Hazuki,Ren Hazuki,9814,9814,4,1,1 +3920,1,692,Holiday Stroll,Day Off Walking,Honoka Kosaka,Honoka Kosaka,9815,9815,4,3,1 +3921,3,692,Glad I Found It,Glad You Found Them,Kotori Minami,Kotori Minami,9816,9816,4,1,1 +3922,4,692,Enjoying My Reading,Ways to Enjoy Reading,Umi Sonoda,Umi Sonoda,9817,9817,4,2,1 +3923,104,609,Ruby Makeover,Makeup Time with Ruby,Dia Kurosawa,Dia Kurosawa,9818,9818,4,1,1 +3924,104,693,A Nostalgic Book,A Nostalgic Book,Dia Kurosawa,Dia Kurosawa,9830,9830,4,2,1 +3925,107,693,Dreaming a Story,Dreaming a Story,Hanamaru Kunikida,Hanamaru Kunikida,9831,9831,4,3,1 +3926,207,637,Full Throttle Zeal,Full Speed Ambition,Setsuna Yuki,Setsuna Yuki,9832,9832,4,3,1 +3927,1,694,New Year Excitement,New Year's Enthusiasm,Honoka Kosaka,Honoka Kosaka,9833,9833,4,2,1 +3928,2,694,My Heart's Ticket,Heart Rope Wires,Eli Ayase,Eli Ayase,9834,9834,4,3,1 +3929,3,694,Expanding My Love,Love Them Much More,Kotori Minami,Kotori Minami,9835,9835,4,3,1 +3930,4,694,Renewing My Feelings,A Novel Feeling,Umi Sonoda,Umi Sonoda,9836,9836,4,1,1 +3931,5,694,Proper Etiquette!,Shrine Etiquette,Rin Hoshizora,Rin Hoshizora,9837,9837,4,2,1 +3932,6,694,Take My Hand,Hand-Holding Support,Maki Nishikino,Maki Nishikino,9838,9838,4,1,1 +3933,7,694,Get the Lucky Mallet,With A Magic Mallet,Nozomi Tojo,Nozomi Tojo,9839,9839,4,1,1 +3934,8,694,It’ll Be a Great Year,Welcoming a Long Year,Hanayo Koizumi,Hanayo Koizumi,9840,9840,4,3,1 +3935,9,694,No. 1 in the Galaxy,No.1 in the Galaxy,Nico Yazawa,Nico Yazawa,9841,9841,4,2,1 +3936,101,695,An Orange Memory,Mikan Orange Memory,Chika Takami,Chika Takami,9842,9842,4,2,1 +3937,102,695,Seashore Melody,A Seaside Melody,Riko Sakurauchi,Riko Sakurauchi,9843,9843,4,1,1 +3938,103,695,Long-Distance Swimmer,Long-Distance Master,Kanan Matsuura,Kanan Matsuura,9844,9844,4,3,1 +3939,104,695,Aroma on the Wind,Scent of the Breeze,Dia Kurosawa,Dia Kurosawa,9845,9845,4,1,1 +3940,105,695,Dolphin Show,Dolphin Show,You Watanabe,You Watanabe,9846,9846,4,3,1 +3941,106,695,Rescuing My Minions,Rescuing Minions,Yoshiko Tsushima,Yoshiko Tsushima,9847,9847,4,2,1 +3942,107,695,Library’s Silence,Hush of the Library,Hanamaru Kunikida,Hanamaru Kunikida,9848,9848,4,1,1 +3943,108,695,A Nibble of Bliss,A Mouthful of Bliss,Mari Ohara,Mari Ohara,9849,9849,4,2,1 +3944,109,695,Mysteries of the Deep,Deep Sea Mysteries,Ruby Kurosawa,Ruby Kurosawa,9850,9850,4,3,1 +3945,104,619,The Year's First Song,Playing in a New Year,Dia Kurosawa,Dia Kurosawa,9851,9851,4,2,1 +3946,2,696,A Gift for You,Giving You a Present,Eli Ayase,Eli Ayase,9870,9871,4,1,1 +3947,6,696,A Present for You,A Present for You,Maki Nishikino,Maki Nishikino,9872,9873,4,2,1 +3948,4,696,Random Fireworks,Off-Season Sparklers,Umi Sonoda,Umi Sonoda,9874,9875,4,3,1 +3949,7,565,You’re in Good Hands,In Good Hands,Nozomi Tojo,Nozomi Tojo,9876,9876,5,2,1 +3950,2,700,Night Mirror Image,Night Mirror Image,Eli Ayase,Eli Ayase,9907,9907,4,2,1 +3951,3,700,Flower Wreath Ring,Flower Wreath Ring,Kotori Minami,Kotori Minami,9908,9908,4,1,1 +3952,1,697,A Bouquet for You,Bouquet for You,Honoka Kosaka,Honoka Kosaka,9893,9893,4,1,1 +3953,3,697,Take the Bouquet,Take This Bouquet,Kotori Minami,Kotori Minami,9894,9894,4,3,1 +3954,4,697,Shifting Eyes,A Twinkle in Your Eye,Umi Sonoda,Umi Sonoda,9895,9895,4,2,1 +3955,101,698,Mikan Orange Dreams,Mikan-Colored Dream,Chika Takami,Chika Takami,9896,9896,4,3,1 +3956,102,698,Timbre of Blessings,The Sound of Blessing,Riko Sakurauchi,Riko Sakurauchi,9897,9897,4,2,1 +3957,105,698,Dreamy Flower Path,Flower Road of Dreams,You Watanabe,You Watanabe,9898,9898,4,1,1 +3958,5,697,Heart Running Wild,Rushing Heart,Rin Hoshizora,Rin Hoshizora,9909,9909,4,2,1 +3959,6,697,Shoot for the Stars,Be the First Star,Maki Nishikino,Maki Nishikino,9910,9910,4,3,1 +3960,8,697,Please Accept This!,This Is for You!,Hanayo Koizumi,Hanayo Koizumi,9911,9911,4,1,1 +3961,106,698,Messenger of Darkness,Innocent Dark Agent,Yoshiko Tsushima,Yoshiko Tsushima,9912,9912,4,1,1 +3962,107,698,My Heart in a Bouquet,Bouquet of Emotions,Hanamaru Kunikida,Hanamaru Kunikida,9913,9913,4,3,1 +3963,109,698,Pink Palpitations,Peachy Crush,Ruby Kurosawa,Ruby Kurosawa,9914,9914,4,2,1 +3964,2,697,A Prayer in Flowers,Message of Flowers,Eli Ayase,Eli Ayase,9915,9915,4,1,1 +3965,7,697,A Gift From the Heart,A Gift of Hearts,Nozomi Tojo,Nozomi Tojo,9916,9916,4,2,1 +3966,9,697,Sorceress of Smiles,Wizard of a Smile,Nico Yazawa,Nico Yazawa,9917,9917,4,3,1 +3967,103,698,Cloaked in a Dream,Immersed in the Dream,Kanan Matsuura,Kanan Matsuura,9918,9918,4,1,1 +3968,104,698,Passion in My Soul,The Color of Passion,Dia Kurosawa,Dia Kurosawa,9919,9919,4,3,1 +3969,108,698,Love in One Flower,Single Flower of Love,Mari Ohara,Mari Ohara,9920,9920,4,2,1 +3970,202,631,Reach for My Dreams,Reach for Your Dreams,Kasumi Nakasu,Kasumi Nakasu,9921,9921,4,1,1 +3971,108,705,First Time Prepping,First Time Prepping,Mari Ohara,Mari Ohara,9922,9923,4,3,1 +3972,109,705,Catching a Big One!,Catching a Big One!,Ruby Kurosawa,Ruby Kurosawa,9924,9925,4,1,1 +3973,107,705,Gotta Have the Knack!,Gotta Have the Knack!,Hanamaru Kunikida,Hanamaru Kunikida,9926,9927,4,2,1 +3974,104,570,Everyone's Own Aqours,Everyone's Own Aqours,Dia Kurosawa,Dia Kurosawa,9928,9928,5,1,1 +3975,202,630,Preacher of Cuteness,Preacher of Cuteness,Kasumi Nakasu,Kasumi Nakasu,9929,9929,4,3,1 +3976,208,646,I'm Very Thankful,Thanks from Me Also,Emma Verde,Emma Verde,9930,9930,4,1,1 +3977,208,637,Shine Like the Moon,Shine Like the Moon,Emma Verde,Emma Verde,9961,9961,4,1,1 +3978,103,609,Birthday Compilation,Hard Work Leading Up,Kanan Matsuura,Kanan Matsuura,9963,9963,4,3,1 +3979,213,646,If They’re With Me,We're Fine Together,Lanzhu Zhong,Lanzhu Zhong,9965,9965,4,2,1 +3980,201,631,I Need to Hear You,I Want Your Words,Ayumu Uehara,Ayumu Uehara,9967,9967,4,3,1 +3981,107,609,The Best Hanamaru,Make You Proud,Hanamaru Kunikida,Hanamaru Kunikida,9969,9969,4,3,1 +3982,203,631,A New Curtain Rises,A New Stage Starts,Shizuku Osaka,Shizuku Osaka,9971,9971,4,2,1 +3983,208,651,No Regrets,No Regrets Tomorrow,Emma Verde,Emma Verde,9973,9973,4,3,1 +3984,103,619,"Be Happy, Don't Cry","Be Happy, Don't Cry",Kanan Matsuura,Kanan Matsuura,9974,9974,4,1,1 +3985,213,651,Let's Hang Out!,Let's Go Have Fun!,Lanzhu Zhong,Lanzhu Zhong,9976,9976,4,3,1 +3986,209,637,Linking My Feelings,Connecting Feelings,Rina Tennoji,Rina Tennoji,9978,9978,4,3,1 +3987,201,630,Move Towards My Dream,Forward To Our Dreams,Ayumu Uehara,Ayumu Uehara,9980,9980,4,1,1 +3988,107,619,One-Day Magic Spell,Today's Special Spell,Hanamaru Kunikida,Hanamaru Kunikida,9981,9981,4,3,1 +3989,203,630,Stay Dedicated,Be Diligent Everyday,Shizuku Osaka,Shizuku Osaka,9983,9983,4,1,1 +3990,8,699,Endless Summer Spark,Everlasting Summer,Hanayo Koizumi,Hanayo Koizumi,9899,9899,4,2,1 +3991,8,704,Sparkling Cider,Soda Sparkle,Hanayo Koizumi,Hanayo Koizumi,9931,9931,4,3,1 +3992,4,704,Sailor Beauty,Sailor Beauty,Umi Sonoda,Umi Sonoda,9932,9932,4,2,1 +3993,1,701,The First Step,Beginning Step,Honoka Kosaka,Honoka Kosaka,9933,9933,4,3,1 +3994,2,701,When I Reached Out,Reaching Out,Eli Ayase,Eli Ayase,9934,9934,4,1,1 +3995,3,701,Another Step Together,Another Step Together,Kotori Minami,Kotori Minami,9935,9935,4,2,1 +3996,4,701,Moving Hand in Hand,Forward Hand in Hand,Umi Sonoda,Umi Sonoda,9936,9936,4,1,1 +3997,5,701,Bridge to Tomorrow,For Tomorrow,Rin Hoshizora,Rin Hoshizora,9937,9937,4,2,1 +3998,6,701,Echoing Song of Hope,Echoing Song of Hope,Maki Nishikino,Maki Nishikino,9938,9938,4,1,1 +3999,7,701,Shining Into Tomorrow,Dazzling Future,Nozomi Tojo,Nozomi Tojo,9939,9939,4,3,1 +4000,8,701,Admiration Into Power,Power from Admiration,Hanayo Koizumi,Hanayo Koizumi,9940,9940,4,3,1 +4001,9,701,Everlasting Feelings,Unchanging Heart,Nico Yazawa,Nico Yazawa,9941,9941,4,2,1 +4002,101,702,The Future Starts Now,The Future Begins Now,Chika Takami,Chika Takami,9942,9942,4,1,1 +4003,102,702,Tidings of the Wind,Winds of the Future,Riko Sakurauchi,Riko Sakurauchi,9943,9943,4,3,1 +4004,103,702,The Butterfly Effect,Butterfly Effect,Kanan Matsuura,Kanan Matsuura,9944,9944,4,3,1 +4005,104,702,Keep Moving Forward!,Forward We Go!,Dia Kurosawa,Dia Kurosawa,9945,9945,4,2,1 +4006,105,702,Dazzling Horizon,Light on the Horizon,You Watanabe,You Watanabe,9946,9946,4,2,1 +4007,106,702,Blink of an Eye,Blink of an Eye,Yoshiko Tsushima,Yoshiko Tsushima,9947,9947,4,2,1 +4008,107,702,To an Unknown World,World of Unknown,Hanamaru Kunikida,Hanamaru Kunikida,9948,9948,4,1,1 +4009,108,702,A Small Miracle,Miracle of the World,Mari Ohara,Mari Ohara,9949,9949,4,1,1 +4010,109,702,Glorious Smile,Flamboyant Smile,Ruby Kurosawa,Ruby Kurosawa,9950,9950,4,3,1 +4011,301,703,Let's Cook!,Let’s Cook!,Kanon Shibuya,Kanon Shibuya,9951,9951,4,1,1 +4012,302,703,My Skirt's Flutter,Wafting Skirt,Keke Tang,Keke Tang,9952,9952,4,2,1 +4013,303,703,Better Than Yesterday,Exceeding Yesterday,Chisato Arashi,Chisato Arashi,9953,9953,4,3,1 +4014,304,703,Aiming for the Top,Aiming for the Top,Sumire Heanna,Sumire Heanna,9954,9954,4,3,1 +4015,305,703,Unstoppable Heartbeat,Nonstop Excitement,Ren Hazuki,Ren Hazuki,9955,9955,4,2,1 +4016,306,703,First Step Forwards,A Step to the Dream,Kinako Sakurakoji,Kinako Sakurakoji,9956,9956,4,1,1 +4017,307,703,Each Achievement,Achieving One by One,Mei Yoneme,Mei Yoneme,9957,9957,4,2,1 +4018,308,703,Beyond Just Fun,Beyond the Fun,Shiki Wakana,Shiki Wakana,9958,9958,4,3,1 +4019,309,703,Follow Your Passion!,Go with the Momentum!,Natsumi Onitsuka,Natsumi Onitsuka,9959,9959,4,1,1 diff --git a/src/router/masterdata/csv/album_unit_pair_m.csv b/src/router/databases/csv-en/album_unit_pair_m.csv similarity index 100% rename from src/router/masterdata/csv/album_unit_pair_m.csv rename to src/router/databases/csv-en/album_unit_pair_m.csv diff --git a/src/router/masterdata/csv/album_unit_series_m.csv b/src/router/databases/csv-en/album_unit_series_m.csv similarity index 100% rename from src/router/masterdata/csv/album_unit_series_m.csv rename to src/router/databases/csv-en/album_unit_series_m.csv diff --git a/src/router/masterdata/csv/album_unit_type.csv b/src/router/databases/csv-en/album_unit_type.csv similarity index 100% rename from src/router/masterdata/csv/album_unit_type.csv rename to src/router/databases/csv-en/album_unit_type.csv diff --git a/src/router/masterdata/csv/album_unit_type_member_tag_m.csv b/src/router/databases/csv-en/album_unit_type_member_tag_m.csv similarity index 100% rename from src/router/masterdata/csv/album_unit_type_member_tag_m.csv rename to src/router/databases/csv-en/album_unit_type_member_tag_m.csv diff --git a/src/router/masterdata/csv/beginner_mission.csv b/src/router/databases/csv-en/beginner_mission.csv similarity index 100% rename from src/router/masterdata/csv/beginner_mission.csv rename to src/router/databases/csv-en/beginner_mission.csv diff --git a/src/router/masterdata/csv/beginner_mission_reward.csv b/src/router/databases/csv-en/beginner_mission_reward.csv similarity index 100% rename from src/router/masterdata/csv/beginner_mission_reward.csv rename to src/router/databases/csv-en/beginner_mission_reward.csv diff --git a/src/router/masterdata/csv/beginner_mission_reward_setting.csv b/src/router/databases/csv-en/beginner_mission_reward_setting.csv similarity index 100% rename from src/router/masterdata/csv/beginner_mission_reward_setting.csv rename to src/router/databases/csv-en/beginner_mission_reward_setting.csv diff --git a/src/router/databases/csv-en/bgm.csv b/src/router/databases/csv-en/bgm.csv new file mode 100644 index 0000000..afc63c1 --- /dev/null +++ b/src/router/databases/csv-en/bgm.csv @@ -0,0 +1,1300 @@ +_id,_num,_cueSheetName,_cueName,_masterReleaseLabelId +21000001,0,BG_0001_Home,BG_0001_Home,1 +21000002,0,BG_0002_Title,BG_0002_Title,1 +21000003,0,BG_0003_LiveResult,BG_0003_LiveResult,1 +21000004,0,BG_0004_GachaPlay,BG_0004_GachaPlay,1 +21000005,0,BG_0005_Room,BG_0005_Room,1 +21000006,0,BG_0006_EventMain,BG_0006_EventMain,1 +21000007,0,BG_0007_TapAdjusting,BG_0007_TapAdjusting,1 +31001001,0,song_1001_BokuranoLiveKimitonoLife,play_1001_BokuranoLiveKimitonoLife,1 +32001001,0,song_1001_BokuranoLiveKimitonoLife,select_1001_BokuranoLiveKimitonoLife,1 +31001002,0,song_1002_SunnyDaySong,play_1002_SunnyDaySong,1 +32001002,0,song_1002_SunnyDaySong,select_1002_SunnyDaySong,1 +31001003,0,song_1003_ASongForYouYouYou,play_1003_ASongForYouYouYou,1 +32001003,0,song_1003_ASongForYouYouYou,select_1003_ASongForYouYouYou,1 +31001004,0,song_1004_HatenaHeartbeat,play_1004_HatenaHeartbeat,1 +32001004,0,song_1004_HatenaHeartbeat,select_1004_HatenaHeartbeat,1 +31001005,0,song_1005_AfterSchoolNavigators,play_1005_AfterSchoolNavigators,1 +32001005,0,song_1005_AfterSchoolNavigators,select_1005_AfterSchoolNavigators,1 +31001006,0,song_1006_AnemoneHeart,play_1006_AnemoneHeart,1 +32001006,0,song_1006_AnemoneHeart,select_1006_AnemoneHeart,1 +31001007,0,song_1007_AngelicAngel,play_1007_AngelicAngel,1 +32001007,0,song_1007_AngelicAngel,select_1007_AngelicAngel,1 +31001008,0,song_1008_BabyMaybeKoinoButton,play_1008_BabyMaybeKoinoButton,1 +32001008,0,song_1008_BabyMaybeKoinoButton,select_1008_BabyMaybeKoinoButton,1 +31001009,0,song_1009_BeatInAngel,play_1009_BeatInAngel,1 +32001009,0,song_1009_BeatInAngel,select_1009_BeatInAngel,1 +31001010,0,song_1010_CheerDayCheerGirl,play_1010_CheerDayCheerGirl,1 +32001010,0,song_1010_CheerDayCheerGirl,select_1010_CheerDayCheerGirl,1 +31001011,0,song_1011_ColorfulVoice,play_1011_ColorfulVoice,1 +32001011,0,song_1011_ColorfulVoice,select_1011_ColorfulVoice,1 +31001012,0,song_1012_CutiePanther,play_1012_CutiePanther,1 +32001012,0,song_1012_CutiePanther,select_1012_CutiePanther,1 +31001014,0,song_1014_DancingStarsOnMe,play_1014_DancingStarsOnMe,1 +32001014,0,song_1014_DancingStarsOnMe,select_1014_DancingStarsOnMe,1 +31001015,0,song_1015_Daring,play_1015_Daring,1 +32001015,0,song_1015_Daring,select_1015_Daring,1 +31001016,0,song_1016_DreaminGoGo,play_1016_DreaminGoGo,1 +32001016,0,song_1016_DreaminGoGo,select_1016_DreaminGoGo,1 +31001017,0,song_1017_EndlessParade,play_1017_EndlessParade,1 +32001017,0,song_1017_EndlessParade,select_1017_EndlessParade,1 +31001019,0,song_1019_FutureStyle,play_1019_FutureStyle,1 +32001019,0,song_1019_FutureStyle,select_1019_FutureStyle,1 +31001020,0,song_1020_HappyMaker,play_1020_HappyMaker,1 +32001020,0,song_1020_HappyMaker,select_1020_HappyMaker,1 +31001021,0,song_1021_HeartToHeart,play_1021_HeartToHeart,1 +32001021,0,song_1021_HeartToHeart,select_1021_HeartToHeart,1 +31001022,0,song_1022_HelloHoshiwoKazoete,play_1022_HelloHoshiwoKazoete,1 +32001022,0,song_1022_HelloHoshiwoKazoete,select_1022_HelloHoshiwoKazoete,1 +31001023,0,song_1023_KiraKiraSensation,play_1023_KiraKiraSensation,1 +32001023,0,song_1023_KiraKiraSensation,select_1023_KiraKiraSensation,1 +31001024,0,song_1024_ListenToMyHeart,play_1024_ListenToMyHeart,1 +32001024,0,song_1024_ListenToMyHeart,select_1024_ListenToMyHeart,1 +31001025,0,song_1025_LoneliestBaby,play_1025_LoneliestBaby,1 +32001025,0,song_1025_LoneliestBaby,select_1025_LoneliestBaby,1 +31001026,0,song_1026_LoveMarginal,play_1026_LoveMarginal,1 +32001026,0,song_1026_LoveMarginal,select_1026_LoveMarginal,1 +31001027,0,song_1027_LoveWingBell,play_1027_LoveWingBell,1 +32001027,0,song_1027_LoveWingBell,select_1027_LoveWingBell,1 +31001028,0,song_1028_LovelessWorld,play_1028_LovelessWorld,1 +32001028,0,song_1028_LovelessWorld,select_1028_LovelessWorld,1 +31001029,0,song_1029_MermaidFestaVol1,play_1029_MermaidFestaVol1,1 +32001029,0,song_1029_MermaidFestaVol1,select_1029_MermaidFestaVol1,1 +31001030,0,song_1030_MermaidFestaVol2,play_1030_MermaidFestaVol2,1 +32001030,0,song_1030_MermaidFestaVol2,select_1030_MermaidFestaVol2,1 +31001031,0,song_1031_MomentRing,play_1031_MomentRing,1 +32001031,0,song_1031_MomentRing,select_1031_MomentRing,1 +31001032,0,song_1032_MuseumdeDoushitai,play_1032_MuseumdeDoushitai,1 +32001032,0,song_1032_MuseumdeDoushitai,select_1032_MuseumdeDoushitai,1 +31001033,0,song_1033_MusicStart,play_1033_MusicStart,1 +32001033,0,song_1033_MusicStart,select_1033_MusicStart,1 +31001035,0,song_1035_NoBrandGirls,play_1035_NoBrandGirls,1 +32001035,0,song_1035_NoBrandGirls,select_1035_NoBrandGirls,1 +31001037,0,song_1037_NoExitOrion,play_1037_NoExitOrion,1 +32001037,0,song_1037_NoExitOrion,select_1037_NoExitOrion,1 +31001038,0,song_1038_OhLoveAndPeace,play_1038_OhLoveAndPeace,1 +32001038,0,song_1038_OhLoveAndPeace,select_1038_OhLoveAndPeace,1 +31001039,0,song_1039_ParadiseLive,play_1039_ParadiseLive,1 +32001039,0,song_1039_ParadiseLive,select_1039_ParadiseLive,1 +31001040,0,song_1040_PrivateWars,play_1040_PrivateWars,1 +32001040,0,song_1040_PrivateWars,select_1040_PrivateWars,1 +31001041,0,song_1041_PsychicFire,play_1041_PsychicFire,1 +32001041,0,song_1041_PsychicFire,select_1041_PsychicFire,1 +31001042,0,song_1042_PureGirlsProject,play_1042_PureGirlsProject,1 +32001042,0,song_1042_PureGirlsProject,select_1042_PureGirlsProject,1 +31001044,0,song_1044_SentimentalSteps,play_1044_SentimentalSteps,1 +32001044,0,song_1044_SentimentalSteps,select_1044_SentimentalSteps,1 +31001045,0,song_1045_ShangriLaShower,play_1045_ShangriLaShower,1 +32001045,0,song_1045_ShangriLaShower,select_1045_ShangriLaShower,1 +31001046,0,song_1046_ShockingParty,play_1046_ShockingParty,1 +32001046,0,song_1046_ShockingParty,select_1046_ShockingParty,1 +31001047,0,song_1047_SilentTonight,play_1047_SilentTonight,1 +32001047,0,song_1047_SilentTonight,select_1047_SilentTonight,1 +31001048,0,song_1048_SnowHalation,play_1048_SnowHalation,1 +32001048,0,song_1048_SnowHalation,select_1048_SnowHalation,1 +31001049,0,song_1049_SoldierGame,play_1049_SoldierGame,1 +32001049,0,song_1049_SoldierGame,select_1049_SoldierGame,1 +31001050,0,song_1050_SomedayOfMyLife,play_1050_SomedayOfMyLife,1 +32001050,0,song_1050_SomedayOfMyLife,select_1050_SomedayOfMyLife,1 +31001054,0,song_1054_StartDash9PersonVersion,play_1054_StartDash9PersonVersion,1 +32001054,0,song_1054_StartDash9PersonVersion,select_1054_StartDash9PersonVersion,1 +31001055,0,song_1055_StormInLover,play_1055_StormInLover,1 +32001055,0,song_1055_StormInLover,select_1055_StormInLover,1 +31001057,0,song_1057_SuperLoveSuperLive,play_1057_SuperLoveSuperLive,1 +32001057,0,song_1057_SuperLoveSuperLive,select_1057_SuperLoveSuperLive,1 +31001058,0,song_1058_SweetAndSweetHoliday,play_1058_SweetAndSweetHoliday,1 +32001058,0,song_1058_SweetAndSweetHoliday,select_1058_SweetAndSweetHoliday,1 +31001059,0,song_1059_TroubleBusters,play_1059_TroubleBusters,1 +32001059,0,song_1059_TroubleBusters,select_1059_TroubleBusters,1 +31001060,0,song_1060_UnbalancedLove,play_1060_UnbalancedLove,1 +32001060,0,song_1060_UnbalancedLove,select_1060_UnbalancedLove,1 +31001061,0,song_1061_WaoWaoPowerfulDay,play_1061_WaoWaoPowerfulDay,1 +32001061,0,song_1061_WaoWaoPowerfulDay,select_1061_WaoWaoPowerfulDay,1 +31001062,0,song_1062_WildStars,play_1062_WildStars,1 +32001062,0,song_1062_WildStars,select_1062_WildStars,1 +31001063,0,song_1063_WonderZone,play_1063_WonderZone,1 +32001063,0,song_1063_WonderZone,select_1063_WonderZone,1 +31001064,0,song_1064_WonderfulRush,play_1064_WonderfulRush,1 +32001064,0,song_1064_WonderfulRush,select_1064_WonderfulRush,1 +31001066,0,song_1066_AnoneGanbare,play_1066_AnoneGanbare,1 +32001066,0,song_1066_AnoneGanbare,select_1066_AnoneGanbare,1 +31001067,0,song_1067_ArifuretaKanashiminoHate,play_1067_ArifuretaKanashiminoHate,1 +32001067,0,song_1067_ArifuretaKanashiminoHate,select_1067_ArifuretaKanashiminoHate,1 +31001068,0,song_1068_KittoSeishungaKikoeru,play_1068_KittoSeishungaKikoeru,1 +32001068,0,song_1068_KittoSeishungaKikoeru,select_1068_KittoSeishungaKikoeru,1 +31001069,0,song_1069_KiminoKuseni,play_1069_KiminoKuseni,1 +32001069,0,song_1069_KiminoKuseni,select_1069_KiminoKuseni,1 +31001070,0,song_1070_KururinMiracle,play_1070_KururinMiracle,1 +32001070,0,song_1070_KururinMiracle,select_1070_KururinMiracle,1 +31001071,0,song_1071_Korekara,play_1071_Korekara,1 +32001071,0,song_1071_Korekara,select_1071_Korekara,1 +31001072,0,song_1072_KorekaranoSomeday,play_1072_KorekaranoSomeday,1 +32001072,0,song_1072_KorekaranoSomeday,select_1072_KorekaranoSomeday,1 +31001073,0,song_1073_SayounaraheSayounara,play_1073_SayounaraheSayounara,1 +32001073,0,song_1073_SayounaraheSayounara,select_1073_SayounaraheSayounara,1 +31001074,0,song_1074_ShiawaseyukinoSmiling,play_1074_ShiawaseyukinoSmiling,1 +32001074,0,song_1074_ShiawaseyukinoSmiling,select_1074_ShiawaseyukinoSmiling,1 +31001075,0,song_1075_SusumeTomorrow,play_1075_SusumeTomorrow,1 +32001075,0,song_1075_SusumeTomorrow,select_1075_SusumeTomorrow,1 +31001076,0,song_1076_Spicaterrible,play_1076_Spicaterrible,1 +32001076,0,song_1076_Spicaterrible,select_1076_Spicaterrible,1 +31001077,0,song_1077_ZuruiyoMagneticToday,play_1077_ZuruiyoMagneticToday,1 +32001077,0,song_1077_ZuruiyoMagneticToday,select_1077_ZuruiyoMagneticToday,1 +31001078,0,song_1078_SoshiteSaigonoPageniha,play_1078_SoshiteSaigonoPageniha,1 +32001078,0,song_1078_SoshiteSaigonoPageniha,select_1078_SoshiteSaigonoPageniha,1 +31001079,0,song_1079_ItsOurMiraculousTime,play_1079_ItsOurMiraculousTime,1 +32001079,0,song_1079_ItsOurMiraculousTime,select_1079_ItsOurMiraculousTime,1 +31001080,0,song_1080_DiamondPrincessnoYuutsu,play_1080_DiamondPrincessnoYuutsu,1 +32001080,0,song_1080_DiamondPrincessnoYuutsu,select_1080_DiamondPrincessnoYuutsu,1 +31001081,0,song_1081_Takaramonos,play_1081_Takaramonos,1 +32001081,0,song_1081_Takaramonos,select_1081_Takaramonos,1 +31001082,0,song_1082_DatteDatteAaMujo,play_1082_DatteDatteAaMujo,1 +32001082,0,song_1082_DatteDatteAaMujo,select_1082_DatteDatteAaMujo,1 +31001083,0,song_1083_DonnaTokimoZutto,play_1083_DonnaTokimoZutto,1 +32001083,0,song_1083_DonnaTokimoZutto,select_1083_DonnaTokimoZutto,1 +31001084,0,song_1084_NatteShimatta,play_1084_NatteShimatta,1 +32001084,0,song_1084_NatteShimatta,select_1084_NatteShimatta,1 +31001085,0,song_1085_Nawatobi,play_1085_Nawatobi,1 +32001085,0,song_1085_Nawatobi,select_1085_Nawatobi,1 +31001086,0,song_1086_NicoPuriJyoshidou,play_1086_NicoPuriJyoshidou,1 +32001086,0,song_1086_NicoPuriJyoshidou,select_1086_NicoPuriJyoshidou,1 +31001087,0,song_1087_FutariHappiness,play_1087_FutariHappiness,1 +32001087,0,song_1087_FutariHappiness,select_1087_FutariHappiness,1 +31001088,0,song_1088_BlueberryTrain,play_1088_BlueberryTrain,1 +32001088,0,song_1088_BlueberryTrain,select_1088_BlueberryTrain,1 +31001089,0,song_1089_PuwaPuwaO,play_1089_PuwaPuwaO,1 +32001089,0,song_1089_PuwaPuwaO,select_1089_PuwaPuwaO,1 +31001090,0,song_1090_MahotsukaiHajimemashita,play_1090_MahotsukaiHajimemashita,1 +32001090,0,song_1090_MahotsukaiHajimemashita,select_1090_MahotsukaiHajimemashita,1 +31001091,0,song_1091_MihaMusicnoMi,play_1091_MihaMusicnoMi,1 +32001091,0,song_1091_MihaMusicnoMi,select_1091_MihaMusicnoMi,1 +31001092,0,song_1092_MoHitorijyanaiyo,play_1092_MoHitorijyanaiyo,1 +32001092,0,song_1092_MoHitorijyanaiyo,select_1092_MoHitorijyanaiyo,1 +31001093,0,song_1093_MogyuttoLoveDeSekkinchu,play_1093_MogyuttoLoveDeSekkinchu,1 +32001093,0,song_1093_MogyuttoLoveDeSekkinchu,select_1093_MogyuttoLoveDeSekkinchu,1 +31001094,0,song_1094_MoshimoKaraKitto,play_1094_MoshimoKaraKitto,1 +32001094,0,song_1094_MoshimoKaraKitto,select_1094_MoshimoKaraKitto,1 +31001095,0,song_1095_YumenoTobira,play_1095_YumenoTobira,1 +32001095,0,song_1095_YumenoTobira,select_1095_YumenoTobira,1 +31001096,0,song_1096_LoveNovels,play_1096_LoveNovels,1 +32001096,0,song_1096_LoveNovels,select_1096_LoveNovels,1 +31001097,0,song_1097_RuteshiKisukiShiteru,play_1097_RuteshiKisukiShiteru,1 +32001097,0,song_1097_RuteshiKisukiShiteru,select_1097_RuteshiKisukiShiteru,1 +31001098,0,song_1098_AishiteruBanzai,play_1098_AishiteruBanzai,1 +32001098,0,song_1098_AishiteruBanzai,select_1098_AishiteruBanzai,1 +31001099,0,song_1099_AihaTaiyojyanai,play_1099_AihaTaiyojyanai,1 +32001099,0,song_1099_AihaTaiyojyanai,select_1099_AihaTaiyojyanai,1 +31001100,0,song_1100_EienFriends,play_1100_EienFriends,1 +32001100,0,song_1100_EienFriends,select_1100_EienFriends,1 +31001101,0,song_1101_OtomeshikiRenaiJuku,play_1101_OtomeshikiRenaiJuku,1 +32001101,0,song_1101_OtomeshikiRenaiJuku,select_1101_OtomeshikiRenaiJuku,1 +31001102,0,song_1102_OtohimeHeartdeLoveKyuuden,play_1102_OtohimeHeartdeLoveKyuuden,1 +32001102,0,song_1102_OtohimeHeartdeLoveKyuuden,select_1102_OtohimeHeartdeLoveKyuuden,1 +31001103,0,song_1103_NatsuOwaranaide,play_1103_NatsuOwaranaide,1 +32001103,0,song_1103_NatsuOwaranaide,select_1103_NatsuOwaranaide,1 +31001104,0,song_1104_NatsuiroEgaode12Jump,play_1104_NatsuiroEgaode12Jump,1 +32001104,0,song_1104_NatsuiroEgaode12Jump,select_1104_NatsuiroEgaode12Jump,1 +31001105,0,song_1105_KaguyanoShirodeOdoritai,play_1105_KaguyanoShirodeOdoritai,1 +32001105,0,song_1105_KaguyanoShirodeOdoritai,select_1105_KaguyanoShirodeOdoritai,1 +31001106,0,song_1106_KodokunaHeaven,play_1106_KodokunaHeaven,1 +32001106,0,song_1106_KodokunaHeaven,select_1106_KodokunaHeaven,1 +31001107,0,song_1107_SukidesugaSukidesuka,play_1107_SukidesugaSukidesuka,1 +32001107,0,song_1107_SukidesugaSukidesuka,select_1107_SukidesugaSukidesuka,1 +31001108,0,song_1108_KokuhakuBiyoriDesu,play_1108_KokuhakuBiyoriDesu,1 +32001108,0,song_1108_KokuhakuBiyoriDesu,select_1108_KokuhakuBiyoriDesu,1 +31001109,0,song_1109_SaiteideSaikounoParadiso,play_1109_SaiteideSaikounoParadiso,1 +32001109,0,song_1109_SaiteideSaikounoParadiso,select_1109_SaiteideSaikounoParadiso,1 +31001110,0,song_1110_SakkakuCrossroads,play_1110_SakkakuCrossroads,1 +32001110,0,song_1110_SakkakuCrossroads,select_1110_SakkakuCrossroads,1 +31001111,0,song_1111_OmoideIjouniNaritakute,play_1111_OmoideIjouniNaritakute,1 +32001111,0,song_1111_OmoideIjouniNaritakute,select_1111_OmoideIjouniNaritakute,1 +31001112,0,song_1112_WatashitachihaMirainoHana,play_1112_WatashitachihaMirainoHana,1 +32001112,0,song_1112_WatashitachihaMirainoHana,select_1112_WatashitachihaMirainoHana,1 +31001113,0,song_1113_AkinoAnatanoSoraToku,play_1113_AkinoAnatanoSoraToku,1 +32001113,0,song_1113_AkinoAnatanoSoraToku,select_1113_AkinoAnatanoSoraToku,1 +31001114,0,song_1114_ShunjoRomantic,play_1114_ShunjoRomantic,1 +32001114,0,song_1114_ShunjoRomantic,select_1114_ShunjoRomantic,1 +31001115,0,song_1115_JunaiLens,play_1115_JunaiLens,1 +32001115,0,song_1115_JunaiLens,select_1115_JunaiLens,1 +31001116,0,song_1116_NightingaleLoveSong,play_1116_NightingaleLoveSong,1 +32001116,0,song_1116_NightingaleLoveSong,select_1116_NightingaleLoveSong,1 +31001117,0,song_1117_GarasunoHanazono,play_1117_GarasunoHanazono,1 +32001117,0,song_1117_GarasunoHanazono,select_1117_GarasunoHanazono,1 +31001118,0,song_1118_ShiranaiLoveOshieteLove,play_1118_ShiranaiLoveOshieteLove,1 +32001118,0,song_1118_ShiranaiLoveOshieteLove,select_1118_ShiranaiLoveOshieteLove,1 +31001119,0,song_1119_FuyugaKuretaYokan,play_1119_FuyugaKuretaYokan,1 +32001119,0,song_1119_FuyugaKuretaYokan,select_1119_FuyugaKuretaYokan,1 +31001120,0,song_1120_OnajiHoshigaMitai,play_1120_OnajiHoshigaMitai,1 +32001120,0,song_1120_OnajiHoshigaMitai,select_1120_OnajiHoshigaMitai,1 +31001121,0,song_1121_BinetsukaraMystery,play_1121_BinetsukaraMystery,1 +32001121,0,song_1121_BinetsukaraMystery,select_1121_BinetsukaraMystery,1 +31001123,0,song_1123_BokutachihaHitotsunoHikari,play_1123_BokutachihaHitotsunoHikari,1 +32001123,0,song_1123_BokutachihaHitotsunoHikari,select_1123_BokutachihaHitotsunoHikari,1 +31001124,0,song_1124_BokurahaImanoNakade,play_1124_BokurahaImanoNakade,1 +32001124,0,song_1124_BokurahaImanoNakade,select_1124_BokurahaImanoNakade,1 +31001126,0,song_1126_YumenakiYumehaYumejyanai,play_1126_YumenakiYumehaYumejyanai,1 +32001126,0,song_1126_YumenakiYumehaYumejyanai,select_1126_YumenakiYumehaYumejyanai,1 +31001127,0,song_1127_YukinoReason,play_1127_YukinoReason,1 +32001127,0,song_1127_YukinoReason,select_1127_YukinoReason,1 +31001128,0,song_1128_YujoNoChange,play_1128_YujoNoChange,1 +32001128,0,song_1128_YujoNoChange,select_1128_YujoNoChange,1 +31001129,0,song_1129_ArashinoNakanoKoidakara,play_1129_ArashinoNakanoKoidakara,1 +32001129,0,song_1129_ArashinoNakanoKoidakara,select_1129_ArashinoNakanoKoidakara,1 +31001130,0,song_1130_KoinoSignalRinRinRin,play_1130_KoinoSignalRinRinRin,1 +32001130,0,song_1130_KoinoSignalRinRinRin,select_1130_KoinoSignalRinRinRin,1 +31001131,0,song_1131_StartDash,play_1131_StartDash,1 +31001132,0,song_1048_SnowHalation,play_1048_SnowHalation,224012901 +31001133,0,song_1124_BokurahaImanoNakade,play_1124_BokurahaImanoNakade,224012901 +31001134,0,song_1033_MusicStart,play_1033_MusicStart,224012901 +31001135,0,song_1095_YumenoTobira,play_1095_YumenoTobira,224012901 +31001136,0,song_1007_AngelicAngel,play_1007_AngelicAngel,224012901 +31001137,0,song_1022_HelloHoshiwoKazoete,play_1022_HelloHoshiwoKazoete,224012901 +31001138,0,song_1123_BokutachihaHitotsunoHikari,play_1123_BokutachihaHitotsunoHikari,224012901 +31001139,0,song_1041_PsychicFire,play_1041_PsychicFire,224012901 +31001140,0,song_1031_MomentRing,play_1031_MomentRing,224012901 +32001131,0,song_1131_StartDash,select_1131_StartDash,1 +32001132,0,song_1048_SnowHalation,select_1048_SnowHalation,224012901 +32001133,0,song_1124_BokurahaImanoNakade,select_1124_BokurahaImanoNakade,224012901 +32001134,0,song_1033_MusicStart,select_1033_MusicStart,224012901 +32001135,0,song_1095_YumenoTobira,select_1095_YumenoTobira,224012901 +32001136,0,song_1007_AngelicAngel,select_1007_AngelicAngel,224012901 +32001137,0,song_1022_HelloHoshiwoKazoete,select_1022_HelloHoshiwoKazoete,224012901 +32001138,0,song_1123_BokutachihaHitotsunoHikari,select_1123_BokutachihaHitotsunoHikari,224012901 +32001139,0,song_1041_PsychicFire,select_1041_PsychicFire,224012901 +32001140,0,song_1031_MomentRing,select_1031_MomentRing,224012901 +31002001,0,song_2001_CyazaleaKissDadandaaan,play_2001_CyazaleaKissDadandaaan,1 +32002001,0,song_2001_CyazaleaKissDadandaaan,select_2001_CyazaleaKissDadandaaan,1 +31002002,0,song_2002_SukiForYouDreamForYou,play_2002_SukiForYouDreamForYou,1 +32002002,0,song_2002_SukiForYouDreamForYou,select_2002_SukiForYouDreamForYou,1 +31002003,0,song_2003_NamidagaYukiniNarumaeni,play_2003_NamidagaYukiniNarumaeni,1 +32002003,0,song_2003_NamidagaYukiniNarumaeni,select_2003_NamidagaYukiniNarumaeni,1 +31002004,0,song_2004_AfterTheRain,play_2004_AfterTheRain,1 +32002004,0,song_2004_AfterTheRain,select_2004_AfterTheRain,1 +31002005,0,song_2005_JimoAiDash,play_2005_JimoAiDash,1 +32002005,0,song_2005_JimoAiDash,select_2005_JimoAiDash,1 +31002006,0,song_2006_LonelySnowPlanet,play_2006_LonelySnowPlanet,1 +32002006,0,song_2006_LonelySnowPlanet,select_2006_LonelySnowPlanet,1 +31002007,0,song_2007_PartyPartyPaPaPaParty,play_2007_PartyPartyPaPaPaParty,1 +32002007,0,song_2007_PartyPartyPaPaPaParty,select_2007_PartyPartyPaPaPaParty,1 +31002008,0,song_2008_NeverGivingUp,play_2008_NeverGivingUp,1 +32002008,0,song_2008_NeverGivingUp,select_2008_NeverGivingUp,1 +31002009,0,song_2009_KokoroMagicAtoZ,play_2009_KokoroMagicAtoZ,1 +32002009,0,song_2009_KokoroMagicAtoZ,select_2009_KokoroMagicAtoZ,1 +31002010,0,song_2010_KokoronoHaneyoKimiheTondeke,play_2010_KokoronoHaneyoKimiheTondeke,1 +32002010,0,song_2010_KokoronoHaneyoKimiheTondeke,select_2010_KokoronoHaneyoKimiheTondeke,1 +31002011,0,song_2011_TotsuzenGirl,play_2011_TotsuzenGirl,1 +32002011,0,song_2011_TotsuzenGirl,select_2011_TotsuzenGirl,1 +31002012,0,song_2012_PerfectSekai,play_2012_PerfectSekai,1 +32002012,0,song_2012_PerfectSekai,select_2012_PerfectSekai,1 +31002013,0,song_2013_AkogareRanRaran,play_2013_AkogareRanRaran,1 +32002013,0,song_2013_AkogareRanRaran,select_2013_AkogareRanRaran,1 +31002014,0,song_2014_Mottone,play_2014_Mottone,1 +32002014,0,song_2014_Mottone,select_2014_Mottone,1 +31002015,0,song_2015_KimochimoYumemoIsshodane,play_2015_KimochimoYumemoIsshodane,1 +32002015,0,song_2015_KimochimoYumemoIsshodane,select_2015_KimochimoYumemoIsshodane,1 +31002016,0,song_2016_1Star,play_2016_1Star,1 +32002016,0,song_2016_1Star,select_2016_1Star,1 +31002017,0,song_2017_RunKakeruRun,play_2017_RunKakeruRun,1 +32002017,0,song_2017_RunKakeruRun,select_2017_RunKakeruRun,1 +31002018,0,song_2018_TateHokoTsubasa,play_2018_TateHokoTsubasa,1 +32002018,0,song_2018_TateHokoTsubasa,select_2018_TateHokoTsubasa,1 +31002019,0,song_2019_Namidajanai,play_2019_Namidajanai,1 +32002019,0,song_2019_Namidajanai,select_2019_Namidajanai,1 +31002020,0,song_2020_YaKounryusui,play_2020_YaKounryusui,1 +32002020,0,song_2020_YaKounryusui,select_2020_YaKounryusui,1 +31002021,0,song_2021_NandodatteYakusoku,play_2021_NandodatteYakusoku,1 +32002021,0,song_2021_NandodatteYakusoku,select_2021_NandodatteYakusoku,1 +31002022,0,song_2022_PhoenixDance,play_2022_PhoenixDance,1 +32002022,0,song_2022_PhoenixDance,select_2022_PhoenixDance,1 +31002023,0,song_2023_WellGetTheNextDream,play_2023_WellGetTheNextDream,1 +32002023,0,song_2023_WellGetTheNextDream,select_2023_WellGetTheNextDream,1 +31002024,0,song_2024_DragonRiders,play_2024_DragonRiders,1 +32002024,0,song_2024_DragonRiders,select_2024_DragonRiders,1 +31002025,0,song_2025_Metamorphism,play_2025_Metamorphism,1 +32002025,0,song_2025_Metamorphism,select_2025_Metamorphism,1 +31002026,0,song_2026_WhistleOfRevolution,play_2026_WhistleOfRevolution,1 +32002026,0,song_2026_WhistleOfRevolution,select_2026_WhistleOfRevolution,1 +31002027,0,song_2027_OkawariHappyLife,play_2027_OkawariHappyLife,1 +32002027,0,song_2027_OkawariHappyLife,select_2027_OkawariHappyLife,1 +31002028,0,song_2028_LoveSpiralTower,play_2028_LoveSpiralTower,1 +32002028,0,song_2028_LoveSpiralTower,select_2028_LoveSpiralTower,1 +31002029,0,song_2029_AmazingTravelDna,play_2029_AmazingTravelDna,1 +32002029,0,song_2029_AmazingTravelDna,select_2029_AmazingTravelDna,1 +31002030,0,song_2030_AqoursPiratesDesire,play_2030_AqoursPiratesDesire,1 +32002030,0,song_2030_AqoursPiratesDesire,select_2030_AqoursPiratesDesire,1 +31002031,0,song_2031_DaydreamWarrior,play_2031_DaydreamWarrior,1 +32002031,0,song_2031_DaydreamWarrior,select_2031_DaydreamWarrior,1 +31002032,0,song_2032_GSenjonoCinderella,play_2032_GSenjonoCinderella,1 +32002032,0,song_2032_GSenjonoCinderella,select_2032_GSenjonoCinderella,1 +31002033,0,song_2033_ThrillingOneWay,play_2033_ThrillingOneWay,1 +32002033,0,song_2033_ThrillingOneWay,select_2033_ThrillingOneWay,1 +31002034,0,song_2034_TaiyowoOiKakero,play_2034_TaiyowoOiKakero,1 +32002034,0,song_2034_TaiyowoOiKakero,select_2034_TaiyowoOiKakero,1 +31002035,0,song_2035_HappyPartyTrain,play_2035_HappyPartyTrain,1 +32002035,0,song_2035_HappyPartyTrain,select_2035_HappyPartyTrain,1 +31002036,0,song_2036_HummingFriend,play_2036_HummingFriend,1 +32002036,0,song_2036_HummingFriend,select_2036_HummingFriend,1 +31002037,0,song_2037_SunshinePikkapikaOndo,play_2037_SunshinePikkapikaOndo,1 +32002037,0,song_2037_SunshinePikkapikaOndo,select_2037_SunshinePikkapikaOndo,1 +31002038,0,song_2038_LandingActionYeah,play_2038_LandingActionYeah,1 +32002038,0,song_2038_LandingActionYeah,select_2038_LandingActionYeah,1 +31002039,0,song_2039_KinmiraiHappyEnd,play_2039_KinmiraiHappyEnd,1 +32002039,0,song_2039_KinmiraiHappyEnd,select_2039_KinmiraiHappyEnd,1 +31002040,0,song_2040_Kowareyasuki,play_2040_Kowareyasuki,1 +32002040,0,song_2040_Kowareyasuki,select_2040_Kowareyasuki,1 +31002041,0,song_2041_SkyJourney,play_2041_SkyJourney,1 +32002041,0,song_2041_SkyJourney,select_2041_SkyJourney,1 +31002042,0,song_2042_ShojoIjonoKoigaShitai,play_2042_ShojoIjonoKoigaShitai,1 +32002042,0,song_2042_ShojoIjonoKoigaShitai,select_2042_ShojoIjonoKoigaShitai,1 +31002043,0,song_2043_GalaxyHideAndSeek,play_2043_GalaxyHideAndSeek,1 +32002043,0,song_2043_GalaxyHideAndSeek,select_2043_GalaxyHideAndSeek,1 +31002044,0,song_2044_MirainoBokurahaShitteruyo,play_2044_MirainoBokurahaShitteruyo,1 +32002044,0,song_2044_MirainoBokurahaShitteruyo,select_2044_MirainoBokurahaShitteruyo,1 +31002045,0,song_2045_YukihaDokoniKiminoMuneni,play_2045_YukihaDokoniKiminoMuneni,1 +32002045,0,song_2045_YukihaDokoniKiminoMuneni,select_2045_YukihaDokoniKiminoMuneni,1 +31002046,0,song_2046_MyMaiTonight,play_2046_MyMaiTonight,1 +32002046,0,song_2046_MyMaiTonight,select_2046_MyMaiTonight,1 +31002047,0,song_2047_ShadowGateToLove,play_2047_ShadowGateToLove,1 +32002047,0,song_2047_ShadowGateToLove,select_2047_ShadowGateToLove,1 +31002048,0,song_2048_NatsuhenoTobiraNeverEndVer,play_2048_NatsuhenoTobiraNeverEndVer,1 +32002048,0,song_2048_NatsuhenoTobiraNeverEndVer,select_2048_NatsuhenoTobiraNeverEndVer,1 +31002049,0,song_2049_ManatsuhaDarenoMono,play_2049_ManatsuhaDarenoMono,1 +32002049,0,song_2049_ManatsuhaDarenoMono,select_2049_ManatsuhaDarenoMono,1 +31002050,0,song_2050_JimoaiMantanSummerLife,play_2050_JimoaiMantanSummerLife,1 +32002050,0,song_2050_JimoaiMantanSummerLife,select_2050_JimoaiMantanSummerLife,1 +31002051,0,song_2051_NatsunoOwarinoAmaotoga,play_2051_NatsunoOwarinoAmaotoga,1 +32002051,0,song_2051_NatsunoOwarinoAmaotoga,select_2051_NatsunoOwarinoAmaotoga,1 +31002052,0,song_2052_MiracleWave,play_2052_MiracleWave,1 +32002052,0,song_2052_MiracleWave,select_2052_MiracleWave,1 +31002053,0,song_2053_AwakenThePower,play_2053_AwakenThePower,1 +32002053,0,song_2053_AwakenThePower,select_2053_AwakenThePower,1 +31002054,0,song_2054_OneMoreSunshineStory,play_2054_OneMoreSunshineStory,1 +32002054,0,song_2054_OneMoreSunshineStory,select_2054_OneMoreSunshineStory,1 +31002055,0,song_2055_WaterBlueNewWorld,play_2055_WaterBlueNewWorld,1 +32002055,0,song_2055_WaterBlueNewWorld,select_2055_WaterBlueNewWorld,1 +31002056,0,song_2056_WonderfulStories,play_2056_WonderfulStories,1 +32002056,0,song_2056_WonderfulStories,select_2056_WonderfulStories,1 +31002057,0,song_2057_Oyasuminasan,play_2057_Oyasuminasan,1 +32002057,0,song_2057_Oyasuminasan,select_2057_Oyasuminasan,1 +31002058,0,song_2058_KaigandorideMatteruyo,play_2058_KaigandorideMatteruyo,1 +32002058,0,song_2058_KaigandorideMatteruyo,select_2058_KaigandorideMatteruyo,1 +31002059,0,song_2059_KiminoHitomiwoMeguruBoken,play_2059_KiminoHitomiwoMeguruBoken,1 +32002059,0,song_2059_KiminoHitomiwoMeguruBoken,select_2059_KiminoHitomiwoMeguruBoken,1 +31002060,0,song_2060_InThisUnstableWorld,play_2060_InThisUnstableWorld,1 +32002060,0,song_2060_InThisUnstableWorld,select_2060_InThisUnstableWorld,1 +31002061,0,song_2061_PianoforteMonologue,play_2061_PianoforteMonologue,1 +32002061,0,song_2061_PianoforteMonologue,select_2061_PianoforteMonologue,1 +31002062,0,song_2062_BeginnersSailing,play_2062_BeginnersSailing,1 +32002062,0,song_2062_BeginnersSailing,select_2062_BeginnersSailing,1 +31002063,0,song_2063_RedGemWink,play_2063_RedGemWink,1 +32002063,0,song_2063_RedGemWink,select_2063_RedGemWink,1 +31002064,0,song_2064_WhiteFirstLove,play_2064_WhiteFirstLove,1 +32002064,0,song_2064_WhiteFirstLove,select_2064_WhiteFirstLove,1 +31002065,0,song_2065_InnocentBird,play_2065_InnocentBird,1 +32002065,0,song_2065_InnocentBird,select_2065_InnocentBird,1 +31002066,0,song_2066_NewWindingRoad,play_2066_NewWindingRoad,1 +32002066,0,song_2066_NewWindingRoad,select_2066_NewWindingRoad,1 +31002067,0,song_2067_Sakanakanandaka,play_2067_Sakanakanandaka,1 +32002067,0,song_2067_Sakanakanandaka,select_2067_Sakanakanandaka,1 +31002068,0,song_2068_Kisekihikaru,play_2068_Kisekihikaru,1 +32002068,0,song_2068_Kisekihikaru,select_2068_Kisekihikaru,1 +31002069,0,song_2069_HopStepYippee,play_2069_HopStepYippee,1 +32002069,0,song_2069_HopStepYippee,select_2069_HopStepYippee,1 +31002070,0,song_2070_GuiltyEyesFever,play_2070_GuiltyEyesFever,1 +32002070,0,song_2070_GuiltyEyesFever,select_2070_GuiltyEyesFever,1 +31002071,0,song_2071_SelfControl,play_2071_SelfControl,1 +32002071,0,song_2071_SelfControl,select_2071_SelfControl,1 +31002072,0,song_2072_ThankYouFriends,play_2072_ThankYouFriends,1 +32002072,0,song_2072_ThankYouFriends,select_2072_ThankYouFriends,1 +31002073,0,song_2073_CrashMind,play_2073_CrashMind,1 +32002073,0,song_2073_CrashMind,select_2073_CrashMind,1 +31002074,0,song_2074_Dropout,play_2074_Dropout,1 +32002074,0,song_2074_Dropout,select_2074_Dropout,1 +31002075,0,song_2075_PSnoMukougawa,play_2075_PSnoMukougawa,1 +32002075,0,song_2075_PSnoMukougawa,select_2075_PSnoMukougawa,1 +31002076,0,song_2076_MyListToYou,play_2076_MyListToYou,1 +32002076,0,song_2076_MyListToYou,select_2076_MyListToYou,1 +31002077,0,song_2077_HajimariRoad,play_2077_HajimariRoad,1 +32002077,0,song_2077_HajimariRoad,select_2077_HajimariRoad,1 +31002078,0,song_2078_MarineBorderParasol,play_2078_MarineBorderParasol,1 +32002078,0,song_2078_MarineBorderParasol,select_2078_MarineBorderParasol,1 +31002079,0,song_2079_YosokuFukanoDriving,play_2079_YosokuFukanoDriving,1 +32002079,0,song_2079_YosokuFukanoDriving,select_2079_YosokuFukanoDriving,1 +31002080,0,song_2080_LonelyTuning,play_2080_LonelyTuning,1 +32002080,0,song_2080_LonelyTuning,select_2080_LonelyTuning,1 +31002081,0,song_2081_HopStopNonstop,play_2081_HopStopNonstop,1 +32002081,0,song_2081_HopStopNonstop,select_2081_HopStopNonstop,1 +31002082,0,song_2082_TosoMeisoMobiusLoop,play_2082_TosoMeisoMobiusLoop,1 +32002082,0,song_2082_TosoMeisoMobiusLoop,select_2082_TosoMeisoMobiusLoop,1 +31002083,0,song_2083_BokuranoHashittekitaMichiha,play_2083_BokuranoHashittekitaMichiha,1 +32002083,0,song_2083_BokuranoHashittekitaMichiha,select_2083_BokuranoHashittekitaMichiha,1 +31002084,0,song_2084_NextSparkling,play_2084_NextSparkling,1 +32002084,0,song_2084_NextSparkling,select_2084_NextSparkling,1 +31002086,0,song_2086_StepZeroToOne,play_2086_StepZeroToOne,1 +32002086,0,song_2086_StepZeroToOne,select_2086_StepZeroToOne,1 +31002087,0,song_2087_AqoursHeroes,play_2087_AqoursHeroes,1 +32002087,0,song_2087_AqoursHeroes,select_2087_AqoursHeroes,1 +31002088,0,song_2088_KoiniNaritaiAquarium,play_2088_KoiniNaritaiAquarium,1 +32002088,0,song_2088_KoiniNaritaiAquarium,select_2088_KoiniNaritaiAquarium,1 +31002089,0,song_2089_GenkiZenkaiDayDayDay,play_2089_GenkiZenkaiDayDayDay,1 +32002089,0,song_2089_GenkiZenkaiDayDayDay,select_2089_GenkiZenkaiDayDayDay,1 +31002090,0,song_2090_MatteteAinoUta,play_2090_MatteteAinoUta,1 +32002090,0,song_2090_MatteteAinoUta,select_2090_MatteteAinoUta,1 +31002091,0,song_2091_TorikorikoPlease,play_2091_TorikorikoPlease,1 +32002091,0,song_2091_TorikorikoPlease,select_2091_TorikorikoPlease,1 +31002092,0,song_2092_YozorahaNandemoShitteruno,play_2092_YozorahaNandemoShitteruno,1 +32002092,0,song_2092_YozorahaNandemoShitteruno,select_2092_YozorahaNandemoShitteruno,1 +31002093,0,song_2093_TodokanaiHoshidatoshitemo,play_2093_TodokanaiHoshidatoshitemo,1 +32002093,0,song_2093_TodokanaiHoshidatoshitemo,select_2093_TodokanaiHoshidatoshitemo,1 +31002094,0,song_2094_StrawberryTrapper,play_2094_StrawberryTrapper,1 +32002094,0,song_2094_StrawberryTrapper,select_2094_StrawberryTrapper,1 +31002095,0,song_2095_KimetayoHandInHand,play_2095_KimetayoHandInHand,1 +32002095,0,song_2095_KimetayoHandInHand,select_2095_KimetayoHandInHand,1 +31002096,0,song_2096_AozoraJumpingHeart,play_2096_AozoraJumpingHeart,1 +32002096,0,song_2096_AozoraJumpingHeart,select_2096_AozoraJumpingHeart,1 +31002097,0,song_2097_DaisukiDattaraDaijoubu,play_2097_DaisukiDattaraDaijoubu,1 +32002097,0,song_2097_DaisukiDattaraDaijoubu,select_2097_DaisukiDattaraDaijoubu,1 +31002098,0,song_2098_YumeKataruyoriYumeUtaou,play_2098_YumeKataruyoriYumeUtaou,1 +32002098,0,song_2098_YumeKataruyoriYumeUtaou,select_2098_YumeKataruyoriYumeUtaou,1 +31002099,0,song_2099_TokimekiBunruigaku,play_2099_TokimekiBunruigaku,1 +32002099,0,song_2099_TokimekiBunruigaku,select_2099_TokimekiBunruigaku,1 +31002100,0,song_2100_YumedeYozorawoTerashitai,play_2100_YumedeYozorawoTerashitai,1 +32002100,0,song_2100_YumedeYozorawoTerashitai,select_2100_YumedeYozorawoTerashitai,1 +31002101,0,song_2101_MijukuDreamer,play_2101_MijukuDreamer,1 +32002101,0,song_2101_MijukuDreamer,select_2101_MijukuDreamer,1 +31002102,0,song_2102_OmoiyoHitotsuninare,play_2102_OmoiyoHitotsuninare,1 +32002102,0,song_2102_OmoiyoHitotsuninare,select_2102_OmoiyoHitotsuninare,1 +31002103,0,song_2103_PopsHeartdeOdorundamon,play_2103_PopsHeartdeOdorundamon,1 +32002103,0,song_2103_PopsHeartdeOdorundamon,select_2103_PopsHeartdeOdorundamon,1 +31002104,0,song_2104_MiraiTicket,play_2104_MiraiTicket,1 +32002104,0,song_2104_MiraiTicket,select_2104_MiraiTicket,1 +31002105,0,song_2105_GuiltyNightGuiltyKiss,play_2105_GuiltyNightGuiltyKiss,1 +32002105,0,song_2105_GuiltyNightGuiltyKiss,select_2105_GuiltyNightGuiltyKiss,1 +31002106,0,song_2106_SoramoKokoromoHarerukara,play_2106_SoramoKokoromoHarerukara,1 +32002106,0,song_2106_SoramoKokoromoHarerukara,select_2106_SoramoKokoromoHarerukara,1 +31002107,0,song_2107_JingleBellsgaTomaranai,play_2107_JingleBellsgaTomaranai,1 +32002107,0,song_2107_JingleBellsgaTomaranai,select_2107_JingleBellsgaTomaranai,1 +31002108,0,song_2108_SeinaruHinoInori,play_2108_SeinaruHinoInori,1 +32002108,0,song_2108_SeinaruHinoInori,select_2108_SeinaruHinoInori,1 +31002109,0,song_2109_WakuWakuWeek,play_2109_WakuWakuWeek,1 +32002109,0,song_2109_WakuWakuWeek,select_2109_WakuWakuWeek,1 +31002111,0,song_2111_BelieveAgain,play_2111_BelieveAgain,1 +32002111,0,song_2111_BelieveAgain,select_2111_BelieveAgain,1 +31002112,0,song_2112_OverTheNextRainbow,play_2112_OverTheNextRainbow,1 +32002112,0,song_2112_OverTheNextRainbow,select_2112_OverTheNextRainbow,1 +31002113,0,song_2113_SakuraByeBye,play_2113_SakuraByeBye,1 +32002113,0,song_2113_SakuraByeBye,select_2113_SakuraByeBye,1 +31002114,0,song_2114_No10,play_2114_No10,1 +32002114,0,song_2114_No10,select_2114_No10,1 +31002115,0,song_2115_JumpUpHigh,play_2115_JumpUpHigh,1 +32002115,0,song_2115_JumpUpHigh,select_2115_JumpUpHigh,1 +31002116,0,song_2116_BoukenTypeABC,play_2116_BoukenTypeABC,1 +32002116,0,song_2116_BoukenTypeABC,select_2116_BoukenTypeABC,1 +31002117,0,song_2117_SotsugyoDesune,play_2117_SotsugyoDesune,1 +32002117,0,song_2117_SotsugyoDesune,select_2117_SotsugyoDesune,1 +31002118,0,song_2118_DeepResonance,play_2118_DeepResonance,1 +32002118,0,song_2118_DeepResonance,select_2118_DeepResonance,1 +31002119,0,song_2119_MitaikenHorizon,play_2119_MitaikenHorizon,1 +32002119,0,song_2119_MitaikenHorizon,select_2119_MitaikenHorizon,1 +31002120,0,song_2120_GuiltyFarewellParty,play_2120_GuiltyFarewellParty,1 +32002120,0,song_2120_GuiltyFarewellParty,select_2120_GuiltyFarewellParty,1 +31002121,0,song_2121_NewRomanticSailors,play_2121_NewRomanticSailors,1 +32002121,0,song_2121_NewRomanticSailors,select_2121_NewRomanticSailors,1 +31002122,0,song_2122_BraveheartCoaster,play_2122_BraveheartCoaster,1 +32002122,0,song_2122_BraveheartCoaster,select_2122_BraveheartCoaster,1 +31002123,0,song_2123_DanceWithMinotaurus,play_2123_DanceWithMinotaurus,1 +32002123,0,song_2123_DanceWithMinotaurus,select_2123_DanceWithMinotaurus,1 +31002124,0,song_2124_IngITry,play_2124_IngITry,1 +32002124,0,song_2124_IngITry,select_2124_IngITry,1 +31002125,0,song_2125_LovePulsar,play_2125_LovePulsar,1 +32002125,0,song_2125_LovePulsar,select_2125_LovePulsar,1 +31002126,0,song_2126_Changeless,play_2126_Changeless,1 +32002126,0,song_2126_Changeless,select_2126_Changeless,1 +31002127,0,song_2127_KuchuRenairon,play_2127_KuchuRenairon,1 +32002127,0,song_2127_KuchuRenairon,select_2127_KuchuRenairon,1 +31002128,0,song_2128_PhantomRocketAdventure,play_2128_PhantomRocketAdventure,1 +32002128,0,song_2128_PhantomRocketAdventure,select_2128_PhantomRocketAdventure,1 +31002129,0,song_2129_KodokuTeleport,play_2129_KodokuTeleport,1 +32002129,0,song_2129_KodokuTeleport,select_2129_KodokuTeleport,1 +31002130,0,song_2130_FantasticDeparture,play_2130_FantasticDeparture,1 +32002130,0,song_2130_FantasticDeparture,select_2130_FantasticDeparture,1 +31002131,0,song_2131_MazeSekai,play_2131_MazeSekai,1 +32002131,0,song_2131_MazeSekai,select_2131_MazeSekai,1 +31002132,0,song_2132_DazzlingWhiteTown,play_2132_DazzlingWhiteTown,1 +32002132,0,song_2132_DazzlingWhiteTown,select_2132_DazzlingWhiteTown,1 +31002133,0,song_2133_SmileSmileShipStart,play_2133_SmileSmileShipStart,1 +32002133,0,song_2133_SmileSmileShipStart,select_2133_SmileSmileShipStart,1 +31002134,0,song_2134_MistyFrostyLove,play_2134_MistyFrostyLove,1 +32002134,0,song_2134_MistyFrostyLove,select_2134_MistyFrostyLove,1 +31002135,0,song_2135_FutureFlight,play_2135_FutureFlight,1 +32002135,0,song_2135_FutureFlight,select_2135_FutureFlight,1 +31002136,0,song_2136_CottonCandyEieioh,play_2136_CottonCandyEieioh,1 +32002136,0,song_2136_CottonCandyEieioh,select_2136_CottonCandyEieioh,1 +31002137,0,song_2137_PurePhrase,play_2137_PurePhrase,1 +32002137,0,song_2137_PurePhrase,select_2137_PurePhrase,1 +31002138,0,song_2138_WakeUpChallenger,play_2138_WakeUpChallenger,1 +32002138,0,song_2138_WakeUpChallenger,select_2138_WakeUpChallenger,1 +31002142,0,song_2142_KiminoKokorohaKagayaiterukai,play_2142_KiminoKokorohaKagayaiterukai,1 +32002142,0,song_2142_KiminoKokorohaKagayaiterukai,select_2142_KiminoKokorohaKagayaiterukai,1 +31002143,0,song_2143_BANZAIDigitalTrippers,play_2143_BANZAIDigitalTrippers,1 +32002143,0,song_2143_BANZAIDigitalTrippers,select_2143_BANZAIDigitalTrippers,1 +31002144,0,song_2144_DeepSeaCocoon,play_2144_DeepSeaCocoon,1 +32002144,0,song_2144_DeepSeaCocoon,select_2144_DeepSeaCocoon,1 +31002145,0,song_2145_DreamyColor,play_2145_DreamyColor,1 +32002145,0,song_2145_DreamyColor,select_2145_DreamyColor,1 +31002146,0,song_2146_Ku-Ru-Ku-RuCruller,play_2146_Ku-Ru-Ku-RuCruller,1 +32002146,0,song_2146_Ku-Ru-Ku-RuCruller,select_2146_Ku-Ru-Ku-RuCruller,1 +31002147,0,song_2147_LiveWithASmileAqoursVer,play_2147_LiveWithASmileAqoursVer,1 +32002147,0,song_2147_LiveWithASmileAqoursVer,select_2147_LiveWithASmileAqoursVer,1 +31002148,0,song_2148_Motto-ZuttoBeWithYou,play_2148_Motto-ZuttoBeWithYou,1 +32002148,0,song_2148_Motto-ZuttoBeWithYou,select_2148_Motto-ZuttoBeWithYou,1 +31002149,0,song_2149_NamelessLoveSong,play_2149_NamelessLoveSong,1 +32002149,0,song_2149_NamelessLoveSong,select_2149_NamelessLoveSong,1 +31002150,0,song_2150_NotAloneNotHitori,play_2150_NotAloneNotHitori,1 +32002150,0,song_2150_NotAloneNotHitori,select_2150_NotAloneNotHitori,1 +31002151,0,song_2151_ShinyRacers,play_2151_ShinyRacers,1 +32002151,0,song_2151_ShinyRacers,select_2151_ShinyRacers,1 +31002152,0,song_2152_ShootingStarWarrior,play_2152_ShootingStarWarrior,1 +32002152,0,song_2152_ShootingStarWarrior,select_2152_ShootingStarWarrior,1 +31002153,0,song_2153_AruhiEienMitaini,play_2153_AruhiEienMitaini,1 +32002153,0,song_2153_AruhiEienMitaini,select_2153_AruhiEienMitaini,1 +31002154,0,song_2154_YumetoMiraideMugendai,play_2154_YumetoMiraideMugendai,1 +32002154,0,song_2154_YumetoMiraideMugendai,select_2154_YumetoMiraideMugendai,1 +31002156,0,song_2156_KAGAYAKIRARIRA,play_2156_KAGAYAKIRARIRA,1 +32002156,0,song_2156_KAGAYAKIRARIRA,select_2156_KAGAYAKIRARIRA,1 +31002157,0,song_2157_ParadiseChime,play_2157_ParadiseChime,1 +32002157,0,song_2157_ParadiseChime,select_2157_ParadiseChime,1 +31002158,0,song_2158_LoveIsAlliSingLoveIsAll,play_2158_LoveIsAlliSingLoveIsAll,1 +32002158,0,song_2158_LoveIsAlliSingLoveIsAll,select_2158_LoveIsAlliSingLoveIsAll,1 +31002159,0,song_2159_MeiMeiTanteiJohannes,play_2159_MeiMeiTanteiJohannes,1 +32002159,0,song_2159_MeiMeiTanteiJohannes,select_2159_MeiMeiTanteiJohannes,1 +31002160,0,song_2160_NamiotoRefrain,play_2160_NamiotoRefrain,1 +32002160,0,song_2160_NamiotoRefrain,select_2160_NamiotoRefrain,1 +31002161,0,song_2161_MinamoniPiano,play_2161_MinamoniPiano,1 +32002161,0,song_2161_MinamoniPiano,select_2161_MinamoniPiano,1 +31002162,0,song_2162_Aikotoba,play_2162_Aikotoba,1 +32002162,0,song_2162_Aikotoba,select_2162_Aikotoba,1 +31002163,0,song_2163_GemstoneDEAI,play_2163_GemstoneDEAI,1 +32002163,0,song_2163_GemstoneDEAI,select_2163_GemstoneDEAI,1 +31002164,0,song_2164_Waaiwaiwaiwaiwaiwai,play_2164_Waaiwaiwaiwaiwaiwai,1 +32002164,0,song_2164_Waaiwaiwaiwaiwaiwai,select_2164_Waaiwaiwaiwaiwaiwai,1 +31002165,0,song_2165_BrightestMelody,play_2165_BrightestMelody,1 +32002165,0,song_2165_BrightestMelody,select_2165_BrightestMelody,1 +31002166,0,song_2166_Pu,play_2166_Pu,223061105 +32002166,0,song_2166_Pu,select_2166_Pu,223061105 +31002167,0,song_2167_Se,play_2167_Se,223071001 +32002167,0,song_2167_Se,select_2167_Se,223071001 +31002168,0,song_2168_Ts,play_2168_Ts,223071001 +32002168,0,song_2168_Ts,select_2168_Ts,223071001 +31002169,0,song_2169_Um,play_2169_Um,223100303 +32002169,0,song_2169_Um,select_2169_Um,223100303 +31002170,0,song_2170_Ma,play_2170_Ma,223100303 +32002170,0,song_2170_Ma,select_2170_Ma,223100303 +31002171,0,song_2171_Ma,play_2171_Ma,223100303 +32002171,0,song_2171_Ma,select_2171_Ma,223100303 +31002172,0,song_2172_Fabotage,play_2172_Fabotage,1 +32002172,0,song_2172_Fabotage,select_2172_Fabotage,1 +31002173,0,song_2173_SoramoKokoromoHarerukara9PersonVersion,play_2173_SoramoKokoromoHarerukara9PersonVersion,1 +32002173,0,song_2173_SoramoKokoromoHarerukara9PersonVersion,select_2173_SoramoKokoromoHarerukara9PersonVersion,1 +31002174,0,song_2174_OmoiyoHitotsuninare9PersonVersion,play_2174_OmoiyoHitotsuninare9PersonVersion,1 +32002174,0,song_2174_OmoiyoHitotsuninare9PersonVersion,select_2174_OmoiyoHitotsuninare9PersonVersion,1 +31002175,0,song_2175_So,play_2175_So,223100303 +31002176,0,song_2088_KoiniNaritaiAquarium,play_2088_KoiniNaritaiAquarium,224012901 +31002177,0,song_2094_StrawberryTrapper,play_2094_StrawberryTrapper,224012901 +31002178,0,song_2096_AozoraJumpingHeart,play_2096_AozoraJumpingHeart,224012901 +31002179,0,song_2107_JingleBellsgaTomaranai,play_2107_JingleBellsgaTomaranai,224012901 +31002180,0,song_2035_HappyPartyTrain,play_2035_HappyPartyTrain,224012901 +31002181,0,song_2044_MirainoBokurahaShitteruyo,play_2044_MirainoBokurahaShitteruyo,224012901 +32002175,0,song_2175_So,select_2175_So,223100303 +32002176,0,song_2088_KoiniNaritaiAquarium,select_2088_KoiniNaritaiAquarium,224012901 +32002177,0,song_2094_StrawberryTrapper,select_2094_StrawberryTrapper,224012901 +32002178,0,song_2096_AozoraJumpingHeart,select_2096_AozoraJumpingHeart,224012901 +32002179,0,song_2107_JingleBellsgaTomaranai,select_2107_JingleBellsgaTomaranai,224012901 +32002180,0,song_2035_HappyPartyTrain,select_2035_HappyPartyTrain,224012901 +32002181,0,song_2044_MirainoBokurahaShitteruyo,select_2044_MirainoBokurahaShitteruyo,224012901 +31003001,0,song_3001_AionNoUta,play_3001_AionNoUta,1 +32003001,0,song_3001_AionNoUta,select_3001_AionNoUta,1 +31003002,0,song_3002_ZensokuDreamer,play_3002_ZensokuDreamer,1 +32003002,0,song_3002_ZensokuDreamer,select_3002_ZensokuDreamer,1 +31003003,0,song_3003_JustBelieve,play_3003_JustBelieve,1 +32003003,0,song_3003_JustBelieve,select_3003_JustBelieve,1 +31003004,0,song_3004_FireBird,play_3004_FireBird,1 +32003004,0,song_3004_FireBird,select_3004_FireBird,1 +31003005,0,song_3005_MarchenStar,play_3005_MarchenStar,1 +32003005,0,song_3005_MarchenStar,select_3005_MarchenStar,1 +31003006,0,song_3006_Swinging,play_3006_Swinging,1 +32003006,0,song_3006_Swinging,select_3006_Swinging,1 +31003007,0,song_3007_NotSad,play_3007_NotSad,1 +32003007,0,song_3007_NotSad,select_3007_NotSad,1 +31003008,0,song_3008_AnalogHeart,play_3008_AnalogHeart,1 +32003008,0,song_3008_AnalogHeart,select_3008_AnalogHeart,1 +31003009,0,song_3009_ImStill,play_3009_ImStill,1 +32003009,0,song_3009_ImStill,select_3009_ImStill,1 +31003010,0,song_3010_Queendom,play_3010_Queendom,1 +32003010,0,song_3010_Queendom,select_3010_Queendom,1 +31003011,0,song_3011_SayGoodByeNamida,play_3011_SayGoodByeNamida,1 +32003011,0,song_3011_SayGoodByeNamida,select_3011_SayGoodByeNamida,1 +31003012,0,song_3012_Margaret,play_3012_Margaret,1 +32003012,0,song_3012_Margaret,select_3012_Margaret,1 +31003013,0,song_3013_LikeItLoveIt,play_3013_LikeItLoveIt,1 +32003013,0,song_3013_LikeItLoveIt,select_3013_LikeItLoveIt,1 +31003014,0,song_3014_FolkloreKankinoUta,play_3014_FolkloreKankinoUta,1 +32003014,0,song_3014_FolkloreKankinoUta,select_3014_FolkloreKankinoUta,1 +31003015,0,song_3015_MutekikyuBeliever,play_3015_MutekikyuBeliever,1 +32003015,0,song_3015_MutekikyuBeliever,select_3015_MutekikyuBeliever,1 +31003016,0,song_3016_MonsterGirls,play_3016_MonsterGirls,1 +32003016,0,song_3016_MonsterGirls,select_3016_MonsterGirls,1 +31003017,0,song_3017_Audrey,play_3017_Audrey,1 +32003017,0,song_3017_Audrey,select_3017_Audrey,1 +31003018,0,song_3018_SilentBlaze,play_3018_SilentBlaze,1 +32003018,0,song_3018_SilentBlaze,select_3018_SilentBlaze,1 +31003019,0,song_3019_SweetEyes,play_3019_SweetEyes,1 +32003019,0,song_3019_SweetEyes,select_3019_SweetEyes,1 +31003020,0,song_3020_EiEisa,play_3020_EiEisa,1 +32003020,0,song_3020_EiEisa,select_3020_EiEisa,1 +31003021,0,song_3021_YeMingzhu,play_3021_YeMingzhu,1 +32003021,0,song_3021_YeMingzhu,select_3021_YeMingzhu,1 +31003022,0,song_3022_BreakTheSystem,play_3022_BreakTheSystem,1 +32003022,0,song_3022_BreakTheSystem,select_3022_BreakTheSystem,1 +31003023,0,song_3023_DiabolicMulier,play_3023_DiabolicMulier,1 +32003023,0,song_3023_DiabolicMulier,select_3023_DiabolicMulier,1 +31003024,0,song_3024_FirstLoveAgain,play_3024_FirstLoveAgain,1 +32003024,0,song_3024_FirstLoveAgain,select_3024_FirstLoveAgain,1 +31003025,0,song_3025_ToyDoll,play_3025_ToyDoll,1 +32003025,0,song_3025_ToyDoll,select_3025_ToyDoll,1 +31003026,0,song_3026_Concentrate,play_3026_Concentrate,1 +32003026,0,song_3026_Concentrate,select_3026_Concentrate,1 +31003027,0,song_3027_Yada,play_3027_Yada,1 +32003027,0,song_3027_Yada,select_3027_Yada,1 +31003028,0,song_3028_TurnItUp,play_3028_TurnItUp,1 +32003028,0,song_3028_TurnItUp,select_3028_TurnItUp,1 +31003029,0,song_3029_ItsudatteForYou,play_3029_ItsudatteForYou,1 +32003029,0,song_3029_ItsudatteForYou,select_3029_ItsudatteForYou,1 +31003030,0,song_3030_ToBeYourself,play_3030_ToBeYourself,1 +32003030,0,song_3030_ToBeYourself,select_3030_ToBeYourself,1 +31003031,0,song_3031_TheSecretNight,play_3031_TheSecretNight,1 +32003031,0,song_3031_TheSecretNight,select_3031_TheSecretNight,1 +31003032,0,song_3032_FlyIntoTheSky,play_3032_FlyIntoTheSky,1 +32003032,0,song_3032_FlyIntoTheSky,select_3032_FlyIntoTheSky,1 +31003034,0,song_3034_Wonderland,play_3034_Wonderland,1 +32003034,0,song_3034_Wonderland,select_3034_Wonderland,1 +31003035,0,song_3035_AwakeningPromise,play_3035_AwakeningPromise,1 +32003035,0,song_3035_AwakeningPromise,select_3035_AwakeningPromise,1 +31003036,0,song_3036_BeautifulMoonlight,play_3036_BeautifulMoonlight,1 +32003036,0,song_3036_BeautifulMoonlight,select_3036_BeautifulMoonlight,1 +31003037,0,song_3037_Butterfly,play_3037_Butterfly,1 +32003037,0,song_3037_Butterfly,select_3037_Butterfly,1 +31003038,0,song_3038_Chase,play_3038_Chase,1 +32003038,0,song_3038_Chase,select_3038_Chase,1 +31003039,0,song_3039_CheerForYou,play_3039_CheerForYou,1 +32003039,0,song_3039_CheerForYou,select_3039_CheerForYou,1 +31003040,0,song_3040_Dive,play_3040_Dive,1 +32003040,0,song_3040_Dive,select_3040_Dive,1 +31003041,0,song_3041_DreamLandDreamWorld,play_3041_DreamLandDreamWorld,1 +32003041,0,song_3041_DreamLandDreamWorld,select_3041_DreamLandDreamWorld,1 +31003042,0,song_3042_DreamWithYou,play_3042_DreamWithYou,1 +32003042,0,song_3042_DreamWithYou,select_3042_DreamWithYou,1 +31003043,0,song_3043_Evergreen,play_3043_Evergreen,1 +32003043,0,song_3043_Evergreen,select_3043_Evergreen,1 +31003044,0,song_3044_LLLLoveTheLifeWeLive,play_3044_LLLLoveTheLifeWeLive,1 +32003044,0,song_3044_LLLLoveTheLifeWeLive,select_3044_LLLLoveTheLifeWeLive,1 +31003045,0,song_3045_LaBellaPatria,play_3045_LaBellaPatria,1 +32003045,0,song_3045_LaBellaPatria,select_3045_LaBellaPatria,1 +31003046,0,song_3046_LoveTriangle,play_3046_LoveTriangle,1 +32003046,0,song_3046_LoveTriangle,select_3046_LoveTriangle,1 +31003047,0,song_3047_LoveUMyFriends,play_3047_LoveUMyFriends,1 +32003047,0,song_3047_LoveUMyFriends,select_3047_LoveUMyFriends,1 +31003048,0,song_3048_MazeTown,play_3048_MazeTown,1 +32003048,0,song_3048_MazeTown,select_3048_MazeTown,1 +31003049,0,song_3049_Melody,play_3049_Melody,1 +32003049,0,song_3049_Melody,select_3049_Melody,1 +31003050,0,song_3050_MyOwnFairyTale,play_3050_MyOwnFairyTale,1 +32003050,0,song_3050_MyOwnFairyTale,select_3050_MyOwnFairyTale,1 +31003051,0,song_3051_NeoSkyNeoMap,play_3051_NeoSkyNeoMap,1 +32003051,0,song_3051_NeoSkyNeoMap,select_3051_NeoSkyNeoMap,1 +31003052,0,song_3052_PoppinUp,play_3052_PoppinUp,1 +32003052,0,song_3052_PoppinUp,select_3052_PoppinUp,1 +31003053,0,song_3053_SingSmile,play_3053_SingSmile,1 +32003053,0,song_3053_SingSmile,select_3053_SingSmile,1 +31003054,0,song_3054_SolitudeRain,play_3054_SolitudeRain,1 +32003054,0,song_3054_SolitudeRain,select_3054_SolitudeRain,1 +31003055,0,song_3055_YumehenoIppo,play_3055_YumehenoIppo,1 +32003055,0,song_3055_YumehenoIppo,select_3055_YumehenoIppo,1 +31003056,0,song_3056_Diamond,play_3056_Diamond,1 +32003056,0,song_3056_Diamond,select_3056_Diamond,1 +31003057,0,song_3057_AnatanoRisounoHeroine,play_3057_AnatanoRisounoHeroine,1 +32003057,0,song_3057_AnatanoRisounoHeroine,select_3057_AnatanoRisounoHeroine,1 +31003058,0,song_3058_Starlight,play_3058_Starlight,1 +32003058,0,song_3058_Starlight,select_3058_Starlight,1 +31003059,0,song_3059_MecchaGoing,play_3059_MecchaGoing,1 +32003059,0,song_3059_MecchaGoing,select_3059_MecchaGoing,1 +31003060,0,song_3060_NemureruMoriniIkitaina,play_3060_NemureruMoriniIkitaina,1 +32003060,0,song_3060_NemureruMoriniIkitaina,select_3060_NemureruMoriniIkitaina,1 +31003061,0,song_3061_DokipipoEmotion,play_3061_DokipipoEmotion,1 +32003061,0,song_3061_DokipipoEmotion,select_3061_DokipipoEmotion,1 +31003062,0,song_3062_NijiiroPassions,play_3062_NijiiroPassions,1 +32003062,0,song_3062_NijiiroPassions,select_3062_NijiiroPassions,1 +31003063,0,song_3063_Wish,play_3063_Wish,1 +32003063,0,song_3063_Wish,select_3063_Wish,1 +31003064,0,song_3064_AoiKanaria,play_3064_AoiKanaria,1 +32003064,0,song_3064_AoiKanaria,select_3064_AoiKanaria,1 +31003065,0,song_3065_YumegaKokokaraHajimaruyo,play_3065_YumegaKokokaraHajimaruyo,1 +32003065,0,song_3065_YumegaKokokaraHajimaruyo,select_3065_YumegaKokokaraHajimaruyo,1 +31003066,0,song_3066_VividWorld,play_3066_VividWorld,1 +32003066,0,song_3066_VividWorld,select_3066_VividWorld,1 +31003067,0,song_3067_SaikoHeart,play_3067_SaikoHeart,1 +32003067,0,song_3067_SaikoHeart,select_3067_SaikoHeart,1 +31003068,0,song_3068_TsunagaruConnect,play_3068_TsunagaruConnect,1 +32003068,0,song_3068_TsunagaruConnect,select_3068_TsunagaruConnect,1 +31003069,0,song_3069_YagateHitotsunoMonogatari,play_3069_YagateHitotsunoMonogatari,1 +32003069,0,song_3069_YagateHitotsunoMonogatari,select_3069_YagateHitotsunoMonogatari,1 +31003070,0,song_3070_TanoshiinoTensai,play_3070_TanoshiinoTensai,1 +32003070,0,song_3070_TanoshiinoTensai,select_3070_TanoshiinoTensai,1 +31003071,0,song_3071_KetsuinoHikari,play_3071_KetsuinoHikari,1 +32003071,0,song_3071_KetsuinoHikari,select_3071_KetsuinoHikari,1 +31003072,0,song_3072_MiraiHarmony,play_3072_MiraiHarmony,1 +32003072,0,song_3072_MiraiHarmony,select_3072_MiraiHarmony,1 +31003073,0,song_3073_SuperNova,play_3073_SuperNova,1 +32003073,0,song_3073_SuperNova,select_3073_SuperNova,1 +31003074,0,song_3074_KaikaSengen,play_3074_KaikaSengen,1 +32003074,0,song_3074_KaikaSengen,select_3074_KaikaSengen,1 +31003075,0,song_3075_YuAndAi,play_3075_YuAndAi,1 +32003075,0,song_3075_YuAndAi,select_3075_YuAndAi,1 +31003076,0,song_3076_KoeTsunagouyo,play_3076_KoeTsunagouyo,1 +32003076,0,song_3076_KoeTsunagouyo,select_3076_KoeTsunagouyo,1 +31003077,0,song_3077_TeleTelepathy,play_3077_TeleTelepathy,1 +32003077,0,song_3077_TeleTelepathy,select_3077_TeleTelepathy,1 +31003078,0,song_3078_TokimekiRunners,play_3078_TokimekiRunners,1 +32003078,0,song_3078_TokimekiRunners,select_3078_TokimekiRunners,1 +31003079,0,song_3079_MiracleStayTune,play_3079_MiracleStayTune,1 +32003079,0,song_3079_MiracleStayTune,select_3079_MiracleStayTune,1 +31003080,0,song_3080_ColorfulDreamsColorfulSmiles,play_3080_ColorfulDreamsColorfulSmiles,1 +32003080,0,song_3080_ColorfulDreamsColorfulSmiles,select_3080_ColorfulDreamsColorfulSmiles,1 +31003081,0,song_3081_Twilight,play_3081_Twilight,1 +32003081,0,song_3081_Twilight,select_3081_Twilight,1 +31003082,0,song_3082_YumegaBokuranoTaiyousa,play_3082_YumegaBokuranoTaiyousa,1 +32003082,0,song_3082_YumegaBokuranoTaiyousa,select_3082_YumegaBokuranoTaiyousa,1 +31003083,0,song_3083_RyoranVictoryRoadA,play_3083_RyoranVictoryRoadA,1 +32003083,0,song_3083_RyoranVictoryRoadA,select_3083_RyoranVictoryRoadA,1 +31003084,0,song_3084_Eutopia,play_3084_Eutopia,1 +32003084,0,song_3084_Eutopia,select_3084_Eutopia,1 +31003085,0,song_3085_EnjoyIt,play_3085_EnjoyIt,1 +32003085,0,song_3085_EnjoyIt,select_3085_EnjoyIt,1 +31003086,0,song_3086_4Seasons,play_3086_4Seasons,1 +32003086,0,song_3086_4Seasons,select_3086_4Seasons,1 +31003087,0,song_3087_EternalLight,play_3087_EternalLight,1 +32003087,0,song_3087_EternalLight,select_3087_EternalLight,1 +31003088,0,song_3088_KoisuruMagic,play_3088_KoisuruMagic,1 +32003088,0,song_3088_KoisuruMagic,select_3088_KoisuruMagic,1 +31003089,0,song_3089_InfinityOurWings,play_3089_InfinityOurWings,1 +32003089,0,song_3089_InfinityOurWings,select_3089_InfinityOurWings,1 +31003090,0,song_3090_PokerFaceOnegaiFairy,play_3090_PokerFaceOnegaiFairy,1 +32003090,0,song_3090_PokerFaceOnegaiFairy,select_3090_PokerFaceOnegaiFairy,1 +31003091,0,song_3091_Emotion,play_3091_Emotion,1 +32003091,0,song_3091_Emotion,select_3091_Emotion,1 +31003092,0,song_3092_StarsWeChase,play_3092_StarsWeChase,1 +32003092,0,song_3092_StarsWeChase,select_3092_StarsWeChase,1 +31003094,0,song_3094_LevelOopsAdventures,play_3094_LevelOopsAdventures,1 +32003094,0,song_3094_LevelOopsAdventures,select_3094_LevelOopsAdventures,1 +31003095,0,song_3095_Fashionista,play_3095_Fashionista,1 +32003095,0,song_3095_Fashionista,select_3095_Fashionista,1 +31003096,0,song_3096_FuwaFuwaHour,play_3096_FuwaFuwaHour,1 +32003096,0,song_3096_FuwaFuwaHour,select_3096_FuwaFuwaHour,1 +31003097,0,song_3097_RomancenoNakade,play_3097_RomancenoNakade,1 +32003097,0,song_3097_RomancenoNakade,select_3097_RomancenoNakade,1 +31003098,0,song_3098_LookAtMeNow,play_3098_LookAtMeNow,1 +32003098,0,song_3098_LookAtMeNow,select_3098_LookAtMeNow,1 +31003099,0,song_3099_EienNoIsshun,play_3099_EienNoIsshun,1 +32003099,0,song_3099_EienNoIsshun,select_3099_EienNoIsshun,1 +31003100,0,song_3100_HurrayHurray,play_3100_HurrayHurray,1 +32003100,0,song_3100_HurrayHurray,select_3100_HurrayHurray,1 +31003101,0,song_3101_PowerSpot,play_3101_PowerSpot,1 +32003101,0,song_3101_PowerSpot,select_3101_PowerSpot,1 +31003102,0,song_3102_Saika,play_3102_Saika,1 +32003102,0,song_3102_Saika,select_3102_Saika,1 +31003103,0,song_3103_Kakushiaji,play_3103_Kakushiaji,1 +32003103,0,song_3103_Kakushiaji,select_3103_Kakushiaji,1 +31003104,0,song_3104_HappyNyanDays,play_3104_HappyNyanDays,1 +32003104,0,song_3104_HappyNyanDays,select_3104_HappyNyanDays,1 +31003105,0,song_3105_MakeUpSessionABC,play_3105_MakeUpSessionABC,1 +32003105,0,song_3105_MakeUpSessionABC,select_3105_MakeUpSessionABC,1 +31003106,0,song_3106_TwinkleTown,play_3106_TwinkleTown,1 +32003106,0,song_3106_TwinkleTown,select_3106_TwinkleTown,1 +31003107,0,song_3107_RyoranVictoryRoadB,play_3107_RyoranVictoryRoadB,1 +32003107,0,song_3107_RyoranVictoryRoadB,select_3107_RyoranVictoryRoadB,1 +31003108,0,song_3108_LiveWithASmileNijigasakiVer,play_3108_LiveWithASmileNijigasakiVer,1 +32003108,0,song_3108_LiveWithASmileNijigasakiVer,select_3108_LiveWithASmileNijigasakiVer,1 +31003109,0,song_3109_Blue,play_3109_Blue,1 +32003109,0,song_3109_Blue,select_3109_Blue,1 +31003110,0,song_3110_DancingInTheLight,play_3110_DancingInTheLight,1 +32003110,0,song_3110_DancingInTheLight,select_3110_DancingInTheLight,1 +31003111,0,song_3111_ShadowEffect,play_3111_ShadowEffect,1 +32003111,0,song_3111_ShadowEffect,select_3111_ShadowEffect,1 +31003112,0,song_3112_KissTheSun,play_3112_KissTheSun,1 +32003112,0,song_3112_KissTheSun,select_3112_KissTheSun,1 +31003113,0,song_3113_VroomVroom,play_3113_VroomVroom,1 +32003113,0,song_3113_VroomVroom,select_3113_VroomVroom,1 +31003114,0,song_3114_BubbleOver,play_3114_BubbleOver,1 +32003114,0,song_3114_BubbleOver,select_3114_BubbleOver,1 +31003115,0,song_3115_TokimekiRunnersSonyukaVer,play_3115_TokimekiRunnersSonyukaVer,1 +32003115,0,song_3115_TokimekiRunnersSonyukaVer,select_3115_TokimekiRunnersSonyukaVer,1 +31003116,0,song_3116_MiracleStayTune2,play_3116_MiracleStayTune2,1 +32003116,0,song_3116_MiracleStayTune2,select_3116_MiracleStayTune2,1 +31003117,0,song_3117_TokimekiRunners12PersonVersion,play_3117_TokimekiRunners12PersonVersion,1 +32003117,0,song_3117_TokimekiRunners12PersonVersion,select_3117_TokimekiRunners12PersonVersion,1 +31003118,0,song_3118_LoveUMyFriends12PersonVersion,play_3118_LoveUMyFriends12PersonVersion,1 +32003118,0,song_3118_LoveUMyFriends12PersonVersion,select_3118_LoveUMyFriends12PersonVersion,1 +31003119,0,song_3119_JustBelieve12PersonVersion,play_3119_JustBelieve12PersonVersion,1 +32003119,0,song_3119_JustBelieve12PersonVersion,select_3119_JustBelieve12PersonVersion,1 +31003121,0,song_3121_Pastel,play_3121_Pastel,1 +32003121,0,song_3121_Pastel,select_3121_Pastel,1 +31003122,0,song_3122_Michinosaki,play_3122_Michinosaki,1 +32003122,0,song_3122_Michinosaki,select_3122_Michinosaki,1 +31003123,0,song_3123_WachuGonaDo,play_3123_WachuGonaDo,1 +32003123,0,song_3123_WachuGonaDo,select_3123_WachuGonaDo,1 +31003124,0,song_3124_Ourp13ces,play_3124_Ourp13ces,1 +32003124,0,song_3124_Ourp13ces,select_3124_Ourp13ces,1 +31003125,0,song_3125_FutureParade,play_3125_FutureParade,1 +32003125,0,song_3125_FutureParade,select_3125_FutureParade,1 +31003126,0,song_3126_HurrayHurray12PersonVersion,play_3126_HurrayHurray12PersonVersion,1 +32003126,0,song_3126_HurrayHurray12PersonVersion,select_3126_HurrayHurray12PersonVersion,1 +31003127,0,song_3127_WachuGonaDo1Nensei,play_3127_WachuGonaDo1Nensei,1 +32003127,0,song_3127_WachuGonaDo1Nensei,select_3127_WachuGonaDo1Nensei,1 +31003128,0,song_3128_WachuGonaDo2Nensei,play_3128_WachuGonaDo2Nensei,1 +32003128,0,song_3128_WachuGonaDo2Nensei,select_3128_WachuGonaDo2Nensei,1 +31003129,0,song_3129_WachuGonaDo3Nensei,play_3129_WachuGonaDo3Nensei,1 +32003129,0,song_3129_WachuGonaDo3Nensei,select_3129_WachuGonaDo3Nensei,1 +31003134,0,song_3134_GoOurWay,play_3134_GoOurWay,223063007 +32003134,0,song_3134_GoOurWay,select_3134_GoOurWay,223063007 +31003135,0,song_3135_Ka,play_3135_Ka,223060801 +32003135,0,song_3135_Ka,select_3135_Ka,223060801 +31003136,0,song_3136_Su,play_3136_Su,223060801 +32003136,0,song_3136_Su,select_3136_Su,223060801 +31003137,0,song_3137_Fe,play_3137_Fe,223063007 +32003137,0,song_3137_Fe,select_3137_Fe,223063007 +31003138,0,song_3138_Si,play_3138_Si,223071001 +32003138,0,song_3138_Si,select_3138_Si,223071001 +31003139,0,song_3139_Wa,play_3139_Wa,223071001 +32003139,0,song_3139_Wa,select_3139_Wa,223071001 +31003140,0,song_3140_Wa,play_3140_Wa,223083101 +32003140,0,song_3140_Wa,select_3140_Wa,223083101 +31003141,0,song_3141_Se,play_3141_Se,223090602 +32003141,0,song_3141_Se,select_3141_Se,223090602 +31003142,0,song_3142_Co,play_3142_Co,223090602 +32003142,0,song_3142_Co,select_3142_Co,223090602 +31003143,0,song_3143_Wa,play_3143_Wa,223090602 +32003143,0,song_3143_Wa,select_3143_Wa,223090602 +31003144,0,song_3144_Ko,play_3144_Ko,223090602 +32003144,0,song_3144_Ko,select_3144_Ko,223090602 +31003145,0,song_3145_My,play_3145_My,223090602 +32003145,0,song_3145_My,select_3145_My,223090602 +31003146,0,song_3146_Re,play_3146_Re,223090602 +32003146,0,song_3146_Re,select_3146_Re,223090602 +31003147,0,song_3147_Ch,play_3147_Ch,223090602 +32003147,0,song_3147_Ch,select_3147_Ch,223090602 +31003148,0,song_3148_Ko,play_3148_Ko,223090602 +32003148,0,song_3148_Ko,select_3148_Ko,223090602 +31003149,0,song_3149_Wa,play_3149_Wa,223090602 +32003149,0,song_3149_Wa,select_3149_Wa,223090602 +31003150,0,song_3150_Ko,play_3150_Ko,223090602 +32003150,0,song_3150_Ko,select_3150_Ko,223090602 +31003151,0,song_3151_Le,play_3151_Le,223090602 +32003151,0,song_3151_Le,select_3151_Le,223090602 +31003152,0,song_3152_Go,play_3152_Go,223090602 +32003152,0,song_3152_Go,select_3152_Go,223090602 +31003153,0,song_3153_Fl,play_3153_Fl,223100402 +31003154,0,song_3154_Ne,play_3154_Ne,224010111 +31003155,0,song_3155_Ne,play_3155_Ne,224010111 +32003153,0,song_3153_Fl,select_3153_Fl,223100402 +32003154,0,song_3154_Ne,select_3154_Ne,224010111 +32003155,0,song_3155_Ne,select_3155_Ne,224010111 +31004001,0,song_4001_StartTrueDreams,play_4001_StartTrueDreams,1 +32004001,0,song_4001_StartTrueDreams,select_4001_StartTrueDreams,1 +31004002,0,song_4002_MiraiYohoHallelujah,play_4002_MiraiYohoHallelujah,1 +32004002,0,song_4002_MiraiYohoHallelujah,select_4002_MiraiYohoHallelujah,1 +31004003,0,song_4003_Nonfiction,play_4003_Nonfiction,1 +32004003,0,song_4003_Nonfiction,select_4003_Nonfiction,1 +31004004,0,song_4004_GoingUp,play_4004_GoingUp,1 +32004004,0,song_4004_GoingUp,select_4004_GoingUp,1 +31004005,0,song_4005_DakaraBokurahaNarasunda,play_4005_DakaraBokurahaNarasunda,1 +32004005,0,song_4005_DakaraBokurahaNarasunda,select_4005_DakaraBokurahaNarasunda,1 +31004006,0,song_4006_StarlightPrologue,play_4006_StarlightPrologue,1 +32004006,0,song_4006_StarlightPrologue,select_4006_StarlightPrologue,1 +31004007,0,song_4007_Departure,play_4007_Departure,1 +32004007,0,song_4007_Departure,select_4007_Departure,1 +31004008,0,song_4008_DreamRainbow,play_4008_DreamRainbow,1 +32004008,0,song_4008_DreamRainbow,select_4008_DreamRainbow,1 +31004009,0,song_4009_FlyersHigh,play_4009_FlyersHigh,1 +32004009,0,song_4009_FlyersHigh,select_4009_FlyersHigh,1 +31004010,0,song_4010_HotPassion,play_4010_HotPassion,1 +32004010,0,song_4010_HotPassion,select_4010_HotPassion,1 +31004011,0,song_4011_Primary,play_4011_Primary,1 +32004011,0,song_4011_Primary,select_4011_Primary,1 +31004012,0,song_4012_TillSunrise,play_4012_TillSunrise,1 +32004012,0,song_4012_TillSunrise,select_4012_TillSunrise,1 +31004013,0,song_4013_WhatAWonderfulDream,play_4013_WhatAWonderfulDream,1 +32004013,0,song_4013_WhatAWonderfulDream,select_4013_WhatAWonderfulDream,1 +31004014,0,song_4014_ByebyeSichaeba,play_4014_ByebyeSichaeba,1 +32004014,0,song_4014_ByebyeSichaeba,select_4014_ByebyeSichaeba,1 +31004015,0,song_4015_MizuiroNoSunday,play_4015_MizuiroNoSunday,1 +32004015,0,song_4015_MizuiroNoSunday,select_4015_MizuiroNoSunday,1 +31004016,0,song_4016_Unison,play_4016_Unison,1 +32004016,0,song_4016_Unison,select_4016_Unison,1 +31004017,0,song_4017_Day1,play_4017_Day1,1 +32004017,0,song_4017_Day1,select_4017_Day1,1 +31004018,0,song_4018_123,play_4018_123,1 +32004018,0,song_4018_123,select_4018_123,1 +31004019,0,song_4019_Anniversary,play_4019_Anniversary,1 +32004019,0,song_4019_Anniversary,select_4019_Anniversary,1 +31004020,0,song_4020_DancingHeartLaPaPaPa,play_4020_DancingHeartLaPaPaPa,1 +32004020,0,song_4020_DancingHeartLaPaPaPa,select_4020_DancingHeartLaPaPaPa,1 +31004021,0,song_4021_Dears,play_4021_Dears,1 +32004021,0,song_4021_Dears,select_4021_Dears,1 +31004022,0,song_4022_DreamingEnergy,play_4022_DreamingEnergy,1 +32004022,0,song_4022_DreamingEnergy,select_4022_DreamingEnergy,1 +31004023,0,song_4023_HappyToDoWa,play_4023_HappyToDoWa,1 +32004023,0,song_4023_HappyToDoWa,select_4023_HappyToDoWa,1 +31004024,0,song_4024_LiveWithASmileLiellaVer,play_4024_LiveWithASmileLiellaVer,1 +32004024,0,song_4024_LiveWithASmileLiellaVer,select_4024_LiveWithASmileLiellaVer,1 +31004025,0,song_4025_Memories,play_4025_Memories,1 +32004025,0,song_4025_Memories,select_4025_Memories,1 +31004026,0,song_4026_Message,play_4026_Message,1 +32004026,0,song_4026_Message,select_4026_Message,1 +31004027,0,song_4027_OhReadySteadyPositive,play_4027_OhReadySteadyPositive,1 +32004027,0,song_4027_OhReadySteadyPositive,select_4027_OhReadySteadyPositive,1 +31004028,0,song_4028_Ringing,play_4028_Ringing,1 +32004028,0,song_4028_Ringing,select_4028_Ringing,1 +31004030,0,song_4030_Stella,play_4030_Stella,1 +32004030,0,song_4030_Stella,select_4030_Stella,1 +31004031,0,song_4031_TinyStars,play_4031_TinyStars,1 +32004031,0,song_4031_TinyStars,select_4031_TinyStars,1 +31004032,0,song_4032_WishSong,play_4032_WishSong,1 +32004032,0,song_4032_WishSong,select_4032_WishSong,1 +31004033,0,song_4033_CrescendoYuRa,play_4033_CrescendoYuRa,1 +32004033,0,song_4033_CrescendoYuRa,select_4033_CrescendoYuRa,1 +31004034,0,song_4034_KonomachideImaKimito,play_4034_KonomachideImaKimito,1 +32004034,0,song_4034_KonomachideImaKimito,select_4034_KonomachideImaKimito,1 +31004035,0,song_4035_HeroinesRunway,play_4035_HeroinesRunway,1 +32004035,0,song_4035_HeroinesRunway,select_4035_HeroinesRunway,1 +31004036,0,song_4036_Mitero,play_4036_Mitero,1 +32004036,0,song_4036_Mitero,select_4036_Mitero,1 +31004037,0,song_4037_HajimarihaKiminoSora,play_4037_HajimarihaKiminoSora,1 +32004037,0,song_4037_HajimarihaKiminoSora,select_4037_HajimarihaKiminoSora,1 +31004038,0,song_4038_WatashinoSymphony,play_4038_WatashinoSymphony,1 +32004038,0,song_4038_WatashinoSymphony,select_4038_WatashinoSymphony,1 +31004039,0,song_4039_MatatakinoSakihe,play_4039_MatatakinoSakihe,1 +32004039,0,song_4039_MatatakinoSakihe,select_4039_MatatakinoSakihe,1 +31004040,0,song_4040_TokonatsuSunshine,play_4040_TokonatsuSunshine,1 +32004040,0,song_4040_TokonatsuSunshine,select_4040_TokonatsuSunshine,1 +31004041,0,song_4041_KokoroKirarara,play_4041_KokoroKirarara,1 +32004041,0,song_4041_KokoroKirarara,select_4041_KokoroKirarara,1 +31004042,0,song_4042_AozorawoMatteru,play_4042_AozorawoMatteru,1 +32004042,0,song_4042_AozorawoMatteru,select_4042_AozorawoMatteru,1 +31004043,0,song_4043_SagashiteFuture,play_4043_SagashiteFuture,1 +32004043,0,song_4043_SagashiteFuture,select_4043_SagashiteFuture,1 +31004044,0,song_4044_BinetsunoWaltz,play_4044_BinetsunoWaltz,1 +32004044,0,song_4044_BinetsunoWaltz,select_4044_BinetsunoWaltz,1 +31004045,0,song_4045_KawaranaiSubete,play_4045_KawaranaiSubete,1 +32004045,0,song_4045_KawaranaiSubete,select_4045_KawaranaiSubete,1 +31004046,0,song_4046_MiraiWaKazeNoYouNi,play_4046_MiraiWaKazeNoYouNi,1 +32004046,0,song_4046_MiraiWaKazeNoYouNi,select_4046_MiraiWaKazeNoYouNi,1 +31004047,0,song_4047_YuukinoKakera,play_4047_YuukinoKakera,1 +32004047,0,song_4047_YuukinoKakera,select_4047_YuukinoKakera,1 +31004048,0,song_4048_WeWill,play_4048_WeWill,1 +32004048,0,song_4048_WeWill,select_4048_WeWill,1 +31004049,0,song_4049_StarSengen,play_4049_StarSengen,1 +32004049,0,song_4049_StarSengen,select_4049_StarSengen,1 +31004050,0,song_4050_OikakeruYumenoSakide,play_4050_OikakeruYumenoSakide,1 +32004050,0,song_4050_OikakeruYumenoSakide,select_4050_OikakeruYumenoSakide,1 +31004051,0,song_4051_MizushibukinoSign,play_4051_MizushibukinoSign,1 +32004051,0,song_4051_MizushibukinoSign,select_4051_MizushibukinoSign,1 +31004052,0,song_4052_WelcomeToBokuranoSekai,play_4052_WelcomeToBokuranoSekai,1 +32004052,0,song_4052_WelcomeToBokuranoSekai,select_4052_WelcomeToBokuranoSekai,1 +31004053,0,song_4053_GoRestart,play_4053_GoRestart,1 +32004053,0,song_4053_GoRestart,select_4053_GoRestart,1 +31004054,0,song_4054_VitaminSummer,play_4054_VitaminSummer,1 +32004054,0,song_4054_VitaminSummer,select_4054_VitaminSummer,1 +31004055,0,song_4055_ChanceDayChanceWay,play_4055_ChanceDayChanceWay,1 +32004055,0,song_4055_ChanceDayChanceWay,select_4055_ChanceDayChanceWay,1 +31004056,0,song_4056_SingShineSmile,play_4056_SingShineSmile,1 +32004056,0,song_4056_SingShineSmile,select_4056_SingShineSmile,1 +31004057,0,song_4057_MirainoOtogaKikoeru,play_4057_MirainoOtogaKikoeru,1 +32004057,0,song_4057_MirainoOtogaKikoeru,select_4057_MirainoOtogaKikoeru,1 +31004059,0,song_4059_Ki,play_4059_Ki,223063007 +32004059,0,song_4059_Ki,select_4059_Ki,223063007 +31004060,0,song_4060_ButterflyWing,play_4060_ButterflyWing,1 +32004060,0,song_4060_ButterflyWing,select_4060_ButterflyWing,1 +31004061,0,song_4061_Edelstein,play_4061_Edelstein,1 +32004061,0,song_4061_Edelstein,select_4061_Edelstein,1 +31004064,0,song_4064_Reverb,play_4064_Reverb,1 +32004064,0,song_4064_Reverb,select_4064_Reverb,1 +31004065,0,song_4065_ShootingVoice,play_4065_ShootingVoice,1 +32004065,0,song_4065_ShootingVoice,select_4065_ShootingVoice,1 +31004066,0,song_4066_DreamerCoaster,play_4066_DreamerCoaster,1 +32004066,0,song_4066_DreamerCoaster,select_4066_DreamerCoaster,1 +31004067,0,song_4067_DreamerCoaster,play_4067_DreamerCoaster,1 +32004067,0,song_4067_DreamerCoaster,select_4067_DreamerCoaster,1 +31004068,0,song_4068_IroduiteToumei,play_4068_IroduiteToumei,1 +32004068,0,song_4068_IroduiteToumei,select_4068_IroduiteToumei,1 +31004069,0,song_4069_Yuraguwa,play_4069_Yuraguwa,1 +32004069,0,song_4069_Yuraguwa,select_4069_Yuraguwa,1 +31004071,0,song_4071_MiracleNewStory,play_4071_MiracleNewStory,1 +32004071,0,song_4071_MiracleNewStory,select_4071_MiracleNewStory,1 +31004073,0,song_4073_EndlessCircuit,play_4073_EndlessCircuit,1 +32004073,0,song_4073_EndlessCircuit,select_4073_EndlessCircuit,1 +31004074,0,song_4074_EndlessCircuit,play_4074_EndlessCircuit,1 +32004074,0,song_4074_EndlessCircuit,select_4074_EndlessCircuit,1 +31004075,0,song_4075_MeikyuSanka,play_4075_MeikyuSanka,1 +32004075,0,song_4075_MeikyuSanka,select_4075_MeikyuSanka,1 +31004076,0,song_4076_MeikyuSanka,play_4076_MeikyuSanka,1 +32004076,0,song_4076_MeikyuSanka,select_4076_MeikyuSanka,1 +31004077,0,song_4077_PrimeAdventure,play_4077_PrimeAdventure,1 +32004077,0,song_4077_PrimeAdventure,select_4077_PrimeAdventure,1 +31004078,0,song_4078_ParadeHaItsumo,play_4078_ParadeHaItsumo,1 +32004078,0,song_4078_ParadeHaItsumo,select_4078_ParadeHaItsumo,1 +31004079,0,song_4079_ParadeHaItsumo,play_4079_ParadeHaItsumo,1 +32004079,0,song_4079_ParadeHaItsumo,select_4079_ParadeHaItsumo,1 +31004080,0,song_4080_KakeruMerryGoRound,play_4080_KakeruMerryGoRound,1 +32004080,0,song_4080_KakeruMerryGoRound,select_4080_KakeruMerryGoRound,1 +31004081,0,song_4081_KakeruMerryGoRound,play_4081_KakeruMerryGoRound,1 +32004081,0,song_4081_KakeruMerryGoRound,select_4081_KakeruMerryGoRound,1 +31004082,0,song_4082_TimeToGo,play_4082_TimeToGo,1 +32004082,0,song_4082_TimeToGo,select_4082_TimeToGo,1 +31004083,0,song_4083_TuTuTu,play_4083_TuTuTu,1 +32004083,0,song_4083_TuTuTu,select_4083_TuTuTu,1 +31004084,0,song_4084_AnniversaryB,play_4084_AnniversaryB,1 +32004084,0,song_4084_AnniversaryB,select_4084_AnniversaryB,1 +31004085,0,song_4085_DearsB,play_4085_DearsB,1 +32004085,0,song_4085_DearsB,select_4085_DearsB,1 +31004086,0,song_4086_MemoriesB,play_4086_MemoriesB,1 +32004086,0,song_4086_MemoriesB,select_4086_MemoriesB,1 +31004087,0,song_4087_MessageB,play_4087_MessageB,1 +32004087,0,song_4087_MessageB,select_4087_MessageB,1 +31004088,0,song_4088_RingingB,play_4088_RingingB,1 +32004088,0,song_4088_RingingB,select_4088_RingingB,1 +31004089,0,song_4089_UtopiaMagic,play_4089_UtopiaMagic,1 +32004089,0,song_4089_UtopiaMagic,select_4089_UtopiaMagic,1 +31004090,0,song_4090_PopTalking,play_4090_PopTalking,1 +32004090,0,song_4090_PopTalking,select_4090_PopTalking,1 +31004091,0,song_4091_ToBeContinued,play_4091_ToBeContinued,1 +32004091,0,song_4091_ToBeContinued,select_4091_ToBeContinued,1 +31004092,0,song_4092_NamaeYobiauyouni,play_4092_NamaeYobiauyouni,1 +32004092,0,song_4092_NamaeYobiauyouni,select_4092_NamaeYobiauyouni,1 +31004094,0,song_4094_HoshizoraMonologue,play_4094_HoshizoraMonologue,223071001 +32004094,0,song_4094_HoshizoraMonologue,select_4094_HoshizoraMonologue,223071001 +31004095,0,song_4095_BloomingDanceDance,play_4095_BloomingDanceDance,223071001 +32004095,0,song_4095_BloomingDanceDance,select_4095_BloomingDanceDance,223071001 +31004096,0,song_4096_Includingyou,play_4096_Includingyou,223071001 +32004096,0,song_4096_Includingyou,select_4096_Includingyou,223071001 +31004097,0,song_4097_Fr,play_4097_Fr,223071001 +32004097,0,song_4097_Fr,select_4097_Fr,223071001 +31004098,0,song_4098_Ho,play_4098_Ho,223071001 +32004098,0,song_4098_Ho,select_4098_Ho,223071001 +31004099,0,song_4099_Ki,play_4099_Ki,223071001 +32004099,0,song_4099_Ki,select_4099_Ki,223071001 +31004100,0,song_4100_St,play_4100_St,223081402 +32004100,0,song_4100_St,select_4100_St,223081402 +31004101,0,song_4101_Mi,play_4101_Mi,223081402 +32004101,0,song_4101_Mi,select_4101_Mi,223081402 +31004102,0,song_4102_Be,play_4102_Be,223081402 +32004102,0,song_4102_Be,select_4102_Be,223081402 +31004103,0,song_4103_Ak,play_4103_Ak,223081402 +32004103,0,song_4103_Ak,select_4103_Ak,223081402 +31004104,0,song_4104_Gl,play_4104_Gl,223081402 +32004104,0,song_4104_Gl,select_4104_Gl,223081402 +31004105,0,song_4105_Ey,play_4105_Ey,223081402 +32004105,0,song_4105_Ey,select_4105_Ey,223081402 +31004106,0,song_4106_Se,play_4106_Se,223061105 +32004106,0,song_4106_Se,select_4106_Se,223061105 +31004107,0,song_4107_Wa,play_4107_Wa,223061105 +32004107,0,song_4107_Wa,select_4107_Wa,223061105 +31004108,0,song_4108_Un,play_4108_Un,223101301 +32004108,0,song_4108_Un,select_4108_Un,223101301 +31004110,0,song_4110_Ju,play_4110_Ju,223091002 +32004110,0,song_4110_Ju,select_4110_Ju,223091002 +31004111,0,song_4111_Al,play_4111_Al,223101301 +32004111,0,song_4111_Al,select_4111_Al,223101301 +31004112,0,song_4112_Ka,play_4112_Ka,223110801 +32004112,0,song_4112_Ka,select_4112_Ka,223110801 +31004113,0,song_4113_Ve,play_4113_Ve,223101301 +32004113,0,song_4113_Ve,select_4113_Ve,223101301 +31004114,0,song_4114_Fu,play_4114_Fu,223110801 +32004114,0,song_4114_Fu,select_4114_Fu,223110801 +31004115,0,song_4115_Da,play_4115_Da,223101301 +32004115,0,song_4115_Da,select_4115_Da,223101301 +31004116,0,song_4116_Al,play_4116_Al,223110801 +31004117,0,song_4117_Sh,play_4117_Sh,224012006 +31004118,0,song_4118_Fa,play_4118_Fa,224012006 +31004119,0,song_4119_Wa,play_4119_Wa,224021202 +32004116,0,song_4116_Al,select_4116_Al,223110801 +32004117,0,song_4117_Sh,select_4117_Sh,224012006 +32004118,0,song_4118_Fa,select_4118_Fa,224012006 +32004119,0,song_4119_Wa,select_4119_Wa,224021202 +31005001,0,song_5001_DreamBelievers,play_5001_DreamBelievers,1 +32005001,0,song_5001_DreamBelievers,select_5001_DreamBelievers,1 +31005002,0,song_5002_Awoke,play_5002_Awoke,1 +32005002,0,song_5002_Awoke,select_5002_Awoke,1 +31005003,0,song_5003_SuisaiSekai,play_5003_SuisaiSekai,1 +32005003,0,song_5003_SuisaiSekai,select_5003_SuisaiSekai,1 +31005004,0,song_5004_ReflectionInTheMirror,play_5004_ReflectionInTheMirror,223053107 +32005004,0,song_5004_ReflectionInTheMirror,select_5004_ReflectionInTheMirror,223053107 +31005005,0,song_5005_FortuneMovie,play_5005_FortuneMovie,223053107 +32005005,0,song_5005_FortuneMovie,select_5005_FortuneMovie,223053107 +31005006,0,song_5006_MixShake,play_5006_MixShake,223053107 +32005006,0,song_5006_MixShake,select_5006_MixShake,223053107 +31005007,0,song_5007_SparklySpot,play_5007_SparklySpot,223053107 +32005007,0,song_5007_SparklySpot,select_5007_SparklySpot,223053107 +31005008,0,song_5008_Tsukimakase,play_5008_Tsukimakase,223053107 +32005008,0,song_5008_Tsukimakase,select_5008_Tsukimakase,223053107 +31005009,0,song_5009_KiboutekiPrism,play_5009_KiboutekiPrism,223053107 +32005009,0,song_5009_KiboutekiPrism,select_5009_KiboutekiPrism,223053107 +31005010,0,song_5010_OukaRanman,play_5010_OukaRanman,223061507 +32005010,0,song_5010_OukaRanman,select_5010_OukaRanman,223061507 +31005011,0,song_5011_HolidayHoliday,play_5011_HolidayHoliday,223061507 +32005011,0,song_5011_HolidayHoliday,select_5011_HolidayHoliday,223061507 +31005012,0,song_5012_Scapegoat,play_5012_Scapegoat,223061507 +32005012,0,song_5012_Scapegoat,select_5012_Scapegoat,223061507 +31005013,0,song_5013_TragicDrops,play_5013_TragicDrops,223061507 +32005013,0,song_5013_TragicDrops,select_5013_TragicDrops,223061507 +31005014,0,song_5014_DoDoDo,play_5014_DoDoDo,1 +32005014,0,song_5014_DoDoDo,select_5014_DoDoDo,1 +31005015,0,song_5015_OnYourMark,play_5015_OnYourMark,1 +32005015,0,song_5015_OnYourMark,select_5015_OnYourMark,1 +31005016,0,song_5016_Deepness,play_5016_Deepness,223081102 +32005016,0,song_5016_Deepness,select_5016_Deepness,223081102 +31005017,0,song_5017_EieinnoEuphoria,play_5017_EieinnoEuphoria,1 +32005017,0,song_5017_EieinnoEuphoria,select_5017_EieinnoEuphoria,1 +31005018,0,song_5018_Ge,play_5018_Ge,223111507 +32005018,0,song_5018_Ge,select_5018_Ge,223111507 +31005019,0,song_5019_Mi,play_5019_Mi,223111507 +32005019,0,song_5019_Mi,select_5019_Mi,223111507 +31005020,0,song_5020_Ha,play_5020_Ha,223111507 +32005020,0,song_5020_Ha,select_5020_Ha,223111507 +31005021,0,song_5021_Na,play_5021_Na,223111507 +32005021,0,song_5021_Na,select_5021_Na,223111507 +31005022,0,song_5022_Ka,play_5022_Ka,223120504 +32005022,0,song_5022_Ka,select_5022_Ka,223120504 +31005023,0,song_5023_Ji,play_5023_Ji,223120504 +31005024,0,song_5024_Yu,play_5024_Yu,224011107 +32005023,0,song_5023_Ji,select_5023_Ji,223120504 +32005024,0,song_5024_Yu,select_5024_Yu,224011107 +31005025,0,song_5025_Ko,play_5025_Ko,223120108 +32005025,0,song_5025_Ko,select_5025_Ko,223120108 +31005026,0,song_5026_Za,play_5026_Za,223120108 +31005027,0,song_5027_Se,play_5027_Se,224011107 +31005028,0,song_5028_De,play_5028_De,224011107 +32005026,0,song_5026_Za,select_5026_Za,223120108 +32005027,0,song_5027_Se,select_5027_Se,224011107 +32005028,0,song_5028_De,select_5028_De,224011107 +31005029,0,song_5029_Pa,play_5029_Pa,223120108 +31005030,0,song_5030_As,play_5030_As,224011107 +32005029,0,song_5029_Pa,select_5029_Pa,223120108 +32005030,0,song_5030_As,select_5030_As,224011107 +31005031,0,song_5031_Le,play_5031_Le,223120108 +32005031,0,song_5031_Le,select_5031_Le,223120108 +31006001,0,song_6001_Ge,play_6001_Ge,223060801 +32006001,0,song_6001_Ge,select_6001_Ge,223060801 +31006002,0,song_6002_Ki,play_6002_Ki,223070301 +32006002,0,song_6002_Ki,select_6002_Ki,223070301 +31006003,0,song_6003_Fa,play_6003_Fa,223062602 +32006003,0,song_6003_Fa,select_6003_Fa,223062602 +31006004,0,song_6004_Be,play_6004_Be,223071001 +32006004,0,song_6004_Be,select_6004_Be,223071001 +31006005,0,song_6005_RE,play_6005_RE,223071701 +32006005,0,song_6005_RE,select_6005_RE,223071701 +31006006,0,song_6006_He,play_6006_He,223073107 +32006006,0,song_6006_He,select_6006_He,223073107 +31006007,0,song_6007_Wo,play_6007_Wo,223081402 +32006007,0,song_6007_Wo,select_6007_Wo,223081402 +31006008,0,song_6008_Fo,play_6008_Fo,223091102 +32006008,0,song_6008_Fo,select_6008_Fo,223091102 +31006009,0,song_6009_Gi,play_6009_Gi,223080703 +32006009,0,song_6009_Gi,select_6009_Gi,223080703 +31006010,0,song_6010_La,play_6010_La,223091801 +31006011,0,song_6011_Ga,play_6011_Ga,223121802 +31006012,0,song_6012_Si,play_6012_Si,223121802 +32006010,0,song_6010_La,select_6010_La,223091801 +32006011,0,song_6011_Ga,select_6011_Ga,223121802 +32006012,0,song_6012_Si,select_6012_Si,223121802 +31009001,0,song_9001_LiveWithASmile,play_9001_LiveWithASmile,1 +32009001,0,song_9001_LiveWithASmile,select_9001_LiveWithASmile,1 +31009002,0,song_9002_MikanseiDream,play_9002_MikanseiDream,1 +32009002,0,song_9002_MikanseiDream,select_9002_MikanseiDream,1 +31009003,0,song_9003_MikanseiDreamTsubakisakuhana,play_9003_MikanseiDreamTsubakisakuhana,1 +32009003,0,song_9003_MikanseiDreamTsubakisakuhana,select_9003_MikanseiDreamTsubakisakuhana,1 +31009004,0,song_9004_MikanseiDreamTakizakura,play_9004_MikanseiDreamTakizakura,1 +32009004,0,song_9004_MikanseiDreamTakizakura,select_9004_MikanseiDreamTakizakura,1 +31009005,0,song_9005_KirariHirariMauSakura,play_9005_KirariHirariMauSakura,223050801 +32009005,0,song_9005_KirariHirariMauSakura,select_9005_KirariHirariMauSakura,223050801 +31009006,0,song_9006_AnatagaCenter,play_9006_AnatagaCenter,223052603 +32009006,0,song_9006_AnatagaCenter,select_9006_AnatagaCenter,223052603 +31009007,0,song_9007_YumemiruSekaiRurikanoOmoi,play_9007_YumemiruSekaiRurikanoOmoi,223050801 +32009007,0,song_9007_YumemiruSekaiRurikanoOmoi,select_9007_YumemiruSekaiRurikanoOmoi,223050801 +31009008,0,song_9008_YumemiruSekaiTsubakisakuhanaHS,play_9008_YumemiruSekaiTsubakisakuhanaHS,223052603 +32009008,0,song_9008_YumemiruSekaiTsubakisakuhanaHS,select_9008_YumemiruSekaiTsubakisakuhanaHS,223052603 +31009009,0,song_9009_YumemiruSekaiTsubakisakuhananoNitijou,play_9009_YumemiruSekaiTsubakisakuhananoNitijou,223052603 +32009009,0,song_9009_YumemiruSekaiTsubakisakuhananoNitijou,select_9009_YumemiruSekaiTsubakisakuhananoNitijou,223052603 +31009010,0,song_9010_DentounoKeihu,play_9010_DentounoKeihu,223052603 +32009010,0,song_9010_DentounoKeihu,select_9010_DentounoKeihu,223052603 +31009011,0,song_9011_MezaseMajorDebut,play_9011_MezaseMajorDebut,223052603 +32009011,0,song_9011_MezaseMajorDebut,select_9011_MezaseMajorDebut,223052603 +31009012,0,song_9012_KagayakashiiMirai,play_9012_KagayakashiiMirai,223052603 +32009012,0,song_9012_KagayakashiiMirai,select_9012_KagayakashiiMirai,223052603 +31009013,0,song_9013_NaritaiJibun,play_9013_NaritaiJibun,223052603 +32009013,0,song_9013_NaritaiJibun,select_9013_NaritaiJibun,223052603 +31009014,0,song_9014_WagakounoRyugi,play_9014_WagakounoRyugi,223052603 +32009014,0,song_9014_WagakounoRyugi,select_9014_WagakounoRyugi,223052603 +31009015,0,song_9015_SorezorenoYakuwari,play_9015_SorezorenoYakuwari,223052603 +32009015,0,song_9015_SorezorenoYakuwari,select_9015_SorezorenoYakuwari,223052603 +31009016,0,song_9016_HeibonnaMirai,play_9016_HeibonnaMirai,223052603 +32009016,0,song_9016_HeibonnaMirai,select_9016_HeibonnaMirai,223052603 +31009017,0,song_9017_UwasanoTenkousei,play_9017_UwasanoTenkousei,223052603 +32009017,0,song_9017_UwasanoTenkousei,select_9017_UwasanoTenkousei,223052603 +31009018,0,song_9018_HossokuTsubakisakuhanaIdolBu,play_9018_HossokuTsubakisakuhanaIdolBu,223050801 +32009018,0,song_9018_HossokuTsubakisakuhanaIdolBu,select_9018_HossokuTsubakisakuhanaIdolBu,223050801 +31009019,0,song_9019_AtarashiiChance,play_9019_AtarashiiChance,223052603 +32009019,0,song_9019_AtarashiiChance,select_9019_AtarashiiChance,223052603 +31009020,0,song_9020_Sinyu,play_9020_Sinyu,223052603 +32009020,0,song_9020_Sinyu,select_9020_Sinyu,223052603 +31009021,0,song_9021_MezaseMajorDebutReprise,play_9021_MezaseMajorDebutReprise,223052603 +32009021,0,song_9021_MezaseMajorDebutReprise,select_9021_MezaseMajorDebutReprise,223052603 +31009022,0,song_9022_FukamaruNaka,play_9022_FukamaruNaka,223052603 +32009022,0,song_9022_FukamaruNaka,select_9022_FukamaruNaka,223052603 +31009023,0,song_9023_NakushiteHajimeteKidukukoto,play_9023_NakushiteHajimeteKidukukoto,223052603 +32009023,0,song_9023_NakushiteHajimeteKidukukoto,select_9023_NakushiteHajimeteKidukukoto,223052603 +31009024,0,song_9024_KimitoMiruYumeRensyuVer,play_9024_KimitoMiruYumeRensyuVer,223052603 +32009024,0,song_9024_KimitoMiruYumeRensyuVer,select_9024_KimitoMiruYumeRensyuVer,223052603 +31009025,0,song_9025_KimitoMiruYumeKyokanoTomadoi,play_9025_KimitoMiruYumeKyokanoTomadoi,223052603 +32009025,0,song_9025_KimitoMiruYumeKyokanoTomadoi,select_9025_KimitoMiruYumeKyokanoTomadoi,223052603 +31009026,0,song_9026_AshitahaKitto,play_9026_AshitahaKitto,223052603 +32009026,0,song_9026_AshitahaKitto,select_9026_AshitahaKitto,223052603 +31009027,0,song_9027_ItsukaWatashimo,play_9027_ItsukaWatashimo,223052603 +32009027,0,song_9027_ItsukaWatashimo,select_9027_ItsukaWatashimo,223052603 +31009028,0,song_9028_YumenoRashinbanCompass,play_9028_YumenoRashinbanCompass,223052603 +32009028,0,song_9028_YumenoRashinbanCompass,select_9028_YumenoRashinbanCompass,223052603 +31009029,0,song_9029_MasshironaCanvas,play_9029_MasshironaCanvas,223052603 +32009029,0,song_9029_MasshironaCanvas,select_9029_MasshironaCanvas,223052603 +31009030,0,song_9030_KimitoMiruYumeBunkasaiVer,play_9030_KimitoMiruYumeBunkasaiVer,223050801 +32009030,0,song_9030_KimitoMiruYumeBunkasaiVer,select_9030_KimitoMiruYumeBunkasaiVer,223050801 +31009031,0,song_9031_YumenoRashinbanCompassBunkasaiVer,play_9031_YumenoRashinbanCompassBunkasaiVer,223050801 +32009031,0,song_9031_YumenoRashinbanCompassBunkasaiVer,select_9031_YumenoRashinbanCompassBunkasaiVer,223050801 +31009032,0,song_9032_Ij,play_9032_Ij,223111507 +32009032,0,song_9032_Ij,select_9032_Ij,223111507 +21000008,0,BG_0008_HomeScene_Bgm_Main1,BG_0008_HomeScene_Bgm_Main1,1 +21000009,0,BG_0009_HomeScene_Bgm_Main2,BG_0009_HomeScene_Bgm_Main2,1 +21000010,0,BG_0010_HomeScene_Bgm_Main3,BG_0010_HomeScene_Bgm_Main3,1 +21000011,0,BG_0011_HomeScene_Bgm_Main4,BG_0011_HomeScene_Bgm_Main4,1 +21000012,0,BG_0012_LiveResultScene_Bgm_Main,BG_0012_LiveResultScene_Bgm_Main,1 +21000013,0,BG_0013_Story_Bgm_Muse,BG_0013_Story_Bgm_Muse,1 +21000014,0,BG_0014_Story_Bgm_Aqours,BG_0014_Story_Bgm_Aqours,1 +21000015,0,BG_0015_Story_Bgm_Nijigaku,BG_0015_Story_Bgm_Nijigaku,1 +21000016,0,BG_0016_Story_Bgm_Liella,BG_0016_Story_Bgm_Liella,1 +21000017,0,BG_0017_Story_Bgm_general1,BG_0017_Story_Bgm_general1,1 +21000018,0,BG_0018_Story_Bgm_general2,BG_0018_Story_Bgm_general2,1 +21000019,0,BG_0019_Story_Bgm_general3,BG_0019_Story_Bgm_general3,1 +21000020,0,BG_0020_Story_Bgm_general4,BG_0020_Story_Bgm_general4,1 +21000021,0,BG_0021_Nichijou_Bgm_Main1,BG_0021_Nichijou_Bgm_Main1,1 +21000022,0,BG_0022_Nichijou_Bgm_Main2,BG_0022_Nichijou_Bgm_Main2,1 +21000023,0,BG_0023_BGM_gacha_001,BG_0023_BGM_gacha_001,1 +21000025,0,BG_0025_BGM_mainstory_001,BG_0025_BGM_mainstory_001,1 +21000026,0,BG_0026_jingle_mainstory_001,BG_0026_jingle_mainstory_001,1 diff --git a/src/router/databases/csv-en/billing_product.csv b/src/router/databases/csv-en/billing_product.csv new file mode 100644 index 0000000..9d007c0 --- /dev/null +++ b/src/router/databases/csv-en/billing_product.csv @@ -0,0 +1,23 @@ +_id,_masterBillingShopId,_itemName,_itemDetail,_type,_detail,_masterBillingProductRewardId,_startdashTime,_startdashExpireTime,_priority,_spriteName,_masterReleaseLabelId +com.bushiroad.global.lovelive.sif2.apple.gempromo.4199,1010001,"6,000 Love Gems","Paid Love Gems x6,000",1,"6,000 Love Gems",0,0,0,70,shop_btn_muse_2,1 +com.bushiroad.global.lovelive.sif2.apple.gempromo.8499,1010001,"13,000 Love Gems","Paid Love Gems x13,000",1,"13,000 Love Gems",0,0,0,75,shop_btn_liella_2,1 +com.bushiroad.global.lovelive.sif2.google.gempromo.4199,1010001,"6,000 Love Gems","Paid Love Gems x6,000",1,"6,000 Love Gems",0,0,0,70,shop_btn_muse_2,1 +com.bushiroad.global.lovelive.sif2.google.gempromo.8499,1010001,"13,000 Love Gems","Paid Love Gems x13,000",1,"13,000 Love Gems",0,0,0,75,shop_btn_liella_2,1 +com.bushiroad.global.lovelive.sif2.gem.299,1010001,140 Love Gems,Paid Love Gems x140,1,140 Love Gems,0,0,0,40,shop_btn_nijigaku_1,1 +com.bushiroad.global.lovelive.sif2.gem.499,1010001,430 Love Gems,Paid Love Gems x420
+Free Love Gems x10,1,430 Love Gems,0,0,0,35,shop_btn_muse_1,1 +com.bushiroad.global.lovelive.sif2.gem.899,1010001,910 Love Gems,Paid Love Gems x870
+Free Love Gems x40,1,910 Love Gems,0,0,0,30,shop_btn_aqours_1,1 +com.bushiroad.global.lovelive.sif2.gem.1299,1010001,"1,380 Love Gems","Paid Love Gems x1,310
+Free Love Gems x70",1,"1,380 Love Gems",0,0,0,25,shop_btn_liella_1,1 +com.bushiroad.global.lovelive.sif2.gem.2499,1010001,"2,700 Love Gems","Paid Love Gems x2,530
+Free Love Gems x170",1,"2,700 Love Gems",0,0,0,20,shop_btn_nijigaku_2,1 +com.bushiroad.global.lovelive.sif2.gem.4199,1010001,"4,800 Love Gems","Paid Love Gems x4,460
+Free Love Gems x340",1,"4,800 Love Gems",0,0,0,15,shop_btn_muse_2,1 +com.bushiroad.global.lovelive.sif2.gem.6499,1010001,"7,500 Love Gems","Paid Love Gems x6,730
+Free Love Gems x770",1,"7,500 Love Gems",0,0,0,10,shop_btn_aqours_2,1 +com.bushiroad.global.lovelive.sif2.gem.8499,1010001,"10,100 Love Gems","Paid Love Gems x8,910
+Free Love Gems x1,190",1,"10,100 Love Gems",0,0,0,5,shop_btn_liella_2,1 +com.bushiroad.global.lovelive.sif2.google.promo.8499,1010001,"13,000 Love Gems","Paid Love Gems x13,000",1,"13,000 Love Gems",0,0,0,75,shop_btn_liella_2,1 +com.bushiroad.global.lovelive.sif2.google.promo.4199,1010001,"6,000 Love Gems","Paid Love Gems x6,000",1,"6,000 Love Gems",0,0,0,70,shop_btn_muse_2,1 +com.bushiroad.global.lovelive.sif2.google.gem.299,1010001,140 Love Gems,Paid Love Gems x140,1,140 Love Gems,0,0,0,40,shop_btn_nijigaku_1,1 +com.bushiroad.global.lovelive.sif2.google.gem.499,1010001,430 Love Gems,Paid Love Gems x420
+Free Love Gems x10,1,430 Love Gems,0,0,0,35,shop_btn_muse_1,1 +com.bushiroad.global.lovelive.sif2.google.gem.899,1010001,910 Love Gems,Paid Love Gems x870
+Free Love Gems x40,1,910 Love Gems,0,0,0,30,shop_btn_aqours_1,1 +com.bushiroad.global.lovelive.sif2.google.gem.1299,1010001,"1,380 Love Gems","Paid Love Gems x1,310
+Free Love Gems x70",1,"1,380 Love Gems",0,0,0,25,shop_btn_liella_1,1 +com.bushiroad.global.lovelive.sif2.google.gem.2499,1010001,"2,700 Love Gems","Paid Love Gems x2,530
+Free Love Gems x170",1,"2,700 Love Gems",0,0,0,20,shop_btn_nijigaku_2,1 +com.bushiroad.global.lovelive.sif2.google.gem.4199,1010001,"4,800 Love Gems","Paid Love Gems x4,460
+Free Love Gems x340",1,"4,800 Love Gems",0,0,0,15,shop_btn_muse_2,1 +com.bushiroad.global.lovelive.sif2.google.gem.6499,1010001,"7,500 Love Gems","Paid Love Gems x6,730
+Free Love Gems x770",1,"7,500 Love Gems",0,0,0,10,shop_btn_aqours_2,1 +com.bushiroad.global.lovelive.sif2.google.gem.8499,1010001,"10,100 Love Gems","Paid Love Gems x8,910
+Free Love Gems x1,190",1,"10,100 Love Gems",0,0,0,5,shop_btn_liella_2,1 diff --git a/src/router/databases/csv-en/billing_product_reward.csv b/src/router/databases/csv-en/billing_product_reward.csv new file mode 100644 index 0000000..9c77cba --- /dev/null +++ b/src/router/databases/csv-en/billing_product_reward.csv @@ -0,0 +1,2 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +50100011,1,1,1,0,0,500,1 diff --git a/src/router/databases/csv-en/billing_shop.csv b/src/router/databases/csv-en/billing_shop.csv new file mode 100644 index 0000000..8e77f52 --- /dev/null +++ b/src/router/databases/csv-en/billing_shop.csv @@ -0,0 +1,4 @@ +_id,_tabName,_name,_priority,_shopType,_spriteName,_masterShopRewardId,_masterReleaseLabelId +1010001,Shop,Love Gem Shop,10,1,shop_banner_gem,0,1 +4010001,LP Shop,LP Shop,10,4,shop_banner_gem,0,1 +3040001,Special Shop,Release Celebration Shop,99,3,shop_banner_paid,0,1 diff --git a/src/router/databases/csv-en/billing_subscription.csv b/src/router/databases/csv-en/billing_subscription.csv new file mode 100644 index 0000000..aa9ef64 --- /dev/null +++ b/src/router/databases/csv-en/billing_subscription.csv @@ -0,0 +1,13 @@ +_masterBillingProductId,_label,_deviceType,_name,_title,_summary,_subscriptionType,_masterReleaseLabelId +gent.aoharu.dev.google.subscription.980,subscription_01.980,2,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.本画面の下部に表示されている「解約する」ボタンをタップします
2.「左上の「≡」アイコン > 定期購入」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「定期購入を解約」をタップし、解約の操作を行います,1,1 +gent.aoharu.dev.apple.subscription.980,subscription_01.980,1,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.iOSの「設定」を起動します
2.「ご自身のユーザ名(Apple ID)>サブスクリプション」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「サブスクリプションをキャンセルする」をタップし、解約の操作を行います,1,1 +gent.aoharu.qa1.google.subscription_980,subscription_01.980,2,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.本画面の下部に表示されている「解約する」ボタンをタップします
2.「左上の「≡」アイコン > 定期購入」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「定期購入を解約」をタップし、解約の操作を行います,1,1 +gent.aoharu.qa1.apple.subscription.980,subscription_01.980,1,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.iOSの「設定」を起動します
2.「ご自身のユーザ名(Apple ID)>サブスクリプション」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「サブスクリプションをキャンセルする」をタップし、解約の操作を行います,1,1 +gent.aoharu.qa4.google.subscription_980,subscription_01.980,2,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.本画面の下部に表示されている「解約する」ボタンをタップします
2.「左上の「≡」アイコン > 定期購入」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「定期購入を解約」をタップし、解約の操作を行います,1,1 +gent.aoharu.qa4.apple.subscription.980,subscription_01.980,1,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.iOSの「設定」を起動します
2.「ご自身のユーザ名(Apple ID)>サブスクリプション」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「サブスクリプションをキャンセルする」をタップし、解約の操作を行います,1,1 +com.lovelive.sif2.gg.subscription_01.980,subscription_01.980,2,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.本画面の下部に表示されている「解約する」ボタンをタップします
2.「左上の「≡」アイコン > 定期購入」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「定期購入を解約」をタップし、解約の操作を行います,1,1 +com.lovelive.sif2.ap.subscription_01.980,subscription_01.980,1,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.iOSの「設定」を起動します
2.「ご自身のユーザ名(Apple ID)>サブスクリプション」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「サブスクリプションをキャンセルする」をタップし、解約の操作を行います,1,1 +gent.aoharu.qa3.google.subscription_980,subscription_01.980,2,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.本画面の下部に表示されている「解約する」ボタンをタップします
2.「左上の「≡」アイコン > 定期購入」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「定期購入を解約」をタップし、解約の操作を行います,1,1 +gent.aoharu.qa3.apple.subscription.980,subscription_01.980,1,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.iOSの「設定」を起動します
2.「ご自身のユーザ名(Apple ID)>サブスクリプション」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「サブスクリプションをキャンセルする」をタップし、解約の操作を行います,1,1 +gent.aoharu.gqa1.google.subscription_980,subscription_01.980,2,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.本画面の下部に表示されている「解約する」ボタンをタップします
2.「左上の「≡」アイコン > 定期購入」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「定期購入を解約」をタップし、解約の操作を行います,1,1 +gent.aoharu.gqa1.apple.subscription.980,subscription_01.980,1,MIRACLE Pass,MIRACLE Pass,MIRACLEパスに加入すると以下の特典が受けられる、自動更新の月額有料サービスです。
初回1か月間は無料でお試しいただけます。

■特典
・加入時、もしくは更新時に「500無償ラブカ」をお受け取りいただけます。
 ラブカはプレゼントよりお受け取りいただけます。
 また、加入時にアプリ内でご覧いただける会員証と会員番号が付与されます。
 ※初回のお試し期間中も獲得できます
 ※MIRACLEパス会員を解約された場合、会員番号はリセットされます

・MIRACLEパス専用ログインボーナスが解放されます。
 期間中20日間「50無償ラブカ」がプレゼントに配布され、期間中最大で
 「1000無償ラブカ」をお受け取りいただけます。
 ※初回のお試し期間中も獲得できます

・MIRACLEパス専用課題が解放されます。
 ライブをクリアすることで課題を達成していき、すべての課題をクリアすることで
 以下のアイテムをお受け取りいただけます。
  ・1500無償ラブカ
  ・ペンライト100個
  ・レッスンノート(大)150個
  ・スキルブック(大)30個
  ・LPキャンディ[小] 40個
  ・スキップチケット 75個
 ※初回のお試し期間中も獲得できます
 ※課題からお受け取りいただいたラブカやアイテムは直接付与されます
 ※課題内容はMIRACLEパスの購入、もしくは更新をもってリセットされます
  有効期間が終了する48時間前までに、課題をクリア頂くようよろしくお願いします

・更新月数に応じて、会員証の新デザインが追加されます。
 加入時点では8種類のデザインから選択することができます。
 また、2か月以上継続すると特典として、2種類デザインが追加されます。
 ※今後追加される可能性があります
 ※追加される際には、お知らせにて告知します

■注意事項
・MIRACLEパスは、自動更新の月額有料サービスです。
 購入してから1か月間有効です。
 -例)有効期間開始日時が1月31日の場合、終了日時は2月28日となります
・返品はできませんので、ご了承ください。
・MIRACLEパスを購入したことが無い場合に、初回無料でお試しいただけます。
 購入画面をご確認の上、ご購入お願いいたします。
 お試し期間終了後は解約を行うまで1ヶ月毎にご利用のStoreで決済が行われ、
 有効期間が自動的に更新されます。
 有効期間を更新せず、お試し期間のみで利用を終了したい場合は、
 お試し期間の終了日前々日までに、解約のお手続きを行ってください。
・お試し期間のご利用回数条件に反した場合、
 当アプリのアカウントを停止もしくは削除する場合がございます。
・有効期間は購入した日、または自動更新した日から1ヶ月間です。
・有効期間は1ヶ月ごとに自動更新されます。
・自動更新により月額980円のお支払いが発生します。
・MIRACLEパスの自動更新を停止しない限り、自動的に有効期間が更新されます。
・更新日当日は更新処理に遅延が発生する場合があります。
 一時的に効果が発動していない場合は時間をおいてから再度読み込みをお試しください。
・解約する際には、有効期間が終了する48時間前までに、自動更新を停止してください。
・途中で解約しても有効期間中は特典を受けられます。
・MIRACLEパスは、加入時点で利用している当アプリのアカウントでのみ有効となります。
・引継ぎ前の当アプリのアカウントでの有効期限の終了までは、
 新たに加入することはできませんのでご注意ください。
・また、アプリ削除等で新しい当アプリのアカウントを作成された場合、
 MIRACLEパスを引き継ぐことはできません。
・同一のMIRACLEパスに複数/重複加入が行われた場合、
 特典を重複して受け取ることはできません。
・有効期間終了後、実際に特典が無効になるまで、少々お時間をいただく場合があります。
・アプリを削除しても、解約のお手続きが行われない場合、
 自動更新は継続致しますのでご注意ください。
・異なるOSで機種変更を行う場合、または、同じOSの異なるアカウントに
 引継ぎを行う場合も、有効期間内はMIRACLEパスの効果が引き継がれます。
 そのため、新たにMIRACLEパスに加入される方は
 以前お使いのプラットフォーム(またはアカウント)で解約を済ませてからご加入ください。
 以前お使いのプラットフォーム(またはアカウント)での
 有効期間の終了までは新たに加入はできません。

■有効期間の確認方法、解約方法(自動更新の停止)について
MIRACLEパスの解約は以下手順にて行うことができます。
解約後、有効期間終了後は無効となります。
※OSのVerや端末によって操作が異なる可能性がございます。あらかじめご了承ください

1.iOSの「設定」を起動します
2.「ご自身のユーザ名(Apple ID)>サブスクリプション」の順にタップします
3.解約を希望される場合は、商品をタップします
4.「サブスクリプションをキャンセルする」をタップし、解約の操作を行います,1,1 diff --git a/src/router/masterdata/csv/billing_subscription_reward.csv b/src/router/databases/csv-en/billing_subscription_reward.csv similarity index 100% rename from src/router/masterdata/csv/billing_subscription_reward.csv rename to src/router/databases/csv-en/billing_subscription_reward.csv diff --git a/src/router/databases/csv-en/card.csv b/src/router/databases/csv-en/card.csv new file mode 100644 index 0000000..517425c --- /dev/null +++ b/src/router/databases/csv-en/card.csv @@ -0,0 +1,579 @@ +_id,_masterCharacterId,_name,_type,_masterSkillCenterId,_masterSkillId,_rarity,_hp,_smile,_cool,_pure,_illustId,_evolveIllustId,_masterCardLevelId,_uniqueBackgroundFileName,_evolveUniqueBackgroundFileName,_getCategory,_masterCardSysVoiceId,_albumUnitMId,_priority,_masterReleaseLabelId +10010001,1001,Originator,1,100001,10010001,1,2,3767,2968,3265,01001_0001_00,01001_0001_01,1,,,1,0,0,1,1 +10010002,1001,Full Speed Ahead!,2,200001,10010002,1,2,3102,2899,3999,01001_0002_00,01001_0002_01,1,,,1,0,0,1,1 +10010003,1001,Positive,3,300001,10010003,1,2,3235,3774,2991,01001_0003_00,01001_0003_01,1,,,1,0,0,1,1 +10010004,1001,Pep is Paramount,2,200001,10010004,1,2,3005,3085,3910,01001_0004_00,01001_0004_01,1,,,1,0,0,1,1 +10010005,1001,Prep for Practice!,3,300001,10010005,1,2,3130,3634,3236,01001_0005_00,01001_0005_01,1,,,1,0,0,1,1 +10010006,1001,Let's Sing Together,1,100001,10010006,1,2,3600,3113,3287,01001_0006_00,01001_0006_01,1,,,1,0,0,1,1 +10010007,1001,Goodnight Smiles,2,200001,10010007,1,2,3224,3035,3741,01001_0007_00,01001_0007_01,1,,,1,0,0,1,1 +10010008,1001,Out and About Smiles,1,100001,10010008,1,2,3720,3337,2943,01001_0008_00,01001_0008_01,1,,,1,0,0,1,1 +10010009,1001,Prepare to Be Smashed,3,300001,10010009,1,2,2992,4077,2931,01001_0009_00,01001_0009_01,1,,,1,0,0,1,1 +10010010,1001,Ear-to-Ear Smiles!,1,100002,10010010,2,3,4599,3417,3484,01001_0010_00,01001_0010_01,2,b_card_0001,b_card_0074,1,0,0,1,1 +10010011,1001,Hearts Aflame,2,200002,10010011,2,3,3344,3471,4685,01001_0011_00,01001_0011_01,2,b_adv_0022,b_card_0031,1,0,0,1,1 +10010012,1001,I'll Eat You Up!,3,300002,10010012,2,3,3665,4185,3650,01001_0012_00,01001_0012_01,2,b_card_0002,b_card_0039,1,0,0,1,1 +10010013,1001,Blossoms in Bloom,1,100005,10010013,3,4,4769,3962,4269,01001_0013_00,01001_0013_01,3,,,1,10010013,0,1,1 +10010014,1001,Rice Fruit?!,3,300003,10010014,3,4,4263,4693,4044,01001_0014_00,01001_0014_01,3,,,4,0,2051,1,1 +10020001,1002,Quarter,1,100001,10020001,1,2,3867,3108,3025,01002_0001_00,01002_0001_01,1,,,1,0,0,1,1 +10020002,1002,Clearheaded,2,200001,10020002,1,2,3196,2943,3861,01002_0002_00,01002_0002_01,1,,,1,0,0,1,1 +10020003,1002,Universally Popular,3,300001,10020003,1,2,2962,3805,3233,01002_0003_00,01002_0003_01,1,,,1,0,0,1,1 +10020004,1002,Exceptional Athlete,2,200001,10020004,1,2,3166,2807,4027,01002_0004_00,01002_0004_01,1,,,1,0,0,1,1 +10020005,1002,Sense of Duty,3,300001,10020005,1,2,3063,3608,3329,01002_0005_00,01002_0005_01,1,,,1,0,0,1,1 +10020006,1002,Student Council Prez,1,100001,10020006,1,2,3926,2840,3234,01002_0006_00,01002_0006_01,1,,,1,0,0,1,1 +10020007,1002,Before Falling Asleep,2,200001,10020007,1,2,3083,3008,3909,01002_0007_00,01002_0007_01,1,,,1,0,0,1,1 +10020008,1002,I'm Going Out!,1,100001,10020008,1,2,4015,2866,3119,01002_0008_00,01002_0008_01,1,,,1,0,0,1,1 +10020009,1002,Let's Be Supportive!,3,300001,10020009,1,2,3195,4009,2796,01002_0009_00,01002_0009_01,1,,,1,0,0,1,1 +10020010,1002,Harasho!,1,100002,10020010,2,3,4487,3621,3392,01002_0010_00,01002_0010_01,2,b_card_0001,b_card_0074,1,0,0,1,1 +10020011,1002,Eli's Confessional,2,200002,10020011,2,3,3783,3385,4332,01002_0011_00,01002_0011_01,2,b_card_0008,b_card_0033,1,0,0,1,1 +10020012,1002,Sun Shower,3,300002,10020012,2,3,3656,4281,3563,01002_0012_00,01002_0012_01,2,b_card_0011,b_card_0039,1,0,0,1,1 +10020013,1002,Evening Student Council Room,3,300004,10020013,3,4,3954,5270,3776,01002_0013_00,01002_0013_01,3,,,1,10020013,0,1,1 +10020014,1002,Arisa's Prank?,2,200003,10020014,3,4,3958,4091,4951,01002_0014_00,01002_0014_01,3,,,4,0,1987,1,1 +10030001,1003,Soft and Gentle,1,100001,10030001,1,2,3940,2872,3188,01003_0001_00,01003_0001_01,1,,,1,0,0,1,1 +10030002,1003,Actually a Maid,2,200001,10030002,1,2,2938,3073,3989,01003_0002_00,01003_0002_01,1,,,1,0,0,1,1 +10030003,1003,Come Play with Kotori!,3,300001,10030003,1,2,3202,3717,3081,01003_0003_00,01003_0003_01,1,,,1,0,0,1,1 +10030004,1003,I'm Ready to Roll!,2,200001,10030004,1,2,3200,3042,3758,01003_0004_00,01003_0004_01,1,,,1,0,0,1,1 +10030005,1003,Here Goes!,3,300001,10030005,1,2,3209,3635,3156,01003_0005_00,01003_0005_01,1,,,1,0,0,1,1 +10030006,1003,Heart Sign,1,100001,10030006,1,2,3764,2937,3299,01003_0006_00,01003_0006_01,1,,,1,0,0,1,1 +10030007,1003,Sleepy Time,2,200001,10030007,1,2,2987,2914,4099,01003_0007_00,01003_0007_01,1,,,1,0,0,1,1 +10030008,1003,Dressing Up to Go Out,1,100001,10030008,1,2,4028,2893,3079,01003_0008_00,01003_0008_01,1,,,1,0,0,1,1 +10030009,1003,Flying Down the Court,3,300001,10030009,1,2,3323,3624,3053,01003_0009_00,01003_0009_01,1,,,1,0,0,1,1 +10030010,1003,Goddess of Healing,1,100002,10030010,2,3,4500,3609,3391,01003_0010_00,01003_0010_01,2,b_card_0001,b_card_0075,1,0,0,1,1 +10030011,1003,Wonderful Treats,2,200002,10030011,2,3,3668,3662,4170,01003_0011_00,01003_0011_01,2,b_adv_0022,b_card_0018,1,0,0,1,1 +10030012,1003,Feeling Like a Sheep,3,300002,10030012,2,3,3667,4383,3450,01003_0012_00,01003_0012_01,2,b_card_0002,b_card_0039,1,0,0,1,1 +10030013,1003,Welcome!,2,200004,10030013,3,4,3725,3960,5315,01003_0013_00,01003_0013_01,3,,,1,10030013,0,1,1 +10030014,1003,Don't Get It Wrong!,3,300003,10030014,3,4,4030,5285,3685,01003_0014_00,01003_0014_01,3,,,4,0,2052,1,1 +10040001,1004,The Ideal Lady,1,100001,10040001,1,2,3815,3193,2992,01004_0001_00,01004_0001_01,1,,,1,0,0,1,1 +10040002,1004,Dancing Master,2,200001,10040002,1,2,3061,3124,3815,01004_0002_00,01004_0002_01,1,,,1,0,0,1,1 +10040003,1004,Dignified,3,300001,10040003,1,2,3081,3934,2985,01004_0003_00,01004_0003_01,1,,,1,0,0,1,1 +10040004,1004,Harsh Practice,2,200001,10040004,1,2,3114,2955,3931,01004_0004_00,01004_0004_01,1,,,1,0,0,1,1 +10040005,1004,Loosening Up,3,300001,10040005,1,2,2861,4081,3058,01004_0005_00,01004_0005_01,1,,,1,0,0,1,1 +10040006,1004,The Ideal Smile,1,100001,10040006,1,2,3732,3209,3059,01004_0006_00,01004_0006_01,1,,,1,0,0,1,1 +10040007,1004,Goodnight Greeting,2,200001,10040007,1,2,3055,3273,3672,01004_0007_00,01004_0007_01,1,,,1,0,0,1,1 +10040008,1004,Hiker's Express,1,100001,10040008,1,2,3796,2919,3285,01004_0008_00,01004_0008_01,1,,,1,0,0,1,1 +10040009,1004,Crisp in White,3,300001,10040009,1,2,3022,3641,3337,01004_0009_00,01004_0009_01,1,,,1,0,0,1,1 +10040010,1004,A Focused Mind,1,100002,10040010,2,3,4452,3673,3375,01004_0010_00,01004_0010_01,2,b_card_0001,b_card_0013,1,0,0,1,1 +10040011,1004,Love's Bind,2,200002,10040011,2,3,3471,3618,4411,01004_0011_00,01004_0011_01,2,b_adv_0022,b_card_0028,1,0,0,1,1 +10040012,1004,Lucky White Rabbit,3,300002,10040012,2,3,3522,4678,3300,01004_0012_00,01004_0012_01,2,b_card_0004,b_card_0039,1,0,0,1,1 +10040013,1004,To Enlightenment,1,100004,10040013,3,4,4773,4158,4069,01004_0013_00,01004_0013_01,3,,,1,10040013,0,1,1 +10040014,1004,Unified Feelings,2,200003,10040014,3,4,4251,4013,4736,01004_0014_00,01004_0014_01,3,,,4,0,2053,1,1 +10050001,1005,Athletic,1,100001,10050001,1,2,3821,3019,3160,01005_0001_00,01005_0001_01,1,,,1,0,0,1,1 +10050002,1005,Always Be Cheerful,2,200001,10050002,1,2,3180,2892,3928,01005_0002_00,01005_0002_01,1,,,1,0,0,1,1 +10050003,1005,Joyful Jump!,3,300001,10050003,1,2,3107,4073,2820,01005_0003_00,01005_0003_01,1,,,1,0,0,1,1 +10050004,1005,Good to Go,2,200001,10050004,1,2,3352,2952,3696,01005_0004_00,01005_0004_01,1,,,1,0,0,1,1 +10050005,1005,Rooftop Practice,3,300001,10050005,1,2,3275,3805,2920,01005_0005_00,01005_0005_01,1,,,1,0,0,1,1 +10050006,1005,Counting on Mew!,1,100001,10050006,1,2,3915,3180,2905,01005_0006_00,01005_0006_01,1,,,1,0,0,1,1 +10050007,1005,Getting Ready to Rest,2,200001,10050007,1,2,3001,3191,3808,01005_0007_00,01005_0007_01,1,,,1,0,0,1,1 +10050008,1005,Let's Go Hiking!,1,100001,10050008,1,2,3751,3113,3136,01005_0008_00,01005_0008_01,1,,,1,0,0,1,1 +10050009,1005,Competing in Speed,3,300001,10050009,1,2,3019,3809,3172,01005_0009_00,01005_0009_01,1,,,1,0,0,1,1 +10050010,1005,μ's Was Here,1,100002,10050010,2,3,4192,3481,3827,01005_0010_00,01005_0010_01,2,b_card_0001,b_card_0028,1,0,0,1,1 +10050011,1005,Check Out Rin!,2,200002,10050011,2,3,3564,3272,4664,01005_0011_00,01005_0011_01,2,b_card_0005,b_card_0034,1,0,0,1,1 +10050012,1005,Fickle Kitten,3,300002,10050012,2,3,3508,4533,3459,01005_0012_00,01005_0012_01,2,b_card_0006,b_card_0039,1,0,0,1,1 +10050013,1005,Dazzling Rooftop,3,300004,10050013,3,4,4136,4958,3906,01005_0013_00,01005_0013_01,3,,,1,10050013,0,1,1 +10050014,1005,My 1st Homemade Chocolate,1,100003,10050014,3,4,5229,3828,3943,01005_0014_00,01005_0014_01,3,,,4,0,2021,1,1 +10060001,1006,Hospital Heiress,1,100001,10060001,1,2,3748,3179,3073,01006_0001_00,01006_0001_01,1,,,1,0,0,1,1 +10060002,1006,On a High Horse,2,200001,10060002,1,2,3136,3023,3841,01006_0002_00,01006_0002_01,1,,,1,0,0,1,1 +10060003,1006,Hold My Head up High,3,300001,10060003,1,2,3216,3632,3152,01006_0003_00,01006_0003_01,1,,,1,0,0,1,1 +10060004,1006,Practice Confidently,2,200001,10060004,1,2,3301,2932,3767,01006_0004_00,01006_0004_01,1,,,1,0,0,1,1 +10060005,1006,Start with Stretching,3,300001,10060005,1,2,2944,3999,3057,01006_0005_00,01006_0005_01,1,,,1,0,0,1,1 +10060006,1006,Strong Opinions,1,100001,10060006,1,2,4025,2960,3015,01006_0006_00,01006_0006_01,1,,,1,0,0,1,1 +10060007,1006,Plans for Tomorrow,2,200001,10060007,1,2,2841,3071,4088,01006_0007_00,01006_0007_01,1,,,1,0,0,1,1 +10060008,1006,Young Lady’s Jaunt,1,100001,10060008,1,2,3775,2938,3287,01006_0008_00,01006_0008_01,1,,,1,0,0,1,1 +10060009,1006,Land the Spiral,3,300001,10060009,1,2,2955,3878,3167,01006_0009_00,01006_0009_01,1,,,1,0,0,1,1 +10060010,1006,After-School Diva,1,100002,10060010,2,3,4433,3516,3551,01006_0010_00,01006_0010_01,2,b_card_0001,b_card_0033,1,0,0,1,1 +10060011,1006,Secret Exam Room,2,200002,10060011,2,3,3697,3487,4316,01006_0011_00,01006_0011_01,2,b_adv_0022,b_card_0075,1,0,0,1,1 +10060012,1006,You're My Next Target,3,300002,10060012,2,3,3563,4649,3288,01006_0012_00,01006_0012_01,2,b_card_0007,b_card_0039,1,0,0,1,1 +10060013,1006,Smartphone Shyness,2,200004,10060013,3,4,4107,4070,4823,01006_0013_00,01006_0013_01,3,,,1,10060013,0,1,1 +10060014,1006,Fruit Tea,3,300003,10060014,3,4,3984,4866,4150,01006_0014_00,01006_0014_01,3,,,4,0,2022,1,1 +10070001,1007,Surprising Strategist,1,100001,10070001,1,2,3880,3020,3100,01007_0001_00,01007_0001_01,1,,,1,0,0,1,1 +10070002,1007,I'll Pull You In!,2,200001,10070002,1,2,3075,2825,4100,01007_0002_00,01007_0002_01,1,,,1,0,0,1,1 +10070003,1007,Nonchalant,3,300001,10070003,1,2,2862,4066,3072,01007_0003_00,01007_0003_01,1,,,1,0,0,1,1 +10070004,1007,Blinding Light,2,200001,10070004,1,2,2920,3043,4037,01007_0004_00,01007_0004_01,1,,,1,0,0,1,1 +10070005,1007,Time to Practice!,3,300001,10070005,1,2,2982,4060,2958,01007_0005_00,01007_0005_01,1,,,1,0,0,1,1 +10070006,1007,The Power of Fortune-Telling,1,100001,10070006,1,2,3648,3299,3053,01007_0006_00,01007_0006_01,1,,,1,0,0,1,1 +10070007,1007,See You Tomorrow,2,200001,10070007,1,2,3141,3209,3650,01007_0007_00,01007_0007_01,1,,,1,0,0,1,1 +10070008,1007,A Good Day to Go Out,1,100001,10070008,1,2,3736,2955,3309,01007_0008_00,01007_0008_01,1,,,1,0,0,1,1 +10070009,1007,I'm Gonna Attack!,3,300001,10070009,1,2,3273,3854,2873,01007_0009_00,01007_0009_01,1,,,1,0,0,1,1 +10070010,1007,Spiritual Power,1,100002,10070010,2,3,4564,3417,3519,01007_0010_00,01007_0010_01,2,b_card_0001,b_card_0074,1,0,0,1,1 +10070011,1007,Cards of Destiny,2,200002,10070011,2,3,3440,3781,4279,01007_0011_00,01007_0011_01,2,b_adv_0022,b_card_0033,1,0,0,1,1 +10070012,1007,Faking Sleep,3,300002,10070012,2,3,3583,4310,3607,01007_0012_00,01007_0012_01,2,b_card_0009,b_card_0039,1,0,0,1,1 +10070013,1007,Rain of Light,1,100004,10070013,3,4,4954,4084,3962,01007_0013_00,01007_0013_01,3,,,1,10070013,0,1,1 +10070014,1007,Surprise Wish!,2,200003,10070014,3,4,4202,3816,4982,01007_0014_00,01007_0014_01,3,,,4,0,1988,1,1 +10080001,1008,White Rice Fanatic,1,100001,10080001,1,2,3970,3061,2969,01008_0001_00,01008_0001_01,1,,,1,0,0,1,1 +10080002,1008,Not So Confident...,2,200001,10080002,1,2,2954,3047,3999,01008_0002_00,01008_0002_01,1,,,1,0,0,1,1 +10080003,1008,Admiration of Idols,3,300001,10080003,1,2,3035,3764,3201,01008_0003_00,01008_0003_01,1,,,1,0,0,1,1 +10080004,1008,I'll Give It My All!,2,200001,10080004,1,2,2993,3127,3880,01008_0004_00,01008_0004_01,1,,,1,0,0,1,1 +10080005,1008,I Want to Improve,3,300001,10080005,1,2,3083,3831,3086,01008_0005_00,01008_0005_01,1,,,1,0,0,1,1 +10080006,1008,Shy of Strangers,1,100001,10080006,1,2,4017,3121,2862,01008_0006_00,01008_0006_01,1,,,1,0,0,1,1 +10080007,1008,Lonely by Myself,2,200001,10080007,1,2,3076,3143,3781,01008_0007_00,01008_0007_01,1,,,1,0,0,1,1 +10080008,1008,Excited to Go Out!,1,100001,10080008,1,2,3843,3219,2938,01008_0008_00,01008_0008_01,1,,,1,0,0,1,1 +10080009,1008,Whole Mikan Oranges,3,300001,10080009,1,2,3268,3827,2905,01008_0009_00,01008_0009_01,1,,,1,0,0,1,1 +10080010,1008,Freshly Cooked Rice!,1,100002,10080010,2,3,4460,3632,3408,01008_0010_00,01008_0010_01,2,b_card_0001,b_card_0028,1,0,0,1,1 +10080011,1008,Your Order is Ready!,2,200002,10080011,2,3,3594,3202,4704,01008_0011_00,01008_0011_01,2,b_card_0003,b_card_0023,1,0,0,1,1 +10080012,1008,Strange Sympathy,3,300002,10080012,2,3,3322,4681,3497,01008_0012_00,01008_0012_01,2,b_card_0012,b_card_0043,1,0,0,1,1 +10080013,1008,Feelings for µ's,3,300004,10080013,3,4,4123,4952,3925,01008_0013_00,01008_0013_01,3,,,1,10080013,0,1,1 +10080014,1008,Glittering Lips,1,100003,10080014,3,4,4678,4265,4057,01008_0014_00,01008_0014_01,3,,,4,0,2023,1,1 +10090001,1009,Idol Otaku,1,100001,10090001,1,2,3706,2950,3344,01009_0001_00,01009_0001_01,1,,,1,0,0,1,1 +10090002,1009,Working Hard 24/7,2,200001,10090002,1,2,2902,3257,3841,01009_0002_00,01009_0002_01,1,,,1,0,0,1,1 +10090003,1009,Cute Movement,3,300001,10090003,1,2,3094,3922,2984,01009_0003_00,01009_0003_01,1,,,1,0,0,1,1 +10090004,1009,Nico Will Do Her Best!,2,200001,10090004,1,2,2856,3135,4009,01009_0004_00,01009_0004_01,1,,,1,0,0,1,1 +10090005,1009,No One Works Harder,3,300001,10090005,1,2,2854,4045,3101,01009_0005_00,01009_0005_01,1,,,1,0,0,1,1 +10090006,1009,Nico-Ni for All!,1,100001,10090006,1,2,3839,3104,3057,01009_0006_00,01009_0006_01,1,,,1,0,0,1,1 +10090007,1009,Hold Me Tight,2,200001,10090007,1,2,3049,3349,3602,01009_0007_00,01009_0007_01,1,,,1,0,0,1,1 +10090008,1009,The Wait's Over!,1,100001,10090008,1,2,3859,2883,3258,01009_0008_00,01009_0008_01,1,,,1,0,0,1,1 +10090009,1009,Training Both Mind & Body,3,300001,10090009,1,2,2851,3935,3214,01009_0009_00,01009_0009_01,1,,,1,0,0,1,1 +10090010,1009,Nico-Nico-Ni!,1,100002,10090010,2,3,4310,3609,3581,01009_0010_00,01009_0010_01,2,b_card_0001,b_card_0028,1,0,0,1,1 +10090011,1009,Let Me Teach You!,2,200002,10090011,2,3,3499,3564,4437,01009_0011_00,01009_0011_01,2,b_card_0008,b_card_0028,1,0,0,1,1 +10090012,1009,Nico's the Most Popular,3,300002,10090012,2,3,3744,4346,3410,01009_0012_00,01009_0012_01,2,b_card_0002,b_card_0039,1,0,0,1,1 +10090013,1009,A Welcome Lecture,2,200004,10090013,3,4,3754,4011,5235,01009_0013_00,01009_0013_01,3,,,1,10090013,0,1,1 +10090014,1009,Watermelon Cake?,3,300003,10090014,3,4,3839,5164,3997,01009_0014_00,01009_0014_01,3,,,4,0,1989,1,1 +20010001,2001,Beloved School Idols,2,200001,20010001,1,2,3256,2951,3793,02001_0001_00,02001_0001_01,1,,,1,0,0,1,1 +20010002,2001,Dreams Come True!,1,100001,20010002,1,2,3982,3042,2976,02001_0002_00,02001_0002_01,1,,,1,0,0,1,1 +20010003,2001,Gotta Give It a Try,3,300001,20010003,1,2,3124,3873,3003,02001_0003_00,02001_0003_01,1,,,1,0,0,1,1 +20010004,2001,Sore Loser,2,200001,20010004,1,2,3307,3049,3644,02001_0004_00,02001_0004_01,1,,,1,0,0,1,1 +20010005,2001,Packing for a Trip,1,100001,20010005,1,2,3779,2929,3292,02001_0005_00,02001_0005_01,1,,,1,0,0,1,1 +20010006,2001,Sending Out My Feelings,3,300001,20010006,1,2,3036,4080,2884,02001_0006_00,02001_0006_01,1,,,1,0,0,1,1 +20010007,2001,Swimming Weather!,2,200001,20010007,1,2,3289,3088,3623,02001_0007_00,02001_0007_01,1,,,1,0,0,1,1 +20010008,2001,Mikan Orange Power!,1,100002,20010008,2,3,4224,3467,3809,02001_0008_00,02001_0008_01,2,b_card_0045,b_adv_0019,1,0,0,1,1 +20010009,2001,Time to Brush!,2,200002,20010009,2,3,3483,3608,4409,02001_0009_00,02001_0009_01,2,b_card_0085,b_st_0004,1,0,0,1,1 +20010010,2001,Koala Nap,3,300002,20010010,2,3,3513,4440,3547,02001_0010_00,02001_0010_01,2,b_card_0041,b_card_0078,1,0,0,1,1 +20010011,2001,Post-Practice Walk & Talk,1,100006,20010011,3,4,5181,3778,4041,02001_0011_00,02001_0011_01,3,,,1,20010011,0,1,1 +20010012,2001,Orange Mermaid,2,200003,20010012,3,4,4022,3870,5108,02001_0012_00,02001_0012_01,3,,,4,0,2034,1,1 +20020001,2002,Here to Aid Everyone,2,200001,20020001,1,2,2980,3063,3957,02002_0001_00,02002_0001_01,1,,,1,0,0,1,1 +20020002,2002,Transfer Student from the City,1,100001,20020002,1,2,3834,3255,2911,02002_0002_00,02002_0002_01,1,,,1,0,0,1,1 +20020003,2002,Let's Have Some Fun!,3,300001,20020003,1,2,3170,3677,3153,02002_0003_00,02002_0003_01,1,,,1,0,0,1,1 +20020004,2002,Worked up a Sweat,2,200001,20020004,1,2,3065,2971,3964,02002_0004_00,02002_0004_01,1,,,1,0,0,1,1 +20020005,2002,Going All Over,1,100001,20020005,1,2,4009,2816,3175,02002_0005_00,02002_0005_01,1,,,1,0,0,1,1 +20020006,2002,Let's Have Tons of Fun,3,300001,20020006,1,2,2946,3747,3307,02002_0006_00,02002_0006_01,1,,,1,0,0,1,1 +20020007,2002,Uchiura's Appeal,3,300001,20020007,1,2,3146,4089,2765,02002_0007_00,02002_0007_01,1,,,1,0,0,1,1 +20020008,2002,Toward a New Me,1,100002,20020008,2,3,4430,3717,3353,02002_0008_00,02002_0008_01,2,b_card_0046,b_adv_0019,1,0,0,1,1 +20020009,2002,Time for Your Shot,2,200002,20020009,2,3,3474,3604,4422,02002_0009_00,02002_0009_01,2,b_card_0061,b_st_0004,1,0,0,1,1 +20020010,2002,Performance Partner,3,300002,20020010,2,3,3427,4602,3471,02002_0010_00,02002_0010_01,2,b_card_0041,b_card_0078,1,0,0,1,1 +20020011,2002,Trio's Melody,3,300004,20020011,3,4,4060,5028,3912,02002_0011_00,02002_0011_01,3,,,1,20020011,0,1,1 +20020012,2002,Apple's Temptation,1,100003,20020012,3,4,4930,4155,3915,02002_0012_00,02002_0012_01,3,,,4,0,2035,1,1 +20030001,2003,Grownup Personality,2,200001,20030001,1,2,3108,3202,3690,02003_0001_00,02003_0001_01,1,,,1,0,0,1,1 +20030002,2003,Shopping Support,1,100001,20030002,1,2,3996,2901,3103,02003_0002_00,02003_0002_01,1,,,1,0,0,1,1 +20030003,2003,Wanna Go Out?,3,300001,20030003,1,2,2827,3954,3219,02003_0003_00,02003_0003_01,1,,,1,0,0,1,1 +20030004,2003,Tie Back Your Hair,2,200001,20030004,1,2,3090,3040,3870,02003_0004_00,02003_0004_01,1,,,1,0,0,1,1 +20030005,2003,"Far, Far Away",1,100001,20030005,1,2,3642,3137,3221,02003_0005_00,02003_0005_01,1,,,1,0,0,1,1 +20030006,2003,All Systems Go,3,300001,20030006,1,2,3124,3856,3020,02003_0006_00,02003_0006_01,1,,,1,0,0,1,1 +20030007,2003,Surfing's My Forte,1,100001,20030007,1,2,3624,3057,3319,02003_0007_00,02003_0007_01,1,,,1,0,0,1,1 +20030008,2003,Costume Fitting,1,100002,20030008,2,3,4646,3317,3537,02003_0008_00,02003_0008_01,2,b_adv_0018,b_adv_0019,1,0,0,1,1 +20030009,2003,"Try, Try Again!",2,200002,20030009,2,3,3333,3679,4488,02003_0009_00,02003_0009_01,2,b_card_0056,b_adv_0019,1,0,0,1,1 +20030010,2003,Entranced by Nature,3,300002,20030010,2,3,3750,4318,3432,02003_0010_00,02003_0010_01,2,b_card_0055,b_card_0078,1,0,0,1,1 +20030011,2003,Sea Breeze's Kiss,2,200004,20030011,3,4,4081,3838,5081,02003_0011_00,02003_0011_01,3,,,1,20030011,0,1,1 +20030012,2003,Ring Finger,3,300003,20030012,3,4,4229,4809,3962,02003_0012_00,02003_0012_01,3,,,4,0,2005,1,1 +20040001,2004,Famous Daughter,2,200001,20040001,1,2,3230,3139,3631,02004_0001_00,02004_0001_01,1,,,1,0,0,1,1 +20040002,2004,Perfectionist,1,100001,20040002,1,2,3775,3236,2989,02004_0002_00,02004_0002_01,1,,,1,0,0,1,1 +20040003,2004,Zero Defects Allowed,3,300001,20040003,1,2,3212,3931,2857,02004_0003_00,02004_0003_01,1,,,1,0,0,1,1 +20040004,2004,Aim for the Top,2,200001,20040004,1,2,3070,3207,3723,02004_0004_00,02004_0004_01,1,,,1,0,0,1,1 +20040005,2004,How Far Can We Go?,1,100001,20040005,1,2,4089,2919,2992,02004_0005_00,02004_0005_01,1,,,1,0,0,1,1 +20040006,2004,Meetup at the Sluice Gate,3,300001,20040006,1,2,3177,3994,2829,02004_0006_00,02004_0006_01,1,,,1,0,0,1,1 +20040007,2004,Lighting Up Uchiura,1,100001,20040007,1,2,3708,3316,2976,02004_0007_00,02004_0007_01,1,,,1,0,0,1,1 +20040008,2004,The Limit Is 2 cm!,1,100002,20040008,2,3,4692,3555,3253,02004_0008_00,02004_0008_01,2,b_card_0047,b_adv_0019,1,0,0,1,1 +20040009,2004,We Are Aqours!,2,200002,20040009,2,3,3476,3754,4270,02004_0009_00,02004_0009_01,2,b_card_0056,b_adv_0019,1,0,0,1,1 +20040010,2004,Twist of History,3,300002,20040010,2,3,3758,4281,3461,02004_0010_00,02004_0010_01,2,b_card_0055,b_card_0078,1,0,0,1,1 +20040011,2004,Sister's Routine,1,100004,20040011,3,4,5180,4072,3748,02004_0011_00,02004_0011_01,3,,,1,20040011,0,1,1 +20040012,2004,Beware of Wolf,2,200003,20040012,3,4,3749,3943,5308,02004_0012_00,02004_0012_01,3,,,4,0,2006,1,1 +20050001,2005,Aye Aye!,2,200001,20050001,1,2,3201,2911,3888,02005_0001_00,02005_0001_01,1,,,1,0,0,1,1 +20050002,2005,Aspiring Captain,1,100001,20050002,1,2,4099,3086,2815,02005_0002_00,02005_0002_01,1,,,1,0,0,1,1 +20050003,2005,Chika's Mikan Oranges,3,300001,20050003,1,2,3076,3659,3265,02005_0003_00,02005_0003_01,1,,,1,0,0,1,1 +20050004,2005,Time to Set Sail,2,200001,20050004,1,2,2948,3101,3951,02005_0004_00,02005_0004_01,1,,,1,0,0,1,1 +20050005,2005,All Aboard!,1,100001,20050005,1,2,4095,2776,3129,02005_0005_00,02005_0005_01,1,,,1,0,0,1,1 +20050006,2005,Excuse Me!,3,300001,20050006,1,2,2952,3700,3348,02005_0006_00,02005_0006_01,1,,,1,0,0,1,1 +20050007,2005,Seaside Swimming Spot,2,200001,20050007,1,2,3147,3027,3826,02005_0007_00,02005_0007_01,1,,,1,0,0,1,1 +20050008,2005,Costume-Making,1,100002,20050008,2,3,4166,3829,3505,02005_0008_00,02005_0008_01,2,b_card_0048,b_adv_0019,1,0,0,1,1 +20050009,2005,Come a Little Closer,2,200002,20050009,2,3,3723,3484,4293,02005_0009_00,02005_0009_01,2,b_card_0056,b_adv_0019,1,0,0,1,1 +20050010,2005,The Culprit...Is You!,3,300002,20050010,2,3,3522,4718,3260,02005_0010_00,02005_0010_01,2,b_card_0060,b_st_0004,1,0,0,1,1 +20050011,2005,Sparkling Water,3,300004,20050011,3,4,3886,4888,4226,02005_0011_00,02005_0011_01,3,,,1,20050011,0,1,1 +20050012,2005,Bridal Countdown,1,100003,20050012,3,4,4705,3974,4321,02005_0012_00,02005_0012_01,3,,,4,0,2036,1,1 +20060001,2006,Meeting Yohane!,2,200001,20060001,1,2,3166,3207,3627,02006_0001_00,02006_0001_01,1,,,1,0,0,1,1 +20060002,2006,Fallen Angel Yohane,1,100001,20060002,1,2,3704,3297,2999,02006_0002_00,02006_0002_01,1,,,1,0,0,1,1 +20060003,2006,A Sinful Devil,3,300001,20060003,1,2,2875,4079,3046,02006_0003_00,02006_0003_01,1,,,1,0,0,1,1 +20060004,2006,Fall from Grace,2,200001,20060004,1,2,3174,3187,3639,02006_0004_00,02006_0004_01,1,,,1,0,0,1,1 +20060005,2006,This Is Temporary!,1,100001,20060005,1,2,3959,3059,2982,02006_0005_00,02006_0005_01,1,,,1,0,0,1,1 +20060006,2006,Descend with Me,3,300001,20060006,1,2,3192,3712,3096,02006_0006_00,02006_0006_01,1,,,1,0,0,1,1 +20060007,2006,Seaside Fallen Angel,3,300001,20060007,1,2,3257,3670,3073,02006_0007_00,02006_0007_01,1,,,1,0,0,1,1 +20060008,2006,Sinfully Dark Dress,1,100002,20060008,2,3,4421,3573,3506,02006_0008_00,02006_0008_01,2,b_card_0049,b_adv_0019,1,0,0,1,1 +20060009,2006,Ultimate Fallen Angel Cheer,2,200002,20060009,2,3,3502,3626,4372,02006_0009_00,02006_0009_01,2,b_card_0056,b_adv_0019,1,0,0,1,1 +20060010,2006,Black Magic Woman,3,300002,20060010,2,3,3478,4639,3383,02006_0010_00,02006_0010_01,2,b_card_0033,b_st_0004,1,0,0,1,1 +20060011,2006,Fallen Angel R-P-S,2,200004,20060011,3,4,4071,3931,4998,02006_0011_00,02006_0011_01,3,,,1,20060011,0,1,1 +20060012,2006,Descent into Hellfire,3,300003,20060012,3,4,3994,5223,3783,02006_0012_00,02006_0012_01,3,,,4,0,1951,1,1 +20070001,2007,Temple's Daughter,2,200001,20070001,1,2,3141,3189,3670,02007_0001_00,02007_0001_01,1,,,1,0,0,1,1 +20070002,2007,Lover of Literature,1,100001,20070002,1,2,3836,3051,3113,02007_0002_00,02007_0002_01,1,,,1,0,0,1,1 +20070003,2007,Chilling at the Library,3,300001,20070003,1,2,3147,3842,3011,02007_0003_00,02007_0003_01,1,,,1,0,0,1,1 +20070004,2007,I'll Do My Best,2,200001,20070004,1,2,2863,3100,4037,02007_0004_00,02007_0004_01,1,,,1,0,0,1,1 +20070005,2007,Bookworm's Day Out,1,100001,20070005,1,2,3896,3078,3026,02007_0005_00,02007_0005_01,1,,,1,0,0,1,1 +20070006,2007,After Choir Practice,3,300001,20070006,1,2,2949,3925,3126,02007_0006_00,02007_0006_01,1,,,1,0,0,1,1 +20070007,2007,At the Uchiura Shore,1,100001,20070007,1,2,3850,2990,3160,02007_0007_00,02007_0007_01,1,,,1,0,0,1,1 +20070008,2007,My Books Are My Fortune,1,100002,20070008,2,3,4206,3734,3560,02007_0008_00,02007_0008_01,2,b_card_0050,b_adv_0019,1,0,0,1,1 +20070009,2007,Every Day's an Adventure,2,200002,20070009,2,3,3598,3749,4153,02007_0009_00,02007_0009_01,2,b_card_0055,b_card_0078,1,0,0,1,1 +20070010,2007,Cubify the Ball,3,300002,20070010,2,3,3725,4218,3557,02007_0010_00,02007_0010_01,2,b_card_0063,b_st_0004,1,0,0,1,1 +20070011,2007,After Lunch,1,100004,20070011,3,4,4877,4127,3996,02007_0011_00,02007_0011_01,3,,,1,20070011,0,1,1 +20070012,2007,Unfading Beauty,2,200003,20070012,3,4,4009,4181,4810,02007_0012_00,02007_0012_01,3,,,4,0,1952,1,1 +20080001,2008,Ciao♪,2,200001,20080001,1,2,2891,3097,4012,02008_0001_00,02008_0001_01,1,,,1,0,0,1,1 +20080002,2008,Chairwoman,1,100001,20080002,1,2,3665,3137,3198,02008_0002_00,02008_0002_01,1,,,1,0,0,1,1 +20080003,2008,Shiny☆,3,300001,20080003,1,2,3092,3715,3193,02008_0003_00,02008_0003_01,1,,,1,0,0,1,1 +20080004,2008,Fearless Challenger,2,200001,20080004,1,2,3346,2976,3678,02008_0004_00,02008_0004_01,1,,,1,0,0,1,1 +20080005,2008,Equestrian Lessons,1,100001,20080005,1,2,3859,3020,3121,02008_0005_00,02008_0005_01,1,,,1,0,0,1,1 +20080006,2008,Out and About with Mari,3,300001,20080006,1,2,3159,4078,2763,02008_0006_00,02008_0006_01,1,,,1,0,0,1,1 +20080007,2008,Uchiura is the Best!,3,300001,20080007,1,2,3151,3807,3042,02008_0007_00,02008_0007_01,1,,,1,0,0,1,1 +20080008,2008,Resort Outfit,1,100002,20080008,2,3,4547,3338,3615,02008_0008_00,02008_0008_01,2,b_card_0051,b_adv_0019,1,0,0,1,1 +20080009,2008,Love Potion,2,200002,20080009,2,3,3244,3643,4613,02008_0009_00,02008_0009_01,2,b_card_0061,b_st_0004,1,0,0,1,1 +20080010,2008,Flaming Passion,3,300002,20080010,2,3,3362,4594,3544,02008_0010_00,02008_0010_01,2,b_card_0041,b_card_0078,1,0,0,1,1 +20080011,2008,So Picturesque,3,300004,20080011,3,4,4086,4760,4154,02008_0011_00,02008_0011_01,3,,,1,20080011,0,1,1 +20080012,2008,Fruit Carnival!,1,100003,20080012,3,4,4797,3980,4223,02008_0012_00,02008_0012_01,3,,,4,0,2007,1,1 +20090001,2009,Crybaby,2,200001,20090001,1,2,3103,2805,4092,02009_0001_00,02009_0001_01,1,,,1,0,0,1,1 +20090002,2009,Easily Frightened,1,100001,20090002,1,2,3660,3059,3281,02009_0002_00,02009_0002_01,1,,,1,0,0,1,1 +20090003,2009,Sewing Specialist,3,300001,20090003,1,2,3108,3951,2941,02009_0003_00,02009_0003_01,1,,,1,0,0,1,1 +20090004,2009,Aim to Be an Idol,2,200001,20090004,1,2,3156,2832,4012,02009_0004_00,02009_0004_01,1,,,1,0,0,1,1 +20090005,2009,Let's Travel Far Away,1,100001,20090005,1,2,3719,3228,3053,02009_0005_00,02009_0005_01,1,,,1,0,0,1,1 +20090006,2009,Waiting On My Sister,3,300001,20090006,1,2,2860,3892,3248,02009_0006_00,02009_0006_01,1,,,1,0,0,1,1 +20090007,2009,Warm Sandy Beach,2,200001,20090007,1,2,2884,3263,3853,02009_0007_00,02009_0007_01,1,,,1,0,0,1,1 +20090008,2009,I Can Do It!,1,100002,20090008,2,3,4516,3604,3380,02009_0008_00,02009_0008_01,2,b_card_0052,b_adv_0019,1,0,0,1,1 +20090009,2009,Cheerleader Tryout,2,200002,20090009,2,3,3542,3760,4198,02009_0009_00,02009_0009_01,2,b_card_0056,b_adv_0019,1,0,0,1,1 +20090010,2009,Ruby's Courage,3,300002,20090010,2,3,3556,4382,3562,02009_0010_00,02009_0010_01,2,b_card_0041,b_card_0078,1,0,0,1,1 +20090011,2009,Sleepyhead,2,200004,20090011,3,4,4249,4054,4697,02009_0011_00,02009_0011_01,3,,,1,20090011,0,1,1 +20090012,2009,Note the Flowers,3,300003,20090012,3,4,3982,4735,4283,02009_0012_00,02009_0012_01,3,,,4,0,1953,1,1 +30010001,3001,Gracefully,1,100001,30010001,1,2,3671,3226,3103,03001_0001_00,03001_0001_01,1,,,1,0,0,1,1 +30010002,3001,One Step at a Time,2,200001,30010002,1,2,3228,2983,3789,03001_0002_00,03001_0002_01,1,,,1,0,0,1,1 +30010003,3001,Hard Worker,3,300001,30010003,1,2,2907,4025,3068,03001_0003_00,03001_0003_01,1,,,1,0,0,1,1 +30010004,3001,Flower in the Night Sky,1,100002,30010004,2,3,4267,3708,3525,03001_0004_00,03001_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30010005,3001,Cool Blooming Flower,2,200002,30010005,2,3,3600,3402,4498,03001_0005_00,03001_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30010006,3001,Easter Bunny!,3,300002,30010006,2,3,3576,4202,3722,03001_0006_00,03001_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30010007,3001,Right Next to You,3,300007,30010007,3,4,4136,4805,4059,03001_0007_00,03001_0007_01,3,,,1,30010007,0,1,1 +30020001,3002,Little Demon,1,100001,30020001,1,2,4101,3024,2875,03002_0001_00,03002_0001_01,1,,,1,0,0,1,1 +30020002,3002,Kasumin!,2,200001,30020002,1,2,2986,3318,3696,03002_0002_00,03002_0002_01,1,,,1,0,0,1,1 +30020003,3002,Cuteness Research,3,300001,30020003,1,2,2831,3970,3199,03002_0003_00,03002_0003_01,1,,,1,0,0,1,1 +30020004,3002,Canary Kasumin,1,100002,30020004,2,3,4216,3688,3596,03002_0004_00,03002_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30020005,3002,Healthy and Cute,2,200002,30020005,2,3,3436,3359,4705,03002_0005_00,03002_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30020006,3002,Search with Kasumin!,3,300002,30020006,2,3,3367,4431,3702,03002_0006_00,03002_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30020007,3002,Rainbow Bread Roll,1,100004,30020007,3,4,4799,4265,3936,03002_0007_00,03002_0007_01,3,,,1,30020007,0,1,1 +30030001,3003,Red Ribbon,1,100001,30030001,1,2,3629,3230,3141,03003_0001_00,03003_0001_01,1,,,1,0,0,1,1 +30030002,3003,Capable and Collected,2,200001,30030002,1,2,3095,3015,3890,03003_0002_00,03003_0002_01,1,,,1,0,0,1,1 +30030003,3003,Theater Club Member,3,300001,30030003,1,2,3060,3626,3314,03003_0003_00,03003_0003_01,1,,,1,0,0,1,1 +30030004,3003,Azure Heroine,1,100002,30030004,2,3,4302,3421,3777,03003_0004_00,03003_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30030005,3003,Seeking Coolness,2,200002,30030005,2,3,3547,3508,4445,03003_0005_00,03003_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30030006,3003,"Tea Time, Break Time",3,300002,30030006,2,3,3663,4248,3589,03003_0006_00,03003_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30030007,3003,My True Self,2,200004,30030007,3,4,3906,4293,4801,03003_0007_00,03003_0007_01,3,,,1,30030007,0,1,1 +30040001,3004,Magazine Model,1,100001,30040001,1,2,4070,3030,2900,03004_0001_00,03004_0001_01,1,,,1,0,0,1,1 +30040002,3004,A Reliable Ally,2,200001,30040002,1,2,3048,3202,3750,03004_0002_00,03004_0002_01,1,,,1,0,0,1,1 +30040003,3004,With Self Discipline,3,300001,30040003,1,2,3066,3788,3146,03004_0003_00,03004_0003_01,1,,,1,0,0,1,1 +30040004,3004,Fragrant Folding Fan,1,100002,30040004,2,3,4455,3543,3502,03004_0004_00,03004_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30040005,3004,Passion Is in My Heart,2,200002,30040005,2,3,3355,3693,4452,03004_0005_00,03004_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30040006,3004,Sometimes Cute's the Way,3,300002,30040006,2,3,3414,4547,3539,03004_0006_00,03004_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30040007,3004,The Pursuit of Quality,3,300004,30040007,3,4,3960,5024,4016,03004_0007_00,03004_0007_01,3,,,1,30040007,0,1,1 +30050001,3005,Everyone's Sun,1,100001,30050001,1,2,3931,3168,2901,03005_0001_00,03005_0001_01,1,,,1,0,0,1,1 +30050002,3005,Helper,2,200001,30050002,1,2,3030,3034,3936,03005_0002_00,03005_0002_01,1,,,1,0,0,1,1 +30050003,3005,Ambition,3,300001,30050003,1,2,2841,3971,3188,03005_0003_00,03005_0003_01,1,,,1,0,0,1,1 +30050004,3005,Summertime Sunshine,1,100002,30050004,2,3,4263,3594,3643,03005_0004_00,03005_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30050005,3005,Water Balloon Splash!,2,200002,30050005,2,3,3622,3280,4598,03005_0005_00,03005_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30050006,3005,Happy Easter!,3,300002,30050006,2,3,3265,4693,3542,03005_0006_00,03005_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30050007,3005,A Change of Pace,1,100004,30050007,3,4,4871,3888,4241,03005_0007_00,03005_0007_01,3,,,1,30050007,0,1,1 +30060001,3006,At My Own Pace,1,100001,30060001,1,2,3940,3070,2990,03006_0001_00,03006_0001_01,1,,,1,0,0,1,1 +30060002,3006,Zzz...,2,200001,30060002,1,2,3067,3078,3855,03006_0002_00,03006_0002_01,1,,,1,0,0,1,1 +30060003,3006,As the Big Sister,3,300001,30060003,1,2,2927,3878,3195,03006_0003_00,03006_0003_01,1,,,1,0,0,1,1 +30060004,3006,Land of Dreams in Summer,1,100002,30060004,2,3,4511,3642,3347,03006_0004_00,03006_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30060005,3006,Tranquil Morning Trip,2,200002,30060005,2,3,3796,3417,4287,03006_0005_00,03006_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30060006,3006,Follow the Rabbit,3,300002,30060006,2,3,3473,4671,3356,03006_0006_00,03006_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30060007,3006,Sisterly Supper,2,200004,30060007,3,4,3848,3959,5193,03006_0007_00,03006_0007_01,3,,,1,30060007,0,1,1 +30070001,3007,Hot-Blooded Drive,1,100001,30070001,1,2,3865,3007,3128,03007_0001_00,03007_0001_01,1,,,1,0,0,1,1 +30070002,3007,Heroic Transformation,2,200001,30070002,1,2,3289,2894,3817,03007_0002_00,03007_0002_01,1,,,1,0,0,1,1 +30070003,3007,Passionate Soul,3,300001,30070003,1,2,3294,3643,3063,03007_0003_00,03007_0003_01,1,,,1,0,0,1,1 +30070004,3007,Shine Under the Sun,1,100002,30070004,2,3,4700,3536,3264,03007_0004_00,03007_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30070005,3007,Crimson Pinwheel,2,200002,30070005,2,3,3799,3533,4168,03007_0005_00,03007_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30070006,3007,I Found an Egg!,3,300002,30070006,2,3,3436,4564,3500,03007_0006_00,03007_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30070007,3007,Professing My Love!,3,300004,30070007,3,4,3802,5139,4059,03007_0007_00,03007_0007_01,3,,,1,30070007,0,1,1 +30080001,3008,Calm but Headstrong,1,100001,30080001,1,2,4018,3014,2968,03008_0001_00,03008_0001_01,1,,,1,0,0,1,1 +30080002,3008,Swiss Air,2,200001,30080002,1,2,3205,3109,3686,03008_0002_00,03008_0002_01,1,,,1,0,0,1,1 +30080003,3008,Everyone's Support,3,300001,30080003,1,2,2963,3994,3043,03008_0003_00,03008_0003_01,1,,,1,0,0,1,1 +30080004,3008,Under the Summer Sun,1,100002,30080004,2,3,4539,3480,3481,03008_0004_00,03008_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30080005,3008,Savoring a Snow Cone,2,200002,30080005,2,3,3534,3713,4253,03008_0005_00,03008_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30080006,3008,I Found the Cutest Egg,3,300002,30080006,2,3,3518,4401,3581,03008_0006_00,03008_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30080007,3008,Gently Filtered Sun,1,100004,30080007,3,4,5327,3807,3866,03008_0007_00,03008_0007_01,3,,,1,30080007,0,1,1 +30090001,3009,What I Want to Do,1,100001,30090001,1,2,3594,3070,3336,03009_0001_00,03009_0001_01,1,,,1,0,0,1,1 +30090002,3009,Forming Bonds,2,200001,30090002,1,2,2982,3078,3940,03009_0002_00,03009_0002_01,1,,,1,0,0,1,1 +30090003,3009,Rina-chan Board,3,300001,30090003,1,2,2987,3833,3180,03009_0003_00,03009_0003_01,1,,,1,0,0,1,1 +30090004,3009,Rina-chan Fan,1,100002,30090004,2,3,4323,3728,3449,03009_0004_00,03009_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30090005,3009,Cool Off in a Cool Spot,2,200002,30090005,2,3,3670,3660,4170,03009_0005_00,03009_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30090006,3009,Easter Balloon,3,300002,30090006,2,3,3558,4442,3500,03009_0006_00,03009_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30090007,3009,Walker-in-Charge,2,200004,30090007,3,4,3810,3916,5274,03009_0007_00,03009_0007_01,3,,,1,30090007,0,1,1 +30100001,3010,Where Dreams Begin,1,100001,30100001,1,2,3757,2955,3288,03010_0001_00,03010_0001_01,1,,,1,0,0,1,1 +30100002,3010,For Everyone's Sake,2,200001,30100002,1,2,3093,3098,3809,03010_0002_00,03010_0002_01,1,,,1,0,0,1,1 +30100003,3010,Steady Effort,3,300001,30100003,1,2,2790,4032,3178,03010_0003_00,03010_0003_01,1,,,1,0,0,1,1 +30100004,3010,Fluttering Flowers,1,100002,30100004,2,3,4378,3496,3626,03010_0004_00,03010_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30100005,3010,Blooming in the Shade,2,200002,30100005,2,3,3587,3490,4423,03010_0005_00,03010_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30100006,3010,A Symbol of Revival,3,300002,30100006,2,3,3369,4423,3708,03010_0006_00,03010_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30100007,3010,Diligence!,3,300004,30100007,3,4,4111,4704,4185,03010_0007_00,03010_0007_01,3,,,1,30100007,0,1,1 +30110001,3011,Grade-Skipper,1,100001,30110001,1,2,3840,2942,3218,03011_0001_00,03011_0001_01,1,,,1,0,0,1,1 +30110002,3011,New Yorker,2,200001,30110002,1,2,3307,2987,3706,03011_0002_00,03011_0002_01,1,,,1,0,0,1,1 +30110003,3011,My Song,3,300001,30110003,1,2,2908,3870,3222,03011_0003_00,03011_0003_01,1,,,1,0,0,1,1 +30110004,3011,Trying on a Yukata,1,100002,30110004,2,3,4610,3345,3545,03011_0004_00,03011_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30110005,3011,"Oh, Sweet Ramune",2,200002,30110005,2,3,3820,3511,4169,03011_0005_00,03011_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30110006,3011,Where Are the Eggs?,3,300002,30110006,2,3,3703,4384,3413,03011_0006_00,03011_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30110007,3011,All-Out Composing,1,100004,30110007,3,4,4815,4179,4006,03011_0007_00,03011_0007_01,3,,,1,30110007,0,1,1 +30120001,3012,Mou Man Tai! No Prob!,1,100001,30120001,1,2,4048,2794,3158,03012_0001_00,03012_0001_01,1,,,1,0,0,1,1 +30120002,3012,Born in Hong Kong,2,200001,30120002,1,2,3014,2909,4077,03012_0002_00,03012_0002_01,1,,,1,0,0,1,1 +30120003,3012,I Can Do Anything,3,300001,30120003,1,2,3167,3945,2888,03012_0003_00,03012_0003_01,1,,,1,0,0,1,1 +30120004,3012,Nonchalant Strut,1,100002,30120004,2,3,4661,3368,3471,03012_0004_00,03012_0004_01,2,b_card_0013,b_adv_0019,1,0,0,1,1 +30120005,3012,Crunchy Candy Apple,2,200002,30120005,2,3,3380,3717,4403,03012_0005_00,03012_0005_01,2,b_card_0081,b_card_0074,1,0,0,1,1 +30120006,3012,Fruit Sandwich,3,300002,30120006,2,3,3676,4155,3669,03012_0006_00,03012_0006_01,2,b_card_0003,b_adv_0021,1,0,0,1,1 +30120007,3012,Friends and Rivals,2,200004,30120007,3,4,4124,3946,4930,03012_0007_00,03012_0007_01,3,,,1,30120007,0,1,1 +40010001,4001,Feeling Determined,1,100001,40010001,1,2,3861,2923,3216,04001_0001_00,04001_0001_01,1,,,1,0,0,1,1 +40010002,4001,I Love to Sing,2,200001,40010002,1,2,3092,2832,4076,04001_0002_00,04001_0002_01,1,,,1,0,0,1,1 +40010003,4001,Singing at Home,3,300001,40010003,1,2,3089,3807,3104,04001_0003_00,04001_0003_01,1,,,1,0,0,1,1 +40010004,4001,Cheering Everybody Up,1,100002,40010004,2,3,4457,3676,3367,04001_0004_00,04001_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40010005,4001,A Little Shy,2,200002,40010005,2,3,3428,3720,4352,04001_0005_00,04001_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40010006,4001,Heading Out to Harajuku,3,300002,40010006,2,3,3501,4166,3833,04001_0006_00,04001_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40010007,4001,Heartfelt Feelings,1,100008,40010007,3,4,5292,3855,3853,04001_0007_00,04001_0007_01,3,,,1,40010007,0,1,1 +40010008,4001,Always Sunny Above the Clouds,3,300003,40010008,3,4,4111,5089,3956,04001_0008_00,04001_0008_01,3,,,4,0,1000,1,223121515 +40020001,4002,Beeline!,1,100001,40020001,1,2,3617,3318,3065,04002_0001_00,04002_0001_01,1,,,1,0,0,1,1 +40020002,4002,Born in Shanghai,2,200001,40020002,1,2,3084,3089,3827,04002_0002_00,04002_0002_01,1,,,1,0,0,1,1 +40020003,4002,Dressing Up at Home,3,300001,40020003,1,2,3163,3910,2927,04002_0003_00,04002_0003_01,1,,,1,0,0,1,1 +40020004,4002,I'll Do My Very Best!,1,100002,40020004,2,3,4379,3458,3663,04002_0004_00,04002_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40020005,4002,Powerfully Passionate,2,200002,40020005,2,3,3518,3736,4246,04002_0005_00,04002_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40020006,4002,Getting Rough!,3,300002,40020006,2,3,3541,4499,3460,04002_0006_00,04002_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40020007,4002,Costume Stylist,3,300004,40020007,3,4,3825,4983,4192,04002_0007_00,04002_0007_01,3,,,1,40020007,0,1,1 +40020008,4002,No Time Like the Present,2,200003,40020008,3,4,4257,3869,5030,04002_0008_00,04002_0008_01,3,,,4,0,1000,1,223121515 +40030001,4003,Choreographer,1,100001,40030001,1,2,4048,2917,3035,04003_0001_00,04003_0001_01,1,,,1,0,0,1,1 +40030002,4003,Love for Round Things,2,200001,40030002,1,2,3293,3093,3614,04003_0002_00,04003_0002_01,1,,,1,0,0,1,1 +40030003,4003,Surprises at Home,3,300001,40030003,1,2,3063,3804,3133,04003_0003_00,04003_0003_01,1,,,1,0,0,1,1 +40030004,4003,Let's Dance Together,1,100002,40030004,2,3,4463,3354,3683,04003_0004_00,04003_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40030005,4003,Wanna Eat Takoyaki?,2,200002,40030005,2,3,3643,3326,4531,04003_0005_00,04003_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40030006,4003,Carefree Greetings,3,300002,40030006,2,3,3418,4471,3611,04003_0006_00,04003_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40030007,4003,Veteran Steps,2,200004,40030007,3,4,3777,4028,5195,04003_0007_00,04003_0007_01,3,,,1,40030007,0,1,1 +40030008,4003,Fortune Visits Those Who Smile,1,100003,40030008,3,4,5066,3865,4225,04003_0008_00,04003_0008_01,3,,,4,0,1000,1,223121515 +40040001,4004,The Showbiz Spirit,1,100001,40040001,1,2,3936,2971,3093,04004_0001_00,04004_0001_01,1,,,1,0,0,1,1 +40040002,4004,A Real Wild Card,2,200001,40040002,1,2,3114,3134,3752,04004_0002_00,04004_0002_01,1,,,1,0,0,1,1 +40040003,4004,A Toast at Home☆,3,300001,40040003,1,2,2985,3636,3379,04004_0003_00,04004_0003_01,1,,,1,0,0,1,1 +40040004,4004,Galaxy!,1,100002,40040004,2,3,4628,3340,3532,04004_0004_00,04004_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40040005,4004,Back to Center Stage,2,200002,40040005,2,3,3544,3800,4156,04004_0005_00,04004_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40040006,4004,Walking in Platform Shoes!,3,300002,40040006,2,3,3597,4267,3636,04004_0006_00,04004_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40040007,4004,Two Armfuls,1,100004,40040007,3,4,5052,3842,4106,04004_0007_00,04004_0007_01,3,,,1,40040007,0,1,1 +40040008,4004,Faith Moves Mountains,2,200003,40040008,3,4,4045,4057,5054,04004_0008_00,04004_0008_01,3,,,4,0,1000,1,223121515 +40050001,4005,Honor Student,1,100001,40050001,1,2,3664,3305,3031,04005_0001_00,04005_0001_01,1,,,1,0,0,1,1 +40050002,4005,Young Miss,2,200001,40050002,1,2,3249,2907,3844,04005_0002_00,04005_0002_01,1,,,1,0,0,1,1 +40050003,4005,Decorating Home,3,300001,40050003,1,2,3146,4034,2820,04005_0003_00,04005_0003_01,1,,,1,0,0,1,1 +40050004,4005,Diligent Effort,1,100002,40050004,2,3,4248,3512,3740,04005_0004_00,04005_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40050005,4005,An Example to All,2,200002,40050005,2,3,3644,3547,4309,04005_0005_00,04005_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40050006,4005,Leisure Outfit,3,300002,40050006,2,3,3454,4206,3840,04005_0006_00,04005_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40050007,4005,Mother's Yuigaoka,3,300004,40050007,3,4,3878,4947,4175,04005_0007_00,04005_0007_01,3,,,1,40050007,0,1,1 +40050008,4005,Never Forget Your Roots,1,100003,40050008,3,4,5072,3977,4107,04005_0008_00,04005_0008_01,3,,,4,0,1000,1,223121515 +40060001,4006,From the Far North,1,100001,40060001,1,2,3817,2979,3204,04006_0001_00,04006_0001_01,1,,,1,0,0,1,1 +40060002,4006,Genial and Generous,2,200001,40060002,1,2,3150,3244,3606,04006_0002_00,04006_0002_01,1,,,1,0,0,1,1 +40060003,4006,Relaxing at Home,3,300001,40060003,1,2,3032,3913,3055,04006_0003_00,04006_0003_01,1,,,1,0,0,1,1 +40060004,4006,Aiming to Shine,1,100002,40060004,2,3,4429,3552,3519,04006_0004_00,04006_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40060005,4006,I'm Going for It!,2,200002,40060005,2,3,3441,3772,4287,04006_0005_00,04006_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40060006,4006,Let's Get Girly,3,300002,40060006,2,3,3857,4152,3491,04006_0006_00,04006_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40060007,4006,230m above Ground,2,200004,40060007,3,4,4042,4197,4761,04006_0007_00,04006_0007_01,3,,,1,40060007,0,1,1 +40060008,4006,If At First You Don’t Succeed,3,300003,40060008,3,4,3943,5028,4185,04006_0008_00,04006_0008_01,3,,,4,0,1000,1,223121515 +40070001,4007,I Wanna Try!,1,100001,40070001,1,2,3683,3061,3256,04007_0001_00,04007_0001_01,1,,,1,0,0,1,1 +40070002,4007,With the Seasons,2,200001,40070002,1,2,2910,3289,3801,04007_0002_00,04007_0002_01,1,,,1,0,0,1,1 +40070003,4007,House Party!,3,300001,40070003,1,2,3268,3856,2876,04007_0003_00,04007_0003_01,1,,,1,0,0,1,1 +40070004,4007,Please Cheer Me On...,1,100002,40070004,2,3,4391,3371,3738,04007_0004_00,04007_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40070005,4007,Following My Dreams,2,200002,40070005,2,3,3604,3240,4656,04007_0005_00,04007_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40070006,4007,Looking Cool,3,300002,40070006,2,3,3351,4408,3741,04007_0006_00,04007_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40070007,4007,Almost Complete,1,100004,40070007,3,4,4976,3847,4177,04007_0007_00,04007_0007_01,3,,,1,40070007,0,1,1 +40070008,4007,With All Your Might,2,200003,40070008,3,4,3943,4169,5044,04007_0008_00,04007_0008_01,3,,,4,0,1000,1,223121515 +40080001,4008,Science Club Member,1,100001,40080001,1,2,3649,3262,3089,04008_0001_00,04008_0001_01,1,,,1,0,0,1,1 +40080002,4008,With Mei,2,200001,40080002,1,2,3055,3289,3656,04008_0002_00,04008_0002_01,1,,,1,0,0,1,1 +40080003,4008,Chilling at Home,3,300001,40080003,1,2,3043,3887,3070,04008_0003_00,04008_0003_01,1,,,1,0,0,1,1 +40080004,4008,Cool and Mysterious,1,100002,40080004,2,3,4476,3384,3640,04008_0004_00,04008_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40080005,4008,Lively's Not So Bad,2,200002,40080005,2,3,3557,3490,4453,04008_0005_00,04008_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40080006,4008,I Make This Look Good,3,300002,40080006,2,3,3249,4671,3580,04008_0006_00,04008_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40080007,4008,After School Science,3,300004,40080007,3,4,4095,4736,4169,04008_0007_00,04008_0007_01,3,,,1,40080007,0,1,1 +40080008,4008,Silence Is Golden,1,100003,40080008,3,4,5046,3930,4180,04008_0008_00,04008_0008_01,3,,,4,0,1000,1,223121515 +40090001,4009,Oni-Supplement,1,100001,40090001,1,2,3728,3040,3232,04009_0001_00,04009_0001_01,1,,,1,0,0,1,1 +40090002,4009,I Smell Money,2,200001,40090002,1,2,2935,3132,3933,04009_0002_00,04009_0002_01,1,,,1,0,0,1,1 +40090003,4009,Happy Heart at Home,3,300001,40090003,1,2,2953,4064,2983,04009_0003_00,04009_0003_01,1,,,1,0,0,1,1 +40090004,4009,I'll Fire Them Up!,1,100002,40090004,2,3,4321,3495,3684,04009_0004_00,04009_0004_01,2,b_card_0084,b_st_0004,1,0,0,1,1 +40090005,4009,Newfound Dream,2,200002,40090005,2,3,3571,3252,4677,04009_0005_00,04009_0005_01,2,b_card_0073,b_card_0013,1,0,0,1,1 +40090006,4009,Sweet & Spicy,3,300002,40090006,2,3,3433,4638,3429,04009_0006_00,04009_0006_01,2,b_card_0082,b_card_0083,1,0,0,1,1 +40090007,4009,OniNatsu Live Stream!,2,200004,40090007,3,4,4062,4208,4730,04009_0007_00,04009_0007_01,3,,,1,40090007,0,1,1 +40090008,4009,Ends Justify Means,3,300003,40090008,3,4,4194,4951,4011,04009_0008_00,04009_0008_01,3,,,4,0,1000,1,223121515 +10010015,1001,Miracle Live!,2,200003,10010015,3,4,3804,3883,4663,01001_0015_00,01001_0015_01,3,,,0,10010015,0,1,1 +20010013,2001,Miracle Live☆,3,300003,20010013,3,4,3725,4594,4031,02001_0013_00,02001_0013_01,3,,,0,20010013,0,1,1 +30010009,3001,Miracle Live♡,1,100003,30010009,3,4,4907,3824,3619,03001_0009_00,03001_0009_01,3,,,0,30010009,0,1,1 +40010009,4001,Miracle Live♪,2,200003,40010009,3,4,3771,3851,4728,04001_0009_00,04001_0009_01,3,,,0,40010009,0,1,1 +40090009,4009,Time for a Lecture,1,100004,40090009,3,4,5012,4062,3952,04009_0009_00,04009_0009_01,3,,,1,40090009,0,1,223041902 +40020009,4002,Swirling Ice Cream,1,100008,40020009,3,4,4727,4157,4142,04002_0009_00,04002_0009_01,3,,,1,40020009,0,1,223041902 +40030009,4003,Cheer Up!,1,100003,40030009,3,4,5135,3771,4120,04003_0009_00,04003_0009_01,3,,,2,40030009,0,1,223041904 +10010016,1001,Sports Drink,3,300004,10010016,3,4,4315,4740,3971,01001_0016_00,01001_0016_01,3,,,1,10010016,0,1,223043003 +10020015,1002,New! Animal Cookie,3,300005,10020015,3,4,4000,4929,4097,01002_0015_00,01002_0015_01,3,,,1,10020015,0,1,223043003 +10090015,1009,µ's and Me,3,300003,10090015,3,4,4011,4792,4223,01009_0015_00,01009_0015_01,3,,,2,10090015,0,1,223043005 +20010014,2001,Trying on Glasses,2,200004,20010014,3,4,4071,3879,5076,02001_0014_00,02001_0014_01,3,,,1,20010014,0,1,223051503 +20020013,2002,Take a Bite,2,200006,20020013,3,4,3827,4045,5154,02002_0013_00,02002_0013_01,3,,,1,20020013,0,1,223051503 +20070013,2007,Having a Snack Downtown,2,200003,20070013,3,4,4095,3842,5089,02007_0013_00,02007_0013_01,3,,,2,20070013,0,1,223051505 +40010010,4001,Lovely Apple Pie,3,300004,40010010,3,4,4150,4716,4160,04001_0010_00,04001_0010_01,3,,,1,40010010,0,1,223050104 +30050009,3005,Surprise BBQ,2,200004,30050009,3,4,3980,4047,4999,03005_0009_00,03005_0009_01,3,,,1,30050009,0,1,223053002 +30060009,3006,Catching Some Zzz's,3,300004,30060009,3,4,3789,5356,3907,03006_0009_00,03006_0009_01,3,,,1,30060009,0,1,223053103 +30080009,3008,Healing Voice Echoes in the Air,3,300007,30080009,3,4,3802,5307,3943,03008_0009_00,03008_0009_01,3,,,1,30080009,0,1,223053103 +30090009,3009,Super Intense Live Show,3,300003,30090009,3,4,3878,4963,4211,03009_0009_00,03009_0009_01,3,,,1,30090009,0,1,223053105 +20030013,2003,I Love this Ocean,1,100004,20030013,3,4,5216,4045,3791,02003_0013_00,02003_0013_01,3,,,1,20030013,0,1,223061503 +20040013,2004,Shell Float,1,100006,20040013,3,4,5226,3853,3973,02004_0013_00,02004_0013_01,3,,,1,20040013,0,1,223061503 +20090013,2009,Unbreakable Watermelon,1,100003,20090013,3,4,4937,4042,4073,02009_0013_00,02009_0013_01,3,,,1,20090013,0,1,223061505 +10070015,1007,Rainy Birthday,3,300004,10070015,3,4,4021,5262,3769,01007_0015_00,01007_0015_01,3,,,1,10070015,0,1,223060902 +20080013,2008,Hydrangea After Rain,1,100004,20080013,3,4,5251,3817,3984,02008_0013_00,02008_0013_01,3,,,1,20080013,0,1,223061302 +40080009,4008,Stag Beetle Cake,1,100004,40080009,3,4,5266,4048,3738,04008_0009_00,04008_0009_01,3,,,1,40080009,0,1,223061702 +30040009,3004,Morning Surprise!,2,200004,30040009,3,4,3993,3748,5311,03004_0009_00,03004_0009_01,3,,,1,30040009,0,1,223062902 +10070016,1007,I'll See You in Umeda,1,100003,10070016,3,4,4492,3993,3865,01007_0016_00,01007_0016_01,3,,,0,0,1988,1,223070703 +40040009,4004,Like a Hollywood Star,2,200008,40040009,3,4,3839,3880,5359,04004_0009_00,04004_0009_01,3,,,1,40040009,0,1,223063003 +40050009,4005,Summertime Beach Volleyball,2,200004,40050009,3,4,4044,3734,5300,04005_0009_00,04005_0009_01,3,,,1,40050009,0,1,223063003 +40060010,4006,High Waves Surprise,2,200003,40060010,3,4,4185,3987,4906,04006_0010_00,04006_0010_01,3,,,2,40060010,0,1,223063005 +30010010,3001,Poolside Break,2,200004,30010010,3,4,3805,3990,5283,03001_0010_00,03001_0010_01,3,,,1,30010010,0,1,223071504 +30100009,3010,Waterslide,2,200007,30100009,3,4,3994,3831,5253,03010_0009_00,03010_0009_01,3,,,1,30100009,0,1,223071504 +30020009,3002,Lurking Under the Sea,2,200003,30020009,3,4,4015,4346,4717,03002_0009_00,03002_0009_01,3,,,2,30020009,0,1,223071506 +20060014,2006,With Gratitude,1,100004,20060014,3,4,5318,3847,3913,02006_0014_00,02006_0014_01,3,,,1,20060014,0,1,223071302 +40020010,4002,Sunny Passion Surprise,3,300004,40020010,3,4,4014,5273,3791,04002_0010_00,04002_0010_01,3,,,1,40020010,0,1,223071703 +40020012,4002,A Tree of Snow and Ice,2,200008,40020012,3,4,3871,3958,5483,04002_0012_00,04002_0012_01,3,,,1,40020012,0,1,223121506 +40020014,4002,It's Cooking!,3,300003,40020014,2,3,3446,4969,3315,04002_0014_00,04002_0014_01,2,,,4,0,0,1,224020102 +10090016,1009,Echoes of a Stationfront Duet,1,100004,10090016,3,4,5352,3713,4013,01009_0016_00,01009_0016_01,3,,,1,10090016,0,1,223072202 +10030016,1003,Close to Summer's End...,1,100004,10030016,3,4,5223,3949,3932,01003_0016_00,01003_0016_01,3,,,1,10030016,0,1,223073103 +10050015,1005,Big Wave Surfin',1,100005,10050015,3,4,5335,3940,3829,01005_0015_00,01005_0015_01,3,,,1,10050015,0,1,223073103 +10040016,1004,Beach Races,1,100003,10040016,3,4,4796,4297,4011,01004_0016_00,01004_0016_01,3,,,2,10040016,0,1,223073105 +40070010,4007,Festival Games,3,300004,40070010,3,4,3944,5291,3869,04007_0010_00,04007_0010_01,3,,,1,40070010,0,1,223081503 +40080010,4008,Bullseye for Mei,3,300008,40080010,3,4,3817,5353,3934,04008_0010_00,04008_0010_01,3,,,1,40080010,0,1,223081503 +40080011,4008,From a Prehistoric World,2,200003,40080011,3,4,4051,4223,5038,04008_0011_00,04008_0011_01,3,,,2,40080011,0,1,223121509 +40080013,4008,Taste Tester Wanted,3,300003,40080013,2,3,3376,4980,3374,04008_0013_00,04008_0013_01,2,,,4,0,0,1,224020102 +40010011,4001,Evening Flower Buds,3,300003,40010011,3,4,4257,4819,4028,04001_0011_00,04001_0011_01,3,,,2,40010011,0,1,223081505 +20010015,2001,Cozy Bus Ride,3,300004,20010015,3,4,3852,5180,4072,02001_0015_00,02001_0015_01,3,,,1,20010015,0,1,223080103 +10010017,1001,Letter from a Childhood Friend,2,200004,10010017,3,4,3908,3962,5234,01001_0017_00,01001_0017_01,3,,,1,10010017,0,1,223080304 +40090010,4009,Cradled by the Trunk,3,300004,40090010,3,4,4020,5372,3712,04009_0010_00,04009_0010_01,3,,,1,40090010,0,1,223080702 +30070009,3007,Anime Song Karaoke Party,2,200004,30070009,3,4,3708,4024,5372,03007_0009_00,03007_0009_01,3,,,1,30070009,0,1,223080802 +20060015,2006,Where Darkness Gathers,3,300004,20060015,3,4,3752,5304,4074,02006_0015_00,02006_0015_01,3,,,1,20060015,0,1,223083103 +20060016,2006,Overenthusiastic Exorcist,2,200019,20060016,3,4,3916,3965,5587,02006_0016_00,02006_0016_01,3,,,1,20060016,0,1,224021403 +20060017,2006,What Should I Do?!,1,100004,20060017,3,4,5118,4096,4254,02006_0017_00,02006_0017_01,3,,,4,0,1000,1,224020903 +20080014,2008,Gazing at the Distant Moon,3,300006,20080014,3,4,3801,5367,3962,02008_0014_00,02008_0014_01,3,,,1,20080014,0,1,223083103 +20080016,2008,Super Luxury Ehomaki,2,200003,20080016,3,4,4343,4006,5119,02008_0016_00,02008_0016_01,3,,,2,20080016,0,1,224021406 +20050014,2005,Rustling Silvergrass,3,300003,20050014,3,4,4219,5004,3907,02005_0014_00,02005_0014_01,3,,,2,20050014,0,1,223083105 +10060015,1006,Refreshing Evening,2,200004,10060015,3,4,4023,3728,5379,01006_0015_00,01006_0015_01,3,,,1,10060015,0,1,223091503 +10060017,1006,On the Snowy Rink,3,300005,10060017,3,4,3940,5506,3944,01006_0017_00,01006_0017_01,3,,,1,10060017,0,1,224011503 +10060018,1006,Spring Astronomical Observation,1,100004,10060018,3,4,5599,3940,4007,01006_0018_00,01006_0018_01,3,,,1,10060018,0,1,224031603 +10070017,1007,Summer Boat to Kanda,2,200005,10070017,3,4,3895,3871,5364,01007_0017_00,01007_0017_01,3,,,1,10070017,0,1,223091503 +10080016,1008,How Many Plates Can we Eat?,2,200003,10080016,3,4,4136,4115,4879,01008_0016_00,01008_0016_01,3,,,2,10080016,0,1,223091505 +10080017,1008,A Reason to Be Excited,1,100004,10080017,3,4,5527,4042,3821,01008_0017_00,01008_0017_01,3,,,1,10080017,0,1,224011703 +10030017,1003,Costume Photoshoot ♡,1,100004,10030017,3,4,5361,4059,3710,01003_0017_00,01003_0017_01,3,,,1,10030017,0,1,223091202 +10030018,1003,"Ah, I Slipped!",3,300019,10030018,3,4,4001,5543,3846,01003_0018_00,01003_0018_01,3,,,1,10030018,0,1,224011503 +20020014,2002,Flying Seagulls,1,100004,20020014,3,4,5379,3745,4006,02002_0014_00,02002_0014_01,3,,,1,20020014,0,1,223091902 +20020016,2002,Making Demon Masks,2,200004,20020016,3,4,3920,3976,5572,02002_0016_00,02002_0016_01,3,,,1,20020016,0,1,224021403 +20090014,2009,Fresh Autumn Sweets,3,300004,20090014,3,4,3835,5221,4074,02009_0014_00,02009_0014_01,3,,,1,20090014,0,1,223092102 +20090016,2009,With the Penguins,1,100006,20090016,3,4,5529,3779,4082,02009_0016_00,02009_0016_01,3,,,1,20090016,0,1,223123103 +40040010,4004,Mesmerized by Melons ♡,3,300004,40040010,3,4,3873,5252,4005,04004_0010_00,04004_0010_01,3,,,1,40040010,0,1,223092802 +40040012,4004,Want Me to Feed You?,1,100003,40040012,2,3,5019,3354,3357,04004_0012_00,04004_0012_01,2,,,4,0,0,1,224020102 +40040013,4004,Can't Be Honest,3,300003,40040013,3,4,4018,5149,4379,04004_0013_00,04004_0013_01,3,,,2,40040013,0,1,224030106 +30120010,3012,Halloween Afternoon,1,100004,30120010,3,4,5384,3849,3923,03012_0010_00,03012_0010_01,3,,,1,30120010,0,1,223093003 +30110010,3011,Halloween Surprise,1,100007,30110010,3,4,5390,3738,4028,03011_0010_00,03011_0010_01,3,,,1,30110010,0,1,223093003 +30030010,3003,Secret Plan,1,100003,30030010,3,4,5006,3975,4175,03003_0010_00,03003_0010_01,3,,,2,30030010,0,1,223093005 +20070015,2007,Flower Park,3,300019,20070015,3,4,3960,5500,3696,02007_0015_00,02007_0015_01,3,,,1,20070015,0,1,223101507 +20070016,2007,Impressive VR Experience,2,200004,20070016,3,4,4100,3852,5594,02007_0016_00,02007_0016_01,3,,,1,20070016,0,1,224030403 +20040015,2004,The World is Upside-Down,3,300021,20040015,3,4,3690,5500,3966,02004_0015_00,02004_0015_01,3,,,1,20040015,0,1,223101507 +20040016,2004,Wish on the Ema,2,200004,20040016,3,4,4134,3756,5500,02004_0016_00,02004_0016_01,3,,,1,20040016,0,1,224010104 +20030015,2003,Haunted House,3,300003,20030015,3,4,3970,5050,4136,02003_0015_00,02003_0015_01,3,,,2,20030015,0,1,223101509 +20030016,2003,Special Teatime,3,300004,20030016,3,4,3988,5577,3903,02003_0016_00,02003_0016_01,3,,,1,20030016,0,1,224021005 +30100010,3010,Spending Time with My Sister,1,100004,30100010,3,4,5344,3751,4061,03010_0010_00,03010_0010_01,3,,,1,30100010,0,1,223100503 +10020017,1002,New Hairstyle,2,200004,10020017,3,4,3771,4009,5376,01002_0017_00,01002_0017_01,3,,,1,10020017,0,1,223102102 +10020018,1002,Forever Smiling,1,100004,10020018,3,4,5150,4243,4075,01002_0018_00,01002_0018_01,3,,,4,0,1000,1,224020903 +40070011,4007,A Day at the Cat Cafe,2,200004,40070011,3,4,3887,3885,5384,04007_0011_00,04007_0011_01,3,,,1,40070011,0,1,223102902 +40070012,4007,Came Out Great,1,100003,40070012,2,3,4995,3298,3437,04007_0012_00,04007_0012_01,2,,,4,0,0,1,224020102 +40070013,4007,Snacks for Our Seniors,3,300004,40070013,3,4,3780,5610,4156,04007_0013_00,04007_0013_01,3,,,1,40070013,0,1,224030103 +10040017,1004,With You to Wherever,3,300003,10040017,2,3,3300,4744,3594,01004_0017_00,01004_0017_01,2,,,3,10040017,0,1,223100504 +20050015,2005,"Adventure, Aye Aye!",1,100003,20050015,2,3,4732,3255,3651,02005_0015_00,02005_0015_01,2,b_card_0086,b_card_0086,1,20050015,0,1,223101504 +30070011,3007,The Great Adventure Begins,3,300003,30070011,2,3,3409,4693,3536,03007_0011_00,03007_0011_01,2,b_card_0086,b_card_0086,1,30070011,0,1,223101504 +40030011,4003,To Sights Yet Unseen,2,200003,40030011,2,3,3632,3236,4770,04003_0011_00,04003_0011_01,2,b_card_0086,b_card_0086,1,40030011,0,1,223101504 +30010011,3001,Walking Together With You,2,200003,30010011,3,4,3919,3986,5251,03001_0011_00,03001_0011_01,3,,,4,0,1000,1,223101503 +30020010,3002,Super Sweet Cutie Girl,3,300003,30020010,3,4,4300,4925,3931,03002_0010_00,03002_0010_01,3,,,4,0,1000,1,223101503 +30030011,3003,In the Springtime of Life,1,100003,30030011,3,4,4774,4211,4171,03003_0011_00,03003_0011_01,3,,,4,0,1000,1,223101503 +30040010,3004,Cool Beauty,2,200003,30040010,3,4,4248,4027,4881,03004_0010_00,03004_0010_01,3,,,4,0,1000,1,223101503 +30050011,3005,"""i"" Love You",3,300003,30050011,3,4,4111,5111,3934,03005_0011_00,03005_0011_01,3,,,4,0,1000,1,223101503 +30060010,3006,Nap and a Show,1,100003,30060010,3,4,5040,4256,3860,03006_0010_00,03006_0010_01,3,,,4,0,1000,1,223101503 +30070012,3007,Professing My Love!,2,200003,30070012,3,4,4119,4236,4801,03007_0012_00,03007_0012_01,3,,,4,0,1000,1,223101503 +30080010,3008,Singing a Comforting Song,3,300003,30080010,3,4,3852,5220,4084,03008_0010_00,03008_0010_01,3,,,4,0,1000,1,223101503 +30090011,3009,Connecting with Fans,1,100003,30090011,3,4,4833,4091,4232,03009_0011_00,03009_0011_01,3,,,4,0,1000,1,223101503 +30100011,3010,Gifted with Aptitude,2,200003,30100011,3,4,3888,4113,5155,03010_0011_00,03010_0011_01,3,,,4,0,1000,1,223101503 +30100012,3010,Time to Get to Work,3,300003,30100012,2,3,3465,4781,3415,03010_0012_00,03010_0012_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30110011,3011,Reach for My Dreams,3,300003,30110011,3,4,4074,4823,4259,03011_0011_00,03011_0011_01,3,,,4,0,1000,1,223101503 +30110012,3011,"Let’s Go, Baby!",2,200003,30110012,2,3,3549,3317,4795,03011_0012_00,03011_0012_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30120011,3012,As a Part of the Club,1,100003,30120011,3,4,5224,4149,3783,03012_0011_00,03012_0011_01,3,,,4,0,1000,1,223101503 +30120012,3012,Lanzhu’s the Boss!,2,200003,30120012,2,3,3562,3308,4791,03012_0012_00,03012_0012_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30120013,3012,The Best Love!,3,300004,30120013,3,4,3957,5205,3994,03012_0013_00,03012_0013_01,3,,,1,30120013,1000,1,223121902 +30120014,3012,On a Flying Trapeze,2,200004,30120014,3,4,4116,3787,5565,03012_0014_00,03012_0014_01,3,,,1,30120014,0,1,224021503 +30010012,3001,Gazing at You,3,300004,30010012,3,4,3810,5201,4145,03001_0012_00,03001_0012_01,3,,,1,30010012,1000,1,223100302 +30020011,3002,Grown-up Date ♡,3,300004,30020011,3,4,4005,5220,3931,03002_0011_00,03002_0011_01,3,,,1,30020011,1000,1,223101002 +30020013,3002,Formal Kasumin,2,200003,30020013,2,3,3285,3628,4748,03002_0013_00,03002_0013_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30020014,3002,Makeup Kasumin,3,300004,30020014,3,4,3955,5536,3899,03002_0014_00,03002_0014_01,3,,,1,30020014,0,1,224012303 +30030012,3003,Flirty Attitude,2,200004,30030012,3,4,3918,3966,5272,03003_0012_00,03003_0012_01,3,,,1,30030012,1000,1,223101702 +30030013,3003,Acting Like an Adult,3,300003,30030013,2,3,3368,4775,3518,03003_0013_00,03003_0013_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30030014,3003,Some Help from Ophelia,2,200019,30030014,3,4,3838,4052,5578,03003_0014_00,03003_0014_01,3,,,1,30030014,0,1,224013103 +30030015,3003,Two of are Heroes☆,3,300004,30030015,3,4,4075,5591,3880,03003_0015_00,03003_0015_01,3,,,1,30030015,0,1,224031603 +30040011,3004,Searching for a Special Love,3,300004,30040011,3,4,3804,5222,4130,03004_0011_00,03004_0011_01,3,,,1,30040011,1000,1,223102402 +30050012,3005,Fun with the Two of Us,2,200004,30050012,3,4,3991,3965,5200,03005_0012_00,03005_0012_01,3,,,1,30050012,1000,1,223103102 +40030012,4003,After Party,1,100019,40030012,3,4,5433,4023,3778,04003_0012_00,04003_0012_01,3,,,1,40030012,0,1,223103109 +40060011,4006,Offstage Nerves,1,100008,40060011,3,4,5428,3792,4014,04006_0011_00,04006_0011_01,3,,,1,40060011,0,1,223103109 +40060012,4006,My Tastebuds Are Tingling,1,100003,40060012,2,3,4959,3402,3369,04006_0012_00,04006_0012_01,2,,,4,0,0,1,224020102 +40060013,4006,Tokyo French Fries,3,300004,40060013,3,4,4036,5602,3908,04006_0013_00,04006_0013_01,3,,,1,40060013,0,1,224031603 +40090011,4009,Natural Informant,1,100003,40090011,3,4,4999,4108,4127,04009_0011_00,04009_0011_01,3,,,2,40090011,0,1,223103106 +40090013,4009,My Special Smoothie,2,200003,40090013,2,3,3419,3333,4978,04009_0013_00,04009_0013_01,2,,,4,0,0,1,224020102 +40100001,4010,Overwhelming Musical Sense,1,100002,40100001,2,3,4732,3467,3485,04010_0001_00,04010_0001_01,2,,,1,0,0,1,223121510 +40100002,4010,Duet,2,200004,40100002,3,4,3878,3965,5547,04010_0002_00,04010_0002_01,3,,,1,40100002,0,1,224012003 +40100003,4010,Made with All My Heart,3,300003,40100003,2,3,3357,5016,3357,04010_0003_00,04010_0003_01,2,,,4,0,0,1,224020102 +40110001,4011,Rigid Analysis,1,100002,40110001,2,3,4687,3307,3690,04011_0001_00,04011_0001_01,2,,,1,0,0,1,223121510 +40110002,4011,Jellyfish,3,300004,40110002,3,4,3953,5489,3870,04011_0002_00,04011_0002_01,3,,,1,40110002,0,1,223122802 +40110003,4011,Cooked Efficiently,2,200003,40110003,2,3,3442,3270,5018,04011_0003_00,04011_0003_01,2,,,4,0,0,1,224020102 +30070013,3007,Band of Volunteers,3,300019,30070013,3,4,3929,5441,3864,03007_0013_00,03007_0013_01,3,,,1,30070013,0,1,223111503 +30050013,3005,Food Stall Crawl,3,300007,30050013,3,4,3850,5435,3949,03005_0013_00,03005_0013_01,3,,,1,30050013,0,1,223111503 +30050014,3005,I'll Manage to Manage!,1,100003,30050014,2,3,4797,3422,3442,03005_0014_00,03005_0014_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30040012,3004,Ace of the Butler Cafe,3,300003,30040012,3,4,3972,4949,4313,03004_0012_00,03004_0012_01,3,,,2,30040012,0,1,223111506 +30040013,3004,Working in Style,1,100003,30040013,2,3,4787,3458,3416,03004_0013_00,03004_0013_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30040014,3004,Experiments in Chocolate,2,200004,30040014,3,4,3995,3912,5561,03004_0014_00,03004_0014_01,3,,,1,30040014,0,1,224013103 +10050016,1005,Delivering a Bundle of Cuteness,2,200004,10050016,3,4,3853,3939,5442,01005_0016_00,01005_0016_01,3,,,1,10050016,0,1,223110102 +10050018,1005,You Can Count on Me!,3,300003,10050018,3,4,4319,5049,4022,01005_0018_00,01005_0018_01,3,,,2,10050018,0,1,224011506 +30090012,3009,FULL COMBO!,1,100004,30090012,3,4,5439,3905,3890,03009_0012_00,03009_0012_01,3,,,1,30090012,0,1,223111302 +40050011,4005,Strawberry Dessert Buffet,1,100004,40050011,3,4,5438,3751,4045,04005_0011_00,04005_0011_01,3,,,1,40050011,0,1,223112402 +40050012,4005,Here You Are,2,200003,40050012,2,3,3239,3489,5002,04005_0012_00,04005_0012_01,2,,,4,0,0,1,224020102 +40050013,4005,Filled with My Gratitude,3,300019,40050013,3,4,3954,5607,3985,04005_0013_00,04005_0013_01,3,,,1,40050013,0,1,224030103 +30060011,3006,"You, Forever, Always",2,200004,30060011,3,4,4048,3903,5205,03006_0011_00,03006_0011_01,3,,,1,30060011,1000,1,223110702 +30060012,3006,Some Work Before Snoozing,3,300003,30060012,2,3,3405,4746,3510,03006_0012_00,03006_0012_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30060013,3006,Irresistable Kotatsu,1,100004,30060013,3,4,5486,3992,3834,03006_0013_00,03006_0013_01,3,,,1,30060013,0,1,223121602 +30070014,3007,Let This Love Reach Everyone,1,100004,30070014,3,4,5201,3892,4063,03007_0014_00,03007_0014_01,3,,,1,30070014,1000,1,223111402 +30080011,3008,My Memories of You,1,100004,30080011,3,4,5242,3847,4067,03008_0011_00,03008_0011_01,3,,,1,30080011,1000,1,223112102 +30080012,3008,Do I Look Cool?,2,200003,30080012,2,3,3563,3352,4746,03008_0012_00,03008_0012_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +30080014,3008,Always Room for More Bread,2,200004,30080014,3,4,3770,4122,5576,03008_0014_00,03008_0014_01,3,,,1,30080014,0,1,224020503 +30090013,3009,To My Special You,2,200004,30090013,3,4,4000,3949,5207,03009_0013_00,03009_0013_01,3,,,1,30090013,1000,1,223112802 +30090014,3009,A Different Feel,3,300003,30090014,2,3,3414,4742,3505,03009_0014_00,03009_0014_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +10040018,1004,Giving Ai to You,1,100003,10040018,2,3,4684,3595,3359,01004_0018_00,01004_0018_01,2,,,0,0,1000,1,223103001 +20050016,2005,It's Going to be Fun!,2,200003,20050016,2,3,3671,3289,4678,02005_0016_00,02005_0016_01,2,,,0,0,1000,1,223103001 +20050017,2005,Osechi and Special Stewshine,1,100019,20050017,3,4,5527,4126,3737,02005_0017_00,02005_0017_01,3,,,1,20050017,0,1,223123103 +20050019,2005,Re-photographed at a Memorable Place,2,200004,20050019,3,4,4045,3882,5619,02005_0019_00,02005_0019_01,3,,,1,20050019,0,1,224031603 +30070015,3007,Here We Go!,2,200003,30070015,2,3,3517,3375,4746,03007_0015_00,03007_0015_01,2,,,0,0,1000,1,223103001 +30070016,3007,Let's Stay Sharp,3,300003,30070016,2,3,3556,4792,3313,03007_0016_00,03007_0016_01,2,b_card_0092,b_card_0092,0,0,1000,1,224011105 +40030013,4003,"Ready, Set, Okay ♪",3,300003,40030013,2,3,3531,4678,3429,04003_0013_00,04003_0013_01,2,,,0,0,1000,1,223103001 +40030014,4003,A Day of Circling for Circles,3,300004,40030014,3,4,4020,5587,3861,04003_0014_00,04003_0014_01,3,,,1,40030014,0,1,224022503 +40030015,4003,Take a Bite,2,200003,40030015,2,3,3448,3279,5003,04003_0015_00,04003_0015_01,2,,,4,0,0,1,224020102 +10010019,1001,Spring in Full Bloom!,1,100003,10010019,2,3,4781,3540,3340,01001_0019_00,01001_0019_01,2,b_card_0088,b_card_0088,1,0,1000,1,223110103 +20010017,2001,Scorching Summer Beach,2,200003,20010017,2,3,3516,3420,4725,02001_0017_00,02001_0017_01,2,b_card_0089,b_card_0089,1,0,1000,1,223110103 +30010013,3001,Long Autumn Nights,3,300003,30010013,2,3,3661,4732,3268,03001_0013_00,03001_0013_01,2,b_card_0090,b_card_0090,1,0,1000,1,223110103 +40010013,4001,Shimmering Winter Skies,1,100003,40010013,2,3,4667,3454,3540,04001_0013_00,04001_0013_01,2,b_card_0091,b_card_0091,1,0,1000,1,223110103 +40010014,4001,Posing Together,2,200019,40010014,3,4,4018,3812,5482,04001_0014_00,04001_0014_01,3,,,1,40010014,0,1,223121506 +30010014,3001,I'm Ready to Go!,1,100003,30010014,2,3,4781,3504,3376,03001_0014_00,03001_0014_01,2,b_card_0092,b_card_0092,0,0,1000,1,223110108 +10040019,1004,A Very µ's Christmas,2,200019,10040019,3,4,4109,3725,5478,01004_0019_00,01004_0019_01,3,,,1,10040019,0,1,223113010 +10040020,1004,Smile Spilling Out on the Porch,3,300004,10040020,3,4,3967,5594,3985,01004_0020_00,01004_0020_01,3,,,1,10040020,0,1,224031503 +10090018,1009,Preparing the Feast,2,200005,10090018,3,4,3756,4082,5474,01009_0018_00,01009_0018_01,3,,,1,10090018,0,1,223113010 +10010020,1001,Winter Stars Above the Trees,2,200003,10010020,3,4,4220,4016,5076,01001_0020_00,01001_0020_01,3,,,2,10010020,0,1,223113006 +30110013,3011,My Favorite Athlete is in Japan!,3,300004,30110013,3,4,4033,5484,3795,03011_0013_00,03011_0013_01,3,,,1,30110013,0,1,223120602 +30100013,3010,My Mark,2,200004,30100013,3,4,3840,4110,5206,03010_0013_00,03010_0013_01,3,,,1,30100013,1000,1,223120502 +30110014,3011,Racing Heart,1,100004,30110014,3,4,5227,4162,3767,03011_0014_00,03011_0014_01,3,,,1,30110014,1000,1,223121202 +60010001,6001,Fortune Teller Girl,2,200003,60010001,2,3,3545,3296,4843,06001_0001_00,06001_0001_01,2,b_card_0093,b_card_0102,1,60010001,0,1,223121403 +60020001,6002,Food Stall Peddler,1,100003,60020001,2,3,4992,3395,3297,06002_0001_00,06002_0001_01,2,b_card_0094,b_card_0103,1,60020001,0,1,223121403 +60030001,6003,Executive Director General,3,300003,60030001,2,3,3463,4974,3247,06003_0001_00,06003_0001_01,2,b_card_0095,b_card_0104,1,60030001,0,1,223121403 +60040001,6004,Descendant of the Fairy Tribe,2,200003,60040001,2,3,3335,3714,4635,06004_0001_00,06004_0001_01,2,b_card_0096,b_card_0105,1,60040001,0,1,223121403 +60050001,6005,Ryokan Poster Girl,1,100003,60050001,2,3,4631,3453,3600,06005_0001_00,06005_0001_01,2,b_card_0097,b_card_0106,1,60050001,0,1,223121403 +60060001,6006,Messenger,3,300003,60060001,2,3,3527,4762,3395,06006_0001_00,06006_0001_01,2,b_card_0098,b_card_0107,1,60060001,0,1,223121403 +60070001,6007,Mechanic,2,200003,60070001,2,3,3466,3455,4763,06007_0001_00,06007_0001_01,2,b_card_0099,b_card_0108,1,60070001,0,1,223121403 +60080001,6008,Zoologist,1,100003,60080001,2,3,4824,3466,3394,06008_0001_00,06008_0001_01,2,b_card_0100,b_card_0109,1,60080001,0,1,223121403 +60090001,6009,Descendant of the Demon King,3,300003,60090001,2,3,3710,4628,3346,06009_0001_00,06009_0001_01,2,b_card_0101,b_card_0110,1,60090001,0,1,223121403 +20010018,2001,A Lively Town!,1,100003,20010018,2,3,4602,3530,3552,02001_0018_00,02001_0018_01,2,,,0,0,0,1,223120806 +20010019,2001,First Sunrise from the Sea,1,100003,20010019,3,4,5061,4288,4041,02001_0019_00,02001_0019_01,3,,,2,20010019,0,1,223123106 +30010015,3001,Onto a New Stage,2,200003,30010015,2,3,3574,3432,4678,03001_0015_00,03001_0015_01,2,,,0,0,0,1,223120906 +30010017,3001,Open Wide!,2,200003,30010017,3,4,4347,4019,5102,03001_0017_00,03001_0017_01,3,,,2,30010017,0,1,224013106 +30010018,3001,Trying Out Flower Arranging!,1,100004,30010018,3,4,5610,4010,3926,03001_0018_00,03001_0018_01,3,,,1,30010018,0,1,224030108 +30010019,3001,Won't You Stay With Me?,1,100004,30010019,3,4,5114,4065,4289,03001_0019_00,03001_0019_01,3,,,4,0,1000,1,224020903 +40010015,4001,A Hunch of an Encounter,3,300003,40010015,2,3,3436,4683,3565,04001_0015_00,04001_0015_01,2,,,0,0,0,1,223121003 +40010016,4001,Sorry To Keep You Waiting,1,100003,40010016,2,3,5022,3351,3357,04001_0016_00,04001_0016_01,2,,,4,0,0,1,224020102 diff --git a/src/router/masterdata/csv/card_collection_reward.csv b/src/router/databases/csv-en/card_collection_reward.csv similarity index 100% rename from src/router/masterdata/csv/card_collection_reward.csv rename to src/router/databases/csv-en/card_collection_reward.csv diff --git a/src/router/databases/csv-en/card_evolve.csv b/src/router/databases/csv-en/card_evolve.csv new file mode 100644 index 0000000..76448bf --- /dev/null +++ b/src/router/databases/csv-en/card_evolve.csv @@ -0,0 +1,6 @@ +_rarity,_evolveCount,_maxLevel,_price,_hpAddValue,_masterReleaseLabelId +1,1,60,30000,1,1 +2,1,80,70000,1,1 +3,1,100,100000,1,1 +3,2,120,200000,1,970 +3,3,140,400000,1,970 diff --git a/src/router/masterdata/csv/card_evolve_condition.csv b/src/router/databases/csv-en/card_evolve_condition.csv similarity index 100% rename from src/router/masterdata/csv/card_evolve_condition.csv rename to src/router/databases/csv-en/card_evolve_condition.csv diff --git a/src/router/masterdata/csv/card_get.csv b/src/router/databases/csv-en/card_get.csv similarity index 100% rename from src/router/masterdata/csv/card_get.csv rename to src/router/databases/csv-en/card_get.csv diff --git a/src/router/masterdata/csv/card_level.csv b/src/router/databases/csv-en/card_level.csv similarity index 100% rename from src/router/masterdata/csv/card_level.csv rename to src/router/databases/csv-en/card_level.csv diff --git a/src/router/masterdata/csv/card_rarity.csv b/src/router/databases/csv-en/card_rarity.csv similarity index 100% rename from src/router/masterdata/csv/card_rarity.csv rename to src/router/databases/csv-en/card_rarity.csv diff --git a/src/router/masterdata/csv/card_skill_level.csv b/src/router/databases/csv-en/card_skill_level.csv similarity index 100% rename from src/router/masterdata/csv/card_skill_level.csv rename to src/router/databases/csv-en/card_skill_level.csv diff --git a/src/router/databases/csv-en/card_sys_voice.csv b/src/router/databases/csv-en/card_sys_voice.csv new file mode 100644 index 0000000..2677232 --- /dev/null +++ b/src/router/databases/csv-en/card_sys_voice.csv @@ -0,0 +1,347 @@ +_id,_num,_masterVoiceId,_systemVoiceType,_value,_textJa,_textEn,_masterReleaseLabelId +10010013,1,51010131,52,0,"Both of you, look at this!
The cherry blossom is sooo pretty!",test,1 +10010013,2,51010132,53,0,"Ready, set!
Go for it!",test,1 +10020013,1,51020131,52,0,Oh? It's already this late…
Nozomi is gonna scold me,test,1 +10020013,2,51020132,53,0,Let me hear an even louder cheer!,test,1 +10030013,1,51030131,52,0,"Please come and play, master♪",test,1 +10030013,2,51030132,53,0,I'm gonna make my snack-!,test,1 +10040013,1,51040131,52,0,Controlling the Spirit…
Concentrate on the bow…,test,1 +10040013,2,51040132,53,0,I'll aim for everyone's heart-!
Love Arrow Shoot!,test,1 +10050013,1,51050131,52,0,"The rain fiiinally cleared up, meow!
Let's hurry and practice, meow♪",test,1 +10050013,2,51050132,53,0,All together now~!
Meow-meow-meow~!,test,1 +10060013,1,51060131,52,0,"Hey, hey!
Don't take pictures so suddenly!",test,1 +10060013,2,51060132,53,0,"Everyone!
You're having a good time,
aren't you?",test,1 +10070013,1,51070131,52,0,The sun is in a good mood today~,test,1 +10070013,2,51070132,53,0,Over there!
I'll share my
spiritual power with you♪,test,1 +10080013,1,51080131,52,0,I'm really glad I mustered up
the courage back then…,test,1 +10080013,2,51080132,53,0,Everyone~!
Are you enjoying
our live show?,test,1 +10090013,1,51090131,52,0,Idols should always
be aware that they're being
watched! Got it?!,test,1 +10090013,2,51090132,53,0,"All together now, everyone~,
Nico-Nico-Ni~!",test,1 +20010011,1,52010111,52,0,"Hee, hee, hee.
The sea of Uchiura is
really pretty, isn't it♪",test,1 +20010011,2,52010112,53,0,"Every-one, Hello-Chika-! Let's all get
fired up today♪",test,1 +20020011,1,52020111,52,0,Chika and You… Singing
with the two of them is so fun and
I love it!,test,1 +20020011,2,52020112,53,0,I'll hit everyone with Aqours'
passionate feelings!
Riko Beam!,test,1 +20030011,1,52030111,52,0,To be able to see this scenery
everyday... What a luxury!,test,1 +20030011,2,52030112,53,0,"Everyone, are you having a great
time! Let's hug♪",test,1 +20040011,1,52040111,52,0,"Ruby, it's morning-! Good Grief,
I can't wake you up when I see
your pleasant face…",test,1 +20040011,2,52040112,53,0,"Everyone! If you don't keep up with
us closely, that's a buu, buu!",test,1 +20050011,1,52050111,52,0,Score-!
I've best my personal record!,test,1 +20050011,2,52050112,53,0,Full speed ahead~ Yosoro!
Followed by~ Bow!,test,1 +20060011,1,52060111,52,0,I will gather the power of darkness
into this hand... Behold the power of
the fallen angel!,test,1 +20060011,2,52060112,53,0,"Mwahaha…
Fallen angel Yohane, descending ☆ !!",test,1 +20070011,1,52070111,52,0,"*Yawwwwn....* The Sun's so nice and
warm, it's making me sleepy, zura......",test,1 +20070011,2,52070112,53,0,"Everyone - ! Let's go, zura-!
Ohana~? Maru-!!",test,1 +20080011,1,52080111,52,0,"There are so many superb views in
this world, but the landscape at
Awashima is special♪",test,1 +20080011,2,52080112,53,0,"Eveeeryone, Shiny- ♪
and... Lock-on!",test,1 +20090011,1,52090111,52,0,"Urn.... *Yaaawwwwn*... mmhm...
Morning, Dia.",test,1 +20090011,2,52090112,53,0,Everyone with me~... Ganbaruby♡,test,1 +30010007,1,53010071,52,0,Morning! Let's do our best today too!,test,1 +30010007,2,53010072,53,0,"I'll deliver a big voice that the whole
universe can hear, please listen to it!",test,1 +30020007,1,53020071,52,0,"Yu Senpai♪ Here, Say, Aa~h♡",test,1 +30020007,2,53020072,53,0,"It's Kasumin, everyone's princess♪",test,1 +30030007,1,53030071,52,0,Do not be afraid!
I am... By your side!,test,1 +30030007,2,53030072,53,0,Please look at the real me!,test,1 +30040007,1,53040071,52,0,Shall I twist my hips a little bit more
in this pose?,test,1 +30040007,2,53040072,53,0,Today's target is gonna be y-o-u!,test,1 +30050007,1,53050071,52,0,I'mma break through this fence by
going on the OFFENSIVE! ――
Just kidding!!,test,1 +30050007,2,53050072,53,0,Let's all get high with friends through
HIGH fives♪
Just Kidding♪,test,1 +30060007,1,53060071,52,0,"Haruka-chan,
have as much as you want~♪",test,1 +30060007,2,53060072,53,0,"I had a great dream today, too~",test,1 +30070007,1,53070071,52,0,The battle scenes of the Princess of
the Crimson Sword never fail to put
me in breathless suspense!,test,1 +30070007,2,53070072,53,0,Setsuna☆Scarlet Storm!!,test,1 +30080007,1,53080071,52,0,Eek!? What energetic fishes♪
Hello~!,test,1 +30080007,2,53080072,53,0,"Negative Ion, Release~!",test,1 +30090007,1,53090071,52,0,… Shall we play together?,test,1 +30090007,2,53090072,53,0,Rina-chan board: Ehehehe,test,1 +30100007,1,53100071,52,0,I have to work hard to not lose to
anyone!,test,1 +30100007,2,53100072,53,0,I will deliver a fun live show befitting
of your enjoyment with everything
I have!,test,1 +30110007,1,53110071,52,0,Wanna hear the song I've just
finished composing? It's very cool!,test,1 +30110007,2,53110072,53,0,"Excellent! Great performance,
little baby!",test,1 +30120007,1,53120071,52,0,Everyone's amazing! But Lanzhu's
performance is of course the best♪,test,1 +30120007,2,53120072,53,0,"Let me introduce you to Lanzhu's
friend! Yes, it's you!",test,1 +40010007,1,54010071,52,0,Let's all sing together!
Ready~? Let's go!,test,1 +40010007,2,54010072,53,0,Please enjoy Liella!'s
performance as much as
you can today~!,test,1 +40020007,1,54020071,52,0,"Heheh,
I'll show you how masterful
my handiwork is!",test,1 +40020007,2,54020072,53,0,Are you enjoying
Liella!'s live show~!?,test,1 +40030007,1,54030071,52,0,"1, 2, 3, 4... Jump!!",test,1 +40030007,2,54030072,53,0,Hey~!
Make sure to enjoy
Liella!'s live show today!,test,1 +40040007,1,54040071,52,0,You're still looking around!?
...Take a look at all these bags and
say that again!,test,1 +40040007,2,54040072,53,0,"I'm gonna do it, so let's do it, okay?
Galaxy~~~~!!",test,1 +40050007,1,54050071,52,0,"Mother, Yuigaoka's cherry blossoms
are blooming in their full,
splendid glory.",test,1 +40050007,2,54050072,53,0,"Everyone,
Liella! will send you so many
wonderful songs today!",test,1 +40060007,1,54060071,52,0,It's so much fun to be
with Kanon-senpai~!
I'm so moved~!,test,1 +40060007,2,54060072,53,0,Being able to sing on such
a big stage
is like a dream!,test,1 +40070007,1,54070071,52,0,"Yes, yes, yes, yes!
There we go, there we go!!
I got Kanon-senpai~~~!!",test,1 +40070007,2,54070072,53,0,"Cheer for us, everyone~!",test,1 +40080007,1,54080071,52,0,"Those school idols are cute,
but Mei is cuter.",test,1 +40080007,2,54080072,53,0,"Forget about me, look at Mei.
She's so cute.",test,1 +40090007,1,54090071,52,0,"Today Liella! is training stylishly in
Harajuku♪
I'll snap shots of our senpais on
break, yes~!",test,1 +40090007,2,54090072,53,0,"I'll give it my all again today, yes!
ONINUTS~!!",test,1 +10010015,2,51010152,53,0,Everyone -! Let's get heated up at this
live show together with µ's!,test,1 +20010013,2,52010132,53,0,I can feel everyone's burning
excitement! I'll make Aqours even
mooore special in today's live show!,test,1 +30010009,2,53010092,53,0,"Everyone-! Are you enjoying
Nijigasaki's live show that's packed
with ""love""-?",test,1 +40010009,2,54010092,53,0,Are our songs echoing in all your
hearts~?
They're full of Liella!'s love for
you...♪,test,1 +40090009,1,54090091,52,0,"Ren Senpai! Let's match our
smartphone wallpapers, yes!",,223041902 +40090009,2,54090092,53,0,"Can I have an ice cream? Please let
me have these toppings, too! Yes!",,223041902 +40020009,1,54020091,52,0,"Kanon, Please come closer over here!
I'm taking the shot!~",,223041902 +40020009,2,54020092,53,0,Let's spend a sweet time with Keke ♪,,223041902 +40030009,1,54030091,52,0,"Keke chan, have some ice cream,
let's get fired up!",,223041904 +40030009,2,54030092,53,0,I will let you eat this sweeeeeet
ice cream!,,223041904 +10010016,1,51010161,52,0,"Eek! That's cold!
Oh, thanks Umi.",,223043003 +10010016,2,51010162,53,0,I want you to see us
taking on these new challenges!,,223043003 +10020015,1,51020151,52,0,"Homura's new cat-shaped cookie...
Mmmh! ♪ It's not just cute, it's delicious!",,223043003 +10020015,2,51020152,53,0,Let's dash into tomorrow together!,,223043003 +10090015,1,51090151,52,0,I'm so glad I joined µ's!,,223043005 +10090015,2,51090152,53,0,I don't care if I stumble.
Get up with me!,,223043005 +20010014,1,52010141,52,0,"You, those glasses really suit you!
Hmm... How about mine?",,223051503 +20010014,2,52010142,53,0,Final boarding from Numazu to happiness! ♪
Let me take you on a wonderful journey!,,223051503 +20020013,1,52020131,52,0,"Do you want a bite Yoshiko?
Say ""ahhh!""",,223051503 +20020013,2,52020132,53,0,Let me guide you on a fun journey!
Follow me so you don't get lost. ♪,,223051503 +20070013,1,52070131,52,0,"*Munch* *munch*
Everything is so good, I can't help myself, Zura!",,223051505 +20070013,2,52070132,53,0,"Over here, over here! ♪
Time for a fun trip with me, Zura!",,223051505 +40010010,1,54010101,52,0,I'm so happy to see
so many things I like!,,223050104 +40010010,2,54010102,53,0,"Let me sing a
special song, just for you!",,223050104 +30050009,1,53050091,52,0,A BBQ with everyone
is the best! ♡
Bring on the meat!,,223053002 +30050009,2,53050092,53,0,I'm sending the hottest beats
right to your heart!,,223053002 +30060009,1,53060091,52,0,Today's show was so...
Fun... Zzz...,,223053103 +30060009,2,53060092,53,0,"Kanata, I've been waiting
for you to come get me for a
long, long time!",,223053103 +30080009,1,53080091,52,0,I hope my songs can be
some comfort to everyone
that listens.,,223053103 +30080009,2,53080092,53,0,I will always be by your side.
You're my favorite! ♪,,223053103 +30090009,1,53090091,52,0,What am I trying to convey
with my live show?,,223053105 +30090009,2,53090092,53,0,"If you're by my side,
the dark forest or scary wolves
can't faze me.",,223053105 +20030013,1,52030131,52,0,"Whoa, it's a sea turtle. ♪
How lucky!",,223061503 +20030013,2,52030132,53,0,"Let me give you a
perfect, special time. ♪",,223061503 +20040013,1,52040131,52,0,"Mari! If you move too much,
you're going to lose your balance!",,223061503 +20040013,2,52040132,53,0,Let me bring you
to my special little world. ♡,,223061503 +20090013,1,52090131,52,0,"Wow, I got so dizzy
I couldn't hit the watermelon!",,223061505 +20090013,2,52090132,53,0,"Today's costume is all about
my soft, fluttering veil!
Want to touch it?",,223061505 +10070015,1,51070151,52,0,"Rain isn't so bad, is it?
Eli, you make me feel happy. ♪",,223060902 +10070015,2,51070152,53,0,I just feel like...
The light is shining on our future.,,223060902 +20080013,1,52080131,52,0,"Here we go!
Three, two, one... Shiny! ☆",,223061302 +20080013,2,52080132,53,0,I'm so happy! ♪
Make sure you watch me
spread my wings and fly!,,223061302 +40080009,1,54080091,52,0,Mei's so serious...
And cute.,,223061702 +40080009,2,54080092,53,0,I want you to listen...,,223061702 +30040009,1,53040091,52,0,Aaah! W-What?!
Why is everyone here?,,223062902 +30040009,2,53040092,53,0,Your cheers add a new
color to my world!,,223062902 +40040009,1,54040091,52,0,"Blue sky, white clouds, and me...
A spectacular GALAXY!",,223063003 +40040009,2,54040092,53,0,"Hehe, are you sure you want
to be that close? Here we go!
You're going to get all soapy! ♪",,223063003 +40050009,1,54050091,52,0,"Nice, Mei!
Leave the rest to me!",,223063003 +40050009,2,54050092,53,0,Are you ready to enjoy
the summer with me?,,223063003 +40060010,1,54060101,52,0,"I wish I could pose like
you, Sumire! Let's see...
W-Wawawawa!",,223063005 +40060010,2,54060102,53,0,I-I can do it too
if I really try!,,223063005 +30010010,1,53010101,52,0,It's been a while
since I've had the chance to relax
like this with you. ♡,,223071504 +30010010,2,53010102,53,0,I know I can overcome anything
if it's for you...,,223071504 +30100009,1,53100091,52,0,"W-wait Lanzhu,
I don't think I'm quite ready—
WAAAA!",,223071504 +30100009,2,53100092,53,0,A whole new world opened up
after I met you.,,223071504 +30020009,1,53020091,52,0,He he he...
Who should I take down first? ♪,,223071506 +30020009,2,53020092,53,0,What do you think?
I thought of you when I picked out this dress. ♡,,223071506 +20060014,1,52060141,52,0,Thanks Zuramaru.
I'm really glad you're here.,,223071302 +20060014,2,52060142,53,0,"It's time to dance under the
bright blue sky! As my underling,
you need to make sure you're ready. ♪",,223071302 +40020010,1,54020101,52,0,Thank you!
I didn't think Sunny Pas would
wish me a happy birthday!,,223071703 +40020010,2,54020102,53,0,"With you, I'll keep on chasing my
big dreams...and make them come true!",,223071703 +40020012,1,54020121,52,0,The sparkling Christmas tree...
It's so pretty!,,223121506 +40020012,2,54020122,53,0,"Since you're being so good,
I'm gonna give you sooo
many presents!",,223121506 +10090016,1,51090161,52,0,"Oh, I can't play the piano...
Whoa, what're you doing Maki?!",,223072202 +10090016,2,51090162,53,0,My days have been filled with sunshine
ever since I met you!,,223072202 +10030016,1,51030161,52,0,I wish we could all do this
for the rest of time...,,223073103 +10030016,2,51030162,53,0,Don't let the summer heat
get your hype down! ♪,,223073103 +10050015,1,51050151,52,0,Woohoo!!!
This feels fanmeowstic! ♪,,223073103 +10050015,2,51050152,53,0,Today's a perfect day for the greatest concert ever! ♪
Let's keep it at full energy until the end!,,223073103 +10040016,1,51040161,52,0,Gah!
I'm not going to lose!,,223073105 +10040016,2,51040162,53,0,Could I maybe...make some
unforgettable summer memories with you?,,223073105 +40070010,1,54070101,52,0,Don't you cry!
I'll scoop up enough
for you and me!,,223081503 +40070010,2,54070102,53,0,Don't take your eyes off me!
Let this memory
reach deep inside and last forever!,,223081503 +40080010,1,54080101,52,0,Rifle angle...good.
Target position...good.
Physics trajectory calculation...complete. Shooting.,,223081503 +40080010,2,54080102,53,0,"Don't look at me, look at everyone else...
Especially Mei.",,223081503 +40080011,1,54080111,52,0,The Naumann's elephant
isn't a bad choice...,,223121509 +40080011,2,54080112,53,0,"I wanted to give you a stag beetle pupa
as a gift, but Mei told me to stop.
Too bad...",,223121509 +40010011,1,54010111,52,0,Look look! It's so pretty!
These memories will last a lifetime.,,223081505 +40010011,2,54010112,53,0,"There's a summer festival today!
Come on, come dance with me!",,223081505 +40010014,1,54010141,52,0,"And now a fun pose!
Nice, I got a good picture. ♪",,223121506 +40010014,2,54010142,53,0,Here's a present from me to you.
Will you accept?,,223121506 +20010015,1,52010151,52,0,"Hehe... Thanks, everyone.
I'm really...blessed. Zzz...",,223080103 +20010015,2,52010152,53,0,"Make sure to watch over
me, forever and ever!",,223080103 +20010019,1,52010191,52,0,"I wish to make even more wonderful memories
with everyone in Aqours this year.
Come on, everyone, make your wish!",,223123106 +20010019,2,52010192,53,0,HAPPY NEW YEAR!
I'm happy we got to
celebrate the new year together. ♪,,223123106 +10010017,1,51010171,52,0,This makes me so happy!
Thank you so much Kotori!
I'm going to keep it safe forever!,,223080304 +10010017,2,51010172,53,0,I think it's because of you that I can
shine so bright!,,223080304 +40090010,1,54090101,52,0,"Hey there Mr. Elephant,
how did your nose
get oh so long?!",,223080702 +40090010,2,54090102,53,0,"Hey, make sure to watch
me from now on!",,223080702 +30070009,1,53070091,52,0,You learned all my favorite
anime songs?!
That's so awesome!,,223080802 +30070009,2,53070092,53,0,"With you, I think
I can go anywhere.",,223080802 +20060015,1,52060151,52,0,Fallen Angel Yohane's Magic Eyes
are twinkling in the moonlight!,,223083103 +20060015,2,52060152,53,0,Little demons!
Dance away the night tonight
as my minions of darkness!,,223083103 +20060016,1,52060161,52,0,Uwaaahh!
Don't throw them so hard at me!,,224021403 +20060016,2,52060162,53,0,You've finally appeared!
I'll be the one to catch you!,,224021403 +20080014,1,52080141,52,0,"Kanan, Kanan!
I see stars next to the moon!",,223083103 +20080014,2,52080142,53,0,What do you think about me
as a cute little bunny rabbit?,,223083103 +20080016,1,52080161,52,0,"Now, let's face in the lucky direction
and eat up♪
No talking while you eat!",,224021406 +20080016,2,52080162,53,0,"Non non!
When you look at me that way,
you make me want to eat you!",,224021406 +20050014,1,52050141,52,0,Whoa! So cool!
Come take a look!
The wind is like a wave of light! ♪,,223083105 +20050014,2,52050142,53,0,*Hop* *hop* ♪
Come hop with me
and have some fun!,,223083105 +10060015,1,51060151,52,0,Hmm... The breeze feels so nice.,,223091503 +10060015,2,51060152,53,0,"I hope I can make today a
special day for you.
Watch me sing my best, okay?",,223091503 +10060017,1,51060171,52,0,"You want to see me skating?
...Fine, okay.",,224011503 +10060017,2,51060172,53,0,Being surrounded by flowers is so relaxing.
Don't you agree?,,224011503 +10060018,1,51060181,52,0,The spring night sky is beautiful too.
--……Ah! shooting star! ! !,,224031603 +10060018,2,51060182,53,0,I feel comfortable next to you.
……Say hello in the future.,,224031603 +10070017,1,51070171,52,0,"Look over here!
This way, Rin!
W-Whoa!",,223091503 +10070017,2,51070172,53,0,I bet you can't
take your eyes off of me!,,223091503 +10080016,1,51080161,52,0,Time to dig in!
*Munch* *munch*... So tasty! ♡,,223091505 +10080016,2,51080162,53,0,D-Do you think...
You'd like to dance with me today?,,223091505 +10080017,1,51080171,52,0,A-RISE's new song!
The lyrics and costumes and choreography
are all so good~!,,224011703 +10080017,2,51080172,53,0,Thanks for always supporting me!
I'll always support you too.,,224011703 +10030017,1,51030171,52,0,"Look, look!
I've always wanted to
dress up like a bunny! ♡",,223091202 +10030017,2,51030172,53,0,"Make sure to
keep watching over me, okay? ♡",,223091202 +10030018,1,51030181,52,0,I-It's so slippery... Eek!
Argh! It's so hard!,,224011503 +10030018,2,51030182,53,0,I made this bouquet
filled with all my gratitude for you.
Will you accept it?,,224011503 +20020014,1,52020141,52,0,Hi there Mr. Seagull!
Oh? Hehe. Is that tasty?,,223091902 +20020014,2,52020142,53,0,I hope you can be beside me when
I spread my wings to follow my dreams.,,223091902 +20020016,1,52020161,52,0,"...Okay, made the face!
Now to draw the horns...",,224021403 +20020016,2,52020162,53,0,...Oh? You're finally here?
It seems that
maybe you won't bore me.,,224021403 +20090014,1,52090141,52,0,My favorite...
sweet potato frappe!
Looks so yummy! ♡,,223092102 +20090014,2,52090142,53,0,I'll spread my wings with you
and fly toward a bright future. ♡,,223092102 +20090016,1,52090161,52,0,Toooooo cute! ♡
*pat* *pat*,,223123103 +20090016,2,52090162,53,0,Happy New Year!
Here's to spending
lot's of time with you. ♡,,223123103 +40040010,1,54040101,52,0,Found it!
The tastiest looking
melon in this greenhouse!,,223092802 +40040010,2,54040102,53,0,Don't you dare miss
the moment I shine!,,223092802 +40040013,1,54040131,52,0,Th-There isn't anything else to it.
I just wanted to thank you for everything.
That's all!,,224030106 +40040013,2,54040132,53,0,Got time after school?
Then come on a date with me♪,,224030106 +30120010,1,53120101,52,0,Wow! Look Ayumu! ♡
Cute little ghost pastries!,,223093003 +30120010,2,53120102,53,0,I just made the executive
decision that you'll be with
me for alllll time.,,223093003 +30120013,1,53120131,52,0,Do you like me?
I bet you really like me!
Hehe. I really like you too!,,223121902 +30120013,2,53120132,53,0,Do you like me?
I bet you really like me!
Hehe. I really like you too!,,223121902 +30120014,1,53120141,52,0,Wheeeee!♡
This is so much fun~!,,224021503 +30120014,2,53120142,53,0,The one who can thrill you the most
is Lanzhu!
No doubt about that!,,224021503 +30110010,1,53110101,52,0,Trick or Treat!
So? Did I scare you?,,223093003 +30110010,2,53110102,53,0,Just a second!
Don't pet me like that...,,223093003 +30030010,1,53030101,52,0,And I'll take this...over here...
All done!
I hope everyone likes this!,,223093005 +30030010,2,53030102,53,0,I'll play a trick even if you give me candy! ♡
Why? I'm just a little devil. ♪,,223093005 +20070015,1,52070151,52,0,L-Like this?
I hope the picture turns out okay.,,223101507 +20070015,2,52070152,53,0,I'm going to cast a little spell
so you can't take your eye's off of me zura! ♪,,223101507 +20070016,1,52070161,52,0,"Th-This is VR...!
It's the future, zura~!",,224030403 +20070016,2,52070162,53,0,"I want you
to always love me.
...Th-This is embarrassing, zura...",,224030403 +20040015,1,52040151,52,0,GYAAAAHHH!
Stop it!!!,,223101507 +20040015,2,52040152,53,0,How would you like to
experience some thrills with me?,,223101507 +20040016,1,52040161,52,0,"What am I going to wish for?
Of course, I'm going to wish for Ruby's happiness.",,224010104 +20040016,2,52040162,53,0,"I hope I can spend this year,
the start of next year,
and always with you.",,224010104 +20030015,1,52030151,52,0,W-What?! Huh?!
I think I see somethin—EEK!,,223101509 +20030015,2,52030152,53,0,Trick AND treat!
A surprise and a present for you! ♪,,223101509 +20030016,1,52030161,52,0,"These pancakes are so good!
Wait, you have a present for me too?!",,224021005 +20030016,2,52030162,53,0,A world with just the two of us
doesn't sound half bad.,,224021005 +30100010,1,53100101,52,0,"Oh yeah! The other day, Rina
and I made a dance video!",,223100503 +30100010,2,53100102,53,0,"I may still have lots to learn,
but please stay by me and watch over me.",,223100503 +10020017,1,51020171,52,0,C-Cute? Hmm...
Don't tease me like that.,,223102102 +10020017,2,51020172,53,0,"You're going to be with me
forever, right?
Hehe. That makes me happy.",,223102102 +40070011,1,54070111,52,0,"Hehehe... Hey now, that tickles!
Oh you want to climb up too?",,223102902 +40070011,2,54070112,53,0,I'm gonna do my absolute best...
So make sure to keep watching me!,,223102902 +40070013,1,54070131,52,0,This store's black tea
has been trending lately...
I hope that they'll like it!,,224030103 +40070013,2,54070132,53,0,I got a ton of cute snaps~
I'll send them to you later!,,224030103 +10040017,1,51040171,52,0,"Let's go, shall we?
Off to our own adventure!",,223100504 +20050015,1,52050151,52,0,A grand adventure with you?
I just can't stop my excitement!,,223101504 +30070011,1,53070111,52,0,My fiery passion just won't settle down!
It's time to start our great adventure!,,223101504 +40030011,1,54030111,52,0,"Okay, follow me!
I'll show you sights that
you've never seen before. ♪",,223101504 +30010012,1,53010121,52,0,"I'll keep a watch over you,
forever and always. ♪",,223100302 +30020011,1,53020111,52,0,"I'm always thinking about you first.
It's our little promise, okay?",,223101002 +30030012,1,53030121,52,0,Is your heart pounding like mine?
You know I...really like you too.,,223101702 +30040011,1,53040111,52,0,It may take some time...
but can you wait so I can
tell you how I really feel?,,223102402 +30050012,1,53050121,52,0,Did you know? My most favorite
time is the time I spend with you.,,223103102 +10040017,2,51040172,53,0,"Let's go, shall we?
Off to our own adventure!",,223100504 +20050015,2,52050152,53,0,A grand adventure with you?
I just can't stop my excitement!,,223101504 +20050017,1,52050171,52,0,"Mhmm, it's so good!
Wait, Mari, what is that?!",,223123103 +20050017,2,52050172,53,0,"With you by my side this year,
I have the feeling I'm going to pull the Super-Greatest-Best Fortune!",,223123103 +20050019,1,52050191,52,0,Peace!
Let's make a lot of memories!,,224031603 +20050019,2,52050192,53,0,... A feeling of happiness overflows
I'm sure it's because I'm with you.,,224031603 +30070011,2,53070112,53,0,My fiery passion just won't settle down!
It's time to start our great adventure!,,223101504 +40030011,2,54030112,53,0,"Okay, follow me!
I'll show you sights that
you've never seen before. ♪",,223101504 +30010012,2,53010122,53,0,"I'll keep a watch over you,
forever and always. ♪",,223100302 +30010017,1,53010171,52,0,"Here, open wide♡
What do you think?
Did it come out all right?",,224013106 +30010017,2,53010172,53,0,If I told you not to accept any chocolate
except for mine...
Would you?,,224013106 +30010018,1,53010181,52,0,I put this flower here...
Urm... I can't get the balance right.
Shioriko~!,,224030108 +30010018,2,53010182,53,0,You know... I want to keep chasing my dreams
together with you
now and forever♪,,224030108 +30020011,2,53020112,53,0,"I'm always thinking about you first.
It's our little promise, okay?",,223101002 +30020014,1,53020141,52,0,"Muahaha...
With Karin's makeup skills,
Kasumin will be sooooo much cuter!♡",,224012303 +30020014,2,53020142,53,0,"Senpai, I give you permanent residency
in the prosperous Kingdom of Kasumin♪
Now you can be together with Kasumin forever!♡",,224012303 +30030012,2,53030122,53,0,Is your heart pounding like mine?
You know I...really like you too.,,223101702 +30030014,1,53030141,52,0,"Okay, Ophelia?
Take this
and sit in front of Kasumi.",,224013103 +30030014,2,53030142,53,0,"I was always scared, but then you saved me.
Please keep taking me out
to see the whole wide world.",,224013103 +30030015,1,53030151,52,0,"Well done, Setsuna-san!
Your sharpness is different!
I can't lose either! ",,224031603 +30030015,2,53030152,53,0,"I'm ready to capture your heart!
Whether it's theater or school idols, I'll nail you♪I'll nail you♪ ",,224031603 +30040011,2,53040112,53,0,It may take some time...
but can you wait so I can
tell you how I really feel?,,223102402 +30050012,2,53050122,53,0,Did you know? My most favorite
time is the time I spend with you.,,223103102 +40030012,1,54030121,52,0,Good job with the information session!
Cheeeeerrrs!,,223103109 +40060011,1,54060111,52,0,"Ren, thanks a bunch!
I'll keep on tryin' my best!",,223103109 +40090011,1,54090111,52,0,I'd like to ask you all
about the appeal of Yuijo!,,223103106 +40030012,2,54030122,53,0,"Come join us!
Let's do this! 1, 2. 1, 2!",,223103109 +40030014,1,54030141,52,0,"Kanon, make a circle! A circle!
Come on! Come on! Hurry up!",,224022503 +40030014,2,54030142,53,0,"If you feel happy when you hear me sing
and watch me dance,
that's be the roundest thing♪",,224022503 +40060011,2,54060112,53,0,Let's make Yuijo
a great place together!,,223103109 +40060013,1,54060131,52,0,Hmm~♡ Potatoes in Tokyo
taste stylish!,,224031603 +40060013,2,54060132,53,0,I want you
to keep watching over Kinako.I'll do my best
to make you smile more!,,224031603 +40090011,2,54090112,53,0,Don't you dare miss out on my
brilliant techniques!,,223103106 +40100002,1,54100021,52,0,I'll sing a little
until everyone arrives.,,224012003 +40100002,2,54100022,53,0,I know you were moved by my song.
Tell me what you thought.,,224012003 +40110002,1,54110021,52,0,It is only logical for jellyfish to drift with the waves
due to their weak swimming ability.,,223122802 +40110002,2,54110022,53,0,I hope to keep on
brushing up on
my performance.,,223122802 +60010001,1,56010011,52,0,"I am the fortune-teller, Yohane.
Do you have any fortunes to be told?",,223121403 +60010001,2,56010012,53,0,I want to spread our songs across
this town and the entire world!,,223121403 +60020001,1,56020011,52,0,"I sell handmade
breads and desserts!
I recommend my Hanamaru Bread, zura!",,223121403 +60020001,2,56020012,53,0,"I just looove Yohane's songs
and singing with everyone, zura!",,223121403 +60030001,1,56030011,52,0,My name is Dia. I am
Executive Director General of the
Numazu Administrative Office.,,223121403 +60030001,2,56030012,53,0,I hope you enjoy my
whole-hearted devotion
to my song!,,223121403 +60040001,1,56040011,52,0,"I'm Ruby, nice to meet you.
My sister, is the Executive Director General
of the Administrative Office!",,223121403 +60040001,2,56040012,53,0,I hope you enjoy me
and the others sing!,,223121403 +60050001,1,56050011,52,0,Come right in!
I'm the poster girl for the Tochiman Ryokan!,,223121403 +60050001,2,56050012,53,0,"Let us give you a song that reaches your heart!
With Yohane and the others,
anything is possible!",,223121403 +60060001,1,56060011,52,0,"Hi there, I'm You!
I work as a messenger.
Leave all your deliveries to me!",,223121403 +60060001,2,56060012,53,0,We'll use our song to
show you how we feel!
I hope you listen and accept our feelings.,,223121403 +60070001,1,56070011,52,0,"I'm the recycling queen
of Uchira, Kanan!
I can take care of all your repairs!",,223121403 +60070001,2,56070012,53,0,Are you ready to have fun?
Let's make the best memories with everyone.,,223121403 +60080001,1,56080011,52,0,"I'm Riko, a zoologist.
You can ask me anything about animals.",,223121403 +60080001,2,56080012,53,0,I want you to hear
more of our songs.,,223121403 +60090001,1,56090011,52,0,The name's Mari. I've heard about you.
I always hear you talking.,,223121403 +60090001,2,56090012,53,0,"Yohane gives me courage.
I hope I can give someone strength, too!",,223121403 +30050013,1,53050131,52,0,"Mmmhmmm. This chicken is so good!
Hmm?!
Kasukasu, let's go over there!",,223111503 +30070013,1,53070131,52,0,I'm gonna give it my all!,,223111503 +30040012,1,53040121,52,0,"Welcome back, Young Miss.",,223111506 +30050013,2,53050132,53,0,"Master, master,
won't you play with me, meow? ♡
I'm just kitten ya!",,223111503 +30070013,2,53070132,53,0,Master's the only one I let just
pat me with their paws!,,223111503 +30040012,2,53040122,53,0,Look at me! Meow...
T-That's a little embarrassing!,,223111506 +30040014,1,53040141,52,0,"This chocolate is nice and sweet.
...Oh, please, Emma, stop recording!",,224013103 +30040014,2,53040142,53,0,"Maybe you've already caught on
to how I feel?
...Hehe, I love you.",,224013103 +10050016,1,51050161,52,0,"So many cute things around,
it's meowtastic! ♡",,223110102 +10050016,2,51050162,53,0,"Would you do something if I asked you?
For example...if I asked you to come,
would you come to me?",,223110102 +10050018,1,51050181,52,0,"Nico, let's go!
It's okay! I'm here for you!",,224011506 +10050018,2,51050182,53,0,Let's play tag!
Try and catch me!,,224011506 +30090012,1,53090121,52,0,"It's so fun with everyone!
Let's play some more, yeah?",,223111302 +30090012,2,53090122,53,0,Want to connect with me?,,223111302 +40050011,1,54050111,52,0,"Yummmmm. ♡
So many strawberries, everywhere!",,223112402 +40050011,2,54050112,53,0,Your support
makes my heart tremble!,,223112402 +40050013,1,54050131,52,0,How do you like them?
These scones with plenty
of my homemade jam?,,224030103 +40050013,2,54050132,53,0,"Th-This does feel somewhat embarrassing...
But wearing this,
I feel like I may find a new me!",,224030103 +30060011,1,53060111,52,0,"I noticed myself just always
thinking about you. For you,
I can do anything!",,223110702 +30070014,1,53070141,52,0,"If you need me to tell you 100 times or
1,000 times, so be it!
I really like you!",,223111402 +30080011,1,53080111,52,0,My memories with you
will always be treasures that I carry.,,223112102 +30090013,1,53090131,52,0,You really opened up my world.
Thank you so much!
I am so incredibly happy.,,223112802 +30060011,2,53060112,53,0,"I noticed myself just always
thinking about you. For you,
I can do anything!",,223110702 +30060013,1,53060131,52,0,No one can resist the kotatsu blanket table...
I've completely surrendered!,,223121602 +30060013,2,53060132,53,0,"Hey, come here!
Come lay down on my lap.
Maybe we can nap together?",,223121602 +30070014,2,53070142,53,0,"If you need me to tell you 100 times or
1,000 times, so be it!
I really like you!",,223111402 +30080011,2,53080112,53,0,My memories with you
will always be treasures that I carry.,,223112102 +30080014,1,53080141,52,0,It's my birthday!
I'm going to eat soooo much!,,224020503 +30080014,2,53080142,53,0,Does your heart all feel warm and fuzzy?
I really hope it does♪,,224020503 +30090013,2,53090132,53,0,You really opened up my world.
Thank you so much!
I am so incredibly happy.,,223112802 +30100013,1,53100131,52,0,Can I be selfish
for just one second?
I want to bond with you.,,223120502 +30110014,1,53110141,52,0,"I've never felt like this before.
Don't take your eyes off me, okay?",,223121202 +30100013,2,53100132,53,0,Can I be selfish
for just one second?
I want to bond with you.,,223120502 +30110014,2,53110142,53,0,"I've never felt like this before.
Don't take your eyes off me, okay?",,223121202 +10040019,1,51040191,52,0,Merry Christmas!
May joy find us all!,,223113010 +10090018,1,51090181,52,0,A small extra step goes
a long way in cooking!,,223113010 +10010020,1,51010201,52,0,"Wow, everyone
got me such great presents!",,223113006 +10040019,2,51040192,53,0,"If you're cold,
I can keep you warm.",,223113010 +10040020,1,51040201,52,0,Shhh...
Honoka fell asleep,,224031503 +10040020,2,51040202,53,0,I'll try to work hard from now on
to meet your expectations.,,224031503 +10090018,2,51090182,53,0,"You gotta keep warm!
Here, come closer.",,223113010 +10010020,2,51010202,53,0,I'm super happy I get to
spend this magical winter
sky with you!,,223113006 +30110013,1,53110131,52,0,For real?!
It's so awesome to get tips
on my batting form!,,223120602 +30110013,2,53110132,53,0,"It's because you stay by my side
that I'm able to put on my show.
Thanks, baby.",,223120602 diff --git a/src/router/databases/csv-en/character.csv b/src/router/databases/csv-en/character.csv new file mode 100644 index 0000000..0df3f44 --- /dev/null +++ b/src/router/databases/csv-en/character.csv @@ -0,0 +1,51 @@ +_id,_name,_nameRuby,_detailText,_category,_schoolGrade,_charaCategory,_masterGroupId,_spriteName,_displayOrder,_height,_bloodType,_birsday,_voiceActor,_imageColor,_imageColorDark,_nameRichtextGacha,_masterReleaseLabelId +1001,Honoka Kosaka,Honoka Kosaka,The founder of μ's. Honoka always has a smile on her face and a spring in her step. Her unshakably positive outlook carries her through any hardships she may face.,1,2,1,101,1001,1001,157 cm,O,Aug 3,Emi Nitta,FF9210,FF9210,HonokaKosaka,1 +1002,Eli Ayase,Eli Ayase,"Eli is one-quarter Russian. She's an intelligent, athletic, naturally gifted girl who quickly masters anything she puts her mind to. Her strong sense of responsibility and popularity at school make Eli a natural fit as student council president.",1,3,1,103,1002,1002,162 cm,B,Oct 21,Yoshino Nanjo,47C3FB,47C3FB,EliAyase,1 +1003,Kotori Minami,Kotori Minami,"Kotori is a gentle, laid-back girl and also an excellent student. Though she has an easygoing personality, Kotori has a strong backbone and never lets herself be intimidated. She and Honoka are best friends.",1,2,1,101,1003,1003,159 cm,O,Sep 12,Aya Uchida,BAB3B3,BAB3B3,KotoriMinami,1 +1004,Umi Sonoda,Umi Sonoda,"An elegant young lady with impeccable manners. Umi has practiced archery since she was a young girl. She detests wrongdoing and laziness. Umi, Honoka, and Kotori have been friends since they were little.",1,2,1,102,1004,1004,159 cm,A,Mar 15,Suzuko Mimori,226BF1,226BF1,UmiSonoda,1 +1005,Rin Hoshizora,Rin Hoshizora,"Rin is a cheerful and athletic girl who's more the type to get up and get a move on rather than sit around worrying about things. She's caring and always looks out for Hanayo, her childhood friend.",1,1,1,102,1005,1005,155 cm,A,Nov 1,Riho Iida,FCD500,CEAE00,RinHoshizora,1 +1006,Maki Nishikino,Maki Nishikino,"Maki is prideful, a bit overbearing, and struggles to show her true feelings. She's not afraid to stand up for herself or others, even when dealing with older students. Despite her tough exterior, she sometimes feels a bit lonely.",1,1,1,103,1006,1006,161 cm,AB,Apr 19,Pile,F14747,F14747,MakiNishikino,1 +1007,Nozomi Tojo,Nozomi Tojo,"A free spirit, her Kansai dialect gives her a somewhat unique way of speaking. Nozomi is quite easygoing but often comes across as the most mature member of μ's.",1,3,1,102,1007,1007,159 cm,O,June 9,Aina Kusuda,C355E8,C355E8,NozomiTojo,1 +1008,Hanayo Koizumi,Hanayo Koizumi,Hanayo is a quiet girl who rarely stands out in class. She lacks self-confidence and tends to give up easily. White rice is Hanayo's favorite food.,1,1,1,101,1008,1008,156 cm,B,Jan 17,Yurika Kubo,44CF72,44CF72,HanayoKoizumi,1 +1009,Nico Yazawa,Nico Yazawa,"Nico is a true-blue idol fanatic who strives morning, noon, and night to become a full-fledged idol herself. Her catchphrase is ""Nico-Nico-Ni!""",1,3,1,103,1009,1009,154 cm,A,Jul 22,Sora Tokui,FF548F,FF548F,NicoYazawa,1 +2001,Chika Takami,Chika Takami,"The founder of Aqours. Chika is cheerful and friendly, but also extremely competitive. Her bold personality tends to get her and her friends wrapped up in all sorts of interesting situations.",2,2,1,201,2001,2001,157 cm,B,Aug 1,Anju Inami,FF700F,FF700F,ChikaTakami,1 +2002,Riko Sakurauchi,Riko Sakurauchi,"At first glance, Riko seems like a calm, cool, and collected young lady. However, she gets flustered easily and is prone to misreading situations.",2,2,1,203,2002,2002,160 cm,A,Sep 19,Rikako Aida,FB697E,FB697E,RikoSakurauchi,1 +2003,Kanan Matsuura,Kanan Matsuura,"Kanan is a frank, mature girl who doesn't sweat the small stuff. She's calm under pressure and always has a cool, collected air about her.",2,3,1,202,2003,2003,162 cm,O,Feb 10,Nanaka Suwa,02D09D,02D09D,KananMatsuura,1 +2004,Dia Kurosawa,Dia Kurosawa,"Dia is the daughter of a well-known fishing family. She's also the student council president. A perfectionist and proud of it, Dia doesn't abide by half-hearted efforts or slipshod results.",2,3,1,202,2004,2004,162 cm,A,Jan 1,Arisa Komiya,E0083B,E0083B,DiaKurosawa,1 +2005,You Watanabe,You Watanabe,"You's first instinct is always to act first and ask questions later. Her father is the captain of a ferryboat, and she hopes to follow in his footsteps and captain her own boat someday.",2,2,1,201,2005,2005,157 cm,AB,Apr 17,Shuka Saito,07B0E8,07B0E8,YouWatanabe,1 +2006,Yoshiko Tsushima,Yoshiko Tsushima,"Perpetually garbed in devilish attire, Yoshiko refers to herself as ""Yohane, the Fallen Angel."" Her hometown is Numazu City. She's peppy and brash, but also smart and witty. Unfortunately, Yoshiko has very bad luck and trouble seems to follow her.",2,1,1,203,2006,2006,156 cm,O,Jul 13,Aika Kobayashi,A9ACB2,A9ACB2,YoshikoTsushima,1 +2007,Hanamaru Kunikida,Hanamaru Kunikida,A bookworm with an affinity for Japanese literature. Hanamaru is a gifted singer and performs in a choir. She's an astute girl who's attentive and considerate of others.,2,1,1,202,2007,2007,152 cm,O,Mar 4,Kanako Takatsuki,FFC000,FFC000,HanamaruKunikida,1 +2008,Mari Ohara,Mari Ohara,"Mari is motivated, and energetic, and often acts independently. She is fearless and never backs down from a challenge. Her father is Italian-American and runs a world-class hotel chain.",2,3,1,203,2008,2008,163 cm,AB,Jun 13,Aina Suzuki,A132D9,A132D9,MariOhara,1 +2009,Ruby Kurosawa,Ruby Kurosawa,"Though timid and somewhat of a crybaby, Ruby is the daughter of a prestigious family, which has imbued her with strong core values. She has always admired idols. Ruby's one major point of pride is her skill with a needle and thread.",2,1,1,201,2009,2009,154 cm,A,Sep 21,Ai Furihata,F143B4,F143B4,RubyKurosawa,1 +3001,Ayumu Uehara,Ayumu Uehara,Ayumu is diligent and hardworking. A certain event from her past set her on the path to becoming a school idol.,3,2,1,302,3001,3001,159 cm,A,Mar 1,Aguri Onishi,F48099,F48099,AyumuUehara,1 +3002,Kasumi Nakasu,Kasumi Nakasu,"Lover of all things cute, Kasumi adores school idols more than just about anyone. She's fiercely competitive, and gets angry when people call her by the nickname ""Kasukasu.""",3,1,1,303,3002,3002,155 cm,B,Jan 23,Mayu Sagara,EDDC00,D5C500,KasumiNakasu,1 +3003,Shizuku Osaka,Shizuku Osaka,"Highly responsible, Shizuku maintains her excellent grades despite being a member of both the drama club and the school idol club.",3,1,1,302,3003,3003,157 cm,A,Apr 3,Kaori Maeda,2CAED5,2CAED5,ShizukuOsaka,1 +3004,Karin Asaka,Karin Asaka,"A magazine model in her free time, Karin appears much older and more mature than a typical high schooler. Though she may look and often act like an adult, there's a surprisingly innocent side to her personality too.",3,3,1,301,3004,3004,167 cm,AB,Jun 29,Miyu Kubota,4A62D2,4A62D2,KarinAsaka,1 +3005,Ai Miyashita,Ai Miyashita,"Ai is a naturally gifted athlete and helps out multiple teams as a sub. She always goes with the flow and has a caring personality. Put it all together, and it's no wonder Ai is friends with just about everyone.",3,2,1,301,3005,3005,163 cm,A,May 30,Natsumi Murakami,F6663E,F6663E,AiMiyashita,1 +3006,Kanata Konoe,Kanata Konoe,"Though Kanata usually seems to be on the verge of dozing off, she gets fired up when it comes to cooking and caring for her little sister.",3,3,1,303,3006,3006,158 cm,O,Dec 16,Akari Kito,A96398,A96398,KanataKonoe,1 +3007,Setsuna Yuki,Setsuna Yuki,"A school idol who gives powerful, fiery performances and always has a smile on her face. Setsuna is so busy with her school idol activities that there are even rumors that no one has ever actually seen her at school.",3,2,1,302,3007,3007,154 cm,O,Aug 8,Coco Hayashi,DC2235,DC2235,SetsunaYuki,1 +3008,Emma Verde,Emma Verde,"Emma is an exchange student from Switzerland who adores school idols. She is kind, easygoing, and has a deep love for the mountains and nature of her hometown.",3,3,1,303,3008,3008,166 cm,O,Feb 5,Maria Sashide,7EC36E,7EC36E,EmmaVerde,1 +3009,Rina Tennoji,Rina Tennoji,"Rina has trouble conveying her emotions with facial expressions, so some people tend to see her as cold and aloof. But in reality, Rina is very friendly and has an impassioned heart.",3,1,1,303,3009,3009,149 cm,B,Nov 13,Chiemi Tanaka,A0A3BC,A0A3BC,RinaTennoji,1 +3010,Shioriko Mifune,Shioriko Mifune,"Proper and serious, Shioriko always works for the greater good. She has been friends with Lanzhu since they were little.",3,1,1,304,3010,3010,160 cm,AB,Oct 5,Moeka Koizumi,37C4A1,37C4A1,ShiorikoMifune,1 +3011,Mia Taylor,Mia Taylor,"Mia is an exchange student from NYC. The daughter of the world-famous Taylor family of musicians, Mia has skipped several grades and is now a senior despite being only 14 years old.",3,3,1,304,3011,3011,156 cm,AB,Dec 6,Shu Uchida,D7D6C9,B3B098,MiaTaylor,1 +3012,Lanzhu Zhong,Lanzhu Zhong,An exchange student from Hong Kong. Lanzhu is a bit of a prima donna who seems to be perfect at everything. Her favorite food is meat.,3,2,1,304,3012,3012,165 cm,B,Feb 15,Akina Homoto,F7CBC7,E2B0AC,LanzhuZhong,1 +4001,Kanon Shibuya,Kanon Shibuya,"Though shy, Kanon genuinely loves singing from the bottom of her heart. She possesses a strong sense of empathy that helps her understand the feelings of others and is often the one propelling Liella! forward.",4,2,1,403,4001,4001,159 cm,A,May 1,Sayuri Date,F57924,F57924,KanonShibuya,1 +4002,Keke Tang,Keke Tang,"A girl from Shanghai who came to study at Yuigaoka Girls' High School. Keke is a passionate young lady with a singular focus on the things she cares about. She especially loves cute things. Keke is Liella!'s bright, burning sun.",4,2,1,404,4002,4002,159 cm,O,Jul 17,Liyuu,85EDEC,29E2E0,KekeTang,1 +4003,Chisato Arashi,Chisato Arashi,Chisato has been best friends with Kanon since childhood. Her devoted and hardworking personality makes her very likable. She's in charge of choreography for Liella! and strives to level up their dancing skills. Chisato adores all things round.,4,2,1,405,4003,4003,155 cm,B,Feb 25,Nako Misaki,FF6E97,FF6E97,ChisatoArashi,1 +4004,Sumire Heanna,Sumire Heanna,"Sumire can seem condescending and stubborn, but she's a kind girl who knows when others are feeling down. She's the wild card of Liella!, often revealing surprising skills at critical moments. Sumire's family lives in a shrine near the school.",4,2,1,403,4004,4004,161 cm,AB,Sep 28,Naomi Payton,70ED62,60E251,SumireHeanna,1 +4005,Ren Hazuki,Ren Hazuki,"Daughter of the founder of Yuigaoka Girls' High School. Ren is Liella!'s ace and has practiced piano and figure skating since she was a kid. Her calm demeanor makes her a popular student council president, but she can be a bit naive.",4,2,1,404,4005,4005,163 cm,A,Nov 24,Nagisa Aoyama,2020AB,2020AB,RenHazuki,1 +4006,Kinako Sakurakoji,Kinako Sakurakoji,"Buoyant, big-hearted, and always amicable. In a word, Kinako is sweet. She decided to step out on her own and attend high school in Tokyo, enrolling at Yuigaoka.",4,1,1,405,4006,4006,159 cm,O,Apr 10,Nozomi Suzuhara,F6EB41,C9BF29,KinakoSakurakoji,1 +4007,Mei Yoneme,Mei Yoneme,"Mei is a bit of a cynic. On the surface, she seems like a delinquent who's difficult to approach. However, she has a strong sense of justice and stands up for what is right when she feels something is wrong.",4,1,1,403,4007,4007,155 cm,A,Oct 29,Akane Yabushima,F93535,F93535,MeiYoneme,1 +4008,Shiki Wakana,Shiki Wakana,"Shiki is a girl of few words who even as a child preferred to play alone. She is calm and collected, rarely verbalizing her feelings. While this makes her seem mysterious, her feelings toward her fellow members are stronger than anyone's.",4,1,1,405,4008,4008,161 cm,B,Jun 17,Wakana Ookuma,B4F6D8,75AD88,ShikiWakana,1 +4009,Natsumi Onitsuka,Natsumi Onitsuka,"Natsumi is optimistic and proactive, with a keen eye for fashion. She's the type of girl who's always up for a challenge and will do whatever it takes to achieve her goals. She often tries to control things from behind the scenes.",4,1,1,405,4009,4009,152 cm,AB,Aug 7,Aya Emori,FC3ABA,FC3ABA,NatsumiOnitsuka,1 +4010,Wien Margarete,Wien Margarete,"A girl from Austria studying in Japan. She transferred to Yuigaoka Girls' High School to be a part of Love Live! Margarete has a great sense of music and a powerful singing voice, with an overly competitive character that sometimes clashes with those around her.",4,1,1,404,4010,4010,161 cm,A,Jan 20,Yuina,E09FF7,E09FF7,Wien Margarete,223121502 +4011,Tomari Onitsuka,Tomari Onitsuka,"She tries to be efficient and hates wasteful things. Tomari tends to analyze things strictly and has a cold eye toward things that are difficult to accomplish. She loves her older sister, Natsumi.",4,1,1,405,4011,4011,163 cm,B,Dec 28,Sakura Sakakura,4CD2E2,4CD2E2,Tomari Onitsuka,223121502 +6001,Yohane,Yohane,"A girl who runs a fortune-telling shop in Numazu. She is a stickler with a peculiar temperament, however kind at heart and never refuses a request.",6,0,1,9901,6001,6001,156 cm,-,Jul 13,Aika Kobayashi,A9ACB2,A9ACB2,Yohane,223121403 +6002,Hanamaru,Hanamaru,Yohane's childhood friend. She loves delicious food and makes her living selling homemade sweets at a food stall.,6,0,1,9901,6002,6002,152 cm,-,Mar 4,Kanako Takatsuki,FFC000,FFC000,Hanamaru,223121403 +6003,Dia,Dia,The head of the Numazu Administrative Office. She is a perfectionist who does not tolerate anything that is out of bounds.,6,0,1,9901,6003,6003,162 cm,-,Jan 1,Arisa Komiya,E0083B,E0083B,Dia,223121403 +6004,Ruby,Ruby,A descendant of the fairies. She has a reclusive personality and lives so people cannot find her.,6,0,1,9901,6004,6004,Five tangerines,-,Sep 21,Ai Furihata,F143B4,F143B4,Rubi,223121403 +6005,Chika,Chika,The youngest of three sisters and the poster girl of a long-established Ryokan inn in the Uchira district. She is shy and competitive.,6,0,1,9901,6005,6005,157 cm,-,Aug 1,Anju Inami,FF700F,FF700F,Chika,223121403 +6006,You,You,"A girl who works as a messenger in Numazu. She is always cheerful, energetic, and unapologetically athletic.",6,0,1,9901,6006,6006,157 cm,-,Apr 17,Shuka Saito,07B0E8,07B0E8,You,223121403 +6007,Kanon,Kanon,A mechanic who runs a workshop in the Uchira district. She makes her living repairing and crafting using junk picked out of the ocean.,6,0,1,9901,6007,6007,162 cm,-,Feb 10,Nanaka Suwa,02D09D,02D09D,Kanan,223121403 +6008,Riko,Riko,"A zoologist from outside Numazu. She has a calm personality, but is very inquisitive and does not mind pretending to be something she is not.",6,0,1,9901,6008,6008,160 cm,-,Sep 19,Rikako Aida,FB697E,FB697E,Riko,223121403 +6009,Mari,Mari,A descendant of the Demon King family that lives in a castle on Wassimer Island. She is not often seen in public.,6,0,1,9901,6009,6009,163 cm,-,Jun 13,Aina Suzuki,A132D9,A132D9,Mari,223121403 diff --git a/src/router/databases/csv-en/character_group.csv b/src/router/databases/csv-en/character_group.csv new file mode 100644 index 0000000..982bc62 --- /dev/null +++ b/src/router/databases/csv-en/character_group.csv @@ -0,0 +1,101 @@ +_characterId,_groupId,_masterReleaseLabelId +1001,100,1 +1001,101,1 +1002,100,1 +1002,103,1 +1003,100,1 +1003,101,1 +1004,100,1 +1004,102,1 +1005,100,1 +1005,102,1 +1006,100,1 +1006,103,1 +1007,100,1 +1007,102,1 +1008,100,1 +1008,101,1 +1009,100,1 +1009,103,1 +2001,200,1 +2001,201,1 +2002,200,1 +2002,203,1 +2003,200,1 +2003,202,1 +2004,200,1 +2004,202,1 +2005,200,1 +2005,201,1 +2006,200,1 +2006,203,1 +2007,200,1 +2007,202,1 +2008,200,1 +2008,203,1 +2009,200,1 +2009,201,1 +3001,300,1 +3001,302,1 +3002,300,1 +3002,303,1 +3003,300,1 +3003,302,1 +3004,300,1 +3004,301,1 +3005,300,1 +3005,301,1 +3006,300,1 +3006,303,1 +3007,300,1 +3007,302,1 +3008,300,1 +3008,303,1 +3009,300,1 +3009,303,1 +3010,300,1 +3010,304,1 +3011,300,1 +3011,304,1 +3012,300,1 +3012,304,1 +4001,400,1 +4002,400,1 +4003,400,1 +4004,400,1 +4005,400,1 +4006,400,1 +4007,400,1 +4008,400,1 +4009,400,1 +4001,403,223101004 +4002,404,223101004 +4003,405,223101004 +4004,403,223101004 +4005,404,223101004 +4006,405,223101004 +4007,403,223101004 +4008,405,223101004 +4009,405,223101004 +4010,400,223121502 +4010,404,223121502 +4011,400,223121502 +4011,405,223121502 +6001,9901,223121403 +6001,9999,223121403 +6002,9901,223121403 +6002,9999,223121403 +6003,9901,223121403 +6003,9999,223121403 +6004,9901,223121403 +6004,9999,223121403 +6005,9901,223121403 +6005,9999,223121403 +6006,9901,223121403 +6006,9999,223121403 +6007,9901,223121403 +6007,9999,223121403 +6008,9901,223121403 +6008,9999,223121403 +6009,9901,223121403 +6009,9999,223121403 diff --git a/src/router/databases/csv-en/character_sys_voice.csv b/src/router/databases/csv-en/character_sys_voice.csv new file mode 100644 index 0000000..a632256 --- /dev/null +++ b/src/router/databases/csv-en/character_sys_voice.csv @@ -0,0 +1,4599 @@ +_id,_num,_masterVoiceId,_masterCharacterId,_systemVoiceType,_value,_textJa,_textEn,_masterReleaseLabelId +1,1,40001001,1001,0,0,My family sells manju out of our house♪ You should come over and check it out sometime!,,1 +1,2,40001002,1001,1,0,This outfit's super easy to move in!,,1 +1,3,40001003,1001,0,0,"U-Umm, just between you and me... I really don't like bell peppers...",,1 +1,4,40001004,1001,1,0,I'll share my heart and soul with everyone♪,,1 +1,5,40001005,1001,0,0,"I'm actually pretty lucky, you know? ...But Nozomi might be even luckier...",,1 +1,6,40001006,1001,1,0,"Alright, let's keep moving forward!",,1 +1,7,40001007,1001,2,0,I hope my smile will be able to reach everyone.,,1 +1,8,40001008,1001,3,0,I wanna practice more so that I can become a splendid school idol♪,,1 +1,9,40001009,1001,4,0,I wonder what I can do to make all of our fans happy...,,1 +1,10,40001010,1001,5,0,"This outfit looks super idol-like! Well, I'm already a school idol, so...",,1 +1,11,40001011,1001,6,0,I feel like I've grown a lot as a school idol...and it's all thanks to you♪,,1 +1,12,40001012,1001,7,0,I need to stay true to myself. I don't want to end up lying to you.,,1 +1,13,40001013,1001,8,0,I've been thinking about you for a while now... How do I properly convey these feelings?,,1 +1,14,40001014,1001,9,0,"As long as you're with me, I feel like I can do anything! It's time for me to spread my wings and fly♪",,1 +1,15,40001015,1001,10,0,Even though you've done so much for me already...I hope you never leave me...,,1 +1,16,40001016,1001,11,0,"Alright, let's do our best out there!",,1 +1,17,40001017,1001,12,0,"Alright everyone, let's sing together!",,1 +1,18,40001018,1001,13,0,Good work out there!!!,,1 +1,19,40001019,1001,14,0,Morning! Let's do our best today!,,1 +1,20,40001020,1001,15,0,How are you feeling? Make sure not to push yourself too hard.,,1 +1,21,40001021,1001,16,0,"Are you feeling exhausted? Don't worry, I'll give you a massage!",,1 +1,22,40001022,1001,17,0,I had a great time today! Good night!,,1 +1,23,40001023,1001,19,0,*yawn* Ah...spring always makes me feel sleepy.,,1 +1,24,40001024,1001,20,0,"Practicing in the heat can be really hard, huh?",,1 +1,25,40001025,1001,21,0,Autumn food is always so delicious.,,1 +1,26,40001026,1001,22,0,It's been getting cold lately. Are you making sure to keep warm?,,1 +1,27,40001027,1001,18,0,"Don't worry, Honoka will support you!",,1 +1,28,40001028,1001,18,0,Did you call?,,1 +1,29,40001029,1001,18,0,Is something wrong?,,1 +1,30,40001030,1001,18,0,Aah! That tickles!,,1 +1,31,40001031,1001,18,0,Wha— What is it?,,1 +1,32,40001032,1001,18,0,Eh? What???,,1 +1,33,40001033,1001,18,0,"Hey, stop that! Where do you think you're touching?!",,1 +1,34,40001034,1001,18,0,"Hey! If you keep doing that, I'm going to be upset with you!",,1 +1,35,40001035,1001,18,0,"F-Fine, but only for a little bit, okay...?",,1 +1,36,40001036,1001,18,0,"If you keep doing that, I'm going to blush...",,1 +1,37,40001037,1001,18,0,"No, no, no! You're not allowed to touch me there!",,1 +1,38,40001038,1001,24,0,Let's go watch the next chapter of the story!,,1 +1,39,40001039,1001,25,0,Let's keep going until we reach our goals!,,1 +1,40,40001040,1001,26,0,Let's do a live show! I'm ready to give it my best!,,1 +1,41,40001041,1001,27,0,I really wanna do a live show!,,1 +1,42,40001042,1001,28,0,I wanna dance! I'm ready whenever!,,1 +1,43,40001043,1001,29,0,Ooh? I think you can keep going! Let's do our best!,,1 +1,44,40001044,1001,30,0,Looks like it's time for some special practice!,,1 +1,45,40001045,1001,31,0,"Look, a present! Yaay! I wonder what's inside!",,1 +1,46,40001046,1001,32,0,Let's do a scout!,,1 +1,47,40001047,1001,33,0,Seems like there's some new info! Let's check it out!,,1 +1,48,40001048,1001,34,0,"Hey, I heard there's an event going on! Let's participate together!",,1 +1,49,40001049,1001,35,0,What kinda story will this one be?,,1 +1,50,40001050,1001,36,0,I wonder how my friends are doing.,,1 +1,51,40001051,1001,37,0,How are your club members doing?,,1 +1,52,40001052,1001,46,0,Welcome! My name's Honoka Kosaka. It's nice to meet you!,,1 +1,53,40001053,1001,46,0,Smiling and energetic throughout Japan!,,1 +1,54,40001054,1001,46,0,My name's Honoka Kosaka♪,,1 +1,55,40001055,1001,47,0,Here I go!,,1 +1,56,40001056,1001,48,0,Haa!,,1 +1,57,40001057,1001,49,0,Now's my chance!,,1 +1,58,40001058,1001,40,0,Here Goes!,,1 +1,59,40001059,1001,40,0,I'll Give It My All!,,1 +1,60,40001060,1001,40,0,I can do this!,,1 +1,61,40001061,1001,38,0,The live show was a success♪,,1 +1,62,40001062,1001,38,0,This was all thanks to you♪,,1 +1,63,40001063,1001,38,0,This is the fruits of our hard work!,,1 +1,64,40001064,1001,38,0,"Alright, what's next?!",,1 +1,65,40001065,1001,38,0,That felt amazing♪,,1 +1,66,40001066,1001,39,0,We messed up...,,1 +1,67,40001067,1001,39,0,How disappointing! But I won't give up!,,1 +1,68,40001068,1001,41,0,Amazing!,,1 +1,69,40001069,1001,41,0,I couldn't be happier. ♪,,1 +1,70,40001070,1001,41,0,I love you♪,,1 +1,71,40001071,1001,41,0,Ehehe...,,1 +1,72,40001072,1001,41,0,Fantastic!,,1 +1,73,40001073,1001,41,0,J-Jeez♪,,1 +1,74,40001074,1001,41,0,Yaay♪,,1 +1,75,40001075,1001,42,0,I love you♪,,1 +1,76,40001076,1001,42,0,I'm so happy right now.,,1 +1,77,40001077,1001,42,0,I hope you'll accept how I feel♪,,1 +1,78,40001078,1001,42,0,I won't let you down!,,1 +1,79,40001079,1001,42,0,"Don't leave me, okay♪",,1 +1,80,40001080,1001,42,0,My heart starts racing whenever you're around!,,1 +1,81,40001081,1001,42,0,Wh-What the?! Th-This is kinda embarrassing!,,1 +1,82,40001082,1001,43,0,We've still got a long way to go!,,1 +1,83,40001083,1001,44,0,I'll reach you!,,1 +1,84,40001084,1001,45,0,I can feel the possibilities!,,1 +1,85,40001085,1001,23,1,Happy New Year! I'm so happy that I get to spend the start of the new year with you♪,,1 +1,86,40001086,1001,23,2,"Today you're meant to throw beans, but everyone looks so serious. Why don't we run away together?",,1 +1,87,40001087,1001,23,3,You're supposed to eat a bunch of chocolate today♪ Let's go get some from Kotori!,,1 +1,88,40001088,1001,23,4,The Emperor looks so cool. I think his outfit would suit Umi and Eri!,,1 +1,89,40001089,1001,23,5,"You're supposed to eat a bunch of sweets on White Day, right? Let's go get some from Kotori♪",,1 +1,90,40001090,1001,23,6,"Here, have some Kashiwamochi♪ Today's Children's Day, so we made them together.",,1 +1,91,40001091,1001,23,7,"Today's Tanabata, right? I hope Orihime and Hikoboshi were able to meet safely♪ I hope everyone's wishes come true too♪",,1 +1,92,40001092,1001,23,8,Today's Umi's day! We're gonna have a sleepover together. I'm super excited♪,,1 +1,93,40001093,1001,23,9,"Tonight's the night of the full moon. It kinda looks like Homura's manju, doesn't it?",,1 +1,94,40001094,1001,23,10,"It's Halloween, so I wanna dress up and get some treats! Let's get matching costumes♪",,1 +1,95,40001095,1001,23,11,I bet Santa Claus has a warehouse full of presents. I'd love to go and see it.,,1 +1,96,40001096,1001,23,12,"This year's been so much fun♪ For our last memory of this year, let's eat Toshikoshi Soba together!",,1 +1,97,40001097,1001,23,13,"Every time my birthday comes around, I can't help but feel happy to be alive! Aah, I'm so happy♪",,1 +1,98,40001098,1001,23,14,Today's Eli's birthday. Let's throw a surprise party for her♪,,1 +1,99,40001099,1001,23,15,Happy birthday Kotori♪ We all love our cute and reliable Kotori!,,1 +1,100,40001100,1001,23,16,"Umi, happy birthday! We're gonna be friends forever, won't we?!",,1 +1,101,40001101,1001,23,17,"Happy birthday, Rin! I hope we get to stay together forever♪",,1 +1,102,40001102,1001,23,18,"Happy birthday, Maki♪ Everyone loves your beautiful voice and piano skills.",,1 +1,103,40001103,1001,23,19,Today's Nozomi's birthday! Hehehe... We made a promise to go and eat barbecue together!!!,,1 +1,104,40001104,1001,23,20,"Hanayo, happy birthday!!! Let's eat a bunch at the all-you-can-eat sweets restaurant today!",,1 +1,105,40001105,1001,23,21,"It's Nico's birthday, so we've gotta Nico-Nico-Ni☆ Come on, let's do it together!",,1 +1,106,40001106,1001,23,52,Let's all do our best at today's event! Make sure you take some great pictures for us!,,223062402 +1,107,40001107,1001,23,53,It's all thanks to you that I've made it this far. I hope I can keep on counting on you.,,223101514 +2,1,40002001,1002,0,0,"I used to be called the ""smart and cute Elichika"" when I was little.",,1 +2,2,40002002,1002,1,0,"You can look without holding back, you know?",,1 +2,3,40002003,1002,0,0,"Being the Student Council President seems like a tough job, doesn't it? It's actually quite challenging.",,1 +2,4,40002004,1002,1,0,Let's make sure everyone understands our feelings♪,,1 +2,5,40002005,1002,0,0,I'm the Student Council President at Otonokizaka High School and Kotori is my Vice President.,,1 +2,6,40002006,1002,1,0,"Even though we're just school idols, we take it extremely seriously♪",,1 +2,7,40002007,1002,2,0,What? Have you fallen for me?,,1 +2,8,40002008,1002,3,0,"As our live show approaches, the tension gets higher and higher... But I think it's a good idea to face the actual show with a little bit of nervousness.",,1 +2,9,40002009,1002,4,0,"No matter what it is, you need the courage to try new things.",,1 +2,10,40002010,1002,5,0,"You have to make sure to watch me closely, okay?",,1 +2,11,40002011,1002,6,0,"Time seems to fly whenever I'm talking with you. I guess I really enjoy your company, huh♪",,1 +2,12,40002012,1002,7,0,It's all thanks to you that μ's has come this far.,,1 +2,13,40002013,1002,8,0,I'm happiest when I'm working as a school idol with you...I think...,,1 +2,14,40002014,1002,9,0,Could I...hold your hand again?,,1 +2,15,40002015,1002,10,0,I hope you'll understand my feelings.,,1 +2,16,40002016,1002,11,0,"""re you not feeling well?"" Who, me? I'm as perfect as ever.",,1 +2,17,40002017,1002,12,0,"Alright, let's begin our idol activities.",,1 +2,18,40002018,1002,13,0,Good job! You did so well out there.,,1 +2,19,40002019,1002,14,0,Good morning. Let's have a great day today.,,1 +2,20,40002020,1002,15,0,"We've still got a long way to go, so let's go full throttle!",,1 +2,21,40002021,1002,16,0,"Now then, what should we do now?",,1 +2,22,40002022,1002,17,0,"It's already bedtime, you know? If you don't get a good night's sleep, it'll affect you tomorrow.",,1 +2,23,40002023,1002,19,0,"It's nice and warm, isn't it?",,1 +2,24,40002024,1002,20,0,"You can't just slack off just because it's hot, you know?",,1 +2,25,40002025,1002,21,0,"There are a lot of school events in Autumn, aren't there?",,1 +2,26,40002026,1002,22,0,"Be sure to take care of yourself, alright? Health is important.",,1 +2,27,40002027,1002,18,0,Do you need help? Just let me know.,,1 +2,28,40002028,1002,18,0,You rang?,,1 +2,29,40002029,1002,18,0,*giggle* What is it?,,1 +2,30,40002030,1002,18,0,Hey! Watch where you're touching!,,1 +2,31,40002031,1002,18,0,Eek! Wh-What're you doing?!,,1 +2,32,40002032,1002,18,0,Do you need something?,,1 +2,33,40002033,1002,18,0,...I'm starting to lose my temper.,,1 +2,34,40002034,1002,18,0,Cut that out...or else.,,1 +2,35,40002035,1002,18,0,"Goodness... It wouldn't kill you to slow down, you know.",,1 +2,36,40002036,1002,18,0,Eek! H-Hey! Don't scare me like that...,,1 +2,37,40002037,1002,18,0,Oh my. You are quite the bold one.,,1 +2,38,40002038,1002,24,0,Why don't we see what happens next?,,1 +2,39,40002039,1002,25,0,Make sure to check the goals first. Then we can do our best.,,1 +2,40,40002040,1002,26,0,It appears that we can do more live shows.,,1 +2,41,40002041,1002,27,0,"I'm really excited for my next performance. I'm sure you are, too.",,1 +2,42,40002042,1002,28,0,I would love to sing more...if you'll have me.,,1 +2,43,40002043,1002,29,0,I believe I still have room for more practice. Shall we?,,1 +2,44,40002044,1002,30,0,I suggest we try some special practice.,,1 +2,45,40002045,1002,31,0,"Oh, look at that. You've got a present. Shall we open it?",,1 +2,46,40002046,1002,32,0,"Let's Scout for new members, shall we?",,1 +2,47,40002047,1002,33,0,"Oh, look. New information for you.",,1 +2,48,40002048,1002,34,0,"Oh my, this event looks fun. Shall we participate?",,1 +2,49,40002049,1002,35,0,How about you choose a story?,,1 +2,50,40002050,1002,36,0,"Inquiring about your friends' well-being, I see.",,1 +2,51,40002051,1002,37,0,It's very important to take care of your club members.,,1 +2,52,40002052,1002,46,0,Welcome. My name is Eli Ayase. I'm the student council president.,,1 +2,53,40002053,1002,46,0,NO ELI NO LIFE. ♡,,1 +2,54,40002054,1002,46,0,My name is Eli Ayase. ♪,,1 +2,55,40002055,1002,47,0,Here I go!,,1 +2,56,40002056,1002,48,0,Ready. ♪,,1 +2,57,40002057,1002,49,0,Prepare yourself!,,1 +2,58,40002058,1002,40,0,Shall we?,,1 +2,59,40002059,1002,40,0,Let's do our best!,,1 +2,60,40002060,1002,40,0,Wonderful!,,1 +2,61,40002061,1002,38,0,That was a stellar live show.,,1 +2,62,40002062,1002,38,0,I believe we have you to thank for our success.,,1 +2,63,40002063,1002,38,0,"Reap what you sow, indeed.",,1 +2,64,40002064,1002,38,0,Time certainly flies when you're having fun. ♪,,1 +2,65,40002065,1002,38,0,I feel fantastic!,,1 +2,66,40002066,1002,39,0,...That is quite a shame.,,1 +2,67,40002067,1002,39,0,It seems we have more work to do.,,1 +2,68,40002068,1002,41,0,Lovely. ♪,,1 +2,69,40002069,1002,41,0,Thank you. ♪,,1 +2,70,40002070,1002,41,0,I think I am falling in love...,,1 +2,71,40002071,1002,41,0,*giggle*,,1 +2,72,40002072,1002,41,0,"Oh, I just love this.",,1 +2,73,40002073,1002,41,0,Harasho! ♪,,1 +2,74,40002074,1002,41,0,My heart might just burst. ♪,,1 +2,75,40002075,1002,42,0,"And with that, two hearts become one...",,1 +2,76,40002076,1002,42,0,You are the most wonderful person in the world. ♪,,1 +2,77,40002077,1002,42,0,I never thought I'd feel so happy...,,1 +2,78,40002078,1002,42,0,"You'll always be there for me, won't you?",,1 +2,79,40002079,1002,42,0,"This is a life-long commitment, you know.",,1 +2,80,40002080,1002,42,0,*giggle* This is so exciting. ♪,,1 +2,81,40002081,1002,42,0,I knew you would understand my charm.,,1 +2,82,40002082,1002,43,0,This is only the beginning!,,1 +2,83,40002083,1002,44,0,I hope my feelings reach you!,,1 +2,84,40002084,1002,45,0,"Harasho, indeed! ♪",,1 +2,85,40002085,1002,23,1,Happy New Year! This is no time for sleeping! We must make our first shrine visit of the year! ♪,,1 +2,86,40002086,1002,23,2,Throw your beans with everything you've got! Keep those bad ogres out! YOU SHALL NOT PASS! *giggle*,,1 +2,87,40002087,1002,23,3,"Store windows are just full of hearts during the Valentine's season. A happy sight, isn't it? ♪",,1 +2,88,40002088,1002,23,4,"Oh? The emperor costume would suit me best, you think? *giggle* Well, you just might have a point. ♪",,1 +2,89,40002089,1002,23,5,"The store was selling the cutest cookies for White Day, so I bought a box. Would you like some?",,1 +2,90,40002090,1002,23,6,Just because it's Children's Day doesn't mean you get to ACT like one. *giggle* But you certainly are cute.,,1 +2,91,40002091,1002,23,7,...That should be everyone's prayer cards for the Star Festival. Oh! I'm sorry. I'm so used to taking charge as the student council president.,,1 +2,92,40002092,1002,23,9,Tonight is the harvest moon. I know the moon is always bright...but it feels more powerful when it's like this.,,1 +2,93,40002093,1002,23,10,Today is Halloween! I don't suppose anyone would be amenable to a trick?,,1 +2,94,40002094,1002,23,11,Merry Christmas! Spending time with you is the only present I need. ♪,,1 +2,95,40002095,1002,23,12,Another year gone by. Let's strive to make next year better than the last. ♪,,1 +2,96,40002096,1002,23,13,"Happy birthday, Honoka! Your beautiful voice has been a delight, and I hope to hear more of it in the year ahead.",,1 +2,97,40002097,1002,23,14,Oh my. Did you remember my birthday? I'm delighted. Would you...walk home with me after school today?,,1 +2,98,40002098,1002,23,15,"Happy birthday, Kotori. You get to be a princess for a day. But first, I have so much to prepare for the party...",,1 +2,99,40002099,1002,23,16,"Happy birthday, Umi! You're an invaluable member of μ's. Thank you for always being so dependable. ♪",,1 +2,100,40002100,1002,23,17,"Happy birthday, Rin! Oh... What's this? A ramen plushie...?",,1 +2,101,40002101,1002,23,18,"Oh, Maki. Though you may appear standoffish, there is true passion in your heart. Happy Birthday! ♪",,1 +2,102,40002102,1002,23,19,"Happy birthday, Nozomi! Your help has meant more to me than you could ever know. I hope we can continue to support one another.",,1 +2,103,40002103,1002,23,20,"Happy birthday, Hanayo! Your free spirit is something I truly admire. ♪",,1 +2,104,40002104,1002,23,21,"Happy birthday, Nico! May you remain true to yourself, just as you are! ♪",,1 +2,105,40002105,1002,23,52,Hehe. I'm excited to see what kind of story you're going to write for us. ♪ We're going to do our best!,,223062402 +2,106,40002106,1002,23,53,I'm happy I met you. I'm always excited to see your articles. I'm hoping to see some good ones.,,223101514 +3,1,40003001,1003,0,0,"If you hurt yourself during practice, let me know, okay? I'll patch you up. ♪",,1 +3,2,40003002,1003,1,0,Don't stare at me like that... I'm starting to feel embarrassed...,,1 +3,3,40003003,1003,0,0,"You know, I'm actually pretty good at arts and crafts. That's why I often make μ's' outfits myself.",,1 +3,4,40003004,1003,1,0,Let's make everyone's day with our performance! ♪,,1 +3,5,40003005,1003,0,0,Honoka and Umi have been glued at the hip since they were little. That's childhood friends for you. ♪,,1 +3,6,40003006,1003,1,0,Lead the way! ♪,,1 +3,7,40003007,1003,2,0,I hope to spread joy with my voice! ♪,,1 +3,8,40003008,1003,3,0,It feels like I've hit the jackpot when the sky is sunny after school!,,1 +3,9,40003009,1003,4,0,"There's a legendary maid in Akiba?! S-Sorry, I don't know a lot about maids...!",,1 +3,10,40003010,1003,5,0,"During my nap, I had a dream that felt so real. Somehow...I feel like we dreamt about the same thing. ★",,1 +3,11,40003011,1003,6,0,"When we're together, it seems like happiness is in the air!",,1 +3,12,40003012,1003,7,0,Everything feels like it'll be okay with you by my side. It'd be nice...if things could stay like this. ★,,1 +3,13,40003013,1003,8,0,Sorry to keep you. At least this'll be good practice for a future date. ♪,,1 +3,14,40003014,1003,9,0,I've decided that my favorite thing in the world is you. ♪,,1 +3,15,40003015,1003,10,0,You've given me so much happiness. I hope I can give some back to you. ★,,1 +3,16,40003016,1003,11,0,Your smile brightens my day.,,1 +3,17,40003017,1003,12,0,Let's go out there and make some people smile!,,1 +3,18,40003018,1003,13,0,"Nice work! Make sure to take a break if you're feeling tired, okay?",,1 +3,19,40003019,1003,14,0,Morning! Let's do our best today!,,1 +3,20,40003020,1003,15,0,"Ack! Er, sorry. I wasn't daydreaming or anything, I swear!",,1 +3,21,40003021,1003,16,0,"Oh no, your shirt button is falling off. Hold still. I'll fix it, okay?",,1 +3,22,40003022,1003,17,0,"Don't stay up too late, okay? Early to bed early to rise is the key to good health!",,1 +3,23,40003023,1003,19,0,Spring is the perfect time to slow down and relax.,,1 +3,24,40003024,1003,20,0,Are you feeling hot? Let me grab a fan. ♪,,1 +3,25,40003025,1003,21,0,Wanna check out the fall leaves together?,,1 +3,26,40003026,1003,22,0,"Brrr, it's freezing! I hope you aren't coming down with a cold or anything.",,1 +3,27,40003027,1003,18,0,"If you need help, just let me know!",,1 +3,28,40003028,1003,18,0,"Oh, hey. Did you need something?",,1 +3,29,40003029,1003,18,0,Huh? Did something happen?,,1 +3,30,40003030,1003,18,0,Eek! That tickles!,,1 +3,31,40003031,1003,18,0,*gasp* Don't scare me like that...,,1 +3,32,40003032,1003,18,0,Wh-What're you doing?,,1 +3,33,40003033,1003,18,0,S-Stop that!,,1 +3,34,40003034,1003,18,0,...What're you trying to do exactly?,,1 +3,35,40003035,1003,18,0,"Okay, that's enough! Let's leave the rest to your imagination. ♪",,1 +3,36,40003036,1003,18,0,E-Eek... This is a bit too much for me...,,1 +3,37,40003037,1003,18,0,H-Hey! I'd appreciate it if you could exercise some restraint here.,,1 +3,38,40003038,1003,24,0,Looks like you've got some unread stories.,,1 +3,39,40003039,1003,25,0,Make sure to check the goals!,,1 +3,40,40003040,1003,26,0,Wanna do some more live shows?,,1 +3,41,40003041,1003,27,0,Can I sing more? It's just that...I want you to listen. ♪,,1 +3,42,40003042,1003,28,0,μ's performances are so fun! I think I'm addicted!,,1 +3,43,40003043,1003,29,0,Do you mind practicing a little more? I'd really appreciate your company.,,1 +3,44,40003044,1003,30,0,Looks like we can do some special practice.,,1 +3,45,40003045,1003,31,0,"Oh, look at that! You've got a present.",,1 +3,46,40003046,1003,32,0,Let's go Scouting.,,1 +3,47,40003047,1003,33,0,Looks like you've got some new info.,,1 +3,48,40003048,1003,34,0,I hear there's an event happening right now. Let's check it out!,,1 +3,49,40003049,1003,35,0,Pick the story you wanna follow.,,1 +3,50,40003050,1003,36,0,I wonder how your friends are doing?,,1 +3,51,40003051,1003,37,0,Here's where you can check up on your members.,,1 +3,52,40003052,1003,46,0,Hey! I'm Kotori Minami. It's great to meet you! ♪,,1 +3,53,40003053,1003,46,0,"Always by your side, healing you with love. ♡",,1 +3,54,40003054,1003,46,0,I'm Kotori Minami! ♪,,1 +3,55,40003055,1003,47,0,Got it! ♪,,1 +3,56,40003056,1003,48,0,Let's do this!,,1 +3,57,40003057,1003,49,0,Now or never! ♪,,1 +3,58,40003058,1003,40,0,It's go time!,,1 +3,59,40003059,1003,40,0,"Rah, rah! Let's go, let's go!",,1 +3,60,40003060,1003,40,0,Time to put our training to the test!,,1 +3,61,40003061,1003,38,0,The live show was a success!,,1 +3,62,40003062,1003,38,0,I couldn't have done it without you...,,1 +3,63,40003063,1003,38,0,"Great job, everyone!",,1 +3,64,40003064,1003,38,0,"Go, team, go!",,1 +3,65,40003065,1003,38,0,That was so fun!,,1 +3,66,40003066,1003,39,0,Urg... We messed up...,,1 +3,67,40003067,1003,39,0,Come on! We're just getting started!,,1 +3,68,40003068,1003,41,0,You're always there for me.,,1 +3,69,40003069,1003,41,0,Thank you so much. ♪,,1 +3,70,40003070,1003,41,0,I love you!,,1 +3,71,40003071,1003,41,0,*giggle*,,1 +3,72,40003072,1003,41,0,You're the best. ♪,,1 +3,73,40003073,1003,41,0,Eek!,,1 +3,74,40003074,1003,41,0,Yay!,,1 +3,75,40003075,1003,42,0,I have you to thank for so much.,,1 +3,76,40003076,1003,42,0,I'm so happy when I'm with you. ♪,,1 +3,77,40003077,1003,42,0,It must be fate. ♪,,1 +3,78,40003078,1003,42,0,I wanna be there for you.,,1 +3,79,40003079,1003,42,0,I hope you'll always be there to lead the way. ♪,,1 +3,80,40003080,1003,42,0,"I'll do my best for you, my love...",,1 +3,81,40003081,1003,42,0,Everything feels like it'll be okay when I'm with you.,,1 +3,82,40003082,1003,43,0,Practice makes perfect! I'll do my best!,,1 +3,83,40003083,1003,44,0,"When you're bad at something, you just have to work twice as hard!",,1 +3,84,40003084,1003,45,0,I love being a school idol!,,1 +3,85,40003085,1003,23,1,Happy New Year! Let's make this year just as fun as the last!,,1 +3,86,40003086,1003,23,2,Ahaha... Everyone is fighting ogres today. I think I'll just go over and eat some beans with Rin.,,1 +3,87,40003087,1003,23,3,"Today's Valentine's Day. Here, I made this chocolate just for you. The secret ingredient is... Well, you'll just have to find out.",,1 +3,88,40003088,1003,23,4,"Humidity is a Hina doll's worst enemy! You should only put them away on a dry, sunny day.",,1 +3,89,40003089,1003,23,5,"I made lots of macarons for White Day! Take as many as you want, everyone! ♪",,1 +3,90,40003090,1003,23,6,I made some oak-leaf mochi with Honoka. They taste so good! Children's Day wouldn't be the same without them. ♪,,1 +3,91,40003091,1003,23,7,I'm making some decorations for the Star Festival with Hanayo. Now to make some stars...,,1 +3,92,40003092,1003,23,8,"*giggle* Today is Marine Day, so I got some pajamas for our ocean-colored maiden, Umi. I think they'll suit her. ♪",,1 +3,93,40003093,1003,23,9,There! All done. You gotta have moon dumplings for the harvest moon!,,1 +3,94,40003094,1003,23,10,"Trick or treat! If you don't give me a treat, I'll play a trick on you! ♪",,1 +3,95,40003095,1003,23,11,It's Christmas! Is your stocking ready?,,1 +3,96,40003096,1003,23,12,I can't believe this year's almost over... New Year's Eve​ always makes me a little sad.,,1 +3,97,40003097,1003,23,13,"Happy birthday, Honoka! Just keep being your cute, adorable self, okay? ♪",,1 +3,98,40003098,1003,23,14,"*giggle* I baked an extra tasty cake. Today is Eli's birthday, after all.",,1 +3,99,40003099,1003,23,15,"Happy birthday to...me! Let's have some yummy cake, everybody! ♪",,1 +3,100,40003100,1003,23,16,We're throwing a birthday party for Umi later today. I hope she'll like it. *giggle* I'm smiling just thinking about it.,,1 +3,101,40003101,1003,23,17,Is this...a ramen plushie? It's so cute... It'll be perfect for Rin's birthday. ♪,,1 +3,102,40003102,1003,23,18,"I love how you're so good at the piano, Maki. Your fingers are so beautiful when you play... Have a wonderful birthday, Maki! ♪",,1 +3,103,40003103,1003,23,19,"Happy birthday, Nozomi! I love your mischievous side. ♪",,1 +3,104,40003104,1003,23,20,"Happy birthday, Hanayo! I baked you a cake that looks like a rice ball!",,1 +3,105,40003105,1003,23,21,"It's Nico's birthday! Since two is ""ni"" and five is ""ko,"" I put a number two and number five candle on her cake. ♪",,1 +3,106,40003106,1003,23,52,I'm so happy you came to write about us! ♪ I feel like I can perform even better knowing you'll be watching. ♪,,223062402 +3,107,40003107,1003,23,53,It's so amazing to spend an anniversary with your favorite person. Will you join me for the next anniversary?,,223101514 +4,1,40004001,1004,0,0,I feel at peace with a bow in my hand.,,1 +4,2,40004002,1004,1,0,I have doubts about this outfit... Th-There is not much fabric...,,1 +4,3,40004003,1004,0,0,"At times, I struggle to balance archery club and being a school idol, but it's certainly worth it.",,1 +4,4,40004004,1004,1,0,I do hope everyone is enjoying themselves.,,1 +4,5,40004005,1004,0,0,Honoka's family runs a Japanese sweets shop. Their sweet buns are simply outstanding.,,1 +4,6,40004006,1004,1,0,"With you, I believe anything is possible.",,1 +4,7,40004007,1004,2,0,"Together, let us aim for the pinnacle of what it means to be a school idol.",,1 +4,8,40004008,1004,3,0,Early morning stretches can be quite invigorating. Care to join me sometime?,,1 +4,9,40004009,1004,4,0,I still have much to learn as a school idol.,,1 +4,10,40004010,1004,5,0,Would you like to go somewhere with me today?,,1 +4,11,40004011,1004,6,0,*glare* I thought I told you that I didn't wish for us to be apart...,,1 +4,12,40004012,1004,7,0,"Just like archery, all sports are a battle with oneself. My determination will not waver, no matter what.",,1 +4,13,40004013,1004,8,0,"It lifts my spirits when I see you smile. The power of a smile must not be taken lightly, I suppose.",,1 +4,14,40004014,1004,9,0,"I feel such joy when we are together. I feel it in this moment, too.",,1 +4,15,40004015,1004,10,0,I had hoped you understood my desire to always be by your side. Very well. I'll wait for your return.,,1 +4,16,40004016,1004,11,0,"How is everything? I'm feeling fantastic, personally.",,1 +4,17,40004017,1004,12,0,Hello. There is much to do today.,,1 +4,18,40004018,1004,13,0,"Well done today. Now, it is time to rest and prepare for tomorrow.",,1 +4,19,40004019,1004,14,0,"Good morning. It's a lovely morning, isn't it?",,1 +4,20,40004020,1004,15,0,Now is the time for perseverance.,,1 +4,21,40004021,1004,16,0,"Oh, it's already so late... Time seems to vanish when I'm with you.",,1 +4,22,40004022,1004,17,0,"I see you are still awake. I'm worried about you. Please don't stay up all night, okay?",,1 +4,23,40004023,1004,19,0,Spring is a really pleasant time of the year.,,1 +4,24,40004024,1004,20,0,Just because it's hot does not mean you are allowed to be careless.,,1 +4,25,40004025,1004,21,0,"Ah, yes. Autumn, the season of many delicious flavors.",,1 +4,26,40004026,1004,22,0,It's quite chilly today... Be careful to not catch a cold.,,1 +4,27,40004027,1004,18,0,I would be happy to assist you.,,1 +4,28,40004028,1004,18,0,"Pardon, but did you request my presence?",,1 +4,29,40004029,1004,18,0,Do you require assistance?,,1 +4,30,40004030,1004,18,0,C-Careful! I'm ticklish there!,,1 +4,31,40004031,1004,18,0,Eek! What has gotten into you?,,1 +4,32,40004032,1004,18,0,U-Um... What are you doing?,,1 +4,33,40004033,1004,18,0,I've had it! You stop that right now!,,1 +4,34,40004034,1004,18,0,I suggest you reconsider. This will not end well for you.,,1 +4,35,40004035,1004,18,0,Honestly... You are hopeless...,,1 +4,36,40004036,1004,18,0,I'm starting to feel a little embarrassed...,,1 +4,37,40004037,1004,18,0,E-Everyone's watching...,,1 +4,38,40004038,1004,24,0,Care to explore the rest of the story with me?,,1 +4,39,40004039,1004,25,0,I am committed to completing our goals.,,1 +4,40,40004040,1004,26,0,Pardon me...but would you like to do a live show?,,1 +4,41,40004041,1004,27,0,I'm ready for my next performance! May we play one more song? Just one more...,,1 +4,42,40004042,1004,28,0,I will be ready for another live show once I've had a chance to recover my stamina.,,1 +4,43,40004043,1004,29,0,Practice is the key to success. Don't you agree?,,1 +4,44,40004044,1004,30,0,It appears that we are able to do some special practice.,,1 +4,45,40004045,1004,31,0,"You've received a present, evidently.",,1 +4,46,40004046,1004,32,0,Might I suggest that we do a little Scouting?,,1 +4,47,40004047,1004,33,0,"Well, well. You ought to check out that new information.",,1 +4,48,40004048,1004,34,0,"Oh, there is an event in progress. We should consider participating.",,1 +4,49,40004049,1004,35,0,Select the story you would like to read.,,1 +4,50,40004050,1004,36,0,You can keep abreast of your friends' well-being.,,1 +4,51,40004051,1004,37,0,Your club members await your instruction.,,1 +4,52,40004052,1004,46,0,Welcome. My name is Umi Sonoda. I'm pleased to make your acquaintance.,,1 +4,53,40004053,1004,46,0,Slicing your heart in two!,,1 +4,54,40004054,1004,46,0,"Umi Sonoda, reporting in. ♪",,1 +4,55,40004055,1004,47,0,Let's do this!,,1 +4,56,40004056,1004,48,0,Ready?,,1 +4,57,40004057,1004,49,0,En garde!,,1 +4,58,40004058,1004,40,0,Moment of truth!,,1 +4,59,40004059,1004,40,0,All or nothing!,,1 +4,60,40004060,1004,40,0,You know what to do!,,1 +4,61,40004061,1004,38,0,The live show was a success!,,1 +4,62,40004062,1004,38,0,Words cannot express my gratitude to you.,,1 +4,63,40004063,1004,38,0,All that practice certainly paid off. ♪,,1 +4,64,40004064,1004,38,0,On to greater hights!,,1 +4,65,40004065,1004,38,0,I am quite confidence in my dancing ability.,,1 +4,66,40004066,1004,39,0,Oh dear. That was a spectacular failure...,,1 +4,67,40004067,1004,39,0,"My training fell short, it seems...",,1 +4,68,40004068,1004,41,0,Your support means the world to me.,,1 +4,69,40004069,1004,41,0,You have my thanks.,,1 +4,70,40004070,1004,41,0,You know...I deeply admire you.,,1 +4,71,40004071,1004,41,0,Hehe...,,1 +4,72,40004072,1004,41,0,This is wonderful.,,1 +4,73,40004073,1004,41,0,Eek! Not there. ♪,,1 +4,74,40004074,1004,41,0,Honestly...! You are embarrassing me.,,1 +4,75,40004075,1004,42,0,I trust you more than anyone.,,1 +4,76,40004076,1004,42,0,I am more happy than you could ever know.,,1 +4,77,40004077,1004,42,0,Together forever.,,1 +4,78,40004078,1004,42,0,I am the luckiest girl alive.,,1 +4,79,40004079,1004,42,0,We've come this far. I expect you to take good care of me from now on.,,1 +4,80,40004080,1004,42,0,I wish I knew what you were feeling...,,1 +4,81,40004081,1004,42,0,You give me the courage to face anything.,,1 +4,82,40004082,1004,43,0,Come on! We're just getting started!,,1 +4,83,40004083,1004,44,0,This is amazing!,,1 +4,84,40004084,1004,45,0,I will not accept defeat!,,1 +4,85,40004085,1004,23,1,"Happy New Year! Remember, the first day of the year sets the tone for the rest of the year, so let's make the most of it.",,1 +4,86,40004086,1004,23,2,Take these roasted soybeans. They are the perfect ogre repellent!,,1 +4,87,40004087,1004,23,3,Platonic chocolates...? Another term I'm unfamiliar with...,,1 +4,88,40004088,1004,23,4,"You think I should wear the emperor costume? Very well, I have no preference. I'll do my utmost to protect the empress.",,1 +4,89,40004089,1004,23,5,I bought you some platonic candy for White Day. What? That isn't a real word?,,1 +4,90,40004090,1004,23,6,"Why am I ""it"" again? I'm tired of tag... It's just Children's Day, everyone. You need to calm down.",,1 +4,91,40004091,1004,23,7,Today is the Star Festival. I hope the skies are clear tonight.,,1 +4,92,40004092,1004,23,8,"Just because my name means ""Sea"" does not mean that I have anything to do with Marine Day. I admit I'm looking forward to whatever you have planned, though.",,1 +4,93,40004093,1004,23,9,Tonight is the harvest moon. The moonlight is so beautiful... I can understand why ancient cultures thought the moonlight was the dwelling place of gods.,,1 +4,94,40004094,1004,23,10,Halloween is a strange custom. I can't believe that people will trick you if you don't give them treats...,,1 +4,95,40004095,1004,23,11,Hold on a moment. You mean to say that Santa takes gifts from a huge warehouse and places them in large stockings...?,,1 +4,96,40004096,1004,23,12,"May this year end without any regrets for you. Soon, it will be time to face the new year.",,1 +4,97,40004097,1004,23,13,"Happy birthday, Honoka. I look forward to another year of getting swept up in your antics. I'm joking, of course.",,1 +4,98,40004098,1004,23,14,"Today is Eli's birthday, I see. Eli is like the big sister of μ's. She is what binds us together.",,1 +4,99,40004099,1004,23,15,"Wishing you a happy birthday, Kotori. I'm looking forward to celebrating another birthday with you.",,1 +4,100,40004100,1004,23,16,I'm grateful to be able to celebrate my birthday each year. Here's to another wonderful year together.,,1 +4,101,40004101,1004,23,17,"Rin's birthday always brings me so much happiness. My joy for her almost feels like joy for myself. Strange, isn't it?",,1 +4,102,40004102,1004,23,18,Don't let Maki into the music room yet. We're holding a birthday party for her later today.,,1 +4,103,40004103,1004,23,19,"Nozomi tends to ignore her own birthday, so it falls to us to give her a proper celebration.",,1 +4,104,40004104,1004,23,20,"Happy birthday, Hanayo. Today, I made you rice balls, just like you taught me.",,1 +4,105,40004105,1004,23,21,"Yes, I know it's Nico's birthday today...but, must we? Fine. Ni...Nico-Nico-Ni... ★",,1 +4,106,40004106,1004,23,52,"Thank you for coming. I know you're here to write about us, but make sure you have some fun too.",,223062402 +4,107,40004107,1004,23,53,"We can be festive today, can't we? Thank you for everything, always. Let's celebrate together.",,223101514 +5,1,40005001,1005,0,0,Need a sports expert? I'm your girl! ♪,,1 +5,2,40005002,1005,1,0,We can go to the pool now. Right? RIGHT?!,,1 +5,3,40005003,1005,0,0,*gasp* I smell ramen! Now my tummy is grumbling...,,1 +5,4,40005004,1005,1,0,I want you to see me giving it my all on stage!,,1 +5,5,40005005,1005,0,0,I love everyone in μ's! I just wanna hug 'em all!,,1 +5,6,40005006,1005,1,0,C'mon! No time like the present!,,1 +5,7,40005007,1005,2,0,It's no fun by myself.,,1 +5,8,40005008,1005,3,0,"To be honest, I wish you'd guide my way. Ah, I mean... forget what I said!",,1 +5,9,40005009,1005,4,0,"I'm always full of energy, but...I feel lonely without you.",,1 +5,10,40005010,1005,5,0,"My feelings for you are changing, bit by bit. Funny how that can happen.",,1 +5,11,40005011,1005,6,0,"Ahh... My heart beats so fast when you look at me. Is that weird? That's weird, right?",,1 +5,12,40005012,1005,7,0,You can achieve anything with hard work. That's what you taught me. ♪,,1 +5,13,40005013,1005,8,0,"If I'm gonna be making memories, I want you to be in them!",,1 +5,14,40005014,1005,9,0,"Can I just, like, give you half of my happiness?",,1 +5,15,40005015,1005,10,0,"If you're scared, I'll always be here to hold your hand.",,1 +5,16,40005016,1005,11,0,"Look alive, people! It's go-time!",,1 +5,17,40005017,1005,12,0,I'm on fire!,,1 +5,18,40005018,1005,13,0,Great stuff!,,1 +5,19,40005019,1005,14,0,I'm ready to take on the day with a meow-some attitude!,,1 +5,20,40005020,1005,15,0,I need something to drink after all that practice...,,1 +5,21,40005021,1005,16,0,"Whoa, today went by lightning fast!",,1 +5,22,40005022,1005,17,0,"I, er...swear I was just about to go to sleep! What's your excuse? C'mon, it's bedtime!",,1 +5,23,40005023,1005,19,0,Spring is so warm and fuzzy. I'm getting sleepy...,,1 +5,24,40005024,1005,20,0,"This heat is killing me! C'mon, let's go to the pool!",,1 +5,25,40005025,1005,21,0,Fall is the best time for sports! Ready to get moving?,,1 +5,26,40005026,1005,22,0,I can help you beat the cold! Let's go on a run together!,,1 +5,27,40005027,1005,18,0,I'm here to help!,,1 +5,28,40005028,1005,18,0,What's up?,,1 +5,29,40005029,1005,18,0,Huh?! What?! Did something happen?,,1 +5,30,40005030,1005,18,0,Mya! That tickles!,,1 +5,31,40005031,1005,18,0,Whoa! What's gotten into you?!,,1 +5,32,40005032,1005,18,0,Need something?,,1 +5,33,40005033,1005,18,0,Hey! Stop that!,,1 +5,34,40005034,1005,18,0,Paws off or the claws are comin' out!,,1 +5,35,40005035,1005,18,0,"I'm not a mind reader, y'know. If you wanted to hang out, you should've said so!",,1 +5,36,40005036,1005,18,0,"E-Even I have my limits, you know...",,1 +5,37,40005037,1005,18,0,E-Eek?! Why're you being so touchy-feely all of a sudden?,,1 +5,38,40005038,1005,24,0,What're you waiting for? Let's see what happens next!,,1 +5,39,40005039,1005,25,0,Show those goals who's boss!,,1 +5,40,40005040,1005,26,0,"I really wanna do a live show! C'mon, let's go!",,1 +5,41,40005041,1005,27,0,"I wanna dance, dance, and dance some more!",,1 +5,42,40005042,1005,28,0,All set and ready for the stage!,,1 +5,43,40005043,1005,29,0,Let's get some more practice in!,,1 +5,44,40005044,1005,30,0,Some special practice could be a fun change of pace.,,1 +5,45,40005045,1005,31,0,"You got a present! Quick, let's open it!",,1 +5,46,40005046,1005,32,0,It's Scouting time!,,1 +5,47,40005047,1005,33,0,Don't forget to check the new info!,,1 +5,48,40005048,1005,34,0,That event looks fun! We should check it out!,,1 +5,49,40005049,1005,35,0,Pick a story!,,1 +5,50,40005050,1005,36,0,How're your friends doing?,,1 +5,51,40005051,1005,37,0,You can check all your club members here.,,1 +5,52,40005052,1005,46,0,Hey! I'm Rin Hoshizora. Ready to bring your a-game?,,1 +5,53,40005053,1005,46,0,Rin-vincible! Rin-tastic! It's the one and only Rin!,,1 +5,54,40005054,1005,46,0,I'm Rin Hoshizora. ♪,,1 +5,55,40005055,1005,47,0,Let's rock!,,1 +5,56,40005056,1005,48,0,Now's my chance!,,1 +5,57,40005057,1005,49,0,I'm feline good!,,1 +5,58,40005058,1005,40,0,"Ready, set, go!",,1 +5,59,40005059,1005,40,0,You can do it!,,1 +5,60,40005060,1005,40,0,You got this!,,1 +5,61,40005061,1005,38,0,We did it! ♪,,1 +5,62,40005062,1005,38,0,Couldn't have done it without you! ♪,,1 +5,63,40005063,1005,38,0,All that practice paid off!,,1 +5,64,40005064,1005,38,0,Full speed ahead!,,1 +5,65,40005065,1005,38,0,"Yay, I'm so happy! ♪",,1 +5,66,40005066,1005,39,0,We messed up big time...,,1 +5,67,40005067,1005,39,0,Shake it off! We're not giving up just yet!,,1 +5,68,40005068,1005,41,0,Wow!,,1 +5,69,40005069,1005,41,0,I'm super grateful! ♪,,1 +5,70,40005070,1005,41,0,"Meow, meow, meooowww!!!",,1 +5,71,40005071,1005,41,0,*giggle*,,1 +5,72,40005072,1005,41,0,Love it! ♪,,1 +5,73,40005073,1005,41,0,Ehe! ♪,,1 +5,74,40005074,1005,41,0,Sweet!,,1 +5,75,40005075,1005,42,0,I knew I could count on you. ♪,,1 +5,76,40005076,1005,42,0,I expect you to take good care of me.,,1 +5,77,40005077,1005,42,0,"C'mon, let's have some fun!",,1 +5,78,40005078,1005,42,0,We're the purr-fect match!,,1 +5,79,40005079,1005,42,0,I feel all snug and cozy when I'm next to you.,,1 +5,80,40005080,1005,42,0,Is this what happiness feels like?,,1 +5,81,40005081,1005,42,0,*giggle* You're stuck with me now.,,1 +5,82,40005082,1005,43,0,We're just getting started!,,1 +5,83,40005083,1005,44,0,Thanks a bunch! ♪,,1 +5,84,40005084,1005,45,0,100% effort!,,1 +5,85,40005085,1005,23,1,"Happy New Year! I can't wait to start another year! But first, it's time for some mochi soup.",,1 +5,86,40005086,1005,23,2,Why can't I eat more beans than my age on Setsubun? Can we just pretend I'm 100 years old today?,,1 +5,87,40005087,1005,23,3,I got cute cat-shaped chocolates for everyone! It's fun to get chocolate for your friends on Valentine's.,,1 +5,88,40005088,1005,23,4,The tiny chests and cabinets at the bottom of Hina doll altars are so cute!,,1 +5,89,40005089,1005,23,5,"*giggle* I got you some candy, Hanayo. Thanks for the Valentine's chocolate last month.",,1 +5,90,40005090,1005,23,6,Today is Children's Day! Which means...it's time to play hide and seek!,,1 +5,91,40005091,1005,23,7,"It's called the Milky Way 'cuz the stars look like a river of milk flowing in the sky, right? I'd like to see it one day... ★",,1 +5,92,40005092,1005,23,9,"Maki told me today's the harvest moon. Wow, the moon looks like a boiled egg yolk...",,1 +5,93,40005093,1005,23,10,"If you give me candy, I'll give you head pats. If not, you're getting a trick.",,1 +5,94,40005094,1005,23,11,*yawn* I'm so tired... Staying awake until Santa comes is too hard...,,1 +5,95,40005095,1005,23,12,"New Year’s Eve soba noodles... Can we use ramen instead? *giggle* Come on, let's get to it! ♪",,1 +5,96,40005096,1005,23,13,"I'm off to buy a birthday present for Honoka. I really want her to be happy, so I'm gonna pick something special!",,1 +5,97,40005097,1005,23,14,I'm gonna sing a Happy Birthday song for Eli with Hanayo and Maki! I hope she likes it!,,1 +5,98,40005098,1005,23,15,"Did you hear?! Kotori gets to be a princess today! I made her a ""Happy Birthday"" crown.",,1 +5,99,40005099,1005,23,16,"A little to the left...now right. Oh, this? It's Umi's birthday cake. Let's keep it hush-hush for now, okay?",,1 +5,100,40005100,1005,23,17,"Oh, wait! It's my birthday today! I'd better round up the girls and have them sing me a birthday song.",,1 +5,101,40005101,1005,23,18,"Happy birthday, Maki! I love it when you play piano thiiiiiiiiiiiiiiis much! ♪",,1 +5,102,40005102,1005,23,19,No...zo...mi! Happy birthday!!! I love hanging out with you. I hope our fun never ends!,,1 +5,103,40005103,1005,23,20,"Hanayo! It's your birthday! Today, you're the star of the show. ♪",,1 +5,104,40005104,1005,23,21,Nico-Nico-Ni! Today is Nico's birthday. Let's all give her a round of Nico-Nico-Ni! ★,,1 +5,105,40005105,1005,23,52,"I'm so pumped that you're here! I'll do my best, so keep your eyes on me, okay?",,223062402 +5,106,40005106,1005,23,53,Thank you for always encouraging me. I am very lucky to have met you.,,223101514 +6,1,40006001,1006,0,0,"Yeah, well...good luck trying to outscore me on a test.",,1 +6,2,40006002,1006,1,0,"Um, why are you staring at me like that? Cut it out.",,1 +6,3,40006003,1006,0,0,"Calm and collected? Well, I guess I do have those qualities. Wait, that's normal for people with AB blood type?",,1 +6,4,40006004,1006,1,0,"If we're going to do something, let's make sure we have fun!",,1 +6,5,40006005,1006,0,0,Rin and Hanayo? Friends? I...wouldn't say so. It's more like we can't seem to get rid of each other.,,1 +6,6,40006006,1006,1,0,Staying put is not an option!,,1 +6,7,40006007,1006,2,0,"H-Hey! Just go over there, okay?!",,1 +6,8,40006008,1006,3,0,What're you waiting for? Let's go.,,1 +6,9,40006009,1006,4,0,I'm not feeling lonely or anything.,,1 +6,10,40006010,1006,5,0,"You're really keen on spending time with me, aren't you?",,1 +6,11,40006011,1006,6,0,I never expected joining μ's to bring us so close together.,,1 +6,12,40006012,1006,7,0,"Well? Come over here, already. I'm trying to give you a compliment. I'm...I'm proud of you. Good job.",,1 +6,13,40006013,1006,8,0,Singing is magical... I forget sometimes.,,1 +6,14,40006014,1006,9,0,I love working as a team to create something special for our fans.,,1 +6,15,40006015,1006,10,0,I would've never experienced this feeling without you.,,1 +6,16,40006016,1006,11,0,"Chop, chop! It's showtime!",,1 +6,17,40006017,1006,12,0,Why're you asking me? Just do whatever you want.,,1 +6,18,40006018,1006,13,0,You're doing great so far... What? I'm fine.,,1 +6,19,40006019,1006,14,0,Morning! Well? Let's get to it.,,1 +6,20,40006020,1006,15,0,Come on! No rest for the wicked!,,1 +6,21,40006021,1006,16,0,...I could look at your face all day.,,1 +6,22,40006022,1006,17,0,What're you doing up? Go to bed already!,,1 +6,23,40006023,1006,19,0,"I mean, spring is fine?",,1 +6,24,40006024,1006,20,0,You better not be holed up in your room just because it's hot outside.,,1 +6,25,40006025,1006,21,0,This is the perfect weather for productive studying!,,1 +6,26,40006026,1006,22,0,"Winter might be cold, but it's so beautiful.",,1 +6,27,40006027,1006,18,0,Fine. I'll help you.,,1 +6,28,40006028,1006,18,0,What?,,1 +6,29,40006029,1006,18,0,"Well? Spit it out, already. I don't have all day.",,1 +6,30,40006030,1006,18,0,...I won't be so forgiving next time.,,1 +6,31,40006031,1006,18,0,E-Eek! Just what do you think you're doing?!,,1 +6,32,40006032,1006,18,0,"Geez, what is it?",,1 +6,33,40006033,1006,18,0,S-Stop that right now!,,1 +6,34,40006034,1006,18,0,...Are you trying to make me mad?,,1 +6,35,40006035,1006,18,0,"...I suppose I can make an exception, just this once.",,1 +6,36,40006036,1006,18,0,Geez! You are unbelievable!,,1 +6,37,40006037,1006,18,0,H-Hey! Do you have no shame?! We're in public!,,1 +6,38,40006038,1006,24,0,"Stop procrastinating, already! Those unread stories won't read themselves.",,1 +6,39,40006039,1006,25,0,I expect you to make light work of these goals.,,1 +6,40,40006040,1006,26,0,Well? Aren't you gonna do more live shows?,,1 +6,41,40006041,1006,27,0,"I can't wait to do more live shows. But first, I need to recover my stamina.",,1 +6,42,40006042,1006,28,0,"I'm excited to sing more. I hope you're excited to hear it. You are, aren't you?",,1 +6,43,40006043,1006,29,0,"It's time to practice! Chop, chop!",,1 +6,44,40006044,1006,30,0,"Oh, look. We can do some special practice.",,1 +6,45,40006045,1006,31,0,Well? Don't be rude. Hurry up and accept the present.,,1 +6,46,40006046,1006,32,0,Why aren't you Scouting right now?,,1 +6,47,40006047,1006,33,0,You should be checking new information as soon as it comes in.,,1 +6,48,40006048,1006,34,0,Events are a great opportunity. You should consider participating.,,1 +6,49,40006049,1006,35,0,"Ah, yes. Stories. Well? Pick one, already.",,1 +6,50,40006050,1006,36,0,"Friendships are important, you know. I expect you to stay connected.",,1 +6,51,40006051,1006,37,0,I wonder how the club members are doing?,,1 +6,52,40006052,1006,46,0,I'm Maki Nishikino. Well? What're you looking at?,,1 +6,53,40006053,1006,46,0,The princess of the briarwood!,,1 +6,54,40006054,1006,46,0,I'm Maki Nishikino! ♪,,1 +6,55,40006055,1006,47,0,Child's play!,,1 +6,56,40006056,1006,48,0,Hmph!,,1 +6,57,40006057,1006,49,0,I refuse to stop!,,1 +6,58,40006058,1006,40,0,...Fine. I'll do it.,,1 +6,59,40006059,1006,40,0,I expect you already know what to do.,,1 +6,60,40006060,1006,40,0,Let's get started.,,1 +6,61,40006061,1006,38,0,I expected nothing less than success.,,1 +6,62,40006062,1006,38,0,"I mean, I am grateful. A little.",,1 +6,63,40006063,1006,38,0,Failure is not in my vocabulary.,,1 +6,64,40006064,1006,38,0,Let's keep going!,,1 +6,65,40006065,1006,38,0,"Not bad, if I do say so myself. ♪",,1 +6,66,40006066,1006,39,0,...We failed.,,1 +6,67,40006067,1006,39,0,...Our efforts were clearly lacking.,,1 +6,68,40006068,1006,41,0,I'm...impressed.,,1 +6,69,40006069,1006,41,0,"Well, I suppose I should thank you.",,1 +6,70,40006070,1006,41,0,I didn't hate this as much as I expected...,,1 +6,71,40006071,1006,41,0,Hmph!,,1 +6,72,40006072,1006,41,0,I expect your support.,,1 +6,73,40006073,1006,41,0,"Oh, come on...",,1 +6,74,40006074,1006,41,0,YES!,,1 +6,75,40006075,1006,42,0,"You know, you're not so bad after all.",,1 +6,76,40006076,1006,42,0,"You're hopeless with out me, you know that?",,1 +6,77,40006077,1006,42,0,"Fine. Since you insist, I guess I'll stick around.",,1 +6,78,40006078,1006,42,0,I've still got a lot to learn.,,1 +6,79,40006079,1006,42,0,Don't take your eyes off me. ♪,,1 +6,80,40006080,1006,42,0,...Being with you isn't so bad.,,1 +6,81,40006081,1006,42,0,...Do I have to spell it out for you to get it?,,1 +6,82,40006082,1006,43,0,You can't deny my charm!,,1 +6,83,40006083,1006,44,0,Keep your eyes on me!,,1 +6,84,40006084,1006,45,0,...Thanks.,,1 +6,85,40006085,1006,23,1,"Happy New Year. Well...you don't have to get up right away. It's a holiday, after all.",,1 +6,86,40006086,1006,23,2,"Today is Setsubun. Everyone is busy chasing all the ogres away... Maybe some ogres are nice, though. You never know.",,1 +6,87,40006087,1006,23,3,"Here. A little piece of chocolate. For you. It's not much, but I poured my heart into it.",,1 +6,88,40006088,1006,23,4,The empress and emperor dolls are my favorite. I don't understand the point of the others. Isn't two enough?,,1 +6,89,40006089,1006,23,5,"People make a huge fuss about Valentine's Day and White Day. But at the end of the day, you're just giving people candy.",,1 +6,90,40006090,1006,23,6,"Children's Day? Well, that has nothing to do with me—! Hey! Let go! I don't want to play hide-and-seek!",,1 +6,91,40006091,1006,23,7,"Did you make a wish for the Star Festival? I made one, but it's a secret. It's...embarrassing.",,1 +6,92,40006092,1006,23,9,It might be nice to read The Tale of the Bamboo Cutter under the harvest moon. Don't you think?,,1 +6,93,40006093,1006,23,10,"Trick or treat! Trust me. You don't want a trick, so give me a treat!",,1 +6,94,40006094,1006,23,11,"Santa doesn't give presents to naughty children, so you'd better behave yourself! ♪",,1 +6,95,40006095,1006,23,12,"I realized I might owe everyone my thanks for this year. It...was fun, I guess. You'll stick around next year, right?",,1 +6,96,40006096,1006,23,13,"Happy birthday, Honoka. I don't usually mention it, but...your smile always brightens my day.",,1 +6,97,40006097,1006,23,14,"Eli! Come to the music room, quick! I wrote you a birthday song. ♪",,1 +6,98,40006098,1006,23,15,"Happy birthday, Kotori! Looks can be deceiving, I guess. μ's wouldn't survive without you!",,1 +6,99,40006099,1006,23,16,"Happy birthday, Umi. I love the lyrics you write for our songs.",,1 +6,100,40006100,1006,23,17,"Happy birthday, Rin. You're always dragging me on adventures, but...I have to admit I enjoy myself.",,1 +6,101,40006101,1006,23,18,Today is my birthday. Did you remember? *giggle* Your kind words mean more to me than any gift.,,1 +6,102,40006102,1006,23,19,"Happy birthday, Nozomi. You can always see right through me, which freaks me out sometimes. But...I don't mind it.",,1 +6,103,40006103,1006,23,20,"Happy birthday, Hanayo! Come on! The party can't start without you! ♪",,1 +6,104,40006104,1006,23,21,"Happy birthday, Nico. You can be a bit loud sometimes, but...something feels missing when you're not around.",,1 +6,105,40006105,1006,23,52,I hope you're ready to watch me and forget about all that writing. Hehe. ♪ I'm excited to see what you come up with.,,223062402 +6,106,40006106,1006,23,53,"I want to spread my songs to lots and lots of people. Including you. Watch over me, okay...",,223101514 +7,1,40007001,1007,0,0,Injecting my spiritual power into your soul! ♪,,1 +7,2,40007002,1007,1,0,"This outfit is pretty nice, huh? I like the way it accentuates my chest.",,1 +7,3,40007003,1007,0,0,I love fortune-telling. I could do a reading for you if you want?,,1 +7,4,40007004,1007,1,0,Do you feel the Nozomi power flowing into your veins?,,1 +7,5,40007005,1007,0,0,Eli pushes herself too hard sometimes. That's why she needs our support.,,1 +7,6,40007006,1007,1,0,"Based on your reading, my advice is to take it one step at a time. ♪",,1 +7,7,40007007,1007,2,0,Hmm? What're you looking at? Is there something on my chest?,,1 +7,8,40007008,1007,3,0,"If you're looking for Lady Luck, she's right here. ♪",,1 +7,9,40007009,1007,4,0,Leave the card handling to me. ♪,,1 +7,10,40007010,1007,5,0,"I took a peek at your and my fortune... No spoilers for you, though! ♪",,1 +7,11,40007011,1007,6,0,My fortune-telling schedule is always open for you. ♪,,1 +7,12,40007012,1007,7,0,What's the matter? Is my max-powered tickle attack not enough for you?,,1 +7,13,40007013,1007,8,0,"Without you, my readings don't feel as sharp. Maybe it's unfair to expect anything, though...",,1 +7,14,40007014,1007,9,0,Tickle attacks aren't my favorite thing...but you not being around is even worse.,,1 +7,15,40007015,1007,10,0,I wonder if you know how I feel about you. Huh. I don't usually get this nervous.,,1 +7,16,40007016,1007,11,0,"Together, let's bring smiles to everyone!",,1 +7,17,40007017,1007,12,0,"Your fortune is looking bright today! Wow, that happens a lot. ♪",,1 +7,18,40007018,1007,13,0,"You're doing great! Make sure to take breaks, though.",,1 +7,19,40007019,1007,14,0,"Morning! Sun power, check! I'm all charged up now!",,1 +7,20,40007020,1007,15,0,"Huh. Not bad, huh?",,1 +7,21,40007021,1007,16,0,I can keep going!,,1 +7,22,40007022,1007,17,0,"Late nights can be bad for your luck, you know.",,1 +7,23,40007023,1007,19,0,It's so warm out... It's tempting to slow down and enjoy it.,,1 +7,24,40007024,1007,20,0,"It's so hot... What? Well, don't expect me to strip.",,1 +7,25,40007025,1007,21,0,"Fall is the best time for fortune-telling! Just kidding! I do this all year, darling. ♪",,1 +7,26,40007026,1007,22,0,"It may be chilly, but let's stay positive!",,1 +7,27,40007027,1007,18,0,"While I'm at it, want me to read your fortune?",,1 +7,28,40007028,1007,18,0,Mm? You rang?,,1 +7,29,40007029,1007,18,0,Is something bothering you?,,1 +7,30,40007030,1007,18,0,"Hmm... You know, a touch here and there might not be so bad! I think?!",,1 +7,31,40007031,1007,18,0,"Whoa! You scared me, geez!",,1 +7,32,40007032,1007,18,0,"Yes, what is it?!",,1 +7,33,40007033,1007,18,0,Keep it up and I'll unleash a tickle attack on YOU this time!,,1 +7,34,40007034,1007,18,0,"If you're gonna touch, that means you're ready to be touched right back.",,1 +7,35,40007035,1007,18,0,*sigh* You're hopeless. C'mere! *pat* *pat*,,1 +7,36,40007036,1007,18,0,Eek! You're starting to make me blush...,,1 +7,37,40007037,1007,18,0,"Gosh, you're so bold! Everyone's watching, you know!",,1 +7,38,40007038,1007,24,0,See those stories over there? You haven't read them yet!,,1 +7,39,40007039,1007,25,0,I'll give you head pats if you clear those goals.,,1 +7,40,40007040,1007,26,0,Why don't we do a live show?,,1 +7,41,40007041,1007,27,0,"Help me recover my stamina. Pretty, please? I can't do it without you. ♪",,1 +7,42,40007042,1007,28,0,I'm ready for more live shows whenever you are.,,1 +7,43,40007043,1007,29,0,There's still time before my shift at work. We might as well get some practice in!,,1 +7,44,40007044,1007,30,0,Special practice? Sounds like fun.,,1 +7,45,40007045,1007,31,0,I spy a present. Why don't you go open it?,,1 +7,46,40007046,1007,32,0,Now might be a good time to Scout.,,1 +7,47,40007047,1007,33,0,New information? Better check it out.,,1 +7,48,40007048,1007,34,0,"If you join the event, something good might come out of it!",,1 +7,49,40007049,1007,35,0,Why don't you try choosing a story?,,1 +7,50,40007050,1007,36,0,Let's check on my friends.,,1 +7,51,40007051,1007,37,0,How about we go see the club members?,,1 +7,52,40007052,1007,46,0,"Nice to meet you. I'm Nozomi Tojo, a 3rd year student. Hope we get along. ♪",,1 +7,53,40007053,1007,46,0,The goddess of luck is right in front of you. ♡,,1 +7,54,40007054,1007,46,0,"It's me, Nozomi Tojo. ♪",,1 +7,55,40007055,1007,47,0,You got this!,,1 +7,56,40007056,1007,48,0,Let's keep it going!,,1 +7,57,40007057,1007,49,0,Looking great!,,1 +7,58,40007058,1007,40,0,All right! Let's do this!,,1 +7,59,40007059,1007,40,0,Let's go!,,1 +7,60,40007060,1007,40,0,We can do this! ♪,,1 +7,61,40007061,1007,38,0,The live show was a big hit! ♪,,1 +7,62,40007062,1007,38,0,This good fortune was all thanks to you! ♪,,1 +7,63,40007063,1007,38,0,Our hard work paid off!,,1 +7,64,40007064,1007,38,0,We're just getting started.,,1 +7,65,40007065,1007,38,0,This feels terrific!,,1 +7,66,40007066,1007,39,0,"Oops, that didn't go well...",,1 +7,67,40007067,1007,39,0,We should try again...,,1 +7,68,40007068,1007,41,0,Sweet! ♪,,1 +7,69,40007069,1007,41,0,Thanks for the power. ♪,,1 +7,70,40007070,1007,41,0,I think I am falling in love...,,1 +7,71,40007071,1007,41,0,Hehe. ♪,,1 +7,72,40007072,1007,41,0,I'm counting on you.,,1 +7,73,40007073,1007,41,0,"Oh, dearie. ♪",,1 +7,74,40007074,1007,41,0,I'm wishing you the best of luck! ♪,,1 +7,75,40007075,1007,42,0,"Thanks. ♪ I have to reward you, right?",,1 +7,76,40007076,1007,42,0,"With your power, I can do my best.",,1 +7,77,40007077,1007,42,0,We must be fated to be together. ♪,,1 +7,78,40007078,1007,42,0,We're connected by the red thread of fate. ♪,,1 +7,79,40007079,1007,42,0,It's just like my fortune said! ♪,,1 +7,80,40007080,1007,42,0,I knew it would turn out like this.,,1 +7,81,40007081,1007,42,0,This is my first time...feeling this way.,,1 +7,82,40007082,1007,43,0,I was waiting for you!,,1 +7,83,40007083,1007,44,0,This is just the beginning! ♪,,1 +7,84,40007084,1007,45,0,I'll reach you!,,1 +7,85,40007085,1007,23,1,"Happy New Year! Since it's the start of the year, let's visit the shrine and give thanks.",,1 +7,86,40007086,1007,23,2,Ogres don't like sardines and holly. So I'll wrap this around me to ward them off!,,1 +7,87,40007087,1007,23,3,"When you make a love confession, I will inject you with my power. ♪",,1 +7,88,40007088,1007,23,4,"If Eli-chi is the Dairi, does that make us the Hina dolls? No, maybe the three court ladies?",,1 +7,89,40007089,1007,23,5,It's White Day. I hope you come back with some wonderful news. ♪,,1 +7,90,40007090,1007,23,6,Today is Children's day! Let's relive our childhood and have lots of fun! ♪,,1 +7,91,40007091,1007,23,7,I pray Orihime and Hikoboshi can reallly meet you.,,1 +7,92,40007092,1007,23,9,The harvest festival is a time for prayer and gratefulness. It's thanks to the full moon that the dango are so yummy! ♪,,1 +7,93,40007093,1007,23,10,"Trick or Treat! For anyone who doesn't bring me candy, I have a super tickle attack waiting for them! ♪",,1 +7,94,40007094,1007,23,11,"If you stay up waiting for Santa, you won't get aaany presents, will you?",,1 +7,95,40007095,1007,23,12,"This year is coming to a safe end. We should give thanks to god for helping everyone out, right? ♪",,1 +7,96,40007096,1007,23,13,"Honoka, happy birthday! Let's go enjoy some yummy food with everyone. ♪",,1 +7,97,40007097,1007,23,14,Today's Eli-chi's birthday. Can you keep a secret? I prepared a huuuge cake for her. ♪,,1 +7,98,40007098,1007,23,15,"Happy birthday, Kotori. ♪ Just being with you makes me all fuzzy and happy. ♪",,1 +7,99,40007099,1007,23,16,"Umi, happy birthday. ♪ You're such a serious person, but I think your oblivious side is so adorable. ♪",,1 +7,100,40007100,1007,23,17,Do you remember what day it is? It's Rin's birthday. Let's throw a huge celebration with everyone. ♪,,1 +7,101,40007101,1007,23,18,"Happy birthday, Maki. ♪ I think it's cute how you're never honest with yourself.",,1 +7,102,40007102,1007,23,19,Today's my birthday. I have to give thanks to god for allowing me to see another year.,,1 +7,103,40007103,1007,23,20,Today's Hanayo's birthday. ♪ Does everyone have rice balls for her?,,1 +7,104,40007104,1007,23,21,"Oh, it's Nico's birthday today? Just kidding. Of course, I remembered. Let's celebrate. ♪",,1 +7,105,40007105,1007,23,52,"You're here to write about us? So nice! ♪ I'm gonna do my best so that you have good material, okay?",,223062402 +7,106,40007106,1007,23,53,"My fortune said I had really good luck today. Since you came, my fortune was right on the mark.",,223101514 +8,1,40008001,1008,0,0,"White rice is wonderful, isn't it? I wonder why it is so white though...",,1 +8,2,40008002,1008,1,0,If I dress too lightly... Urm...,,1 +8,3,40008003,1008,0,0,"It might come as a surprise, but...I'm actually really good at making origami.",,1 +8,4,40008004,1008,1,0,I couldn't be happier if everyone is having a great time.,,1 +8,5,40008005,1008,0,0,Rin has always been there for me... She's a really special friend. ♪,,1 +8,6,40008006,1008,1,0,Negative thinking is a no-no! Right?,,1 +8,7,40008007,1008,2,0,Wait a minute! D-Don't leave me!,,1 +8,8,40008008,1008,3,0,"Thanks to you, I've been gaining some confidence little by little.",,1 +8,9,40008009,1008,4,0,"I can't just sit around and watch, right?",,1 +8,10,40008010,1008,5,0,"It's embarrassing, so please don't stare, okay?",,1 +8,11,40008011,1008,6,0,I have to keep giving it my all since you are cheering me on. ♪,,1 +8,12,40008012,1008,7,0,"Hmm, I wonder if this outfit really suits me.",,1 +8,13,40008013,1008,8,0,I'd like if you can always stay by my side... Is it selfish for me to think that?,,1 +8,14,40008014,1008,9,0,I'm always happy to eat together with you. ♪,,1 +8,15,40008015,1008,10,0,With you holding my hand... I can try even harder. ♪,,1 +8,16,40008016,1008,11,0,"Oh, let's keep working together.",,1 +8,17,40008017,1008,12,0,I'll give my very best!,,1 +8,18,40008018,1008,13,0,Good work today.,,1 +8,19,40008019,1008,14,0,Good morning. Did you make sure to eat breakfast?,,1 +8,20,40008020,1008,15,0,I'm pretty hungry... Should we eat something?,,1 +8,21,40008021,1008,16,0,What did you have for dinner?,,1 +8,22,40008022,1008,17,0,"If I stay up too late, I'll want to eat a midnight snack, you know?",,1 +8,23,40008023,1008,19,0,The warm sun rays feel lovely.,,1 +8,24,40008024,1008,20,0,If you don't eat properly you'll end up getting summer fatigue.,,1 +8,25,40008025,1008,21,0,There are too many delicious foods in season... I'd better be careful!,,1 +8,26,40008026,1008,22,0,"Make sure to cover up and stay nice and warm, okay?",,1 +8,27,40008027,1008,18,0,I'll help out to the best of my ability.,,1 +8,28,40008028,1008,18,0,Did you c-call me?,,1 +8,29,40008029,1008,18,0,You can ask for anything!,,1 +8,30,40008030,1008,18,0,"Ahh, th-that tickles...",,1 +8,31,40008031,1008,18,0,"Ah, eh... Um...",,1 +8,32,40008032,1008,18,0,Wahhh! What is it?,,1 +8,33,40008033,1008,18,0,Please... stop...,,1 +8,34,40008034,1008,18,0,"Ah, ahh... Someone help meee!",,1 +8,35,40008035,1008,18,0,"Oh, please don't squish me...",,1 +8,36,40008036,1008,18,0,N-No! It's too embarrassing!,,1 +8,37,40008037,1008,18,0,What are you doing in a place like this?!,,1 +8,38,40008038,1008,24,0,Would you like to...continue the story?,,1 +8,39,40008039,1008,25,0,I don't know if I can complete the goal... But I'll try!,,1 +8,40,40008040,1008,26,0,I can do the live show...,,1 +8,41,40008041,1008,27,0,I want you to hear one more song. Is that okay with you?,,1 +8,42,40008042,1008,28,0,I want to perform more live shows. Will you lend me your strength?,,1 +8,43,40008043,1008,29,0,I would like to practice more...,,1 +8,44,40008044,1008,30,0,It looks like I can take some special practice!,,1 +8,45,40008045,1008,31,0,It looks like...you got a present.,,1 +8,46,40008046,1008,32,0,How do you feel about doing a little Scouting?,,1 +8,47,40008047,1008,33,0,You got new information!,,1 +8,48,40008048,1008,34,0,"Oh, it's an event... Let's be courageous and participate.",,1 +8,49,40008049,1008,35,0,Please select a story...,,1 +8,50,40008050,1008,36,0,I wonder how my friends are doing...,,1 +8,51,40008051,1008,37,0,I want to get closer to the other members...,,1 +8,52,40008052,1008,46,0,Nice to meet you! My name is Hanayo Koizumi...,,1 +8,53,40008053,1008,46,0,"It's the little flower that you always believe in, Hanayo Koizumi. ♪",,1 +8,54,40008054,1008,46,0,I'm Hanayo Koizumi. ♪,,1 +8,55,40008055,1008,47,0,Yay!,,1 +8,56,40008056,1008,48,0,I'm on a roll!,,1 +8,57,40008057,1008,49,0,Let's do this!,,1 +8,58,40008058,1008,40,0,Let's go!,,1 +8,59,40008059,1008,40,0,I'll Give It My All!,,1 +8,60,40008060,1008,40,0,I'm nervous...,,1 +8,61,40008061,1008,38,0,Did we succeed?!,,1 +8,62,40008062,1008,38,0,It's all thanks to you.,,1 +8,63,40008063,1008,38,0,I really gave it my all...,,1 +8,64,40008064,1008,38,0,I was a bundle of nerves...,,1 +8,65,40008065,1008,38,0,That was fun. ♪,,1 +8,66,40008066,1008,39,0,I'm sorry...,,1 +8,67,40008067,1008,39,0,Did we fail?!,,1 +8,68,40008068,1008,41,0,I would expect no less!,,1 +8,69,40008069,1008,41,0,Thank you so much. ♪,,1 +8,70,40008070,1008,41,0,I... really like you.,,1 +8,71,40008071,1008,41,0,You are incredible...,,1 +8,72,40008072,1008,41,0,I'm a little shy...,,1 +8,73,40008073,1008,41,0,I feel energized!,,1 +8,74,40008074,1008,41,0,I couldn't be happier. ♪,,1 +8,75,40008075,1008,42,0,I'm so happy you've come this far with me...,,1 +8,76,40008076,1008,42,0,I'll depend on you...,,1 +8,77,40008077,1008,42,0,I love you just as much as I love food!,,1 +8,78,40008078,1008,42,0,It's thanks to you that I feel like I have changed!,,1 +8,79,40008079,1008,42,0,Um... Can you compliment me?,,1 +8,80,40008080,1008,42,0,I would like to repay your kindness somehow...,,1 +8,81,40008081,1008,42,0,I'm so happy...it's almost scary.,,1 +8,82,40008082,1008,43,0,We still have so much more to go. ♪,,1 +8,83,40008083,1008,44,0,I've never been better. ♪,,1 +8,84,40008084,1008,45,0,I'll reach you!,,1 +8,85,40008085,1008,23,1,Happy New Year. ♪ Right now I'm at a loss for how many rice cakes I should put in my zoni...,,1 +8,86,40008086,1008,23,2,"Ah! I thought we throw beans more gently during setsubun. Ahhh, somebody save meee!",,1 +8,87,40008087,1008,23,3,"Here, Rin. I made chocolate for you. ♪",,1 +8,88,40008088,1008,23,4,"The Hina dolls together with the hishi mochi are so pretty, and they remind me of spring. Plus, they look delicious...",,1 +8,89,40008089,1008,23,5,Hehe. Rin gave me some candy... ♪,,1 +8,90,40008090,1008,23,6,"Kashiwa mochi is so delightful. ♪ Once we finish eating it, let's sing the koinobori song with everyone.",,1 +8,91,40008091,1008,23,7,I made Orihime and Hikoboshi in origami. I even added wreaths so they'd light the place up even more.,,1 +8,92,40008092,1008,23,9,Putting out pampas grass decorations on the night of the full moon is meant as a prayer for a good rice harvest. I'm gonna put some out too!,,1 +8,93,40008093,1008,23,10,"So it's Halloween today, huh? I brought lots of candy to make sure no-one plays any tricks on me...!",,1 +8,94,40008094,1008,23,11,I prepared a really big sock for today! Do you think Santa might laugh at me for being greedy though...?,,1 +8,95,40008095,1008,23,12,Thanks for everything this year! I hope you keep helping μ's out again this year too.,,1 +8,96,40008096,1008,23,13,Rin and I went and bought a birthday present for Honoka. I hope she likes it.,,1 +8,97,40008097,1008,23,14,I practiced really hard for Eli's happy birthday song. I'm gonna give it my best today!,,1 +8,98,40008098,1008,23,15,It's Kotori's birthday party today! I picked out a birthday cake that's just as cute as she is.,,1 +8,99,40008099,1008,23,16,"It's Umi's birthday, so I made her face out of origami. What do you think? Does it look like her?",,1 +8,100,40008100,1008,23,17,"Happy birthday, Rin. I hope we stay together forever.",,1 +8,101,40008101,1008,23,18,It's Maki's birthday party today! I hope she enjoys it... I'd better hurry up and get everything prepared!,,1 +8,102,40008102,1008,23,19,"Happy birthday, Nozomi! I really think it's thanks to Nozomi that μ's is the way it is today.",,1 +8,103,40008103,1008,23,20,Today's my birthday. It makes me so happy to hear everyone saying happy birthday to me.,,1 +8,104,40008104,1008,23,21,"Nico-Nico-Nii! *giggle* Happy birthday, Nico. Let's have even more fun together!",,1 +8,105,40008105,1008,23,52,A R-Reporter?! That makes me nervous! U-Umm... I'll give it my all!,,223062402 +8,106,40008106,1008,23,53,"There's a lot of people around me that help push me forward. They've made me who I am today. So, thank you.",,223101514 +9,1,40009001,1009,0,0,"It's everyone's favorite idol, Nico! Nico-Nico-Nii!☆",,1 +9,2,40009002,1009,1,0,Eek! This costume is so embarrassing!,,1 +9,3,40009003,1009,0,0,"I'm a third-year, but I look younger than everyone else... I've got kind of a complex about it.",,1 +9,4,40009004,1009,1,0,I'll deliver my Nico-Nico-Ni all the way to everyone's hearts. ♪,,1 +9,5,40009005,1009,0,0,Is that how it is in school? I don't know what you mean. ♪,,1 +9,6,40009006,1009,1,0,The pinnacle for school idols... I will be the one to stand on top!,,1 +9,7,40009007,1009,2,0,Are you prepared?,,1 +9,8,40009008,1009,3,0,"I'm counting on you just a little... So, I'll do my best.",,1 +9,9,40009009,1009,4,0,I'd love if you'd come have some fun with me.,,1 +9,10,40009010,1009,5,0,Do you really want to keep me all to yourself that badly?,,1 +9,11,40009011,1009,6,0,No! You need to make sure you stay by my side! Don't leave this poor Nico-Ni alone or I'll get lonely.,,1 +9,12,40009012,1009,7,0,Would y-you not get too close. You're going to make my heart flutter.,,1 +9,13,40009013,1009,8,0,I wouldn't go as far to say it's thanks to you... I guess I will allow you to hold my hand.,,1 +9,14,40009014,1009,9,0,"Holding your hand makes my heart pitter-patter, but for some reason I feel calm. How weird...",,1 +9,15,40009015,1009,10,0,I wonder if I'm a bit more adult-ish now... Should we test it out?,,1 +9,16,40009016,1009,11,0,Nico-Ni's fans are waiting. ♪,,1 +9,17,40009017,1009,12,0,I will spread my cuteness across the galaxy!,,1 +9,18,40009018,1009,13,0,Good work today! I hope you will continue to support me. ♪,,1 +9,19,40009019,1009,14,0,"Good, good morning! Today let's happily Nico-Nico-Ni! ☆",,1 +9,20,40009020,1009,15,0,Let's keep it going. ♪,,1 +9,21,40009021,1009,16,0,Are you tired? Don't be such a baby!,,1 +9,22,40009022,1009,17,0,I should go to bed soon! Good night. You'll have the sweetest dreams if Nico is in them. ♪,,1 +9,23,40009023,1009,19,0,"It's spring-Nico. ♪ I'm not sleeping in the middle of class, okay?",,1 +9,24,40009024,1009,20,0,It's hooot! Are you looking forward to Nico's swimsuit look?,,1 +9,25,40009025,1009,21,0,It's Yazawa fall! What? I just felt like saying it!,,1 +9,26,40009026,1009,22,0,It's freezing! Do you think it might snow?!,,1 +9,27,40009027,1009,18,0,I'll help out. ♪,,1 +9,28,40009028,1009,18,0,"Did you ring, Master?",,1 +9,29,40009029,1009,18,0,Is something wrong?,,1 +9,30,40009030,1009,18,0,"Eek, that tickles.",,1 +9,31,40009031,1009,18,0,What are you doing?! Nico-Nico-Ni.,,1 +9,32,40009032,1009,18,0,"Hey, quit it. What is it?",,1 +9,33,40009033,1009,18,0,I can't do this any mooore.,,1 +9,34,40009034,1009,18,0,What are you doing touching me like that?!,,1 +9,35,40009035,1009,18,0,"Oh, you're so helpless...",,1 +9,36,40009036,1009,18,0,H-Hey! That's obviously embarrassing!,,1 +9,37,40009037,1009,18,0,Doing this around others is a bit too much...,,1 +9,38,40009038,1009,24,0,"You still have stories to read, so hurry up and take a look!",,1 +9,39,40009039,1009,25,0,"I want you to clear the goals for me, okay?",,1 +9,40,40009040,1009,26,0,"Alrighty, it's time for the live show!",,1 +9,41,40009041,1009,27,0,"I still have lots of energy. So, let's hurry and do another live show.",,1 +9,42,40009042,1009,28,0,Do you want to see more of my performance? Then I'll just have do one more song for you. Let's go!,,1 +9,43,40009043,1009,29,0,Will you practice a little bit more with me?,,1 +9,44,40009044,1009,30,0,Can we do the special practice?,,1 +9,45,40009045,1009,31,0,There's a present! It's because I'm so popular!,,1 +9,46,40009046,1009,32,0,Let's do some Scouting!,,1 +9,47,40009047,1009,33,0,There's new info? Don't tell me it's about the amazing Nico?!,,1 +9,48,40009048,1009,34,0,"Oh, an event? You can't start without me!",,1 +9,49,40009049,1009,35,0,Choose a story-Nico. ♪,,1 +9,50,40009050,1009,36,0,I have to treasure my friends.,,1 +9,51,40009051,1009,37,0,"Make sure to show some love to the other members, not just me, okay?",,1 +9,52,40009052,1009,46,0,"I'm Nico Yazawa, a third year! Nico-Nico-Ni all the way to your heart!",,1 +9,53,40009053,1009,46,0,I'm sending Nico-Nico-Ni to your heart! ♡,,1 +9,54,40009054,1009,46,0,"It's me, Nico Yazawa. ♪",,1 +9,55,40009055,1009,47,0,Nico-Ni! ♪,,1 +9,56,40009056,1009,48,0,I'm just getting started. ♪,,1 +9,57,40009057,1009,49,0,This is it!,,1 +9,58,40009058,1009,40,0,"All right, let's go!",,1 +9,59,40009059,1009,40,0,I'll do my best! ♪,,1 +9,60,40009060,1009,40,0,I'll show you my magic! ♪,,1 +9,61,40009061,1009,38,0,The best live show. ♪ Love Nico-Ni! ♪,,1 +9,62,40009062,1009,38,0,"You're not half bad, you know?",,1 +9,63,40009063,1009,38,0,Isn't my dancing amazing?,,1 +9,64,40009064,1009,38,0,I want to share more Nico-Ni magic. ♪,,1 +9,65,40009065,1009,38,0,Did you feel my sparkling magic?,,1 +9,66,40009066,1009,39,0,What? We messed up?!,,1 +9,67,40009067,1009,39,0,"Oh, phooey...",,1 +9,68,40009068,1009,41,0,Not bad.,,1 +9,69,40009069,1009,41,0,Thanks. ♪,,1 +9,70,40009070,1009,41,0,Love you. ♪,,1 +9,71,40009071,1009,41,0,Yay!,,1 +9,72,40009072,1009,41,0,Spectacular-Nico. ♪,,1 +9,73,40009073,1009,41,0,You're making me blush.,,1 +9,74,40009074,1009,41,0,I'm so happy. ♪,,1 +9,75,40009075,1009,42,0,Thanks. You really helped me out.,,1 +9,76,40009076,1009,42,0,"Oh, dearie. I think I'm falling in love. ♪",,1 +9,77,40009077,1009,42,0,I looove you. ♪,,1 +9,78,40009078,1009,42,0,I'll shine so bright you can't help but focus on me!,,1 +9,79,40009079,1009,42,0,"You must focus on me, okay? ♪",,1 +9,80,40009080,1009,42,0,Let's Nico-Nico-Ni together. ♪,,1 +9,81,40009081,1009,42,0,I want you to keep supporting me forever and ever.,,1 +9,82,40009082,1009,43,0,You're the best. ♪,,1 +9,83,40009083,1009,44,0,Love-Nico. ♪,,1 +9,84,40009084,1009,45,0,Pay attention to me!,,1 +9,85,40009085,1009,23,1,Happy New Year. Let's have another spectacular year together... Would you visit the shrine with me?,,1 +9,86,40009086,1009,23,2,"I know today is bean-throwing day, but why in the world is Nozomi wearing fish and leaves wrapped around her head?!",,1 +9,87,40009087,1009,23,3,Today's Valentines Day. ♪ I can't wait for everyone's love-filled chocolate. ☆,,1 +9,88,40009088,1009,23,4,"Once the Hina Festival is over, you must put the Hina dolls away. If you take too long...something bad will happen.",,1 +9,89,40009089,1009,23,5,Today's White Day. ♪ I'm looking forward to everyone's sweets filled with love. ☆,,1 +9,90,40009090,1009,23,6,"It's Children's Day? Hmm, this holiday has nothing to do with Nico-Ni... Why are you looking at me like that?",,1 +9,91,40009091,1009,23,7,"What wish did you write for Tanabata? Let me see. I'm only going to take a peek, so you don't have to be stingy.",,1 +9,92,40009092,1009,23,9,"On the harvest festival, the beautiful maiden returns to the moon... I think I would be perfect as the dazzling princess Kaguya. ♪",,1 +9,93,40009093,1009,23,10,"It's Halloween. ☆ Without a doubt, everyone will be blown away by my cuteness and want to give me candy. ☆",,1 +9,94,40009094,1009,23,11,"Hey! Wake up! If you doze off, you'll miss out on seeing Santa when he comes.",,1 +9,95,40009095,1009,23,12,"Nico-Ni was a shining star all year. I will sparkle even brighter next year, too!",,1 +9,96,40009096,1009,23,13,"This present is a surprise for Honoka, so keep it a secret, okay? It's her birthday today.",,1 +9,97,40009097,1009,23,14,Me and Nozomi decorated the birthday cake Kotori baked. I hope Eli likes it.,,1 +9,98,40009098,1009,23,15,"Today's Kotori's birthday party. Let's throw the cutest party ever, so we don't lose to Kotori. ☆",,1 +9,99,40009099,1009,23,16,"Umi, Umi, Umiii. ♪ Today's Umi's birthday. ♪",,1 +9,100,40009100,1009,23,17,"Hey, have you seen Rin? It's her birthday today... I need to hurry up and find her, so I can tell her happy birthday.",,1 +9,101,40009101,1009,23,18,"Happy birthday, Maki. I'm grateful for you helping to make our songs and μ's the best ever.",,1 +9,102,40009102,1009,23,19,"Nozomi, congrats. I see you every day, but for some reason I feel a little shy.",,1 +9,103,40009103,1009,23,20,"Hanayo, happy birthday. I have big expectations for you as a school idol. ♪",,1 +9,104,40009104,1009,23,21,"Today's Nico-Ni's birthday. ♪ Now, say it with me... Nico-Nico-Ni! ☆",,1 +9,105,40009105,1009,23,52,"You have some good taste, coming to write about μ's. ♪ Make sure you get my good side, or else! ♪",,223062402 +9,106,40009106,1009,23,53,"The stage is something that us School Idols and our fans make together. No matter how pretty I am, I can't do it all alone. So, could you always...",,223101514 +10,1,40010001,2001,0,0,"My family runs an ryokan inn. It's nothing fancy, but... I would love if you came over to play!",,1 +10,2,40010002,2001,1,0,"My home isn't better because it's a ryokan inn, but... It's amazing that we have a huuuge hot spring bath! Please come and relax. ♪",,1 +10,3,40010003,2001,0,0,I've learned so many important things from everyone in μ's. I want to make my dreams come true just like μ's!,,1 +10,4,40010004,2001,1,0,"I'm Chika Takami! I will sing for you in hopes that my song will reach your heart today, too!",,1 +10,5,40010005,2001,0,0,I thought if I don't go to the city I can't make anything happen... but I decided not to think like that anymore.,,1 +10,6,40010006,2001,1,0,"When you move forward, raise your right hand. Ehehe, remember the choreography, so we can dance together with everyone. ♪",,1 +10,7,40010007,2001,2,0,"Our uniform is wonderful. It's cute, and it's nice not having to worry about what to wear every morning.",,1 +10,8,40010008,2001,3,0,"I love the lively beach in the summer, but I also like it when it's nice and quiet. It makes me want to talk about the sea.",,1 +10,9,40010009,2001,4,0,"I cant wait to have morning training with everyone. ♪ You should join us, too!",,1 +10,10,40010010,2001,5,0,"School idols are so amazing! I love watching their performances, but most of all, it's so fun when I'm standing on stage with my group. ♪",,1 +10,11,40010011,2001,6,0,Is there anything you've been waiting lately? I...I'm not asking for any particular reason.,,1 +10,12,40010012,2001,7,0,I really feel like I can go anywhere whenever I am with you.,,1 +10,13,40010013,2001,8,0,I wonder what's the best approach for the next performance. You should help me think of ideas!,,1 +10,14,40010014,2001,9,0,I've noticed all of your kindness... Can you tell how happy I am?,,1 +10,15,40010015,2001,10,0,If our hearts become one...that would be so awesome. Let's all shine. ♪,,1 +10,16,40010016,2001,11,0,I don't know if we can become super school idols like μ's...but it's always been my dream!,,1 +10,17,40010017,2001,12,0,"Every day after school, everyone gets together to practice. Even though it's every day, I never get tired of it. It's actually fun. ♪",,1 +10,18,40010018,2001,13,0,"Whenever I'm anxious or lost, I run on the beach and my mood changes for the better.",,1 +10,19,40010019,2001,14,0,Morning! ♪ It's perfect weather for practice today!,,1 +10,20,40010020,2001,15,0,"Until we can make Aqours dream come true, we must keep pushing forward!",,1 +10,21,40010021,2001,16,0,"*yawn* Today was so much fun. Let's play tomorrow, too... I mean, we should practice. ♪",,1 +10,22,40010022,2001,17,0,Zzz... I'll give it my best...,,1 +10,23,40010023,2001,19,0,It's spring! Time for a fresh start! Let's keep chasing our dreams!,,1 +10,24,40010024,2001,20,0,Let's go to the beach with Riko and You! We gotta dive in with everything we got!,,1 +10,25,40010025,2001,21,0,We're gonna have a sweet potato party in Hanamaru's back yard. ♪ And we'll collect a bunch of fall leaves.,,1 +10,26,40010026,2001,22,0,"If you say ""I'm cold"" won't you feel even colder? I'm not cold, I'm not cold... Brrr, it's still cold.",,1 +10,27,40010027,2001,18,0,"When you're in a bind, I'll help you out!",,1 +10,28,40010028,2001,18,0,Yes? Do you need something?,,1 +10,29,40010029,2001,18,0,"What is it? Let me say something, too.",,1 +10,30,40010030,2001,18,0,Haha... It tickles when you touch me there.,,1 +10,31,40010031,2001,18,0,Ahh... Don't surprise me like that.,,1 +10,32,40010032,2001,18,0,"Hm? If you have something to say, you should just say it.",,1 +10,33,40010033,2001,18,0,What's wrong? You always want attention whenever you're with me. ♪,,1 +10,34,40010034,2001,18,0,"If you touch me like that...Erm, I'll get nervous.",,1 +10,35,40010035,2001,18,0,It's fine. Whenever you're feeling lonely I'll stay by your side.,,1 +10,36,40010036,2001,18,0,Ehehe. When we're together I feel like you give me an energy boost.,,1 +10,37,40010037,2001,18,0,"Wahhh?! What is it? For now, please calm down!",,1 +10,38,40010038,2001,24,0,Huh? There are still some stories left!,,1 +10,39,40010039,2001,25,0,"I wonder if I can accomplish the goal... No, I can't think like that. I will do it!",,1 +10,40,40010040,2001,26,0,I wanna hurry onto the next live show. ♪ I'm more than ready!,,1 +10,41,40010041,2001,27,0,I wanna do more live shows! Will you come watch?,,1 +10,42,40010042,2001,28,0,Live shows are the greatest! I want to do one more!,,1 +10,43,40010043,2001,29,0,We just need to practice! I'll give it my all!,,1 +10,44,40010044,2001,30,0,Looks like it's time for some special practice! Let's do it together!,,1 +10,45,40010045,2001,31,0,You got a present? Yay!,,1 +10,46,40010046,2001,32,0,"You know, members are so important! Let's get some Scouting done.",,1 +10,47,40010047,2001,33,0,It looks like you got new info. Let's check it out.,,1 +10,48,40010048,2001,34,0,There's an event going on! I really want to participate!,,1 +10,49,40010049,2001,35,0,There's a story about us. I wonder what it's about...,,1 +10,50,40010050,2001,36,0,How are your friends? How about writing them a letter every once in awhile?,,1 +10,51,40010051,2001,37,0,"Member's information! Info one, two. Someone said it's really important!",,1 +10,52,40010052,2001,46,0,"I'm Chika Takami, second year student at Uranohoshi Girls’ High School. Nice to meet you!",,1 +10,53,40010053,2001,46,0,I...I'm getting used to being a school idol like I always wanted! It's like I'm dreaming!,,1 +10,54,40010054,2001,46,0,We're Uranohoshi Girls’ High School school idols named Aqours!,,1 +10,55,40010055,2001,47,0,Let's do it.,,1 +10,56,40010056,2001,48,0,Keep going!,,1 +10,57,40010057,2001,49,0,This is Aqours!,,1 +10,58,40010058,2001,40,0,"Aqours, ready to go!",,1 +10,59,40010059,2001,40,0,Let's get started!,,1 +10,60,40010060,2001,40,0,"Let's do our best, everyone!",,1 +10,61,40010061,2001,38,0,What a spectacular live show!,,1 +10,62,40010062,2001,38,0,What did you think of Aqours live show?,,1 +10,63,40010063,2001,38,0,Please continue to support us!,,1 +10,64,40010064,2001,38,0,It's all thanks to your help. ♪,,1 +10,65,40010065,2001,38,0,Thank you so much!,,1 +10,66,40010066,2001,39,0,It's okay! I will never give up.,,1 +10,67,40010067,2001,39,0,"Ahh, we messed up!",,1 +10,68,40010068,2001,41,0,It looks like we're becoming closer. ♪,,1 +10,69,40010069,2001,41,0,I'm not alone in this. ♪,,1 +10,70,40010070,2001,41,0,"The more we do it, the more fun it becomes!",,1 +10,71,40010071,2001,41,0,I feel so at ease with you.,,1 +10,72,40010072,2001,41,0,That was fantastic!,,1 +10,73,40010073,2001,41,0,I want even more people to see Aqours shows!,,1 +10,74,40010074,2001,41,0,"Yaaay, that was so fun! ♪",,1 +10,75,40010075,2001,42,0,Looks like we really got through to the crowd! ♪,,1 +10,76,40010076,2001,42,0,Hehe. You're so great!,,1 +10,77,40010077,2001,42,0,Let's stay together forever!,,1 +10,78,40010078,2001,42,0,"You'll always be by my side, right?",,1 +10,79,40010079,2001,42,0,"I want to help support you, too!",,1 +10,80,40010080,2001,42,0,I want my songs to reach everyone. ♪,,1 +10,81,40010081,2001,42,0,I'm as happy as can be!,,1 +10,82,40010082,2001,43,0,Here I go!,,1 +10,83,40010083,2001,44,0,Let's make all of Aqours' dreams come true!,,1 +10,84,40010084,2001,45,0,Let's go! ♪,,1 +10,85,40010085,2001,23,1,Happy new year! I'm going to work even harder this year as a school idol! ♪,,1 +10,86,40010086,2001,23,2,Ahhh! It's an ogre! Heeelp!,,1 +10,87,40010087,2001,23,3,"I'm making some chocolate right now! And the reason is, I want to give it to yooou! ♪",,1 +10,88,40010088,2001,23,4,Hina dolls have such cute little lips. I bet I'd look weird if I tried to pull off that look though.,,1 +10,89,40010089,2001,23,5,Huh? Whaaat? You're giving me this because of the chocolate I gave you on Valentine's? Yaaay! ♥,,1 +10,90,40010090,2001,23,6,"Ngh... How depressing. I'm the youngest of three sisters, so I always know when Children's Day is cause it's always my day.",,1 +10,91,40010091,2001,23,7,Today's the Star Festival. The Milky Way looks like a sparkly staircase to me. I'd love to climb it someday! ♪,,1 +10,92,40010092,2001,23,8,It's Marine Day! The Uchiura sea is waiting for all of us!,,1 +10,93,40010093,2001,23,9,"Hold on! I'm making a little pyramid out of moon-viewing dumplings, and... Ah! Oh no, they fell over!",,1 +10,94,40010094,2001,23,10,"If I'm going to wear a costume, I want it to be so good that no one recognizes me. Hehe, I wonder what it should be. ♪",,1 +10,95,40010095,2001,23,11,"I wonder if Santa's on his way. He doesn't visit naughty kids, right? Ngh... That makes me nervous.",,1 +10,96,40010096,2001,23,12,Thanks so much for everything you helped me with this year! I'm so grateful! Thanks!!!,,1 +10,97,40010097,2001,23,22,Huh? You want to celebrate my birthday? Thank you! That makes my birthday all the more special!,,1 +10,98,40010098,2001,23,23,"If I hadn't met you, Riko, I would never have joined Aqours. Happy birthday!",,1 +10,99,40010099,2001,23,24,"Happy birthday, Kanan! You're like my big sister and I care about you so much!",,1 +10,100,40010100,2001,23,25,"I talked it over with Ruby and we prepared something extra special for your birthday, Dia!",,1 +10,101,40010101,2001,23,26,"Happy birthday, You! We've been through so much since we were young, and I'm so grateful to you!",,1 +10,102,40010102,2001,23,27,"Fallen Angel Yohane! Happy birthda— Huh? You weren't born, you fell from heaven? Err, well... Happy falling-versary, then!",,1 +10,103,40010103,2001,23,28,Today is Hanamaru's birthday! We all made her a bookmark. I hope she likes it. ♪,,1 +10,104,40010104,2001,23,29,"Mari, you're always surprising us. So we prepared an extra special surprise for you today. ♪",,1 +10,105,40010105,2001,23,30,Today is Ruby's birthday. We're having a party at my place. Do you want to come too?,,1 +10,106,40010106,2001,23,52,So happy you're covering us! ♪ I'm going to sing with all my might. Ask me anything!,,223062402 +10,107,40010107,2001,23,53,"Hehe. We're getting along pretty well, aren't we? Maybe because you cover us so often? I...",,223101514 +11,1,40011001,2002,0,0,"I may be a bit boring because I'm from Tokyo... But, regardless, I will try my best!",,1 +11,2,40011002,2002,1,0,Uranohoshi is a mission school. It always made me feel nice to think of angels watching over us.,,1 +11,3,40011003,2002,0,0,I love drawing. I would really like to draw the beautiful sea view in Uchiura sometime.,,1 +11,4,40011004,2002,1,0,I'm making a box lunch today. Going for a morning practice with Chika and You! ♪,,1 +11,5,40011005,2002,0,0,"I don't think I'm all that good at singing... I'd better practice, for Aqours' sake.",,1 +11,6,40011006,2002,1,0,"The beautiful ocean, the salty sea breeze... I've totally fallen in love with Uchiura. ♪",,1 +11,7,40011007,2002,2,0,I wonder what kind of song I should come up with next. I would love your input if that's all right with you.,,1 +11,8,40011008,2002,3,0,Synchronizing your heart with someone else's is truly a wonderful thing. Chika is the one that taught me that.,,1 +11,9,40011009,2002,4,0,Getting to do something you love at your own pace is the greatest blessing of all.,,1 +11,10,40011010,2002,5,0,"I feel like I can try even harder from here on out! Let's both try our best, okay? ♪",,1 +11,11,40011011,2002,6,0,"Oh, I wonder what I should do. I want to invite her, but when I think of being turned down it makes me so nervous.",,1 +11,12,40011012,2002,7,0,"Hmm? You want to take my photo? I'm usually a bit shy, but I guess I wouldn't mind. ♪",,1 +11,13,40011013,2002,8,0,"You're already an indispensable part of my world, you know.",,1 +11,14,40011014,2002,9,0,"I want to be by your side for years. Decades, even!",,1 +11,15,40011015,2002,10,0,"Of course I like seeing you! In fact, I would love to see more of you!",,1 +11,16,40011016,2002,11,0,I know telling myself I'm no good at anything and giving up isn't going to get me anywhere. I need to find something I CAN do!,,1 +11,17,40011017,2002,12,0,Do you want to go look at clothes together after today's lesson? I need to stay on top of my fashion. ♪,,1 +11,18,40011018,2002,13,0,"""iko Sakurauchi"," School Idol."" Hehe, it has a bit of a strange ring to it.",0 +11,19,40011019,2002,14,0,Good morning! Let's give it our all out there today. ♪ Let's start with a morning run.,,1 +11,20,40011020,2002,15,0,"I feel much more full of energy now that I'm moving my body every day. I'll be counting on you tomorrow too, okay?",,1 +11,21,40011021,2002,16,0,"You're worried you won't be able to wake up in the morning? I'll give you a call and wake you up, then.",,1 +11,22,40011022,2002,17,0,I'm really glad I've come here. Thank you for another great day. ♪,,1 +11,23,40011023,2002,19,0,I was so anxious when I first moved here. Hehe. But that anxiety has completely disappeared now.,,1 +11,24,40011024,2002,20,0,The ocean in Uchiura is so beautiful during the summer. Every day with Aqours feels like a vacation. ♪,,1 +11,25,40011025,2002,21,0,There aren't as many art museums here as there are in Tokyo. But the sea and the mountains are just as beautiful as any piece of art.,,1 +11,26,40011026,2002,22,0,I love taking a break in our room and eating some mikan oranges. Our room is just full of joy. ♪,,1 +11,27,40011027,2002,18,0,"If we're going to practice singing, let's go to the music room. I can play the piano for us.",,1 +11,28,40011028,2002,18,0,"You have something you'd like to ask me? I'm not going to let you copy my homework, you know.",,1 +11,29,40011029,2002,18,0,You like hearing me play the piano? I'm so glad to hear that. It makes me feel so much more confident.,,1 +11,30,40011030,2002,18,0,Are you hungry? I'll make you a sandwich. Just give me a little bit.,,1 +11,31,40011031,2002,18,0,Whoa! Don't surprise me like that!,,1 +11,32,40011032,2002,18,0,Huh? Err... D-Do you think I'm a bit boring...?,,1 +11,33,40011033,2002,18,0,You don't need to keep pointing out how boring I am!,,1 +11,34,40011034,2002,18,0,"I guess I am pretty boring, though...",,1 +11,35,40011035,2002,18,0,"Are you really that interested in me? Well... I'm a little interested in you, as well.",,1 +11,36,40011036,2002,18,0,Hehe. This isn't so bad every now and again. ♪,,1 +11,37,40011037,2002,18,0,Um... I wasn't expecting that. I'm not sure what to say.,,1 +11,38,40011038,2002,24,0,"It seems there's a story you haven't read yet. Huh? Um, I don't think I can read it for you...",,1 +11,39,40011039,2002,25,0,"As goals pile up, they're harder to deal with. Try doing a little every day.",,1 +11,40,40011040,2002,26,0,"I'm still in top form, but you should take a break if you're feeling tired.",,1 +11,41,40011041,2002,27,0,There are still so many songs I want to sing. I would really like for you to hear them.,,1 +11,42,40011042,2002,28,0,I want you to see even more Aqours performances.,,1 +11,43,40011043,2002,29,0,"Look, it's already time for practice. Let's try our best. ♪",,1 +11,44,40011044,2002,30,0,It looks like some special practice is available. I wonder what manner of practice it is.,,1 +11,45,40011045,2002,31,0,It seems like there's a present for you. You certainly are the popular one. ♪,,1 +11,46,40011046,2002,32,0,"Why not try and Scout some new members? It makes me a bit nervous, but... We have to treasure every meeting.",,1 +11,47,40011047,2002,33,0,It seems there's some new information available. Shall we read it together?,,1 +11,48,40011048,2002,34,0,"An event is being held right now. Thinking of all those people watching makes me nervous, but I'll give it my all. ♪",,1 +11,49,40011049,2002,35,0,It seems an Aqours story is available. We need to make sure to stick to it and try our best!,,1 +11,50,40011050,2002,36,0,I wonder what your friend is up to?,,1 +11,51,40011051,2002,37,0,You can always take a look at your members list. It's a good source of information if you're unclear about something.,,1 +11,52,40011052,2002,46,0,Hello there. I'm Riko Sakurauchi. I moved from Akihabara in Tokyo all the way here to Uchiura in Shizuoka.,,1 +11,53,40011053,2002,46,0,"Since Chika invited me, I've been striving to be a school idol. I plan to give it everything I have.",,1 +11,54,40011054,2002,46,0,"If it's not too much trouble, I would love it if you cheered Aqours on, as well.",,1 +11,55,40011055,2002,47,0,Hey!,,1 +11,56,40011056,2002,48,0,This is my chance!,,1 +11,57,40011057,2002,49,0,We can do this!,,1 +11,58,40011058,2002,40,0,"Aqours, ready to go!",,1 +11,59,40011059,2002,40,0,Let's show them our best performance!,,1 +11,60,40011060,2002,40,0,Let's make some fun memories. ♪,,1 +11,61,40011061,2002,38,0,We did it! ♪,,1 +11,62,40011062,2002,38,0,I hope they felt Aqours' passion.,,1 +11,63,40011063,2002,38,0,We got through that live show! We really gave it our all out there. ♪,,1 +11,64,40011064,2002,38,0,This is all thanks to you! ♪,,1 +11,65,40011065,2002,38,0,The power of song is incredible!,,1 +11,66,40011066,2002,39,0,I won't give up!,,1 +11,67,40011067,2002,39,0,Ugh... Is this because I'm so boring?,,1 +11,68,40011068,2002,41,0,Thank you!,,1 +11,69,40011069,2002,41,0,I'm glad we've come so far together.,,1 +11,70,40011070,2002,41,0,I want to learn more about you.,,1 +11,71,40011071,2002,41,0,I want even more people to hear Aqours sing.,,1 +11,72,40011072,2002,41,0,It's thanks to you that I've come this far.,,1 +11,73,40011073,2002,41,0,Is this proof of our bond?,,1 +11,74,40011074,2002,41,0,I will continue to try my best!,,1 +11,75,40011075,2002,42,0,Am I good enough? Are you sure?,,1 +11,76,40011076,2002,42,0,Um... I really like you...,,1 +11,77,40011077,2002,42,0,I want to stick by your side forever.,,1 +11,78,40011078,2002,42,0,"Th-That's a bit embarrassing, huh?",,1 +11,79,40011079,2002,42,0,I'm grateful you've been by my side all this time.,,1 +11,80,40011080,2002,42,0,It seems I could be of use to you as well. ♪,,1 +11,81,40011081,2002,42,0,Let's keep working together from here on.,,1 +11,82,40011082,2002,43,0,I'll...do my best!,,1 +11,83,40011083,2002,44,0,Let my feelings resonate...!,,1 +11,84,40011084,2002,45,0,I can't let myself lose!,,1 +11,85,40011085,2002,23,1,Happy new year! ♪ A school idol's entire year begins on New Year's Day. We have to plan accordingly.,,1 +11,86,40011086,2002,23,2,I don't know if I want to participate in Setsubun... Just think of how terrifying it would be if the ogres retaliated.,,1 +11,87,40011087,2002,23,3,"Um... I made some chocolate. If you're hungry, by any chance... Well, how about you have a piece?",,1 +11,88,40011088,2002,23,4,"Seeing all the Hina dolls lined up gets me so excited. They're so small and cute, and it makes me feel in the spirit of the season.",,1 +11,89,40011089,2002,23,5,"This is thanks for the Valentine's chocolate? Y-You really didn't have to... Err, what I mean is, I'm so grateful! Thank you.",,1 +11,90,40011090,2002,23,6,Yoshiko! Don't you dare try to turn any children into your little demons!,,1 +11,91,40011091,2002,23,7,"The Milky Way really does look like a river! When I lived in Tokyo, I couldn't have imagined just how pretty the stars are.",,1 +11,92,40011092,2002,23,8,Don't forget to stop by to see us and the ocean in Uchiura on Marine Day. We'll be waiting. ♪,,1 +11,93,40011093,2002,23,9,"Seeing the moon is so relaxing for some reason. Maybe it's because no matter our struggles, the moon will always be by our side.",,1 +11,94,40011094,2002,23,10,Huh? Hehe. Chika's costume looks so silly. Is that supposed to be a Halloween jack-o-lantern?,,1 +11,95,40011095,2002,23,11,Merry Christmas! ♪ We should all have some cake and make this a Christmas to remember.,,1 +11,96,40011096,2002,23,12,I've been able to come so far this year thanks to everyone's help. I want to try my best next year to return the favor.,,1 +11,97,40011097,2002,23,22,"Happy birthday, Chika. I'm so grateful that you invited me to come be a school idol with you.",,1 +11,98,40011098,2002,23,23,Wow! Th-Thank you so much. I can't believe you would make this big a deal about my birthday. I'm overwhelmed with emotion.,,1 +11,99,40011099,2002,23,24,"You always watch over me when I'm practicing my dancing, Kanan. I couldn't do it without you. Happy birthday!",,1 +11,100,40011100,2002,23,25,Today is Dia's birthday. Everyone talked it over and we're going to make a hairpin to give her as a present.,,1 +11,101,40011101,2002,23,26,We all want to have You's birthday party on a boat. I hope she'll enjoy it!,,1 +11,102,40011102,2002,23,27,"Yoshiko—err, Fallen Angel Yohane. On this, the anniversary of your birth, I, Lili, celebrate you.",,1 +11,103,40011103,2002,23,28,"Happy birthday, Hanamaru. I always go to the library to read all the books you recommend to me.",,1 +11,104,40011104,2002,23,29,"This is supposed to be Mari's birthday party, but where's the guest of honor...? Wait, is she in that pink helicopter?!",,1 +11,105,40011105,2002,23,30,I think I should talk to Dia so she can help me come up with a good present for Ruby's birthday.,,1 +11,106,40011106,2002,23,52,I'm so glad you're here to write about us! ♪ I'm excited to see what you come up with! ♪,,223062402 +11,107,40011107,2002,23,53,"You know what, lately I get so excited when you come cover us. Make sure you keep on getting all of us in your articles...",,223101514 +12,1,40012001,2003,0,0,Ahaha. It's not exactly my style to be cute while I sing and dance.,,1 +12,2,40012002,2003,1,0,Chika's family owns a ryokan and you can see Mt. Fuji from the hot spring! We should all go sometime soon. ♪,,1 +12,3,40012003,2003,0,0,The ocean and the sky seem to go on forever. It makes me realize just how tiny I am.,,1 +12,4,40012004,2003,1,0,"I love the ocean, but I also LOVE baths. Warming up, then cooling down. It's a lot but it's nice.",,1 +12,5,40012005,2003,0,0,"I've become more used to wearing cute outfits. I mean, even a diving suit can show off your figure. It's all about getting used to it. ♪",,1 +12,6,40012006,2003,1,0,"I don't know what to expect for the future, but I know we'll be all right. Let's keep our cool and keep moving. ♪",,1 +12,7,40012007,2003,2,0,"Hey there. If you're bored, then how about some practice?",,1 +12,8,40012008,2003,3,0,Swimming is a great way to build some basic strength. I often go swimming with You in the morning. ♪,,1 +12,9,40012009,2003,4,0,Rehearsing and performing adds up the more you do it. It's like creating a wealth of experience for yourself.,,1 +12,10,40012010,2003,5,0,I hope we can become even better friends. ♪,,1 +12,11,40012011,2003,6,0,"If you're ever in need, don't hesitate to reach out. I'll run right over. ♪",,1 +12,12,40012012,2003,7,0,"What's the matter? If something is bothering you, please tell me. I want to help.",,1 +12,13,40012013,2003,8,0,Just having you around makes me happy. Feel free to come by and meet me any time.,,1 +12,14,40012014,2003,9,0,"Like me in my own way, you too have your own unique charm that you should cherish! ♪",,1 +12,15,40012015,2003,10,0,I want to try to convey my affection more.,,1 +12,16,40012016,2003,11,0,"Now, another day of practice! ♪ Let Aqours' music echo throughout Uchiura!",,1 +12,17,40012017,2003,12,0,Morning practice is crucial. It wakes you up and fills your body with joy! ♪,,1 +12,18,40012018,2003,13,0,"Before, I never thought I'd become a school idol, but I've already gotten used to it! ♪",,1 +12,19,40012019,2003,14,0,Morning. Care to join me for a morning workout?,,1 +12,20,40012020,2003,15,0,I want all of Aqours' fans to know about the sea and sky of Uchiura.,,1 +12,21,40012021,2003,16,0,*yawn* I feel like that was a good day of practice. Now it's time to rest.,,1 +12,22,40012022,2003,17,0,You can't sleep? What do you say to a walk on the beach?,,1 +12,23,40012023,2003,19,0,There's a festival at the harbor in Uchiura every spring. I'd love for you to check it out! ♪,,1 +12,24,40012024,2003,20,0,"If I get too hot from my lessons, I go to eat ice cream at the beach. Yep, that's a perfect schedule!",,1 +12,25,40012025,2003,21,0,The air becomes clearer when the temperature starts to drop. I think I'll go stargazing tonight.,,1 +12,26,40012026,2003,22,0,I made a hearty pork miso soup. Feel free to have some and warm up with me! ♪,,1 +12,27,40012027,2003,18,0,No one can live life by themselves! We have to support one another.,,1 +12,28,40012028,2003,18,0,Hmm? I'll be right here.,,1 +12,29,40012029,2003,18,0,Let me know if there's anything you'd like to talk about.,,1 +12,30,40012030,2003,18,0,Ah! That tickles!,,1 +12,31,40012031,2003,18,0,Do you want to go underwater with me? I'll hold your hand.,,1 +12,32,40012032,2003,18,0,"In times when no amount of thinking can solve a problem, I just empty my mind and go to sleep!",,1 +12,33,40012033,2003,18,0,No more tickling! You'll give me goosebumps!,,1 +12,34,40012034,2003,18,0,"You want a hug? Sure, come here! ♪",,1 +12,35,40012035,2003,18,0,"Ahaha. You're quite clingy, aren't you. A bit like Chika. ♪",,1 +12,36,40012036,2003,18,0,"Erm, I'm not so sure about that... I'd be too embarrassed.",,1 +12,37,40012037,2003,18,0,"My, you're unexpectedly bold, huh? Hee hee!",,1 +12,38,40012038,2003,24,0,Looks like you have some unread stories. Want me to read them with you?,,1 +12,39,40012039,2003,25,0,I wonder what today's goals will be. I'll do what I can to help!,,1 +12,40,40012040,2003,26,0,I can still perform! How are you faring?,,1 +12,41,40012041,2003,27,0,I can still go on! I want to keep performing!,,1 +12,42,40012042,2003,28,0,I want to show you more of what Aqours is about. Should we do another live?,,1 +12,43,40012043,2003,29,0,Do you want to go and practice? I'm feeling out of shape.,,1 +12,44,40012044,2003,30,0,"Special practice? Nice, let's do it!",,1 +12,45,40012045,2003,31,0,You can get a present? You might as well try!,,1 +12,46,40012046,2003,32,0,Scout for new members? The more the merrier! ♪,,1 +12,47,40012047,2003,33,0,Let's check out the new information. Time is often wasted when you don't do your homework.,,1 +12,48,40012048,2003,34,0,"An event is in progress? Seeing as we're here already, why don't we check it out?",,1 +12,49,40012049,2003,35,0,Just what path will Aqours lead now?,,1 +12,50,40012050,2003,36,0,How are your friends?,,1 +12,51,40012051,2003,37,0,Want to check on your club members? You really like to do your homework! ♪,,1 +12,52,40012052,2003,46,0,"I'm Kanan Matsuura, third year at Uranohoshi Girls' High School. I suddenly became a school idol. I'll give it my all!",,1 +12,53,40012053,2003,46,0,You see that diving shop over there? My family runs it. We should go diving sometime! ♪,,1 +12,54,40012054,2003,46,0,I hope I can be as charming as Chika as a school idol someday.,,1 +12,55,40012055,2003,47,0,Here I go!,,1 +12,56,40012056,2003,48,0,This is it!,,1 +12,57,40012057,2003,49,0,Let's sing! ♪,,1 +12,58,40012058,2003,40,0,"Let's go, Aqours!",,1 +12,59,40012059,2003,40,0,It's time for the live show!,,1 +12,60,40012060,2003,40,0,Let's keep our cool and do this! ♪,,1 +12,61,40012061,2003,38,0,A successful live show! Good job!,,1 +12,62,40012062,2003,38,0,Thanks for saving me! ♪,,1 +12,63,40012063,2003,38,0,I hope our performance reached the audience.,,1 +12,64,40012064,2003,38,0,"Group hug, Aqours! ♪",,1 +12,65,40012065,2003,38,0,"Yeah, that went well!",,1 +12,66,40012066,2003,39,0,Don't worry!,,1 +12,67,40012067,2003,39,0,It's fine. I don't count that as a failure.,,1 +12,68,40012068,2003,41,0,Let's keep on doing our best.,,1 +12,69,40012069,2003,41,0,Could we make our performance any better?,,1 +12,70,40012070,2003,41,0,Being a school idol is so much fun!,,1 +12,71,40012071,2003,41,0,I'll always be by your side! ♪,,1 +12,72,40012072,2003,41,0,Tell me about yourself.,,1 +12,73,40012073,2003,41,0,Good work! That was fun.,,1 +12,74,40012074,2003,41,0,I want to sing more! ♪,,1 +12,75,40012075,2003,42,0,I'm so happy. Let's hug! ♪,,1 +12,76,40012076,2003,42,0,I didn't think we could convey our feelings so well.,,1 +12,77,40012077,2003,42,0,I think we can get even more popular.,,1 +12,78,40012078,2003,42,0,Is this what love feels like?,,1 +12,79,40012079,2003,42,0,I'll stay by your side forever.,,1 +12,80,40012080,2003,42,0,I'm so happy.,,1 +12,81,40012081,2003,42,0,This is so awesome! ♪,,1 +12,82,40012082,2003,43,0,What do you think?,,1 +12,83,40012083,2003,44,0,I'm not done yet!,,1 +12,84,40012084,2003,45,0,"Aqours, let's do it!",,1 +12,85,40012085,2003,23,1,Happy New Year! I really hope we can continue to improve together this year.,,1 +12,86,40012086,2003,23,2,It's Setsubun. I wonder if we could reconcile with the ogres rather than chasing them away?,,1 +12,87,40012087,2003,23,3,I want to give you some chocolate to thank you for all your support.,,1 +12,88,40012088,2003,23,4,We had Hina dolls in our house ever since I was little. I wonder if they watched me grow year by year.,,1 +12,89,40012089,2003,23,5,"A Valentine's return gift? Hehe, thanks. This relationship of ours warms my heart! ♪",,1 +12,90,40012090,2003,23,6,"Here, have some Kashiwamochi. Eat a lot and grow a lot, or so they say!",,1 +12,91,40012091,2003,23,7,"It's the Star Festival. If I was Orihime, I think I'd swim to the Milky Way by myself! ♪",,1 +12,92,40012092,2003,23,8,It's the height of summer. ♪ Do you think the ocean is happy to have so many people swimming in it?,,1 +12,93,40012093,2003,23,9,Do you have moon dumplings? Both the moon and Mt. Fuji should be clearly visible now. Let's hurry! ♪,,1 +12,94,40012094,2003,23,10,Happy Halloween! ♪ I've never had such a stylish event before. It's so fun! ♪,,1 +12,95,40012095,2003,23,11,Merry Christmas! ♪ I wish Aqours could gift everyone their dreams.,,1 +12,96,40012096,2003,23,12,We have to clean all the places that helped us this year. Let's give it our all! ♪,,1 +12,97,40012097,2003,23,22,"Happy birthday, Chika! I used to love you like a younger sister, but you're becoming more and more reliable.",,1 +12,98,40012098,2003,23,23,"It's Riko's birthday today. She may be young and sensitive, but she's reliable and determined.",,1 +12,99,40012099,2003,23,24,"Hehe, I'm both happy and embarrassed that so many people are wishing me well on my birthday. Thanks!",,1 +12,100,40012100,2003,23,25,I hope Dia likes her birthday present this year! ♪ I prepare it well in advance every year.,,1 +12,101,40012101,2003,23,26,"Happy birthday, You! I would never have imagined being a school idol with you this time last year.",,1 +12,102,40012102,2003,23,27,"I've never been around anyone like you before. You're so fun! Happy birthday, Yohane!",,1 +12,103,40012103,2003,23,28,Ruby suggested that we make a bookmark for Hanamaru's birthday. ♪,,1 +12,104,40012104,2003,23,29,I'm looking forward to the big surprise everyone in Aqours thought up for Mari's birthday. ♪,,1 +12,105,40012105,2003,23,30,"Happy birthday, Ruby. You have really worked hard to match up to Dia.",,1 +12,106,40012106,2003,23,52,Thank you so much for coming today! I'm expecting a great write up. ♪ Make sure you enjoy the event!,,223062402 +12,107,40012107,2003,23,53,"When I read your articles, you always know how to express what we want to say. I hope you can do...",,223101514 +13,1,40013001,2004,0,0,"I have a little sister named Ruby. Although she can be a bit rash, please look after her.",,1 +13,2,40013002,2004,1,0,"Oh, the snack for today is pudding. ♡...Sorry, I do not know what came over me.",,1 +13,3,40013003,2004,0,0,"I can wear frilly and glittering outfits perfectly. Hehe, the material is nice.",,1 +13,4,40013004,2004,1,0,Each student should put in effort so that the three years they spend at Uranohoshi Girls’ High School is an enjoyable one.,,1 +13,5,40013005,2004,0,0,Success is the only thing worthy for the Kurosawa family. Please remember that.,,1 +13,6,40013006,2004,1,0,"I will participate in a little training after this. Oh, you wish to observe me? Hehe, every once in awhile is all right. ♪",,1 +13,7,40013007,2004,2,0,"School idols are fine, but please try to achieve excellent marks on your studies.",,1 +13,8,40013008,2004,3,0,"When Ruby was younger...she was far too adorable! Well, she is still is, of course. ♪",,1 +13,9,40013009,2004,4,0,I will not betray everyone's expectations. ♪ I am looking forward to your continuous support towards School Idol Aqours!,,1 +13,10,40013010,2004,5,0,"All the members of Aqours are quite charming, wouldn't you agree? ♪ I wish for more people to know about us.",,1 +13,11,40013011,2004,6,0,Have you grown tired of hearing stories about Ruby when she was young? Then I shall tell you all about the current Ruby. ♪,,1 +13,12,40013012,2004,7,0,You understand me so well. I would like to learn more about you as well. ♡,,1 +13,13,40013013,2004,8,0,"I am aiming directly for your heart! Hehe... That is a joke, of course.",,1 +13,14,40013014,2004,9,0,Aqours must try their hardest. Will you also join us?,,1 +13,15,40013015,2004,10,0,"I will not allow you to go anywhere! Or I should say, please stay by my side.",,1 +13,16,40013016,2004,11,0,I wish to cherish every second so that I will not live with any regrets.,,1 +13,17,40013017,2004,12,0,Let us give our all during today's lesson. ♪ Please put in effort into your studies as well.,,1 +13,18,40013018,2004,13,0,Good work today. Would you care to share a cup of green tea with me? ♪,,1 +13,19,40013019,2004,14,0,Good morning. What does today's schedule look like?,,1 +13,20,40013020,2004,15,0,"After today's dance lesson I shall go do my training. If you are free, would you care to come?",,1 +13,21,40013021,2004,16,0,Today was a fulfilling day. I am looking forward to seeing you tomorrow as well. ♪,,1 +13,22,40013022,2004,17,0,Oh...you cannot sleep? I can lend an ear if something is on your mind.,,1 +13,23,40013023,2004,19,0,"It is the height of spring. With beautiful dancing petals, please enjoy Aqours on stage. ♪",,1 +13,24,40013024,2004,20,0,"We were raised in a beach town, so of course summer suits Aqours perfectly. Please enjoy our performances to your heart's content this summer. ♪",,1 +13,25,40013025,2004,21,0,"Practice is important, but please do not neglect your studies. I will not tolerate repeating a school year!",,1 +13,26,40013026,2004,22,0,This winter is more spirited than usual. I suppose the liveliness is not bad.,,1 +13,27,40013027,2004,18,0,"I have many skills, so if you are ever in a bind, please feel free to consult with me.",,1 +13,28,40013028,2004,18,0,Today I am busy with my student council duties. Can we do this another time?,,1 +13,29,40013029,2004,18,0,Hehehe. If you are staring that hard...my face must be really beautiful?,,1 +13,30,40013030,2004,18,0,Ahh! That is rather sneaky of you to tickle me!,,1 +13,31,40013031,2004,18,0,I do not wish to help you with your assignments! You should do it by yourself.,,1 +13,32,40013032,2004,18,0,Are you perhaps...failing your classes? I have no choice... I suppose I can assist you with your studies a bit.,,1 +13,33,40013033,2004,18,0,"I do not have time to waste. If you have something to say, I advise you to say it now.",,1 +13,34,40013034,2004,18,0,What is it? I hope you are prepared if you continue touching me any further.,,1 +13,35,40013035,2004,18,0,"You are rather obstinate. Well, I suppose I shall allow it for a little longer.",,1 +13,36,40013036,2004,18,0,I suppose speaking with you...is not too bad.,,1 +13,37,40013037,2004,18,0,"My, why must you do such shameless things?!",,1 +13,38,40013038,2004,24,0,You have unread stories. Have I not said how it is not good to accumulate such things?,,1 +13,39,40013039,2004,25,0,"If you have goals to complete, then I shall finish them before you can even blink.",,1 +13,40,40013040,2004,26,0,"I would like to go on the next live show! Well then, let us restart! ♪",,1 +13,41,40013041,2004,27,0,I am ready for a live show at any time once I recover my energy.,,1 +13,42,40013042,2004,28,0,"Rather than simply doing several live shows, I wish to aim for the stars with my performance.",,1 +13,43,40013043,2004,29,0,Wonderful performances are achieved through daily devotion.,,1 +13,44,40013044,2004,30,0,Special practice? That has a nice ring to it. I am interested.,,1 +13,45,40013045,2004,31,0,It would appear you have a present. Be sure to gratefully accept their kind gesture.,,1 +13,46,40013046,2004,32,0,Members are the most important when it comes to club activities. So please take Scouting seriously.,,1 +13,47,40013047,2004,33,0,Please confirm the details of the new information. Everything takes place after gathering information after all.,,1 +13,48,40013048,2004,34,0,"An event is being held. ♪ You intend to participate, correct?",,1 +13,49,40013049,2004,35,0,"Our story. Hehe, I am certain it will not bore you. ♪",,1 +13,50,40013050,2004,36,0,How are your friends? Be sure to confirm their situation in detail.,,1 +13,51,40013051,2004,37,0,You can confirm the member's list here. Be sure to inform me right away.,,1 +13,52,40013052,2004,46,0,"I am Dia Kurosawa, student council president and third year student at Uranohoshi Girls’ High School. Pleased to meet you. ♪",,1 +13,53,40013053,2004,46,0,"Becoming a school idol may be inordinate thinking, but there are some who have this dream.",,1 +13,54,40013054,2004,46,0,"My family is involved in various businesses, so I have a busy life.",,1 +13,55,40013055,2004,47,0,I have arrived!,,1 +13,56,40013056,2004,48,0,Leave it to me. ♪,,1 +13,57,40013057,2004,49,0,This will be the deciding factor!,,1 +13,58,40013058,2004,40,0,Are you ready?,,1 +13,59,40013059,2004,40,0,Allow me. I shall do it to the very end!,,1 +13,60,40013060,2004,40,0,Please look forward to my magnificent techniques.,,1 +13,61,40013061,2004,38,0,We successfully completed the live show. That goes without saying.,,1 +13,62,40013062,2004,38,0,I am looking forward to your continuous support.,,1 +13,63,40013063,2004,38,0,Will you fully enjoy our next live show?,,1 +13,64,40013064,2004,38,0,Perhaps I should compliment Ruby more?,,1 +13,65,40013065,2004,38,0,"Yes, victory suits us perfectly. ♪",,1 +13,66,40013066,2004,39,0,This cannot be... There must be some mistake!,,1 +13,67,40013067,2004,39,0,How frustrating... I will succeed next time for sure!,,1 +13,68,40013068,2004,41,0,I am top-ranked even as a school idol. ♪,,1 +13,69,40013069,2004,41,0,"Your support is rather good, isn't it?",,1 +13,70,40013070,2004,41,0,Aqours has taken another step forward towards success.,,1 +13,71,40013071,2004,41,0,Hehehe... That was fun. ♡,,1 +13,72,40013072,2004,41,0,Would you come spend time with me again?,,1 +13,73,40013073,2004,41,0,This is a personal connection...isn't it?,,1 +13,74,40013074,2004,41,0,I believe I am a bit more interested in you now.,,1 +13,75,40013075,2004,42,0,Have you...fallen for me that much?,,1 +13,76,40013076,2004,42,0,To think...I would be charmed by you.,,1 +13,77,40013077,2004,42,0,"This bond is not something you can easily break, all right?",,1 +13,78,40013078,2004,42,0,This is another step forward.,,1 +13,79,40013079,2004,42,0,Please continue to move forward together with me.,,1 +13,80,40013080,2004,42,0,You are not someone...I can leave alone.,,1 +13,81,40013081,2004,42,0,Please stay...by my side...,,1 +13,82,40013082,2004,43,0,"Go, Aqours!",,1 +13,83,40013083,2004,44,0,I want to send my feelings...,,1 +13,84,40013084,2004,45,0,"Please, by any means...",,1 +13,85,40013085,2004,23,1,Happy New Year. Let us spread more marvellous school idol live shows this year as well. ♪,,1 +13,86,40013086,2004,23,2,"Ruby! You must show more spirit for Setsubun! Gracious... Would you say something to her, too?",,1 +13,87,40013087,2004,23,3,"I'm not the one to receive chocolates, but I must give them to you? I suppose there is no way around it...",,1 +13,88,40013088,2004,23,4,"Ever since I was a child, people would often say I resembled the Hina dolls. I'm certain that means I am radiant, right? ♪",,1 +13,89,40013089,2004,23,5,You want to give me chocolates as a return gift?! I...I do not recall giving you any ch-chocolate.,,1 +13,90,40013090,2004,23,6,"Children's Day? Oh, a day for Ruby. I believe she will always remain childish.",,1 +13,91,40013091,2004,23,7,It is the Star Festival. If I was Orihime would you be Hiki... It's nothing. I was just speaking to myself.,,1 +13,92,40013092,2004,23,8,Today is Marine Day. My family is having a grand event at their facility.,,1 +13,93,40013093,2004,23,9,Chika! You must place the moon dumplings on more carefully! Goodness... How unrefined.,,1 +13,94,40013094,2004,23,10,Eek... A r-red ghost?! Somebody help!,,1 +13,95,40013095,2004,23,11,"Hehe. Of course, Santa will visit my home, as I have been nothing but an angel.",,1 +13,96,40013096,2004,23,12,Ruby can be rather clumsy... But it is thanks to her that I was given a new view this year.,,1 +13,97,40013097,2004,23,22,"Chika, the reason why we are even able to be active in Aqours is thanks to you. Happy birthday.",,1 +13,98,40013098,2004,23,23,"Happy Birthday, Riko. I am amazed every time by your musical talent.",,1 +13,99,40013099,2004,23,24,"How many years has it been since I celebrated your birthday with you, Kanon? I hope we can share many more to come. ♪",,1 +13,100,40013100,2004,23,25,With such a magnificent celebration I will be looking forward to my birthday every year from now on!,,1 +13,101,40013101,2004,23,26,"All the preparations are done for You's birthday party to be held on a ferry! Now, why don't we call her? ♪",,1 +13,102,40013102,2004,23,27,"Yoshiko, it is time to blow out your birthday candles... What do you mean by flames of purgatory?! What are you going to do with more fire?",,1 +13,103,40013103,2004,23,28,Ruby suggested that I get Hanamaru a bookmark for her birthday. It is perfect for a bookworm like her. ♪,,1 +13,104,40013104,2004,23,29,"Mari, we cannot have the star of today's birthday party be late! Come now, let us begin. ♪",,1 +13,105,40013105,2004,23,30,"Ruby, you have grown greatly not only as a school idol but as a person, too. Happy birthday.",,1 +13,106,40013106,2004,23,52,I'm ready to take any questions you might have. So don't hesitate to ask anything! ♪,,223062402 +13,107,40013107,2004,23,53,"You've helped all of us in Aqours to feel so uplifted, including me. Thank you.",,223101514 +14,1,40014001,2005,0,0,My dad is the captain of a ferry. Do you want to ride with me next time? The ocean breeze feels great. ♪,,1 +14,2,40014002,2005,1,0,That's right. What do you think about Aqours having a performance on a ship? I have big dreams. ♪,,1 +14,3,40014003,2005,0,0,"I love that captains, swimmers, and school idols all need uniforms. Getting dolled up and cute is the best! ♪",,1 +14,4,40014004,2005,1,0,Swimming pratice is really fun and so is Aqours practice! Having fun makes me so happy!,,1 +14,5,40014005,2005,0,0,"I'm a swimmer and a school idol, but I do both to the fullest!",,1 +14,6,40014006,2005,1,0,Kanon's weather predictions are usually right. She said to leave the weather reporting to her!,,1 +14,7,40014007,2005,2,0,Finisheeed! Nothing compares to the excitement I get when I complete a costume. ♪,,1 +14,8,40014008,2005,3,0,Chika's family has a dog named Shiitake. When you see the little mushroom on her collar you'll know it's her. ♪,,1 +14,9,40014009,2005,4,0,I will run through the stage full of energy! Aye aye! Full speed ahead!,,1 +14,10,40014010,2005,5,0,"As long as it's Aqours, we'll be able to reach any sky-high goal. Just thinking about it gets me excited. ♪",,1 +14,11,40014011,2005,6,0,I think the happiest moments are when we have fun together. ♪,,1 +14,12,40014012,2005,7,0,I know you're always trying your best. Good work. ♪,,1 +14,13,40014013,2005,8,0,"Ehehe, whenever we're together my heart feels like it's souring high in the sky. ♪",,1 +14,14,40014014,2005,9,0,The view from the top of the stage is so pretty! I wonder how I look from your point of view?,,1 +14,15,40014015,2005,10,0,I'm not alone. Just thinking like this gives me courage. Thanks. ♡,,1 +14,16,40014016,2005,11,0,"Let's do our best. For school idols, the world is our oyster, so we must forge ahead toward our future!",,1 +14,17,40014017,2005,12,0,"You know, I'm pretty fit. Ehehe, do you want to touch my muscles?",,1 +14,18,40014018,2005,13,0,"We had a good lesson today. ♪ Let's work hard tomorrow, too!",,1 +14,19,40014019,2005,14,0,Morning! Do you want to watch the morning sky with me?,,1 +14,20,40014020,2005,15,0,The weather is so nice... Should we go swimming?,,1 +14,21,40014021,2005,16,0,You're not tired? Don't wear yourself out.,,1 +14,22,40014022,2005,17,0,The sea at night is pretty...but maybe we should sleep soon?,,1 +14,23,40014023,2005,19,0,"Ahh, the weather is perfect! We can't let this day go to waste, so do you want to go swimming in the sea?",,1 +14,24,40014024,2005,20,0,"The ocean in the summer is the best! You might prefer the city, but for me, these waters are second to none! ♪",,1 +14,25,40014025,2005,21,0,The ocean changes so much with time and weather. Maybe I can show you just how many faces the ocean can have.,,1 +14,26,40014026,2005,22,0,Hm? I guess if we go in the ocean now it will be pretty cold...,,1 +14,27,40014027,2005,18,0,"Instead of doing things alone, if we combine our strength we can do anything!",,1 +14,28,40014028,2005,18,0,Are you worried about the weather? Then I will watch the movement of the clouds!,,1 +14,29,40014029,2005,18,0,What's wrong? Do you want to do high diving with me?,,1 +14,30,40014030,2005,18,0,Ah! Don't go tickling meee.,,1 +14,31,40014031,2005,18,0,You scared me! You'll mess up my form if you touch me suddenly.,,1 +14,32,40014032,2005,18,0,Hm? What is it?,,1 +14,33,40014033,2005,18,0,"If you're bored, do you want to go for a dip? It's fun thinking about which fish I would like to become. ♪",,1 +14,34,40014034,2005,18,0,"Hey. Even if you're bored, you don't have to pull on me like that.",,1 +14,35,40014035,2005,18,0,There there... I can't help but give in when you ask like that.,,1 +14,36,40014036,2005,18,0,Ehehe... I'm embarrassed.,,1 +14,37,40014037,2005,18,0,"No, no, no, no, no! You shouldn't do something like that in public!",,1 +14,38,40014038,2005,24,0,"You have unread stories. Well, now you know, you should read them.",,1 +14,39,40014039,2005,25,0,"Goals, huh? If you start small and work your way up, then you can make big dream come true.",,1 +14,40,40014040,2005,26,0,"Since I'm free, I want to do a live show. How about you?",,1 +14,41,40014041,2005,27,0,"I can still dance, so let's do another live show!",,1 +14,42,40014042,2005,28,0,"I promise to show you the best live show, so will you lend your strength?",,1 +14,43,40014043,2005,29,0,"I'll join you, so let's practice together.",,1 +14,44,40014044,2005,30,0,"Looks like we can do some special practice! You seem strong, so let's check it out!",,1 +14,45,40014045,2005,31,0,It looks like you got a present. How exciting.,,1 +14,46,40014046,2005,32,0,"Make sure to get some Scouting done, so we can continue with our club activities.",,1 +14,47,40014047,2005,33,0,"You got new info. I don't know much about it, so you should check it out.",,1 +14,48,40014048,2005,34,0,"Oh, an event... Since it's here, we should check it out!",,1 +14,49,40014049,2005,35,0,It looks like you can read an Aqours story. For some reason it's a little embarrassing.,,1 +14,50,40014050,2005,36,0,You should see how your friends are doing. School idols help each other out no matter what.,,1 +14,51,40014051,2005,37,0,This is the member's list. I wonder if everyone is doing well.,,1 +14,52,40014052,2005,46,0,"I'm You Watanabe. It's embarrassing to say, but I'm striving to become an amazing school idol!",,1 +14,53,40014053,2005,46,0,One of my skills is that I'm good at high diving! Next time let's swim together at Uranohoshi's pool. ♪,,1 +14,54,40014054,2005,46,0,I'm Uranohoshi Girls’ High School school idol from Aqours! I'll set sail and shoot for the stars!,,1 +14,55,40014055,2005,47,0,Aye aye!,,1 +14,56,40014056,2005,48,0,Let's do this!,,1 +14,57,40014057,2005,49,0,I'll show you Aqours' strength!,,1 +14,58,40014058,2005,40,0,I'll do my best!,,1 +14,59,40014059,2005,40,0,The live show is starting!,,1 +14,60,40014060,2005,40,0,Full speed ahead! Time to enjoy the live show!,,1 +14,61,40014061,2005,38,0,A spectacular live show! We were on our toes. ♪,,1 +14,62,40014062,2005,38,0,I want to share Aqours' songs with everyone.,,1 +14,63,40014063,2005,38,0,That was exciting!,,1 +14,64,40014064,2005,38,0,You give amazing support.,,1 +14,65,40014065,2005,38,0,Looking forward to your continued support. ♪,,1 +14,66,40014066,2005,39,0,I'm sure we'll do better next time!,,1 +14,67,40014067,2005,39,0,Ugh... I think I'm going to be seasick...,,1 +14,68,40014068,2005,41,0,Thank you! I salute you!,,1 +14,69,40014069,2005,41,0,I'm not scared of anything as long as I'm with everyone. ♪,,1 +14,70,40014070,2005,41,0,Great work! Let's take a breather now.,,1 +14,71,40014071,2005,41,0,Being a school idol is just so fun!,,1 +14,72,40014072,2005,41,0,Aye aye! From now on it's going to be a fun voyage!,,1 +14,73,40014073,2005,41,0,"Doing it alone is lonely, so thanks.",,1 +14,74,40014074,2005,41,0,Things are only going to get more exciting from here on!,,1 +14,75,40014075,2005,42,0,I love you... Just kidding.,,1 +14,76,40014076,2005,42,0,Please stay by my side every day from now on.,,1 +14,77,40014077,2005,42,0,I would be happy if I could encourage someone when performing with Aqours.,,1 +14,78,40014078,2005,42,0,"Ehehe, have you fallen for me?",,1 +14,79,40014079,2005,42,0,Next time it'll be my turn to help you out.,,1 +14,80,40014080,2005,42,0,Thank you for always lending a hand. ♪,,1 +14,81,40014081,2005,42,0,I'm so happy I could do a reverse somersault!,,1 +14,82,40014082,2005,43,0,Full speed ahead!,,1 +14,83,40014083,2005,44,0,Let's shine like a star. ♪,,1 +14,84,40014084,2005,45,0,Let's go!,,1 +14,85,40014085,2005,23,1,Happy New Year! I'll do my best to be a cheerful and friendly school idol this year too!,,1 +14,86,40014086,2005,23,2,"Ehehe, I'm going to wear this ogre mask and surprise everyone. ♪",,1 +14,87,40014087,2005,23,3,"Happy Valentines Day. ♡ This doesn't really suit me, does it?",,1 +14,88,40014088,2005,23,4,"All of the members will be Hina dolls? Just one person is fine... Oh, well!",,1 +14,89,40014089,2005,23,5,"Is this a return present for V-Valentines Day?! Of course I'm happy, but I feel like I might end up grinning like a idiot!",,1 +14,90,40014090,2005,23,6,"It's Children's Day... I'm not a kid, so it has nothing to do with me... Hm? You don't think so?",,1 +14,91,40014091,2005,23,7,"The weather in summer changes a lot, but... It looks like we can see the Milky Way today!",,1 +14,92,40014092,2005,23,8,"Aye aye! We just have to go in the ocean on Marine Day! Come on, let's go!",,1 +14,93,40014093,2005,23,9,"On the Harvest Festival we can see the full moon and pampas grass. Ah, I think fall is so wonderful!",,1 +14,94,40014094,2005,23,10,"My costume for Halloween? I think I'll be a ghost ship! Well... I guess wearing a ship would be a bit hard, huh?",,1 +14,95,40014095,2005,23,11,Merry Christmas! I feel like Aqours got a lot of dreams fulfilled this year which is the best present. ♪,,1 +14,96,40014096,2005,23,12,"The temple bell is about to ring for New Year's Eve. Hey, let's count how many times they ring it. ♪",,1 +14,97,40014097,2005,23,22,"Happy birthday, Chika! It's super duper fun being in the same school club as you!",,1 +14,98,40014098,2005,23,23,"Riko, happy birthday! The songs you make fit Aqours perfectly. I love them.",,1 +14,99,40014099,2005,23,24,Today's Kanon's birthday! We all prepared a special present for her. ♪,,1 +14,100,40014100,2005,23,25,"Look, look! I got a hair accessory for Dia's birthday. ♪ Isn't the gift wrap cute?",,1 +14,101,40014101,2005,23,26,If you congratulate me so formally I'll get embarrassed... Thank you. I love you guys!,,1 +14,102,40014102,2005,23,27,Today's Yoshiko's... I mean Yohane's birthday! I wonder if the moon will gleam bright tonight?,,1 +14,103,40014103,2005,23,28,Hanamaru really liked her birthday present. ♪ I'm glad I put extra care into wrapping it.,,1 +14,104,40014104,2005,23,29,"Happy Birthday, Mari! For your birthday party we're going to have seafood yo-kisoba as a treat.",,1 +14,105,40014105,2005,23,30,"Ruby, happy birthday! We should go shopping for costume fabric together again. ♪",,1 +14,106,40014106,2005,23,52,Thank you for coming! I'll do my best together with everyone. So you'd better write a good piece!,,223062402 +14,107,40014107,2005,23,53,Your writing is SO great! You have the most unique angles on things... I wonder what you're going to come up with next...,,223101514 +15,1,40015001,2006,0,0,Hehe. ♪ Would care to descend with Yohane?,,1 +15,2,40015002,2006,1,0,"Little demon, would you accompany me to acquire some items? If you decline I will place a curse on you!",,1 +15,3,40015003,2006,0,0,"Hey, don't call me Yoshiko!",,1 +15,4,40015004,2006,1,0,Heh heh. It would seem as if you are charmed by Yohane's cuteness. ♪,,1 +15,5,40015005,2006,0,0,You know Yohane was cast from the heavens for being too beautiful. You may call me an accursed beauty. ♪,,1 +15,6,40015006,2006,1,0,"Even if I am cursed with this demonic bad luck, I have no regrets. And you are proof of that, little demon. ♡",,1 +15,7,40015007,2006,2,0,"Heh heh... An adorable fallen angel, huh? ♪ You can declare that from your lips forevermore. ♡",,1 +15,8,40015008,2006,3,0,"I can teach you the ways of the netherworld, but... You must form a loyal pact with me. ♡",,1 +15,9,40015009,2006,4,0,"O bearer of little demon's fate! Head the sacred words of Yohane, master of thy soul.",,1 +15,10,40015010,2006,5,0,"Yohane is an unconfined fallen angel! So you must draw your gaze on me, or I spread my wings of darkness and go to another realm.",,1 +15,11,40015011,2006,6,0,"You must desire my heart, little demon. Hehehe... But do you possess the courage to descend to the netherworld?",,1 +15,12,40015012,2006,7,0,"Hehe. Aren't you obedient, little demon. ♪ I will dote on you for today. ♡",,1 +15,13,40015013,2006,8,0,How strange. Your words are the only one's I can honestly accept.,,1 +15,14,40015014,2006,9,0,"No, You must stay by my side! You are my special little demon after all. ♡",,1 +15,15,40015015,2006,10,0,Spending time with you... I guess it's not bad.,,1 +15,16,40015016,2006,11,0,It's everyone's beloved one. ♪ It seems like everyone so bewitched they can't get enough of Yohane. ♡,,1 +15,17,40015017,2006,12,0,The reason why I'm alone... it's not because I don't have any friends or anything!,,1 +15,18,40015018,2006,13,0,"The evening sun is falling, and the moon is shining. Now, my time has come. ♪",,1 +15,19,40015019,2006,14,0,Wahhh! W-Who made a pitfall in a place like this?!,,1 +15,20,40015020,2006,15,0,I'm confident in my singing and dancing. Will you join me in the lesson?,,1 +15,21,40015021,2006,16,0,"A sky full of stars on the beach... Heh heh, I'm is being illuminated.",,1 +15,22,40015022,2006,17,0,The fallen angel Yohane is most busy at the dead of night. ♪ I must perform several rituals!,,1 +15,23,40015023,2006,19,0,The warmth of spring is finally here. Achoo! Why is it chilly even in spring?,,1 +15,24,40015024,2006,20,0,"It's summer. Will you descend on the beach with me? Oh, but it looks like a typoon is coming!",,1 +15,25,40015025,2006,21,0,"In autumn, I recite my fallen angel poems daily. You should study, too.",,1 +15,26,40015026,2006,22,0,It's cold... But it's not that freezing since I can feel the radiant rays of the sun. ♪,,1 +15,27,40015027,2006,18,0,You have some nerve trying to make the mighty Yohane be your servant.,,1 +15,28,40015028,2006,18,0,Yes? Do you need something from me?,,1 +15,29,40015029,2006,18,0,Y-Yoshiko?! I don't know her. That's a name I am unfamiliar with!,,1 +15,30,40015030,2006,18,0,"Ahh, haha. Hahaha! To think you would tickle this fallen angel and make her laugh...I'm impressed.",,1 +15,31,40015031,2006,18,0,Eeekkk! Was that you? Don't scare me like that!,,1 +15,32,40015032,2006,18,0,"If you interfere with Yohane any more than this, then you will face the worst demonic thing to ever occur!",,1 +15,33,40015033,2006,18,0,Er... Quit calling me Y-Yoshi... by that name.,,1 +15,34,40015034,2006,18,0,If you call me Y-Yoshiko... I will never curse you!,,1 +15,35,40015035,2006,18,0,You sure are persistent. Did you perhaps become the fallen angel Yohane's prisoner?,,1 +15,36,40015036,2006,18,0,"Eek! W-Why must you touch me like that... And no, I'm not nervous.",,1 +15,37,40015037,2006,18,0,"Do you wish to learn Yohane's secret? Heh heh, since we are in the presence of others I can't tell you. ♪",,1 +15,38,40015038,2006,24,0,"You have an unread story. Heh, not reading Aqours sacred writings is foolish.",,1 +15,39,40015039,2006,25,0,Goals? As a fallen angel I have no interest in such things.,,1 +15,40,40015040,2006,26,0,Heh. Do not lump me with the humans of this world. Yohane can perform many live shows. ♪,,1 +15,41,40015041,2006,27,0,"You are not an immortal being, so you must cherish your time. Come now, let's hurry on to the live show.",,1 +15,42,40015042,2006,28,0,Hehehe. The stage is eagerly awaiting for the fallen angel Yohane!,,1 +15,43,40015043,2006,29,0,"If you want to practice, then you should just do it.",,1 +15,44,40015044,2006,30,0,"Special practice? I am an ethereal existence, so of course I can do it. ♡",,1 +15,45,40015045,2006,31,0,"You got a present from a little demon! Oh, I'm so wicked.",,1 +15,46,40015046,2006,32,0,Yohane's minions are also in the middle of recruiting club members. Make sure to Scout. ♪,,1 +15,47,40015047,2006,33,0,New info? Is it a sacrificial love song for me?,,1 +15,48,40015048,2006,34,0,An event is in progress. If you reaaallly want to participate then I will go with you.,,1 +15,49,40015049,2006,35,0,"A story about the fallen angel and little demons... Heh heh, it should be fun. ♪",,1 +15,50,40015050,2006,36,0,Friends? Do you mean little demons?,,1 +15,51,40015051,2006,37,0,This is the list of little demons. ♪ All of you should get along. ♪,,1 +15,52,40015052,2006,46,0,"It is I, the fallen angel Yohane. ♡ This human form is my temporary vessel. ♡",,1 +15,53,40015053,2006,46,0,"I, Yohane am the fallen angel who swooped down to Uchiura with her jet-black wings. ♪ Nice to meet you. ♪",,1 +15,54,40015054,2006,46,0,"You must make sure to call me Yohane. If you don't, then I will have my little demons deal with you!",,1 +15,55,40015055,2006,47,0,"Come, little demon. ♪",,1 +15,56,40015056,2006,48,0,Listen to Yohane's song. ♡,,1 +15,57,40015057,2006,49,0,Yohane is destined for this. ♪,,1 +15,58,40015058,2006,40,0,"Let's go, Aqours. ♡",,1 +15,59,40015059,2006,40,0,Let us descend on the live show. ♪,,1 +15,60,40015060,2006,40,0,I will grant you the privilege of hearing my song.,,1 +15,61,40015061,2006,38,0,Have you gotten used to being a little demon?,,1 +15,62,40015062,2006,38,0,Allow me to be an existence that transcends humans. ♪,,1 +15,63,40015063,2006,38,0,Everyone must be under my charming spell. ♡,,1 +15,64,40015064,2006,38,0,I shall let you be condemned to the pits of the netherworld. ♪,,1 +15,65,40015065,2006,38,0,Aqours live show is as wondrous as the netherworld.,,1 +15,66,40015066,2006,39,0,Has my sacred song been carved into the hearts of this world?,,1 +15,67,40015067,2006,39,0,Ugh... It seems God's wrath has extended this far!,,1 +15,68,40015068,2006,41,0,"I am such a sinful fallen angel, aren't I? ♪",,1 +15,69,40015069,2006,41,0,Heh heh. Have you fallen for me?,,1 +15,70,40015070,2006,41,0,Yay. ♪ You've accumulated bonding points.,,1 +15,71,40015071,2006,41,0,Look forward to my special powers. ♪,,1 +15,72,40015072,2006,41,0,You've become a pretty fantastic demon. ♪,,1 +15,73,40015073,2006,41,0,I guess I can approve of you every once in a while. ♪,,1 +15,74,40015074,2006,41,0,"For little demons, this is a nice accomplishment.",,1 +15,75,40015075,2006,42,0,That's fine. Yohane can forge a contract with you. ♪,,1 +15,76,40015076,2006,42,0,"When I am condemned, I will take you with me. ♪",,1 +15,77,40015077,2006,42,0,You cannot break the bond of our pact we formed. ♪,,1 +15,78,40015078,2006,42,0,"I wanted to make your heart skip a beat, but mine did instead...",,1 +15,79,40015079,2006,42,0,Your bond points are maxed out.,,1 +15,80,40015080,2006,42,0,I really love... l-love to make you a super little demon!,,1 +15,81,40015081,2006,42,0,The fallen angel Yohane is happy to be in your presence...is what you thought I'd say!,,1 +15,82,40015082,2006,43,0,Wonderful. ♪,,1 +15,83,40015083,2006,44,0,Let us descend together. ♪,,1 +15,84,40015084,2006,45,0,"Dance, my jet-black wings!",,1 +15,85,40015085,2006,23,1,"Heh, looking at a lucky charm makes my heart tighten. Is it because I'm a fallen angel?",,1 +15,86,40015086,2006,23,2,Out with good fortune! I'm a twinkling star and fallen angel Yohane! ☆,,1 +15,87,40015087,2006,23,3,"Here's some demon chocolate. ♡ If you eat it, you will descend to the netherworld. ♡",,1 +15,88,40015088,2006,23,4,The Hina Festival? But how about celebrating the fallen angel festival? It's super popular in the netherworld.,,1 +15,89,40015089,2006,23,5,"Is this return chocolate? Heh heh, I commend you for paying tribute to Yohane. ♪",,1 +15,90,40015090,2006,23,6,"Children's Day? Descending with kids would be pretty bad, huh?",,1 +15,91,40015091,2006,23,7,"Starlight, star bright, I wish you'd stop these earthy minions from calling me Yoshiko, all right?",,1 +15,92,40015092,2006,23,8,Marine Day perfectly suits Aqours. Let's descend to the depths of the ocean. ♡,,1 +15,93,40015093,2006,23,9,"Moon dumplings? I don't know if it's a custom in the human world, but I'll use them for a demonic ritual... Are they eyeballs?! Oh, they just look like them.",,1 +15,94,40015094,2006,23,10,Eeeeeekkkkkk! A g-ghost?!,,1 +15,95,40015095,2006,23,11,"To think you would visit me on Christmas... Heh, you must be prepared to descend to the netherworld of love with me. ♡",,1 +15,96,40015096,2006,23,12,"Next year... Just once, I would like to get a good fortune...",,1 +15,97,40015097,2006,23,22,"Chika, happy birthday! It's all thanks to you that Yohane can be herself in Aqours.",,1 +15,98,40015098,2006,23,23,"Let's throw a huge celebration for Lili's birthday! But first, we must form a suitable demonic group!",,1 +15,99,40015099,2006,23,24,"Happy birthday, Kanon. ♪ Next time we must dive through the darkness of the depth of the sea... Oh, that's pretty dangerous, so maybe not?",,1 +15,100,40015100,2006,23,25,This hair ornament is perfect for Dia's black hair. It was a wise decision to choose this birthday present with everyone.,,1 +15,101,40015101,2006,23,26,"I'm going to a birthday party, little demon! Huh? You didn't know that it's You's birthday today?!",,1 +15,102,40015102,2006,23,27,"Thanks for celebrating Yohane's birthday... I mean the day of fallen angel. Aqours and little demon, I love you all. ♡",,1 +15,103,40015103,2006,23,28,Fuwaa... I stayed up until the dead of the night looking for a tome. Today is Zuramaru's birthday after all!,,1 +15,104,40015104,2006,23,29,"Happy birthday, Mari! When you made your Stewshine in the summer, you were like a witch or a fallen angel... It was so delicious.",,1 +15,105,40015105,2006,23,30,"Ruby, what do you wish to summon for your birthday? I, Yohane, shall grant you a special wish!",,1 +15,106,40015106,2006,23,52,"I want to sound cool in your article, little demon! Let the bravery of Yohane sear into your memory. ♪",,223062402 +15,107,40015107,2006,23,53,"My little demons are praising your articles. If that's the case, I'll praise you too. Thank you...for everything!",,223101514 +16,1,40016001,2007,0,0,I live at a temple. You might think it's super old but...it's my precious home.,,1 +16,2,40016002,2007,1,0,"Whenever I read a book, I get sucked into that world. I think books have amazing power, zura.",,1 +16,3,40016003,2007,0,0,"I'm getting along well with Ruby. She's a cute girl, so I want to cheer her on.",,1 +16,4,40016004,2007,1,0,I love Mikan oranges. ♪ The ones that have been bathed in Uchiura's sun are the best.,,1 +16,5,40016005,2007,0,0,"If you go from Uchiura to Numazu, there are so many shops. They have everything, zura. ♪",,1 +16,6,40016006,2007,1,0,"My home is a temple and my school is a mission school... Hehe, I'm protected by a lot of people. ♪",,1 +16,7,40016007,2007,2,0,I really wish for my heart to quicken even more and feel more excitement...,,1 +16,8,40016008,2007,3,0,"I'm totally ready and super motivated, zura! I've been practicing a bunch, so I want you to watch me soon, zura.",,1 +16,9,40016009,2007,4,0,"I'm aiming to be a school idol who is not only pretty, but can help others, zura!",,1 +16,10,40016010,2007,5,0,"Enjoy the live show as much as you can, like I do, zura. ♪ Smiles all around. ♪",,1 +16,11,40016011,2007,6,0,"Trying to be honest with your feelings is harder than it seems. I'd be really happy if I can do it, zura. ♪",,1 +16,12,40016012,2007,7,0,"Having someone by my side who will cheer me on makes my feelings of wanting to try my best bubble up, zura. ♪",,1 +16,13,40016013,2007,8,0,"The reason why I'm so happy every day is because you are always supporting me, zura. ♪",,1 +16,14,40016014,2007,9,0,You taught me so many fun and exciting things.,,1 +16,15,40016015,2007,10,0,"Love you! Did it reach you, zura?",,1 +16,16,40016016,2007,11,0,"So that I'm not a bother to anyone, I'mma do the special training, zura! Ah, I said ""I'mma"" again, zura.",,1 +16,17,40016017,2007,12,0,I feel all warm inside when I wear a cute costume. I'm so glad I'm a school idol. ♪,,1 +16,18,40016018,2007,13,0,"Ahh... ♡ Whenever I read a terrific novel, my heart feels cleansed, zura. ♪",,1 +16,19,40016019,2007,14,0,Hah... Hah... Everyone did their best during the morning training. I have to keep up.,,1 +16,20,40016020,2007,15,0,"Let's go shopping together. Not for clothes, for books... Haha.",,1 +16,21,40016021,2007,16,0,"I'm going to stay over at Ruby's place today. If we're together, I won't feel lonely at night. ♪",,1 +16,22,40016022,2007,17,0,"Zzz... I love everyone, zura...",,1 +16,23,40016023,2007,19,0,"What do you think is buried beneath the sakura trees? Just kidding. It's a joke, zura. ♪",,1 +16,24,40016024,2007,20,0,"In summer, I have so much fun reading under the cool shade of the roof, zura. Hehe, after reading, I also eat watermelon. ♪",,1 +16,25,40016025,2007,21,0,"I love books, so reading in autumn is the best. Autumn reading was made for me. ♪",,1 +16,26,40016026,2007,22,0,"When it's cold, I get lonely for no particular reason. When that happens, feel free to come by my side anytime. ♪",,1 +16,27,40016027,2007,18,0,"If it's something I can do, let me know, and I will help you. ♪",,1 +16,28,40016028,2007,18,0,Hm? The book I'm reading now? Recently I'm reading about literary masters from the Meiji period.,,1 +16,29,40016029,2007,18,0,"If you poke me, I'mma wonder what you want. Ahhh, I mean...I'll wonder what you want.",,1 +16,30,40016030,2007,18,0,"Ah, what is it? You'll give me the chills if you touch me.",,1 +16,31,40016031,2007,18,0,"Don't worry about me... I just want to support everyone else, zura.",,1 +16,32,40016032,2007,18,0,"If you're that interested in the book I'mma read, then let's go to the library together. ♪",,1 +16,33,40016033,2007,18,0,"Uuuhhh. I want you to stop, zura...",,1 +16,34,40016034,2007,18,0,"If I grew taller I would have more of a presence... I should drink milk, zura...",,1 +16,35,40016035,2007,18,0,"I want you to stretch me, zura! Squeeze me tight so I can grow taller!",,1 +16,36,40016036,2007,18,0,It looks like my heart races whenever you touch me...,,1 +16,37,40016037,2007,18,0,"Ah! What are you doing in a place like this, zura?!",,1 +16,38,40016038,2007,24,0,"You have an unread story. What a waste, zura.",,1 +16,39,40016039,2007,25,0,Goals? I wonder if I can do it.,,1 +16,40,40016040,2007,26,0,"I can still sing. Come on, let's do it together!",,1 +16,41,40016041,2007,27,0,"Once I get my energy back, there's something I want to try during the live show. I really want to do one more live show.",,1 +16,42,40016042,2007,28,0,"I'm ready whenever, zura! I really want to do the live show.",,1 +16,43,40016043,2007,29,0,I want to practice more. Please!,,1 +16,44,40016044,2007,30,0,Will you do the special practice with me?,,1 +16,45,40016045,2007,31,0,It looks like you got a present. It's waiting for you.,,1 +16,46,40016046,2007,32,0,Scouting is really important. You should do it!,,1 +16,47,40016047,2007,33,0,"You have a notification. Let's go check it out, zura.",,1 +16,48,40016048,2007,34,0,"There's an event. If you join, I'll do my best.",,1 +16,49,40016049,2007,35,0,Zura? Aqours has a biography now?,,1 +16,50,40016050,2007,36,0,"Are you curious about your friends? Well, friends are important after all. ♪",,1 +16,51,40016051,2007,37,0,"You must read the club members list, zura.",,1 +16,52,40016052,2007,46,0,I'm Hanamaru Kunikida! I'mma first year student at Uranohoshi Girls’ High School,,1 +16,53,40016053,2007,46,0,I wonder if being a school idol is something I can do...,,1 +16,54,40016054,2007,46,0,"I'm a student library assistant, and I'm short and overall plain... Ah, I shouldn't be so negative.",,1 +16,55,40016055,2007,47,0,Zura!,,1 +16,56,40016056,2007,48,0,Let's sing together. ♪,,1 +16,57,40016057,2007,49,0,Let's dance with Aqours. ♪,,1 +16,58,40016058,2007,40,0,The live show is starting.,,1 +16,59,40016059,2007,40,0,Let's do our best!,,1 +16,60,40016060,2007,40,0,"I'd like if you enjoyed Aqours' live show, zura.",,1 +16,61,40016061,2007,38,0,I have to give my all.,,1 +16,62,40016062,2007,38,0,"The glittering lights... were so bright. I was so happy, zura!",,1 +16,63,40016063,2007,38,0,Aqours is super fantastic!,,1 +16,64,40016064,2007,38,0,Did I become a little stronger?,,1 +16,65,40016065,2007,38,0,I wasn't a burden?,,1 +16,66,40016066,2007,39,0,"We failed, zura... I'm sorry.",,1 +16,67,40016067,2007,39,0,"Urgh, that wasn't very good.",,1 +16,68,40016068,2007,41,0,Singing and dancing together was so fun.,,1 +16,69,40016069,2007,41,0,Ahhh... I was so nervous.,,1 +16,70,40016070,2007,41,0,I hope I did okay.,,1 +16,71,40016071,2007,41,0,"One day I will return your kindness, zura!",,1 +16,72,40016072,2007,41,0,I'm so happy when I'm with you. ♪,,1 +16,73,40016073,2007,41,0,I want to learn more about you.,,1 +16,74,40016074,2007,41,0,"Bonds are something that grow stronger little by little, right?",,1 +16,75,40016075,2007,42,0,Don't tell me my destined person is...,,1 +16,76,40016076,2007,42,0,I think... I like you?,,1 +16,77,40016077,2007,42,0,I want us to be together forever.,,1 +16,78,40016078,2007,42,0,Why is my heart racing so much?,,1 +16,79,40016079,2007,42,0,"Even if you tell me not to, I'll probably still follow you, zura.",,1 +16,80,40016080,2007,42,0,I'm so glad...that you cherish me.,,1 +16,81,40016081,2007,42,0,"Ahh, how embarassing.",,1 +16,82,40016082,2007,43,0,I'mma do it too!,,1 +16,83,40016083,2007,44,0,Alrighty!,,1 +16,84,40016084,2007,45,0,I still have a lot of energy.,,1 +16,85,40016085,2007,23,1,Happy New Year. This year I hope I can still dream about school idols.,,1 +16,86,40016086,2007,23,2,Ogre! Where are you?! Once I find you I will slap you with this broom. ♪,,1 +16,87,40016087,2007,23,3,"Have this chocolate! I hope we will continue to get along, zura. ♪",,1 +16,88,40016088,2007,23,4,If I became a member in the world of Hina dolls...I would be a lowly ox pulling the plough.,,1 +16,89,40016089,2007,23,5,"Oh, is this thanks for the chocolate I gave you? Ah, you are so sincere. Hehe, I'm super happy!",,1 +16,90,40016090,2007,23,6,"Wooow, those carp streamers are huge! I-I'm not a child anymore though.",,1 +16,91,40016091,2007,23,7,"Did you get to see Orihime and Hikoboshi? When it rains during the Star festival, it's said that Orihime is shedding tears of happiness, zura. ♪",,1 +16,92,40016092,2007,23,8,Today's Marine Day. But living in Uchiura makes it feels like it's Marine Day every day. ♪,,1 +16,93,40016093,2007,23,9,"It's the harvest festival! Moon dumplings are so white and squishy... I'mma admire the beauty of the dumplings, zura.",,1 +16,94,40016094,2007,23,10,"Boooooo, zura! Is my ghost costume scary?",,1 +16,95,40016095,2007,23,11,"I'm in a choir. Uranohoshi Girls’ High School is a Catholic school, so everyone knows the carols. ♪",,1 +16,96,40016096,2007,23,12,"The trick is to finish cleaning the temple hallway with the cloth in one go. Let's go, zuraaa!",,1 +16,97,40016097,2007,23,22,"Chika, happy birthday! I always admire how you take up any challenge that comes your way. ♪",,1 +16,98,40016098,2007,23,23,"Happy birthday! Riko, I want to hear you play the piano more, zura. ♡",,1 +16,99,40016099,2007,23,24,"Today's Kanon's birthday. I'm going to give her a present, along with a card, zura. ♪",,1 +16,100,40016100,2007,23,25,"Dia's birthday is January, 1st, zura. She's a dependable older sister to Ruby.",,1 +16,101,40016101,2007,23,26,"Happy birthday-zura, You. ♪ When I wear costumes you thought up, I feel full of confidence!",,1 +16,102,40016102,2007,23,27,"Yoshiko, happy birthday! We can't have books on black magic in the library, so here you go. ♪ It's your birthday present, zura.",,1 +16,103,40016103,2007,23,28,Wooow! I didn't think I would have such an amazing birthday celebration... I'm so happy!,,1 +16,104,40016104,2007,23,29,"Today's Mari's birthday, zura. From being bold to thinking freely, I think you're such a wonderful person.",,1 +16,105,40016105,2007,23,30,"I got the perfect present for Ruby. ♪ I'm so glad you were born on this day, zura. ♪",,1 +16,106,40016106,2007,23,52,"Hey, thanks for coming to check us out today! I'll do my best so you'll have good material, zura!",,223062402 +16,107,40016107,2007,23,53,"I'm not so good at getting interviewed, but with you, I can just keep on talking. So odd, zura.",,223101514 +17,1,40017001,2008,0,0,"A school idol's sparkly sensation. ☆ Once you touch it, you'll never forget. ♪",,1 +17,2,40017002,2008,1,0,"Why don't we go shopping on the next day off? Hee hee, a date every once in a while can't hurt. ♪",,1 +17,3,40017003,2008,0,0,"I think Aqours will be accepted world-wide. Hee hee, I'll have to show you my business techniques. ♪",,1 +17,4,40017004,2008,1,0,"Isn't the phrase ""grin and bear it"" kind of an old saying? But having the stick-to-it-iveness is important for lessons. ♪",,1 +17,5,40017005,2008,0,0,Metal and punk have so many great songs. ♪ For example... My hearts in an uproar panic! Or something like that?,,1 +17,6,40017006,2008,1,0,Aqours is filled with all of our dreams. But I'll try my best so they don't just stay dreams.,,1 +17,7,40017007,2008,2,0,"So we can get big one day, we're all practicing hard. ♪",,1 +17,8,40017008,2008,3,0,I will help you have the most perfect day. ♡,,1 +17,9,40017009,2008,4,0,Don't stand over there. Come stay next to me. ♡,,1 +17,10,40017010,2008,5,0,I'll work hard so that I can see your shiny smile. ♪,,1 +17,11,40017011,2008,6,0,"When you're missing someones touch, you can come to me. I'll warm you up with burning passion!",,1 +17,12,40017012,2008,7,0,I never give up until I get what I want. That's right. Even your heart...,,1 +17,13,40017013,2008,8,0,"Whenever I'm with you, my heart dances. ♪ Please stay with me forever. ♡",,1 +17,14,40017014,2008,9,0,I especially don't want the person I love...to see my weaknesses.,,1 +17,15,40017015,2008,10,0,"Thank you always! But you know, you shouldn't neglect your health. Promise me, okay?",,1 +17,16,40017016,2008,11,0,Ciao! Will you practice with me?,,1 +17,17,40017017,2008,12,0,I never had an interest in school idols before...but now I love them! ♪,,1 +17,18,40017018,2008,13,0,It would be nice if we could go shopping nearby after school. Maybe I'll build a department store in Uchiura.,,1 +17,19,40017019,2008,14,0,"It's best to laugh when you're happy, right? If not, you'll minus your positive energy.",,1 +17,20,40017020,2008,15,0,"I have only one quirk, and that's my jewelry. ♪ You must treasure yourself, right?",,1 +17,21,40017021,2008,16,0,"Tomorrow I'll have to reflect on what I did in today's lesson. Well then, ciao. ♪",,1 +17,22,40017022,2008,17,0,"Staying up late is beauty's greatest enemy! Here, I'll pull the blanket over you. Good night. ♪",,1 +17,23,40017023,2008,19,0,"Spring is the season of fateful encounters! You'll deepen your bond with Aqours too, right?",,1 +17,24,40017024,2008,20,0,It's so hot... I think I'll open all the windows and doors. ♪,,1 +17,25,40017025,2008,21,0,"In fall, you can experience art, eat, run... You can enjoy so many things every day. ♪",,1 +17,26,40017026,2008,22,0,"Brr... When it's this cold, I'll want to bundle up with someone.",,1 +17,27,40017027,2008,18,0,"You want me to be your support? I think you got things backwards... Oh, well. ♪",,1 +17,28,40017028,2008,18,0,Yes? ♡ I will always come back to you.,,1 +17,29,40017029,2008,18,0,Did you want to hear my voice? You're so spoiled. ♪,,1 +17,30,40017030,2008,18,0,"Oh! If you touch me, then I'll have to do the same to you! Hee hee. ♪",,1 +17,31,40017031,2008,18,0,What's wrong? Are you feeling lonely?,,1 +17,32,40017032,2008,18,0,"Okay! You want to do sumo wrestling? Overarm throw, and push you out the ring! ♪",,1 +17,33,40017033,2008,18,0,"Oh, do you like heavy rock music, too? We're two peas in a pod. ♪",,1 +17,34,40017034,2008,18,0,"Your touch is heavily daring! It's more fun when you go all out, isn't it?",,1 +17,35,40017035,2008,18,0,Are you...bored?,,1 +17,36,40017036,2008,18,0,"Hee hee, I can feel passion in your touch. ♪",,1 +17,37,40017037,2008,18,0,"Hey, you know there is a time and place for everything, right?",,1 +17,38,40017038,2008,24,0,You have an unread story? You should get into the habit of looking at it first. ♪,,1 +17,39,40017039,2008,25,0,"Let's try doing the goals. The harder it is, the more we'll get fired up. ♪",,1 +17,40,40017040,2008,26,0,Isn't it too early to take a breather? Let's do our best together!,,1 +17,41,40017041,2008,27,0,"Aren't you thinking you want to see more of Aqours' live shows? In that case, let's go!",,1 +17,42,40017042,2008,28,0,Let's do more live shows! Aqours will be even better each time!,,1 +17,43,40017043,2008,29,0,I should practice or the road to being a school idol will close off. Let's word hard together.,,1 +17,44,40017044,2008,30,0,There's a special practice. We can't miss out on this opportunity. ♪,,1 +17,45,40017045,2008,31,0,Oh! You got a present? Make sure to say thanks.,,1 +17,46,40017046,2008,32,0,"We have some time, so how about we Scout for some members? ♪",,1 +17,47,40017047,2008,33,0,Neeews! You should check the details of the new info. ♪,,1 +17,48,40017048,2008,34,0,"Wow, there's an event? We should ride this wave, too. ♪",,1 +17,49,40017049,2008,35,0,"Yes, that's right! There's a written never ending story about Aqours.",,1 +17,50,40017050,2008,36,0,Are your friends doing well?,,1 +17,51,40017051,2008,37,0,It's the members list. Please make sure to check it in detail. ♪,,1 +17,52,40017052,2008,46,0,I'm Mari Ohara. Feel free to call me Mari. ♪,,1 +17,53,40017053,2008,46,0,"My dad runs a hotel chain. If you'd like, you should come for a vacation.",,1 +17,54,40017054,2008,46,0,"The bigger my opponent the more I get fired up. I'm aiming to be Uchiura's...No, I'm aiming to be number one in the whole world.",,1 +17,55,40017055,2008,47,0,Shiny. ♪,,1 +17,56,40017056,2008,48,0,I got this!,,1 +17,57,40017057,2008,49,0,"Go, go Aqours. ♪",,1 +17,58,40017058,2008,40,0,Let's start!,,1 +17,59,40017059,2008,40,0,Let's start the live show. ♪,,1 +17,60,40017060,2008,40,0,We'll show you our shiny! ♪,,1 +17,61,40017061,2008,38,0,Success! We really outdid ourselves. ♪,,1 +17,62,40017062,2008,38,0,You can call me anytime you're in trouble. ♡,,1 +17,63,40017063,2008,38,0,I can reallly feel your affections. ♪,,1 +17,64,40017064,2008,38,0,That was a brilliant show.,,1 +17,65,40017065,2008,38,0,How was Aqours' live show?,,1 +17,66,40017066,2008,39,0,"No! The word ""failed"" is not in my dictionary!",,1 +17,67,40017067,2008,39,0,It's frustrating...but let's try again.,,1 +17,68,40017068,2008,41,0,I want to know you so much more!,,1 +17,69,40017069,2008,41,0,That was a great live show. I'm looking forward to your support for the next one. ♪,,1 +17,70,40017070,2008,41,0,I feel relieved when I see your smile.,,1 +17,71,40017071,2008,41,0,We will get a stronger bond.,,1 +17,72,40017072,2008,41,0,"Hee hee, thanks. ♪",,1 +17,73,40017073,2008,41,0,I feel so happy!,,1 +17,74,40017074,2008,41,0,"Hey, big smiles, okay? ♡",,1 +17,75,40017075,2008,42,0,How should I express these feelings?,,1 +17,76,40017076,2008,42,0,"Hehe, I like you a lot. ♪",,1 +17,77,40017077,2008,42,0,Hehe. Did I make you mine?,,1 +17,78,40017078,2008,42,0,"If you're happy, I'm happy. ♪",,1 +17,79,40017079,2008,42,0,Looks like we created a veeery strong bond.,,1 +17,80,40017080,2008,42,0,I know your heart is shining.,,1 +17,81,40017081,2008,42,0,Love you... Just kidding.,,1 +17,82,40017082,2008,43,0,Let's dance. ♪,,1 +17,83,40017083,2008,44,0,I'll make you fall head over heels for me.,,1 +17,84,40017084,2008,45,0,These are Aqours' feelings!,,1 +17,85,40017085,2008,23,1,"Happy New Year! Today, let's go to the shrine with everyone to greet the Japanese god. ♪",,1 +17,86,40017086,2008,23,2,Hmm... We're exterminating ogres with such yummy soybeans? I'd expect nothing less from the samurai country!,,1 +17,87,40017087,2008,23,3,"I came to invite you on a Valentine's date. Hee hee, let's share a sweet day together!",,1 +17,88,40017088,2008,23,4,"Everyone line up. ♪ Today Aqours is going to be perfectly cute, shiny Hina dolls. ♡",,1 +17,89,40017089,2008,23,5,"Is this thank you for Valentine's Day? Hee hee, that's what makes you so charming. ♪",,1 +17,90,40017090,2008,23,6,"Okay, kids. ♪ Arm yourselves in samurai armor, and let's have an exciting time!",,1 +17,91,40017091,2008,23,7,Such a beautiful Star Festival Milky Way! Let's do our best to shine even brighter. ♪,,1 +17,92,40017092,2008,23,8,The shining sandy beach in the middle of summer is no match for Aqours' shiny. ♡,,1 +17,93,40017093,2008,23,9,Mm... Yummy. ♪ You can eat as many moon dumplings as your age. I think?,,1 +17,94,40017094,2008,23,10,"Dancing fool, watching fool. ♡ The one having the most fun in their costume is the winner. ♪",,1 +17,95,40017095,2008,23,11,Merry Christmas! Let's have a special Christmas together with Aqours. ☆,,1 +17,96,40017096,2008,23,12,"This year there were so many unexpected fun things that happened. Hee hee, like Uchiura's shining star Aqours. ♪",,1 +17,97,40017097,2008,23,22,"Happy birthday, Chika! Let's keep pursuing to be shining school idols.",,1 +17,98,40017098,2008,23,23,"Riko...No, Lili! Happy birthday. ♪ Can you make our next song industrial metal? No?",,1 +17,99,40017099,2008,23,24,"Happy birthday, Kanon. ♪ I'm so, so happy we share the same school activity together.",,1 +17,100,40017100,2008,23,25,"Today is Dia's birthday, so let's have a fabulous celebration! Will you help out, too?",,1 +17,101,40017101,2008,23,26,For You's birthday her present is a cruiser... Just kidding. Everyone is going to celebrate on top of the ship. ♪ Will you join us?,,1 +17,102,40017102,2008,23,27,"Happy birthday, Yoshiko! Oh! It's Yohane, huh? Hee hee, your pouty face is so cute.",,1 +17,103,40017103,2008,23,28,"Hee hee, if Hanamaru was that moved by her birthday present then it was definitely worth getting. ♪",,1 +17,104,40017104,2008,23,29,Thanks for initiating my birthday party! I thought I would be late so I came by helicopter. ♪,,1 +17,105,40017105,2008,23,30,"Ruby, happy birthday! You're not only cute, but also have a lot of heart and I love that about you.",,1 +17,106,40017106,2008,23,52,Oh you're here to write about us? I like you more and more! Make sure your piece is SHINY! ♪,,223062402 +17,107,40017107,2008,23,53,You're great at finding all my good sides! That's so wonderful. Make sure you keep on...,,223101514 +18,1,40018001,2009,0,0,"Dia is always so strict with me.... Urgh, Dia!",,1 +18,2,40018002,2009,1,0,I'm going shopping together with Dia today. ♪ I wonder if we'll stop somewhere for a snack...♡,,1 +18,3,40018003,2009,0,0,I don't really have any strong points...but I'm confident in my love for school idols!,,1 +18,4,40018004,2009,1,0,I collected a lot of school idol merch. They're alll my treasure. ♪,,1 +18,5,40018005,2009,0,0,"I couldn't move forward for the longest time. But thanks to everyone's help, I could finally forge ahead.",,1 +18,6,40018006,2009,1,0,"Urgh, today I was chased by a doggie. Why do these things happen to me?",,1 +18,7,40018007,2009,2,0,Yippie! I bought the final volume of the monthly school idol magazine!,,1 +18,8,40018008,2009,3,0,"You, this month's magazine feature is on hair and makeup. ♪ Let's get dolled up with everyone after school. ♡",,1 +18,9,40018009,2009,4,0,I get nervous before live shows. But I feel confident when I remember I'm not alone and everyone is with me.,,1 +18,10,40018010,2009,5,0,"That's for always cheering for me. ♪ I'll give my all today, too. ♡",,1 +18,11,40018011,2009,6,0,"When you're happy, I feel happy, too. ♡",,1 +18,12,40018012,2009,7,0,"I'm always so jittery before a performance, but today I calmed my nerves a bit. It's thanks to you.",,1 +18,13,40018013,2009,8,0,"Hehe...When you comfort me, I feel so happy. ♡",,1 +18,14,40018014,2009,9,0,"Stay by my side...forever...and ever! Hehe, I said it. ♪",,1 +18,15,40018015,2009,10,0,"I love... No, I can't say it.",,1 +18,16,40018016,2009,11,0,I get nervous dancing in front of everyone...but I always aspired to do this!,,1 +18,17,40018017,2009,12,0,"I have to practice so I'm not left behind... Oh, oops... Ah, that was close.",,1 +18,18,40018018,2009,13,0,Good work today! I should head home before I pass out.,,1 +18,19,40018019,2009,14,0,Morning. ♪ Will you practice dancing with me today?,,1 +18,20,40018020,2009,15,0,I'm clumsy...so I should practice a bunch until its muscle memory.,,1 +18,21,40018021,2009,16,0,"All right... Hanamaru is coming over to hang out, so I need to clean my room!",,1 +18,22,40018022,2009,17,0,Zzz... Thanks for today...,,1 +18,23,40018023,2009,19,0,It's spring. I think I want to try my best and turn over a new leaf too.,,1 +18,24,40018024,2009,20,0,I-It's so hot... Dia...,,1 +18,25,40018025,2009,21,0,Fall is the season for reading. I'm reading a book together with Hanamaru.,,1 +18,26,40018026,2009,22,0,The sun goes down so early in winter...I'm afraid I'll get left behind.,,1 +18,27,40018027,2009,18,0,I'll try my best and be a school idol that even Dia can't compare with.,,1 +18,28,40018028,2009,18,0,Y-Yes?! Did you call me?,,1 +18,29,40018029,2009,18,0,"Um, ummm... Do you need something?",,1 +18,30,40018030,2009,18,0,Eek! D-Don't tickle me...,,1 +18,31,40018031,2009,18,0,Many people say I act like a tiny critter.,,1 +18,32,40018032,2009,18,0,Ah! Wh-Wh-What is it?!,,1 +18,33,40018033,2009,18,0,I want to level up from tiny critter to human already...,,1 +18,34,40018034,2009,18,0,"If this was Dia, she'd probably say, ""I hope you are prepared if you continue touching me any further.""",,1 +18,35,40018035,2009,18,0,I'm embarrassed...but I guess it's okay sometimes.,,1 +18,36,40018036,2009,18,0,"For some reason, when I talk with you like this, my heart starts racing.",,1 +18,37,40018037,2009,18,0,You shouldn't do that here!,,1 +18,38,40018038,2009,24,0,I want to read...the rest of the story.,,1 +18,39,40018039,2009,25,0,"Huh? G-Goals? I think I can do it if Dia is there, but...",,1 +18,40,40018040,2009,26,0,I think I can do another live show. What about you?,,1 +18,41,40018041,2009,27,0,I want to do more live shows... Were you also thinking you want to see more of Aqours performances?,,1 +18,42,40018042,2009,28,0,I'm still pumped up! I want you to watch more of my performances!,,1 +18,43,40018043,2009,29,0,I want to...practice.,,1 +18,44,40018044,2009,30,0,A special practice? I wonder if I can do it...,,1 +18,45,40018045,2009,31,0,What?! A present? I-Is it really okay...for us to get this?,,1 +18,46,40018046,2009,32,0,Umm... I can help you Scout!,,1 +18,47,40018047,2009,33,0,"Hanamaru said there is new information, so I want to go check it out, too.",,1 +18,48,40018048,2009,34,0,An e-event?! I wonder if it's okay for me to join too...,,1 +18,49,40018049,2009,35,0,I heard there's a story about Aqours. I wonder if I'm in it...,,1 +18,50,40018050,2009,36,0,I wonder... what your friends are up to.,,1 +18,51,40018051,2009,37,0,Let's see what everyone is doing.,,1 +18,52,40018052,2009,46,0,I'm R-Ruby Kurosawa! Ah... I'm glad I could introduce myself.,,1 +18,53,40018053,2009,46,0,I never imagined I could become a school idol... it's almost like I'm dreaming now that I am one.,,1 +18,54,40018054,2009,46,0,"Dia is so smart, pretty, and she can do just about anything. She's the best sister ever.",,1 +18,55,40018055,2009,47,0,Eek!,,1 +18,56,40018056,2009,48,0,I can do it!,,1 +18,57,40018057,2009,49,0,Hey!,,1 +18,58,40018058,2009,40,0,The l-live show is starting.,,1 +18,59,40018059,2009,40,0,I'm ready for the live show!,,1 +18,60,40018060,2009,40,0,We're Aqours. Please enjoy our show!,,1 +18,61,40018061,2009,38,0,"Oh, the live show was a success!",,1 +18,62,40018062,2009,38,0,"Because of you, I tried my very best!",,1 +18,63,40018063,2009,38,0,I wonder if Dia will compliment me...,,1 +18,64,40018064,2009,38,0,I can't believe it... We did it!,,1 +18,65,40018065,2009,38,0,"I was nervous, but it was so fun!",,1 +18,66,40018066,2009,39,0,"Aww, I messed up...",,1 +18,67,40018067,2009,39,0,Th-That didn't go very well...,,1 +18,68,40018068,2009,41,0,Was I able to catch up with everyone?,,1 +18,69,40018069,2009,41,0,Thank you. ♪,,1 +18,70,40018070,2009,41,0,Ehehe...,,1 +18,71,40018071,2009,41,0,I'm so happy.,,1 +18,72,40018072,2009,41,0,Hehe...,,1 +18,73,40018073,2009,41,0,Did our voices reach you?,,1 +18,74,40018074,2009,41,0,I'll have to keep giving my all.,,1 +18,75,40018075,2009,42,0,I'm bubbling over with happiness!,,1 +18,76,40018076,2009,42,0,Please continue to support me. ♪,,1 +18,77,40018077,2009,42,0,"Whenever I'm with you, I end up smiling. ♪",,1 +18,78,40018078,2009,42,0,I think an arrow was shot through my heart.,,1 +18,79,40018079,2009,42,0,Do you maybe... like me?,,1 +18,80,40018080,2009,42,0,I never want to be apart from you!,,1 +18,81,40018081,2009,42,0,I love you. ♡,,1 +18,82,40018082,2009,43,0,I'm ready!,,1 +18,83,40018083,2009,44,0,Rubesty!,,1 +18,84,40018084,2009,45,0,I'm bursting with happiness. ♪,,1 +18,85,40018085,2009,23,1,Happy New Year. I'll try my hardest so more people will know about me this year.,,1 +18,86,40018086,2009,23,2,Urm... Er... Orgres are scary... Help me...Dia...,,1 +18,87,40018087,2009,23,3,Ehehe... I brought you chocolate! Will you accept my feelings?,,1 +18,88,40018088,2009,23,4,"Hanamaru, let's dress up as Hina dolls. ♪ I bet you will look so adorable!",,1 +18,89,40018089,2009,23,5,"Is this a thank you for Valentine's Day? Wow, thanks. ♪ I guess my feelings reached you. ♡",,1 +18,90,40018090,2009,23,6,"Me and Chika are always treated like children. Kashiwa mochi is yummy, but... It's kinda depressing.",,1 +18,91,40018091,2009,23,7,Today is the Star Festival. I think I would cry if I could only see you once a year...,,1 +18,92,40018092,2009,23,8,I was thinking to visit the ocean since it's Marine Day. Even though I see it every day already...,,1 +18,93,40018093,2009,23,9,"I'm really a princess who came from the moon... Ehehe, well I thought it would be nice if I was.",,1 +18,94,40018094,2009,23,10,"Today's Halloween, so I'm going to dress up. I gave Hanamaru a sheet perfect for a ghost, and I have a matching red one. ♪",,1 +18,95,40018095,2009,23,11,Merry Christmas. ♪ I feel like just seeing your face is a present in itself. ♡,,1 +18,96,40018096,2009,23,12,Dia... I'm so glad I could become a school idol with you.,,1 +18,97,40018097,2009,23,22,"Chika, happy birthday. ♪ I made a pound cake for you.",,1 +18,98,40018098,2009,23,23,"Today's Riko's birthday. Will you attend her birthday party, too?",,1 +18,99,40018099,2009,23,24,"Kanon, happy birthday! You're always so kind to me, which makes it feel like you're another big sister.",,1 +18,100,40018100,2009,23,25,"Dia, happy birthday. ♡ I picked out the perfect hair accessory for you with everyone.",,1 +18,101,40018101,2009,23,26,"Happy birthday, You! I'm excited for you to continue making Aqours' costumes. ♪",,1 +18,102,40018102,2009,23,27,"Yoshiko, happy birthday. ♪ The good luck charm you helped me make really works.",,1 +18,103,40018103,2009,23,28,"Happy birthday, Hanamaru! It's thanks to you that I'm able to have courage.",,1 +18,104,40018104,2009,23,29,"Mari, I can't believe you arrived to your birthday party riding a helicopter... You really surprised me.",,1 +18,105,40018105,2009,23,30,I-I didn't think everyone would celebrate my birthday like this... I'm really touched!,,1 +18,106,40018106,2009,23,52,"I'm so happy you're here to see us! We're going to do our best, you'll see!",,223062402 +18,107,40018107,2009,23,53,Thank you for always writing about us! I'm going to keep on doing my best!,,223101514 +19,1,40019001,3001,0,0,I'm going to bake cookies today. What flavor do you like?,,1 +19,2,40019002,3001,1,0,I have a lot of homework to do... Will you work on it together with me?,,1 +19,3,40019003,3001,0,0,I'm going to the café with the group members. You should join us!,,1 +19,4,40019004,3001,1,0,"*yawn* I'm a little sleepy from staying up late. We talked on the phone for so long, didn't we? ♪",,1 +19,5,40019005,3001,0,0,"I wear a nice scented hand lotion before I go to bed, and it helps me fall asleep right away. ♪",,1 +19,6,40019006,3001,1,0,Eek! There's a b-bug! Save me!,,1 +19,7,40019007,3001,2,0,I always feel refreshed when I wake up early. Maybe I should make fancy side dishes for my lunch box.,,1 +19,8,40019008,3001,3,0,I'm going shopping for lace we can use for our costumes. Will you come with me?,,1 +19,9,40019009,3001,4,0,Do you want to get matching phone cases?,,1 +19,10,40019010,3001,5,0,I bought a stationery set. Can I write you a letter?,,1 +19,11,40019011,3001,6,0,"Hey, what kind of lunch box food would make you the happiest? I-I'm asking for a friend!",,1 +19,12,40019012,3001,7,0,I lose track of time whenever I talk with you... Ehehe.,,1 +19,13,40019013,3001,8,0,I wonder why I always think of you before I go to sleep... Why is that?,,1 +19,14,40019014,3001,9,0,"I want you to be the first one to see my new costume when it's finished. Plus, I'd be happy if you think I look cute in it...",,1 +19,15,40019015,3001,10,0,Since you're always by my side I can try my best. Thank you!,,1 +19,16,40019016,3001,11,0,I downloaded a new mobile game. Let's play it together. ♪,,1 +19,17,40019017,3001,12,0,Just being with you is fun.,,1 +19,18,40019018,3001,13,0,"I'm going to give it my all today, too!",,1 +19,19,40019019,3001,14,0,Let's have a great day.,,1 +19,20,40019020,3001,15,0,I want you to participate in the discussion for the next live show.,,1 +19,21,40019021,3001,16,0,"Good work today! You should take a nice, warm bubble bath.",,1 +19,22,40019022,3001,17,0,I hope I will show up in your dreams. Good night.,,1 +19,23,40019023,3001,19,0,"A nice, warm day like this makes me want to take a nap like Kanata.",,1 +19,24,40019024,3001,20,0,I wonder what kind of swimsuit I'll wear this summer. You should help me pick out a new one.,,1 +19,25,40019025,3001,21,0,I'm at a loss because there's so many yummy foods in autumn. I'll have to make sure to exercise!,,1 +19,26,40019026,3001,22,0,"If you're cold, sticking close like a penguin will keep you warm.",,1 +19,27,40019027,3001,18,0,"As long as it's something I can do, I will help you with anything!",,1 +19,28,40019028,3001,18,0,Hm? What? What's up?,,1 +19,29,40019029,3001,18,0,"Haha, that tickles.",,1 +19,30,40019030,3001,18,0,"Ah, hahaha. That tickles.",,1 +19,31,40019031,3001,18,0,Ahhh! Y-Y startled me!,,1 +19,32,40019032,3001,18,0,Huh?! What is it? Do you need something?,,1 +19,33,40019033,3001,18,0,E-Enough!,,1 +19,34,40019034,3001,18,0,"You know, you might really make me angry.",,1 +19,35,40019035,3001,18,0,"Urgh, I give... Just a little bit is fine, okay?",,1 +19,36,40019036,3001,18,0,"Ehehe, I'm embarrassed.",,1 +19,37,40019037,3001,18,0,D-Don't do that here!,,1 +19,38,40019038,3001,24,0,You haven't seen the story about us yet.,,1 +19,39,40019039,3001,25,0,Th-There are goals? I'll try my best!,,1 +19,40,40019040,3001,26,0,Can I do a live show?,,1 +19,41,40019041,3001,27,0,"Once I get my spunk back, I can do another live show!",,1 +19,42,40019042,3001,28,0,"After I catch my breath, I can do another live show! Cause I want to sing some more!",,1 +19,43,40019043,3001,29,0,"All right. I got to do my best today, too!",,1 +19,44,40019044,3001,30,0,"Even if it's just a small step, I'm sure I'll reach you!",,1 +19,45,40019045,3001,31,0,"Hehe, you got a present.",,1 +19,46,40019046,3001,32,0,Is there really someone out there with the same dream as me?,,1 +19,47,40019047,3001,33,0,It looks like you go new info. Let's see what it's about.,,1 +19,48,40019048,3001,34,0,There's an event happening. I want to participate!,,1 +19,49,40019049,3001,35,0,Do you want to check out the story?,,1 +19,50,40019050,3001,36,0,Are all your friends doing well?,,1 +19,51,40019051,3001,37,0,"Hey, what do you think we should do next?",,1 +19,52,40019052,3001,46,0,My name's Ayumu Uehara. I'm taking small steps to reach my dreams. Pleased to meet you!,,1 +19,53,40019053,3001,47,0,Let's go!,,1 +19,54,40019054,3001,48,0,Things are just getting started!,,1 +19,55,40019055,3001,49,0,Follow your dreams!,,1 +19,56,40019056,3001,40,0,I'm off!,,1 +19,57,40019057,3001,40,0,Keep your eyes on me!,,1 +19,58,40019058,3001,40,0,It's starting!,,1 +19,59,40019059,3001,38,0,"Ehehe, that was awesome!",,1 +19,60,40019060,3001,38,0,Did I do a good job?,,1 +19,61,40019061,3001,38,0,Yay! It's all thanks to your support!,,1 +19,62,40019062,3001,38,0,I'll keep doing my best!,,1 +19,63,40019063,3001,38,0,I wonder if everyone enjoyed my live show.,,1 +19,64,40019064,3001,39,0,"Urgh, how frustrating. But I'll try harder next time!",,1 +19,65,40019065,3001,39,0,I have to practice...,,1 +19,66,40019066,3001,41,0,Way to go!,,1 +19,67,40019067,3001,41,0,Hehehe. ♪,,1 +19,68,40019068,3001,41,0,Thanks for your support.,,1 +19,69,40019069,3001,41,0,I couldn't be happier. ♪,,1 +19,70,40019070,3001,41,0,Full of rewards. ♪,,1 +19,71,40019071,3001,41,0,I want to get even better.,,1 +19,72,40019072,3001,41,0,I worked hard. ♪,,1 +19,73,40019073,3001,42,0,"Hehe, I'm glad you're by my side.",,1 +19,74,40019074,3001,42,0,Do you understand my feelings?,,1 +19,75,40019075,3001,42,0,"We really get each other, don't we?",,1 +19,76,40019076,3001,42,0,I believe in you.,,1 +19,77,40019077,3001,42,0,I wonder if I met your expectations... Will you tell me?,,1 +19,78,40019078,3001,42,0,I sang just for you.,,1 +19,79,40019079,3001,42,0,Did my feelings reach you?,,1 +19,80,40019080,3001,43,0,I want to continue moving forward with you!,,1 +19,81,40019081,3001,44,0,I was able to improve thanks to your help!,,1 +19,82,40019082,3001,45,0,Look! I got even better!,,1 +19,83,40019083,3001,23,1,"Happy New Year. I want to have lots of fun this year, too. ♪",,1 +19,84,40019084,3001,23,2,I wonder what direction we're supposed to eat ehomaki this year. Do you know?,,1 +19,85,40019085,3001,23,3,Do you know what day it is? I have something I'd like to give you...,,1 +19,86,40019086,3001,23,4,The Hina dolls are so cute. I could stare at them forever.,,1 +19,87,40019087,3001,23,5,"This is for White Day? Oh, thank you! I'm so happy!",,1 +19,88,40019088,3001,23,6,It's such nice weather today! The carp streamers are happily swimming in the sky!,,1 +19,89,40019089,3001,23,7,Do you have any wishes? M-Me? It's a secret!,,1 +19,90,40019090,3001,23,8,It's Marine day! I want to swim at the beach.,,1 +19,91,40019091,3001,23,9,You can see a bunny shape on the moon. Isn't it cute?,,1 +19,92,40019092,3001,23,10,"Boooooo! Hey, you could at least act more scared!",,1 +19,93,40019093,3001,23,11,Merry Christmas! Let's go to the party together!,,1 +19,94,40019094,3001,23,12,"I got to do a lot of live shows this year, and it was so fulfilling. Let's do the same next year, too!",,1 +19,95,40019095,3001,23,31,You remembered my birthday? Thanks! I'm overjoyed!,,1 +19,96,40019096,3001,23,32,"Kasumi, happy birthday! Teach me some more cute poses.",,1 +19,97,40019097,3001,23,33,"Shizuku, happy birthday! I'm looking forward to your next play.",,1 +19,98,40019098,3001,23,34,"Karin, happy birthday! I respect your passionate attitude!",,1 +19,99,40019099,3001,23,35,"Ai, happy birthday! I'm going to make monjayaki for you!",,1 +19,100,40019100,3001,23,36,"Kanata, happy birthday! Today I'll let you take a nap on my lap. ♪",,1 +19,101,40019101,3001,23,37,"Setsuna, happy birthday! Let's play the mobile game Super Sentai together!",,1 +19,102,40019102,3001,23,38,"Emma, happy birthday! Let's go on a picnic together. ♪",,1 +19,103,40019103,3001,23,39,"Rina, happy birthday! Let's celebrate with Fishpuff, too. ♪",,1 +19,104,40019104,3001,23,40,"Shioriko, happy birthday! I got you lip balm for your present. I have the same one. ♪",,1 +19,105,40019105,3001,23,41,"Mia, happy birthday! Bring me along to watch the next baseball game with you, okay? ♪",,1 +19,106,40019106,3001,23,42,"Lanzhu, happy birthday! I made you an egg tart. I'd love if you tried it!",,1 +19,107,40019107,3001,23,52,Thank you for coming to see us! We'll do our best so you have a lot to wite about.,,223062402 +19,108,40019108,3001,23,53,"I've kept all the articles you've written about us. If I ever feel down, I look at those and get my energy back. Always come write about us, so I can...",,223101514 +20,1,40020001,3002,0,0,"Newsie, what kind of koppe bread do you like?",,1 +20,2,40020002,3002,1,0,Ahh! I forgot my homework!,,1 +20,3,40020003,3002,0,0,It's important to take care of your skin.,,1 +20,4,40020004,3002,1,0,I've gotten into the habit of reading manga on my phone before bed.,,1 +20,5,40020005,3002,0,0,I got nice smelling bath salts. I can't wait to take my bubble bath. ♪,,1 +20,6,40020006,3002,1,0,I want to become cuter. ♪,,1 +20,7,40020007,3002,2,0,"Come on, let's go shopping!",,1 +20,8,40020008,3002,3,0,"I'm going to get ice cream with Shizuko and the others. Newsie, you should come!",,1 +20,9,40020009,3002,4,0,Don't you feel like it's going to be a good day the minute you open the curtains in the morning?,,1 +20,10,40020010,3002,5,0,Should I get a dress or a mini skirt? I can't decide!,,1 +20,11,40020011,3002,6,0,"A book on hair and makeup? Hm? It's too soon for me to use? Nope, I don't think so!",,1 +20,12,40020012,3002,7,0,Let's have a game competition! I won't lose though!,,1 +20,13,40020013,3002,8,0,"Huh? You look like of tired. Let me pat your head. There, there!",,1 +20,14,40020014,3002,9,0,"I'm going to appear in your dreams tonight, Newsie!",,1 +20,15,40020015,3002,10,0,"Newsie, when you cheer me on from the sidelines, you inspire me to work harder!",,1 +20,16,40020016,3002,11,0,Do you want to watch a school idol movie together?,,1 +20,17,40020017,3002,12,0,I have to use my pocket money wisely. You shouldn't throw away your money!,,1 +20,18,40020018,3002,13,0,Let's make accessories.,,1 +20,19,40020019,3002,14,0,I decided today's going to be a great day!,,1 +20,20,40020020,3002,15,0,"I'm not Kanata, but I feel like taking a nap... Zzz...",,1 +20,21,40020021,3002,16,0,I still have a lot of juice left in me! Time to stretch.,,1 +20,22,40020022,3002,17,0,Zzz...,,1 +20,23,40020023,3002,19,0,It's feels so nice and warm. I think I'll do my homework later and go on a stroll!,,1 +20,24,40020024,3002,20,0,I love Nijigasaki's summer school uniform! It's so cute. ♪,,1 +20,25,40020025,3002,21,0,"Since it's autumn of reading, I'm going to read a magazine on school idols.",,1 +20,26,40020026,3002,22,0,Hah... Could you see my breath?,,1 +20,27,40020027,3002,18,0,"If you ever need help, you can count on me!",,1 +20,28,40020028,3002,18,0,"Eek, what is it?",,1 +20,29,40020029,3002,18,0,"Hey, don't poke me!",,1 +20,30,40020030,3002,18,0,"Umm... Sorry, but I'm not ticklish...",,1 +20,31,40020031,3002,18,0,"Bwahhh?! Ah, t-that wasn't a very cute sound just now! Please erase that from your memory!",,1 +20,32,40020032,3002,18,0,"Ahh, what's wrong?",,1 +20,33,40020033,3002,18,0,"Grr, now I'm fuming!",,1 +20,34,40020034,3002,18,0,"Grr, I said stop.",,1 +20,35,40020035,3002,18,0,"Ugh, fine. Because I'm the sweet Kasumin, I will allow it.",,1 +20,36,40020036,3002,18,0,"Ehehe, hehe! You're making me feel shy!",,1 +20,37,40020037,3002,18,0,Wah?!,,1 +20,38,40020038,3002,24,0,"Wait, you're not ignoring my story, are you?",,1 +20,39,40020039,3002,25,0,Goals are easy peasy.,,1 +20,40,40020040,3002,26,0,Let's do a live show!,,1 +20,41,40020041,3002,27,0,I want to perform even more!,,1 +20,42,40020042,3002,28,0,I still want to sing my heart out!,,1 +20,43,40020043,3002,29,0,"Well, I got this in the bag even if I don't practice.",,1 +20,44,40020044,3002,30,0,What are you going to do to make me even cuter? Grr! Don't tease me!,,1 +20,45,40020045,3002,31,0,You got a present! Huh? It's not Koppe bread!,,1 +20,46,40020046,3002,32,0,There isn't a single person on earth who isn't my fan. ♪,,1 +20,47,40020047,3002,33,0,Oh? You got new info.,,1 +20,48,40020048,3002,34,0,They're having an event! We should join!,,1 +20,49,40020049,3002,35,0,Do you want to read the story together?,,1 +20,50,40020050,3002,36,0,You have so many friends.,,1 +20,51,40020051,3002,37,0,This is just the beginning of my performance!,,1 +20,52,40020052,3002,46,0,"I'm Japan's cutest school idol, Kasumi Nakasu! Please call me Kasumin. ♪",,1 +20,53,40020053,3002,47,0,I'm still pumped!,,1 +20,54,40020054,3002,48,0,Yay!,,1 +20,55,40020055,3002,49,0,Bring it!,,1 +20,56,40020056,3002,40,0,All eyes on me!,,1 +20,57,40020057,3002,40,0,Here I go!,,1 +20,58,40020058,3002,40,0,How exciting. ♪,,1 +20,59,40020059,3002,38,0,"Ehehe, did you see me?",,1 +20,60,40020060,3002,38,0,The amazing Kasumin is at it again!,,1 +20,61,40020061,3002,38,0,Was I cute?,,1 +20,62,40020062,3002,38,0,"You can praise me, you know?",,1 +20,63,40020063,3002,38,0,That was a piece of cake.,,1 +20,64,40020064,3002,39,0,"Ahh, I wasn't in my best form, that's all!",,1 +20,65,40020065,3002,39,0,I messed up.,,1 +20,66,40020066,3002,41,0,Yay!,,1 +20,67,40020067,3002,41,0,Send compliments my way!,,1 +20,68,40020068,3002,41,0,Kasumin is amazing!,,1 +20,69,40020069,3002,41,0,You got a lot of rewards!,,1 +20,70,40020070,3002,41,0,Ehehe.,,1 +20,71,40020071,3002,41,0,I'm feeling super!,,1 +20,72,40020072,3002,41,0,I did my best!,,1 +20,73,40020073,3002,42,0,I want you to stay by my side and support me.,,1 +20,74,40020074,3002,42,0,Did everyone's feelings reach you?,,1 +20,75,40020075,3002,42,0,"Newsie, it's all thanks to your support!",,1 +20,76,40020076,3002,42,0,"Ehehe, now we're even closer, Newsie!",,1 +20,77,40020077,3002,42,0,Thanks for cheering me on!,,1 +20,78,40020078,3002,42,0,"I heard you cheering for me, Newsie, so I tried even harder.",,1 +20,79,40020079,3002,42,0,This is the fruits of our labor!,,1 +20,80,40020080,3002,43,0,Did I improve? Of course I did!,,1 +20,81,40020081,3002,44,0,"Whenever you root for me, I get super pumped!",,1 +20,82,40020082,3002,45,0,I'm not the same Kasumin you used to know!,,1 +20,83,40020083,3002,23,1,Happy New Year! It must be a good omen if you're spending New Year's Day with me!,,1 +20,84,40020084,3002,23,2,"Ogres out, fortune in! Newsie, you come in too!",,1 +20,85,40020085,3002,23,3,"I put my feelings into this giant chocolate, so please take it!",,1 +20,86,40020086,3002,23,4,The Hina dolls are so cute. Just like Kasumin.,,1 +20,87,40020087,3002,23,5,"Eh, is it really okay for me to accept your return gift for Valentine's Day? I'm brimming over with happiness!",,1 +20,88,40020088,3002,23,6,Let's go shopping for Kashiwa mochi!,,1 +20,89,40020089,3002,23,7,"Orihime, Hikoboshi, please grant me and my friends' wishes!",,1 +20,90,40020090,3002,23,8,"What kind of swimsuit should I wear this year? What do you think, Newsie?",,1 +20,91,40020091,3002,23,9,"To make the harvest festival more exciting, let's decorate like crazy!",,1 +20,92,40020092,3002,23,10,"I'll play a trick on you if you don't give me candy! Hey, are you scared?",,1 +20,93,40020093,3002,23,11,Merry Christmas! Let's exchange gifts!,,1 +20,94,40020094,3002,23,12,"I had a bunce of fun with you this year, Newsie. Let's spend more time together next year, too.",,1 +20,95,40020095,3002,23,31,"Ayumu, happy birthdaaay! This ribbon is your present!",,1 +20,96,40020096,3002,23,32,It's my birthday! Please celebrate all day with me. ♪,,1 +20,97,40020097,3002,23,33,"Shizuko, happy birthday! Let's go eat crêpes together, my treat!",,1 +20,98,40020098,3002,23,34,"Karin, happy birthday! I made no-carb koppe bread for you! Please try it. ♪",,1 +20,99,40020099,3002,23,35,"Ai, happy birthday! I'll go running with you anywhere you want today!",,1 +20,100,40020100,3002,23,36,"Kanata, happy birthday! I got you a soft pillowcase as a present!",,1 +20,101,40020101,3002,23,37,"Setsuna, happy birthday! Let's binge watch anime today!",,1 +20,102,40020102,3002,23,38,"Emma, happy birthday! I'm going to sing the birthday song for you!",,1 +20,103,40020103,3002,23,39,"Rinako, happy birthday! Let's chill and play video games all day together. ♪",,1 +20,104,40020104,3002,23,40,"Shioko, happy birthday! Here you go. Now we have matching mechanical pencils!",,1 +20,105,40020105,3002,23,41,"Miako, happy birthday! I want to take you for hamburgers today!",,1 +20,106,40020106,3002,23,42,"Lanzhu, happy birthday! I'll let you have Kasumin all to yourself today!",,1 +20,107,40020107,3002,23,52,I'm going to work reaaal hard so make sure to take a whole bunch of cute pictures of me! ♪,,223062402 +20,108,40020108,3002,23,53,"Newsiiie! Do you think you're getting the hang of what School Idols are? If you want to know more... Oh, right...",,223101514 +21,1,40021001,3003,0,0,"Oh. Sorry, I was absorbed in the script.",,1 +21,2,40021002,3003,1,0,"The next play is about... Ah, I will keep it a secret. I would like you to look forward to seeing it!",,1 +21,3,40021003,3003,0,0,I want to play the role of many heroines!,,1 +21,4,40021004,3003,1,0,"I use an aroma diffuser before bed, and it helps calm my nerves.",,1 +21,5,40021005,3003,0,0,I got to prepare for Kasumi's mini test!,,1 +21,6,40021006,3003,1,0,"When I used the pillow Kanata recommended, I drifted off in an instant!",,1 +21,7,40021007,3003,2,0,I will do my homework as soon as I get home. It will spell trouble if I put it off for too long.,,1 +21,8,40021008,3003,3,0,I'm going to take Ophelia for a walk. Would you like to join me?,,1 +21,9,40021009,3003,4,0,"Ophelia will hold her favorite stick in her mouth and never let go. Haha, she's a little rascal.",,1 +21,10,40021010,3003,5,0,I can be your tour guide if you go to Kamakura! There are so many wonderful places there.,,1 +21,11,40021011,3003,6,0,Huh? My ribbon is crooked? Please fix it!,,1 +21,12,40021012,3003,7,0,Will you go to the movies with me? There's a really amazing film I want to see!,,1 +21,13,40021013,3003,8,0,"When you root for me, I feel so pleased.",,1 +21,14,40021014,3003,9,0,"The truth is I would like you to stay... Never mind, it's nothing!",,1 +21,15,40021015,3003,10,0,I want a new lip balm. Would you go shopping with me?,,1 +21,16,40021016,3003,11,0,"Once you start reading an interesting book, you just can't put it down, right?",,1 +21,17,40021017,3003,12,0,Can I ask for your advice regarding the direction of the next live show?,,1 +21,18,40021018,3003,13,0,I need to reflect on today's practice.,,1 +21,19,40021019,3003,14,0,The sun is rising on another day!,,1 +21,20,40021020,3003,15,0,"Oh, I need to return my library book!",,1 +21,21,40021021,3003,16,0,Good work today. Let's take it easy now.,,1 +21,22,40021022,3003,17,0,*yawn* Good night...,,1 +21,23,40021023,3003,19,0,It's the flowering season!,,1 +21,24,40021024,3003,20,0,The vegetation is so lush and pretty!,,1 +21,25,40021025,3003,21,0,It really feels like autumn when the sky is so clear!,,1 +21,26,40021026,3003,22,0,I always want to drink hot cocoa whenever it's winter.,,1 +21,27,40021027,3003,18,0,Is there anything I can do to help?,,1 +21,28,40021028,3003,18,0,Do you need something?,,1 +21,29,40021029,3003,18,0,"Yes, can I help you?",,1 +21,30,40021030,3003,18,0,"Eek! Haha, please stop!",,1 +21,31,40021031,3003,18,0,Huh?,,1 +21,32,40021032,3003,18,0,What is it?,,1 +21,33,40021033,3003,18,0,Urgh...,,1 +21,34,40021034,3003,18,0,Are you trying to make me angry?,,1 +21,35,40021035,3003,18,0,"Fine, just for today.",,1 +21,36,40021036,3003,18,0,"Oh, I'm embarrassed...",,1 +21,37,40021037,3003,18,0,You want to do that here? I guess it's fine...,,1 +21,38,40021038,3003,24,0,There is a story I want to see.,,1 +21,39,40021039,3003,25,0,There are Goals? How exciting.,,1 +21,40,40021040,3003,26,0,I want to participate in a live show!,,1 +21,41,40021041,3003,27,0,I can keep going!,,1 +21,42,40021042,3003,28,0,I want to sing more!,,1 +21,43,40021043,3003,29,0,Lessons are fun.,,1 +21,44,40021044,3003,30,0,"What kind of lesson is it? Well, no matter. I will still try my best!",,1 +21,45,40021045,3003,31,0,You got a present.,,1 +21,46,40021046,3003,32,0,I wonder who we will meet next. I'm looking forward to it.,,1 +21,47,40021047,3003,33,0,It looks like you got some kind of new notification. Let us have a look.,,1 +21,48,40021048,3003,34,0,"There in the middle of an event. Why don't we join, too?",,1 +21,49,40021049,3003,35,0,Will you check the story?,,1 +21,50,40021050,3003,36,0,Let us go see our friends!,,1 +21,51,40021051,3003,37,0,It's only natural to do what you love... What I want is what lies ahead.,,1 +21,52,40021052,3003,46,0,I'm Shizuku Osaka. I'll do my best as an actor and a school idol!,,1 +21,53,40021053,3003,47,0,The basics are important!,,1 +21,54,40021054,3003,48,0,Please watch me!,,1 +21,55,40021055,3003,49,0,I want to perform!,,1 +21,56,40021056,3003,40,0,I'll Give It My All!,,1 +21,57,40021057,3003,40,0,Please watch me!,,1 +21,58,40021058,3003,40,0,Here I go!,,1 +21,59,40021059,3003,38,0,"Hehe, we did it!",,1 +21,60,40021060,3003,38,0,Were you watching me?,,1 +21,61,40021061,3003,38,0,I'd like if you praised me!,,1 +21,62,40021062,3003,38,0,I feel like I can do anything whenever you're there to support me.,,1 +21,63,40021063,3003,38,0,What a great success!,,1 +21,64,40021064,3003,39,0,"Urgh, I feel dejected...",,1 +21,65,40021065,3003,39,0,We should practice more...,,1 +21,66,40021066,3003,41,0,I received a reward.,,1 +21,67,40021067,3003,41,0,We should keep practicing and strive for better!,,1 +21,68,40021068,3003,41,0,Is this much...all right?,,1 +21,69,40021069,3003,41,0,I'm so glad I kept fighting.,,1 +21,70,40021070,3003,41,0,Would you compliment me?,,1 +21,71,40021071,3003,41,0,"If you praise me, I would be really happy...",,1 +21,72,40021072,3003,41,0,It's all thanks to your support.,,1 +21,73,40021073,3003,42,0,Thank you for always watching over me. You give me strength to keep trying.,,1 +21,74,40021074,3003,42,0,Your gaze lifts me up.,,1 +21,75,40021075,3003,42,0,You're always giving me the push I need.,,1 +21,76,40021076,3003,42,0,Did my performance reach your heart?,,1 +21,77,40021077,3003,42,0,I felt relieved when I saw your face from the stage.,,1 +21,78,40021078,3003,42,0,I want you to keep watching over me moving forward...,,1 +21,79,40021079,3003,42,0,I feel invigorated whenever I see your face!,,1 +21,80,40021080,3003,43,0,Did I improve?,,1 +21,81,40021081,3003,44,0,I want you to see all of my hard work at play!,,1 +21,82,40021082,3003,45,0,Please look forward to the next live show!,,1 +21,83,40021083,3003,23,1,Happy New Year. I'm so happy we can spend the first day of the year together.,,1 +21,84,40021084,3003,23,2,"Today is Setsubun. I heard if you eat the same number of soybeans as your age, you will be in good health.",,1 +21,85,40021085,3003,23,3,"Umm, I...made chocolate. Can I give it to you?",,1 +21,86,40021086,3003,23,4,The ceremonial kimono Hina dolls wear is marvelous. I would love to play the roll of someone from their era.,,1 +21,87,40021087,3003,23,5,"This is thank you for the Valentine's chocolate I gave you? Oh, thank you! Hehe, I wasn't expecting this.",,1 +21,88,40021088,3003,23,6,Today is Children's Day. I would love to play the role of the samurai along with the headpiece.,,1 +21,89,40021089,3003,23,7,Today is the Star Festival. Let's write down our wishes.,,1 +21,90,40021090,3003,23,8,Today is Marine Day. It's fairly hot out. Would you like to go swimming in Kamakura's sea?,,1 +21,91,40021091,3003,23,9,It's time for the harvest festival. I bought moon dumplings.,,1 +21,92,40021092,3003,23,10,Happy Halloween! I have confidence in acting as a ghost. Do you want to see?,,1 +21,93,40021093,3003,23,11,Merry Christmas! I can't wait to enjoy the party with everyone!,,1 +21,94,40021094,3003,23,12,"Thank you for supporting me this year. Will you be with me next year, too?",,1 +21,95,40021095,3003,23,31,"Ayumu, happy birthday. I respect how hard you work in everything you do!",,1 +21,96,40021096,3003,23,32,"Kasumi, happy birthday. Let's enjoy some crêpes together. Of course it will be my treat!",,1 +21,97,40021097,3003,23,33,"Thank you for celebrating my birthday! Hehe, I've grown up a little!",,1 +21,98,40021098,3003,23,34,"Karin, happy birthday. Let's stretch together today!",,1 +21,99,40021099,3003,23,35,"Ai, happy birthday. I want to learn how to be positive like you!",,1 +21,100,40021100,3003,23,36,"Kanata, happy birthday. I found the best place to take a nap! Let me show you!",,1 +21,101,40021101,3003,23,37,"Setsuna, happy birthday. I want to share the expression of love in your heart to the whole world!",,1 +21,102,40021102,3003,23,38,"Emma, happy birthday. I got this cute hair accessory for you, so I would love if you wore it!",,1 +21,103,40021103,3003,23,39,"Rina, happy birthday. You should share this parfait with me. ♪",,1 +21,104,40021104,3003,23,40,"Shioriko, happy birthday. Let's spend the day together!",,1 +21,105,40021105,3003,23,41,"Mia, happy birthday. I can play catch with you today! Catch!",,1 +21,106,40021106,3003,23,42,"Lanzhu, happy birthday. I want to have an amazing presence like you!",,1 +21,107,40021107,3003,23,52,"I know you'll always take pictures at just the right angles. Hehe, I'm looking forward to today. ♪",,223062402 +21,108,40021108,3003,23,53,Thank you for always writing about me. I'll polish my moves even more so you can see me shine...,,223101514 +22,1,40022001,3004,0,0,"If you want quality sleep, then beauty sleep is essential. These are just the basics.",,1 +22,2,40022002,3004,1,0,I have club activities soon. I will work hard!,,1 +22,3,40022003,3004,0,0,"Hey, will you help me stretch?",,1 +22,4,40022004,3004,1,0,I forgot...my homework...,,1 +22,5,40022005,3004,0,0,"On our next day off, will you go to the café with me?",,1 +22,6,40022006,3004,1,0,I can't believe so many people are cheering for me. It feels like I'm dreaming.,,1 +22,7,40022007,3004,2,0,"I-I'm not lost or anything! I'm just going for a little walk, is all.",,1 +22,8,40022008,3004,3,0,I'll show you around the island where I was born.,,1 +22,9,40022009,3004,4,0,I will accompany you to the zoo. ♪,,1 +22,10,40022010,3004,5,0,"Don't I get tired of only eating salad, you ask? I get creative with the dressings, so no, I don't.",,1 +22,11,40022011,3004,6,0,You're watching someone else's video again...,,1 +22,12,40022012,3004,7,0,"I'm thinking of buying a new hat. If you'd like, can we buy matching designs?",,1 +22,13,40022013,3004,8,0,"When you fix your gaze on me, it fills me with passion.",,1 +22,14,40022014,3004,9,0,I devote myself to my passions because of your support. Thank you.,,1 +22,15,40022015,3004,10,0,You should rely on me sometimes. It's not fair if you're always supporting me right?,,1 +22,16,40022016,3004,11,0,"Have you seen Emma? I've been looking for her, but I can't find her anywhere.",,1 +22,17,40022017,3004,12,0,"When getting in shape, focusing on my form is more important than losing weight. I must keep a balanced figure.",,1 +22,18,40022018,3004,13,0,"*yawn* Ah, did you see me make a weird face just now? Don't tell anyone!",,1 +22,19,40022019,3004,14,0,Why am I so tired in the morning...,,1 +22,20,40022020,3004,15,0,Let's get rejuvenated!,,1 +22,21,40022021,3004,16,0,I want to take a nice warm bath.,,1 +22,22,40022022,3004,17,0,Good night. Sweet dreams.,,1 +22,23,40022023,3004,19,0,This time of year is nice and warm. I wonder if I should go on a stroll.,,1 +22,24,40022024,3004,20,0,I bought a new bathing suit! Why don't we go to the pool?,,1 +22,25,40022025,3004,21,0,I'd like a hot cup of herbal tea. Would you like to join me?,,1 +22,26,40022026,3004,22,0,"When it's cold, my muscles get stiff. I have to make sure to stretch more than usual.",,1 +22,27,40022027,3004,18,0,"Allow me to support you, too.",,1 +22,28,40022028,3004,18,0,"Oh, are you interested?",,1 +22,29,40022029,3004,18,0,Hey...you're pretty naughty.,,1 +22,30,40022030,3004,18,0,"Ahh! Hey, quit messing around!",,1 +22,31,40022031,3004,18,0,Huh?,,1 +22,32,40022032,3004,18,0,What's wrong...,,1 +22,33,40022033,3004,18,0,I've had enough...,,1 +22,34,40022034,3004,18,0,You are irking me.,,1 +22,35,40022035,3004,18,0,"Ugh, I cannot deal with you.",,1 +22,36,40022036,3004,18,0,I-I'm not shy or anything!,,1 +22,37,40022037,3004,18,0,Why are you doing that here?!,,1 +22,38,40022038,3004,24,0,There's a story.,,1 +22,39,40022039,3004,25,0,Whenever you're ready.,,1 +22,40,40022040,3004,26,0,Do you want to watch my live show?,,1 +22,41,40022041,3004,27,0,I can still push forward.,,1 +22,42,40022042,3004,28,0,I want to sing even more!,,1 +22,43,40022043,3004,29,0,"If I put in effort, I will see results.",,1 +22,44,40022044,3004,30,0,"I want to show you not only my beauty, but other things, too.",,1 +22,45,40022045,3004,31,0,It seems like you got a present.,,1 +22,46,40022046,3004,32,0,You can't win people's hearts with attraction alone.,,1 +22,47,40022047,3004,33,0,"Oh, you have new information.",,1 +22,48,40022048,3004,34,0,There's an event. We have to join!,,1 +22,49,40022049,3004,35,0,I'd like...if you read the story.,,1 +22,50,40022050,3004,36,0,I'm interested in your rivals.,,1 +22,51,40022051,3004,37,0,What version of me do you want to see? Can you tell me?,,1 +22,52,40022052,3004,46,0,Karin Asaka here. I'll make sure your eyes stay glued to me. ♡,,1 +22,53,40022053,3004,47,0,This is just the beginning!,,1 +22,54,40022054,3004,48,0,Awesome!,,1 +22,55,40022055,3004,49,0,Look at me!,,1 +22,56,40022056,3004,40,0,"Well, let's go.",,1 +22,57,40022057,3004,40,0,Time to shine.,,1 +22,58,40022058,3004,40,0,Your gaze is fixed on me.,,1 +22,59,40022059,3004,38,0,"Hehe, what a huge success.",,1 +22,60,40022060,3004,38,0,Did you see me? I could do it because you were supporting me.,,1 +22,61,40022061,3004,38,0,Awesome!,,1 +22,62,40022062,3004,38,0,That's perfection for you!,,1 +22,63,40022063,3004,38,0,I'll sing just for you.,,1 +22,64,40022064,3004,39,0,My abilities were not enough. I should review.,,1 +22,65,40022065,3004,39,0,Let's use this loss to push us forward.,,1 +22,66,40022066,3004,41,0,Our bond is getting stronger.,,1 +22,67,40022067,3004,41,0,Did I steal your heart?,,1 +22,68,40022068,3004,41,0,"Haha, how about that?",,1 +22,69,40022069,3004,41,0,Nicely done!,,1 +22,70,40022070,3004,41,0,My hard work paid off.,,1 +22,71,40022071,3004,41,0,I feel satisfied since we had a great live show.,,1 +22,72,40022072,3004,41,0,It's all thanks to you.,,1 +22,73,40022073,3004,42,0,I want to hear your thoughts.,,1 +22,74,40022074,3004,42,0,Do you understand my feelings?,,1 +22,75,40022075,3004,42,0,We should celebrate.,,1 +22,76,40022076,3004,42,0,We've come so far...,,1 +22,77,40022077,3004,42,0,This is proof of our hard work.,,1 +22,78,40022078,3004,42,0,It's because you're in my corner.,,1 +22,79,40022079,3004,42,0,I'm grateful to you.,,1 +22,80,40022080,3004,43,0,Please focus only on me!,,1 +22,81,40022081,3004,44,0,Did I progress?,,1 +22,82,40022082,3004,45,0,I want to become even better. Watch me!,,1 +22,83,40022083,3004,23,1,"Happy New Year. Let's take it easy today. Come on, don't be shy.",,1 +22,84,40022084,3004,23,2,Today is Setsubun. I'm going all out with the soybeans!,,1 +22,85,40022085,3004,23,3,"What day is it? Oh, your face is a bit flushed. Are you expecting some chocolate? Hehe, please look forward to it.",,1 +22,86,40022086,3004,23,4,It's the Hina Festival. The dorm lounge is decorated with Hina dolls. Let's go see them!,,1 +22,87,40022087,3004,23,5,I'm expecting something from you today. Do you know what it is?,,1 +22,88,40022088,3004,23,6,Today is Children's Day. I'm going with Emma to buy Kashiwa mochi. Would you like to come?,,1 +22,89,40022089,3004,23,7,Do you know what my wish is? Can you read my mind?,,1 +22,90,40022090,3004,23,8,"It's Marine Day, so let's go to the beach. Which bathing suit should I choose... Can you pick it out for me?",,1 +22,91,40022091,3004,23,9,Today is the harvest festival. Let's watch the harvest moon together.,,1 +22,92,40022092,3004,23,10,Today is Halloween. What costume should I wear?,,1 +22,93,40022093,3004,23,11,Merry Christmas! Let's have our own gift exchange.,,1 +22,94,40022094,3004,23,12,"This year went by so fast. I think it's because you were with me. Please stay by my side next year, too.",,1 +22,95,40022095,3004,23,31,"Chisato, happy birthday. It encourages me whenever I see your hard work.",,1 +22,96,40022096,3004,23,32,"Kasumi, happy birthday. I feel happy whenever I see you.",,1 +22,97,40022097,3004,23,33,"Shizuku, happy birthday. I want you to play the role of a girl like me one day.",,1 +22,98,40022098,3004,23,34,"You remembered my birthday Hehe, I'm glad. Thanks. I might ask you to give me a special gift.",,1 +22,99,40022099,3004,23,35,"Ai, happy birthday. Your power to bring people together is your greatest weapon.",,1 +22,100,40022100,3004,23,36,"Kanata, happy birthday. You always persevere though tough times, and I want to be your support.",,1 +22,101,40022101,3004,23,37,"Setsuna, happy birthday. Please let me help you reach your dreams.",,1 +22,102,40022102,3004,23,38,"Emma, happy birthday. You're always spoiling me, but you should rely on me sometimes too.",,1 +22,103,40022103,3004,23,39,"Rina, happy birthday. I'm going to take you to the zoo today. ♪",,1 +22,104,40022104,3004,23,40,"Shioriko, happy birthday. Since you're always serious, so I want to pamper you once in a while.",,1 +22,105,40022105,3004,23,41,"Mia, happy birthday. I'm going to take you to so many places today!",,1 +22,106,40022106,3004,23,42,"Lanzhu, happy birthday. Allow me to choose your dress for your birthday party!",,1 +22,107,40022107,3004,23,52,I hope you're ready to have so much fun you'll forget to do your job! ♡,,223062402 +22,108,40022108,3004,23,53,Has it only been...half a year since we met? It feels like we've been friends forever...,,223101514 +23,1,40023001,3005,0,0,"Hey, let's go to karaoke! And then the arcade! Oh, and after that, bowling!",,1 +23,2,40023002,3005,1,0,Maybe I should stretch.,,1 +23,3,40023003,3005,0,0,I'm going to cheer on the basketball team. Will you come with?,,1 +23,4,40023004,3005,1,0,I found a new café. Let's go together!,,1 +23,5,40023005,3005,0,0,I should eat a good lunch to prepare me for club activites!,,1 +23,6,40023006,3005,1,0,100 running puns by yours truely! Doesn't that sound fun?,,1 +23,7,40023007,3005,2,0,I'm going to Rinari's place to play some games. You wanna come? Let's play!,,1 +23,8,40023008,3005,3,0,"Whenever we talk, I feel like time goes by so fast.",,1 +23,9,40023009,3005,4,0,You gotta HAND it to me for using this hand fan so brilliantly. Geddit?,,1 +23,10,40023010,3005,5,0,I want to go somewhere fun. How about you?,,1 +23,11,40023011,3005,6,0,I'm going to MIsato's place! I have so many things I want to talk about.,,1 +23,12,40023012,3005,7,0,Help me with my pun practice! I want to see your reaction to my jokes.,,1 +23,13,40023013,3005,8,0,Will you come over to eat some monjayaki? It's on the house. ♪,,1 +23,14,40023014,3005,9,0,Every day is so much fun because I'm with you.,,1 +23,15,40023015,3005,10,0,I'm really motivated whenever you cheer me on.,,1 +23,16,40023016,3005,11,0,"I'm strong to finish, because I eat my spinach! Just kidding.",,1 +23,17,40023017,3005,12,0,Being a school idol is so fun!,,1 +23,18,40023018,3005,13,0,Awesome work today!,,1 +23,19,40023019,3005,14,0,I wonder what new things I will learn today. I can't wait!,,1 +23,20,40023020,3005,15,0,I love running because I feel so refreshed after. I wonder where I should run today.,,1 +23,21,40023021,3005,16,0,"I moved around a bunch today, so now I want to relax in the bathtub.",,1 +23,22,40023022,3005,17,0,"Tomorrow's an early start, so I should get to bed... Night...",,1 +23,23,40023023,3005,19,0,"It's such nice, warm weather. Perfect weather for a live show! Don't you think?",,1 +23,24,40023024,3005,20,0,Let's go get some ice cream. What flavor do you like? I have so many favorites I can't choose.,,1 +23,25,40023025,3005,21,0,Fall is the perfect time for sports. Let's go running!,,1 +23,26,40023026,3005,22,0,"It's cold! It's already winter, huh? Umm...can you come a bit closer and warm me up?",,1 +23,27,40023027,3005,18,0,Do you need help with something?,,1 +23,28,40023028,3005,18,0,"If you need help, Ai can do it!",,1 +23,29,40023029,3005,18,0,What?! Is it a private chat?,,1 +23,30,40023030,3005,18,0,"Hahaha, wait! Not there!",,1 +23,31,40023031,3005,18,0,Ahh! You scared me.,,1 +23,32,40023032,3005,18,0,Hm? What is it?,,1 +23,33,40023033,3005,18,0,Heeey!,,1 +23,34,40023034,3005,18,0,"Hey, quit it!",,1 +23,35,40023035,3005,18,0,I guess I will allow it.,,1 +23,36,40023036,3005,18,0,Ehehe...,,1 +23,37,40023037,3005,18,0,Bwaaahh!,,1 +23,38,40023038,3005,24,0,Read the story!,,1 +23,39,40023039,3005,25,0,Oh? What is it? Goals? You've got guts!,,1 +23,40,40023040,3005,26,0,"Oh, can I sing again?",,1 +23,41,40023041,3005,27,0,Please let me sing some more!,,1 +23,42,40023042,3005,28,0,Ai still got it!,,1 +23,43,40023043,3005,29,0,I'll do my best during practice.,,1 +23,44,40023044,3005,30,0,I killed it!,,1 +23,45,40023045,3005,31,0,"You got a present. Go on, don't be shy.",,1 +23,46,40023046,3005,32,0,Ai love you all!,,1 +23,47,40023047,3005,33,0,Hm? You got new information.,,1 +23,48,40023048,3005,34,0,There's an event! We have to do it!,,1 +23,49,40023049,3005,35,0,You have an unread story. Read it!,,1 +23,50,40023050,3005,36,0,Let's get everyone together and go hang out!,,1 +23,51,40023051,3005,37,0,Hmm... What puns should I tell everyone today...,,1 +23,52,40023052,3005,46,0,Heyo! I'm Ai Miyashita! I love doing fun things with everyone! Let's make the best memories!,,1 +23,53,40023053,3005,47,0,Take that!,,1 +23,54,40023054,3005,48,0,Wooo!,,1 +23,55,40023055,3005,49,0,I still got it!,,1 +23,56,40023056,3005,40,0,"Alrighty, let's go!",,1 +23,57,40023057,3005,40,0,Ready to go!,,1 +23,58,40023058,3005,40,0,Ai will sing for you!,,1 +23,59,40023059,3005,38,0,Yippie!,,1 +23,60,40023060,3005,38,0,Spectacular!,,1 +23,61,40023061,3005,38,0,Perfect!,,1 +23,62,40023062,3005,38,0,"Ehehe, tell me I'm great!",,1 +23,63,40023063,3005,38,0,Awesome!,,1 +23,64,40023064,3005,39,0,Urgh... I'll try harder next time!,,1 +23,65,40023065,3005,39,0,Ai can do even more! I just got to pull myself together!,,1 +23,66,40023066,3005,41,0,A huge success!,,1 +23,67,40023067,3005,41,0,That's a bunch!,,1 +23,68,40023068,3005,41,0,"Wow, we got this much?",,1 +23,69,40023069,3005,41,0,Ahem!,,1 +23,70,40023070,3005,41,0,"For MONumental effort, you only need MONjayaki! ♪",,1 +23,71,40023071,3005,41,0,Lucky!,,1 +23,72,40023072,3005,41,0,Here's your reward!,,1 +23,73,40023073,3005,42,0,This is crazy amazing!,,1 +23,74,40023074,3005,42,0,I'm glad I did my best!,,1 +23,75,40023075,3005,42,0,I've never been this happy!,,1 +23,76,40023076,3005,42,0,I want to brag to everyone. ♪,,1 +23,77,40023077,3005,42,0,How exciting!,,1 +23,78,40023078,3005,42,0,I want to do more live shows!,,1 +23,79,40023079,3005,42,0,"I'm so happy, I can't keep still!",,1 +23,80,40023080,3005,43,0,My energy is at it's max!,,1 +23,81,40023081,3005,44,0,Ai want to see all kinds of different places!,,1 +23,82,40023082,3005,45,0,I'm all fired up!,,1 +23,83,40023083,3005,23,1,Happy New Year! I also want to have exciting live shows this year too!,,1 +23,84,40023084,3005,23,2,It's Setsubun. Let's invite everyone and have a bean throwing party!,,1 +23,85,40023085,3005,23,3,It's Valentine's Day! Take it! I put aaalll of my feelings into it!,,1 +23,86,40023086,3005,23,4,Today is the Hina Festival! I wonder how heavy the Hina dolls' twelve-layered kimono is? I would like to try it on once.,,1 +23,87,40023087,3005,23,5,"Huh, you're giving this to me? Ah, it's White Day...",,1 +23,88,40023088,3005,23,6,May 5th is Children's Day! I want to eat Kashiwa mochi.,,1 +23,89,40023089,3005,23,7,What kind of wish are you going to write on your Star Festival paper? You can tell me!,,1 +23,90,40023090,3005,23,8,"Today's Marine Day. I think I'll go running on the beach. Come on, let's go!",,1 +23,91,40023091,3005,23,9,The moon on the Moon Festival is so pretty. I could watch it forever.,,1 +23,92,40023092,3005,23,10,"Happy Halloween! You have to give me candy or... Oh, you have some? Aw, I wanted to play a trick on you.",,1 +23,93,40023093,3005,23,11,Merry Christmas! What kind of present did you get from Santa?,,1 +23,94,40023094,3005,23,12,Huh?! Today is the last day of the year?! That was fast! I'm looking forward to spending another year with you!,,1 +23,95,40023095,3005,23,31,"Ayumu, happy birth! I'm going to take you on a fun-filled tour.",,1 +23,96,40023096,3005,23,32,"Kasukasu, happy birth! Using my charm, I want to transform you into the cutest version of yourself today!",,1 +23,97,40023097,3005,23,33,"Shizuku, happy birth! For the drama club's next play, I will help backstage so you can focus on making it to the big stage.",,1 +23,98,40023098,3005,23,34,"Karin, happy birth! I want to continue to be a good influence to each other. Looking forward to our lasting friendship!",,1 +23,99,40023099,3005,23,35,"Oh, you're celebrating my birthday? Yay! Ai want to do something fun! ♪",,1 +23,100,40023100,3005,23,36,"Kana, happy birth! I'll make sure you get plenty of sleep today! Here's a pillow!",,1 +23,101,40023101,3005,23,37,"Setsu, happy birth! Let's go to the same places shown in your favorite anime!",,1 +23,102,40023102,3005,23,38,"Emma, happy birth! I found a really nice park. Let's have a picnic!",,1 +23,103,40023103,3005,23,39,"Rinari, happy birth! I love how you always give your very best! Let's play video games all day!",,1 +23,104,40023104,3005,23,40,"Shio-ti, happy birth! I made you an album as a gift! It ended up really big!",,1 +23,105,40023105,3005,23,41,"Mia-chi, happy birth! You should come over, I cooked specially made hamburgers for you!",,1 +23,106,40023106,3005,23,42,"Lanzhu, happy birth! I prepared a huge party just for you! Come on, let's go!",,1 +23,107,40023107,3005,23,52,Thanks for coming! What? Pictures? I hope you're ready to capture closeups of me on a whole other level!,,223062402 +23,108,40023108,3005,23,53,"Today's a special day! So, why don't we go take pictures of the very special Ai? C'mon, let's go...",,223101514 +24,1,40024001,3006,0,0,Come nap with me.,,1 +24,2,40024002,3006,1,0,I wonder what sides should I put in my lunch box?,,1 +24,3,40024003,3006,0,0,*yawn* Good niiight... Zzz...,,1 +24,4,40024004,3006,1,0,What's your favorite food? Please tell me.,,1 +24,5,40024005,3006,0,0,I'm going to make a lot of Haruka's favorite side dishes with dinner today.,,1 +24,6,40024006,3006,1,0,My favorite pillow is missing. Please help me find it.,,1 +24,7,40024007,3006,2,0,I have a nice-feeling blanket which will help me nap effortlessly.,,1 +24,8,40024008,3006,3,0,I'm in the mood to sing! Let's hurry on to a live show.,,1 +24,9,40024009,3006,4,0,Please come to our live show! That's a promise between us.,,1 +24,10,40024010,3006,5,0,I need to go to my part-time job. I have to hurry...,,1 +24,11,40024011,3006,6,0,I want to do my hair. What style do you think would fit me?,,1 +24,12,40024012,3006,7,0,"Even if I'm sleepy, it's important to take care of... my skin... Zzz...",,1 +24,13,40024013,3006,8,0,"When you're super sleepy, what do you do? I end up taking a nap. ♪",,1 +24,14,40024014,3006,9,0,I'd love if I could use your lap as a pillow... Right now actually!,,1 +24,15,40024015,3006,10,0,Were you enchanted by me during the live show? You can gaze even harder if you'd like.,,1 +24,16,40024016,3006,11,0,"My special skill is being able to sleep anytime, anywhere. Zzz...",,1 +24,17,40024017,3006,12,0,"Mmnf, I'm sleepy, but I'll try my best...",,1 +24,18,40024018,3006,13,0,Ahem! Don't miss doing your lesson prep review.,,1 +24,19,40024019,3006,14,0,"Haruka made fried eggs for breakfast, and it was so yummy.",,1 +24,20,40024020,3006,15,0,"On nice days, I want to hang my futon outside.",,1 +24,21,40024021,3006,16,0,Bathtime is relaxation time.,,1 +24,22,40024022,3006,17,0,"I'm so sleepy, but I should hang in there and continue studying.",,1 +24,23,40024023,3006,19,0,"The sun is telling me to take a nice, warm nap... Zzz...",,1 +24,24,40024024,3006,20,0,It's hooot... I want shaved ice.,,1 +24,25,40024025,3006,21,0,I've been making good progress on reading and sleeping.,,1 +24,26,40024026,3006,22,0,"It's cold, so I'm going to hibernate... Bye then... Zzz...",,1 +24,27,40024027,3006,18,0,I can help you. Just say the word.,,1 +24,28,40024028,3006,18,0,Mmn...just five more hours...,,1 +24,29,40024029,3006,18,0,Huh? I'm awake you know.,,1 +24,30,40024030,3006,18,0,Stop!,,1 +24,31,40024031,3006,18,0,Ah! You surprised me...,,1 +24,32,40024032,3006,18,0,What?,,1 +24,33,40024033,3006,18,0,"Grr, quit!",,1 +24,34,40024034,3006,18,0,Oh dear.,,1 +24,35,40024035,3006,18,0,I guess I will allow it.,,1 +24,36,40024036,3006,18,0,Ehehe. I'm embarrassed.,,1 +24,37,40024037,3006,18,0,Hm?,,1 +24,38,40024038,3006,24,0,You have an unread story.,,1 +24,39,40024039,3006,25,0,Goals... I'll clear them in my dreams... I can't?,,1 +24,40,40024040,3006,26,0,Let's do a live show.,,1 +24,41,40024041,3006,27,0,"After I rest, I want to sing again.",,1 +24,42,40024042,3006,28,0,I'm in the mood to sing some more.,,1 +24,43,40024043,3006,29,0,"So I can get better sleep, moderate exercise is... Wait, even if I don't, I'll still fall asleep without fail.",,1 +24,44,40024044,3006,30,0,I'll work a little harder.,,1 +24,45,40024045,3006,31,0,"You have a present. No, it's not a dream.",,1 +24,46,40024046,3006,32,0,I want my fans to increase... I'm aiming for a live show where we sleep in a huddle. ♪,,1 +24,47,40024047,3006,33,0,It looks lke you got new info. Will you take a look?,,1 +24,48,40024048,3006,34,0,"Oh, there's an event.",,1 +24,49,40024049,3006,35,0,"If you don't read the story, you won't have good dreams.",,1 +24,50,40024050,3006,36,0,I'm going to greet your friends.,,1 +24,51,40024051,3006,37,0,"If you want to nap together, come over heeere.",,1 +24,52,40024052,3006,46,0,Kanata Konoe heeere. Let's have wonderful dreams. ♪,,1 +24,53,40024053,3006,47,0,All right.,,1 +24,54,40024054,3006,48,0,Let's go.,,1 +24,55,40024055,3006,49,0,Rawr.,,1 +24,56,40024056,3006,40,0,Let's start!,,1 +24,57,40024057,3006,40,0,Please watch me!,,1 +24,58,40024058,3006,40,0,Here I gooo.,,1 +24,59,40024059,3006,38,0,Cleareeed.,,1 +24,60,40024060,3006,38,0,"Yes, great.",,1 +24,61,40024061,3006,38,0,"If I try, I can do it.",,1 +24,62,40024062,3006,38,0,Did you see me?,,1 +24,63,40024063,3006,38,0,"Ehehe, what a success.",,1 +24,64,40024064,3006,39,0,"Aw, maaan.",,1 +24,65,40024065,3006,39,0,I'm bummed...,,1 +24,66,40024066,3006,41,0,Luckyyy.,,1 +24,67,40024067,3006,41,0,There are so many rewards.,,1 +24,68,40024068,3006,41,0,Thaaanks.,,1 +24,69,40024069,3006,41,0,You got so much.,,1 +24,70,40024070,3006,41,0,"Wow, this much?",,1 +24,71,40024071,3006,41,0,Yay!,,1 +24,72,40024072,3006,41,0,I did my best.,,1 +24,73,40024073,3006,42,0,I'm bursting with energy.,,1 +24,74,40024074,3006,42,0,"Ehehe, I'm happy.",,1 +24,75,40024075,3006,42,0,"When you dote on me, I feel elated. ♪",,1 +24,76,40024076,3006,42,0,"Feel free to flatter me even more. Go on, no need to hold back.",,1 +24,77,40024077,3006,42,0,I feel like our connection has gotten deeper.,,1 +24,78,40024078,3006,42,0,Thanks for always cheering for me.,,1 +24,79,40024079,3006,42,0,It's all thanks to you.,,1 +24,80,40024080,3006,43,0,I'm a new meee.,,1 +24,81,40024081,3006,44,0,I improved a little bit.,,1 +24,82,40024082,3006,45,0,It looks like my hard work paid off.,,1 +24,83,40024083,3006,23,1,"Happy New Year! Please continue to support me this year, too!",,1 +24,84,40024084,3006,23,2,"Today's Setsubun. I made a special ehomaki. Try it, try it!",,1 +24,85,40024085,3006,23,3,Happy Valentines Day! Please enjoy this chocolate filled with my feelings. ♡,,1 +24,86,40024086,3006,23,4,"Since it's the HIna Festival, I will make chirashi sushi!",,1 +24,87,40024087,3006,23,5,"Oh, is this my Valentines Day return gift? Yay! I'm so happy, thanks!",,1 +24,88,40024088,3006,23,6,The carp streamers are swimming so happily. They're having a good time.,,1 +24,89,40024089,3006,23,7,I can't narrow down my Star Festival wish to just one.,,1 +24,90,40024090,3006,23,8,Today's Marine Day. How should we celebrate? How about we eat some ice cream?,,1 +24,91,40024091,3006,23,9,"The moon is so pretty. When I look at the moon, I feel like eating omelet rice for some reason.",,1 +24,92,40024092,3006,23,10,Happy Halloween! I can't wait to dress up.,,1 +24,93,40024093,3006,23,11,Merry Christmas! It will make me so happy if we can spend the day together.,,1 +24,94,40024094,3006,23,12,"The year is coming to an end today. I had so much fun with you, so let's spend next year together, too. ♪",,1 +24,95,40024095,3006,23,31,"Ayumu, happy birthdaaay. Let's make a cake together again. ♪",,1 +24,96,40024096,3006,23,32,"Kasumi, happy birthdaaay. You're always cute, and I'm looking forward to spending even more time together.",,1 +24,97,40024097,3006,23,33,"Shizuku, happy birthdaaay. You're such a reliable person who's always taking care of me. ♪",,1 +24,98,40024098,3006,23,34,"Karin, happy birthdaaay. I found a stylish café that I think you would like. Let's go together! ♪",,1 +24,99,40024099,3006,23,35,"Ai, happy birthdaaay. You are always giving me so much power!",,1 +24,100,40024100,3006,23,36,"You're going to celebrate my birthday with me? Yay, I wonder what I should ask for.",,1 +24,101,40024101,3006,23,37,"Setsuna, happy birthdaaay. I made you a Super Sentai frosted cake. Enjoooy. ♪",,1 +24,102,40024102,3006,23,38,"Emma, happy birthdaaay. Today, I will let you sleep on my lap. Come, come.",,1 +24,103,40024103,3006,23,39,"Rina, happy birthdaaay. I'll come up an awesome feast for you!",,1 +24,104,40024104,3006,23,40,"Shioriko, happy birthdaaay. There, there... For some reason I really want to dote on you.",,1 +24,105,40024105,3006,23,41,"Mia, happy birthdaaay. As a fellow third year, I can really count on you!",,1 +24,106,40024106,3006,23,42,"Lanzhu, happy birthdaaay. Let's have a school idol DVD marathon!",,1 +24,107,40024107,3006,23,52,Thanks for coming today. ♪ It's the best day to grab pictures of me with my eyes wide open. ♪,,223062402 +24,108,40024108,3006,23,53,"Fwahhh... Oh, sorry. I was up reading your article, I couldn't sleep. It was so nice...",,223101514 +25,1,40025001,3007,0,0,"If I have love and your support, I think the world can change!",,1 +25,2,40025002,3007,1,0,I'm thinking of doing a running course with Ai. I want to do a fun course!,,1 +25,3,40025003,3007,0,0,"Since you push me forward, there is so much I can do.",,1 +25,4,40025004,3007,1,0,I have so much homework. I have to put my heart into it though!,,1 +25,5,40025005,3007,0,0,My favorite anime will be on TV today. I can't wait to watch it!,,1 +25,6,40025006,3007,1,0,"Super Sentai sweets... I couldn't help myself, and ended up buying some...",,1 +25,7,40025007,3007,2,0,Is it technically a bargain if you get a free toy with candy? I-I think so!,,1 +25,8,40025008,3007,3,0,"I was doing research on school idols, but I ended up getting distracted and stuck watching so many videos.",,1 +25,9,40025009,3007,4,0,My favorite novel is becoming a movie. Will you go see it with me?,,1 +25,10,40025010,3007,5,0,I can't decide the new song's costume design. What costume do you think is good?,,1 +25,11,40025011,3007,6,0,The novel you lent me the other day was so good! Is there anymore in the series?,,1 +25,12,40025012,3007,7,0,I guess I can have so much fun because I'm with you.,,1 +25,13,40025013,3007,8,0,My Setsuna Scarlet Storm cuts through evil!,,1 +25,14,40025014,3007,9,0,"Sometimes I try to cook. Oh, will you help me? Thank you!",,1 +25,15,40025015,3007,10,0,I'd like trying to style my hair. I wonder what kind of hair style will suit me.,,1 +25,16,40025016,3007,11,0,I will protect the world's feelings of love!,,1 +25,17,40025017,3007,12,0,I'm working on the next live show's concept.,,1 +25,18,40025018,3007,13,0,Time to take a bubble bath. ♪,,1 +25,19,40025019,3007,14,0,"Let's give it our all today, too!",,1 +25,20,40025020,3007,15,0,I'm focusing my energy on club activities and giving it my all!,,1 +25,21,40025021,3007,16,0,"I need to get my homework done. If it's okay, can we work on it together over the phone?",,1 +25,22,40025022,3007,17,0,*yawn* Good night...,,1 +25,23,40025023,3007,19,0,It's starting to get warmer lately. It's the perfect season to practice outside!,,1 +25,24,40025024,3007,20,0,The fresh green leaves are so vibrant. Would you like to take a closer look with me?,,1 +25,25,40025025,3007,21,0,There so many delicious foods in autumn... Which makes it the season of many temptations. I got to be careful...,,1 +25,26,40025026,3007,22,0,"Wah, it's cold! Let's beat the cold by staying close to each other!",,1 +25,27,40025027,3007,18,0,Leave it to me!,,1 +25,28,40025028,3007,18,0,Are you pumped right now?,,1 +25,29,40025029,3007,18,0,Do you need my help?,,1 +25,30,40025030,3007,18,0,"Hahaha! No, not theeere!",,1 +25,31,40025031,3007,18,0,Huh?!,,1 +25,32,40025032,3007,18,0,What're you doing?,,1 +25,33,40025033,3007,18,0,Erm...,,1 +25,34,40025034,3007,18,0,You're going to make me mad.,,1 +25,35,40025035,3007,18,0,"Oh, whatever...",,1 +25,36,40025036,3007,18,0,Ehehe...,,1 +25,37,40025037,3007,18,0,Huh?! Are you okay?,,1 +25,38,40025038,3007,24,0,"You know, it's a shame having an unread story?",,1 +25,39,40025039,3007,25,0,"Goals! It's the so-called mountain, huh? Well, I'm fired up and ready to climb!",,1 +25,40,40025040,3007,26,0,Let's do a live show! I haven't sung nearly enough!,,1 +25,41,40025041,3007,27,0,I want you to let me sing more. Will you?,,1 +25,42,40025042,3007,28,0,Please let me do a live show!,,1 +25,43,40025043,3007,29,0,I love practicing!,,1 +25,44,40025044,3007,30,0,A special practice?! I'm super hyped!,,1 +25,45,40025045,3007,31,0,Please accept my love!,,1 +25,46,40025046,3007,32,0,"When my fans grow, I hope to spread my ambitions of love!",,1 +25,47,40025047,3007,33,0,It looks like you got new info! Let's go see.,,1 +25,48,40025048,3007,34,0,They're hosting an event! How exciting!,,1 +25,49,40025049,3007,35,0,You have a story you haven't read yet.,,1 +25,50,40025050,3007,36,0,Why is everyone here?,,1 +25,51,40025051,3007,37,0,Let's create the biggest dreams!,,1 +25,52,40025052,3007,46,0,Nice to meet you! I'm Setsuna Yuki! Let's spread lots of love across the world!,,1 +25,53,40025053,3007,47,0,Setsuna Scarlet Storm!,,1 +25,54,40025054,3007,48,0,Setsuna Hurricane!,,1 +25,55,40025055,3007,49,0,I won't give up!,,1 +25,56,40025056,3007,40,0,Please watch me!,,1 +25,57,40025057,3007,40,0,I want to shout love to the world!,,1 +25,58,40025058,3007,40,0,I can give my best as long as I have your support!,,1 +25,59,40025059,3007,38,0,Yay!,,1 +25,60,40025060,3007,38,0,Were you watching me?,,1 +25,61,40025061,3007,38,0,Has my love reached you?,,1 +25,62,40025062,3007,38,0,"Hehe, I feel awesome!",,1 +25,63,40025063,3007,38,0,I had a satisfying performance!,,1 +25,64,40025064,3007,39,0,We still have some ways to go.,,1 +25,65,40025065,3007,39,0,I will succeed next time!,,1 +25,66,40025066,3007,41,0,Spectacular!,,1 +25,67,40025067,3007,41,0,"Ehehe, we got many rewards.",,1 +25,68,40025068,3007,41,0,"Wow, is this much okay?",,1 +25,69,40025069,3007,41,0,I'm glad I'm appreciated.,,1 +25,70,40025070,3007,41,0,It's embarrassing when you praise me.,,1 +25,71,40025071,3007,41,0,I'm super happy!,,1 +25,72,40025072,3007,41,0,Are you also happy?,,1 +25,73,40025073,3007,42,0,Is it okay for me to think our bond is strong?,,1 +25,74,40025074,3007,42,0,We've come this far thanks to you.,,1 +25,75,40025075,3007,42,0,I sang with no worries since you were watching over me!,,1 +25,76,40025076,3007,42,0,Your voice always reaches me.,,1 +25,77,40025077,3007,42,0,I'd like if you applaud me today...,,1 +25,78,40025078,3007,42,0,Umm... Can you pat my head?,,1 +25,79,40025079,3007,42,0,Is it okay for me to see this as a victory we both won?,,1 +25,80,40025080,3007,43,0,Wow. I'm brimming with energy!,,1 +25,81,40025081,3007,44,0,Now I can do anything!,,1 +25,82,40025082,3007,45,0,"This is only the beginning, and all we can do is go up!",,1 +25,83,40025083,3007,23,1,Happy New Year. I'm looking forward to another year with you.,,1 +25,84,40025084,3007,23,2,Today is Setsubun. Let's throw beans!,,1 +25,85,40025085,3007,23,3,Do you know what day it is? It's Valentine's Day. Please accept this as a token of my love!,,1 +25,86,40025086,3007,23,4,Today's the Doll Festival. Hina dolls are so colorful and cute.,,1 +25,87,40025087,3007,23,5,"You're asking what day it is today? Umm... It's White Day, right? Is it really okay for you to give this to me?!",,1 +25,88,40025088,3007,23,6,"It's Children's Day! I hope children, adults, the elderly, and everyoneee can be filled with joy!",,1 +25,89,40025089,3007,23,7,Did you decide on your wish for the Star Festival? Let's write it down together.,,1 +25,90,40025090,3007,23,8,"I was thinking of getting a new swimsuit, but not because it's Marine day or anything. Please help me pick something out!",,1 +25,91,40025091,3007,23,9,I'm glad I can see the pretty moon so well during the Harvest Festival.,,1 +25,92,40025092,3007,23,10,Happy Halloween! I'm going to be a moonlit witch! Be mindful because I might play a trick on you! Hehe. ♪,,1 +25,93,40025093,3007,23,11,Merry Christmas! Please accept this gift!,,1 +25,94,40025094,3007,23,12,It's already New Year's Eve. Time flies. I had a fulfilling year. Thanks to you...of course!,,1 +25,95,40025095,3007,23,31,"Ayumu, happy birthday! You're always reliable, and I want to follow your example!",,1 +25,96,40025096,3007,23,32,"Kasumi, happy birthday! It's so charming how you're always chasing after cuteness!",,1 +25,97,40025097,3007,23,33,"Shizuku, happy birthday! I'm looking forward to seeing what character you will act as next!",,1 +25,98,40025098,3007,23,34,"Karin, happy birthday! I also accept all of your passionate feelings!",,1 +25,99,40025099,3007,23,35,"Ai, happy birthday! I want to fill your fun and my love with the entire world!",,1 +25,100,40025100,3007,23,36,"Kanata, happy birthday! Please let me help you cook again!",,1 +25,101,40025101,3007,23,37,You remembered my birthday? I'm deeply moved! Thank you so much!,,1 +25,102,40025102,3007,23,38,"Emma, happy birthday! I bought delicious bread, so let's enjoy it together!",,1 +25,103,40025103,3007,23,39,"Rina, happy birthday! I really admire your determination. I got to try my best too.",,1 +25,104,40025104,3007,23,40,"Shioriko, happy birthday! You're alway strict with yourself, so I think you should treat yourself sometimes!",,1 +25,105,40025105,3007,23,41,"Mia, happy birthday! Everyone prepared special hamburgers for your special day!",,1 +25,106,40025106,3007,23,42,"Langzhu, happy birthday! Let's enjoy the theme park with everyone today. ♪",,1 +25,107,40025107,3007,23,52,You're the only one that can cover all the overflowing love I have for everyone! I'm counting on you today!,,223062402 +25,108,40025108,3007,23,53,"If you can turn my ""love"" into some ""bigger, bigger love"" with your work, maybe my song can...",,223101514 +26,1,40026001,3008,0,0,Are you feeling tired? Should we rest?,,1 +26,2,40026002,3008,1,0,I think I'll make a sandwich. What kind of sandwich do you like?,,1 +26,3,40026003,3008,0,0,Time goes by so fast whenever we talk.,,1 +26,4,40026004,3008,1,0,I have to do my homework.,,1 +26,5,40026005,3008,0,0,Will you listen to my song?,,1 +26,6,40026006,3008,1,0,Will you join me for dance lessons? There are some steps I can't do well.,,1 +26,7,40026007,3008,2,0,Is it tea time? I made meringue cookies.,,1 +26,8,40026008,3008,3,0,Singing together with everyone is so fun.,,1 +26,9,40026009,3008,4,0,Is there anything I can do for you? I want to thank you for always helping me.,,1 +26,10,40026010,3008,5,0,Karin said she will teach me yoga! Will you come with me to her room to learn?,,1 +26,11,40026011,3008,6,0,Would you like some some black tea. What type of cake would you like?,,1 +26,12,40026012,3008,7,0,I want to get to know you better. Will you tell me more about yourself?,,1 +26,13,40026013,3008,8,0,Do you mind talking a bit before bed. How was your day?,,1 +26,14,40026014,3008,9,0,"I want to buy some flowers, and get one that suits you. ♪",,1 +26,15,40026015,3008,10,0,I can sing you a lullaby to help you sleep. Do you have any requests?,,1 +26,16,40026016,3008,11,0,Just thinking about the next live has got me excited.,,1 +26,17,40026017,3008,12,0,Do you want to go to the rooftop? I bet it feels nice out up there.,,1 +26,18,40026018,3008,13,0,"If you stretch before bed, it will help you sleep better. Let's do it together.",,1 +26,19,40026019,3008,14,0,I'm hungry! What should I eat for lunch today?,,1 +26,20,40026020,3008,15,0,"I'll do my best in my club activities today, too!",,1 +26,21,40026021,3008,16,0,"Please take a nice, warm soak in the bath.",,1 +26,22,40026022,3008,17,0,"*yawn* I wanted to talk some more, but I'm sleepy... Night.",,1 +26,23,40026023,3008,19,0,This season is a nice time to have live shows outside. What do you think about having an open air live show next time?,,1 +26,24,40026024,3008,20,0,Ice cream tastes good when you're hot and sweaty! That's why I love summer!,,1 +26,25,40026025,3008,21,0,"There are so many yummy foods in fall. There are a lot of things we can only eat this year, so let's enjoy a bunch.",,1 +26,26,40026026,3008,22,0,"Wahh, it's cold. We should hug at times like this! Hug!",,1 +26,27,40026027,3008,18,0,"Yes, I'm right here.",,1 +26,28,40026028,3008,18,0,"Yes, did you call?",,1 +26,29,40026029,3008,18,0,Hm? Do you need something?,,1 +26,30,40026030,3008,18,0,"Haha, that tickles.",,1 +26,31,40026031,3008,18,0,Wah?!,,1 +26,32,40026032,3008,18,0,Hm? What is it?,,1 +26,33,40026033,3008,18,0,Huh?,,1 +26,34,40026034,3008,18,0,You really shouldn't do that.,,1 +26,35,40026035,3008,18,0,"No, I'm not angry.",,1 +26,36,40026036,3008,18,0,Ehehe...,,1 +26,37,40026037,3008,18,0,Why would you do that here?,,1 +26,38,40026038,3008,24,0,You have a story you haven't read yet.,,1 +26,39,40026039,3008,25,0,Goals?! That sounds kind of scary...,,1 +26,40,40026040,3008,26,0,"Oh, it looks like I can sing some more!",,1 +26,41,40026041,3008,27,0,Can I sing one more time?,,1 +26,42,40026042,3008,28,0,I want to sing a lot more.,,1 +26,43,40026043,3008,29,0,I'm a pretty normal girl... so I have to practice!,,1 +26,44,40026044,3008,30,0,I-I'll try my best!,,1 +26,45,40026045,3008,31,0,You have a present.,,1 +26,46,40026046,3008,32,0,"When my fans are having fun, I also get excited and feel so happy!",,1 +26,47,40026047,3008,33,0,You have new information. I wonder what it's about. I'm curious.,,1 +26,48,40026048,3008,34,0,There's an event happening. Will we join?,,1 +26,49,40026049,3008,35,0,Should I read the story to you?,,1 +26,50,40026050,3008,36,0,"You have many friends, don't you?",,1 +26,51,40026051,3008,37,0,I made sandwiches for everyone...but I think I made too many.,,1 +26,52,40026052,3008,46,0,"Hi, I'm Emma Verde. I came from Switzerland. I want to sing a song that warms your heart!",,1 +26,53,40026053,3008,47,0,We're together in this.,,1 +26,54,40026054,3008,48,0,I'm here with you.,,1 +26,55,40026055,3008,49,0,Hold my hand.,,1 +26,56,40026056,3008,40,0,I can't wait for the live show!,,1 +26,57,40026057,3008,40,0,Look at me!,,1 +26,58,40026058,3008,40,0,I'm going to soothe everybody!,,1 +26,59,40026059,3008,38,0,Yippie!,,1 +26,60,40026060,3008,38,0,Hooray!,,1 +26,61,40026061,3008,38,0,"Ehehe, that was wonderful.",,1 +26,62,40026062,3008,38,0,Did I sing well?,,1 +26,63,40026063,3008,38,0,Your support is my power.,,1 +26,64,40026064,3008,39,0,I'll try harder next time.,,1 +26,65,40026065,3008,39,0,That was a wake-up call.,,1 +26,66,40026066,3008,41,0,We got so much.,,1 +26,67,40026067,3008,41,0,Complete bliss.,,1 +26,68,40026068,3008,41,0,Will you praise me?,,1 +26,69,40026069,3008,41,0,"Whenever you compliment me, I get really happy.",,1 +26,70,40026070,3008,41,0,That's great.,,1 +26,71,40026071,3008,41,0,"Look, look! There's sooo many!",,1 +26,72,40026072,3008,41,0,Hehe. We got a great reward.,,1 +26,73,40026073,3008,42,0,We're closing the distance between each other.,,1 +26,74,40026074,3008,42,0,I feel like I know you better than before.,,1 +26,75,40026075,3008,42,0,Let's put our strengths together and give our all.,,1 +26,76,40026076,3008,42,0,I get so much energy from your support.,,1 +26,77,40026077,3008,42,0,Please watch over me forever and ever.,,1 +26,78,40026078,3008,42,0,My heart feels full.,,1 +26,79,40026079,3008,42,0,I want to brag to everyone!,,1 +26,80,40026080,3008,43,0,Did I grow at all?,,1 +26,81,40026081,3008,44,0,I will become even more fantastic!,,1 +26,82,40026082,3008,45,0,My energy is gushing out.,,1 +26,83,40026083,3008,23,1,Happy New Year! I'm glad I can greet the new year with you.,,1 +26,84,40026084,3008,23,2,"Setsubun? Oh, the festival where you scatter beans!",,1 +26,85,40026085,3008,23,3,Today is Valentine's Day. I made this with my feelings in mind. I'd love if you accepted it.,,1 +26,86,40026086,3008,23,4,It's the HIna festival! The Hina dolls are so cute. I might take a picture together with them. ♪,,1 +26,87,40026087,3008,23,5,"Huh? For me? Oh, today is White Day right? Ehehe, I'm happy... Thanks!",,1 +26,88,40026088,3008,23,6,Today is a day to wish that children stay in good health. What a wonderful day!,,1 +26,89,40026089,3008,23,7,"This wish paper is so tiny. If I write my wish on here, will it fit?",,1 +26,90,40026090,3008,23,8,"Since it's Marine Day, let's take a walk by the sea in Odaiba! It's hot, so don't forget a hat.",,1 +26,91,40026091,3008,23,9,The moon is beautiful. But I'm also interested in the dumplings... Can I eat one?,,1 +26,92,40026092,3008,23,10,Happy Halloween! I'll give you lots of candy!,,1 +26,93,40026093,3008,23,11,Merry Christmas! I'm so happy to be able to do a gift exchange with you.,,1 +26,94,40026094,3008,23,12,I can't believe it's the end of the year already. It probably went by so quickly because you were with me?,,1 +26,95,40026095,3008,23,31,"Ayumu, happy birthday! It's amazing how much of a hard worker you are.",,1 +26,96,40026096,3008,23,32,"Kasumi, happy birthday! I found some cute lace for you. Please use it for your costume.",,1 +26,97,40026097,3008,23,33,"Shizuku, happy birthday! I'm sure your dream of becoming an actress will come true!",,1 +26,98,40026098,3008,23,34,"Karin, happy birthday! I love you so much and hope we can continue to be good friends!",,1 +26,99,40026099,3008,23,35,"Happy birthday, Ai! Every day is a joy with the fun you give me!",,1 +26,100,40026100,3008,23,36,"Happy birthday, Kanata! My lap is always open if you need a rest!",,1 +26,101,40026101,3008,23,37,"Happy birthday, Setsuna! Let's go see the hero show in Odaiba!",,1 +26,102,40026102,3008,23,38,Thank you for the birthday wishes! Your kind words have brightened up my whole day!,,1 +26,103,40026103,3008,23,39,"Happy birthday, Rina! Here's a Rina-chan Board I drew!",,1 +26,104,40026104,3008,23,40,"Happy birthday, Shioriko! I brought some excellent tea! Let's drink it together♪",,1 +26,105,40026105,3008,23,41,"Happy birthday, Mia! Let me give you a squeeze!",,1 +26,106,40026106,3008,23,42,"Happy birthday, Lanzhu! Let's all get together for a party today!",,1 +26,107,40026107,3008,23,52,I'm happy you're checking us out. ♪ I'll do my best to show off all the best parts about being a School Idol. ♪,,223062402 +26,108,40026108,3008,23,53,Your writing is full of just how wonderful School Idols are! I hope we can continue to...,,223101514 +27,1,40027001,3009,0,0,"Connecting with someone is very important. I want to connect with you, too.",,1 +27,2,40027002,3009,1,0,"I'm going to get a hamburger with Mia. You should come, too.",,1 +27,3,40027003,3009,0,0,I want to think of a new face for my Rina-chan Board. What should I do...,,1 +27,4,40027004,3009,1,0,I want to make a new game app. Can you help?,,1 +27,5,40027005,3009,0,0,I promised Ai I would go running with her today. I'm off to her place.,,1 +27,6,40027006,3009,1,0,What should I do at the next online live show?,,1 +27,7,40027007,3009,2,0,"I want to ask your advice about the next song. Rina-chan Board: ""Sparkle.""",,1 +27,8,40027008,3009,3,0,I need to go buy the parts for the Rina-chan Board.,,1 +27,9,40027009,3009,4,0,I want you draw the new face for the Rina-chan Board.,,1 +27,10,40027010,3009,5,0,There's this game event. I want to go with you.,,1 +27,11,40027011,3009,6,0,There's this new hamburger in the food truck. Let's go try it.,,1 +27,12,40027012,3009,7,0,I want to play you in the game. I'm pretty tough.,,1 +27,13,40027013,3009,8,0,I think it would be fun to play as a team with you in a fighting game.,,1 +27,14,40027014,3009,9,0,What is your favorite song of mine? I'd like to know.,,1 +27,15,40027015,3009,10,0,Let's go hang out at Hanpen's place together.,,1 +27,16,40027016,3009,11,0,I wonder what Hanpen is doing.,,1 +27,17,40027017,3009,12,0,I'm going to try the running course that Ai made. Please root me on to finish it.,,1 +27,18,40027018,3009,13,0,"When games are so fun, I end up staying up all night. That ever happen to you?",,1 +27,19,40027019,3009,14,0,I'm a bit sleepy in the morning.,,1 +27,20,40027020,3009,15,0,I can't wait for today's practice.,,1 +27,21,40027021,3009,16,0,Time flies when I talk with you.,,1 +27,22,40027022,3009,17,0,You shouldn't stay up so late. Although I guess I can't talk.,,1 +27,23,40027023,3009,19,0,It's getting warmer and all the flowers are in bloom.,,1 +27,24,40027024,3009,20,0,"It's hot outside, but the breeze feels nice in the shade.",,1 +27,25,40027025,3009,21,0,It's getting colder and colder. Should I buy a scarf?,,1 +27,26,40027026,3009,22,0,It's so cold... I don't want to get out of bed.,,1 +27,27,40027027,3009,18,0,Is there anything I can do to help?,,1 +27,28,40027028,3009,18,0,Don't take my Rina-chan Board.,,1 +27,29,40027029,3009,18,0,Wh-What is it?,,1 +27,30,40027030,3009,18,0,Wh-What?,,1 +27,31,40027031,3009,18,0,Wha...,,1 +27,32,40027032,3009,18,0,What's wrong?,,1 +27,33,40027033,3009,18,0,Muh...,,1 +27,34,40027034,3009,18,0,Stop it.,,1 +27,35,40027035,3009,18,0,Don't worry about it.,,1 +27,36,40027036,3009,18,0,How embarrassing...,,1 +27,37,40027037,3009,18,0,Here?,,1 +27,38,40027038,3009,24,0,Read a story.,,1 +27,39,40027039,3009,25,0,"Goals... I'm nervous, but excited!",,1 +27,40,40027040,3009,26,0,I want to do more live shows!,,1 +27,41,40027041,3009,27,0,I can still dance.,,1 +27,42,40027042,3009,28,0,I want you to hear more of my songs.,,1 +27,43,40027043,3009,29,0,I'll practice.,,1 +27,44,40027044,3009,30,0,I'll practice more.,,1 +27,45,40027045,3009,31,0,U-Umm... There's a...present.,,1 +27,46,40027046,3009,32,0,"Rina-chan Board: ""LET'S GO!""",,1 +27,47,40027047,3009,33,0,Wanna see the new announcement?,,1 +27,48,40027048,3009,34,0,I want to join an event.,,1 +27,49,40027049,3009,35,0,Wanna read a story?,,1 +27,50,40027050,3009,36,0,I hope all my friends are doing well.,,1 +27,51,40027051,3009,37,0,"Doing your best isn't hard. It makes you really, really happy. I know.",,1 +27,52,40027052,3009,46,0,I am Rina Tennoji. I want to connect with everyone and share feelings.,,1 +27,53,40027053,3009,47,0,"Rina-chan Board: ""Hehehe.""",,1 +27,54,40027054,3009,48,0,With the whole group.,,1 +27,55,40027055,3009,49,0,I want you beside me.,,1 +27,56,40027056,3009,40,0,I'm gonna do a live show.,,1 +27,57,40027057,3009,40,0,I'll be back.,,1 +27,58,40027058,3009,40,0,I want to connect with everyone.,,1 +27,59,40027059,3009,38,0,"That went well. Rina-chan Board: ""Smile.""",,1 +27,60,40027060,3009,38,0,It was a success thanks to you.,,1 +27,61,40027061,3009,38,0,Your cheers gave me the strength.,,1 +27,62,40027062,3009,38,0,Thank you for always cheering me on.,,1 +27,63,40027063,3009,38,0,"That was a great success. Rina-chan Board: ""Grin.""",,1 +27,64,40027064,3009,39,0,"Ugh... I'll do better next time, just watch.",,1 +27,65,40027065,3009,39,0,I'll practice a lot and succeed next time. Just cheer me on.,,1 +27,66,40027066,3009,41,0,I'm glad I sang well.,,1 +27,67,40027067,3009,41,0,Can I get a reward?,,1 +27,68,40027068,3009,41,0,I'm relieved I sang well.,,1 +27,69,40027069,3009,41,0,Did you watch?,,1 +27,70,40027070,3009,41,0,How was my song?,,1 +27,71,40027071,3009,41,0,I hope my feelings reached you.,,1 +27,72,40027072,3009,41,0,We got even closer.,,1 +27,73,40027073,3009,42,0,"We got a lot closer. Rina-chan Board: ""Blush.""",,1 +27,74,40027074,3009,42,0,I feel so much stronger when you cheer me on.,,1 +27,75,40027075,3009,42,0,"Whenever I get nervous, I remember your face. Then I feel calm.",,1 +27,76,40027076,3009,42,0,I can do anything if you have my back.,,1 +27,77,40027077,3009,42,0,The source of my strength is everyone's voices and your smile.,,1 +27,78,40027078,3009,42,0,"Please compliment me, I did my best. Rina-chan Board: ""Stare.""",,1 +27,79,40027079,3009,42,0,"Tell me more about you. Let me cheer you on, too.",,1 +27,80,40027080,3009,43,0,Have I made progress?,,1 +27,81,40027081,3009,44,0,I feel more confident. Maybe.,,1 +27,82,40027082,3009,45,0,There are loads of things I could do because you were with me.,,1 +27,83,40027083,3009,23,1,Happy New Year! I am glad to be with you on the first day of the new year.,,1 +27,84,40027084,3009,23,2,Today is Setsubun. I can't wait to throw some beans.,,1 +27,85,40027085,3009,23,3,Today is Valentine's Day. Please accept this chocolate from me.,,1 +27,86,40027086,3009,23,4,Today is the Hina Festival. Kanata is making chirashizushi. I can't wait.,,1 +27,87,40027087,3009,23,5,Return gift for Valentine's Day? For me? What should I do... I can't eat all this...,,1 +27,88,40027088,3009,23,6,Today is Children's Day. I'm going to volunteer at the child center with Shioriko.,,1 +27,89,40027089,3009,23,7,What should I wish for the Star Festival? I already got close with you...,,1 +27,90,40027090,3009,23,8,"Today is Marine Day, so I'm going for a dip in the sea. All the first-year students bought new swimsuits.",,1 +27,91,40027091,3009,23,9,Tonight is the night of the harvest moon. I'll go buy some moon dumplings.,,1 +27,92,40027092,3009,23,10,Happy Halloween. Trick or treat.,,1 +27,93,40027093,3009,23,11,Merry Christmas. I look forward to eating some cake and exchanging gifts.,,1 +27,94,40027094,3009,23,12,"Today is already New Years Eve. Thank you for being my friend this year. Let's make next year a fun one, too.",,1 +27,95,40027095,3009,23,31,"Happy birthday, Ayumu. Let's play lots of games today.",,1 +27,96,40027096,3009,23,32,"Happy birthday, Kasumi. Let's have a sleepover tonight.",,1 +27,97,40027097,3009,23,33,"Happy birthday, Shizuku. Let's watch a musical on the big screen TV.",,1 +27,98,40027098,3009,23,34,"Happy birthday, Karin. I want to take on challenges without fear, like you.",,1 +27,99,40027099,3009,23,35,"Happy birthday, Ai. Please read this letter I wrote for you.",,1 +27,100,40027100,3009,23,36,"Happy birthday, Kanata. Use these noise-cancelling headphones for naps.",,1 +27,101,40027101,3009,23,37,"Happy birthday, Setsuna. Let's stay up all night and binge some anime together.",,1 +27,102,40027102,3009,23,38,"Happy birthday, Emma. I want to sing you a lullaby today.",,1 +27,103,40027103,3009,23,39,"Today is my birthday, so I want to stay with you the whole day. Is that okay?",,1 +27,104,40027104,3009,23,40,"Happy birthday, Shioriko. I'll make a special drink just for you at the drink bar today.",,1 +27,105,40027105,3009,23,41,"Happy birthday, Mia. Let's go eat a special hamburger.",,1 +27,106,40027106,3009,23,42,"Happy birthday, Lanzhu. Let's eat lots of meat today.",,1 +27,107,40027107,3009,23,52,Will your writing be published online too? That's great. I want to connect with everyone through your writing!,,223062402 +27,108,40027108,3009,23,53,Thank you for always writing about us. I want us to connect on a deeper level as we move forward. Rina...,,223101514 +28,1,40028001,3010,0,0,School Idol activities are everything to me now.,,1 +28,2,40028002,3010,1,0,I learned a new move today. It's fun to get a little better each day!,,1 +28,3,40028003,3010,0,0,I just can't help talking too much when I talk with you.,,1 +28,4,40028004,3010,1,0,That ice cream we had during that little side trip was yummy.,,1 +28,5,40028005,3010,0,0,Thank you for always cheering me on. I want to live up to your expectations.,,1 +28,6,40028006,3010,1,0,Student council work is so fulfilling. I love it.,,1 +28,7,40028007,3010,2,0,I want to help out so that everyone can enjoy a relaxing school life.,,1 +28,8,40028008,3010,3,0,The flowers in the flower bed are blooming and pretty. Do you want to go see them together?,,1 +28,9,40028009,3010,4,0,"I go volunteer a lot on my days off. Are you interested, too?",,1 +28,10,40028010,3010,5,0,New drink from the food truck? Let's invite everyone and go!,,1 +28,11,40028011,3010,6,0,Your words are always so helpful. Tell me more.,,1 +28,12,40028012,3010,7,0,I am going to watch a School Idol video with Lanzhu. Do you want to come with me?,,1 +28,13,40028013,3010,8,0,I feel so comforted when I talk with you. Why is that?,,1 +28,14,40028014,3010,9,0,Please let me know if there is anything I can do.,,1 +28,15,40028015,3010,10,0,If you want...how about we buy something matching?,,1 +28,16,40028016,3010,11,0,"At all times, I want to remain calm.",,1 +28,17,40028017,3010,12,0,"I get more confidence from working hard. So, I want to keep working hard.",,1 +28,18,40028018,3010,13,0,"Today, I want to take a long bath and enjoy the matching bath salts I bought with Ayumu♪",,1 +28,19,40028019,3010,14,0,"*yawn* I was up so late with sis last night, I'm a little tired now...",,1 +28,20,40028020,3010,15,0,Preparation and repetition are the keys to success.,,1 +28,21,40028021,3010,16,0,"Staying up all night is no good. I know, but...just a bit of this School Idol video...",,1 +28,22,40028022,3010,17,0,Are you still up at this hour? Please rest for tomorrow.,,1 +28,23,40028023,3010,19,0,It's getting warmer. This is a great season to practice outside.,,1 +28,24,40028024,3010,20,0,We need to be prepared to beat the heat to keep our cheer.,,1 +28,25,40028025,3010,21,0,"There are so many activities during the autumn. Even if I'm busy, I need to work hard for everyone at school.",,1 +28,26,40028026,3010,22,0,I want to drink canned cocoa when it's cold. Would you like to drink it together?,,1 +28,27,40028027,3010,18,0,Is there anything I can help with?,,1 +28,28,40028028,3010,18,0,What is it? Any way I can help?,,1 +28,29,40028029,3010,18,0,What's the matter? Can I help you in any way?,,1 +28,30,40028030,3010,18,0,Eek?! S-Sorry. You scared me!,,1 +28,31,40028031,3010,18,0,Eek?!,,1 +28,32,40028032,3010,18,0,What is it?!,,1 +28,33,40028033,3010,18,0,No way.,,1 +28,34,40028034,3010,18,0,"This is it, okay.",,1 +28,35,40028035,3010,18,0,I guess it can't be helped.,,1 +28,36,40028036,3010,18,0,Wait a second. I'll get embarrassed.,,1 +28,37,40028037,3010,18,0,"Here? I don't mind, but...",,1 +28,38,40028038,3010,24,0,Do you want to read a story together?,,1 +28,39,40028039,3010,25,0,Goals... I'll give it my best!,,1 +28,40,40028040,3010,26,0,I want to sing more!,,1 +28,41,40028041,3010,27,0,I want you to listen to my song.,,1 +28,42,40028042,3010,28,0,I want you to see more of my dances.,,1 +28,43,40028043,3010,29,0,Do you want to come to practice? I want to get better and better!,,1 +28,44,40028044,3010,30,0,Special practice? I'll do my very best!,,1 +28,45,40028045,3010,31,0,Please accept this present.,,1 +28,46,40028046,3010,32,0,I think you can grow by being watched by lots of people.,,1 +28,47,40028047,3010,33,0,Looks like there's a new announcement. Do you want to check it together?,,1 +28,48,40028048,3010,34,0,An event is being held. Do you want to join?,,1 +28,49,40028049,3010,35,0,Seems there are some stories you haven't seen. How great to have more things to look forward to!,,1 +28,50,40028050,3010,36,0,My dear friend.,,1 +28,51,40028051,3010,37,0,"You always help me out. Please tell me what I can do to help you, too!",,1 +28,52,40028052,3010,46,0,It is a pleasure to meet you. I am Shioriko Mifune. Please let me help brighten up your day.,,1 +28,53,40028053,3010,47,0,Let's do this!,,1 +28,54,40028054,3010,48,0,Sweet!,,1 +28,55,40028055,3010,49,0,I'm determined!,,1 +28,56,40028056,3010,40,0,Here I go!,,1 +28,57,40028057,3010,40,0,Please watch me!,,1 +28,58,40028058,3010,40,0,I'll surprise you!,,1 +28,59,40028059,3010,38,0,The live show was a success.,,1 +28,60,40028060,3010,38,0,Yay!,,1 +28,61,40028061,3010,38,0,"Hehe, that was great.",,1 +28,62,40028062,3010,38,0,I'm relieved I sang so well.,,1 +28,63,40028063,3010,38,0,Practice paid off.,,1 +28,64,40028064,3010,39,0,We still have some ways to go.,,1 +28,65,40028065,3010,39,0,I'll be more dilligent.,,1 +28,66,40028066,3010,41,0,I did my best.,,1 +28,67,40028067,3010,41,0,I'm so relieved.,,1 +28,68,40028068,3010,41,0,Is it really okay to get so much?,,1 +28,69,40028069,3010,41,0,It's so nice to get gifts.,,1 +28,70,40028070,3010,41,0,I'll remain diligent and never forget to be thankful.,,1 +28,71,40028071,3010,41,0,It's all thanks to your cheers.,,1 +28,72,40028072,3010,41,0,I will keep working hard to earn this grade.,,1 +28,73,40028073,3010,42,0,"Wow, it's full!",,1 +28,74,40028074,3010,42,0,Look. This is thanks to your cheers.,,1 +28,75,40028075,3010,42,0,I was able to grow thanks to your cheers.,,1 +28,76,40028076,3010,42,0,Now I can confidently say that I that I am a member of Nijigasaki.,,1 +28,77,40028077,3010,42,0,I am proud of this result.,,1 +28,78,40028078,3010,42,0,I-I get embarrassed when you compliment me so much!,,1 +28,79,40028079,3010,42,0,Please don't compliment me so much... My face is burning...,,1 +28,80,40028080,3010,43,0,Were you watching me?,,1 +28,81,40028081,3010,44,0,I feel like I reached the next level.,,1 +28,82,40028082,3010,45,0,I came this far!,,1 +28,83,40028083,3010,23,1,Happy New Year. They say you should make plans for the year on New Years Day. Let's set goals for the year.,,1 +28,84,40028084,3010,23,2,Today is Setsubun. Ai prepared a big box. I can't wait to throw some beans.,,1 +28,85,40028085,3010,23,3,"Umm, please accept this! It's a token of my daily thanks on Valentine's Day.",,1 +28,86,40028086,3010,23,4,"When the Hina Festival comes, I always remember playing with the Hina dolls with my sister.",,1 +28,87,40028087,3010,23,5,A return gift for Valentine's Day?! Thank you for thinking of me! I'm so glad!,,1 +28,88,40028088,3010,23,6,Today is Children's Day. There is a big carp streamer over there. Want to go see it?,,1 +28,89,40028089,3010,23,7,Did you make your wish for the Star Festival? Let's go write it on the prayer card and hang it on the bamboo.,,1 +28,90,40028090,3010,23,8,Today is Marine Day. Do you want to take a walk on the beach?,,1 +28,91,40028091,3010,23,9,It's the night of the harvest moon. It's still difficult for me to arrange pampas grass well.,,1 +28,92,40028092,3010,23,10,"Trick or treat! I'm pretty confident in my tricks. I've got Kasumi up my sleeve, after all♪",,1 +28,93,40028093,3010,23,11,Merry Christmas. Look forward to the feast of Christmas!,,1 +28,94,40028094,3010,23,12,Thank you for being with me this year. Your support was a source of strength. Please keep cheering me on next year!,,1 +28,95,40028095,3010,23,31,"Happy birthday, Ayumu. Here's a present. I hope you like it...",,1 +28,96,40028096,3010,23,32,"Happy birthday, Kasumi. I want to learn to always be positive like you.",,1 +28,97,40028097,3010,23,33,"Happy birthday, Shizuku. Please always hold your strong feelings for acting.",,1 +28,98,40028098,3010,23,34,"Happy birthday, Karin. I really respect how you never stop trying to improve.",,1 +28,99,40028099,3010,23,35,"Happy birthday, Ai. I always have so much fun being with you.",,1 +28,100,40028100,3010,23,36,"Happy birthday, Kanata. Please try resting your head on my lap, too.",,1 +28,101,40028101,3010,23,37,"Happy birthday, Setsuna. I am impressed how you always move forward.",,1 +28,102,40028102,3010,23,38,"Happy birthday, Emma. I found a yummy bakery. Let's go together.",,1 +28,103,40028103,3010,23,39,"Happy birthday, Rina. I can't wait for today's game tournament!",,1 +28,104,40028104,3010,23,40,You remembered my birthday? I'm honored. Thank you!,,1 +28,105,40028105,3010,23,41,"Happy birthday, Mia. I got you a colorful cake!",,1 +28,106,40028106,3010,23,42,"Happy birthday, Lanzu. I hope we will always be able to talk about anything with one another.",,1 +28,107,40028107,3010,23,52,Thank you so much for coming today. I will do my best so you can write a great piece!,,223062402 +28,108,40028108,3010,23,53,Thank you for always looking out for what I'm doing. I'll make sure to concentrate and keep on going.,,223101514 +29,1,40029001,3011,0,0,*yawn* I was up all night composing music. Let me just lean here...,,1 +29,2,40029002,3011,1,0,I want to know more about you. Tell me your favorite things. I love baseball!,,1 +29,3,40029003,3011,0,0,Emma said to come to her room for a melange cake she made! I'm going now!,,1 +29,4,40029004,3011,1,0,I expect big things from your PR skills. Make sure to write loads of articles about me!,,1 +29,5,40029005,3011,0,0,"That anime Setsuna told me about is pretty interesting. Well, it was a bit childish!",,1 +29,6,40029006,3011,1,0,Did you see Hanpen? I just bought a new toy for her...,,1 +29,7,40029007,3011,2,0,"I'm playing games with Rina today! You should come, too!",,1 +29,8,40029008,3011,3,0,You always notice the most interesting things. Tell me more.,,1 +29,9,40029009,3011,4,0,Do you want to eat a hamburger? I know a place that serves a hamburger that's like a steak!,,1 +29,10,40029010,3011,5,0,"Aren't the large drinks in Japan so small? Hey hey, don't you agree?!",,1 +29,11,40029011,3011,6,0,"Are you interested in baseball? You are, right? Let's watch today's game highlights together!",,1 +29,12,40029012,3011,7,0,Do I get homesick? I don't have time for that if I have unique friends like you.,,1 +29,13,40029013,3011,8,0,What is your special talent? I want to know more about you.,,1 +29,14,40029014,3011,9,0,"What face will you make if you hear the next song? Hehe, I can't wait♪",,1 +29,15,40029015,3011,10,0,Let's go somewhere! I want you to take me to your favorite spots.,,1 +29,16,40029016,3011,11,0,Ayumu said she would bake me cookies. I can't wait.,,1 +29,17,40029017,3011,12,0,"I am a college student in the States, so high school classwork is a piece of cake!",,1 +29,18,40029018,3011,13,0,I make my best music in the quiet night.,,1 +29,19,40029019,3011,14,0,Ugh... I want to sleep a little more...,,1 +29,20,40029020,3011,15,0,I need some coffee to wake up. Want a cup?,,1 +29,21,40029021,3011,16,0,It is so much fun to spend nights with everyone at the dorm. What should I do today?,,1 +29,22,40029022,3011,17,0,"You look so sleepy. Not good at staying up late? Heh, like a baby.",,1 +29,23,40029023,3011,19,0,There are all sorts of flowers blooming in the school flower bed. I can show them to you if you want to check them out. Well?,,1 +29,24,40029024,3011,20,0,So hot! I don't wanna leave my room! I just wanna drink cold cola!,,1 +29,25,40029025,3011,21,0,Let's go out! It's a lovely season. Where do you want to go?,,1 +29,26,40029026,3011,22,0,So cold! I don't want to leave my room. I want to drink hot cocoa. Make it for me.,,1 +29,27,40029027,3011,18,0,"Fine, I guess I'll have to help out.",,1 +29,28,40029028,3011,18,0,Eek! What is it? Don't scare me like that!,,1 +29,29,40029029,3011,18,0,Quit petting me. I'm not a little kid!,,1 +29,30,40029030,3011,18,0,"Ha, hahaha! Come on!",,1 +29,31,40029031,3011,18,0,Wow?!,,1 +29,32,40029032,3011,18,0,What?!,,1 +29,33,40029033,3011,18,0,Boo!,,1 +29,34,40029034,3011,18,0,Oops!,,1 +29,35,40029035,3011,18,0,Hmm...,,1 +29,36,40029036,3011,18,0,Wh-What is it? Come on!,,1 +29,37,40029037,3011,18,0,Huh? Here?!,,1 +29,38,40029038,3011,24,0,What about leaving some fun for later?,,1 +29,39,40029039,3011,25,0,Goals? My pleasure.,,1 +29,40,40029040,3011,26,0,I want to sing more!,,1 +29,41,40029041,3011,27,0,"You want to listen to more of my songs, right?",,1 +29,42,40029042,3011,28,0,I could sing another song.,,1 +29,43,40029043,3011,29,0,Practice time. Time to go.,,1 +29,44,40029044,3011,30,0,"Special practice. You'll tag along, right baby?",,1 +29,45,40029045,3011,31,0,I'm not a little kid that will get excited by presents. But I am curious what's in here...,,1 +29,46,40029046,3011,32,0,Everyone who cheers me on is my treasure!,,1 +29,47,40029047,3011,33,0,Huh? Looks like there's a new announcement.,,1 +29,48,40029048,3011,34,0,Seems like they're holding an event. Let's go.,,1 +29,49,40029049,3011,35,0,There's a story. Let's take a look.,,1 +29,50,40029050,3011,36,0,My friends.,,1 +29,51,40029051,3011,37,0,"Baby, keep your eyes on me.",,1 +29,52,40029052,3011,46,0,"Hi, I'm Mia Taylor. I'll deliver my best song to you.",,1 +29,53,40029053,3011,47,0,Go!,,1 +29,54,40029054,3011,48,0,Not enough!,,1 +29,55,40029055,3011,49,0,Things are just getting started!,,1 +29,56,40029056,3011,40,0,Let's go!,,1 +29,57,40029057,3011,40,0,Here we go!,,1 +29,58,40029058,3011,40,0,Watch closely!,,1 +29,59,40029059,3011,38,0,Yeah!,,1 +29,60,40029060,3011,38,0,Hey! Did you see that just now?,,1 +29,61,40029061,3011,38,0,"Haha, I surpassed your expectations, didn't I?",,1 +29,62,40029062,3011,38,0,"Well, that about sums it up.",,1 +29,63,40029063,3011,38,0,Did you fall for me?,,1 +29,64,40029064,3011,39,0,I'm sure it will go well next time!,,1 +29,65,40029065,3011,39,0,I'm not sad or whatever.,,1 +29,66,40029066,3011,41,0,Wow! I'm so glad!,,1 +29,67,40029067,3011,41,0,What a surprise.,,1 +29,68,40029068,3011,41,0,"I got a compliment, hehe.",,1 +29,69,40029069,3011,41,0,For me? Thanks!,,1 +29,70,40029070,3011,41,0,"You can give me more gifts, you know?",,1 +29,71,40029071,3011,41,0,Do you love my songs?,,1 +29,72,40029072,3011,41,0,"Please compliment me more. If you do, I'll show you a greater performance!",,1 +29,73,40029073,3011,42,0,Let me hear your thoughts on my song.,,1 +29,74,40029074,3011,42,0,I welcome any surprise like this.,,1 +29,75,40029075,3011,42,0,You can compliment me even more!,,1 +29,76,40029076,3011,42,0,"It's strange, I can always hear your voice, no matter where you are in the venue. Wonder why?",,1 +29,77,40029077,3011,42,0,"I'm glad you cheered me on. Especially you... No, nevermind.",,1 +29,78,40029078,3011,42,0,I really felt how cheering gave me strength.,,1 +29,79,40029079,3011,42,0,Watch me more.,,1 +29,80,40029080,3011,43,0,Yes!,,1 +29,81,40029081,3011,44,0,Amazing!,,1 +29,82,40029082,3011,45,0,I need to keep showing you how I am growing.,,1 +29,83,40029083,3011,23,1,Happy New Year! Let's celebrate the new year! I hope you have the best year!,,1 +29,84,40029084,3011,23,2,"Setsubun? What do you do on that day? I saw Ai had a ton of beans, but was that related?",,1 +29,85,40029085,3011,23,3,Valentine's Day is a day where we both express our thanks for one another. Please accept my feelings.,,1 +29,86,40029086,3011,23,4,Today is the Hina Festival? I heard from Emma! We get to eat colorful candies!,,1 +29,87,40029087,3011,23,5,"There's a day called White Day, huh. What? I get chocolate again? I'll need to return the gift again.",,1 +29,88,40029088,3011,23,6,"Children's Day? I'm 14, but I'm a college student in the States, so that's got nothing to do with me!",,1 +29,89,40029089,3011,23,7,I heard from Lanzhu that the Star Festival started as a festival in China. Have you decided on your wish?,,1 +29,90,40029090,3011,23,8,"Marine Day? It's too hot, let's stay at home. We've got cola and games!",,1 +29,91,40029091,3011,23,9,"Harvest moon? Everyone is so excited to see a beautiful moon. I look forward to it, too.",,1 +29,92,40029092,3011,23,10,Happy Halloween! I wanna give you a trick even if you give me treats.,,1 +29,93,40029093,3011,23,11,"Merry Christmas! Today's Christmas party will have turkey, cake, and cola!",,1 +29,94,40029094,3011,23,12,"This is a special year to me, thanks to you. Let's make the next one special too!",,1 +29,95,40029095,3011,23,31,"Happy birthday! You get to hang out with me today! You must be so happy, Ayumu!",,1 +29,96,40029096,3011,23,32,"Happy birthday! You're a real puppy Kasumi, so you need me. I'll spend the whole day with you.",,1 +29,97,40029097,3011,23,33,Happy birthday! I want to show you Broadway some time. I want you to watch Mom's musical!,,1 +29,98,40029098,3011,23,34,"Happy birthday! I'll invite you to New York City some day, so take me to your house too, Karin!",,1 +29,99,40029099,3011,23,35,"Happy birthday! Your powerfulness is an amazing weapon, Ai. I need to learn from you, too.",,1 +29,100,40029100,3011,23,36,"Happy birthday! I'm going to make you something today, Kanata! Please look forward to that.",,1 +29,101,40029101,3011,23,37,"Happy birthday! Setsuna, let's watch three American hero movies today!",,1 +29,102,40029102,3011,23,38,"Happy birthday! I made this sachet for you, Emma. I hope it smells how you like.",,1 +29,103,40029103,3011,23,39,"Happy birthday! I am who I am now thanks to you, Rina. I want to help you next.",,1 +29,104,40029104,3011,23,40,"Happy birthday! I am amazed by your strong center, Shioriko. I want to be like that, too.",,1 +29,105,40029105,3011,23,41,"Today is my birthday! What kind of surprise do you have for me? Haha, just kidding!",,1 +29,106,40029106,3011,23,42,"Happy birthday! I got this amazing steak from the States for you, Lanzhu! Can you finish it?",,1 +29,107,40029107,3011,23,52,"If you're gonna write about me, make sure your piece is the coolest. I'm countin' on ya, baby. ♪",,223062402 +29,108,40029108,3011,23,53,"Awesome! What a special day today! Just for today, I might just listen to one of your wishes!",,223101514 +30,1,40030001,3012,0,0,"I want to show you the perfect performance of I, Lanzhu Zhong! That's why I'm here!",,1 +30,2,40030002,3012,1,0,"The bigger the meat, the better. Don't you agree?",,1 +30,3,40030003,3012,0,0,I want everyone around the world to hear my songs!,,1 +30,4,40030004,3012,1,0,Let's all have afternoon tea together! Emma said she made sandwiches and cookies!,,1 +30,5,40030005,3012,0,0,"Mia, you poor thing! You would be completely lost without your Lanzhu♪",,1 +30,6,40030006,3012,1,0,"I want to watch live show videos! Hey, do you have time now?",,1 +30,7,40030007,3012,2,0,Let's watch a video of everyone together!,,1 +30,8,40030008,3012,3,0,Tell me about you. I want to get even closer!,,1 +30,9,40030009,3012,4,0,Everyone in Nijigasaki is Lanzhu's dear friend. Even you!,,1 +30,10,40030010,3012,5,0,"Hey, do you want to know more about Lanzhu? Hehe, I knew it!",,1 +30,11,40030011,3012,6,0,Come hang out in the dorms! I'll show the best hospitality!,,1 +30,12,40030012,3012,7,0,You can come to my room. I've cleaned it up and everything.,,1 +30,13,40030013,3012,8,0,"I'm going to hang out at Mia's place. You should along, too.",,1 +30,14,40030014,3012,9,0,What should my next outfit be... What kind of Lanzhu do you want to see?,,1 +30,15,40030015,3012,10,0,I can sparkle brighter if you cheer me on.,,1 +30,16,40030016,3012,11,0,Messengers are nice. You can chat whenever you want.,,1 +30,17,40030017,3012,12,0,Hong Kong milk tea is very rich and delicious. Want to try?,,1 +30,18,40030018,3012,13,0,I always do my stretches. I share new stretches with Karin.,,1 +30,19,40030019,3012,14,0,I wake up early and run around the dorms. It feels so nice.,,1 +30,20,40030020,3012,15,0,Time flies when I am with my friends!,,1 +30,21,40030021,3012,16,0,I wish I could always do club activities.,,1 +30,22,40030022,3012,17,0,"*yawn* I'm getting sleepy. Wan an, good night...",,1 +30,23,40030023,3012,19,0,I want to go out. Let's go somewhere.,,1 +30,24,40030024,3012,20,0,Do you want to go to the mountains or ocean? I want to go...to both!,,1 +30,25,40030025,3012,21,0,"If autumn is for art, that means autumn is for school idols! I want to do more live shows!",,1 +30,26,40030026,3012,22,0,Cold? This is nothing. Just stay close to Lanzhu. I'll warm you up quick!,,1 +30,27,40030027,3012,18,0,Leave it to Lanzhu.,,1 +30,28,40030028,3012,18,0,That tickles! I'll tickle you right back!,,1 +30,29,40030029,3012,18,0,Your hand feels so nice. You can keep patting me.,,1 +30,30,40030030,3012,18,0,Hahaha!,,1 +30,31,40030031,3012,18,0,Oh dear!,,1 +30,32,40030032,3012,18,0,Huh?,,1 +30,33,40030033,3012,18,0,Ugh!,,1 +30,34,40030034,3012,18,0,Now you made Lanzhu mad!,,1 +30,35,40030035,3012,18,0,Guess it can't be helped.,,1 +30,36,40030036,3012,18,0,Umm... I don't know how I should react...,,1 +30,37,40030037,3012,18,0,Why would you do that here?,,1 +30,38,40030038,3012,24,0,Seems there's a story. Let's check it out together.,,1 +30,39,40030039,3012,25,0,Goals for Lanzhu? I'll accomplish them with ease!,,1 +30,40,40030040,3012,26,0,I can still sing!,,1 +30,41,40030041,3012,27,0,"Hey, are you still longing to hear more of my songs?",,1 +30,42,40030042,3012,28,0,Give Lanzhu the power!,,1 +30,43,40030043,3012,29,0,"Hehe, let's make today's practice even harder than yesterday♪",,1 +30,44,40030044,3012,30,0,Yay! A special practice! I can't wait!,,1 +30,45,40030045,3012,31,0,Please take this present!,,1 +30,46,40030046,3012,32,0,I'll make everyone fall in love with Lanzhu!,,1 +30,47,40030047,3012,33,0,New information! Let's check it out!,,1 +30,48,40030048,3012,34,0,There's an event going on. Let's join in.,,1 +30,49,40030049,3012,35,0,I wonder what kind of story it is. Let's go see.,,1 +30,50,40030050,3012,36,0,Everyone is Lanzu's friend!,,1 +30,51,40030051,3012,37,0,Lanzhu needs you. Please always stay at my side.,,1 +30,52,40030052,3012,46,0,Ni hao! I am Lanzhu Zhong! Let's enjoy the best time together!,,1 +30,53,40030053,3012,47,0,Mou Man Tai! No Prob!,,1 +30,54,40030054,3012,48,0,Leave this to Lanzhu!,,1 +30,55,40030055,3012,49,0,The best!,,1 +30,56,40030056,3012,40,0,It's showtime!,,1 +30,57,40030057,3012,40,0,Here I go!,,1 +30,58,40030058,3012,40,0,Watch!,,1 +30,59,40030059,3012,38,0,Yay! We did it!,,1 +30,60,40030060,3012,38,0,Expected nothing less from Lanzhu.,,1 +30,61,40030061,3012,38,0,"Come on, give Lanzhu some praise.",,1 +30,62,40030062,3012,38,0,"Hey, did you watch? Well? Pretty good, huh.",,1 +30,63,40030063,3012,38,0,A splendid result!,,1 +30,64,40030064,3012,39,0,Ugh... That wasn't Lanzhu-esque at all...,,1 +30,65,40030065,3012,39,0,I won't give up so easily.,,1 +30,66,40030066,3012,41,0,We got closer!,,1 +30,67,40030067,3012,41,0,Is it really okay to get all these gifts?,,1 +30,68,40030068,3012,41,0,I'm so happy!,,1 +30,69,40030069,3012,41,0,"You were entranced by my performance, weren't you!",,1 +30,70,40030070,3012,41,0,"Hehe, I can brag to the others about getting so many gifts.",,1 +30,71,40030071,3012,41,0,"Hehe, nice!",,1 +30,72,40030072,3012,41,0,Awesome!,,1 +30,73,40030073,3012,42,0,This is what you can expect from Lanzhu.,,1 +30,74,40030074,3012,42,0,You have your charms.,,1 +30,75,40030075,3012,42,0,I am so glad I got close with you!,,1 +30,76,40030076,3012,42,0,I can always hear your cheers.,,1 +30,77,40030077,3012,42,0,Please stay beside me more.,,1 +30,78,40030078,3012,42,0,Just keep watching me.,,1 +30,79,40030079,3012,42,0,I need your strength!,,1 +30,80,40030080,3012,43,0,I will aim higher!,,1 +30,81,40030081,3012,44,0,I'm not satisfied yet! I need to grow more!,,1 +30,82,40030082,3012,45,0,"You can praise me more, you know!",,1 +30,83,40030083,3012,23,1,Xin Nian Kuai Le! Happy New Year! Let's make it a wonderful year!,,1 +30,84,40030084,3012,23,2,"It's the day we yell ""Devils out, fortune in"" and throw beans. I'll give it my best!",,1 +30,85,40030085,3012,23,3,"Today is Valentine's Day, right? Please accept my chocolate!",,1 +30,86,40030086,3012,23,4,"Since today is the Hina Festival, Kanata said she would make chirashizushi. I can't wait!",,1 +30,87,40030087,3012,23,5,White Day? I get something today? Xie xie!,,1 +30,88,40030088,3012,23,6,Children's Day... Mia's day! I need to tell her!,,1 +30,89,40030089,3012,23,7,"Hey, look at my prayer card! I wished to always perform with everyone. It just has to come true!",,1 +30,90,40030090,3012,23,8,Today is called Marine Day. Let's take a walk to the sea!,,1 +30,91,40030091,3012,23,9,"Today is the harvest moon. Do you want to go moon-watching, too?",,1 +30,92,40030092,3012,23,10,Happy Halloween! I've got some awesome tricks up my sleeve!,,1 +30,93,40030093,3012,23,11,Merry Christmas! Let's eat some big pieces of meat!,,1 +30,94,40030094,3012,23,12,I can't believe it's the last day of the year. Maybe because I was with you? We'll find out next year if you stick close...,,1 +30,95,40030095,3012,23,31,"Sheng ri kuai le! Happy birthday, Ayumu! I feel so proud when I see you making great progress!",,1 +30,96,40030096,3012,23,32,"Sheng ri kuai le! Happy birthday, Kasumi! I love my cute, cute Kasumi!",,1 +30,97,40030097,3012,23,33,"Sheng ri kuai le! Happy birthday, Shizuku! Your strong will really shows in your performances! I love it!",,1 +30,98,40030098,3012,23,34,"Sheng ri kuai le! Happy birthday, Karin! You have the best taste in dances!",,1 +30,99,40030099,3012,23,35,"Sheng ri kuai le! Happy birthday, Ai! I want to fill the whole venue with joy like you!",,1 +30,100,40030100,3012,23,36,"Sheng ri kuai le! Happy birthday, Kanata! Today, I'll make a special treat from Hong Kong! I practiced making it a lot!",,1 +30,101,40030101,3012,23,37,"Sheng ri kuai le! Happy birthday, Setsuna! I always get fired up by your passionate performances!",,1 +30,102,40030102,3012,23,38,"Sheng ri kuai le! Happy birthday, Emma! I love how your performances envelope entire venues!",,1 +30,103,40030103,3012,23,39,"Sheng ri kuai le! Happy birthday, Rina! I am so happy I connected with you!",,1 +30,104,40030104,3012,23,40,"Sheng ri kuai le! Happy birthday, Shioriko! You are my treasured friend! I love you!",,1 +30,105,40030105,3012,23,41,"Sheng ri kuai le! Happy birthday, Mia! I know the great potential inside you!",,1 +30,106,40030106,3012,23,42,Yay! You're celebrating my birthday?! This is the best!,,1 +30,107,40030107,3012,23,52,"Leave it to Lanzhu! With my superb performance, I'll make sure you can write a fantastic piece!",,223062402 +30,108,40030108,3012,23,53,"Hey there, how big of a fan are you of me? Tell me! *Eek* I knew it!",,223101514 +31,1,40031001,4001,0,0,"My home is in a café! If you want, come over for tea!",,1 +31,2,40031002,4001,1,0,"From our café, I guess I would recommend the grilled apples?",,1 +31,3,40031003,4001,0,0,I'm in perfect condition! I can sing at any time!,,1 +31,4,40031004,4001,1,0,I was childhood friends with Chisato. We even went to the same elementary school!,,1 +31,5,40031005,4001,0,0,Okay then. I'll keep working hard on this song!,,1 +31,6,40031006,4001,1,0,"I think I'm just okay at school and athletics, but I love music!",,1 +31,7,40031007,4001,2,0,There is an owl named Manmaru at our café!,,1 +31,8,40031008,4001,3,0,I can't help but buy owl merch.,,1 +31,9,40031009,4001,4,0,"I listen to lots of genres of music. I love overseas songs and old songs, too!",,1 +31,10,40031010,4001,5,0,"Do you want to come to our café? If you want, I can make you a café au lait...I think.",,1 +31,11,40031011,4001,6,0,"Sparkling cute outfits? No way! I'm too embarrassed, I can't wear that!",,1 +31,12,40031012,4001,7,0,I'm not good at being in front of people...but I love to sing!,,1 +31,13,40031013,4001,8,0,"When I think of you, I can think of great phrases. How strange!",,1 +31,14,40031014,4001,9,0,"I have to wear a cute dress, but I wanted your thoughts...",,1 +31,15,40031015,4001,10,0,I just want to sing when I'm with you! My emotions flow and I get excited!,,1 +31,16,40031016,4001,11,0,"Okay, time to do my best!",,1 +31,17,40031017,4001,12,0,How do we look? Let's keep up the energy!,,1 +31,18,40031018,4001,13,0,"Great work today. I poured you a café au lait, wanna drink?",,1 +31,19,40031019,4001,14,0,Good morning! How do you feel?,,1 +31,20,40031020,4001,15,0,Song-writing is going well today! I'll do my best to deliver good songs!,,1 +31,21,40031021,4001,16,0,I don't mind the air at this time of the day.,,1 +31,22,40031022,4001,17,0,*yawn* I'm getting sleepy.,,1 +31,23,40031023,4001,19,0,The sun is so warm... Mmm...,,1 +31,24,40031024,4001,20,0,"Ah, it's hot... I want to drink an iced café au lait.",,1 +31,25,40031025,4001,21,0,Comfortable seasons are the best for writing music!,,1 +31,26,40031026,4001,22,0,C-Cold... I want to drink some hot café au lait.,,1 +31,27,40031027,4001,18,0,Can I help out?,,1 +31,28,40031028,4001,18,0,What? You call?,,1 +31,29,40031029,4001,18,0,What's wrong?,,1 +31,30,40031030,4001,18,0,Quit it! That tickles!,,1 +31,31,40031031,4001,18,0,Eek?! You scared me!,,1 +31,32,40031032,4001,18,0,What's wrong?,,1 +31,33,40031033,4001,18,0,H-Hey?!,,1 +31,34,40031034,4001,18,0,"Quit it! Quit it, I said!",,1 +31,35,40031035,4001,18,0,I guess I don't have a choice...,,1 +31,36,40031036,4001,18,0,That's...embarrassing...,,1 +31,37,40031037,4001,18,0,H-Hey?! I said I'm embarrassed!,,1 +31,38,40031038,4001,24,0,Let's watch the continuation of the story!,,1 +31,39,40031039,4001,25,0,Looks like there are goals.,,1 +31,40,40031040,4001,26,0,"Hey, let's do a live show! I want to sing!",,1 +31,41,40031041,4001,27,0,I'll sing my best at today's live show! I'll express all my feelings in song!,,1 +31,42,40031042,4001,28,0,I hope I can make everyone smile through this live show!,,1 +31,43,40031043,4001,29,0,I can still keep practicing!,,1 +31,44,40031044,4001,30,0,I want to be able to sing even more! Can you let me take a special practice?,,1 +31,45,40031045,4001,31,0,A present has arrived! Great!,,1 +31,46,40031046,4001,32,0,She has interest in School Idols! Maybe we should invite her.,,1 +31,47,40031047,4001,33,0,New information arrived?! Let's check it out!,,1 +31,48,40031048,4001,34,0,There's an event! I want to join!,,1 +31,49,40031049,4001,35,0,I'm curious! Want to give it a peek?,,1 +31,50,40031050,4001,36,0,I wonder how my friends are doing?,,1 +31,51,40031051,4001,37,0,Are all the club members doing well?,,1 +31,52,40031052,4001,46,0,Nice to meet you! I am Kanon Shibuya. A pleasure.,,1 +31,53,40031053,4001,47,0,"One, two, three!",,1 +31,54,40031054,4001,48,0,Okay!,,1 +31,55,40031055,4001,49,0,Nice!,,1 +31,56,40031056,4001,40,0,I can sing...I can sing!,,1 +31,57,40031057,4001,40,0,Here I go!,,1 +31,58,40031058,4001,40,0,Let's have fun!,,1 +31,59,40031059,4001,38,0,I did it! All done!,,1 +31,60,40031060,4001,38,0,"Phew, I did my best!",,1 +31,61,40031061,4001,38,0,That was a great live show!,,1 +31,62,40031062,4001,38,0,I sang so well!,,1 +31,63,40031063,4001,38,0,Singing is fun!,,1 +31,64,40031064,4001,39,0,I'm sure it will go better next time!,,1 +31,65,40031065,4001,39,0,Ugh... I screwed up...,,1 +31,66,40031066,4001,41,0,Awesome!,,1 +31,67,40031067,4001,41,0,Thank you!,,1 +31,68,40031068,4001,41,0,Hehe.,,1 +31,69,40031069,4001,41,0,I'm glad!,,1 +31,70,40031070,4001,41,0,Yay!,,1 +31,71,40031071,4001,41,0,How embarrassing...,,1 +31,72,40031072,4001,41,0,Sweet!,,1 +31,73,40031073,4001,42,0,"It's embarrassing to say this, but...I love you.",,1 +31,74,40031074,4001,42,0,It's so fun to sing so much! And even more fun when I'm with you!,,1 +31,75,40031075,4001,42,0,I want to express my feelings for you in song!,,1 +31,76,40031076,4001,42,0,I'm so nervous... How embarrassing...,,1 +31,77,40031077,4001,42,0,It's so fun to be with you! Can we stay together?,,1 +31,78,40031078,4001,42,0,I could work so hard thanks to you. Thank you!,,1 +31,79,40031079,4001,42,0,S-So embarrassing... Don't look at me!,,1 +31,80,40031080,4001,43,0,I am overflowing with the desire to sing!,,1 +31,81,40031081,4001,44,0,I want to sing more!,,1 +31,82,40031082,4001,45,0,I'll sing!,,1 +31,83,40031083,4001,23,1,"Happy New Year! I'm so glad we get to be together this year, too!",,1 +31,84,40031084,4001,23,2,Devils out... Fortune in... Why throw beans? Do devils really hate beans?,,1 +31,85,40031085,4001,23,3,"I saw them selling some delicious chocolate, so I just bought it. Want to try?",,1 +31,86,40031086,4001,23,4,Hina dolls... They seem a bit scary if you look at them at night...,,1 +31,87,40031087,4001,23,5,Return gift from Valentine's Day? Are you sure? Thank you!,,1 +31,88,40031088,4001,23,6,"Children's Day, huh. I used to play in the neighborhood park with Chisato when we were children.",,1 +31,89,40031089,4001,23,7,Liella! will sparkle brightly like the stars someday!,,1 +31,90,40031090,4001,23,8,Today is Marine Day! Let's do our best and not forget to drink plenty of liquids!,,1 +31,91,40031091,4001,23,9,"Harvest moon, huh? The night breeze feels so nice... Ah, I thought of a great phrase!",,1 +31,92,40031092,4001,23,10,"Keke is running after me, threatening to graffiti my face if I don't give her treats!",,1 +31,93,40031093,4001,23,11,Merry Christmas! I made a roast chicken in the restaurant oven!,,1 +31,94,40031094,4001,23,12,I want to keep singing next year and the year after!,,1 +31,95,40031095,4001,23,43,Today is my birthday! I'll ask mother bake me a cake♪,,1 +31,96,40031096,4001,23,44,"Today is Keke's birthday! How do you say ""Happy Birthday"" in Chinese?",,1 +31,97,40031097,4001,23,45,Today is Chisato's birthday! Maybe I should give her some round present again.,,1 +31,98,40031098,4001,23,46,Today is Sumire's birthday! She said she wanted some galaxy goods...,,1 +31,99,40031099,4001,23,47,Today is Ai's birthday! Everyone in Liella! is going to surprise her.,,1 +31,100,40031100,4001,23,48,"Today is Kinako's birthday! She said she wanted to eat something famous from Tokyo, but I wonder what...",,1 +31,101,40031101,4001,23,49,"Today is Mei's birthday! I tried writing her a letter, but I got so embarrassed.",,1 +31,102,40031102,4001,23,50,Today is Shiki's birthday! We'll go to a bakery with a delicious Mont Blanc!,,1 +31,103,40031103,4001,23,51,Today is Natsumi's birthday! I found a cute smartphone cover in Harajuku.,,1 +31,104,40031104,4001,23,52,Thanks for agreeing to come! I'm so happy. ♪ W-What? An interview?! L-Let me think for just a bit!,,223062402 +31,105,40031105,4001,23,53,Thank you for always cheering me on. I'll continue to give it my all with everyone so I can live up to your expectations.,,223101514 +31,106,40031106,4001,23,54,Today is Margarete's birthday! A little hot chocolate latte art of a wolfie to celebrate...,,223121502 +31,107,40031107,4001,23,55,Today is Tomari's birthday! I found a cute towel with a jellyfish on it. ♪,,223121502 +32,1,40032001,4002,0,0,It's so much fun how much cute stuff is in Japan!,,1 +32,2,40032002,4002,1,0,"My mother is Japanese, so I totally understand Japanese!",,1 +32,3,40032003,4002,0,0,Leave making the cute outfits and props to me!,,1 +32,4,40032004,4002,1,0,My hobby is cosplay! I always keep an eye on the details!,,1 +32,5,40032005,4002,0,0,I came to Japan to be a school idol!,,1 +32,6,40032006,4002,1,0,Being a school idol is the best!,,1 +32,7,40032007,4002,2,0,I met Kanon as soon as I got to Japan thanks to the god of school idols!,,1 +32,8,40032008,4002,3,0,I actually haven't finished unpacking...,,1 +32,9,40032009,4002,4,0,My love for school idols is second to none!,,1 +32,10,40032010,4002,5,0,Everyone in Yuigaoka is so kind to me! They're all good people!,,1 +32,11,40032011,4002,6,0,"I'm not good at sports, but I'll make it up with hard training, so no problem!",,1 +32,12,40032012,4002,7,0,I am so happy to have met school idols!,,1 +32,13,40032013,4002,8,0,I am so glad I came to Japan and met you all!,,1 +32,14,40032014,4002,9,0,Our bonds are forever!,,1 +32,15,40032015,4002,10,0,I always want to be a school idol!,,1 +32,16,40032016,4002,11,0,I'm thinking of outfit designs. Should I go cute or cool?,,1 +32,17,40032017,4002,12,0,How is my performance today? Nothing is impossible!,,1 +32,18,40032018,4002,13,0,Good work today! Have some tea♪,,1 +32,19,40032019,4002,14,0,I read in a book that the early worm gets the worm!,,1 +32,20,40032020,4002,15,0,*snore* Zzz... Ah! I fell asleep in class again.,,1 +32,21,40032021,4002,16,0,Are you tired? Eat something sweet and take a rest.,,1 +32,22,40032022,4002,17,0,I'm so sleepy. Zzz...,,1 +32,23,40032023,4002,19,0,I want to sing under the cherry blossom trees! Let's do a cherry blossom watching live show tour across Japan!,,1 +32,24,40032024,4002,20,0,Don't forget to apply sunscreen in the summer! Skin is everything for school idols!,,1 +32,25,40032025,4002,21,0,"Autumn of food, autumn of sports, autumn of art... How about autumn of school idols!",,1 +32,26,40032026,4002,22,0,You need throat drops in winter! School idols need to take good care of their throats!,,1 +32,27,40032027,4002,18,0,Leave it to Keke!,,1 +32,28,40032028,4002,18,0,Huh? You call me?,,1 +32,29,40032029,4002,18,0,What's the matter?,,1 +32,30,40032030,4002,18,0,Hahaha! That tickles!,,1 +32,31,40032031,4002,18,0,Xia Si Wo Le! You scared me to death!,,1 +32,32,40032032,4002,18,0,Huh?,,1 +32,33,40032033,4002,18,0,Come on! What is it?,,1 +32,34,40032034,4002,18,0,You play too much! ENOUGH!,,1 +32,35,40032035,4002,18,0,"Fine, I guess I have to...",,1 +32,36,40032036,4002,18,0,Th-That is so embarrassing. Please stop...,,1 +32,37,40032037,4002,18,0,This is embarrassing! STOP RIGHT THIS MINUTE!,,1 +32,38,40032038,4002,24,0,I want to see the rest of the story!,,1 +32,39,40032039,4002,25,0,Want to try to finish a goal?,,1 +32,40,40032040,4002,26,0,Let's do a live show together! I can still move!,,1 +32,41,40032041,4002,27,0,I look forward to today's live show! I'm completely prepared!,,1 +32,42,40032042,4002,28,0,"I worked hard on my outfit too, so be sure to watch!",,1 +32,43,40032043,4002,29,0,I want to practice more!,,1 +32,44,40032044,4002,30,0,I feel like I can do a great practice now!,,1 +32,45,40032045,4002,31,0,Looks like there's a present! How nice♪,,1 +32,46,40032046,4002,32,0,Ah! I found someone interested in school idols! Let's invite them along!,,1 +32,47,40032047,4002,33,0,New information is year! Good luck to check it!,,1 +32,48,40032048,4002,34,0,Seems there is an event! Join it with me!,,1 +32,49,40032049,4002,35,0,"As a school idol fan, I want to soak in everyone's stories fully!",,1 +32,50,40032050,4002,36,0,I wonder how my friends are doing.,,1 +32,51,40032051,4002,37,0,How are all the club members?,,1 +32,52,40032052,4002,46,0,Ni hao! I am Keke Tang! It's a pleasure to meet you!,,1 +32,53,40032053,4002,47,0,Yah!,,1 +32,54,40032054,4002,48,0,Ho!,,1 +32,55,40032055,4002,49,0,Here I come!,,1 +32,56,40032056,4002,40,0,Here I go!,,1 +32,57,40032057,4002,40,0,Let's do this!,,1 +32,58,40032058,4002,40,0,Let the live show begin!,,1 +32,59,40032059,4002,38,0,Yay!,,1 +32,60,40032060,4002,38,0,I did my best!,,1 +32,61,40032061,4002,38,0,That went well!,,1 +32,62,40032062,4002,38,0,It was a huge success!,,1 +32,63,40032063,4002,38,0,That was spectacular!,,1 +32,64,40032064,4002,39,0,I really messed up...,,1 +32,65,40032065,4002,39,0,I won't give up so easily!,,1 +32,66,40032066,4002,41,0,All filled up! YEP!,,1 +32,67,40032067,4002,41,0,I LOVE you!,,1 +32,68,40032068,4002,41,0,How nice!,,1 +32,69,40032069,4002,41,0,No stopping me!,,1 +32,70,40032070,4002,41,0,Hao Li Hai! Amazing!,,1 +32,71,40032071,4002,41,0,How embarrassing♪,,1 +32,72,40032072,4002,41,0,Perfect!,,1 +32,73,40032073,4002,42,0,Please always stay with Keke! It's a promise!,,1 +32,74,40032074,4002,42,0,I'm so happy! Happy happy! THIS IS THE BEST!!,,1 +32,75,40032075,4002,42,0,Ugh... I get sort of embarrassed in this situation...,,1 +32,76,40032076,4002,42,0,Could you keep cheering me on?,,1 +32,77,40032077,4002,42,0,I love you! Is that okay?,,1 +32,78,40032078,4002,42,0,I love school idols!,,1 +32,79,40032079,4002,42,0,I am so happy that I can do school idol activities!,,1 +32,80,40032080,4002,43,0,My heart is shining!,,1 +32,81,40032081,4002,44,0,Keke powered up!,,1 +32,82,40032082,4002,45,0,I love school idols even more now!,,1 +32,83,40032083,4002,23,1,"Xin Nian Kuai Le! Happy New Year! Keep cheering me on this year, too.",,1 +32,84,40032084,4002,23,2,"Hehe... I put Sumire in the mask, so I can throw all the beans I want!",,1 +32,85,40032085,4002,23,3,"You get loads of chocolate this day, right? No?",,1 +32,86,40032086,4002,23,4,"This is the holiday with peaches, right? Peaches are used to ward of evil spirits in China, too.",,1 +32,87,40032087,4002,23,5,"Today is a day to get loads of white chocolate, right? No?",,1 +32,88,40032088,4002,23,6,"Wah, carp streamers! Let's make Liella! design carp streamers!",,1 +32,89,40032089,4002,23,7,My wish... Ah! No peeking! That's bad luck!,,1 +32,90,40032090,4002,23,8,If there is a Marine Day... Is there a Mountain Day?,,1 +32,91,40032091,4002,23,9,The moon is so pretty. The moon looks the same from China and Japan.,,1 +32,92,40032092,4002,23,10,I'll graffiti your face is you don't give me candy!,,1 +32,93,40032093,4002,23,11,"Merry Christmas! Santa, Keke is always a good girl!",,1 +32,94,40032094,4002,23,12,Want to spend the end of the year with me and eat soba?,,1 +32,95,40032095,4002,23,43,Happy birthday! Kanon! I love you!,,1 +32,96,40032096,4002,23,44,Today is my birthday! Welcoming all presents!,,1 +32,97,40032097,4002,23,45,Today is Chisato's birthday! I plan to give her a round present.,,1 +32,98,40032098,4002,23,46,That reminds me. It's Sumire's birthday.,,1 +32,99,40032099,4002,23,47,Today is Ren's birthday! Everyone in Liella! is going to surprise her!,,1 +32,100,40032100,4002,23,48,Today is Kinako's birthday! The surprise preparations are perfect!,,1 +32,101,40032101,4002,23,49,Today is Mei's birthday! I'll ask if she wants to go somewhere!,,1 +32,102,40032102,4002,23,50,Today is Shiki's birthday! I found the perfect hat for her present!,,1 +32,103,40032103,4002,23,51,Today is Natsumi's birthday! I made my special smoothie for her!,,1 +32,104,40032104,4002,23,52,"Thanks for coming, I'm happy you did! We're going to show you what we're made of!",,223062402 +32,105,40032105,4002,23,53,School Idols are so wonderful. Work with me to keep on spreading just how awesome school idols are to the world!,,223101514 +32,106,40032106,4002,23,54,Today is Maru's birthday! I'm gonna make her a handmade shark plushie!,,223121502 +32,107,40032107,4002,23,55,Today is Tomari's birthday! I just found a place that sells delicious sweet potato pastries. Let's go!,,223121502 +33,1,40033001,4003,0,0,"Hey, I joined Yuigasaki to get better at dancing!",,1 +33,2,40033002,4003,1,0,"One, two, three, four, and turn! Nailed it!",,1 +33,3,40033003,4003,0,0,I am actually working part-time at a takoyaki stand. Come try it if you want!,,1 +33,4,40033004,4003,1,0,Takoyaki is so round and delicious. The perfect food!,,1 +33,5,40033005,4003,0,0,"I'm childhood friends with Kanon! Our houses were close, too.",,1 +33,6,40033006,4003,1,0,The roundness of Kanon's house is perfectly round!,,1 +33,7,40033007,4003,2,0,Wah! Ouch... I'm practicing a really hard move now...,,1 +33,8,40033008,4003,3,0,I want the people who watch me dance to smile!,,1 +33,9,40033009,4003,4,0,Your cheers really encourage me. Thank you♪,,1 +33,10,40033010,4003,5,0,I learned how to do that step I practiced! Look!,,1 +33,11,40033011,4003,6,0,"When the people who watch me smile, I get the biggest, roundest smile on my face too!",,1 +33,12,40033012,4003,7,0,You are a huge presence to me! Hehe!,,1 +33,13,40033013,4003,8,0,"I want you to be happy, so I'll dance on stage as much as needed!",,1 +33,14,40033014,4003,9,0,"From the stage, everyone's smiles look so round!",,1 +33,15,40033015,4003,10,0,"You and I will always be the roundest of friends! Yeah, the best!",,1 +33,16,40033016,4003,11,0,Round power! Spin spin spin!,,1 +33,17,40033017,4003,12,0,"Do you feel good? If you eat, exercise, and sleep well, you'll be in the roundest of heatlh!",,1 +33,18,40033018,4003,13,0,Good work! You can really relax if you stretch.,,1 +33,19,40033019,4003,14,0,All done warming up! I'll do my best today!,,1 +33,20,40033020,4003,15,0,"Hey, can you come here? Let's train together!",,1 +33,21,40033021,4003,16,0,I have to think of a great training plan!,,1 +33,22,40033022,4003,17,0,*snore* Zzz... *sore*,,1 +33,23,40033023,4003,19,0,Spring is all about cherry blossom trees! There are loads of cherry blossoms in my neighborhood!,,1 +33,24,40033024,4003,20,0,They sell a lot of stylish summer drinks and ice cream in Shibuya!,,1 +33,25,40033025,4003,21,0,The ginko trees in the neighborhood are so beautiful! Gold as far as the eye can see!,,1 +33,26,40033026,4003,22,0,"It's cold, but the neighborhood illuminations are pretty, I can't help but watch.",,1 +33,27,40033027,4003,18,0,Leave the round support to me!,,1 +33,28,40033028,4003,18,0,What is it?,,1 +33,29,40033029,4003,18,0,What's wrong?,,1 +33,30,40033030,4003,18,0,Hahaha! That tickles!,,1 +33,31,40033031,4003,18,0,Wah?!,,1 +33,32,40033032,4003,18,0,Huh??,,1 +33,33,40033033,4003,18,0,Come on! What is it?!,,1 +33,34,40033034,4003,18,0,I'll get mad if you don't quit it!,,1 +33,35,40033035,4003,18,0,Fine... I guess I have no choice...,,1 +33,36,40033036,4003,18,0,This is so embarrassing! Hehe.,,1 +33,37,40033037,4003,18,0,"Not here, I said!",,1 +33,38,40033038,4003,24,0,Quick! I want to see everyone's stories!,,1 +33,39,40033039,4003,25,0,There are goals! Let's try them out!,,1 +33,40,40033040,4003,26,0,I can still keep dancing! Let's do a live show!,,1 +33,41,40033041,4003,27,0,Hey! Today's live show will be really exciting!,,1 +33,42,40033042,4003,28,0,Are you prepared to enjoy the live show? Let's enjoy it together until the end!,,1 +33,43,40033043,4003,29,0,Preparations are all set! I'm ready to practice at any time!,,1 +33,44,40033044,4003,30,0,I can do special training now! Is it okay to do that?,,1 +33,45,40033045,4003,31,0,A present arrived. Thank goodness! I wonder what's inside.,,1 +33,46,40033046,4003,32,0,I found a girl who was interested in being a school idol! Let's invite her!,,1 +33,47,40033047,4003,33,0,There's a new announcement! Let's check it out!,,1 +33,48,40033048,4003,34,0,There's an event going on! Let's check it out♪,,1 +33,49,40033049,4003,35,0,"I want to see everyone's episode, too!",,1 +33,50,40033050,4003,36,0,I wonder how my friends are doing?,,1 +33,51,40033051,4003,37,0,I wonder how the club members are doing?,,1 +33,52,40033052,4003,46,0,Hey! I am Chisato Arashi. Nice to meet ya!,,1 +33,53,40033053,4003,47,0,I can do it!,,1 +33,54,40033054,4003,48,0,Yo!,,1 +33,55,40033055,4003,49,0,Rolling!,,1 +33,56,40033056,4003,40,0,Keep your eyes on me!,,1 +33,57,40033057,4003,40,0,Here I go!,,1 +33,58,40033058,4003,40,0,I'm off!,,1 +33,59,40033059,4003,38,0,Nailed it!,,1 +33,60,40033060,4003,38,0,Yay!,,1 +33,61,40033061,4003,38,0,Round and okay!,,1 +33,62,40033062,4003,38,0,Sweet!,,1 +33,63,40033063,4003,38,0,A great success!,,1 +33,64,40033064,4003,39,0,Ouchie...,,1 +33,65,40033065,4003,39,0,S-Sorry...,,1 +33,66,40033066,4003,41,0,Improving all the time!,,1 +33,67,40033067,4003,41,0,Thanks!,,1 +33,68,40033068,4003,41,0,Round!,,1 +33,69,40033069,4003,41,0,Amazing!,,1 +33,70,40033070,4003,41,0,My eyes are open!,,1 +33,71,40033071,4003,41,0,Ta da!,,1 +33,72,40033072,4003,41,0,"Amazing, right?♪",,1 +33,73,40033073,4003,42,0,Energy is rounded to the MAX! Dance together with me!,,1 +33,74,40033074,4003,42,0,My heart is so warm... I'm filled with my feelings for you!,,1 +33,75,40033075,4003,42,0,Thank you for always cheering me on! Please keep cheering me!,,1 +33,76,40033076,4003,42,0,"I'll do even better with my round power, so just watch!",,1 +33,77,40033077,4003,42,0,"Hey, I love you... Hehe, so embarrassing...",,1 +33,78,40033078,4003,42,0,"Stick with me, okay? It's a pinky promise!",,1 +33,79,40033079,4003,42,0,I'll shine even more! Please keep watching beside me!,,1 +33,80,40033080,4003,43,0,"I feel so light! Hop, step, and round!",,1 +33,81,40033081,4003,44,0,Amazing! I can dance even more!,,1 +33,82,40033082,4003,45,0,Thank you for letting me grow so much! Please keep cheering me on!,,1 +33,83,40033083,4003,23,1,"Happy New Year! Let's be roundest of friends this year, too!",,1 +33,84,40033084,4003,23,2,I wonder who the devil will be? I want to go the bean throwing event!,,1 +33,85,40033085,4003,23,3,Happy Valentine's Day! Here is some chocolate from me to you!,,1 +33,86,40033086,4003,23,4,Did you know Hina dolls are different in Kansai and Kanto? Kansai ones are round!,,1 +33,87,40033087,4003,23,5,"Huh? You're giving me this round candy? Wow, thanks!",,1 +33,88,40033088,4003,23,6,Wow! Carp streamers... It's so fun to watch the spinning stuff on top of them!,,1 +33,89,40033089,4003,23,7,"Bamboo leaves, so round♪ Round, round♪",,1 +33,90,40033090,4003,23,8,"Summer! Sea! Summer break! Spin, spin, spin!",,1 +33,91,40033091,4003,23,9,"The moon is so round and pretty tonight. Round power, fully charged!",,1 +33,92,40033092,4003,23,10,Oh no! Keke said she would graffiti my face if I don't give her treats!,,1 +33,93,40033093,4003,23,11,"Merry Christmas! Look at this, I made a wreath! And it's round!",,1 +33,94,40033094,4003,23,12,Hey! Let's all jump at midnight to enter the new year!,,1 +33,95,40033095,4003,23,43,"Happy birthday, dear Kanon♪ Happy birthday to you♪",,1 +33,96,40033096,4003,23,44,"Happy birthday, dear Keke♪ Happy birthday to you♪",,1 +33,97,40033097,4003,23,45,Today is my birthday♪ Hey hey hey!,,1 +33,98,40033098,4003,23,46,"Happy birthday, dear Sumire♪ Happy birthday to you♪",,1 +33,99,40033099,4003,23,47,"Happy birthday, dear Ai♪ Happy birthday to you♪",,1 +33,100,40033100,4003,23,48,"Happy birthday, dear Kinako♪ Happy birthday to you♪",,1 +33,101,40033101,4003,23,49,"Happy birthday, dear Mei♪ Happy birthday to you♪",,1 +33,102,40033102,4003,23,50,"Happy birthday, dear Shiki♪ Happy birthday to you♪",,1 +33,103,40033103,4003,23,51,"Happy birthday, dear Natsumi♪ Happy birthday to you♪",,1 +33,104,40033104,4003,23,52,Thank you for coming to check us out! I'm excited to see what you'll write about us. ♪,,223062402 +33,105,40033105,4003,23,53,Thank you for coming today. Keep your eyes on me and I'll always give you a fantastic performance!,,223101514 +33,106,40033106,4003,23,54,"Happy birthday dear Margarete, ♪ happy birthday to you! ♪",,223121502 +33,107,40033107,4003,23,55,"Happy birthday dear Tomari, ♪ happy birthday to you! ♪",,223121502 +34,1,40034001,4004,0,0,There are more school idols all across Japan than I thought.,,1 +34,2,40034002,4004,1,0,"School idol? That's a piece a cake for someone who comes from show business, like me!",,1 +34,3,40034003,4004,0,0,I know all about Takeshita Street. Why? Well...,,1 +34,4,40034004,4004,1,0,"I can sing and dance! I come from the world of show business, after all!",,1 +34,5,40034005,4004,0,0,My family runs a shrine near Yuigaoka. Please come visit if you want.,,1 +34,6,40034006,4004,1,0,The charms from our shrine are famous around town for bringing good fortune.,,1 +34,7,40034007,4004,2,0,"Just a school idol? No, proudly a school idol! I won't back down!",,1 +34,8,40034008,4004,3,0,I was a child actor when I was small! What kind? Well...,,1 +34,9,40034009,4004,4,0,I often wear traditional priestess garb when helping at the house. It's like a uniform for me.,,1 +34,10,40034010,4004,5,0,I get why Keke is obsessed with school idols now.,,1 +34,11,40034011,4004,6,0,People in show business always aim to stand at center stage!,,1 +34,12,40034012,4004,7,0,"Since my family runs a shrine, we are really busy during annual ceremonies. You can help out too, you know?",,1 +34,13,40034013,4004,8,0,"I am charismatic school idol, Sumire Heanna! Stay by my side!",,1 +34,14,40034014,4004,9,0,I won't anyone take the lead role from me!,,1 +34,15,40034015,4004,10,0,Here's a charm from our shrine. Thanks for always cheering me on.,,1 +34,16,40034016,4004,11,0,Let me see you smile! Fortune can enter a smile more easily than a frown!,,1 +34,17,40034017,4004,12,0,Today's class is so boring. If only there were classes for acting and walking.,,1 +34,18,40034018,4004,13,0,How do I look? Getting rest is part of the job.,,1 +34,19,40034019,4004,14,0,"Good morning! Galaxy☆= is ready to shine today, too!",,1 +34,20,40034020,4004,15,0,I recommend visiting shrines in the morning. You can absorb more good luck!,,1 +34,21,40034021,4004,16,0,Let's go to Takeshita Street today and tomorrow! Gotta check out the latest trends.,,1 +34,22,40034022,4004,17,0,I need to sleep. Staying up all night is bad for the skin.,,1 +34,23,40034023,4004,19,0,Spring is the season for new meetings... I might get scouted on Takeshita Street again today!,,1 +34,24,40034024,4004,20,0,Summer is the season of passion! I might get scouted on Takeshita Street again today!,,1 +34,25,40034025,4004,21,0,Autumn is the season for culture! I might get scouted on Takeshita Street again today!,,1 +34,26,40034026,4004,22,0,Romantic winter♪ I might get scouted on Takeshita Street again today!,,1 +34,27,40034027,4004,18,0,I'll give you my support!,,1 +34,28,40034028,4004,18,0,What?,,1 +34,29,40034029,4004,18,0,What's wrong?,,1 +34,30,40034030,4004,18,0,Hahaha! That tickles!,,1 +34,31,40034031,4004,18,0,Eek! D-Don't scare me like that!,,1 +34,32,40034032,4004,18,0,Hey!,,1 +34,33,40034033,4004,18,0,"Come on! I said, quit it!",,1 +34,34,40034034,4004,18,0,Please stop that!,,1 +34,35,40034035,4004,18,0,I-I guess I don't have a choice...,,1 +34,36,40034036,4004,18,0,"I'll allow it, just this once...",,1 +34,37,40034037,4004,18,0,Hey! What are you thinking doing that here?!,,1 +34,38,40034038,4004,24,0,Are you sure you don't want to watch the rest of the story?,,1 +34,39,40034039,4004,25,0,There are goals to finish. Please do your best.,,1 +34,40,40034040,4004,26,0,"Let's do a live show! Of course, I, Sumire Heanna, will take the center!",,1 +34,41,40034041,4004,27,0,I'll show you the performance skills I learned in show business!,,1 +34,42,40034042,4004,28,0,"I'm in my best condition, in mind and body! I'll show you my best performance! Galaxy!",,1 +34,43,40034043,4004,29,0,I'm ready to practice at any time!,,1 +34,44,40034044,4004,30,0,I can even do a special practice right now!,,1 +34,45,40034045,4004,31,0,A present has arrived! I welcome all presents♪,,1 +34,46,40034046,4004,32,0,Inviting a new club member? Why not?,,1 +34,47,40034047,4004,33,0,New information is here! We gotta check it out!,,1 +34,48,40034048,4004,34,0,Seems an event is underway! Let's join!,,1 +34,49,40034049,4004,35,0,"Our Galaxy success story, right?",,1 +34,50,40034050,4004,36,0,How are my friends doing?,,1 +34,51,40034051,4004,37,0,How are the club members doing?,,1 +34,52,40034052,4004,46,0,"Hello. I am Sumire Heanna, charismatic school idol!",,1 +34,53,40034053,4004,47,0,Leave this to me!,,1 +34,54,40034054,4004,48,0,Galaxy ☆=,,1 +34,55,40034055,4004,49,0,Awesome!,,1 +34,56,40034056,4004,40,0,Watch!,,1 +34,57,40034057,4004,40,0,Let's do this!,,1 +34,58,40034058,4004,40,0,Here I go!,,1 +34,59,40034059,4004,38,0,This is my true ability!,,1 +34,60,40034060,4004,38,0,Easy win!,,1 +34,61,40034061,4004,38,0,Now this is Galaxy!,,1 +34,62,40034062,4004,38,0,Money in the bank!,,1 +34,63,40034063,4004,38,0,A successful performance as the center!,,1 +34,64,40034064,4004,39,0,This can't be happening...,,1 +34,65,40034065,4004,39,0,No way...,,1 +34,66,40034066,4004,41,0,Mm hmm hmm. ♪,,1 +34,67,40034067,4004,41,0,GALAXY!!,,1 +34,68,40034068,4004,41,0,Thanks.,,1 +34,69,40034069,4004,41,0,Not too shabby.,,1 +34,70,40034070,4004,41,0,I appreciate it.,,1 +34,71,40034071,4004,41,0,I-I'm so happy!,,1 +34,72,40034072,4004,41,0,Another step towards stardom!,,1 +34,73,40034073,4004,42,0,"Thanks for all that you... Believe it or not, I rely on you, you know?",,1 +34,74,40034074,4004,42,0,"I'm Sumire Heanna, future megastar! Follow me and don't fall behind!",,1 +34,75,40034075,4004,42,0,"N-No, I'm not blushing! You're seeing things!",,1 +34,76,40034076,4004,42,0,"You do so much to support me, the least I can do is make sure you're never bored!",,1 +34,77,40034077,4004,42,0,"Here, this's a thank-you for supporting me. It's a talisman from our family shrine.",,1 +34,78,40034078,4004,42,0,"Our bond is the real deal, you know.",,1 +34,79,40034079,4004,42,0,"I'll hold your hand tight and never let go! So please, stay by my side, too.",,1 +34,80,40034080,4004,43,0,I am the center of the galaxy!,,1 +34,81,40034081,4004,44,0,"I'm Sumire Heanna, and I'm the main character in this story!",,1 +34,82,40034082,4004,45,0,All my hard work is finally paying off...!,,1 +34,83,40034083,4004,23,1,"Happy New Year! You're gonna keep supporting me throughout this year too, right?",,1 +34,84,40034084,4004,23,2,"H-Hey, Keke! Get this mask off my head... And I told you to quit flicking those soybeans at me!",,1 +34,85,40034085,4004,23,3,"This chocolate is especially for you... No, shh! Just be quiet and take it!",,1 +34,86,40034086,4004,23,4,This reminds me of when I was really little and played a paper lantern in a play...,,1 +34,87,40034087,4004,23,5,"A thank you gift? For last time? I-I appreciate it... I suppose I have to accept this, don't I?",,1 +34,88,40034088,4004,23,6,Our shrine is celebrating Boys' Day today! It's going to be a blast!,,1 +34,89,40034089,4004,23,7,"I wish I get to be the center, I wish I get to be the center, I wish I get to be the center!",,1 +34,90,40034090,4004,23,8,Yes! Summer vacation's finally here!,,1 +34,91,40034091,4004,23,9,Our shrine just wrapped up a big festival. It was really bustling!,,1 +34,92,40034092,4004,23,10,Urgh! Keke's threatening to draw on my face if I don't give her some candy!,,1 +34,93,40034093,4004,23,11,Merry Merry! Sumire Claus has a galaxy-sized present just for you!,,1 +34,94,40034094,4004,23,12,You were always helping me with one thing or another this year. Just wanted to say thanks.,,1 +34,95,40034095,4004,23,43,Today's Kanon's birthday! I'm gonna give her the most awesome present!,,1 +34,96,40034096,4004,23,44,"Oh yeah, I think today's Keke's birthday.",,1 +34,97,40034097,4004,23,45,It's Chisato's birthday today! I figure I can give her just about anything as long as it's spherical.,,1 +34,98,40034098,4004,23,46,Do you know what day today is? That's right! It's my birthday! Galaxy! ☆=,,1 +34,99,40034099,4004,23,47,Today's Ren's birthday! I wanna get everyone in Liella! together to give her a big surprise!,,1 +34,100,40034100,4004,23,48,It's Kinako's birthday today! Liella!'s gonna get together and throw her a big party!,,1 +34,101,40034101,4004,23,49,It's Mei's birthday today! I'm looking for cute cat pics to send her.,,1 +34,102,40034102,4004,23,50,Today's Shiki's birthday! Mei helped me shop for her present.,,1 +34,103,40034103,4004,23,51,Today's Natsumi's birthday! Maybe I'll give her the gift of a crash course in showbiz.,,1 +34,104,40034104,4004,23,52,"I'm expecting a GALAXY worthy piece! ♪ I know you're working, but make sure to have some fun too.",,223062402 +34,105,40034105,4004,23,53,There was a time I was a bit down when I tried hard and nothing worked out. But that's in the past. I'm having a great time now. Thank you for always...,,223101514 +34,106,40034106,4004,23,54,Today is Margarete's birthday! I'm planning on giving her a scented candle that smells like cocoa beans.,,223121502 +34,107,40034107,4004,23,55,It's Tomari's birthday today! I want to give her a cute planner. ♪,,223121502 +35,1,40035001,4005,0,0,My mother established Yuigaoka Girls' High School.,,1 +35,2,40035002,4005,1,0,"As a newly-established school, there is so much still to be done around the Yuigaoka campus.",,1 +35,3,40035003,4005,0,0,I've had an affinity for music since childhood because of my mother's influence.,,1 +35,4,40035004,4005,1,0,"I'm rather good at the piano. There is one at my house, and one day I found myself playing.",,1 +35,5,40035005,4005,0,0,I have studied a myriad of different subjects ever since I was little.,,1 +35,6,40035006,4005,1,0,I'm quite confident in my core strength thanks to my figure skating experience.,,1 +35,7,40035007,4005,2,0,"I've still much to learn about school idols, but I intend to do whatever I can to help Yuigaoka.",,1 +35,8,40035008,4005,3,0,"Social media is so popular these days, but to be truthful, I simply can't keep up...",,1 +35,9,40035009,4005,4,0,Having a person like you supporting me is so encouraging.,,1 +35,10,40035010,4005,5,0,"As soon as we accomplish something, another roadblock appears... Such is the life of a public figure.",,1 +35,11,40035011,4005,6,0,"The internet is quite convenient, but I prefer looking things up in books or going to the museum.",,1 +35,12,40035012,4005,7,0,I'm nowhere near satisfied with the status quo. I want you and I to have even more fun together!,,1 +35,13,40035013,4005,8,0,"Not yet! Ren Hazuki, school idol, will not stop now!",,1 +35,14,40035014,4005,9,0,"I want many, many more people to know Liella!'s name!",,1 +35,15,40035015,4005,10,0,I never would have made it this far without your unwavering support.,,1 +35,16,40035016,4005,11,0,You are such a dedicated worker. I must try harder to keep up!,,1 +35,17,40035017,4005,12,0,"Hello! How are you feeling today? Please keep working hard, but take care not to overdo it.",,1 +35,18,40035018,4005,13,0,"Are you tired? Please, take a break and relax.",,1 +35,19,40035019,4005,14,0,Good morning. Let's both do our best today!,,1 +35,20,40035020,4005,15,0,"I'll try to stay in a good mood so you will be cheerful today, as well.",,1 +35,21,40035021,4005,16,0,Would you care to join me for a cup of tea? It would be so nice if we could take a break together.,,1 +35,22,40035022,4005,17,0,*Yawn* Are you still awake? It's unhealthy to not get enough sleep.,,1 +35,23,40035023,4005,19,0,"Dawn is the best part of spring. The weather is finally warming up, too.",,1 +35,24,40035024,4005,20,0,Night is the best part of summer. I get woozy if I stay out in the heat for too long...,,1 +35,25,40035025,4005,21,0,Dusk is the best part of autumn. I love how the colorful leaves adorn the trees and plants.,,1 +35,26,40035026,4005,22,0,Morning is the best part of winter. A hot cup of tea on a winter's morn is one of life's great joys.,,1 +35,27,40035027,4005,18,0,"I can attend you, if you would like.",,1 +35,28,40035028,4005,18,0,Yes? Can I help you?,,1 +35,29,40035029,4005,18,0,Yes?,,1 +35,30,40035030,4005,18,0,"Eek! Ah ha ha ha ha! Please, stop that!",,1 +35,31,40035031,4005,18,0,Huh?!,,1 +35,32,40035032,4005,18,0,Wh-What is it?,,1 +35,33,40035033,4005,18,0,I'm sorry! Forgive me!,,1 +35,34,40035034,4005,18,0,"That's quite enough, don't you think?",,1 +35,35,40035035,4005,18,0,"My, my... You are incorrigible.",,1 +35,36,40035036,4005,18,0,"This, umm... This is making me blush. I-I'm sorry!",,1 +35,37,40035037,4005,18,0,Huh? N... E-E-E-E-Enough! Enough of that!,,1 +35,38,40035038,4005,24,0,It appears there are unread story chapters.,,1 +35,39,40035039,4005,25,0,New goals have been set for you. Why not take a look at the details?,,1 +35,40,40035040,4005,26,0,"Pardon... But with your permission, I would like to do even more live shows!",,1 +35,41,40035041,4005,27,0,We must seize the moment and enjoy it to the fullest!,,1 +35,42,40035042,4005,28,0,I can feel the enthusiasm coming from everyone! I'll repay them with my singing and dancing!,,1 +35,43,40035043,4005,29,0,All the preparations for practice are complete! I'm ready when you are!,,1 +35,44,40035044,4005,30,0,"At my current level, I can handle special practice as well! I feel like I'm on a roll!",,1 +35,45,40035045,4005,31,0,It looks like you have a present. Whatever could be inside?,,1 +35,46,40035046,4005,32,0,There are others interested in school idols out there. Perhaps you might try Scouting them?,,1 +35,47,40035047,4005,33,0,There's been an announcement! What wonderful new information awaits us this time?!,,1 +35,48,40035048,4005,34,0,It looks as if there's some kind of event going on. I'm curious to learn more...,,1 +35,49,40035049,4005,35,0,"Everyone has their own individual story, don't they? I'm quite interested!",,1 +35,50,40035050,4005,36,0,How are your friends doing?,,1 +35,51,40035051,4005,37,0,I wonder how the other club members are doing...,,1 +35,52,40035052,4005,46,0,I believe this is the first time we've met. My name is Ren Hazuki. It's a pleasure to meet you.,,1 +35,53,40035053,4005,47,0,Okay!,,1 +35,54,40035054,4005,48,0,Leave it to me!,,1 +35,55,40035055,4005,49,0,Eeiii-yah!,,1 +35,56,40035056,4005,40,0,I shall do my best!,,1 +35,57,40035057,4005,40,0,This is for Yuigaoka!,,1 +35,58,40035058,4005,40,0,Let's go!,,1 +35,59,40035059,4005,38,0,We did it...!,,1 +35,60,40035060,4005,38,0,That was a live show we can be proud of.,,1 +35,61,40035061,4005,38,0,Wonderful!,,1 +35,62,40035062,4005,38,0,That's the kind of smile I like to see.,,1 +35,63,40035063,4005,38,0,That was worth the effort!,,1 +35,64,40035064,4005,39,0,Next time...I swear this won't happen!,,1 +35,65,40035065,4005,39,0,I-I'm terribly sorry!,,1 +35,66,40035066,4005,41,0,My sincerest thanks!,,1 +35,67,40035067,4005,41,0,Slow and steady progress towards our goals.,,1 +35,68,40035068,4005,41,0,"Wonderful, just wonderful!",,1 +35,69,40035069,4005,41,0,"I'm so, so grateful!",,1 +35,70,40035070,4005,41,0,I-Is this really okay?!,,1 +35,71,40035071,4005,41,0,What a joyous occasion!,,1 +35,72,40035072,4005,41,0,Perfect!,,1 +35,73,40035073,4005,42,0,Please continue to support my school idol career.,,1 +35,74,40035074,4005,42,0,"Please, continue to stay by my side. Promise me, okay?",,1 +35,75,40035075,4005,42,0,"I've said it before, and I say it again. I'm truly grateful for all the support you've given me!",,1 +35,76,40035076,4005,42,0,Your loyalty is the only reason I am able to shine this brightly.,,1 +35,77,40035077,4005,42,0,"I-I'm not used to speaking this way, so I'm feeling a bit bashful, but... You're very special to me.",,1 +35,78,40035078,4005,42,0,"E-Excuse me. I'm not sure how to ask this, but... Would you stay by my side? Always?",,1 +35,79,40035079,4005,42,0,"I may not have much to offer, but if it bring you this much joy, I am glad I became a school idol!",,1 +35,80,40035080,4005,43,0,The fruits of daily diligence!,,1 +35,81,40035081,4005,44,0,Thank you for guiding me this far!,,1 +35,82,40035082,4005,45,0,"I am Ren Hazuki, school idol! And I am only getting started!",,1 +35,83,40035083,4005,23,1,Happy New Year to you. I pray you have a very prosperous year.,,1 +35,84,40035084,4005,23,2,Out with the ogres! In with good fortune! And don't forget to eat your age in beans after!,,1 +35,85,40035085,4005,23,3,I'm not particularly well-versed in chocolates...but I picked these out for you!,,1 +35,86,40035086,4005,23,4,"I decorate the house with HIna dolls every year, but they look a bit creepy at night...",,1 +35,87,40035087,4005,23,5,"Repayment for Valentine's Day? Aww, I'm so happy! *chuckle*",,1 +35,88,40035088,4005,23,6,I'm taking a bath with iris petals tonight. It's supposed to ensure good health all year long.,,1 +35,89,40035089,4005,23,7,"Every year I write my wish on a prayer card and hang it outside. This year, my wish is...a secret!",,1 +35,90,40035090,4005,23,8,Summer vacation's just around the corner. I need to start preparing for the second term...,,1 +35,91,40035091,4005,23,9,What a beautiful moon. It's starting to look like a dumpling... I-Is it strange to think that?,,1 +35,92,40035092,4005,23,10,Keke's been chasing me around threatening to write on my face if I don't give her candy!,,1 +35,93,40035093,4005,23,11,I'm blessed to be able to spend this lovely day with you. Merry Christmas.,,1 +35,94,40035094,4005,23,12,"We've had a year of fun and happiness together. You'll stay with me next year as well, won't you?",,1 +35,95,40035095,4005,23,43,Today is Kanon's birthday. What do you think she would like for a present?,,1 +35,96,40035096,4005,23,44,Today is Keke's birthday. I think she would love something modern and stylish.,,1 +35,97,40035097,4005,23,45,Today is Chisato's birthday. My hunch is that she would like something round.,,1 +35,98,40035098,4005,23,46,"Today is Sumire's birthday. She's very into beauty products, so I bought her a pack of facial masks.",,1 +35,99,40035099,4005,23,47,If you weren't aware...today is my birthday. *Chuckle* Thank you very much!,,1 +35,100,40035100,4005,23,48,Today is Kinako's birthday. I plan to treat her to tea at a cafe.,,1 +35,101,40035101,4005,23,49,Today is Mei's birthday. I bought her a variety of school idol merchandise.,,1 +35,102,40035102,4005,23,50,Today is Shiki's birthday. Do you think she would like an encyclopedia of rare insects of the world?,,1 +35,103,40035103,4005,23,51,Today is Natsumi's birthday. Kanon and I are going present shopping in Harajuku!,,1 +35,104,40035104,4005,23,52,I'm so happy you're here... All of us here in Liella will do our best so you can write a great piece!,,223062402 +35,105,40035105,4005,23,53,I am so deeply touched to spend a day like today with you.,,223101514 +35,106,40035106,4005,23,54,It's Margarete's birthday today! I want to give her a chocolate infused tea.,,223121502 +35,107,40035107,4005,23,55,Today is Tomari's birthday! I'm excited for our upcoming puzzle game tournament!,,223121502 +36,1,40036001,4006,0,0,"I come from the far north! There's not much to do, but the air's clean and the food's yummy!",,1 +36,2,40036002,4006,1,0,I wanna train twice as much as everyone else so I can catch up to them right quick!,,1 +36,3,40036003,4006,0,0,Everyone in Liella! is so amazing! They all shine so bright when they're singing and dancing!,,1 +36,4,40036004,4006,1,0,Tokyo's nothing but skyscrapers...even the sky feels cramped...,,1 +36,5,40036005,4006,0,0,"Huh? Where am I? Oh geez, I think I'm lost again...",,1 +36,6,40036006,4006,1,0,"All these trains, buses, and side streets in Tokyo are impossible to keep track of...",,1 +36,7,40036007,4006,2,0,"I might be from the boonies, but I'll do my best to be a true city school idol!",,1 +36,8,40036008,4006,3,0,"I'll never get over how urban Tokyo is... Oh, shoot. Which way was I supposed to go again?",,1 +36,9,40036009,4006,4,0,I dunno if I'll ever get used to living in the city...but I sure will try!,,1 +36,10,40036010,4006,5,0,You think I'm getting closer to being a real school idol?,,1 +36,11,40036011,4006,6,0,"One, two, three, four! Now pivot! ...Hey, I got the hang of one of our steps!",,1 +36,12,40036012,4006,7,0,I really wanna be able to perform at the same level as everyone else! Gotta keep practicing!,,1 +36,13,40036013,4006,8,0,I wanna perform more and more for you!,,1 +36,14,40036014,4006,9,0,I'm so excited! I did the dance steps I practiced onstage just right! Were you...watching me?,,1 +36,15,40036015,4006,10,0,"Can't help but be a little nervous before a live show...but once I start singing, I don't wanna stop!",,1 +36,16,40036016,4006,11,0,This's a rice ball made with rice from my hometown! Wanna try a bite?,,1 +36,17,40036017,4006,12,0,I'm gonna study hard and train harder today!,,1 +36,18,40036018,4006,13,0,"It's been a long day! Better get to bed early so you've got energy for tomorrow, okay?",,1 +36,19,40036019,4006,14,0,Morning! Let's roll up our sleeves and give it our all today!,,1 +36,20,40036020,4006,15,0,"After class, I'm going to school idol club practice!",,1 +36,21,40036021,4006,16,0,"Awesome job today. Now let's eat a big dinner, get a long sleep, and do it all again tomorrow!",,1 +36,22,40036022,4006,17,0,Mmmph... Zzz...,,1 +36,23,40036023,4006,19,0,Cherry blossoms bloom early in Tokyo. I never knew spring could come so early...,,1 +36,24,40036024,4006,20,0,*Groan* It's roasting out... Summers in Hokkaido are nothing like this...,,1 +36,25,40036025,4006,21,0,Fall is for foodies! I've got lotsa treats from back home!,,1 +36,26,40036026,4006,22,0,"Wow, winters are so mild in Tokyo!",,1 +36,27,40036027,4006,18,0,You need help with something?,,1 +36,28,40036028,4006,18,0,Hmm? What's up?,,1 +36,29,40036029,4006,18,0,What'cha need?,,1 +36,30,40036030,4006,18,0,Cut it out! That tickles!,,1 +36,31,40036031,4006,18,0,Ack! D-Don't scare me like that!,,1 +36,32,40036032,4006,18,0,Y-Yes?,,1 +36,33,40036033,4006,18,0,T-Time out! Time out!,,1 +36,34,40036034,4006,18,0,I said that's enough!!!,,1 +36,35,40036035,4006,18,0,"Geez, you don't know when to quit...",,1 +36,36,40036036,4006,18,0,H-H-H-H-Hey! You're gonna make me blush! Knock it off!,,1 +36,37,40036037,4006,18,0,S-Stop! This is so embarrassing! What're you trying to pull?,,1 +36,38,40036038,4006,24,0,Looks like there're some unread stories.,,1 +36,39,40036039,4006,25,0,We've got new goals!,,1 +36,40,40036040,4006,26,0,I've got lots more songs in the singing tank!,,1 +36,41,40036041,4006,27,0,I'm giving 110% at this live show! I hope you'll give 110% cheering for us!,,1 +36,42,40036042,4006,28,0,I-I'm staring to get nervous. B-But I'm not alone! We're all in this together!,,1 +36,43,40036043,4006,29,0,"I can keep practicing! C'mon, let's keep going!",,1 +36,44,40036044,4006,30,0,I wanna have as much singing stamina as everyone else! Please do some special practice with me!,,1 +36,45,40036045,4006,31,0,"Ooooh, I think you've got a present waiting for you.",,1 +36,46,40036046,4006,32,0,"Hey, I think there're other folks interested in our club activities! Maybe you should scout them?",,1 +36,47,40036047,4006,33,0,Breaking news! Let's go check it out!,,1 +36,48,40036048,4006,34,0,"There's an event going on? Well, now we've gotta join in!",,1 +36,49,40036049,4006,35,0,More story episodes about my school idol predecessors... I've gotta see what happens!,,1 +36,50,40036050,4006,36,0,I wonder how everyone's doing.,,1 +36,51,40036051,4006,37,0,Wonder how the other club members are doing...,,1 +36,52,40036052,4006,46,0,Nice to meet'cha. My name's Kinako Sakurakoji. I'm counting on you to show me the ropes!,,1 +36,53,40036053,4006,47,0,Let's do this!,,1 +36,54,40036054,4006,48,0,Check this out!,,1 +36,55,40036055,4006,49,0,Kinako power!,,1 +36,56,40036056,4006,40,0,"All right, let's do this!",,1 +36,57,40036057,4006,40,0,Here I go!,,1 +36,58,40036058,4006,40,0,I'll show you what I've been training for!,,1 +36,59,40036059,4006,38,0,We did it!,,1 +36,60,40036060,4006,38,0,I gave everything I had!,,1 +36,61,40036061,4006,38,0,I pulled it off!,,1 +36,62,40036062,4006,38,0,"When I put my mind to something, I can do it!",,1 +36,63,40036063,4006,38,0,What an awesome show!,,1 +36,64,40036064,4006,39,0,"Oh, fiddlesticks...",,1 +36,65,40036065,4006,39,0,We'll get it next time!,,1 +36,66,40036066,4006,41,0,Moving forward every day!,,1 +36,67,40036067,4006,41,0,I've gotta catch up!,,1 +36,68,40036068,4006,41,0,Am I improving at all?,,1 +36,69,40036069,4006,41,0,I gave everything I had!,,1 +36,70,40036070,4006,41,0,I wanna get better!,,1 +36,71,40036071,4006,41,0,I want us to get to know each other better!,,1 +36,72,40036072,4006,41,0,Now I'm a real city school idol!,,1 +36,73,40036073,4006,42,0,I can't believe I'm saying this...but I totally love you right now!,,1 +36,74,40036074,4006,42,0,I want you to be there to support me...always and forever!,,1 +36,75,40036075,4006,42,0,I never once overlooked how much you support me. Thank you so much.,,1 +36,76,40036076,4006,42,0,Being with you makes me feel braver! Will you keep supporting me from here on out?,,1 +36,77,40036077,4006,42,0,I believe in the bond we share...I'll keep doing my best!,,1 +36,78,40036078,4006,42,0,"Even though I'm just starting, I promise I'll make you smile! School idols can do amazing things!",,1 +36,79,40036079,4006,42,0,Thanks a million for supporting me so much! *giggle*,,1 +36,80,40036080,4006,43,0,This's a school idol's true power! My heart's overflowing with courage and hope!,,1 +36,81,40036081,4006,44,0,I feel like I'm glowing! I wanna even more of my songs to reach you!,,1 +36,82,40036082,4006,45,0,I'm really in the mood to sing right now for some reason!,,1 +36,83,40036083,4006,23,1,Happy New Year! I'll be counting on you to show me the ropes some more this year!,,1 +36,84,40036084,4006,23,2,Keke and Sumire came at me wearing ogre masks and chucking soybeans all over the place...,,1 +36,85,40036085,4006,23,3,"Today's Valentine's Day, so I bought you some chocolate... Don't be shy, take it!",,1 +36,86,40036086,4006,23,4,"Where I'm from, there can still be snow on the ground even during the Hina Festival.",,1 +36,87,40036087,4006,23,5,Repaying the Valentine's Day favor?! Th-Thanks so much! I so happy I'm speechless!,,1 +36,88,40036088,4006,23,6,"Today is Children's Day! In Hokkaido we celebrate with a regional treat, bekomochi!",,1 +36,89,40036089,4006,23,7,It's the Star Festival today! In my hometown we can see the Milky Way bright and clear at night!,,1 +36,90,40036090,4006,23,8,"It's Marine Day! C'mon, let's hit the beach! Oh, but I'm not gonna slack on my training.",,1 +36,91,40036091,4006,23,9,Full moon tonight. I wish I could show you how beautiful harvest moons look back at my old house...,,1 +36,92,40036092,4006,23,10,"Keke's chasing me around, saying she'll prank me and draw on my face if I don't give her treats!",,1 +36,93,40036093,4006,23,11,Christmastime in Tokyo is so warm! And the whole city's all lit up... It's super pretty!,,1 +36,94,40036094,4006,23,12,"I know you did lots for me this year, but I'll be counting on you next year too!",,1 +36,95,40036095,4006,23,43,Today's Kanon's birthday! I wonder what she wants for a present...maybe I'll just ask her directly?,,1 +36,96,40036096,4006,23,44,"Today's Keke's birthday! She'd probably like school idol stuff, right?",,1 +36,97,40036097,4006,23,45,"It's Chisato's birthday! Everyone says as long as I get her something round, she'll be over the moon!",,1 +36,98,40036098,4006,23,46,It's Sumire's birthday! Her classmates said they're getting her some kinda giant isopod plushie.,,1 +36,99,40036099,4006,23,47,It's Ren's birthday! And Kanon's planning a big surprise for her!,,1 +36,100,40036100,4006,23,48,Today's my birthday! All my classmates are gonna take me out and treat me to a fancy city parfait!,,1 +36,101,40036101,4006,23,49,"Today's Mei's birthday! I guess...school idol stuff would make a good present, yeah?",,1 +36,102,40036102,4006,23,50,Today's Shiki's birthday! I wonder what'd really make her happy... Maybe a new flask? For science?,,1 +36,103,40036103,4006,23,51,Today's Natsumi's birthday! We're all gonna chip in and get her gear for livestreaming!,,1 +36,104,40036104,4006,23,52,It's so cool you're here! I'm going to work super hard with everyone! I'm excited to see what ya write! ♪,,223062402 +36,105,40036105,4006,23,53,"You know I've been thinking lately, I'm super glad I jointed Liella! Through the club, I met you, and so many...",,223101514 +36,106,40036106,4006,23,54,It's Margarete's birthday today! I brought her freshly baked bread filled with chocolate chips!,,223121502 +36,107,40036107,4006,23,55,"It's Tomari's birthday today! Of course, I have something I want to give my cute first-year!",,223121502 +37,1,40037001,4007,0,0,D-Don't stare at me like that! It's...embarrassing.,,1 +37,2,40037002,4007,1,0,Shiki said I'm cute...but I just don't think I can buy that...,,1 +37,3,40037003,4007,0,0,"Seemed like one day, Shiki was just...there. It's kind of a strange friendship.",,1 +37,4,40037004,4007,1,0,My grades and athletic skills are average. The least I can do is work hard at being a school idol.,,1 +37,5,40037005,4007,0,0,"I've never been, uhh...good at talking about myself...",,1 +37,6,40037006,4007,1,0,I've got pretty bad eyesight. I have to squint to see what the teacher writes on the blackboard.,,1 +37,7,40037007,4007,2,0,I still can't believe I'm a school idol. I thought I'd always be stuck as a face in the crowd.,,1 +37,8,40037008,4007,3,0,I'd love to take a look at some of Keke's more unique school idol gear!,,1 +37,9,40037009,4007,4,0,"Shiki's...Shiki, but somehow she's easy to hang out with. She's kind of a strange bird.",,1 +37,10,40037010,4007,5,0,Putting on school idol shows is so cool! It's like the audience and I are giving each other power!,,1 +37,11,40037011,4007,6,0,"I'll put my school idol collection up against anyone's, even Keke's! Wanna check it out sometime?",,1 +37,12,40037012,4007,7,0,Shiki's a surprisingly good dancer. Has she been studying school idol videos?,,1 +37,13,40037013,4007,8,0,"I'm so glad we met through school idols, and you've done so much to support me... I'm on cloud nine!",,1 +37,14,40037014,4007,9,0,Wait a sec... If I do enough school idol activities... Will they make dolls and posters of me too?!,,1 +37,15,40037015,4007,10,0,I'm so happy Shiki and I are in the school idol club together.,,1 +37,16,40037016,4007,11,0,"What's with me and Shiki? Kinda hard to explain...but I'd say right now, we're fellow school idols!",,1 +37,17,40037017,4007,12,0,"How you feeling? You don't wanna get burned out, so try to go at like, eighty percent.",,1 +37,18,40037018,4007,13,0,"Great job today. I say take a nice, relaxing bath and we'll work hard again tomorrow.",,1 +37,19,40037019,4007,14,0,"Morning. Probably good to take things slow and steady so we don't go overboard today, yeah?",,1 +37,20,40037020,4007,15,0,Class is soooo boring... I wish school was over already... I wanna do club stuff...,,1 +37,21,40037021,4007,16,0,Now's a good stopping point for training. Maybe I'll watch a few school idol videos...,,1 +37,22,40037022,4007,17,0,"Aww, the kitties are so cute... Ack! Oh my gosh, how long was I watching cat videos?! It's so late!",,1 +37,23,40037023,4007,19,0,Phew... It's finally warm enough to go outside again. I hate cold weather.,,1 +37,24,40037024,4007,20,0,Sooo hot... We're supposed to train in this heat? Our seniors must be superhuman...,,1 +37,25,40037025,4007,21,0,"Finally, comfortable weather again! I'm ready to train full blast!",,1 +37,26,40037026,4007,22,0,So c-c-cold...I just gotta keep moving so I can stay warm! But...I don't wanna get outta bed!,,1 +37,27,40037027,4007,18,0,Yeah? Need help with something?,,1 +37,28,40037028,4007,18,0,Hm? What is it?,,1 +37,29,40037029,4007,18,0,Wh-What the heck...,,1 +37,30,40037030,4007,18,0,"Gya ha ha ha! Hey, knock it off!",,1 +37,31,40037031,4007,18,0,Heek! Y-You scared me... Don't do that again.,,1 +37,32,40037032,4007,18,0,What's your end game here?,,1 +37,33,40037033,4007,18,0,Hey! What the heck are you trying to pull?!,,1 +37,34,40037034,4007,18,0,Yo! I said ENOUGH!,,1 +37,35,40037035,4007,18,0,"H-Hey... Geez, you're persistent. Just for today, got it?",,1 +37,36,40037036,4007,18,0,"Yeek! Th-That's a little too... That's enough, you're making me blush!",,1 +37,37,40037037,4007,18,0,Whoa! Where do you think you're poking around?!,,1 +37,38,40037038,4007,24,0,Ready to read the next part of the story?,,1 +37,39,40037039,4007,25,0,Looks like there're goals available. I hate getting assignments...,,1 +37,40,40037040,4007,26,0,I've still got plenty of stamina. How about we do a live show?,,1 +37,41,40037041,4007,27,0,Huh? My legs are wobbling? Sh-Shut up! I'm just trembling with excitement!,,1 +37,42,40037042,4007,28,0,"I'll give everything I've got today, so please...keep rooting for me!",,1 +37,43,40037043,4007,29,0,I can practice all day long!,,1 +37,44,40037044,4007,30,0,"I want to catch up to the others... Please, lead me in some special practice!",,1 +37,45,40037045,4007,31,0,"Hey, it says you got presents! Let's check 'em out!",,1 +37,46,40037046,4007,32,0,There're students who are interested in school idols! What's the plan? Do we Scout them?,,1 +37,47,40037047,4007,33,0,New information just came out. Maybe we should read it just in case.,,1 +37,48,40037048,4007,34,0,"An event... Sounds fun! C'mon, let's go see what it is!",,1 +37,49,40037049,4007,35,0,"Episodes of the history of school idols... It's priceless! Hey, stop staring at me!",,1 +37,50,40037050,4007,36,0,Seems like everyone's doing pretty good.,,1 +37,51,40037051,4007,37,0,How're the other club members doing?,,1 +37,52,40037052,4007,46,0,"Y-Yo. I'm Mei Yoneme. ...Don't stare at me, you're making me feel self-conscious.",,1 +37,53,40037053,4007,47,0,I can rise to the occasion too!,,1 +37,54,40037054,4007,48,0,Watch what happens when I get serious!,,1 +37,55,40037055,4007,49,0,Watch me!,,1 +37,56,40037056,4007,40,0,Behold my school idol spirit!,,1 +37,57,40037057,4007,40,0,Keep your eyes on me!,,1 +37,58,40037058,4007,40,0,Let's put some soul into it!,,1 +37,59,40037059,4007,38,0,Yessss!,,1 +37,60,40037060,4007,38,0,As if there was any doubt.,,1 +37,61,40037061,4007,38,0,That was a good live show.,,1 +37,62,40037062,4007,38,0,"Th-This is so awesome, I can't take it!",,1 +37,63,40037063,4007,38,0,Being a school idol is the best!,,1 +37,64,40037064,4007,39,0,We screwed up...,,1 +37,65,40037065,4007,39,0,I'll do better next time!,,1 +37,66,40037066,4007,41,0,Our bond is rising!,,1 +37,67,40037067,4007,41,0,Thanks for the backup!,,1 +37,68,40037068,4007,41,0,I don't wanna disappoint you.,,1 +37,69,40037069,4007,41,0,Th-This is a little embarrassing...,,1 +37,70,40037070,4007,41,0,"For some reason, I'm blushing...",,1 +37,71,40037071,4007,41,0,"When we're together I feel, I dunno... At ease.",,1 +37,72,40037072,4007,41,0,I'll need your continued support.,,1 +37,73,40037073,4007,42,0,I saw you cheering for me from onstage the whole time. Thanks...as always.,,1 +37,74,40037074,4007,42,0,I'm so grateful to have people like you rooting for me. Thank you!,,1 +37,75,40037075,4007,42,0,"I'm only gonna say this once, so listen up! I...like you. Like, I like, really like you.",,1 +37,76,40037076,4007,42,0,Never would've guess I'd be the one getting cheered for... *giggle* It's not a bad feeling!,,1 +37,77,40037077,4007,42,0,"Promise me...you'll still be out there cheering me on going forward, okay?",,1 +37,78,40037078,4007,42,0,"Being around you always puts me at ease. So please...stick with me, okay?",,1 +37,79,40037079,4007,42,0,I'm gonna put all my feelings for you into my performances. You'd better be ready.,,1 +37,80,40037080,4007,43,0,This is so weird. I'm bursting with the urge to burst into song!,,1 +37,81,40037081,4007,44,0,I feel like I'm getting the hang of this... My next live show is gonna be something special!,,1 +37,82,40037082,4007,45,0,My power is surging! I want to sing... I want to sing more than ever!,,1 +37,83,40037083,4007,23,1,"Yo, Happy New Year. Like, uhh... Please keep supporting me again this year, or something.",,1 +37,84,40037084,4007,23,2,Yo! Keke and Sumire are wearing ogre masks and having a soybean fight! Someone's gotta stop them!,,1 +37,85,40037085,4007,23,3,"This's for you. It's chocolate! It's Valentine's Day, remember?! Now hurry up and take it!",,1 +37,86,40037086,4007,23,4,"Why do we get Children's Day off school, but not the Hina festival? It's not fair!",,1 +37,87,40037087,4007,23,5,"Huh? You need something? O-Oh, this is in return for Valentine's?! Wow... Th-Thanks...",,1 +37,88,40037088,4007,23,6,"Children's Day, huh? That means Golden Week's almost over... Feels like a Sunday night.",,1 +37,89,40037089,4007,23,7,I love Star festival decorations. Don't you think the way they twinkle is so pretty?,,1 +37,90,40037090,4007,23,8,"Marine Day, huh? We should go see the sea! Wanna head to the water?",,1 +37,91,40037091,4007,23,9,"The moon's so pretty.. Oh wait, tonight's the harvest moon! No wonder! It's shining so bright...",,1 +37,92,40037092,4007,23,10,"Keke's running after me, threatening to graffiti my face if I don't give her treats!",,1 +37,93,40037093,4007,23,11,"Merry Christmas. I'm really, umm...I'm really happy we get to spend Christmas together.",,1 +37,94,40037094,4007,23,12,"Another year in the books! It felt both really long and really quick. Anyways, see you next year!",,1 +37,95,40037095,4007,23,43,Today's Kanon's birthday. I was thinking I'd get her something owl-themed for a present.,,1 +37,96,40037096,4007,23,44,Today's Keke's birthday. I wanna get her something cute...but what's actually cute? This is tough...,,1 +37,97,40037097,4007,23,45,Today's Chisato's birthday. I think she said as long as her present was round she'd be happy?,,1 +37,98,40037098,4007,23,46,Today's Sumire's birthday. Should I get her like...a giant isopod plushie?,,1 +37,99,40037099,4007,23,47,Today's Ren's birthday. I want to get her something dignified that suits her style.,,1 +37,100,40037100,4007,23,48,Today's Kinako's birthday. I think I'll get her something with a big-city feel!,,1 +37,101,40037101,4007,23,49,"If you didn't know, it's my birthday today. *sigh* The days are long, but the years are short...",,1 +37,102,40037102,4007,23,50,I think it's Shiki's birthday. Guess I gotta buy her a present or something...,,1 +37,103,40037103,4007,23,51,I think it's Natsumi's birthday. I'll find something related to taking selfies and she'll be good.,,1 +37,104,40037104,4007,23,52,"N-Newspaper?! Don't focus on me, all the other members deserve—whoa, what're you taking pictures for?!",,223062402 +37,105,40037105,4007,23,53,"I met everyone, and I met you. And my days have never been happier. T-Thank you.",,223101514 +37,106,40037106,4007,23,54,"Oh, it's Margarete's birthday today! I think I'll get her some chocolate candies. Probably good for the throat, too.",,223121502 +37,107,40037107,4007,23,55,"It's Tomari's birthday today! I'm planning on going to a trinket shop with Kinako, one that has cute jellyfish stuff.",,223121502 +38,1,40038001,4008,0,0,"When I'm not doing school idol club, I'm in the science lab. Come by and hang sometime.",,1 +38,2,40038002,4008,1,0,Mei is so cute. But I'm...not good at smiling...,,1 +38,3,40038003,4008,0,0,"Mei and I have known each other since middle school. One day, we were just together.",,1 +38,4,40038004,4008,1,0,"I'm good at science and math, but I don't necessarily like class. Solo science labs are my favorite.",,1 +38,5,40038005,4008,0,0,Are Mei and I friends? ...I don't know. Defining a friend is difficult.,,1 +38,6,40038006,4008,1,0,"I'm also a member of the Science Club... The only member, in fact.",,1 +38,7,40038007,4008,2,0,"It feels weird that me, who finds it hard to smile, is a school idol.. But with Mei here, it's fun.",,1 +38,8,40038008,4008,3,0,Everyone's got strong points. Since I'm bad at singing and smiling...I at least want to dance well.,,1 +38,9,40038009,4008,4,0,"Mei seems brusque at first, but she's a nice person. I really like her.",,1 +38,10,40038010,4008,5,0,The stage seems to have a unique force. It gives me so much power. I can't explain it scientifically.,,1 +38,11,40038011,4008,6,0,I always knew what school idols were. The idea that I go onstage myself now...it's still shocking.,,1 +38,12,40038012,4008,7,0,I enjoy dance rehearsals. I'm good at stopping on a dime after turns.,,1 +38,13,40038013,4008,8,0,The chances we would've met if I hadn't become a school idol are under one percent. I'm glad we met.,,1 +38,14,40038014,4008,9,0,Thanks for supporting me. I'm still developing. But I want you to keep watching how I grow...,,1 +38,15,40038015,4008,10,0,I'm very happy that Mei and I get to be school idols together.,,1 +38,16,40038016,4008,11,0,"Mix this reagent with that one, wrap it in rolling paper, and... There. I made sparklers.",,1 +38,17,40038017,4008,12,0,Today I'm only doing experiments and studies...that was a lie. I'll do my school idol activities too.,,1 +38,18,40038018,4008,13,0,Did you know? Mei likes cats.,,1 +38,19,40038019,4008,14,0,...Good morning.,,1 +38,20,40038020,4008,15,0,I enjoy science classes. Other classes are...meh.,,1 +38,21,40038021,4008,16,0,I don't like loud situations...but I do find school idol activities fun.,,1 +38,22,40038022,4008,17,0,This is the perfect time for astronomical observation. You see different stars during each season.,,1 +38,23,40038023,4008,19,0,"I like the spring. Oh, butterflies. Let's get closer...got one. A swallowtail. What a pretty pattern.",,1 +38,24,40038024,4008,20,0,"I like the summer. Put nectar on a tree, and stag beetles will visit it at night. It's a lot of fun.",,1 +38,25,40038025,4008,21,0,I like autumn. I'll catch crickets and listen to them chirp in the science room. It's relaxing.,,1 +38,26,40038026,4008,22,0,I like winter. It's the best season for astronomy because of the clear skies. That's the Pleaides.,,1 +38,27,40038027,4008,18,0,"If need be, I'll support you. Maybe I could tutor you in science or math.",,1 +38,28,40038028,4008,18,0,"Do you need something? If not, I need help with testing this three-legged race cast I developed.",,1 +38,29,40038029,4008,18,0,Wh-What is it? I sense an unusual force in action...,,1 +38,30,40038030,4008,18,0,You're wasting your time trying to tickle me. What are you planning? I'm getting suspicious.,,1 +38,31,40038031,4008,18,0,Ack! You ambushed me. Coward.,,1 +38,32,40038032,4008,18,0,What are you attempting to do? A pat-down? I'm not carrying anything suspicious.,,1 +38,33,40038033,4008,18,0,I told you not to get within a one-meter radius of me!,,1 +38,34,40038034,4008,18,0,"If you don't stop, I'll set my Ultra Tickler Mk. III robot on you...",,1 +38,35,40038035,4008,18,0,*sigh* Have it your way. B-But just for today... Special exception.,,1 +38,36,40038036,4008,18,0,Ah... I'd prefer you not do...things like that.,,1 +38,37,40038037,4008,18,0,What are you doing there? Trying to surreptitiously show me your new invention?,,1 +38,38,40038038,4008,24,0,There are unread stories...,,1 +38,39,40038039,4008,25,0,There are goals to work on...,,1 +38,40,40038040,4008,26,0,I've still got stamina... Do a live show?,,1 +38,41,40038041,4008,27,0,Keep your eyes on Mei today. She's extra cute during live shows.,,1 +38,42,40038042,4008,28,0,I'm not nervous at all... I've got everyone in Liella! with me.,,1 +38,43,40038043,4008,29,0,I'm able to practice right now... I would...like to practice.,,1 +38,44,40038044,4008,30,0,I'm able to do special practice right now... I'd...like to try special practice.,,1 +38,45,40038045,4008,31,0,You've got a present... Can I open it?,,1 +38,46,40038046,4008,32,0,That girl... I give it a 93 percent chance she's interested in school idols. Try Scouting her.,,1 +38,47,40038047,4008,33,0,New information's been published... Go read it.,,1 +38,48,40038048,4008,34,0,There's an event in progress. Want to go?,,1 +38,49,40038049,4008,35,0,The paths of other school idols... I'm sure Mei would be deeply moved.,,1 +38,50,40038050,4008,36,0,So these are your friends...,,1 +38,51,40038051,4008,37,0,The other club members...seem to be doing fine. No problems I can see.,,1 +38,52,40038052,4008,46,0,My name is Shiki Wakana. ...Hmm? I'm have to say more in my intro? Speaking isn't my... I'm not...,,1 +38,53,40038053,4008,47,0,I'll go...!,,1 +38,54,40038054,4008,48,0,I'll handle this...!,,1 +38,55,40038055,4008,49,0,I've got this!,,1 +38,56,40038056,4008,40,0,"I want to shine, too!",,1 +38,57,40038057,4008,40,0,My heart is pounding... I'll do my best!,,1 +38,58,40038058,4008,40,0,Live start...!,,1 +38,59,40038059,4008,38,0,I did it...,,1 +38,60,40038060,4008,38,0,Live show successful... Peace.,,1 +38,61,40038061,4008,38,0,The smiles of the audience were blinding...,,1 +38,62,40038062,4008,38,0,My heart feels so warm...,,1 +38,63,40038063,4008,38,0,That was...fun!,,1 +38,64,40038064,4008,39,0,Did we...fail?,,1 +38,65,40038065,4008,39,0,*groan*,,1 +38,66,40038066,4008,41,0,I feel warm and...fuzzy.,,1 +38,67,40038067,4008,41,0,Thanks for your support. I'm very happy.,,1 +38,68,40038068,4008,41,0,I feel like our bond has grown stronger.,,1 +38,69,40038069,4008,41,0,Please keep supporting me. Promise.,,1 +38,70,40038070,4008,41,0,"Strange... When I'm with you, I feel more relaxed.",,1 +38,71,40038071,4008,41,0,I-I'm getting flushed...,,1 +38,72,40038072,4008,41,0,My emotions...are surging!,,1 +38,73,40038073,4008,42,0,Please don't look at my face right now... I'm sure it's bright red...,,1 +38,74,40038074,4008,42,0,Your support is what motivated me to get this far. I'm grateful.,,1 +38,75,40038075,4008,42,0,I'd like it if you'd continue supporting me... It's my hope. Will you...cheer me on?,,1 +38,76,40038076,4008,42,0,E-E-Excuse...me... Having your support this whole time made me so happy. I lo...lo..love you!,,1 +38,77,40038077,4008,42,0,Getting lots of support helps me shine and makes me happy. But I want to shine even brighter...!,,1 +38,78,40038078,4008,42,0,I've still got a long way to go before I catch up to the others. But I'll do everything I can...!,,1 +38,79,40038079,4008,42,0,I wonder... Have I grown as a school idol?,,1 +38,80,40038080,4008,43,0,I'm filled with emotion... It's an odd feeling.,,1 +38,81,40038081,4008,44,0,"I want to sing. Right now, I want to sing desperately. Why?",,1 +38,82,40038082,4008,45,0,I want you to see more of my performances. More.,,1 +38,83,40038083,4008,23,1,Happy New Year. I hope you'll support me again this year. I'll work hard at school idol activities.,,1 +38,84,40038084,4008,23,2,"Sumire and Keke seem to be at odds, but they're good friends. They were playing tag earlier.",,1 +38,85,40038085,4008,23,3,"This is for you. I don't normally bake, but I worked hard on this... It's homemade chocolate.",,1 +38,86,40038086,4008,23,4,"Mei says it's not fair we get Children's Day off from school, but not the Hina Festival.",,1 +38,87,40038087,4008,23,5,Candy? Why? R-Repaying me for Valentine's Day? Th-Thanks... I need some sugar.,,1 +38,88,40038088,4008,23,6,"I may be in high school, but I'm a kid, so it should be okay for me to celebrate today.",,1 +38,89,40038089,4008,23,7,"Orihime is Vega, and Hikoboshi is Altair. Both are such bright stars...",,1 +38,90,40038090,4008,23,8,"Today's Marine Day. I don't usually go to the beach, but I might to observe sea creatures with you.",,1 +38,91,40038091,4008,23,9,Harvest moon tonight. Amazing how there've been days when it appears like this since antiquity. So cool.,,1 +38,92,40038092,4008,23,10,"Keke's chasing me around, saying she'll draw on my face if I don't give her treats. Give me refuge!",,1 +38,93,40038093,4008,23,11,Christmas has never meant much to me before... Spending it with you would be all I need.,,1 +38,94,40038094,4008,23,12,Thank you for being so good to me this year. I'll be counting on you next year...and beyond.,,1 +38,95,40038095,4008,23,43,It's Kanon's birthday. Mei and I plan to buy her owl toys.,,1 +38,96,40038096,4008,23,44,"It's Keke's birthday. I want to get her something cute, but...discerning cuteness is difficult.",,1 +38,97,40038097,4008,23,45,It's Chisato's birthday. She likes round things. Maybe...a plasma globe?,,1 +38,98,40038098,4008,23,46,It's Sumire's birthday. I happened across a fantastic giant isopod specimen in the science room.,,1 +38,99,40038099,4008,23,47,It's Ren's birthday. I wonder what Mei is getting her for a present...,,1 +38,100,40038100,4008,23,48,It's Kinako's birthday. I should probably get her a present with a big-city feel.,,1 +38,101,40038101,4008,23,49,It's Mei's birthday. I'm going to give her something that will make her really happy.,,1 +38,102,40038102,4008,23,50,It's my birthday. It was very boisterous this year. Everyone in the school idol club gave me presents.,,1 +38,103,40038103,4008,23,51,It's Natsumi's birthday. I'm going to talk to Mei to get ideas for her present.,,1 +38,104,40038104,4008,23,52,"Thank you for coming today. Watch us put everything we have into our performance. Oh, and make sure to give me some of Mei's pictures.",,223062402 +38,105,40038105,4008,23,53,"I was always alone, but now I'm cheered on by you and so many others. You never know what life is going to bring.",,223101514 +38,106,40038106,4008,23,54,Today is Margarete's birthday. My plan is to give her cookware of many merits.,,223121502 +38,107,40038107,4008,23,55,"Today is Tomari's birthday. I found a puzzle game that requires mental math, so I'd like to play that with her.",,223121502 +39,1,40039001,4009,0,0,"Natsumi Onitsuka, a.k.a OniNatsu! An Oni-supplement for you with daily doses of this and that, etc.!",,1 +39,2,40039002,4009,1,0,"Hey, I could use your help shooting my next video! Recording content by myself is a lot of work.",,1 +39,3,40039003,4009,0,0,"Let's see how many views I got today... Grrr, this won't do. I need to drop a big scoop...",,1 +39,4,40039004,4009,1,0,"I've been hard at work developing new smoothie recipes. If you have any ideas, run them by me!",,1 +39,5,40039005,4009,0,0,"I created a new smoothie! I call it the kale, wheatgrass, and natto bisque!",,1 +39,6,40039006,4009,1,0,I've got a full set of recording gear. Lighting is especially important! Now let's make some content!,,1 +39,7,40039007,4009,2,0,"To be honest, my interest in music only goes as far as will make me money.",,1 +39,8,40039008,4009,3,0,My hobby is developing new smoothie flavors. I'm always experimenting with new ingredient combos!,,1 +39,9,40039009,4009,4,0,All of my classmates get along so well! Especially Mei and Shiki. They're always together!,,1 +39,10,40039010,4009,5,0,I've become a bit more capable as a school idol. It's all thanks to our consistent daily training!,,1 +39,11,40039011,4009,6,0,"Thanks to your taste-testing, I've made major progress with my new smoothie flavors. You're the best!",,1 +39,12,40039012,4009,7,0,"The others may argue once in a while...but at the end of the day, they seem to be good friends.",,1 +39,13,40039013,4009,8,0,I didn't expect being a school idol to be so fun. Your support has a lot to do with it!,,1 +39,14,40039014,4009,9,0,Done! My ultimate smoothie is finished! I call it the craft natto and tapioca special!,,1 +39,15,40039015,4009,10,0,Our club seniors are so amazing! Their dancing and singing is off the charts... I have to catch up!,,1 +39,16,40039016,4009,11,0,"Try my new the kale, wheatgrass, and natto smoothie! Here's an extra-wide straw. Go on, drink up!",,1 +39,17,40039017,4009,12,0,"Video editing, work, training, rehearsal... I've got a busy day ahead of me!",,1 +39,18,40039018,4009,13,0,You put in a lot of work today. Let me treat you to a tuna and onion recovery smoothie!,,1 +39,19,40039019,4009,14,0,OniNatsu! A very good morning to you!,,1 +39,20,40039020,4009,15,0,You should watch my channel when you need cheering up! Don't forget to like and subscribe!,,1 +39,21,40039021,4009,16,0,I never skip our after-school training sessions. I take videos to record my progress!,,1 +39,22,40039022,4009,17,0,*gasp* How did it get to be this late?! I got lost in thought thinking of a title for my next video!,,1 +39,23,40039023,4009,19,0,Spring is here! I'm recording promo videos against a lush green nature backdrop!,,1 +39,24,40039024,4009,20,0,Summer's here! I'm charging down to a busy beach to record some fast-paced research videos!,,1 +39,25,40039025,4009,21,0,It's fall! The season for foodies... I'll be uploading videos listing my top fall delicacies!,,1 +39,26,40039026,4009,22,0,It's winter! The season of romance! I'm looking for juicy gossip to make videos about!,,1 +39,27,40039027,4009,18,0,"Do you need help with something! OniNatsu, a.k.a Natsumi Onitsuka, has your back!",,1 +39,28,40039028,4009,18,0,Yes? Can I help you? Did you land a big scoop?,,1 +39,29,40039029,4009,18,0,What is it?,,1 +39,30,40039030,4009,18,0,*squeal* That tickles!,,1 +39,31,40039031,4009,18,0,Yikes! Y-You scared me... This is bad for my heart...,,1 +39,32,40039032,4009,18,0,"Hey, what do you think you're doing?",,1 +39,33,40039033,4009,18,0,That's quite enough! I'll record you and put the whole video online if I have to!,,1 +39,34,40039034,4009,18,0,Stop that! If someone sees this it'll get leaked to all the gossip sites!,,1 +39,35,40039035,4009,18,0,"I-If that's how it has to be, I suppose must go with the flow...",,1 +39,36,40039036,4009,18,0,You're going overboard... This is making me blush!,,1 +39,37,40039037,4009,18,0,Hey! What do you think you're doing there?!,,1 +39,38,40039038,4009,24,0,There are more story chapters to read. You don't want to miss those!,,1 +39,39,40039039,4009,25,0,Hmm? It looks like there are goals to work on.,,1 +39,40,40039040,4009,26,0,I want to sing more! Let's do a live show! Come on!,,1 +39,41,40039041,4009,27,0,OniNatsu! I'll get today's live shows going viral!,,1 +39,42,40039042,4009,28,0,I want more people posting about our live shows! Give me your full and unedited opinions!,,1 +39,43,40039043,4009,29,0,I've got energy to spare! I want to keep practicing!,,1 +39,44,40039044,4009,30,0,Natsumi Onitsuka is here and ready for some intense special practice!,,1 +39,45,40039045,4009,31,0,"Well, well, well! There's a present here addressed to you!",,1 +39,46,40039046,4009,32,0,Those people are clearly interested in school idols! Go Scout them and get us a big scoop!,,1 +39,47,40039047,4009,33,0,New information's been uploaded! We should check it right away!,,1 +39,48,40039048,4009,34,0,There's an event going on! We should go and see if there are any big stories to be found!,,1 +39,49,40039049,4009,35,0,The stories of other school idols! ...Are probably full of juicy gossip. Heh heh heh...,,1 +39,50,40039050,4009,36,0,Are these your friends? They...don't seem like they'd be good sources of gossip.,,1 +39,51,40039051,4009,37,0,I'm going to ask the other club members to submit content for my next video!,,1 +39,52,40039052,4009,46,0,OniNatsu! A.k.a Natsumi Onitsuka! An Oni-supplement for your soul! ♪,,1 +39,53,40039053,4009,47,0,OniNatsu power activate!,,1 +39,54,40039054,4009,48,0,My turn!,,1 +39,55,40039055,4009,49,0,"The more likes I get, the stronger I get!",,1 +39,56,40039056,4009,40,0,OniNatsu is going live!,,1 +39,57,40039057,4009,40,0,I'll show you why I should be trending!,,1 +39,58,40039058,4009,40,0,*groan* I'm so nervous...,,1 +39,59,40039059,4009,38,0,W-We did it!,,1 +39,60,40039060,4009,38,0,That's what OniNatsu brings to the table!,,1 +39,61,40039061,4009,38,0,We pulled it off!,,1 +39,62,40039062,4009,38,0,That was a blast!,,1 +39,63,40039063,4009,38,0,I can do anything when I put my mind to it.,,1 +39,64,40039064,4009,39,0,This has to be a mistake!,,1 +39,65,40039065,4009,39,0,I'm still not good enough...,,1 +39,66,40039066,4009,41,0,Gimme those experience points!,,1 +39,67,40039067,4009,41,0,Power up!,,1 +39,68,40039068,4009,41,0,Feeling good now!,,1 +39,69,40039069,4009,41,0,I'm totally trending!,,1 +39,70,40039070,4009,41,0,Thanks for the like!,,1 +39,71,40039071,4009,41,0,Thanks for the five-star review!,,1 +39,72,40039072,4009,41,0,This is so encouraging!,,1 +39,73,40039073,4009,42,0,I've taken another step down the road of the school idol.,,1 +39,74,40039074,4009,42,0,All your support and encouragement has reached me!,,1 +39,75,40039075,4009,42,0,"I want you to keep supporting me as we go forward... Promise, okay?",,1 +39,76,40039076,4009,42,0,"After all the support you've given me, all I can say is I... I love you so much!",,1 +39,77,40039077,4009,42,0,I've told you exactly how I feel. And now my heart is all warm and glowing.,,1 +39,78,40039078,4009,42,0,"The hype train just keeps on rolling! Daily doses of this and that, et ceteraaaah!!",,1 +39,79,40039079,4009,42,0,Live shows and livestreams are way different. Seeing people cheer for me in person is a delight.,,1 +39,80,40039080,4009,43,0,What's happening to me... I've got this irresistible urge to start singing!,,1 +39,81,40039081,4009,44,0,OniNatsu's live! Get ready!,,1 +39,82,40039082,4009,45,0,This isn't even my final form!,,1 +39,83,40039083,4009,23,1,"Happy New Year! I hope you'll keep supporting OniNatsu, a.k.a Natsumi Onitsuka this year too!",,1 +39,84,40039084,4009,23,2,Keke and Sumire are running around throwing soybeans! This is a big scoop!,,1 +39,85,40039085,4009,23,3,This is my best chocolate that I picked for this year... Hurry up and accept it!,,1 +39,86,40039086,4009,23,4,Today's the Hina Festival! I'm going to research all the beautiful Hina doll displays in the city!,,1 +39,87,40039087,4009,23,5,Repaying me for Valentine's Day? *gasp* Th-Thank you...very much...,,1 +39,88,40039088,4009,23,6,"It's Children's Day today! Lots of places are flying carp streamers, so I'm going to check them out!",,1 +39,89,40039089,4009,23,7,It's the Star festival today! If I sell Star festival-themed original smoothies... Cha-ching!,,1 +39,90,40039090,4009,23,8,It's Marine Day today! If I sell Marine Day-themed original smoothies... Cha-ching!,,1 +39,91,40039091,4009,23,9,Harvest moon tonight! If I make moon dumpling smoothies to sell at the festival... Cha-ching!,,1 +39,92,40039092,4009,23,10,"Keke is running after me, threatening to graffiti my face if I don't give her treats!",,1 +39,93,40039093,4009,23,11,Merry Christmas to you! My next upload's going to be a special Christmas edition!,,1 +39,94,40039094,4009,23,12,Another year is about to end...which is why I'm doing a special countdown livestream!,,1 +39,95,40039095,4009,23,43,It's Kanon's birthday. I'm treating her to a special cafe au lait smoothie! ♪,,1 +39,96,40039096,4009,23,44,It's Keke's birthday. I'm treating her to a special smoothie with ingredients from her homeland! ♪,,1 +39,97,40039097,4009,23,45,It's Chisato's birthday. I'm treating her to some nice round takoyaki with smoothie filling! ♪,,1 +39,98,40039098,4009,23,46,It's Sumire's birthday. I'm treating her to a special smoothie with Harajuku confections mixed in! ♪,,1 +39,99,40039099,4009,23,47,"It's Ren's birthday. I'm treating her to a pristine, azure smoothie befitting her elegant image! ♪",,1 +39,100,40039100,4009,23,48,It's Kinako's birthday! I'm treating her to a special smoothie with ingredients from her hometown! ♪,,1 +39,101,40039101,4009,23,49,It's Mei's birthday. I'm giving her a special smoothie with supplements that improve your eyesight! ♪,,1 +39,102,40039102,4009,23,50,It's Shiki's birthday. I'm giving her a smoothie with chestnut-flavored supplements! ♪,,1 +39,103,40039103,4009,23,51,"It's my birthday today! Everyone in Liella! gave me presents. I'm so touched, I'm...speechless!",,1 +39,104,40039104,4009,23,52,"If you have any troubles at all, Natsumi Onitsuka will come to the rescue! I can give you a special phrase that's sure to go viral!",,223062402 +39,105,40039105,4009,23,53,"Today's the anniversary. He he he. I smell money! Now, join me and think BIG BUSINESS!",,223101514 +39,106,40039106,4009,23,54,Today's Margarete's birthday. I'm gonna give her an original chocolate smoothie I made. ♪,,223121502 +39,107,40039107,4009,23,55,"Today's Tomari's birthday. For my wonderful little sister, I'm gonna give her my special sweet potato smoothie!",,223121502 +40,1,40040001,4010,0,0,I'm only just getting started; just you watch!,,223121502 +40,2,40040002,4010,1,0,I'm never going to lose. I've got to meet my goals!,,223121502 +40,3,40040003,4010,0,0,"If I'm going to be a school idol, I need to be prepared to move them.",,223121502 +40,4,40040004,4010,1,0,"It's my motto that, no matter who, if someone helps me, I help them.",,223121502 +40,5,40040005,4010,0,0,You were moved by my singing? Of course you were!,,223121502 +40,6,40040006,4010,1,0,I'll prove that my singing and performance are the best!,,223121502 +40,7,40040007,4010,2,0,"I'm never going to give up on my dreams, no matter what happens.",,223121502 +40,8,40040008,4010,3,0,I-I'm not here to get friendly with you or anything... Don't get the wrong idea.,,223121502 +40,9,40040009,4010,4,0,I want to use my song to carve out a path for myself.,,223121502 +40,10,40040010,4010,5,0,I'm going to put on a show that I'll be satisfied with!,,223121502 +40,11,40040011,4010,6,0,"Jeez, why do I have to play along with these games?",,223121502 +40,12,40040012,4010,7,0,I find that there's more to being a school idol than technique.,,223121502 +40,13,40040013,4010,8,0,I'm going to become an even better school idol. I never thought like this before I met you...,,223121502 +40,14,40040014,4010,9,0,"Here's my signature pose! Oh? You think I'm cute? Well, isn't that good to know. ♪",,223121502 +40,15,40040015,4010,10,0,"If all our hearts meld into one, we can put on an even better show! We can't spare any effort!",,223121502 +40,16,40040016,4010,11,0,I can sing and play the violin. Leave anything classical to me.,,223121502 +40,17,40040017,4010,12,0,"If there's something you can't do, practice until you can. Time for more training!",,223121502 +40,18,40040018,4010,13,0,Cooling down after training is important. Don't let your fatigue build up.,,223121502 +40,19,40040019,4010,14,0,Good morning. W-What? Do you think I can't at least say hello?,,223121502 +40,20,40040020,4010,15,0,It's off to practice after class! We'll start with stretching.,,223121502 +40,21,40040021,4010,16,0,"Japanese schools seem to have a lot of homework. Of course, I finished it all already.",,223121502 +40,22,40040022,4010,17,0,You're still awake? You're going to be tired tomorrow if you don't get some sleep.,,223121502 +40,23,40040023,4010,19,0,"I don't like spring in Japan because it's too busy. Although, I admit the cherry blossoms are beautiful.",,223121502 +40,24,40040024,4010,20,0,Japanese summers are too humid and hot. Let's find a cooler place to practice!,,223121502 +40,25,40040025,4010,21,0,"In Japan, they say it's the ""fall of arts,"" but I think we should enjoy art in the other seasons as well.",,223121502 +40,26,40040026,4010,22,0,I like Tokyo winters quite a lot. Should we go running longer?,,223121502 +40,27,40040027,4010,18,0,You have a question about something? I guess I'm just going to have to help.,,223121502 +40,28,40040028,4010,18,0,"What do you want? If there's nothing important, don't call out to me.",,223121502 +40,29,40040029,4010,18,0,"Hm? If you need something, say it already!",,223121502 +40,30,40040030,4010,18,0,Wh-What?! You stop that!,,223121502 +40,31,40040031,4010,18,0,Wah! W-What's going on?,,223121502 +40,32,40040032,4010,18,0,H-Huh?! Tell me what you want!,,223121502 +40,33,40040033,4010,18,0,Stop! Don't make me say it again!,,223121502 +40,34,40040034,4010,18,0,"You stop that, I'm starting to lose my temper!",,223121502 +40,35,40040035,4010,18,0,*sigh* I guess it can't be helped.,,223121502 +40,36,40040036,4010,18,0,I-I'm not embarrassed or anything!,,223121502 +40,37,40040037,4010,18,0,Wh-What are you trying to do in a place like this?,,223121502 +40,38,40040038,4010,24,0,You have some unread stories.,,223121502 +40,39,40040039,4010,25,0,You have some things to do. Why don't you go finish them off?,,223121502 +40,40,40040040,4010,26,0,I can still sing. Of course!,,223121502 +40,41,40040041,4010,27,0,I still want to sing!,,223121502 +40,42,40040042,4010,28,0,I can keep on singing as long as I have your support!,,223121502 +40,43,40040043,4010,29,0,"Alright, let's keep on practicing!",,223121502 +40,44,40040044,4010,30,0,Let's put in some special practice and aim for perfection!,,223121502 +40,45,40040045,4010,31,0,You've got a present. Why don't you open it?,,223121502 +40,46,40040046,4010,32,0,Looks like someone is interested in school idols.,,223121502 +40,47,40040047,4010,33,0,You have some new information. Want to check it out?,,223121502 +40,48,40040048,4010,34,0,"There's an event going on. Fine, I guess I'll go with you.",,223121502 +40,49,40040049,4010,35,0,"Whoa, this is the history of the school idols! I-It's pretty cool, I guess...",,223121502 +40,50,40040050,4010,36,0,"So, these are your friends, huh?",,223121502 +40,51,40040051,4010,37,0,How are all the members doing?,,223121502 +40,52,40040052,4010,46,0,My name is Margarete Wien. People have called me a singing prodigy ever since I was little.,,223121502 +40,53,40040053,4010,47,0,Let's go!,,223121502 +40,54,40040054,4010,48,0,I'm as serious as I can get!,,223121502 +40,55,40040055,4010,49,0,"I'm going to prove myself, no matter what!",,223121502 +40,56,40040056,4010,40,0,The live show is starting!,,223121502 +40,57,40040057,4010,40,0,Let's move everyone with our song.,,223121502 +40,58,40040058,4010,40,0,We're going to make this the best live show.,,223121502 +40,59,40040059,4010,38,0,Of course!,,223121502 +40,60,40040060,4010,38,0,"We did it, of course.",,223121502 +40,61,40040061,4010,38,0,It was perfect!,,223121502 +40,62,40040062,4010,38,0,Did you see what I'm capable of?,,223121502 +40,63,40040063,4010,38,0,That was the greatest show.,,223121502 +40,64,40040064,4010,39,0,No way!,,223121502 +40,65,40040065,4010,39,0,Guh... To end up like this...,,223121502 +40,66,40040066,4010,41,0,Hehe. Looks like we're on the upswing.,,223121502 +40,67,40040067,4010,41,0,There's still higher we could go!,,223121502 +40,68,40040068,4010,41,0,You can get even getter!,,223121502 +40,69,40040069,4010,41,0,Let's reach for greater heights!,,223121502 +40,70,40040070,4010,41,0,Looks like your support actually matters.,,223121502 +40,71,40040071,4010,41,0,"You can cheer for us a little bit more, you know?",,223121502 +40,72,40040072,4010,41,0,Made some progress again!,,223121502 +40,73,40040073,4010,42,0,This was thanks to you again. Th-Thank you...,,223121502 +40,74,40040074,4010,42,0,I've heard your feelings loud and clear. Now I'll tell you mine with my song!,,223121502 +40,75,40040075,4010,42,0,"You'll continue supporting me, right? Don't you let me down!",,223121502 +40,76,40040076,4010,42,0,"I just feel like with you around, I can put on an even better performance.",,223121502 +40,77,40040077,4010,42,0,"You know, I don't hate you. I actually... Umm. It's nothing!",,223121502 +40,78,40040078,4010,42,0,You're always supporting me so much... I-It's not like I'm all emotional about that or anything!,,223121502 +40,79,40040079,4010,42,0,I'll keep on impressing you more and more. So I hope you'll keep watching!,,223121502 +40,80,40040080,4010,43,0,So this is the power of school idols.,,223121502 +40,81,40040081,4010,44,0,I think I just figured out what's important in a song.,,223121502 +40,82,40040082,4010,45,0,I want to keep on singing all sorts of songs with everyone!,,223121502 +40,83,40040083,4010,23,1,Happy New Year! I'm planning on impressing you even more this year. I hope you're excited!,,223121502 +40,84,40040084,4010,23,2,I just saw Keke throw beans at Sumire earlier. Is that what Setsubun is all about?,,223121502 +40,85,40040085,4010,23,3,"I need to give out chocolates for Japanese Valentine's Day, right? I'll give you one, but you need to give me something too!",,223121502 +40,86,40040086,4010,23,4,"The more you look at the Hina dolls, the more mysterious they seem. They're kind of interesting.",,223121502 +40,87,40040087,4010,23,5,"Oh, a return gift for Valentine's Day? O-Oh, thank you... No, I'm not blushing!",,223121502 +40,88,40040088,4010,23,6,I heard from Kanon that you're supposed to put sweet flag grass in the bath today. Wouldn't that be prickly?,,223121502 +40,89,40040089,4010,23,7,"I just don't think putting your wishes on pieces of paper will make them come true... I mean, I'm still going to write something!",,223121502 +40,90,40040090,4010,23,8,"I haven't been to the ocean very much. I do like the sound of waves, though.",,223121502 +40,91,40040091,4010,23,9,The moon is quite beautiful today. Looking at it makes me want to sing.,,223121502 +40,92,40040092,4010,23,10,"It's Halloween. This town is always bustling, but today, the whole place feels like a party.",,223121502 +40,93,40040093,4010,23,11,Merry Christmas. This season makes me want to sing some carols.,,223121502 +40,94,40040094,4010,23,12,It's already the end of the year. A year goes by so fast. Let's make next year count.,,223121502 +40,95,40040095,4010,23,43,It's Kanon's birthday today. Let's celebrate and bake an apple cake.,,223121502 +40,96,40040096,4010,23,44,"It's Keke's birthday today. I know she likes chocolate-covered bananas, so I wonder if she'd like chocolate banana brownies...",,223121502 +40,97,40040097,4010,23,45,"It's Chisato's birthday today. Since she likes circles so much, let's get her some chocolate truffles.",,223121502 +40,98,40040098,4010,23,46,It's Sumire's birthday today. How about a flowery cake for her gift?,,223121502 +40,99,40040099,4010,23,47,It's Ren's birthday today. Her tea cookies came out with such a nice color.,,223121502 +40,100,40040100,4010,23,48,"It's Kinako's birthday today. All that's left is to decorate the muffins with pumpkin seeds and bake them, and then they're done!",,223121502 +40,101,40040101,4010,23,49,"It's Mei's birthday today. It was my first time using a cat-shaped cookie cutter, but I'm glad it came out so cute.",,223121502 +40,102,40040102,4010,23,50,It's Shiki's birthday today. I'm going to take on the challenge of baking a Mont Blanc cake!,,223121502 +40,103,40040103,4010,23,51,It's Natsumi's birthday today. I made her some cookies with icing decorations. I wonder if she'll like them.,,223121502 +40,104,40040104,4010,23,54,"It's my birthday today. It's a little embarrassing when everyone wishes me a good day, but I don't hate it.",,223121502 +40,105,40040105,4010,23,55,It's Tomari's birthday today. I made her energy bars for easy nutrition. I wonder if she'll eat them.,,223121502 +41,1,40041001,4011,0,0,"I am good at being efficient, but not so proficient with things that are illogical.",,223121502 +41,2,40041002,4011,1,0,I give my regards on behalf of my older sister.,,223121502 +41,3,40041003,4011,0,0,I hope to enhance my synergy with my older sister and everyone in Liella! to commit to everyone's expectations.,,223121502 +41,4,40041004,4011,1,0,I would like to learn more about school idols.,,223121502 +41,5,40041005,4011,0,0,I have confidence in my upper-body strength. Please let me know when we know what time practice will be.,,223121502 +41,6,40041006,4011,1,0,"I do not want to waste time, whether in meetings or at practice!",,223121502 +41,7,40041007,4011,2,0,I will take this challenge head-on to understand my sister's dreams.,,223121502 +41,8,40041008,4011,3,0,"If we want to get noticed, we may need to put on a spectacular performance.",,223121502 +41,9,40041009,4011,4,0,Analyzing current excitement... Here is the expected audience for the show.,,223121502 +41,10,40041010,4011,5,0,"I'll do my best for everyone, but especially for my sister.",,223121502 +41,11,40041011,4011,6,0,"If you sweat, you must take care not to let your body get too cold.",,223121502 +41,12,40041012,4011,7,0,"When they're focused, the second and third-years put on a beautiful performance with no wasted movement.",,223121502 +41,13,40041013,4011,8,0,"I hope to make my sister smile, and you too, since you support me so much.",,223121502 +41,14,40041014,4011,9,0,I believe I can put all of this effort in because you're by my side.,,223121502 +41,15,40041015,4011,10,0,I will keep doing my best with you to meet my goals.,,223121502 +41,16,40041016,4011,11,0,The warm up has been completed. What is the next task?,,223121502 +41,17,40041017,4011,12,0,I am getting through my tasks at a good pace.,,223121502 +41,18,40041018,4011,13,0,There is ample evidence that taking proper rest is important.,,223121502 +41,19,40041019,4011,14,0,My breakfast routine is drinking a smoothie that my sister makes for me.,,223121502 +41,20,40041020,4011,15,0,It is becoming my routine to head to the School Idol Club after class.,,223121502 +41,21,40041021,4011,16,0,Time after dinner is best spent on self-investment. I sometimes spend time analyzing other groups.,,223121502 +41,22,40041022,4011,17,0,I always check on my jellyfish tank before bedtime.,,223121502 +41,23,40041023,4011,19,0,"The saying goes that ""one sleeps like a log in spring."" However, a lot of tasks come up in the spring, so there's less time to rest.",,223121502 +41,24,40041024,4011,20,0,"With temperatures rising, chilled sweet potatoes are my thing. I recommend trying them with some ice cream.",,223121502 +41,25,40041025,4011,21,0,"How do I spend my fall nights? Last night, I was studying to get a certification.",,223121502 +41,26,40041026,4011,22,0,Why do I get the craving for sweet potatoes when it gets cold like this?,,223121502 +41,27,40041027,4011,18,0,I can help with anything you might not know.,,223121502 +41,28,40041028,4011,18,0,What would you like help with?,,223121502 +41,29,40041029,4011,18,0,How can I help you?,,223121502 +41,30,40041030,4011,18,0,Please stop... That tickles.,,223121502 +41,31,40041031,4011,18,0,*eek* Is there some merit to the action that you just took?,,223121502 +41,32,40041032,4011,18,0,What are you trying to do?,,223121502 +41,33,40041033,4011,18,0,Please stop. This is a waste of time.,,223121502 +41,34,40041034,4011,18,0,That's quite enough. Please cut that out.,,223121502 +41,35,40041035,4011,18,0,"I suppose that it can't be helped, then.",,223121502 +41,36,40041036,4011,18,0,Umm. Please stop... That is a little embarrassing.,,223121502 +41,37,40041037,4011,18,0,In a place like this? How bold.,,223121502 +41,38,40041038,4011,24,0,It seems you have an unread story. Please take a look.,,223121502 +41,39,40041039,4011,25,0,You have some unfinished tasks. Please complete them.,,223121502 +41,40,40041040,4011,26,0,My stamina is good to go. Let us put on a show.,,223121502 +41,41,40041041,4011,27,0,We are all ready to put on the show.,,223121502 +41,42,40041042,4011,28,0,I am all warmed up and ready.,,223121502 +41,43,40041043,4011,29,0,Practice is available. I can participate if necessary.,,223121502 +41,44,40041044,4011,30,0,"With some special practice, we are bound to grow even more.",,223121502 +41,45,40041045,4011,31,0,It is illogical that you have not opened your Present Box yet.,,223121502 +41,46,40041046,4011,32,0,It appears that some students are interested in school idols.,,223121502 +41,47,40041047,4011,33,0,It appears you have received some new information. Please confirm.,,223121502 +41,48,40041048,4011,34,0,There is an event underway. I can go with you if necessary.,,223121502 +41,49,40041049,4011,35,0,This should be useful in analyzing school idols.,,223121502 +41,50,40041050,4011,36,0,"Thank you, everyone.",,223121502 +41,51,40041051,4011,37,0,How is everyone feeling?,,223121502 +41,52,40041052,4011,46,0,My name is Tomari Onitsuka from Liella! Pleased to make your acquaintance.,,223121502 +41,53,40041053,4011,47,0,I agree.,,223121502 +41,54,40041054,4011,48,0,I will take on that task.,,223121502 +41,55,40041055,4011,49,0,I have great upper body strength.,,223121502 +41,56,40041056,4011,40,0,The live show is starting.,,223121502 +41,57,40041057,4011,40,0,It is time to begin.,,223121502 +41,58,40041058,4011,40,0,Here are the results of your practice.,,223121502 +41,59,40041059,4011,38,0,It was a success.,,223121502 +41,60,40041060,4011,38,0,You have completed your task.,,223121502 +41,61,40041061,4011,38,0,No problem.,,223121502 +41,62,40041062,4011,38,0,Just as calculated.,,223121502 +41,63,40041063,4011,38,0,The goal has been met.,,223121502 +41,64,40041064,4011,39,0,This was a failed attempt.,,223121502 +41,65,40041065,4011,39,0,I apologize. There was nothing more I could do.,,223121502 +41,66,40041066,4011,41,0,You have gained some experience.,,223121502 +41,67,40041067,4011,41,0,This is a necessary step to move on.,,223121502 +41,68,40041068,4011,41,0,I hope we can take advantage of this achievement.,,223121502 +41,69,40041069,4011,41,0,Our synergy is increasing.,,223121502 +41,70,40041070,4011,41,0,Let me share my knowledge with you.,,223121502 +41,71,40041071,4011,41,0,Thank you for your high praise.,,223121502 +41,72,40041072,4011,41,0,Thank you very much for your support.,,223121502 +41,73,40041073,4011,42,0,Your support is encouraging. Thank you.,,223121502 +41,74,40041074,4011,42,0,I felt the results of your support.,,223121502 +41,75,40041075,4011,42,0,I will continue to strive for your unending support.,,223121502 +41,76,40041076,4011,42,0,I will never forget the debt of gratitude I have for your support to this point.,,223121502 +41,77,40041077,4011,42,0,I hope to never let your expectations down.,,223121502 +41,78,40041078,4011,42,0,I am not sure how to say this any other way. I really like you.,,223121502 +41,79,40041079,4011,42,0,I feel strength when you give me your support with a big smile.,,223121502 +41,80,40041080,4011,43,0,I think I understand why my sister is always so enamored.,,223121502 +41,81,40041081,4011,44,0,I have come to a conclusion. I will devote myself to school idol activities.,,223121502 +41,82,40041082,4011,45,0,I would like to sing and dance even more. Feeling this way is the best thing I have learned.,,223121502 +41,83,40041083,4011,23,1,Happy New Year. I look forward to our activities together and will work even harder this year.,,223121502 +41,84,40041084,4011,23,2,It is said that eating your age in parched beans for Setsubun will bring you good health. I have a lot of beans; please help yourself.,,223121502 +41,85,40041085,4011,23,3,I picked this chocolate out with my sister. Please accept my gift.,,223121502 +41,86,40041086,4011,23,4,"With the Hina Festival underway, my sister is out getting coverage for her festival stream.",,223121502 +41,87,40041087,4011,23,5,Thank you for your return gift for Valentine's Day. I will cherish it.,,223121502 +41,88,40041088,4011,23,6,"Since it's Children's Day, my sister is excited to make a video covering carp streamers.",,223121502 +41,89,40041089,4011,23,7,"Today marks the Star Festival. Every year, the wish I write on the paper is to ""achieve my goals.""",,223121502 +41,90,40041090,4011,23,8,"It's Marine Day and summer vacation. As planned, I will be off finishing my summer homework.",,223121502 +41,91,40041091,4011,23,9,Today is the night of the full moon. My sister has her mound of moon dumplings ready.,,223121502 +41,92,40041092,4011,23,10,Keke just asked me for candy. I gave her a cough drop.,,223121502 +41,93,40041093,4011,23,11,I have promised to help my sister shoot a video on Christmas.,,223121502 +41,94,40041094,4011,23,12,Thank you for everything this year. I hope for your continued guidance and encouragement.,,223121502 +41,95,40041095,4011,23,43,"Today is Kanon's birthday. After some research, I have prepared her some owl-related knick-knacks.",,223121502 +41,96,40041096,4011,23,44,"Today is Keke's birthday. After some research, I have prepared her a collection of embroidery patterns.",,223121502 +41,97,40041097,4011,23,45,"Today is Chisato's birthday. After some research, I have prepared her some snowball cookies.",,223121502 +41,98,40041098,4011,23,46,"Today is Sumire's birthday. After some research, I have prepared her some matcha desserts.",,223121502 +41,99,40041099,4011,23,47,"Today is Ren's birthday. After some research, I have prepared her a tea gift set.",,223121502 +41,100,40041100,4011,23,48,"Today is Kinako's birthday. After some research, I have prepared her the newest confectionery from town.",,223121502 +41,101,40041101,4011,23,49,"Today is Mei's birthday. After some research, I have prepared her kitten knick-knacks.",,223121502 +41,102,40041102,4011,23,50,"Today is Shiki's birthday. After some research, I have prepared her a butterfly accessory.",,223121502 +41,103,40041103,4011,23,51,Today is my sister's birthday. I have already planted my gift for her in her bedroom.,,223121502 +41,104,40041104,4011,23,54,"Today is Margarete's birthday. After some research, I have prepared her some chocolates.",,223121502 +41,105,40041105,4011,23,55,Today is the day that I was born. I received presents from my sister and from all the others as well.,,223121502 +42,1,40042001,6001,0,0,I want everyone to hear our song.,,223121404 +42,2,40042002,6001,1,0,I want to fill Numazu with our song!,,223121404 +42,3,40042003,6001,11,0,"Come forth from the darkness, gather here, and lend me your strength. Da-da-da-da-darkness!",,223121404 +42,4,40042004,6001,18,0,Have you seen Lailaps?,,223121404 +42,5,40042005,6001,18,0,Welcome to Yohane's Fortune-Telling Parlor!,,223121404 +42,6,40042006,6001,18,0,Yohane is in perfect form today.,,223121404 +42,7,40042007,6001,47,0,Leave it up to me!,,223121404 +42,8,40042008,6001,48,0,Leave it up to me!,,223121404 +42,9,40042009,6001,49,0,Leave it up to me!,,223121404 +42,10,40042010,6001,40,0,"Yup, the show should go great!",,223121404 +42,11,40042011,6001,38,0,"With my powers, there's nothing we can't do!",,223121404 +42,12,40042012,6001,39,0,Ugh... Next time's the charm.,,223121404 +42,13,40042013,6001,41,0,Leave it up to Yohane!,,223121404 +42,14,40042014,6001,42,0,I. Am. Having. So much fun!,,223121404 +43,1,40043001,6002,0,0,Come hear Yohane sing!,,223121404 +43,2,40043002,6002,1,0,Shishinoshin is my very important friend!,,223121404 +43,3,40043003,6002,11,0,"I'm proud of today's work! Next time, I think I might try making tangerine bread.",,223121404 +43,4,40043004,6002,18,0,Would you like some Hanamaru Bread?,,223121404 +43,5,40043005,6002,18,0,Is custard chocolate okay?,,223121404 +43,6,40043006,6002,18,0,I'll work and do my best today too!,,223121404 +43,7,40043007,6002,47,0,Zura...,,223121404 +43,8,40043008,6002,48,0,Zura...,,223121404 +43,9,40043009,6002,49,0,Zura...,,223121404 +43,10,40043010,6002,40,0,It's all ready.,,223121404 +43,11,40043011,6002,38,0,It's all good to go!,,223121404 +43,12,40043012,6002,39,0,Take it on as many times as it takes!,,223121404 +43,13,40043013,6002,41,0,Now that was fun!,,223121404 +43,14,40043014,6002,42,0,Here! It's my special Hanamaru Bread. Eat up!,,223121404 +44,1,40044001,6003,0,0,How about we exchange some opinions?,,223121404 +44,2,40044002,6003,1,0,"As a part of the administrative office, I will take care of Numazu's safety.",,223121404 +44,3,40044003,6003,11,0,A matcha dessert?! Ugh... I'm still on duty...,,223121404 +44,4,40044004,6003,18,0,Thank you for your hard work.,,223121404 +44,5,40044005,6003,18,0,Scarlet Delta—roll out!,,223121404 +44,6,40044006,6003,18,0,Leave it all up to me!,,223121404 +44,7,40044007,6003,47,0,Here we go.,,223121404 +44,8,40044008,6003,48,0,Here we go.,,223121404 +44,9,40044009,6003,49,0,Here we go.,,223121404 +44,10,40044010,6003,40,0,Are you ready?,,223121404 +44,11,40044011,6003,38,0,How fantastic.,,223121404 +44,12,40044012,6003,39,0,"Oh, what have I done...",,223121404 +44,13,40044013,6003,41,0,Thank you for your work today.,,223121404 +44,14,40044014,6003,42,0,Leave your safety up to me!,,223121404 +45,1,40045001,6004,0,0,I hope that I can be useful for everyone.,,223121404 +45,2,40045002,6004,1,0,"Did you know, my sister gave me a compliment just now.",,223121404 +45,3,40045003,6004,11,0,I'm going out with Riko today.,,223121404 +45,4,40045004,6004,18,0,Wh-Whoa! That took me by surprise.,,223121404 +45,5,40045005,6004,18,0,Let's go find my sister together!,,223121404 +45,6,40045006,6004,18,0,Would you like some treats as well?,,223121404 +45,7,40045007,6004,47,0,All right!,,223121404 +45,8,40045008,6004,48,0,All right!,,223121404 +45,9,40045009,6004,49,0,All right!,,223121404 +45,10,40045010,6004,40,0,It's starting!,,223121404 +45,11,40045011,6004,38,0,What a success.,,223121404 +45,12,40045012,6004,39,0,S-Sorry.,,223121404 +45,13,40045013,6004,41,0,I'm having so much fun! ♪,,223121404 +45,14,40045014,6004,42,0,We'll always be together!,,223121404 +46,1,40046001,6005,0,0,"You know, I just love being able to meet so many people like this!",,223121404 +46,2,40046002,6005,1,0,Welcome! Take your time to enjoy our delicious meals and hot springs!,,223121404 +46,3,40046003,6005,11,0,Yohane and the others are coming to stay today!,,223121404 +46,4,40046004,6005,18,0,Welcome to Tochiman Ryokan!,,223121404 +46,5,40046005,6005,18,0,It's now or never. Here I gooo!,,223121404 +46,6,40046006,6005,18,0,I'll be waiting for you as long as it takes.,,223121404 +46,7,40046007,6005,47,0,You be careful out there!,,223121404 +46,8,40046008,6005,48,0,You be careful out there!,,223121404 +46,9,40046009,6005,49,0,You be careful out there!,,223121404 +46,10,40046010,6005,40,0,You all ready to go? Let's go!,,223121404 +46,11,40046011,6005,38,0,Mission complete!,,223121404 +46,12,40046012,6005,39,0,"Whoops, we messed up.",,223121404 +46,13,40046013,6005,41,0,"Come back, okay?",,223121404 +46,14,40046014,6005,42,0,I looove doing fun things!,,223121404 +47,1,40047001,6006,0,0,Leave all your delivery needs to me!,,223121404 +47,2,40047002,6006,1,0,"Flying over Numazu, I just fell back in love with the town.",,223121404 +47,3,40047003,6006,11,0,I bet it'd feel nice to fly on a day as nice as this.,,223121404 +47,4,40047004,6006,18,0,"WHOOSH, and away I go!",,223121404 +47,5,40047005,6006,18,0,Got you a delivery!,,223121404 +47,6,40047006,6006,18,0,Wanna try flying?,,223121404 +47,7,40047007,6006,47,0,Let's rock!,,223121404 +47,8,40047008,6006,48,0,Let's rock!,,223121404 +47,9,40047009,6006,49,0,Let's rock!,,223121404 +47,10,40047010,6006,40,0,All set!,,223121404 +47,11,40047011,6006,38,0,Freakin' fantastic!,,223121404 +47,12,40047012,6006,39,0,"Oh no, that was so close! I bet you can do better next time!",,223121404 +47,13,40047013,6006,41,0,"Hey there, you worked hard!",,223121404 +47,14,40047014,6006,42,0,Let's fly together again! It's a promise. ♪,,223121404 +48,1,40048001,6007,0,0,I made this out of junk I found in the ocean.,,223121404 +48,2,40048002,6007,1,0,"Leave it all up to me, the recycling queen!",,223121404 +48,3,40048003,6007,11,0,I made Tonosama all by myself!,,223121404 +48,4,40048004,6007,18,0,Come right in!,,223121404 +48,5,40048005,6007,18,0,Want to go swim in the sea?,,223121404 +48,6,40048006,6007,18,0,I can fix anything for you!,,223121404 +48,7,40048007,6007,47,0,"Hey, look!",,223121404 +48,8,40048008,6007,48,0,"Hey, look!",,223121404 +48,9,40048009,6007,49,0,"Hey, look!",,223121404 +48,10,40048010,6007,40,0,It's starting!,,223121404 +48,11,40048011,6007,38,0,Spectacular.,,223121404 +48,12,40048012,6007,39,0,"Oof, missed it by this much.",,223121404 +48,13,40048013,6007,41,0,"Let's play again soon, yeah?",,223121404 +48,14,40048014,6007,42,0,It's time for your reward! Want to go relax in the ocean waves?,,223121404 +49,1,40049001,6008,0,0,Did you know I just love animals? What about you?,,223121404 +49,2,40049002,6008,1,0,I met a really unusual animal today! It was so cute.,,223121404 +49,3,40049003,6008,11,0,I wonder how Lailaps is doing? Maybe I'll go say hello to Yohane today.,,223121404 +49,4,40049004,6008,18,0,"Ooo, let me dig deeper into this!",,223121404 +49,5,40049005,6008,18,0,I-It's soooooo cute!,,223121404 +49,6,40049006,6008,18,0,I'm still in the middle of studying the ecology of this one!,,223121404 +49,7,40049007,6008,47,0,Roger!,,223121404 +49,8,40049008,6008,48,0,Roger!,,223121404 +49,9,40049009,6008,49,0,Roger!,,223121404 +49,10,40049010,6008,40,0,Let's do our best!,,223121404 +49,11,40049011,6008,38,0,Congrats!,,223121404 +49,12,40049012,6008,39,0,You can try harder next time.,,223121404 +49,13,40049013,6008,41,0,Thank you as always.,,223121404 +49,14,40049014,6008,42,0,It's so fun with everyone.,,223121404 +50,1,40050001,6009,0,0,I made some macarons. Want to try one?,,223121404 +50,2,40050002,6009,1,0,Come play with us on Wassimer Island!,,223121404 +50,3,40050003,6009,11,0,Are you not scared of me?,,223121404 +50,4,40050004,6009,18,0,Can I listen to your heart?,,223121404 +50,5,40050005,6009,18,0,Shall we go eat some pork cutlet sandwiches?,,223121404 +50,6,40050006,6009,18,0,Our family has been watching over this town for generations.,,223121404 +50,7,40050007,6009,47,0,"Let's go, Pellapie.",,223121404 +50,8,40050008,6009,48,0,"Let's go, Pellapie.",,223121404 +50,9,40050009,6009,49,0,"Let's go, Pellapie.",,223121404 +50,10,40050010,6009,40,0,Are you ready?,,223121404 +50,11,40050011,6009,38,0,Can't expect anything less. ♪,,223121404 +50,12,40050012,6009,39,0,Let's keep on trying without giving up.,,223121404 +50,13,40050013,6009,41,0,Let's talk more.,,223121404 +50,14,40050014,6009,42,0,Your heartbeat is calm.,,223121404 +101,1,40101001,1001,50,0,Bushiroad Games,,1 +101,2,40101002,1001,51,0,Love Live! School Idol Festival 2,,1 +102,1,40102001,1002,50,0,Bushiroad Games,,1 +102,2,40102002,1002,51,0,Love Live! School Idol Festival 2,,1 +103,1,40103001,1003,50,0,Bushiroad Games,,1 +103,2,40103002,1003,51,0,Love Live! School Idol Festival 2,,1 +104,1,40104001,1004,50,0,Bushiroad Games,,1 +104,2,40104002,1004,51,0,Love Live! School Idol Festival 2,,1 +105,1,40105001,1005,50,0,Bushiroad Games,,1 +105,2,40105002,1005,51,0,Love Live! School Idol Festival 2,,1 +106,1,40106001,1006,50,0,Bushiroad Games,,1 +106,2,40106002,1006,51,0,Love Live! School Idol Festival 2,,1 +107,1,40107001,1007,50,0,Bushiroad Games,,1 +107,2,40107002,1007,51,0,Love Live! School Idol Festival 2,,1 +108,1,40108001,1008,50,0,Bushiroad Games,,1 +108,2,40108002,1008,51,0,Love Live! School Idol Festival 2,,1 +109,1,40109001,1009,50,0,Bushiroad Games,,1 +109,2,40109002,1009,51,0,Love Live! School Idol Festival 2,,1 +110,1,40110001,2001,50,0,Bushiroad Games,,1 +110,2,40110002,2001,51,0,Love Live! School Idol Festival 2,,1 +111,1,40111001,2002,50,0,Bushiroad Games,,1 +111,2,40111002,2002,51,0,Love Live! School Idol Festival 2,,1 +112,1,40112001,2003,50,0,Bushiroad Games,,1 +112,2,40112002,2003,51,0,Love Live! School Idol Festival 2,,1 +113,1,40113001,2004,50,0,Bushiroad Games,,1 +113,2,40113002,2004,51,0,Love Live! School Idol Festival 2,,1 +114,1,40114001,2005,50,0,Bushiroad Games,,1 +114,2,40114002,2005,51,0,Love Live! School Idol Festival 2,,1 +115,1,40115001,2006,50,0,Bushiroad Games,,1 +115,2,40115002,2006,51,0,Love Live! School Idol Festival 2,,1 +115,3,40115003,2006,51,0,Love Live! School Idol Festival 2,,1 +116,1,40116001,2007,50,0,Bushiroad Games,,1 +116,2,40116002,2007,51,0,Love Live! School Idol Festival 2,,1 +117,1,40117001,2008,50,0,Bushiroad Games,,1 +117,2,40117002,2008,51,0,Love Live! School Idol Festival 2,,1 +118,1,40118001,2009,50,0,Bushiroad Games,,1 +118,2,40118002,2009,51,0,Love Live! School Idol Festival 2,,1 +119,1,40119001,3001,50,0,Bushiroad Games,,1 +119,2,40119002,3001,51,0,Love Live! School Idol Festival 2,,1 +120,1,40120001,3002,50,0,Bushiroad Games,,1 +120,2,40120002,3002,51,0,Love Live! School Idol Festival 2,,1 +121,1,40121001,3003,50,0,Bushiroad Games,,1 +121,2,40121002,3003,51,0,Love Live! School Idol Festival 2,,1 +122,1,40122001,3004,50,0,Bushiroad Games,,1 +122,2,40122002,3004,51,0,Love Live! School Idol Festival 2,,1 +123,1,40123001,3005,50,0,Bushiroad Games,,1 +123,2,40123002,3005,51,0,Love Live! School Idol Festival 2,,1 +124,1,40124001,3006,50,0,Bushiroad Games,,1 +124,2,40124002,3006,51,0,Love Live! School Idol Festival 2,,1 +125,1,40125001,3007,50,0,Bushiroad Games,,1 +125,2,40125002,3007,51,0,Love Live! School Idol Festival 2,,1 +126,1,40126001,3008,50,0,Bushiroad Games,,1 +126,2,40126002,3008,51,0,Love Live! School Idol Festival 2,,1 +127,1,40127001,3009,50,0,Bushiroad Games,,1 +127,2,40127002,3009,51,0,Love Live! School Idol Festival 2,,1 +128,1,40128001,3010,50,0,Bushiroad Games,,1 +128,2,40128002,3010,51,0,Love Live! School Idol Festival 2,,1 +129,1,40129001,3011,50,0,Bushiroad Games,,1 +129,2,40129002,3011,51,0,Love Live! School Idol Festival 2,,1 +130,1,40130001,3012,50,0,Bushiroad Games,,1 +130,2,40130002,3012,51,0,Love Live! School Idol Festival 2,,1 +131,1,40131001,4001,50,0,Bushiroad Games,,1 +131,2,40131002,4001,51,0,Love Live! School Idol Festival 2,,1 +132,1,40132001,4002,50,0,Bushiroad Games,,1 +132,2,40132002,4002,51,0,Love Live! School Idol Festival 2,,1 +133,1,40133001,4003,50,0,Bushiroad Games,,1 +133,2,40133002,4003,51,0,Love Live! School Idol Festival 2,,1 +134,1,40134001,4004,50,0,Bushiroad Games,,1 +134,2,40134002,4004,51,0,Love Live! School Idol Festival 2,,1 +135,1,40135001,4005,50,0,Bushiroad Games,,1 +135,2,40135002,4005,51,0,Love Live! School Idol Festival 2,,1 +136,1,40136001,4006,50,0,Bushiroad Games,,1 +136,2,40136002,4006,51,0,Love Live! School Idol Festival 2,,1 +137,1,40137001,4007,50,0,Bushiroad Games,,1 +137,2,40137002,4007,51,0,Love Live! School Idol Festival 2,,1 +138,1,40138001,4008,50,0,Bushiroad Games,,1 +138,2,40138002,4008,51,0,Love Live! School Idol Festival 2,,1 +139,1,40139001,4009,50,0,Bushiroad Games,,1 +139,2,40139002,4009,51,0,Love Live! School Idol Festival 2,,1 +140,1,40140001,4010,50,0,Bushiroad Games,,223121502 +140,2,40140002,4010,51,0,Love Live! School Idol Festival 2,,223121502 +141,1,40141001,4011,50,0,Bushiroad Games,,223121502 +141,2,40141002,4011,51,0,Love Live! School Idol Festival 2,,223121502 diff --git a/src/router/masterdata/csv/chat.csv b/src/router/databases/csv-en/chat.csv similarity index 100% rename from src/router/masterdata/csv/chat.csv rename to src/router/databases/csv-en/chat.csv diff --git a/src/router/masterdata/csv/chat_attachment.csv b/src/router/databases/csv-en/chat_attachment.csv similarity index 100% rename from src/router/masterdata/csv/chat_attachment.csv rename to src/router/databases/csv-en/chat_attachment.csv diff --git a/src/router/databases/csv-en/chat_chapter.csv b/src/router/databases/csv-en/chat_chapter.csv new file mode 100644 index 0000000..3917fe5 --- /dev/null +++ b/src/router/databases/csv-en/chat_chapter.csv @@ -0,0 +1,1336 @@ +_id,_masterChatId,_roomId,_chapterId,_scriptKey,_title,_firstLineValue,_noticeValue,_appearStampIdList,_masterReleaseLabelId +100100101,1001,1,100100101,1001_1_1,Honoka (DM),Honoka: Hey hey!,Honoka: Hey hey!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0095",1 +100100102,1001,1,100100102,1001_1_2,Honoka (DM),Honoka sent a sticker,Honoka sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0026,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0083,stamp_00_00000_0085",1 +100100103,1001,1,100100103,1001_1_3,Honoka (DM),Honoka is online,Honoka is online,"stamp_00_00000_0017,stamp_00_00000_0039,stamp_00_00000_0053,stamp_00_00000_0060",1 +100100104,1001,1,100100104,1001_1_4,Honoka (DM),Honoka sent a sticker,Honoka sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0078",1 +100100105,1001,1,100100105,1001_1_5,Honoka (DM),Honoka: You watch that A-RISE video yet?,Honoka: You watch that A-RISE video yet?,"stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0035,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0085,stamp_01_01001_0003",1 +100100106,1001,1,100100106,1001_1_6,Honoka (DM),Honoka: Hey! I've got BIG news!,Honoka: Hey! I've got BIG news!,"stamp_00_00000_0004,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0061,stamp_00_00000_0091",1 +100100107,1001,1,100100107,1001_1_7,Honoka (DM),Honoka is online,Honoka is online,"stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0079",1 +100100108,1001,1,100100108,1001_1_8,Honoka (DM),Honoka: I'm back!,Honoka: I'm back!,"stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0078",1 +100100109,1001,1,100100109,1001_1_9,Honoka (DM),Honoka is online,Honoka is online,"stamp_00_00000_0016,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0077",1 +100100110,1001,1,100100110,1001_1_10,Honoka (DM),Honoka: Plans are all set!,Honoka: Plans are all set!,"stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0060",1 +100100111,1001,1,100100111,1001_1_11,Honoka (DM),Honoka sent a sticker,Honoka sent a sticker,"stamp_00_00000_0039,stamp_00_00000_0041,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0091",1 +100100112,1001,1,100100112,1001_1_12,Honoka (DM),Honoka is online,Honoka is online,"stamp_00_00000_0009,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0085",1 +100100113,1001,1,100100113,1001_1_13,Honoka (DM),Honoka is online,Honoka is online,"stamp_00_00000_0004,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0085,stamp_00_00000_0089,stamp_00_00000_0091,stamp_00_00000_0095",1 +100100114,1001,1,100100114,1001_1_14,Honoka (DM),Honoka: You at the live show venue yet?,Honoka: You at the live show venue yet?,"stamp_00_00000_0035,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0090",1 +100100115,1001,1,100100115,1001_1_15,Honoka (DM),Honoka: Thanks for coming to the show today!,Honoka: Thanks for coming to the show today!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0066,stamp_00_00000_0077",1 +100100201,1001,2,100100201,1001_2_1,Honoka (Birthday 2023),Honoka is online,Honoka is online,"stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088",123080302 +100100301,1001,3,100100301,1001_3_1,Honoka (Birthday 2023),Honoka: HAPPY BIRTHDAY!,Honoka: HAPPY BIRTHDAY!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0084,stamp_00_00000_0089",1 +100100401,1001,16,100100401,1001_16_1,Honoka (New Year's 2024),Honoka: Happy New Year!,Honoka: Happy New Year!,"stamp_00_00000_0004,stamp_00_00000_0060,stamp_00_00000_0076,stamp_01_01001_0003",324010140 +100100501,1001,17,100100501,1001_17_1,Honoka Valentine 2024,"Honoka: Listen, listen..!","Honoka: Hey, can you hear me out for a sec?","stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0054",324021434 +100100701,1001,7,100100701,1001_7_1,Honoka (April 2023),Honoka: Spring has sprung!,Honoka: Spring has sprung!,stamp_00_00000_0056,1 +100100801,1001,8,100100801,1001_8_1,Honoka (May 2023),"Honoka: So hey,","Honoka: So hey,",stamp_00_00000_0076,1 +100100901,1001,9,100100901,1001_9_1,Honoka (June 2023),Honoka: Phew...,Honoka: Phew...,"stamp_00_00000_0002,stamp_00_00000_0009,stamp_00_00000_0087,stamp_01_01001_0003",323061304 +100101001,1001,10,100101001,1001_10_1,Honoka (July 2023),Honoka: Summer vacation is finally here!,Honoka: Summer vacation is finally here!,"stamp_00_00000_0046,stamp_00_00000_0076,stamp_00_00000_0090",323072107 +100101101,1001,11,100101101,1001_11_1,Honoka (Summer Vacation 2023),Honoka: Hey heyyy.,Honoka: Hey heyyy.,"stamp_00_00000_0011,stamp_00_00000_0039,stamp_00_00000_0081",323082003 +100101201,1001,12,100101201,1001_12_1,Honoka (September 2023),"Honoka: Hey, got a minute?","Honoka: Hey, got a minute?",stamp_00_00000_0060,323092104 +100101301,1001,13,100101301,1001_13_1,Honoka (Halloween 2023),Honoka: Trick or treat!,Honoka: Trick or treat!,stamp_00_00000_0007,323103132 +100101401,1001,14,100101401,1001_14_1,Honoka (November 2023),Honoka: Hey there.,Honoka: Hey there.,"stamp_00_00000_0038,stamp_00_00000_0039",323111603 +100101501,1001,15,100101501,1001_15_1,Honoka (Christmas 2023),Honoka: Merry Christmas!,Honoka: Merry Christmas!,"stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0046,stamp_00_00000_0077,stamp_00_00000_0092",323122413 +100101801,1001,18,100101801,1001_18_1,Honoka (White Day 2024),Honoka: Today's White Day!,Honoka: Today's White Day!,"stamp_00_00000_0020,stamp_00_00000_0076",324031435 +100200101,1002,1,100200101,1002_1_1,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0090",1 +100200102,1002,1,100200102,1002_1_2,Eli (DM),Eli: Do you have a minute?,Eli: Do you have a minute?,"stamp_00_00000_0008,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0091",1 +100200103,1002,1,100200103,1002_1_3,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0061,stamp_00_00000_0092",1 +100200104,1002,1,100200104,1002_1_4,Eli (DM),Eli: Hey there. Got a second?,Eli: Hey there. Got a second?,"stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0080,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0092",1 +100200105,1002,1,100200105,1002_1_5,Eli (DM),Eli: Do you have time for a quick chat?,Eli: Do you have time for a quick chat?,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0080,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0095",1 +100200106,1002,1,100200106,1002_1_6,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0088,stamp_00_00000_0093,stamp_00_00000_0095",1 +100200107,1002,1,100200107,1002_1_7,Eli (DM),Eli: Do you have time to chat?,Eli: Do you have time to chat?,"stamp_00_00000_0004,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0045,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0090,stamp_00_00000_0094,stamp_01_01002_0005",1 +100200108,1002,1,100200108,1002_1_8,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0053,stamp_00_00000_0055,stamp_00_00000_0059",1 +100200109,1002,1,100200109,1002_1_9,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0008,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0092,stamp_00_00000_0094,stamp_00_00000_0095",1 +100200110,1002,1,100200110,1002_1_10,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0034,stamp_00_00000_0055,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0093,stamp_00_00000_0094",1 +100200111,1002,1,100200111,1002_1_11,Eli (DM),Eli sent a sticker,Eli sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0090,stamp_00_00000_0094",1 +100200112,1002,1,100200112,1002_1_12,Eli (DM),Eli: Do you have time to chat?,Eli: Do you have time to chat?,"stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0091",1 +100200113,1002,1,100200113,1002_1_13,Eli (DM),Eli: Listen to this!,Eli: Listen to this!,"stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0055,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0090",1 +100200114,1002,1,100200114,1002_1_14,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0026,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095",1 +100200115,1002,1,100200115,1002_1_15,Eli (DM),Eli is online,Eli is online,"stamp_00_00000_0003,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0071,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088",1 +100200201,1002,2,100200201,1002_2_1,Eli (Birthday 2023),Eli is online,Eli is online,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0079",123102102 +100200301,1002,3,100200301,1002_3_1,Eli (Birthday 2023),Eli: Happy birthday!,Eli: Happy birthday!,"stamp_00_00000_0019,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0088",1 +100200401,1002,16,100200401,1002_16_1,Eli: (New Year's 2024),Eli: Happy New Year,Eli: Happy New Year,,324010141 +100200501,1002,17,100200501,1002_17_1,Eri Valentine 2024,Eri: Thanks for the Valentine's Day chocolates today!,Eli: Thanks for the Valentine's chocolates today.,"stamp_00_00000_0005,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0088",324021435 +100200701,1002,7,100200701,1002_7_1,Eli (April 2023),Eli is online,Eli is online,"stamp_00_00000_0010,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0094",1 +100200801,1002,8,100200801,1002_8_1,Eli (May 2023),"Eli: Oh, listen to this!","Eli: Oh, listen to this!","stamp_00_00000_0088,stamp_00_00000_0091",1 +100200901,1002,9,100200901,1002_9_1,Eli (June 2023),Eli is online,Eli is online,"stamp_00_00000_0029,stamp_00_00000_0057",323060804 +100201001,1002,10,100201001,1002_10_1,Eli (July 2023),Eli: It's been really hot lately—are you feeling okay?,Eli: It's been really hot lately—are you feeling okay?,"stamp_00_00000_0048,stamp_00_00000_0083,stamp_00_00000_0092,stamp_01_01001_0003",323072405 +100201101,1002,11,100201101,1002_11_1,Eli (Summer Vacation 2023),Eli: Why does everyone love scary stories in the summertime...,Eli: Why does everyone love scary stories in the summertime...,stamp_00_00000_0016,323080703 +100201201,1002,12,100201201,1002_12_1,Eli (September 2023),Eli: So I went to that place selling seasonal cakes with Nozomi and Nico.,Eli: So I went to that place selling seasonal cakes with Nozomi and Nico.,stamp_00_00000_0020,323092503 +100201301,1002,13,100201301,1002_13_1,Eli (Halloween 2023),Eli is online,Eli is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0088",323103133 +100201401,1002,14,100201401,1002_14_1,Eli (November 2023),Eli: It's feeling like autumn!,Eli: It's feeling like autumn!,"stamp_00_00000_0037,stamp_00_00000_0056",323112003 +100201501,1002,15,100201501,1002_15_1,Eli (Christmas 2023),Eli is online,Eli is online,"stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0088",323122414 +100201801,1002,18,100201801,1002_18_1,Eli (White Day 2024),Eli: Thanks for the White Day gift today.,Eli: Thanks for the White Day gift today.,stamp_00_00000_0009,324031436 +100300101,1003,1,100300101,1003_1_1,Kotori (DM),Kotori: Hey! It's Kotori.,Kotori: Hey! It's Kotori.,"stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088",1 +100300102,1003,1,100300102,1003_1_2,Kotori (DM),Kotori is online,Kotori is online,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0093",1 +100300103,1003,1,100300103,1003_1_3,Kotori (DM),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0025,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0094",1 +100300104,1003,1,100300104,1003_1_4,Kotori (DM),Kotori sent an image,Kotori sent an image,"stamp_00_00000_0009,stamp_00_00000_0068,stamp_00_00000_0077,stamp_00_00000_0089",1 +100300105,1003,1,100300105,1003_1_5,Kotori (DM),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0080,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0091,stamp_00_00000_0093",1 +100300106,1003,1,100300106,1003_1_6,Kotori (DM),Kotori is online,Kotori is online,"stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0079,stamp_01_01003_0001",1 +100300107,1003,1,100300107,1003_1_7,Kotori (DM),Kotori: Hiya.,Kotori: Hiya.,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0077",1 +100300108,1003,1,100300108,1003_1_8,Kotori (DM),Kotori is online,Kotori is online,"stamp_00_00000_0009,stamp_00_00000_0059,stamp_00_00000_0091",1 +100300109,1003,1,100300109,1003_1_9,Kotori (DM),Kotori is online,Kotori is online,"stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088",1 +100300110,1003,1,100300110,1003_1_10,Kotori (DM),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0059,stamp_00_00000_0088",1 +100300111,1003,1,100300111,1003_1_11,Kotori (DM),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0069,stamp_00_00000_0077,stamp_00_00000_0080,stamp_00_00000_0094,stamp_01_01003_0001",1 +100300112,1003,1,100300112,1003_1_12,Kotori (DM),Kotori: What happens next?,Kotori: What happens next?,,1 +100300113,1003,1,100300113,1003_1_13,Kotori (DM),"Kotori: Sorry about earlier, I'm really embarrassed.","Kotori: Sorry about earlier, I'm really embarrassed.","stamp_00_00000_0075,stamp_00_00000_0080",1 +100300114,1003,1,100300114,1003_1_14,Kotori (DM),Kotori is online,Kotori is online,"stamp_00_00000_0085,stamp_00_00000_0095",1 +100300115,1003,1,100300115,1003_1_15,Kotori (DM),Kotori is online,Kotori is online,"stamp_00_00000_0016,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0090",1 +100300201,1003,2,100300201,1003_2_1,Kotori (Birthday 2023),Kotori is online,Kotori is online,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",123091202 +100300301,1003,3,100300301,1003_3_1,Kotori (Birthday 2023),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0094",1 +100300401,1003,16,100300401,1003_16_1,Kotori (New Year's 2024),Kotori: Happy New Year,Kotori: Happy New Year,"stamp_00_00000_0008,stamp_00_00000_0057",324010142 +100300501,1003,17,100300501,1003_17_1,Kotori Valentine 2024,Kotori: Happy Valentine's Day!,Kotori: Happy Valentine's!,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0079",324021436 +100300701,1003,7,100300701,1003_7_1,Kotori (April 2023),Kotori is online,Kotori is online,"stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0095",1 +100300801,1003,8,100300801,1003_8_1,Kotori (May 2023),Kotori sent a sticker,Kotori sent a sticker,stamp_01_01003_0001,1 +100300901,1003,9,100300901,1003_9_1,Kotori (June 2023),Kotori: So I got a letter from somebody who came to the last live show.,Kotori: So I got a letter from somebody who came to the last live show.,,323060403 +100301001,1003,10,100301001,1003_10_1,Kotori (July 2023),"Kotori: Hey, got a minute? There's something I want to ask you about.","Kotori: Hey, got a minute? There's something I want to ask you about.",,323071203 +100301101,1003,11,100301101,1003_11_1,Kotori (Summer Vacation 2023),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0079,stamp_01_01003_0001",323080704 +100301201,1003,12,100301201,1003_12_1,Kotori (September 2023),Kotori is online,Kotori is online,"stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0060,stamp_01_01001_0003",323092804 +100301301,1003,13,100301301,1003_13_1,Kotori (Halloween 2023),Kotori: Hi!,Kotori: Hi!,stamp_00_00000_0092,323103134 +100301401,1003,14,100301401,1003_14_1,Kotori (November 2023),Kotori sent a sticker,Kotori sent a sticker,"stamp_00_00000_0010,stamp_00_00000_0088,stamp_01_01003_0001",323112603 +100301501,1003,15,100301501,1003_15_1,Kotori (Christmas 2023),Kotori: Merry Christmas!,Kotori: Merry Christmas!,"stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0079",323122526 +100301801,1003,18,100301801,1003_18_1,Kotori (White Day 2024),Kotori: Thanks for the White Day gift today!,Kotori: Thanks for the White Day gift today!,"stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0056",324031437 +100400101,1004,1,100400101,1004_1_1,Umi (DM),Umi is online,Umi is online,,1 +100400102,1004,1,100400102,1004_1_2,Umi (DM),Umi is online,Umi is online,stamp_00_00000_0034,1 +100400103,1004,1,100400103,1004_1_3,Umi (DM),Umi: Are you around by any chance?,Umi: Are you around by any chance?,stamp_00_00000_0048,1 +100400104,1004,1,100400104,1004_1_4,Umi (DM),Umi is online,Umi is online,"stamp_00_00000_0059,stamp_00_00000_0090",1 +100400105,1004,1,100400105,1004_1_5,Umi (DM),Umi: Sorry to keep you waiting.,Umi: Sorry to keep you waiting.,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0037",1 +100400106,1004,1,100400106,1004_1_6,Umi (DM),Umi sent a sticker,Umi sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0040,stamp_00_00000_0059,stamp_01_01004_0002",1 +100400107,1004,1,100400107,1004_1_7,Umi (DM),Umi is online,Umi is online,"stamp_00_00000_0059,stamp_00_00000_0093",1 +100400108,1004,1,100400108,1004_1_8,Umi (DM),"Umi: That reminds me, I believe you said you were looking for a sport to do, right?","Umi: That reminds me, I believe you said you were looking for a sport to do, right?","stamp_00_00000_0017,stamp_00_00000_0080",1 +100400109,1004,1,100400109,1004_1_9,Umi (DM),Umi sent a sticker,Umi sent a sticker,"stamp_00_00000_0059,stamp_00_00000_0084",1 +100400110,1004,1,100400110,1004_1_10,Umi (DM),Umi is online,Umi is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0054",1 +100400111,1004,1,100400111,1004_1_11,Umi (DM),Umi: Finished!,Umi: Finished!,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0078",1 +100400112,1004,1,100400112,1004_1_12,Umi (DM),Umi: Sorry for contacting you so late.,Umi: Sorry for contacting you so late.,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0008,stamp_00_00000_0059,stamp_00_00000_0092",1 +100400113,1004,1,100400113,1004_1_13,Umi (DM),"Umi: Finally, tomorrow is the big performance.","Umi: Finally, tomorrow is the big performance.",stamp_00_00000_0049,1 +100400114,1004,1,100400114,1004_1_14,Umi (DM),Umi is online,Umi is online,stamp_00_00000_0009,1 +100400115,1004,1,100400115,1004_1_15,Umi (DM),Umi is online,Umi is online,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0090",1 +100400301,1004,3,100400301,1004_3_1,Umi (Birthday 2023),Umi: I apologize for sending this so late.,Umi: I apologize for sending this so late.,stamp_00_00000_0005,1 +100400401,1004,16,100400401,1004_16_1,Umi (New Year's 2024),Umi: Happy New Year to you,Umi: Happy New Year to you,"stamp_00_00000_0009,stamp_00_00000_0095",324010143 +100400501,1004,17,100400501,1004_17_1,Umi Valentine 2024,Umi: Thank you for the Valentine's Day chocolates today!,Umi: Thank you for the Valentine's Day chocolates today.,"stamp_00_00000_0048,stamp_00_00000_0089",324021437 +100400701,1004,7,100400701,1004_7_1,Umi (April 2023),Umi: Things are finally feeling like spring.,Umi: Things are finally feeling like spring.,,1 +100400801,1004,8,100400801,1004_8_1,Umi (May 2023),Umi sent an image,Umi sent an image,,1 +100400901,1004,9,100400901,1004_9_1,Umi (June 2023),Umi is online,Umi is online,,323061602 +100401001,1004,10,100401001,1004_10_1,Umi (July 2023),Umi: Hello.,Umi: Hello.,"stamp_00_00000_0056,stamp_00_00000_0093",323072406 +100401101,1004,11,100401101,1004_11_1,Umi (Summer Vacation 2023),"Umi: Oh dear, I have distressing news!","Umi: Oh dear, I have distressing news!",,323082403 +100401201,1004,12,100401201,1004_12_1,Umi (September 2023),Umi: Hello.,Umi: Hello.,"stamp_00_00000_0004,stamp_00_00000_0095",323090303 +100401301,1004,13,100401301,1004_13_1,Umi (Halloween 2023),Umi is online,Umi is online,stamp_00_00000_0008,323103135 +100401401,1004,14,100401401,1004_14_1,Umi (November 2023),Umi: Are you ready for our next BBQ?,Umi: Are you ready for our next BBQ?,,323111604 +100401501,1004,15,100401501,1004_15_1,Umi (Christmas 2023),Umi is online,Umi is online,stamp_00_00000_0009,323122415 +100401801,1004,18,100401801,1004_18_1,Umi (White Day 2024),Umi: Thank you for the White Day gift today.,Umi: Thank you for the White Day gift today.,stamp_00_00000_0054,324031438 +100500101,1005,1,100500101,1005_1_1,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0088,stamp_00_00000_0090",1 +100500102,1005,1,100500102,1005_1_2,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0093",1 +100500103,1005,1,100500103,1005_1_3,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0088",1 +100500104,1005,1,100500104,1005_1_4,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0004,stamp_00_00000_0012,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0093,stamp_01_01005_0007",1 +100500105,1005,1,100500105,1005_1_5,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0004,stamp_00_00000_0015,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0060",1 +100500106,1005,1,100500106,1005_1_6,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0007,stamp_00_00000_0059",1 +100500107,1005,1,100500107,1005_1_7,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0006,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0080,stamp_00_00000_0084,stamp_00_00000_0093",1 +100500108,1005,1,100500108,1005_1_8,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0059,stamp_00_00000_0060",1 +100500109,1005,1,100500109,1005_1_9,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0094",1 +100500110,1005,1,100500110,1005_1_10,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0027,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0076,stamp_00_00000_0084,stamp_00_00000_0090",1 +100500111,1005,1,100500111,1005_1_11,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0014,stamp_00_00000_0016",1 +100500112,1005,1,100500112,1005_1_12,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0059,stamp_00_00000_0077",1 +100500113,1005,1,100500113,1005_1_13,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0059",1 +100500114,1005,1,100500114,1005_1_14,Rin (DM),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0069,stamp_00_00000_0085",1 +100500115,1005,1,100500115,1005_1_15,Rin (DM),Rin is online,Rin is online,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0026,stamp_00_00000_0036,stamp_00_00000_0084",1 +100500201,1005,2,100500201,1005_2_1,Rin (Birthday 2023),Rin is online,Rin is online,"stamp_00_00000_0006,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0077",123110103 +100500301,1005,3,100500301,1005_3_1,Rin (Birthday 2023),Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0066,stamp_00_00000_0084",1 +100500401,1005,16,100500401,1005_16_1,Rin (New Year's 2024),Rin: Happy New Year!,Rin: Happy New Year!,"stamp_00_00000_0060,stamp_01_01005_0007",324010144 +100500501,1005,17,100500501,1005_17_1,Rin Valentine 2024,Rin: The chocolate you gave me is so delicious!,Rin: The chocolate you gave me was really good!!,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0052,stamp_00_00000_0060",324021438 +100500701,1005,7,100500701,1005_7_1,Rin (April 2023),Rin: The days are all nice and warm now!,Rin: The days are all nice and warm now!,"stamp_00_00000_0006,stamp_00_00000_0076",1 +100500801,1005,8,100500801,1005_8_1,Rin (May 2023),Rin: G'morning!,Rin: G'morning!,stamp_00_00000_0006,1 +100500901,1005,9,100500901,1005_9_1,Rin (June 2023),Rin is online,Rin is online,,323060203 +100501001,1005,10,100501001,1005_10_1,Rin (July 2023),"Rin: Oh, noooo!","Rin: Oh, noooo!","stamp_00_00000_0010,stamp_00_00000_0060,stamp_00_00000_0061",323072303 +100501101,1005,11,100501101,1005_11_1,Rin (Summer Vacation 2023),Rin is online,Rin is online,"stamp_00_00000_0005,stamp_00_00000_0007",323080803 +100501201,1005,12,100501201,1005_12_1,Rin (September 2023),Rin: I read the paper!,Rin: I read the paper!,"stamp_00_00000_0005,stamp_00_00000_0088",323092805 +100501301,1005,13,100501301,1005_13_1,Rin (Halloween 2023),Rin: Happy Halloween!,Rin: Happy Halloween!,"stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0060",323103136 +100501401,1005,14,100501401,1005_14_1,Rin (November 2023),Rin: I'm excited for our next BBQ!,Rin: I'm excited for our next BBQ!,,323112203 +100501501,1005,15,100501501,1005_15_1,Rin (Christmas 2023),Rin: Merry Christmas!,Rin: Merry Christmas!,stamp_00_00000_0038,323122416 +100501801,1005,18,100501801,1005_18_1,Rin (White Day 2024),"Rin: Valentine's was awesome, but White Day is awesome too!","Rin: Valentine's was awesome, but White Day is awesome too!","stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0088",324031439 +100600101,1006,1,100600101,1006_1_1,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0091",1 +100600102,1006,1,100600102,1006_1_2,Maki (DM),Maki is online,Maki is online,stamp_00_00000_0037,1 +100600103,1006,1,100600103,1006_1_3,Maki (DM),Maki sent an image,Maki sent an image,"stamp_00_00000_0059,stamp_00_00000_0060",1 +100600104,1006,1,100600104,1006_1_4,Maki (DM),Maki sent an image,Maki sent an image,"stamp_00_00000_0002,stamp_00_00000_0023,stamp_00_00000_0049,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0077,stamp_01_01006_0004",1 +100600105,1006,1,100600105,1006_1_5,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0019,stamp_00_00000_0049,stamp_00_00000_0050",1 +100600106,1006,1,100600106,1006_1_6,Maki (DM),Maki: Got a sec?,Maki: Got a sec?,"stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0084",1 +100600107,1006,1,100600107,1006_1_7,Maki (DM),Maki: Our next live show's already set.,Maki: Our next live show's already set.,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0060,stamp_00_00000_0080",1 +100600108,1006,1,100600108,1006_1_8,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0005,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0059",1 +100600109,1006,1,100600109,1006_1_9,Maki (DM),Maki: Got a sec?,Maki: Got a sec?,"stamp_00_00000_0003,stamp_00_00000_0027,stamp_00_00000_0049,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0095",1 +100600110,1006,1,100600110,1006_1_10,Maki (DM),"Maki: You're gonna come see our next performance, right?","Maki: You're gonna come see our next performance, right?",,1 +100600111,1006,1,100600111,1006_1_11,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0004,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0080,stamp_00_00000_0084,stamp_00_00000_0093",1 +100600112,1006,1,100600112,1006_1_12,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0061,stamp_00_00000_0083",1 +100600113,1006,1,100600113,1006_1_13,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0049",1 +100600114,1006,1,100600114,1006_1_14,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0079,stamp_00_00000_0085",1 +100600115,1006,1,100600115,1006_1_15,Maki (DM),Maki is online,Maki is online,"stamp_00_00000_0007,stamp_00_00000_0027,stamp_00_00000_0028",1 +100600301,1006,3,100600301,1006_3_1,Maki (Birthday 2023),Maki: Happy birthday.,Maki: Happy birthday.,"stamp_00_00000_0001,stamp_00_00000_0023",1 +100600401,1006,16,100600401,1006_16_1,Maki (New Year's 2024),Maki: Happy New Year,Maki: Happy New Year,stamp_01_01005_0007,324010145 +100600501,1006,17,100600501,1006_17_1,Maki Valentine 2024,Maki: Thanks for the Valentine's Day chocolates today!,Maki: Thanks for the Valentine's chocolates.,stamp_00_00000_0079,324021439 +100600701,1006,7,100600701,1006_7_1,Maki (April 2023),Maki: I saw the prettiest row of cherry trees while I was out on a walk earlier.,Maki: I saw the prettiest row of cherry trees while I was out on a walk earlier.,,1 +100600801,1006,8,100600801,1006_8_1,Maki (May 2023),Maki: Did you see the pics I sent earlier?,Maki: Did you see the pics I sent earlier?,"stamp_00_00000_0008,stamp_00_00000_0063,stamp_00_00000_0065",1 +100600901,1006,9,100600901,1006_9_1,Maki (June 2023),Maki: So did you listen to the song I sent you earlier?,Maki: So did you listen to the song I sent you earlier?,stamp_00_00000_0079,323061803 +100601001,1006,10,100601001,1006_10_1,Maki (July 2023),"Maki: Summer vacation is just around the corner, huh.","Maki: Summer vacation is just around the corner, huh.",stamp_00_00000_0007,323071204 +100601101,1006,11,100601101,1006_11_1,Maki (Summer Vacation 2023),"Maki: Summer vacation is almost over, huh.","Maki: Summer vacation is almost over, huh.","stamp_00_00000_0016,stamp_00_00000_0078,stamp_01_01001_0003",323081604 +100601201,1006,12,100601201,1006_12_1,Maki (September 2023),"Maki: Hey, got a minute? I want to ask you something about the rehearsal I had you watch today.","Maki: Hey, got a minute? I want to ask you something about the rehearsal I had you watch today.",stamp_00_00000_0094,323091903 +100601301,1006,13,100601301,1006_13_1,Maki (Halloween 2023),Maki: Today is Halloween.,Maki: Today is Halloween.,stamp_00_00000_0011,323103137 +100601401,1006,14,100601401,1006_14_1,Maki (November 2023),Maki: It's getting colder these days.,Maki: It's getting colder these days.,,323112103 +100601501,1006,15,100601501,1006_15_1,Maki (Christmas 2023),Maki is online,Maki is online,"stamp_00_00000_0009,stamp_00_00000_0057",323122417 +100601801,1006,18,100601801,1006_18_1,Maki (White Day 2024),Maki: Morning.,Maki: Morning.,,324031440 +100700101,1007,1,100700101,1007_1_1,Nozomi (DM),Nozomi: Evening.,Nozomi: Evening.,"stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0095",1 +100700102,1007,1,100700102,1007_1_2,Nozomi (DM),Nozomi: Got a sec?,Nozomi: Got a sec?,"stamp_00_00000_0001,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0091",1 +100700103,1007,1,100700103,1007_1_3,Nozomi (DM),Nozomi is online,Nozomi is online,"stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0088",1 +100700104,1007,1,100700104,1007_1_4,Nozomi (DM),Nozomi: You busy right now?,Nozomi: You busy right now?,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0090",1 +100700105,1007,1,100700105,1007_1_5,Nozomi (DM),Nozomi is online,Nozomi is online,"stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0030,stamp_00_00000_0034,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0071,stamp_00_00000_0076,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0095,stamp_01_01007_0006",1 +100700106,1007,1,100700106,1007_1_6,Nozomi (DM),Nozomi sent a sticker,Nozomi sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0093",1 +100700107,1007,1,100700107,1007_1_7,Nozomi (DM),Nozomi is online,Nozomi is online,"stamp_00_00000_0004,stamp_00_00000_0026,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0071,stamp_00_00000_0079,stamp_00_00000_0092",1 +100700108,1007,1,100700108,1007_1_8,Nozomi (DM),Nozomi: I just got home! How 'bout you?,Nozomi: I just got home! How 'bout you?,"stamp_00_00000_0016,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095",1 +100700109,1007,1,100700109,1007_1_9,Nozomi (DM),Nozomi is online,Nozomi is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0076,stamp_00_00000_0088",1 +100700110,1007,1,100700110,1007_1_10,Nozomi (DM),Nozomi sent a sticker,Nozomi sent a sticker,"stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088",1 +100700111,1007,1,100700111,1007_1_11,Nozomi (DM),"Nozomi: Yo, got a sec?","Nozomi: Yo, got a sec?","stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0088",1 +100700112,1007,1,100700112,1007_1_12,Nozomi (DM),Nozomi is online,Nozomi is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0076,stamp_00_00000_0078,stamp_00_00000_0090,stamp_00_00000_0092,stamp_00_00000_0093",1 +100700113,1007,1,100700113,1007_1_13,Nozomi (DM),"Nozomi: Yo, got a sec?","Nozomi: Yo, got a sec?","stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0085,stamp_00_00000_0090,stamp_00_00000_0091",1 +100700114,1007,1,100700114,1007_1_14,Nozomi (DM),Nozomi is online,Nozomi is online,"stamp_00_00000_0011,stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0069,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0089",1 +100700115,1007,1,100700115,1007_1_15,Nozomi (DM),Nozomi: Thanks a bunch for today.,Nozomi: Thanks a bunch for today.,"stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0039,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0091",1 +100700201,1007,2,100700201,1007_2_1,Nozomi (Birthday 2023),Nozomi is online,Nozomi is online,"stamp_00_00000_0021,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0088",123060902 +100700301,1007,3,100700301,1007_3_1,Nozomi (Birthday 2023),Nozomi: You awake?,Nozomi: You awake?,"stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084",1 +100700401,1007,16,100700401,1007_16_1,Nozomi (New Year's 2024),Nozomi: Happy New Year!,Nozomi: Happy New Year!,"stamp_00_00000_0038,stamp_00_00000_0088,stamp_00_00000_0095",324010146 +100700501,1007,17,100700501,1007_17_1,Nozomi Valentine 2024,Rarity: I have a problem!,Nozomi: First question.,"stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0094",324021440 +100700701,1007,7,100700701,1007_7_1,Nozomi (April 2023),Nozomi sent an image,Nozomi sent an image,"stamp_00_00000_0057,stamp_00_00000_0060,stamp_01_01007_0006",1 +100700801,1007,8,100700801,1007_8_1,Nozomi (May 2023),Nozomi: 'Morninnng.,Nozomi: 'Morninnng.,stamp_00_00000_0088,1 +100700901,1007,9,100700901,1007_9_1,Nozomi (June 2023),Nozomi is online,Nozomi is online,"stamp_00_00000_0008,stamp_00_00000_0011",323061403 +100701001,1007,10,100701001,1007_10_1,Nozomi (July 2023),Nozomi: Hellooo.,Nozomi: Hellooo.,"stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0079",323072603 +100701101,1007,11,100701101,1007_11_1,Nozomi (Summer Vacation 2023),Nozomi: Good morning!,Nozomi: Good morning!,stamp_00_00000_0075,323081703 +100701201,1007,12,100701201,1007_12_1,Nozomi (September 2023),Nozomi: What'cha been up to?,Nozomi: What'cha been up to?,"stamp_00_00000_0019,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0081",323092105 +100701301,1007,13,100701301,1007_13_1,Nozomi (Halloween 2023),Nozomi: Happy Halloween!,Nozomi: Happy Halloween!,"stamp_00_00000_0056,stamp_00_00000_0079",323103138 +100701401,1007,14,100701401,1007_14_1,Nozomi (November 2023),Nozomi is online,Nozomi is online,"stamp_00_00000_0016,stamp_00_00000_0095",323111803 +100701501,1007,15,100701501,1007_15_1,Nozomi (Christmas 2023),Nozomi: Merry Christmas! How are you spending your Christmas Eve?,Nozomi: Merry Christmas! How are you spending your Christmas Eve?,stamp_00_00000_0020,323122418 +100701801,1007,18,100701801,1007_18_1,Nozomi (White Day 2024),Nozomi: Hey!,Nozomi: Hey!,"stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0088",324031441 +100800101,1008,1,100800101,1008_1_1,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0095",1 +100800102,1008,1,100800102,1008_1_2,Hanayo (DM),Hanayo: Mind if I ask you a question?,Hanayo: Mind if I ask you a question?,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0062,stamp_00_00000_0094",1 +100800103,1008,1,100800103,1008_1_3,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0088",1 +100800104,1008,1,100800104,1008_1_4,Hanayo (DM),Hanayo sent a sticker,Hanayo sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0056,stamp_00_00000_0061,stamp_00_00000_0088,stamp_00_00000_0093",1 +100800105,1008,1,100800105,1008_1_5,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0088",1 +100800106,1008,1,100800106,1008_1_6,Hanayo (DM),Hanayo: We just arranged our next live show!,Hanayo: We just arranged our next live show!,"stamp_00_00000_0005,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0092,stamp_00_00000_0094",1 +100800107,1008,1,100800107,1008_1_7,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0088",1 +100800108,1008,1,100800108,1008_1_8,Hanayo (DM),Hanayo: Hello!,Hanayo: Hello!,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0080,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0092,stamp_01_01008_0009",1 +100800109,1008,1,100800109,1008_1_9,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0005,stamp_00_00000_0017,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0094",1 +100800110,1008,1,100800110,1008_1_10,Hanayo (DM),Hanayo: I'm sorry.,Hanayo: I'm sorry.,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0016,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0083",1 +100800111,1008,1,100800111,1008_1_11,Hanayo (DM),Hanayo: Heeelp meee!,Hanayo: Heeelp meee!,"stamp_00_00000_0005,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0083,stamp_00_00000_0085",1 +100800112,1008,1,100800112,1008_1_12,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0001,stamp_00_00000_0011,stamp_00_00000_0085",1 +100800113,1008,1,100800113,1008_1_13,Hanayo (DM),Hanayo: Listen to this!!!,Hanayo: Listen to this!!!,"stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0089,stamp_00_00000_0091",1 +100800114,1008,1,100800114,1008_1_14,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088,stamp_00_00000_0093",1 +100800115,1008,1,100800115,1008_1_15,Hanayo (DM),Hanayo is online,Hanayo is online,"stamp_00_00000_0001,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0088",1 +100800201,1008,2,100800201,1008_2_1,Hanayo Birthday 2024,Hanayo is online,Hanayo is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0084",124011702 +100800301,1008,3,100800301,1008_3_1,Hanayo (Birthday 2023),Hanayo sent a sticker,Hanayo sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0090",1 +100800401,1008,16,100800401,1008_16_1,Hanayo (New Year's 2024),Hanayo: Happy New Year!,Hanayo: Happy New Year!,"stamp_00_00000_0053,stamp_00_00000_0095,stamp_01_01005_0007",324010147 +100800501,1008,17,100800501,1008_17_1,Hanayo Valentine 2024,Hanayo: Thanks for the Valentine's Day chocolates today!,Hanayo: Thanks for the Valentine's chocolates today!,stamp_00_00000_0009,324021441 +100800701,1008,7,100800701,1008_7_1,Hanayo (April 2023),Hanayo: I've got big news to share!,Hanayo: I've got big news to share!,stamp_01_01001_0003,1 +100800801,1008,8,100800801,1008_8_1,Hanayo (May 2023),Hanayo: That was amazing...,Hanayo: That was amazing...,stamp_00_00000_0079,1 +100800901,1008,9,100800901,1008_9_1,Hanayo (June 2023),Hanayo is online,Hanayo is online,,323060703 +100801001,1008,10,100801001,1008_10_1,Hanayo (July 2023),Hanayo: It's so darn hot...,Hanayo: It's so darn hot...,"stamp_00_00000_0056,stamp_00_00000_0086",323072902 +100801101,1008,11,100801101,1008_11_1,Hanayo (Summer Vacation 2023),Hanayo: Hello.,Hanayo: Hello.,stamp_00_00000_0054,323080804 +100801201,1008,12,100801201,1008_12_1,Hanayo (September 2023),"Hanayo: Hey, listen to this!","Hanayo: Hey, listen to this!",,323092903 +100801301,1008,13,100801301,1008_13_1,Hanayo (Halloween 2023),Hanayo: Happy Halloween!,Hanayo: Happy Halloween!,"stamp_00_00000_0009,stamp_00_00000_0056",323103139 +100801401,1008,14,100801401,1008_14_1,Hanayo (November 2023),Hanayo: It's autumn harvest time!,Hanayo: It's autumn harvest time!,stamp_00_00000_0025,323110803 +100801501,1008,15,100801501,1008_15_1,Hanayo (Christmas 2023),Hanayo: Merry Christmas!,Hanayo: Merry Christmas!,,323122419 +100801801,1008,18,100801801,1008_18_1,Hanayo (White Day 2024),Hanayo: Good morning!,Hanayo: Good morning!,"stamp_00_00000_0005,stamp_00_00000_0031,stamp_00_00000_0088",324031442 +100900101,1009,1,100900101,1009_1_1,Nico (DM),Nico: Nico-Nico-Ni! Thanks for coming to interview us today!,Nico: Nico-Nico-Ni! Thanks for coming to interview us today!,"stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0095",1 +100900102,1009,1,100900102,1009_1_2,Nico (DM),Nico: Got a minute?,Nico: Got a minute?,"stamp_00_00000_0001,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0088,stamp_00_00000_0091",1 +100900103,1009,1,100900103,1009_1_3,Nico (DM),Nico is online,Nico is online,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0095",1 +100900104,1009,1,100900104,1009_1_4,Nico (DM),Nico: Get a load of this!,Nico: Get a load of this!,"stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0090",1 +100900105,1009,1,100900105,1009_1_5,Nico (DM),Nico: Got a minute?,Nico: Got a minute?,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0080,stamp_00_00000_0083,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0091",1 +100900106,1009,1,100900106,1009_1_6,Nico (DM),Nico: Got a minute?,Nico: Got a minute?,"stamp_00_00000_0001,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0077",1 +100900107,1009,1,100900107,1009_1_7,Nico (DM),Nico is online,Nico is online,"stamp_00_00000_0001,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0071,stamp_00_00000_0089,stamp_00_00000_0091,stamp_01_01009_0008",1 +100900108,1009,1,100900108,1009_1_8,Nico (DM),Nico sent a sticker,Nico sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0091",1 +100900109,1009,1,100900109,1009_1_9,Nico (DM),Nico is online,Nico is online,"stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0090,stamp_00_00000_0092,stamp_00_00000_0093",1 +100900110,1009,1,100900110,1009_1_10,Nico (DM),Nico: You still up?,Nico: You still up?,"stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0026,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0091,stamp_00_00000_0095",1 +100900111,1009,1,100900111,1009_1_11,Nico (DM),Nico sent a sticker,Nico sent a sticker,"stamp_00_00000_0010,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0049,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0091",1 +100900112,1009,1,100900112,1009_1_12,Nico (DM),Nico is online,Nico is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0024,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0083",1 +100900113,1009,1,100900113,1009_1_13,Nico (DM),Nico: You free?,Nico: You free?,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0013,stamp_00_00000_0079,stamp_00_00000_0081",1 +100900114,1009,1,100900114,1009_1_14,Nico (DM),Nico is online,Nico is online,"stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0071,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0087,stamp_00_00000_0092",1 +100900115,1009,1,100900115,1009_1_15,Nico (DM),Nico is online,Nico is online,"stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0091",1 +100900201,1009,2,100900201,1009_2_1,Nico (Birthday 2023),Nico is online,Nico is online,"stamp_00_00000_0001,stamp_00_00000_0021,stamp_00_00000_0027,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0060",123072202 +100900301,1009,3,100900301,1009_3_1,Nico (Birthday 2023),"Nico: Hey, are you busy today?","Nico: Hey, are you busy today?","stamp_00_00000_0002,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0050,stamp_00_00000_0061",1 +100900401,1009,16,100900401,1009_16_1,Nico (New Year's 2024),Nico: Happy New Year!,Nico: Happy New Year!,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0079,stamp_00_00000_0095,stamp_01_01009_0008",324010148 +100900501,1009,17,100900501,1009_17_1,Niko Valentine 2024,Nico is online,Nico is online,"stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0036",324021442 +100900701,1009,7,100900701,1009_7_1,Nico (April 2023),Nico: Everything going good?,Nico: Everything going good?,"stamp_00_00000_0020,stamp_00_00000_0062",1 +100900801,1009,8,100900801,1009_8_1,Nico (May 2023),Nico: Big trouble!!!,Nico: Big trouble!!!,stamp_00_00000_0050,1 +100900901,1009,9,100900901,1009_9_1,Nico (June 2023),Nico is online,Nico is online,"stamp_00_00000_0079,stamp_01_01009_0008",323061003 +100901001,1009,10,100901001,1009_10_1,Nico (July 2023),"Nico: It's scorching hot, but are you staying cool?","Nico: It's scorching hot, but are you staying cool?",stamp_00_00000_0054,323072604 +100901101,1009,11,100901101,1009_11_1,Nico (Summer Vacation 2023),Nico: What are you up to?,Nico: What are you up to?,stamp_00_00000_0024,323082904 +100901201,1009,12,100901201,1009_12_1,Nico (September 2023),Nico is online,Nico is online,"stamp_00_00000_0079,stamp_00_00000_0087,stamp_00_00000_0095",323090603 +100901301,1009,13,100901301,1009_13_1,Nico (Halloween 2023),Nico: Thanks for today!,Nico: Thanks for today!,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0020",323103140 +100901401,1009,14,100901401,1009_14_1,Nico (November 2023),Nico: Getting ready for the next BBQ?,Nico: Getting ready for the next BBQ?,stamp_00_00000_0039,323110603 +100901501,1009,15,100901501,1009_15_1,Nico (Christmas 2023),Nico: Merry Christmas!,Nico: Merry Christmas!,"stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0087",323122420 +100901801,1009,18,100901801,1009_18_1,Nico (White Day 2024),Nico: The White Day gift was super good.,Nico: The White Day gift was super good.,stamp_00_00000_0036,324031443 +110100101,1101,1,110100101,1101_1_1,µ's,Honoka: Did everyone get added to the group?,Honoka: Did everyone get added to the group?,"stamp_00_00000_0010,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0088,stamp_00_00000_0094,stamp_00_00000_0095",1 +110100102,1101,1,110100102,1101_1_2,µ's,Nico: Spit it out already!,Nico: Spit it out already!,"stamp_00_00000_0003,stamp_00_00000_0017,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0080",1 +110100103,1101,1,110100103,1101_1_3,µ's,Hanayo: Sorry! What time are we meeting tomorrow for the interview again?!,Hanayo: Sorry! What time are we meeting tomorrow for the interview again?!,"stamp_00_00000_0007,stamp_00_00000_0021,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0090",1 +110100104,1101,1,110100104,1101_1_4,µ's,Nozomi: What will μ's fortune be today? Let's find out!,Nozomi: What will μ's fortune be today? Let's find out!,"stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0090,stamp_00_00000_0094",1 +110100105,1101,1,110100105,1101_1_5,µ's,Kotori: I've got something I'd like you to take a look at.,Kotori: I've got something I'd like you to take a look at.,"stamp_00_00000_0090,stamp_00_00000_0092",1 +110100106,1101,1,110100106,1101_1_6,µ's,Eli: Everyone ready for the test?,Eli: Everyone ready for the test?,"stamp_00_00000_0017,stamp_00_00000_0045,stamp_00_00000_0059",1 +110100107,1101,1,110100107,1101_1_7,µ's,Honoka: Major news!,Honoka: Major news!,"stamp_00_00000_0012,stamp_00_00000_0060",1 +110100108,1101,1,110100108,1101_1_8,µ's,Rin sent a sticker,Rin sent a sticker,"stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0081",1 +110100109,1101,1,110100109,1101_1_9,µ's,Rin: Where's Hanayo?,Rin: Where's Hanayo?,"stamp_00_00000_0076,stamp_00_00000_0080",1 +110100110,1101,1,110100110,1101_1_10,µ's,"Maki: Everyone likes the aquarium, right?","Maki: Everyone likes the aquarium, right?","stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0081",1 +110100111,1101,1,110100111,1101_1_11,µ's,Honoka sent a sticker,Honoka sent a sticker,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0095",1 +110100112,1101,1,110100112,1101_1_12,µ's,"Nozomi: Sorry, gonna be late for practice today. Student council stuff.","Nozomi: Sorry, gonna be late for practice today. Student council stuff.","stamp_00_00000_0052,stamp_00_00000_0079,stamp_00_00000_0080",1 +110100113,1101,1,110100113,1101_1_13,µ's,Nico: Hey!,Nico: Hey!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0094",1 +110100114,1101,1,110100114,1101_1_14,µ's,Umi: Has anyone seen Honoka?,Umi: Has anyone seen Honoka?,"stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0027,stamp_00_00000_0053,stamp_00_00000_0078,stamp_00_00000_0079",1 +110100115,1101,1,110100115,1101_1_15,µ's,Honoka is online,Honoka is online,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0081",1 +110100201,1101,2,110100201,1101_2_1,µ's (Spring 2023),Honoka: I'm soooo sleepy! I can't keep my eyes open!,Honoka: I'm soooo sleepy! I can't keep my eyes open!,"stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0068,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088,stamp_01_01005_0007",1 +110100301,1101,3,110100301,1101_3_1,Nozomi (Birthday Party 2023): Part 1,Nico is online,Nico is online,"stamp_00_00000_0008,stamp_00_00000_0010,stamp_00_00000_0021,stamp_00_00000_0023,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0082,stamp_00_00000_0088,stamp_01_01001_0003,stamp_01_01008_0009",123060902 +110100401,1101,4,110100401,1101_4_1,Nozomi (Birthday Party 2023): Part 2,"Honoka: Oh, Nozomi, Eli, are you okay in the rain?!","Honoka: Oh, Nozomi, Eli, are you okay in the rain?!","stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0026,stamp_00_00000_0033,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088",123060902 +110100501,1101,5,110100501,1101_5_1,µ's (Event Prep 2023),"Hanayo: Ooh, our event is just around the corner. I can't wait!","Hanayo: Ooh, our event is just around the corner. I can't wait!","stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0015,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0089",323062206 +110100601,1101,6,110100601,1101_6_1,Nico (Birthday Party 2023): Part 1,Eli: Did Nico find out about the surprise?,Eli: Did Nico find out about the surprise?,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0039,stamp_00_00000_0051,stamp_00_00000_0088",123072202 +110100701,1101,7,110100701,1101_7_1,Nico (Birthday Party 2023): Part 2,Honoka: Nico's birthday was so much fun!!!,Honoka: Nico's birthday was so much fun!!!,"stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0033,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0072",123072202 +110100801,1101,8,110100801,1101_8_1,µ's (Summer 2023),Nico: It's soooooooooooo hot... Was summer always this hot?,Nico: It's soooooooooooo hot... Was summer always this hot?,"stamp_00_00000_0001,stamp_00_00000_0023,stamp_00_00000_0044,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0067,stamp_00_00000_0088,stamp_01_01001_0003,stamp_01_01008_0009,stamp_01_01009_0008",323072606 +110100901,1101,9,110100901,1101_9_1,Honoka (Birthday Party 2023): Part 1,"Nico: It's almost Honoka's birthday, huh.","Nico: It's almost Honoka's birthday, huh.","stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0088,stamp_00_00000_0096",123080302 +110101001,1101,10,110101001,1101_10_1,Honoka (Birthday Party 2023): Part 2,Nozomi: Honoka's birthday party was so much fun!!!,Nozomi: Honoka's birthday party was so much fun!!!,"stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0079,stamp_01_01009_0008",123080302 +110101101,1101,11,110101101,1101_11_1,μ's (August 25th),Honoka: Good! Morninnng! You all up?,Honoka: Good! Morninnng! You all up?,"stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0074,stamp_00_00000_0076,stamp_00_00000_0095,stamp_01_01001_0003,stamp_01_01003_0001,stamp_01_01009_0008",323082502 +110101201,1101,12,110101201,1101_12_1,Kotori (Birthday Party 2023): Part 1,"Hanayo: It's almost Kotori's birthday, huh.","Hanayo: It's almost Kotori's birthday, huh.","stamp_00_00000_0001,stamp_00_00000_0036,stamp_00_00000_0061,stamp_00_00000_0088,stamp_01_01001_0003,stamp_01_01006_0004",123091202 +110101301,1101,13,110101301,1101_13_1,Kotori (Birthday Party 2023): Part 2,Kotori: You guys!,Kotori: You guys!,"stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0033",123091202 +110101401,1101,14,110101401,1101_14_1,µ's (Fall 2023),Umi: The hot summer melted away just in time for fall.,Umi: The hot summer melted away just in time for fall.,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0071,stamp_01_01006_0004",323100703 +110101501,1101,15,110101501,1101_15_1,μ's Half Anniversary,Honoka is online,Honoka is online,"stamp_00_00000_0066,stamp_00_00000_0079,stamp_00_00000_0090,stamp_01_01001_0003,stamp_01_01005_0007,stamp_01_01009_0008",323101503 +110101601,1101,16,110101601,1101_16_1,Eli (Birthday Party 2023): Part 1,Maki: Excited for the party tomorrow!,Maki: Excited for the party tomorrow!,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_01_01009_0008",123102102 +110101701,1101,17,110101701,1101_17_1,Eli (Birthday Party 2023): Part 2,Umi: I had a blast at Eli's birthday party!,Umi: I had a blast at Eli's birthday party!,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0020,stamp_01_01009_0008",123102102 +110101801,1101,18,110101801,1101_18_1,Rin (Birthday Party 2023): Part 1,Maki: It's almost Rin's birthday.,Maki: It's almost Rin's birthday.,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0079,stamp_01_01009_0008",123110103 +110101901,1101,19,110101901,1101_19_1,Rin (Birthday Party 2023): Part 2,Rin: Good morrrrning!,Rin: Good morrrrning!,"stamp_00_00000_0002,stamp_00_00000_0006,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0033,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094",123110103 +110102001,1101,20,110102001,1101_20_1,Hanayo Birthday Celebration 2024①,Rin is online,Rin is online,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0029,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0091,stamp_00_00000_0094",124011702 +110102101,1101,21,110102101,1101_21_1,Hanayo Birthday Celebration 2024②,Hanayo is online,Hanayo is online,"stamp_00_00000_0016,stamp_00_00000_0046,stamp_00_00000_0066,stamp_00_00000_0076",124011702 +110102201,1101,22,110102201,1101_22_1,μ's winter 2024,Rin: I'm home~!,Rin: I’m home!,"stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0045,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0083,stamp_00_00000_0088,stamp_01_01009_0008",324020906 +110102301,1101,23,110102301,1101_23_1,µ's (Event 1 2024),"Honoka: Hurry up and come, tomorrow!","Honoka: Hurry up and come, tomorrow!","stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0071",324022202 +110102401,1101,24,110102401,1101_24_1,Umi(Birthday Party 2024)①,Honoka:What should I do?,Honoka:What should I do?,"stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0077",124031502 +110102501,1101,25,110102501,1101_25_1,Umi(Birthday Party 2024)②,Kotori:Umi Did you read all the manga?,Kotori:Umi Did you read all the manga?,"stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0069",124031502 +110102601,1101,26,110102601,1101_26_1,Maki(Birthday Party 2024)①,Rin:Maki,Rin:Maki,"stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0075,stamp_00_00000_0077,stamp_00_00000_0089,stamp_01_01005_0007",324031601 +110102701,1101,27,110102701,1101_27_1,Maki(Birthday Party 2024)②,Rin sent a image,Rin sent a image,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0046,stamp_00_00000_0075,stamp_00_00000_0087,stamp_00_00000_0088",324031601 +110102801,1101,28,110102801,1101_28_1,µ's (Event 2 2024),Umi: I'm kind of excited.,Umi: I'm kind of excited.,"stamp_00_00000_0008,stamp_00_00000_0028,stamp_00_00000_0036,stamp_00_00000_0060,stamp_00_00000_0079",324032902 +200100101,2001,1,200100101,2001_1_1,Chika (DM),"Chika: Nice night, huh?","Chika: Nice night, huh?","stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0095",1 +200100102,2001,1,200100102,2001_1_2,Chika (DM),Chika: Hey there!,Chika: Hey there!,"stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0088",1 +200100103,2001,1,200100103,2001_1_3,Chika (DM),Chika is online,Chika is online,"stamp_00_00000_0001,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0077",1 +200100104,2001,1,200100104,2001_1_4,Chika (DM),Chika sent a sticker,Chika sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0041,stamp_00_00000_0049,stamp_00_00000_0083,stamp_02_02001_0001",1 +200100105,2001,1,200100105,2001_1_5,Chika (DM),Chika is online,Chika is online,"stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0084",1 +200100106,2001,1,200100106,2001_1_6,Chika (DM),Chika: Big news!,Chika: Big news!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0027,stamp_00_00000_0089",1 +200100107,2001,1,200100107,2001_1_7,Chika (DM),Chika is online,Chika is online,"stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0090",1 +200100108,2001,1,200100108,2001_1_8,Chika (DM),Chika: Thanks again for earlier!,Chika: Thanks again for earlier!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0084",1 +200100109,2001,1,200100109,2001_1_9,Chika (DM),Chika: Hi hi!,Chika: Hi hi!,"stamp_00_00000_0026,stamp_00_00000_0067,stamp_00_00000_0087",1 +200100110,2001,1,200100110,2001_1_10,Chika (DM),Chika: Check this out!,Chika: Check this out!,"stamp_00_00000_0014,stamp_00_00000_0027,stamp_00_00000_0037,stamp_00_00000_0076,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0091",1 +200100111,2001,1,200100111,2001_1_11,Chika (DM),Chika is online,Chika is online,"stamp_00_00000_0025,stamp_00_00000_0040,stamp_00_00000_0049,stamp_00_00000_0068,stamp_00_00000_0078,stamp_00_00000_0083",1 +200100112,2001,1,200100112,2001_1_12,Chika (DM),Chika: How cool is this?!,Chika: How cool is this?!,"stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0027,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0084",1 +200100113,2001,1,200100113,2001_1_13,Chika (DM),Chika: Sorry...!,Chika: Sorry...!,"stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0061,stamp_00_00000_0080,stamp_00_00000_0084",1 +200100114,2001,1,200100114,2001_1_14,Chika (DM),Chika is online,Chika is online,"stamp_00_00000_0021,stamp_00_00000_0069,stamp_00_00000_0077,stamp_00_00000_0082",1 +200100115,2001,1,200100115,2001_1_15,Chika (DM),Chika is online,Chika is online,"stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0070,stamp_00_00000_0078,stamp_00_00000_0084",1 +200100201,2001,2,200100201,2001_2_1,Chika (Birthday 2023),Chika is online,Chika is online,"stamp_00_00000_0010,stamp_00_00000_0021",123080104 +200100301,2001,3,200100301,2001_3_1,Chika (Birthday 2023),Chika sent a sticker,Chika sent a sticker,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0057",1 +200100401,2001,16,200100401,2001_16_1,Chika (New Year's 2024),Chika: Happy New Year!,Chika: Happy New Year!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0021,stamp_02_02001_0001",324010149 +200100501,2001,17,200100501,2001_17_1,Chika Valentine 2024,Chika: Happy Valentine's Day!,Chika: Happy Valentine's!,"stamp_00_00000_0087,stamp_00_00000_0095",324021443 +200100701,2001,7,200100701,2001_7_1,Chika (April 2023),Chika: Goood morning!,Chika: Goood morning!,,1 +200100801,2001,8,200100801,2001_8_1,Chika (May 2023),"Chika: Agh, you'll never believe this!","Chika: Agh, you'll never believe this!","stamp_00_00000_0024,stamp_00_00000_0061,stamp_00_00000_0083,stamp_00_00000_0085",1 +200100901,2001,9,200100901,2001_9_1,Chika (June 2023),Chika is online,Chika is online,stamp_00_00000_0009,323060603 +200101001,2001,10,200101001,2001_10_1,Chika (July 2023),Chika: What's up?,Chika: What's up?,,323072108 +200101101,2001,11,200101101,2001_11_1,Chika (Summer Vacation 2023),Chika: Are you finished with the summer homework yet?!,Chika: Are you finished with the summer homework yet?!,,323081605 +200101201,2001,12,200101201,2001_12_1,Chika (September 2023),Chika sent a sticker,Chika sent a sticker,"stamp_00_00000_0058,stamp_00_00000_0078,stamp_02_02001_0001",323090112 +200101301,2001,13,200101301,2001_13_1,Chika (Halloween 2023),Chika: Happy Halloween!,Chika: Happy Halloween!,stamp_00_00000_0036,323103141 +200101401,2001,14,200101401,2001_14_1,Chika (November 2023),Chika: What's up?,Chika: What's up?,stamp_00_00000_0009,323112104 +200101501,2001,15,200101501,2001_15_1,Chika (Christmas 2023),Chika is online,Chika is online,"stamp_00_00000_0056,stamp_00_00000_0084",323122421 +200101801,2001,18,200101801,2001_18_1,Chika (White Day 2024),Chika: Thanks for the White Day gift today!,Chika: Thanks for the White Day gift today!,stamp_00_00000_0095,324031444 +200200101,2002,1,200200101,2002_1_1,Riko (DM),Riko: Good evening.,Riko: Good evening.,"stamp_00_00000_0077,stamp_00_00000_0084,stamp_02_02002_0002",1 +200200102,2002,1,200200102,2002_1_2,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0049,stamp_00_00000_0070,stamp_00_00000_0072,stamp_02_02006_0007",1 +200200103,2002,1,200200103,2002_1_3,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0048,stamp_00_00000_0073",1 +200200104,2002,1,200200104,2002_1_4,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0072,stamp_00_00000_0079,stamp_00_00000_0088",1 +200200105,2002,1,200200105,2002_1_5,Riko (DM),Riko: Do you have time to talk?,Riko: Do you have time to talk?,"stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0026,stamp_00_00000_0072,stamp_00_00000_0084,stamp_02_02002_0002",1 +200200106,2002,1,200200106,2002_1_6,Riko (DM),Riko: Hello there!,Riko: Hello there!,"stamp_00_00000_0008,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0088",1 +200200107,2002,1,200200107,2002_1_7,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0090",1 +200200108,2002,1,200200108,2002_1_8,Riko (DM),Riko sent a sticker,Riko sent a sticker,"stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0066,stamp_02_02005_0004",1 +200200109,2002,1,200200109,2002_1_9,Riko (DM),Riko: Good evening.,Riko: Good evening.,"stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0040,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0074,stamp_00_00000_0079,stamp_00_00000_0084,stamp_02_02002_0002",1 +200200110,2002,1,200200110,2002_1_10,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0078",1 +200200111,2002,1,200200111,2002_1_11,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0075,stamp_00_00000_0090,stamp_00_00000_0094,stamp_02_02002_0002",1 +200200112,2002,1,200200112,2002_1_12,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0015,stamp_02_02009_0003",1 +200200113,2002,1,200200113,2002_1_13,Riko (DM),Riko: Thanks a lot for earlier.,Riko: Thanks a lot for earlier.,"stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0088,stamp_00_00000_0094",1 +200200114,2002,1,200200114,2002_1_14,Riko (DM),Riko is online,Riko is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0072,stamp_00_00000_0094",1 +200200115,2002,1,200200115,2002_1_15,Riko (DM),Riko: Thanks again for today.,Riko: Thanks again for today.,"stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0076,stamp_00_00000_0084,stamp_02_02002_0002",1 +200200201,2002,2,200200201,2002_2_1,Riko (Birthday 2023),Riko is online,Riko is online,"stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0092",123091902 +200200301,2002,3,200200301,2002_3_1,Riko (Birthday 2023),Riko: Are you awake?,Riko: Are you awake?,"stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0086,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0094",1 +200200401,2002,16,200200401,2002_16_1,Riko (New Year's 2024),Riko: Happy New Year,Riko: Happy New Year,"stamp_00_00000_0009,stamp_00_00000_0095",324010150 +200200501,2002,17,200200501,2002_17_1,Riko Valentine 2024,Riko: Thanks for the chocolate today,Riko: Thanks for the chocolate today.,"stamp_00_00000_0009,stamp_00_00000_0060",324021444 +200200701,2002,7,200200701,2002_7_1,Riko (April 2023),Riko is online,Riko is online,"stamp_00_00000_0050,stamp_00_00000_0053",1 +200200801,2002,8,200200801,2002_8_1,Riko (May 2023),Riko: Good evening.,Riko: Good evening.,,1 +200200901,2002,9,200200901,2002_9_1,Riko (June 2023),Riko is online,Riko is online,,323060504 +200201001,2002,10,200201001,2002_10_1,Riko (July 2023),Riko: Hello there!,Riko: Hello there!,stamp_00_00000_0009,323071302 +200201101,2002,11,200201101,2002_11_1,Riko (Summer Vacation 2023),Riko is online,Riko is online,stamp_00_00000_0078,323080103 +200201201,2002,12,200201201,2002_12_1,Riko (September 2023),Riko is online,Riko is online,,323092904 +200201301,2002,13,200201301,2002_13_1,Riko (Halloween 2023),Riko: Do you know what October 31st is?,Riko: Do you know what October 31st is?,,323103142 +200201401,2002,14,200201401,2002_14_1,Riko (November 2023),Riko: It's getting colder lately. Are you staying warm?,Riko: It's getting colder lately. Are you staying warm?,,323111804 +200201501,2002,15,200201501,2002_15_1,Riko (Christmas 2023),Riko: Merry Christmas,Riko: Merry Christmas,,323122422 +200201801,2002,18,200201801,2002_18_1,Riko (White Day 2024),Riko: Thanks for the White Day gift today.,Riko: Thanks for the White Day gift today.,stamp_00_00000_0005,324031445 +200300101,2003,1,200300101,2003_1_1,Kanan (DM),Kanan: Evening!,Kanan: Evening!,"stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0078,stamp_02_02002_0002",1 +200300102,2003,1,200300102,2003_1_2,Kanan (DM),Kanan: Hiya.,Kanan: Hiya.,"stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0082,stamp_00_00000_0090",1 +200300103,2003,1,200300103,2003_1_3,Kanan (DM),Kanan is online,Kanan is online,,1 +200300104,2003,1,200300104,2003_1_4,Kanan (DM),Kanan is online,Kanan is online,stamp_00_00000_0037,1 +200300105,2003,1,200300105,2003_1_5,Kanan (DM),Kanan is online,Kanan is online,stamp_00_00000_0007,1 +200300106,2003,1,200300106,2003_1_6,Kanan (DM),Kanan sent a sticker,Kanan sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0021,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0078,stamp_02_02001_0001,stamp_02_02003_0006",1 +200300107,2003,1,200300107,2003_1_7,Kanan (DM),Kanan is online,Kanan is online,"stamp_00_00000_0020,stamp_00_00000_0049,stamp_00_00000_0078,stamp_00_00000_0084",1 +200300108,2003,1,200300108,2003_1_8,Kanan (DM),Kanan is online,Kanan is online,"stamp_00_00000_0009,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0090",1 +200300109,2003,1,200300109,2003_1_9,Kanan (DM),Kanan: How's it going?,Kanan: How's it going?,"stamp_00_00000_0005,stamp_00_00000_0025,stamp_00_00000_0085",1 +200300110,2003,1,200300110,2003_1_10,Kanan (DM),Kanan is online,Kanan is online,"stamp_00_00000_0012,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0088,stamp_00_00000_0094",1 +200300111,2003,1,200300111,2003_1_11,Kanan (DM),Kanan is online,Kanan is online,"stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0046,stamp_00_00000_0081,stamp_00_00000_0090",1 +200300112,2003,1,200300112,2003_1_12,Kanan (DM),Kanan is online,Kanan is online,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0081,stamp_00_00000_0085",1 +200300113,2003,1,200300113,2003_1_13,Kanan (DM),Kanan: Hello!,Kanan: Hello!,"stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0017,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0094",1 +200300114,2003,1,200300114,2003_1_14,Kanan (DM),Kanan is online,Kanan is online,"stamp_00_00000_0007,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0083",1 +200300115,2003,1,200300115,2003_1_15,Kanan (DM),Kanan: Did you make it in time for your train?,Kanan: Did you make it in time for your train?,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0073,stamp_00_00000_0090,stamp_00_00000_0095",1 +200300201,2003,17,200300201,2003_17_1,Kanan Birthday 2024,Kanan is online,Kanan is online,"stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0030,stamp_00_00000_0060,stamp_00_00000_0070,stamp_00_00000_0073,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0091,stamp_00_00000_0092,stamp_00_00000_0095",124021002 +200300301,2003,3,200300301,2003_3_1,Kanan (Birthday 2023),Kanan: Happy birthday!,Kanan: Happy birthday!,"stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0086,stamp_02_02004_0005",1 +200300401,2003,16,200300401,2003_16_1,Kanan (New Year's 2024),Kanan: Happy New Year!,Kanan: Happy New Year!,stamp_00_00000_0056,324010151 +200300501,2003,18,200300501,2003_18_1,Kanan Valentine 2024,Kanan: Happy Valentine's Day!,Kanan: Happy Valentine's!,stamp_00_00000_0009,324021445 +200300701,2003,7,200300701,2003_7_1,Kanan (April 2023),Kanan: Morning!,Kanan: Morning!,stamp_00_00000_0094,1 +200300801,2003,8,200300801,2003_8_1,Kanan (May 2023),Kanan: Hey heyyy.,Kanan: Hey heyyy.,stamp_00_00000_0012,1 +200300901,2003,9,200300901,2003_9_1,Kanan (June 2023),Kanan is online,Kanan is online,stamp_00_00000_0095,323061305 +200301001,2003,10,200301001,2003_10_1,Kanan (July 2023),Kanan: This summer heat never goes away...,Kanan: This summer heat never goes away...,"stamp_00_00000_0007,stamp_00_00000_0011",323072407 +200301101,2003,11,200301101,2003_11_1,Kanan (Summer Vacation 2023),Kanan: Hey heyyy.,Kanan: Hey heyyy.,stamp_00_00000_0020,323081403 +200301201,2003,12,200301201,2003_12_1,Kanan (September 2023),"Kanan: Aw man, summer vacation is over already.","Kanan: Aw man, summer vacation is over already.",stamp_00_00000_0056,323091904 +200301301,2003,13,200301301,2003_13_1,Kanan (Halloween 2023),Kanan: Trick or treat!,Kanan: Trick or treat!,"stamp_00_00000_0013,stamp_00_00000_0058,stamp_00_00000_0081",323103143 +200301401,2003,14,200301401,2003_14_1,Kanan (November 2023),Kanan is online,Kanan is online,,323112803 +200301501,2003,15,200301501,2003_15_1,Kanan (Christmas 2023),Kanan: Merry Christmas!,Kanan: Merry Christmas!,stamp_00_00000_0005,323122527 +200301901,2003,19,200301901,2003_19_1,Kanan (White Day 2024),Kanan: Thanks for the gift today.,Kanan: Thanks for the gift today.,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0038,stamp_00_00000_0050",324031446 +200400101,2004,1,200400101,2004_1_1,Dia (DM),Dia: Thank you for covering the Aqours performance today.,Dia: Thank you for covering the Aqours performance today.,"stamp_00_00000_0009,stamp_00_00000_0078,stamp_00_00000_0094",1 +200400102,2004,1,200400102,2004_1_2,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0008,stamp_00_00000_0080,stamp_00_00000_0084,stamp_02_02002_0002,stamp_02_02004_0005",1 +200400103,2004,1,200400103,2004_1_3,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0049,stamp_00_00000_0084",1 +200400104,2004,1,200400104,2004_1_4,Dia (DM),Dia: Thank you very much for sending me your article the other day.,Dia: Thank you very much for sending me your article the other day.,"stamp_00_00000_0008,stamp_00_00000_0014",1 +200400105,2004,1,200400105,2004_1_5,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0088,stamp_02_02009_0003",1 +200400106,2004,1,200400106,2004_1_6,Dia (DM),Dia is online,Dia is online,stamp_00_00000_0053,1 +200400107,2004,1,200400107,2004_1_7,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0022,stamp_00_00000_0077,stamp_02_02004_0005,stamp_02_02009_0003",1 +200400108,2004,1,200400108,2004_1_8,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0094,stamp_02_02004_0005",1 +200400109,2004,1,200400109,2004_1_9,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0022,stamp_00_00000_0026",1 +200400110,2004,1,200400110,2004_1_10,Dia (DM),Dia is online,Dia is online,"stamp_00_00000_0005,stamp_00_00000_0088,stamp_00_00000_0094",1 +200400111,2004,1,200400111,2004_1_11,Dia (DM),Dia: Good evening.,Dia: Good evening.,"stamp_00_00000_0003,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0082,stamp_02_02004_0005,stamp_02_02009_0003",1 +200400112,2004,1,200400112,2004_1_12,Dia (DM),Dia: Good evening.,Dia: Good evening.,"stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0049",1 +200400113,2004,1,200400113,2004_1_13,Dia (DM),Dia: You won't believe this!,Dia: You won't believe this!,"stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0094,stamp_02_02009_0003",1 +200400114,2004,1,200400114,2004_1_14,Dia (DM),Dia: They're about to begin admitting people to the venue.,Dia: They're about to begin admitting people to the venue.,"stamp_00_00000_0004,stamp_00_00000_0014,stamp_00_00000_0071",1 +200400115,2004,1,200400115,2004_1_15,Dia (DM),Dia: Thank you very much for everything today.,Dia: Thank you very much for everything today.,"stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0088,stamp_02_02004_0005",1 +200400201,2004,2,200400201,2004_2_1,Dia (Birthday 2024),Dia is online,Dia is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0096",124010103 +200400301,2004,3,200400301,2004_3_1,Dia (Birthday 2023),Dia: Apologies for the late message.,Dia: Apologies for the late message.,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0081",1 +200400401,2004,16,200400401,2004_16_1,Dia (New Year's 2024),Dia is online,Dia is online,stamp_00_00000_0019,324010152 +200400501,2004,17,200400501,2004_17_1,Daiya Valentine 2024,Dia is online,Dia is online,"stamp_00_00000_0009,stamp_00_00000_0048",324021446 +200400701,2004,7,200400701,2004_7_1,Dia (April 2023),Dia is online,Dia is online,stamp_00_00000_0060,1 +200400801,2004,8,200400801,2004_8_1,Dia (May 2023),Dia: Hello.,Dia: Hello.,stamp_00_00000_0004,1 +200400901,2004,9,200400901,2004_9_1,Dia (June 2023),Dia is online,Dia is online,stamp_00_00000_0085,323062203 +200401001,2004,10,200401001,2004_10_1,Dia (July 2023),Dia is online,Dia is online,stamp_00_00000_0057,323072109 +200401101,2004,11,200401101,2004_11_1,Dia (Summer Vacation 2023),Dia is online,Dia is online,stamp_00_00000_0088,323082105 +200401201,2004,12,200401201,2004_12_1,Dia (September 2023),Dia: Do you have a minute?,Dia: Do you have a minute?,,323091403 +200401301,2004,13,200401301,2004_13_1,Dia (Halloween 2023),Dia: Thank you very much for everything today.,Dia: Thank you very much for everything today.,stamp_00_00000_0081,323103144 +200401401,2004,14,200401401,2004_14_1,Dia (November 2023),Dia is online,Dia is online,,323111003 +200401501,2004,15,200401501,2004_15_1,Dia (Christmas 2023),Dia is online,Dia is online,stamp_00_00000_0075,323122528 +200401801,2004,18,200401801,2004_18_1,Dia (White Day 2024),Dia: Thank you very much for returning the favor from Valentine's...,Dia: Thank you very much for returning the favor from Valentine's...,"stamp_00_00000_0005,stamp_00_00000_0008",324031447 +200500101,2005,1,200500101,2005_1_1,You (DM),You sent a sticker,You sent a sticker,"stamp_00_00000_0011,stamp_02_02005_0004",1 +200500102,2005,1,200500102,2005_1_2,You (DM),You is online,You is online,"stamp_00_00000_0007,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0049,stamp_02_02005_0004",1 +200500103,2005,1,200500103,2005_1_3,You (DM),You is online,You is online,"stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0048",1 +200500104,2005,1,200500104,2005_1_4,You (DM),You sent a sticker,You sent a sticker,"stamp_00_00000_0008,stamp_00_00000_0052,stamp_00_00000_0083,stamp_00_00000_0085,stamp_02_02005_0004",1 +200500105,2005,1,200500105,2005_1_5,You (DM),You is online,You is online,"stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0087,stamp_02_02005_0004",1 +200500106,2005,1,200500106,2005_1_6,You (DM),You sent a sticker,You sent a sticker,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0091,stamp_02_02005_0004",1 +200500107,2005,1,200500107,2005_1_7,You (DM),You is online,You is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0073,stamp_00_00000_0084,stamp_02_02005_0004,stamp_02_02009_0003",1 +200500108,2005,1,200500108,2005_1_8,You (DM),You sent a sticker,You sent a sticker,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0082,stamp_02_02005_0004",1 +200500109,2005,1,200500109,2005_1_9,You (DM),You: Thanks a bunch for sending your newspaper article!,You: Thanks a bunch for sending your newspaper article!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0081",1 +200500110,2005,1,200500110,2005_1_10,You (DM),You sent a sticker,You sent a sticker,"stamp_00_00000_0011,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0092,stamp_02_02001_0001",1 +200500111,2005,1,200500111,2005_1_11,You (DM),You is online,You is online,"stamp_00_00000_0007,stamp_00_00000_0022,stamp_00_00000_0026,stamp_00_00000_0051,stamp_02_02002_0002",1 +200500112,2005,1,200500112,2005_1_12,You (DM),You is online,You is online,"stamp_00_00000_0088,stamp_00_00000_0090,stamp_02_02005_0004",1 +200500113,2005,1,200500113,2005_1_13,You (DM),You: Sorry about earlier.,You: Sorry about earlier.,"stamp_00_00000_0029,stamp_00_00000_0078,stamp_00_00000_0084",1 +200500114,2005,1,200500114,2005_1_14,You (DM),You is online,You is online,"stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0081,stamp_02_02005_0004",1 +200500115,2005,1,200500115,2005_1_15,You (DM),You: Thanks a bunch for today.,You: Thanks a bunch for today.,"stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0086",1 +200500301,2005,3,200500301,2005_3_1,You (Birthday 2023),You sent a sticker,You sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0015,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0056,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0091,stamp_02_02005_0004",1 +200500401,2005,16,200500401,2005_16_1,You (New Year's 2024),You: Happy New Year!,You: Happy New Year!,"stamp_00_00000_0089,stamp_00_00000_0095,stamp_02_02005_0004",324010153 +200500501,2005,17,200500501,2005_17_1,Yo Valentine 2024,Yo: Thanks for the Valentine's Day chocolates today!,You: Thanks for the Valentine's chocolates today!,stamp_00_00000_0007,324021447 +200500701,2005,7,200500701,2005_7_1,You (April 2023),You is online,You is online,,1 +200500801,2005,8,200500801,2005_8_1,You (May 2023),You sent a sticker,You sent a sticker,stamp_02_02005_0004,1 +200500901,2005,9,200500901,2005_9_1,You (June 2023),You is online,You is online,,323061804 +200501001,2005,10,200501001,2005_10_1,You (July 2023),You is online,You is online,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0070",323072110 +200501101,2005,11,200501101,2005_11_1,You (Summer Vacation 2023),You: So hot...day after day...,You: So hot...day after day...,"stamp_00_00000_0007,stamp_00_00000_0060,stamp_02_02005_0004",323082905 +200501201,2005,12,200501201,2005_12_1,You (September 2023),You sent a sticker,You sent a sticker,"stamp_00_00000_0006,stamp_00_00000_0020",323091203 +200501301,2005,13,200501301,2005_13_1,You (Halloween 2023),You: Happy Halloween!,You: Happy Halloween!,stamp_00_00000_0079,323103145 +200501401,2005,14,200501401,2005_14_1,You (November 2023),You: Have a sec to chat?,You: Have a sec to chat?,stamp_00_00000_0050,323112703 +200501501,2005,15,200501501,2005_15_1,You (Christmas 2023),You is online,You is online,"stamp_00_00000_0011,stamp_00_00000_0084",323122423 +200501801,2005,18,200501801,2005_18_1,You (White Day 2024),You: Thanks for the White Day gift!,You: Thanks for the White Day gift!,"stamp_00_00000_0005,stamp_00_00000_0054",324031448 +200600101,2006,1,200600101,2006_1_1,Yoshiko (DM),Yoshiko: Thanks for coming to check us out today.,Yoshiko: Thanks for coming to check us out today.,"stamp_00_00000_0013,stamp_00_00000_0029,stamp_00_00000_0059,stamp_02_02002_0002",1 +200600102,2006,1,200600102,2006_1_2,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0086,stamp_02_02006_0007",1 +200600103,2006,1,200600103,2006_1_3,Yoshiko (DM),Yoshiko: I saw you already wrote and sent your article!,Yoshiko: I saw you already wrote and sent your article!,"stamp_00_00000_0013,stamp_00_00000_0034,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0092,stamp_02_02006_0007",1 +200600104,2006,1,200600104,2006_1_4,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0029,stamp_00_00000_0049,stamp_00_00000_0081",1 +200600105,2006,1,200600105,2006_1_5,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0084",1 +200600106,2006,1,200600106,2006_1_6,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0013,stamp_00_00000_0029,stamp_00_00000_0086",1 +200600107,2006,1,200600107,2006_1_7,Yoshiko (DM),Yoshiko: Greetings.,Yoshiko: Greetings.,"stamp_00_00000_0013,stamp_00_00000_0048,stamp_00_00000_0081",1 +200600108,2006,1,200600108,2006_1_8,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0081,stamp_00_00000_0082",1 +200600109,2006,1,200600109,2006_1_9,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0003,stamp_00_00000_0013,stamp_00_00000_0053",1 +200600110,2006,1,200600110,2006_1_10,Yoshiko (DM),Yoshiko: A fine evening tonight.,Yoshiko: A fine evening tonight.,"stamp_00_00000_0077,stamp_00_00000_0084,stamp_02_02002_0002",1 +200600111,2006,1,200600111,2006_1_11,Yoshiko (DM),Yoshiko sent a sticker,Yoshiko sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0013,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0052,stamp_00_00000_0085,stamp_00_00000_0091",1 +200600112,2006,1,200600112,2006_1_12,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0003,stamp_00_00000_0007,stamp_00_00000_0013,stamp_00_00000_0049,stamp_00_00000_0088",1 +200600113,2006,1,200600113,2006_1_13,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0053,stamp_00_00000_0059,stamp_02_02006_0007",1 +200600114,2006,1,200600114,2006_1_14,Yoshiko (DM),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0013,stamp_00_00000_0052,stamp_00_00000_0081",1 +200600115,2006,1,200600115,2006_1_15,Yoshiko (DM),Yoshiko: Did you make your train?,Yoshiko: Did you make your train?,"stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0088",1 +200600201,2006,2,200600201,2006_2_1,Yoshiko (Birthday 2023),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0001,stamp_00_00000_0013,stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0094,stamp_02_02006_0007",123071302 +200600301,2006,3,200600301,2006_3_1,Yoshiko (Birthday 2023),Yoshiko: Tonight is a most auspicious evening.,Yoshiko: Tonight is a most auspicious evening.,"stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0092,stamp_00_00000_0096,stamp_02_02006_0007",1 +200600401,2006,16,200600401,2006_16_1,Yoshiko (New Year's 2024),Yoshiko: Genesis comes to us again this year.,Yoshiko: Genesis comes to us again this year.,"stamp_00_00000_0013,stamp_02_02006_0007",324010154 +200600501,2006,17,200600501,2006_17_1,Yoshiko Valentine 2024,Yoshiko is online,Yoshiko is online,stamp_00_00000_0013,324021448 +200600701,2006,7,200600701,2006_7_1,Yoshiko (April 2023),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0009,stamp_00_00000_0013,stamp_00_00000_0050",1 +200600801,2006,8,200600801,2006_8_1,Yoshiko (May 2023),Yoshiko sent a sticker,Yoshiko sent a sticker,stamp_02_02006_0007,1 +200600901,2006,9,200600901,2006_9_1,Yoshiko (June 2023),Yoshiko is online,Yoshiko is online,stamp_00_00000_0060,323062003 +200601001,2006,10,200601001,2006_10_1,Yoshiko (July 2023),"Yoshiko: Hey, can I ask you a question?","Yoshiko: Hey, can I ask you a question?",stamp_00_00000_0050,323070703 +200601101,2006,11,200601101,2006_11_1,Yoshiko (Summer Vacation 2023),Yoshiko sent a sticker,Yoshiko sent a sticker,"stamp_00_00000_0013,stamp_02_02006_0007",323081903 +200601201,2006,12,200601201,2006_12_1,Yoshiko (September 2023),Yoshiko is online,Yoshiko is online,"stamp_00_00000_0013,stamp_00_00000_0075,stamp_00_00000_0079",323092504 +200601301,2006,13,200601301,2006_13_1,Yoshiko (Halloween 2023),Yoshiko is online,Yoshiko is online,stamp_00_00000_0060,323103146 +200601401,2006,14,200601401,2006_14_1,Yoshiko (November 2023),Yoshiko is online,Yoshiko is online,stamp_00_00000_0004,323112404 +200601501,2006,15,200601501,2006_15_1,Yoshiko (Christmas 2023),Yoshiko sent a sticker,Yoshiko sent a sticker,stamp_02_02006_0007,323122529 +200601801,2006,18,200601801,2006_18_1,Yoshiko (White Day 2024),Yoshiko sent a sticker,Yoshiko sent a sticker,"stamp_00_00000_0005,stamp_02_02006_0007",324031449 +200700101,2007,1,200700101,2007_1_1,Hanamaru (DM),Hamanaru: Good evening.,Hamanaru: Good evening.,"stamp_00_00000_0005,stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0078,stamp_02_02007_0009",1 +200700102,2007,1,200700102,2007_1_2,Hanamaru (DM),Hanamaru: Howdy!,Hanamaru: Howdy!,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0031,stamp_00_00000_0049,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0084",1 +200700103,2007,1,200700103,2007_1_3,Hanamaru (DM),Hanamaru sent a sticker,Hanamaru sent a sticker,"stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0090",1 +200700104,2007,1,200700104,2007_1_4,Hanamaru (DM),Hanamaru: Good evening!,Hanamaru: Good evening!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0077",1 +200700105,2007,1,200700105,2007_1_5,Hanamaru (DM),Hanamaru is online,Hanamaru is online,"stamp_00_00000_0009,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0094",1 +200700106,2007,1,200700106,2007_1_6,Hanamaru (DM),Hanamaru sent a sticker,Hanamaru sent a sticker,"stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0034,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0091,stamp_02_02007_0009",1 +200700107,2007,1,200700107,2007_1_7,Hanamaru (DM),Hanamaru is online,Hanamaru is online,"stamp_00_00000_0014,stamp_00_00000_0082,stamp_00_00000_0086",1 +200700108,2007,1,200700108,2007_1_8,Hanamaru (DM),Hanamaru: Good evening!,Hanamaru: Good evening!,"stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0026,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0081,stamp_02_02007_0009",1 +200700109,2007,1,200700109,2007_1_9,Hanamaru (DM),Hanamaru is online,Hanamaru is online,"stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0085",1 +200700110,2007,1,200700110,2007_1_10,Hanamaru (DM),Hamanaru: Good evening.,Hamanaru: Good evening.,"stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0078,stamp_00_00000_0091",1 +200700111,2007,1,200700111,2007_1_11,Hanamaru (DM),Hamanaru: Good evening.,Hamanaru: Good evening.,"stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0088",1 +200700112,2007,1,200700112,2007_1_12,Hanamaru (DM),Hanamaru: Hi!,Hanamaru: Hi!,"stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0083,stamp_00_00000_0085",1 +200700113,2007,1,200700113,2007_1_13,Hanamaru (DM),Hanamaru: Good morning!,Hanamaru: Good morning!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0048,stamp_00_00000_0095",1 +200700114,2007,1,200700114,2007_1_14,Hanamaru (DM),Hanamaru is online,Hanamaru is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0081,stamp_02_02007_0009",1 +200700115,2007,1,200700115,2007_1_15,Hanamaru (DM),Hanamaru: Did you get to your train in time?!,Hanamaru: Did you get to your train in time?!,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0089,stamp_00_00000_0094",1 +200700301,2007,3,200700301,2007_3_1,Hanamaru (Birthday 2023),Hanamaru sent a sticker,Hanamaru sent a sticker,"stamp_00_00000_0011,stamp_00_00000_0015,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0075,stamp_00_00000_0089",1 +200700401,2007,16,200700401,2007_16_1,Hanamaru (New Year's 2024),Hanamaru: Happy New Year!,Hanamaru: Happy New Year!,"stamp_00_00000_0036,stamp_00_00000_0081",324010155 +200700501,2007,17,200700501,2007_17_1,Hanamaru Valentine 2024,Hanamaru: Happy Valentine's Day!,Hanamaru: Happy Valentine's!,stamp_00_00000_0005,324021449 +200700701,2007,7,200700701,2007_7_1,Hanamaru (April 2023),Hanamaru is online,Hanamaru is online,,1 +200700801,2007,8,200700801,2007_8_1,Hanamaru (May 2023),Hanamaru: Did you go somewhere for Golden Week?,Hanamaru: Did you go somewhere for Golden Week?,"stamp_00_00000_0004,stamp_00_00000_0046",1 +200700901,2007,9,200700901,2007_9_1,Hanamaru (June 2023),Hanamaru: I read the paper!,Hanamaru: I read the paper!,,323060204 +200701001,2007,10,200701001,2007_10_1,Hanamaru (July 2023),Hanamaru: Thanks for bringing me the ice cream!,Hanamaru: Thanks for bringing me the ice cream!,"stamp_00_00000_0081,stamp_00_00000_0094",323071003 +200701101,2007,11,200701101,2007_11_1,Hanamaru (Summer Vacation 2023),"Hanamaru: It's almost time for the festival, huh.","Hanamaru: It's almost time for the festival, huh.","stamp_00_00000_0050,stamp_00_00000_0060",323081704 +200701201,2007,12,200701201,2007_12_1,Hanamaru (September 2023),Hanamaru: Are you free tomorrow?,Hanamaru: Are you free tomorrow?,"stamp_00_00000_0038,stamp_00_00000_0039",323092806 +200701301,2007,13,200701301,2007_13_1,Hanamaru (Halloween 2023),Hanamaru: Trick or treat!,Hanamaru: Trick or treat!,stamp_00_00000_0081,323103147 +200701401,2007,14,200701401,2007_14_1,Hanamaru (November 2023),Hanamaru: The Kunikida sweet potato shop is open for business!,Hanamaru: The Kunikida sweet potato shop is open for business!,"stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0094",323111203 +200701501,2007,15,200701501,2007_15_1,Hanamaru (Christmas 2023),Hanamaru: Merry Christmas!,Hanamaru: Merry Christmas!,stamp_00_00000_0057,323122530 +200701801,2007,18,200701801,2007_18_1,Hanamaru (Birthday 2024),Hanamaru is online,Hanamaru is online,"stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0054,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0091,stamp_00_00000_0095",124030402 +200701901,2007,19,200701901,2007_19_1,Hanamaru (White Day 2024),Hanamaru: Thanks for the White Day gift today.,Hanamaru: Thanks for the White Day gift today.,"stamp_00_00000_0008,stamp_00_00000_0039,stamp_00_00000_0060,stamp_00_00000_0094",324031450 +200800101,2008,1,200800101,2008_1_1,Mari (DM),Mari: Ciao!,Mari: Ciao!,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0084,stamp_00_00000_0088,stamp_02_02008_0008",1 +200800102,2008,1,200800102,2008_1_2,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0004,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0080,stamp_00_00000_0090,stamp_00_00000_0094",1 +200800103,2008,1,200800103,2008_1_3,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0090,stamp_02_02008_0008",1 +200800104,2008,1,200800104,2008_1_4,Mari (DM),Mari: Ciao!,Mari: Ciao!,"stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0037,stamp_02_02008_0008",1 +200800105,2008,1,200800105,2008_1_5,Mari (DM),Mari: Ciao!,Mari: Ciao!,"stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0049,stamp_00_00000_0079,stamp_02_02008_0008",1 +200800106,2008,1,200800106,2008_1_6,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0014,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0058,stamp_00_00000_0066,stamp_00_00000_0078,stamp_02_02008_0008",1 +200800107,2008,1,200800107,2008_1_7,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0020,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088,stamp_00_00000_0091,stamp_02_02008_0008",1 +200800108,2008,1,200800108,2008_1_8,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0082,stamp_00_00000_0090,stamp_00_00000_0092",1 +200800109,2008,1,200800109,2008_1_9,Mari (DM),Mari: Buona sera!,Mari: Buona sera!,"stamp_00_00000_0001,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0075,stamp_00_00000_0082",1 +200800110,2008,1,200800110,2008_1_10,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0088,stamp_02_02008_0008",1 +200800111,2008,1,200800111,2008_1_11,Mari (DM),Mari sent a sticker,Mari sent a sticker,"stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0066,stamp_02_02008_0008",1 +200800112,2008,1,200800112,2008_1_12,Mari (DM),Mari: Ciao!,Mari: Ciao!,"stamp_00_00000_0012,stamp_00_00000_0060,stamp_00_00000_0094,stamp_02_02008_0008",1 +200800113,2008,1,200800113,2008_1_13,Mari (DM),Mari is online,Mari is online,"stamp_00_00000_0008,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0084,stamp_00_00000_0094,stamp_02_02008_0008",1 +200800114,2008,1,200800114,2008_1_14,Mari (DM),Mari sent a sticker,Mari sent a sticker,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0085,stamp_02_02008_0008",1 +200800115,2008,1,200800115,2008_1_15,Mari (DM),Mari: Are you already asleep?,Mari: Are you already asleep?,"stamp_00_00000_0014,stamp_00_00000_0062,stamp_00_00000_0081,stamp_00_00000_0088,stamp_02_02008_0008",1 +200800201,2008,2,200800201,2008_2_1,Mari (Birthday 2023),Mari is online,Mari is online,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0032,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0093,stamp_02_02008_0008",123061302 +200800301,2008,3,200800301,2008_3_1,Mari (Birthday 2023),Mari: Ciao!,Mari: Ciao!,"stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0030,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0088,stamp_02_02008_0008",1 +200800401,2008,16,200800401,2008_16_1,Mari (New Year's 2024),Mari: Happy NEW YEAR!,Mari: Happy NEW YEAR!,"stamp_00_00000_0012,stamp_00_00000_0038,stamp_02_02008_0008",324010156 +200800501,2008,17,200800501,2008_17_1,Mari Valentine 2024,Mari: Ciao ♡♡♡!,Mari: Ciao♪,"stamp_00_00000_0020,stamp_00_00000_0038",324021450 +200800701,2008,7,200800701,2008_7_1,Mari (April 2023),Mari is online,Mari is online,"stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0060",1 +200800801,2008,8,200800801,2008_8_1,Mari (May 2023),Mari sent an image,Mari sent an image,"stamp_00_00000_0008,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0088",1 +200800901,2008,9,200800901,2008_9_1,Mari (June 2023),Mari: Ciao!,Mari: Ciao!,,323062004 +200801001,2008,10,200801001,2008_10_1,Mari (July 2023),Mari: Ciao♡,Mari: Ciao♡,"stamp_00_00000_0020,stamp_00_00000_0036",323070704 +200801101,2008,11,200801101,2008_11_1,Mari (Summer Vacation 2023),"Mari: Camp was so much fun, huh!","Mari: Camp was so much fun, huh!","stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0088",323081003 +200801201,2008,12,200801201,2008_12_1,Mari (September 2023),Mari sent an image,Mari sent an image,"stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0076,stamp_00_00000_0088",323092106 +200801301,2008,13,200801301,2008_13_1,Mari (Halloween 2023),Mari is online,Mari is online,"stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0060",323103148 +200801401,2008,14,200801401,2008_14_1,Mari (November 2023),Mari is online,Mari is online,"stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0092",323111204 +200801501,2008,15,200801501,2008_15_1,Mari (Christmas 2023),Mari: Merry Christmas ♡,Mari: Merry Christmas ♡,"stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0060",323122424 +200801801,2008,18,200801801,2008_18_1,Mari (White Day 2024),Mari: Thanks for the White Day gift today!,Mari: Thanks for the White Day gift today!,"stamp_00_00000_0004,stamp_00_00000_0038,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0095",324031451 +200900101,2009,1,200900101,2009_1_1,Ruby (DM),Ruby: Thanks for coming to cover our Aqours show.,Ruby: Thanks for coming to cover our Aqours show.,"stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0088,stamp_02_02009_0003",1 +200900102,2009,1,200900102,2009_1_2,Ruby (DM),Ruby is online,Ruby is online,"stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0094,stamp_02_02009_0003",1 +200900103,2009,1,200900103,2009_1_3,Ruby (DM),Ruby: Hi hi!,Ruby: Hi hi!,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0090",1 +200900104,2009,1,200900104,2009_1_4,Ruby (DM),Ruby: I'm back!,Ruby: I'm back!,"stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0086,stamp_00_00000_0088,stamp_02_02009_0003",1 +200900105,2009,1,200900105,2009_1_5,Ruby (DM),Ruby: There's something I'd like to talk to you about...,Ruby: There's something I'd like to talk to you about...,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0084",1 +200900106,2009,1,200900106,2009_1_6,Ruby (DM),Ruby: Hi hi!,Ruby: Hi hi!,"stamp_00_00000_0005,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049",1 +200900107,2009,1,200900107,2009_1_7,Ruby (DM),Ruby is online,Ruby is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0084",1 +200900108,2009,1,200900108,2009_1_8,Ruby (DM),Ruby: Hi hi!,Ruby: Hi hi!,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0083,stamp_00_00000_0084,stamp_02_02009_0003",1 +200900109,2009,1,200900109,2009_1_9,Ruby (DM),Ruby: How are you?,Ruby: How are you?,"stamp_00_00000_0026,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0092",1 +200900110,2009,1,200900110,2009_1_10,Ruby (DM),Ruby is online,Ruby is online,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0080,stamp_00_00000_0088,stamp_02_02009_0003",1 +200900111,2009,1,200900111,2009_1_11,Ruby (DM),Ruby is online,Ruby is online,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0031,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0088",1 +200900112,2009,1,200900112,2009_1_12,Ruby (DM),Ruby: Hiya!,Ruby: Hiya!,"stamp_00_00000_0006,stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0088",1 +200900113,2009,1,200900113,2009_1_13,Ruby (DM),Ruby: Morning!,Ruby: Morning!,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0086,stamp_02_02004_0005",1 +200900114,2009,1,200900114,2009_1_14,Ruby (DM),Ruby: Morning!,Ruby: Morning!,"stamp_00_00000_0031,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090",1 +200900115,2009,1,200900115,2009_1_15,Ruby (DM),Ruby is online,Ruby is online,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0089",1 +200900201,2009,2,200900201,2009_2_1,Ruby (Birthday 2023),Ruby is online,Ruby is online,"stamp_00_00000_0005,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0032,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088",123092102 +200900301,2009,3,200900301,2009_3_1,Ruby (Birthday 2023),Ruby: How are you?,Ruby: How are you?,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0068,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0090,stamp_00_00000_0092,stamp_00_00000_0094,stamp_02_02009_0003",1 +200900401,2009,16,200900401,2009_16_1,Ruby (New Year's 2024),Ruby: Happy New Year!,Ruby: Happy New Year!,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0095,stamp_02_02009_0003",324010157 +200900501,2009,17,200900501,2009_17_1,Ruby Valentine 2024,Ruby: Happy Valentine's Day!,Ruby: Happy Valentine's!,"stamp_00_00000_0038,stamp_00_00000_0088,stamp_00_00000_0093,stamp_02_02009_0003",324021451 +200900701,2009,7,200900701,2009_7_1,Ruby (April 2023),Ruby: I went out and tried that cake you suggested!,Ruby: I went out and tried that cake you suggested!,"stamp_00_00000_0005,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0088,stamp_02_02009_0003",1 +200900801,2009,8,200900801,2009_8_1,Ruby (May 2023),Ruby: Did you go somewhere for Golden Week?,Ruby: Did you go somewhere for Golden Week?,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0088",1 +200900901,2009,9,200900901,2009_9_1,Ruby (June 2023),Ruby is online,Ruby is online,"stamp_00_00000_0046,stamp_00_00000_0088",323061404 +200901001,2009,10,200901001,2009_10_1,Ruby (July 2023),"Ruby: Hey, can I ask you something?","Ruby: Hey, can I ask you something?",stamp_02_02009_0003,323070303 +200901101,2009,11,200901101,2009_11_1,Ruby (Summer Vacation 2023),Ruby: The summer festival is tomorrow!,Ruby: The summer festival is tomorrow!,stamp_00_00000_0095,323081904 +200901201,2009,12,200901201,2009_12_1,Ruby (September 2023),Ruby sent an image,Ruby sent an image,stamp_02_02009_0003,323092403 +200901301,2009,13,200901301,2009_13_1,Ruby (Halloween 2023),Ruby: Happy Halloween! ♡,Ruby: Happy Halloween! ♡,"stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0038",323103149 +200901401,2009,14,200901401,2009_14_1,Ruby (November 2023),Ruby: Those sweet potatoes were tasty!,Ruby: Those sweet potatoes were tasty!,stamp_00_00000_0088,323110604 +200901501,2009,15,200901501,2009_15_1,Ruby (Christmas 2023),Ruby: What should I do?,Ruby: What should I do?,"stamp_00_00000_0016,stamp_00_00000_0078",323122531 +200901801,2009,18,200901801,2009_18_1,Ruby (White Day 2024),Ruby sent a sticker,Ruby sent a sticker,"stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0094,stamp_00_00000_0095,stamp_02_02001_0001",324031452 +210100101,2101,1,210100101,2101_1_1,Aqours,Chika: This is Chika!,Chika: This is Chika!,"stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0081,stamp_02_02008_0008",1 +210100102,2101,1,210100102,2101_1_2,Aqours,Chika sent a sticker,Chika sent a sticker,"stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0045,stamp_00_00000_0060,stamp_00_00000_0078,stamp_02_02005_0004",1 +210100103,2101,1,210100103,2101_1_3,Aqours,Yoshiko sent a sticker,Yoshiko sent a sticker,"stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0088,stamp_02_02004_0005,stamp_02_02006_0007",1 +210100104,2101,1,210100104,2101_1_4,Aqours,"Kanan: Okay everyone, we're meeting at my house at 10 am tomorrow before we go diving!","Kanan: Okay everyone, we're meeting at my house at 10 am tomorrow before we go diving!","stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0049,stamp_00_00000_0052,stamp_02_02005_0004",1 +210100105,2101,1,210100105,2101_1_5,Aqours,Riko sent a sticker,Riko sent a sticker,"stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0083,stamp_00_00000_0085,stamp_02_02009_0003",1 +210100106,2101,1,210100106,2101_1_6,Aqours,You: Great job everyone! You all still practicing?,You: Great job everyone! You all still practicing?,"stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0090,stamp_02_02005_0004,stamp_02_02009_0003",1 +210100107,2101,1,210100107,2101_1_7,Aqours,Ruby: We gotta discuss!,Ruby: We gotta discuss!,"stamp_00_00000_0004,stamp_00_00000_0060,stamp_02_02009_0003",1 +210100108,2101,1,210100108,2101_1_8,Aqours,Dia is online,Dia is online,"stamp_00_00000_0007,stamp_00_00000_0038,stamp_00_00000_0086,stamp_00_00000_0088,stamp_02_02004_0005",1 +210100109,2101,1,210100109,2101_1_9,Aqours,Dia: Has everyone been studying for the next test?,Dia: Has everyone been studying for the next test?,"stamp_00_00000_0002,stamp_00_00000_0045,stamp_00_00000_0050,stamp_00_00000_0088,stamp_00_00000_0095",1 +210100110,2101,1,210100110,2101_1_10,Aqours,Mari sent an image,Mari sent an image,"stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_02_02004_0005",1 +210100111,2101,1,210100111,2101_1_11,Aqours,Dia is online,Dia is online,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0037,stamp_02_02005_0004",1 +210100112,2101,1,210100112,2101_1_12,Aqours,Dia: Apologies for contacting you so late.,Dia: Apologies for contacting you so late.,"stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_02_02005_0004,stamp_02_02009_0003",1 +210100113,2101,1,210100113,2101_1_13,Aqours,Chika: Hey everyone!,Chika: Hey everyone!,"stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0058,stamp_00_00000_0077,stamp_00_00000_0083",1 +210100114,2101,1,210100114,2101_1_14,Aqours,"Kanan: How are things on your end, You?","Kanan: How are things on your end, You?","stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0048,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0094,stamp_02_02005_0004,stamp_02_02009_0003",1 +210100115,2101,1,210100115,2101_1_15,Aqours,Mari sent a sticker,Mari sent a sticker,"stamp_00_00000_0019,stamp_00_00000_0085,stamp_02_02004_0005,stamp_02_02008_0008",1 +210100201,2101,2,210100201,2101_2_1,Mari (Birthday Party 2023): Part 1,Mari is online,Mari is online,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0025,stamp_00_00000_0033,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0083,stamp_00_00000_0088,stamp_00_00000_0092",123061302 +210100301,2101,3,210100301,2101_3_1,Mari (Birthday Party 2023): Part 2,Kanan sent an image,Kanan sent an image,"stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0084",123061302 +210100401,2101,4,210100401,2101_4_1,Aqours (Event Prep 2023),Chika: The event's getting closer! Sooo excited!,Chika: The event's getting closer! Sooo excited!,"stamp_00_00000_0013,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0079,stamp_00_00000_0081",323062007 +210100501,2101,5,210100501,2101_5_1,Yoshiko (Birthday Party 2023): Part 1,"Chika: Yoshiko, any plans this Sunday?","Chika: Yoshiko, any plans this Sunday?","stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0022,stamp_00_00000_0028,stamp_00_00000_0030,stamp_00_00000_0051,stamp_00_00000_0082,stamp_00_00000_0090",123071302 +210100601,2101,6,210100601,2101_6_1,Yoshiko (Birthday Party 2023): Part 2,Chika: Anyone free this Sunday?,Chika: Anyone free this Sunday?,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0060,stamp_00_00000_0094",123071302 +210100701,2101,7,210100701,2101_7_1,Chika (Birthday Party 2023): Part 1,Riko: Got a minute to chat?,Riko: Got a minute to chat?,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0090,stamp_00_00000_0093",123080104 +210100801,2101,8,210100801,2101_8_1,Chika (Birthday Party 2023): Part 2,Chika: I'm home!,Chika: I'm home!,"stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0085",123080104 +210100901,2101,9,210100901,2101_9_1,Aqours (Summer 2023),"Hanamaru: I'm sick of somen noodles, zura.","Hanamaru: I'm sick of somen noodles, zura.","stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0062,stamp_00_00000_0087",323081108 +210101001,2101,10,210101001,2101_10_1,Riko (Birthday Party 2023): Part 1,You: Riko-chaaan!,You: Riko-chaaan!,"stamp_00_00000_0034,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0087,stamp_00_00000_0090,stamp_00_00000_0093",123091902 +210101101,2101,11,210101101,2101_11_1,Riko (Birthday Party 2023): Part 2,Riko: I'm back.,Riko: I'm back.,"stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0039,stamp_00_00000_0070,stamp_02_02005_0004",123091902 +210101201,2101,12,210101201,2101_12_1,Aqours (Fall 2023),Kanan: Do you guys like satsuma-imo?,Kanan: Do you guys like satsuma-imo?,"stamp_00_00000_0003,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0092",323091906 +210101301,2101,13,210101301,2101_13_1,Ruby (Birthday Party 2023): Part 1,"Hanamaru: Happy zura-Birthday, Ruby!","Hanamaru: Happy zura-Birthday, Ruby!","stamp_00_00000_0005,stamp_00_00000_0013,stamp_00_00000_0025,stamp_00_00000_0066,stamp_00_00000_0088,stamp_00_00000_0094",123092102 +210101401,2101,14,210101401,2101_14_1,Ruby (Birthday Party 2023): Part 2,Ruby is online,Ruby is online,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0084,stamp_00_00000_0090,stamp_02_02009_0003",123092102 +210101501,2101,15,210101501,2101_15_1,"Aqours (October 7, 2023)","Chika: Hey hey, did everyone watch the dance video I sent?","Chika: Hey hey, did everyone watch the dance video I sent?","stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0089",323100704 +210101601,2101,16,210101601,2101_16_1,Aqours Half Anniversary,Chika: I gotta check something!,Chika: I gotta check something!,"stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0088",323101504 +210101701,2101,17,210101701,2101_17_1,Aqours (Winter 2023),Dia: How is everyone doing?,Dia: How is everyone doing?,"stamp_00_00000_0004,stamp_00_00000_0019,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0062,stamp_00_00000_0094",323122307 +210101801,2101,18,210101801,2101_18_1,Dia (Birthday Party 2024) Part 1,Mari sent a sticker,Mari sent a sticker,"stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0034,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0093,stamp_02_02008_0008",124010103 +210101901,2101,19,210101901,2101_19_1,Dia (Birthday Party 2024) Part 2,Chika: What's up?,Chika: What's up?,"stamp_00_00000_0005,stamp_00_00000_0037,stamp_02_02005_0004",124010103 +210102001,2101,20,210102001,2101_20_1,Kanan Birthday Celebration 2024①,Mari is online,Mari is online,"stamp_00_00000_0004,stamp_00_00000_0023,stamp_00_00000_0077,stamp_02_02008_0008",124021002 +210102101,2101,21,210102101,2101_21_1,Kanan Birthday Celebration 2024②,It was you who taught me the pancake recipe!,Kanan: So you taught her the pancake recipe?,"stamp_00_00000_0005,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_02_02008_0008",124021002 +210102301,2101,23,210102301,2101_23_1,Hanamaru (Birthday Party 2024) Part 2,Hanamaru:AR and VR theme park,Hanamaru:AR and VR theme park,"stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0087,stamp_02_02008_0008",124030402 +210102401,2101,24,210102401,2101_24_1,event 2024,Hanamaru: Zura is getting nervous...,Hanamaru: Zura is getting nervous...,"stamp_00_00000_0004,stamp_00_00000_0076,stamp_00_00000_0087,stamp_02_02006_0007,stamp_02_02009_0003",324030802 +210102501,2101,25,210102501,2101_25_1,You (Birthday Party 2024) Part 1,Chika: Happy birthday!,Chika: Happy birthday!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0086,stamp_02_02005_0004",324031602 +210102601,2101,26,210102601,2101_26_1,You (Birthday Party 2024) Part 2,Riko is online,Riko is online,"stamp_00_00000_0012,stamp_00_00000_0036,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0086,stamp_02_02005_0004,stamp_02_02008_0008",324031602 +210102701,2101,27,210102701,2101_27_1,Aqours 春2024,Riko is online,Riko is online,"stamp_00_00000_0013,stamp_00_00000_0024,stamp_00_00000_0040,stamp_00_00000_0041,stamp_00_00000_0050,stamp_00_00000_0081",324032302 +300100101,3001,1,300100101,3001_1_1,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0009,stamp_00_00000_0053,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0095",1 +300100102,3001,1,300100102,3001_1_2,Ayumu (DM),Ayumu: Hi there!,Ayumu: Hi there!,"stamp_00_00000_0009,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0083",1 +300100103,3001,1,300100103,3001_1_3,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0084,stamp_00_00000_0090",1 +300100104,3001,1,300100104,3001_1_4,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0080,stamp_00_00000_0090",1 +300100105,3001,1,300100105,3001_1_5,Ayumu (DM),Ayumu sent a sticker,Ayumu sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0083,stamp_00_00000_0091,stamp_03_03001_0001",1 +300100106,3001,1,300100106,3001_1_6,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0031,stamp_00_00000_0046,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090",1 +300100107,3001,1,300100107,3001_1_7,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0084",1 +300100108,3001,1,300100108,3001_1_8,Ayumu (DM),Ayumu sent a sticker,Ayumu sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0059,stamp_03_03001_0001",1 +300100109,3001,1,300100109,3001_1_9,Ayumu (DM),Ayumu: Good evening!,Ayumu: Good evening!,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0021,stamp_00_00000_0088",1 +300100110,3001,1,300100110,3001_1_10,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0049",1 +300100111,3001,1,300100111,3001_1_11,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0090",1 +300100112,3001,1,300100112,3001_1_12,Ayumu (DM),Ayumu sent a sticker,Ayumu sent a sticker,"stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0060",1 +300100113,3001,1,300100113,3001_1_13,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0094",1 +300100114,3001,1,300100114,3001_1_14,Ayumu (DM),Ayumu is online,Ayumu is online,"stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0090",1 +300100115,3001,1,300100115,3001_1_15,Ayumu (DM),Ayumu: Thanks a lot for today.,Ayumu: Thanks a lot for today.,"stamp_00_00000_0009,stamp_00_00000_0035,stamp_00_00000_0037",1 +300100301,3001,3,300100301,3001_3_1,Ayumu (Birthday 2023),Ayumu: Good evening!,Ayumu: Good evening!,"stamp_00_00000_0009,stamp_00_00000_0060,stamp_00_00000_0088",1 +300100401,3001,16,300100401,3001_16_1,Ayumu (New Year's 2024),Ayumu: Happy New Year!,Ayumu: Happy New Year!,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0019,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0095",324010158 +300100501,3001,17,300100501,3001_17_1,Ayumu Valentine 2024,Ayumu: Happy Valentine's Day!,Ayumu: It's Happy Valentine's Day!,"stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0038,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088",324021452 +300100701,3001,7,300100701,3001_7_1,Ayumu (April 2023),Ayumu is online,Ayumu is online,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0040,stamp_00_00000_0081,stamp_00_00000_0090,stamp_00_00000_0093",1 +300100801,3001,8,300100801,3001_8_1,Ayumu (May 2023),Ayumu is online,Ayumu is online,"stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0088",1 +300100901,3001,9,300100901,3001_9_1,Ayumu (June 2023),Ayumu sent a sticker,Ayumu sent a sticker,"stamp_00_00000_0005,stamp_00_00000_0057,stamp_00_00000_0079,stamp_03_03001_0001",323062403 +300101001,3001,10,300101001,3001_10_1,Ayumu (July 2023),Ayumu is online,Ayumu is online,"stamp_00_00000_0029,stamp_00_00000_0044,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0092",323072804 +300101101,3001,11,300101101,3001_11_1,Ayumu (Summer Vacation 2023),Ayumu is online,Ayumu is online,"stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0076",323081803 +300101201,3001,12,300101201,3001_12_1,Ayumu (September 2023),Ayumu: Hey-hey!,Ayumu: Hey-hey!,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0076",323090803 +300101301,3001,13,300101301,3001_13_1,Ayumu (Halloween 2023),Ayumu: I made some Halloween sweets today!,Ayumu: I made some Halloween sweets today!,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0081,stamp_00_00000_0092",323103150 +300101401,3001,14,300101401,3001_14_1,Ayumu (November 2023),Ayumu: Good evening!,Ayumu: Good evening!,"stamp_00_00000_0014,stamp_00_00000_0038,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088",323113003 +300101501,3001,15,300101501,3001_15_1,Ayumu (Christmas 2023),Ayumu: Merry Christmas!,Ayumu: Merry Christmas!,"stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0088",323122532 +300101801,3001,18,300101801,3001_18_1,Ayumu (Birthday 2024),Ayumu is online,Ayumu is online,"stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0081",124030103 +300101901,3001,19,300101901,3001_19_1,Ayumu (White Day 2024),Ayumu is online,Ayumu is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",324031453 +300200101,3002,1,300200101,3002_1_1,Kasumi (DM),Kasumi: Kasumi Nakasu here! Thanks a bunch for the interview!,Kasumi: Kasumi Nakasu here! Thanks a bunch for the interview!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0092",1 +300200102,3002,1,300200102,3002_1_2,Kasumi (DM),Kasumi: Hey hey!,Kasumi: Hey hey!,"stamp_00_00000_0004,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0080",1 +300200103,3002,1,300200103,3002_1_3,Kasumi (DM),Kasumi: What's up!,Kasumi: What's up!,"stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0054",1 +300200104,3002,1,300200104,3002_1_4,Kasumi (DM),Kasumi is online,Kasumi is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0026,stamp_00_00000_0059,stamp_00_00000_0087,stamp_00_00000_0088,stamp_03_03002_0008",1 +300200105,3002,1,300200105,3002_1_5,Kasumi (DM),Kasumi is online,Kasumi is online,"stamp_00_00000_0003,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0024",1 +300200106,3002,1,300200106,3002_1_6,Kasumi (DM),Kasumi sent a sticker,Kasumi sent a sticker,"stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0024,stamp_00_00000_0025",1 +300200107,3002,1,300200107,3002_1_7,Kasumi (DM),Kasumi is online,Kasumi is online,"stamp_00_00000_0079,stamp_03_03002_0008",1 +300200108,3002,1,300200108,3002_1_8,Kasumi (DM),"Kasumi: What's up, Newsie?!","Kasumi: What's up, Newsie?!","stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0079,stamp_00_00000_0093",1 +300200109,3002,1,300200109,3002_1_9,Kasumi (DM),"Kasumi: Newsie, you gotta listen to this!","Kasumi: Newsie, you gotta listen to this!","stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0052,stamp_00_00000_0090",1 +300200110,3002,1,300200110,3002_1_10,Kasumi (DM),Kasumi: Newsiiie!,Kasumi: Newsiiie!,"stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0081,stamp_03_03002_0008",1 +300200111,3002,1,300200111,3002_1_11,Kasumi (DM),Kasumi is online,Kasumi is online,"stamp_00_00000_0012,stamp_00_00000_0026,stamp_00_00000_0039,stamp_00_00000_0057,stamp_00_00000_0081",1 +300200112,3002,1,300200112,3002_1_12,Kasumi (DM),Kasumi: NEWSIIIE!,Kasumi: NEWSIIIE!,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0055",1 +300200113,3002,1,300200113,3002_1_13,Kasumi (DM),Kasumi: Heya.,Kasumi: Heya.,"stamp_00_00000_0019,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0089,stamp_03_03002_0008",1 +300200114,3002,1,300200114,3002_1_14,Kasumi (DM),Kasumi: Thanks a bunch for coming to the live show today!,Kasumi: Thanks a bunch for coming to the live show today!,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0033,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_03_03002_0008",1 +300200115,3002,1,300200115,3002_1_15,Kasumi (DM),Kasumi is online,Kasumi is online,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0022,stamp_03_03002_0008",1 +300200201,3002,2,300200201,3002_2_1,Kasumi Birthday 2024,Kasumi is online,Kasumi is online,"stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0088,stamp_00_00000_0094",124012302 +300200301,3002,3,300200301,3002_3_1,Kasumi (Birthday 2023),"Kasumi: Happy birthday, Newsie!","Kasumi: Happy birthday, Newsie!","stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0034,stamp_00_00000_0079,stamp_00_00000_0088",1 +300200401,3002,16,300200401,3002_16_1,Kasumi (New Year's 2024),Kasumi: Happy New Year!,Kasumi: Happy New Year!,"stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0092",324010159 +300200501,3002,17,300200501,3002_17_1,Kasumi Valentine 2024,Kasumi: Kasumin quiz!,Kasumi: Kasumin Quiz!,"stamp_00_00000_0002,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0036,stamp_00_00000_0039,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0092",324021453 +300200701,3002,7,300200701,3002_7_1,Kasumi (April 2023),Kasumi: Gonna be nice out today!,Kasumi: Gonna be nice out today!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0045,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0058,stamp_00_00000_0060",1 +300200801,3002,8,300200801,3002_8_1,Kasumi (May 2023),Kasumi: Newsiiie!,Kasumi: Newsiiie!,"stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0089,stamp_00_00000_0092",1 +300200901,3002,9,300200901,3002_9_1,Kasumi (June 2023),Kasumi is online,Kasumi is online,"stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0095",323062603 +300201001,3002,10,300201001,3002_10_1,Kasumi (July 2023),Kasumi: Newsiiie!,Kasumi: Newsiiie!,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0092",323072702 +300201101,3002,11,300201101,3002_11_1,Kasumi (Summer Vacation 2023),Kasumi: Newsie! Thanks for those pictures of...,Kasumi: Newsie! Thanks for those pictures of...,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0015,stamp_00_00000_0079",323081404 +300201201,3002,12,300201201,3002_12_1,Kasumi (September 2023),"Kasumi: Summer vacation is over, and I'm sad.","Kasumi: Summer vacation is over, and I'm sad.","stamp_00_00000_0004,stamp_00_00000_0017,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0088,stamp_00_00000_0092",323090304 +300201301,3002,13,300201301,3002_13_1,Kasumi (Halloween 2023),Kasumi: Happy Halloweennn!!!,Kasumi: Happy Halloweennn!!!,"stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0016,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0082",323103151 +300201401,3002,14,300201401,3002_14_1,Kasumi (November 2023),Kasumi: Heyyyyyy!,Kasumi: Heyyyyyy!,"stamp_00_00000_0007,stamp_00_00000_0045,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0093",323112004 +300201501,3002,15,300201501,3002_15_1,Kasumi (Christmas 2023),Kasumi: Merry Christmas!,Kasumi: Merry Christmas!,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0084",323122533 +300201801,3002,18,300201801,3002_18_1,Kasumi (White Day 2024),Kasumi: Newsieee!,Kasumi: Newsieee!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0082",324031454 +300300101,3003,1,300300101,3003_1_1,Shizuku (DM),Shizuku: Hello.,Shizuku: Hello.,"stamp_00_00000_0057,stamp_00_00000_0058",1 +300300102,3003,1,300300102,3003_1_2,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0006,stamp_00_00000_0057,stamp_00_00000_0084",1 +300300103,3003,1,300300103,3003_1_3,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0025,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061",1 +300300104,3003,1,300300104,3003_1_4,Shizuku (DM),Shizuku: Hello.,Shizuku: Hello.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0057,stamp_00_00000_0059",1 +300300105,3003,1,300300105,3003_1_5,Shizuku (DM),Shizuku: Good afternoon!,Shizuku: Good afternoon!,"stamp_00_00000_0009,stamp_00_00000_0023,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0057,stamp_00_00000_0058",1 +300300106,3003,1,300300106,3003_1_6,Shizuku (DM),"Shizuku: Hey, how are you?","Shizuku: Hey, how are you?","stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0094,stamp_03_03003_0003",1 +300300107,3003,1,300300107,3003_1_7,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0001,stamp_00_00000_0051,stamp_00_00000_0082,stamp_00_00000_0084",1 +300300108,3003,1,300300108,3003_1_8,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0008,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0023,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0034,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0081,stamp_00_00000_0090",1 +300300109,3003,1,300300109,3003_1_9,Shizuku (DM),Shizuku sent an image,Shizuku sent an image,"stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_03_03003_0003",1 +300300110,3003,1,300300110,3003_1_10,Shizuku (DM),Shizuku: Hello.,Shizuku: Hello.,"stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0094",1 +300300111,3003,1,300300111,3003_1_11,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0040,stamp_00_00000_0057,stamp_00_00000_0084",1 +300300112,3003,1,300300112,3003_1_12,Shizuku (DM),Shizuku: Take a look at this!,Shizuku: Take a look at this!,"stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",1 +300300113,3003,1,300300113,3003_1_13,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0088",1 +300300114,3003,1,300300114,3003_1_14,Shizuku (DM),Shizuku: Are you still awake by any chance?,Shizuku: Are you still awake by any chance?,"stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081",1 +300300115,3003,1,300300115,3003_1_15,Shizuku (DM),Shizuku is online,Shizuku is online,"stamp_00_00000_0007,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0081",1 +300300301,3003,3,300300301,3003_3_1,Shizuku (Birthday 2023),Shizuku: I'd like to wish you a happy birthday.,Shizuku: I'd like to wish you a happy birthday.,"stamp_00_00000_0008,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0088",1 +300300401,3003,16,300300401,3003_16_1,Shizuku (New Year's 2024),Shizuku: Happy New Year to you!,Shizuku: Happy New Year to you!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0095",324010160 +300300501,3003,17,300300501,3003_17_1,Shizuku Valentine 2024,"Shizuku: Senpai, today is the day you're coming to Nijigasaki High School for an interview, right?",Shizuku: You were coming to Nijigasaki for an interview today?,"stamp_00_00000_0014,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0081",324021454 +300300701,3003,7,300300701,3003_7_1,Shizuku (April 2023),Shizuku is online,Shizuku is online,"stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088",1 +300300801,3003,8,300300801,3003_8_1,Shizuku (May 2023),Shizuku is online,Shizuku is online,"stamp_00_00000_0001,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0082",1 +300300901,3003,9,300300901,3003_9_1,Shizuku (June 2023),Shizuku is online,Shizuku is online,"stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0085",323062404 +300301001,3003,10,300301001,3003_10_1,Shizuku (July 2023),Shizuku is online,Shizuku is online,"stamp_00_00000_0015,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0073,stamp_00_00000_0081",323072805 +300301101,3003,11,300301101,3003_11_1,Shizuku (Summer Vacation 2023),Shizuku: Take a look at this!,Shizuku: Take a look at this!,"stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088",323082603 +300301201,3003,12,300301201,3003_12_1,Shizuku (September 2023),Shizuku is online,Shizuku is online,"stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0079",323090604 +300301301,3003,13,300301301,3003_13_1,Shizuku (Halloween 2023),Shizuku: Happy Halloween!,Shizuku: Happy Halloween!,"stamp_00_00000_0013,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0087",323103152 +300301401,3003,14,300301401,3003_14_1,Shizuku (November 2023),Shizuku is online,Shizuku is online,"stamp_00_00000_0015,stamp_00_00000_0045,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0088",323111004 +300301501,3003,15,300301501,3003_15_1,Shizuku (Christmas 2023),Shizuku: Merry Christmas!,Shizuku: Merry Christmas!,"stamp_00_00000_0019,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0084",323122534 +300301801,3003,18,300301801,3003_18_1,Shizuku (White Day 2024),Shizuku: Thank you so much for inviting me today!,Shizuku: Thank you so much for inviting me today!,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0082",324031455 +300400101,3004,1,300400101,3004_1_1,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0008,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0078",1 +300400102,3004,1,300400102,3004_1_2,Karin (DM),Karin: I saw your article.,Karin: I saw your article.,"stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0022,stamp_03_03004_0007",1 +300400103,3004,1,300400103,3004_1_3,Karin (DM),Karin: We've made arrangements for our next show.,Karin: We've made arrangements for our next show.,"stamp_00_00000_0007,stamp_00_00000_0020,stamp_00_00000_0027,stamp_00_00000_0081",1 +300400104,3004,1,300400104,3004_1_4,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0014,stamp_00_00000_0020",1 +300400105,3004,1,300400105,3004_1_5,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0081,stamp_03_03004_0007",1 +300400106,3004,1,300400106,3004_1_6,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0071,stamp_00_00000_0079",1 +300400107,3004,1,300400107,3004_1_7,Karin (DM),Karin sent an image,Karin sent an image,"stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088",1 +300400108,3004,1,300400108,3004_1_8,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0095",1 +300400109,3004,1,300400109,3004_1_9,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",1 +300400110,3004,1,300400110,3004_1_10,Karin (DM),Karin: Hey there.,Karin: Hey there.,"stamp_00_00000_0007,stamp_00_00000_0088,stamp_00_00000_0089",1 +300400111,3004,1,300400111,3004_1_11,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0016,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0061,stamp_00_00000_0085,stamp_00_00000_0091",1 +300400112,3004,1,300400112,3004_1_12,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0002,stamp_00_00000_0008,stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0081,stamp_00_00000_0090",1 +300400113,3004,1,300400113,3004_1_13,Karin (DM),Karin: I'm free now.,Karin: I'm free now.,"stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0040,stamp_00_00000_0041,stamp_00_00000_0081,stamp_03_03004_0007",1 +300400114,3004,1,300400114,3004_1_14,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0045,stamp_00_00000_0053,stamp_00_00000_0079,stamp_00_00000_0089",1 +300400115,3004,1,300400115,3004_1_15,Karin (DM),Karin is online,Karin is online,"stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079",1 +300400201,3004,2,300400201,3004_2_1,Karin (Birthday 2023),Karin is online,Karin is online,"stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0091",123062902 +300400301,3004,3,300400301,3004_3_1,Karin (Birthday 2023),Karin: Happy birthday!,Karin: Happy birthday!,"stamp_00_00000_0001,stamp_00_00000_0020,stamp_00_00000_0054,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094",1 +300400401,3004,16,300400401,3004_16_1,Karin (New Year's 2024),Karin: Happy New Year,Karin: Happy New Year,"stamp_00_00000_0020,stamp_00_00000_0040,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095",324010161 +300400501,3004,17,300400501,3004_17_1,Karin Valentine 2024,Karin: Happy Valentine's Day!,Karin: Happy Valentine's Day!,"stamp_00_00000_0006,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0079",324021455 +300400701,3004,7,300400701,3004_7_1,Karin (April 2023),Karin is online,Karin is online,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0069,stamp_00_00000_0088",1 +300400801,3004,8,300400801,3004_8_1,Karin (May 2023),Karin is online,Karin is online,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0035,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0061",1 +300400901,3004,9,300400901,3004_9_1,Karin (June 2023),Karin is online,Karin is online,"stamp_00_00000_0011,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0084,stamp_00_00000_0088",323060505 +300401001,3004,10,300401001,3004_10_1,Karin (July 2023),Karin is online,Karin is online,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0079",323072806 +300401101,3004,11,300401101,3004_11_1,Karin (Summer Vacation 2023),Karin is online,Karin is online,"stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0095",323082906 +300401201,3004,12,300401201,3004_12_1,Karin (September 2023),Karin is online,Karin is online,"stamp_00_00000_0014,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0090",323090113 +300401301,3004,13,300401301,3004_13_1,Karin (Halloween 2023),Karin: Happy Halloween!,Karin: Happy Halloween!,"stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0020,stamp_00_00000_0028,stamp_00_00000_0054,stamp_00_00000_0079,stamp_00_00000_0081",323103153 +300401401,3004,14,300401401,3004_14_1,Karin (November 2023),Karin is online,Karin is online,"stamp_00_00000_0015,stamp_00_00000_0052,stamp_00_00000_0092",323113004 +300401501,3004,15,300401501,3004_15_1,Karin (Christmas 2023),Karin is online,Karin is online,"stamp_00_00000_0005,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0095",323122535 +300401801,3004,18,300401801,3004_18_1,Karin (White Day 2024),Karin is online,Karin is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0088",324031456 +300500101,3005,1,300500101,3005_1_1,Ai (DM),Ai: Yoo-hoo! Ai Miyashita here!,Ai: Yoo-hoo! Ai Miyashita here!,"stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0094",1 +300500102,3005,1,300500102,3005_1_2,Ai (DM),Ai: Yoo-hoo!,Ai: Yoo-hoo!,"stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0051",1 +300500103,3005,1,300500103,3005_1_3,Ai (DM),Ai: Yoo-hoo!,Ai: Yoo-hoo!,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0030,stamp_00_00000_0035,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0087,stamp_03_03005_0006",1 +300500104,3005,1,300500104,3005_1_4,Ai (DM),Ai: Ay yi yi!,Ai: Ay yi yi!,"stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0060,stamp_00_00000_0077",1 +300500105,3005,1,300500105,3005_1_5,Ai (DM),Ai is online,Ai is online,"stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0025",1 +300500106,3005,1,300500106,3005_1_6,Ai (DM),Ai: You gotta hear this!,Ai: You gotta hear this!,"stamp_00_00000_0011,stamp_00_00000_0028,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0087",1 +300500107,3005,1,300500107,3005_1_7,Ai (DM),Ai: Yoo-hoo!,Ai: Yoo-hoo!,"stamp_00_00000_0029,stamp_03_03005_0006",1 +300500108,3005,1,300500108,3005_1_8,Ai (DM),Ai is online,Ai is online,"stamp_00_00000_0008,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0090",1 +300500109,3005,1,300500109,3005_1_9,Ai (DM),Ai: I emailed my answers to your questions this morning. You get 'em?,Ai: I emailed my answers to your questions this morning. You get 'em?,"stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0036,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0081",1 +300500110,3005,1,300500110,3005_1_10,Ai (DM),Ai: You gotta hear this!,Ai: You gotta hear this!,"stamp_00_00000_0033,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0088",1 +300500111,3005,1,300500111,3005_1_11,Ai (DM),Ai is online,Ai is online,"stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0035,stamp_00_00000_0059",1 +300500112,3005,1,300500112,3005_1_12,Ai (DM),Ai is online,Ai is online,"stamp_00_00000_0019,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0094",1 +300500113,3005,1,300500113,3005_1_13,Ai (DM),Ai is online,Ai is online,"stamp_00_00000_0004,stamp_00_00000_0029,stamp_00_00000_0041,stamp_00_00000_0081,stamp_00_00000_0085",1 +300500114,3005,1,300500114,3005_1_14,Ai (DM),Ai: Lemme lend a hand or two!,Ai: Lemme lend a hand or two!,"stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0028,stamp_00_00000_0030,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0089,stamp_00_00000_0091",1 +300500115,3005,1,300500115,3005_1_15,Ai (DM),Ai is online,Ai is online,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0060",1 +300500201,3005,2,300500201,3005_2_1,Ai (Birthday 2023),Ai is online,Ai is online,"stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0081",123053002 +300500301,3005,3,300500301,3005_3_1,Ai (Birthday 2023),Ai sent a sticker,Ai sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0030,stamp_00_00000_0034,stamp_00_00000_0035,stamp_00_00000_0036,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_03_03005_0006",1 +300500401,3005,16,300500401,3005_16_1,Ai (New Year's 2024),"Ai: Hey, Happy New Year!","Ai: Hey, Happy New Year!","stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0088,stamp_00_00000_0094",324010162 +300500501,3005,17,300500501,3005_17_1,Ai Valentine 2024,Ai: Happy Valentine's Day!,Ai: Happy Valentine's!,"stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0038",324021456 +300500701,3005,7,300500701,3005_7_1,Ai (April 2023),Ai is online,Ai is online,"stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0094",1 +300500801,3005,8,300500801,3005_8_1,Ai (May 2023),Ai: FINALLY! The big break is here!,Ai: FINALLY! The big break is here!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0015,stamp_00_00000_0035,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088",1 +300500901,3005,9,300500901,3005_9_1,Ai (June 2023),Ai: I bought the most adorable umbrella!,Ai: I bought the most adorable umbrella!,"stamp_00_00000_0005,stamp_00_00000_0035,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0091",323060902 +300501001,3005,10,300501001,3005_10_1,Ai (July 2023),Ai: Summer! Yay!!!,Ai: Summer! Yay!!!,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0060,stamp_00_00000_0069,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",323072009 +300501101,3005,11,300501101,3005_11_1,Ai (Summer Vacation 2023),"Ai: Hey, are you like, completely fine with haunted houses and stuff?","Ai: Hey, are you like, completely fine with haunted houses and stuff?","stamp_00_00000_0022,stamp_00_00000_0026,stamp_00_00000_0034,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0092",323081004 +300501201,3005,12,300501201,3005_12_1,Ai (September 2023),Ai is online,Ai is online,"stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0088",323090114 +300501301,3005,13,300501301,3005_13_1,Ai (Halloween 2023),Ai: Happy Halloween!!!,Ai: Happy Halloween!!!,"stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0052,stamp_00_00000_0081",323103154 +300501401,3005,14,300501401,3005_14_1,Ai (November 2023),Ai: Want to come see me practice?,Ai: Want to come see me practice?,"stamp_00_00000_0012,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0090,stamp_00_00000_0095",323112204 +300501501,3005,15,300501501,3005_15_1,Ai (Christmas 2023),Ai: Merry Xmas!,Ai: Merry Xmas!,"stamp_00_00000_0004,stamp_00_00000_0058,stamp_00_00000_0079,stamp_00_00000_0092",323122536 +300501801,3005,18,300501801,3005_18_1,Ai (White Day 2024),Ai is online,Ai is online,"stamp_00_00000_0012,stamp_00_00000_0030,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0081",324031457 +300600101,3006,1,300600101,3006_1_1,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0010,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095",1 +300600102,3006,1,300600102,3006_1_2,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0030,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0093",1 +300600103,3006,1,300600103,3006_1_3,Kanata (DM),Kanata: I'm so sorry!!!,Kanata: I'm so sorry!!!,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0059,stamp_00_00000_0080,stamp_00_00000_0081,stamp_00_00000_0094",1 +300600104,3006,1,300600104,3006_1_4,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0089",1 +300600105,3006,1,300600105,3006_1_5,Kanata (DM),"Kanata: Wakey-wakey! It's me, Kanata!","Kanata: Wakey-wakey! It's me, Kanata!","stamp_00_00000_0006,stamp_00_00000_0010,stamp_00_00000_0013,stamp_00_00000_0036,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085",1 +300600106,3006,1,300600106,3006_1_6,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0084,stamp_00_00000_0088",1 +300600107,3006,1,300600107,3006_1_7,Kanata (DM),Kanata: Kanata here with some hot new info!,Kanata: Kanata here with some hot new info!,"stamp_00_00000_0009,stamp_00_00000_0013,stamp_00_00000_0019,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0040,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0088,stamp_03_03006_0002",1 +300600108,3006,1,300600108,3006_1_8,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0040,stamp_00_00000_0041,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0073,stamp_00_00000_0088",1 +300600109,3006,1,300600109,3006_1_9,Kanata (DM),Kanata: I'm totally freaking out!,Kanata: I'm totally freaking out!,"stamp_00_00000_0001,stamp_00_00000_0026,stamp_00_00000_0083,stamp_00_00000_0085",1 +300600110,3006,1,300600110,3006_1_10,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088",1 +300600111,3006,1,300600111,3006_1_11,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0006,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0084",1 +300600112,3006,1,300600112,3006_1_12,Kanata (DM),Kanata: Wakey wakey!,Kanata: Wakey wakey!,"stamp_00_00000_0010,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0093,stamp_03_03006_0002",1 +300600113,3006,1,300600113,3006_1_13,Kanata (DM),Kanata: I read your article about me!!!,Kanata: I read your article about me!!!,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0036,stamp_00_00000_0081,stamp_00_00000_0088",1 +300600114,3006,1,300600114,3006_1_14,Kanata (DM),Kanata: It's Kanata!,Kanata: It's Kanata!,"stamp_00_00000_0020,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0079,stamp_03_03006_0002",1 +300600115,3006,1,300600115,3006_1_15,Kanata (DM),Kanata is online,Kanata is online,"stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095",1 +300600201,3006,2,300600201,3006_2_1,Kanata: (Birthday 2023),Kanata is online,Kanata is online,"stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0094",123121602 +300600301,3006,3,300600301,3006_3_1,Kanata (Birthday 2023),Kanata: Haaappy birthdaaay!,Kanata: Haaappy birthdaaay!,"stamp_00_00000_0001,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0084,stamp_00_00000_0088",1 +300600401,3006,16,300600401,3006_16_1,Kanata (New Year's 2024),Kanata: Happy New Year!,Kanata: Happy New Year!,"stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0065,stamp_00_00000_0079,stamp_00_00000_0088",324010163 +300600501,3006,17,300600501,3006_17_1,Kanata Valentine 2024,Kanata: Today is Valentine's Day!,Kanata: Today is Valentine's Dayyy~!,"stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0088",324021457 +300600701,3006,7,300600701,3006_7_1,Kanata (April 2023),Kanata is online,Kanata is online,"stamp_00_00000_0020,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0094",1 +300600801,3006,8,300600801,3006_8_1,Kanata (May 2023),Kanata is online,Kanata is online,"stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0060",1 +300600901,3006,9,300600901,3006_9_1,Kanata (June 2023),Kanata is online,Kanata is online,"stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077",323061103 +300601001,3006,10,300601001,3006_10_1,Kanata (July 2023),"Kanata: So hey,","Kanata: So hey,","stamp_00_00000_0016,stamp_00_00000_0061,stamp_00_00000_0073,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0095",323072111 +300601101,3006,11,300601101,3006_11_1,Kanata (Summer Vacation 2023),Kanata: 'cuse me! Question!,Kanata: 'cuse me! Question!,"stamp_00_00000_0020,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0088",323082604 +300601201,3006,12,300601201,3006_12_1,Kanata (September 2023),Kanata is online,Kanata is online,"stamp_00_00000_0044,stamp_00_00000_0056,stamp_00_00000_0065,stamp_00_00000_0068,stamp_00_00000_0076",323091503 +300601301,3006,13,300601301,3006_13_1,Kanata (Halloween 2023),Kanata: Sleeepy Halloweeen!,Kanata: Sleeepy Halloweeen!,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0036,stamp_00_00000_0056,stamp_00_00000_0081",323103155 +300601401,3006,14,300601401,3006_14_1,Kanata (November 2023),Kanata: It's perfect weather!,Kanata: It's perfect weather!,"stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0045,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0087",323112804 +300601501,3006,15,300601501,3006_15_1,Kanata (Christmas 2023),Kanata: Merry Xmas!,Kanata: Merry Xmas!,"stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0065,stamp_00_00000_0096",323122537 +300601801,3006,18,300601801,3006_18_1,Kanata (White Day 2024),Kanata is online,Kanata is online,"stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088",324031458 +300700101,3007,1,300700101,3007_1_1,Setsuna (DM),Setsuna is online,Setsuna is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0095",1 +300700102,3007,1,300700102,3007_1_2,Setsuna (DM),Setsuna: Hello!,Setsuna: Hello!,"stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0091",1 +300700103,3007,1,300700103,3007_1_3,Setsuna (DM),Setsuna: Hello!,Setsuna: Hello!,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0081",1 +300700104,3007,1,300700104,3007_1_4,Setsuna (DM),Setsuna is online,Setsuna is online,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0090",1 +300700105,3007,1,300700105,3007_1_5,Setsuna (DM),Setsuna: I finally went!,Setsuna: I finally went!,"stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0088",1 +300700106,3007,1,300700106,3007_1_6,Setsuna (DM),Setsuna is online,Setsuna is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0032,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0082,stamp_03_03007_0005",1 +300700107,3007,1,300700107,3007_1_7,Setsuna (DM),Setsuna: Hello.,Setsuna: Hello.,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0088,stamp_00_00000_0091",1 +300700108,3007,1,300700108,3007_1_8,Setsuna (DM),Setsuna: Look at this!,Setsuna: Look at this!,"stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0084",1 +300700109,3007,1,300700109,3007_1_9,Setsuna (DM),Setsuna is online,Setsuna is online,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0093",1 +300700110,3007,1,300700110,3007_1_10,Setsuna (DM),Setsuna sent an image,Setsuna sent an image,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0084,stamp_00_00000_0088",1 +300700111,3007,1,300700111,3007_1_11,Setsuna (DM),Setsuna is online,Setsuna is online,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0094",1 +300700112,3007,1,300700112,3007_1_12,Setsuna (DM),Setsuna is online,Setsuna is online,"stamp_00_00000_0003,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0052,stamp_00_00000_0058,stamp_00_00000_0082",1 +300700113,3007,1,300700113,3007_1_13,Setsuna (DM),Setsuna: Hello.,Setsuna: Hello.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0085",1 +300700114,3007,1,300700114,3007_1_14,Setsuna (DM),Setsuna: I saw!,Setsuna: I saw!,"stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0037,stamp_00_00000_0077,stamp_03_03007_0005",1 +300700115,3007,1,300700115,3007_1_15,Setsuna (DM),Setsuna: Thank you so much for today. I really appreciate it!,Setsuna: Thank you so much for today. I really appreciate it!,"stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0068,stamp_00_00000_0077",1 +300700201,3007,2,300700201,3007_2_1,Setsuna (Birthday 2023),Setsuna is online,Setsuna is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0084",123080802 +300700301,3007,3,300700301,3007_3_1,Setsuna (Birthday 2023),Setsuna: A very happy birthday to you!,Setsuna: A very happy birthday to you!,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060",1 +300700401,3007,16,300700401,3007_16_1,Setsuna (New Year's 2024),Setsuna: Hello and a Happy New Year to you!,Setsuna: Hello and a Happy New Year to you!,"stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0089,stamp_00_00000_0095",324010164 +300700501,3007,17,300700501,3007_17_1,Setsuna Valentine 2024,Setsuna: Hello.,Setsuna: Hello.,"stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0093",324021458 +300700701,3007,7,300700701,3007_7_1,Setsuna (April 2023),"Setsuna: It was so chilly not that long ago, but it's really warmed up now.","Setsuna: It was so chilly not that long ago, but it's really warmed up now.","stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0076",1 +300700801,3007,8,300700801,3007_8_1,Setsuna (May 2023),Setsuna is online,Setsuna is online,"stamp_00_00000_0036,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0088",1 +300700901,3007,9,300700901,3007_9_1,Setsuna (June 2023),Setsuna is online,Setsuna is online,"stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0084",323062703 +300701001,3007,10,300701001,3007_10_1,Setsuna (July 2023),Setsuna: Good morning!,Setsuna: Good morning!,"stamp_00_00000_0001,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0093,stamp_03_03007_0005",323072304 +300701101,3007,11,300701101,3007_11_1,Setsuna (Summer Vacation 2023),Setsuna: It's hot again today.,Setsuna: It's hot again today.,"stamp_00_00000_0007,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0044,stamp_00_00000_0052,stamp_00_00000_0058,stamp_00_00000_0068",323081804 +300701201,3007,12,300701201,3007_12_1,Setsuna (September 2023),Setsuna: It sure is hot for September.,Setsuna: It sure is hot for September.,"stamp_00_00000_0044,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0090",323091703 +300701301,3007,13,300701301,3007_13_1,Setsuna (Halloween 2023),Setsuna: Happy Halloween!,Setsuna: Happy Halloween!,"stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0013,stamp_00_00000_0029,stamp_00_00000_0034,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0096",323103156 +300701401,3007,14,300701401,3007_14_1,Setsuna (November 2023),Setsuna: It's getting real chilly lately.,Setsuna: It's getting real chilly lately.,"stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0088",323110804 +300701501,3007,15,300701501,3007_15_1,Setsuna (Christmas 2023),Setsuna: Merry Christmas!,Setsuna: Merry Christmas!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0088",323122538 +300701801,3007,18,300701801,3007_18_1,Setsuna (White Day 2024),Setsuna is online,Setsuna is online,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0051,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0088",324031459 +300800101,3008,1,300800101,3008_1_1,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0035,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0095",1 +300800102,3008,1,300800102,3008_1_2,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0093",1 +300800103,3008,1,300800103,3008_1_3,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0006,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0093",1 +300800104,3008,1,300800104,3008_1_4,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0015,stamp_00_00000_0016,stamp_00_00000_0034,stamp_00_00000_0038,stamp_00_00000_0054,stamp_00_00000_0065,stamp_00_00000_0081",1 +300800105,3008,1,300800105,3008_1_5,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0010,stamp_00_00000_0034,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0063,stamp_00_00000_0084,stamp_00_00000_0088,stamp_03_03008_0004",1 +300800106,3008,1,300800106,3008_1_6,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0010,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0091",1 +300800107,3008,1,300800107,3008_1_7,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",1 +300800108,3008,1,300800108,3008_1_8,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0003,stamp_00_00000_0022,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0062,stamp_00_00000_0090,stamp_03_03008_0004",1 +300800109,3008,1,300800109,3008_1_9,Emma (DM),Emma sent an image,Emma sent an image,"stamp_00_00000_0010,stamp_00_00000_0028,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0060,stamp_00_00000_0065",1 +300800110,3008,1,300800110,3008_1_10,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0088",1 +300800111,3008,1,300800111,3008_1_11,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0065",1 +300800112,3008,1,300800112,3008_1_12,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0035,stamp_00_00000_0050,stamp_00_00000_0058,stamp_00_00000_0094",1 +300800113,3008,1,300800113,3008_1_13,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0006,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0088",1 +300800114,3008,1,300800114,3008_1_14,Emma (DM),Emma is online,Emma is online,"stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0076",1 +300800115,3008,1,300800115,3008_1_15,Emma (DM),Emma: Ciao!,Emma: Ciao!,"stamp_00_00000_0006,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0095",1 +300800201,3008,17,300800201,3008_17_1,Ema Birthday 2024,Emma is online,Emma is online,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0055,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095",124020502 +300800301,3008,3,300800301,3008_3_1,Emma (Birthday 2023),Emma: Happy birthday!,Emma: Happy birthday!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0066,stamp_00_00000_0077",1 +300800401,3008,16,300800401,3008_16_1,Emma (New Year's 2024),Emma: Happy New Year!,Emma: Happy New Year!,"stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0095",324010165 +300800501,3008,18,300800501,3008_18_1,Ema Valentine 2024,"Emma: Hey, hey","Emma: Hey, hey!","stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0058,stamp_00_00000_0091,stamp_00_00000_0095",324021459 +300800701,3008,7,300800701,3008_7_1,Emma (April 2023),Emma: The weather's nice and warm now!,Emma: The weather's nice and warm now!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0088,stamp_03_03008_0004",1 +300800801,3008,8,300800801,3008_8_1,Emma (May 2023),Emma is online,Emma is online,"stamp_00_00000_0051,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0093",1 +300800901,3008,9,300800901,3008_9_1,Emma (June 2023),Emma is online,Emma is online,"stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0051,stamp_00_00000_0064,stamp_00_00000_0065,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0095",323061306 +300801001,3008,10,300801001,3008_10_1,Emma (July 2023),"Emma: It's summer vacation, after all!!","Emma: It's summer vacation, after all!!","stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0073,stamp_00_00000_0092",323072010 +300801101,3008,11,300801101,3008_11_1,Emma (Summer Vacation 2023),Emma: A discovery for the ages!,Emma: A discovery for the ages!,"stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0094",323081104 +300801201,3008,12,300801201,3008_12_1,Emma (September 2023),"Emma: Aw, man. The hurricane's here.","Emma: Aw, man. The hurricane's here.","stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0065,stamp_00_00000_0079",323092404 +300801301,3008,13,300801301,3008_13_1,Emma (Halloween 2023),Emma: Happy Halloween!!,Emma: Happy Halloween!!,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0021,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088",323103157 +300801401,3008,14,300801401,3008_14_1,Emma (November 2023),Emma: It's time for a sweet potato party!,Emma: It's time for a sweet potato party!,"stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0013,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0087",323112604 +300801501,3008,15,300801501,3008_15_1,Emma (Christmas 2023),Emma: Merry Christmas!!!,Emma: Merry Christmas!!!,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0089,stamp_00_00000_0096",323122539 +300801901,3008,19,300801901,3008_19_1,Emma (White Day 2024),Emma is online,Emma is online,"stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0094",324031460 +300900101,3009,1,300900101,3009_1_1,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0095",1 +300900102,3009,1,300900102,3009_1_2,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0088,stamp_00_00000_0093,stamp_00_00000_0095",1 +300900103,3009,1,300900103,3009_1_3,Rina (DM),Rina: I took a video of Fishpuff hard at work today.,Rina: I took a video of Fishpuff hard at work today.,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088",1 +300900104,3009,1,300900104,3009_1_4,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0011,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0092,stamp_00_00000_0094",1 +300900105,3009,1,300900105,3009_1_5,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0045,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0088",1 +300900106,3009,1,300900106,3009_1_6,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0087,stamp_00_00000_0090,stamp_03_03009_0009",1 +300900107,3009,1,300900107,3009_1_7,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088",1 +300900108,3009,1,300900108,3009_1_8,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0089,stamp_03_03009_0009",1 +300900109,3009,1,300900109,3009_1_9,Rina (DM),Rina sent a sticker,Rina sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0026,stamp_00_00000_0027,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0092,stamp_00_00000_0093",1 +300900110,3009,1,300900110,3009_1_10,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0091",1 +300900111,3009,1,300900111,3009_1_11,Rina (DM),Rina: Hi.,Rina: Hi.,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0058,stamp_00_00000_0095",1 +300900112,3009,1,300900112,3009_1_12,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0088",1 +300900113,3009,1,300900113,3009_1_13,Rina (DM),Rina: Fishpuff.,Rina: Fishpuff.,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0088",1 +300900114,3009,1,300900114,3009_1_14,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0089,stamp_00_00000_0091",1 +300900115,3009,1,300900115,3009_1_15,Rina (DM),Rina is online,Rina is online,"stamp_00_00000_0006,stamp_00_00000_0015,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0095,stamp_03_03009_0009",1 +300900201,3009,2,300900201,3009_2_1,Rina: (Birthday 2023),Rina is online,Rina is online,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0095",123111302 +300900301,3009,3,300900301,3009_3_1,Rina (Birthday 2023),Rina: Happy birthday to you!,Rina: Happy birthday to you!,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088",1 +300900401,3009,16,300900401,3009_16_1,Rina (New Year's 2024),Rina: Happy New Year,Rina: Happy New Year,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0069,stamp_00_00000_0095",324010166 +300900501,3009,17,300900501,3009_17_1,Rina Valentine 2024,Rina: Today is Valentine's Day!,Rina: Today is Valentine's Day.,"stamp_00_00000_0006,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0076,stamp_00_00000_0087",324021460 +300900701,3009,7,300900701,3009_7_1,Rina (April 2023),Rina: It's so nice and warm out now.,Rina: It's so nice and warm out now.,"stamp_00_00000_0004,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0088",1 +300900801,3009,8,300900801,3009_8_1,Rina (May 2023),Rina: Are you busy during Golden Week?,Rina: Are you busy during Golden Week?,"stamp_00_00000_0011,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0095",1 +300900901,3009,9,300900901,3009_9_1,Rina (June 2023),Rina is online,Rina is online,"stamp_00_00000_0007,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088",323060805 +300901001,3009,10,300901001,3009_10_1,Rina (July 2023),Rina is online,Rina is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0060",323072011 +300901101,3009,11,300901101,3009_11_1,Rina (Summer Vacation 2023),Rina: We're all at the beach.,Rina: We're all at the beach.,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0069,stamp_00_00000_0073",323081105 +300901201,3009,12,300901201,3009_12_1,Rina (September 2023),Rina: Wanna go out during our autumn break?,Rina: Wanna go out during our autumn break?,"stamp_00_00000_0004,stamp_00_00000_0027,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0087",323091504 +300901301,3009,13,300901301,3009_13_1,Rina (Halloween 2023),Rina is online,Rina is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0058",323103158 +300901401,3009,14,300901401,3009_14_1,Rina (November 2023),Rina is online,Rina is online,"stamp_00_00000_0010,stamp_00_00000_0016,stamp_00_00000_0045,stamp_00_00000_0057,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0092",323112704 +300901501,3009,15,300901501,3009_15_1,Rina (Christmas 2023),Rina: Merry Christmas!,Rina: Merry Christmas!,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0076",323122540 +300901801,3009,18,300901801,3009_18_1,Rina (White Day 2024),Rina is online,Rina is online,"stamp_00_00000_0010,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0084,stamp_00_00000_0092",324031461 +301000101,3010,1,301000101,3010_1_1,Shioriko (DM),Shioriko: Hello.,Shioriko: Hello.,"stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0090",1 +301000102,3010,1,301000102,3010_1_2,Shioriko (DM),Shioriko: Hello.,Shioriko: Hello.,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0058",1 +301000103,3010,1,301000103,3010_1_3,Shioriko (DM),Shioriko is online,Shioriko is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0084",1 +301000104,3010,1,301000104,3010_1_4,Shioriko (DM),Shioriko is online,Shioriko is online,"stamp_00_00000_0026,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0078,stamp_00_00000_0093",1 +301000105,3010,1,301000105,3010_1_5,Shioriko (DM),Shioriko: Checking with Ayumu first would be best.,Shioriko: Checking with Ayumu first would be best.,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0012,stamp_00_00000_0053,stamp_00_00000_0078,stamp_00_00000_0081",1 +301000106,3010,1,301000106,3010_1_6,Shioriko (DM),Shioriko: Hello. This is Shioriko.,Shioriko: Hello. This is Shioriko.,"stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0059",1 +301000107,3010,1,301000107,3010_1_7,Shioriko (DM),Shioriko: Hello.,Shioriko: Hello.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0077,stamp_03_03010_0004",1 +301000108,3010,1,301000108,3010_1_8,Shioriko (DM),Shioriko: Hello. This is Shioriko.,Shioriko: Hello. This is Shioriko.,"stamp_00_00000_0004,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0078",1 +301000109,3010,1,301000109,3010_1_9,Shioriko (DM),Shioriko is online,Shioriko is online,"stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0091,stamp_03_03010_0004",1 +301000110,3010,1,301000110,3010_1_10,Shioriko (DM),Shioriko: Good afternoon!,Shioriko: Good afternoon!,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0090,stamp_00_00000_0094,stamp_03_03010_0004",1 +301000111,3010,1,301000111,3010_1_11,Shioriko (DM),Shioriko: Hello. This is Shioriko.,Shioriko: Hello. This is Shioriko.,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0034,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0087",1 +301000112,3010,1,301000112,3010_1_12,Shioriko (DM),Shioriko is online,Shioriko is online,"stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0015,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0092",1 +301000113,3010,1,301000113,3010_1_13,Shioriko (DM),Shioriko: Hello. This is Shioriko.,Shioriko: Hello. This is Shioriko.,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088",1 +301000114,3010,1,301000114,3010_1_14,Shioriko (DM),Shioriko is online,Shioriko is online,"stamp_00_00000_0009,stamp_00_00000_0027,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0095",1 +301000115,3010,1,301000115,3010_1_15,Shioriko (DM),Shioriko: Good evening. This is Shioriko.,Shioriko: Good evening. This is Shioriko.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0095",1 +301000201,3010,2,301000201,3010_2_1,Shioriko (Birthday 2023),Shioriko is online,Shioriko is online,"stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0040,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0081",123100502 +301000301,3010,3,301000301,3010_3_1,Shioriko (Birthday 2023),Shioriko: Happy birthday!,Shioriko: Happy birthday!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0088",1 +301000401,3010,16,301000401,3010_16_1,Shioriko (New Year's 2024),Shioriko: Happy New Year to you,Shioriko: Happy New Year to you,"stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0088",324010167 +301000501,3010,17,301000501,3010_17_1,Shioriko Valentine 2024,Shioriko: Hello.,Shioriko: Hello.,"stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0008,stamp_00_00000_0057,stamp_00_00000_0060",324021461 +301000701,3010,7,301000701,3010_7_1,Shioriki (April 2023),Shioriko: The weather has certainly warmed up lately.,Shioriko: The weather has certainly warmed up lately.,"stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088",1 +301000801,3010,8,301000801,3010_8_1,Shioriko (May 2023),Shioriko is online,Shioriko is online,"stamp_00_00000_0008,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0089",1 +301000901,3010,9,301000901,3010_9_1,Shioriko (June 2023),Shioriko is online,Shioriko is online,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0088",323060404 +301001001,3010,10,301001001,3010_10_1,Shioriko (July 2023),"Shioriko: Sis, where are you?","Shioriko: Sis, where are you?","stamp_00_00000_0003,stamp_00_00000_0012,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0088",323072408 +301001101,3010,11,301001101,3010_11_1,Shioriko (Summer Vacation 2023),Shioriko is online,Shioriko is online,"stamp_00_00000_0009,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0070,stamp_00_00000_0081,stamp_00_00000_0083",323081606 +301001201,3010,12,301001201,3010_12_1,Shioriko (September 2023),Shioriko is online,Shioriko is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0081,stamp_00_00000_0090",323090804 +301001301,3010,13,301001301,3010_13_1,Shioriko (Halloween 2023),Shioriko is online,Shioriko is online,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0088",323103159 +301001401,3010,14,301001401,3010_14_1,Shioriko (November 2023),Shioriko: Could I get your opinion on something?,Shioriko: Could I get your opinion on something?,"stamp_00_00000_0004,stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0083",323111503 +301001501,3010,15,301001501,3010_15_1,Shioriko (Christmas 2023),Shioriko: Merry Christmas!,Shioriko: Merry Christmas!,"stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060",323122541 +301001801,3010,18,301001801,3010_18_1,Shioriko (White Day 2024),Shioriko: Thank you so much for the gift!,Shioriko: Thank you so much for the gift!,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0034,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0083",324031462 +301100101,3011,1,301100101,3011_1_1,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0050,stamp_00_00000_0090,stamp_00_00000_0094,stamp_00_00000_0095",1 +301100102,3011,1,301100102,3011_1_2,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0028,stamp_00_00000_0037,stamp_00_00000_0048",1 +301100103,3011,1,301100103,3011_1_3,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0084",1 +301100104,3011,1,301100104,3011_1_4,Mia (DM),Mia: Hi.,Mia: Hi.,"stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0061",1 +301100105,3011,1,301100105,3011_1_5,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0028,stamp_00_00000_0039,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0078,stamp_00_00000_0087",1 +301100106,3011,1,301100106,3011_1_6,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0007,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0034,stamp_00_00000_0052,stamp_03_03011_0007",1 +301100107,3011,1,301100107,3011_1_7,Mia (DM),Mia: Hi.,Mia: Hi.,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0028,stamp_00_00000_0050,stamp_03_03011_0007",1 +301100108,3011,1,301100108,3011_1_8,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0061",1 +301100109,3011,1,301100109,3011_1_9,Mia (DM),Mia: Hi.,Mia: Hi.,"stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0092",1 +301100110,3011,1,301100110,3011_1_10,Mia (DM),Mia: Got it!,Mia: Got it!,"stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0095",1 +301100111,3011,1,301100111,3011_1_11,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0081",1 +301100112,3011,1,301100112,3011_1_12,Mia (DM),Mia: I'm on cloud nine!,Mia: I'm on cloud nine!,"stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0038,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084",1 +301100113,3011,1,301100113,3011_1_13,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0020,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0050,stamp_00_00000_0081",1 +301100114,3011,1,301100114,3011_1_14,Mia (DM),Mia sent a sticker,Mia sent a sticker,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081",1 +301100115,3011,1,301100115,3011_1_15,Mia (DM),Mia is online,Mia is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0024,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0089",1 +301100201,3011,2,301100201,3011_2_1,Mia (Birthday 2023),Mia is online,Mia is online,"stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0024,stamp_00_00000_0035,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0081",123120602 +301100301,3011,3,301100301,3011_3_1,Mia (Birthday 2023),"Mia: Happy birthday, my dear friend!",Mia is online,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0088",1 +301100401,3011,16,301100401,3011_16_1,Mia (New Year's 2024),Mia is online,Mia is online,"stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0095,stamp_03_03011_0007",324010168 +301100501,3011,17,301100501,3011_17_1,Mia Valentine 2024,Mia: I'm giving you a gift today,Mia: I have a gift for you today.,"stamp_00_00000_0002,stamp_00_00000_0019,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0060",324021462 +301100701,3011,7,301100701,3011_7_1,Mia (April 2023),Mia is online,Mia is online,"stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0054",1 +301100801,3011,8,301100801,3011_8_1,Mia (May 2023),Mia is online,Mia is online,"stamp_00_00000_0001,stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061",1 +301100901,3011,9,301100901,3011_9_1,Mia (June 2023),Mia is online,Mia is online,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0095",323062704 +301101001,3011,10,301101001,3011_10_1,Mia (July 2023),Mia: Can I ask you something?,Mia is online,"stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0061",323070304 +301101101,3011,11,301101101,3011_11_1,Mia (Summer Vacation 2023),Mia is online,Mia is online,"stamp_00_00000_0009,stamp_00_00000_0028,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0081",323080603 +301101201,3011,12,301101201,3011_12_1,Mia (September 2023),Mia is online,Mia is online,"stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0044,stamp_00_00000_0060,stamp_00_00000_0081",323091204 +301101301,3011,13,301101301,3011_13_1,Mia (Halloween 2023),Mia: Happy Halloween!!,Mia: I went to look at the fall colors!,"stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0017,stamp_00_00000_0030,stamp_00_00000_0059,stamp_00_00000_0081",323103160 +301101401,3011,14,301101401,3011_14_1,Mia (November 2023),Mia: I went to look at the fall colors!,Mia: I went to look at the fall colors!,"stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0023,stamp_00_00000_0057,stamp_00_00000_0081",323112405 +301101501,3011,15,301101501,3011_15_1,Mia (Christmas 2023),Mia is online,Mia is online,"stamp_00_00000_0021,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060",323122542 +301101801,3011,18,301101801,3011_18_1,Mia (White Day 2024),Mia: Hi.,Mia: Hi.,"stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0082",324031463 +301200101,3012,1,301200101,3012_1_1,Lanzhu (DM),Lanzhu: Ni hao!,Lanzhu: Ni hao!,"stamp_00_00000_0009,stamp_00_00000_0079,stamp_00_00000_0094,stamp_00_00000_0095",1 +301200102,3012,1,301200102,3012_1_2,Lanzhu (DM),Lanzhu: Ni hao!,Lanzhu: Ni hao!,"stamp_00_00000_0001,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0054,stamp_00_00000_0061,stamp_00_00000_0080",1 +301200103,3012,1,301200103,3012_1_3,Lanzhu (DM),Lanzhu: Ni hao!,Lanzhu: Ni hao!,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0084",1 +301200104,3012,1,301200104,3012_1_4,Lanzhu (DM),Lanzhu: Haai!,Lanzhu: Haai!,"stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0023,stamp_00_00000_0050,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0087",1 +301200105,3012,1,301200105,3012_1_5,Lanzhu (DM),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0040,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_03_03012_0009",1 +301200106,3012,1,301200106,3012_1_6,Lanzhu (DM),Lanzhu: Haai!,Lanzhu: Haai!,"stamp_00_00000_0020,stamp_00_00000_0027,stamp_00_00000_0028,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0091",1 +301200107,3012,1,301200107,3012_1_7,Lanzhu (DM),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0094",1 +301200108,3012,1,301200108,3012_1_8,Lanzhu (DM),Lanzhu: Haai!,Lanzhu: Haai!,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088",1 +301200109,3012,1,301200109,3012_1_9,Lanzhu (DM),Lanzhu: The response to your article was unbelievable!,Lanzhu: The response to your article was unbelievable!,"stamp_00_00000_0006,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0084,stamp_03_03012_0009",1 +301200110,3012,1,301200110,3012_1_10,Lanzhu (DM),Lanzhu sent a sticker,Lanzhu sent a sticker,"stamp_00_00000_0012,stamp_00_00000_0025,stamp_00_00000_0059,stamp_00_00000_0083,stamp_00_00000_0090",1 +301200111,3012,1,301200111,3012_1_11,Lanzhu (DM),Lanzhu: Hey! Listen to this!,Lanzhu: Hey! Listen to this!,"stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0079",1 +301200112,3012,1,301200112,3012_1_12,Lanzhu (DM),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0016,stamp_00_00000_0053,stamp_00_00000_0071,stamp_00_00000_0087,stamp_00_00000_0088",1 +301200113,3012,1,301200113,3012_1_13,Lanzhu (DM),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0051,stamp_00_00000_0061",1 +301200114,3012,1,301200114,3012_1_14,Lanzhu (DM),Lanzhu: Ha luo!,Lanzhu: Ha luo!,"stamp_00_00000_0028,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088",1 +301200115,3012,1,301200115,3012_1_15,Lanzhu (DM),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081",1 +301200201,3012,18,301200201,3012_18_1,Lanzhu (Birthday 2024),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0034,stamp_00_00000_0050,stamp_00_00000_0066,stamp_00_00000_0090",124021502 +301200301,3012,3,301200301,3012_3_1,Lanzhu (Birthday 2023),"Lanzhu: Today's your birthday, right?!","Lanzhu: Today's your birthday, right?!","stamp_00_00000_0004,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0054,stamp_00_00000_0059",1 +301200401,3012,16,301200401,3012_16_1,Lanzhu (New Year's 2024),Lanzhu: Xin Nian Kuai Le!,Lanzhu: Xin Nian Kuai Le!,"stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0087",324010169 +301200501,3012,17,301200501,3012_17_1,Ranju Valentine 2024,Ranju: Today is valentine's day,Lanzhu: Today is Valentine's Day.,"stamp_00_00000_0001,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0094",324021463 +301200701,3012,7,301200701,3012_7_1,Lanzhu (April 2023),Lanzhu: We're going cherry blossom viewing!,Lanzhu: We're going cherry blossom viewing!,"stamp_00_00000_0019,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0088",1 +301200801,3012,8,301200801,3012_8_1,Lanzhu (May 2023),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0079",1 +301200901,3012,9,301200901,3012_9_1,Lanzhu (June 2023),Lanzhu: I read your article.,Lanzhu: I read your article.,"stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0060",323060704 +301201001,3012,10,301201001,3012_10_1,Lanzhu (July 2023),"Lanzhu: Okay, let's lock this down!!","Lanzhu: Okay, let's lock this down!!","stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083",323072112 +301201101,3012,11,301201101,3012_11_1,Lanzhu (Summer Vacation 2023),Lanzhu: I heard there was a festival near your school today.,Lanzhu: I heard there was a festival near your school today.,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0088",323082004 +301201201,3012,12,301201201,3012_12_1,Lanzhu (September 2023),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0061,stamp_00_00000_0079",323090115 +301201301,3012,13,301201301,3012_13_1,Lanzhu (Halloween 2023),Lanzhu: 万圣节快乐!!,Lanzhu: 万圣节快乐!!,"stamp_00_00000_0013,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0045,stamp_00_00000_0051,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0079",323103161 +301201401,3012,14,301201401,3012_14_1,Lanzhu (November 2023),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0082",323112406 +301201501,3012,15,301201501,3012_15_1,Lanzhu (Christmas 2023),Lanzhu: Shengdan Jie Kuai Le!,Lanzhu: Shengdan Jie Kuai Le!,"stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0076,stamp_00_00000_0081,stamp_03_03012_0009",323122543 +301201901,3012,19,301201901,3012_19_1,Lanzhu (White Day 2024),Lanzhu is online,Lanzhu is online,"stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0079",324031464 +309900101,3099,1,309900101,3099_1_1,Yu (Summer Festival 2023),Yu: That live show was so awesome!!!,Yu: That live show was so awesome!!!,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0019,stamp_00_00000_0040,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0076",323082802 +309900201,3099,2,309900201,3099_2_1,Yu (Joint Festival 2023),Yu: I can't believe it!,Yu: I can't believe it!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0085",323120802 +310100101,3101,1,310100101,3101_1_1,Nijigasaki,Ayumu: Is the group chat all set up right?,Ayumu: Is the group chat all set up right?,"stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0021,stamp_00_00000_0028,stamp_00_00000_0060,stamp_00_00000_0095",1 +310100102,3101,1,310100102,3101_1_2,Nijigasaki,"Lanzhu: Ni hao, everybody!","Lanzhu: Ni hao, everybody!","stamp_00_00000_0021,stamp_00_00000_0035,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0079",1 +310100103,3101,1,310100103,3101_1_3,Nijigasaki,Yu: Get a load of this!,Yu: Get a load of this!,"stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0028,stamp_00_00000_0035,stamp_00_00000_0036,stamp_00_00000_0083",1 +310100104,3101,1,310100104,3101_1_4,Nijigasaki,"Karin: Sorry, Emma.","Karin: Sorry, Emma.","stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0050",1 +310100105,3101,1,310100105,3101_1_5,Nijigasaki,Shizuku: Not in the least!!,Shizuku: Not in the least!!,"stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0054",1 +310100106,3101,1,310100106,3101_1_6,Nijigasaki,Kanata sent a sticker,Kanata sent a sticker,"stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0077,stamp_00_00000_0084",1 +310100107,3101,1,310100107,3101_1_7,Nijigasaki,Ai is online,Ai is online,"stamp_00_00000_0009,stamp_00_00000_0035,stamp_00_00000_0057,stamp_00_00000_0095",1 +310100108,3101,1,310100108,3101_1_8,Nijigasaki,Rina: I made a game we can all play together.,Rina: I made a game we can all play together.,"stamp_00_00000_0037,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0087",1 +310100109,3101,1,310100109,3101_1_9,Nijigasaki,Mia: I'm so exhausted.,Mia: I'm so exhausted.,"stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0028,stamp_00_00000_0041,stamp_00_00000_0092",1 +310100110,3101,1,310100110,3101_1_10,Nijigasaki,Ai: Y'all aren't gonna believe this!,Ai: Y'all aren't gonna believe this!,"stamp_00_00000_0007,stamp_00_00000_0052,stamp_00_00000_0076,stamp_00_00000_0077,stamp_03_03005_0006",1 +310100111,3101,1,310100111,3101_1_11,Nijigasaki,Kasumi: SOS!,Kasumi: SOS!,"stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0080",1 +310100112,3101,1,310100112,3101_1_12,Nijigasaki,"Shioriko: Everyone, we'll be taking a break from practices starting tomorrow.","Shioriko: Everyone, we'll be taking a break from practices starting tomorrow.","stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0082",1 +310100113,3101,1,310100113,3101_1_13,Nijigasaki,Emma: It looks like I lost my school uniform's ribbon.,Emma: It looks like I lost my school uniform's ribbon.,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0083",1 +310100114,3101,1,310100114,3101_1_14,Nijigasaki,Setsuna: Fantastic news!!!,Setsuna: Fantastic news!!!,"stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0086",1 +310100115,3101,1,310100115,3101_1_15,Nijigasaki,Yu is online,Yu is online,"stamp_00_00000_0009,stamp_00_00000_0088",1 +310100201,3101,2,310100201,3101_2_1,Nijigasaki (Spring 2023),Ai: Ay yi yi!,Ai: Ay yi yi!,"stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0030,stamp_00_00000_0035,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0094",1 +310100301,3101,3,310100301,3101_3_1,Ai (Birthday Party 2023): Part 1,Rina: Is everyone ready for tomorrow?,Rina: Is everyone ready for tomorrow?,"stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0079",123053002 +310100401,3101,4,310100401,3101_4_1,Ai (Birthday Party 2023): Part 2,Ai: You guys! Thanks for everything today!,Ai: You guys! Thanks for everything today!,"stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0088",123053002 +310100501,3101,5,310100501,3101_5_1,Nijigasaki (Event Prep 2023),"Shizuku: Oh dear, I've got bad news!","Shizuku: Oh dear, I've got bad news!","stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0060",323061806 +310100601,3101,6,310100601,3101_6_1,Karin (Birthday Party 2023): Part 1,"Lanzhu: Karin, you still up?","Lanzhu: Karin, you still up?","stamp_00_00000_0010,stamp_00_00000_0040,stamp_00_00000_0054,stamp_00_00000_0075,stamp_00_00000_0079,stamp_00_00000_0083,stamp_03_03006_0002,stamp_03_03012_0009",123062902 +310100701,3101,7,310100701,3101_7_1,Karin (Birthday Party 2023): Part 2,Karin: Thanks for the surprise party—it really...,Karin: Thanks for the surprise party—it really...,"stamp_00_00000_0019,stamp_00_00000_0057,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0087,stamp_00_00000_0088",123062902 +310100801,3101,8,310100801,3101_8_1,Nijigasaki (Summer 2023),Lanzhu: I wanna lock down our summer plans!,Lanzhu: I wanna lock down our summer plans!,"stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0088",323071304 +310100901,3101,9,310100901,3101_9_1,Setsuna (Birthday Party 2023): Part 1,"Kasumi: Hey, everyone!","Kasumi: Hey, everyone!","stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0087,stamp_00_00000_0093,stamp_00_00000_0094",123080802 +310101001,3101,10,310101001,3101_10_1,Setsuna (Birthday Party 2023): Part 2,Setsuna: Thank you so much for what you did today!!!!,Setsuna: Thank you so much for what you did today!!!!,"stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0034,stamp_00_00000_0077,stamp_00_00000_0084,stamp_03_03002_0008",123080802 +310101101,3101,11,310101101,3101_11_1,Nijigasaki (Summer Festival 2023),"Yu: Ooh, I can't wait for the live show tomorrow!","Yu: Ooh, I can't wait for the live show tomorrow!","stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0033,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0077,stamp_00_00000_0089,stamp_00_00000_0094,stamp_03_03002_0008,stamp_03_03011_0007",323082606 +310101201,3101,12,310101201,3101_12_1,Nijigasaki (Fall 2023),Shioriko: Would you like to start a book club with me?,Shioriko: Would you like to start a book club with me?,"stamp_00_00000_0005,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_03_03006_0002",323091206 +310101301,3101,13,310101301,3101_13_1,Shioriko (Birthday Party 2023): Part 1,Yu: Hey-hey!,Yu: Hey-hey!,"stamp_00_00000_0003,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0088,stamp_03_03002_0008",123100502 +310101401,3101,14,310101401,3101_14_1,Shioriko (Birthday Party 2023): Part 2,Ai: Yo yo!,Ai: Yo yo!,"stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0079",123100502 +310101501,3101,15,310101501,3101_15_1,Nijigasaki Half Anniversary,"Yu: Hey, isn't tomorrow the six-month anniversary of when we first met...","Yu: Hey, isn't tomorrow the six-month anniversary of when we first met...","stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0034,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0087",323101403 +310101601,3101,16,310101601,3101_16_1,Rina (Birthday Party 2023): Part 1,Ai: Rinari!,Ai: Rinari!,"stamp_00_00000_0007,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0051,stamp_00_00000_0066,stamp_00_00000_0076,stamp_00_00000_0077,stamp_00_00000_0087,stamp_00_00000_0094,stamp_03_03009_0009",123111302 +310101701,3101,17,310101701,3101_17_1,Rina: (Birthday Party 2023): Part 2,Rina: Thanks for everything today.,Rina: Thanks for everything today.,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0027,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079",123111302 +310101801,3101,18,310101801,3101_18_1,"Nijigasaki (November 21, 2023)","Kasumi: Hey, everyone!","Kasumi: Hey, everyone!","stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0083",323112106 +310101901,3101,19,310101901,3101_19_1,Mia (Birthday Party 2023): Part 1,"Rina: Hey Mia, did you know?","Rina: Hey Mia, did you know?","stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0082",123120602 +310102001,3101,20,310102001,3101_20_1,Mia (Birthday Party 2023): Part 2,Mia: I feel like I just woke up.,Mia: I feel like I just woke up.,"stamp_00_00000_0004,stamp_00_00000_0017,stamp_00_00000_0023,stamp_00_00000_0033",123120602 +310102101,3101,21,310102101,3101_21_1,Kanata (Birthday Party 2023) Part 1,Emma: So Kanata's birthday is coming up soon...,Emma: So Kanata's birthday is coming up soon...,"stamp_00_00000_0004,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0059,stamp_00_00000_0079,stamp_03_03005_0006,stamp_03_03008_0004",123121602 +310102201,3101,22,310102201,3101_22_1,Kanata (Birthday Party 2023) Part 2,Kanata: You guys—,Kanata: You guys—,"stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0033,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0082,stamp_00_00000_0091,stamp_03_03006_0002",123121602 +310102301,3101,23,310102301,3101_23_1,Nijigasaki Love Song by Me,Yu: It's coming up tomorrow!,Yu: It's coming up tomorrow!,"stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0036,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0079,stamp_00_00000_0082,stamp_03_03002_0008",323122202 +310102401,3101,24,310102401,3101_24_1,Nijigasaki (Winter 2023),Lanzhu: What do you want when it gets cold?,Lanzhu: What do you want when it gets cold?,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0058",323122308 +310102501,3101,25,310102501,3101_25_1,Kasumi Birthday Celebration 2024①,Kasumi: I have a favor to ask of Senpai and Karin-senpai!,Kasumi: I have a request for Newsie and Karin!,"stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0033,stamp_00_00000_0091,stamp_03_03002_0008",124012302 +310102601,3101,26,310102601,3101_26_1,Kasumi (Birthday Party 2024): Part 2,"Kasumi: Hey, everyone!","Kasumi: Hey, everyone!","stamp_00_00000_0010,stamp_00_00000_0025,stamp_00_00000_0033,stamp_00_00000_0066,stamp_00_00000_0083",124012302 +310102701,3101,27,310102701,3101_27_1,Ema Birthday Celebration 2024①,Emma is online,Emma is online,"stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0079,stamp_00_00000_0080,stamp_00_00000_0086,stamp_00_00000_0091",124020502 +310102801,3101,28,310102801,3101_28_1,Ema Birthday Celebration 2024②,Ema: I went to the bakery you told me about!,Emma: We went to the bakery you told us about!,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0027,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0089",124020502 +310102901,3101,29,310102901,3101_29_1,Lanzhu (Birthday Party 2024): Part 1,Lanzhu: Today is Lanzhu's birthday!!!,Lanzhu: Today is Lanzhu's birthday!!!,"stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0066,stamp_03_03008_0004",124021502 +310103001,3101,30,310103001,3101_30_1,Lanzhu (Birthday Party 2024): Part 2,Lanzhu sent an image,Lanzhu sent an image,"stamp_00_00000_0005,stamp_00_00000_0079",124021502 +310103101,3101,31,310103101,3101_31_1,Ayumu (Birthday Party 2024): Part 1,"Ayumu: Shiori, I have a request...!","Ayumu: Shiori, I have a request...!","stamp_00_00000_0004,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0077,stamp_03_03002_0008,stamp_03_03003_0003",124030103 +310103201,3101,32,310103201,3101_32_1,Ayumu (Birthday Party 2024): Part 2,"Ayumu: Ikebana arrangement, Yuu was really happy!","Ayumu: Ikebana arrangement, Yuu was really happy!","stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0088",124030103 +310103301,3101,33,310103301,3101_33_1,Shizuku (Birthday Party 2024): Part 1,"Setsuna: Shizuku-san, if you don't mind, would you like to go out with us during spring break?","Setsuna: Shizuku-san, if you don't mind, would you like to go out with us during spring break?","stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0092",324031603 +310103401,3101,34,310103401,3101_34_1,Shizuku (Birthday Party 2024): Part 2,Setsuna: Please look!,Setsuna: Please look!,"stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0085,stamp_00_00000_0086,stamp_00_00000_0088",324031603 +400100101,4001,1,400100101,4001_1_1,Kanon (DM),Kanon: Thanks a million for today!,Kanon: Thanks a million for today!,"stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0063,stamp_00_00000_0078",1 +400100102,4001,1,400100102,4001_1_2,Kanon (DM),Kanon: Good morning!,Kanon: Good morning!,"stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0084",1 +400100103,4001,1,400100103,4001_1_3,Kanon (DM),Kanon is online,Kanon is online,"stamp_00_00000_0001,stamp_00_00000_0050,stamp_00_00000_0090",1 +400100104,4001,1,400100104,4001_1_4,Kanon (DM),Kanon: Hello there!,Kanon: Hello there!,"stamp_00_00000_0057,stamp_00_00000_0065,stamp_00_00000_0092",1 +400100105,4001,1,400100105,4001_1_5,Kanon (DM),Kanon: Hello there!,Kanon: Hello there!,"stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0090,stamp_00_00000_0093",1 +400100106,4001,1,400100106,4001_1_6,Kanon (DM),Kanon is online,Kanon is online,"stamp_00_00000_0014,stamp_00_00000_0030,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0090",1 +400100107,4001,1,400100107,4001_1_7,Kanon (DM),Kanon: Hiya!,Kanon: Hiya!,"stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0085,stamp_04_04001_0002",1 +400100108,4001,1,400100108,4001_1_8,Kanon (DM),Kanon is online,Kanon is online,"stamp_00_00000_0003,stamp_00_00000_0088,stamp_00_00000_0090",1 +400100109,4001,1,400100109,4001_1_9,Kanon (DM),Kanon: ...You awake?,Kanon: ...You awake?,"stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0046,stamp_00_00000_0063,stamp_00_00000_0083,stamp_00_00000_0090",1 +400100110,4001,1,400100110,4001_1_10,Kanon (DM),Kanon: Check this out.,Kanon: Check this out.,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0017,stamp_00_00000_0049,stamp_00_00000_0056,stamp_00_00000_0085",1 +400100111,4001,1,400100111,4001_1_11,Kanon (DM),Kanon: You gotta hear this!,Kanon: You gotta hear this!,"stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0095",1 +400100112,4001,1,400100112,4001_1_12,Kanon (DM),Kanon: Sorry for messaging so late.,Kanon: Sorry for messaging so late.,"stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0075,stamp_00_00000_0088",1 +400100113,4001,1,400100113,4001_1_13,Kanon (DM),Kanon: We've got a problem...,Kanon: We've got a problem...,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0059,stamp_00_00000_0080,stamp_00_00000_0095",1 +400100114,4001,1,400100114,4001_1_14,Kanon (DM),Kanon is online,Kanon is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0094",1 +400100115,4001,1,400100115,4001_1_15,Kanon (DM),Kanon: Thanks again for today!,Kanon: Thanks again for today!,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0075,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0090",1 +400100201,4001,2,400100201,4001_2_1,Kanon (Birthday 2023),Kanon is online,Kanon is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0057,stamp_00_00000_0063,stamp_00_00000_0064,stamp_00_00000_0065,stamp_00_00000_0084,stamp_00_00000_0085",1 +400100301,4001,3,400100301,4001_3_1,Kanon (Birthday 2023),Kanon: Can we chat real quick?,Kanon: Can we chat real quick?,"stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0089,stamp_00_00000_0095",1 +400100401,4001,16,400100401,4001_16_1,Kanon (New Year's 2024),Kanon: Happy New Year!,Kanon: Happy New Year!,"stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0034,stamp_00_00000_0045,stamp_00_00000_0049,stamp_00_00000_0062,stamp_00_00000_0063,stamp_00_00000_0079,stamp_00_00000_0095",324010170 +400100501,4001,17,400100501,4001_17_1,Kanon Valentine 2024,Kanon has sent her stamps,Kanon sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0062,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090",324021003 +400100701,4001,7,400100701,4001_7_1,Kanon (April 2023),Kanon: Good morning!,Kanon: Good morning!,"stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084",1 +400100801,4001,8,400100801,4001_8_1,Kanon (May 2023),Kanon: Hiya!,Kanon: Hiya!,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0046,stamp_04_04001_0002,stamp_04_04003_0004",1 +400100901,4001,9,400100901,4001_9_1,Kanon (June 2023),Kanon: Thanks for that special feature on Liella!,Kanon: Thanks for that special feature on Liella!,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0027,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0085",323061004 +400101001,4001,10,400101001,4001_10_1,Kanon (July 2023),Kanon is online,Kanon is online,"stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088",323072012 +400101101,4001,11,400101101,4001_11_1,Kanon (Summer Vacation 2023),Kanon: I'm hot...,Kanon: I'm hot...,"stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0044,stamp_00_00000_0051,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090",323080104 +400101201,4001,12,400101201,4001_12_1,Kanon (September 2023),Kanon: Hiya!,Kanon: Hiya!,"stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088",323090116 +400101301,4001,13,400101301,4001_13_1,Kanon (Halloween 2023),Kanon: Trick or treat!,Kanon: Trick or treat!,"stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088",323102508 +400101401,4001,14,400101401,4001_14_1,Kanon (November 2023),Kanon: I'm back!,Kanon: I'm back!,"stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0045,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0094,stamp_04_04001_0002",323110109 +400101501,4001,15,400101501,4001_15_1,Kanon (Christmas 2023),Kanon: Merry Christmas!,Kanon: Merry Christmas!,"stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094",323122303 +400101801,4001,18,400101801,4001_18_1,Kanon (White Day 2024),Kanon: Hello there!,Kanon: Hello there!,"stamp_00_00000_0010,stamp_00_00000_0027,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094",324031004 +400200101,4002,1,400200101,4002_1_1,Keke (DM),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0093",1 +400200102,4002,1,400200102,4002_1_2,Keke (DM),Keke: A very good morning to you!,Keke: A very good morning to you!,"stamp_00_00000_0019,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0094",1 +400200103,4002,1,400200103,4002_1_3,Keke (DM),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0094",1 +400200104,4002,1,400200104,4002_1_4,Keke (DM),Keke: Listen to this!!!,Keke: Listen to this!!!,"stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0071,stamp_00_00000_0084,stamp_00_00000_0088",1 +400200105,4002,1,400200105,4002_1_5,Keke (DM),Keke: I wanted to say sorry for getting flustered during the middle of our conversation.,Keke: I wanted to say sorry for getting flustered during the middle of our conversation.,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0081,stamp_04_04002_0003",1 +400200106,4002,1,400200106,4002_1_6,Keke (DM),Keke: Major news!!!,Keke: Major news!!!,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0034,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0081",1 +400200107,4002,1,400200107,4002_1_7,Keke (DM),Keke is online,Keke is online,"stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0082,stamp_00_00000_0083,stamp_00_00000_0090",1 +400200108,4002,1,400200108,4002_1_8,Keke (DM),Keke: I'd like to ask you a most burning question.,Keke: I'd like to ask you a most burning question.,"stamp_00_00000_0004,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0062,stamp_00_00000_0091,stamp_00_00000_0094",1 +400200109,4002,1,400200109,4002_1_9,Keke (DM),Keke is online,Keke is online,"stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0071,stamp_00_00000_0078,stamp_00_00000_0092",1 +400200110,4002,1,400200110,4002_1_10,Keke (DM),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0087,stamp_00_00000_0088",1 +400200111,4002,1,400200111,4002_1_11,Keke (DM),Keke is online,Keke is online,"stamp_00_00000_0002,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0071,stamp_00_00000_0084,stamp_00_00000_0089",1 +400200112,4002,1,400200112,4002_1_12,Keke (DM),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0045,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0083",1 +400200113,4002,1,400200113,4002_1_13,Keke (DM),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0093",1 +400200114,4002,1,400200114,4002_1_14,Keke (DM),Keke is online,Keke is online,"stamp_00_00000_0012,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0094",1 +400200115,4002,1,400200115,4002_1_15,Keke (DM),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0004,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0093,stamp_00_00000_0094,stamp_00_00000_0095",1 +400200201,4002,2,400200201,4002_2_1,Keke (Birthday 2023),Keke is online,Keke is online,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0044,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0095",123071702 +400200301,4002,3,400200301,4002_3_1,Keke (Birthday 2023),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",1 +400200401,4002,16,400200401,4002_16_1,Keke (New Year's 2024),"Keke: Hey, Hey, Happy New Year!","Keke: Hey, Hey, Happy New Year!","stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0089",324010171 +400200501,4002,17,400200501,4002_17_1,Kaka Valentine 2024,Kana: Happy Valentine's Day!,Keke: Happy Valentine's!,"stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0085,stamp_00_00000_0088",324021464 +400200701,4002,7,400200701,4002_7_1,Keke (April 2023),Keke sent an image,Keke sent an image,"stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061",1 +400200801,4002,8,400200801,4002_8_1,Keke (May 2023),Keke: How are you this fine evening?,Keke: How are you this fine evening?,"stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0036,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0093",1 +400200901,4002,9,400200901,4002_9_1,Keke (June 2023),Keke is online,Keke is online,"stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0088,stamp_04_04002_0003",323060102 +400201001,4002,10,400201001,4002_10_1,Keke (July 2023),Keke: It's starting!,Keke: It's starting!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0055,stamp_00_00000_0073,stamp_00_00000_0076,stamp_00_00000_0084",323072013 +400201101,4002,11,400201101,4002_11_1,Keke (Summer Vacation 2023),Keke is online,Keke is online,"stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0015,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0088",323082404 +400201201,4002,12,400201201,4002_12_1,Keke (September 2023),Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0032,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0088",323091404 +400201301,4002,13,400201301,4002_13_1,Keke (Halloween 2023),Keke: Trick or treat!,Keke: Trick or treat!,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0095",323102509 +400201401,4002,14,400201401,4002_14_1,Keke (November 2023),Keke: How are you this fine evening?,Keke: How are you this fine evening?,"stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0045,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0095",323110110 +400201501,4002,15,400201501,4002_15_1,Keke (Christmas 2023),Keke: Merry Christmas!,Keke: Merry Christmas!,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0084",323122544 +400201801,4002,18,400201801,4002_18_1,Keke (White Day 2024),Keke: How are you this fine evening?,Keke: How are you this fine evening?,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0088",324031103 +400300101,4003,1,400300101,4003_1_1,Chisato (DM),Chisato: Heyo!,Chisato: Heyo!,"stamp_00_00000_0004,stamp_00_00000_0050,stamp_00_00000_0064,stamp_00_00000_0078",1 +400300102,4003,1,400300102,4003_1_2,Chisato (DM),Chisato is online,Chisato is online,"stamp_00_00000_0009,stamp_00_00000_0030,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0090",1 +400300103,4003,1,400300103,4003_1_3,Chisato (DM),Chisato is online,Chisato is online,"stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0077",1 +400300104,4003,1,400300104,4003_1_4,Chisato (DM),Chisato is online,Chisato is online,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0084,stamp_04_04003_0004",1 +400300105,4003,1,400300105,4003_1_5,Chisato (DM),Chisato: Heyooo!,Chisato: Heyooo!,"stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0081,stamp_04_04003_0004",1 +400300106,4003,1,400300106,4003_1_6,Chisato (DM),Chisato: Heyooo!,Chisato: Heyooo!,"stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0093",1 +400300107,4003,1,400300107,4003_1_7,Chisato (DM),Chisato is online,Chisato is online,"stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0084",1 +400300108,4003,1,400300108,4003_1_8,Chisato (DM),Chisato: Look outside!,Chisato: Look outside!,"stamp_00_00000_0004,stamp_00_00000_0056,stamp_00_00000_0063,stamp_00_00000_0090,stamp_04_04003_0004",1 +400300109,4003,1,400300109,4003_1_9,Chisato (DM),Chisato: Check it!,Chisato: Check it!,"stamp_00_00000_0005,stamp_00_00000_0059,stamp_00_00000_0085",1 +400300110,4003,1,400300110,4003_1_10,Chisato (DM),Chisato sent a sticker,Chisato sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0094",1 +400300111,4003,1,400300111,4003_1_11,Chisato (DM),Chisato sent a sticker,Chisato sent a sticker,"stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0014,stamp_00_00000_0016",1 +400300112,4003,1,400300112,4003_1_12,Chisato (DM),Chisato sent a sticker,Chisato sent a sticker,"stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0091,stamp_00_00000_0094,stamp_04_04003_0004",1 +400300113,4003,1,400300113,4003_1_13,Chisato (DM),Chisato: Nailed it!,Chisato: Nailed it!,"stamp_00_00000_0007,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0087",1 +400300114,4003,1,400300114,4003_1_14,Chisato (DM),Chisato is online,Chisato is online,"stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0085,stamp_04_04003_0004",1 +400300115,4003,1,400300115,4003_1_15,Chisato (DM),Chisato is online,Chisato is online,"stamp_00_00000_0002,stamp_00_00000_0009,stamp_00_00000_0060,stamp_00_00000_0065,stamp_04_04003_0004",1 +400300201,4003,18,400300201,4003_18_1,Chisato (Birthday 2024),Chisato is online,Chisato is online,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0030,stamp_00_00000_0034,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0064,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0095,stamp_04_04003_0004",124022502 +400300301,4003,3,400300301,4003_3_1,Chisato (Birthday 2023),Chisato: Heyo!,Chisato: Heyo!,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0021,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0064,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0095,stamp_04_04003_0004",1 +400300401,4003,16,400300401,4003_16_1,Chisato (New Year's 2024),Chisato: Heyooo!,Chisato: Heyooo!,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0048,stamp_00_00000_0064,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0094,stamp_00_00000_0095,stamp_04_04003_0004",324010172 +400300501,4003,17,400300501,4003_17_1,Chisato Valentine 2024,Chisato: Heyooo!,Chisato: Heyooo!,"stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_04_04003_0004",324020903 +400300701,4003,7,400300701,4003_7_1,Chisato (April 2023),Chisato: Morning!,Chisato: Morning!,"stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_04_04003_0004",1 +400300801,4003,8,400300801,4003_8_1,Chisato (May 2023),Chisato: Hello!/Yes!,Chisato: 'Ssup!,"stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0081",1 +400300901,4003,9,400300901,4003_9_1,Chisato (June 2023),Chisato is online,Chisato is online,"stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0088,stamp_04_04003_0004",323061104 +400301001,4003,10,400301001,4003_10_1,Chisato (July 2023),Chisato is online,Chisato is online,"stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0056,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0084",323071804 +400301101,4003,11,400301101,4003_11_1,Chisato (Summer Vacation 2023),Chisato is online,Chisato is online,"stamp_00_00000_0012,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0082,stamp_00_00000_0088,stamp_04_04003_0004",323081106 +400301201,4003,12,400301201,4003_12_1,Chisato (September 2023),Chisato: Heyooo!,Chisato: Heyooo!,"stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0062,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0085",323090117 +400301301,4003,13,400301301,4003_13_1,Chisato (Halloween 2023),Chisato is online,Chisato is online,"stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0034,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0094,stamp_04_04003_0004",323103162 +400301401,4003,14,400301401,4003_14_1,Chisato (November 2023),Chisato: Heyooo!,Chisato: Heyooo!,"stamp_00_00000_0001,stamp_00_00000_0029,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094",323110111 +400301501,4003,15,400301501,4003_15_1,Chisato (Christmas 2023),Chisato: Merry Christmas!,Chisato: Merry Christmas!,"stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0095",323122545 +400301901,4003,19,400301901,4003_19_1,Chisato (White Day 2024),Chisato: Happy White Day!,Chisato: Happy White Day!,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0081,stamp_04_04003_0004",324031465 +400400101,4004,1,400400101,4004_1_1,Sumire (DM),Sumire: Hello.,Sumire: Hello.,"stamp_00_00000_0050,stamp_00_00000_0076,stamp_00_00000_0079",1 +400400102,4004,1,400400102,4004_1_2,Sumire (DM),Sumire: I took a look at the article you sent me.,Sumire: I took a look at the article you sent me.,"stamp_00_00000_0005,stamp_00_00000_0078,stamp_00_00000_0094",1 +400400103,4004,1,400400103,4004_1_3,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0079,stamp_04_04004_0008",1 +400400104,4004,1,400400104,4004_1_4,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0010,stamp_00_00000_0016,stamp_00_00000_0031,stamp_00_00000_0049,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0084,stamp_04_04004_0008",1 +400400105,4004,1,400400105,4004_1_5,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0094",1 +400400106,4004,1,400400106,4004_1_6,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0082,stamp_04_04004_0008",1 +400400107,4004,1,400400107,4004_1_7,Sumire (DM),Sumire: Just got back.,Sumire: Just got back.,"stamp_00_00000_0024,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0058,stamp_00_00000_0078,stamp_00_00000_0094",1 +400400108,4004,1,400400108,4004_1_8,Sumire (DM),Sumire: We've got our next live show all scheduled.,Sumire: We've got our next live show all scheduled.,"stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0085,stamp_00_00000_0094",1 +400400109,4004,1,400400109,4004_1_9,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0004,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0093",1 +400400110,4004,1,400400110,4004_1_10,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0005,stamp_00_00000_0028,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0082,stamp_00_00000_0092",1 +400400111,4004,1,400400111,4004_1_11,Sumire (DM),Sumire: I hope this isn't too late for you. Sorry.,Sumire: I hope this isn't too late for you. Sorry.,"stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0091",1 +400400112,4004,1,400400112,4004_1_12,Sumire (DM),Sumire: How's the interview prep going?,Sumire: How's the interview prep going?,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0079,stamp_00_00000_0087",1 +400400113,4004,1,400400113,4004_1_13,Sumire (DM),Sumire: Morning!,Sumire: Morning!,"stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060",1 +400400114,4004,1,400400114,4004_1_14,Sumire (DM),Sumire: Did you make it to the venue okay? Didn't get lost or anything?,Sumire: Did you make it to the venue okay? Didn't get lost or anything?,"stamp_00_00000_0008,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0089,stamp_04_04004_0008",1 +400400115,4004,1,400400115,4004_1_15,Sumire (DM),Sumire is online,Sumire is online,"stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0026,stamp_00_00000_0035,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0083,stamp_04_04004_0008",1 +400400201,4004,2,400400201,4004_2_1,Sumire (Birthday 2023),Sumire is online,Sumire is online,"stamp_00_00000_0012,stamp_00_00000_0021,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0033,stamp_00_00000_0035,stamp_00_00000_0052,stamp_00_00000_0076,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0095",123092802 +400400301,4004,3,400400301,4004_3_1,Sumire (Birthday 2023),Sumire: Are you still awake by any chance?,Sumire: Are you still awake by any chance?,"stamp_00_00000_0011,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0034,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0088,stamp_04_04004_0008",1 +400400401,4004,16,400400401,4004_16_1,Sumire (New Year's 2024),Sumire: Happy New Year!,Sumire: Happy New Year!,"stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0062,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0095,stamp_04_04004_0008",324010173 +400400501,4004,17,400400501,4004_17_1,Sumire Valentine 2024,Sumire: Hi!,Sumire: Hi.,"stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095",324021465 +400400701,4004,7,400400701,4004_7_1,Sumire (April 2023),Sumire is online,Sumire is online,"stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0062,stamp_00_00000_0079",1 +400400801,4004,8,400400801,4004_8_1,Sumire (May 2023),Sumire is online,Sumire is online,"stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0085",1 +400400901,4004,9,400400901,4004_9_1,Sumire (June 2023),"Sumire: Hey, can I ask you a question?","Sumire: Hey, can I ask you a question?","stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0062,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",323062902 +400401001,4004,10,400401001,4004_10_1,Sumire (July 2023),Sumire: Summer vacation is finally here.,Sumire: Summer vacation is finally here.,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0055,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0089,stamp_04_04004_0008",323072014 +400401101,4004,11,400401101,4004_11_1,Sumire (Summer Vacation 2023),Sumire: It's been so hot lately.,Sumire: It's been so hot lately.,"stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0081",323082106 +400401201,4004,12,400401201,4004_12_1,Sumire (September 2023),Sumire: How're you doing?,Sumire: How're you doing?,"stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0079,stamp_00_00000_0096",323091704 +400401301,4004,13,400401301,4004_13_1,Sumire (Halloween 2023),Sumire is online,Sumire is online,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084",323102510 +400401401,4004,14,400401401,4004_14_1,Sumire (November 2023),"Sumire: Today was really cold, huh?","Sumire: Today was really cold, huh?","stamp_00_00000_0001,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04004_0008",323110112 +400401501,4004,15,400401501,4004_15_1,Sumire (Christmas 2023),Sumire: Merry Christmas!,Sumire: Merry Christmas!,"stamp_00_00000_0011,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_04_04004_0008",323122546 +400401801,4004,18,400401801,4004_18_1,Sumire (White Day 2024),Sumire: Happy White Day!,Sumire: Happy White Day!,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0075,stamp_00_00000_0079,stamp_00_00000_0081",324031466 +400500101,4005,1,400500101,4005_1_1,Ren (DM),"Ren: I know it's late, so I apologize if I'm disturbing you.","Ren: I know it's late, so I apologize if I'm disturbing you.",stamp_00_00000_0078,1 +400500102,4005,1,400500102,4005_1_2,Ren (DM),Ren is online,Ren is online,"stamp_00_00000_0057,stamp_00_00000_0078",1 +400500103,4005,1,400500103,4005_1_3,Ren (DM),Ren is online,Ren is online,"stamp_00_00000_0001,stamp_00_00000_0037,stamp_00_00000_0048",1 +400500104,4005,1,400500104,4005_1_4,Ren (DM),Ren is online,Ren is online,"stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0084,stamp_04_04005_0005",1 +400500105,4005,1,400500105,4005_1_5,Ren (DM),Ren is online,Ren is online,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0068",1 +400500106,4005,1,400500106,4005_1_6,Ren (DM),Ren: Good evening. Thank you very much for telling me about that video...,Ren: Good evening. Thank you very much for telling me about that video...,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0091",1 +400500107,4005,1,400500107,4005_1_7,Ren (DM),Ren: Hello. There's something I would like to ask you about.,Ren: Hello. There's something I would like to ask you about.,"stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0085",1 +400500108,4005,1,400500108,4005_1_8,Ren (DM),Ren: Good evening.,Ren: Good evening.,"stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0088",1 +400500109,4005,1,400500109,4005_1_9,Ren (DM),Ren: I have a question if you don't mind.,Ren: I have a question if you don't mind.,"stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0057,stamp_00_00000_0085,stamp_00_00000_0091",1 +400500110,4005,1,400500110,4005_1_10,Ren (DM),Ren: Good afternoon.,Ren: Good afternoon.,"stamp_00_00000_0005,stamp_00_00000_0046,stamp_00_00000_0084,stamp_00_00000_0095",1 +400500111,4005,1,400500111,4005_1_11,Ren (DM),Ren: I apologize for springing this on you so suddenly.,Ren: I apologize for springing this on you so suddenly.,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0078",1 +400500112,4005,1,400500112,4005_1_12,Ren (DM),Ren: Thank you so much for yesterday!,Ren: Thank you so much for yesterday!,"stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0088",1 +400500113,4005,1,400500113,4005_1_13,Ren (DM),Ren: Good evening.,Ren: Good evening.,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0091",1 +400500114,4005,1,400500114,4005_1_14,Ren (DM),Ren: Good morning.,Ren: Good morning.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0088",1 +400500115,4005,1,400500115,4005_1_15,Ren (DM),Ren: I've just returned home.,Ren: I've just returned home.,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0095",1 +400500201,4005,2,400500201,4005_2_1,Ren (Birthday 2023),Ren is online,Ren is online,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0045,stamp_00_00000_0057,stamp_00_00000_0066,stamp_00_00000_0088,stamp_00_00000_0094,stamp_00_00000_0095",123112402 +400500301,4005,3,400500301,4005_3_1,Ren (Birthday 2023),Ren: Pardon the interruption.,Ren: Pardon the interruption.,"stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0057",1 +400500401,4005,16,400500401,4005_16_1,Ren (New Year's 2024),Ren: Happy New Year,Ren: Happy New Year,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0062",324010174 +400500501,4005,17,400500501,4005_17_1,Koi Valentine 2024,Ren is online,Ren is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0081",324021466 +400500701,4005,7,400500701,4005_7_1,Ren (April 2023),Ren: Good afternoon.,Ren: Good afternoon.,"stamp_00_00000_0014,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0084",1 +400500801,4005,8,400500801,4005_8_1,Ren (May 2023),Ren: Good evening.,Ren: Good evening.,"stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0084",1 +400500901,4005,9,400500901,4005_9_1,Ren (June 2023),Ren: The special article on Liella! has arrived.,Ren: The special article on Liella! has arrived.,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0088",323062604 +400501001,4005,10,400501001,4005_10_1,Ren (July 2023),Ren is online,Ren is online,"stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0090",323071805 +400501101,4005,11,400501101,4005_11_1,Ren (Summer Vacation 2023),Ren is online,Ren is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0095",323080403 +400501201,4005,12,400501201,4005_12_1,Ren (September 2023),"Ren: It's a new semester now, huh.","Ren: It's a new semester now, huh.","stamp_00_00000_0005,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082",323090118 +400501301,4005,13,400501301,4005_13_1,Ren (Halloween 2023),Ren is online,Ren is online,"stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0051,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0082",323102511 +400501401,4005,14,400501401,4005_14_1,Ren (November 2023),"Ren: We're certainly in Fall now, huh?","Ren: We're certainly in Fall now, huh?","stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081",323110113 +400501501,4005,15,400501501,4005_15_1,Ren (Christmas 2023),Ren is online,Ren is online,"stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0076",323122547 +400501801,4005,18,400501801,4005_18_1,Ren (White Day 2024),Ren: Good afternoon.,Ren: Good afternoon.,"stamp_00_00000_0011,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088",324031467 +400600101,4006,1,400600101,4006_1_1,Kinako (DM),Kinako: What's up?,Kinako: What's up?,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0056,stamp_00_00000_0062,stamp_00_00000_0082,stamp_00_00000_0094,stamp_00_00000_0095,stamp_04_04006_0009",1 +400600102,4006,1,400600102,4006_1_2,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0090,stamp_04_04006_0009",1 +400600103,4006,1,400600103,4006_1_3,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0005,stamp_00_00000_0045,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0094,stamp_00_00000_0095",1 +400600104,4006,1,400600104,4006_1_4,Kinako (DM),"Kinako: Hey, what's up?","Kinako: Hey, what's up?","stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0060,stamp_00_00000_0080,stamp_04_04006_0009",1 +400600105,4006,1,400600105,4006_1_5,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0014,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0095,stamp_04_04006_0009",1 +400600106,4006,1,400600106,4006_1_6,Kinako (DM),Kinako sent a sticker,Kinako sent a sticker,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0081",1 +400600107,4006,1,400600107,4006_1_7,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090,stamp_04_04006_0009",1 +400600108,4006,1,400600108,4006_1_8,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0007,stamp_00_00000_0015,stamp_00_00000_0056,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090",1 +400600109,4006,1,400600109,4006_1_9,Kinako (DM),"Kinako: Good morning, good morning!","Kinako: Good morning, good morning!","stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0081",1 +400600110,4006,1,400600110,4006_1_10,Kinako (DM),"Kinako: Hey, what's up?","Kinako: Hey, what's up?","stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0084",1 +400600111,4006,1,400600111,4006_1_11,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0003,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0083,stamp_00_00000_0084,stamp_04_04006_0009",1 +400600112,4006,1,400600112,4006_1_12,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0048,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0085,stamp_04_04006_0009",1 +400600113,4006,1,400600113,4006_1_13,Kinako (DM),"Kinako: Hey, what's up?","Kinako: Hey, what's up?","stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090",1 +400600114,4006,1,400600114,4006_1_14,Kinako (DM),Kinako is online,Kinako is online,"stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090,stamp_04_04006_0009",1 +400600115,4006,1,400600115,4006_1_15,Kinako (DM),Kinako: Thanks a lot for today!,Kinako: Thanks a lot for today!,"stamp_00_00000_0007,stamp_00_00000_0048,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0083,stamp_00_00000_0088,stamp_04_04006_0009",1 +400600301,4006,3,400600301,4006_3_1,Kinako (Birthday 2023),"Kinako: This is outta the blue, but do you like potatoes?","Kinako: This is outta the blue, but do you like potatoes?","stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0082,stamp_00_00000_0096",1 +400600401,4006,16,400600401,4006_16_1,Kinako (New Year's 2024),Kinako: Happy New Yearrr,Kinako: Happy New Yearrr,"stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04006_0009",324010175 +400600501,4006,17,400600501,4006_17_1,Kinako Valentine 2024,Kinako: Can I have a minute now?,Kinako: Do you have a minute?,"stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0056",324021103 +400600701,4006,7,400600701,4006_7_1,Kinako (April 2023),Kinako: Take a look at this!,Kinako: Take a look at this!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060",1 +400600801,4006,8,400600801,4006_8_1,Kinako (May 2023),Kinako: Golden week's almost here.,Kinako: Golden week's almost here.,"stamp_00_00000_0015,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082,stamp_04_04006_0009",1 +400600901,4006,9,400600901,4006_9_1,Kinako (June 2023),"Kinako: That rain's never gonna stop, huh?","Kinako: That rain's never gonna stop, huh?","stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0094",323062204 +400601001,4006,10,400601001,4006_10_1,Kinako (July 2023),Kinako: I got newsss!,Kinako: I got newsss!,"stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0085,stamp_04_04006_0009",323071004 +400601101,4006,11,400601101,4006_11_1,Kinako (Summer Vacation 2023),Kinako: Help me...,Kinako: Help me...,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0081,stamp_04_04006_0009",323080604 +400601201,4006,12,400601201,4006_12_1,Kinako (September 2023),Kinako is online,Kinako is online,"stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0081",323090119 +400601301,4006,13,400601301,4006_13_1,Kinako (Halloween 2023),Kinako is online,Kinako is online,"stamp_00_00000_0013,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04006_0009",323102512 +400601401,4006,14,400601401,4006_14_1,Kinako (November 2023),"Kinako: Dang, it sure is Fall now!","Kinako: Dang, it sure is Fall now!","stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0062,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088",323110114 +400601501,4006,15,400601501,4006_15_1,Kinako (Christmas 2023),Kinako: Merry Christmas!,Kinako: Merry Christmas!,"stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0084,stamp_00_00000_0088,stamp_04_04006_0009",323122304 +400601801,4006,18,400601801,4006_18_1,Kinako (White Day 2024),Kinako is online,Kinako is online,"stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088",324031005 +400700101,4007,1,400700101,4007_1_1,Mei (DM),Mei: Sup?,Mei: Sup?,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0089",1 +400700102,4007,1,400700102,4007_1_2,Mei (DM),Mei is online,Mei is online,"stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0084",1 +400700103,4007,1,400700103,4007_1_3,Mei (DM),Mei is online,Mei is online,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0080,stamp_00_00000_0092,stamp_04_04007_0006",1 +400700104,4007,1,400700104,4007_1_4,Mei (DM),Mei: Good morning!,Mei: Good morning!,"stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0061",1 +400700105,4007,1,400700105,4007_1_5,Mei (DM),Mei: Sup?,Mei: Sup?,"stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0051,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0084",1 +400700106,4007,1,400700106,4007_1_6,Mei (DM),Mey: Yo!,Mey: Yo!,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0084,stamp_04_04007_0006",1 +400700107,4007,1,400700107,4007_1_7,Mei (DM),Mei: Check it!,Mei: Check it!,"stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0071,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0091,stamp_04_04007_0006",1 +400700108,4007,1,400700108,4007_1_8,Mei (DM),Mei is online,Mei is online,"stamp_00_00000_0022,stamp_00_00000_0031,stamp_00_00000_0050,stamp_00_00000_0085,stamp_00_00000_0088",1 +400700109,4007,1,400700109,4007_1_9,Mei (DM),Mei: Oh no oh no!,Mei: Oh no oh no!,"stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0010,stamp_00_00000_0057,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088",1 +400700110,4007,1,400700110,4007_1_10,Mei (DM),Mei is online,Mei is online,"stamp_00_00000_0001,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0092",1 +400700111,4007,1,400700111,4007_1_11,Mei (DM),Mei: Heya.,Mei: Heya.,"stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088",1 +400700112,4007,1,400700112,4007_1_12,Mei (DM),Mei: Sup?,Mei: Sup?,"stamp_00_00000_0004,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0084",1 +400700113,4007,1,400700113,4007_1_13,Mei (DM),"Mei: I know I'm a little late saying it, but thanks for earlier.","Mei: I know I'm a little late saying it, but thanks for earlier.","stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0060",1 +400700114,4007,1,400700114,4007_1_14,Mei (DM),Mei is online,Mei is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0085,stamp_04_04007_0006",1 +400700115,4007,1,400700115,4007_1_15,Mei (DM),Mei is online,Mei is online,"stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095",1 +400700201,4007,2,400700201,4007_2_1,Mei (Birthday 2023),Mei is online,Mei is online,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0077",123102902 +400700301,4007,3,400700301,4007_3_1,Mei (Birthday 2023),Mei: You busy right now?,Mei: You busy right now?,"stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0088",1 +400700401,4007,16,400700401,4007_16_1,Mei (New Year's 2024),Mei: Sup?,Mei: Sup?,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_04_04007_0006",324010176 +400700501,4007,17,400700501,4007_17_1,Mei Valentine 2024,Mei is online,Mei is online,"stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0066",324021004 +400700701,4007,7,400700701,4007_7_1,Mei (April 2023),Mei sent an image,Mei sent an image,"stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0077,stamp_00_00000_0088",1 +400700801,4007,8,400700801,4007_8_1,Mei (May 2023),Mei: You have any plans for Golden Week yet?,Mei: You have any plans for Golden Week yet?,"stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0081,stamp_00_00000_0084",1 +400700901,4007,9,400700901,4007_9_1,Mei (June 2023),Mei: Got the news article! Thanks for always being such a big help.,Mei: Got the news article! Thanks for always being such a big help.,"stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017",323060604 +400701001,4007,10,400701001,4007_10_1,Mei (July 2023),Mei: Sup.,Mei: Sup.,"stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0049,stamp_00_00000_0053",323071806 +400701101,4007,11,400701101,4007_11_1,Mei (Summer Vacation 2023),Mei: Emergency...,Mei: Emergency...,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0027",323082107 +400701201,4007,12,400701201,4007_12_1,Mei (September 2023),Mei: Can you believe we're already going back to school?,Mei: Can you believe we're already going back to school?,"stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0032,stamp_00_00000_0037,stamp_00_00000_0046,stamp_04_04006_0009",323090120 +400701301,4007,13,400701301,4007_13_1,Mei (Halloween 2023),Mei is online,Mei is online,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0035",323102513 +400701401,4007,14,400701401,4007_14_1,Mei (November 2023),Mei: Could we chat for a bit?,Mei: Could we chat for a bit?,"stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0038,stamp_00_00000_0048",323110115 +400701501,4007,15,400701501,4007_15_1,Mei (Christmas 2023),Mei: Merry Christmas!,Mei: Merry Christmas!,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0026",323122548 +400701801,4007,18,400701801,4007_18_1,Mei (White Day 2024),Mei: Got a sec?,Mei: Got a sec?,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0053",324031006 +400800101,4008,1,400800101,4008_1_1,Shiki (DM),Shiki: Test message.,Shiki: Test message.,"stamp_00_00000_0001,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0062",1 +400800102,4008,1,400800102,4008_1_2,Shiki (DM),Shiki is online,Shiki is online,"stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0081",1 +400800103,4008,1,400800103,4008_1_3,Shiki (DM),Shiki: You busy?,Shiki: You busy?,"stamp_00_00000_0051,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0090",1 +400800104,4008,1,400800104,4008_1_4,Shiki (DM),Shiki is online,Shiki is online,"stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0064,stamp_00_00000_0077,stamp_00_00000_0084",1 +400800105,4008,1,400800105,4008_1_5,Shiki (DM),Shiki: Thanks for writing that article.,Shiki: Thanks for writing that article.,"stamp_00_00000_0002,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0084",1 +400800106,4008,1,400800106,4008_1_6,Shiki (DM),Shiki is online,Shiki is online,"stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0094",1 +400800107,4008,1,400800107,4008_1_7,Shiki (DM),Shiki: Thanks for telling me about the insect exhibit.,Shiki: Thanks for telling me about the insect exhibit.,"stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0081,stamp_04_04007_0006,stamp_04_04008_0007",1 +400800108,4008,1,400800108,4008_1_8,Shiki (DM),Shiki: Got a sec?,Shiki: Got a sec?,"stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0084",1 +400800109,4008,1,400800109,4008_1_9,Shiki (DM),Shiki: Hi.,Shiki: Hi.,"stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0078",1 +400800110,4008,1,400800110,4008_1_10,Shiki (DM),Shiki is online,Shiki is online,"stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0078",1 +400800111,4008,1,400800111,4008_1_11,Shiki (DM),Shiki is online,Shiki is online,"stamp_00_00000_0001,stamp_00_00000_0026,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050",1 +400800112,4008,1,400800112,4008_1_12,Shiki (DM),Shiki: Hey.,Shiki: Hey.,"stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0053",1 +400800113,4008,1,400800113,4008_1_13,Shiki (DM),Shiki: Been a while.,Shiki: Been a while.,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04008_0007",1 +400800114,4008,1,400800114,4008_1_14,Shiki (DM),Shiki: Morning.,Shiki: Morning.,"stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0094,stamp_04_04008_0007",1 +400800115,4008,1,400800115,4008_1_15,Shiki (DM),Shiki is online,Shiki is online,"stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0063,stamp_00_00000_0075,stamp_04_04008_0007",1 +400800201,4008,2,400800201,4008_2_1,Shiki (Birthday 2023),Shiki is online,Shiki is online,"stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0063,stamp_00_00000_0066,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0096",123061702 +400800301,4008,3,400800301,4008_3_1,Shiki (Birthday 2023),Shiki: Happy birthday.,Shiki: Happy birthday.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0083",1 +400800401,4008,16,400800401,4008_16_1,Shiki (New Year's 2024),"Shiki: Hey, Happy New Year","Shiki: Hey, Happy New Year","stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0095,stamp_04_04008_0007",324010177 +400800501,4008,17,400800501,4008_17_1,Shiki Valentine 2024,Shiki: Can I come in now?,Shiki: Busy?,"stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0091",324021104 +400800701,4008,7,400800701,4008_7_1,Shiki (April 2023),Shiki: The cherry blossoms are blooming.,Shiki: The cherry blossoms are blooming.,"stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0088",1 +400800801,4008,8,400800801,4008_8_1,Shiki (May 2023),Shiki is online,Shiki is online,"stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0093",1 +400800901,4008,9,400800901,4008_9_1,Shiki (June 2023),Shiki is online,Shiki is online,"stamp_00_00000_0015,stamp_00_00000_0029,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0090",323060806 +400801001,4008,10,400801001,4008_10_1,Shiki (July 2023),Shiki is online,Shiki is online,"stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0081,stamp_00_00000_0095",323072015 +400801101,4008,11,400801101,4008_11_1,Shiki (Summer Vacation 2023),Shiki is online,Shiki is online,"stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0081,stamp_04_04008_0007",323080404 +400801201,4008,12,400801201,4008_12_1,Shiki (September 2023),Shiki: I got the article. Thanks.,Shiki: I got the article. Thanks.,"stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0082",323090121 +400801301,4008,13,400801301,4008_13_1,Shiki (Halloween 2023),Shiki is online,Shiki is online,"stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0064,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0094",323102202 +400801401,4008,14,400801401,4008_14_1,Shiki (November 2023),Shiki: Thanks for writing that Halloween article for us.,Shiki: Thanks for writing that Halloween article for us.,"stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0084",323111504 +400801501,4008,15,400801501,4008_15_1,Shiki (Christmas 2023),Shiki is online,Shiki is online,"stamp_00_00000_0004,stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0095",323122549 +400801801,4008,18,400801801,4008_18_1,Shiki (White Day 2024),Shiki is online,Shiki is online,"stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0084,stamp_04_04008_0007",324031468 +400900101,4009,1,400900101,4009_1_1,Natsumi (DM),Natsumi: Thanks for all the hard work!,Natsumi: Thanks for all the hard work!,"stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0084",1 +400900102,4009,1,400900102,4009_1_2,Natsumi (DM),Natsumi is online,Natsumi is online,"stamp_00_00000_0011,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0087,stamp_00_00000_0094",1 +400900103,4009,1,400900103,4009_1_3,Natsumi (DM),Natsumi is online,Natsumi is online,"stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0082",1 +400900104,4009,1,400900104,4009_1_4,Natsumi (DM),Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0025,stamp_00_00000_0045,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_04_04009_0001",1 +400900105,4009,1,400900105,4009_1_5,Natsumi (DM),Natsumi is online,Natsumi is online,"stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0028,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0084",1 +400900106,4009,1,400900106,4009_1_6,Natsumi (DM),Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0084,stamp_04_04009_0001",1 +400900107,4009,1,400900107,4009_1_7,Natsumi (DM),Natsumi: Good evening.,Natsumi: Good evening.,"stamp_00_00000_0024,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084",1 +400900108,4009,1,400900108,4009_1_8,Natsumi (DM),Natsumi: Good evening!,Natsumi: Good evening!,"stamp_00_00000_0010,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0062,stamp_00_00000_0081",1 +400900109,4009,1,400900109,4009_1_9,Natsumi (DM),Natsumi: ONINATSU!,Natsumi: ONINATSU!,"stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0071",1 +400900110,4009,1,400900110,4009_1_10,Natsumi (DM),Natsumi is online,Natsumi is online,"stamp_00_00000_0001,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0094",1 +400900111,4009,1,400900111,4009_1_11,Natsumi (DM),Natsumi: I have breaking news!,Natsumi: I have breaking news!,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0061,stamp_00_00000_0088",1 +400900112,4009,1,400900112,4009_1_12,Natsumi (DM),Natsumi is online,Natsumi is online,"stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0082,stamp_00_00000_0089,stamp_00_00000_0094",1 +400900113,4009,1,400900113,4009_1_13,Natsumi (DM),Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0084,stamp_04_04009_0001",1 +400900114,4009,1,400900114,4009_1_14,Natsumi (DM),Natsumi: ONINATSU!,Natsumi: ONINATSU!,"stamp_00_00000_0007,stamp_00_00000_0049,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088,stamp_00_00000_0089",1 +400900115,4009,1,400900115,4009_1_15,Natsumi (DM),Natsumi: Thanks a bunch for today.,Natsumi: Thanks a bunch for today.,"stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088",1 +400900201,4009,2,400900201,4009_2_1,Natsumi (Birthday 2023),Natsumi is online,Natsumi is online,"stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0071,stamp_00_00000_0081,stamp_00_00000_0082",123080702 +400900301,4009,3,400900301,4009_3_1,Natsumi (Birthday 2023),Natsumi: ONINATSU!,Natsumi: ONINATSU!,"stamp_00_00000_0007,stamp_00_00000_0013,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0090",1 +400900401,4009,16,400900401,4009_16_1,Natsumi (New Year's 2024),Natsumi: It's a Happy New Year!,Natsumi: It's a Happy New Year!,"stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0039,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0095",324010178 +400900501,4009,17,400900501,4009_17_1,Natsumi Valentine 2024,Natsumi: this is a sudden quiz..!,Natsumi: Surprise quiz!,"stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029",324020904 +400900701,4009,7,400900701,4009_7_1,Natsumi (April 2023),Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0094,stamp_04_04009_0001",1 +400900801,4009,8,400900801,4009_8_1,Natsumi (May 2023),Natsumi is online,Natsumi is online,"stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088",1 +400900901,4009,9,400900901,4009_9_1,Natsumi (June 2023),"Natsumi: Thanksies for the article, honey!","Natsumi: Thanksies for the article, honey!","stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0024,stamp_00_00000_0053",323060506 +400901001,4009,10,400901001,4009_10_1,Natsumi (July 2023),Natsumi: ONINATSU!,Natsumi: ONINATSU!,"stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0052",323072016 +400901101,4009,11,400901101,4009_11_1,Natsumi (Summer Vacation 2023),Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0048",323082108 +400901201,4009,12,400901201,4009_12_1,Natsumi (September 2023),Natsumi: Surprise! OniNatsu pop quiz!,Natsumi: Surprise! OniNatsu pop quiz!,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0049",323090122 +400901301,4009,13,400901301,4009_13_1,Natsumi (Halloween 2023),Natsumi: Happy Halloween!,Natsumi: Happy Halloween!,"stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0049",323102514 +400901401,4009,14,400901401,4009_14_1,Natsumi (November 2023),Natsumi: Fall is the perfect season for good food!,Natsumi: Fall is the perfect season for good food!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019",323110116 +400901501,4009,15,400901501,4009_15_1,Natsumi (Christmas 2023),Natsumi: It's a Merry Christmas!,Natsumi: It's a Merry Christmas!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0048",323122550 +400901801,4009,18,400901801,4009_18_1,Natsumi (White Day 2024),Natsumi: ONINATSU!,Natsumi: ONINATSU!,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0053",324031104 +401000101,4010,1,401000101,4010_1_1,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0077,stamp_00_00000_0086",323121501 +401000102,4010,1,401000102,4010_1_2,Margarete (DM),Margarete: I read your new article,Margarete: I read your new article,"stamp_00_00000_0005,stamp_00_00000_0039",323121501 +401000103,4010,1,401000103,4010_1_3,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0060,stamp_00_00000_0064,stamp_00_00000_0077,stamp_00_00000_0086",323121501 +401000104,4010,1,401000104,4010_1_4,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0077",323121501 +401000105,4010,1,401000105,4010_1_5,Margarete (DM),Margarete: Thank you for your goodies,Margarete: Thank you for your goodies,"stamp_00_00000_0004,stamp_00_00000_0022,stamp_00_00000_0046,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0088",323121501 +401000106,4010,1,401000106,4010_1_6,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0009,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0063,stamp_00_00000_0077,stamp_00_00000_0086",323121501 +401000107,4010,1,401000107,4010_1_7,Margarete (DM),Margarete sent an image,Margarete sent an image,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0077",323121501 +401000108,4010,1,401000108,4010_1_8,Margarete (DM),Margarete: That shark video,Margarete: That shark video,"stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0064,stamp_00_00000_0077",323121501 +401000109,4010,1,401000109,4010_1_9,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0017,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0083,stamp_00_00000_0095",323121501 +401000110,4010,1,401000110,4010_1_10,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0053,stamp_00_00000_0086",323121501 +401000111,4010,1,401000111,4010_1_11,Margarete (DM),Margarete: Today was really fun,Margarete: Today was really fun,"stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0077",323121501 +401000112,4010,1,401000112,4010_1_12,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0062,stamp_00_00000_0077",323121501 +401000113,4010,1,401000113,4010_1_13,Margarete (DM),The sachertorte I got as a present was pretty good.,Margarete: The Sachertorte you brought was quite good.,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0064,stamp_00_00000_0077,stamp_00_00000_0085",324012001 +401000114,4010,1,401000114,4010_1_14,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0009,stamp_00_00000_0064,stamp_00_00000_0071,stamp_00_00000_0085,stamp_00_00000_0089",324012001 +401000115,4010,1,401000115,4010_1_15,Margarete (DM),Margarete is online,Margarete is online,"stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0063",324012001 +401000301,4010,3,401000301,4010_3_1,Margarete (Birthday 2023),Margarete: Happy Birthday,Margarete: Happy Birthday,"stamp_00_00000_0007,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0086",323121501 +401100101,4011,1,401100101,4011_1_1,Tomari (DM),Tomari: Nice to meet you,Tomari: Nice to meet you,"stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0077",323121501 +401100102,4011,1,401100102,4011_1_2,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0049,stamp_00_00000_0077",323121501 +401100103,4011,1,401100103,4011_1_3,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0085",323121501 +401100104,4011,1,401100104,4011_1_4,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0086,stamp_00_00000_0094,stamp_04_04008_0007",323121501 +401100105,4011,1,401100105,4011_1_5,Tomari (DM),Tomari: Good evening,Tomari: Good evening,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0036,stamp_00_00000_0095",323121501 +401100106,4011,1,401100106,4011_1_6,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0057",323121501 +401100107,4011,1,401100107,4011_1_7,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0085,stamp_00_00000_0086",323121501 +401100108,4011,1,401100108,4011_1_8,Tomari (DM),Tomari: Good evening,Tomari: Good evening,"stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0085",323121501 +401100109,4011,1,401100109,4011_1_9,Tomari (DM),Tomari: Thanks for your hard work,Tomari: Thanks for your hard work,"stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0085",323121501 +401100110,4011,1,401100110,4011_1_10,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0004,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0077",323121501 +401100111,4011,1,401100111,4011_1_11,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0004,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0077",323121501 +401100112,4011,1,401100112,4011_1_12,Tomari (DM),Tomari: Thanks for your goodies today,Tomari: Thanks for your goodies today,"stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0085",323121501 +401100113,4011,1,401100113,4011_1_13,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0085,stamp_00_00000_0093,stamp_04_04002_0003",323122801 +401100114,4011,1,401100114,4011_1_14,Tomari (DM),Tomari: Good evening,Tomari: Good evening,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0077",323122801 +401100115,4011,1,401100115,4011_1_15,Tomari (DM),Tomari is online,Tomari is online,"stamp_00_00000_0002,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0095",323122801 +401100301,4011,3,401100301,4011_3_1,Tomari (Birthday 2023),Tomari sent a sticker,Tomari sent a sticker,"stamp_00_00000_0014,stamp_00_00000_0077,stamp_00_00000_0086,stamp_04_04008_0007,stamp_04_04009_0001",323121501 +410100101,4101,1,410100101,4101_1_1,Liella!,Keke: FIRST!,Keke: FIRST!,"stamp_00_00000_0061,stamp_00_00000_0071,stamp_04_04003_0004,stamp_04_04004_0008",1 +410100102,4101,1,410100102,4101_1_2,Liella!,Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0009,stamp_00_00000_0049,stamp_04_04009_0001",1 +410100103,4101,1,410100103,4101_1_3,Liella!,Keke: BIG TROUBLE!,Keke: BIG TROUBLE!,"stamp_00_00000_0017,stamp_00_00000_0065,stamp_00_00000_0078,stamp_00_00000_0090,stamp_04_04004_0008",1 +410100104,4101,1,410100104,4101_1_4,Liella!,Kanon: Good morning!,Kanon: Good morning!,"stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0053,stamp_04_04003_0004",1 +410100105,4101,1,410100105,4101_1_5,Liella!,Sumire: Mind if I ask something?,Sumire: Mind if I ask something?,"stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0054,stamp_00_00000_0081,stamp_04_04001_0002,stamp_04_04003_0004",1 +410100106,4101,1,410100106,4101_1_6,Liella!,Kinako: Hey everyone! Who here likes potatoes?!,Kinako: Hey everyone! Who here likes potatoes?!,"stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0049,stamp_00_00000_0050",1 +410100107,4101,1,410100107,4101_1_7,Liella!,"Mei: Hey Keke, about the new school idol shop in Harajuku...","Mei: Hey Keke, about the new school idol shop in Harajuku...","stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0053",1 +410100108,4101,1,410100108,4101_1_8,Liella!,Sumire is online,Sumire is online,"stamp_00_00000_0030,stamp_00_00000_0095,stamp_04_04003_0004",1 +410100109,4101,1,410100109,4101_1_9,Liella!,Ren: I saw your article was published and we all read it right away.,Ren: I saw your article was published and we all read it right away.,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0038,stamp_04_04003_0004",1 +410100110,4101,1,410100110,4101_1_10,Liella!,Ren: We have exams beginning next week.,Ren: We have exams beginning next week.,"stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0081",1 +410100111,4101,1,410100111,4101_1_11,Liella!,Shiki: Mei's looking cute today.,Shiki: Mei's looking cute today.,"stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0088,stamp_04_04003_0004,stamp_04_04007_0006,stamp_04_04008_0007",1 +410100112,4101,1,410100112,4101_1_12,Liella!,Kinako: Do you all have some free time after practice tomorrow?,Kinako: Do you all have some free time after practice tomorrow?,"stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0083,stamp_00_00000_0085,stamp_04_04003_0004,stamp_04_04006_0009",1 +410100113,4101,1,410100113,4101_1_13,Liella!,Ren is online,Ren is online,"stamp_00_00000_0009,stamp_00_00000_0061",1 +410100114,4101,1,410100114,4101_1_14,Liella!,Keke is online,Keke is online,"stamp_00_00000_0016,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0062,stamp_00_00000_0071,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0094,stamp_04_04005_0005",1 +410100115,4101,1,410100115,4101_1_15,Liella!,Keke sent a sticker,Keke sent a sticker,"stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0081",1 +410100201,4101,2,410100201,4101_2_1,Kanon (Birthday Party 2023): Part 1,Chisato: Guys! It's almost Kanon's birthday!,Chisato: Guys! It's almost Kanon's birthday!,"stamp_00_00000_0002,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0064,stamp_00_00000_0076,stamp_00_00000_0087,stamp_04_04003_0004",1 +410100301,4101,3,410100301,4101_3_1,Kanon (Birthday Party 2023): Part 2,Kanon: Thanks again for today!,Kanon: Thanks again for today!,"stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0088",1 +410100401,4101,4,410100401,4101_4_1,Shiki (Birthday Party 2023): Part 1,Mei: Uh-oh.,Mei: Uh-oh.,"stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0066,stamp_00_00000_0088,stamp_00_00000_0094,stamp_04_04006_0009",123061702 +410100501,4101,5,410100501,4101_5_1,Shiki (Birthday Party 2023): Part 2,Shiki: Thank you for coming to my birthday party today.,Shiki: Thank you for coming to my birthday party today.,"stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084",123061702 +410100601,4101,6,410100601,4101_6_1,Liella! (Event Prep 2023),"Kanon: Hey, guys, are you nearly ready?","Kanon: Hey, guys, are you nearly ready?","stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0024,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0064,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0095,stamp_04_04003_0004",323062008 +410100701,4101,7,410100701,4101_7_1,Liella! (Summer 2023),"Kinako: Tanabata is just around the corner, huh!","Kinako: Tanabata is just around the corner, huh!","stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0075,stamp_00_00000_0094",323070402 +410100801,4101,8,410100801,4101_8_1,Keke (Birthday Party 2023): Part 1,Sumire: So I hear there's a Sunny Passion live show on Keke's...,Sumire: So I hear there's a Sunny Passion live show on Keke's...,"stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0095,stamp_04_04003_0004",123071702 +410100901,4101,9,410100901,4101_9_1,Keke (Birthday Party 2023): Part 2,"Keke: Ooh, I was sosososo freaked out!","Keke: Ooh, I was sosososo freaked out!","stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0033,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0065,stamp_00_00000_0071,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_04_04003_0004",123071702 +410101001,4101,10,410101001,4101_10_1,Natsumi (Birthday Party 2023): Part 1,Kinako: It's almost Natsumi's birthday.,Kinako: It's almost Natsumi's birthday.,"stamp_00_00000_0004,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0076,stamp_00_00000_0077,stamp_04_04003_0004",123080702 +410101101,4101,11,410101101,4101_11_1,Natsumi (Birthday Party 2023): Part 2,Natsumi: I'm afraid I giggled and became like a little child.,Natsumi: I'm afraid I giggled and became like a little child.,"stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0033,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0088",123080702 +410101201,4101,12,410101201,4101_12_1,Liella! (Summer Festival 2023),Kanon: The big event is finally tomorrow!,Kanon: The big event is finally tomorrow!,"stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0065,stamp_00_00000_0071,stamp_00_00000_0082,stamp_00_00000_0085,stamp_04_04003_0004,stamp_04_04004_0008",323082406 +410101301,4101,13,410101301,4101_13_1,Sumire (Birthday Party 2023): Part 1,Keke: I just thought of a great idea for Sumire's special day!,Keke: I just thought of a great idea for Sumire's special day!,"stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_04_04003_0004,stamp_04_04004_0008",123092802 +410101401,4101,14,410101401,4101_14_1,Sumire (Birthday Party 2023): Part 2,Sumire: I had so much fun picking melons today.,Sumire: I had so much fun picking melons today.,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0087,stamp_04_04004_0008",123092802 +410101501,4101,15,410101501,4101_15_1,Liella! (Fall 2023),Ren: Have you all appreciated the gorgeous moon tonight?,Ren: Have you all appreciated the gorgeous moon tonight?,"stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0064,stamp_00_00000_0068,stamp_00_00000_0078,stamp_00_00000_0092,stamp_04_04003_0004",323100102 +410101601,4101,16,410101601,4101_16_1,Liella! Half Anniversary,Chisato: Tomorrow...isn't that... Oh! October 15th!,Chisato: Tomorrow...isn't that... Oh! October 15th!,"stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0036,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0088,stamp_04_04003_0004",323101404 +410101701,4101,17,410101701,4101_17_1,Mei (Birthday Party 2023): Part 1,"Shiki: No one's forgetting the plan for tomorrow, right?","Shiki: No one's forgetting the plan for tomorrow, right?","stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0089,stamp_00_00000_0095",123102902 +410101801,4101,18,410101801,4101_18_1,Mei (Birthday Party 2023): Part 2,Mei: THE CAT CAFE WAS AMAZINGGG!,Mei: THE CAT CAFE WAS AMAZINGGG!,"stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088",123102902 +410101901,4101,19,410101901,4101_19_1,Ren (Birthday Party 2023): Part 1,"Chisato: It's almost Ren's birthday, huh.","Chisato: It's almost Ren's birthday, huh.","stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0064,stamp_00_00000_0094,stamp_04_04003_0004",123112402 +410102001,4101,20,410102001,4101_20_1,Ren (Birthday Party 2023): Part 2,Ren: Thank you for everything today.,Ren: Thank you for everything today.,"stamp_00_00000_0016,stamp_00_00000_0033,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0062,stamp_04_04003_0004",123112402 +410102101,4101,21,410102101,4101_21_1,Liella! (Winter 2023),"Ren: Hey everyone, make sure to come to today's Christmas Party...","Ren: Hey everyone, make sure to come to today's Christmas Party...","stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0065,stamp_04_04003_0004",323122552 +410102201,4101,22,410102201,4101_22_1,Tomari (Birthday Party 2023) Part 1,Natsumi: Help me!,Natsumi: Help me!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0065,stamp_00_00000_0096",123122802 +410102301,4101,23,410102301,4101_23_1,Tomari (Birthday Party 2023) Part 2,"Sumire: Thank you for the cookies, Natsumi and Tomari!","Sumire: Thank you for the cookies, Natsumi and Tomari!","stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0096",123122802 +410102401,4101,24,410102401,4101_24_1,Margarete Birthday Celebration 2024①,"Kanon: Your birthday is coming soon, Margarete!",Kanon: Margarete's birthday is coming up soon.,"stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0033,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0053,stamp_00_00000_0065,stamp_04_04003_0004",124012002 +410102501,4101,25,410102501,4101_25_1,Margarete Birthday Celebration 2024②,Margarete: Today's concert…,Margarete: The concert today,"stamp_00_00000_0033,stamp_00_00000_0051,stamp_00_00000_0065",124012002 +410102601,4101,26,410102601,4101_26_1,Liella! Live 2024,"Chisato: Finally, tomorrow is the live concert!",Chisato: The live show's finally tomorrow!,"stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0060,stamp_04_04003_0004",324011902 +410102701,4101,27,410102701,4101_27_1,Chisato (Birthday Party 2024): Part 1,Kanon: Did you all find a circle place?,Kanon: Did you all find a circle place?,"stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0063,stamp_00_00000_0077,stamp_00_00000_0079,stamp_04_04003_0004",124022502 +410102801,4101,28,410102801,4101_28_1,Chisato (Birthday Party 2024): Part 2,Chisato: Circles... so good.,Chisato: Circles... so good.,"stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0048,stamp_04_04003_0004",124022502 +410102901,4101,29,410102901,4101_29_1,Liella! 春2024,Keke is online,Keke is online,"stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0065,stamp_04_04003_0004,stamp_04_04008_0007",324030303 +410103001,4101,30,410103001,4101_30_1,Kinako (Birthday Party 2024): Part 1,Natsumi sent a sticker,Natsumi sent a sticker,"stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0094,stamp_04_04009_0001",324031604 +410103101,4101,31,410103101,4101_31_1,Kinako (Birthday Party 2024): Part 2,Kinako: Potatoes are the best!,Kinako: Potatoes are the best!,"stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0035,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0089",324031604 diff --git a/src/router/databases/csv-en/chat_character.csv b/src/router/databases/csv-en/chat_character.csv new file mode 100644 index 0000000..738b80a --- /dev/null +++ b/src/router/databases/csv-en/chat_character.csv @@ -0,0 +1,43 @@ +_id,_characterId,_group,_name,_masterReleaseLabelId +1001,1001,100,Honoka,1 +1002,1002,100,Eli,1 +1003,1003,100,Kotori,1 +1004,1004,100,Umi,1 +1005,1005,100,Rin,1 +1006,1006,100,Maki,1 +1007,1007,100,Nozomi,1 +1008,1008,100,Hanayo,1 +1009,1009,100,Nico,1 +2001,2001,200,Chika,1 +2002,2002,200,Riko,1 +2003,2003,200,Kanan,1 +2004,2004,200,Dia,1 +2005,2005,200,You,1 +2006,2006,200,Yoshiko,1 +2007,2007,200,Hanamaru,1 +2008,2008,200,Mari,1 +2009,2009,200,Ruby,1 +3001,3001,300,Ayumu,1 +3002,3002,300,Kasumi,1 +3003,3003,300,Shizuku,1 +3004,3004,300,Karin,1 +3005,3005,300,Ai,1 +3006,3006,300,Kanata,1 +3007,3007,300,Setsuna,1 +3008,3008,300,Emma,1 +3009,3009,300,Rina,1 +3010,3010,300,Shioriko,1 +3011,3011,300,Mia,1 +3012,3012,300,Lanzhu,1 +3099,0,300,Yu,1 +4001,4001,400,Kanon,1 +4002,4002,400,Keke,1 +4003,4003,400,Chisato,1 +4004,4004,400,Sumire,1 +4005,4005,400,Ren,1 +4006,4006,400,Kinako,1 +4007,4007,400,Mei,1 +4008,4008,400,Shiki,1 +4009,4009,400,Natsumi,1 +4010,0,400,Margarete,223121502 +4011,0,400,Tomari,223121502 diff --git a/src/router/masterdata/csv/chat_reward.csv b/src/router/databases/csv-en/chat_reward.csv similarity index 100% rename from src/router/masterdata/csv/chat_reward.csv rename to src/router/databases/csv-en/chat_reward.csv diff --git a/src/router/databases/csv-en/chat_room.csv b/src/router/databases/csv-en/chat_room.csv new file mode 100644 index 0000000..43399cc --- /dev/null +++ b/src/router/databases/csv-en/chat_room.csv @@ -0,0 +1,708 @@ +_id,_masterChatId,_roomId,_hashTag,_firstLineValue,_iconPath,_appearCharaIdList,_masterReleaseLabelId +1001001,1001,1,Honoka (DM),Honoka: Hey hey!,profile_01001_0000,1001,1 +1001002,1001,2,Honoka (Birthday 2023),Honoka is online,profile_01001_0000,1001,123080302 +1001003,1001,3,Honoka (Birthday 2023),Honoka: HAPPY BIRTHDAY!,profile_01001_0000,1001,1 +1001004,1001,16,Honoka (New Year's 2024),Honoka: Happy New Year!,profile_01001_0000,1001,324010140 +1001005,1001,17,Honoka Valentine 2024,"Honoka: Listen, listen..!",profile_01001_0000,1001,324021434 +1001007,1001,7,Honoka (April 2023),Eri: Thanks for the Valentine's Day chocolates today!,profile_01001_0000,1001,1 +1001008,1001,8,Honoka (May 2023),Kotori: Happy Valentine's Day!,profile_01001_0000,1001,1 +1001009,1001,9,Honoka (June 2023),Umi: Thank you for the Valentine's Day chocolates today!,profile_01001_0000,1001,323061304 +1001010,1001,10,Honoka (July 2023),Honoka: Summer vacation is finally here!,profile_01001_0000,1001,323072107 +1001011,1001,11,Honoka (Summer Vacation 2023),Honoka: Hey heyyy.,profile_01001_0000,1001,323082003 +1001012,1001,12,Honoka (September 2023),"Honoka: Hey, got a minute?",profile_01001_0000,1001,323092104 +1001013,1001,13,Honoka (Halloween 2023),Honoka: Trick or treat!,profile_01001_0000,1001,323103132 +1001014,1001,14,Honoka (November 2023),Honoka: Hey there.,profile_01001_0000,1001,323111603 +1001015,1001,15,Honoka (Christmas 2023),Honoka: Merry Christmas!,profile_01001_0000,1001,323122413 +1001018,1001,18,Honoka (White Day 2024),Honoka: Today's White Day!,profile_01001_0000,1001,324031435 +1002001,1002,1,Eli (DM),Eli is online,profile_01002_0000,1002,1 +1002002,1002,2,Eli (Birthday 2023),Eli is online,profile_01002_0000,1002,123102102 +1002003,1002,3,Eli (Birthday 2023),Eli: Happy birthday!,profile_01002_0000,1002,1 +1002004,1002,16,Eli: (New Year's 2024),Eli: Happy New Year,profile_01002_0000,1002,324010141 +1002005,1002,17,Eri Valentine 2024,Eri: Thanks for the Valentine's Day chocolates today!,profile_01002_0000,1002,324021435 +1002007,1002,7,Kotori Valentine 2024,Eli is online,profile_01002_0000,1002,1 +1002008,1002,8,Umi Valentine 2024,"Eli: Oh, listen to this!",profile_01002_0000,1002,1 +1002009,1002,9,Rin Valentine 2024,Eli is online,profile_01002_0000,1002,323060804 +1002010,1002,10,Maki Valentine2 024,Eli: It's been really hot lately—are you feeling okay?,profile_01002_0000,1002,323072405 +1002011,1002,11,Eli (Summer Vacation 2023),Eli: Why does everyone love scary stories in the summertime...,profile_01002_0000,1002,323080703 +1002012,1002,12,Eli (September 2023),Eli: So I went to that place selling seasonal cakes with Nozomi and Nico.,profile_01002_0000,1002,323092503 +1002013,1002,13,Eli (Halloween 2023),Eli is online,profile_01002_0000,1002,323103133 +1002014,1002,14,Eli (November 2023),Eli: It's feeling like autumn!,profile_01002_0000,1002,323112003 +1002015,1002,15,Eli (Christmas 2023),Eli is online,profile_01002_0000,1002,323122414 +1002018,1002,18,Eli (White Day 2024),Eli: Thanks for the White Day gift today.,profile_01002_0000,1002,324031436 +1003001,1003,1,Kotori (DM),Kotori: Hey! It's Kotori.,profile_01003_0000,1003,1 +1003002,1003,2,Kotori (Birthday 2023),Kotori is online,profile_01003_0000,1003,123091202 +1003003,1003,3,Kotori (Birthday 2023),Kotori sent a sticker,profile_01003_0000,1003,1 +1003004,1003,16,Kotori (New Year's 2024),Kotori: Happy New Year,profile_01003_0000,1003,324010142 +1003005,1003,17,Kotori Valentine 2024,Kotori: Happy Valentine's Day!,profile_01003_0000,1003,324021436 +1003007,1003,7,Kotori (April 2023),Kotori is online,profile_01003_0000,1003,1 +1003008,1003,8,Kotori (May 2023),Kotori sent a sticker,profile_01003_0000,1003,1 +1003009,1003,9,Kotori (June 2023),Kotori: So I got a letter from somebody who came to the last live show.,profile_01003_0000,1003,323060403 +1003010,1003,10,Kotori (July 2023),"Kotori: Hey, got a minute? There's something I want to ask you about.",profile_01003_0000,1003,323071203 +1003011,1003,11,Kotori (Summer Vacation 2023),Kotori sent a sticker,profile_01003_0000,1003,323080704 +1003012,1003,12,Kotori (September 2023),Kotori is online,profile_01003_0000,1003,323092804 +1003013,1003,13,Kotori (Halloween 2023),Kotori: Hi!,profile_01003_0000,1003,323103134 +1003014,1003,14,Kotori (November 2023),Kotori sent a sticker,profile_01003_0000,1003,323112603 +1003015,1003,15,Kotori (Christmas 2023),Kotori: Merry Christmas!,profile_01003_0000,1003,323122526 +1003018,1003,18,Kotori (White Day 2024),Kotori: Thanks for the White Day gift today!,profile_01003_0000,1003,324031437 +1004001,1004,1,Umi (DM),Umi is online,profile_01004_0000,1004,1 +1004003,1004,3,Umi (Birthday 2023),Umi: I apologize for sending this so late.,profile_01004_0000,1004,1 +1004004,1004,16,Umi (New Year's 2024),Umi: Happy New Year to you,profile_01004_0000,1004,324010143 +1004005,1004,17,Umi Valentine 2024,Umi: Thank you for the Valentine's Day chocolates today!,profile_01004_0000,1004,324021437 +1004007,1004,7,Umi (April 2023),Umi: Things are finally feeling like spring.,profile_01004_0000,1004,1 +1004008,1004,8,Umi (May 2023),Umi sent an image,profile_01004_0000,1004,1 +1004009,1004,9,Umi (June 2023),Umi is online,profile_01004_0000,1004,323061602 +1004010,1004,10,Umi (July 2023),Umi: Hello.,profile_01004_0000,1004,323072406 +1004011,1004,11,Umi (Summer Vacation 2023),"Umi: Oh dear, I have distressing news!",profile_01004_0000,1004,323082403 +1004012,1004,12,Umi (September 2023),Umi: Hello.,profile_01004_0000,1004,323090303 +1004013,1004,13,Umi (Halloween 2023),Umi is online,profile_01004_0000,1004,323103135 +1004014,1004,14,Umi (November 2023),Umi: Are you ready for our next BBQ?,profile_01004_0000,1004,323111604 +1004015,1004,15,Umi (Christmas 2023),Umi is online,profile_01004_0000,1004,323122415 +1004018,1004,18,Umi (White Day 2024),Umi: Thank you for the White Day gift today.,profile_01004_0000,1004,324031438 +1004019,1004,19,海未 お誕生日2024,Umi is online,profile_01004_0000,1004,124031502 +1005001,1005,1,Rin (DM),Rin is online,profile_01005_0000,1005,1 +1005002,1005,2,Rin (Birthday 2023),Rin is online,profile_01005_0000,1005,123110103 +1005003,1005,3,Rin (Birthday 2023),Rin sent a sticker,profile_01005_0000,1005,1 +1005004,1005,16,Rin (New Year's 2024),Rin: Happy New Year!,profile_01005_0000,1005,324010144 +1005005,1005,17,Rin Valentine 2024,Rin: The chocolate you gave me is so delicious!,profile_01005_0000,1005,324021438 +1005007,1005,7,Rin (April 2023),Rin: The days are all nice and warm now!,profile_01005_0000,1005,1 +1005008,1005,8,Rin (May 2023),Rin: G'morning!,profile_01005_0000,1005,1 +1005009,1005,9,Rin (June 2023),Rin is online,profile_01005_0000,1005,323060203 +1005010,1005,10,Rin (July 2023),"Rin: Oh, noooo!",profile_01005_0000,1005,323072303 +1005011,1005,11,Rin (Summer Vacation 2023),Rin is online,profile_01005_0000,1005,323080803 +1005012,1005,12,Rin (September 2023),Rin: I read the paper!,profile_01005_0000,1005,323092805 +1005013,1005,13,Rin (Halloween 2023),Rin: Happy Halloween!,profile_01005_0000,1005,323103136 +1005014,1005,14,Rin (November 2023),Rin: I'm excited for our next BBQ!,profile_01005_0000,1005,323112203 +1005015,1005,15,Rin (Christmas 2023),Rin: Merry Christmas!,profile_01005_0000,1005,323122416 +1005018,1005,18,Rin (White Day 2024),"Rin: Valentine's was awesome, but White Day is awesome too!",profile_01005_0000,1005,324031439 +1006001,1006,1,Maki (DM),Maki is online,profile_01006_0000,1006,1 +1006003,1006,3,Maki (Birthday 2023),Maki: Happy birthday.,profile_01006_0000,1006,1 +1006004,1006,16,Maki (New Year's 2024),Maki: Happy New Year,profile_01006_0000,1006,324010145 +1006005,1006,17,Maki Valentine 2024,Maki: Thanks for the Valentine's Day chocolates today!,profile_01006_0000,1006,324021439 +1006007,1006,7,Maki (April 2023),Maki: I saw the prettiest row of cherry trees while I was out on a walk earlier.,profile_01006_0000,1006,1 +1006008,1006,8,Maki (May 2023),Maki: Did you see the pics I sent earlier?,profile_01006_0000,1006,1 +1006009,1006,9,Maki (June 2023),Maki: So did you listen to the song I sent you earlier?,profile_01006_0000,1006,323061803 +1006010,1006,10,Maki (July 2023),"Maki: Summer vacation is just around the corner, huh.",profile_01006_0000,1006,323071204 +1006011,1006,11,Maki (Summer Vacation 2023),"Maki: Summer vacation is almost over, huh.",profile_01006_0000,1006,323081604 +1006012,1006,12,Maki (September 2023),"Maki: Hey, got a minute? I want to ask you something about the rehearsal I had you watch today.",profile_01006_0000,1006,323091903 +1006013,1006,13,Maki (Halloween 2023),Maki: Today is Halloween.,profile_01006_0000,1006,323103137 +1006014,1006,14,Maki (November 2023),Maki: It's getting colder these days.,profile_01006_0000,1006,323112103 +1006015,1006,15,Maki (Christmas 2023),Maki is online,profile_01006_0000,1006,323122417 +1006018,1006,18,Maki (White Day 2024),Maki: Morning.,profile_01006_0000,1006,324031440 +1007001,1007,1,Nozomi (DM),Nozomi: Evening.,profile_01007_0000,1007,1 +1007002,1007,2,Nozomi (Birthday 2023),Nozomi is online,profile_01007_0000,1007,123060902 +1007003,1007,3,Nozomi (Birthday 2023),Nozomi: You awake?,profile_01007_0000,1007,1 +1007004,1007,16,Nozomi (New Year's 2024),Nozomi: Happy New Year!,profile_01007_0000,1007,324010146 +1007005,1007,17,Nozomi Valentine 2024,Rarity: I have a problem!,profile_01007_0000,1007,324021440 +1007007,1007,7,Nozomi (April 2023),Nozomi sent an image,profile_01007_0000,1007,1 +1007008,1007,8,Nozomi (May 2023),Nozomi: 'Morninnng.,profile_01007_0000,1007,1 +1007009,1007,9,Nozomi (June 2023),Nozomi is online,profile_01007_0000,1007,323061403 +1007010,1007,10,Nozomi (July 2023),Nozomi: Hellooo.,profile_01007_0000,1007,323072603 +1007011,1007,11,Nozomi (Summer Vacation 2023),Nozomi: Good morning!,profile_01007_0000,1007,323081703 +1007012,1007,12,Nozomi (September 2023),Nozomi: What'cha been up to?,profile_01007_0000,1007,323092105 +1007013,1007,13,Nozomi (Halloween 2023),Nozomi: Happy Halloween!,profile_01007_0000,1007,323103138 +1007014,1007,14,Nozomi (November 2023),Nozomi is online,profile_01007_0000,1007,323111803 +1007015,1007,15,Nozomi (Christmas 2023),Nozomi: Merry Christmas!
How are you spending your Christmas Eve?,profile_01007_0000,1007,323122418 +1007018,1007,18,Nozomi (White Day 2024),Nozomi: Hey!,profile_01007_0000,1007,324031441 +1008001,1008,1,Hanayo (DM),Hanayo is online,profile_01008_0000,1008,1 +1008002,1008,2,Hanayo Birthday 2024,Hanayo is online,profile_01008_0000,1008,124011702 +1008003,1008,3,Hanayo (Birthday 2023),Hanayo sent a sticker,profile_01008_0000,1008,1 +1008004,1008,16,Hanayo (New Year's 2024),Hanayo: Happy New Year!,profile_01008_0000,1008,324010147 +1008005,1008,17,Hanayo Valentine 2024,Hanayo: Thanks for the Valentine's Day chocolates today!,profile_01008_0000,1008,324021441 +1008007,1008,7,Hanayo (April 2023),Hanayo: I've got big news to share!,profile_01008_0000,1008,1 +1008008,1008,8,Hanayo (May 2023),Hanayo: That was amazing...,profile_01008_0000,1008,1 +1008009,1008,9,Hanayo (June 2023),Hanayo is online,profile_01008_0000,1008,323060703 +1008010,1008,10,Hanayo (July 2023),Hanayo: It's so darn hot...,profile_01008_0000,1008,323072902 +1008011,1008,11,Hanayo (Summer Vacation 2023),Hanayo: Hello.,profile_01008_0000,1008,323080804 +1008012,1008,12,Hanayo (September 2023),"Hanayo: Hey, listen to this!",profile_01008_0000,1008,323092903 +1008013,1008,13,Hanayo (Halloween 2023),Hanayo: Happy Halloween!,profile_01008_0000,1008,323103139 +1008014,1008,14,Hanayo (November 2023),Hanayo: It's autumn harvest time!,profile_01008_0000,1008,323110803 +1008015,1008,15,Hanayo (Christmas 2023),Hanayo: Merry Christmas!,profile_01008_0000,1008,323122419 +1008018,1008,18,Hanayo (White Day 2024),Hanayo: Good morning!,profile_01008_0000,1008,324031442 +1009001,1009,1,Nico (DM),Nico: Nico-Nico-Ni! Thanks for coming to interview us today!,profile_01009_0000,1009,1 +1009002,1009,2,Nico (Birthday 2023),Nico is online,profile_01009_0000,1009,123072202 +1009003,1009,3,Nico (Birthday 2023),"Nico: Hey, are you busy today?",profile_01009_0000,1009,1 +1009004,1009,16,Nico (New Year's 2024),Nico: Happy New Year!,profile_01009_0000,1009,324010148 +1009005,1009,17,Niko Valentine 2024,Nico is online,profile_01009_0000,1009,324021442 +1009007,1009,7,Nico (April 2023),Nico: Everything going good?,profile_01009_0000,1009,1 +1009008,1009,8,Nico (May 2023),Nico: Big trouble!!!,profile_01009_0000,1009,1 +1009009,1009,9,Nico (June 2023),Nico is online,profile_01009_0000,1009,323061003 +1009010,1009,10,Nico (July 2023),"Nico: It's scorching hot, but are you staying cool?",profile_01009_0000,1009,323072604 +1009011,1009,11,Nico (Summer Vacation 2023),Nico: What are you up to?,profile_01009_0000,1009,323082904 +1009012,1009,12,Nico (September 2023),Nico is online,profile_01009_0000,1009,323090603 +1009013,1009,13,Nico (Halloween 2023),Nico: Thanks for today!,profile_01009_0000,1009,323103140 +1009014,1009,14,Nico (November 2023),Nico: Getting ready for the next BBQ?,profile_01009_0000,1009,323110603 +1009015,1009,15,Nico (Christmas 2023),Nico: Merry Christmas!,profile_01009_0000,1009,323122420 +1009018,1009,18,Nico (White Day 2024),Nico: The White Day gift was super good.,profile_01009_0000,1009,324031443 +1101001,1101,1,µ's,Honoka: Did everyone get added to the group?,profile_01001_0000,"1001,1007,1002,1003,1004,1005,1006,1008,1009",1 +1101002,1101,2,µ's (Spring 2023),Honoka: I'm sooo sleepy!
I can't keep my eyes open!,profile_01001_0000,"1001,1004,1007,1009,1003,1002,1006,1008,1005",1 +1101003,1101,3,Nozomi (Birthday Party 2023): Part 1,,,"1001,1003,1004,1005,1006,1008,1009",123060902 +1101004,1101,4,Nozomi (Birthday Party 2023): Part 2,,,"1001,1002,1003,1004,1005,1006,1007,1008,1009",123060902 +1101005,1101,5,µ's (Event Prep 2023),"Hanayo: Ooh, our event is just around the corner. I can't wait!",profile_01001_0000,"1008,1005,1003,1002,1007,1001,1004,1006,1009",323062206 +1101006,1101,6,Nico (Birthday Party 2023): Part 1,,,"1002,1001,1003,1004,1005,1007,1006,1008",123072202 +1101007,1101,7,Nico (Birthday Party 2023): Part 2,,,"1001,1007,1005,1006,1004,1003,1002,1008,1009",123072202 +1101008,1101,8,µ's (Summer 2023),Nico: It's soooooooooooo hot... Was summer always this hot?,profile_01001_0000,"1009,1007,1006,1001,1004,1002,1003,1008,1005",323072606 +1101009,1101,9,Honoka (Birthday Party 2023): Part 1,,,"1009,1002,1007,1008,1005,1006,1004,1003",123080302 +1101010,1101,10,Honoka (Birthday Party 2023): Part 2,,,"1007,1002,1009,1001,1008,1005,1006,1003,1004",123080302 +1101011,1101,11,μ's (August 25th),Honoka: Good! Morninnng! You all up?,profile_01001_0000,"1001,1003,1005,1007,1002,1008,1006,1004,1009",323082502 +1101012,1101,12,Kotori (Birthday Party 2023): Part 1,"Hanayo: It's almost Kotori's birthday, huh.",profile_01001_0000,"1008,1007,1004,1001,1009,1006,1002,1005",123091202 +1101013,1101,13,Kotori (Birthday Party 2023): Part 2,Kotori: You guys!,profile_01001_0000,"1003,1001,1002,1008,1009,1005,1004,1007,1006",123091202 +1101014,1101,14,µ's (Fall 2023),Umi: The hot summer melted away just in time for fall.,profile_01001_0000,"1004,1006,1003,1001,1007,1002,1005,1008,1009",323100703 +1101015,1101,15,μ's Half Anniversary,,,"1001,1009,1003,1007,1002,1005,1008,1004,1006",323101503 +1101016,1101,16,Eli (Birthday Party 2023): Part 1,,,"1006,1002,1009",123102102 +1101017,1101,17,Eli (Birthday Party 2023): Part 2,,,"1004,1005,1001,1002,1008,1009,1006,1007,1003",123102102 +1101018,1101,18,Rin (Birthday Party 2023): Part 1,,,"1006,1008,1003,1009,1001,1004,1007,1002",123110103 +1101019,1101,19,Rin (Birthday Party 2023): Part 2,,,"1005,1008,1003,1001,1007,1004,1009,1006,1002",123110103 +1101020,1101,20,Hanayo Birthday Celebration 2024①,,,"1005,1006",124011702 +1101021,1101,21,Hanayo Birthday Celebration 2024②,,,"1008,1005,1006",124011702 +1101022,1101,22,μ's winter 2024,Rin: I'm home~!,profile_01001_0000,"1005,1008,1009,1002,1007,1001,1006,1003,1004",324020906 +1101023,1101,23,µ's (Event 1 2024),,,"1001,1003,1005,1008,1006,1009,1002,1004,1007",324022202 +1101024,1101,24,Umi(Birthday Party 2024)①,,,"1001,1003",124031502 +1101025,1101,25,Umi(Birthday Party 2024)②,,,"1003,1004,1001",124031502 +1101026,1101,26,Maki(Birthday Party 2024)①,,,"1005,1006,1008",324031601 +1101027,1101,27,Maki(Birthday Party 2024)②,,,"1005,1003,1001,1002,1007,1004,1009,1006,1008",324031601 +1101028,1101,28,µ's (Event 2 2024),,,"1004,1001,1003,1005,1007,1002,1006,1009,1008",324032902 +2001001,2001,1,Chika (DM),Chika: Good evening!,profile_02001_0000,2001,1 +2001002,2001,2,Chika (Birthday 2023),Chika is online,profile_02001_0000,2001,123080104 +2001003,2001,3,Chika (Birthday 2023),Chika sent a sticker,profile_02001_0000,2001,1 +2001004,2001,16,Chika (New Year's 2024),Chika: Happy New Year!,profile_02001_0000,2001,324010149 +2001005,2001,17,Chika Valentine 2024,Chika: Happy Valentine's Day!,profile_02001_0000,2001,324021443 +2001007,2001,7,Chika (April 2023),Chika: Goood morning!,profile_02001_0000,2001,1 +2001008,2001,8,Chika (May 2023),"Chika: Agh, you'll never believe this!",profile_02001_0000,2001,1 +2001009,2001,9,Chika (June 2023),Chika is online,profile_02001_0000,2001,323060603 +2001010,2001,10,Chika (July 2023),Chika: What's up?,profile_02001_0000,2001,323072108 +2001011,2001,11,Chika (Summer Vacation 2023),Chika: Are you finished with the summer homework yet?!,profile_02001_0000,2001,323081605 +2001012,2001,12,Chika (September 2023),Chika sent a sticker,profile_02001_0000,2001,323090112 +2001013,2001,13,Chika (Halloween 2023),Chika: Happy Halloween!,profile_02001_0000,2001,323103141 +2001014,2001,14,Chika (November 2023),Chika: What's up?,profile_02001_0000,2001,323112104 +2001015,2001,15,Chika (Christmas 2023),Chika is online,profile_02001_0000,2001,323122421 +2001018,2001,18,Chika (White Day 2024),Chika: Thanks for the White Day gift today!,profile_02001_0000,2001,324031444 +2002001,2002,1,Riko (DM),Riko: Good evening.,profile_02002_0000,2002,1 +2002002,2002,2,Riko (Birthday 2023),Riko is online,profile_02002_0000,2002,123091902 +2002003,2002,3,Riko (Birthday 2023),Riko: Are you awake?,profile_02002_0000,2002,1 +2002004,2002,16,Riko (New Year's 2024),Riko: Happy New Year ♪,profile_02002_0000,2002,324010150 +2002005,2002,17,Riko Valentine 2024,Riko: Thanks for the chocolate today!,profile_02002_0000,2002,324021444 +2002007,2002,7,Riko (April 2023),Riko is online,profile_02002_0000,2002,1 +2002008,2002,8,Riko (May 2023),Riko: Good evening.,profile_02002_0000,2002,1 +2002009,2002,9,Riko (June 2023),Riko is online,profile_02002_0000,2002,323060504 +2002010,2002,10,Riko (July 2023),Riko: Hello there!,profile_02002_0000,2002,323071302 +2002011,2002,11,Riko (Summer Vacation 2023),Riko is online,profile_02002_0000,2002,323080103 +2002012,2002,12,Riko (September 2023),Riko is online,profile_02002_0000,2002,323092904 +2002013,2002,13,Riko (Halloween 2023),Riko: Do you know what October 31st is?,profile_02002_0000,2002,323103142 +2002014,2002,14,Riko (November 2023),Riko: It's getting colder lately. Are you staying warm?,profile_02002_0000,2002,323111804 +2002015,2002,15,Riko (Christmas 2023) ♪,Riko: Merry Christmas ♪,profile_02002_0000,2002,323122422 +2002018,2002,18,Riko (White Day 2024),Riko: Thanks for the White Day gift today.,profile_02002_0000,2002,324031445 +2003001,2003,1,Kanan (DM),Kanan: Evening!,profile_02003_0000,2003,1 +2003002,2003,17,Kanan (Birthday 2024),Kanan is online,profile_02003_0000,2003,124021002 +2003003,2003,3,Kanan (Birthday 2023),Kanan: Happy birthday!,profile_02003_0000,2003,1 +2003004,2003,16,Kanan (New Year's 2024),Kanan: Happy New Year!,profile_02003_0000,2003,324010151 +2003005,2003,18,Kanan Valentine 2024,Kanan: Happy Valentine's Day!,profile_02003_0000,2003,324021445 +2003007,2003,7,Kanan (April 2023),Kanan: Morning!,profile_02003_0000,2003,1 +2003008,2003,8,Kanan (May 2023),Kanan: Hey heyyy.,profile_02003_0000,2003,1 +2003009,2003,9,Kanan (June 2023),Kanan is online,profile_02003_0000,2003,323061305 +2003010,2003,10,Kanan (July 2023),Kanan: This summer heat never goes away...,profile_02003_0000,2003,323072407 +2003011,2003,11,Kanan (Summer Vacation 2023),Kanan: Hey heyyy.,profile_02003_0000,2003,323081403 +2003012,2003,12,Kanan (September 2023),"Kanan: Aw man, summer vacation is over already.",profile_02003_0000,2003,323091904 +2003013,2003,13,Kanan (Halloween 2023),Kanan: Trick or treat!,profile_02003_0000,2003,323103143 +2003014,2003,14,Kanan (November 2023),Kanan is online,profile_02003_0000,2003,323112803 +2003015,2003,15,Kanan (Christmas 2023),Kanan: Merry Christmas!,profile_02003_0000,2003,323122527 +2003019,2003,19,Kanan (White Day 2024),Kanan: Thanks for the gift today.,profile_02003_0000,2003,324031446 +2004001,2004,1,Dia (DM),Dia: Thank you for covering the Aqours performance today.,profile_02004_0000,2004,1 +2004002,2004,2,Dia (Birthday 2024),Dia is online,profile_02004_0000,2004,124010103 +2004003,2004,3,Dia (Birthday 2023),Dia: Apologies for the late message.,profile_02004_0000,2004,1 +2004004,2004,16,Dia (New Year's 2024),Dia is online,profile_02004_0000,2004,324010152 +2004005,2004,17,Daiya Valentine 2024,Dia is online,profile_02004_0000,2004,324021446 +2004007,2004,7,Dia (April 2023),Dia is online,profile_02004_0000,2004,1 +2004008,2004,8,Dia (May 2023),Dia: Hello.,profile_02004_0000,2004,1 +2004009,2004,9,Dia (June 2023),Dia is online,profile_02004_0000,2004,323062203 +2004010,2004,10,Dia (July 2023),Dia is online,profile_02004_0000,2004,323072109 +2004011,2004,11,Dia (Summer Vacation 2023),Dia is online,profile_02004_0000,2004,323082105 +2004012,2004,12,Dia (September 2023),Dia: Do you have a minute?,profile_02004_0000,2004,323091403 +2004013,2004,13,Dia (Halloween 2023),Dia: Thank you very much for everything today.,profile_02004_0000,2004,323103144 +2004014,2004,14,Dia (November 2023),Dia is online,profile_02004_0000,2004,323111003 +2004015,2004,15,Dia (Christmas 2023),Dia is online,profile_02004_0000,2004,323122528 +2004018,2004,18,Dia (White Day 2024),Dia: Thank you very much for returning the favor from Valentine's...,profile_02004_0000,2004,324031447 +2005001,2005,1,You (DM),You sent a sticker,profile_02005_0000,2005,1 +2005003,2005,3,You (Birthday 2023),You sent a sticker,profile_02005_0000,2005,1 +2005004,2005,16,You (New Year's 2024),You: Happy New Year!,profile_02005_0000,2005,324010153 +2005005,2005,17,Yo Valentine 2024,Yo: thanks for the Valentine's Day chocolates today!,profile_02005_0000,2005,324021447 +2005007,2005,7,You (April 2023),You is online,profile_02005_0000,2005,1 +2005008,2005,8,You (May 2023),You sent a sticker,profile_02005_0000,2005,1 +2005009,2005,9,You (June 2023),You is online,profile_02005_0000,2005,323061804 +2005010,2005,10,You (July 2023),You is online,profile_02005_0000,2005,323072110 +2005011,2005,11,You (Summer Vacation 2023),You: So hot...day after day...,profile_02005_0000,2005,323082905 +2005012,2005,12,You (September 2023),You sent a sticker,profile_02005_0000,2005,323091203 +2005013,2005,13,You (Halloween 2023),You: Happy Halloween!,profile_02005_0000,2005,323103145 +2005014,2005,14,You (November 2023),You: Have a sec to chat?,profile_02005_0000,2005,323112703 +2005015,2005,15,You (Christmas 2023),You is online,profile_02005_0000,2005,323122423 +2005018,2005,18,You (White Day 2024),You: Thanks for the White Day gift!,profile_02005_0000,2005,324031448 +2006001,2006,1,Yoshiko (DM),Yoshiko: Thanks for coming to check us out today.,profile_02006_0000,2006,1 +2006002,2006,2,Yoshiko (Birthday 2023),,,2006,123071302 +2006003,2006,3,Yoshiko (Birthday 2023),Yoshiko: (TEMP) User's birthday Yoshiko,profile_02006_0000,2006,1 +2006004,2006,16,Yoshiko (New Year's 2024),Yoshiko: Genesis comes to us again this year.,profile_02006_0000,2006,324010154 +2006005,2006,17,Yoshiko Valentine 2024,Yoshiko is online,profile_02006_0000,2006,324021448 +2006007,2006,7,Yoshiko (April 2023),Yoshiko is online,profile_02006_0000,2006,1 +2006008,2006,8,Yoshiko (May 2023),Yoshiko sent a sticker,profile_02006_0000,2006,1 +2006009,2006,9,Yoshiko (June 2023),Yoshiko is online,profile_02006_0000,2006,323062003 +2006010,2006,10,Yoshiko (July 2023),"Yoshiko: Hey, can I ask you a question?",profile_02006_0000,2006,323070703 +2006011,2006,11,Yoshiko (Summer Vacation 2023),Yoshiko sent a sticker,profile_02006_0000,2006,323081903 +2006012,2006,12,Yoshiko (September 2023),Yoshiko is online,profile_02006_0000,2006,323092504 +2006013,2006,13,Yoshiko (Halloween 2023),Yoshiko is online,profile_02006_0000,2006,323103146 +2006014,2006,14,Yoshiko (November 2023),Yoshiko is online,profile_02006_0000,2006,323112404 +2006015,2006,15,Yoshiko (Christmas 2023),Yoshiko sent a sticker,profile_02006_0000,2006,323122529 +2006018,2006,18,Yoshiko (White Day 2024),Yoshiko sent a sticker,profile_02006_0000,2006,324031449 +2007001,2007,1,Hanamaru (DM),Hamanaru: Good evening.,profile_02007_0000,2007,1 +2007003,2007,3,Hanamaru (Birthday 2023),Hanamaru: (TEMP) User's birthday Hanamaru,profile_02007_0000,2007,1 +2007004,2007,16,Hanamaru (New Year's 2024),Hanamaru: Happy New Year!,profile_02007_0000,2007,324010155 +2007005,2007,17,Hanamaru Valentine 2024,Hanamaru: Happy Valentine's Day!,profile_02007_0000,2007,324021449 +2007007,2007,7,Hanamaru (April 2023),Hanamaru is online,profile_02007_0000,2007,1 +2007008,2007,8,Hanamaru (May 2023),Hanamaru: Did you go somewhere for Golden Week?,profile_02007_0000,2007,1 +2007009,2007,9,Hanamaru (June 2023),Hanamaru: I read the paper!,profile_02007_0000,2007,323060204 +2007010,2007,10,Hanamaru (July 2023),Hanamaru: Thanks for bringing me the ice cream!,profile_02007_0000,2007,323071003 +2007011,2007,11,Hanamaru (Summer Vacation 2023),"Hanamaru: It's almost time for the festival, huh.",profile_02007_0000,2007,323081704 +2007012,2007,12,Hanamaru (September 2023),Hanamaru: Are you free tomorrow?,profile_02007_0000,2007,323092806 +2007013,2007,13,Hanamaru (Halloween 2023),Hanamaru: Trick or treat!,profile_02007_0000,2007,323103147 +2007014,2007,14,Hanamaru (November 2023),Hanamaru: The Kunikida sweet potato shop is open for business!,profile_02007_0000,2007,323111203 +2007015,2007,15,Hanamaru (Christmas 2023),Hanamaru: Merry Christmas!,profile_02007_0000,2007,323122530 +2007018,2007,18,Hanamaru (Birthday 2024),Hanamaru is online,profile_02007_0000,2007,124030402 +2007019,2007,19,Hanamaru (White Day 2024),Hanamaru: Thanks for the White Day gift today.,profile_02007_0000,2007,324031450 +2008001,2008,1,Mari (DM),Mari: Ciao!,profile_02008_0000,2008,1 +2008002,2008,2,Mari (Birthday 2023),Mari: (TEMP) Mari's Birthday,profile_02008_0000,2008,123061302 +2008003,2008,3,Mari (Birthday 2023),Mari: (TEMP) User's birthday Mari,profile_02008_0000,2008,1 +2008004,2008,16,Mari (New Year's 2024),Mari: Happy NEW YEAR!,profile_02008_0000,2008,324010156 +2008005,2008,17,Mari Valentine 2024,Mari: Ciao ♡♡♡!,profile_02008_0000,2008,324021450 +2008007,2008,7,Mari (April 2023),Mari is online,profile_02008_0000,2008,1 +2008008,2008,8,Mari (May 2023),Mari sent an image,profile_02008_0000,2008,1 +2008009,2008,9,Mari (June 2023),Mari: Ciao!,profile_02008_0000,2008,323062004 +2008010,2008,10,Mari (July 2023),Mari: Ciao♡,profile_02008_0000,2008,323070704 +2008011,2008,11,Mari (Summer Vacation 2023),"Mari: Camp was so much fun, huh!",profile_02008_0000,2008,323081003 +2008012,2008,12,Mari (September 2023),Mari sent an image,profile_02008_0000,2008,323092106 +2008013,2008,13,Mari (Halloween 2023),Mari is online,profile_02008_0000,2008,323103148 +2008014,2008,14,Mari (November 2023),Mari is online,profile_02008_0000,2008,323111204 +2008015,2008,15,Mari (Christmas 2023),Mari: Merry Christmas ♡,profile_02008_0000,2008,323122424 +2008018,2008,18,Mari (White Day 2024),Mari: Thanks for the White Day gift today!,profile_02008_0000,2008,324031451 +2009001,2009,1,Ruby (DM),Ruby is online,profile_02009_0000,2009,1 +2009002,2009,2,Ruby (Birthday 2023),Ruby is online,profile_02009_0000,2009,123092102 +2009003,2009,3,Ruby (Birthday 2023),Ruby: (TEMP) User's birthday Ruby,profile_02009_0000,2009,1 +2009004,2009,16,Ruby (New Year's 2024),Ruby: Happy New Year!,profile_02009_0000,2009,324010157 +2009005,2009,17,Ruby Valentine 2024,Ruby: Happy Valentine's Day!,profile_02009_0000,2009,324021451 +2009007,2009,7,Ruby (April 2023),Ruby: I went out and tried that cake you suggested!,profile_02009_0000,2009,1 +2009008,2009,8,Ruby (May 2023),Ruby: Did you go somewhere for Golden Week?,profile_02009_0000,2009,1 +2009009,2009,9,Ruby (June 2023),Ruby is online,profile_02009_0000,2009,323061404 +2009010,2009,10,Ruby (July 2023),"Ruby: Hey, can I ask you something?",profile_02009_0000,2009,323070303 +2009011,2009,11,Ruby (Summer Vacation 2023),Ruby: The summer festival is tomorrow!,profile_02009_0000,2009,323081904 +2009012,2009,12,Ruby (September 2023),Ruby sent an image,profile_02009_0000,2009,323092403 +2009013,2009,13,Ruby (Halloween 2023),Ruby: Happy Halloween! ♡,profile_02009_0000,2009,323103149 +2009014,2009,14,Ruby (November 2023),Ruby: Those sweet potatoes were tasty!,profile_02009_0000,2009,323110604 +2009015,2009,15,Ruby (Christmas 2023),Ruby: What should I do?,profile_02009_0000,2009,323122531 +2009018,2009,18,Ruby (White Day 2024),Ruby sent a sticker,profile_02009_0000,2009,324031452 +2101001,2101,1,Aqours,Chika: This is Chika!,profile_02001_0000,"2001,2005,2002,2006,2007,2004,2009,2008,2003",1 +2101002,2101,2,Mari (Birthday Party 2023): Part 1,,,"2003,2004,2008",123061302 +2101003,2101,3,Mari (Birthday Party 2023): Part 2,,,"2003,2004,2008",123061302 +2101004,2101,4,Aqours (Event Prep 2023),Chika: The event's getting closer! Sooo excited!,profile_02001_0000,"2001,2002,2005,2003,2008,2006,2007,2009,2004",323062007 +2101005,2101,5,Yoshiko (Birthday Party 2023): Part 1,,,"2001,2006,2002,2004,2005,2008,2003,2007,2009",123071302 +2101006,2101,6,Yoshiko (Birthday Party 2023): Part 2,,,"2001,2005,2006,2003,2007,2002,2008,2009,2004",123071302 +2101007,2101,7,Chika (Birthday Party 2023): Part 1,,,"2002,2005",123080104 +2101008,2101,8,Chika (Birthday Party 2023): Part 2,,,"2001,2005,2006,2008,2007,2009,2003,2002,2004",123080104 +2101009,2101,9,Aqours (Summer 2023),"Hanamaru: I'm sick of somen noodles, zura.",profile_02001_0000,"2007,2001,2009,2008,2004,2006,2002,2005,2003",323081108 +2101010,2101,10,Riko (Birthday Party 2023): Part 1,,,"2005,2002",123091902 +2101011,2101,11,Riko (Birthday Party 2023): Part 2,,,"2002,2001,2005,2003,2008,2004,2006,2007,2009",123091902 +2101012,2101,12,Aqours (Fall 2023),Kanan: Do you guys like satsuma-imo?,profile_02001_0000,"2003,2009,2006,2008,2001,2002,2005,2004,2007",323091906 +2101013,2101,13,Ruby (Birthday Party 2023): Part 1,,,"2007,2006,2009",123092102 +2101014,2101,14,Ruby (Birthday Party 2023): Part 2,,,"2009,2006,2007",123092102 +2101015,2101,15,"Aqours (October 7, 2023)","Chika: Hey hey, did everyone watch the dance video I sent? Any thoughts?",profile_02001_0000,"2001,2006,2007,2003,2004,2008,2009,2002,2005",323100704 +2101016,2101,16,Aqours Half Anniversary,,,"2001,2005,2002,2008,2003,2007,2006,2009,2004",323101504 +2101017,2101,17,Aqours (Winter 2023),Dia: How is everyone doing?,profile_02001_0000,"2004,2001,2005,2003,2008,2006,2007,2009,2002",323122307 +2101018,2101,18,Dia (Birthday Party 2024) Part 1,,,"2008,2003,2004",124010103 +2101019,2101,19,Dia (Birthday Party 2024) Part 2,,,"2001,2005,2002,2007,2006,2008,2003,2009,2004",124010103 +2101020,2101,20,Kanan (Birthday Party 2024): Part 1,,,"2008,2004",124021002 +2101021,2101,21,Kanan (Birthday Party 2024): Part 2,,,"2003,2008,2004",124021002 +2101022,2101,22,Hanamaru (Birthday Party 2024) Part 1,,,"2009,2006",124030402 +2101023,2101,23,Hanamaru (Birthday Party 2024) Part 2,,,"2007,2009,2006,2001,2005,2008,2002,2003,2004",124030402 +2101024,2101,24,event 2024,,,"2007,2006,2008,2009,2003,2004,2001,2005,2002",324030802 +2101025,2101,25,You (Birthday Party 2024) Part 1,,,"2001,2005",324031602 +2101026,2101,26,You (Birthday Party 2024) Part 2,,,"2002,2008,2003,2009,2001,2006,2007,2004,2005",324031602 +2101027,2101,27,Aqours (Spring 2024),,,"2002,2005,2003,2004,2006,2001,2008,2009,2007",324032302 +3001001,3001,1,Ayumu (DM),Ayumu is online,profile_03001_0000,3001,1 +3001003,3001,3,Ayumu (Birthday 2023),Ayumu: Good evening!,profile_03001_0000,3001,1 +3001004,3001,16,Ayumu (New Year's 2024),Ayumu: Happy New Year!,profile_03001_0000,3001,324010158 +3001005,3001,17,Valentine 2024,Ayumu: Happy Valentine's Day!,profile_03001_0000,3001,324021452 +3001007,3001,7,Ayumu (April 2023),Ayumu is online,profile_03001_0000,3001,1 +3001008,3001,8,Ayumu (May 2023),Ayumu is online,profile_03001_0000,3001,1 +3001009,3001,9,Ayumu (June 2023),Ayumu sent a sticker,profile_03001_0000,3001,323062403 +3001010,3001,10,Ayumu (July 2023),Ayumu is online,profile_03001_0000,3001,323072804 +3001011,3001,11,Ayumu (Summer Vacation 2023),Ayumu is online,profile_03001_0000,3001,323081803 +3001012,3001,12,Ayumu (September 2023),Ayumu: Hey-hey!,profile_03001_0000,3001,323090803 +3001013,3001,13,Ayumu (Halloween 2023),Ayumu: I made some Halloween sweets today!,profile_03001_0000,3001,323103150 +3001014,3001,14,Ayumu (November 2023),Ayumu: Good evening!,profile_03001_0000,3001,323113003 +3001015,3001,15,Ayumu (Christmas 2023),Ayumu: Merry Christmas!,profile_03001_0000,3001,323122532 +3001018,3001,18,Ayumu (Birthday 2024),Ayumu is online,profile_03001_0000,3001,124030103 +3001019,3001,19,Ayumu (White Day 2024),Ayumu is online,profile_03001_0000,3001,324031453 +3002001,3002,1,Kasumi (DM),Kasumi: Kasumi Nakasu here! Thanks a bunch for the interview!,profile_03002_0000,3002,1 +3002002,3002,2,Kasumi Birthday 2024,Kasumi is online,profile_03002_0000,3002,124012302 +3002003,3002,3,Kasumi (Birthday 2023),Kasumi: Today is YOUR day!
Happy birthday to you!,profile_03002_0000,3002,1 +3002004,3002,16,Kasumi (New Year's 2024),Kasumi: Happy New Year!,profile_03002_0000,3002,324010159 +3002005,3002,17,Kasumi Valentine 2024,Kasumi: Kasumin quiz!,profile_03002_0000,3002,324021453 +3002007,3002,7,Kasumi (April 2023),Kasumi: Gonna be nice out today!,profile_03002_0000,3002,1 +3002008,3002,8,Kasumi (May 2023),Kasumi: Newsiiie!,profile_03002_0000,3002,1 +3002009,3002,9,Kasumi (June 2023),Kasumi is online,profile_03002_0000,3002,323062603 +3002010,3002,10,Kasumi (July 2023),Kasumi: Newsiiie!,profile_03002_0000,3002,323072702 +3002011,3002,11,Kasumi (Summer Vacation 2023),Kasumi: Newsie! Thanks for those pictures of us at the water park!,profile_03002_0000,3002,323081404 +3002012,3002,12,Kasumi (September 2023),"Kasumi: Summer vacation is over, and I'm sad.",profile_03002_0000,3002,323090304 +3002013,3002,13,Kasumi (Halloween 2023),Kasumi: Happy Halloween!!!,profile_03002_0000,3002,323103151 +3002014,3002,14,Kasumi (November 2023),Kasumi: Heyyyyyy!,profile_03002_0000,3002,323112004 +3002015,3002,15,Kasumi (Christmas 2023),Kasumi: Merry Christmas!,profile_03002_0000,3002,323122533 +3002018,3002,18,Kasumi (White Day 2024),Kasumi: Newsieee!,profile_03002_0000,3002,324031454 +3003001,3003,1,Shizuku (DM),Shizuku: Hello.,profile_03003_0000,3003,1 +3003003,3003,3,Shizuku (Birthday 2023),Shizuku: I'd like to wish you a happy birthday.,profile_03003_0000,3003,1 +3003004,3003,16,Shizuku (New Year's 2024),Shizuku: Happy New Year to you!,profile_03003_0000,3003,324010160 +3003005,3003,17,Shizuku Valentine 2024,"Shizuku: Today is the day you're coming to Nijigasaki High School for an interview, right?",profile_03003_0000,3003,324021454 +3003007,3003,7,Shizuku (April 2023),Shizuku is online,profile_03003_0000,3003,1 +3003008,3003,8,Shizuku (May 2023),Shizuku is online,profile_03003_0000,3003,1 +3003009,3003,9,Shizuku (June 2023),Shizuku is online,profile_03003_0000,3003,323062404 +3003010,3003,10,Shizuku (July 2023),Shizuku is online,profile_03003_0000,3003,323072805 +3003011,3003,11,Shizuku (Summer Vacation 2023),Shizuku: Take a look at this!,profile_03003_0000,3003,323082603 +3003012,3003,12,Shizuku (September 2023),Shizuku is online,profile_03003_0000,3003,323090604 +3003013,3003,13,Shizuku (Halloween 2023),Shizuku: Happy Halloween!,profile_03003_0000,3003,323103152 +3003014,3003,14,Shizuku (November 2023),Shizuku is online,profile_03003_0000,3003,323111004 +3003015,3003,15,Shizuku (Christmas 2023),Shizuku: Merry Christmas!,profile_03003_0000,3003,323122534 +3003018,3003,18,Shizuku (White Day 2024),Shizuku: Thank you so much for inviting me today!,profile_03003_0000,3003,324031455 +3004001,3004,1,Karin (DM),Karin is online,profile_03004_0000,3004,1 +3004002,3004,2,Karin (Birthday 2023),Karin is online,profile_03004_0000,3004,123062902 +3004003,3004,3,Karin (Birthday 2023),Karin: Happy birthday!,profile_03004_0000,3004,1 +3004004,3004,16,Karin (New Year's 2024),Karin: Happy New Year,profile_03004_0000,3004,324010161 +3004005,3004,17,Karin Valentine 2024,Karin: Happy Valentine's Day!,profile_03004_0000,3004,324021455 +3004007,3004,7,Karin (April 2023),Karin is online,profile_03004_0000,3004,1 +3004008,3004,8,Karin (May 2023),Karin is online,profile_03004_0000,3004,1 +3004009,3004,9,Karin (June 2023),Karin is online,profile_03004_0000,3004,323060505 +3004010,3004,10,Karin (July 2023),Karin is online,profile_03004_0000,3004,323072806 +3004011,3004,11,Karin (Summer Vacation 2023),Karin is online,profile_03004_0000,3004,323082906 +3004012,3004,12,Karin (September 2023),Karin is online,profile_03004_0000,3004,323090113 +3004013,3004,13,Karin (Halloween 2023),Karin: Happy Halloween!,profile_03004_0000,3004,323103153 +3004014,3004,14,Karin (November 2023),Karin is online,profile_03004_0000,3004,323113004 +3004015,3004,15,Karin (Christmas 2023),Karin is online,profile_03004_0000,3004,323122535 +3004018,3004,18,Karin (White Day 2024),Karin is online,profile_03004_0000,3004,324031456 +3005001,3005,1,Ai (DM),Ai: Yoo-hoo! Ai Miyashita here!,profile_03005_0000,3005,1 +3005002,3005,2,Ai (Birthday 2023),Ai is online,profile_03005_0000,3005,123053002 +3005003,3005,3,Ai (Birthday 2023),Ai sent a sticker,profile_03005_0000,3005,1 +3005004,3005,16,Ai (New Year's 2024),"Ai: Hey, Happy New Year!",profile_03005_0000,3005,324010162 +3005005,3005,17,Ai Valentine 2024,Ai: Happy Valentine's Day!,profile_03005_0000,3005,324021456 +3005007,3005,7,Ai (April 2023),Ai is online,profile_03005_0000,3005,1 +3005008,3005,8,Ai (May 2023),Ai: FINALLY! The big break is here!,profile_03005_0000,3005,1 +3005009,3005,9,Ai (June 2023),Ai: I bought the most adorable umbrella!,profile_03005_0000,3005,323060902 +3005010,3005,10,Ai (July 2023),Ai: Summer! Yay!!!,profile_03005_0000,3005,323072009 +3005011,3005,11,Ai (Summer Vacation 2023),"Ai: Hey, are you like, completely fine with haunted houses and stuff?",profile_03005_0000,3005,323081004 +3005012,3005,12,Ai (September 2023),Ai is online,profile_03005_0000,3005,323090114 +3005013,3005,13,Ai (Halloween 2023),Ai: Happy Halloween!!!,profile_03005_0000,3005,323103154 +3005014,3005,14,Ai (November 2023),Ai: Want to come see me practice?,profile_03005_0000,3005,323112204 +3005015,3005,15,Ai (Christmas 2023),Ai: Merry Xmas!,profile_03005_0000,3005,323122536 +3005018,3005,18,Ai (White Day 2024),Ai is online,profile_03005_0000,3005,324031457 +3006001,3006,1,Kanata (DM),Kanata is online,profile_03006_0000,3006,1 +3006002,3006,2,Kanata: (Birthday 2023),Kanata is online,profile_03006_0000,3006,123121602 +3006003,3006,3,Kanata (Birthday 2023),Kanata: Haaappy birthdaaay!,profile_03006_0000,3006,1 +3006004,3006,16,Kanata (New Year's 2024),Kanata: Happy New Year!,profile_03006_0000,3006,324010163 +3006005,3006,17,Kanata Valentine 2024,Kanata: Today is Valentine's Day!,profile_03006_0000,3006,324021457 +3006007,3006,7,Kanata (April 2023),Kanata is online,profile_03006_0000,3006,1 +3006008,3006,8,Kanata (May 2023),Kanata is online,profile_03006_0000,3006,1 +3006009,3006,9,Kanata (June 2023),Kanata is online,profile_03006_0000,3006,323061103 +3006010,3006,10,Kanata (July 2023),"Kanata: So hey,",profile_03006_0000,3006,323072111 +3006011,3006,11,Kanata (Summer Vacation 2023),Kanata: 'cuse me! Question!,profile_03006_0000,3006,323082604 +3006012,3006,12,Kanata (September 2023),Kanata is online,profile_03006_0000,3006,323091503 +3006013,3006,13,Kanata (Halloween 2023),Kanata: Sleeepy Halloweeen!,profile_03006_0000,3006,323103155 +3006014,3006,14,Kanata (November 2023),Kanata: It's perfect weather!,profile_03006_0000,3006,323112804 +3006015,3006,15,Kanata (Christmas 2023),Kanata: Merry Xmas!,profile_03006_0000,3006,323122537 +3006018,3006,18,Kanata (White Day 2024),Kanata is online,profile_03006_0000,3006,324031458 +3007001,3007,1,Setsuna (DM),Setsuna is online,profile_03007_0000,3007,1 +3007002,3007,2,Setsuna (Birthday 2023),Setsuna is online,profile_03007_0000,3007,123080802 +3007003,3007,3,Setsuna (Birthday 2023),Setsuna: A very happy birthday to you!,profile_03007_0000,3007,1 +3007004,3007,16,Setsuna (New Year's 2024),Setsuna: Hello and a Happy New Year to you!,profile_03007_0000,3007,324010164 +3007005,3007,17,Setsuna Valentine 2024,Setsuna: Hello!,profile_03007_0000,3007,324021458 +3007007,3007,7,Setsuna (April 2023),"Setsuna: It was so chilly not that long ago, but it's really warmed up now.",profile_03007_0000,3007,1 +3007008,3007,8,Setsuna (May 2023),Setsuna is online,profile_03007_0000,3007,1 +3007009,3007,9,Setsuna (June 2023),Setsuna is online,profile_03007_0000,3007,323062703 +3007010,3007,10,Setsuna (July 2023),Setsuna: Good morning!,profile_03007_0000,3007,323072304 +3007011,3007,11,Setsuna (Summer Vacation 2023),Setsuna: It's hot again today.,profile_03007_0000,3007,323081804 +3007012,3007,12,Setsuna (September 2023),Setsuna: It sure is hot for September.,profile_03007_0000,3007,323091703 +3007013,3007,13,Setsuna (Halloween 2023),Setsuna: Happy Halloween!,profile_03007_0000,3007,323103156 +3007014,3007,14,Setsuna (November 2023),Setsuna: It's getting real chilly lately.,profile_03007_0000,3007,323110804 +3007015,3007,15,Setsuna (Christmas 2023),Setsuna: Merry Christmas!,profile_03007_0000,3007,323122538 +3007018,3007,18,Setsuna (White Day 2024),Setsuna is online,profile_03007_0000,3007,324031459 +3008001,3008,1,Emma (DM),Emma is online,profile_03008_0000,3008,1 +3008002,3008,17,Ema Birthday 2024,Emma is online,profile_03008_0000,3008,124020502 +3008003,3008,3,Emma (Birthday 2023),Emma: Happy birthday!,profile_03008_0000,3008,1 +3008004,3008,16,Emma (New Year's 2024),Emma: Happy New Year!,profile_03008_0000,3008,324010165 +3008005,3008,18,Ema Valentine 2024,"Emma: Hey, hey",profile_03008_0000,3008,324021459 +3008007,3008,7,Emma (April 2023),Emma: The weather's nice and warm now!,profile_03008_0000,3008,1 +3008008,3008,8,Emma (May 2023),Emma is online,profile_03008_0000,3008,1 +3008009,3008,9,Emma (June 2023),Emma is online,profile_03008_0000,3008,323061306 +3008010,3008,10,Emma (July 2023),"Emma: It's summer vacation, after all!!",profile_03008_0000,3008,323072010 +3008011,3008,11,Emma (Summer Vacation 2023),Emma: A discovery for the ages!,profile_03008_0000,3008,323081104 +3008012,3008,12,Emma (September 2023),"Emma: Aw, man. The hurricane's here.",profile_03008_0000,3008,323092404 +3008013,3008,13,Emma (Halloween 2023),Emma: Happy Halloween!!,profile_03008_0000,3008,323103157 +3008014,3008,14,Emma (November 2023),Emma: It's time for a sweet potato party!,profile_03008_0000,3008,323112604 +3008015,3008,15,Emma (Christmas 2023),Emma: Merry Christmas!!!,profile_03008_0000,3008,323122539 +3008019,3008,19,Emma (White Day 2024),Emma is online,profile_03008_0000,3008,324031460 +3009001,3009,1,Rina (DM),Rina is online,profile_03009_0000,3009,1 +3009002,3009,2,Rina: (Birthday 2023),Rina is online,profile_03009_0000,3009,123111302 +3009003,3009,3,Rina (Birthday 2023),Rina: Happy birthday to you!,profile_03009_0000,3009,1 +3009004,3009,16,Rina (New Year's 2024),Rina: Happy New Year,profile_03009_0000,3009,324010166 +3009005,3009,17,Rina Valentine 2024,Rina: Today is Valentine's Day!,profile_03009_0000,3009,324021460 +3009007,3009,7,Rina (April 2023),Rina: It's so nice and warm out now.,profile_03009_0000,3009,1 +3009008,3009,8,Rina (May 2023),Rina: Are you busy during Golden Week?,profile_03009_0000,3009,1 +3009009,3009,9,Rina (June 2023),Rina is online,profile_03009_0000,3009,323060805 +3009010,3009,10,Rina (July 2023),Rina is online,profile_03009_0000,3009,323072011 +3009011,3009,11,Rina (Summer Vacation 2023),Rina: We're all at the beach.,profile_03009_0000,3009,323081105 +3009012,3009,12,Rina (September 2023),Rina: Wanna go out during our autumn break?,profile_03009_0000,3009,323091504 +3009013,3009,13,Rina (Halloween 2023),Rina is online,profile_03009_0000,3009,323103158 +3009014,3009,14,Rina (November 2023),Rina is online,profile_03009_0000,3009,323112704 +3009015,3009,15,Rina (Christmas 2023),Rina: Merry Christmas!,profile_03009_0000,3009,323122540 +3009018,3009,18,Rina (White Day 2024),Rina is online,profile_03009_0000,3009,324031461 +3010001,3010,1,Shioriko (DM),Shioriko: Thank you very much for coming...,profile_03010_0000,3010,1 +3010002,3010,2,Shioriko (Birthday 2023),Shioriko is online,profile_03010_0000,3010,123100502 +3010003,3010,3,Shioriko (Birthday 2023),(TEMP) Shioriko birthday message to player,profile_03010_0000,3010,1 +3010004,3010,16,Shioriko (New Year's 2024),Shioriko: Happy New Year to you,profile_03010_0000,3010,324010167 +3010005,3010,17,Shioriko Valentine 2024,Shioriko: Hello!,profile_03010_0000,3010,324021461 +3010007,3010,7,Shioriki (April 2023),Shioriko: (TEMP) Shioriko April event chat,profile_03010_0000,3010,1 +3010008,3010,8,Shioriko (May 2023),Shioriko: (TEMP) Shioriko May event chat,profile_03010_0000,3010,1 +3010009,3010,9,Shioriko (June 2023),Shioriko: (TEMP) Shioriko June event chat,profile_03010_0000,3010,323060404 +3010010,3010,10,Shioriko (July 2023),Shioriko: (TEMP) Shioriko July event chat,profile_03010_0000,3010,323072408 +3010011,3010,11,Shioriko (Summer Vacation 2023),Shioriko: (TEMP) Shioriko August event chat,profile_03010_0000,3010,323081606 +3010012,3010,12,Shioriko (September 2023),Shioriko is online,profile_03010_0000,3010,323090804 +3010013,3010,13,Shioriko (Halloween 2023),Shioriko is online,profile_03010_0000,3010,323103159 +3010014,3010,14,Shioriko (November 2023),Shioriko: Could I get your opinion on something?,profile_03010_0000,3010,323111503 +3010015,3010,15,Shioriko (Christmas 2023),Shioriko: Merry Christmas!,profile_03010_0000,3010,323122541 +3010018,3010,18,Shioriko (White Day 2024),Shioriko: Thank you so much for the gift!,profile_03010_0000,3010,324031462 +3011001,3011,1,Mia (DM),"Mia: Hey, thanks for coming to our show.",profile_03011_0000,3011,1 +3011002,3011,2,Mia (Birthday 2023),Mia is online,profile_03011_0000,3011,123120602 +3011003,3011,3,Mia (Birthday 2023),(TEMP) Mia birthday message to player,profile_03011_0000,3011,1 +3011004,3011,16,Mia (New Year's 2024),Mia is online,profile_03011_0000,3011,324010168 +3011005,3011,17,Mia Valentine 2024,Mia: I'm giving you a gift today,profile_03011_0000,3011,324021462 +3011007,3011,7,Mia (April 2023),Mia: (TEMP) Mia April event chat,profile_03011_0000,3011,1 +3011008,3011,8,Mia (May 2023),Mia: (TEMP) Mia May event chat,profile_03011_0000,3011,1 +3011009,3011,9,Mia (June 2023),Mia: (TEMP) Mia June event chat,profile_03011_0000,3011,323062704 +3011010,3011,10,Mia (July 2023),Mia: (TEMP) Mia July event chat,profile_03011_0000,3011,323070304 +3011011,3011,11,Mia (Summer Vacation 2023),Mia: (TEMP) Mia August event chat,profile_03011_0000,3011,323080603 +3011012,3011,12,Mia (September 2023),Mia is online,profile_03011_0000,3011,323091204 +3011013,3011,13,Mia (Halloween 2023),Mia: Happy Halloween!!,profile_03011_0000,3011,323103160 +3011014,3011,14,Mia (November 2023),Mia: I went to look at the fall colors!,profile_03011_0000,3011,323112405 +3011015,3011,15,Mia (Christmas 2023),Mia is online,profile_03011_0000,3011,323122542 +3011018,3011,18,Mia (White Day 2024),Mia: Hi.,profile_03011_0000,3011,324031463 +3012001,3012,1,Lanzhu (DM),Lanzhu: It's Lanzhu!,profile_03012_0000,3012,1 +3012002,3012,18,Lanzhu (Birthday 2024),Lanzhu is online,profile_03012_0000,3012,124021502 +3012003,3012,3,Lanzhu (Birthday 2023),(TEMP) Lanzhu birthday message to player,profile_03012_0000,3012,1 +3012004,3012,16,Lanzhu (New Year's 2024),Lanzhu: Xin Nian Kuai Le!,profile_03012_0000,3012,324010169 +3012005,3012,17,Lanzhu (Valentine's 2024),Lanzhu: Today is Valentine's Day.,profile_03012_0000,3012,324021463 +3012007,3012,7,Lanzhu (April 2023),Lanzhu: (TEMP) Lanzhu April event chat,profile_03012_0000,3012,1 +3012008,3012,8,Lanzhu (May 2023),Lanzhu: (TEMP) Lanzhu May event chat,profile_03012_0000,3012,1 +3012009,3012,9,Lanzhu (June 2023),Lanzhu: (TEMP) Lanzhu June event chat,profile_03012_0000,3012,323060704 +3012010,3012,10,Lanzhu (July 2023),Lanzhu: (TEMP) Lanzhu July event chat,profile_03012_0000,3012,323072112 +3012011,3012,11,Lanzhu (Summer Vacation 2023),Lanzhu: (TEMP) Lanzhu August event chat,profile_03012_0000,3012,323082004 +3012012,3012,12,Lanzhu (September 2023),Lanzhu: (TEMP) Lanzhu September event chat,profile_03012_0000,3012,323090115 +3012013,3012,13,Lanzhu (Halloween 2023),Lanzhu: 万圣节快乐!!,profile_03012_0000,3012,323103161 +3012014,3012,14,Lanzhu (November 2023),Lanzhu is online,profile_03012_0000,3012,323112406 +3012015,3012,15,Lanzhu (Christmas 2023),Lanzhu: Shengdan Jie Kuai Le!,profile_03012_0000,3012,323122543 +3012019,3012,19,Lanzhu (White Day 2024),Lanzhu is online,profile_03012_0000,3012,324031464 +3099001,3099,1,Yu (Summer Festival 2023),,,3099,323082802 +3099002,3099,2,Yu (Joint Festival 2023),,,3099,323120802 +3101001,3101,1,Nijigasaki,Lanzhu: Ni hao!
Hi everyone!,profile_03001_0000,"3001,3002,3006,3005,3007,3009,3012,3010,3011,3008,3004,3003,3099",1 +3101002,3101,2,Nijigasaki (Spring 2023),Ai: Ay yi yi!,profile_03001_0000,"3005,3099,3003,3002,3008,3006,3001,3007,3012,3010,3011,3009,3004",1 +3101003,3101,3,Ai (Birthday Party 2023): Part 1,,,"3001,3004,3009,3010,3099",123053002 +3101004,3101,4,Ai (Birthday Party 2023): Part 2,,,"3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3099",123053002 +3101005,3101,5,Nijigasaki (Event Prep 2023),,,"3003,3005,3001,3007,3010,3012,3011,3009,3099,3002,3006,3008,3004",323061806 +3101006,3101,6,Karin (Birthday Party 2023): Part 1,,,"3004,3008,3011,3012",123062902 +3101007,3101,7,Karin (Birthday Party 2023): Part 2,,,"3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3099",123062902 +3101008,3101,8,Nijigasaki (Summer 2023),,,"3012,3099,3010,3006,3001,3002,3003,3009,3008,3011,3007,3004,3005",323071304 +3101009,3101,9,Setsuna (Birthday Party 2023): Part 1,,,"3002,3099,3005,3008,3006,3012,3003,3009,3001,3010,3011,3004",123080802 +3101010,3101,10,Setsuna (Birthday Party 2023): Part 2,,,"3007,3002,3008,3005,3099,3012,3011,3001,3009,3006,3010,3004,3003",123080802 +3101011,3101,11,Nijigasaki (Summer Festival 2023),,,"3099,3012,3002,3006,3008,3009,3001",323082606 +3101012,3101,12,Nijigasaki (Fall 2023),Shioriko: Would you like to start a book club with me?,profile_03001_0000,"3010,3004,3008,3003,3002,3006,3009,3011,3012,3099,3001,3005,3007",323091206 +3101013,3101,13,Shioriko (Birthday Party 2023): Part 1,,,"3099,3002,3009,3005,3012,3008,3007,3010,3006,3004,3003,3011,3001",123100502 +3101014,3101,14,Shioriko (Birthday Party 2023): Part 2,,,"3005,3006,3012,3010,3002,3001,3011,3004,3007,3008,3003,3009,3099",123100502 +3101015,3101,15,Nijigasaki Half Anniversary,,,"3099,3005,3004,3007,3010,3009,3011,3002,3012,3003,3008,3001,3006",323101403 +3101016,3101,16,Rina (Birthday Party 2023): Part 1,,,"3005,3011,3099,3009",123111302 +3101017,3101,17,Rina: (Birthday Party 2023): Part 2,,,"3009,3099,3005,3011",123111302 +3101018,3101,18,"Nijigasaki (November 21, 2023)","Kasumi: Hey, everyone!",profile_03001_0000,"3002,3006,3005,3099,3003,3009,3008,3011,3012,3010,3001,3004,3007",323112106 +3101019,3101,19,Mia (Birthday Party 2023): Part 1,,,"3009,3011,3005",123120602 +3101020,3101,20,Mia (Birthday Party 2023): Part 2,,,"3011,3005,3009",123120602 +3101021,3101,21,Kanata (Birthday Party 2023) Part 1,,,"3008,3011,3003,3012,3009,3004,3002,3007,3001,3005,3099,3010",123121602 +3101022,3101,22,Kanata (Birthday Party 2023) Part 2,,,"3006,3099,3003,3002,3001,3011,3009,3004,3005,3010,3007,3012,3008",123121602 +3101023,3101,23,Nijigasaki Love Song by Me,,,"3099,3002,3007,3006,3003,3011,3004,3012,3008,3009,3001,3010",323122202 +3101024,3101,24,Nijigasaki (Winter 2023),Lanzhu: What do you want when it gets cold?,profile_03001_0000,"3012,3006,3011,3005,3009,3007,3004,3010,3099,3001,3003,3002,3008",323122308 +3101025,3101,25,Kasumi Birthday Celebration 2024①,,,"3002,3004",124012302 +3101026,3101,26,Kasumi Birthday Celebration 2024②,,,"3002,3005,3007,3001,3003,3006,3010,3009,3011,3012,3099,3008,3004",124012302 +3101027,3101,27,Ema Birthday Celebration 2024①,,,"3008,3006",124020502 +3101028,3101,28,Ema Birthday Celebration 2024②,,,"3008,3006",124020502 +3101029,3101,29,Lanzhu (Birthday Party 2024): Part 1,,,"3012,3005,3010,3004,3009,3007,3008,3001,3003,3002,3006,3099,3011",124021502 +3101030,3101,30,Lanzhu (Birthday Party 2024): Part 2,,,"3012,3004,3007,3008,3011,3002,3003,3010,3009,3006,3001,3005,3099",124021502 +3101031,3101,31,Ayumu (Birthday Party 2024): Part 1,,,"3001,3010",124030103 +3101032,3101,32,Ayumu (Birthday Party 2024): Part 2,,,"3001,3010",124030103 +3101033,3101,33,Shizuku (Birthday Party 2024): Part 1,,,"3007,3003",324031603 +3101034,3101,34,Shizuku (Birthday Party 2024): Part 2,,,"3007,3099,3005,3002,3009,3012,3004,3011,3008,3001,3006,3010,3003",324031603 +4001001,4001,1,Kanon (DM),Kanon: Good morning!,profile_04001_0000,4001,1 +4001002,4001,2,Kanon (Birthday 2023),Kanon is online,profile_04001_0000,4001,1 +4001003,4001,3,Kanon (Birthday 2023),Kanon: Can we chat real quick?,profile_04001_0000,4001,1 +4001004,4001,16,Kanon (New Year's 2024),Kanon: Happy New Year!,profile_04001_0000,4001,324010170 +4001005,4001,17,Kanon Valentine 2024,Kanon: I sent you a stamp!,profile_04001_0000,4001,324021003 +4001007,4001,7,Kanon (April 2023),Kanon: Good morning!,profile_04001_0000,4001,1 +4001008,4001,8,Kanon (May 2023),Kanon: Heyo!,profile_04001_0000,4001,1 +4001009,4001,9,Kanon (June 2023),Kanon: Thanks for that special feature on Liella!,profile_04001_0000,4001,323061004 +4001010,4001,10,Kanon (July 2023),Kanon is online,profile_04001_0000,4001,323072012 +4001011,4001,11,Kanon (Summer Vacation 2023),Kanon: I'm hot...,profile_04001_0000,4001,323080104 +4001012,4001,12,Kanon (September 2023),Kanon: Heyo!,profile_04001_0000,4001,323090116 +4001013,4001,13,Kanon (Halloween 2023),Kanon: Trick or treat!,profile_04001_0000,4001,323102508 +4001014,4001,14,Kanon (November 2023),Kanon: I'm back!,profile_04001_0000,4001,323110109 +4001015,4001,15,Kanon (Christmas 2023),Kanon: Merry Christmas!,profile_04001_0000,4001,323122303 +4001018,4001,18,Kanon (White Day 2024),Kanon: Hello there!,profile_04001_0000,4001,324031004 +4002001,4002,1,Keke (DM),Keke sent a sticker,profile_04002_0000,4002,1 +4002002,4002,2,Keke (Birthday 2023),Keke is online,profile_04002_0000,4002,123071702 +4002003,4002,3,Keke (Birthday 2023),Keke sent a sticker,profile_04002_0000,4002,1 +4002004,4002,16,Keke (New Year's 2024),"Keke: Hey, Hey, Happy New Year!",profile_04002_0000,4002,324010171 +4002005,4002,17,Keke (Valentine's 2024),Keke: Happy Valentine's!,profile_04002_0000,4002,324021464 +4002007,4002,7,Keke (April 2023),Keke sent an image,profile_04002_0000,4002,1 +4002008,4002,8,Keke (May 2023),Keke: How are you this fine evening?,profile_04002_0000,4002,1 +4002009,4002,9,Keke (June 2023),Keke is online,profile_04002_0000,4002,323060102 +4002010,4002,10,Keke (July 2023),Keke: It's starting!,profile_04002_0000,4002,323072013 +4002011,4002,11,Keke (Summer Vacation 2023),Keke is online,profile_04002_0000,4002,323082404 +4002012,4002,12,Keke (September 2023),Keke sent a sticker,profile_04002_0000,4002,323091404 +4002013,4002,13,Keke (Halloween 2023),Keke: Trick or treat!,profile_04002_0000,4002,323102509 +4002014,4002,14,Keke (November 2023),Keke: How are you this fine evening?,profile_04002_0000,4002,323110110 +4002015,4002,15,Keke (Christmas 2023),Keke: Merry Christmas!,profile_04002_0000,4002,323122544 +4002018,4002,18,Keke (White Day 2024),Keke: How are you this fine evening?,profile_04002_0000,4002,324031103 +4003001,4003,1,Chisato (DM),Chisato: Heyo!,profile_04003_0000,4003,1 +4003002,4003,18,Chisato (Birthday 2024),Chisato is online,profile_04003_0000,4003,124022502 +4003003,4003,3,Chisato (Birthday 2023),Chisato: Heyo!,profile_04003_0000,4003,1 +4003004,4003,16,Chisato (New Year's 2024),Chisato: Heyooo!,profile_04003_0000,4003,324010172 +4003005,4003,17,Chisato Valentine 2024,Chisato: Heyooo!,profile_04003_0000,4003,324020903 +4003007,4003,7,Chisato (April 2023),Chisato: Morning!,profile_04003_0000,4003,1 +4003008,4003,8,Chisato (May 2023),Chisato: Heyooo!,profile_04003_0000,4003,1 +4003009,4003,9,Chisato (June 2023),Chisato is online,profile_04003_0000,4003,323061104 +4003010,4003,10,Chisato (July 2023),Chisato is online,profile_04003_0000,4003,323071804 +4003011,4003,11,Chisato (Summer Vacation 2023),Chisato is online,profile_04003_0000,4003,323081106 +4003012,4003,12,Chisato (September 2023),Chisato: Heyooo!,profile_04003_0000,4003,323090117 +4003013,4003,13,Chisato (Halloween 2023),Chisato is online,profile_04003_0000,4003,323103162 +4003014,4003,14,Chisato (November 2023),Chisato: Heyooo!,profile_04003_0000,4003,323110111 +4003015,4003,15,Chisato (Christmas 2023),Chisato: Merry Christmas!,profile_04003_0000,4003,323122545 +4003019,4003,19,Chisato (White Day 2024),Chisato: Happy White Day!,profile_04003_0000,4003,324031465 +4004001,4004,1,Sumire (DM),Sumire: Hello.,profile_04004_0000,4004,1 +4004002,4004,2,Sumire (Birthday 2023),Sumire is online,profile_04004_0000,4004,123092802 +4004003,4004,3,Sumire (Birthday 2023),Sumire: Are you still awake by any chance?,profile_04004_0000,4004,1 +4004004,4004,16,Sumire (New Year's 2024),Sumire: Happy New Year!,profile_04004_0000,4004,324010173 +4004005,4004,17,Sumire Valentine 2024,Sumire: Hello,profile_04004_0000,4004,324021465 +4004007,4004,7,Sumire (April 2023),Sumire is online,profile_04004_0000,4004,1 +4004008,4004,8,Sumire (May 2023),Sumire is online,profile_04004_0000,4004,1 +4004009,4004,9,Sumire (June 2023),"Sumire: Hey, can I ask you a question?",profile_04004_0000,4004,323062902 +4004010,4004,10,Sumire (July 2023),Sumire: Summer vacation is finally here.,profile_04004_0000,4004,323072014 +4004011,4004,11,Sumire (Summer Vacation 2023),Sumire: It's been so hot lately.,profile_04004_0000,4004,323082106 +4004012,4004,12,Sumire (September 2023),Sumire: How're you doing?,profile_04004_0000,4004,323091704 +4004013,4004,13,Sumire (Halloween 2023),Sumire is online,profile_04004_0000,4004,323102510 +4004014,4004,14,Sumire (November 2023),"Sumire: Today was really cold, huh?",profile_04004_0000,4004,323110112 +4004015,4004,15,Sumire (Christmas 2023),Sumire: Merry Christmas!,profile_04004_0000,4004,323122546 +4004018,4004,18,Sumire (White Day 2024),Sumire: Happy White Day!,profile_04004_0000,4004,324031466 +4005001,4005,1,Ren (DM),"Ren: I know it's late, so I apologize if I'm disturbing you.",profile_04005_0000,4005,1 +4005002,4005,2,Ren (Birthday 2023),Ren is online,profile_04005_0000,4005,123112402 +4005003,4005,3,Ren (Birthday 2023),Ren: Pardon the interruption.,profile_04005_0000,4005,1 +4005004,4005,16,Ren (New Year's 2024),Ren: Happy New Year,profile_04005_0000,4005,324010174 +4005005,4005,17,Ren (Valentine's 2024),Ren is online,profile_04005_0000,4005,324021466 +4005007,4005,7,Ren (April 2023),Ren: Good afternoon.,profile_04005_0000,4005,1 +4005008,4005,8,Ren (May 2023),Ren: Good evening.,profile_04005_0000,4005,1 +4005009,4005,9,Ren (June 2023),Ren: The special article on Liella! has arrived.,profile_04005_0000,4005,323062604 +4005010,4005,10,Ren (July 2023),Ren is online,profile_04005_0000,4005,323071805 +4005011,4005,11,Ren (Summer Vacation 2023),Ren is online,profile_04005_0000,4005,323080403 +4005012,4005,12,Ren (September 2023),"Ren: It's a new semester now, huh.",profile_04005_0000,4005,323090118 +4005013,4005,13,Ren (Halloween 2023),Ren is online,profile_04005_0000,4005,323102511 +4005014,4005,14,Ren (November 2023),"Ren: We're certainly in Fall now, huh?",profile_04005_0000,4005,323110113 +4005015,4005,15,Ren (Christmas 2023),Ren is online,profile_04005_0000,4005,323122547 +4005018,4005,18,Ren (White Day 2024),Ren: Good afternoon.,profile_04005_0000,4005,324031467 +4006001,4006,1,Kinako (DM),Kinako: What's up?,profile_04006_0000,4006,1 +4006003,4006,3,Kinako (Birthday 2023),"Kinako: This is outta the blue, but do you like potatoes?",profile_04006_0000,4006,1 +4006004,4006,16,Kinako (New Year's 2024),Kinako: Happy New Yearrr,profile_04006_0000,4006,324010175 +4006005,4006,17,Kinako Valentine 2024,Kinako: Can I have a minute?,profile_04006_0000,4006,324021103 +4006007,4006,7,Kinako (April 2023),Kinako: Take a look at this!,profile_04006_0000,4006,1 +4006008,4006,8,Kinako (May 2023),Kinako: Golden week's almost here.,profile_04006_0000,4006,1 +4006009,4006,9,Kinako (June 2023),"Kinako: That rain's never gonna stop, huh?",profile_04006_0000,4006,323062204 +4006010,4006,10,Kinako (July 2023),Kinako: I got newsss!,profile_04006_0000,4006,323071004 +4006011,4006,11,Kinako (Summer Vacation 2023),"Natsumi Onitsuka, a.k.a OniNatsu! An Oni-supplement for you with daily doses of this and that, etc.!",profile_04006_0000,4006,323080604 +4006012,4006,12,Kinako (September 2023),Kinako is online,profile_04006_0000,4006,323090119 +4006013,4006,13,Kinako (Halloween 2023),Kinako is online,profile_04006_0000,4006,323102512 +4006014,4006,14,Kinako (November 2023),"Kinako: Dang, it sure is Fall now!",profile_04006_0000,4006,323110114 +4006015,4006,15,Kinako (Christmas 2023),Kinako: Merry Christmas!,profile_04006_0000,4006,323122304 +4006018,4006,18,Kinako (White Day 2024),Kinako is online,profile_04006_0000,4006,324031005 +4007001,4007,1,Mei (DM),Mei: Sup?,profile_04007_0000,4007,1 +4007002,4007,2,Mei (Birthday 2023),Mei is online,profile_04007_0000,4007,123102902 +4007003,4007,3,Mei (Birthday 2023),Mei: You busy right now?,profile_04007_0000,4007,1 +4007004,4007,16,Mei (New Year's 2024),Mei: Sup?,profile_04007_0000,4007,324010176 +4007005,4007,17,Mei Valentine 2024,Mei is online,profile_04007_0000,4007,324021004 +4007007,4007,7,Mei (April 2023),Mei sent an image,profile_04007_0000,4007,1 +4007008,4007,8,Mei (May 2023),Mei: You have any plans for Golden Week yet?,profile_04007_0000,4007,1 +4007009,4007,9,Mei (June 2023),Mei: Got the news article! Thanks for always being such a big help.,profile_04007_0000,4007,323060604 +4007010,4007,10,Mei (July 2023),Mei: Sup.,profile_04007_0000,4007,323071806 +4007011,4007,11,Mei (Summer Vacation 2023),Mei: Emergency...,profile_04007_0000,4007,323082107 +4007012,4007,12,Mei (September 2023),Mei: Can you believe we're already going back to school?,profile_04007_0000,4007,323090120 +4007013,4007,13,Mei (Halloween 2023),Mei is online,profile_04007_0000,4007,323102513 +4007014,4007,14,Mei (November 2023),Mei: Could we chat for a bit?,profile_04007_0000,4007,323110115 +4007015,4007,15,Mei (Christmas 2023),Mei: Merry Christmas!,profile_04007_0000,4007,323122548 +4007018,4007,18,Mei (White Day 2024),Mei: Got a sec?,profile_04007_0000,4007,324031006 +4008001,4008,1,Shiki (DM),Shiki: Test message.,profile_04008_0000,4008,1 +4008002,4008,2,Shiki (Birthday 2023),Shiki is online,profile_04008_0000,4008,123061702 +4008003,4008,3,Shiki (Birthday 2023),Shiki: Happy birthday.,profile_04008_0000,4008,1 +4008004,4008,16,Shiki (New Year's 2024),"Shiki: Hey, Happy New Year",profile_04008_0000,4008,324010177 +4008005,4008,17,Shiki Valentine 2024,Shiki: can I come in now?,profile_04008_0000,4008,324021104 +4008007,4008,7,Shiki (April 2023),Shiki: The cherry blossoms are blooming.,profile_04008_0000,4008,1 +4008008,4008,8,Shiki (May 2023),Shiki is online,profile_04008_0000,4008,1 +4008009,4008,9,Shiki (June 2023),Shiki is online,profile_04008_0000,4008,323060806 +4008010,4008,10,Shiki (July 2023),Shiki is online,profile_04008_0000,4008,323072015 +4008011,4008,11,Shiki (Summer Vacation 2023),Shiki is online,profile_04008_0000,4008,323080404 +4008012,4008,12,Shiki (September 2023),Shiki: I got the article. Thanks.,profile_04008_0000,4008,323090121 +4008013,4008,13,Shiki (Halloween 2023),Shiki is online,profile_04008_0000,4008,323102202 +4008014,4008,14,Shiki (November 2023),Shiki: Thanks for writing that Halloween article for us.,profile_04008_0000,4008,323111504 +4008015,4008,15,Shiki (Christmas 2023),Shiki is online,profile_04008_0000,4008,323122549 +4008018,4008,18,Shiki (White Day 2024),Shiki is online,profile_04008_0000,4008,324031468 +4009001,4009,1,Natsumi (DM),Natsumi: Thanks for all the hard work!,profile_04009_0000,4009,1 +4009002,4009,2,Natsumi (Birthday 2023),Natsumi is online,profile_04009_0000,4009,123080702 +4009003,4009,3,Natsumi (Birthday 2023),Natsumi: ONINATSU!,profile_04009_0000,4009,1 +4009004,4009,16,Natsumi (New Year's 2024),Natsumi: It's a Happy New Year!,profile_04009_0000,4009,324010178 +4009005,4009,17,Natsumi Valentine 2024,"Natsumi: I know this is sudden, but I have a quiz..!",profile_04009_0000,4009,324020904 +4009007,4009,7,Natsumi (April 2023),Natsumi sent a sticker,profile_04009_0000,4009,1 +4009008,4009,8,Natsumi (May 2023),Natsumi is online,profile_04009_0000,4009,1 +4009009,4009,9,Natsumi (June 2023),"Natsumi: Thanksies for the article, honey!",profile_04009_0000,4009,323060506 +4009010,4009,10,Natsumi (July 2023),Natsumi: OniNatsuuu!,profile_04009_0000,4009,323072016 +4009011,4009,11,Natsumi (Summer Vacation 2023),Natsumi sent a sticker,profile_04009_0000,4009,323082108 +4009012,4009,12,Natsumi (September 2023),Natsumi: Surprise! OniNatsu pop quiz!,profile_04009_0000,4009,323090122 +4009013,4009,13,Natsumi (Halloween 2023),Natsumi: Happy Halloween!,profile_04009_0000,4009,323102514 +4009014,4009,14,Natsumi (November 2023),Natsumi: Fall is the perfect season for good food!,profile_04009_0000,4009,323110116 +4009015,4009,15,Natsumi (Christmas 2023),Natsumi: It's a Merry Christmas!,profile_04009_0000,4009,323122550 +4009018,4009,18,Natsumi (White Day 2024),Natsumi: OniNatsuuu!,profile_04009_0000,4009,324031104 +4010001,4010,1,Margarete (DM),,,4010,323121501 +4010003,4010,3,Margarete (Birthday 2023),,,4010,323121501 +4011001,4011,1,Tomari (DM),,,4011,323121501 +4011003,4011,3,Tomari (Birthday 2023),,,4011,323121501 +4101001,4101,1,Liella!,Keke: FIRST!,profile_04001_0000,"4002,4003,4004,4001,4005,4006,4009,4007,4008",1 +4101002,4101,2,Kanon (Birthday Party 2023): Part 1,,,"4003,4006,4002,4007,4008,4005,4004,4009",1 +4101003,4101,3,Kanon (Birthday Party 2023): Part 2,,,"4001,4003,4002,4006,4004,4005,4008,4009,4007",1 +4101004,4101,4,Shiki (Birthday Party 2023): Part 1,,,"4006,4007,4009",123061702 +4101005,4101,5,Shiki (Birthday Party 2023): Part 2,,,"4006,4007,4008,4009",123061702 +4101006,4101,6,Liella! (Event Prep 2023),"Kanon: Hey, guys, are you nearly ready?",profile_04001_0000,"4001,4002,4004,4007,4008,4003,4005,4006,4009",323062008 +4101007,4101,7,Liella! (Summer 2023),"Kinako: Tanabata is just around the corner, huh!",profile_04001_0000,"4006,4007,4002,4005,4003,4001,4004,4009,4008",323070402 +4101008,4101,8,Keke (Birthday Party 2023): Part 1,,,"4004,4001,4003,4005",123071702 +4101009,4101,9,Keke (Birthday Party 2023): Part 2,,,"4002,4001,4004,4003,4005",123071702 +4101010,4101,10,Natsumi (Birthday Party 2023): Part 1,,,"4006,4008,4007",123080702 +4101011,4101,11,Natsumi (Birthday Party 2023): Part 2,,,"4009,4006,4007,4008",123080702 +4101012,4101,12,Liella! (Summer Festival 2023),,,"4001,4003,4002,4005,4006,4004,4007,4008,4009",323082406 +4101013,4101,13,Sumire (Birthday Party 2023): Part 1,,,"4002,4001,4006,4003,4005,4009,4008,4007",123092802 +4101014,4101,14,Sumire (Birthday Party 2023): Part 2,,,"4004,4002,4005,4001,4003,4006,4007,4008,4009",123092802 +4101015,4101,15,Liella! (Fall 2023),Ren: Have you all appreciated the gorgeous moon tonight?,profile_04001_0000,"4005,4003,4002,4008,4007,4009,4004,4006,4001",323100102 +4101016,4101,16,Liella! Half Anniversary,,,"4003,4004,4007,4006,4002,4005,4009,4008,4001",323101404 +4101017,4101,17,Mei (Birthday Party 2023): Part 1,,,"4008,4007",123102902 +4101018,4101,18,Mei (Birthday Party 2023): Part 2,,,"4007,4008,4009,4006,4002,4004,4001,4003,4005",123102902 +4101019,4101,19,Ren (Birthday Party 2023): Part 1,,,"4003,4002,4004,4001",123112402 +4101020,4101,20,Ren (Birthday Party 2023): Part 2,,,"4005,4004,4002,4003,4001",123112402 +4101021,4101,21,Liella! (Winter 2023),"Ren: Hey everyone, thank you for coming to today's Christmas Party!",profile_04001_0000,"4005,4001,4006,4003,4007,4008,4009,4004,4002",323122552 +4101022,4101,22,Tomari (Birthday Party 2023) Part 1,,,"4009,4001,4004",123122802 +4101023,4101,23,Tomari (Birthday Party 2023) Part 2,,,"4004,4006,4007,4011,4009,4001,4002,4003,4005,4008,4010",123122802 +4101024,4101,24,Margarete Birthday Celebration 2024①,,,"4001,4004,4003,4005,4009,4011,4008,4007,4002,4006",124012002 +4101025,4101,25,Margarete Birthday Celebration 2024②,,,"4010,4011,4001,4003,4004,4006,4009,4002,4007,4008,4005",124012002 +4101026,4101,26,Liella! Live 2024,,,"4003,4002,4011,4010,4006,4007,4009,4008,4001,4005,4004",324011902 +4101027,4101,27,Chisato (Birthday Party 2024): Part 1,,,"4001,4002,4004,4005",124022502 +4101028,4101,28,Chisato (Birthday Party 2024): Part 2,,,"4003,4001,4002,4004,4005",124022502 +4101029,4101,29,Liella! (Spring 2024),Kanon is online,profile_04001_0000,"4002,4001,4006,4009,4004,4003,4008,4007,4005",324030303 +4101030,4101,30,Kinako (Birthday Party 2024): Part 1,,,"4009,4006",324031604 +4101031,4101,31,Kinako (Birthday Party 2024): Part 2,,,"4006,4009,4007,4008",324031604 diff --git a/src/router/databases/csv-en/chat_stamp.csv b/src/router/databases/csv-en/chat_stamp.csv new file mode 100644 index 0000000..e29bba0 --- /dev/null +++ b/src/router/databases/csv-en/chat_stamp.csv @@ -0,0 +1,151 @@ +_id,_name,_group,_isUsableChat,_isUsableMulti,_filename,_order,_initialStamp,_masterReleaseLabelId +1,汗,0,1,1,stamp_00_00000_0001,10068,1,1 +2,100点,0,1,1,stamp_00_00000_0002,10069,1,1 +3,土下座する女性,0,1,1,stamp_00_00000_0003,10045,1,1 +4,OKのポーズをする女性,0,1,1,stamp_00_00000_0004,10060,1,1 +5,にこやかな笑顔,0,1,1,stamp_00_00000_0005,10001,1,1 +6,目もにこやかな笑顔,0,1,1,stamp_00_00000_0006,10047,1,1 +7,大笑いの顔,0,1,1,stamp_00_00000_0007,10011,1,1 +8,控えめな笑顔,0,1,1,stamp_00_00000_0008,10000,1,1 +9,微笑む目の笑顔 ,0,1,1,stamp_00_00000_0009,10002,1,1 +10,ハートの笑顔,0,1,1,stamp_00_00000_0010,10048,1,1 +11,にやり,0,1,1,stamp_00_00000_0011,10003,1,1 +12,ウィンクの顔,0,1,1,stamp_00_00000_0012,10012,1,1 +13,笑顔の悪魔の顔,0,1,1,stamp_00_00000_0013,10010,1,1 +14,嬉し泣きの顔,0,1,1,stamp_00_00000_0014,10008,1,1 +15,涙の笑顔,0,1,1,stamp_00_00000_0015,10025,1,1 +16,泣き顔,0,1,1,stamp_00_00000_0016,10026,1,1 +17,大声で泣いている顔,0,1,1,stamp_00_00000_0017,10027,1,1 +19,紅潮した顔,0,1,1,stamp_00_00000_0019,10018,1,1 +20,投げキスの顔,0,1,1,stamp_00_00000_0020,10019,1,1 +21,パーティの顔,0,1,1,stamp_00_00000_0021,10084,1,1 +22,恐怖で叫ぶ顔,0,1,0,stamp_00_00000_0022,10030,1,1 +23,ふくれっ面,0,1,0,stamp_00_00000_0023,10052,1,1 +24,鼻息の荒い顔,0,1,1,stamp_00_00000_0024,10031,1,1 +25,我慢する顔 ,0,1,1,stamp_00_00000_0025,10029,1,1 +26,心配そうな顔,0,1,0,stamp_00_00000_0026,10004,1,1 +27,悲しいけど安心した顔,0,1,1,stamp_00_00000_0027,10024,1,1 +28,眉があがった顔,0,1,0,stamp_00_00000_0028,10005,1,1 +29,思考中の顔,0,1,0,stamp_00_00000_0029,10028,1,1 +30,手を口に添えた顔,0,1,1,stamp_00_00000_0030,10021,1,1 +31,静かにの顔,0,1,0,stamp_00_00000_0031,10022,1,1 +32,口チャックの顔,0,1,0,stamp_00_00000_0032,10006,1,1 +33,キスの顔,0,1,1,stamp_00_00000_0033,10007,1,1 +34,舌を出した顔 ,0,1,1,stamp_00_00000_0034,10020,1,1 +35,目を細めて舌を出した顔,0,1,1,stamp_00_00000_0035,10013,1,1 +36,サングラスの笑顔,0,1,1,stamp_00_00000_0036,10014,1,1 +37,驚いた顔,0,1,1,stamp_00_00000_0037,10051,1,1 +38,美味しい顔,0,1,1,stamp_00_00000_0038,10015,1,1 +39,よだれ顔,0,1,1,stamp_00_00000_0039,10023,1,1 +40,寝てる顔,0,1,1,stamp_00_00000_0040,10016,1,1 +41,あくびの顔,0,1,1,stamp_00_00000_0041,10032,1,1 +43,くしゃみ顔,0,1,1,stamp_00_00000_0043,10083,1,1 +44,暑い顔,0,1,1,stamp_00_00000_0044,10058,1,1 +45,寒い顔,0,1,1,stamp_00_00000_0045,10059,1,1 +46,親指を上げた手,0,1,1,stamp_00_00000_0046,10062,1,1 +48,拍手,0,1,1,stamp_00_00000_0048,10066,1,1 +49,手を振る,0,1,1,stamp_00_00000_0049,10067,1,1 +50,OKの手,0,1,1,stamp_00_00000_0050,10061,1,1 +51,右を指差す手の甲,0,1,1,stamp_00_00000_0051,10063,1,1 +52,腕の筋肉,0,1,1,stamp_00_00000_0052,10064,1,1 +53,あわせた手,0,1,1,stamp_00_00000_0053,10065,1,1 +54,アルパカ,0,1,1,stamp_00_00000_0054,10070,1,1 +55,アルパカ2,0,1,1,stamp_00_00000_0055,10071,1,1 +56,アルパカ3,0,1,1,stamp_00_00000_0056,10072,1,1 +57,犬,0,1,1,stamp_00_00000_0057,10073,1,1 +58,犬2,0,1,1,stamp_00_00000_0058,10074,1,1 +59,犬3,0,1,1,stamp_00_00000_0059,10075,1,1 +60,猫,0,1,1,stamp_00_00000_0060,10076,1,1 +61,猫2,0,1,1,stamp_00_00000_0061,10077,1,1 +62,猫3,0,1,1,stamp_00_00000_0062,10078,1,1 +63,ふくろう,0,1,1,stamp_00_00000_0063,10079,1,1 +64,ふくろう2,0,1,1,stamp_00_00000_0064,10080,1,1 +65,ふくろう3,0,1,1,stamp_00_00000_0065,10081,1,1 +66,クラッカー,0,1,1,stamp_00_00000_0066,10085,1,1 +67,富士山,0,1,1,stamp_00_00000_0067,10090,1,1 +68,電球,0,1,1,stamp_00_00000_0068,10087,1,1 +69,太陽,0,1,1,stamp_00_00000_0069,10088,1,1 +70,波,0,1,1,stamp_00_00000_0070,10089,1,1 +71,サイリウム,0,1,1,stamp_00_00000_0071,10095,1,1 +72,ピアノ,0,1,1,stamp_00_00000_0072,10093,1,1 +73,海,0,1,1,stamp_00_00000_0073,10091,1,1 +74,ドレス,0,1,1,stamp_00_00000_0074,10094,1,1 +75,星空,0,1,1,stamp_00_00000_0075,10092,1,1 +76,走る,0,1,1,stamp_00_00000_0076,10082,1,1 +77,ありがとう!,0,1,1,stamp_00_00000_0077,10034,1,1 +78,ありがとう><,0,1,1,stamp_00_00000_0078,10035,1,1 +79,かわいいウインク,0,1,1,stamp_00_00000_0079,10037,1,1 +80,ごめん,0,1,1,stamp_00_00000_0080,10044,1,1 +81,爆笑,0,1,1,stamp_00_00000_0081,10039,1,1 +82,ひええ,0,1,1,stamp_00_00000_0082,10042,1,1 +83,しくしく,0,1,1,stamp_00_00000_0083,10043,1,1 +84,紅潮,0,1,1,stamp_00_00000_0084,10040,1,1 +85,頑張って!,0,1,1,stamp_00_00000_0085,10036,1,1 +86,了解,0,1,1,stamp_00_00000_0086,10009,1,1 +87,えっへん,0,1,1,stamp_00_00000_0087,10033,1,1 +88,うふふ,0,1,1,stamp_00_00000_0088,10038,1,1 +89,まかせて,0,1,1,stamp_00_00000_0089,10049,1,1 +90,苦笑,0,1,0,stamp_00_00000_0090,10050,1,1 +91,どうしたの?,0,1,0,stamp_00_00000_0091,10053,1,1 +92,どうかな?,0,1,1,stamp_00_00000_0092,10054,1,1 +93,やっほー!,0,1,1,stamp_00_00000_0093,10055,1,1 +94,手を挙げる,0,1,1,stamp_00_00000_0094,10056,1,1 +95,よろしく,0,1,1,stamp_00_00000_0095,10057,1,1 +96,プレゼント,0,1,1,stamp_00_00000_0096,10086,1,1 +11001003,穂乃果ファイト・頑張ろう,0,1,1,stamp_01_01001_0003,3,1,1 +11002005,絵里NO,0,1,1,stamp_01_01002_0005,14,0,1 +11003001,ことりおはよう,0,1,1,stamp_01_01003_0001,19,0,1 +11003010,"Kotori Take care of yourselves,Everybody",0,1,1,stamp_01_01003_0010,27,0,224011505 +11004002,海未おやすみ,0,1,1,stamp_01_01004_0002,29,0,1 +11005007,凛よろしく,0,1,1,stamp_01_01005_0007,43,0,1 +11006004,真姫OK,0,1,1,stamp_01_01006_0004,49,0,1 +11007006,希お願いします,0,1,1,stamp_01_01007_0006,60,0,1 +11007010,希なかなかやん,0,1,1,stamp_01_01007_0010,64,0,223091506 +11008009,花陽あわわ,0,1,1,stamp_01_01008_0009,72,0,1 +11009008,にこわ~い,0,1,1,stamp_01_01009_0008,80,0,1 +22001001,千歌おはよう,0,1,1,stamp_02_02001_0001,82,1,1 +22002002,梨子おやすみ,0,1,1,stamp_02_02002_0002,92,0,1 +22003006,果南お願いします,0,1,1,stamp_02_02003_0006,105,0,1 +22004003,黒澤ダイヤ 素晴らしいですわ,0,1,1,stamp_02_02004_0003,111,0,223061506 +22004005,ダイヤNO,0,1,1,stamp_02_02004_0005,113,0,1 +22005004,曜OK,0,1,1,stamp_02_02005_0004,121,0,1 +22006007,善子よろしく,0,1,1,stamp_02_02006_0007,133,0,1 +22007009,花丸あわわ,0,1,1,stamp_02_02007_0009,144,0,1 +22007010,花丸 次は頑張るずら,0,1,1,stamp_02_02007_0010,144,0,223101510 +22008008,鞠莉わ~い,0,1,1,stamp_02_02008_0008,152,0,1 +22009003,ルビィファイト・頑張ろう,0,1,1,stamp_02_02009_0003,156,0,1 +33001001,歩夢おはよう,0,1,1,stamp_03_03001_0001,163,1,1 +33001003,上原歩夢 がんばろうね!,0,1,1,stamp_03_03001_0003,165,0,223071507 +33002008,かすみわ~い,0,1,1,stamp_03_03002_0008,179,0,1 +33003003,しずくファイト・頑張ろう,0,1,1,stamp_03_03003_0003,183,0,1 +33004007,果林よろしく,0,1,1,stamp_03_03004_0007,196,0,1 +33005006,愛お願いします,0,1,1,stamp_03_03005_0006,204,0,1 +33006002,彼方おやすみ,0,1,1,stamp_03_03006_0002,209,0,1 +33007005,せつ菜NO,0,1,1,stamp_03_03007_0005,221,0,1 +33007010,Setsuna has saved the world again,0,1,1,stamp_03_03007_0010,225,0,223111506 +33008004,エマOK,0,1,1,stamp_03_03008_0004,229,0,1 +33009009,璃奈あわわ,0,1,1,stamp_03_03009_0009,243,0,1 +33010004,栞子OK,0,1,1,stamp_03_03010_0004,247,0,1 +33011007,ミアよろしく,0,1,1,stamp_03_03011_0007,259,0,1 +33012009,嵐珠あわわ,0,1,1,stamp_03_03012_0009,270,0,1 +44001002,かのんおやすみ,0,1,1,stamp_04_04001_0002,272,1,1 +44002003,可可ファイト・頑張ろう,0,1,1,stamp_04_04002_0003,282,0,1 +44002010,Keke So warm...,0,1,1,stamp_04_04002_0010,288,0,223121508 +44003004,千砂都OK,0,1,1,stamp_04_04003_0004,292,0,1 +44004008,すみれわ~い,0,1,1,stamp_04_04004_0008,305,0,1 +44005005,恋NO,0,1,1,stamp_04_04005_0005,311,0,1 +44006009,きな子あわわ,0,1,1,stamp_04_04006_0009,324,0,1 +44007006,メイお願いします,0,1,1,stamp_04_04007_0006,330,0,1 +44007010,米女メイ おつかれ,0,1,1,stamp_04_04007_0010,334,0,223081506 +44008007,四季よろしく,0,1,1,stamp_04_04008_0007,341,0,1 +44009001,夏美おはよう,0,1,1,stamp_04_04009_0001,344,0,1 +66001001,ヨハネ 行くわよ!,0,1,1,stamp_06_06001_0001,601,0,223120803 +66002001,ハナマル よろしくずら~,0,1,1,stamp_06_06002_0001,602,0,223120803 +66003001,ダイヤ すみません…,0,1,1,stamp_06_06003_0001,603,0,223120803 +66004001,ルビィ ぷるぷる…,0,1,1,stamp_06_06004_0001,604,0,223120803 +66005001,チカ 次もがんばろ!,0,1,1,stamp_06_06005_0001,605,0,223120803 +66006001,ヨウ すごい!,0,1,1,stamp_06_06006_0001,606,0,223120803 +66007001,カナン 大丈夫,0,1,1,stamp_06_06007_0001,607,0,223120803 +66008001,リコ あわわ…,0,1,1,stamp_06_06008_0001,608,0,223120803 +66009001,マリ 期待してるわ,0,1,1,stamp_06_06009_0001,609,0,223120803 +66099001,ライラプス 修行だね,0,1,1,stamp_06_06099_0001,610,0,223120803 diff --git a/src/router/masterdata/csv/chat_voice_key.csv b/src/router/databases/csv-en/chat_voice_key.csv similarity index 100% rename from src/router/masterdata/csv/chat_voice_key.csv rename to src/router/databases/csv-en/chat_voice_key.csv diff --git a/src/router/masterdata/csv/chipster_result_code.csv b/src/router/databases/csv-en/chipster_result_code.csv similarity index 100% rename from src/router/masterdata/csv/chipster_result_code.csv rename to src/router/databases/csv-en/chipster_result_code.csv diff --git a/src/router/databases/csv-en/comic.csv b/src/router/databases/csv-en/comic.csv new file mode 100644 index 0000000..fcc392d --- /dev/null +++ b/src/router/databases/csv-en/comic.csv @@ -0,0 +1,41 @@ +_id,_masterGroupId,_number,_name,_imageName,_masterReleaseLabelId +100001,100,1,"""o""",comic_01_0001,1 +100002,100,2,Dark-Proof Gear,comic_01_0002,1 +100003,100,3,Work Socks,comic_01_0003,1 +100004,100,4,Combating the Jitters,comic_01_0004,1 +100005,100,5,Take Care of Your Health,comic_01_0005,1 +100006,100,6,Perm Time?,comic_01_0006,1 +100007,100,7,Secret Combo,comic_01_0007,1 +100008,100,8,Certified Rice-Grading Expert,comic_01_0008,1 +100009,100,9,A New National Holiday,comic_01_0009,1 +200001,200,1,Are You Glowing?,comic_02_0001,1 +200002,200,2,Riko's Secret,comic_02_0002,1 +200003,200,3,Kanan's Training Regimen,comic_02_0003,1 +200004,200,4,My Collection Just Keeps Growing!,comic_02_0004,1 +200005,200,5,"Short Sleeves, Even in Winter!",comic_02_0005,1 +200006,200,6,A Fallen Angel's Lunchtime,comic_02_0006,1 +200007,200,7,Enjoy This Purr-Fect Meal!,comic_02_0007,1 +200008,200,8,"That'll Be X00,000 Yen",comic_02_0008,1 +200009,200,9,Sleepy Time Merch?,comic_02_0009,1 +300001,300,1,Complimenting Everything and Anything,comic_03_0001,1 +300002,300,2,Marketing Kasumin,comic_03_0002,1 +300003,300,3,Method Acting,comic_03_0003,1 +300004,300,4,Waiting for Pickup,comic_03_0004,1 +300005,300,5,Ai's Wealth of Knowledge,comic_03_0005,1 +300006,300,6,Always Ready for a Nap,comic_03_0006,1 +300007,300,7,Apple Pie with a Side of Dark Matter,comic_03_0007,1 +300008,300,8,Law of Nature,comic_03_0008,1 +300009,300,9,Requesting Budget Revision,comic_03_0009,1 +300010,300,10,Mistakes Are Just Happy Accidents,comic_03_0010,1 +300011,300,11,Giver and Receiver,comic_03_0011,1 +300012,300,12,Lanzhu's Day Off,comic_03_0012,1 +300013,300,13,I Can't Just Choose One!,comic_03_0013,1 +400001,400,1,Two Sides of the Same Coin,comic_04_0001,1 +400002,400,2,Lucky Charm,comic_04_0002,1 +400003,400,3,Cute Is Blind,comic_04_0003,1 +400004,400,4,Is This Your Sumire?,comic_04_0004,1 +400005,400,5,Warm and Toasty,comic_04_0005,1 +400006,400,6,Sprouting Wings,comic_04_0006,1 +400007,400,7,Saved to the Cloud,comic_04_0007,1 +400008,400,8,The Seven Wonders of the Science Club,comic_04_0008,1 +400009,400,9,Another Long Day of Work...,comic_04_0009,1 diff --git a/src/router/masterdata/csv/common_bg_movie.csv b/src/router/databases/csv-en/common_bg_movie.csv similarity index 100% rename from src/router/masterdata/csv/common_bg_movie.csv rename to src/router/databases/csv-en/common_bg_movie.csv diff --git a/src/router/databases/csv-en/const.csv b/src/router/databases/csv-en/const.csv new file mode 100644 index 0000000..7b33f37 --- /dev/null +++ b/src/router/databases/csv-en/const.csv @@ -0,0 +1,191 @@ +_id,_value,_masterReleaseLabelId +MIN_STAMINA,0,1 +MAX_STAMINA,300,1 +EXCESS_STAMINA,999,1 +LIMIT_STAMINA,9999,1 +STAMINA_RECOVER_VALUE,1,1 +STAMINA_RECOVER_TIME,300,1 +MIN_GEM,0,1 +MAX_GEM,9999999,1 +MIN_COIN,0,1 +MAX_COIN,999999999,1 +MIN_CARD_AMOUNT,0,1 +MAX_CARD_AMOUNT,9999999,1 +MIN_SEAL,0,1 +MAX_SEAL,9999999,1 +MIN_ITEM_AMOUNT,0,1 +MAX_ITEM_AMOUNT,9999999,1 +ONE_MEGA_BYTE_TO_BYTE,1048576,1 +DEFAULT_USER_NAME,Tutorial in progress,1 +DEFAULT_USER_COMMENT,Lean and Play!,1 +DEFAULT_MASTER_TITLE_ID,0,1 +ADV_BGM_VOLUME_COEFFICIENT,1,1 +ADV_SE_VOLUME_COEFFICIENT,1,1 +ADV_VOICE_VOLUME_COEFFICIENT,1,1 +MOVIE_HISTORY_NUM,5,1 +MOVIE_EXPIRY_DAY,60,1 +MOVIE_DELETE_NUM,4,1 +TUTORIAL_MIN_LOTTERY_ID,9000000,1 +TUTORIAL_GUEST_USER_NAME,A Nice Guest,1 +TUTORIAL_GUEST_USER_RANK,10,1 +TUTORIAL_GUEST_USER_MASTER_CARD_ID,10010013,1 +TUTORIAL_GUEST_USER_CARD_LEVEL,5,1 +TUTORIAL_GUEST_USER_COMMENT,Enjoy the first live show!,1 +TUTORIAL_GUEST_USER_TITLE_ID,3000001,1 +TUTORIAL_MASTER_STORY_PART_ID,11000101,1 +TUTORIAL_MASTER_TALK_ID,90000001,1 +TUTORIAL_SPEECH_BUBBLE_MISSION_1,1605001,1 +TUTORIAL_SPEECH_BUBBLE_MISSION_2,1663001,1 +TUTORIAL_SPEECH_BUBBLE_MISSION_3,1614001,1 +COMEBACK_LOGIN_BONUS_REQUIRE_DAYS,14,1 +BANNER_MOVE_SECOND,5,1 +MIN_GIFT,0,1 +MAX_GIFT,100000,1 +GIFT_EXPIRE_DAY,30,1 +MAX_GIFT_HISTORY,30,1 +PRESENT_BOX_EXPIRE_NOTIFY_HOUR,24,1 +MAX_FRIEND_REQUEST,40,1 +MAX_FRIEND_PENDING,40,1 +MAX_FRIEND_SEARCH,20,1 +SCORE_TOTAL_POWER_COEFFICIENT,3,1 +SCORE_DECK_POWER_COEFFICIENT,0.0125,1 +SCORE_LEVEL_ADJUST_COEFFICIENT,0.01,1 +SCORE_LEVEL_MIN_COEFFICIENT,1,1 +LIVESCENE_SKILLNAME_MAX_LENGTH,80,1 +LOCAL_P3_SERVICE_END,2024/5/31 6:00:00,224031103 +LOCAL_P4_REFUND_START,2024/5/31 6:00:00,224031103 +LOCAL_P5_REFUND_END,2024/5/31 6:00:00,224031103 +LIVESCENE_SKILLNAME_ELLIPSIS,...,1 +HIGH_SCORE_RATE_COEFFICIENT,5000,1 +HIGH_SCORE_RATE_LIST_MAX,10,1 +MIN_MUSIC_LEVEL_NUMBER,5,1 +LIVE_CONTINUE_USE_GEM,100,1 +MULTI_REGION,jp,223061503 +MULTI_LIVE_TIME_OUT,15,223061503 +MULTI_PRIVATE_ROOM_PASS,0123456789,223061503 +MULTI_PRIVATE_ROOM_PASS_COUNT,6,223061503 +LIVE_ERORR_TIME,5,1 +EVENT_POINT_SCORE_BONUS_NUMERATOR,1,1 +EVENT_POINT_SCORE_BONUS_DENOMINATOR,2,1 +EVENT_POINT_ADJUST_NUMBER,0.25,1 +MAX_EVENT_POINT,999999999,1 +MULTI_ROOM_MIN_ID,1000000,1 +MULTI_ROOM_MAX_ID,99999999,1 +MULTI_PRIVATE_ROOM_MIN_ID,0,1 +MULTI_PRIVATE_ROOM_MAX_ID,999999,1 +MULTI_PRIVATE_ROOM_ID_FORMAT,000000,1 +MULTI_COMMENT_MAX_NUM,10,1 +MULTI_MUSIC_SELECT_TIME,20,1 +MULTI_LEVEL_SELECT_TIME,15,1 +MULTI_LAST_CONFIRM_TIME,20,1 +MULTI_PENALTY_DEFAULT_ID,1,1 +MULTI_PENALTY_NO_PLAY_MISS_RATIO,5000,1 +MULTI_EVENT_LIVE_GREAT_PERFECT_NOTES_MIN_RATIO,50,1 +MULTI_PENALTY_MISS_RATIO,70,1 +LIVE_POWER_ZERO_SCORE_COEFFICIENT,0.1,1 +STAMP_ONE_PAGE_NUM,16,1 +COUNT_BADGE_MAX,99,1 +MUSIC_CHANGE_PRICE,50000,223111506 +DAILY_FREE_MUSIC_CHANGE_LIMIT,1,223111506 +STAR_ASSIST_SKILL_PROBABILITY,20000,223111506 +STAR_EVENT_BONUS_MAX_DAILY_COUNT,5,223111506 +STAR_EVENT_BONUS_COEFFICIENT,50,223111506 +STAR_BONUS_COEFFICIENT,2,223111506 +STAR_ASSIST_CARD_BONUS_COEFFICIENT,10000,223111506 +STAR_ASSIST_CARD_COEFFICIENT,90000,223111506 +STAR_ASSIST_SKILL_COEFFICIENT_1,9,223111506 +STAR_ASSIST_SKILL_COEFFICIENT_2,15,223111506 +MIN_SKILL_LEVEL,0,1 +MAX_SKILL_LEVEL,9,1 +SKILL_REINFORCE_SAME_CARD_RATIO,30000,1 +CHARACTER_FRIENDSHIP_MAX,500000,1 +CHARACTER_FRIENDSHIP_REWARD_BASE,1,1 +CHARACTER_FRIENDSHIP_CENTER_BONUS,5,1 +CHARACTER_FRIENDSHIP_FRONT_BONUS,2,1 +CARD_EPISODE_REWARD_GEM,50,1 +LOTTERY_SINGLE_TICKET,15010001,1 +LOTTERY_MULTI_TICKET,15010003,1 +COMMON_LOTTERY_EXCHANGE_MASTER_ITEM_ID,17001002,1 +EXCHANGE_CARD_LOTTERY_EFF_STEP_MOVIE_MASTER_ID,1,1 +EXCHANGE_CARD_LOTTERY_EFF_EXPECTED_MASTER_ID,1,1 +EXCHANGE_CARD_LOTTERY_EFF_ARTIST_MOVIE_MASTER_ID,1,1 +PLAYER_RANKS_TRACKING_LIST,[5/10/30/50/100/200/300/],1 +MUSE_STORY_TRACKING_LIST,story_part MASTER id LIST (CHAPTER 1~5),1 +AQOURS_STORY_TRACKING_LIST,story_part MASTER id LIST (CHAPTER 1~5),1 +NIGIGASAKI_STORY_TRACKING_LIST,story_part MASTER id LIST (CHAPTER 1~5),1 +LIELLA_STORY_TRACKING_LIST,story_part MASTER id LIST (CHAPTER 1~5),1 +USERNAME_COMPLETE,cxaf1k,1 +TUTORIAL_COMPLETE,usrdzo,1 +TUTORIAL_EXCLUDE_MEMBER,[4010/4011],223121502 +LOGIN_BONUS,253c9m,1 +PURCHASE,1bsthi,1 +INITIAL_PURCHASE,ydtj0o,1 +RANK_005,gd5k9i,1 +RANK_010,32vmx1,1 +RANK_030,o7jsyo,1 +RANK_050,a8x3q0,1 +RANK_100,2t4qed,1 +RANK_200,6910uf,1 +RANK_300,z7sc9p,1 +REJECT_PURCHASE_FLAG,TRUE,224012502 +STORYCLEAR_MS_01,xw39p7,1 +STORYCLEAR_MS_02,k0e5zr,1 +STORYCLEAR_MS_03,tbne9l,1 +STORYCLEAR_MS_04,ydfmv4,1 +STORYCLEAR_MS_05,v3kowc,1 +STORYCLEAR_AQOURS_01,1y4ciq,1 +STORYCLEAR_AQOURS_02,2x9bkp,1 +STORYCLEAR_AQOURS_03,l0ynyt,1 +STORYCLEAR_AQOURS_04,7fhbyg,1 +STORYCLEAR_AQOURS_05,mxlplg,1 +STORYCLEAR_NIJI_01,h9iti9,1 +STORYCLEAR_NIJI_02,c2bx53,1 +STORYCLEAR_NIJI_03,jxthtq,1 +STORYCLEAR_NIJI_04,thehu8,1 +STORYCLEAR_NIJI_05,g04pim,1 +SS_ALIGNMENT_END_DATETIME,2024/12/31 14:59:59,223071201 +SS_THEATER_NOT_FOUND,Daily theater will be updated later.,223120502 +DEFAULT_LIVE_POWER,1000,1 +MAX_LIVE_POWER,2000,1 +DEFAULT_ROOM_MASTER_AREA_ID,100,1 +AUTO_TICKET_MASTER_ITEM_ID,90000001,1 +EVOLVE_RARE3_MASTER_ITEM_ID,21001001,1 +EVOLVE_RARE4_MASTER_ITEM_ID,21002001,1 +EVOLVE_RARE3_NEED_ITEM_COUNT,10,1 +EVOLVE_RARE4_NEED_ITEM_COUNT,10,1 +EVOLVE_ITEM_COUNT_MAX,999,1 +SPIRIT_SCORE_BONUS_NUMERATOR,1,1 +SPIRIT_SCORE_BONUS_DENOMINATOR,6,1 +SPIRIT_ADJUST_NUMBER,50,1 +BEFORE_RECOMMEND_EMPTY_ID,10013001,1 +DEFAULT_MAX_ORNAMENT_LEVEL,5,1 +TUTORIAL_CARD_REINFORCE_MASTER_ITEM_ID,16001002,1 +BATTERY_CHECK_NUM,30,1 +EVENT_LIVE_POINT_BOOST,40,1 +CARD_SPECIAL_EPISODE_REWARD_GEM,100,1 +TALK_USER_EXP_BASE,200,1 +SERIF_HIDE_TIME,5,1 +AREA_WORLD_ID_DEFAULT,1,1 +AREA_WORLD_ID_BIRTHDAY,2,1 +MIN_NEW_ORNAMENT_EVENT,1,1 +MAX_NEW_ORNAMENT_EVENT,3,1 +MIN_NEW_MAIN_AREA_EVENT,4,1 +MAX_NEW_MAIN_AREA_EVENT,8,1 +MAX_MAIN_AREA_EVENT,20,1 +MIN_MAIN_AREA_EVENT_PER_AREA,1,1 +MAX_MAIN_AREA_EVENT_PER_AREA,3,1 +AREA_EVENT_PER_AREA,4,1 +AREA_TALK_BALLOON_VIEW_MSEC,5000,1 +AREA_TALK_BALLOON_INTERVAL_MSEC,10000,1 +CANDY_SCORE_BONUS_NUMERATOR,1,1 +CANDY_SCORE_BONUS_DENOMINATOR,6,1 +CANDY_ADJUST_NUMBER,50,1 +PICK_SCORE_BONUS_NUMERATOR,1,1 +PICK_SCORE_BONUS_DENOMINATOR,6,1 +PICK_ADJUST_NUMBER,50,1 +EVENT_COIN_SCORE_BONUS_NUMERATOR,1,1 +EVENT_COIN_SCORE_BONUS_DENOMINATOR,6,1 +EVENT_COIN_ADJUST_NUMBER,50,1 +EVENT_HOMEWORK_CLEAR_BONUS,2,1 +MAX_LOTTERY_BOX_DRAW_COUNT,10,1 +EVENT_TOP_LIVE2D_EVENT_TALK_PERCENT,70,1 diff --git a/src/router/masterdata/csv/date_condition.csv b/src/router/databases/csv-en/date_condition.csv similarity index 100% rename from src/router/masterdata/csv/date_condition.csv rename to src/router/databases/csv-en/date_condition.csv diff --git a/src/router/masterdata/csv/date_condition_others.csv b/src/router/databases/csv-en/date_condition_others.csv similarity index 100% rename from src/router/masterdata/csv/date_condition_others.csv rename to src/router/databases/csv-en/date_condition_others.csv diff --git a/src/router/databases/csv-en/dialog.csv b/src/router/databases/csv-en/dialog.csv new file mode 100644 index 0000000..bdac725 --- /dev/null +++ b/src/router/databases/csv-en/dialog.csv @@ -0,0 +1,460 @@ +_id,_title,_message,_buttonId,_masterReleaseLabelId +ErrorStay,Error,An error has occurred.

{0},CloseButton,1 +ErrorTitle,Error,An error has occurred. You will be returned to the title screen.

{0},CloseButton,1 +Free,{0},{0},CloseButton,1 +NetworkError_Retry,Connection Error,Could not connect.
Please try again when you have better reception.,"CloseButton,RetryButton",1 +NetworkError_Title,Connection Error,A connection error occurred.
You will be returned to the title screen.

{0},CloseButton,1 +NetworkError_ResourceUpdated,Connection Error,You need to download an update.
You will be returned to the title screen.,CloseButton,1 +ApplicationQuitConfirm,Confirm,This will end the game.
Are you sure you want to continue?,"CancelButton,OkButton",1 +AreaUnlock,Area Unlocked,{0}
You unlocked a new area!,CloseOkButton,1 +AreaUnlockDetail_StoryRead,Unlock Conditions,Unlocked by viewing
{0}
in story mode.,CloseButton,1 +AreaUnlockDetail_UserRank,Unlock Conditions,Unlocked by reaching Player Rank {0}.,CloseButton,1 +ChatTalkSkip,Skip,Skip and end this conversation?,"CancelButton,OkButton",1 +Chat_EncountStoryPlayback,Play How We Met,Play How We Met for {0}.,CloseOkButton,1 +OrnamentLevelRelease,Equipment Level Limit Increased,You can now level up {0}
to level {1}!,CloseButton,1 +DeckNameChangeSuccess,Change Unit Name,Unit name changed.,CloseButton,1 +DeckNameChangeEmpty,Input Error,This field cannot be left blank.,CloseButton,1 +DeckNameChangeNg,Error,This contains inappropriate language.
Please enter something else.,CloseButton,1 +MainDeckChangeSuccess,Change Main Unit,Main unit changed.,CloseButton,1 +PracticeConfirm,Confirm,These Lesson Notebooks and {0} Gold
will be used to level up.
Would you like to continue?,"CancelButton,OkButton",1 +SkillPracticeConfirmByItem,Confirm,These Skill Notebooks and {0} Gold
will be used to level up.
Would you like to continue?,"CancelButton,OkButton",1 +SkillPracticeConfirmCanAlsoTraining,Confirm,This member can be Idolized.
Do you want to quit material selection
and go to Idolizing?,"CancelButton,OkButton",1 +SkillPracticeConfirmByPhoto,Confirm,The selected member will disappear from your waiting room.
Do you want to power up this skill?
*They will still appear on your member list.,"CancelButton,OkButton",1 +TrainingConfirm,Confirm,These Light Sticks will be used to Idolize.
Would you like to continue?,"CancelButton,OkButton",1 +StaminaChargeConfirm,Restore LP,Your LP will be restored.

Would you like to continue?,"CancelButton,OkButton",1 +StaminaChargeSuccess,Restore LP,Restored {0} LP!,CloseButton,1 +StaminaChargeOver,LP Limit Reached,You have more than the maximum LP limit.

LP restoration is not possible.,CloseButton,1 +ShopBuySuccess,Purchase Items,{0} purchased!,CloseButton,1 +GachaExec,Confirm,{1} {0} will be used to Scout [{2}].
Would you like to continue?,"CancelButton,OkButton",1 +GachaLackMedal,Not Enough {0},You do not have enough {0}. Purchase with Love Gems?,"CancelButton,BuyGemButton",1 +GachaLackItem,Not Enough {0},You do not have enough {0}.,CloseButton,1 +GachaResultGetBonus,Freebie Received,You earned a free Scout!,CloseButton,1 +GachaResultGetMovie,Club Member Acquired,{0}
{1},CloseButton,1 +GachaErrorExpired,Error,This has expired.,CloseOkButton,1 +GachaTicketExpired,Error,This Ticket has expired and can no longer be used.,CloseOkButton,1 +GameClose_Announce,Notice of Termination of Service,"""chool Idol Festival 2 MIRACLE LIVE!""
ended its service on March 31, 2024(Sunday).
Thank you very much for your patronage. ",CloseOkButton,224031103 +GameClose_AnnounceNoPayback,Notice of Termination of Service,"""CHOOL IDOL FESTIVAL 2 MIRACLE LIVE!"" ended its service on March 31, 2024(Sunday).
There are no refunds for paid Love Cards.
If you have any questions,please contact us from the link below.
Thank you very much for your patronage.
",CloseOkButton,224031103 +GameClose_AnnouncePayback,Notice of Refund of Paid LoveCard ,"School Idol Festival 2 MIRACLE LIVE!""
ended its service on Sunday, March 31, 2024 (Sunday).
If you would like to receive a refund for the unused balance of your ""Paid Love Card"", the currency used exclusively for the app, please contact us using the ""Refund"" form.
 Issuer of the prepaid means of payment to be refunded: Bushiroad Inc.
Refund Period: Monday, April 1, 2024 00:00 - Monday, June 17, 2024 15:00.
※If you do not apply for a refund during this period, you will be excluded from this refund procedure.",CloseOkButton,224031103 +GameClose_AnnouncePaybackNotice,Notice of Termination of Service,"SCHOOL IDOL FESTIVAL 2 MIRACLE LIVE!"" ended its service as of March 31, 2024 (Sunday).
Refund period: Monday, April 1, 2024 00:00 - Monday, June 17, 2024 14:59.
Thank you very much for your patronage. ",CloseOkButton,224031103 +GameClose_Information_PrivacyPolicy,Privacy Policy,"""pplication Privacy Policy
This Application Privacy Policy (hereinafter referred to as the """"Privacy Policy"""") sets forth the handling of user information for the smartphone application """"Love Live: School Idol Festival 2 MIRACLE LIVE! School Idol Festival 2 MIRACLE LIVE!"""" (hereinafter referred to as the """"Application"""") and services related to the Application (hereinafter referred to as the """"Services"""").

Article 1 (Consent) By using the Application and the Services, the User agrees to be bound by the terms of this Privacy Policy and the Company's """"Personal Information Protection Policy"""" (https://bushiroad.com/company/privacy.html, hereinafter referred to as the """"Company's Personal Information Protection Policy""""). (hereinafter referred to as the """"Company's Personal Information Protection Policy"""") and agree to the terms of this Privacy Policy. If the User does not agree to these terms and conditions, the User may not use the Application and the Service.

Article 2 (Items of Information to be Obtained, Purpose of Use, Method of Obtaining Information)
In providing this Application and the Services, the Company will automatically acquire the following user information via this Application for the following purposes of use.
Purposes of use: Items of information to be acquired
(1) Device information such as a device identification number that identifies the user's device.
(2) IP address
(3) OS type and version
(4) Location information of the user terminal (limited to terminals that are set to transmit location information via GPS, Bluetooth, etc.)
■To send push notifications to user terminals (limited to terminals set to receive push notifications)(5) ID (device token) issued for this application downloaded by the terminal
■To distribute or display advertisements from the Company or third parties
■To help improve or correct problems with the Application and the Service
■To use for marketing and new product development, etc.
■To create data and statistical information processed into a format that does not identify individuals, and to disclose or provide such information to third parties All information from (1) to (5)
■To respond to inquiries from users and provide other user support.
(3) OS type and version
■To deliver advertisements suitable for users and to measure the effectiveness of advertisements (i) Information regarding the user's device, such as the device identification number that identifies the user's device
■In providing this Application and the Service, etc., we will acquire the following user information by having the user enter the following information for the following purposes of use.
Purposes of use: Items of information to be acquired
■To distribute e-mail newsletters related to this service (1) E-mail address
■To respond to inquiries from users and provide other user support (1) E-mail address
■To send prizes for events and campaigns to users (1) E-mail address
(2) Name
(3) Address
(4) Telephone number
In cases where a user has given us permission to link with external services such as Twitter and other social networking services when using the Service, we will collect and acquire the following user information from such external information services for the following purposes, based on the details agreed to when the user gave us permission to do so The following user information will be collected from the external information service for the following purposes of use. Purpose of use Items of information to be collected To share performance information among users IDs used by users in the external service, and other information that users have permitted to be disclosed to the linked party according to the privacy settings of the external service.

Article 3 (External Transmission)
Information acquired in accordance with Article 2 will be transferred to a server managed by the Company [except in cases where user information is automatically acquired by an ad-serving provider through an information collection module in accordance with Article 5] and used within the scope of the purpose.

Article 4 (Provision to Third Parties, Outsourcing, etc.)
Except for cases in which the provision of user information to a third party is permitted under the Personal Information Protection Law or other laws and regulations, the Company shall not provide user information to a third party without obtaining the prior consent of the user. However, this shall not apply in the following cases:
・When we outsource all or part of the handling of personal information within the scope necessary to achieve the purpose of use
・When personal information is provided as a result of the succession of business due to merger or other reasons
・When personal information is provided to the Information Collection Module Provider in accordance with the provisions of Article 5.
・When it is necessary to cooperate with a national agency, a local government, or an individual or entity entrusted by either a national agency or local government to execute affairs prescribed by laws and regulations.
To the extent necessary to achieve the purpose of use, we may outsource all or part of the work related to the handling of personal information to a subcontractor with whom we have concluded a confidentiality agreement, and may disclose personal information to said subcontractor. In such cases, we will select a subcontractor that is deemed to handle personal information properly, and will stipulate safety control measures, confidentiality, conditions for re-consignment, and other matters necessary for the proper handling of personal information in the contract with the subcontractor, and supervise the subcontractor appropriately.
Please be advised that we may provide or disclose to third parties user information that has been processed into data or statistical information in a format that does not allow identification of specific individuals in relation to the Service.
For the purpose of providing comprehensive services by our group companies, we will jointly use user information obtained through this application among our group companies.

Article 5 (Information Collection Module)
Information collection modules may be incorporated into the Service for the purpose of delivering targeted advertisements using user information. These entities will automatically acquire user information via such information collection modules. For details on the information obtained, purpose of use, provision to third parties, etc., please refer to the links to the application policy of the service providers listed below.
Name of SDK: Firebase
Provider: Google LLC
Purpose of use: To send push notifications of this application, to collect logs of this application, and to analyze the promotion of this application
Privacy Policy: https://firebase.google.com/terms/data-processing-terms
Name of SDK: Adjust
Provider: Adjust, Inc.
Purpose of use: To analyze the promotion of the App
Privacy Policy: https://www.adjust.com/ja/terms/privacy-policy/

Article 6 (Methods of User Involvement)
Automatic acquisition of user information as stipulated in Article 2.1 can be stopped by any of the following methods:
Turning off the user terminal.
Turning off the communication function of the user terminal.
Uninstalling the Application on the User's terminal.
Automatic acquisition of user information as stipulated in Article 2, Paragraph 3 can be stopped by any of the following methods Turn off the power to the user terminal.
Turn off the communication function of the user terminal.
Uninstall this application from the user terminal.
The user changes the settings of the external service to a setting that does not allow the application to work with the external service. Even after the suspension of use as described in the preceding two paragraphs, we will continue to use the user information that we have acquired in accordance with Article 2 within the scope of the purpose of use and provide it to third parties in accordance with Article 4, unless the user makes a request to cease use or cease provision to third parties as described in the next paragraph. We will continue to use the User Information within the scope of the Purpose of Use and provide it to third parties in accordance with Article 4.
Requests for notification of the purpose of use, disclosure, modification, deletion, cessation of use, or cessation of provision to third parties of user information will be handled appropriately after confirming the identity of the user, in accordance with our """"Personal Information Protection Policy"""" and in accordance with methods and procedures specified by us.

Article 7 (Link to our """"Personal Information Protection Policy"""", etc.)
For the latest version of our """"Personal Information Protection Policy"""" and this Privacy Policy, please click on the link below. In the event of any discrepancy between our """"Privacy Policy"""" and this Privacy Policy, this Privacy Policy shall take precedence.
The Company's """"Privacy Policy""""
Link: https://bushiroad.co.jp/privacy
This """"Privacy Policy""""
Link: https://bushiroad.co.jp/privacy

Article 8 (Disclosure and Sharing of Obtained Information)
When a user uses the function to communicate or share information with friends or acquaintances through the Service, the user's location information obtained by the Application (if the location information function is enabled), text, photos, videos, audio, and URL links contained in messages may be notified or shared with friends or acquaintances with whom the user is communicating or sharing information. The user may be notified or shared with friends or acquaintances with whom the user is in contact or sharing information. In addition, if all of these features are set to be public, they can be viewed by all users of the Service. The scope of disclosure can be changed through the settings function of the Service or the Application. Article 9 (Contact for Inquiries)
Inquiries and consultations regarding the handling of user information in the Application and the Service will be handled by the following contact point:
Name of contact: Bushiroad Inc.
How to contact: https://lovelive-sif2.bushimo.jp/contact/

Article 10 (Modification)
This Privacy Policy is subject to revision.
If there are any changes or additions to the items for which user information is collected, changes to the purpose of use, or changes to the provision of information to third parties as a result of upgrades to this application, the user will be notified before downloading, and consent will be obtained again before or at the time of installation for important items.
Any other changes or additions to the items of user information collected, changes in the purpose of use, or provision to third parties, will be notified via the message function and registered e-mail, and consent will be obtained again for important items.""""
""",CloseOkButton,224031103 +GameClose_Information_Rights,Copyright Notices,"=====================================
CRI WARE
=====================================
Powered by ""CRIWARE"".CRIWARE is a trademark of CRI Middleware Co., Ltd.

=====================================
firebase-unity-sdk
=====================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

""License"" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

""Licensor"" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

""Legal Entity"" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
""control"" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

""You"" (or ""Your"") shall mean an individual or Legal Entity
exercising permissions granted by this License.

""Source"" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

""Object"" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

""Work"" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

""Derivative Works"" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

""Contribution"" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, ""submitted""
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as ""Not a Contribution.""

""Contributor"" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a ""NOTICE"" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an ""AS IS"" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets ""[]""
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same ""printed page"" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the ""License"");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an ""AS IS"" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


=====================================
Adjust
=====================================
The MIT License (MIT)

Copyright (c) 2012-2017 adjust GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the ""Software""), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=====================================
UniRx
=====================================
The MIT License (MIT)

Copyright (c) 2018 Yoshifumi Kawai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ""Software""), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

=====================================
DOTween
=====================================
Copyright (c) 2014 Daniele Giardini - Demigiant

Non-legalese summary
--------------------------------------------------
You can freely use DOTween in both commercial and non-commercial projects.
You can modify the code only for your own use and you cannot redistribute modified versions.
DOTween was/is hard work: please respect the copyright.

Definitions
--------------------------------------------------
Copyright Holder
Daniele Giardini - Demigiant.

You/Your
Means any person who would like to copy, distribute, or modify the Package.

Package
Means the collection of files distributed by the Copyright Holder, and derivatives of that collection and/or of those files. A given Package may consist of either the Standard Version, or a Modified Version.

Distribute
Means providing a copy of the Package or making it accessible to anyone else, or in the case of a company or organization, to others outside of your company or organization.

Standard Version
Refers to the Package if it has not been modified, or has been modified only in ways explicitly requested by the Copyright Holder.

Modified Version
Means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright Holder.

License
--------------------------------------------------
You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version.

You may Distribute verbatim copies of the Source form of the Standard Version of this Package in any medium without restriction, either gratis or for a Distributor Fee, provided that you duplicate all of the original copyright notices and associated disclaimers and also include the original readme.txt file. At your discretion, such verbatim copies may or may not include a Compiled form of the Package.

Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license.

This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=====================================
UnityWebView
=====================================
The zlib License
-------------------------------------
Copyright (C) 2011 Keijiro Takahashi
Copyright (C) 2012 GREE, Inc.

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

=====================================
NewtonsoftJson
=====================================
The MIT License (MIT)

Copyright (c) 2007 James Newton-King

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=====================================
FancyScrollView
=====================================
The MIT License (MIT)

Copyright (c) 2020 setchi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ""Software""), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

In addition, the following OSS is used:
Rotorz ReordableList
We use the ReorderableListResources class from an old version of Rotorz ReordableList which had a
BSD-style license. Newer versions of Rotorz ReoardableList use the MIT license.

=====================================
FullEmojiSupportApi
=====================================
Copyright 2019 KYUB INTERACTIVE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=====================================
StaticBluredScreen
=====================================
Copyright 2017 mob-sakai

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=====================================
Google Play Games plugin for Unity
=====================================
Copyright (C) 2014 Google Inc.

Licensed under the Apache License, Version 2.0 (the ""License"");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an ""AS IS"" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

""License"" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

""Licensor"" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

""Legal Entity"" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
""control"" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

""You"" (or ""Your"") shall mean an individual or Legal Entity
exercising permissions granted by this License.

""Source"" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

""Object"" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

""Work"" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

""Derivative Works"" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

""Contribution"" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, ""submitted""
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as ""Not a Contribution.""

""Contributor"" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a ""NOTICE"" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an ""AS IS"" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets ""[]""
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same ""printed page"" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the ""License"");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an ""AS IS"" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

=====================================
SharpCompress
=====================================
The MIT License (MIT)

Copyright (c) 2014 Adam Hathcock

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ""Software""), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

=====================================
UniTask
=====================================
The MIT License (MIT)

Copyright (c) 2019 Yoshifumi Kawai / Cysharp, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ""Software""), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

=================================
[神田を往く納涼船]東條 希
=================================
©日本橋クルーズ",CloseOkButton,224031103 +GameClose_Information_Terms,Terms of Use ,"Terms of Use
These terms of use (hereinafter referred to as the ""Terms of Use"") are governed by and construed in accordance with the laws of Japan as set forth by Bushiroad, Inc. (hereinafter referred to as the ""Company"").
The Company provides the application ""LOVE LIVE! School Idol Festival 2 MIRACLE LIVE!""(hereinafter referred to as the ""Application"").
This document sets forth the terms and conditions for the use of the service (hereinafter referred to as the ""Service"", including the relevant app. itself) provided through the Application.
The Terms of Service shall apply to all customers who use the Service (hereinafter referred to as the ""User"").

Article 1 Definitions
Content means text, letters, voice, music, other sounds, images, video, symbols, software, programs, codes, and other information.
The Content means Content that can be accessed through the Service.
""User Content"" means the Content posted, transmitted, or uploaded to the Service by the User.
""In-app Currency"" means electronic virtual currency that can be exchanged for services or content provided for a fee on the Service.
The ""Site"" means the official website of the Service.
Individual Terms of Use means the document that sets forth the terms and conditions of use of the Service, which is posted and distributed by the Company on the Application, the Site, etc. under the names of ""Terms,"" ""Guidelines,"" ""Policy,"" etc. (regardless of the name) separately from the Terms of Use. The Terms and Conditions and individual terms of use are collectively referred to as the ""Terms and Conditions, etc.""

Article 2. Agreement to the Terms of Use
The User must use the Service in accordance with the provisions of this Agreement, etc., and may not use the Service unless the User agrees to this Agreement, etc. When a user starts using the Service, a contract of use in accordance with the provisions of the Terms of Use, etc. (hereinafter referred to as the ""Agreement"") is formed between the user and the Company at the time when the user goes through the procedures for agreeing to the Terms of Use, etc. If there are individual terms of use for the Service, the user must use the Service in accordance with the provisions of the individual terms of use in addition to these Terms of Use. In the event of any discrepancy between the provisions of the Terms of Service and the Individual Terms of Service, the provisions of the Individual Terms of Service shall take precedence. By actually using the Service, the User is deemed to have validly and irrevocably agreed to these Terms of Use.

Article 3 Modification of the Terms of Use, etc.
When deemed necessary by the Company, the Company may modify the Terms of Use, etc. at any time by agreeing to such modification with the User individually.
Pursuant to Article 548-4 of the Civil Code, the Company may change the Terms of Use, etc., if any of the following items applies The modification of the Terms of Use conforms to the general interests of the User.
The modification of the Terms of Use is not contrary to the purpose for which the agreement was made, and is reasonable in light of the necessity of the modification, the reasonableness of the modified content, the content of the modified content, and other circumstances pertaining to the modification.
In the event that the Company changes the Terms of Use, etc. in accordance with the preceding paragraph, the Company shall notify the User of the change, the contents of the change, and the effective date of the change on the Company's website at least one month prior to the change. If the Company notifies the User of the contents of the revised Terms of Use, etc. and the User uses the Service after the revised Terms of Use, etc. become effective, the User will be deemed to have agreed to the revised Terms of Use, etc. If the User does not agree to the modified version of the Terms of Use, etc., the User may not use the Service any further.

Article 4 Use by Minors
If the User is a minor, the User must obtain the prior consent of a person with parental authority, etc. to use the Service (including consent to the Terms of Use, etc.). If the User is a minor, the User must obtain the prior consent of a legal representative such as a person with parental authority with respect to the use of the Service (including consent to the Terms, etc.).
If a User who was a minor at the time of consenting to these Terms of Use, etc. uses the Service after reaching the age of majority, the User shall be deemed to have ratified the use of the Service while a minor.

Article 5 Account
When registering information about the User, the User must provide true and accurate information, and must always correct the information to keep it up-to-date. We shall not be liable for any damage incurred by the User due to falsehoods, errors, or omissions in such information.
In the event that user IDs, passwords, or other account authentication information (""Authentication Information"") are issued or set for use of the Service, the User shall provide such information to the Company in a timely and accurate manner. When user IDs, passwords, or other account authentication information (""Authentication Information"") are issued or set up upon use of the Service, the User must manage them strictly at his/her own risk to prevent unauthorized use. We may deem any and all acts performed using such Authentication Information to be the acts of the User himself/herself. We shall not be liable for any damage incurred by the user or any third party as a result of such acts.
In the event that a User violates or is deemed to be at risk of violating these Terms of Use, etc., the Company may suspend or delete the User's account without prior notice to the User.
In the event that a User has not used the Service for a period of one (1) year, the Company may delete the account without prior notice to the User. The Company will determine whether or not a User has used the Service based on server access records and other information. The User's right to use the Service will cease at the time the account is deleted, regardless of the reason. Please note that even if a user deletes his/her account by mistake, the account cannot be restored.
The account for the Service belongs to the User on a personal and exclusive basis. The User's right to use any and all of the Services may not be transferred, loaned, or inherited by any third party.
If the User becomes aware that his/her authentication information has been stolen, leaked to a third party, or used by a third party, the User shall immediately notify the Company to that effect, and shall comply with the Company's request if requested to do so.
If the User causes damage to the Company or a third party due to unauthorized use of authentication information, the User must compensate the Company and the third party for such damage.

Article 6 Handling of User Information
The Company shall properly handle user information, device information, and other information collected from users in connection with the use of the Service in accordance with the ""Privacy Policy"" and ""Application Privacy Policy"" separately stipulated by the Company.

Article 7 Provision of the Service
The User shall use the Service in accordance with the method prescribed by the Company.
The User shall, at his/her own responsibility and expense, acquire and use the smart device, communication equipment, operation system, software, Internet connection environment, and all other equipment necessary to use the Service (hereinafter referred to as the ""Equipment, etc.""). The User shall prepare, at the User's own responsibility and expense, all necessary equipment (including, but not limited to, smart devices, telecommunications equipment, operating systems, software, Internet connection environment, and all other equipment required in connection therewith (""Equipment, etc."") for use of the Service, and shall bear all communication charges, etc. related to use of the Service.
The Company may provide the Service, in whole or in part, only to those users who meet the conditions that the Company deems necessary, such as age, user identification, registration information, and other conditions, and the User agrees to these conditions in advance.
The Company may change the contents of all or part of the Service (including specifications, rules, designs, audiovisual expressions, effects, parameters, scenarios, and all other matters), or discontinue providing the Service at any time without prior notice to the User, if the Company deems it necessary.
The Service may be used only for the User's personal use, and the User shall not use the Service for any purpose other than personal use, such as selling, distributing, or developing the Service. Any commercial use of the Service is prohibited.

Article 8 Paid Content
The User shall not use the Services or Content (including cases where such Content is exchanged for in-app currency) provided by the Company for a fee. (In the event that a user uses services or content provided by the Company for a fee (including those exchanged for in-app currency, hereinafter collectively called ""Paid Content"") (hereinafter collectively referred to as ""Paid Content""), the User shall pay the usage fee in accordance with the payment terms and conditions separately determined by the Company.
The amount of the Paid Content, payment method, and other matters will be determined separately by the Company and displayed in the Application or on the Site.
The Company may, at its own discretion, change the price of any paid or free Content in the Service.
The Company will not refund, return, or otherwise reimburse for paid Content for any reason, except as stipulated by law.
The User agrees that the store operator from which this application can be downloaded (hereinafter referred to as the ""Store Operator"") may collect said fees on behalf of the Company. However, if any question or dispute arises regarding the usage fee, it shall be resolved between the user and the Company, and the user may not file any claim or complaint against the Store Operator.

Article 9 Advertisements, etc.
The Company may place advertisements of the Company or third parties on the Service.
The Service may include services or content provided by other companies. Responsibility for such services or content rests with the entity providing them. Such services or content may be subject to the terms of use and other conditions stipulated by the entity providing such services or content.
Article 10. Contents Provided by the Company
All rights, including copyrights, patent rights, and other intellectual property rights, related to the Content provided by the Company in the Service shall belong to the Company or third parties licensed by the Company.
The Company grants the User a non-exclusive, non-transferable, and non-licensable right to use the Content provided by the Company in the Service.
When a User uses the Contents for which terms of use, such as usage fees, usage periods, etc., are separately stipulated, the user shall comply with such terms of use. Even if ""purchase"" or ""sale"" is indicated on the screen of the Service, intellectual property rights and other rights related to the Content provided by the Company to the User shall not be transferred to the User, and only the right of use set forth in the preceding paragraph shall be granted.
In principle, the User may use the Content applied by the Company only on the terminal from which the User downloaded the Content. In addition, the User shall not use (regardless of the form of reproduction, modification, broadcasting, distribution, publication, automatic public transmission, etc.) these contents without obtaining permission from the Company, beyond the usage mode planned by the Service, and shall not infringe the rights of the Company. You may not use (regardless of the form of reproduction, modification, broadcasting, distribution, publication, automatic public transmission, etc.) any of these contents without our permission.
In the unlikely event that any problem arises between a user and a rights holder due to a violation of the provisions of this Article, the user shall resolve the problem at the user's own responsibility and expense, and the Company shall assume no responsibility whatsoever.

Article 11 User Content
The User agrees that he/she has the legal right to post or otherwise transmit User Content, and that User Content does not contain any intellectual property rights of any third party (copyrights, patents, utility model rights, trademarks, design rights [including the right to acquire such rights or to register such rights], or any other intellectual property rights of any third party). The User represents and warrants to us that the User Content does not infringe the intellectual property rights (including copyrights, patents, utility model rights, trademarks, design rights (including the right to obtain or register such rights), ideas, know-how, etc.; the same shall apply hereinafter), ownership rights, or other rights of any third party and is lawful.
The User retains all rights he/she has in and to the Content, and the Company will not acquire any such rights. However, the User has granted to the Company the right to use this service and promotion (including the right to make changes such as omissions to the extent deemed necessary and appropriate by us and also the right to sublicense such rights of use to third parties affiliated with the Company) without compensation, indefinitely, and without limitation as to region.
The user shall not exercise any moral rights of authorship or performer against the Company or any person who has succeeded to or been granted rights by the Company.
If the Service includes a function that allows multiple users to post, modify, delete, or otherwise edit their own User Content, the User grants permission to other users to edit their own User Content.
When it is necessary to confirm compliance with laws and regulations or these Terms of Use, etc., the Company may check the contents of User Content. However, the Company is under no obligation to perform such checks.
In the event that the Company determines that User Content violates or may violate laws, regulations, or this Agreement, or that there is a business need to do so, the Company may restrict the use of User Content on the Service by deleting User Content or by other means without prior notice to the User.
The User shall back up User Content at his/her own responsibility, and the Company shall not be obligated to back up User Content.
Article 12 In-app Currency
In-application currency will be granted to the User through purchases on the Service, campaigns, and other methods designated by the Company. The purchase unit, payment method, and other conditions for granting in-app currency shall be determined by the Company and displayed on the Service.
In-app currency cannot be exchanged for cash, goods, or other economic benefits other than the services or content designated by the Company. The number of in-app currency required to exchange for services or content and other conditions will be set by the Company and displayed on the Service. In-app currency can only be used with the account from which it was acquired. In-app Currency provided on different terminal devices with different operating systems cannot be transferred or combined, as they are of different types even if they have the same name.
The User may not share, transfer, assign to a third party, pledge, or grant a security interest in the In-App Currency they hold with any account other than the account to which the In-App Currency is granted.
If the Company deletes the User's account in accordance with the provisions of these Terms of Use, etc., or if the User deletes such account, the In-App Purchase Currency will no longer be available for use due to such deletion.
In-app currency is non-refundable for any reason. However, this does not apply when required by the Funds Settlement Act or other laws and regulations. In such cases, the refund method for in-app currency will be determined by the Company in accordance with laws and regulations and displayed on the Service.
In-application currency issued for a fee and in-application currency issued for free, in the event that both exist, in-application currency issued for free will take priority over in-application currency issued for a fee.
Article 13 Prohibitions
When using the Service, the User shall not engage in any of the following acts or acts that may fall under any of the following, either by himself/herself or by a third party.
・Violating laws, court judgments, decisions or orders, or legally binding administrative measures
・Acts that offend public order and morals
・Criminal acts, or acts that threaten, involve, or encourage criminal acts
・Profit sharing or other acts of cooperation with antisocial forces
・Acts that infringe on the copyrights, trademarks, patents, or other intellectual property rights, honor rights, privacy rights, or other legal or contractual rights of the Company or third parties
・Making a third party use or dispose of an account for the Service, the Contents, or the right to use them by lending, exchanging, transferring, changing the name of, buying and selling, pledging, collateralizing, or otherwise, whether within or outside the Service, in a manner other than that specified by the Company (including so-called real money trade acts).
・Any other act that involves the use or disposal of these rights by a third party (including so-called real money trading).
・Sales, promotion, advertisement, solicitation, or any other for-profit activities (except those approved by the Company), religious activities or solicitation activities for religious organizations, sexual or obscene acts, acts for the purpose of meeting or dating an unacquainted person of the opposite sex, displaying or displaying information equivalent to child pornography or child abuse, harassing or causing to be displayed to a third party, or any other acts that may cause harassment or damage to a third party.
・Actions to display or cause to be displayed information equivalent to child pornography or child abuse, actions to harass or slander a third party, or other actions to use the Service for a purpose different from the intended purpose of use of the Service.
・Acts of posting or transmitting excessively violent expressions, explicit sexual expressions, expressions that lead to discrimination based on human rights, nationality, creed, gender, social status, family origin, etc., expressions that induce or encourage suicide, self-harm, or drug abuse, or other expressions that include antisocial content and that cause discomfort to others.
・Acts that may induce or encourage bullying of third parties or harassment of third parties",CloseOkButton,224031103 +GachaSelectedExpired,Event Over,This Scout has ended.,CloseOkButton,1 +DeckResetConfirm,Reset,This will reset the currently selected Unit.
Are you sure you want to continue?,"CancelButton,OkButton",1 +RecommendSuccess,Recommended Unit,Recommended unit built.,CloseButton,1 +NoticePlayerRankUp,Rank Up!,{0} LP restored.,CloseOkButton,1 +NoticePlayerRankAndFriendMaxUp,"Application Privacy Policy
+This Application Privacy Policy (hereinafter referred to as the ""Privacy Policy"") sets forth the handling of user information for the smartphone application ""Love Live: School Idol Festival 2 MIRACLE LIVE! School Idol Festival 2 MIRACLE LIVE!"" (hereinafter referred to as the ""Application"") and services related to the Application (hereinafter referred to as the ""Services"").

+Article 1 (Consent) +By using the Application and the Services, the User agrees to be bound by the terms of this Privacy Policy and the Company's ""Personal Information Protection Policy"" (https://bushiroad.com/company/privacy.html, hereinafter referred to as the ""Company's Personal Information Protection Policy""). (hereinafter referred to as the ""Company's Personal Information Protection Policy"") and agree to the terms of this Privacy Policy. If the User does not agree to these terms and conditions, the User may not use the Application and the Service.

+Article 2 (Items of Information to be Obtained, Purpose of Use, Method of Obtaining Information)
+In providing this Application and the Services, the Company will automatically acquire the following user information via this Application for the following purposes of use.
+Purposes of use: Items of information to be acquired
+(1) Device information such as a device identification number that identifies the user's device.
+(2) IP address
+(3) OS type and version
+(4) Location information of the user terminal (limited to terminals that are set to transmit location information via GPS, Bluetooth, etc.)
+■To send push notifications to user terminals (limited to terminals set to receive push notifications)(5) ID (device token) issued for this application downloaded by the terminal
+■To distribute or display advertisements from the Company or third parties
+■To help improve or correct problems with the Application and the Service
+■To use for marketing and new product development, etc.
+■To create data and statistical information processed into a format that does not identify individuals, and to disclose or provide such information to third parties All information from (1) to (5)
+■To respond to inquiries from users and provide other user support.
+(3) OS type and version
+■To deliver advertisements suitable for users and to measure the effectiveness of advertisements (i) Information regarding the user's device, such as the device identification number that identifies the user's device
+■In providing this Application and the Service, etc., we will acquire the following user information by having the user enter the following information for the following purposes of use.
+Purposes of use: Items of information to be acquired
+■To distribute e-mail newsletters related to this service (1) E-mail address
+■To respond to inquiries from users and provide other user support (1) E-mail address
+■To send prizes for events and campaigns to users (1) E-mail address
+(2) Name
+(3) Address
+(4) Telephone number
+In cases where a user has given us permission to link with external services such as Twitter and other social networking services when using the Service, we will collect and acquire the following user information from such external information services for the following purposes, based on the details agreed to when the user gave us permission to do so The following user information will be collected from the external information service for the following purposes of use. +Purpose of use Items of information to be collected +To share performance information among users IDs used by users in the external service, and other information that users have permitted to be disclosed to the linked party according to the privacy settings of the external service.

+ +Article 3 (External Transmission)
+Information acquired in accordance with Article 2 will be transferred to a server managed by the Company [except in cases where user information is automatically acquired by an ad-serving provider through an information collection module in accordance with Article 5] and used within the scope of the purpose.

+ +Article 4 (Provision to Third Parties, Outsourcing, etc.)
+Except for cases in which the provision of user information to a third party is permitted under the Personal Information Protection Law or other laws and regulations, the Company shall not provide user information to a third party without obtaining the prior consent of the user. However, this shall not apply in the following cases:
+・When we outsource all or part of the handling of personal information within the scope necessary to achieve the purpose of use
+・When personal information is provided as a result of the succession of business due to merger or other reasons
+・When personal information is provided to the Information Collection Module Provider in accordance with the provisions of Article 5.
+・When it is necessary to cooperate with a national agency, a local government, or an individual or entity entrusted by either a national agency or local government to execute affairs prescribed by laws and regulations.
+To the extent necessary to achieve the purpose of use, we may outsource all or part of the work related to the handling of personal information to a subcontractor with whom we have concluded a confidentiality agreement, and may disclose personal information to said subcontractor. In such cases, we will select a subcontractor that is deemed to handle personal information properly, and will stipulate safety control measures, confidentiality, conditions for re-consignment, and other matters necessary for the proper handling of personal information in the contract with the subcontractor, and supervise the subcontractor appropriately.
+Please be advised that we may provide or disclose to third parties user information that has been processed into data or statistical information in a format that does not allow identification of specific individuals in relation to the Service.
+For the purpose of providing comprehensive services by our group companies, we will jointly use user information obtained through this application among our group companies.

+Article 5 (Information Collection Module)
+Information collection modules may be incorporated into the Service for the purpose of delivering targeted advertisements using user information. These entities will automatically acquire user information via such information collection modules. For details on the information obtained, purpose of use, provision to third parties, etc., please refer to the links to the application policy of the service providers listed below.
+ +Name of SDK: Firebase
+Provider: Google LLC
+Purpose of use: To send push notifications of this application, to collect logs of this application, and to analyze the promotion of this application
+Privacy Policy: https://firebase.google.com/terms/data-processing-terms
+Name of SDK: Adjust
+Provider: Adjust, Inc.
+Purpose of use: To analyze the promotion of the App
+Privacy Policy: https://www.adjust.com/ja/terms/privacy-policy/

+ +Article 6 (Methods of User Involvement)
+Automatic acquisition of user information as stipulated in Article 2.1 can be stopped by any of the following methods:
+Turning off the user terminal.
+Turning off the communication function of the user terminal.
+Uninstalling the Application on the User's terminal.
+Automatic acquisition of user information as stipulated in Article 2, Paragraph 3 can be stopped by any of the following methods +Turn off the power to the user terminal.
+Turn off the communication function of the user terminal.
+Uninstall this application from the user terminal.
+The user changes the settings of the external service to a setting that does not allow the application to work with the external service. +Even after the suspension of use as described in the preceding two paragraphs, we will continue to use the user information that we have acquired in accordance with Article 2 within the scope of the purpose of use and provide it to third parties in accordance with Article 4, unless the user makes a request to cease use or cease provision to third parties as described in the next paragraph. We will continue to use the User Information within the scope of the Purpose of Use and provide it to third parties in accordance with Article 4.
+Requests for notification of the purpose of use, disclosure, modification, deletion, cessation of use, or cessation of provision to third parties of user information will be handled appropriately after confirming the identity of the user, in accordance with our ""Personal Information Protection Policy"" and in accordance with methods and procedures specified by us.

+ +Article 7 (Link to our ""Personal Information Protection Policy"", etc.)
+For the latest version of our ""Personal Information Protection Policy"" and this Privacy Policy, please click on the link below. In the event of any discrepancy between our ""Privacy Policy"" and this Privacy Policy, this Privacy Policy shall take precedence.
The Company's ""Privacy Policy""
Link: https://bushiroad.co.jp/privacy
This ""Privacy Policy""
Link: https://bushiroad.co.jp/privacy

Article 8 (Disclosure and Sharing of Obtained Information)
When a user uses the function to communicate or share information with friends or acquaintances through the Service, the user's location information obtained by the Application (if the location information function is enabled), text, photos, videos, audio, and URL links contained in messages may be notified or shared with friends or acquaintances with whom the user is communicating or sharing information. The user may be notified or shared with friends or acquaintances with whom the user is in contact or sharing information. In addition, if all of these features are set to be public, they can be viewed by all users of the Service. The scope of disclosure can be changed through the settings function of the Service or the Application.Article 9 (Contact for Inquiries)
Inquiries and consultations regarding the handling of user information in the Application and the Service will be handled by the following contact point:
Name of contact: Bushiroad Inc.
How to contact: https://lovelive-sif2.bushimo.jp/contact/

Article 10 (Modification)
This Privacy Policy is subject to revision.
If there are any changes or additions to the items for which user information is collected, changes to the purpose of use, or changes to the provision of information to third parties as a result of upgrades to this application, the user will be notified before downloading, and consent will be obtained again before or at the time of installation for important items.
Any other changes or additions to the items of user information collected, changes in the purpose of use, or provision to third parties, will be notified via the message function and registered e-mail, and consent will be obtained again for important items.""
",{0} LP restored.
Max number of friends increased from {1} to {2}.,CloseOkButton,1 +NoticeGroupRankUp,"Application Privacy Policy
+This Application Privacy Policy (hereinafter referred to as the ""Privacy Policy"") sets forth the handling of user information for the smartphone application ""Love Live: School Idol Festival 2 MIRACLE LIVE! School Idol Festival 2 MIRACLE LIVE!"" (hereinafter referred to as the ""Application"") and services related to the Application (hereinafter referred to as the ""Services"").

+Article 1 (Consent) +By using the Application and the Services, the User agrees to be bound by the terms of this Privacy Policy and the Company's ""Personal Information Protection Policy"" (https://bushiroad.com/company/privacy.html, hereinafter referred to as the ""Company's Personal Information Protection Policy""). (hereinafter referred to as the ""Company's Personal Information Protection Policy"") and agree to the terms of this Privacy Policy. If the User does not agree to these terms and conditions, the User may not use the Application and the Service.

+Article 2 (Items of Information to be Obtained, Purpose of Use, Method of Obtaining Information)
+In providing this Application and the Services, the Company will automatically acquire the following user information via this Application for the following purposes of use.
+Purposes of use: Items of information to be acquired
+(1) Device information such as a device identification number that identifies the user's device.
+(2) IP address
+(3) OS type and version
+(4) Location information of the user terminal (limited to terminals that are set to transmit location information via GPS, Bluetooth, etc.)
+■To send push notifications to user terminals (limited to terminals set to receive push notifications)(5) ID (device token) issued for this application downloaded by the terminal
+■To distribute or display advertisements from the Company or third parties
+■To help improve or correct problems with the Application and the Service
+■To use for marketing and new product development, etc.
+■To create data and statistical information processed into a format that does not identify individuals, and to disclose or provide such information to third parties All information from (1) to (5)
+■To respond to inquiries from users and provide other user support.
+(3) OS type and version
+■To deliver advertisements suitable for users and to measure the effectiveness of advertisements (i) Information regarding the user's device, such as the device identification number that identifies the user's device
+■In providing this Application and the Service, etc., we will acquire the following user information by having the user enter the following information for the following purposes of use.
+Purposes of use: Items of information to be acquired
+■To distribute e-mail newsletters related to this service (1) E-mail address
+■To respond to inquiries from users and provide other user support (1) E-mail address
+■To send prizes for events and campaigns to users (1) E-mail address
+(2) Name
+(3) Address
+(4) Telephone number
+In cases where a user has given us permission to link with external services such as Twitter and other social networking services when using the Service, we will collect and acquire the following user information from such external information services for the following purposes, based on the details agreed to when the user gave us permission to do so The following user information will be collected from the external information service for the following purposes of use. +Purpose of use Items of information to be collected +To share performance information among users IDs used by users in the external service, and other information that users have permitted to be disclosed to the linked party according to the privacy settings of the external service.

+ +Article 3 (External Transmission)
+Information acquired in accordance with Article 2 will be transferred to a server managed by the Company [except in cases where user information is automatically acquired by an ad-serving provider through an information collection module in accordance with Article 5] and used within the scope of the purpose.

+ +Article 4 (Provision to Third Parties, Outsourcing, etc.)
+Except for cases in which the provision of user information to a third party is permitted under the Personal Information Protection Law or other laws and regulations, the Company shall not provide user information to a third party without obtaining the prior consent of the user. However, this shall not apply in the following cases:
+・When we outsource all or part of the handling of personal information within the scope necessary to achieve the purpose of use
+・When personal information is provided as a result of the succession of business due to merger or other reasons
+・When personal information is provided to the Information Collection Module Provider in accordance with the provisions of Article 5.
+・When it is necessary to cooperate with a national agency, a local government, or an individual or entity entrusted by either a national agency or local government to execute affairs prescribed by laws and regulations.
+To the extent necessary to achieve the purpose of use, we may outsource all or part of the work related to the handling of personal information to a subcontractor with whom we have concluded a confidentiality agreement, and may disclose personal information to said subcontractor. In such cases, we will select a subcontractor that is deemed to handle personal information properly, and will stipulate safety control measures, confidentiality, conditions for re-consignment, and other matters necessary for the proper handling of personal information in the contract with the subcontractor, and supervise the subcontractor appropriately.
+Please be advised that we may provide or disclose to third parties user information that has been processed into data or statistical information in a format that does not allow identification of specific individuals in relation to the Service.
+For the purpose of providing comprehensive services by our group companies, we will jointly use user information obtained through this application among our group companies.

+Article 5 (Information Collection Module)
+Information collection modules may be incorporated into the Service for the purpose of delivering targeted advertisements using user information. These entities will automatically acquire user information via such information collection modules. For details on the information obtained, purpose of use, provision to third parties, etc., please refer to the links to the application policy of the service providers listed below.
+ +Name of SDK: Firebase
+Provider: Google LLC
+Purpose of use: To send push notifications of this application, to collect logs of this application, and to analyze the promotion of this application
+Privacy Policy: https://firebase.google.com/terms/data-processing-terms
+Name of SDK: Adjust
+Provider: Adjust, Inc.
+Purpose of use: To analyze the promotion of the App
+Privacy Policy: https://www.adjust.com/ja/terms/privacy-policy/

+ +Article 6 (Methods of User Involvement)
+Automatic acquisition of user information as stipulated in Article 2.1 can be stopped by any of the following methods:
+Turning off the user terminal.
+Turning off the communication function of the user terminal.
+Uninstalling the Application on the User's terminal.
+Automatic acquisition of user information as stipulated in Article 2, Paragraph 3 can be stopped by any of the following methods +Turn off the power to the user terminal.
+Turn off the communication function of the user terminal.
+Uninstall this application from the user terminal.
+The user changes the settings of the external service to a setting that does not allow the application to work with the external service. +Even after the suspension of use as described in the preceding two paragraphs, we will continue to use the user information that we have acquired in accordance with Article 2 within the scope of the purpose of use and provide it to third parties in accordance with Article 4, unless the user makes a request to cease use or cease provision to third parties as described in the next paragraph. We will continue to use the User Information within the scope of the Purpose of Use and provide it to third parties in accordance with Article 4.
+Requests for notification of the purpose of use, disclosure, modification, deletion, cessation of use, or cessation of provision to third parties of user information will be handled appropriately after confirming the identity of the user, in accordance with our ""Personal Information Protection Policy"" and in accordance with methods and procedures specified by us.

+ +Article 7 (Link to our ""Personal Information Protection Policy"", etc.)
+For the latest version of our ""Personal Information Protection Policy"" and this Privacy Policy, please click on the link below. In the event of any discrepancy between our ""Privacy Policy"" and this Privacy Policy, this Privacy Policy shall take precedence.
The Company's ""Privacy Policy""
Link: https://bushiroad.co.jp/privacy
This ""Privacy Policy""
Link: https://bushiroad.co.jp/privacy

Article 8 (Disclosure and Sharing of Obtained Information)
When a user uses the function to communicate or share information with friends or acquaintances through the Service, the user's location information obtained by the Application (if the location information function is enabled), text, photos, videos, audio, and URL links contained in messages may be notified or shared with friends or acquaintances with whom the user is communicating or sharing information. The user may be notified or shared with friends or acquaintances with whom the user is in contact or sharing information. In addition, if all of these features are set to be public, they can be viewed by all users of the Service. The scope of disclosure can be changed through the settings function of the Service or the Application.Article 9 (Contact for Inquiries)
Inquiries and consultations regarding the handling of user information in the Application and the Service will be handled by the following contact point:
Name of contact: Bushiroad Inc.
How to contact: https://lovelive-sif2.bushimo.jp/contact/

Article 10 (Modification)
This Privacy Policy is subject to revision.
If there are any changes or additions to the items for which user information is collected, changes to the purpose of use, or changes to the provision of information to third parties as a result of upgrades to this application, the user will be notified before downloading, and consent will be obtained again before or at the time of installation for important items.
Any other changes or additions to the items of user information collected, changes in the purpose of use, or provision to third parties, will be notified via the message function and registered e-mail, and consent will be obtained again for important items.""
",,CloseButton,1 +NoticeGroupRankMax,Group Rank Up,Maxed out group rank.,CloseButton,1 +DeckMemberChangeConfirm,Confirm Replacement,You already have a group with this same member.
Forming this group will replace {0}.
Would you like to continue?,"CancelButton,OkButton",1 +StoryRelease,Story Unlocked,You unlocked {0}{1}.,CloseButton,1 +FriendSearchError,Search Error,Cannot find this player.

You may have entered the incorrect player ID
or this player may not be accepting friend requests.,CloseButton,1 +FriendDeleteConfirm,Confirm,Remove this friend?,"CancelButton,OkButton",1 +FriendDeleteSuccess,Friend Removed,Friend removed.,CloseButton,1 +FriendDeleteError,Friend Not Removed,Friend could not be removed.,CloseButton,1 +FriendRequestCancelConfirm,Confirm,Cancel this friend request?,"CancelButton,OkButton",1 +FriendRequestCancelSuccess,Friend Request Canceled,Friend request canceled.,CloseButton,1 +FriendRequestCancelError,Friend Request Not Canceled,Friend request could not be canceled.,CloseButton,1 +FriendPendingConfirm,Confirm,This friend request will be accepted.
Would you like to continue?,"CancelButton,OkButton",1 +FriendPendingSuccess,Friend Request Accepted,Friend request accepted.,CloseButton,1 +FriendPendingError,Friend Request Not Accepted,Friend request could not be accepted.,CloseButton,1 +FriendRejectConfirm,Confirm,Cancel this friend request?,"CancelButton,OkButton",1 +FriendRejectSuccess,Friend Request Rejected,Friend request canceled.,CloseButton,1 +FriendRejectError,Friend Request Not Rejected,Friend request could not be canceled.,CloseButton,1 +FriendRequestSuccess,Friend Request Sent,Friend request sent.,CloseButton,1 +FriendRequestError,Friend Request Not Sent,Friend request could not be sent.,CloseButton,1 +FriendCanNotRequest,Cannot Send Friend Request,This player is not
accepting friend requests.,CloseButton,1 +OptionSettingChangeCancelConfirm,Confirm,Cancel these changes
and revert to the previous settings?,"CancelButton,OkButton",1 +OptionTestLivePauseDialog,Paused,End the test live show
and return to settings?,"SuspendButton,ResumeButton",1 +LiveContinue,Resume Live Show,Use {0} Love Gems
to restart this live show with full HP?
*Free Love Gems will be used first.

Love Gems: {1} → {2},"CancelButton,OkButton",1 +LiveContinueGemShortage,Not Enough Love Gems,You do not have enough Love Gems.
You cannot replay this live show.,SuspendButton,1 +LiveFailure,Live Show Failed,You are out of HP.
You can use {0} Love Gems
and retry it with full HP.,"SuspendButton,ResumeButton",1 +LivePause,Pause,End the live show and return to song selection?
*This will not cost you LP.,"SuspendButton,ResumeButton",1 +LiveRetireConfirm,Quit Live Show,"If you quit a live show,
you will not receive its rewards.
Are you sure you want to continue?
*This will not cost you LP.","OkButton,CancelButton",1 +LiveRestartConfirm,Restart,You will restart the live show.
Would you like to continue?
*This will not cost LP or Skip Tickets.,"CancelButton,OkButton",1 +TeacherPointDetail,High Score Rankings,Your high score ranking is
a value calculated from your live show high scores.

Level up your members
to earn high scores!,CloseButton,1 +GemPackBuyComplete,Purchase Complete,{0} purchased.,CloseOkButton,1 +GemBuyCancel,Cancel,Purchase canceled.,CloseOkButton,1 +GemBuyComplete,Purchase Complete,{0} purchased.,CloseOkButton,1 +GemBuyStamina,Confirm,{1} {0} will be used
to restore {3} LP.
Would you like to continue?,"CancelButton,OkButton",1 +GemBuyItem,Confirm,{1} {0} will be used
to restore {3} LP.
Would you like to continue?,"CancelButton,OkButton",1 +GemBuyItemPack,Confirm,{1} {0} will be used to complete your purchase.
Would you like to continue?,"CancelButton,OkButton",1 +GemInsufficientMedal,Not Enough Love Gems,You do not have enough Love Gems.,CloseButton,1 +GemAgeError,Error,Date of birth is not correct.,CloseButton,1 +GemAgeComplete,Input Complete,Age has been verified.
{0},CloseButton,1 +GemAgeConfirm,Confirm,"Once set, you will be unable to make changes unless you delete the app. Are you sure you want to continue?","CancelButton,OkButton",1 +GemAskToBuy,Confirm,You need parental permission
to purchase in-game currency.
Have you obtained parental permission?,"CancelButton,OkButton",1 +GemBuyLimitError,Spending Limit Reached,You have exceeded your monthly spending limit and cannot complete this purchase.
{0},CloseOkButton,1 +GemBuyLimitAlert,Confirm,{0}
Purchase?,"CancelButton,OkButton",1 +GemBuyLimitAlertConfirm,Spending Limit Override,"You have spent more than the equivalent of ¥100,000 this month.
Are you sure you want to continue with your purchase?

You can turn this notification off in the following settings:
Settings > System Settings > Alert Settings > Spending Alerts","CancelButton,OkButton",1 +GemBuyError,Error,Purchase failed.,CloseOkButton,1 +GemShopError,Error,Failed to obtain shop information.,CloseOkButton,1 +GemShopTicketInfo,{0},"Note:* Important
*Purchased Paid Love Gems are added directly to your total owned Love Gems.
*All items apart from Love Gems can be sent as gifts.
*You will not receive Love Gems on days you do not log in.
*Login bonuses are distributed at the time of login and added to your total owned Love Gems.
*You are eligible for login bonuses beginning midnight from the day following your purchase.
*Login bonuses give Free Love Gems.
*From the day after purchase until {1}, you are eligible to receive {2} Love Gems as a login bonus.

Set includes:
{3}
{4} Love Gems x{5} days for a total of {6}

Price: {7}","CancelButton,OkButton",1 +GemBuyErrorExpired,Unavailable for Purchase,This is no longer available and cannot be purchased.,CloseOkButton,1 +SingleReward_OrnamentGet,Item (Temporary) Acquired,,CloseOkButton,1 +SingleReward_OrnamentGetTeaSet,Equipment Unlocked,Acquired equipment!
*This can now be changed out from storage.,CloseOkButton,1 +SingleReward_OrnamentLevelUp,Reward Received,Leveled up!,CloseOkButton,1 +SingleReward_OrnamentLevelUpTeaSet,Reward Received,Leveled up!,CloseOkButton,1 +SingleReward_OrnamentRelease,Item (Temporary) Unlocked,Item has arrived in the custom shop.,CloseOkButton,1 +SingleReward_OrnamentReleaseTeaSet,Equipment Unlocked,{1} has arrived
in the {0} shop!,CloseOkButton,1 +SingleReward_CommonDirectly,Reward Received,Reward acquired!,CloseOkButton,1 +SingleReward_CommonPresentBox,Reward Received,You can claim your rewards from the present box.,CloseOkButton,1 +SingleReward_CommonView,Clear Rewards,,CloseOkButton,1 +SingleReward_EventDirectly,Reward Received,{0} achievement rewards acquired in total!,CloseOkButton,1 +SingleReward_EventPresentBox,Reward Received,You can claim {0} rewards in total from the present box.,CloseOkButton,1 +SingleReward_Costume,Costume Received,New costume acquired!,CloseOkButton,1 +SingleReward_Music,Song Unlocked,New song unlocked!,CloseOkButton,1 +SingleReward_Title,Title Received,Title acquired!,CloseOkButton,1 +SingleReward_IntoPresentBox,Item Limit,You have reached the item limit. This has been sent to your present box.,CloseOkButton,1 +MultiReward_CommonDirectly,Reward Received,Reward acquired!,CloseOkButton,1 +MultiReward_CommonPresentBox,Reward Received,You can claim your rewards from the present box.,CloseOkButton,1 +MultiReward_EventDirectly,Reward Received,{0} achievement rewards acquired in total!,CloseOkButton,1 +MultiReward_EventPresentBox,Reward Received,You can claim {0} rewards in total from the present box.,CloseOkButton,1 +MultiReward_CommonView,Clear Rewards,,CloseOkButton,1 +MultiReward_IntoPresentBox,Item Limit,You have reached the item limit. This has been sent to your present box.,CloseOkButton,1 +Multi_Private_MasterRoomLeave,Cancel Live Show,{0}has canceled the live show.
You will now return to the live show selection screen.,CloseButton,1 +LiveResult_ContinueMultiRoom,Continue?,Replay the same live show?,"HomeButton,OkButton",1 +LoginBonus_Check,Date Changed,The date has changed.
Please login again.,CloseButton,1 +LoginBonus_Common,Login Bonus,{0} x {1}
You can claim your rewards from the present box.,CloseOkButton,1 +LoginBonus_Multi,Login Bonus,{0} x {1}
You can claim your rewards from the present box.,CloseOkButton,1 +MultiRoomType,Live Show Rewards,"Day of the Week live shows make it easier to earn certain rewards each day of the week.
*The following rewards will be the usual rewards distributed per each daily live show.

Monday: Rewards A
Tuesday: Rewards B
Wednesday: Rewards C
Thursday: Rewards D
Friday: Rewards E
Saturday: Rewards F
Sunday: Rewards G

*The amount of earnable rewards is fixed, apart from items affected by reward boosts.",CloseButton,1 +VoiceDownloadConfirm,Download Voice Data,"Excluding story voices,
do you want to pre-download voice data?

Download size:
{0:0.00} MB

*It is recommended to download data
on a WiFi connection.","CancelButton,OkButton",1 +LiveProductionDownloadConfirm,Download Cutscene Data,Do you want to pre-download
necessary data for live show cutscenes?
This may decrease the amount of load time
before the live show starts.

Download size:
{0:0.00} MB

*It is recommended to download data on a WiFi connection.,"ReturnButton,DownloadButton",1 +GameLibErrorCode_1,Error,The entered information is not correct.
Error code: {0},CloseButton,1 +GameLibErrorCode_14,Error,This user is invalid.
Error code: {0},CloseButton,1 +GameLibErrorCode_20,Error,This action is invalid due to switching devices.
Error code: {0},CloseButton,1 +GameLibErrorCode_1000,Error,A connection error has occured.
Error code: {0},"CloseButton,RetryButton",1 +GameLibErrorCode_17219,Error,This is already being processed.
Error code: {0},CloseButton,1 +GameLibErrorCode_10001,Error,The entered information is not correct.
Error code: {0},CloseButton,1 +GameLibErrorCode_10006,Error,The billing system is undergoing maintenance.
Error code: {0},CloseButton,1 +GameLibErrorCode_10007,Error,This user is invalid.
Error code: {0},CloseButton,1 +GameLibErrorCode_7002,Error,The device transfer code has not been registered.
Error code: {0},CloseButton,1 +GameLibErrorCode_7003,Error,The device transfer password has not been registered.
Error code: {0},CloseButton,1 +GameLibErrorCode_7004,Error,The device transfer code and password are not correct.
Error code: {0},CloseButton,1 +GameLibErrorCode_7005,Error,You have incorrectly entered your device transfer code and password too many times.
Error code: {0},CloseButton,1 +GameLibErrorCode_7012,Error,Either your account name or password is incorrect.
Error code: {0},CloseButton,1 +GameLibErrorCode_7013,Error,You have incorrectly entered your account name and password too many times.
Error code: {0},CloseButton,1 +GameLibErrorCode_8004,Error,Device transfer is locked.
Error code: {0},CloseButton,1 +GameLibErrorCode_8022,Error,Your account data is incorrectly formatted.
Error code: {0},CloseButton,1 +GameLibErrorCode_16002,Error,You are over your spending limit. You cannot make this purchase.
Error code: {0},CloseButton,1 +GameLibErrorCode_16005,Error,You do not have enough Love Gems. You cannot make this purchase.
Error code: {0},CloseButton,1 +GameLibErrorCode_16007,Error,Your country or currency is not supported.
Error code: {0},CloseButton,1 +GameLibErrorCode_16008,Error,"Because you already have a valid ticket with access to the same benefits, you cannot purchase this ticket.
Error code: {0}",CloseButton,1 +GameLibErrorCode_16009,Error,"Because you have over 180 days' worth of valid tickets, you cannot purchase this.
Error code: {0}",CloseButton,1 +GameLibErrorCode_17002,Error,You have already been granted these Love Gems.
Error code: {0},CloseButton,1 +GameLibErrorCode_17007,Error,You must wait for permission from your parent or guardian's user account before purchasing.
Error code: {0},CloseButton,1 +GameLibErrorCode_17100,Error,This payment has been canceled.
Error code: {0},CloseButton,1 +GameLibErrorCode_17214,Error,Your device does not allow purchases.
Error code: {0},CloseButton,1 +GameLibErrorCode_20001,Error,Your age range and birth date do not match.
Error code: {0},CloseButton,1 +GameLibErrorCode_21001,Error,Your age range and birth date do not match.
Error code: {0},CloseButton,1 +CanNotAutoPlayWithoutStamina,Not Enough LP,"Because you have 0 LP,
you cannot enable autoplay.",CloseButton,1 +Migration_CheckDeviceChanged,Account Transfer,"You have transferred devices.
Do you want to restore your game data?

*If you restore game data on this device,
you will be unable to play on your old device.","CancelButton,OkButton",1 +Migration_ErrorRegisterNewDevice,Error,Game data restoration failed.
Please try to transfer the data again
using your transfer ID and password.,CloseButton,1 +Migration_IdCopy,Copy Complete,Transfer ID copied.,CloseButton,1 +Migration_Complet,Data Transfer Complete,Your game data has been transferred.
Enjoy School Idol Festival 2!,CloseOkButton,1 +Migration_Completed,Data Transferred,"You have successfully transferred your game data to a different device.
Do you want to start the game from the beginning?

*If you did not authorize a data transfer, select ""Cancel.""
Then please navigate to the title screen > Menu > Help and contact us.","CancelButton,OkButton",1 +Migration_RetryPassword,Input Error,Either your transfer ID
or your password are incorrect.,CloseButton,1 +Migration_InputPasswordError,Input Error,Passwords must be between 8 to 32 characters long.
Half-width characters only.,CloseButton,1 +Error_Maintenance,Under Maintenance,{0}

*Note that maintenance periods may be subject to change without prior notice.

*Visit our website for the latest information.

Official Site,CloseOkButton,1 +Error_ResultCodeMaintenance,Under Maintenance,{0},CloseOkButton,1 +Error_Game_Version_Updated,Update,Your application needs to update.
Download the latest version from the app store.,"CloseButton,UpdateButton",1 +Tutorial_CardSelectConfirm,Confirm,{0}★{1} Would you like to continue?

*This cannot be changed later.,"CancelButton,OkButton",1 +Tutorial_DeleteGameDataConfirm,Delete Data?,"By deleting your current data and resetting the game, you can restart the game from its original state.

Note that you will be unable to restore your deleted data.

Do you want to delete your data?","CancelButton,OkButton",1 +Tutorial_DeleteGameDataReconfirm,Delete Data - Final Confirmation,You will not be able to restore your deleted data.

Are you sure you want to delete your data?,"CancelButton,OkButton",1 +Tutorial_DeleteGameDataComplete,Data Deleted,Data deleted.,CloseOkButton,1 +Tutorial_SkipFirstHalf,Confirm,Do you want to skip the first half of the tutorial?

Skipping will automatically clear the practice live show.,"CancelButton,OkButton",1 +Tutorial_SkipLatterHalf,Confirm,Would you like to also skip the second half of the tutorial?,"CancelButton,OkButton",1 +DownloadConfirm,Confirm Download,This will download {0} MB of data.
Would you like to continue?

*Downloading may take varying lengths of time depending
on user connection.
It is recommended to download on a WiFi connection.,"CancelButton,OkButton",1 +DownloadNotEnoughFreeSpace,Not Enough Free Space,Your device does not have enough free storage.

Please free up space and then try again.,CloseOkButton,1 +GooglePlayLogined,Confirm,Logged in to Google Play.,CloseOkButton,1 +AdditionalDownloadConfirm,Confirm Additional Download,This will download additional data.

Download size: {0:0.00}MB

*It is recommended to download this
over a WiFi connection.,"CancelButton,OkButton",1 +StoryDownloadConfirm,Voice Playback,Download voice data
and play the story?

Download size: {0:0.00}MB

*It is recommended to download this
on a WiFi connection.,"CancelButton,VoiceOffButton,VoiceOnButton",1 +AdditionalMovieDownloadConfirm,Download Data,This will download a movie.

Download size: {0:0.00} MB

*It is recommended to download this
over a WiFi connection.,"CancelButton,OkButton",1 +AllAdditionalStoryMovieDownloadConfirm,Download Data,"This will download all movies together.

Download size: {0:0.00} MB

*Even if you select Cancel, you may still download each movie individually.
*You may also download all movies together within the story with the Download All option.
*Due to the large data size, please ensure you have a good connection before downloading.
*It is recommended to download this over a WiFi connection.","CancelButton,OkButton",1 +AllOpendCollectionMovieDownloadConfirm,Download Data,"This will download all movies together.

Download size: {0:0.00} MB

*Even if you select Cancel, you may still download each movie individually.
*You may also download all movies together within the collection with the Download All option.
*Due to the large data size, please ensure you have a good connection before downloading.
*It is recommended to download this over a WiFi connection.","CancelButton,OkButton",1 +NoNeedAdditionalMovieDownload,Download Data,The data you are trying to download is unavailable.,OkButton,1 +DownloadComplete_Restart,Confirm,Data downloaded.
This app will now restart.,CloseButton,1 +AlbumDownloadNoticeOnce,Confirm,Image data will be downloaded when viewing your memory album.
Please make sure your device has enough free space for additional data.,CloseButton,1 +PresentBox_ReceiveSingleSuccess,Received,Received a present!,CloseOkButton,1 +PresentBox_ReceiveMultiSuccess,Received,Received a present!,CloseOkButton,1 +PresentBox_ReceiveSingleFailure,Item Limit,You have reached the item limit. You could not receive this item.,CloseOkButton,1 +PresentBox_ReceiveMultiFailure,Item Limit,You have reached the item limit. You could not receive this item.,CloseOkButton,1 +PresentBox_ReceiveOutOfTerm,Not Available,This item has expired. You could not receive this item.,CloseButton,1 +PresentBox_ReceiveSingleOutOfTerm,Not Available,This item has expired. You could not receive this item.,CloseOkButton,1 +PresentBox_ReceiveMultiOutOfTerm,Not Available,This item has expired. You could not receive this item.,CloseOkButton,1 +PresentBox_ReceiveSingleExpireReward,Expired,This item has expired. You could not receive this time.,CloseOkButton,1 +PresentBox_ReceiveMultiExpireReward,Expired,This item has expired. You could not receive this time.,CloseOkButton,1 +Multi_StampReset,Reset Stickers,Reset your current sticker configuration?,"CancelButton,OkButton",1 +Multi_PrivateRoom_Done,Live Show Not Created,There is already a live show with this ID. Please create a new live show.,CloseOkButton,1 +Multi_Room_Failed,Live Show Not Created,Unable to create this live show.,CloseOkButton,1 +Multi_Disconnect_Scene_2,Confirm,"Disconnected.
Your Teamup Live Show will end, and you will now return to the home screen.",CloseOkButton,1 +Multi_Disconnect_Warning,Confirm,"Disconnected.
Your Teamup Live Show will end, and you will now return to the home screen.",CloseOkButton,1 +Multi_Result_Playing_Caution,Confirm,You receive less Event pts if you hit fewer PERFECT and GREAT icons.
Make sure to choose a difficulty level that suits your own skill level.,CloseOkButton,1 +Function_Lock_Multi,Confirm,You have performed inappropriate conduct in a Teamup Live Show.
You are temporarily restricted from playing.
Please wait until the restriction is lifted.,CloseOkButton,1 +NgWord,Error,This contains inappropriate language.
Please enter something else.,CloseButton,1 +AndroidPermission,Confirm Permissions,Please grant this app access to device storage in order to play.,"CancelButton,OkButton",1 +AndroidPermissionDetail,Confirm Permissions,Please grant this app access to device storage in order to play.
The app information screen will now open.,OkButton,1 +Adventure_Skip,Skip,Skip and conclude this story?,"CancelButton,OkButton",1 +DeviceCompromised,Error,"Because your device has been rooted, you cannot play the game.",CloseButton,1 +CanNotMainDeckReset,Unable to Reset,You cannot reset your
main unit.,CloseOkButton,1 +CanNotAutoPlayNotClear,Unable to Activate Auto,"Because you have not cleared this live show,
you cannot skip it.",CloseButton,1 +Error_Friend_Max_Self,Friend Limit Reached,You have reached the maximum number of friends allowed.

Remove another friend first.,CloseButton,1 +Error_Friend_Max_Other,Friend Limit Reached,This user has reached the maximum number of friends allowed.,CloseButton,1 +Error_Friend_Request_Max_Self,Cannot Send Friend Request,You have no more room for friend requests.

This friend request could not be sent.,CloseButton,1 +Error_Friend_Request_Max_Other,Cannot Send Friend Request,This user has no room for more friend requests.,CloseButton,1 +Error_Friend_Pending_Max_Self,Cannot Send Friend Request,You have reached the maximum number of friend requests.,CloseButton,1 +Error_Friend_Pending_Max_Other,Cannot Send Friend Request,This user has too many pending friend requests.,CloseButton,1 +Error_Friend_Already_Request,Cannot Send Friend Request,"You have already have a pending friend request, so this friend request could not be sent.",CloseButton,1 +Error_Friend_Already_Pending,Cannot Send Friend Request,You already have a pending friend request from this user.,CloseButton,1 +Error_Friend_Already_Friend,Cannot Send Friend Request,This user is already your friend.,CloseButton,1 +Error_Friend_Request_Reject,Cannot Send Friend Request,This user has disabled friend requests.

This friend request could not be sent.,CloseButton,1 +PrivateEnter_NotJoin,Failed to Join Live Show,Unable to join this live show.,CloseButton,1 +PrivateEnter_HostPreparation,Failed to Join Live Show,"Because the host player is still setting up, you could not join this live show.",CloseButton,1 +PrivateEnter_NotCondition,Failed to Join Live Show,You don't meet the requirements for this live show.

Requirements for joining this live show:
{0},CloseButton,1 +PrivateEnter_NotRoom,Confirm Live Show ID,Unable to find a live show with that ID.
Make sure you entered the right ID.,CloseButton,1 +PrivateEnter_NotTotalPower,Failed to Join Live Show,"Because your main unit does not have enough group power, you could not join the live show.",CloseButton,1 +Photo_Box_Change_Result,Exchanged,Exchange complete.,CloseButton,1 +ChipsterErrorCode_0,Loading Error,A loading error has occurred.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_100000,Connection Error,A file loading error has occurred.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_100404,Connection Error,Connection target not found.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_100408,Loading Error,Connection failed.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_100500,Loading Error,An error has occurred at the connection target.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_200000,Loading Error,Loading failed.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_200100,Loading Error,Game servers are unresponsive.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_200200,Loading Error,Loading failed.
You will now be returned to the title screen.,CloseButton,1 +ChipsterErrorCode_999999,Loading Error,An error occurred when attempting to load data.
You will now be returned to the title screen.,CloseButton,1 +Error_Forbidden,Error,"This account has been suspended.
If you do not know why your account has been suspended, please reach out to us via Title Screen > Menu > Help > Other Inquiries.",CloseButton,1 +Event_ErrorNotSession,Event Unavailable,This event is unavailable.,CloseButton,1 +Event_ErrorEnded,Event Over,This event has ended.
You will now be returned to the home screen.,CloseButton,1 +Event_ErrorEndedNotPolicy,Event Over,"Because you have not agreed to the event's terms and conditions,
the main event page cannot be displayed.",HomeButton,1 +Event_ResultAnnouncement,Event Results Notice,Thank you for participating in {0}!
Rank rewards have been sent to your present box. Don't forget to claim them.
You can check your rank results on the event page.,PresentBoxButton,1 +ShopLackMedal,Not Enough {0},You do not have enough {0}. Purchase with Love Gems?,"CancelButton,BuyGemButton",1 +Mission_ErrorEnded,Event Unavailable,This goal is no longer available.,CloseButton,1 +BoxGacha_NextBoxConfirm,Confirm,"Your current box will be discarded,
and you will be switched to the next box.
Would you like to continue?","CancelButton,OkButton",1 +Error_Gift_Expired,Not Available,This gift is no longer available to be claimed.,CloseButton,1 +Error_Mission_Expired,Not Available,This goal reward is no longer available to be claimed.
Unclaimed rewards will be sent to your present box.,CloseButton,1 +Error_Item_Expired,Expired,This item has expired.,CloseButton,1 +Function_Lock_Gacha,Access Restricted,Scouting
is currently unavailable.
This feature cannot be used.

Planned start time: {0}
Planned ending time: {1}

,CloseOkButton,1 +Function_Lock_Shop,Access Restricted,The shop
is currently unavailable.
This feature cannot be used.

Planned start time: {0}
Planned ending time: {1}

,CloseOkButton,1 +Function_Lock_Exchange,Access Restricted,Item exchange
is currently unavailable.
This feature cannot be used.

Planned start time: {0}
Planned ending time: {1}

,CloseOkButton,1 +RecommendConfirm,(Temporary) Notification,(Temp) There is a new announcement.,CloseButton,1 +LiveCannotPlay_NotSatisfyCondition,Failed to Join Live Show,You don't meet the requirements for this live show.

Requirements for joining this live show:
{0},CloseButton,1 +Live_BluetoothAudioMode,Bluetooth Mode,You are now in Bluetooth mode because of your connected Bluetooth device.
You may experience input delays during live shows.
*Judgment timing adjustment is designed for Bluetooth use.,CloseOkButton,1 +Live_BatteryQuantityCheck,Low Battery Warning,Your battery is low.
You have {0}% left.
You may experience interruption during live shows
by low battery device notifications.
It is recommended to plug in your device now.,CloseOkButton,1 +MusicVideo_ReleaseCondition,MV Unlock Conditions,Clearing on any difficulty will unlock the music video.,CloseButton,1 +NetworkError_NotReachable_Retry,Connection Error,Unable to connect properly.
Please check the communication status and try again.,RetryButton,1 +MusicVideo_Pause,Paused,End this music video and return to song selection?,"SuspendButton,ResumeButton",1 +Adventure_Movie_Skip,Paused,Skip this movie?,"SkipButton,ResumeButton",1 +StaminaConfirm,Confirm LP Amount,You do not have enough LP.
Do you want to spend your remaining LP and play the live show?
*You cannot spend LP if your LP is 0.,"CancelButton,OkButton",1 +AutoBoostConfirm,Skip Ticket Confirmation,You do not have enough Skip Tickets.
Do you want to spend your remaining Tickets and play the live show?,"CancelButton,OkButton",1 +NoAutoBoostConfirm,Skip Ticket Confirmation,You cannot use Skip Tickets because you either do not have any or have not cleared this song.
Do you want to use 1 LP and play the live show?
*You cannot spend LP if your LP is 0.,"CancelButton,OkButton",1 +NoAutoBoostForSpiritConfirm,Skip Ticket Confirmation,You cannot use Skip Tickets because you either do not have any or have not cleared this song.
Do you want to use Miracle Stars and play this live show?,"CancelButton,OkButton",1 +LiveResultRestartConfirm,Restart?,Use {0} LP and replay this live show?,"CancelButton,OkButton",1 +LiveResultRestartAutoConfirm,Restart?,Use {0} Skip Ticket(s) and replay this live show?,"CancelButton,OkButton",1 +CardMovie_Pause,Paused,End this movie
and return to the movie details screen?,"SuspendButton,ResumeButton",1 +OrnamentShop_LackGem,Confirm Love Gems,You do not have enough Love Gems to purchase this.,"CancelButton,ShopButton",1 +OrnamentShop_Lack,Confirm {0},You do not have enough {0} to purchase this.,CloseOkButton,1 +StoryReleaseDetail,Unlock Conditions,{0},CloseOkButton,1 +StoryPlay,Play Story,This will play
{0}.
Would you like to continue?,"CancelButton,OkButton",1 +StoryPlayAfterDownload,Play Story,"This will download
""{1}""

Download Size: {0:0.00} MB
Proceed?

*It is recommended to download this
over a WiFi connection.","CancelButton,OkButton",1 +EpisodePlay,Play Story,This will play {0}.
Would you like to continue?,"CancelButton,OkButton",1 +Tutorial_GroupSelect,Confirm Favorite Group,You are guaranteed to receive a UR card of the chosen member from within this group in the following Scout.
Would you like to continue?,"CancelButton,OkButton",1 +Tutorial_MemberSelect,Confirm Favorite Member,You are guaranteed to receive a UR card of the chosen member in the following Scout.
Would you like to continue?,"CancelButton,OkButton",1 +Tutorial_Movie_Skip,Skip Movie,Skip this movie?,"CancelButton,OkButton",1 +Tutorial_Live_Skip,Skip Live Show?,Skip this live show?,"CancelButton,OkButton",1 +Tutorial_GetMember,Favorite Member Acquired,Received {0}.
*The acquired member will be granted directly.,CloseOkButton,1 +Tutorial_HomeGacha,Tutorial Complete,"Congratulations on finishing the tutorial. To celebrate, here are 10 free Scouts.",CloseOkButton,1 +Tutorial_Complete,Confirm,Congratulations on finishing the tutorial!,CloseOkButton,1 +BandEnrich,Confirm,This will level up the selected band
using power up items and {0} Gold.
Would you like to continue?,CloseOkButton,1 +SubTutorial_EndConfirm,Confirm,Play this live show?,"CancelButton,OkButton",1 +SubTutorial_SkipConfirm,Confirm,Skip?,"CancelButton,OkButton",1 +EmotionalMemberSelect,{0} Selected,"Choose this member?

*Once you choose your Best Girl, this cannot be changed.","CancelButton,OkButton",1 +EmotionalBandSelect,{0} Selected,Choose this band?

*You can change your band as many times as you would like during selection.*Note that changing bands will reset your event points (temp).
*Event points (temp) will be calculated after band selection.,"CancelButton,OkButton",1 +ShopAttentionWording,Terms of Use,"This item cannot be refunded.
If you are under 18, you will need parental permission to purchase.",CloseButton,1 +Notice_Movie_Skip,Skip Movie,Skip this movie?,"CancelButton,OkButton",1 +GameLibErrorCode_17101,Purchase Incomplete,You have an unfinished convenience store purchase.
Please pay for the reserved purchase at a convenience store
or cancel your reservation from your Google Play Store history page.

Your purchase will appear once you have paid and reopened the shop screen.
Error code: {0},CloseButton,1 +GameLibErrorCode_16010,Purchase Incomplete,You have an unfinished convenience store purchase.
Please pay for the reserved purchase at a convenience store
or cancel your reservation from your Google Play Store history page.

Your purchase will appear once you have paid and reopened the shop screen.
Error code: {0},CloseButton,1 +GachaConfirmFree,Confirm,Scout {1} time(s) with{0}?,"CancelButton,OkButton",1 +GachaConfirmFreeDaily,Confirm,Scout {1}time(s) with {0}?
This will reset at midnight.,"CancelButton,OkButton",1 +GachaConfirmTutorial,Confirm,Scout {1} time(s) with{0}?,OkButton,1 +GameLibErrorCode_1100,Account Link Failure,Failed to link account.,CloseButton,1 +DataTakeOver_SNSSignOutConfirm,Cancel Account Link,Cancel account linking?,"CancelButton,OkButton",1 +ChatOpen,Chat Unlocked!,You have a new chat message!
Do you want to go check it?,"CancelButton,ChatButton",1 +ReturnToTitleConfirm,Confirm,Return to the title screen?,"CancelButton,OkButton",1 +GoToRehearsalConfirm,Confirm Rehearsal,"LP is not used during rehearsal.
However, your score will not be saved and you will not receive rewards.
Would you like to continue?","CancelButton,OkButton",1 +GoToEventRehearsalConfirm,Confirm Rehearsal,"Miracle Stars are not used during rehearsal.
However, your score will not be saved and you will not receive rewards.
Would you like to continue?","CancelButton,OkButton",1 +MigrateError_WrongParam,Confirm,Transfer data not found.
Please check that you have entered your user ID and password correctly.,CloseOkButton,1 +MigrateError_AlreadyCompleted,Confirm,The account associated with this user ID has already finished device transfer.,CloseOkButton,1 +TermsOfService_UpDate,Terms of Service Update,"The terms of service have been updated.
In order to transfer your data to this device, you must accept the new terms of service.",CloseOkButton,1 +Subscription_Restore_Ok,Restore Subscription,Subscription restored.,CloseOkButton,1 +Subscription_Restore_0_Have,Restore Subscription,Could not confirm completion of purchase.,CloseOkButton,1 +Subscription_Restore_Error,Restore Subscription,Subscription restoration failed.,CloseOkButton,1 +GameLibErrorCode_37003,Error,This cannot be purchased. You are over your spending limit.,CloseButton,1 +GameLibErrorCode_37004,Error,This cannot be purchased due to exceeding your available gem balance.,CloseButton,1 +GameLibErrorCode_37006,Error,This cannot be purchased. You already have a recurring subscription.,CloseButton,1 +Register3rdPartyAccountAlreadyRegistedAcountConfirm,Confirm,This account has already been linked
with another user's data.

Do you want to cancel the link with the other user's data
and link this account with the current user data?,"CancelButton,OkButton",1 +GameLibOrder_IsPending,Purchase Incomplete,You have an unfinished convenience store purchase.
Please pay for the reserved purchase at a convenience store
or cancel your reservation from your Google Play Store history page.

Your purchase will appear once you have paid and reopened the shop screen.,CloseButton,1 +MusicRecommendErrorExpired,Error,This recommended list is no longer available.,CloseOkButton,1 +MultiDeckErrorUnorganized,No Team Error,Please create a Teamup Live Show team.,CloseButton,223061303 +MultiCanNotMatching,Matching Failed,Matching failed.
Returning to event page.,CloseButton,223061303 +LocationInformationConfirmingDialog,Confirming Location,Confirming your location.
This process may take some time.
You can exit this process by pressing Cancel.,CloseButton,223062001 +LocationFailedDialogOutofArea,Out of Reward Area,You are out of the reward area.
Failed to receive the reward.,CloseOkButton,223062001 +LocationFailedDialogNotAllow,Confirm,The location linking feature cannot be used
if your location service is OFF or set to GPS only.
Please check your device settings to change acquisition settings.,CloseOkButton,223062001 +LocationFailedDialogTimeout,Confirm,Timed out.,CloseOkButton,223062001 +LocationFailedDialogNone,Confirm,Failed to receive reward.,CloseOkButton,223062001 +LocationFailedDialogReceived,Confirm,You have already received rewards from this campaign.,CloseOkButton,223062001 +LocationFailedDialogOutOfTerm,Confirm,This campaign is no longer available.,CloseOkButton,223062001 +MultiConfirmStartLive,Confirm,Participant list not full.

You can obtain even more Event pts
with four players.

Do you want to start the Live Show anyway?,"CancelButton,OkButton",223061303 +MultiPenalty,Confirm,"As you have disconnected from the Teamup Live Show multiple times,
you are temporarily restricted from playing.
Please wait until the restriction is lifted.

Restriction lifted in:
{0}",CloseButton,223061303 +MultiPenaltyWarning,Confirm,"Due to disconnection or other errors during the Teamup Live Show,
your Live Show Results will be invalid.",CloseButton,223061303 +MultiLiveInterruption,Confirm,"Due to disconnection or other errors during the Teamup Live Show,
your Live Show Results will be invalid.",CloseButton,223061303 +MultiDisconnectedError,Confirm,Disconnected.,CloseButton,223061303 +MultiHelperCountEmpty,Confirm,Reached today's Backup limit.
Returning to event page.,CloseButton,223061303 +SS_AlignmentError_WrongParam,Error,No linked data found.
Please check that you have entered your
player ID and data link password from All Stars correctly.,CloseOkButton,1 +SS_AlignmentError_AlreadyCompleted,Error,Already linked with SIF2.,CloseOkButton,1 +SS_AlignmentError_UsedCode,Error,Another account has been linked with this All Stars Player ID.,CloseOkButton,1 +SS_AlignmentError_Expired,Error,This item has expired.,CloseOkButton,1 +EventEndConfirmDialog,Confirm,This event has ended.,OkButton,1 +LiveLoadError,Songs Updated,Your songs have been updated.,CloseButton,1 +StartEventLive,Confirm,An event is underway.,CloseButton,223081401 +SerialCcode_ExcludedItem,Confirm,This Chat is already unlocked.,CloseButton,1 +UseExpiredItem,Error,This {0} has expired and can no longer be used.,CloseOkButton,1 +LiveSkipConfirm,Confirm,"You can skip any difficult of any song that you have already completed.
However, any difficulty of the song that you have not normally completed will not be treated as ""Completed.""",CloseButton,1 diff --git a/src/router/masterdata/csv/dialog_button.csv b/src/router/databases/csv-en/dialog_button.csv similarity index 100% rename from src/router/masterdata/csv/dialog_button.csv rename to src/router/databases/csv-en/dialog_button.csv diff --git a/src/router/databases/csv-en/event.csv b/src/router/databases/csv-en/event.csv new file mode 100644 index 0000000..a793e7c --- /dev/null +++ b/src/router/databases/csv-en/event.csv @@ -0,0 +1,42 @@ +_id,_name,_type,_memberRankingType,_resultClosedDate,_aggregationDate,_rewardMemberMasterCardIdList,_masterEventPointSettingsId,_openingObjName,_openingGroupBg,_favoriteMemberSettingCharacterIds,_masterReleaseLabelId +101,Operation: Slump Escape!,1,1,2023/05/01 4:59:59,2023/04/30 4:59:59,40030009,101,,0,,223041903 +102,Take a Look at Our Town,1,1,2023/05/12 4:59:59,2023/05/11 4:59:59,10090015,102,,0,,223043004 +103,Free Tour,2,0,2023/05/16 4:59:59,2023/05/15 4:59:59,,103,,0,,223051101 +104,Come Have Fun in Numazu,1,1,2023/05/27 4:59:59,2023/05/26 4:59:59,20070013,104,,0,,223051504 +105,Free Tour,2,0,2023/06/01 4:59:59,2023/05/31 4:59:59,,105,,0,,223052601 +106,"Imagine, Connect, Network!",1,1,2023/06/12 4:59:59,2023/06/11 4:59:59,30090009,106,,0,,223053104 +107,Free Tour,2,0,2023/06/20 4:59:59,2023/06/19 4:59:59,,107,,0,,223061101 +108,Teamup Live Show,3,0,2023/06/30 4:59:59,2023/06/29 4:59:59,20090013,108,MultiOpRoot,2,,223061504 +109,Seagull Mayhem Delivery,1,1,2023/07/12 4:59:59,2023/07/11 4:59:59,40060010,109,,0,,223063004 +110,Free Tour,2,0,2023/07/16 4:59:59,2023/07/15 4:59:59,,110,,0,,223071101 +111,Teamup Live Show,3,0,2023/07/27 4:59:59,2023/07/26 4:59:59,30020009,111,MultiOpRoot,3,,223071505 +112,Free Tour,2,0,2023/08/01 4:59:59,2023/07/31 4:59:59,,112,,0,,223072601 +113,Beach Flag Racing,1,1,2023/08/12 4:59:59,2023/08/11 4:59:59,10040016,113,,0,,223073104 +114,Free Tour,2,0,2023/08/16 4:59:59,2023/08/15 4:59:59,,114,,0,,223081101 +115,Teamup Live Show,3,0,2023/08/27 4:59:59,2023/08/26 4:59:59,40010011,115,MultiOpRoot,4,,223081504 +116,Free Tour,2,0,2023/09/01 4:59:59,2023/08/31 4:59:59,,116,,0,,223082601 +117,Silver Moon to Shining Knoll,1,1,2023/09/12 4:59:59,2023/09/11 4:59:59,20050014,117,,0,,223083104 +118,Free Tour,2,0,2023/09/16 4:59:59,2023/09/15 4:59:59,,118,,0,,223091101 +119,Teamup Live Show,3,0,2023/09/27 4:59:59,2023/09/26 4:59:59,10080016,119,MultiOpRoot,1,,223091504 +120,Free Tour,2,0,2023/09/30 4:59:59,2023/09/29 4:59:59,,120,,0,,223092601 +121,Halloween: What's Gonna Jump out at Me?!,1,1,2023/10/12 4:59:59,2023/10/11 4:59:59,30030010,121,,0,,223093004 +122,Free Tour,2,0,2023/10/15 4:59:59,2023/10/14 4:59:59,,122,,0,,223101101 +123,Half Anniversary,1,1,2023/10/27 4:59:59,2023/10/26 4:59:59,20030015,123,,0,,223101508 +124,Free Tour,2,0,2023/10/31 4:59:59,2023/10/30 4:59:59,,124,,0,,223102601 +125,Pit-a-pat School Information Session,1,1,2024/02/22 7:59:59,2024/02/21 7:59:59,40090011,125,,0,,223103104 +126,Free Tour,2,0,2024/02/25 7:59:59,2024/02/24 7:59:59,,126,,0,,223111101 +127,Star Challenge,4,0,2024/03/14 7:59:59,2024/03/13 7:59:59,30040012,127,StarEventOpRoot,0,,223111504 +128,Free Tour,2,0,2024/03/17 4:59:59,2024/03/16 4:59:59,,128,,0,,223112601 +129,Christmas Parties Are The Best!,1,1,2024/03/27 7:59:59,2024/03/26 7:59:59,10010020,129,,0,,223113004 +130,Free Tour,2,0,2024/03/31 7:59:59,2024/03/30 7:59:59,,130,,0,,223121102 +131,Teamup Live Show,3,0,2024/04/11 7:59:59,2024/04/10 7:59:59,40080011,131,MultiOpRoot,4,,223121507 +132,Free Tour,2,0,2024/04/16 7:59:59,2024/04/15 7:59:59,,132,,0,,223122603 +133,"Awashima Isle,HAPPY NEW YEAR!",1,1,2024/04/27 7:59:59,2024/04/26 7:59:59,20010019,133,,0,,223123104 +134,Free Tour,2,0,2024/05/01 7:59:59,2024/04/30 7:59:59,,134,,0,,224011106 +135,Star Challenge,4,0,2024/05/12 7:59:59,2024/05/11 7:59:59,10050018,135,StarEventOpRoot,0,,224011504 +136,Free Tour,2,0,2024/05/16 7:59:59,2024/05/15 7:59:59,,136,,0,,224012702 +137,Who Will Get the Chocolate?!,1,0,2024/05/26 7:59:59,2024/05/24 9:59:59,30010017,137,,0,,224013104 +138,Free Tour,2,0,2024/05/30 7:59:59,2024/05/29 7:59:59,,138,,0,,224021006 +139,Star Challenge,4,0,2024/06/10 7:59:59,2024/06/09 7:59:59,20080016,139,StarEventOpRoot,0,,224021404 +140,Free Tour,2,0,2024/06/14 7:59:59,2024/06/13 7:59:59,,140,,0,,224022305 +141,Feelings Come Across on White Day,1,1,2024/06/25 7:59:59,2024/06/24 7:59:59,40040013,141,,0,,224030104 diff --git a/src/router/masterdata/csv/event_card_bonus.csv b/src/router/databases/csv-en/event_card_bonus.csv similarity index 100% rename from src/router/masterdata/csv/event_card_bonus.csv rename to src/router/databases/csv-en/event_card_bonus.csv diff --git a/src/router/masterdata/csv/event_live.csv b/src/router/databases/csv-en/event_live.csv similarity index 100% rename from src/router/masterdata/csv/event_live.csv rename to src/router/databases/csv-en/event_live.csv diff --git a/src/router/databases/csv-en/event_member_ranking.csv b/src/router/databases/csv-en/event_member_ranking.csv new file mode 100644 index 0000000..26133f7 --- /dev/null +++ b/src/router/databases/csv-en/event_member_ranking.csv @@ -0,0 +1,2045 @@ +_masterEventId,_groupId,_number,_highRank,_lowRank,_masterEventMemberRankingRewardId,_masterReleaseLabelId +101,1001,1,1,100,290101001,223041903 +101,1002,1,1,100,290101002,223041903 +101,1003,1,1,100,290101003,223041903 +101,1004,1,1,100,290101004,223041903 +101,1005,1,1,100,290101005,223041903 +101,1006,1,1,100,290101006,223041903 +101,1007,1,1,100,290101007,223041903 +101,1008,1,1,100,290101008,223041903 +101,1009,1,1,100,290101009,223041903 +101,2001,1,1,100,290101010,223041903 +101,2002,1,1,100,290101011,223041903 +101,2003,1,1,100,290101012,223041903 +101,2004,1,1,100,290101013,223041903 +101,2005,1,1,100,290101014,223041903 +101,2006,1,1,100,290101015,223041903 +101,2007,1,1,100,290101016,223041903 +101,2008,1,1,100,290101017,223041903 +101,2009,1,1,100,290101018,223041903 +101,3001,1,1,100,290101019,223041903 +101,3002,1,1,100,290101020,223041903 +101,3003,1,1,100,290101021,223041903 +101,3004,1,1,100,290101022,223041903 +101,3005,1,1,100,290101023,223041903 +101,3006,1,1,100,290101024,223041903 +101,3007,1,1,100,290101025,223041903 +101,3008,1,1,100,290101026,223041903 +101,3009,1,1,100,290101027,223041903 +101,3010,1,1,100,290101028,223041903 +101,3011,1,1,100,290101029,223041903 +101,3012,1,1,100,290101030,223041903 +101,4001,1,1,100,290101031,223041903 +101,4002,1,1,100,290101032,223041903 +101,4003,1,1,100,290101033,223041903 +101,4004,1,1,100,290101034,223041903 +101,4005,1,1,100,290101035,223041903 +101,4006,1,1,100,290101036,223041903 +101,4007,1,1,100,290101037,223041903 +101,4008,1,1,100,290101038,223041903 +101,4009,1,1,100,290101039,223041903 +101,1001,2,101,10000,290101040,223041903 +101,1002,2,101,10000,290101041,223041903 +101,1003,2,101,10000,290101042,223041903 +101,1004,2,101,10000,290101043,223041903 +101,1005,2,101,10000,290101044,223041903 +101,1006,2,101,10000,290101045,223041903 +101,1007,2,101,10000,290101046,223041903 +101,1008,2,101,10000,290101047,223041903 +101,1009,2,101,10000,290101048,223041903 +101,2001,2,101,10000,290101049,223041903 +101,2002,2,101,10000,290101050,223041903 +101,2003,2,101,10000,290101051,223041903 +101,2004,2,101,10000,290101052,223041903 +101,2005,2,101,10000,290101053,223041903 +101,2006,2,101,10000,290101054,223041903 +101,2007,2,101,10000,290101055,223041903 +101,2008,2,101,10000,290101056,223041903 +101,2009,2,101,10000,290101057,223041903 +101,3001,2,101,10000,290101058,223041903 +101,3002,2,101,10000,290101059,223041903 +101,3003,2,101,10000,290101060,223041903 +101,3004,2,101,10000,290101061,223041903 +101,3005,2,101,10000,290101062,223041903 +101,3006,2,101,10000,290101063,223041903 +101,3007,2,101,10000,290101064,223041903 +101,3008,2,101,10000,290101065,223041903 +101,3009,2,101,10000,290101066,223041903 +101,3010,2,101,10000,290101067,223041903 +101,3011,2,101,10000,290101068,223041903 +101,3012,2,101,10000,290101069,223041903 +101,4001,2,101,10000,290101070,223041903 +101,4002,2,101,10000,290101071,223041903 +101,4003,2,101,10000,290101072,223041903 +101,4004,2,101,10000,290101073,223041903 +101,4005,2,101,10000,290101074,223041903 +101,4006,2,101,10000,290101075,223041903 +101,4007,2,101,10000,290101076,223041903 +101,4008,2,101,10000,290101077,223041903 +101,4009,2,101,10000,290101078,223041903 +101,1001,3,10001,30000,290101079,223041903 +101,1002,3,10001,30000,290101080,223041903 +101,1003,3,10001,30000,290101081,223041903 +101,1004,3,10001,30000,290101082,223041903 +101,1005,3,10001,30000,290101083,223041903 +101,1006,3,10001,30000,290101084,223041903 +101,1007,3,10001,30000,290101085,223041903 +101,1008,3,10001,30000,290101086,223041903 +101,1009,3,10001,30000,290101087,223041903 +101,2001,3,10001,30000,290101088,223041903 +101,2002,3,10001,30000,290101089,223041903 +101,2003,3,10001,30000,290101090,223041903 +101,2004,3,10001,30000,290101091,223041903 +101,2005,3,10001,30000,290101092,223041903 +101,2006,3,10001,30000,290101093,223041903 +101,2007,3,10001,30000,290101094,223041903 +101,2008,3,10001,30000,290101095,223041903 +101,2009,3,10001,30000,290101096,223041903 +101,3001,3,10001,30000,290101097,223041903 +101,3002,3,10001,30000,290101098,223041903 +101,3003,3,10001,30000,290101099,223041903 +101,3004,3,10001,30000,290101100,223041903 +101,3005,3,10001,30000,290101101,223041903 +101,3006,3,10001,30000,290101102,223041903 +101,3007,3,10001,30000,290101103,223041903 +101,3008,3,10001,30000,290101104,223041903 +101,3009,3,10001,30000,290101105,223041903 +101,3010,3,10001,30000,290101106,223041903 +101,3011,3,10001,30000,290101107,223041903 +101,3012,3,10001,30000,290101108,223041903 +101,4001,3,10001,30000,290101109,223041903 +101,4002,3,10001,30000,290101110,223041903 +101,4003,3,10001,30000,290101111,223041903 +101,4004,3,10001,30000,290101112,223041903 +101,4005,3,10001,30000,290101113,223041903 +101,4006,3,10001,30000,290101114,223041903 +101,4007,3,10001,30000,290101115,223041903 +101,4008,3,10001,30000,290101116,223041903 +101,4009,3,10001,30000,290101117,223041903 +102,1001,1,1,100,290102001,223043004 +102,1002,1,1,100,290102002,223043004 +102,1003,1,1,100,290102003,223043004 +102,1004,1,1,100,290102004,223043004 +102,1005,1,1,100,290102005,223043004 +102,1006,1,1,100,290102006,223043004 +102,1007,1,1,100,290102007,223043004 +102,1008,1,1,100,290102008,223043004 +102,1009,1,1,100,290102009,223043004 +102,2001,1,1,100,290102010,223043004 +102,2002,1,1,100,290102011,223043004 +102,2003,1,1,100,290102012,223043004 +102,2004,1,1,100,290102013,223043004 +102,2005,1,1,100,290102014,223043004 +102,2006,1,1,100,290102015,223043004 +102,2007,1,1,100,290102016,223043004 +102,2008,1,1,100,290102017,223043004 +102,2009,1,1,100,290102018,223043004 +102,3001,1,1,100,290102019,223043004 +102,3002,1,1,100,290102020,223043004 +102,3003,1,1,100,290102021,223043004 +102,3004,1,1,100,290102022,223043004 +102,3005,1,1,100,290102023,223043004 +102,3006,1,1,100,290102024,223043004 +102,3007,1,1,100,290102025,223043004 +102,3008,1,1,100,290102026,223043004 +102,3009,1,1,100,290102027,223043004 +102,3010,1,1,100,290102028,223043004 +102,3011,1,1,100,290102029,223043004 +102,3012,1,1,100,290102030,223043004 +102,4001,1,1,100,290102031,223043004 +102,4002,1,1,100,290102032,223043004 +102,4003,1,1,100,290102033,223043004 +102,4004,1,1,100,290102034,223043004 +102,4005,1,1,100,290102035,223043004 +102,4006,1,1,100,290102036,223043004 +102,4007,1,1,100,290102037,223043004 +102,4008,1,1,100,290102038,223043004 +102,4009,1,1,100,290102039,223043004 +102,1001,2,101,10000,290102040,223043004 +102,1002,2,101,10000,290102041,223043004 +102,1003,2,101,10000,290102042,223043004 +102,1004,2,101,10000,290102043,223043004 +102,1005,2,101,10000,290102044,223043004 +102,1006,2,101,10000,290102045,223043004 +102,1007,2,101,10000,290102046,223043004 +102,1008,2,101,10000,290102047,223043004 +102,1009,2,101,10000,290102048,223043004 +102,2001,2,101,10000,290102049,223043004 +102,2002,2,101,10000,290102050,223043004 +102,2003,2,101,10000,290102051,223043004 +102,2004,2,101,10000,290102052,223043004 +102,2005,2,101,10000,290102053,223043004 +102,2006,2,101,10000,290102054,223043004 +102,2007,2,101,10000,290102055,223043004 +102,2008,2,101,10000,290102056,223043004 +102,2009,2,101,10000,290102057,223043004 +102,3001,2,101,10000,290102058,223043004 +102,3002,2,101,10000,290102059,223043004 +102,3003,2,101,10000,290102060,223043004 +102,3004,2,101,10000,290102061,223043004 +102,3005,2,101,10000,290102062,223043004 +102,3006,2,101,10000,290102063,223043004 +102,3007,2,101,10000,290102064,223043004 +102,3008,2,101,10000,290102065,223043004 +102,3009,2,101,10000,290102066,223043004 +102,3010,2,101,10000,290102067,223043004 +102,3011,2,101,10000,290102068,223043004 +102,3012,2,101,10000,290102069,223043004 +102,4001,2,101,10000,290102070,223043004 +102,4002,2,101,10000,290102071,223043004 +102,4003,2,101,10000,290102072,223043004 +102,4004,2,101,10000,290102073,223043004 +102,4005,2,101,10000,290102074,223043004 +102,4006,2,101,10000,290102075,223043004 +102,4007,2,101,10000,290102076,223043004 +102,4008,2,101,10000,290102077,223043004 +102,4009,2,101,10000,290102078,223043004 +102,1001,3,10001,30000,290102079,223043004 +102,1002,3,10001,30000,290102080,223043004 +102,1003,3,10001,30000,290102081,223043004 +102,1004,3,10001,30000,290102082,223043004 +102,1005,3,10001,30000,290102083,223043004 +102,1006,3,10001,30000,290102084,223043004 +102,1007,3,10001,30000,290102085,223043004 +102,1008,3,10001,30000,290102086,223043004 +102,1009,3,10001,30000,290102087,223043004 +102,2001,3,10001,30000,290102088,223043004 +102,2002,3,10001,30000,290102089,223043004 +102,2003,3,10001,30000,290102090,223043004 +102,2004,3,10001,30000,290102091,223043004 +102,2005,3,10001,30000,290102092,223043004 +102,2006,3,10001,30000,290102093,223043004 +102,2007,3,10001,30000,290102094,223043004 +102,2008,3,10001,30000,290102095,223043004 +102,2009,3,10001,30000,290102096,223043004 +102,3001,3,10001,30000,290102097,223043004 +102,3002,3,10001,30000,290102098,223043004 +102,3003,3,10001,30000,290102099,223043004 +102,3004,3,10001,30000,290102100,223043004 +102,3005,3,10001,30000,290102101,223043004 +102,3006,3,10001,30000,290102102,223043004 +102,3007,3,10001,30000,290102103,223043004 +102,3008,3,10001,30000,290102104,223043004 +102,3009,3,10001,30000,290102105,223043004 +102,3010,3,10001,30000,290102106,223043004 +102,3011,3,10001,30000,290102107,223043004 +102,3012,3,10001,30000,290102108,223043004 +102,4001,3,10001,30000,290102109,223043004 +102,4002,3,10001,30000,290102110,223043004 +102,4003,3,10001,30000,290102111,223043004 +102,4004,3,10001,30000,290102112,223043004 +102,4005,3,10001,30000,290102113,223043004 +102,4006,3,10001,30000,290102114,223043004 +102,4007,3,10001,30000,290102115,223043004 +102,4008,3,10001,30000,290102116,223043004 +102,4009,3,10001,30000,290102117,223043004 +104,1001,1,1,100,290104001,223051504 +104,1002,1,1,100,290104002,223051504 +104,1003,1,1,100,290104003,223051504 +104,1004,1,1,100,290104004,223051504 +104,1005,1,1,100,290104005,223051504 +104,1006,1,1,100,290104006,223051504 +104,1007,1,1,100,290104007,223051504 +104,1008,1,1,100,290104008,223051504 +104,1009,1,1,100,290104009,223051504 +104,2001,1,1,100,290104010,223051504 +104,2002,1,1,100,290104011,223051504 +104,2003,1,1,100,290104012,223051504 +104,2004,1,1,100,290104013,223051504 +104,2005,1,1,100,290104014,223051504 +104,2006,1,1,100,290104015,223051504 +104,2007,1,1,100,290104016,223051504 +104,2008,1,1,100,290104017,223051504 +104,2009,1,1,100,290104018,223051504 +104,3001,1,1,100,290104019,223051504 +104,3002,1,1,100,290104020,223051504 +104,3003,1,1,100,290104021,223051504 +104,3004,1,1,100,290104022,223051504 +104,3005,1,1,100,290104023,223051504 +104,3006,1,1,100,290104024,223051504 +104,3007,1,1,100,290104025,223051504 +104,3008,1,1,100,290104026,223051504 +104,3009,1,1,100,290104027,223051504 +104,3010,1,1,100,290104028,223051504 +104,3011,1,1,100,290104029,223051504 +104,3012,1,1,100,290104030,223051504 +104,4001,1,1,100,290104031,223051504 +104,4002,1,1,100,290104032,223051504 +104,4003,1,1,100,290104033,223051504 +104,4004,1,1,100,290104034,223051504 +104,4005,1,1,100,290104035,223051504 +104,4006,1,1,100,290104036,223051504 +104,4007,1,1,100,290104037,223051504 +104,4008,1,1,100,290104038,223051504 +104,4009,1,1,100,290104039,223051504 +104,1001,2,101,10000,290104040,223051504 +104,1002,2,101,10000,290104041,223051504 +104,1003,2,101,10000,290104042,223051504 +104,1004,2,101,10000,290104043,223051504 +104,1005,2,101,10000,290104044,223051504 +104,1006,2,101,10000,290104045,223051504 +104,1007,2,101,10000,290104046,223051504 +104,1008,2,101,10000,290104047,223051504 +104,1009,2,101,10000,290104048,223051504 +104,2001,2,101,10000,290104049,223051504 +104,2002,2,101,10000,290104050,223051504 +104,2003,2,101,10000,290104051,223051504 +104,2004,2,101,10000,290104052,223051504 +104,2005,2,101,10000,290104053,223051504 +104,2006,2,101,10000,290104054,223051504 +104,2007,2,101,10000,290104055,223051504 +104,2008,2,101,10000,290104056,223051504 +104,2009,2,101,10000,290104057,223051504 +104,3001,2,101,10000,290104058,223051504 +104,3002,2,101,10000,290104059,223051504 +104,3003,2,101,10000,290104060,223051504 +104,3004,2,101,10000,290104061,223051504 +104,3005,2,101,10000,290104062,223051504 +104,3006,2,101,10000,290104063,223051504 +104,3007,2,101,10000,290104064,223051504 +104,3008,2,101,10000,290104065,223051504 +104,3009,2,101,10000,290104066,223051504 +104,3010,2,101,10000,290104067,223051504 +104,3011,2,101,10000,290104068,223051504 +104,3012,2,101,10000,290104069,223051504 +104,4001,2,101,10000,290104070,223051504 +104,4002,2,101,10000,290104071,223051504 +104,4003,2,101,10000,290104072,223051504 +104,4004,2,101,10000,290104073,223051504 +104,4005,2,101,10000,290104074,223051504 +104,4006,2,101,10000,290104075,223051504 +104,4007,2,101,10000,290104076,223051504 +104,4008,2,101,10000,290104077,223051504 +104,4009,2,101,10000,290104078,223051504 +104,1001,3,10001,30000,290104079,223051504 +104,1002,3,10001,30000,290104080,223051504 +104,1003,3,10001,30000,290104081,223051504 +104,1004,3,10001,30000,290104082,223051504 +104,1005,3,10001,30000,290104083,223051504 +104,1006,3,10001,30000,290104084,223051504 +104,1007,3,10001,30000,290104085,223051504 +104,1008,3,10001,30000,290104086,223051504 +104,1009,3,10001,30000,290104087,223051504 +104,2001,3,10001,30000,290104088,223051504 +104,2002,3,10001,30000,290104089,223051504 +104,2003,3,10001,30000,290104090,223051504 +104,2004,3,10001,30000,290104091,223051504 +104,2005,3,10001,30000,290104092,223051504 +104,2006,3,10001,30000,290104093,223051504 +104,2007,3,10001,30000,290104094,223051504 +104,2008,3,10001,30000,290104095,223051504 +104,2009,3,10001,30000,290104096,223051504 +104,3001,3,10001,30000,290104097,223051504 +104,3002,3,10001,30000,290104098,223051504 +104,3003,3,10001,30000,290104099,223051504 +104,3004,3,10001,30000,290104100,223051504 +104,3005,3,10001,30000,290104101,223051504 +104,3006,3,10001,30000,290104102,223051504 +104,3007,3,10001,30000,290104103,223051504 +104,3008,3,10001,30000,290104104,223051504 +104,3009,3,10001,30000,290104105,223051504 +104,3010,3,10001,30000,290104106,223051504 +104,3011,3,10001,30000,290104107,223051504 +104,3012,3,10001,30000,290104108,223051504 +104,4001,3,10001,30000,290104109,223051504 +104,4002,3,10001,30000,290104110,223051504 +104,4003,3,10001,30000,290104111,223051504 +104,4004,3,10001,30000,290104112,223051504 +104,4005,3,10001,30000,290104113,223051504 +104,4006,3,10001,30000,290104114,223051504 +104,4007,3,10001,30000,290104115,223051504 +104,4008,3,10001,30000,290104116,223051504 +104,4009,3,10001,30000,290104117,223051504 +106,1001,1,1,100,290106001,223053104 +106,1002,1,1,100,290106002,223053104 +106,1003,1,1,100,290106003,223053104 +106,1004,1,1,100,290106004,223053104 +106,1005,1,1,100,290106005,223053104 +106,1006,1,1,100,290106006,223053104 +106,1007,1,1,100,290106007,223053104 +106,1008,1,1,100,290106008,223053104 +106,1009,1,1,100,290106009,223053104 +106,2001,1,1,100,290106010,223053104 +106,2002,1,1,100,290106011,223053104 +106,2003,1,1,100,290106012,223053104 +106,2004,1,1,100,290106013,223053104 +106,2005,1,1,100,290106014,223053104 +106,2006,1,1,100,290106015,223053104 +106,2007,1,1,100,290106016,223053104 +106,2008,1,1,100,290106017,223053104 +106,2009,1,1,100,290106018,223053104 +106,3001,1,1,100,290106019,223053104 +106,3002,1,1,100,290106020,223053104 +106,3003,1,1,100,290106021,223053104 +106,3004,1,1,100,290106022,223053104 +106,3005,1,1,100,290106023,223053104 +106,3006,1,1,100,290106024,223053104 +106,3007,1,1,100,290106025,223053104 +106,3008,1,1,100,290106026,223053104 +106,3009,1,1,100,290106027,223053104 +106,3010,1,1,100,290106028,223053104 +106,3011,1,1,100,290106029,223053104 +106,3012,1,1,100,290106030,223053104 +106,4001,1,1,100,290106031,223053104 +106,4002,1,1,100,290106032,223053104 +106,4003,1,1,100,290106033,223053104 +106,4004,1,1,100,290106034,223053104 +106,4005,1,1,100,290106035,223053104 +106,4006,1,1,100,290106036,223053104 +106,4007,1,1,100,290106037,223053104 +106,4008,1,1,100,290106038,223053104 +106,4009,1,1,100,290106039,223053104 +106,1001,2,101,10000,290106040,223053104 +106,1002,2,101,10000,290106041,223053104 +106,1003,2,101,10000,290106042,223053104 +106,1004,2,101,10000,290106043,223053104 +106,1005,2,101,10000,290106044,223053104 +106,1006,2,101,10000,290106045,223053104 +106,1007,2,101,10000,290106046,223053104 +106,1008,2,101,10000,290106047,223053104 +106,1009,2,101,10000,290106048,223053104 +106,2001,2,101,10000,290106049,223053104 +106,2002,2,101,10000,290106050,223053104 +106,2003,2,101,10000,290106051,223053104 +106,2004,2,101,10000,290106052,223053104 +106,2005,2,101,10000,290106053,223053104 +106,2006,2,101,10000,290106054,223053104 +106,2007,2,101,10000,290106055,223053104 +106,2008,2,101,10000,290106056,223053104 +106,2009,2,101,10000,290106057,223053104 +106,3001,2,101,10000,290106058,223053104 +106,3002,2,101,10000,290106059,223053104 +106,3003,2,101,10000,290106060,223053104 +106,3004,2,101,10000,290106061,223053104 +106,3005,2,101,10000,290106062,223053104 +106,3006,2,101,10000,290106063,223053104 +106,3007,2,101,10000,290106064,223053104 +106,3008,2,101,10000,290106065,223053104 +106,3009,2,101,10000,290106066,223053104 +106,3010,2,101,10000,290106067,223053104 +106,3011,2,101,10000,290106068,223053104 +106,3012,2,101,10000,290106069,223053104 +106,4001,2,101,10000,290106070,223053104 +106,4002,2,101,10000,290106071,223053104 +106,4003,2,101,10000,290106072,223053104 +106,4004,2,101,10000,290106073,223053104 +106,4005,2,101,10000,290106074,223053104 +106,4006,2,101,10000,290106075,223053104 +106,4007,2,101,10000,290106076,223053104 +106,4008,2,101,10000,290106077,223053104 +106,4009,2,101,10000,290106078,223053104 +106,1001,3,10001,30000,290106079,223053104 +106,1002,3,10001,30000,290106080,223053104 +106,1003,3,10001,30000,290106081,223053104 +106,1004,3,10001,30000,290106082,223053104 +106,1005,3,10001,30000,290106083,223053104 +106,1006,3,10001,30000,290106084,223053104 +106,1007,3,10001,30000,290106085,223053104 +106,1008,3,10001,30000,290106086,223053104 +106,1009,3,10001,30000,290106087,223053104 +106,2001,3,10001,30000,290106088,223053104 +106,2002,3,10001,30000,290106089,223053104 +106,2003,3,10001,30000,290106090,223053104 +106,2004,3,10001,30000,290106091,223053104 +106,2005,3,10001,30000,290106092,223053104 +106,2006,3,10001,30000,290106093,223053104 +106,2007,3,10001,30000,290106094,223053104 +106,2008,3,10001,30000,290106095,223053104 +106,2009,3,10001,30000,290106096,223053104 +106,3001,3,10001,30000,290106097,223053104 +106,3002,3,10001,30000,290106098,223053104 +106,3003,3,10001,30000,290106099,223053104 +106,3004,3,10001,30000,290106100,223053104 +106,3005,3,10001,30000,290106101,223053104 +106,3006,3,10001,30000,290106102,223053104 +106,3007,3,10001,30000,290106103,223053104 +106,3008,3,10001,30000,290106104,223053104 +106,3009,3,10001,30000,290106105,223053104 +106,3010,3,10001,30000,290106106,223053104 +106,3011,3,10001,30000,290106107,223053104 +106,3012,3,10001,30000,290106108,223053104 +106,4001,3,10001,30000,290106109,223053104 +106,4002,3,10001,30000,290106110,223053104 +106,4003,3,10001,30000,290106111,223053104 +106,4004,3,10001,30000,290106112,223053104 +106,4005,3,10001,30000,290106113,223053104 +106,4006,3,10001,30000,290106114,223053104 +106,4007,3,10001,30000,290106115,223053104 +106,4008,3,10001,30000,290106116,223053104 +106,4009,3,10001,30000,290106117,223053104 +109,1001,1,1,100,290109001,223063004 +109,1002,1,1,100,290109002,223063004 +109,1003,1,1,100,290109003,223063004 +109,1004,1,1,100,290109004,223063004 +109,1005,1,1,100,290109005,223063004 +109,1006,1,1,100,290109006,223063004 +109,1007,1,1,100,290109007,223063004 +109,1008,1,1,100,290109008,223063004 +109,1009,1,1,100,290109009,223063004 +109,2001,1,1,100,290109010,223063004 +109,2002,1,1,100,290109011,223063004 +109,2003,1,1,100,290109012,223063004 +109,2004,1,1,100,290109013,223063004 +109,2005,1,1,100,290109014,223063004 +109,2006,1,1,100,290109015,223063004 +109,2007,1,1,100,290109016,223063004 +109,2008,1,1,100,290109017,223063004 +109,2009,1,1,100,290109018,223063004 +109,3001,1,1,100,290109019,223063004 +109,3002,1,1,100,290109020,223063004 +109,3003,1,1,100,290109021,223063004 +109,3004,1,1,100,290109022,223063004 +109,3005,1,1,100,290109023,223063004 +109,3006,1,1,100,290109024,223063004 +109,3007,1,1,100,290109025,223063004 +109,3008,1,1,100,290109026,223063004 +109,3009,1,1,100,290109027,223063004 +109,3010,1,1,100,290109028,223063004 +109,3011,1,1,100,290109029,223063004 +109,3012,1,1,100,290109030,223063004 +109,4001,1,1,100,290109031,223063004 +109,4002,1,1,100,290109032,223063004 +109,4003,1,1,100,290109033,223063004 +109,4004,1,1,100,290109034,223063004 +109,4005,1,1,100,290109035,223063004 +109,4006,1,1,100,290109036,223063004 +109,4007,1,1,100,290109037,223063004 +109,4008,1,1,100,290109038,223063004 +109,4009,1,1,100,290109039,223063004 +109,1001,2,101,300,290109040,223063004 +109,1002,2,101,300,290109041,223063004 +109,1003,2,101,300,290109042,223063004 +109,1004,2,101,300,290109043,223063004 +109,1005,2,101,300,290109044,223063004 +109,1006,2,101,300,290109045,223063004 +109,1007,2,101,300,290109046,223063004 +109,1008,2,101,300,290109047,223063004 +109,1009,2,101,300,290109048,223063004 +109,2001,2,101,300,290109049,223063004 +109,2002,2,101,300,290109050,223063004 +109,2003,2,101,300,290109051,223063004 +109,2004,2,101,300,290109052,223063004 +109,2005,2,101,300,290109053,223063004 +109,2006,2,101,300,290109054,223063004 +109,2007,2,101,300,290109055,223063004 +109,2008,2,101,300,290109056,223063004 +109,2009,2,101,300,290109057,223063004 +109,3001,2,101,300,290109058,223063004 +109,3002,2,101,300,290109059,223063004 +109,3003,2,101,300,290109060,223063004 +109,3004,2,101,300,290109061,223063004 +109,3005,2,101,300,290109062,223063004 +109,3006,2,101,300,290109063,223063004 +109,3007,2,101,300,290109064,223063004 +109,3008,2,101,300,290109065,223063004 +109,3009,2,101,300,290109066,223063004 +109,3010,2,101,300,290109067,223063004 +109,3011,2,101,300,290109068,223063004 +109,3012,2,101,300,290109069,223063004 +109,4001,2,101,300,290109070,223063004 +109,4002,2,101,300,290109071,223063004 +109,4003,2,101,300,290109072,223063004 +109,4004,2,101,300,290109073,223063004 +109,4005,2,101,300,290109074,223063004 +109,4006,2,101,300,290109075,223063004 +109,4007,2,101,300,290109076,223063004 +109,4008,2,101,300,290109077,223063004 +109,4009,2,101,300,290109078,223063004 +109,1001,3,301,1000,290109079,223063004 +109,1002,3,301,1000,290109080,223063004 +109,1003,3,301,1000,290109081,223063004 +109,1004,3,301,1000,290109082,223063004 +109,1005,3,301,1000,290109083,223063004 +109,1006,3,301,1000,290109084,223063004 +109,1007,3,301,1000,290109085,223063004 +109,1008,3,301,1000,290109086,223063004 +109,1009,3,301,1000,290109087,223063004 +109,2001,3,301,1000,290109088,223063004 +109,2002,3,301,1000,290109089,223063004 +109,2003,3,301,1000,290109090,223063004 +109,2004,3,301,1000,290109091,223063004 +109,2005,3,301,1000,290109092,223063004 +109,2006,3,301,1000,290109093,223063004 +109,2007,3,301,1000,290109094,223063004 +109,2008,3,301,1000,290109095,223063004 +109,2009,3,301,1000,290109096,223063004 +109,3001,3,301,1000,290109097,223063004 +109,3002,3,301,1000,290109098,223063004 +109,3003,3,301,1000,290109099,223063004 +109,3004,3,301,1000,290109100,223063004 +109,3005,3,301,1000,290109101,223063004 +109,3006,3,301,1000,290109102,223063004 +109,3007,3,301,1000,290109103,223063004 +109,3008,3,301,1000,290109104,223063004 +109,3009,3,301,1000,290109105,223063004 +109,3010,3,301,1000,290109106,223063004 +109,3011,3,301,1000,290109107,223063004 +109,3012,3,301,1000,290109108,223063004 +109,4001,3,301,1000,290109109,223063004 +109,4002,3,301,1000,290109110,223063004 +109,4003,3,301,1000,290109111,223063004 +109,4004,3,301,1000,290109112,223063004 +109,4005,3,301,1000,290109113,223063004 +109,4006,3,301,1000,290109114,223063004 +109,4007,3,301,1000,290109115,223063004 +109,4008,3,301,1000,290109116,223063004 +109,4009,3,301,1000,290109117,223063004 +109,1001,4,1001,30000,290109118,223063004 +109,1002,4,1001,30000,290109119,223063004 +109,1003,4,1001,30000,290109120,223063004 +109,1004,4,1001,30000,290109121,223063004 +109,1005,4,1001,30000,290109122,223063004 +109,1006,4,1001,30000,290109123,223063004 +109,1007,4,1001,30000,290109124,223063004 +109,1008,4,1001,30000,290109125,223063004 +109,1009,4,1001,30000,290109126,223063004 +109,2001,4,1001,30000,290109127,223063004 +109,2002,4,1001,30000,290109128,223063004 +109,2003,4,1001,30000,290109129,223063004 +109,2004,4,1001,30000,290109130,223063004 +109,2005,4,1001,30000,290109131,223063004 +109,2006,4,1001,30000,290109132,223063004 +109,2007,4,1001,30000,290109133,223063004 +109,2008,4,1001,30000,290109134,223063004 +109,2009,4,1001,30000,290109135,223063004 +109,3001,4,1001,30000,290109136,223063004 +109,3002,4,1001,30000,290109137,223063004 +109,3003,4,1001,30000,290109138,223063004 +109,3004,4,1001,30000,290109139,223063004 +109,3005,4,1001,30000,290109140,223063004 +109,3006,4,1001,30000,290109141,223063004 +109,3007,4,1001,30000,290109142,223063004 +109,3008,4,1001,30000,290109143,223063004 +109,3009,4,1001,30000,290109144,223063004 +109,3010,4,1001,30000,290109145,223063004 +109,3011,4,1001,30000,290109146,223063004 +109,3012,4,1001,30000,290109147,223063004 +109,4001,4,1001,30000,290109148,223063004 +109,4002,4,1001,30000,290109149,223063004 +109,4003,4,1001,30000,290109150,223063004 +109,4004,4,1001,30000,290109151,223063004 +109,4005,4,1001,30000,290109152,223063004 +109,4006,4,1001,30000,290109153,223063004 +109,4007,4,1001,30000,290109154,223063004 +109,4008,4,1001,30000,290109155,223063004 +109,4009,4,1001,30000,290109156,223063004 +113,1001,1,1,100,290113001,223073104 +113,1002,1,1,100,290113002,223073104 +113,1003,1,1,100,290113003,223073104 +113,1004,1,1,100,290113004,223073104 +113,1005,1,1,100,290113005,223073104 +113,1006,1,1,100,290113006,223073104 +113,1007,1,1,100,290113007,223073104 +113,1008,1,1,100,290113008,223073104 +113,1009,1,1,100,290113009,223073104 +113,2001,1,1,100,290113010,223073104 +113,2002,1,1,100,290113011,223073104 +113,2003,1,1,100,290113012,223073104 +113,2004,1,1,100,290113013,223073104 +113,2005,1,1,100,290113014,223073104 +113,2006,1,1,100,290113015,223073104 +113,2007,1,1,100,290113016,223073104 +113,2008,1,1,100,290113017,223073104 +113,2009,1,1,100,290113018,223073104 +113,3001,1,1,100,290113019,223073104 +113,3002,1,1,100,290113020,223073104 +113,3003,1,1,100,290113021,223073104 +113,3004,1,1,100,290113022,223073104 +113,3005,1,1,100,290113023,223073104 +113,3006,1,1,100,290113024,223073104 +113,3007,1,1,100,290113025,223073104 +113,3008,1,1,100,290113026,223073104 +113,3009,1,1,100,290113027,223073104 +113,3010,1,1,100,290113028,223073104 +113,3011,1,1,100,290113029,223073104 +113,3012,1,1,100,290113030,223073104 +113,4001,1,1,100,290113031,223073104 +113,4002,1,1,100,290113032,223073104 +113,4003,1,1,100,290113033,223073104 +113,4004,1,1,100,290113034,223073104 +113,4005,1,1,100,290113035,223073104 +113,4006,1,1,100,290113036,223073104 +113,4007,1,1,100,290113037,223073104 +113,4008,1,1,100,290113038,223073104 +113,4009,1,1,100,290113039,223073104 +113,1001,2,101,300,290113040,223073104 +113,1002,2,101,300,290113041,223073104 +113,1003,2,101,300,290113042,223073104 +113,1004,2,101,300,290113043,223073104 +113,1005,2,101,300,290113044,223073104 +113,1006,2,101,300,290113045,223073104 +113,1007,2,101,300,290113046,223073104 +113,1008,2,101,300,290113047,223073104 +113,1009,2,101,300,290113048,223073104 +113,2001,2,101,300,290113049,223073104 +113,2002,2,101,300,290113050,223073104 +113,2003,2,101,300,290113051,223073104 +113,2004,2,101,300,290113052,223073104 +113,2005,2,101,300,290113053,223073104 +113,2006,2,101,300,290113054,223073104 +113,2007,2,101,300,290113055,223073104 +113,2008,2,101,300,290113056,223073104 +113,2009,2,101,300,290113057,223073104 +113,3001,2,101,300,290113058,223073104 +113,3002,2,101,300,290113059,223073104 +113,3003,2,101,300,290113060,223073104 +113,3004,2,101,300,290113061,223073104 +113,3005,2,101,300,290113062,223073104 +113,3006,2,101,300,290113063,223073104 +113,3007,2,101,300,290113064,223073104 +113,3008,2,101,300,290113065,223073104 +113,3009,2,101,300,290113066,223073104 +113,3010,2,101,300,290113067,223073104 +113,3011,2,101,300,290113068,223073104 +113,3012,2,101,300,290113069,223073104 +113,4001,2,101,300,290113070,223073104 +113,4002,2,101,300,290113071,223073104 +113,4003,2,101,300,290113072,223073104 +113,4004,2,101,300,290113073,223073104 +113,4005,2,101,300,290113074,223073104 +113,4006,2,101,300,290113075,223073104 +113,4007,2,101,300,290113076,223073104 +113,4008,2,101,300,290113077,223073104 +113,4009,2,101,300,290113078,223073104 +113,1001,3,301,1000,290113079,223073104 +113,1002,3,301,1000,290113080,223073104 +113,1003,3,301,1000,290113081,223073104 +113,1004,3,301,1000,290113082,223073104 +113,1005,3,301,1000,290113083,223073104 +113,1006,3,301,1000,290113084,223073104 +113,1007,3,301,1000,290113085,223073104 +113,1008,3,301,1000,290113086,223073104 +113,1009,3,301,1000,290113087,223073104 +113,2001,3,301,1000,290113088,223073104 +113,2002,3,301,1000,290113089,223073104 +113,2003,3,301,1000,290113090,223073104 +113,2004,3,301,1000,290113091,223073104 +113,2005,3,301,1000,290113092,223073104 +113,2006,3,301,1000,290113093,223073104 +113,2007,3,301,1000,290113094,223073104 +113,2008,3,301,1000,290113095,223073104 +113,2009,3,301,1000,290113096,223073104 +113,3001,3,301,1000,290113097,223073104 +113,3002,3,301,1000,290113098,223073104 +113,3003,3,301,1000,290113099,223073104 +113,3004,3,301,1000,290113100,223073104 +113,3005,3,301,1000,290113101,223073104 +113,3006,3,301,1000,290113102,223073104 +113,3007,3,301,1000,290113103,223073104 +113,3008,3,301,1000,290113104,223073104 +113,3009,3,301,1000,290113105,223073104 +113,3010,3,301,1000,290113106,223073104 +113,3011,3,301,1000,290113107,223073104 +113,3012,3,301,1000,290113108,223073104 +113,4001,3,301,1000,290113109,223073104 +113,4002,3,301,1000,290113110,223073104 +113,4003,3,301,1000,290113111,223073104 +113,4004,3,301,1000,290113112,223073104 +113,4005,3,301,1000,290113113,223073104 +113,4006,3,301,1000,290113114,223073104 +113,4007,3,301,1000,290113115,223073104 +113,4008,3,301,1000,290113116,223073104 +113,4009,3,301,1000,290113117,223073104 +113,1001,4,1001,30000,290113118,223073104 +113,1002,4,1001,30000,290113119,223073104 +113,1003,4,1001,30000,290113120,223073104 +113,1004,4,1001,30000,290113121,223073104 +113,1005,4,1001,30000,290113122,223073104 +113,1006,4,1001,30000,290113123,223073104 +113,1007,4,1001,30000,290113124,223073104 +113,1008,4,1001,30000,290113125,223073104 +113,1009,4,1001,30000,290113126,223073104 +113,2001,4,1001,30000,290113127,223073104 +113,2002,4,1001,30000,290113128,223073104 +113,2003,4,1001,30000,290113129,223073104 +113,2004,4,1001,30000,290113130,223073104 +113,2005,4,1001,30000,290113131,223073104 +113,2006,4,1001,30000,290113132,223073104 +113,2007,4,1001,30000,290113133,223073104 +113,2008,4,1001,30000,290113134,223073104 +113,2009,4,1001,30000,290113135,223073104 +113,3001,4,1001,30000,290113136,223073104 +113,3002,4,1001,30000,290113137,223073104 +113,3003,4,1001,30000,290113138,223073104 +113,3004,4,1001,30000,290113139,223073104 +113,3005,4,1001,30000,290113140,223073104 +113,3006,4,1001,30000,290113141,223073104 +113,3007,4,1001,30000,290113142,223073104 +113,3008,4,1001,30000,290113143,223073104 +113,3009,4,1001,30000,290113144,223073104 +113,3010,4,1001,30000,290113145,223073104 +113,3011,4,1001,30000,290113146,223073104 +113,3012,4,1001,30000,290113147,223073104 +113,4001,4,1001,30000,290113148,223073104 +113,4002,4,1001,30000,290113149,223073104 +113,4003,4,1001,30000,290113150,223073104 +113,4004,4,1001,30000,290113151,223073104 +113,4005,4,1001,30000,290113152,223073104 +113,4006,4,1001,30000,290113153,223073104 +113,4007,4,1001,30000,290113154,223073104 +113,4008,4,1001,30000,290113155,223073104 +113,4009,4,1001,30000,290113156,223073104 +117,1001,1,1,100,290117001,223083104 +117,1002,1,1,100,290117002,223083104 +117,1003,1,1,100,290117003,223083104 +117,1004,1,1,100,290117004,223083104 +117,1005,1,1,100,290117005,223083104 +117,1006,1,1,100,290117006,223083104 +117,1007,1,1,100,290117007,223083104 +117,1008,1,1,100,290117008,223083104 +117,1009,1,1,100,290117009,223083104 +117,2001,1,1,100,290117010,223083104 +117,2002,1,1,100,290117011,223083104 +117,2003,1,1,100,290117012,223083104 +117,2004,1,1,100,290117013,223083104 +117,2005,1,1,100,290117014,223083104 +117,2006,1,1,100,290117015,223083104 +117,2007,1,1,100,290117016,223083104 +117,2008,1,1,100,290117017,223083104 +117,2009,1,1,100,290117018,223083104 +117,3001,1,1,100,290117019,223083104 +117,3002,1,1,100,290117020,223083104 +117,3003,1,1,100,290117021,223083104 +117,3004,1,1,100,290117022,223083104 +117,3005,1,1,100,290117023,223083104 +117,3006,1,1,100,290117024,223083104 +117,3007,1,1,100,290117025,223083104 +117,3008,1,1,100,290117026,223083104 +117,3009,1,1,100,290117027,223083104 +117,3010,1,1,100,290117028,223083104 +117,3011,1,1,100,290117029,223083104 +117,3012,1,1,100,290117030,223083104 +117,4001,1,1,100,290117031,223083104 +117,4002,1,1,100,290117032,223083104 +117,4003,1,1,100,290117033,223083104 +117,4004,1,1,100,290117034,223083104 +117,4005,1,1,100,290117035,223083104 +117,4006,1,1,100,290117036,223083104 +117,4007,1,1,100,290117037,223083104 +117,4008,1,1,100,290117038,223083104 +117,4009,1,1,100,290117039,223083104 +117,1001,2,101,300,290117040,223083104 +117,1002,2,101,300,290117041,223083104 +117,1003,2,101,300,290117042,223083104 +117,1004,2,101,300,290117043,223083104 +117,1005,2,101,300,290117044,223083104 +117,1006,2,101,300,290117045,223083104 +117,1007,2,101,300,290117046,223083104 +117,1008,2,101,300,290117047,223083104 +117,1009,2,101,300,290117048,223083104 +117,2001,2,101,300,290117049,223083104 +117,2002,2,101,300,290117050,223083104 +117,2003,2,101,300,290117051,223083104 +117,2004,2,101,300,290117052,223083104 +117,2005,2,101,300,290117053,223083104 +117,2006,2,101,300,290117054,223083104 +117,2007,2,101,300,290117055,223083104 +117,2008,2,101,300,290117056,223083104 +117,2009,2,101,300,290117057,223083104 +117,3001,2,101,300,290117058,223083104 +117,3002,2,101,300,290117059,223083104 +117,3003,2,101,300,290117060,223083104 +117,3004,2,101,300,290117061,223083104 +117,3005,2,101,300,290117062,223083104 +117,3006,2,101,300,290117063,223083104 +117,3007,2,101,300,290117064,223083104 +117,3008,2,101,300,290117065,223083104 +117,3009,2,101,300,290117066,223083104 +117,3010,2,101,300,290117067,223083104 +117,3011,2,101,300,290117068,223083104 +117,3012,2,101,300,290117069,223083104 +117,4001,2,101,300,290117070,223083104 +117,4002,2,101,300,290117071,223083104 +117,4003,2,101,300,290117072,223083104 +117,4004,2,101,300,290117073,223083104 +117,4005,2,101,300,290117074,223083104 +117,4006,2,101,300,290117075,223083104 +117,4007,2,101,300,290117076,223083104 +117,4008,2,101,300,290117077,223083104 +117,4009,2,101,300,290117078,223083104 +117,1001,3,301,1000,290117079,223083104 +117,1002,3,301,1000,290117080,223083104 +117,1003,3,301,1000,290117081,223083104 +117,1004,3,301,1000,290117082,223083104 +117,1005,3,301,1000,290117083,223083104 +117,1006,3,301,1000,290117084,223083104 +117,1007,3,301,1000,290117085,223083104 +117,1008,3,301,1000,290117086,223083104 +117,1009,3,301,1000,290117087,223083104 +117,2001,3,301,1000,290117088,223083104 +117,2002,3,301,1000,290117089,223083104 +117,2003,3,301,1000,290117090,223083104 +117,2004,3,301,1000,290117091,223083104 +117,2005,3,301,1000,290117092,223083104 +117,2006,3,301,1000,290117093,223083104 +117,2007,3,301,1000,290117094,223083104 +117,2008,3,301,1000,290117095,223083104 +117,2009,3,301,1000,290117096,223083104 +117,3001,3,301,1000,290117097,223083104 +117,3002,3,301,1000,290117098,223083104 +117,3003,3,301,1000,290117099,223083104 +117,3004,3,301,1000,290117100,223083104 +117,3005,3,301,1000,290117101,223083104 +117,3006,3,301,1000,290117102,223083104 +117,3007,3,301,1000,290117103,223083104 +117,3008,3,301,1000,290117104,223083104 +117,3009,3,301,1000,290117105,223083104 +117,3010,3,301,1000,290117106,223083104 +117,3011,3,301,1000,290117107,223083104 +117,3012,3,301,1000,290117108,223083104 +117,4001,3,301,1000,290117109,223083104 +117,4002,3,301,1000,290117110,223083104 +117,4003,3,301,1000,290117111,223083104 +117,4004,3,301,1000,290117112,223083104 +117,4005,3,301,1000,290117113,223083104 +117,4006,3,301,1000,290117114,223083104 +117,4007,3,301,1000,290117115,223083104 +117,4008,3,301,1000,290117116,223083104 +117,4009,3,301,1000,290117117,223083104 +117,1001,4,1001,30000,290117118,223083104 +117,1002,4,1001,30000,290117119,223083104 +117,1003,4,1001,30000,290117120,223083104 +117,1004,4,1001,30000,290117121,223083104 +117,1005,4,1001,30000,290117122,223083104 +117,1006,4,1001,30000,290117123,223083104 +117,1007,4,1001,30000,290117124,223083104 +117,1008,4,1001,30000,290117125,223083104 +117,1009,4,1001,30000,290117126,223083104 +117,2001,4,1001,30000,290117127,223083104 +117,2002,4,1001,30000,290117128,223083104 +117,2003,4,1001,30000,290117129,223083104 +117,2004,4,1001,30000,290117130,223083104 +117,2005,4,1001,30000,290117131,223083104 +117,2006,4,1001,30000,290117132,223083104 +117,2007,4,1001,30000,290117133,223083104 +117,2008,4,1001,30000,290117134,223083104 +117,2009,4,1001,30000,290117135,223083104 +117,3001,4,1001,30000,290117136,223083104 +117,3002,4,1001,30000,290117137,223083104 +117,3003,4,1001,30000,290117138,223083104 +117,3004,4,1001,30000,290117139,223083104 +117,3005,4,1001,30000,290117140,223083104 +117,3006,4,1001,30000,290117141,223083104 +117,3007,4,1001,30000,290117142,223083104 +117,3008,4,1001,30000,290117143,223083104 +117,3009,4,1001,30000,290117144,223083104 +117,3010,4,1001,30000,290117145,223083104 +117,3011,4,1001,30000,290117146,223083104 +117,3012,4,1001,30000,290117147,223083104 +117,4001,4,1001,30000,290117148,223083104 +117,4002,4,1001,30000,290117149,223083104 +117,4003,4,1001,30000,290117150,223083104 +117,4004,4,1001,30000,290117151,223083104 +117,4005,4,1001,30000,290117152,223083104 +117,4006,4,1001,30000,290117153,223083104 +117,4007,4,1001,30000,290117154,223083104 +117,4008,4,1001,30000,290117155,223083104 +117,4009,4,1001,30000,290117156,223083104 +121,1001,1,1,100,290121001,223093004 +121,1002,1,1,100,290121002,223093004 +121,1003,1,1,100,290121003,223093004 +121,1004,1,1,100,290121004,223093004 +121,1005,1,1,100,290121005,223093004 +121,1006,1,1,100,290121006,223093004 +121,1007,1,1,100,290121007,223093004 +121,1008,1,1,100,290121008,223093004 +121,1009,1,1,100,290121009,223093004 +121,2001,1,1,100,290121010,223093004 +121,2002,1,1,100,290121011,223093004 +121,2003,1,1,100,290121012,223093004 +121,2004,1,1,100,290121013,223093004 +121,2005,1,1,100,290121014,223093004 +121,2006,1,1,100,290121015,223093004 +121,2007,1,1,100,290121016,223093004 +121,2008,1,1,100,290121017,223093004 +121,2009,1,1,100,290121018,223093004 +121,3001,1,1,100,290121019,223093004 +121,3002,1,1,100,290121020,223093004 +121,3003,1,1,100,290121021,223093004 +121,3004,1,1,100,290121022,223093004 +121,3005,1,1,100,290121023,223093004 +121,3006,1,1,100,290121024,223093004 +121,3007,1,1,100,290121025,223093004 +121,3008,1,1,100,290121026,223093004 +121,3009,1,1,100,290121027,223093004 +121,3010,1,1,100,290121028,223093004 +121,3011,1,1,100,290121029,223093004 +121,3012,1,1,100,290121030,223093004 +121,4001,1,1,100,290121031,223093004 +121,4002,1,1,100,290121032,223093004 +121,4003,1,1,100,290121033,223093004 +121,4004,1,1,100,290121034,223093004 +121,4005,1,1,100,290121035,223093004 +121,4006,1,1,100,290121036,223093004 +121,4007,1,1,100,290121037,223093004 +121,4008,1,1,100,290121038,223093004 +121,4009,1,1,100,290121039,223093004 +121,1001,2,101,300,290121040,223093004 +121,1002,2,101,300,290121041,223093004 +121,1003,2,101,300,290121042,223093004 +121,1004,2,101,300,290121043,223093004 +121,1005,2,101,300,290121044,223093004 +121,1006,2,101,300,290121045,223093004 +121,1007,2,101,300,290121046,223093004 +121,1008,2,101,300,290121047,223093004 +121,1009,2,101,300,290121048,223093004 +121,2001,2,101,300,290121049,223093004 +121,2002,2,101,300,290121050,223093004 +121,2003,2,101,300,290121051,223093004 +121,2004,2,101,300,290121052,223093004 +121,2005,2,101,300,290121053,223093004 +121,2006,2,101,300,290121054,223093004 +121,2007,2,101,300,290121055,223093004 +121,2008,2,101,300,290121056,223093004 +121,2009,2,101,300,290121057,223093004 +121,3001,2,101,300,290121058,223093004 +121,3002,2,101,300,290121059,223093004 +121,3003,2,101,300,290121060,223093004 +121,3004,2,101,300,290121061,223093004 +121,3005,2,101,300,290121062,223093004 +121,3006,2,101,300,290121063,223093004 +121,3007,2,101,300,290121064,223093004 +121,3008,2,101,300,290121065,223093004 +121,3009,2,101,300,290121066,223093004 +121,3010,2,101,300,290121067,223093004 +121,3011,2,101,300,290121068,223093004 +121,3012,2,101,300,290121069,223093004 +121,4001,2,101,300,290121070,223093004 +121,4002,2,101,300,290121071,223093004 +121,4003,2,101,300,290121072,223093004 +121,4004,2,101,300,290121073,223093004 +121,4005,2,101,300,290121074,223093004 +121,4006,2,101,300,290121075,223093004 +121,4007,2,101,300,290121076,223093004 +121,4008,2,101,300,290121077,223093004 +121,4009,2,101,300,290121078,223093004 +121,1001,3,301,1000,290121079,223093004 +121,1002,3,301,1000,290121080,223093004 +121,1003,3,301,1000,290121081,223093004 +121,1004,3,301,1000,290121082,223093004 +121,1005,3,301,1000,290121083,223093004 +121,1006,3,301,1000,290121084,223093004 +121,1007,3,301,1000,290121085,223093004 +121,1008,3,301,1000,290121086,223093004 +121,1009,3,301,1000,290121087,223093004 +121,2001,3,301,1000,290121088,223093004 +121,2002,3,301,1000,290121089,223093004 +121,2003,3,301,1000,290121090,223093004 +121,2004,3,301,1000,290121091,223093004 +121,2005,3,301,1000,290121092,223093004 +121,2006,3,301,1000,290121093,223093004 +121,2007,3,301,1000,290121094,223093004 +121,2008,3,301,1000,290121095,223093004 +121,2009,3,301,1000,290121096,223093004 +121,3001,3,301,1000,290121097,223093004 +121,3002,3,301,1000,290121098,223093004 +121,3003,3,301,1000,290121099,223093004 +121,3004,3,301,1000,290121100,223093004 +121,3005,3,301,1000,290121101,223093004 +121,3006,3,301,1000,290121102,223093004 +121,3007,3,301,1000,290121103,223093004 +121,3008,3,301,1000,290121104,223093004 +121,3009,3,301,1000,290121105,223093004 +121,3010,3,301,1000,290121106,223093004 +121,3011,3,301,1000,290121107,223093004 +121,3012,3,301,1000,290121108,223093004 +121,4001,3,301,1000,290121109,223093004 +121,4002,3,301,1000,290121110,223093004 +121,4003,3,301,1000,290121111,223093004 +121,4004,3,301,1000,290121112,223093004 +121,4005,3,301,1000,290121113,223093004 +121,4006,3,301,1000,290121114,223093004 +121,4007,3,301,1000,290121115,223093004 +121,4008,3,301,1000,290121116,223093004 +121,4009,3,301,1000,290121117,223093004 +121,1001,4,1001,30000,290121118,223093004 +121,1002,4,1001,30000,290121119,223093004 +121,1003,4,1001,30000,290121120,223093004 +121,1004,4,1001,30000,290121121,223093004 +121,1005,4,1001,30000,290121122,223093004 +121,1006,4,1001,30000,290121123,223093004 +121,1007,4,1001,30000,290121124,223093004 +121,1008,4,1001,30000,290121125,223093004 +121,1009,4,1001,30000,290121126,223093004 +121,2001,4,1001,30000,290121127,223093004 +121,2002,4,1001,30000,290121128,223093004 +121,2003,4,1001,30000,290121129,223093004 +121,2004,4,1001,30000,290121130,223093004 +121,2005,4,1001,30000,290121131,223093004 +121,2006,4,1001,30000,290121132,223093004 +121,2007,4,1001,30000,290121133,223093004 +121,2008,4,1001,30000,290121134,223093004 +121,2009,4,1001,30000,290121135,223093004 +121,3001,4,1001,30000,290121136,223093004 +121,3002,4,1001,30000,290121137,223093004 +121,3003,4,1001,30000,290121138,223093004 +121,3004,4,1001,30000,290121139,223093004 +121,3005,4,1001,30000,290121140,223093004 +121,3006,4,1001,30000,290121141,223093004 +121,3007,4,1001,30000,290121142,223093004 +121,3008,4,1001,30000,290121143,223093004 +121,3009,4,1001,30000,290121144,223093004 +121,3010,4,1001,30000,290121145,223093004 +121,3011,4,1001,30000,290121146,223093004 +121,3012,4,1001,30000,290121147,223093004 +121,4001,4,1001,30000,290121148,223093004 +121,4002,4,1001,30000,290121149,223093004 +121,4003,4,1001,30000,290121150,223093004 +121,4004,4,1001,30000,290121151,223093004 +121,4005,4,1001,30000,290121152,223093004 +121,4006,4,1001,30000,290121153,223093004 +121,4007,4,1001,30000,290121154,223093004 +121,4008,4,1001,30000,290121155,223093004 +121,4009,4,1001,30000,290121156,223093004 +123,1001,1,1,1,290123001,223101508 +123,1002,1,1,1,290123002,223101508 +123,1003,1,1,1,290123003,223101508 +123,1004,1,1,1,290123004,223101508 +123,1005,1,1,1,290123005,223101508 +123,1006,1,1,1,290123006,223101508 +123,1007,1,1,1,290123007,223101508 +123,1008,1,1,1,290123008,223101508 +123,1009,1,1,1,290123009,223101508 +123,2001,1,1,1,290123010,223101508 +123,2002,1,1,1,290123011,223101508 +123,2003,1,1,1,290123012,223101508 +123,2004,1,1,1,290123013,223101508 +123,2005,1,1,1,290123014,223101508 +123,2006,1,1,1,290123015,223101508 +123,2007,1,1,1,290123016,223101508 +123,2008,1,1,1,290123017,223101508 +123,2009,1,1,1,290123018,223101508 +123,3001,1,1,1,290123019,223101508 +123,3002,1,1,1,290123020,223101508 +123,3003,1,1,1,290123021,223101508 +123,3004,1,1,1,290123022,223101508 +123,3005,1,1,1,290123023,223101508 +123,3006,1,1,1,290123024,223101508 +123,3007,1,1,1,290123025,223101508 +123,3008,1,1,1,290123026,223101508 +123,3009,1,1,1,290123027,223101508 +123,3010,1,1,1,290123028,223101508 +123,3011,1,1,1,290123029,223101508 +123,3012,1,1,1,290123030,223101508 +123,4001,1,1,1,290123031,223101508 +123,4002,1,1,1,290123032,223101508 +123,4003,1,1,1,290123033,223101508 +123,4004,1,1,1,290123034,223101508 +123,4005,1,1,1,290123035,223101508 +123,4006,1,1,1,290123036,223101508 +123,4007,1,1,1,290123037,223101508 +123,4008,1,1,1,290123038,223101508 +123,4009,1,1,1,290123039,223101508 +123,1001,2,2,2,290123040,223101508 +123,1002,2,2,2,290123041,223101508 +123,1003,2,2,2,290123042,223101508 +123,1004,2,2,2,290123043,223101508 +123,1005,2,2,2,290123044,223101508 +123,1006,2,2,2,290123045,223101508 +123,1007,2,2,2,290123046,223101508 +123,1008,2,2,2,290123047,223101508 +123,1009,2,2,2,290123048,223101508 +123,2001,2,2,2,290123049,223101508 +123,2002,2,2,2,290123050,223101508 +123,2003,2,2,2,290123051,223101508 +123,2004,2,2,2,290123052,223101508 +123,2005,2,2,2,290123053,223101508 +123,2006,2,2,2,290123054,223101508 +123,2007,2,2,2,290123055,223101508 +123,2008,2,2,2,290123056,223101508 +123,2009,2,2,2,290123057,223101508 +123,3001,2,2,2,290123058,223101508 +123,3002,2,2,2,290123059,223101508 +123,3003,2,2,2,290123060,223101508 +123,3004,2,2,2,290123061,223101508 +123,3005,2,2,2,290123062,223101508 +123,3006,2,2,2,290123063,223101508 +123,3007,2,2,2,290123064,223101508 +123,3008,2,2,2,290123065,223101508 +123,3009,2,2,2,290123066,223101508 +123,3010,2,2,2,290123067,223101508 +123,3011,2,2,2,290123068,223101508 +123,3012,2,2,2,290123069,223101508 +123,4001,2,2,2,290123070,223101508 +123,4002,2,2,2,290123071,223101508 +123,4003,2,2,2,290123072,223101508 +123,4004,2,2,2,290123073,223101508 +123,4005,2,2,2,290123074,223101508 +123,4006,2,2,2,290123075,223101508 +123,4007,2,2,2,290123076,223101508 +123,4008,2,2,2,290123077,223101508 +123,4009,2,2,2,290123078,223101508 +123,1001,3,3,3,290123079,223101508 +123,1002,3,3,3,290123080,223101508 +123,1003,3,3,3,290123081,223101508 +123,1004,3,3,3,290123082,223101508 +123,1005,3,3,3,290123083,223101508 +123,1006,3,3,3,290123084,223101508 +123,1007,3,3,3,290123085,223101508 +123,1008,3,3,3,290123086,223101508 +123,1009,3,3,3,290123087,223101508 +123,2001,3,3,3,290123088,223101508 +123,2002,3,3,3,290123089,223101508 +123,2003,3,3,3,290123090,223101508 +123,2004,3,3,3,290123091,223101508 +123,2005,3,3,3,290123092,223101508 +123,2006,3,3,3,290123093,223101508 +123,2007,3,3,3,290123094,223101508 +123,2008,3,3,3,290123095,223101508 +123,2009,3,3,3,290123096,223101508 +123,3001,3,3,3,290123097,223101508 +123,3002,3,3,3,290123098,223101508 +123,3003,3,3,3,290123099,223101508 +123,3004,3,3,3,290123100,223101508 +123,3005,3,3,3,290123101,223101508 +123,3006,3,3,3,290123102,223101508 +123,3007,3,3,3,290123103,223101508 +123,3008,3,3,3,290123104,223101508 +123,3009,3,3,3,290123105,223101508 +123,3010,3,3,3,290123106,223101508 +123,3011,3,3,3,290123107,223101508 +123,3012,3,3,3,290123108,223101508 +123,4001,3,3,3,290123109,223101508 +123,4002,3,3,3,290123110,223101508 +123,4003,3,3,3,290123111,223101508 +123,4004,3,3,3,290123112,223101508 +123,4005,3,3,3,290123113,223101508 +123,4006,3,3,3,290123114,223101508 +123,4007,3,3,3,290123115,223101508 +123,4008,3,3,3,290123116,223101508 +123,4009,3,3,3,290123117,223101508 +123,1001,4,4,10,290123118,223101508 +123,1002,4,4,10,290123119,223101508 +123,1003,4,4,10,290123120,223101508 +123,1004,4,4,10,290123121,223101508 +123,1005,4,4,10,290123122,223101508 +123,1006,4,4,10,290123123,223101508 +123,1007,4,4,10,290123124,223101508 +123,1008,4,4,10,290123125,223101508 +123,1009,4,4,10,290123126,223101508 +123,2001,4,4,10,290123127,223101508 +123,2002,4,4,10,290123128,223101508 +123,2003,4,4,10,290123129,223101508 +123,2004,4,4,10,290123130,223101508 +123,2005,4,4,10,290123131,223101508 +123,2006,4,4,10,290123132,223101508 +123,2007,4,4,10,290123133,223101508 +123,2008,4,4,10,290123134,223101508 +123,2009,4,4,10,290123135,223101508 +123,3001,4,4,10,290123136,223101508 +123,3002,4,4,10,290123137,223101508 +123,3003,4,4,10,290123138,223101508 +123,3004,4,4,10,290123139,223101508 +123,3005,4,4,10,290123140,223101508 +123,3006,4,4,10,290123141,223101508 +123,3007,4,4,10,290123142,223101508 +123,3008,4,4,10,290123143,223101508 +123,3009,4,4,10,290123144,223101508 +123,3010,4,4,10,290123145,223101508 +123,3011,4,4,10,290123146,223101508 +123,3012,4,4,10,290123147,223101508 +123,4001,4,4,10,290123148,223101508 +123,4002,4,4,10,290123149,223101508 +123,4003,4,4,10,290123150,223101508 +123,4004,4,4,10,290123151,223101508 +123,4005,4,4,10,290123152,223101508 +123,4006,4,4,10,290123153,223101508 +123,4007,4,4,10,290123154,223101508 +123,4008,4,4,10,290123155,223101508 +123,4009,4,4,10,290123156,223101508 +123,1001,5,11,100,290123157,223101508 +123,1002,5,11,100,290123158,223101508 +123,1003,5,11,100,290123159,223101508 +123,1004,5,11,100,290123160,223101508 +123,1005,5,11,100,290123161,223101508 +123,1006,5,11,100,290123162,223101508 +123,1007,5,11,100,290123163,223101508 +123,1008,5,11,100,290123164,223101508 +123,1009,5,11,100,290123165,223101508 +123,2001,5,11,100,290123166,223101508 +123,2002,5,11,100,290123167,223101508 +123,2003,5,11,100,290123168,223101508 +123,2004,5,11,100,290123169,223101508 +123,2005,5,11,100,290123170,223101508 +123,2006,5,11,100,290123171,223101508 +123,2007,5,11,100,290123172,223101508 +123,2008,5,11,100,290123173,223101508 +123,2009,5,11,100,290123174,223101508 +123,3001,5,11,100,290123175,223101508 +123,3002,5,11,100,290123176,223101508 +123,3003,5,11,100,290123177,223101508 +123,3004,5,11,100,290123178,223101508 +123,3005,5,11,100,290123179,223101508 +123,3006,5,11,100,290123180,223101508 +123,3007,5,11,100,290123181,223101508 +123,3008,5,11,100,290123182,223101508 +123,3009,5,11,100,290123183,223101508 +123,3010,5,11,100,290123184,223101508 +123,3011,5,11,100,290123185,223101508 +123,3012,5,11,100,290123186,223101508 +123,4001,5,11,100,290123187,223101508 +123,4002,5,11,100,290123188,223101508 +123,4003,5,11,100,290123189,223101508 +123,4004,5,11,100,290123190,223101508 +123,4005,5,11,100,290123191,223101508 +123,4006,5,11,100,290123192,223101508 +123,4007,5,11,100,290123193,223101508 +123,4008,5,11,100,290123194,223101508 +123,4009,5,11,100,290123195,223101508 +123,1001,6,101,300,290123196,223101508 +123,1002,6,101,300,290123197,223101508 +123,1003,6,101,300,290123198,223101508 +123,1004,6,101,300,290123199,223101508 +123,1005,6,101,300,290123200,223101508 +123,1006,6,101,300,290123201,223101508 +123,1007,6,101,300,290123202,223101508 +123,1008,6,101,300,290123203,223101508 +123,1009,6,101,300,290123204,223101508 +123,2001,6,101,300,290123205,223101508 +123,2002,6,101,300,290123206,223101508 +123,2003,6,101,300,290123207,223101508 +123,2004,6,101,300,290123208,223101508 +123,2005,6,101,300,290123209,223101508 +123,2006,6,101,300,290123210,223101508 +123,2007,6,101,300,290123211,223101508 +123,2008,6,101,300,290123212,223101508 +123,2009,6,101,300,290123213,223101508 +123,3001,6,101,300,290123214,223101508 +123,3002,6,101,300,290123215,223101508 +123,3003,6,101,300,290123216,223101508 +123,3004,6,101,300,290123217,223101508 +123,3005,6,101,300,290123218,223101508 +123,3006,6,101,300,290123219,223101508 +123,3007,6,101,300,290123220,223101508 +123,3008,6,101,300,290123221,223101508 +123,3009,6,101,300,290123222,223101508 +123,3010,6,101,300,290123223,223101508 +123,3011,6,101,300,290123224,223101508 +123,3012,6,101,300,290123225,223101508 +123,4001,6,101,300,290123226,223101508 +123,4002,6,101,300,290123227,223101508 +123,4003,6,101,300,290123228,223101508 +123,4004,6,101,300,290123229,223101508 +123,4005,6,101,300,290123230,223101508 +123,4006,6,101,300,290123231,223101508 +123,4007,6,101,300,290123232,223101508 +123,4008,6,101,300,290123233,223101508 +123,4009,6,101,300,290123234,223101508 +123,1001,7,301,1000,290123235,223101508 +123,1002,7,301,1000,290123236,223101508 +123,1003,7,301,1000,290123237,223101508 +123,1004,7,301,1000,290123238,223101508 +123,1005,7,301,1000,290123239,223101508 +123,1006,7,301,1000,290123240,223101508 +123,1007,7,301,1000,290123241,223101508 +123,1008,7,301,1000,290123242,223101508 +123,1009,7,301,1000,290123243,223101508 +123,2001,7,301,1000,290123244,223101508 +123,2002,7,301,1000,290123245,223101508 +123,2003,7,301,1000,290123246,223101508 +123,2004,7,301,1000,290123247,223101508 +123,2005,7,301,1000,290123248,223101508 +123,2006,7,301,1000,290123249,223101508 +123,2007,7,301,1000,290123250,223101508 +123,2008,7,301,1000,290123251,223101508 +123,2009,7,301,1000,290123252,223101508 +123,3001,7,301,1000,290123253,223101508 +123,3002,7,301,1000,290123254,223101508 +123,3003,7,301,1000,290123255,223101508 +123,3004,7,301,1000,290123256,223101508 +123,3005,7,301,1000,290123257,223101508 +123,3006,7,301,1000,290123258,223101508 +123,3007,7,301,1000,290123259,223101508 +123,3008,7,301,1000,290123260,223101508 +123,3009,7,301,1000,290123261,223101508 +123,3010,7,301,1000,290123262,223101508 +123,3011,7,301,1000,290123263,223101508 +123,3012,7,301,1000,290123264,223101508 +123,4001,7,301,1000,290123265,223101508 +123,4002,7,301,1000,290123266,223101508 +123,4003,7,301,1000,290123267,223101508 +123,4004,7,301,1000,290123268,223101508 +123,4005,7,301,1000,290123269,223101508 +123,4006,7,301,1000,290123270,223101508 +123,4007,7,301,1000,290123271,223101508 +123,4008,7,301,1000,290123272,223101508 +123,4009,7,301,1000,290123273,223101508 +123,1001,8,1001,30000,290123274,223101508 +123,1002,8,1001,30000,290123275,223101508 +123,1003,8,1001,30000,290123276,223101508 +123,1004,8,1001,30000,290123277,223101508 +123,1005,8,1001,30000,290123278,223101508 +123,1006,8,1001,30000,290123279,223101508 +123,1007,8,1001,30000,290123280,223101508 +123,1008,8,1001,30000,290123281,223101508 +123,1009,8,1001,30000,290123282,223101508 +123,2001,8,1001,30000,290123283,223101508 +123,2002,8,1001,30000,290123284,223101508 +123,2003,8,1001,30000,290123285,223101508 +123,2004,8,1001,30000,290123286,223101508 +123,2005,8,1001,30000,290123287,223101508 +123,2006,8,1001,30000,290123288,223101508 +123,2007,8,1001,30000,290123289,223101508 +123,2008,8,1001,30000,290123290,223101508 +123,2009,8,1001,30000,290123291,223101508 +123,3001,8,1001,30000,290123292,223101508 +123,3002,8,1001,30000,290123293,223101508 +123,3003,8,1001,30000,290123294,223101508 +123,3004,8,1001,30000,290123295,223101508 +123,3005,8,1001,30000,290123296,223101508 +123,3006,8,1001,30000,290123297,223101508 +123,3007,8,1001,30000,290123298,223101508 +123,3008,8,1001,30000,290123299,223101508 +123,3009,8,1001,30000,290123300,223101508 +123,3010,8,1001,30000,290123301,223101508 +123,3011,8,1001,30000,290123302,223101508 +123,3012,8,1001,30000,290123303,223101508 +123,4001,8,1001,30000,290123304,223101508 +123,4002,8,1001,30000,290123305,223101508 +123,4003,8,1001,30000,290123306,223101508 +123,4004,8,1001,30000,290123307,223101508 +123,4005,8,1001,30000,290123308,223101508 +123,4006,8,1001,30000,290123309,223101508 +123,4007,8,1001,30000,290123310,223101508 +123,4008,8,1001,30000,290123311,223101508 +123,4009,8,1001,30000,290123312,223101508 +125,1001,1,1,100,290125001,223103104 +125,1002,1,1,100,290125002,223103104 +125,1003,1,1,100,290125003,223103104 +125,1004,1,1,100,290125004,223103104 +125,1005,1,1,100,290125005,223103104 +125,1006,1,1,100,290125006,223103104 +125,1007,1,1,100,290125007,223103104 +125,1008,1,1,100,290125008,223103104 +125,1009,1,1,100,290125009,223103104 +125,2001,1,1,100,290125010,223103104 +125,2002,1,1,100,290125011,223103104 +125,2003,1,1,100,290125012,223103104 +125,2004,1,1,100,290125013,223103104 +125,2005,1,1,100,290125014,223103104 +125,2006,1,1,100,290125015,223103104 +125,2007,1,1,100,290125016,223103104 +125,2008,1,1,100,290125017,223103104 +125,2009,1,1,100,290125018,223103104 +125,3001,1,1,100,290125019,223103104 +125,3002,1,1,100,290125020,223103104 +125,3003,1,1,100,290125021,223103104 +125,3004,1,1,100,290125022,223103104 +125,3005,1,1,100,290125023,223103104 +125,3006,1,1,100,290125024,223103104 +125,3007,1,1,100,290125025,223103104 +125,3008,1,1,100,290125026,223103104 +125,3009,1,1,100,290125027,223103104 +125,3010,1,1,100,290125028,223103104 +125,3011,1,1,100,290125029,223103104 +125,3012,1,1,100,290125030,223103104 +125,4001,1,1,100,290125031,223103104 +125,4002,1,1,100,290125032,223103104 +125,4003,1,1,100,290125033,223103104 +125,4004,1,1,100,290125034,223103104 +125,4005,1,1,100,290125035,223103104 +125,4006,1,1,100,290125036,223103104 +125,4007,1,1,100,290125037,223103104 +125,4008,1,1,100,290125038,223103104 +125,4009,1,1,100,290125039,223103104 +125,1001,2,101,300,290125040,223103104 +125,1002,2,101,300,290125041,223103104 +125,1003,2,101,300,290125042,223103104 +125,1004,2,101,300,290125043,223103104 +125,1005,2,101,300,290125044,223103104 +125,1006,2,101,300,290125045,223103104 +125,1007,2,101,300,290125046,223103104 +125,1008,2,101,300,290125047,223103104 +125,1009,2,101,300,290125048,223103104 +125,2001,2,101,300,290125049,223103104 +125,2002,2,101,300,290125050,223103104 +125,2003,2,101,300,290125051,223103104 +125,2004,2,101,300,290125052,223103104 +125,2005,2,101,300,290125053,223103104 +125,2006,2,101,300,290125054,223103104 +125,2007,2,101,300,290125055,223103104 +125,2008,2,101,300,290125056,223103104 +125,2009,2,101,300,290125057,223103104 +125,3001,2,101,300,290125058,223103104 +125,3002,2,101,300,290125059,223103104 +125,3003,2,101,300,290125060,223103104 +125,3004,2,101,300,290125061,223103104 +125,3005,2,101,300,290125062,223103104 +125,3006,2,101,300,290125063,223103104 +125,3007,2,101,300,290125064,223103104 +125,3008,2,101,300,290125065,223103104 +125,3009,2,101,300,290125066,223103104 +125,3010,2,101,300,290125067,223103104 +125,3011,2,101,300,290125068,223103104 +125,3012,2,101,300,290125069,223103104 +125,4001,2,101,300,290125070,223103104 +125,4002,2,101,300,290125071,223103104 +125,4003,2,101,300,290125072,223103104 +125,4004,2,101,300,290125073,223103104 +125,4005,2,101,300,290125074,223103104 +125,4006,2,101,300,290125075,223103104 +125,4007,2,101,300,290125076,223103104 +125,4008,2,101,300,290125077,223103104 +125,4009,2,101,300,290125078,223103104 +125,1001,3,301,1000,290125079,223103104 +125,1002,3,301,1000,290125080,223103104 +125,1003,3,301,1000,290125081,223103104 +125,1004,3,301,1000,290125082,223103104 +125,1005,3,301,1000,290125083,223103104 +125,1006,3,301,1000,290125084,223103104 +125,1007,3,301,1000,290125085,223103104 +125,1008,3,301,1000,290125086,223103104 +125,1009,3,301,1000,290125087,223103104 +125,2001,3,301,1000,290125088,223103104 +125,2002,3,301,1000,290125089,223103104 +125,2003,3,301,1000,290125090,223103104 +125,2004,3,301,1000,290125091,223103104 +125,2005,3,301,1000,290125092,223103104 +125,2006,3,301,1000,290125093,223103104 +125,2007,3,301,1000,290125094,223103104 +125,2008,3,301,1000,290125095,223103104 +125,2009,3,301,1000,290125096,223103104 +125,3001,3,301,1000,290125097,223103104 +125,3002,3,301,1000,290125098,223103104 +125,3003,3,301,1000,290125099,223103104 +125,3004,3,301,1000,290125100,223103104 +125,3005,3,301,1000,290125101,223103104 +125,3006,3,301,1000,290125102,223103104 +125,3007,3,301,1000,290125103,223103104 +125,3008,3,301,1000,290125104,223103104 +125,3009,3,301,1000,290125105,223103104 +125,3010,3,301,1000,290125106,223103104 +125,3011,3,301,1000,290125107,223103104 +125,3012,3,301,1000,290125108,223103104 +125,4001,3,301,1000,290125109,223103104 +125,4002,3,301,1000,290125110,223103104 +125,4003,3,301,1000,290125111,223103104 +125,4004,3,301,1000,290125112,223103104 +125,4005,3,301,1000,290125113,223103104 +125,4006,3,301,1000,290125114,223103104 +125,4007,3,301,1000,290125115,223103104 +125,4008,3,301,1000,290125116,223103104 +125,4009,3,301,1000,290125117,223103104 +125,1001,4,1001,30000,290125118,223103104 +125,1002,4,1001,30000,290125119,223103104 +125,1003,4,1001,30000,290125120,223103104 +125,1004,4,1001,30000,290125121,223103104 +125,1005,4,1001,30000,290125122,223103104 +125,1006,4,1001,30000,290125123,223103104 +125,1007,4,1001,30000,290125124,223103104 +125,1008,4,1001,30000,290125125,223103104 +125,1009,4,1001,30000,290125126,223103104 +125,2001,4,1001,30000,290125127,223103104 +125,2002,4,1001,30000,290125128,223103104 +125,2003,4,1001,30000,290125129,223103104 +125,2004,4,1001,30000,290125130,223103104 +125,2005,4,1001,30000,290125131,223103104 +125,2006,4,1001,30000,290125132,223103104 +125,2007,4,1001,30000,290125133,223103104 +125,2008,4,1001,30000,290125134,223103104 +125,2009,4,1001,30000,290125135,223103104 +125,3001,4,1001,30000,290125136,223103104 +125,3002,4,1001,30000,290125137,223103104 +125,3003,4,1001,30000,290125138,223103104 +125,3004,4,1001,30000,290125139,223103104 +125,3005,4,1001,30000,290125140,223103104 +125,3006,4,1001,30000,290125141,223103104 +125,3007,4,1001,30000,290125142,223103104 +125,3008,4,1001,30000,290125143,223103104 +125,3009,4,1001,30000,290125144,223103104 +125,3010,4,1001,30000,290125145,223103104 +125,3011,4,1001,30000,290125146,223103104 +125,3012,4,1001,30000,290125147,223103104 +125,4001,4,1001,30000,290125148,223103104 +125,4002,4,1001,30000,290125149,223103104 +125,4003,4,1001,30000,290125150,223103104 +125,4004,4,1001,30000,290125151,223103104 +125,4005,4,1001,30000,290125152,223103104 +125,4006,4,1001,30000,290125153,223103104 +125,4007,4,1001,30000,290125154,223103104 +125,4008,4,1001,30000,290125155,223103104 +125,4009,4,1001,30000,290125156,223103104 +129,1001,1,1,100,290129001,223113004 +129,1002,1,1,100,290129002,223113004 +129,1003,1,1,100,290129003,223113004 +129,1004,1,1,100,290129004,223113004 +129,1005,1,1,100,290129005,223113004 +129,1006,1,1,100,290129006,223113004 +129,1007,1,1,100,290129007,223113004 +129,1008,1,1,100,290129008,223113004 +129,1009,1,1,100,290129009,223113004 +129,2001,1,1,100,290129010,223113004 +129,2002,1,1,100,290129011,223113004 +129,2003,1,1,100,290129012,223113004 +129,2004,1,1,100,290129013,223113004 +129,2005,1,1,100,290129014,223113004 +129,2006,1,1,100,290129015,223113004 +129,2007,1,1,100,290129016,223113004 +129,2008,1,1,100,290129017,223113004 +129,2009,1,1,100,290129018,223113004 +129,3001,1,1,100,290129019,223113004 +129,3002,1,1,100,290129020,223113004 +129,3003,1,1,100,290129021,223113004 +129,3004,1,1,100,290129022,223113004 +129,3005,1,1,100,290129023,223113004 +129,3006,1,1,100,290129024,223113004 +129,3007,1,1,100,290129025,223113004 +129,3008,1,1,100,290129026,223113004 +129,3009,1,1,100,290129027,223113004 +129,3010,1,1,100,290129028,223113004 +129,3011,1,1,100,290129029,223113004 +129,3012,1,1,100,290129030,223113004 +129,4001,1,1,100,290129031,223113004 +129,4002,1,1,100,290129032,223113004 +129,4003,1,1,100,290129033,223113004 +129,4004,1,1,100,290129034,223113004 +129,4005,1,1,100,290129035,223113004 +129,4006,1,1,100,290129036,223113004 +129,4007,1,1,100,290129037,223113004 +129,4008,1,1,100,290129038,223113004 +129,4009,1,1,100,290129039,223113004 +129,1001,2,101,300,290129040,223113004 +129,1002,2,101,300,290129041,223113004 +129,1003,2,101,300,290129042,223113004 +129,1004,2,101,300,290129043,223113004 +129,1005,2,101,300,290129044,223113004 +129,1006,2,101,300,290129045,223113004 +129,1007,2,101,300,290129046,223113004 +129,1008,2,101,300,290129047,223113004 +129,1009,2,101,300,290129048,223113004 +129,2001,2,101,300,290129049,223113004 +129,2002,2,101,300,290129050,223113004 +129,2003,2,101,300,290129051,223113004 +129,2004,2,101,300,290129052,223113004 +129,2005,2,101,300,290129053,223113004 +129,2006,2,101,300,290129054,223113004 +129,2007,2,101,300,290129055,223113004 +129,2008,2,101,300,290129056,223113004 +129,2009,2,101,300,290129057,223113004 +129,3001,2,101,300,290129058,223113004 +129,3002,2,101,300,290129059,223113004 +129,3003,2,101,300,290129060,223113004 +129,3004,2,101,300,290129061,223113004 +129,3005,2,101,300,290129062,223113004 +129,3006,2,101,300,290129063,223113004 +129,3007,2,101,300,290129064,223113004 +129,3008,2,101,300,290129065,223113004 +129,3009,2,101,300,290129066,223113004 +129,3010,2,101,300,290129067,223113004 +129,3011,2,101,300,290129068,223113004 +129,3012,2,101,300,290129069,223113004 +129,4001,2,101,300,290129070,223113004 +129,4002,2,101,300,290129071,223113004 +129,4003,2,101,300,290129072,223113004 +129,4004,2,101,300,290129073,223113004 +129,4005,2,101,300,290129074,223113004 +129,4006,2,101,300,290129075,223113004 +129,4007,2,101,300,290129076,223113004 +129,4008,2,101,300,290129077,223113004 +129,4009,2,101,300,290129078,223113004 +129,1001,3,301,1000,290129079,223113004 +129,1002,3,301,1000,290129080,223113004 +129,1003,3,301,1000,290129081,223113004 +129,1004,3,301,1000,290129082,223113004 +129,1005,3,301,1000,290129083,223113004 +129,1006,3,301,1000,290129084,223113004 +129,1007,3,301,1000,290129085,223113004 +129,1008,3,301,1000,290129086,223113004 +129,1009,3,301,1000,290129087,223113004 +129,2001,3,301,1000,290129088,223113004 +129,2002,3,301,1000,290129089,223113004 +129,2003,3,301,1000,290129090,223113004 +129,2004,3,301,1000,290129091,223113004 +129,2005,3,301,1000,290129092,223113004 +129,2006,3,301,1000,290129093,223113004 +129,2007,3,301,1000,290129094,223113004 +129,2008,3,301,1000,290129095,223113004 +129,2009,3,301,1000,290129096,223113004 +129,3001,3,301,1000,290129097,223113004 +129,3002,3,301,1000,290129098,223113004 +129,3003,3,301,1000,290129099,223113004 +129,3004,3,301,1000,290129100,223113004 +129,3005,3,301,1000,290129101,223113004 +129,3006,3,301,1000,290129102,223113004 +129,3007,3,301,1000,290129103,223113004 +129,3008,3,301,1000,290129104,223113004 +129,3009,3,301,1000,290129105,223113004 +129,3010,3,301,1000,290129106,223113004 +129,3011,3,301,1000,290129107,223113004 +129,3012,3,301,1000,290129108,223113004 +129,4001,3,301,1000,290129109,223113004 +129,4002,3,301,1000,290129110,223113004 +129,4003,3,301,1000,290129111,223113004 +129,4004,3,301,1000,290129112,223113004 +129,4005,3,301,1000,290129113,223113004 +129,4006,3,301,1000,290129114,223113004 +129,4007,3,301,1000,290129115,223113004 +129,4008,3,301,1000,290129116,223113004 +129,4009,3,301,1000,290129117,223113004 +129,1001,4,1001,30000,290129118,223113004 +129,1002,4,1001,30000,290129119,223113004 +129,1003,4,1001,30000,290129120,223113004 +129,1004,4,1001,30000,290129121,223113004 +129,1005,4,1001,30000,290129122,223113004 +129,1006,4,1001,30000,290129123,223113004 +129,1007,4,1001,30000,290129124,223113004 +129,1008,4,1001,30000,290129125,223113004 +129,1009,4,1001,30000,290129126,223113004 +129,2001,4,1001,30000,290129127,223113004 +129,2002,4,1001,30000,290129128,223113004 +129,2003,4,1001,30000,290129129,223113004 +129,2004,4,1001,30000,290129130,223113004 +129,2005,4,1001,30000,290129131,223113004 +129,2006,4,1001,30000,290129132,223113004 +129,2007,4,1001,30000,290129133,223113004 +129,2008,4,1001,30000,290129134,223113004 +129,2009,4,1001,30000,290129135,223113004 +129,3001,4,1001,30000,290129136,223113004 +129,3002,4,1001,30000,290129137,223113004 +129,3003,4,1001,30000,290129138,223113004 +129,3004,4,1001,30000,290129139,223113004 +129,3005,4,1001,30000,290129140,223113004 +129,3006,4,1001,30000,290129141,223113004 +129,3007,4,1001,30000,290129142,223113004 +129,3008,4,1001,30000,290129143,223113004 +129,3009,4,1001,30000,290129144,223113004 +129,3010,4,1001,30000,290129145,223113004 +129,3011,4,1001,30000,290129146,223113004 +129,3012,4,1001,30000,290129147,223113004 +129,4001,4,1001,30000,290129148,223113004 +129,4002,4,1001,30000,290129149,223113004 +129,4003,4,1001,30000,290129150,223113004 +129,4004,4,1001,30000,290129151,223113004 +129,4005,4,1001,30000,290129152,223113004 +129,4006,4,1001,30000,290129153,223113004 +129,4007,4,1001,30000,290129154,223113004 +129,4008,4,1001,30000,290129155,223113004 +129,4009,4,1001,30000,290129156,223113004 +133,1001,1,1,1,290133001,223123104 +133,1002,1,1,1,290133002,223123104 +133,1003,1,1,1,290133003,223123104 +133,1004,1,1,1,290133004,223123104 +133,1005,1,1,1,290133005,223123104 +133,1006,1,1,1,290133006,223123104 +133,1007,1,1,1,290133007,223123104 +133,1008,1,1,1,290133008,223123104 +133,1009,1,1,1,290133009,223123104 +133,2001,1,1,1,290133010,223123104 +133,2002,1,1,1,290133011,223123104 +133,2003,1,1,1,290133012,223123104 +133,2004,1,1,1,290133013,223123104 +133,2005,1,1,1,290133014,223123104 +133,2006,1,1,1,290133015,223123104 +133,2007,1,1,1,290133016,223123104 +133,2008,1,1,1,290133017,223123104 +133,2009,1,1,1,290133018,223123104 +133,3001,1,1,1,290133019,223123104 +133,3002,1,1,1,290133020,223123104 +133,3003,1,1,1,290133021,223123104 +133,3004,1,1,1,290133022,223123104 +133,3005,1,1,1,290133023,223123104 +133,3006,1,1,1,290133024,223123104 +133,3007,1,1,1,290133025,223123104 +133,3008,1,1,1,290133026,223123104 +133,3009,1,1,1,290133027,223123104 +133,3010,1,1,1,290133028,223123104 +133,3011,1,1,1,290133029,223123104 +133,3012,1,1,1,290133030,223123104 +133,4001,1,1,1,290133031,223123104 +133,4002,1,1,1,290133032,223123104 +133,4003,1,1,1,290133033,223123104 +133,4004,1,1,1,290133034,223123104 +133,4005,1,1,1,290133035,223123104 +133,4006,1,1,1,290133036,223123104 +133,4007,1,1,1,290133037,223123104 +133,4008,1,1,1,290133038,223123104 +133,4009,1,1,1,290133039,223123104 +133,4010,1,1,1,290133040,223123104 +133,4011,1,1,1,290133041,223123104 +133,1001,2,2,2,290133042,223123104 +133,1002,2,2,2,290133043,223123104 +133,1003,2,2,2,290133044,223123104 +133,1004,2,2,2,290133045,223123104 +133,1005,2,2,2,290133046,223123104 +133,1006,2,2,2,290133047,223123104 +133,1007,2,2,2,290133048,223123104 +133,1008,2,2,2,290133049,223123104 +133,1009,2,2,2,290133050,223123104 +133,2001,2,2,2,290133051,223123104 +133,2002,2,2,2,290133052,223123104 +133,2003,2,2,2,290133053,223123104 +133,2004,2,2,2,290133054,223123104 +133,2005,2,2,2,290133055,223123104 +133,2006,2,2,2,290133056,223123104 +133,2007,2,2,2,290133057,223123104 +133,2008,2,2,2,290133058,223123104 +133,2009,2,2,2,290133059,223123104 +133,3001,2,2,2,290133060,223123104 +133,3002,2,2,2,290133061,223123104 +133,3003,2,2,2,290133062,223123104 +133,3004,2,2,2,290133063,223123104 +133,3005,2,2,2,290133064,223123104 +133,3006,2,2,2,290133065,223123104 +133,3007,2,2,2,290133066,223123104 +133,3008,2,2,2,290133067,223123104 +133,3009,2,2,2,290133068,223123104 +133,3010,2,2,2,290133069,223123104 +133,3011,2,2,2,290133070,223123104 +133,3012,2,2,2,290133071,223123104 +133,4001,2,2,2,290133072,223123104 +133,4002,2,2,2,290133073,223123104 +133,4003,2,2,2,290133074,223123104 +133,4004,2,2,2,290133075,223123104 +133,4005,2,2,2,290133076,223123104 +133,4006,2,2,2,290133077,223123104 +133,4007,2,2,2,290133078,223123104 +133,4008,2,2,2,290133079,223123104 +133,4009,2,2,2,290133080,223123104 +133,4010,2,2,2,290133081,223123104 +133,4011,2,2,2,290133082,223123104 +133,1001,3,3,3,290133083,223123104 +133,1002,3,3,3,290133084,223123104 +133,1003,3,3,3,290133085,223123104 +133,1004,3,3,3,290133086,223123104 +133,1005,3,3,3,290133087,223123104 +133,1006,3,3,3,290133088,223123104 +133,1007,3,3,3,290133089,223123104 +133,1008,3,3,3,290133090,223123104 +133,1009,3,3,3,290133091,223123104 +133,2001,3,3,3,290133092,223123104 +133,2002,3,3,3,290133093,223123104 +133,2003,3,3,3,290133094,223123104 +133,2004,3,3,3,290133095,223123104 +133,2005,3,3,3,290133096,223123104 +133,2006,3,3,3,290133097,223123104 +133,2007,3,3,3,290133098,223123104 +133,2008,3,3,3,290133099,223123104 +133,2009,3,3,3,290133100,223123104 +133,3001,3,3,3,290133101,223123104 +133,3002,3,3,3,290133102,223123104 +133,3003,3,3,3,290133103,223123104 +133,3004,3,3,3,290133104,223123104 +133,3005,3,3,3,290133105,223123104 +133,3006,3,3,3,290133106,223123104 +133,3007,3,3,3,290133107,223123104 +133,3008,3,3,3,290133108,223123104 +133,3009,3,3,3,290133109,223123104 +133,3010,3,3,3,290133110,223123104 +133,3011,3,3,3,290133111,223123104 +133,3012,3,3,3,290133112,223123104 +133,4001,3,3,3,290133113,223123104 +133,4002,3,3,3,290133114,223123104 +133,4003,3,3,3,290133115,223123104 +133,4004,3,3,3,290133116,223123104 +133,4005,3,3,3,290133117,223123104 +133,4006,3,3,3,290133118,223123104 +133,4007,3,3,3,290133119,223123104 +133,4008,3,3,3,290133120,223123104 +133,4009,3,3,3,290133121,223123104 +133,4010,3,3,3,290133122,223123104 +133,4011,3,3,3,290133123,223123104 +133,1001,4,4,10,290133124,223123104 +133,1002,4,4,10,290133125,223123104 +133,1003,4,4,10,290133126,223123104 +133,1004,4,4,10,290133127,223123104 +133,1005,4,4,10,290133128,223123104 +133,1006,4,4,10,290133129,223123104 +133,1007,4,4,10,290133130,223123104 +133,1008,4,4,10,290133131,223123104 +133,1009,4,4,10,290133132,223123104 +133,2001,4,4,10,290133133,223123104 +133,2002,4,4,10,290133134,223123104 +133,2003,4,4,10,290133135,223123104 +133,2004,4,4,10,290133136,223123104 +133,2005,4,4,10,290133137,223123104 +133,2006,4,4,10,290133138,223123104 +133,2007,4,4,10,290133139,223123104 +133,2008,4,4,10,290133140,223123104 +133,2009,4,4,10,290133141,223123104 +133,3001,4,4,10,290133142,223123104 +133,3002,4,4,10,290133143,223123104 +133,3003,4,4,10,290133144,223123104 +133,3004,4,4,10,290133145,223123104 +133,3005,4,4,10,290133146,223123104 +133,3006,4,4,10,290133147,223123104 +133,3007,4,4,10,290133148,223123104 +133,3008,4,4,10,290133149,223123104 +133,3009,4,4,10,290133150,223123104 +133,3010,4,4,10,290133151,223123104 +133,3011,4,4,10,290133152,223123104 +133,3012,4,4,10,290133153,223123104 +133,4001,4,4,10,290133154,223123104 +133,4002,4,4,10,290133155,223123104 +133,4003,4,4,10,290133156,223123104 +133,4004,4,4,10,290133157,223123104 +133,4005,4,4,10,290133158,223123104 +133,4006,4,4,10,290133159,223123104 +133,4007,4,4,10,290133160,223123104 +133,4008,4,4,10,290133161,223123104 +133,4009,4,4,10,290133162,223123104 +133,4010,4,4,10,290133163,223123104 +133,4011,4,4,10,290133164,223123104 +133,1001,5,11,100,290133165,223123104 +133,1002,5,11,100,290133166,223123104 +133,1003,5,11,100,290133167,223123104 +133,1004,5,11,100,290133168,223123104 +133,1005,5,11,100,290133169,223123104 +133,1006,5,11,100,290133170,223123104 +133,1007,5,11,100,290133171,223123104 +133,1008,5,11,100,290133172,223123104 +133,1009,5,11,100,290133173,223123104 +133,2001,5,11,100,290133174,223123104 +133,2002,5,11,100,290133175,223123104 +133,2003,5,11,100,290133176,223123104 +133,2004,5,11,100,290133177,223123104 +133,2005,5,11,100,290133178,223123104 +133,2006,5,11,100,290133179,223123104 +133,2007,5,11,100,290133180,223123104 +133,2008,5,11,100,290133181,223123104 +133,2009,5,11,100,290133182,223123104 +133,3001,5,11,100,290133183,223123104 +133,3002,5,11,100,290133184,223123104 +133,3003,5,11,100,290133185,223123104 +133,3004,5,11,100,290133186,223123104 +133,3005,5,11,100,290133187,223123104 +133,3006,5,11,100,290133188,223123104 +133,3007,5,11,100,290133189,223123104 +133,3008,5,11,100,290133190,223123104 +133,3009,5,11,100,290133191,223123104 +133,3010,5,11,100,290133192,223123104 +133,3011,5,11,100,290133193,223123104 +133,3012,5,11,100,290133194,223123104 +133,4001,5,11,100,290133195,223123104 +133,4002,5,11,100,290133196,223123104 +133,4003,5,11,100,290133197,223123104 +133,4004,5,11,100,290133198,223123104 +133,4005,5,11,100,290133199,223123104 +133,4006,5,11,100,290133200,223123104 +133,4007,5,11,100,290133201,223123104 +133,4008,5,11,100,290133202,223123104 +133,4009,5,11,100,290133203,223123104 +133,4010,5,11,100,290133204,223123104 +133,4011,5,11,100,290133205,223123104 +133,1001,6,101,300,290133206,223123104 +133,1002,6,101,300,290133207,223123104 +133,1003,6,101,300,290133208,223123104 +133,1004,6,101,300,290133209,223123104 +133,1005,6,101,300,290133210,223123104 +133,1006,6,101,300,290133211,223123104 +133,1007,6,101,300,290133212,223123104 +133,1008,6,101,300,290133213,223123104 +133,1009,6,101,300,290133214,223123104 +133,2001,6,101,300,290133215,223123104 +133,2002,6,101,300,290133216,223123104 +133,2003,6,101,300,290133217,223123104 +133,2004,6,101,300,290133218,223123104 +133,2005,6,101,300,290133219,223123104 +133,2006,6,101,300,290133220,223123104 +133,2007,6,101,300,290133221,223123104 +133,2008,6,101,300,290133222,223123104 +133,2009,6,101,300,290133223,223123104 +133,3001,6,101,300,290133224,223123104 +133,3002,6,101,300,290133225,223123104 +133,3003,6,101,300,290133226,223123104 +133,3004,6,101,300,290133227,223123104 +133,3005,6,101,300,290133228,223123104 +133,3006,6,101,300,290133229,223123104 +133,3007,6,101,300,290133230,223123104 +133,3008,6,101,300,290133231,223123104 +133,3009,6,101,300,290133232,223123104 +133,3010,6,101,300,290133233,223123104 +133,3011,6,101,300,290133234,223123104 +133,3012,6,101,300,290133235,223123104 +133,4001,6,101,300,290133236,223123104 +133,4002,6,101,300,290133237,223123104 +133,4003,6,101,300,290133238,223123104 +133,4004,6,101,300,290133239,223123104 +133,4005,6,101,300,290133240,223123104 +133,4006,6,101,300,290133241,223123104 +133,4007,6,101,300,290133242,223123104 +133,4008,6,101,300,290133243,223123104 +133,4009,6,101,300,290133244,223123104 +133,4010,6,101,300,290133245,223123104 +133,4011,6,101,300,290133246,223123104 +133,1001,7,301,1000,290133247,223123104 +133,1002,7,301,1000,290133248,223123104 +133,1003,7,301,1000,290133249,223123104 +133,1004,7,301,1000,290133250,223123104 +133,1005,7,301,1000,290133251,223123104 +133,1006,7,301,1000,290133252,223123104 +133,1007,7,301,1000,290133253,223123104 +133,1008,7,301,1000,290133254,223123104 +133,1009,7,301,1000,290133255,223123104 +133,2001,7,301,1000,290133256,223123104 +133,2002,7,301,1000,290133257,223123104 +133,2003,7,301,1000,290133258,223123104 +133,2004,7,301,1000,290133259,223123104 +133,2005,7,301,1000,290133260,223123104 +133,2006,7,301,1000,290133261,223123104 +133,2007,7,301,1000,290133262,223123104 +133,2008,7,301,1000,290133263,223123104 +133,2009,7,301,1000,290133264,223123104 +133,3001,7,301,1000,290133265,223123104 +133,3002,7,301,1000,290133266,223123104 +133,3003,7,301,1000,290133267,223123104 +133,3004,7,301,1000,290133268,223123104 +133,3005,7,301,1000,290133269,223123104 +133,3006,7,301,1000,290133270,223123104 +133,3007,7,301,1000,290133271,223123104 +133,3008,7,301,1000,290133272,223123104 +133,3009,7,301,1000,290133273,223123104 +133,3010,7,301,1000,290133274,223123104 +133,3011,7,301,1000,290133275,223123104 +133,3012,7,301,1000,290133276,223123104 +133,4001,7,301,1000,290133277,223123104 +133,4002,7,301,1000,290133278,223123104 +133,4003,7,301,1000,290133279,223123104 +133,4004,7,301,1000,290133280,223123104 +133,4005,7,301,1000,290133281,223123104 +133,4006,7,301,1000,290133282,223123104 +133,4007,7,301,1000,290133283,223123104 +133,4008,7,301,1000,290133284,223123104 +133,4009,7,301,1000,290133285,223123104 +133,4010,7,301,1000,290133286,223123104 +133,4011,7,301,1000,290133287,223123104 +133,1001,8,1001,30000,290133288,223123104 +133,1002,8,1001,30000,290133289,223123104 +133,1003,8,1001,30000,290133290,223123104 +133,1004,8,1001,30000,290133291,223123104 +133,1005,8,1001,30000,290133292,223123104 +133,1006,8,1001,30000,290133293,223123104 +133,1007,8,1001,30000,290133294,223123104 +133,1008,8,1001,30000,290133295,223123104 +133,1009,8,1001,30000,290133296,223123104 +133,2001,8,1001,30000,290133297,223123104 +133,2002,8,1001,30000,290133298,223123104 +133,2003,8,1001,30000,290133299,223123104 +133,2004,8,1001,30000,290133300,223123104 +133,2005,8,1001,30000,290133301,223123104 +133,2006,8,1001,30000,290133302,223123104 +133,2007,8,1001,30000,290133303,223123104 +133,2008,8,1001,30000,290133304,223123104 +133,2009,8,1001,30000,290133305,223123104 +133,3001,8,1001,30000,290133306,223123104 +133,3002,8,1001,30000,290133307,223123104 +133,3003,8,1001,30000,290133308,223123104 +133,3004,8,1001,30000,290133309,223123104 +133,3005,8,1001,30000,290133310,223123104 +133,3006,8,1001,30000,290133311,223123104 +133,3007,8,1001,30000,290133312,223123104 +133,3008,8,1001,30000,290133313,223123104 +133,3009,8,1001,30000,290133314,223123104 +133,3010,8,1001,30000,290133315,223123104 +133,3011,8,1001,30000,290133316,223123104 +133,3012,8,1001,30000,290133317,223123104 +133,4001,8,1001,30000,290133318,223123104 +133,4002,8,1001,30000,290133319,223123104 +133,4003,8,1001,30000,290133320,223123104 +133,4004,8,1001,30000,290133321,223123104 +133,4005,8,1001,30000,290133322,223123104 +133,4006,8,1001,30000,290133323,223123104 +133,4007,8,1001,30000,290133324,223123104 +133,4008,8,1001,30000,290133325,223123104 +133,4009,8,1001,30000,290133326,223123104 +133,4010,8,1001,30000,290133327,223123104 +133,4011,8,1001,30000,290133328,223123104 diff --git a/src/router/databases/csv-en/event_member_ranking_reward.csv b/src/router/databases/csv-en/event_member_ranking_reward.csv new file mode 100644 index 0000000..1ee99cc --- /dev/null +++ b/src/router/databases/csv-en/event_member_ranking_reward.csv @@ -0,0 +1,9292 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +290101001,1,8,1,4000001,0,1,223041903 +290101002,1,8,1,4000002,0,1,223041903 +290101003,1,8,1,4000003,0,1,223041903 +290101004,1,8,1,4000004,0,1,223041903 +290101005,1,8,1,4000005,0,1,223041903 +290101006,1,8,1,4000006,0,1,223041903 +290101007,1,8,1,4000007,0,1,223041903 +290101008,1,8,1,4000008,0,1,223041903 +290101009,1,8,1,4000009,0,1,223041903 +290101010,1,8,1,4000010,0,1,223041903 +290101011,1,8,1,4000011,0,1,223041903 +290101012,1,8,1,4000012,0,1,223041903 +290101013,1,8,1,4000013,0,1,223041903 +290101014,1,8,1,4000014,0,1,223041903 +290101015,1,8,1,4000015,0,1,223041903 +290101016,1,8,1,4000016,0,1,223041903 +290101017,1,8,1,4000017,0,1,223041903 +290101018,1,8,1,4000018,0,1,223041903 +290101019,1,8,1,4000019,0,1,223041903 +290101020,1,8,1,4000020,0,1,223041903 +290101021,1,8,1,4000021,0,1,223041903 +290101022,1,8,1,4000022,0,1,223041903 +290101023,1,8,1,4000023,0,1,223041903 +290101024,1,8,1,4000024,0,1,223041903 +290101025,1,8,1,4000025,0,1,223041903 +290101026,1,8,1,4000026,0,1,223041903 +290101027,1,8,1,4000027,0,1,223041903 +290101028,1,8,1,4000028,0,1,223041903 +290101029,1,8,1,4000029,0,1,223041903 +290101030,1,8,1,4000030,0,1,223041903 +290101031,1,8,1,4000031,0,1,223041903 +290101032,1,8,1,4000032,0,1,223041903 +290101033,1,8,1,4000033,0,1,223041903 +290101034,1,8,1,4000034,0,1,223041903 +290101035,1,8,1,4000035,0,1,223041903 +290101036,1,8,1,4000036,0,1,223041903 +290101037,1,8,1,4000037,0,1,223041903 +290101038,1,8,1,4000038,0,1,223041903 +290101039,1,8,1,4000039,0,1,223041903 +290101040,1,8,1,4000040,0,1,223041903 +290101041,1,8,1,4000041,0,1,223041903 +290101042,1,8,1,4000042,0,1,223041903 +290101043,1,8,1,4000043,0,1,223041903 +290101044,1,8,1,4000044,0,1,223041903 +290101045,1,8,1,4000045,0,1,223041903 +290101046,1,8,1,4000046,0,1,223041903 +290101047,1,8,1,4000047,0,1,223041903 +290101048,1,8,1,4000048,0,1,223041903 +290101049,1,8,1,4000049,0,1,223041903 +290101050,1,8,1,4000050,0,1,223041903 +290101051,1,8,1,4000051,0,1,223041903 +290101052,1,8,1,4000052,0,1,223041903 +290101053,1,8,1,4000053,0,1,223041903 +290101054,1,8,1,4000054,0,1,223041903 +290101055,1,8,1,4000055,0,1,223041903 +290101056,1,8,1,4000056,0,1,223041903 +290101057,1,8,1,4000057,0,1,223041903 +290101058,1,8,1,4000058,0,1,223041903 +290101059,1,8,1,4000059,0,1,223041903 +290101060,1,8,1,4000060,0,1,223041903 +290101061,1,8,1,4000061,0,1,223041903 +290101062,1,8,1,4000062,0,1,223041903 +290101063,1,8,1,4000063,0,1,223041903 +290101064,1,8,1,4000064,0,1,223041903 +290101065,1,8,1,4000065,0,1,223041903 +290101066,1,8,1,4000066,0,1,223041903 +290101067,1,8,1,4000067,0,1,223041903 +290101068,1,8,1,4000068,0,1,223041903 +290101069,1,8,1,4000069,0,1,223041903 +290101070,1,8,1,4000070,0,1,223041903 +290101071,1,8,1,4000071,0,1,223041903 +290101072,1,8,1,4000072,0,1,223041903 +290101073,1,8,1,4000073,0,1,223041903 +290101074,1,8,1,4000074,0,1,223041903 +290101075,1,8,1,4000075,0,1,223041903 +290101076,1,8,1,4000076,0,1,223041903 +290101077,1,8,1,4000077,0,1,223041903 +290101078,1,8,1,4000078,0,1,223041903 +290101079,1,8,1,4000079,0,1,223041903 +290101080,1,8,1,4000080,0,1,223041903 +290101081,1,8,1,4000081,0,1,223041903 +290101082,1,8,1,4000082,0,1,223041903 +290101083,1,8,1,4000083,0,1,223041903 +290101084,1,8,1,4000084,0,1,223041903 +290101085,1,8,1,4000085,0,1,223041903 +290101086,1,8,1,4000086,0,1,223041903 +290101087,1,8,1,4000087,0,1,223041903 +290101088,1,8,1,4000088,0,1,223041903 +290101089,1,8,1,4000089,0,1,223041903 +290101090,1,8,1,4000090,0,1,223041903 +290101091,1,8,1,4000091,0,1,223041903 +290101092,1,8,1,4000092,0,1,223041903 +290101093,1,8,1,4000093,0,1,223041903 +290101094,1,8,1,4000094,0,1,223041903 +290101095,1,8,1,4000095,0,1,223041903 +290101096,1,8,1,4000096,0,1,223041903 +290101097,1,8,1,4000097,0,1,223041903 +290101098,1,8,1,4000098,0,1,223041903 +290101099,1,8,1,4000099,0,1,223041903 +290101100,1,8,1,4000100,0,1,223041903 +290101101,1,8,1,4000101,0,1,223041903 +290101102,1,8,1,4000102,0,1,223041903 +290101103,1,8,1,4000103,0,1,223041903 +290101104,1,8,1,4000104,0,1,223041903 +290101105,1,8,1,4000105,0,1,223041903 +290101106,1,8,1,4000106,0,1,223041903 +290101107,1,8,1,4000107,0,1,223041903 +290101108,1,8,1,4000108,0,1,223041903 +290101109,1,8,1,4000109,0,1,223041903 +290101110,1,8,1,4000110,0,1,223041903 +290101111,1,8,1,4000111,0,1,223041903 +290101112,1,8,1,4000112,0,1,223041903 +290101113,1,8,1,4000113,0,1,223041903 +290101114,1,8,1,4000114,0,1,223041903 +290101115,1,8,1,4000115,0,1,223041903 +290101116,1,8,1,4000116,0,1,223041903 +290101117,1,8,1,4000117,0,1,223041903 +290101001,2,1,1,0,0,300,223041903 +290101002,2,1,1,0,0,300,223041903 +290101003,2,1,1,0,0,300,223041903 +290101004,2,1,1,0,0,300,223041903 +290101005,2,1,1,0,0,300,223041903 +290101006,2,1,1,0,0,300,223041903 +290101007,2,1,1,0,0,300,223041903 +290101008,2,1,1,0,0,300,223041903 +290101009,2,1,1,0,0,300,223041903 +290101010,2,1,1,0,0,300,223041903 +290101011,2,1,1,0,0,300,223041903 +290101012,2,1,1,0,0,300,223041903 +290101013,2,1,1,0,0,300,223041903 +290101014,2,1,1,0,0,300,223041903 +290101015,2,1,1,0,0,300,223041903 +290101016,2,1,1,0,0,300,223041903 +290101017,2,1,1,0,0,300,223041903 +290101018,2,1,1,0,0,300,223041903 +290101019,2,1,1,0,0,300,223041903 +290101020,2,1,1,0,0,300,223041903 +290101021,2,1,1,0,0,300,223041903 +290101022,2,1,1,0,0,300,223041903 +290101023,2,1,1,0,0,300,223041903 +290101024,2,1,1,0,0,300,223041903 +290101025,2,1,1,0,0,300,223041903 +290101026,2,1,1,0,0,300,223041903 +290101027,2,1,1,0,0,300,223041903 +290101028,2,1,1,0,0,300,223041903 +290101029,2,1,1,0,0,300,223041903 +290101030,2,1,1,0,0,300,223041903 +290101031,2,1,1,0,0,300,223041903 +290101032,2,1,1,0,0,300,223041903 +290101033,2,1,1,0,0,300,223041903 +290101034,2,1,1,0,0,300,223041903 +290101035,2,1,1,0,0,300,223041903 +290101036,2,1,1,0,0,300,223041903 +290101037,2,1,1,0,0,300,223041903 +290101038,2,1,1,0,0,300,223041903 +290101039,2,1,1,0,0,300,223041903 +290101040,2,1,1,0,0,200,223041903 +290101041,2,1,1,0,0,200,223041903 +290101042,2,1,1,0,0,200,223041903 +290101043,2,1,1,0,0,200,223041903 +290101044,2,1,1,0,0,200,223041903 +290101045,2,1,1,0,0,200,223041903 +290101046,2,1,1,0,0,200,223041903 +290101047,2,1,1,0,0,200,223041903 +290101048,2,1,1,0,0,200,223041903 +290101049,2,1,1,0,0,200,223041903 +290101050,2,1,1,0,0,200,223041903 +290101051,2,1,1,0,0,200,223041903 +290101052,2,1,1,0,0,200,223041903 +290101053,2,1,1,0,0,200,223041903 +290101054,2,1,1,0,0,200,223041903 +290101055,2,1,1,0,0,200,223041903 +290101056,2,1,1,0,0,200,223041903 +290101057,2,1,1,0,0,200,223041903 +290101058,2,1,1,0,0,200,223041903 +290101059,2,1,1,0,0,200,223041903 +290101060,2,1,1,0,0,200,223041903 +290101061,2,1,1,0,0,200,223041903 +290101062,2,1,1,0,0,200,223041903 +290101063,2,1,1,0,0,200,223041903 +290101064,2,1,1,0,0,200,223041903 +290101065,2,1,1,0,0,200,223041903 +290101066,2,1,1,0,0,200,223041903 +290101067,2,1,1,0,0,200,223041903 +290101068,2,1,1,0,0,200,223041903 +290101069,2,1,1,0,0,200,223041903 +290101070,2,1,1,0,0,200,223041903 +290101071,2,1,1,0,0,200,223041903 +290101072,2,1,1,0,0,200,223041903 +290101073,2,1,1,0,0,200,223041903 +290101074,2,1,1,0,0,200,223041903 +290101075,2,1,1,0,0,200,223041903 +290101076,2,1,1,0,0,200,223041903 +290101077,2,1,1,0,0,200,223041903 +290101078,2,1,1,0,0,200,223041903 +290101079,2,1,1,0,0,100,223041903 +290101080,2,1,1,0,0,100,223041903 +290101081,2,1,1,0,0,100,223041903 +290101082,2,1,1,0,0,100,223041903 +290101083,2,1,1,0,0,100,223041903 +290101084,2,1,1,0,0,100,223041903 +290101085,2,1,1,0,0,100,223041903 +290101086,2,1,1,0,0,100,223041903 +290101087,2,1,1,0,0,100,223041903 +290101088,2,1,1,0,0,100,223041903 +290101089,2,1,1,0,0,100,223041903 +290101090,2,1,1,0,0,100,223041903 +290101091,2,1,1,0,0,100,223041903 +290101092,2,1,1,0,0,100,223041903 +290101093,2,1,1,0,0,100,223041903 +290101094,2,1,1,0,0,100,223041903 +290101095,2,1,1,0,0,100,223041903 +290101096,2,1,1,0,0,100,223041903 +290101097,2,1,1,0,0,100,223041903 +290101098,2,1,1,0,0,100,223041903 +290101099,2,1,1,0,0,100,223041903 +290101100,2,1,1,0,0,100,223041903 +290101101,2,1,1,0,0,100,223041903 +290101102,2,1,1,0,0,100,223041903 +290101103,2,1,1,0,0,100,223041903 +290101104,2,1,1,0,0,100,223041903 +290101105,2,1,1,0,0,100,223041903 +290101106,2,1,1,0,0,100,223041903 +290101107,2,1,1,0,0,100,223041903 +290101108,2,1,1,0,0,100,223041903 +290101109,2,1,1,0,0,100,223041903 +290101110,2,1,1,0,0,100,223041903 +290101111,2,1,1,0,0,100,223041903 +290101112,2,1,1,0,0,100,223041903 +290101113,2,1,1,0,0,100,223041903 +290101114,2,1,1,0,0,100,223041903 +290101115,2,1,1,0,0,100,223041903 +290101116,2,1,1,0,0,100,223041903 +290101117,2,1,1,0,0,100,223041903 +290101001,3,3,1,16005003,0,150,223041903 +290101002,3,3,1,16005003,0,150,223041903 +290101003,3,3,1,16005003,0,150,223041903 +290101004,3,3,1,16005003,0,150,223041903 +290101005,3,3,1,16005003,0,150,223041903 +290101006,3,3,1,16005003,0,150,223041903 +290101007,3,3,1,16005003,0,150,223041903 +290101008,3,3,1,16005003,0,150,223041903 +290101009,3,3,1,16005003,0,150,223041903 +290101010,3,3,1,16005003,0,150,223041903 +290101011,3,3,1,16005003,0,150,223041903 +290101012,3,3,1,16005003,0,150,223041903 +290101013,3,3,1,16005003,0,150,223041903 +290101014,3,3,1,16005003,0,150,223041903 +290101015,3,3,1,16005003,0,150,223041903 +290101016,3,3,1,16005003,0,150,223041903 +290101017,3,3,1,16005003,0,150,223041903 +290101018,3,3,1,16005003,0,150,223041903 +290101019,3,3,1,16005003,0,150,223041903 +290101020,3,3,1,16005003,0,150,223041903 +290101021,3,3,1,16005003,0,150,223041903 +290101022,3,3,1,16005003,0,150,223041903 +290101023,3,3,1,16005003,0,150,223041903 +290101024,3,3,1,16005003,0,150,223041903 +290101025,3,3,1,16005003,0,150,223041903 +290101026,3,3,1,16005003,0,150,223041903 +290101027,3,3,1,16005003,0,150,223041903 +290101028,3,3,1,16005003,0,150,223041903 +290101029,3,3,1,16005003,0,150,223041903 +290101030,3,3,1,16005003,0,150,223041903 +290101031,3,3,1,16005003,0,150,223041903 +290101032,3,3,1,16005003,0,150,223041903 +290101033,3,3,1,16005003,0,150,223041903 +290101034,3,3,1,16005003,0,150,223041903 +290101035,3,3,1,16005003,0,150,223041903 +290101036,3,3,1,16005003,0,150,223041903 +290101037,3,3,1,16005003,0,150,223041903 +290101038,3,3,1,16005003,0,150,223041903 +290101039,3,3,1,16005003,0,150,223041903 +290101040,3,3,1,16005003,0,75,223041903 +290101041,3,3,1,16005003,0,75,223041903 +290101042,3,3,1,16005003,0,75,223041903 +290101043,3,3,1,16005003,0,75,223041903 +290101044,3,3,1,16005003,0,75,223041903 +290101045,3,3,1,16005003,0,75,223041903 +290101046,3,3,1,16005003,0,75,223041903 +290101047,3,3,1,16005003,0,75,223041903 +290101048,3,3,1,16005003,0,75,223041903 +290101049,3,3,1,16005003,0,75,223041903 +290101050,3,3,1,16005003,0,75,223041903 +290101051,3,3,1,16005003,0,75,223041903 +290101052,3,3,1,16005003,0,75,223041903 +290101053,3,3,1,16005003,0,75,223041903 +290101054,3,3,1,16005003,0,75,223041903 +290101055,3,3,1,16005003,0,75,223041903 +290101056,3,3,1,16005003,0,75,223041903 +290101057,3,3,1,16005003,0,75,223041903 +290101058,3,3,1,16005003,0,75,223041903 +290101059,3,3,1,16005003,0,75,223041903 +290101060,3,3,1,16005003,0,75,223041903 +290101061,3,3,1,16005003,0,75,223041903 +290101062,3,3,1,16005003,0,75,223041903 +290101063,3,3,1,16005003,0,75,223041903 +290101064,3,3,1,16005003,0,75,223041903 +290101065,3,3,1,16005003,0,75,223041903 +290101066,3,3,1,16005003,0,75,223041903 +290101067,3,3,1,16005003,0,75,223041903 +290101068,3,3,1,16005003,0,75,223041903 +290101069,3,3,1,16005003,0,75,223041903 +290101070,3,3,1,16005003,0,75,223041903 +290101071,3,3,1,16005003,0,75,223041903 +290101072,3,3,1,16005003,0,75,223041903 +290101073,3,3,1,16005003,0,75,223041903 +290101074,3,3,1,16005003,0,75,223041903 +290101075,3,3,1,16005003,0,75,223041903 +290101076,3,3,1,16005003,0,75,223041903 +290101077,3,3,1,16005003,0,75,223041903 +290101078,3,3,1,16005003,0,75,223041903 +290101079,3,3,1,16005003,0,30,223041903 +290101080,3,3,1,16005003,0,30,223041903 +290101081,3,3,1,16005003,0,30,223041903 +290101082,3,3,1,16005003,0,30,223041903 +290101083,3,3,1,16005003,0,30,223041903 +290101084,3,3,1,16005003,0,30,223041903 +290101085,3,3,1,16005003,0,30,223041903 +290101086,3,3,1,16005003,0,30,223041903 +290101087,3,3,1,16005003,0,30,223041903 +290101088,3,3,1,16005003,0,30,223041903 +290101089,3,3,1,16005003,0,30,223041903 +290101090,3,3,1,16005003,0,30,223041903 +290101091,3,3,1,16005003,0,30,223041903 +290101092,3,3,1,16005003,0,30,223041903 +290101093,3,3,1,16005003,0,30,223041903 +290101094,3,3,1,16005003,0,30,223041903 +290101095,3,3,1,16005003,0,30,223041903 +290101096,3,3,1,16005003,0,30,223041903 +290101097,3,3,1,16005003,0,30,223041903 +290101098,3,3,1,16005003,0,30,223041903 +290101099,3,3,1,16005003,0,30,223041903 +290101100,3,3,1,16005003,0,30,223041903 +290101101,3,3,1,16005003,0,30,223041903 +290101102,3,3,1,16005003,0,30,223041903 +290101103,3,3,1,16005003,0,30,223041903 +290101104,3,3,1,16005003,0,30,223041903 +290101105,3,3,1,16005003,0,30,223041903 +290101106,3,3,1,16005003,0,30,223041903 +290101107,3,3,1,16005003,0,30,223041903 +290101108,3,3,1,16005003,0,30,223041903 +290101109,3,3,1,16005003,0,30,223041903 +290101110,3,3,1,16005003,0,30,223041903 +290101111,3,3,1,16005003,0,30,223041903 +290101112,3,3,1,16005003,0,30,223041903 +290101113,3,3,1,16005003,0,30,223041903 +290101114,3,3,1,16005003,0,30,223041903 +290101115,3,3,1,16005003,0,30,223041903 +290101116,3,3,1,16005003,0,30,223041903 +290101117,3,3,1,16005003,0,30,223041903 +290101001,4,4,1,1,0,1000000,223041903 +290101002,4,4,1,1,0,1000000,223041903 +290101003,4,4,1,1,0,1000000,223041903 +290101004,4,4,1,1,0,1000000,223041903 +290101005,4,4,1,1,0,1000000,223041903 +290101006,4,4,1,1,0,1000000,223041903 +290101007,4,4,1,1,0,1000000,223041903 +290101008,4,4,1,1,0,1000000,223041903 +290101009,4,4,1,1,0,1000000,223041903 +290101010,4,4,1,1,0,1000000,223041903 +290101011,4,4,1,1,0,1000000,223041903 +290101012,4,4,1,1,0,1000000,223041903 +290101013,4,4,1,1,0,1000000,223041903 +290101014,4,4,1,1,0,1000000,223041903 +290101015,4,4,1,1,0,1000000,223041903 +290101016,4,4,1,1,0,1000000,223041903 +290101017,4,4,1,1,0,1000000,223041903 +290101018,4,4,1,1,0,1000000,223041903 +290101019,4,4,1,1,0,1000000,223041903 +290101020,4,4,1,1,0,1000000,223041903 +290101021,4,4,1,1,0,1000000,223041903 +290101022,4,4,1,1,0,1000000,223041903 +290101023,4,4,1,1,0,1000000,223041903 +290101024,4,4,1,1,0,1000000,223041903 +290101025,4,4,1,1,0,1000000,223041903 +290101026,4,4,1,1,0,1000000,223041903 +290101027,4,4,1,1,0,1000000,223041903 +290101028,4,4,1,1,0,1000000,223041903 +290101029,4,4,1,1,0,1000000,223041903 +290101030,4,4,1,1,0,1000000,223041903 +290101031,4,4,1,1,0,1000000,223041903 +290101032,4,4,1,1,0,1000000,223041903 +290101033,4,4,1,1,0,1000000,223041903 +290101034,4,4,1,1,0,1000000,223041903 +290101035,4,4,1,1,0,1000000,223041903 +290101036,4,4,1,1,0,1000000,223041903 +290101037,4,4,1,1,0,1000000,223041903 +290101038,4,4,1,1,0,1000000,223041903 +290101039,4,4,1,1,0,1000000,223041903 +290101040,4,4,1,1,0,500000,223041903 +290101041,4,4,1,1,0,500000,223041903 +290101042,4,4,1,1,0,500000,223041903 +290101043,4,4,1,1,0,500000,223041903 +290101044,4,4,1,1,0,500000,223041903 +290101045,4,4,1,1,0,500000,223041903 +290101046,4,4,1,1,0,500000,223041903 +290101047,4,4,1,1,0,500000,223041903 +290101048,4,4,1,1,0,500000,223041903 +290101049,4,4,1,1,0,500000,223041903 +290101050,4,4,1,1,0,500000,223041903 +290101051,4,4,1,1,0,500000,223041903 +290101052,4,4,1,1,0,500000,223041903 +290101053,4,4,1,1,0,500000,223041903 +290101054,4,4,1,1,0,500000,223041903 +290101055,4,4,1,1,0,500000,223041903 +290101056,4,4,1,1,0,500000,223041903 +290101057,4,4,1,1,0,500000,223041903 +290101058,4,4,1,1,0,500000,223041903 +290101059,4,4,1,1,0,500000,223041903 +290101060,4,4,1,1,0,500000,223041903 +290101061,4,4,1,1,0,500000,223041903 +290101062,4,4,1,1,0,500000,223041903 +290101063,4,4,1,1,0,500000,223041903 +290101064,4,4,1,1,0,500000,223041903 +290101065,4,4,1,1,0,500000,223041903 +290101066,4,4,1,1,0,500000,223041903 +290101067,4,4,1,1,0,500000,223041903 +290101068,4,4,1,1,0,500000,223041903 +290101069,4,4,1,1,0,500000,223041903 +290101070,4,4,1,1,0,500000,223041903 +290101071,4,4,1,1,0,500000,223041903 +290101072,4,4,1,1,0,500000,223041903 +290101073,4,4,1,1,0,500000,223041903 +290101074,4,4,1,1,0,500000,223041903 +290101075,4,4,1,1,0,500000,223041903 +290101076,4,4,1,1,0,500000,223041903 +290101077,4,4,1,1,0,500000,223041903 +290101078,4,4,1,1,0,500000,223041903 +290101079,4,4,1,1,0,150000,223041903 +290101080,4,4,1,1,0,150000,223041903 +290101081,4,4,1,1,0,150000,223041903 +290101082,4,4,1,1,0,150000,223041903 +290101083,4,4,1,1,0,150000,223041903 +290101084,4,4,1,1,0,150000,223041903 +290101085,4,4,1,1,0,150000,223041903 +290101086,4,4,1,1,0,150000,223041903 +290101087,4,4,1,1,0,150000,223041903 +290101088,4,4,1,1,0,150000,223041903 +290101089,4,4,1,1,0,150000,223041903 +290101090,4,4,1,1,0,150000,223041903 +290101091,4,4,1,1,0,150000,223041903 +290101092,4,4,1,1,0,150000,223041903 +290101093,4,4,1,1,0,150000,223041903 +290101094,4,4,1,1,0,150000,223041903 +290101095,4,4,1,1,0,150000,223041903 +290101096,4,4,1,1,0,150000,223041903 +290101097,4,4,1,1,0,150000,223041903 +290101098,4,4,1,1,0,150000,223041903 +290101099,4,4,1,1,0,150000,223041903 +290101100,4,4,1,1,0,150000,223041903 +290101101,4,4,1,1,0,150000,223041903 +290101102,4,4,1,1,0,150000,223041903 +290101103,4,4,1,1,0,150000,223041903 +290101104,4,4,1,1,0,150000,223041903 +290101105,4,4,1,1,0,150000,223041903 +290101106,4,4,1,1,0,150000,223041903 +290101107,4,4,1,1,0,150000,223041903 +290101108,4,4,1,1,0,150000,223041903 +290101109,4,4,1,1,0,150000,223041903 +290101110,4,4,1,1,0,150000,223041903 +290101111,4,4,1,1,0,150000,223041903 +290101112,4,4,1,1,0,150000,223041903 +290101113,4,4,1,1,0,150000,223041903 +290101114,4,4,1,1,0,150000,223041903 +290101115,4,4,1,1,0,150000,223041903 +290101116,4,4,1,1,0,150000,223041903 +290101117,4,4,1,1,0,150000,223041903 +290102001,1,8,1,4000118,0,1,223043004 +290102002,1,8,1,4000119,0,1,223043004 +290102003,1,8,1,4000120,0,1,223043004 +290102004,1,8,1,4000121,0,1,223043004 +290102005,1,8,1,4000122,0,1,223043004 +290102006,1,8,1,4000123,0,1,223043004 +290102007,1,8,1,4000124,0,1,223043004 +290102008,1,8,1,4000125,0,1,223043004 +290102009,1,8,1,4000126,0,1,223043004 +290102010,1,8,1,4000127,0,1,223043004 +290102011,1,8,1,4000128,0,1,223043004 +290102012,1,8,1,4000129,0,1,223043004 +290102013,1,8,1,4000130,0,1,223043004 +290102014,1,8,1,4000131,0,1,223043004 +290102015,1,8,1,4000132,0,1,223043004 +290102016,1,8,1,4000133,0,1,223043004 +290102017,1,8,1,4000134,0,1,223043004 +290102018,1,8,1,4000135,0,1,223043004 +290102019,1,8,1,4000136,0,1,223043004 +290102020,1,8,1,4000137,0,1,223043004 +290102021,1,8,1,4000138,0,1,223043004 +290102022,1,8,1,4000139,0,1,223043004 +290102023,1,8,1,4000140,0,1,223043004 +290102024,1,8,1,4000141,0,1,223043004 +290102025,1,8,1,4000142,0,1,223043004 +290102026,1,8,1,4000143,0,1,223043004 +290102027,1,8,1,4000144,0,1,223043004 +290102028,1,8,1,4000145,0,1,223043004 +290102029,1,8,1,4000146,0,1,223043004 +290102030,1,8,1,4000147,0,1,223043004 +290102031,1,8,1,4000148,0,1,223043004 +290102032,1,8,1,4000149,0,1,223043004 +290102033,1,8,1,4000150,0,1,223043004 +290102034,1,8,1,4000151,0,1,223043004 +290102035,1,8,1,4000152,0,1,223043004 +290102036,1,8,1,4000153,0,1,223043004 +290102037,1,8,1,4000154,0,1,223043004 +290102038,1,8,1,4000155,0,1,223043004 +290102039,1,8,1,4000156,0,1,223043004 +290102040,1,8,1,4000157,0,1,223043004 +290102041,1,8,1,4000158,0,1,223043004 +290102042,1,8,1,4000159,0,1,223043004 +290102043,1,8,1,4000160,0,1,223043004 +290102044,1,8,1,4000161,0,1,223043004 +290102045,1,8,1,4000162,0,1,223043004 +290102046,1,8,1,4000163,0,1,223043004 +290102047,1,8,1,4000164,0,1,223043004 +290102048,1,8,1,4000165,0,1,223043004 +290102049,1,8,1,4000166,0,1,223043004 +290102050,1,8,1,4000167,0,1,223043004 +290102051,1,8,1,4000168,0,1,223043004 +290102052,1,8,1,4000169,0,1,223043004 +290102053,1,8,1,4000170,0,1,223043004 +290102054,1,8,1,4000171,0,1,223043004 +290102055,1,8,1,4000172,0,1,223043004 +290102056,1,8,1,4000173,0,1,223043004 +290102057,1,8,1,4000174,0,1,223043004 +290102058,1,8,1,4000175,0,1,223043004 +290102059,1,8,1,4000176,0,1,223043004 +290102060,1,8,1,4000177,0,1,223043004 +290102061,1,8,1,4000178,0,1,223043004 +290102062,1,8,1,4000179,0,1,223043004 +290102063,1,8,1,4000180,0,1,223043004 +290102064,1,8,1,4000181,0,1,223043004 +290102065,1,8,1,4000182,0,1,223043004 +290102066,1,8,1,4000183,0,1,223043004 +290102067,1,8,1,4000184,0,1,223043004 +290102068,1,8,1,4000185,0,1,223043004 +290102069,1,8,1,4000186,0,1,223043004 +290102070,1,8,1,4000187,0,1,223043004 +290102071,1,8,1,4000188,0,1,223043004 +290102072,1,8,1,4000189,0,1,223043004 +290102073,1,8,1,4000190,0,1,223043004 +290102074,1,8,1,4000191,0,1,223043004 +290102075,1,8,1,4000192,0,1,223043004 +290102076,1,8,1,4000193,0,1,223043004 +290102077,1,8,1,4000194,0,1,223043004 +290102078,1,8,1,4000195,0,1,223043004 +290102079,1,8,1,4000196,0,1,223043004 +290102080,1,8,1,4000197,0,1,223043004 +290102081,1,8,1,4000198,0,1,223043004 +290102082,1,8,1,4000199,0,1,223043004 +290102083,1,8,1,4000200,0,1,223043004 +290102084,1,8,1,4000201,0,1,223043004 +290102085,1,8,1,4000202,0,1,223043004 +290102086,1,8,1,4000203,0,1,223043004 +290102087,1,8,1,4000204,0,1,223043004 +290102088,1,8,1,4000205,0,1,223043004 +290102089,1,8,1,4000206,0,1,223043004 +290102090,1,8,1,4000207,0,1,223043004 +290102091,1,8,1,4000208,0,1,223043004 +290102092,1,8,1,4000209,0,1,223043004 +290102093,1,8,1,4000210,0,1,223043004 +290102094,1,8,1,4000211,0,1,223043004 +290102095,1,8,1,4000212,0,1,223043004 +290102096,1,8,1,4000213,0,1,223043004 +290102097,1,8,1,4000214,0,1,223043004 +290102098,1,8,1,4000215,0,1,223043004 +290102099,1,8,1,4000216,0,1,223043004 +290102100,1,8,1,4000217,0,1,223043004 +290102101,1,8,1,4000218,0,1,223043004 +290102102,1,8,1,4000219,0,1,223043004 +290102103,1,8,1,4000220,0,1,223043004 +290102104,1,8,1,4000221,0,1,223043004 +290102105,1,8,1,4000222,0,1,223043004 +290102106,1,8,1,4000223,0,1,223043004 +290102107,1,8,1,4000224,0,1,223043004 +290102108,1,8,1,4000225,0,1,223043004 +290102109,1,8,1,4000226,0,1,223043004 +290102110,1,8,1,4000227,0,1,223043004 +290102111,1,8,1,4000228,0,1,223043004 +290102112,1,8,1,4000229,0,1,223043004 +290102113,1,8,1,4000230,0,1,223043004 +290102114,1,8,1,4000231,0,1,223043004 +290102115,1,8,1,4000232,0,1,223043004 +290102116,1,8,1,4000233,0,1,223043004 +290102117,1,8,1,4000234,0,1,223043004 +290102001,2,1,1,0,0,300,223043004 +290102002,2,1,1,0,0,300,223043004 +290102003,2,1,1,0,0,300,223043004 +290102004,2,1,1,0,0,300,223043004 +290102005,2,1,1,0,0,300,223043004 +290102006,2,1,1,0,0,300,223043004 +290102007,2,1,1,0,0,300,223043004 +290102008,2,1,1,0,0,300,223043004 +290102009,2,1,1,0,0,300,223043004 +290102010,2,1,1,0,0,300,223043004 +290102011,2,1,1,0,0,300,223043004 +290102012,2,1,1,0,0,300,223043004 +290102013,2,1,1,0,0,300,223043004 +290102014,2,1,1,0,0,300,223043004 +290102015,2,1,1,0,0,300,223043004 +290102016,2,1,1,0,0,300,223043004 +290102017,2,1,1,0,0,300,223043004 +290102018,2,1,1,0,0,300,223043004 +290102019,2,1,1,0,0,300,223043004 +290102020,2,1,1,0,0,300,223043004 +290102021,2,1,1,0,0,300,223043004 +290102022,2,1,1,0,0,300,223043004 +290102023,2,1,1,0,0,300,223043004 +290102024,2,1,1,0,0,300,223043004 +290102025,2,1,1,0,0,300,223043004 +290102026,2,1,1,0,0,300,223043004 +290102027,2,1,1,0,0,300,223043004 +290102028,2,1,1,0,0,300,223043004 +290102029,2,1,1,0,0,300,223043004 +290102030,2,1,1,0,0,300,223043004 +290102031,2,1,1,0,0,300,223043004 +290102032,2,1,1,0,0,300,223043004 +290102033,2,1,1,0,0,300,223043004 +290102034,2,1,1,0,0,300,223043004 +290102035,2,1,1,0,0,300,223043004 +290102036,2,1,1,0,0,300,223043004 +290102037,2,1,1,0,0,300,223043004 +290102038,2,1,1,0,0,300,223043004 +290102039,2,1,1,0,0,300,223043004 +290102040,2,1,1,0,0,200,223043004 +290102041,2,1,1,0,0,200,223043004 +290102042,2,1,1,0,0,200,223043004 +290102043,2,1,1,0,0,200,223043004 +290102044,2,1,1,0,0,200,223043004 +290102045,2,1,1,0,0,200,223043004 +290102046,2,1,1,0,0,200,223043004 +290102047,2,1,1,0,0,200,223043004 +290102048,2,1,1,0,0,200,223043004 +290102049,2,1,1,0,0,200,223043004 +290102050,2,1,1,0,0,200,223043004 +290102051,2,1,1,0,0,200,223043004 +290102052,2,1,1,0,0,200,223043004 +290102053,2,1,1,0,0,200,223043004 +290102054,2,1,1,0,0,200,223043004 +290102055,2,1,1,0,0,200,223043004 +290102056,2,1,1,0,0,200,223043004 +290102057,2,1,1,0,0,200,223043004 +290102058,2,1,1,0,0,200,223043004 +290102059,2,1,1,0,0,200,223043004 +290102060,2,1,1,0,0,200,223043004 +290102061,2,1,1,0,0,200,223043004 +290102062,2,1,1,0,0,200,223043004 +290102063,2,1,1,0,0,200,223043004 +290102064,2,1,1,0,0,200,223043004 +290102065,2,1,1,0,0,200,223043004 +290102066,2,1,1,0,0,200,223043004 +290102067,2,1,1,0,0,200,223043004 +290102068,2,1,1,0,0,200,223043004 +290102069,2,1,1,0,0,200,223043004 +290102070,2,1,1,0,0,200,223043004 +290102071,2,1,1,0,0,200,223043004 +290102072,2,1,1,0,0,200,223043004 +290102073,2,1,1,0,0,200,223043004 +290102074,2,1,1,0,0,200,223043004 +290102075,2,1,1,0,0,200,223043004 +290102076,2,1,1,0,0,200,223043004 +290102077,2,1,1,0,0,200,223043004 +290102078,2,1,1,0,0,200,223043004 +290102079,2,1,1,0,0,100,223043004 +290102080,2,1,1,0,0,100,223043004 +290102081,2,1,1,0,0,100,223043004 +290102082,2,1,1,0,0,100,223043004 +290102083,2,1,1,0,0,100,223043004 +290102084,2,1,1,0,0,100,223043004 +290102085,2,1,1,0,0,100,223043004 +290102086,2,1,1,0,0,100,223043004 +290102087,2,1,1,0,0,100,223043004 +290102088,2,1,1,0,0,100,223043004 +290102089,2,1,1,0,0,100,223043004 +290102090,2,1,1,0,0,100,223043004 +290102091,2,1,1,0,0,100,223043004 +290102092,2,1,1,0,0,100,223043004 +290102093,2,1,1,0,0,100,223043004 +290102094,2,1,1,0,0,100,223043004 +290102095,2,1,1,0,0,100,223043004 +290102096,2,1,1,0,0,100,223043004 +290102097,2,1,1,0,0,100,223043004 +290102098,2,1,1,0,0,100,223043004 +290102099,2,1,1,0,0,100,223043004 +290102100,2,1,1,0,0,100,223043004 +290102101,2,1,1,0,0,100,223043004 +290102102,2,1,1,0,0,100,223043004 +290102103,2,1,1,0,0,100,223043004 +290102104,2,1,1,0,0,100,223043004 +290102105,2,1,1,0,0,100,223043004 +290102106,2,1,1,0,0,100,223043004 +290102107,2,1,1,0,0,100,223043004 +290102108,2,1,1,0,0,100,223043004 +290102109,2,1,1,0,0,100,223043004 +290102110,2,1,1,0,0,100,223043004 +290102111,2,1,1,0,0,100,223043004 +290102112,2,1,1,0,0,100,223043004 +290102113,2,1,1,0,0,100,223043004 +290102114,2,1,1,0,0,100,223043004 +290102115,2,1,1,0,0,100,223043004 +290102116,2,1,1,0,0,100,223043004 +290102117,2,1,1,0,0,100,223043004 +290102001,3,3,1,16005003,0,150,223043004 +290102002,3,3,1,16005003,0,150,223043004 +290102003,3,3,1,16005003,0,150,223043004 +290102004,3,3,1,16005003,0,150,223043004 +290102005,3,3,1,16005003,0,150,223043004 +290102006,3,3,1,16005003,0,150,223043004 +290102007,3,3,1,16005003,0,150,223043004 +290102008,3,3,1,16005003,0,150,223043004 +290102009,3,3,1,16005003,0,150,223043004 +290102010,3,3,1,16005003,0,150,223043004 +290102011,3,3,1,16005003,0,150,223043004 +290102012,3,3,1,16005003,0,150,223043004 +290102013,3,3,1,16005003,0,150,223043004 +290102014,3,3,1,16005003,0,150,223043004 +290102015,3,3,1,16005003,0,150,223043004 +290102016,3,3,1,16005003,0,150,223043004 +290102017,3,3,1,16005003,0,150,223043004 +290102018,3,3,1,16005003,0,150,223043004 +290102019,3,3,1,16005003,0,150,223043004 +290102020,3,3,1,16005003,0,150,223043004 +290102021,3,3,1,16005003,0,150,223043004 +290102022,3,3,1,16005003,0,150,223043004 +290102023,3,3,1,16005003,0,150,223043004 +290102024,3,3,1,16005003,0,150,223043004 +290102025,3,3,1,16005003,0,150,223043004 +290102026,3,3,1,16005003,0,150,223043004 +290102027,3,3,1,16005003,0,150,223043004 +290102028,3,3,1,16005003,0,150,223043004 +290102029,3,3,1,16005003,0,150,223043004 +290102030,3,3,1,16005003,0,150,223043004 +290102031,3,3,1,16005003,0,150,223043004 +290102032,3,3,1,16005003,0,150,223043004 +290102033,3,3,1,16005003,0,150,223043004 +290102034,3,3,1,16005003,0,150,223043004 +290102035,3,3,1,16005003,0,150,223043004 +290102036,3,3,1,16005003,0,150,223043004 +290102037,3,3,1,16005003,0,150,223043004 +290102038,3,3,1,16005003,0,150,223043004 +290102039,3,3,1,16005003,0,150,223043004 +290102040,3,3,1,16005003,0,75,223043004 +290102041,3,3,1,16005003,0,75,223043004 +290102042,3,3,1,16005003,0,75,223043004 +290102043,3,3,1,16005003,0,75,223043004 +290102044,3,3,1,16005003,0,75,223043004 +290102045,3,3,1,16005003,0,75,223043004 +290102046,3,3,1,16005003,0,75,223043004 +290102047,3,3,1,16005003,0,75,223043004 +290102048,3,3,1,16005003,0,75,223043004 +290102049,3,3,1,16005003,0,75,223043004 +290102050,3,3,1,16005003,0,75,223043004 +290102051,3,3,1,16005003,0,75,223043004 +290102052,3,3,1,16005003,0,75,223043004 +290102053,3,3,1,16005003,0,75,223043004 +290102054,3,3,1,16005003,0,75,223043004 +290102055,3,3,1,16005003,0,75,223043004 +290102056,3,3,1,16005003,0,75,223043004 +290102057,3,3,1,16005003,0,75,223043004 +290102058,3,3,1,16005003,0,75,223043004 +290102059,3,3,1,16005003,0,75,223043004 +290102060,3,3,1,16005003,0,75,223043004 +290102061,3,3,1,16005003,0,75,223043004 +290102062,3,3,1,16005003,0,75,223043004 +290102063,3,3,1,16005003,0,75,223043004 +290102064,3,3,1,16005003,0,75,223043004 +290102065,3,3,1,16005003,0,75,223043004 +290102066,3,3,1,16005003,0,75,223043004 +290102067,3,3,1,16005003,0,75,223043004 +290102068,3,3,1,16005003,0,75,223043004 +290102069,3,3,1,16005003,0,75,223043004 +290102070,3,3,1,16005003,0,75,223043004 +290102071,3,3,1,16005003,0,75,223043004 +290102072,3,3,1,16005003,0,75,223043004 +290102073,3,3,1,16005003,0,75,223043004 +290102074,3,3,1,16005003,0,75,223043004 +290102075,3,3,1,16005003,0,75,223043004 +290102076,3,3,1,16005003,0,75,223043004 +290102077,3,3,1,16005003,0,75,223043004 +290102078,3,3,1,16005003,0,75,223043004 +290102079,3,3,1,16005003,0,30,223043004 +290102080,3,3,1,16005003,0,30,223043004 +290102081,3,3,1,16005003,0,30,223043004 +290102082,3,3,1,16005003,0,30,223043004 +290102083,3,3,1,16005003,0,30,223043004 +290102084,3,3,1,16005003,0,30,223043004 +290102085,3,3,1,16005003,0,30,223043004 +290102086,3,3,1,16005003,0,30,223043004 +290102087,3,3,1,16005003,0,30,223043004 +290102088,3,3,1,16005003,0,30,223043004 +290102089,3,3,1,16005003,0,30,223043004 +290102090,3,3,1,16005003,0,30,223043004 +290102091,3,3,1,16005003,0,30,223043004 +290102092,3,3,1,16005003,0,30,223043004 +290102093,3,3,1,16005003,0,30,223043004 +290102094,3,3,1,16005003,0,30,223043004 +290102095,3,3,1,16005003,0,30,223043004 +290102096,3,3,1,16005003,0,30,223043004 +290102097,3,3,1,16005003,0,30,223043004 +290102098,3,3,1,16005003,0,30,223043004 +290102099,3,3,1,16005003,0,30,223043004 +290102100,3,3,1,16005003,0,30,223043004 +290102101,3,3,1,16005003,0,30,223043004 +290102102,3,3,1,16005003,0,30,223043004 +290102103,3,3,1,16005003,0,30,223043004 +290102104,3,3,1,16005003,0,30,223043004 +290102105,3,3,1,16005003,0,30,223043004 +290102106,3,3,1,16005003,0,30,223043004 +290102107,3,3,1,16005003,0,30,223043004 +290102108,3,3,1,16005003,0,30,223043004 +290102109,3,3,1,16005003,0,30,223043004 +290102110,3,3,1,16005003,0,30,223043004 +290102111,3,3,1,16005003,0,30,223043004 +290102112,3,3,1,16005003,0,30,223043004 +290102113,3,3,1,16005003,0,30,223043004 +290102114,3,3,1,16005003,0,30,223043004 +290102115,3,3,1,16005003,0,30,223043004 +290102116,3,3,1,16005003,0,30,223043004 +290102117,3,3,1,16005003,0,30,223043004 +290102001,4,4,1,1,0,1000000,223043004 +290102002,4,4,1,1,0,1000000,223043004 +290102003,4,4,1,1,0,1000000,223043004 +290102004,4,4,1,1,0,1000000,223043004 +290102005,4,4,1,1,0,1000000,223043004 +290102006,4,4,1,1,0,1000000,223043004 +290102007,4,4,1,1,0,1000000,223043004 +290102008,4,4,1,1,0,1000000,223043004 +290102009,4,4,1,1,0,1000000,223043004 +290102010,4,4,1,1,0,1000000,223043004 +290102011,4,4,1,1,0,1000000,223043004 +290102012,4,4,1,1,0,1000000,223043004 +290102013,4,4,1,1,0,1000000,223043004 +290102014,4,4,1,1,0,1000000,223043004 +290102015,4,4,1,1,0,1000000,223043004 +290102016,4,4,1,1,0,1000000,223043004 +290102017,4,4,1,1,0,1000000,223043004 +290102018,4,4,1,1,0,1000000,223043004 +290102019,4,4,1,1,0,1000000,223043004 +290102020,4,4,1,1,0,1000000,223043004 +290102021,4,4,1,1,0,1000000,223043004 +290102022,4,4,1,1,0,1000000,223043004 +290102023,4,4,1,1,0,1000000,223043004 +290102024,4,4,1,1,0,1000000,223043004 +290102025,4,4,1,1,0,1000000,223043004 +290102026,4,4,1,1,0,1000000,223043004 +290102027,4,4,1,1,0,1000000,223043004 +290102028,4,4,1,1,0,1000000,223043004 +290102029,4,4,1,1,0,1000000,223043004 +290102030,4,4,1,1,0,1000000,223043004 +290102031,4,4,1,1,0,1000000,223043004 +290102032,4,4,1,1,0,1000000,223043004 +290102033,4,4,1,1,0,1000000,223043004 +290102034,4,4,1,1,0,1000000,223043004 +290102035,4,4,1,1,0,1000000,223043004 +290102036,4,4,1,1,0,1000000,223043004 +290102037,4,4,1,1,0,1000000,223043004 +290102038,4,4,1,1,0,1000000,223043004 +290102039,4,4,1,1,0,1000000,223043004 +290102040,4,4,1,1,0,500000,223043004 +290102041,4,4,1,1,0,500000,223043004 +290102042,4,4,1,1,0,500000,223043004 +290102043,4,4,1,1,0,500000,223043004 +290102044,4,4,1,1,0,500000,223043004 +290102045,4,4,1,1,0,500000,223043004 +290102046,4,4,1,1,0,500000,223043004 +290102047,4,4,1,1,0,500000,223043004 +290102048,4,4,1,1,0,500000,223043004 +290102049,4,4,1,1,0,500000,223043004 +290102050,4,4,1,1,0,500000,223043004 +290102051,4,4,1,1,0,500000,223043004 +290102052,4,4,1,1,0,500000,223043004 +290102053,4,4,1,1,0,500000,223043004 +290102054,4,4,1,1,0,500000,223043004 +290102055,4,4,1,1,0,500000,223043004 +290102056,4,4,1,1,0,500000,223043004 +290102057,4,4,1,1,0,500000,223043004 +290102058,4,4,1,1,0,500000,223043004 +290102059,4,4,1,1,0,500000,223043004 +290102060,4,4,1,1,0,500000,223043004 +290102061,4,4,1,1,0,500000,223043004 +290102062,4,4,1,1,0,500000,223043004 +290102063,4,4,1,1,0,500000,223043004 +290102064,4,4,1,1,0,500000,223043004 +290102065,4,4,1,1,0,500000,223043004 +290102066,4,4,1,1,0,500000,223043004 +290102067,4,4,1,1,0,500000,223043004 +290102068,4,4,1,1,0,500000,223043004 +290102069,4,4,1,1,0,500000,223043004 +290102070,4,4,1,1,0,500000,223043004 +290102071,4,4,1,1,0,500000,223043004 +290102072,4,4,1,1,0,500000,223043004 +290102073,4,4,1,1,0,500000,223043004 +290102074,4,4,1,1,0,500000,223043004 +290102075,4,4,1,1,0,500000,223043004 +290102076,4,4,1,1,0,500000,223043004 +290102077,4,4,1,1,0,500000,223043004 +290102078,4,4,1,1,0,500000,223043004 +290102079,4,4,1,1,0,150000,223043004 +290102080,4,4,1,1,0,150000,223043004 +290102081,4,4,1,1,0,150000,223043004 +290102082,4,4,1,1,0,150000,223043004 +290102083,4,4,1,1,0,150000,223043004 +290102084,4,4,1,1,0,150000,223043004 +290102085,4,4,1,1,0,150000,223043004 +290102086,4,4,1,1,0,150000,223043004 +290102087,4,4,1,1,0,150000,223043004 +290102088,4,4,1,1,0,150000,223043004 +290102089,4,4,1,1,0,150000,223043004 +290102090,4,4,1,1,0,150000,223043004 +290102091,4,4,1,1,0,150000,223043004 +290102092,4,4,1,1,0,150000,223043004 +290102093,4,4,1,1,0,150000,223043004 +290102094,4,4,1,1,0,150000,223043004 +290102095,4,4,1,1,0,150000,223043004 +290102096,4,4,1,1,0,150000,223043004 +290102097,4,4,1,1,0,150000,223043004 +290102098,4,4,1,1,0,150000,223043004 +290102099,4,4,1,1,0,150000,223043004 +290102100,4,4,1,1,0,150000,223043004 +290102101,4,4,1,1,0,150000,223043004 +290102102,4,4,1,1,0,150000,223043004 +290102103,4,4,1,1,0,150000,223043004 +290102104,4,4,1,1,0,150000,223043004 +290102105,4,4,1,1,0,150000,223043004 +290102106,4,4,1,1,0,150000,223043004 +290102107,4,4,1,1,0,150000,223043004 +290102108,4,4,1,1,0,150000,223043004 +290102109,4,4,1,1,0,150000,223043004 +290102110,4,4,1,1,0,150000,223043004 +290102111,4,4,1,1,0,150000,223043004 +290102112,4,4,1,1,0,150000,223043004 +290102113,4,4,1,1,0,150000,223043004 +290102114,4,4,1,1,0,150000,223043004 +290102115,4,4,1,1,0,150000,223043004 +290102116,4,4,1,1,0,150000,223043004 +290102117,4,4,1,1,0,150000,223043004 +290104001,1,8,1,4000235,0,1,223051504 +290104002,1,8,1,4000236,0,1,223051504 +290104003,1,8,1,4000237,0,1,223051504 +290104004,1,8,1,4000238,0,1,223051504 +290104005,1,8,1,4000239,0,1,223051504 +290104006,1,8,1,4000240,0,1,223051504 +290104007,1,8,1,4000241,0,1,223051504 +290104008,1,8,1,4000242,0,1,223051504 +290104009,1,8,1,4000243,0,1,223051504 +290104010,1,8,1,4000244,0,1,223051504 +290104011,1,8,1,4000245,0,1,223051504 +290104012,1,8,1,4000246,0,1,223051504 +290104013,1,8,1,4000247,0,1,223051504 +290104014,1,8,1,4000248,0,1,223051504 +290104015,1,8,1,4000249,0,1,223051504 +290104016,1,8,1,4000250,0,1,223051504 +290104017,1,8,1,4000251,0,1,223051504 +290104018,1,8,1,4000252,0,1,223051504 +290104019,1,8,1,4000253,0,1,223051504 +290104020,1,8,1,4000254,0,1,223051504 +290104021,1,8,1,4000255,0,1,223051504 +290104022,1,8,1,4000256,0,1,223051504 +290104023,1,8,1,4000257,0,1,223051504 +290104024,1,8,1,4000258,0,1,223051504 +290104025,1,8,1,4000259,0,1,223051504 +290104026,1,8,1,4000260,0,1,223051504 +290104027,1,8,1,4000261,0,1,223051504 +290104028,1,8,1,4000262,0,1,223051504 +290104029,1,8,1,4000263,0,1,223051504 +290104030,1,8,1,4000264,0,1,223051504 +290104031,1,8,1,4000265,0,1,223051504 +290104032,1,8,1,4000266,0,1,223051504 +290104033,1,8,1,4000267,0,1,223051504 +290104034,1,8,1,4000268,0,1,223051504 +290104035,1,8,1,4000269,0,1,223051504 +290104036,1,8,1,4000270,0,1,223051504 +290104037,1,8,1,4000271,0,1,223051504 +290104038,1,8,1,4000272,0,1,223051504 +290104039,1,8,1,4000273,0,1,223051504 +290104040,1,8,1,4000274,0,1,223051504 +290104041,1,8,1,4000275,0,1,223051504 +290104042,1,8,1,4000276,0,1,223051504 +290104043,1,8,1,4000277,0,1,223051504 +290104044,1,8,1,4000278,0,1,223051504 +290104045,1,8,1,4000279,0,1,223051504 +290104046,1,8,1,4000280,0,1,223051504 +290104047,1,8,1,4000281,0,1,223051504 +290104048,1,8,1,4000282,0,1,223051504 +290104049,1,8,1,4000283,0,1,223051504 +290104050,1,8,1,4000284,0,1,223051504 +290104051,1,8,1,4000285,0,1,223051504 +290104052,1,8,1,4000286,0,1,223051504 +290104053,1,8,1,4000287,0,1,223051504 +290104054,1,8,1,4000288,0,1,223051504 +290104055,1,8,1,4000289,0,1,223051504 +290104056,1,8,1,4000290,0,1,223051504 +290104057,1,8,1,4000291,0,1,223051504 +290104058,1,8,1,4000292,0,1,223051504 +290104059,1,8,1,4000293,0,1,223051504 +290104060,1,8,1,4000294,0,1,223051504 +290104061,1,8,1,4000295,0,1,223051504 +290104062,1,8,1,4000296,0,1,223051504 +290104063,1,8,1,4000297,0,1,223051504 +290104064,1,8,1,4000298,0,1,223051504 +290104065,1,8,1,4000299,0,1,223051504 +290104066,1,8,1,4000300,0,1,223051504 +290104067,1,8,1,4000301,0,1,223051504 +290104068,1,8,1,4000302,0,1,223051504 +290104069,1,8,1,4000303,0,1,223051504 +290104070,1,8,1,4000304,0,1,223051504 +290104071,1,8,1,4000305,0,1,223051504 +290104072,1,8,1,4000306,0,1,223051504 +290104073,1,8,1,4000307,0,1,223051504 +290104074,1,8,1,4000308,0,1,223051504 +290104075,1,8,1,4000309,0,1,223051504 +290104076,1,8,1,4000310,0,1,223051504 +290104077,1,8,1,4000311,0,1,223051504 +290104078,1,8,1,4000312,0,1,223051504 +290104079,1,8,1,4000313,0,1,223051504 +290104080,1,8,1,4000314,0,1,223051504 +290104081,1,8,1,4000315,0,1,223051504 +290104082,1,8,1,4000316,0,1,223051504 +290104083,1,8,1,4000317,0,1,223051504 +290104084,1,8,1,4000318,0,1,223051504 +290104085,1,8,1,4000319,0,1,223051504 +290104086,1,8,1,4000320,0,1,223051504 +290104087,1,8,1,4000321,0,1,223051504 +290104088,1,8,1,4000322,0,1,223051504 +290104089,1,8,1,4000323,0,1,223051504 +290104090,1,8,1,4000324,0,1,223051504 +290104091,1,8,1,4000325,0,1,223051504 +290104092,1,8,1,4000326,0,1,223051504 +290104093,1,8,1,4000327,0,1,223051504 +290104094,1,8,1,4000328,0,1,223051504 +290104095,1,8,1,4000329,0,1,223051504 +290104096,1,8,1,4000330,0,1,223051504 +290104097,1,8,1,4000331,0,1,223051504 +290104098,1,8,1,4000332,0,1,223051504 +290104099,1,8,1,4000333,0,1,223051504 +290104100,1,8,1,4000334,0,1,223051504 +290104101,1,8,1,4000335,0,1,223051504 +290104102,1,8,1,4000336,0,1,223051504 +290104103,1,8,1,4000337,0,1,223051504 +290104104,1,8,1,4000338,0,1,223051504 +290104105,1,8,1,4000339,0,1,223051504 +290104106,1,8,1,4000340,0,1,223051504 +290104107,1,8,1,4000341,0,1,223051504 +290104108,1,8,1,4000342,0,1,223051504 +290104109,1,8,1,4000343,0,1,223051504 +290104110,1,8,1,4000344,0,1,223051504 +290104111,1,8,1,4000345,0,1,223051504 +290104112,1,8,1,4000346,0,1,223051504 +290104113,1,8,1,4000347,0,1,223051504 +290104114,1,8,1,4000348,0,1,223051504 +290104115,1,8,1,4000349,0,1,223051504 +290104116,1,8,1,4000350,0,1,223051504 +290104117,1,8,1,4000351,0,1,223051504 +290104001,2,1,1,0,0,300,223051504 +290104002,2,1,1,0,0,300,223051504 +290104003,2,1,1,0,0,300,223051504 +290104004,2,1,1,0,0,300,223051504 +290104005,2,1,1,0,0,300,223051504 +290104006,2,1,1,0,0,300,223051504 +290104007,2,1,1,0,0,300,223051504 +290104008,2,1,1,0,0,300,223051504 +290104009,2,1,1,0,0,300,223051504 +290104010,2,1,1,0,0,300,223051504 +290104011,2,1,1,0,0,300,223051504 +290104012,2,1,1,0,0,300,223051504 +290104013,2,1,1,0,0,300,223051504 +290104014,2,1,1,0,0,300,223051504 +290104015,2,1,1,0,0,300,223051504 +290104016,2,1,1,0,0,300,223051504 +290104017,2,1,1,0,0,300,223051504 +290104018,2,1,1,0,0,300,223051504 +290104019,2,1,1,0,0,300,223051504 +290104020,2,1,1,0,0,300,223051504 +290104021,2,1,1,0,0,300,223051504 +290104022,2,1,1,0,0,300,223051504 +290104023,2,1,1,0,0,300,223051504 +290104024,2,1,1,0,0,300,223051504 +290104025,2,1,1,0,0,300,223051504 +290104026,2,1,1,0,0,300,223051504 +290104027,2,1,1,0,0,300,223051504 +290104028,2,1,1,0,0,300,223051504 +290104029,2,1,1,0,0,300,223051504 +290104030,2,1,1,0,0,300,223051504 +290104031,2,1,1,0,0,300,223051504 +290104032,2,1,1,0,0,300,223051504 +290104033,2,1,1,0,0,300,223051504 +290104034,2,1,1,0,0,300,223051504 +290104035,2,1,1,0,0,300,223051504 +290104036,2,1,1,0,0,300,223051504 +290104037,2,1,1,0,0,300,223051504 +290104038,2,1,1,0,0,300,223051504 +290104039,2,1,1,0,0,300,223051504 +290104040,2,1,1,0,0,200,223051504 +290104041,2,1,1,0,0,200,223051504 +290104042,2,1,1,0,0,200,223051504 +290104043,2,1,1,0,0,200,223051504 +290104044,2,1,1,0,0,200,223051504 +290104045,2,1,1,0,0,200,223051504 +290104046,2,1,1,0,0,200,223051504 +290104047,2,1,1,0,0,200,223051504 +290104048,2,1,1,0,0,200,223051504 +290104049,2,1,1,0,0,200,223051504 +290104050,2,1,1,0,0,200,223051504 +290104051,2,1,1,0,0,200,223051504 +290104052,2,1,1,0,0,200,223051504 +290104053,2,1,1,0,0,200,223051504 +290104054,2,1,1,0,0,200,223051504 +290104055,2,1,1,0,0,200,223051504 +290104056,2,1,1,0,0,200,223051504 +290104057,2,1,1,0,0,200,223051504 +290104058,2,1,1,0,0,200,223051504 +290104059,2,1,1,0,0,200,223051504 +290104060,2,1,1,0,0,200,223051504 +290104061,2,1,1,0,0,200,223051504 +290104062,2,1,1,0,0,200,223051504 +290104063,2,1,1,0,0,200,223051504 +290104064,2,1,1,0,0,200,223051504 +290104065,2,1,1,0,0,200,223051504 +290104066,2,1,1,0,0,200,223051504 +290104067,2,1,1,0,0,200,223051504 +290104068,2,1,1,0,0,200,223051504 +290104069,2,1,1,0,0,200,223051504 +290104070,2,1,1,0,0,200,223051504 +290104071,2,1,1,0,0,200,223051504 +290104072,2,1,1,0,0,200,223051504 +290104073,2,1,1,0,0,200,223051504 +290104074,2,1,1,0,0,200,223051504 +290104075,2,1,1,0,0,200,223051504 +290104076,2,1,1,0,0,200,223051504 +290104077,2,1,1,0,0,200,223051504 +290104078,2,1,1,0,0,200,223051504 +290104079,2,1,1,0,0,100,223051504 +290104080,2,1,1,0,0,100,223051504 +290104081,2,1,1,0,0,100,223051504 +290104082,2,1,1,0,0,100,223051504 +290104083,2,1,1,0,0,100,223051504 +290104084,2,1,1,0,0,100,223051504 +290104085,2,1,1,0,0,100,223051504 +290104086,2,1,1,0,0,100,223051504 +290104087,2,1,1,0,0,100,223051504 +290104088,2,1,1,0,0,100,223051504 +290104089,2,1,1,0,0,100,223051504 +290104090,2,1,1,0,0,100,223051504 +290104091,2,1,1,0,0,100,223051504 +290104092,2,1,1,0,0,100,223051504 +290104093,2,1,1,0,0,100,223051504 +290104094,2,1,1,0,0,100,223051504 +290104095,2,1,1,0,0,100,223051504 +290104096,2,1,1,0,0,100,223051504 +290104097,2,1,1,0,0,100,223051504 +290104098,2,1,1,0,0,100,223051504 +290104099,2,1,1,0,0,100,223051504 +290104100,2,1,1,0,0,100,223051504 +290104101,2,1,1,0,0,100,223051504 +290104102,2,1,1,0,0,100,223051504 +290104103,2,1,1,0,0,100,223051504 +290104104,2,1,1,0,0,100,223051504 +290104105,2,1,1,0,0,100,223051504 +290104106,2,1,1,0,0,100,223051504 +290104107,2,1,1,0,0,100,223051504 +290104108,2,1,1,0,0,100,223051504 +290104109,2,1,1,0,0,100,223051504 +290104110,2,1,1,0,0,100,223051504 +290104111,2,1,1,0,0,100,223051504 +290104112,2,1,1,0,0,100,223051504 +290104113,2,1,1,0,0,100,223051504 +290104114,2,1,1,0,0,100,223051504 +290104115,2,1,1,0,0,100,223051504 +290104116,2,1,1,0,0,100,223051504 +290104117,2,1,1,0,0,100,223051504 +290104001,3,3,1,16005003,0,150,223051504 +290104002,3,3,1,16005003,0,150,223051504 +290104003,3,3,1,16005003,0,150,223051504 +290104004,3,3,1,16005003,0,150,223051504 +290104005,3,3,1,16005003,0,150,223051504 +290104006,3,3,1,16005003,0,150,223051504 +290104007,3,3,1,16005003,0,150,223051504 +290104008,3,3,1,16005003,0,150,223051504 +290104009,3,3,1,16005003,0,150,223051504 +290104010,3,3,1,16005003,0,150,223051504 +290104011,3,3,1,16005003,0,150,223051504 +290104012,3,3,1,16005003,0,150,223051504 +290104013,3,3,1,16005003,0,150,223051504 +290104014,3,3,1,16005003,0,150,223051504 +290104015,3,3,1,16005003,0,150,223051504 +290104016,3,3,1,16005003,0,150,223051504 +290104017,3,3,1,16005003,0,150,223051504 +290104018,3,3,1,16005003,0,150,223051504 +290104019,3,3,1,16005003,0,150,223051504 +290104020,3,3,1,16005003,0,150,223051504 +290104021,3,3,1,16005003,0,150,223051504 +290104022,3,3,1,16005003,0,150,223051504 +290104023,3,3,1,16005003,0,150,223051504 +290104024,3,3,1,16005003,0,150,223051504 +290104025,3,3,1,16005003,0,150,223051504 +290104026,3,3,1,16005003,0,150,223051504 +290104027,3,3,1,16005003,0,150,223051504 +290104028,3,3,1,16005003,0,150,223051504 +290104029,3,3,1,16005003,0,150,223051504 +290104030,3,3,1,16005003,0,150,223051504 +290104031,3,3,1,16005003,0,150,223051504 +290104032,3,3,1,16005003,0,150,223051504 +290104033,3,3,1,16005003,0,150,223051504 +290104034,3,3,1,16005003,0,150,223051504 +290104035,3,3,1,16005003,0,150,223051504 +290104036,3,3,1,16005003,0,150,223051504 +290104037,3,3,1,16005003,0,150,223051504 +290104038,3,3,1,16005003,0,150,223051504 +290104039,3,3,1,16005003,0,150,223051504 +290104040,3,3,1,16005003,0,75,223051504 +290104041,3,3,1,16005003,0,75,223051504 +290104042,3,3,1,16005003,0,75,223051504 +290104043,3,3,1,16005003,0,75,223051504 +290104044,3,3,1,16005003,0,75,223051504 +290104045,3,3,1,16005003,0,75,223051504 +290104046,3,3,1,16005003,0,75,223051504 +290104047,3,3,1,16005003,0,75,223051504 +290104048,3,3,1,16005003,0,75,223051504 +290104049,3,3,1,16005003,0,75,223051504 +290104050,3,3,1,16005003,0,75,223051504 +290104051,3,3,1,16005003,0,75,223051504 +290104052,3,3,1,16005003,0,75,223051504 +290104053,3,3,1,16005003,0,75,223051504 +290104054,3,3,1,16005003,0,75,223051504 +290104055,3,3,1,16005003,0,75,223051504 +290104056,3,3,1,16005003,0,75,223051504 +290104057,3,3,1,16005003,0,75,223051504 +290104058,3,3,1,16005003,0,75,223051504 +290104059,3,3,1,16005003,0,75,223051504 +290104060,3,3,1,16005003,0,75,223051504 +290104061,3,3,1,16005003,0,75,223051504 +290104062,3,3,1,16005003,0,75,223051504 +290104063,3,3,1,16005003,0,75,223051504 +290104064,3,3,1,16005003,0,75,223051504 +290104065,3,3,1,16005003,0,75,223051504 +290104066,3,3,1,16005003,0,75,223051504 +290104067,3,3,1,16005003,0,75,223051504 +290104068,3,3,1,16005003,0,75,223051504 +290104069,3,3,1,16005003,0,75,223051504 +290104070,3,3,1,16005003,0,75,223051504 +290104071,3,3,1,16005003,0,75,223051504 +290104072,3,3,1,16005003,0,75,223051504 +290104073,3,3,1,16005003,0,75,223051504 +290104074,3,3,1,16005003,0,75,223051504 +290104075,3,3,1,16005003,0,75,223051504 +290104076,3,3,1,16005003,0,75,223051504 +290104077,3,3,1,16005003,0,75,223051504 +290104078,3,3,1,16005003,0,75,223051504 +290104079,3,3,1,16005003,0,30,223051504 +290104080,3,3,1,16005003,0,30,223051504 +290104081,3,3,1,16005003,0,30,223051504 +290104082,3,3,1,16005003,0,30,223051504 +290104083,3,3,1,16005003,0,30,223051504 +290104084,3,3,1,16005003,0,30,223051504 +290104085,3,3,1,16005003,0,30,223051504 +290104086,3,3,1,16005003,0,30,223051504 +290104087,3,3,1,16005003,0,30,223051504 +290104088,3,3,1,16005003,0,30,223051504 +290104089,3,3,1,16005003,0,30,223051504 +290104090,3,3,1,16005003,0,30,223051504 +290104091,3,3,1,16005003,0,30,223051504 +290104092,3,3,1,16005003,0,30,223051504 +290104093,3,3,1,16005003,0,30,223051504 +290104094,3,3,1,16005003,0,30,223051504 +290104095,3,3,1,16005003,0,30,223051504 +290104096,3,3,1,16005003,0,30,223051504 +290104097,3,3,1,16005003,0,30,223051504 +290104098,3,3,1,16005003,0,30,223051504 +290104099,3,3,1,16005003,0,30,223051504 +290104100,3,3,1,16005003,0,30,223051504 +290104101,3,3,1,16005003,0,30,223051504 +290104102,3,3,1,16005003,0,30,223051504 +290104103,3,3,1,16005003,0,30,223051504 +290104104,3,3,1,16005003,0,30,223051504 +290104105,3,3,1,16005003,0,30,223051504 +290104106,3,3,1,16005003,0,30,223051504 +290104107,3,3,1,16005003,0,30,223051504 +290104108,3,3,1,16005003,0,30,223051504 +290104109,3,3,1,16005003,0,30,223051504 +290104110,3,3,1,16005003,0,30,223051504 +290104111,3,3,1,16005003,0,30,223051504 +290104112,3,3,1,16005003,0,30,223051504 +290104113,3,3,1,16005003,0,30,223051504 +290104114,3,3,1,16005003,0,30,223051504 +290104115,3,3,1,16005003,0,30,223051504 +290104116,3,3,1,16005003,0,30,223051504 +290104117,3,3,1,16005003,0,30,223051504 +290104001,4,4,1,1,0,1000000,223051504 +290104002,4,4,1,1,0,1000000,223051504 +290104003,4,4,1,1,0,1000000,223051504 +290104004,4,4,1,1,0,1000000,223051504 +290104005,4,4,1,1,0,1000000,223051504 +290104006,4,4,1,1,0,1000000,223051504 +290104007,4,4,1,1,0,1000000,223051504 +290104008,4,4,1,1,0,1000000,223051504 +290104009,4,4,1,1,0,1000000,223051504 +290104010,4,4,1,1,0,1000000,223051504 +290104011,4,4,1,1,0,1000000,223051504 +290104012,4,4,1,1,0,1000000,223051504 +290104013,4,4,1,1,0,1000000,223051504 +290104014,4,4,1,1,0,1000000,223051504 +290104015,4,4,1,1,0,1000000,223051504 +290104016,4,4,1,1,0,1000000,223051504 +290104017,4,4,1,1,0,1000000,223051504 +290104018,4,4,1,1,0,1000000,223051504 +290104019,4,4,1,1,0,1000000,223051504 +290104020,4,4,1,1,0,1000000,223051504 +290104021,4,4,1,1,0,1000000,223051504 +290104022,4,4,1,1,0,1000000,223051504 +290104023,4,4,1,1,0,1000000,223051504 +290104024,4,4,1,1,0,1000000,223051504 +290104025,4,4,1,1,0,1000000,223051504 +290104026,4,4,1,1,0,1000000,223051504 +290104027,4,4,1,1,0,1000000,223051504 +290104028,4,4,1,1,0,1000000,223051504 +290104029,4,4,1,1,0,1000000,223051504 +290104030,4,4,1,1,0,1000000,223051504 +290104031,4,4,1,1,0,1000000,223051504 +290104032,4,4,1,1,0,1000000,223051504 +290104033,4,4,1,1,0,1000000,223051504 +290104034,4,4,1,1,0,1000000,223051504 +290104035,4,4,1,1,0,1000000,223051504 +290104036,4,4,1,1,0,1000000,223051504 +290104037,4,4,1,1,0,1000000,223051504 +290104038,4,4,1,1,0,1000000,223051504 +290104039,4,4,1,1,0,1000000,223051504 +290104040,4,4,1,1,0,500000,223051504 +290104041,4,4,1,1,0,500000,223051504 +290104042,4,4,1,1,0,500000,223051504 +290104043,4,4,1,1,0,500000,223051504 +290104044,4,4,1,1,0,500000,223051504 +290104045,4,4,1,1,0,500000,223051504 +290104046,4,4,1,1,0,500000,223051504 +290104047,4,4,1,1,0,500000,223051504 +290104048,4,4,1,1,0,500000,223051504 +290104049,4,4,1,1,0,500000,223051504 +290104050,4,4,1,1,0,500000,223051504 +290104051,4,4,1,1,0,500000,223051504 +290104052,4,4,1,1,0,500000,223051504 +290104053,4,4,1,1,0,500000,223051504 +290104054,4,4,1,1,0,500000,223051504 +290104055,4,4,1,1,0,500000,223051504 +290104056,4,4,1,1,0,500000,223051504 +290104057,4,4,1,1,0,500000,223051504 +290104058,4,4,1,1,0,500000,223051504 +290104059,4,4,1,1,0,500000,223051504 +290104060,4,4,1,1,0,500000,223051504 +290104061,4,4,1,1,0,500000,223051504 +290104062,4,4,1,1,0,500000,223051504 +290104063,4,4,1,1,0,500000,223051504 +290104064,4,4,1,1,0,500000,223051504 +290104065,4,4,1,1,0,500000,223051504 +290104066,4,4,1,1,0,500000,223051504 +290104067,4,4,1,1,0,500000,223051504 +290104068,4,4,1,1,0,500000,223051504 +290104069,4,4,1,1,0,500000,223051504 +290104070,4,4,1,1,0,500000,223051504 +290104071,4,4,1,1,0,500000,223051504 +290104072,4,4,1,1,0,500000,223051504 +290104073,4,4,1,1,0,500000,223051504 +290104074,4,4,1,1,0,500000,223051504 +290104075,4,4,1,1,0,500000,223051504 +290104076,4,4,1,1,0,500000,223051504 +290104077,4,4,1,1,0,500000,223051504 +290104078,4,4,1,1,0,500000,223051504 +290104079,4,4,1,1,0,150000,223051504 +290104080,4,4,1,1,0,150000,223051504 +290104081,4,4,1,1,0,150000,223051504 +290104082,4,4,1,1,0,150000,223051504 +290104083,4,4,1,1,0,150000,223051504 +290104084,4,4,1,1,0,150000,223051504 +290104085,4,4,1,1,0,150000,223051504 +290104086,4,4,1,1,0,150000,223051504 +290104087,4,4,1,1,0,150000,223051504 +290104088,4,4,1,1,0,150000,223051504 +290104089,4,4,1,1,0,150000,223051504 +290104090,4,4,1,1,0,150000,223051504 +290104091,4,4,1,1,0,150000,223051504 +290104092,4,4,1,1,0,150000,223051504 +290104093,4,4,1,1,0,150000,223051504 +290104094,4,4,1,1,0,150000,223051504 +290104095,4,4,1,1,0,150000,223051504 +290104096,4,4,1,1,0,150000,223051504 +290104097,4,4,1,1,0,150000,223051504 +290104098,4,4,1,1,0,150000,223051504 +290104099,4,4,1,1,0,150000,223051504 +290104100,4,4,1,1,0,150000,223051504 +290104101,4,4,1,1,0,150000,223051504 +290104102,4,4,1,1,0,150000,223051504 +290104103,4,4,1,1,0,150000,223051504 +290104104,4,4,1,1,0,150000,223051504 +290104105,4,4,1,1,0,150000,223051504 +290104106,4,4,1,1,0,150000,223051504 +290104107,4,4,1,1,0,150000,223051504 +290104108,4,4,1,1,0,150000,223051504 +290104109,4,4,1,1,0,150000,223051504 +290104110,4,4,1,1,0,150000,223051504 +290104111,4,4,1,1,0,150000,223051504 +290104112,4,4,1,1,0,150000,223051504 +290104113,4,4,1,1,0,150000,223051504 +290104114,4,4,1,1,0,150000,223051504 +290104115,4,4,1,1,0,150000,223051504 +290104116,4,4,1,1,0,150000,223051504 +290104117,4,4,1,1,0,150000,223051504 +290106001,1,8,1,4000352,0,1,223053104 +290106002,1,8,1,4000353,0,1,223053104 +290106003,1,8,1,4000354,0,1,223053104 +290106004,1,8,1,4000355,0,1,223053104 +290106005,1,8,1,4000356,0,1,223053104 +290106006,1,8,1,4000357,0,1,223053104 +290106007,1,8,1,4000358,0,1,223053104 +290106008,1,8,1,4000359,0,1,223053104 +290106009,1,8,1,4000360,0,1,223053104 +290106010,1,8,1,4000361,0,1,223053104 +290106011,1,8,1,4000362,0,1,223053104 +290106012,1,8,1,4000363,0,1,223053104 +290106013,1,8,1,4000364,0,1,223053104 +290106014,1,8,1,4000365,0,1,223053104 +290106015,1,8,1,4000366,0,1,223053104 +290106016,1,8,1,4000367,0,1,223053104 +290106017,1,8,1,4000368,0,1,223053104 +290106018,1,8,1,4000369,0,1,223053104 +290106019,1,8,1,4000370,0,1,223053104 +290106020,1,8,1,4000371,0,1,223053104 +290106021,1,8,1,4000372,0,1,223053104 +290106022,1,8,1,4000373,0,1,223053104 +290106023,1,8,1,4000374,0,1,223053104 +290106024,1,8,1,4000375,0,1,223053104 +290106025,1,8,1,4000376,0,1,223053104 +290106026,1,8,1,4000377,0,1,223053104 +290106027,1,8,1,4000378,0,1,223053104 +290106028,1,8,1,4000379,0,1,223053104 +290106029,1,8,1,4000380,0,1,223053104 +290106030,1,8,1,4000381,0,1,223053104 +290106031,1,8,1,4000382,0,1,223053104 +290106032,1,8,1,4000383,0,1,223053104 +290106033,1,8,1,4000384,0,1,223053104 +290106034,1,8,1,4000385,0,1,223053104 +290106035,1,8,1,4000386,0,1,223053104 +290106036,1,8,1,4000387,0,1,223053104 +290106037,1,8,1,4000388,0,1,223053104 +290106038,1,8,1,4000389,0,1,223053104 +290106039,1,8,1,4000390,0,1,223053104 +290106040,1,8,1,4000391,0,1,223053104 +290106041,1,8,1,4000392,0,1,223053104 +290106042,1,8,1,4000393,0,1,223053104 +290106043,1,8,1,4000394,0,1,223053104 +290106044,1,8,1,4000395,0,1,223053104 +290106045,1,8,1,4000396,0,1,223053104 +290106046,1,8,1,4000397,0,1,223053104 +290106047,1,8,1,4000398,0,1,223053104 +290106048,1,8,1,4000399,0,1,223053104 +290106049,1,8,1,4000400,0,1,223053104 +290106050,1,8,1,4000401,0,1,223053104 +290106051,1,8,1,4000402,0,1,223053104 +290106052,1,8,1,4000403,0,1,223053104 +290106053,1,8,1,4000404,0,1,223053104 +290106054,1,8,1,4000405,0,1,223053104 +290106055,1,8,1,4000406,0,1,223053104 +290106056,1,8,1,4000407,0,1,223053104 +290106057,1,8,1,4000408,0,1,223053104 +290106058,1,8,1,4000409,0,1,223053104 +290106059,1,8,1,4000410,0,1,223053104 +290106060,1,8,1,4000411,0,1,223053104 +290106061,1,8,1,4000412,0,1,223053104 +290106062,1,8,1,4000413,0,1,223053104 +290106063,1,8,1,4000414,0,1,223053104 +290106064,1,8,1,4000415,0,1,223053104 +290106065,1,8,1,4000416,0,1,223053104 +290106066,1,8,1,4000417,0,1,223053104 +290106067,1,8,1,4000418,0,1,223053104 +290106068,1,8,1,4000419,0,1,223053104 +290106069,1,8,1,4000420,0,1,223053104 +290106070,1,8,1,4000421,0,1,223053104 +290106071,1,8,1,4000422,0,1,223053104 +290106072,1,8,1,4000423,0,1,223053104 +290106073,1,8,1,4000424,0,1,223053104 +290106074,1,8,1,4000425,0,1,223053104 +290106075,1,8,1,4000426,0,1,223053104 +290106076,1,8,1,4000427,0,1,223053104 +290106077,1,8,1,4000428,0,1,223053104 +290106078,1,8,1,4000429,0,1,223053104 +290106079,1,8,1,4000430,0,1,223053104 +290106080,1,8,1,4000431,0,1,223053104 +290106081,1,8,1,4000432,0,1,223053104 +290106082,1,8,1,4000433,0,1,223053104 +290106083,1,8,1,4000434,0,1,223053104 +290106084,1,8,1,4000435,0,1,223053104 +290106085,1,8,1,4000436,0,1,223053104 +290106086,1,8,1,4000437,0,1,223053104 +290106087,1,8,1,4000438,0,1,223053104 +290106088,1,8,1,4000439,0,1,223053104 +290106089,1,8,1,4000440,0,1,223053104 +290106090,1,8,1,4000441,0,1,223053104 +290106091,1,8,1,4000442,0,1,223053104 +290106092,1,8,1,4000443,0,1,223053104 +290106093,1,8,1,4000444,0,1,223053104 +290106094,1,8,1,4000445,0,1,223053104 +290106095,1,8,1,4000446,0,1,223053104 +290106096,1,8,1,4000447,0,1,223053104 +290106097,1,8,1,4000448,0,1,223053104 +290106098,1,8,1,4000449,0,1,223053104 +290106099,1,8,1,4000450,0,1,223053104 +290106100,1,8,1,4000451,0,1,223053104 +290106101,1,8,1,4000452,0,1,223053104 +290106102,1,8,1,4000453,0,1,223053104 +290106103,1,8,1,4000454,0,1,223053104 +290106104,1,8,1,4000455,0,1,223053104 +290106105,1,8,1,4000456,0,1,223053104 +290106106,1,8,1,4000457,0,1,223053104 +290106107,1,8,1,4000458,0,1,223053104 +290106108,1,8,1,4000459,0,1,223053104 +290106109,1,8,1,4000460,0,1,223053104 +290106110,1,8,1,4000461,0,1,223053104 +290106111,1,8,1,4000462,0,1,223053104 +290106112,1,8,1,4000463,0,1,223053104 +290106113,1,8,1,4000464,0,1,223053104 +290106114,1,8,1,4000465,0,1,223053104 +290106115,1,8,1,4000466,0,1,223053104 +290106116,1,8,1,4000467,0,1,223053104 +290106117,1,8,1,4000468,0,1,223053104 +290106001,2,1,1,0,0,300,223053104 +290106002,2,1,1,0,0,300,223053104 +290106003,2,1,1,0,0,300,223053104 +290106004,2,1,1,0,0,300,223053104 +290106005,2,1,1,0,0,300,223053104 +290106006,2,1,1,0,0,300,223053104 +290106007,2,1,1,0,0,300,223053104 +290106008,2,1,1,0,0,300,223053104 +290106009,2,1,1,0,0,300,223053104 +290106010,2,1,1,0,0,300,223053104 +290106011,2,1,1,0,0,300,223053104 +290106012,2,1,1,0,0,300,223053104 +290106013,2,1,1,0,0,300,223053104 +290106014,2,1,1,0,0,300,223053104 +290106015,2,1,1,0,0,300,223053104 +290106016,2,1,1,0,0,300,223053104 +290106017,2,1,1,0,0,300,223053104 +290106018,2,1,1,0,0,300,223053104 +290106019,2,1,1,0,0,300,223053104 +290106020,2,1,1,0,0,300,223053104 +290106021,2,1,1,0,0,300,223053104 +290106022,2,1,1,0,0,300,223053104 +290106023,2,1,1,0,0,300,223053104 +290106024,2,1,1,0,0,300,223053104 +290106025,2,1,1,0,0,300,223053104 +290106026,2,1,1,0,0,300,223053104 +290106027,2,1,1,0,0,300,223053104 +290106028,2,1,1,0,0,300,223053104 +290106029,2,1,1,0,0,300,223053104 +290106030,2,1,1,0,0,300,223053104 +290106031,2,1,1,0,0,300,223053104 +290106032,2,1,1,0,0,300,223053104 +290106033,2,1,1,0,0,300,223053104 +290106034,2,1,1,0,0,300,223053104 +290106035,2,1,1,0,0,300,223053104 +290106036,2,1,1,0,0,300,223053104 +290106037,2,1,1,0,0,300,223053104 +290106038,2,1,1,0,0,300,223053104 +290106039,2,1,1,0,0,300,223053104 +290106040,2,1,1,0,0,200,223053104 +290106041,2,1,1,0,0,200,223053104 +290106042,2,1,1,0,0,200,223053104 +290106043,2,1,1,0,0,200,223053104 +290106044,2,1,1,0,0,200,223053104 +290106045,2,1,1,0,0,200,223053104 +290106046,2,1,1,0,0,200,223053104 +290106047,2,1,1,0,0,200,223053104 +290106048,2,1,1,0,0,200,223053104 +290106049,2,1,1,0,0,200,223053104 +290106050,2,1,1,0,0,200,223053104 +290106051,2,1,1,0,0,200,223053104 +290106052,2,1,1,0,0,200,223053104 +290106053,2,1,1,0,0,200,223053104 +290106054,2,1,1,0,0,200,223053104 +290106055,2,1,1,0,0,200,223053104 +290106056,2,1,1,0,0,200,223053104 +290106057,2,1,1,0,0,200,223053104 +290106058,2,1,1,0,0,200,223053104 +290106059,2,1,1,0,0,200,223053104 +290106060,2,1,1,0,0,200,223053104 +290106061,2,1,1,0,0,200,223053104 +290106062,2,1,1,0,0,200,223053104 +290106063,2,1,1,0,0,200,223053104 +290106064,2,1,1,0,0,200,223053104 +290106065,2,1,1,0,0,200,223053104 +290106066,2,1,1,0,0,200,223053104 +290106067,2,1,1,0,0,200,223053104 +290106068,2,1,1,0,0,200,223053104 +290106069,2,1,1,0,0,200,223053104 +290106070,2,1,1,0,0,200,223053104 +290106071,2,1,1,0,0,200,223053104 +290106072,2,1,1,0,0,200,223053104 +290106073,2,1,1,0,0,200,223053104 +290106074,2,1,1,0,0,200,223053104 +290106075,2,1,1,0,0,200,223053104 +290106076,2,1,1,0,0,200,223053104 +290106077,2,1,1,0,0,200,223053104 +290106078,2,1,1,0,0,200,223053104 +290106079,2,1,1,0,0,100,223053104 +290106080,2,1,1,0,0,100,223053104 +290106081,2,1,1,0,0,100,223053104 +290106082,2,1,1,0,0,100,223053104 +290106083,2,1,1,0,0,100,223053104 +290106084,2,1,1,0,0,100,223053104 +290106085,2,1,1,0,0,100,223053104 +290106086,2,1,1,0,0,100,223053104 +290106087,2,1,1,0,0,100,223053104 +290106088,2,1,1,0,0,100,223053104 +290106089,2,1,1,0,0,100,223053104 +290106090,2,1,1,0,0,100,223053104 +290106091,2,1,1,0,0,100,223053104 +290106092,2,1,1,0,0,100,223053104 +290106093,2,1,1,0,0,100,223053104 +290106094,2,1,1,0,0,100,223053104 +290106095,2,1,1,0,0,100,223053104 +290106096,2,1,1,0,0,100,223053104 +290106097,2,1,1,0,0,100,223053104 +290106098,2,1,1,0,0,100,223053104 +290106099,2,1,1,0,0,100,223053104 +290106100,2,1,1,0,0,100,223053104 +290106101,2,1,1,0,0,100,223053104 +290106102,2,1,1,0,0,100,223053104 +290106103,2,1,1,0,0,100,223053104 +290106104,2,1,1,0,0,100,223053104 +290106105,2,1,1,0,0,100,223053104 +290106106,2,1,1,0,0,100,223053104 +290106107,2,1,1,0,0,100,223053104 +290106108,2,1,1,0,0,100,223053104 +290106109,2,1,1,0,0,100,223053104 +290106110,2,1,1,0,0,100,223053104 +290106111,2,1,1,0,0,100,223053104 +290106112,2,1,1,0,0,100,223053104 +290106113,2,1,1,0,0,100,223053104 +290106114,2,1,1,0,0,100,223053104 +290106115,2,1,1,0,0,100,223053104 +290106116,2,1,1,0,0,100,223053104 +290106117,2,1,1,0,0,100,223053104 +290106001,3,3,1,16005003,0,150,223053104 +290106002,3,3,1,16005003,0,150,223053104 +290106003,3,3,1,16005003,0,150,223053104 +290106004,3,3,1,16005003,0,150,223053104 +290106005,3,3,1,16005003,0,150,223053104 +290106006,3,3,1,16005003,0,150,223053104 +290106007,3,3,1,16005003,0,150,223053104 +290106008,3,3,1,16005003,0,150,223053104 +290106009,3,3,1,16005003,0,150,223053104 +290106010,3,3,1,16005003,0,150,223053104 +290106011,3,3,1,16005003,0,150,223053104 +290106012,3,3,1,16005003,0,150,223053104 +290106013,3,3,1,16005003,0,150,223053104 +290106014,3,3,1,16005003,0,150,223053104 +290106015,3,3,1,16005003,0,150,223053104 +290106016,3,3,1,16005003,0,150,223053104 +290106017,3,3,1,16005003,0,150,223053104 +290106018,3,3,1,16005003,0,150,223053104 +290106019,3,3,1,16005003,0,150,223053104 +290106020,3,3,1,16005003,0,150,223053104 +290106021,3,3,1,16005003,0,150,223053104 +290106022,3,3,1,16005003,0,150,223053104 +290106023,3,3,1,16005003,0,150,223053104 +290106024,3,3,1,16005003,0,150,223053104 +290106025,3,3,1,16005003,0,150,223053104 +290106026,3,3,1,16005003,0,150,223053104 +290106027,3,3,1,16005003,0,150,223053104 +290106028,3,3,1,16005003,0,150,223053104 +290106029,3,3,1,16005003,0,150,223053104 +290106030,3,3,1,16005003,0,150,223053104 +290106031,3,3,1,16005003,0,150,223053104 +290106032,3,3,1,16005003,0,150,223053104 +290106033,3,3,1,16005003,0,150,223053104 +290106034,3,3,1,16005003,0,150,223053104 +290106035,3,3,1,16005003,0,150,223053104 +290106036,3,3,1,16005003,0,150,223053104 +290106037,3,3,1,16005003,0,150,223053104 +290106038,3,3,1,16005003,0,150,223053104 +290106039,3,3,1,16005003,0,150,223053104 +290106040,3,3,1,16005003,0,75,223053104 +290106041,3,3,1,16005003,0,75,223053104 +290106042,3,3,1,16005003,0,75,223053104 +290106043,3,3,1,16005003,0,75,223053104 +290106044,3,3,1,16005003,0,75,223053104 +290106045,3,3,1,16005003,0,75,223053104 +290106046,3,3,1,16005003,0,75,223053104 +290106047,3,3,1,16005003,0,75,223053104 +290106048,3,3,1,16005003,0,75,223053104 +290106049,3,3,1,16005003,0,75,223053104 +290106050,3,3,1,16005003,0,75,223053104 +290106051,3,3,1,16005003,0,75,223053104 +290106052,3,3,1,16005003,0,75,223053104 +290106053,3,3,1,16005003,0,75,223053104 +290106054,3,3,1,16005003,0,75,223053104 +290106055,3,3,1,16005003,0,75,223053104 +290106056,3,3,1,16005003,0,75,223053104 +290106057,3,3,1,16005003,0,75,223053104 +290106058,3,3,1,16005003,0,75,223053104 +290106059,3,3,1,16005003,0,75,223053104 +290106060,3,3,1,16005003,0,75,223053104 +290106061,3,3,1,16005003,0,75,223053104 +290106062,3,3,1,16005003,0,75,223053104 +290106063,3,3,1,16005003,0,75,223053104 +290106064,3,3,1,16005003,0,75,223053104 +290106065,3,3,1,16005003,0,75,223053104 +290106066,3,3,1,16005003,0,75,223053104 +290106067,3,3,1,16005003,0,75,223053104 +290106068,3,3,1,16005003,0,75,223053104 +290106069,3,3,1,16005003,0,75,223053104 +290106070,3,3,1,16005003,0,75,223053104 +290106071,3,3,1,16005003,0,75,223053104 +290106072,3,3,1,16005003,0,75,223053104 +290106073,3,3,1,16005003,0,75,223053104 +290106074,3,3,1,16005003,0,75,223053104 +290106075,3,3,1,16005003,0,75,223053104 +290106076,3,3,1,16005003,0,75,223053104 +290106077,3,3,1,16005003,0,75,223053104 +290106078,3,3,1,16005003,0,75,223053104 +290106079,3,3,1,16005003,0,30,223053104 +290106080,3,3,1,16005003,0,30,223053104 +290106081,3,3,1,16005003,0,30,223053104 +290106082,3,3,1,16005003,0,30,223053104 +290106083,3,3,1,16005003,0,30,223053104 +290106084,3,3,1,16005003,0,30,223053104 +290106085,3,3,1,16005003,0,30,223053104 +290106086,3,3,1,16005003,0,30,223053104 +290106087,3,3,1,16005003,0,30,223053104 +290106088,3,3,1,16005003,0,30,223053104 +290106089,3,3,1,16005003,0,30,223053104 +290106090,3,3,1,16005003,0,30,223053104 +290106091,3,3,1,16005003,0,30,223053104 +290106092,3,3,1,16005003,0,30,223053104 +290106093,3,3,1,16005003,0,30,223053104 +290106094,3,3,1,16005003,0,30,223053104 +290106095,3,3,1,16005003,0,30,223053104 +290106096,3,3,1,16005003,0,30,223053104 +290106097,3,3,1,16005003,0,30,223053104 +290106098,3,3,1,16005003,0,30,223053104 +290106099,3,3,1,16005003,0,30,223053104 +290106100,3,3,1,16005003,0,30,223053104 +290106101,3,3,1,16005003,0,30,223053104 +290106102,3,3,1,16005003,0,30,223053104 +290106103,3,3,1,16005003,0,30,223053104 +290106104,3,3,1,16005003,0,30,223053104 +290106105,3,3,1,16005003,0,30,223053104 +290106106,3,3,1,16005003,0,30,223053104 +290106107,3,3,1,16005003,0,30,223053104 +290106108,3,3,1,16005003,0,30,223053104 +290106109,3,3,1,16005003,0,30,223053104 +290106110,3,3,1,16005003,0,30,223053104 +290106111,3,3,1,16005003,0,30,223053104 +290106112,3,3,1,16005003,0,30,223053104 +290106113,3,3,1,16005003,0,30,223053104 +290106114,3,3,1,16005003,0,30,223053104 +290106115,3,3,1,16005003,0,30,223053104 +290106116,3,3,1,16005003,0,30,223053104 +290106117,3,3,1,16005003,0,30,223053104 +290106001,4,4,1,1,0,1000000,223053104 +290106002,4,4,1,1,0,1000000,223053104 +290106003,4,4,1,1,0,1000000,223053104 +290106004,4,4,1,1,0,1000000,223053104 +290106005,4,4,1,1,0,1000000,223053104 +290106006,4,4,1,1,0,1000000,223053104 +290106007,4,4,1,1,0,1000000,223053104 +290106008,4,4,1,1,0,1000000,223053104 +290106009,4,4,1,1,0,1000000,223053104 +290106010,4,4,1,1,0,1000000,223053104 +290106011,4,4,1,1,0,1000000,223053104 +290106012,4,4,1,1,0,1000000,223053104 +290106013,4,4,1,1,0,1000000,223053104 +290106014,4,4,1,1,0,1000000,223053104 +290106015,4,4,1,1,0,1000000,223053104 +290106016,4,4,1,1,0,1000000,223053104 +290106017,4,4,1,1,0,1000000,223053104 +290106018,4,4,1,1,0,1000000,223053104 +290106019,4,4,1,1,0,1000000,223053104 +290106020,4,4,1,1,0,1000000,223053104 +290106021,4,4,1,1,0,1000000,223053104 +290106022,4,4,1,1,0,1000000,223053104 +290106023,4,4,1,1,0,1000000,223053104 +290106024,4,4,1,1,0,1000000,223053104 +290106025,4,4,1,1,0,1000000,223053104 +290106026,4,4,1,1,0,1000000,223053104 +290106027,4,4,1,1,0,1000000,223053104 +290106028,4,4,1,1,0,1000000,223053104 +290106029,4,4,1,1,0,1000000,223053104 +290106030,4,4,1,1,0,1000000,223053104 +290106031,4,4,1,1,0,1000000,223053104 +290106032,4,4,1,1,0,1000000,223053104 +290106033,4,4,1,1,0,1000000,223053104 +290106034,4,4,1,1,0,1000000,223053104 +290106035,4,4,1,1,0,1000000,223053104 +290106036,4,4,1,1,0,1000000,223053104 +290106037,4,4,1,1,0,1000000,223053104 +290106038,4,4,1,1,0,1000000,223053104 +290106039,4,4,1,1,0,1000000,223053104 +290106040,4,4,1,1,0,500000,223053104 +290106041,4,4,1,1,0,500000,223053104 +290106042,4,4,1,1,0,500000,223053104 +290106043,4,4,1,1,0,500000,223053104 +290106044,4,4,1,1,0,500000,223053104 +290106045,4,4,1,1,0,500000,223053104 +290106046,4,4,1,1,0,500000,223053104 +290106047,4,4,1,1,0,500000,223053104 +290106048,4,4,1,1,0,500000,223053104 +290106049,4,4,1,1,0,500000,223053104 +290106050,4,4,1,1,0,500000,223053104 +290106051,4,4,1,1,0,500000,223053104 +290106052,4,4,1,1,0,500000,223053104 +290106053,4,4,1,1,0,500000,223053104 +290106054,4,4,1,1,0,500000,223053104 +290106055,4,4,1,1,0,500000,223053104 +290106056,4,4,1,1,0,500000,223053104 +290106057,4,4,1,1,0,500000,223053104 +290106058,4,4,1,1,0,500000,223053104 +290106059,4,4,1,1,0,500000,223053104 +290106060,4,4,1,1,0,500000,223053104 +290106061,4,4,1,1,0,500000,223053104 +290106062,4,4,1,1,0,500000,223053104 +290106063,4,4,1,1,0,500000,223053104 +290106064,4,4,1,1,0,500000,223053104 +290106065,4,4,1,1,0,500000,223053104 +290106066,4,4,1,1,0,500000,223053104 +290106067,4,4,1,1,0,500000,223053104 +290106068,4,4,1,1,0,500000,223053104 +290106069,4,4,1,1,0,500000,223053104 +290106070,4,4,1,1,0,500000,223053104 +290106071,4,4,1,1,0,500000,223053104 +290106072,4,4,1,1,0,500000,223053104 +290106073,4,4,1,1,0,500000,223053104 +290106074,4,4,1,1,0,500000,223053104 +290106075,4,4,1,1,0,500000,223053104 +290106076,4,4,1,1,0,500000,223053104 +290106077,4,4,1,1,0,500000,223053104 +290106078,4,4,1,1,0,500000,223053104 +290106079,4,4,1,1,0,150000,223053104 +290106080,4,4,1,1,0,150000,223053104 +290106081,4,4,1,1,0,150000,223053104 +290106082,4,4,1,1,0,150000,223053104 +290106083,4,4,1,1,0,150000,223053104 +290106084,4,4,1,1,0,150000,223053104 +290106085,4,4,1,1,0,150000,223053104 +290106086,4,4,1,1,0,150000,223053104 +290106087,4,4,1,1,0,150000,223053104 +290106088,4,4,1,1,0,150000,223053104 +290106089,4,4,1,1,0,150000,223053104 +290106090,4,4,1,1,0,150000,223053104 +290106091,4,4,1,1,0,150000,223053104 +290106092,4,4,1,1,0,150000,223053104 +290106093,4,4,1,1,0,150000,223053104 +290106094,4,4,1,1,0,150000,223053104 +290106095,4,4,1,1,0,150000,223053104 +290106096,4,4,1,1,0,150000,223053104 +290106097,4,4,1,1,0,150000,223053104 +290106098,4,4,1,1,0,150000,223053104 +290106099,4,4,1,1,0,150000,223053104 +290106100,4,4,1,1,0,150000,223053104 +290106101,4,4,1,1,0,150000,223053104 +290106102,4,4,1,1,0,150000,223053104 +290106103,4,4,1,1,0,150000,223053104 +290106104,4,4,1,1,0,150000,223053104 +290106105,4,4,1,1,0,150000,223053104 +290106106,4,4,1,1,0,150000,223053104 +290106107,4,4,1,1,0,150000,223053104 +290106108,4,4,1,1,0,150000,223053104 +290106109,4,4,1,1,0,150000,223053104 +290106110,4,4,1,1,0,150000,223053104 +290106111,4,4,1,1,0,150000,223053104 +290106112,4,4,1,1,0,150000,223053104 +290106113,4,4,1,1,0,150000,223053104 +290106114,4,4,1,1,0,150000,223053104 +290106115,4,4,1,1,0,150000,223053104 +290106116,4,4,1,1,0,150000,223053104 +290106117,4,4,1,1,0,150000,223053104 +290109001,1,8,1,4000469,0,1,223063004 +290109002,1,8,1,4000470,0,1,223063004 +290109003,1,8,1,4000471,0,1,223063004 +290109004,1,8,1,4000472,0,1,223063004 +290109005,1,8,1,4000473,0,1,223063004 +290109006,1,8,1,4000474,0,1,223063004 +290109007,1,8,1,4000475,0,1,223063004 +290109008,1,8,1,4000476,0,1,223063004 +290109009,1,8,1,4000477,0,1,223063004 +290109010,1,8,1,4000478,0,1,223063004 +290109011,1,8,1,4000479,0,1,223063004 +290109012,1,8,1,4000480,0,1,223063004 +290109013,1,8,1,4000481,0,1,223063004 +290109014,1,8,1,4000482,0,1,223063004 +290109015,1,8,1,4000483,0,1,223063004 +290109016,1,8,1,4000484,0,1,223063004 +290109017,1,8,1,4000485,0,1,223063004 +290109018,1,8,1,4000486,0,1,223063004 +290109019,1,8,1,4000487,0,1,223063004 +290109020,1,8,1,4000488,0,1,223063004 +290109021,1,8,1,4000489,0,1,223063004 +290109022,1,8,1,4000490,0,1,223063004 +290109023,1,8,1,4000491,0,1,223063004 +290109024,1,8,1,4000492,0,1,223063004 +290109025,1,8,1,4000493,0,1,223063004 +290109026,1,8,1,4000494,0,1,223063004 +290109027,1,8,1,4000495,0,1,223063004 +290109028,1,8,1,4000496,0,1,223063004 +290109029,1,8,1,4000497,0,1,223063004 +290109030,1,8,1,4000498,0,1,223063004 +290109031,1,8,1,4000499,0,1,223063004 +290109032,1,8,1,4000500,0,1,223063004 +290109033,1,8,1,4000501,0,1,223063004 +290109034,1,8,1,4000502,0,1,223063004 +290109035,1,8,1,4000503,0,1,223063004 +290109036,1,8,1,4000504,0,1,223063004 +290109037,1,8,1,4000505,0,1,223063004 +290109038,1,8,1,4000506,0,1,223063004 +290109039,1,8,1,4000507,0,1,223063004 +290109040,1,8,1,4000508,0,1,223063004 +290109041,1,8,1,4000509,0,1,223063004 +290109042,1,8,1,4000510,0,1,223063004 +290109043,1,8,1,4000511,0,1,223063004 +290109044,1,8,1,4000512,0,1,223063004 +290109045,1,8,1,4000513,0,1,223063004 +290109046,1,8,1,4000514,0,1,223063004 +290109047,1,8,1,4000515,0,1,223063004 +290109048,1,8,1,4000516,0,1,223063004 +290109049,1,8,1,4000517,0,1,223063004 +290109050,1,8,1,4000518,0,1,223063004 +290109051,1,8,1,4000519,0,1,223063004 +290109052,1,8,1,4000520,0,1,223063004 +290109053,1,8,1,4000521,0,1,223063004 +290109054,1,8,1,4000522,0,1,223063004 +290109055,1,8,1,4000523,0,1,223063004 +290109056,1,8,1,4000524,0,1,223063004 +290109057,1,8,1,4000525,0,1,223063004 +290109058,1,8,1,4000526,0,1,223063004 +290109059,1,8,1,4000527,0,1,223063004 +290109060,1,8,1,4000528,0,1,223063004 +290109061,1,8,1,4000529,0,1,223063004 +290109062,1,8,1,4000530,0,1,223063004 +290109063,1,8,1,4000531,0,1,223063004 +290109064,1,8,1,4000532,0,1,223063004 +290109065,1,8,1,4000533,0,1,223063004 +290109066,1,8,1,4000534,0,1,223063004 +290109067,1,8,1,4000535,0,1,223063004 +290109068,1,8,1,4000536,0,1,223063004 +290109069,1,8,1,4000537,0,1,223063004 +290109070,1,8,1,4000538,0,1,223063004 +290109071,1,8,1,4000539,0,1,223063004 +290109072,1,8,1,4000540,0,1,223063004 +290109073,1,8,1,4000541,0,1,223063004 +290109074,1,8,1,4000542,0,1,223063004 +290109075,1,8,1,4000543,0,1,223063004 +290109076,1,8,1,4000544,0,1,223063004 +290109077,1,8,1,4000545,0,1,223063004 +290109078,1,8,1,4000546,0,1,223063004 +290109079,1,8,1,4000547,0,1,223063004 +290109080,1,8,1,4000548,0,1,223063004 +290109081,1,8,1,4000549,0,1,223063004 +290109082,1,8,1,4000550,0,1,223063004 +290109083,1,8,1,4000551,0,1,223063004 +290109084,1,8,1,4000552,0,1,223063004 +290109085,1,8,1,4000553,0,1,223063004 +290109086,1,8,1,4000554,0,1,223063004 +290109087,1,8,1,4000555,0,1,223063004 +290109088,1,8,1,4000556,0,1,223063004 +290109089,1,8,1,4000557,0,1,223063004 +290109090,1,8,1,4000558,0,1,223063004 +290109091,1,8,1,4000559,0,1,223063004 +290109092,1,8,1,4000560,0,1,223063004 +290109093,1,8,1,4000561,0,1,223063004 +290109094,1,8,1,4000562,0,1,223063004 +290109095,1,8,1,4000563,0,1,223063004 +290109096,1,8,1,4000564,0,1,223063004 +290109097,1,8,1,4000565,0,1,223063004 +290109098,1,8,1,4000566,0,1,223063004 +290109099,1,8,1,4000567,0,1,223063004 +290109100,1,8,1,4000568,0,1,223063004 +290109101,1,8,1,4000569,0,1,223063004 +290109102,1,8,1,4000570,0,1,223063004 +290109103,1,8,1,4000571,0,1,223063004 +290109104,1,8,1,4000572,0,1,223063004 +290109105,1,8,1,4000573,0,1,223063004 +290109106,1,8,1,4000574,0,1,223063004 +290109107,1,8,1,4000575,0,1,223063004 +290109108,1,8,1,4000576,0,1,223063004 +290109109,1,8,1,4000577,0,1,223063004 +290109110,1,8,1,4000578,0,1,223063004 +290109111,1,8,1,4000579,0,1,223063004 +290109112,1,8,1,4000580,0,1,223063004 +290109113,1,8,1,4000581,0,1,223063004 +290109114,1,8,1,4000582,0,1,223063004 +290109115,1,8,1,4000583,0,1,223063004 +290109116,1,8,1,4000584,0,1,223063004 +290109117,1,8,1,4000585,0,1,223063004 +290109118,1,1,1,0,0,200,223063004 +290109119,1,1,1,0,0,200,223063004 +290109120,1,1,1,0,0,200,223063004 +290109121,1,1,1,0,0,200,223063004 +290109122,1,1,1,0,0,200,223063004 +290109123,1,1,1,0,0,200,223063004 +290109124,1,1,1,0,0,200,223063004 +290109125,1,1,1,0,0,200,223063004 +290109126,1,1,1,0,0,200,223063004 +290109127,1,1,1,0,0,200,223063004 +290109128,1,1,1,0,0,200,223063004 +290109129,1,1,1,0,0,200,223063004 +290109130,1,1,1,0,0,200,223063004 +290109131,1,1,1,0,0,200,223063004 +290109132,1,1,1,0,0,200,223063004 +290109133,1,1,1,0,0,200,223063004 +290109134,1,1,1,0,0,200,223063004 +290109135,1,1,1,0,0,200,223063004 +290109136,1,1,1,0,0,200,223063004 +290109137,1,1,1,0,0,200,223063004 +290109138,1,1,1,0,0,200,223063004 +290109139,1,1,1,0,0,200,223063004 +290109140,1,1,1,0,0,200,223063004 +290109141,1,1,1,0,0,200,223063004 +290109142,1,1,1,0,0,200,223063004 +290109143,1,1,1,0,0,200,223063004 +290109144,1,1,1,0,0,200,223063004 +290109145,1,1,1,0,0,200,223063004 +290109146,1,1,1,0,0,200,223063004 +290109147,1,1,1,0,0,200,223063004 +290109148,1,1,1,0,0,200,223063004 +290109149,1,1,1,0,0,200,223063004 +290109150,1,1,1,0,0,200,223063004 +290109151,1,1,1,0,0,200,223063004 +290109152,1,1,1,0,0,200,223063004 +290109153,1,1,1,0,0,200,223063004 +290109154,1,1,1,0,0,200,223063004 +290109155,1,1,1,0,0,200,223063004 +290109156,1,1,1,0,0,200,223063004 +290109001,2,1,1,0,0,300,223063004 +290109002,2,1,1,0,0,300,223063004 +290109003,2,1,1,0,0,300,223063004 +290109004,2,1,1,0,0,300,223063004 +290109005,2,1,1,0,0,300,223063004 +290109006,2,1,1,0,0,300,223063004 +290109007,2,1,1,0,0,300,223063004 +290109008,2,1,1,0,0,300,223063004 +290109009,2,1,1,0,0,300,223063004 +290109010,2,1,1,0,0,300,223063004 +290109011,2,1,1,0,0,300,223063004 +290109012,2,1,1,0,0,300,223063004 +290109013,2,1,1,0,0,300,223063004 +290109014,2,1,1,0,0,300,223063004 +290109015,2,1,1,0,0,300,223063004 +290109016,2,1,1,0,0,300,223063004 +290109017,2,1,1,0,0,300,223063004 +290109018,2,1,1,0,0,300,223063004 +290109019,2,1,1,0,0,300,223063004 +290109020,2,1,1,0,0,300,223063004 +290109021,2,1,1,0,0,300,223063004 +290109022,2,1,1,0,0,300,223063004 +290109023,2,1,1,0,0,300,223063004 +290109024,2,1,1,0,0,300,223063004 +290109025,2,1,1,0,0,300,223063004 +290109026,2,1,1,0,0,300,223063004 +290109027,2,1,1,0,0,300,223063004 +290109028,2,1,1,0,0,300,223063004 +290109029,2,1,1,0,0,300,223063004 +290109030,2,1,1,0,0,300,223063004 +290109031,2,1,1,0,0,300,223063004 +290109032,2,1,1,0,0,300,223063004 +290109033,2,1,1,0,0,300,223063004 +290109034,2,1,1,0,0,300,223063004 +290109035,2,1,1,0,0,300,223063004 +290109036,2,1,1,0,0,300,223063004 +290109037,2,1,1,0,0,300,223063004 +290109038,2,1,1,0,0,300,223063004 +290109039,2,1,1,0,0,300,223063004 +290109040,2,1,1,0,0,250,223063004 +290109041,2,1,1,0,0,250,223063004 +290109042,2,1,1,0,0,250,223063004 +290109043,2,1,1,0,0,250,223063004 +290109044,2,1,1,0,0,250,223063004 +290109045,2,1,1,0,0,250,223063004 +290109046,2,1,1,0,0,250,223063004 +290109047,2,1,1,0,0,250,223063004 +290109048,2,1,1,0,0,250,223063004 +290109049,2,1,1,0,0,250,223063004 +290109050,2,1,1,0,0,250,223063004 +290109051,2,1,1,0,0,250,223063004 +290109052,2,1,1,0,0,250,223063004 +290109053,2,1,1,0,0,250,223063004 +290109054,2,1,1,0,0,250,223063004 +290109055,2,1,1,0,0,250,223063004 +290109056,2,1,1,0,0,250,223063004 +290109057,2,1,1,0,0,250,223063004 +290109058,2,1,1,0,0,250,223063004 +290109059,2,1,1,0,0,250,223063004 +290109060,2,1,1,0,0,250,223063004 +290109061,2,1,1,0,0,250,223063004 +290109062,2,1,1,0,0,250,223063004 +290109063,2,1,1,0,0,250,223063004 +290109064,2,1,1,0,0,250,223063004 +290109065,2,1,1,0,0,250,223063004 +290109066,2,1,1,0,0,250,223063004 +290109067,2,1,1,0,0,250,223063004 +290109068,2,1,1,0,0,250,223063004 +290109069,2,1,1,0,0,250,223063004 +290109070,2,1,1,0,0,250,223063004 +290109071,2,1,1,0,0,250,223063004 +290109072,2,1,1,0,0,250,223063004 +290109073,2,1,1,0,0,250,223063004 +290109074,2,1,1,0,0,250,223063004 +290109075,2,1,1,0,0,250,223063004 +290109076,2,1,1,0,0,250,223063004 +290109077,2,1,1,0,0,250,223063004 +290109078,2,1,1,0,0,250,223063004 +290109079,2,1,1,0,0,200,223063004 +290109080,2,1,1,0,0,200,223063004 +290109081,2,1,1,0,0,200,223063004 +290109082,2,1,1,0,0,200,223063004 +290109083,2,1,1,0,0,200,223063004 +290109084,2,1,1,0,0,200,223063004 +290109085,2,1,1,0,0,200,223063004 +290109086,2,1,1,0,0,200,223063004 +290109087,2,1,1,0,0,200,223063004 +290109088,2,1,1,0,0,200,223063004 +290109089,2,1,1,0,0,200,223063004 +290109090,2,1,1,0,0,200,223063004 +290109091,2,1,1,0,0,200,223063004 +290109092,2,1,1,0,0,200,223063004 +290109093,2,1,1,0,0,200,223063004 +290109094,2,1,1,0,0,200,223063004 +290109095,2,1,1,0,0,200,223063004 +290109096,2,1,1,0,0,200,223063004 +290109097,2,1,1,0,0,200,223063004 +290109098,2,1,1,0,0,200,223063004 +290109099,2,1,1,0,0,200,223063004 +290109100,2,1,1,0,0,200,223063004 +290109101,2,1,1,0,0,200,223063004 +290109102,2,1,1,0,0,200,223063004 +290109103,2,1,1,0,0,200,223063004 +290109104,2,1,1,0,0,200,223063004 +290109105,2,1,1,0,0,200,223063004 +290109106,2,1,1,0,0,200,223063004 +290109107,2,1,1,0,0,200,223063004 +290109108,2,1,1,0,0,200,223063004 +290109109,2,1,1,0,0,200,223063004 +290109110,2,1,1,0,0,200,223063004 +290109111,2,1,1,0,0,200,223063004 +290109112,2,1,1,0,0,200,223063004 +290109113,2,1,1,0,0,200,223063004 +290109114,2,1,1,0,0,200,223063004 +290109115,2,1,1,0,0,200,223063004 +290109116,2,1,1,0,0,200,223063004 +290109117,2,1,1,0,0,200,223063004 +290109118,2,3,1,16005003,0,75,223063004 +290109119,2,3,1,16005003,0,75,223063004 +290109120,2,3,1,16005003,0,75,223063004 +290109121,2,3,1,16005003,0,75,223063004 +290109122,2,3,1,16005003,0,75,223063004 +290109123,2,3,1,16005003,0,75,223063004 +290109124,2,3,1,16005003,0,75,223063004 +290109125,2,3,1,16005003,0,75,223063004 +290109126,2,3,1,16005003,0,75,223063004 +290109127,2,3,1,16005003,0,75,223063004 +290109128,2,3,1,16005003,0,75,223063004 +290109129,2,3,1,16005003,0,75,223063004 +290109130,2,3,1,16005003,0,75,223063004 +290109131,2,3,1,16005003,0,75,223063004 +290109132,2,3,1,16005003,0,75,223063004 +290109133,2,3,1,16005003,0,75,223063004 +290109134,2,3,1,16005003,0,75,223063004 +290109135,2,3,1,16005003,0,75,223063004 +290109136,2,3,1,16005003,0,75,223063004 +290109137,2,3,1,16005003,0,75,223063004 +290109138,2,3,1,16005003,0,75,223063004 +290109139,2,3,1,16005003,0,75,223063004 +290109140,2,3,1,16005003,0,75,223063004 +290109141,2,3,1,16005003,0,75,223063004 +290109142,2,3,1,16005003,0,75,223063004 +290109143,2,3,1,16005003,0,75,223063004 +290109144,2,3,1,16005003,0,75,223063004 +290109145,2,3,1,16005003,0,75,223063004 +290109146,2,3,1,16005003,0,75,223063004 +290109147,2,3,1,16005003,0,75,223063004 +290109148,2,3,1,16005003,0,75,223063004 +290109149,2,3,1,16005003,0,75,223063004 +290109150,2,3,1,16005003,0,75,223063004 +290109151,2,3,1,16005003,0,75,223063004 +290109152,2,3,1,16005003,0,75,223063004 +290109153,2,3,1,16005003,0,75,223063004 +290109154,2,3,1,16005003,0,75,223063004 +290109155,2,3,1,16005003,0,75,223063004 +290109156,2,3,1,16005003,0,75,223063004 +290109001,3,3,1,16005003,0,150,223063004 +290109002,3,3,1,16005003,0,150,223063004 +290109003,3,3,1,16005003,0,150,223063004 +290109004,3,3,1,16005003,0,150,223063004 +290109005,3,3,1,16005003,0,150,223063004 +290109006,3,3,1,16005003,0,150,223063004 +290109007,3,3,1,16005003,0,150,223063004 +290109008,3,3,1,16005003,0,150,223063004 +290109009,3,3,1,16005003,0,150,223063004 +290109010,3,3,1,16005003,0,150,223063004 +290109011,3,3,1,16005003,0,150,223063004 +290109012,3,3,1,16005003,0,150,223063004 +290109013,3,3,1,16005003,0,150,223063004 +290109014,3,3,1,16005003,0,150,223063004 +290109015,3,3,1,16005003,0,150,223063004 +290109016,3,3,1,16005003,0,150,223063004 +290109017,3,3,1,16005003,0,150,223063004 +290109018,3,3,1,16005003,0,150,223063004 +290109019,3,3,1,16005003,0,150,223063004 +290109020,3,3,1,16005003,0,150,223063004 +290109021,3,3,1,16005003,0,150,223063004 +290109022,3,3,1,16005003,0,150,223063004 +290109023,3,3,1,16005003,0,150,223063004 +290109024,3,3,1,16005003,0,150,223063004 +290109025,3,3,1,16005003,0,150,223063004 +290109026,3,3,1,16005003,0,150,223063004 +290109027,3,3,1,16005003,0,150,223063004 +290109028,3,3,1,16005003,0,150,223063004 +290109029,3,3,1,16005003,0,150,223063004 +290109030,3,3,1,16005003,0,150,223063004 +290109031,3,3,1,16005003,0,150,223063004 +290109032,3,3,1,16005003,0,150,223063004 +290109033,3,3,1,16005003,0,150,223063004 +290109034,3,3,1,16005003,0,150,223063004 +290109035,3,3,1,16005003,0,150,223063004 +290109036,3,3,1,16005003,0,150,223063004 +290109037,3,3,1,16005003,0,150,223063004 +290109038,3,3,1,16005003,0,150,223063004 +290109039,3,3,1,16005003,0,150,223063004 +290109040,3,3,1,16005003,0,100,223063004 +290109041,3,3,1,16005003,0,100,223063004 +290109042,3,3,1,16005003,0,100,223063004 +290109043,3,3,1,16005003,0,100,223063004 +290109044,3,3,1,16005003,0,100,223063004 +290109045,3,3,1,16005003,0,100,223063004 +290109046,3,3,1,16005003,0,100,223063004 +290109047,3,3,1,16005003,0,100,223063004 +290109048,3,3,1,16005003,0,100,223063004 +290109049,3,3,1,16005003,0,100,223063004 +290109050,3,3,1,16005003,0,100,223063004 +290109051,3,3,1,16005003,0,100,223063004 +290109052,3,3,1,16005003,0,100,223063004 +290109053,3,3,1,16005003,0,100,223063004 +290109054,3,3,1,16005003,0,100,223063004 +290109055,3,3,1,16005003,0,100,223063004 +290109056,3,3,1,16005003,0,100,223063004 +290109057,3,3,1,16005003,0,100,223063004 +290109058,3,3,1,16005003,0,100,223063004 +290109059,3,3,1,16005003,0,100,223063004 +290109060,3,3,1,16005003,0,100,223063004 +290109061,3,3,1,16005003,0,100,223063004 +290109062,3,3,1,16005003,0,100,223063004 +290109063,3,3,1,16005003,0,100,223063004 +290109064,3,3,1,16005003,0,100,223063004 +290109065,3,3,1,16005003,0,100,223063004 +290109066,3,3,1,16005003,0,100,223063004 +290109067,3,3,1,16005003,0,100,223063004 +290109068,3,3,1,16005003,0,100,223063004 +290109069,3,3,1,16005003,0,100,223063004 +290109070,3,3,1,16005003,0,100,223063004 +290109071,3,3,1,16005003,0,100,223063004 +290109072,3,3,1,16005003,0,100,223063004 +290109073,3,3,1,16005003,0,100,223063004 +290109074,3,3,1,16005003,0,100,223063004 +290109075,3,3,1,16005003,0,100,223063004 +290109076,3,3,1,16005003,0,100,223063004 +290109077,3,3,1,16005003,0,100,223063004 +290109078,3,3,1,16005003,0,100,223063004 +290109079,3,3,1,16005003,0,75,223063004 +290109080,3,3,1,16005003,0,75,223063004 +290109081,3,3,1,16005003,0,75,223063004 +290109082,3,3,1,16005003,0,75,223063004 +290109083,3,3,1,16005003,0,75,223063004 +290109084,3,3,1,16005003,0,75,223063004 +290109085,3,3,1,16005003,0,75,223063004 +290109086,3,3,1,16005003,0,75,223063004 +290109087,3,3,1,16005003,0,75,223063004 +290109088,3,3,1,16005003,0,75,223063004 +290109089,3,3,1,16005003,0,75,223063004 +290109090,3,3,1,16005003,0,75,223063004 +290109091,3,3,1,16005003,0,75,223063004 +290109092,3,3,1,16005003,0,75,223063004 +290109093,3,3,1,16005003,0,75,223063004 +290109094,3,3,1,16005003,0,75,223063004 +290109095,3,3,1,16005003,0,75,223063004 +290109096,3,3,1,16005003,0,75,223063004 +290109097,3,3,1,16005003,0,75,223063004 +290109098,3,3,1,16005003,0,75,223063004 +290109099,3,3,1,16005003,0,75,223063004 +290109100,3,3,1,16005003,0,75,223063004 +290109101,3,3,1,16005003,0,75,223063004 +290109102,3,3,1,16005003,0,75,223063004 +290109103,3,3,1,16005003,0,75,223063004 +290109104,3,3,1,16005003,0,75,223063004 +290109105,3,3,1,16005003,0,75,223063004 +290109106,3,3,1,16005003,0,75,223063004 +290109107,3,3,1,16005003,0,75,223063004 +290109108,3,3,1,16005003,0,75,223063004 +290109109,3,3,1,16005003,0,75,223063004 +290109110,3,3,1,16005003,0,75,223063004 +290109111,3,3,1,16005003,0,75,223063004 +290109112,3,3,1,16005003,0,75,223063004 +290109113,3,3,1,16005003,0,75,223063004 +290109114,3,3,1,16005003,0,75,223063004 +290109115,3,3,1,16005003,0,75,223063004 +290109116,3,3,1,16005003,0,75,223063004 +290109117,3,3,1,16005003,0,75,223063004 +290109118,3,4,1,1,0,500000,223063004 +290109119,3,4,1,1,0,500000,223063004 +290109120,3,4,1,1,0,500000,223063004 +290109121,3,4,1,1,0,500000,223063004 +290109122,3,4,1,1,0,500000,223063004 +290109123,3,4,1,1,0,500000,223063004 +290109124,3,4,1,1,0,500000,223063004 +290109125,3,4,1,1,0,500000,223063004 +290109126,3,4,1,1,0,500000,223063004 +290109127,3,4,1,1,0,500000,223063004 +290109128,3,4,1,1,0,500000,223063004 +290109129,3,4,1,1,0,500000,223063004 +290109130,3,4,1,1,0,500000,223063004 +290109131,3,4,1,1,0,500000,223063004 +290109132,3,4,1,1,0,500000,223063004 +290109133,3,4,1,1,0,500000,223063004 +290109134,3,4,1,1,0,500000,223063004 +290109135,3,4,1,1,0,500000,223063004 +290109136,3,4,1,1,0,500000,223063004 +290109137,3,4,1,1,0,500000,223063004 +290109138,3,4,1,1,0,500000,223063004 +290109139,3,4,1,1,0,500000,223063004 +290109140,3,4,1,1,0,500000,223063004 +290109141,3,4,1,1,0,500000,223063004 +290109142,3,4,1,1,0,500000,223063004 +290109143,3,4,1,1,0,500000,223063004 +290109144,3,4,1,1,0,500000,223063004 +290109145,3,4,1,1,0,500000,223063004 +290109146,3,4,1,1,0,500000,223063004 +290109147,3,4,1,1,0,500000,223063004 +290109148,3,4,1,1,0,500000,223063004 +290109149,3,4,1,1,0,500000,223063004 +290109150,3,4,1,1,0,500000,223063004 +290109151,3,4,1,1,0,500000,223063004 +290109152,3,4,1,1,0,500000,223063004 +290109153,3,4,1,1,0,500000,223063004 +290109154,3,4,1,1,0,500000,223063004 +290109155,3,4,1,1,0,500000,223063004 +290109156,3,4,1,1,0,500000,223063004 +290109001,4,4,1,1,0,1000000,223063004 +290109002,4,4,1,1,0,1000000,223063004 +290109003,4,4,1,1,0,1000000,223063004 +290109004,4,4,1,1,0,1000000,223063004 +290109005,4,4,1,1,0,1000000,223063004 +290109006,4,4,1,1,0,1000000,223063004 +290109007,4,4,1,1,0,1000000,223063004 +290109008,4,4,1,1,0,1000000,223063004 +290109009,4,4,1,1,0,1000000,223063004 +290109010,4,4,1,1,0,1000000,223063004 +290109011,4,4,1,1,0,1000000,223063004 +290109012,4,4,1,1,0,1000000,223063004 +290109013,4,4,1,1,0,1000000,223063004 +290109014,4,4,1,1,0,1000000,223063004 +290109015,4,4,1,1,0,1000000,223063004 +290109016,4,4,1,1,0,1000000,223063004 +290109017,4,4,1,1,0,1000000,223063004 +290109018,4,4,1,1,0,1000000,223063004 +290109019,4,4,1,1,0,1000000,223063004 +290109020,4,4,1,1,0,1000000,223063004 +290109021,4,4,1,1,0,1000000,223063004 +290109022,4,4,1,1,0,1000000,223063004 +290109023,4,4,1,1,0,1000000,223063004 +290109024,4,4,1,1,0,1000000,223063004 +290109025,4,4,1,1,0,1000000,223063004 +290109026,4,4,1,1,0,1000000,223063004 +290109027,4,4,1,1,0,1000000,223063004 +290109028,4,4,1,1,0,1000000,223063004 +290109029,4,4,1,1,0,1000000,223063004 +290109030,4,4,1,1,0,1000000,223063004 +290109031,4,4,1,1,0,1000000,223063004 +290109032,4,4,1,1,0,1000000,223063004 +290109033,4,4,1,1,0,1000000,223063004 +290109034,4,4,1,1,0,1000000,223063004 +290109035,4,4,1,1,0,1000000,223063004 +290109036,4,4,1,1,0,1000000,223063004 +290109037,4,4,1,1,0,1000000,223063004 +290109038,4,4,1,1,0,1000000,223063004 +290109039,4,4,1,1,0,1000000,223063004 +290109040,4,4,1,1,0,750000,223063004 +290109041,4,4,1,1,0,750000,223063004 +290109042,4,4,1,1,0,750000,223063004 +290109043,4,4,1,1,0,750000,223063004 +290109044,4,4,1,1,0,750000,223063004 +290109045,4,4,1,1,0,750000,223063004 +290109046,4,4,1,1,0,750000,223063004 +290109047,4,4,1,1,0,750000,223063004 +290109048,4,4,1,1,0,750000,223063004 +290109049,4,4,1,1,0,750000,223063004 +290109050,4,4,1,1,0,750000,223063004 +290109051,4,4,1,1,0,750000,223063004 +290109052,4,4,1,1,0,750000,223063004 +290109053,4,4,1,1,0,750000,223063004 +290109054,4,4,1,1,0,750000,223063004 +290109055,4,4,1,1,0,750000,223063004 +290109056,4,4,1,1,0,750000,223063004 +290109057,4,4,1,1,0,750000,223063004 +290109058,4,4,1,1,0,750000,223063004 +290109059,4,4,1,1,0,750000,223063004 +290109060,4,4,1,1,0,750000,223063004 +290109061,4,4,1,1,0,750000,223063004 +290109062,4,4,1,1,0,750000,223063004 +290109063,4,4,1,1,0,750000,223063004 +290109064,4,4,1,1,0,750000,223063004 +290109065,4,4,1,1,0,750000,223063004 +290109066,4,4,1,1,0,750000,223063004 +290109067,4,4,1,1,0,750000,223063004 +290109068,4,4,1,1,0,750000,223063004 +290109069,4,4,1,1,0,750000,223063004 +290109070,4,4,1,1,0,750000,223063004 +290109071,4,4,1,1,0,750000,223063004 +290109072,4,4,1,1,0,750000,223063004 +290109073,4,4,1,1,0,750000,223063004 +290109074,4,4,1,1,0,750000,223063004 +290109075,4,4,1,1,0,750000,223063004 +290109076,4,4,1,1,0,750000,223063004 +290109077,4,4,1,1,0,750000,223063004 +290109078,4,4,1,1,0,750000,223063004 +290109079,4,4,1,1,0,500000,223063004 +290109080,4,4,1,1,0,500000,223063004 +290109081,4,4,1,1,0,500000,223063004 +290109082,4,4,1,1,0,500000,223063004 +290109083,4,4,1,1,0,500000,223063004 +290109084,4,4,1,1,0,500000,223063004 +290109085,4,4,1,1,0,500000,223063004 +290109086,4,4,1,1,0,500000,223063004 +290109087,4,4,1,1,0,500000,223063004 +290109088,4,4,1,1,0,500000,223063004 +290109089,4,4,1,1,0,500000,223063004 +290109090,4,4,1,1,0,500000,223063004 +290109091,4,4,1,1,0,500000,223063004 +290109092,4,4,1,1,0,500000,223063004 +290109093,4,4,1,1,0,500000,223063004 +290109094,4,4,1,1,0,500000,223063004 +290109095,4,4,1,1,0,500000,223063004 +290109096,4,4,1,1,0,500000,223063004 +290109097,4,4,1,1,0,500000,223063004 +290109098,4,4,1,1,0,500000,223063004 +290109099,4,4,1,1,0,500000,223063004 +290109100,4,4,1,1,0,500000,223063004 +290109101,4,4,1,1,0,500000,223063004 +290109102,4,4,1,1,0,500000,223063004 +290109103,4,4,1,1,0,500000,223063004 +290109104,4,4,1,1,0,500000,223063004 +290109105,4,4,1,1,0,500000,223063004 +290109106,4,4,1,1,0,500000,223063004 +290109107,4,4,1,1,0,500000,223063004 +290109108,4,4,1,1,0,500000,223063004 +290109109,4,4,1,1,0,500000,223063004 +290109110,4,4,1,1,0,500000,223063004 +290109111,4,4,1,1,0,500000,223063004 +290109112,4,4,1,1,0,500000,223063004 +290109113,4,4,1,1,0,500000,223063004 +290109114,4,4,1,1,0,500000,223063004 +290109115,4,4,1,1,0,500000,223063004 +290109116,4,4,1,1,0,500000,223063004 +290109117,4,4,1,1,0,500000,223063004 +290113001,1,8,1,4000586,0,1,223073104 +290113002,1,8,1,4000587,0,1,223073104 +290113003,1,8,1,4000588,0,1,223073104 +290113004,1,8,1,4000589,0,1,223073104 +290113005,1,8,1,4000590,0,1,223073104 +290113006,1,8,1,4000591,0,1,223073104 +290113007,1,8,1,4000592,0,1,223073104 +290113008,1,8,1,4000593,0,1,223073104 +290113009,1,8,1,4000594,0,1,223073104 +290113010,1,8,1,4000595,0,1,223073104 +290113011,1,8,1,4000596,0,1,223073104 +290113012,1,8,1,4000597,0,1,223073104 +290113013,1,8,1,4000598,0,1,223073104 +290113014,1,8,1,4000599,0,1,223073104 +290113015,1,8,1,4000600,0,1,223073104 +290113016,1,8,1,4000601,0,1,223073104 +290113017,1,8,1,4000602,0,1,223073104 +290113018,1,8,1,4000603,0,1,223073104 +290113019,1,8,1,4000604,0,1,223073104 +290113020,1,8,1,4000605,0,1,223073104 +290113021,1,8,1,4000606,0,1,223073104 +290113022,1,8,1,4000607,0,1,223073104 +290113023,1,8,1,4000608,0,1,223073104 +290113024,1,8,1,4000609,0,1,223073104 +290113025,1,8,1,4000610,0,1,223073104 +290113026,1,8,1,4000611,0,1,223073104 +290113027,1,8,1,4000612,0,1,223073104 +290113028,1,8,1,4000613,0,1,223073104 +290113029,1,8,1,4000614,0,1,223073104 +290113030,1,8,1,4000615,0,1,223073104 +290113031,1,8,1,4000616,0,1,223073104 +290113032,1,8,1,4000617,0,1,223073104 +290113033,1,8,1,4000618,0,1,223073104 +290113034,1,8,1,4000619,0,1,223073104 +290113035,1,8,1,4000620,0,1,223073104 +290113036,1,8,1,4000621,0,1,223073104 +290113037,1,8,1,4000622,0,1,223073104 +290113038,1,8,1,4000623,0,1,223073104 +290113039,1,8,1,4000624,0,1,223073104 +290113040,1,8,1,4000625,0,1,223073104 +290113041,1,8,1,4000626,0,1,223073104 +290113042,1,8,1,4000627,0,1,223073104 +290113043,1,8,1,4000628,0,1,223073104 +290113044,1,8,1,4000629,0,1,223073104 +290113045,1,8,1,4000630,0,1,223073104 +290113046,1,8,1,4000631,0,1,223073104 +290113047,1,8,1,4000632,0,1,223073104 +290113048,1,8,1,4000633,0,1,223073104 +290113049,1,8,1,4000634,0,1,223073104 +290113050,1,8,1,4000635,0,1,223073104 +290113051,1,8,1,4000636,0,1,223073104 +290113052,1,8,1,4000637,0,1,223073104 +290113053,1,8,1,4000638,0,1,223073104 +290113054,1,8,1,4000639,0,1,223073104 +290113055,1,8,1,4000640,0,1,223073104 +290113056,1,8,1,4000641,0,1,223073104 +290113057,1,8,1,4000642,0,1,223073104 +290113058,1,8,1,4000643,0,1,223073104 +290113059,1,8,1,4000644,0,1,223073104 +290113060,1,8,1,4000645,0,1,223073104 +290113061,1,8,1,4000646,0,1,223073104 +290113062,1,8,1,4000647,0,1,223073104 +290113063,1,8,1,4000648,0,1,223073104 +290113064,1,8,1,4000649,0,1,223073104 +290113065,1,8,1,4000650,0,1,223073104 +290113066,1,8,1,4000651,0,1,223073104 +290113067,1,8,1,4000652,0,1,223073104 +290113068,1,8,1,4000653,0,1,223073104 +290113069,1,8,1,4000654,0,1,223073104 +290113070,1,8,1,4000655,0,1,223073104 +290113071,1,8,1,4000656,0,1,223073104 +290113072,1,8,1,4000657,0,1,223073104 +290113073,1,8,1,4000658,0,1,223073104 +290113074,1,8,1,4000659,0,1,223073104 +290113075,1,8,1,4000660,0,1,223073104 +290113076,1,8,1,4000661,0,1,223073104 +290113077,1,8,1,4000662,0,1,223073104 +290113078,1,8,1,4000663,0,1,223073104 +290113079,1,8,1,4000664,0,1,223073104 +290113080,1,8,1,4000665,0,1,223073104 +290113081,1,8,1,4000666,0,1,223073104 +290113082,1,8,1,4000667,0,1,223073104 +290113083,1,8,1,4000668,0,1,223073104 +290113084,1,8,1,4000669,0,1,223073104 +290113085,1,8,1,4000670,0,1,223073104 +290113086,1,8,1,4000671,0,1,223073104 +290113087,1,8,1,4000672,0,1,223073104 +290113088,1,8,1,4000673,0,1,223073104 +290113089,1,8,1,4000674,0,1,223073104 +290113090,1,8,1,4000675,0,1,223073104 +290113091,1,8,1,4000676,0,1,223073104 +290113092,1,8,1,4000677,0,1,223073104 +290113093,1,8,1,4000678,0,1,223073104 +290113094,1,8,1,4000679,0,1,223073104 +290113095,1,8,1,4000680,0,1,223073104 +290113096,1,8,1,4000681,0,1,223073104 +290113097,1,8,1,4000682,0,1,223073104 +290113098,1,8,1,4000683,0,1,223073104 +290113099,1,8,1,4000684,0,1,223073104 +290113100,1,8,1,4000685,0,1,223073104 +290113101,1,8,1,4000686,0,1,223073104 +290113102,1,8,1,4000687,0,1,223073104 +290113103,1,8,1,4000688,0,1,223073104 +290113104,1,8,1,4000689,0,1,223073104 +290113105,1,8,1,4000690,0,1,223073104 +290113106,1,8,1,4000691,0,1,223073104 +290113107,1,8,1,4000692,0,1,223073104 +290113108,1,8,1,4000693,0,1,223073104 +290113109,1,8,1,4000694,0,1,223073104 +290113110,1,8,1,4000695,0,1,223073104 +290113111,1,8,1,4000696,0,1,223073104 +290113112,1,8,1,4000697,0,1,223073104 +290113113,1,8,1,4000698,0,1,223073104 +290113114,1,8,1,4000699,0,1,223073104 +290113115,1,8,1,4000700,0,1,223073104 +290113116,1,8,1,4000701,0,1,223073104 +290113117,1,8,1,4000702,0,1,223073104 +290113118,1,1,1,0,0,200,223073104 +290113119,1,1,1,0,0,200,223073104 +290113120,1,1,1,0,0,200,223073104 +290113121,1,1,1,0,0,200,223073104 +290113122,1,1,1,0,0,200,223073104 +290113123,1,1,1,0,0,200,223073104 +290113124,1,1,1,0,0,200,223073104 +290113125,1,1,1,0,0,200,223073104 +290113126,1,1,1,0,0,200,223073104 +290113127,1,1,1,0,0,200,223073104 +290113128,1,1,1,0,0,200,223073104 +290113129,1,1,1,0,0,200,223073104 +290113130,1,1,1,0,0,200,223073104 +290113131,1,1,1,0,0,200,223073104 +290113132,1,1,1,0,0,200,223073104 +290113133,1,1,1,0,0,200,223073104 +290113134,1,1,1,0,0,200,223073104 +290113135,1,1,1,0,0,200,223073104 +290113136,1,1,1,0,0,200,223073104 +290113137,1,1,1,0,0,200,223073104 +290113138,1,1,1,0,0,200,223073104 +290113139,1,1,1,0,0,200,223073104 +290113140,1,1,1,0,0,200,223073104 +290113141,1,1,1,0,0,200,223073104 +290113142,1,1,1,0,0,200,223073104 +290113143,1,1,1,0,0,200,223073104 +290113144,1,1,1,0,0,200,223073104 +290113145,1,1,1,0,0,200,223073104 +290113146,1,1,1,0,0,200,223073104 +290113147,1,1,1,0,0,200,223073104 +290113148,1,1,1,0,0,200,223073104 +290113149,1,1,1,0,0,200,223073104 +290113150,1,1,1,0,0,200,223073104 +290113151,1,1,1,0,0,200,223073104 +290113152,1,1,1,0,0,200,223073104 +290113153,1,1,1,0,0,200,223073104 +290113154,1,1,1,0,0,200,223073104 +290113155,1,1,1,0,0,200,223073104 +290113156,1,1,1,0,0,200,223073104 +290113001,2,1,1,0,0,300,223073104 +290113002,2,1,1,0,0,300,223073104 +290113003,2,1,1,0,0,300,223073104 +290113004,2,1,1,0,0,300,223073104 +290113005,2,1,1,0,0,300,223073104 +290113006,2,1,1,0,0,300,223073104 +290113007,2,1,1,0,0,300,223073104 +290113008,2,1,1,0,0,300,223073104 +290113009,2,1,1,0,0,300,223073104 +290113010,2,1,1,0,0,300,223073104 +290113011,2,1,1,0,0,300,223073104 +290113012,2,1,1,0,0,300,223073104 +290113013,2,1,1,0,0,300,223073104 +290113014,2,1,1,0,0,300,223073104 +290113015,2,1,1,0,0,300,223073104 +290113016,2,1,1,0,0,300,223073104 +290113017,2,1,1,0,0,300,223073104 +290113018,2,1,1,0,0,300,223073104 +290113019,2,1,1,0,0,300,223073104 +290113020,2,1,1,0,0,300,223073104 +290113021,2,1,1,0,0,300,223073104 +290113022,2,1,1,0,0,300,223073104 +290113023,2,1,1,0,0,300,223073104 +290113024,2,1,1,0,0,300,223073104 +290113025,2,1,1,0,0,300,223073104 +290113026,2,1,1,0,0,300,223073104 +290113027,2,1,1,0,0,300,223073104 +290113028,2,1,1,0,0,300,223073104 +290113029,2,1,1,0,0,300,223073104 +290113030,2,1,1,0,0,300,223073104 +290113031,2,1,1,0,0,300,223073104 +290113032,2,1,1,0,0,300,223073104 +290113033,2,1,1,0,0,300,223073104 +290113034,2,1,1,0,0,300,223073104 +290113035,2,1,1,0,0,300,223073104 +290113036,2,1,1,0,0,300,223073104 +290113037,2,1,1,0,0,300,223073104 +290113038,2,1,1,0,0,300,223073104 +290113039,2,1,1,0,0,300,223073104 +290113040,2,1,1,0,0,250,223073104 +290113041,2,1,1,0,0,250,223073104 +290113042,2,1,1,0,0,250,223073104 +290113043,2,1,1,0,0,250,223073104 +290113044,2,1,1,0,0,250,223073104 +290113045,2,1,1,0,0,250,223073104 +290113046,2,1,1,0,0,250,223073104 +290113047,2,1,1,0,0,250,223073104 +290113048,2,1,1,0,0,250,223073104 +290113049,2,1,1,0,0,250,223073104 +290113050,2,1,1,0,0,250,223073104 +290113051,2,1,1,0,0,250,223073104 +290113052,2,1,1,0,0,250,223073104 +290113053,2,1,1,0,0,250,223073104 +290113054,2,1,1,0,0,250,223073104 +290113055,2,1,1,0,0,250,223073104 +290113056,2,1,1,0,0,250,223073104 +290113057,2,1,1,0,0,250,223073104 +290113058,2,1,1,0,0,250,223073104 +290113059,2,1,1,0,0,250,223073104 +290113060,2,1,1,0,0,250,223073104 +290113061,2,1,1,0,0,250,223073104 +290113062,2,1,1,0,0,250,223073104 +290113063,2,1,1,0,0,250,223073104 +290113064,2,1,1,0,0,250,223073104 +290113065,2,1,1,0,0,250,223073104 +290113066,2,1,1,0,0,250,223073104 +290113067,2,1,1,0,0,250,223073104 +290113068,2,1,1,0,0,250,223073104 +290113069,2,1,1,0,0,250,223073104 +290113070,2,1,1,0,0,250,223073104 +290113071,2,1,1,0,0,250,223073104 +290113072,2,1,1,0,0,250,223073104 +290113073,2,1,1,0,0,250,223073104 +290113074,2,1,1,0,0,250,223073104 +290113075,2,1,1,0,0,250,223073104 +290113076,2,1,1,0,0,250,223073104 +290113077,2,1,1,0,0,250,223073104 +290113078,2,1,1,0,0,250,223073104 +290113079,2,1,1,0,0,200,223073104 +290113080,2,1,1,0,0,200,223073104 +290113081,2,1,1,0,0,200,223073104 +290113082,2,1,1,0,0,200,223073104 +290113083,2,1,1,0,0,200,223073104 +290113084,2,1,1,0,0,200,223073104 +290113085,2,1,1,0,0,200,223073104 +290113086,2,1,1,0,0,200,223073104 +290113087,2,1,1,0,0,200,223073104 +290113088,2,1,1,0,0,200,223073104 +290113089,2,1,1,0,0,200,223073104 +290113090,2,1,1,0,0,200,223073104 +290113091,2,1,1,0,0,200,223073104 +290113092,2,1,1,0,0,200,223073104 +290113093,2,1,1,0,0,200,223073104 +290113094,2,1,1,0,0,200,223073104 +290113095,2,1,1,0,0,200,223073104 +290113096,2,1,1,0,0,200,223073104 +290113097,2,1,1,0,0,200,223073104 +290113098,2,1,1,0,0,200,223073104 +290113099,2,1,1,0,0,200,223073104 +290113100,2,1,1,0,0,200,223073104 +290113101,2,1,1,0,0,200,223073104 +290113102,2,1,1,0,0,200,223073104 +290113103,2,1,1,0,0,200,223073104 +290113104,2,1,1,0,0,200,223073104 +290113105,2,1,1,0,0,200,223073104 +290113106,2,1,1,0,0,200,223073104 +290113107,2,1,1,0,0,200,223073104 +290113108,2,1,1,0,0,200,223073104 +290113109,2,1,1,0,0,200,223073104 +290113110,2,1,1,0,0,200,223073104 +290113111,2,1,1,0,0,200,223073104 +290113112,2,1,1,0,0,200,223073104 +290113113,2,1,1,0,0,200,223073104 +290113114,2,1,1,0,0,200,223073104 +290113115,2,1,1,0,0,200,223073104 +290113116,2,1,1,0,0,200,223073104 +290113117,2,1,1,0,0,200,223073104 +290113118,2,3,1,16005003,0,75,223073104 +290113119,2,3,1,16005003,0,75,223073104 +290113120,2,3,1,16005003,0,75,223073104 +290113121,2,3,1,16005003,0,75,223073104 +290113122,2,3,1,16005003,0,75,223073104 +290113123,2,3,1,16005003,0,75,223073104 +290113124,2,3,1,16005003,0,75,223073104 +290113125,2,3,1,16005003,0,75,223073104 +290113126,2,3,1,16005003,0,75,223073104 +290113127,2,3,1,16005003,0,75,223073104 +290113128,2,3,1,16005003,0,75,223073104 +290113129,2,3,1,16005003,0,75,223073104 +290113130,2,3,1,16005003,0,75,223073104 +290113131,2,3,1,16005003,0,75,223073104 +290113132,2,3,1,16005003,0,75,223073104 +290113133,2,3,1,16005003,0,75,223073104 +290113134,2,3,1,16005003,0,75,223073104 +290113135,2,3,1,16005003,0,75,223073104 +290113136,2,3,1,16005003,0,75,223073104 +290113137,2,3,1,16005003,0,75,223073104 +290113138,2,3,1,16005003,0,75,223073104 +290113139,2,3,1,16005003,0,75,223073104 +290113140,2,3,1,16005003,0,75,223073104 +290113141,2,3,1,16005003,0,75,223073104 +290113142,2,3,1,16005003,0,75,223073104 +290113143,2,3,1,16005003,0,75,223073104 +290113144,2,3,1,16005003,0,75,223073104 +290113145,2,3,1,16005003,0,75,223073104 +290113146,2,3,1,16005003,0,75,223073104 +290113147,2,3,1,16005003,0,75,223073104 +290113148,2,3,1,16005003,0,75,223073104 +290113149,2,3,1,16005003,0,75,223073104 +290113150,2,3,1,16005003,0,75,223073104 +290113151,2,3,1,16005003,0,75,223073104 +290113152,2,3,1,16005003,0,75,223073104 +290113153,2,3,1,16005003,0,75,223073104 +290113154,2,3,1,16005003,0,75,223073104 +290113155,2,3,1,16005003,0,75,223073104 +290113156,2,3,1,16005003,0,75,223073104 +290113001,3,3,1,16005003,0,150,223073104 +290113002,3,3,1,16005003,0,150,223073104 +290113003,3,3,1,16005003,0,150,223073104 +290113004,3,3,1,16005003,0,150,223073104 +290113005,3,3,1,16005003,0,150,223073104 +290113006,3,3,1,16005003,0,150,223073104 +290113007,3,3,1,16005003,0,150,223073104 +290113008,3,3,1,16005003,0,150,223073104 +290113009,3,3,1,16005003,0,150,223073104 +290113010,3,3,1,16005003,0,150,223073104 +290113011,3,3,1,16005003,0,150,223073104 +290113012,3,3,1,16005003,0,150,223073104 +290113013,3,3,1,16005003,0,150,223073104 +290113014,3,3,1,16005003,0,150,223073104 +290113015,3,3,1,16005003,0,150,223073104 +290113016,3,3,1,16005003,0,150,223073104 +290113017,3,3,1,16005003,0,150,223073104 +290113018,3,3,1,16005003,0,150,223073104 +290113019,3,3,1,16005003,0,150,223073104 +290113020,3,3,1,16005003,0,150,223073104 +290113021,3,3,1,16005003,0,150,223073104 +290113022,3,3,1,16005003,0,150,223073104 +290113023,3,3,1,16005003,0,150,223073104 +290113024,3,3,1,16005003,0,150,223073104 +290113025,3,3,1,16005003,0,150,223073104 +290113026,3,3,1,16005003,0,150,223073104 +290113027,3,3,1,16005003,0,150,223073104 +290113028,3,3,1,16005003,0,150,223073104 +290113029,3,3,1,16005003,0,150,223073104 +290113030,3,3,1,16005003,0,150,223073104 +290113031,3,3,1,16005003,0,150,223073104 +290113032,3,3,1,16005003,0,150,223073104 +290113033,3,3,1,16005003,0,150,223073104 +290113034,3,3,1,16005003,0,150,223073104 +290113035,3,3,1,16005003,0,150,223073104 +290113036,3,3,1,16005003,0,150,223073104 +290113037,3,3,1,16005003,0,150,223073104 +290113038,3,3,1,16005003,0,150,223073104 +290113039,3,3,1,16005003,0,150,223073104 +290113040,3,3,1,16005003,0,100,223073104 +290113041,3,3,1,16005003,0,100,223073104 +290113042,3,3,1,16005003,0,100,223073104 +290113043,3,3,1,16005003,0,100,223073104 +290113044,3,3,1,16005003,0,100,223073104 +290113045,3,3,1,16005003,0,100,223073104 +290113046,3,3,1,16005003,0,100,223073104 +290113047,3,3,1,16005003,0,100,223073104 +290113048,3,3,1,16005003,0,100,223073104 +290113049,3,3,1,16005003,0,100,223073104 +290113050,3,3,1,16005003,0,100,223073104 +290113051,3,3,1,16005003,0,100,223073104 +290113052,3,3,1,16005003,0,100,223073104 +290113053,3,3,1,16005003,0,100,223073104 +290113054,3,3,1,16005003,0,100,223073104 +290113055,3,3,1,16005003,0,100,223073104 +290113056,3,3,1,16005003,0,100,223073104 +290113057,3,3,1,16005003,0,100,223073104 +290113058,3,3,1,16005003,0,100,223073104 +290113059,3,3,1,16005003,0,100,223073104 +290113060,3,3,1,16005003,0,100,223073104 +290113061,3,3,1,16005003,0,100,223073104 +290113062,3,3,1,16005003,0,100,223073104 +290113063,3,3,1,16005003,0,100,223073104 +290113064,3,3,1,16005003,0,100,223073104 +290113065,3,3,1,16005003,0,100,223073104 +290113066,3,3,1,16005003,0,100,223073104 +290113067,3,3,1,16005003,0,100,223073104 +290113068,3,3,1,16005003,0,100,223073104 +290113069,3,3,1,16005003,0,100,223073104 +290113070,3,3,1,16005003,0,100,223073104 +290113071,3,3,1,16005003,0,100,223073104 +290113072,3,3,1,16005003,0,100,223073104 +290113073,3,3,1,16005003,0,100,223073104 +290113074,3,3,1,16005003,0,100,223073104 +290113075,3,3,1,16005003,0,100,223073104 +290113076,3,3,1,16005003,0,100,223073104 +290113077,3,3,1,16005003,0,100,223073104 +290113078,3,3,1,16005003,0,100,223073104 +290113079,3,3,1,16005003,0,75,223073104 +290113080,3,3,1,16005003,0,75,223073104 +290113081,3,3,1,16005003,0,75,223073104 +290113082,3,3,1,16005003,0,75,223073104 +290113083,3,3,1,16005003,0,75,223073104 +290113084,3,3,1,16005003,0,75,223073104 +290113085,3,3,1,16005003,0,75,223073104 +290113086,3,3,1,16005003,0,75,223073104 +290113087,3,3,1,16005003,0,75,223073104 +290113088,3,3,1,16005003,0,75,223073104 +290113089,3,3,1,16005003,0,75,223073104 +290113090,3,3,1,16005003,0,75,223073104 +290113091,3,3,1,16005003,0,75,223073104 +290113092,3,3,1,16005003,0,75,223073104 +290113093,3,3,1,16005003,0,75,223073104 +290113094,3,3,1,16005003,0,75,223073104 +290113095,3,3,1,16005003,0,75,223073104 +290113096,3,3,1,16005003,0,75,223073104 +290113097,3,3,1,16005003,0,75,223073104 +290113098,3,3,1,16005003,0,75,223073104 +290113099,3,3,1,16005003,0,75,223073104 +290113100,3,3,1,16005003,0,75,223073104 +290113101,3,3,1,16005003,0,75,223073104 +290113102,3,3,1,16005003,0,75,223073104 +290113103,3,3,1,16005003,0,75,223073104 +290113104,3,3,1,16005003,0,75,223073104 +290113105,3,3,1,16005003,0,75,223073104 +290113106,3,3,1,16005003,0,75,223073104 +290113107,3,3,1,16005003,0,75,223073104 +290113108,3,3,1,16005003,0,75,223073104 +290113109,3,3,1,16005003,0,75,223073104 +290113110,3,3,1,16005003,0,75,223073104 +290113111,3,3,1,16005003,0,75,223073104 +290113112,3,3,1,16005003,0,75,223073104 +290113113,3,3,1,16005003,0,75,223073104 +290113114,3,3,1,16005003,0,75,223073104 +290113115,3,3,1,16005003,0,75,223073104 +290113116,3,3,1,16005003,0,75,223073104 +290113117,3,3,1,16005003,0,75,223073104 +290113118,3,4,1,1,0,500000,223073104 +290113119,3,4,1,1,0,500000,223073104 +290113120,3,4,1,1,0,500000,223073104 +290113121,3,4,1,1,0,500000,223073104 +290113122,3,4,1,1,0,500000,223073104 +290113123,3,4,1,1,0,500000,223073104 +290113124,3,4,1,1,0,500000,223073104 +290113125,3,4,1,1,0,500000,223073104 +290113126,3,4,1,1,0,500000,223073104 +290113127,3,4,1,1,0,500000,223073104 +290113128,3,4,1,1,0,500000,223073104 +290113129,3,4,1,1,0,500000,223073104 +290113130,3,4,1,1,0,500000,223073104 +290113131,3,4,1,1,0,500000,223073104 +290113132,3,4,1,1,0,500000,223073104 +290113133,3,4,1,1,0,500000,223073104 +290113134,3,4,1,1,0,500000,223073104 +290113135,3,4,1,1,0,500000,223073104 +290113136,3,4,1,1,0,500000,223073104 +290113137,3,4,1,1,0,500000,223073104 +290113138,3,4,1,1,0,500000,223073104 +290113139,3,4,1,1,0,500000,223073104 +290113140,3,4,1,1,0,500000,223073104 +290113141,3,4,1,1,0,500000,223073104 +290113142,3,4,1,1,0,500000,223073104 +290113143,3,4,1,1,0,500000,223073104 +290113144,3,4,1,1,0,500000,223073104 +290113145,3,4,1,1,0,500000,223073104 +290113146,3,4,1,1,0,500000,223073104 +290113147,3,4,1,1,0,500000,223073104 +290113148,3,4,1,1,0,500000,223073104 +290113149,3,4,1,1,0,500000,223073104 +290113150,3,4,1,1,0,500000,223073104 +290113151,3,4,1,1,0,500000,223073104 +290113152,3,4,1,1,0,500000,223073104 +290113153,3,4,1,1,0,500000,223073104 +290113154,3,4,1,1,0,500000,223073104 +290113155,3,4,1,1,0,500000,223073104 +290113156,3,4,1,1,0,500000,223073104 +290113001,4,4,1,1,0,1000000,223073104 +290113002,4,4,1,1,0,1000000,223073104 +290113003,4,4,1,1,0,1000000,223073104 +290113004,4,4,1,1,0,1000000,223073104 +290113005,4,4,1,1,0,1000000,223073104 +290113006,4,4,1,1,0,1000000,223073104 +290113007,4,4,1,1,0,1000000,223073104 +290113008,4,4,1,1,0,1000000,223073104 +290113009,4,4,1,1,0,1000000,223073104 +290113010,4,4,1,1,0,1000000,223073104 +290113011,4,4,1,1,0,1000000,223073104 +290113012,4,4,1,1,0,1000000,223073104 +290113013,4,4,1,1,0,1000000,223073104 +290113014,4,4,1,1,0,1000000,223073104 +290113015,4,4,1,1,0,1000000,223073104 +290113016,4,4,1,1,0,1000000,223073104 +290113017,4,4,1,1,0,1000000,223073104 +290113018,4,4,1,1,0,1000000,223073104 +290113019,4,4,1,1,0,1000000,223073104 +290113020,4,4,1,1,0,1000000,223073104 +290113021,4,4,1,1,0,1000000,223073104 +290113022,4,4,1,1,0,1000000,223073104 +290113023,4,4,1,1,0,1000000,223073104 +290113024,4,4,1,1,0,1000000,223073104 +290113025,4,4,1,1,0,1000000,223073104 +290113026,4,4,1,1,0,1000000,223073104 +290113027,4,4,1,1,0,1000000,223073104 +290113028,4,4,1,1,0,1000000,223073104 +290113029,4,4,1,1,0,1000000,223073104 +290113030,4,4,1,1,0,1000000,223073104 +290113031,4,4,1,1,0,1000000,223073104 +290113032,4,4,1,1,0,1000000,223073104 +290113033,4,4,1,1,0,1000000,223073104 +290113034,4,4,1,1,0,1000000,223073104 +290113035,4,4,1,1,0,1000000,223073104 +290113036,4,4,1,1,0,1000000,223073104 +290113037,4,4,1,1,0,1000000,223073104 +290113038,4,4,1,1,0,1000000,223073104 +290113039,4,4,1,1,0,1000000,223073104 +290113040,4,4,1,1,0,750000,223073104 +290113041,4,4,1,1,0,750000,223073104 +290113042,4,4,1,1,0,750000,223073104 +290113043,4,4,1,1,0,750000,223073104 +290113044,4,4,1,1,0,750000,223073104 +290113045,4,4,1,1,0,750000,223073104 +290113046,4,4,1,1,0,750000,223073104 +290113047,4,4,1,1,0,750000,223073104 +290113048,4,4,1,1,0,750000,223073104 +290113049,4,4,1,1,0,750000,223073104 +290113050,4,4,1,1,0,750000,223073104 +290113051,4,4,1,1,0,750000,223073104 +290113052,4,4,1,1,0,750000,223073104 +290113053,4,4,1,1,0,750000,223073104 +290113054,4,4,1,1,0,750000,223073104 +290113055,4,4,1,1,0,750000,223073104 +290113056,4,4,1,1,0,750000,223073104 +290113057,4,4,1,1,0,750000,223073104 +290113058,4,4,1,1,0,750000,223073104 +290113059,4,4,1,1,0,750000,223073104 +290113060,4,4,1,1,0,750000,223073104 +290113061,4,4,1,1,0,750000,223073104 +290113062,4,4,1,1,0,750000,223073104 +290113063,4,4,1,1,0,750000,223073104 +290113064,4,4,1,1,0,750000,223073104 +290113065,4,4,1,1,0,750000,223073104 +290113066,4,4,1,1,0,750000,223073104 +290113067,4,4,1,1,0,750000,223073104 +290113068,4,4,1,1,0,750000,223073104 +290113069,4,4,1,1,0,750000,223073104 +290113070,4,4,1,1,0,750000,223073104 +290113071,4,4,1,1,0,750000,223073104 +290113072,4,4,1,1,0,750000,223073104 +290113073,4,4,1,1,0,750000,223073104 +290113074,4,4,1,1,0,750000,223073104 +290113075,4,4,1,1,0,750000,223073104 +290113076,4,4,1,1,0,750000,223073104 +290113077,4,4,1,1,0,750000,223073104 +290113078,4,4,1,1,0,750000,223073104 +290113079,4,4,1,1,0,500000,223073104 +290113080,4,4,1,1,0,500000,223073104 +290113081,4,4,1,1,0,500000,223073104 +290113082,4,4,1,1,0,500000,223073104 +290113083,4,4,1,1,0,500000,223073104 +290113084,4,4,1,1,0,500000,223073104 +290113085,4,4,1,1,0,500000,223073104 +290113086,4,4,1,1,0,500000,223073104 +290113087,4,4,1,1,0,500000,223073104 +290113088,4,4,1,1,0,500000,223073104 +290113089,4,4,1,1,0,500000,223073104 +290113090,4,4,1,1,0,500000,223073104 +290113091,4,4,1,1,0,500000,223073104 +290113092,4,4,1,1,0,500000,223073104 +290113093,4,4,1,1,0,500000,223073104 +290113094,4,4,1,1,0,500000,223073104 +290113095,4,4,1,1,0,500000,223073104 +290113096,4,4,1,1,0,500000,223073104 +290113097,4,4,1,1,0,500000,223073104 +290113098,4,4,1,1,0,500000,223073104 +290113099,4,4,1,1,0,500000,223073104 +290113100,4,4,1,1,0,500000,223073104 +290113101,4,4,1,1,0,500000,223073104 +290113102,4,4,1,1,0,500000,223073104 +290113103,4,4,1,1,0,500000,223073104 +290113104,4,4,1,1,0,500000,223073104 +290113105,4,4,1,1,0,500000,223073104 +290113106,4,4,1,1,0,500000,223073104 +290113107,4,4,1,1,0,500000,223073104 +290113108,4,4,1,1,0,500000,223073104 +290113109,4,4,1,1,0,500000,223073104 +290113110,4,4,1,1,0,500000,223073104 +290113111,4,4,1,1,0,500000,223073104 +290113112,4,4,1,1,0,500000,223073104 +290113113,4,4,1,1,0,500000,223073104 +290113114,4,4,1,1,0,500000,223073104 +290113115,4,4,1,1,0,500000,223073104 +290113116,4,4,1,1,0,500000,223073104 +290113117,4,4,1,1,0,500000,223073104 +290117001,1,8,1,4000703,0,1,223083104 +290117002,1,8,1,4000704,0,1,223083104 +290117003,1,8,1,4000705,0,1,223083104 +290117004,1,8,1,4000706,0,1,223083104 +290117005,1,8,1,4000707,0,1,223083104 +290117006,1,8,1,4000708,0,1,223083104 +290117007,1,8,1,4000709,0,1,223083104 +290117008,1,8,1,4000710,0,1,223083104 +290117009,1,8,1,4000711,0,1,223083104 +290117010,1,8,1,4000712,0,1,223083104 +290117011,1,8,1,4000713,0,1,223083104 +290117012,1,8,1,4000714,0,1,223083104 +290117013,1,8,1,4000715,0,1,223083104 +290117014,1,8,1,4000716,0,1,223083104 +290117015,1,8,1,4000717,0,1,223083104 +290117016,1,8,1,4000718,0,1,223083104 +290117017,1,8,1,4000719,0,1,223083104 +290117018,1,8,1,4000720,0,1,223083104 +290117019,1,8,1,4000721,0,1,223083104 +290117020,1,8,1,4000722,0,1,223083104 +290117021,1,8,1,4000723,0,1,223083104 +290117022,1,8,1,4000724,0,1,223083104 +290117023,1,8,1,4000725,0,1,223083104 +290117024,1,8,1,4000726,0,1,223083104 +290117025,1,8,1,4000727,0,1,223083104 +290117026,1,8,1,4000728,0,1,223083104 +290117027,1,8,1,4000729,0,1,223083104 +290117028,1,8,1,4000730,0,1,223083104 +290117029,1,8,1,4000731,0,1,223083104 +290117030,1,8,1,4000732,0,1,223083104 +290117031,1,8,1,4000733,0,1,223083104 +290117032,1,8,1,4000734,0,1,223083104 +290117033,1,8,1,4000735,0,1,223083104 +290117034,1,8,1,4000736,0,1,223083104 +290117035,1,8,1,4000737,0,1,223083104 +290117036,1,8,1,4000738,0,1,223083104 +290117037,1,8,1,4000739,0,1,223083104 +290117038,1,8,1,4000740,0,1,223083104 +290117039,1,8,1,4000741,0,1,223083104 +290117040,1,8,1,4000742,0,1,223083104 +290117041,1,8,1,4000743,0,1,223083104 +290117042,1,8,1,4000744,0,1,223083104 +290117043,1,8,1,4000745,0,1,223083104 +290117044,1,8,1,4000746,0,1,223083104 +290117045,1,8,1,4000747,0,1,223083104 +290117046,1,8,1,4000748,0,1,223083104 +290117047,1,8,1,4000749,0,1,223083104 +290117048,1,8,1,4000750,0,1,223083104 +290117049,1,8,1,4000751,0,1,223083104 +290117050,1,8,1,4000752,0,1,223083104 +290117051,1,8,1,4000753,0,1,223083104 +290117052,1,8,1,4000754,0,1,223083104 +290117053,1,8,1,4000755,0,1,223083104 +290117054,1,8,1,4000756,0,1,223083104 +290117055,1,8,1,4000757,0,1,223083104 +290117056,1,8,1,4000758,0,1,223083104 +290117057,1,8,1,4000759,0,1,223083104 +290117058,1,8,1,4000760,0,1,223083104 +290117059,1,8,1,4000761,0,1,223083104 +290117060,1,8,1,4000762,0,1,223083104 +290117061,1,8,1,4000763,0,1,223083104 +290117062,1,8,1,4000764,0,1,223083104 +290117063,1,8,1,4000765,0,1,223083104 +290117064,1,8,1,4000766,0,1,223083104 +290117065,1,8,1,4000767,0,1,223083104 +290117066,1,8,1,4000768,0,1,223083104 +290117067,1,8,1,4000769,0,1,223083104 +290117068,1,8,1,4000770,0,1,223083104 +290117069,1,8,1,4000771,0,1,223083104 +290117070,1,8,1,4000772,0,1,223083104 +290117071,1,8,1,4000773,0,1,223083104 +290117072,1,8,1,4000774,0,1,223083104 +290117073,1,8,1,4000775,0,1,223083104 +290117074,1,8,1,4000776,0,1,223083104 +290117075,1,8,1,4000777,0,1,223083104 +290117076,1,8,1,4000778,0,1,223083104 +290117077,1,8,1,4000779,0,1,223083104 +290117078,1,8,1,4000780,0,1,223083104 +290117079,1,8,1,4000781,0,1,223083104 +290117080,1,8,1,4000782,0,1,223083104 +290117081,1,8,1,4000783,0,1,223083104 +290117082,1,8,1,4000784,0,1,223083104 +290117083,1,8,1,4000785,0,1,223083104 +290117084,1,8,1,4000786,0,1,223083104 +290117085,1,8,1,4000787,0,1,223083104 +290117086,1,8,1,4000788,0,1,223083104 +290117087,1,8,1,4000789,0,1,223083104 +290117088,1,8,1,4000790,0,1,223083104 +290117089,1,8,1,4000791,0,1,223083104 +290117090,1,8,1,4000792,0,1,223083104 +290117091,1,8,1,4000793,0,1,223083104 +290117092,1,8,1,4000794,0,1,223083104 +290117093,1,8,1,4000795,0,1,223083104 +290117094,1,8,1,4000796,0,1,223083104 +290117095,1,8,1,4000797,0,1,223083104 +290117096,1,8,1,4000798,0,1,223083104 +290117097,1,8,1,4000799,0,1,223083104 +290117098,1,8,1,4000800,0,1,223083104 +290117099,1,8,1,4000801,0,1,223083104 +290117100,1,8,1,4000802,0,1,223083104 +290117101,1,8,1,4000803,0,1,223083104 +290117102,1,8,1,4000804,0,1,223083104 +290117103,1,8,1,4000805,0,1,223083104 +290117104,1,8,1,4000806,0,1,223083104 +290117105,1,8,1,4000807,0,1,223083104 +290117106,1,8,1,4000808,0,1,223083104 +290117107,1,8,1,4000809,0,1,223083104 +290117108,1,8,1,4000810,0,1,223083104 +290117109,1,8,1,4000811,0,1,223083104 +290117110,1,8,1,4000812,0,1,223083104 +290117111,1,8,1,4000813,0,1,223083104 +290117112,1,8,1,4000814,0,1,223083104 +290117113,1,8,1,4000815,0,1,223083104 +290117114,1,8,1,4000816,0,1,223083104 +290117115,1,8,1,4000817,0,1,223083104 +290117116,1,8,1,4000818,0,1,223083104 +290117117,1,8,1,4000819,0,1,223083104 +290117118,1,1,1,0,0,200,223083104 +290117119,1,1,1,0,0,200,223083104 +290117120,1,1,1,0,0,200,223083104 +290117121,1,1,1,0,0,200,223083104 +290117122,1,1,1,0,0,200,223083104 +290117123,1,1,1,0,0,200,223083104 +290117124,1,1,1,0,0,200,223083104 +290117125,1,1,1,0,0,200,223083104 +290117126,1,1,1,0,0,200,223083104 +290117127,1,1,1,0,0,200,223083104 +290117128,1,1,1,0,0,200,223083104 +290117129,1,1,1,0,0,200,223083104 +290117130,1,1,1,0,0,200,223083104 +290117131,1,1,1,0,0,200,223083104 +290117132,1,1,1,0,0,200,223083104 +290117133,1,1,1,0,0,200,223083104 +290117134,1,1,1,0,0,200,223083104 +290117135,1,1,1,0,0,200,223083104 +290117136,1,1,1,0,0,200,223083104 +290117137,1,1,1,0,0,200,223083104 +290117138,1,1,1,0,0,200,223083104 +290117139,1,1,1,0,0,200,223083104 +290117140,1,1,1,0,0,200,223083104 +290117141,1,1,1,0,0,200,223083104 +290117142,1,1,1,0,0,200,223083104 +290117143,1,1,1,0,0,200,223083104 +290117144,1,1,1,0,0,200,223083104 +290117145,1,1,1,0,0,200,223083104 +290117146,1,1,1,0,0,200,223083104 +290117147,1,1,1,0,0,200,223083104 +290117148,1,1,1,0,0,200,223083104 +290117149,1,1,1,0,0,200,223083104 +290117150,1,1,1,0,0,200,223083104 +290117151,1,1,1,0,0,200,223083104 +290117152,1,1,1,0,0,200,223083104 +290117153,1,1,1,0,0,200,223083104 +290117154,1,1,1,0,0,200,223083104 +290117155,1,1,1,0,0,200,223083104 +290117156,1,1,1,0,0,200,223083104 +290117001,2,1,1,0,0,300,223083104 +290117002,2,1,1,0,0,300,223083104 +290117003,2,1,1,0,0,300,223083104 +290117004,2,1,1,0,0,300,223083104 +290117005,2,1,1,0,0,300,223083104 +290117006,2,1,1,0,0,300,223083104 +290117007,2,1,1,0,0,300,223083104 +290117008,2,1,1,0,0,300,223083104 +290117009,2,1,1,0,0,300,223083104 +290117010,2,1,1,0,0,300,223083104 +290117011,2,1,1,0,0,300,223083104 +290117012,2,1,1,0,0,300,223083104 +290117013,2,1,1,0,0,300,223083104 +290117014,2,1,1,0,0,300,223083104 +290117015,2,1,1,0,0,300,223083104 +290117016,2,1,1,0,0,300,223083104 +290117017,2,1,1,0,0,300,223083104 +290117018,2,1,1,0,0,300,223083104 +290117019,2,1,1,0,0,300,223083104 +290117020,2,1,1,0,0,300,223083104 +290117021,2,1,1,0,0,300,223083104 +290117022,2,1,1,0,0,300,223083104 +290117023,2,1,1,0,0,300,223083104 +290117024,2,1,1,0,0,300,223083104 +290117025,2,1,1,0,0,300,223083104 +290117026,2,1,1,0,0,300,223083104 +290117027,2,1,1,0,0,300,223083104 +290117028,2,1,1,0,0,300,223083104 +290117029,2,1,1,0,0,300,223083104 +290117030,2,1,1,0,0,300,223083104 +290117031,2,1,1,0,0,300,223083104 +290117032,2,1,1,0,0,300,223083104 +290117033,2,1,1,0,0,300,223083104 +290117034,2,1,1,0,0,300,223083104 +290117035,2,1,1,0,0,300,223083104 +290117036,2,1,1,0,0,300,223083104 +290117037,2,1,1,0,0,300,223083104 +290117038,2,1,1,0,0,300,223083104 +290117039,2,1,1,0,0,300,223083104 +290117040,2,1,1,0,0,250,223083104 +290117041,2,1,1,0,0,250,223083104 +290117042,2,1,1,0,0,250,223083104 +290117043,2,1,1,0,0,250,223083104 +290117044,2,1,1,0,0,250,223083104 +290117045,2,1,1,0,0,250,223083104 +290117046,2,1,1,0,0,250,223083104 +290117047,2,1,1,0,0,250,223083104 +290117048,2,1,1,0,0,250,223083104 +290117049,2,1,1,0,0,250,223083104 +290117050,2,1,1,0,0,250,223083104 +290117051,2,1,1,0,0,250,223083104 +290117052,2,1,1,0,0,250,223083104 +290117053,2,1,1,0,0,250,223083104 +290117054,2,1,1,0,0,250,223083104 +290117055,2,1,1,0,0,250,223083104 +290117056,2,1,1,0,0,250,223083104 +290117057,2,1,1,0,0,250,223083104 +290117058,2,1,1,0,0,250,223083104 +290117059,2,1,1,0,0,250,223083104 +290117060,2,1,1,0,0,250,223083104 +290117061,2,1,1,0,0,250,223083104 +290117062,2,1,1,0,0,250,223083104 +290117063,2,1,1,0,0,250,223083104 +290117064,2,1,1,0,0,250,223083104 +290117065,2,1,1,0,0,250,223083104 +290117066,2,1,1,0,0,250,223083104 +290117067,2,1,1,0,0,250,223083104 +290117068,2,1,1,0,0,250,223083104 +290117069,2,1,1,0,0,250,223083104 +290117070,2,1,1,0,0,250,223083104 +290117071,2,1,1,0,0,250,223083104 +290117072,2,1,1,0,0,250,223083104 +290117073,2,1,1,0,0,250,223083104 +290117074,2,1,1,0,0,250,223083104 +290117075,2,1,1,0,0,250,223083104 +290117076,2,1,1,0,0,250,223083104 +290117077,2,1,1,0,0,250,223083104 +290117078,2,1,1,0,0,250,223083104 +290117079,2,1,1,0,0,200,223083104 +290117080,2,1,1,0,0,200,223083104 +290117081,2,1,1,0,0,200,223083104 +290117082,2,1,1,0,0,200,223083104 +290117083,2,1,1,0,0,200,223083104 +290117084,2,1,1,0,0,200,223083104 +290117085,2,1,1,0,0,200,223083104 +290117086,2,1,1,0,0,200,223083104 +290117087,2,1,1,0,0,200,223083104 +290117088,2,1,1,0,0,200,223083104 +290117089,2,1,1,0,0,200,223083104 +290117090,2,1,1,0,0,200,223083104 +290117091,2,1,1,0,0,200,223083104 +290117092,2,1,1,0,0,200,223083104 +290117093,2,1,1,0,0,200,223083104 +290117094,2,1,1,0,0,200,223083104 +290117095,2,1,1,0,0,200,223083104 +290117096,2,1,1,0,0,200,223083104 +290117097,2,1,1,0,0,200,223083104 +290117098,2,1,1,0,0,200,223083104 +290117099,2,1,1,0,0,200,223083104 +290117100,2,1,1,0,0,200,223083104 +290117101,2,1,1,0,0,200,223083104 +290117102,2,1,1,0,0,200,223083104 +290117103,2,1,1,0,0,200,223083104 +290117104,2,1,1,0,0,200,223083104 +290117105,2,1,1,0,0,200,223083104 +290117106,2,1,1,0,0,200,223083104 +290117107,2,1,1,0,0,200,223083104 +290117108,2,1,1,0,0,200,223083104 +290117109,2,1,1,0,0,200,223083104 +290117110,2,1,1,0,0,200,223083104 +290117111,2,1,1,0,0,200,223083104 +290117112,2,1,1,0,0,200,223083104 +290117113,2,1,1,0,0,200,223083104 +290117114,2,1,1,0,0,200,223083104 +290117115,2,1,1,0,0,200,223083104 +290117116,2,1,1,0,0,200,223083104 +290117117,2,1,1,0,0,200,223083104 +290117118,2,3,1,16005003,0,75,223083104 +290117119,2,3,1,16005003,0,75,223083104 +290117120,2,3,1,16005003,0,75,223083104 +290117121,2,3,1,16005003,0,75,223083104 +290117122,2,3,1,16005003,0,75,223083104 +290117123,2,3,1,16005003,0,75,223083104 +290117124,2,3,1,16005003,0,75,223083104 +290117125,2,3,1,16005003,0,75,223083104 +290117126,2,3,1,16005003,0,75,223083104 +290117127,2,3,1,16005003,0,75,223083104 +290117128,2,3,1,16005003,0,75,223083104 +290117129,2,3,1,16005003,0,75,223083104 +290117130,2,3,1,16005003,0,75,223083104 +290117131,2,3,1,16005003,0,75,223083104 +290117132,2,3,1,16005003,0,75,223083104 +290117133,2,3,1,16005003,0,75,223083104 +290117134,2,3,1,16005003,0,75,223083104 +290117135,2,3,1,16005003,0,75,223083104 +290117136,2,3,1,16005003,0,75,223083104 +290117137,2,3,1,16005003,0,75,223083104 +290117138,2,3,1,16005003,0,75,223083104 +290117139,2,3,1,16005003,0,75,223083104 +290117140,2,3,1,16005003,0,75,223083104 +290117141,2,3,1,16005003,0,75,223083104 +290117142,2,3,1,16005003,0,75,223083104 +290117143,2,3,1,16005003,0,75,223083104 +290117144,2,3,1,16005003,0,75,223083104 +290117145,2,3,1,16005003,0,75,223083104 +290117146,2,3,1,16005003,0,75,223083104 +290117147,2,3,1,16005003,0,75,223083104 +290117148,2,3,1,16005003,0,75,223083104 +290117149,2,3,1,16005003,0,75,223083104 +290117150,2,3,1,16005003,0,75,223083104 +290117151,2,3,1,16005003,0,75,223083104 +290117152,2,3,1,16005003,0,75,223083104 +290117153,2,3,1,16005003,0,75,223083104 +290117154,2,3,1,16005003,0,75,223083104 +290117155,2,3,1,16005003,0,75,223083104 +290117156,2,3,1,16005003,0,75,223083104 +290117001,3,3,1,16005003,0,150,223083104 +290117002,3,3,1,16005003,0,150,223083104 +290117003,3,3,1,16005003,0,150,223083104 +290117004,3,3,1,16005003,0,150,223083104 +290117005,3,3,1,16005003,0,150,223083104 +290117006,3,3,1,16005003,0,150,223083104 +290117007,3,3,1,16005003,0,150,223083104 +290117008,3,3,1,16005003,0,150,223083104 +290117009,3,3,1,16005003,0,150,223083104 +290117010,3,3,1,16005003,0,150,223083104 +290117011,3,3,1,16005003,0,150,223083104 +290117012,3,3,1,16005003,0,150,223083104 +290117013,3,3,1,16005003,0,150,223083104 +290117014,3,3,1,16005003,0,150,223083104 +290117015,3,3,1,16005003,0,150,223083104 +290117016,3,3,1,16005003,0,150,223083104 +290117017,3,3,1,16005003,0,150,223083104 +290117018,3,3,1,16005003,0,150,223083104 +290117019,3,3,1,16005003,0,150,223083104 +290117020,3,3,1,16005003,0,150,223083104 +290117021,3,3,1,16005003,0,150,223083104 +290117022,3,3,1,16005003,0,150,223083104 +290117023,3,3,1,16005003,0,150,223083104 +290117024,3,3,1,16005003,0,150,223083104 +290117025,3,3,1,16005003,0,150,223083104 +290117026,3,3,1,16005003,0,150,223083104 +290117027,3,3,1,16005003,0,150,223083104 +290117028,3,3,1,16005003,0,150,223083104 +290117029,3,3,1,16005003,0,150,223083104 +290117030,3,3,1,16005003,0,150,223083104 +290117031,3,3,1,16005003,0,150,223083104 +290117032,3,3,1,16005003,0,150,223083104 +290117033,3,3,1,16005003,0,150,223083104 +290117034,3,3,1,16005003,0,150,223083104 +290117035,3,3,1,16005003,0,150,223083104 +290117036,3,3,1,16005003,0,150,223083104 +290117037,3,3,1,16005003,0,150,223083104 +290117038,3,3,1,16005003,0,150,223083104 +290117039,3,3,1,16005003,0,150,223083104 +290117040,3,3,1,16005003,0,100,223083104 +290117041,3,3,1,16005003,0,100,223083104 +290117042,3,3,1,16005003,0,100,223083104 +290117043,3,3,1,16005003,0,100,223083104 +290117044,3,3,1,16005003,0,100,223083104 +290117045,3,3,1,16005003,0,100,223083104 +290117046,3,3,1,16005003,0,100,223083104 +290117047,3,3,1,16005003,0,100,223083104 +290117048,3,3,1,16005003,0,100,223083104 +290117049,3,3,1,16005003,0,100,223083104 +290117050,3,3,1,16005003,0,100,223083104 +290117051,3,3,1,16005003,0,100,223083104 +290117052,3,3,1,16005003,0,100,223083104 +290117053,3,3,1,16005003,0,100,223083104 +290117054,3,3,1,16005003,0,100,223083104 +290117055,3,3,1,16005003,0,100,223083104 +290117056,3,3,1,16005003,0,100,223083104 +290117057,3,3,1,16005003,0,100,223083104 +290117058,3,3,1,16005003,0,100,223083104 +290117059,3,3,1,16005003,0,100,223083104 +290117060,3,3,1,16005003,0,100,223083104 +290117061,3,3,1,16005003,0,100,223083104 +290117062,3,3,1,16005003,0,100,223083104 +290117063,3,3,1,16005003,0,100,223083104 +290117064,3,3,1,16005003,0,100,223083104 +290117065,3,3,1,16005003,0,100,223083104 +290117066,3,3,1,16005003,0,100,223083104 +290117067,3,3,1,16005003,0,100,223083104 +290117068,3,3,1,16005003,0,100,223083104 +290117069,3,3,1,16005003,0,100,223083104 +290117070,3,3,1,16005003,0,100,223083104 +290117071,3,3,1,16005003,0,100,223083104 +290117072,3,3,1,16005003,0,100,223083104 +290117073,3,3,1,16005003,0,100,223083104 +290117074,3,3,1,16005003,0,100,223083104 +290117075,3,3,1,16005003,0,100,223083104 +290117076,3,3,1,16005003,0,100,223083104 +290117077,3,3,1,16005003,0,100,223083104 +290117078,3,3,1,16005003,0,100,223083104 +290117079,3,3,1,16005003,0,75,223083104 +290117080,3,3,1,16005003,0,75,223083104 +290117081,3,3,1,16005003,0,75,223083104 +290117082,3,3,1,16005003,0,75,223083104 +290117083,3,3,1,16005003,0,75,223083104 +290117084,3,3,1,16005003,0,75,223083104 +290117085,3,3,1,16005003,0,75,223083104 +290117086,3,3,1,16005003,0,75,223083104 +290117087,3,3,1,16005003,0,75,223083104 +290117088,3,3,1,16005003,0,75,223083104 +290117089,3,3,1,16005003,0,75,223083104 +290117090,3,3,1,16005003,0,75,223083104 +290117091,3,3,1,16005003,0,75,223083104 +290117092,3,3,1,16005003,0,75,223083104 +290117093,3,3,1,16005003,0,75,223083104 +290117094,3,3,1,16005003,0,75,223083104 +290117095,3,3,1,16005003,0,75,223083104 +290117096,3,3,1,16005003,0,75,223083104 +290117097,3,3,1,16005003,0,75,223083104 +290117098,3,3,1,16005003,0,75,223083104 +290117099,3,3,1,16005003,0,75,223083104 +290117100,3,3,1,16005003,0,75,223083104 +290117101,3,3,1,16005003,0,75,223083104 +290117102,3,3,1,16005003,0,75,223083104 +290117103,3,3,1,16005003,0,75,223083104 +290117104,3,3,1,16005003,0,75,223083104 +290117105,3,3,1,16005003,0,75,223083104 +290117106,3,3,1,16005003,0,75,223083104 +290117107,3,3,1,16005003,0,75,223083104 +290117108,3,3,1,16005003,0,75,223083104 +290117109,3,3,1,16005003,0,75,223083104 +290117110,3,3,1,16005003,0,75,223083104 +290117111,3,3,1,16005003,0,75,223083104 +290117112,3,3,1,16005003,0,75,223083104 +290117113,3,3,1,16005003,0,75,223083104 +290117114,3,3,1,16005003,0,75,223083104 +290117115,3,3,1,16005003,0,75,223083104 +290117116,3,3,1,16005003,0,75,223083104 +290117117,3,3,1,16005003,0,75,223083104 +290117118,3,4,1,1,0,500000,223083104 +290117119,3,4,1,1,0,500000,223083104 +290117120,3,4,1,1,0,500000,223083104 +290117121,3,4,1,1,0,500000,223083104 +290117122,3,4,1,1,0,500000,223083104 +290117123,3,4,1,1,0,500000,223083104 +290117124,3,4,1,1,0,500000,223083104 +290117125,3,4,1,1,0,500000,223083104 +290117126,3,4,1,1,0,500000,223083104 +290117127,3,4,1,1,0,500000,223083104 +290117128,3,4,1,1,0,500000,223083104 +290117129,3,4,1,1,0,500000,223083104 +290117130,3,4,1,1,0,500000,223083104 +290117131,3,4,1,1,0,500000,223083104 +290117132,3,4,1,1,0,500000,223083104 +290117133,3,4,1,1,0,500000,223083104 +290117134,3,4,1,1,0,500000,223083104 +290117135,3,4,1,1,0,500000,223083104 +290117136,3,4,1,1,0,500000,223083104 +290117137,3,4,1,1,0,500000,223083104 +290117138,3,4,1,1,0,500000,223083104 +290117139,3,4,1,1,0,500000,223083104 +290117140,3,4,1,1,0,500000,223083104 +290117141,3,4,1,1,0,500000,223083104 +290117142,3,4,1,1,0,500000,223083104 +290117143,3,4,1,1,0,500000,223083104 +290117144,3,4,1,1,0,500000,223083104 +290117145,3,4,1,1,0,500000,223083104 +290117146,3,4,1,1,0,500000,223083104 +290117147,3,4,1,1,0,500000,223083104 +290117148,3,4,1,1,0,500000,223083104 +290117149,3,4,1,1,0,500000,223083104 +290117150,3,4,1,1,0,500000,223083104 +290117151,3,4,1,1,0,500000,223083104 +290117152,3,4,1,1,0,500000,223083104 +290117153,3,4,1,1,0,500000,223083104 +290117154,3,4,1,1,0,500000,223083104 +290117155,3,4,1,1,0,500000,223083104 +290117156,3,4,1,1,0,500000,223083104 +290117001,4,4,1,1,0,1000000,223083104 +290117002,4,4,1,1,0,1000000,223083104 +290117003,4,4,1,1,0,1000000,223083104 +290117004,4,4,1,1,0,1000000,223083104 +290117005,4,4,1,1,0,1000000,223083104 +290117006,4,4,1,1,0,1000000,223083104 +290117007,4,4,1,1,0,1000000,223083104 +290117008,4,4,1,1,0,1000000,223083104 +290117009,4,4,1,1,0,1000000,223083104 +290117010,4,4,1,1,0,1000000,223083104 +290117011,4,4,1,1,0,1000000,223083104 +290117012,4,4,1,1,0,1000000,223083104 +290117013,4,4,1,1,0,1000000,223083104 +290117014,4,4,1,1,0,1000000,223083104 +290117015,4,4,1,1,0,1000000,223083104 +290117016,4,4,1,1,0,1000000,223083104 +290117017,4,4,1,1,0,1000000,223083104 +290117018,4,4,1,1,0,1000000,223083104 +290117019,4,4,1,1,0,1000000,223083104 +290117020,4,4,1,1,0,1000000,223083104 +290117021,4,4,1,1,0,1000000,223083104 +290117022,4,4,1,1,0,1000000,223083104 +290117023,4,4,1,1,0,1000000,223083104 +290117024,4,4,1,1,0,1000000,223083104 +290117025,4,4,1,1,0,1000000,223083104 +290117026,4,4,1,1,0,1000000,223083104 +290117027,4,4,1,1,0,1000000,223083104 +290117028,4,4,1,1,0,1000000,223083104 +290117029,4,4,1,1,0,1000000,223083104 +290117030,4,4,1,1,0,1000000,223083104 +290117031,4,4,1,1,0,1000000,223083104 +290117032,4,4,1,1,0,1000000,223083104 +290117033,4,4,1,1,0,1000000,223083104 +290117034,4,4,1,1,0,1000000,223083104 +290117035,4,4,1,1,0,1000000,223083104 +290117036,4,4,1,1,0,1000000,223083104 +290117037,4,4,1,1,0,1000000,223083104 +290117038,4,4,1,1,0,1000000,223083104 +290117039,4,4,1,1,0,1000000,223083104 +290117040,4,4,1,1,0,750000,223083104 +290117041,4,4,1,1,0,750000,223083104 +290117042,4,4,1,1,0,750000,223083104 +290117043,4,4,1,1,0,750000,223083104 +290117044,4,4,1,1,0,750000,223083104 +290117045,4,4,1,1,0,750000,223083104 +290117046,4,4,1,1,0,750000,223083104 +290117047,4,4,1,1,0,750000,223083104 +290117048,4,4,1,1,0,750000,223083104 +290117049,4,4,1,1,0,750000,223083104 +290117050,4,4,1,1,0,750000,223083104 +290117051,4,4,1,1,0,750000,223083104 +290117052,4,4,1,1,0,750000,223083104 +290117053,4,4,1,1,0,750000,223083104 +290117054,4,4,1,1,0,750000,223083104 +290117055,4,4,1,1,0,750000,223083104 +290117056,4,4,1,1,0,750000,223083104 +290117057,4,4,1,1,0,750000,223083104 +290117058,4,4,1,1,0,750000,223083104 +290117059,4,4,1,1,0,750000,223083104 +290117060,4,4,1,1,0,750000,223083104 +290117061,4,4,1,1,0,750000,223083104 +290117062,4,4,1,1,0,750000,223083104 +290117063,4,4,1,1,0,750000,223083104 +290117064,4,4,1,1,0,750000,223083104 +290117065,4,4,1,1,0,750000,223083104 +290117066,4,4,1,1,0,750000,223083104 +290117067,4,4,1,1,0,750000,223083104 +290117068,4,4,1,1,0,750000,223083104 +290117069,4,4,1,1,0,750000,223083104 +290117070,4,4,1,1,0,750000,223083104 +290117071,4,4,1,1,0,750000,223083104 +290117072,4,4,1,1,0,750000,223083104 +290117073,4,4,1,1,0,750000,223083104 +290117074,4,4,1,1,0,750000,223083104 +290117075,4,4,1,1,0,750000,223083104 +290117076,4,4,1,1,0,750000,223083104 +290117077,4,4,1,1,0,750000,223083104 +290117078,4,4,1,1,0,750000,223083104 +290117079,4,4,1,1,0,500000,223083104 +290117080,4,4,1,1,0,500000,223083104 +290117081,4,4,1,1,0,500000,223083104 +290117082,4,4,1,1,0,500000,223083104 +290117083,4,4,1,1,0,500000,223083104 +290117084,4,4,1,1,0,500000,223083104 +290117085,4,4,1,1,0,500000,223083104 +290117086,4,4,1,1,0,500000,223083104 +290117087,4,4,1,1,0,500000,223083104 +290117088,4,4,1,1,0,500000,223083104 +290117089,4,4,1,1,0,500000,223083104 +290117090,4,4,1,1,0,500000,223083104 +290117091,4,4,1,1,0,500000,223083104 +290117092,4,4,1,1,0,500000,223083104 +290117093,4,4,1,1,0,500000,223083104 +290117094,4,4,1,1,0,500000,223083104 +290117095,4,4,1,1,0,500000,223083104 +290117096,4,4,1,1,0,500000,223083104 +290117097,4,4,1,1,0,500000,223083104 +290117098,4,4,1,1,0,500000,223083104 +290117099,4,4,1,1,0,500000,223083104 +290117100,4,4,1,1,0,500000,223083104 +290117101,4,4,1,1,0,500000,223083104 +290117102,4,4,1,1,0,500000,223083104 +290117103,4,4,1,1,0,500000,223083104 +290117104,4,4,1,1,0,500000,223083104 +290117105,4,4,1,1,0,500000,223083104 +290117106,4,4,1,1,0,500000,223083104 +290117107,4,4,1,1,0,500000,223083104 +290117108,4,4,1,1,0,500000,223083104 +290117109,4,4,1,1,0,500000,223083104 +290117110,4,4,1,1,0,500000,223083104 +290117111,4,4,1,1,0,500000,223083104 +290117112,4,4,1,1,0,500000,223083104 +290117113,4,4,1,1,0,500000,223083104 +290117114,4,4,1,1,0,500000,223083104 +290117115,4,4,1,1,0,500000,223083104 +290117116,4,4,1,1,0,500000,223083104 +290117117,4,4,1,1,0,500000,223083104 +290121001,1,8,1,4000820,0,1,223093004 +290121002,1,8,1,4000821,0,1,223093004 +290121003,1,8,1,4000822,0,1,223093004 +290121004,1,8,1,4000823,0,1,223093004 +290121005,1,8,1,4000824,0,1,223093004 +290121006,1,8,1,4000825,0,1,223093004 +290121007,1,8,1,4000826,0,1,223093004 +290121008,1,8,1,4000827,0,1,223093004 +290121009,1,8,1,4000828,0,1,223093004 +290121010,1,8,1,4000829,0,1,223093004 +290121011,1,8,1,4000830,0,1,223093004 +290121012,1,8,1,4000831,0,1,223093004 +290121013,1,8,1,4000832,0,1,223093004 +290121014,1,8,1,4000833,0,1,223093004 +290121015,1,8,1,4000834,0,1,223093004 +290121016,1,8,1,4000835,0,1,223093004 +290121017,1,8,1,4000836,0,1,223093004 +290121018,1,8,1,4000837,0,1,223093004 +290121019,1,8,1,4000838,0,1,223093004 +290121020,1,8,1,4000839,0,1,223093004 +290121021,1,8,1,4000840,0,1,223093004 +290121022,1,8,1,4000841,0,1,223093004 +290121023,1,8,1,4000842,0,1,223093004 +290121024,1,8,1,4000843,0,1,223093004 +290121025,1,8,1,4000844,0,1,223093004 +290121026,1,8,1,4000845,0,1,223093004 +290121027,1,8,1,4000846,0,1,223093004 +290121028,1,8,1,4000847,0,1,223093004 +290121029,1,8,1,4000848,0,1,223093004 +290121030,1,8,1,4000849,0,1,223093004 +290121031,1,8,1,4000850,0,1,223093004 +290121032,1,8,1,4000851,0,1,223093004 +290121033,1,8,1,4000852,0,1,223093004 +290121034,1,8,1,4000853,0,1,223093004 +290121035,1,8,1,4000854,0,1,223093004 +290121036,1,8,1,4000855,0,1,223093004 +290121037,1,8,1,4000856,0,1,223093004 +290121038,1,8,1,4000857,0,1,223093004 +290121039,1,8,1,4000858,0,1,223093004 +290121040,1,8,1,4000859,0,1,223093004 +290121041,1,8,1,4000860,0,1,223093004 +290121042,1,8,1,4000861,0,1,223093004 +290121043,1,8,1,4000862,0,1,223093004 +290121044,1,8,1,4000863,0,1,223093004 +290121045,1,8,1,4000864,0,1,223093004 +290121046,1,8,1,4000865,0,1,223093004 +290121047,1,8,1,4000866,0,1,223093004 +290121048,1,8,1,4000867,0,1,223093004 +290121049,1,8,1,4000868,0,1,223093004 +290121050,1,8,1,4000869,0,1,223093004 +290121051,1,8,1,4000870,0,1,223093004 +290121052,1,8,1,4000871,0,1,223093004 +290121053,1,8,1,4000872,0,1,223093004 +290121054,1,8,1,4000873,0,1,223093004 +290121055,1,8,1,4000874,0,1,223093004 +290121056,1,8,1,4000875,0,1,223093004 +290121057,1,8,1,4000876,0,1,223093004 +290121058,1,8,1,4000877,0,1,223093004 +290121059,1,8,1,4000878,0,1,223093004 +290121060,1,8,1,4000879,0,1,223093004 +290121061,1,8,1,4000880,0,1,223093004 +290121062,1,8,1,4000881,0,1,223093004 +290121063,1,8,1,4000882,0,1,223093004 +290121064,1,8,1,4000883,0,1,223093004 +290121065,1,8,1,4000884,0,1,223093004 +290121066,1,8,1,4000885,0,1,223093004 +290121067,1,8,1,4000886,0,1,223093004 +290121068,1,8,1,4000887,0,1,223093004 +290121069,1,8,1,4000888,0,1,223093004 +290121070,1,8,1,4000889,0,1,223093004 +290121071,1,8,1,4000890,0,1,223093004 +290121072,1,8,1,4000891,0,1,223093004 +290121073,1,8,1,4000892,0,1,223093004 +290121074,1,8,1,4000893,0,1,223093004 +290121075,1,8,1,4000894,0,1,223093004 +290121076,1,8,1,4000895,0,1,223093004 +290121077,1,8,1,4000896,0,1,223093004 +290121078,1,8,1,4000897,0,1,223093004 +290121079,1,8,1,4000898,0,1,223093004 +290121080,1,8,1,4000899,0,1,223093004 +290121081,1,8,1,4000900,0,1,223093004 +290121082,1,8,1,4000901,0,1,223093004 +290121083,1,8,1,4000902,0,1,223093004 +290121084,1,8,1,4000903,0,1,223093004 +290121085,1,8,1,4000904,0,1,223093004 +290121086,1,8,1,4000905,0,1,223093004 +290121087,1,8,1,4000906,0,1,223093004 +290121088,1,8,1,4000907,0,1,223093004 +290121089,1,8,1,4000908,0,1,223093004 +290121090,1,8,1,4000909,0,1,223093004 +290121091,1,8,1,4000910,0,1,223093004 +290121092,1,8,1,4000911,0,1,223093004 +290121093,1,8,1,4000912,0,1,223093004 +290121094,1,8,1,4000913,0,1,223093004 +290121095,1,8,1,4000914,0,1,223093004 +290121096,1,8,1,4000915,0,1,223093004 +290121097,1,8,1,4000916,0,1,223093004 +290121098,1,8,1,4000917,0,1,223093004 +290121099,1,8,1,4000918,0,1,223093004 +290121100,1,8,1,4000919,0,1,223093004 +290121101,1,8,1,4000920,0,1,223093004 +290121102,1,8,1,4000921,0,1,223093004 +290121103,1,8,1,4000922,0,1,223093004 +290121104,1,8,1,4000923,0,1,223093004 +290121105,1,8,1,4000924,0,1,223093004 +290121106,1,8,1,4000925,0,1,223093004 +290121107,1,8,1,4000926,0,1,223093004 +290121108,1,8,1,4000927,0,1,223093004 +290121109,1,8,1,4000928,0,1,223093004 +290121110,1,8,1,4000929,0,1,223093004 +290121111,1,8,1,4000930,0,1,223093004 +290121112,1,8,1,4000931,0,1,223093004 +290121113,1,8,1,4000932,0,1,223093004 +290121114,1,8,1,4000933,0,1,223093004 +290121115,1,8,1,4000934,0,1,223093004 +290121116,1,8,1,4000935,0,1,223093004 +290121117,1,8,1,4000936,0,1,223093004 +290121118,1,1,1,0,0,200,223093004 +290121119,1,1,1,0,0,200,223093004 +290121120,1,1,1,0,0,200,223093004 +290121121,1,1,1,0,0,200,223093004 +290121122,1,1,1,0,0,200,223093004 +290121123,1,1,1,0,0,200,223093004 +290121124,1,1,1,0,0,200,223093004 +290121125,1,1,1,0,0,200,223093004 +290121126,1,1,1,0,0,200,223093004 +290121127,1,1,1,0,0,200,223093004 +290121128,1,1,1,0,0,200,223093004 +290121129,1,1,1,0,0,200,223093004 +290121130,1,1,1,0,0,200,223093004 +290121131,1,1,1,0,0,200,223093004 +290121132,1,1,1,0,0,200,223093004 +290121133,1,1,1,0,0,200,223093004 +290121134,1,1,1,0,0,200,223093004 +290121135,1,1,1,0,0,200,223093004 +290121136,1,1,1,0,0,200,223093004 +290121137,1,1,1,0,0,200,223093004 +290121138,1,1,1,0,0,200,223093004 +290121139,1,1,1,0,0,200,223093004 +290121140,1,1,1,0,0,200,223093004 +290121141,1,1,1,0,0,200,223093004 +290121142,1,1,1,0,0,200,223093004 +290121143,1,1,1,0,0,200,223093004 +290121144,1,1,1,0,0,200,223093004 +290121145,1,1,1,0,0,200,223093004 +290121146,1,1,1,0,0,200,223093004 +290121147,1,1,1,0,0,200,223093004 +290121148,1,1,1,0,0,200,223093004 +290121149,1,1,1,0,0,200,223093004 +290121150,1,1,1,0,0,200,223093004 +290121151,1,1,1,0,0,200,223093004 +290121152,1,1,1,0,0,200,223093004 +290121153,1,1,1,0,0,200,223093004 +290121154,1,1,1,0,0,200,223093004 +290121155,1,1,1,0,0,200,223093004 +290121156,1,1,1,0,0,200,223093004 +290121001,2,1,1,0,0,300,223093004 +290121002,2,1,1,0,0,300,223093004 +290121003,2,1,1,0,0,300,223093004 +290121004,2,1,1,0,0,300,223093004 +290121005,2,1,1,0,0,300,223093004 +290121006,2,1,1,0,0,300,223093004 +290121007,2,1,1,0,0,300,223093004 +290121008,2,1,1,0,0,300,223093004 +290121009,2,1,1,0,0,300,223093004 +290121010,2,1,1,0,0,300,223093004 +290121011,2,1,1,0,0,300,223093004 +290121012,2,1,1,0,0,300,223093004 +290121013,2,1,1,0,0,300,223093004 +290121014,2,1,1,0,0,300,223093004 +290121015,2,1,1,0,0,300,223093004 +290121016,2,1,1,0,0,300,223093004 +290121017,2,1,1,0,0,300,223093004 +290121018,2,1,1,0,0,300,223093004 +290121019,2,1,1,0,0,300,223093004 +290121020,2,1,1,0,0,300,223093004 +290121021,2,1,1,0,0,300,223093004 +290121022,2,1,1,0,0,300,223093004 +290121023,2,1,1,0,0,300,223093004 +290121024,2,1,1,0,0,300,223093004 +290121025,2,1,1,0,0,300,223093004 +290121026,2,1,1,0,0,300,223093004 +290121027,2,1,1,0,0,300,223093004 +290121028,2,1,1,0,0,300,223093004 +290121029,2,1,1,0,0,300,223093004 +290121030,2,1,1,0,0,300,223093004 +290121031,2,1,1,0,0,300,223093004 +290121032,2,1,1,0,0,300,223093004 +290121033,2,1,1,0,0,300,223093004 +290121034,2,1,1,0,0,300,223093004 +290121035,2,1,1,0,0,300,223093004 +290121036,2,1,1,0,0,300,223093004 +290121037,2,1,1,0,0,300,223093004 +290121038,2,1,1,0,0,300,223093004 +290121039,2,1,1,0,0,300,223093004 +290121040,2,1,1,0,0,250,223093004 +290121041,2,1,1,0,0,250,223093004 +290121042,2,1,1,0,0,250,223093004 +290121043,2,1,1,0,0,250,223093004 +290121044,2,1,1,0,0,250,223093004 +290121045,2,1,1,0,0,250,223093004 +290121046,2,1,1,0,0,250,223093004 +290121047,2,1,1,0,0,250,223093004 +290121048,2,1,1,0,0,250,223093004 +290121049,2,1,1,0,0,250,223093004 +290121050,2,1,1,0,0,250,223093004 +290121051,2,1,1,0,0,250,223093004 +290121052,2,1,1,0,0,250,223093004 +290121053,2,1,1,0,0,250,223093004 +290121054,2,1,1,0,0,250,223093004 +290121055,2,1,1,0,0,250,223093004 +290121056,2,1,1,0,0,250,223093004 +290121057,2,1,1,0,0,250,223093004 +290121058,2,1,1,0,0,250,223093004 +290121059,2,1,1,0,0,250,223093004 +290121060,2,1,1,0,0,250,223093004 +290121061,2,1,1,0,0,250,223093004 +290121062,2,1,1,0,0,250,223093004 +290121063,2,1,1,0,0,250,223093004 +290121064,2,1,1,0,0,250,223093004 +290121065,2,1,1,0,0,250,223093004 +290121066,2,1,1,0,0,250,223093004 +290121067,2,1,1,0,0,250,223093004 +290121068,2,1,1,0,0,250,223093004 +290121069,2,1,1,0,0,250,223093004 +290121070,2,1,1,0,0,250,223093004 +290121071,2,1,1,0,0,250,223093004 +290121072,2,1,1,0,0,250,223093004 +290121073,2,1,1,0,0,250,223093004 +290121074,2,1,1,0,0,250,223093004 +290121075,2,1,1,0,0,250,223093004 +290121076,2,1,1,0,0,250,223093004 +290121077,2,1,1,0,0,250,223093004 +290121078,2,1,1,0,0,250,223093004 +290121079,2,1,1,0,0,200,223093004 +290121080,2,1,1,0,0,200,223093004 +290121081,2,1,1,0,0,200,223093004 +290121082,2,1,1,0,0,200,223093004 +290121083,2,1,1,0,0,200,223093004 +290121084,2,1,1,0,0,200,223093004 +290121085,2,1,1,0,0,200,223093004 +290121086,2,1,1,0,0,200,223093004 +290121087,2,1,1,0,0,200,223093004 +290121088,2,1,1,0,0,200,223093004 +290121089,2,1,1,0,0,200,223093004 +290121090,2,1,1,0,0,200,223093004 +290121091,2,1,1,0,0,200,223093004 +290121092,2,1,1,0,0,200,223093004 +290121093,2,1,1,0,0,200,223093004 +290121094,2,1,1,0,0,200,223093004 +290121095,2,1,1,0,0,200,223093004 +290121096,2,1,1,0,0,200,223093004 +290121097,2,1,1,0,0,200,223093004 +290121098,2,1,1,0,0,200,223093004 +290121099,2,1,1,0,0,200,223093004 +290121100,2,1,1,0,0,200,223093004 +290121101,2,1,1,0,0,200,223093004 +290121102,2,1,1,0,0,200,223093004 +290121103,2,1,1,0,0,200,223093004 +290121104,2,1,1,0,0,200,223093004 +290121105,2,1,1,0,0,200,223093004 +290121106,2,1,1,0,0,200,223093004 +290121107,2,1,1,0,0,200,223093004 +290121108,2,1,1,0,0,200,223093004 +290121109,2,1,1,0,0,200,223093004 +290121110,2,1,1,0,0,200,223093004 +290121111,2,1,1,0,0,200,223093004 +290121112,2,1,1,0,0,200,223093004 +290121113,2,1,1,0,0,200,223093004 +290121114,2,1,1,0,0,200,223093004 +290121115,2,1,1,0,0,200,223093004 +290121116,2,1,1,0,0,200,223093004 +290121117,2,1,1,0,0,200,223093004 +290121118,2,3,1,16005003,0,75,223093004 +290121119,2,3,1,16005003,0,75,223093004 +290121120,2,3,1,16005003,0,75,223093004 +290121121,2,3,1,16005003,0,75,223093004 +290121122,2,3,1,16005003,0,75,223093004 +290121123,2,3,1,16005003,0,75,223093004 +290121124,2,3,1,16005003,0,75,223093004 +290121125,2,3,1,16005003,0,75,223093004 +290121126,2,3,1,16005003,0,75,223093004 +290121127,2,3,1,16005003,0,75,223093004 +290121128,2,3,1,16005003,0,75,223093004 +290121129,2,3,1,16005003,0,75,223093004 +290121130,2,3,1,16005003,0,75,223093004 +290121131,2,3,1,16005003,0,75,223093004 +290121132,2,3,1,16005003,0,75,223093004 +290121133,2,3,1,16005003,0,75,223093004 +290121134,2,3,1,16005003,0,75,223093004 +290121135,2,3,1,16005003,0,75,223093004 +290121136,2,3,1,16005003,0,75,223093004 +290121137,2,3,1,16005003,0,75,223093004 +290121138,2,3,1,16005003,0,75,223093004 +290121139,2,3,1,16005003,0,75,223093004 +290121140,2,3,1,16005003,0,75,223093004 +290121141,2,3,1,16005003,0,75,223093004 +290121142,2,3,1,16005003,0,75,223093004 +290121143,2,3,1,16005003,0,75,223093004 +290121144,2,3,1,16005003,0,75,223093004 +290121145,2,3,1,16005003,0,75,223093004 +290121146,2,3,1,16005003,0,75,223093004 +290121147,2,3,1,16005003,0,75,223093004 +290121148,2,3,1,16005003,0,75,223093004 +290121149,2,3,1,16005003,0,75,223093004 +290121150,2,3,1,16005003,0,75,223093004 +290121151,2,3,1,16005003,0,75,223093004 +290121152,2,3,1,16005003,0,75,223093004 +290121153,2,3,1,16005003,0,75,223093004 +290121154,2,3,1,16005003,0,75,223093004 +290121155,2,3,1,16005003,0,75,223093004 +290121156,2,3,1,16005003,0,75,223093004 +290121001,3,3,1,16005003,0,150,223093004 +290121002,3,3,1,16005003,0,150,223093004 +290121003,3,3,1,16005003,0,150,223093004 +290121004,3,3,1,16005003,0,150,223093004 +290121005,3,3,1,16005003,0,150,223093004 +290121006,3,3,1,16005003,0,150,223093004 +290121007,3,3,1,16005003,0,150,223093004 +290121008,3,3,1,16005003,0,150,223093004 +290121009,3,3,1,16005003,0,150,223093004 +290121010,3,3,1,16005003,0,150,223093004 +290121011,3,3,1,16005003,0,150,223093004 +290121012,3,3,1,16005003,0,150,223093004 +290121013,3,3,1,16005003,0,150,223093004 +290121014,3,3,1,16005003,0,150,223093004 +290121015,3,3,1,16005003,0,150,223093004 +290121016,3,3,1,16005003,0,150,223093004 +290121017,3,3,1,16005003,0,150,223093004 +290121018,3,3,1,16005003,0,150,223093004 +290121019,3,3,1,16005003,0,150,223093004 +290121020,3,3,1,16005003,0,150,223093004 +290121021,3,3,1,16005003,0,150,223093004 +290121022,3,3,1,16005003,0,150,223093004 +290121023,3,3,1,16005003,0,150,223093004 +290121024,3,3,1,16005003,0,150,223093004 +290121025,3,3,1,16005003,0,150,223093004 +290121026,3,3,1,16005003,0,150,223093004 +290121027,3,3,1,16005003,0,150,223093004 +290121028,3,3,1,16005003,0,150,223093004 +290121029,3,3,1,16005003,0,150,223093004 +290121030,3,3,1,16005003,0,150,223093004 +290121031,3,3,1,16005003,0,150,223093004 +290121032,3,3,1,16005003,0,150,223093004 +290121033,3,3,1,16005003,0,150,223093004 +290121034,3,3,1,16005003,0,150,223093004 +290121035,3,3,1,16005003,0,150,223093004 +290121036,3,3,1,16005003,0,150,223093004 +290121037,3,3,1,16005003,0,150,223093004 +290121038,3,3,1,16005003,0,150,223093004 +290121039,3,3,1,16005003,0,150,223093004 +290121040,3,3,1,16005003,0,100,223093004 +290121041,3,3,1,16005003,0,100,223093004 +290121042,3,3,1,16005003,0,100,223093004 +290121043,3,3,1,16005003,0,100,223093004 +290121044,3,3,1,16005003,0,100,223093004 +290121045,3,3,1,16005003,0,100,223093004 +290121046,3,3,1,16005003,0,100,223093004 +290121047,3,3,1,16005003,0,100,223093004 +290121048,3,3,1,16005003,0,100,223093004 +290121049,3,3,1,16005003,0,100,223093004 +290121050,3,3,1,16005003,0,100,223093004 +290121051,3,3,1,16005003,0,100,223093004 +290121052,3,3,1,16005003,0,100,223093004 +290121053,3,3,1,16005003,0,100,223093004 +290121054,3,3,1,16005003,0,100,223093004 +290121055,3,3,1,16005003,0,100,223093004 +290121056,3,3,1,16005003,0,100,223093004 +290121057,3,3,1,16005003,0,100,223093004 +290121058,3,3,1,16005003,0,100,223093004 +290121059,3,3,1,16005003,0,100,223093004 +290121060,3,3,1,16005003,0,100,223093004 +290121061,3,3,1,16005003,0,100,223093004 +290121062,3,3,1,16005003,0,100,223093004 +290121063,3,3,1,16005003,0,100,223093004 +290121064,3,3,1,16005003,0,100,223093004 +290121065,3,3,1,16005003,0,100,223093004 +290121066,3,3,1,16005003,0,100,223093004 +290121067,3,3,1,16005003,0,100,223093004 +290121068,3,3,1,16005003,0,100,223093004 +290121069,3,3,1,16005003,0,100,223093004 +290121070,3,3,1,16005003,0,100,223093004 +290121071,3,3,1,16005003,0,100,223093004 +290121072,3,3,1,16005003,0,100,223093004 +290121073,3,3,1,16005003,0,100,223093004 +290121074,3,3,1,16005003,0,100,223093004 +290121075,3,3,1,16005003,0,100,223093004 +290121076,3,3,1,16005003,0,100,223093004 +290121077,3,3,1,16005003,0,100,223093004 +290121078,3,3,1,16005003,0,100,223093004 +290121079,3,3,1,16005003,0,75,223093004 +290121080,3,3,1,16005003,0,75,223093004 +290121081,3,3,1,16005003,0,75,223093004 +290121082,3,3,1,16005003,0,75,223093004 +290121083,3,3,1,16005003,0,75,223093004 +290121084,3,3,1,16005003,0,75,223093004 +290121085,3,3,1,16005003,0,75,223093004 +290121086,3,3,1,16005003,0,75,223093004 +290121087,3,3,1,16005003,0,75,223093004 +290121088,3,3,1,16005003,0,75,223093004 +290121089,3,3,1,16005003,0,75,223093004 +290121090,3,3,1,16005003,0,75,223093004 +290121091,3,3,1,16005003,0,75,223093004 +290121092,3,3,1,16005003,0,75,223093004 +290121093,3,3,1,16005003,0,75,223093004 +290121094,3,3,1,16005003,0,75,223093004 +290121095,3,3,1,16005003,0,75,223093004 +290121096,3,3,1,16005003,0,75,223093004 +290121097,3,3,1,16005003,0,75,223093004 +290121098,3,3,1,16005003,0,75,223093004 +290121099,3,3,1,16005003,0,75,223093004 +290121100,3,3,1,16005003,0,75,223093004 +290121101,3,3,1,16005003,0,75,223093004 +290121102,3,3,1,16005003,0,75,223093004 +290121103,3,3,1,16005003,0,75,223093004 +290121104,3,3,1,16005003,0,75,223093004 +290121105,3,3,1,16005003,0,75,223093004 +290121106,3,3,1,16005003,0,75,223093004 +290121107,3,3,1,16005003,0,75,223093004 +290121108,3,3,1,16005003,0,75,223093004 +290121109,3,3,1,16005003,0,75,223093004 +290121110,3,3,1,16005003,0,75,223093004 +290121111,3,3,1,16005003,0,75,223093004 +290121112,3,3,1,16005003,0,75,223093004 +290121113,3,3,1,16005003,0,75,223093004 +290121114,3,3,1,16005003,0,75,223093004 +290121115,3,3,1,16005003,0,75,223093004 +290121116,3,3,1,16005003,0,75,223093004 +290121117,3,3,1,16005003,0,75,223093004 +290121118,3,4,1,1,0,500000,223093004 +290121119,3,4,1,1,0,500000,223093004 +290121120,3,4,1,1,0,500000,223093004 +290121121,3,4,1,1,0,500000,223093004 +290121122,3,4,1,1,0,500000,223093004 +290121123,3,4,1,1,0,500000,223093004 +290121124,3,4,1,1,0,500000,223093004 +290121125,3,4,1,1,0,500000,223093004 +290121126,3,4,1,1,0,500000,223093004 +290121127,3,4,1,1,0,500000,223093004 +290121128,3,4,1,1,0,500000,223093004 +290121129,3,4,1,1,0,500000,223093004 +290121130,3,4,1,1,0,500000,223093004 +290121131,3,4,1,1,0,500000,223093004 +290121132,3,4,1,1,0,500000,223093004 +290121133,3,4,1,1,0,500000,223093004 +290121134,3,4,1,1,0,500000,223093004 +290121135,3,4,1,1,0,500000,223093004 +290121136,3,4,1,1,0,500000,223093004 +290121137,3,4,1,1,0,500000,223093004 +290121138,3,4,1,1,0,500000,223093004 +290121139,3,4,1,1,0,500000,223093004 +290121140,3,4,1,1,0,500000,223093004 +290121141,3,4,1,1,0,500000,223093004 +290121142,3,4,1,1,0,500000,223093004 +290121143,3,4,1,1,0,500000,223093004 +290121144,3,4,1,1,0,500000,223093004 +290121145,3,4,1,1,0,500000,223093004 +290121146,3,4,1,1,0,500000,223093004 +290121147,3,4,1,1,0,500000,223093004 +290121148,3,4,1,1,0,500000,223093004 +290121149,3,4,1,1,0,500000,223093004 +290121150,3,4,1,1,0,500000,223093004 +290121151,3,4,1,1,0,500000,223093004 +290121152,3,4,1,1,0,500000,223093004 +290121153,3,4,1,1,0,500000,223093004 +290121154,3,4,1,1,0,500000,223093004 +290121155,3,4,1,1,0,500000,223093004 +290121156,3,4,1,1,0,500000,223093004 +290121001,4,4,1,1,0,1000000,223093004 +290121002,4,4,1,1,0,1000000,223093004 +290121003,4,4,1,1,0,1000000,223093004 +290121004,4,4,1,1,0,1000000,223093004 +290121005,4,4,1,1,0,1000000,223093004 +290121006,4,4,1,1,0,1000000,223093004 +290121007,4,4,1,1,0,1000000,223093004 +290121008,4,4,1,1,0,1000000,223093004 +290121009,4,4,1,1,0,1000000,223093004 +290121010,4,4,1,1,0,1000000,223093004 +290121011,4,4,1,1,0,1000000,223093004 +290121012,4,4,1,1,0,1000000,223093004 +290121013,4,4,1,1,0,1000000,223093004 +290121014,4,4,1,1,0,1000000,223093004 +290121015,4,4,1,1,0,1000000,223093004 +290121016,4,4,1,1,0,1000000,223093004 +290121017,4,4,1,1,0,1000000,223093004 +290121018,4,4,1,1,0,1000000,223093004 +290121019,4,4,1,1,0,1000000,223093004 +290121020,4,4,1,1,0,1000000,223093004 +290121021,4,4,1,1,0,1000000,223093004 +290121022,4,4,1,1,0,1000000,223093004 +290121023,4,4,1,1,0,1000000,223093004 +290121024,4,4,1,1,0,1000000,223093004 +290121025,4,4,1,1,0,1000000,223093004 +290121026,4,4,1,1,0,1000000,223093004 +290121027,4,4,1,1,0,1000000,223093004 +290121028,4,4,1,1,0,1000000,223093004 +290121029,4,4,1,1,0,1000000,223093004 +290121030,4,4,1,1,0,1000000,223093004 +290121031,4,4,1,1,0,1000000,223093004 +290121032,4,4,1,1,0,1000000,223093004 +290121033,4,4,1,1,0,1000000,223093004 +290121034,4,4,1,1,0,1000000,223093004 +290121035,4,4,1,1,0,1000000,223093004 +290121036,4,4,1,1,0,1000000,223093004 +290121037,4,4,1,1,0,1000000,223093004 +290121038,4,4,1,1,0,1000000,223093004 +290121039,4,4,1,1,0,1000000,223093004 +290121040,4,4,1,1,0,750000,223093004 +290121041,4,4,1,1,0,750000,223093004 +290121042,4,4,1,1,0,750000,223093004 +290121043,4,4,1,1,0,750000,223093004 +290121044,4,4,1,1,0,750000,223093004 +290121045,4,4,1,1,0,750000,223093004 +290121046,4,4,1,1,0,750000,223093004 +290121047,4,4,1,1,0,750000,223093004 +290121048,4,4,1,1,0,750000,223093004 +290121049,4,4,1,1,0,750000,223093004 +290121050,4,4,1,1,0,750000,223093004 +290121051,4,4,1,1,0,750000,223093004 +290121052,4,4,1,1,0,750000,223093004 +290121053,4,4,1,1,0,750000,223093004 +290121054,4,4,1,1,0,750000,223093004 +290121055,4,4,1,1,0,750000,223093004 +290121056,4,4,1,1,0,750000,223093004 +290121057,4,4,1,1,0,750000,223093004 +290121058,4,4,1,1,0,750000,223093004 +290121059,4,4,1,1,0,750000,223093004 +290121060,4,4,1,1,0,750000,223093004 +290121061,4,4,1,1,0,750000,223093004 +290121062,4,4,1,1,0,750000,223093004 +290121063,4,4,1,1,0,750000,223093004 +290121064,4,4,1,1,0,750000,223093004 +290121065,4,4,1,1,0,750000,223093004 +290121066,4,4,1,1,0,750000,223093004 +290121067,4,4,1,1,0,750000,223093004 +290121068,4,4,1,1,0,750000,223093004 +290121069,4,4,1,1,0,750000,223093004 +290121070,4,4,1,1,0,750000,223093004 +290121071,4,4,1,1,0,750000,223093004 +290121072,4,4,1,1,0,750000,223093004 +290121073,4,4,1,1,0,750000,223093004 +290121074,4,4,1,1,0,750000,223093004 +290121075,4,4,1,1,0,750000,223093004 +290121076,4,4,1,1,0,750000,223093004 +290121077,4,4,1,1,0,750000,223093004 +290121078,4,4,1,1,0,750000,223093004 +290121079,4,4,1,1,0,500000,223093004 +290121080,4,4,1,1,0,500000,223093004 +290121081,4,4,1,1,0,500000,223093004 +290121082,4,4,1,1,0,500000,223093004 +290121083,4,4,1,1,0,500000,223093004 +290121084,4,4,1,1,0,500000,223093004 +290121085,4,4,1,1,0,500000,223093004 +290121086,4,4,1,1,0,500000,223093004 +290121087,4,4,1,1,0,500000,223093004 +290121088,4,4,1,1,0,500000,223093004 +290121089,4,4,1,1,0,500000,223093004 +290121090,4,4,1,1,0,500000,223093004 +290121091,4,4,1,1,0,500000,223093004 +290121092,4,4,1,1,0,500000,223093004 +290121093,4,4,1,1,0,500000,223093004 +290121094,4,4,1,1,0,500000,223093004 +290121095,4,4,1,1,0,500000,223093004 +290121096,4,4,1,1,0,500000,223093004 +290121097,4,4,1,1,0,500000,223093004 +290121098,4,4,1,1,0,500000,223093004 +290121099,4,4,1,1,0,500000,223093004 +290121100,4,4,1,1,0,500000,223093004 +290121101,4,4,1,1,0,500000,223093004 +290121102,4,4,1,1,0,500000,223093004 +290121103,4,4,1,1,0,500000,223093004 +290121104,4,4,1,1,0,500000,223093004 +290121105,4,4,1,1,0,500000,223093004 +290121106,4,4,1,1,0,500000,223093004 +290121107,4,4,1,1,0,500000,223093004 +290121108,4,4,1,1,0,500000,223093004 +290121109,4,4,1,1,0,500000,223093004 +290121110,4,4,1,1,0,500000,223093004 +290121111,4,4,1,1,0,500000,223093004 +290121112,4,4,1,1,0,500000,223093004 +290121113,4,4,1,1,0,500000,223093004 +290121114,4,4,1,1,0,500000,223093004 +290121115,4,4,1,1,0,500000,223093004 +290121116,4,4,1,1,0,500000,223093004 +290121117,4,4,1,1,0,500000,223093004 +290123001,1,8,1,4000937,0,1,223101508 +290123002,1,8,1,4000938,0,1,223101508 +290123003,1,8,1,4000939,0,1,223101508 +290123004,1,8,1,4000940,0,1,223101508 +290123005,1,8,1,4000941,0,1,223101508 +290123006,1,8,1,4000942,0,1,223101508 +290123007,1,8,1,4000943,0,1,223101508 +290123008,1,8,1,4000944,0,1,223101508 +290123009,1,8,1,4000945,0,1,223101508 +290123010,1,8,1,4000946,0,1,223101508 +290123011,1,8,1,4000947,0,1,223101508 +290123012,1,8,1,4000948,0,1,223101508 +290123013,1,8,1,4000949,0,1,223101508 +290123014,1,8,1,4000950,0,1,223101508 +290123015,1,8,1,4000951,0,1,223101508 +290123016,1,8,1,4000952,0,1,223101508 +290123017,1,8,1,4000953,0,1,223101508 +290123018,1,8,1,4000954,0,1,223101508 +290123019,1,8,1,4000955,0,1,223101508 +290123020,1,8,1,4000956,0,1,223101508 +290123021,1,8,1,4000957,0,1,223101508 +290123022,1,8,1,4000958,0,1,223101508 +290123023,1,8,1,4000959,0,1,223101508 +290123024,1,8,1,4000960,0,1,223101508 +290123025,1,8,1,4000961,0,1,223101508 +290123026,1,8,1,4000962,0,1,223101508 +290123027,1,8,1,4000963,0,1,223101508 +290123028,1,8,1,4000964,0,1,223101508 +290123029,1,8,1,4000965,0,1,223101508 +290123030,1,8,1,4000966,0,1,223101508 +290123031,1,8,1,4000967,0,1,223101508 +290123032,1,8,1,4000968,0,1,223101508 +290123033,1,8,1,4000969,0,1,223101508 +290123034,1,8,1,4000970,0,1,223101508 +290123035,1,8,1,4000971,0,1,223101508 +290123036,1,8,1,4000972,0,1,223101508 +290123037,1,8,1,4000973,0,1,223101508 +290123038,1,8,1,4000974,0,1,223101508 +290123039,1,8,1,4000975,0,1,223101508 +290123040,1,8,1,4000976,0,1,223101508 +290123041,1,8,1,4000977,0,1,223101508 +290123042,1,8,1,4000978,0,1,223101508 +290123043,1,8,1,4000979,0,1,223101508 +290123044,1,8,1,4000980,0,1,223101508 +290123045,1,8,1,4000981,0,1,223101508 +290123046,1,8,1,4000982,0,1,223101508 +290123047,1,8,1,4000983,0,1,223101508 +290123048,1,8,1,4000984,0,1,223101508 +290123049,1,8,1,4000985,0,1,223101508 +290123050,1,8,1,4000986,0,1,223101508 +290123051,1,8,1,4000987,0,1,223101508 +290123052,1,8,1,4000988,0,1,223101508 +290123053,1,8,1,4000989,0,1,223101508 +290123054,1,8,1,4000990,0,1,223101508 +290123055,1,8,1,4000991,0,1,223101508 +290123056,1,8,1,4000992,0,1,223101508 +290123057,1,8,1,4000993,0,1,223101508 +290123058,1,8,1,4000994,0,1,223101508 +290123059,1,8,1,4000995,0,1,223101508 +290123060,1,8,1,4000996,0,1,223101508 +290123061,1,8,1,4000997,0,1,223101508 +290123062,1,8,1,4000998,0,1,223101508 +290123063,1,8,1,4000999,0,1,223101508 +290123064,1,8,1,4001000,0,1,223101508 +290123065,1,8,1,4001001,0,1,223101508 +290123066,1,8,1,4001002,0,1,223101508 +290123067,1,8,1,4001003,0,1,223101508 +290123068,1,8,1,4001004,0,1,223101508 +290123069,1,8,1,4001005,0,1,223101508 +290123070,1,8,1,4001006,0,1,223101508 +290123071,1,8,1,4001007,0,1,223101508 +290123072,1,8,1,4001008,0,1,223101508 +290123073,1,8,1,4001009,0,1,223101508 +290123074,1,8,1,4001010,0,1,223101508 +290123075,1,8,1,4001011,0,1,223101508 +290123076,1,8,1,4001012,0,1,223101508 +290123077,1,8,1,4001013,0,1,223101508 +290123078,1,8,1,4001014,0,1,223101508 +290123079,1,8,1,4001015,0,1,223101508 +290123080,1,8,1,4001016,0,1,223101508 +290123081,1,8,1,4001017,0,1,223101508 +290123082,1,8,1,4001018,0,1,223101508 +290123083,1,8,1,4001019,0,1,223101508 +290123084,1,8,1,4001020,0,1,223101508 +290123085,1,8,1,4001021,0,1,223101508 +290123086,1,8,1,4001022,0,1,223101508 +290123087,1,8,1,4001023,0,1,223101508 +290123088,1,8,1,4001024,0,1,223101508 +290123089,1,8,1,4001025,0,1,223101508 +290123090,1,8,1,4001026,0,1,223101508 +290123091,1,8,1,4001027,0,1,223101508 +290123092,1,8,1,4001028,0,1,223101508 +290123093,1,8,1,4001029,0,1,223101508 +290123094,1,8,1,4001030,0,1,223101508 +290123095,1,8,1,4001031,0,1,223101508 +290123096,1,8,1,4001032,0,1,223101508 +290123097,1,8,1,4001033,0,1,223101508 +290123098,1,8,1,4001034,0,1,223101508 +290123099,1,8,1,4001035,0,1,223101508 +290123100,1,8,1,4001036,0,1,223101508 +290123101,1,8,1,4001037,0,1,223101508 +290123102,1,8,1,4001038,0,1,223101508 +290123103,1,8,1,4001039,0,1,223101508 +290123104,1,8,1,4001040,0,1,223101508 +290123105,1,8,1,4001041,0,1,223101508 +290123106,1,8,1,4001042,0,1,223101508 +290123107,1,8,1,4001043,0,1,223101508 +290123108,1,8,1,4001044,0,1,223101508 +290123109,1,8,1,4001045,0,1,223101508 +290123110,1,8,1,4001046,0,1,223101508 +290123111,1,8,1,4001047,0,1,223101508 +290123112,1,8,1,4001048,0,1,223101508 +290123113,1,8,1,4001049,0,1,223101508 +290123114,1,8,1,4001050,0,1,223101508 +290123115,1,8,1,4001051,0,1,223101508 +290123116,1,8,1,4001052,0,1,223101508 +290123117,1,8,1,4001053,0,1,223101508 +290123118,1,8,1,4001054,0,1,223101508 +290123119,1,8,1,4001055,0,1,223101508 +290123120,1,8,1,4001056,0,1,223101508 +290123121,1,8,1,4001057,0,1,223101508 +290123122,1,8,1,4001058,0,1,223101508 +290123123,1,8,1,4001059,0,1,223101508 +290123124,1,8,1,4001060,0,1,223101508 +290123125,1,8,1,4001061,0,1,223101508 +290123126,1,8,1,4001062,0,1,223101508 +290123127,1,8,1,4001063,0,1,223101508 +290123128,1,8,1,4001064,0,1,223101508 +290123129,1,8,1,4001065,0,1,223101508 +290123130,1,8,1,4001066,0,1,223101508 +290123131,1,8,1,4001067,0,1,223101508 +290123132,1,8,1,4001068,0,1,223101508 +290123133,1,8,1,4001069,0,1,223101508 +290123134,1,8,1,4001070,0,1,223101508 +290123135,1,8,1,4001071,0,1,223101508 +290123136,1,8,1,4001072,0,1,223101508 +290123137,1,8,1,4001073,0,1,223101508 +290123138,1,8,1,4001074,0,1,223101508 +290123139,1,8,1,4001075,0,1,223101508 +290123140,1,8,1,4001076,0,1,223101508 +290123141,1,8,1,4001077,0,1,223101508 +290123142,1,8,1,4001078,0,1,223101508 +290123143,1,8,1,4001079,0,1,223101508 +290123144,1,8,1,4001080,0,1,223101508 +290123145,1,8,1,4001081,0,1,223101508 +290123146,1,8,1,4001082,0,1,223101508 +290123147,1,8,1,4001083,0,1,223101508 +290123148,1,8,1,4001084,0,1,223101508 +290123149,1,8,1,4001085,0,1,223101508 +290123150,1,8,1,4001086,0,1,223101508 +290123151,1,8,1,4001087,0,1,223101508 +290123152,1,8,1,4001088,0,1,223101508 +290123153,1,8,1,4001089,0,1,223101508 +290123154,1,8,1,4001090,0,1,223101508 +290123155,1,8,1,4001091,0,1,223101508 +290123156,1,8,1,4001092,0,1,223101508 +290123157,1,8,1,4001093,0,1,223101508 +290123158,1,8,1,4001094,0,1,223101508 +290123159,1,8,1,4001095,0,1,223101508 +290123160,1,8,1,4001096,0,1,223101508 +290123161,1,8,1,4001097,0,1,223101508 +290123162,1,8,1,4001098,0,1,223101508 +290123163,1,8,1,4001099,0,1,223101508 +290123164,1,8,1,4001100,0,1,223101508 +290123165,1,8,1,4001101,0,1,223101508 +290123166,1,8,1,4001102,0,1,223101508 +290123167,1,8,1,4001103,0,1,223101508 +290123168,1,8,1,4001104,0,1,223101508 +290123169,1,8,1,4001105,0,1,223101508 +290123170,1,8,1,4001106,0,1,223101508 +290123171,1,8,1,4001107,0,1,223101508 +290123172,1,8,1,4001108,0,1,223101508 +290123173,1,8,1,4001109,0,1,223101508 +290123174,1,8,1,4001110,0,1,223101508 +290123175,1,8,1,4001111,0,1,223101508 +290123176,1,8,1,4001112,0,1,223101508 +290123177,1,8,1,4001113,0,1,223101508 +290123178,1,8,1,4001114,0,1,223101508 +290123179,1,8,1,4001115,0,1,223101508 +290123180,1,8,1,4001116,0,1,223101508 +290123181,1,8,1,4001117,0,1,223101508 +290123182,1,8,1,4001118,0,1,223101508 +290123183,1,8,1,4001119,0,1,223101508 +290123184,1,8,1,4001120,0,1,223101508 +290123185,1,8,1,4001121,0,1,223101508 +290123186,1,8,1,4001122,0,1,223101508 +290123187,1,8,1,4001123,0,1,223101508 +290123188,1,8,1,4001124,0,1,223101508 +290123189,1,8,1,4001125,0,1,223101508 +290123190,1,8,1,4001126,0,1,223101508 +290123191,1,8,1,4001127,0,1,223101508 +290123192,1,8,1,4001128,0,1,223101508 +290123193,1,8,1,4001129,0,1,223101508 +290123194,1,8,1,4001130,0,1,223101508 +290123195,1,8,1,4001131,0,1,223101508 +290123196,1,8,1,4001132,0,1,223101508 +290123197,1,8,1,4001133,0,1,223101508 +290123198,1,8,1,4001134,0,1,223101508 +290123199,1,8,1,4001135,0,1,223101508 +290123200,1,8,1,4001136,0,1,223101508 +290123201,1,8,1,4001137,0,1,223101508 +290123202,1,8,1,4001138,0,1,223101508 +290123203,1,8,1,4001139,0,1,223101508 +290123204,1,8,1,4001140,0,1,223101508 +290123205,1,8,1,4001141,0,1,223101508 +290123206,1,8,1,4001142,0,1,223101508 +290123207,1,8,1,4001143,0,1,223101508 +290123208,1,8,1,4001144,0,1,223101508 +290123209,1,8,1,4001145,0,1,223101508 +290123210,1,8,1,4001146,0,1,223101508 +290123211,1,8,1,4001147,0,1,223101508 +290123212,1,8,1,4001148,0,1,223101508 +290123213,1,8,1,4001149,0,1,223101508 +290123214,1,8,1,4001150,0,1,223101508 +290123215,1,8,1,4001151,0,1,223101508 +290123216,1,8,1,4001152,0,1,223101508 +290123217,1,8,1,4001153,0,1,223101508 +290123218,1,8,1,4001154,0,1,223101508 +290123219,1,8,1,4001155,0,1,223101508 +290123220,1,8,1,4001156,0,1,223101508 +290123221,1,8,1,4001157,0,1,223101508 +290123222,1,8,1,4001158,0,1,223101508 +290123223,1,8,1,4001159,0,1,223101508 +290123224,1,8,1,4001160,0,1,223101508 +290123225,1,8,1,4001161,0,1,223101508 +290123226,1,8,1,4001162,0,1,223101508 +290123227,1,8,1,4001163,0,1,223101508 +290123228,1,8,1,4001164,0,1,223101508 +290123229,1,8,1,4001165,0,1,223101508 +290123230,1,8,1,4001166,0,1,223101508 +290123231,1,8,1,4001167,0,1,223101508 +290123232,1,8,1,4001168,0,1,223101508 +290123233,1,8,1,4001169,0,1,223101508 +290123234,1,8,1,4001170,0,1,223101508 +290123235,1,8,1,4001171,0,1,223101508 +290123236,1,8,1,4001172,0,1,223101508 +290123237,1,8,1,4001173,0,1,223101508 +290123238,1,8,1,4001174,0,1,223101508 +290123239,1,8,1,4001175,0,1,223101508 +290123240,1,8,1,4001176,0,1,223101508 +290123241,1,8,1,4001177,0,1,223101508 +290123242,1,8,1,4001178,0,1,223101508 +290123243,1,8,1,4001179,0,1,223101508 +290123244,1,8,1,4001180,0,1,223101508 +290123245,1,8,1,4001181,0,1,223101508 +290123246,1,8,1,4001182,0,1,223101508 +290123247,1,8,1,4001183,0,1,223101508 +290123248,1,8,1,4001184,0,1,223101508 +290123249,1,8,1,4001185,0,1,223101508 +290123250,1,8,1,4001186,0,1,223101508 +290123251,1,8,1,4001187,0,1,223101508 +290123252,1,8,1,4001188,0,1,223101508 +290123253,1,8,1,4001189,0,1,223101508 +290123254,1,8,1,4001190,0,1,223101508 +290123255,1,8,1,4001191,0,1,223101508 +290123256,1,8,1,4001192,0,1,223101508 +290123257,1,8,1,4001193,0,1,223101508 +290123258,1,8,1,4001194,0,1,223101508 +290123259,1,8,1,4001195,0,1,223101508 +290123260,1,8,1,4001196,0,1,223101508 +290123261,1,8,1,4001197,0,1,223101508 +290123262,1,8,1,4001198,0,1,223101508 +290123263,1,8,1,4001199,0,1,223101508 +290123264,1,8,1,4001200,0,1,223101508 +290123265,1,8,1,4001201,0,1,223101508 +290123266,1,8,1,4001202,0,1,223101508 +290123267,1,8,1,4001203,0,1,223101508 +290123268,1,8,1,4001204,0,1,223101508 +290123269,1,8,1,4001205,0,1,223101508 +290123270,1,8,1,4001206,0,1,223101508 +290123271,1,8,1,4001207,0,1,223101508 +290123272,1,8,1,4001208,0,1,223101508 +290123273,1,8,1,4001209,0,1,223101508 +290123001,2,1,1,0,0,1000,223101508 +290123002,2,1,1,0,0,1000,223101508 +290123003,2,1,1,0,0,1000,223101508 +290123004,2,1,1,0,0,1000,223101508 +290123005,2,1,1,0,0,1000,223101508 +290123006,2,1,1,0,0,1000,223101508 +290123007,2,1,1,0,0,1000,223101508 +290123008,2,1,1,0,0,1000,223101508 +290123009,2,1,1,0,0,1000,223101508 +290123010,2,1,1,0,0,1000,223101508 +290123011,2,1,1,0,0,1000,223101508 +290123012,2,1,1,0,0,1000,223101508 +290123013,2,1,1,0,0,1000,223101508 +290123014,2,1,1,0,0,1000,223101508 +290123015,2,1,1,0,0,1000,223101508 +290123016,2,1,1,0,0,1000,223101508 +290123017,2,1,1,0,0,1000,223101508 +290123018,2,1,1,0,0,1000,223101508 +290123019,2,1,1,0,0,1000,223101508 +290123020,2,1,1,0,0,1000,223101508 +290123021,2,1,1,0,0,1000,223101508 +290123022,2,1,1,0,0,1000,223101508 +290123023,2,1,1,0,0,1000,223101508 +290123024,2,1,1,0,0,1000,223101508 +290123025,2,1,1,0,0,1000,223101508 +290123026,2,1,1,0,0,1000,223101508 +290123027,2,1,1,0,0,1000,223101508 +290123028,2,1,1,0,0,1000,223101508 +290123029,2,1,1,0,0,1000,223101508 +290123030,2,1,1,0,0,1000,223101508 +290123031,2,1,1,0,0,1000,223101508 +290123032,2,1,1,0,0,1000,223101508 +290123033,2,1,1,0,0,1000,223101508 +290123034,2,1,1,0,0,1000,223101508 +290123035,2,1,1,0,0,1000,223101508 +290123036,2,1,1,0,0,1000,223101508 +290123037,2,1,1,0,0,1000,223101508 +290123038,2,1,1,0,0,1000,223101508 +290123039,2,1,1,0,0,1000,223101508 +290123040,2,1,1,0,0,800,223101508 +290123041,2,1,1,0,0,800,223101508 +290123042,2,1,1,0,0,800,223101508 +290123043,2,1,1,0,0,800,223101508 +290123044,2,1,1,0,0,800,223101508 +290123045,2,1,1,0,0,800,223101508 +290123046,2,1,1,0,0,800,223101508 +290123047,2,1,1,0,0,800,223101508 +290123048,2,1,1,0,0,800,223101508 +290123049,2,1,1,0,0,800,223101508 +290123050,2,1,1,0,0,800,223101508 +290123051,2,1,1,0,0,800,223101508 +290123052,2,1,1,0,0,800,223101508 +290123053,2,1,1,0,0,800,223101508 +290123054,2,1,1,0,0,800,223101508 +290123055,2,1,1,0,0,800,223101508 +290123056,2,1,1,0,0,800,223101508 +290123057,2,1,1,0,0,800,223101508 +290123058,2,1,1,0,0,800,223101508 +290123059,2,1,1,0,0,800,223101508 +290123060,2,1,1,0,0,800,223101508 +290123061,2,1,1,0,0,800,223101508 +290123062,2,1,1,0,0,800,223101508 +290123063,2,1,1,0,0,800,223101508 +290123064,2,1,1,0,0,800,223101508 +290123065,2,1,1,0,0,800,223101508 +290123066,2,1,1,0,0,800,223101508 +290123067,2,1,1,0,0,800,223101508 +290123068,2,1,1,0,0,800,223101508 +290123069,2,1,1,0,0,800,223101508 +290123070,2,1,1,0,0,800,223101508 +290123071,2,1,1,0,0,800,223101508 +290123072,2,1,1,0,0,800,223101508 +290123073,2,1,1,0,0,800,223101508 +290123074,2,1,1,0,0,800,223101508 +290123075,2,1,1,0,0,800,223101508 +290123076,2,1,1,0,0,800,223101508 +290123077,2,1,1,0,0,800,223101508 +290123078,2,1,1,0,0,800,223101508 +290123079,2,1,1,0,0,600,223101508 +290123080,2,1,1,0,0,600,223101508 +290123081,2,1,1,0,0,600,223101508 +290123082,2,1,1,0,0,600,223101508 +290123083,2,1,1,0,0,600,223101508 +290123084,2,1,1,0,0,600,223101508 +290123085,2,1,1,0,0,600,223101508 +290123086,2,1,1,0,0,600,223101508 +290123087,2,1,1,0,0,600,223101508 +290123088,2,1,1,0,0,600,223101508 +290123089,2,1,1,0,0,600,223101508 +290123090,2,1,1,0,0,600,223101508 +290123091,2,1,1,0,0,600,223101508 +290123092,2,1,1,0,0,600,223101508 +290123093,2,1,1,0,0,600,223101508 +290123094,2,1,1,0,0,600,223101508 +290123095,2,1,1,0,0,600,223101508 +290123096,2,1,1,0,0,600,223101508 +290123097,2,1,1,0,0,600,223101508 +290123098,2,1,1,0,0,600,223101508 +290123099,2,1,1,0,0,600,223101508 +290123100,2,1,1,0,0,600,223101508 +290123101,2,1,1,0,0,600,223101508 +290123102,2,1,1,0,0,600,223101508 +290123103,2,1,1,0,0,600,223101508 +290123104,2,1,1,0,0,600,223101508 +290123105,2,1,1,0,0,600,223101508 +290123106,2,1,1,0,0,600,223101508 +290123107,2,1,1,0,0,600,223101508 +290123108,2,1,1,0,0,600,223101508 +290123109,2,1,1,0,0,600,223101508 +290123110,2,1,1,0,0,600,223101508 +290123111,2,1,1,0,0,600,223101508 +290123112,2,1,1,0,0,600,223101508 +290123113,2,1,1,0,0,600,223101508 +290123114,2,1,1,0,0,600,223101508 +290123115,2,1,1,0,0,600,223101508 +290123116,2,1,1,0,0,600,223101508 +290123117,2,1,1,0,0,600,223101508 +290123118,2,1,1,0,0,400,223101508 +290123119,2,1,1,0,0,400,223101508 +290123120,2,1,1,0,0,400,223101508 +290123121,2,1,1,0,0,400,223101508 +290123122,2,1,1,0,0,400,223101508 +290123123,2,1,1,0,0,400,223101508 +290123124,2,1,1,0,0,400,223101508 +290123125,2,1,1,0,0,400,223101508 +290123126,2,1,1,0,0,400,223101508 +290123127,2,1,1,0,0,400,223101508 +290123128,2,1,1,0,0,400,223101508 +290123129,2,1,1,0,0,400,223101508 +290123130,2,1,1,0,0,400,223101508 +290123131,2,1,1,0,0,400,223101508 +290123132,2,1,1,0,0,400,223101508 +290123133,2,1,1,0,0,400,223101508 +290123134,2,1,1,0,0,400,223101508 +290123135,2,1,1,0,0,400,223101508 +290123136,2,1,1,0,0,400,223101508 +290123137,2,1,1,0,0,400,223101508 +290123138,2,1,1,0,0,400,223101508 +290123139,2,1,1,0,0,400,223101508 +290123140,2,1,1,0,0,400,223101508 +290123141,2,1,1,0,0,400,223101508 +290123142,2,1,1,0,0,400,223101508 +290123143,2,1,1,0,0,400,223101508 +290123144,2,1,1,0,0,400,223101508 +290123145,2,1,1,0,0,400,223101508 +290123146,2,1,1,0,0,400,223101508 +290123147,2,1,1,0,0,400,223101508 +290123148,2,1,1,0,0,400,223101508 +290123149,2,1,1,0,0,400,223101508 +290123150,2,1,1,0,0,400,223101508 +290123151,2,1,1,0,0,400,223101508 +290123152,2,1,1,0,0,400,223101508 +290123153,2,1,1,0,0,400,223101508 +290123154,2,1,1,0,0,400,223101508 +290123155,2,1,1,0,0,400,223101508 +290123156,2,1,1,0,0,400,223101508 +290123157,2,1,1,0,0,300,223101508 +290123158,2,1,1,0,0,300,223101508 +290123159,2,1,1,0,0,300,223101508 +290123160,2,1,1,0,0,300,223101508 +290123161,2,1,1,0,0,300,223101508 +290123162,2,1,1,0,0,300,223101508 +290123163,2,1,1,0,0,300,223101508 +290123164,2,1,1,0,0,300,223101508 +290123165,2,1,1,0,0,300,223101508 +290123166,2,1,1,0,0,300,223101508 +290123167,2,1,1,0,0,300,223101508 +290123168,2,1,1,0,0,300,223101508 +290123169,2,1,1,0,0,300,223101508 +290123170,2,1,1,0,0,300,223101508 +290123171,2,1,1,0,0,300,223101508 +290123172,2,1,1,0,0,300,223101508 +290123173,2,1,1,0,0,300,223101508 +290123174,2,1,1,0,0,300,223101508 +290123175,2,1,1,0,0,300,223101508 +290123176,2,1,1,0,0,300,223101508 +290123177,2,1,1,0,0,300,223101508 +290123178,2,1,1,0,0,300,223101508 +290123179,2,1,1,0,0,300,223101508 +290123180,2,1,1,0,0,300,223101508 +290123181,2,1,1,0,0,300,223101508 +290123182,2,1,1,0,0,300,223101508 +290123183,2,1,1,0,0,300,223101508 +290123184,2,1,1,0,0,300,223101508 +290123185,2,1,1,0,0,300,223101508 +290123186,2,1,1,0,0,300,223101508 +290123187,2,1,1,0,0,300,223101508 +290123188,2,1,1,0,0,300,223101508 +290123189,2,1,1,0,0,300,223101508 +290123190,2,1,1,0,0,300,223101508 +290123191,2,1,1,0,0,300,223101508 +290123192,2,1,1,0,0,300,223101508 +290123193,2,1,1,0,0,300,223101508 +290123194,2,1,1,0,0,300,223101508 +290123195,2,1,1,0,0,300,223101508 +290123196,2,1,1,0,0,250,223101508 +290123197,2,1,1,0,0,250,223101508 +290123198,2,1,1,0,0,250,223101508 +290123199,2,1,1,0,0,250,223101508 +290123200,2,1,1,0,0,250,223101508 +290123201,2,1,1,0,0,250,223101508 +290123202,2,1,1,0,0,250,223101508 +290123203,2,1,1,0,0,250,223101508 +290123204,2,1,1,0,0,250,223101508 +290123205,2,1,1,0,0,250,223101508 +290123206,2,1,1,0,0,250,223101508 +290123207,2,1,1,0,0,250,223101508 +290123208,2,1,1,0,0,250,223101508 +290123209,2,1,1,0,0,250,223101508 +290123210,2,1,1,0,0,250,223101508 +290123211,2,1,1,0,0,250,223101508 +290123212,2,1,1,0,0,250,223101508 +290123213,2,1,1,0,0,250,223101508 +290123214,2,1,1,0,0,250,223101508 +290123215,2,1,1,0,0,250,223101508 +290123216,2,1,1,0,0,250,223101508 +290123217,2,1,1,0,0,250,223101508 +290123218,2,1,1,0,0,250,223101508 +290123219,2,1,1,0,0,250,223101508 +290123220,2,1,1,0,0,250,223101508 +290123221,2,1,1,0,0,250,223101508 +290123222,2,1,1,0,0,250,223101508 +290123223,2,1,1,0,0,250,223101508 +290123224,2,1,1,0,0,250,223101508 +290123225,2,1,1,0,0,250,223101508 +290123226,2,1,1,0,0,250,223101508 +290123227,2,1,1,0,0,250,223101508 +290123228,2,1,1,0,0,250,223101508 +290123229,2,1,1,0,0,250,223101508 +290123230,2,1,1,0,0,250,223101508 +290123231,2,1,1,0,0,250,223101508 +290123232,2,1,1,0,0,250,223101508 +290123233,2,1,1,0,0,250,223101508 +290123234,2,1,1,0,0,250,223101508 +290123235,2,1,1,0,0,200,223101508 +290123236,2,1,1,0,0,200,223101508 +290123237,2,1,1,0,0,200,223101508 +290123238,2,1,1,0,0,200,223101508 +290123239,2,1,1,0,0,200,223101508 +290123240,2,1,1,0,0,200,223101508 +290123241,2,1,1,0,0,200,223101508 +290123242,2,1,1,0,0,200,223101508 +290123243,2,1,1,0,0,200,223101508 +290123244,2,1,1,0,0,200,223101508 +290123245,2,1,1,0,0,200,223101508 +290123246,2,1,1,0,0,200,223101508 +290123247,2,1,1,0,0,200,223101508 +290123248,2,1,1,0,0,200,223101508 +290123249,2,1,1,0,0,200,223101508 +290123250,2,1,1,0,0,200,223101508 +290123251,2,1,1,0,0,200,223101508 +290123252,2,1,1,0,0,200,223101508 +290123253,2,1,1,0,0,200,223101508 +290123254,2,1,1,0,0,200,223101508 +290123255,2,1,1,0,0,200,223101508 +290123256,2,1,1,0,0,200,223101508 +290123257,2,1,1,0,0,200,223101508 +290123258,2,1,1,0,0,200,223101508 +290123259,2,1,1,0,0,200,223101508 +290123260,2,1,1,0,0,200,223101508 +290123261,2,1,1,0,0,200,223101508 +290123262,2,1,1,0,0,200,223101508 +290123263,2,1,1,0,0,200,223101508 +290123264,2,1,1,0,0,200,223101508 +290123265,2,1,1,0,0,200,223101508 +290123266,2,1,1,0,0,200,223101508 +290123267,2,1,1,0,0,200,223101508 +290123268,2,1,1,0,0,200,223101508 +290123269,2,1,1,0,0,200,223101508 +290123270,2,1,1,0,0,200,223101508 +290123271,2,1,1,0,0,200,223101508 +290123272,2,1,1,0,0,200,223101508 +290123273,2,1,1,0,0,200,223101508 +290123274,2,1,1,0,0,200,223101508 +290123275,2,1,1,0,0,200,223101508 +290123276,2,1,1,0,0,200,223101508 +290123277,2,1,1,0,0,200,223101508 +290123278,2,1,1,0,0,200,223101508 +290123279,2,1,1,0,0,200,223101508 +290123280,2,1,1,0,0,200,223101508 +290123281,2,1,1,0,0,200,223101508 +290123282,2,1,1,0,0,200,223101508 +290123283,2,1,1,0,0,200,223101508 +290123284,2,1,1,0,0,200,223101508 +290123285,2,1,1,0,0,200,223101508 +290123286,2,1,1,0,0,200,223101508 +290123287,2,1,1,0,0,200,223101508 +290123288,2,1,1,0,0,200,223101508 +290123289,2,1,1,0,0,200,223101508 +290123290,2,1,1,0,0,200,223101508 +290123291,2,1,1,0,0,200,223101508 +290123292,2,1,1,0,0,200,223101508 +290123293,2,1,1,0,0,200,223101508 +290123294,2,1,1,0,0,200,223101508 +290123295,2,1,1,0,0,200,223101508 +290123296,2,1,1,0,0,200,223101508 +290123297,2,1,1,0,0,200,223101508 +290123298,2,1,1,0,0,200,223101508 +290123299,2,1,1,0,0,200,223101508 +290123300,2,1,1,0,0,200,223101508 +290123301,2,1,1,0,0,200,223101508 +290123302,2,1,1,0,0,200,223101508 +290123303,2,1,1,0,0,200,223101508 +290123304,2,1,1,0,0,200,223101508 +290123305,2,1,1,0,0,200,223101508 +290123306,2,1,1,0,0,200,223101508 +290123307,2,1,1,0,0,200,223101508 +290123308,2,1,1,0,0,200,223101508 +290123309,2,1,1,0,0,200,223101508 +290123310,2,1,1,0,0,200,223101508 +290123311,2,1,1,0,0,200,223101508 +290123312,2,1,1,0,0,200,223101508 +290123001,3,3,1,16005003,0,500,223101508 +290123002,3,3,1,16005003,0,500,223101508 +290123003,3,3,1,16005003,0,500,223101508 +290123004,3,3,1,16005003,0,500,223101508 +290123005,3,3,1,16005003,0,500,223101508 +290123006,3,3,1,16005003,0,500,223101508 +290123007,3,3,1,16005003,0,500,223101508 +290123008,3,3,1,16005003,0,500,223101508 +290123009,3,3,1,16005003,0,500,223101508 +290123010,3,3,1,16005003,0,500,223101508 +290123011,3,3,1,16005003,0,500,223101508 +290123012,3,3,1,16005003,0,500,223101508 +290123013,3,3,1,16005003,0,500,223101508 +290123014,3,3,1,16005003,0,500,223101508 +290123015,3,3,1,16005003,0,500,223101508 +290123016,3,3,1,16005003,0,500,223101508 +290123017,3,3,1,16005003,0,500,223101508 +290123018,3,3,1,16005003,0,500,223101508 +290123019,3,3,1,16005003,0,500,223101508 +290123020,3,3,1,16005003,0,500,223101508 +290123021,3,3,1,16005003,0,500,223101508 +290123022,3,3,1,16005003,0,500,223101508 +290123023,3,3,1,16005003,0,500,223101508 +290123024,3,3,1,16005003,0,500,223101508 +290123025,3,3,1,16005003,0,500,223101508 +290123026,3,3,1,16005003,0,500,223101508 +290123027,3,3,1,16005003,0,500,223101508 +290123028,3,3,1,16005003,0,500,223101508 +290123029,3,3,1,16005003,0,500,223101508 +290123030,3,3,1,16005003,0,500,223101508 +290123031,3,3,1,16005003,0,500,223101508 +290123032,3,3,1,16005003,0,500,223101508 +290123033,3,3,1,16005003,0,500,223101508 +290123034,3,3,1,16005003,0,500,223101508 +290123035,3,3,1,16005003,0,500,223101508 +290123036,3,3,1,16005003,0,500,223101508 +290123037,3,3,1,16005003,0,500,223101508 +290123038,3,3,1,16005003,0,500,223101508 +290123039,3,3,1,16005003,0,500,223101508 +290123040,3,3,1,16005003,0,400,223101508 +290123041,3,3,1,16005003,0,400,223101508 +290123042,3,3,1,16005003,0,400,223101508 +290123043,3,3,1,16005003,0,400,223101508 +290123044,3,3,1,16005003,0,400,223101508 +290123045,3,3,1,16005003,0,400,223101508 +290123046,3,3,1,16005003,0,400,223101508 +290123047,3,3,1,16005003,0,400,223101508 +290123048,3,3,1,16005003,0,400,223101508 +290123049,3,3,1,16005003,0,400,223101508 +290123050,3,3,1,16005003,0,400,223101508 +290123051,3,3,1,16005003,0,400,223101508 +290123052,3,3,1,16005003,0,400,223101508 +290123053,3,3,1,16005003,0,400,223101508 +290123054,3,3,1,16005003,0,400,223101508 +290123055,3,3,1,16005003,0,400,223101508 +290123056,3,3,1,16005003,0,400,223101508 +290123057,3,3,1,16005003,0,400,223101508 +290123058,3,3,1,16005003,0,400,223101508 +290123059,3,3,1,16005003,0,400,223101508 +290123060,3,3,1,16005003,0,400,223101508 +290123061,3,3,1,16005003,0,400,223101508 +290123062,3,3,1,16005003,0,400,223101508 +290123063,3,3,1,16005003,0,400,223101508 +290123064,3,3,1,16005003,0,400,223101508 +290123065,3,3,1,16005003,0,400,223101508 +290123066,3,3,1,16005003,0,400,223101508 +290123067,3,3,1,16005003,0,400,223101508 +290123068,3,3,1,16005003,0,400,223101508 +290123069,3,3,1,16005003,0,400,223101508 +290123070,3,3,1,16005003,0,400,223101508 +290123071,3,3,1,16005003,0,400,223101508 +290123072,3,3,1,16005003,0,400,223101508 +290123073,3,3,1,16005003,0,400,223101508 +290123074,3,3,1,16005003,0,400,223101508 +290123075,3,3,1,16005003,0,400,223101508 +290123076,3,3,1,16005003,0,400,223101508 +290123077,3,3,1,16005003,0,400,223101508 +290123078,3,3,1,16005003,0,400,223101508 +290123079,3,3,1,16005003,0,300,223101508 +290123080,3,3,1,16005003,0,300,223101508 +290123081,3,3,1,16005003,0,300,223101508 +290123082,3,3,1,16005003,0,300,223101508 +290123083,3,3,1,16005003,0,300,223101508 +290123084,3,3,1,16005003,0,300,223101508 +290123085,3,3,1,16005003,0,300,223101508 +290123086,3,3,1,16005003,0,300,223101508 +290123087,3,3,1,16005003,0,300,223101508 +290123088,3,3,1,16005003,0,300,223101508 +290123089,3,3,1,16005003,0,300,223101508 +290123090,3,3,1,16005003,0,300,223101508 +290123091,3,3,1,16005003,0,300,223101508 +290123092,3,3,1,16005003,0,300,223101508 +290123093,3,3,1,16005003,0,300,223101508 +290123094,3,3,1,16005003,0,300,223101508 +290123095,3,3,1,16005003,0,300,223101508 +290123096,3,3,1,16005003,0,300,223101508 +290123097,3,3,1,16005003,0,300,223101508 +290123098,3,3,1,16005003,0,300,223101508 +290123099,3,3,1,16005003,0,300,223101508 +290123100,3,3,1,16005003,0,300,223101508 +290123101,3,3,1,16005003,0,300,223101508 +290123102,3,3,1,16005003,0,300,223101508 +290123103,3,3,1,16005003,0,300,223101508 +290123104,3,3,1,16005003,0,300,223101508 +290123105,3,3,1,16005003,0,300,223101508 +290123106,3,3,1,16005003,0,300,223101508 +290123107,3,3,1,16005003,0,300,223101508 +290123108,3,3,1,16005003,0,300,223101508 +290123109,3,3,1,16005003,0,300,223101508 +290123110,3,3,1,16005003,0,300,223101508 +290123111,3,3,1,16005003,0,300,223101508 +290123112,3,3,1,16005003,0,300,223101508 +290123113,3,3,1,16005003,0,300,223101508 +290123114,3,3,1,16005003,0,300,223101508 +290123115,3,3,1,16005003,0,300,223101508 +290123116,3,3,1,16005003,0,300,223101508 +290123117,3,3,1,16005003,0,300,223101508 +290123118,3,3,1,16005003,0,200,223101508 +290123119,3,3,1,16005003,0,200,223101508 +290123120,3,3,1,16005003,0,200,223101508 +290123121,3,3,1,16005003,0,200,223101508 +290123122,3,3,1,16005003,0,200,223101508 +290123123,3,3,1,16005003,0,200,223101508 +290123124,3,3,1,16005003,0,200,223101508 +290123125,3,3,1,16005003,0,200,223101508 +290123126,3,3,1,16005003,0,200,223101508 +290123127,3,3,1,16005003,0,200,223101508 +290123128,3,3,1,16005003,0,200,223101508 +290123129,3,3,1,16005003,0,200,223101508 +290123130,3,3,1,16005003,0,200,223101508 +290123131,3,3,1,16005003,0,200,223101508 +290123132,3,3,1,16005003,0,200,223101508 +290123133,3,3,1,16005003,0,200,223101508 +290123134,3,3,1,16005003,0,200,223101508 +290123135,3,3,1,16005003,0,200,223101508 +290123136,3,3,1,16005003,0,200,223101508 +290123137,3,3,1,16005003,0,200,223101508 +290123138,3,3,1,16005003,0,200,223101508 +290123139,3,3,1,16005003,0,200,223101508 +290123140,3,3,1,16005003,0,200,223101508 +290123141,3,3,1,16005003,0,200,223101508 +290123142,3,3,1,16005003,0,200,223101508 +290123143,3,3,1,16005003,0,200,223101508 +290123144,3,3,1,16005003,0,200,223101508 +290123145,3,3,1,16005003,0,200,223101508 +290123146,3,3,1,16005003,0,200,223101508 +290123147,3,3,1,16005003,0,200,223101508 +290123148,3,3,1,16005003,0,200,223101508 +290123149,3,3,1,16005003,0,200,223101508 +290123150,3,3,1,16005003,0,200,223101508 +290123151,3,3,1,16005003,0,200,223101508 +290123152,3,3,1,16005003,0,200,223101508 +290123153,3,3,1,16005003,0,200,223101508 +290123154,3,3,1,16005003,0,200,223101508 +290123155,3,3,1,16005003,0,200,223101508 +290123156,3,3,1,16005003,0,200,223101508 +290123157,3,3,1,16005003,0,150,223101508 +290123158,3,3,1,16005003,0,150,223101508 +290123159,3,3,1,16005003,0,150,223101508 +290123160,3,3,1,16005003,0,150,223101508 +290123161,3,3,1,16005003,0,150,223101508 +290123162,3,3,1,16005003,0,150,223101508 +290123163,3,3,1,16005003,0,150,223101508 +290123164,3,3,1,16005003,0,150,223101508 +290123165,3,3,1,16005003,0,150,223101508 +290123166,3,3,1,16005003,0,150,223101508 +290123167,3,3,1,16005003,0,150,223101508 +290123168,3,3,1,16005003,0,150,223101508 +290123169,3,3,1,16005003,0,150,223101508 +290123170,3,3,1,16005003,0,150,223101508 +290123171,3,3,1,16005003,0,150,223101508 +290123172,3,3,1,16005003,0,150,223101508 +290123173,3,3,1,16005003,0,150,223101508 +290123174,3,3,1,16005003,0,150,223101508 +290123175,3,3,1,16005003,0,150,223101508 +290123176,3,3,1,16005003,0,150,223101508 +290123177,3,3,1,16005003,0,150,223101508 +290123178,3,3,1,16005003,0,150,223101508 +290123179,3,3,1,16005003,0,150,223101508 +290123180,3,3,1,16005003,0,150,223101508 +290123181,3,3,1,16005003,0,150,223101508 +290123182,3,3,1,16005003,0,150,223101508 +290123183,3,3,1,16005003,0,150,223101508 +290123184,3,3,1,16005003,0,150,223101508 +290123185,3,3,1,16005003,0,150,223101508 +290123186,3,3,1,16005003,0,150,223101508 +290123187,3,3,1,16005003,0,150,223101508 +290123188,3,3,1,16005003,0,150,223101508 +290123189,3,3,1,16005003,0,150,223101508 +290123190,3,3,1,16005003,0,150,223101508 +290123191,3,3,1,16005003,0,150,223101508 +290123192,3,3,1,16005003,0,150,223101508 +290123193,3,3,1,16005003,0,150,223101508 +290123194,3,3,1,16005003,0,150,223101508 +290123195,3,3,1,16005003,0,150,223101508 +290123196,3,3,1,16005003,0,100,223101508 +290123197,3,3,1,16005003,0,100,223101508 +290123198,3,3,1,16005003,0,100,223101508 +290123199,3,3,1,16005003,0,100,223101508 +290123200,3,3,1,16005003,0,100,223101508 +290123201,3,3,1,16005003,0,100,223101508 +290123202,3,3,1,16005003,0,100,223101508 +290123203,3,3,1,16005003,0,100,223101508 +290123204,3,3,1,16005003,0,100,223101508 +290123205,3,3,1,16005003,0,100,223101508 +290123206,3,3,1,16005003,0,100,223101508 +290123207,3,3,1,16005003,0,100,223101508 +290123208,3,3,1,16005003,0,100,223101508 +290123209,3,3,1,16005003,0,100,223101508 +290123210,3,3,1,16005003,0,100,223101508 +290123211,3,3,1,16005003,0,100,223101508 +290123212,3,3,1,16005003,0,100,223101508 +290123213,3,3,1,16005003,0,100,223101508 +290123214,3,3,1,16005003,0,100,223101508 +290123215,3,3,1,16005003,0,100,223101508 +290123216,3,3,1,16005003,0,100,223101508 +290123217,3,3,1,16005003,0,100,223101508 +290123218,3,3,1,16005003,0,100,223101508 +290123219,3,3,1,16005003,0,100,223101508 +290123220,3,3,1,16005003,0,100,223101508 +290123221,3,3,1,16005003,0,100,223101508 +290123222,3,3,1,16005003,0,100,223101508 +290123223,3,3,1,16005003,0,100,223101508 +290123224,3,3,1,16005003,0,100,223101508 +290123225,3,3,1,16005003,0,100,223101508 +290123226,3,3,1,16005003,0,100,223101508 +290123227,3,3,1,16005003,0,100,223101508 +290123228,3,3,1,16005003,0,100,223101508 +290123229,3,3,1,16005003,0,100,223101508 +290123230,3,3,1,16005003,0,100,223101508 +290123231,3,3,1,16005003,0,100,223101508 +290123232,3,3,1,16005003,0,100,223101508 +290123233,3,3,1,16005003,0,100,223101508 +290123234,3,3,1,16005003,0,100,223101508 +290123235,3,3,1,16005003,0,75,223101508 +290123236,3,3,1,16005003,0,75,223101508 +290123237,3,3,1,16005003,0,75,223101508 +290123238,3,3,1,16005003,0,75,223101508 +290123239,3,3,1,16005003,0,75,223101508 +290123240,3,3,1,16005003,0,75,223101508 +290123241,3,3,1,16005003,0,75,223101508 +290123242,3,3,1,16005003,0,75,223101508 +290123243,3,3,1,16005003,0,75,223101508 +290123244,3,3,1,16005003,0,75,223101508 +290123245,3,3,1,16005003,0,75,223101508 +290123246,3,3,1,16005003,0,75,223101508 +290123247,3,3,1,16005003,0,75,223101508 +290123248,3,3,1,16005003,0,75,223101508 +290123249,3,3,1,16005003,0,75,223101508 +290123250,3,3,1,16005003,0,75,223101508 +290123251,3,3,1,16005003,0,75,223101508 +290123252,3,3,1,16005003,0,75,223101508 +290123253,3,3,1,16005003,0,75,223101508 +290123254,3,3,1,16005003,0,75,223101508 +290123255,3,3,1,16005003,0,75,223101508 +290123256,3,3,1,16005003,0,75,223101508 +290123257,3,3,1,16005003,0,75,223101508 +290123258,3,3,1,16005003,0,75,223101508 +290123259,3,3,1,16005003,0,75,223101508 +290123260,3,3,1,16005003,0,75,223101508 +290123261,3,3,1,16005003,0,75,223101508 +290123262,3,3,1,16005003,0,75,223101508 +290123263,3,3,1,16005003,0,75,223101508 +290123264,3,3,1,16005003,0,75,223101508 +290123265,3,3,1,16005003,0,75,223101508 +290123266,3,3,1,16005003,0,75,223101508 +290123267,3,3,1,16005003,0,75,223101508 +290123268,3,3,1,16005003,0,75,223101508 +290123269,3,3,1,16005003,0,75,223101508 +290123270,3,3,1,16005003,0,75,223101508 +290123271,3,3,1,16005003,0,75,223101508 +290123272,3,3,1,16005003,0,75,223101508 +290123273,3,3,1,16005003,0,75,223101508 +290123274,3,3,1,16005003,0,75,223101508 +290123275,3,3,1,16005003,0,75,223101508 +290123276,3,3,1,16005003,0,75,223101508 +290123277,3,3,1,16005003,0,75,223101508 +290123278,3,3,1,16005003,0,75,223101508 +290123279,3,3,1,16005003,0,75,223101508 +290123280,3,3,1,16005003,0,75,223101508 +290123281,3,3,1,16005003,0,75,223101508 +290123282,3,3,1,16005003,0,75,223101508 +290123283,3,3,1,16005003,0,75,223101508 +290123284,3,3,1,16005003,0,75,223101508 +290123285,3,3,1,16005003,0,75,223101508 +290123286,3,3,1,16005003,0,75,223101508 +290123287,3,3,1,16005003,0,75,223101508 +290123288,3,3,1,16005003,0,75,223101508 +290123289,3,3,1,16005003,0,75,223101508 +290123290,3,3,1,16005003,0,75,223101508 +290123291,3,3,1,16005003,0,75,223101508 +290123292,3,3,1,16005003,0,75,223101508 +290123293,3,3,1,16005003,0,75,223101508 +290123294,3,3,1,16005003,0,75,223101508 +290123295,3,3,1,16005003,0,75,223101508 +290123296,3,3,1,16005003,0,75,223101508 +290123297,3,3,1,16005003,0,75,223101508 +290123298,3,3,1,16005003,0,75,223101508 +290123299,3,3,1,16005003,0,75,223101508 +290123300,3,3,1,16005003,0,75,223101508 +290123301,3,3,1,16005003,0,75,223101508 +290123302,3,3,1,16005003,0,75,223101508 +290123303,3,3,1,16005003,0,75,223101508 +290123304,3,3,1,16005003,0,75,223101508 +290123305,3,3,1,16005003,0,75,223101508 +290123306,3,3,1,16005003,0,75,223101508 +290123307,3,3,1,16005003,0,75,223101508 +290123308,3,3,1,16005003,0,75,223101508 +290123309,3,3,1,16005003,0,75,223101508 +290123310,3,3,1,16005003,0,75,223101508 +290123311,3,3,1,16005003,0,75,223101508 +290123312,3,3,1,16005003,0,75,223101508 +290123001,4,4,1,1,0,3000000,223101508 +290123002,4,4,1,1,0,3000000,223101508 +290123003,4,4,1,1,0,3000000,223101508 +290123004,4,4,1,1,0,3000000,223101508 +290123005,4,4,1,1,0,3000000,223101508 +290123006,4,4,1,1,0,3000000,223101508 +290123007,4,4,1,1,0,3000000,223101508 +290123008,4,4,1,1,0,3000000,223101508 +290123009,4,4,1,1,0,3000000,223101508 +290123010,4,4,1,1,0,3000000,223101508 +290123011,4,4,1,1,0,3000000,223101508 +290123012,4,4,1,1,0,3000000,223101508 +290123013,4,4,1,1,0,3000000,223101508 +290123014,4,4,1,1,0,3000000,223101508 +290123015,4,4,1,1,0,3000000,223101508 +290123016,4,4,1,1,0,3000000,223101508 +290123017,4,4,1,1,0,3000000,223101508 +290123018,4,4,1,1,0,3000000,223101508 +290123019,4,4,1,1,0,3000000,223101508 +290123020,4,4,1,1,0,3000000,223101508 +290123021,4,4,1,1,0,3000000,223101508 +290123022,4,4,1,1,0,3000000,223101508 +290123023,4,4,1,1,0,3000000,223101508 +290123024,4,4,1,1,0,3000000,223101508 +290123025,4,4,1,1,0,3000000,223101508 +290123026,4,4,1,1,0,3000000,223101508 +290123027,4,4,1,1,0,3000000,223101508 +290123028,4,4,1,1,0,3000000,223101508 +290123029,4,4,1,1,0,3000000,223101508 +290123030,4,4,1,1,0,3000000,223101508 +290123031,4,4,1,1,0,3000000,223101508 +290123032,4,4,1,1,0,3000000,223101508 +290123033,4,4,1,1,0,3000000,223101508 +290123034,4,4,1,1,0,3000000,223101508 +290123035,4,4,1,1,0,3000000,223101508 +290123036,4,4,1,1,0,3000000,223101508 +290123037,4,4,1,1,0,3000000,223101508 +290123038,4,4,1,1,0,3000000,223101508 +290123039,4,4,1,1,0,3000000,223101508 +290123040,4,4,1,1,0,2500000,223101508 +290123041,4,4,1,1,0,2500000,223101508 +290123042,4,4,1,1,0,2500000,223101508 +290123043,4,4,1,1,0,2500000,223101508 +290123044,4,4,1,1,0,2500000,223101508 +290123045,4,4,1,1,0,2500000,223101508 +290123046,4,4,1,1,0,2500000,223101508 +290123047,4,4,1,1,0,2500000,223101508 +290123048,4,4,1,1,0,2500000,223101508 +290123049,4,4,1,1,0,2500000,223101508 +290123050,4,4,1,1,0,2500000,223101508 +290123051,4,4,1,1,0,2500000,223101508 +290123052,4,4,1,1,0,2500000,223101508 +290123053,4,4,1,1,0,2500000,223101508 +290123054,4,4,1,1,0,2500000,223101508 +290123055,4,4,1,1,0,2500000,223101508 +290123056,4,4,1,1,0,2500000,223101508 +290123057,4,4,1,1,0,2500000,223101508 +290123058,4,4,1,1,0,2500000,223101508 +290123059,4,4,1,1,0,2500000,223101508 +290123060,4,4,1,1,0,2500000,223101508 +290123061,4,4,1,1,0,2500000,223101508 +290123062,4,4,1,1,0,2500000,223101508 +290123063,4,4,1,1,0,2500000,223101508 +290123064,4,4,1,1,0,2500000,223101508 +290123065,4,4,1,1,0,2500000,223101508 +290123066,4,4,1,1,0,2500000,223101508 +290123067,4,4,1,1,0,2500000,223101508 +290123068,4,4,1,1,0,2500000,223101508 +290123069,4,4,1,1,0,2500000,223101508 +290123070,4,4,1,1,0,2500000,223101508 +290123071,4,4,1,1,0,2500000,223101508 +290123072,4,4,1,1,0,2500000,223101508 +290123073,4,4,1,1,0,2500000,223101508 +290123074,4,4,1,1,0,2500000,223101508 +290123075,4,4,1,1,0,2500000,223101508 +290123076,4,4,1,1,0,2500000,223101508 +290123077,4,4,1,1,0,2500000,223101508 +290123078,4,4,1,1,0,2500000,223101508 +290123079,4,4,1,1,0,2000000,223101508 +290123080,4,4,1,1,0,2000000,223101508 +290123081,4,4,1,1,0,2000000,223101508 +290123082,4,4,1,1,0,2000000,223101508 +290123083,4,4,1,1,0,2000000,223101508 +290123084,4,4,1,1,0,2000000,223101508 +290123085,4,4,1,1,0,2000000,223101508 +290123086,4,4,1,1,0,2000000,223101508 +290123087,4,4,1,1,0,2000000,223101508 +290123088,4,4,1,1,0,2000000,223101508 +290123089,4,4,1,1,0,2000000,223101508 +290123090,4,4,1,1,0,2000000,223101508 +290123091,4,4,1,1,0,2000000,223101508 +290123092,4,4,1,1,0,2000000,223101508 +290123093,4,4,1,1,0,2000000,223101508 +290123094,4,4,1,1,0,2000000,223101508 +290123095,4,4,1,1,0,2000000,223101508 +290123096,4,4,1,1,0,2000000,223101508 +290123097,4,4,1,1,0,2000000,223101508 +290123098,4,4,1,1,0,2000000,223101508 +290123099,4,4,1,1,0,2000000,223101508 +290123100,4,4,1,1,0,2000000,223101508 +290123101,4,4,1,1,0,2000000,223101508 +290123102,4,4,1,1,0,2000000,223101508 +290123103,4,4,1,1,0,2000000,223101508 +290123104,4,4,1,1,0,2000000,223101508 +290123105,4,4,1,1,0,2000000,223101508 +290123106,4,4,1,1,0,2000000,223101508 +290123107,4,4,1,1,0,2000000,223101508 +290123108,4,4,1,1,0,2000000,223101508 +290123109,4,4,1,1,0,2000000,223101508 +290123110,4,4,1,1,0,2000000,223101508 +290123111,4,4,1,1,0,2000000,223101508 +290123112,4,4,1,1,0,2000000,223101508 +290123113,4,4,1,1,0,2000000,223101508 +290123114,4,4,1,1,0,2000000,223101508 +290123115,4,4,1,1,0,2000000,223101508 +290123116,4,4,1,1,0,2000000,223101508 +290123117,4,4,1,1,0,2000000,223101508 +290123118,4,4,1,1,0,1500000,223101508 +290123119,4,4,1,1,0,1500000,223101508 +290123120,4,4,1,1,0,1500000,223101508 +290123121,4,4,1,1,0,1500000,223101508 +290123122,4,4,1,1,0,1500000,223101508 +290123123,4,4,1,1,0,1500000,223101508 +290123124,4,4,1,1,0,1500000,223101508 +290123125,4,4,1,1,0,1500000,223101508 +290123126,4,4,1,1,0,1500000,223101508 +290123127,4,4,1,1,0,1500000,223101508 +290123128,4,4,1,1,0,1500000,223101508 +290123129,4,4,1,1,0,1500000,223101508 +290123130,4,4,1,1,0,1500000,223101508 +290123131,4,4,1,1,0,1500000,223101508 +290123132,4,4,1,1,0,1500000,223101508 +290123133,4,4,1,1,0,1500000,223101508 +290123134,4,4,1,1,0,1500000,223101508 +290123135,4,4,1,1,0,1500000,223101508 +290123136,4,4,1,1,0,1500000,223101508 +290123137,4,4,1,1,0,1500000,223101508 +290123138,4,4,1,1,0,1500000,223101508 +290123139,4,4,1,1,0,1500000,223101508 +290123140,4,4,1,1,0,1500000,223101508 +290123141,4,4,1,1,0,1500000,223101508 +290123142,4,4,1,1,0,1500000,223101508 +290123143,4,4,1,1,0,1500000,223101508 +290123144,4,4,1,1,0,1500000,223101508 +290123145,4,4,1,1,0,1500000,223101508 +290123146,4,4,1,1,0,1500000,223101508 +290123147,4,4,1,1,0,1500000,223101508 +290123148,4,4,1,1,0,1500000,223101508 +290123149,4,4,1,1,0,1500000,223101508 +290123150,4,4,1,1,0,1500000,223101508 +290123151,4,4,1,1,0,1500000,223101508 +290123152,4,4,1,1,0,1500000,223101508 +290123153,4,4,1,1,0,1500000,223101508 +290123154,4,4,1,1,0,1500000,223101508 +290123155,4,4,1,1,0,1500000,223101508 +290123156,4,4,1,1,0,1500000,223101508 +290123157,4,4,1,1,0,1000000,223101508 +290123158,4,4,1,1,0,1000000,223101508 +290123159,4,4,1,1,0,1000000,223101508 +290123160,4,4,1,1,0,1000000,223101508 +290123161,4,4,1,1,0,1000000,223101508 +290123162,4,4,1,1,0,1000000,223101508 +290123163,4,4,1,1,0,1000000,223101508 +290123164,4,4,1,1,0,1000000,223101508 +290123165,4,4,1,1,0,1000000,223101508 +290123166,4,4,1,1,0,1000000,223101508 +290123167,4,4,1,1,0,1000000,223101508 +290123168,4,4,1,1,0,1000000,223101508 +290123169,4,4,1,1,0,1000000,223101508 +290123170,4,4,1,1,0,1000000,223101508 +290123171,4,4,1,1,0,1000000,223101508 +290123172,4,4,1,1,0,1000000,223101508 +290123173,4,4,1,1,0,1000000,223101508 +290123174,4,4,1,1,0,1000000,223101508 +290123175,4,4,1,1,0,1000000,223101508 +290123176,4,4,1,1,0,1000000,223101508 +290123177,4,4,1,1,0,1000000,223101508 +290123178,4,4,1,1,0,1000000,223101508 +290123179,4,4,1,1,0,1000000,223101508 +290123180,4,4,1,1,0,1000000,223101508 +290123181,4,4,1,1,0,1000000,223101508 +290123182,4,4,1,1,0,1000000,223101508 +290123183,4,4,1,1,0,1000000,223101508 +290123184,4,4,1,1,0,1000000,223101508 +290123185,4,4,1,1,0,1000000,223101508 +290123186,4,4,1,1,0,1000000,223101508 +290123187,4,4,1,1,0,1000000,223101508 +290123188,4,4,1,1,0,1000000,223101508 +290123189,4,4,1,1,0,1000000,223101508 +290123190,4,4,1,1,0,1000000,223101508 +290123191,4,4,1,1,0,1000000,223101508 +290123192,4,4,1,1,0,1000000,223101508 +290123193,4,4,1,1,0,1000000,223101508 +290123194,4,4,1,1,0,1000000,223101508 +290123195,4,4,1,1,0,1000000,223101508 +290123196,4,4,1,1,0,750000,223101508 +290123197,4,4,1,1,0,750000,223101508 +290123198,4,4,1,1,0,750000,223101508 +290123199,4,4,1,1,0,750000,223101508 +290123200,4,4,1,1,0,750000,223101508 +290123201,4,4,1,1,0,750000,223101508 +290123202,4,4,1,1,0,750000,223101508 +290123203,4,4,1,1,0,750000,223101508 +290123204,4,4,1,1,0,750000,223101508 +290123205,4,4,1,1,0,750000,223101508 +290123206,4,4,1,1,0,750000,223101508 +290123207,4,4,1,1,0,750000,223101508 +290123208,4,4,1,1,0,750000,223101508 +290123209,4,4,1,1,0,750000,223101508 +290123210,4,4,1,1,0,750000,223101508 +290123211,4,4,1,1,0,750000,223101508 +290123212,4,4,1,1,0,750000,223101508 +290123213,4,4,1,1,0,750000,223101508 +290123214,4,4,1,1,0,750000,223101508 +290123215,4,4,1,1,0,750000,223101508 +290123216,4,4,1,1,0,750000,223101508 +290123217,4,4,1,1,0,750000,223101508 +290123218,4,4,1,1,0,750000,223101508 +290123219,4,4,1,1,0,750000,223101508 +290123220,4,4,1,1,0,750000,223101508 +290123221,4,4,1,1,0,750000,223101508 +290123222,4,4,1,1,0,750000,223101508 +290123223,4,4,1,1,0,750000,223101508 +290123224,4,4,1,1,0,750000,223101508 +290123225,4,4,1,1,0,750000,223101508 +290123226,4,4,1,1,0,750000,223101508 +290123227,4,4,1,1,0,750000,223101508 +290123228,4,4,1,1,0,750000,223101508 +290123229,4,4,1,1,0,750000,223101508 +290123230,4,4,1,1,0,750000,223101508 +290123231,4,4,1,1,0,750000,223101508 +290123232,4,4,1,1,0,750000,223101508 +290123233,4,4,1,1,0,750000,223101508 +290123234,4,4,1,1,0,750000,223101508 +290123235,4,4,1,1,0,500000,223101508 +290123236,4,4,1,1,0,500000,223101508 +290123237,4,4,1,1,0,500000,223101508 +290123238,4,4,1,1,0,500000,223101508 +290123239,4,4,1,1,0,500000,223101508 +290123240,4,4,1,1,0,500000,223101508 +290123241,4,4,1,1,0,500000,223101508 +290123242,4,4,1,1,0,500000,223101508 +290123243,4,4,1,1,0,500000,223101508 +290123244,4,4,1,1,0,500000,223101508 +290123245,4,4,1,1,0,500000,223101508 +290123246,4,4,1,1,0,500000,223101508 +290123247,4,4,1,1,0,500000,223101508 +290123248,4,4,1,1,0,500000,223101508 +290123249,4,4,1,1,0,500000,223101508 +290123250,4,4,1,1,0,500000,223101508 +290123251,4,4,1,1,0,500000,223101508 +290123252,4,4,1,1,0,500000,223101508 +290123253,4,4,1,1,0,500000,223101508 +290123254,4,4,1,1,0,500000,223101508 +290123255,4,4,1,1,0,500000,223101508 +290123256,4,4,1,1,0,500000,223101508 +290123257,4,4,1,1,0,500000,223101508 +290123258,4,4,1,1,0,500000,223101508 +290123259,4,4,1,1,0,500000,223101508 +290123260,4,4,1,1,0,500000,223101508 +290123261,4,4,1,1,0,500000,223101508 +290123262,4,4,1,1,0,500000,223101508 +290123263,4,4,1,1,0,500000,223101508 +290123264,4,4,1,1,0,500000,223101508 +290123265,4,4,1,1,0,500000,223101508 +290123266,4,4,1,1,0,500000,223101508 +290123267,4,4,1,1,0,500000,223101508 +290123268,4,4,1,1,0,500000,223101508 +290123269,4,4,1,1,0,500000,223101508 +290123270,4,4,1,1,0,500000,223101508 +290123271,4,4,1,1,0,500000,223101508 +290123272,4,4,1,1,0,500000,223101508 +290123273,4,4,1,1,0,500000,223101508 +290123274,4,4,1,1,0,500000,223101508 +290123275,4,4,1,1,0,500000,223101508 +290123276,4,4,1,1,0,500000,223101508 +290123277,4,4,1,1,0,500000,223101508 +290123278,4,4,1,1,0,500000,223101508 +290123279,4,4,1,1,0,500000,223101508 +290123280,4,4,1,1,0,500000,223101508 +290123281,4,4,1,1,0,500000,223101508 +290123282,4,4,1,1,0,500000,223101508 +290123283,4,4,1,1,0,500000,223101508 +290123284,4,4,1,1,0,500000,223101508 +290123285,4,4,1,1,0,500000,223101508 +290123286,4,4,1,1,0,500000,223101508 +290123287,4,4,1,1,0,500000,223101508 +290123288,4,4,1,1,0,500000,223101508 +290123289,4,4,1,1,0,500000,223101508 +290123290,4,4,1,1,0,500000,223101508 +290123291,4,4,1,1,0,500000,223101508 +290123292,4,4,1,1,0,500000,223101508 +290123293,4,4,1,1,0,500000,223101508 +290123294,4,4,1,1,0,500000,223101508 +290123295,4,4,1,1,0,500000,223101508 +290123296,4,4,1,1,0,500000,223101508 +290123297,4,4,1,1,0,500000,223101508 +290123298,4,4,1,1,0,500000,223101508 +290123299,4,4,1,1,0,500000,223101508 +290123300,4,4,1,1,0,500000,223101508 +290123301,4,4,1,1,0,500000,223101508 +290123302,4,4,1,1,0,500000,223101508 +290123303,4,4,1,1,0,500000,223101508 +290123304,4,4,1,1,0,500000,223101508 +290123305,4,4,1,1,0,500000,223101508 +290123306,4,4,1,1,0,500000,223101508 +290123307,4,4,1,1,0,500000,223101508 +290123308,4,4,1,1,0,500000,223101508 +290123309,4,4,1,1,0,500000,223101508 +290123310,4,4,1,1,0,500000,223101508 +290123311,4,4,1,1,0,500000,223101508 +290123312,4,4,1,1,0,500000,223101508 +290125001,1,8,1,4001211,0,1,223103104 +290125002,1,8,1,4001212,0,1,223103104 +290125003,1,8,1,4001213,0,1,223103104 +290125004,1,8,1,4001214,0,1,223103104 +290125005,1,8,1,4001215,0,1,223103104 +290125006,1,8,1,4001216,0,1,223103104 +290125007,1,8,1,4001217,0,1,223103104 +290125008,1,8,1,4001218,0,1,223103104 +290125009,1,8,1,4001219,0,1,223103104 +290125010,1,8,1,4001220,0,1,223103104 +290125011,1,8,1,4001221,0,1,223103104 +290125012,1,8,1,4001222,0,1,223103104 +290125013,1,8,1,4001223,0,1,223103104 +290125014,1,8,1,4001224,0,1,223103104 +290125015,1,8,1,4001225,0,1,223103104 +290125016,1,8,1,4001226,0,1,223103104 +290125017,1,8,1,4001227,0,1,223103104 +290125018,1,8,1,4001228,0,1,223103104 +290125019,1,8,1,4001229,0,1,223103104 +290125020,1,8,1,4001230,0,1,223103104 +290125021,1,8,1,4001231,0,1,223103104 +290125022,1,8,1,4001232,0,1,223103104 +290125023,1,8,1,4001233,0,1,223103104 +290125024,1,8,1,4001234,0,1,223103104 +290125025,1,8,1,4001235,0,1,223103104 +290125026,1,8,1,4001236,0,1,223103104 +290125027,1,8,1,4001237,0,1,223103104 +290125028,1,8,1,4001238,0,1,223103104 +290125029,1,8,1,4001239,0,1,223103104 +290125030,1,8,1,4001240,0,1,223103104 +290125031,1,8,1,4001241,0,1,223103104 +290125032,1,8,1,4001242,0,1,223103104 +290125033,1,8,1,4001243,0,1,223103104 +290125034,1,8,1,4001244,0,1,223103104 +290125035,1,8,1,4001245,0,1,223103104 +290125036,1,8,1,4001246,0,1,223103104 +290125037,1,8,1,4001247,0,1,223103104 +290125038,1,8,1,4001248,0,1,223103104 +290125039,1,8,1,4001249,0,1,223103104 +290125040,1,8,1,4001250,0,1,223103104 +290125041,1,8,1,4001251,0,1,223103104 +290125042,1,8,1,4001252,0,1,223103104 +290125043,1,8,1,4001253,0,1,223103104 +290125044,1,8,1,4001254,0,1,223103104 +290125045,1,8,1,4001255,0,1,223103104 +290125046,1,8,1,4001256,0,1,223103104 +290125047,1,8,1,4001257,0,1,223103104 +290125048,1,8,1,4001258,0,1,223103104 +290125049,1,8,1,4001259,0,1,223103104 +290125050,1,8,1,4001260,0,1,223103104 +290125051,1,8,1,4001261,0,1,223103104 +290125052,1,8,1,4001262,0,1,223103104 +290125053,1,8,1,4001263,0,1,223103104 +290125054,1,8,1,4001264,0,1,223103104 +290125055,1,8,1,4001265,0,1,223103104 +290125056,1,8,1,4001266,0,1,223103104 +290125057,1,8,1,4001267,0,1,223103104 +290125058,1,8,1,4001268,0,1,223103104 +290125059,1,8,1,4001269,0,1,223103104 +290125060,1,8,1,4001270,0,1,223103104 +290125061,1,8,1,4001271,0,1,223103104 +290125062,1,8,1,4001272,0,1,223103104 +290125063,1,8,1,4001273,0,1,223103104 +290125064,1,8,1,4001274,0,1,223103104 +290125065,1,8,1,4001275,0,1,223103104 +290125066,1,8,1,4001276,0,1,223103104 +290125067,1,8,1,4001277,0,1,223103104 +290125068,1,8,1,4001278,0,1,223103104 +290125069,1,8,1,4001279,0,1,223103104 +290125070,1,8,1,4001280,0,1,223103104 +290125071,1,8,1,4001281,0,1,223103104 +290125072,1,8,1,4001282,0,1,223103104 +290125073,1,8,1,4001283,0,1,223103104 +290125074,1,8,1,4001284,0,1,223103104 +290125075,1,8,1,4001285,0,1,223103104 +290125076,1,8,1,4001286,0,1,223103104 +290125077,1,8,1,4001287,0,1,223103104 +290125078,1,8,1,4001288,0,1,223103104 +290125079,1,8,1,4001289,0,1,223103104 +290125080,1,8,1,4001290,0,1,223103104 +290125081,1,8,1,4001291,0,1,223103104 +290125082,1,8,1,4001292,0,1,223103104 +290125083,1,8,1,4001293,0,1,223103104 +290125084,1,8,1,4001294,0,1,223103104 +290125085,1,8,1,4001295,0,1,223103104 +290125086,1,8,1,4001296,0,1,223103104 +290125087,1,8,1,4001297,0,1,223103104 +290125088,1,8,1,4001298,0,1,223103104 +290125089,1,8,1,4001299,0,1,223103104 +290125090,1,8,1,4001300,0,1,223103104 +290125091,1,8,1,4001301,0,1,223103104 +290125092,1,8,1,4001302,0,1,223103104 +290125093,1,8,1,4001303,0,1,223103104 +290125094,1,8,1,4001304,0,1,223103104 +290125095,1,8,1,4001305,0,1,223103104 +290125096,1,8,1,4001306,0,1,223103104 +290125097,1,8,1,4001307,0,1,223103104 +290125098,1,8,1,4001308,0,1,223103104 +290125099,1,8,1,4001309,0,1,223103104 +290125100,1,8,1,4001310,0,1,223103104 +290125101,1,8,1,4001311,0,1,223103104 +290125102,1,8,1,4001312,0,1,223103104 +290125103,1,8,1,4001313,0,1,223103104 +290125104,1,8,1,4001314,0,1,223103104 +290125105,1,8,1,4001315,0,1,223103104 +290125106,1,8,1,4001316,0,1,223103104 +290125107,1,8,1,4001317,0,1,223103104 +290125108,1,8,1,4001318,0,1,223103104 +290125109,1,8,1,4001319,0,1,223103104 +290125110,1,8,1,4001320,0,1,223103104 +290125111,1,8,1,4001321,0,1,223103104 +290125112,1,8,1,4001322,0,1,223103104 +290125113,1,8,1,4001323,0,1,223103104 +290125114,1,8,1,4001324,0,1,223103104 +290125115,1,8,1,4001325,0,1,223103104 +290125116,1,8,1,4001326,0,1,223103104 +290125117,1,8,1,4001327,0,1,223103104 +290125001,2,1,1,0,0,300,223103104 +290125002,2,1,1,0,0,300,223103104 +290125003,2,1,1,0,0,300,223103104 +290125004,2,1,1,0,0,300,223103104 +290125005,2,1,1,0,0,300,223103104 +290125006,2,1,1,0,0,300,223103104 +290125007,2,1,1,0,0,300,223103104 +290125008,2,1,1,0,0,300,223103104 +290125009,2,1,1,0,0,300,223103104 +290125010,2,1,1,0,0,300,223103104 +290125011,2,1,1,0,0,300,223103104 +290125012,2,1,1,0,0,300,223103104 +290125013,2,1,1,0,0,300,223103104 +290125014,2,1,1,0,0,300,223103104 +290125015,2,1,1,0,0,300,223103104 +290125016,2,1,1,0,0,300,223103104 +290125017,2,1,1,0,0,300,223103104 +290125018,2,1,1,0,0,300,223103104 +290125019,2,1,1,0,0,300,223103104 +290125020,2,1,1,0,0,300,223103104 +290125021,2,1,1,0,0,300,223103104 +290125022,2,1,1,0,0,300,223103104 +290125023,2,1,1,0,0,300,223103104 +290125024,2,1,1,0,0,300,223103104 +290125025,2,1,1,0,0,300,223103104 +290125026,2,1,1,0,0,300,223103104 +290125027,2,1,1,0,0,300,223103104 +290125028,2,1,1,0,0,300,223103104 +290125029,2,1,1,0,0,300,223103104 +290125030,2,1,1,0,0,300,223103104 +290125031,2,1,1,0,0,300,223103104 +290125032,2,1,1,0,0,300,223103104 +290125033,2,1,1,0,0,300,223103104 +290125034,2,1,1,0,0,300,223103104 +290125035,2,1,1,0,0,300,223103104 +290125036,2,1,1,0,0,300,223103104 +290125037,2,1,1,0,0,300,223103104 +290125038,2,1,1,0,0,300,223103104 +290125039,2,1,1,0,0,300,223103104 +290125040,2,1,1,0,0,250,223103104 +290125041,2,1,1,0,0,250,223103104 +290125042,2,1,1,0,0,250,223103104 +290125043,2,1,1,0,0,250,223103104 +290125044,2,1,1,0,0,250,223103104 +290125045,2,1,1,0,0,250,223103104 +290125046,2,1,1,0,0,250,223103104 +290125047,2,1,1,0,0,250,223103104 +290125048,2,1,1,0,0,250,223103104 +290125049,2,1,1,0,0,250,223103104 +290125050,2,1,1,0,0,250,223103104 +290125051,2,1,1,0,0,250,223103104 +290125052,2,1,1,0,0,250,223103104 +290125053,2,1,1,0,0,250,223103104 +290125054,2,1,1,0,0,250,223103104 +290125055,2,1,1,0,0,250,223103104 +290125056,2,1,1,0,0,250,223103104 +290125057,2,1,1,0,0,250,223103104 +290125058,2,1,1,0,0,250,223103104 +290125059,2,1,1,0,0,250,223103104 +290125060,2,1,1,0,0,250,223103104 +290125061,2,1,1,0,0,250,223103104 +290125062,2,1,1,0,0,250,223103104 +290125063,2,1,1,0,0,250,223103104 +290125064,2,1,1,0,0,250,223103104 +290125065,2,1,1,0,0,250,223103104 +290125066,2,1,1,0,0,250,223103104 +290125067,2,1,1,0,0,250,223103104 +290125068,2,1,1,0,0,250,223103104 +290125069,2,1,1,0,0,250,223103104 +290125070,2,1,1,0,0,250,223103104 +290125071,2,1,1,0,0,250,223103104 +290125072,2,1,1,0,0,250,223103104 +290125073,2,1,1,0,0,250,223103104 +290125074,2,1,1,0,0,250,223103104 +290125075,2,1,1,0,0,250,223103104 +290125076,2,1,1,0,0,250,223103104 +290125077,2,1,1,0,0,250,223103104 +290125078,2,1,1,0,0,250,223103104 +290125079,2,1,1,0,0,200,223103104 +290125080,2,1,1,0,0,200,223103104 +290125081,2,1,1,0,0,200,223103104 +290125082,2,1,1,0,0,200,223103104 +290125083,2,1,1,0,0,200,223103104 +290125084,2,1,1,0,0,200,223103104 +290125085,2,1,1,0,0,200,223103104 +290125086,2,1,1,0,0,200,223103104 +290125087,2,1,1,0,0,200,223103104 +290125088,2,1,1,0,0,200,223103104 +290125089,2,1,1,0,0,200,223103104 +290125090,2,1,1,0,0,200,223103104 +290125091,2,1,1,0,0,200,223103104 +290125092,2,1,1,0,0,200,223103104 +290125093,2,1,1,0,0,200,223103104 +290125094,2,1,1,0,0,200,223103104 +290125095,2,1,1,0,0,200,223103104 +290125096,2,1,1,0,0,200,223103104 +290125097,2,1,1,0,0,200,223103104 +290125098,2,1,1,0,0,200,223103104 +290125099,2,1,1,0,0,200,223103104 +290125100,2,1,1,0,0,200,223103104 +290125101,2,1,1,0,0,200,223103104 +290125102,2,1,1,0,0,200,223103104 +290125103,2,1,1,0,0,200,223103104 +290125104,2,1,1,0,0,200,223103104 +290125105,2,1,1,0,0,200,223103104 +290125106,2,1,1,0,0,200,223103104 +290125107,2,1,1,0,0,200,223103104 +290125108,2,1,1,0,0,200,223103104 +290125109,2,1,1,0,0,200,223103104 +290125110,2,1,1,0,0,200,223103104 +290125111,2,1,1,0,0,200,223103104 +290125112,2,1,1,0,0,200,223103104 +290125113,2,1,1,0,0,200,223103104 +290125114,2,1,1,0,0,200,223103104 +290125115,2,1,1,0,0,200,223103104 +290125116,2,1,1,0,0,200,223103104 +290125117,2,1,1,0,0,200,223103104 +290125118,2,1,1,0,0,200,223103104 +290125119,2,1,1,0,0,200,223103104 +290125120,2,1,1,0,0,200,223103104 +290125121,2,1,1,0,0,200,223103104 +290125122,2,1,1,0,0,200,223103104 +290125123,2,1,1,0,0,200,223103104 +290125124,2,1,1,0,0,200,223103104 +290125125,2,1,1,0,0,200,223103104 +290125126,2,1,1,0,0,200,223103104 +290125127,2,1,1,0,0,200,223103104 +290125128,2,1,1,0,0,200,223103104 +290125129,2,1,1,0,0,200,223103104 +290125130,2,1,1,0,0,200,223103104 +290125131,2,1,1,0,0,200,223103104 +290125132,2,1,1,0,0,200,223103104 +290125133,2,1,1,0,0,200,223103104 +290125134,2,1,1,0,0,200,223103104 +290125135,2,1,1,0,0,200,223103104 +290125136,2,1,1,0,0,200,223103104 +290125137,2,1,1,0,0,200,223103104 +290125138,2,1,1,0,0,200,223103104 +290125139,2,1,1,0,0,200,223103104 +290125140,2,1,1,0,0,200,223103104 +290125141,2,1,1,0,0,200,223103104 +290125142,2,1,1,0,0,200,223103104 +290125143,2,1,1,0,0,200,223103104 +290125144,2,1,1,0,0,200,223103104 +290125145,2,1,1,0,0,200,223103104 +290125146,2,1,1,0,0,200,223103104 +290125147,2,1,1,0,0,200,223103104 +290125148,2,1,1,0,0,200,223103104 +290125149,2,1,1,0,0,200,223103104 +290125150,2,1,1,0,0,200,223103104 +290125151,2,1,1,0,0,200,223103104 +290125152,2,1,1,0,0,200,223103104 +290125153,2,1,1,0,0,200,223103104 +290125154,2,1,1,0,0,200,223103104 +290125155,2,1,1,0,0,200,223103104 +290125156,2,1,1,0,0,200,223103104 +290125001,3,3,1,16005003,0,150,223103104 +290125002,3,3,1,16005003,0,150,223103104 +290125003,3,3,1,16005003,0,150,223103104 +290125004,3,3,1,16005003,0,150,223103104 +290125005,3,3,1,16005003,0,150,223103104 +290125006,3,3,1,16005003,0,150,223103104 +290125007,3,3,1,16005003,0,150,223103104 +290125008,3,3,1,16005003,0,150,223103104 +290125009,3,3,1,16005003,0,150,223103104 +290125010,3,3,1,16005003,0,150,223103104 +290125011,3,3,1,16005003,0,150,223103104 +290125012,3,3,1,16005003,0,150,223103104 +290125013,3,3,1,16005003,0,150,223103104 +290125014,3,3,1,16005003,0,150,223103104 +290125015,3,3,1,16005003,0,150,223103104 +290125016,3,3,1,16005003,0,150,223103104 +290125017,3,3,1,16005003,0,150,223103104 +290125018,3,3,1,16005003,0,150,223103104 +290125019,3,3,1,16005003,0,150,223103104 +290125020,3,3,1,16005003,0,150,223103104 +290125021,3,3,1,16005003,0,150,223103104 +290125022,3,3,1,16005003,0,150,223103104 +290125023,3,3,1,16005003,0,150,223103104 +290125024,3,3,1,16005003,0,150,223103104 +290125025,3,3,1,16005003,0,150,223103104 +290125026,3,3,1,16005003,0,150,223103104 +290125027,3,3,1,16005003,0,150,223103104 +290125028,3,3,1,16005003,0,150,223103104 +290125029,3,3,1,16005003,0,150,223103104 +290125030,3,3,1,16005003,0,150,223103104 +290125031,3,3,1,16005003,0,150,223103104 +290125032,3,3,1,16005003,0,150,223103104 +290125033,3,3,1,16005003,0,150,223103104 +290125034,3,3,1,16005003,0,150,223103104 +290125035,3,3,1,16005003,0,150,223103104 +290125036,3,3,1,16005003,0,150,223103104 +290125037,3,3,1,16005003,0,150,223103104 +290125038,3,3,1,16005003,0,150,223103104 +290125039,3,3,1,16005003,0,150,223103104 +290125040,3,3,1,16005003,0,100,223103104 +290125041,3,3,1,16005003,0,100,223103104 +290125042,3,3,1,16005003,0,100,223103104 +290125043,3,3,1,16005003,0,100,223103104 +290125044,3,3,1,16005003,0,100,223103104 +290125045,3,3,1,16005003,0,100,223103104 +290125046,3,3,1,16005003,0,100,223103104 +290125047,3,3,1,16005003,0,100,223103104 +290125048,3,3,1,16005003,0,100,223103104 +290125049,3,3,1,16005003,0,100,223103104 +290125050,3,3,1,16005003,0,100,223103104 +290125051,3,3,1,16005003,0,100,223103104 +290125052,3,3,1,16005003,0,100,223103104 +290125053,3,3,1,16005003,0,100,223103104 +290125054,3,3,1,16005003,0,100,223103104 +290125055,3,3,1,16005003,0,100,223103104 +290125056,3,3,1,16005003,0,100,223103104 +290125057,3,3,1,16005003,0,100,223103104 +290125058,3,3,1,16005003,0,100,223103104 +290125059,3,3,1,16005003,0,100,223103104 +290125060,3,3,1,16005003,0,100,223103104 +290125061,3,3,1,16005003,0,100,223103104 +290125062,3,3,1,16005003,0,100,223103104 +290125063,3,3,1,16005003,0,100,223103104 +290125064,3,3,1,16005003,0,100,223103104 +290125065,3,3,1,16005003,0,100,223103104 +290125066,3,3,1,16005003,0,100,223103104 +290125067,3,3,1,16005003,0,100,223103104 +290125068,3,3,1,16005003,0,100,223103104 +290125069,3,3,1,16005003,0,100,223103104 +290125070,3,3,1,16005003,0,100,223103104 +290125071,3,3,1,16005003,0,100,223103104 +290125072,3,3,1,16005003,0,100,223103104 +290125073,3,3,1,16005003,0,100,223103104 +290125074,3,3,1,16005003,0,100,223103104 +290125075,3,3,1,16005003,0,100,223103104 +290125076,3,3,1,16005003,0,100,223103104 +290125077,3,3,1,16005003,0,100,223103104 +290125078,3,3,1,16005003,0,100,223103104 +290125079,3,3,1,16005003,0,75,223103104 +290125080,3,3,1,16005003,0,75,223103104 +290125081,3,3,1,16005003,0,75,223103104 +290125082,3,3,1,16005003,0,75,223103104 +290125083,3,3,1,16005003,0,75,223103104 +290125084,3,3,1,16005003,0,75,223103104 +290125085,3,3,1,16005003,0,75,223103104 +290125086,3,3,1,16005003,0,75,223103104 +290125087,3,3,1,16005003,0,75,223103104 +290125088,3,3,1,16005003,0,75,223103104 +290125089,3,3,1,16005003,0,75,223103104 +290125090,3,3,1,16005003,0,75,223103104 +290125091,3,3,1,16005003,0,75,223103104 +290125092,3,3,1,16005003,0,75,223103104 +290125093,3,3,1,16005003,0,75,223103104 +290125094,3,3,1,16005003,0,75,223103104 +290125095,3,3,1,16005003,0,75,223103104 +290125096,3,3,1,16005003,0,75,223103104 +290125097,3,3,1,16005003,0,75,223103104 +290125098,3,3,1,16005003,0,75,223103104 +290125099,3,3,1,16005003,0,75,223103104 +290125100,3,3,1,16005003,0,75,223103104 +290125101,3,3,1,16005003,0,75,223103104 +290125102,3,3,1,16005003,0,75,223103104 +290125103,3,3,1,16005003,0,75,223103104 +290125104,3,3,1,16005003,0,75,223103104 +290125105,3,3,1,16005003,0,75,223103104 +290125106,3,3,1,16005003,0,75,223103104 +290125107,3,3,1,16005003,0,75,223103104 +290125108,3,3,1,16005003,0,75,223103104 +290125109,3,3,1,16005003,0,75,223103104 +290125110,3,3,1,16005003,0,75,223103104 +290125111,3,3,1,16005003,0,75,223103104 +290125112,3,3,1,16005003,0,75,223103104 +290125113,3,3,1,16005003,0,75,223103104 +290125114,3,3,1,16005003,0,75,223103104 +290125115,3,3,1,16005003,0,75,223103104 +290125116,3,3,1,16005003,0,75,223103104 +290125117,3,3,1,16005003,0,75,223103104 +290125118,3,3,1,16005003,0,75,223103104 +290125119,3,3,1,16005003,0,75,223103104 +290125120,3,3,1,16005003,0,75,223103104 +290125121,3,3,1,16005003,0,75,223103104 +290125122,3,3,1,16005003,0,75,223103104 +290125123,3,3,1,16005003,0,75,223103104 +290125124,3,3,1,16005003,0,75,223103104 +290125125,3,3,1,16005003,0,75,223103104 +290125126,3,3,1,16005003,0,75,223103104 +290125127,3,3,1,16005003,0,75,223103104 +290125128,3,3,1,16005003,0,75,223103104 +290125129,3,3,1,16005003,0,75,223103104 +290125130,3,3,1,16005003,0,75,223103104 +290125131,3,3,1,16005003,0,75,223103104 +290125132,3,3,1,16005003,0,75,223103104 +290125133,3,3,1,16005003,0,75,223103104 +290125134,3,3,1,16005003,0,75,223103104 +290125135,3,3,1,16005003,0,75,223103104 +290125136,3,3,1,16005003,0,75,223103104 +290125137,3,3,1,16005003,0,75,223103104 +290125138,3,3,1,16005003,0,75,223103104 +290125139,3,3,1,16005003,0,75,223103104 +290125140,3,3,1,16005003,0,75,223103104 +290125141,3,3,1,16005003,0,75,223103104 +290125142,3,3,1,16005003,0,75,223103104 +290125143,3,3,1,16005003,0,75,223103104 +290125144,3,3,1,16005003,0,75,223103104 +290125145,3,3,1,16005003,0,75,223103104 +290125146,3,3,1,16005003,0,75,223103104 +290125147,3,3,1,16005003,0,75,223103104 +290125148,3,3,1,16005003,0,75,223103104 +290125149,3,3,1,16005003,0,75,223103104 +290125150,3,3,1,16005003,0,75,223103104 +290125151,3,3,1,16005003,0,75,223103104 +290125152,3,3,1,16005003,0,75,223103104 +290125153,3,3,1,16005003,0,75,223103104 +290125154,3,3,1,16005003,0,75,223103104 +290125155,3,3,1,16005003,0,75,223103104 +290125156,3,3,1,16005003,0,75,223103104 +290125001,4,4,1,1,0,1000000,223103104 +290125002,4,4,1,1,0,1000000,223103104 +290125003,4,4,1,1,0,1000000,223103104 +290125004,4,4,1,1,0,1000000,223103104 +290125005,4,4,1,1,0,1000000,223103104 +290125006,4,4,1,1,0,1000000,223103104 +290125007,4,4,1,1,0,1000000,223103104 +290125008,4,4,1,1,0,1000000,223103104 +290125009,4,4,1,1,0,1000000,223103104 +290125010,4,4,1,1,0,1000000,223103104 +290125011,4,4,1,1,0,1000000,223103104 +290125012,4,4,1,1,0,1000000,223103104 +290125013,4,4,1,1,0,1000000,223103104 +290125014,4,4,1,1,0,1000000,223103104 +290125015,4,4,1,1,0,1000000,223103104 +290125016,4,4,1,1,0,1000000,223103104 +290125017,4,4,1,1,0,1000000,223103104 +290125018,4,4,1,1,0,1000000,223103104 +290125019,4,4,1,1,0,1000000,223103104 +290125020,4,4,1,1,0,1000000,223103104 +290125021,4,4,1,1,0,1000000,223103104 +290125022,4,4,1,1,0,1000000,223103104 +290125023,4,4,1,1,0,1000000,223103104 +290125024,4,4,1,1,0,1000000,223103104 +290125025,4,4,1,1,0,1000000,223103104 +290125026,4,4,1,1,0,1000000,223103104 +290125027,4,4,1,1,0,1000000,223103104 +290125028,4,4,1,1,0,1000000,223103104 +290125029,4,4,1,1,0,1000000,223103104 +290125030,4,4,1,1,0,1000000,223103104 +290125031,4,4,1,1,0,1000000,223103104 +290125032,4,4,1,1,0,1000000,223103104 +290125033,4,4,1,1,0,1000000,223103104 +290125034,4,4,1,1,0,1000000,223103104 +290125035,4,4,1,1,0,1000000,223103104 +290125036,4,4,1,1,0,1000000,223103104 +290125037,4,4,1,1,0,1000000,223103104 +290125038,4,4,1,1,0,1000000,223103104 +290125039,4,4,1,1,0,1000000,223103104 +290125040,4,4,1,1,0,750000,223103104 +290125041,4,4,1,1,0,750000,223103104 +290125042,4,4,1,1,0,750000,223103104 +290125043,4,4,1,1,0,750000,223103104 +290125044,4,4,1,1,0,750000,223103104 +290125045,4,4,1,1,0,750000,223103104 +290125046,4,4,1,1,0,750000,223103104 +290125047,4,4,1,1,0,750000,223103104 +290125048,4,4,1,1,0,750000,223103104 +290125049,4,4,1,1,0,750000,223103104 +290125050,4,4,1,1,0,750000,223103104 +290125051,4,4,1,1,0,750000,223103104 +290125052,4,4,1,1,0,750000,223103104 +290125053,4,4,1,1,0,750000,223103104 +290125054,4,4,1,1,0,750000,223103104 +290125055,4,4,1,1,0,750000,223103104 +290125056,4,4,1,1,0,750000,223103104 +290125057,4,4,1,1,0,750000,223103104 +290125058,4,4,1,1,0,750000,223103104 +290125059,4,4,1,1,0,750000,223103104 +290125060,4,4,1,1,0,750000,223103104 +290125061,4,4,1,1,0,750000,223103104 +290125062,4,4,1,1,0,750000,223103104 +290125063,4,4,1,1,0,750000,223103104 +290125064,4,4,1,1,0,750000,223103104 +290125065,4,4,1,1,0,750000,223103104 +290125066,4,4,1,1,0,750000,223103104 +290125067,4,4,1,1,0,750000,223103104 +290125068,4,4,1,1,0,750000,223103104 +290125069,4,4,1,1,0,750000,223103104 +290125070,4,4,1,1,0,750000,223103104 +290125071,4,4,1,1,0,750000,223103104 +290125072,4,4,1,1,0,750000,223103104 +290125073,4,4,1,1,0,750000,223103104 +290125074,4,4,1,1,0,750000,223103104 +290125075,4,4,1,1,0,750000,223103104 +290125076,4,4,1,1,0,750000,223103104 +290125077,4,4,1,1,0,750000,223103104 +290125078,4,4,1,1,0,750000,223103104 +290125079,4,4,1,1,0,500000,223103104 +290125080,4,4,1,1,0,500000,223103104 +290125081,4,4,1,1,0,500000,223103104 +290125082,4,4,1,1,0,500000,223103104 +290125083,4,4,1,1,0,500000,223103104 +290125084,4,4,1,1,0,500000,223103104 +290125085,4,4,1,1,0,500000,223103104 +290125086,4,4,1,1,0,500000,223103104 +290125087,4,4,1,1,0,500000,223103104 +290125088,4,4,1,1,0,500000,223103104 +290125089,4,4,1,1,0,500000,223103104 +290125090,4,4,1,1,0,500000,223103104 +290125091,4,4,1,1,0,500000,223103104 +290125092,4,4,1,1,0,500000,223103104 +290125093,4,4,1,1,0,500000,223103104 +290125094,4,4,1,1,0,500000,223103104 +290125095,4,4,1,1,0,500000,223103104 +290125096,4,4,1,1,0,500000,223103104 +290125097,4,4,1,1,0,500000,223103104 +290125098,4,4,1,1,0,500000,223103104 +290125099,4,4,1,1,0,500000,223103104 +290125100,4,4,1,1,0,500000,223103104 +290125101,4,4,1,1,0,500000,223103104 +290125102,4,4,1,1,0,500000,223103104 +290125103,4,4,1,1,0,500000,223103104 +290125104,4,4,1,1,0,500000,223103104 +290125105,4,4,1,1,0,500000,223103104 +290125106,4,4,1,1,0,500000,223103104 +290125107,4,4,1,1,0,500000,223103104 +290125108,4,4,1,1,0,500000,223103104 +290125109,4,4,1,1,0,500000,223103104 +290125110,4,4,1,1,0,500000,223103104 +290125111,4,4,1,1,0,500000,223103104 +290125112,4,4,1,1,0,500000,223103104 +290125113,4,4,1,1,0,500000,223103104 +290125114,4,4,1,1,0,500000,223103104 +290125115,4,4,1,1,0,500000,223103104 +290125116,4,4,1,1,0,500000,223103104 +290125117,4,4,1,1,0,500000,223103104 +290125118,4,4,1,1,0,500000,223103104 +290125119,4,4,1,1,0,500000,223103104 +290125120,4,4,1,1,0,500000,223103104 +290125121,4,4,1,1,0,500000,223103104 +290125122,4,4,1,1,0,500000,223103104 +290125123,4,4,1,1,0,500000,223103104 +290125124,4,4,1,1,0,500000,223103104 +290125125,4,4,1,1,0,500000,223103104 +290125126,4,4,1,1,0,500000,223103104 +290125127,4,4,1,1,0,500000,223103104 +290125128,4,4,1,1,0,500000,223103104 +290125129,4,4,1,1,0,500000,223103104 +290125130,4,4,1,1,0,500000,223103104 +290125131,4,4,1,1,0,500000,223103104 +290125132,4,4,1,1,0,500000,223103104 +290125133,4,4,1,1,0,500000,223103104 +290125134,4,4,1,1,0,500000,223103104 +290125135,4,4,1,1,0,500000,223103104 +290125136,4,4,1,1,0,500000,223103104 +290125137,4,4,1,1,0,500000,223103104 +290125138,4,4,1,1,0,500000,223103104 +290125139,4,4,1,1,0,500000,223103104 +290125140,4,4,1,1,0,500000,223103104 +290125141,4,4,1,1,0,500000,223103104 +290125142,4,4,1,1,0,500000,223103104 +290125143,4,4,1,1,0,500000,223103104 +290125144,4,4,1,1,0,500000,223103104 +290125145,4,4,1,1,0,500000,223103104 +290125146,4,4,1,1,0,500000,223103104 +290125147,4,4,1,1,0,500000,223103104 +290125148,4,4,1,1,0,500000,223103104 +290125149,4,4,1,1,0,500000,223103104 +290125150,4,4,1,1,0,500000,223103104 +290125151,4,4,1,1,0,500000,223103104 +290125152,4,4,1,1,0,500000,223103104 +290125153,4,4,1,1,0,500000,223103104 +290125154,4,4,1,1,0,500000,223103104 +290125155,4,4,1,1,0,500000,223103104 +290125156,4,4,1,1,0,500000,223103104 +290129001,1,8,1,4001328,0,1,223113004 +290129002,1,8,1,4001329,0,1,223113004 +290129003,1,8,1,4001330,0,1,223113004 +290129004,1,8,1,4001331,0,1,223113004 +290129005,1,8,1,4001332,0,1,223113004 +290129006,1,8,1,4001333,0,1,223113004 +290129007,1,8,1,4001334,0,1,223113004 +290129008,1,8,1,4001335,0,1,223113004 +290129009,1,8,1,4001336,0,1,223113004 +290129010,1,8,1,4001337,0,1,223113004 +290129011,1,8,1,4001338,0,1,223113004 +290129012,1,8,1,4001339,0,1,223113004 +290129013,1,8,1,4001340,0,1,223113004 +290129014,1,8,1,4001341,0,1,223113004 +290129015,1,8,1,4001342,0,1,223113004 +290129016,1,8,1,4001343,0,1,223113004 +290129017,1,8,1,4001344,0,1,223113004 +290129018,1,8,1,4001345,0,1,223113004 +290129019,1,8,1,4001346,0,1,223113004 +290129020,1,8,1,4001347,0,1,223113004 +290129021,1,8,1,4001348,0,1,223113004 +290129022,1,8,1,4001349,0,1,223113004 +290129023,1,8,1,4001350,0,1,223113004 +290129024,1,8,1,4001351,0,1,223113004 +290129025,1,8,1,4001352,0,1,223113004 +290129026,1,8,1,4001353,0,1,223113004 +290129027,1,8,1,4001354,0,1,223113004 +290129028,1,8,1,4001355,0,1,223113004 +290129029,1,8,1,4001356,0,1,223113004 +290129030,1,8,1,4001357,0,1,223113004 +290129031,1,8,1,4001358,0,1,223113004 +290129032,1,8,1,4001359,0,1,223113004 +290129033,1,8,1,4001360,0,1,223113004 +290129034,1,8,1,4001361,0,1,223113004 +290129035,1,8,1,4001362,0,1,223113004 +290129036,1,8,1,4001363,0,1,223113004 +290129037,1,8,1,4001364,0,1,223113004 +290129038,1,8,1,4001365,0,1,223113004 +290129039,1,8,1,4001366,0,1,223113004 +290129040,1,8,1,4001367,0,1,223113004 +290129041,1,8,1,4001368,0,1,223113004 +290129042,1,8,1,4001369,0,1,223113004 +290129043,1,8,1,4001370,0,1,223113004 +290129044,1,8,1,4001371,0,1,223113004 +290129045,1,8,1,4001372,0,1,223113004 +290129046,1,8,1,4001373,0,1,223113004 +290129047,1,8,1,4001374,0,1,223113004 +290129048,1,8,1,4001375,0,1,223113004 +290129049,1,8,1,4001376,0,1,223113004 +290129050,1,8,1,4001377,0,1,223113004 +290129051,1,8,1,4001378,0,1,223113004 +290129052,1,8,1,4001379,0,1,223113004 +290129053,1,8,1,4001380,0,1,223113004 +290129054,1,8,1,4001381,0,1,223113004 +290129055,1,8,1,4001382,0,1,223113004 +290129056,1,8,1,4001383,0,1,223113004 +290129057,1,8,1,4001384,0,1,223113004 +290129058,1,8,1,4001385,0,1,223113004 +290129059,1,8,1,4001386,0,1,223113004 +290129060,1,8,1,4001387,0,1,223113004 +290129061,1,8,1,4001388,0,1,223113004 +290129062,1,8,1,4001389,0,1,223113004 +290129063,1,8,1,4001390,0,1,223113004 +290129064,1,8,1,4001391,0,1,223113004 +290129065,1,8,1,4001392,0,1,223113004 +290129066,1,8,1,4001393,0,1,223113004 +290129067,1,8,1,4001394,0,1,223113004 +290129068,1,8,1,4001395,0,1,223113004 +290129069,1,8,1,4001396,0,1,223113004 +290129070,1,8,1,4001397,0,1,223113004 +290129071,1,8,1,4001398,0,1,223113004 +290129072,1,8,1,4001399,0,1,223113004 +290129073,1,8,1,4001400,0,1,223113004 +290129074,1,8,1,4001401,0,1,223113004 +290129075,1,8,1,4001402,0,1,223113004 +290129076,1,8,1,4001403,0,1,223113004 +290129077,1,8,1,4001404,0,1,223113004 +290129078,1,8,1,4001405,0,1,223113004 +290129079,1,8,1,4001406,0,1,223113004 +290129080,1,8,1,4001407,0,1,223113004 +290129081,1,8,1,4001408,0,1,223113004 +290129082,1,8,1,4001409,0,1,223113004 +290129083,1,8,1,4001410,0,1,223113004 +290129084,1,8,1,4001411,0,1,223113004 +290129085,1,8,1,4001412,0,1,223113004 +290129086,1,8,1,4001413,0,1,223113004 +290129087,1,8,1,4001414,0,1,223113004 +290129088,1,8,1,4001415,0,1,223113004 +290129089,1,8,1,4001416,0,1,223113004 +290129090,1,8,1,4001417,0,1,223113004 +290129091,1,8,1,4001418,0,1,223113004 +290129092,1,8,1,4001419,0,1,223113004 +290129093,1,8,1,4001420,0,1,223113004 +290129094,1,8,1,4001421,0,1,223113004 +290129095,1,8,1,4001422,0,1,223113004 +290129096,1,8,1,4001423,0,1,223113004 +290129097,1,8,1,4001424,0,1,223113004 +290129098,1,8,1,4001425,0,1,223113004 +290129099,1,8,1,4001426,0,1,223113004 +290129100,1,8,1,4001427,0,1,223113004 +290129101,1,8,1,4001428,0,1,223113004 +290129102,1,8,1,4001429,0,1,223113004 +290129103,1,8,1,4001430,0,1,223113004 +290129104,1,8,1,4001431,0,1,223113004 +290129105,1,8,1,4001432,0,1,223113004 +290129106,1,8,1,4001433,0,1,223113004 +290129107,1,8,1,4001434,0,1,223113004 +290129108,1,8,1,4001435,0,1,223113004 +290129109,1,8,1,4001436,0,1,223113004 +290129110,1,8,1,4001437,0,1,223113004 +290129111,1,8,1,4001438,0,1,223113004 +290129112,1,8,1,4001439,0,1,223113004 +290129113,1,8,1,4001440,0,1,223113004 +290129114,1,8,1,4001441,0,1,223113004 +290129115,1,8,1,4001442,0,1,223113004 +290129116,1,8,1,4001443,0,1,223113004 +290129117,1,8,1,4001444,0,1,223113004 +290129001,2,1,1,0,0,300,223113004 +290129002,2,1,1,0,0,300,223113004 +290129003,2,1,1,0,0,300,223113004 +290129004,2,1,1,0,0,300,223113004 +290129005,2,1,1,0,0,300,223113004 +290129006,2,1,1,0,0,300,223113004 +290129007,2,1,1,0,0,300,223113004 +290129008,2,1,1,0,0,300,223113004 +290129009,2,1,1,0,0,300,223113004 +290129010,2,1,1,0,0,300,223113004 +290129011,2,1,1,0,0,300,223113004 +290129012,2,1,1,0,0,300,223113004 +290129013,2,1,1,0,0,300,223113004 +290129014,2,1,1,0,0,300,223113004 +290129015,2,1,1,0,0,300,223113004 +290129016,2,1,1,0,0,300,223113004 +290129017,2,1,1,0,0,300,223113004 +290129018,2,1,1,0,0,300,223113004 +290129019,2,1,1,0,0,300,223113004 +290129020,2,1,1,0,0,300,223113004 +290129021,2,1,1,0,0,300,223113004 +290129022,2,1,1,0,0,300,223113004 +290129023,2,1,1,0,0,300,223113004 +290129024,2,1,1,0,0,300,223113004 +290129025,2,1,1,0,0,300,223113004 +290129026,2,1,1,0,0,300,223113004 +290129027,2,1,1,0,0,300,223113004 +290129028,2,1,1,0,0,300,223113004 +290129029,2,1,1,0,0,300,223113004 +290129030,2,1,1,0,0,300,223113004 +290129031,2,1,1,0,0,300,223113004 +290129032,2,1,1,0,0,300,223113004 +290129033,2,1,1,0,0,300,223113004 +290129034,2,1,1,0,0,300,223113004 +290129035,2,1,1,0,0,300,223113004 +290129036,2,1,1,0,0,300,223113004 +290129037,2,1,1,0,0,300,223113004 +290129038,2,1,1,0,0,300,223113004 +290129039,2,1,1,0,0,300,223113004 +290129040,2,1,1,0,0,250,223113004 +290129041,2,1,1,0,0,250,223113004 +290129042,2,1,1,0,0,250,223113004 +290129043,2,1,1,0,0,250,223113004 +290129044,2,1,1,0,0,250,223113004 +290129045,2,1,1,0,0,250,223113004 +290129046,2,1,1,0,0,250,223113004 +290129047,2,1,1,0,0,250,223113004 +290129048,2,1,1,0,0,250,223113004 +290129049,2,1,1,0,0,250,223113004 +290129050,2,1,1,0,0,250,223113004 +290129051,2,1,1,0,0,250,223113004 +290129052,2,1,1,0,0,250,223113004 +290129053,2,1,1,0,0,250,223113004 +290129054,2,1,1,0,0,250,223113004 +290129055,2,1,1,0,0,250,223113004 +290129056,2,1,1,0,0,250,223113004 +290129057,2,1,1,0,0,250,223113004 +290129058,2,1,1,0,0,250,223113004 +290129059,2,1,1,0,0,250,223113004 +290129060,2,1,1,0,0,250,223113004 +290129061,2,1,1,0,0,250,223113004 +290129062,2,1,1,0,0,250,223113004 +290129063,2,1,1,0,0,250,223113004 +290129064,2,1,1,0,0,250,223113004 +290129065,2,1,1,0,0,250,223113004 +290129066,2,1,1,0,0,250,223113004 +290129067,2,1,1,0,0,250,223113004 +290129068,2,1,1,0,0,250,223113004 +290129069,2,1,1,0,0,250,223113004 +290129070,2,1,1,0,0,250,223113004 +290129071,2,1,1,0,0,250,223113004 +290129072,2,1,1,0,0,250,223113004 +290129073,2,1,1,0,0,250,223113004 +290129074,2,1,1,0,0,250,223113004 +290129075,2,1,1,0,0,250,223113004 +290129076,2,1,1,0,0,250,223113004 +290129077,2,1,1,0,0,250,223113004 +290129078,2,1,1,0,0,250,223113004 +290129079,2,1,1,0,0,200,223113004 +290129080,2,1,1,0,0,200,223113004 +290129081,2,1,1,0,0,200,223113004 +290129082,2,1,1,0,0,200,223113004 +290129083,2,1,1,0,0,200,223113004 +290129084,2,1,1,0,0,200,223113004 +290129085,2,1,1,0,0,200,223113004 +290129086,2,1,1,0,0,200,223113004 +290129087,2,1,1,0,0,200,223113004 +290129088,2,1,1,0,0,200,223113004 +290129089,2,1,1,0,0,200,223113004 +290129090,2,1,1,0,0,200,223113004 +290129091,2,1,1,0,0,200,223113004 +290129092,2,1,1,0,0,200,223113004 +290129093,2,1,1,0,0,200,223113004 +290129094,2,1,1,0,0,200,223113004 +290129095,2,1,1,0,0,200,223113004 +290129096,2,1,1,0,0,200,223113004 +290129097,2,1,1,0,0,200,223113004 +290129098,2,1,1,0,0,200,223113004 +290129099,2,1,1,0,0,200,223113004 +290129100,2,1,1,0,0,200,223113004 +290129101,2,1,1,0,0,200,223113004 +290129102,2,1,1,0,0,200,223113004 +290129103,2,1,1,0,0,200,223113004 +290129104,2,1,1,0,0,200,223113004 +290129105,2,1,1,0,0,200,223113004 +290129106,2,1,1,0,0,200,223113004 +290129107,2,1,1,0,0,200,223113004 +290129108,2,1,1,0,0,200,223113004 +290129109,2,1,1,0,0,200,223113004 +290129110,2,1,1,0,0,200,223113004 +290129111,2,1,1,0,0,200,223113004 +290129112,2,1,1,0,0,200,223113004 +290129113,2,1,1,0,0,200,223113004 +290129114,2,1,1,0,0,200,223113004 +290129115,2,1,1,0,0,200,223113004 +290129116,2,1,1,0,0,200,223113004 +290129117,2,1,1,0,0,200,223113004 +290129118,2,1,1,0,0,200,223113004 +290129119,2,1,1,0,0,200,223113004 +290129120,2,1,1,0,0,200,223113004 +290129121,2,1,1,0,0,200,223113004 +290129122,2,1,1,0,0,200,223113004 +290129123,2,1,1,0,0,200,223113004 +290129124,2,1,1,0,0,200,223113004 +290129125,2,1,1,0,0,200,223113004 +290129126,2,1,1,0,0,200,223113004 +290129127,2,1,1,0,0,200,223113004 +290129128,2,1,1,0,0,200,223113004 +290129129,2,1,1,0,0,200,223113004 +290129130,2,1,1,0,0,200,223113004 +290129131,2,1,1,0,0,200,223113004 +290129132,2,1,1,0,0,200,223113004 +290129133,2,1,1,0,0,200,223113004 +290129134,2,1,1,0,0,200,223113004 +290129135,2,1,1,0,0,200,223113004 +290129136,2,1,1,0,0,200,223113004 +290129137,2,1,1,0,0,200,223113004 +290129138,2,1,1,0,0,200,223113004 +290129139,2,1,1,0,0,200,223113004 +290129140,2,1,1,0,0,200,223113004 +290129141,2,1,1,0,0,200,223113004 +290129142,2,1,1,0,0,200,223113004 +290129143,2,1,1,0,0,200,223113004 +290129144,2,1,1,0,0,200,223113004 +290129145,2,1,1,0,0,200,223113004 +290129146,2,1,1,0,0,200,223113004 +290129147,2,1,1,0,0,200,223113004 +290129148,2,1,1,0,0,200,223113004 +290129149,2,1,1,0,0,200,223113004 +290129150,2,1,1,0,0,200,223113004 +290129151,2,1,1,0,0,200,223113004 +290129152,2,1,1,0,0,200,223113004 +290129153,2,1,1,0,0,200,223113004 +290129154,2,1,1,0,0,200,223113004 +290129155,2,1,1,0,0,200,223113004 +290129156,2,1,1,0,0,200,223113004 +290129001,3,3,1,16005003,0,150,223113004 +290129002,3,3,1,16005003,0,150,223113004 +290129003,3,3,1,16005003,0,150,223113004 +290129004,3,3,1,16005003,0,150,223113004 +290129005,3,3,1,16005003,0,150,223113004 +290129006,3,3,1,16005003,0,150,223113004 +290129007,3,3,1,16005003,0,150,223113004 +290129008,3,3,1,16005003,0,150,223113004 +290129009,3,3,1,16005003,0,150,223113004 +290129010,3,3,1,16005003,0,150,223113004 +290129011,3,3,1,16005003,0,150,223113004 +290129012,3,3,1,16005003,0,150,223113004 +290129013,3,3,1,16005003,0,150,223113004 +290129014,3,3,1,16005003,0,150,223113004 +290129015,3,3,1,16005003,0,150,223113004 +290129016,3,3,1,16005003,0,150,223113004 +290129017,3,3,1,16005003,0,150,223113004 +290129018,3,3,1,16005003,0,150,223113004 +290129019,3,3,1,16005003,0,150,223113004 +290129020,3,3,1,16005003,0,150,223113004 +290129021,3,3,1,16005003,0,150,223113004 +290129022,3,3,1,16005003,0,150,223113004 +290129023,3,3,1,16005003,0,150,223113004 +290129024,3,3,1,16005003,0,150,223113004 +290129025,3,3,1,16005003,0,150,223113004 +290129026,3,3,1,16005003,0,150,223113004 +290129027,3,3,1,16005003,0,150,223113004 +290129028,3,3,1,16005003,0,150,223113004 +290129029,3,3,1,16005003,0,150,223113004 +290129030,3,3,1,16005003,0,150,223113004 +290129031,3,3,1,16005003,0,150,223113004 +290129032,3,3,1,16005003,0,150,223113004 +290129033,3,3,1,16005003,0,150,223113004 +290129034,3,3,1,16005003,0,150,223113004 +290129035,3,3,1,16005003,0,150,223113004 +290129036,3,3,1,16005003,0,150,223113004 +290129037,3,3,1,16005003,0,150,223113004 +290129038,3,3,1,16005003,0,150,223113004 +290129039,3,3,1,16005003,0,150,223113004 +290129040,3,3,1,16005003,0,100,223113004 +290129041,3,3,1,16005003,0,100,223113004 +290129042,3,3,1,16005003,0,100,223113004 +290129043,3,3,1,16005003,0,100,223113004 +290129044,3,3,1,16005003,0,100,223113004 +290129045,3,3,1,16005003,0,100,223113004 +290129046,3,3,1,16005003,0,100,223113004 +290129047,3,3,1,16005003,0,100,223113004 +290129048,3,3,1,16005003,0,100,223113004 +290129049,3,3,1,16005003,0,100,223113004 +290129050,3,3,1,16005003,0,100,223113004 +290129051,3,3,1,16005003,0,100,223113004 +290129052,3,3,1,16005003,0,100,223113004 +290129053,3,3,1,16005003,0,100,223113004 +290129054,3,3,1,16005003,0,100,223113004 +290129055,3,3,1,16005003,0,100,223113004 +290129056,3,3,1,16005003,0,100,223113004 +290129057,3,3,1,16005003,0,100,223113004 +290129058,3,3,1,16005003,0,100,223113004 +290129059,3,3,1,16005003,0,100,223113004 +290129060,3,3,1,16005003,0,100,223113004 +290129061,3,3,1,16005003,0,100,223113004 +290129062,3,3,1,16005003,0,100,223113004 +290129063,3,3,1,16005003,0,100,223113004 +290129064,3,3,1,16005003,0,100,223113004 +290129065,3,3,1,16005003,0,100,223113004 +290129066,3,3,1,16005003,0,100,223113004 +290129067,3,3,1,16005003,0,100,223113004 +290129068,3,3,1,16005003,0,100,223113004 +290129069,3,3,1,16005003,0,100,223113004 +290129070,3,3,1,16005003,0,100,223113004 +290129071,3,3,1,16005003,0,100,223113004 +290129072,3,3,1,16005003,0,100,223113004 +290129073,3,3,1,16005003,0,100,223113004 +290129074,3,3,1,16005003,0,100,223113004 +290129075,3,3,1,16005003,0,100,223113004 +290129076,3,3,1,16005003,0,100,223113004 +290129077,3,3,1,16005003,0,100,223113004 +290129078,3,3,1,16005003,0,100,223113004 +290129079,3,3,1,16005003,0,75,223113004 +290129080,3,3,1,16005003,0,75,223113004 +290129081,3,3,1,16005003,0,75,223113004 +290129082,3,3,1,16005003,0,75,223113004 +290129083,3,3,1,16005003,0,75,223113004 +290129084,3,3,1,16005003,0,75,223113004 +290129085,3,3,1,16005003,0,75,223113004 +290129086,3,3,1,16005003,0,75,223113004 +290129087,3,3,1,16005003,0,75,223113004 +290129088,3,3,1,16005003,0,75,223113004 +290129089,3,3,1,16005003,0,75,223113004 +290129090,3,3,1,16005003,0,75,223113004 +290129091,3,3,1,16005003,0,75,223113004 +290129092,3,3,1,16005003,0,75,223113004 +290129093,3,3,1,16005003,0,75,223113004 +290129094,3,3,1,16005003,0,75,223113004 +290129095,3,3,1,16005003,0,75,223113004 +290129096,3,3,1,16005003,0,75,223113004 +290129097,3,3,1,16005003,0,75,223113004 +290129098,3,3,1,16005003,0,75,223113004 +290129099,3,3,1,16005003,0,75,223113004 +290129100,3,3,1,16005003,0,75,223113004 +290129101,3,3,1,16005003,0,75,223113004 +290129102,3,3,1,16005003,0,75,223113004 +290129103,3,3,1,16005003,0,75,223113004 +290129104,3,3,1,16005003,0,75,223113004 +290129105,3,3,1,16005003,0,75,223113004 +290129106,3,3,1,16005003,0,75,223113004 +290129107,3,3,1,16005003,0,75,223113004 +290129108,3,3,1,16005003,0,75,223113004 +290129109,3,3,1,16005003,0,75,223113004 +290129110,3,3,1,16005003,0,75,223113004 +290129111,3,3,1,16005003,0,75,223113004 +290129112,3,3,1,16005003,0,75,223113004 +290129113,3,3,1,16005003,0,75,223113004 +290129114,3,3,1,16005003,0,75,223113004 +290129115,3,3,1,16005003,0,75,223113004 +290129116,3,3,1,16005003,0,75,223113004 +290129117,3,3,1,16005003,0,75,223113004 +290129118,3,3,1,16005003,0,75,223113004 +290129119,3,3,1,16005003,0,75,223113004 +290129120,3,3,1,16005003,0,75,223113004 +290129121,3,3,1,16005003,0,75,223113004 +290129122,3,3,1,16005003,0,75,223113004 +290129123,3,3,1,16005003,0,75,223113004 +290129124,3,3,1,16005003,0,75,223113004 +290129125,3,3,1,16005003,0,75,223113004 +290129126,3,3,1,16005003,0,75,223113004 +290129127,3,3,1,16005003,0,75,223113004 +290129128,3,3,1,16005003,0,75,223113004 +290129129,3,3,1,16005003,0,75,223113004 +290129130,3,3,1,16005003,0,75,223113004 +290129131,3,3,1,16005003,0,75,223113004 +290129132,3,3,1,16005003,0,75,223113004 +290129133,3,3,1,16005003,0,75,223113004 +290129134,3,3,1,16005003,0,75,223113004 +290129135,3,3,1,16005003,0,75,223113004 +290129136,3,3,1,16005003,0,75,223113004 +290129137,3,3,1,16005003,0,75,223113004 +290129138,3,3,1,16005003,0,75,223113004 +290129139,3,3,1,16005003,0,75,223113004 +290129140,3,3,1,16005003,0,75,223113004 +290129141,3,3,1,16005003,0,75,223113004 +290129142,3,3,1,16005003,0,75,223113004 +290129143,3,3,1,16005003,0,75,223113004 +290129144,3,3,1,16005003,0,75,223113004 +290129145,3,3,1,16005003,0,75,223113004 +290129146,3,3,1,16005003,0,75,223113004 +290129147,3,3,1,16005003,0,75,223113004 +290129148,3,3,1,16005003,0,75,223113004 +290129149,3,3,1,16005003,0,75,223113004 +290129150,3,3,1,16005003,0,75,223113004 +290129151,3,3,1,16005003,0,75,223113004 +290129152,3,3,1,16005003,0,75,223113004 +290129153,3,3,1,16005003,0,75,223113004 +290129154,3,3,1,16005003,0,75,223113004 +290129155,3,3,1,16005003,0,75,223113004 +290129156,3,3,1,16005003,0,75,223113004 +290129001,4,4,1,1,0,1000000,223113004 +290129002,4,4,1,1,0,1000000,223113004 +290129003,4,4,1,1,0,1000000,223113004 +290129004,4,4,1,1,0,1000000,223113004 +290129005,4,4,1,1,0,1000000,223113004 +290129006,4,4,1,1,0,1000000,223113004 +290129007,4,4,1,1,0,1000000,223113004 +290129008,4,4,1,1,0,1000000,223113004 +290129009,4,4,1,1,0,1000000,223113004 +290129010,4,4,1,1,0,1000000,223113004 +290129011,4,4,1,1,0,1000000,223113004 +290129012,4,4,1,1,0,1000000,223113004 +290129013,4,4,1,1,0,1000000,223113004 +290129014,4,4,1,1,0,1000000,223113004 +290129015,4,4,1,1,0,1000000,223113004 +290129016,4,4,1,1,0,1000000,223113004 +290129017,4,4,1,1,0,1000000,223113004 +290129018,4,4,1,1,0,1000000,223113004 +290129019,4,4,1,1,0,1000000,223113004 +290129020,4,4,1,1,0,1000000,223113004 +290129021,4,4,1,1,0,1000000,223113004 +290129022,4,4,1,1,0,1000000,223113004 +290129023,4,4,1,1,0,1000000,223113004 +290129024,4,4,1,1,0,1000000,223113004 +290129025,4,4,1,1,0,1000000,223113004 +290129026,4,4,1,1,0,1000000,223113004 +290129027,4,4,1,1,0,1000000,223113004 +290129028,4,4,1,1,0,1000000,223113004 +290129029,4,4,1,1,0,1000000,223113004 +290129030,4,4,1,1,0,1000000,223113004 +290129031,4,4,1,1,0,1000000,223113004 +290129032,4,4,1,1,0,1000000,223113004 +290129033,4,4,1,1,0,1000000,223113004 +290129034,4,4,1,1,0,1000000,223113004 +290129035,4,4,1,1,0,1000000,223113004 +290129036,4,4,1,1,0,1000000,223113004 +290129037,4,4,1,1,0,1000000,223113004 +290129038,4,4,1,1,0,1000000,223113004 +290129039,4,4,1,1,0,1000000,223113004 +290129040,4,4,1,1,0,750000,223113004 +290129041,4,4,1,1,0,750000,223113004 +290129042,4,4,1,1,0,750000,223113004 +290129043,4,4,1,1,0,750000,223113004 +290129044,4,4,1,1,0,750000,223113004 +290129045,4,4,1,1,0,750000,223113004 +290129046,4,4,1,1,0,750000,223113004 +290129047,4,4,1,1,0,750000,223113004 +290129048,4,4,1,1,0,750000,223113004 +290129049,4,4,1,1,0,750000,223113004 +290129050,4,4,1,1,0,750000,223113004 +290129051,4,4,1,1,0,750000,223113004 +290129052,4,4,1,1,0,750000,223113004 +290129053,4,4,1,1,0,750000,223113004 +290129054,4,4,1,1,0,750000,223113004 +290129055,4,4,1,1,0,750000,223113004 +290129056,4,4,1,1,0,750000,223113004 +290129057,4,4,1,1,0,750000,223113004 +290129058,4,4,1,1,0,750000,223113004 +290129059,4,4,1,1,0,750000,223113004 +290129060,4,4,1,1,0,750000,223113004 +290129061,4,4,1,1,0,750000,223113004 +290129062,4,4,1,1,0,750000,223113004 +290129063,4,4,1,1,0,750000,223113004 +290129064,4,4,1,1,0,750000,223113004 +290129065,4,4,1,1,0,750000,223113004 +290129066,4,4,1,1,0,750000,223113004 +290129067,4,4,1,1,0,750000,223113004 +290129068,4,4,1,1,0,750000,223113004 +290129069,4,4,1,1,0,750000,223113004 +290129070,4,4,1,1,0,750000,223113004 +290129071,4,4,1,1,0,750000,223113004 +290129072,4,4,1,1,0,750000,223113004 +290129073,4,4,1,1,0,750000,223113004 +290129074,4,4,1,1,0,750000,223113004 +290129075,4,4,1,1,0,750000,223113004 +290129076,4,4,1,1,0,750000,223113004 +290129077,4,4,1,1,0,750000,223113004 +290129078,4,4,1,1,0,750000,223113004 +290129079,4,4,1,1,0,500000,223113004 +290129080,4,4,1,1,0,500000,223113004 +290129081,4,4,1,1,0,500000,223113004 +290129082,4,4,1,1,0,500000,223113004 +290129083,4,4,1,1,0,500000,223113004 +290129084,4,4,1,1,0,500000,223113004 +290129085,4,4,1,1,0,500000,223113004 +290129086,4,4,1,1,0,500000,223113004 +290129087,4,4,1,1,0,500000,223113004 +290129088,4,4,1,1,0,500000,223113004 +290129089,4,4,1,1,0,500000,223113004 +290129090,4,4,1,1,0,500000,223113004 +290129091,4,4,1,1,0,500000,223113004 +290129092,4,4,1,1,0,500000,223113004 +290129093,4,4,1,1,0,500000,223113004 +290129094,4,4,1,1,0,500000,223113004 +290129095,4,4,1,1,0,500000,223113004 +290129096,4,4,1,1,0,500000,223113004 +290129097,4,4,1,1,0,500000,223113004 +290129098,4,4,1,1,0,500000,223113004 +290129099,4,4,1,1,0,500000,223113004 +290129100,4,4,1,1,0,500000,223113004 +290129101,4,4,1,1,0,500000,223113004 +290129102,4,4,1,1,0,500000,223113004 +290129103,4,4,1,1,0,500000,223113004 +290129104,4,4,1,1,0,500000,223113004 +290129105,4,4,1,1,0,500000,223113004 +290129106,4,4,1,1,0,500000,223113004 +290129107,4,4,1,1,0,500000,223113004 +290129108,4,4,1,1,0,500000,223113004 +290129109,4,4,1,1,0,500000,223113004 +290129110,4,4,1,1,0,500000,223113004 +290129111,4,4,1,1,0,500000,223113004 +290129112,4,4,1,1,0,500000,223113004 +290129113,4,4,1,1,0,500000,223113004 +290129114,4,4,1,1,0,500000,223113004 +290129115,4,4,1,1,0,500000,223113004 +290129116,4,4,1,1,0,500000,223113004 +290129117,4,4,1,1,0,500000,223113004 +290129118,4,4,1,1,0,500000,223113004 +290129119,4,4,1,1,0,500000,223113004 +290129120,4,4,1,1,0,500000,223113004 +290129121,4,4,1,1,0,500000,223113004 +290129122,4,4,1,1,0,500000,223113004 +290129123,4,4,1,1,0,500000,223113004 +290129124,4,4,1,1,0,500000,223113004 +290129125,4,4,1,1,0,500000,223113004 +290129126,4,4,1,1,0,500000,223113004 +290129127,4,4,1,1,0,500000,223113004 +290129128,4,4,1,1,0,500000,223113004 +290129129,4,4,1,1,0,500000,223113004 +290129130,4,4,1,1,0,500000,223113004 +290129131,4,4,1,1,0,500000,223113004 +290129132,4,4,1,1,0,500000,223113004 +290129133,4,4,1,1,0,500000,223113004 +290129134,4,4,1,1,0,500000,223113004 +290129135,4,4,1,1,0,500000,223113004 +290129136,4,4,1,1,0,500000,223113004 +290129137,4,4,1,1,0,500000,223113004 +290129138,4,4,1,1,0,500000,223113004 +290129139,4,4,1,1,0,500000,223113004 +290129140,4,4,1,1,0,500000,223113004 +290129141,4,4,1,1,0,500000,223113004 +290129142,4,4,1,1,0,500000,223113004 +290129143,4,4,1,1,0,500000,223113004 +290129144,4,4,1,1,0,500000,223113004 +290129145,4,4,1,1,0,500000,223113004 +290129146,4,4,1,1,0,500000,223113004 +290129147,4,4,1,1,0,500000,223113004 +290129148,4,4,1,1,0,500000,223113004 +290129149,4,4,1,1,0,500000,223113004 +290129150,4,4,1,1,0,500000,223113004 +290129151,4,4,1,1,0,500000,223113004 +290129152,4,4,1,1,0,500000,223113004 +290129153,4,4,1,1,0,500000,223113004 +290129154,4,4,1,1,0,500000,223113004 +290129155,4,4,1,1,0,500000,223113004 +290129156,4,4,1,1,0,500000,223113004 +290133001,1,8,1,4001445,0,1,223123104 +290133001,2,1,1,0,0,1000,223123104 +290133001,3,3,1,16005003,0,500,223123104 +290133001,4,4,1,1,0,3000000,223123104 +290133002,1,8,1,4001446,0,1,223123104 +290133002,2,1,1,0,0,1000,223123104 +290133002,3,3,1,16005003,0,500,223123104 +290133002,4,4,1,1,0,3000000,223123104 +290133003,1,8,1,4001447,0,1,223123104 +290133003,2,1,1,0,0,1000,223123104 +290133003,3,3,1,16005003,0,500,223123104 +290133003,4,4,1,1,0,3000000,223123104 +290133004,1,8,1,4001448,0,1,223123104 +290133004,2,1,1,0,0,1000,223123104 +290133004,3,3,1,16005003,0,500,223123104 +290133004,4,4,1,1,0,3000000,223123104 +290133005,1,8,1,4001449,0,1,223123104 +290133005,2,1,1,0,0,1000,223123104 +290133005,3,3,1,16005003,0,500,223123104 +290133005,4,4,1,1,0,3000000,223123104 +290133006,1,8,1,4001450,0,1,223123104 +290133006,2,1,1,0,0,1000,223123104 +290133006,3,3,1,16005003,0,500,223123104 +290133006,4,4,1,1,0,3000000,223123104 +290133007,1,8,1,4001451,0,1,223123104 +290133007,2,1,1,0,0,1000,223123104 +290133007,3,3,1,16005003,0,500,223123104 +290133007,4,4,1,1,0,3000000,223123104 +290133008,1,8,1,4001452,0,1,223123104 +290133008,2,1,1,0,0,1000,223123104 +290133008,3,3,1,16005003,0,500,223123104 +290133008,4,4,1,1,0,3000000,223123104 +290133009,1,8,1,4001453,0,1,223123104 +290133009,2,1,1,0,0,1000,223123104 +290133009,3,3,1,16005003,0,500,223123104 +290133009,4,4,1,1,0,3000000,223123104 +290133010,1,8,1,4001454,0,1,223123104 +290133010,2,1,1,0,0,1000,223123104 +290133010,3,3,1,16005003,0,500,223123104 +290133010,4,4,1,1,0,3000000,223123104 +290133011,1,8,1,4001455,0,1,223123104 +290133011,2,1,1,0,0,1000,223123104 +290133011,3,3,1,16005003,0,500,223123104 +290133011,4,4,1,1,0,3000000,223123104 +290133012,1,8,1,4001456,0,1,223123104 +290133012,2,1,1,0,0,1000,223123104 +290133012,3,3,1,16005003,0,500,223123104 +290133012,4,4,1,1,0,3000000,223123104 +290133013,1,8,1,4001457,0,1,223123104 +290133013,2,1,1,0,0,1000,223123104 +290133013,3,3,1,16005003,0,500,223123104 +290133013,4,4,1,1,0,3000000,223123104 +290133014,1,8,1,4001458,0,1,223123104 +290133014,2,1,1,0,0,1000,223123104 +290133014,3,3,1,16005003,0,500,223123104 +290133014,4,4,1,1,0,3000000,223123104 +290133015,1,8,1,4001459,0,1,223123104 +290133015,2,1,1,0,0,1000,223123104 +290133015,3,3,1,16005003,0,500,223123104 +290133015,4,4,1,1,0,3000000,223123104 +290133016,1,8,1,4001460,0,1,223123104 +290133016,2,1,1,0,0,1000,223123104 +290133016,3,3,1,16005003,0,500,223123104 +290133016,4,4,1,1,0,3000000,223123104 +290133017,1,8,1,4001461,0,1,223123104 +290133017,2,1,1,0,0,1000,223123104 +290133017,3,3,1,16005003,0,500,223123104 +290133017,4,4,1,1,0,3000000,223123104 +290133018,1,8,1,4001462,0,1,223123104 +290133018,2,1,1,0,0,1000,223123104 +290133018,3,3,1,16005003,0,500,223123104 +290133018,4,4,1,1,0,3000000,223123104 +290133019,1,8,1,4001463,0,1,223123104 +290133019,2,1,1,0,0,1000,223123104 +290133019,3,3,1,16005003,0,500,223123104 +290133019,4,4,1,1,0,3000000,223123104 +290133020,1,8,1,4001464,0,1,223123104 +290133020,2,1,1,0,0,1000,223123104 +290133020,3,3,1,16005003,0,500,223123104 +290133020,4,4,1,1,0,3000000,223123104 +290133021,1,8,1,4001465,0,1,223123104 +290133021,2,1,1,0,0,1000,223123104 +290133021,3,3,1,16005003,0,500,223123104 +290133021,4,4,1,1,0,3000000,223123104 +290133022,1,8,1,4001466,0,1,223123104 +290133022,2,1,1,0,0,1000,223123104 +290133022,3,3,1,16005003,0,500,223123104 +290133022,4,4,1,1,0,3000000,223123104 +290133023,1,8,1,4001467,0,1,223123104 +290133023,2,1,1,0,0,1000,223123104 +290133023,3,3,1,16005003,0,500,223123104 +290133023,4,4,1,1,0,3000000,223123104 +290133024,1,8,1,4001468,0,1,223123104 +290133024,2,1,1,0,0,1000,223123104 +290133024,3,3,1,16005003,0,500,223123104 +290133024,4,4,1,1,0,3000000,223123104 +290133025,1,8,1,4001469,0,1,223123104 +290133025,2,1,1,0,0,1000,223123104 +290133025,3,3,1,16005003,0,500,223123104 +290133025,4,4,1,1,0,3000000,223123104 +290133026,1,8,1,4001470,0,1,223123104 +290133026,2,1,1,0,0,1000,223123104 +290133026,3,3,1,16005003,0,500,223123104 +290133026,4,4,1,1,0,3000000,223123104 +290133027,1,8,1,4001471,0,1,223123104 +290133027,2,1,1,0,0,1000,223123104 +290133027,3,3,1,16005003,0,500,223123104 +290133027,4,4,1,1,0,3000000,223123104 +290133028,1,8,1,4001472,0,1,223123104 +290133028,2,1,1,0,0,1000,223123104 +290133028,3,3,1,16005003,0,500,223123104 +290133028,4,4,1,1,0,3000000,223123104 +290133029,1,8,1,4001473,0,1,223123104 +290133029,2,1,1,0,0,1000,223123104 +290133029,3,3,1,16005003,0,500,223123104 +290133029,4,4,1,1,0,3000000,223123104 +290133030,1,8,1,4001474,0,1,223123104 +290133030,2,1,1,0,0,1000,223123104 +290133030,3,3,1,16005003,0,500,223123104 +290133030,4,4,1,1,0,3000000,223123104 +290133031,1,8,1,4001475,0,1,223123104 +290133031,2,1,1,0,0,1000,223123104 +290133031,3,3,1,16005003,0,500,223123104 +290133031,4,4,1,1,0,3000000,223123104 +290133032,1,8,1,4001476,0,1,223123104 +290133032,2,1,1,0,0,1000,223123104 +290133032,3,3,1,16005003,0,500,223123104 +290133032,4,4,1,1,0,3000000,223123104 +290133033,1,8,1,4001477,0,1,223123104 +290133033,2,1,1,0,0,1000,223123104 +290133033,3,3,1,16005003,0,500,223123104 +290133033,4,4,1,1,0,3000000,223123104 +290133034,1,8,1,4001478,0,1,223123104 +290133034,2,1,1,0,0,1000,223123104 +290133034,3,3,1,16005003,0,500,223123104 +290133034,4,4,1,1,0,3000000,223123104 +290133035,1,8,1,4001479,0,1,223123104 +290133035,2,1,1,0,0,1000,223123104 +290133035,3,3,1,16005003,0,500,223123104 +290133035,4,4,1,1,0,3000000,223123104 +290133036,1,8,1,4001480,0,1,223123104 +290133036,2,1,1,0,0,1000,223123104 +290133036,3,3,1,16005003,0,500,223123104 +290133036,4,4,1,1,0,3000000,223123104 +290133037,1,8,1,4001481,0,1,223123104 +290133037,2,1,1,0,0,1000,223123104 +290133037,3,3,1,16005003,0,500,223123104 +290133037,4,4,1,1,0,3000000,223123104 +290133038,1,8,1,4001482,0,1,223123104 +290133038,2,1,1,0,0,1000,223123104 +290133038,3,3,1,16005003,0,500,223123104 +290133038,4,4,1,1,0,3000000,223123104 +290133039,1,8,1,4001483,0,1,223123104 +290133039,2,1,1,0,0,1000,223123104 +290133039,3,3,1,16005003,0,500,223123104 +290133039,4,4,1,1,0,3000000,223123104 +290133040,1,8,1,4001484,0,1,223123104 +290133040,2,1,1,0,0,1000,223123104 +290133040,3,3,1,16005003,0,500,223123104 +290133040,4,4,1,1,0,3000000,223123104 +290133041,1,8,1,4001485,0,1,223123104 +290133041,2,1,1,0,0,1000,223123104 +290133041,3,3,1,16005003,0,500,223123104 +290133041,4,4,1,1,0,3000000,223123104 +290133042,1,8,1,4001486,0,1,223123104 +290133042,2,1,1,0,0,800,223123104 +290133042,3,3,1,16005003,0,400,223123104 +290133042,4,4,1,1,0,2500000,223123104 +290133043,1,8,1,4001487,0,1,223123104 +290133043,2,1,1,0,0,800,223123104 +290133043,3,3,1,16005003,0,400,223123104 +290133043,4,4,1,1,0,2500000,223123104 +290133044,1,8,1,4001488,0,1,223123104 +290133044,2,1,1,0,0,800,223123104 +290133044,3,3,1,16005003,0,400,223123104 +290133044,4,4,1,1,0,2500000,223123104 +290133045,1,8,1,4001489,0,1,223123104 +290133045,2,1,1,0,0,800,223123104 +290133045,3,3,1,16005003,0,400,223123104 +290133045,4,4,1,1,0,2500000,223123104 +290133046,1,8,1,4001490,0,1,223123104 +290133046,2,1,1,0,0,800,223123104 +290133046,3,3,1,16005003,0,400,223123104 +290133046,4,4,1,1,0,2500000,223123104 +290133047,1,8,1,4001491,0,1,223123104 +290133047,2,1,1,0,0,800,223123104 +290133047,3,3,1,16005003,0,400,223123104 +290133047,4,4,1,1,0,2500000,223123104 +290133048,1,8,1,4001492,0,1,223123104 +290133048,2,1,1,0,0,800,223123104 +290133048,3,3,1,16005003,0,400,223123104 +290133048,4,4,1,1,0,2500000,223123104 +290133049,1,8,1,4001493,0,1,223123104 +290133049,2,1,1,0,0,800,223123104 +290133049,3,3,1,16005003,0,400,223123104 +290133049,4,4,1,1,0,2500000,223123104 +290133050,1,8,1,4001494,0,1,223123104 +290133050,2,1,1,0,0,800,223123104 +290133050,3,3,1,16005003,0,400,223123104 +290133050,4,4,1,1,0,2500000,223123104 +290133051,1,8,1,4001495,0,1,223123104 +290133051,2,1,1,0,0,800,223123104 +290133051,3,3,1,16005003,0,400,223123104 +290133051,4,4,1,1,0,2500000,223123104 +290133052,1,8,1,4001496,0,1,223123104 +290133052,2,1,1,0,0,800,223123104 +290133052,3,3,1,16005003,0,400,223123104 +290133052,4,4,1,1,0,2500000,223123104 +290133053,1,8,1,4001497,0,1,223123104 +290133053,2,1,1,0,0,800,223123104 +290133053,3,3,1,16005003,0,400,223123104 +290133053,4,4,1,1,0,2500000,223123104 +290133054,1,8,1,4001498,0,1,223123104 +290133054,2,1,1,0,0,800,223123104 +290133054,3,3,1,16005003,0,400,223123104 +290133054,4,4,1,1,0,2500000,223123104 +290133055,1,8,1,4001499,0,1,223123104 +290133055,2,1,1,0,0,800,223123104 +290133055,3,3,1,16005003,0,400,223123104 +290133055,4,4,1,1,0,2500000,223123104 +290133056,1,8,1,4001500,0,1,223123104 +290133056,2,1,1,0,0,800,223123104 +290133056,3,3,1,16005003,0,400,223123104 +290133056,4,4,1,1,0,2500000,223123104 +290133057,1,8,1,4001501,0,1,223123104 +290133057,2,1,1,0,0,800,223123104 +290133057,3,3,1,16005003,0,400,223123104 +290133057,4,4,1,1,0,2500000,223123104 +290133058,1,8,1,4001502,0,1,223123104 +290133058,2,1,1,0,0,800,223123104 +290133058,3,3,1,16005003,0,400,223123104 +290133058,4,4,1,1,0,2500000,223123104 +290133059,1,8,1,4001503,0,1,223123104 +290133059,2,1,1,0,0,800,223123104 +290133059,3,3,1,16005003,0,400,223123104 +290133059,4,4,1,1,0,2500000,223123104 +290133060,1,8,1,4001504,0,1,223123104 +290133060,2,1,1,0,0,800,223123104 +290133060,3,3,1,16005003,0,400,223123104 +290133060,4,4,1,1,0,2500000,223123104 +290133061,1,8,1,4001505,0,1,223123104 +290133061,2,1,1,0,0,800,223123104 +290133061,3,3,1,16005003,0,400,223123104 +290133061,4,4,1,1,0,2500000,223123104 +290133062,1,8,1,4001506,0,1,223123104 +290133062,2,1,1,0,0,800,223123104 +290133062,3,3,1,16005003,0,400,223123104 +290133062,4,4,1,1,0,2500000,223123104 +290133063,1,8,1,4001507,0,1,223123104 +290133063,2,1,1,0,0,800,223123104 +290133063,3,3,1,16005003,0,400,223123104 +290133063,4,4,1,1,0,2500000,223123104 +290133064,1,8,1,4001508,0,1,223123104 +290133064,2,1,1,0,0,800,223123104 +290133064,3,3,1,16005003,0,400,223123104 +290133064,4,4,1,1,0,2500000,223123104 +290133065,1,8,1,4001509,0,1,223123104 +290133065,2,1,1,0,0,800,223123104 +290133065,3,3,1,16005003,0,400,223123104 +290133065,4,4,1,1,0,2500000,223123104 +290133066,1,8,1,4001510,0,1,223123104 +290133066,2,1,1,0,0,800,223123104 +290133066,3,3,1,16005003,0,400,223123104 +290133066,4,4,1,1,0,2500000,223123104 +290133067,1,8,1,4001511,0,1,223123104 +290133067,2,1,1,0,0,800,223123104 +290133067,3,3,1,16005003,0,400,223123104 +290133067,4,4,1,1,0,2500000,223123104 +290133068,1,8,1,4001512,0,1,223123104 +290133068,2,1,1,0,0,800,223123104 +290133068,3,3,1,16005003,0,400,223123104 +290133068,4,4,1,1,0,2500000,223123104 +290133069,1,8,1,4001513,0,1,223123104 +290133069,2,1,1,0,0,800,223123104 +290133069,3,3,1,16005003,0,400,223123104 +290133069,4,4,1,1,0,2500000,223123104 +290133070,1,8,1,4001514,0,1,223123104 +290133070,2,1,1,0,0,800,223123104 +290133070,3,3,1,16005003,0,400,223123104 +290133070,4,4,1,1,0,2500000,223123104 +290133071,1,8,1,4001515,0,1,223123104 +290133071,2,1,1,0,0,800,223123104 +290133071,3,3,1,16005003,0,400,223123104 +290133071,4,4,1,1,0,2500000,223123104 +290133072,1,8,1,4001516,0,1,223123104 +290133072,2,1,1,0,0,800,223123104 +290133072,3,3,1,16005003,0,400,223123104 +290133072,4,4,1,1,0,2500000,223123104 +290133073,1,8,1,4001517,0,1,223123104 +290133073,2,1,1,0,0,800,223123104 +290133073,3,3,1,16005003,0,400,223123104 +290133073,4,4,1,1,0,2500000,223123104 +290133074,1,8,1,4001518,0,1,223123104 +290133074,2,1,1,0,0,800,223123104 +290133074,3,3,1,16005003,0,400,223123104 +290133074,4,4,1,1,0,2500000,223123104 +290133075,1,8,1,4001519,0,1,223123104 +290133075,2,1,1,0,0,800,223123104 +290133075,3,3,1,16005003,0,400,223123104 +290133075,4,4,1,1,0,2500000,223123104 +290133076,1,8,1,4001520,0,1,223123104 +290133076,2,1,1,0,0,800,223123104 +290133076,3,3,1,16005003,0,400,223123104 +290133076,4,4,1,1,0,2500000,223123104 +290133077,1,8,1,4001521,0,1,223123104 +290133077,2,1,1,0,0,800,223123104 +290133077,3,3,1,16005003,0,400,223123104 +290133077,4,4,1,1,0,2500000,223123104 +290133078,1,8,1,4001522,0,1,223123104 +290133078,2,1,1,0,0,800,223123104 +290133078,3,3,1,16005003,0,400,223123104 +290133078,4,4,1,1,0,2500000,223123104 +290133079,1,8,1,4001523,0,1,223123104 +290133079,2,1,1,0,0,800,223123104 +290133079,3,3,1,16005003,0,400,223123104 +290133079,4,4,1,1,0,2500000,223123104 +290133080,1,8,1,4001524,0,1,223123104 +290133080,2,1,1,0,0,800,223123104 +290133080,3,3,1,16005003,0,400,223123104 +290133080,4,4,1,1,0,2500000,223123104 +290133081,1,8,1,4001525,0,1,223123104 +290133081,2,1,1,0,0,800,223123104 +290133081,3,3,1,16005003,0,400,223123104 +290133081,4,4,1,1,0,2500000,223123104 +290133082,1,8,1,4001526,0,1,223123104 +290133082,2,1,1,0,0,800,223123104 +290133082,3,3,1,16005003,0,400,223123104 +290133082,4,4,1,1,0,2500000,223123104 +290133083,1,8,1,4001527,0,1,223123104 +290133083,2,1,1,0,0,600,223123104 +290133083,3,3,1,16005003,0,300,223123104 +290133083,4,4,1,1,0,2000000,223123104 +290133084,1,8,1,4001528,0,1,223123104 +290133084,2,1,1,0,0,600,223123104 +290133084,3,3,1,16005003,0,300,223123104 +290133084,4,4,1,1,0,2000000,223123104 +290133085,1,8,1,4001529,0,1,223123104 +290133085,2,1,1,0,0,600,223123104 +290133085,3,3,1,16005003,0,300,223123104 +290133085,4,4,1,1,0,2000000,223123104 +290133086,1,8,1,4001530,0,1,223123104 +290133086,2,1,1,0,0,600,223123104 +290133086,3,3,1,16005003,0,300,223123104 +290133086,4,4,1,1,0,2000000,223123104 +290133087,1,8,1,4001531,0,1,223123104 +290133087,2,1,1,0,0,600,223123104 +290133087,3,3,1,16005003,0,300,223123104 +290133087,4,4,1,1,0,2000000,223123104 +290133088,1,8,1,4001532,0,1,223123104 +290133088,2,1,1,0,0,600,223123104 +290133088,3,3,1,16005003,0,300,223123104 +290133088,4,4,1,1,0,2000000,223123104 +290133089,1,8,1,4001533,0,1,223123104 +290133089,2,1,1,0,0,600,223123104 +290133089,3,3,1,16005003,0,300,223123104 +290133089,4,4,1,1,0,2000000,223123104 +290133090,1,8,1,4001534,0,1,223123104 +290133090,2,1,1,0,0,600,223123104 +290133090,3,3,1,16005003,0,300,223123104 +290133090,4,4,1,1,0,2000000,223123104 +290133091,1,8,1,4001535,0,1,223123104 +290133091,2,1,1,0,0,600,223123104 +290133091,3,3,1,16005003,0,300,223123104 +290133091,4,4,1,1,0,2000000,223123104 +290133092,1,8,1,4001536,0,1,223123104 +290133092,2,1,1,0,0,600,223123104 +290133092,3,3,1,16005003,0,300,223123104 +290133092,4,4,1,1,0,2000000,223123104 +290133093,1,8,1,4001537,0,1,223123104 +290133093,2,1,1,0,0,600,223123104 +290133093,3,3,1,16005003,0,300,223123104 +290133093,4,4,1,1,0,2000000,223123104 +290133094,1,8,1,4001538,0,1,223123104 +290133094,2,1,1,0,0,600,223123104 +290133094,3,3,1,16005003,0,300,223123104 +290133094,4,4,1,1,0,2000000,223123104 +290133095,1,8,1,4001539,0,1,223123104 +290133095,2,1,1,0,0,600,223123104 +290133095,3,3,1,16005003,0,300,223123104 +290133095,4,4,1,1,0,2000000,223123104 +290133096,1,8,1,4001540,0,1,223123104 +290133096,2,1,1,0,0,600,223123104 +290133096,3,3,1,16005003,0,300,223123104 +290133096,4,4,1,1,0,2000000,223123104 +290133097,1,8,1,4001541,0,1,223123104 +290133097,2,1,1,0,0,600,223123104 +290133097,3,3,1,16005003,0,300,223123104 +290133097,4,4,1,1,0,2000000,223123104 +290133098,1,8,1,4001542,0,1,223123104 +290133098,2,1,1,0,0,600,223123104 +290133098,3,3,1,16005003,0,300,223123104 +290133098,4,4,1,1,0,2000000,223123104 +290133099,1,8,1,4001543,0,1,223123104 +290133099,2,1,1,0,0,600,223123104 +290133099,3,3,1,16005003,0,300,223123104 +290133099,4,4,1,1,0,2000000,223123104 +290133100,1,8,1,4001544,0,1,223123104 +290133100,2,1,1,0,0,600,223123104 +290133100,3,3,1,16005003,0,300,223123104 +290133100,4,4,1,1,0,2000000,223123104 +290133101,1,8,1,4001545,0,1,223123104 +290133101,2,1,1,0,0,600,223123104 +290133101,3,3,1,16005003,0,300,223123104 +290133101,4,4,1,1,0,2000000,223123104 +290133102,1,8,1,4001546,0,1,223123104 +290133102,2,1,1,0,0,600,223123104 +290133102,3,3,1,16005003,0,300,223123104 +290133102,4,4,1,1,0,2000000,223123104 +290133103,1,8,1,4001547,0,1,223123104 +290133103,2,1,1,0,0,600,223123104 +290133103,3,3,1,16005003,0,300,223123104 +290133103,4,4,1,1,0,2000000,223123104 +290133104,1,8,1,4001548,0,1,223123104 +290133104,2,1,1,0,0,600,223123104 +290133104,3,3,1,16005003,0,300,223123104 +290133104,4,4,1,1,0,2000000,223123104 +290133105,1,8,1,4001549,0,1,223123104 +290133105,2,1,1,0,0,600,223123104 +290133105,3,3,1,16005003,0,300,223123104 +290133105,4,4,1,1,0,2000000,223123104 +290133106,1,8,1,4001550,0,1,223123104 +290133106,2,1,1,0,0,600,223123104 +290133106,3,3,1,16005003,0,300,223123104 +290133106,4,4,1,1,0,2000000,223123104 +290133107,1,8,1,4001551,0,1,223123104 +290133107,2,1,1,0,0,600,223123104 +290133107,3,3,1,16005003,0,300,223123104 +290133107,4,4,1,1,0,2000000,223123104 +290133108,1,8,1,4001552,0,1,223123104 +290133108,2,1,1,0,0,600,223123104 +290133108,3,3,1,16005003,0,300,223123104 +290133108,4,4,1,1,0,2000000,223123104 +290133109,1,8,1,4001553,0,1,223123104 +290133109,2,1,1,0,0,600,223123104 +290133109,3,3,1,16005003,0,300,223123104 +290133109,4,4,1,1,0,2000000,223123104 +290133110,1,8,1,4001554,0,1,223123104 +290133110,2,1,1,0,0,600,223123104 +290133110,3,3,1,16005003,0,300,223123104 +290133110,4,4,1,1,0,2000000,223123104 +290133111,1,8,1,4001555,0,1,223123104 +290133111,2,1,1,0,0,600,223123104 +290133111,3,3,1,16005003,0,300,223123104 +290133111,4,4,1,1,0,2000000,223123104 +290133112,1,8,1,4001556,0,1,223123104 +290133112,2,1,1,0,0,600,223123104 +290133112,3,3,1,16005003,0,300,223123104 +290133112,4,4,1,1,0,2000000,223123104 +290133113,1,8,1,4001557,0,1,223123104 +290133113,2,1,1,0,0,600,223123104 +290133113,3,3,1,16005003,0,300,223123104 +290133113,4,4,1,1,0,2000000,223123104 +290133114,1,8,1,4001558,0,1,223123104 +290133114,2,1,1,0,0,600,223123104 +290133114,3,3,1,16005003,0,300,223123104 +290133114,4,4,1,1,0,2000000,223123104 +290133115,1,8,1,4001559,0,1,223123104 +290133115,2,1,1,0,0,600,223123104 +290133115,3,3,1,16005003,0,300,223123104 +290133115,4,4,1,1,0,2000000,223123104 +290133116,1,8,1,4001560,0,1,223123104 +290133116,2,1,1,0,0,600,223123104 +290133116,3,3,1,16005003,0,300,223123104 +290133116,4,4,1,1,0,2000000,223123104 +290133117,1,8,1,4001561,0,1,223123104 +290133117,2,1,1,0,0,600,223123104 +290133117,3,3,1,16005003,0,300,223123104 +290133117,4,4,1,1,0,2000000,223123104 +290133118,1,8,1,4001562,0,1,223123104 +290133118,2,1,1,0,0,600,223123104 +290133118,3,3,1,16005003,0,300,223123104 +290133118,4,4,1,1,0,2000000,223123104 +290133119,1,8,1,4001563,0,1,223123104 +290133119,2,1,1,0,0,600,223123104 +290133119,3,3,1,16005003,0,300,223123104 +290133119,4,4,1,1,0,2000000,223123104 +290133120,1,8,1,4001564,0,1,223123104 +290133120,2,1,1,0,0,600,223123104 +290133120,3,3,1,16005003,0,300,223123104 +290133120,4,4,1,1,0,2000000,223123104 +290133121,1,8,1,4001565,0,1,223123104 +290133121,2,1,1,0,0,600,223123104 +290133121,3,3,1,16005003,0,300,223123104 +290133121,4,4,1,1,0,2000000,223123104 +290133122,1,8,1,4001566,0,1,223123104 +290133122,2,1,1,0,0,600,223123104 +290133122,3,3,1,16005003,0,300,223123104 +290133122,4,4,1,1,0,2000000,223123104 +290133123,1,8,1,4001567,0,1,223123104 +290133123,2,1,1,0,0,600,223123104 +290133123,3,3,1,16005003,0,300,223123104 +290133123,4,4,1,1,0,2000000,223123104 +290133124,1,8,1,4001568,0,1,223123104 +290133124,2,1,1,0,0,400,223123104 +290133124,3,3,1,16005003,0,200,223123104 +290133124,4,4,1,1,0,1500000,223123104 +290133125,1,8,1,4001569,0,1,223123104 +290133125,2,1,1,0,0,400,223123104 +290133125,3,3,1,16005003,0,200,223123104 +290133125,4,4,1,1,0,1500000,223123104 +290133126,1,8,1,4001570,0,1,223123104 +290133126,2,1,1,0,0,400,223123104 +290133126,3,3,1,16005003,0,200,223123104 +290133126,4,4,1,1,0,1500000,223123104 +290133127,1,8,1,4001571,0,1,223123104 +290133127,2,1,1,0,0,400,223123104 +290133127,3,3,1,16005003,0,200,223123104 +290133127,4,4,1,1,0,1500000,223123104 +290133128,1,8,1,4001572,0,1,223123104 +290133128,2,1,1,0,0,400,223123104 +290133128,3,3,1,16005003,0,200,223123104 +290133128,4,4,1,1,0,1500000,223123104 +290133129,1,8,1,4001573,0,1,223123104 +290133129,2,1,1,0,0,400,223123104 +290133129,3,3,1,16005003,0,200,223123104 +290133129,4,4,1,1,0,1500000,223123104 +290133130,1,8,1,4001574,0,1,223123104 +290133130,2,1,1,0,0,400,223123104 +290133130,3,3,1,16005003,0,200,223123104 +290133130,4,4,1,1,0,1500000,223123104 +290133131,1,8,1,4001575,0,1,223123104 +290133131,2,1,1,0,0,400,223123104 +290133131,3,3,1,16005003,0,200,223123104 +290133131,4,4,1,1,0,1500000,223123104 +290133132,1,8,1,4001576,0,1,223123104 +290133132,2,1,1,0,0,400,223123104 +290133132,3,3,1,16005003,0,200,223123104 +290133132,4,4,1,1,0,1500000,223123104 +290133133,1,8,1,4001577,0,1,223123104 +290133133,2,1,1,0,0,400,223123104 +290133133,3,3,1,16005003,0,200,223123104 +290133133,4,4,1,1,0,1500000,223123104 +290133134,1,8,1,4001578,0,1,223123104 +290133134,2,1,1,0,0,400,223123104 +290133134,3,3,1,16005003,0,200,223123104 +290133134,4,4,1,1,0,1500000,223123104 +290133135,1,8,1,4001579,0,1,223123104 +290133135,2,1,1,0,0,400,223123104 +290133135,3,3,1,16005003,0,200,223123104 +290133135,4,4,1,1,0,1500000,223123104 +290133136,1,8,1,4001580,0,1,223123104 +290133136,2,1,1,0,0,400,223123104 +290133136,3,3,1,16005003,0,200,223123104 +290133136,4,4,1,1,0,1500000,223123104 +290133137,1,8,1,4001581,0,1,223123104 +290133137,2,1,1,0,0,400,223123104 +290133137,3,3,1,16005003,0,200,223123104 +290133137,4,4,1,1,0,1500000,223123104 +290133138,1,8,1,4001582,0,1,223123104 +290133138,2,1,1,0,0,400,223123104 +290133138,3,3,1,16005003,0,200,223123104 +290133138,4,4,1,1,0,1500000,223123104 +290133139,1,8,1,4001583,0,1,223123104 +290133139,2,1,1,0,0,400,223123104 +290133139,3,3,1,16005003,0,200,223123104 +290133139,4,4,1,1,0,1500000,223123104 +290133140,1,8,1,4001584,0,1,223123104 +290133140,2,1,1,0,0,400,223123104 +290133140,3,3,1,16005003,0,200,223123104 +290133140,4,4,1,1,0,1500000,223123104 +290133141,1,8,1,4001585,0,1,223123104 +290133141,2,1,1,0,0,400,223123104 +290133141,3,3,1,16005003,0,200,223123104 +290133141,4,4,1,1,0,1500000,223123104 +290133142,1,8,1,4001586,0,1,223123104 +290133142,2,1,1,0,0,400,223123104 +290133142,3,3,1,16005003,0,200,223123104 +290133142,4,4,1,1,0,1500000,223123104 +290133143,1,8,1,4001587,0,1,223123104 +290133143,2,1,1,0,0,400,223123104 +290133143,3,3,1,16005003,0,200,223123104 +290133143,4,4,1,1,0,1500000,223123104 +290133144,1,8,1,4001588,0,1,223123104 +290133144,2,1,1,0,0,400,223123104 +290133144,3,3,1,16005003,0,200,223123104 +290133144,4,4,1,1,0,1500000,223123104 +290133145,1,8,1,4001589,0,1,223123104 +290133145,2,1,1,0,0,400,223123104 +290133145,3,3,1,16005003,0,200,223123104 +290133145,4,4,1,1,0,1500000,223123104 +290133146,1,8,1,4001590,0,1,223123104 +290133146,2,1,1,0,0,400,223123104 +290133146,3,3,1,16005003,0,200,223123104 +290133146,4,4,1,1,0,1500000,223123104 +290133147,1,8,1,4001591,0,1,223123104 +290133147,2,1,1,0,0,400,223123104 +290133147,3,3,1,16005003,0,200,223123104 +290133147,4,4,1,1,0,1500000,223123104 +290133148,1,8,1,4001592,0,1,223123104 +290133148,2,1,1,0,0,400,223123104 +290133148,3,3,1,16005003,0,200,223123104 +290133148,4,4,1,1,0,1500000,223123104 +290133149,1,8,1,4001593,0,1,223123104 +290133149,2,1,1,0,0,400,223123104 +290133149,3,3,1,16005003,0,200,223123104 +290133149,4,4,1,1,0,1500000,223123104 +290133150,1,8,1,4001594,0,1,223123104 +290133150,2,1,1,0,0,400,223123104 +290133150,3,3,1,16005003,0,200,223123104 +290133150,4,4,1,1,0,1500000,223123104 +290133151,1,8,1,4001595,0,1,223123104 +290133151,2,1,1,0,0,400,223123104 +290133151,3,3,1,16005003,0,200,223123104 +290133151,4,4,1,1,0,1500000,223123104 +290133152,1,8,1,4001596,0,1,223123104 +290133152,2,1,1,0,0,400,223123104 +290133152,3,3,1,16005003,0,200,223123104 +290133152,4,4,1,1,0,1500000,223123104 +290133153,1,8,1,4001597,0,1,223123104 +290133153,2,1,1,0,0,400,223123104 +290133153,3,3,1,16005003,0,200,223123104 +290133153,4,4,1,1,0,1500000,223123104 +290133154,1,8,1,4001598,0,1,223123104 +290133154,2,1,1,0,0,400,223123104 +290133154,3,3,1,16005003,0,200,223123104 +290133154,4,4,1,1,0,1500000,223123104 +290133155,1,8,1,4001599,0,1,223123104 +290133155,2,1,1,0,0,400,223123104 +290133155,3,3,1,16005003,0,200,223123104 +290133155,4,4,1,1,0,1500000,223123104 +290133156,1,8,1,4001600,0,1,223123104 +290133156,2,1,1,0,0,400,223123104 +290133156,3,3,1,16005003,0,200,223123104 +290133156,4,4,1,1,0,1500000,223123104 +290133157,1,8,1,4001601,0,1,223123104 +290133157,2,1,1,0,0,400,223123104 +290133157,3,3,1,16005003,0,200,223123104 +290133157,4,4,1,1,0,1500000,223123104 +290133158,1,8,1,4001602,0,1,223123104 +290133158,2,1,1,0,0,400,223123104 +290133158,3,3,1,16005003,0,200,223123104 +290133158,4,4,1,1,0,1500000,223123104 +290133159,1,8,1,4001603,0,1,223123104 +290133159,2,1,1,0,0,400,223123104 +290133159,3,3,1,16005003,0,200,223123104 +290133159,4,4,1,1,0,1500000,223123104 +290133160,1,8,1,4001604,0,1,223123104 +290133160,2,1,1,0,0,400,223123104 +290133160,3,3,1,16005003,0,200,223123104 +290133160,4,4,1,1,0,1500000,223123104 +290133161,1,8,1,4001605,0,1,223123104 +290133161,2,1,1,0,0,400,223123104 +290133161,3,3,1,16005003,0,200,223123104 +290133161,4,4,1,1,0,1500000,223123104 +290133162,1,8,1,4001606,0,1,223123104 +290133162,2,1,1,0,0,400,223123104 +290133162,3,3,1,16005003,0,200,223123104 +290133162,4,4,1,1,0,1500000,223123104 +290133163,1,8,1,4001607,0,1,223123104 +290133163,2,1,1,0,0,400,223123104 +290133163,3,3,1,16005003,0,200,223123104 +290133163,4,4,1,1,0,1500000,223123104 +290133164,1,8,1,4001608,0,1,223123104 +290133164,2,1,1,0,0,400,223123104 +290133164,3,3,1,16005003,0,200,223123104 +290133164,4,4,1,1,0,1500000,223123104 +290133165,1,8,1,4001609,0,1,223123104 +290133165,2,1,1,0,0,300,223123104 +290133165,3,3,1,16005003,0,150,223123104 +290133165,4,4,1,1,0,1000000,223123104 +290133166,1,8,1,4001610,0,1,223123104 +290133166,2,1,1,0,0,300,223123104 +290133166,3,3,1,16005003,0,150,223123104 +290133166,4,4,1,1,0,1000000,223123104 +290133167,1,8,1,4001611,0,1,223123104 +290133167,2,1,1,0,0,300,223123104 +290133167,3,3,1,16005003,0,150,223123104 +290133167,4,4,1,1,0,1000000,223123104 +290133168,1,8,1,4001612,0,1,223123104 +290133168,2,1,1,0,0,300,223123104 +290133168,3,3,1,16005003,0,150,223123104 +290133168,4,4,1,1,0,1000000,223123104 +290133169,1,8,1,4001613,0,1,223123104 +290133169,2,1,1,0,0,300,223123104 +290133169,3,3,1,16005003,0,150,223123104 +290133169,4,4,1,1,0,1000000,223123104 +290133170,1,8,1,4001614,0,1,223123104 +290133170,2,1,1,0,0,300,223123104 +290133170,3,3,1,16005003,0,150,223123104 +290133170,4,4,1,1,0,1000000,223123104 +290133171,1,8,1,4001615,0,1,223123104 +290133171,2,1,1,0,0,300,223123104 +290133171,3,3,1,16005003,0,150,223123104 +290133171,4,4,1,1,0,1000000,223123104 +290133172,1,8,1,4001616,0,1,223123104 +290133172,2,1,1,0,0,300,223123104 +290133172,3,3,1,16005003,0,150,223123104 +290133172,4,4,1,1,0,1000000,223123104 +290133173,1,8,1,4001617,0,1,223123104 +290133173,2,1,1,0,0,300,223123104 +290133173,3,3,1,16005003,0,150,223123104 +290133173,4,4,1,1,0,1000000,223123104 +290133174,1,8,1,4001618,0,1,223123104 +290133174,2,1,1,0,0,300,223123104 +290133174,3,3,1,16005003,0,150,223123104 +290133174,4,4,1,1,0,1000000,223123104 +290133175,1,8,1,4001619,0,1,223123104 +290133175,2,1,1,0,0,300,223123104 +290133175,3,3,1,16005003,0,150,223123104 +290133175,4,4,1,1,0,1000000,223123104 +290133176,1,8,1,4001620,0,1,223123104 +290133176,2,1,1,0,0,300,223123104 +290133176,3,3,1,16005003,0,150,223123104 +290133176,4,4,1,1,0,1000000,223123104 +290133177,1,8,1,4001621,0,1,223123104 +290133177,2,1,1,0,0,300,223123104 +290133177,3,3,1,16005003,0,150,223123104 +290133177,4,4,1,1,0,1000000,223123104 +290133178,1,8,1,4001622,0,1,223123104 +290133178,2,1,1,0,0,300,223123104 +290133178,3,3,1,16005003,0,150,223123104 +290133178,4,4,1,1,0,1000000,223123104 +290133179,1,8,1,4001623,0,1,223123104 +290133179,2,1,1,0,0,300,223123104 +290133179,3,3,1,16005003,0,150,223123104 +290133179,4,4,1,1,0,1000000,223123104 +290133180,1,8,1,4001624,0,1,223123104 +290133180,2,1,1,0,0,300,223123104 +290133180,3,3,1,16005003,0,150,223123104 +290133180,4,4,1,1,0,1000000,223123104 +290133181,1,8,1,4001625,0,1,223123104 +290133181,2,1,1,0,0,300,223123104 +290133181,3,3,1,16005003,0,150,223123104 +290133181,4,4,1,1,0,1000000,223123104 +290133182,1,8,1,4001626,0,1,223123104 +290133182,2,1,1,0,0,300,223123104 +290133182,3,3,1,16005003,0,150,223123104 +290133182,4,4,1,1,0,1000000,223123104 +290133183,1,8,1,4001627,0,1,223123104 +290133183,2,1,1,0,0,300,223123104 +290133183,3,3,1,16005003,0,150,223123104 +290133183,4,4,1,1,0,1000000,223123104 +290133184,1,8,1,4001628,0,1,223123104 +290133184,2,1,1,0,0,300,223123104 +290133184,3,3,1,16005003,0,150,223123104 +290133184,4,4,1,1,0,1000000,223123104 +290133185,1,8,1,4001629,0,1,223123104 +290133185,2,1,1,0,0,300,223123104 +290133185,3,3,1,16005003,0,150,223123104 +290133185,4,4,1,1,0,1000000,223123104 +290133186,1,8,1,4001630,0,1,223123104 +290133186,2,1,1,0,0,300,223123104 +290133186,3,3,1,16005003,0,150,223123104 +290133186,4,4,1,1,0,1000000,223123104 +290133187,1,8,1,4001631,0,1,223123104 +290133187,2,1,1,0,0,300,223123104 +290133187,3,3,1,16005003,0,150,223123104 +290133187,4,4,1,1,0,1000000,223123104 +290133188,1,8,1,4001632,0,1,223123104 +290133188,2,1,1,0,0,300,223123104 +290133188,3,3,1,16005003,0,150,223123104 +290133188,4,4,1,1,0,1000000,223123104 +290133189,1,8,1,4001633,0,1,223123104 +290133189,2,1,1,0,0,300,223123104 +290133189,3,3,1,16005003,0,150,223123104 +290133189,4,4,1,1,0,1000000,223123104 +290133190,1,8,1,4001634,0,1,223123104 +290133190,2,1,1,0,0,300,223123104 +290133190,3,3,1,16005003,0,150,223123104 +290133190,4,4,1,1,0,1000000,223123104 +290133191,1,8,1,4001635,0,1,223123104 +290133191,2,1,1,0,0,300,223123104 +290133191,3,3,1,16005003,0,150,223123104 +290133191,4,4,1,1,0,1000000,223123104 +290133192,1,8,1,4001636,0,1,223123104 +290133192,2,1,1,0,0,300,223123104 +290133192,3,3,1,16005003,0,150,223123104 +290133192,4,4,1,1,0,1000000,223123104 +290133193,1,8,1,4001637,0,1,223123104 +290133193,2,1,1,0,0,300,223123104 +290133193,3,3,1,16005003,0,150,223123104 +290133193,4,4,1,1,0,1000000,223123104 +290133194,1,8,1,4001638,0,1,223123104 +290133194,2,1,1,0,0,300,223123104 +290133194,3,3,1,16005003,0,150,223123104 +290133194,4,4,1,1,0,1000000,223123104 +290133195,1,8,1,4001639,0,1,223123104 +290133195,2,1,1,0,0,300,223123104 +290133195,3,3,1,16005003,0,150,223123104 +290133195,4,4,1,1,0,1000000,223123104 +290133196,1,8,1,4001640,0,1,223123104 +290133196,2,1,1,0,0,300,223123104 +290133196,3,3,1,16005003,0,150,223123104 +290133196,4,4,1,1,0,1000000,223123104 +290133197,1,8,1,4001641,0,1,223123104 +290133197,2,1,1,0,0,300,223123104 +290133197,3,3,1,16005003,0,150,223123104 +290133197,4,4,1,1,0,1000000,223123104 +290133198,1,8,1,4001642,0,1,223123104 +290133198,2,1,1,0,0,300,223123104 +290133198,3,3,1,16005003,0,150,223123104 +290133198,4,4,1,1,0,1000000,223123104 +290133199,1,8,1,4001643,0,1,223123104 +290133199,2,1,1,0,0,300,223123104 +290133199,3,3,1,16005003,0,150,223123104 +290133199,4,4,1,1,0,1000000,223123104 +290133200,1,8,1,4001644,0,1,223123104 +290133200,2,1,1,0,0,300,223123104 +290133200,3,3,1,16005003,0,150,223123104 +290133200,4,4,1,1,0,1000000,223123104 +290133201,1,8,1,4001645,0,1,223123104 +290133201,2,1,1,0,0,300,223123104 +290133201,3,3,1,16005003,0,150,223123104 +290133201,4,4,1,1,0,1000000,223123104 +290133202,1,8,1,4001646,0,1,223123104 +290133202,2,1,1,0,0,300,223123104 +290133202,3,3,1,16005003,0,150,223123104 +290133202,4,4,1,1,0,1000000,223123104 +290133203,1,8,1,4001647,0,1,223123104 +290133203,2,1,1,0,0,300,223123104 +290133203,3,3,1,16005003,0,150,223123104 +290133203,4,4,1,1,0,1000000,223123104 +290133204,1,8,1,4001648,0,1,223123104 +290133204,2,1,1,0,0,300,223123104 +290133204,3,3,1,16005003,0,150,223123104 +290133204,4,4,1,1,0,1000000,223123104 +290133205,1,8,1,4001649,0,1,223123104 +290133205,2,1,1,0,0,300,223123104 +290133205,3,3,1,16005003,0,150,223123104 +290133205,4,4,1,1,0,1000000,223123104 +290133206,1,8,1,4001650,0,1,223123104 +290133206,2,1,1,0,0,250,223123104 +290133206,3,3,1,16005003,0,100,223123104 +290133206,4,4,1,1,0,750000,223123104 +290133207,1,8,1,4001651,0,1,223123104 +290133207,2,1,1,0,0,250,223123104 +290133207,3,3,1,16005003,0,100,223123104 +290133207,4,4,1,1,0,750000,223123104 +290133208,1,8,1,4001652,0,1,223123104 +290133208,2,1,1,0,0,250,223123104 +290133208,3,3,1,16005003,0,100,223123104 +290133208,4,4,1,1,0,750000,223123104 +290133209,1,8,1,4001653,0,1,223123104 +290133209,2,1,1,0,0,250,223123104 +290133209,3,3,1,16005003,0,100,223123104 +290133209,4,4,1,1,0,750000,223123104 +290133210,1,8,1,4001654,0,1,223123104 +290133210,2,1,1,0,0,250,223123104 +290133210,3,3,1,16005003,0,100,223123104 +290133210,4,4,1,1,0,750000,223123104 +290133211,1,8,1,4001655,0,1,223123104 +290133211,2,1,1,0,0,250,223123104 +290133211,3,3,1,16005003,0,100,223123104 +290133211,4,4,1,1,0,750000,223123104 +290133212,1,8,1,4001656,0,1,223123104 +290133212,2,1,1,0,0,250,223123104 +290133212,3,3,1,16005003,0,100,223123104 +290133212,4,4,1,1,0,750000,223123104 +290133213,1,8,1,4001657,0,1,223123104 +290133213,2,1,1,0,0,250,223123104 +290133213,3,3,1,16005003,0,100,223123104 +290133213,4,4,1,1,0,750000,223123104 +290133214,1,8,1,4001658,0,1,223123104 +290133214,2,1,1,0,0,250,223123104 +290133214,3,3,1,16005003,0,100,223123104 +290133214,4,4,1,1,0,750000,223123104 +290133215,1,8,1,4001659,0,1,223123104 +290133215,2,1,1,0,0,250,223123104 +290133215,3,3,1,16005003,0,100,223123104 +290133215,4,4,1,1,0,750000,223123104 +290133216,1,8,1,4001660,0,1,223123104 +290133216,2,1,1,0,0,250,223123104 +290133216,3,3,1,16005003,0,100,223123104 +290133216,4,4,1,1,0,750000,223123104 +290133217,1,8,1,4001661,0,1,223123104 +290133217,2,1,1,0,0,250,223123104 +290133217,3,3,1,16005003,0,100,223123104 +290133217,4,4,1,1,0,750000,223123104 +290133218,1,8,1,4001662,0,1,223123104 +290133218,2,1,1,0,0,250,223123104 +290133218,3,3,1,16005003,0,100,223123104 +290133218,4,4,1,1,0,750000,223123104 +290133219,1,8,1,4001663,0,1,223123104 +290133219,2,1,1,0,0,250,223123104 +290133219,3,3,1,16005003,0,100,223123104 +290133219,4,4,1,1,0,750000,223123104 +290133220,1,8,1,4001664,0,1,223123104 +290133220,2,1,1,0,0,250,223123104 +290133220,3,3,1,16005003,0,100,223123104 +290133220,4,4,1,1,0,750000,223123104 +290133221,1,8,1,4001665,0,1,223123104 +290133221,2,1,1,0,0,250,223123104 +290133221,3,3,1,16005003,0,100,223123104 +290133221,4,4,1,1,0,750000,223123104 +290133222,1,8,1,4001666,0,1,223123104 +290133222,2,1,1,0,0,250,223123104 +290133222,3,3,1,16005003,0,100,223123104 +290133222,4,4,1,1,0,750000,223123104 +290133223,1,8,1,4001667,0,1,223123104 +290133223,2,1,1,0,0,250,223123104 +290133223,3,3,1,16005003,0,100,223123104 +290133223,4,4,1,1,0,750000,223123104 +290133224,1,8,1,4001668,0,1,223123104 +290133224,2,1,1,0,0,250,223123104 +290133224,3,3,1,16005003,0,100,223123104 +290133224,4,4,1,1,0,750000,223123104 +290133225,1,8,1,4001669,0,1,223123104 +290133225,2,1,1,0,0,250,223123104 +290133225,3,3,1,16005003,0,100,223123104 +290133225,4,4,1,1,0,750000,223123104 +290133226,1,8,1,4001670,0,1,223123104 +290133226,2,1,1,0,0,250,223123104 +290133226,3,3,1,16005003,0,100,223123104 +290133226,4,4,1,1,0,750000,223123104 +290133227,1,8,1,4001671,0,1,223123104 +290133227,2,1,1,0,0,250,223123104 +290133227,3,3,1,16005003,0,100,223123104 +290133227,4,4,1,1,0,750000,223123104 +290133228,1,8,1,4001672,0,1,223123104 +290133228,2,1,1,0,0,250,223123104 +290133228,3,3,1,16005003,0,100,223123104 +290133228,4,4,1,1,0,750000,223123104 +290133229,1,8,1,4001673,0,1,223123104 +290133229,2,1,1,0,0,250,223123104 +290133229,3,3,1,16005003,0,100,223123104 +290133229,4,4,1,1,0,750000,223123104 +290133230,1,8,1,4001674,0,1,223123104 +290133230,2,1,1,0,0,250,223123104 +290133230,3,3,1,16005003,0,100,223123104 +290133230,4,4,1,1,0,750000,223123104 +290133231,1,8,1,4001675,0,1,223123104 +290133231,2,1,1,0,0,250,223123104 +290133231,3,3,1,16005003,0,100,223123104 +290133231,4,4,1,1,0,750000,223123104 +290133232,1,8,1,4001676,0,1,223123104 +290133232,2,1,1,0,0,250,223123104 +290133232,3,3,1,16005003,0,100,223123104 +290133232,4,4,1,1,0,750000,223123104 +290133233,1,8,1,4001677,0,1,223123104 +290133233,2,1,1,0,0,250,223123104 +290133233,3,3,1,16005003,0,100,223123104 +290133233,4,4,1,1,0,750000,223123104 +290133234,1,8,1,4001678,0,1,223123104 +290133234,2,1,1,0,0,250,223123104 +290133234,3,3,1,16005003,0,100,223123104 +290133234,4,4,1,1,0,750000,223123104 +290133235,1,8,1,4001679,0,1,223123104 +290133235,2,1,1,0,0,250,223123104 +290133235,3,3,1,16005003,0,100,223123104 +290133235,4,4,1,1,0,750000,223123104 +290133236,1,8,1,4001680,0,1,223123104 +290133236,2,1,1,0,0,250,223123104 +290133236,3,3,1,16005003,0,100,223123104 +290133236,4,4,1,1,0,750000,223123104 +290133237,1,8,1,4001681,0,1,223123104 +290133237,2,1,1,0,0,250,223123104 +290133237,3,3,1,16005003,0,100,223123104 +290133237,4,4,1,1,0,750000,223123104 +290133238,1,8,1,4001682,0,1,223123104 +290133238,2,1,1,0,0,250,223123104 +290133238,3,3,1,16005003,0,100,223123104 +290133238,4,4,1,1,0,750000,223123104 +290133239,1,8,1,4001683,0,1,223123104 +290133239,2,1,1,0,0,250,223123104 +290133239,3,3,1,16005003,0,100,223123104 +290133239,4,4,1,1,0,750000,223123104 +290133240,1,8,1,4001684,0,1,223123104 +290133240,2,1,1,0,0,250,223123104 +290133240,3,3,1,16005003,0,100,223123104 +290133240,4,4,1,1,0,750000,223123104 +290133241,1,8,1,4001685,0,1,223123104 +290133241,2,1,1,0,0,250,223123104 +290133241,3,3,1,16005003,0,100,223123104 +290133241,4,4,1,1,0,750000,223123104 +290133242,1,8,1,4001686,0,1,223123104 +290133242,2,1,1,0,0,250,223123104 +290133242,3,3,1,16005003,0,100,223123104 +290133242,4,4,1,1,0,750000,223123104 +290133243,1,8,1,4001687,0,1,223123104 +290133243,2,1,1,0,0,250,223123104 +290133243,3,3,1,16005003,0,100,223123104 +290133243,4,4,1,1,0,750000,223123104 +290133244,1,8,1,4001688,0,1,223123104 +290133244,2,1,1,0,0,250,223123104 +290133244,3,3,1,16005003,0,100,223123104 +290133244,4,4,1,1,0,750000,223123104 +290133245,1,8,1,4001689,0,1,223123104 +290133245,2,1,1,0,0,250,223123104 +290133245,3,3,1,16005003,0,100,223123104 +290133245,4,4,1,1,0,750000,223123104 +290133246,1,8,1,4001690,0,1,223123104 +290133246,2,1,1,0,0,250,223123104 +290133246,3,3,1,16005003,0,100,223123104 +290133246,4,4,1,1,0,750000,223123104 +290133247,1,8,1,4001691,0,1,223123104 +290133247,2,1,1,0,0,200,223123104 +290133247,3,3,1,16005003,0,75,223123104 +290133247,4,4,1,1,0,500000,223123104 +290133248,1,8,1,4001692,0,1,223123104 +290133248,2,1,1,0,0,200,223123104 +290133248,3,3,1,16005003,0,75,223123104 +290133248,4,4,1,1,0,500000,223123104 +290133249,1,8,1,4001693,0,1,223123104 +290133249,2,1,1,0,0,200,223123104 +290133249,3,3,1,16005003,0,75,223123104 +290133249,4,4,1,1,0,500000,223123104 +290133250,1,8,1,4001694,0,1,223123104 +290133250,2,1,1,0,0,200,223123104 +290133250,3,3,1,16005003,0,75,223123104 +290133250,4,4,1,1,0,500000,223123104 +290133251,1,8,1,4001695,0,1,223123104 +290133251,2,1,1,0,0,200,223123104 +290133251,3,3,1,16005003,0,75,223123104 +290133251,4,4,1,1,0,500000,223123104 +290133252,1,8,1,4001696,0,1,223123104 +290133252,2,1,1,0,0,200,223123104 +290133252,3,3,1,16005003,0,75,223123104 +290133252,4,4,1,1,0,500000,223123104 +290133253,1,8,1,4001697,0,1,223123104 +290133253,2,1,1,0,0,200,223123104 +290133253,3,3,1,16005003,0,75,223123104 +290133253,4,4,1,1,0,500000,223123104 +290133254,1,8,1,4001698,0,1,223123104 +290133254,2,1,1,0,0,200,223123104 +290133254,3,3,1,16005003,0,75,223123104 +290133254,4,4,1,1,0,500000,223123104 +290133255,1,8,1,4001699,0,1,223123104 +290133255,2,1,1,0,0,200,223123104 +290133255,3,3,1,16005003,0,75,223123104 +290133255,4,4,1,1,0,500000,223123104 +290133256,1,8,1,4001700,0,1,223123104 +290133256,2,1,1,0,0,200,223123104 +290133256,3,3,1,16005003,0,75,223123104 +290133256,4,4,1,1,0,500000,223123104 +290133257,1,8,1,4001701,0,1,223123104 +290133257,2,1,1,0,0,200,223123104 +290133257,3,3,1,16005003,0,75,223123104 +290133257,4,4,1,1,0,500000,223123104 +290133258,1,8,1,4001702,0,1,223123104 +290133258,2,1,1,0,0,200,223123104 +290133258,3,3,1,16005003,0,75,223123104 +290133258,4,4,1,1,0,500000,223123104 +290133259,1,8,1,4001703,0,1,223123104 +290133259,2,1,1,0,0,200,223123104 +290133259,3,3,1,16005003,0,75,223123104 +290133259,4,4,1,1,0,500000,223123104 +290133260,1,8,1,4001704,0,1,223123104 +290133260,2,1,1,0,0,200,223123104 +290133260,3,3,1,16005003,0,75,223123104 +290133260,4,4,1,1,0,500000,223123104 +290133261,1,8,1,4001705,0,1,223123104 +290133261,2,1,1,0,0,200,223123104 +290133261,3,3,1,16005003,0,75,223123104 +290133261,4,4,1,1,0,500000,223123104 +290133262,1,8,1,4001706,0,1,223123104 +290133262,2,1,1,0,0,200,223123104 +290133262,3,3,1,16005003,0,75,223123104 +290133262,4,4,1,1,0,500000,223123104 +290133263,1,8,1,4001707,0,1,223123104 +290133263,2,1,1,0,0,200,223123104 +290133263,3,3,1,16005003,0,75,223123104 +290133263,4,4,1,1,0,500000,223123104 +290133264,1,8,1,4001708,0,1,223123104 +290133264,2,1,1,0,0,200,223123104 +290133264,3,3,1,16005003,0,75,223123104 +290133264,4,4,1,1,0,500000,223123104 +290133265,1,8,1,4001709,0,1,223123104 +290133265,2,1,1,0,0,200,223123104 +290133265,3,3,1,16005003,0,75,223123104 +290133265,4,4,1,1,0,500000,223123104 +290133266,1,8,1,4001710,0,1,223123104 +290133266,2,1,1,0,0,200,223123104 +290133266,3,3,1,16005003,0,75,223123104 +290133266,4,4,1,1,0,500000,223123104 +290133267,1,8,1,4001711,0,1,223123104 +290133267,2,1,1,0,0,200,223123104 +290133267,3,3,1,16005003,0,75,223123104 +290133267,4,4,1,1,0,500000,223123104 +290133268,1,8,1,4001712,0,1,223123104 +290133268,2,1,1,0,0,200,223123104 +290133268,3,3,1,16005003,0,75,223123104 +290133268,4,4,1,1,0,500000,223123104 +290133269,1,8,1,4001713,0,1,223123104 +290133269,2,1,1,0,0,200,223123104 +290133269,3,3,1,16005003,0,75,223123104 +290133269,4,4,1,1,0,500000,223123104 +290133270,1,8,1,4001714,0,1,223123104 +290133270,2,1,1,0,0,200,223123104 +290133270,3,3,1,16005003,0,75,223123104 +290133270,4,4,1,1,0,500000,223123104 +290133271,1,8,1,4001715,0,1,223123104 +290133271,2,1,1,0,0,200,223123104 +290133271,3,3,1,16005003,0,75,223123104 +290133271,4,4,1,1,0,500000,223123104 +290133272,1,8,1,4001716,0,1,223123104 +290133272,2,1,1,0,0,200,223123104 +290133272,3,3,1,16005003,0,75,223123104 +290133272,4,4,1,1,0,500000,223123104 +290133273,1,8,1,4001717,0,1,223123104 +290133273,2,1,1,0,0,200,223123104 +290133273,3,3,1,16005003,0,75,223123104 +290133273,4,4,1,1,0,500000,223123104 +290133274,1,8,1,4001718,0,1,223123104 +290133274,2,1,1,0,0,200,223123104 +290133274,3,3,1,16005003,0,75,223123104 +290133274,4,4,1,1,0,500000,223123104 +290133275,1,8,1,4001719,0,1,223123104 +290133275,2,1,1,0,0,200,223123104 +290133275,3,3,1,16005003,0,75,223123104 +290133275,4,4,1,1,0,500000,223123104 +290133276,1,8,1,4001720,0,1,223123104 +290133276,2,1,1,0,0,200,223123104 +290133276,3,3,1,16005003,0,75,223123104 +290133276,4,4,1,1,0,500000,223123104 +290133277,1,8,1,4001721,0,1,223123104 +290133277,2,1,1,0,0,200,223123104 +290133277,3,3,1,16005003,0,75,223123104 +290133277,4,4,1,1,0,500000,223123104 +290133278,1,8,1,4001722,0,1,223123104 +290133278,2,1,1,0,0,200,223123104 +290133278,3,3,1,16005003,0,75,223123104 +290133278,4,4,1,1,0,500000,223123104 +290133279,1,8,1,4001723,0,1,223123104 +290133279,2,1,1,0,0,200,223123104 +290133279,3,3,1,16005003,0,75,223123104 +290133279,4,4,1,1,0,500000,223123104 +290133280,1,8,1,4001724,0,1,223123104 +290133280,2,1,1,0,0,200,223123104 +290133280,3,3,1,16005003,0,75,223123104 +290133280,4,4,1,1,0,500000,223123104 +290133281,1,8,1,4001725,0,1,223123104 +290133281,2,1,1,0,0,200,223123104 +290133281,3,3,1,16005003,0,75,223123104 +290133281,4,4,1,1,0,500000,223123104 +290133282,1,8,1,4001726,0,1,223123104 +290133282,2,1,1,0,0,200,223123104 +290133282,3,3,1,16005003,0,75,223123104 +290133282,4,4,1,1,0,500000,223123104 +290133283,1,8,1,4001727,0,1,223123104 +290133283,2,1,1,0,0,200,223123104 +290133283,3,3,1,16005003,0,75,223123104 +290133283,4,4,1,1,0,500000,223123104 +290133284,1,8,1,4001728,0,1,223123104 +290133284,2,1,1,0,0,200,223123104 +290133284,3,3,1,16005003,0,75,223123104 +290133284,4,4,1,1,0,500000,223123104 +290133285,1,8,1,4001729,0,1,223123104 +290133285,2,1,1,0,0,200,223123104 +290133285,3,3,1,16005003,0,75,223123104 +290133285,4,4,1,1,0,500000,223123104 +290133286,1,8,1,4001730,0,1,223123104 +290133286,2,1,1,0,0,200,223123104 +290133286,3,3,1,16005003,0,75,223123104 +290133286,4,4,1,1,0,500000,223123104 +290133287,1,8,1,4001731,0,1,223123104 +290133287,2,1,1,0,0,200,223123104 +290133287,3,3,1,16005003,0,75,223123104 +290133287,4,4,1,1,0,500000,223123104 +290133288,2,1,1,0,0,200,223123104 +290133288,3,3,1,16005003,0,75,223123104 +290133288,4,4,1,1,0,500000,223123104 +290133289,2,1,1,0,0,200,223123104 +290133289,3,3,1,16005003,0,75,223123104 +290133289,4,4,1,1,0,500000,223123104 +290133290,2,1,1,0,0,200,223123104 +290133290,3,3,1,16005003,0,75,223123104 +290133290,4,4,1,1,0,500000,223123104 +290133291,2,1,1,0,0,200,223123104 +290133291,3,3,1,16005003,0,75,223123104 +290133291,4,4,1,1,0,500000,223123104 +290133292,2,1,1,0,0,200,223123104 +290133292,3,3,1,16005003,0,75,223123104 +290133292,4,4,1,1,0,500000,223123104 +290133293,2,1,1,0,0,200,223123104 +290133293,3,3,1,16005003,0,75,223123104 +290133293,4,4,1,1,0,500000,223123104 +290133294,2,1,1,0,0,200,223123104 +290133294,3,3,1,16005003,0,75,223123104 +290133294,4,4,1,1,0,500000,223123104 +290133295,2,1,1,0,0,200,223123104 +290133295,3,3,1,16005003,0,75,223123104 +290133295,4,4,1,1,0,500000,223123104 +290133296,2,1,1,0,0,200,223123104 +290133296,3,3,1,16005003,0,75,223123104 +290133296,4,4,1,1,0,500000,223123104 +290133297,2,1,1,0,0,200,223123104 +290133297,3,3,1,16005003,0,75,223123104 +290133297,4,4,1,1,0,500000,223123104 +290133298,2,1,1,0,0,200,223123104 +290133298,3,3,1,16005003,0,75,223123104 +290133298,4,4,1,1,0,500000,223123104 +290133299,2,1,1,0,0,200,223123104 +290133299,3,3,1,16005003,0,75,223123104 +290133299,4,4,1,1,0,500000,223123104 +290133300,2,1,1,0,0,200,223123104 +290133300,3,3,1,16005003,0,75,223123104 +290133300,4,4,1,1,0,500000,223123104 +290133301,2,1,1,0,0,200,223123104 +290133301,3,3,1,16005003,0,75,223123104 +290133301,4,4,1,1,0,500000,223123104 +290133302,2,1,1,0,0,200,223123104 +290133302,3,3,1,16005003,0,75,223123104 +290133302,4,4,1,1,0,500000,223123104 +290133303,2,1,1,0,0,200,223123104 +290133303,3,3,1,16005003,0,75,223123104 +290133303,4,4,1,1,0,500000,223123104 +290133304,2,1,1,0,0,200,223123104 +290133304,3,3,1,16005003,0,75,223123104 +290133304,4,4,1,1,0,500000,223123104 +290133305,2,1,1,0,0,200,223123104 +290133305,3,3,1,16005003,0,75,223123104 +290133305,4,4,1,1,0,500000,223123104 +290133306,2,1,1,0,0,200,223123104 +290133306,3,3,1,16005003,0,75,223123104 +290133306,4,4,1,1,0,500000,223123104 +290133307,2,1,1,0,0,200,223123104 +290133307,3,3,1,16005003,0,75,223123104 +290133307,4,4,1,1,0,500000,223123104 +290133308,2,1,1,0,0,200,223123104 +290133308,3,3,1,16005003,0,75,223123104 +290133308,4,4,1,1,0,500000,223123104 +290133309,2,1,1,0,0,200,223123104 +290133309,3,3,1,16005003,0,75,223123104 +290133309,4,4,1,1,0,500000,223123104 +290133310,2,1,1,0,0,200,223123104 +290133310,3,3,1,16005003,0,75,223123104 +290133310,4,4,1,1,0,500000,223123104 +290133311,2,1,1,0,0,200,223123104 +290133311,3,3,1,16005003,0,75,223123104 +290133311,4,4,1,1,0,500000,223123104 +290133312,2,1,1,0,0,200,223123104 +290133312,3,3,1,16005003,0,75,223123104 +290133312,4,4,1,1,0,500000,223123104 +290133313,2,1,1,0,0,200,223123104 +290133313,3,3,1,16005003,0,75,223123104 +290133313,4,4,1,1,0,500000,223123104 +290133314,2,1,1,0,0,200,223123104 +290133314,3,3,1,16005003,0,75,223123104 +290133314,4,4,1,1,0,500000,223123104 +290133315,2,1,1,0,0,200,223123104 +290133315,3,3,1,16005003,0,75,223123104 +290133315,4,4,1,1,0,500000,223123104 +290133316,2,1,1,0,0,200,223123104 +290133316,3,3,1,16005003,0,75,223123104 +290133316,4,4,1,1,0,500000,223123104 +290133317,2,1,1,0,0,200,223123104 +290133317,3,3,1,16005003,0,75,223123104 +290133317,4,4,1,1,0,500000,223123104 +290133318,2,1,1,0,0,200,223123104 +290133318,3,3,1,16005003,0,75,223123104 +290133318,4,4,1,1,0,500000,223123104 +290133319,2,1,1,0,0,200,223123104 +290133319,3,3,1,16005003,0,75,223123104 +290133319,4,4,1,1,0,500000,223123104 +290133320,2,1,1,0,0,200,223123104 +290133320,3,3,1,16005003,0,75,223123104 +290133320,4,4,1,1,0,500000,223123104 +290133321,2,1,1,0,0,200,223123104 +290133321,3,3,1,16005003,0,75,223123104 +290133321,4,4,1,1,0,500000,223123104 +290133322,2,1,1,0,0,200,223123104 +290133322,3,3,1,16005003,0,75,223123104 +290133322,4,4,1,1,0,500000,223123104 +290133323,2,1,1,0,0,200,223123104 +290133323,3,3,1,16005003,0,75,223123104 +290133323,4,4,1,1,0,500000,223123104 +290133324,2,1,1,0,0,200,223123104 +290133324,3,3,1,16005003,0,75,223123104 +290133324,4,4,1,1,0,500000,223123104 +290133325,2,1,1,0,0,200,223123104 +290133325,3,3,1,16005003,0,75,223123104 +290133325,4,4,1,1,0,500000,223123104 +290133326,2,1,1,0,0,200,223123104 +290133326,3,3,1,16005003,0,75,223123104 +290133326,4,4,1,1,0,500000,223123104 +290133327,2,1,1,0,0,200,223123104 +290133327,3,3,1,16005003,0,75,223123104 +290133327,4,4,1,1,0,500000,223123104 +290133328,2,1,1,0,0,200,223123104 +290133328,3,3,1,16005003,0,75,223123104 +290133328,4,4,1,1,0,500000,223123104 +290141001,1,8,1,4001755,0,1,224030104 +290141001,2,1,1,0,0,1000,224030104 +290141001,3,3,1,16005003,0,500,224030104 +290141001,4,4,1,1,0,3000000,224030104 +290141002,1,8,1,4001756,0,1,224030104 +290141002,2,1,1,0,0,1000,224030104 +290141002,3,3,1,16005003,0,500,224030104 +290141002,4,4,1,1,0,3000000,224030104 +290141003,1,8,1,4001757,0,1,224030104 +290141003,2,1,1,0,0,1000,224030104 +290141003,3,3,1,16005003,0,500,224030104 +290141003,4,4,1,1,0,3000000,224030104 +290141004,1,8,1,4001758,0,1,224030104 +290141004,2,1,1,0,0,1000,224030104 +290141004,3,3,1,16005003,0,500,224030104 +290141004,4,4,1,1,0,3000000,224030104 +290141005,1,8,1,4001759,0,1,224030104 +290141005,2,1,1,0,0,1000,224030104 +290141005,3,3,1,16005003,0,500,224030104 +290141005,4,4,1,1,0,3000000,224030104 +290141006,1,8,1,4001760,0,1,224030104 +290141006,2,1,1,0,0,1000,224030104 +290141006,3,3,1,16005003,0,500,224030104 +290141006,4,4,1,1,0,3000000,224030104 +290141007,1,8,1,4001761,0,1,224030104 +290141007,2,1,1,0,0,1000,224030104 +290141007,3,3,1,16005003,0,500,224030104 +290141007,4,4,1,1,0,3000000,224030104 +290141008,1,8,1,4001762,0,1,224030104 +290141008,2,1,1,0,0,1000,224030104 +290141008,3,3,1,16005003,0,500,224030104 +290141008,4,4,1,1,0,3000000,224030104 +290141009,1,8,1,4001763,0,1,224030104 +290141009,2,1,1,0,0,1000,224030104 +290141009,3,3,1,16005003,0,500,224030104 +290141009,4,4,1,1,0,3000000,224030104 +290141010,1,8,1,4001764,0,1,224030104 +290141010,2,1,1,0,0,1000,224030104 +290141010,3,3,1,16005003,0,500,224030104 +290141010,4,4,1,1,0,3000000,224030104 +290141011,1,8,1,4001765,0,1,224030104 +290141011,2,1,1,0,0,1000,224030104 +290141011,3,3,1,16005003,0,500,224030104 +290141011,4,4,1,1,0,3000000,224030104 +290141012,1,8,1,4001766,0,1,224030104 +290141012,2,1,1,0,0,1000,224030104 +290141012,3,3,1,16005003,0,500,224030104 +290141012,4,4,1,1,0,3000000,224030104 +290141013,1,8,1,4001767,0,1,224030104 +290141013,2,1,1,0,0,1000,224030104 +290141013,3,3,1,16005003,0,500,224030104 +290141013,4,4,1,1,0,3000000,224030104 +290141014,1,8,1,4001768,0,1,224030104 +290141014,2,1,1,0,0,1000,224030104 +290141014,3,3,1,16005003,0,500,224030104 +290141014,4,4,1,1,0,3000000,224030104 +290141015,1,8,1,4001769,0,1,224030104 +290141015,2,1,1,0,0,1000,224030104 +290141015,3,3,1,16005003,0,500,224030104 +290141015,4,4,1,1,0,3000000,224030104 +290141016,1,8,1,4001770,0,1,224030104 +290141016,2,1,1,0,0,1000,224030104 +290141016,3,3,1,16005003,0,500,224030104 +290141016,4,4,1,1,0,3000000,224030104 +290141017,1,8,1,4001771,0,1,224030104 +290141017,2,1,1,0,0,1000,224030104 +290141017,3,3,1,16005003,0,500,224030104 +290141017,4,4,1,1,0,3000000,224030104 +290141018,1,8,1,4001772,0,1,224030104 +290141018,2,1,1,0,0,1000,224030104 +290141018,3,3,1,16005003,0,500,224030104 +290141018,4,4,1,1,0,3000000,224030104 +290141019,1,8,1,4001773,0,1,224030104 +290141019,2,1,1,0,0,1000,224030104 +290141019,3,3,1,16005003,0,500,224030104 +290141019,4,4,1,1,0,3000000,224030104 +290141020,1,8,1,4001774,0,1,224030104 +290141020,2,1,1,0,0,1000,224030104 +290141020,3,3,1,16005003,0,500,224030104 +290141020,4,4,1,1,0,3000000,224030104 +290141021,1,8,1,4001775,0,1,224030104 +290141021,2,1,1,0,0,1000,224030104 +290141021,3,3,1,16005003,0,500,224030104 +290141021,4,4,1,1,0,3000000,224030104 +290141022,1,8,1,4001776,0,1,224030104 +290141022,2,1,1,0,0,1000,224030104 +290141022,3,3,1,16005003,0,500,224030104 +290141022,4,4,1,1,0,3000000,224030104 +290141023,1,8,1,4001777,0,1,224030104 +290141023,2,1,1,0,0,1000,224030104 +290141023,3,3,1,16005003,0,500,224030104 +290141023,4,4,1,1,0,3000000,224030104 +290141024,1,8,1,4001778,0,1,224030104 +290141024,2,1,1,0,0,1000,224030104 +290141024,3,3,1,16005003,0,500,224030104 +290141024,4,4,1,1,0,3000000,224030104 +290141025,1,8,1,4001779,0,1,224030104 +290141025,2,1,1,0,0,1000,224030104 +290141025,3,3,1,16005003,0,500,224030104 +290141025,4,4,1,1,0,3000000,224030104 +290141026,1,8,1,4001780,0,1,224030104 +290141026,2,1,1,0,0,1000,224030104 +290141026,3,3,1,16005003,0,500,224030104 +290141026,4,4,1,1,0,3000000,224030104 +290141027,1,8,1,4001781,0,1,224030104 +290141027,2,1,1,0,0,1000,224030104 +290141027,3,3,1,16005003,0,500,224030104 +290141027,4,4,1,1,0,3000000,224030104 +290141028,1,8,1,4001782,0,1,224030104 +290141028,2,1,1,0,0,1000,224030104 +290141028,3,3,1,16005003,0,500,224030104 +290141028,4,4,1,1,0,3000000,224030104 +290141029,1,8,1,4001783,0,1,224030104 +290141029,2,1,1,0,0,1000,224030104 +290141029,3,3,1,16005003,0,500,224030104 +290141029,4,4,1,1,0,3000000,224030104 +290141030,1,8,1,4001784,0,1,224030104 +290141030,2,1,1,0,0,1000,224030104 +290141030,3,3,1,16005003,0,500,224030104 +290141030,4,4,1,1,0,3000000,224030104 +290141031,1,8,1,4001785,0,1,224030104 +290141031,2,1,1,0,0,1000,224030104 +290141031,3,3,1,16005003,0,500,224030104 +290141031,4,4,1,1,0,3000000,224030104 +290141032,1,8,1,4001786,0,1,224030104 +290141032,2,1,1,0,0,1000,224030104 +290141032,3,3,1,16005003,0,500,224030104 +290141032,4,4,1,1,0,3000000,224030104 +290141033,1,8,1,4001787,0,1,224030104 +290141033,2,1,1,0,0,1000,224030104 +290141033,3,3,1,16005003,0,500,224030104 +290141033,4,4,1,1,0,3000000,224030104 +290141034,1,8,1,4001788,0,1,224030104 +290141034,2,1,1,0,0,1000,224030104 +290141034,3,3,1,16005003,0,500,224030104 +290141034,4,4,1,1,0,3000000,224030104 +290141035,1,8,1,4001789,0,1,224030104 +290141035,2,1,1,0,0,1000,224030104 +290141035,3,3,1,16005003,0,500,224030104 +290141035,4,4,1,1,0,3000000,224030104 +290141036,1,8,1,4001790,0,1,224030104 +290141036,2,1,1,0,0,1000,224030104 +290141036,3,3,1,16005003,0,500,224030104 +290141036,4,4,1,1,0,3000000,224030104 +290141037,1,8,1,4001791,0,1,224030104 +290141037,2,1,1,0,0,1000,224030104 +290141037,3,3,1,16005003,0,500,224030104 +290141037,4,4,1,1,0,3000000,224030104 +290141038,1,8,1,4001792,0,1,224030104 +290141038,2,1,1,0,0,1000,224030104 +290141038,3,3,1,16005003,0,500,224030104 +290141038,4,4,1,1,0,3000000,224030104 +290141039,1,8,1,4001793,0,1,224030104 +290141039,2,1,1,0,0,1000,224030104 +290141039,3,3,1,16005003,0,500,224030104 +290141039,4,4,1,1,0,3000000,224030104 +290141040,1,8,1,4001794,0,1,224030104 +290141040,2,1,1,0,0,1000,224030104 +290141040,3,3,1,16005003,0,500,224030104 +290141040,4,4,1,1,0,3000000,224030104 +290141041,1,8,1,4001795,0,1,224030104 +290141041,2,1,1,0,0,1000,224030104 +290141041,3,3,1,16005003,0,500,224030104 +290141041,4,4,1,1,0,3000000,224030104 +290141042,1,8,1,4001796,0,1,224030104 +290141042,2,1,1,0,0,800,224030104 +290141042,3,3,1,16005003,0,400,224030104 +290141042,4,4,1,1,0,2500000,224030104 +290141043,1,8,1,4001797,0,1,224030104 +290141043,2,1,1,0,0,800,224030104 +290141043,3,3,1,16005003,0,400,224030104 +290141043,4,4,1,1,0,2500000,224030104 +290141044,1,8,1,4001798,0,1,224030104 +290141044,2,1,1,0,0,800,224030104 +290141044,3,3,1,16005003,0,400,224030104 +290141044,4,4,1,1,0,2500000,224030104 +290141045,1,8,1,4001799,0,1,224030104 +290141045,2,1,1,0,0,800,224030104 +290141045,3,3,1,16005003,0,400,224030104 +290141045,4,4,1,1,0,2500000,224030104 +290141046,1,8,1,4001800,0,1,224030104 +290141046,2,1,1,0,0,800,224030104 +290141046,3,3,1,16005003,0,400,224030104 +290141046,4,4,1,1,0,2500000,224030104 +290141047,1,8,1,4001801,0,1,224030104 +290141047,2,1,1,0,0,800,224030104 +290141047,3,3,1,16005003,0,400,224030104 +290141047,4,4,1,1,0,2500000,224030104 +290141048,1,8,1,4001802,0,1,224030104 +290141048,2,1,1,0,0,800,224030104 +290141048,3,3,1,16005003,0,400,224030104 +290141048,4,4,1,1,0,2500000,224030104 +290141049,1,8,1,4001803,0,1,224030104 +290141049,2,1,1,0,0,800,224030104 +290141049,3,3,1,16005003,0,400,224030104 +290141049,4,4,1,1,0,2500000,224030104 +290141050,1,8,1,4001804,0,1,224030104 +290141050,2,1,1,0,0,800,224030104 +290141050,3,3,1,16005003,0,400,224030104 +290141050,4,4,1,1,0,2500000,224030104 +290141051,1,8,1,4001805,0,1,224030104 +290141051,2,1,1,0,0,800,224030104 +290141051,3,3,1,16005003,0,400,224030104 +290141051,4,4,1,1,0,2500000,224030104 +290141052,1,8,1,4001806,0,1,224030104 +290141052,2,1,1,0,0,800,224030104 +290141052,3,3,1,16005003,0,400,224030104 +290141052,4,4,1,1,0,2500000,224030104 +290141053,1,8,1,4001807,0,1,224030104 +290141053,2,1,1,0,0,800,224030104 +290141053,3,3,1,16005003,0,400,224030104 +290141053,4,4,1,1,0,2500000,224030104 +290141054,1,8,1,4001808,0,1,224030104 +290141054,2,1,1,0,0,800,224030104 +290141054,3,3,1,16005003,0,400,224030104 +290141054,4,4,1,1,0,2500000,224030104 +290141055,1,8,1,4001809,0,1,224030104 +290141055,2,1,1,0,0,800,224030104 +290141055,3,3,1,16005003,0,400,224030104 +290141055,4,4,1,1,0,2500000,224030104 +290141056,1,8,1,4001810,0,1,224030104 +290141056,2,1,1,0,0,800,224030104 +290141056,3,3,1,16005003,0,400,224030104 +290141056,4,4,1,1,0,2500000,224030104 +290141057,1,8,1,4001811,0,1,224030104 +290141057,2,1,1,0,0,800,224030104 +290141057,3,3,1,16005003,0,400,224030104 +290141057,4,4,1,1,0,2500000,224030104 +290141058,1,8,1,4001812,0,1,224030104 +290141058,2,1,1,0,0,800,224030104 +290141058,3,3,1,16005003,0,400,224030104 +290141058,4,4,1,1,0,2500000,224030104 +290141059,1,8,1,4001813,0,1,224030104 +290141059,2,1,1,0,0,800,224030104 +290141059,3,3,1,16005003,0,400,224030104 +290141059,4,4,1,1,0,2500000,224030104 +290141060,1,8,1,4001814,0,1,224030104 +290141060,2,1,1,0,0,800,224030104 +290141060,3,3,1,16005003,0,400,224030104 +290141060,4,4,1,1,0,2500000,224030104 +290141061,1,8,1,4001815,0,1,224030104 +290141061,2,1,1,0,0,800,224030104 +290141061,3,3,1,16005003,0,400,224030104 +290141061,4,4,1,1,0,2500000,224030104 +290141062,1,8,1,4001816,0,1,224030104 +290141062,2,1,1,0,0,800,224030104 +290141062,3,3,1,16005003,0,400,224030104 +290141062,4,4,1,1,0,2500000,224030104 +290141063,1,8,1,4001817,0,1,224030104 +290141063,2,1,1,0,0,800,224030104 +290141063,3,3,1,16005003,0,400,224030104 +290141063,4,4,1,1,0,2500000,224030104 +290141064,1,8,1,4001818,0,1,224030104 +290141064,2,1,1,0,0,800,224030104 +290141064,3,3,1,16005003,0,400,224030104 +290141064,4,4,1,1,0,2500000,224030104 +290141065,1,8,1,4001819,0,1,224030104 +290141065,2,1,1,0,0,800,224030104 +290141065,3,3,1,16005003,0,400,224030104 +290141065,4,4,1,1,0,2500000,224030104 +290141066,1,8,1,4001820,0,1,224030104 +290141066,2,1,1,0,0,800,224030104 +290141066,3,3,1,16005003,0,400,224030104 +290141066,4,4,1,1,0,2500000,224030104 +290141067,1,8,1,4001821,0,1,224030104 +290141067,2,1,1,0,0,800,224030104 +290141067,3,3,1,16005003,0,400,224030104 +290141067,4,4,1,1,0,2500000,224030104 +290141068,1,8,1,4001822,0,1,224030104 +290141068,2,1,1,0,0,800,224030104 +290141068,3,3,1,16005003,0,400,224030104 +290141068,4,4,1,1,0,2500000,224030104 +290141069,1,8,1,4001823,0,1,224030104 +290141069,2,1,1,0,0,800,224030104 +290141069,3,3,1,16005003,0,400,224030104 +290141069,4,4,1,1,0,2500000,224030104 +290141070,1,8,1,4001824,0,1,224030104 +290141070,2,1,1,0,0,800,224030104 +290141070,3,3,1,16005003,0,400,224030104 +290141070,4,4,1,1,0,2500000,224030104 +290141071,1,8,1,4001825,0,1,224030104 +290141071,2,1,1,0,0,800,224030104 +290141071,3,3,1,16005003,0,400,224030104 +290141071,4,4,1,1,0,2500000,224030104 +290141072,1,8,1,4001826,0,1,224030104 +290141072,2,1,1,0,0,800,224030104 +290141072,3,3,1,16005003,0,400,224030104 +290141072,4,4,1,1,0,2500000,224030104 +290141073,1,8,1,4001827,0,1,224030104 +290141073,2,1,1,0,0,800,224030104 +290141073,3,3,1,16005003,0,400,224030104 +290141073,4,4,1,1,0,2500000,224030104 +290141074,1,8,1,4001828,0,1,224030104 +290141074,2,1,1,0,0,800,224030104 +290141074,3,3,1,16005003,0,400,224030104 +290141074,4,4,1,1,0,2500000,224030104 +290141075,1,8,1,4001829,0,1,224030104 +290141075,2,1,1,0,0,800,224030104 +290141075,3,3,1,16005003,0,400,224030104 +290141075,4,4,1,1,0,2500000,224030104 +290141076,1,8,1,4001830,0,1,224030104 +290141076,2,1,1,0,0,800,224030104 +290141076,3,3,1,16005003,0,400,224030104 +290141076,4,4,1,1,0,2500000,224030104 +290141077,1,8,1,4001831,0,1,224030104 +290141077,2,1,1,0,0,800,224030104 +290141077,3,3,1,16005003,0,400,224030104 +290141077,4,4,1,1,0,2500000,224030104 +290141078,1,8,1,4001832,0,1,224030104 +290141078,2,1,1,0,0,800,224030104 +290141078,3,3,1,16005003,0,400,224030104 +290141078,4,4,1,1,0,2500000,224030104 +290141079,1,8,1,4001833,0,1,224030104 +290141079,2,1,1,0,0,800,224030104 +290141079,3,3,1,16005003,0,400,224030104 +290141079,4,4,1,1,0,2500000,224030104 +290141080,1,8,1,4001834,0,1,224030104 +290141080,2,1,1,0,0,800,224030104 +290141080,3,3,1,16005003,0,400,224030104 +290141080,4,4,1,1,0,2500000,224030104 +290141081,1,8,1,4001835,0,1,224030104 +290141081,2,1,1,0,0,800,224030104 +290141081,3,3,1,16005003,0,400,224030104 +290141081,4,4,1,1,0,2500000,224030104 +290141082,1,8,1,4001836,0,1,224030104 +290141082,2,1,1,0,0,800,224030104 +290141082,3,3,1,16005003,0,400,224030104 +290141082,4,4,1,1,0,2500000,224030104 +290141083,1,8,1,4001837,0,1,224030104 +290141083,2,1,1,0,0,600,224030104 +290141083,3,3,1,16005003,0,300,224030104 +290141083,4,4,1,1,0,2000000,224030104 +290141084,1,8,1,4001838,0,1,224030104 +290141084,2,1,1,0,0,600,224030104 +290141084,3,3,1,16005003,0,300,224030104 +290141084,4,4,1,1,0,2000000,224030104 +290141085,1,8,1,4001839,0,1,224030104 +290141085,2,1,1,0,0,600,224030104 +290141085,3,3,1,16005003,0,300,224030104 +290141085,4,4,1,1,0,2000000,224030104 +290141086,1,8,1,4001840,0,1,224030104 +290141086,2,1,1,0,0,600,224030104 +290141086,3,3,1,16005003,0,300,224030104 +290141086,4,4,1,1,0,2000000,224030104 +290141087,1,8,1,4001841,0,1,224030104 +290141087,2,1,1,0,0,600,224030104 +290141087,3,3,1,16005003,0,300,224030104 +290141087,4,4,1,1,0,2000000,224030104 +290141088,1,8,1,4001842,0,1,224030104 +290141088,2,1,1,0,0,600,224030104 +290141088,3,3,1,16005003,0,300,224030104 +290141088,4,4,1,1,0,2000000,224030104 +290141089,1,8,1,4001843,0,1,224030104 +290141089,2,1,1,0,0,600,224030104 +290141089,3,3,1,16005003,0,300,224030104 +290141089,4,4,1,1,0,2000000,224030104 +290141090,1,8,1,4001844,0,1,224030104 +290141090,2,1,1,0,0,600,224030104 +290141090,3,3,1,16005003,0,300,224030104 +290141090,4,4,1,1,0,2000000,224030104 +290141091,1,8,1,4001845,0,1,224030104 +290141091,2,1,1,0,0,600,224030104 +290141091,3,3,1,16005003,0,300,224030104 +290141091,4,4,1,1,0,2000000,224030104 +290141092,1,8,1,4001846,0,1,224030104 +290141092,2,1,1,0,0,600,224030104 +290141092,3,3,1,16005003,0,300,224030104 +290141092,4,4,1,1,0,2000000,224030104 +290141093,1,8,1,4001847,0,1,224030104 +290141093,2,1,1,0,0,600,224030104 +290141093,3,3,1,16005003,0,300,224030104 +290141093,4,4,1,1,0,2000000,224030104 +290141094,1,8,1,4001848,0,1,224030104 +290141094,2,1,1,0,0,600,224030104 +290141094,3,3,1,16005003,0,300,224030104 +290141094,4,4,1,1,0,2000000,224030104 +290141095,1,8,1,4001849,0,1,224030104 +290141095,2,1,1,0,0,600,224030104 +290141095,3,3,1,16005003,0,300,224030104 +290141095,4,4,1,1,0,2000000,224030104 +290141096,1,8,1,4001850,0,1,224030104 +290141096,2,1,1,0,0,600,224030104 +290141096,3,3,1,16005003,0,300,224030104 +290141096,4,4,1,1,0,2000000,224030104 +290141097,1,8,1,4001851,0,1,224030104 +290141097,2,1,1,0,0,600,224030104 +290141097,3,3,1,16005003,0,300,224030104 +290141097,4,4,1,1,0,2000000,224030104 +290141098,1,8,1,4001852,0,1,224030104 +290141098,2,1,1,0,0,600,224030104 +290141098,3,3,1,16005003,0,300,224030104 +290141098,4,4,1,1,0,2000000,224030104 +290141099,1,8,1,4001853,0,1,224030104 +290141099,2,1,1,0,0,600,224030104 +290141099,3,3,1,16005003,0,300,224030104 +290141099,4,4,1,1,0,2000000,224030104 +290141100,1,8,1,4001854,0,1,224030104 +290141100,2,1,1,0,0,600,224030104 +290141100,3,3,1,16005003,0,300,224030104 +290141100,4,4,1,1,0,2000000,224030104 +290141101,1,8,1,4001855,0,1,224030104 +290141101,2,1,1,0,0,600,224030104 +290141101,3,3,1,16005003,0,300,224030104 +290141101,4,4,1,1,0,2000000,224030104 +290141102,1,8,1,4001856,0,1,224030104 +290141102,2,1,1,0,0,600,224030104 +290141102,3,3,1,16005003,0,300,224030104 +290141102,4,4,1,1,0,2000000,224030104 +290141103,1,8,1,4001857,0,1,224030104 +290141103,2,1,1,0,0,600,224030104 +290141103,3,3,1,16005003,0,300,224030104 +290141103,4,4,1,1,0,2000000,224030104 +290141104,1,8,1,4001858,0,1,224030104 +290141104,2,1,1,0,0,600,224030104 +290141104,3,3,1,16005003,0,300,224030104 +290141104,4,4,1,1,0,2000000,224030104 +290141105,1,8,1,4001859,0,1,224030104 +290141105,2,1,1,0,0,600,224030104 +290141105,3,3,1,16005003,0,300,224030104 +290141105,4,4,1,1,0,2000000,224030104 +290141106,1,8,1,4001860,0,1,224030104 +290141106,2,1,1,0,0,600,224030104 +290141106,3,3,1,16005003,0,300,224030104 +290141106,4,4,1,1,0,2000000,224030104 +290141107,1,8,1,4001861,0,1,224030104 +290141107,2,1,1,0,0,600,224030104 +290141107,3,3,1,16005003,0,300,224030104 +290141107,4,4,1,1,0,2000000,224030104 +290141108,1,8,1,4001862,0,1,224030104 +290141108,2,1,1,0,0,600,224030104 +290141108,3,3,1,16005003,0,300,224030104 +290141108,4,4,1,1,0,2000000,224030104 +290141109,1,8,1,4001863,0,1,224030104 +290141109,2,1,1,0,0,600,224030104 +290141109,3,3,1,16005003,0,300,224030104 +290141109,4,4,1,1,0,2000000,224030104 +290141110,1,8,1,4001864,0,1,224030104 +290141110,2,1,1,0,0,600,224030104 +290141110,3,3,1,16005003,0,300,224030104 +290141110,4,4,1,1,0,2000000,224030104 +290141111,1,8,1,4001865,0,1,224030104 +290141111,2,1,1,0,0,600,224030104 +290141111,3,3,1,16005003,0,300,224030104 +290141111,4,4,1,1,0,2000000,224030104 +290141112,1,8,1,4001866,0,1,224030104 +290141112,2,1,1,0,0,600,224030104 +290141112,3,3,1,16005003,0,300,224030104 +290141112,4,4,1,1,0,2000000,224030104 +290141113,1,8,1,4001867,0,1,224030104 +290141113,2,1,1,0,0,600,224030104 +290141113,3,3,1,16005003,0,300,224030104 +290141113,4,4,1,1,0,2000000,224030104 +290141114,1,8,1,4001868,0,1,224030104 +290141114,2,1,1,0,0,600,224030104 +290141114,3,3,1,16005003,0,300,224030104 +290141114,4,4,1,1,0,2000000,224030104 +290141115,1,8,1,4001869,0,1,224030104 +290141115,2,1,1,0,0,600,224030104 +290141115,3,3,1,16005003,0,300,224030104 +290141115,4,4,1,1,0,2000000,224030104 +290141116,1,8,1,4001870,0,1,224030104 +290141116,2,1,1,0,0,600,224030104 +290141116,3,3,1,16005003,0,300,224030104 +290141116,4,4,1,1,0,2000000,224030104 +290141117,1,8,1,4001871,0,1,224030104 +290141117,2,1,1,0,0,600,224030104 +290141117,3,3,1,16005003,0,300,224030104 +290141117,4,4,1,1,0,2000000,224030104 +290141118,1,8,1,4001872,0,1,224030104 +290141118,2,1,1,0,0,600,224030104 +290141118,3,3,1,16005003,0,300,224030104 +290141118,4,4,1,1,0,2000000,224030104 +290141119,1,8,1,4001873,0,1,224030104 +290141119,2,1,1,0,0,600,224030104 +290141119,3,3,1,16005003,0,300,224030104 +290141119,4,4,1,1,0,2000000,224030104 +290141120,1,8,1,4001874,0,1,224030104 +290141120,2,1,1,0,0,600,224030104 +290141120,3,3,1,16005003,0,300,224030104 +290141120,4,4,1,1,0,2000000,224030104 +290141121,1,8,1,4001875,0,1,224030104 +290141121,2,1,1,0,0,600,224030104 +290141121,3,3,1,16005003,0,300,224030104 +290141121,4,4,1,1,0,2000000,224030104 +290141122,1,8,1,4001876,0,1,224030104 +290141122,2,1,1,0,0,600,224030104 +290141122,3,3,1,16005003,0,300,224030104 +290141122,4,4,1,1,0,2000000,224030104 +290141123,1,8,1,4001877,0,1,224030104 +290141123,2,1,1,0,0,600,224030104 +290141123,3,3,1,16005003,0,300,224030104 +290141123,4,4,1,1,0,2000000,224030104 +290141124,1,8,1,4001878,0,1,224030104 +290141124,2,1,1,0,0,400,224030104 +290141124,3,3,1,16005003,0,200,224030104 +290141124,4,4,1,1,0,1500000,224030104 +290141125,1,8,1,4001879,0,1,224030104 +290141125,2,1,1,0,0,400,224030104 +290141125,3,3,1,16005003,0,200,224030104 +290141125,4,4,1,1,0,1500000,224030104 +290141126,1,8,1,4001880,0,1,224030104 +290141126,2,1,1,0,0,400,224030104 +290141126,3,3,1,16005003,0,200,224030104 +290141126,4,4,1,1,0,1500000,224030104 +290141127,1,8,1,4001881,0,1,224030104 +290141127,2,1,1,0,0,400,224030104 +290141127,3,3,1,16005003,0,200,224030104 +290141127,4,4,1,1,0,1500000,224030104 +290141128,1,8,1,4001882,0,1,224030104 +290141128,2,1,1,0,0,400,224030104 +290141128,3,3,1,16005003,0,200,224030104 +290141128,4,4,1,1,0,1500000,224030104 +290141129,1,8,1,4001883,0,1,224030104 +290141129,2,1,1,0,0,400,224030104 +290141129,3,3,1,16005003,0,200,224030104 +290141129,4,4,1,1,0,1500000,224030104 +290141130,1,8,1,4001884,0,1,224030104 +290141130,2,1,1,0,0,400,224030104 +290141130,3,3,1,16005003,0,200,224030104 +290141130,4,4,1,1,0,1500000,224030104 +290141131,1,8,1,4001885,0,1,224030104 +290141131,2,1,1,0,0,400,224030104 +290141131,3,3,1,16005003,0,200,224030104 +290141131,4,4,1,1,0,1500000,224030104 +290141132,1,8,1,4001886,0,1,224030104 +290141132,2,1,1,0,0,400,224030104 +290141132,3,3,1,16005003,0,200,224030104 +290141132,4,4,1,1,0,1500000,224030104 +290141133,1,8,1,4001887,0,1,224030104 +290141133,2,1,1,0,0,400,224030104 +290141133,3,3,1,16005003,0,200,224030104 +290141133,4,4,1,1,0,1500000,224030104 +290141134,1,8,1,4001888,0,1,224030104 +290141134,2,1,1,0,0,400,224030104 +290141134,3,3,1,16005003,0,200,224030104 +290141134,4,4,1,1,0,1500000,224030104 +290141135,1,8,1,4001889,0,1,224030104 +290141135,2,1,1,0,0,400,224030104 +290141135,3,3,1,16005003,0,200,224030104 +290141135,4,4,1,1,0,1500000,224030104 +290141136,1,8,1,4001890,0,1,224030104 +290141136,2,1,1,0,0,400,224030104 +290141136,3,3,1,16005003,0,200,224030104 +290141136,4,4,1,1,0,1500000,224030104 +290141137,1,8,1,4001891,0,1,224030104 +290141137,2,1,1,0,0,400,224030104 +290141137,3,3,1,16005003,0,200,224030104 +290141137,4,4,1,1,0,1500000,224030104 +290141138,1,8,1,4001892,0,1,224030104 +290141138,2,1,1,0,0,400,224030104 +290141138,3,3,1,16005003,0,200,224030104 +290141138,4,4,1,1,0,1500000,224030104 +290141139,1,8,1,4001893,0,1,224030104 +290141139,2,1,1,0,0,400,224030104 +290141139,3,3,1,16005003,0,200,224030104 +290141139,4,4,1,1,0,1500000,224030104 +290141140,1,8,1,4001894,0,1,224030104 +290141140,2,1,1,0,0,400,224030104 +290141140,3,3,1,16005003,0,200,224030104 +290141140,4,4,1,1,0,1500000,224030104 +290141141,1,8,1,4001895,0,1,224030104 +290141141,2,1,1,0,0,400,224030104 +290141141,3,3,1,16005003,0,200,224030104 +290141141,4,4,1,1,0,1500000,224030104 +290141142,1,8,1,4001896,0,1,224030104 +290141142,2,1,1,0,0,400,224030104 +290141142,3,3,1,16005003,0,200,224030104 +290141142,4,4,1,1,0,1500000,224030104 +290141143,1,8,1,4001897,0,1,224030104 +290141143,2,1,1,0,0,400,224030104 +290141143,3,3,1,16005003,0,200,224030104 +290141143,4,4,1,1,0,1500000,224030104 +290141144,1,8,1,4001898,0,1,224030104 +290141144,2,1,1,0,0,400,224030104 +290141144,3,3,1,16005003,0,200,224030104 +290141144,4,4,1,1,0,1500000,224030104 +290141145,1,8,1,4001899,0,1,224030104 +290141145,2,1,1,0,0,400,224030104 +290141145,3,3,1,16005003,0,200,224030104 +290141145,4,4,1,1,0,1500000,224030104 +290141146,1,8,1,4001900,0,1,224030104 +290141146,2,1,1,0,0,400,224030104 +290141146,3,3,1,16005003,0,200,224030104 +290141146,4,4,1,1,0,1500000,224030104 +290141147,1,8,1,4001901,0,1,224030104 +290141147,2,1,1,0,0,400,224030104 +290141147,3,3,1,16005003,0,200,224030104 +290141147,4,4,1,1,0,1500000,224030104 +290141148,1,8,1,4001902,0,1,224030104 +290141148,2,1,1,0,0,400,224030104 +290141148,3,3,1,16005003,0,200,224030104 +290141148,4,4,1,1,0,1500000,224030104 +290141149,1,8,1,4001903,0,1,224030104 +290141149,2,1,1,0,0,400,224030104 +290141149,3,3,1,16005003,0,200,224030104 +290141149,4,4,1,1,0,1500000,224030104 +290141150,1,8,1,4001904,0,1,224030104 +290141150,2,1,1,0,0,400,224030104 +290141150,3,3,1,16005003,0,200,224030104 +290141150,4,4,1,1,0,1500000,224030104 +290141151,1,8,1,4001905,0,1,224030104 +290141151,2,1,1,0,0,400,224030104 +290141151,3,3,1,16005003,0,200,224030104 +290141151,4,4,1,1,0,1500000,224030104 +290141152,1,8,1,4001906,0,1,224030104 +290141152,2,1,1,0,0,400,224030104 +290141152,3,3,1,16005003,0,200,224030104 +290141152,4,4,1,1,0,1500000,224030104 +290141153,1,8,1,4001907,0,1,224030104 +290141153,2,1,1,0,0,400,224030104 +290141153,3,3,1,16005003,0,200,224030104 +290141153,4,4,1,1,0,1500000,224030104 +290141154,1,8,1,4001908,0,1,224030104 +290141154,2,1,1,0,0,400,224030104 +290141154,3,3,1,16005003,0,200,224030104 +290141154,4,4,1,1,0,1500000,224030104 +290141155,1,8,1,4001909,0,1,224030104 +290141155,2,1,1,0,0,400,224030104 +290141155,3,3,1,16005003,0,200,224030104 +290141155,4,4,1,1,0,1500000,224030104 +290141156,1,8,1,4001910,0,1,224030104 +290141156,2,1,1,0,0,400,224030104 +290141156,3,3,1,16005003,0,200,224030104 +290141156,4,4,1,1,0,1500000,224030104 +290141157,1,8,1,4001911,0,1,224030104 +290141157,2,1,1,0,0,400,224030104 +290141157,3,3,1,16005003,0,200,224030104 +290141157,4,4,1,1,0,1500000,224030104 +290141158,1,8,1,4001912,0,1,224030104 +290141158,2,1,1,0,0,400,224030104 +290141158,3,3,1,16005003,0,200,224030104 +290141158,4,4,1,1,0,1500000,224030104 +290141159,1,8,1,4001913,0,1,224030104 +290141159,2,1,1,0,0,400,224030104 +290141159,3,3,1,16005003,0,200,224030104 +290141159,4,4,1,1,0,1500000,224030104 +290141160,1,8,1,4001914,0,1,224030104 +290141160,2,1,1,0,0,400,224030104 +290141160,3,3,1,16005003,0,200,224030104 +290141160,4,4,1,1,0,1500000,224030104 +290141161,1,8,1,4001915,0,1,224030104 +290141161,2,1,1,0,0,400,224030104 +290141161,3,3,1,16005003,0,200,224030104 +290141161,4,4,1,1,0,1500000,224030104 +290141162,1,8,1,4001916,0,1,224030104 +290141162,2,1,1,0,0,400,224030104 +290141162,3,3,1,16005003,0,200,224030104 +290141162,4,4,1,1,0,1500000,224030104 +290141163,1,8,1,4001917,0,1,224030104 +290141163,2,1,1,0,0,400,224030104 +290141163,3,3,1,16005003,0,200,224030104 +290141163,4,4,1,1,0,1500000,224030104 +290141164,1,8,1,4001918,0,1,224030104 +290141164,2,1,1,0,0,400,224030104 +290141164,3,3,1,16005003,0,200,224030104 +290141164,4,4,1,1,0,1500000,224030104 +290141165,1,8,1,4001919,0,1,224030104 +290141165,2,1,1,0,0,300,224030104 +290141165,3,3,1,16005003,0,150,224030104 +290141165,4,4,1,1,0,1000000,224030104 +290141166,1,8,1,4001920,0,1,224030104 +290141166,2,1,1,0,0,300,224030104 +290141166,3,3,1,16005003,0,150,224030104 +290141166,4,4,1,1,0,1000000,224030104 +290141167,1,8,1,4001921,0,1,224030104 +290141167,2,1,1,0,0,300,224030104 +290141167,3,3,1,16005003,0,150,224030104 +290141167,4,4,1,1,0,1000000,224030104 +290141168,1,8,1,4001922,0,1,224030104 +290141168,2,1,1,0,0,300,224030104 +290141168,3,3,1,16005003,0,150,224030104 +290141168,4,4,1,1,0,1000000,224030104 +290141169,1,8,1,4001923,0,1,224030104 +290141169,2,1,1,0,0,300,224030104 +290141169,3,3,1,16005003,0,150,224030104 +290141169,4,4,1,1,0,1000000,224030104 +290141170,1,8,1,4001924,0,1,224030104 +290141170,2,1,1,0,0,300,224030104 +290141170,3,3,1,16005003,0,150,224030104 +290141170,4,4,1,1,0,1000000,224030104 +290141171,1,8,1,4001925,0,1,224030104 +290141171,2,1,1,0,0,300,224030104 +290141171,3,3,1,16005003,0,150,224030104 +290141171,4,4,1,1,0,1000000,224030104 +290141172,1,8,1,4001926,0,1,224030104 +290141172,2,1,1,0,0,300,224030104 +290141172,3,3,1,16005003,0,150,224030104 +290141172,4,4,1,1,0,1000000,224030104 +290141173,1,8,1,4001927,0,1,224030104 +290141173,2,1,1,0,0,300,224030104 +290141173,3,3,1,16005003,0,150,224030104 +290141173,4,4,1,1,0,1000000,224030104 +290141174,1,8,1,4001928,0,1,224030104 +290141174,2,1,1,0,0,300,224030104 +290141174,3,3,1,16005003,0,150,224030104 +290141174,4,4,1,1,0,1000000,224030104 +290141175,1,8,1,4001929,0,1,224030104 +290141175,2,1,1,0,0,300,224030104 +290141175,3,3,1,16005003,0,150,224030104 +290141175,4,4,1,1,0,1000000,224030104 +290141176,1,8,1,4001930,0,1,224030104 +290141176,2,1,1,0,0,300,224030104 +290141176,3,3,1,16005003,0,150,224030104 +290141176,4,4,1,1,0,1000000,224030104 +290141177,1,8,1,4001931,0,1,224030104 +290141177,2,1,1,0,0,300,224030104 +290141177,3,3,1,16005003,0,150,224030104 +290141177,4,4,1,1,0,1000000,224030104 +290141178,1,8,1,4001932,0,1,224030104 +290141178,2,1,1,0,0,300,224030104 +290141178,3,3,1,16005003,0,150,224030104 +290141178,4,4,1,1,0,1000000,224030104 +290141179,1,8,1,4001933,0,1,224030104 +290141179,2,1,1,0,0,300,224030104 +290141179,3,3,1,16005003,0,150,224030104 +290141179,4,4,1,1,0,1000000,224030104 +290141180,1,8,1,4001934,0,1,224030104 +290141180,2,1,1,0,0,300,224030104 +290141180,3,3,1,16005003,0,150,224030104 +290141180,4,4,1,1,0,1000000,224030104 +290141181,1,8,1,4001935,0,1,224030104 +290141181,2,1,1,0,0,300,224030104 +290141181,3,3,1,16005003,0,150,224030104 +290141181,4,4,1,1,0,1000000,224030104 +290141182,1,8,1,4001936,0,1,224030104 +290141182,2,1,1,0,0,300,224030104 +290141182,3,3,1,16005003,0,150,224030104 +290141182,4,4,1,1,0,1000000,224030104 +290141183,1,8,1,4001937,0,1,224030104 +290141183,2,1,1,0,0,300,224030104 +290141183,3,3,1,16005003,0,150,224030104 +290141183,4,4,1,1,0,1000000,224030104 +290141184,1,8,1,4001938,0,1,224030104 +290141184,2,1,1,0,0,300,224030104 +290141184,3,3,1,16005003,0,150,224030104 +290141184,4,4,1,1,0,1000000,224030104 +290141185,1,8,1,4001939,0,1,224030104 +290141185,2,1,1,0,0,300,224030104 +290141185,3,3,1,16005003,0,150,224030104 +290141185,4,4,1,1,0,1000000,224030104 +290141186,1,8,1,4001940,0,1,224030104 +290141186,2,1,1,0,0,300,224030104 +290141186,3,3,1,16005003,0,150,224030104 +290141186,4,4,1,1,0,1000000,224030104 +290141187,1,8,1,4001941,0,1,224030104 +290141187,2,1,1,0,0,300,224030104 +290141187,3,3,1,16005003,0,150,224030104 +290141187,4,4,1,1,0,1000000,224030104 +290141188,1,8,1,4001942,0,1,224030104 +290141188,2,1,1,0,0,300,224030104 +290141188,3,3,1,16005003,0,150,224030104 +290141188,4,4,1,1,0,1000000,224030104 +290141189,1,8,1,4001943,0,1,224030104 +290141189,2,1,1,0,0,300,224030104 +290141189,3,3,1,16005003,0,150,224030104 +290141189,4,4,1,1,0,1000000,224030104 +290141190,1,8,1,4001944,0,1,224030104 +290141190,2,1,1,0,0,300,224030104 +290141190,3,3,1,16005003,0,150,224030104 +290141190,4,4,1,1,0,1000000,224030104 +290141191,1,8,1,4001945,0,1,224030104 +290141191,2,1,1,0,0,300,224030104 +290141191,3,3,1,16005003,0,150,224030104 +290141191,4,4,1,1,0,1000000,224030104 +290141192,1,8,1,4001946,0,1,224030104 +290141192,2,1,1,0,0,300,224030104 +290141192,3,3,1,16005003,0,150,224030104 +290141192,4,4,1,1,0,1000000,224030104 +290141193,1,8,1,4001947,0,1,224030104 +290141193,2,1,1,0,0,300,224030104 +290141193,3,3,1,16005003,0,150,224030104 +290141193,4,4,1,1,0,1000000,224030104 +290141194,1,8,1,4001948,0,1,224030104 +290141194,2,1,1,0,0,300,224030104 +290141194,3,3,1,16005003,0,150,224030104 +290141194,4,4,1,1,0,1000000,224030104 +290141195,1,8,1,4001949,0,1,224030104 +290141195,2,1,1,0,0,300,224030104 +290141195,3,3,1,16005003,0,150,224030104 +290141195,4,4,1,1,0,1000000,224030104 +290141196,1,8,1,4001950,0,1,224030104 +290141196,2,1,1,0,0,300,224030104 +290141196,3,3,1,16005003,0,150,224030104 +290141196,4,4,1,1,0,1000000,224030104 +290141197,1,8,1,4001951,0,1,224030104 +290141197,2,1,1,0,0,300,224030104 +290141197,3,3,1,16005003,0,150,224030104 +290141197,4,4,1,1,0,1000000,224030104 +290141198,1,8,1,4001952,0,1,224030104 +290141198,2,1,1,0,0,300,224030104 +290141198,3,3,1,16005003,0,150,224030104 +290141198,4,4,1,1,0,1000000,224030104 +290141199,1,8,1,4001953,0,1,224030104 +290141199,2,1,1,0,0,300,224030104 +290141199,3,3,1,16005003,0,150,224030104 +290141199,4,4,1,1,0,1000000,224030104 +290141200,1,8,1,4001954,0,1,224030104 +290141200,2,1,1,0,0,300,224030104 +290141200,3,3,1,16005003,0,150,224030104 +290141200,4,4,1,1,0,1000000,224030104 +290141201,1,8,1,4001955,0,1,224030104 +290141201,2,1,1,0,0,300,224030104 +290141201,3,3,1,16005003,0,150,224030104 +290141201,4,4,1,1,0,1000000,224030104 +290141202,1,8,1,4001956,0,1,224030104 +290141202,2,1,1,0,0,300,224030104 +290141202,3,3,1,16005003,0,150,224030104 +290141202,4,4,1,1,0,1000000,224030104 +290141203,1,8,1,4001957,0,1,224030104 +290141203,2,1,1,0,0,300,224030104 +290141203,3,3,1,16005003,0,150,224030104 +290141203,4,4,1,1,0,1000000,224030104 +290141204,1,8,1,4001958,0,1,224030104 +290141204,2,1,1,0,0,300,224030104 +290141204,3,3,1,16005003,0,150,224030104 +290141204,4,4,1,1,0,1000000,224030104 +290141205,1,8,1,4001959,0,1,224030104 +290141205,2,1,1,0,0,300,224030104 +290141205,3,3,1,16005003,0,150,224030104 +290141205,4,4,1,1,0,1000000,224030104 +290141206,1,8,1,4001960,0,1,224030104 +290141206,2,1,1,0,0,250,224030104 +290141206,3,3,1,16005003,0,100,224030104 +290141206,4,4,1,1,0,750000,224030104 +290141207,1,8,1,4001961,0,1,224030104 +290141207,2,1,1,0,0,250,224030104 +290141207,3,3,1,16005003,0,100,224030104 +290141207,4,4,1,1,0,750000,224030104 +290141208,1,8,1,4001962,0,1,224030104 +290141208,2,1,1,0,0,250,224030104 +290141208,3,3,1,16005003,0,100,224030104 +290141208,4,4,1,1,0,750000,224030104 +290141209,1,8,1,4001963,0,1,224030104 +290141209,2,1,1,0,0,250,224030104 +290141209,3,3,1,16005003,0,100,224030104 +290141209,4,4,1,1,0,750000,224030104 +290141210,1,8,1,4001964,0,1,224030104 +290141210,2,1,1,0,0,250,224030104 +290141210,3,3,1,16005003,0,100,224030104 +290141210,4,4,1,1,0,750000,224030104 +290141211,1,8,1,4001965,0,1,224030104 +290141211,2,1,1,0,0,250,224030104 +290141211,3,3,1,16005003,0,100,224030104 +290141211,4,4,1,1,0,750000,224030104 +290141212,1,8,1,4001966,0,1,224030104 +290141212,2,1,1,0,0,250,224030104 +290141212,3,3,1,16005003,0,100,224030104 +290141212,4,4,1,1,0,750000,224030104 +290141213,1,8,1,4001967,0,1,224030104 +290141213,2,1,1,0,0,250,224030104 +290141213,3,3,1,16005003,0,100,224030104 +290141213,4,4,1,1,0,750000,224030104 +290141214,1,8,1,4001968,0,1,224030104 +290141214,2,1,1,0,0,250,224030104 +290141214,3,3,1,16005003,0,100,224030104 +290141214,4,4,1,1,0,750000,224030104 +290141215,1,8,1,4001969,0,1,224030104 +290141215,2,1,1,0,0,250,224030104 +290141215,3,3,1,16005003,0,100,224030104 +290141215,4,4,1,1,0,750000,224030104 +290141216,1,8,1,4001970,0,1,224030104 +290141216,2,1,1,0,0,250,224030104 +290141216,3,3,1,16005003,0,100,224030104 +290141216,4,4,1,1,0,750000,224030104 +290141217,1,8,1,4001971,0,1,224030104 +290141217,2,1,1,0,0,250,224030104 +290141217,3,3,1,16005003,0,100,224030104 +290141217,4,4,1,1,0,750000,224030104 +290141218,1,8,1,4001972,0,1,224030104 +290141218,2,1,1,0,0,250,224030104 +290141218,3,3,1,16005003,0,100,224030104 +290141218,4,4,1,1,0,750000,224030104 +290141219,1,8,1,4001973,0,1,224030104 +290141219,2,1,1,0,0,250,224030104 +290141219,3,3,1,16005003,0,100,224030104 +290141219,4,4,1,1,0,750000,224030104 +290141220,1,8,1,4001974,0,1,224030104 +290141220,2,1,1,0,0,250,224030104 +290141220,3,3,1,16005003,0,100,224030104 +290141220,4,4,1,1,0,750000,224030104 +290141221,1,8,1,4001975,0,1,224030104 +290141221,2,1,1,0,0,250,224030104 +290141221,3,3,1,16005003,0,100,224030104 +290141221,4,4,1,1,0,750000,224030104 +290141222,1,8,1,4001976,0,1,224030104 +290141222,2,1,1,0,0,250,224030104 +290141222,3,3,1,16005003,0,100,224030104 +290141222,4,4,1,1,0,750000,224030104 +290141223,1,8,1,4001977,0,1,224030104 +290141223,2,1,1,0,0,250,224030104 +290141223,3,3,1,16005003,0,100,224030104 +290141223,4,4,1,1,0,750000,224030104 +290141224,1,8,1,4001978,0,1,224030104 +290141224,2,1,1,0,0,250,224030104 +290141224,3,3,1,16005003,0,100,224030104 +290141224,4,4,1,1,0,750000,224030104 +290141225,1,8,1,4001979,0,1,224030104 +290141225,2,1,1,0,0,250,224030104 +290141225,3,3,1,16005003,0,100,224030104 +290141225,4,4,1,1,0,750000,224030104 +290141226,1,8,1,4001980,0,1,224030104 +290141226,2,1,1,0,0,250,224030104 +290141226,3,3,1,16005003,0,100,224030104 +290141226,4,4,1,1,0,750000,224030104 +290141227,1,8,1,4001981,0,1,224030104 +290141227,2,1,1,0,0,250,224030104 +290141227,3,3,1,16005003,0,100,224030104 +290141227,4,4,1,1,0,750000,224030104 +290141228,1,8,1,4001982,0,1,224030104 +290141228,2,1,1,0,0,250,224030104 +290141228,3,3,1,16005003,0,100,224030104 +290141228,4,4,1,1,0,750000,224030104 +290141229,1,8,1,4001983,0,1,224030104 +290141229,2,1,1,0,0,250,224030104 +290141229,3,3,1,16005003,0,100,224030104 +290141229,4,4,1,1,0,750000,224030104 +290141230,1,8,1,4001984,0,1,224030104 +290141230,2,1,1,0,0,250,224030104 +290141230,3,3,1,16005003,0,100,224030104 +290141230,4,4,1,1,0,750000,224030104 +290141231,1,8,1,4001985,0,1,224030104 +290141231,2,1,1,0,0,250,224030104 +290141231,3,3,1,16005003,0,100,224030104 +290141231,4,4,1,1,0,750000,224030104 +290141232,1,8,1,4001986,0,1,224030104 +290141232,2,1,1,0,0,250,224030104 +290141232,3,3,1,16005003,0,100,224030104 +290141232,4,4,1,1,0,750000,224030104 +290141233,1,8,1,4001987,0,1,224030104 +290141233,2,1,1,0,0,250,224030104 +290141233,3,3,1,16005003,0,100,224030104 +290141233,4,4,1,1,0,750000,224030104 +290141234,1,8,1,4001988,0,1,224030104 +290141234,2,1,1,0,0,250,224030104 +290141234,3,3,1,16005003,0,100,224030104 +290141234,4,4,1,1,0,750000,224030104 +290141235,1,8,1,4001989,0,1,224030104 +290141235,2,1,1,0,0,250,224030104 +290141235,3,3,1,16005003,0,100,224030104 +290141235,4,4,1,1,0,750000,224030104 +290141236,1,8,1,4001990,0,1,224030104 +290141236,2,1,1,0,0,250,224030104 +290141236,3,3,1,16005003,0,100,224030104 +290141236,4,4,1,1,0,750000,224030104 +290141237,1,8,1,4001991,0,1,224030104 +290141237,2,1,1,0,0,250,224030104 +290141237,3,3,1,16005003,0,100,224030104 +290141237,4,4,1,1,0,750000,224030104 +290141238,1,8,1,4001992,0,1,224030104 +290141238,2,1,1,0,0,250,224030104 +290141238,3,3,1,16005003,0,100,224030104 +290141238,4,4,1,1,0,750000,224030104 +290141239,1,8,1,4001993,0,1,224030104 +290141239,2,1,1,0,0,250,224030104 +290141239,3,3,1,16005003,0,100,224030104 +290141239,4,4,1,1,0,750000,224030104 +290141240,1,8,1,4001994,0,1,224030104 +290141240,2,1,1,0,0,250,224030104 +290141240,3,3,1,16005003,0,100,224030104 +290141240,4,4,1,1,0,750000,224030104 +290141241,1,8,1,4001995,0,1,224030104 +290141241,2,1,1,0,0,250,224030104 +290141241,3,3,1,16005003,0,100,224030104 +290141241,4,4,1,1,0,750000,224030104 +290141242,1,8,1,4001996,0,1,224030104 +290141242,2,1,1,0,0,250,224030104 +290141242,3,3,1,16005003,0,100,224030104 +290141242,4,4,1,1,0,750000,224030104 +290141243,1,8,1,4001997,0,1,224030104 +290141243,2,1,1,0,0,250,224030104 +290141243,3,3,1,16005003,0,100,224030104 +290141243,4,4,1,1,0,750000,224030104 +290141244,1,8,1,4001998,0,1,224030104 +290141244,2,1,1,0,0,250,224030104 +290141244,3,3,1,16005003,0,100,224030104 +290141244,4,4,1,1,0,750000,224030104 +290141245,1,8,1,4001999,0,1,224030104 +290141245,2,1,1,0,0,250,224030104 +290141245,3,3,1,16005003,0,100,224030104 +290141245,4,4,1,1,0,750000,224030104 +290141246,1,8,1,4002000,0,1,224030104 +290141246,2,1,1,0,0,250,224030104 +290141246,3,3,1,16005003,0,100,224030104 +290141246,4,4,1,1,0,750000,224030104 +290141247,1,8,1,4002001,0,1,224030104 +290141247,2,1,1,0,0,200,224030104 +290141247,3,3,1,16005003,0,75,224030104 +290141247,4,4,1,1,0,500000,224030104 +290141248,1,8,1,4002002,0,1,224030104 +290141248,2,1,1,0,0,200,224030104 +290141248,3,3,1,16005003,0,75,224030104 +290141248,4,4,1,1,0,500000,224030104 +290141249,1,8,1,4002003,0,1,224030104 +290141249,2,1,1,0,0,200,224030104 +290141249,3,3,1,16005003,0,75,224030104 +290141249,4,4,1,1,0,500000,224030104 +290141250,1,8,1,4002004,0,1,224030104 +290141250,2,1,1,0,0,200,224030104 +290141250,3,3,1,16005003,0,75,224030104 +290141250,4,4,1,1,0,500000,224030104 +290141251,1,8,1,4002005,0,1,224030104 +290141251,2,1,1,0,0,200,224030104 +290141251,3,3,1,16005003,0,75,224030104 +290141251,4,4,1,1,0,500000,224030104 +290141252,1,8,1,4002006,0,1,224030104 +290141252,2,1,1,0,0,200,224030104 +290141252,3,3,1,16005003,0,75,224030104 +290141252,4,4,1,1,0,500000,224030104 +290141253,1,8,1,4002007,0,1,224030104 +290141253,2,1,1,0,0,200,224030104 +290141253,3,3,1,16005003,0,75,224030104 +290141253,4,4,1,1,0,500000,224030104 +290141254,1,8,1,4002008,0,1,224030104 +290141254,2,1,1,0,0,200,224030104 +290141254,3,3,1,16005003,0,75,224030104 +290141254,4,4,1,1,0,500000,224030104 +290141255,1,8,1,4002009,0,1,224030104 +290141255,2,1,1,0,0,200,224030104 +290141255,3,3,1,16005003,0,75,224030104 +290141255,4,4,1,1,0,500000,224030104 +290141256,1,8,1,4002010,0,1,224030104 +290141256,2,1,1,0,0,200,224030104 +290141256,3,3,1,16005003,0,75,224030104 +290141256,4,4,1,1,0,500000,224030104 +290141257,1,8,1,4002011,0,1,224030104 +290141257,2,1,1,0,0,200,224030104 +290141257,3,3,1,16005003,0,75,224030104 +290141257,4,4,1,1,0,500000,224030104 +290141258,1,8,1,4002012,0,1,224030104 +290141258,2,1,1,0,0,200,224030104 +290141258,3,3,1,16005003,0,75,224030104 +290141258,4,4,1,1,0,500000,224030104 +290141259,1,8,1,4002013,0,1,224030104 +290141259,2,1,1,0,0,200,224030104 +290141259,3,3,1,16005003,0,75,224030104 +290141259,4,4,1,1,0,500000,224030104 +290141260,1,8,1,4002014,0,1,224030104 +290141260,2,1,1,0,0,200,224030104 +290141260,3,3,1,16005003,0,75,224030104 +290141260,4,4,1,1,0,500000,224030104 +290141261,1,8,1,4002015,0,1,224030104 +290141261,2,1,1,0,0,200,224030104 +290141261,3,3,1,16005003,0,75,224030104 +290141261,4,4,1,1,0,500000,224030104 +290141262,1,8,1,4002016,0,1,224030104 +290141262,2,1,1,0,0,200,224030104 +290141262,3,3,1,16005003,0,75,224030104 +290141262,4,4,1,1,0,500000,224030104 +290141263,1,8,1,4002017,0,1,224030104 +290141263,2,1,1,0,0,200,224030104 +290141263,3,3,1,16005003,0,75,224030104 +290141263,4,4,1,1,0,500000,224030104 +290141264,1,8,1,4002018,0,1,224030104 +290141264,2,1,1,0,0,200,224030104 +290141264,3,3,1,16005003,0,75,224030104 +290141264,4,4,1,1,0,500000,224030104 +290141265,1,8,1,4002019,0,1,224030104 +290141265,2,1,1,0,0,200,224030104 +290141265,3,3,1,16005003,0,75,224030104 +290141265,4,4,1,1,0,500000,224030104 +290141266,1,8,1,4002020,0,1,224030104 +290141266,2,1,1,0,0,200,224030104 +290141266,3,3,1,16005003,0,75,224030104 +290141266,4,4,1,1,0,500000,224030104 +290141267,1,8,1,4002021,0,1,224030104 +290141267,2,1,1,0,0,200,224030104 +290141267,3,3,1,16005003,0,75,224030104 +290141267,4,4,1,1,0,500000,224030104 +290141268,1,8,1,4002022,0,1,224030104 +290141268,2,1,1,0,0,200,224030104 +290141268,3,3,1,16005003,0,75,224030104 +290141268,4,4,1,1,0,500000,224030104 +290141269,1,8,1,4002023,0,1,224030104 +290141269,2,1,1,0,0,200,224030104 +290141269,3,3,1,16005003,0,75,224030104 +290141269,4,4,1,1,0,500000,224030104 +290141270,1,8,1,4002024,0,1,224030104 +290141270,2,1,1,0,0,200,224030104 +290141270,3,3,1,16005003,0,75,224030104 +290141270,4,4,1,1,0,500000,224030104 +290141271,1,8,1,4002025,0,1,224030104 +290141271,2,1,1,0,0,200,224030104 +290141271,3,3,1,16005003,0,75,224030104 +290141271,4,4,1,1,0,500000,224030104 +290141272,1,8,1,4002026,0,1,224030104 +290141272,2,1,1,0,0,200,224030104 +290141272,3,3,1,16005003,0,75,224030104 +290141272,4,4,1,1,0,500000,224030104 +290141273,1,8,1,4002027,0,1,224030104 +290141273,2,1,1,0,0,200,224030104 +290141273,3,3,1,16005003,0,75,224030104 +290141273,4,4,1,1,0,500000,224030104 +290141274,1,8,1,4002028,0,1,224030104 +290141274,2,1,1,0,0,200,224030104 +290141274,3,3,1,16005003,0,75,224030104 +290141274,4,4,1,1,0,500000,224030104 +290141275,1,8,1,4002029,0,1,224030104 +290141275,2,1,1,0,0,200,224030104 +290141275,3,3,1,16005003,0,75,224030104 +290141275,4,4,1,1,0,500000,224030104 +290141276,1,8,1,4002030,0,1,224030104 +290141276,2,1,1,0,0,200,224030104 +290141276,3,3,1,16005003,0,75,224030104 +290141276,4,4,1,1,0,500000,224030104 +290141277,1,8,1,4002031,0,1,224030104 +290141277,2,1,1,0,0,200,224030104 +290141277,3,3,1,16005003,0,75,224030104 +290141277,4,4,1,1,0,500000,224030104 +290141278,1,8,1,4002032,0,1,224030104 +290141278,2,1,1,0,0,200,224030104 +290141278,3,3,1,16005003,0,75,224030104 +290141278,4,4,1,1,0,500000,224030104 +290141279,1,8,1,4002033,0,1,224030104 +290141279,2,1,1,0,0,200,224030104 +290141279,3,3,1,16005003,0,75,224030104 +290141279,4,4,1,1,0,500000,224030104 +290141280,1,8,1,4002034,0,1,224030104 +290141280,2,1,1,0,0,200,224030104 +290141280,3,3,1,16005003,0,75,224030104 +290141280,4,4,1,1,0,500000,224030104 +290141281,1,8,1,4002035,0,1,224030104 +290141281,2,1,1,0,0,200,224030104 +290141281,3,3,1,16005003,0,75,224030104 +290141281,4,4,1,1,0,500000,224030104 +290141282,1,8,1,4002036,0,1,224030104 +290141282,2,1,1,0,0,200,224030104 +290141282,3,3,1,16005003,0,75,224030104 +290141282,4,4,1,1,0,500000,224030104 +290141283,1,8,1,4002037,0,1,224030104 +290141283,2,1,1,0,0,200,224030104 +290141283,3,3,1,16005003,0,75,224030104 +290141283,4,4,1,1,0,500000,224030104 +290141284,1,8,1,4002038,0,1,224030104 +290141284,2,1,1,0,0,200,224030104 +290141284,3,3,1,16005003,0,75,224030104 +290141284,4,4,1,1,0,500000,224030104 +290141285,1,8,1,4002039,0,1,224030104 +290141285,2,1,1,0,0,200,224030104 +290141285,3,3,1,16005003,0,75,224030104 +290141285,4,4,1,1,0,500000,224030104 +290141286,1,8,1,4002040,0,1,224030104 +290141286,2,1,1,0,0,200,224030104 +290141286,3,3,1,16005003,0,75,224030104 +290141286,4,4,1,1,0,500000,224030104 +290141287,1,8,1,4002041,0,1,224030104 +290141287,2,1,1,0,0,200,224030104 +290141287,3,3,1,16005003,0,75,224030104 +290141287,4,4,1,1,0,500000,224030104 +290141288,2,1,1,0,0,200,224030104 +290141288,3,3,1,16005003,0,75,224030104 +290141288,4,4,1,1,0,500000,224030104 +290141289,2,1,1,0,0,200,224030104 +290141289,3,3,1,16005003,0,75,224030104 +290141289,4,4,1,1,0,500000,224030104 +290141290,2,1,1,0,0,200,224030104 +290141290,3,3,1,16005003,0,75,224030104 +290141290,4,4,1,1,0,500000,224030104 +290141291,2,1,1,0,0,200,224030104 +290141291,3,3,1,16005003,0,75,224030104 +290141291,4,4,1,1,0,500000,224030104 +290141292,2,1,1,0,0,200,224030104 +290141292,3,3,1,16005003,0,75,224030104 +290141292,4,4,1,1,0,500000,224030104 +290141293,2,1,1,0,0,200,224030104 +290141293,3,3,1,16005003,0,75,224030104 +290141293,4,4,1,1,0,500000,224030104 +290141294,2,1,1,0,0,200,224030104 +290141294,3,3,1,16005003,0,75,224030104 +290141294,4,4,1,1,0,500000,224030104 +290141295,2,1,1,0,0,200,224030104 +290141295,3,3,1,16005003,0,75,224030104 +290141295,4,4,1,1,0,500000,224030104 +290141296,2,1,1,0,0,200,224030104 +290141296,3,3,1,16005003,0,75,224030104 +290141296,4,4,1,1,0,500000,224030104 +290141297,2,1,1,0,0,200,224030104 +290141297,3,3,1,16005003,0,75,224030104 +290141297,4,4,1,1,0,500000,224030104 +290141298,2,1,1,0,0,200,224030104 +290141298,3,3,1,16005003,0,75,224030104 +290141298,4,4,1,1,0,500000,224030104 +290141299,2,1,1,0,0,200,224030104 +290141299,3,3,1,16005003,0,75,224030104 +290141299,4,4,1,1,0,500000,224030104 +290141300,2,1,1,0,0,200,224030104 +290141300,3,3,1,16005003,0,75,224030104 +290141300,4,4,1,1,0,500000,224030104 +290141301,2,1,1,0,0,200,224030104 +290141301,3,3,1,16005003,0,75,224030104 +290141301,4,4,1,1,0,500000,224030104 +290141302,2,1,1,0,0,200,224030104 +290141302,3,3,1,16005003,0,75,224030104 +290141302,4,4,1,1,0,500000,224030104 +290141303,2,1,1,0,0,200,224030104 +290141303,3,3,1,16005003,0,75,224030104 +290141303,4,4,1,1,0,500000,224030104 +290141304,2,1,1,0,0,200,224030104 +290141304,3,3,1,16005003,0,75,224030104 +290141304,4,4,1,1,0,500000,224030104 +290141305,2,1,1,0,0,200,224030104 +290141305,3,3,1,16005003,0,75,224030104 +290141305,4,4,1,1,0,500000,224030104 +290141306,2,1,1,0,0,200,224030104 +290141306,3,3,1,16005003,0,75,224030104 +290141306,4,4,1,1,0,500000,224030104 +290141307,2,1,1,0,0,200,224030104 +290141307,3,3,1,16005003,0,75,224030104 +290141307,4,4,1,1,0,500000,224030104 +290141308,2,1,1,0,0,200,224030104 +290141308,3,3,1,16005003,0,75,224030104 +290141308,4,4,1,1,0,500000,224030104 +290141309,2,1,1,0,0,200,224030104 +290141309,3,3,1,16005003,0,75,224030104 +290141309,4,4,1,1,0,500000,224030104 +290141310,2,1,1,0,0,200,224030104 +290141310,3,3,1,16005003,0,75,224030104 +290141310,4,4,1,1,0,500000,224030104 +290141311,2,1,1,0,0,200,224030104 +290141311,3,3,1,16005003,0,75,224030104 +290141311,4,4,1,1,0,500000,224030104 +290141312,2,1,1,0,0,200,224030104 +290141312,3,3,1,16005003,0,75,224030104 +290141312,4,4,1,1,0,500000,224030104 +290141313,2,1,1,0,0,200,224030104 +290141313,3,3,1,16005003,0,75,224030104 +290141313,4,4,1,1,0,500000,224030104 +290141314,2,1,1,0,0,200,224030104 +290141314,3,3,1,16005003,0,75,224030104 +290141314,4,4,1,1,0,500000,224030104 +290141315,2,1,1,0,0,200,224030104 +290141315,3,3,1,16005003,0,75,224030104 +290141315,4,4,1,1,0,500000,224030104 +290141316,2,1,1,0,0,200,224030104 +290141316,3,3,1,16005003,0,75,224030104 +290141316,4,4,1,1,0,500000,224030104 +290141317,2,1,1,0,0,200,224030104 +290141317,3,3,1,16005003,0,75,224030104 +290141317,4,4,1,1,0,500000,224030104 +290141318,2,1,1,0,0,200,224030104 +290141318,3,3,1,16005003,0,75,224030104 +290141318,4,4,1,1,0,500000,224030104 +290141319,2,1,1,0,0,200,224030104 +290141319,3,3,1,16005003,0,75,224030104 +290141319,4,4,1,1,0,500000,224030104 +290141320,2,1,1,0,0,200,224030104 +290141320,3,3,1,16005003,0,75,224030104 +290141320,4,4,1,1,0,500000,224030104 +290141321,2,1,1,0,0,200,224030104 +290141321,3,3,1,16005003,0,75,224030104 +290141321,4,4,1,1,0,500000,224030104 +290141322,2,1,1,0,0,200,224030104 +290141322,3,3,1,16005003,0,75,224030104 +290141322,4,4,1,1,0,500000,224030104 +290141323,2,1,1,0,0,200,224030104 +290141323,3,3,1,16005003,0,75,224030104 +290141323,4,4,1,1,0,500000,224030104 +290141324,2,1,1,0,0,200,224030104 +290141324,3,3,1,16005003,0,75,224030104 +290141324,4,4,1,1,0,500000,224030104 +290141325,2,1,1,0,0,200,224030104 +290141325,3,3,1,16005003,0,75,224030104 +290141325,4,4,1,1,0,500000,224030104 +290141326,2,1,1,0,0,200,224030104 +290141326,3,3,1,16005003,0,75,224030104 +290141326,4,4,1,1,0,500000,224030104 +290141327,2,1,1,0,0,200,224030104 +290141327,3,3,1,16005003,0,75,224030104 +290141327,4,4,1,1,0,500000,224030104 +290141328,2,1,1,0,0,200,224030104 +290141328,3,3,1,16005003,0,75,224030104 +290141328,4,4,1,1,0,500000,224030104 +290993001,1,1,1,0,0,1,195 +290993002,1,1,1,0,0,1,195 +290993003,1,1,1,0,0,1,195 +290993004,1,1,1,0,0,1,195 +290993005,1,1,1,0,0,1,195 +290993006,1,1,1,0,0,1,195 +290993007,1,1,1,0,0,1,195 +290993008,1,1,1,0,0,1,195 +290993009,1,1,1,0,0,1,195 +290993010,1,1,1,0,0,1,195 +290993011,1,1,1,0,0,1,195 +290993012,1,1,1,0,0,1,195 +290993013,1,1,1,0,0,1,195 +290993014,1,1,1,0,0,1,195 +290993015,1,1,1,0,0,1,195 +290993016,1,1,1,0,0,1,195 +290993017,1,1,1,0,0,1,195 +290993018,1,1,1,0,0,1,195 +290993019,1,1,1,0,0,1,195 +290993020,1,1,1,0,0,1,195 +290993021,1,1,1,0,0,1,195 +290993022,1,1,1,0,0,1,195 +290993023,1,1,1,0,0,1,195 +290993024,1,1,1,0,0,1,195 +290993025,1,1,1,0,0,1,195 +290993026,1,1,1,0,0,1,195 +290993027,1,1,1,0,0,1,195 +290993028,1,1,1,0,0,1,195 +290993029,1,1,1,0,0,1,195 +290993030,1,1,1,0,0,1,195 +290993031,1,1,1,0,0,1,195 +290993032,1,1,1,0,0,1,195 +290993033,1,1,1,0,0,1,195 +290993034,1,1,1,0,0,1,195 +290993035,1,1,1,0,0,1,195 +290993036,1,1,1,0,0,1,195 +290993037,1,1,1,0,0,1,195 +290993038,1,1,1,0,0,1,195 +290993039,1,1,1,0,0,1,195 +290993040,1,1,1,0,0,1,195 +290993041,1,1,1,0,0,1,195 +290993042,1,1,1,0,0,1,195 +290993043,1,1,1,0,0,1,195 +290993044,1,1,1,0,0,1,195 +290993045,1,1,1,0,0,1,195 +290993046,1,1,1,0,0,1,195 +290993047,1,1,1,0,0,1,195 +290993048,1,1,1,0,0,1,195 +290993049,1,1,1,0,0,1,195 +290993050,1,1,1,0,0,1,195 +290993051,1,1,1,0,0,1,195 +290993052,1,1,1,0,0,1,195 +290993053,1,1,1,0,0,1,195 +290993054,1,1,1,0,0,1,195 +290993055,1,1,1,0,0,1,195 +290993056,1,1,1,0,0,1,195 +290993057,1,1,1,0,0,1,195 +290993058,1,1,1,0,0,1,195 +290993059,1,1,1,0,0,1,195 +290993060,1,1,1,0,0,1,195 +290993061,1,1,1,0,0,1,195 +290993062,1,1,1,0,0,1,195 +290993063,1,1,1,0,0,1,195 +290993064,1,1,1,0,0,1,195 +290993065,1,1,1,0,0,1,195 +290993066,1,1,1,0,0,1,195 +290993067,1,1,1,0,0,1,195 +290993068,1,1,1,0,0,1,195 +290993069,1,1,1,0,0,1,195 +290993070,1,1,1,0,0,1,195 +290993071,1,1,1,0,0,1,195 +290993072,1,1,1,0,0,1,195 +290993073,1,1,1,0,0,1,195 +290993074,1,1,1,0,0,1,195 +290993075,1,1,1,0,0,1,195 +290993076,1,1,1,0,0,1,195 +290993077,1,1,1,0,0,1,195 +290993078,1,1,1,0,0,1,195 +290993079,1,1,1,0,0,1,195 +290993080,1,1,1,0,0,1,195 +290993081,1,1,1,0,0,1,195 +290993082,1,1,1,0,0,1,195 +290993083,1,1,1,0,0,1,195 +290993084,1,1,1,0,0,1,195 +290993085,1,1,1,0,0,1,195 +290993086,1,1,1,0,0,1,195 +290993087,1,1,1,0,0,1,195 +290993088,1,1,1,0,0,1,195 +290993089,1,1,1,0,0,1,195 +290993090,1,1,1,0,0,1,195 +290993091,1,1,1,0,0,1,195 +290993092,1,1,1,0,0,1,195 +290993093,1,1,1,0,0,1,195 +290993094,1,1,1,0,0,1,195 +290993095,1,1,1,0,0,1,195 +290993096,1,1,1,0,0,1,195 +290993097,1,1,1,0,0,1,195 +290993098,1,1,1,0,0,1,195 +290993099,1,1,1,0,0,1,195 +290993100,1,1,1,0,0,1,195 +290993101,1,1,1,0,0,1,195 +290993102,1,1,1,0,0,1,195 +290993103,1,1,1,0,0,1,195 +290993104,1,1,1,0,0,1,195 +290993105,1,1,1,0,0,1,195 +290993106,1,1,1,0,0,1,195 +290993107,1,1,1,0,0,1,195 +290993108,1,1,1,0,0,1,195 +290993109,1,1,1,0,0,1,195 +290993110,1,1,1,0,0,1,195 +290993111,1,1,1,0,0,1,195 +290993112,1,1,1,0,0,1,195 +290993113,1,1,1,0,0,1,195 +290993114,1,1,1,0,0,1,195 +290993115,1,1,1,0,0,1,195 +290993116,1,1,1,0,0,1,195 +290993117,1,1,1,0,0,1,195 +290993118,1,1,1,0,0,1,195 +290993119,1,1,1,0,0,1,195 +290993120,1,1,1,0,0,1,195 +290993121,1,1,1,0,0,1,195 +290993122,1,1,1,0,0,1,195 +290993123,1,1,1,0,0,1,195 +290993124,1,1,1,0,0,1,195 +290993125,1,1,1,0,0,1,195 +290993126,1,1,1,0,0,1,195 +290993127,1,1,1,0,0,1,195 +290993128,1,1,1,0,0,1,195 +290993129,1,1,1,0,0,1,195 +290993130,1,1,1,0,0,1,195 +290993131,1,1,1,0,0,1,195 +290993132,1,1,1,0,0,1,195 +290993133,1,1,1,0,0,1,195 +290993134,1,1,1,0,0,1,195 +290993135,1,1,1,0,0,1,195 +290993136,1,1,1,0,0,1,195 +290993137,1,1,1,0,0,1,195 +290993138,1,1,1,0,0,1,195 +290993139,1,1,1,0,0,1,195 +290993140,1,1,1,0,0,1,195 +290993141,1,1,1,0,0,1,195 +290993142,1,1,1,0,0,1,195 +290993143,1,1,1,0,0,1,195 +290993144,1,1,1,0,0,1,195 +290993145,1,1,1,0,0,1,195 +290993146,1,1,1,0,0,1,195 +290993147,1,1,1,0,0,1,195 +290993148,1,1,1,0,0,1,195 +290993149,1,1,1,0,0,1,195 +290993150,1,1,1,0,0,1,195 +290993151,1,1,1,0,0,1,195 +290993152,1,1,1,0,0,1,195 +290993153,1,1,1,0,0,1,195 +290993154,1,1,1,0,0,1,195 +290993155,1,1,1,0,0,1,195 +290993156,1,1,1,0,0,1,195 +290993157,1,1,1,0,0,1,195 +290993158,1,1,1,0,0,1,195 diff --git a/src/router/databases/csv-en/event_point.csv b/src/router/databases/csv-en/event_point.csv new file mode 100644 index 0000000..91b3cb4 --- /dev/null +++ b/src/router/databases/csv-en/event_point.csv @@ -0,0 +1,3456 @@ +_masterEventId,_number,_amount,_masterEventPointRewardId,_repeatInterval,_repeatCount,_masterReleaseLabelId +101,1,10,200001001,0,0,223041903 +101,2,50,200001002,0,0,223041903 +101,3,100,200001003,0,0,223041903 +101,4,250,200001004,0,0,223041903 +101,5,500,200001005,0,0,223041903 +101,6,750,200001006,0,0,223041903 +101,7,1000,200001007,0,0,223041903 +101,8,1500,200001008,0,0,223041903 +101,9,2000,200001009,0,0,223041903 +101,10,2500,200001010,0,0,223041903 +101,11,3000,200001011,0,0,223041903 +101,12,4000,200001012,0,0,223041903 +101,13,5000,200001013,0,0,223041903 +101,14,6000,200001014,0,0,223041903 +101,15,7000,200001015,0,0,223041903 +101,16,8000,200001016,0,0,223041903 +101,17,9000,200001017,0,0,223041903 +101,18,10000,200001018,0,0,223041903 +101,19,12000,200001019,0,0,223041903 +101,20,14000,200001020,0,0,223041903 +101,21,16000,200001021,0,0,223041903 +101,22,18000,200001022,0,0,223041903 +101,23,20000,200001023,0,0,223041903 +101,24,22000,200001024,0,0,223041903 +101,25,24000,200001025,0,0,223041903 +101,26,26000,200001026,0,0,223041903 +101,27,28000,200001027,0,0,223041903 +101,28,30000,200001028,0,0,223041903 +101,29,32000,200001029,0,0,223041903 +101,30,34000,200001030,0,0,223041903 +101,31,36000,200001031,0,0,223041903 +101,32,38000,200001032,0,0,223041903 +101,33,40000,200001033,0,0,223041903 +101,34,42000,200001034,0,0,223041903 +101,35,44000,200001035,0,0,223041903 +101,36,46000,200001036,0,0,223041903 +101,37,48000,200001037,0,0,223041903 +101,38,50000,200001038,0,0,223041903 +101,39,52000,200001039,0,0,223041903 +101,40,54000,200001040,0,0,223041903 +101,41,56000,200001041,0,0,223041903 +101,42,58000,200001042,0,0,223041903 +101,43,60000,200001043,0,0,223041903 +101,44,62000,200001044,0,0,223041903 +101,45,64000,200001045,0,0,223041903 +101,46,66000,200001046,0,0,223041903 +101,47,68000,200001047,0,0,223041903 +101,48,70000,200001048,0,0,223041903 +101,49,72000,200001049,0,0,223041903 +101,50,74000,200001050,0,0,223041903 +101,51,76000,200001051,0,0,223041903 +101,52,78000,200001052,0,0,223041903 +101,53,80000,200001053,0,0,223041903 +101,54,82000,200001054,0,0,223041903 +101,55,84000,200001055,0,0,223041903 +101,56,86000,200001056,0,0,223041903 +101,57,88000,200001057,0,0,223041903 +101,58,90000,200001058,0,0,223041903 +101,59,92000,200001059,0,0,223041903 +101,60,94000,200001060,0,0,223041903 +101,61,96000,200001061,0,0,223041903 +101,62,98000,200001062,0,0,223041903 +101,63,100000,200001063,0,0,223041903 +101,64,105000,200001064,0,0,223041903 +101,65,110000,200001065,0,0,223041903 +101,66,115000,200001066,0,0,223041903 +101,67,120000,200001067,0,0,223041903 +101,68,125000,200001068,0,0,223041903 +101,69,130000,200001069,0,0,223041903 +101,70,135000,200001070,0,0,223041903 +101,71,140000,200001071,0,0,223041903 +101,72,150000,200001072,0,0,223041903 +101,73,160000,200001073,0,0,223041903 +101,74,170000,200001074,0,0,223041903 +101,75,180000,200001075,0,0,223041903 +101,76,190000,200001076,0,0,223041903 +101,77,200000,200001077,0,0,223041903 +101,78,210000,200001078,0,0,223041903 +101,79,220000,200001079,0,0,223041903 +101,80,230000,200001080,0,0,223041903 +101,81,240000,200001081,0,0,223041903 +101,82,250000,200001082,0,0,223041903 +101,83,260000,200001083,0,0,223041903 +101,84,270000,200001084,0,0,223041903 +101,85,280000,200001085,0,0,223041903 +101,86,290000,200001086,0,0,223041903 +101,87,300000,200001087,0,0,223041903 +101,88,325000,200001088,0,0,223041903 +101,89,350000,200001089,0,0,223041903 +101,90,375000,200001090,0,0,223041903 +101,91,400000,200001091,0,0,223041903 +101,92,425000,200001092,0,0,223041903 +101,93,450000,200001093,0,0,223041903 +101,94,475000,200001094,0,0,223041903 +101,95,500000,200001095,0,0,223041903 +101,96,525000,200001096,0,0,223041903 +101,97,550000,200001097,0,0,223041903 +101,98,575000,200001098,0,0,223041903 +101,99,600000,200001099,0,0,223041903 +101,100,625000,200001100,0,0,223041903 +101,101,650000,200001101,0,0,223041903 +101,102,675000,200001102,0,0,223041903 +101,103,700000,200001103,0,0,223041903 +101,104,725000,200001104,0,0,223041903 +101,105,750000,200001105,0,0,223041903 +101,106,775000,200001106,0,0,223041903 +101,107,800000,200001107,0,0,223041903 +101,108,825000,200001108,0,0,223041903 +101,109,850000,200001109,0,0,223041903 +101,110,875000,200001110,0,0,223041903 +101,111,900000,200001111,0,0,223041903 +101,112,925000,200001112,0,0,223041903 +101,113,950000,200001113,0,0,223041903 +101,114,975000,200001114,0,0,223041903 +101,115,1000000,200001115,0,0,223041903 +102,1,10,200002001,0,0,223043004 +102,2,50,200002002,0,0,223043004 +102,3,100,200002003,0,0,223043004 +102,4,250,200002004,0,0,223043004 +102,5,500,200002005,0,0,223043004 +102,6,750,200002006,0,0,223043004 +102,7,1000,200002007,0,0,223043004 +102,8,1500,200002008,0,0,223043004 +102,9,2000,200002009,0,0,223043004 +102,10,2500,200002010,0,0,223043004 +102,11,3000,200002011,0,0,223043004 +102,12,4000,200002012,0,0,223043004 +102,13,5000,200002013,0,0,223043004 +102,14,6000,200002014,0,0,223043004 +102,15,7000,200002015,0,0,223043004 +102,16,8000,200002016,0,0,223043004 +102,17,9000,200002017,0,0,223043004 +102,18,10000,200002018,0,0,223043004 +102,19,12000,200002019,0,0,223043004 +102,20,14000,200002020,0,0,223043004 +102,21,16000,200002021,0,0,223043004 +102,22,18000,200002022,0,0,223043004 +102,23,20000,200002023,0,0,223043004 +102,24,22000,200002024,0,0,223043004 +102,25,24000,200002025,0,0,223043004 +102,26,26000,200002026,0,0,223043004 +102,27,28000,200002027,0,0,223043004 +102,28,30000,200002028,0,0,223043004 +102,29,32000,200002029,0,0,223043004 +102,30,34000,200002030,0,0,223043004 +102,31,36000,200002031,0,0,223043004 +102,32,38000,200002032,0,0,223043004 +102,33,40000,200002033,0,0,223043004 +102,34,42000,200002034,0,0,223043004 +102,35,44000,200002035,0,0,223043004 +102,36,46000,200002036,0,0,223043004 +102,37,48000,200002037,0,0,223043004 +102,38,50000,200002038,0,0,223043004 +102,39,52000,200002039,0,0,223043004 +102,40,54000,200002040,0,0,223043004 +102,41,56000,200002041,0,0,223043004 +102,42,58000,200002042,0,0,223043004 +102,43,60000,200002043,0,0,223043004 +102,44,62000,200002044,0,0,223043004 +102,45,64000,200002045,0,0,223043004 +102,46,66000,200002046,0,0,223043004 +102,47,68000,200002047,0,0,223043004 +102,48,70000,200002048,0,0,223043004 +102,49,72000,200002049,0,0,223043004 +102,50,74000,200002050,0,0,223043004 +102,51,76000,200002051,0,0,223043004 +102,52,78000,200002052,0,0,223043004 +102,53,80000,200002053,0,0,223043004 +102,54,82000,200002054,0,0,223043004 +102,55,84000,200002055,0,0,223043004 +102,56,86000,200002056,0,0,223043004 +102,57,88000,200002057,0,0,223043004 +102,58,90000,200002058,0,0,223043004 +102,59,92000,200002059,0,0,223043004 +102,60,94000,200002060,0,0,223043004 +102,61,96000,200002061,0,0,223043004 +102,62,98000,200002062,0,0,223043004 +102,63,100000,200002063,0,0,223043004 +102,64,105000,200002064,0,0,223043004 +102,65,110000,200002065,0,0,223043004 +102,66,115000,200002066,0,0,223043004 +102,67,120000,200002067,0,0,223043004 +102,68,125000,200002068,0,0,223043004 +102,69,130000,200002069,0,0,223043004 +102,70,135000,200002070,0,0,223043004 +102,71,140000,200002071,0,0,223043004 +102,72,150000,200002072,0,0,223043004 +102,73,160000,200002073,0,0,223043004 +102,74,170000,200002074,0,0,223043004 +102,75,180000,200002075,0,0,223043004 +102,76,190000,200002076,0,0,223043004 +102,77,200000,200002077,0,0,223043004 +102,78,210000,200002078,0,0,223043004 +102,79,220000,200002079,0,0,223043004 +102,80,230000,200002080,0,0,223043004 +102,81,240000,200002081,0,0,223043004 +102,82,250000,200002082,0,0,223043004 +102,83,260000,200002083,0,0,223043004 +102,84,270000,200002084,0,0,223043004 +102,85,280000,200002085,0,0,223043004 +102,86,290000,200002086,0,0,223043004 +102,87,300000,200002087,0,0,223043004 +102,88,325000,200002088,0,0,223043004 +102,89,350000,200002089,0,0,223043004 +102,90,375000,200002090,0,0,223043004 +102,91,400000,200002091,0,0,223043004 +102,92,425000,200002092,0,0,223043004 +102,93,450000,200002093,0,0,223043004 +102,94,475000,200002094,0,0,223043004 +102,95,500000,200002095,0,0,223043004 +102,96,525000,200002096,0,0,223043004 +102,97,550000,200002097,0,0,223043004 +102,98,575000,200002098,0,0,223043004 +102,99,600000,200002099,0,0,223043004 +102,100,625000,200002100,0,0,223043004 +102,101,650000,200002101,0,0,223043004 +102,102,675000,200002102,0,0,223043004 +102,103,700000,200002103,0,0,223043004 +102,104,725000,200002104,0,0,223043004 +102,105,750000,200002105,0,0,223043004 +102,106,775000,200002106,0,0,223043004 +102,107,800000,200002107,0,0,223043004 +102,108,825000,200002108,0,0,223043004 +102,109,850000,200002109,0,0,223043004 +102,110,875000,200002110,0,0,223043004 +102,111,900000,200002111,0,0,223043004 +102,112,925000,200002112,0,0,223043004 +102,113,950000,200002113,0,0,223043004 +102,114,975000,200002114,0,0,223043004 +102,115,1000000,200002115,0,0,223043004 +103,1,10,200003001,0,0,223051101 +103,2,100,200003002,0,0,223051101 +103,3,200,200003003,0,0,223051101 +103,4,500,200003004,0,0,223051101 +103,5,1000,200003005,0,0,223051101 +103,6,1500,200003006,0,0,223051101 +103,7,2000,200003007,0,0,223051101 +103,8,3000,200003008,0,0,223051101 +103,9,4000,200003009,0,0,223051101 +103,10,6000,200003010,0,0,223051101 +103,11,8000,200003011,0,0,223051101 +103,12,10000,200003012,0,0,223051101 +103,13,12000,200003013,0,0,223051101 +103,14,14000,200003014,0,0,223051101 +103,15,16000,200003015,0,0,223051101 +103,16,18000,200003016,0,0,223051101 +103,17,20000,200003017,0,0,223051101 +103,18,24000,200003018,0,0,223051101 +103,19,28000,200003019,0,0,223051101 +103,20,32000,200003020,0,0,223051101 +104,1,10,200004001,0,0,223051504 +104,2,50,200004002,0,0,223051504 +104,3,100,200004003,0,0,223051504 +104,4,250,200004004,0,0,223051504 +104,5,500,200004005,0,0,223051504 +104,6,750,200004006,0,0,223051504 +104,7,1000,200004007,0,0,223051504 +104,8,1500,200004008,0,0,223051504 +104,9,2000,200004009,0,0,223051504 +104,10,2500,200004010,0,0,223051504 +104,11,3000,200004011,0,0,223051504 +104,12,4000,200004012,0,0,223051504 +104,13,5000,200004013,0,0,223051504 +104,14,6000,200004014,0,0,223051504 +104,15,7000,200004015,0,0,223051504 +104,16,8000,200004016,0,0,223051504 +104,17,9000,200004017,0,0,223051504 +104,18,10000,200004018,0,0,223051504 +104,19,12000,200004019,0,0,223051504 +104,20,14000,200004020,0,0,223051504 +104,21,16000,200004021,0,0,223051504 +104,22,18000,200004022,0,0,223051504 +104,23,20000,200004023,0,0,223051504 +104,24,22000,200004024,0,0,223051504 +104,25,24000,200004025,0,0,223051504 +104,26,26000,200004026,0,0,223051504 +104,27,28000,200004027,0,0,223051504 +104,28,30000,200004028,0,0,223051504 +104,29,32000,200004029,0,0,223051504 +104,30,34000,200004030,0,0,223051504 +104,31,36000,200004031,0,0,223051504 +104,32,38000,200004032,0,0,223051504 +104,33,40000,200004033,0,0,223051504 +104,34,42000,200004034,0,0,223051504 +104,35,44000,200004035,0,0,223051504 +104,36,46000,200004036,0,0,223051504 +104,37,48000,200004037,0,0,223051504 +104,38,50000,200004038,0,0,223051504 +104,39,52000,200004039,0,0,223051504 +104,40,54000,200004040,0,0,223051504 +104,41,56000,200004041,0,0,223051504 +104,42,58000,200004042,0,0,223051504 +104,43,60000,200004043,0,0,223051504 +104,44,62000,200004044,0,0,223051504 +104,45,64000,200004045,0,0,223051504 +104,46,66000,200004046,0,0,223051504 +104,47,68000,200004047,0,0,223051504 +104,48,70000,200004048,0,0,223051504 +104,49,72000,200004049,0,0,223051504 +104,50,74000,200004050,0,0,223051504 +104,51,76000,200004051,0,0,223051504 +104,52,78000,200004052,0,0,223051504 +104,53,80000,200004053,0,0,223051504 +104,54,82000,200004054,0,0,223051504 +104,55,84000,200004055,0,0,223051504 +104,56,86000,200004056,0,0,223051504 +104,57,88000,200004057,0,0,223051504 +104,58,90000,200004058,0,0,223051504 +104,59,92000,200004059,0,0,223051504 +104,60,94000,200004060,0,0,223051504 +104,61,96000,200004061,0,0,223051504 +104,62,98000,200004062,0,0,223051504 +104,63,100000,200004063,0,0,223051504 +104,64,105000,200004064,0,0,223051504 +104,65,110000,200004065,0,0,223051504 +104,66,115000,200004066,0,0,223051504 +104,67,120000,200004067,0,0,223051504 +104,68,125000,200004068,0,0,223051504 +104,69,130000,200004069,0,0,223051504 +104,70,135000,200004070,0,0,223051504 +104,71,140000,200004071,0,0,223051504 +104,72,150000,200004072,0,0,223051504 +104,73,160000,200004073,0,0,223051504 +104,74,170000,200004074,0,0,223051504 +104,75,180000,200004075,0,0,223051504 +104,76,190000,200004076,0,0,223051504 +104,77,200000,200004077,0,0,223051504 +104,78,210000,200004078,0,0,223051504 +104,79,220000,200004079,0,0,223051504 +104,80,230000,200004080,0,0,223051504 +104,81,240000,200004081,0,0,223051504 +104,82,250000,200004082,0,0,223051504 +104,83,260000,200004083,0,0,223051504 +104,84,270000,200004084,0,0,223051504 +104,85,280000,200004085,0,0,223051504 +104,86,290000,200004086,0,0,223051504 +104,87,300000,200004087,0,0,223051504 +104,88,325000,200004088,0,0,223051504 +104,89,350000,200004089,0,0,223051504 +104,90,375000,200004090,0,0,223051504 +104,91,400000,200004091,0,0,223051504 +104,92,425000,200004092,0,0,223051504 +104,93,450000,200004093,0,0,223051504 +104,94,475000,200004094,0,0,223051504 +104,95,500000,200004095,0,0,223051504 +104,96,525000,200004096,0,0,223051504 +104,97,550000,200004097,0,0,223051504 +104,98,575000,200004098,0,0,223051504 +104,99,600000,200004099,0,0,223051504 +104,100,625000,200004100,0,0,223051504 +104,101,650000,200004101,0,0,223051504 +104,102,675000,200004102,0,0,223051504 +104,103,700000,200004103,0,0,223051504 +104,104,725000,200004104,0,0,223051504 +104,105,750000,200004105,0,0,223051504 +104,106,775000,200004106,0,0,223051504 +104,107,800000,200004107,0,0,223051504 +104,108,825000,200004108,0,0,223051504 +104,109,850000,200004109,0,0,223051504 +104,110,875000,200004110,0,0,223051504 +104,111,900000,200004111,0,0,223051504 +104,112,925000,200004112,0,0,223051504 +104,113,950000,200004113,0,0,223051504 +104,114,975000,200004114,0,0,223051504 +104,115,1000000,200004115,0,0,223051504 +105,1,10,200005001,0,0,223052601 +105,2,100,200005002,0,0,223052601 +105,3,200,200005003,0,0,223052601 +105,4,500,200005004,0,0,223052601 +105,5,1000,200005005,0,0,223052601 +105,6,1500,200005006,0,0,223052601 +105,7,2000,200005007,0,0,223052601 +105,8,3000,200005008,0,0,223052601 +105,9,4000,200005009,0,0,223052601 +105,10,6000,200005010,0,0,223052601 +105,11,8000,200005011,0,0,223052601 +105,12,10000,200005012,0,0,223052601 +105,13,12000,200005013,0,0,223052601 +105,14,14000,200005014,0,0,223052601 +105,15,16000,200005015,0,0,223052601 +105,16,18000,200005016,0,0,223052601 +105,17,20000,200005017,0,0,223052601 +105,18,24000,200005018,0,0,223052601 +105,19,28000,200005019,0,0,223052601 +105,20,32000,200005020,0,0,223052601 +106,1,10,200006001,0,0,223053104 +106,2,50,200006002,0,0,223053104 +106,3,100,200006003,0,0,223053104 +106,4,250,200006004,0,0,223053104 +106,5,500,200006005,0,0,223053104 +106,6,750,200006006,0,0,223053104 +106,7,1000,200006007,0,0,223053104 +106,8,1500,200006008,0,0,223053104 +106,9,2000,200006009,0,0,223053104 +106,10,2500,200006010,0,0,223053104 +106,11,3000,200006011,0,0,223053104 +106,12,4000,200006012,0,0,223053104 +106,13,5000,200006013,0,0,223053104 +106,14,6000,200006014,0,0,223053104 +106,15,7000,200006015,0,0,223053104 +106,16,8000,200006016,0,0,223053104 +106,17,9000,200006017,0,0,223053104 +106,18,10000,200006018,0,0,223053104 +106,19,12000,200006019,0,0,223053104 +106,20,14000,200006020,0,0,223053104 +106,21,16000,200006021,0,0,223053104 +106,22,18000,200006022,0,0,223053104 +106,23,20000,200006023,0,0,223053104 +106,24,22000,200006024,0,0,223053104 +106,25,24000,200006025,0,0,223053104 +106,26,26000,200006026,0,0,223053104 +106,27,28000,200006027,0,0,223053104 +106,28,30000,200006028,0,0,223053104 +106,29,32000,200006029,0,0,223053104 +106,30,34000,200006030,0,0,223053104 +106,31,36000,200006031,0,0,223053104 +106,32,38000,200006032,0,0,223053104 +106,33,40000,200006033,0,0,223053104 +106,34,42000,200006034,0,0,223053104 +106,35,44000,200006035,0,0,223053104 +106,36,46000,200006036,0,0,223053104 +106,37,48000,200006037,0,0,223053104 +106,38,50000,200006038,0,0,223053104 +106,39,52000,200006039,0,0,223053104 +106,40,54000,200006040,0,0,223053104 +106,41,56000,200006041,0,0,223053104 +106,42,58000,200006042,0,0,223053104 +106,43,60000,200006043,0,0,223053104 +106,44,62000,200006044,0,0,223053104 +106,45,64000,200006045,0,0,223053104 +106,46,66000,200006046,0,0,223053104 +106,47,68000,200006047,0,0,223053104 +106,48,70000,200006048,0,0,223053104 +106,49,72000,200006049,0,0,223053104 +106,50,74000,200006050,0,0,223053104 +106,51,76000,200006051,0,0,223053104 +106,52,78000,200006052,0,0,223053104 +106,53,80000,200006053,0,0,223053104 +106,54,82000,200006054,0,0,223053104 +106,55,84000,200006055,0,0,223053104 +106,56,86000,200006056,0,0,223053104 +106,57,88000,200006057,0,0,223053104 +106,58,90000,200006058,0,0,223053104 +106,59,92000,200006059,0,0,223053104 +106,60,94000,200006060,0,0,223053104 +106,61,96000,200006061,0,0,223053104 +106,62,98000,200006062,0,0,223053104 +106,63,100000,200006063,0,0,223053104 +106,64,105000,200006064,0,0,223053104 +106,65,110000,200006065,0,0,223053104 +106,66,115000,200006066,0,0,223053104 +106,67,120000,200006067,0,0,223053104 +106,68,125000,200006068,0,0,223053104 +106,69,130000,200006069,0,0,223053104 +106,70,135000,200006070,0,0,223053104 +106,71,140000,200006071,0,0,223053104 +106,72,150000,200006072,0,0,223053104 +106,73,160000,200006073,0,0,223053104 +106,74,170000,200006074,0,0,223053104 +106,75,180000,200006075,0,0,223053104 +106,76,190000,200006076,0,0,223053104 +106,77,200000,200006077,0,0,223053104 +106,78,210000,200006078,0,0,223053104 +106,79,220000,200006079,0,0,223053104 +106,80,230000,200006080,0,0,223053104 +106,81,240000,200006081,0,0,223053104 +106,82,250000,200006082,0,0,223053104 +106,83,260000,200006083,0,0,223053104 +106,84,270000,200006084,0,0,223053104 +106,85,280000,200006085,0,0,223053104 +106,86,290000,200006086,0,0,223053104 +106,87,300000,200006087,0,0,223053104 +106,88,325000,200006088,0,0,223053104 +106,89,350000,200006089,0,0,223053104 +106,90,375000,200006090,0,0,223053104 +106,91,400000,200006091,0,0,223053104 +106,92,425000,200006092,0,0,223053104 +106,93,450000,200006093,0,0,223053104 +106,94,475000,200006094,0,0,223053104 +106,95,500000,200006095,0,0,223053104 +106,96,525000,200006096,0,0,223053104 +106,97,550000,200006097,0,0,223053104 +106,98,575000,200006098,0,0,223053104 +106,99,600000,200006099,0,0,223053104 +106,100,625000,200006100,0,0,223053104 +106,101,650000,200006101,0,0,223053104 +106,102,675000,200006102,0,0,223053104 +106,103,700000,200006103,0,0,223053104 +106,104,725000,200006104,0,0,223053104 +106,105,750000,200006105,0,0,223053104 +106,106,775000,200006106,0,0,223053104 +106,107,800000,200006107,0,0,223053104 +106,108,825000,200006108,0,0,223053104 +106,109,850000,200006109,0,0,223053104 +106,110,875000,200006110,0,0,223053104 +106,111,900000,200006111,0,0,223053104 +106,112,925000,200006112,0,0,223053104 +106,113,950000,200006113,0,0,223053104 +106,114,975000,200006114,0,0,223053104 +106,115,1000000,200006115,0,0,223053104 +107,1,10,200007001,0,0,223061101 +107,2,100,200007002,0,0,223061101 +107,3,200,200007003,0,0,223061101 +107,4,500,200007004,0,0,223061101 +107,5,1000,200007005,0,0,223061101 +107,6,1500,200007006,0,0,223061101 +107,7,2000,200007007,0,0,223061101 +107,8,3000,200007008,0,0,223061101 +107,9,4000,200007009,0,0,223061101 +107,10,6000,200007010,0,0,223061101 +107,11,8000,200007011,0,0,223061101 +107,12,10000,200007012,0,0,223061101 +107,13,12000,200007013,0,0,223061101 +107,14,14000,200007014,0,0,223061101 +107,15,16000,200007015,0,0,223061101 +107,16,18000,200007016,0,0,223061101 +107,17,20000,200007017,0,0,223061101 +107,18,24000,200007018,0,0,223061101 +107,19,28000,200007019,0,0,223061101 +107,20,32000,200007020,0,0,223061101 +107,21,36000,200007021,0,0,223061101 +107,22,40000,200007022,0,0,223061101 +107,23,44000,200007023,0,0,223061101 +107,24,48000,200007024,0,0,223061101 +107,25,52000,200007025,0,0,223061101 +107,26,56000,200007026,0,0,223061101 +107,27,60000,200007027,0,0,223061101 +107,28,64000,200007028,0,0,223061101 +109,1,10,200009001,0,0,223063004 +109,2,50,200009002,0,0,223063004 +109,3,100,200009003,0,0,223063004 +109,4,250,200009004,0,0,223063004 +109,5,500,200009005,0,0,223063004 +109,6,750,200009006,0,0,223063004 +109,7,1000,200009007,0,0,223063004 +109,8,1500,200009008,0,0,223063004 +109,9,2000,200009009,0,0,223063004 +109,10,2500,200009010,0,0,223063004 +109,11,3000,200009011,0,0,223063004 +109,12,4000,200009012,0,0,223063004 +109,13,5000,200009013,0,0,223063004 +109,14,6000,200009014,0,0,223063004 +109,15,7000,200009015,0,0,223063004 +109,16,8000,200009016,0,0,223063004 +109,17,9000,200009017,0,0,223063004 +109,18,10000,200009018,0,0,223063004 +109,19,12000,200009019,0,0,223063004 +109,20,14000,200009020,0,0,223063004 +109,21,16000,200009021,0,0,223063004 +109,22,18000,200009022,0,0,223063004 +109,23,20000,200009023,0,0,223063004 +109,24,22000,200009024,0,0,223063004 +109,25,24000,200009025,0,0,223063004 +109,26,26000,200009026,0,0,223063004 +109,27,28000,200009027,0,0,223063004 +109,28,30000,200009028,0,0,223063004 +109,29,32000,200009029,0,0,223063004 +109,30,34000,200009030,0,0,223063004 +109,31,36000,200009031,0,0,223063004 +109,32,38000,200009032,0,0,223063004 +109,33,40000,200009033,0,0,223063004 +109,34,42000,200009034,0,0,223063004 +109,35,44000,200009035,0,0,223063004 +109,36,46000,200009036,0,0,223063004 +109,37,48000,200009037,0,0,223063004 +109,38,50000,200009038,0,0,223063004 +109,39,52000,200009039,0,0,223063004 +109,40,54000,200009040,0,0,223063004 +109,41,56000,200009041,0,0,223063004 +109,42,58000,200009042,0,0,223063004 +109,43,60000,200009043,0,0,223063004 +109,44,62000,200009044,0,0,223063004 +109,45,64000,200009045,0,0,223063004 +109,46,66000,200009046,0,0,223063004 +109,47,68000,200009047,0,0,223063004 +109,48,70000,200009048,0,0,223063004 +109,49,72000,200009049,0,0,223063004 +109,50,74000,200009050,0,0,223063004 +109,51,76000,200009051,0,0,223063004 +109,52,78000,200009052,0,0,223063004 +109,53,80000,200009053,0,0,223063004 +109,54,82000,200009054,0,0,223063004 +109,55,84000,200009055,0,0,223063004 +109,56,86000,200009056,0,0,223063004 +109,57,88000,200009057,0,0,223063004 +109,58,90000,200009058,0,0,223063004 +109,59,92000,200009059,0,0,223063004 +109,60,94000,200009060,0,0,223063004 +109,61,96000,200009061,0,0,223063004 +109,62,98000,200009062,0,0,223063004 +109,63,100000,200009063,0,0,223063004 +109,64,105000,200009064,0,0,223063004 +109,65,110000,200009065,0,0,223063004 +109,66,115000,200009066,0,0,223063004 +109,67,120000,200009067,0,0,223063004 +109,68,125000,200009068,0,0,223063004 +109,69,130000,200009069,0,0,223063004 +109,70,135000,200009070,0,0,223063004 +109,71,140000,200009071,0,0,223063004 +109,72,150000,200009072,0,0,223063004 +109,73,160000,200009073,0,0,223063004 +109,74,170000,200009074,0,0,223063004 +109,75,180000,200009075,0,0,223063004 +109,76,190000,200009076,0,0,223063004 +109,77,200000,200009077,0,0,223063004 +109,78,210000,200009078,0,0,223063004 +109,79,220000,200009079,0,0,223063004 +109,80,230000,200009080,0,0,223063004 +109,81,240000,200009081,0,0,223063004 +109,82,250000,200009082,0,0,223063004 +109,83,260000,200009083,0,0,223063004 +109,84,270000,200009084,0,0,223063004 +109,85,280000,200009085,0,0,223063004 +109,86,290000,200009086,0,0,223063004 +109,87,300000,200009087,0,0,223063004 +109,88,325000,200009088,0,0,223063004 +109,89,350000,200009089,0,0,223063004 +109,90,375000,200009090,0,0,223063004 +109,91,400000,200009091,0,0,223063004 +109,92,425000,200009092,0,0,223063004 +109,93,450000,200009093,0,0,223063004 +109,94,475000,200009094,0,0,223063004 +109,95,500000,200009095,0,0,223063004 +109,96,525000,200009096,0,0,223063004 +109,97,550000,200009097,0,0,223063004 +109,98,575000,200009098,0,0,223063004 +109,99,600000,200009099,0,0,223063004 +109,100,625000,200009100,0,0,223063004 +109,101,650000,200009101,0,0,223063004 +109,102,675000,200009102,0,0,223063004 +109,103,700000,200009103,0,0,223063004 +109,104,725000,200009104,0,0,223063004 +109,105,750000,200009105,0,0,223063004 +109,106,775000,200009106,0,0,223063004 +109,107,800000,200009107,0,0,223063004 +109,108,825000,200009108,0,0,223063004 +109,109,850000,200009109,0,0,223063004 +109,110,875000,200009110,0,0,223063004 +109,111,900000,200009111,0,0,223063004 +109,112,925000,200009112,0,0,223063004 +109,113,950000,200009113,0,0,223063004 +109,114,975000,200009114,0,0,223063004 +109,115,1000000,200009115,0,0,223063004 +110,1,10,200010001,0,0,223071101 +110,2,100,200010002,0,0,223071101 +110,3,200,200010003,0,0,223071101 +110,4,500,200010004,0,0,223071101 +110,5,1000,200010005,0,0,223071101 +110,6,1500,200010006,0,0,223071101 +110,7,2000,200010007,0,0,223071101 +110,8,3000,200010008,0,0,223071101 +110,9,4000,200010009,0,0,223071101 +110,10,6000,200010010,0,0,223071101 +110,11,8000,200010011,0,0,223071101 +110,12,10000,200010012,0,0,223071101 +110,13,12000,200010013,0,0,223071101 +110,14,14000,200010014,0,0,223071101 +110,15,16000,200010015,0,0,223071101 +110,16,18000,200010016,0,0,223071101 +110,17,20000,200010017,0,0,223071101 +110,18,24000,200010018,0,0,223071101 +110,19,28000,200010019,0,0,223071101 +110,20,32000,200010020,0,0,223071101 +111,1,10,200011001,0,0,223071505 +111,2,50,200011002,0,0,223071505 +111,3,100,200011003,0,0,223071505 +111,4,250,200011004,0,0,223071505 +111,5,500,200011005,0,0,223071505 +111,6,750,200011006,0,0,223071505 +111,7,1000,200011007,0,0,223071505 +111,8,1500,200011008,0,0,223071505 +111,9,2000,200011009,0,0,223071505 +111,10,2500,200011010,0,0,223071505 +111,11,3000,200011011,0,0,223071505 +111,12,4000,200011012,0,0,223071505 +111,13,5000,200011013,0,0,223071505 +111,14,6000,200011014,0,0,223071505 +111,15,7000,200011015,0,0,223071505 +111,16,8000,200011016,0,0,223071505 +111,17,9000,200011017,0,0,223071505 +111,18,10000,200011018,0,0,223071505 +111,19,12000,200011019,0,0,223071505 +111,20,14000,200011020,0,0,223071505 +111,21,16000,200011021,0,0,223071505 +111,22,18000,200011022,0,0,223071505 +111,23,20000,200011023,0,0,223071505 +111,24,22000,200011024,0,0,223071505 +111,25,24000,200011025,0,0,223071505 +111,26,26000,200011026,0,0,223071505 +111,27,28000,200011027,0,0,223071505 +111,28,30000,200011028,0,0,223071505 +111,29,32000,200011029,0,0,223071505 +111,30,34000,200011030,0,0,223071505 +111,31,36000,200011031,0,0,223071505 +111,32,38000,200011032,0,0,223071505 +111,33,40000,200011033,0,0,223071505 +111,34,42000,200011034,0,0,223071505 +111,35,44000,200011035,0,0,223071505 +111,36,46000,200011036,0,0,223071505 +111,37,48000,200011037,0,0,223071505 +111,38,50000,200011038,0,0,223071505 +111,39,52000,200011039,0,0,223071505 +111,40,54000,200011040,0,0,223071505 +111,41,56000,200011041,0,0,223071505 +111,42,58000,200011042,0,0,223071505 +111,43,60000,200011043,0,0,223071505 +111,44,62000,200011044,0,0,223071505 +111,45,64000,200011045,0,0,223071505 +111,46,66000,200011046,0,0,223071505 +111,47,68000,200011047,0,0,223071505 +111,48,70000,200011048,0,0,223071505 +111,49,72000,200011049,0,0,223071505 +111,50,74000,200011050,0,0,223071505 +111,51,76000,200011051,0,0,223071505 +111,52,78000,200011052,0,0,223071505 +111,53,80000,200011053,0,0,223071505 +111,54,82000,200011054,0,0,223071505 +111,55,84000,200011055,0,0,223071505 +111,56,86000,200011056,0,0,223071505 +111,57,88000,200011057,0,0,223071505 +111,58,90000,200011058,0,0,223071505 +111,59,92000,200011059,0,0,223071505 +111,60,94000,200011060,0,0,223071505 +111,61,96000,200011061,0,0,223071505 +111,62,98000,200011062,0,0,223071505 +111,63,100000,200011063,0,0,223071505 +111,64,105000,200011064,0,0,223071505 +111,65,110000,200011065,0,0,223071505 +111,66,115000,200011066,0,0,223071505 +111,67,120000,200011067,0,0,223071505 +111,68,125000,200011068,0,0,223071505 +111,69,130000,200011069,0,0,223071505 +111,70,135000,200011070,0,0,223071505 +111,71,140000,200011071,0,0,223071505 +111,72,145000,200011072,0,0,223071505 +111,73,150000,200011073,0,0,223071505 +111,74,160000,200011074,0,0,223071505 +111,75,170000,200011075,0,0,223071505 +111,76,180000,200011076,0,0,223071505 +111,77,190000,200011077,0,0,223071505 +111,78,200000,200011078,0,0,223071505 +111,79,210000,200011079,0,0,223071505 +111,80,220000,200011080,0,0,223071505 +111,81,230000,200011081,0,0,223071505 +111,82,240000,200011082,0,0,223071505 +111,83,250000,200011083,0,0,223071505 +111,84,260000,200011084,0,0,223071505 +111,85,270000,200011085,0,0,223071505 +111,86,280000,200011086,0,0,223071505 +111,87,290000,200011087,0,0,223071505 +111,88,300000,200011088,0,0,223071505 +111,89,325000,200011089,0,0,223071505 +111,90,350000,200011090,0,0,223071505 +111,91,375000,200011091,0,0,223071505 +111,92,400000,200011092,0,0,223071505 +111,93,425000,200011093,0,0,223071505 +111,94,450000,200011094,0,0,223071505 +111,95,475000,200011095,0,0,223071505 +111,96,500000,200011096,0,0,223071505 +111,97,525000,200011097,0,0,223071505 +111,98,550000,200011098,0,0,223071505 +111,99,575000,200011099,0,0,223071505 +111,100,600000,200011100,0,0,223071505 +111,101,625000,200011101,0,0,223071505 +111,102,650000,200011102,0,0,223071505 +111,103,675000,200011103,0,0,223071505 +111,104,700000,200011104,0,0,223071505 +111,105,725000,200011105,0,0,223071505 +111,106,750000,200011106,0,0,223071505 +111,107,775000,200011107,0,0,223071505 +111,108,800000,200011108,0,0,223071505 +111,109,825000,200011109,0,0,223071505 +111,110,850000,200011110,0,0,223071505 +111,111,875000,200011111,0,0,223071505 +111,112,900000,200011112,0,0,223071505 +111,113,925000,200011113,0,0,223071505 +111,114,950000,200011114,0,0,223071505 +111,115,975000,200011115,0,0,223071505 +111,116,1000000,200011116,0,0,223071505 +112,1,10,200012001,0,0,223072601 +112,2,100,200012002,0,0,223072601 +112,3,200,200012003,0,0,223072601 +112,4,500,200012004,0,0,223072601 +112,5,1000,200012005,0,0,223072601 +112,6,1500,200012006,0,0,223072601 +112,7,2000,200012007,0,0,223072601 +112,8,3000,200012008,0,0,223072601 +112,9,4000,200012009,0,0,223072601 +112,10,6000,200012010,0,0,223072601 +112,11,8000,200012011,0,0,223072601 +112,12,10000,200012012,0,0,223072601 +112,13,12000,200012013,0,0,223072601 +112,14,14000,200012014,0,0,223072601 +112,15,16000,200012015,0,0,223072601 +112,16,18000,200012016,0,0,223072601 +112,17,20000,200012017,0,0,223072601 +112,18,24000,200012018,0,0,223072601 +112,19,28000,200012019,0,0,223072601 +112,20,32000,200012020,0,0,223072601 +108,1,30,200008001,0,0,223061504 +108,2,75,200008002,0,0,223061504 +108,3,150,200008003,0,0,223061504 +108,4,375,200008004,0,0,223061504 +108,5,750,200008005,0,0,223061504 +108,6,1125,200008006,0,0,223061504 +108,7,1500,200008007,0,0,223061504 +108,8,2250,200008008,0,0,223061504 +108,9,3000,200008009,0,0,223061504 +108,10,3750,200008010,0,0,223061504 +108,11,4500,200008011,0,0,223061504 +108,12,6000,200008012,0,0,223061504 +108,13,7500,200008013,0,0,223061504 +108,14,9000,200008014,0,0,223061504 +108,15,10500,200008015,0,0,223061504 +108,16,12000,200008016,0,0,223061504 +108,17,13500,200008017,0,0,223061504 +108,18,15000,200008018,0,0,223061504 +108,19,18000,200008019,0,0,223061504 +108,20,21000,200008020,0,0,223061504 +108,21,24000,200008021,0,0,223061504 +108,22,27000,200008022,0,0,223061504 +108,23,30000,200008023,0,0,223061504 +108,24,33000,200008024,0,0,223061504 +108,25,36000,200008025,0,0,223061504 +108,26,39000,200008026,0,0,223061504 +108,27,42000,200008027,0,0,223061504 +108,28,45000,200008028,0,0,223061504 +108,29,48000,200008029,0,0,223061504 +108,30,51000,200008030,0,0,223061504 +108,31,54000,200008031,0,0,223061504 +108,32,57000,200008032,0,0,223061504 +108,33,60000,200008033,0,0,223061504 +108,34,63000,200008034,0,0,223061504 +108,35,66000,200008035,0,0,223061504 +108,36,69000,200008036,0,0,223061504 +108,37,72000,200008037,0,0,223061504 +108,38,75000,200008038,0,0,223061504 +108,39,78000,200008039,0,0,223061504 +108,40,81000,200008040,0,0,223061504 +108,41,84000,200008041,0,0,223061504 +108,42,87000,200008042,0,0,223061504 +108,43,90000,200008043,0,0,223061504 +108,44,93000,200008044,0,0,223061504 +108,45,96000,200008045,0,0,223061504 +108,46,99000,200008046,0,0,223061504 +108,47,102000,200008047,0,0,223061504 +108,48,105000,200008048,0,0,223061504 +108,49,108000,200008049,0,0,223061504 +108,50,111000,200008050,0,0,223061504 +108,51,114000,200008051,0,0,223061504 +108,52,117000,200008052,0,0,223061504 +108,53,120000,200008053,0,0,223061504 +108,54,123000,200008054,0,0,223061504 +108,55,126000,200008055,0,0,223061504 +108,56,129000,200008056,0,0,223061504 +108,57,132000,200008057,0,0,223061504 +108,58,135000,200008058,0,0,223061504 +108,59,138000,200008059,0,0,223061504 +108,60,141000,200008060,0,0,223061504 +108,61,144000,200008061,0,0,223061504 +108,62,147000,200008062,0,0,223061504 +108,63,150000,200008063,0,0,223061504 +108,64,157500,200008064,0,0,223061504 +108,65,165000,200008065,0,0,223061504 +108,66,172500,200008066,0,0,223061504 +108,67,180000,200008067,0,0,223061504 +108,68,187500,200008068,0,0,223061504 +108,69,195000,200008069,0,0,223061504 +108,70,202500,200008070,0,0,223061504 +108,71,210000,200008071,0,0,223061504 +108,72,225000,200008072,0,0,223061504 +108,73,240000,200008073,0,0,223061504 +108,74,255000,200008074,0,0,223061504 +108,75,270000,200008075,0,0,223061504 +108,76,285000,200008076,0,0,223061504 +108,77,300000,200008077,0,0,223061504 +108,78,315000,200008078,0,0,223061504 +108,79,330000,200008079,0,0,223061504 +108,80,345000,200008080,0,0,223061504 +108,81,360000,200008081,0,0,223061504 +108,82,375000,200008082,0,0,223061504 +108,83,390000,200008083,0,0,223061504 +108,84,405000,200008084,0,0,223061504 +108,85,420000,200008085,0,0,223061504 +108,86,435000,200008086,0,0,223061504 +108,87,450000,200008087,0,0,223061504 +108,88,487500,200008088,0,0,223061504 +108,89,525000,200008089,0,0,223061504 +108,90,562500,200008090,0,0,223061504 +108,91,600000,200008091,0,0,223061504 +108,92,637500,200008092,0,0,223061504 +108,93,675000,200008093,0,0,223061504 +108,94,712500,200008094,0,0,223061504 +108,95,750000,200008095,0,0,223061504 +108,96,787500,200008096,0,0,223061504 +108,97,825000,200008097,0,0,223061504 +108,98,862500,200008098,0,0,223061504 +108,99,900000,200008099,0,0,223061504 +108,100,937500,200008100,0,0,223061504 +108,101,975000,200008101,0,0,223061504 +108,102,1012500,200008102,0,0,223061504 +108,103,1050000,200008103,0,0,223061504 +108,104,1087500,200008104,0,0,223061504 +108,105,1125000,200008105,0,0,223061504 +108,106,1162500,200008106,0,0,223061504 +108,107,1200000,200008107,0,0,223061504 +108,108,1237500,200008108,0,0,223061504 +108,109,1275000,200008109,0,0,223061504 +108,110,1312500,200008110,0,0,223061504 +108,111,1350000,200008111,0,0,223061504 +108,112,1387500,200008112,0,0,223061504 +108,113,1425000,200008113,0,0,223061504 +108,114,1462500,200008114,0,0,223061504 +108,115,1500000,200008115,0,0,223061504 +113,1,10,200013001,0,0,223073104 +113,2,50,200013002,0,0,223073104 +113,3,100,200013003,0,0,223073104 +113,4,250,200013004,0,0,223073104 +113,5,500,200013005,0,0,223073104 +113,6,750,200013006,0,0,223073104 +113,7,1000,200013007,0,0,223073104 +113,8,1500,200013008,0,0,223073104 +113,9,2000,200013009,0,0,223073104 +113,10,2500,200013010,0,0,223073104 +113,11,3000,200013011,0,0,223073104 +113,12,4000,200013012,0,0,223073104 +113,13,5000,200013013,0,0,223073104 +113,14,6000,200013014,0,0,223073104 +113,15,7000,200013015,0,0,223073104 +113,16,8000,200013016,0,0,223073104 +113,17,9000,200013017,0,0,223073104 +113,18,10000,200013018,0,0,223073104 +113,19,12000,200013019,0,0,223073104 +113,20,14000,200013020,0,0,223073104 +113,21,16000,200013021,0,0,223073104 +113,22,18000,200013022,0,0,223073104 +113,23,20000,200013023,0,0,223073104 +113,24,22000,200013024,0,0,223073104 +113,25,24000,200013025,0,0,223073104 +113,26,26000,200013026,0,0,223073104 +113,27,28000,200013027,0,0,223073104 +113,28,30000,200013028,0,0,223073104 +113,29,32000,200013029,0,0,223073104 +113,30,34000,200013030,0,0,223073104 +113,31,36000,200013031,0,0,223073104 +113,32,38000,200013032,0,0,223073104 +113,33,40000,200013033,0,0,223073104 +113,34,42000,200013034,0,0,223073104 +113,35,44000,200013035,0,0,223073104 +113,36,46000,200013036,0,0,223073104 +113,37,48000,200013037,0,0,223073104 +113,38,50000,200013038,0,0,223073104 +113,39,52000,200013039,0,0,223073104 +113,40,54000,200013040,0,0,223073104 +113,41,56000,200013041,0,0,223073104 +113,42,58000,200013042,0,0,223073104 +113,43,60000,200013043,0,0,223073104 +113,44,62000,200013044,0,0,223073104 +113,45,64000,200013045,0,0,223073104 +113,46,66000,200013046,0,0,223073104 +113,47,68000,200013047,0,0,223073104 +113,48,70000,200013048,0,0,223073104 +113,49,72000,200013049,0,0,223073104 +113,50,74000,200013050,0,0,223073104 +113,51,76000,200013051,0,0,223073104 +113,52,78000,200013052,0,0,223073104 +113,53,80000,200013053,0,0,223073104 +113,54,82000,200013054,0,0,223073104 +113,55,84000,200013055,0,0,223073104 +113,56,86000,200013056,0,0,223073104 +113,57,88000,200013057,0,0,223073104 +113,58,90000,200013058,0,0,223073104 +113,59,92000,200013059,0,0,223073104 +113,60,94000,200013060,0,0,223073104 +113,61,96000,200013061,0,0,223073104 +113,62,98000,200013062,0,0,223073104 +113,63,100000,200013063,0,0,223073104 +113,64,105000,200013064,0,0,223073104 +113,65,110000,200013065,0,0,223073104 +113,66,115000,200013066,0,0,223073104 +113,67,120000,200013067,0,0,223073104 +113,68,125000,200013068,0,0,223073104 +113,69,130000,200013069,0,0,223073104 +113,70,135000,200013070,0,0,223073104 +113,71,140000,200013071,0,0,223073104 +113,72,150000,200013072,0,0,223073104 +113,73,160000,200013073,0,0,223073104 +113,74,170000,200013074,0,0,223073104 +113,75,180000,200013075,0,0,223073104 +113,76,190000,200013076,0,0,223073104 +113,77,200000,200013077,0,0,223073104 +113,78,210000,200013078,0,0,223073104 +113,79,220000,200013079,0,0,223073104 +113,80,230000,200013080,0,0,223073104 +113,81,240000,200013081,0,0,223073104 +113,82,250000,200013082,0,0,223073104 +113,83,260000,200013083,0,0,223073104 +113,84,270000,200013084,0,0,223073104 +113,85,280000,200013085,0,0,223073104 +113,86,290000,200013086,0,0,223073104 +113,87,300000,200013087,0,0,223073104 +113,88,325000,200013088,0,0,223073104 +113,89,350000,200013089,0,0,223073104 +113,90,375000,200013090,0,0,223073104 +113,91,400000,200013091,0,0,223073104 +113,92,425000,200013092,0,0,223073104 +113,93,450000,200013093,0,0,223073104 +113,94,475000,200013094,0,0,223073104 +113,95,500000,200013095,0,0,223073104 +113,96,525000,200013096,0,0,223073104 +113,97,550000,200013097,0,0,223073104 +113,98,575000,200013098,0,0,223073104 +113,99,600000,200013099,0,0,223073104 +113,100,625000,200013100,0,0,223073104 +113,101,650000,200013101,0,0,223073104 +113,102,675000,200013102,0,0,223073104 +113,103,700000,200013103,0,0,223073104 +113,104,725000,200013104,0,0,223073104 +113,105,750000,200013105,0,0,223073104 +113,106,775000,200013106,0,0,223073104 +113,107,800000,200013107,0,0,223073104 +113,108,825000,200013108,0,0,223073104 +113,109,850000,200013109,0,0,223073104 +113,110,875000,200013110,0,0,223073104 +113,111,900000,200013111,0,0,223073104 +113,112,925000,200013112,0,0,223073104 +113,113,950000,200013113,0,0,223073104 +113,114,975000,200013114,0,0,223073104 +113,115,1000000,200013115,0,0,223073104 +114,1,10,200014001,0,0,223081101 +114,2,100,200014002,0,0,223081101 +114,3,200,200014003,0,0,223081101 +114,4,500,200014004,0,0,223081101 +114,5,1000,200014005,0,0,223081101 +114,6,1500,200014006,0,0,223081101 +114,7,2000,200014007,0,0,223081101 +114,8,3000,200014008,0,0,223081101 +114,9,4000,200014009,0,0,223081101 +114,10,6000,200014010,0,0,223081101 +114,11,8000,200014011,0,0,223081101 +114,12,10000,200014012,0,0,223081101 +114,13,12000,200014013,0,0,223081101 +114,14,14000,200014014,0,0,223081101 +114,15,16000,200014015,0,0,223081101 +114,16,18000,200014016,0,0,223081101 +114,17,20000,200014017,0,0,223081101 +114,18,24000,200014018,0,0,223081101 +114,19,28000,200014019,0,0,223081101 +114,20,32000,200014020,0,0,223081101 +115,1,10,200015001,0,0,223081504 +115,2,50,200015002,0,0,223081504 +115,3,100,200015003,0,0,223081504 +115,4,250,200015004,0,0,223081504 +115,5,500,200015005,0,0,223081504 +115,6,750,200015006,0,0,223081504 +115,7,1000,200015007,0,0,223081504 +115,8,1500,200015008,0,0,223081504 +115,9,2000,200015009,0,0,223081504 +115,10,2500,200015010,0,0,223081504 +115,11,3000,200015011,0,0,223081504 +115,12,4000,200015012,0,0,223081504 +115,13,5000,200015013,0,0,223081504 +115,14,6000,200015014,0,0,223081504 +115,15,7000,200015015,0,0,223081504 +115,16,8000,200015016,0,0,223081504 +115,17,9000,200015017,0,0,223081504 +115,18,10000,200015018,0,0,223081504 +115,19,12000,200015019,0,0,223081504 +115,20,14000,200015020,0,0,223081504 +115,21,16000,200015021,0,0,223081504 +115,22,18000,200015022,0,0,223081504 +115,23,20000,200015023,0,0,223081504 +115,24,22000,200015024,0,0,223081504 +115,25,24000,200015025,0,0,223081504 +115,26,26000,200015026,0,0,223081504 +115,27,28000,200015027,0,0,223081504 +115,28,30000,200015028,0,0,223081504 +115,29,32000,200015029,0,0,223081504 +115,30,34000,200015030,0,0,223081504 +115,31,36000,200015031,0,0,223081504 +115,32,38000,200015032,0,0,223081504 +115,33,40000,200015033,0,0,223081504 +115,34,42000,200015034,0,0,223081504 +115,35,44000,200015035,0,0,223081504 +115,36,46000,200015036,0,0,223081504 +115,37,48000,200015037,0,0,223081504 +115,38,50000,200015038,0,0,223081504 +115,39,52000,200015039,0,0,223081504 +115,40,54000,200015040,0,0,223081504 +115,41,56000,200015041,0,0,223081504 +115,42,58000,200015042,0,0,223081504 +115,43,60000,200015043,0,0,223081504 +115,44,62000,200015044,0,0,223081504 +115,45,64000,200015045,0,0,223081504 +115,46,66000,200015046,0,0,223081504 +115,47,68000,200015047,0,0,223081504 +115,48,70000,200015048,0,0,223081504 +115,49,72000,200015049,0,0,223081504 +115,50,74000,200015050,0,0,223081504 +115,51,76000,200015051,0,0,223081504 +115,52,78000,200015052,0,0,223081504 +115,53,80000,200015053,0,0,223081504 +115,54,82000,200015054,0,0,223081504 +115,55,84000,200015055,0,0,223081504 +115,56,86000,200015056,0,0,223081504 +115,57,88000,200015057,0,0,223081504 +115,58,90000,200015058,0,0,223081504 +115,59,92000,200015059,0,0,223081504 +115,60,94000,200015060,0,0,223081504 +115,61,96000,200015061,0,0,223081504 +115,62,98000,200015062,0,0,223081504 +115,63,100000,200015063,0,0,223081504 +115,64,105000,200015064,0,0,223081504 +115,65,110000,200015065,0,0,223081504 +115,66,115000,200015066,0,0,223081504 +115,67,120000,200015067,0,0,223081504 +115,68,125000,200015068,0,0,223081504 +115,69,130000,200015069,0,0,223081504 +115,70,135000,200015070,0,0,223081504 +115,71,140000,200015071,0,0,223081504 +115,72,145000,200015072,0,0,223081504 +115,73,150000,200015073,0,0,223081504 +115,74,160000,200015074,0,0,223081504 +115,75,170000,200015075,0,0,223081504 +115,76,180000,200015076,0,0,223081504 +115,77,190000,200015077,0,0,223081504 +115,78,200000,200015078,0,0,223081504 +115,79,210000,200015079,0,0,223081504 +115,80,220000,200015080,0,0,223081504 +115,81,230000,200015081,0,0,223081504 +115,82,240000,200015082,0,0,223081504 +115,83,250000,200015083,0,0,223081504 +115,84,260000,200015084,0,0,223081504 +115,85,270000,200015085,0,0,223081504 +115,86,280000,200015086,0,0,223081504 +115,87,290000,200015087,0,0,223081504 +115,88,300000,200015088,0,0,223081504 +115,89,325000,200015089,0,0,223081504 +115,90,350000,200015090,0,0,223081504 +115,91,375000,200015091,0,0,223081504 +115,92,400000,200015092,0,0,223081504 +115,93,425000,200015093,0,0,223081504 +115,94,450000,200015094,0,0,223081504 +115,95,475000,200015095,0,0,223081504 +115,96,500000,200015096,0,0,223081504 +115,97,525000,200015097,0,0,223081504 +115,98,550000,200015098,0,0,223081504 +115,99,575000,200015099,0,0,223081504 +115,100,600000,200015100,0,0,223081504 +115,101,625000,200015101,0,0,223081504 +115,102,650000,200015102,0,0,223081504 +115,103,675000,200015103,0,0,223081504 +115,104,700000,200015104,0,0,223081504 +115,105,725000,200015105,0,0,223081504 +115,106,750000,200015106,0,0,223081504 +115,107,775000,200015107,0,0,223081504 +115,108,800000,200015108,0,0,223081504 +115,109,825000,200015109,0,0,223081504 +115,110,850000,200015110,0,0,223081504 +115,111,875000,200015111,0,0,223081504 +115,112,900000,200015112,0,0,223081504 +115,113,925000,200015113,0,0,223081504 +115,114,950000,200015114,0,0,223081504 +115,115,975000,200015115,0,0,223081504 +115,116,1000000,200015116,0,0,223081504 +116,1,10,200016001,0,0,223082601 +116,2,100,200016002,0,0,223082601 +116,3,200,200016003,0,0,223082601 +116,4,500,200016004,0,0,223082601 +116,5,1000,200016005,0,0,223082601 +116,6,1500,200016006,0,0,223082601 +116,7,2000,200016007,0,0,223082601 +116,8,3000,200016008,0,0,223082601 +116,9,4000,200016009,0,0,223082601 +116,10,6000,200016010,0,0,223082601 +116,11,8000,200016011,0,0,223082601 +116,12,10000,200016012,0,0,223082601 +116,13,12000,200016013,0,0,223082601 +116,14,14000,200016014,0,0,223082601 +116,15,16000,200016015,0,0,223082601 +116,16,18000,200016016,0,0,223082601 +116,17,20000,200016017,0,0,223082601 +116,18,24000,200016018,0,0,223082601 +116,19,28000,200016019,0,0,223082601 +116,20,32000,200016020,0,0,223082601 +117,1,10,200017001,0,0,223083104 +117,2,50,200017002,0,0,223083104 +117,3,100,200017003,0,0,223083104 +117,4,200,200017004,0,0,223083104 +117,5,400,200017005,0,0,223083104 +117,6,600,200017006,0,0,223083104 +117,7,800,200017007,0,0,223083104 +117,8,1000,200017008,0,0,223083104 +117,9,1500,200017009,0,0,223083104 +117,10,2000,200017010,0,0,223083104 +117,11,2500,200017011,0,0,223083104 +117,12,3000,200017012,0,0,223083104 +117,13,3500,200017013,0,0,223083104 +117,14,4000,200017014,0,0,223083104 +117,15,4500,200017015,0,0,223083104 +117,16,5000,200017016,0,0,223083104 +117,17,6000,200017017,0,0,223083104 +117,18,7000,200017018,0,0,223083104 +117,19,8000,200017019,0,0,223083104 +117,20,9000,200017020,0,0,223083104 +117,21,10000,200017021,0,0,223083104 +117,22,12000,200017022,0,0,223083104 +117,23,14000,200017023,0,0,223083104 +117,24,16000,200017024,0,0,223083104 +117,25,18000,200017025,0,0,223083104 +117,26,20000,200017026,0,0,223083104 +117,27,22000,200017027,0,0,223083104 +117,28,24000,200017028,0,0,223083104 +117,29,26000,200017029,0,0,223083104 +117,30,28000,200017030,0,0,223083104 +117,31,30000,200017031,0,0,223083104 +117,32,32000,200017032,0,0,223083104 +117,33,34000,200017033,0,0,223083104 +117,34,36000,200017034,0,0,223083104 +117,35,38000,200017035,0,0,223083104 +117,36,40000,200017036,0,0,223083104 +117,37,42000,200017037,0,0,223083104 +117,38,44000,200017038,0,0,223083104 +117,39,46000,200017039,0,0,223083104 +117,40,48000,200017040,0,0,223083104 +117,41,50000,200017041,0,0,223083104 +117,42,52000,200017042,0,0,223083104 +117,43,54000,200017043,0,0,223083104 +117,44,56000,200017044,0,0,223083104 +117,45,58000,200017045,0,0,223083104 +117,46,60000,200017046,0,0,223083104 +117,47,62000,200017047,0,0,223083104 +117,48,64000,200017048,0,0,223083104 +117,49,66000,200017049,0,0,223083104 +117,50,68000,200017050,0,0,223083104 +117,51,70000,200017051,0,0,223083104 +117,52,72000,200017052,0,0,223083104 +117,53,74000,200017053,0,0,223083104 +117,54,76000,200017054,0,0,223083104 +117,55,78000,200017055,0,0,223083104 +117,56,80000,200017056,0,0,223083104 +117,57,82000,200017057,0,0,223083104 +117,58,84000,200017058,0,0,223083104 +117,59,86000,200017059,0,0,223083104 +117,60,88000,200017060,0,0,223083104 +117,61,90000,200017061,0,0,223083104 +117,62,92000,200017062,0,0,223083104 +117,63,94000,200017063,0,0,223083104 +117,64,96000,200017064,0,0,223083104 +117,65,98000,200017065,0,0,223083104 +117,66,100000,200017066,0,0,223083104 +117,67,105000,200017067,0,0,223083104 +117,68,110000,200017068,0,0,223083104 +117,69,115000,200017069,0,0,223083104 +117,70,120000,200017070,0,0,223083104 +117,71,125000,200017071,0,0,223083104 +117,72,130000,200017072,0,0,223083104 +117,73,135000,200017073,0,0,223083104 +117,74,140000,200017074,0,0,223083104 +117,75,150000,200017075,0,0,223083104 +117,76,160000,200017076,0,0,223083104 +117,77,170000,200017077,0,0,223083104 +117,78,180000,200017078,0,0,223083104 +117,79,190000,200017079,0,0,223083104 +117,80,200000,200017080,0,0,223083104 +117,81,210000,200017081,0,0,223083104 +117,82,220000,200017082,0,0,223083104 +117,83,230000,200017083,0,0,223083104 +117,84,240000,200017084,0,0,223083104 +117,85,250000,200017085,0,0,223083104 +117,86,260000,200017086,0,0,223083104 +117,87,270000,200017087,0,0,223083104 +117,88,280000,200017088,0,0,223083104 +117,89,290000,200017089,0,0,223083104 +117,90,300000,200017090,0,0,223083104 +117,91,325000,200017091,0,0,223083104 +117,92,350000,200017092,0,0,223083104 +117,93,375000,200017093,0,0,223083104 +117,94,400000,200017094,0,0,223083104 +117,95,425000,200017095,0,0,223083104 +117,96,450000,200017096,0,0,223083104 +117,97,475000,200017097,0,0,223083104 +117,98,500000,200017098,0,0,223083104 +117,99,525000,200017099,0,0,223083104 +117,100,550000,200017100,0,0,223083104 +117,101,575000,200017101,0,0,223083104 +117,102,600000,200017102,0,0,223083104 +117,103,625000,200017103,0,0,223083104 +117,104,650000,200017104,0,0,223083104 +117,105,675000,200017105,0,0,223083104 +117,106,700000,200017106,0,0,223083104 +117,107,725000,200017107,0,0,223083104 +117,108,750000,200017108,0,0,223083104 +117,109,775000,200017109,0,0,223083104 +117,110,800000,200017110,0,0,223083104 +117,111,825000,200017111,0,0,223083104 +117,112,850000,200017112,0,0,223083104 +117,113,875000,200017113,0,0,223083104 +117,114,900000,200017114,0,0,223083104 +117,115,925000,200017115,0,0,223083104 +117,116,950000,200017116,0,0,223083104 +117,117,975000,200017117,0,0,223083104 +117,118,1000000,200017118,0,0,223083104 +118,1,10,200018001,0,0,223091101 +118,2,100,200018002,0,0,223091101 +118,3,200,200018003,0,0,223091101 +118,4,500,200018004,0,0,223091101 +118,5,1000,200018005,0,0,223091101 +118,6,1500,200018006,0,0,223091101 +118,7,2000,200018007,0,0,223091101 +118,8,3000,200018008,0,0,223091101 +118,9,4000,200018009,0,0,223091101 +118,10,6000,200018010,0,0,223091101 +118,11,8000,200018011,0,0,223091101 +118,12,10000,200018012,0,0,223091101 +118,13,12000,200018013,0,0,223091101 +118,14,14000,200018014,0,0,223091101 +118,15,16000,200018015,0,0,223091101 +118,16,18000,200018016,0,0,223091101 +118,17,20000,200018017,0,0,223091101 +118,18,24000,200018018,0,0,223091101 +118,19,28000,200018019,0,0,223091101 +118,20,32000,200018020,0,0,223091101 +119,1,10,200019001,0,0,223091504 +119,2,50,200019002,0,0,223091504 +119,3,100,200019003,0,0,223091504 +119,4,250,200019004,0,0,223091504 +119,5,500,200019005,0,0,223091504 +119,6,750,200019006,0,0,223091504 +119,7,1000,200019007,0,0,223091504 +119,8,1500,200019008,0,0,223091504 +119,9,2000,200019009,0,0,223091504 +119,10,2500,200019010,0,0,223091504 +119,11,3000,200019011,0,0,223091504 +119,12,4000,200019012,0,0,223091504 +119,13,5000,200019013,0,0,223091504 +119,14,6000,200019014,0,0,223091504 +119,15,7000,200019015,0,0,223091504 +119,16,8000,200019016,0,0,223091504 +119,17,9000,200019017,0,0,223091504 +119,18,10000,200019018,0,0,223091504 +119,19,12000,200019019,0,0,223091504 +119,20,14000,200019020,0,0,223091504 +119,21,16000,200019021,0,0,223091504 +119,22,18000,200019022,0,0,223091504 +119,23,20000,200019023,0,0,223091504 +119,24,22000,200019024,0,0,223091504 +119,25,24000,200019025,0,0,223091504 +119,26,26000,200019026,0,0,223091504 +119,27,28000,200019027,0,0,223091504 +119,28,30000,200019028,0,0,223091504 +119,29,32000,200019029,0,0,223091504 +119,30,34000,200019030,0,0,223091504 +119,31,36000,200019031,0,0,223091504 +119,32,38000,200019032,0,0,223091504 +119,33,40000,200019033,0,0,223091504 +119,34,42000,200019034,0,0,223091504 +119,35,44000,200019035,0,0,223091504 +119,36,46000,200019036,0,0,223091504 +119,37,48000,200019037,0,0,223091504 +119,38,50000,200019038,0,0,223091504 +119,39,52000,200019039,0,0,223091504 +119,40,54000,200019040,0,0,223091504 +119,41,56000,200019041,0,0,223091504 +119,42,58000,200019042,0,0,223091504 +119,43,60000,200019043,0,0,223091504 +119,44,62000,200019044,0,0,223091504 +119,45,64000,200019045,0,0,223091504 +119,46,66000,200019046,0,0,223091504 +119,47,68000,200019047,0,0,223091504 +119,48,70000,200019048,0,0,223091504 +119,49,72000,200019049,0,0,223091504 +119,50,74000,200019050,0,0,223091504 +119,51,76000,200019051,0,0,223091504 +119,52,78000,200019052,0,0,223091504 +119,53,80000,200019053,0,0,223091504 +119,54,82000,200019054,0,0,223091504 +119,55,84000,200019055,0,0,223091504 +119,56,86000,200019056,0,0,223091504 +119,57,88000,200019057,0,0,223091504 +119,58,90000,200019058,0,0,223091504 +119,59,92000,200019059,0,0,223091504 +119,60,94000,200019060,0,0,223091504 +119,61,96000,200019061,0,0,223091504 +119,62,98000,200019062,0,0,223091504 +119,63,100000,200019063,0,0,223091504 +119,64,105000,200019064,0,0,223091504 +119,65,110000,200019065,0,0,223091504 +119,66,115000,200019066,0,0,223091504 +119,67,120000,200019067,0,0,223091504 +119,68,125000,200019068,0,0,223091504 +119,69,130000,200019069,0,0,223091504 +119,70,135000,200019070,0,0,223091504 +119,71,140000,200019071,0,0,223091504 +119,72,145000,200019072,0,0,223091504 +119,73,150000,200019073,0,0,223091504 +119,74,160000,200019074,0,0,223091504 +119,75,170000,200019075,0,0,223091504 +119,76,180000,200019076,0,0,223091504 +119,77,190000,200019077,0,0,223091504 +119,78,200000,200019078,0,0,223091504 +119,79,210000,200019079,0,0,223091504 +119,80,220000,200019080,0,0,223091504 +119,81,230000,200019081,0,0,223091504 +119,82,240000,200019082,0,0,223091504 +119,83,250000,200019083,0,0,223091504 +119,84,260000,200019084,0,0,223091504 +119,85,270000,200019085,0,0,223091504 +119,86,280000,200019086,0,0,223091504 +119,87,290000,200019087,0,0,223091504 +119,88,300000,200019088,0,0,223091504 +119,89,325000,200019089,0,0,223091504 +119,90,350000,200019090,0,0,223091504 +119,91,375000,200019091,0,0,223091504 +119,92,400000,200019092,0,0,223091504 +119,93,425000,200019093,0,0,223091504 +119,94,450000,200019094,0,0,223091504 +119,95,475000,200019095,0,0,223091504 +119,96,500000,200019096,0,0,223091504 +119,97,525000,200019097,0,0,223091504 +119,98,550000,200019098,0,0,223091504 +119,99,575000,200019099,0,0,223091504 +119,100,600000,200019100,0,0,223091504 +119,101,625000,200019101,0,0,223091504 +119,102,650000,200019102,0,0,223091504 +119,103,675000,200019103,0,0,223091504 +119,104,700000,200019104,0,0,223091504 +119,105,725000,200019105,0,0,223091504 +119,106,750000,200019106,0,0,223091504 +119,107,775000,200019107,0,0,223091504 +119,108,800000,200019108,0,0,223091504 +119,109,825000,200019109,0,0,223091504 +119,110,850000,200019110,0,0,223091504 +119,111,875000,200019111,0,0,223091504 +119,112,900000,200019112,0,0,223091504 +119,113,925000,200019113,0,0,223091504 +119,114,950000,200019114,0,0,223091504 +119,115,975000,200019115,0,0,223091504 +119,116,1000000,200019116,0,0,223091504 +120,1,10,200020001,0,0,223092601 +120,2,100,200020002,0,0,223092601 +120,3,200,200020003,0,0,223092601 +120,4,500,200020004,0,0,223092601 +120,5,1000,200020005,0,0,223092601 +120,6,1500,200020006,0,0,223092601 +120,7,2000,200020007,0,0,223092601 +120,8,3000,200020008,0,0,223092601 +120,9,4000,200020009,0,0,223092601 +120,10,6000,200020010,0,0,223092601 +120,11,8000,200020011,0,0,223092601 +120,12,10000,200020012,0,0,223092601 +120,13,12000,200020013,0,0,223092601 +120,14,14000,200020014,0,0,223092601 +120,15,16000,200020015,0,0,223092601 +120,16,18000,200020016,0,0,223092601 +120,17,20000,200020017,0,0,223092601 +120,18,24000,200020018,0,0,223092601 +120,19,28000,200020019,0,0,223092601 +120,20,32000,200020020,0,0,223092601 +121,1,10,200021001,0,0,223093004 +121,2,50,200021002,0,0,223093004 +121,3,100,200021003,0,0,223093004 +121,4,200,200021004,0,0,223093004 +121,5,400,200021005,0,0,223093004 +121,6,600,200021006,0,0,223093004 +121,7,800,200021007,0,0,223093004 +121,8,1000,200021008,0,0,223093004 +121,9,1500,200021009,0,0,223093004 +121,10,2000,200021010,0,0,223093004 +121,11,2500,200021011,0,0,223093004 +121,12,3000,200021012,0,0,223093004 +121,13,3500,200021013,0,0,223093004 +121,14,4000,200021014,0,0,223093004 +121,15,4500,200021015,0,0,223093004 +121,16,5000,200021016,0,0,223093004 +121,17,6000,200021017,0,0,223093004 +121,18,7000,200021018,0,0,223093004 +121,19,8000,200021019,0,0,223093004 +121,20,9000,200021020,0,0,223093004 +121,21,10000,200021021,0,0,223093004 +121,22,12000,200021022,0,0,223093004 +121,23,14000,200021023,0,0,223093004 +121,24,16000,200021024,0,0,223093004 +121,25,18000,200021025,0,0,223093004 +121,26,20000,200021026,0,0,223093004 +121,27,22000,200021027,0,0,223093004 +121,28,24000,200021028,0,0,223093004 +121,29,26000,200021029,0,0,223093004 +121,30,28000,200021030,0,0,223093004 +121,31,30000,200021031,0,0,223093004 +121,32,32000,200021032,0,0,223093004 +121,33,34000,200021033,0,0,223093004 +121,34,36000,200021034,0,0,223093004 +121,35,38000,200021035,0,0,223093004 +121,36,40000,200021036,0,0,223093004 +121,37,42000,200021037,0,0,223093004 +121,38,44000,200021038,0,0,223093004 +121,39,46000,200021039,0,0,223093004 +121,40,48000,200021040,0,0,223093004 +121,41,50000,200021041,0,0,223093004 +121,42,52000,200021042,0,0,223093004 +121,43,54000,200021043,0,0,223093004 +121,44,56000,200021044,0,0,223093004 +121,45,58000,200021045,0,0,223093004 +121,46,60000,200021046,0,0,223093004 +121,47,62000,200021047,0,0,223093004 +121,48,64000,200021048,0,0,223093004 +121,49,66000,200021049,0,0,223093004 +121,50,68000,200021050,0,0,223093004 +121,51,70000,200021051,0,0,223093004 +121,52,72000,200021052,0,0,223093004 +121,53,74000,200021053,0,0,223093004 +121,54,76000,200021054,0,0,223093004 +121,55,78000,200021055,0,0,223093004 +121,56,80000,200021056,0,0,223093004 +121,57,82000,200021057,0,0,223093004 +121,58,84000,200021058,0,0,223093004 +121,59,86000,200021059,0,0,223093004 +121,60,88000,200021060,0,0,223093004 +121,61,90000,200021061,0,0,223093004 +121,62,92000,200021062,0,0,223093004 +121,63,94000,200021063,0,0,223093004 +121,64,96000,200021064,0,0,223093004 +121,65,98000,200021065,0,0,223093004 +121,66,100000,200021066,0,0,223093004 +121,67,105000,200021067,0,0,223093004 +121,68,110000,200021068,0,0,223093004 +121,69,115000,200021069,0,0,223093004 +121,70,120000,200021070,0,0,223093004 +121,71,125000,200021071,0,0,223093004 +121,72,130000,200021072,0,0,223093004 +121,73,135000,200021073,0,0,223093004 +121,74,140000,200021074,0,0,223093004 +121,75,150000,200021075,0,0,223093004 +121,76,160000,200021076,0,0,223093004 +121,77,170000,200021077,0,0,223093004 +121,78,180000,200021078,0,0,223093004 +121,79,190000,200021079,0,0,223093004 +121,80,200000,200021080,0,0,223093004 +121,81,210000,200021081,0,0,223093004 +121,82,220000,200021082,0,0,223093004 +121,83,230000,200021083,0,0,223093004 +121,84,240000,200021084,0,0,223093004 +121,85,250000,200021085,0,0,223093004 +121,86,260000,200021086,0,0,223093004 +121,87,270000,200021087,0,0,223093004 +121,88,280000,200021088,0,0,223093004 +121,89,290000,200021089,0,0,223093004 +121,90,300000,200021090,0,0,223093004 +121,91,325000,200021091,0,0,223093004 +121,92,350000,200021092,0,0,223093004 +121,93,375000,200021093,0,0,223093004 +121,94,400000,200021094,0,0,223093004 +121,95,425000,200021095,0,0,223093004 +121,96,450000,200021096,0,0,223093004 +121,97,475000,200021097,0,0,223093004 +121,98,500000,200021098,0,0,223093004 +121,99,525000,200021099,0,0,223093004 +121,100,550000,200021100,0,0,223093004 +121,101,575000,200021101,0,0,223093004 +121,102,600000,200021102,0,0,223093004 +121,103,625000,200021103,0,0,223093004 +121,104,650000,200021104,0,0,223093004 +121,105,675000,200021105,0,0,223093004 +121,106,700000,200021106,0,0,223093004 +121,107,725000,200021107,0,0,223093004 +121,108,750000,200021108,0,0,223093004 +121,109,775000,200021109,0,0,223093004 +121,110,800000,200021110,0,0,223093004 +121,111,825000,200021111,0,0,223093004 +121,112,850000,200021112,0,0,223093004 +121,113,875000,200021113,0,0,223093004 +121,114,900000,200021114,0,0,223093004 +121,115,925000,200021115,0,0,223093004 +121,116,950000,200021116,0,0,223093004 +121,117,975000,200021117,0,0,223093004 +121,118,1000000,200021118,0,0,223093004 +122,1,10,200022001,0,0,223101101 +122,2,100,200022002,0,0,223101101 +122,3,200,200022003,0,0,223101101 +122,4,500,200022004,0,0,223101101 +122,5,1000,200022005,0,0,223101101 +122,6,1500,200022006,0,0,223101101 +122,7,2000,200022007,0,0,223101101 +122,8,3000,200022008,0,0,223101101 +122,9,4000,200022009,0,0,223101101 +122,10,6000,200022010,0,0,223101101 +122,11,8000,200022011,0,0,223101101 +122,12,10000,200022012,0,0,223101101 +122,13,12000,200022013,0,0,223101101 +122,14,14000,200022014,0,0,223101101 +122,15,16000,200022015,0,0,223101101 +122,16,18000,200022016,0,0,223101101 +122,17,20000,200022017,0,0,223101101 +122,18,24000,200022018,0,0,223101101 +122,19,28000,200022019,0,0,223101101 +122,20,32000,200022020,0,0,223101101 +123,1,10,200023001,0,0,223101508 +123,2,11,200023002,0,0,223101508 +123,3,50,200023003,0,0,223101508 +123,4,51,200023004,0,0,223101508 +123,5,100,200023005,0,0,223101508 +123,6,101,200023006,0,0,223101508 +123,7,200,200023007,0,0,223101508 +123,8,201,200023008,0,0,223101508 +123,9,400,200023009,0,0,223101508 +123,10,401,200023010,0,0,223101508 +123,11,600,200023011,0,0,223101508 +123,12,601,200023012,0,0,223101508 +123,13,800,200023013,0,0,223101508 +123,14,801,200023014,0,0,223101508 +123,15,1000,200023015,0,0,223101508 +123,16,1001,200023016,0,0,223101508 +123,17,1500,200023017,0,0,223101508 +123,18,1501,200023018,0,0,223101508 +123,19,2000,200023019,0,0,223101508 +123,20,2001,200023020,0,0,223101508 +123,21,2500,200023021,0,0,223101508 +123,22,2501,200023022,0,0,223101508 +123,23,3000,200023023,0,0,223101508 +123,24,3001,200023024,0,0,223101508 +123,25,3500,200023025,0,0,223101508 +123,26,3501,200023026,0,0,223101508 +123,27,4000,200023027,0,0,223101508 +123,28,4001,200023028,0,0,223101508 +123,29,4500,200023029,0,0,223101508 +123,30,4501,200023030,0,0,223101508 +123,31,5000,200023031,0,0,223101508 +123,32,5001,200023032,0,0,223101508 +123,33,6000,200023033,0,0,223101508 +123,34,6001,200023034,0,0,223101508 +123,35,7000,200023035,0,0,223101508 +123,36,7001,200023036,0,0,223101508 +123,37,8000,200023037,0,0,223101508 +123,38,8001,200023038,0,0,223101508 +123,39,9000,200023039,0,0,223101508 +123,40,9001,200023040,0,0,223101508 +123,41,10000,200023041,0,0,223101508 +123,42,10001,200023042,0,0,223101508 +123,43,12000,200023043,0,0,223101508 +123,44,12001,200023044,0,0,223101508 +123,45,14000,200023045,0,0,223101508 +123,46,14001,200023046,0,0,223101508 +123,47,16000,200023047,0,0,223101508 +123,48,16001,200023048,0,0,223101508 +123,49,18000,200023049,0,0,223101508 +123,50,18001,200023050,0,0,223101508 +123,51,20000,200023051,0,0,223101508 +123,52,20001,200023052,0,0,223101508 +123,53,22000,200023053,0,0,223101508 +123,54,22001,200023054,0,0,223101508 +123,55,24000,200023055,0,0,223101508 +123,56,24001,200023056,0,0,223101508 +123,57,26000,200023057,0,0,223101508 +123,58,26001,200023058,0,0,223101508 +123,59,28000,200023059,0,0,223101508 +123,60,28001,200023060,0,0,223101508 +123,61,30000,200023061,0,0,223101508 +123,62,31000,200023062,0,0,223101508 +123,63,31001,200023063,0,0,223101508 +123,64,32000,200023064,0,0,223101508 +123,65,32001,200023065,0,0,223101508 +123,66,34000,200023066,0,0,223101508 +123,67,34001,200023067,0,0,223101508 +123,68,36000,200023068,0,0,223101508 +123,69,36001,200023069,0,0,223101508 +123,70,38000,200023070,0,0,223101508 +123,71,38001,200023071,0,0,223101508 +123,72,40000,200023072,0,0,223101508 +123,73,40001,200023073,0,0,223101508 +123,74,42000,200023074,0,0,223101508 +123,75,42001,200023075,0,0,223101508 +123,76,44000,200023076,0,0,223101508 +123,77,44001,200023077,0,0,223101508 +123,78,46000,200023078,0,0,223101508 +123,79,46001,200023079,0,0,223101508 +123,80,48000,200023080,0,0,223101508 +123,81,48001,200023081,0,0,223101508 +123,82,50000,200023082,0,0,223101508 +123,83,50001,200023083,0,0,223101508 +123,84,52000,200023084,0,0,223101508 +123,85,52001,200023085,0,0,223101508 +123,86,54000,200023086,0,0,223101508 +123,87,54001,200023087,0,0,223101508 +123,88,56000,200023088,0,0,223101508 +123,89,56001,200023089,0,0,223101508 +123,90,58000,200023090,0,0,223101508 +123,91,58001,200023091,0,0,223101508 +123,92,60000,200023092,0,0,223101508 +123,93,60001,200023093,0,0,223101508 +123,94,62000,200023094,0,0,223101508 +123,95,62001,200023095,0,0,223101508 +123,96,64000,200023096,0,0,223101508 +123,97,64001,200023097,0,0,223101508 +123,98,66000,200023098,0,0,223101508 +123,99,66001,200023099,0,0,223101508 +123,100,68000,200023100,0,0,223101508 +123,101,68001,200023101,0,0,223101508 +123,102,70000,200023102,0,0,223101508 +123,103,71000,200023103,0,0,223101508 +123,104,71001,200023104,0,0,223101508 +123,105,72000,200023105,0,0,223101508 +123,106,72001,200023106,0,0,223101508 +123,107,74000,200023107,0,0,223101508 +123,108,74001,200023108,0,0,223101508 +123,109,76000,200023109,0,0,223101508 +123,110,76001,200023110,0,0,223101508 +123,111,78000,200023111,0,0,223101508 +123,112,78001,200023112,0,0,223101508 +123,113,80000,200023113,0,0,223101508 +123,114,80001,200023114,0,0,223101508 +123,115,82000,200023115,0,0,223101508 +123,116,82001,200023116,0,0,223101508 +123,117,84000,200023117,0,0,223101508 +123,118,84001,200023118,0,0,223101508 +123,119,85000,200023119,0,0,223101508 +123,120,86000,200023120,0,0,223101508 +123,121,86001,200023121,0,0,223101508 +123,122,88000,200023122,0,0,223101508 +123,123,88001,200023123,0,0,223101508 +123,124,90000,200023124,0,0,223101508 +123,125,90001,200023125,0,0,223101508 +123,126,92000,200023126,0,0,223101508 +123,127,92001,200023127,0,0,223101508 +123,128,94000,200023128,0,0,223101508 +123,129,94001,200023129,0,0,223101508 +123,130,96000,200023130,0,0,223101508 +123,131,96001,200023131,0,0,223101508 +123,132,98000,200023132,0,0,223101508 +123,133,98001,200023133,0,0,223101508 +123,134,100000,200023134,0,0,223101508 +123,135,100001,200023135,0,0,223101508 +123,136,105000,200023136,0,0,223101508 +123,137,105001,200023137,0,0,223101508 +123,138,110000,200023138,0,0,223101508 +123,139,110001,200023139,0,0,223101508 +123,140,115000,200023140,0,0,223101508 +123,141,115001,200023141,0,0,223101508 +123,142,120000,200023142,0,0,223101508 +123,143,120001,200023143,0,0,223101508 +123,144,125000,200023144,0,0,223101508 +123,145,125001,200023145,0,0,223101508 +123,146,130000,200023146,0,0,223101508 +123,147,130001,200023147,0,0,223101508 +123,148,135000,200023148,0,0,223101508 +123,149,135001,200023149,0,0,223101508 +123,150,140000,200023150,0,0,223101508 +123,151,140001,200023151,0,0,223101508 +123,152,145000,200023152,0,0,223101508 +123,153,150000,200023153,0,0,223101508 +123,154,150001,200023154,0,0,223101508 +123,155,160000,200023155,0,0,223101508 +123,156,160001,200023156,0,0,223101508 +123,157,170000,200023157,0,0,223101508 +123,158,170001,200023158,0,0,223101508 +123,159,180000,200023159,0,0,223101508 +123,160,180001,200023160,0,0,223101508 +123,161,190000,200023161,0,0,223101508 +123,162,190001,200023162,0,0,223101508 +123,163,200000,200023163,0,0,223101508 +123,164,200001,200023164,0,0,223101508 +123,165,210000,200023165,0,0,223101508 +123,166,210001,200023166,0,0,223101508 +123,167,220000,200023167,0,0,223101508 +123,168,220001,200023168,0,0,223101508 +123,169,230000,200023169,0,0,223101508 +123,170,230001,200023170,0,0,223101508 +123,171,240000,200023171,0,0,223101508 +123,172,240001,200023172,0,0,223101508 +123,173,250000,200023173,0,0,223101508 +123,174,250001,200023174,0,0,223101508 +123,175,255000,200023175,0,0,223101508 +123,176,260000,200023176,0,0,223101508 +123,177,260001,200023177,0,0,223101508 +123,178,270000,200023178,0,0,223101508 +123,179,270001,200023179,0,0,223101508 +123,180,280000,200023180,0,0,223101508 +123,181,280001,200023181,0,0,223101508 +123,182,290000,200023182,0,0,223101508 +123,183,290001,200023183,0,0,223101508 +123,184,300000,200023184,0,0,223101508 +123,185,300001,200023185,0,0,223101508 +123,186,310000,200023186,0,0,223101508 +123,187,325000,200023187,0,0,223101508 +123,188,325001,200023188,0,0,223101508 +123,189,350000,200023189,0,0,223101508 +123,190,350001,200023190,0,0,223101508 +123,191,375000,200023191,0,0,223101508 +123,192,375001,200023192,0,0,223101508 +123,193,400000,200023193,0,0,223101508 +123,194,400001,200023194,0,0,223101508 +123,195,425000,200023195,0,0,223101508 +123,196,425001,200023196,0,0,223101508 +123,197,450000,200023197,0,0,223101508 +123,198,450001,200023198,0,0,223101508 +123,199,475000,200023199,0,0,223101508 +123,200,475001,200023200,0,0,223101508 +123,201,500000,200023201,0,0,223101508 +123,202,500001,200023202,0,0,223101508 +123,203,510000,200023203,0,0,223101508 +123,204,525000,200023204,0,0,223101508 +123,205,525001,200023205,0,0,223101508 +123,206,550000,200023206,0,0,223101508 +123,207,550001,200023207,0,0,223101508 +123,208,575000,200023208,0,0,223101508 +123,209,575001,200023209,0,0,223101508 +123,210,600000,200023210,0,0,223101508 +123,211,600001,200023211,0,0,223101508 +123,212,610000,200023212,0,0,223101508 +123,213,625000,200023213,0,0,223101508 +123,214,625001,200023214,0,0,223101508 +123,215,650000,200023215,0,0,223101508 +123,216,650001,200023216,0,0,223101508 +123,217,675000,200023217,0,0,223101508 +123,218,675001,200023218,0,0,223101508 +123,219,700000,200023219,0,0,223101508 +123,220,700001,200023220,0,0,223101508 +123,221,725000,200023221,0,0,223101508 +123,222,725001,200023222,0,0,223101508 +123,223,750000,200023223,0,0,223101508 +123,224,750001,200023224,0,0,223101508 +123,225,775000,200023225,0,0,223101508 +123,226,775001,200023226,0,0,223101508 +123,227,800000,200023227,0,0,223101508 +123,228,800001,200023228,0,0,223101508 +123,229,825000,200023229,0,0,223101508 +123,230,825001,200023230,0,0,223101508 +123,231,850000,200023231,0,0,223101508 +123,232,850001,200023232,0,0,223101508 +123,233,875000,200023233,0,0,223101508 +123,234,875001,200023234,0,0,223101508 +123,235,900000,200023235,0,0,223101508 +123,236,900001,200023236,0,0,223101508 +123,237,925000,200023237,0,0,223101508 +123,238,925001,200023238,0,0,223101508 +123,239,950000,200023239,0,0,223101508 +123,240,950001,200023240,0,0,223101508 +123,241,975000,200023241,0,0,223101508 +123,242,975001,200023242,0,0,223101508 +123,243,1000000,200023243,0,0,223101508 +123,244,1000001,200023244,0,0,223101508 +124,1,10,200024001,0,0,223102601 +124,2,100,200024002,0,0,223102601 +124,3,200,200024003,0,0,223102601 +124,4,500,200024004,0,0,223102601 +124,5,1000,200024005,0,0,223102601 +124,6,1500,200024006,0,0,223102601 +124,7,2000,200024007,0,0,223102601 +124,8,3000,200024008,0,0,223102601 +124,9,4000,200024009,0,0,223102601 +124,10,6000,200024010,0,0,223102601 +124,11,8000,200024011,0,0,223102601 +124,12,10000,200024012,0,0,223102601 +124,13,12000,200024013,0,0,223102601 +124,14,14000,200024014,0,0,223102601 +124,15,16000,200024015,0,0,223102601 +124,16,18000,200024016,0,0,223102601 +124,17,20000,200024017,0,0,223102601 +124,18,24000,200024018,0,0,223102601 +124,19,28000,200024019,0,0,223102601 +124,20,32000,200024020,0,0,223102601 +125,1,10,200025001,0,0,223103104 +125,2,50,200025002,0,0,223103104 +125,3,100,200025003,0,0,223103104 +125,4,200,200025004,0,0,223103104 +125,5,400,200025005,0,0,223103104 +125,6,600,200025006,0,0,223103104 +125,7,800,200025007,0,0,223103104 +125,8,1000,200025008,0,0,223103104 +125,9,1500,200025009,0,0,223103104 +125,10,2000,200025010,0,0,223103104 +125,11,2500,200025011,0,0,223103104 +125,12,3000,200025012,0,0,223103104 +125,13,3500,200025013,0,0,223103104 +125,14,4000,200025014,0,0,223103104 +125,15,4500,200025015,0,0,223103104 +125,16,5000,200025016,0,0,223103104 +125,17,6000,200025017,0,0,223103104 +125,18,7000,200025018,0,0,223103104 +125,19,8000,200025019,0,0,223103104 +125,20,9000,200025020,0,0,223103104 +125,21,10000,200025021,0,0,223103104 +125,22,12000,200025022,0,0,223103104 +125,23,14000,200025023,0,0,223103104 +125,24,16000,200025024,0,0,223103104 +125,25,18000,200025025,0,0,223103104 +125,26,20000,200025026,0,0,223103104 +125,27,22000,200025027,0,0,223103104 +125,28,24000,200025028,0,0,223103104 +125,29,26000,200025029,0,0,223103104 +125,30,28000,200025030,0,0,223103104 +125,31,30000,200025031,0,0,223103104 +125,32,32000,200025032,0,0,223103104 +125,33,34000,200025033,0,0,223103104 +125,34,36000,200025034,0,0,223103104 +125,35,38000,200025035,0,0,223103104 +125,36,40000,200025036,0,0,223103104 +125,37,42000,200025037,0,0,223103104 +125,38,44000,200025038,0,0,223103104 +125,39,46000,200025039,0,0,223103104 +125,40,48000,200025040,0,0,223103104 +125,41,50000,200025041,0,0,223103104 +125,42,52000,200025042,0,0,223103104 +125,43,54000,200025043,0,0,223103104 +125,44,56000,200025044,0,0,223103104 +125,45,58000,200025045,0,0,223103104 +125,46,60000,200025046,0,0,223103104 +125,47,62000,200025047,0,0,223103104 +125,48,64000,200025048,0,0,223103104 +125,49,66000,200025049,0,0,223103104 +125,50,68000,200025050,0,0,223103104 +125,51,70000,200025051,0,0,223103104 +125,52,72000,200025052,0,0,223103104 +125,53,74000,200025053,0,0,223103104 +125,54,76000,200025054,0,0,223103104 +125,55,78000,200025055,0,0,223103104 +125,56,80000,200025056,0,0,223103104 +125,57,82000,200025057,0,0,223103104 +125,58,84000,200025058,0,0,223103104 +125,59,86000,200025059,0,0,223103104 +125,60,88000,200025060,0,0,223103104 +125,61,90000,200025061,0,0,223103104 +125,62,92000,200025062,0,0,223103104 +125,63,94000,200025063,0,0,223103104 +125,64,96000,200025064,0,0,223103104 +125,65,98000,200025065,0,0,223103104 +125,66,100000,200025066,0,0,223103104 +125,67,105000,200025067,0,0,223103104 +125,68,110000,200025068,0,0,223103104 +125,69,115000,200025069,0,0,223103104 +125,70,120000,200025070,0,0,223103104 +125,71,125000,200025071,0,0,223103104 +125,72,130000,200025072,0,0,223103104 +125,73,135000,200025073,0,0,223103104 +125,74,140000,200025074,0,0,223103104 +125,75,150000,200025075,0,0,223103104 +125,76,160000,200025076,0,0,223103104 +125,77,170000,200025077,0,0,223103104 +125,78,180000,200025078,0,0,223103104 +125,79,190000,200025079,0,0,223103104 +125,80,200000,200025080,0,0,223103104 +125,81,210000,200025081,0,0,223103104 +125,82,220000,200025082,0,0,223103104 +125,83,230000,200025083,0,0,223103104 +125,84,240000,200025084,0,0,223103104 +125,85,250000,200025085,0,0,223103104 +125,86,260000,200025086,0,0,223103104 +125,87,270000,200025087,0,0,223103104 +125,88,280000,200025088,0,0,223103104 +125,89,290000,200025089,0,0,223103104 +125,90,300000,200025090,0,0,223103104 +125,91,325000,200025091,0,0,223103104 +125,92,350000,200025092,0,0,223103104 +125,93,375000,200025093,0,0,223103104 +125,94,400000,200025094,0,0,223103104 +125,95,425000,200025095,0,0,223103104 +125,96,450000,200025096,0,0,223103104 +125,97,475000,200025097,0,0,223103104 +125,98,500000,200025098,0,0,223103104 +125,99,525000,200025099,0,0,223103104 +125,100,550000,200025100,0,0,223103104 +125,101,575000,200025101,0,0,223103104 +125,102,600000,200025102,0,0,223103104 +125,103,625000,200025103,0,0,223103104 +125,104,650000,200025104,0,0,223103104 +125,105,675000,200025105,0,0,223103104 +125,106,700000,200025106,0,0,223103104 +125,107,725000,200025107,0,0,223103104 +125,108,750000,200025108,0,0,223103104 +125,109,775000,200025109,0,0,223103104 +125,110,800000,200025110,0,0,223103104 +125,111,825000,200025111,0,0,223103104 +125,112,850000,200025112,0,0,223103104 +125,113,875000,200025113,0,0,223103104 +125,114,900000,200025114,0,0,223103104 +125,115,925000,200025115,0,0,223103104 +125,116,950000,200025116,0,0,223103104 +125,117,975000,200025117,0,0,223103104 +125,118,1000000,200025118,0,0,223103104 +126,1,10,200026001,0,0,223111101 +126,2,100,200026002,0,0,223111101 +126,3,200,200026003,0,0,223111101 +126,4,500,200026004,0,0,223111101 +126,5,1000,200026005,0,0,223111101 +126,6,1500,200026006,0,0,223111101 +126,7,2000,200026007,0,0,223111101 +126,8,3000,200026008,0,0,223111101 +126,9,4000,200026009,0,0,223111101 +126,10,6000,200026010,0,0,223111101 +126,11,8000,200026011,0,0,223111101 +126,12,10000,200026012,0,0,223111101 +126,13,12000,200026013,0,0,223111101 +126,14,14000,200026014,0,0,223111101 +126,15,16000,200026015,0,0,223111101 +126,16,18000,200026016,0,0,223111101 +126,17,20000,200026017,0,0,223111101 +126,18,24000,200026018,0,0,223111101 +126,19,28000,200026019,0,0,223111101 +126,20,32000,200026020,0,0,223111101 +127,1,1,200027001,0,0,223111504 +127,2,5,200027002,0,0,223111504 +127,3,10,200027003,0,0,223111504 +127,4,20,200027004,0,0,223111504 +127,5,40,200027005,0,0,223111504 +127,6,60,200027006,0,0,223111504 +127,7,80,200027007,0,0,223111504 +127,8,100,200027008,0,0,223111504 +127,9,150,200027009,0,0,223111504 +127,10,200,200027010,0,0,223111504 +127,11,250,200027011,0,0,223111504 +127,12,300,200027012,0,0,223111504 +127,13,350,200027013,0,0,223111504 +127,14,400,200027014,0,0,223111504 +127,15,450,200027015,0,0,223111504 +127,16,500,200027016,0,0,223111504 +127,17,600,200027017,0,0,223111504 +127,18,700,200027018,0,0,223111504 +127,19,800,200027019,0,0,223111504 +127,20,900,200027020,0,0,223111504 +127,21,1000,200027021,0,0,223111504 +127,22,1200,200027022,0,0,223111504 +127,23,1400,200027023,0,0,223111504 +127,24,1500,200027024,0,0,223111504 +127,25,1600,200027025,0,0,223111504 +127,26,1800,200027026,0,0,223111504 +127,27,2000,200027027,0,0,223111504 +127,28,2200,200027028,0,0,223111504 +127,29,2400,200027029,0,0,223111504 +127,30,2500,200027030,0,0,223111504 +127,31,2600,200027031,0,0,223111504 +127,32,2800,200027032,0,0,223111504 +127,33,3000,200027033,0,0,223111504 +127,34,3200,200027034,0,0,223111504 +127,35,3400,200027035,0,0,223111504 +127,36,3500,200027036,0,0,223111504 +127,37,3600,200027037,0,0,223111504 +127,38,3800,200027038,0,0,223111504 +127,39,4000,200027039,0,0,223111504 +127,40,4200,200027040,0,0,223111504 +127,41,4400,200027041,0,0,223111504 +127,42,4500,200027042,0,0,223111504 +127,43,4600,200027043,0,0,223111504 +127,44,4800,200027044,0,0,223111504 +127,45,5000,200027045,0,0,223111504 +127,46,5200,200027046,0,0,223111504 +127,47,5400,200027047,0,0,223111504 +127,48,5500,200027048,0,0,223111504 +127,49,5600,200027049,0,0,223111504 +127,50,5800,200027050,0,0,223111504 +127,51,6000,200027051,0,0,223111504 +127,52,6200,200027052,0,0,223111504 +127,53,6400,200027053,0,0,223111504 +127,54,6500,200027054,0,0,223111504 +127,55,6600,200027055,0,0,223111504 +127,56,6800,200027056,0,0,223111504 +127,57,7000,200027057,0,0,223111504 +127,58,7200,200027058,0,0,223111504 +127,59,7400,200027059,0,0,223111504 +127,60,7500,200027060,0,0,223111504 +127,61,7600,200027061,0,0,223111504 +127,62,7800,200027062,0,0,223111504 +127,63,8000,200027063,0,0,223111504 +127,64,8200,200027064,0,0,223111504 +127,65,8400,200027065,0,0,223111504 +127,66,8500,200027066,0,0,223111504 +127,67,8600,200027067,0,0,223111504 +127,68,8800,200027068,0,0,223111504 +127,69,9000,200027069,0,0,223111504 +127,70,9200,200027070,0,0,223111504 +127,71,9400,200027071,0,0,223111504 +127,72,9500,200027072,0,0,223111504 +127,73,9600,200027073,0,0,223111504 +127,74,9800,200027074,0,0,223111504 +127,75,10000,200027075,0,0,223111504 +127,76,10500,200027076,0,0,223111504 +127,77,11000,200027077,0,0,223111504 +127,78,11500,200027078,0,0,223111504 +127,79,12000,200027079,0,0,223111504 +127,80,12250,200027080,0,0,223111504 +127,81,12500,200027081,0,0,223111504 +127,82,13000,200027082,0,0,223111504 +127,83,13500,200027083,0,0,223111504 +127,84,14000,200027084,0,0,223111504 +127,85,15000,200027085,0,0,223111504 +127,86,16000,200027086,0,0,223111504 +127,87,17000,200027087,0,0,223111504 +127,88,18000,200027088,0,0,223111504 +127,89,18500,200027089,0,0,223111504 +127,90,19000,200027090,0,0,223111504 +127,91,20000,200027091,0,0,223111504 +127,92,21000,200027092,0,0,223111504 +127,93,22000,200027093,0,0,223111504 +127,94,22500,200027094,0,0,223111504 +127,95,23000,200027095,0,0,223111504 +127,96,24000,200027096,0,0,223111504 +127,97,25000,200027097,0,0,223111504 +127,98,25500,200027098,0,0,223111504 +127,99,26000,200027099,0,0,223111504 +127,100,27000,200027100,0,0,223111504 +127,101,28000,200027101,0,0,223111504 +127,102,28500,200027102,0,0,223111504 +127,103,29000,200027103,0,0,223111504 +127,104,30000,200027104,0,0,223111504 +127,105,31000,200027105,0,0,223111504 +127,106,32500,200027106,0,0,223111504 +127,107,33000,200027107,0,0,223111504 +127,108,35000,200027108,0,0,223111504 +127,109,36000,200027109,0,0,223111504 +127,110,37500,200027110,0,0,223111504 +127,111,40000,200027111,0,0,223111504 +127,112,41000,200027112,0,0,223111504 +127,113,42500,200027113,0,0,223111504 +127,114,43000,200027114,0,0,223111504 +127,115,45000,200027115,0,0,223111504 +127,116,46000,200027116,0,0,223111504 +127,117,47500,200027117,0,0,223111504 +127,118,50000,200027118,0,0,223111504 +127,119,51000,200027119,0,0,223111504 +127,120,52500,200027120,0,0,223111504 +127,121,53000,200027121,0,0,223111504 +127,122,55000,200027122,0,0,223111504 +127,123,57500,200027123,0,0,223111504 +127,124,60000,200027124,0,0,223111504 +127,125,62500,200027125,0,0,223111504 +127,126,63000,200027126,0,0,223111504 +127,127,65000,200027127,0,0,223111504 +127,128,67500,200027128,0,0,223111504 +127,129,70000,200027129,0,0,223111504 +127,130,72500,200027130,0,0,223111504 +127,131,74000,200027131,0,0,223111504 +127,132,75000,200027132,0,0,223111504 +127,133,77500,200027133,0,0,223111504 +127,134,80000,200027134,0,0,223111504 +127,135,84000,200027135,0,0,223111504 +127,136,82500,200027136,0,0,223111504 +127,137,85000,200027137,0,0,223111504 +127,138,87500,200027138,0,0,223111504 +127,139,90000,200027139,0,0,223111504 +127,140,92500,200027140,0,0,223111504 +127,141,94000,200027141,0,0,223111504 +127,142,95000,200027142,0,0,223111504 +127,143,97500,200027143,0,0,223111504 +127,144,100000,200027144,0,0,223111504 +127,145,101000,200027145,1000,500,223111504 +128,1,10,200028001,0,0,223112601 +128,2,100,200028002,0,0,223112601 +128,3,200,200028003,0,0,223112601 +128,4,500,200028004,0,0,223112601 +128,5,1000,200028005,0,0,223112601 +128,6,1500,200028006,0,0,223112601 +128,7,2000,200028007,0,0,223112601 +128,8,3000,200028008,0,0,223112601 +128,9,4000,200028009,0,0,223112601 +128,10,6000,200028010,0,0,223112601 +128,11,8000,200028011,0,0,223112601 +128,12,10000,200028012,0,0,223112601 +128,13,12000,200028013,0,0,223112601 +128,14,14000,200028014,0,0,223112601 +128,15,16000,200028015,0,0,223112601 +128,16,18000,200028016,0,0,223112601 +128,17,20000,200028017,0,0,223112601 +128,18,24000,200028018,0,0,223112601 +128,19,28000,200028019,0,0,223112601 +128,20,32000,200028020,0,0,223112601 +129,1,10,200029001,0,0,223113004 +129,2,50,200029002,0,0,223113004 +129,3,100,200029003,0,0,223113004 +129,4,200,200029004,0,0,223113004 +129,5,400,200029005,0,0,223113004 +129,6,600,200029006,0,0,223113004 +129,7,800,200029007,0,0,223113004 +129,8,1000,200029008,0,0,223113004 +129,9,1500,200029009,0,0,223113004 +129,10,2000,200029010,0,0,223113004 +129,11,2500,200029011,0,0,223113004 +129,12,3000,200029012,0,0,223113004 +129,13,3500,200029013,0,0,223113004 +129,14,4000,200029014,0,0,223113004 +129,15,4500,200029015,0,0,223113004 +129,16,5000,200029016,0,0,223113004 +129,17,6000,200029017,0,0,223113004 +129,18,7000,200029018,0,0,223113004 +129,19,8000,200029019,0,0,223113004 +129,20,9000,200029020,0,0,223113004 +129,21,10000,200029021,0,0,223113004 +129,22,12000,200029022,0,0,223113004 +129,23,14000,200029023,0,0,223113004 +129,24,16000,200029024,0,0,223113004 +129,25,18000,200029025,0,0,223113004 +129,26,20000,200029026,0,0,223113004 +129,27,22000,200029027,0,0,223113004 +129,28,24000,200029028,0,0,223113004 +129,29,26000,200029029,0,0,223113004 +129,30,28000,200029030,0,0,223113004 +129,31,30000,200029031,0,0,223113004 +129,32,32000,200029032,0,0,223113004 +129,33,34000,200029033,0,0,223113004 +129,34,36000,200029034,0,0,223113004 +129,35,38000,200029035,0,0,223113004 +129,36,40000,200029036,0,0,223113004 +129,37,42000,200029037,0,0,223113004 +129,38,44000,200029038,0,0,223113004 +129,39,46000,200029039,0,0,223113004 +129,40,48000,200029040,0,0,223113004 +129,41,50000,200029041,0,0,223113004 +129,42,52000,200029042,0,0,223113004 +129,43,54000,200029043,0,0,223113004 +129,44,56000,200029044,0,0,223113004 +129,45,58000,200029045,0,0,223113004 +129,46,60000,200029046,0,0,223113004 +129,47,62000,200029047,0,0,223113004 +129,48,64000,200029048,0,0,223113004 +129,49,66000,200029049,0,0,223113004 +129,50,68000,200029050,0,0,223113004 +129,51,70000,200029051,0,0,223113004 +129,52,72000,200029052,0,0,223113004 +129,53,74000,200029053,0,0,223113004 +129,54,76000,200029054,0,0,223113004 +129,55,78000,200029055,0,0,223113004 +129,56,80000,200029056,0,0,223113004 +129,57,82000,200029057,0,0,223113004 +129,58,84000,200029058,0,0,223113004 +129,59,86000,200029059,0,0,223113004 +129,60,88000,200029060,0,0,223113004 +129,61,90000,200029061,0,0,223113004 +129,62,92000,200029062,0,0,223113004 +129,63,94000,200029063,0,0,223113004 +129,64,96000,200029064,0,0,223113004 +129,65,98000,200029065,0,0,223113004 +129,66,100000,200029066,0,0,223113004 +129,67,105000,200029067,0,0,223113004 +129,68,110000,200029068,0,0,223113004 +129,69,115000,200029069,0,0,223113004 +129,70,120000,200029070,0,0,223113004 +129,71,125000,200029071,0,0,223113004 +129,72,130000,200029072,0,0,223113004 +129,73,135000,200029073,0,0,223113004 +129,74,140000,200029074,0,0,223113004 +129,75,150000,200029075,0,0,223113004 +129,76,160000,200029076,0,0,223113004 +129,77,170000,200029077,0,0,223113004 +129,78,180000,200029078,0,0,223113004 +129,79,190000,200029079,0,0,223113004 +129,80,200000,200029080,0,0,223113004 +129,81,210000,200029081,0,0,223113004 +129,82,220000,200029082,0,0,223113004 +129,83,230000,200029083,0,0,223113004 +129,84,240000,200029084,0,0,223113004 +129,85,250000,200029085,0,0,223113004 +129,86,260000,200029086,0,0,223113004 +129,87,270000,200029087,0,0,223113004 +129,88,280000,200029088,0,0,223113004 +129,89,290000,200029089,0,0,223113004 +129,90,300000,200029090,0,0,223113004 +129,91,325000,200029091,0,0,223113004 +129,92,350000,200029092,0,0,223113004 +129,93,375000,200029093,0,0,223113004 +129,94,400000,200029094,0,0,223113004 +129,95,425000,200029095,0,0,223113004 +129,96,450000,200029096,0,0,223113004 +129,97,475000,200029097,0,0,223113004 +129,98,500000,200029098,0,0,223113004 +129,99,525000,200029099,0,0,223113004 +129,100,550000,200029100,0,0,223113004 +129,101,575000,200029101,0,0,223113004 +129,102,600000,200029102,0,0,223113004 +129,103,625000,200029103,0,0,223113004 +129,104,650000,200029104,0,0,223113004 +129,105,675000,200029105,0,0,223113004 +129,106,700000,200029106,0,0,223113004 +129,107,725000,200029107,0,0,223113004 +129,108,750000,200029108,0,0,223113004 +129,109,775000,200029109,0,0,223113004 +129,110,800000,200029110,0,0,223113004 +129,111,825000,200029111,0,0,223113004 +129,112,850000,200029112,0,0,223113004 +129,113,875000,200029113,0,0,223113004 +129,114,900000,200029114,0,0,223113004 +129,115,925000,200029115,0,0,223113004 +129,116,950000,200029116,0,0,223113004 +129,117,975000,200029117,0,0,223113004 +129,118,1000000,200029118,0,0,223113004 +130,1,10,200030001,0,0,223121102 +130,2,100,200030002,0,0,223121102 +130,3,200,200030003,0,0,223121102 +130,4,500,200030004,0,0,223121102 +130,5,1000,200030005,0,0,223121102 +130,6,1500,200030006,0,0,223121102 +130,7,2000,200030007,0,0,223121102 +130,8,3000,200030008,0,0,223121102 +130,9,4000,200030009,0,0,223121102 +130,10,6000,200030010,0,0,223121102 +130,11,8000,200030011,0,0,223121102 +130,12,10000,200030012,0,0,223121102 +130,13,12000,200030013,0,0,223121102 +130,14,14000,200030014,0,0,223121102 +130,15,16000,200030015,0,0,223121102 +130,16,18000,200030016,0,0,223121102 +130,17,20000,200030017,0,0,223121102 +130,18,24000,200030018,0,0,223121102 +130,19,28000,200030019,0,0,223121102 +130,20,32000,200030020,0,0,223121102 +131,1,10,200031001,0,0,223121507 +131,2,50,200031002,0,0,223121507 +131,3,100,200031003,0,0,223121507 +131,4,250,200031004,0,0,223121507 +131,5,500,200031005,0,0,223121507 +131,6,750,200031006,0,0,223121507 +131,7,1000,200031007,0,0,223121507 +131,8,1500,200031008,0,0,223121507 +131,9,2000,200031009,0,0,223121507 +131,10,2500,200031010,0,0,223121507 +131,11,3000,200031011,0,0,223121507 +131,12,4000,200031012,0,0,223121507 +131,13,5000,200031013,0,0,223121507 +131,14,6000,200031014,0,0,223121507 +131,15,7000,200031015,0,0,223121507 +131,16,8000,200031016,0,0,223121507 +131,17,9000,200031017,0,0,223121507 +131,18,10000,200031018,0,0,223121507 +131,19,12000,200031019,0,0,223121507 +131,20,14000,200031020,0,0,223121507 +131,21,16000,200031021,0,0,223121507 +131,22,18000,200031022,0,0,223121507 +131,23,20000,200031023,0,0,223121507 +131,24,22000,200031024,0,0,223121507 +131,25,24000,200031025,0,0,223121507 +131,26,26000,200031026,0,0,223121507 +131,27,28000,200031027,0,0,223121507 +131,28,30000,200031028,0,0,223121507 +131,29,32000,200031029,0,0,223121507 +131,30,34000,200031030,0,0,223121507 +131,31,36000,200031031,0,0,223121507 +131,32,38000,200031032,0,0,223121507 +131,33,40000,200031033,0,0,223121507 +131,34,42000,200031034,0,0,223121507 +131,35,44000,200031035,0,0,223121507 +131,36,46000,200031036,0,0,223121507 +131,37,48000,200031037,0,0,223121507 +131,38,50000,200031038,0,0,223121507 +131,39,52000,200031039,0,0,223121507 +131,40,54000,200031040,0,0,223121507 +131,41,56000,200031041,0,0,223121507 +131,42,58000,200031042,0,0,223121507 +131,43,60000,200031043,0,0,223121507 +131,44,62000,200031044,0,0,223121507 +131,45,64000,200031045,0,0,223121507 +131,46,66000,200031046,0,0,223121507 +131,47,68000,200031047,0,0,223121507 +131,48,70000,200031048,0,0,223121507 +131,49,72000,200031049,0,0,223121507 +131,50,74000,200031050,0,0,223121507 +131,51,76000,200031051,0,0,223121507 +131,52,78000,200031052,0,0,223121507 +131,53,80000,200031053,0,0,223121507 +131,54,82000,200031054,0,0,223121507 +131,55,84000,200031055,0,0,223121507 +131,56,86000,200031056,0,0,223121507 +131,57,88000,200031057,0,0,223121507 +131,58,90000,200031058,0,0,223121507 +131,59,92000,200031059,0,0,223121507 +131,60,94000,200031060,0,0,223121507 +131,61,96000,200031061,0,0,223121507 +131,62,98000,200031062,0,0,223121507 +131,63,100000,200031063,0,0,223121507 +131,64,105000,200031064,0,0,223121507 +131,65,110000,200031065,0,0,223121507 +131,66,115000,200031066,0,0,223121507 +131,67,120000,200031067,0,0,223121507 +131,68,125000,200031068,0,0,223121507 +131,69,130000,200031069,0,0,223121507 +131,70,135000,200031070,0,0,223121507 +131,71,140000,200031071,0,0,223121507 +131,72,145000,200031072,0,0,223121507 +131,73,150000,200031073,0,0,223121507 +131,74,160000,200031074,0,0,223121507 +131,75,170000,200031075,0,0,223121507 +131,76,180000,200031076,0,0,223121507 +131,77,190000,200031077,0,0,223121507 +131,78,200000,200031078,0,0,223121507 +131,79,210000,200031079,0,0,223121507 +131,80,220000,200031080,0,0,223121507 +131,81,230000,200031081,0,0,223121507 +131,82,240000,200031082,0,0,223121507 +131,83,250000,200031083,0,0,223121507 +131,84,260000,200031084,0,0,223121507 +131,85,270000,200031085,0,0,223121507 +131,86,280000,200031086,0,0,223121507 +131,87,290000,200031087,0,0,223121507 +131,88,300000,200031088,0,0,223121507 +131,89,325000,200031089,0,0,223121507 +131,90,350000,200031090,0,0,223121507 +131,91,375000,200031091,0,0,223121507 +131,92,400000,200031092,0,0,223121507 +131,93,425000,200031093,0,0,223121507 +131,94,450000,200031094,0,0,223121507 +131,95,475000,200031095,0,0,223121507 +131,96,500000,200031096,0,0,223121507 +131,97,525000,200031097,0,0,223121507 +131,98,550000,200031098,0,0,223121507 +131,99,575000,200031099,0,0,223121507 +131,100,600000,200031100,0,0,223121507 +131,101,625000,200031101,0,0,223121507 +131,102,650000,200031102,0,0,223121507 +131,103,675000,200031103,0,0,223121507 +131,104,700000,200031104,0,0,223121507 +131,105,725000,200031105,0,0,223121507 +131,106,750000,200031106,0,0,223121507 +131,107,775000,200031107,0,0,223121507 +131,108,800000,200031108,0,0,223121507 +131,109,825000,200031109,0,0,223121507 +131,110,850000,200031110,0,0,223121507 +131,111,875000,200031111,0,0,223121507 +131,112,900000,200031112,0,0,223121507 +131,113,925000,200031113,0,0,223121507 +131,114,950000,200031114,0,0,223121507 +131,115,975000,200031115,0,0,223121507 +131,116,1000000,200031116,0,0,223121507 +132,1,10,200032001,0,0,223122603 +132,2,100,200032002,0,0,223122603 +132,3,200,200032003,0,0,223122603 +132,4,500,200032004,0,0,223122603 +132,5,1000,200032005,0,0,223122603 +132,6,1500,200032006,0,0,223122603 +132,7,2000,200032007,0,0,223122603 +132,8,3000,200032008,0,0,223122603 +132,9,4000,200032009,0,0,223122603 +132,10,6000,200032010,0,0,223122603 +132,11,8000,200032011,0,0,223122603 +132,12,10000,200032012,0,0,223122603 +132,13,12000,200032013,0,0,223122603 +132,14,14000,200032014,0,0,223122603 +132,15,16000,200032015,0,0,223122603 +132,16,18000,200032016,0,0,223122603 +132,17,20000,200032017,0,0,223122603 +132,18,24000,200032018,0,0,223122603 +132,19,28000,200032019,0,0,223122603 +132,20,32000,200032020,0,0,223122603 +133,1,10,200033001,0,0,223123104 +133,2,50,200033002,0,0,223123104 +133,3,100,200033003,0,0,223123104 +133,4,200,200033004,0,0,223123104 +133,5,400,200033005,0,0,223123104 +133,6,600,200033006,0,0,223123104 +133,7,800,200033007,0,0,223123104 +133,8,1000,200033008,0,0,223123104 +133,9,1500,200033009,0,0,223123104 +133,10,2000,200033010,0,0,223123104 +133,11,2500,200033011,0,0,223123104 +133,12,3000,200033012,0,0,223123104 +133,13,3500,200033013,0,0,223123104 +133,14,4000,200033014,0,0,223123104 +133,15,4500,200033015,0,0,223123104 +133,16,5000,200033016,0,0,223123104 +133,17,6000,200033017,0,0,223123104 +133,18,7000,200033018,0,0,223123104 +133,19,8000,200033019,0,0,223123104 +133,20,9000,200033020,0,0,223123104 +133,21,10000,200033021,0,0,223123104 +133,22,12000,200033022,0,0,223123104 +133,23,14000,200033023,0,0,223123104 +133,24,16000,200033024,0,0,223123104 +133,25,18000,200033025,0,0,223123104 +133,26,20000,200033026,0,0,223123104 +133,27,22000,200033027,0,0,223123104 +133,28,24000,200033028,0,0,223123104 +133,29,26000,200033029,0,0,223123104 +133,30,28000,200033030,0,0,223123104 +133,31,30000,200033031,0,0,223123104 +133,32,32000,200033032,0,0,223123104 +133,33,34000,200033033,0,0,223123104 +133,34,36000,200033034,0,0,223123104 +133,35,38000,200033035,0,0,223123104 +133,36,40000,200033036,0,0,223123104 +133,37,42000,200033037,0,0,223123104 +133,38,44000,200033038,0,0,223123104 +133,39,46000,200033039,0,0,223123104 +133,40,48000,200033040,0,0,223123104 +133,41,50000,200033041,0,0,223123104 +133,42,52000,200033042,0,0,223123104 +133,43,54000,200033043,0,0,223123104 +133,44,56000,200033044,0,0,223123104 +133,45,58000,200033045,0,0,223123104 +133,46,60000,200033046,0,0,223123104 +133,47,62000,200033047,0,0,223123104 +133,48,64000,200033048,0,0,223123104 +133,49,66000,200033049,0,0,223123104 +133,50,68000,200033050,0,0,223123104 +133,51,70000,200033051,0,0,223123104 +133,52,71000,200033052,0,0,223123104 +133,53,72000,200033053,0,0,223123104 +133,54,74000,200033054,0,0,223123104 +133,55,76000,200033055,0,0,223123104 +133,56,78000,200033056,0,0,223123104 +133,57,80000,200033057,0,0,223123104 +133,58,82000,200033058,0,0,223123104 +133,59,84000,200033059,0,0,223123104 +133,60,85000,200033060,0,0,223123104 +133,61,86000,200033061,0,0,223123104 +133,62,88000,200033062,0,0,223123104 +133,63,90000,200033063,0,0,223123104 +133,64,92000,200033064,0,0,223123104 +133,65,94000,200033065,0,0,223123104 +133,66,96000,200033066,0,0,223123104 +133,67,98000,200033067,0,0,223123104 +133,68,100000,200033068,0,0,223123104 +133,69,105000,200033069,0,0,223123104 +133,70,110000,200033070,0,0,223123104 +133,71,115000,200033071,0,0,223123104 +133,72,120000,200033072,0,0,223123104 +133,73,125000,200033073,0,0,223123104 +133,74,130000,200033074,0,0,223123104 +133,75,135000,200033075,0,0,223123104 +133,76,140000,200033076,0,0,223123104 +133,77,145000,200033077,0,0,223123104 +133,78,150000,200033078,0,0,223123104 +133,79,160000,200033079,0,0,223123104 +133,80,170000,200033080,0,0,223123104 +133,81,180000,200033081,0,0,223123104 +133,82,190000,200033082,0,0,223123104 +133,83,200000,200033083,0,0,223123104 +133,84,210000,200033084,0,0,223123104 +133,85,220000,200033085,0,0,223123104 +133,86,230000,200033086,0,0,223123104 +133,87,240000,200033087,0,0,223123104 +133,88,250000,200033088,0,0,223123104 +133,89,260000,200033089,0,0,223123104 +133,90,270000,200033090,0,0,223123104 +133,91,280000,200033091,0,0,223123104 +133,92,290000,200033092,0,0,223123104 +133,93,300000,200033093,0,0,223123104 +133,94,325000,200033094,0,0,223123104 +133,95,350000,200033095,0,0,223123104 +133,96,375000,200033096,0,0,223123104 +133,97,400000,200033097,0,0,223123104 +133,98,425000,200033098,0,0,223123104 +133,99,450000,200033099,0,0,223123104 +133,100,475000,200033100,0,0,223123104 +133,101,500000,200033101,0,0,223123104 +133,102,525000,200033102,0,0,223123104 +133,103,550000,200033103,0,0,223123104 +133,104,575000,200033104,0,0,223123104 +133,105,600000,200033105,0,0,223123104 +133,106,625000,200033106,0,0,223123104 +133,107,650000,200033107,0,0,223123104 +133,108,675000,200033108,0,0,223123104 +133,109,700000,200033109,0,0,223123104 +133,110,725000,200033110,0,0,223123104 +133,111,750000,200033111,0,0,223123104 +133,112,775000,200033112,0,0,223123104 +133,113,800000,200033113,0,0,223123104 +133,114,825000,200033114,0,0,223123104 +133,115,850000,200033115,0,0,223123104 +133,116,875000,200033116,0,0,223123104 +133,117,900000,200033117,0,0,223123104 +133,118,925000,200033118,0,0,223123104 +133,119,950000,200033119,0,0,223123104 +133,120,975000,200033120,0,0,223123104 +133,121,1000000,200033121,0,0,223123104 +134,1,10,200034001,0,0,224011106 +134,2,100,200034002,0,0,224011106 +134,3,200,200034003,0,0,224011106 +134,4,500,200034004,0,0,224011106 +134,5,1000,200034005,0,0,224011106 +134,6,1500,200034006,0,0,224011106 +134,7,2000,200034007,0,0,224011106 +134,8,3000,200034008,0,0,224011106 +134,9,4000,200034009,0,0,224011106 +134,10,6000,200034010,0,0,224011106 +134,11,8000,200034011,0,0,224011106 +134,12,10000,200034012,0,0,224011106 +134,13,12000,200034013,0,0,224011106 +134,14,14000,200034014,0,0,224011106 +134,15,16000,200034015,0,0,224011106 +134,16,18000,200034016,0,0,224011106 +134,17,20000,200034017,0,0,224011106 +134,18,24000,200034018,0,0,224011106 +134,19,28000,200034019,0,0,224011106 +134,20,32000,200034020,0,0,224011106 +135,1,1,200035001,0,0,224011504 +135,2,5,200035002,0,0,224011504 +135,3,10,200035003,0,0,224011504 +135,4,20,200035004,0,0,224011504 +135,5,40,200035005,0,0,224011504 +135,6,60,200035006,0,0,224011504 +135,7,80,200035007,0,0,224011504 +135,8,100,200035008,0,0,224011504 +135,9,150,200035009,0,0,224011504 +135,10,200,200035010,0,0,224011504 +135,11,250,200035011,0,0,224011504 +135,12,300,200035012,0,0,224011504 +135,13,350,200035013,0,0,224011504 +135,14,400,200035014,0,0,224011504 +135,15,450,200035015,0,0,224011504 +135,16,500,200035016,0,0,224011504 +135,17,600,200035017,0,0,224011504 +135,18,700,200035018,0,0,224011504 +135,19,800,200035019,0,0,224011504 +135,20,900,200035020,0,0,224011504 +135,21,1000,200035021,0,0,224011504 +135,22,1200,200035022,0,0,224011504 +135,23,1400,200035023,0,0,224011504 +135,24,1500,200035024,0,0,224011504 +135,25,1600,200035025,0,0,224011504 +135,26,1800,200035026,0,0,224011504 +135,27,2000,200035027,0,0,224011504 +135,28,2200,200035028,0,0,224011504 +135,29,2400,200035029,0,0,224011504 +135,30,2500,200035030,0,0,224011504 +135,31,2600,200035031,0,0,224011504 +135,32,2800,200035032,0,0,224011504 +135,33,3000,200035033,0,0,224011504 +135,34,3200,200035034,0,0,224011504 +135,35,3400,200035035,0,0,224011504 +135,36,3500,200035036,0,0,224011504 +135,37,3600,200035037,0,0,224011504 +135,38,3800,200035038,0,0,224011504 +135,39,4000,200035039,0,0,224011504 +135,40,4200,200035040,0,0,224011504 +135,41,4400,200035041,0,0,224011504 +135,42,4500,200035042,0,0,224011504 +135,43,4600,200035043,0,0,224011504 +135,44,4800,200035044,0,0,224011504 +135,45,5000,200035045,0,0,224011504 +135,46,5200,200035046,0,0,224011504 +135,47,5400,200035047,0,0,224011504 +135,48,5500,200035048,0,0,224011504 +135,49,5600,200035049,0,0,224011504 +135,50,5800,200035050,0,0,224011504 +135,51,6000,200035051,0,0,224011504 +135,52,6200,200035052,0,0,224011504 +135,53,6400,200035053,0,0,224011504 +135,54,6500,200035054,0,0,224011504 +135,55,6600,200035055,0,0,224011504 +135,56,6800,200035056,0,0,224011504 +135,57,7000,200035057,0,0,224011504 +135,58,7200,200035058,0,0,224011504 +135,59,7400,200035059,0,0,224011504 +135,60,7500,200035060,0,0,224011504 +135,61,7600,200035061,0,0,224011504 +135,62,7800,200035062,0,0,224011504 +135,63,8000,200035063,0,0,224011504 +135,64,8200,200035064,0,0,224011504 +135,65,8400,200035065,0,0,224011504 +135,66,8500,200035066,0,0,224011504 +135,67,8600,200035067,0,0,224011504 +135,68,8800,200035068,0,0,224011504 +135,69,9000,200035069,0,0,224011504 +135,70,9200,200035070,0,0,224011504 +135,71,9400,200035071,0,0,224011504 +135,72,9500,200035072,0,0,224011504 +135,73,9600,200035073,0,0,224011504 +135,74,9800,200035074,0,0,224011504 +135,75,10000,200035075,0,0,224011504 +135,76,10500,200035076,0,0,224011504 +135,77,11000,200035077,0,0,224011504 +135,78,11500,200035078,0,0,224011504 +135,79,12000,200035079,0,0,224011504 +135,80,12250,200035080,0,0,224011504 +135,81,12500,200035081,0,0,224011504 +135,82,13000,200035082,0,0,224011504 +135,83,13500,200035083,0,0,224011504 +135,84,14000,200035084,0,0,224011504 +135,85,15000,200035085,0,0,224011504 +135,86,16000,200035086,0,0,224011504 +135,87,17000,200035087,0,0,224011504 +135,88,18000,200035088,0,0,224011504 +135,89,18500,200035089,0,0,224011504 +135,90,19000,200035090,0,0,224011504 +135,91,20000,200035091,0,0,224011504 +135,92,21000,200035092,0,0,224011504 +135,93,22000,200035093,0,0,224011504 +135,94,22500,200035094,0,0,224011504 +135,95,23000,200035095,0,0,224011504 +135,96,24000,200035096,0,0,224011504 +135,97,25000,200035097,0,0,224011504 +135,98,25500,200035098,0,0,224011504 +135,99,26000,200035099,0,0,224011504 +135,100,27000,200035100,0,0,224011504 +135,101,28000,200035101,0,0,224011504 +135,102,28500,200035102,0,0,224011504 +135,103,29000,200035103,0,0,224011504 +135,104,30000,200035104,0,0,224011504 +135,105,31000,200035105,0,0,224011504 +135,106,32500,200035106,0,0,224011504 +135,107,33000,200035107,0,0,224011504 +135,108,35000,200035108,0,0,224011504 +135,109,36000,200035109,0,0,224011504 +135,110,37500,200035110,0,0,224011504 +135,111,40000,200035111,0,0,224011504 +135,112,41000,200035112,0,0,224011504 +135,113,42500,200035113,0,0,224011504 +135,114,43000,200035114,0,0,224011504 +135,115,45000,200035115,0,0,224011504 +135,116,46000,200035116,0,0,224011504 +135,117,47500,200035117,0,0,224011504 +135,118,50000,200035118,0,0,224011504 +135,119,51000,200035119,0,0,224011504 +135,120,52500,200035120,0,0,224011504 +135,121,53000,200035121,0,0,224011504 +135,122,55000,200035122,0,0,224011504 +135,123,57500,200035123,0,0,224011504 +135,124,60000,200035124,0,0,224011504 +135,125,62500,200035125,0,0,224011504 +135,126,63000,200035126,0,0,224011504 +135,127,65000,200035127,0,0,224011504 +135,128,67500,200035128,0,0,224011504 +135,129,70000,200035129,0,0,224011504 +135,130,72500,200035130,0,0,224011504 +135,131,74000,200035131,0,0,224011504 +135,132,75000,200035132,0,0,224011504 +135,133,77500,200035133,0,0,224011504 +135,134,80000,200035134,0,0,224011504 +135,135,84000,200035135,0,0,224011504 +135,136,82500,200035136,0,0,224011504 +135,137,85000,200035137,0,0,224011504 +135,138,87500,200035138,0,0,224011504 +135,139,90000,200035139,0,0,224011504 +135,140,92500,200035140,0,0,224011504 +135,141,94000,200035141,0,0,224011504 +135,142,95000,200035142,0,0,224011504 +135,143,97500,200035143,0,0,224011504 +135,144,100000,200035144,0,0,224011504 +135,145,101000,200035145,1000,500,224011504 +136,1,10,200036001,0,0,224012702 +136,2,100,200036002,0,0,224012702 +136,3,200,200036003,0,0,224012702 +136,4,500,200036004,0,0,224012702 +136,5,1000,200036005,0,0,224012702 +136,6,1500,200036006,0,0,224012702 +136,7,2000,200036007,0,0,224012702 +136,8,3000,200036008,0,0,224012702 +136,9,4000,200036009,0,0,224012702 +136,10,6000,200036010,0,0,224012702 +136,11,8000,200036011,0,0,224012702 +136,12,10000,200036012,0,0,224012702 +136,13,12000,200036013,0,0,224012702 +136,14,14000,200036014,0,0,224012702 +136,15,16000,200036015,0,0,224012702 +136,16,18000,200036016,0,0,224012702 +136,17,20000,200036017,0,0,224012702 +136,18,24000,200036018,0,0,224012702 +136,19,28000,200036019,0,0,224012702 +136,20,32000,200036020,0,0,224012702 +137,1,10,200037001,0,0,224013104 +137,2,50,200037002,0,0,224013104 +137,3,100,200037003,0,0,224013104 +137,4,200,200037004,0,0,224013104 +137,5,400,200037005,0,0,224013104 +137,6,600,200037006,0,0,224013104 +137,7,800,200037007,0,0,224013104 +137,8,1000,200037008,0,0,224013104 +137,9,1500,200037009,0,0,224013104 +137,10,2000,200037010,0,0,224013104 +137,11,2500,200037011,0,0,224013104 +137,12,3000,200037012,0,0,224013104 +137,13,3500,200037013,0,0,224013104 +137,14,4000,200037014,0,0,224013104 +137,15,4500,200037015,0,0,224013104 +137,16,5000,200037016,0,0,224013104 +137,17,6000,200037017,0,0,224013104 +137,18,7000,200037018,0,0,224013104 +137,19,8000,200037019,0,0,224013104 +137,20,9000,200037020,0,0,224013104 +137,21,10000,200037021,0,0,224013104 +137,22,12000,200037022,0,0,224013104 +137,23,14000,200037023,0,0,224013104 +137,24,16000,200037024,0,0,224013104 +137,25,18000,200037025,0,0,224013104 +137,26,20000,200037026,0,0,224013104 +137,27,22000,200037027,0,0,224013104 +137,28,24000,200037028,0,0,224013104 +137,29,26000,200037029,0,0,224013104 +137,30,28000,200037030,0,0,224013104 +137,31,30000,200037031,0,0,224013104 +137,32,32000,200037032,0,0,224013104 +137,33,34000,200037033,0,0,224013104 +137,34,36000,200037034,0,0,224013104 +137,35,38000,200037035,0,0,224013104 +137,36,40000,200037036,0,0,224013104 +137,37,42000,200037037,0,0,224013104 +137,38,44000,200037038,0,0,224013104 +137,39,46000,200037039,0,0,224013104 +137,40,48000,200037040,0,0,224013104 +137,41,50000,200037041,0,0,224013104 +137,42,52000,200037042,0,0,224013104 +137,43,54000,200037043,0,0,224013104 +137,44,56000,200037044,0,0,224013104 +137,45,58000,200037045,0,0,224013104 +137,46,60000,200037046,0,0,224013104 +137,47,62000,200037047,0,0,224013104 +137,48,64000,200037048,0,0,224013104 +137,49,66000,200037049,0,0,224013104 +137,50,68000,200037050,0,0,224013104 +137,51,70000,200037051,0,0,224013104 +137,52,72000,200037052,0,0,224013104 +137,53,74000,200037053,0,0,224013104 +137,54,76000,200037054,0,0,224013104 +137,55,78000,200037055,0,0,224013104 +137,56,80000,200037056,0,0,224013104 +137,57,82000,200037057,0,0,224013104 +137,58,84000,200037058,0,0,224013104 +137,59,86000,200037059,0,0,224013104 +137,60,88000,200037060,0,0,224013104 +137,61,90000,200037061,0,0,224013104 +137,62,92000,200037062,0,0,224013104 +137,63,94000,200037063,0,0,224013104 +137,64,96000,200037064,0,0,224013104 +137,65,98000,200037065,0,0,224013104 +137,66,100000,200037066,0,0,224013104 +137,67,104000,200037067,0,0,224013104 +137,68,108000,200037068,0,0,224013104 +137,69,112000,200037069,0,0,224013104 +137,70,116000,200037070,0,0,224013104 +137,71,121000,200037071,0,0,224013104 +137,72,126000,200037072,0,0,224013104 +137,73,131000,200037073,0,0,224013104 +137,74,136000,200037074,0,0,224013104 +137,75,145000,200037075,0,0,224013104 +137,76,154000,200037076,0,0,224013104 +137,77,163000,200037077,0,0,224013104 +137,78,172000,200037078,0,0,224013104 +137,79,181000,200037079,0,0,224013104 +137,80,190000,200037080,0,0,224013104 +137,81,199000,200037081,0,0,224013104 +137,82,208000,200037082,0,0,224013104 +137,83,217000,200037083,0,0,224013104 +137,84,226000,200037084,0,0,224013104 +137,85,235000,200037085,0,0,224013104 +137,86,244000,200037086,0,0,224013104 +137,87,253000,200037087,0,0,224013104 +137,88,262000,200037088,0,0,224013104 +137,89,271000,200037089,0,0,224013104 +137,90,280000,200037090,0,0,224013104 +137,91,301000,200037091,0,0,224013104 +137,92,322000,200037092,0,0,224013104 +137,93,343000,200037093,0,0,224013104 +137,94,364000,200037094,0,0,224013104 +137,95,385000,200037095,0,0,224013104 +137,96,406000,200037096,0,0,224013104 +137,97,427000,200037097,0,0,224013104 +137,98,448000,200037098,0,0,224013104 +137,99,470000,200037099,0,0,224013104 +137,100,492000,200037100,0,0,224013104 +137,101,514000,200037101,0,0,224013104 +137,102,536000,200037102,0,0,224013104 +137,103,558000,200037103,0,0,224013104 +137,104,580000,200037104,0,0,224013104 +137,105,602000,200037105,0,0,224013104 +137,106,624000,200037106,0,0,224013104 +137,107,647000,200037107,0,0,224013104 +137,108,670000,200037108,0,0,224013104 +137,109,693000,200037109,0,0,224013104 +137,110,716000,200037110,0,0,224013104 +137,111,739000,200037111,0,0,224013104 +137,112,762000,200037112,0,0,224013104 +137,113,785000,200037113,0,0,224013104 +137,114,808000,200037114,0,0,224013104 +137,115,831000,200037115,0,0,224013104 +137,116,854000,200037116,0,0,224013104 +137,117,877000,200037117,0,0,224013104 +137,118,900000,200037118,0,0,224013104 +138,1,10,200038001,0,0,224021006 +138,2,100,200038002,0,0,224021006 +138,3,200,200038003,0,0,224021006 +138,4,500,200038004,0,0,224021006 +138,5,1000,200038005,0,0,224021006 +138,6,1500,200038006,0,0,224021006 +138,7,2000,200038007,0,0,224021006 +138,8,3000,200038008,0,0,224021006 +138,9,4000,200038009,0,0,224021006 +138,10,6000,200038010,0,0,224021006 +138,11,8000,200038011,0,0,224021006 +138,12,10000,200038012,0,0,224021006 +138,13,12000,200038013,0,0,224021006 +138,14,14000,200038014,0,0,224021006 +138,15,16000,200038015,0,0,224021006 +138,16,18000,200038016,0,0,224021006 +138,17,20000,200038017,0,0,224021006 +138,18,24000,200038018,0,0,224021006 +138,19,28000,200038019,0,0,224021006 +138,20,32000,200038020,0,0,224021006 +139,1,1,200039001,0,0,224021404 +139,2,5,200039002,0,0,224021404 +139,3,10,200039003,0,0,224021404 +139,4,20,200039004,0,0,224021404 +139,5,40,200039005,0,0,224021404 +139,6,60,200039006,0,0,224021404 +139,7,80,200039007,0,0,224021404 +139,8,100,200039008,0,0,224021404 +139,9,150,200039009,0,0,224021404 +139,10,200,200039010,0,0,224021404 +139,11,250,200039011,0,0,224021404 +139,12,300,200039012,0,0,224021404 +139,13,350,200039013,0,0,224021404 +139,14,400,200039014,0,0,224021404 +139,15,450,200039015,0,0,224021404 +139,16,500,200039016,0,0,224021404 +139,17,600,200039017,0,0,224021404 +139,18,700,200039018,0,0,224021404 +139,19,800,200039019,0,0,224021404 +139,20,900,200039020,0,0,224021404 +139,21,1000,200039021,0,0,224021404 +139,22,1150,200039022,0,0,224021404 +139,23,1300,200039023,0,0,224021404 +139,24,1400,200039024,0,0,224021404 +139,25,1500,200039025,0,0,224021404 +139,26,1600,200039026,0,0,224021404 +139,27,1700,200039027,0,0,224021404 +139,28,1850,200039028,0,0,224021404 +139,29,2000,200039029,0,0,224021404 +139,30,2100,200039030,0,0,224021404 +139,31,2200,200039031,0,0,224021404 +139,32,2300,200039032,0,0,224021404 +139,33,2400,200039033,0,0,224021404 +139,34,2550,200039034,0,0,224021404 +139,35,2700,200039035,0,0,224021404 +139,36,2800,200039036,0,0,224021404 +139,37,2900,200039037,0,0,224021404 +139,38,3050,200039038,0,0,224021404 +139,39,3200,200039039,0,0,224021404 +139,40,3350,200039040,0,0,224021404 +139,41,3500,200039041,0,0,224021404 +139,42,3600,200039042,0,0,224021404 +139,43,3700,200039043,0,0,224021404 +139,44,3850,200039044,0,0,224021404 +139,45,4000,200039045,0,0,224021404 +139,46,4150,200039046,0,0,224021404 +139,47,4300,200039047,0,0,224021404 +139,48,4400,200039048,0,0,224021404 +139,49,4500,200039049,0,0,224021404 +139,50,4650,200039050,0,0,224021404 +139,51,4800,200039051,0,0,224021404 +139,52,4950,200039052,0,0,224021404 +139,53,5100,200039053,0,0,224021404 +139,54,5200,200039054,0,0,224021404 +139,55,5300,200039055,0,0,224021404 +139,56,5450,200039056,0,0,224021404 +139,57,5600,200039057,0,0,224021404 +139,58,5750,200039058,0,0,224021404 +139,59,5900,200039059,0,0,224021404 +139,60,6000,200039060,0,0,224021404 +139,61,6100,200039061,0,0,224021404 +139,62,6250,200039062,0,0,224021404 +139,63,6400,200039063,0,0,224021404 +139,64,6550,200039064,0,0,224021404 +139,65,6700,200039065,0,0,224021404 +139,66,6800,200039066,0,0,224021404 +139,67,6900,200039067,0,0,224021404 +139,68,7050,200039068,0,0,224021404 +139,69,7200,200039069,0,0,224021404 +139,70,7350,200039070,0,0,224021404 +139,71,7500,200039071,0,0,224021404 +139,72,7600,200039072,0,0,224021404 +139,73,7700,200039073,0,0,224021404 +139,74,7850,200039074,0,0,224021404 +139,75,8000,200039075,0,0,224021404 +139,76,8400,200039076,0,0,224021404 +139,77,8800,200039077,0,0,224021404 +139,78,9200,200039078,0,0,224021404 +139,79,9600,200039079,0,0,224021404 +139,80,9800,200039080,0,0,224021404 +139,81,10000,200039081,0,0,224021404 +139,82,10400,200039082,0,0,224021404 +139,83,10800,200039083,0,0,224021404 +139,84,11200,200039084,0,0,224021404 +139,85,12000,200039085,0,0,224021404 +139,86,12800,200039086,0,0,224021404 +139,87,13600,200039087,0,0,224021404 +139,88,14400,200039088,0,0,224021404 +139,89,14800,200039089,0,0,224021404 +139,90,15200,200039090,0,0,224021404 +139,91,16000,200039091,0,0,224021404 +139,92,16800,200039092,0,0,224021404 +139,93,17600,200039093,0,0,224021404 +139,94,18000,200039094,0,0,224021404 +139,95,18400,200039095,0,0,224021404 +139,96,19200,200039096,0,0,224021404 +139,97,20000,200039097,0,0,224021404 +139,98,20400,200039098,0,0,224021404 +139,99,20800,200039099,0,0,224021404 +139,100,21600,200039100,0,0,224021404 +139,101,22400,200039101,0,0,224021404 +139,102,22800,200039102,0,0,224021404 +139,103,23200,200039103,0,0,224021404 +139,104,24000,200039104,0,0,224021404 +139,105,24800,200039105,0,0,224021404 +139,106,26000,200039106,0,0,224021404 +139,107,26400,200039107,0,0,224021404 +139,108,28000,200039108,0,0,224021404 +139,109,28800,200039109,0,0,224021404 +139,110,30000,200039110,0,0,224021404 +139,111,32000,200039111,0,0,224021404 +139,112,32800,200039112,0,0,224021404 +139,113,34000,200039113,0,0,224021404 +139,114,34400,200039114,0,0,224021404 +139,115,36000,200039115,0,0,224021404 +139,116,36800,200039116,0,0,224021404 +139,117,38000,200039117,0,0,224021404 +139,118,40000,200039118,0,0,224021404 +139,119,40800,200039119,0,0,224021404 +139,120,42000,200039120,0,0,224021404 +139,121,42400,200039121,0,0,224021404 +139,122,44000,200039122,0,0,224021404 +139,123,46000,200039123,0,0,224021404 +139,124,48000,200039124,0,0,224021404 +139,125,50000,200039125,0,0,224021404 +139,126,50400,200039126,0,0,224021404 +139,127,52000,200039127,0,0,224021404 +139,128,54000,200039128,0,0,224021404 +139,129,56000,200039129,0,0,224021404 +139,130,58000,200039130,0,0,224021404 +139,131,59200,200039131,0,0,224021404 +139,132,60000,200039132,0,0,224021404 +139,133,62000,200039133,0,0,224021404 +139,134,64000,200039134,0,0,224021404 +139,135,66000,200039135,0,0,224021404 +139,136,67200,200039136,0,0,224021404 +139,137,68000,200039137,0,0,224021404 +139,138,70000,200039138,0,0,224021404 +139,139,72000,200039139,0,0,224021404 +139,140,74000,200039140,0,0,224021404 +139,141,75200,200039141,0,0,224021404 +139,142,76000,200039142,0,0,224021404 +139,143,78000,200039143,0,0,224021404 +139,144,80000,200039144,0,0,224021404 +139,145,81000,200039145,1000,500,224021404 +140,1,10,200040001,0,0,224022305 +140,2,100,200040002,0,0,224022305 +140,3,200,200040003,0,0,224022305 +140,4,500,200040004,0,0,224022305 +140,5,1000,200040005,0,0,224022305 +140,6,1500,200040006,0,0,224022305 +140,7,2000,200040007,0,0,224022305 +140,8,3000,200040008,0,0,224022305 +140,9,4000,200040009,0,0,224022305 +140,10,6000,200040010,0,0,224022305 +140,11,8000,200040011,0,0,224022305 +140,12,10000,200040012,0,0,224022305 +140,13,12000,200040013,0,0,224022305 +140,14,14000,200040014,0,0,224022305 +140,15,16000,200040015,0,0,224022305 +140,16,18000,200040016,0,0,224022305 +140,17,20000,200040017,0,0,224022305 +140,18,24000,200040018,0,0,224022305 +140,19,28000,200040019,0,0,224022305 +140,20,32000,200040020,0,0,224022305 +141,1,10,200041001,0,0,224030104 +141,2,50,200041002,0,0,224030104 +141,3,100,200041003,0,0,224030104 +141,4,200,200041004,0,0,224030104 +141,5,400,200041005,0,0,224030104 +141,6,600,200041006,0,0,224030104 +141,7,800,200041007,0,0,224030104 +141,8,1000,200041008,0,0,224030104 +141,9,1500,200041009,0,0,224030104 +141,10,2000,200041010,0,0,224030104 +141,11,2500,200041011,0,0,224030104 +141,12,3000,200041012,0,0,224030104 +141,13,3500,200041013,0,0,224030104 +141,14,4000,200041014,0,0,224030104 +141,15,4500,200041015,0,0,224030104 +141,16,5000,200041016,0,0,224030104 +141,17,6000,200041017,0,0,224030104 +141,18,7000,200041018,0,0,224030104 +141,19,8000,200041019,0,0,224030104 +141,20,9000,200041020,0,0,224030104 +141,21,10000,200041021,0,0,224030104 +141,22,12000,200041022,0,0,224030104 +141,23,14000,200041023,0,0,224030104 +141,24,16000,200041024,0,0,224030104 +141,25,18000,200041025,0,0,224030104 +141,26,20000,200041026,0,0,224030104 +141,27,22000,200041027,0,0,224030104 +141,28,24000,200041028,0,0,224030104 +141,29,26000,200041029,0,0,224030104 +141,30,28000,200041030,0,0,224030104 +141,31,30000,200041031,0,0,224030104 +141,32,32000,200041032,0,0,224030104 +141,33,34000,200041033,0,0,224030104 +141,34,36000,200041034,0,0,224030104 +141,35,38000,200041035,0,0,224030104 +141,36,40000,200041036,0,0,224030104 +141,37,42000,200041037,0,0,224030104 +141,38,44000,200041038,0,0,224030104 +141,39,46000,200041039,0,0,224030104 +141,40,48000,200041040,0,0,224030104 +141,41,50000,200041041,0,0,224030104 +141,42,52000,200041042,0,0,224030104 +141,43,54000,200041043,0,0,224030104 +141,44,56000,200041044,0,0,224030104 +141,45,58000,200041045,0,0,224030104 +141,46,60000,200041046,0,0,224030104 +141,47,62000,200041047,0,0,224030104 +141,48,64000,200041048,0,0,224030104 +141,49,66000,200041049,0,0,224030104 +141,50,68000,200041050,0,0,224030104 +141,51,70000,200041051,0,0,224030104 +141,52,72000,200041052,0,0,224030104 +141,53,74000,200041053,0,0,224030104 +141,54,76000,200041054,0,0,224030104 +141,55,78000,200041055,0,0,224030104 +141,56,80000,200041056,0,0,224030104 +141,57,81000,200041057,0,0,224030104 +141,58,82000,200041058,0,0,224030104 +141,59,84000,200041059,0,0,224030104 +141,60,86000,200041060,0,0,224030104 +141,61,88000,200041061,0,0,224030104 +141,62,90000,200041062,0,0,224030104 +141,63,92000,200041063,0,0,224030104 +141,64,94000,200041064,0,0,224030104 +141,65,96000,200041065,0,0,224030104 +141,66,98000,200041066,0,0,224030104 +141,67,100000,200041067,0,0,224030104 +141,68,105000,200041068,0,0,224030104 +141,69,110000,200041069,0,0,224030104 +141,70,115000,200041070,0,0,224030104 +141,71,120000,200041071,0,0,224030104 +141,72,121000,200041072,0,0,224030104 +141,73,125000,200041073,0,0,224030104 +141,74,130000,200041074,0,0,224030104 +141,75,135000,200041075,0,0,224030104 +141,76,140000,200041076,0,0,224030104 +141,77,141000,200041077,0,0,224030104 +141,78,150000,200041078,0,0,224030104 +141,79,160000,200041079,0,0,224030104 +141,80,161000,200041080,0,0,224030104 +141,81,170000,200041081,0,0,224030104 +141,82,180000,200041082,0,0,224030104 +141,83,181000,200041083,0,0,224030104 +141,84,190000,200041084,0,0,224030104 +141,85,200000,200041085,0,0,224030104 +141,86,210000,200041086,0,0,224030104 +141,87,210000,200041087,0,0,224030104 +141,88,220000,200041088,0,0,224030104 +141,89,221000,200041089,0,0,224030104 +141,90,230000,200041090,0,0,224030104 +141,91,240000,200041091,0,0,224030104 +141,92,241000,200041092,0,0,224030104 +141,93,250000,200041093,0,0,224030104 +141,94,260000,200041094,0,0,224030104 +141,95,261000,200041095,0,0,224030104 +141,96,270000,200041096,0,0,224030104 +141,97,280000,200041097,0,0,224030104 +141,98,281000,200041098,0,0,224030104 +141,99,290000,200041099,0,0,224030104 +141,100,300000,200041100,0,0,224030104 +141,101,301000,200041101,0,0,224030104 +141,102,320000,200041102,0,0,224030104 +141,103,325000,200041103,0,0,224030104 +141,104,340000,200041104,0,0,224030104 +141,105,350000,200041105,0,0,224030104 +141,106,360000,200041106,0,0,224030104 +141,107,375000,200041107,0,0,224030104 +141,108,380000,200041108,0,0,224030104 +141,109,400000,200041109,0,0,224030104 +141,110,401000,200041110,0,0,224030104 +141,111,420000,200041111,0,0,224030104 +141,112,425000,200041112,0,0,224030104 +141,113,440000,200041113,0,0,224030104 +141,114,450000,200041114,0,0,224030104 +141,115,460000,200041115,0,0,224030104 +141,116,475000,200041116,0,0,224030104 +141,117,480000,200041117,0,0,224030104 +141,118,500000,200041118,0,0,224030104 +141,119,501000,200041119,0,0,224030104 +141,120,525000,200041120,0,0,224030104 +141,121,550000,200041121,0,0,224030104 +141,122,575000,200041122,0,0,224030104 +141,123,600000,200041123,0,0,224030104 +141,124,625000,200041124,0,0,224030104 +141,125,650000,200041125,0,0,224030104 +141,126,675000,200041126,0,0,224030104 +141,127,700000,200041127,0,0,224030104 +141,128,725000,200041128,0,0,224030104 +141,129,750000,200041129,0,0,224030104 +141,130,775000,200041130,0,0,224030104 +141,131,800000,200041131,0,0,224030104 +141,132,825000,200041132,0,0,224030104 +141,133,850000,200041133,0,0,224030104 +141,134,875000,200041134,0,0,224030104 +141,135,900000,200041135,0,0,224030104 +141,136,925000,200041136,0,0,224030104 +141,137,950000,200041137,0,0,224030104 +141,138,975000,200041138,0,0,224030104 +141,139,1000000,200041139,0,0,224030104 +991,1,10,200891001,0,0,170 +991,2,50,200891002,0,0,170 +991,3,100,200891003,0,0,170 +991,4,200,200891004,0,0,170 +991,5,400,200891005,0,0,170 +991,6,600,200891006,0,0,170 +991,7,800,200891007,0,0,170 +991,8,1000,200891008,0,0,170 +991,9,1500,200891009,0,0,170 +991,10,2000,200891010,0,0,170 +991,11,2500,200891011,0,0,170 +991,12,3000,200891012,0,0,170 +991,13,3500,200891013,0,0,170 +991,14,4000,200891014,0,0,170 +991,15,4500,200891015,0,0,170 +991,16,5000,200891016,0,0,170 +991,17,6000,200891017,0,0,170 +991,18,7000,200891018,0,0,170 +991,19,8000,200891019,0,0,170 +991,20,9000,200891020,0,0,170 +991,21,10000,200891021,0,0,170 +991,22,12000,200891022,0,0,170 +991,23,14000,200891023,0,0,170 +991,24,16000,200891024,0,0,170 +991,25,18000,200891025,0,0,170 +991,26,20000,200891026,0,0,170 +991,27,22000,200891027,0,0,170 +991,28,24000,200891028,0,0,170 +991,29,26000,200891029,0,0,170 +991,30,28000,200891030,0,0,170 +991,31,30000,200891031,0,0,170 +991,32,32000,200891032,0,0,170 +991,33,34000,200891033,0,0,170 +991,34,36000,200891034,0,0,170 +991,35,38000,200891035,0,0,170 +991,36,40000,200891036,0,0,170 +991,37,42000,200891037,0,0,170 +991,38,44000,200891038,0,0,170 +991,39,46000,200891039,0,0,170 +991,40,48000,200891040,0,0,170 +991,41,50000,200891041,0,0,170 +991,42,52000,200891042,0,0,170 +991,43,54000,200891043,0,0,170 +991,44,56000,200891044,0,0,170 +991,45,58000,200891045,0,0,170 +991,46,60000,200891046,0,0,170 +991,47,62000,200891047,0,0,170 +991,48,64000,200891048,0,0,170 +991,49,66000,200891049,0,0,170 +991,50,68000,200891050,0,0,170 +991,51,70000,200891051,0,0,170 +991,52,72000,200891052,0,0,170 +991,53,74000,200891053,0,0,170 +991,54,76000,200891054,0,0,170 +991,55,78000,200891055,0,0,170 +991,56,80000,200891056,0,0,170 +991,57,82000,200891057,0,0,170 +991,58,84000,200891058,0,0,170 +991,59,86000,200891059,0,0,170 +991,60,88000,200891060,0,0,170 +991,61,90000,200891061,0,0,170 +991,62,92000,200891062,0,0,170 +991,63,94000,200891063,0,0,170 +991,64,96000,200891064,0,0,170 +991,65,98000,200891065,0,0,170 +991,66,100000,200891066,0,0,170 +991,67,105000,200891067,0,0,170 +991,68,110000,200891068,0,0,170 +991,69,115000,200891069,0,0,170 +991,70,120000,200891070,0,0,170 +991,71,125000,200891071,0,0,170 +991,72,130000,200891072,0,0,170 +991,73,135000,200891073,0,0,170 +991,74,140000,200891074,0,0,170 +991,75,150000,200891075,0,0,170 +991,76,160000,200891076,0,0,170 +991,77,170000,200891077,0,0,170 +991,78,180000,200891078,0,0,170 +991,79,190000,200891079,0,0,170 +991,80,200000,200891080,0,0,170 +991,81,210000,200891081,0,0,170 +991,82,220000,200891082,0,0,170 +991,83,230000,200891083,0,0,170 +991,84,240000,200891084,0,0,170 +991,85,250000,200891085,0,0,170 +991,86,260000,200891086,0,0,170 +991,87,270000,200891087,0,0,170 +991,88,280000,200891088,0,0,170 +991,89,290000,200891089,0,0,170 +991,90,300000,200891090,0,0,170 +991,91,325000,200891091,0,0,170 +991,92,350000,200891092,0,0,170 +991,93,375000,200891093,0,0,170 +991,94,400000,200891094,0,0,170 +991,95,425000,200891095,0,0,170 +991,96,450000,200891096,0,0,170 +991,97,475000,200891097,0,0,170 +991,98,500000,200891098,0,0,170 +991,99,525000,200891099,0,0,170 +991,100,550000,200891100,0,0,170 +991,101,575000,200891101,0,0,170 +991,102,600000,200891102,0,0,170 +991,103,625000,200891103,0,0,170 +991,104,650000,200891104,0,0,170 +991,105,675000,200891105,0,0,170 +991,106,700000,200891106,0,0,170 +991,107,725000,200891107,0,0,170 +991,108,750000,200891108,0,0,170 +991,109,775000,200891109,0,0,170 +991,110,800000,200891110,0,0,170 +991,111,825000,200891111,0,0,170 +991,112,850000,200891112,0,0,170 +991,113,875000,200891113,0,0,170 +991,114,900000,200891114,0,0,170 +991,115,925000,200891115,0,0,170 +991,116,950000,200891116,0,0,170 +991,117,975000,200891117,0,0,170 +991,118,1000000,200891118,100000,500,170 +992,1,10,200892001,0,0,171 +992,2,50,200892002,0,0,171 +992,3,100,200892003,0,0,171 +992,4,200,200892004,0,0,171 +992,5,400,200892005,0,0,171 +992,6,600,200892006,0,0,171 +992,7,800,200892007,0,0,171 +992,8,1000,200892008,0,0,171 +992,9,1500,200892009,0,0,171 +992,10,2000,200892010,0,0,171 +992,11,2500,200892011,0,0,171 +992,12,3000,200892012,0,0,171 +992,13,3500,200892013,0,0,171 +992,14,4000,200892014,0,0,171 +992,15,4500,200892015,0,0,171 +992,16,5000,200892016,0,0,171 +992,17,6000,200892017,0,0,171 +992,18,7000,200892018,0,0,171 +992,19,8000,200892019,0,0,171 +992,20,9000,200892020,0,0,171 +992,21,10000,200892021,0,0,171 +992,22,12000,200892022,0,0,171 +992,23,14000,200892023,0,0,171 +992,24,16000,200892024,0,0,171 +992,25,18000,200892025,0,0,171 +992,26,20000,200892026,0,0,171 +992,27,22000,200892027,0,0,171 +992,28,24000,200892028,0,0,171 +992,29,26000,200892029,0,0,171 +992,30,28000,200892030,0,0,171 +992,31,30000,200892031,0,0,171 +992,32,32000,200892032,0,0,171 +992,33,34000,200892033,0,0,171 +992,34,36000,200892034,0,0,171 +992,35,38000,200892035,0,0,171 +992,36,40000,200892036,0,0,171 +992,37,42000,200892037,0,0,171 +992,38,44000,200892038,0,0,171 +992,39,46000,200892039,0,0,171 +992,40,48000,200892040,0,0,171 +992,41,50000,200892041,0,0,171 +992,42,52000,200892042,0,0,171 +992,43,54000,200892043,0,0,171 +992,44,56000,200892044,0,0,171 +992,45,58000,200892045,0,0,171 +992,46,60000,200892046,0,0,171 +992,47,62000,200892047,0,0,171 +992,48,64000,200892048,0,0,171 +992,49,66000,200892049,0,0,171 +992,50,68000,200892050,0,0,171 +992,51,70000,200892051,0,0,171 +992,52,72000,200892052,0,0,171 +992,53,74000,200892053,0,0,171 +992,54,76000,200892054,0,0,171 +992,55,78000,200892055,0,0,171 +992,56,80000,200892056,0,0,171 +992,57,82000,200892057,0,0,171 +992,58,84000,200892058,0,0,171 +992,59,86000,200892059,0,0,171 +992,60,88000,200892060,0,0,171 +992,61,90000,200892061,0,0,171 +992,62,92000,200892062,0,0,171 +992,63,94000,200892063,0,0,171 +992,64,96000,200892064,0,0,171 +992,65,98000,200892065,0,0,171 +992,66,100000,200892066,0,0,171 +992,67,105000,200892067,0,0,171 +992,68,110000,200892068,0,0,171 +992,69,115000,200892069,0,0,171 +992,70,120000,200892070,0,0,171 +992,71,125000,200892071,0,0,171 +992,72,130000,200892072,0,0,171 +992,73,135000,200892073,0,0,171 +992,74,140000,200892074,0,0,171 +992,75,150000,200892075,0,0,171 +992,76,160000,200892076,0,0,171 +992,77,170000,200892077,0,0,171 +992,78,180000,200892078,0,0,171 +992,79,190000,200892079,0,0,171 +992,80,200000,200892080,0,0,171 +992,81,210000,200892081,0,0,171 +992,82,220000,200892082,0,0,171 +992,83,230000,200892083,0,0,171 +992,84,240000,200892084,0,0,171 +992,85,250000,200892085,0,0,171 +992,86,260000,200892086,0,0,171 +992,87,270000,200892087,0,0,171 +992,88,280000,200892088,0,0,171 +992,89,290000,200892089,0,0,171 +992,90,300000,200892090,0,0,171 +992,91,325000,200892091,0,0,171 +992,92,350000,200892092,0,0,171 +992,93,375000,200892093,0,0,171 +992,94,400000,200892094,0,0,171 +992,95,425000,200892095,0,0,171 +992,96,450000,200892096,0,0,171 +992,97,475000,200892097,0,0,171 +992,98,500000,200892098,0,0,171 +992,99,525000,200892099,0,0,171 +992,100,550000,200892100,0,0,171 +992,101,575000,200892101,0,0,171 +992,102,600000,200892102,0,0,171 +992,103,625000,200892103,0,0,171 +992,104,650000,200892104,0,0,171 +992,105,675000,200892105,0,0,171 +992,106,700000,200892106,0,0,171 +992,107,725000,200892107,0,0,171 +992,108,750000,200892108,0,0,171 +992,109,775000,200892109,0,0,171 +992,110,800000,200892110,0,0,171 +992,111,825000,200892111,0,0,171 +992,112,850000,200892112,0,0,171 +992,113,875000,200892113,0,0,171 +992,114,900000,200892114,0,0,171 +992,115,925000,200892115,0,0,171 +992,116,950000,200892116,0,0,171 +992,117,975000,200892117,0,0,171 +992,118,1000000,200892118,100000,500,171 +993,1,10,200893001,0,0,195 +993,2,100,200893002,0,0,195 +993,3,200,200893003,0,0,195 +993,4,500,200893004,0,0,195 +993,5,1000,200893005,0,0,195 +993,6,1500,200893006,0,0,195 +993,7,2000,200893007,0,0,195 +993,8,3000,200893008,0,0,195 +993,9,4000,200893009,0,0,195 +993,10,6000,200893010,0,0,195 +993,11,8000,200893011,0,0,195 +993,12,10000,200893012,0,0,195 +993,13,12000,200893013,0,0,195 +993,14,14000,200893014,0,0,195 +993,15,16000,200893015,0,0,195 +993,16,18000,200893016,0,0,195 +993,17,20000,200893017,0,0,195 +993,18,24000,200893018,0,0,195 +993,19,28000,200893019,0,0,195 +993,20,32000,200893020,0,0,195 +993,21,32000,200893021,0,0,195 +993,22,32000,200893022,0,0,195 +993,23,32000,200893023,0,0,195 +994,1,10,200894001,0,0,172 +994,2,50,200894002,0,0,172 +994,3,100,200894003,0,0,172 +994,4,250,200894004,0,0,172 +994,5,500,200894005,0,0,172 +994,6,750,200894006,0,0,172 +994,7,1000,200894007,0,0,172 +994,8,1500,200894008,0,0,172 +994,9,2000,200894009,0,0,172 +994,10,2500,200894010,0,0,172 diff --git a/src/router/databases/csv-en/event_point_ranking.csv b/src/router/databases/csv-en/event_point_ranking.csv new file mode 100644 index 0000000..9eec7bc --- /dev/null +++ b/src/router/databases/csv-en/event_point_ranking.csv @@ -0,0 +1,274 @@ +_masterEventId,_groupId,_number,_highRank,_lowRank,_masterEventPointRankingRewardId,_masterReleaseLabelId +101,0,1,1,500,280010101,223041903 +101,0,2,501,3000,280010102,223041903 +101,0,3,3001,10000,280010103,223041903 +101,0,4,10001,20000,280010104,223041903 +101,0,5,20001,50000,280010105,223041903 +101,0,6,50001,100000,280010106,223041903 +101,0,7,100001,150000,280010107,223041903 +101,0,8,150001,250000,280010108,223041903 +101,0,9,250001,500000,280010109,223041903 +101,0,10,500001,1000000,280010110,223041903 +102,0,1,1,500,280010201,223043004 +102,0,2,501,3000,280010202,223043004 +102,0,3,3001,10000,280010203,223043004 +102,0,4,10001,20000,280010204,223043004 +102,0,5,20001,50000,280010205,223043004 +102,0,6,50001,100000,280010206,223043004 +102,0,7,100001,150000,280010207,223043004 +102,0,8,150001,250000,280010208,223043004 +102,0,9,250001,500000,280010209,223043004 +102,0,10,500001,1000000,280010210,223043004 +104,0,1,1,500,280010401,223051504 +104,0,2,501,3000,280010402,223051504 +104,0,3,3001,10000,280010403,223051504 +104,0,4,10001,20000,280010404,223051504 +104,0,5,20001,50000,280010405,223051504 +104,0,6,50001,100000,280010406,223051504 +104,0,7,100001,150000,280010407,223051504 +104,0,8,150001,250000,280010408,223051504 +104,0,9,250001,500000,280010409,223051504 +104,0,10,500001,1000000,280010410,223051504 +106,0,1,1,500,280010601,223053104 +106,0,2,501,3000,280010602,223053104 +106,0,3,3001,10000,280010603,223053104 +106,0,4,10001,20000,280010604,223053104 +106,0,5,20001,50000,280010605,223053104 +106,0,6,50001,100000,280010606,223053104 +106,0,7,100001,150000,280010607,223053104 +106,0,8,150001,250000,280010608,223053104 +106,0,9,250001,500000,280010609,223053104 +106,0,10,500001,1000000,280010610,223053104 +109,0,1,1,500,280010901,223063004 +109,0,2,501,1500,280010902,223063004 +109,0,3,1501,3000,280010903,223063004 +109,0,4,3001,5000,280010904,223063004 +109,0,5,5001,10000,280010905,223063004 +109,0,6,10001,20000,280010906,223063004 +109,0,7,20001,35000,280010907,223063004 +109,0,8,35001,50000,280010908,223063004 +109,0,9,50001,100000,280010909,223063004 +109,0,10,100001,1000000,280010910,223063004 +108,0,1,1,500,280010801,223061504 +108,0,2,501,3000,280010802,223061504 +108,0,3,3001,10000,280010803,223061504 +108,0,4,10001,20000,280010804,223061504 +108,0,5,20001,50000,280010805,223061504 +108,0,6,50001,100000,280010806,223061504 +108,0,7,100001,150000,280010807,223061504 +108,0,8,150001,250000,280010808,223061504 +108,0,9,250001,500000,280010809,223061504 +108,0,10,500001,1000000,280010810,223061504 +111,0,1,1,500,280011101,223071505 +111,0,2,501,1500,280011102,223071505 +111,0,3,1501,3000,280011103,223071505 +111,0,4,3001,5000,280011104,223071505 +111,0,5,5001,10000,280011105,223071505 +111,0,6,10001,20000,280011106,223071505 +111,0,7,20001,35000,280011107,223071505 +111,0,8,35001,50000,280011108,223071505 +111,0,9,50001,100000,280011109,223071505 +111,0,10,100001,1000000,280011110,223071505 +113,0,1,1,500,280011301,223073104 +113,0,2,501,1500,280011302,223073104 +113,0,3,1501,3000,280011303,223073104 +113,0,4,3001,5000,280011304,223073104 +113,0,5,5001,10000,280011305,223073104 +113,0,6,10001,20000,280011306,223073104 +113,0,7,20001,35000,280011307,223073104 +113,0,8,35001,50000,280011308,223073104 +113,0,9,50001,100000,280011309,223073104 +113,0,10,100001,1000000,280011310,223073104 +115,0,1,1,500,280011501,223081504 +115,0,2,501,1500,280011502,223081504 +115,0,3,1501,3000,280011503,223081504 +115,0,4,3001,5000,280011504,223081504 +115,0,5,5001,10000,280011505,223081504 +115,0,6,10001,20000,280011506,223081504 +115,0,7,20001,35000,280011507,223081504 +115,0,8,35001,50000,280011508,223081504 +115,0,9,50001,100000,280011509,223081504 +115,0,10,100001,1000000,280011510,223081504 +117,0,1,1,500,280011701,223083104 +117,0,2,501,1500,280011702,223083104 +117,0,3,1501,3000,280011703,223083104 +117,0,4,3001,5000,280011704,223083104 +117,0,5,5001,10000,280011705,223083104 +117,0,6,10001,20000,280011706,223083104 +117,0,7,20001,35000,280011707,223083104 +117,0,8,35001,50000,280011708,223083104 +117,0,9,50001,100000,280011709,223083104 +117,0,10,100001,1000000,280011710,223083104 +119,0,1,1,500,280011901,223091504 +119,0,2,501,1500,280011902,223091504 +119,0,3,1501,3000,280011903,223091504 +119,0,4,3001,5000,280011904,223091504 +119,0,5,5001,10000,280011905,223091504 +119,0,6,10001,20000,280011906,223091504 +119,0,7,20001,35000,280011907,223091504 +119,0,8,35001,50000,280011908,223091504 +119,0,9,50001,100000,280011909,223091504 +119,0,10,100001,1000000,280011910,223091504 +121,0,1,1,500,280012101,223093004 +121,0,2,501,1500,280012102,223093004 +121,0,3,1501,3000,280012103,223093004 +121,0,4,3001,5000,280012104,223093004 +121,0,5,5001,10000,280012105,223093004 +121,0,6,10001,20000,280012106,223093004 +121,0,7,20001,35000,280012107,223093004 +121,0,8,35001,50000,280012108,223093004 +121,0,9,50001,100000,280012109,223093004 +121,0,10,100001,1000000,280012110,223093004 +123,0,1,1,500,280012301,223101508 +123,0,2,501,1500,280012302,223101508 +123,0,3,1501,3000,280012303,223101508 +123,0,4,3001,5000,280012304,223101508 +123,0,5,5001,10000,280012305,223101508 +123,0,6,10001,20000,280012306,223101508 +123,0,7,20001,35000,280012307,223101508 +123,0,8,35001,50000,280012308,223101508 +123,0,9,50001,100000,280012309,223101508 +123,0,10,100001,1000000,280012310,223101508 +125,0,1,1,500,280012501,223103104 +125,0,2,501,1500,280012502,223103104 +125,0,3,1501,3000,280012503,223103104 +125,0,4,3001,5000,280012504,223103104 +125,0,5,5001,10000,280012505,223103104 +125,0,6,10001,20000,280012506,223103104 +125,0,7,20001,35000,280012507,223103104 +125,0,8,35001,50000,280012508,223103104 +125,0,9,50001,100000,280012509,223103104 +125,0,10,100001,1000000,280012510,223103104 +129,0,1,1,500,280012901,223113004 +129,0,2,501,1500,280012902,223113004 +129,0,3,1501,3000,280012903,223113004 +129,0,4,3001,5000,280012904,223113004 +129,0,5,5001,10000,280012905,223113004 +129,0,6,10001,20000,280012906,223113004 +129,0,7,20001,35000,280012907,223113004 +129,0,8,35001,50000,280012908,223113004 +129,0,9,50001,100000,280012909,223113004 +129,0,10,100001,1000000,280012910,223113004 +131,0,1,1,500,280013101,223121507 +131,0,2,501,1500,280013102,223121507 +131,0,3,1501,3000,280013103,223121507 +131,0,4,3001,5000,280013104,223121507 +131,0,5,5001,10000,280013105,223121507 +131,0,6,10001,20000,280013106,223121507 +131,0,7,20001,35000,280013107,223121507 +131,0,8,35001,50000,280013108,223121507 +131,0,9,50001,100000,280013109,223121507 +131,0,10,100001,1000000,280013110,223121507 +133,0,1,1,500,280013301,223123104 +133,0,2,501,1500,280013302,223123104 +133,0,3,1501,3000,280013303,223123104 +133,0,4,3001,5000,280013304,223123104 +133,0,5,5001,10000,280013305,223123104 +133,0,6,10001,20000,280013306,223123104 +133,0,7,20001,35000,280013307,223123104 +133,0,8,35001,50000,280013308,223123104 +133,0,9,50001,100000,280013309,223123104 +133,0,10,100001,1000000,280013310,223123104 +135,0,1,1,1,280013501,224011504 +135,0,2,2,2,280013502,224011504 +135,0,3,3,3,280013503,224011504 +135,0,4,4,10,280013504,224011504 +135,0,5,11,100,280013505,224011504 +135,0,6,101,200,280013506,224011504 +135,0,7,201,300,280013507,224011504 +135,0,8,301,500,280013508,224011504 +135,0,9,501,1000,280013509,224011504 +135,0,10,1001,2000,280013510,224011504 +135,0,11,2001,3000,280013511,224011504 +135,0,12,3001,4000,280013512,224011504 +135,0,13,4001,5000,280013513,224011504 +135,0,14,5001,10000,280013514,224011504 +135,0,15,10001,20000,280013515,224011504 +135,0,16,20001,35000,280013516,224011504 +135,0,17,35001,50000,280013517,224011504 +135,0,18,50001,100000,280013518,224011504 +135,0,19,100001,1000000,280013519,224011504 +137,0,1,1,500,280013701,224013104 +137,0,2,501,1500,280013702,224013104 +137,0,3,1501,3000,280013703,224013104 +137,0,4,3001,5000,280013704,224013104 +137,0,5,5001,10000,280013705,224013104 +137,0,6,10001,20000,280013706,224013104 +137,0,7,20001,35000,280013707,224013104 +137,0,8,35001,50000,280013708,224013104 +137,0,9,50001,100000,280013709,224013104 +137,0,10,100001,1000000,280013710,224013104 +139,0,1,1,1,280013901,224021404 +139,0,2,2,2,280013902,224021404 +139,0,3,3,3,280013903,224021404 +139,0,4,4,4,280013904,224021404 +139,0,5,5,5,280013905,224021404 +139,0,6,6,6,280013906,224021404 +139,0,7,7,7,280013907,224021404 +139,0,8,8,8,280013908,224021404 +139,0,9,9,9,280013909,224021404 +139,0,10,10,10,280013910,224021404 +139,0,11,11,11,280013911,224021404 +139,0,12,12,12,280013912,224021404 +139,0,13,13,13,280013913,224021404 +139,0,14,14,14,280013914,224021404 +139,0,15,15,15,280013915,224021404 +139,0,16,16,16,280013916,224021404 +139,0,17,17,17,280013917,224021404 +139,0,18,18,18,280013918,224021404 +139,0,19,19,19,280013919,224021404 +139,0,20,20,20,280013920,224021404 +139,0,21,21,100,280013921,224021404 +139,0,22,101,200,280013922,224021404 +139,0,23,201,300,280013923,224021404 +139,0,24,301,500,280013924,224021404 +139,0,25,501,1000,280013925,224021404 +139,0,26,1001,2000,280013926,224021404 +139,0,27,2001,3000,280013927,224021404 +139,0,28,3001,4000,280013928,224021404 +139,0,29,4001,5000,280013929,224021404 +139,0,30,5001,10000,280013930,224021404 +139,0,31,10001,20000,280013931,224021404 +139,0,32,20001,35000,280013932,224021404 +139,0,33,35001,50000,280013933,224021404 +139,0,34,50001,100000,280013934,224021404 +139,0,35,100001,1000000,280013935,224021404 +991,0,1,1,500,280099101,170 +991,0,2,501,3000,280099102,170 +991,0,3,3001,10000,280099103,170 +991,0,4,10001,20000,280099104,170 +991,0,5,20001,50000,280099105,170 +991,0,6,50001,100000,280099106,170 +991,0,7,100001,150000,280099107,170 +991,0,8,150001,250000,280099108,170 +991,0,9,250001,500000,280099109,170 +991,0,10,500001,1000000,280099110,170 +992,0,1,1,500,280099201,171 +992,0,2,501,3000,280099202,171 +992,0,3,3001,10000,280099203,171 +992,0,4,10001,20000,280099204,171 +992,0,5,20001,50000,280099205,171 +992,0,6,50001,100000,280099206,171 +992,0,7,100001,150000,280099207,171 +992,0,8,150001,250000,280099208,171 +992,0,9,250001,500000,280099209,171 +992,0,10,500001,1000000,280099210,171 +127,0,1,1,1,280012701,223111504 +127,0,2,2,2,280012702,223111504 +127,0,3,3,3,280012703,223111504 +127,0,4,4,10,280012704,223111504 +127,0,5,11,100,280012705,223111504 +127,0,6,101,200,280012706,223111504 +127,0,7,201,300,280012707,223111504 +127,0,8,301,500,280012708,223111504 +127,0,9,501,1000,280012709,223111504 +127,0,10,1001,2000,280012710,223111504 +127,0,11,2001,3000,280012711,223111504 +127,0,12,3001,4000,280012712,223111504 +127,0,13,4001,5000,280012713,223111504 +127,0,14,5001,10000,280012714,223111504 +127,0,15,10001,20000,280012715,223111504 +127,0,16,20001,35000,280012716,223111504 +127,0,17,35001,50000,280012717,223111504 +127,0,18,50001,100000,280012718,223111504 +127,0,19,100001,1000000,280012719,223111504 diff --git a/src/router/databases/csv-en/event_point_ranking_reward.csv b/src/router/databases/csv-en/event_point_ranking_reward.csv new file mode 100644 index 0000000..15e9480 --- /dev/null +++ b/src/router/databases/csv-en/event_point_ranking_reward.csv @@ -0,0 +1,1882 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +280010101,1,1,1,0,0,3000,223041903 +280010101,2,3,1,19100001,0,900,223041903 +280010101,3,3,1,16005003,0,300,223041903 +280010101,4,3,1,17001003,0,35,223041903 +280010101,5,3,1,21000001,0,30,223041903 +280010101,6,4,1,1,0,2000000,223041903 +280010101,7,3,1,30010001,0,1000,223041903 +280010102,1,1,1,0,0,1500,223041903 +280010102,2,3,1,19100001,0,600,223041903 +280010102,3,3,1,16005003,0,200,223041903 +280010102,4,3,1,17001003,0,20,223041903 +280010102,5,3,1,21000001,0,20,223041903 +280010102,6,4,1,1,0,1500000,223041903 +280010102,7,3,1,30010001,0,900,223041903 +280010103,1,1,1,0,0,1000,223041903 +280010103,2,3,1,19100001,0,450,223041903 +280010103,3,3,1,16005003,0,150,223041903 +280010103,4,3,1,17001003,0,15,223041903 +280010103,5,3,1,21000001,0,15,223041903 +280010103,6,4,1,1,0,1000000,223041903 +280010103,7,3,1,30010001,0,700,223041903 +280010104,1,1,1,0,0,500,223041903 +280010104,2,3,1,19100001,0,180,223041903 +280010104,3,3,1,16005003,0,50,223041903 +280010104,4,3,1,17001003,0,5,223041903 +280010104,5,3,1,21000001,0,5,223041903 +280010104,6,4,1,1,0,400000,223041903 +280010104,7,3,1,30010001,0,600,223041903 +280010105,1,1,1,0,0,375,223041903 +280010105,2,3,1,19100001,0,90,223041903 +280010105,3,3,1,16005003,0,30,223041903 +280010105,4,3,1,17001003,0,3,223041903 +280010105,5,3,1,21000001,0,3,223041903 +280010105,6,4,1,1,0,200000,223041903 +280010105,7,3,1,30010001,0,500,223041903 +280010106,1,1,1,0,0,250,223041903 +280010106,2,3,1,19100001,0,45,223041903 +280010106,3,3,1,16005003,0,20,223041903 +280010106,4,3,1,17001003,0,2,223041903 +280010106,5,3,1,21000001,0,2,223041903 +280010106,6,4,1,1,0,160000,223041903 +280010106,7,3,1,30010001,0,300,223041903 +280010107,1,1,1,0,0,200,223041903 +280010107,2,3,1,19100001,0,15,223041903 +280010107,3,3,1,16005003,0,10,223041903 +280010107,4,3,1,17001003,0,1,223041903 +280010107,5,3,1,21000001,0,1,223041903 +280010107,6,4,1,1,0,100000,223041903 +280010107,7,3,1,30010001,0,150,223041903 +280010108,1,1,1,0,0,150,223041903 +280010108,2,3,1,19100001,0,10,223041903 +280010108,3,4,1,1,0,60000,223041903 +280010108,4,3,1,30010001,0,150,223041903 +280010109,1,1,1,0,0,200,223041903 +280010109,2,3,1,19100001,0,5,223041903 +280010109,3,4,1,1,0,40000,223041903 +280010110,1,1,1,0,0,50,223041903 +280010110,2,3,1,19100001,0,5,223041903 +280010110,3,4,1,1,0,20000,223041903 +280010201,1,1,1,0,0,3000,223043004 +280010201,2,3,1,19100001,0,900,223043004 +280010201,3,3,1,16005003,0,300,223043004 +280010201,4,3,1,17001003,0,35,223043004 +280010201,5,3,1,21000001,0,30,223043004 +280010201,6,4,1,1,0,2000000,223043004 +280010201,7,3,1,30010001,0,1000,223043004 +280010202,1,1,1,0,0,1500,223043004 +280010202,2,3,1,19100001,0,600,223043004 +280010202,3,3,1,16005003,0,200,223043004 +280010202,4,3,1,17001003,0,20,223043004 +280010202,5,3,1,21000001,0,20,223043004 +280010202,6,4,1,1,0,1500000,223043004 +280010202,7,3,1,30010001,0,900,223043004 +280010203,1,1,1,0,0,1000,223043004 +280010203,2,3,1,19100001,0,450,223043004 +280010203,3,3,1,16005003,0,150,223043004 +280010203,4,3,1,17001003,0,15,223043004 +280010203,5,3,1,21000001,0,15,223043004 +280010203,6,4,1,1,0,1000000,223043004 +280010203,7,3,1,30010001,0,700,223043004 +280010204,1,1,1,0,0,500,223043004 +280010204,2,3,1,19100001,0,180,223043004 +280010204,3,3,1,16005003,0,50,223043004 +280010204,4,3,1,17001003,0,5,223043004 +280010204,5,3,1,21000001,0,5,223043004 +280010204,6,4,1,1,0,400000,223043004 +280010204,7,3,1,30010001,0,600,223043004 +280010205,1,1,1,0,0,375,223043004 +280010205,2,3,1,19100001,0,90,223043004 +280010205,3,3,1,16005003,0,30,223043004 +280010205,4,3,1,17001003,0,3,223043004 +280010205,5,3,1,21000001,0,3,223043004 +280010205,6,4,1,1,0,200000,223043004 +280010205,7,3,1,30010001,0,500,223043004 +280010206,1,1,1,0,0,250,223043004 +280010206,2,3,1,19100001,0,45,223043004 +280010206,3,3,1,16005003,0,20,223043004 +280010206,4,3,1,17001003,0,2,223043004 +280010206,5,3,1,21000001,0,2,223043004 +280010206,6,4,1,1,0,160000,223043004 +280010206,7,3,1,30010001,0,300,223043004 +280010207,1,1,1,0,0,200,223043004 +280010207,2,3,1,19100001,0,15,223043004 +280010207,3,3,1,16005003,0,10,223043004 +280010207,4,3,1,17001003,0,1,223043004 +280010207,5,3,1,21000001,0,1,223043004 +280010207,6,4,1,1,0,100000,223043004 +280010207,7,3,1,30010001,0,150,223043004 +280010208,1,1,1,0,0,150,223043004 +280010208,2,3,1,19100001,0,10,223043004 +280010208,3,4,1,1,0,60000,223043004 +280010208,4,3,1,30010001,0,150,223043004 +280010209,1,1,1,0,0,200,223043004 +280010209,2,3,1,19100001,0,5,223043004 +280010209,3,4,1,1,0,40000,223043004 +280010210,1,1,1,0,0,50,223043004 +280010210,2,3,1,19100001,0,5,223043004 +280010210,3,4,1,1,0,20000,223043004 +280010401,1,1,1,0,0,3000,223051504 +280010401,2,3,1,19100001,0,900,223051504 +280010401,3,3,1,16005003,0,300,223051504 +280010401,4,3,1,17001003,0,35,223051504 +280010401,5,3,1,21000001,0,30,223051504 +280010401,6,4,1,1,0,2000000,223051504 +280010401,7,3,1,30010001,0,1000,223051504 +280010402,1,1,1,0,0,1500,223051504 +280010402,2,3,1,19100001,0,600,223051504 +280010402,3,3,1,16005003,0,200,223051504 +280010402,4,3,1,17001003,0,20,223051504 +280010402,5,3,1,21000001,0,20,223051504 +280010402,6,4,1,1,0,1500000,223051504 +280010402,7,3,1,30010001,0,900,223051504 +280010403,1,1,1,0,0,1000,223051504 +280010403,2,3,1,19100001,0,450,223051504 +280010403,3,3,1,16005003,0,150,223051504 +280010403,4,3,1,17001003,0,15,223051504 +280010403,5,3,1,21000001,0,15,223051504 +280010403,6,4,1,1,0,1000000,223051504 +280010403,7,3,1,30010001,0,700,223051504 +280010404,1,1,1,0,0,500,223051504 +280010404,2,3,1,19100001,0,180,223051504 +280010404,3,3,1,16005003,0,50,223051504 +280010404,4,3,1,17001003,0,5,223051504 +280010404,5,3,1,21000001,0,5,223051504 +280010404,6,4,1,1,0,400000,223051504 +280010404,7,3,1,30010001,0,600,223051504 +280010405,1,1,1,0,0,375,223051504 +280010405,2,3,1,19100001,0,90,223051504 +280010405,3,3,1,16005003,0,30,223051504 +280010405,4,3,1,17001003,0,3,223051504 +280010405,5,3,1,21000001,0,3,223051504 +280010405,6,4,1,1,0,200000,223051504 +280010405,7,3,1,30010001,0,500,223051504 +280010406,1,1,1,0,0,250,223051504 +280010406,2,3,1,19100001,0,45,223051504 +280010406,3,3,1,16005003,0,20,223051504 +280010406,4,3,1,17001003,0,2,223051504 +280010406,5,3,1,21000001,0,2,223051504 +280010406,6,4,1,1,0,160000,223051504 +280010406,7,3,1,30010001,0,300,223051504 +280010407,1,1,1,0,0,200,223051504 +280010407,2,3,1,19100001,0,15,223051504 +280010407,3,3,1,16005003,0,10,223051504 +280010407,4,3,1,17001003,0,1,223051504 +280010407,5,3,1,21000001,0,1,223051504 +280010407,6,4,1,1,0,100000,223051504 +280010407,7,3,1,30010001,0,150,223051504 +280010408,1,1,1,0,0,150,223051504 +280010408,2,3,1,19100001,0,10,223051504 +280010408,3,4,1,1,0,60000,223051504 +280010408,4,3,1,30010001,0,150,223051504 +280010409,1,1,1,0,0,200,223051504 +280010409,2,3,1,19100001,0,5,223051504 +280010409,3,4,1,1,0,40000,223051504 +280010410,1,1,1,0,0,50,223051504 +280010410,2,3,1,19100001,0,5,223051504 +280010410,3,4,1,1,0,20000,223051504 +280010601,1,1,1,0,0,3000,223053104 +280010601,2,3,1,19100001,0,900,223053104 +280010601,3,3,1,16005003,0,300,223053104 +280010601,4,3,1,17001003,0,35,223053104 +280010601,5,3,1,21000001,0,30,223053104 +280010601,6,4,1,1,0,2000000,223053104 +280010601,7,3,1,30010001,0,1000,223053104 +280010602,1,1,1,0,0,1500,223053104 +280010602,2,3,1,19100001,0,600,223053104 +280010602,3,3,1,16005003,0,200,223053104 +280010602,4,3,1,17001003,0,20,223053104 +280010602,5,3,1,21000001,0,20,223053104 +280010602,6,4,1,1,0,1500000,223053104 +280010602,7,3,1,30010001,0,900,223053104 +280010603,1,1,1,0,0,1000,223053104 +280010603,2,3,1,19100001,0,450,223053104 +280010603,3,3,1,16005003,0,150,223053104 +280010603,4,3,1,17001003,0,15,223053104 +280010603,5,3,1,21000001,0,15,223053104 +280010603,6,4,1,1,0,1000000,223053104 +280010603,7,3,1,30010001,0,700,223053104 +280010604,1,1,1,0,0,500,223053104 +280010604,2,3,1,19100001,0,180,223053104 +280010604,3,3,1,16005003,0,50,223053104 +280010604,4,3,1,17001003,0,5,223053104 +280010604,5,3,1,21000001,0,5,223053104 +280010604,6,4,1,1,0,400000,223053104 +280010604,7,3,1,30010001,0,600,223053104 +280010605,1,1,1,0,0,375,223053104 +280010605,2,3,1,19100001,0,90,223053104 +280010605,3,3,1,16005003,0,30,223053104 +280010605,4,3,1,17001003,0,3,223053104 +280010605,5,3,1,21000001,0,3,223053104 +280010605,6,4,1,1,0,200000,223053104 +280010605,7,3,1,30010001,0,500,223053104 +280010606,1,1,1,0,0,250,223053104 +280010606,2,3,1,19100001,0,45,223053104 +280010606,3,3,1,16005003,0,20,223053104 +280010606,4,3,1,17001003,0,2,223053104 +280010606,5,3,1,21000001,0,2,223053104 +280010606,6,4,1,1,0,160000,223053104 +280010606,7,3,1,30010001,0,300,223053104 +280010607,1,1,1,0,0,200,223053104 +280010607,2,3,1,19100001,0,15,223053104 +280010607,3,3,1,16005003,0,10,223053104 +280010607,4,3,1,17001003,0,1,223053104 +280010607,5,3,1,21000001,0,1,223053104 +280010607,6,4,1,1,0,100000,223053104 +280010607,7,3,1,30010001,0,150,223053104 +280010608,1,1,1,0,0,150,223053104 +280010608,2,3,1,19100001,0,10,223053104 +280010608,3,4,1,1,0,60000,223053104 +280010608,4,3,1,30010001,0,150,223053104 +280010609,1,1,1,0,0,200,223053104 +280010609,2,3,1,19100001,0,5,223053104 +280010609,3,4,1,1,0,40000,223053104 +280010610,1,1,1,0,0,50,223053104 +280010610,2,3,1,19100001,0,5,223053104 +280010610,3,4,1,1,0,20000,223053104 +280010801,1,1,1,0,0,3000,223061504 +280010801,2,3,1,19100001,0,900,223061504 +280010801,3,3,1,16005003,0,300,223061504 +280010801,4,3,1,17001003,0,35,223061504 +280010801,5,3,1,21000001,0,30,223061504 +280010801,6,4,1,1,0,2000000,223061504 +280010801,7,3,1,30010001,0,1000,223061504 +280010802,1,1,1,0,0,1500,223061504 +280010802,2,3,1,19100001,0,600,223061504 +280010802,3,3,1,16005003,0,200,223061504 +280010802,4,3,1,17001003,0,20,223061504 +280010802,5,3,1,21000001,0,20,223061504 +280010802,6,4,1,1,0,1500000,223061504 +280010802,7,3,1,30010001,0,900,223061504 +280010803,1,1,1,0,0,1000,223061504 +280010803,2,3,1,19100001,0,450,223061504 +280010803,3,3,1,16005003,0,150,223061504 +280010803,4,3,1,17001003,0,15,223061504 +280010803,5,3,1,21000001,0,15,223061504 +280010803,6,4,1,1,0,1000000,223061504 +280010803,7,3,1,30010001,0,700,223061504 +280010804,1,1,1,0,0,500,223061504 +280010804,2,3,1,19100001,0,180,223061504 +280010804,3,3,1,16005003,0,50,223061504 +280010804,4,3,1,17001003,0,5,223061504 +280010804,5,3,1,21000001,0,5,223061504 +280010804,6,4,1,1,0,400000,223061504 +280010804,7,3,1,30010001,0,600,223061504 +280010805,1,1,1,0,0,375,223061504 +280010805,2,3,1,19100001,0,90,223061504 +280010805,3,3,1,16005003,0,30,223061504 +280010805,4,3,1,17001003,0,3,223061504 +280010805,5,3,1,21000001,0,3,223061504 +280010805,6,4,1,1,0,200000,223061504 +280010805,7,3,1,30010001,0,500,223061504 +280010806,1,1,1,0,0,250,223061504 +280010806,2,3,1,19100001,0,45,223061504 +280010806,3,3,1,16005003,0,20,223061504 +280010806,4,3,1,17001003,0,2,223061504 +280010806,5,3,1,21000001,0,2,223061504 +280010806,6,4,1,1,0,160000,223061504 +280010806,7,3,1,30010001,0,300,223061504 +280010807,1,1,1,0,0,200,223061504 +280010807,2,3,1,19100001,0,15,223061504 +280010807,3,3,1,16005003,0,10,223061504 +280010807,4,3,1,17001003,0,1,223061504 +280010807,5,3,1,21000001,0,1,223061504 +280010807,6,4,1,1,0,100000,223061504 +280010807,7,3,1,30010001,0,150,223061504 +280010808,1,1,1,0,0,150,223061504 +280010808,2,3,1,19100001,0,10,223061504 +280010808,3,4,1,1,0,60000,223061504 +280010808,4,3,1,30010001,0,150,223061504 +280010809,1,1,1,0,0,200,223061504 +280010809,2,3,1,19100001,0,5,223061504 +280010809,3,4,1,1,0,40000,223061504 +280010810,1,1,1,0,0,50,223061504 +280010810,2,3,1,19100001,0,5,223061504 +280010810,3,4,1,1,0,20000,223061504 +280010901,1,1,1,0,0,3000,223063004 +280010901,2,3,1,19100001,0,900,223063004 +280010901,3,3,1,16005003,0,300,223063004 +280010901,4,3,1,17001003,0,35,223063004 +280010901,5,3,1,21000001,0,30,223063004 +280010901,6,4,1,1,0,2000000,223063004 +280010901,7,3,1,30010001,0,1000,223063004 +280010902,1,1,1,0,0,2000,223063004 +280010902,2,3,1,19100001,0,750,223063004 +280010902,3,3,1,16005003,0,250,223063004 +280010902,4,3,1,17001003,0,25,223063004 +280010902,5,3,1,21000001,0,25,223063004 +280010902,6,4,1,1,0,1700000,223063004 +280010902,7,3,1,30010001,0,950,223063004 +280010903,1,1,1,0,0,1500,223063004 +280010903,2,3,1,19100001,0,600,223063004 +280010903,3,3,1,16005003,0,200,223063004 +280010903,4,3,1,17001003,0,20,223063004 +280010903,5,3,1,21000001,0,20,223063004 +280010903,6,4,1,1,0,1500000,223063004 +280010903,7,3,1,30010001,0,900,223063004 +280010904,1,1,1,0,0,1200,223063004 +280010904,2,3,1,19100001,0,500,223063004 +280010904,3,3,1,16005003,0,150,223063004 +280010904,4,3,1,17001003,0,15,223063004 +280010904,5,3,1,21000001,0,15,223063004 +280010904,6,4,1,1,0,1200000,223063004 +280010904,7,3,1,30010001,0,800,223063004 +280010905,1,1,1,0,0,1000,223063004 +280010905,2,3,1,19100001,0,450,223063004 +280010905,3,3,1,16005003,0,150,223063004 +280010905,4,3,1,17001003,0,15,223063004 +280010905,5,3,1,21000001,0,15,223063004 +280010905,6,4,1,1,0,1000000,223063004 +280010905,7,3,1,30010001,0,700,223063004 +280010906,1,1,1,0,0,500,223063004 +280010906,2,3,1,19100001,0,180,223063004 +280010906,3,3,1,16005003,0,50,223063004 +280010906,4,3,1,17001003,0,5,223063004 +280010906,5,3,1,21000001,0,5,223063004 +280010906,6,4,1,1,0,400000,223063004 +280010906,7,3,1,30010001,0,600,223063004 +280010907,1,1,1,0,0,400,223063004 +280010907,2,3,1,19100001,0,120,223063004 +280010907,3,3,1,16005003,0,40,223063004 +280010907,4,3,1,17001003,0,4,223063004 +280010907,5,3,1,21000001,0,4,223063004 +280010907,6,4,1,1,0,300000,223063004 +280010907,7,3,1,30010001,0,550,223063004 +280010908,1,1,1,0,0,375,223063004 +280010908,2,3,1,19100001,0,90,223063004 +280010908,3,3,1,16005003,0,30,223063004 +280010908,4,3,1,17001003,0,3,223063004 +280010908,5,3,1,21000001,0,3,223063004 +280010908,6,4,1,1,0,200000,223063004 +280010908,7,3,1,30010001,0,500,223063004 +280010909,1,1,1,0,0,250,223063004 +280010909,2,3,1,19100001,0,45,223063004 +280010909,3,3,1,16005003,0,20,223063004 +280010909,4,3,1,17001003,0,2,223063004 +280010909,5,3,1,21000001,0,2,223063004 +280010909,6,4,1,1,0,160000,223063004 +280010909,7,3,1,30010001,0,300,223063004 +280010910,1,1,1,0,0,200,223063004 +280010910,2,3,1,19100001,0,15,223063004 +280010910,3,3,1,16005003,0,10,223063004 +280010910,4,3,1,17001003,0,1,223063004 +280010910,5,3,1,21000001,0,1,223063004 +280010910,6,4,1,1,0,100000,223063004 +280010910,7,3,1,30010001,0,150,223063004 +280011101,1,1,1,0,0,3000,223071505 +280011101,2,3,1,19100001,0,900,223071505 +280011101,3,3,1,16005003,0,300,223071505 +280011101,4,3,1,17001003,0,35,223071505 +280011101,5,3,1,21000001,0,30,223071505 +280011101,6,4,1,1,0,2000000,223071505 +280011101,7,3,1,30010001,0,1000,223071505 +280011102,1,1,1,0,0,2000,223071505 +280011102,2,3,1,19100001,0,750,223071505 +280011102,3,3,1,16005003,0,250,223071505 +280011102,4,3,1,17001003,0,25,223071505 +280011102,5,3,1,21000001,0,25,223071505 +280011102,6,4,1,1,0,1700000,223071505 +280011102,7,3,1,30010001,0,950,223071505 +280011103,1,1,1,0,0,1500,223071505 +280011103,2,3,1,19100001,0,600,223071505 +280011103,3,3,1,16005003,0,200,223071505 +280011103,4,3,1,17001003,0,20,223071505 +280011103,5,3,1,21000001,0,20,223071505 +280011103,6,4,1,1,0,1500000,223071505 +280011103,7,3,1,30010001,0,900,223071505 +280011104,1,1,1,0,0,1200,223071505 +280011104,2,3,1,19100001,0,500,223071505 +280011104,3,3,1,16005003,0,150,223071505 +280011104,4,3,1,17001003,0,15,223071505 +280011104,5,3,1,21000001,0,15,223071505 +280011104,6,4,1,1,0,1200000,223071505 +280011104,7,3,1,30010001,0,800,223071505 +280011105,1,1,1,0,0,1000,223071505 +280011105,2,3,1,19100001,0,450,223071505 +280011105,3,3,1,16005003,0,150,223071505 +280011105,4,3,1,17001003,0,15,223071505 +280011105,5,3,1,21000001,0,15,223071505 +280011105,6,4,1,1,0,1000000,223071505 +280011105,7,3,1,30010001,0,700,223071505 +280011106,1,1,1,0,0,500,223071505 +280011106,2,3,1,19100001,0,180,223071505 +280011106,3,3,1,16005003,0,50,223071505 +280011106,4,3,1,17001003,0,5,223071505 +280011106,5,3,1,21000001,0,5,223071505 +280011106,6,4,1,1,0,400000,223071505 +280011106,7,3,1,30010001,0,600,223071505 +280011107,1,1,1,0,0,400,223071505 +280011107,2,3,1,19100001,0,120,223071505 +280011107,3,3,1,16005003,0,40,223071505 +280011107,4,3,1,17001003,0,4,223071505 +280011107,5,3,1,21000001,0,4,223071505 +280011107,6,4,1,1,0,300000,223071505 +280011107,7,3,1,30010001,0,550,223071505 +280011108,1,1,1,0,0,375,223071505 +280011108,2,3,1,19100001,0,90,223071505 +280011108,3,3,1,16005003,0,30,223071505 +280011108,4,3,1,17001003,0,3,223071505 +280011108,5,3,1,21000001,0,3,223071505 +280011108,6,4,1,1,0,200000,223071505 +280011108,7,3,1,30010001,0,500,223071505 +280011109,1,1,1,0,0,250,223071505 +280011109,2,3,1,19100001,0,45,223071505 +280011109,3,3,1,16005003,0,20,223071505 +280011109,4,3,1,17001003,0,2,223071505 +280011109,5,3,1,21000001,0,2,223071505 +280011109,6,4,1,1,0,160000,223071505 +280011109,7,3,1,30010001,0,300,223071505 +280011110,1,1,1,0,0,200,223071505 +280011110,2,3,1,19100001,0,15,223071505 +280011110,3,3,1,16005003,0,10,223071505 +280011110,4,3,1,17001003,0,1,223071505 +280011110,5,3,1,21000001,0,1,223071505 +280011110,6,4,1,1,0,100000,223071505 +280011110,7,3,1,30010001,0,150,223071505 +280011301,1,1,1,0,0,3000,223073104 +280011301,2,3,1,19100001,0,900,223073104 +280011301,3,3,1,16005003,0,300,223073104 +280011301,4,3,1,17001003,0,35,223073104 +280011301,5,3,1,21000001,0,30,223073104 +280011301,6,4,1,1,0,2000000,223073104 +280011301,7,3,1,30010001,0,1000,223073104 +280011302,1,1,1,0,0,2000,223073104 +280011302,2,3,1,19100001,0,750,223073104 +280011302,3,3,1,16005003,0,250,223073104 +280011302,4,3,1,17001003,0,25,223073104 +280011302,5,3,1,21000001,0,25,223073104 +280011302,6,4,1,1,0,1700000,223073104 +280011302,7,3,1,30010001,0,950,223073104 +280011303,1,1,1,0,0,1500,223073104 +280011303,2,3,1,19100001,0,600,223073104 +280011303,3,3,1,16005003,0,200,223073104 +280011303,4,3,1,17001003,0,20,223073104 +280011303,5,3,1,21000001,0,20,223073104 +280011303,6,4,1,1,0,1500000,223073104 +280011303,7,3,1,30010001,0,900,223073104 +280011304,1,1,1,0,0,1200,223073104 +280011304,2,3,1,19100001,0,500,223073104 +280011304,3,3,1,16005003,0,150,223073104 +280011304,4,3,1,17001003,0,15,223073104 +280011304,5,3,1,21000001,0,15,223073104 +280011304,6,4,1,1,0,1200000,223073104 +280011304,7,3,1,30010001,0,800,223073104 +280011305,1,1,1,0,0,1000,223073104 +280011305,2,3,1,19100001,0,450,223073104 +280011305,3,3,1,16005003,0,150,223073104 +280011305,4,3,1,17001003,0,15,223073104 +280011305,5,3,1,21000001,0,15,223073104 +280011305,6,4,1,1,0,1000000,223073104 +280011305,7,3,1,30010001,0,700,223073104 +280011306,1,1,1,0,0,500,223073104 +280011306,2,3,1,19100001,0,180,223073104 +280011306,3,3,1,16005003,0,50,223073104 +280011306,4,3,1,17001003,0,5,223073104 +280011306,5,3,1,21000001,0,5,223073104 +280011306,6,4,1,1,0,400000,223073104 +280011306,7,3,1,30010001,0,600,223073104 +280011307,1,1,1,0,0,400,223073104 +280011307,2,3,1,19100001,0,120,223073104 +280011307,3,3,1,16005003,0,40,223073104 +280011307,4,3,1,17001003,0,4,223073104 +280011307,5,3,1,21000001,0,4,223073104 +280011307,6,4,1,1,0,300000,223073104 +280011307,7,3,1,30010001,0,550,223073104 +280011308,1,1,1,0,0,375,223073104 +280011308,2,3,1,19100001,0,90,223073104 +280011308,3,3,1,16005003,0,30,223073104 +280011308,4,3,1,17001003,0,3,223073104 +280011308,5,3,1,21000001,0,3,223073104 +280011308,6,4,1,1,0,200000,223073104 +280011308,7,3,1,30010001,0,500,223073104 +280011309,1,1,1,0,0,250,223073104 +280011309,2,3,1,19100001,0,45,223073104 +280011309,3,3,1,16005003,0,20,223073104 +280011309,4,3,1,17001003,0,2,223073104 +280011309,5,3,1,21000001,0,2,223073104 +280011309,6,4,1,1,0,160000,223073104 +280011309,7,3,1,30010001,0,300,223073104 +280011310,1,1,1,0,0,200,223073104 +280011310,2,3,1,19100001,0,15,223073104 +280011310,3,3,1,16005003,0,10,223073104 +280011310,4,3,1,17001003,0,1,223073104 +280011310,5,3,1,21000001,0,1,223073104 +280011310,6,4,1,1,0,100000,223073104 +280011310,7,3,1,30010001,0,150,223073104 +280011501,1,1,1,0,0,3000,223081504 +280011501,2,3,1,19100001,0,900,223081504 +280011501,3,3,1,16005003,0,300,223081504 +280011501,4,3,1,17001003,0,35,223081504 +280011501,5,3,1,21000001,0,30,223081504 +280011501,6,4,1,1,0,2000000,223081504 +280011501,7,3,1,30010001,0,1000,223081504 +280011502,1,1,1,0,0,2000,223081504 +280011502,2,3,1,19100001,0,750,223081504 +280011502,3,3,1,16005003,0,250,223081504 +280011502,4,3,1,17001003,0,25,223081504 +280011502,5,3,1,21000001,0,25,223081504 +280011502,6,4,1,1,0,1700000,223081504 +280011502,7,3,1,30010001,0,950,223081504 +280011503,1,1,1,0,0,1500,223081504 +280011503,2,3,1,19100001,0,600,223081504 +280011503,3,3,1,16005003,0,200,223081504 +280011503,4,3,1,17001003,0,20,223081504 +280011503,5,3,1,21000001,0,20,223081504 +280011503,6,4,1,1,0,1500000,223081504 +280011503,7,3,1,30010001,0,900,223081504 +280011504,1,1,1,0,0,1200,223081504 +280011504,2,3,1,19100001,0,500,223081504 +280011504,3,3,1,16005003,0,150,223081504 +280011504,4,3,1,17001003,0,15,223081504 +280011504,5,3,1,21000001,0,15,223081504 +280011504,6,4,1,1,0,1200000,223081504 +280011504,7,3,1,30010001,0,800,223081504 +280011505,1,1,1,0,0,1000,223081504 +280011505,2,3,1,19100001,0,450,223081504 +280011505,3,3,1,16005003,0,150,223081504 +280011505,4,3,1,17001003,0,15,223081504 +280011505,5,3,1,21000001,0,15,223081504 +280011505,6,4,1,1,0,1000000,223081504 +280011505,7,3,1,30010001,0,700,223081504 +280011506,1,1,1,0,0,500,223081504 +280011506,2,3,1,19100001,0,180,223081504 +280011506,3,3,1,16005003,0,50,223081504 +280011506,4,3,1,17001003,0,5,223081504 +280011506,5,3,1,21000001,0,5,223081504 +280011506,6,4,1,1,0,400000,223081504 +280011506,7,3,1,30010001,0,600,223081504 +280011507,1,1,1,0,0,400,223081504 +280011507,2,3,1,19100001,0,120,223081504 +280011507,3,3,1,16005003,0,40,223081504 +280011507,4,3,1,17001003,0,4,223081504 +280011507,5,3,1,21000001,0,4,223081504 +280011507,6,4,1,1,0,300000,223081504 +280011507,7,3,1,30010001,0,550,223081504 +280011508,1,1,1,0,0,375,223081504 +280011508,2,3,1,19100001,0,90,223081504 +280011508,3,3,1,16005003,0,30,223081504 +280011508,4,3,1,17001003,0,3,223081504 +280011508,5,3,1,21000001,0,3,223081504 +280011508,6,4,1,1,0,200000,223081504 +280011508,7,3,1,30010001,0,500,223081504 +280011509,1,1,1,0,0,250,223081504 +280011509,2,3,1,19100001,0,45,223081504 +280011509,3,3,1,16005003,0,20,223081504 +280011509,4,3,1,17001003,0,2,223081504 +280011509,5,3,1,21000001,0,2,223081504 +280011509,6,4,1,1,0,160000,223081504 +280011509,7,3,1,30010001,0,300,223081504 +280011510,1,1,1,0,0,200,223081504 +280011510,2,3,1,19100001,0,15,223081504 +280011510,3,3,1,16005003,0,10,223081504 +280011510,4,3,1,17001003,0,1,223081504 +280011510,5,3,1,21000001,0,1,223081504 +280011510,6,4,1,1,0,100000,223081504 +280011510,7,3,1,30010001,0,150,223081504 +280011701,1,1,1,0,0,3000,223083104 +280011701,2,3,1,19100001,0,900,223083104 +280011701,3,3,1,16005003,0,300,223083104 +280011701,4,3,1,17001003,0,35,223083104 +280011701,5,3,1,21000001,0,30,223083104 +280011701,6,4,1,1,0,2000000,223083104 +280011701,7,3,1,30010001,0,1000,223083104 +280011702,1,1,1,0,0,2000,223083104 +280011702,2,3,1,19100001,0,750,223083104 +280011702,3,3,1,16005003,0,250,223083104 +280011702,4,3,1,17001003,0,25,223083104 +280011702,5,3,1,21000001,0,25,223083104 +280011702,6,4,1,1,0,1700000,223083104 +280011702,7,3,1,30010001,0,950,223083104 +280011703,1,1,1,0,0,1500,223083104 +280011703,2,3,1,19100001,0,600,223083104 +280011703,3,3,1,16005003,0,200,223083104 +280011703,4,3,1,17001003,0,20,223083104 +280011703,5,3,1,21000001,0,20,223083104 +280011703,6,4,1,1,0,1500000,223083104 +280011703,7,3,1,30010001,0,900,223083104 +280011704,1,1,1,0,0,1200,223083104 +280011704,2,3,1,19100001,0,500,223083104 +280011704,3,3,1,16005003,0,150,223083104 +280011704,4,3,1,17001003,0,15,223083104 +280011704,5,3,1,21000001,0,15,223083104 +280011704,6,4,1,1,0,1200000,223083104 +280011704,7,3,1,30010001,0,800,223083104 +280011705,1,1,1,0,0,1000,223083104 +280011705,2,3,1,19100001,0,450,223083104 +280011705,3,3,1,16005003,0,150,223083104 +280011705,4,3,1,17001003,0,15,223083104 +280011705,5,3,1,21000001,0,15,223083104 +280011705,6,4,1,1,0,1000000,223083104 +280011705,7,3,1,30010001,0,700,223083104 +280011706,1,1,1,0,0,500,223083104 +280011706,2,3,1,19100001,0,180,223083104 +280011706,3,3,1,16005003,0,50,223083104 +280011706,4,3,1,17001003,0,5,223083104 +280011706,5,3,1,21000001,0,5,223083104 +280011706,6,4,1,1,0,400000,223083104 +280011706,7,3,1,30010001,0,600,223083104 +280011707,1,1,1,0,0,400,223083104 +280011707,2,3,1,19100001,0,120,223083104 +280011707,3,3,1,16005003,0,40,223083104 +280011707,4,3,1,17001003,0,4,223083104 +280011707,5,3,1,21000001,0,4,223083104 +280011707,6,4,1,1,0,300000,223083104 +280011707,7,3,1,30010001,0,550,223083104 +280011708,1,1,1,0,0,375,223083104 +280011708,2,3,1,19100001,0,90,223083104 +280011708,3,3,1,16005003,0,30,223083104 +280011708,4,3,1,17001003,0,3,223083104 +280011708,5,3,1,21000001,0,3,223083104 +280011708,6,4,1,1,0,200000,223083104 +280011708,7,3,1,30010001,0,500,223083104 +280011709,1,1,1,0,0,250,223083104 +280011709,2,3,1,19100001,0,45,223083104 +280011709,3,3,1,16005003,0,20,223083104 +280011709,4,3,1,17001003,0,2,223083104 +280011709,5,3,1,21000001,0,2,223083104 +280011709,6,4,1,1,0,160000,223083104 +280011709,7,3,1,30010001,0,300,223083104 +280011710,1,1,1,0,0,200,223083104 +280011710,2,3,1,19100001,0,15,223083104 +280011710,3,3,1,16005003,0,10,223083104 +280011710,4,3,1,17001003,0,1,223083104 +280011710,5,3,1,21000001,0,1,223083104 +280011710,6,4,1,1,0,100000,223083104 +280011710,7,3,1,30010001,0,150,223083104 +280011901,1,1,1,0,0,3000,223091504 +280011901,2,3,1,19100001,0,900,223091504 +280011901,3,3,1,16005003,0,300,223091504 +280011901,4,3,1,17001003,0,35,223091504 +280011901,5,3,1,21000001,0,30,223091504 +280011901,6,4,1,1,0,2000000,223091504 +280011901,7,3,1,30010001,0,1000,223091504 +280011902,1,1,1,0,0,2000,223091504 +280011902,2,3,1,19100001,0,750,223091504 +280011902,3,3,1,16005003,0,250,223091504 +280011902,4,3,1,17001003,0,25,223091504 +280011902,5,3,1,21000001,0,25,223091504 +280011902,6,4,1,1,0,1700000,223091504 +280011902,7,3,1,30010001,0,950,223091504 +280011903,1,1,1,0,0,1500,223091504 +280011903,2,3,1,19100001,0,600,223091504 +280011903,3,3,1,16005003,0,200,223091504 +280011903,4,3,1,17001003,0,20,223091504 +280011903,5,3,1,21000001,0,20,223091504 +280011903,6,4,1,1,0,1500000,223091504 +280011903,7,3,1,30010001,0,900,223091504 +280011904,1,1,1,0,0,1200,223091504 +280011904,2,3,1,19100001,0,500,223091504 +280011904,3,3,1,16005003,0,150,223091504 +280011904,4,3,1,17001003,0,15,223091504 +280011904,5,3,1,21000001,0,15,223091504 +280011904,6,4,1,1,0,1200000,223091504 +280011904,7,3,1,30010001,0,800,223091504 +280011905,1,1,1,0,0,1000,223091504 +280011905,2,3,1,19100001,0,450,223091504 +280011905,3,3,1,16005003,0,150,223091504 +280011905,4,3,1,17001003,0,15,223091504 +280011905,5,3,1,21000001,0,15,223091504 +280011905,6,4,1,1,0,1000000,223091504 +280011905,7,3,1,30010001,0,700,223091504 +280011906,1,1,1,0,0,500,223091504 +280011906,2,3,1,19100001,0,180,223091504 +280011906,3,3,1,16005003,0,50,223091504 +280011906,4,3,1,17001003,0,5,223091504 +280011906,5,3,1,21000001,0,5,223091504 +280011906,6,4,1,1,0,400000,223091504 +280011906,7,3,1,30010001,0,600,223091504 +280011907,1,1,1,0,0,400,223091504 +280011907,2,3,1,19100001,0,120,223091504 +280011907,3,3,1,16005003,0,40,223091504 +280011907,4,3,1,17001003,0,4,223091504 +280011907,5,3,1,21000001,0,4,223091504 +280011907,6,4,1,1,0,300000,223091504 +280011907,7,3,1,30010001,0,550,223091504 +280011908,1,1,1,0,0,375,223091504 +280011908,2,3,1,19100001,0,90,223091504 +280011908,3,3,1,16005003,0,30,223091504 +280011908,4,3,1,17001003,0,3,223091504 +280011908,5,3,1,21000001,0,3,223091504 +280011908,6,4,1,1,0,200000,223091504 +280011908,7,3,1,30010001,0,500,223091504 +280011909,1,1,1,0,0,250,223091504 +280011909,2,3,1,19100001,0,45,223091504 +280011909,3,3,1,16005003,0,20,223091504 +280011909,4,3,1,17001003,0,2,223091504 +280011909,5,3,1,21000001,0,2,223091504 +280011909,6,4,1,1,0,160000,223091504 +280011909,7,3,1,30010001,0,300,223091504 +280011910,1,1,1,0,0,200,223091504 +280011910,2,3,1,19100001,0,15,223091504 +280011910,3,3,1,16005003,0,10,223091504 +280011910,4,3,1,17001003,0,1,223091504 +280011910,5,3,1,21000001,0,1,223091504 +280011910,6,4,1,1,0,100000,223091504 +280011910,7,3,1,30010001,0,150,223091504 +280012101,1,1,1,0,0,3000,223093004 +280012101,2,3,1,19100001,0,900,223093004 +280012101,3,3,1,16005003,0,300,223093004 +280012101,4,3,1,17001003,0,35,223093004 +280012101,5,3,1,21000001,0,30,223093004 +280012101,6,4,1,1,0,2000000,223093004 +280012101,7,3,1,30010001,0,1000,223093004 +280012102,1,1,1,0,0,2000,223093004 +280012102,2,3,1,19100001,0,750,223093004 +280012102,3,3,1,16005003,0,250,223093004 +280012102,4,3,1,17001003,0,25,223093004 +280012102,5,3,1,21000001,0,25,223093004 +280012102,6,4,1,1,0,1700000,223093004 +280012102,7,3,1,30010001,0,950,223093004 +280012103,1,1,1,0,0,1500,223093004 +280012103,2,3,1,19100001,0,600,223093004 +280012103,3,3,1,16005003,0,200,223093004 +280012103,4,3,1,17001003,0,20,223093004 +280012103,5,3,1,21000001,0,20,223093004 +280012103,6,4,1,1,0,1500000,223093004 +280012103,7,3,1,30010001,0,900,223093004 +280012104,1,1,1,0,0,1200,223093004 +280012104,2,3,1,19100001,0,500,223093004 +280012104,3,3,1,16005003,0,150,223093004 +280012104,4,3,1,17001003,0,15,223093004 +280012104,5,3,1,21000001,0,15,223093004 +280012104,6,4,1,1,0,1200000,223093004 +280012104,7,3,1,30010001,0,800,223093004 +280012105,1,1,1,0,0,1000,223093004 +280012105,2,3,1,19100001,0,450,223093004 +280012105,3,3,1,16005003,0,150,223093004 +280012105,4,3,1,17001003,0,15,223093004 +280012105,5,3,1,21000001,0,15,223093004 +280012105,6,4,1,1,0,1000000,223093004 +280012105,7,3,1,30010001,0,700,223093004 +280012106,1,1,1,0,0,500,223093004 +280012106,2,3,1,19100001,0,180,223093004 +280012106,3,3,1,16005003,0,50,223093004 +280012106,4,3,1,17001003,0,5,223093004 +280012106,5,3,1,21000001,0,5,223093004 +280012106,6,4,1,1,0,400000,223093004 +280012106,7,3,1,30010001,0,600,223093004 +280012107,1,1,1,0,0,400,223093004 +280012107,2,3,1,19100001,0,120,223093004 +280012107,3,3,1,16005003,0,40,223093004 +280012107,4,3,1,17001003,0,4,223093004 +280012107,5,3,1,21000001,0,4,223093004 +280012107,6,4,1,1,0,300000,223093004 +280012107,7,3,1,30010001,0,550,223093004 +280012108,1,1,1,0,0,375,223093004 +280012108,2,3,1,19100001,0,90,223093004 +280012108,3,3,1,16005003,0,30,223093004 +280012108,4,3,1,17001003,0,3,223093004 +280012108,5,3,1,21000001,0,3,223093004 +280012108,6,4,1,1,0,200000,223093004 +280012108,7,3,1,30010001,0,500,223093004 +280012109,1,1,1,0,0,250,223093004 +280012109,2,3,1,19100001,0,45,223093004 +280012109,3,3,1,16005003,0,20,223093004 +280012109,4,3,1,17001003,0,2,223093004 +280012109,5,3,1,21000001,0,2,223093004 +280012109,6,4,1,1,0,160000,223093004 +280012109,7,3,1,30010001,0,300,223093004 +280012110,1,1,1,0,0,200,223093004 +280012110,2,3,1,19100001,0,15,223093004 +280012110,3,3,1,16005003,0,10,223093004 +280012110,4,3,1,17001003,0,1,223093004 +280012110,5,3,1,21000001,0,1,223093004 +280012110,6,4,1,1,0,100000,223093004 +280012110,7,3,1,30010001,0,150,223093004 +280012301,1,1,1,0,0,3000,223101508 +280012301,2,3,1,19100001,0,900,223101508 +280012301,3,3,1,16005003,0,300,223101508 +280012301,4,3,1,17001003,0,35,223101508 +280012301,5,3,1,21000001,0,30,223101508 +280012301,6,4,1,1,0,2000000,223101508 +280012301,7,3,1,30010001,0,1000,223101508 +280012302,1,1,1,0,0,2000,223101508 +280012302,2,3,1,19100001,0,750,223101508 +280012302,3,3,1,16005003,0,250,223101508 +280012302,4,3,1,17001003,0,25,223101508 +280012302,5,3,1,21000001,0,25,223101508 +280012302,6,4,1,1,0,1700000,223101508 +280012302,7,3,1,30010001,0,950,223101508 +280012303,1,1,1,0,0,1500,223101508 +280012303,2,3,1,19100001,0,600,223101508 +280012303,3,3,1,16005003,0,200,223101508 +280012303,4,3,1,17001003,0,20,223101508 +280012303,5,3,1,21000001,0,20,223101508 +280012303,6,4,1,1,0,1500000,223101508 +280012303,7,3,1,30010001,0,900,223101508 +280012304,1,1,1,0,0,1200,223101508 +280012304,2,3,1,19100001,0,500,223101508 +280012304,3,3,1,16005003,0,150,223101508 +280012304,4,3,1,17001003,0,15,223101508 +280012304,5,3,1,21000001,0,15,223101508 +280012304,6,4,1,1,0,1200000,223101508 +280012304,7,3,1,30010001,0,800,223101508 +280012305,1,1,1,0,0,1000,223101508 +280012305,2,3,1,19100001,0,450,223101508 +280012305,3,3,1,16005003,0,150,223101508 +280012305,4,3,1,17001003,0,15,223101508 +280012305,5,3,1,21000001,0,15,223101508 +280012305,6,4,1,1,0,1000000,223101508 +280012305,7,3,1,30010001,0,700,223101508 +280012306,1,1,1,0,0,500,223101508 +280012306,2,3,1,19100001,0,180,223101508 +280012306,3,3,1,16005003,0,50,223101508 +280012306,4,3,1,17001003,0,5,223101508 +280012306,5,3,1,21000001,0,5,223101508 +280012306,6,4,1,1,0,400000,223101508 +280012306,7,3,1,30010001,0,600,223101508 +280012307,1,1,1,0,0,400,223101508 +280012307,2,3,1,19100001,0,120,223101508 +280012307,3,3,1,16005003,0,40,223101508 +280012307,4,3,1,17001003,0,4,223101508 +280012307,5,3,1,21000001,0,4,223101508 +280012307,6,4,1,1,0,300000,223101508 +280012307,7,3,1,30010001,0,550,223101508 +280012308,1,1,1,0,0,375,223101508 +280012308,2,3,1,19100001,0,90,223101508 +280012308,3,3,1,16005003,0,30,223101508 +280012308,4,3,1,17001003,0,3,223101508 +280012308,5,3,1,21000001,0,3,223101508 +280012308,6,4,1,1,0,200000,223101508 +280012308,7,3,1,30010001,0,500,223101508 +280012309,1,1,1,0,0,250,223101508 +280012309,2,3,1,19100001,0,45,223101508 +280012309,3,3,1,16005003,0,20,223101508 +280012309,4,3,1,17001003,0,2,223101508 +280012309,5,3,1,21000001,0,2,223101508 +280012309,6,4,1,1,0,160000,223101508 +280012309,7,3,1,30010001,0,300,223101508 +280012310,1,1,1,0,0,200,223101508 +280012310,2,3,1,19100001,0,15,223101508 +280012310,3,3,1,16005003,0,10,223101508 +280012310,4,3,1,17001003,0,1,223101508 +280012310,5,3,1,21000001,0,1,223101508 +280012310,6,4,1,1,0,100000,223101508 +280012310,7,3,1,30010001,0,150,223101508 +280012501,1,1,1,0,0,3000,223103104 +280012501,2,3,1,19100001,0,900,223103104 +280012501,3,3,1,16005003,0,300,223103104 +280012501,4,3,1,17001003,0,35,223103104 +280012501,5,3,1,21000001,0,30,223103104 +280012501,6,4,1,1,0,2000000,223103104 +280012501,7,3,1,30010001,0,1000,223103104 +280012502,1,1,1,0,0,2000,223103104 +280012502,2,3,1,19100001,0,750,223103104 +280012502,3,3,1,16005003,0,250,223103104 +280012502,4,3,1,17001003,0,25,223103104 +280012502,5,3,1,21000001,0,25,223103104 +280012502,6,4,1,1,0,1700000,223103104 +280012502,7,3,1,30010001,0,950,223103104 +280012503,1,1,1,0,0,1500,223103104 +280012503,2,3,1,19100001,0,600,223103104 +280012503,3,3,1,16005003,0,200,223103104 +280012503,4,3,1,17001003,0,20,223103104 +280012503,5,3,1,21000001,0,20,223103104 +280012503,6,4,1,1,0,1500000,223103104 +280012503,7,3,1,30010001,0,900,223103104 +280012504,1,1,1,0,0,1200,223103104 +280012504,2,3,1,19100001,0,500,223103104 +280012504,3,3,1,16005003,0,150,223103104 +280012504,4,3,1,17001003,0,15,223103104 +280012504,5,3,1,21000001,0,15,223103104 +280012504,6,4,1,1,0,1200000,223103104 +280012504,7,3,1,30010001,0,800,223103104 +280012505,1,1,1,0,0,1000,223103104 +280012505,2,3,1,19100001,0,450,223103104 +280012505,3,3,1,16005003,0,150,223103104 +280012505,4,3,1,17001003,0,15,223103104 +280012505,5,3,1,21000001,0,15,223103104 +280012505,6,4,1,1,0,1000000,223103104 +280012505,7,3,1,30010001,0,700,223103104 +280012506,1,1,1,0,0,500,223103104 +280012506,2,3,1,19100001,0,180,223103104 +280012506,3,3,1,16005003,0,50,223103104 +280012506,4,3,1,17001003,0,5,223103104 +280012506,5,3,1,21000001,0,5,223103104 +280012506,6,4,1,1,0,400000,223103104 +280012506,7,3,1,30010001,0,600,223103104 +280012507,1,1,1,0,0,400,223103104 +280012507,2,3,1,19100001,0,120,223103104 +280012507,3,3,1,16005003,0,40,223103104 +280012507,4,3,1,17001003,0,4,223103104 +280012507,5,3,1,21000001,0,4,223103104 +280012507,6,4,1,1,0,300000,223103104 +280012507,7,3,1,30010001,0,550,223103104 +280012508,1,1,1,0,0,375,223103104 +280012508,2,3,1,19100001,0,90,223103104 +280012508,3,3,1,16005003,0,30,223103104 +280012508,4,3,1,17001003,0,3,223103104 +280012508,5,3,1,21000001,0,3,223103104 +280012508,6,4,1,1,0,200000,223103104 +280012508,7,3,1,30010001,0,500,223103104 +280012509,1,1,1,0,0,250,223103104 +280012509,2,3,1,19100001,0,45,223103104 +280012509,3,3,1,16005003,0,20,223103104 +280012509,4,3,1,17001003,0,2,223103104 +280012509,5,3,1,21000001,0,2,223103104 +280012509,6,4,1,1,0,160000,223103104 +280012509,7,3,1,30010001,0,300,223103104 +280012510,1,1,1,0,0,200,223103104 +280012510,2,3,1,19100001,0,15,223103104 +280012510,3,3,1,16005003,0,10,223103104 +280012510,4,3,1,17001003,0,1,223103104 +280012510,5,3,1,21000001,0,1,223103104 +280012510,6,4,1,1,0,100000,223103104 +280012510,7,3,1,30010001,0,150,223103104 +280012901,1,1,1,0,0,3000,223113004 +280012901,2,3,1,19100001,0,900,223113004 +280012901,3,3,1,16005003,0,300,223113004 +280012901,4,3,1,17001003,0,35,223113004 +280012901,5,3,1,21000001,0,30,223113004 +280012901,6,4,1,1,0,2000000,223113004 +280012901,7,3,1,30010001,0,1000,223113004 +280012902,1,1,1,0,0,2000,223113004 +280012902,2,3,1,19100001,0,750,223113004 +280012902,3,3,1,16005003,0,250,223113004 +280012902,4,3,1,17001003,0,25,223113004 +280012902,5,3,1,21000001,0,25,223113004 +280012902,6,4,1,1,0,1700000,223113004 +280012902,7,3,1,30010001,0,950,223113004 +280012903,1,1,1,0,0,1500,223113004 +280012903,2,3,1,19100001,0,600,223113004 +280012903,3,3,1,16005003,0,200,223113004 +280012903,4,3,1,17001003,0,20,223113004 +280012903,5,3,1,21000001,0,20,223113004 +280012903,6,4,1,1,0,1500000,223113004 +280012903,7,3,1,30010001,0,900,223113004 +280012904,1,1,1,0,0,1200,223113004 +280012904,2,3,1,19100001,0,500,223113004 +280012904,3,3,1,16005003,0,150,223113004 +280012904,4,3,1,17001003,0,15,223113004 +280012904,5,3,1,21000001,0,15,223113004 +280012904,6,4,1,1,0,1200000,223113004 +280012904,7,3,1,30010001,0,800,223113004 +280012905,1,1,1,0,0,1000,223113004 +280012905,2,3,1,19100001,0,450,223113004 +280012905,3,3,1,16005003,0,150,223113004 +280012905,4,3,1,17001003,0,15,223113004 +280012905,5,3,1,21000001,0,15,223113004 +280012905,6,4,1,1,0,1000000,223113004 +280012905,7,3,1,30010001,0,700,223113004 +280012906,1,1,1,0,0,500,223113004 +280012906,2,3,1,19100001,0,180,223113004 +280012906,3,3,1,16005003,0,50,223113004 +280012906,4,3,1,17001003,0,5,223113004 +280012906,5,3,1,21000001,0,5,223113004 +280012906,6,4,1,1,0,400000,223113004 +280012906,7,3,1,30010001,0,600,223113004 +280012907,1,1,1,0,0,400,223113004 +280012907,2,3,1,19100001,0,120,223113004 +280012907,3,3,1,16005003,0,40,223113004 +280012907,4,3,1,17001003,0,4,223113004 +280012907,5,3,1,21000001,0,4,223113004 +280012907,6,4,1,1,0,300000,223113004 +280012907,7,3,1,30010001,0,550,223113004 +280012908,1,1,1,0,0,375,223113004 +280012908,2,3,1,19100001,0,90,223113004 +280012908,3,3,1,16005003,0,30,223113004 +280012908,4,3,1,17001003,0,3,223113004 +280012908,5,3,1,21000001,0,3,223113004 +280012908,6,4,1,1,0,200000,223113004 +280012908,7,3,1,30010001,0,500,223113004 +280012909,1,1,1,0,0,250,223113004 +280012909,2,3,1,19100001,0,45,223113004 +280012909,3,3,1,16005003,0,20,223113004 +280012909,4,3,1,17001003,0,2,223113004 +280012909,5,3,1,21000001,0,2,223113004 +280012909,6,4,1,1,0,160000,223113004 +280012909,7,3,1,30010001,0,300,223113004 +280012910,1,1,1,0,0,200,223113004 +280012910,2,3,1,19100001,0,15,223113004 +280012910,3,3,1,16005003,0,10,223113004 +280012910,4,3,1,17001003,0,1,223113004 +280012910,5,3,1,21000001,0,1,223113004 +280012910,6,4,1,1,0,100000,223113004 +280012910,7,3,1,30010001,0,150,223113004 +280013101,1,1,1,0,0,3000,223121507 +280013101,2,3,1,19100001,0,900,223121507 +280013101,3,3,1,16005003,0,300,223121507 +280013101,4,3,1,17001003,0,35,223121507 +280013101,5,3,1,21000001,0,30,223121507 +280013101,6,4,1,1,0,2000000,223121507 +280013101,7,3,1,30010001,0,1000,223121507 +280013102,1,1,1,0,0,2000,223121507 +280013102,2,3,1,19100001,0,750,223121507 +280013102,3,3,1,16005003,0,250,223121507 +280013102,4,3,1,17001003,0,25,223121507 +280013102,5,3,1,21000001,0,25,223121507 +280013102,6,4,1,1,0,1700000,223121507 +280013102,7,3,1,30010001,0,950,223121507 +280013103,1,1,1,0,0,1500,223121507 +280013103,2,3,1,19100001,0,600,223121507 +280013103,3,3,1,16005003,0,200,223121507 +280013103,4,3,1,17001003,0,20,223121507 +280013103,5,3,1,21000001,0,20,223121507 +280013103,6,4,1,1,0,1500000,223121507 +280013103,7,3,1,30010001,0,900,223121507 +280013104,1,1,1,0,0,1200,223121507 +280013104,2,3,1,19100001,0,500,223121507 +280013104,3,3,1,16005003,0,150,223121507 +280013104,4,3,1,17001003,0,15,223121507 +280013104,5,3,1,21000001,0,15,223121507 +280013104,6,4,1,1,0,1200000,223121507 +280013104,7,3,1,30010001,0,800,223121507 +280013105,1,1,1,0,0,1000,223121507 +280013105,2,3,1,19100001,0,450,223121507 +280013105,3,3,1,16005003,0,150,223121507 +280013105,4,3,1,17001003,0,15,223121507 +280013105,5,3,1,21000001,0,15,223121507 +280013105,6,4,1,1,0,1000000,223121507 +280013105,7,3,1,30010001,0,700,223121507 +280013106,1,1,1,0,0,500,223121507 +280013106,2,3,1,19100001,0,180,223121507 +280013106,3,3,1,16005003,0,50,223121507 +280013106,4,3,1,17001003,0,5,223121507 +280013106,5,3,1,21000001,0,5,223121507 +280013106,6,4,1,1,0,400000,223121507 +280013106,7,3,1,30010001,0,600,223121507 +280013107,1,1,1,0,0,400,223121507 +280013107,2,3,1,19100001,0,120,223121507 +280013107,3,3,1,16005003,0,40,223121507 +280013107,4,3,1,17001003,0,4,223121507 +280013107,5,3,1,21000001,0,4,223121507 +280013107,6,4,1,1,0,300000,223121507 +280013107,7,3,1,30010001,0,550,223121507 +280013108,1,1,1,0,0,375,223121507 +280013108,2,3,1,19100001,0,90,223121507 +280013108,3,3,1,16005003,0,30,223121507 +280013108,4,3,1,17001003,0,3,223121507 +280013108,5,3,1,21000001,0,3,223121507 +280013108,6,4,1,1,0,200000,223121507 +280013108,7,3,1,30010001,0,500,223121507 +280013109,1,1,1,0,0,250,223121507 +280013109,2,3,1,19100001,0,45,223121507 +280013109,3,3,1,16005003,0,20,223121507 +280013109,4,3,1,17001003,0,2,223121507 +280013109,5,3,1,21000001,0,2,223121507 +280013109,6,4,1,1,0,160000,223121507 +280013109,7,3,1,30010001,0,300,223121507 +280013110,1,1,1,0,0,200,223121507 +280013110,2,3,1,19100001,0,15,223121507 +280013110,3,3,1,16005003,0,10,223121507 +280013110,4,3,1,17001003,0,1,223121507 +280013110,5,3,1,21000001,0,1,223121507 +280013110,6,4,1,1,0,100000,223121507 +280013110,7,3,1,30010001,0,150,223121507 +280013301,1,1,1,0,0,3000,223123104 +280013301,2,3,1,19100001,0,900,223123104 +280013301,3,3,1,16005003,0,300,223123104 +280013301,4,3,1,17001003,0,35,223123104 +280013301,5,3,1,21000001,0,30,223123104 +280013301,6,4,1,1,0,2000000,223123104 +280013301,7,3,1,30010001,0,1000,223123104 +280013302,1,1,1,0,0,2000,223123104 +280013302,2,3,1,19100001,0,750,223123104 +280013302,3,3,1,16005003,0,250,223123104 +280013302,4,3,1,17001003,0,25,223123104 +280013302,5,3,1,21000001,0,25,223123104 +280013302,6,4,1,1,0,1700000,223123104 +280013302,7,3,1,30010001,0,950,223123104 +280013303,1,1,1,0,0,1500,223123104 +280013303,2,3,1,19100001,0,600,223123104 +280013303,3,3,1,16005003,0,200,223123104 +280013303,4,3,1,17001003,0,20,223123104 +280013303,5,3,1,21000001,0,20,223123104 +280013303,6,4,1,1,0,1500000,223123104 +280013303,7,3,1,30010001,0,900,223123104 +280013304,1,1,1,0,0,1200,223123104 +280013304,2,3,1,19100001,0,500,223123104 +280013304,3,3,1,16005003,0,150,223123104 +280013304,4,3,1,17001003,0,15,223123104 +280013304,5,3,1,21000001,0,15,223123104 +280013304,6,4,1,1,0,1200000,223123104 +280013304,7,3,1,30010001,0,800,223123104 +280013305,1,1,1,0,0,1000,223123104 +280013305,2,3,1,19100001,0,450,223123104 +280013305,3,3,1,16005003,0,150,223123104 +280013305,4,3,1,17001003,0,15,223123104 +280013305,5,3,1,21000001,0,15,223123104 +280013305,6,4,1,1,0,1000000,223123104 +280013305,7,3,1,30010001,0,700,223123104 +280013306,1,1,1,0,0,500,223123104 +280013306,2,3,1,19100001,0,180,223123104 +280013306,3,3,1,16005003,0,50,223123104 +280013306,4,3,1,17001003,0,5,223123104 +280013306,5,3,1,21000001,0,5,223123104 +280013306,6,4,1,1,0,400000,223123104 +280013306,7,3,1,30010001,0,600,223123104 +280013307,1,1,1,0,0,400,223123104 +280013307,2,3,1,19100001,0,120,223123104 +280013307,3,3,1,16005003,0,40,223123104 +280013307,4,3,1,17001003,0,4,223123104 +280013307,5,3,1,21000001,0,4,223123104 +280013307,6,4,1,1,0,300000,223123104 +280013307,7,3,1,30010001,0,550,223123104 +280013308,1,1,1,0,0,375,223123104 +280013308,2,3,1,19100001,0,90,223123104 +280013308,3,3,1,16005003,0,30,223123104 +280013308,4,3,1,17001003,0,3,223123104 +280013308,5,3,1,21000001,0,3,223123104 +280013308,6,4,1,1,0,200000,223123104 +280013308,7,3,1,30010001,0,500,223123104 +280013309,1,1,1,0,0,250,223123104 +280013309,2,3,1,19100001,0,45,223123104 +280013309,3,3,1,16005003,0,20,223123104 +280013309,4,3,1,17001003,0,2,223123104 +280013309,5,3,1,21000001,0,2,223123104 +280013309,6,4,1,1,0,160000,223123104 +280013309,7,3,1,30010001,0,300,223123104 +280013310,1,1,1,0,0,200,223123104 +280013310,2,3,1,19100001,0,15,223123104 +280013310,3,3,1,16005003,0,10,223123104 +280013310,4,3,1,17001003,0,1,223123104 +280013310,5,3,1,21000001,0,1,223123104 +280013310,6,4,1,1,0,100000,223123104 +280013310,7,3,1,30010001,0,150,223123104 +280013501,1,1,1,0,0,6000,224011504 +280013501,2,3,1,19100001,0,1800,224011504 +280013501,3,3,1,16005003,0,600,224011504 +280013501,4,3,1,17001003,0,70,224011504 +280013501,5,3,1,21000001,0,60,224011504 +280013501,6,4,1,1,0,4000000,224011504 +280013501,7,3,1,30010001,0,2000,224011504 +280013502,1,1,1,0,0,4800,224011504 +280013502,2,3,1,19100001,0,1440,224011504 +280013502,3,3,1,16005003,0,480,224011504 +280013502,4,3,1,17001003,0,56,224011504 +280013502,5,3,1,21000001,0,48,224011504 +280013502,6,4,1,1,0,3200000,224011504 +280013502,7,3,1,30010001,0,1600,224011504 +280013503,1,1,1,0,0,4500,224011504 +280013503,2,3,1,19100001,0,1350,224011504 +280013503,3,3,1,16005003,0,450,224011504 +280013503,4,3,1,17001003,0,53,224011504 +280013503,5,3,1,21000001,0,45,224011504 +280013503,6,4,1,1,0,3000000,224011504 +280013503,7,3,1,30010001,0,1500,224011504 +280013504,1,1,1,0,0,4200,224011504 +280013504,2,3,1,19100001,0,1260,224011504 +280013504,3,3,1,16005003,0,420,224011504 +280013504,4,3,1,17001003,0,49,224011504 +280013504,5,3,1,21000001,0,42,224011504 +280013504,6,4,1,1,0,2800000,224011504 +280013504,7,3,1,30010001,0,1400,224011504 +280013505,1,1,1,0,0,3900,224011504 +280013505,2,3,1,19100001,0,1170,224011504 +280013505,3,3,1,16005003,0,390,224011504 +280013505,4,3,1,17001003,0,46,224011504 +280013505,5,3,1,21000001,0,39,224011504 +280013505,6,4,1,1,0,2600000,224011504 +280013505,7,3,1,30010001,0,1300,224011504 +280013506,1,1,1,0,0,3600,224011504 +280013506,2,3,1,19100001,0,1080,224011504 +280013506,3,3,1,16005003,0,360,224011504 +280013506,4,3,1,17001003,0,42,224011504 +280013506,5,3,1,21000001,0,36,224011504 +280013506,6,4,1,1,0,2400000,224011504 +280013506,7,3,1,30010001,0,1200,224011504 +280013507,1,1,1,0,0,3300,224011504 +280013507,2,3,1,19100001,0,990,224011504 +280013507,3,3,1,16005003,0,330,224011504 +280013507,4,3,1,17001003,0,39,224011504 +280013507,5,3,1,21000001,0,33,224011504 +280013507,6,4,1,1,0,2200000,224011504 +280013507,7,3,1,30010001,0,1100,224011504 +280013508,1,1,1,0,0,3000,224011504 +280013508,2,3,1,19100001,0,900,224011504 +280013508,3,3,1,16005003,0,300,224011504 +280013508,4,3,1,17001003,0,35,224011504 +280013508,5,3,1,21000001,0,30,224011504 +280013508,6,4,1,1,0,2000000,224011504 +280013508,7,3,1,30010001,0,1000,224011504 +280013509,1,1,1,0,0,2000,224011504 +280013509,2,3,1,19100001,0,750,224011504 +280013509,3,3,1,16005003,0,250,224011504 +280013509,4,3,1,17001003,0,25,224011504 +280013509,5,3,1,21000001,0,25,224011504 +280013509,6,4,1,1,0,1700000,224011504 +280013509,7,3,1,30010001,0,950,224011504 +280013510,1,1,1,0,0,1800,224011504 +280013510,2,3,1,19100001,0,650,224011504 +280013510,3,3,1,16005003,0,230,224011504 +280013510,4,3,1,17001003,0,23,224011504 +280013510,5,3,1,21000001,0,23,224011504 +280013510,6,4,1,1,0,1560000,224011504 +280013510,7,3,1,30010001,0,900,224011504 +280013511,1,1,1,0,0,1600,224011504 +280013511,2,3,1,19100001,0,600,224011504 +280013511,3,3,1,16005003,0,210,224011504 +280013511,4,3,1,17001003,0,21,224011504 +280013511,5,3,1,21000001,0,21,224011504 +280013511,6,4,1,1,0,1420000,224011504 +280013511,7,3,1,30010001,0,850,224011504 +280013512,1,1,1,0,0,1400,224011504 +280013512,2,3,1,19100001,0,550,224011504 +280013512,3,3,1,16005003,0,200,224011504 +280013512,4,3,1,17001003,0,19,224011504 +280013512,5,3,1,21000001,0,19,224011504 +280013512,6,4,1,1,0,1280000,224011504 +280013512,7,3,1,30010001,0,800,224011504 +280013513,1,1,1,0,0,1200,224011504 +280013513,2,3,1,19100001,0,500,224011504 +280013513,3,3,1,16005003,0,170,224011504 +280013513,4,3,1,17001003,0,17,224011504 +280013513,5,3,1,21000001,0,17,224011504 +280013513,6,4,1,1,0,1140000,224011504 +280013513,7,3,1,30010001,0,750,224011504 +280013514,1,1,1,0,0,1000,224011504 +280013514,2,3,1,19100001,0,450,224011504 +280013514,3,3,1,16005003,0,150,224011504 +280013514,4,3,1,17001003,0,15,224011504 +280013514,5,3,1,21000001,0,15,224011504 +280013514,6,4,1,1,0,1000000,224011504 +280013514,7,3,1,30010001,0,700,224011504 +280013515,1,1,1,0,0,500,224011504 +280013515,2,3,1,19100001,0,180,224011504 +280013515,3,3,1,16005003,0,50,224011504 +280013515,4,3,1,17001003,0,5,224011504 +280013515,5,3,1,21000001,0,5,224011504 +280013515,6,4,1,1,0,400000,224011504 +280013515,7,3,1,30010001,0,600,224011504 +280013516,1,1,1,0,0,400,224011504 +280013516,2,3,1,19100001,0,120,224011504 +280013516,3,3,1,16005003,0,40,224011504 +280013516,4,3,1,17001003,0,4,224011504 +280013516,5,3,1,21000001,0,4,224011504 +280013516,6,4,1,1,0,300000,224011504 +280013516,7,3,1,30010001,0,550,224011504 +280013517,1,1,1,0,0,375,224011504 +280013517,2,3,1,19100001,0,90,224011504 +280013517,3,3,1,16005003,0,30,224011504 +280013517,4,3,1,17001003,0,3,224011504 +280013517,5,3,1,21000001,0,3,224011504 +280013517,6,4,1,1,0,200000,224011504 +280013517,7,3,1,30010001,0,500,224011504 +280013518,1,1,1,0,0,250,224011504 +280013518,2,3,1,19100001,0,45,224011504 +280013518,3,3,1,16005003,0,20,224011504 +280013518,4,3,1,17001003,0,2,224011504 +280013518,5,3,1,21000001,0,2,224011504 +280013518,6,4,1,1,0,160000,224011504 +280013518,7,3,1,30010001,0,300,224011504 +280013519,1,1,1,0,0,200,224011504 +280013519,2,3,1,19100001,0,15,224011504 +280013519,3,3,1,16005003,0,10,224011504 +280013519,4,3,1,17001003,0,1,224011504 +280013519,5,3,1,21000001,0,1,224011504 +280013519,6,4,1,1,0,100000,224011504 +280013519,7,3,1,30010001,0,150,224011504 +280013701,1,1,1,0,0,3000,224013104 +280013701,2,3,1,19100001,0,900,224013104 +280013701,3,3,1,16005003,0,300,224013104 +280013701,4,3,1,17001003,0,35,224013104 +280013701,5,3,1,21000001,0,30,224013104 +280013701,6,4,1,1,0,2000000,224013104 +280013701,7,3,1,30010001,0,1000,224013104 +280013702,1,1,1,0,0,2000,224013104 +280013702,2,3,1,19100001,0,750,224013104 +280013702,3,3,1,16005003,0,250,224013104 +280013702,4,3,1,17001003,0,25,224013104 +280013702,5,3,1,21000001,0,25,224013104 +280013702,6,4,1,1,0,1700000,224013104 +280013702,7,3,1,30010001,0,950,224013104 +280013703,1,1,1,0,0,1500,224013104 +280013703,2,3,1,19100001,0,600,224013104 +280013703,3,3,1,16005003,0,200,224013104 +280013703,4,3,1,17001003,0,20,224013104 +280013703,5,3,1,21000001,0,20,224013104 +280013703,6,4,1,1,0,1500000,224013104 +280013703,7,3,1,30010001,0,900,224013104 +280013704,1,1,1,0,0,1200,224013104 +280013704,2,3,1,19100001,0,500,224013104 +280013704,3,3,1,16005003,0,150,224013104 +280013704,4,3,1,17001003,0,15,224013104 +280013704,5,3,1,21000001,0,15,224013104 +280013704,6,4,1,1,0,1200000,224013104 +280013704,7,3,1,30010001,0,800,224013104 +280013705,1,1,1,0,0,1000,224013104 +280013705,2,3,1,19100001,0,450,224013104 +280013705,3,3,1,16005003,0,150,224013104 +280013705,4,3,1,17001003,0,15,224013104 +280013705,5,3,1,21000001,0,15,224013104 +280013705,6,4,1,1,0,1000000,224013104 +280013705,7,3,1,30010001,0,700,224013104 +280013706,1,1,1,0,0,500,224013104 +280013706,2,3,1,19100001,0,180,224013104 +280013706,3,3,1,16005003,0,50,224013104 +280013706,4,3,1,17001003,0,5,224013104 +280013706,5,3,1,21000001,0,5,224013104 +280013706,6,4,1,1,0,400000,224013104 +280013706,7,3,1,30010001,0,600,224013104 +280013707,1,1,1,0,0,400,224013104 +280013707,2,3,1,19100001,0,120,224013104 +280013707,3,3,1,16005003,0,40,224013104 +280013707,4,3,1,17001003,0,4,224013104 +280013707,5,3,1,21000001,0,4,224013104 +280013707,6,4,1,1,0,300000,224013104 +280013707,7,3,1,30010001,0,550,224013104 +280013708,1,1,1,0,0,375,224013104 +280013708,2,3,1,19100001,0,90,224013104 +280013708,3,3,1,16005003,0,30,224013104 +280013708,4,3,1,17001003,0,3,224013104 +280013708,5,3,1,21000001,0,3,224013104 +280013708,6,4,1,1,0,200000,224013104 +280013708,7,3,1,30010001,0,500,224013104 +280013709,1,1,1,0,0,250,224013104 +280013709,2,3,1,19100001,0,45,224013104 +280013709,3,3,1,16005003,0,20,224013104 +280013709,4,3,1,17001003,0,2,224013104 +280013709,5,3,1,21000001,0,2,224013104 +280013709,6,4,1,1,0,160000,224013104 +280013709,7,3,1,30010001,0,300,224013104 +280013710,1,1,1,0,0,200,224013104 +280013710,2,3,1,19100001,0,15,224013104 +280013710,3,3,1,16005003,0,10,224013104 +280013710,4,3,1,17001003,0,1,224013104 +280013710,5,3,1,21000001,0,1,224013104 +280013710,6,4,1,1,0,100000,224013104 +280013710,7,3,1,30010001,0,150,224013104 +280013901,1,8,1,4001732,0,1,224021404 +280013901,2,1,1,0,0,6000,224021404 +280013901,3,3,1,19100001,0,1800,224021404 +280013901,4,3,1,16005003,0,600,224021404 +280013901,5,3,1,17001003,0,70,224021404 +280013901,6,3,1,21000001,0,60,224021404 +280013901,7,4,1,1,0,4000000,224021404 +280013901,8,3,1,30010001,0,2000,224021404 +280013902,1,8,1,4001733,0,1,224021404 +280013902,2,1,1,0,0,4800,224021404 +280013902,3,3,1,19100001,0,1440,224021404 +280013902,4,3,1,16005003,0,480,224021404 +280013902,5,3,1,17001003,0,56,224021404 +280013902,6,3,1,21000001,0,48,224021404 +280013902,7,4,1,1,0,3200000,224021404 +280013902,8,3,1,30010001,0,1600,224021404 +280013903,1,8,1,4001734,0,1,224021404 +280013903,2,1,1,0,0,4500,224021404 +280013903,3,3,1,19100001,0,1350,224021404 +280013903,4,3,1,16005003,0,450,224021404 +280013903,5,3,1,17001003,0,53,224021404 +280013903,6,3,1,21000001,0,45,224021404 +280013903,7,4,1,1,0,3000000,224021404 +280013903,8,3,1,30010001,0,1500,224021404 +280013904,1,8,1,4001735,0,1,224021404 +280013904,2,1,1,0,0,4200,224021404 +280013904,3,3,1,19100001,0,1260,224021404 +280013904,4,3,1,16005003,0,420,224021404 +280013904,5,3,1,17001003,0,49,224021404 +280013904,6,3,1,21000001,0,42,224021404 +280013904,7,4,1,1,0,2800000,224021404 +280013904,8,3,1,30010001,0,1400,224021404 +280013905,1,8,1,4001736,0,1,224021404 +280013905,2,1,1,0,0,4200,224021404 +280013905,3,3,1,19100001,0,1260,224021404 +280013905,4,3,1,16005003,0,420,224021404 +280013905,5,3,1,17001003,0,49,224021404 +280013905,6,3,1,21000001,0,42,224021404 +280013905,7,4,1,1,0,2800000,224021404 +280013905,8,3,1,30010001,0,1400,224021404 +280013906,1,8,1,4001737,0,1,224021404 +280013906,2,1,1,0,0,4200,224021404 +280013906,3,3,1,19100001,0,1260,224021404 +280013906,4,3,1,16005003,0,420,224021404 +280013906,5,3,1,17001003,0,49,224021404 +280013906,6,3,1,21000001,0,42,224021404 +280013906,7,4,1,1,0,2800000,224021404 +280013906,8,3,1,30010001,0,1400,224021404 +280013907,1,8,1,4001738,0,1,224021404 +280013907,2,1,1,0,0,4200,224021404 +280013907,3,3,1,19100001,0,1260,224021404 +280013907,4,3,1,16005003,0,420,224021404 +280013907,5,3,1,17001003,0,49,224021404 +280013907,6,3,1,21000001,0,42,224021404 +280013907,7,4,1,1,0,2800000,224021404 +280013907,8,3,1,30010001,0,1400,224021404 +280013908,1,8,1,4001739,0,1,224021404 +280013908,2,1,1,0,0,4200,224021404 +280013908,3,3,1,19100001,0,1260,224021404 +280013908,4,3,1,16005003,0,420,224021404 +280013908,5,3,1,17001003,0,49,224021404 +280013908,6,3,1,21000001,0,42,224021404 +280013908,7,4,1,1,0,2800000,224021404 +280013908,8,3,1,30010001,0,1400,224021404 +280013909,1,8,1,4001740,0,1,224021404 +280013909,2,1,1,0,0,4200,224021404 +280013909,3,3,1,19100001,0,1260,224021404 +280013909,4,3,1,16005003,0,420,224021404 +280013909,5,3,1,17001003,0,49,224021404 +280013909,6,3,1,21000001,0,42,224021404 +280013909,7,4,1,1,0,2800000,224021404 +280013909,8,3,1,30010001,0,1400,224021404 +280013910,1,8,1,4001741,0,1,224021404 +280013910,2,1,1,0,0,4200,224021404 +280013910,3,3,1,19100001,0,1260,224021404 +280013910,4,3,1,16005003,0,420,224021404 +280013910,5,3,1,17001003,0,49,224021404 +280013910,6,3,1,21000001,0,42,224021404 +280013910,7,4,1,1,0,2800000,224021404 +280013910,8,3,1,30010001,0,1400,224021404 +280013911,1,8,1,4001742,0,1,224021404 +280013911,2,1,1,0,0,3900,224021404 +280013911,3,3,1,19100001,0,1170,224021404 +280013911,4,3,1,16005003,0,390,224021404 +280013911,5,3,1,17001003,0,46,224021404 +280013911,6,3,1,21000001,0,39,224021404 +280013911,7,4,1,1,0,2600000,224021404 +280013911,8,3,1,30010001,0,1300,224021404 +280013912,1,8,1,4001743,0,1,224021404 +280013912,2,1,1,0,0,3900,224021404 +280013912,3,3,1,19100001,0,1170,224021404 +280013912,4,3,1,16005003,0,390,224021404 +280013912,5,3,1,17001003,0,46,224021404 +280013912,6,3,1,21000001,0,39,224021404 +280013912,7,4,1,1,0,2600000,224021404 +280013912,8,3,1,30010001,0,1300,224021404 +280013913,1,8,1,4001744,0,1,224021404 +280013913,2,1,1,0,0,3900,224021404 +280013913,3,3,1,19100001,0,1170,224021404 +280013913,4,3,1,16005003,0,390,224021404 +280013913,5,3,1,17001003,0,46,224021404 +280013913,6,3,1,21000001,0,39,224021404 +280013913,7,4,1,1,0,2600000,224021404 +280013913,8,3,1,30010001,0,1300,224021404 +280013914,1,8,1,4001745,0,1,224021404 +280013914,2,1,1,0,0,3900,224021404 +280013914,3,3,1,19100001,0,1170,224021404 +280013914,4,3,1,16005003,0,390,224021404 +280013914,5,3,1,17001003,0,46,224021404 +280013914,6,3,1,21000001,0,39,224021404 +280013914,7,4,1,1,0,2600000,224021404 +280013914,8,3,1,30010001,0,1300,224021404 +280013915,1,8,1,4001746,0,1,224021404 +280013915,2,1,1,0,0,3900,224021404 +280013915,3,3,1,19100001,0,1170,224021404 +280013915,4,3,1,16005003,0,390,224021404 +280013915,5,3,1,17001003,0,46,224021404 +280013915,6,3,1,21000001,0,39,224021404 +280013915,7,4,1,1,0,2600000,224021404 +280013915,8,3,1,30010001,0,1300,224021404 +280013916,1,8,1,4001747,0,1,224021404 +280013916,2,1,1,0,0,3900,224021404 +280013916,3,3,1,19100001,0,1170,224021404 +280013916,4,3,1,16005003,0,390,224021404 +280013916,5,3,1,17001003,0,46,224021404 +280013916,6,3,1,21000001,0,39,224021404 +280013916,7,4,1,1,0,2600000,224021404 +280013916,8,3,1,30010001,0,1300,224021404 +280013917,1,8,1,4001748,0,1,224021404 +280013917,2,1,1,0,0,3900,224021404 +280013917,3,3,1,19100001,0,1170,224021404 +280013917,4,3,1,16005003,0,390,224021404 +280013917,5,3,1,17001003,0,46,224021404 +280013917,6,3,1,21000001,0,39,224021404 +280013917,7,4,1,1,0,2600000,224021404 +280013917,8,3,1,30010001,0,1300,224021404 +280013918,1,8,1,4001749,0,1,224021404 +280013918,2,1,1,0,0,3900,224021404 +280013918,3,3,1,19100001,0,1170,224021404 +280013918,4,3,1,16005003,0,390,224021404 +280013918,5,3,1,17001003,0,46,224021404 +280013918,6,3,1,21000001,0,39,224021404 +280013918,7,4,1,1,0,2600000,224021404 +280013918,8,3,1,30010001,0,1300,224021404 +280013919,1,8,1,4001750,0,1,224021404 +280013919,2,1,1,0,0,3900,224021404 +280013919,3,3,1,19100001,0,1170,224021404 +280013919,4,3,1,16005003,0,390,224021404 +280013919,5,3,1,17001003,0,46,224021404 +280013919,6,3,1,21000001,0,39,224021404 +280013919,7,4,1,1,0,2600000,224021404 +280013919,8,3,1,30010001,0,1300,224021404 +280013920,1,8,1,4001751,0,1,224021404 +280013920,2,1,1,0,0,3900,224021404 +280013920,3,3,1,19100001,0,1170,224021404 +280013920,4,3,1,16005003,0,390,224021404 +280013920,5,3,1,17001003,0,46,224021404 +280013920,6,3,1,21000001,0,39,224021404 +280013920,7,4,1,1,0,2600000,224021404 +280013920,8,3,1,30010001,0,1300,224021404 +280013921,1,8,1,4001752,0,1,224021404 +280013921,2,1,1,0,0,3900,224021404 +280013921,3,3,1,19100001,0,1170,224021404 +280013921,4,3,1,16005003,0,390,224021404 +280013921,5,3,1,17001003,0,46,224021404 +280013921,6,3,1,21000001,0,39,224021404 +280013921,7,4,1,1,0,2600000,224021404 +280013921,8,3,1,30010001,0,1300,224021404 +280013922,1,8,1,4001753,0,1,224021404 +280013922,2,1,1,0,0,3600,224021404 +280013922,3,3,1,19100001,0,1080,224021404 +280013922,4,3,1,16005003,0,360,224021404 +280013922,5,3,1,17001003,0,42,224021404 +280013922,6,3,1,21000001,0,36,224021404 +280013922,7,4,1,1,0,2400000,224021404 +280013922,8,3,1,30010001,0,1200,224021404 +280013923,1,8,1,4001753,0,1,224021404 +280013923,2,1,1,0,0,3300,224021404 +280013923,3,3,1,19100001,0,990,224021404 +280013923,4,3,1,16005003,0,330,224021404 +280013923,5,3,1,17001003,0,39,224021404 +280013923,6,3,1,21000001,0,33,224021404 +280013923,7,4,1,1,0,2200000,224021404 +280013923,8,3,1,30010001,0,1100,224021404 +280013924,1,8,1,4001754,0,1,224021404 +280013924,2,1,1,0,0,3000,224021404 +280013924,3,3,1,19100001,0,900,224021404 +280013924,4,3,1,16005003,0,300,224021404 +280013924,5,3,1,17001003,0,35,224021404 +280013924,6,3,1,21000001,0,30,224021404 +280013924,7,4,1,1,0,2000000,224021404 +280013924,8,3,1,30010001,0,1000,224021404 +280013925,1,8,1,4001754,0,1,224021404 +280013925,2,1,1,0,0,2000,224021404 +280013925,3,3,1,19100001,0,750,224021404 +280013925,4,3,1,16005003,0,250,224021404 +280013925,5,3,1,17001003,0,25,224021404 +280013925,6,3,1,21000001,0,25,224021404 +280013925,7,4,1,1,0,1700000,224021404 +280013925,8,3,1,30010001,0,950,224021404 +280013926,1,1,1,0,0,1800,224021404 +280013926,2,3,1,19100001,0,650,224021404 +280013926,3,3,1,16005003,0,230,224021404 +280013926,4,3,1,17001003,0,23,224021404 +280013926,5,3,1,21000001,0,23,224021404 +280013926,6,4,1,1,0,1560000,224021404 +280013926,7,3,1,30010001,0,900,224021404 +280013927,1,1,1,0,0,1600,224021404 +280013927,2,3,1,19100001,0,600,224021404 +280013927,3,3,1,16005003,0,210,224021404 +280013927,4,3,1,17001003,0,21,224021404 +280013927,5,3,1,21000001,0,21,224021404 +280013927,6,4,1,1,0,1420000,224021404 +280013927,7,3,1,30010001,0,850,224021404 +280013928,1,1,1,0,0,1400,224021404 +280013928,2,3,1,19100001,0,550,224021404 +280013928,3,3,1,16005003,0,200,224021404 +280013928,4,3,1,17001003,0,19,224021404 +280013928,5,3,1,21000001,0,19,224021404 +280013928,6,4,1,1,0,1280000,224021404 +280013928,7,3,1,30010001,0,800,224021404 +280013929,1,1,1,0,0,1200,224021404 +280013929,2,3,1,19100001,0,500,224021404 +280013929,3,3,1,16005003,0,170,224021404 +280013929,4,3,1,17001003,0,17,224021404 +280013929,5,3,1,21000001,0,17,224021404 +280013929,6,4,1,1,0,1140000,224021404 +280013929,7,3,1,30010001,0,750,224021404 +280013930,1,1,1,0,0,1000,224021404 +280013930,2,3,1,19100001,0,450,224021404 +280013930,3,3,1,16005003,0,150,224021404 +280013930,4,3,1,17001003,0,15,224021404 +280013930,5,3,1,21000001,0,15,224021404 +280013930,6,4,1,1,0,1000000,224021404 +280013930,7,3,1,30010001,0,700,224021404 +280013931,1,1,1,0,0,500,224021404 +280013931,2,3,1,19100001,0,180,224021404 +280013931,3,3,1,16005003,0,50,224021404 +280013931,4,3,1,17001003,0,5,224021404 +280013931,5,3,1,21000001,0,5,224021404 +280013931,6,4,1,1,0,400000,224021404 +280013931,7,3,1,30010001,0,600,224021404 +280013932,1,1,1,0,0,400,224021404 +280013932,2,3,1,19100001,0,120,224021404 +280013932,3,3,1,16005003,0,40,224021404 +280013932,4,3,1,17001003,0,4,224021404 +280013932,5,3,1,21000001,0,4,224021404 +280013932,6,4,1,1,0,300000,224021404 +280013932,7,3,1,30010001,0,550,224021404 +280013933,1,1,1,0,0,375,224021404 +280013933,2,3,1,19100001,0,90,224021404 +280013933,3,3,1,16005003,0,30,224021404 +280013933,4,3,1,17001003,0,3,224021404 +280013933,5,3,1,21000001,0,3,224021404 +280013933,6,4,1,1,0,200000,224021404 +280013933,7,3,1,30010001,0,500,224021404 +280013934,1,1,1,0,0,250,224021404 +280013934,2,3,1,19100001,0,45,224021404 +280013934,3,3,1,16005003,0,20,224021404 +280013934,4,3,1,17001003,0,2,224021404 +280013934,5,3,1,21000001,0,2,224021404 +280013934,6,4,1,1,0,160000,224021404 +280013934,7,3,1,30010001,0,300,224021404 +280013935,1,1,1,0,0,200,224021404 +280013935,2,3,1,19100001,0,15,224021404 +280013935,3,3,1,16005003,0,10,224021404 +280013935,4,3,1,17001003,0,1,224021404 +280013935,5,3,1,21000001,0,1,224021404 +280013935,6,4,1,1,0,100000,224021404 +280013935,7,3,1,30010001,0,150,224021404 +280099101,1,1,1,0,0,3000,170 +280099101,2,3,1,19100001,0,900,170 +280099101,3,3,1,16005003,0,300,170 +280099101,4,3,1,17001003,0,35,170 +280099101,5,3,1,21000001,0,30,170 +280099101,6,4,1,1,0,2000000,170 +280099101,7,3,1,30010001,0,1000,170 +280099102,1,1,1,0,0,2000,170 +280099102,2,3,1,19100001,0,750,170 +280099102,3,3,1,16005003,0,250,170 +280099102,4,3,1,17001003,0,25,170 +280099102,5,3,1,21000001,0,25,170 +280099102,6,4,1,1,0,1700000,170 +280099102,7,3,1,30010001,0,950,170 +280099103,1,1,1,0,0,1500,170 +280099103,2,3,1,19100001,0,600,170 +280099103,3,3,1,16005003,0,200,170 +280099103,4,3,1,17001003,0,20,170 +280099103,5,3,1,21000001,0,20,170 +280099103,6,4,1,1,0,1500000,170 +280099103,7,3,1,30010001,0,900,170 +280099104,1,1,1,0,0,1200,170 +280099104,2,3,1,19100001,0,500,170 +280099104,3,3,1,16005003,0,150,170 +280099104,4,3,1,17001003,0,15,170 +280099104,5,3,1,21000001,0,15,170 +280099104,6,4,1,1,0,1200000,170 +280099104,7,3,1,30010001,0,800,170 +280099105,1,1,1,0,0,1000,170 +280099105,2,3,1,19100001,0,450,170 +280099105,3,3,1,16005003,0,150,170 +280099105,4,3,1,17001003,0,15,170 +280099105,5,3,1,21000001,0,15,170 +280099105,6,4,1,1,0,1000000,170 +280099105,7,3,1,30010001,0,700,170 +280099106,1,1,1,0,0,500,170 +280099106,2,3,1,19100001,0,180,170 +280099106,3,3,1,16005003,0,50,170 +280099106,4,3,1,17001003,0,5,170 +280099106,5,3,1,21000001,0,5,170 +280099106,6,4,1,1,0,400000,170 +280099106,7,3,1,30010001,0,600,170 +280099107,1,1,1,0,0,400,170 +280099107,2,3,1,19100001,0,120,170 +280099107,3,3,1,16005003,0,40,170 +280099107,4,3,1,17001003,0,4,170 +280099107,5,3,1,21000001,0,4,170 +280099107,6,4,1,1,0,300000,170 +280099107,7,3,1,30010001,0,550,170 +280099108,1,1,1,0,0,375,170 +280099108,2,3,1,19100001,0,90,170 +280099108,3,3,1,16005003,0,30,170 +280099108,4,3,1,17001003,0,3,170 +280099108,5,3,1,21000001,0,3,170 +280099108,6,4,1,1,0,200000,170 +280099108,7,3,1,30010001,0,500,170 +280099109,1,1,1,0,0,250,170 +280099109,2,3,1,19100001,0,45,170 +280099109,3,3,1,16005003,0,20,170 +280099109,4,3,1,17001003,0,2,170 +280099109,5,3,1,21000001,0,2,170 +280099109,6,4,1,1,0,160000,170 +280099109,7,3,1,30010001,0,300,170 +280099110,1,1,1,0,0,200,170 +280099110,2,3,1,19100001,0,15,170 +280099110,3,3,1,16005003,0,10,170 +280099110,4,3,1,17001003,0,1,170 +280099110,5,3,1,21000001,0,1,170 +280099110,6,4,1,1,0,100000,170 +280099110,7,3,1,30010001,0,150,170 +280099201,1,1,1,0,0,3000,171 +280099201,2,3,1,19100001,0,900,171 +280099201,3,3,1,16005003,0,300,171 +280099201,4,3,1,17001003,0,35,171 +280099201,5,3,1,21000001,0,30,171 +280099201,6,4,1,1,0,2000000,171 +280099201,7,3,1,30010001,0,1000,171 +280099202,1,1,1,0,0,2000,171 +280099202,2,3,1,19100001,0,750,171 +280099202,3,3,1,16005003,0,250,171 +280099202,4,3,1,17001003,0,25,171 +280099202,5,3,1,21000001,0,25,171 +280099202,6,4,1,1,0,1700000,171 +280099202,7,3,1,30010001,0,950,171 +280099203,1,1,1,0,0,1500,171 +280099203,2,3,1,19100001,0,600,171 +280099203,3,3,1,16005003,0,200,171 +280099203,4,3,1,17001003,0,20,171 +280099203,5,3,1,21000001,0,20,171 +280099203,6,4,1,1,0,1500000,171 +280099203,7,3,1,30010001,0,900,171 +280099204,1,1,1,0,0,1200,171 +280099204,2,3,1,19100001,0,500,171 +280099204,3,3,1,16005003,0,150,171 +280099204,4,3,1,17001003,0,15,171 +280099204,5,3,1,21000001,0,15,171 +280099204,6,4,1,1,0,1200000,171 +280099204,7,3,1,30010001,0,800,171 +280099205,1,1,1,0,0,1000,171 +280099205,2,3,1,19100001,0,450,171 +280099205,3,3,1,16005003,0,150,171 +280099205,4,3,1,17001003,0,15,171 +280099205,5,3,1,21000001,0,15,171 +280099205,6,4,1,1,0,1000000,171 +280099205,7,3,1,30010001,0,700,171 +280099206,1,1,1,0,0,500,171 +280099206,2,3,1,19100001,0,180,171 +280099206,3,3,1,16005003,0,50,171 +280099206,4,3,1,17001003,0,5,171 +280099206,5,3,1,21000001,0,5,171 +280099206,6,4,1,1,0,400000,171 +280099206,7,3,1,30010001,0,600,171 +280099207,1,1,1,0,0,400,171 +280099207,2,3,1,19100001,0,120,171 +280099207,3,3,1,16005003,0,40,171 +280099207,4,3,1,17001003,0,4,171 +280099207,5,3,1,21000001,0,4,171 +280099207,6,4,1,1,0,300000,171 +280099207,7,3,1,30010001,0,550,171 +280099208,1,1,1,0,0,375,171 +280099208,2,3,1,19100001,0,90,171 +280099208,3,3,1,16005003,0,30,171 +280099208,4,3,1,17001003,0,3,171 +280099208,5,3,1,21000001,0,3,171 +280099208,6,4,1,1,0,200000,171 +280099208,7,3,1,30010001,0,500,171 +280099209,1,1,1,0,0,250,171 +280099209,2,3,1,19100001,0,45,171 +280099209,3,3,1,16005003,0,20,171 +280099209,4,3,1,17001003,0,2,171 +280099209,5,3,1,21000001,0,2,171 +280099209,6,4,1,1,0,160000,171 +280099209,7,3,1,30010001,0,300,171 +280099210,1,1,1,0,0,200,171 +280099210,2,3,1,19100001,0,15,171 +280099210,3,3,1,16005003,0,10,171 +280099210,4,3,1,17001003,0,1,171 +280099210,5,3,1,21000001,0,1,171 +280099210,6,4,1,1,0,100000,171 +280099210,7,3,1,30010001,0,150,171 +280012701,1,1,1,0,0,6000,223111504 +280012701,2,3,1,19100001,0,1800,223111504 +280012701,3,3,1,16005003,0,600,223111504 +280012701,4,3,1,17001003,0,70,223111504 +280012701,5,3,1,21000001,0,60,223111504 +280012701,6,4,1,1,0,4000000,223111504 +280012701,7,3,1,30010001,0,2000,223111504 +280012702,1,1,1,0,0,4800,223111504 +280012702,2,3,1,19100001,0,1440,223111504 +280012702,3,3,1,16005003,0,480,223111504 +280012702,4,3,1,17001003,0,56,223111504 +280012702,5,3,1,21000001,0,48,223111504 +280012702,6,4,1,1,0,3200000,223111504 +280012702,7,3,1,30010001,0,1600,223111504 +280012703,1,1,1,0,0,4500,223111504 +280012703,2,3,1,19100001,0,1350,223111504 +280012703,3,3,1,16005003,0,450,223111504 +280012703,4,3,1,17001003,0,53,223111504 +280012703,5,3,1,21000001,0,45,223111504 +280012703,6,4,1,1,0,3000000,223111504 +280012703,7,3,1,30010001,0,1500,223111504 +280012704,1,1,1,0,0,4200,223111504 +280012704,2,3,1,19100001,0,1260,223111504 +280012704,3,3,1,16005003,0,420,223111504 +280012704,4,3,1,17001003,0,49,223111504 +280012704,5,3,1,21000001,0,42,223111504 +280012704,6,4,1,1,0,2800000,223111504 +280012704,7,3,1,30010001,0,1400,223111504 +280012705,1,1,1,0,0,3900,223111504 +280012705,2,3,1,19100001,0,1170,223111504 +280012705,3,3,1,16005003,0,390,223111504 +280012705,4,3,1,17001003,0,46,223111504 +280012705,5,3,1,21000001,0,39,223111504 +280012705,6,4,1,1,0,2600000,223111504 +280012705,7,3,1,30010001,0,1300,223111504 +280012706,1,1,1,0,0,3600,223111504 +280012706,2,3,1,19100001,0,1080,223111504 +280012706,3,3,1,16005003,0,360,223111504 +280012706,4,3,1,17001003,0,42,223111504 +280012706,5,3,1,21000001,0,36,223111504 +280012706,6,4,1,1,0,2400000,223111504 +280012706,7,3,1,30010001,0,1200,223111504 +280012707,1,1,1,0,0,3300,223111504 +280012707,2,3,1,19100001,0,990,223111504 +280012707,3,3,1,16005003,0,330,223111504 +280012707,4,3,1,17001003,0,39,223111504 +280012707,5,3,1,21000001,0,33,223111504 +280012707,6,4,1,1,0,2200000,223111504 +280012707,7,3,1,30010001,0,1100,223111504 +280012708,1,1,1,0,0,3000,223111504 +280012708,2,3,1,19100001,0,900,223111504 +280012708,3,3,1,16005003,0,300,223111504 +280012708,4,3,1,17001003,0,35,223111504 +280012708,5,3,1,21000001,0,30,223111504 +280012708,6,4,1,1,0,2000000,223111504 +280012708,7,3,1,30010001,0,1000,223111504 +280012709,1,1,1,0,0,2000,223111504 +280012709,2,3,1,19100001,0,750,223111504 +280012709,3,3,1,16005003,0,250,223111504 +280012709,4,3,1,17001003,0,25,223111504 +280012709,5,3,1,21000001,0,25,223111504 +280012709,6,4,1,1,0,1700000,223111504 +280012709,7,3,1,30010001,0,950,223111504 +280012710,1,1,1,0,0,1800,223111504 +280012710,2,3,1,19100001,0,650,223111504 +280012710,3,3,1,16005003,0,230,223111504 +280012710,4,3,1,17001003,0,23,223111504 +280012710,5,3,1,21000001,0,23,223111504 +280012710,6,4,1,1,0,1560000,223111504 +280012710,7,3,1,30010001,0,900,223111504 +280012711,1,1,1,0,0,1600,223111504 +280012711,2,3,1,19100001,0,600,223111504 +280012711,3,3,1,16005003,0,210,223111504 +280012711,4,3,1,17001003,0,21,223111504 +280012711,5,3,1,21000001,0,21,223111504 +280012711,6,4,1,1,0,1420000,223111504 +280012711,7,3,1,30010001,0,850,223111504 +280012712,1,1,1,0,0,1400,223111504 +280012712,2,3,1,19100001,0,550,223111504 +280012712,3,3,1,16005003,0,200,223111504 +280012712,4,3,1,17001003,0,19,223111504 +280012712,5,3,1,21000001,0,19,223111504 +280012712,6,4,1,1,0,1280000,223111504 +280012712,7,3,1,30010001,0,800,223111504 +280012713,1,1,1,0,0,1200,223111504 +280012713,2,3,1,19100001,0,500,223111504 +280012713,3,3,1,16005003,0,170,223111504 +280012713,4,3,1,17001003,0,17,223111504 +280012713,5,3,1,21000001,0,17,223111504 +280012713,6,4,1,1,0,1140000,223111504 +280012713,7,3,1,30010001,0,750,223111504 +280012714,1,1,1,0,0,1000,223111504 +280012714,2,3,1,19100001,0,450,223111504 +280012714,3,3,1,16005003,0,150,223111504 +280012714,4,3,1,17001003,0,15,223111504 +280012714,5,3,1,21000001,0,15,223111504 +280012714,6,4,1,1,0,1000000,223111504 +280012714,7,3,1,30010001,0,700,223111504 +280012715,1,1,1,0,0,500,223111504 +280012715,2,3,1,19100001,0,180,223111504 +280012715,3,3,1,16005003,0,50,223111504 +280012715,4,3,1,17001003,0,5,223111504 +280012715,5,3,1,21000001,0,5,223111504 +280012715,6,4,1,1,0,400000,223111504 +280012715,7,3,1,30010001,0,600,223111504 +280012716,1,1,1,0,0,400,223111504 +280012716,2,3,1,19100001,0,120,223111504 +280012716,3,3,1,16005003,0,40,223111504 +280012716,4,3,1,17001003,0,4,223111504 +280012716,5,3,1,21000001,0,4,223111504 +280012716,6,4,1,1,0,300000,223111504 +280012716,7,3,1,30010001,0,550,223111504 +280012717,1,1,1,0,0,375,223111504 +280012717,2,3,1,19100001,0,90,223111504 +280012717,3,3,1,16005003,0,30,223111504 +280012717,4,3,1,17001003,0,3,223111504 +280012717,5,3,1,21000001,0,3,223111504 +280012717,6,4,1,1,0,200000,223111504 +280012717,7,3,1,30010001,0,500,223111504 +280012718,1,1,1,0,0,250,223111504 +280012718,2,3,1,19100001,0,45,223111504 +280012718,3,3,1,16005003,0,20,223111504 +280012718,4,3,1,17001003,0,2,223111504 +280012718,5,3,1,21000001,0,2,223111504 +280012718,6,4,1,1,0,160000,223111504 +280012718,7,3,1,30010001,0,300,223111504 +280012719,1,1,1,0,0,200,223111504 +280012719,2,3,1,19100001,0,15,223111504 +280012719,3,3,1,16005003,0,10,223111504 +280012719,4,3,1,17001003,0,1,223111504 +280012719,5,3,1,21000001,0,1,223111504 +280012719,6,4,1,1,0,100000,223111504 +280012719,7,3,1,30010001,0,150,223111504 diff --git a/src/router/databases/csv-en/event_point_reward.csv b/src/router/databases/csv-en/event_point_reward.csv new file mode 100644 index 0000000..7b2dae1 --- /dev/null +++ b/src/router/databases/csv-en/event_point_reward.csv @@ -0,0 +1,3456 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +200001001,1,1,1,0,0,30,223041903 +200001002,1,4,1,1,0,50000,223041903 +200001003,1,3,1,19100001,0,10,223041903 +200001004,1,3,1,16005001,0,180,223041903 +200001005,1,3,1,17001001,0,10,223041903 +200001006,1,3,1,30010001,0,30,223041903 +200001007,1,1,1,0,0,30,223041903 +200001008,1,4,1,1,0,100000,223041903 +200001009,1,3,1,19100001,0,10,223041903 +200001010,1,3,1,16005001,0,180,223041903 +200001011,1,3,1,17001001,0,10,223041903 +200001012,1,3,1,30010001,0,40,223041903 +200001013,1,1,1,0,0,30,223041903 +200001014,1,4,1,1,0,100000,223041903 +200001015,1,3,1,19100001,0,10,223041903 +200001016,1,3,1,16005001,0,180,223041903 +200001017,1,3,1,17001001,0,10,223041903 +200001018,1,3,1,30010001,0,50,223041903 +200001019,1,1,1,0,0,30,223041903 +200001020,1,4,1,1,0,100000,223041903 +200001021,1,3,1,19100001,0,10,223041903 +200001022,1,3,1,16005001,0,180,223041903 +200001023,1,3,1,17001001,0,10,223041903 +200001024,1,3,1,30010001,0,50,223041903 +200001025,1,1,1,0,0,30,223041903 +200001026,1,4,1,1,0,100000,223041903 +200001027,1,3,1,19100001,0,10,223041903 +200001028,1,3,1,16005002,0,72,223041903 +200001029,1,3,1,17001001,0,10,223041903 +200001030,1,3,1,30010001,0,70,223041903 +200001031,1,1,1,0,0,50,223041903 +200001032,1,4,1,1,0,100000,223041903 +200001033,1,3,1,19100001,0,10,223041903 +200001034,1,3,1,16005002,0,72,223041903 +200001035,1,3,1,17001001,0,10,223041903 +200001036,1,3,1,30010001,0,80,223041903 +200001037,1,1,1,0,0,50,223041903 +200001038,1,4,1,1,0,100000,223041903 +200001039,1,3,1,19100001,0,10,223041903 +200001040,1,3,1,16005002,0,72,223041903 +200001041,1,3,1,17001001,0,10,223041903 +200001042,1,3,1,30010001,0,80,223041903 +200001043,1,1,1,0,0,50,223041903 +200001044,1,4,1,1,0,100000,223041903 +200001045,1,3,1,19100001,0,10,223041903 +200001046,1,3,1,16005002,0,72,223041903 +200001047,1,3,1,17001001,0,10,223041903 +200001048,1,3,1,30010001,0,100,223041903 +200001049,1,1,1,0,0,50,223041903 +200001050,1,4,1,1,0,150000,223041903 +200001051,1,3,1,19100001,0,10,223041903 +200001052,1,1,1,0,0,50,223041903 +200001053,1,3,1,16005002,0,72,223041903 +200001054,1,3,1,17001001,0,10,223041903 +200001055,1,3,1,30010001,0,100,223041903 +200001056,1,1,1,0,0,50,223041903 +200001057,1,4,1,1,0,200000,223041903 +200001058,1,3,1,19100001,0,10,223041903 +200001059,1,1,1,0,0,50,223041903 +200001060,1,3,1,16005003,0,54,223041903 +200001061,1,3,1,17001002,0,5,223041903 +200001062,1,3,1,30010001,0,100,223041903 +200001063,1,2,1,40030009,1,1,223041903 +200001064,1,1,1,0,0,50,223041903 +200001065,1,4,1,1,0,300000,223041903 +200001066,1,3,1,19100001,0,30,223041903 +200001067,1,1,1,0,0,100,223041903 +200001068,1,3,1,16005003,0,86,223041903 +200001069,1,3,1,17001002,0,5,223041903 +200001070,1,3,1,20001001,0,30,223041903 +200001071,1,1,1,0,0,50,223041903 +200001072,1,4,1,1,0,500000,223041903 +200001073,1,3,1,19100001,0,100,223041903 +200001074,1,1,1,0,0,50,223041903 +200001075,1,3,1,16005002,0,96,223041903 +200001076,1,3,1,17001002,0,5,223041903 +200001077,1,3,1,20001001,0,30,223041903 +200001078,1,1,1,0,0,50,223041903 +200001079,1,3,1,19100001,0,100,223041903 +200001080,1,1,1,0,0,50,223041903 +200001081,1,3,1,16005003,0,43,223041903 +200001082,1,3,1,17001003,0,3,223041903 +200001083,1,3,1,20001001,0,30,223041903 +200001084,1,1,1,0,0,100,223041903 +200001085,1,3,1,19100001,0,20,223041903 +200001086,1,3,1,17001003,0,3,223041903 +200001087,1,1,1,0,0,50,223041903 +200001088,1,3,1,19100001,0,100,223041903 +200001089,1,1,1,0,0,100,223041903 +200001090,1,3,1,20001001,0,30,223041903 +200001091,1,1,1,0,0,100,223041903 +200001092,1,3,1,19100001,0,30,223041903 +200001093,1,3,1,20001001,0,30,223041903 +200001094,1,3,1,19100001,0,30,223041903 +200001095,1,1,1,0,0,300,223041903 +200001096,1,3,1,19100001,0,30,223041903 +200001097,1,3,1,30010001,0,30,223041903 +200001098,1,4,1,1,0,100000,223041903 +200001099,1,3,1,30010001,0,30,223041903 +200001100,1,4,1,1,0,100000,223041903 +200001101,1,3,1,30010001,0,30,223041903 +200001102,1,4,1,1,0,100000,223041903 +200001103,1,3,1,30010001,0,30,223041903 +200001104,1,4,1,1,0,100000,223041903 +200001105,1,3,1,30010001,0,30,223041903 +200001106,1,4,1,1,0,100000,223041903 +200001107,1,3,1,30010001,0,30,223041903 +200001108,1,4,1,1,0,100000,223041903 +200001109,1,3,1,30010001,0,30,223041903 +200001110,1,4,1,1,0,100000,223041903 +200001111,1,3,1,30010001,0,30,223041903 +200001112,1,4,1,1,0,100000,223041903 +200001113,1,3,1,30010001,0,30,223041903 +200001114,1,4,1,1,0,100000,223041903 +200001115,1,3,1,30010001,0,30,223041903 +200002001,1,1,1,0,0,30,223043004 +200002002,1,4,1,1,0,50000,223043004 +200002003,1,3,1,19100001,0,10,223043004 +200002004,1,3,1,16005001,0,180,223043004 +200002005,1,3,1,17001001,0,10,223043004 +200002006,1,3,1,30010001,0,30,223043004 +200002007,1,1,1,0,0,30,223043004 +200002008,1,4,1,1,0,100000,223043004 +200002009,1,3,1,19100001,0,10,223043004 +200002010,1,3,1,16005001,0,180,223043004 +200002011,1,3,1,17001001,0,10,223043004 +200002012,1,3,1,30010001,0,40,223043004 +200002013,1,1,1,0,0,30,223043004 +200002014,1,4,1,1,0,100000,223043004 +200002015,1,3,1,19100001,0,10,223043004 +200002016,1,3,1,16005001,0,180,223043004 +200002017,1,3,1,17001001,0,10,223043004 +200002018,1,3,1,30010001,0,50,223043004 +200002019,1,1,1,0,0,30,223043004 +200002020,1,4,1,1,0,100000,223043004 +200002021,1,3,1,19100001,0,10,223043004 +200002022,1,3,1,16005001,0,180,223043004 +200002023,1,3,1,17001001,0,10,223043004 +200002024,1,3,1,30010001,0,50,223043004 +200002025,1,1,1,0,0,30,223043004 +200002026,1,4,1,1,0,100000,223043004 +200002027,1,3,1,19100001,0,10,223043004 +200002028,1,3,1,16005002,0,72,223043004 +200002029,1,3,1,17001001,0,10,223043004 +200002030,1,3,1,30010001,0,70,223043004 +200002031,1,1,1,0,0,50,223043004 +200002032,1,4,1,1,0,100000,223043004 +200002033,1,3,1,19100001,0,10,223043004 +200002034,1,3,1,16005002,0,72,223043004 +200002035,1,3,1,17001001,0,10,223043004 +200002036,1,3,1,30010001,0,80,223043004 +200002037,1,1,1,0,0,50,223043004 +200002038,1,4,1,1,0,100000,223043004 +200002039,1,3,1,19100001,0,10,223043004 +200002040,1,3,1,16005002,0,72,223043004 +200002041,1,3,1,17001001,0,10,223043004 +200002042,1,3,1,30010001,0,80,223043004 +200002043,1,1,1,0,0,50,223043004 +200002044,1,4,1,1,0,100000,223043004 +200002045,1,3,1,19100001,0,10,223043004 +200002046,1,3,1,16005002,0,72,223043004 +200002047,1,3,1,17001001,0,10,223043004 +200002048,1,3,1,30010001,0,100,223043004 +200002049,1,1,1,0,0,50,223043004 +200002050,1,4,1,1,0,150000,223043004 +200002051,1,3,1,19100001,0,10,223043004 +200002052,1,1,1,0,0,50,223043004 +200002053,1,3,1,16005002,0,72,223043004 +200002054,1,3,1,17001001,0,10,223043004 +200002055,1,3,1,30010001,0,100,223043004 +200002056,1,1,1,0,0,50,223043004 +200002057,1,4,1,1,0,200000,223043004 +200002058,1,3,1,19100001,0,10,223043004 +200002059,1,1,1,0,0,50,223043004 +200002060,1,3,1,16005003,0,54,223043004 +200002061,1,3,1,17001002,0,5,223043004 +200002062,1,3,1,30010001,0,100,223043004 +200002063,1,2,1,10090015,1,1,223043004 +200002064,1,1,1,0,0,50,223043004 +200002065,1,4,1,1,0,300000,223043004 +200002066,1,3,1,19100001,0,30,223043004 +200002067,1,1,1,0,0,100,223043004 +200002068,1,3,1,16005003,0,86,223043004 +200002069,1,3,1,17001002,0,5,223043004 +200002070,1,3,1,20001001,0,30,223043004 +200002071,1,1,1,0,0,50,223043004 +200002072,1,4,1,1,0,500000,223043004 +200002073,1,3,1,19100001,0,100,223043004 +200002074,1,1,1,0,0,50,223043004 +200002075,1,3,1,16005002,0,96,223043004 +200002076,1,3,1,17001002,0,5,223043004 +200002077,1,3,1,20001001,0,30,223043004 +200002078,1,1,1,0,0,50,223043004 +200002079,1,3,1,19100001,0,100,223043004 +200002080,1,1,1,0,0,50,223043004 +200002081,1,3,1,16005003,0,43,223043004 +200002082,1,3,1,17001003,0,3,223043004 +200002083,1,3,1,20001001,0,30,223043004 +200002084,1,1,1,0,0,100,223043004 +200002085,1,3,1,19100001,0,20,223043004 +200002086,1,3,1,17001003,0,3,223043004 +200002087,1,1,1,0,0,50,223043004 +200002088,1,3,1,19100001,0,100,223043004 +200002089,1,1,1,0,0,100,223043004 +200002090,1,3,1,20001001,0,30,223043004 +200002091,1,1,1,0,0,100,223043004 +200002092,1,3,1,19100001,0,30,223043004 +200002093,1,3,1,20001001,0,30,223043004 +200002094,1,3,1,19100001,0,30,223043004 +200002095,1,1,1,0,0,300,223043004 +200002096,1,3,1,19100001,0,30,223043004 +200002097,1,3,1,30010001,0,30,223043004 +200002098,1,4,1,1,0,100000,223043004 +200002099,1,3,1,30010001,0,30,223043004 +200002100,1,4,1,1,0,100000,223043004 +200002101,1,3,1,30010001,0,30,223043004 +200002102,1,4,1,1,0,100000,223043004 +200002103,1,3,1,30010001,0,30,223043004 +200002104,1,4,1,1,0,100000,223043004 +200002105,1,3,1,30010001,0,30,223043004 +200002106,1,4,1,1,0,100000,223043004 +200002107,1,3,1,30010001,0,30,223043004 +200002108,1,4,1,1,0,100000,223043004 +200002109,1,3,1,30010001,0,30,223043004 +200002110,1,4,1,1,0,100000,223043004 +200002111,1,3,1,30010001,0,30,223043004 +200002112,1,4,1,1,0,100000,223043004 +200002113,1,3,1,30010001,0,30,223043004 +200002114,1,4,1,1,0,100000,223043004 +200002115,1,3,1,30010001,0,30,223043004 +200003001,1,3,1,21001001,0,1,223051101 +200003002,1,3,1,20001001,0,5,223051101 +200003003,1,3,1,30010001,0,50,223051101 +200003004,1,3,1,21001001,0,1,223051101 +200003005,1,3,1,20001001,0,7,223051101 +200003006,1,3,1,30010001,0,50,223051101 +200003007,1,3,1,21001001,0,1,223051101 +200003008,1,3,1,20001001,0,10,223051101 +200003009,1,3,1,30010001,0,100,223051101 +200003010,1,3,1,21001001,0,1,223051101 +200003011,1,3,1,20001001,0,10,223051101 +200003012,1,3,1,30010001,0,100,223051101 +200003013,1,3,1,21001001,0,1,223051101 +200003014,1,3,1,20001001,0,10,223051101 +200003015,1,3,1,30010001,0,100,223051101 +200003016,1,3,1,21001001,0,3,223051101 +200003017,1,3,1,20001001,0,10,223051101 +200003018,1,3,1,30010001,0,100,223051101 +200003019,1,3,1,21001001,0,3,223051101 +200003020,1,3,1,20001001,0,10,223051101 +200004001,1,1,1,0,0,30,223051504 +200004002,1,4,1,1,0,50000,223051504 +200004003,1,3,1,19100001,0,10,223051504 +200004004,1,3,1,16005001,0,180,223051504 +200004005,1,3,1,17001001,0,10,223051504 +200004006,1,3,1,30010001,0,30,223051504 +200004007,1,1,1,0,0,30,223051504 +200004008,1,4,1,1,0,100000,223051504 +200004009,1,3,1,19100001,0,10,223051504 +200004010,1,3,1,16005001,0,180,223051504 +200004011,1,3,1,17001001,0,10,223051504 +200004012,1,3,1,30010001,0,40,223051504 +200004013,1,1,1,0,0,30,223051504 +200004014,1,4,1,1,0,100000,223051504 +200004015,1,3,1,19100001,0,10,223051504 +200004016,1,3,1,16005001,0,180,223051504 +200004017,1,3,1,17001001,0,10,223051504 +200004018,1,3,1,30010001,0,50,223051504 +200004019,1,1,1,0,0,30,223051504 +200004020,1,4,1,1,0,100000,223051504 +200004021,1,3,1,19100001,0,10,223051504 +200004022,1,3,1,16005001,0,180,223051504 +200004023,1,3,1,17001001,0,10,223051504 +200004024,1,3,1,30010001,0,50,223051504 +200004025,1,1,1,0,0,30,223051504 +200004026,1,4,1,1,0,100000,223051504 +200004027,1,3,1,19100001,0,10,223051504 +200004028,1,3,1,16005002,0,72,223051504 +200004029,1,3,1,17001001,0,10,223051504 +200004030,1,3,1,30010001,0,70,223051504 +200004031,1,1,1,0,0,50,223051504 +200004032,1,4,1,1,0,100000,223051504 +200004033,1,3,1,19100001,0,10,223051504 +200004034,1,3,1,16005002,0,72,223051504 +200004035,1,3,1,17001001,0,10,223051504 +200004036,1,3,1,30010001,0,80,223051504 +200004037,1,1,1,0,0,50,223051504 +200004038,1,4,1,1,0,100000,223051504 +200004039,1,3,1,19100001,0,10,223051504 +200004040,1,3,1,16005002,0,72,223051504 +200004041,1,3,1,17001001,0,10,223051504 +200004042,1,3,1,30010001,0,80,223051504 +200004043,1,1,1,0,0,50,223051504 +200004044,1,4,1,1,0,100000,223051504 +200004045,1,3,1,19100001,0,10,223051504 +200004046,1,3,1,16005002,0,72,223051504 +200004047,1,3,1,17001001,0,10,223051504 +200004048,1,3,1,30010001,0,100,223051504 +200004049,1,1,1,0,0,50,223051504 +200004050,1,4,1,1,0,150000,223051504 +200004051,1,3,1,19100001,0,10,223051504 +200004052,1,1,1,0,0,50,223051504 +200004053,1,3,1,16005002,0,72,223051504 +200004054,1,3,1,17001001,0,10,223051504 +200004055,1,3,1,30010001,0,100,223051504 +200004056,1,1,1,0,0,50,223051504 +200004057,1,4,1,1,0,200000,223051504 +200004058,1,3,1,19100001,0,10,223051504 +200004059,1,1,1,0,0,50,223051504 +200004060,1,3,1,16005003,0,54,223051504 +200004061,1,3,1,17001002,0,5,223051504 +200004062,1,3,1,30010001,0,100,223051504 +200004063,1,2,1,20070013,1,1,223051504 +200004064,1,1,1,0,0,50,223051504 +200004065,1,4,1,1,0,300000,223051504 +200004066,1,3,1,19100001,0,30,223051504 +200004067,1,1,1,0,0,100,223051504 +200004068,1,3,1,16005003,0,86,223051504 +200004069,1,3,1,17001002,0,5,223051504 +200004070,1,3,1,21001002,0,20,223051504 +200004071,1,1,1,0,0,50,223051504 +200004072,1,4,1,1,0,500000,223051504 +200004073,1,3,1,19100001,0,100,223051504 +200004074,1,1,1,0,0,50,223051504 +200004075,1,3,1,16005002,0,96,223051504 +200004076,1,3,1,17001002,0,5,223051504 +200004077,1,3,1,21001002,0,20,223051504 +200004078,1,1,1,0,0,50,223051504 +200004079,1,3,1,19100001,0,100,223051504 +200004080,1,1,1,0,0,50,223051504 +200004081,1,3,1,16005003,0,43,223051504 +200004082,1,3,1,17001003,0,3,223051504 +200004083,1,3,1,21001002,0,30,223051504 +200004084,1,1,1,0,0,100,223051504 +200004085,1,3,1,19100001,0,20,223051504 +200004086,1,3,1,17001003,0,3,223051504 +200004087,1,1,1,0,0,50,223051504 +200004088,1,3,1,19100001,0,100,223051504 +200004089,1,1,1,0,0,100,223051504 +200004090,1,3,1,21001002,0,30,223051504 +200004091,1,1,1,0,0,100,223051504 +200004092,1,3,1,19100001,0,30,223051504 +200004093,1,3,1,21001002,0,50,223051504 +200004094,1,3,1,19100001,0,30,223051504 +200004095,1,1,1,0,0,300,223051504 +200004096,1,3,1,19100001,0,30,223051504 +200004097,1,3,1,30010001,0,30,223051504 +200004098,1,4,1,1,0,100000,223051504 +200004099,1,3,1,30010001,0,30,223051504 +200004100,1,4,1,1,0,100000,223051504 +200004101,1,3,1,30010001,0,30,223051504 +200004102,1,4,1,1,0,100000,223051504 +200004103,1,3,1,30010001,0,30,223051504 +200004104,1,4,1,1,0,100000,223051504 +200004105,1,3,1,30010001,0,30,223051504 +200004106,1,4,1,1,0,100000,223051504 +200004107,1,3,1,30010001,0,30,223051504 +200004108,1,4,1,1,0,100000,223051504 +200004109,1,3,1,30010001,0,30,223051504 +200004110,1,4,1,1,0,100000,223051504 +200004111,1,3,1,30010001,0,30,223051504 +200004112,1,4,1,1,0,100000,223051504 +200004113,1,3,1,30010001,0,30,223051504 +200004114,1,4,1,1,0,100000,223051504 +200004115,1,3,1,30010001,0,30,223051504 +200005001,1,3,1,21001002,0,1,223052601 +200005002,1,3,1,20001002,0,5,223052601 +200005003,1,3,1,30010001,0,50,223052601 +200005004,1,3,1,21001002,0,1,223052601 +200005005,1,3,1,20001002,0,7,223052601 +200005006,1,3,1,30010001,0,50,223052601 +200005007,1,3,1,21001002,0,1,223052601 +200005008,1,3,1,20001002,0,10,223052601 +200005009,1,3,1,30010001,0,100,223052601 +200005010,1,3,1,21001002,0,1,223052601 +200005011,1,3,1,20001002,0,10,223052601 +200005012,1,3,1,30010001,0,100,223052601 +200005013,1,3,1,21001002,0,1,223052601 +200005014,1,3,1,20001002,0,10,223052601 +200005015,1,3,1,30010001,0,100,223052601 +200005016,1,3,1,21001002,0,3,223052601 +200005017,1,3,1,20001002,0,10,223052601 +200005018,1,3,1,30010001,0,100,223052601 +200005019,1,3,1,21001002,0,3,223052601 +200005020,1,3,1,20001002,0,10,223052601 +200006001,1,1,1,0,0,30,223053104 +200006002,1,4,1,1,0,50000,223053104 +200006003,1,3,1,19100001,0,10,223053104 +200006004,1,3,1,16005001,0,180,223053104 +200006005,1,3,1,17001001,0,10,223053104 +200006006,1,3,1,30010001,0,30,223053104 +200006007,1,1,1,0,0,30,223053104 +200006008,1,4,1,1,0,100000,223053104 +200006009,1,3,1,19100001,0,10,223053104 +200006010,1,3,1,16005001,0,180,223053104 +200006011,1,3,1,17001001,0,10,223053104 +200006012,1,3,1,30010001,0,40,223053104 +200006013,1,1,1,0,0,30,223053104 +200006014,1,4,1,1,0,100000,223053104 +200006015,1,3,1,19100001,0,10,223053104 +200006016,1,3,1,16005001,0,180,223053104 +200006017,1,3,1,17001001,0,10,223053104 +200006018,1,3,1,30010001,0,50,223053104 +200006019,1,1,1,0,0,30,223053104 +200006020,1,4,1,1,0,100000,223053104 +200006021,1,3,1,19100001,0,10,223053104 +200006022,1,3,1,16005001,0,180,223053104 +200006023,1,3,1,17001001,0,10,223053104 +200006024,1,3,1,30010001,0,50,223053104 +200006025,1,1,1,0,0,30,223053104 +200006026,1,4,1,1,0,100000,223053104 +200006027,1,3,1,19100001,0,10,223053104 +200006028,1,3,1,16005002,0,72,223053104 +200006029,1,3,1,17001001,0,10,223053104 +200006030,1,3,1,30010001,0,70,223053104 +200006031,1,1,1,0,0,50,223053104 +200006032,1,4,1,1,0,100000,223053104 +200006033,1,3,1,19100001,0,10,223053104 +200006034,1,3,1,16005002,0,72,223053104 +200006035,1,3,1,17001001,0,10,223053104 +200006036,1,3,1,30010001,0,80,223053104 +200006037,1,1,1,0,0,50,223053104 +200006038,1,4,1,1,0,100000,223053104 +200006039,1,3,1,19100001,0,10,223053104 +200006040,1,3,1,16005002,0,72,223053104 +200006041,1,3,1,17001001,0,10,223053104 +200006042,1,3,1,30010001,0,80,223053104 +200006043,1,1,1,0,0,50,223053104 +200006044,1,4,1,1,0,100000,223053104 +200006045,1,3,1,19100001,0,10,223053104 +200006046,1,3,1,16005002,0,72,223053104 +200006047,1,3,1,17001001,0,10,223053104 +200006048,1,3,1,30010001,0,100,223053104 +200006049,1,1,1,0,0,50,223053104 +200006050,1,4,1,1,0,150000,223053104 +200006051,1,3,1,19100001,0,10,223053104 +200006052,1,1,1,0,0,50,223053104 +200006053,1,3,1,16005002,0,72,223053104 +200006054,1,3,1,17001001,0,10,223053104 +200006055,1,3,1,30010001,0,100,223053104 +200006056,1,1,1,0,0,50,223053104 +200006057,1,4,1,1,0,200000,223053104 +200006058,1,3,1,19100001,0,10,223053104 +200006059,1,1,1,0,0,50,223053104 +200006060,1,3,1,16005003,0,54,223053104 +200006061,1,3,1,17001002,0,5,223053104 +200006062,1,3,1,30010001,0,100,223053104 +200006063,1,2,1,30090009,1,1,223053104 +200006064,1,1,1,0,0,50,223053104 +200006065,1,4,1,1,0,300000,223053104 +200006066,1,3,1,19100001,0,30,223053104 +200006067,1,1,1,0,0,100,223053104 +200006068,1,3,1,16005003,0,86,223053104 +200006069,1,3,1,17001002,0,5,223053104 +200006070,1,3,1,21001003,0,20,223053104 +200006071,1,1,1,0,0,50,223053104 +200006072,1,4,1,1,0,500000,223053104 +200006073,1,3,1,19100001,0,100,223053104 +200006074,1,1,1,0,0,50,223053104 +200006075,1,3,1,16005002,0,96,223053104 +200006076,1,3,1,17001002,0,5,223053104 +200006077,1,3,1,21001003,0,20,223053104 +200006078,1,1,1,0,0,50,223053104 +200006079,1,3,1,19100001,0,100,223053104 +200006080,1,1,1,0,0,50,223053104 +200006081,1,3,1,16005003,0,43,223053104 +200006082,1,3,1,17001003,0,3,223053104 +200006083,1,3,1,21001003,0,30,223053104 +200006084,1,1,1,0,0,100,223053104 +200006085,1,3,1,19100001,0,20,223053104 +200006086,1,3,1,17001003,0,3,223053104 +200006087,1,1,1,0,0,50,223053104 +200006088,1,3,1,19100001,0,100,223053104 +200006089,1,1,1,0,0,100,223053104 +200006090,1,3,1,21001003,0,30,223053104 +200006091,1,1,1,0,0,100,223053104 +200006092,1,3,1,19100001,0,30,223053104 +200006093,1,3,1,21001003,0,50,223053104 +200006094,1,3,1,19100001,0,30,223053104 +200006095,1,1,1,0,0,300,223053104 +200006096,1,3,1,19100001,0,30,223053104 +200006097,1,3,1,30010001,0,30,223053104 +200006098,1,4,1,1,0,100000,223053104 +200006099,1,3,1,30010001,0,30,223053104 +200006100,1,4,1,1,0,100000,223053104 +200006101,1,3,1,30010001,0,30,223053104 +200006102,1,4,1,1,0,100000,223053104 +200006103,1,3,1,30010001,0,30,223053104 +200006104,1,4,1,1,0,100000,223053104 +200006105,1,3,1,30010001,0,30,223053104 +200006106,1,4,1,1,0,100000,223053104 +200006107,1,3,1,30010001,0,30,223053104 +200006108,1,4,1,1,0,100000,223053104 +200006109,1,3,1,30010001,0,30,223053104 +200006110,1,4,1,1,0,100000,223053104 +200006111,1,3,1,30010001,0,30,223053104 +200006112,1,4,1,1,0,100000,223053104 +200006113,1,3,1,30010001,0,30,223053104 +200006114,1,4,1,1,0,100000,223053104 +200006115,1,3,1,30010001,0,30,223053104 +200007001,1,3,1,21001004,0,1,223061101 +200007002,1,3,1,20001004,0,5,223061101 +200007003,1,3,1,30010001,0,50,223061101 +200007004,1,3,1,21001004,0,1,223061101 +200007005,1,3,1,20001004,0,7,223061101 +200007006,1,3,1,30010001,0,50,223061101 +200007007,1,3,1,21001004,0,1,223061101 +200007008,1,3,1,20001004,0,10,223061101 +200007009,1,3,1,30010001,0,100,223061101 +200007010,1,3,1,21001004,0,1,223061101 +200007011,1,3,1,20001004,0,10,223061101 +200007012,1,3,1,30010001,0,100,223061101 +200007013,1,3,1,21001004,0,1,223061101 +200007014,1,3,1,20001004,0,10,223061101 +200007015,1,3,1,30010001,0,100,223061101 +200007016,1,3,1,21001004,0,3,223061101 +200007017,1,3,1,20001004,0,10,223061101 +200007018,1,3,1,30010001,0,100,223061101 +200007019,1,3,1,21001004,0,3,223061101 +200007020,1,3,1,20001004,0,10,223061101 +200007021,1,3,1,30010001,0,100,223061101 +200007022,1,3,1,21001004,0,4,223061101 +200007023,1,3,1,20001004,0,20,223061101 +200007024,1,3,1,30010001,0,100,223061101 +200007025,1,3,1,21001004,0,6,223061101 +200007026,1,3,1,20001004,0,40,223061101 +200007027,1,3,1,30010001,0,150,223061101 +200007028,1,3,1,30010001,0,200,223061101 +200009001,1,1,1,0,0,30,223063004 +200009002,1,4,1,1,0,50000,223063004 +200009003,1,3,1,19100001,0,10,223063004 +200009004,1,3,1,16005001,0,180,223063004 +200009005,1,3,1,17001001,0,10,223063004 +200009006,1,3,1,30010001,0,30,223063004 +200009007,1,1,1,0,0,30,223063004 +200009008,1,4,1,1,0,100000,223063004 +200009009,1,3,1,19100001,0,10,223063004 +200009010,1,3,1,16005001,0,180,223063004 +200009011,1,3,1,17001001,0,10,223063004 +200009012,1,3,1,30010001,0,40,223063004 +200009013,1,1,1,0,0,40,223063004 +200009014,1,4,1,1,0,100000,223063004 +200009015,1,3,1,19100001,0,10,223063004 +200009016,1,3,1,16005001,0,180,223063004 +200009017,1,3,1,17001001,0,10,223063004 +200009018,1,3,1,15010006,0,1,223063004 +200009019,1,3,1,30010001,0,50,223063004 +200009020,1,4,1,1,0,100000,223063004 +200009021,1,3,1,19100001,0,10,223063004 +200009022,1,3,1,16005001,0,180,223063004 +200009023,1,1,1,0,0,100,223063004 +200009024,1,3,1,30010001,0,50,223063004 +200009025,1,3,1,17001001,0,10,223063004 +200009026,1,4,1,1,0,100000,223063004 +200009027,1,3,1,19100001,0,10,223063004 +200009028,1,1,1,0,0,50,223063004 +200009029,1,3,1,16005002,0,60,223063004 +200009030,1,3,1,17001001,0,10,223063004 +200009031,1,3,1,30010001,0,70,223063004 +200009032,1,4,1,1,0,100000,223063004 +200009033,1,1,1,0,0,100,223063004 +200009034,1,3,1,19100001,0,10,223063004 +200009035,1,3,1,16005002,0,66,223063004 +200009036,1,3,1,17001001,0,10,223063004 +200009037,1,3,1,30010001,0,80,223063004 +200009038,1,3,1,15010007,0,1,223063004 +200009039,1,4,1,1,0,100000,223063004 +200009040,1,3,1,19100001,0,10,223063004 +200009041,1,3,1,16005002,0,66,223063004 +200009042,1,3,1,17001001,0,10,223063004 +200009043,1,1,1,0,0,100,223063004 +200009044,1,3,1,30010001,0,80,223063004 +200009045,1,4,1,1,0,100000,223063004 +200009046,1,3,1,19100001,0,10,223063004 +200009047,1,3,1,16005002,0,66,223063004 +200009048,1,1,1,0,0,50,223063004 +200009049,1,3,1,17001001,0,10,223063004 +200009050,1,3,1,30010001,0,100,223063004 +200009051,1,4,1,1,0,150000,223063004 +200009052,1,3,1,16005002,0,66,223063004 +200009053,1,1,1,0,0,100,223063004 +200009054,1,3,1,19100001,0,10,223063004 +200009055,1,3,1,17001001,0,10,223063004 +200009056,1,3,1,30010001,0,100,223063004 +200009057,1,3,1,16005002,0,66,223063004 +200009058,1,1,1,0,0,50,223063004 +200009059,1,4,1,1,0,200000,223063004 +200009060,1,3,1,19100001,0,10,223063004 +200009061,1,3,1,16005002,0,66,223063004 +200009062,1,3,1,17001002,0,5,223063004 +200009063,1,2,1,40060010,1,1,223063004 +200009064,1,3,1,30010001,0,100,223063004 +200009065,1,4,1,1,0,300000,223063004 +200009066,1,3,1,19100001,0,30,223063004 +200009067,1,1,1,0,0,100,223063004 +200009068,1,3,1,16005003,0,54,223063004 +200009069,1,3,1,17001002,0,5,223063004 +200009070,1,3,1,21001005,0,30,223063004 +200009071,1,1,1,0,0,50,223063004 +200009072,1,3,1,15010006,0,1,223063004 +200009073,1,3,1,19100001,0,100,223063004 +200009074,1,1,1,0,0,50,223063004 +200009075,1,3,1,16005003,0,86,223063004 +200009076,1,3,1,17001002,0,5,223063004 +200009077,1,3,1,15010006,0,1,223063004 +200009078,1,3,1,19100001,0,100,223063004 +200009079,1,1,1,0,0,50,223063004 +200009080,1,3,1,16005003,0,43,223063004 +200009081,1,3,1,17001003,0,3,223063004 +200009082,1,4,1,1,0,500000,223063004 +200009083,1,3,1,21001005,0,30,223063004 +200009084,1,1,1,0,0,50,223063004 +200009085,1,3,1,19100001,0,20,223063004 +200009086,1,3,1,17001003,0,3,223063004 +200009087,1,1,1,0,0,100,223063004 +200009088,1,3,1,19100001,0,100,223063004 +200009089,1,1,1,0,0,50,223063004 +200009090,1,3,1,21001005,0,40,223063004 +200009091,1,1,1,0,0,100,223063004 +200009092,1,3,1,19100001,0,30,223063004 +200009093,1,3,1,21001005,0,50,223063004 +200009094,1,3,1,19100001,0,30,223063004 +200009095,1,1,1,0,0,300,223063004 +200009096,1,3,1,19100001,0,30,223063004 +200009097,1,3,1,30010001,0,30,223063004 +200009098,1,4,1,1,0,100000,223063004 +200009099,1,3,1,30010001,0,30,223063004 +200009100,1,4,1,1,0,100000,223063004 +200009101,1,3,1,30010001,0,30,223063004 +200009102,1,4,1,1,0,100000,223063004 +200009103,1,3,1,30010001,0,30,223063004 +200009104,1,4,1,1,0,100000,223063004 +200009105,1,3,1,30010001,0,30,223063004 +200009106,1,4,1,1,0,100000,223063004 +200009107,1,3,1,30010001,0,30,223063004 +200009108,1,4,1,1,0,100000,223063004 +200009109,1,3,1,30010001,0,30,223063004 +200009110,1,4,1,1,0,100000,223063004 +200009111,1,3,1,30010001,0,30,223063004 +200009112,1,4,1,1,0,100000,223063004 +200009113,1,3,1,30010001,0,30,223063004 +200009114,1,4,1,1,0,100000,223063004 +200009115,1,3,1,30010001,0,30,223063004 +200010001,1,3,1,21001005,0,1,223071101 +200010002,1,3,1,20001005,0,5,223071101 +200010003,1,3,1,30010001,0,50,223071101 +200010004,1,3,1,21001005,0,1,223071101 +200010005,1,3,1,20001005,0,7,223071101 +200010006,1,3,1,30010001,0,50,223071101 +200010007,1,3,1,21001005,0,1,223071101 +200010008,1,3,1,20001005,0,10,223071101 +200010009,1,3,1,30010001,0,100,223071101 +200010010,1,3,1,21001005,0,1,223071101 +200010011,1,3,1,20001005,0,10,223071101 +200010012,1,3,1,30010001,0,100,223071101 +200010013,1,3,1,21001005,0,1,223071101 +200010014,1,3,1,20001005,0,10,223071101 +200010015,1,3,1,30010001,0,100,223071101 +200010016,1,3,1,21001005,0,3,223071101 +200010017,1,3,1,20001005,0,10,223071101 +200010018,1,3,1,30010001,0,100,223071101 +200010019,1,3,1,21001005,0,3,223071101 +200010020,1,3,1,20001005,0,10,223071101 +200011001,1,1,1,0,0,30,223071505 +200011002,1,4,1,1,0,50000,223071505 +200011003,1,3,1,19100001,0,10,223071505 +200011004,1,3,1,16005001,0,180,223071505 +200011005,1,3,1,17001001,0,10,223071505 +200011006,1,3,1,30010001,0,30,223071505 +200011007,1,1,1,0,0,30,223071505 +200011008,1,4,1,1,0,100000,223071505 +200011009,1,3,1,19100001,0,10,223071505 +200011010,1,3,1,16005001,0,180,223071505 +200011011,1,3,1,17001001,0,10,223071505 +200011012,1,3,1,30010001,0,40,223071505 +200011013,1,1,1,0,0,40,223071505 +200011014,1,4,1,1,0,100000,223071505 +200011015,1,3,1,19100001,0,10,223071505 +200011016,1,3,1,16005001,0,180,223071505 +200011017,1,3,1,17001001,0,10,223071505 +200011018,1,3,1,15010008,0,1,223071505 +200011019,1,3,1,30010001,0,50,223071505 +200011020,1,4,1,1,0,100000,223071505 +200011021,1,3,1,19100001,0,10,223071505 +200011022,1,3,1,16005001,0,180,223071505 +200011023,1,1,1,0,0,100,223071505 +200011024,1,3,1,30010001,0,50,223071505 +200011025,1,3,1,17001001,0,10,223071505 +200011026,1,4,1,1,0,100000,223071505 +200011027,1,3,1,19100001,0,10,223071505 +200011028,1,1,1,0,0,50,223071505 +200011029,1,3,1,16005002,0,60,223071505 +200011030,1,3,1,17001001,0,10,223071505 +200011031,1,3,1,30010001,0,70,223071505 +200011032,1,4,1,1,0,100000,223071505 +200011033,1,1,1,0,0,100,223071505 +200011034,1,3,1,19100001,0,10,223071505 +200011035,1,3,1,16005002,0,66,223071505 +200011036,1,3,1,17001001,0,10,223071505 +200011037,1,3,1,30010001,0,80,223071505 +200011038,1,3,1,15010009,0,1,223071505 +200011039,1,4,1,1,0,100000,223071505 +200011040,1,3,1,19100001,0,10,223071505 +200011041,1,3,1,16005002,0,66,223071505 +200011042,1,3,1,17001001,0,10,223071505 +200011043,1,1,1,0,0,100,223071505 +200011044,1,3,1,30010001,0,80,223071505 +200011045,1,4,1,1,0,100000,223071505 +200011046,1,3,1,19100001,0,10,223071505 +200011047,1,3,1,16005002,0,66,223071505 +200011048,1,1,1,0,0,50,223071505 +200011049,1,3,1,17001001,0,10,223071505 +200011050,1,3,1,30010001,0,100,223071505 +200011051,1,4,1,1,0,150000,223071505 +200011052,1,3,1,16005002,0,66,223071505 +200011053,1,1,1,0,0,100,223071505 +200011054,1,3,1,19100001,0,10,223071505 +200011055,1,3,1,17001001,0,10,223071505 +200011056,1,3,1,30010001,0,100,223071505 +200011057,1,3,1,16005002,0,66,223071505 +200011058,1,1,1,0,0,50,223071505 +200011059,1,4,1,1,0,200000,223071505 +200011060,1,3,1,19100001,0,10,223071505 +200011061,1,3,1,16005002,0,66,223071505 +200011062,1,3,1,17001002,0,5,223071505 +200011063,1,2,1,30020009,1,1,223071505 +200011064,1,3,1,30010001,0,100,223071505 +200011065,1,4,1,1,0,300000,223071505 +200011066,1,3,1,19100001,0,30,223071505 +200011067,1,1,1,0,0,100,223071505 +200011068,1,3,1,16005003,0,54,223071505 +200011069,1,3,1,17001002,0,5,223071505 +200011070,1,3,1,21001005,0,30,223071505 +200011071,1,1,1,0,0,50,223071505 +200011072,1,4,1,1,0,500000,223071505 +200011073,1,3,1,15010008,0,1,223071505 +200011074,1,3,1,19100001,0,100,223071505 +200011075,1,1,1,0,0,50,223071505 +200011076,1,3,1,16005003,0,86,223071505 +200011077,1,3,1,17001002,0,5,223071505 +200011078,1,3,1,15010008,0,1,223071505 +200011079,1,3,1,19100001,0,100,223071505 +200011080,1,1,1,0,0,50,223071505 +200011081,1,3,1,16005003,0,43,223071505 +200011082,1,3,1,17001003,0,3,223071505 +200011083,1,18,1,33001003,0,1,223071505 +200011084,1,3,1,21001005,0,30,223071505 +200011085,1,1,1,0,0,50,223071505 +200011086,1,3,1,19100001,0,20,223071505 +200011087,1,3,1,17001003,0,3,223071505 +200011088,1,1,1,0,0,100,223071505 +200011089,1,3,1,19100001,0,100,223071505 +200011090,1,1,1,0,0,50,223071505 +200011091,1,3,1,21001005,0,40,223071505 +200011092,1,1,1,0,0,100,223071505 +200011093,1,3,1,19100001,0,30,223071505 +200011094,1,3,1,21001005,0,50,223071505 +200011095,1,3,1,19100001,0,30,223071505 +200011096,1,1,1,0,0,300,223071505 +200011097,1,3,1,19100001,0,30,223071505 +200011098,1,3,1,30010001,0,30,223071505 +200011099,1,4,1,1,0,100000,223071505 +200011100,1,3,1,30010001,0,30,223071505 +200011101,1,4,1,1,0,100000,223071505 +200011102,1,3,1,30010001,0,30,223071505 +200011103,1,4,1,1,0,100000,223071505 +200011104,1,3,1,30010001,0,30,223071505 +200011105,1,4,1,1,0,100000,223071505 +200011106,1,3,1,30010001,0,30,223071505 +200011107,1,4,1,1,0,100000,223071505 +200011108,1,3,1,30010001,0,30,223071505 +200011109,1,4,1,1,0,100000,223071505 +200011110,1,3,1,30010001,0,30,223071505 +200011111,1,4,1,1,0,100000,223071505 +200011112,1,3,1,30010001,0,30,223071505 +200011113,1,4,1,1,0,100000,223071505 +200011114,1,3,1,30010001,0,30,223071505 +200011115,1,4,1,1,0,100000,223071505 +200011116,1,3,1,30010001,0,30,223071505 +200012001,1,3,1,21001005,0,1,223072601 +200012002,1,3,1,20001005,0,5,223072601 +200012003,1,3,1,30010001,0,50,223072601 +200012004,1,3,1,21001005,0,1,223072601 +200012005,1,3,1,20001005,0,7,223072601 +200012006,1,3,1,30010001,0,50,223072601 +200012007,1,3,1,21001005,0,1,223072601 +200012008,1,3,1,20001005,0,10,223072601 +200012009,1,3,1,30010001,0,100,223072601 +200012010,1,3,1,21001005,0,1,223072601 +200012011,1,3,1,20001005,0,10,223072601 +200012012,1,3,1,30010001,0,100,223072601 +200012013,1,3,1,21001005,0,1,223072601 +200012014,1,3,1,20001005,0,10,223072601 +200012015,1,3,1,30010001,0,100,223072601 +200012016,1,3,1,21001005,0,3,223072601 +200012017,1,3,1,20001005,0,10,223072601 +200012018,1,3,1,30010001,0,100,223072601 +200012019,1,3,1,21001005,0,3,223072601 +200012020,1,3,1,20001005,0,10,223072601 +200008001,1,1,1,0,0,30,223061504 +200008002,1,4,1,1,0,50000,223061504 +200008003,1,3,1,19100001,0,10,223061504 +200008004,1,3,1,16005001,0,180,223061504 +200008005,1,3,1,17001001,0,10,223061504 +200008006,1,3,1,30010001,0,30,223061504 +200008007,1,1,1,0,0,30,223061504 +200008008,1,4,1,1,0,100000,223061504 +200008009,1,3,1,19100001,0,10,223061504 +200008010,1,3,1,16005001,0,180,223061504 +200008011,1,3,1,17001001,0,10,223061504 +200008012,1,3,1,30010001,0,40,223061504 +200008013,1,1,1,0,0,30,223061504 +200008014,1,4,1,1,0,100000,223061504 +200008015,1,3,1,19100001,0,10,223061504 +200008016,1,3,1,16005001,0,180,223061504 +200008017,1,3,1,17001001,0,10,223061504 +200008018,1,3,1,30010001,0,50,223061504 +200008019,1,1,1,0,0,30,223061504 +200008020,1,4,1,1,0,100000,223061504 +200008021,1,3,1,19100001,0,10,223061504 +200008022,1,3,1,16005001,0,180,223061504 +200008023,1,3,1,17001001,0,10,223061504 +200008024,1,3,1,30010001,0,50,223061504 +200008025,1,1,1,0,0,30,223061504 +200008026,1,4,1,1,0,100000,223061504 +200008027,1,3,1,19100001,0,10,223061504 +200008028,1,3,1,16005002,0,72,223061504 +200008029,1,3,1,17001001,0,10,223061504 +200008030,1,3,1,30010001,0,70,223061504 +200008031,1,1,1,0,0,30,223061504 +200008032,1,4,1,1,0,100000,223061504 +200008033,1,3,1,19100001,0,10,223061504 +200008034,1,3,1,16005002,0,72,223061504 +200008035,1,3,1,17001001,0,10,223061504 +200008036,1,3,1,30010001,0,80,223061504 +200008037,1,1,1,0,0,30,223061504 +200008038,1,4,1,1,0,100000,223061504 +200008039,1,3,1,19100001,0,10,223061504 +200008040,1,3,1,16005002,0,72,223061504 +200008041,1,3,1,17001001,0,10,223061504 +200008042,1,3,1,30010001,0,80,223061504 +200008043,1,1,1,0,0,30,223061504 +200008044,1,4,1,1,0,100000,223061504 +200008045,1,3,1,19100001,0,10,223061504 +200008046,1,3,1,16005002,0,72,223061504 +200008047,1,3,1,17001001,0,10,223061504 +200008048,1,3,1,30010001,0,100,223061504 +200008049,1,1,1,0,0,30,223061504 +200008050,1,4,1,1,0,100000,223061504 +200008051,1,3,1,19100001,0,10,223061504 +200008052,1,1,1,0,0,30,223061504 +200008053,1,3,1,16005002,0,72,223061504 +200008054,1,3,1,17001001,0,10,223061504 +200008055,1,3,1,30010001,0,100,223061504 +200008056,1,1,1,0,0,30,223061504 +200008057,1,4,1,1,0,100000,223061504 +200008058,1,3,1,19100001,0,10,223061504 +200008059,1,1,1,0,0,30,223061504 +200008060,1,3,1,16005003,0,54,223061504 +200008061,1,3,1,17001002,0,5,223061504 +200008062,1,3,1,30010001,0,100,223061504 +200008063,1,2,1,20090013,1,1,223061504 +200008064,1,1,1,0,0,30,223061504 +200008065,1,4,1,1,0,100000,223061504 +200008066,1,3,1,19100001,0,10,223061504 +200008067,1,1,1,0,0,30,223061504 +200008068,1,3,1,16005003,0,86,223061504 +200008069,1,3,1,17001002,0,5,223061504 +200008070,1,4,1,1,0,100000,223061504 +200008071,1,1,1,0,0,30,223061504 +200008072,1,4,1,1,0,100000,223061504 +200008073,1,3,1,19100001,0,10,223061504 +200008074,1,1,1,0,0,300,223061504 +200008075,1,3,1,16005002,0,96,223061504 +200008076,1,3,1,17001002,0,5,223061504 +200008077,1,3,1,16005002,0,48,223061504 +200008078,1,1,1,0,0,30,223061504 +200008079,1,3,1,19100001,0,150,223061504 +200008080,1,1,1,0,0,30,223061504 +200008081,1,3,1,16005003,0,43,223061504 +200008082,1,3,1,17001003,0,3,223061504 +200008083,1,4,1,1,0,100000,223061504 +200008084,1,1,1,0,0,300,223061504 +200008085,1,3,1,19100001,0,10,223061504 +200008086,1,3,1,17001003,0,3,223061504 +200008087,1,18,1,22004003,0,1,223061504 +200008088,1,3,1,19100001,0,30,223061504 +200008089,1,1,1,0,0,40,223061504 +200008090,1,4,1,1,0,100000,223061504 +200008091,1,3,1,19100001,0,150,223061504 +200008092,1,1,1,0,0,50,223061504 +200008093,1,4,1,1,0,100000,223061504 +200008094,1,3,1,19100001,0,30,223061504 +200008095,1,1,1,0,0,300,223061504 +200008096,1,3,1,19100001,0,50,223061504 +200008097,1,3,1,30010001,0,30,223061504 +200008098,1,3,1,30010001,0,15,223061504 +200008099,1,3,1,30010001,0,15,223061504 +200008100,1,3,1,30010001,0,15,223061504 +200008101,1,3,1,30010001,0,15,223061504 +200008102,1,3,1,30010001,0,15,223061504 +200008103,1,3,1,30010001,0,15,223061504 +200008104,1,3,1,30010001,0,15,223061504 +200008105,1,3,1,30010001,0,15,223061504 +200008106,1,3,1,30010001,0,15,223061504 +200008107,1,3,1,30010001,0,30,223061504 +200008108,1,3,1,30010001,0,15,223061504 +200008109,1,3,1,30010001,0,15,223061504 +200008110,1,3,1,30010001,0,15,223061504 +200008111,1,3,1,30010001,0,15,223061504 +200008112,1,3,1,30010001,0,15,223061504 +200008113,1,3,1,30010001,0,15,223061504 +200008114,1,3,1,30010001,0,15,223061504 +200008115,1,3,1,30010001,0,30,223061504 +200013001,1,1,1,0,0,30,223073104 +200013002,1,4,1,1,0,50000,223073104 +200013003,1,3,1,19100001,0,10,223073104 +200013004,1,3,1,16005001,0,180,223073104 +200013005,1,3,1,17001001,0,10,223073104 +200013006,1,3,1,30010001,0,30,223073104 +200013007,1,1,1,0,0,30,223073104 +200013008,1,4,1,1,0,100000,223073104 +200013009,1,3,1,19100001,0,10,223073104 +200013010,1,3,1,16005001,0,180,223073104 +200013011,1,3,1,17001001,0,10,223073104 +200013012,1,3,1,30010001,0,40,223073104 +200013013,1,1,1,0,0,40,223073104 +200013014,1,4,1,1,0,100000,223073104 +200013015,1,3,1,19100001,0,10,223073104 +200013016,1,3,1,16005001,0,180,223073104 +200013017,1,3,1,17001001,0,10,223073104 +200013018,1,3,1,15010010,0,1,223073104 +200013019,1,3,1,30010001,0,50,223073104 +200013020,1,4,1,1,0,100000,223073104 +200013021,1,3,1,19100001,0,10,223073104 +200013022,1,3,1,16005001,0,180,223073104 +200013023,1,1,1,0,0,100,223073104 +200013024,1,3,1,30010001,0,50,223073104 +200013025,1,3,1,17001001,0,10,223073104 +200013026,1,4,1,1,0,100000,223073104 +200013027,1,3,1,19100001,0,10,223073104 +200013028,1,1,1,0,0,50,223073104 +200013029,1,3,1,16005002,0,60,223073104 +200013030,1,3,1,17001001,0,10,223073104 +200013031,1,3,1,30010001,0,70,223073104 +200013032,1,4,1,1,0,100000,223073104 +200013033,1,1,1,0,0,100,223073104 +200013034,1,3,1,19100001,0,10,223073104 +200013035,1,3,1,16005002,0,66,223073104 +200013036,1,3,1,17001001,0,10,223073104 +200013037,1,3,1,30010001,0,80,223073104 +200013038,1,3,1,15010011,0,1,223073104 +200013039,1,4,1,1,0,100000,223073104 +200013040,1,3,1,19100001,0,10,223073104 +200013041,1,3,1,16005002,0,66,223073104 +200013042,1,3,1,17001001,0,10,223073104 +200013043,1,1,1,0,0,100,223073104 +200013044,1,3,1,30010001,0,80,223073104 +200013045,1,4,1,1,0,100000,223073104 +200013046,1,3,1,19100001,0,10,223073104 +200013047,1,3,1,16005002,0,66,223073104 +200013048,1,1,1,0,0,50,223073104 +200013049,1,3,1,17001001,0,10,223073104 +200013050,1,3,1,30010001,0,100,223073104 +200013051,1,4,1,1,0,150000,223073104 +200013052,1,3,1,16005002,0,66,223073104 +200013053,1,1,1,0,0,100,223073104 +200013054,1,3,1,19100001,0,10,223073104 +200013055,1,3,1,17001001,0,10,223073104 +200013056,1,3,1,30010001,0,100,223073104 +200013057,1,3,1,16005002,0,66,223073104 +200013058,1,1,1,0,0,50,223073104 +200013059,1,4,1,1,0,200000,223073104 +200013060,1,3,1,19100001,0,10,223073104 +200013061,1,3,1,16005002,0,66,223073104 +200013062,1,3,1,17001002,0,5,223073104 +200013063,1,2,1,10040016,1,1,223073104 +200013064,1,3,1,30010001,0,100,223073104 +200013065,1,4,1,1,0,300000,223073104 +200013066,1,3,1,19100001,0,30,223073104 +200013067,1,1,1,0,0,100,223073104 +200013068,1,3,1,16005003,0,54,223073104 +200013069,1,3,1,17001002,0,5,223073104 +200013070,1,3,1,21001006,0,30,223073104 +200013071,1,1,1,0,0,50,223073104 +200013072,1,3,1,15010010,0,1,223073104 +200013073,1,3,1,19100001,0,100,223073104 +200013074,1,1,1,0,0,50,223073104 +200013075,1,3,1,16005003,0,86,223073104 +200013076,1,3,1,17001002,0,5,223073104 +200013077,1,3,1,15010010,0,1,223073104 +200013078,1,3,1,19100001,0,100,223073104 +200013079,1,1,1,0,0,50,223073104 +200013080,1,3,1,16005003,0,43,223073104 +200013081,1,3,1,17001003,0,3,223073104 +200013082,1,4,1,1,0,500000,223073104 +200013083,1,3,1,21001006,0,30,223073104 +200013084,1,1,1,0,0,50,223073104 +200013085,1,3,1,19100001,0,20,223073104 +200013086,1,3,1,17001003,0,3,223073104 +200013087,1,1,1,0,0,100,223073104 +200013088,1,3,1,19100001,0,100,223073104 +200013089,1,1,1,0,0,50,223073104 +200013090,1,3,1,21001006,0,40,223073104 +200013091,1,1,1,0,0,100,223073104 +200013092,1,3,1,19100001,0,30,223073104 +200013093,1,3,1,21001006,0,50,223073104 +200013094,1,3,1,19100001,0,30,223073104 +200013095,1,1,1,0,0,300,223073104 +200013096,1,3,1,19100001,0,30,223073104 +200013097,1,3,1,30010001,0,30,223073104 +200013098,1,4,1,1,0,100000,223073104 +200013099,1,3,1,30010001,0,30,223073104 +200013100,1,4,1,1,0,100000,223073104 +200013101,1,3,1,30010001,0,30,223073104 +200013102,1,4,1,1,0,100000,223073104 +200013103,1,3,1,30010001,0,30,223073104 +200013104,1,4,1,1,0,100000,223073104 +200013105,1,3,1,30010001,0,30,223073104 +200013106,1,4,1,1,0,100000,223073104 +200013107,1,3,1,30010001,0,30,223073104 +200013108,1,4,1,1,0,100000,223073104 +200013109,1,3,1,30010001,0,30,223073104 +200013110,1,4,1,1,0,100000,223073104 +200013111,1,3,1,30010001,0,30,223073104 +200013112,1,4,1,1,0,100000,223073104 +200013113,1,3,1,30010001,0,30,223073104 +200013114,1,4,1,1,0,100000,223073104 +200013115,1,3,1,30010001,0,30,223073104 +200014001,1,3,1,21001006,0,1,223081101 +200014002,1,3,1,20001006,0,5,223081101 +200014003,1,3,1,30010001,0,50,223081101 +200014004,1,3,1,21001006,0,1,223081101 +200014005,1,3,1,20001006,0,7,223081101 +200014006,1,3,1,30010001,0,50,223081101 +200014007,1,3,1,21001006,0,1,223081101 +200014008,1,3,1,20001006,0,10,223081101 +200014009,1,3,1,30010001,0,100,223081101 +200014010,1,3,1,21001006,0,1,223081101 +200014011,1,3,1,20001006,0,10,223081101 +200014012,1,3,1,30010001,0,100,223081101 +200014013,1,3,1,21001006,0,1,223081101 +200014014,1,3,1,20001006,0,10,223081101 +200014015,1,3,1,30010001,0,100,223081101 +200014016,1,3,1,21001006,0,3,223081101 +200014017,1,3,1,20001006,0,10,223081101 +200014018,1,3,1,30010001,0,100,223081101 +200014019,1,3,1,21001006,0,3,223081101 +200014020,1,3,1,20001006,0,10,223081101 +200015001,1,1,1,0,0,30,223081504 +200015002,1,4,1,1,0,50000,223081504 +200015003,1,3,1,19100001,0,10,223081504 +200015004,1,3,1,16005001,0,180,223081504 +200015005,1,3,1,17001001,0,10,223081504 +200015006,1,3,1,30010001,0,30,223081504 +200015007,1,1,1,0,0,30,223081504 +200015008,1,4,1,1,0,100000,223081504 +200015009,1,3,1,19100001,0,10,223081504 +200015010,1,3,1,16005001,0,180,223081504 +200015011,1,3,1,17001001,0,10,223081504 +200015012,1,3,1,30010001,0,40,223081504 +200015013,1,1,1,0,0,40,223081504 +200015014,1,4,1,1,0,100000,223081504 +200015015,1,3,1,19100001,0,10,223081504 +200015016,1,3,1,16005001,0,180,223081504 +200015017,1,3,1,17001001,0,10,223081504 +200015018,1,3,1,15010012,0,1,223081504 +200015019,1,3,1,30010001,0,50,223081504 +200015020,1,4,1,1,0,100000,223081504 +200015021,1,3,1,19100001,0,10,223081504 +200015022,1,3,1,16005001,0,180,223081504 +200015023,1,1,1,0,0,100,223081504 +200015024,1,3,1,30010001,0,50,223081504 +200015025,1,3,1,17001001,0,10,223081504 +200015026,1,4,1,1,0,100000,223081504 +200015027,1,3,1,19100001,0,10,223081504 +200015028,1,1,1,0,0,50,223081504 +200015029,1,3,1,16005002,0,60,223081504 +200015030,1,3,1,17001001,0,10,223081504 +200015031,1,3,1,30010001,0,70,223081504 +200015032,1,4,1,1,0,100000,223081504 +200015033,1,1,1,0,0,100,223081504 +200015034,1,3,1,19100001,0,10,223081504 +200015035,1,3,1,16005002,0,66,223081504 +200015036,1,3,1,17001001,0,10,223081504 +200015037,1,3,1,30010001,0,80,223081504 +200015038,1,3,1,15010013,0,1,223081504 +200015039,1,4,1,1,0,100000,223081504 +200015040,1,3,1,19100001,0,10,223081504 +200015041,1,3,1,16005002,0,66,223081504 +200015042,1,3,1,17001001,0,10,223081504 +200015043,1,1,1,0,0,100,223081504 +200015044,1,3,1,30010001,0,80,223081504 +200015045,1,4,1,1,0,100000,223081504 +200015046,1,3,1,19100001,0,10,223081504 +200015047,1,3,1,16005002,0,66,223081504 +200015048,1,1,1,0,0,50,223081504 +200015049,1,3,1,17001001,0,10,223081504 +200015050,1,3,1,30010001,0,100,223081504 +200015051,1,4,1,1,0,150000,223081504 +200015052,1,3,1,16005002,0,66,223081504 +200015053,1,1,1,0,0,100,223081504 +200015054,1,3,1,19100001,0,10,223081504 +200015055,1,3,1,17001001,0,10,223081504 +200015056,1,3,1,30010001,0,100,223081504 +200015057,1,3,1,16005002,0,66,223081504 +200015058,1,1,1,0,0,50,223081504 +200015059,1,4,1,1,0,200000,223081504 +200015060,1,3,1,19100001,0,10,223081504 +200015061,1,3,1,16005002,0,66,223081504 +200015062,1,3,1,17001002,0,5,223081504 +200015063,1,2,1,40010011,1,1,223081504 +200015064,1,3,1,30010001,0,100,223081504 +200015065,1,4,1,1,0,300000,223081504 +200015066,1,3,1,19100001,0,30,223081504 +200015067,1,1,1,0,0,100,223081504 +200015068,1,3,1,16005003,0,54,223081504 +200015069,1,3,1,17001002,0,5,223081504 +200015070,1,3,1,21001006,0,30,223081504 +200015071,1,1,1,0,0,50,223081504 +200015072,1,4,1,1,0,500000,223081504 +200015073,1,3,1,15010012,0,1,223081504 +200015074,1,3,1,19100001,0,100,223081504 +200015075,1,1,1,0,0,50,223081504 +200015076,1,3,1,16005003,0,86,223081504 +200015077,1,3,1,17001002,0,5,223081504 +200015078,1,3,1,15010012,0,1,223081504 +200015079,1,3,1,19100001,0,100,223081504 +200015080,1,1,1,0,0,50,223081504 +200015081,1,3,1,16005003,0,43,223081504 +200015082,1,3,1,17001003,0,3,223081504 +200015083,1,18,1,44007010,0,1,223081504 +200015084,1,3,1,21001006,0,30,223081504 +200015085,1,1,1,0,0,50,223081504 +200015086,1,3,1,19100001,0,20,223081504 +200015087,1,3,1,17001003,0,3,223081504 +200015088,1,1,1,0,0,100,223081504 +200015089,1,3,1,19100001,0,100,223081504 +200015090,1,1,1,0,0,50,223081504 +200015091,1,3,1,21001006,0,40,223081504 +200015092,1,1,1,0,0,100,223081504 +200015093,1,3,1,19100001,0,30,223081504 +200015094,1,3,1,21001006,0,50,223081504 +200015095,1,3,1,19100001,0,30,223081504 +200015096,1,1,1,0,0,300,223081504 +200015097,1,3,1,19100001,0,30,223081504 +200015098,1,3,1,30010001,0,30,223081504 +200015099,1,4,1,1,0,100000,223081504 +200015100,1,3,1,30010001,0,30,223081504 +200015101,1,4,1,1,0,100000,223081504 +200015102,1,3,1,30010001,0,30,223081504 +200015103,1,4,1,1,0,100000,223081504 +200015104,1,3,1,30010001,0,30,223081504 +200015105,1,4,1,1,0,100000,223081504 +200015106,1,3,1,30010001,0,30,223081504 +200015107,1,4,1,1,0,100000,223081504 +200015108,1,3,1,30010001,0,30,223081504 +200015109,1,4,1,1,0,100000,223081504 +200015110,1,3,1,30010001,0,30,223081504 +200015111,1,4,1,1,0,100000,223081504 +200015112,1,3,1,30010001,0,30,223081504 +200015113,1,4,1,1,0,100000,223081504 +200015114,1,3,1,30010001,0,30,223081504 +200015115,1,4,1,1,0,100000,223081504 +200015116,1,3,1,30010001,0,30,223081504 +200016001,1,3,1,21001006,0,1,223082601 +200016002,1,3,1,20001006,0,5,223082601 +200016003,1,3,1,30010001,0,50,223082601 +200016004,1,3,1,21001006,0,1,223082601 +200016005,1,3,1,20001006,0,7,223082601 +200016006,1,3,1,30010001,0,50,223082601 +200016007,1,3,1,21001006,0,1,223082601 +200016008,1,3,1,20001006,0,10,223082601 +200016009,1,3,1,30010001,0,100,223082601 +200016010,1,3,1,21001006,0,1,223082601 +200016011,1,3,1,20001006,0,10,223082601 +200016012,1,3,1,30010001,0,100,223082601 +200016013,1,3,1,21001006,0,1,223082601 +200016014,1,3,1,20001006,0,10,223082601 +200016015,1,3,1,30010001,0,100,223082601 +200016016,1,3,1,21001006,0,3,223082601 +200016017,1,3,1,20001006,0,10,223082601 +200016018,1,3,1,30010001,0,100,223082601 +200016019,1,3,1,21001006,0,3,223082601 +200016020,1,3,1,20001006,0,10,223082601 +200017001,1,1,1,0,0,30,223083104 +200017002,1,4,1,1,0,50000,223083104 +200017003,1,3,1,19100001,0,10,223083104 +200017004,1,3,1,21001007,0,20,223083104 +200017005,1,3,1,16005001,0,180,223083104 +200017006,1,3,1,17001001,0,10,223083104 +200017007,1,3,1,30010001,0,30,223083104 +200017008,1,1,1,0,0,30,223083104 +200017009,1,4,1,1,0,100000,223083104 +200017010,1,3,1,19100001,0,10,223083104 +200017011,1,3,1,16005001,0,180,223083104 +200017012,1,3,1,17001001,0,10,223083104 +200017013,1,3,1,21001007,0,20,223083104 +200017014,1,3,1,30010001,0,40,223083104 +200017015,1,4,1,1,0,100000,223083104 +200017016,1,1,1,0,0,40,223083104 +200017017,1,3,1,21001007,0,20,223083104 +200017018,1,3,1,19100001,0,10,223083104 +200017019,1,3,1,16005001,0,180,223083104 +200017020,1,3,1,17001001,0,10,223083104 +200017021,1,3,1,15010014,0,1,223083104 +200017022,1,3,1,30010001,0,50,223083104 +200017023,1,4,1,1,0,100000,223083104 +200017024,1,3,1,19100001,0,10,223083104 +200017025,1,3,1,16005001,0,180,223083104 +200017026,1,1,1,0,0,100,223083104 +200017027,1,3,1,30010001,0,50,223083104 +200017028,1,3,1,17001001,0,10,223083104 +200017029,1,4,1,1,0,100000,223083104 +200017030,1,3,1,19100001,0,10,223083104 +200017031,1,1,1,0,0,50,223083104 +200017032,1,3,1,16005002,0,60,223083104 +200017033,1,3,1,17001001,0,10,223083104 +200017034,1,3,1,30010001,0,70,223083104 +200017035,1,4,1,1,0,100000,223083104 +200017036,1,1,1,0,0,100,223083104 +200017037,1,3,1,19100001,0,10,223083104 +200017038,1,3,1,16005002,0,66,223083104 +200017039,1,3,1,17001001,0,10,223083104 +200017040,1,3,1,30010001,0,80,223083104 +200017041,1,3,1,15010015,0,1,223083104 +200017042,1,4,1,1,0,100000,223083104 +200017043,1,3,1,19100001,0,10,223083104 +200017044,1,3,1,16005002,0,66,223083104 +200017045,1,3,1,17001001,0,10,223083104 +200017046,1,1,1,0,0,100,223083104 +200017047,1,3,1,30010001,0,80,223083104 +200017048,1,4,1,1,0,100000,223083104 +200017049,1,3,1,19100001,0,10,223083104 +200017050,1,3,1,16005002,0,66,223083104 +200017051,1,1,1,0,0,50,223083104 +200017052,1,3,1,17001001,0,10,223083104 +200017053,1,3,1,30010001,0,100,223083104 +200017054,1,4,1,1,0,150000,223083104 +200017055,1,3,1,16005002,0,66,223083104 +200017056,1,1,1,0,0,100,223083104 +200017057,1,3,1,19100001,0,10,223083104 +200017058,1,3,1,17001001,0,10,223083104 +200017059,1,3,1,30010001,0,100,223083104 +200017060,1,3,1,16005002,0,66,223083104 +200017061,1,1,1,0,0,50,223083104 +200017062,1,4,1,1,0,200000,223083104 +200017063,1,3,1,19100001,0,10,223083104 +200017064,1,3,1,16005002,0,66,223083104 +200017065,1,3,1,17001002,0,5,223083104 +200017066,1,2,1,20050014,0,1,223083104 +200017067,1,3,1,30010001,0,100,223083104 +200017068,1,4,1,1,0,300000,223083104 +200017069,1,3,1,19100001,0,30,223083104 +200017070,1,1,1,0,0,100,223083104 +200017071,1,3,1,16005003,0,54,223083104 +200017072,1,3,1,17001002,0,5,223083104 +200017073,1,3,1,21001007,0,30,223083104 +200017074,1,1,1,0,0,50,223083104 +200017075,1,3,1,15010014,0,1,223083104 +200017076,1,3,1,19100001,0,100,223083104 +200017077,1,1,1,0,0,50,223083104 +200017078,1,3,1,16005003,0,86,223083104 +200017079,1,3,1,17001002,0,5,223083104 +200017080,1,3,1,15010014,0,1,223083104 +200017081,1,3,1,19100001,0,100,223083104 +200017082,1,1,1,0,0,50,223083104 +200017083,1,3,1,16005003,0,43,223083104 +200017084,1,3,1,17001003,0,3,223083104 +200017085,1,4,1,1,0,500000,223083104 +200017086,1,3,1,21001007,0,30,223083104 +200017087,1,1,1,0,0,50,223083104 +200017088,1,3,1,19100001,0,20,223083104 +200017089,1,3,1,17001003,0,3,223083104 +200017090,1,1,1,0,0,100,223083104 +200017091,1,3,1,19100001,0,100,223083104 +200017092,1,1,1,0,0,50,223083104 +200017093,1,3,1,21001007,0,40,223083104 +200017094,1,1,1,0,0,100,223083104 +200017095,1,3,1,19100001,0,30,223083104 +200017096,1,3,1,21001007,0,50,223083104 +200017097,1,3,1,19100001,0,30,223083104 +200017098,1,1,1,0,0,300,223083104 +200017099,1,3,1,19100001,0,30,223083104 +200017100,1,3,1,30010001,0,30,223083104 +200017101,1,4,1,1,0,100000,223083104 +200017102,1,3,1,30010001,0,30,223083104 +200017103,1,4,1,1,0,100000,223083104 +200017104,1,3,1,30010001,0,30,223083104 +200017105,1,4,1,1,0,100000,223083104 +200017106,1,3,1,30010001,0,30,223083104 +200017107,1,4,1,1,0,100000,223083104 +200017108,1,3,1,30010001,0,30,223083104 +200017109,1,4,1,1,0,100000,223083104 +200017110,1,3,1,30010001,0,30,223083104 +200017111,1,4,1,1,0,100000,223083104 +200017112,1,3,1,30010001,0,30,223083104 +200017113,1,4,1,1,0,100000,223083104 +200017114,1,3,1,30010001,0,30,223083104 +200017115,1,4,1,1,0,100000,223083104 +200017116,1,3,1,30010001,0,30,223083104 +200017117,1,4,1,1,0,100000,223083104 +200017118,1,3,1,30010001,0,30,223083104 +200018001,1,3,1,21001007,0,1,223091101 +200018002,1,3,1,20001007,0,5,223091101 +200018003,1,3,1,30010001,0,50,223091101 +200018004,1,3,1,21001007,0,1,223091101 +200018005,1,3,1,20001007,0,7,223091101 +200018006,1,3,1,30010001,0,50,223091101 +200018007,1,3,1,21001007,0,1,223091101 +200018008,1,3,1,20001007,0,10,223091101 +200018009,1,3,1,30010001,0,100,223091101 +200018010,1,3,1,21001007,0,1,223091101 +200018011,1,3,1,20001007,0,10,223091101 +200018012,1,3,1,30010001,0,100,223091101 +200018013,1,3,1,21001007,0,1,223091101 +200018014,1,3,1,20001007,0,10,223091101 +200018015,1,3,1,30010001,0,100,223091101 +200018016,1,3,1,21001007,0,3,223091101 +200018017,1,3,1,20001007,0,10,223091101 +200018018,1,3,1,30010001,0,100,223091101 +200018019,1,3,1,21001007,0,3,223091101 +200018020,1,3,1,20001007,0,10,223091101 +200019001,1,1,1,0,0,30,223091504 +200019002,1,4,1,1,0,50000,223091504 +200019003,1,3,1,19100001,0,10,223091504 +200019004,1,3,1,16005001,0,180,223091504 +200019005,1,3,1,17001001,0,10,223091504 +200019006,1,3,1,30010001,0,30,223091504 +200019007,1,1,1,0,0,30,223091504 +200019008,1,4,1,1,0,100000,223091504 +200019009,1,3,1,19100001,0,10,223091504 +200019010,1,3,1,16005001,0,180,223091504 +200019011,1,3,1,17001001,0,10,223091504 +200019012,1,3,1,30010001,0,40,223091504 +200019013,1,1,1,0,0,40,223091504 +200019014,1,4,1,1,0,100000,223091504 +200019015,1,3,1,19100001,0,10,223091504 +200019016,1,3,1,16005001,0,180,223091504 +200019017,1,3,1,17001001,0,10,223091504 +200019018,1,3,1,15010016,0,1,223091504 +200019019,1,3,1,30010001,0,50,223091504 +200019020,1,4,1,1,0,100000,223091504 +200019021,1,3,1,19100001,0,10,223091504 +200019022,1,3,1,16005001,0,180,223091504 +200019023,1,1,1,0,0,100,223091504 +200019024,1,3,1,30010001,0,50,223091504 +200019025,1,3,1,17001001,0,10,223091504 +200019026,1,4,1,1,0,100000,223091504 +200019027,1,3,1,19100001,0,10,223091504 +200019028,1,1,1,0,0,50,223091504 +200019029,1,3,1,16005002,0,60,223091504 +200019030,1,3,1,17001001,0,10,223091504 +200019031,1,3,1,30010001,0,70,223091504 +200019032,1,4,1,1,0,100000,223091504 +200019033,1,1,1,0,0,100,223091504 +200019034,1,3,1,19100001,0,10,223091504 +200019035,1,3,1,16005002,0,66,223091504 +200019036,1,3,1,17001001,0,10,223091504 +200019037,1,3,1,30010001,0,80,223091504 +200019038,1,3,1,15010017,0,1,223091504 +200019039,1,4,1,1,0,100000,223091504 +200019040,1,3,1,19100001,0,10,223091504 +200019041,1,3,1,16005002,0,66,223091504 +200019042,1,3,1,17001001,0,10,223091504 +200019043,1,1,1,0,0,100,223091504 +200019044,1,3,1,30010001,0,80,223091504 +200019045,1,4,1,1,0,100000,223091504 +200019046,1,3,1,19100001,0,10,223091504 +200019047,1,3,1,16005002,0,66,223091504 +200019048,1,1,1,0,0,50,223091504 +200019049,1,3,1,17001001,0,10,223091504 +200019050,1,3,1,30010001,0,100,223091504 +200019051,1,4,1,1,0,150000,223091504 +200019052,1,3,1,16005002,0,66,223091504 +200019053,1,1,1,0,0,100,223091504 +200019054,1,3,1,19100001,0,10,223091504 +200019055,1,3,1,17001001,0,10,223091504 +200019056,1,3,1,30010001,0,100,223091504 +200019057,1,3,1,16005002,0,66,223091504 +200019058,1,1,1,0,0,50,223091504 +200019059,1,4,1,1,0,200000,223091504 +200019060,1,3,1,19100001,0,10,223091504 +200019061,1,3,1,16005002,0,66,223091504 +200019062,1,3,1,17001002,0,5,223091504 +200019063,1,2,1,10080016,1,1,223091504 +200019064,1,3,1,30010001,0,100,223091504 +200019065,1,4,1,1,0,300000,223091504 +200019066,1,3,1,19100001,0,30,223091504 +200019067,1,1,1,0,0,100,223091504 +200019068,1,3,1,16005003,0,54,223091504 +200019069,1,3,1,17001002,0,5,223091504 +200019070,1,3,1,21001007,0,30,223091504 +200019071,1,1,1,0,0,50,223091504 +200019072,1,4,1,1,0,500000,223091504 +200019073,1,3,1,15010016,0,1,223091504 +200019074,1,3,1,19100001,0,100,223091504 +200019075,1,1,1,0,0,50,223091504 +200019076,1,3,1,16005003,0,86,223091504 +200019077,1,3,1,17001002,0,5,223091504 +200019078,1,3,1,15010016,0,1,223091504 +200019079,1,3,1,19100001,0,100,223091504 +200019080,1,1,1,0,0,50,223091504 +200019081,1,3,1,16005003,0,43,223091504 +200019082,1,3,1,17001003,0,3,223091504 +200019083,1,18,1,11007010,0,1,223091504 +200019084,1,3,1,21001007,0,30,223091504 +200019085,1,1,1,0,0,50,223091504 +200019086,1,3,1,19100001,0,20,223091504 +200019087,1,3,1,17001003,0,3,223091504 +200019088,1,1,1,0,0,100,223091504 +200019089,1,3,1,19100001,0,100,223091504 +200019090,1,1,1,0,0,50,223091504 +200019091,1,3,1,21001007,0,40,223091504 +200019092,1,1,1,0,0,100,223091504 +200019093,1,3,1,19100001,0,30,223091504 +200019094,1,3,1,21001007,0,50,223091504 +200019095,1,3,1,19100001,0,30,223091504 +200019096,1,1,1,0,0,300,223091504 +200019097,1,3,1,19100001,0,30,223091504 +200019098,1,3,1,30010001,0,30,223091504 +200019099,1,4,1,1,0,100000,223091504 +200019100,1,3,1,30010001,0,30,223091504 +200019101,1,4,1,1,0,100000,223091504 +200019102,1,3,1,30010001,0,30,223091504 +200019103,1,4,1,1,0,100000,223091504 +200019104,1,3,1,30010001,0,30,223091504 +200019105,1,4,1,1,0,100000,223091504 +200019106,1,3,1,30010001,0,30,223091504 +200019107,1,4,1,1,0,100000,223091504 +200019108,1,3,1,30010001,0,30,223091504 +200019109,1,4,1,1,0,100000,223091504 +200019110,1,3,1,30010001,0,30,223091504 +200019111,1,4,1,1,0,100000,223091504 +200019112,1,3,1,30010001,0,30,223091504 +200019113,1,4,1,1,0,100000,223091504 +200019114,1,3,1,30010001,0,30,223091504 +200019115,1,4,1,1,0,100000,223091504 +200019116,1,3,1,30010001,0,30,223091504 +200020001,1,3,1,21001007,0,1,223092601 +200020002,1,3,1,20001007,0,5,223092601 +200020003,1,3,1,30010001,0,50,223092601 +200020004,1,3,1,21001007,0,1,223092601 +200020005,1,3,1,20001007,0,7,223092601 +200020006,1,3,1,30010001,0,50,223092601 +200020007,1,3,1,21001007,0,1,223092601 +200020008,1,3,1,20001007,0,10,223092601 +200020009,1,3,1,30010001,0,100,223092601 +200020010,1,3,1,21001007,0,1,223092601 +200020011,1,3,1,20001007,0,10,223092601 +200020012,1,3,1,30010001,0,100,223092601 +200020013,1,3,1,21001007,0,1,223092601 +200020014,1,3,1,20001007,0,10,223092601 +200020015,1,3,1,30010001,0,100,223092601 +200020016,1,3,1,21001007,0,3,223092601 +200020017,1,3,1,20001007,0,10,223092601 +200020018,1,3,1,30010001,0,100,223092601 +200020019,1,3,1,21001007,0,3,223092601 +200020020,1,3,1,20001007,0,10,223092601 +200021001,1,1,1,0,0,30,223093004 +200021002,1,4,1,1,0,50000,223093004 +200021003,1,3,1,19100001,0,10,223093004 +200021004,1,3,1,21001008,0,20,223093004 +200021005,1,3,1,16005001,0,180,223093004 +200021006,1,3,1,17001001,0,10,223093004 +200021007,1,3,1,30010001,0,30,223093004 +200021008,1,1,1,0,0,30,223093004 +200021009,1,4,1,1,0,100000,223093004 +200021010,1,3,1,19100001,0,10,223093004 +200021011,1,3,1,16005001,0,180,223093004 +200021012,1,3,1,17001001,0,10,223093004 +200021013,1,3,1,21001008,0,20,223093004 +200021014,1,3,1,30010001,0,40,223093004 +200021015,1,4,1,1,0,100000,223093004 +200021016,1,1,1,0,0,40,223093004 +200021017,1,3,1,21001008,0,20,223093004 +200021018,1,3,1,19100001,0,10,223093004 +200021019,1,3,1,16005001,0,180,223093004 +200021020,1,3,1,17001001,0,10,223093004 +200021021,1,3,1,15010018,0,1,223093004 +200021022,1,3,1,30010001,0,50,223093004 +200021023,1,4,1,1,0,100000,223093004 +200021024,1,3,1,19100001,0,10,223093004 +200021025,1,3,1,16005001,0,180,223093004 +200021026,1,1,1,0,0,100,223093004 +200021027,1,3,1,30010001,0,50,223093004 +200021028,1,3,1,17001001,0,10,223093004 +200021029,1,4,1,1,0,100000,223093004 +200021030,1,3,1,19100001,0,10,223093004 +200021031,1,1,1,0,0,50,223093004 +200021032,1,3,1,16005002,0,60,223093004 +200021033,1,3,1,17001001,0,10,223093004 +200021034,1,3,1,30010001,0,70,223093004 +200021035,1,4,1,1,0,100000,223093004 +200021036,1,1,1,0,0,100,223093004 +200021037,1,3,1,19100001,0,10,223093004 +200021038,1,3,1,16005002,0,66,223093004 +200021039,1,3,1,17001001,0,10,223093004 +200021040,1,3,1,30010001,0,80,223093004 +200021041,1,3,1,15010019,0,1,223093004 +200021042,1,4,1,1,0,100000,223093004 +200021043,1,3,1,19100001,0,10,223093004 +200021044,1,3,1,16005002,0,66,223093004 +200021045,1,3,1,17001001,0,10,223093004 +200021046,1,1,1,0,0,100,223093004 +200021047,1,3,1,30010001,0,80,223093004 +200021048,1,4,1,1,0,100000,223093004 +200021049,1,3,1,19100001,0,10,223093004 +200021050,1,3,1,16005002,0,66,223093004 +200021051,1,1,1,0,0,50,223093004 +200021052,1,3,1,17001001,0,10,223093004 +200021053,1,3,1,30010001,0,100,223093004 +200021054,1,4,1,1,0,150000,223093004 +200021055,1,3,1,16005002,0,66,223093004 +200021056,1,1,1,0,0,100,223093004 +200021057,1,3,1,19100001,0,10,223093004 +200021058,1,3,1,17001001,0,10,223093004 +200021059,1,3,1,30010001,0,100,223093004 +200021060,1,3,1,16005002,0,66,223093004 +200021061,1,1,1,0,0,50,223093004 +200021062,1,4,1,1,0,200000,223093004 +200021063,1,3,1,19100001,0,10,223093004 +200021064,1,3,1,16005002,0,66,223093004 +200021065,1,3,1,17001002,0,5,223093004 +200021066,1,2,1,30030010,0,1,223093004 +200021067,1,3,1,30010001,0,100,223093004 +200021068,1,4,1,1,0,300000,223093004 +200021069,1,3,1,19100001,0,30,223093004 +200021070,1,1,1,0,0,100,223093004 +200021071,1,3,1,16005003,0,54,223093004 +200021072,1,3,1,17001002,0,5,223093004 +200021073,1,3,1,21001008,0,30,223093004 +200021074,1,1,1,0,0,50,223093004 +200021075,1,3,1,15010018,0,1,223093004 +200021076,1,3,1,19100001,0,100,223093004 +200021077,1,1,1,0,0,50,223093004 +200021078,1,3,1,16005003,0,86,223093004 +200021079,1,3,1,17001002,0,5,223093004 +200021080,1,3,1,15010018,0,1,223093004 +200021081,1,3,1,19100001,0,100,223093004 +200021082,1,1,1,0,0,50,223093004 +200021083,1,3,1,16005003,0,43,223093004 +200021084,1,3,1,17001003,0,3,223093004 +200021085,1,4,1,1,0,500000,223093004 +200021086,1,3,1,21001008,0,30,223093004 +200021087,1,1,1,0,0,50,223093004 +200021088,1,3,1,19100001,0,20,223093004 +200021089,1,3,1,17001003,0,3,223093004 +200021090,1,1,1,0,0,100,223093004 +200021091,1,3,1,19100001,0,100,223093004 +200021092,1,1,1,0,0,50,223093004 +200021093,1,3,1,21001008,0,40,223093004 +200021094,1,1,1,0,0,100,223093004 +200021095,1,3,1,19100001,0,30,223093004 +200021096,1,3,1,21001008,0,50,223093004 +200021097,1,3,1,19100001,0,30,223093004 +200021098,1,1,1,0,0,300,223093004 +200021099,1,3,1,19100001,0,30,223093004 +200021100,1,3,1,30010001,0,30,223093004 +200021101,1,4,1,1,0,100000,223093004 +200021102,1,3,1,30010001,0,30,223093004 +200021103,1,4,1,1,0,100000,223093004 +200021104,1,3,1,30010001,0,30,223093004 +200021105,1,4,1,1,0,100000,223093004 +200021106,1,3,1,30010001,0,30,223093004 +200021107,1,4,1,1,0,100000,223093004 +200021108,1,3,1,30010001,0,30,223093004 +200021109,1,4,1,1,0,100000,223093004 +200021110,1,3,1,30010001,0,30,223093004 +200021111,1,4,1,1,0,100000,223093004 +200021112,1,3,1,30010001,0,30,223093004 +200021113,1,4,1,1,0,100000,223093004 +200021114,1,3,1,30010001,0,30,223093004 +200021115,1,4,1,1,0,100000,223093004 +200021116,1,3,1,30010001,0,30,223093004 +200021117,1,4,1,1,0,100000,223093004 +200021118,1,3,1,30010001,0,30,223093004 +200022001,1,3,1,21001008,0,1,223101101 +200022002,1,3,1,20001009,0,5,223101101 +200022003,1,3,1,30010001,0,50,223101101 +200022004,1,3,1,21001008,0,1,223101101 +200022005,1,3,1,20001009,0,7,223101101 +200022006,1,3,1,30010001,0,50,223101101 +200022007,1,3,1,21001008,0,1,223101101 +200022008,1,3,1,20001009,0,10,223101101 +200022009,1,3,1,30010001,0,100,223101101 +200022010,1,3,1,21001008,0,1,223101101 +200022011,1,3,1,20001009,0,10,223101101 +200022012,1,3,1,30010001,0,100,223101101 +200022013,1,3,1,21001008,0,1,223101101 +200022014,1,3,1,20001009,0,10,223101101 +200022015,1,3,1,30010001,0,100,223101101 +200022016,1,3,1,21001008,0,3,223101101 +200022017,1,3,1,20001009,0,10,223101101 +200022018,1,3,1,30010001,0,100,223101101 +200022019,1,3,1,21001008,0,3,223101101 +200022020,1,3,1,20001009,0,10,223101101 +200023001,1,1,1,0,0,30,223101508 +200023002,1,1,1,0,0,30,223101508 +200023003,1,4,1,1,0,50000,223101508 +200023004,1,4,1,1,0,50000,223101508 +200023005,1,3,1,19100001,0,10,223101508 +200023006,1,3,1,19100001,0,10,223101508 +200023007,1,3,1,21001008,0,20,223101508 +200023008,1,3,1,21001008,0,20,223101508 +200023009,1,3,1,16005001,0,180,223101508 +200023010,1,3,1,16005001,0,180,223101508 +200023011,1,3,1,17001001,0,10,223101508 +200023012,1,3,1,17001001,0,10,223101508 +200023013,1,3,1,30010001,0,30,223101508 +200023014,1,3,1,30010001,0,30,223101508 +200023015,1,1,1,0,0,30,223101508 +200023016,1,1,1,0,0,30,223101508 +200023017,1,4,1,1,0,100000,223101508 +200023018,1,4,1,1,0,100000,223101508 +200023019,1,3,1,19100001,0,10,223101508 +200023020,1,3,1,19100001,0,10,223101508 +200023021,1,3,1,16005001,0,180,223101508 +200023022,1,3,1,16005001,0,180,223101508 +200023023,1,3,1,17001001,0,10,223101508 +200023024,1,3,1,17001001,0,10,223101508 +200023025,1,3,1,21001008,0,20,223101508 +200023026,1,3,1,21001008,0,20,223101508 +200023027,1,3,1,30010001,0,40,223101508 +200023028,1,3,1,30010001,0,40,223101508 +200023029,1,4,1,1,0,100000,223101508 +200023030,1,4,1,1,0,100000,223101508 +200023031,1,1,1,0,0,40,223101508 +200023032,1,1,1,0,0,40,223101508 +200023033,1,3,1,21001008,0,20,223101508 +200023034,1,3,1,21001008,0,20,223101508 +200023035,1,3,1,19100001,0,10,223101508 +200023036,1,3,1,19100001,0,10,223101508 +200023037,1,3,1,16005001,0,180,223101508 +200023038,1,3,1,16005001,0,180,223101508 +200023039,1,3,1,17001001,0,10,223101508 +200023040,1,3,1,17001001,0,10,223101508 +200023041,1,3,1,15010020,0,1,223101508 +200023042,1,3,1,15010020,0,1,223101508 +200023043,1,3,1,30010001,0,50,223101508 +200023044,1,3,1,30010001,0,50,223101508 +200023045,1,4,1,1,0,100000,223101508 +200023046,1,4,1,1,0,100000,223101508 +200023047,1,3,1,19100001,0,10,223101508 +200023048,1,3,1,19100001,0,10,223101508 +200023049,1,3,1,16005001,0,180,223101508 +200023050,1,3,1,16005001,0,180,223101508 +200023051,1,1,1,0,0,100,223101508 +200023052,1,1,1,0,0,100,223101508 +200023053,1,3,1,30010001,0,50,223101508 +200023054,1,3,1,30010001,0,50,223101508 +200023055,1,3,1,17001001,0,10,223101508 +200023056,1,3,1,17001001,0,10,223101508 +200023057,1,4,1,1,0,100000,223101508 +200023058,1,4,1,1,0,100000,223101508 +200023059,1,3,1,19100001,0,10,223101508 +200023060,1,3,1,19100001,0,10,223101508 +200023061,1,8,1,4001210,0,1,223101508 +200023062,1,1,1,0,0,50,223101508 +200023063,1,1,1,0,0,50,223101508 +200023064,1,3,1,16005002,0,60,223101508 +200023065,1,3,1,16005002,0,60,223101508 +200023066,1,3,1,17001001,0,10,223101508 +200023067,1,3,1,17001001,0,10,223101508 +200023068,1,3,1,30010001,0,70,223101508 +200023069,1,3,1,30010001,0,70,223101508 +200023070,1,4,1,1,0,100000,223101508 +200023071,1,4,1,1,0,100000,223101508 +200023072,1,1,1,0,0,100,223101508 +200023073,1,1,1,0,0,100,223101508 +200023074,1,3,1,19100001,0,10,223101508 +200023075,1,3,1,19100001,0,10,223101508 +200023076,1,3,1,16005002,0,66,223101508 +200023077,1,3,1,16005002,0,66,223101508 +200023078,1,3,1,17001001,0,10,223101508 +200023079,1,3,1,17001001,0,10,223101508 +200023080,1,3,1,30010001,0,80,223101508 +200023081,1,3,1,30010001,0,80,223101508 +200023082,1,3,1,15010021,0,1,223101508 +200023083,1,3,1,15010021,0,1,223101508 +200023084,1,4,1,1,0,100000,223101508 +200023085,1,4,1,1,0,100000,223101508 +200023086,1,3,1,19100001,0,10,223101508 +200023087,1,3,1,19100001,0,10,223101508 +200023088,1,3,1,16005002,0,66,223101508 +200023089,1,3,1,16005002,0,66,223101508 +200023090,1,3,1,17001001,0,10,223101508 +200023091,1,3,1,17001001,0,10,223101508 +200023092,1,1,1,0,0,100,223101508 +200023093,1,1,1,0,0,100,223101508 +200023094,1,3,1,30010001,0,80,223101508 +200023095,1,3,1,30010001,0,80,223101508 +200023096,1,4,1,1,0,100000,223101508 +200023097,1,4,1,1,0,100000,223101508 +200023098,1,3,1,19100001,0,10,223101508 +200023099,1,3,1,19100001,0,10,223101508 +200023100,1,3,1,16005002,0,66,223101508 +200023101,1,3,1,16005002,0,66,223101508 +200023102,1,15,1,19,0,1,223101508 +200023103,1,1,1,0,0,50,223101508 +200023104,1,1,1,0,0,50,223101508 +200023105,1,3,1,17001001,0,10,223101508 +200023106,1,3,1,17001001,0,10,223101508 +200023107,1,3,1,30010001,0,100,223101508 +200023108,1,3,1,30010001,0,100,223101508 +200023109,1,4,1,1,0,150000,223101508 +200023110,1,4,1,1,0,150000,223101508 +200023111,1,3,1,16005002,0,66,223101508 +200023112,1,3,1,16005002,0,66,223101508 +200023113,1,1,1,0,0,100,223101508 +200023114,1,1,1,0,0,100,223101508 +200023115,1,3,1,19100001,0,10,223101508 +200023116,1,3,1,19100001,0,10,223101508 +200023117,1,3,1,17001001,0,10,223101508 +200023118,1,3,1,17001001,0,10,223101508 +200023119,1,15,1,20,0,1,223101508 +200023120,1,3,1,30010001,0,100,223101508 +200023121,1,3,1,30010001,0,100,223101508 +200023122,1,3,1,16005002,0,66,223101508 +200023123,1,3,1,16005002,0,66,223101508 +200023124,1,1,1,0,0,50,223101508 +200023125,1,1,1,0,0,50,223101508 +200023126,1,4,1,1,0,200000,223101508 +200023127,1,4,1,1,0,200000,223101508 +200023128,1,3,1,19100001,0,10,223101508 +200023129,1,3,1,19100001,0,10,223101508 +200023130,1,3,1,16005002,0,66,223101508 +200023131,1,3,1,16005002,0,66,223101508 +200023132,1,3,1,17001002,0,5,223101508 +200023133,1,3,1,17001002,0,5,223101508 +200023134,1,2,1,20030015,0,1,223101508 +200023135,1,3,1,19100001,0,500,223101508 +200023136,1,3,1,30010001,0,100,223101508 +200023137,1,3,1,30010001,0,100,223101508 +200023138,1,4,1,1,0,300000,223101508 +200023139,1,4,1,1,0,300000,223101508 +200023140,1,3,1,19100001,0,30,223101508 +200023141,1,3,1,19100001,0,30,223101508 +200023142,1,1,1,0,0,100,223101508 +200023143,1,1,1,0,0,100,223101508 +200023144,1,3,1,16005003,0,54,223101508 +200023145,1,3,1,16005003,0,54,223101508 +200023146,1,3,1,17001002,0,5,223101508 +200023147,1,3,1,17001002,0,5,223101508 +200023148,1,3,1,21001008,0,30,223101508 +200023149,1,3,1,21001008,0,30,223101508 +200023150,1,1,1,0,0,50,223101508 +200023151,1,1,1,0,0,50,223101508 +200023152,1,15,1,21,0,1,223101508 +200023153,1,3,1,15010020,0,1,223101508 +200023154,1,3,1,15010020,0,1,223101508 +200023155,1,3,1,19100001,0,100,223101508 +200023156,1,3,1,19100001,0,100,223101508 +200023157,1,1,1,0,0,50,223101508 +200023158,1,1,1,0,0,50,223101508 +200023159,1,3,1,16005003,0,86,223101508 +200023160,1,3,1,16005003,0,86,223101508 +200023161,1,3,1,17001002,0,5,223101508 +200023162,1,3,1,17001002,0,5,223101508 +200023163,1,3,1,15010020,0,1,223101508 +200023164,1,3,1,15010020,0,1,223101508 +200023165,1,3,1,19100001,0,100,223101508 +200023166,1,3,1,19100001,0,100,223101508 +200023167,1,1,1,0,0,50,223101508 +200023168,1,1,1,0,0,50,223101508 +200023169,1,3,1,16005003,0,43,223101508 +200023170,1,3,1,16005003,0,43,223101508 +200023171,1,3,1,17001003,0,3,223101508 +200023172,1,3,1,17001003,0,3,223101508 +200023173,1,4,1,1,0,500000,223101508 +200023174,1,4,1,1,0,500000,223101508 +200023175,1,18,1,22007010,0,1,223101508 +200023176,1,3,1,21001008,0,30,223101508 +200023177,1,3,1,21001008,0,30,223101508 +200023178,1,1,1,0,0,50,223101508 +200023179,1,1,1,0,0,50,223101508 +200023180,1,3,1,19100001,0,20,223101508 +200023181,1,3,1,19100001,0,20,223101508 +200023182,1,3,1,17001003,0,3,223101508 +200023183,1,3,1,17001003,0,3,223101508 +200023184,1,1,1,0,0,100,223101508 +200023185,1,1,1,0,0,100,223101508 +200023186,1,15,1,22,0,1,223101508 +200023187,1,3,1,19100001,0,100,223101508 +200023188,1,3,1,19100001,0,100,223101508 +200023189,1,1,1,0,0,50,223101508 +200023190,1,1,1,0,0,50,223101508 +200023191,1,3,1,21001008,0,40,223101508 +200023192,1,3,1,21001008,0,40,223101508 +200023193,1,1,1,0,0,100,223101508 +200023194,1,1,1,0,0,100,223101508 +200023195,1,3,1,19100001,0,30,223101508 +200023196,1,3,1,19100001,0,30,223101508 +200023197,1,3,1,21001008,0,50,223101508 +200023198,1,3,1,21001008,0,50,223101508 +200023199,1,3,1,19100001,0,30,223101508 +200023200,1,3,1,19100001,0,30,223101508 +200023201,1,1,1,0,0,300,223101508 +200023202,1,1,1,0,0,300,223101508 +200023203,1,15,1,18,0,1,223101508 +200023204,1,3,1,19100001,0,30,223101508 +200023205,1,3,1,19100001,0,30,223101508 +200023206,1,3,1,30010001,0,30,223101508 +200023207,1,3,1,30010001,0,30,223101508 +200023208,1,4,1,1,0,100000,223101508 +200023209,1,4,1,1,0,100000,223101508 +200023210,1,3,1,30010001,0,30,223101508 +200023211,1,3,1,30010001,0,30,223101508 +200023212,1,15,1,23,0,1,223101508 +200023213,1,4,1,1,0,100000,223101508 +200023214,1,4,1,1,0,100000,223101508 +200023215,1,3,1,30010001,0,30,223101508 +200023216,1,3,1,30010001,0,30,223101508 +200023217,1,4,1,1,0,100000,223101508 +200023218,1,4,1,1,0,100000,223101508 +200023219,1,3,1,30010001,0,30,223101508 +200023220,1,3,1,30010001,0,30,223101508 +200023221,1,4,1,1,0,100000,223101508 +200023222,1,4,1,1,0,100000,223101508 +200023223,1,3,1,30010001,0,30,223101508 +200023224,1,3,1,30010001,0,30,223101508 +200023225,1,4,1,1,0,100000,223101508 +200023226,1,4,1,1,0,100000,223101508 +200023227,1,3,1,30010001,0,30,223101508 +200023228,1,3,1,30010001,0,30,223101508 +200023229,1,4,1,1,0,100000,223101508 +200023230,1,4,1,1,0,100000,223101508 +200023231,1,3,1,30010001,0,30,223101508 +200023232,1,3,1,30010001,0,30,223101508 +200023233,1,4,1,1,0,100000,223101508 +200023234,1,4,1,1,0,100000,223101508 +200023235,1,3,1,30010001,0,30,223101508 +200023236,1,3,1,30010001,0,30,223101508 +200023237,1,4,1,1,0,100000,223101508 +200023238,1,4,1,1,0,100000,223101508 +200023239,1,3,1,30010001,0,30,223101508 +200023240,1,3,1,30010001,0,30,223101508 +200023241,1,4,1,1,0,100000,223101508 +200023242,1,4,1,1,0,100000,223101508 +200023243,1,3,1,30010001,0,30,223101508 +200023244,1,3,1,30010001,0,30,223101508 +200024001,1,3,1,21001008,0,1,223102601 +200024002,1,3,1,20001009,0,5,223102601 +200024003,1,3,1,30010001,0,50,223102601 +200024004,1,3,1,21001008,0,1,223102601 +200024005,1,3,1,20001009,0,7,223102601 +200024006,1,3,1,30010001,0,50,223102601 +200024007,1,3,1,21001008,0,1,223102601 +200024008,1,3,1,20001009,0,10,223102601 +200024009,1,3,1,30010001,0,100,223102601 +200024010,1,3,1,21001008,0,1,223102601 +200024011,1,3,1,20001009,0,10,223102601 +200024012,1,3,1,30010001,0,100,223102601 +200024013,1,3,1,21001008,0,1,223102601 +200024014,1,3,1,20001009,0,10,223102601 +200024015,1,3,1,30010001,0,100,223102601 +200024016,1,3,1,21001008,0,3,223102601 +200024017,1,3,1,20001009,0,10,223102601 +200024018,1,3,1,30010001,0,100,223102601 +200024019,1,3,1,21001008,0,3,223102601 +200024020,1,3,1,20001009,0,10,223102601 +200025001,1,1,1,0,0,30,223103104 +200025002,1,4,1,1,0,50000,223103104 +200025003,1,3,1,19100001,0,10,223103104 +200025004,1,3,1,21001009,0,20,223103104 +200025005,1,3,1,16005001,0,180,223103104 +200025006,1,3,1,17001001,0,10,223103104 +200025007,1,3,1,30010001,0,30,223103104 +200025008,1,1,1,0,0,30,223103104 +200025009,1,4,1,1,0,100000,223103104 +200025010,1,3,1,19100001,0,10,223103104 +200025011,1,3,1,16005001,0,180,223103104 +200025012,1,3,1,17001001,0,10,223103104 +200025013,1,3,1,21001009,0,20,223103104 +200025014,1,3,1,30010001,0,40,223103104 +200025015,1,4,1,1,0,100000,223103104 +200025016,1,1,1,0,0,40,223103104 +200025017,1,3,1,21001009,0,20,223103104 +200025018,1,3,1,19100001,0,10,223103104 +200025019,1,3,1,16005001,0,180,223103104 +200025020,1,3,1,17001001,0,10,223103104 +200025021,1,3,1,19100001,0,50,223103104 +200025022,1,3,1,30010001,0,50,223103104 +200025023,1,4,1,1,0,100000,223103104 +200025024,1,3,1,19100001,0,10,223103104 +200025025,1,3,1,16005001,0,180,223103104 +200025026,1,1,1,0,0,100,223103104 +200025027,1,3,1,30010001,0,50,223103104 +200025028,1,3,1,17001001,0,10,223103104 +200025029,1,4,1,1,0,100000,223103104 +200025030,1,3,1,19100001,0,10,223103104 +200025031,1,1,1,0,0,50,223103104 +200025032,1,3,1,16005002,0,60,223103104 +200025033,1,3,1,17001001,0,10,223103104 +200025034,1,3,1,30010001,0,70,223103104 +200025035,1,4,1,1,0,100000,223103104 +200025036,1,1,1,0,0,100,223103104 +200025037,1,3,1,19100001,0,10,223103104 +200025038,1,3,1,16005002,0,66,223103104 +200025039,1,3,1,17001001,0,10,223103104 +200025040,1,3,1,30010001,0,80,223103104 +200025041,1,3,1,19100001,0,200,223103104 +200025042,1,4,1,1,0,100000,223103104 +200025043,1,3,1,19100001,0,10,223103104 +200025044,1,3,1,16005002,0,66,223103104 +200025045,1,3,1,17001001,0,10,223103104 +200025046,1,1,1,0,0,100,223103104 +200025047,1,3,1,30010001,0,80,223103104 +200025048,1,4,1,1,0,100000,223103104 +200025049,1,3,1,19100001,0,10,223103104 +200025050,1,3,1,16005002,0,66,223103104 +200025051,1,1,1,0,0,50,223103104 +200025052,1,3,1,17001001,0,10,223103104 +200025053,1,3,1,30010001,0,100,223103104 +200025054,1,4,1,1,0,150000,223103104 +200025055,1,3,1,16005002,0,66,223103104 +200025056,1,1,1,0,0,100,223103104 +200025057,1,3,1,19100001,0,10,223103104 +200025058,1,3,1,17001001,0,10,223103104 +200025059,1,3,1,30010001,0,100,223103104 +200025060,1,3,1,16005002,0,66,223103104 +200025061,1,1,1,0,0,50,223103104 +200025062,1,4,1,1,0,200000,223103104 +200025063,1,3,1,19100001,0,10,223103104 +200025064,1,3,1,16005002,0,66,223103104 +200025065,1,3,1,17001002,0,5,223103104 +200025066,1,2,1,40090011,0,1,223103104 +200025067,1,3,1,30010001,0,100,223103104 +200025068,1,4,1,1,0,300000,223103104 +200025069,1,3,1,19100001,0,30,223103104 +200025070,1,1,1,0,0,100,223103104 +200025071,1,3,1,16005003,0,54,223103104 +200025072,1,3,1,17001002,0,5,223103104 +200025073,1,3,1,21001009,0,30,223103104 +200025074,1,1,1,0,0,50,223103104 +200025075,1,3,1,19100001,0,50,223103104 +200025076,1,3,1,19100001,0,100,223103104 +200025077,1,1,1,0,0,50,223103104 +200025078,1,3,1,16005003,0,86,223103104 +200025079,1,3,1,17001002,0,5,223103104 +200025080,1,3,1,19100001,0,50,223103104 +200025081,1,3,1,19100001,0,100,223103104 +200025082,1,1,1,0,0,50,223103104 +200025083,1,3,1,16005003,0,43,223103104 +200025084,1,3,1,17001003,0,3,223103104 +200025085,1,4,1,1,0,500000,223103104 +200025086,1,3,1,21001009,0,30,223103104 +200025087,1,1,1,0,0,50,223103104 +200025088,1,3,1,19100001,0,20,223103104 +200025089,1,3,1,17001003,0,3,223103104 +200025090,1,1,1,0,0,100,223103104 +200025091,1,3,1,19100001,0,100,223103104 +200025092,1,1,1,0,0,50,223103104 +200025093,1,3,1,21001009,0,40,223103104 +200025094,1,1,1,0,0,100,223103104 +200025095,1,3,1,19100001,0,30,223103104 +200025096,1,3,1,21001009,0,50,223103104 +200025097,1,3,1,19100001,0,30,223103104 +200025098,1,1,1,0,0,300,223103104 +200025099,1,3,1,19100001,0,30,223103104 +200025100,1,3,1,30010001,0,30,223103104 +200025101,1,4,1,1,0,100000,223103104 +200025102,1,3,1,30010001,0,30,223103104 +200025103,1,4,1,1,0,100000,223103104 +200025104,1,3,1,30010001,0,30,223103104 +200025105,1,4,1,1,0,100000,223103104 +200025106,1,3,1,30010001,0,30,223103104 +200025107,1,4,1,1,0,100000,223103104 +200025108,1,3,1,30010001,0,30,223103104 +200025109,1,4,1,1,0,100000,223103104 +200025110,1,3,1,30010001,0,30,223103104 +200025111,1,4,1,1,0,100000,223103104 +200025112,1,3,1,30010001,0,30,223103104 +200025113,1,4,1,1,0,100000,223103104 +200025114,1,3,1,30010001,0,30,223103104 +200025115,1,4,1,1,0,100000,223103104 +200025116,1,3,1,30010001,0,30,223103104 +200025117,1,4,1,1,0,100000,223103104 +200025118,1,3,1,30010001,0,30,223103104 +200026001,1,3,1,21001009,0,1,223111101 +200026002,1,3,1,20001010,0,5,223111101 +200026003,1,3,1,30010001,0,50,223111101 +200026004,1,3,1,21001009,0,1,223111101 +200026005,1,3,1,20001010,0,7,223111101 +200026006,1,3,1,30010001,0,50,223111101 +200026007,1,3,1,21001009,0,1,223111101 +200026008,1,3,1,20001010,0,10,223111101 +200026009,1,3,1,30010001,0,100,223111101 +200026010,1,3,1,21001009,0,1,223111101 +200026011,1,3,1,20001010,0,10,223111101 +200026012,1,3,1,30010001,0,100,223111101 +200026013,1,3,1,21001009,0,1,223111101 +200026014,1,3,1,20001010,0,10,223111101 +200026015,1,3,1,30010001,0,100,223111101 +200026016,1,3,1,21001009,0,3,223111101 +200026017,1,3,1,20001010,0,10,223111101 +200026018,1,3,1,30010001,0,100,223111101 +200026019,1,3,1,21001009,0,3,223111101 +200026020,1,3,1,20001010,0,10,223111101 +200027001,1,1,1,0,0,30,223111504 +200027002,1,4,1,1,0,50000,223111504 +200027003,1,3,1,19100001,0,10,223111504 +200027004,1,3,1,21001009,0,20,223111504 +200027005,1,3,1,16005001,0,180,223111504 +200027006,1,3,1,17001001,0,10,223111504 +200027007,1,3,1,30010001,0,30,223111504 +200027008,1,1,1,0,0,30,223111504 +200027009,1,4,1,1,0,100000,223111504 +200027010,1,3,1,19100001,0,10,223111504 +200027011,1,3,1,16005001,0,180,223111504 +200027012,1,3,1,17001001,0,10,223111504 +200027013,1,3,1,21001009,0,20,223111504 +200027014,1,3,1,30010001,0,40,223111504 +200027015,1,4,1,1,0,100000,223111504 +200027016,1,1,1,0,0,40,223111504 +200027017,1,3,1,21001009,0,20,223111504 +200027018,1,3,1,19100001,0,10,223111504 +200027019,1,3,1,16005001,0,180,223111504 +200027020,1,3,1,17001001,0,10,223111504 +200027021,1,3,1,15010025,0,1,223111504 +200027022,1,3,1,30010001,0,50,223111504 +200027023,1,4,1,1,0,100000,223111504 +200027024,1,3,1,22001001,0,1,223111504 +200027025,1,3,1,19100001,0,10,223111504 +200027026,1,3,1,16005001,0,180,223111504 +200027027,1,1,1,0,0,100,223111504 +200027028,1,3,1,30010001,0,50,223111504 +200027029,1,3,1,17001001,0,10,223111504 +200027030,1,3,1,22001001,0,1,223111504 +200027031,1,4,1,1,0,100000,223111504 +200027032,1,3,1,19100001,0,10,223111504 +200027033,1,1,1,0,0,50,223111504 +200027034,1,3,1,16005002,0,60,223111504 +200027035,1,3,1,17001001,0,10,223111504 +200027036,1,3,1,22001001,0,1,223111504 +200027037,1,3,1,30010001,0,70,223111504 +200027038,1,4,1,1,0,100000,223111504 +200027039,1,1,1,0,0,100,223111504 +200027040,1,3,1,19100001,0,10,223111504 +200027041,1,3,1,16005002,0,66,223111504 +200027042,1,3,1,22001001,0,1,223111504 +200027043,1,3,1,17001001,0,10,223111504 +200027044,1,3,1,30010001,0,80,223111504 +200027045,1,3,1,15010026,0,1,223111504 +200027046,1,4,1,1,0,100000,223111504 +200027047,1,3,1,19100001,0,10,223111504 +200027048,1,3,1,22001001,0,1,223111504 +200027049,1,3,1,16005002,0,66,223111504 +200027050,1,3,1,17001001,0,10,223111504 +200027051,1,1,1,0,0,100,223111504 +200027052,1,3,1,30010001,0,80,223111504 +200027053,1,4,1,1,0,100000,223111504 +200027054,1,3,1,22001001,0,1,223111504 +200027055,1,3,1,19100001,0,10,223111504 +200027056,1,3,1,16005002,0,66,223111504 +200027057,1,1,1,0,0,50,223111504 +200027058,1,3,1,17001001,0,10,223111504 +200027059,1,3,1,30010001,0,100,223111504 +200027060,1,3,1,22001001,0,1,223111504 +200027061,1,4,1,1,0,150000,223111504 +200027062,1,3,1,16005002,0,66,223111504 +200027063,1,1,1,0,0,100,223111504 +200027064,1,3,1,19100001,0,10,223111504 +200027065,1,3,1,17001001,0,10,223111504 +200027066,1,3,1,22001001,0,1,223111504 +200027067,1,3,1,30010001,0,100,223111504 +200027068,1,3,1,16005002,0,66,223111504 +200027069,1,1,1,0,0,50,223111504 +200027070,1,4,1,1,0,200000,223111504 +200027071,1,3,1,19100001,0,10,223111504 +200027072,1,3,1,22001001,0,1,223111504 +200027073,1,3,1,16005002,0,66,223111504 +200027074,1,3,1,17001002,0,5,223111504 +200027075,1,2,1,30040012,0,1,223111504 +200027076,1,3,1,30010001,0,100,223111504 +200027077,1,4,1,1,0,300000,223111504 +200027078,1,3,1,19100001,0,30,223111504 +200027079,1,1,1,0,0,100,223111504 +200027080,1,3,1,22001001,0,1,223111504 +200027081,1,3,1,16005003,0,54,223111504 +200027082,1,3,1,17001002,0,5,223111504 +200027083,1,3,1,21001009,0,30,223111504 +200027084,1,1,1,0,0,50,223111504 +200027085,1,3,1,15010025,0,1,223111504 +200027086,1,3,1,19100001,0,100,223111504 +200027087,1,1,1,0,0,50,223111504 +200027088,1,3,1,16005003,0,86,223111504 +200027089,1,3,1,22001001,0,1,223111504 +200027090,1,3,1,17001002,0,5,223111504 +200027091,1,3,1,15010025,0,1,223111504 +200027092,1,3,1,19100001,0,100,223111504 +200027093,1,1,1,0,0,50,223111504 +200027094,1,3,1,22001001,0,1,223111504 +200027095,1,3,1,16005003,0,43,223111504 +200027096,1,3,1,17001003,0,3,223111504 +200027097,1,18,1,33007010,0,1,223111504 +200027098,1,4,1,1,0,500000,223111504 +200027099,1,3,1,21001009,0,30,223111504 +200027100,1,1,1,0,0,50,223111504 +200027101,1,3,1,19100001,0,20,223111504 +200027102,1,3,1,22001001,0,1,223111504 +200027103,1,3,1,17001003,0,3,223111504 +200027104,1,15,1,27,0,1,223111504 +200027105,1,1,1,0,0,100,223111504 +200027106,1,3,1,19100001,0,100,223111504 +200027107,1,3,1,22001001,0,1,223111504 +200027108,1,15,1,28,0,1,223111504 +200027109,1,1,1,0,0,50,223111504 +200027110,1,3,1,21001009,0,40,223111504 +200027111,1,15,1,29,0,1,223111504 +200027112,1,1,1,0,0,100,223111504 +200027113,1,3,1,19100001,0,30,223111504 +200027114,1,3,1,22001001,0,1,223111504 +200027115,1,15,1,30,0,1,223111504 +200027116,1,3,1,21001009,0,50,223111504 +200027117,1,3,1,19100001,0,30,223111504 +200027118,1,15,1,31,0,1,223111504 +200027119,1,1,1,0,0,300,223111504 +200027120,1,3,1,19100001,0,30,223111504 +200027121,1,3,1,22001001,0,1,223111504 +200027122,1,3,1,30010001,0,30,223111504 +200027123,1,4,1,1,0,100000,223111504 +200027124,1,3,1,30010001,0,30,223111504 +200027125,1,4,1,1,0,100000,223111504 +200027126,1,3,1,22001001,0,1,223111504 +200027127,1,3,1,30010001,0,30,223111504 +200027128,1,4,1,1,0,100000,223111504 +200027129,1,3,1,30010001,0,30,223111504 +200027130,1,4,1,1,0,100000,223111504 +200027131,1,3,1,22001001,0,1,223111504 +200027132,1,3,1,30010001,0,30,223111504 +200027133,1,4,1,1,0,100000,223111504 +200027134,1,3,1,30010001,0,30,223111504 +200027135,1,3,1,22001001,0,1,223111504 +200027136,1,4,1,1,0,100000,223111504 +200027137,1,3,1,30010001,0,30,223111504 +200027138,1,4,1,1,0,100000,223111504 +200027139,1,3,1,30010001,0,30,223111504 +200027140,1,4,1,1,0,100000,223111504 +200027141,1,3,1,22001001,0,1,223111504 +200027142,1,3,1,30010001,0,30,223111504 +200027143,1,4,1,1,0,100000,223111504 +200027144,1,3,1,30010001,0,30,223111504 +200027145,1,3,1,22001001,0,1,223111504 +200028001,1,3,1,21001009,0,1,223112601 +200028002,1,3,1,20001010,0,5,223112601 +200028003,1,3,1,30010001,0,50,223112601 +200028004,1,3,1,21001009,0,1,223112601 +200028005,1,3,1,20001010,0,7,223112601 +200028006,1,3,1,30010001,0,50,223112601 +200028007,1,3,1,21001009,0,1,223112601 +200028008,1,3,1,20001010,0,10,223112601 +200028009,1,3,1,30010001,0,100,223112601 +200028010,1,3,1,21001009,0,1,223112601 +200028011,1,3,1,20001010,0,10,223112601 +200028012,1,3,1,30010001,0,100,223112601 +200028013,1,3,1,21001009,0,1,223112601 +200028014,1,3,1,20001010,0,10,223112601 +200028015,1,3,1,30010001,0,100,223112601 +200028016,1,3,1,21001009,0,3,223112601 +200028017,1,3,1,20001010,0,10,223112601 +200028018,1,3,1,30010001,0,100,223112601 +200028019,1,3,1,21001009,0,3,223112601 +200028020,1,3,1,20001010,0,10,223112601 +200029001,1,1,1,0,0,30,223113004 +200029002,1,4,1,1,0,50000,223113004 +200029003,1,3,1,19100001,0,10,223113004 +200029004,1,3,1,21001010,0,20,223113004 +200029005,1,3,1,16005001,0,180,223113004 +200029006,1,3,1,17001001,0,10,223113004 +200029007,1,3,1,30010001,0,30,223113004 +200029008,1,1,1,0,0,30,223113004 +200029009,1,4,1,1,0,100000,223113004 +200029010,1,3,1,19100001,0,10,223113004 +200029011,1,3,1,16005001,0,180,223113004 +200029012,1,3,1,17001001,0,10,223113004 +200029013,1,3,1,21001010,0,20,223113004 +200029014,1,3,1,30010001,0,40,223113004 +200029015,1,4,1,1,0,100000,223113004 +200029016,1,1,1,0,0,40,223113004 +200029017,1,3,1,21001010,0,20,223113004 +200029018,1,3,1,19100001,0,10,223113004 +200029019,1,3,1,16005001,0,180,223113004 +200029020,1,3,1,17001001,0,10,223113004 +200029021,1,3,1,15010028,0,1,223113004 +200029022,1,3,1,30010001,0,50,223113004 +200029023,1,4,1,1,0,100000,223113004 +200029024,1,3,1,19100001,0,10,223113004 +200029025,1,3,1,16005001,0,180,223113004 +200029026,1,1,1,0,0,100,223113004 +200029027,1,3,1,30010001,0,50,223113004 +200029028,1,3,1,17001001,0,10,223113004 +200029029,1,4,1,1,0,100000,223113004 +200029030,1,3,1,19100001,0,10,223113004 +200029031,1,1,1,0,0,50,223113004 +200029032,1,3,1,16005002,0,60,223113004 +200029033,1,3,1,17001001,0,10,223113004 +200029034,1,3,1,30010001,0,70,223113004 +200029035,1,4,1,1,0,100000,223113004 +200029036,1,1,1,0,0,100,223113004 +200029037,1,3,1,19100001,0,10,223113004 +200029038,1,3,1,16005002,0,66,223113004 +200029039,1,3,1,17001001,0,10,223113004 +200029040,1,3,1,30010001,0,80,223113004 +200029041,1,3,1,15010029,0,1,223113004 +200029042,1,4,1,1,0,100000,223113004 +200029043,1,3,1,19100001,0,10,223113004 +200029044,1,3,1,16005002,0,66,223113004 +200029045,1,3,1,17001001,0,10,223113004 +200029046,1,1,1,0,0,100,223113004 +200029047,1,3,1,30010001,0,80,223113004 +200029048,1,4,1,1,0,100000,223113004 +200029049,1,3,1,19100001,0,10,223113004 +200029050,1,3,1,16005002,0,66,223113004 +200029051,1,1,1,0,0,50,223113004 +200029052,1,3,1,17001001,0,10,223113004 +200029053,1,3,1,30010001,0,100,223113004 +200029054,1,4,1,1,0,150000,223113004 +200029055,1,3,1,16005002,0,66,223113004 +200029056,1,1,1,0,0,100,223113004 +200029057,1,3,1,19100001,0,10,223113004 +200029058,1,3,1,17001001,0,10,223113004 +200029059,1,3,1,30010001,0,100,223113004 +200029060,1,3,1,16005002,0,66,223113004 +200029061,1,1,1,0,0,50,223113004 +200029062,1,4,1,1,0,200000,223113004 +200029063,1,3,1,19100001,0,10,223113004 +200029064,1,3,1,16005002,0,66,223113004 +200029065,1,3,1,17001002,0,5,223113004 +200029066,1,2,1,10010020,0,1,223113004 +200029067,1,3,1,30010001,0,100,223113004 +200029068,1,4,1,1,0,300000,223113004 +200029069,1,3,1,19100001,0,30,223113004 +200029070,1,1,1,0,0,100,223113004 +200029071,1,3,1,16005003,0,54,223113004 +200029072,1,3,1,17001002,0,5,223113004 +200029073,1,3,1,21001010,0,30,223113004 +200029074,1,1,1,0,0,50,223113004 +200029075,1,3,1,15010028,0,1,223113004 +200029076,1,3,1,19100001,0,100,223113004 +200029077,1,1,1,0,0,50,223113004 +200029078,1,3,1,16005003,0,86,223113004 +200029079,1,3,1,17001002,0,5,223113004 +200029080,1,3,1,15010028,0,1,223113004 +200029081,1,3,1,19100001,0,100,223113004 +200029082,1,1,1,0,0,50,223113004 +200029083,1,3,1,16005003,0,43,223113004 +200029084,1,3,1,17001003,0,3,223113004 +200029085,1,4,1,1,0,500000,223113004 +200029086,1,3,1,21001010,0,30,223113004 +200029087,1,1,1,0,0,50,223113004 +200029088,1,3,1,19100001,0,20,223113004 +200029089,1,3,1,17001003,0,3,223113004 +200029090,1,1,1,0,0,100,223113004 +200029091,1,3,1,19100001,0,100,223113004 +200029092,1,1,1,0,0,50,223113004 +200029093,1,3,1,21001010,0,40,223113004 +200029094,1,1,1,0,0,100,223113004 +200029095,1,3,1,19100001,0,30,223113004 +200029096,1,3,1,21001010,0,50,223113004 +200029097,1,3,1,19100001,0,30,223113004 +200029098,1,1,1,0,0,300,223113004 +200029099,1,3,1,19100001,0,30,223113004 +200029100,1,3,1,30010001,0,30,223113004 +200029101,1,4,1,1,0,100000,223113004 +200029102,1,3,1,30010001,0,30,223113004 +200029103,1,4,1,1,0,100000,223113004 +200029104,1,3,1,30010001,0,30,223113004 +200029105,1,4,1,1,0,100000,223113004 +200029106,1,3,1,30010001,0,30,223113004 +200029107,1,4,1,1,0,100000,223113004 +200029108,1,3,1,30010001,0,30,223113004 +200029109,1,4,1,1,0,100000,223113004 +200029110,1,3,1,30010001,0,30,223113004 +200029111,1,4,1,1,0,100000,223113004 +200029112,1,3,1,30010001,0,30,223113004 +200029113,1,4,1,1,0,100000,223113004 +200029114,1,3,1,30010001,0,30,223113004 +200029115,1,4,1,1,0,100000,223113004 +200029116,1,3,1,30010001,0,30,223113004 +200029117,1,4,1,1,0,100000,223113004 +200029118,1,3,1,30010001,0,30,223113004 +200030001,1,3,1,21001010,0,1,223121102 +200030002,1,3,1,20001011,0,5,223121102 +200030003,1,3,1,30010001,0,50,223121102 +200030004,1,3,1,21001010,0,1,223121102 +200030005,1,3,1,20001011,0,7,223121102 +200030006,1,3,1,30010001,0,50,223121102 +200030007,1,3,1,21001010,0,1,223121102 +200030008,1,3,1,20001011,0,10,223121102 +200030009,1,3,1,30010001,0,100,223121102 +200030010,1,3,1,21001010,0,1,223121102 +200030011,1,3,1,20001011,0,10,223121102 +200030012,1,3,1,30010001,0,100,223121102 +200030013,1,3,1,21001010,0,1,223121102 +200030014,1,3,1,20001011,0,10,223121102 +200030015,1,3,1,30010001,0,100,223121102 +200030016,1,3,1,21001010,0,3,223121102 +200030017,1,3,1,20001011,0,10,223121102 +200030018,1,3,1,30010001,0,100,223121102 +200030019,1,3,1,21001010,0,3,223121102 +200030020,1,3,1,20001011,0,10,223121102 +200031001,1,1,1,0,0,30,223121507 +200031002,1,4,1,1,0,50000,223121507 +200031003,1,3,1,19100001,0,10,223121507 +200031004,1,3,1,16005001,0,180,223121507 +200031005,1,3,1,17001001,0,10,223121507 +200031006,1,3,1,30010001,0,30,223121507 +200031007,1,1,1,0,0,30,223121507 +200031008,1,4,1,1,0,100000,223121507 +200031009,1,3,1,19100001,0,10,223121507 +200031010,1,3,1,16005001,0,180,223121507 +200031011,1,3,1,17001001,0,10,223121507 +200031012,1,3,1,30010001,0,40,223121507 +200031013,1,1,1,0,0,40,223121507 +200031014,1,4,1,1,0,100000,223121507 +200031015,1,3,1,19100001,0,10,223121507 +200031016,1,3,1,16005001,0,180,223121507 +200031017,1,3,1,17001001,0,10,223121507 +200031018,1,3,1,15010030,0,1,223121507 +200031019,1,3,1,30010001,0,50,223121507 +200031020,1,4,1,1,0,100000,223121507 +200031021,1,3,1,19100001,0,10,223121507 +200031022,1,3,1,16005001,0,180,223121507 +200031023,1,1,1,0,0,100,223121507 +200031024,1,3,1,30010001,0,50,223121507 +200031025,1,3,1,17001001,0,10,223121507 +200031026,1,4,1,1,0,100000,223121507 +200031027,1,3,1,19100001,0,10,223121507 +200031028,1,1,1,0,0,50,223121507 +200031029,1,3,1,16005002,0,60,223121507 +200031030,1,3,1,17001001,0,10,223121507 +200031031,1,3,1,30010001,0,70,223121507 +200031032,1,4,1,1,0,100000,223121507 +200031033,1,1,1,0,0,100,223121507 +200031034,1,3,1,19100001,0,10,223121507 +200031035,1,3,1,16005002,0,66,223121507 +200031036,1,3,1,17001001,0,10,223121507 +200031037,1,3,1,30010001,0,80,223121507 +200031038,1,3,1,15010031,0,1,223121507 +200031039,1,4,1,1,0,100000,223121507 +200031040,1,3,1,19100001,0,10,223121507 +200031041,1,3,1,16005002,0,66,223121507 +200031042,1,3,1,17001001,0,10,223121507 +200031043,1,1,1,0,0,100,223121507 +200031044,1,3,1,30010001,0,80,223121507 +200031045,1,4,1,1,0,100000,223121507 +200031046,1,3,1,19100001,0,10,223121507 +200031047,1,3,1,16005002,0,66,223121507 +200031048,1,1,1,0,0,50,223121507 +200031049,1,3,1,17001001,0,10,223121507 +200031050,1,3,1,30010001,0,100,223121507 +200031051,1,4,1,1,0,150000,223121507 +200031052,1,3,1,16005002,0,66,223121507 +200031053,1,1,1,0,0,100,223121507 +200031054,1,3,1,19100001,0,10,223121507 +200031055,1,3,1,17001001,0,10,223121507 +200031056,1,3,1,30010001,0,100,223121507 +200031057,1,3,1,16005002,0,66,223121507 +200031058,1,1,1,0,0,50,223121507 +200031059,1,4,1,1,0,200000,223121507 +200031060,1,3,1,19100001,0,10,223121507 +200031061,1,3,1,16005002,0,66,223121507 +200031062,1,3,1,17001002,0,5,223121507 +200031063,1,2,1,40080011,1,1,223121507 +200031064,1,3,1,30010001,0,100,223121507 +200031065,1,4,1,1,0,300000,223121507 +200031066,1,3,1,19100001,0,30,223121507 +200031067,1,1,1,0,0,100,223121507 +200031068,1,3,1,16005003,0,54,223121507 +200031069,1,3,1,17001002,0,5,223121507 +200031070,1,3,1,21001010,0,30,223121507 +200031071,1,1,1,0,0,50,223121507 +200031072,1,4,1,1,0,500000,223121507 +200031073,1,3,1,15010030,0,1,223121507 +200031074,1,3,1,19100001,0,100,223121507 +200031075,1,1,1,0,0,50,223121507 +200031076,1,3,1,16005003,0,86,223121507 +200031077,1,3,1,17001002,0,5,223121507 +200031078,1,3,1,15010030,0,1,223121507 +200031079,1,3,1,19100001,0,100,223121507 +200031080,1,1,1,0,0,50,223121507 +200031081,1,3,1,16005003,0,43,223121507 +200031082,1,3,1,17001003,0,3,223121507 +200031083,1,18,1,44002010,0,1,223121507 +200031084,1,3,1,21001010,0,30,223121507 +200031085,1,1,1,0,0,50,223121507 +200031086,1,3,1,19100001,0,20,223121507 +200031087,1,3,1,17001003,0,3,223121507 +200031088,1,1,1,0,0,100,223121507 +200031089,1,3,1,19100001,0,100,223121507 +200031090,1,1,1,0,0,50,223121507 +200031091,1,3,1,21001010,0,40,223121507 +200031092,1,1,1,0,0,100,223121507 +200031093,1,3,1,19100001,0,30,223121507 +200031094,1,3,1,21001010,0,50,223121507 +200031095,1,3,1,19100001,0,30,223121507 +200031096,1,1,1,0,0,300,223121507 +200031097,1,3,1,19100001,0,30,223121507 +200031098,1,3,1,30010001,0,30,223121507 +200031099,1,4,1,1,0,100000,223121507 +200031100,1,3,1,30010001,0,30,223121507 +200031101,1,4,1,1,0,100000,223121507 +200031102,1,3,1,30010001,0,30,223121507 +200031103,1,4,1,1,0,100000,223121507 +200031104,1,3,1,30010001,0,30,223121507 +200031105,1,4,1,1,0,100000,223121507 +200031106,1,3,1,30010001,0,30,223121507 +200031107,1,4,1,1,0,100000,223121507 +200031108,1,3,1,30010001,0,30,223121507 +200031109,1,4,1,1,0,100000,223121507 +200031110,1,3,1,30010001,0,30,223121507 +200031111,1,4,1,1,0,100000,223121507 +200031112,1,3,1,30010001,0,30,223121507 +200031113,1,4,1,1,0,100000,223121507 +200031114,1,3,1,30010001,0,30,223121507 +200031115,1,4,1,1,0,100000,223121507 +200031116,1,3,1,30010001,0,30,223121507 +200032001,1,3,1,21001010,0,1,223122603 +200032002,1,3,1,20001011,0,5,223122603 +200032003,1,3,1,30010001,0,50,223122603 +200032004,1,3,1,21001010,0,1,223122603 +200032005,1,3,1,20001011,0,7,223122603 +200032006,1,3,1,30010001,0,50,223122603 +200032007,1,3,1,21001010,0,1,223122603 +200032008,1,3,1,20001011,0,10,223122603 +200032009,1,3,1,30010001,0,100,223122603 +200032010,1,3,1,21001010,0,1,223122603 +200032011,1,3,1,20001011,0,10,223122603 +200032012,1,3,1,30010001,0,100,223122603 +200032013,1,3,1,21001010,0,1,223122603 +200032014,1,3,1,20001011,0,10,223122603 +200032015,1,3,1,30010001,0,100,223122603 +200032016,1,3,1,21001010,0,3,223122603 +200032017,1,3,1,20001011,0,10,223122603 +200032018,1,3,1,30010001,0,100,223122603 +200032019,1,3,1,21001010,0,3,223122603 +200032020,1,3,1,20001011,0,10,223122603 +200033001,1,1,1,0,0,30,223123104 +200033002,1,4,1,1,0,50000,223123104 +200033003,1,3,1,19100001,0,10,223123104 +200033004,1,3,1,21001012,0,20,223123104 +200033005,1,3,1,16005001,0,180,223123104 +200033006,1,3,1,17001001,0,10,223123104 +200033007,1,3,1,30010001,0,30,223123104 +200033008,1,1,1,0,0,30,223123104 +200033009,1,4,1,1,0,100000,223123104 +200033010,1,3,1,19100001,0,10,223123104 +200033011,1,3,1,16005001,0,180,223123104 +200033012,1,3,1,17001001,0,10,223123104 +200033013,1,3,1,21001012,0,20,223123104 +200033014,1,3,1,30010001,0,40,223123104 +200033015,1,4,1,1,0,100000,223123104 +200033016,1,1,1,0,0,40,223123104 +200033017,1,3,1,21001012,0,20,223123104 +200033018,1,3,1,19100001,0,10,223123104 +200033019,1,3,1,16005001,0,180,223123104 +200033020,1,3,1,17001001,0,10,223123104 +200033021,1,3,1,15010034,0,1,223123104 +200033022,1,3,1,30010001,0,50,223123104 +200033023,1,4,1,1,0,100000,223123104 +200033024,1,3,1,19100001,0,10,223123104 +200033025,1,3,1,16005001,0,180,223123104 +200033026,1,1,1,0,0,100,223123104 +200033027,1,3,1,30010001,0,50,223123104 +200033028,1,3,1,17001001,0,10,223123104 +200033029,1,4,1,1,0,100000,223123104 +200033030,1,3,1,19100001,0,10,223123104 +200033031,1,1,1,0,0,50,223123104 +200033032,1,3,1,16005002,0,60,223123104 +200033033,1,3,1,17001001,0,10,223123104 +200033034,1,3,1,30010001,0,70,223123104 +200033035,1,4,1,1,0,100000,223123104 +200033036,1,1,1,0,0,100,223123104 +200033037,1,3,1,19100001,0,10,223123104 +200033038,1,3,1,16005002,0,66,223123104 +200033039,1,3,1,17001001,0,10,223123104 +200033040,1,3,1,30010001,0,80,223123104 +200033041,1,3,1,15010035,0,1,223123104 +200033042,1,4,1,1,0,100000,223123104 +200033043,1,3,1,19100001,0,10,223123104 +200033044,1,3,1,16005002,0,66,223123104 +200033045,1,3,1,17001001,0,10,223123104 +200033046,1,1,1,0,0,100,223123104 +200033047,1,3,1,30010001,0,80,223123104 +200033048,1,4,1,1,0,100000,223123104 +200033049,1,3,1,19100001,0,10,223123104 +200033050,1,3,1,16005002,0,66,223123104 +200033051,1,15,1,37,0,1,223123104 +200033052,1,1,1,0,0,50,223123104 +200033053,1,3,1,17001001,0,10,223123104 +200033054,1,3,1,30010001,0,100,223123104 +200033055,1,4,1,1,0,150000,223123104 +200033056,1,3,1,16005002,0,66,223123104 +200033057,1,1,1,0,0,100,223123104 +200033058,1,3,1,19100001,0,10,223123104 +200033059,1,3,1,17001001,0,10,223123104 +200033060,1,15,1,36,0,1,223123104 +200033061,1,3,1,30010001,0,100,223123104 +200033062,1,3,1,16005002,0,66,223123104 +200033063,1,1,1,0,0,50,223123104 +200033064,1,4,1,1,0,200000,223123104 +200033065,1,3,1,19100001,0,10,223123104 +200033066,1,3,1,16005002,0,66,223123104 +200033067,1,3,1,17001002,0,5,223123104 +200033068,1,2,1,20010019,0,1,223123104 +200033069,1,3,1,30010001,0,100,223123104 +200033070,1,4,1,1,0,300000,223123104 +200033071,1,3,1,19100001,0,30,223123104 +200033072,1,1,1,0,0,100,223123104 +200033073,1,3,1,16005003,0,54,223123104 +200033074,1,3,1,17001002,0,5,223123104 +200033075,1,3,1,21001012,0,30,223123104 +200033076,1,1,1,0,0,50,223123104 +200033077,1,15,1,35,0,1,223123104 +200033078,1,3,1,15010034,0,1,223123104 +200033079,1,3,1,19100001,0,100,223123104 +200033080,1,1,1,0,0,50,223123104 +200033081,1,3,1,16005003,0,86,223123104 +200033082,1,3,1,17001002,0,5,223123104 +200033083,1,3,1,15010034,0,1,223123104 +200033084,1,3,1,19100001,0,100,223123104 +200033085,1,1,1,0,0,50,223123104 +200033086,1,3,1,16005003,0,43,223123104 +200033087,1,3,1,17001003,0,3,223123104 +200033088,1,4,1,1,0,500000,223123104 +200033089,1,3,1,21001012,0,30,223123104 +200033090,1,1,1,0,0,50,223123104 +200033091,1,3,1,19100001,0,20,223123104 +200033092,1,3,1,17001003,0,3,223123104 +200033093,1,1,1,0,0,100,223123104 +200033094,1,3,1,19100001,0,100,223123104 +200033095,1,1,1,0,0,50,223123104 +200033096,1,3,1,21001012,0,40,223123104 +200033097,1,1,1,0,0,100,223123104 +200033098,1,3,1,19100001,0,30,223123104 +200033099,1,3,1,21001012,0,50,223123104 +200033100,1,3,1,19100001,0,30,223123104 +200033101,1,1,1,0,0,300,223123104 +200033102,1,3,1,19100001,0,30,223123104 +200033103,1,3,1,30010001,0,30,223123104 +200033104,1,4,1,1,0,100000,223123104 +200033105,1,3,1,30010001,0,30,223123104 +200033106,1,4,1,1,0,100000,223123104 +200033107,1,3,1,30010001,0,30,223123104 +200033108,1,4,1,1,0,100000,223123104 +200033109,1,3,1,30010001,0,30,223123104 +200033110,1,4,1,1,0,100000,223123104 +200033111,1,3,1,30010001,0,30,223123104 +200033112,1,4,1,1,0,100000,223123104 +200033113,1,3,1,30010001,0,30,223123104 +200033114,1,4,1,1,0,100000,223123104 +200033115,1,3,1,30010001,0,30,223123104 +200033116,1,4,1,1,0,100000,223123104 +200033117,1,3,1,30010001,0,30,223123104 +200033118,1,4,1,1,0,100000,223123104 +200033119,1,3,1,30010001,0,30,223123104 +200033120,1,4,1,1,0,100000,223123104 +200033121,1,3,1,30010001,0,30,223123104 +200034001,1,3,1,21001012,0,1,224011106 +200034002,1,3,1,20001015,0,5,224011106 +200034003,1,3,1,30010001,0,50,224011106 +200034004,1,3,1,21001012,0,1,224011106 +200034005,1,3,1,20001015,0,7,224011106 +200034006,1,3,1,30010001,0,50,224011106 +200034007,1,3,1,21001012,0,1,224011106 +200034008,1,3,1,20001015,0,10,224011106 +200034009,1,3,1,30010001,0,100,224011106 +200034010,1,3,1,21001012,0,1,224011106 +200034011,1,3,1,20001015,0,10,224011106 +200034012,1,3,1,30010001,0,100,224011106 +200034013,1,3,1,21001012,0,1,224011106 +200034014,1,3,1,20001015,0,10,224011106 +200034015,1,3,1,30010001,0,100,224011106 +200034016,1,3,1,21001012,0,3,224011106 +200034017,1,3,1,20001015,0,10,224011106 +200034018,1,3,1,30010001,0,100,224011106 +200034019,1,3,1,21001012,0,3,224011106 +200034020,1,3,1,20001015,0,10,224011106 +200035001,1,1,1,0,0,30,224011504 +200035002,1,4,1,1,0,50000,224011504 +200035003,1,3,1,19100001,0,10,224011504 +200035004,1,3,1,21001012,0,20,224011504 +200035005,1,3,1,16005001,0,180,224011504 +200035006,1,3,1,17001001,0,10,224011504 +200035007,1,3,1,30010001,0,30,224011504 +200035008,1,1,1,0,0,30,224011504 +200035009,1,4,1,1,0,100000,224011504 +200035010,1,3,1,19100001,0,10,224011504 +200035011,1,3,1,16005001,0,180,224011504 +200035012,1,3,1,17001001,0,10,224011504 +200035013,1,3,1,21001012,0,20,224011504 +200035014,1,3,1,30010001,0,40,224011504 +200035015,1,4,1,1,0,100000,224011504 +200035016,1,1,1,0,0,40,224011504 +200035017,1,3,1,21001012,0,20,224011504 +200035018,1,3,1,19100001,0,10,224011504 +200035019,1,3,1,16005001,0,180,224011504 +200035020,1,3,1,17001001,0,10,224011504 +200035021,1,3,1,15010036,0,1,224011504 +200035022,1,3,1,30010001,0,50,224011504 +200035023,1,4,1,1,0,100000,224011504 +200035024,1,3,1,22001003,0,1,224011504 +200035025,1,3,1,19100001,0,10,224011504 +200035026,1,3,1,16005001,0,180,224011504 +200035027,1,1,1,0,0,100,224011504 +200035028,1,3,1,30010001,0,50,224011504 +200035029,1,3,1,17001001,0,10,224011504 +200035030,1,3,1,22001003,0,1,224011504 +200035031,1,4,1,1,0,100000,224011504 +200035032,1,3,1,19100001,0,10,224011504 +200035033,1,1,1,0,0,50,224011504 +200035034,1,3,1,16005002,0,60,224011504 +200035035,1,3,1,17001001,0,10,224011504 +200035036,1,3,1,22001003,0,1,224011504 +200035037,1,3,1,30010001,0,70,224011504 +200035038,1,4,1,1,0,100000,224011504 +200035039,1,1,1,0,0,100,224011504 +200035040,1,3,1,19100001,0,10,224011504 +200035041,1,3,1,16005002,0,66,224011504 +200035042,1,3,1,22001003,0,1,224011504 +200035043,1,3,1,17001001,0,10,224011504 +200035044,1,3,1,30010001,0,80,224011504 +200035045,1,3,1,15010037,0,1,224011504 +200035046,1,4,1,1,0,100000,224011504 +200035047,1,3,1,19100001,0,10,224011504 +200035048,1,3,1,22001003,0,1,224011504 +200035049,1,3,1,16005002,0,66,224011504 +200035050,1,3,1,17001001,0,10,224011504 +200035051,1,1,1,0,0,100,224011504 +200035052,1,3,1,30010001,0,80,224011504 +200035053,1,4,1,1,0,100000,224011504 +200035054,1,3,1,22001003,0,1,224011504 +200035055,1,3,1,19100001,0,10,224011504 +200035056,1,3,1,16005002,0,66,224011504 +200035057,1,1,1,0,0,50,224011504 +200035058,1,3,1,17001001,0,10,224011504 +200035059,1,3,1,30010001,0,100,224011504 +200035060,1,3,1,22001003,0,1,224011504 +200035061,1,4,1,1,0,150000,224011504 +200035062,1,3,1,16005002,0,66,224011504 +200035063,1,1,1,0,0,100,224011504 +200035064,1,3,1,19100001,0,10,224011504 +200035065,1,3,1,17001001,0,10,224011504 +200035066,1,3,1,22001003,0,1,224011504 +200035067,1,3,1,30010001,0,100,224011504 +200035068,1,3,1,16005002,0,66,224011504 +200035069,1,1,1,0,0,50,224011504 +200035070,1,4,1,1,0,200000,224011504 +200035071,1,3,1,19100001,0,10,224011504 +200035072,1,3,1,22001003,0,1,224011504 +200035073,1,3,1,16005002,0,66,224011504 +200035074,1,3,1,17001002,0,5,224011504 +200035075,1,2,1,10050018,0,1,224011504 +200035076,1,3,1,30010001,0,100,224011504 +200035077,1,4,1,1,0,300000,224011504 +200035078,1,3,1,19100001,0,30,224011504 +200035079,1,1,1,0,0,100,224011504 +200035080,1,3,1,22001003,0,1,224011504 +200035081,1,3,1,16005003,0,54,224011504 +200035082,1,3,1,17001002,0,5,224011504 +200035083,1,3,1,21001012,0,30,224011504 +200035084,1,1,1,0,0,50,224011504 +200035085,1,3,1,15010036,0,1,224011504 +200035086,1,3,1,19100001,0,100,224011504 +200035087,1,1,1,0,0,50,224011504 +200035088,1,3,1,16005003,0,86,224011504 +200035089,1,3,1,22001003,0,1,224011504 +200035090,1,3,1,17001002,0,5,224011504 +200035091,1,3,1,15010036,0,1,224011504 +200035092,1,3,1,19100001,0,100,224011504 +200035093,1,1,1,0,0,50,224011504 +200035094,1,3,1,22001003,0,1,224011504 +200035095,1,3,1,16005003,0,43,224011504 +200035096,1,3,1,17001003,0,3,224011504 +200035097,1,18,1,11003010,0,1,224011504 +200035098,1,4,1,1,0,500000,224011504 +200035099,1,3,1,21001012,0,30,224011504 +200035100,1,1,1,0,0,50,224011504 +200035101,1,3,1,19100001,0,20,224011504 +200035102,1,3,1,22001003,0,1,224011504 +200035103,1,3,1,17001003,0,3,224011504 +200035104,1,15,1,38,0,1,224011504 +200035105,1,1,1,0,0,100,224011504 +200035106,1,3,1,19100001,0,100,224011504 +200035107,1,3,1,22001003,0,1,224011504 +200035108,1,15,1,39,0,1,224011504 +200035109,1,1,1,0,0,50,224011504 +200035110,1,3,1,21001012,0,40,224011504 +200035111,1,15,1,40,0,1,224011504 +200035112,1,1,1,0,0,100,224011504 +200035113,1,3,1,19100001,0,30,224011504 +200035114,1,3,1,22001003,0,1,224011504 +200035115,1,15,1,41,0,1,224011504 +200035116,1,3,1,21001012,0,50,224011504 +200035117,1,3,1,19100001,0,30,224011504 +200035118,1,15,1,42,0,1,224011504 +200035119,1,1,1,0,0,300,224011504 +200035120,1,3,1,19100001,0,30,224011504 +200035121,1,3,1,22001003,0,1,224011504 +200035122,1,3,1,30010001,0,30,224011504 +200035123,1,4,1,1,0,100000,224011504 +200035124,1,3,1,30010001,0,30,224011504 +200035125,1,4,1,1,0,100000,224011504 +200035126,1,3,1,22001003,0,1,224011504 +200035127,1,3,1,30010001,0,30,224011504 +200035128,1,4,1,1,0,100000,224011504 +200035129,1,3,1,30010001,0,30,224011504 +200035130,1,4,1,1,0,100000,224011504 +200035131,1,3,1,22001003,0,1,224011504 +200035132,1,3,1,30010001,0,30,224011504 +200035133,1,4,1,1,0,100000,224011504 +200035134,1,3,1,30010001,0,30,224011504 +200035135,1,3,1,22001003,0,1,224011504 +200035136,1,4,1,1,0,100000,224011504 +200035137,1,3,1,30010001,0,30,224011504 +200035138,1,4,1,1,0,100000,224011504 +200035139,1,3,1,30010001,0,30,224011504 +200035140,1,4,1,1,0,100000,224011504 +200035141,1,3,1,22001003,0,1,224011504 +200035142,1,3,1,30010001,0,30,224011504 +200035143,1,4,1,1,0,100000,224011504 +200035144,1,3,1,30010001,0,30,224011504 +200035145,1,3,1,22001003,0,1,224011504 +200036001,1,3,1,21001012,0,1,224012702 +200036002,1,3,1,20001015,0,5,224012702 +200036003,1,3,1,30010001,0,50,224012702 +200036004,1,3,1,21001012,0,1,224012702 +200036005,1,3,1,20001015,0,7,224012702 +200036006,1,3,1,30010001,0,50,224012702 +200036007,1,3,1,21001012,0,1,224012702 +200036008,1,3,1,20001015,0,10,224012702 +200036009,1,3,1,30010001,0,100,224012702 +200036010,1,3,1,21001012,0,1,224012702 +200036011,1,3,1,20001015,0,10,224012702 +200036012,1,3,1,30010001,0,100,224012702 +200036013,1,3,1,21001012,0,1,224012702 +200036014,1,3,1,20001015,0,10,224012702 +200036015,1,3,1,30010001,0,100,224012702 +200036016,1,3,1,21001012,0,3,224012702 +200036017,1,3,1,20001015,0,10,224012702 +200036018,1,3,1,30010001,0,100,224012702 +200036019,1,3,1,21001012,0,3,224012702 +200036020,1,3,1,20001015,0,10,224012702 +200037001,1,1,1,0,0,30,224013104 +200037002,1,4,1,1,0,50000,224013104 +200037003,1,3,1,19100001,0,10,224013104 +200037004,1,3,1,21001013,0,20,224013104 +200037005,1,3,1,16005001,0,180,224013104 +200037006,1,3,1,17001001,0,10,224013104 +200037007,1,3,1,30010001,0,30,224013104 +200037008,1,1,1,0,0,30,224013104 +200037009,1,4,1,1,0,100000,224013104 +200037010,1,3,1,19100001,0,10,224013104 +200037011,1,3,1,16005001,0,180,224013104 +200037012,1,3,1,17001001,0,10,224013104 +200037013,1,3,1,21001013,0,20,224013104 +200037014,1,3,1,30010001,0,40,224013104 +200037015,1,4,1,1,0,100000,224013104 +200037016,1,1,1,0,0,40,224013104 +200037017,1,3,1,21001013,0,20,224013104 +200037018,1,3,1,19100001,0,10,224013104 +200037019,1,3,1,16005001,0,180,224013104 +200037020,1,3,1,17001001,0,10,224013104 +200037021,1,3,1,15010038,0,1,224013104 +200037022,1,3,1,30010001,0,50,224013104 +200037023,1,4,1,1,0,100000,224013104 +200037024,1,3,1,19100001,0,10,224013104 +200037025,1,3,1,16005001,0,180,224013104 +200037026,1,1,1,0,0,100,224013104 +200037027,1,3,1,30010001,0,50,224013104 +200037028,1,3,1,17001001,0,10,224013104 +200037029,1,4,1,1,0,100000,224013104 +200037030,1,3,1,19100001,0,10,224013104 +200037031,1,1,1,0,0,50,224013104 +200037032,1,3,1,16005002,0,60,224013104 +200037033,1,3,1,17001001,0,10,224013104 +200037034,1,3,1,30010001,0,70,224013104 +200037035,1,4,1,1,0,100000,224013104 +200037036,1,1,1,0,0,100,224013104 +200037037,1,3,1,19100001,0,10,224013104 +200037038,1,3,1,16005002,0,66,224013104 +200037039,1,3,1,17001001,0,10,224013104 +200037040,1,3,1,30010001,0,80,224013104 +200037041,1,3,1,15010039,0,1,224013104 +200037042,1,4,1,1,0,100000,224013104 +200037043,1,3,1,19100001,0,10,224013104 +200037044,1,3,1,16005002,0,66,224013104 +200037045,1,3,1,17001001,0,10,224013104 +200037046,1,1,1,0,0,100,224013104 +200037047,1,3,1,30010001,0,80,224013104 +200037048,1,4,1,1,0,100000,224013104 +200037049,1,3,1,19100001,0,10,224013104 +200037050,1,3,1,16005002,0,66,224013104 +200037051,1,1,1,0,0,50,224013104 +200037052,1,3,1,17001001,0,10,224013104 +200037053,1,3,1,30010001,0,100,224013104 +200037054,1,4,1,1,0,150000,224013104 +200037055,1,3,1,16005002,0,66,224013104 +200037056,1,1,1,0,0,100,224013104 +200037057,1,3,1,19100001,0,10,224013104 +200037058,1,3,1,17001001,0,10,224013104 +200037059,1,3,1,30010001,0,100,224013104 +200037060,1,3,1,16005002,0,66,224013104 +200037061,1,1,1,0,0,50,224013104 +200037062,1,4,1,1,0,200000,224013104 +200037063,1,3,1,19100001,0,10,224013104 +200037064,1,3,1,16005002,0,66,224013104 +200037065,1,3,1,17001002,0,5,224013104 +200037066,1,2,1,30010017,0,1,224013104 +200037067,1,3,1,30010001,0,100,224013104 +200037068,1,4,1,1,0,300000,224013104 +200037069,1,3,1,19100001,0,30,224013104 +200037070,1,1,1,0,0,100,224013104 +200037071,1,3,1,16005003,0,54,224013104 +200037072,1,3,1,17001002,0,5,224013104 +200037073,1,3,1,21001013,0,30,224013104 +200037074,1,1,1,0,0,50,224013104 +200037075,1,3,1,15010038,0,1,224013104 +200037076,1,3,1,19100001,0,100,224013104 +200037077,1,1,1,0,0,50,224013104 +200037078,1,3,1,16005003,0,86,224013104 +200037079,1,3,1,17001002,0,5,224013104 +200037080,1,3,1,15010038,0,1,224013104 +200037081,1,3,1,19100001,0,100,224013104 +200037082,1,1,1,0,0,50,224013104 +200037083,1,3,1,16005003,0,43,224013104 +200037084,1,3,1,17001003,0,3,224013104 +200037085,1,4,1,1,0,500000,224013104 +200037086,1,3,1,21001013,0,30,224013104 +200037087,1,1,1,0,0,50,224013104 +200037088,1,3,1,19100001,0,20,224013104 +200037089,1,3,1,17001003,0,3,224013104 +200037090,1,1,1,0,0,100,224013104 +200037091,1,3,1,19100001,0,100,224013104 +200037092,1,1,1,0,0,50,224013104 +200037093,1,3,1,21001013,0,40,224013104 +200037094,1,1,1,0,0,100,224013104 +200037095,1,3,1,19100001,0,30,224013104 +200037096,1,3,1,21001013,0,50,224013104 +200037097,1,3,1,19100001,0,30,224013104 +200037098,1,1,1,0,0,300,224013104 +200037099,1,3,1,19100001,0,30,224013104 +200037100,1,3,1,30010001,0,30,224013104 +200037101,1,4,1,1,0,100000,224013104 +200037102,1,3,1,30010001,0,30,224013104 +200037103,1,4,1,1,0,100000,224013104 +200037104,1,3,1,30010001,0,30,224013104 +200037105,1,4,1,1,0,100000,224013104 +200037106,1,3,1,30010001,0,30,224013104 +200037107,1,4,1,1,0,100000,224013104 +200037108,1,3,1,30010001,0,30,224013104 +200037109,1,4,1,1,0,100000,224013104 +200037110,1,3,1,30010001,0,30,224013104 +200037111,1,4,1,1,0,100000,224013104 +200037112,1,3,1,30010001,0,30,224013104 +200037113,1,4,1,1,0,100000,224013104 +200037114,1,3,1,30010001,0,30,224013104 +200037115,1,4,1,1,0,100000,224013104 +200037116,1,3,1,30010001,0,30,224013104 +200037117,1,4,1,1,0,100000,224013104 +200037118,1,3,1,30010001,0,30,224013104 +200038001,1,3,1,21001013,0,1,224021006 +200038002,1,3,1,20001018,0,5,224021006 +200038003,1,3,1,30010001,0,50,224021006 +200038004,1,3,1,21001013,0,1,224021006 +200038005,1,3,1,20001018,0,7,224021006 +200038006,1,3,1,30010001,0,50,224021006 +200038007,1,3,1,21001013,0,1,224021006 +200038008,1,3,1,20001018,0,10,224021006 +200038009,1,3,1,30010001,0,100,224021006 +200038010,1,3,1,21001013,0,1,224021006 +200038011,1,3,1,20001018,0,10,224021006 +200038012,1,3,1,30010001,0,100,224021006 +200038013,1,3,1,21001013,0,1,224021006 +200038014,1,3,1,20001018,0,10,224021006 +200038015,1,3,1,30010001,0,100,224021006 +200038016,1,3,1,21001013,0,3,224021006 +200038017,1,3,1,20001018,0,10,224021006 +200038018,1,3,1,30010001,0,100,224021006 +200038019,1,3,1,21001013,0,3,224021006 +200038020,1,3,1,20001018,0,10,224021006 +200039001,1,1,1,0,0,30,224021404 +200039002,1,4,1,1,0,50000,224021404 +200039003,1,3,1,19100001,0,10,224021404 +200039004,1,3,1,21001013,0,20,224021404 +200039005,1,3,1,16005001,0,180,224021404 +200039006,1,3,1,17001001,0,10,224021404 +200039007,1,3,1,30010001,0,30,224021404 +200039008,1,1,1,0,0,30,224021404 +200039009,1,4,1,1,0,100000,224021404 +200039010,1,3,1,19100001,0,10,224021404 +200039011,1,3,1,16005001,0,180,224021404 +200039012,1,3,1,17001001,0,10,224021404 +200039013,1,3,1,21001013,0,20,224021404 +200039014,1,3,1,30010001,0,40,224021404 +200039015,1,4,1,1,0,100000,224021404 +200039016,1,1,1,0,0,40,224021404 +200039017,1,3,1,21001013,0,20,224021404 +200039018,1,3,1,19100001,0,10,224021404 +200039019,1,3,1,16005001,0,180,224021404 +200039020,1,3,1,17001001,0,10,224021404 +200039021,1,3,1,15010040,0,1,224021404 +200039022,1,3,1,30010001,0,50,224021404 +200039023,1,4,1,1,0,100000,224021404 +200039024,1,3,1,22001004,0,1,224021404 +200039025,1,3,1,19100001,0,10,224021404 +200039026,1,3,1,16005001,0,180,224021404 +200039027,1,1,1,0,0,100,224021404 +200039028,1,3,1,30010001,0,50,224021404 +200039029,1,3,1,17001001,0,10,224021404 +200039030,1,3,1,22001004,0,1,224021404 +200039031,1,4,1,1,0,100000,224021404 +200039032,1,3,1,19100001,0,10,224021404 +200039033,1,1,1,0,0,50,224021404 +200039034,1,3,1,16005002,0,60,224021404 +200039035,1,3,1,17001001,0,10,224021404 +200039036,1,3,1,22001004,0,1,224021404 +200039037,1,3,1,30010001,0,70,224021404 +200039038,1,4,1,1,0,100000,224021404 +200039039,1,1,1,0,0,100,224021404 +200039040,1,3,1,19100001,0,10,224021404 +200039041,1,3,1,16005002,0,66,224021404 +200039042,1,3,1,22001004,0,1,224021404 +200039043,1,3,1,17001001,0,10,224021404 +200039044,1,3,1,30010001,0,80,224021404 +200039045,1,3,1,15010041,0,1,224021404 +200039046,1,4,1,1,0,100000,224021404 +200039047,1,3,1,19100001,0,10,224021404 +200039048,1,3,1,22001004,0,1,224021404 +200039049,1,3,1,16005002,0,66,224021404 +200039050,1,3,1,17001001,0,10,224021404 +200039051,1,1,1,0,0,100,224021404 +200039052,1,3,1,30010001,0,80,224021404 +200039053,1,4,1,1,0,100000,224021404 +200039054,1,3,1,22001004,0,1,224021404 +200039055,1,3,1,19100001,0,10,224021404 +200039056,1,3,1,16005002,0,66,224021404 +200039057,1,1,1,0,0,50,224021404 +200039058,1,3,1,17001001,0,10,224021404 +200039059,1,3,1,30010001,0,100,224021404 +200039060,1,3,1,22001004,0,1,224021404 +200039061,1,4,1,1,0,150000,224021404 +200039062,1,3,1,16005002,0,66,224021404 +200039063,1,1,1,0,0,100,224021404 +200039064,1,3,1,19100001,0,10,224021404 +200039065,1,3,1,17001001,0,10,224021404 +200039066,1,3,1,22001004,0,1,224021404 +200039067,1,3,1,30010001,0,100,224021404 +200039068,1,3,1,16005002,0,66,224021404 +200039069,1,1,1,0,0,50,224021404 +200039070,1,4,1,1,0,200000,224021404 +200039071,1,3,1,19100001,0,10,224021404 +200039072,1,3,1,22001004,0,1,224021404 +200039073,1,3,1,16005002,0,66,224021404 +200039074,1,3,1,17001002,0,5,224021404 +200039075,1,2,1,20080016,0,1,224021404 +200039076,1,3,1,30010001,0,100,224021404 +200039077,1,4,1,1,0,300000,224021404 +200039078,1,3,1,19100001,0,30,224021404 +200039079,1,1,1,0,0,100,224021404 +200039080,1,3,1,22001004,0,1,224021404 +200039081,1,3,1,16005003,0,54,224021404 +200039082,1,3,1,17001002,0,5,224021404 +200039083,1,3,1,21001013,0,30,224021404 +200039084,1,1,1,0,0,50,224021404 +200039085,1,3,1,15010040,0,1,224021404 +200039086,1,3,1,19100001,0,100,224021404 +200039087,1,1,1,0,0,50,224021404 +200039088,1,3,1,16005003,0,86,224021404 +200039089,1,3,1,22001004,0,1,224021404 +200039090,1,3,1,17001002,0,5,224021404 +200039091,1,3,1,15010040,0,1,224021404 +200039092,1,3,1,19100001,0,100,224021404 +200039093,1,1,1,0,0,50,224021404 +200039094,1,3,1,22001004,0,1,224021404 +200039095,1,3,1,16005003,0,43,224021404 +200039096,1,3,1,17001003,0,3,224021404 +200039097,1,3,1,15010041,0,1,224021404 +200039098,1,4,1,1,0,500000,224021404 +200039099,1,3,1,21001013,0,30,224021404 +200039100,1,1,1,0,0,50,224021404 +200039101,1,3,1,19100001,0,20,224021404 +200039102,1,3,1,22001004,0,1,224021404 +200039103,1,3,1,17001003,0,3,224021404 +200039104,1,3,1,15010040,0,1,224021404 +200039105,1,1,1,0,0,100,224021404 +200039106,1,3,1,19100001,0,100,224021404 +200039107,1,3,1,22001004,0,1,224021404 +200039108,1,3,1,15010040,0,1,224021404 +200039109,1,1,1,0,0,50,224021404 +200039110,1,3,1,21001013,0,40,224021404 +200039111,1,3,1,15010040,0,1,224021404 +200039112,1,1,1,0,0,100,224021404 +200039113,1,3,1,19100001,0,30,224021404 +200039114,1,3,1,22001004,0,1,224021404 +200039115,1,3,1,15010040,0,1,224021404 +200039116,1,3,1,21001013,0,50,224021404 +200039117,1,3,1,19100001,0,30,224021404 +200039118,1,3,1,15010040,0,1,224021404 +200039119,1,1,1,0,0,300,224021404 +200039120,1,3,1,19100001,0,30,224021404 +200039121,1,3,1,22001004,0,1,224021404 +200039122,1,3,1,30010001,0,30,224021404 +200039123,1,4,1,1,0,100000,224021404 +200039124,1,3,1,30010001,0,30,224021404 +200039125,1,4,1,1,0,100000,224021404 +200039126,1,3,1,22001004,0,1,224021404 +200039127,1,3,1,30010001,0,30,224021404 +200039128,1,4,1,1,0,100000,224021404 +200039129,1,3,1,30010001,0,30,224021404 +200039130,1,4,1,1,0,100000,224021404 +200039131,1,3,1,22001004,0,1,224021404 +200039132,1,3,1,30010001,0,30,224021404 +200039133,1,4,1,1,0,100000,224021404 +200039134,1,3,1,30010001,0,30,224021404 +200039135,1,3,1,22001004,0,1,224021404 +200039136,1,4,1,1,0,100000,224021404 +200039137,1,3,1,30010001,0,30,224021404 +200039138,1,4,1,1,0,100000,224021404 +200039139,1,3,1,30010001,0,30,224021404 +200039140,1,4,1,1,0,100000,224021404 +200039141,1,3,1,22001004,0,1,224021404 +200039142,1,3,1,30010001,0,30,224021404 +200039143,1,4,1,1,0,100000,224021404 +200039144,1,3,1,30010001,0,30,224021404 +200039145,1,3,1,22001004,0,1,224021404 +200040001,1,3,1,21001013,0,1,224022305 +200040002,1,3,1,20001018,0,5,224022305 +200040003,1,3,1,30010001,0,50,224022305 +200040004,1,3,1,21001013,0,1,224022305 +200040005,1,3,1,20001018,0,7,224022305 +200040006,1,3,1,30010001,0,50,224022305 +200040007,1,3,1,21001013,0,1,224022305 +200040008,1,3,1,20001018,0,10,224022305 +200040009,1,3,1,30010001,0,100,224022305 +200040010,1,3,1,21001013,0,1,224022305 +200040011,1,3,1,20001018,0,10,224022305 +200040012,1,3,1,30010001,0,100,224022305 +200040013,1,3,1,21001013,0,1,224022305 +200040014,1,3,1,20001018,0,10,224022305 +200040015,1,3,1,30010001,0,100,224022305 +200040016,1,3,1,21001013,0,3,224022305 +200040017,1,3,1,20001018,0,10,224022305 +200040018,1,3,1,30010001,0,100,224022305 +200040019,1,3,1,21001013,0,3,224022305 +200040020,1,3,1,20001018,0,10,224022305 +200041001,1,1,1,0,0,30,224030104 +200041002,1,4,1,1,0,50000,224030104 +200041003,1,3,1,19100001,0,10,224030104 +200041004,1,3,1,21001013,0,20,224030104 +200041005,1,3,1,16005001,0,180,224030104 +200041006,1,3,1,17001001,0,10,224030104 +200041007,1,3,1,30010001,0,30,224030104 +200041008,1,1,1,0,0,30,224030104 +200041009,1,4,1,1,0,100000,224030104 +200041010,1,3,1,19100001,0,10,224030104 +200041011,1,3,1,16005001,0,180,224030104 +200041012,1,3,1,17001001,0,10,224030104 +200041013,1,3,1,21001013,0,20,224030104 +200041014,1,3,1,30010001,0,40,224030104 +200041015,1,4,1,1,0,100000,224030104 +200041016,1,1,1,0,0,40,224030104 +200041017,1,3,1,21001013,0,20,224030104 +200041018,1,3,1,19100001,0,10,224030104 +200041019,1,3,1,16005001,0,180,224030104 +200041020,1,3,1,17001001,0,10,224030104 +200041021,1,3,1,15010040,0,1,224030104 +200041022,1,3,1,30010001,0,50,224030104 +200041023,1,4,1,1,0,100000,224030104 +200041024,1,3,1,19100001,0,10,224030104 +200041025,1,3,1,16005001,0,180,224030104 +200041026,1,1,1,0,0,100,224030104 +200041027,1,3,1,30010001,0,50,224030104 +200041028,1,3,1,17001001,0,10,224030104 +200041029,1,4,1,1,0,100000,224030104 +200041030,1,3,1,19100001,0,10,224030104 +200041031,1,1,1,0,0,50,224030104 +200041032,1,3,1,16005002,0,60,224030104 +200041033,1,3,1,17001001,0,10,224030104 +200041034,1,3,1,30010001,0,70,224030104 +200041035,1,4,1,1,0,100000,224030104 +200041036,1,1,1,0,0,100,224030104 +200041037,1,3,1,19100001,0,10,224030104 +200041038,1,3,1,16005002,0,66,224030104 +200041039,1,3,1,17001001,0,10,224030104 +200041040,1,3,1,30010001,0,80,224030104 +200041041,1,3,1,15010041,0,1,224030104 +200041042,1,4,1,1,0,100000,224030104 +200041043,1,3,1,19100001,0,10,224030104 +200041044,1,3,1,16005002,0,66,224030104 +200041045,1,3,1,17001001,0,10,224030104 +200041046,1,1,1,0,0,100,224030104 +200041047,1,3,1,30010001,0,80,224030104 +200041048,1,4,1,1,0,100000,224030104 +200041049,1,3,1,19100001,0,10,224030104 +200041050,1,3,1,16005002,0,66,224030104 +200041051,1,1,1,0,0,50,224030104 +200041052,1,3,1,17001001,0,10,224030104 +200041053,1,3,1,30010001,0,100,224030104 +200041054,1,4,1,1,0,150000,224030104 +200041055,1,3,1,16005002,0,66,224030104 +200041056,1,2,1,40040013,0,1,224030104 +200041057,1,1,1,0,0,100,224030104 +200041058,1,3,1,19100001,0,10,224030104 +200041059,1,3,1,17001001,0,10,224030104 +200041060,1,3,1,30010001,0,100,224030104 +200041061,1,3,1,16005002,0,66,224030104 +200041062,1,1,1,0,0,50,224030104 +200041063,1,4,1,1,0,200000,224030104 +200041064,1,3,1,19100001,0,10,224030104 +200041065,1,3,1,16005002,0,66,224030104 +200041066,1,3,1,17001002,0,5,224030104 +200041067,1,2,1,40030009,0,1,224030104 +200041068,1,3,1,30010001,0,100,224030104 +200041069,1,4,1,1,0,300000,224030104 +200041070,1,3,1,19100001,0,30,224030104 +200041071,1,2,1,10090015,0,1,224030104 +200041072,1,1,1,0,0,100,224030104 +200041073,1,3,1,16005003,0,54,224030104 +200041074,1,3,1,17001002,0,5,224030104 +200041075,1,3,1,21001013,0,30,224030104 +200041076,1,2,1,20070013,0,1,224030104 +200041077,1,1,1,0,0,50,224030104 +200041078,1,3,1,15010040,0,1,224030104 +200041079,1,2,1,30090009,0,1,224030104 +200041080,1,3,1,19100001,0,100,224030104 +200041081,1,1,1,0,0,50,224030104 +200041082,1,2,1,20090013,0,1,224030104 +200041083,1,3,1,16005003,0,86,224030104 +200041084,1,3,1,17001002,0,5,224030104 +200041085,1,2,1,40060010,0,1,224030104 +200041086,1,3,1,15010040,0,1,224030104 +200041087,1,3,1,19100001,0,100,224030104 +200041088,1,2,1,30020009,0,1,224030104 +200041089,1,1,1,0,0,50,224030104 +200041090,1,3,1,16005003,0,43,224030104 +200041091,1,2,1,10040016,0,1,224030104 +200041092,1,3,1,17001003,0,3,224030104 +200041093,1,4,1,1,0,500000,224030104 +200041094,1,2,1,40010011,0,1,224030104 +200041095,1,3,1,21001013,0,30,224030104 +200041096,1,1,1,0,0,50,224030104 +200041097,1,2,1,20050014,0,1,224030104 +200041098,1,3,1,19100001,0,20,224030104 +200041099,1,3,1,17001003,0,3,224030104 +200041100,1,2,1,10080016,0,1,224030104 +200041101,1,1,1,0,0,100,224030104 +200041102,1,2,1,30030010,0,1,224030104 +200041103,1,3,1,19100001,0,100,224030104 +200041104,1,2,1,20030015,0,1,224030104 +200041105,1,1,1,0,0,50,224030104 +200041106,1,2,1,40090011,0,1,224030104 +200041107,1,3,1,21001013,0,40,224030104 +200041108,1,2,1,30040012,0,1,224030104 +200041109,1,2,1,10010020,0,1,224030104 +200041110,1,1,1,0,0,100,224030104 +200041111,1,2,1,40080011,0,1,224030104 +200041112,1,3,1,19100001,0,30,224030104 +200041113,1,2,1,20010019,0,1,224030104 +200041114,1,3,1,21001013,0,50,224030104 +200041115,1,2,1,10050018,0,1,224030104 +200041116,1,3,1,19100001,0,30,224030104 +200041117,1,2,1,30010017,0,1,224030104 +200041118,1,2,1,20080016,0,1,224030104 +200041119,1,1,1,0,0,300,224030104 +200041120,1,3,1,19100001,0,30,224030104 +200041121,1,3,1,30010001,0,30,224030104 +200041122,1,4,1,1,0,100000,224030104 +200041123,1,3,1,30010001,0,30,224030104 +200041124,1,4,1,1,0,100000,224030104 +200041125,1,3,1,30010001,0,30,224030104 +200041126,1,4,1,1,0,100000,224030104 +200041127,1,3,1,30010001,0,30,224030104 +200041128,1,4,1,1,0,100000,224030104 +200041129,1,3,1,30010001,0,30,224030104 +200041130,1,4,1,1,0,100000,224030104 +200041131,1,3,1,30010001,0,30,224030104 +200041132,1,4,1,1,0,100000,224030104 +200041133,1,3,1,30010001,0,30,224030104 +200041134,1,4,1,1,0,100000,224030104 +200041135,1,3,1,30010001,0,30,224030104 +200041136,1,4,1,1,0,100000,224030104 +200041137,1,3,1,30010001,0,30,224030104 +200041138,1,4,1,1,0,100000,224030104 +200041139,1,3,1,30010001,0,30,224030104 +200891001,1,1,1,0,0,30,170 +200891002,1,4,1,1,0,50000,170 +200891003,1,3,1,19100001,0,10,170 +200891004,1,3,1,21001007,0,20,170 +200891005,1,3,1,16005001,0,180,170 +200891006,1,3,1,17001001,0,10,170 +200891007,1,3,1,30010001,0,30,170 +200891008,1,1,1,0,0,30,170 +200891009,1,4,1,1,0,100000,170 +200891010,1,3,1,19100001,0,10,170 +200891011,1,3,1,16005001,0,180,170 +200891012,1,3,1,17001001,0,10,170 +200891013,1,3,1,21001007,0,20,170 +200891014,1,3,1,30010001,0,40,170 +200891015,1,4,1,1,0,100000,170 +200891016,1,1,1,0,0,40,170 +200891017,1,3,1,21001007,0,20,170 +200891018,1,3,1,19100001,0,10,170 +200891019,1,3,1,16005001,0,180,170 +200891020,1,3,1,17001001,0,10,170 +200891021,1,3,1,15010014,0,1,170 +200891022,1,3,1,30010001,0,50,170 +200891023,1,4,1,1,0,100000,170 +200891024,1,3,1,19100001,0,10,170 +200891025,1,3,1,16005001,0,180,170 +200891026,1,1,1,0,0,100,170 +200891027,1,3,1,30010001,0,50,170 +200891028,1,3,1,17001001,0,10,170 +200891029,1,4,1,1,0,100000,170 +200891030,1,3,1,19100001,0,10,170 +200891031,1,1,1,0,0,50,170 +200891032,1,3,1,16005002,0,60,170 +200891033,1,3,1,17001001,0,10,170 +200891034,1,3,1,30010001,0,70,170 +200891035,1,4,1,1,0,100000,170 +200891036,1,1,1,0,0,100,170 +200891037,1,3,1,19100001,0,10,170 +200891038,1,3,1,16005002,0,66,170 +200891039,1,3,1,17001001,0,10,170 +200891040,1,3,1,30010001,0,80,170 +200891041,1,3,1,15010015,0,1,170 +200891042,1,4,1,1,0,100000,170 +200891043,1,3,1,19100001,0,10,170 +200891044,1,3,1,16005002,0,66,170 +200891045,1,3,1,17001001,0,10,170 +200891046,1,1,1,0,0,100,170 +200891047,1,3,1,30010001,0,80,170 +200891048,1,4,1,1,0,100000,170 +200891049,1,3,1,19100001,0,10,170 +200891050,1,3,1,16005002,0,66,170 +200891051,1,1,1,0,0,50,170 +200891052,1,3,1,17001001,0,10,170 +200891053,1,3,1,30010001,0,100,170 +200891054,1,4,1,1,0,150000,170 +200891055,1,3,1,16005002,0,66,170 +200891056,1,1,1,0,0,100,170 +200891057,1,3,1,19100001,0,10,170 +200891058,1,3,1,17001001,0,10,170 +200891059,1,3,1,30010001,0,100,170 +200891060,1,3,1,16005002,0,66,170 +200891061,1,1,1,0,0,50,170 +200891062,1,4,1,1,0,200000,170 +200891063,1,3,1,19100001,0,10,170 +200891064,1,3,1,16005002,0,66,170 +200891065,1,3,1,17001002,0,5,170 +200891066,1,2,1,20050014,0,1,170 +200891067,1,3,1,30010001,0,100,170 +200891068,1,4,1,1,0,300000,170 +200891069,1,3,1,19100001,0,30,170 +200891070,1,1,1,0,0,100,170 +200891071,1,3,1,16005003,0,54,170 +200891072,1,3,1,17001002,0,5,170 +200891073,1,3,1,21001007,0,30,170 +200891074,1,1,1,0,0,50,170 +200891075,1,3,1,15010014,0,1,170 +200891076,1,3,1,19100001,0,100,170 +200891077,1,1,1,0,0,50,170 +200891078,1,3,1,16005003,0,86,170 +200891079,1,3,1,17001002,0,5,170 +200891080,1,3,1,15010014,0,1,170 +200891081,1,3,1,19100001,0,100,170 +200891082,1,1,1,0,0,50,170 +200891083,1,3,1,16005003,0,43,170 +200891084,1,3,1,17001003,0,3,170 +200891085,1,4,1,1,0,500000,170 +200891086,1,3,1,21001007,0,30,170 +200891087,1,1,1,0,0,50,170 +200891088,1,3,1,19100001,0,20,170 +200891089,1,3,1,17001003,0,3,170 +200891090,1,1,1,0,0,100,170 +200891091,1,3,1,19100001,0,100,170 +200891092,1,1,1,0,0,50,170 +200891093,1,3,1,21001007,0,40,170 +200891094,1,1,1,0,0,100,170 +200891095,1,3,1,19100001,0,30,170 +200891096,1,3,1,21001007,0,50,170 +200891097,1,3,1,19100001,0,30,170 +200891098,1,1,1,0,0,300,170 +200891099,1,3,1,19100001,0,30,170 +200891100,1,3,1,30010001,0,30,170 +200891101,1,4,1,1,0,100000,170 +200891102,1,3,1,30010001,0,30,170 +200891103,1,4,1,1,0,100000,170 +200891104,1,3,1,30010001,0,30,170 +200891105,1,4,1,1,0,100000,170 +200891106,1,3,1,30010001,0,30,170 +200891107,1,4,1,1,0,100000,170 +200891108,1,3,1,30010001,0,30,170 +200891109,1,4,1,1,0,100000,170 +200891110,1,3,1,30010001,0,30,170 +200891111,1,4,1,1,0,100000,170 +200891112,1,3,1,30010001,0,30,170 +200891113,1,4,1,1,0,100000,170 +200891114,1,3,1,30010001,0,30,170 +200891115,1,4,1,1,0,100000,170 +200891116,1,3,1,30010001,0,30,170 +200891117,1,4,1,1,0,100000,170 +200891118,1,3,1,30010001,0,30,170 +200892001,1,1,1,0,0,30,171 +200892002,1,4,1,1,0,50000,171 +200892003,1,3,1,19100001,0,10,171 +200892004,1,3,1,21001007,0,20,171 +200892005,1,3,1,16005001,0,180,171 +200892006,1,3,1,17001001,0,10,171 +200892007,1,3,1,30010001,0,30,171 +200892008,1,1,1,0,0,30,171 +200892009,1,4,1,1,0,100000,171 +200892010,1,3,1,19100001,0,10,171 +200892011,1,3,1,16005001,0,180,171 +200892012,1,3,1,17001001,0,10,171 +200892013,1,3,1,21001007,0,20,171 +200892014,1,3,1,30010001,0,40,171 +200892015,1,4,1,1,0,100000,171 +200892016,1,1,1,0,0,40,171 +200892017,1,3,1,21001007,0,20,171 +200892018,1,3,1,19100001,0,10,171 +200892019,1,3,1,16005001,0,180,171 +200892020,1,3,1,17001001,0,10,171 +200892021,1,3,1,15010014,0,1,171 +200892022,1,3,1,30010001,0,50,171 +200892023,1,4,1,1,0,100000,171 +200892024,1,3,1,19100001,0,10,171 +200892025,1,3,1,16005001,0,180,171 +200892026,1,1,1,0,0,100,171 +200892027,1,3,1,30010001,0,50,171 +200892028,1,3,1,17001001,0,10,171 +200892029,1,4,1,1,0,100000,171 +200892030,1,3,1,19100001,0,10,171 +200892031,1,1,1,0,0,50,171 +200892032,1,3,1,16005002,0,60,171 +200892033,1,3,1,17001001,0,10,171 +200892034,1,3,1,30010001,0,70,171 +200892035,1,4,1,1,0,100000,171 +200892036,1,1,1,0,0,100,171 +200892037,1,3,1,19100001,0,10,171 +200892038,1,3,1,16005002,0,66,171 +200892039,1,3,1,17001001,0,10,171 +200892040,1,3,1,30010001,0,80,171 +200892041,1,3,1,15010015,0,1,171 +200892042,1,4,1,1,0,100000,171 +200892043,1,3,1,19100001,0,10,171 +200892044,1,3,1,16005002,0,66,171 +200892045,1,3,1,17001001,0,10,171 +200892046,1,1,1,0,0,100,171 +200892047,1,3,1,30010001,0,80,171 +200892048,1,4,1,1,0,100000,171 +200892049,1,3,1,19100001,0,10,171 +200892050,1,3,1,16005002,0,66,171 +200892051,1,1,1,0,0,50,171 +200892052,1,3,1,17001001,0,10,171 +200892053,1,3,1,30010001,0,100,171 +200892054,1,4,1,1,0,150000,171 +200892055,1,3,1,16005002,0,66,171 +200892056,1,1,1,0,0,100,171 +200892057,1,3,1,19100001,0,10,171 +200892058,1,3,1,17001001,0,10,171 +200892059,1,3,1,30010001,0,100,171 +200892060,1,3,1,16005002,0,66,171 +200892061,1,1,1,0,0,50,171 +200892062,1,4,1,1,0,200000,171 +200892063,1,3,1,19100001,0,10,171 +200892064,1,3,1,16005002,0,66,171 +200892065,1,3,1,17001002,0,5,171 +200892066,1,2,1,20050014,0,1,171 +200892067,1,3,1,30010001,0,100,171 +200892068,1,4,1,1,0,300000,171 +200892069,1,3,1,19100001,0,30,171 +200892070,1,1,1,0,0,100,171 +200892071,1,3,1,16005003,0,54,171 +200892072,1,3,1,17001002,0,5,171 +200892073,1,3,1,21001007,0,30,171 +200892074,1,1,1,0,0,50,171 +200892075,1,3,1,15010014,0,1,171 +200892076,1,3,1,19100001,0,100,171 +200892077,1,1,1,0,0,50,171 +200892078,1,3,1,16005003,0,86,171 +200892079,1,3,1,17001002,0,5,171 +200892080,1,3,1,15010014,0,1,171 +200892081,1,3,1,19100001,0,100,171 +200892082,1,1,1,0,0,50,171 +200892083,1,3,1,16005003,0,43,171 +200892084,1,3,1,17001003,0,3,171 +200892085,1,4,1,1,0,500000,171 +200892086,1,3,1,21001007,0,30,171 +200892087,1,1,1,0,0,50,171 +200892088,1,3,1,19100001,0,20,171 +200892089,1,3,1,17001003,0,3,171 +200892090,1,1,1,0,0,100,171 +200892091,1,3,1,19100001,0,100,171 +200892092,1,1,1,0,0,50,171 +200892093,1,3,1,21001007,0,40,171 +200892094,1,1,1,0,0,100,171 +200892095,1,3,1,19100001,0,30,171 +200892096,1,3,1,21001007,0,50,171 +200892097,1,3,1,19100001,0,30,171 +200892098,1,1,1,0,0,300,171 +200892099,1,3,1,19100001,0,30,171 +200892100,1,3,1,30010001,0,30,171 +200892101,1,4,1,1,0,100000,171 +200892102,1,3,1,30010001,0,30,171 +200892103,1,4,1,1,0,100000,171 +200892104,1,3,1,30010001,0,30,171 +200892105,1,4,1,1,0,100000,171 +200892106,1,3,1,30010001,0,30,171 +200892107,1,4,1,1,0,100000,171 +200892108,1,3,1,30010001,0,30,171 +200892109,1,4,1,1,0,100000,171 +200892110,1,3,1,30010001,0,30,171 +200892111,1,4,1,1,0,100000,171 +200892112,1,3,1,30010001,0,30,171 +200892113,1,4,1,1,0,100000,171 +200892114,1,3,1,30010001,0,30,171 +200892115,1,4,1,1,0,100000,171 +200892116,1,3,1,30010001,0,30,171 +200892117,1,4,1,1,0,100000,171 +200892118,1,3,1,30010001,0,30,171 +200893001,1,3,1,19100001,0,1,195 +200893002,1,3,1,17001001,0,1,195 +200893003,1,3,1,30010001,0,1,195 +200893004,1,3,1,16005002,0,1,195 +200893005,1,1,1,0,0,1,195 +200893006,1,4,1,1,0,1,195 +200893007,1,3,1,19100001,0,1,195 +200893008,1,3,1,16005002,0,1,195 +200893009,1,3,1,17001002,0,1,195 +200893010,1,2,1,30040012,0,1,195 +200893011,1,3,1,30010001,0,1,195 +200893012,1,4,1,1,0,1,195 +200893013,1,3,1,19100001,0,1,195 +200893014,1,1,1,0,0,1,195 +200893015,1,3,1,16005003,0,1,195 +200893016,1,3,1,17001002,0,1,195 +200893017,1,3,1,17001002,0,1,195 +200893018,1,1,1,0,0,1,195 +200893019,1,1,1,0,0,1,195 +200893020,1,1,1,0,0,1,195 +200893021,1,2,1,10010013,0,1,195 +200893022,1,2,1,10020013,0,1,195 +200893023,1,2,1,10030013,0,1,195 +200894001,1,1,1,0,0,1,172 +200894002,1,4,1,1,0,1,172 +200894003,1,3,1,19100001,0,1,172 +200894004,1,3,1,16005001,0,1,172 +200894005,1,3,1,17001001,0,1,172 +200894006,1,3,1,30010001,0,1,172 +200894007,1,1,1,0,0,1,172 +200894008,1,4,1,1,0,1,172 +200894009,1,3,1,19100001,0,1,172 +200894010,1,2,1,40080011,0,1,172 diff --git a/src/router/databases/csv-en/event_point_settings.csv b/src/router/databases/csv-en/event_point_settings.csv new file mode 100644 index 0000000..2cb10d8 --- /dev/null +++ b/src/router/databases/csv-en/event_point_settings.csv @@ -0,0 +1,37 @@ +_id,_name,_masterReleaseLabelId +101,Miracle Star,223041903 +102,Miracle Star,223043004 +103,Icon,223051101 +104,Miracle Star,223051504 +105,Icon,223052601 +106,Miracle Star,223053104 +107,Icon,223061101 +109,Miracle Star,223063004 +110,Icon,223071101 +112,Icon,223072601 +113,Miracle Star,223073104 +114,Icon,223081101 +116,Icon,223082601 +117,Miracle Star,223083104 +118,Icon,223091101 +120,Icon,223092601 +121,Miracle Star,223093004 +122,Icon,223101101 +123,Miracle Star,223101508 +124,Icon,223102601 +125,Miracle Star,223103104 +126,Icon,223111101 +127,Star Points,223111504 +128,Icon,223112601 +129,Miracle Star,223113004 +130,Icon,223121102 +132,Icon,223122603 +133,Miracle Star,223123104 +134,Icon,224011106 +135,Star Points,224011504 +136,Icon,224012702 +137,Miracle Star,224013104 +138,Icon,224021006 +139,Star Points,224021404 +140,Icon,224022305 +141,Miracle Star,224030104 diff --git a/src/router/databases/csv-en/event_score.csv b/src/router/databases/csv-en/event_score.csv new file mode 100644 index 0000000..fbd4a6f --- /dev/null +++ b/src/router/databases/csv-en/event_score.csv @@ -0,0 +1,46 @@ +_masterEventId,_eventLivePointBase,_eventPointRatio,_eventBoostRatio,_masterReleaseLabelId +101,10,10000,35000,223041903 +102,10,10000,35000,223043004 +103,10,10000,35000,223051101 +104,10,10000,350000,223051504 +105,10,10000,35000,223052601 +106,10,10000,350000,223053104 +107,10,10000,35000,223061101 +108,10,10000,35000,223061504 +109,10,10000,350000,223063004 +110,10,10000,35000,223071101 +111,10,10000,35000,223071505 +112,10,10000,35000,223072601 +113,10,10000,350000,223073104 +114,10,10000,35000,223081101 +115,10,10000,35000,223081504 +116,10,10000,35000,223082601 +117,10,10000,350000,223083104 +118,10,10000,35000,223091101 +119,10,10000,35000,223091504 +120,10,10000,35000,223092601 +121,10,10000,350000,223093004 +122,10,10000,35000,223101101 +123,10,10000,350000,223101508 +124,10,10000,35000,223102601 +125,10,10000,350000,223103104 +126,10,10000,35000,223111101 +127,10,1000,35000,223111504 +128,10,10000,35000,223112601 +129,10,10000,350000,223113004 +130,10,10000,35000,223121102 +131,10,10000,35000,223121507 +132,10,10000,35000,223122603 +133,10,10000,350000,223123104 +134,10,10000,35000,224011106 +135,10,1000,35000,224011504 +136,10,10000,35000,224012702 +137,10,10000,350000,224013104 +138,10,10000,35000,224021006 +139,10,1000,35000,224021404 +140,10,10000,35000,224022305 +141,10,10000,350000,224030104 +991,10,1000,35000,170 +992,10,1000,35000,171 +993,10,10000,350000,195 +994,10,10000,35000,172 diff --git a/src/router/masterdata/csv/event_score_ranking.csv b/src/router/databases/csv-en/event_score_ranking.csv similarity index 100% rename from src/router/masterdata/csv/event_score_ranking.csv rename to src/router/databases/csv-en/event_score_ranking.csv diff --git a/src/router/masterdata/csv/event_score_ranking_reward.csv b/src/router/databases/csv-en/event_score_ranking_reward.csv similarity index 100% rename from src/router/masterdata/csv/event_score_ranking_reward.csv rename to src/router/databases/csv-en/event_score_ranking_reward.csv diff --git a/src/router/databases/csv-en/event_story.csv b/src/router/databases/csv-en/event_story.csv new file mode 100644 index 0000000..2967822 --- /dev/null +++ b/src/router/databases/csv-en/event_story.csv @@ -0,0 +1,6 @@ +_masterEventId,_masterStoryId,_masterReleaseLabelId +125,140003,223103104 +129,110003,223113004 +133,120003,223123104 +137,130003,224013104 +993,140001,195 diff --git a/src/router/databases/csv-en/event_tips.csv b/src/router/databases/csv-en/event_tips.csv new file mode 100644 index 0000000..760dd97 --- /dev/null +++ b/src/router/databases/csv-en/event_tips.csv @@ -0,0 +1,42 @@ +_masterEventId,_title,_rootPath,_masterReleaseLabelId +101,Operation: Slump Escape!,common,223041903 +102,Take a Look at Our Town,common,223043004 +103,Free Tour,common,223051101 +104,Come Have Fun in Numazu,common,223051504 +105,Free Tour,common,223052601 +106,"Imagine, Connect, Network!",common,223053104 +107,Free Tour,common,223061101 +108,Teamup Live Show,common,223061504 +109,Seagull Mayhem Delivery,common,223063004 +110,Free Tour,common,223071101 +111,Teamup Live Show,common,223071505 +112,Free Tour,common,223072601 +113,Beach Flag Racing,common,223073104 +114,Free Tour,common,223081101 +115,Teamup Live Show,common,223081504 +116,Free Tour,common,223082601 +117,Silver Moon to Shining Knoll,common,223083104 +118,Free Tour,common,223091101 +119,Teamup Live Show,common,223091504 +120,Free Tour,common,223092601 +121,Halloween: What's Gonna Jump out at Me?!,common,223093004 +122,Free Tour,common,223101101 +123,Half Anniversary,common,223101508 +124,Free Tour,common,223102601 +125,Pit-a-pat School Information Session,common,223103104 +126,Free Tour,common,223111101 +127,Star Challenge,common,223111504 +128,Free Tour,common,223112601 +129,Christmas Parties Are The Best!,common,223113004 +130,Free Tour,common,223121102 +131,Teamup Live Show,common,223121507 +132,Free Tour,common,223122603 +133,Awa Isle HAPPY NEW YEAR!,common,223123104 +134,Free Tour,common,224011106 +135,Star Challenge,common,224011504 +136,Free Tour,common,224012702 +137,Who Will Get the Chocolate?!,common,224013104 +138,Free Tour,common,224021006 +139,Star Challenge,common,224021404 +140,Free Tour,common,224022305 +141,Feelings Come Across on White Day,common,224030104 diff --git a/src/router/databases/csv-en/event_tips_page.csv b/src/router/databases/csv-en/event_tips_page.csv new file mode 100644 index 0000000..e5e55a5 --- /dev/null +++ b/src/router/databases/csv-en/event_tips_page.csv @@ -0,0 +1,185 @@ +_masterEventId,_spriteName,_message,_category,_masterReleaseLabelId +101,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223041903 +101,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223041903 +101,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223041903 +101,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223041903 +101,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223041903 +101,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223041903 +102,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223043004 +102,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223043004 +102,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223043004 +102,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223043004 +102,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223043004 +102,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223043004 +103,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223051101 +103,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223051101 +104,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223051504 +104,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223051504 +104,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223051504 +104,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223051504 +104,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223051504 +104,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223051504 +105,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223052601 +105,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223052601 +106,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223053104 +106,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223053104 +106,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223053104 +106,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223053104 +106,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223053104 +106,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223053104 +107,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223061101 +107,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223061101 +108,SubTutorial_multievent_01,"In a Teamup Live Show, you can collaborate with up to three other players!
Aim for a higher Total Score to obtain more Event pts!",,223061504 +108,SubTutorial_multievent_02,Receive various rewards by collecting Event pts during a Teamup Live Show!
You can receive even more amazing rewards
by achieving a high rank during the event!,,223061504 +108,SubTutorial_multievent_03,Create teams with specially-selected members for a higher score in Live Shows!
Idolize these members for an even bigger bonus effect!,,223061504 +108,SubTutorial_multievent_04,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223061504 +108,SubTutorial_multievent_05,"In certain conditions during a Teamup Live Show,
you can help other players as a Backup member!
You will receive rewards based on your number of appearances.",,223061504 +109,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223063004 +109,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223063004 +109,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223063004 +109,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223063004 +109,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223063004 +109,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223063004 +110,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223071101 +110,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223071101 +111,SubTutorial_multievent_01,"In a Teamup Live Show, you can collaborate with up to three other players!
Aim for a higher Total Score to obtain more Event pts!",,223071505 +111,SubTutorial_multievent_02,Receive various rewards by collecting Event pts during a Teamup Live Show!
You can receive even more amazing rewards
by achieving a high rank during the event!,,223071505 +111,SubTutorial_multievent_03,Create teams with specially-selected members for a higher score in Live Shows!
Idolize these members for an even bigger bonus effect!,,223071505 +111,SubTutorial_multievent_04,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223071505 +111,SubTutorial_multievent_05,"In certain conditions during a Teamup Live Show,
you can help other players as a Backup member!
You will receive rewards based on your number of appearances.",,223071505 +112,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223072601 +112,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223072601 +113,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223073104 +113,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223073104 +113,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223073104 +113,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223073104 +113,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223073104 +113,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223073104 +115,SubTutorial_multievent_01,"In a Teamup Live Show, you can collaborate with up to three other players!
Aim for a higher Total Score to obtain more Event pts!",,223081504 +115,SubTutorial_multievent_02,Receive various rewards by collecting Event pts during a Teamup Live Show!
You can receive even more amazing rewards
by achieving a high rank during the event!,,223081504 +115,SubTutorial_multievent_03,Create teams with specially-selected members for a higher score in Live Shows!
Idolize these members for an even bigger bonus effect!,,223081504 +115,SubTutorial_multievent_06,Specially-selected members with a Login Item Bonus
increase the amount of LP Candy (S) obtained from the event login bonus!
Idolize these members for an even bigger bonus effect!,,223081504 +115,SubTutorial_multievent_04,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223081504 +115,SubTutorial_multievent_05,"In certain conditions during a Teamup Live Show,
you can help other players as a Backup member!
You will receive rewards based on your number of appearances.",,223081504 +114,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223081101 +114,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223081101 +116,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223082601 +116,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223082601 +117,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223083104 +117,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223083104 +117,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223083104 +117,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223083104 +117,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223083104 +117,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223083104 +118,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223091101 +118,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223091101 +119,SubTutorial_multievent_01,"In a Teamup Live Show, you can collaborate with up to three other players!
Aim for a higher Total Score to obtain more Event pts!",,223091504 +119,SubTutorial_multievent_02,Receive various rewards by collecting Event pts during a Teamup Live Show!
You can receive even more amazing rewards
by achieving a high rank during the event!,,223091504 +119,SubTutorial_multievent_03,Create teams with specially-selected members for a higher score in Live Shows!
Idolize these members for an even bigger bonus effect!,,223091504 +119,SubTutorial_multievent_06,Specially-selected members with a Login Item Bonus
increase the amount of LP Candy (S) obtained from the event login bonus!
Idolize these members for an even bigger bonus effect!,,223091504 +119,SubTutorial_multievent_04,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223091504 +119,SubTutorial_multievent_05,"In certain conditions during a Teamup Live Show,
you can help other players as a Backup member!
You will receive rewards based on your number of appearances.",,223091504 +120,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223092601 +120,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223092601 +121,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223093004 +121,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223093004 +121,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223093004 +121,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223093004 +121,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223093004 +121,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223093004 +122,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223101101 +122,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223101101 +123,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223101508 +123,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223101508 +123,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223101508 +123,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223101508 +123,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223101508 +123,SubTutorial_miraclecollection_07,You can get some amazing items by completing event challenges!,,223101508 +124,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223102601 +124,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223102601 +125,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223103104 +125,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223103104 +125,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223103104 +125,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223103104 +125,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223103104 +125,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223103104 +126,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223111101 +126,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223111101 +127,SubTutorial_starevent_01,Check out Star Challenges as a way to test out your overall abilities with SIF2
like your pure skill and member enhancement!
Show off what you can do and aim for the top!,,223111504 +127,SubTutorial_starevent_02,Get the target score on all the randomly selected songs to increase your Star Level!
You can get extravagant rewards when your Star Level increases!,,223111504 +127,SubTutorial_starevent_03,"Use the Star Assist feature special on Star Challenges
to get unlimited HP, increased skill activation, and more!
Get that ultra high score that you can't normally hit!",,223111504 +127,SubTutorial_starevent_11,"Use another Star Assist to boost your score corresponding to your Members' level and skill level.
Enhance your Members and boost your score!
*Targets all Members, even those that are not in your Unit Formation.",,223111504 +127,SubTutorial_starevent_04,"In Star Challenges, receive various rewards by increasing
your Star Level and saving up Event Pts.
Get even more awesome rewards by placing high in the rankings!",,223111504 +127,SubTutorial_starevent_05,Increase your Star Level by hitting the target score on all the songs randomly selected for you!
You can get extravagant rewards when your Star Level increases!,,223111504 +127,SubTutorial_starevent_06,"Star Challenge rankings are placed according to Star Level!
When two players are at the same Star Level, the one with more Event pts take the lead!
Increase your Star Level and aim for the top!",,223111504 +127,SubTutorial_starevent_07,Use the specially-selected Members of each event
to more effectively progress through events!,,223111504 +127,SubTutorial_starevent_08,Use specially-selected Members to boost your score for event songs!
You can get a bonus effect in Star Challenges even if the Members are not in your unit.
Idolize these Members for an even bigger bonus effect!,,223111504 +127,SubTutorial_starevent_09,Specially-selected Members with a Login Item Bonus
increase the amount of Star Assist Tickets obtained from th event login bonus!
Idolize these Members for an even bigger bonus effect!,,223111504 +127,SubTutorial_starevent_10,"During the event, use the Continued Bonus that adds on to up to five Live Shows per day
and the Play Bonus that boosts your score bonus every Live Show
to push the limits of your target score!",,223111504 +128,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223112601 +128,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223112601 +129,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223113004 +129,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223113004 +129,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223113004 +129,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223113004 +129,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223113004 +129,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223113004 +130,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223121102 +130,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223121102 +131,SubTutorial_multievent_01,"In a Teamup Live Show, you can collaborate with up to three other players!
Aim for a higher Total Score to obtain more Event pts!",,223121507 +131,SubTutorial_multievent_02,Receive various rewards by collecting Event pts during a Teamup Live Show!
You can receive even more amazing rewards
by achieving a high rank during the event!,,223121507 +131,SubTutorial_multievent_03,Create teams with specially-selected members for a higher score in Live Shows!
Idolize these members for an even bigger bonus effect!,,223121507 +131,SubTutorial_multievent_06,Specially-selected members with a Login Item Bonus
increase the amount of LP Candy (S) obtained from the event login bonus!
Idolize these members for an even bigger bonus effect!,,223121507 +131,SubTutorial_multievent_04,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223121507 +131,SubTutorial_multievent_05,"In certain conditions during a Teamup Live Show,
you can help other players as a Backup member!
You will receive rewards based on your number of appearances.",,223121507 +132,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,223122603 +132,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,223122603 +133,SubTutorial_miraclecollection_01,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards
by achieving a high rank during the event!,,223123104 +133,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,223123104 +133,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,223123104 +133,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,223123104 +133,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,223123104 +133,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,223123104 +134,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,224011106 +134,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,224011106 +135,SubTutorial_starevent_01,Check out Star Challenges as a way to test out your overall abilities with SIF2
like your pure skill and member enhancement!
Show off what you can do and aim for the top!,,224011504 +135,SubTutorial_starevent_02,Get the target score on all the randomly selected songs to increase your Star Level!
You can get extravagant rewards when your Star Level increases!,,224011504 +135,SubTutorial_starevent_03,"Use the Star Assist feature special on Star Challenges
to get unlimited HP, increased skill activation, and more!
Get that ultra high score that you can't normally hit!",,224011504 +135,SubTutorial_starevent_11,"Use another Star Assist to boost your score corresponding to your Members' level and skill level.
Enhance your Members and boost your score!
*Targets all Members, even those that are not in your Unit Formation.",,224011504 +135,SubTutorial_starevent_04,"In Star Challenges, receive various rewards by increasing
your Star Level and saving up Event Pts.
Get even more awesome rewards by placing high in the rankings!",,224011504 +135,SubTutorial_starevent_05,Increase your Star Level by hitting the target score on all the songs randomly selected for you!
You can get extravagant rewards when your Star Level increases!,,224011504 +135,SubTutorial_starevent_06,"Star Challenge rankings are placed according to Star Level!
When two players are at the same Star Level, the one with more Event pts take the lead!
Increase your Star Level and aim for the top!",,224011504 +135,SubTutorial_starevent_07,Use the specially-selected Members of each event
to more effectively progress through events!,,224011504 +135,SubTutorial_starevent_08,Use specially-selected Members to boost your score for event songs!
You can get a bonus effect in Star Challenges even if the Members are not in your unit.
Idolize these Members for an even bigger bonus effect!,,224011504 +135,SubTutorial_starevent_09,Specially-selected Members with a Login Item Bonus
increase the amount of Star Assist Tickets obtained from th event login bonus!
Idolize these Members for an even bigger bonus effect!,,224011504 +135,SubTutorial_starevent_10,"During the event, use the Continued Bonus that adds on to up to five Live Shows per day
and the Play Bonus that boosts your score bonus every Live Show
to push the limits of your target score!",,224011504 +136,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,224012702 +136,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,224012702 +137,SubTutorial_miraclecollection_08,"In the Miracle Collection, you can get various rewards by collecting event points!
+Also, if you rank in the ranking in the event, you will get even more gorgeous rewards!
*This time, there will be no ranking of the highly recommended.",,224013104 +137,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,224013104 +137,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,224013104 +137,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,224013104 +137,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,224013104 +137,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,224013104 +138,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,224021006 +138,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,224021006 +139,SubTutorial_starevent_01,Check out Star Challenges as a way to test out your overall abilities with SIF2
like your pure skill and member enhancement!
Show off what you can do and aim for the top!,,224021404 +139,SubTutorial_starevent_02,Get the target score on all the randomly selected songs to increase your Star Level!
You can get extravagant rewards when your Star Level increases!,,224021404 +139,SubTutorial_starevent_03,"Use the Star Assist feature special on Star Challenges
to get unlimited HP, increased skill activation, and more!
Get that ultra high score that you can't normally hit!",,224021404 +139,SubTutorial_starevent_11,"Use another Star Assist to boost your score corresponding to your Members' level and skill level.
Enhance your Members and boost your score!
*Targets all Members, even those that are not in your Unit Formation.",,224021404 +139,SubTutorial_starevent_04,"In Star Challenges, receive various rewards by increasing
your Star Level and saving up Event Pts.
Get even more awesome rewards by placing high in the rankings!",,224021404 +139,SubTutorial_starevent_05,Increase your Star Level by hitting the target score on all the songs randomly selected for you!
You can get extravagant rewards when your Star Level increases!,,224021404 +139,SubTutorial_starevent_06,"Star Challenge rankings are placed according to Star Level!
When two players are at the same Star Level, the one with more Event pts take the lead!
Increase your Star Level and aim for the top!",,224021404 +139,SubTutorial_starevent_07,Use the specially-selected Members of each event
to more effectively progress through events!,,224021404 +139,SubTutorial_starevent_08,Use specially-selected Members to boost your score for event songs!
You can get a bonus effect in Star Challenges even if the Members are not in your unit.
Idolize these Members for an even bigger bonus effect!,,224021404 +139,SubTutorial_starevent_09,Specially-selected Members with a Login Item Bonus
increase the amount of Star Assist Tickets obtained from th event login bonus!
Idolize these Members for an even bigger bonus effect!,,224021404 +139,SubTutorial_starevent_10,"During the event, use the Continued Bonus that adds on to up to five Live Shows per day
and the Play Bonus that boosts your score bonus every Live Show
to push the limits of your target score!",,224021404 +140,SubTutorial_freetour_01,You can obtain Total Event pt Rewards by collecting Event pts.
Complete Live Shows to obtain Event pts.,,224022305 +140,SubTutorial_freetour_02,You can obtain amazing items by completing event challenges.,,224022305 +141,SubTutorial_miraclecollection_09,Receive various rewards by collecting event pts during Miracle Collection!
You can receive even more fabulous rewards by achieving a high rank during the event!
��There is no Event Point Ranking for this event.,,224030104 +141,SubTutorial_miraclecollection_02,You will receive Miracle Stars as you play through standard songs!
You can then use these Miracle Stars to take on event songs!
Event songs reward a lot more event points than standard songs!,,224030104 +141,SubTutorial_miraclecollection_03,Create teams with the specially-selected members of each event
to more effectively progress through events!,,224030104 +141,SubTutorial_miraclecollection_04,Create teams consisting of specially-selected members with event point bonuses
to gain more event points when clearing live shows!
Idolizing these members will cause their bonuses to be further increased!,,224030104 +141,SubTutorial_miraclecollection_05,Specially-selected members with a Miracle Star bonus
increase the amount of Miracle Stars obtained from the event login bonus!
Idolizing these members will cause their bonuses to be further increased!,,224030104 +141,SubTutorial_miraclecollection_06,"You can obtain various rewards by clearing event goals!
Once you have achieved a certain amount of event points, new event stories will be unlocked!",,224030104 diff --git a/src/router/databases/csv-en/event_top_banner.csv b/src/router/databases/csv-en/event_top_banner.csv new file mode 100644 index 0000000..73f9532 --- /dev/null +++ b/src/router/databases/csv-en/event_top_banner.csv @@ -0,0 +1,46 @@ +_masterEventId,_masterGachaId,_spriteName,_priority,_masterReleaseLabelId +101,1110003,,0,223041903 +102,2110001,,0,223043004 +104,2110002,,0,223051504 +106,2110003,,0,223053104 +108,2110004,,1,223061504 +108,2110005,,2,223061504 +109,2110006,,1,223063004 +109,2110007,,2,223063004 +111,2110008,,1,223071505 +111,2110009,,2,223071505 +113,2110010,,1,223073104 +113,2110011,,2,223073104 +115,2110012,,1,223081504 +115,2110013,,2,223081504 +117,2110014,,1,223083104 +117,2110015,,2,223083104 +119,2110016,,1,223091504 +119,2110017,,2,223091504 +121,2110018,,1,223093004 +121,2110019,,2,223093004 +123,2110020,,1,223101508 +123,2110021,,2,223101508 +125,2110022,,1,223103104 +125,2110023,,2,223103104 +127,2110024,,1,223111504 +127,2110025,,2,223111504 +129,2110026,,1,223113004 +129,2110027,,2,223113004 +131,2110028,,1,223121507 +131,2110029,,2,223121507 +133,2110030,,1,223123104 +133,2110031,,2,223123104 +135,2110032,,1,224011504 +135,2110033,,2,224011504 +137,2110034,,1,224013104 +137,2110035,,2,224013104 +139,2110036,,1,224021404 +139,2110037,,2,224021404 +141,2110038,,1,224030104 +141,2110039,,2,224030104 +991,2110022,,1,170 +991,2110023,,2,170 +992,2110022,,1,171 +992,2110023,,2,171 +993,10007,,1,195 diff --git a/src/router/masterdata/csv/event_type.csv b/src/router/databases/csv-en/event_type.csv similarity index 100% rename from src/router/masterdata/csv/event_type.csv rename to src/router/databases/csv-en/event_type.csv diff --git a/src/router/masterdata/csv/evolve_item_amount.csv b/src/router/databases/csv-en/evolve_item_amount.csv similarity index 100% rename from src/router/masterdata/csv/evolve_item_amount.csv rename to src/router/databases/csv-en/evolve_item_amount.csv diff --git a/src/router/masterdata/csv/evolve_item_condition.csv b/src/router/databases/csv-en/evolve_item_condition.csv similarity index 100% rename from src/router/masterdata/csv/evolve_item_condition.csv rename to src/router/databases/csv-en/evolve_item_condition.csv diff --git a/src/router/databases/csv-en/exchange.csv b/src/router/databases/csv-en/exchange.csv new file mode 100644 index 0000000..ff012e6 --- /dev/null +++ b/src/router/databases/csv-en/exchange.csv @@ -0,0 +1,122 @@ +_id,_exchangeType,_consumeType,_value,_bannerSpriteName,_name,_exchangeTab,_priority,_displayControlFlag,_masterReleaseLabelId +1110001,4,4,15500001,thumbnail_1110001,Release Celebration Scout Exchange Shop,1,100,0,223041501 +1110003,4,4,15500002,thumbnail_1110003,Harajuku Liella! After School ♡ Exchange Shop,1,100,0,223041901 +2110001,4,4,15520001,thumbnail_2110001,Exchange shop: Out on the Town,1,100,0,223043002 +2110002,4,4,15520002,thumbnail_2110002,Exchange shop: Shopping Streets,1,100,0,223051502 +2110003,4,4,15520003,thumbnail_2110003,Exchange shop: Live in Nature,1,100,0,223053102 +2110004,4,4,15520004,gacha_banner_2110004,Exchange shop: Glittering Dancers,1,100,0,223061502 +2110006,4,4,15520005,gacha_banner_2110006,Exchange shop: Sunny Summer Camp,1,100,0,223063002 +2110008,4,4,15520006,gacha_banner_2110008,Exchange shop: Midsummer Mermaid,1,100,0,223071503 +2110010,4,4,15520007,gacha_banner_2110010,Exchange shop: Summer Beach Run,1,100,0,223073102 +2110012,4,4,15520008,gacha_banner_2110012,Exchange shop: Flowers Bloom in the Summer Night,1,100,0,223081502 +2110014,4,4,15520009,gacha_banner_2110014,Exchange shop: Moonlight Silvergrass,1,100,0,223083102 +2110016,4,4,15520010,gacha_banner_2110016,Exchange shop: Wandering Yukata,1,100,0,223091502 +2110018,4,4,15520011,gacha_banner_2110018,Exchange shop: Trick or Treat!,1,100,0,223093002 +2110022,4,4,15520012,gacha_banner_2110022,Exchange Shop: Sunny Marching Band,1,100,0,223103108 +2110024,4,4,15520013,gacha_banner_2110024,Exchange Shop: Kitty Cat 🐾 Maids,1,100,0,223111502 +2110026,4,4,15520014,gacha_banner_2110026,Exchange Shop: Merry Christmas!Everyone!,1,100,0,223113009 +2110028,4,4,15520015,gacha_banner_2110028,Exchange Shop: Santa Claus at the Snow Festival,1,100,0,223121505 +2110030,4,4,15520016,gacha_banner_2110030,Exchange Shop: Happy New Year to You!,1,100,0,223123102 +2110032,4,4,15520017,gacha_banner_2110032,Exchange Shop: Ice Fairy,1,100,0,224011502 +2110034,4,4,15520018,gacha_banner_2110034,Exchange Shop: Maidens Locked in Love,1,100,0,224013102 +2110036,4,4,15520019,gacha_banner_2110036,Exchange Shop: Pandemonic Night,1,100,0,224021402 +2110038,4,4,15520020,gacha_banner_2110038,Exchange Shop: Y2K♡GALS,1,100,0,224030102 +1110004,4,4,15510004,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223043001 +1110005,4,4,15510005,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223051501 +1110006,4,4,15510006,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223053101 +1110007,4,4,15510007,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223061501 +1110008,4,4,15510008,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223063001 +1110009,4,4,15510009,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223071502 +1110010,4,4,15510010,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223073101 +1110011,4,4,15510011,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223081501 +1110012,4,4,15510012,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223083107 +1110013,4,4,15510013,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223091501 +1110014,4,4,15510014,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223093001 +1110015,4,4,15510015,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223101505 +1110016,4,4,15510016,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223103107 +1110017,4,4,15510017,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223111501 +1110018,4,4,15510018,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223113008 +1110019,4,4,15510019,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223121513 +1110020,4,4,15510020,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,223123107 +1110021,4,4,15510021,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,224011508 +1110022,4,4,15510022,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,224013108 +1110023,4,4,15510023,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,224021409 +1110024,4,4,15510024,thumbnail_normal_1,Exchange shop: Normal Scout,1,90,0,224030120 +3110001,4,4,15530001,thumbnail_3110001,Exchange shop: Kanon's Birthday Scout,1,100,0,223050101 +3110002,4,4,15530002,thumbnail_3110002,Exchange shop: Ai's Birthday Scout,1,100,0,223053001 +3110003,4,4,15530003,thumbnail_3110003,Exchange shop: Nozomi's Birthday Scout,1,100,0,223060901 +3110004,4,4,15530004,thumbnail_3110004,Exchange shop: Mari's Birthday Scout,1,100,0,223061301 +3110005,4,4,15530005,thumbnail_3110005,Exchange shop: Shiki's Birthday Scout,1,100,0,223061701 +3110006,4,4,15530006,thumbnail_3110006,Exchange shop: Karin's Birthday Scout,1,100,0,223062901 +3110007,4,4,15530007,gacha_banner_3110007,Exchange shop: Yoshiko's Birthday Scout,1,100,0,223071301 +3110008,4,4,15530008,gacha_banner_3110008,Exchange shop: Keke's Birthday Scout,1,100,0,223071702 +3110009,4,4,15530009,gacha_banner_3110009,Exchange shop: Nico's Birthday Scout,1,100,0,223072201 +3110010,4,4,15530010,gacha_banner_3110010,Exchange shop: Chika's Birthday Scout,1,100,0,223080102 +3110011,4,4,15530011,gacha_banner_3110011,Exchange shop: Honoka's Birthday Scout,1,100,0,223080303 +3110012,4,4,15530012,gacha_banner_3110012,Exchange shop: Natsumi's Birthday Scout,1,100,0,223080701 +3110013,4,4,15530013,gacha_banner_3110013,Exchange shop: Setsuna's Birthday Scout,1,100,0,223080801 +3110014,4,4,15530014,gacha_banner_3110014,Exchange shop: Kotori's Birthday Scout,1,100,0,223091201 +3110015,4,4,15530015,gacha_banner_3110015,Exchange shop: Riko's Birthday Scout,1,100,0,223091901 +3110016,4,4,15530016,gacha_banner_3110016,Exchange shop: Ruby's Birthday Scout,1,100,0,223092101 +3110017,4,4,15530017,gacha_banner_3110017,Exchange shop: Sumire's Birthday Scout,1,100,0,223092801 +3110018,4,4,15530018,gacha_banner_3110018,Exchange shop: Shioriko's Birthday Scout,1,100,0,223100502 +3110019,4,4,15530019,gacha_banner_3110019,Exchange shop: Eli's Birthday Scout,1,100,0,223102101 +3110020,4,4,15530020,gacha_banner_3110020,Exchange shop: Mei's Birthday Scout,1,100,0,223102901 +3110021,4,4,15530021,gacha_banner_3110021,Exchange Shop: Rin's Birthday Scout,1,100,0,223110101 +3110022,4,4,15530022,gacha_banner_3110022,Exchange Shop: Rina's Birthday Scout,1,100,0,223111301 +3110023,4,4,15530023,gacha_banner_3110023,Exchange Shop: Ren's Birthday Scout,1,100,0,223112401 +3110024,4,4,15530024,gacha_banner_3110024,Exchange Shop: Mia's Birthday Scout,1,100,0,223120601 +3110025,4,4,15530025,gacha_banner_3110025,Exchange Shop: Kanata's Birthday Scout,1,100,0,223121601 +3110026,4,4,15530026,gacha_banner_3110026,Exchange Shop: Tomari's Birthday Scout,1,100,0,223122801 +3110027,4,4,15530027,gacha_banner_3110027,Exchange Shop: Dia's Birthday Scout,1,100,0,224010103 +3110028,4,4,15530028,gacha_banner_3110028,Exchange Shop: Hanayo's Birthday Scout,1,100,0,224011702 +3110029,4,4,15530029,gacha_banner_3110029,Exchange Shop: Margarete's Birthday Scout,1,100,0,224012002 +3110030,4,4,15530030,gacha_banner_3110030,Exchange Shop: Kasumi's Birthday Scout,1,100,0,224012302 +3110031,4,4,15530031,gacha_banner_3110031,Exchange Shop: Emma's Birthday Scout,1,100,0,224020502 +3110032,4,4,15530032,gacha_banner_3110032,Exchange Shop: Kanan's Birthday Scout,1,100,0,224021004 +3110033,4,4,15530033,gacha_banner_3110033,Exchange Shop: Lanzhu's Birthday Scout,1,100,0,224021502 +3110034,4,4,15530034,gacha_banner_3110034,Exchange Shop: Chisato's Birthday Scout,1,100,0,224022502 +3110035,4,4,15530035,gacha_banner_3110035,Exchange Shop: Ayumu's Birthday Scout,1,100,0,224030107 +3110036,4,4,15530036,gacha_banner_3110036,Exchange Shop: Hanamaru's Birthday Scout,1,100,0,224030402 +3110037,4,4,15530037,gacha_banner_3110037,Umi's Birthday Anniversary Scouting Exchange Shop,1,100,0,224031502 +4110001,4,4,15540002,thumbnail_4110001,Exchange shop: Attribute Spotlight Scout,1,100,0,223061103 +4110005,4,4,15540005,gacha_banner_4110005,Exchange shop: Love Song Carnival (Ayumu),1,100,0,223100301 +4110006,4,4,15540006,gacha_banner_4110006,Exchange shop: Love Song Carnival (Kasumi),1,100,0,223101001 +4110007,4,4,15540007,gacha_banner_4110007,Exchange shop: Love Song Carnival (Shizuku),1,100,0,223101701 +4110008,4,4,15540008,gacha_banner_4110008,Exchange shop: Love Song Carnival (Karin),1,100,0,223102401 +4110009,4,4,15540009,gacha_banner_4110009,Exchange shop: Love Song Carnival (Ai),1,100,0,223103101 +4110010,4,4,15540010,gacha_banner_4110010,Exchange shop: Love Song Carnival (Kanata),1,100,0,223110701 +4110011,4,4,15540011,gacha_banner_4110011,Exchange shop: Love Song Carnival (Setsuna),1,100,0,223111401 +4110012,4,4,15540012,gacha_banner_4110012,Exchange shop: Love Song Carnival (Emma),1,100,0,223112101 +4110013,4,4,15540013,gacha_banner_4110013,Exchange shop: Love Song Carnival (Rina),1,100,0,223112801 +4110014,4,4,15540014,gacha_banner_4110014,Exchange shop: Love Song Carnival (Shioriko),1,100,0,223120501 +4110015,4,4,15540015,gacha_banner_4110015,Exchange shop: Love Song Carnival (Mia),1,100,0,223121201 +4110016,4,4,15540016,gacha_banner_4110016,Exchange shop: Love Song Carnival (Lanzhu),1,100,0,223121901 +4110017,4,4,15540017,gacha_banner_4110017,Exchange Shop: Half Anniversary,1,100,0,223101501 +4110023,4,4,15540023,gacha_banner_4110023,"Exchange shop: ""Love Song by Me"" Launch Scout",1,100,0,223090603 +4110024,4,4,15540024,gacha_banner_muse_1,Exchange Shop: μ's Only! Spotlight Scout,1,100,0,223103111 +4110025,4,4,15540025,gacha_banner_aqours_1,Exchange Shop: Aqours Only! Spotlight Scout,1,100,0,223111508 +4110027,4,4,15540027,gacha_banner_4110027,Exchange Shop: Yohane the Parhelion Scout,1,100,0,223121402 +4110028,4,4,15540028,gacha_banner_4110028,Exchange Shop: 1st-Years Only! Spotlight Scout,1,100,0,223111702 +4110029,4,4,15540029,gacha_banner_4110029,Exchange Shop: 2nd-Years Only! Spotlight Scout,1,100,0,223112404 +4110030,4,4,15540030,gacha_banner_4110030,Exchange Shop: 3rd-Years Only! Spotlight Scout,1,100,0,223120103 +4110031,4,4,15540031,gacha_banner_4110034,Exchange Shop: Special Scout,1,100,0,223122604 +4110033,4,4,15540032,gacha_banner_4110036,Exchange Shop: New Year's Celebration,1,100,0,224010105 +4110035,4,4,15540033,gacha_banner_4110038,Exchange Shop: Love Song Carnival,1,100,0,224011304 +4110039,4,4,15540034,gacha_banner_4110039,Exchange Shop: School Idol Festival 2 Super Thanks Scout,1,100,0,224030109 +4110043,4,4,15540035,gacha_banner_4110043,Special Scouting Exchange Shop,1,100,0,224031602 +5000001,4,4,30010002,thumbnail_campaign_00000004,Exchange Shop: Weiß Schwarz Registration Campaign,1,200,0,223110106 +5000002,4,4,30010003,thumbnail_campaign_00000005,Exchange Shop: Snowy White Christmas,1,200,0,223120105 +5000003,4,4,30010003,thumbnail_campaign_00000005,Exchange Shop: Snowy White Christmas,1,200,0,223121204 +5000004,4,4,30010004,thumbnail_campaign_00000006,Exchange Shop: New Year's Celebration! Lucky Bag Pack,1,200,0,224010107 +5000005,4,4,30010005,thumbnail_campaign_00000007,Exchange Shop: Happy Valentine's Day Campaign,1,200,0,224020104 +9000001,4,4,30010001,exchange_banner_9000001,Memorial Collection,1,20,0,1 +9000002,4,4,15540001,thumbnail_common_1,Exchange shop: SIF Data Link Scout Points,1,1,0,223043003 +7110101,4,4,15570001,gacha_banner_7110101,Exchange shop: Global Launch SP Scouting ~Set 1~,1,100,0,924020101 +7110102,4,4,15570002,gacha_banner_7110102,Exchange shop: Global Launch SP Scouting ~Set 2~,1,100,0,924021601 +7110103,4,4,15570003,gacha_banner_7110103,Exchange shop: Global Launch SP Scouting ~Set 1~,1,100,0,924031701 +7110104,4,4,15570004,gacha_banner_muse_11,Exchange Shop: [Rerun]μ's Only! Spotlight Scout,1,100,0,924032501 +7110105,4,4,15570005,gacha_banner_aqours_11,Rerun Exchange Shop: Aqours Only! Spotlight Scout,1,100,0,924041701 +7110106,4,4,15570006,gacha_banner_7110106,Rerun Exchange shop: Global Launch SP Scouting ~Set 2~,1,100,0,924042401 +7110107,4,4,15570007,gacha_banner_7110107,Exchange Shop: Special Scout,1,100,0,924050701 +7110108,4,4,15570008,gacha_banner_7110108,Exchange shop: Love Song Carnival,1,100,0,924052401 diff --git a/src/router/databases/csv-en/exchange_item.csv b/src/router/databases/csv-en/exchange_item.csv new file mode 100644 index 0000000..180a2c2 --- /dev/null +++ b/src/router/databases/csv-en/exchange_item.csv @@ -0,0 +1,5487 @@ +_id,_consumeType,_value,_amount,_masterExchangeItemRewardId,_exchangeLimit,_timeResetType,_recommendMarkClosedAt,_masterEventId,_priority,_masterReleaseLabelId +111000101,4,15500001,250,111000101,0,0,0,0,1,223041501 +111000102,4,15500001,5,111000102,0,0,0,0,1,223041501 +111000103,4,15500001,250,111000103,0,0,2030/03/31 23:59:59,0,1,223041501 +111000104,4,15500001,250,111000104,0,0,2030/03/31 23:59:59,0,1,223041501 +111000105,4,15500001,250,111000105,0,0,2030/03/31 23:59:59,0,1,223041501 +111000106,4,15500001,250,111000106,0,0,2030/03/31 23:59:59,0,1,223041501 +111000107,4,15500001,250,111000107,0,0,2030/03/31 23:59:59,0,1,223041501 +111000108,4,15500001,250,111000108,0,0,2030/03/31 23:59:59,0,1,223041501 +111000109,4,15500001,250,111000109,0,0,2030/03/31 23:59:59,0,1,223041501 +111000110,4,15500001,250,111000110,0,0,2030/03/31 23:59:59,0,1,223041501 +111000111,4,15500001,250,111000111,0,0,2030/03/31 23:59:59,0,1,223041501 +111000112,4,15500001,250,111000112,0,0,2030/03/31 23:59:59,0,1,223041501 +111000113,4,15500001,250,111000113,0,0,2030/03/31 23:59:59,0,1,223041501 +111000114,4,15500001,250,111000114,0,0,2030/03/31 23:59:59,0,1,223041501 +111000115,4,15500001,250,111000115,0,0,2030/03/31 23:59:59,0,1,223041501 +111000116,4,15500001,250,111000116,0,0,2030/03/31 23:59:59,0,1,223041501 +111000117,4,15500001,250,111000117,0,0,2030/03/31 23:59:59,0,1,223041501 +111000118,4,15500001,250,111000118,0,0,2030/03/31 23:59:59,0,1,223041501 +111000119,4,15500001,250,111000119,0,0,2030/03/31 23:59:59,0,1,223041501 +111000120,4,15500001,250,111000120,0,0,2030/03/31 23:59:59,0,1,223041501 +111000121,4,15500001,250,111000121,0,0,2030/03/31 23:59:59,0,1,223041501 +111000122,4,15500001,250,111000122,0,0,2030/03/31 23:59:59,0,1,223041501 +111000123,4,15500001,250,111000123,0,0,2030/03/31 23:59:59,0,1,223041501 +111000124,4,15500001,250,111000124,0,0,2030/03/31 23:59:59,0,1,223041501 +111000125,4,15500001,250,111000125,0,0,2030/03/31 23:59:59,0,1,223041501 +111000126,4,15500001,250,111000126,0,0,2030/03/31 23:59:59,0,1,223041501 +111000127,4,15500001,250,111000127,0,0,2030/03/31 23:59:59,0,1,223041501 +111000128,4,15500001,250,111000128,0,0,2030/03/31 23:59:59,0,1,223041501 +111000129,4,15500001,250,111000129,0,0,2030/03/31 23:59:59,0,1,223041501 +111000130,4,15500001,250,111000130,0,0,2030/03/31 23:59:59,0,1,223041501 +111000131,4,15500001,250,111000131,0,0,2030/03/31 23:59:59,0,1,223041501 +111000132,4,15500001,250,111000132,0,0,2030/03/31 23:59:59,0,1,223041501 +111000133,4,15500001,250,111000133,0,0,2030/03/31 23:59:59,0,1,223041501 +111000134,4,15500001,250,111000134,0,0,2030/03/31 23:59:59,0,1,223041501 +111000135,4,15500001,250,111000135,0,0,2030/03/31 23:59:59,0,1,223041501 +111000136,4,15500001,250,111000136,0,0,2030/03/31 23:59:59,0,1,223041501 +111000137,4,15500001,250,111000137,0,0,2030/03/31 23:59:59,0,1,223041501 +111000138,4,15500001,250,111000138,0,0,2030/03/31 23:59:59,0,1,223041501 +111000139,4,15500001,250,111000139,0,0,2030/03/31 23:59:59,0,1,223041501 +111000140,4,15500001,250,111000140,0,0,2030/03/31 23:59:59,0,1,223041501 +111000141,4,15500001,250,111000141,0,0,2030/03/31 23:59:59,0,1,223041501 +111000301,4,15500002,250,111000301,0,0,2030/03/31 23:59:59,0,1,223041901 +111000302,4,15500002,250,111000302,0,0,2030/03/31 23:59:59,0,1,223041901 +111000303,4,15500002,250,111000303,0,0,0,0,1,223041901 +111000304,4,15500002,5,111000304,0,0,0,0,1,223041901 +111000305,4,15500002,250,111000305,0,0,0,0,1,223041901 +111000306,4,15500002,250,111000306,0,0,0,0,1,223041901 +111000307,4,15500002,250,111000307,0,0,0,0,1,223041901 +111000308,4,15500002,250,111000308,0,0,0,0,1,223041901 +111000309,4,15500002,250,111000309,0,0,0,0,1,223041901 +111000310,4,15500002,250,111000310,0,0,0,0,1,223041901 +111000311,4,15500002,250,111000311,0,0,0,0,1,223041901 +111000312,4,15500002,250,111000312,0,0,0,0,1,223041901 +111000313,4,15500002,250,111000313,0,0,0,0,1,223041901 +111000314,4,15500002,250,111000314,0,0,0,0,1,223041901 +111000315,4,15500002,250,111000315,0,0,0,0,1,223041901 +111000316,4,15500002,250,111000316,0,0,0,0,1,223041901 +111000317,4,15500002,250,111000317,0,0,0,0,1,223041901 +111000318,4,15500002,250,111000318,0,0,0,0,1,223041901 +111000319,4,15500002,250,111000319,0,0,0,0,1,223041901 +111000320,4,15500002,250,111000320,0,0,0,0,1,223041901 +111000321,4,15500002,250,111000321,0,0,0,0,1,223041901 +111000322,4,15500002,250,111000322,0,0,0,0,1,223041901 +111000323,4,15500002,250,111000323,0,0,0,0,1,223041901 +111000324,4,15500002,250,111000324,0,0,0,0,1,223041901 +111000325,4,15500002,250,111000325,0,0,0,0,1,223041901 +111000326,4,15500002,250,111000326,0,0,0,0,1,223041901 +111000327,4,15500002,250,111000327,0,0,0,0,1,223041901 +111000328,4,15500002,250,111000328,0,0,0,0,1,223041901 +111000329,4,15500002,250,111000329,0,0,0,0,1,223041901 +111000330,4,15500002,250,111000330,0,0,0,0,1,223041901 +111000331,4,15500002,250,111000331,0,0,0,0,1,223041901 +111000332,4,15500002,250,111000332,0,0,0,0,1,223041901 +111000333,4,15500002,250,111000333,0,0,0,0,1,223041901 +111000334,4,15500002,250,111000334,0,0,0,0,1,223041901 +111000335,4,15500002,250,111000335,0,0,0,0,1,223041901 +111000336,4,15500002,250,111000336,0,0,0,0,1,223041901 +111000337,4,15500002,250,111000337,0,0,0,0,1,223041901 +111000338,4,15500002,250,111000338,0,0,0,0,1,223041901 +111000339,4,15500002,250,111000339,0,0,0,0,1,223041901 +111000340,4,15500002,250,111000340,0,0,0,0,1,223041901 +111000341,4,15500002,250,111000341,0,0,0,0,1,223041901 +111000342,4,15500002,250,111000342,0,0,0,0,1,223041901 +111000343,4,15500002,250,111000343,0,0,0,0,1,223041901 +211000101,4,15520001,250,211000101,0,0,2030/03/31 23:59:59,0,1,223043002 +211000102,4,15520001,250,211000102,0,0,2030/03/31 23:59:59,0,1,223043002 +211000103,4,15520001,250,211000103,0,0,0,0,1,223043002 +211000104,4,15520001,5,211000104,0,0,0,0,1,223043002 +211000105,4,15520001,250,211000105,0,0,0,0,1,223043002 +211000106,4,15520001,250,211000106,0,0,0,0,1,223043002 +211000107,4,15520001,250,211000107,0,0,0,0,1,223043002 +211000108,4,15520001,250,211000108,0,0,0,0,1,223043002 +211000109,4,15520001,250,211000109,0,0,0,0,1,223043002 +211000110,4,15520001,250,211000110,0,0,0,0,1,223043002 +211000111,4,15520001,250,211000111,0,0,0,0,1,223043002 +211000112,4,15520001,250,211000112,0,0,0,0,1,223043002 +211000113,4,15520001,250,211000113,0,0,0,0,1,223043002 +211000114,4,15520001,250,211000114,0,0,0,0,1,223043002 +211000115,4,15520001,250,211000115,0,0,0,0,1,223043002 +211000116,4,15520001,250,211000116,0,0,0,0,1,223043002 +211000117,4,15520001,250,211000117,0,0,0,0,1,223043002 +211000118,4,15520001,250,211000118,0,0,0,0,1,223043002 +211000119,4,15520001,250,211000119,0,0,0,0,1,223043002 +211000120,4,15520001,250,211000120,0,0,0,0,1,223043002 +211000121,4,15520001,250,211000121,0,0,0,0,1,223043002 +211000122,4,15520001,250,211000122,0,0,0,0,1,223043002 +211000123,4,15520001,250,211000123,0,0,0,0,1,223043002 +211000124,4,15520001,250,211000124,0,0,0,0,1,223043002 +211000125,4,15520001,250,211000125,0,0,0,0,1,223043002 +211000126,4,15520001,250,211000126,0,0,0,0,1,223043002 +211000127,4,15520001,250,211000127,0,0,0,0,1,223043002 +211000128,4,15520001,250,211000128,0,0,0,0,1,223043002 +211000129,4,15520001,250,211000129,0,0,0,0,1,223043002 +211000130,4,15520001,250,211000130,0,0,0,0,1,223043002 +211000131,4,15520001,250,211000131,0,0,0,0,1,223043002 +211000132,4,15520001,250,211000132,0,0,0,0,1,223043002 +211000133,4,15520001,250,211000133,0,0,0,0,1,223043002 +211000134,4,15520001,250,211000134,0,0,0,0,1,223043002 +211000135,4,15520001,250,211000135,0,0,0,0,1,223043002 +211000136,4,15520001,250,211000136,0,0,0,0,1,223043002 +211000137,4,15520001,250,211000137,0,0,0,0,1,223043002 +211000138,4,15520001,250,211000138,0,0,0,0,1,223043002 +211000139,4,15520001,250,211000139,0,0,0,0,1,223043002 +211000140,4,15520001,250,211000140,0,0,0,0,1,223043002 +211000141,4,15520001,250,211000141,0,0,0,0,1,223043002 +211000142,4,15520001,250,211000142,0,0,0,0,1,223043002 +211000143,4,15520001,250,211000143,0,0,0,0,1,223043002 +211000144,4,15520001,250,211000144,0,0,0,0,1,223043002 +211000145,4,15520001,250,211000145,0,0,0,0,1,223043002 +211000201,4,15520002,250,211000201,0,0,2030/03/31 23:59:59,0,1,223051502 +211000202,4,15520002,250,211000202,0,0,2030/03/31 23:59:59,0,1,223051502 +211000203,4,15520002,250,211000203,0,0,0,0,1,223051502 +211000204,4,15520002,5,211000204,0,0,0,0,1,223051502 +211000205,4,15520002,250,211000205,0,0,0,0,1,223051502 +211000206,4,15520002,250,211000206,0,0,0,0,1,223051502 +211000207,4,15520002,250,211000207,0,0,0,0,1,223051502 +211000208,4,15520002,250,211000208,0,0,0,0,1,223051502 +211000209,4,15520002,250,211000209,0,0,0,0,1,223051502 +211000210,4,15520002,250,211000210,0,0,0,0,1,223051502 +211000211,4,15520002,250,211000211,0,0,0,0,1,223051502 +211000212,4,15520002,250,211000212,0,0,0,0,1,223051502 +211000213,4,15520002,250,211000213,0,0,0,0,1,223051502 +211000214,4,15520002,250,211000214,0,0,0,0,1,223051502 +211000215,4,15520002,250,211000215,0,0,0,0,1,223051502 +211000216,4,15520002,250,211000216,0,0,0,0,1,223051502 +211000217,4,15520002,250,211000217,0,0,0,0,1,223051502 +211000218,4,15520002,250,211000218,0,0,0,0,1,223051502 +211000219,4,15520002,250,211000219,0,0,0,0,1,223051502 +211000220,4,15520002,250,211000220,0,0,0,0,1,223051502 +211000221,4,15520002,250,211000221,0,0,0,0,1,223051502 +211000222,4,15520002,250,211000222,0,0,0,0,1,223051502 +211000223,4,15520002,250,211000223,0,0,0,0,1,223051502 +211000224,4,15520002,250,211000224,0,0,0,0,1,223051502 +211000225,4,15520002,250,211000225,0,0,0,0,1,223051502 +211000226,4,15520002,250,211000226,0,0,0,0,1,223051502 +211000227,4,15520002,250,211000227,0,0,0,0,1,223051502 +211000228,4,15520002,250,211000228,0,0,0,0,1,223051502 +211000229,4,15520002,250,211000229,0,0,0,0,1,223051502 +211000230,4,15520002,250,211000230,0,0,0,0,1,223051502 +211000231,4,15520002,250,211000231,0,0,0,0,1,223051502 +211000232,4,15520002,250,211000232,0,0,0,0,1,223051502 +211000233,4,15520002,250,211000233,0,0,0,0,1,223051502 +211000234,4,15520002,250,211000234,0,0,0,0,1,223051502 +211000235,4,15520002,250,211000235,0,0,0,0,1,223051502 +211000236,4,15520002,250,211000236,0,0,0,0,1,223051502 +211000237,4,15520002,250,211000237,0,0,0,0,1,223051502 +211000238,4,15520002,250,211000238,0,0,0,0,1,223051502 +211000239,4,15520002,250,211000239,0,0,0,0,1,223051502 +211000240,4,15520002,250,211000240,0,0,0,0,1,223051502 +211000241,4,15520002,250,211000241,0,0,0,0,1,223051502 +211000242,4,15520002,250,211000242,0,0,0,0,1,223051502 +211000243,4,15520002,250,211000243,0,0,0,0,1,223051502 +211000244,4,15520002,250,211000244,0,0,0,0,1,223051502 +211000245,4,15520002,250,211000245,0,0,0,0,1,223051502 +211000246,4,15520002,250,211000246,0,0,0,0,1,223051502 +211000247,4,15520002,250,211000247,0,0,0,0,1,223051502 +211000301,4,15520003,250,211000301,0,0,2030/03/31 23:59:59,0,1,223053102 +211000302,4,15520003,250,211000302,0,0,2030/03/31 23:59:59,0,1,223053102 +211000303,4,15520003,250,211000303,0,0,0,0,1,223053102 +211000304,4,15520003,5,211000304,0,0,0,0,1,223053102 +211000305,4,15520003,250,211000305,0,0,0,0,1,223053102 +211000306,4,15520003,250,211000306,0,0,0,0,1,223053102 +211000307,4,15520003,250,211000307,0,0,0,0,1,223053102 +211000308,4,15520003,250,211000308,0,0,0,0,1,223053102 +211000309,4,15520003,250,211000309,0,0,0,0,1,223053102 +211000310,4,15520003,250,211000310,0,0,0,0,1,223053102 +211000311,4,15520003,250,211000311,0,0,0,0,1,223053102 +211000312,4,15520003,250,211000312,0,0,0,0,1,223053102 +211000313,4,15520003,250,211000313,0,0,0,0,1,223053102 +211000314,4,15520003,250,211000314,0,0,0,0,1,223053102 +211000315,4,15520003,250,211000315,0,0,0,0,1,223053102 +211000316,4,15520003,250,211000316,0,0,0,0,1,223053102 +211000317,4,15520003,250,211000317,0,0,0,0,1,223053102 +211000318,4,15520003,250,211000318,0,0,0,0,1,223053102 +211000319,4,15520003,250,211000319,0,0,0,0,1,223053102 +211000320,4,15520003,250,211000320,0,0,0,0,1,223053102 +211000321,4,15520003,250,211000321,0,0,0,0,1,223053102 +211000322,4,15520003,250,211000322,0,0,0,0,1,223053102 +211000323,4,15520003,250,211000323,0,0,0,0,1,223053102 +211000324,4,15520003,250,211000324,0,0,0,0,1,223053102 +211000325,4,15520003,250,211000325,0,0,0,0,1,223053102 +211000326,4,15520003,250,211000326,0,0,0,0,1,223053102 +211000327,4,15520003,250,211000327,0,0,0,0,1,223053102 +211000328,4,15520003,250,211000328,0,0,0,0,1,223053102 +211000329,4,15520003,250,211000329,0,0,0,0,1,223053102 +211000330,4,15520003,250,211000330,0,0,0,0,1,223053102 +211000331,4,15520003,250,211000331,0,0,0,0,1,223053102 +211000332,4,15520003,250,211000332,0,0,0,0,1,223053102 +211000333,4,15520003,250,211000333,0,0,0,0,1,223053102 +211000334,4,15520003,250,211000334,0,0,0,0,1,223053102 +211000335,4,15520003,250,211000335,0,0,0,0,1,223053102 +211000336,4,15520003,250,211000336,0,0,0,0,1,223053102 +211000337,4,15520003,250,211000337,0,0,0,0,1,223053102 +211000338,4,15520003,250,211000338,0,0,0,0,1,223053102 +211000339,4,15520003,250,211000339,0,0,0,0,1,223053102 +211000340,4,15520003,250,211000340,0,0,0,0,1,223053102 +211000341,4,15520003,250,211000341,0,0,0,0,1,223053102 +211000342,4,15520003,250,211000342,0,0,0,0,1,223053102 +211000343,4,15520003,250,211000343,0,0,0,0,1,223053102 +211000344,4,15520003,250,211000344,0,0,0,0,1,223053102 +211000345,4,15520003,250,211000345,0,0,0,0,1,223053102 +211000346,4,15520003,250,211000346,0,0,0,0,1,223053102 +211000347,4,15520003,250,211000347,0,0,0,0,1,223053102 +211000348,4,15520003,250,211000348,0,0,0,0,1,223053102 +211000349,4,15520003,250,211000349,0,0,0,0,1,223053102 +211000401,4,15520004,250,211000401,0,0,2030/03/31 23:59:59,0,1,223061502 +211000402,4,15520004,250,211000402,0,0,2030/03/31 23:59:59,0,1,223061502 +211000403,4,15520004,250,211000403,0,0,0,0,1,223061502 +211000404,4,15520004,5,211000404,0,0,0,0,1,223061502 +211000405,4,15520004,250,211000405,0,0,0,0,1,223061502 +211000406,4,15520004,250,211000406,0,0,0,0,1,223061502 +211000407,4,15520004,250,211000407,0,0,0,0,1,223061502 +211000408,4,15520004,250,211000408,0,0,0,0,1,223061502 +211000409,4,15520004,250,211000409,0,0,0,0,1,223061502 +211000410,4,15520004,250,211000410,0,0,0,0,1,223061502 +211000411,4,15520004,250,211000411,0,0,0,0,1,223061502 +211000412,4,15520004,250,211000412,0,0,0,0,1,223061502 +211000413,4,15520004,250,211000413,0,0,0,0,1,223061502 +211000414,4,15520004,250,211000414,0,0,0,0,1,223061502 +211000415,4,15520004,250,211000415,0,0,0,0,1,223061502 +211000416,4,15520004,250,211000416,0,0,0,0,1,223061502 +211000417,4,15520004,250,211000417,0,0,0,0,1,223061502 +211000418,4,15520004,250,211000418,0,0,0,0,1,223061502 +211000419,4,15520004,250,211000419,0,0,0,0,1,223061502 +211000420,4,15520004,250,211000420,0,0,0,0,1,223061502 +211000421,4,15520004,250,211000421,0,0,0,0,1,223061502 +211000422,4,15520004,250,211000422,0,0,0,0,1,223061502 +211000423,4,15520004,250,211000423,0,0,0,0,1,223061502 +211000424,4,15520004,250,211000424,0,0,0,0,1,223061502 +211000425,4,15520004,250,211000425,0,0,0,0,1,223061502 +211000426,4,15520004,250,211000426,0,0,0,0,1,223061502 +211000427,4,15520004,250,211000427,0,0,0,0,1,223061502 +211000428,4,15520004,250,211000428,0,0,0,0,1,223061502 +211000429,4,15520004,250,211000429,0,0,0,0,1,223061502 +211000430,4,15520004,250,211000430,0,0,0,0,1,223061502 +211000431,4,15520004,250,211000431,0,0,0,0,1,223061502 +211000432,4,15520004,250,211000432,0,0,0,0,1,223061502 +211000433,4,15520004,250,211000433,0,0,0,0,1,223061502 +211000434,4,15520004,250,211000434,0,0,0,0,1,223061502 +211000435,4,15520004,250,211000435,0,0,0,0,1,223061502 +211000436,4,15520004,250,211000436,0,0,0,0,1,223061502 +211000437,4,15520004,250,211000437,0,0,0,0,1,223061502 +211000438,4,15520004,250,211000438,0,0,0,0,1,223061502 +211000439,4,15520004,250,211000439,0,0,0,0,1,223061502 +211000440,4,15520004,250,211000440,0,0,0,0,1,223061502 +211000441,4,15520004,250,211000441,0,0,0,0,1,223061502 +211000442,4,15520004,250,211000442,0,0,0,0,1,223061502 +211000443,4,15520004,250,211000443,0,0,0,0,1,223061502 +211000444,4,15520004,250,211000444,0,0,0,0,1,223061502 +211000445,4,15520004,250,211000445,0,0,0,0,1,223061502 +211000446,4,15520004,250,211000446,0,0,0,0,1,223061502 +211000447,4,15520004,250,211000447,0,0,0,0,1,223061502 +211000448,4,15520004,250,211000448,0,0,0,0,1,223061502 +211000449,4,15520004,250,211000449,0,0,0,0,1,223061502 +211000450,4,15520004,250,211000450,0,0,0,0,1,223061502 +211000451,4,15520004,250,211000451,0,0,0,0,1,223061502 +211000601,4,15520005,250,211000601,0,0,2030/03/31 23:59:59,0,1,223063002 +211000602,4,15520005,250,211000602,0,0,2030/03/31 23:59:59,0,1,223063002 +211000603,4,15520005,250,211000603,0,0,0,0,1,223063002 +211000604,4,15520005,5,211000604,0,0,0,0,1,223063002 +211000605,4,15520005,250,211000605,0,0,0,0,1,223063002 +211000606,4,15520005,250,211000606,0,0,0,0,1,223063002 +211000607,4,15520005,250,211000607,0,0,0,0,1,223063002 +211000608,4,15520005,250,211000608,0,0,0,0,1,223063002 +211000609,4,15520005,250,211000609,0,0,0,0,1,223063002 +211000610,4,15520005,250,211000610,0,0,0,0,1,223063002 +211000611,4,15520005,250,211000611,0,0,0,0,1,223063002 +211000612,4,15520005,250,211000612,0,0,0,0,1,223063002 +211000613,4,15520005,250,211000613,0,0,0,0,1,223063002 +211000614,4,15520005,250,211000614,0,0,0,0,1,223063002 +211000615,4,15520005,250,211000615,0,0,0,0,1,223063002 +211000616,4,15520005,250,211000616,0,0,0,0,1,223063002 +211000617,4,15520005,250,211000617,0,0,0,0,1,223063002 +211000618,4,15520005,250,211000618,0,0,0,0,1,223063002 +211000619,4,15520005,250,211000619,0,0,0,0,1,223063002 +211000620,4,15520005,250,211000620,0,0,0,0,1,223063002 +211000621,4,15520005,250,211000621,0,0,0,0,1,223063002 +211000622,4,15520005,250,211000622,0,0,0,0,1,223063002 +211000623,4,15520005,250,211000623,0,0,0,0,1,223063002 +211000624,4,15520005,250,211000624,0,0,0,0,1,223063002 +211000625,4,15520005,250,211000625,0,0,0,0,1,223063002 +211000626,4,15520005,250,211000626,0,0,0,0,1,223063002 +211000627,4,15520005,250,211000627,0,0,0,0,1,223063002 +211000628,4,15520005,250,211000628,0,0,0,0,1,223063002 +211000629,4,15520005,250,211000629,0,0,0,0,1,223063002 +211000630,4,15520005,250,211000630,0,0,0,0,1,223063002 +211000631,4,15520005,250,211000631,0,0,0,0,1,223063002 +211000632,4,15520005,250,211000632,0,0,0,0,1,223063002 +211000633,4,15520005,250,211000633,0,0,0,0,1,223063002 +211000634,4,15520005,250,211000634,0,0,0,0,1,223063002 +211000635,4,15520005,250,211000635,0,0,0,0,1,223063002 +211000636,4,15520005,250,211000636,0,0,0,0,1,223063002 +211000637,4,15520005,250,211000637,0,0,0,0,1,223063002 +211000638,4,15520005,250,211000638,0,0,0,0,1,223063002 +211000639,4,15520005,250,211000639,0,0,0,0,1,223063002 +211000640,4,15520005,250,211000640,0,0,0,0,1,223063002 +211000641,4,15520005,250,211000641,0,0,0,0,1,223063002 +211000642,4,15520005,250,211000642,0,0,0,0,1,223063002 +211000643,4,15520005,250,211000643,0,0,0,0,1,223063002 +211000644,4,15520005,250,211000644,0,0,0,0,1,223063002 +211000645,4,15520005,250,211000645,0,0,0,0,1,223063002 +211000646,4,15520005,250,211000646,0,0,0,0,1,223063002 +211000647,4,15520005,250,211000647,0,0,0,0,1,223063002 +211000648,4,15520005,250,211000648,0,0,0,0,1,223063002 +211000649,4,15520005,250,211000649,0,0,0,0,1,223063002 +211000650,4,15520005,250,211000650,0,0,0,0,1,223063002 +211000651,4,15520005,250,211000651,0,0,0,0,1,223063002 +211000652,4,15520005,250,211000652,0,0,0,0,1,223063002 +211000653,4,15520005,250,211000653,0,0,0,0,1,223063002 +211000801,4,15520006,250,211000801,0,0,2030/03/31 23:59:59,0,1,223071503 +211000802,4,15520006,250,211000802,0,0,2030/03/31 23:59:59,0,1,223071503 +211000803,4,15520006,250,211000803,0,0,0,0,1,223071503 +211000804,4,15520006,5,211000804,0,0,0,0,1,223071503 +211000805,4,15520006,250,211000805,0,0,0,0,1,223071503 +211000806,4,15520006,250,211000806,0,0,0,0,1,223071503 +211000807,4,15520006,250,211000807,0,0,0,0,1,223071503 +211000808,4,15520006,250,211000808,0,0,0,0,1,223071503 +211000809,4,15520006,250,211000809,0,0,0,0,1,223071503 +211000810,4,15520006,250,211000810,0,0,0,0,1,223071503 +211000811,4,15520006,250,211000811,0,0,0,0,1,223071503 +211000812,4,15520006,250,211000812,0,0,0,0,1,223071503 +211000813,4,15520006,250,211000813,0,0,0,0,1,223071503 +211000814,4,15520006,250,211000814,0,0,0,0,1,223071503 +211000815,4,15520006,250,211000815,0,0,0,0,1,223071503 +211000816,4,15520006,250,211000816,0,0,0,0,1,223071503 +211000817,4,15520006,250,211000817,0,0,0,0,1,223071503 +211000818,4,15520006,250,211000818,0,0,0,0,1,223071503 +211000819,4,15520006,250,211000819,0,0,0,0,1,223071503 +211000820,4,15520006,250,211000820,0,0,0,0,1,223071503 +211000821,4,15520006,250,211000821,0,0,0,0,1,223071503 +211000822,4,15520006,250,211000822,0,0,0,0,1,223071503 +211000823,4,15520006,250,211000823,0,0,0,0,1,223071503 +211000824,4,15520006,250,211000824,0,0,0,0,1,223071503 +211000825,4,15520006,250,211000825,0,0,0,0,1,223071503 +211000826,4,15520006,250,211000826,0,0,0,0,1,223071503 +211000827,4,15520006,250,211000827,0,0,0,0,1,223071503 +211000828,4,15520006,250,211000828,0,0,0,0,1,223071503 +211000829,4,15520006,250,211000829,0,0,0,0,1,223071503 +211000830,4,15520006,250,211000830,0,0,0,0,1,223071503 +211000831,4,15520006,250,211000831,0,0,0,0,1,223071503 +211000832,4,15520006,250,211000832,0,0,0,0,1,223071503 +211000833,4,15520006,250,211000833,0,0,0,0,1,223071503 +211000834,4,15520006,250,211000834,0,0,0,0,1,223071503 +211000835,4,15520006,250,211000835,0,0,0,0,1,223071503 +211000836,4,15520006,250,211000836,0,0,0,0,1,223071503 +211000837,4,15520006,250,211000837,0,0,0,0,1,223071503 +211000838,4,15520006,250,211000838,0,0,0,0,1,223071503 +211000839,4,15520006,250,211000839,0,0,0,0,1,223071503 +211000840,4,15520006,250,211000840,0,0,0,0,1,223071503 +211000841,4,15520006,250,211000841,0,0,0,0,1,223071503 +211000842,4,15520006,250,211000842,0,0,0,0,1,223071503 +211000843,4,15520006,250,211000843,0,0,0,0,1,223071503 +211000844,4,15520006,250,211000844,0,0,0,0,1,223071503 +211000845,4,15520006,250,211000845,0,0,0,0,1,223071503 +211000846,4,15520006,250,211000846,0,0,0,0,1,223071503 +211000847,4,15520006,250,211000847,0,0,0,0,1,223071503 +211000848,4,15520006,250,211000848,0,0,0,0,1,223071503 +211000849,4,15520006,250,211000849,0,0,0,0,1,223071503 +211000850,4,15520006,250,211000850,0,0,0,0,1,223071503 +211000851,4,15520006,250,211000851,0,0,0,0,1,223071503 +211000852,4,15520006,250,211000852,0,0,0,0,1,223071503 +211000853,4,15520006,250,211000853,0,0,0,0,1,223071503 +211000854,4,15520006,250,211000854,0,0,0,0,1,223071503 +211000855,4,15520006,250,211000855,0,0,0,0,1,223071503 +211001001,4,15520007,250,211001001,0,0,2030/03/31 23:59:59,0,1,223073102 +211001002,4,15520007,250,211001002,0,0,2030/03/31 23:59:59,0,1,223073102 +211001003,4,15520007,250,211001003,0,0,0,0,1,223073102 +211001004,4,15520007,5,211001004,0,0,0,0,1,223073102 +211001005,4,15520007,250,211001005,0,0,0,0,1,223073102 +211001006,4,15520007,250,211001006,0,0,0,0,1,223073102 +211001007,4,15520007,250,211001007,0,0,0,0,1,223073102 +211001008,4,15520007,250,211001008,0,0,0,0,1,223073102 +211001009,4,15520007,250,211001009,0,0,0,0,1,223073102 +211001010,4,15520007,250,211001010,0,0,0,0,1,223073102 +211001011,4,15520007,250,211001011,0,0,0,0,1,223073102 +211001012,4,15520007,250,211001012,0,0,0,0,1,223073102 +211001013,4,15520007,250,211001013,0,0,0,0,1,223073102 +211001014,4,15520007,250,211001014,0,0,0,0,1,223073102 +211001015,4,15520007,250,211001015,0,0,0,0,1,223073102 +211001016,4,15520007,250,211001016,0,0,0,0,1,223073102 +211001017,4,15520007,250,211001017,0,0,0,0,1,223073102 +211001018,4,15520007,250,211001018,0,0,0,0,1,223073102 +211001019,4,15520007,250,211001019,0,0,0,0,1,223073102 +211001020,4,15520007,250,211001020,0,0,0,0,1,223073102 +211001021,4,15520007,250,211001021,0,0,0,0,1,223073102 +211001022,4,15520007,250,211001022,0,0,0,0,1,223073102 +211001023,4,15520007,250,211001023,0,0,0,0,1,223073102 +211001024,4,15520007,250,211001024,0,0,0,0,1,223073102 +211001025,4,15520007,250,211001025,0,0,0,0,1,223073102 +211001026,4,15520007,250,211001026,0,0,0,0,1,223073102 +211001027,4,15520007,250,211001027,0,0,0,0,1,223073102 +211001028,4,15520007,250,211001028,0,0,0,0,1,223073102 +211001029,4,15520007,250,211001029,0,0,0,0,1,223073102 +211001030,4,15520007,250,211001030,0,0,0,0,1,223073102 +211001031,4,15520007,250,211001031,0,0,0,0,1,223073102 +211001032,4,15520007,250,211001032,0,0,0,0,1,223073102 +211001033,4,15520007,250,211001033,0,0,0,0,1,223073102 +211001034,4,15520007,250,211001034,0,0,0,0,1,223073102 +211001035,4,15520007,250,211001035,0,0,0,0,1,223073102 +211001036,4,15520007,250,211001036,0,0,0,0,1,223073102 +211001037,4,15520007,250,211001037,0,0,0,0,1,223073102 +211001038,4,15520007,250,211001038,0,0,0,0,1,223073102 +211001039,4,15520007,250,211001039,0,0,0,0,1,223073102 +211001040,4,15520007,250,211001040,0,0,0,0,1,223073102 +211001041,4,15520007,250,211001041,0,0,0,0,1,223073102 +211001042,4,15520007,250,211001042,0,0,0,0,1,223073102 +211001043,4,15520007,250,211001043,0,0,0,0,1,223073102 +211001044,4,15520007,250,211001044,0,0,0,0,1,223073102 +211001045,4,15520007,250,211001045,0,0,0,0,1,223073102 +211001046,4,15520007,250,211001046,0,0,0,0,1,223073102 +211001047,4,15520007,250,211001047,0,0,0,0,1,223073102 +211001048,4,15520007,250,211001048,0,0,0,0,1,223073102 +211001049,4,15520007,250,211001049,0,0,0,0,1,223073102 +211001050,4,15520007,250,211001050,0,0,0,0,1,223073102 +211001051,4,15520007,250,211001051,0,0,0,0,1,223073102 +211001052,4,15520007,250,211001052,0,0,0,0,1,223073102 +211001053,4,15520007,250,211001053,0,0,0,0,1,223073102 +211001054,4,15520007,250,211001054,0,0,0,0,1,223073102 +211001055,4,15520007,250,211001055,0,0,0,0,1,223073102 +211001056,4,15520007,250,211001056,0,0,0,0,1,223073102 +211001057,4,15520007,250,211001057,0,0,0,0,1,223073102 +211001201,4,15520008,250,211001201,0,0,2030/03/31 23:59:59,0,1,223081502 +211001202,4,15520008,250,211001202,0,0,2030/03/31 23:59:59,0,1,223081502 +211001203,4,15520008,250,211001203,0,0,0,0,1,223081502 +211001204,4,15520008,5,211001204,0,0,0,0,1,223081502 +211001205,4,15520008,250,211001205,0,0,0,0,1,223081502 +211001206,4,15520008,250,211001206,0,0,0,0,1,223081502 +211001207,4,15520008,250,211001207,0,0,0,0,1,223081502 +211001208,4,15520008,250,211001208,0,0,0,0,1,223081502 +211001209,4,15520008,250,211001209,0,0,0,0,1,223081502 +211001210,4,15520008,250,211001210,0,0,0,0,1,223081502 +211001211,4,15520008,250,211001211,0,0,0,0,1,223081502 +211001212,4,15520008,250,211001212,0,0,0,0,1,223081502 +211001213,4,15520008,250,211001213,0,0,0,0,1,223081502 +211001214,4,15520008,250,211001214,0,0,0,0,1,223081502 +211001215,4,15520008,250,211001215,0,0,0,0,1,223081502 +211001216,4,15520008,250,211001216,0,0,0,0,1,223081502 +211001217,4,15520008,250,211001217,0,0,0,0,1,223081502 +211001218,4,15520008,250,211001218,0,0,0,0,1,223081502 +211001219,4,15520008,250,211001219,0,0,0,0,1,223081502 +211001220,4,15520008,250,211001220,0,0,0,0,1,223081502 +211001221,4,15520008,250,211001221,0,0,0,0,1,223081502 +211001222,4,15520008,250,211001222,0,0,0,0,1,223081502 +211001223,4,15520008,250,211001223,0,0,0,0,1,223081502 +211001224,4,15520008,250,211001224,0,0,0,0,1,223081502 +211001225,4,15520008,250,211001225,0,0,0,0,1,223081502 +211001226,4,15520008,250,211001226,0,0,0,0,1,223081502 +211001227,4,15520008,250,211001227,0,0,0,0,1,223081502 +211001228,4,15520008,250,211001228,0,0,0,0,1,223081502 +211001229,4,15520008,250,211001229,0,0,0,0,1,223081502 +211001230,4,15520008,250,211001230,0,0,0,0,1,223081502 +211001231,4,15520008,250,211001231,0,0,0,0,1,223081502 +211001232,4,15520008,250,211001232,0,0,0,0,1,223081502 +211001233,4,15520008,250,211001233,0,0,0,0,1,223081502 +211001234,4,15520008,250,211001234,0,0,0,0,1,223081502 +211001235,4,15520008,250,211001235,0,0,0,0,1,223081502 +211001236,4,15520008,250,211001236,0,0,0,0,1,223081502 +211001237,4,15520008,250,211001237,0,0,0,0,1,223081502 +211001238,4,15520008,250,211001238,0,0,0,0,1,223081502 +211001239,4,15520008,250,211001239,0,0,0,0,1,223081502 +211001240,4,15520008,250,211001240,0,0,0,0,1,223081502 +211001241,4,15520008,250,211001241,0,0,0,0,1,223081502 +211001242,4,15520008,250,211001242,0,0,0,0,1,223081502 +211001243,4,15520008,250,211001243,0,0,0,0,1,223081502 +211001244,4,15520008,250,211001244,0,0,0,0,1,223081502 +211001245,4,15520008,250,211001245,0,0,0,0,1,223081502 +211001246,4,15520008,250,211001246,0,0,0,0,1,223081502 +211001247,4,15520008,250,211001247,0,0,0,0,1,223081502 +211001248,4,15520008,250,211001248,0,0,0,0,1,223081502 +211001249,4,15520008,250,211001249,0,0,0,0,1,223081502 +211001250,4,15520008,250,211001250,0,0,0,0,1,223081502 +211001251,4,15520008,250,211001251,0,0,0,0,1,223081502 +211001252,4,15520008,250,211001252,0,0,0,0,1,223081502 +211001253,4,15520008,250,211001253,0,0,0,0,1,223081502 +211001254,4,15520008,250,211001254,0,0,0,0,1,223081502 +211001255,4,15520008,250,211001255,0,0,0,0,1,223081502 +211001256,4,15520008,250,211001256,0,0,0,0,1,223081502 +211001257,4,15520008,250,211001257,0,0,0,0,1,223081502 +211001258,4,15520008,250,211001258,0,0,0,0,1,223081502 +211001259,4,15520008,250,211001259,0,0,0,0,1,223081502 +211001401,4,15520009,250,211001401,0,0,2030/03/31 23:59:59,0,1,223083102 +211001402,4,15520009,250,211001402,0,0,2030/03/31 23:59:59,0,1,223083102 +211001403,4,15520009,250,211001403,0,0,0,0,1,223083102 +211001404,4,15520009,5,211001404,0,0,0,0,1,223083102 +211001405,4,15520009,250,211001405,0,0,0,0,1,223083102 +211001406,4,15520009,250,211001406,0,0,0,0,1,223083102 +211001407,4,15520009,250,211001407,0,0,0,0,1,223083102 +211001408,4,15520009,250,211001408,0,0,0,0,1,223083102 +211001409,4,15520009,250,211001409,0,0,0,0,1,223083102 +211001410,4,15520009,250,211001410,0,0,0,0,1,223083102 +211001411,4,15520009,250,211001411,0,0,0,0,1,223083102 +211001412,4,15520009,250,211001412,0,0,0,0,1,223083102 +211001413,4,15520009,250,211001413,0,0,0,0,1,223083102 +211001414,4,15520009,250,211001414,0,0,0,0,1,223083102 +211001415,4,15520009,250,211001415,0,0,0,0,1,223083102 +211001416,4,15520009,250,211001416,0,0,0,0,1,223083102 +211001417,4,15520009,250,211001417,0,0,0,0,1,223083102 +211001418,4,15520009,250,211001418,0,0,0,0,1,223083102 +211001419,4,15520009,250,211001419,0,0,0,0,1,223083102 +211001420,4,15520009,250,211001420,0,0,0,0,1,223083102 +211001421,4,15520009,250,211001421,0,0,0,0,1,223083102 +211001422,4,15520009,250,211001422,0,0,0,0,1,223083102 +211001423,4,15520009,250,211001423,0,0,0,0,1,223083102 +211001424,4,15520009,250,211001424,0,0,0,0,1,223083102 +211001425,4,15520009,250,211001425,0,0,0,0,1,223083102 +211001426,4,15520009,250,211001426,0,0,0,0,1,223083102 +211001427,4,15520009,250,211001427,0,0,0,0,1,223083102 +211001428,4,15520009,250,211001428,0,0,0,0,1,223083102 +211001429,4,15520009,250,211001429,0,0,0,0,1,223083102 +211001430,4,15520009,250,211001430,0,0,0,0,1,223083102 +211001431,4,15520009,250,211001431,0,0,0,0,1,223083102 +211001432,4,15520009,250,211001432,0,0,0,0,1,223083102 +211001433,4,15520009,250,211001433,0,0,0,0,1,223083102 +211001434,4,15520009,250,211001434,0,0,0,0,1,223083102 +211001435,4,15520009,250,211001435,0,0,0,0,1,223083102 +211001436,4,15520009,250,211001436,0,0,0,0,1,223083102 +211001437,4,15520009,250,211001437,0,0,0,0,1,223083102 +211001438,4,15520009,250,211001438,0,0,0,0,1,223083102 +211001439,4,15520009,250,211001439,0,0,0,0,1,223083102 +211001440,4,15520009,250,211001440,0,0,0,0,1,223083102 +211001441,4,15520009,250,211001441,0,0,0,0,1,223083102 +211001442,4,15520009,250,211001442,0,0,0,0,1,223083102 +211001443,4,15520009,250,211001443,0,0,0,0,1,223083102 +211001444,4,15520009,250,211001444,0,0,0,0,1,223083102 +211001445,4,15520009,250,211001445,0,0,0,0,1,223083102 +211001446,4,15520009,250,211001446,0,0,0,0,1,223083102 +211001447,4,15520009,250,211001447,0,0,0,0,1,223083102 +211001448,4,15520009,250,211001448,0,0,0,0,1,223083102 +211001449,4,15520009,250,211001449,0,0,0,0,1,223083102 +211001450,4,15520009,250,211001450,0,0,0,0,1,223083102 +211001451,4,15520009,250,211001451,0,0,0,0,1,223083102 +211001452,4,15520009,250,211001452,0,0,0,0,1,223083102 +211001453,4,15520009,250,211001453,0,0,0,0,1,223083102 +211001454,4,15520009,250,211001454,0,0,0,0,1,223083102 +211001455,4,15520009,250,211001455,0,0,0,0,1,223083102 +211001456,4,15520009,250,211001456,0,0,0,0,1,223083102 +211001457,4,15520009,250,211001457,0,0,0,0,1,223083102 +211001458,4,15520009,250,211001458,0,0,0,0,1,223083102 +211001459,4,15520009,250,211001459,0,0,0,0,1,223083102 +211001460,4,15520009,250,211001460,0,0,0,0,1,223083102 +211001461,4,15520009,250,211001461,0,0,0,0,1,223083102 +211001601,4,15520010,250,211001601,0,0,2030/03/31 23:59:59,0,1,223091502 +211001602,4,15520010,250,211001602,0,0,2030/03/31 23:59:59,0,1,223091502 +211001603,4,15520010,250,211001603,0,0,0,0,1,223091502 +211001604,4,15520010,5,211001604,0,0,0,0,1,223091502 +211001605,4,15520010,250,211001605,0,0,0,0,1,223091502 +211001606,4,15520010,250,211001606,0,0,0,0,1,223091502 +211001607,4,15520010,250,211001607,0,0,0,0,1,223091502 +211001608,4,15520010,250,211001608,0,0,0,0,1,223091502 +211001609,4,15520010,250,211001609,0,0,0,0,1,223091502 +211001610,4,15520010,250,211001610,0,0,0,0,1,223091502 +211001611,4,15520010,250,211001611,0,0,0,0,1,223091502 +211001612,4,15520010,250,211001612,0,0,0,0,1,223091502 +211001613,4,15520010,250,211001613,0,0,0,0,1,223091502 +211001614,4,15520010,250,211001614,0,0,0,0,1,223091502 +211001615,4,15520010,250,211001615,0,0,0,0,1,223091502 +211001616,4,15520010,250,211001616,0,0,0,0,1,223091502 +211001617,4,15520010,250,211001617,0,0,0,0,1,223091502 +211001618,4,15520010,250,211001618,0,0,0,0,1,223091502 +211001619,4,15520010,250,211001619,0,0,0,0,1,223091502 +211001620,4,15520010,250,211001620,0,0,0,0,1,223091502 +211001621,4,15520010,250,211001621,0,0,0,0,1,223091502 +211001622,4,15520010,250,211001622,0,0,0,0,1,223091502 +211001623,4,15520010,250,211001623,0,0,0,0,1,223091502 +211001624,4,15520010,250,211001624,0,0,0,0,1,223091502 +211001625,4,15520010,250,211001625,0,0,0,0,1,223091502 +211001626,4,15520010,250,211001626,0,0,0,0,1,223091502 +211001627,4,15520010,250,211001627,0,0,0,0,1,223091502 +211001628,4,15520010,250,211001628,0,0,0,0,1,223091502 +211001629,4,15520010,250,211001629,0,0,0,0,1,223091502 +211001630,4,15520010,250,211001630,0,0,0,0,1,223091502 +211001631,4,15520010,250,211001631,0,0,0,0,1,223091502 +211001632,4,15520010,250,211001632,0,0,0,0,1,223091502 +211001633,4,15520010,250,211001633,0,0,0,0,1,223091502 +211001634,4,15520010,250,211001634,0,0,0,0,1,223091502 +211001635,4,15520010,250,211001635,0,0,0,0,1,223091502 +211001636,4,15520010,250,211001636,0,0,0,0,1,223091502 +211001637,4,15520010,250,211001637,0,0,0,0,1,223091502 +211001638,4,15520010,250,211001638,0,0,0,0,1,223091502 +211001639,4,15520010,250,211001639,0,0,0,0,1,223091502 +211001640,4,15520010,250,211001640,0,0,0,0,1,223091502 +211001641,4,15520010,250,211001641,0,0,0,0,1,223091502 +211001642,4,15520010,250,211001642,0,0,0,0,1,223091502 +211001643,4,15520010,250,211001643,0,0,0,0,1,223091502 +211001644,4,15520010,250,211001644,0,0,0,0,1,223091502 +211001645,4,15520010,250,211001645,0,0,0,0,1,223091502 +211001646,4,15520010,250,211001646,0,0,0,0,1,223091502 +211001647,4,15520010,250,211001647,0,0,0,0,1,223091502 +211001648,4,15520010,250,211001648,0,0,0,0,1,223091502 +211001649,4,15520010,250,211001649,0,0,0,0,1,223091502 +211001650,4,15520010,250,211001650,0,0,0,0,1,223091502 +211001651,4,15520010,250,211001651,0,0,0,0,1,223091502 +211001652,4,15520010,250,211001652,0,0,0,0,1,223091502 +211001653,4,15520010,250,211001653,0,0,0,0,1,223091502 +211001654,4,15520010,250,211001654,0,0,0,0,1,223091502 +211001655,4,15520010,250,211001655,0,0,0,0,1,223091502 +211001656,4,15520010,250,211001656,0,0,0,0,1,223091502 +211001657,4,15520010,250,211001657,0,0,0,0,1,223091502 +211001658,4,15520010,250,211001658,0,0,0,0,1,223091502 +211001659,4,15520010,250,211001659,0,0,0,0,1,223091502 +211001660,4,15520010,250,211001660,0,0,0,0,1,223091502 +211001661,4,15520010,250,211001661,0,0,0,0,1,223091502 +211001662,4,15520010,250,211001662,0,0,0,0,1,223091502 +211001663,4,15520010,250,211001663,0,0,0,0,1,223091502 +211001801,4,15520011,250,211001801,0,0,2030/03/31 23:59:59,0,1,223093002 +211001802,4,15520011,250,211001802,0,0,2030/03/31 23:59:59,0,1,223093002 +211001803,4,15520011,250,211001803,0,0,0,0,1,223093002 +211001804,4,15520011,5,211001804,0,0,0,0,1,223093002 +211001805,4,15520011,250,211001805,0,0,0,0,1,223093002 +211001806,4,15520011,250,211001806,0,0,0,0,1,223093002 +211001807,4,15520011,250,211001807,0,0,0,0,1,223093002 +211001808,4,15520011,250,211001808,0,0,0,0,1,223093002 +211001809,4,15520011,250,211001809,0,0,0,0,1,223093002 +211001810,4,15520011,250,211001810,0,0,0,0,1,223093002 +211001811,4,15520011,250,211001811,0,0,0,0,1,223093002 +211001812,4,15520011,250,211001812,0,0,0,0,1,223093002 +211001813,4,15520011,250,211001813,0,0,0,0,1,223093002 +211001814,4,15520011,250,211001814,0,0,0,0,1,223093002 +211001815,4,15520011,250,211001815,0,0,0,0,1,223093002 +211001816,4,15520011,250,211001816,0,0,0,0,1,223093002 +211001817,4,15520011,250,211001817,0,0,0,0,1,223093002 +211001818,4,15520011,250,211001818,0,0,0,0,1,223093002 +211001819,4,15520011,250,211001819,0,0,0,0,1,223093002 +211001820,4,15520011,250,211001820,0,0,0,0,1,223093002 +211001821,4,15520011,250,211001821,0,0,0,0,1,223093002 +211001822,4,15520011,250,211001822,0,0,0,0,1,223093002 +211001823,4,15520011,250,211001823,0,0,0,0,1,223093002 +211001824,4,15520011,250,211001824,0,0,0,0,1,223093002 +211001825,4,15520011,250,211001825,0,0,0,0,1,223093002 +211001826,4,15520011,250,211001826,0,0,0,0,1,223093002 +211001827,4,15520011,250,211001827,0,0,0,0,1,223093002 +211001828,4,15520011,250,211001828,0,0,0,0,1,223093002 +211001829,4,15520011,250,211001829,0,0,0,0,1,223093002 +211001830,4,15520011,250,211001830,0,0,0,0,1,223093002 +211001831,4,15520011,250,211001831,0,0,0,0,1,223093002 +211001832,4,15520011,250,211001832,0,0,0,0,1,223093002 +211001833,4,15520011,250,211001833,0,0,0,0,1,223093002 +211001834,4,15520011,250,211001834,0,0,0,0,1,223093002 +211001835,4,15520011,250,211001835,0,0,0,0,1,223093002 +211001836,4,15520011,250,211001836,0,0,0,0,1,223093002 +211001837,4,15520011,250,211001837,0,0,0,0,1,223093002 +211001838,4,15520011,250,211001838,0,0,0,0,1,223093002 +211001839,4,15520011,250,211001839,0,0,0,0,1,223093002 +211001840,4,15520011,250,211001840,0,0,0,0,1,223093002 +211001841,4,15520011,250,211001841,0,0,0,0,1,223093002 +211001842,4,15520011,250,211001842,0,0,0,0,1,223093002 +211001843,4,15520011,250,211001843,0,0,0,0,1,223093002 +211001844,4,15520011,250,211001844,0,0,0,0,1,223093002 +211001845,4,15520011,250,211001845,0,0,0,0,1,223093002 +211001846,4,15520011,250,211001846,0,0,0,0,1,223093002 +211001847,4,15520011,250,211001847,0,0,0,0,1,223093002 +211001848,4,15520011,250,211001848,0,0,0,0,1,223093002 +211001849,4,15520011,250,211001849,0,0,0,0,1,223093002 +211001850,4,15520011,250,211001850,0,0,0,0,1,223093002 +211001851,4,15520011,250,211001851,0,0,0,0,1,223093002 +211001852,4,15520011,250,211001852,0,0,0,0,1,223093002 +211001853,4,15520011,250,211001853,0,0,0,0,1,223093002 +211001854,4,15520011,250,211001854,0,0,0,0,1,223093002 +211001855,4,15520011,250,211001855,0,0,0,0,1,223093002 +211001856,4,15520011,250,211001856,0,0,0,0,1,223093002 +211001857,4,15520011,250,211001857,0,0,0,0,1,223093002 +211001858,4,15520011,250,211001858,0,0,0,0,1,223093002 +211001859,4,15520011,250,211001859,0,0,0,0,1,223093002 +211001860,4,15520011,250,211001860,0,0,0,0,1,223093002 +211001861,4,15520011,250,211001861,0,0,0,0,1,223093002 +211001862,4,15520011,250,211001862,0,0,0,0,1,223093002 +211001863,4,15520011,250,211001863,0,0,0,0,1,223093002 +211001864,4,15520011,250,211001864,0,0,0,0,1,223093002 +211001865,4,15520011,250,211001865,0,0,0,0,1,223093002 +211002201,4,15520012,250,211002201,0,0,2030/03/31 23:59:59,0,1,223103108 +211002202,4,15520012,250,211002202,0,0,2030/03/31 23:59:59,0,1,223103108 +211002203,4,15520012,250,211002203,0,0,0,0,1,223103108 +211002204,4,15520012,5,211002204,0,0,0,0,1,223103108 +211002205,4,15520012,250,211002205,0,0,0,0,1,223103108 +211002206,4,15520012,250,211002206,0,0,0,0,1,223103108 +211002207,4,15520012,250,211002207,0,0,0,0,1,223103108 +211002208,4,15520012,250,211002208,0,0,0,0,1,223103108 +211002209,4,15520012,250,211002209,0,0,0,0,1,223103108 +211002210,4,15520012,250,211002210,0,0,0,0,1,223103108 +211002211,4,15520012,250,211002211,0,0,0,0,1,223103108 +211002212,4,15520012,250,211002212,0,0,0,0,1,223103108 +211002213,4,15520012,250,211002213,0,0,0,0,1,223103108 +211002214,4,15520012,250,211002214,0,0,0,0,1,223103108 +211002215,4,15520012,250,211002215,0,0,0,0,1,223103108 +211002216,4,15520012,250,211002216,0,0,0,0,1,223103108 +211002217,4,15520012,250,211002217,0,0,0,0,1,223103108 +211002218,4,15520012,250,211002218,0,0,0,0,1,223103108 +211002219,4,15520012,250,211002219,0,0,0,0,1,223103108 +211002220,4,15520012,250,211002220,0,0,0,0,1,223103108 +211002221,4,15520012,250,211002221,0,0,0,0,1,223103108 +211002222,4,15520012,250,211002222,0,0,0,0,1,223103108 +211002223,4,15520012,250,211002223,0,0,0,0,1,223103108 +211002224,4,15520012,250,211002224,0,0,0,0,1,223103108 +211002225,4,15520012,250,211002225,0,0,0,0,1,223103108 +211002226,4,15520012,250,211002226,0,0,0,0,1,223103108 +211002227,4,15520012,250,211002227,0,0,0,0,1,223103108 +211002228,4,15520012,250,211002228,0,0,0,0,1,223103108 +211002229,4,15520012,250,211002229,0,0,0,0,1,223103108 +211002230,4,15520012,250,211002230,0,0,0,0,1,223103108 +211002231,4,15520012,250,211002231,0,0,0,0,1,223103108 +211002232,4,15520012,250,211002232,0,0,0,0,1,223103108 +211002233,4,15520012,250,211002233,0,0,0,0,1,223103108 +211002234,4,15520012,250,211002234,0,0,0,0,1,223103108 +211002235,4,15520012,250,211002235,0,0,0,0,1,223103108 +211002236,4,15520012,250,211002236,0,0,0,0,1,223103108 +211002237,4,15520012,250,211002237,0,0,0,0,1,223103108 +211002238,4,15520012,250,211002238,0,0,0,0,1,223103108 +211002239,4,15520012,250,211002239,0,0,0,0,1,223103108 +211002240,4,15520012,250,211002240,0,0,0,0,1,223103108 +211002241,4,15520012,250,211002241,0,0,0,0,1,223103108 +211002242,4,15520012,250,211002242,0,0,0,0,1,223103108 +211002243,4,15520012,250,211002243,0,0,0,0,1,223103108 +211002244,4,15520012,250,211002244,0,0,0,0,1,223103108 +211002245,4,15520012,250,211002245,0,0,0,0,1,223103108 +211002246,4,15520012,250,211002246,0,0,0,0,1,223103108 +211002247,4,15520012,250,211002247,0,0,0,0,1,223103108 +211002248,4,15520012,250,211002248,0,0,0,0,1,223103108 +211002249,4,15520012,250,211002249,0,0,0,0,1,223103108 +211002250,4,15520012,250,211002250,0,0,0,0,1,223103108 +211002251,4,15520012,250,211002251,0,0,0,0,1,223103108 +211002252,4,15520012,250,211002252,0,0,0,0,1,223103108 +211002253,4,15520012,250,211002253,0,0,0,0,1,223103108 +211002254,4,15520012,250,211002254,0,0,0,0,1,223103108 +211002255,4,15520012,250,211002255,0,0,0,0,1,223103108 +211002256,4,15520012,250,211002256,0,0,0,0,1,223103108 +211002257,4,15520012,250,211002257,0,0,0,0,1,223103108 +211002258,4,15520012,250,211002258,0,0,0,0,1,223103108 +211002259,4,15520012,250,211002259,0,0,0,0,1,223103108 +211002260,4,15520012,250,211002260,0,0,0,0,1,223103108 +211002261,4,15520012,250,211002261,0,0,0,0,1,223103108 +211002262,4,15520012,250,211002262,0,0,0,0,1,223103108 +211002263,4,15520012,250,211002263,0,0,0,0,1,223103108 +211002264,4,15520012,250,211002264,0,0,0,0,1,223103108 +211002265,4,15520012,250,211002265,0,0,0,0,1,223103108 +211002266,4,15520012,250,211002266,0,0,0,0,1,223103108 +211002267,4,15520012,250,211002267,0,0,0,0,1,223103108 +211002268,4,15520012,250,211002268,0,0,0,0,1,223103108 +211002269,4,15520012,250,211002269,0,0,0,0,1,223103108 +211002401,4,15520013,250,211002401,0,0,2030/03/31 23:59:59,0,1,223111502 +211002402,4,15520013,250,211002402,0,0,2030/03/31 23:59:59,0,1,223111502 +211002403,4,15520013,250,211002403,0,0,0,0,1,223111502 +211002404,4,15520013,5,211002404,0,0,0,0,1,223111502 +211002405,4,15520013,250,211002405,0,0,0,0,1,223111502 +211002406,4,15520013,250,211002406,0,0,0,0,1,223111502 +211002407,4,15520013,250,211002407,0,0,0,0,1,223111502 +211002408,4,15520013,250,211002408,0,0,0,0,1,223111502 +211002409,4,15520013,250,211002409,0,0,0,0,1,223111502 +211002410,4,15520013,250,211002410,0,0,0,0,1,223111502 +211002411,4,15520013,250,211002411,0,0,0,0,1,223111502 +211002412,4,15520013,250,211002412,0,0,0,0,1,223111502 +211002413,4,15520013,250,211002413,0,0,0,0,1,223111502 +211002414,4,15520013,250,211002414,0,0,0,0,1,223111502 +211002415,4,15520013,250,211002415,0,0,0,0,1,223111502 +211002416,4,15520013,250,211002416,0,0,0,0,1,223111502 +211002417,4,15520013,250,211002417,0,0,0,0,1,223111502 +211002418,4,15520013,250,211002418,0,0,0,0,1,223111502 +211002419,4,15520013,250,211002419,0,0,0,0,1,223111502 +211002420,4,15520013,250,211002420,0,0,0,0,1,223111502 +211002421,4,15520013,250,211002421,0,0,0,0,1,223111502 +211002422,4,15520013,250,211002422,0,0,0,0,1,223111502 +211002423,4,15520013,250,211002423,0,0,0,0,1,223111502 +211002424,4,15520013,250,211002424,0,0,0,0,1,223111502 +211002425,4,15520013,250,211002425,0,0,0,0,1,223111502 +211002426,4,15520013,250,211002426,0,0,0,0,1,223111502 +211002427,4,15520013,250,211002427,0,0,0,0,1,223111502 +211002428,4,15520013,250,211002428,0,0,0,0,1,223111502 +211002429,4,15520013,250,211002429,0,0,0,0,1,223111502 +211002430,4,15520013,250,211002430,0,0,0,0,1,223111502 +211002431,4,15520013,250,211002431,0,0,0,0,1,223111502 +211002432,4,15520013,250,211002432,0,0,0,0,1,223111502 +211002433,4,15520013,250,211002433,0,0,0,0,1,223111502 +211002434,4,15520013,250,211002434,0,0,0,0,1,223111502 +211002435,4,15520013,250,211002435,0,0,0,0,1,223111502 +211002436,4,15520013,250,211002436,0,0,0,0,1,223111502 +211002437,4,15520013,250,211002437,0,0,0,0,1,223111502 +211002438,4,15520013,250,211002438,0,0,0,0,1,223111502 +211002439,4,15520013,250,211002439,0,0,0,0,1,223111502 +211002440,4,15520013,250,211002440,0,0,0,0,1,223111502 +211002441,4,15520013,250,211002441,0,0,0,0,1,223111502 +211002442,4,15520013,250,211002442,0,0,0,0,1,223111502 +211002443,4,15520013,250,211002443,0,0,0,0,1,223111502 +211002444,4,15520013,250,211002444,0,0,0,0,1,223111502 +211002445,4,15520013,250,211002445,0,0,0,0,1,223111502 +211002446,4,15520013,250,211002446,0,0,0,0,1,223111502 +211002447,4,15520013,250,211002447,0,0,0,0,1,223111502 +211002448,4,15520013,250,211002448,0,0,0,0,1,223111502 +211002449,4,15520013,250,211002449,0,0,0,0,1,223111502 +211002450,4,15520013,250,211002450,0,0,0,0,1,223111502 +211002451,4,15520013,250,211002451,0,0,0,0,1,223111502 +211002452,4,15520013,250,211002452,0,0,0,0,1,223111502 +211002453,4,15520013,250,211002453,0,0,0,0,1,223111502 +211002454,4,15520013,250,211002454,0,0,0,0,1,223111502 +211002455,4,15520013,250,211002455,0,0,0,0,1,223111502 +211002456,4,15520013,250,211002456,0,0,0,0,1,223111502 +211002457,4,15520013,250,211002457,0,0,0,0,1,223111502 +211002458,4,15520013,250,211002458,0,0,0,0,1,223111502 +211002459,4,15520013,250,211002459,0,0,0,0,1,223111502 +211002460,4,15520013,250,211002460,0,0,0,0,1,223111502 +211002461,4,15520013,250,211002461,0,0,0,0,1,223111502 +211002462,4,15520013,250,211002462,0,0,0,0,1,223111502 +211002463,4,15520013,250,211002463,0,0,0,0,1,223111502 +211002464,4,15520013,250,211002464,0,0,0,0,1,223111502 +211002465,4,15520013,250,211002465,0,0,0,0,1,223111502 +211002466,4,15520013,250,211002466,0,0,0,0,1,223111502 +211002467,4,15520013,250,211002467,0,0,0,0,1,223111502 +211002468,4,15520013,250,211002468,0,0,0,0,1,223111502 +211002469,4,15520013,250,211002469,0,0,0,0,1,223111502 +211002470,4,15520013,250,211002470,0,0,0,0,1,223111502 +211002471,4,15520013,250,211002471,0,0,0,0,1,223111502 +211002601,4,15520014,250,211002601,0,0,2030/03/31 23:59:59,0,1,223113009 +211002602,4,15520014,250,211002602,0,0,2030/03/31 23:59:59,0,1,223113009 +211002603,4,15520014,250,211002603,0,0,0,0,1,223113009 +211002604,4,15520014,5,211002604,0,0,0,0,1,223113009 +211002605,4,15520014,250,211002605,0,0,0,0,1,223113009 +211002606,4,15520014,250,211002606,0,0,0,0,1,223113009 +211002607,4,15520014,250,211002607,0,0,0,0,1,223113009 +211002608,4,15520014,250,211002608,0,0,0,0,1,223113009 +211002609,4,15520014,250,211002609,0,0,0,0,1,223113009 +211002610,4,15520014,250,211002610,0,0,0,0,1,223113009 +211002611,4,15520014,250,211002611,0,0,0,0,1,223113009 +211002612,4,15520014,250,211002612,0,0,0,0,1,223113009 +211002613,4,15520014,250,211002613,0,0,0,0,1,223113009 +211002614,4,15520014,250,211002614,0,0,0,0,1,223113009 +211002615,4,15520014,250,211002615,0,0,0,0,1,223113009 +211002616,4,15520014,250,211002616,0,0,0,0,1,223113009 +211002617,4,15520014,250,211002617,0,0,0,0,1,223113009 +211002618,4,15520014,250,211002618,0,0,0,0,1,223113009 +211002619,4,15520014,250,211002619,0,0,0,0,1,223113009 +211002620,4,15520014,250,211002620,0,0,0,0,1,223113009 +211002621,4,15520014,250,211002621,0,0,0,0,1,223113009 +211002622,4,15520014,250,211002622,0,0,0,0,1,223113009 +211002623,4,15520014,250,211002623,0,0,0,0,1,223113009 +211002624,4,15520014,250,211002624,0,0,0,0,1,223113009 +211002625,4,15520014,250,211002625,0,0,0,0,1,223113009 +211002626,4,15520014,250,211002626,0,0,0,0,1,223113009 +211002627,4,15520014,250,211002627,0,0,0,0,1,223113009 +211002628,4,15520014,250,211002628,0,0,0,0,1,223113009 +211002629,4,15520014,250,211002629,0,0,0,0,1,223113009 +211002630,4,15520014,250,211002630,0,0,0,0,1,223113009 +211002631,4,15520014,250,211002631,0,0,0,0,1,223113009 +211002632,4,15520014,250,211002632,0,0,0,0,1,223113009 +211002633,4,15520014,250,211002633,0,0,0,0,1,223113009 +211002634,4,15520014,250,211002634,0,0,0,0,1,223113009 +211002635,4,15520014,250,211002635,0,0,0,0,1,223113009 +211002636,4,15520014,250,211002636,0,0,0,0,1,223113009 +211002637,4,15520014,250,211002637,0,0,0,0,1,223113009 +211002638,4,15520014,250,211002638,0,0,0,0,1,223113009 +211002639,4,15520014,250,211002639,0,0,0,0,1,223113009 +211002640,4,15520014,250,211002640,0,0,0,0,1,223113009 +211002641,4,15520014,250,211002641,0,0,0,0,1,223113009 +211002642,4,15520014,250,211002642,0,0,0,0,1,223113009 +211002643,4,15520014,250,211002643,0,0,0,0,1,223113009 +211002644,4,15520014,250,211002644,0,0,0,0,1,223113009 +211002645,4,15520014,250,211002645,0,0,0,0,1,223113009 +211002646,4,15520014,250,211002646,0,0,0,0,1,223113009 +211002647,4,15520014,250,211002647,0,0,0,0,1,223113009 +211002648,4,15520014,250,211002648,0,0,0,0,1,223113009 +211002649,4,15520014,250,211002649,0,0,0,0,1,223113009 +211002650,4,15520014,250,211002650,0,0,0,0,1,223113009 +211002651,4,15520014,250,211002651,0,0,0,0,1,223113009 +211002652,4,15520014,250,211002652,0,0,0,0,1,223113009 +211002653,4,15520014,250,211002653,0,0,0,0,1,223113009 +211002654,4,15520014,250,211002654,0,0,0,0,1,223113009 +211002655,4,15520014,250,211002655,0,0,0,0,1,223113009 +211002656,4,15520014,250,211002656,0,0,0,0,1,223113009 +211002657,4,15520014,250,211002657,0,0,0,0,1,223113009 +211002658,4,15520014,250,211002658,0,0,0,0,1,223113009 +211002659,4,15520014,250,211002659,0,0,0,0,1,223113009 +211002660,4,15520014,250,211002660,0,0,0,0,1,223113009 +211002661,4,15520014,250,211002661,0,0,0,0,1,223113009 +211002662,4,15520014,250,211002662,0,0,0,0,1,223113009 +211002663,4,15520014,250,211002663,0,0,0,0,1,223113009 +211002664,4,15520014,250,211002664,0,0,0,0,1,223113009 +211002665,4,15520014,250,211002665,0,0,0,0,1,223113009 +211002666,4,15520014,250,211002666,0,0,0,0,1,223113009 +211002667,4,15520014,250,211002667,0,0,0,0,1,223113009 +211002668,4,15520014,250,211002668,0,0,0,0,1,223113009 +211002669,4,15520014,250,211002669,0,0,0,0,1,223113009 +211002670,4,15520014,250,211002670,0,0,0,0,1,223113009 +211002671,4,15520014,250,211002671,0,0,0,0,1,223113009 +211002672,4,15520014,250,211002672,0,0,0,0,1,223113009 +211002673,4,15520014,250,211002673,0,0,0,0,1,223113009 +211002801,4,15520015,250,211002801,0,0,2030/03/31 23:59:59,0,1,223121505 +211002802,4,15520015,250,211002802,0,0,2030/03/31 23:59:59,0,1,223121505 +211002803,4,15520015,250,211002803,0,0,0,0,1,223121505 +211002804,4,15520015,5,211002804,0,0,0,0,1,223121505 +211002805,4,15520015,250,211002805,0,0,0,0,1,223121505 +211002806,4,15520015,250,211002806,0,0,0,0,1,223121505 +211002807,4,15520015,250,211002807,0,0,0,0,1,223121505 +211002808,4,15520015,250,211002808,0,0,0,0,1,223121505 +211002809,4,15520015,250,211002809,0,0,0,0,1,223121505 +211002810,4,15520015,250,211002810,0,0,0,0,1,223121505 +211002811,4,15520015,250,211002811,0,0,0,0,1,223121505 +211002812,4,15520015,250,211002812,0,0,0,0,1,223121505 +211002813,4,15520015,250,211002813,0,0,0,0,1,223121505 +211002814,4,15520015,250,211002814,0,0,0,0,1,223121505 +211002815,4,15520015,250,211002815,0,0,0,0,1,223121505 +211002816,4,15520015,250,211002816,0,0,0,0,1,223121505 +211002817,4,15520015,250,211002817,0,0,0,0,1,223121505 +211002818,4,15520015,250,211002818,0,0,0,0,1,223121505 +211002819,4,15520015,250,211002819,0,0,0,0,1,223121505 +211002820,4,15520015,250,211002820,0,0,0,0,1,223121505 +211002821,4,15520015,250,211002821,0,0,0,0,1,223121505 +211002822,4,15520015,250,211002822,0,0,0,0,1,223121505 +211002823,4,15520015,250,211002823,0,0,0,0,1,223121505 +211002824,4,15520015,250,211002824,0,0,0,0,1,223121505 +211002825,4,15520015,250,211002825,0,0,0,0,1,223121505 +211002826,4,15520015,250,211002826,0,0,0,0,1,223121505 +211002827,4,15520015,250,211002827,0,0,0,0,1,223121505 +211002828,4,15520015,250,211002828,0,0,0,0,1,223121505 +211002829,4,15520015,250,211002829,0,0,0,0,1,223121505 +211002830,4,15520015,250,211002830,0,0,0,0,1,223121505 +211002831,4,15520015,250,211002831,0,0,0,0,1,223121505 +211002832,4,15520015,250,211002832,0,0,0,0,1,223121505 +211002833,4,15520015,250,211002833,0,0,0,0,1,223121505 +211002834,4,15520015,250,211002834,0,0,0,0,1,223121505 +211002835,4,15520015,250,211002835,0,0,0,0,1,223121505 +211002836,4,15520015,250,211002836,0,0,0,0,1,223121505 +211002837,4,15520015,250,211002837,0,0,0,0,1,223121505 +211002838,4,15520015,250,211002838,0,0,0,0,1,223121505 +211002839,4,15520015,250,211002839,0,0,0,0,1,223121505 +211002840,4,15520015,250,211002840,0,0,0,0,1,223121505 +211002841,4,15520015,250,211002841,0,0,0,0,1,223121505 +211002842,4,15520015,250,211002842,0,0,0,0,1,223121505 +211002843,4,15520015,250,211002843,0,0,0,0,1,223121505 +211002844,4,15520015,250,211002844,0,0,0,0,1,223121505 +211002845,4,15520015,250,211002845,0,0,0,0,1,223121505 +211002846,4,15520015,250,211002846,0,0,0,0,1,223121505 +211002847,4,15520015,250,211002847,0,0,0,0,1,223121505 +211002848,4,15520015,250,211002848,0,0,0,0,1,223121505 +211002849,4,15520015,250,211002849,0,0,0,0,1,223121505 +211002850,4,15520015,250,211002850,0,0,0,0,1,223121505 +211002851,4,15520015,250,211002851,0,0,0,0,1,223121505 +211002852,4,15520015,250,211002852,0,0,0,0,1,223121505 +211002853,4,15520015,250,211002853,0,0,0,0,1,223121505 +211002854,4,15520015,250,211002854,0,0,0,0,1,223121505 +211002855,4,15520015,250,211002855,0,0,0,0,1,223121505 +211002856,4,15520015,250,211002856,0,0,0,0,1,223121505 +211002857,4,15520015,250,211002857,0,0,0,0,1,223121505 +211002858,4,15520015,250,211002858,0,0,0,0,1,223121505 +211002859,4,15520015,250,211002859,0,0,0,0,1,223121505 +211002860,4,15520015,250,211002860,0,0,0,0,1,223121505 +211002861,4,15520015,250,211002861,0,0,0,0,1,223121505 +211002862,4,15520015,250,211002862,0,0,0,0,1,223121505 +211002863,4,15520015,250,211002863,0,0,0,0,1,223121505 +211002864,4,15520015,250,211002864,0,0,0,0,1,223121505 +211002865,4,15520015,250,211002865,0,0,0,0,1,223121505 +211002866,4,15520015,250,211002866,0,0,0,0,1,223121505 +211002867,4,15520015,250,211002867,0,0,0,0,1,223121505 +211002868,4,15520015,250,211002868,0,0,0,0,1,223121505 +211002869,4,15520015,250,211002869,0,0,0,0,1,223121505 +211002870,4,15520015,250,211002870,0,0,0,0,1,223121505 +211002871,4,15520015,250,211002871,0,0,0,0,1,223121505 +211002872,4,15520015,250,211002872,0,0,0,0,1,223121505 +211002873,4,15520015,250,211002873,0,0,0,0,1,223121505 +211002874,4,15520015,250,211002874,0,0,0,0,1,223121505 +211002875,4,15520015,250,211002875,0,0,0,0,1,223121505 +211003001,4,15520016,250,211003001,0,0,2030/03/31 23:59:59,0,1,223123102 +211003002,4,15520016,250,211003002,0,0,2030/03/31 23:59:59,0,1,223123102 +211003003,4,15520016,250,211003003,0,0,0,0,1,223123102 +211003004,4,15520016,5,211003004,0,0,0,0,1,223123102 +211003005,4,15520016,250,211003005,0,0,0,0,1,223123102 +211003006,4,15520016,250,211003006,0,0,0,0,1,223123102 +211003007,4,15520016,250,211003007,0,0,0,0,1,223123102 +211003008,4,15520016,250,211003008,0,0,0,0,1,223123102 +211003009,4,15520016,250,211003009,0,0,0,0,1,223123102 +211003010,4,15520016,250,211003010,0,0,0,0,1,223123102 +211003011,4,15520016,250,211003011,0,0,0,0,1,223123102 +211003012,4,15520016,250,211003012,0,0,0,0,1,223123102 +211003013,4,15520016,250,211003013,0,0,0,0,1,223123102 +211003014,4,15520016,250,211003014,0,0,0,0,1,223123102 +211003015,4,15520016,250,211003015,0,0,0,0,1,223123102 +211003016,4,15520016,250,211003016,0,0,0,0,1,223123102 +211003017,4,15520016,250,211003017,0,0,0,0,1,223123102 +211003018,4,15520016,250,211003018,0,0,0,0,1,223123102 +211003019,4,15520016,250,211003019,0,0,0,0,1,223123102 +211003020,4,15520016,250,211003020,0,0,0,0,1,223123102 +211003021,4,15520016,250,211003021,0,0,0,0,1,223123102 +211003022,4,15520016,250,211003022,0,0,0,0,1,223123102 +211003023,4,15520016,250,211003023,0,0,0,0,1,223123102 +211003024,4,15520016,250,211003024,0,0,0,0,1,223123102 +211003025,4,15520016,250,211003025,0,0,0,0,1,223123102 +211003026,4,15520016,250,211003026,0,0,0,0,1,223123102 +211003027,4,15520016,250,211003027,0,0,0,0,1,223123102 +211003028,4,15520016,250,211003028,0,0,0,0,1,223123102 +211003029,4,15520016,250,211003029,0,0,0,0,1,223123102 +211003030,4,15520016,250,211003030,0,0,0,0,1,223123102 +211003031,4,15520016,250,211003031,0,0,0,0,1,223123102 +211003032,4,15520016,250,211003032,0,0,0,0,1,223123102 +211003033,4,15520016,250,211003033,0,0,0,0,1,223123102 +211003034,4,15520016,250,211003034,0,0,0,0,1,223123102 +211003035,4,15520016,250,211003035,0,0,0,0,1,223123102 +211003036,4,15520016,250,211003036,0,0,0,0,1,223123102 +211003037,4,15520016,250,211003037,0,0,0,0,1,223123102 +211003038,4,15520016,250,211003038,0,0,0,0,1,223123102 +211003039,4,15520016,250,211003039,0,0,0,0,1,223123102 +211003040,4,15520016,250,211003040,0,0,0,0,1,223123102 +211003041,4,15520016,250,211003041,0,0,0,0,1,223123102 +211003042,4,15520016,250,211003042,0,0,0,0,1,223123102 +211003043,4,15520016,250,211003043,0,0,0,0,1,223123102 +211003044,4,15520016,250,211003044,0,0,0,0,1,223123102 +211003045,4,15520016,250,211003045,0,0,0,0,1,223123102 +211003046,4,15520016,250,211003046,0,0,0,0,1,223123102 +211003047,4,15520016,250,211003047,0,0,0,0,1,223123102 +211003048,4,15520016,250,211003048,0,0,0,0,1,223123102 +211003049,4,15520016,250,211003049,0,0,0,0,1,223123102 +211003050,4,15520016,250,211003050,0,0,0,0,1,223123102 +211003051,4,15520016,250,211003051,0,0,0,0,1,223123102 +211003052,4,15520016,250,211003052,0,0,0,0,1,223123102 +211003053,4,15520016,250,211003053,0,0,0,0,1,223123102 +211003054,4,15520016,250,211003054,0,0,0,0,1,223123102 +211003055,4,15520016,250,211003055,0,0,0,0,1,223123102 +211003056,4,15520016,250,211003056,0,0,0,0,1,223123102 +211003057,4,15520016,250,211003057,0,0,0,0,1,223123102 +211003058,4,15520016,250,211003058,0,0,0,0,1,223123102 +211003059,4,15520016,250,211003059,0,0,0,0,1,223123102 +211003060,4,15520016,250,211003060,0,0,0,0,1,223123102 +211003061,4,15520016,250,211003061,0,0,0,0,1,223123102 +211003062,4,15520016,250,211003062,0,0,0,0,1,223123102 +211003063,4,15520016,250,211003063,0,0,0,0,1,223123102 +211003064,4,15520016,250,211003064,0,0,0,0,1,223123102 +211003065,4,15520016,250,211003065,0,0,0,0,1,223123102 +211003066,4,15520016,250,211003066,0,0,0,0,1,223123102 +211003067,4,15520016,250,211003067,0,0,0,0,1,223123102 +211003068,4,15520016,250,211003068,0,0,0,0,1,223123102 +211003069,4,15520016,250,211003069,0,0,0,0,1,223123102 +211003070,4,15520016,250,211003070,0,0,0,0,1,223123102 +211003071,4,15520016,250,211003071,0,0,0,0,1,223123102 +211003072,4,15520016,250,211003072,0,0,0,0,1,223123102 +211003073,4,15520016,250,211003073,0,0,0,0,1,223123102 +211003074,4,15520016,250,211003074,0,0,0,0,1,223123102 +211003075,4,15520016,250,211003075,0,0,0,0,1,223123102 +211003076,4,15520016,250,211003076,0,0,0,0,1,223123102 +211003077,4,15520016,250,211003077,0,0,0,0,1,223123102 +211003201,4,15520017,250,211003201,0,0,2030/03/31 23:59:59,0,1,224011502 +211003202,4,15520017,250,211003202,0,0,2030/03/31 23:59:59,0,1,224011502 +211003203,4,15520017,250,211003203,0,0,0,0,1,224011502 +211003204,4,15520017,5,211003204,0,0,0,0,1,224011502 +211003205,4,15520017,250,211003205,0,0,0,0,1,224011502 +211003206,4,15520017,250,211003206,0,0,0,0,1,224011502 +211003207,4,15520017,250,211003207,0,0,0,0,1,224011502 +211003208,4,15520017,250,211003208,0,0,0,0,1,224011502 +211003209,4,15520017,250,211003209,0,0,0,0,1,224011502 +211003210,4,15520017,250,211003210,0,0,0,0,1,224011502 +211003211,4,15520017,250,211003211,0,0,0,0,1,224011502 +211003212,4,15520017,250,211003212,0,0,0,0,1,224011502 +211003213,4,15520017,250,211003213,0,0,0,0,1,224011502 +211003214,4,15520017,250,211003214,0,0,0,0,1,224011502 +211003215,4,15520017,250,211003215,0,0,0,0,1,224011502 +211003216,4,15520017,250,211003216,0,0,0,0,1,224011502 +211003217,4,15520017,250,211003217,0,0,0,0,1,224011502 +211003218,4,15520017,250,211003218,0,0,0,0,1,224011502 +211003219,4,15520017,250,211003219,0,0,0,0,1,224011502 +211003220,4,15520017,250,211003220,0,0,0,0,1,224011502 +211003221,4,15520017,250,211003221,0,0,0,0,1,224011502 +211003222,4,15520017,250,211003222,0,0,0,0,1,224011502 +211003223,4,15520017,250,211003223,0,0,0,0,1,224011502 +211003224,4,15520017,250,211003224,0,0,0,0,1,224011502 +211003225,4,15520017,250,211003225,0,0,0,0,1,224011502 +211003226,4,15520017,250,211003226,0,0,0,0,1,224011502 +211003227,4,15520017,250,211003227,0,0,0,0,1,224011502 +211003228,4,15520017,250,211003228,0,0,0,0,1,224011502 +211003229,4,15520017,250,211003229,0,0,0,0,1,224011502 +211003230,4,15520017,250,211003230,0,0,0,0,1,224011502 +211003231,4,15520017,250,211003231,0,0,0,0,1,224011502 +211003232,4,15520017,250,211003232,0,0,0,0,1,224011502 +211003233,4,15520017,250,211003233,0,0,0,0,1,224011502 +211003234,4,15520017,250,211003234,0,0,0,0,1,224011502 +211003235,4,15520017,250,211003235,0,0,0,0,1,224011502 +211003236,4,15520017,250,211003236,0,0,0,0,1,224011502 +211003237,4,15520017,250,211003237,0,0,0,0,1,224011502 +211003238,4,15520017,250,211003238,0,0,0,0,1,224011502 +211003239,4,15520017,250,211003239,0,0,0,0,1,224011502 +211003240,4,15520017,250,211003240,0,0,0,0,1,224011502 +211003241,4,15520017,250,211003241,0,0,0,0,1,224011502 +211003242,4,15520017,250,211003242,0,0,0,0,1,224011502 +211003243,4,15520017,250,211003243,0,0,0,0,1,224011502 +211003244,4,15520017,250,211003244,0,0,0,0,1,224011502 +211003245,4,15520017,250,211003245,0,0,0,0,1,224011502 +211003246,4,15520017,250,211003246,0,0,0,0,1,224011502 +211003247,4,15520017,250,211003247,0,0,0,0,1,224011502 +211003248,4,15520017,250,211003248,0,0,0,0,1,224011502 +211003249,4,15520017,250,211003249,0,0,0,0,1,224011502 +211003250,4,15520017,250,211003250,0,0,0,0,1,224011502 +211003251,4,15520017,250,211003251,0,0,0,0,1,224011502 +211003252,4,15520017,250,211003252,0,0,0,0,1,224011502 +211003253,4,15520017,250,211003253,0,0,0,0,1,224011502 +211003254,4,15520017,250,211003254,0,0,0,0,1,224011502 +211003255,4,15520017,250,211003255,0,0,0,0,1,224011502 +211003256,4,15520017,250,211003256,0,0,0,0,1,224011502 +211003257,4,15520017,250,211003257,0,0,0,0,1,224011502 +211003258,4,15520017,250,211003258,0,0,0,0,1,224011502 +211003259,4,15520017,250,211003259,0,0,0,0,1,224011502 +211003260,4,15520017,250,211003260,0,0,0,0,1,224011502 +211003261,4,15520017,250,211003261,0,0,0,0,1,224011502 +211003262,4,15520017,250,211003262,0,0,0,0,1,224011502 +211003263,4,15520017,250,211003263,0,0,0,0,1,224011502 +211003264,4,15520017,250,211003264,0,0,0,0,1,224011502 +211003265,4,15520017,250,211003265,0,0,0,0,1,224011502 +211003266,4,15520017,250,211003266,0,0,0,0,1,224011502 +211003267,4,15520017,250,211003267,0,0,0,0,1,224011502 +211003268,4,15520017,250,211003268,0,0,0,0,1,224011502 +211003269,4,15520017,250,211003269,0,0,0,0,1,224011502 +211003270,4,15520017,250,211003270,0,0,0,0,1,224011502 +211003271,4,15520017,250,211003271,0,0,0,0,1,224011502 +211003272,4,15520017,250,211003272,0,0,0,0,1,224011502 +211003273,4,15520017,250,211003273,0,0,0,0,1,224011502 +211003274,4,15520017,250,211003274,0,0,0,0,1,224011502 +211003275,4,15520017,250,211003275,0,0,0,0,1,224011502 +211003276,4,15520017,250,211003276,0,0,0,0,1,224011502 +211003277,4,15520017,250,211003277,0,0,0,0,1,224011502 +211003278,4,15520017,250,211003278,0,0,0,0,1,224011502 +211003279,4,15520017,250,211003279,0,0,0,0,1,224011502 +211003401,4,15520018,250,211003401,0,0,2030/03/31 23:59:59,0,1,224013102 +211003402,4,15520018,250,211003402,0,0,2030/03/31 23:59:59,0,1,224013102 +211003403,4,15520018,250,211003403,0,0,0,0,1,224013102 +211003404,4,15520018,5,211003404,0,0,0,0,1,224013102 +211003405,4,15520018,250,211003405,0,0,0,0,1,224013102 +211003406,4,15520018,250,211003406,0,0,0,0,1,224013102 +211003407,4,15520018,250,211003407,0,0,0,0,1,224013102 +211003408,4,15520018,250,211003408,0,0,0,0,1,224013102 +211003409,4,15520018,250,211003409,0,0,0,0,1,224013102 +211003410,4,15520018,250,211003410,0,0,0,0,1,224013102 +211003411,4,15520018,250,211003411,0,0,0,0,1,224013102 +211003412,4,15520018,250,211003412,0,0,0,0,1,224013102 +211003413,4,15520018,250,211003413,0,0,0,0,1,224013102 +211003414,4,15520018,250,211003414,0,0,0,0,1,224013102 +211003415,4,15520018,250,211003415,0,0,0,0,1,224013102 +211003416,4,15520018,250,211003416,0,0,0,0,1,224013102 +211003417,4,15520018,250,211003417,0,0,0,0,1,224013102 +211003418,4,15520018,250,211003418,0,0,0,0,1,224013102 +211003419,4,15520018,250,211003419,0,0,0,0,1,224013102 +211003420,4,15520018,250,211003420,0,0,0,0,1,224013102 +211003421,4,15520018,250,211003421,0,0,0,0,1,224013102 +211003422,4,15520018,250,211003422,0,0,0,0,1,224013102 +211003423,4,15520018,250,211003423,0,0,0,0,1,224013102 +211003424,4,15520018,250,211003424,0,0,0,0,1,224013102 +211003425,4,15520018,250,211003425,0,0,0,0,1,224013102 +211003426,4,15520018,250,211003426,0,0,0,0,1,224013102 +211003427,4,15520018,250,211003427,0,0,0,0,1,224013102 +211003428,4,15520018,250,211003428,0,0,0,0,1,224013102 +211003429,4,15520018,250,211003429,0,0,0,0,1,224013102 +211003430,4,15520018,250,211003430,0,0,0,0,1,224013102 +211003431,4,15520018,250,211003431,0,0,0,0,1,224013102 +211003432,4,15520018,250,211003432,0,0,0,0,1,224013102 +211003433,4,15520018,250,211003433,0,0,0,0,1,224013102 +211003434,4,15520018,250,211003434,0,0,0,0,1,224013102 +211003435,4,15520018,250,211003435,0,0,0,0,1,224013102 +211003436,4,15520018,250,211003436,0,0,0,0,1,224013102 +211003437,4,15520018,250,211003437,0,0,0,0,1,224013102 +211003438,4,15520018,250,211003438,0,0,0,0,1,224013102 +211003439,4,15520018,250,211003439,0,0,0,0,1,224013102 +211003440,4,15520018,250,211003440,0,0,0,0,1,224013102 +211003441,4,15520018,250,211003441,0,0,0,0,1,224013102 +211003442,4,15520018,250,211003442,0,0,0,0,1,224013102 +211003443,4,15520018,250,211003443,0,0,0,0,1,224013102 +211003444,4,15520018,250,211003444,0,0,0,0,1,224013102 +211003445,4,15520018,250,211003445,0,0,0,0,1,224013102 +211003446,4,15520018,250,211003446,0,0,0,0,1,224013102 +211003447,4,15520018,250,211003447,0,0,0,0,1,224013102 +211003448,4,15520018,250,211003448,0,0,0,0,1,224013102 +211003449,4,15520018,250,211003449,0,0,0,0,1,224013102 +211003450,4,15520018,250,211003450,0,0,0,0,1,224013102 +211003451,4,15520018,250,211003451,0,0,0,0,1,224013102 +211003452,4,15520018,250,211003452,0,0,0,0,1,224013102 +211003453,4,15520018,250,211003453,0,0,0,0,1,224013102 +211003454,4,15520018,250,211003454,0,0,0,0,1,224013102 +211003455,4,15520018,250,211003455,0,0,0,0,1,224013102 +211003456,4,15520018,250,211003456,0,0,0,0,1,224013102 +211003457,4,15520018,250,211003457,0,0,0,0,1,224013102 +211003458,4,15520018,250,211003458,0,0,0,0,1,224013102 +211003459,4,15520018,250,211003459,0,0,0,0,1,224013102 +211003460,4,15520018,250,211003460,0,0,0,0,1,224013102 +211003461,4,15520018,250,211003461,0,0,0,0,1,224013102 +211003462,4,15520018,250,211003462,0,0,0,0,1,224013102 +211003463,4,15520018,250,211003463,0,0,0,0,1,224013102 +211003464,4,15520018,250,211003464,0,0,0,0,1,224013102 +211003465,4,15520018,250,211003465,0,0,0,0,1,224013102 +211003466,4,15520018,250,211003466,0,0,0,0,1,224013102 +211003467,4,15520018,250,211003467,0,0,0,0,1,224013102 +211003468,4,15520018,250,211003468,0,0,0,0,1,224013102 +211003469,4,15520018,250,211003469,0,0,0,0,1,224013102 +211003470,4,15520018,250,211003470,0,0,0,0,1,224013102 +211003471,4,15520018,250,211003471,0,0,0,0,1,224013102 +211003472,4,15520018,250,211003472,0,0,0,0,1,224013102 +211003473,4,15520018,250,211003473,0,0,0,0,1,224013102 +211003474,4,15520018,250,211003474,0,0,0,0,1,224013102 +211003475,4,15520018,250,211003475,0,0,0,0,1,224013102 +211003476,4,15520018,250,211003476,0,0,0,0,1,224013102 +211003477,4,15520018,250,211003477,0,0,0,0,1,224013102 +211003478,4,15520018,250,211003478,0,0,0,0,1,224013102 +211003479,4,15520018,250,211003479,0,0,0,0,1,224013102 +211003480,4,15520018,250,211003480,0,0,0,0,1,224013102 +211003481,4,15520018,250,211003481,0,0,0,0,1,224013102 +211003601,4,15520019,250,211003601,0,0,2030/03/31 23:59:59,0,1,224021402 +211003602,4,15520019,250,211003602,0,0,2030/03/31 23:59:59,0,1,224021402 +211003603,4,15520019,250,211003603,0,0,0,0,1,224021402 +211003604,4,15520019,5,211003604,0,0,0,0,1,224021402 +211003605,4,15520019,250,211003605,0,0,0,0,1,224021402 +211003606,4,15520019,250,211003606,0,0,0,0,1,224021402 +211003607,4,15520019,250,211003607,0,0,0,0,1,224021402 +211003608,4,15520019,250,211003608,0,0,0,0,1,224021402 +211003609,4,15520019,250,211003609,0,0,0,0,1,224021402 +211003610,4,15520019,250,211003610,0,0,0,0,1,224021402 +211003611,4,15520019,250,211003611,0,0,0,0,1,224021402 +211003612,4,15520019,250,211003612,0,0,0,0,1,224021402 +211003613,4,15520019,250,211003613,0,0,0,0,1,224021402 +211003614,4,15520019,250,211003614,0,0,0,0,1,224021402 +211003615,4,15520019,250,211003615,0,0,0,0,1,224021402 +211003616,4,15520019,250,211003616,0,0,0,0,1,224021402 +211003617,4,15520019,250,211003617,0,0,0,0,1,224021402 +211003618,4,15520019,250,211003618,0,0,0,0,1,224021402 +211003619,4,15520019,250,211003619,0,0,0,0,1,224021402 +211003620,4,15520019,250,211003620,0,0,0,0,1,224021402 +211003621,4,15520019,250,211003621,0,0,0,0,1,224021402 +211003622,4,15520019,250,211003622,0,0,0,0,1,224021402 +211003623,4,15520019,250,211003623,0,0,0,0,1,224021402 +211003624,4,15520019,250,211003624,0,0,0,0,1,224021402 +211003625,4,15520019,250,211003625,0,0,0,0,1,224021402 +211003626,4,15520019,250,211003626,0,0,0,0,1,224021402 +211003627,4,15520019,250,211003627,0,0,0,0,1,224021402 +211003628,4,15520019,250,211003628,0,0,0,0,1,224021402 +211003629,4,15520019,250,211003629,0,0,0,0,1,224021402 +211003630,4,15520019,250,211003630,0,0,0,0,1,224021402 +211003631,4,15520019,250,211003631,0,0,0,0,1,224021402 +211003632,4,15520019,250,211003632,0,0,0,0,1,224021402 +211003633,4,15520019,250,211003633,0,0,0,0,1,224021402 +211003634,4,15520019,250,211003634,0,0,0,0,1,224021402 +211003635,4,15520019,250,211003635,0,0,0,0,1,224021402 +211003636,4,15520019,250,211003636,0,0,0,0,1,224021402 +211003637,4,15520019,250,211003637,0,0,0,0,1,224021402 +211003638,4,15520019,250,211003638,0,0,0,0,1,224021402 +211003639,4,15520019,250,211003639,0,0,0,0,1,224021402 +211003640,4,15520019,250,211003640,0,0,0,0,1,224021402 +211003641,4,15520019,250,211003641,0,0,0,0,1,224021402 +211003642,4,15520019,250,211003642,0,0,0,0,1,224021402 +211003643,4,15520019,250,211003643,0,0,0,0,1,224021402 +211003644,4,15520019,250,211003644,0,0,0,0,1,224021402 +211003645,4,15520019,250,211003645,0,0,0,0,1,224021402 +211003646,4,15520019,250,211003646,0,0,0,0,1,224021402 +211003647,4,15520019,250,211003647,0,0,0,0,1,224021402 +211003648,4,15520019,250,211003648,0,0,0,0,1,224021402 +211003649,4,15520019,250,211003649,0,0,0,0,1,224021402 +211003650,4,15520019,250,211003650,0,0,0,0,1,224021402 +211003651,4,15520019,250,211003651,0,0,0,0,1,224021402 +211003652,4,15520019,250,211003652,0,0,0,0,1,224021402 +211003653,4,15520019,250,211003653,0,0,0,0,1,224021402 +211003654,4,15520019,250,211003654,0,0,0,0,1,224021402 +211003655,4,15520019,250,211003655,0,0,0,0,1,224021402 +211003656,4,15520019,250,211003656,0,0,0,0,1,224021402 +211003657,4,15520019,250,211003657,0,0,0,0,1,224021402 +211003658,4,15520019,250,211003658,0,0,0,0,1,224021402 +211003659,4,15520019,250,211003659,0,0,0,0,1,224021402 +211003660,4,15520019,250,211003660,0,0,0,0,1,224021402 +211003661,4,15520019,250,211003661,0,0,0,0,1,224021402 +211003662,4,15520019,250,211003662,0,0,0,0,1,224021402 +211003663,4,15520019,250,211003663,0,0,0,0,1,224021402 +211003664,4,15520019,250,211003664,0,0,0,0,1,224021402 +211003665,4,15520019,250,211003665,0,0,0,0,1,224021402 +211003666,4,15520019,250,211003666,0,0,0,0,1,224021402 +211003667,4,15520019,250,211003667,0,0,0,0,1,224021402 +211003668,4,15520019,250,211003668,0,0,0,0,1,224021402 +211003669,4,15520019,250,211003669,0,0,0,0,1,224021402 +211003670,4,15520019,250,211003670,0,0,0,0,1,224021402 +211003671,4,15520019,250,211003671,0,0,0,0,1,224021402 +211003672,4,15520019,250,211003672,0,0,0,0,1,224021402 +211003673,4,15520019,250,211003673,0,0,0,0,1,224021402 +211003674,4,15520019,250,211003674,0,0,0,0,1,224021402 +211003675,4,15520019,250,211003675,0,0,0,0,1,224021402 +211003676,4,15520019,250,211003676,0,0,0,0,1,224021402 +211003677,4,15520019,250,211003677,0,0,0,0,1,224021402 +211003678,4,15520019,250,211003678,0,0,0,0,1,224021402 +211003679,4,15520019,250,211003679,0,0,0,0,1,224021402 +211003680,4,15520019,250,211003680,0,0,0,0,1,224021402 +211003681,4,15520019,250,211003681,0,0,0,0,1,224021402 +211003682,4,15520019,250,211003682,0,0,0,0,1,224021402 +211003683,4,15520019,250,211003683,0,0,0,0,1,224021402 +211003801,4,15520020,250,211003801,0,0,2030/03/31 23:59:59,0,1,224030102 +211003802,4,15520020,250,211003802,0,0,2030/03/31 23:59:59,0,1,224030102 +211003803,4,15520020,250,211003803,0,0,0,0,1,224030102 +211003804,4,15520020,5,211003804,0,0,0,0,1,224030102 +211003805,4,15520020,250,211003805,0,0,0,0,1,224030102 +211003806,4,15520020,250,211003806,0,0,0,0,1,224030102 +211003807,4,15520020,250,211003807,0,0,0,0,1,224030102 +211003808,4,15520020,250,211003808,0,0,0,0,1,224030102 +211003809,4,15520020,250,211003809,0,0,0,0,1,224030102 +211003810,4,15520020,250,211003810,0,0,0,0,1,224030102 +211003811,4,15520020,250,211003811,0,0,0,0,1,224030102 +211003812,4,15520020,250,211003812,0,0,0,0,1,224030102 +211003813,4,15520020,250,211003813,0,0,0,0,1,224030102 +211003814,4,15520020,250,211003814,0,0,0,0,1,224030102 +211003815,4,15520020,250,211003815,0,0,0,0,1,224030102 +211003816,4,15520020,250,211003816,0,0,0,0,1,224030102 +211003817,4,15520020,250,211003817,0,0,0,0,1,224030102 +211003818,4,15520020,250,211003818,0,0,0,0,1,224030102 +211003819,4,15520020,250,211003819,0,0,0,0,1,224030102 +211003820,4,15520020,250,211003820,0,0,0,0,1,224030102 +211003821,4,15520020,250,211003821,0,0,0,0,1,224030102 +211003822,4,15520020,250,211003822,0,0,0,0,1,224030102 +211003823,4,15520020,250,211003823,0,0,0,0,1,224030102 +211003824,4,15520020,250,211003824,0,0,0,0,1,224030102 +211003825,4,15520020,250,211003825,0,0,0,0,1,224030102 +211003826,4,15520020,250,211003826,0,0,0,0,1,224030102 +211003827,4,15520020,250,211003827,0,0,0,0,1,224030102 +211003828,4,15520020,250,211003828,0,0,0,0,1,224030102 +211003829,4,15520020,250,211003829,0,0,0,0,1,224030102 +211003830,4,15520020,250,211003830,0,0,0,0,1,224030102 +211003831,4,15520020,250,211003831,0,0,0,0,1,224030102 +211003832,4,15520020,250,211003832,0,0,0,0,1,224030102 +211003833,4,15520020,250,211003833,0,0,0,0,1,224030102 +211003834,4,15520020,250,211003834,0,0,0,0,1,224030102 +211003835,4,15520020,250,211003835,0,0,0,0,1,224030102 +211003836,4,15520020,250,211003836,0,0,0,0,1,224030102 +211003837,4,15520020,250,211003837,0,0,0,0,1,224030102 +211003838,4,15520020,250,211003838,0,0,0,0,1,224030102 +211003839,4,15520020,250,211003839,0,0,0,0,1,224030102 +211003840,4,15520020,250,211003840,0,0,0,0,1,224030102 +211003841,4,15520020,250,211003841,0,0,0,0,1,224030102 +211003842,4,15520020,250,211003842,0,0,0,0,1,224030102 +211003843,4,15520020,250,211003843,0,0,0,0,1,224030102 +211003844,4,15520020,250,211003844,0,0,0,0,1,224030102 +211003845,4,15520020,250,211003845,0,0,0,0,1,224030102 +211003846,4,15520020,250,211003846,0,0,0,0,1,224030102 +211003847,4,15520020,250,211003847,0,0,0,0,1,224030102 +211003848,4,15520020,250,211003848,0,0,0,0,1,224030102 +211003849,4,15520020,250,211003849,0,0,0,0,1,224030102 +211003850,4,15520020,250,211003850,0,0,0,0,1,224030102 +211003851,4,15520020,250,211003851,0,0,0,0,1,224030102 +211003852,4,15520020,250,211003852,0,0,0,0,1,224030102 +211003853,4,15520020,250,211003853,0,0,0,0,1,224030102 +211003854,4,15520020,250,211003854,0,0,0,0,1,224030102 +211003855,4,15520020,250,211003855,0,0,0,0,1,224030102 +211003856,4,15520020,250,211003856,0,0,0,0,1,224030102 +211003857,4,15520020,250,211003857,0,0,0,0,1,224030102 +211003858,4,15520020,250,211003858,0,0,0,0,1,224030102 +211003859,4,15520020,250,211003859,0,0,0,0,1,224030102 +211003860,4,15520020,250,211003860,0,0,0,0,1,224030102 +211003861,4,15520020,250,211003861,0,0,0,0,1,224030102 +211003862,4,15520020,250,211003862,0,0,0,0,1,224030102 +211003863,4,15520020,250,211003863,0,0,0,0,1,224030102 +211003864,4,15520020,250,211003864,0,0,0,0,1,224030102 +211003865,4,15520020,250,211003865,0,0,0,0,1,224030102 +211003866,4,15520020,250,211003866,0,0,0,0,1,224030102 +211003867,4,15520020,250,211003867,0,0,0,0,1,224030102 +211003868,4,15520020,250,211003868,0,0,0,0,1,224030102 +211003869,4,15520020,250,211003869,0,0,0,0,1,224030102 +211003870,4,15520020,250,211003870,0,0,0,0,1,224030102 +211003871,4,15520020,250,211003871,0,0,0,0,1,224030102 +211003872,4,15520020,250,211003872,0,0,0,0,1,224030102 +211003873,4,15520020,250,211003873,0,0,0,0,1,224030102 +211003874,4,15520020,250,211003874,0,0,0,0,1,224030102 +211003875,4,15520020,250,211003875,0,0,0,0,1,224030102 +211003876,4,15520020,250,211003876,0,0,0,0,1,224030102 +211003877,4,15520020,250,211003877,0,0,0,0,1,224030102 +211003878,4,15520020,250,211003878,0,0,0,0,1,224030102 +211003879,4,15520020,250,211003879,0,0,0,0,1,224030102 +211003880,4,15520020,250,211003880,0,0,0,0,1,224030102 +211003881,4,15520020,250,211003881,0,0,0,0,1,224030102 +211003882,4,15520020,250,211003882,0,0,0,0,1,224030102 +211003883,4,15520020,250,211003883,0,0,0,0,1,224030102 +211003884,4,15520020,250,211003884,0,0,0,0,1,224030102 +211003885,4,15520020,250,211003885,0,0,0,0,1,224030102 +111000401,4,15510004,250,111000401,0,0,0,0,1,223043001 +111000402,4,15510004,5,111000402,0,0,0,0,1,223043001 +111000403,4,15510004,250,111000403,0,0,0,0,1,223043001 +111000404,4,15510004,250,111000404,0,0,0,0,1,223043001 +111000405,4,15510004,250,111000405,0,0,0,0,1,223043001 +111000406,4,15510004,250,111000406,0,0,0,0,1,223043001 +111000407,4,15510004,250,111000407,0,0,0,0,1,223043001 +111000408,4,15510004,250,111000408,0,0,0,0,1,223043001 +111000409,4,15510004,250,111000409,0,0,0,0,1,223043001 +111000410,4,15510004,250,111000410,0,0,0,0,1,223043001 +111000411,4,15510004,250,111000411,0,0,0,0,1,223043001 +111000412,4,15510004,250,111000412,0,0,0,0,1,223043001 +111000413,4,15510004,250,111000413,0,0,0,0,1,223043001 +111000414,4,15510004,250,111000414,0,0,0,0,1,223043001 +111000415,4,15510004,250,111000415,0,0,0,0,1,223043001 +111000416,4,15510004,250,111000416,0,0,0,0,1,223043001 +111000417,4,15510004,250,111000417,0,0,0,0,1,223043001 +111000418,4,15510004,250,111000418,0,0,0,0,1,223043001 +111000419,4,15510004,250,111000419,0,0,0,0,1,223043001 +111000420,4,15510004,250,111000420,0,0,0,0,1,223043001 +111000421,4,15510004,250,111000421,0,0,0,0,1,223043001 +111000422,4,15510004,250,111000422,0,0,0,0,1,223043001 +111000423,4,15510004,250,111000423,0,0,0,0,1,223043001 +111000424,4,15510004,250,111000424,0,0,0,0,1,223043001 +111000425,4,15510004,250,111000425,0,0,0,0,1,223043001 +111000426,4,15510004,250,111000426,0,0,0,0,1,223043001 +111000427,4,15510004,250,111000427,0,0,0,0,1,223043001 +111000428,4,15510004,250,111000428,0,0,0,0,1,223043001 +111000429,4,15510004,250,111000429,0,0,0,0,1,223043001 +111000430,4,15510004,250,111000430,0,0,0,0,1,223043001 +111000431,4,15510004,250,111000431,0,0,0,0,1,223043001 +111000432,4,15510004,250,111000432,0,0,0,0,1,223043001 +111000433,4,15510004,250,111000433,0,0,0,0,1,223043001 +111000434,4,15510004,250,111000434,0,0,0,0,1,223043001 +111000435,4,15510004,250,111000435,0,0,0,0,1,223043001 +111000436,4,15510004,250,111000436,0,0,0,0,1,223043001 +111000437,4,15510004,250,111000437,0,0,0,0,1,223043001 +111000438,4,15510004,250,111000438,0,0,0,0,1,223043001 +111000439,4,15510004,250,111000439,0,0,0,0,1,223043001 +111000440,4,15510004,250,111000440,0,0,0,0,1,223043001 +111000441,4,15510004,250,111000441,0,0,0,0,1,223043001 +111000442,4,15510004,250,111000442,0,0,0,0,1,223043001 +111000443,4,15510004,250,111000443,0,0,0,0,1,223043001 +111000501,4,15510005,250,111000501,0,0,0,0,1,223051501 +111000502,4,15510005,5,111000502,0,0,0,0,1,223051501 +111000503,4,15510005,250,111000503,0,0,0,0,1,223051501 +111000504,4,15510005,250,111000504,0,0,0,0,1,223051501 +111000505,4,15510005,250,111000505,0,0,0,0,1,223051501 +111000506,4,15510005,250,111000506,0,0,0,0,1,223051501 +111000507,4,15510005,250,111000507,0,0,0,0,1,223051501 +111000508,4,15510005,250,111000508,0,0,0,0,1,223051501 +111000509,4,15510005,250,111000509,0,0,0,0,1,223051501 +111000510,4,15510005,250,111000510,0,0,0,0,1,223051501 +111000511,4,15510005,250,111000511,0,0,0,0,1,223051501 +111000512,4,15510005,250,111000512,0,0,0,0,1,223051501 +111000513,4,15510005,250,111000513,0,0,0,0,1,223051501 +111000514,4,15510005,250,111000514,0,0,0,0,1,223051501 +111000515,4,15510005,250,111000515,0,0,0,0,1,223051501 +111000516,4,15510005,250,111000516,0,0,0,0,1,223051501 +111000517,4,15510005,250,111000517,0,0,0,0,1,223051501 +111000518,4,15510005,250,111000518,0,0,0,0,1,223051501 +111000519,4,15510005,250,111000519,0,0,0,0,1,223051501 +111000520,4,15510005,250,111000520,0,0,0,0,1,223051501 +111000521,4,15510005,250,111000521,0,0,0,0,1,223051501 +111000522,4,15510005,250,111000522,0,0,0,0,1,223051501 +111000523,4,15510005,250,111000523,0,0,0,0,1,223051501 +111000524,4,15510005,250,111000524,0,0,0,0,1,223051501 +111000525,4,15510005,250,111000525,0,0,0,0,1,223051501 +111000526,4,15510005,250,111000526,0,0,0,0,1,223051501 +111000527,4,15510005,250,111000527,0,0,0,0,1,223051501 +111000528,4,15510005,250,111000528,0,0,0,0,1,223051501 +111000529,4,15510005,250,111000529,0,0,0,0,1,223051501 +111000530,4,15510005,250,111000530,0,0,0,0,1,223051501 +111000531,4,15510005,250,111000531,0,0,0,0,1,223051501 +111000532,4,15510005,250,111000532,0,0,0,0,1,223051501 +111000533,4,15510005,250,111000533,0,0,0,0,1,223051501 +111000534,4,15510005,250,111000534,0,0,0,0,1,223051501 +111000535,4,15510005,250,111000535,0,0,0,0,1,223051501 +111000536,4,15510005,250,111000536,0,0,0,0,1,223051501 +111000537,4,15510005,250,111000537,0,0,0,0,1,223051501 +111000538,4,15510005,250,111000538,0,0,0,0,1,223051501 +111000539,4,15510005,250,111000539,0,0,0,0,1,223051501 +111000540,4,15510005,250,111000540,0,0,0,0,1,223051501 +111000541,4,15510005,250,111000541,0,0,0,0,1,223051501 +111000542,4,15510005,250,111000542,0,0,0,0,1,223051501 +111000543,4,15510005,250,111000543,0,0,0,0,1,223051501 +111000544,4,15510005,250,111000544,0,0,0,0,1,223051501 +111000545,4,15510005,250,111000545,0,0,0,0,1,223051501 +111000601,4,15510006,250,111000601,0,0,0,0,1,223053101 +111000602,4,15510006,5,111000602,0,0,0,0,1,223053101 +111000603,4,15510006,250,111000603,0,0,0,0,1,223053101 +111000604,4,15510006,250,111000604,0,0,0,0,1,223053101 +111000605,4,15510006,250,111000605,0,0,0,0,1,223053101 +111000606,4,15510006,250,111000606,0,0,0,0,1,223053101 +111000607,4,15510006,250,111000607,0,0,0,0,1,223053101 +111000608,4,15510006,250,111000608,0,0,0,0,1,223053101 +111000609,4,15510006,250,111000609,0,0,0,0,1,223053101 +111000610,4,15510006,250,111000610,0,0,0,0,1,223053101 +111000611,4,15510006,250,111000611,0,0,0,0,1,223053101 +111000612,4,15510006,250,111000612,0,0,0,0,1,223053101 +111000613,4,15510006,250,111000613,0,0,0,0,1,223053101 +111000614,4,15510006,250,111000614,0,0,0,0,1,223053101 +111000615,4,15510006,250,111000615,0,0,0,0,1,223053101 +111000616,4,15510006,250,111000616,0,0,0,0,1,223053101 +111000617,4,15510006,250,111000617,0,0,0,0,1,223053101 +111000618,4,15510006,250,111000618,0,0,0,0,1,223053101 +111000619,4,15510006,250,111000619,0,0,0,0,1,223053101 +111000620,4,15510006,250,111000620,0,0,0,0,1,223053101 +111000621,4,15510006,250,111000621,0,0,0,0,1,223053101 +111000622,4,15510006,250,111000622,0,0,0,0,1,223053101 +111000623,4,15510006,250,111000623,0,0,0,0,1,223053101 +111000624,4,15510006,250,111000624,0,0,0,0,1,223053101 +111000625,4,15510006,250,111000625,0,0,0,0,1,223053101 +111000626,4,15510006,250,111000626,0,0,0,0,1,223053101 +111000627,4,15510006,250,111000627,0,0,0,0,1,223053101 +111000628,4,15510006,250,111000628,0,0,0,0,1,223053101 +111000629,4,15510006,250,111000629,0,0,0,0,1,223053101 +111000630,4,15510006,250,111000630,0,0,0,0,1,223053101 +111000631,4,15510006,250,111000631,0,0,0,0,1,223053101 +111000632,4,15510006,250,111000632,0,0,0,0,1,223053101 +111000633,4,15510006,250,111000633,0,0,0,0,1,223053101 +111000634,4,15510006,250,111000634,0,0,0,0,1,223053101 +111000635,4,15510006,250,111000635,0,0,0,0,1,223053101 +111000636,4,15510006,250,111000636,0,0,0,0,1,223053101 +111000637,4,15510006,250,111000637,0,0,0,0,1,223053101 +111000638,4,15510006,250,111000638,0,0,0,0,1,223053101 +111000639,4,15510006,250,111000639,0,0,0,0,1,223053101 +111000640,4,15510006,250,111000640,0,0,0,0,1,223053101 +111000641,4,15510006,250,111000641,0,0,0,0,1,223053101 +111000642,4,15510006,250,111000642,0,0,0,0,1,223053101 +111000643,4,15510006,250,111000643,0,0,0,0,1,223053101 +111000644,4,15510006,250,111000644,0,0,0,0,1,223053101 +111000645,4,15510006,250,111000645,0,0,0,0,1,223053101 +111000646,4,15510006,250,111000646,0,0,0,0,1,223053101 +111000647,4,15510006,250,111000647,0,0,0,0,1,223053101 +111000701,4,15510007,250,111000701,0,0,0,0,1,223061501 +111000702,4,15510007,5,111000702,0,0,0,0,1,223061501 +111000703,4,15510007,250,111000703,0,0,0,0,1,223061501 +111000704,4,15510007,250,111000704,0,0,0,0,1,223061501 +111000705,4,15510007,250,111000705,0,0,0,0,1,223061501 +111000706,4,15510007,250,111000706,0,0,0,0,1,223061501 +111000707,4,15510007,250,111000707,0,0,0,0,1,223061501 +111000708,4,15510007,250,111000708,0,0,0,0,1,223061501 +111000709,4,15510007,250,111000709,0,0,0,0,1,223061501 +111000710,4,15510007,250,111000710,0,0,0,0,1,223061501 +111000711,4,15510007,250,111000711,0,0,0,0,1,223061501 +111000712,4,15510007,250,111000712,0,0,0,0,1,223061501 +111000713,4,15510007,250,111000713,0,0,0,0,1,223061501 +111000714,4,15510007,250,111000714,0,0,0,0,1,223061501 +111000715,4,15510007,250,111000715,0,0,0,0,1,223061501 +111000716,4,15510007,250,111000716,0,0,0,0,1,223061501 +111000717,4,15510007,250,111000717,0,0,0,0,1,223061501 +111000718,4,15510007,250,111000718,0,0,0,0,1,223061501 +111000719,4,15510007,250,111000719,0,0,0,0,1,223061501 +111000720,4,15510007,250,111000720,0,0,0,0,1,223061501 +111000721,4,15510007,250,111000721,0,0,0,0,1,223061501 +111000722,4,15510007,250,111000722,0,0,0,0,1,223061501 +111000723,4,15510007,250,111000723,0,0,0,0,1,223061501 +111000724,4,15510007,250,111000724,0,0,0,0,1,223061501 +111000725,4,15510007,250,111000725,0,0,0,0,1,223061501 +111000726,4,15510007,250,111000726,0,0,0,0,1,223061501 +111000727,4,15510007,250,111000727,0,0,0,0,1,223061501 +111000728,4,15510007,250,111000728,0,0,0,0,1,223061501 +111000729,4,15510007,250,111000729,0,0,0,0,1,223061501 +111000730,4,15510007,250,111000730,0,0,0,0,1,223061501 +111000731,4,15510007,250,111000731,0,0,0,0,1,223061501 +111000732,4,15510007,250,111000732,0,0,0,0,1,223061501 +111000733,4,15510007,250,111000733,0,0,0,0,1,223061501 +111000734,4,15510007,250,111000734,0,0,0,0,1,223061501 +111000735,4,15510007,250,111000735,0,0,0,0,1,223061501 +111000736,4,15510007,250,111000736,0,0,0,0,1,223061501 +111000737,4,15510007,250,111000737,0,0,0,0,1,223061501 +111000738,4,15510007,250,111000738,0,0,0,0,1,223061501 +111000739,4,15510007,250,111000739,0,0,0,0,1,223061501 +111000740,4,15510007,250,111000740,0,0,0,0,1,223061501 +111000741,4,15510007,250,111000741,0,0,0,0,1,223061501 +111000742,4,15510007,250,111000742,0,0,0,0,1,223061501 +111000743,4,15510007,250,111000743,0,0,0,0,1,223061501 +111000744,4,15510007,250,111000744,0,0,0,0,1,223061501 +111000745,4,15510007,250,111000745,0,0,0,0,1,223061501 +111000746,4,15510007,250,111000746,0,0,0,0,1,223061501 +111000747,4,15510007,250,111000747,0,0,0,0,1,223061501 +111000748,4,15510007,250,111000748,0,0,0,0,1,223061501 +111000749,4,15510007,250,111000749,0,0,0,0,1,223061501 +111000801,4,15510008,250,111000801,0,0,0,0,1,223063001 +111000802,4,15510008,5,111000802,0,0,0,0,1,223063001 +111000803,4,15510008,250,111000803,0,0,0,0,1,223063001 +111000804,4,15510008,250,111000804,0,0,0,0,1,223063001 +111000805,4,15510008,250,111000805,0,0,0,0,1,223063001 +111000806,4,15510008,250,111000806,0,0,0,0,1,223063001 +111000807,4,15510008,250,111000807,0,0,0,0,1,223063001 +111000808,4,15510008,250,111000808,0,0,0,0,1,223063001 +111000809,4,15510008,250,111000809,0,0,0,0,1,223063001 +111000810,4,15510008,250,111000810,0,0,0,0,1,223063001 +111000811,4,15510008,250,111000811,0,0,0,0,1,223063001 +111000812,4,15510008,250,111000812,0,0,0,0,1,223063001 +111000813,4,15510008,250,111000813,0,0,0,0,1,223063001 +111000814,4,15510008,250,111000814,0,0,0,0,1,223063001 +111000815,4,15510008,250,111000815,0,0,0,0,1,223063001 +111000816,4,15510008,250,111000816,0,0,0,0,1,223063001 +111000817,4,15510008,250,111000817,0,0,0,0,1,223063001 +111000818,4,15510008,250,111000818,0,0,0,0,1,223063001 +111000819,4,15510008,250,111000819,0,0,0,0,1,223063001 +111000820,4,15510008,250,111000820,0,0,0,0,1,223063001 +111000821,4,15510008,250,111000821,0,0,0,0,1,223063001 +111000822,4,15510008,250,111000822,0,0,0,0,1,223063001 +111000823,4,15510008,250,111000823,0,0,0,0,1,223063001 +111000824,4,15510008,250,111000824,0,0,0,0,1,223063001 +111000825,4,15510008,250,111000825,0,0,0,0,1,223063001 +111000826,4,15510008,250,111000826,0,0,0,0,1,223063001 +111000827,4,15510008,250,111000827,0,0,0,0,1,223063001 +111000828,4,15510008,250,111000828,0,0,0,0,1,223063001 +111000829,4,15510008,250,111000829,0,0,0,0,1,223063001 +111000830,4,15510008,250,111000830,0,0,0,0,1,223063001 +111000831,4,15510008,250,111000831,0,0,0,0,1,223063001 +111000832,4,15510008,250,111000832,0,0,0,0,1,223063001 +111000833,4,15510008,250,111000833,0,0,0,0,1,223063001 +111000834,4,15510008,250,111000834,0,0,0,0,1,223063001 +111000835,4,15510008,250,111000835,0,0,0,0,1,223063001 +111000836,4,15510008,250,111000836,0,0,0,0,1,223063001 +111000837,4,15510008,250,111000837,0,0,0,0,1,223063001 +111000838,4,15510008,250,111000838,0,0,0,0,1,223063001 +111000839,4,15510008,250,111000839,0,0,0,0,1,223063001 +111000840,4,15510008,250,111000840,0,0,0,0,1,223063001 +111000841,4,15510008,250,111000841,0,0,0,0,1,223063001 +111000842,4,15510008,250,111000842,0,0,0,0,1,223063001 +111000843,4,15510008,250,111000843,0,0,0,0,1,223063001 +111000844,4,15510008,250,111000844,0,0,0,0,1,223063001 +111000845,4,15510008,250,111000845,0,0,0,0,1,223063001 +111000846,4,15510008,250,111000846,0,0,0,0,1,223063001 +111000847,4,15510008,250,111000847,0,0,0,0,1,223063001 +111000848,4,15510008,250,111000848,0,0,0,0,1,223063001 +111000849,4,15510008,250,111000849,0,0,0,0,1,223063001 +111000850,4,15510008,250,111000850,0,0,0,0,1,223063001 +111000851,4,15510008,250,111000851,0,0,0,0,1,223063001 +111000901,4,15510009,250,111000901,0,0,0,0,1,223071502 +111000902,4,15510009,5,111000902,0,0,0,0,1,223071502 +111000903,4,15510009,250,111000903,0,0,0,0,1,223071502 +111000904,4,15510009,250,111000904,0,0,0,0,1,223071502 +111000905,4,15510009,250,111000905,0,0,0,0,1,223071502 +111000906,4,15510009,250,111000906,0,0,0,0,1,223071502 +111000907,4,15510009,250,111000907,0,0,0,0,1,223071502 +111000908,4,15510009,250,111000908,0,0,0,0,1,223071502 +111000909,4,15510009,250,111000909,0,0,0,0,1,223071502 +111000910,4,15510009,250,111000910,0,0,0,0,1,223071502 +111000911,4,15510009,250,111000911,0,0,0,0,1,223071502 +111000912,4,15510009,250,111000912,0,0,0,0,1,223071502 +111000913,4,15510009,250,111000913,0,0,0,0,1,223071502 +111000914,4,15510009,250,111000914,0,0,0,0,1,223071502 +111000915,4,15510009,250,111000915,0,0,0,0,1,223071502 +111000916,4,15510009,250,111000916,0,0,0,0,1,223071502 +111000917,4,15510009,250,111000917,0,0,0,0,1,223071502 +111000918,4,15510009,250,111000918,0,0,0,0,1,223071502 +111000919,4,15510009,250,111000919,0,0,0,0,1,223071502 +111000920,4,15510009,250,111000920,0,0,0,0,1,223071502 +111000921,4,15510009,250,111000921,0,0,0,0,1,223071502 +111000922,4,15510009,250,111000922,0,0,0,0,1,223071502 +111000923,4,15510009,250,111000923,0,0,0,0,1,223071502 +111000924,4,15510009,250,111000924,0,0,0,0,1,223071502 +111000925,4,15510009,250,111000925,0,0,0,0,1,223071502 +111000926,4,15510009,250,111000926,0,0,0,0,1,223071502 +111000927,4,15510009,250,111000927,0,0,0,0,1,223071502 +111000928,4,15510009,250,111000928,0,0,0,0,1,223071502 +111000929,4,15510009,250,111000929,0,0,0,0,1,223071502 +111000930,4,15510009,250,111000930,0,0,0,0,1,223071502 +111000931,4,15510009,250,111000931,0,0,0,0,1,223071502 +111000932,4,15510009,250,111000932,0,0,0,0,1,223071502 +111000933,4,15510009,250,111000933,0,0,0,0,1,223071502 +111000934,4,15510009,250,111000934,0,0,0,0,1,223071502 +111000935,4,15510009,250,111000935,0,0,0,0,1,223071502 +111000936,4,15510009,250,111000936,0,0,0,0,1,223071502 +111000937,4,15510009,250,111000937,0,0,0,0,1,223071502 +111000938,4,15510009,250,111000938,0,0,0,0,1,223071502 +111000939,4,15510009,250,111000939,0,0,0,0,1,223071502 +111000940,4,15510009,250,111000940,0,0,0,0,1,223071502 +111000941,4,15510009,250,111000941,0,0,0,0,1,223071502 +111000942,4,15510009,250,111000942,0,0,0,0,1,223071502 +111000943,4,15510009,250,111000943,0,0,0,0,1,223071502 +111000944,4,15510009,250,111000944,0,0,0,0,1,223071502 +111000945,4,15510009,250,111000945,0,0,0,0,1,223071502 +111000946,4,15510009,250,111000946,0,0,0,0,1,223071502 +111000947,4,15510009,250,111000947,0,0,0,0,1,223071502 +111000948,4,15510009,250,111000948,0,0,0,0,1,223071502 +111000949,4,15510009,250,111000949,0,0,0,0,1,223071502 +111000950,4,15510009,250,111000950,0,0,0,0,1,223071502 +111000951,4,15510009,250,111000951,0,0,0,0,1,223071502 +111000952,4,15510009,250,111000952,0,0,0,0,1,223071502 +111000953,4,15510009,250,111000953,0,0,0,0,1,223071502 +111001001,4,15510010,250,111001001,0,0,0,0,1,223073101 +111001002,4,15510010,5,111001002,0,0,0,0,1,223073101 +111001003,4,15510010,250,111001003,0,0,0,0,1,223073101 +111001004,4,15510010,250,111001004,0,0,0,0,1,223073101 +111001005,4,15510010,250,111001005,0,0,0,0,1,223073101 +111001006,4,15510010,250,111001006,0,0,0,0,1,223073101 +111001007,4,15510010,250,111001007,0,0,0,0,1,223073101 +111001008,4,15510010,250,111001008,0,0,0,0,1,223073101 +111001009,4,15510010,250,111001009,0,0,0,0,1,223073101 +111001010,4,15510010,250,111001010,0,0,0,0,1,223073101 +111001011,4,15510010,250,111001011,0,0,0,0,1,223073101 +111001012,4,15510010,250,111001012,0,0,0,0,1,223073101 +111001013,4,15510010,250,111001013,0,0,0,0,1,223073101 +111001014,4,15510010,250,111001014,0,0,0,0,1,223073101 +111001015,4,15510010,250,111001015,0,0,0,0,1,223073101 +111001016,4,15510010,250,111001016,0,0,0,0,1,223073101 +111001017,4,15510010,250,111001017,0,0,0,0,1,223073101 +111001018,4,15510010,250,111001018,0,0,0,0,1,223073101 +111001019,4,15510010,250,111001019,0,0,0,0,1,223073101 +111001020,4,15510010,250,111001020,0,0,0,0,1,223073101 +111001021,4,15510010,250,111001021,0,0,0,0,1,223073101 +111001022,4,15510010,250,111001022,0,0,0,0,1,223073101 +111001023,4,15510010,250,111001023,0,0,0,0,1,223073101 +111001024,4,15510010,250,111001024,0,0,0,0,1,223073101 +111001025,4,15510010,250,111001025,0,0,0,0,1,223073101 +111001026,4,15510010,250,111001026,0,0,0,0,1,223073101 +111001027,4,15510010,250,111001027,0,0,0,0,1,223073101 +111001028,4,15510010,250,111001028,0,0,0,0,1,223073101 +111001029,4,15510010,250,111001029,0,0,0,0,1,223073101 +111001030,4,15510010,250,111001030,0,0,0,0,1,223073101 +111001031,4,15510010,250,111001031,0,0,0,0,1,223073101 +111001032,4,15510010,250,111001032,0,0,0,0,1,223073101 +111001033,4,15510010,250,111001033,0,0,0,0,1,223073101 +111001034,4,15510010,250,111001034,0,0,0,0,1,223073101 +111001035,4,15510010,250,111001035,0,0,0,0,1,223073101 +111001036,4,15510010,250,111001036,0,0,0,0,1,223073101 +111001037,4,15510010,250,111001037,0,0,0,0,1,223073101 +111001038,4,15510010,250,111001038,0,0,0,0,1,223073101 +111001039,4,15510010,250,111001039,0,0,0,0,1,223073101 +111001040,4,15510010,250,111001040,0,0,0,0,1,223073101 +111001041,4,15510010,250,111001041,0,0,0,0,1,223073101 +111001042,4,15510010,250,111001042,0,0,0,0,1,223073101 +111001043,4,15510010,250,111001043,0,0,0,0,1,223073101 +111001044,4,15510010,250,111001044,0,0,0,0,1,223073101 +111001045,4,15510010,250,111001045,0,0,0,0,1,223073101 +111001046,4,15510010,250,111001046,0,0,0,0,1,223073101 +111001047,4,15510010,250,111001047,0,0,0,0,1,223073101 +111001048,4,15510010,250,111001048,0,0,0,0,1,223073101 +111001049,4,15510010,250,111001049,0,0,0,0,1,223073101 +111001050,4,15510010,250,111001050,0,0,0,0,1,223073101 +111001051,4,15510010,250,111001051,0,0,0,0,1,223073101 +111001052,4,15510010,250,111001052,0,0,0,0,1,223073101 +111001053,4,15510010,250,111001053,0,0,0,0,1,223073101 +111001054,4,15510010,250,111001054,0,0,0,0,1,223073101 +111001055,4,15510010,250,111001055,0,0,0,0,1,223073101 +111001101,4,15510011,250,111001101,0,0,0,0,1,223081501 +111001102,4,15510011,5,111001102,0,0,0,0,1,223081501 +111001103,4,15510011,250,111001103,0,0,0,0,1,223081501 +111001104,4,15510011,250,111001104,0,0,0,0,1,223081501 +111001105,4,15510011,250,111001105,0,0,0,0,1,223081501 +111001106,4,15510011,250,111001106,0,0,0,0,1,223081501 +111001107,4,15510011,250,111001107,0,0,0,0,1,223081501 +111001108,4,15510011,250,111001108,0,0,0,0,1,223081501 +111001109,4,15510011,250,111001109,0,0,0,0,1,223081501 +111001110,4,15510011,250,111001110,0,0,0,0,1,223081501 +111001111,4,15510011,250,111001111,0,0,0,0,1,223081501 +111001112,4,15510011,250,111001112,0,0,0,0,1,223081501 +111001113,4,15510011,250,111001113,0,0,0,0,1,223081501 +111001114,4,15510011,250,111001114,0,0,0,0,1,223081501 +111001115,4,15510011,250,111001115,0,0,0,0,1,223081501 +111001116,4,15510011,250,111001116,0,0,0,0,1,223081501 +111001117,4,15510011,250,111001117,0,0,0,0,1,223081501 +111001118,4,15510011,250,111001118,0,0,0,0,1,223081501 +111001119,4,15510011,250,111001119,0,0,0,0,1,223081501 +111001120,4,15510011,250,111001120,0,0,0,0,1,223081501 +111001121,4,15510011,250,111001121,0,0,0,0,1,223081501 +111001122,4,15510011,250,111001122,0,0,0,0,1,223081501 +111001123,4,15510011,250,111001123,0,0,0,0,1,223081501 +111001124,4,15510011,250,111001124,0,0,0,0,1,223081501 +111001125,4,15510011,250,111001125,0,0,0,0,1,223081501 +111001126,4,15510011,250,111001126,0,0,0,0,1,223081501 +111001127,4,15510011,250,111001127,0,0,0,0,1,223081501 +111001128,4,15510011,250,111001128,0,0,0,0,1,223081501 +111001129,4,15510011,250,111001129,0,0,0,0,1,223081501 +111001130,4,15510011,250,111001130,0,0,0,0,1,223081501 +111001131,4,15510011,250,111001131,0,0,0,0,1,223081501 +111001132,4,15510011,250,111001132,0,0,0,0,1,223081501 +111001133,4,15510011,250,111001133,0,0,0,0,1,223081501 +111001134,4,15510011,250,111001134,0,0,0,0,1,223081501 +111001135,4,15510011,250,111001135,0,0,0,0,1,223081501 +111001136,4,15510011,250,111001136,0,0,0,0,1,223081501 +111001137,4,15510011,250,111001137,0,0,0,0,1,223081501 +111001138,4,15510011,250,111001138,0,0,0,0,1,223081501 +111001139,4,15510011,250,111001139,0,0,0,0,1,223081501 +111001140,4,15510011,250,111001140,0,0,0,0,1,223081501 +111001141,4,15510011,250,111001141,0,0,0,0,1,223081501 +111001142,4,15510011,250,111001142,0,0,0,0,1,223081501 +111001143,4,15510011,250,111001143,0,0,0,0,1,223081501 +111001144,4,15510011,250,111001144,0,0,0,0,1,223081501 +111001145,4,15510011,250,111001145,0,0,0,0,1,223081501 +111001146,4,15510011,250,111001146,0,0,0,0,1,223081501 +111001147,4,15510011,250,111001147,0,0,0,0,1,223081501 +111001148,4,15510011,250,111001148,0,0,0,0,1,223081501 +111001149,4,15510011,250,111001149,0,0,0,0,1,223081501 +111001150,4,15510011,250,111001150,0,0,0,0,1,223081501 +111001151,4,15510011,250,111001151,0,0,0,0,1,223081501 +111001152,4,15510011,250,111001152,0,0,0,0,1,223081501 +111001153,4,15510011,250,111001153,0,0,0,0,1,223081501 +111001154,4,15510011,250,111001154,0,0,0,0,1,223081501 +111001155,4,15510011,250,111001155,0,0,0,0,1,223081501 +111001156,4,15510011,250,111001156,0,0,0,0,1,223081501 +111001157,4,15510011,250,111001157,0,0,0,0,1,223081501 +111001201,4,15510012,250,111001201,0,0,0,0,1,223083107 +111001202,4,15510012,5,111001202,0,0,0,0,1,223083107 +111001203,4,15510012,250,111001203,0,0,0,0,1,223083107 +111001204,4,15510012,250,111001204,0,0,0,0,1,223083107 +111001205,4,15510012,250,111001205,0,0,0,0,1,223083107 +111001206,4,15510012,250,111001206,0,0,0,0,1,223083107 +111001207,4,15510012,250,111001207,0,0,0,0,1,223083107 +111001208,4,15510012,250,111001208,0,0,0,0,1,223083107 +111001209,4,15510012,250,111001209,0,0,0,0,1,223083107 +111001210,4,15510012,250,111001210,0,0,0,0,1,223083107 +111001211,4,15510012,250,111001211,0,0,0,0,1,223083107 +111001212,4,15510012,250,111001212,0,0,0,0,1,223083107 +111001213,4,15510012,250,111001213,0,0,0,0,1,223083107 +111001214,4,15510012,250,111001214,0,0,0,0,1,223083107 +111001215,4,15510012,250,111001215,0,0,0,0,1,223083107 +111001216,4,15510012,250,111001216,0,0,0,0,1,223083107 +111001217,4,15510012,250,111001217,0,0,0,0,1,223083107 +111001218,4,15510012,250,111001218,0,0,0,0,1,223083107 +111001219,4,15510012,250,111001219,0,0,0,0,1,223083107 +111001220,4,15510012,250,111001220,0,0,0,0,1,223083107 +111001221,4,15510012,250,111001221,0,0,0,0,1,223083107 +111001222,4,15510012,250,111001222,0,0,0,0,1,223083107 +111001223,4,15510012,250,111001223,0,0,0,0,1,223083107 +111001224,4,15510012,250,111001224,0,0,0,0,1,223083107 +111001225,4,15510012,250,111001225,0,0,0,0,1,223083107 +111001226,4,15510012,250,111001226,0,0,0,0,1,223083107 +111001227,4,15510012,250,111001227,0,0,0,0,1,223083107 +111001228,4,15510012,250,111001228,0,0,0,0,1,223083107 +111001229,4,15510012,250,111001229,0,0,0,0,1,223083107 +111001230,4,15510012,250,111001230,0,0,0,0,1,223083107 +111001231,4,15510012,250,111001231,0,0,0,0,1,223083107 +111001232,4,15510012,250,111001232,0,0,0,0,1,223083107 +111001233,4,15510012,250,111001233,0,0,0,0,1,223083107 +111001234,4,15510012,250,111001234,0,0,0,0,1,223083107 +111001235,4,15510012,250,111001235,0,0,0,0,1,223083107 +111001236,4,15510012,250,111001236,0,0,0,0,1,223083107 +111001237,4,15510012,250,111001237,0,0,0,0,1,223083107 +111001238,4,15510012,250,111001238,0,0,0,0,1,223083107 +111001239,4,15510012,250,111001239,0,0,0,0,1,223083107 +111001240,4,15510012,250,111001240,0,0,0,0,1,223083107 +111001241,4,15510012,250,111001241,0,0,0,0,1,223083107 +111001242,4,15510012,250,111001242,0,0,0,0,1,223083107 +111001243,4,15510012,250,111001243,0,0,0,0,1,223083107 +111001244,4,15510012,250,111001244,0,0,0,0,1,223083107 +111001245,4,15510012,250,111001245,0,0,0,0,1,223083107 +111001246,4,15510012,250,111001246,0,0,0,0,1,223083107 +111001247,4,15510012,250,111001247,0,0,0,0,1,223083107 +111001248,4,15510012,250,111001248,0,0,0,0,1,223083107 +111001249,4,15510012,250,111001249,0,0,0,0,1,223083107 +111001250,4,15510012,250,111001250,0,0,0,0,1,223083107 +111001251,4,15510012,250,111001251,0,0,0,0,1,223083107 +111001252,4,15510012,250,111001252,0,0,0,0,1,223083107 +111001253,4,15510012,250,111001253,0,0,0,0,1,223083107 +111001254,4,15510012,250,111001254,0,0,0,0,1,223083107 +111001255,4,15510012,250,111001255,0,0,0,0,1,223083107 +111001256,4,15510012,250,111001256,0,0,0,0,1,223083107 +111001257,4,15510012,250,111001257,0,0,0,0,1,223083107 +111001258,4,15510012,250,111001258,0,0,0,0,1,223083107 +111001259,4,15510012,250,111001259,0,0,0,0,1,223083107 +111001301,4,15510013,250,111001301,0,0,0,0,1,223091501 +111001302,4,15510013,5,111001302,0,0,0,0,1,223091501 +111001303,4,15510013,250,111001303,0,0,0,0,1,223091501 +111001304,4,15510013,250,111001304,0,0,0,0,1,223091501 +111001305,4,15510013,250,111001305,0,0,0,0,1,223091501 +111001306,4,15510013,250,111001306,0,0,0,0,1,223091501 +111001307,4,15510013,250,111001307,0,0,0,0,1,223091501 +111001308,4,15510013,250,111001308,0,0,0,0,1,223091501 +111001309,4,15510013,250,111001309,0,0,0,0,1,223091501 +111001310,4,15510013,250,111001310,0,0,0,0,1,223091501 +111001311,4,15510013,250,111001311,0,0,0,0,1,223091501 +111001312,4,15510013,250,111001312,0,0,0,0,1,223091501 +111001313,4,15510013,250,111001313,0,0,0,0,1,223091501 +111001314,4,15510013,250,111001314,0,0,0,0,1,223091501 +111001315,4,15510013,250,111001315,0,0,0,0,1,223091501 +111001316,4,15510013,250,111001316,0,0,0,0,1,223091501 +111001317,4,15510013,250,111001317,0,0,0,0,1,223091501 +111001318,4,15510013,250,111001318,0,0,0,0,1,223091501 +111001319,4,15510013,250,111001319,0,0,0,0,1,223091501 +111001320,4,15510013,250,111001320,0,0,0,0,1,223091501 +111001321,4,15510013,250,111001321,0,0,0,0,1,223091501 +111001322,4,15510013,250,111001322,0,0,0,0,1,223091501 +111001323,4,15510013,250,111001323,0,0,0,0,1,223091501 +111001324,4,15510013,250,111001324,0,0,0,0,1,223091501 +111001325,4,15510013,250,111001325,0,0,0,0,1,223091501 +111001326,4,15510013,250,111001326,0,0,0,0,1,223091501 +111001327,4,15510013,250,111001327,0,0,0,0,1,223091501 +111001328,4,15510013,250,111001328,0,0,0,0,1,223091501 +111001329,4,15510013,250,111001329,0,0,0,0,1,223091501 +111001330,4,15510013,250,111001330,0,0,0,0,1,223091501 +111001331,4,15510013,250,111001331,0,0,0,0,1,223091501 +111001332,4,15510013,250,111001332,0,0,0,0,1,223091501 +111001333,4,15510013,250,111001333,0,0,0,0,1,223091501 +111001334,4,15510013,250,111001334,0,0,0,0,1,223091501 +111001335,4,15510013,250,111001335,0,0,0,0,1,223091501 +111001336,4,15510013,250,111001336,0,0,0,0,1,223091501 +111001337,4,15510013,250,111001337,0,0,0,0,1,223091501 +111001338,4,15510013,250,111001338,0,0,0,0,1,223091501 +111001339,4,15510013,250,111001339,0,0,0,0,1,223091501 +111001340,4,15510013,250,111001340,0,0,0,0,1,223091501 +111001341,4,15510013,250,111001341,0,0,0,0,1,223091501 +111001342,4,15510013,250,111001342,0,0,0,0,1,223091501 +111001343,4,15510013,250,111001343,0,0,0,0,1,223091501 +111001344,4,15510013,250,111001344,0,0,0,0,1,223091501 +111001345,4,15510013,250,111001345,0,0,0,0,1,223091501 +111001346,4,15510013,250,111001346,0,0,0,0,1,223091501 +111001347,4,15510013,250,111001347,0,0,0,0,1,223091501 +111001348,4,15510013,250,111001348,0,0,0,0,1,223091501 +111001349,4,15510013,250,111001349,0,0,0,0,1,223091501 +111001350,4,15510013,250,111001350,0,0,0,0,1,223091501 +111001351,4,15510013,250,111001351,0,0,0,0,1,223091501 +111001352,4,15510013,250,111001352,0,0,0,0,1,223091501 +111001353,4,15510013,250,111001353,0,0,0,0,1,223091501 +111001354,4,15510013,250,111001354,0,0,0,0,1,223091501 +111001355,4,15510013,250,111001355,0,0,0,0,1,223091501 +111001356,4,15510013,250,111001356,0,0,0,0,1,223091501 +111001357,4,15510013,250,111001357,0,0,0,0,1,223091501 +111001358,4,15510013,250,111001358,0,0,0,0,1,223091501 +111001359,4,15510013,250,111001359,0,0,0,0,1,223091501 +111001360,4,15510013,250,111001360,0,0,0,0,1,223091501 +111001361,4,15510013,250,111001361,0,0,0,0,1,223091501 +111001401,4,15510014,250,111001401,0,0,0,0,1,223093001 +111001402,4,15510014,5,111001402,0,0,0,0,1,223093001 +111001403,4,15510014,250,111001403,0,0,0,0,1,223093001 +111001404,4,15510014,250,111001404,0,0,0,0,1,223093001 +111001405,4,15510014,250,111001405,0,0,0,0,1,223093001 +111001406,4,15510014,250,111001406,0,0,0,0,1,223093001 +111001407,4,15510014,250,111001407,0,0,0,0,1,223093001 +111001408,4,15510014,250,111001408,0,0,0,0,1,223093001 +111001409,4,15510014,250,111001409,0,0,0,0,1,223093001 +111001410,4,15510014,250,111001410,0,0,0,0,1,223093001 +111001411,4,15510014,250,111001411,0,0,0,0,1,223093001 +111001412,4,15510014,250,111001412,0,0,0,0,1,223093001 +111001413,4,15510014,250,111001413,0,0,0,0,1,223093001 +111001414,4,15510014,250,111001414,0,0,0,0,1,223093001 +111001415,4,15510014,250,111001415,0,0,0,0,1,223093001 +111001416,4,15510014,250,111001416,0,0,0,0,1,223093001 +111001417,4,15510014,250,111001417,0,0,0,0,1,223093001 +111001418,4,15510014,250,111001418,0,0,0,0,1,223093001 +111001419,4,15510014,250,111001419,0,0,0,0,1,223093001 +111001420,4,15510014,250,111001420,0,0,0,0,1,223093001 +111001421,4,15510014,250,111001421,0,0,0,0,1,223093001 +111001422,4,15510014,250,111001422,0,0,0,0,1,223093001 +111001423,4,15510014,250,111001423,0,0,0,0,1,223093001 +111001424,4,15510014,250,111001424,0,0,0,0,1,223093001 +111001425,4,15510014,250,111001425,0,0,0,0,1,223093001 +111001426,4,15510014,250,111001426,0,0,0,0,1,223093001 +111001427,4,15510014,250,111001427,0,0,0,0,1,223093001 +111001428,4,15510014,250,111001428,0,0,0,0,1,223093001 +111001429,4,15510014,250,111001429,0,0,0,0,1,223093001 +111001430,4,15510014,250,111001430,0,0,0,0,1,223093001 +111001431,4,15510014,250,111001431,0,0,0,0,1,223093001 +111001432,4,15510014,250,111001432,0,0,0,0,1,223093001 +111001433,4,15510014,250,111001433,0,0,0,0,1,223093001 +111001434,4,15510014,250,111001434,0,0,0,0,1,223093001 +111001435,4,15510014,250,111001435,0,0,0,0,1,223093001 +111001436,4,15510014,250,111001436,0,0,0,0,1,223093001 +111001437,4,15510014,250,111001437,0,0,0,0,1,223093001 +111001438,4,15510014,250,111001438,0,0,0,0,1,223093001 +111001439,4,15510014,250,111001439,0,0,0,0,1,223093001 +111001440,4,15510014,250,111001440,0,0,0,0,1,223093001 +111001441,4,15510014,250,111001441,0,0,0,0,1,223093001 +111001442,4,15510014,250,111001442,0,0,0,0,1,223093001 +111001443,4,15510014,250,111001443,0,0,0,0,1,223093001 +111001444,4,15510014,250,111001444,0,0,0,0,1,223093001 +111001445,4,15510014,250,111001445,0,0,0,0,1,223093001 +111001446,4,15510014,250,111001446,0,0,0,0,1,223093001 +111001447,4,15510014,250,111001447,0,0,0,0,1,223093001 +111001448,4,15510014,250,111001448,0,0,0,0,1,223093001 +111001449,4,15510014,250,111001449,0,0,0,0,1,223093001 +111001450,4,15510014,250,111001450,0,0,0,0,1,223093001 +111001451,4,15510014,250,111001451,0,0,0,0,1,223093001 +111001452,4,15510014,250,111001452,0,0,0,0,1,223093001 +111001453,4,15510014,250,111001453,0,0,0,0,1,223093001 +111001454,4,15510014,250,111001454,0,0,0,0,1,223093001 +111001455,4,15510014,250,111001455,0,0,0,0,1,223093001 +111001456,4,15510014,250,111001456,0,0,0,0,1,223093001 +111001457,4,15510014,250,111001457,0,0,0,0,1,223093001 +111001458,4,15510014,250,111001458,0,0,0,0,1,223093001 +111001459,4,15510014,250,111001459,0,0,0,0,1,223093001 +111001460,4,15510014,250,111001460,0,0,0,0,1,223093001 +111001461,4,15510014,250,111001461,0,0,0,0,1,223093001 +111001462,4,15510014,250,111001462,0,0,0,0,1,223093001 +111001463,4,15510014,250,111001463,0,0,0,0,1,223093001 +111001501,4,15510015,250,111001501,0,0,0,0,1,223101505 +111001502,4,15510015,5,111001502,0,0,0,0,1,223101505 +111001503,4,15510015,250,111001503,0,0,0,0,1,223101505 +111001504,4,15510015,250,111001504,0,0,0,0,1,223101505 +111001505,4,15510015,250,111001505,0,0,0,0,1,223101505 +111001506,4,15510015,250,111001506,0,0,0,0,1,223101505 +111001507,4,15510015,250,111001507,0,0,0,0,1,223101505 +111001508,4,15510015,250,111001508,0,0,0,0,1,223101505 +111001509,4,15510015,250,111001509,0,0,0,0,1,223101505 +111001510,4,15510015,250,111001510,0,0,0,0,1,223101505 +111001511,4,15510015,250,111001511,0,0,0,0,1,223101505 +111001512,4,15510015,250,111001512,0,0,0,0,1,223101505 +111001513,4,15510015,250,111001513,0,0,0,0,1,223101505 +111001514,4,15510015,250,111001514,0,0,0,0,1,223101505 +111001515,4,15510015,250,111001515,0,0,0,0,1,223101505 +111001516,4,15510015,250,111001516,0,0,0,0,1,223101505 +111001517,4,15510015,250,111001517,0,0,0,0,1,223101505 +111001518,4,15510015,250,111001518,0,0,0,0,1,223101505 +111001519,4,15510015,250,111001519,0,0,0,0,1,223101505 +111001520,4,15510015,250,111001520,0,0,0,0,1,223101505 +111001521,4,15510015,250,111001521,0,0,0,0,1,223101505 +111001522,4,15510015,250,111001522,0,0,0,0,1,223101505 +111001523,4,15510015,250,111001523,0,0,0,0,1,223101505 +111001524,4,15510015,250,111001524,0,0,0,0,1,223101505 +111001525,4,15510015,250,111001525,0,0,0,0,1,223101505 +111001526,4,15510015,250,111001526,0,0,0,0,1,223101505 +111001527,4,15510015,250,111001527,0,0,0,0,1,223101505 +111001528,4,15510015,250,111001528,0,0,0,0,1,223101505 +111001529,4,15510015,250,111001529,0,0,0,0,1,223101505 +111001530,4,15510015,250,111001530,0,0,0,0,1,223101505 +111001531,4,15510015,250,111001531,0,0,0,0,1,223101505 +111001532,4,15510015,250,111001532,0,0,0,0,1,223101505 +111001533,4,15510015,250,111001533,0,0,0,0,1,223101505 +111001534,4,15510015,250,111001534,0,0,0,0,1,223101505 +111001535,4,15510015,250,111001535,0,0,0,0,1,223101505 +111001536,4,15510015,250,111001536,0,0,0,0,1,223101505 +111001537,4,15510015,250,111001537,0,0,0,0,1,223101505 +111001538,4,15510015,250,111001538,0,0,0,0,1,223101505 +111001539,4,15510015,250,111001539,0,0,0,0,1,223101505 +111001540,4,15510015,250,111001540,0,0,0,0,1,223101505 +111001541,4,15510015,250,111001541,0,0,0,0,1,223101505 +111001542,4,15510015,250,111001542,0,0,0,0,1,223101505 +111001543,4,15510015,250,111001543,0,0,0,0,1,223101505 +111001544,4,15510015,250,111001544,0,0,0,0,1,223101505 +111001545,4,15510015,250,111001545,0,0,0,0,1,223101505 +111001546,4,15510015,250,111001546,0,0,0,0,1,223101505 +111001547,4,15510015,250,111001547,0,0,0,0,1,223101505 +111001548,4,15510015,250,111001548,0,0,0,0,1,223101505 +111001549,4,15510015,250,111001549,0,0,0,0,1,223101505 +111001550,4,15510015,250,111001550,0,0,0,0,1,223101505 +111001551,4,15510015,250,111001551,0,0,0,0,1,223101505 +111001552,4,15510015,250,111001552,0,0,0,0,1,223101505 +111001553,4,15510015,250,111001553,0,0,0,0,1,223101505 +111001554,4,15510015,250,111001554,0,0,0,0,1,223101505 +111001555,4,15510015,250,111001555,0,0,0,0,1,223101505 +111001556,4,15510015,250,111001556,0,0,0,0,1,223101505 +111001557,4,15510015,250,111001557,0,0,0,0,1,223101505 +111001558,4,15510015,250,111001558,0,0,0,0,1,223101505 +111001559,4,15510015,250,111001559,0,0,0,0,1,223101505 +111001560,4,15510015,250,111001560,0,0,0,0,1,223101505 +111001561,4,15510015,250,111001561,0,0,0,0,1,223101505 +111001562,4,15510015,250,111001562,0,0,0,0,1,223101505 +111001563,4,15510015,250,111001563,0,0,0,0,1,223101505 +111001564,4,15510015,250,111001564,0,0,0,0,1,223101505 +111001565,4,15510015,250,111001565,0,0,0,0,1,223101505 +111001601,4,15510016,250,111001601,0,0,0,0,1,223103107 +111001602,4,15510016,5,111001602,0,0,0,0,1,223103107 +111001603,4,15510016,250,111001603,0,0,0,0,1,223103107 +111001604,4,15510016,250,111001604,0,0,0,0,1,223103107 +111001605,4,15510016,250,111001605,0,0,0,0,1,223103107 +111001606,4,15510016,250,111001606,0,0,0,0,1,223103107 +111001607,4,15510016,250,111001607,0,0,0,0,1,223103107 +111001608,4,15510016,250,111001608,0,0,0,0,1,223103107 +111001609,4,15510016,250,111001609,0,0,0,0,1,223103107 +111001610,4,15510016,250,111001610,0,0,0,0,1,223103107 +111001611,4,15510016,250,111001611,0,0,0,0,1,223103107 +111001612,4,15510016,250,111001612,0,0,0,0,1,223103107 +111001613,4,15510016,250,111001613,0,0,0,0,1,223103107 +111001614,4,15510016,250,111001614,0,0,0,0,1,223103107 +111001615,4,15510016,250,111001615,0,0,0,0,1,223103107 +111001616,4,15510016,250,111001616,0,0,0,0,1,223103107 +111001617,4,15510016,250,111001617,0,0,0,0,1,223103107 +111001618,4,15510016,250,111001618,0,0,0,0,1,223103107 +111001619,4,15510016,250,111001619,0,0,0,0,1,223103107 +111001620,4,15510016,250,111001620,0,0,0,0,1,223103107 +111001621,4,15510016,250,111001621,0,0,0,0,1,223103107 +111001622,4,15510016,250,111001622,0,0,0,0,1,223103107 +111001623,4,15510016,250,111001623,0,0,0,0,1,223103107 +111001624,4,15510016,250,111001624,0,0,0,0,1,223103107 +111001625,4,15510016,250,111001625,0,0,0,0,1,223103107 +111001626,4,15510016,250,111001626,0,0,0,0,1,223103107 +111001627,4,15510016,250,111001627,0,0,0,0,1,223103107 +111001628,4,15510016,250,111001628,0,0,0,0,1,223103107 +111001629,4,15510016,250,111001629,0,0,0,0,1,223103107 +111001630,4,15510016,250,111001630,0,0,0,0,1,223103107 +111001631,4,15510016,250,111001631,0,0,0,0,1,223103107 +111001632,4,15510016,250,111001632,0,0,0,0,1,223103107 +111001633,4,15510016,250,111001633,0,0,0,0,1,223103107 +111001634,4,15510016,250,111001634,0,0,0,0,1,223103107 +111001635,4,15510016,250,111001635,0,0,0,0,1,223103107 +111001636,4,15510016,250,111001636,0,0,0,0,1,223103107 +111001637,4,15510016,250,111001637,0,0,0,0,1,223103107 +111001638,4,15510016,250,111001638,0,0,0,0,1,223103107 +111001639,4,15510016,250,111001639,0,0,0,0,1,223103107 +111001640,4,15510016,250,111001640,0,0,0,0,1,223103107 +111001641,4,15510016,250,111001641,0,0,0,0,1,223103107 +111001642,4,15510016,250,111001642,0,0,0,0,1,223103107 +111001643,4,15510016,250,111001643,0,0,0,0,1,223103107 +111001644,4,15510016,250,111001644,0,0,0,0,1,223103107 +111001645,4,15510016,250,111001645,0,0,0,0,1,223103107 +111001646,4,15510016,250,111001646,0,0,0,0,1,223103107 +111001647,4,15510016,250,111001647,0,0,0,0,1,223103107 +111001648,4,15510016,250,111001648,0,0,0,0,1,223103107 +111001649,4,15510016,250,111001649,0,0,0,0,1,223103107 +111001650,4,15510016,250,111001650,0,0,0,0,1,223103107 +111001651,4,15510016,250,111001651,0,0,0,0,1,223103107 +111001652,4,15510016,250,111001652,0,0,0,0,1,223103107 +111001653,4,15510016,250,111001653,0,0,0,0,1,223103107 +111001654,4,15510016,250,111001654,0,0,0,0,1,223103107 +111001655,4,15510016,250,111001655,0,0,0,0,1,223103107 +111001656,4,15510016,250,111001656,0,0,0,0,1,223103107 +111001657,4,15510016,250,111001657,0,0,0,0,1,223103107 +111001658,4,15510016,250,111001658,0,0,0,0,1,223103107 +111001659,4,15510016,250,111001659,0,0,0,0,1,223103107 +111001660,4,15510016,250,111001660,0,0,0,0,1,223103107 +111001661,4,15510016,250,111001661,0,0,0,0,1,223103107 +111001662,4,15510016,250,111001662,0,0,0,0,1,223103107 +111001663,4,15510016,250,111001663,0,0,0,0,1,223103107 +111001664,4,15510016,250,111001664,0,0,0,0,1,223103107 +111001665,4,15510016,250,111001665,0,0,0,0,1,223103107 +111001666,4,15510016,250,111001666,0,0,0,0,1,223103107 +111001667,4,15510016,250,111001667,0,0,0,0,1,223103107 +111001701,4,15510017,250,111001701,0,0,0,0,1,223111501 +111001702,4,15510017,5,111001702,0,0,0,0,1,223111501 +111001703,4,15510017,250,111001703,0,0,0,0,1,223111501 +111001704,4,15510017,250,111001704,0,0,0,0,1,223111501 +111001705,4,15510017,250,111001705,0,0,0,0,1,223111501 +111001706,4,15510017,250,111001706,0,0,0,0,1,223111501 +111001707,4,15510017,250,111001707,0,0,0,0,1,223111501 +111001708,4,15510017,250,111001708,0,0,0,0,1,223111501 +111001709,4,15510017,250,111001709,0,0,0,0,1,223111501 +111001710,4,15510017,250,111001710,0,0,0,0,1,223111501 +111001711,4,15510017,250,111001711,0,0,0,0,1,223111501 +111001712,4,15510017,250,111001712,0,0,0,0,1,223111501 +111001713,4,15510017,250,111001713,0,0,0,0,1,223111501 +111001714,4,15510017,250,111001714,0,0,0,0,1,223111501 +111001715,4,15510017,250,111001715,0,0,0,0,1,223111501 +111001716,4,15510017,250,111001716,0,0,0,0,1,223111501 +111001717,4,15510017,250,111001717,0,0,0,0,1,223111501 +111001718,4,15510017,250,111001718,0,0,0,0,1,223111501 +111001719,4,15510017,250,111001719,0,0,0,0,1,223111501 +111001720,4,15510017,250,111001720,0,0,0,0,1,223111501 +111001721,4,15510017,250,111001721,0,0,0,0,1,223111501 +111001722,4,15510017,250,111001722,0,0,0,0,1,223111501 +111001723,4,15510017,250,111001723,0,0,0,0,1,223111501 +111001724,4,15510017,250,111001724,0,0,0,0,1,223111501 +111001725,4,15510017,250,111001725,0,0,0,0,1,223111501 +111001726,4,15510017,250,111001726,0,0,0,0,1,223111501 +111001727,4,15510017,250,111001727,0,0,0,0,1,223111501 +111001728,4,15510017,250,111001728,0,0,0,0,1,223111501 +111001729,4,15510017,250,111001729,0,0,0,0,1,223111501 +111001730,4,15510017,250,111001730,0,0,0,0,1,223111501 +111001731,4,15510017,250,111001731,0,0,0,0,1,223111501 +111001732,4,15510017,250,111001732,0,0,0,0,1,223111501 +111001733,4,15510017,250,111001733,0,0,0,0,1,223111501 +111001734,4,15510017,250,111001734,0,0,0,0,1,223111501 +111001735,4,15510017,250,111001735,0,0,0,0,1,223111501 +111001736,4,15510017,250,111001736,0,0,0,0,1,223111501 +111001737,4,15510017,250,111001737,0,0,0,0,1,223111501 +111001738,4,15510017,250,111001738,0,0,0,0,1,223111501 +111001739,4,15510017,250,111001739,0,0,0,0,1,223111501 +111001740,4,15510017,250,111001740,0,0,0,0,1,223111501 +111001741,4,15510017,250,111001741,0,0,0,0,1,223111501 +111001742,4,15510017,250,111001742,0,0,0,0,1,223111501 +111001743,4,15510017,250,111001743,0,0,0,0,1,223111501 +111001744,4,15510017,250,111001744,0,0,0,0,1,223111501 +111001745,4,15510017,250,111001745,0,0,0,0,1,223111501 +111001746,4,15510017,250,111001746,0,0,0,0,1,223111501 +111001747,4,15510017,250,111001747,0,0,0,0,1,223111501 +111001748,4,15510017,250,111001748,0,0,0,0,1,223111501 +111001749,4,15510017,250,111001749,0,0,0,0,1,223111501 +111001750,4,15510017,250,111001750,0,0,0,0,1,223111501 +111001751,4,15510017,250,111001751,0,0,0,0,1,223111501 +111001752,4,15510017,250,111001752,0,0,0,0,1,223111501 +111001753,4,15510017,250,111001753,0,0,0,0,1,223111501 +111001754,4,15510017,250,111001754,0,0,0,0,1,223111501 +111001755,4,15510017,250,111001755,0,0,0,0,1,223111501 +111001756,4,15510017,250,111001756,0,0,0,0,1,223111501 +111001757,4,15510017,250,111001757,0,0,0,0,1,223111501 +111001758,4,15510017,250,111001758,0,0,0,0,1,223111501 +111001759,4,15510017,250,111001759,0,0,0,0,1,223111501 +111001760,4,15510017,250,111001760,0,0,0,0,1,223111501 +111001761,4,15510017,250,111001761,0,0,0,0,1,223111501 +111001762,4,15510017,250,111001762,0,0,0,0,1,223111501 +111001763,4,15510017,250,111001763,0,0,0,0,1,223111501 +111001764,4,15510017,250,111001764,0,0,0,0,1,223111501 +111001765,4,15510017,250,111001765,0,0,0,0,1,223111501 +111001766,4,15510017,250,111001766,0,0,0,0,1,223111501 +111001767,4,15510017,250,111001767,0,0,0,0,1,223111501 +111001768,4,15510017,250,111001768,0,0,0,0,1,223111501 +111001769,4,15510017,250,111001769,0,0,0,0,1,223111501 +111001801,4,15510018,250,111001801,0,0,0,0,1,223113008 +111001802,4,15510018,5,111001802,0,0,0,0,1,223113008 +111001803,4,15510018,250,111001803,0,0,0,0,1,223113008 +111001804,4,15510018,250,111001804,0,0,0,0,1,223113008 +111001805,4,15510018,250,111001805,0,0,0,0,1,223113008 +111001806,4,15510018,250,111001806,0,0,0,0,1,223113008 +111001807,4,15510018,250,111001807,0,0,0,0,1,223113008 +111001808,4,15510018,250,111001808,0,0,0,0,1,223113008 +111001809,4,15510018,250,111001809,0,0,0,0,1,223113008 +111001810,4,15510018,250,111001810,0,0,0,0,1,223113008 +111001811,4,15510018,250,111001811,0,0,0,0,1,223113008 +111001812,4,15510018,250,111001812,0,0,0,0,1,223113008 +111001813,4,15510018,250,111001813,0,0,0,0,1,223113008 +111001814,4,15510018,250,111001814,0,0,0,0,1,223113008 +111001815,4,15510018,250,111001815,0,0,0,0,1,223113008 +111001816,4,15510018,250,111001816,0,0,0,0,1,223113008 +111001817,4,15510018,250,111001817,0,0,0,0,1,223113008 +111001818,4,15510018,250,111001818,0,0,0,0,1,223113008 +111001819,4,15510018,250,111001819,0,0,0,0,1,223113008 +111001820,4,15510018,250,111001820,0,0,0,0,1,223113008 +111001821,4,15510018,250,111001821,0,0,0,0,1,223113008 +111001822,4,15510018,250,111001822,0,0,0,0,1,223113008 +111001823,4,15510018,250,111001823,0,0,0,0,1,223113008 +111001824,4,15510018,250,111001824,0,0,0,0,1,223113008 +111001825,4,15510018,250,111001825,0,0,0,0,1,223113008 +111001826,4,15510018,250,111001826,0,0,0,0,1,223113008 +111001827,4,15510018,250,111001827,0,0,0,0,1,223113008 +111001828,4,15510018,250,111001828,0,0,0,0,1,223113008 +111001829,4,15510018,250,111001829,0,0,0,0,1,223113008 +111001830,4,15510018,250,111001830,0,0,0,0,1,223113008 +111001831,4,15510018,250,111001831,0,0,0,0,1,223113008 +111001832,4,15510018,250,111001832,0,0,0,0,1,223113008 +111001833,4,15510018,250,111001833,0,0,0,0,1,223113008 +111001834,4,15510018,250,111001834,0,0,0,0,1,223113008 +111001835,4,15510018,250,111001835,0,0,0,0,1,223113008 +111001836,4,15510018,250,111001836,0,0,0,0,1,223113008 +111001837,4,15510018,250,111001837,0,0,0,0,1,223113008 +111001838,4,15510018,250,111001838,0,0,0,0,1,223113008 +111001839,4,15510018,250,111001839,0,0,0,0,1,223113008 +111001840,4,15510018,250,111001840,0,0,0,0,1,223113008 +111001841,4,15510018,250,111001841,0,0,0,0,1,223113008 +111001842,4,15510018,250,111001842,0,0,0,0,1,223113008 +111001843,4,15510018,250,111001843,0,0,0,0,1,223113008 +111001844,4,15510018,250,111001844,0,0,0,0,1,223113008 +111001845,4,15510018,250,111001845,0,0,0,0,1,223113008 +111001846,4,15510018,250,111001846,0,0,0,0,1,223113008 +111001847,4,15510018,250,111001847,0,0,0,0,1,223113008 +111001848,4,15510018,250,111001848,0,0,0,0,1,223113008 +111001849,4,15510018,250,111001849,0,0,0,0,1,223113008 +111001850,4,15510018,250,111001850,0,0,0,0,1,223113008 +111001851,4,15510018,250,111001851,0,0,0,0,1,223113008 +111001852,4,15510018,250,111001852,0,0,0,0,1,223113008 +111001853,4,15510018,250,111001853,0,0,0,0,1,223113008 +111001854,4,15510018,250,111001854,0,0,0,0,1,223113008 +111001855,4,15510018,250,111001855,0,0,0,0,1,223113008 +111001856,4,15510018,250,111001856,0,0,0,0,1,223113008 +111001857,4,15510018,250,111001857,0,0,0,0,1,223113008 +111001858,4,15510018,250,111001858,0,0,0,0,1,223113008 +111001859,4,15510018,250,111001859,0,0,0,0,1,223113008 +111001860,4,15510018,250,111001860,0,0,0,0,1,223113008 +111001861,4,15510018,250,111001861,0,0,0,0,1,223113008 +111001862,4,15510018,250,111001862,0,0,0,0,1,223113008 +111001863,4,15510018,250,111001863,0,0,0,0,1,223113008 +111001864,4,15510018,250,111001864,0,0,0,0,1,223113008 +111001865,4,15510018,250,111001865,0,0,0,0,1,223113008 +111001866,4,15510018,250,111001866,0,0,0,0,1,223113008 +111001867,4,15510018,250,111001867,0,0,0,0,1,223113008 +111001868,4,15510018,250,111001868,0,0,0,0,1,223113008 +111001869,4,15510018,250,111001869,0,0,0,0,1,223113008 +111001870,4,15510018,250,111001870,0,0,0,0,1,223113008 +111001871,4,15510018,250,111001871,0,0,0,0,1,223113008 +111001901,4,15510019,250,111001901,0,0,0,0,1,223121513 +111001902,4,15510019,5,111001902,0,0,0,0,1,223121513 +111001903,4,15510019,250,111001903,0,0,0,0,1,223121513 +111001904,4,15510019,250,111001904,0,0,0,0,1,223121513 +111001905,4,15510019,250,111001905,0,0,0,0,1,223121513 +111001906,4,15510019,250,111001906,0,0,0,0,1,223121513 +111001907,4,15510019,250,111001907,0,0,0,0,1,223121513 +111001908,4,15510019,250,111001908,0,0,0,0,1,223121513 +111001909,4,15510019,250,111001909,0,0,0,0,1,223121513 +111001910,4,15510019,250,111001910,0,0,0,0,1,223121513 +111001911,4,15510019,250,111001911,0,0,0,0,1,223121513 +111001912,4,15510019,250,111001912,0,0,0,0,1,223121513 +111001913,4,15510019,250,111001913,0,0,0,0,1,223121513 +111001914,4,15510019,250,111001914,0,0,0,0,1,223121513 +111001915,4,15510019,250,111001915,0,0,0,0,1,223121513 +111001916,4,15510019,250,111001916,0,0,0,0,1,223121513 +111001917,4,15510019,250,111001917,0,0,0,0,1,223121513 +111001918,4,15510019,250,111001918,0,0,0,0,1,223121513 +111001919,4,15510019,250,111001919,0,0,0,0,1,223121513 +111001920,4,15510019,250,111001920,0,0,0,0,1,223121513 +111001921,4,15510019,250,111001921,0,0,0,0,1,223121513 +111001922,4,15510019,250,111001922,0,0,0,0,1,223121513 +111001923,4,15510019,250,111001923,0,0,0,0,1,223121513 +111001924,4,15510019,250,111001924,0,0,0,0,1,223121513 +111001925,4,15510019,250,111001925,0,0,0,0,1,223121513 +111001926,4,15510019,250,111001926,0,0,0,0,1,223121513 +111001927,4,15510019,250,111001927,0,0,0,0,1,223121513 +111001928,4,15510019,250,111001928,0,0,0,0,1,223121513 +111001929,4,15510019,250,111001929,0,0,0,0,1,223121513 +111001930,4,15510019,250,111001930,0,0,0,0,1,223121513 +111001931,4,15510019,250,111001931,0,0,0,0,1,223121513 +111001932,4,15510019,250,111001932,0,0,0,0,1,223121513 +111001933,4,15510019,250,111001933,0,0,0,0,1,223121513 +111001934,4,15510019,250,111001934,0,0,0,0,1,223121513 +111001935,4,15510019,250,111001935,0,0,0,0,1,223121513 +111001936,4,15510019,250,111001936,0,0,0,0,1,223121513 +111001937,4,15510019,250,111001937,0,0,0,0,1,223121513 +111001938,4,15510019,250,111001938,0,0,0,0,1,223121513 +111001939,4,15510019,250,111001939,0,0,0,0,1,223121513 +111001940,4,15510019,250,111001940,0,0,0,0,1,223121513 +111001941,4,15510019,250,111001941,0,0,0,0,1,223121513 +111001942,4,15510019,250,111001942,0,0,0,0,1,223121513 +111001943,4,15510019,250,111001943,0,0,0,0,1,223121513 +111001944,4,15510019,250,111001944,0,0,0,0,1,223121513 +111001945,4,15510019,250,111001945,0,0,0,0,1,223121513 +111001946,4,15510019,250,111001946,0,0,0,0,1,223121513 +111001947,4,15510019,250,111001947,0,0,0,0,1,223121513 +111001948,4,15510019,250,111001948,0,0,0,0,1,223121513 +111001949,4,15510019,250,111001949,0,0,0,0,1,223121513 +111001950,4,15510019,250,111001950,0,0,0,0,1,223121513 +111001951,4,15510019,250,111001951,0,0,0,0,1,223121513 +111001952,4,15510019,250,111001952,0,0,0,0,1,223121513 +111001953,4,15510019,250,111001953,0,0,0,0,1,223121513 +111001954,4,15510019,250,111001954,0,0,0,0,1,223121513 +111001955,4,15510019,250,111001955,0,0,0,0,1,223121513 +111001956,4,15510019,250,111001956,0,0,0,0,1,223121513 +111001957,4,15510019,250,111001957,0,0,0,0,1,223121513 +111001958,4,15510019,250,111001958,0,0,0,0,1,223121513 +111001959,4,15510019,250,111001959,0,0,0,0,1,223121513 +111001960,4,15510019,250,111001960,0,0,0,0,1,223121513 +111001961,4,15510019,250,111001961,0,0,0,0,1,223121513 +111001962,4,15510019,250,111001962,0,0,0,0,1,223121513 +111001963,4,15510019,250,111001963,0,0,0,0,1,223121513 +111001964,4,15510019,250,111001964,0,0,0,0,1,223121513 +111001965,4,15510019,250,111001965,0,0,0,0,1,223121513 +111001966,4,15510019,250,111001966,0,0,0,0,1,223121513 +111001967,4,15510019,250,111001967,0,0,0,0,1,223121513 +111001968,4,15510019,250,111001968,0,0,0,0,1,223121513 +111001969,4,15510019,250,111001969,0,0,0,0,1,223121513 +111001970,4,15510019,250,111001970,0,0,0,0,1,223121513 +111001971,4,15510019,250,111001971,0,0,0,0,1,223121513 +111001972,4,15510019,250,111001972,0,0,0,0,1,223121513 +111001973,4,15510019,250,111001973,0,0,0,0,1,223121513 +111002001,4,15510020,250,111002001,0,0,0,0,1,223123107 +111002002,4,15510020,5,111002002,0,0,0,0,1,223123107 +111002003,4,15510020,250,111002003,0,0,0,0,1,223123107 +111002004,4,15510020,250,111002004,0,0,0,0,1,223123107 +111002005,4,15510020,250,111002005,0,0,0,0,1,223123107 +111002006,4,15510020,250,111002006,0,0,0,0,1,223123107 +111002007,4,15510020,250,111002007,0,0,0,0,1,223123107 +111002008,4,15510020,250,111002008,0,0,0,0,1,223123107 +111002009,4,15510020,250,111002009,0,0,0,0,1,223123107 +111002010,4,15510020,250,111002010,0,0,0,0,1,223123107 +111002011,4,15510020,250,111002011,0,0,0,0,1,223123107 +111002012,4,15510020,250,111002012,0,0,0,0,1,223123107 +111002013,4,15510020,250,111002013,0,0,0,0,1,223123107 +111002014,4,15510020,250,111002014,0,0,0,0,1,223123107 +111002015,4,15510020,250,111002015,0,0,0,0,1,223123107 +111002016,4,15510020,250,111002016,0,0,0,0,1,223123107 +111002017,4,15510020,250,111002017,0,0,0,0,1,223123107 +111002018,4,15510020,250,111002018,0,0,0,0,1,223123107 +111002019,4,15510020,250,111002019,0,0,0,0,1,223123107 +111002020,4,15510020,250,111002020,0,0,0,0,1,223123107 +111002021,4,15510020,250,111002021,0,0,0,0,1,223123107 +111002022,4,15510020,250,111002022,0,0,0,0,1,223123107 +111002023,4,15510020,250,111002023,0,0,0,0,1,223123107 +111002024,4,15510020,250,111002024,0,0,0,0,1,223123107 +111002025,4,15510020,250,111002025,0,0,0,0,1,223123107 +111002026,4,15510020,250,111002026,0,0,0,0,1,223123107 +111002027,4,15510020,250,111002027,0,0,0,0,1,223123107 +111002028,4,15510020,250,111002028,0,0,0,0,1,223123107 +111002029,4,15510020,250,111002029,0,0,0,0,1,223123107 +111002030,4,15510020,250,111002030,0,0,0,0,1,223123107 +111002031,4,15510020,250,111002031,0,0,0,0,1,223123107 +111002032,4,15510020,250,111002032,0,0,0,0,1,223123107 +111002033,4,15510020,250,111002033,0,0,0,0,1,223123107 +111002034,4,15510020,250,111002034,0,0,0,0,1,223123107 +111002035,4,15510020,250,111002035,0,0,0,0,1,223123107 +111002036,4,15510020,250,111002036,0,0,0,0,1,223123107 +111002037,4,15510020,250,111002037,0,0,0,0,1,223123107 +111002038,4,15510020,250,111002038,0,0,0,0,1,223123107 +111002039,4,15510020,250,111002039,0,0,0,0,1,223123107 +111002040,4,15510020,250,111002040,0,0,0,0,1,223123107 +111002041,4,15510020,250,111002041,0,0,0,0,1,223123107 +111002042,4,15510020,250,111002042,0,0,0,0,1,223123107 +111002043,4,15510020,250,111002043,0,0,0,0,1,223123107 +111002044,4,15510020,250,111002044,0,0,0,0,1,223123107 +111002045,4,15510020,250,111002045,0,0,0,0,1,223123107 +111002046,4,15510020,250,111002046,0,0,0,0,1,223123107 +111002047,4,15510020,250,111002047,0,0,0,0,1,223123107 +111002048,4,15510020,250,111002048,0,0,0,0,1,223123107 +111002049,4,15510020,250,111002049,0,0,0,0,1,223123107 +111002050,4,15510020,250,111002050,0,0,0,0,1,223123107 +111002051,4,15510020,250,111002051,0,0,0,0,1,223123107 +111002052,4,15510020,250,111002052,0,0,0,0,1,223123107 +111002053,4,15510020,250,111002053,0,0,0,0,1,223123107 +111002054,4,15510020,250,111002054,0,0,0,0,1,223123107 +111002055,4,15510020,250,111002055,0,0,0,0,1,223123107 +111002056,4,15510020,250,111002056,0,0,0,0,1,223123107 +111002057,4,15510020,250,111002057,0,0,0,0,1,223123107 +111002058,4,15510020,250,111002058,0,0,0,0,1,223123107 +111002059,4,15510020,250,111002059,0,0,0,0,1,223123107 +111002060,4,15510020,250,111002060,0,0,0,0,1,223123107 +111002061,4,15510020,250,111002061,0,0,0,0,1,223123107 +111002062,4,15510020,250,111002062,0,0,0,0,1,223123107 +111002063,4,15510020,250,111002063,0,0,0,0,1,223123107 +111002064,4,15510020,250,111002064,0,0,0,0,1,223123107 +111002065,4,15510020,250,111002065,0,0,0,0,1,223123107 +111002066,4,15510020,250,111002066,0,0,0,0,1,223123107 +111002067,4,15510020,250,111002067,0,0,0,0,1,223123107 +111002068,4,15510020,250,111002068,0,0,0,0,1,223123107 +111002069,4,15510020,250,111002069,0,0,0,0,1,223123107 +111002070,4,15510020,250,111002070,0,0,0,0,1,223123107 +111002071,4,15510020,250,111002071,0,0,0,0,1,223123107 +111002072,4,15510020,250,111002072,0,0,0,0,1,223123107 +111002073,4,15510020,250,111002073,0,0,0,0,1,223123107 +111002074,4,15510020,250,111002074,0,0,0,0,1,223123107 +111002075,4,15510020,250,111002075,0,0,0,0,1,223123107 +111002101,4,15510021,250,111002101,0,0,0,0,1,224011508 +111002102,4,15510021,5,111002102,0,0,0,0,1,224011508 +111002103,4,15510021,250,111002103,0,0,0,0,1,224011508 +111002104,4,15510021,250,111002104,0,0,0,0,1,224011508 +111002105,4,15510021,250,111002105,0,0,0,0,1,224011508 +111002106,4,15510021,250,111002106,0,0,0,0,1,224011508 +111002107,4,15510021,250,111002107,0,0,0,0,1,224011508 +111002108,4,15510021,250,111002108,0,0,0,0,1,224011508 +111002109,4,15510021,250,111002109,0,0,0,0,1,224011508 +111002110,4,15510021,250,111002110,0,0,0,0,1,224011508 +111002111,4,15510021,250,111002111,0,0,0,0,1,224011508 +111002112,4,15510021,250,111002112,0,0,0,0,1,224011508 +111002113,4,15510021,250,111002113,0,0,0,0,1,224011508 +111002114,4,15510021,250,111002114,0,0,0,0,1,224011508 +111002115,4,15510021,250,111002115,0,0,0,0,1,224011508 +111002116,4,15510021,250,111002116,0,0,0,0,1,224011508 +111002117,4,15510021,250,111002117,0,0,0,0,1,224011508 +111002118,4,15510021,250,111002118,0,0,0,0,1,224011508 +111002119,4,15510021,250,111002119,0,0,0,0,1,224011508 +111002120,4,15510021,250,111002120,0,0,0,0,1,224011508 +111002121,4,15510021,250,111002121,0,0,0,0,1,224011508 +111002122,4,15510021,250,111002122,0,0,0,0,1,224011508 +111002123,4,15510021,250,111002123,0,0,0,0,1,224011508 +111002124,4,15510021,250,111002124,0,0,0,0,1,224011508 +111002125,4,15510021,250,111002125,0,0,0,0,1,224011508 +111002126,4,15510021,250,111002126,0,0,0,0,1,224011508 +111002127,4,15510021,250,111002127,0,0,0,0,1,224011508 +111002128,4,15510021,250,111002128,0,0,0,0,1,224011508 +111002129,4,15510021,250,111002129,0,0,0,0,1,224011508 +111002130,4,15510021,250,111002130,0,0,0,0,1,224011508 +111002131,4,15510021,250,111002131,0,0,0,0,1,224011508 +111002132,4,15510021,250,111002132,0,0,0,0,1,224011508 +111002133,4,15510021,250,111002133,0,0,0,0,1,224011508 +111002134,4,15510021,250,111002134,0,0,0,0,1,224011508 +111002135,4,15510021,250,111002135,0,0,0,0,1,224011508 +111002136,4,15510021,250,111002136,0,0,0,0,1,224011508 +111002137,4,15510021,250,111002137,0,0,0,0,1,224011508 +111002138,4,15510021,250,111002138,0,0,0,0,1,224011508 +111002139,4,15510021,250,111002139,0,0,0,0,1,224011508 +111002140,4,15510021,250,111002140,0,0,0,0,1,224011508 +111002141,4,15510021,250,111002141,0,0,0,0,1,224011508 +111002142,4,15510021,250,111002142,0,0,0,0,1,224011508 +111002143,4,15510021,250,111002143,0,0,0,0,1,224011508 +111002144,4,15510021,250,111002144,0,0,0,0,1,224011508 +111002145,4,15510021,250,111002145,0,0,0,0,1,224011508 +111002146,4,15510021,250,111002146,0,0,0,0,1,224011508 +111002147,4,15510021,250,111002147,0,0,0,0,1,224011508 +111002148,4,15510021,250,111002148,0,0,0,0,1,224011508 +111002149,4,15510021,250,111002149,0,0,0,0,1,224011508 +111002150,4,15510021,250,111002150,0,0,0,0,1,224011508 +111002151,4,15510021,250,111002151,0,0,0,0,1,224011508 +111002152,4,15510021,250,111002152,0,0,0,0,1,224011508 +111002153,4,15510021,250,111002153,0,0,0,0,1,224011508 +111002154,4,15510021,250,111002154,0,0,0,0,1,224011508 +111002155,4,15510021,250,111002155,0,0,0,0,1,224011508 +111002156,4,15510021,250,111002156,0,0,0,0,1,224011508 +111002157,4,15510021,250,111002157,0,0,0,0,1,224011508 +111002158,4,15510021,250,111002158,0,0,0,0,1,224011508 +111002159,4,15510021,250,111002159,0,0,0,0,1,224011508 +111002160,4,15510021,250,111002160,0,0,0,0,1,224011508 +111002161,4,15510021,250,111002161,0,0,0,0,1,224011508 +111002162,4,15510021,250,111002162,0,0,0,0,1,224011508 +111002163,4,15510021,250,111002163,0,0,0,0,1,224011508 +111002164,4,15510021,250,111002164,0,0,0,0,1,224011508 +111002165,4,15510021,250,111002165,0,0,0,0,1,224011508 +111002166,4,15510021,250,111002166,0,0,0,0,1,224011508 +111002167,4,15510021,250,111002167,0,0,0,0,1,224011508 +111002168,4,15510021,250,111002168,0,0,0,0,1,224011508 +111002169,4,15510021,250,111002169,0,0,0,0,1,224011508 +111002170,4,15510021,250,111002170,0,0,0,0,1,224011508 +111002171,4,15510021,250,111002171,0,0,0,0,1,224011508 +111002172,4,15510021,250,111002172,0,0,0,0,1,224011508 +111002173,4,15510021,250,111002173,0,0,0,0,1,224011508 +111002174,4,15510021,250,111002174,0,0,0,0,1,224011508 +111002175,4,15510021,250,111002175,0,0,0,0,1,224011508 +111002176,4,15510021,250,111002176,0,0,0,0,1,224011508 +111002177,4,15510021,250,111002177,0,0,0,0,1,224011508 +111002201,4,15510022,250,111002201,0,0,0,0,1,224013108 +111002202,4,15510022,5,111002202,0,0,0,0,1,224013108 +111002203,4,15510022,250,111002203,0,0,0,0,1,224013108 +111002204,4,15510022,250,111002204,0,0,0,0,1,224013108 +111002205,4,15510022,250,111002205,0,0,0,0,1,224013108 +111002206,4,15510022,250,111002206,0,0,0,0,1,224013108 +111002207,4,15510022,250,111002207,0,0,0,0,1,224013108 +111002208,4,15510022,250,111002208,0,0,0,0,1,224013108 +111002209,4,15510022,250,111002209,0,0,0,0,1,224013108 +111002210,4,15510022,250,111002210,0,0,0,0,1,224013108 +111002211,4,15510022,250,111002211,0,0,0,0,1,224013108 +111002212,4,15510022,250,111002212,0,0,0,0,1,224013108 +111002213,4,15510022,250,111002213,0,0,0,0,1,224013108 +111002214,4,15510022,250,111002214,0,0,0,0,1,224013108 +111002215,4,15510022,250,111002215,0,0,0,0,1,224013108 +111002216,4,15510022,250,111002216,0,0,0,0,1,224013108 +111002217,4,15510022,250,111002217,0,0,0,0,1,224013108 +111002218,4,15510022,250,111002218,0,0,0,0,1,224013108 +111002219,4,15510022,250,111002219,0,0,0,0,1,224013108 +111002220,4,15510022,250,111002220,0,0,0,0,1,224013108 +111002221,4,15510022,250,111002221,0,0,0,0,1,224013108 +111002222,4,15510022,250,111002222,0,0,0,0,1,224013108 +111002223,4,15510022,250,111002223,0,0,0,0,1,224013108 +111002224,4,15510022,250,111002224,0,0,0,0,1,224013108 +111002225,4,15510022,250,111002225,0,0,0,0,1,224013108 +111002226,4,15510022,250,111002226,0,0,0,0,1,224013108 +111002227,4,15510022,250,111002227,0,0,0,0,1,224013108 +111002228,4,15510022,250,111002228,0,0,0,0,1,224013108 +111002229,4,15510022,250,111002229,0,0,0,0,1,224013108 +111002230,4,15510022,250,111002230,0,0,0,0,1,224013108 +111002231,4,15510022,250,111002231,0,0,0,0,1,224013108 +111002232,4,15510022,250,111002232,0,0,0,0,1,224013108 +111002233,4,15510022,250,111002233,0,0,0,0,1,224013108 +111002234,4,15510022,250,111002234,0,0,0,0,1,224013108 +111002235,4,15510022,250,111002235,0,0,0,0,1,224013108 +111002236,4,15510022,250,111002236,0,0,0,0,1,224013108 +111002237,4,15510022,250,111002237,0,0,0,0,1,224013108 +111002238,4,15510022,250,111002238,0,0,0,0,1,224013108 +111002239,4,15510022,250,111002239,0,0,0,0,1,224013108 +111002240,4,15510022,250,111002240,0,0,0,0,1,224013108 +111002241,4,15510022,250,111002241,0,0,0,0,1,224013108 +111002242,4,15510022,250,111002242,0,0,0,0,1,224013108 +111002243,4,15510022,250,111002243,0,0,0,0,1,224013108 +111002244,4,15510022,250,111002244,0,0,0,0,1,224013108 +111002245,4,15510022,250,111002245,0,0,0,0,1,224013108 +111002246,4,15510022,250,111002246,0,0,0,0,1,224013108 +111002247,4,15510022,250,111002247,0,0,0,0,1,224013108 +111002248,4,15510022,250,111002248,0,0,0,0,1,224013108 +111002249,4,15510022,250,111002249,0,0,0,0,1,224013108 +111002250,4,15510022,250,111002250,0,0,0,0,1,224013108 +111002251,4,15510022,250,111002251,0,0,0,0,1,224013108 +111002252,4,15510022,250,111002252,0,0,0,0,1,224013108 +111002253,4,15510022,250,111002253,0,0,0,0,1,224013108 +111002254,4,15510022,250,111002254,0,0,0,0,1,224013108 +111002255,4,15510022,250,111002255,0,0,0,0,1,224013108 +111002256,4,15510022,250,111002256,0,0,0,0,1,224013108 +111002257,4,15510022,250,111002257,0,0,0,0,1,224013108 +111002258,4,15510022,250,111002258,0,0,0,0,1,224013108 +111002259,4,15510022,250,111002259,0,0,0,0,1,224013108 +111002260,4,15510022,250,111002260,0,0,0,0,1,224013108 +111002261,4,15510022,250,111002261,0,0,0,0,1,224013108 +111002262,4,15510022,250,111002262,0,0,0,0,1,224013108 +111002263,4,15510022,250,111002263,0,0,0,0,1,224013108 +111002264,4,15510022,250,111002264,0,0,0,0,1,224013108 +111002265,4,15510022,250,111002265,0,0,0,0,1,224013108 +111002266,4,15510022,250,111002266,0,0,0,0,1,224013108 +111002267,4,15510022,250,111002267,0,0,0,0,1,224013108 +111002268,4,15510022,250,111002268,0,0,0,0,1,224013108 +111002269,4,15510022,250,111002269,0,0,0,0,1,224013108 +111002270,4,15510022,250,111002270,0,0,0,0,1,224013108 +111002271,4,15510022,250,111002271,0,0,0,0,1,224013108 +111002272,4,15510022,250,111002272,0,0,0,0,1,224013108 +111002273,4,15510022,250,111002273,0,0,0,0,1,224013108 +111002274,4,15510022,250,111002274,0,0,0,0,1,224013108 +111002275,4,15510022,250,111002275,0,0,0,0,1,224013108 +111002276,4,15510022,250,111002276,0,0,0,0,1,224013108 +111002277,4,15510022,250,111002277,0,0,0,0,1,224013108 +111002278,4,15510022,250,111002278,0,0,0,0,1,224013108 +111002279,4,15510022,250,111002279,0,0,0,0,1,224013108 +111002301,4,15510023,250,111002301,0,0,0,0,1,224021409 +111002302,4,15510023,5,111002302,0,0,0,0,1,224021409 +111002303,4,15510023,250,111002303,0,0,0,0,1,224021409 +111002304,4,15510023,250,111002304,0,0,0,0,1,224021409 +111002305,4,15510023,250,111002305,0,0,0,0,1,224021409 +111002306,4,15510023,250,111002306,0,0,0,0,1,224021409 +111002307,4,15510023,250,111002307,0,0,0,0,1,224021409 +111002308,4,15510023,250,111002308,0,0,0,0,1,224021409 +111002309,4,15510023,250,111002309,0,0,0,0,1,224021409 +111002310,4,15510023,250,111002310,0,0,0,0,1,224021409 +111002311,4,15510023,250,111002311,0,0,0,0,1,224021409 +111002312,4,15510023,250,111002312,0,0,0,0,1,224021409 +111002313,4,15510023,250,111002313,0,0,0,0,1,224021409 +111002314,4,15510023,250,111002314,0,0,0,0,1,224021409 +111002315,4,15510023,250,111002315,0,0,0,0,1,224021409 +111002316,4,15510023,250,111002316,0,0,0,0,1,224021409 +111002317,4,15510023,250,111002317,0,0,0,0,1,224021409 +111002318,4,15510023,250,111002318,0,0,0,0,1,224021409 +111002319,4,15510023,250,111002319,0,0,0,0,1,224021409 +111002320,4,15510023,250,111002320,0,0,0,0,1,224021409 +111002321,4,15510023,250,111002321,0,0,0,0,1,224021409 +111002322,4,15510023,250,111002322,0,0,0,0,1,224021409 +111002323,4,15510023,250,111002323,0,0,0,0,1,224021409 +111002324,4,15510023,250,111002324,0,0,0,0,1,224021409 +111002325,4,15510023,250,111002325,0,0,0,0,1,224021409 +111002326,4,15510023,250,111002326,0,0,0,0,1,224021409 +111002327,4,15510023,250,111002327,0,0,0,0,1,224021409 +111002328,4,15510023,250,111002328,0,0,0,0,1,224021409 +111002329,4,15510023,250,111002329,0,0,0,0,1,224021409 +111002330,4,15510023,250,111002330,0,0,0,0,1,224021409 +111002331,4,15510023,250,111002331,0,0,0,0,1,224021409 +111002332,4,15510023,250,111002332,0,0,0,0,1,224021409 +111002333,4,15510023,250,111002333,0,0,0,0,1,224021409 +111002334,4,15510023,250,111002334,0,0,0,0,1,224021409 +111002335,4,15510023,250,111002335,0,0,0,0,1,224021409 +111002336,4,15510023,250,111002336,0,0,0,0,1,224021409 +111002337,4,15510023,250,111002337,0,0,0,0,1,224021409 +111002338,4,15510023,250,111002338,0,0,0,0,1,224021409 +111002339,4,15510023,250,111002339,0,0,0,0,1,224021409 +111002340,4,15510023,250,111002340,0,0,0,0,1,224021409 +111002341,4,15510023,250,111002341,0,0,0,0,1,224021409 +111002342,4,15510023,250,111002342,0,0,0,0,1,224021409 +111002343,4,15510023,250,111002343,0,0,0,0,1,224021409 +111002344,4,15510023,250,111002344,0,0,0,0,1,224021409 +111002345,4,15510023,250,111002345,0,0,0,0,1,224021409 +111002346,4,15510023,250,111002346,0,0,0,0,1,224021409 +111002347,4,15510023,250,111002347,0,0,0,0,1,224021409 +111002348,4,15510023,250,111002348,0,0,0,0,1,224021409 +111002349,4,15510023,250,111002349,0,0,0,0,1,224021409 +111002350,4,15510023,250,111002350,0,0,0,0,1,224021409 +111002351,4,15510023,250,111002351,0,0,0,0,1,224021409 +111002352,4,15510023,250,111002352,0,0,0,0,1,224021409 +111002353,4,15510023,250,111002353,0,0,0,0,1,224021409 +111002354,4,15510023,250,111002354,0,0,0,0,1,224021409 +111002355,4,15510023,250,111002355,0,0,0,0,1,224021409 +111002356,4,15510023,250,111002356,0,0,0,0,1,224021409 +111002357,4,15510023,250,111002357,0,0,0,0,1,224021409 +111002358,4,15510023,250,111002358,0,0,0,0,1,224021409 +111002359,4,15510023,250,111002359,0,0,0,0,1,224021409 +111002360,4,15510023,250,111002360,0,0,0,0,1,224021409 +111002361,4,15510023,250,111002361,0,0,0,0,1,224021409 +111002362,4,15510023,250,111002362,0,0,0,0,1,224021409 +111002363,4,15510023,250,111002363,0,0,0,0,1,224021409 +111002364,4,15510023,250,111002364,0,0,0,0,1,224021409 +111002365,4,15510023,250,111002365,0,0,0,0,1,224021409 +111002366,4,15510023,250,111002366,0,0,0,0,1,224021409 +111002367,4,15510023,250,111002367,0,0,0,0,1,224021409 +111002368,4,15510023,250,111002368,0,0,0,0,1,224021409 +111002369,4,15510023,250,111002369,0,0,0,0,1,224021409 +111002370,4,15510023,250,111002370,0,0,0,0,1,224021409 +111002371,4,15510023,250,111002371,0,0,0,0,1,224021409 +111002372,4,15510023,250,111002372,0,0,0,0,1,224021409 +111002373,4,15510023,250,111002373,0,0,0,0,1,224021409 +111002374,4,15510023,250,111002374,0,0,0,0,1,224021409 +111002375,4,15510023,250,111002375,0,0,0,0,1,224021409 +111002376,4,15510023,250,111002376,0,0,0,0,1,224021409 +111002377,4,15510023,250,111002377,0,0,0,0,1,224021409 +111002378,4,15510023,250,111002378,0,0,0,0,1,224021409 +111002379,4,15510023,250,111002379,0,0,0,0,1,224021409 +111002380,4,15510023,250,111002380,0,0,0,0,1,224021409 +111002381,4,15510023,250,111002381,0,0,0,0,1,224021409 +111002401,4,15510024,250,111002401,0,0,0,0,1,224030120 +111002402,4,15510024,5,111002402,0,0,0,0,1,224030120 +111002403,4,15510024,250,111002403,0,0,0,0,1,224030120 +111002404,4,15510024,250,111002404,0,0,0,0,1,224030120 +111002405,4,15510024,250,111002405,0,0,0,0,1,224030120 +111002406,4,15510024,250,111002406,0,0,0,0,1,224030120 +111002407,4,15510024,250,111002407,0,0,0,0,1,224030120 +111002408,4,15510024,250,111002408,0,0,0,0,1,224030120 +111002409,4,15510024,250,111002409,0,0,0,0,1,224030120 +111002410,4,15510024,250,111002410,0,0,0,0,1,224030120 +111002411,4,15510024,250,111002411,0,0,0,0,1,224030120 +111002412,4,15510024,250,111002412,0,0,0,0,1,224030120 +111002413,4,15510024,250,111002413,0,0,0,0,1,224030120 +111002414,4,15510024,250,111002414,0,0,0,0,1,224030120 +111002415,4,15510024,250,111002415,0,0,0,0,1,224030120 +111002416,4,15510024,250,111002416,0,0,0,0,1,224030120 +111002417,4,15510024,250,111002417,0,0,0,0,1,224030120 +111002418,4,15510024,250,111002418,0,0,0,0,1,224030120 +111002419,4,15510024,250,111002419,0,0,0,0,1,224030120 +111002420,4,15510024,250,111002420,0,0,0,0,1,224030120 +111002421,4,15510024,250,111002421,0,0,0,0,1,224030120 +111002422,4,15510024,250,111002422,0,0,0,0,1,224030120 +111002423,4,15510024,250,111002423,0,0,0,0,1,224030120 +111002424,4,15510024,250,111002424,0,0,0,0,1,224030120 +111002425,4,15510024,250,111002425,0,0,0,0,1,224030120 +111002426,4,15510024,250,111002426,0,0,0,0,1,224030120 +111002427,4,15510024,250,111002427,0,0,0,0,1,224030120 +111002428,4,15510024,250,111002428,0,0,0,0,1,224030120 +111002429,4,15510024,250,111002429,0,0,0,0,1,224030120 +111002430,4,15510024,250,111002430,0,0,0,0,1,224030120 +111002431,4,15510024,250,111002431,0,0,0,0,1,224030120 +111002432,4,15510024,250,111002432,0,0,0,0,1,224030120 +111002433,4,15510024,250,111002433,0,0,0,0,1,224030120 +111002434,4,15510024,250,111002434,0,0,0,0,1,224030120 +111002435,4,15510024,250,111002435,0,0,0,0,1,224030120 +111002436,4,15510024,250,111002436,0,0,0,0,1,224030120 +111002437,4,15510024,250,111002437,0,0,0,0,1,224030120 +111002438,4,15510024,250,111002438,0,0,0,0,1,224030120 +111002439,4,15510024,250,111002439,0,0,0,0,1,224030120 +111002440,4,15510024,250,111002440,0,0,0,0,1,224030120 +111002441,4,15510024,250,111002441,0,0,0,0,1,224030120 +111002442,4,15510024,250,111002442,0,0,0,0,1,224030120 +111002443,4,15510024,250,111002443,0,0,0,0,1,224030120 +111002444,4,15510024,250,111002444,0,0,0,0,1,224030120 +111002445,4,15510024,250,111002445,0,0,0,0,1,224030120 +111002446,4,15510024,250,111002446,0,0,0,0,1,224030120 +111002447,4,15510024,250,111002447,0,0,0,0,1,224030120 +111002448,4,15510024,250,111002448,0,0,0,0,1,224030120 +111002449,4,15510024,250,111002449,0,0,0,0,1,224030120 +111002450,4,15510024,250,111002450,0,0,0,0,1,224030120 +111002451,4,15510024,250,111002451,0,0,0,0,1,224030120 +111002452,4,15510024,250,111002452,0,0,0,0,1,224030120 +111002453,4,15510024,250,111002453,0,0,0,0,1,224030120 +111002454,4,15510024,250,111002454,0,0,0,0,1,224030120 +111002455,4,15510024,250,111002455,0,0,0,0,1,224030120 +111002456,4,15510024,250,111002456,0,0,0,0,1,224030120 +111002457,4,15510024,250,111002457,0,0,0,0,1,224030120 +111002458,4,15510024,250,111002458,0,0,0,0,1,224030120 +111002459,4,15510024,250,111002459,0,0,0,0,1,224030120 +111002460,4,15510024,250,111002460,0,0,0,0,1,224030120 +111002461,4,15510024,250,111002461,0,0,0,0,1,224030120 +111002462,4,15510024,250,111002462,0,0,0,0,1,224030120 +111002463,4,15510024,250,111002463,0,0,0,0,1,224030120 +111002464,4,15510024,250,111002464,0,0,0,0,1,224030120 +111002465,4,15510024,250,111002465,0,0,0,0,1,224030120 +111002466,4,15510024,250,111002466,0,0,0,0,1,224030120 +111002467,4,15510024,250,111002467,0,0,0,0,1,224030120 +111002468,4,15510024,250,111002468,0,0,0,0,1,224030120 +111002469,4,15510024,250,111002469,0,0,0,0,1,224030120 +111002470,4,15510024,250,111002470,0,0,0,0,1,224030120 +111002471,4,15510024,250,111002471,0,0,0,0,1,224030120 +111002472,4,15510024,250,111002472,0,0,0,0,1,224030120 +111002473,4,15510024,250,111002473,0,0,0,0,1,224030120 +111002474,4,15510024,250,111002474,0,0,0,0,1,224030120 +111002475,4,15510024,250,111002475,0,0,0,0,1,224030120 +111002476,4,15510024,250,111002476,0,0,0,0,1,224030120 +111002477,4,15510024,250,111002477,0,0,0,0,1,224030120 +111002478,4,15510024,250,111002478,0,0,0,0,1,224030120 +111002479,4,15510024,250,111002479,0,0,0,0,1,224030120 +111002480,4,15510024,250,111002480,0,0,0,0,1,224030120 +111002481,4,15510024,250,111002481,0,0,0,0,1,224030120 +111002482,4,15510024,250,111002482,0,0,0,0,1,224030120 +111002483,4,15510024,250,111002483,0,0,0,0,1,224030120 +311000101,4,15530001,250,311000101,0,0,2030/03/31 23:59:59,0,1,223050101 +311000102,4,15530001,250,311000102,0,0,0,0,1,223050101 +311000103,4,15530001,5,311000103,0,0,0,0,1,223050101 +311000104,4,15530001,250,311000104,0,0,0,0,1,223050101 +311000105,4,15530001,250,311000105,0,0,0,0,1,223050101 +311000106,4,15530001,250,311000106,0,0,0,0,1,223050101 +311000107,4,15530001,250,311000107,0,0,0,0,1,223050101 +311000108,4,15530001,250,311000108,0,0,0,0,1,223050101 +311000109,4,15530001,250,311000109,0,0,0,0,1,223050101 +311000110,4,15530001,250,311000110,0,0,0,0,1,223050101 +311000111,4,15530001,250,311000111,0,0,0,0,1,223050101 +311000112,4,15530001,250,311000112,0,0,0,0,1,223050101 +311000113,4,15530001,250,311000113,0,0,0,0,1,223050101 +311000114,4,15530001,250,311000114,0,0,0,0,1,223050101 +311000115,4,15530001,250,311000115,0,0,0,0,1,223050101 +311000116,4,15530001,250,311000116,0,0,0,0,1,223050101 +311000117,4,15530001,250,311000117,0,0,0,0,1,223050101 +311000118,4,15530001,250,311000118,0,0,0,0,1,223050101 +311000119,4,15530001,250,311000119,0,0,0,0,1,223050101 +311000120,4,15530001,250,311000120,0,0,0,0,1,223050101 +311000121,4,15530001,250,311000121,0,0,0,0,1,223050101 +311000122,4,15530001,250,311000122,0,0,0,0,1,223050101 +311000123,4,15530001,250,311000123,0,0,0,0,1,223050101 +311000124,4,15530001,250,311000124,0,0,0,0,1,223050101 +311000125,4,15530001,250,311000125,0,0,0,0,1,223050101 +311000126,4,15530001,250,311000126,0,0,0,0,1,223050101 +311000127,4,15530001,250,311000127,0,0,0,0,1,223050101 +311000128,4,15530001,250,311000128,0,0,0,0,1,223050101 +311000129,4,15530001,250,311000129,0,0,0,0,1,223050101 +311000130,4,15530001,250,311000130,0,0,0,0,1,223050101 +311000131,4,15530001,250,311000131,0,0,0,0,1,223050101 +311000132,4,15530001,250,311000132,0,0,0,0,1,223050101 +311000133,4,15530001,250,311000133,0,0,0,0,1,223050101 +311000134,4,15530001,250,311000134,0,0,0,0,1,223050101 +311000135,4,15530001,250,311000135,0,0,0,0,1,223050101 +311000136,4,15530001,250,311000136,0,0,0,0,1,223050101 +311000137,4,15530001,250,311000137,0,0,0,0,1,223050101 +311000138,4,15530001,250,311000138,0,0,0,0,1,223050101 +311000139,4,15530001,250,311000139,0,0,0,0,1,223050101 +311000140,4,15530001,250,311000140,0,0,0,0,1,223050101 +311000141,4,15530001,250,311000141,0,0,0,0,1,223050101 +311000142,4,15530001,250,311000142,0,0,0,0,1,223050101 +311000143,4,15530001,250,311000143,0,0,0,0,1,223050101 +311000144,4,15530001,250,311000144,0,0,0,0,1,223050101 +311000201,4,15530002,250,311000201,0,0,2030/03/31 23:59:59,0,1,223053001 +311000202,4,15530002,250,311000202,0,0,0,0,1,223053001 +311000203,4,15530002,5,311000203,0,0,0,0,1,223053001 +311000204,4,15530002,250,311000204,0,0,0,0,1,223053001 +311000205,4,15530002,250,311000205,0,0,0,0,1,223053001 +311000206,4,15530002,250,311000206,0,0,0,0,1,223053001 +311000207,4,15530002,250,311000207,0,0,0,0,1,223053001 +311000208,4,15530002,250,311000208,0,0,0,0,1,223053001 +311000209,4,15530002,250,311000209,0,0,0,0,1,223053001 +311000210,4,15530002,250,311000210,0,0,0,0,1,223053001 +311000211,4,15530002,250,311000211,0,0,0,0,1,223053001 +311000212,4,15530002,250,311000212,0,0,0,0,1,223053001 +311000213,4,15530002,250,311000213,0,0,0,0,1,223053001 +311000214,4,15530002,250,311000214,0,0,0,0,1,223053001 +311000215,4,15530002,250,311000215,0,0,0,0,1,223053001 +311000216,4,15530002,250,311000216,0,0,0,0,1,223053001 +311000217,4,15530002,250,311000217,0,0,0,0,1,223053001 +311000218,4,15530002,250,311000218,0,0,0,0,1,223053001 +311000219,4,15530002,250,311000219,0,0,0,0,1,223053001 +311000220,4,15530002,250,311000220,0,0,0,0,1,223053001 +311000221,4,15530002,250,311000221,0,0,0,0,1,223053001 +311000222,4,15530002,250,311000222,0,0,0,0,1,223053001 +311000223,4,15530002,250,311000223,0,0,0,0,1,223053001 +311000224,4,15530002,250,311000224,0,0,0,0,1,223053001 +311000225,4,15530002,250,311000225,0,0,0,0,1,223053001 +311000226,4,15530002,250,311000226,0,0,0,0,1,223053001 +311000227,4,15530002,250,311000227,0,0,0,0,1,223053001 +311000228,4,15530002,250,311000228,0,0,0,0,1,223053001 +311000229,4,15530002,250,311000229,0,0,0,0,1,223053001 +311000230,4,15530002,250,311000230,0,0,0,0,1,223053001 +311000231,4,15530002,250,311000231,0,0,0,0,1,223053001 +311000232,4,15530002,250,311000232,0,0,0,0,1,223053001 +311000233,4,15530002,250,311000233,0,0,0,0,1,223053001 +311000234,4,15530002,250,311000234,0,0,0,0,1,223053001 +311000235,4,15530002,250,311000235,0,0,0,0,1,223053001 +311000236,4,15530002,250,311000236,0,0,0,0,1,223053001 +311000237,4,15530002,250,311000237,0,0,0,0,1,223053001 +311000238,4,15530002,250,311000238,0,0,0,0,1,223053001 +311000239,4,15530002,250,311000239,0,0,0,0,1,223053001 +311000240,4,15530002,250,311000240,0,0,0,0,1,223053001 +311000241,4,15530002,250,311000241,0,0,0,0,1,223053001 +311000242,4,15530002,250,311000242,0,0,0,0,1,223053001 +311000243,4,15530002,250,311000243,0,0,0,0,1,223053001 +311000244,4,15530002,250,311000244,0,0,0,0,1,223053001 +311000245,4,15530002,250,311000245,0,0,0,0,1,223053001 +311000246,4,15530002,250,311000246,0,0,0,0,1,223053001 +311000301,4,15530003,250,311000301,0,0,2030/03/31 23:59:59,0,1,223060901 +311000302,4,15530003,250,311000302,0,0,0,0,1,223060901 +311000303,4,15530003,5,311000303,0,0,0,0,1,223060901 +311000304,4,15530003,250,311000304,0,0,0,0,1,223060901 +311000305,4,15530003,250,311000305,0,0,0,0,1,223060901 +311000306,4,15530003,250,311000306,0,0,0,0,1,223060901 +311000307,4,15530003,250,311000307,0,0,0,0,1,223060901 +311000308,4,15530003,250,311000308,0,0,0,0,1,223060901 +311000309,4,15530003,250,311000309,0,0,0,0,1,223060901 +311000310,4,15530003,250,311000310,0,0,0,0,1,223060901 +311000311,4,15530003,250,311000311,0,0,0,0,1,223060901 +311000312,4,15530003,250,311000312,0,0,0,0,1,223060901 +311000313,4,15530003,250,311000313,0,0,0,0,1,223060901 +311000314,4,15530003,250,311000314,0,0,0,0,1,223060901 +311000315,4,15530003,250,311000315,0,0,0,0,1,223060901 +311000316,4,15530003,250,311000316,0,0,0,0,1,223060901 +311000317,4,15530003,250,311000317,0,0,0,0,1,223060901 +311000318,4,15530003,250,311000318,0,0,0,0,1,223060901 +311000319,4,15530003,250,311000319,0,0,0,0,1,223060901 +311000320,4,15530003,250,311000320,0,0,0,0,1,223060901 +311000321,4,15530003,250,311000321,0,0,0,0,1,223060901 +311000322,4,15530003,250,311000322,0,0,0,0,1,223060901 +311000323,4,15530003,250,311000323,0,0,0,0,1,223060901 +311000324,4,15530003,250,311000324,0,0,0,0,1,223060901 +311000325,4,15530003,250,311000325,0,0,0,0,1,223060901 +311000326,4,15530003,250,311000326,0,0,0,0,1,223060901 +311000327,4,15530003,250,311000327,0,0,0,0,1,223060901 +311000328,4,15530003,250,311000328,0,0,0,0,1,223060901 +311000329,4,15530003,250,311000329,0,0,0,0,1,223060901 +311000330,4,15530003,250,311000330,0,0,0,0,1,223060901 +311000331,4,15530003,250,311000331,0,0,0,0,1,223060901 +311000332,4,15530003,250,311000332,0,0,0,0,1,223060901 +311000333,4,15530003,250,311000333,0,0,0,0,1,223060901 +311000334,4,15530003,250,311000334,0,0,0,0,1,223060901 +311000335,4,15530003,250,311000335,0,0,0,0,1,223060901 +311000336,4,15530003,250,311000336,0,0,0,0,1,223060901 +311000337,4,15530003,250,311000337,0,0,0,0,1,223060901 +311000338,4,15530003,250,311000338,0,0,0,0,1,223060901 +311000339,4,15530003,250,311000339,0,0,0,0,1,223060901 +311000340,4,15530003,250,311000340,0,0,0,0,1,223060901 +311000341,4,15530003,250,311000341,0,0,0,0,1,223060901 +311000342,4,15530003,250,311000342,0,0,0,0,1,223060901 +311000343,4,15530003,250,311000343,0,0,0,0,1,223060901 +311000344,4,15530003,250,311000344,0,0,0,0,1,223060901 +311000345,4,15530003,250,311000345,0,0,0,0,1,223060901 +311000346,4,15530003,250,311000346,0,0,0,0,1,223060901 +311000347,4,15530003,250,311000347,0,0,0,0,1,223060901 +311000348,4,15530003,250,311000348,0,0,0,0,1,223060901 +311000401,4,15530004,250,311000401,0,0,2030/03/31 23:59:59,0,1,223061301 +311000402,4,15530004,250,311000402,0,0,0,0,1,223061301 +311000403,4,15530004,5,311000403,0,0,0,0,1,223061301 +311000404,4,15530004,250,311000404,0,0,0,0,1,223061301 +311000405,4,15530004,250,311000405,0,0,0,0,1,223061301 +311000406,4,15530004,250,311000406,0,0,0,0,1,223061301 +311000407,4,15530004,250,311000407,0,0,0,0,1,223061301 +311000408,4,15530004,250,311000408,0,0,0,0,1,223061301 +311000409,4,15530004,250,311000409,0,0,0,0,1,223061301 +311000410,4,15530004,250,311000410,0,0,0,0,1,223061301 +311000411,4,15530004,250,311000411,0,0,0,0,1,223061301 +311000412,4,15530004,250,311000412,0,0,0,0,1,223061301 +311000413,4,15530004,250,311000413,0,0,0,0,1,223061301 +311000414,4,15530004,250,311000414,0,0,0,0,1,223061301 +311000415,4,15530004,250,311000415,0,0,0,0,1,223061301 +311000416,4,15530004,250,311000416,0,0,0,0,1,223061301 +311000417,4,15530004,250,311000417,0,0,0,0,1,223061301 +311000418,4,15530004,250,311000418,0,0,0,0,1,223061301 +311000419,4,15530004,250,311000419,0,0,0,0,1,223061301 +311000420,4,15530004,250,311000420,0,0,0,0,1,223061301 +311000421,4,15530004,250,311000421,0,0,0,0,1,223061301 +311000422,4,15530004,250,311000422,0,0,0,0,1,223061301 +311000423,4,15530004,250,311000423,0,0,0,0,1,223061301 +311000424,4,15530004,250,311000424,0,0,0,0,1,223061301 +311000425,4,15530004,250,311000425,0,0,0,0,1,223061301 +311000426,4,15530004,250,311000426,0,0,0,0,1,223061301 +311000427,4,15530004,250,311000427,0,0,0,0,1,223061301 +311000428,4,15530004,250,311000428,0,0,0,0,1,223061301 +311000429,4,15530004,250,311000429,0,0,0,0,1,223061301 +311000430,4,15530004,250,311000430,0,0,0,0,1,223061301 +311000431,4,15530004,250,311000431,0,0,0,0,1,223061301 +311000432,4,15530004,250,311000432,0,0,0,0,1,223061301 +311000433,4,15530004,250,311000433,0,0,0,0,1,223061301 +311000434,4,15530004,250,311000434,0,0,0,0,1,223061301 +311000435,4,15530004,250,311000435,0,0,0,0,1,223061301 +311000436,4,15530004,250,311000436,0,0,0,0,1,223061301 +311000437,4,15530004,250,311000437,0,0,0,0,1,223061301 +311000438,4,15530004,250,311000438,0,0,0,0,1,223061301 +311000439,4,15530004,250,311000439,0,0,0,0,1,223061301 +311000440,4,15530004,250,311000440,0,0,0,0,1,223061301 +311000441,4,15530004,250,311000441,0,0,0,0,1,223061301 +311000442,4,15530004,250,311000442,0,0,0,0,1,223061301 +311000443,4,15530004,250,311000443,0,0,0,0,1,223061301 +311000444,4,15530004,250,311000444,0,0,0,0,1,223061301 +311000445,4,15530004,250,311000445,0,0,0,0,1,223061301 +311000446,4,15530004,250,311000446,0,0,0,0,1,223061301 +311000447,4,15530004,250,311000447,0,0,0,0,1,223061301 +311000448,4,15530004,250,311000448,0,0,0,0,1,223061301 +311000501,4,15530005,250,311000501,0,0,2030/03/31 23:59:59,0,1,223061701 +311000502,4,15530005,250,311000502,0,0,0,0,1,223061701 +311000503,4,15530005,5,311000503,0,0,0,0,1,223061701 +311000504,4,15530005,250,311000504,0,0,0,0,1,223061701 +311000505,4,15530005,250,311000505,0,0,0,0,1,223061701 +311000506,4,15530005,250,311000506,0,0,0,0,1,223061701 +311000507,4,15530005,250,311000507,0,0,0,0,1,223061701 +311000508,4,15530005,250,311000508,0,0,0,0,1,223061701 +311000509,4,15530005,250,311000509,0,0,0,0,1,223061701 +311000510,4,15530005,250,311000510,0,0,0,0,1,223061701 +311000511,4,15530005,250,311000511,0,0,0,0,1,223061701 +311000512,4,15530005,250,311000512,0,0,0,0,1,223061701 +311000513,4,15530005,250,311000513,0,0,0,0,1,223061701 +311000514,4,15530005,250,311000514,0,0,0,0,1,223061701 +311000515,4,15530005,250,311000515,0,0,0,0,1,223061701 +311000516,4,15530005,250,311000516,0,0,0,0,1,223061701 +311000517,4,15530005,250,311000517,0,0,0,0,1,223061701 +311000518,4,15530005,250,311000518,0,0,0,0,1,223061701 +311000519,4,15530005,250,311000519,0,0,0,0,1,223061701 +311000520,4,15530005,250,311000520,0,0,0,0,1,223061701 +311000521,4,15530005,250,311000521,0,0,0,0,1,223061701 +311000522,4,15530005,250,311000522,0,0,0,0,1,223061701 +311000523,4,15530005,250,311000523,0,0,0,0,1,223061701 +311000524,4,15530005,250,311000524,0,0,0,0,1,223061701 +311000525,4,15530005,250,311000525,0,0,0,0,1,223061701 +311000526,4,15530005,250,311000526,0,0,0,0,1,223061701 +311000527,4,15530005,250,311000527,0,0,0,0,1,223061701 +311000528,4,15530005,250,311000528,0,0,0,0,1,223061701 +311000529,4,15530005,250,311000529,0,0,0,0,1,223061701 +311000530,4,15530005,250,311000530,0,0,0,0,1,223061701 +311000531,4,15530005,250,311000531,0,0,0,0,1,223061701 +311000532,4,15530005,250,311000532,0,0,0,0,1,223061701 +311000533,4,15530005,250,311000533,0,0,0,0,1,223061701 +311000534,4,15530005,250,311000534,0,0,0,0,1,223061701 +311000535,4,15530005,250,311000535,0,0,0,0,1,223061701 +311000536,4,15530005,250,311000536,0,0,0,0,1,223061701 +311000537,4,15530005,250,311000537,0,0,0,0,1,223061701 +311000538,4,15530005,250,311000538,0,0,0,0,1,223061701 +311000539,4,15530005,250,311000539,0,0,0,0,1,223061701 +311000540,4,15530005,250,311000540,0,0,0,0,1,223061701 +311000541,4,15530005,250,311000541,0,0,0,0,1,223061701 +311000542,4,15530005,250,311000542,0,0,0,0,1,223061701 +311000543,4,15530005,250,311000543,0,0,0,0,1,223061701 +311000544,4,15530005,250,311000544,0,0,0,0,1,223061701 +311000545,4,15530005,250,311000545,0,0,0,0,1,223061701 +311000546,4,15530005,250,311000546,0,0,0,0,1,223061701 +311000547,4,15530005,250,311000547,0,0,0,0,1,223061701 +311000548,4,15530005,250,311000548,0,0,0,0,1,223061701 +311000601,4,15530006,250,311000601,0,0,2030/03/31 23:59:59,0,1,223062901 +311000602,4,15530006,250,311000602,0,0,0,0,1,223062901 +311000603,4,15530006,5,311000603,0,0,0,0,1,223062901 +311000604,4,15530006,250,311000604,0,0,0,0,1,223062901 +311000605,4,15530006,250,311000605,0,0,0,0,1,223062901 +311000606,4,15530006,250,311000606,0,0,0,0,1,223062901 +311000607,4,15530006,250,311000607,0,0,0,0,1,223062901 +311000608,4,15530006,250,311000608,0,0,0,0,1,223062901 +311000609,4,15530006,250,311000609,0,0,0,0,1,223062901 +311000610,4,15530006,250,311000610,0,0,0,0,1,223062901 +311000611,4,15530006,250,311000611,0,0,0,0,1,223062901 +311000612,4,15530006,250,311000612,0,0,0,0,1,223062901 +311000613,4,15530006,250,311000613,0,0,0,0,1,223062901 +311000614,4,15530006,250,311000614,0,0,0,0,1,223062901 +311000615,4,15530006,250,311000615,0,0,0,0,1,223062901 +311000616,4,15530006,250,311000616,0,0,0,0,1,223062901 +311000617,4,15530006,250,311000617,0,0,0,0,1,223062901 +311000618,4,15530006,250,311000618,0,0,0,0,1,223062901 +311000619,4,15530006,250,311000619,0,0,0,0,1,223062901 +311000620,4,15530006,250,311000620,0,0,0,0,1,223062901 +311000621,4,15530006,250,311000621,0,0,0,0,1,223062901 +311000622,4,15530006,250,311000622,0,0,0,0,1,223062901 +311000623,4,15530006,250,311000623,0,0,0,0,1,223062901 +311000624,4,15530006,250,311000624,0,0,0,0,1,223062901 +311000625,4,15530006,250,311000625,0,0,0,0,1,223062901 +311000626,4,15530006,250,311000626,0,0,0,0,1,223062901 +311000627,4,15530006,250,311000627,0,0,0,0,1,223062901 +311000628,4,15530006,250,311000628,0,0,0,0,1,223062901 +311000629,4,15530006,250,311000629,0,0,0,0,1,223062901 +311000630,4,15530006,250,311000630,0,0,0,0,1,223062901 +311000631,4,15530006,250,311000631,0,0,0,0,1,223062901 +311000632,4,15530006,250,311000632,0,0,0,0,1,223062901 +311000633,4,15530006,250,311000633,0,0,0,0,1,223062901 +311000634,4,15530006,250,311000634,0,0,0,0,1,223062901 +311000635,4,15530006,250,311000635,0,0,0,0,1,223062901 +311000636,4,15530006,250,311000636,0,0,0,0,1,223062901 +311000637,4,15530006,250,311000637,0,0,0,0,1,223062901 +311000638,4,15530006,250,311000638,0,0,0,0,1,223062901 +311000639,4,15530006,250,311000639,0,0,0,0,1,223062901 +311000640,4,15530006,250,311000640,0,0,0,0,1,223062901 +311000641,4,15530006,250,311000641,0,0,0,0,1,223062901 +311000642,4,15530006,250,311000642,0,0,0,0,1,223062901 +311000643,4,15530006,250,311000643,0,0,0,0,1,223062901 +311000644,4,15530006,250,311000644,0,0,0,0,1,223062901 +311000645,4,15530006,250,311000645,0,0,0,0,1,223062901 +311000646,4,15530006,250,311000646,0,0,0,0,1,223062901 +311000647,4,15530006,250,311000647,0,0,0,0,1,223062901 +311000648,4,15530006,250,311000648,0,0,0,0,1,223062901 +311000649,4,15530006,250,311000649,0,0,0,0,1,223062901 +311000650,4,15530006,250,311000650,0,0,0,0,1,223062901 +311000701,4,15530007,250,311000701,0,0,2030/03/31 23:59:59,0,1,223071301 +311000702,4,15530007,250,311000702,0,0,0,0,1,223071301 +311000703,4,15530007,5,311000703,0,0,0,0,1,223071301 +311000704,4,15530007,250,311000704,0,0,0,0,1,223071301 +311000705,4,15530007,250,311000705,0,0,0,0,1,223071301 +311000706,4,15530007,250,311000706,0,0,0,0,1,223071301 +311000707,4,15530007,250,311000707,0,0,0,0,1,223071301 +311000708,4,15530007,250,311000708,0,0,0,0,1,223071301 +311000709,4,15530007,250,311000709,0,0,0,0,1,223071301 +311000710,4,15530007,250,311000710,0,0,0,0,1,223071301 +311000711,4,15530007,250,311000711,0,0,0,0,1,223071301 +311000712,4,15530007,250,311000712,0,0,0,0,1,223071301 +311000713,4,15530007,250,311000713,0,0,0,0,1,223071301 +311000714,4,15530007,250,311000714,0,0,0,0,1,223071301 +311000715,4,15530007,250,311000715,0,0,0,0,1,223071301 +311000716,4,15530007,250,311000716,0,0,0,0,1,223071301 +311000717,4,15530007,250,311000717,0,0,0,0,1,223071301 +311000718,4,15530007,250,311000718,0,0,0,0,1,223071301 +311000719,4,15530007,250,311000719,0,0,0,0,1,223071301 +311000720,4,15530007,250,311000720,0,0,0,0,1,223071301 +311000721,4,15530007,250,311000721,0,0,0,0,1,223071301 +311000722,4,15530007,250,311000722,0,0,0,0,1,223071301 +311000723,4,15530007,250,311000723,0,0,0,0,1,223071301 +311000724,4,15530007,250,311000724,0,0,0,0,1,223071301 +311000725,4,15530007,250,311000725,0,0,0,0,1,223071301 +311000726,4,15530007,250,311000726,0,0,0,0,1,223071301 +311000727,4,15530007,250,311000727,0,0,0,0,1,223071301 +311000728,4,15530007,250,311000728,0,0,0,0,1,223071301 +311000729,4,15530007,250,311000729,0,0,0,0,1,223071301 +311000730,4,15530007,250,311000730,0,0,0,0,1,223071301 +311000731,4,15530007,250,311000731,0,0,0,0,1,223071301 +311000732,4,15530007,250,311000732,0,0,0,0,1,223071301 +311000733,4,15530007,250,311000733,0,0,0,0,1,223071301 +311000734,4,15530007,250,311000734,0,0,0,0,1,223071301 +311000735,4,15530007,250,311000735,0,0,0,0,1,223071301 +311000736,4,15530007,250,311000736,0,0,0,0,1,223071301 +311000737,4,15530007,250,311000737,0,0,0,0,1,223071301 +311000738,4,15530007,250,311000738,0,0,0,0,1,223071301 +311000739,4,15530007,250,311000739,0,0,0,0,1,223071301 +311000740,4,15530007,250,311000740,0,0,0,0,1,223071301 +311000741,4,15530007,250,311000741,0,0,0,0,1,223071301 +311000742,4,15530007,250,311000742,0,0,0,0,1,223071301 +311000743,4,15530007,250,311000743,0,0,0,0,1,223071301 +311000744,4,15530007,250,311000744,0,0,0,0,1,223071301 +311000745,4,15530007,250,311000745,0,0,0,0,1,223071301 +311000746,4,15530007,250,311000746,0,0,0,0,1,223071301 +311000747,4,15530007,250,311000747,0,0,0,0,1,223071301 +311000748,4,15530007,250,311000748,0,0,0,0,1,223071301 +311000749,4,15530007,250,311000749,0,0,0,0,1,223071301 +311000750,4,15530007,250,311000750,0,0,0,0,1,223071301 +311000751,4,15530007,250,311000751,0,0,0,0,1,223071301 +311000752,4,15530007,250,311000752,0,0,0,0,1,223071301 +311000801,4,15530008,250,311000801,0,0,2030/03/31 23:59:59,0,1,223071702 +311000802,4,15530008,250,311000802,0,0,0,0,1,223071702 +311000803,4,15530008,5,311000803,0,0,0,0,1,223071702 +311000804,4,15530008,250,311000804,0,0,0,0,1,223071702 +311000805,4,15530008,250,311000805,0,0,0,0,1,223071702 +311000806,4,15530008,250,311000806,0,0,0,0,1,223071702 +311000807,4,15530008,250,311000807,0,0,0,0,1,223071702 +311000808,4,15530008,250,311000808,0,0,0,0,1,223071702 +311000809,4,15530008,250,311000809,0,0,0,0,1,223071702 +311000810,4,15530008,250,311000810,0,0,0,0,1,223071702 +311000811,4,15530008,250,311000811,0,0,0,0,1,223071702 +311000812,4,15530008,250,311000812,0,0,0,0,1,223071702 +311000813,4,15530008,250,311000813,0,0,0,0,1,223071702 +311000814,4,15530008,250,311000814,0,0,0,0,1,223071702 +311000815,4,15530008,250,311000815,0,0,0,0,1,223071702 +311000816,4,15530008,250,311000816,0,0,0,0,1,223071702 +311000817,4,15530008,250,311000817,0,0,0,0,1,223071702 +311000818,4,15530008,250,311000818,0,0,0,0,1,223071702 +311000819,4,15530008,250,311000819,0,0,0,0,1,223071702 +311000820,4,15530008,250,311000820,0,0,0,0,1,223071702 +311000821,4,15530008,250,311000821,0,0,0,0,1,223071702 +311000822,4,15530008,250,311000822,0,0,0,0,1,223071702 +311000823,4,15530008,250,311000823,0,0,0,0,1,223071702 +311000824,4,15530008,250,311000824,0,0,0,0,1,223071702 +311000825,4,15530008,250,311000825,0,0,0,0,1,223071702 +311000826,4,15530008,250,311000826,0,0,0,0,1,223071702 +311000827,4,15530008,250,311000827,0,0,0,0,1,223071702 +311000828,4,15530008,250,311000828,0,0,0,0,1,223071702 +311000829,4,15530008,250,311000829,0,0,0,0,1,223071702 +311000830,4,15530008,250,311000830,0,0,0,0,1,223071702 +311000831,4,15530008,250,311000831,0,0,0,0,1,223071702 +311000832,4,15530008,250,311000832,0,0,0,0,1,223071702 +311000833,4,15530008,250,311000833,0,0,0,0,1,223071702 +311000834,4,15530008,250,311000834,0,0,0,0,1,223071702 +311000835,4,15530008,250,311000835,0,0,0,0,1,223071702 +311000836,4,15530008,250,311000836,0,0,0,0,1,223071702 +311000837,4,15530008,250,311000837,0,0,0,0,1,223071702 +311000838,4,15530008,250,311000838,0,0,0,0,1,223071702 +311000839,4,15530008,250,311000839,0,0,0,0,1,223071702 +311000840,4,15530008,250,311000840,0,0,0,0,1,223071702 +311000841,4,15530008,250,311000841,0,0,0,0,1,223071702 +311000842,4,15530008,250,311000842,0,0,0,0,1,223071702 +311000843,4,15530008,250,311000843,0,0,0,0,1,223071702 +311000844,4,15530008,250,311000844,0,0,0,0,1,223071702 +311000845,4,15530008,250,311000845,0,0,0,0,1,223071702 +311000846,4,15530008,250,311000846,0,0,0,0,1,223071702 +311000847,4,15530008,250,311000847,0,0,0,0,1,223071702 +311000848,4,15530008,250,311000848,0,0,0,0,1,223071702 +311000849,4,15530008,250,311000849,0,0,0,0,1,223071702 +311000850,4,15530008,250,311000850,0,0,0,0,1,223071702 +311000851,4,15530008,250,311000851,0,0,0,0,1,223071702 +311000852,4,15530008,250,311000852,0,0,0,0,1,223071702 +311000853,4,15530008,250,311000853,0,0,0,0,1,223071702 +311000854,4,15530008,250,311000854,0,0,0,0,1,223071702 +311000901,4,15530009,250,311000901,0,0,2030/03/31 23:59:59,0,1,223072201 +311000902,4,15530009,250,311000902,0,0,0,0,1,223072201 +311000903,4,15530009,5,311000903,0,0,0,0,1,223072201 +311000904,4,15530009,250,311000904,0,0,0,0,1,223072201 +311000905,4,15530009,250,311000905,0,0,0,0,1,223072201 +311000906,4,15530009,250,311000906,0,0,0,0,1,223072201 +311000907,4,15530009,250,311000907,0,0,0,0,1,223072201 +311000908,4,15530009,250,311000908,0,0,0,0,1,223072201 +311000909,4,15530009,250,311000909,0,0,0,0,1,223072201 +311000910,4,15530009,250,311000910,0,0,0,0,1,223072201 +311000911,4,15530009,250,311000911,0,0,0,0,1,223072201 +311000912,4,15530009,250,311000912,0,0,0,0,1,223072201 +311000913,4,15530009,250,311000913,0,0,0,0,1,223072201 +311000914,4,15530009,250,311000914,0,0,0,0,1,223072201 +311000915,4,15530009,250,311000915,0,0,0,0,1,223072201 +311000916,4,15530009,250,311000916,0,0,0,0,1,223072201 +311000917,4,15530009,250,311000917,0,0,0,0,1,223072201 +311000918,4,15530009,250,311000918,0,0,0,0,1,223072201 +311000919,4,15530009,250,311000919,0,0,0,0,1,223072201 +311000920,4,15530009,250,311000920,0,0,0,0,1,223072201 +311000921,4,15530009,250,311000921,0,0,0,0,1,223072201 +311000922,4,15530009,250,311000922,0,0,0,0,1,223072201 +311000923,4,15530009,250,311000923,0,0,0,0,1,223072201 +311000924,4,15530009,250,311000924,0,0,0,0,1,223072201 +311000925,4,15530009,250,311000925,0,0,0,0,1,223072201 +311000926,4,15530009,250,311000926,0,0,0,0,1,223072201 +311000927,4,15530009,250,311000927,0,0,0,0,1,223072201 +311000928,4,15530009,250,311000928,0,0,0,0,1,223072201 +311000929,4,15530009,250,311000929,0,0,0,0,1,223072201 +311000930,4,15530009,250,311000930,0,0,0,0,1,223072201 +311000931,4,15530009,250,311000931,0,0,0,0,1,223072201 +311000932,4,15530009,250,311000932,0,0,0,0,1,223072201 +311000933,4,15530009,250,311000933,0,0,0,0,1,223072201 +311000934,4,15530009,250,311000934,0,0,0,0,1,223072201 +311000935,4,15530009,250,311000935,0,0,0,0,1,223072201 +311000936,4,15530009,250,311000936,0,0,0,0,1,223072201 +311000937,4,15530009,250,311000937,0,0,0,0,1,223072201 +311000938,4,15530009,250,311000938,0,0,0,0,1,223072201 +311000939,4,15530009,250,311000939,0,0,0,0,1,223072201 +311000940,4,15530009,250,311000940,0,0,0,0,1,223072201 +311000941,4,15530009,250,311000941,0,0,0,0,1,223072201 +311000942,4,15530009,250,311000942,0,0,0,0,1,223072201 +311000943,4,15530009,250,311000943,0,0,0,0,1,223072201 +311000944,4,15530009,250,311000944,0,0,0,0,1,223072201 +311000945,4,15530009,250,311000945,0,0,0,0,1,223072201 +311000946,4,15530009,250,311000946,0,0,0,0,1,223072201 +311000947,4,15530009,250,311000947,0,0,0,0,1,223072201 +311000948,4,15530009,250,311000948,0,0,0,0,1,223072201 +311000949,4,15530009,250,311000949,0,0,0,0,1,223072201 +311000950,4,15530009,250,311000950,0,0,0,0,1,223072201 +311000951,4,15530009,250,311000951,0,0,0,0,1,223072201 +311000952,4,15530009,250,311000952,0,0,0,0,1,223072201 +311000953,4,15530009,250,311000953,0,0,0,0,1,223072201 +311000954,4,15530009,250,311000954,0,0,0,0,1,223072201 +311001001,4,15530010,250,311001001,0,0,2030/03/31 23:59:59,0,1,223080102 +311001002,4,15530010,250,311001002,0,0,0,0,1,223080102 +311001003,4,15530010,5,311001003,0,0,0,0,1,223080102 +311001004,4,15530010,250,311001004,0,0,0,0,1,223080102 +311001005,4,15530010,250,311001005,0,0,0,0,1,223080102 +311001006,4,15530010,250,311001006,0,0,0,0,1,223080102 +311001007,4,15530010,250,311001007,0,0,0,0,1,223080102 +311001008,4,15530010,250,311001008,0,0,0,0,1,223080102 +311001009,4,15530010,250,311001009,0,0,0,0,1,223080102 +311001010,4,15530010,250,311001010,0,0,0,0,1,223080102 +311001011,4,15530010,250,311001011,0,0,0,0,1,223080102 +311001012,4,15530010,250,311001012,0,0,0,0,1,223080102 +311001013,4,15530010,250,311001013,0,0,0,0,1,223080102 +311001014,4,15530010,250,311001014,0,0,0,0,1,223080102 +311001015,4,15530010,250,311001015,0,0,0,0,1,223080102 +311001016,4,15530010,250,311001016,0,0,0,0,1,223080102 +311001017,4,15530010,250,311001017,0,0,0,0,1,223080102 +311001018,4,15530010,250,311001018,0,0,0,0,1,223080102 +311001019,4,15530010,250,311001019,0,0,0,0,1,223080102 +311001020,4,15530010,250,311001020,0,0,0,0,1,223080102 +311001021,4,15530010,250,311001021,0,0,0,0,1,223080102 +311001022,4,15530010,250,311001022,0,0,0,0,1,223080102 +311001023,4,15530010,250,311001023,0,0,0,0,1,223080102 +311001024,4,15530010,250,311001024,0,0,0,0,1,223080102 +311001025,4,15530010,250,311001025,0,0,0,0,1,223080102 +311001026,4,15530010,250,311001026,0,0,0,0,1,223080102 +311001027,4,15530010,250,311001027,0,0,0,0,1,223080102 +311001028,4,15530010,250,311001028,0,0,0,0,1,223080102 +311001029,4,15530010,250,311001029,0,0,0,0,1,223080102 +311001030,4,15530010,250,311001030,0,0,0,0,1,223080102 +311001031,4,15530010,250,311001031,0,0,0,0,1,223080102 +311001032,4,15530010,250,311001032,0,0,0,0,1,223080102 +311001033,4,15530010,250,311001033,0,0,0,0,1,223080102 +311001034,4,15530010,250,311001034,0,0,0,0,1,223080102 +311001035,4,15530010,250,311001035,0,0,0,0,1,223080102 +311001036,4,15530010,250,311001036,0,0,0,0,1,223080102 +311001037,4,15530010,250,311001037,0,0,0,0,1,223080102 +311001038,4,15530010,250,311001038,0,0,0,0,1,223080102 +311001039,4,15530010,250,311001039,0,0,0,0,1,223080102 +311001040,4,15530010,250,311001040,0,0,0,0,1,223080102 +311001041,4,15530010,250,311001041,0,0,0,0,1,223080102 +311001042,4,15530010,250,311001042,0,0,0,0,1,223080102 +311001043,4,15530010,250,311001043,0,0,0,0,1,223080102 +311001044,4,15530010,250,311001044,0,0,0,0,1,223080102 +311001045,4,15530010,250,311001045,0,0,0,0,1,223080102 +311001046,4,15530010,250,311001046,0,0,0,0,1,223080102 +311001047,4,15530010,250,311001047,0,0,0,0,1,223080102 +311001048,4,15530010,250,311001048,0,0,0,0,1,223080102 +311001049,4,15530010,250,311001049,0,0,0,0,1,223080102 +311001050,4,15530010,250,311001050,0,0,0,0,1,223080102 +311001051,4,15530010,250,311001051,0,0,0,0,1,223080102 +311001052,4,15530010,250,311001052,0,0,0,0,1,223080102 +311001053,4,15530010,250,311001053,0,0,0,0,1,223080102 +311001054,4,15530010,250,311001054,0,0,0,0,1,223080102 +311001055,4,15530010,250,311001055,0,0,0,0,1,223080102 +311001056,4,15530010,250,311001056,0,0,0,0,1,223080102 +311001101,4,15530011,250,311001101,0,0,2030/03/31 23:59:59,0,1,223080303 +311001102,4,15530011,250,311001102,0,0,0,0,1,223080303 +311001103,4,15530011,5,311001103,0,0,0,0,1,223080303 +311001104,4,15530011,250,311001104,0,0,0,0,1,223080303 +311001105,4,15530011,250,311001105,0,0,0,0,1,223080303 +311001106,4,15530011,250,311001106,0,0,0,0,1,223080303 +311001107,4,15530011,250,311001107,0,0,0,0,1,223080303 +311001108,4,15530011,250,311001108,0,0,0,0,1,223080303 +311001109,4,15530011,250,311001109,0,0,0,0,1,223080303 +311001110,4,15530011,250,311001110,0,0,0,0,1,223080303 +311001111,4,15530011,250,311001111,0,0,0,0,1,223080303 +311001112,4,15530011,250,311001112,0,0,0,0,1,223080303 +311001113,4,15530011,250,311001113,0,0,0,0,1,223080303 +311001114,4,15530011,250,311001114,0,0,0,0,1,223080303 +311001115,4,15530011,250,311001115,0,0,0,0,1,223080303 +311001116,4,15530011,250,311001116,0,0,0,0,1,223080303 +311001117,4,15530011,250,311001117,0,0,0,0,1,223080303 +311001118,4,15530011,250,311001118,0,0,0,0,1,223080303 +311001119,4,15530011,250,311001119,0,0,0,0,1,223080303 +311001120,4,15530011,250,311001120,0,0,0,0,1,223080303 +311001121,4,15530011,250,311001121,0,0,0,0,1,223080303 +311001122,4,15530011,250,311001122,0,0,0,0,1,223080303 +311001123,4,15530011,250,311001123,0,0,0,0,1,223080303 +311001124,4,15530011,250,311001124,0,0,0,0,1,223080303 +311001125,4,15530011,250,311001125,0,0,0,0,1,223080303 +311001126,4,15530011,250,311001126,0,0,0,0,1,223080303 +311001127,4,15530011,250,311001127,0,0,0,0,1,223080303 +311001128,4,15530011,250,311001128,0,0,0,0,1,223080303 +311001129,4,15530011,250,311001129,0,0,0,0,1,223080303 +311001130,4,15530011,250,311001130,0,0,0,0,1,223080303 +311001131,4,15530011,250,311001131,0,0,0,0,1,223080303 +311001132,4,15530011,250,311001132,0,0,0,0,1,223080303 +311001133,4,15530011,250,311001133,0,0,0,0,1,223080303 +311001134,4,15530011,250,311001134,0,0,0,0,1,223080303 +311001135,4,15530011,250,311001135,0,0,0,0,1,223080303 +311001136,4,15530011,250,311001136,0,0,0,0,1,223080303 +311001137,4,15530011,250,311001137,0,0,0,0,1,223080303 +311001138,4,15530011,250,311001138,0,0,0,0,1,223080303 +311001139,4,15530011,250,311001139,0,0,0,0,1,223080303 +311001140,4,15530011,250,311001140,0,0,0,0,1,223080303 +311001141,4,15530011,250,311001141,0,0,0,0,1,223080303 +311001142,4,15530011,250,311001142,0,0,0,0,1,223080303 +311001143,4,15530011,250,311001143,0,0,0,0,1,223080303 +311001144,4,15530011,250,311001144,0,0,0,0,1,223080303 +311001145,4,15530011,250,311001145,0,0,0,0,1,223080303 +311001146,4,15530011,250,311001146,0,0,0,0,1,223080303 +311001147,4,15530011,250,311001147,0,0,0,0,1,223080303 +311001148,4,15530011,250,311001148,0,0,0,0,1,223080303 +311001149,4,15530011,250,311001149,0,0,0,0,1,223080303 +311001150,4,15530011,250,311001150,0,0,0,0,1,223080303 +311001151,4,15530011,250,311001151,0,0,0,0,1,223080303 +311001152,4,15530011,250,311001152,0,0,0,0,1,223080303 +311001153,4,15530011,250,311001153,0,0,0,0,1,223080303 +311001154,4,15530011,250,311001154,0,0,0,0,1,223080303 +311001155,4,15530011,250,311001155,0,0,0,0,1,223080303 +311001156,4,15530011,250,311001156,0,0,0,0,1,223080303 +311001201,4,15530012,250,311001201,0,0,2030/03/31 23:59:59,0,1,223080701 +311001202,4,15530012,250,311001202,0,0,0,0,1,223080701 +311001203,4,15530012,5,311001203,0,0,0,0,1,223080701 +311001204,4,15530012,250,311001204,0,0,0,0,1,223080701 +311001205,4,15530012,250,311001205,0,0,0,0,1,223080701 +311001206,4,15530012,250,311001206,0,0,0,0,1,223080701 +311001207,4,15530012,250,311001207,0,0,0,0,1,223080701 +311001208,4,15530012,250,311001208,0,0,0,0,1,223080701 +311001209,4,15530012,250,311001209,0,0,0,0,1,223080701 +311001210,4,15530012,250,311001210,0,0,0,0,1,223080701 +311001211,4,15530012,250,311001211,0,0,0,0,1,223080701 +311001212,4,15530012,250,311001212,0,0,0,0,1,223080701 +311001213,4,15530012,250,311001213,0,0,0,0,1,223080701 +311001214,4,15530012,250,311001214,0,0,0,0,1,223080701 +311001215,4,15530012,250,311001215,0,0,0,0,1,223080701 +311001216,4,15530012,250,311001216,0,0,0,0,1,223080701 +311001217,4,15530012,250,311001217,0,0,0,0,1,223080701 +311001218,4,15530012,250,311001218,0,0,0,0,1,223080701 +311001219,4,15530012,250,311001219,0,0,0,0,1,223080701 +311001220,4,15530012,250,311001220,0,0,0,0,1,223080701 +311001221,4,15530012,250,311001221,0,0,0,0,1,223080701 +311001222,4,15530012,250,311001222,0,0,0,0,1,223080701 +311001223,4,15530012,250,311001223,0,0,0,0,1,223080701 +311001224,4,15530012,250,311001224,0,0,0,0,1,223080701 +311001225,4,15530012,250,311001225,0,0,0,0,1,223080701 +311001226,4,15530012,250,311001226,0,0,0,0,1,223080701 +311001227,4,15530012,250,311001227,0,0,0,0,1,223080701 +311001228,4,15530012,250,311001228,0,0,0,0,1,223080701 +311001229,4,15530012,250,311001229,0,0,0,0,1,223080701 +311001230,4,15530012,250,311001230,0,0,0,0,1,223080701 +311001231,4,15530012,250,311001231,0,0,0,0,1,223080701 +311001232,4,15530012,250,311001232,0,0,0,0,1,223080701 +311001233,4,15530012,250,311001233,0,0,0,0,1,223080701 +311001234,4,15530012,250,311001234,0,0,0,0,1,223080701 +311001235,4,15530012,250,311001235,0,0,0,0,1,223080701 +311001236,4,15530012,250,311001236,0,0,0,0,1,223080701 +311001237,4,15530012,250,311001237,0,0,0,0,1,223080701 +311001238,4,15530012,250,311001238,0,0,0,0,1,223080701 +311001239,4,15530012,250,311001239,0,0,0,0,1,223080701 +311001240,4,15530012,250,311001240,0,0,0,0,1,223080701 +311001241,4,15530012,250,311001241,0,0,0,0,1,223080701 +311001242,4,15530012,250,311001242,0,0,0,0,1,223080701 +311001243,4,15530012,250,311001243,0,0,0,0,1,223080701 +311001244,4,15530012,250,311001244,0,0,0,0,1,223080701 +311001245,4,15530012,250,311001245,0,0,0,0,1,223080701 +311001246,4,15530012,250,311001246,0,0,0,0,1,223080701 +311001247,4,15530012,250,311001247,0,0,0,0,1,223080701 +311001248,4,15530012,250,311001248,0,0,0,0,1,223080701 +311001249,4,15530012,250,311001249,0,0,0,0,1,223080701 +311001250,4,15530012,250,311001250,0,0,0,0,1,223080701 +311001251,4,15530012,250,311001251,0,0,0,0,1,223080701 +311001252,4,15530012,250,311001252,0,0,0,0,1,223080701 +311001253,4,15530012,250,311001253,0,0,0,0,1,223080701 +311001254,4,15530012,250,311001254,0,0,0,0,1,223080701 +311001255,4,15530012,250,311001255,0,0,0,0,1,223080701 +311001256,4,15530012,250,311001256,0,0,0,0,1,223080701 +311001301,4,15530013,250,311001301,0,0,2030/03/31 23:59:59,0,1,223080801 +311001302,4,15530013,250,311001302,0,0,0,0,1,223080801 +311001303,4,15530013,5,311001303,0,0,0,0,1,223080801 +311001304,4,15530013,250,311001304,0,0,0,0,1,223080801 +311001305,4,15530013,250,311001305,0,0,0,0,1,223080801 +311001306,4,15530013,250,311001306,0,0,0,0,1,223080801 +311001307,4,15530013,250,311001307,0,0,0,0,1,223080801 +311001308,4,15530013,250,311001308,0,0,0,0,1,223080801 +311001309,4,15530013,250,311001309,0,0,0,0,1,223080801 +311001310,4,15530013,250,311001310,0,0,0,0,1,223080801 +311001311,4,15530013,250,311001311,0,0,0,0,1,223080801 +311001312,4,15530013,250,311001312,0,0,0,0,1,223080801 +311001313,4,15530013,250,311001313,0,0,0,0,1,223080801 +311001314,4,15530013,250,311001314,0,0,0,0,1,223080801 +311001315,4,15530013,250,311001315,0,0,0,0,1,223080801 +311001316,4,15530013,250,311001316,0,0,0,0,1,223080801 +311001317,4,15530013,250,311001317,0,0,0,0,1,223080801 +311001318,4,15530013,250,311001318,0,0,0,0,1,223080801 +311001319,4,15530013,250,311001319,0,0,0,0,1,223080801 +311001320,4,15530013,250,311001320,0,0,0,0,1,223080801 +311001321,4,15530013,250,311001321,0,0,0,0,1,223080801 +311001322,4,15530013,250,311001322,0,0,0,0,1,223080801 +311001323,4,15530013,250,311001323,0,0,0,0,1,223080801 +311001324,4,15530013,250,311001324,0,0,0,0,1,223080801 +311001325,4,15530013,250,311001325,0,0,0,0,1,223080801 +311001326,4,15530013,250,311001326,0,0,0,0,1,223080801 +311001327,4,15530013,250,311001327,0,0,0,0,1,223080801 +311001328,4,15530013,250,311001328,0,0,0,0,1,223080801 +311001329,4,15530013,250,311001329,0,0,0,0,1,223080801 +311001330,4,15530013,250,311001330,0,0,0,0,1,223080801 +311001331,4,15530013,250,311001331,0,0,0,0,1,223080801 +311001332,4,15530013,250,311001332,0,0,0,0,1,223080801 +311001333,4,15530013,250,311001333,0,0,0,0,1,223080801 +311001334,4,15530013,250,311001334,0,0,0,0,1,223080801 +311001335,4,15530013,250,311001335,0,0,0,0,1,223080801 +311001336,4,15530013,250,311001336,0,0,0,0,1,223080801 +311001337,4,15530013,250,311001337,0,0,0,0,1,223080801 +311001338,4,15530013,250,311001338,0,0,0,0,1,223080801 +311001339,4,15530013,250,311001339,0,0,0,0,1,223080801 +311001340,4,15530013,250,311001340,0,0,0,0,1,223080801 +311001341,4,15530013,250,311001341,0,0,0,0,1,223080801 +311001342,4,15530013,250,311001342,0,0,0,0,1,223080801 +311001343,4,15530013,250,311001343,0,0,0,0,1,223080801 +311001344,4,15530013,250,311001344,0,0,0,0,1,223080801 +311001345,4,15530013,250,311001345,0,0,0,0,1,223080801 +311001346,4,15530013,250,311001346,0,0,0,0,1,223080801 +311001347,4,15530013,250,311001347,0,0,0,0,1,223080801 +311001348,4,15530013,250,311001348,0,0,0,0,1,223080801 +311001349,4,15530013,250,311001349,0,0,0,0,1,223080801 +311001350,4,15530013,250,311001350,0,0,0,0,1,223080801 +311001351,4,15530013,250,311001351,0,0,0,0,1,223080801 +311001352,4,15530013,250,311001352,0,0,0,0,1,223080801 +311001353,4,15530013,250,311001353,0,0,0,0,1,223080801 +311001354,4,15530013,250,311001354,0,0,0,0,1,223080801 +311001355,4,15530013,250,311001355,0,0,0,0,1,223080801 +311001356,4,15530013,250,311001356,0,0,0,0,1,223080801 +311001401,4,15530014,250,311001401,0,0,2030/03/31 23:59:59,0,1,223091201 +311001402,4,15530014,250,311001402,0,0,0,0,1,223091201 +311001403,4,15530014,5,311001403,0,0,0,0,1,223091201 +311001404,4,15530014,250,311001404,0,0,0,0,1,223091201 +311001405,4,15530014,250,311001405,0,0,0,0,1,223091201 +311001406,4,15530014,250,311001406,0,0,0,0,1,223091201 +311001407,4,15530014,250,311001407,0,0,0,0,1,223091201 +311001408,4,15530014,250,311001408,0,0,0,0,1,223091201 +311001409,4,15530014,250,311001409,0,0,0,0,1,223091201 +311001410,4,15530014,250,311001410,0,0,0,0,1,223091201 +311001411,4,15530014,250,311001411,0,0,0,0,1,223091201 +311001412,4,15530014,250,311001412,0,0,0,0,1,223091201 +311001413,4,15530014,250,311001413,0,0,0,0,1,223091201 +311001414,4,15530014,250,311001414,0,0,0,0,1,223091201 +311001415,4,15530014,250,311001415,0,0,0,0,1,223091201 +311001416,4,15530014,250,311001416,0,0,0,0,1,223091201 +311001417,4,15530014,250,311001417,0,0,0,0,1,223091201 +311001418,4,15530014,250,311001418,0,0,0,0,1,223091201 +311001419,4,15530014,250,311001419,0,0,0,0,1,223091201 +311001420,4,15530014,250,311001420,0,0,0,0,1,223091201 +311001421,4,15530014,250,311001421,0,0,0,0,1,223091201 +311001422,4,15530014,250,311001422,0,0,0,0,1,223091201 +311001423,4,15530014,250,311001423,0,0,0,0,1,223091201 +311001424,4,15530014,250,311001424,0,0,0,0,1,223091201 +311001425,4,15530014,250,311001425,0,0,0,0,1,223091201 +311001426,4,15530014,250,311001426,0,0,0,0,1,223091201 +311001427,4,15530014,250,311001427,0,0,0,0,1,223091201 +311001428,4,15530014,250,311001428,0,0,0,0,1,223091201 +311001429,4,15530014,250,311001429,0,0,0,0,1,223091201 +311001430,4,15530014,250,311001430,0,0,0,0,1,223091201 +311001431,4,15530014,250,311001431,0,0,0,0,1,223091201 +311001432,4,15530014,250,311001432,0,0,0,0,1,223091201 +311001433,4,15530014,250,311001433,0,0,0,0,1,223091201 +311001434,4,15530014,250,311001434,0,0,0,0,1,223091201 +311001435,4,15530014,250,311001435,0,0,0,0,1,223091201 +311001436,4,15530014,250,311001436,0,0,0,0,1,223091201 +311001437,4,15530014,250,311001437,0,0,0,0,1,223091201 +311001438,4,15530014,250,311001438,0,0,0,0,1,223091201 +311001439,4,15530014,250,311001439,0,0,0,0,1,223091201 +311001440,4,15530014,250,311001440,0,0,0,0,1,223091201 +311001441,4,15530014,250,311001441,0,0,0,0,1,223091201 +311001442,4,15530014,250,311001442,0,0,0,0,1,223091201 +311001443,4,15530014,250,311001443,0,0,0,0,1,223091201 +311001444,4,15530014,250,311001444,0,0,0,0,1,223091201 +311001445,4,15530014,250,311001445,0,0,0,0,1,223091201 +311001446,4,15530014,250,311001446,0,0,0,0,1,223091201 +311001447,4,15530014,250,311001447,0,0,0,0,1,223091201 +311001448,4,15530014,250,311001448,0,0,0,0,1,223091201 +311001449,4,15530014,250,311001449,0,0,0,0,1,223091201 +311001450,4,15530014,250,311001450,0,0,0,0,1,223091201 +311001451,4,15530014,250,311001451,0,0,0,0,1,223091201 +311001452,4,15530014,250,311001452,0,0,0,0,1,223091201 +311001453,4,15530014,250,311001453,0,0,0,0,1,223091201 +311001454,4,15530014,250,311001454,0,0,0,0,1,223091201 +311001455,4,15530014,250,311001455,0,0,0,0,1,223091201 +311001456,4,15530014,250,311001456,0,0,0,0,1,223091201 +311001457,4,15530014,250,311001457,0,0,0,0,1,223091201 +311001458,4,15530014,250,311001458,0,0,0,0,1,223091201 +311001459,4,15530014,250,311001459,0,0,0,0,1,223091201 +311001460,4,15530014,250,311001460,0,0,0,0,1,223091201 +311001501,4,15530015,250,311001501,0,0,2030/03/31 23:59:59,0,1,223091901 +311001502,4,15530015,250,311001502,0,0,0,0,1,223091901 +311001503,4,15530015,5,311001503,0,0,0,0,1,223091901 +311001504,4,15530015,250,311001504,0,0,0,0,1,223091901 +311001505,4,15530015,250,311001505,0,0,0,0,1,223091901 +311001506,4,15530015,250,311001506,0,0,0,0,1,223091901 +311001507,4,15530015,250,311001507,0,0,0,0,1,223091901 +311001508,4,15530015,250,311001508,0,0,0,0,1,223091901 +311001509,4,15530015,250,311001509,0,0,0,0,1,223091901 +311001510,4,15530015,250,311001510,0,0,0,0,1,223091901 +311001511,4,15530015,250,311001511,0,0,0,0,1,223091901 +311001512,4,15530015,250,311001512,0,0,0,0,1,223091901 +311001513,4,15530015,250,311001513,0,0,0,0,1,223091901 +311001514,4,15530015,250,311001514,0,0,0,0,1,223091901 +311001515,4,15530015,250,311001515,0,0,0,0,1,223091901 +311001516,4,15530015,250,311001516,0,0,0,0,1,223091901 +311001517,4,15530015,250,311001517,0,0,0,0,1,223091901 +311001518,4,15530015,250,311001518,0,0,0,0,1,223091901 +311001519,4,15530015,250,311001519,0,0,0,0,1,223091901 +311001520,4,15530015,250,311001520,0,0,0,0,1,223091901 +311001521,4,15530015,250,311001521,0,0,0,0,1,223091901 +311001522,4,15530015,250,311001522,0,0,0,0,1,223091901 +311001523,4,15530015,250,311001523,0,0,0,0,1,223091901 +311001524,4,15530015,250,311001524,0,0,0,0,1,223091901 +311001525,4,15530015,250,311001525,0,0,0,0,1,223091901 +311001526,4,15530015,250,311001526,0,0,0,0,1,223091901 +311001527,4,15530015,250,311001527,0,0,0,0,1,223091901 +311001528,4,15530015,250,311001528,0,0,0,0,1,223091901 +311001529,4,15530015,250,311001529,0,0,0,0,1,223091901 +311001530,4,15530015,250,311001530,0,0,0,0,1,223091901 +311001531,4,15530015,250,311001531,0,0,0,0,1,223091901 +311001532,4,15530015,250,311001532,0,0,0,0,1,223091901 +311001533,4,15530015,250,311001533,0,0,0,0,1,223091901 +311001534,4,15530015,250,311001534,0,0,0,0,1,223091901 +311001535,4,15530015,250,311001535,0,0,0,0,1,223091901 +311001536,4,15530015,250,311001536,0,0,0,0,1,223091901 +311001537,4,15530015,250,311001537,0,0,0,0,1,223091901 +311001538,4,15530015,250,311001538,0,0,0,0,1,223091901 +311001539,4,15530015,250,311001539,0,0,0,0,1,223091901 +311001540,4,15530015,250,311001540,0,0,0,0,1,223091901 +311001541,4,15530015,250,311001541,0,0,0,0,1,223091901 +311001542,4,15530015,250,311001542,0,0,0,0,1,223091901 +311001543,4,15530015,250,311001543,0,0,0,0,1,223091901 +311001544,4,15530015,250,311001544,0,0,0,0,1,223091901 +311001545,4,15530015,250,311001545,0,0,0,0,1,223091901 +311001546,4,15530015,250,311001546,0,0,0,0,1,223091901 +311001547,4,15530015,250,311001547,0,0,0,0,1,223091901 +311001548,4,15530015,250,311001548,0,0,0,0,1,223091901 +311001549,4,15530015,250,311001549,0,0,0,0,1,223091901 +311001550,4,15530015,250,311001550,0,0,0,0,1,223091901 +311001551,4,15530015,250,311001551,0,0,0,0,1,223091901 +311001552,4,15530015,250,311001552,0,0,0,0,1,223091901 +311001553,4,15530015,250,311001553,0,0,0,0,1,223091901 +311001554,4,15530015,250,311001554,0,0,0,0,1,223091901 +311001555,4,15530015,250,311001555,0,0,0,0,1,223091901 +311001556,4,15530015,250,311001556,0,0,0,0,1,223091901 +311001557,4,15530015,250,311001557,0,0,0,0,1,223091901 +311001558,4,15530015,250,311001558,0,0,0,0,1,223091901 +311001559,4,15530015,250,311001559,0,0,0,0,1,223091901 +311001560,4,15530015,250,311001560,0,0,0,0,1,223091901 +311001561,4,15530015,250,311001561,0,0,0,0,1,223091901 +311001562,4,15530015,250,311001562,0,0,0,0,1,223091901 +311001601,4,15530016,250,311001601,0,0,2030/03/31 23:59:59,0,1,223092101 +311001602,4,15530016,250,311001602,0,0,0,0,1,223092101 +311001603,4,15530016,5,311001603,0,0,0,0,1,223092101 +311001604,4,15530016,250,311001604,0,0,0,0,1,223092101 +311001605,4,15530016,250,311001605,0,0,0,0,1,223092101 +311001606,4,15530016,250,311001606,0,0,0,0,1,223092101 +311001607,4,15530016,250,311001607,0,0,0,0,1,223092101 +311001608,4,15530016,250,311001608,0,0,0,0,1,223092101 +311001609,4,15530016,250,311001609,0,0,0,0,1,223092101 +311001610,4,15530016,250,311001610,0,0,0,0,1,223092101 +311001611,4,15530016,250,311001611,0,0,0,0,1,223092101 +311001612,4,15530016,250,311001612,0,0,0,0,1,223092101 +311001613,4,15530016,250,311001613,0,0,0,0,1,223092101 +311001614,4,15530016,250,311001614,0,0,0,0,1,223092101 +311001615,4,15530016,250,311001615,0,0,0,0,1,223092101 +311001616,4,15530016,250,311001616,0,0,0,0,1,223092101 +311001617,4,15530016,250,311001617,0,0,0,0,1,223092101 +311001618,4,15530016,250,311001618,0,0,0,0,1,223092101 +311001619,4,15530016,250,311001619,0,0,0,0,1,223092101 +311001620,4,15530016,250,311001620,0,0,0,0,1,223092101 +311001621,4,15530016,250,311001621,0,0,0,0,1,223092101 +311001622,4,15530016,250,311001622,0,0,0,0,1,223092101 +311001623,4,15530016,250,311001623,0,0,0,0,1,223092101 +311001624,4,15530016,250,311001624,0,0,0,0,1,223092101 +311001625,4,15530016,250,311001625,0,0,0,0,1,223092101 +311001626,4,15530016,250,311001626,0,0,0,0,1,223092101 +311001627,4,15530016,250,311001627,0,0,0,0,1,223092101 +311001628,4,15530016,250,311001628,0,0,0,0,1,223092101 +311001629,4,15530016,250,311001629,0,0,0,0,1,223092101 +311001630,4,15530016,250,311001630,0,0,0,0,1,223092101 +311001631,4,15530016,250,311001631,0,0,0,0,1,223092101 +311001632,4,15530016,250,311001632,0,0,0,0,1,223092101 +311001633,4,15530016,250,311001633,0,0,0,0,1,223092101 +311001634,4,15530016,250,311001634,0,0,0,0,1,223092101 +311001635,4,15530016,250,311001635,0,0,0,0,1,223092101 +311001636,4,15530016,250,311001636,0,0,0,0,1,223092101 +311001637,4,15530016,250,311001637,0,0,0,0,1,223092101 +311001638,4,15530016,250,311001638,0,0,0,0,1,223092101 +311001639,4,15530016,250,311001639,0,0,0,0,1,223092101 +311001640,4,15530016,250,311001640,0,0,0,0,1,223092101 +311001641,4,15530016,250,311001641,0,0,0,0,1,223092101 +311001642,4,15530016,250,311001642,0,0,0,0,1,223092101 +311001643,4,15530016,250,311001643,0,0,0,0,1,223092101 +311001644,4,15530016,250,311001644,0,0,0,0,1,223092101 +311001645,4,15530016,250,311001645,0,0,0,0,1,223092101 +311001646,4,15530016,250,311001646,0,0,0,0,1,223092101 +311001647,4,15530016,250,311001647,0,0,0,0,1,223092101 +311001648,4,15530016,250,311001648,0,0,0,0,1,223092101 +311001649,4,15530016,250,311001649,0,0,0,0,1,223092101 +311001650,4,15530016,250,311001650,0,0,0,0,1,223092101 +311001651,4,15530016,250,311001651,0,0,0,0,1,223092101 +311001652,4,15530016,250,311001652,0,0,0,0,1,223092101 +311001653,4,15530016,250,311001653,0,0,0,0,1,223092101 +311001654,4,15530016,250,311001654,0,0,0,0,1,223092101 +311001655,4,15530016,250,311001655,0,0,0,0,1,223092101 +311001656,4,15530016,250,311001656,0,0,0,0,1,223092101 +311001657,4,15530016,250,311001657,0,0,0,0,1,223092101 +311001658,4,15530016,250,311001658,0,0,0,0,1,223092101 +311001659,4,15530016,250,311001659,0,0,0,0,1,223092101 +311001660,4,15530016,250,311001660,0,0,0,0,1,223092101 +311001661,4,15530016,250,311001661,0,0,0,0,1,223092101 +311001662,4,15530016,250,311001662,0,0,0,0,1,223092101 +311001701,4,15530017,250,311001701,0,0,2030/03/31 23:59:59,0,1,223092801 +311001702,4,15530017,250,311001702,0,0,0,0,1,223092801 +311001703,4,15530017,5,311001703,0,0,0,0,1,223092801 +311001704,4,15530017,250,311001704,0,0,0,0,1,223092801 +311001705,4,15530017,250,311001705,0,0,0,0,1,223092801 +311001706,4,15530017,250,311001706,0,0,0,0,1,223092801 +311001707,4,15530017,250,311001707,0,0,0,0,1,223092801 +311001708,4,15530017,250,311001708,0,0,0,0,1,223092801 +311001709,4,15530017,250,311001709,0,0,0,0,1,223092801 +311001710,4,15530017,250,311001710,0,0,0,0,1,223092801 +311001711,4,15530017,250,311001711,0,0,0,0,1,223092801 +311001712,4,15530017,250,311001712,0,0,0,0,1,223092801 +311001713,4,15530017,250,311001713,0,0,0,0,1,223092801 +311001714,4,15530017,250,311001714,0,0,0,0,1,223092801 +311001715,4,15530017,250,311001715,0,0,0,0,1,223092801 +311001716,4,15530017,250,311001716,0,0,0,0,1,223092801 +311001717,4,15530017,250,311001717,0,0,0,0,1,223092801 +311001718,4,15530017,250,311001718,0,0,0,0,1,223092801 +311001719,4,15530017,250,311001719,0,0,0,0,1,223092801 +311001720,4,15530017,250,311001720,0,0,0,0,1,223092801 +311001721,4,15530017,250,311001721,0,0,0,0,1,223092801 +311001722,4,15530017,250,311001722,0,0,0,0,1,223092801 +311001723,4,15530017,250,311001723,0,0,0,0,1,223092801 +311001724,4,15530017,250,311001724,0,0,0,0,1,223092801 +311001725,4,15530017,250,311001725,0,0,0,0,1,223092801 +311001726,4,15530017,250,311001726,0,0,0,0,1,223092801 +311001727,4,15530017,250,311001727,0,0,0,0,1,223092801 +311001728,4,15530017,250,311001728,0,0,0,0,1,223092801 +311001729,4,15530017,250,311001729,0,0,0,0,1,223092801 +311001730,4,15530017,250,311001730,0,0,0,0,1,223092801 +311001731,4,15530017,250,311001731,0,0,0,0,1,223092801 +311001732,4,15530017,250,311001732,0,0,0,0,1,223092801 +311001733,4,15530017,250,311001733,0,0,0,0,1,223092801 +311001734,4,15530017,250,311001734,0,0,0,0,1,223092801 +311001735,4,15530017,250,311001735,0,0,0,0,1,223092801 +311001736,4,15530017,250,311001736,0,0,0,0,1,223092801 +311001737,4,15530017,250,311001737,0,0,0,0,1,223092801 +311001738,4,15530017,250,311001738,0,0,0,0,1,223092801 +311001739,4,15530017,250,311001739,0,0,0,0,1,223092801 +311001740,4,15530017,250,311001740,0,0,0,0,1,223092801 +311001741,4,15530017,250,311001741,0,0,0,0,1,223092801 +311001742,4,15530017,250,311001742,0,0,0,0,1,223092801 +311001743,4,15530017,250,311001743,0,0,0,0,1,223092801 +311001744,4,15530017,250,311001744,0,0,0,0,1,223092801 +311001745,4,15530017,250,311001745,0,0,0,0,1,223092801 +311001746,4,15530017,250,311001746,0,0,0,0,1,223092801 +311001747,4,15530017,250,311001747,0,0,0,0,1,223092801 +311001748,4,15530017,250,311001748,0,0,0,0,1,223092801 +311001749,4,15530017,250,311001749,0,0,0,0,1,223092801 +311001750,4,15530017,250,311001750,0,0,0,0,1,223092801 +311001751,4,15530017,250,311001751,0,0,0,0,1,223092801 +311001752,4,15530017,250,311001752,0,0,0,0,1,223092801 +311001753,4,15530017,250,311001753,0,0,0,0,1,223092801 +311001754,4,15530017,250,311001754,0,0,0,0,1,223092801 +311001755,4,15530017,250,311001755,0,0,0,0,1,223092801 +311001756,4,15530017,250,311001756,0,0,0,0,1,223092801 +311001757,4,15530017,250,311001757,0,0,0,0,1,223092801 +311001758,4,15530017,250,311001758,0,0,0,0,1,223092801 +311001759,4,15530017,250,311001759,0,0,0,0,1,223092801 +311001760,4,15530017,250,311001760,0,0,0,0,1,223092801 +311001761,4,15530017,250,311001761,0,0,0,0,1,223092801 +311001762,4,15530017,250,311001762,0,0,0,0,1,223092801 +311001801,4,15530018,250,311001801,0,0,2030/03/31 23:59:59,0,1,223100502 +311001802,4,15530018,250,311001802,0,0,0,0,1,223100502 +311001803,4,15530018,5,311001803,0,0,0,0,1,223100502 +311001804,4,15530018,250,311001804,0,0,0,0,1,223100502 +311001805,4,15530018,250,311001805,0,0,0,0,1,223100502 +311001806,4,15530018,250,311001806,0,0,0,0,1,223100502 +311001807,4,15530018,250,311001807,0,0,0,0,1,223100502 +311001808,4,15530018,250,311001808,0,0,0,0,1,223100502 +311001809,4,15530018,250,311001809,0,0,0,0,1,223100502 +311001810,4,15530018,250,311001810,0,0,0,0,1,223100502 +311001811,4,15530018,250,311001811,0,0,0,0,1,223100502 +311001812,4,15530018,250,311001812,0,0,0,0,1,223100502 +311001813,4,15530018,250,311001813,0,0,0,0,1,223100502 +311001814,4,15530018,250,311001814,0,0,0,0,1,223100502 +311001815,4,15530018,250,311001815,0,0,0,0,1,223100502 +311001816,4,15530018,250,311001816,0,0,0,0,1,223100502 +311001817,4,15530018,250,311001817,0,0,0,0,1,223100502 +311001818,4,15530018,250,311001818,0,0,0,0,1,223100502 +311001819,4,15530018,250,311001819,0,0,0,0,1,223100502 +311001901,4,15530019,250,311001901,0,0,2030/03/31 23:59:59,0,1,223102101 +311001902,4,15530019,250,311001902,0,0,0,0,1,223102101 +311001903,4,15530019,5,311001903,0,0,0,0,1,223102101 +311001904,4,15530019,250,311001904,0,0,0,0,1,223102101 +311001905,4,15530019,250,311001905,0,0,0,0,1,223102101 +311001906,4,15530019,250,311001906,0,0,0,0,1,223102101 +311001907,4,15530019,250,311001907,0,0,0,0,1,223102101 +311001908,4,15530019,250,311001908,0,0,0,0,1,223102101 +311001909,4,15530019,250,311001909,0,0,0,0,1,223102101 +311001910,4,15530019,250,311001910,0,0,0,0,1,223102101 +311001911,4,15530019,250,311001911,0,0,0,0,1,223102101 +311001912,4,15530019,250,311001912,0,0,0,0,1,223102101 +311001913,4,15530019,250,311001913,0,0,0,0,1,223102101 +311001914,4,15530019,250,311001914,0,0,0,0,1,223102101 +311001915,4,15530019,250,311001915,0,0,0,0,1,223102101 +311001916,4,15530019,250,311001916,0,0,0,0,1,223102101 +311001917,4,15530019,250,311001917,0,0,0,0,1,223102101 +311001918,4,15530019,250,311001918,0,0,0,0,1,223102101 +311002001,4,15530020,250,311002001,0,0,2030/03/31 23:59:59,0,1,223102901 +311002002,4,15530020,250,311002002,0,0,0,0,1,223102901 +311002003,4,15530020,5,311002003,0,0,0,0,1,223102901 +311002004,4,15530020,250,311002004,0,0,0,0,1,223102901 +311002005,4,15530020,250,311002005,0,0,0,0,1,223102901 +311002006,4,15530020,250,311002006,0,0,0,0,1,223102901 +311002007,4,15530020,250,311002007,0,0,0,0,1,223102901 +311002008,4,15530020,250,311002008,0,0,0,0,1,223102901 +311002009,4,15530020,250,311002009,0,0,0,0,1,223102901 +311002010,4,15530020,250,311002010,0,0,0,0,1,223102901 +311002011,4,15530020,250,311002011,0,0,0,0,1,223102901 +311002012,4,15530020,250,311002012,0,0,0,0,1,223102901 +311002013,4,15530020,250,311002013,0,0,0,0,1,223102901 +311002014,4,15530020,250,311002014,0,0,0,0,1,223102901 +311002015,4,15530020,250,311002015,0,0,0,0,1,223102901 +311002016,4,15530020,250,311002016,0,0,0,0,1,223102901 +311002017,4,15530020,250,311002017,0,0,0,0,1,223102901 +311002018,4,15530020,250,311002018,0,0,0,0,1,223102901 +311002101,4,15530021,250,311002101,0,0,2030/03/31 23:59:59,0,1,223110101 +311002102,4,15530021,250,311002102,0,0,0,0,1,223110101 +311002103,4,15530021,5,311002103,0,0,0,0,1,223110101 +311002104,4,15530021,250,311002104,0,0,0,0,1,223110101 +311002105,4,15530021,250,311002105,0,0,0,0,1,223110101 +311002106,4,15530021,250,311002106,0,0,0,0,1,223110101 +311002107,4,15530021,250,311002107,0,0,0,0,1,223110101 +311002108,4,15530021,250,311002108,0,0,0,0,1,223110101 +311002109,4,15530021,250,311002109,0,0,0,0,1,223110101 +311002110,4,15530021,250,311002110,0,0,0,0,1,223110101 +311002111,4,15530021,250,311002111,0,0,0,0,1,223110101 +311002112,4,15530021,250,311002112,0,0,0,0,1,223110101 +311002113,4,15530021,250,311002113,0,0,0,0,1,223110101 +311002114,4,15530021,250,311002114,0,0,0,0,1,223110101 +311002115,4,15530021,250,311002115,0,0,0,0,1,223110101 +311002116,4,15530021,250,311002116,0,0,0,0,1,223110101 +311002117,4,15530021,250,311002117,0,0,0,0,1,223110101 +311002118,4,15530021,250,311002118,0,0,0,0,1,223110101 +311002201,4,15530022,250,311002201,0,0,2030/03/31 23:59:59,0,1,223111301 +311002202,4,15530022,250,311002202,0,0,0,0,1,223111301 +311002203,4,15530022,5,311002203,0,0,0,0,1,223111301 +311002204,4,15530022,250,311002204,0,0,0,0,1,223111301 +311002205,4,15530022,250,311002205,0,0,0,0,1,223111301 +311002206,4,15530022,250,311002206,0,0,0,0,1,223111301 +311002207,4,15530022,250,311002207,0,0,0,0,1,223111301 +311002208,4,15530022,250,311002208,0,0,0,0,1,223111301 +311002209,4,15530022,250,311002209,0,0,0,0,1,223111301 +311002210,4,15530022,250,311002210,0,0,0,0,1,223111301 +311002211,4,15530022,250,311002211,0,0,0,0,1,223111301 +311002212,4,15530022,250,311002212,0,0,0,0,1,223111301 +311002213,4,15530022,250,311002213,0,0,0,0,1,223111301 +311002214,4,15530022,250,311002214,0,0,0,0,1,223111301 +311002215,4,15530022,250,311002215,0,0,0,0,1,223111301 +311002216,4,15530022,250,311002216,0,0,0,0,1,223111301 +311002217,4,15530022,250,311002217,0,0,0,0,1,223111301 +311002218,4,15530022,250,311002218,0,0,0,0,1,223111301 +311002219,4,15530022,250,311002219,0,0,0,0,1,223111301 +311002220,4,15530022,250,311002220,0,0,0,0,1,223111301 +311002221,4,15530022,250,311002221,0,0,0,0,1,223111301 +311002301,4,15530023,250,311002301,0,0,2030/03/31 23:59:59,0,1,223112401 +311002302,4,15530023,250,311002302,0,0,0,0,1,223112401 +311002303,4,15530023,5,311002303,0,0,0,0,1,223112401 +311002304,4,15530023,250,311002304,0,0,0,0,1,223112401 +311002305,4,15530023,250,311002305,0,0,0,0,1,223112401 +311002306,4,15530023,250,311002306,0,0,0,0,1,223112401 +311002307,4,15530023,250,311002307,0,0,0,0,1,223112401 +311002308,4,15530023,250,311002308,0,0,0,0,1,223112401 +311002309,4,15530023,250,311002309,0,0,0,0,1,223112401 +311002310,4,15530023,250,311002310,0,0,0,0,1,223112401 +311002311,4,15530023,250,311002311,0,0,0,0,1,223112401 +311002312,4,15530023,250,311002312,0,0,0,0,1,223112401 +311002313,4,15530023,250,311002313,0,0,0,0,1,223112401 +311002314,4,15530023,250,311002314,0,0,0,0,1,223112401 +311002315,4,15530023,250,311002315,0,0,0,0,1,223112401 +311002316,4,15530023,250,311002316,0,0,0,0,1,223112401 +311002317,4,15530023,250,311002317,0,0,0,0,1,223112401 +311002318,4,15530023,250,311002318,0,0,0,0,1,223112401 +311002319,4,15530023,250,311002319,0,0,0,0,1,223112401 +311002320,4,15530023,250,311002320,0,0,0,0,1,223112401 +311002401,4,15530024,250,311002401,0,0,2030/03/31 23:59:59,0,1,223120601 +311002402,4,15530024,250,311002402,0,0,0,0,1,223120601 +311002403,4,15530024,5,311002403,0,0,0,0,1,223120601 +311002404,4,15530024,250,311002404,0,0,0,0,1,223120601 +311002405,4,15530024,250,311002405,0,0,0,0,1,223120601 +311002406,4,15530024,250,311002406,0,0,0,0,1,223120601 +311002407,4,15530024,250,311002407,0,0,0,0,1,223120601 +311002408,4,15530024,250,311002408,0,0,0,0,1,223120601 +311002409,4,15530024,250,311002409,0,0,0,0,1,223120601 +311002410,4,15530024,250,311002410,0,0,0,0,1,223120601 +311002411,4,15530024,250,311002411,0,0,0,0,1,223120601 +311002412,4,15530024,250,311002412,0,0,0,0,1,223120601 +311002413,4,15530024,250,311002413,0,0,0,0,1,223120601 +311002414,4,15530024,250,311002414,0,0,0,0,1,223120601 +311002415,4,15530024,250,311002415,0,0,0,0,1,223120601 +311002416,4,15530024,250,311002416,0,0,0,0,1,223120601 +311002417,4,15530024,250,311002417,0,0,0,0,1,223120601 +311002418,4,15530024,250,311002418,0,0,0,0,1,223120601 +311002419,4,15530024,250,311002419,0,0,0,0,1,223120601 +311002420,4,15530024,250,311002420,0,0,0,0,1,223120601 +311002421,4,15530024,250,311002421,0,0,0,0,1,223120601 +311002422,4,15530024,250,311002422,0,0,0,0,1,223120601 +311002423,4,15530024,250,311002423,0,0,0,0,1,223120601 +311002501,4,15530025,250,311002501,0,0,2030/03/31 23:59:59,0,1,223121601 +311002502,4,15530025,250,311002502,0,0,0,0,1,223121601 +311002503,4,15530025,5,311002503,0,0,0,0,1,223121601 +311002504,4,15530025,250,311002504,0,0,0,0,1,223121601 +311002505,4,15530025,250,311002505,0,0,0,0,1,223121601 +311002506,4,15530025,250,311002506,0,0,0,0,1,223121601 +311002507,4,15530025,250,311002507,0,0,0,0,1,223121601 +311002508,4,15530025,250,311002508,0,0,0,0,1,223121601 +311002509,4,15530025,250,311002509,0,0,0,0,1,223121601 +311002510,4,15530025,250,311002510,0,0,0,0,1,223121601 +311002511,4,15530025,250,311002511,0,0,0,0,1,223121601 +311002512,4,15530025,250,311002512,0,0,0,0,1,223121601 +311002513,4,15530025,250,311002513,0,0,0,0,1,223121601 +311002514,4,15530025,250,311002514,0,0,0,0,1,223121601 +311002515,4,15530025,250,311002515,0,0,0,0,1,223121601 +311002516,4,15530025,250,311002516,0,0,0,0,1,223121601 +311002517,4,15530025,250,311002517,0,0,0,0,1,223121601 +311002518,4,15530025,250,311002518,0,0,0,0,1,223121601 +311002519,4,15530025,250,311002519,0,0,0,0,1,223121601 +311002520,4,15530025,250,311002520,0,0,0,0,1,223121601 +311002521,4,15530025,250,311002521,0,0,0,0,1,223121601 +311002522,4,15530025,250,311002522,0,0,0,0,1,223121601 +311002523,4,15530025,250,311002523,0,0,0,0,1,223121601 +311002601,4,15530026,250,311002601,0,0,2030/03/31 23:59:59,0,1,223122801 +311002602,4,15530026,250,311002602,0,0,0,0,1,223122801 +311002603,4,15530026,5,311002603,0,0,0,0,1,223122801 +311002604,4,15530026,250,311002604,0,0,0,0,1,223122801 +311002605,4,15530026,250,311002605,0,0,0,0,1,223122801 +311002606,4,15530026,250,311002606,0,0,0,0,1,223122801 +311002607,4,15530026,250,311002607,0,0,0,0,1,223122801 +311002608,4,15530026,250,311002608,0,0,0,0,1,223122801 +311002609,4,15530026,250,311002609,0,0,0,0,1,223122801 +311002610,4,15530026,250,311002610,0,0,0,0,1,223122801 +311002611,4,15530026,250,311002611,0,0,0,0,1,223122801 +311002612,4,15530026,250,311002612,0,0,0,0,1,223122801 +311002613,4,15530026,250,311002613,0,0,0,0,1,223122801 +311002614,4,15530026,250,311002614,0,0,0,0,1,223122801 +311002615,4,15530026,250,311002615,0,0,0,0,1,223122801 +311002616,4,15530026,250,311002616,0,0,0,0,1,223122801 +311002617,4,15530026,250,311002617,0,0,0,0,1,223122801 +311002618,4,15530026,250,311002618,0,0,0,0,1,223122801 +311002619,4,15530026,250,311002619,0,0,0,0,1,223122801 +311002620,4,15530026,250,311002620,0,0,0,0,1,223122801 +311002701,4,15530027,250,311002701,0,0,2030/03/31 23:59:59,0,1,224010103 +311002702,4,15530027,250,311002702,0,0,0,0,1,224010103 +311002703,4,15530027,5,311002703,0,0,0,0,1,224010103 +311002704,4,15530027,250,311002704,0,0,0,0,1,224010103 +311002705,4,15530027,250,311002705,0,0,0,0,1,224010103 +311002706,4,15530027,250,311002706,0,0,0,0,1,224010103 +311002707,4,15530027,250,311002707,0,0,0,0,1,224010103 +311002708,4,15530027,250,311002708,0,0,0,0,1,224010103 +311002709,4,15530027,250,311002709,0,0,0,0,1,224010103 +311002710,4,15530027,250,311002710,0,0,0,0,1,224010103 +311002711,4,15530027,250,311002711,0,0,0,0,1,224010103 +311002712,4,15530027,250,311002712,0,0,0,0,1,224010103 +311002713,4,15530027,250,311002713,0,0,0,0,1,224010103 +311002714,4,15530027,250,311002714,0,0,0,0,1,224010103 +311002715,4,15530027,250,311002715,0,0,0,0,1,224010103 +311002716,4,15530027,250,311002716,0,0,0,0,1,224010103 +311002717,4,15530027,250,311002717,0,0,0,0,1,224010103 +311002718,4,15530027,250,311002718,0,0,0,0,1,224010103 +311002719,4,15530027,250,311002719,0,0,0,0,1,224010103 +311002720,4,15530027,250,311002720,0,0,0,0,1,224010103 +311002801,4,15530028,250,311002801,0,0,2030/03/31 23:59:59,0,1,224011702 +311002802,4,15530028,250,311002802,0,0,0,0,1,224011702 +311002803,4,15530028,5,311002803,0,0,0,0,1,224011702 +311002804,4,15530028,250,311002804,0,0,0,0,1,224011702 +311002805,4,15530028,250,311002805,0,0,0,0,1,224011702 +311002806,4,15530028,250,311002806,0,0,0,0,1,224011702 +311002807,4,15530028,250,311002807,0,0,0,0,1,224011702 +311002808,4,15530028,250,311002808,0,0,0,0,1,224011702 +311002809,4,15530028,250,311002809,0,0,0,0,1,224011702 +311002810,4,15530028,250,311002810,0,0,0,0,1,224011702 +311002811,4,15530028,250,311002811,0,0,0,0,1,224011702 +311002812,4,15530028,250,311002812,0,0,0,0,1,224011702 +311002813,4,15530028,250,311002813,0,0,0,0,1,224011702 +311002814,4,15530028,250,311002814,0,0,0,0,1,224011702 +311002815,4,15530028,250,311002815,0,0,0,0,1,224011702 +311002816,4,15530028,250,311002816,0,0,0,0,1,224011702 +311002817,4,15530028,250,311002817,0,0,0,0,1,224011702 +311002818,4,15530028,250,311002818,0,0,0,0,1,224011702 +311002819,4,15530028,250,311002819,0,0,0,0,1,224011702 +311002820,4,15530028,250,311002820,0,0,0,0,1,224011702 +311002901,4,15530029,250,311002901,0,0,2030/03/31 23:59:59,0,1,224012002 +311002902,4,15530029,250,311002902,0,0,0,0,1,224012002 +311002903,4,15530029,5,311002903,0,0,0,0,1,224012002 +311002904,4,15530029,250,311002904,0,0,0,0,1,224012002 +311002905,4,15530029,250,311002905,0,0,0,0,1,224012002 +311002906,4,15530029,250,311002906,0,0,0,0,1,224012002 +311002907,4,15530029,250,311002907,0,0,0,0,1,224012002 +311002908,4,15530029,250,311002908,0,0,0,0,1,224012002 +311002909,4,15530029,250,311002909,0,0,0,0,1,224012002 +311002910,4,15530029,250,311002910,0,0,0,0,1,224012002 +311002911,4,15530029,250,311002911,0,0,0,0,1,224012002 +311002912,4,15530029,250,311002912,0,0,0,0,1,224012002 +311002913,4,15530029,250,311002913,0,0,0,0,1,224012002 +311002914,4,15530029,250,311002914,0,0,0,0,1,224012002 +311002915,4,15530029,250,311002915,0,0,0,0,1,224012002 +311002916,4,15530029,250,311002916,0,0,0,0,1,224012002 +311002917,4,15530029,250,311002917,0,0,0,0,1,224012002 +311002918,4,15530029,250,311002918,0,0,0,0,1,224012002 +311002919,4,15530029,250,311002919,0,0,0,0,1,224012002 +311002920,4,15530029,250,311002920,0,0,0,0,1,224012002 +311002921,4,15530029,250,311002921,0,0,0,0,1,224012002 +311002922,4,15530029,250,311002922,0,0,0,0,1,224012002 +311003001,4,15530030,250,311003001,0,0,2030/03/31 23:59:59,0,1,224012302 +311003002,4,15530030,250,311003002,0,0,0,0,1,224012302 +311003003,4,15530030,5,311003003,0,0,0,0,1,224012302 +311003004,4,15530030,250,311003004,0,0,0,0,1,224012302 +311003005,4,15530030,250,311003005,0,0,0,0,1,224012302 +311003006,4,15530030,250,311003006,0,0,0,0,1,224012302 +311003007,4,15530030,250,311003007,0,0,0,0,1,224012302 +311003008,4,15530030,250,311003008,0,0,0,0,1,224012302 +311003009,4,15530030,250,311003009,0,0,0,0,1,224012302 +311003010,4,15530030,250,311003010,0,0,0,0,1,224012302 +311003011,4,15530030,250,311003011,0,0,0,0,1,224012302 +311003012,4,15530030,250,311003012,0,0,0,0,1,224012302 +311003013,4,15530030,250,311003013,0,0,0,0,1,224012302 +311003014,4,15530030,250,311003014,0,0,0,0,1,224012302 +311003015,4,15530030,250,311003015,0,0,0,0,1,224012302 +311003016,4,15530030,250,311003016,0,0,0,0,1,224012302 +311003017,4,15530030,250,311003017,0,0,0,0,1,224012302 +311003018,4,15530030,250,311003018,0,0,0,0,1,224012302 +311003019,4,15530030,250,311003019,0,0,0,0,1,224012302 +311003020,4,15530030,250,311003020,0,0,0,0,1,224012302 +311003021,4,15530030,250,311003021,0,0,0,0,1,224012302 +311003022,4,15530030,250,311003022,0,0,0,0,1,224012302 +311003023,4,15530030,250,311003023,0,0,0,0,1,224012302 +311003101,4,15530031,250,311003101,0,0,2030/03/31 23:59:59,0,1,224020502 +311003102,4,15530031,250,311003102,0,0,0,0,1,224020502 +311003103,4,15530031,5,311003103,0,0,0,0,1,224020502 +311003104,4,15530031,250,311003104,0,0,0,0,1,224020502 +311003105,4,15530031,250,311003105,0,0,0,0,1,224020502 +311003106,4,15530031,250,311003106,0,0,0,0,1,224020502 +311003107,4,15530031,250,311003107,0,0,0,0,1,224020502 +311003108,4,15530031,250,311003108,0,0,0,0,1,224020502 +311003109,4,15530031,250,311003109,0,0,0,0,1,224020502 +311003110,4,15530031,250,311003110,0,0,0,0,1,224020502 +311003111,4,15530031,250,311003111,0,0,0,0,1,224020502 +311003112,4,15530031,250,311003112,0,0,0,0,1,224020502 +311003113,4,15530031,250,311003113,0,0,0,0,1,224020502 +311003114,4,15530031,250,311003114,0,0,0,0,1,224020502 +311003115,4,15530031,250,311003115,0,0,0,0,1,224020502 +311003116,4,15530031,250,311003116,0,0,0,0,1,224020502 +311003117,4,15530031,250,311003117,0,0,0,0,1,224020502 +311003118,4,15530031,250,311003118,0,0,0,0,1,224020502 +311003119,4,15530031,250,311003119,0,0,0,0,1,224020502 +311003120,4,15530031,250,311003120,0,0,0,0,1,224020502 +311003121,4,15530031,250,311003121,0,0,0,0,1,224020502 +311003122,4,15530031,250,311003122,0,0,0,0,1,224020502 +311003123,4,15530031,250,311003123,0,0,0,0,1,224020502 +311003201,4,15530032,250,311003201,0,0,2030/03/31 23:59:59,0,1,224021004 +311003202,4,15530032,250,311003202,0,0,0,0,1,224021004 +311003203,4,15530032,5,311003203,0,0,0,0,1,224021004 +311003204,4,15530032,250,311003204,0,0,0,0,1,224021004 +311003205,4,15530032,250,311003205,0,0,0,0,1,224021004 +311003206,4,15530032,250,311003206,0,0,0,0,1,224021004 +311003207,4,15530032,250,311003207,0,0,0,0,1,224021004 +311003208,4,15530032,250,311003208,0,0,0,0,1,224021004 +311003209,4,15530032,250,311003209,0,0,0,0,1,224021004 +311003210,4,15530032,250,311003210,0,0,0,0,1,224021004 +311003211,4,15530032,250,311003211,0,0,0,0,1,224021004 +311003212,4,15530032,250,311003212,0,0,0,0,1,224021004 +311003213,4,15530032,250,311003213,0,0,0,0,1,224021004 +311003214,4,15530032,250,311003214,0,0,0,0,1,224021004 +311003215,4,15530032,250,311003215,0,0,0,0,1,224021004 +311003216,4,15530032,250,311003216,0,0,0,0,1,224021004 +311003217,4,15530032,250,311003217,0,0,0,0,1,224021004 +311003218,4,15530032,250,311003218,0,0,0,0,1,224021004 +311003219,4,15530032,250,311003219,0,0,0,0,1,224021004 +311003220,4,15530032,250,311003220,0,0,0,0,1,224021004 +311003221,4,15530032,250,311003221,0,0,0,0,1,224021004 +311003222,4,15530032,250,311003222,0,0,0,0,1,224021004 +311003301,4,15530033,250,311003301,0,0,2030/03/31 23:59:59,0,1,224021502 +311003302,4,15530033,250,311003302,0,0,0,0,1,224021502 +311003303,4,15530033,5,311003303,0,0,0,0,1,224021502 +311003304,4,15530033,250,311003304,0,0,0,0,1,224021502 +311003305,4,15530033,250,311003305,0,0,0,0,1,224021502 +311003306,4,15530033,250,311003306,0,0,0,0,1,224021502 +311003307,4,15530033,250,311003307,0,0,0,0,1,224021502 +311003308,4,15530033,250,311003308,0,0,0,0,1,224021502 +311003309,4,15530033,250,311003309,0,0,0,0,1,224021502 +311003310,4,15530033,250,311003310,0,0,0,0,1,224021502 +311003311,4,15530033,250,311003311,0,0,0,0,1,224021502 +311003312,4,15530033,250,311003312,0,0,0,0,1,224021502 +311003313,4,15530033,250,311003313,0,0,0,0,1,224021502 +311003314,4,15530033,250,311003314,0,0,0,0,1,224021502 +311003315,4,15530033,250,311003315,0,0,0,0,1,224021502 +311003316,4,15530033,250,311003316,0,0,0,0,1,224021502 +311003317,4,15530033,250,311003317,0,0,0,0,1,224021502 +311003318,4,15530033,250,311003318,0,0,0,0,1,224021502 +311003319,4,15530033,250,311003319,0,0,0,0,1,224021502 +311003320,4,15530033,250,311003320,0,0,0,0,1,224021502 +311003321,4,15530033,250,311003321,0,0,0,0,1,224021502 +311003322,4,15530033,250,311003322,0,0,0,0,1,224021502 +311003323,4,15530033,250,311003323,0,0,0,0,1,224021502 +311003324,4,15530033,250,311003324,0,0,0,0,1,224021502 +311003325,4,15530033,250,311003325,0,0,0,0,1,224021502 +311003401,4,15530034,250,311003401,0,0,2030/03/31 23:59:59,0,1,224022502 +311003402,4,15530034,250,311003402,0,0,0,0,1,224022502 +311003403,4,15530034,5,311003403,0,0,0,0,1,224022502 +311003404,4,15530034,250,311003404,0,0,0,0,1,224022502 +311003405,4,15530034,250,311003405,0,0,0,0,1,224022502 +311003406,4,15530034,250,311003406,0,0,0,0,1,224022502 +311003407,4,15530034,250,311003407,0,0,0,0,1,224022502 +311003408,4,15530034,250,311003408,0,0,0,0,1,224022502 +311003409,4,15530034,250,311003409,0,0,0,0,1,224022502 +311003410,4,15530034,250,311003410,0,0,0,0,1,224022502 +311003411,4,15530034,250,311003411,0,0,0,0,1,224022502 +311003412,4,15530034,250,311003412,0,0,0,0,1,224022502 +311003413,4,15530034,250,311003413,0,0,0,0,1,224022502 +311003414,4,15530034,250,311003414,0,0,0,0,1,224022502 +311003415,4,15530034,250,311003415,0,0,0,0,1,224022502 +311003416,4,15530034,250,311003416,0,0,0,0,1,224022502 +311003417,4,15530034,250,311003417,0,0,0,0,1,224022502 +311003418,4,15530034,250,311003418,0,0,0,0,1,224022502 +311003419,4,15530034,250,311003419,0,0,0,0,1,224022502 +311003420,4,15530034,250,311003420,0,0,0,0,1,224022502 +311003421,4,15530034,250,311003421,0,0,0,0,1,224022502 +311003422,4,15530034,250,311003422,0,0,0,0,1,224022502 +311003501,4,15530035,250,311003501,0,0,2030/03/31 23:59:59,0,1,224030107 +311003502,4,15530035,250,311003502,0,0,0,0,1,224030107 +311003503,4,15530035,5,311003503,0,0,0,0,1,224030107 +311003504,4,15530035,250,311003504,0,0,0,0,1,224030107 +311003505,4,15530035,250,311003505,0,0,0,0,1,224030107 +311003506,4,15530035,250,311003506,0,0,0,0,1,224030107 +311003507,4,15530035,250,311003507,0,0,0,0,1,224030107 +311003508,4,15530035,250,311003508,0,0,0,0,1,224030107 +311003509,4,15530035,250,311003509,0,0,0,0,1,224030107 +311003510,4,15530035,250,311003510,0,0,0,0,1,224030107 +311003511,4,15530035,250,311003511,0,0,0,0,1,224030107 +311003512,4,15530035,250,311003512,0,0,0,0,1,224030107 +311003513,4,15530035,250,311003513,0,0,0,0,1,224030107 +311003514,4,15530035,250,311003514,0,0,0,0,1,224030107 +311003515,4,15530035,250,311003515,0,0,0,0,1,224030107 +311003516,4,15530035,250,311003516,0,0,0,0,1,224030107 +311003517,4,15530035,250,311003517,0,0,0,0,1,224030107 +311003518,4,15530035,250,311003518,0,0,0,0,1,224030107 +311003519,4,15530035,250,311003519,0,0,0,0,1,224030107 +311003520,4,15530035,250,311003520,0,0,0,0,1,224030107 +311003521,4,15530035,250,311003521,0,0,0,0,1,224030107 +311003522,4,15530035,250,311003522,0,0,0,0,1,224030107 +311003523,4,15530035,250,311003523,0,0,0,0,1,224030107 +311003524,4,15530035,250,311003524,0,0,0,0,1,224030107 +311003525,4,15530035,250,311003525,0,0,0,0,1,224030107 +311003601,4,15530036,250,311003601,0,0,2030/03/31 23:59:59,0,1,224030402 +311003602,4,15530036,250,311003602,0,0,0,0,1,224030402 +311003603,4,15530036,5,311003603,0,0,0,0,1,224030402 +311003604,4,15530036,250,311003604,0,0,0,0,1,224030402 +311003605,4,15530036,250,311003605,0,0,0,0,1,224030402 +311003606,4,15530036,250,311003606,0,0,0,0,1,224030402 +311003607,4,15530036,250,311003607,0,0,0,0,1,224030402 +311003608,4,15530036,250,311003608,0,0,0,0,1,224030402 +311003609,4,15530036,250,311003609,0,0,0,0,1,224030402 +311003610,4,15530036,250,311003610,0,0,0,0,1,224030402 +311003611,4,15530036,250,311003611,0,0,0,0,1,224030402 +311003612,4,15530036,250,311003612,0,0,0,0,1,224030402 +311003613,4,15530036,250,311003613,0,0,0,0,1,224030402 +311003614,4,15530036,250,311003614,0,0,0,0,1,224030402 +311003615,4,15530036,250,311003615,0,0,0,0,1,224030402 +311003616,4,15530036,250,311003616,0,0,0,0,1,224030402 +311003617,4,15530036,250,311003617,0,0,0,0,1,224030402 +311003618,4,15530036,250,311003618,0,0,0,0,1,224030402 +311003619,4,15530036,250,311003619,0,0,0,0,1,224030402 +311003620,4,15530036,250,311003620,0,0,0,0,1,224030402 +311003621,4,15530036,250,311003621,0,0,0,0,1,224030402 +311003622,4,15530036,250,311003622,0,0,0,0,1,224030402 +311003623,4,15530036,250,311003623,0,0,0,0,1,224030402 +311003624,4,15530036,250,311003624,0,0,0,0,1,224030402 +311003701,4,15530037,250,311003701,0,0,2030/03/31 23:59:59,0,1,224031502 +311003702,4,15530037,250,311003702,0,0,0,0,1,224031502 +311003703,4,15530037,5,311003703,0,0,0,0,1,224031502 +311003704,4,15530037,250,311003704,0,0,0,0,1,224031502 +311003705,4,15530037,250,311003705,0,0,0,0,1,224031502 +311003706,4,15530037,250,311003706,0,0,0,0,1,224031502 +311003707,4,15530037,250,311003707,0,0,0,0,1,224031502 +311003708,4,15530037,250,311003708,0,0,0,0,1,224031502 +311003709,4,15530037,250,311003709,0,0,0,0,1,224031502 +311003710,4,15530037,250,311003710,0,0,0,0,1,224031502 +311003711,4,15530037,250,311003711,0,0,0,0,1,224031502 +311003712,4,15530037,250,311003712,0,0,0,0,1,224031502 +311003713,4,15530037,250,311003713,0,0,0,0,1,224031502 +311003714,4,15530037,250,311003714,0,0,0,0,1,224031502 +311003715,4,15530037,250,311003715,0,0,0,0,1,224031502 +311003716,4,15530037,250,311003716,0,0,0,0,1,224031502 +311003717,4,15530037,250,311003717,0,0,0,0,1,224031502 +311003718,4,15530037,250,311003718,0,0,0,0,1,224031502 +311003719,4,15530037,250,311003719,0,0,0,0,1,224031502 +311003720,4,15530037,250,311003720,0,0,0,0,1,224031502 +311003721,4,15530037,250,311003721,0,0,0,0,1,224031502 +311003722,4,15530037,250,311003722,0,0,0,0,1,224031502 +411000101,4,15540002,250,411000101,0,0,0,0,1,223061103 +411000102,4,15540002,5,411000102,0,0,0,0,1,223061103 +411000103,4,15540002,250,411000103,0,0,0,0,1,223061103 +411000104,4,15540002,250,411000104,0,0,0,0,1,223061103 +411000105,4,15540002,250,411000105,0,0,0,0,1,223061103 +411000106,4,15540002,250,411000106,0,0,0,0,1,223061103 +411000107,4,15540002,250,411000107,0,0,0,0,1,223061103 +411000108,4,15540002,250,411000108,0,0,0,0,1,223061103 +411000109,4,15540002,250,411000109,0,0,0,0,1,223061103 +411000110,4,15540002,250,411000110,0,0,0,0,1,223061103 +411000111,4,15540002,250,411000111,0,0,0,0,1,223061103 +411000112,4,15540002,250,411000112,0,0,0,0,1,223061103 +411000113,4,15540002,250,411000113,0,0,0,0,1,223061103 +411000114,4,15540002,250,411000114,0,0,0,0,1,223061103 +411000115,4,15540002,250,411000115,0,0,0,0,1,223061103 +411000116,4,15540002,250,411000116,0,0,0,0,1,223061103 +411000117,4,15540002,250,411000117,0,0,0,0,1,223061103 +411000118,4,15540002,250,411000118,0,0,0,0,1,223061103 +411000119,4,15540002,250,411000119,0,0,0,0,1,223061103 +411000120,4,15540002,250,411000120,0,0,0,0,1,223061103 +411000121,4,15540002,250,411000121,0,0,0,0,1,223061103 +411000122,4,15540002,250,411000122,0,0,0,0,1,223061103 +411000123,4,15540002,250,411000123,0,0,0,0,1,223061103 +411000124,4,15540002,250,411000124,0,0,0,0,1,223061103 +411000125,4,15540002,250,411000125,0,0,0,0,1,223061103 +411000126,4,15540002,250,411000126,0,0,0,0,1,223061103 +411000127,4,15540002,250,411000127,0,0,0,0,1,223061103 +411000128,4,15540002,250,411000128,0,0,0,0,1,223061103 +411000129,4,15540002,250,411000129,0,0,0,0,1,223061103 +411000130,4,15540002,250,411000130,0,0,0,0,1,223061103 +411000131,4,15540002,250,411000131,0,0,0,0,1,223061103 +411000132,4,15540002,250,411000132,0,0,0,0,1,223061103 +411000133,4,15540002,250,411000133,0,0,0,0,1,223061103 +411000134,4,15540002,250,411000134,0,0,0,0,1,223061103 +411000135,4,15540002,250,411000135,0,0,0,0,1,223061103 +411000136,4,15540002,250,411000136,0,0,0,0,1,223061103 +411000137,4,15540002,250,411000137,0,0,0,0,1,223061103 +411000138,4,15540002,250,411000138,0,0,0,0,1,223061103 +411000139,4,15540002,250,411000139,0,0,0,0,1,223061103 +411000140,4,15540002,250,411000140,0,0,0,0,1,223061103 +411000141,4,15540002,250,411000141,0,0,0,0,1,223061103 +411000142,4,15540002,250,411000142,0,0,0,0,1,223061103 +411000143,4,15540002,250,411000143,0,0,0,0,1,223061103 +411000144,4,15540002,250,411000144,0,0,0,0,1,223061103 +411000145,4,15540002,250,411000145,0,0,0,0,1,223061103 +411000146,4,15540002,250,411000146,0,0,0,0,1,223061103 +411000147,4,15540002,250,411000147,0,0,0,0,1,223061103 +411000501,4,15540005,250,411000501,0,0,2030/03/31 23:59:59,0,1,223100301 +411000502,4,15540005,250,411000502,0,0,0,0,1,223100301 +411000503,4,15540005,5,411000503,0,0,0,0,1,223100301 +411000504,4,15540005,250,411000504,0,0,0,0,1,223100301 +411000505,4,15540005,250,411000505,0,0,0,0,1,223100301 +411000506,4,15540005,250,411000506,0,0,0,0,1,223100301 +411000507,4,15540005,250,411000507,0,0,0,0,1,223100301 +411000508,4,15540005,250,411000508,0,0,0,0,1,223100301 +411000509,4,15540005,250,411000509,0,0,0,0,1,223100301 +411000510,4,15540005,250,411000510,0,0,0,0,1,223100301 +411000511,4,15540005,250,411000511,0,0,0,0,1,223100301 +411000512,4,15540005,250,411000512,0,0,0,0,1,223100301 +411000513,4,15540005,250,411000513,0,0,0,0,1,223100301 +411000514,4,15540005,250,411000514,0,0,0,0,1,223100301 +411000515,4,15540005,250,411000515,0,0,0,0,1,223100301 +411000516,4,15540005,250,411000516,0,0,0,0,1,223100301 +411000517,4,15540005,250,411000517,0,0,0,0,1,223100301 +411000518,4,15540005,250,411000518,0,0,0,0,1,223100301 +411000519,4,15540005,250,411000519,0,0,0,0,1,223100301 +411000601,4,15540006,250,411000601,0,0,2030/03/31 23:59:59,0,1,223101001 +411000602,4,15540006,250,411000602,0,0,0,0,1,223101001 +411000603,4,15540006,5,411000603,0,0,0,0,1,223101001 +411000604,4,15540006,250,411000604,0,0,0,0,1,223101001 +411000605,4,15540006,250,411000605,0,0,0,0,1,223101001 +411000606,4,15540006,250,411000606,0,0,0,0,1,223101001 +411000607,4,15540006,250,411000607,0,0,0,0,1,223101001 +411000608,4,15540006,250,411000608,0,0,0,0,1,223101001 +411000609,4,15540006,250,411000609,0,0,0,0,1,223101001 +411000610,4,15540006,250,411000610,0,0,0,0,1,223101001 +411000611,4,15540006,250,411000611,0,0,0,0,1,223101001 +411000612,4,15540006,250,411000612,0,0,0,0,1,223101001 +411000613,4,15540006,250,411000613,0,0,0,0,1,223101001 +411000614,4,15540006,250,411000614,0,0,0,0,1,223101001 +411000615,4,15540006,250,411000615,0,0,0,0,1,223101001 +411000616,4,15540006,250,411000616,0,0,0,0,1,223101001 +411000617,4,15540006,250,411000617,0,0,0,0,1,223101001 +411000618,4,15540006,250,411000618,0,0,0,0,1,223101001 +411000619,4,15540006,250,411000619,0,0,0,0,1,223101001 +411000701,4,15540007,250,411000701,0,0,2030/03/31 23:59:59,0,1,223101701 +411000702,4,15540007,250,411000702,0,0,0,0,1,223101701 +411000703,4,15540007,5,411000703,0,0,0,0,1,223101701 +411000704,4,15540007,250,411000704,0,0,0,0,1,223101701 +411000705,4,15540007,250,411000705,0,0,0,0,1,223101701 +411000706,4,15540007,250,411000706,0,0,0,0,1,223101701 +411000707,4,15540007,250,411000707,0,0,0,0,1,223101701 +411000708,4,15540007,250,411000708,0,0,0,0,1,223101701 +411000709,4,15540007,250,411000709,0,0,0,0,1,223101701 +411000710,4,15540007,250,411000710,0,0,0,0,1,223101701 +411000711,4,15540007,250,411000711,0,0,0,0,1,223101701 +411000712,4,15540007,250,411000712,0,0,0,0,1,223101701 +411000713,4,15540007,250,411000713,0,0,0,0,1,223101701 +411000714,4,15540007,250,411000714,0,0,0,0,1,223101701 +411000715,4,15540007,250,411000715,0,0,0,0,1,223101701 +411000716,4,15540007,250,411000716,0,0,0,0,1,223101701 +411000717,4,15540007,250,411000717,0,0,0,0,1,223101701 +411000718,4,15540007,250,411000718,0,0,0,0,1,223101701 +411000719,4,15540007,250,411000719,0,0,0,0,1,223101701 +411000801,4,15540008,250,411000801,0,0,2030/03/31 23:59:59,0,1,223102401 +411000802,4,15540008,250,411000802,0,0,0,0,1,223102401 +411000803,4,15540008,5,411000803,0,0,0,0,1,223102401 +411000804,4,15540008,250,411000804,0,0,0,0,1,223102401 +411000805,4,15540008,250,411000805,0,0,0,0,1,223102401 +411000806,4,15540008,250,411000806,0,0,0,0,1,223102401 +411000807,4,15540008,250,411000807,0,0,0,0,1,223102401 +411000808,4,15540008,250,411000808,0,0,0,0,1,223102401 +411000809,4,15540008,250,411000809,0,0,0,0,1,223102401 +411000810,4,15540008,250,411000810,0,0,0,0,1,223102401 +411000811,4,15540008,250,411000811,0,0,0,0,1,223102401 +411000812,4,15540008,250,411000812,0,0,0,0,1,223102401 +411000813,4,15540008,250,411000813,0,0,0,0,1,223102401 +411000814,4,15540008,250,411000814,0,0,0,0,1,223102401 +411000815,4,15540008,250,411000815,0,0,0,0,1,223102401 +411000816,4,15540008,250,411000816,0,0,0,0,1,223102401 +411000817,4,15540008,250,411000817,0,0,0,0,1,223102401 +411000818,4,15540008,250,411000818,0,0,0,0,1,223102401 +411000819,4,15540008,250,411000819,0,0,0,0,1,223102401 +411000901,4,15540009,250,411000901,0,0,2030/03/31 23:59:59,0,1,223103101 +411000902,4,15540009,250,411000902,0,0,0,0,1,223103101 +411000903,4,15540009,5,411000903,0,0,0,0,1,223103101 +411000904,4,15540009,250,411000904,0,0,0,0,1,223103101 +411000905,4,15540009,250,411000905,0,0,0,0,1,223103101 +411000906,4,15540009,250,411000906,0,0,0,0,1,223103101 +411000907,4,15540009,250,411000907,0,0,0,0,1,223103101 +411000908,4,15540009,250,411000908,0,0,0,0,1,223103101 +411000909,4,15540009,250,411000909,0,0,0,0,1,223103101 +411000910,4,15540009,250,411000910,0,0,0,0,1,223103101 +411000911,4,15540009,250,411000911,0,0,0,0,1,223103101 +411000912,4,15540009,250,411000912,0,0,0,0,1,223103101 +411000913,4,15540009,250,411000913,0,0,0,0,1,223103101 +411000914,4,15540009,250,411000914,0,0,0,0,1,223103101 +411000915,4,15540009,250,411000915,0,0,0,0,1,223103101 +411000916,4,15540009,250,411000916,0,0,0,0,1,223103101 +411000917,4,15540009,250,411000917,0,0,0,0,1,223103101 +411000918,4,15540009,250,411000918,0,0,0,0,1,223103101 +411000919,4,15540009,250,411000919,0,0,0,0,1,223103101 +411001001,4,15540010,250,411001001,0,0,2030/03/31 23:59:59,0,1,223110701 +411001002,4,15540010,250,411001002,0,0,0,0,1,223110701 +411001003,4,15540010,5,411001003,0,0,0,0,1,223110701 +411001004,4,15540010,250,411001004,0,0,0,0,1,223110701 +411001005,4,15540010,250,411001005,0,0,0,0,1,223110701 +411001006,4,15540010,250,411001006,0,0,0,0,1,223110701 +411001007,4,15540010,250,411001007,0,0,0,0,1,223110701 +411001008,4,15540010,250,411001008,0,0,0,0,1,223110701 +411001009,4,15540010,250,411001009,0,0,0,0,1,223110701 +411001010,4,15540010,250,411001010,0,0,0,0,1,223110701 +411001011,4,15540010,250,411001011,0,0,0,0,1,223110701 +411001012,4,15540010,250,411001012,0,0,0,0,1,223110701 +411001013,4,15540010,250,411001013,0,0,0,0,1,223110701 +411001014,4,15540010,250,411001014,0,0,0,0,1,223110701 +411001015,4,15540010,250,411001015,0,0,0,0,1,223110701 +411001016,4,15540010,250,411001016,0,0,0,0,1,223110701 +411001017,4,15540010,250,411001017,0,0,0,0,1,223110701 +411001018,4,15540010,250,411001018,0,0,0,0,1,223110701 +411001019,4,15540010,250,411001019,0,0,0,0,1,223110701 +411001101,4,15540011,250,411001101,0,0,2030/03/31 23:59:59,0,1,223111401 +411001102,4,15540011,250,411001102,0,0,0,0,1,223111401 +411001103,4,15540011,5,411001103,0,0,0,0,1,223111401 +411001104,4,15540011,250,411001104,0,0,0,0,1,223111401 +411001105,4,15540011,250,411001105,0,0,0,0,1,223111401 +411001106,4,15540011,250,411001106,0,0,0,0,1,223111401 +411001107,4,15540011,250,411001107,0,0,0,0,1,223111401 +411001108,4,15540011,250,411001108,0,0,0,0,1,223111401 +411001109,4,15540011,250,411001109,0,0,0,0,1,223111401 +411001110,4,15540011,250,411001110,0,0,0,0,1,223111401 +411001111,4,15540011,250,411001111,0,0,0,0,1,223111401 +411001112,4,15540011,250,411001112,0,0,0,0,1,223111401 +411001113,4,15540011,250,411001113,0,0,0,0,1,223111401 +411001114,4,15540011,250,411001114,0,0,0,0,1,223111401 +411001115,4,15540011,250,411001115,0,0,0,0,1,223111401 +411001116,4,15540011,250,411001116,0,0,0,0,1,223111401 +411001117,4,15540011,250,411001117,0,0,0,0,1,223111401 +411001118,4,15540011,250,411001118,0,0,0,0,1,223111401 +411001119,4,15540011,250,411001119,0,0,0,0,1,223111401 +411001201,4,15540012,250,411001201,0,0,2030/03/31 23:59:59,0,1,223112101 +411001202,4,15540012,250,411001202,0,0,0,0,1,223112101 +411001203,4,15540012,5,411001203,0,0,0,0,1,223112101 +411001204,4,15540012,250,411001204,0,0,0,0,1,223112101 +411001205,4,15540012,250,411001205,0,0,0,0,1,223112101 +411001206,4,15540012,250,411001206,0,0,0,0,1,223112101 +411001207,4,15540012,250,411001207,0,0,0,0,1,223112101 +411001208,4,15540012,250,411001208,0,0,0,0,1,223112101 +411001209,4,15540012,250,411001209,0,0,0,0,1,223112101 +411001210,4,15540012,250,411001210,0,0,0,0,1,223112101 +411001211,4,15540012,250,411001211,0,0,0,0,1,223112101 +411001212,4,15540012,250,411001212,0,0,0,0,1,223112101 +411001213,4,15540012,250,411001213,0,0,0,0,1,223112101 +411001214,4,15540012,250,411001214,0,0,0,0,1,223112101 +411001215,4,15540012,250,411001215,0,0,0,0,1,223112101 +411001216,4,15540012,250,411001216,0,0,0,0,1,223112101 +411001217,4,15540012,250,411001217,0,0,0,0,1,223112101 +411001218,4,15540012,250,411001218,0,0,0,0,1,223112101 +411001219,4,15540012,250,411001219,0,0,0,0,1,223112101 +411001301,4,15540013,250,411001301,0,0,2030/03/31 23:59:59,0,1,223112801 +411001302,4,15540013,250,411001302,0,0,0,0,1,223112801 +411001303,4,15540013,5,411001303,0,0,0,0,1,223112801 +411001304,4,15540013,250,411001304,0,0,0,0,1,223112801 +411001305,4,15540013,250,411001305,0,0,0,0,1,223112801 +411001306,4,15540013,250,411001306,0,0,0,0,1,223112801 +411001307,4,15540013,250,411001307,0,0,0,0,1,223112801 +411001308,4,15540013,250,411001308,0,0,0,0,1,223112801 +411001309,4,15540013,250,411001309,0,0,0,0,1,223112801 +411001310,4,15540013,250,411001310,0,0,0,0,1,223112801 +411001311,4,15540013,250,411001311,0,0,0,0,1,223112801 +411001312,4,15540013,250,411001312,0,0,0,0,1,223112801 +411001313,4,15540013,250,411001313,0,0,0,0,1,223112801 +411001314,4,15540013,250,411001314,0,0,0,0,1,223112801 +411001315,4,15540013,250,411001315,0,0,0,0,1,223112801 +411001316,4,15540013,250,411001316,0,0,0,0,1,223112801 +411001317,4,15540013,250,411001317,0,0,0,0,1,223112801 +411001318,4,15540013,250,411001318,0,0,0,0,1,223112801 +411001319,4,15540013,250,411001319,0,0,0,0,1,223112801 +411001401,4,15540014,250,411001401,0,0,2030/03/31 23:59:59,0,1,223120501 +411001402,4,15540014,250,411001402,0,0,0,0,1,223120501 +411001403,4,15540014,5,411001403,0,0,0,0,1,223120501 +411001404,4,15540014,250,411001404,0,0,0,0,1,223120501 +411001405,4,15540014,250,411001405,0,0,0,0,1,223120501 +411001406,4,15540014,250,411001406,0,0,0,0,1,223120501 +411001407,4,15540014,250,411001407,0,0,0,0,1,223120501 +411001408,4,15540014,250,411001408,0,0,0,0,1,223120501 +411001409,4,15540014,250,411001409,0,0,0,0,1,223120501 +411001410,4,15540014,250,411001410,0,0,0,0,1,223120501 +411001411,4,15540014,250,411001411,0,0,0,0,1,223120501 +411001412,4,15540014,250,411001412,0,0,0,0,1,223120501 +411001413,4,15540014,250,411001413,0,0,0,0,1,223120501 +411001414,4,15540014,250,411001414,0,0,0,0,1,223120501 +411001415,4,15540014,250,411001415,0,0,0,0,1,223120501 +411001416,4,15540014,250,411001416,0,0,0,0,1,223120501 +411001417,4,15540014,250,411001417,0,0,0,0,1,223120501 +411001418,4,15540014,250,411001418,0,0,0,0,1,223120501 +411001419,4,15540014,250,411001419,0,0,0,0,1,223120501 +411001501,4,15540015,250,411001501,0,0,2030/03/31 23:59:59,0,1,223121201 +411001502,4,15540015,250,411001502,0,0,0,0,1,223121201 +411001503,4,15540015,5,411001503,0,0,0,0,1,223121201 +411001504,4,15540015,250,411001504,0,0,0,0,1,223121201 +411001505,4,15540015,250,411001505,0,0,0,0,1,223121201 +411001506,4,15540015,250,411001506,0,0,0,0,1,223121201 +411001507,4,15540015,250,411001507,0,0,0,0,1,223121201 +411001508,4,15540015,250,411001508,0,0,0,0,1,223121201 +411001509,4,15540015,250,411001509,0,0,0,0,1,223121201 +411001510,4,15540015,250,411001510,0,0,0,0,1,223121201 +411001511,4,15540015,250,411001511,0,0,0,0,1,223121201 +411001512,4,15540015,250,411001512,0,0,0,0,1,223121201 +411001513,4,15540015,250,411001513,0,0,0,0,1,223121201 +411001514,4,15540015,250,411001514,0,0,0,0,1,223121201 +411001515,4,15540015,250,411001515,0,0,0,0,1,223121201 +411001516,4,15540015,250,411001516,0,0,0,0,1,223121201 +411001517,4,15540015,250,411001517,0,0,0,0,1,223121201 +411001518,4,15540015,250,411001518,0,0,0,0,1,223121201 +411001519,4,15540015,250,411001519,0,0,0,0,1,223121201 +411001601,4,15540016,250,411001601,0,0,2030/03/31 23:59:59,0,1,223121901 +411001602,4,15540016,250,411001602,0,0,0,0,1,223121901 +411001603,4,15540016,5,411001603,0,0,0,0,1,223121901 +411001604,4,15540016,250,411001604,0,0,0,0,1,223121901 +411001605,4,15540016,250,411001605,0,0,0,0,1,223121901 +411001606,4,15540016,250,411001606,0,0,0,0,1,223121901 +411001607,4,15540016,250,411001607,0,0,0,0,1,223121901 +411001608,4,15540016,250,411001608,0,0,0,0,1,223121901 +411001609,4,15540016,250,411001609,0,0,0,0,1,223121901 +411001610,4,15540016,250,411001610,0,0,0,0,1,223121901 +411001611,4,15540016,250,411001611,0,0,0,0,1,223121901 +411001612,4,15540016,250,411001612,0,0,0,0,1,223121901 +411001613,4,15540016,250,411001613,0,0,0,0,1,223121901 +411001614,4,15540016,250,411001614,0,0,0,0,1,223121901 +411001615,4,15540016,250,411001615,0,0,0,0,1,223121901 +411001616,4,15540016,250,411001616,0,0,0,0,1,223121901 +411001617,4,15540016,250,411001617,0,0,0,0,1,223121901 +411001618,4,15540016,250,411001618,0,0,0,0,1,223121901 +411001619,4,15540016,250,411001619,0,0,0,0,1,223121901 +411001701,4,15540017,250,411001701,0,0,2030/03/31 23:59:59,0,1,223101501 +411001702,4,15540017,250,411001702,0,0,2030/03/31 23:59:59,0,1,223101501 +411001703,4,15540017,50,411001703,0,0,2030/03/31 23:59:59,0,1,223101501 +411001704,4,15540017,50,411001704,0,0,2030/03/31 23:59:59,0,1,223101501 +411001705,4,15540017,50,411001705,0,0,2030/03/31 23:59:59,0,1,223101501 +411001706,4,15540017,250,411001706,0,0,0,0,1,223101501 +411001707,4,15540017,5,411001707,0,0,0,0,1,223101501 +411001708,4,15540017,250,411001708,0,0,0,0,1,223101501 +411001709,4,15540017,250,411001709,0,0,0,0,1,223101501 +411001710,4,15540017,250,411001710,0,0,0,0,1,223101501 +411001711,4,15540017,250,411001711,0,0,0,0,1,223101501 +411001712,4,15540017,250,411001712,0,0,0,0,1,223101501 +411001713,4,15540017,250,411001713,0,0,0,0,1,223101501 +411001714,4,15540017,250,411001714,0,0,0,0,1,223101501 +411001715,4,15540017,250,411001715,0,0,0,0,1,223101501 +411001716,4,15540017,250,411001716,0,0,0,0,1,223101501 +411001717,4,15540017,250,411001717,0,0,0,0,1,223101501 +411001718,4,15540017,250,411001718,0,0,0,0,1,223101501 +411001719,4,15540017,250,411001719,0,0,0,0,1,223101501 +411001720,4,15540017,250,411001720,0,0,0,0,1,223101501 +411001721,4,15540017,250,411001721,0,0,0,0,1,223101501 +411001722,4,15540017,250,411001722,0,0,0,0,1,223101501 +411001723,4,15540017,250,411001723,0,0,0,0,1,223101501 +411001724,4,15540017,250,411001724,0,0,0,0,1,223101501 +411001725,4,15540017,250,411001725,0,0,0,0,1,223101501 +411001726,4,15540017,250,411001726,0,0,0,0,1,223101501 +411001727,4,15540017,250,411001727,0,0,0,0,1,223101501 +411001728,4,15540017,250,411001728,0,0,0,0,1,223101501 +411001729,4,15540017,250,411001729,0,0,0,0,1,223101501 +411001730,4,15540017,250,411001730,0,0,0,0,1,223101501 +411001731,4,15540017,250,411001731,0,0,0,0,1,223101501 +411001732,4,15540017,250,411001732,0,0,0,0,1,223101501 +411001733,4,15540017,250,411001733,0,0,0,0,1,223101501 +411001734,4,15540017,250,411001734,0,0,0,0,1,223101501 +411001735,4,15540017,250,411001735,0,0,0,0,1,223101501 +411001736,4,15540017,250,411001736,0,0,0,0,1,223101501 +411001737,4,15540017,250,411001737,0,0,0,0,1,223101501 +411001738,4,15540017,250,411001738,0,0,0,0,1,223101501 +411001739,4,15540017,250,411001739,0,0,0,0,1,223101501 +411001740,4,15540017,250,411001740,0,0,0,0,1,223101501 +411001741,4,15540017,250,411001741,0,0,0,0,1,223101501 +411001742,4,15540017,250,411001742,0,0,0,0,1,223101501 +411001743,4,15540017,250,411001743,0,0,0,0,1,223101501 +411001744,4,15540017,250,411001744,0,0,0,0,1,223101501 +411001745,4,15540017,250,411001745,0,0,0,0,1,223101501 +411001746,4,15540017,250,411001746,0,0,0,0,1,223101501 +411001747,4,15540017,250,411001747,0,0,0,0,1,223101501 +411001748,4,15540017,250,411001748,0,0,0,0,1,223101501 +411001749,4,15540017,250,411001749,0,0,0,0,1,223101501 +411001750,4,15540017,250,411001750,0,0,0,0,1,223101501 +411001751,4,15540017,250,411001751,0,0,0,0,1,223101501 +411001752,4,15540017,250,411001752,0,0,0,0,1,223101501 +411001753,4,15540017,250,411001753,0,0,0,0,1,223101501 +411001754,4,15540017,250,411001754,0,0,0,0,1,223101501 +411001755,4,15540017,250,411001755,0,0,0,0,1,223101501 +411001756,4,15540017,250,411001756,0,0,0,0,1,223101501 +411001757,4,15540017,250,411001757,0,0,0,0,1,223101501 +411001758,4,15540017,250,411001758,0,0,0,0,1,223101501 +411001759,4,15540017,250,411001759,0,0,0,0,1,223101501 +411001760,4,15540017,250,411001760,0,0,0,0,1,223101501 +411001761,4,15540017,250,411001761,0,0,0,0,1,223101501 +411001762,4,15540017,250,411001762,0,0,0,0,1,223101501 +411001763,4,15540017,250,411001763,0,0,0,0,1,223101501 +411001764,4,15540017,250,411001764,0,0,0,0,1,223101501 +411001765,4,15540017,250,411001765,0,0,0,0,1,223101501 +411001766,4,15540017,250,411001766,0,0,0,0,1,223101501 +411001767,4,15540017,250,411001767,0,0,0,0,1,223101501 +411001768,4,15540017,250,411001768,0,0,0,0,1,223101501 +411001769,4,15540017,250,411001769,0,0,0,0,1,223101501 +411001770,4,15540017,250,411001770,0,0,0,0,1,223101501 +411002301,4,15540023,250,411002301,0,0,0,0,1,223090603 +411002302,4,15540023,5,411002302,0,0,0,0,1,223090603 +411002303,4,15540023,250,411002303,0,0,0,0,1,223090603 +411002304,4,15540023,250,411002304,0,0,0,0,1,223090603 +411002305,4,15540023,250,411002305,0,0,0,0,1,223090603 +411002306,4,15540023,250,411002306,0,0,0,0,1,223090603 +411002307,4,15540023,250,411002307,0,0,0,0,1,223090603 +411002308,4,15540023,250,411002308,0,0,0,0,1,223090603 +411002309,4,15540023,250,411002309,0,0,0,0,1,223090603 +411002310,4,15540023,250,411002310,0,0,0,0,1,223090603 +411002311,4,15540023,250,411002311,0,0,0,0,1,223090603 +411002312,4,15540023,250,411002312,0,0,0,0,1,223090603 +411002313,4,15540023,250,411002313,0,0,0,0,1,223090603 +411002314,4,15540023,250,411002314,0,0,0,0,1,223090603 +411002315,4,15540023,250,411002315,0,0,0,0,1,223090603 +411002316,4,15540023,250,411002316,0,0,0,0,1,223090603 +411002401,4,15540024,250,411002401,0,0,0,0,1,223103111 +411002402,4,15540024,5,411002402,0,0,0,0,1,223103111 +411002403,4,15540024,250,411002403,0,0,0,0,1,223103111 +411002404,4,15540024,250,411002404,0,0,0,0,1,223103111 +411002405,4,15540024,250,411002405,0,0,0,0,1,223103111 +411002406,4,15540024,250,411002406,0,0,0,0,1,223103111 +411002407,4,15540024,250,411002407,0,0,0,0,1,223103111 +411002408,4,15540024,250,411002408,0,0,0,0,1,223103111 +411002409,4,15540024,250,411002409,0,0,0,0,1,223103111 +411002410,4,15540024,250,411002410,0,0,0,0,1,223103111 +411002411,4,15540024,250,411002411,0,0,0,0,1,223103111 +411002412,4,15540024,250,411002412,0,0,0,0,1,223103111 +411002413,4,15540024,250,411002413,0,0,0,0,1,223103111 +411002414,4,15540024,250,411002414,0,0,0,0,1,223103111 +411002415,4,15540024,250,411002415,0,0,0,0,1,223103111 +411002416,4,15540024,250,411002416,0,0,0,0,1,223103111 +411002417,4,15540024,250,411002417,0,0,0,0,1,223103111 +411002501,4,15540025,250,411002501,0,0,0,0,1,223111508 +411002502,4,15540025,5,411002502,0,0,0,0,1,223111508 +411002503,4,15540025,250,411002503,0,0,0,0,1,223111508 +411002504,4,15540025,250,411002504,0,0,0,0,1,223111508 +411002505,4,15540025,250,411002505,0,0,0,0,1,223111508 +411002506,4,15540025,250,411002506,0,0,0,0,1,223111508 +411002507,4,15540025,250,411002507,0,0,0,0,1,223111508 +411002508,4,15540025,250,411002508,0,0,0,0,1,223111508 +411002509,4,15540025,250,411002509,0,0,0,0,1,223111508 +411002510,4,15540025,250,411002510,0,0,0,0,1,223111508 +411002511,4,15540025,250,411002511,0,0,0,0,1,223111508 +411002512,4,15540025,250,411002512,0,0,0,0,1,223111508 +411002513,4,15540025,250,411002513,0,0,0,0,1,223111508 +411002514,4,15540025,250,411002514,0,0,0,0,1,223111508 +411002515,4,15540025,250,411002515,0,0,0,0,1,223111508 +411002516,4,15540025,250,411002516,0,0,0,0,1,223111508 +411002517,4,15540025,250,411002517,0,0,0,0,1,223111508 +411002518,4,15540025,250,411002518,0,0,0,0,1,223111508 +411002519,4,15540025,250,411002519,0,0,0,0,1,223111508 +411002701,4,15540027,50,411002701,0,0,0,0,1,223121402 +411002702,4,15540027,50,411002702,0,0,0,0,1,223121402 +411002703,4,15540027,50,411002703,0,0,0,0,1,223121402 +411002704,4,15540027,50,411002704,0,0,0,0,1,223121402 +411002705,4,15540027,50,411002705,0,0,0,0,1,223121402 +411002706,4,15540027,50,411002706,0,0,0,0,1,223121402 +411002707,4,15540027,50,411002707,0,0,0,0,1,223121402 +411002708,4,15540027,50,411002708,0,0,0,0,1,223121402 +411002709,4,15540027,50,411002709,0,0,0,0,1,223121402 +411002710,4,15540027,250,411002710,0,0,0,0,1,223121402 +411002711,4,15540027,5,411002711,0,0,0,0,1,223121402 +411002712,4,15540027,250,411002712,0,0,0,0,1,223121402 +411002713,4,15540027,250,411002713,0,0,0,0,1,223121402 +411002714,4,15540027,250,411002714,0,0,0,0,1,223121402 +411002715,4,15540027,250,411002715,0,0,0,0,1,223121402 +411002716,4,15540027,250,411002716,0,0,0,0,1,223121402 +411002717,4,15540027,250,411002717,0,0,0,0,1,223121402 +411002718,4,15540027,250,411002718,0,0,0,0,1,223121402 +411002719,4,15540027,250,411002719,0,0,0,0,1,223121402 +411002720,4,15540027,250,411002720,0,0,0,0,1,223121402 +411002721,4,15540027,250,411002721,0,0,0,0,1,223121402 +411002722,4,15540027,250,411002722,0,0,0,0,1,223121402 +411002723,4,15540027,250,411002723,0,0,0,0,1,223121402 +411002724,4,15540027,250,411002724,0,0,0,0,1,223121402 +411002725,4,15540027,250,411002725,0,0,0,0,1,223121402 +411002726,4,15540027,250,411002726,0,0,0,0,1,223121402 +411002727,4,15540027,250,411002727,0,0,0,0,1,223121402 +411002728,4,15540027,250,411002728,0,0,0,0,1,223121402 +411002729,4,15540027,250,411002729,0,0,0,0,1,223121402 +411002730,4,15540027,250,411002730,0,0,0,0,1,223121402 +411002801,4,15540028,250,411002801,0,0,0,0,1,223111702 +411002802,4,15540028,5,411002802,0,0,0,0,1,223111702 +411002803,4,15540028,250,411002803,0,0,0,0,1,223111702 +411002804,4,15540028,250,411002804,0,0,0,0,1,223111702 +411002805,4,15540028,250,411002805,0,0,0,0,1,223111702 +411002806,4,15540028,250,411002806,0,0,0,0,1,223111702 +411002807,4,15540028,250,411002807,0,0,0,0,1,223111702 +411002808,4,15540028,250,411002808,0,0,0,0,1,223111702 +411002809,4,15540028,250,411002809,0,0,0,0,1,223111702 +411002810,4,15540028,250,411002810,0,0,0,0,1,223111702 +411002811,4,15540028,250,411002811,0,0,0,0,1,223111702 +411002812,4,15540028,250,411002812,0,0,0,0,1,223111702 +411002813,4,15540028,250,411002813,0,0,0,0,1,223111702 +411002814,4,15540028,250,411002814,0,0,0,0,1,223111702 +411002815,4,15540028,250,411002815,0,0,0,0,1,223111702 +411002816,4,15540028,250,411002816,0,0,0,0,1,223111702 +411002817,4,15540028,250,411002817,0,0,0,0,1,223111702 +411002818,4,15540028,250,411002818,0,0,0,0,1,223111702 +411002819,4,15540028,250,411002819,0,0,0,0,1,223111702 +411002820,4,15540028,250,411002820,0,0,0,0,1,223111702 +411002821,4,15540028,250,411002821,0,0,0,0,1,223111702 +411002822,4,15540028,250,411002822,0,0,0,0,1,223111702 +411002823,4,15540028,250,411002823,0,0,0,0,1,223111702 +411002824,4,15540028,250,411002824,0,0,0,0,1,223111702 +411002825,4,15540028,250,411002825,0,0,0,0,1,223111702 +411002901,4,15540029,250,411002901,0,0,0,0,1,223112404 +411002902,4,15540029,5,411002902,0,0,0,0,1,223112404 +411002903,4,15540029,250,411002903,0,0,0,0,1,223112404 +411002904,4,15540029,250,411002904,0,0,0,0,1,223112404 +411002905,4,15540029,250,411002905,0,0,0,0,1,223112404 +411002906,4,15540029,250,411002906,0,0,0,0,1,223112404 +411002907,4,15540029,250,411002907,0,0,0,0,1,223112404 +411002908,4,15540029,250,411002908,0,0,0,0,1,223112404 +411002909,4,15540029,250,411002909,0,0,0,0,1,223112404 +411002910,4,15540029,250,411002910,0,0,0,0,1,223112404 +411002911,4,15540029,250,411002911,0,0,0,0,1,223112404 +411002912,4,15540029,250,411002912,0,0,0,0,1,223112404 +411002913,4,15540029,250,411002913,0,0,0,0,1,223112404 +411002914,4,15540029,250,411002914,0,0,0,0,1,223112404 +411002915,4,15540029,250,411002915,0,0,0,0,1,223112404 +411002916,4,15540029,250,411002916,0,0,0,0,1,223112404 +411002917,4,15540029,250,411002917,0,0,0,0,1,223112404 +411002918,4,15540029,250,411002918,0,0,0,0,1,223112404 +411002919,4,15540029,250,411002919,0,0,0,0,1,223112404 +411002920,4,15540029,250,411002920,0,0,0,0,1,223112404 +411002921,4,15540029,250,411002921,0,0,0,0,1,223112404 +411002922,4,15540029,250,411002922,0,0,0,0,1,223112404 +411002923,4,15540029,250,411002923,0,0,0,0,1,223112404 +411002924,4,15540029,250,411002924,0,0,0,0,1,223112404 +411002925,4,15540029,250,411002925,0,0,0,0,1,223112404 +411002926,4,15540029,250,411002926,0,0,0,0,1,223112404 +411002927,4,15540029,250,411002927,0,0,0,0,1,223112404 +411003001,4,15540030,250,411003001,0,0,0,0,1,223120103 +411003002,4,15540030,5,411003002,0,0,0,0,1,223120103 +411003003,4,15540030,250,411003003,0,0,0,0,1,223120103 +411003004,4,15540030,250,411003004,0,0,0,0,1,223120103 +411003005,4,15540030,250,411003005,0,0,0,0,1,223120103 +411003006,4,15540030,250,411003006,0,0,0,0,1,223120103 +411003007,4,15540030,250,411003007,0,0,0,0,1,223120103 +411003008,4,15540030,250,411003008,0,0,0,0,1,223120103 +411003009,4,15540030,250,411003009,0,0,0,0,1,223120103 +411003010,4,15540030,250,411003010,0,0,0,0,1,223120103 +411003011,4,15540030,250,411003011,0,0,0,0,1,223120103 +411003012,4,15540030,250,411003012,0,0,0,0,1,223120103 +411003013,4,15540030,250,411003013,0,0,0,0,1,223120103 +411003014,4,15540030,250,411003014,0,0,0,0,1,223120103 +411003015,4,15540030,250,411003015,0,0,0,0,1,223120103 +411003016,4,15540030,250,411003016,0,0,0,0,1,223120103 +411003017,4,15540030,250,411003017,0,0,0,0,1,223120103 +411003018,4,15540030,250,411003018,0,0,0,0,1,223120103 +411003019,4,15540030,250,411003019,0,0,0,0,1,223120103 +411003020,4,15540030,250,411003020,0,0,0,0,1,223120103 +411003021,4,15540030,250,411003021,0,0,0,0,1,223120103 +411003101,4,15540031,250,411003101,0,0,0,0,1,223122604 +411003102,4,15540031,5,411003102,0,0,0,0,1,223122604 +411003103,4,15540031,250,411003103,0,0,0,0,1,223122604 +411003104,4,15540031,250,411003104,0,0,0,0,1,223122604 +411003105,4,15540031,250,411003105,0,0,0,0,1,223122604 +411003106,4,15540031,250,411003106,0,0,0,0,1,223122604 +411003107,4,15540031,250,411003107,0,0,0,0,1,223122604 +411003108,4,15540031,250,411003108,0,0,0,0,1,223122604 +411003109,4,15540031,250,411003109,0,0,0,0,1,223122604 +411003110,4,15540031,250,411003110,0,0,0,0,1,223122604 +411003111,4,15540031,250,411003111,0,0,0,0,1,223122604 +411003112,4,15540031,250,411003112,0,0,0,0,1,223122604 +411003113,4,15540031,250,411003113,0,0,0,0,1,223122604 +411003114,4,15540031,250,411003114,0,0,0,0,1,223122604 +411003115,4,15540031,250,411003115,0,0,0,0,1,223122604 +411003116,4,15540031,250,411003116,0,0,0,0,1,223122604 +411003117,4,15540031,250,411003117,0,0,0,0,1,223122604 +411003118,4,15540031,250,411003118,0,0,0,0,1,223122604 +411003119,4,15540031,250,411003119,0,0,0,0,1,223122604 +411003120,4,15540031,250,411003120,0,0,0,0,1,223122604 +411003121,4,15540031,250,411003121,0,0,0,0,1,223122604 +411003122,4,15540031,250,411003122,0,0,0,0,1,223122604 +411003123,4,15540031,250,411003123,0,0,0,0,1,223122604 +411003124,4,15540031,250,411003124,0,0,0,0,1,223122604 +411003125,4,15540031,250,411003125,0,0,0,0,1,223122604 +411003126,4,15540031,250,411003126,0,0,0,0,1,223122604 +411003127,4,15540031,250,411003127,0,0,0,0,1,223122604 +411003128,4,15540031,250,411003128,0,0,0,0,1,223122604 +411003129,4,15540031,250,411003129,0,0,0,0,1,223122604 +411003130,4,15540031,250,411003130,0,0,0,0,1,223122604 +411003131,4,15540031,250,411003131,0,0,0,0,1,223122604 +411003132,4,15540031,250,411003132,0,0,0,0,1,223122604 +411003133,4,15540031,250,411003133,0,0,0,0,1,223122604 +411003134,4,15540031,250,411003134,0,0,0,0,1,223122604 +411003135,4,15540031,250,411003135,0,0,0,0,1,223122604 +411003136,4,15540031,250,411003136,0,0,0,0,1,223122604 +411003137,4,15540031,250,411003137,0,0,0,0,1,223122604 +411003138,4,15540031,250,411003138,0,0,0,0,1,223122604 +411003139,4,15540031,250,411003139,0,0,0,0,1,223122604 +411003140,4,15540031,250,411003140,0,0,0,0,1,223122604 +411003141,4,15540031,250,411003141,0,0,0,0,1,223122604 +411003142,4,15540031,250,411003142,0,0,0,0,1,223122604 +411003143,4,15540031,250,411003143,0,0,0,0,1,223122604 +411003144,4,15540031,250,411003144,0,0,0,0,1,223122604 +411003145,4,15540031,250,411003145,0,0,0,0,1,223122604 +411003146,4,15540031,250,411003146,0,0,0,0,1,223122604 +411003147,4,15540031,250,411003147,0,0,0,0,1,223122604 +411003148,4,15540031,250,411003148,0,0,0,0,1,223122604 +411003149,4,15540031,250,411003149,0,0,0,0,1,223122604 +411003150,4,15540031,250,411003150,0,0,0,0,1,223122604 +411003151,4,15540031,250,411003151,0,0,0,0,1,223122604 +411003152,4,15540031,250,411003152,0,0,0,0,1,223122604 +411003153,4,15540031,250,411003153,0,0,0,0,1,223122604 +411003154,4,15540031,250,411003154,0,0,0,0,1,223122604 +411003155,4,15540031,250,411003155,0,0,0,0,1,223122604 +411003156,4,15540031,250,411003156,0,0,0,0,1,223122604 +411003157,4,15540031,250,411003157,0,0,0,0,1,223122604 +411003158,4,15540031,250,411003158,0,0,0,0,1,223122604 +411003159,4,15540031,250,411003159,0,0,0,0,1,223122604 +411003160,4,15540031,250,411003160,0,0,0,0,1,223122604 +411003161,4,15540031,250,411003161,0,0,0,0,1,223122604 +411003162,4,15540031,250,411003162,0,0,0,0,1,223122604 +411003163,4,15540031,250,411003163,0,0,0,0,1,223122604 +411003164,4,15540031,250,411003164,0,0,0,0,1,223122604 +411003165,4,15540031,250,411003165,0,0,0,0,1,223122604 +411003166,4,15540031,250,411003166,0,0,0,0,1,223122604 +411003167,4,15540031,250,411003167,0,0,0,0,1,223122604 +411003168,4,15540031,250,411003168,0,0,0,0,1,223122604 +411003169,4,15540031,250,411003169,0,0,0,0,1,223122604 +411003170,4,15540031,250,411003170,0,0,0,0,1,223122604 +411003171,4,15540031,250,411003171,0,0,0,0,1,223122604 +411003172,4,15540031,250,411003172,0,0,0,0,1,223122604 +411003173,4,15540031,250,411003173,0,0,0,0,1,223122604 +411003301,4,15540032,250,411003301,0,0,0,0,1,224010105 +411003302,4,15540032,250,411003302,0,0,0,0,1,224010105 +411003303,4,15540032,250,411003303,0,0,0,0,1,224010105 +411003304,4,15540032,250,411003304,0,0,0,0,1,224010105 +411003305,4,15540032,250,411003305,0,0,0,0,1,224010105 +411003306,4,15540032,250,411003306,0,0,0,0,1,224010105 +411003307,4,15540032,250,411003307,0,0,0,0,1,224010105 +411003308,4,15540032,250,411003308,0,0,0,0,1,224010105 +411003309,4,15540032,250,411003309,0,0,0,0,1,224010105 +411003310,4,15540032,250,411003310,0,0,0,0,1,224010105 +411003311,4,15540032,250,411003311,0,0,0,0,1,224010105 +411003312,4,15540032,250,411003312,0,0,0,0,1,224010105 +411003313,4,15540032,250,411003313,0,0,0,0,1,224010105 +411003314,4,15540032,250,411003314,0,0,0,0,1,224010105 +411003315,4,15540032,250,411003315,0,0,0,0,1,224010105 +411003316,4,15540032,250,411003316,0,0,0,0,1,224010105 +411003317,4,15540032,250,411003317,0,0,0,0,1,224010105 +411003318,4,15540032,250,411003318,0,0,0,0,1,224010105 +411003319,4,15540032,250,411003319,0,0,0,0,1,224010105 +411003320,4,15540032,250,411003320,0,0,0,0,1,224010105 +411003321,4,15540032,250,411003321,0,0,0,0,1,224010105 +411003322,4,15540032,250,411003322,0,0,0,0,1,224010105 +411003323,4,15540032,250,411003323,0,0,0,0,1,224010105 +411003324,4,15540032,250,411003324,0,0,0,0,1,224010105 +411003325,4,15540032,250,411003325,0,0,0,0,1,224010105 +411003326,4,15540032,250,411003326,0,0,0,0,1,224010105 +411003327,4,15540032,5,411003327,0,0,0,0,1,224010105 +411003328,4,15540032,250,411003328,0,0,0,0,1,224010105 +411003329,4,15540032,250,411003329,0,0,0,0,1,224010105 +411003330,4,15540032,250,411003330,0,0,0,0,1,224010105 +411003331,4,15540032,250,411003331,0,0,0,0,1,224010105 +411003332,4,15540032,250,411003332,0,0,0,0,1,224010105 +411003333,4,15540032,250,411003333,0,0,0,0,1,224010105 +411003334,4,15540032,250,411003334,0,0,0,0,1,224010105 +411003335,4,15540032,250,411003335,0,0,0,0,1,224010105 +411003336,4,15540032,250,411003336,0,0,0,0,1,224010105 +411003337,4,15540032,250,411003337,0,0,0,0,1,224010105 +411003338,4,15540032,250,411003338,0,0,0,0,1,224010105 +411003339,4,15540032,250,411003339,0,0,0,0,1,224010105 +411003340,4,15540032,250,411003340,0,0,0,0,1,224010105 +411003341,4,15540032,250,411003341,0,0,0,0,1,224010105 +411003342,4,15540032,250,411003342,0,0,0,0,1,224010105 +411003343,4,15540032,250,411003343,0,0,0,0,1,224010105 +411003344,4,15540032,250,411003344,0,0,0,0,1,224010105 +411003345,4,15540032,250,411003345,0,0,0,0,1,224010105 +411003346,4,15540032,250,411003346,0,0,0,0,1,224010105 +411003347,4,15540032,250,411003347,0,0,0,0,1,224010105 +411003348,4,15540032,250,411003348,0,0,0,0,1,224010105 +411003349,4,15540032,250,411003349,0,0,0,0,1,224010105 +411003350,4,15540032,250,411003350,0,0,0,0,1,224010105 +411003351,4,15540032,250,411003351,0,0,0,0,1,224010105 +411003352,4,15540032,250,411003352,0,0,0,0,1,224010105 +411003353,4,15540032,250,411003353,0,0,0,0,1,224010105 +411003354,4,15540032,250,411003354,0,0,0,0,1,224010105 +411003355,4,15540032,250,411003355,0,0,0,0,1,224010105 +411003356,4,15540032,250,411003356,0,0,0,0,1,224010105 +411003357,4,15540032,250,411003357,0,0,0,0,1,224010105 +411003358,4,15540032,250,411003358,0,0,0,0,1,224010105 +411003359,4,15540032,250,411003359,0,0,0,0,1,224010105 +411003360,4,15540032,250,411003360,0,0,0,0,1,224010105 +411003361,4,15540032,250,411003361,0,0,0,0,1,224010105 +411003362,4,15540032,250,411003362,0,0,0,0,1,224010105 +411003363,4,15540032,250,411003363,0,0,0,0,1,224010105 +411003364,4,15540032,250,411003364,0,0,0,0,1,224010105 +411003365,4,15540032,250,411003365,0,0,0,0,1,224010105 +411003366,4,15540032,250,411003366,0,0,0,0,1,224010105 +411003367,4,15540032,250,411003367,0,0,0,0,1,224010105 +411003368,4,15540032,250,411003368,0,0,0,0,1,224010105 +411003369,4,15540032,250,411003369,0,0,0,0,1,224010105 +411003370,4,15540032,250,411003370,0,0,0,0,1,224010105 +411003371,4,15540032,250,411003371,0,0,0,0,1,224010105 +411003372,4,15540032,250,411003372,0,0,0,0,1,224010105 +411003373,4,15540032,250,411003373,0,0,0,0,1,224010105 +411003374,4,15540032,250,411003374,0,0,0,0,1,224010105 +411003375,4,15540032,250,411003375,0,0,0,0,1,224010105 +411003376,4,15540032,250,411003376,0,0,0,0,1,224010105 +411003377,4,15540032,250,411003377,0,0,0,0,1,224010105 +411003378,4,15540032,250,411003378,0,0,0,0,1,224010105 +411003379,4,15540032,250,411003379,0,0,0,0,1,224010105 +411003380,4,15540032,250,411003380,0,0,0,0,1,224010105 +411003381,4,15540032,250,411003381,0,0,0,0,1,224010105 +411003382,4,15540032,250,411003382,0,0,0,0,1,224010105 +411003383,4,15540032,250,411003383,0,0,0,0,1,224010105 +411003384,4,15540032,250,411003384,0,0,0,0,1,224010105 +411003385,4,15540032,250,411003385,0,0,0,0,1,224010105 +411003386,4,15540032,250,411003386,0,0,0,0,1,224010105 +411003387,4,15540032,250,411003387,0,0,0,0,1,224010105 +411003388,4,15540032,250,411003388,0,0,0,0,1,224010105 +411003389,4,15540032,250,411003389,0,0,0,0,1,224010105 +411003390,4,15540032,250,411003390,0,0,0,0,1,224010105 +411003391,4,15540032,250,411003391,0,0,0,0,1,224010105 +411003392,4,15540032,250,411003392,0,0,0,0,1,224010105 +411003393,4,15540032,250,411003393,0,0,0,0,1,224010105 +411003394,4,15540032,250,411003394,0,0,0,0,1,224010105 +411003395,4,15540032,250,411003395,0,0,0,0,1,224010105 +411003396,4,15540032,250,411003396,0,0,0,0,1,224010105 +411003397,4,15540032,250,411003397,0,0,0,0,1,224010105 +411003398,4,15540032,250,411003398,0,0,0,0,1,224010105 +411003399,4,15540032,250,411003399,0,0,0,0,1,224010105 +411003400,4,15540032,250,411003400,0,0,0,0,1,224010105 +411003501,4,15540033,250,411003501,0,0,0,0,1,224011304 +411003502,4,15540033,5,411003502,0,0,0,0,1,224011304 +411003503,4,15540033,250,411003503,0,0,0,0,1,224011304 +411003504,4,15540033,250,411003504,0,0,0,0,1,224011304 +411003505,4,15540033,250,411003505,0,0,0,0,1,224011304 +411003506,4,15540033,250,411003506,0,0,0,0,1,224011304 +411003507,4,15540033,250,411003507,0,0,0,0,1,224011304 +411003508,4,15540033,250,411003508,0,0,0,0,1,224011304 +411003509,4,15540033,250,411003509,0,0,0,0,1,224011304 +411003510,4,15540033,250,411003510,0,0,0,0,1,224011304 +411003511,4,15540033,250,411003511,0,0,0,0,1,224011304 +411003512,4,15540033,250,411003512,0,0,0,0,1,224011304 +411003513,4,15540033,250,411003513,0,0,0,0,1,224011304 +411003514,4,15540033,250,411003514,0,0,0,0,1,224011304 +411003901,4,15540034,250,411003901,0,0,0,0,1,224030109 +411003902,4,15540034,5,411003902,0,0,0,0,1,224030109 +411003903,4,15540034,250,411003903,0,0,0,0,1,224030109 +411003904,4,15540034,250,411003904,0,0,0,0,1,224030109 +411003905,4,15540034,250,411003905,0,0,0,0,1,224030109 +411003906,4,15540034,250,411003906,0,0,0,0,1,224030109 +411003907,4,15540034,250,411003907,0,0,0,0,1,224030109 +411003908,4,15540034,250,411003908,0,0,0,0,1,224030109 +411003909,4,15540034,250,411003909,0,0,0,0,1,224030109 +411003910,4,15540034,250,411003910,0,0,0,0,1,224030109 +411003911,4,15540034,250,411003911,0,0,0,0,1,224030109 +411003912,4,15540034,250,411003912,0,0,0,0,1,224030109 +411003913,4,15540034,250,411003913,0,0,0,0,1,224030109 +411003914,4,15540034,250,411003914,0,0,0,0,1,224030109 +411003915,4,15540034,250,411003915,0,0,0,0,1,224030109 +411003916,4,15540034,250,411003916,0,0,0,0,1,224030109 +411003917,4,15540034,250,411003917,0,0,0,0,1,224030109 +411003918,4,15540034,250,411003918,0,0,0,0,1,224030109 +411003919,4,15540034,250,411003919,0,0,0,0,1,224030109 +411003920,4,15540034,250,411003920,0,0,0,0,1,224030109 +411003921,4,15540034,250,411003921,0,0,0,0,1,224030109 +411003922,4,15540034,250,411003922,0,0,0,0,1,224030109 +411003923,4,15540034,250,411003923,0,0,0,0,1,224030109 +411003924,4,15540034,250,411003924,0,0,0,0,1,224030109 +411003925,4,15540034,250,411003925,0,0,0,0,1,224030109 +411003926,4,15540034,250,411003926,0,0,0,0,1,224030109 +411003927,4,15540034,250,411003927,0,0,0,0,1,224030109 +411003928,4,15540034,250,411003928,0,0,0,0,1,224030109 +411003929,4,15540034,250,411003929,0,0,0,0,1,224030109 +411003930,4,15540034,250,411003930,0,0,0,0,1,224030109 +411003931,4,15540034,250,411003931,0,0,0,0,1,224030109 +411003932,4,15540034,250,411003932,0,0,0,0,1,224030109 +411003933,4,15540034,250,411003933,0,0,0,0,1,224030109 +411003934,4,15540034,250,411003934,0,0,0,0,1,224030109 +411003935,4,15540034,250,411003935,0,0,0,0,1,224030109 +411003936,4,15540034,250,411003936,0,0,0,0,1,224030109 +411003937,4,15540034,250,411003937,0,0,0,0,1,224030109 +411003938,4,15540034,250,411003938,0,0,0,0,1,224030109 +411003939,4,15540034,250,411003939,0,0,0,0,1,224030109 +411003940,4,15540034,250,411003940,0,0,0,0,1,224030109 +411003941,4,15540034,250,411003941,0,0,0,0,1,224030109 +411003942,4,15540034,250,411003942,0,0,0,0,1,224030109 +411003943,4,15540034,250,411003943,0,0,0,0,1,224030109 +411003944,4,15540034,250,411003944,0,0,0,0,1,224030109 +411003945,4,15540034,250,411003945,0,0,0,0,1,224030109 +411003946,4,15540034,250,411003946,0,0,0,0,1,224030109 +411003947,4,15540034,250,411003947,0,0,0,0,1,224030109 +411003948,4,15540034,250,411003948,0,0,0,0,1,224030109 +411003949,4,15540034,250,411003949,0,0,0,0,1,224030109 +411003950,4,15540034,250,411003950,0,0,0,0,1,224030109 +411003951,4,15540034,250,411003951,0,0,0,0,1,224030109 +411003952,4,15540034,250,411003952,0,0,0,0,1,224030109 +411003953,4,15540034,250,411003953,0,0,0,0,1,224030109 +411003954,4,15540034,250,411003954,0,0,0,0,1,224030109 +411003955,4,15540034,250,411003955,0,0,0,0,1,224030109 +411003956,4,15540034,250,411003956,0,0,0,0,1,224030109 +411003957,4,15540034,250,411003957,0,0,0,0,1,224030109 +411003958,4,15540034,250,411003958,0,0,0,0,1,224030109 +411003959,4,15540034,250,411003959,0,0,0,0,1,224030109 +411003960,4,15540034,250,411003960,0,0,0,0,1,224030109 +411003961,4,15540034,250,411003961,0,0,0,0,1,224030109 +411003962,4,15540034,250,411003962,0,0,0,0,1,224030109 +411003963,4,15540034,250,411003963,0,0,0,0,1,224030109 +411003964,4,15540034,250,411003964,0,0,0,0,1,224030109 +411003965,4,15540034,250,411003965,0,0,0,0,1,224030109 +411003966,4,15540034,250,411003966,0,0,0,0,1,224030109 +411003967,4,15540034,250,411003967,0,0,0,0,1,224030109 +411003968,4,15540034,250,411003968,0,0,0,0,1,224030109 +411003969,4,15540034,250,411003969,0,0,0,0,1,224030109 +411003970,4,15540034,250,411003970,0,0,0,0,1,224030109 +411003971,4,15540034,250,411003971,0,0,0,0,1,224030109 +411003972,4,15540034,250,411003972,0,0,0,0,1,224030109 +411003973,4,15540034,250,411003973,0,0,0,0,1,224030109 +411003974,4,15540034,250,411003974,0,0,0,0,1,224030109 +411003975,4,15540034,250,411003975,0,0,0,0,1,224030109 +411003976,4,15540034,250,411003976,0,0,0,0,1,224030109 +411003977,4,15540034,250,411003977,0,0,0,0,1,224030109 +411003978,4,15540034,250,411003978,0,0,0,0,1,224030109 +411003979,4,15540034,250,411003979,0,0,0,0,1,224030109 +411003980,4,15540034,250,411003980,0,0,0,0,1,224030109 +411003981,4,15540034,250,411003981,0,0,0,0,1,224030109 +411003982,4,15540034,250,411003982,0,0,0,0,1,224030109 +411003983,4,15540034,250,411003983,0,0,0,0,1,224030109 +411004301,4,15540035,250,411004301,0,0,0,0,1,224031602 +411004302,4,15540035,250,411004302,0,0,0,0,1,224031602 +411004303,4,15540035,250,411004303,0,0,0,0,1,224031602 +411004304,4,15540035,250,411004304,0,0,0,0,1,224031602 +411004305,4,15540035,250,411004305,0,0,0,0,1,224031602 +411004306,4,15540035,5,411004306,0,0,0,0,1,224031602 +411004307,4,15540035,250,411004307,0,0,0,0,1,224031602 +411004308,4,15540035,250,411004308,0,0,0,0,1,224031602 +411004309,4,15540035,250,411004309,0,0,0,0,1,224031602 +411004310,4,15540035,250,411004310,0,0,0,0,1,224031602 +411004311,4,15540035,250,411004311,0,0,0,0,1,224031602 +411004312,4,15540035,250,411004312,0,0,0,0,1,224031602 +411004313,4,15540035,250,411004313,0,0,0,0,1,224031602 +411004314,4,15540035,250,411004314,0,0,0,0,1,224031602 +411004315,4,15540035,250,411004315,0,0,0,0,1,224031602 +411004316,4,15540035,250,411004316,0,0,0,0,1,224031602 +411004317,4,15540035,250,411004317,0,0,0,0,1,224031602 +411004318,4,15540035,250,411004318,0,0,0,0,1,224031602 +411004319,4,15540035,250,411004319,0,0,0,0,1,224031602 +411004320,4,15540035,250,411004320,0,0,0,0,1,224031602 +411004321,4,15540035,250,411004321,0,0,0,0,1,224031602 +411004322,4,15540035,250,411004322,0,0,0,0,1,224031602 +411004323,4,15540035,250,411004323,0,0,0,0,1,224031602 +411004324,4,15540035,250,411004324,0,0,0,0,1,224031602 +411004325,4,15540035,250,411004325,0,0,0,0,1,224031602 +411004326,4,15540035,250,411004326,0,0,0,0,1,224031602 +411004327,4,15540035,250,411004327,0,0,0,0,1,224031602 +411004328,4,15540035,250,411004328,0,0,0,0,1,224031602 +411004329,4,15540035,250,411004329,0,0,0,0,1,224031602 +411004330,4,15540035,250,411004330,0,0,0,0,1,224031602 +411004331,4,15540035,250,411004331,0,0,0,0,1,224031602 +411004332,4,15540035,250,411004332,0,0,0,0,1,224031602 +411004333,4,15540035,250,411004333,0,0,0,0,1,224031602 +411004334,4,15540035,250,411004334,0,0,0,0,1,224031602 +411004335,4,15540035,250,411004335,0,0,0,0,1,224031602 +411004336,4,15540035,250,411004336,0,0,0,0,1,224031602 +411004337,4,15540035,250,411004337,0,0,0,0,1,224031602 +411004338,4,15540035,250,411004338,0,0,0,0,1,224031602 +411004339,4,15540035,250,411004339,0,0,0,0,1,224031602 +411004340,4,15540035,250,411004340,0,0,0,0,1,224031602 +411004341,4,15540035,250,411004341,0,0,0,0,1,224031602 +411004342,4,15540035,250,411004342,0,0,0,0,1,224031602 +411004343,4,15540035,250,411004343,0,0,0,0,1,224031602 +411004344,4,15540035,250,411004344,0,0,0,0,1,224031602 +411004345,4,15540035,250,411004345,0,0,0,0,1,224031602 +411004346,4,15540035,250,411004346,0,0,0,0,1,224031602 +411004347,4,15540035,250,411004347,0,0,0,0,1,224031602 +411004348,4,15540035,250,411004348,0,0,0,0,1,224031602 +411004349,4,15540035,250,411004349,0,0,0,0,1,224031602 +411004350,4,15540035,250,411004350,0,0,0,0,1,224031602 +411004351,4,15540035,250,411004351,0,0,0,0,1,224031602 +411004352,4,15540035,250,411004352,0,0,0,0,1,224031602 +411004353,4,15540035,250,411004353,0,0,0,0,1,224031602 +411004354,4,15540035,250,411004354,0,0,0,0,1,224031602 +411004355,4,15540035,250,411004355,0,0,0,0,1,224031602 +411004356,4,15540035,250,411004356,0,0,0,0,1,224031602 +411004357,4,15540035,250,411004357,0,0,0,0,1,224031602 +411004358,4,15540035,250,411004358,0,0,0,0,1,224031602 +411004359,4,15540035,250,411004359,0,0,0,0,1,224031602 +411004360,4,15540035,250,411004360,0,0,0,0,1,224031602 +411004361,4,15540035,250,411004361,0,0,0,0,1,224031602 +411004362,4,15540035,250,411004362,0,0,0,0,1,224031602 +411004363,4,15540035,250,411004363,0,0,0,0,1,224031602 +411004364,4,15540035,250,411004364,0,0,0,0,1,224031602 +411004365,4,15540035,250,411004365,0,0,0,0,1,224031602 +411004366,4,15540035,250,411004366,0,0,0,0,1,224031602 +411004367,4,15540035,250,411004367,0,0,0,0,1,224031602 +411004368,4,15540035,250,411004368,0,0,0,0,1,224031602 +411004369,4,15540035,250,411004369,0,0,0,0,1,224031602 +411004370,4,15540035,250,411004370,0,0,0,0,1,224031602 +411004371,4,15540035,250,411004371,0,0,0,0,1,224031602 +411004372,4,15540035,250,411004372,0,0,0,0,1,224031602 +411004373,4,15540035,250,411004373,0,0,0,0,1,224031602 +411004374,4,15540035,250,411004374,0,0,0,0,1,224031602 +411004375,4,15540035,250,411004375,0,0,0,0,1,224031602 +411004376,4,15540035,250,411004376,0,0,0,0,1,224031602 +411004377,4,15540035,250,411004377,0,0,0,0,1,224031602 +411004378,4,15540035,250,411004378,0,0,0,0,1,224031602 +411004379,4,15540035,250,411004379,0,0,0,0,1,224031602 +411004380,4,15540035,250,411004380,0,0,0,0,1,224031602 +411004381,4,15540035,250,411004381,0,0,0,0,1,224031602 +411004382,4,15540035,250,411004382,0,0,0,0,1,224031602 +411004383,4,15540035,250,411004383,0,0,0,0,1,224031602 +411004384,4,15540035,250,411004384,0,0,0,0,1,224031602 +411004385,4,15540035,250,411004385,0,0,0,0,1,224031602 +411004386,4,15540035,250,411004386,0,0,0,0,1,224031602 +411004387,4,15540035,250,411004387,0,0,0,0,1,224031602 +411004388,4,15540035,250,411004388,0,0,0,0,1,224031602 +411004389,4,15540035,250,411004389,0,0,0,0,1,224031602 +500000101,4,30010002,50,500000101,1,0,0,0,1,223110106 +500000102,4,30010002,50,500000102,1,0,0,0,1,223110106 +500000103,4,30010002,50,500000103,1,0,0,0,1,223110106 +500000104,4,30010002,50,500000104,1,0,0,0,1,223110106 +500000105,4,30010002,20,500000105,10,0,0,0,1,223110106 +500000106,4,30010002,1,500000106,300,0,0,0,1,223110106 +500000107,4,30010002,1,500000107,200,0,0,0,1,223110106 +500000108,4,30010002,1,500000108,0,0,0,0,1,223110106 +500000201,4,30010003,100,500000201,1,0,0,0,1,223120105 +500000202,4,30010003,100,500000202,1,0,0,0,1,223120105 +500000203,4,30010003,100,500000203,1,0,0,0,1,223120105 +500000204,4,30010003,20,500000204,10,0,0,0,1,223120105 +500000205,4,30010003,1,500000205,60,0,0,0,1,223120105 +500000206,4,30010003,1,500000206,30,0,0,0,1,223120105 +500000207,4,30010003,1,500000207,0,0,0,0,1,223120105 +500000208,4,30010003,1,500000208,0,0,0,0,1,223120105 +500000301,4,30010003,300,500000301,1,0,0,0,1,223121204 +500000302,4,30010003,20,500000302,10,0,0,0,1,223121204 +500000303,4,30010003,1,500000303,60,0,0,0,1,223121204 +500000304,4,30010003,1,500000304,30,0,0,0,1,223121204 +500000305,4,30010003,1,500000305,0,0,0,0,1,223121204 +500000306,4,30010003,1,500000306,0,0,0,0,1,223121204 +500000401,4,30010004,3,500000401,0,0,0,0,1,224010107 +500000402,4,30010004,1,500000402,0,0,0,0,1,224010107 +500000403,4,30010004,300,500000403,0,0,0,0,1,224010107 +500000404,4,30010004,300,500000404,0,0,0,0,1,224010107 +500000405,4,30010004,300,500000405,0,0,0,0,1,224010107 +500000406,4,30010004,300,500000406,0,0,0,0,1,224010107 +500000407,4,30010004,300,500000407,0,0,0,0,1,224010107 +500000408,4,30010004,300,500000408,0,0,0,0,1,224010107 +500000409,4,30010004,300,500000409,0,0,0,0,1,224010107 +500000410,4,30010004,300,500000410,0,0,0,0,1,224010107 +500000411,4,30010004,300,500000411,0,0,0,0,1,224010107 +500000412,4,30010004,300,500000412,0,0,0,0,1,224010107 +500000413,4,30010004,300,500000413,0,0,0,0,1,224010107 +500000414,4,30010004,300,500000414,0,0,0,0,1,224010107 +500000415,4,30010004,300,500000415,0,0,0,0,1,224010107 +500000416,4,30010004,300,500000416,0,0,0,0,1,224010107 +500000417,4,30010004,300,500000417,0,0,0,0,1,224010107 +500000418,4,30010004,300,500000418,0,0,0,0,1,224010107 +500000419,4,30010004,300,500000419,0,0,0,0,1,224010107 +500000420,4,30010004,300,500000420,0,0,0,0,1,224010107 +500000421,4,30010004,300,500000421,0,0,0,0,1,224010107 +500000422,4,30010004,300,500000422,0,0,0,0,1,224010107 +500000423,4,30010004,300,500000423,0,0,0,0,1,224010107 +500000424,4,30010004,300,500000424,0,0,0,0,1,224010107 +500000425,4,30010004,300,500000425,0,0,0,0,1,224010107 +500000426,4,30010004,300,500000426,0,0,0,0,1,224010107 +500000427,4,30010004,300,500000427,0,0,0,0,1,224010107 +500000428,4,30010004,300,500000428,0,0,0,0,1,224010107 +500000429,4,30010004,300,500000429,0,0,0,0,1,224010107 +500000430,4,30010004,300,500000430,0,0,0,0,1,224010107 +500000431,4,30010004,300,500000431,0,0,0,0,1,224010107 +500000432,4,30010004,300,500000432,0,0,0,0,1,224010107 +500000433,4,30010004,300,500000433,0,0,0,0,1,224010107 +500000434,4,30010004,300,500000434,0,0,0,0,1,224010107 +500000435,4,30010004,300,500000435,0,0,0,0,1,224010107 +500000436,4,30010004,300,500000436,0,0,0,0,1,224010107 +500000437,4,30010004,300,500000437,0,0,0,0,1,224010107 +500000438,4,30010004,300,500000438,0,0,0,0,1,224010107 +500000439,4,30010004,300,500000439,0,0,0,0,1,224010107 +500000440,4,30010004,300,500000440,0,0,0,0,1,224010107 +500000441,4,30010004,300,500000441,0,0,0,0,1,224010107 +500000442,4,30010004,300,500000442,0,0,0,0,1,224010107 +500000443,4,30010004,300,500000443,0,0,0,0,1,224010107 +500000444,4,30010004,300,500000444,0,0,0,0,1,224010107 +500000445,4,30010004,300,500000445,0,0,0,0,1,224010107 +500000446,4,30010004,300,500000446,0,0,0,0,1,224010107 +500000447,4,30010004,300,500000447,0,0,0,0,1,224010107 +500000448,4,30010004,300,500000448,0,0,0,0,1,224010107 +500000449,4,30010004,300,500000449,0,0,0,0,1,224010107 +500000450,4,30010004,300,500000450,0,0,0,0,1,224010107 +500000451,4,30010004,300,500000451,0,0,0,0,1,224010107 +500000452,4,30010004,300,500000452,0,0,0,0,1,224010107 +500000453,4,30010004,300,500000453,0,0,0,0,1,224010107 +500000454,4,30010004,300,500000454,0,0,0,0,1,224010107 +500000455,4,30010004,300,500000455,0,0,0,0,1,224010107 +500000456,4,30010004,300,500000456,0,0,0,0,1,224010107 +500000457,4,30010004,300,500000457,0,0,0,0,1,224010107 +500000458,4,30010004,300,500000458,0,0,0,0,1,224010107 +500000459,4,30010004,300,500000459,0,0,0,0,1,224010107 +500000460,4,30010004,300,500000460,0,0,0,0,1,224010107 +500000461,4,30010004,300,500000461,0,0,0,0,1,224010107 +500000462,4,30010004,300,500000462,0,0,0,0,1,224010107 +500000463,4,30010004,300,500000463,0,0,0,0,1,224010107 +500000464,4,30010004,300,500000464,0,0,0,0,1,224010107 +500000465,4,30010004,300,500000465,0,0,0,0,1,224010107 +500000466,4,30010004,300,500000466,0,0,0,0,1,224010107 +500000467,4,30010004,300,500000467,0,0,0,0,1,224010107 +500000501,4,30010005,30,500000501,1,0,0,0,1,224020104 +500000502,4,30010005,30,500000502,1,0,0,0,1,224020104 +500000503,4,30010005,30,500000503,1,0,0,0,1,224020104 +500000504,4,30010005,30,500000504,1,0,0,0,1,224020104 +500000505,4,30010005,30,500000505,1,0,0,0,1,224020104 +500000506,4,30010005,30,500000506,1,0,0,0,1,224020104 +500000507,4,30010005,30,500000507,1,0,0,0,1,224020104 +500000508,4,30010005,30,500000508,1,0,0,0,1,224020104 +500000509,4,30010005,30,500000509,1,0,0,0,1,224020104 +500000510,4,30010005,30,500000510,1,0,0,0,1,224020104 +500000511,4,30010005,30,500000511,1,0,0,0,1,224020104 +500000512,4,30010005,1,500000512,0,0,0,0,1,224020104 +500000513,4,30010005,1,500000513,0,0,0,0,1,224020104 +900000101,4,30010001,3000,900000101,0,0,0,0,1,1 +900000102,4,30010001,3000,900000102,0,0,0,0,1,1 +900000103,4,30010001,3000,900000103,0,0,0,0,1,1 +900000104,4,30010001,3000,900000104,0,0,0,0,1,1 +900000105,4,30010001,3000,900000105,0,0,0,0,1,1 +900000106,4,30010001,3000,900000106,0,0,0,0,1,1 +900000107,4,30010001,3000,900000107,0,0,0,0,1,1 +900000108,4,30010001,3000,900000108,0,0,0,0,1,1 +900000109,4,30010001,3000,900000109,0,0,0,0,1,1 +900000110,4,30010001,3000,900000110,0,0,0,0,1,1 +900000111,4,30010001,3000,900000111,0,0,0,0,1,1 +900000112,4,30010001,3000,900000112,0,0,0,0,1,1 +900000113,4,30010001,3000,900000113,0,0,0,0,1,1 +900000114,4,30010001,3000,900000114,0,0,0,0,1,1 +900000115,4,30010001,3000,900000115,0,0,0,0,1,1 +900000116,4,30010001,3000,900000116,0,0,0,0,1,1 +900000117,4,30010001,3000,900000117,0,0,0,0,1,1 +900000118,4,30010001,3000,900000118,0,0,0,0,1,1 +900000119,4,30010001,3000,900000119,0,0,0,0,2,223101503 +900000120,4,30010001,3000,900000120,0,0,0,0,2,223101503 +900000121,4,30010001,3000,900000121,0,0,0,0,2,223101503 +900000122,4,30010001,3000,900000122,0,0,0,0,2,223101503 +900000123,4,30010001,3000,900000123,0,0,0,0,2,223101503 +900000124,4,30010001,3000,900000124,0,0,0,0,2,223101503 +900000125,4,30010001,3000,900000125,0,0,0,0,2,223101503 +900000126,4,30010001,3000,900000126,0,0,0,0,2,223101503 +900000127,4,30010001,3000,900000127,0,0,0,0,2,223101503 +900000128,4,30010001,3000,900000128,0,0,0,0,2,223101503 +900000129,4,30010001,3000,900000129,0,0,0,0,2,223101503 +900000130,4,30010001,3000,900000130,0,0,0,0,2,223101503 +900000131,4,30010001,3000,900000131,0,0,0,0,3,223111105 +900000132,4,30010001,3000,900000132,0,0,0,0,3,223111105 +900000133,4,30010001,3000,900000133,0,0,0,0,3,223111105 +900000134,4,30010001,3000,900000134,0,0,0,0,3,223111105 +900000135,4,30010001,3000,900000135,0,0,0,0,3,223121515 +900000136,4,30010001,3000,900000136,0,0,0,0,3,223121515 +900000137,4,30010001,3000,900000137,0,0,0,0,3,223121515 +900000138,4,30010001,3000,900000138,0,0,0,0,3,223121515 +900000139,4,30010001,3000,900000139,0,0,0,0,3,223121515 +900000140,4,30010001,3000,900000140,0,0,0,0,3,223121515 +900000141,4,30010001,3000,900000141,0,0,0,0,3,223121515 +900000142,4,30010001,3000,900000142,0,0,0,0,3,223121515 +900000143,4,30010001,3000,900000143,0,0,0,0,3,223121515 +900000144,4,30010001,500,900000144,0,0,0,0,4,224011105 +900000145,4,30010001,500,900000145,0,0,0,0,4,224011105 +900000146,4,30010001,500,900000146,0,0,0,0,4,224011105 +900000147,4,30010001,500,900000147,0,0,0,0,4,224011105 +900000148,4,30010001,500,900000148,0,0,0,0,4,224011105 +900000149,4,30010001,500,900000149,0,0,0,0,4,224011105 +900000150,4,30010001,500,900000150,0,0,0,0,4,224011105 +900000151,4,30010001,500,900000151,0,0,0,0,4,224011105 +900000152,4,30010001,500,900000152,0,0,0,0,4,224011105 +900000153,4,30010001,500,900000153,0,0,0,0,4,224011105 +900000154,4,30010001,500,900000154,0,0,0,0,4,224011105 +900000155,4,30010001,500,900000155,0,0,0,0,4,224011105 +900000156,4,30010001,3000,900000156,0,0,0,0,5,224020903 +900000157,4,30010001,3000,900000157,0,0,0,0,5,224020903 +900000158,4,30010001,3000,900000158,0,0,0,0,5,224020903 +900000201,4,15540001,250,900000201,0,0,0,0,1,223043003 +900000202,4,15540001,5,900000202,0,0,0,0,1,223043003 +900000203,4,15540001,250,900000203,0,0,2030/03/31 23:59:59,0,1,223043003 +900000204,4,15540001,250,900000204,0,0,2030/03/31 23:59:59,0,1,223043003 +900000205,4,15540001,250,900000205,0,0,2030/03/31 23:59:59,0,1,223043003 +900000206,4,15540001,250,900000206,0,0,2030/03/31 23:59:59,0,1,223043003 +900000207,4,15540001,250,900000207,0,0,2030/03/31 23:59:59,0,1,223043003 +900000208,4,15540001,250,900000208,0,0,2030/03/31 23:59:59,0,1,223043003 +900000209,4,15540001,250,900000209,0,0,2030/03/31 23:59:59,0,1,223043003 +900000210,4,15540001,250,900000210,0,0,2030/03/31 23:59:59,0,1,223043003 +900000211,4,15540001,250,900000211,0,0,2030/03/31 23:59:59,0,1,223043003 +900000212,4,15540001,250,900000212,0,0,2030/03/31 23:59:59,0,1,223043003 +900000213,4,15540001,250,900000213,0,0,2030/03/31 23:59:59,0,1,223043003 +900000214,4,15540001,250,900000214,0,0,2030/03/31 23:59:59,0,1,223043003 +900000215,4,15540001,250,900000215,0,0,2030/03/31 23:59:59,0,1,223043003 +900000216,4,15540001,250,900000216,0,0,2030/03/31 23:59:59,0,1,223043003 +900000217,4,15540001,250,900000217,0,0,2030/03/31 23:59:59,0,1,223043003 +900000218,4,15540001,250,900000218,0,0,2030/03/31 23:59:59,0,1,223043003 +900000219,4,15540001,250,900000219,0,0,2030/03/31 23:59:59,0,1,223043003 +900000220,4,15540001,250,900000220,0,0,2030/03/31 23:59:59,0,1,223043003 +900000221,4,15540001,250,900000221,0,0,2030/03/31 23:59:59,0,1,223043003 +900000222,4,15540001,250,900000222,0,0,2030/03/31 23:59:59,0,1,223043003 +900000223,4,15540001,250,900000223,0,0,2030/03/31 23:59:59,0,1,223043003 +900000224,4,15540001,250,900000224,0,0,2030/03/31 23:59:59,0,1,223043003 +900000225,4,15540001,250,900000225,0,0,2030/03/31 23:59:59,0,1,223043003 +900000226,4,15540001,250,900000226,0,0,2030/03/31 23:59:59,0,1,223043003 +900000227,4,15540001,250,900000227,0,0,2030/03/31 23:59:59,0,1,223043003 +900000228,4,15540001,250,900000228,0,0,2030/03/31 23:59:59,0,1,223043003 +900000229,4,15540001,250,900000229,0,0,2030/03/31 23:59:59,0,1,223043003 +900000230,4,15540001,250,900000230,0,0,2030/03/31 23:59:59,0,1,223043003 +900000231,4,15540001,250,900000231,0,0,2030/03/31 23:59:59,0,1,223043003 +900000232,4,15540001,250,900000232,0,0,2030/03/31 23:59:59,0,1,223043003 +900000233,4,15540001,250,900000233,0,0,2030/03/31 23:59:59,0,1,223043003 +900000234,4,15540001,250,900000234,0,0,2030/03/31 23:59:59,0,1,223043003 +900000235,4,15540001,250,900000235,0,0,2030/03/31 23:59:59,0,1,223043003 +900000236,4,15540001,250,900000236,0,0,2030/03/31 23:59:59,0,1,223043003 +900000237,4,15540001,250,900000237,0,0,2030/03/31 23:59:59,0,1,223043003 +900000238,4,15540001,250,900000238,0,0,2030/03/31 23:59:59,0,1,223043003 +900000239,4,15540001,250,900000239,0,0,2030/03/31 23:59:59,0,1,223043003 +900000240,4,15540001,250,900000240,0,0,2030/03/31 23:59:59,0,1,223043003 +900000241,4,15540001,250,900000241,0,0,2030/03/31 23:59:59,0,1,223043003 +711010101,4,15570001,250,711010101,0,0,0,0,1,924020101 +711010102,4,15570001,5,711010102,0,0,0,0,1,924020101 +711010103,4,15570001,250,711010103,0,0,0,0,1,924020101 +711010104,4,15570001,250,711010104,0,0,0,0,1,924020101 +711010105,4,15570001,250,711010105,0,0,0,0,1,924020101 +711010106,4,15570001,250,711010106,0,0,0,0,1,924020101 +711010107,4,15570001,250,711010107,0,0,0,0,1,924020101 +711010108,4,15570001,250,711010108,0,0,0,0,1,924020101 +711010109,4,15570001,250,711010109,0,0,0,0,1,924020101 +711010110,4,15570001,250,711010110,0,0,0,0,1,924020101 +711010111,4,15570001,250,711010111,0,0,0,0,1,924020101 +711010112,4,15570001,250,711010112,0,0,0,0,1,924020101 +711010113,4,15570001,250,711010113,0,0,0,0,1,924020101 +711010114,4,15570001,250,711010114,0,0,0,0,1,924020101 +711010115,4,15570001,250,711010115,0,0,0,0,1,924020101 +711010116,4,15570001,250,711010116,0,0,0,0,1,924020101 +711010117,4,15570001,250,711010117,0,0,0,0,1,924020101 +711010118,4,15570001,250,711010118,0,0,0,0,1,924020101 +711010119,4,15570001,250,711010119,0,0,0,0,1,924020101 +711010120,4,15570001,250,711010120,0,0,0,0,1,924020101 +711010121,4,15570001,250,711010121,0,0,0,0,1,924020101 +711010122,4,15570001,250,711010122,0,0,0,0,1,924020101 +711010123,4,15570001,250,711010123,0,0,0,0,1,924020101 +711010124,4,15570001,250,711010124,0,0,0,0,1,924020101 +711010125,4,15570001,250,711010125,0,0,0,0,1,924020101 +711010126,4,15570001,250,711010126,0,0,0,0,1,924020101 +711010127,4,15570001,250,711010127,0,0,0,0,1,924020101 +711010128,4,15570001,250,711010128,0,0,0,0,1,924020101 +711010129,4,15570001,250,711010129,0,0,0,0,1,924020101 +711010130,4,15570001,250,711010130,0,0,0,0,1,924020101 +711010131,4,15570001,250,711010131,0,0,0,0,1,924020101 +711010132,4,15570001,250,711010132,0,0,0,0,1,924020101 +711010133,4,15570001,250,711010133,0,0,0,0,1,924020101 +711010134,4,15570001,250,711010134,0,0,0,0,1,924020101 +711010135,4,15570001,250,711010135,0,0,0,0,1,924020101 +711010136,4,15570001,250,711010136,0,0,0,0,1,924020101 +711010137,4,15570001,250,711010137,0,0,0,0,1,924020101 +711010138,4,15570001,250,711010138,0,0,0,0,1,924020101 +711010139,4,15570001,250,711010139,0,0,0,0,1,924020101 +711010140,4,15570001,250,711010140,0,0,0,0,1,924020101 +711010141,4,15570001,250,711010141,0,0,0,0,1,924020101 +711010142,4,15570001,250,711010142,0,0,0,0,1,924020101 +711010143,4,15570001,250,711010143,0,0,0,0,1,924020101 +711010144,4,15570001,250,711010144,0,0,0,0,1,924020101 +711010145,4,15570001,250,711010145,0,0,0,0,1,924020101 +711010146,4,15570001,250,711010146,0,0,0,0,1,924020101 +711010147,4,15570001,250,711010147,0,0,0,0,1,924020101 +711010148,4,15570001,250,711010148,0,0,0,0,1,924020101 +711010149,4,15570001,250,711010149,0,0,0,0,1,924020101 +711010150,4,15570001,250,711010150,0,0,0,0,1,924020101 +711010151,4,15570001,250,711010151,0,0,0,0,1,924020101 +711010152,4,15570001,250,711010152,0,0,0,0,1,924020101 +711010153,4,15570001,250,711010153,0,0,0,0,1,924020101 +711010154,4,15570001,250,711010154,0,0,0,0,1,924020101 +711010155,4,15570001,250,711010155,0,0,0,0,1,924020101 +711010156,4,15570001,250,711010156,0,0,0,0,1,924020101 +711010157,4,15570001,250,711010157,0,0,0,0,1,924020101 +711010158,4,15570001,250,711010158,0,0,0,0,1,924020101 +711010159,4,15570001,250,711010159,0,0,0,0,1,924020101 +711010160,4,15570001,250,711010160,0,0,0,0,1,924020101 +711010161,4,15570001,250,711010161,0,0,0,0,1,924020101 +711010162,4,15570001,250,711010162,0,0,0,0,1,924020101 +711010163,4,15570001,250,711010163,0,0,0,0,1,924020101 +711010164,4,15570001,250,711010164,0,0,0,0,1,924020101 +711010165,4,15570001,250,711010165,0,0,0,0,1,924020101 +711010166,4,15570001,250,711010166,0,0,0,0,1,924020101 +711010167,4,15570001,250,711010167,0,0,0,0,1,924020101 +711010201,4,15570002,250,711010201,0,0,0,0,1,924021601 +711010202,4,15570002,5,711010202,0,0,0,0,1,924021601 +711010203,4,15570002,250,711010203,0,0,0,0,1,924021601 +711010204,4,15570002,250,711010204,0,0,0,0,1,924021601 +711010205,4,15570002,250,711010205,0,0,0,0,1,924021601 +711010206,4,15570002,250,711010206,0,0,0,0,1,924021601 +711010207,4,15570002,250,711010207,0,0,0,0,1,924021601 +711010208,4,15570002,250,711010208,0,0,0,0,1,924021601 +711010209,4,15570002,250,711010209,0,0,0,0,1,924021601 +711010210,4,15570002,250,711010210,0,0,0,0,1,924021601 +711010211,4,15570002,250,711010211,0,0,0,0,1,924021601 +711010212,4,15570002,250,711010212,0,0,0,0,1,924021601 +711010213,4,15570002,250,711010213,0,0,0,0,1,924021601 +711010214,4,15570002,250,711010214,0,0,0,0,1,924021601 +711010215,4,15570002,250,711010215,0,0,0,0,1,924021601 +711010216,4,15570002,250,711010216,0,0,0,0,1,924021601 +711010217,4,15570002,250,711010217,0,0,0,0,1,924021601 +711010218,4,15570002,250,711010218,0,0,0,0,1,924021601 +711010219,4,15570002,250,711010219,0,0,0,0,1,924021601 +711010220,4,15570002,250,711010220,0,0,0,0,1,924021601 +711010221,4,15570002,250,711010221,0,0,0,0,1,924021601 +711010222,4,15570002,250,711010222,0,0,0,0,1,924021601 +711010223,4,15570002,250,711010223,0,0,0,0,1,924021601 +711010224,4,15570002,250,711010224,0,0,0,0,1,924021601 +711010225,4,15570002,250,711010225,0,0,0,0,1,924021601 +711010226,4,15570002,250,711010226,0,0,0,0,1,924021601 +711010227,4,15570002,250,711010227,0,0,0,0,1,924021601 +711010228,4,15570002,250,711010228,0,0,0,0,1,924021601 +711010229,4,15570002,250,711010229,0,0,0,0,1,924021601 +711010230,4,15570002,250,711010230,0,0,0,0,1,924021601 +711010231,4,15570002,250,711010231,0,0,0,0,1,924021601 +711010232,4,15570002,250,711010232,0,0,0,0,1,924021601 +711010233,4,15570002,250,711010233,0,0,0,0,1,924021601 +711010234,4,15570002,250,711010234,0,0,0,0,1,924021601 +711010235,4,15570002,250,711010235,0,0,0,0,1,924021601 +711010236,4,15570002,250,711010236,0,0,0,0,1,924021601 +711010237,4,15570002,250,711010237,0,0,0,0,1,924021601 +711010238,4,15570002,250,711010238,0,0,0,0,1,924021601 +711010239,4,15570002,250,711010239,0,0,0,0,1,924021601 +711010240,4,15570002,250,711010240,0,0,0,0,1,924021601 +711010241,4,15570002,250,711010241,0,0,0,0,1,924021601 +711010242,4,15570002,250,711010242,0,0,0,0,1,924021601 +711010243,4,15570002,250,711010243,0,0,0,0,1,924021601 +711010244,4,15570002,250,711010244,0,0,0,0,1,924021601 +711010245,4,15570002,250,711010245,0,0,0,0,1,924021601 +711010246,4,15570002,250,711010246,0,0,0,0,1,924021601 +711010247,4,15570002,250,711010247,0,0,0,0,1,924021601 +711010248,4,15570002,250,711010248,0,0,0,0,1,924021601 +711010249,4,15570002,250,711010249,0,0,0,0,1,924021601 +711010250,4,15570002,250,711010250,0,0,0,0,1,924021601 +711010251,4,15570002,250,711010251,0,0,0,0,1,924021601 +711010252,4,15570002,250,711010252,0,0,0,0,1,924021601 +711010253,4,15570002,250,711010253,0,0,0,0,1,924021601 +711010254,4,15570002,250,711010254,0,0,0,0,1,924021601 +711010255,4,15570002,250,711010255,0,0,0,0,1,924021601 +711010256,4,15570002,250,711010256,0,0,0,0,1,924021601 +711010257,4,15570002,250,711010257,0,0,0,0,1,924021601 +711010258,4,15570002,250,711010258,0,0,0,0,1,924021601 +711010259,4,15570002,250,711010259,0,0,0,0,1,924021601 +711010260,4,15570002,250,711010260,0,0,0,0,1,924021601 +711010261,4,15570002,250,711010261,0,0,0,0,1,924021601 +711010301,4,15570003,250,711010301,0,0,0,0,1,924031701 +711010302,4,15570003,5,711010302,0,0,0,0,1,924031701 +711010303,4,15570003,250,711010303,0,0,0,0,1,924031701 +711010304,4,15570003,250,711010304,0,0,0,0,1,924031701 +711010305,4,15570003,250,711010305,0,0,0,0,1,924031701 +711010306,4,15570003,250,711010306,0,0,0,0,1,924031701 +711010307,4,15570003,250,711010307,0,0,0,0,1,924031701 +711010308,4,15570003,250,711010308,0,0,0,0,1,924031701 +711010309,4,15570003,250,711010309,0,0,0,0,1,924031701 +711010310,4,15570003,250,711010310,0,0,0,0,1,924031701 +711010311,4,15570003,250,711010311,0,0,0,0,1,924031701 +711010312,4,15570003,250,711010312,0,0,0,0,1,924031701 +711010313,4,15570003,250,711010313,0,0,0,0,1,924031701 +711010314,4,15570003,250,711010314,0,0,0,0,1,924031701 +711010315,4,15570003,250,711010315,0,0,0,0,1,924031701 +711010316,4,15570003,250,711010316,0,0,0,0,1,924031701 +711010317,4,15570003,250,711010317,0,0,0,0,1,924031701 +711010318,4,15570003,250,711010318,0,0,0,0,1,924031701 +711010319,4,15570003,250,711010319,0,0,0,0,1,924031701 +711010320,4,15570003,250,711010320,0,0,0,0,1,924031701 +711010321,4,15570003,250,711010321,0,0,0,0,1,924031701 +711010322,4,15570003,250,711010322,0,0,0,0,1,924031701 +711010323,4,15570003,250,711010323,0,0,0,0,1,924031701 +711010324,4,15570003,250,711010324,0,0,0,0,1,924031701 +711010325,4,15570003,250,711010325,0,0,0,0,1,924031701 +711010326,4,15570003,250,711010326,0,0,0,0,1,924031701 +711010327,4,15570003,250,711010327,0,0,0,0,1,924031701 +711010328,4,15570003,250,711010328,0,0,0,0,1,924031701 +711010329,4,15570003,250,711010329,0,0,0,0,1,924031701 +711010330,4,15570003,250,711010330,0,0,0,0,1,924031701 +711010331,4,15570003,250,711010331,0,0,0,0,1,924031701 +711010332,4,15570003,250,711010332,0,0,0,0,1,924031701 +711010333,4,15570003,250,711010333,0,0,0,0,1,924031701 +711010334,4,15570003,250,711010334,0,0,0,0,1,924031701 +711010335,4,15570003,250,711010335,0,0,0,0,1,924031701 +711010336,4,15570003,250,711010336,0,0,0,0,1,924031701 +711010337,4,15570003,250,711010337,0,0,0,0,1,924031701 +711010338,4,15570003,250,711010338,0,0,0,0,1,924031701 +711010339,4,15570003,250,711010339,0,0,0,0,1,924031701 +711010340,4,15570003,250,711010340,0,0,0,0,1,924031701 +711010341,4,15570003,250,711010341,0,0,0,0,1,924031701 +711010342,4,15570003,250,711010342,0,0,0,0,1,924031701 +711010343,4,15570003,250,711010343,0,0,0,0,1,924031701 +711010344,4,15570003,250,711010344,0,0,0,0,1,924031701 +711010345,4,15570003,250,711010345,0,0,0,0,1,924031701 +711010346,4,15570003,250,711010346,0,0,0,0,1,924031701 +711010347,4,15570003,250,711010347,0,0,0,0,1,924031701 +711010348,4,15570003,250,711010348,0,0,0,0,1,924031701 +711010349,4,15570003,250,711010349,0,0,0,0,1,924031701 +711010350,4,15570003,250,711010350,0,0,0,0,1,924031701 +711010351,4,15570003,250,711010351,0,0,0,0,1,924031701 +711010352,4,15570003,250,711010352,0,0,0,0,1,924031701 +711010353,4,15570003,250,711010353,0,0,0,0,1,924031701 +711010354,4,15570003,250,711010354,0,0,0,0,1,924031701 +711010355,4,15570003,250,711010355,0,0,0,0,1,924031701 +711010356,4,15570003,250,711010356,0,0,0,0,1,924031701 +711010357,4,15570003,250,711010357,0,0,0,0,1,924031701 +711010358,4,15570003,250,711010358,0,0,0,0,1,924031701 +711010359,4,15570003,250,711010359,0,0,0,0,1,924031701 +711010360,4,15570003,250,711010360,0,0,0,0,1,924031701 +711010361,4,15570003,250,711010361,0,0,0,0,1,924031701 +711010362,4,15570003,250,711010362,0,0,0,0,1,924031701 +711010363,4,15570003,250,711010363,0,0,0,0,1,924031701 +711010364,4,15570003,250,711010364,0,0,0,0,1,924031701 +711010365,4,15570003,250,711010365,0,0,0,0,1,924031701 +711010366,4,15570003,250,711010366,0,0,0,0,1,924031701 +711010367,4,15570003,250,711010367,0,0,0,0,1,924031701 +711010401,4,15570004,250,711010401,0,0,0,0,1,924032501 +711010402,4,15570004,5,711010402,0,0,0,0,1,924032501 +711010403,4,15570004,250,711010403,0,0,0,0,1,924032501 +711010404,4,15570004,250,711010404,0,0,0,0,1,924032501 +711010405,4,15570004,250,711010405,0,0,0,0,1,924032501 +711010406,4,15570004,250,711010406,0,0,0,0,1,924032501 +711010407,4,15570004,250,711010407,0,0,0,0,1,924032501 +711010408,4,15570004,250,711010408,0,0,0,0,1,924032501 +711010409,4,15570004,250,711010409,0,0,0,0,1,924032501 +711010410,4,15570004,250,711010410,0,0,0,0,1,924032501 +711010411,4,15570004,250,711010411,0,0,0,0,1,924032501 +711010412,4,15570004,250,711010412,0,0,0,0,1,924032501 +711010413,4,15570004,250,711010413,0,0,0,0,1,924032501 +711010414,4,15570004,250,711010414,0,0,0,0,1,924032501 +711010415,4,15570004,250,711010415,0,0,0,0,1,924032501 +711010416,4,15570004,250,711010416,0,0,0,0,1,924032501 +711010417,4,15570004,250,711010417,0,0,0,0,1,924032501 +711010501,4,15570005,250,711010501,0,0,0,0,1,924041701 +711010502,4,15570005,5,711010502,0,0,0,0,1,924041701 +711010503,4,15570005,250,711010503,0,0,0,0,1,924041701 +711010504,4,15570005,250,711010504,0,0,0,0,1,924041701 +711010505,4,15570005,250,711010505,0,0,0,0,1,924041701 +711010506,4,15570005,250,711010506,0,0,0,0,1,924041701 +711010507,4,15570005,250,711010507,0,0,0,0,1,924041701 +711010508,4,15570005,250,711010508,0,0,0,0,1,924041701 +711010509,4,15570005,250,711010509,0,0,0,0,1,924041701 +711010510,4,15570005,250,711010510,0,0,0,0,1,924041701 +711010511,4,15570005,250,711010511,0,0,0,0,1,924041701 +711010512,4,15570005,250,711010512,0,0,0,0,1,924041701 +711010513,4,15570005,250,711010513,0,0,0,0,1,924041701 +711010514,4,15570005,250,711010514,0,0,0,0,1,924041701 +711010515,4,15570005,250,711010515,0,0,0,0,1,924041701 +711010516,4,15570005,250,711010516,0,0,0,0,1,924041701 +711010517,4,15570005,250,711010517,0,0,0,0,1,924041701 +711010518,4,15570005,250,711010518,0,0,0,0,1,924041701 +711010519,4,15570005,250,711010519,0,0,0,0,1,924041701 +711010601,4,15570006,250,711010601,0,0,0,0,1,924042401 +711010602,4,15570006,5,711010602,0,0,0,0,1,924042401 +711010603,4,15570006,250,711010603,0,0,0,0,1,924042401 +711010604,4,15570006,250,711010604,0,0,0,0,1,924042401 +711010605,4,15570006,250,711010605,0,0,0,0,1,924042401 +711010606,4,15570006,250,711010606,0,0,0,0,1,924042401 +711010607,4,15570006,250,711010607,0,0,0,0,1,924042401 +711010608,4,15570006,250,711010608,0,0,0,0,1,924042401 +711010609,4,15570006,250,711010609,0,0,0,0,1,924042401 +711010610,4,15570006,250,711010610,0,0,0,0,1,924042401 +711010611,4,15570006,250,711010611,0,0,0,0,1,924042401 +711010612,4,15570006,250,711010612,0,0,0,0,1,924042401 +711010613,4,15570006,250,711010613,0,0,0,0,1,924042401 +711010614,4,15570006,250,711010614,0,0,0,0,1,924042401 +711010615,4,15570006,250,711010615,0,0,0,0,1,924042401 +711010616,4,15570006,250,711010616,0,0,0,0,1,924042401 +711010617,4,15570006,250,711010617,0,0,0,0,1,924042401 +711010618,4,15570006,250,711010618,0,0,0,0,1,924042401 +711010619,4,15570006,250,711010619,0,0,0,0,1,924042401 +711010620,4,15570006,250,711010620,0,0,0,0,1,924042401 +711010621,4,15570006,250,711010621,0,0,0,0,1,924042401 +711010622,4,15570006,250,711010622,0,0,0,0,1,924042401 +711010623,4,15570006,250,711010623,0,0,0,0,1,924042401 +711010624,4,15570006,250,711010624,0,0,0,0,1,924042401 +711010625,4,15570006,250,711010625,0,0,0,0,1,924042401 +711010626,4,15570006,250,711010626,0,0,0,0,1,924042401 +711010627,4,15570006,250,711010627,0,0,0,0,1,924042401 +711010628,4,15570006,250,711010628,0,0,0,0,1,924042401 +711010629,4,15570006,250,711010629,0,0,0,0,1,924042401 +711010630,4,15570006,250,711010630,0,0,0,0,1,924042401 +711010631,4,15570006,250,711010631,0,0,0,0,1,924042401 +711010632,4,15570006,250,711010632,0,0,0,0,1,924042401 +711010633,4,15570006,250,711010633,0,0,0,0,1,924042401 +711010634,4,15570006,250,711010634,0,0,0,0,1,924042401 +711010635,4,15570006,250,711010635,0,0,0,0,1,924042401 +711010636,4,15570006,250,711010636,0,0,0,0,1,924042401 +711010637,4,15570006,250,711010637,0,0,0,0,1,924042401 +711010638,4,15570006,250,711010638,0,0,0,0,1,924042401 +711010639,4,15570006,250,711010639,0,0,0,0,1,924042401 +711010640,4,15570006,250,711010640,0,0,0,0,1,924042401 +711010641,4,15570006,250,711010641,0,0,0,0,1,924042401 +711010642,4,15570006,250,711010642,0,0,0,0,1,924042401 +711010643,4,15570006,250,711010643,0,0,0,0,1,924042401 +711010644,4,15570006,250,711010644,0,0,0,0,1,924042401 +711010645,4,15570006,250,711010645,0,0,0,0,1,924042401 +711010646,4,15570006,250,711010646,0,0,0,0,1,924042401 +711010647,4,15570006,250,711010647,0,0,0,0,1,924042401 +711010648,4,15570006,250,711010648,0,0,0,0,1,924042401 +711010649,4,15570006,250,711010649,0,0,0,0,1,924042401 +711010650,4,15570006,250,711010650,0,0,0,0,1,924042401 +711010651,4,15570006,250,711010651,0,0,0,0,1,924042401 +711010652,4,15570006,250,711010652,0,0,0,0,1,924042401 +711010653,4,15570006,250,711010653,0,0,0,0,1,924042401 +711010654,4,15570006,250,711010654,0,0,0,0,1,924042401 +711010655,4,15570006,250,711010655,0,0,0,0,1,924042401 +711010656,4,15570006,250,711010656,0,0,0,0,1,924042401 +711010657,4,15570006,250,711010657,0,0,0,0,1,924042401 +711010658,4,15570006,250,711010658,0,0,0,0,1,924042401 +711010659,4,15570006,250,711010659,0,0,0,0,1,924042401 +711010660,4,15570006,250,711010660,0,0,0,0,1,924042401 +711010661,4,15570006,250,711010661,0,0,0,0,1,924042401 +711010701,4,15570007,250,711010701,0,0,0,0,1,924050701 +711010702,4,15570007,5,711010702,0,0,0,0,1,924050701 +711010703,4,15570007,250,711010703,0,0,0,0,1,924050701 +711010704,4,15570007,250,711010704,0,0,0,0,1,924050701 +711010705,4,15570007,250,711010705,0,0,0,0,1,924050701 +711010706,4,15570007,250,711010706,0,0,0,0,1,924050701 +711010707,4,15570007,250,711010707,0,0,0,0,1,924050701 +711010708,4,15570007,250,711010708,0,0,0,0,1,924050701 +711010709,4,15570007,250,711010709,0,0,0,0,1,924050701 +711010710,4,15570007,250,711010710,0,0,0,0,1,924050701 +711010711,4,15570007,250,711010711,0,0,0,0,1,924050701 +711010712,4,15570007,250,711010712,0,0,0,0,1,924050701 +711010713,4,15570007,250,711010713,0,0,0,0,1,924050701 +711010714,4,15570007,250,711010714,0,0,0,0,1,924050701 +711010715,4,15570007,250,711010715,0,0,0,0,1,924050701 +711010716,4,15570007,250,711010716,0,0,0,0,1,924050701 +711010717,4,15570007,250,711010717,0,0,0,0,1,924050701 +711010718,4,15570007,250,711010718,0,0,0,0,1,924050701 +711010719,4,15570007,250,711010719,0,0,0,0,1,924050701 +711010720,4,15570007,250,711010720,0,0,0,0,1,924050701 +711010721,4,15570007,250,711010721,0,0,0,0,1,924050701 +711010722,4,15570007,250,711010722,0,0,0,0,1,924050701 +711010723,4,15570007,250,711010723,0,0,0,0,1,924050701 +711010724,4,15570007,250,711010724,0,0,0,0,1,924050701 +711010725,4,15570007,250,711010725,0,0,0,0,1,924050701 +711010726,4,15570007,250,711010726,0,0,0,0,1,924050701 +711010727,4,15570007,250,711010727,0,0,0,0,1,924050701 +711010728,4,15570007,250,711010728,0,0,0,0,1,924050701 +711010729,4,15570007,250,711010729,0,0,0,0,1,924050701 +711010730,4,15570007,250,711010730,0,0,0,0,1,924050701 +711010731,4,15570007,250,711010731,0,0,0,0,1,924050701 +711010732,4,15570007,250,711010732,0,0,0,0,1,924050701 +711010733,4,15570007,250,711010733,0,0,0,0,1,924050701 +711010734,4,15570007,250,711010734,0,0,0,0,1,924050701 +711010735,4,15570007,250,711010735,0,0,0,0,1,924050701 +711010736,4,15570007,250,711010736,0,0,0,0,1,924050701 +711010737,4,15570007,250,711010737,0,0,0,0,1,924050701 +711010738,4,15570007,250,711010738,0,0,0,0,1,924050701 +711010739,4,15570007,250,711010739,0,0,0,0,1,924050701 +711010740,4,15570007,250,711010740,0,0,0,0,1,924050701 +711010741,4,15570007,250,711010741,0,0,0,0,1,924050701 +711010742,4,15570007,250,711010742,0,0,0,0,1,924050701 +711010743,4,15570007,250,711010743,0,0,0,0,1,924050701 +711010744,4,15570007,250,711010744,0,0,0,0,1,924050701 +711010745,4,15570007,250,711010745,0,0,0,0,1,924050701 +711010746,4,15570007,250,711010746,0,0,0,0,1,924050701 +711010747,4,15570007,250,711010747,0,0,0,0,1,924050701 +711010748,4,15570007,250,711010748,0,0,0,0,1,924050701 +711010749,4,15570007,250,711010749,0,0,0,0,1,924050701 +711010750,4,15570007,250,711010750,0,0,0,0,1,924050701 +711010751,4,15570007,250,711010751,0,0,0,0,1,924050701 +711010752,4,15570007,250,711010752,0,0,0,0,1,924050701 +711010753,4,15570007,250,711010753,0,0,0,0,1,924050701 +711010754,4,15570007,250,711010754,0,0,0,0,1,924050701 +711010755,4,15570007,250,711010755,0,0,0,0,1,924050701 +711010756,4,15570007,250,711010756,0,0,0,0,1,924050701 +711010757,4,15570007,250,711010757,0,0,0,0,1,924050701 +711010758,4,15570007,250,711010758,0,0,0,0,1,924050701 +711010759,4,15570007,250,711010759,0,0,0,0,1,924050701 +711010760,4,15570007,250,711010760,0,0,0,0,1,924050701 +711010761,4,15570007,250,711010761,0,0,0,0,1,924050701 +711010762,4,15570007,250,711010762,0,0,0,0,1,924050701 +711010763,4,15570007,250,711010763,0,0,0,0,1,924050701 +711010764,4,15570007,250,711010764,0,0,0,0,1,924050701 +711010765,4,15570007,250,711010765,0,0,0,0,1,924050701 +711010766,4,15570007,250,711010766,0,0,0,0,1,924050701 +711010767,4,15570007,250,711010767,0,0,0,0,1,924050701 +711010768,4,15570007,250,711010768,0,0,0,0,1,924050701 +711010769,4,15570007,250,711010769,0,0,0,0,1,924050701 +711010770,4,15570007,250,711010770,0,0,0,0,1,924050701 +711010771,4,15570007,250,711010771,0,0,0,0,1,924050701 +711010772,4,15570007,250,711010772,0,0,0,0,1,924050701 +711010773,4,15570007,250,711010773,0,0,0,0,1,924050701 +711010801,4,15570008,250,711010801,0,0,0,0,1,924052401 +711010802,4,15570008,5,711010802,0,0,0,0,1,924052401 +711010803,4,15570008,250,711010803,0,0,0,0,1,924052401 +711010804,4,15570008,250,711010804,0,0,0,0,1,924052401 +711010805,4,15570008,250,711010805,0,0,0,0,1,924052401 +711010806,4,15570008,250,711010806,0,0,0,0,1,924052401 +711010807,4,15570008,250,711010807,0,0,0,0,1,924052401 +711010808,4,15570008,250,711010808,0,0,0,0,1,924052401 +711010809,4,15570008,250,711010809,0,0,0,0,1,924052401 +711010810,4,15570008,250,711010810,0,0,0,0,1,924052401 +711010811,4,15570008,250,711010811,0,0,0,0,1,924052401 +711010812,4,15570008,250,711010812,0,0,0,0,1,924052401 +711010813,4,15570008,250,711010813,0,0,0,0,1,924052401 +711010814,4,15570008,250,711010814,0,0,0,0,1,924052401 diff --git a/src/router/databases/csv-en/exchange_item_reward.csv b/src/router/databases/csv-en/exchange_item_reward.csv new file mode 100644 index 0000000..9fc93d4 --- /dev/null +++ b/src/router/databases/csv-en/exchange_item_reward.csv @@ -0,0 +1,5487 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +111000101,1,3,2,19100001,1,500,223041501 +111000102,1,3,2,21000001,1,1,223041501 +111000103,1,2,2,10010013,1,1,223041501 +111000104,1,2,2,10020013,1,1,223041501 +111000105,1,2,2,10030013,1,1,223041501 +111000106,1,2,2,10040013,1,1,223041501 +111000107,1,2,2,10050013,1,1,223041501 +111000108,1,2,2,10060013,1,1,223041501 +111000109,1,2,2,10070013,1,1,223041501 +111000110,1,2,2,10080013,1,1,223041501 +111000111,1,2,2,10090013,1,1,223041501 +111000112,1,2,2,20010011,1,1,223041501 +111000113,1,2,2,20020011,1,1,223041501 +111000114,1,2,2,20030011,1,1,223041501 +111000115,1,2,2,20040011,1,1,223041501 +111000116,1,2,2,20050011,1,1,223041501 +111000117,1,2,2,20060011,1,1,223041501 +111000118,1,2,2,20070011,1,1,223041501 +111000119,1,2,2,20080011,1,1,223041501 +111000120,1,2,2,20090011,1,1,223041501 +111000121,1,2,2,30010007,1,1,223041501 +111000122,1,2,2,30020007,1,1,223041501 +111000123,1,2,2,30030007,1,1,223041501 +111000124,1,2,2,30040007,1,1,223041501 +111000125,1,2,2,30050007,1,1,223041501 +111000126,1,2,2,30060007,1,1,223041501 +111000127,1,2,2,30070007,1,1,223041501 +111000128,1,2,2,30080007,1,1,223041501 +111000129,1,2,2,30090007,1,1,223041501 +111000130,1,2,2,30100007,1,1,223041501 +111000131,1,2,2,30110007,1,1,223041501 +111000132,1,2,2,30120007,1,1,223041501 +111000133,1,2,2,40010007,1,1,223041501 +111000134,1,2,2,40020007,1,1,223041501 +111000135,1,2,2,40030007,1,1,223041501 +111000136,1,2,2,40040007,1,1,223041501 +111000137,1,2,2,40050007,1,1,223041501 +111000138,1,2,2,40060007,1,1,223041501 +111000139,1,2,2,40070007,1,1,223041501 +111000140,1,2,2,40080007,1,1,223041501 +111000141,1,2,2,40090007,1,1,223041501 +111000301,1,2,2,40020009,1,1,223041901 +111000302,1,2,2,40090009,1,1,223041901 +111000303,1,3,2,19100001,1,500,223041901 +111000304,1,3,2,21000001,1,1,223041901 +111000305,1,2,2,10010013,1,1,223041901 +111000306,1,2,2,10020013,1,1,223041901 +111000307,1,2,2,10030013,1,1,223041901 +111000308,1,2,2,10040013,1,1,223041901 +111000309,1,2,2,10050013,1,1,223041901 +111000310,1,2,2,10060013,1,1,223041901 +111000311,1,2,2,10070013,1,1,223041901 +111000312,1,2,2,10080013,1,1,223041901 +111000313,1,2,2,10090013,1,1,223041901 +111000314,1,2,2,20010011,1,1,223041901 +111000315,1,2,2,20020011,1,1,223041901 +111000316,1,2,2,20030011,1,1,223041901 +111000317,1,2,2,20040011,1,1,223041901 +111000318,1,2,2,20050011,1,1,223041901 +111000319,1,2,2,20060011,1,1,223041901 +111000320,1,2,2,20070011,1,1,223041901 +111000321,1,2,2,20080011,1,1,223041901 +111000322,1,2,2,20090011,1,1,223041901 +111000323,1,2,2,30010007,1,1,223041901 +111000324,1,2,2,30020007,1,1,223041901 +111000325,1,2,2,30030007,1,1,223041901 +111000326,1,2,2,30040007,1,1,223041901 +111000327,1,2,2,30050007,1,1,223041901 +111000328,1,2,2,30060007,1,1,223041901 +111000329,1,2,2,30070007,1,1,223041901 +111000330,1,2,2,30080007,1,1,223041901 +111000331,1,2,2,30090007,1,1,223041901 +111000332,1,2,2,30100007,1,1,223041901 +111000333,1,2,2,30110007,1,1,223041901 +111000334,1,2,2,30120007,1,1,223041901 +111000335,1,2,2,40010007,1,1,223041901 +111000336,1,2,2,40020007,1,1,223041901 +111000337,1,2,2,40030007,1,1,223041901 +111000338,1,2,2,40040007,1,1,223041901 +111000339,1,2,2,40050007,1,1,223041901 +111000340,1,2,2,40060007,1,1,223041901 +111000341,1,2,2,40070007,1,1,223041901 +111000342,1,2,2,40080007,1,1,223041901 +111000343,1,2,2,40090007,1,1,223041901 +211000101,1,2,2,10010016,1,1,223043002 +211000102,1,2,2,10020015,1,1,223043002 +211000103,1,3,2,19100001,1,500,223043002 +211000104,1,3,2,21000001,1,1,223043002 +211000105,1,2,2,10010013,1,1,223043002 +211000106,1,2,2,10020013,1,1,223043002 +211000107,1,2,2,10030013,1,1,223043002 +211000108,1,2,2,10040013,1,1,223043002 +211000109,1,2,2,10050013,1,1,223043002 +211000110,1,2,2,10060013,1,1,223043002 +211000111,1,2,2,10070013,1,1,223043002 +211000112,1,2,2,10080013,1,1,223043002 +211000113,1,2,2,10090013,1,1,223043002 +211000114,1,2,2,20010011,1,1,223043002 +211000115,1,2,2,20020011,1,1,223043002 +211000116,1,2,2,20030011,1,1,223043002 +211000117,1,2,2,20040011,1,1,223043002 +211000118,1,2,2,20050011,1,1,223043002 +211000119,1,2,2,20060011,1,1,223043002 +211000120,1,2,2,20070011,1,1,223043002 +211000121,1,2,2,20080011,1,1,223043002 +211000122,1,2,2,20090011,1,1,223043002 +211000123,1,2,2,30010007,1,1,223043002 +211000124,1,2,2,30020007,1,1,223043002 +211000125,1,2,2,30030007,1,1,223043002 +211000126,1,2,2,30040007,1,1,223043002 +211000127,1,2,2,30050007,1,1,223043002 +211000128,1,2,2,30060007,1,1,223043002 +211000129,1,2,2,30070007,1,1,223043002 +211000130,1,2,2,30080007,1,1,223043002 +211000131,1,2,2,30090007,1,1,223043002 +211000132,1,2,2,30100007,1,1,223043002 +211000133,1,2,2,30110007,1,1,223043002 +211000134,1,2,2,30120007,1,1,223043002 +211000135,1,2,2,40010007,1,1,223043002 +211000136,1,2,2,40020007,1,1,223043002 +211000137,1,2,2,40030007,1,1,223043002 +211000138,1,2,2,40040007,1,1,223043002 +211000139,1,2,2,40050007,1,1,223043002 +211000140,1,2,2,40060007,1,1,223043002 +211000141,1,2,2,40070007,1,1,223043002 +211000142,1,2,2,40080007,1,1,223043002 +211000143,1,2,2,40090007,1,1,223043002 +211000144,1,2,2,40020009,1,1,223043002 +211000145,1,2,2,40090009,1,1,223043002 +211000201,1,2,2,20010014,1,1,223051502 +211000202,1,2,2,20020013,1,1,223051502 +211000203,1,3,2,19100001,1,500,223051502 +211000204,1,3,2,21000001,1,1,223051502 +211000205,1,2,2,10010013,1,1,223051502 +211000206,1,2,2,10020013,1,1,223051502 +211000207,1,2,2,10030013,1,1,223051502 +211000208,1,2,2,10040013,1,1,223051502 +211000209,1,2,2,10050013,1,1,223051502 +211000210,1,2,2,10060013,1,1,223051502 +211000211,1,2,2,10070013,1,1,223051502 +211000212,1,2,2,10080013,1,1,223051502 +211000213,1,2,2,10090013,1,1,223051502 +211000214,1,2,2,20010011,1,1,223051502 +211000215,1,2,2,20020011,1,1,223051502 +211000216,1,2,2,20030011,1,1,223051502 +211000217,1,2,2,20040011,1,1,223051502 +211000218,1,2,2,20050011,1,1,223051502 +211000219,1,2,2,20060011,1,1,223051502 +211000220,1,2,2,20070011,1,1,223051502 +211000221,1,2,2,20080011,1,1,223051502 +211000222,1,2,2,20090011,1,1,223051502 +211000223,1,2,2,30010007,1,1,223051502 +211000224,1,2,2,30020007,1,1,223051502 +211000225,1,2,2,30030007,1,1,223051502 +211000226,1,2,2,30040007,1,1,223051502 +211000227,1,2,2,30050007,1,1,223051502 +211000228,1,2,2,30060007,1,1,223051502 +211000229,1,2,2,30070007,1,1,223051502 +211000230,1,2,2,30080007,1,1,223051502 +211000231,1,2,2,30090007,1,1,223051502 +211000232,1,2,2,30100007,1,1,223051502 +211000233,1,2,2,30110007,1,1,223051502 +211000234,1,2,2,30120007,1,1,223051502 +211000235,1,2,2,40010007,1,1,223051502 +211000236,1,2,2,40020007,1,1,223051502 +211000237,1,2,2,40030007,1,1,223051502 +211000238,1,2,2,40040007,1,1,223051502 +211000239,1,2,2,40050007,1,1,223051502 +211000240,1,2,2,40060007,1,1,223051502 +211000241,1,2,2,40070007,1,1,223051502 +211000242,1,2,2,40080007,1,1,223051502 +211000243,1,2,2,40090007,1,1,223051502 +211000244,1,2,2,40020009,1,1,223051502 +211000245,1,2,2,40090009,1,1,223051502 +211000246,1,2,2,10010016,1,1,223051502 +211000247,1,2,2,10020015,1,1,223051502 +211000301,1,2,2,30060009,1,1,223053102 +211000302,1,2,2,30080009,1,1,223053102 +211000303,1,3,2,19100001,1,500,223053102 +211000304,1,3,2,21000001,1,1,223053102 +211000305,1,2,2,10010013,1,1,223053102 +211000306,1,2,2,10020013,1,1,223053102 +211000307,1,2,2,10030013,1,1,223053102 +211000308,1,2,2,10040013,1,1,223053102 +211000309,1,2,2,10050013,1,1,223053102 +211000310,1,2,2,10060013,1,1,223053102 +211000311,1,2,2,10070013,1,1,223053102 +211000312,1,2,2,10080013,1,1,223053102 +211000313,1,2,2,10090013,1,1,223053102 +211000314,1,2,2,20010011,1,1,223053102 +211000315,1,2,2,20020011,1,1,223053102 +211000316,1,2,2,20030011,1,1,223053102 +211000317,1,2,2,20040011,1,1,223053102 +211000318,1,2,2,20050011,1,1,223053102 +211000319,1,2,2,20060011,1,1,223053102 +211000320,1,2,2,20070011,1,1,223053102 +211000321,1,2,2,20080011,1,1,223053102 +211000322,1,2,2,20090011,1,1,223053102 +211000323,1,2,2,30010007,1,1,223053102 +211000324,1,2,2,30020007,1,1,223053102 +211000325,1,2,2,30030007,1,1,223053102 +211000326,1,2,2,30040007,1,1,223053102 +211000327,1,2,2,30050007,1,1,223053102 +211000328,1,2,2,30060007,1,1,223053102 +211000329,1,2,2,30070007,1,1,223053102 +211000330,1,2,2,30080007,1,1,223053102 +211000331,1,2,2,30090007,1,1,223053102 +211000332,1,2,2,30100007,1,1,223053102 +211000333,1,2,2,30110007,1,1,223053102 +211000334,1,2,2,30120007,1,1,223053102 +211000335,1,2,2,40010007,1,1,223053102 +211000336,1,2,2,40020007,1,1,223053102 +211000337,1,2,2,40030007,1,1,223053102 +211000338,1,2,2,40040007,1,1,223053102 +211000339,1,2,2,40050007,1,1,223053102 +211000340,1,2,2,40060007,1,1,223053102 +211000341,1,2,2,40070007,1,1,223053102 +211000342,1,2,2,40080007,1,1,223053102 +211000343,1,2,2,40090007,1,1,223053102 +211000344,1,2,2,40020009,1,1,223053102 +211000345,1,2,2,40090009,1,1,223053102 +211000346,1,2,2,10010016,1,1,223053102 +211000347,1,2,2,10020015,1,1,223053102 +211000348,1,2,2,20010014,1,1,223053102 +211000349,1,2,2,20020013,1,1,223053102 +211000401,1,2,2,20030013,1,1,223061502 +211000402,1,2,2,20040013,1,1,223061502 +211000403,1,3,2,19100001,1,500,223061502 +211000404,1,3,2,21000001,1,1,223061502 +211000405,1,2,2,10010013,1,1,223061502 +211000406,1,2,2,10020013,1,1,223061502 +211000407,1,2,2,10030013,1,1,223061502 +211000408,1,2,2,10040013,1,1,223061502 +211000409,1,2,2,10050013,1,1,223061502 +211000410,1,2,2,10060013,1,1,223061502 +211000411,1,2,2,10070013,1,1,223061502 +211000412,1,2,2,10080013,1,1,223061502 +211000413,1,2,2,10090013,1,1,223061502 +211000414,1,2,2,20010011,1,1,223061502 +211000415,1,2,2,20020011,1,1,223061502 +211000416,1,2,2,20030011,1,1,223061502 +211000417,1,2,2,20040011,1,1,223061502 +211000418,1,2,2,20050011,1,1,223061502 +211000419,1,2,2,20060011,1,1,223061502 +211000420,1,2,2,20070011,1,1,223061502 +211000421,1,2,2,20080011,1,1,223061502 +211000422,1,2,2,20090011,1,1,223061502 +211000423,1,2,2,30010007,1,1,223061502 +211000424,1,2,2,30020007,1,1,223061502 +211000425,1,2,2,30030007,1,1,223061502 +211000426,1,2,2,30040007,1,1,223061502 +211000427,1,2,2,30050007,1,1,223061502 +211000428,1,2,2,30060007,1,1,223061502 +211000429,1,2,2,30070007,1,1,223061502 +211000430,1,2,2,30080007,1,1,223061502 +211000431,1,2,2,30090007,1,1,223061502 +211000432,1,2,2,30100007,1,1,223061502 +211000433,1,2,2,30110007,1,1,223061502 +211000434,1,2,2,30120007,1,1,223061502 +211000435,1,2,2,40010007,1,1,223061502 +211000436,1,2,2,40020007,1,1,223061502 +211000437,1,2,2,40030007,1,1,223061502 +211000438,1,2,2,40040007,1,1,223061502 +211000439,1,2,2,40050007,1,1,223061502 +211000440,1,2,2,40060007,1,1,223061502 +211000441,1,2,2,40070007,1,1,223061502 +211000442,1,2,2,40080007,1,1,223061502 +211000443,1,2,2,40090007,1,1,223061502 +211000444,1,2,2,40020009,1,1,223061502 +211000445,1,2,2,40090009,1,1,223061502 +211000446,1,2,2,10010016,1,1,223061502 +211000447,1,2,2,10020015,1,1,223061502 +211000448,1,2,2,20010014,1,1,223061502 +211000449,1,2,2,20020013,1,1,223061502 +211000450,1,2,2,30060009,1,1,223061502 +211000451,1,2,2,30080009,1,1,223061502 +211000601,1,2,2,40040009,1,1,223063002 +211000602,1,2,2,40050009,1,1,223063002 +211000603,1,3,2,19100001,1,500,223063002 +211000604,1,3,2,21000001,1,1,223063002 +211000605,1,2,2,10010013,1,1,223063002 +211000606,1,2,2,10020013,1,1,223063002 +211000607,1,2,2,10030013,1,1,223063002 +211000608,1,2,2,10040013,1,1,223063002 +211000609,1,2,2,10050013,1,1,223063002 +211000610,1,2,2,10060013,1,1,223063002 +211000611,1,2,2,10070013,1,1,223063002 +211000612,1,2,2,10080013,1,1,223063002 +211000613,1,2,2,10090013,1,1,223063002 +211000614,1,2,2,20010011,1,1,223063002 +211000615,1,2,2,20020011,1,1,223063002 +211000616,1,2,2,20030011,1,1,223063002 +211000617,1,2,2,20040011,1,1,223063002 +211000618,1,2,2,20050011,1,1,223063002 +211000619,1,2,2,20060011,1,1,223063002 +211000620,1,2,2,20070011,1,1,223063002 +211000621,1,2,2,20080011,1,1,223063002 +211000622,1,2,2,20090011,1,1,223063002 +211000623,1,2,2,30010007,1,1,223063002 +211000624,1,2,2,30020007,1,1,223063002 +211000625,1,2,2,30030007,1,1,223063002 +211000626,1,2,2,30040007,1,1,223063002 +211000627,1,2,2,30050007,1,1,223063002 +211000628,1,2,2,30060007,1,1,223063002 +211000629,1,2,2,30070007,1,1,223063002 +211000630,1,2,2,30080007,1,1,223063002 +211000631,1,2,2,30090007,1,1,223063002 +211000632,1,2,2,30100007,1,1,223063002 +211000633,1,2,2,30110007,1,1,223063002 +211000634,1,2,2,30120007,1,1,223063002 +211000635,1,2,2,40010007,1,1,223063002 +211000636,1,2,2,40020007,1,1,223063002 +211000637,1,2,2,40030007,1,1,223063002 +211000638,1,2,2,40040007,1,1,223063002 +211000639,1,2,2,40050007,1,1,223063002 +211000640,1,2,2,40060007,1,1,223063002 +211000641,1,2,2,40070007,1,1,223063002 +211000642,1,2,2,40080007,1,1,223063002 +211000643,1,2,2,40090007,1,1,223063002 +211000644,1,2,2,40020009,1,1,223063002 +211000645,1,2,2,40090009,1,1,223063002 +211000646,1,2,2,10010016,1,1,223063002 +211000647,1,2,2,10020015,1,1,223063002 +211000648,1,2,2,20010014,1,1,223063002 +211000649,1,2,2,20020013,1,1,223063002 +211000650,1,2,2,30060009,1,1,223063002 +211000651,1,2,2,30080009,1,1,223063002 +211000652,1,2,2,20030013,1,1,223063002 +211000653,1,2,2,20040013,1,1,223063002 +211000801,1,2,2,30010010,1,1,223071503 +211000802,1,2,2,30100009,1,1,223071503 +211000803,1,3,2,19100001,1,500,223071503 +211000804,1,3,2,21000001,1,1,223071503 +211000805,1,2,2,10010013,1,1,223071503 +211000806,1,2,2,10020013,1,1,223071503 +211000807,1,2,2,10030013,1,1,223071503 +211000808,1,2,2,10040013,1,1,223071503 +211000809,1,2,2,10050013,1,1,223071503 +211000810,1,2,2,10060013,1,1,223071503 +211000811,1,2,2,10070013,1,1,223071503 +211000812,1,2,2,10080013,1,1,223071503 +211000813,1,2,2,10090013,1,1,223071503 +211000814,1,2,2,20010011,1,1,223071503 +211000815,1,2,2,20020011,1,1,223071503 +211000816,1,2,2,20030011,1,1,223071503 +211000817,1,2,2,20040011,1,1,223071503 +211000818,1,2,2,20050011,1,1,223071503 +211000819,1,2,2,20060011,1,1,223071503 +211000820,1,2,2,20070011,1,1,223071503 +211000821,1,2,2,20080011,1,1,223071503 +211000822,1,2,2,20090011,1,1,223071503 +211000823,1,2,2,30010007,1,1,223071503 +211000824,1,2,2,30020007,1,1,223071503 +211000825,1,2,2,30030007,1,1,223071503 +211000826,1,2,2,30040007,1,1,223071503 +211000827,1,2,2,30050007,1,1,223071503 +211000828,1,2,2,30060007,1,1,223071503 +211000829,1,2,2,30070007,1,1,223071503 +211000830,1,2,2,30080007,1,1,223071503 +211000831,1,2,2,30090007,1,1,223071503 +211000832,1,2,2,30100007,1,1,223071503 +211000833,1,2,2,30110007,1,1,223071503 +211000834,1,2,2,30120007,1,1,223071503 +211000835,1,2,2,40010007,1,1,223071503 +211000836,1,2,2,40020007,1,1,223071503 +211000837,1,2,2,40030007,1,1,223071503 +211000838,1,2,2,40040007,1,1,223071503 +211000839,1,2,2,40050007,1,1,223071503 +211000840,1,2,2,40060007,1,1,223071503 +211000841,1,2,2,40070007,1,1,223071503 +211000842,1,2,2,40080007,1,1,223071503 +211000843,1,2,2,40090007,1,1,223071503 +211000844,1,2,2,40020009,1,1,223071503 +211000845,1,2,2,40090009,1,1,223071503 +211000846,1,2,2,10010016,1,1,223071503 +211000847,1,2,2,10020015,1,1,223071503 +211000848,1,2,2,20010014,1,1,223071503 +211000849,1,2,2,20020013,1,1,223071503 +211000850,1,2,2,30060009,1,1,223071503 +211000851,1,2,2,30080009,1,1,223071503 +211000852,1,2,2,20030013,1,1,223071503 +211000853,1,2,2,20040013,1,1,223071503 +211000854,1,2,2,40040009,1,1,223071503 +211000855,1,2,2,40050009,1,1,223071503 +211001001,1,2,2,10030016,1,1,223073102 +211001002,1,2,2,10050015,1,1,223073102 +211001003,1,3,2,19100001,1,500,223073102 +211001004,1,3,2,21000001,1,1,223073102 +211001005,1,2,2,10010013,1,1,223073102 +211001006,1,2,2,10020013,1,1,223073102 +211001007,1,2,2,10030013,1,1,223073102 +211001008,1,2,2,10040013,1,1,223073102 +211001009,1,2,2,10050013,1,1,223073102 +211001010,1,2,2,10060013,1,1,223073102 +211001011,1,2,2,10070013,1,1,223073102 +211001012,1,2,2,10080013,1,1,223073102 +211001013,1,2,2,10090013,1,1,223073102 +211001014,1,2,2,20010011,1,1,223073102 +211001015,1,2,2,20020011,1,1,223073102 +211001016,1,2,2,20030011,1,1,223073102 +211001017,1,2,2,20040011,1,1,223073102 +211001018,1,2,2,20050011,1,1,223073102 +211001019,1,2,2,20060011,1,1,223073102 +211001020,1,2,2,20070011,1,1,223073102 +211001021,1,2,2,20080011,1,1,223073102 +211001022,1,2,2,20090011,1,1,223073102 +211001023,1,2,2,30010007,1,1,223073102 +211001024,1,2,2,30020007,1,1,223073102 +211001025,1,2,2,30030007,1,1,223073102 +211001026,1,2,2,30040007,1,1,223073102 +211001027,1,2,2,30050007,1,1,223073102 +211001028,1,2,2,30060007,1,1,223073102 +211001029,1,2,2,30070007,1,1,223073102 +211001030,1,2,2,30080007,1,1,223073102 +211001031,1,2,2,30090007,1,1,223073102 +211001032,1,2,2,30100007,1,1,223073102 +211001033,1,2,2,30110007,1,1,223073102 +211001034,1,2,2,30120007,1,1,223073102 +211001035,1,2,2,40010007,1,1,223073102 +211001036,1,2,2,40020007,1,1,223073102 +211001037,1,2,2,40030007,1,1,223073102 +211001038,1,2,2,40040007,1,1,223073102 +211001039,1,2,2,40050007,1,1,223073102 +211001040,1,2,2,40060007,1,1,223073102 +211001041,1,2,2,40070007,1,1,223073102 +211001042,1,2,2,40080007,1,1,223073102 +211001043,1,2,2,40090007,1,1,223073102 +211001044,1,2,2,40020009,1,1,223073102 +211001045,1,2,2,40090009,1,1,223073102 +211001046,1,2,2,10010016,1,1,223073102 +211001047,1,2,2,10020015,1,1,223073102 +211001048,1,2,2,20010014,1,1,223073102 +211001049,1,2,2,20020013,1,1,223073102 +211001050,1,2,2,30060009,1,1,223073102 +211001051,1,2,2,30080009,1,1,223073102 +211001052,1,2,2,20030013,1,1,223073102 +211001053,1,2,2,20040013,1,1,223073102 +211001054,1,2,2,40040009,1,1,223073102 +211001055,1,2,2,40050009,1,1,223073102 +211001056,1,2,2,30010010,1,1,223073102 +211001057,1,2,2,30100009,1,1,223073102 +211001201,1,2,2,40070010,1,1,223081502 +211001202,1,2,2,40080010,1,1,223081502 +211001203,1,3,2,19100001,1,500,223081502 +211001204,1,3,2,21000001,1,1,223081502 +211001205,1,2,2,10010013,1,1,223081502 +211001206,1,2,2,10020013,1,1,223081502 +211001207,1,2,2,10030013,1,1,223081502 +211001208,1,2,2,10040013,1,1,223081502 +211001209,1,2,2,10050013,1,1,223081502 +211001210,1,2,2,10060013,1,1,223081502 +211001211,1,2,2,10070013,1,1,223081502 +211001212,1,2,2,10080013,1,1,223081502 +211001213,1,2,2,10090013,1,1,223081502 +211001214,1,2,2,20010011,1,1,223081502 +211001215,1,2,2,20020011,1,1,223081502 +211001216,1,2,2,20030011,1,1,223081502 +211001217,1,2,2,20040011,1,1,223081502 +211001218,1,2,2,20050011,1,1,223081502 +211001219,1,2,2,20060011,1,1,223081502 +211001220,1,2,2,20070011,1,1,223081502 +211001221,1,2,2,20080011,1,1,223081502 +211001222,1,2,2,20090011,1,1,223081502 +211001223,1,2,2,30010007,1,1,223081502 +211001224,1,2,2,30020007,1,1,223081502 +211001225,1,2,2,30030007,1,1,223081502 +211001226,1,2,2,30040007,1,1,223081502 +211001227,1,2,2,30050007,1,1,223081502 +211001228,1,2,2,30060007,1,1,223081502 +211001229,1,2,2,30070007,1,1,223081502 +211001230,1,2,2,30080007,1,1,223081502 +211001231,1,2,2,30090007,1,1,223081502 +211001232,1,2,2,30100007,1,1,223081502 +211001233,1,2,2,30110007,1,1,223081502 +211001234,1,2,2,30120007,1,1,223081502 +211001235,1,2,2,40010007,1,1,223081502 +211001236,1,2,2,40020007,1,1,223081502 +211001237,1,2,2,40030007,1,1,223081502 +211001238,1,2,2,40040007,1,1,223081502 +211001239,1,2,2,40050007,1,1,223081502 +211001240,1,2,2,40060007,1,1,223081502 +211001241,1,2,2,40070007,1,1,223081502 +211001242,1,2,2,40080007,1,1,223081502 +211001243,1,2,2,40090007,1,1,223081502 +211001244,1,2,2,40020009,1,1,223081502 +211001245,1,2,2,40090009,1,1,223081502 +211001246,1,2,2,10010016,1,1,223081502 +211001247,1,2,2,10020015,1,1,223081502 +211001248,1,2,2,20010014,1,1,223081502 +211001249,1,2,2,20020013,1,1,223081502 +211001250,1,2,2,30060009,1,1,223081502 +211001251,1,2,2,30080009,1,1,223081502 +211001252,1,2,2,20030013,1,1,223081502 +211001253,1,2,2,20040013,1,1,223081502 +211001254,1,2,2,40040009,1,1,223081502 +211001255,1,2,2,40050009,1,1,223081502 +211001256,1,2,2,30010010,1,1,223081502 +211001257,1,2,2,30100009,1,1,223081502 +211001258,1,2,2,10030016,1,1,223081502 +211001259,1,2,2,10050015,1,1,223081502 +211001401,1,2,2,20060015,1,1,223083102 +211001402,1,2,2,20080014,1,1,223083102 +211001403,1,3,2,19100001,1,500,223083102 +211001404,1,3,2,21000001,1,1,223083102 +211001405,1,2,2,10010013,1,1,223083102 +211001406,1,2,2,10020013,1,1,223083102 +211001407,1,2,2,10030013,1,1,223083102 +211001408,1,2,2,10040013,1,1,223083102 +211001409,1,2,2,10050013,1,1,223083102 +211001410,1,2,2,10060013,1,1,223083102 +211001411,1,2,2,10070013,1,1,223083102 +211001412,1,2,2,10080013,1,1,223083102 +211001413,1,2,2,10090013,1,1,223083102 +211001414,1,2,2,20010011,1,1,223083102 +211001415,1,2,2,20020011,1,1,223083102 +211001416,1,2,2,20030011,1,1,223083102 +211001417,1,2,2,20040011,1,1,223083102 +211001418,1,2,2,20050011,1,1,223083102 +211001419,1,2,2,20060011,1,1,223083102 +211001420,1,2,2,20070011,1,1,223083102 +211001421,1,2,2,20080011,1,1,223083102 +211001422,1,2,2,20090011,1,1,223083102 +211001423,1,2,2,30010007,1,1,223083102 +211001424,1,2,2,30020007,1,1,223083102 +211001425,1,2,2,30030007,1,1,223083102 +211001426,1,2,2,30040007,1,1,223083102 +211001427,1,2,2,30050007,1,1,223083102 +211001428,1,2,2,30060007,1,1,223083102 +211001429,1,2,2,30070007,1,1,223083102 +211001430,1,2,2,30080007,1,1,223083102 +211001431,1,2,2,30090007,1,1,223083102 +211001432,1,2,2,30100007,1,1,223083102 +211001433,1,2,2,30110007,1,1,223083102 +211001434,1,2,2,30120007,1,1,223083102 +211001435,1,2,2,40010007,1,1,223083102 +211001436,1,2,2,40020007,1,1,223083102 +211001437,1,2,2,40030007,1,1,223083102 +211001438,1,2,2,40040007,1,1,223083102 +211001439,1,2,2,40050007,1,1,223083102 +211001440,1,2,2,40060007,1,1,223083102 +211001441,1,2,2,40070007,1,1,223083102 +211001442,1,2,2,40080007,1,1,223083102 +211001443,1,2,2,40090007,1,1,223083102 +211001444,1,2,2,40020009,1,1,223083102 +211001445,1,2,2,40090009,1,1,223083102 +211001446,1,2,2,10010016,1,1,223083102 +211001447,1,2,2,10020015,1,1,223083102 +211001448,1,2,2,20010014,1,1,223083102 +211001449,1,2,2,20020013,1,1,223083102 +211001450,1,2,2,30060009,1,1,223083102 +211001451,1,2,2,30080009,1,1,223083102 +211001452,1,2,2,20030013,1,1,223083102 +211001453,1,2,2,20040013,1,1,223083102 +211001454,1,2,2,40040009,1,1,223083102 +211001455,1,2,2,40050009,1,1,223083102 +211001456,1,2,2,30010010,1,1,223083102 +211001457,1,2,2,30100009,1,1,223083102 +211001458,1,2,2,10030016,1,1,223083102 +211001459,1,2,2,10050015,1,1,223083102 +211001460,1,2,2,40070010,1,1,223083102 +211001461,1,2,2,40080010,1,1,223083102 +211001601,1,2,2,10060015,1,1,223091502 +211001602,1,2,2,10070017,1,1,223091502 +211001603,1,3,2,19100001,1,500,223091502 +211001604,1,3,2,21000001,1,1,223091502 +211001605,1,2,2,10010013,1,1,223091502 +211001606,1,2,2,10020013,1,1,223091502 +211001607,1,2,2,10030013,1,1,223091502 +211001608,1,2,2,10040013,1,1,223091502 +211001609,1,2,2,10050013,1,1,223091502 +211001610,1,2,2,10060013,1,1,223091502 +211001611,1,2,2,10070013,1,1,223091502 +211001612,1,2,2,10080013,1,1,223091502 +211001613,1,2,2,10090013,1,1,223091502 +211001614,1,2,2,20010011,1,1,223091502 +211001615,1,2,2,20020011,1,1,223091502 +211001616,1,2,2,20030011,1,1,223091502 +211001617,1,2,2,20040011,1,1,223091502 +211001618,1,2,2,20050011,1,1,223091502 +211001619,1,2,2,20060011,1,1,223091502 +211001620,1,2,2,20070011,1,1,223091502 +211001621,1,2,2,20080011,1,1,223091502 +211001622,1,2,2,20090011,1,1,223091502 +211001623,1,2,2,30010007,1,1,223091502 +211001624,1,2,2,30020007,1,1,223091502 +211001625,1,2,2,30030007,1,1,223091502 +211001626,1,2,2,30040007,1,1,223091502 +211001627,1,2,2,30050007,1,1,223091502 +211001628,1,2,2,30060007,1,1,223091502 +211001629,1,2,2,30070007,1,1,223091502 +211001630,1,2,2,30080007,1,1,223091502 +211001631,1,2,2,30090007,1,1,223091502 +211001632,1,2,2,30100007,1,1,223091502 +211001633,1,2,2,30110007,1,1,223091502 +211001634,1,2,2,30120007,1,1,223091502 +211001635,1,2,2,40010007,1,1,223091502 +211001636,1,2,2,40020007,1,1,223091502 +211001637,1,2,2,40030007,1,1,223091502 +211001638,1,2,2,40040007,1,1,223091502 +211001639,1,2,2,40050007,1,1,223091502 +211001640,1,2,2,40060007,1,1,223091502 +211001641,1,2,2,40070007,1,1,223091502 +211001642,1,2,2,40080007,1,1,223091502 +211001643,1,2,2,40090007,1,1,223091502 +211001644,1,2,2,40020009,1,1,223091502 +211001645,1,2,2,40090009,1,1,223091502 +211001646,1,2,2,10010016,1,1,223091502 +211001647,1,2,2,10020015,1,1,223091502 +211001648,1,2,2,20010014,1,1,223091502 +211001649,1,2,2,20020013,1,1,223091502 +211001650,1,2,2,30060009,1,1,223091502 +211001651,1,2,2,30080009,1,1,223091502 +211001652,1,2,2,20030013,1,1,223091502 +211001653,1,2,2,20040013,1,1,223091502 +211001654,1,2,2,40040009,1,1,223091502 +211001655,1,2,2,40050009,1,1,223091502 +211001656,1,2,2,30010010,1,1,223091502 +211001657,1,2,2,30100009,1,1,223091502 +211001658,1,2,2,10030016,1,1,223091502 +211001659,1,2,2,10050015,1,1,223091502 +211001660,1,2,2,40070010,1,1,223091502 +211001661,1,2,2,40080010,1,1,223091502 +211001662,1,2,2,20060015,1,1,223091502 +211001663,1,2,2,20080014,1,1,223091502 +211001801,1,2,2,30120010,1,1,223093002 +211001802,1,2,2,30110010,1,1,223093002 +211001803,1,3,2,19100001,1,500,223093002 +211001804,1,3,2,21000001,1,1,223093002 +211001805,1,2,2,10010013,1,1,223093002 +211001806,1,2,2,10020013,1,1,223093002 +211001807,1,2,2,10030013,1,1,223093002 +211001808,1,2,2,10040013,1,1,223093002 +211001809,1,2,2,10050013,1,1,223093002 +211001810,1,2,2,10060013,1,1,223093002 +211001811,1,2,2,10070013,1,1,223093002 +211001812,1,2,2,10080013,1,1,223093002 +211001813,1,2,2,10090013,1,1,223093002 +211001814,1,2,2,20010011,1,1,223093002 +211001815,1,2,2,20020011,1,1,223093002 +211001816,1,2,2,20030011,1,1,223093002 +211001817,1,2,2,20040011,1,1,223093002 +211001818,1,2,2,20050011,1,1,223093002 +211001819,1,2,2,20060011,1,1,223093002 +211001820,1,2,2,20070011,1,1,223093002 +211001821,1,2,2,20080011,1,1,223093002 +211001822,1,2,2,20090011,1,1,223093002 +211001823,1,2,2,30010007,1,1,223093002 +211001824,1,2,2,30020007,1,1,223093002 +211001825,1,2,2,30030007,1,1,223093002 +211001826,1,2,2,30040007,1,1,223093002 +211001827,1,2,2,30050007,1,1,223093002 +211001828,1,2,2,30060007,1,1,223093002 +211001829,1,2,2,30070007,1,1,223093002 +211001830,1,2,2,30080007,1,1,223093002 +211001831,1,2,2,30090007,1,1,223093002 +211001832,1,2,2,30100007,1,1,223093002 +211001833,1,2,2,30110007,1,1,223093002 +211001834,1,2,2,30120007,1,1,223093002 +211001835,1,2,2,40010007,1,1,223093002 +211001836,1,2,2,40020007,1,1,223093002 +211001837,1,2,2,40030007,1,1,223093002 +211001838,1,2,2,40040007,1,1,223093002 +211001839,1,2,2,40050007,1,1,223093002 +211001840,1,2,2,40060007,1,1,223093002 +211001841,1,2,2,40070007,1,1,223093002 +211001842,1,2,2,40080007,1,1,223093002 +211001843,1,2,2,40090007,1,1,223093002 +211001844,1,2,2,40020009,1,1,223093002 +211001845,1,2,2,40090009,1,1,223093002 +211001846,1,2,2,10010016,1,1,223093002 +211001847,1,2,2,10020015,1,1,223093002 +211001848,1,2,2,20010014,1,1,223093002 +211001849,1,2,2,20020013,1,1,223093002 +211001850,1,2,2,30060009,1,1,223093002 +211001851,1,2,2,30080009,1,1,223093002 +211001852,1,2,2,20030013,1,1,223093002 +211001853,1,2,2,20040013,1,1,223093002 +211001854,1,2,2,40040009,1,1,223093002 +211001855,1,2,2,40050009,1,1,223093002 +211001856,1,2,2,30010010,1,1,223093002 +211001857,1,2,2,30100009,1,1,223093002 +211001858,1,2,2,10030016,1,1,223093002 +211001859,1,2,2,10050015,1,1,223093002 +211001860,1,2,2,40070010,1,1,223093002 +211001861,1,2,2,40080010,1,1,223093002 +211001862,1,2,2,20060015,1,1,223093002 +211001863,1,2,2,20080014,1,1,223093002 +211001864,1,2,2,10060015,1,1,223093002 +211001865,1,2,2,10070017,1,1,223093002 +211002201,1,2,2,40030012,1,1,223103108 +211002202,1,2,2,40060011,1,1,223103108 +211002203,1,3,2,19100001,1,500,223103108 +211002204,1,3,2,21000001,1,1,223103108 +211002205,1,2,2,10010013,1,1,223103108 +211002206,1,2,2,10020013,1,1,223103108 +211002207,1,2,2,10030013,1,1,223103108 +211002208,1,2,2,10040013,1,1,223103108 +211002209,1,2,2,10050013,1,1,223103108 +211002210,1,2,2,10060013,1,1,223103108 +211002211,1,2,2,10070013,1,1,223103108 +211002212,1,2,2,10080013,1,1,223103108 +211002213,1,2,2,10090013,1,1,223103108 +211002214,1,2,2,20010011,1,1,223103108 +211002215,1,2,2,20020011,1,1,223103108 +211002216,1,2,2,20030011,1,1,223103108 +211002217,1,2,2,20040011,1,1,223103108 +211002218,1,2,2,20050011,1,1,223103108 +211002219,1,2,2,20060011,1,1,223103108 +211002220,1,2,2,20070011,1,1,223103108 +211002221,1,2,2,20080011,1,1,223103108 +211002222,1,2,2,20090011,1,1,223103108 +211002223,1,2,2,30010007,1,1,223103108 +211002224,1,2,2,30020007,1,1,223103108 +211002225,1,2,2,30030007,1,1,223103108 +211002226,1,2,2,30040007,1,1,223103108 +211002227,1,2,2,30050007,1,1,223103108 +211002228,1,2,2,30060007,1,1,223103108 +211002229,1,2,2,30070007,1,1,223103108 +211002230,1,2,2,30080007,1,1,223103108 +211002231,1,2,2,30090007,1,1,223103108 +211002232,1,2,2,30100007,1,1,223103108 +211002233,1,2,2,30110007,1,1,223103108 +211002234,1,2,2,30120007,1,1,223103108 +211002235,1,2,2,40010007,1,1,223103108 +211002236,1,2,2,40020007,1,1,223103108 +211002237,1,2,2,40030007,1,1,223103108 +211002238,1,2,2,40040007,1,1,223103108 +211002239,1,2,2,40050007,1,1,223103108 +211002240,1,2,2,40060007,1,1,223103108 +211002241,1,2,2,40070007,1,1,223103108 +211002242,1,2,2,40080007,1,1,223103108 +211002243,1,2,2,40090007,1,1,223103108 +211002244,1,2,2,40020009,1,1,223103108 +211002245,1,2,2,40090009,1,1,223103108 +211002246,1,2,2,10010016,1,1,223103108 +211002247,1,2,2,10020015,1,1,223103108 +211002248,1,2,2,20010014,1,1,223103108 +211002249,1,2,2,20020013,1,1,223103108 +211002250,1,2,2,30060009,1,1,223103108 +211002251,1,2,2,30080009,1,1,223103108 +211002252,1,2,2,20030013,1,1,223103108 +211002253,1,2,2,20040013,1,1,223103108 +211002254,1,2,2,40040009,1,1,223103108 +211002255,1,2,2,40050009,1,1,223103108 +211002256,1,2,2,30010010,1,1,223103108 +211002257,1,2,2,30100009,1,1,223103108 +211002258,1,2,2,10030016,1,1,223103108 +211002259,1,2,2,10050015,1,1,223103108 +211002260,1,2,2,40070010,1,1,223103108 +211002261,1,2,2,40080010,1,1,223103108 +211002262,1,2,2,20060015,1,1,223103108 +211002263,1,2,2,20080014,1,1,223103108 +211002264,1,2,2,10060015,1,1,223103108 +211002265,1,2,2,10070017,1,1,223103108 +211002266,1,2,2,30110010,1,1,223103108 +211002267,1,2,2,30120010,1,1,223103108 +211002268,1,2,2,20040015,1,1,223103108 +211002269,1,2,2,20070015,1,1,223103108 +211002401,1,2,2,30050013,1,1,223111502 +211002402,1,2,2,30070013,1,1,223111502 +211002403,1,3,2,19100001,1,500,223111502 +211002404,1,3,2,21000001,1,1,223111502 +211002405,1,2,2,10010013,1,1,223111502 +211002406,1,2,2,10020013,1,1,223111502 +211002407,1,2,2,10030013,1,1,223111502 +211002408,1,2,2,10040013,1,1,223111502 +211002409,1,2,2,10050013,1,1,223111502 +211002410,1,2,2,10060013,1,1,223111502 +211002411,1,2,2,10070013,1,1,223111502 +211002412,1,2,2,10080013,1,1,223111502 +211002413,1,2,2,10090013,1,1,223111502 +211002414,1,2,2,20010011,1,1,223111502 +211002415,1,2,2,20020011,1,1,223111502 +211002416,1,2,2,20030011,1,1,223111502 +211002417,1,2,2,20040011,1,1,223111502 +211002418,1,2,2,20050011,1,1,223111502 +211002419,1,2,2,20060011,1,1,223111502 +211002420,1,2,2,20070011,1,1,223111502 +211002421,1,2,2,20080011,1,1,223111502 +211002422,1,2,2,20090011,1,1,223111502 +211002423,1,2,2,30010007,1,1,223111502 +211002424,1,2,2,30020007,1,1,223111502 +211002425,1,2,2,30030007,1,1,223111502 +211002426,1,2,2,30040007,1,1,223111502 +211002427,1,2,2,30050007,1,1,223111502 +211002428,1,2,2,30060007,1,1,223111502 +211002429,1,2,2,30070007,1,1,223111502 +211002430,1,2,2,30080007,1,1,223111502 +211002431,1,2,2,30090007,1,1,223111502 +211002432,1,2,2,30100007,1,1,223111502 +211002433,1,2,2,30110007,1,1,223111502 +211002434,1,2,2,30120007,1,1,223111502 +211002435,1,2,2,40010007,1,1,223111502 +211002436,1,2,2,40020007,1,1,223111502 +211002437,1,2,2,40030007,1,1,223111502 +211002438,1,2,2,40040007,1,1,223111502 +211002439,1,2,2,40050007,1,1,223111502 +211002440,1,2,2,40060007,1,1,223111502 +211002441,1,2,2,40070007,1,1,223111502 +211002442,1,2,2,40080007,1,1,223111502 +211002443,1,2,2,40090007,1,1,223111502 +211002444,1,2,2,40020009,1,1,223111502 +211002445,1,2,2,40090009,1,1,223111502 +211002446,1,2,2,10010016,1,1,223111502 +211002447,1,2,2,10020015,1,1,223111502 +211002448,1,2,2,20010014,1,1,223111502 +211002449,1,2,2,20020013,1,1,223111502 +211002450,1,2,2,30060009,1,1,223111502 +211002451,1,2,2,30080009,1,1,223111502 +211002452,1,2,2,20030013,1,1,223111502 +211002453,1,2,2,20040013,1,1,223111502 +211002454,1,2,2,40040009,1,1,223111502 +211002455,1,2,2,40050009,1,1,223111502 +211002456,1,2,2,30010010,1,1,223111502 +211002457,1,2,2,30100009,1,1,223111502 +211002458,1,2,2,10030016,1,1,223111502 +211002459,1,2,2,10050015,1,1,223111502 +211002460,1,2,2,40070010,1,1,223111502 +211002461,1,2,2,40080010,1,1,223111502 +211002462,1,2,2,20060015,1,1,223111502 +211002463,1,2,2,20080014,1,1,223111502 +211002464,1,2,2,10060015,1,1,223111502 +211002465,1,2,2,10070017,1,1,223111502 +211002466,1,2,2,30110010,1,1,223111502 +211002467,1,2,2,30120010,1,1,223111502 +211002468,1,2,2,20040015,1,1,223111502 +211002469,1,2,2,20070015,1,1,223111502 +211002470,1,2,2,40030012,1,1,223111502 +211002471,1,2,2,40060011,1,1,223111502 +211002601,1,2,2,10040019,1,1,223113009 +211002602,1,2,2,10090018,1,1,223113009 +211002603,1,3,2,19100001,1,500,223113009 +211002604,1,3,2,21000001,1,1,223113009 +211002605,1,2,2,10010013,1,1,223113009 +211002606,1,2,2,10020013,1,1,223113009 +211002607,1,2,2,10030013,1,1,223113009 +211002608,1,2,2,10040013,1,1,223113009 +211002609,1,2,2,10050013,1,1,223113009 +211002610,1,2,2,10060013,1,1,223113009 +211002611,1,2,2,10070013,1,1,223113009 +211002612,1,2,2,10080013,1,1,223113009 +211002613,1,2,2,10090013,1,1,223113009 +211002614,1,2,2,20010011,1,1,223113009 +211002615,1,2,2,20020011,1,1,223113009 +211002616,1,2,2,20030011,1,1,223113009 +211002617,1,2,2,20040011,1,1,223113009 +211002618,1,2,2,20050011,1,1,223113009 +211002619,1,2,2,20060011,1,1,223113009 +211002620,1,2,2,20070011,1,1,223113009 +211002621,1,2,2,20080011,1,1,223113009 +211002622,1,2,2,20090011,1,1,223113009 +211002623,1,2,2,30010007,1,1,223113009 +211002624,1,2,2,30020007,1,1,223113009 +211002625,1,2,2,30030007,1,1,223113009 +211002626,1,2,2,30040007,1,1,223113009 +211002627,1,2,2,30050007,1,1,223113009 +211002628,1,2,2,30060007,1,1,223113009 +211002629,1,2,2,30070007,1,1,223113009 +211002630,1,2,2,30080007,1,1,223113009 +211002631,1,2,2,30090007,1,1,223113009 +211002632,1,2,2,30100007,1,1,223113009 +211002633,1,2,2,30110007,1,1,223113009 +211002634,1,2,2,30120007,1,1,223113009 +211002635,1,2,2,40010007,1,1,223113009 +211002636,1,2,2,40020007,1,1,223113009 +211002637,1,2,2,40030007,1,1,223113009 +211002638,1,2,2,40040007,1,1,223113009 +211002639,1,2,2,40050007,1,1,223113009 +211002640,1,2,2,40060007,1,1,223113009 +211002641,1,2,2,40070007,1,1,223113009 +211002642,1,2,2,40080007,1,1,223113009 +211002643,1,2,2,40090007,1,1,223113009 +211002644,1,2,2,40020009,1,1,223113009 +211002645,1,2,2,40090009,1,1,223113009 +211002646,1,2,2,10010016,1,1,223113009 +211002647,1,2,2,10020015,1,1,223113009 +211002648,1,2,2,20010014,1,1,223113009 +211002649,1,2,2,20020013,1,1,223113009 +211002650,1,2,2,30060009,1,1,223113009 +211002651,1,2,2,30080009,1,1,223113009 +211002652,1,2,2,20030013,1,1,223113009 +211002653,1,2,2,20040013,1,1,223113009 +211002654,1,2,2,40040009,1,1,223113009 +211002655,1,2,2,40050009,1,1,223113009 +211002656,1,2,2,30010010,1,1,223113009 +211002657,1,2,2,30100009,1,1,223113009 +211002658,1,2,2,10030016,1,1,223113009 +211002659,1,2,2,10050015,1,1,223113009 +211002660,1,2,2,40070010,1,1,223113009 +211002661,1,2,2,40080010,1,1,223113009 +211002662,1,2,2,20060015,1,1,223113009 +211002663,1,2,2,20080014,1,1,223113009 +211002664,1,2,2,10060015,1,1,223113009 +211002665,1,2,2,10070017,1,1,223113009 +211002666,1,2,2,30110010,1,1,223113009 +211002667,1,2,2,30120010,1,1,223113009 +211002668,1,2,2,20040015,1,1,223113009 +211002669,1,2,2,20070015,1,1,223113009 +211002670,1,2,2,40030012,1,1,223113009 +211002671,1,2,2,40060011,1,1,223113009 +211002672,1,2,2,30050013,1,1,223113009 +211002673,1,2,2,30070013,1,1,223113009 +211002801,1,2,2,40010014,1,1,223121505 +211002802,1,2,2,40020012,1,1,223121505 +211002803,1,3,2,19100001,1,500,223121505 +211002804,1,3,2,21000001,1,1,223121505 +211002805,1,2,2,10010013,1,1,223121505 +211002806,1,2,2,10020013,1,1,223121505 +211002807,1,2,2,10030013,1,1,223121505 +211002808,1,2,2,10040013,1,1,223121505 +211002809,1,2,2,10050013,1,1,223121505 +211002810,1,2,2,10060013,1,1,223121505 +211002811,1,2,2,10070013,1,1,223121505 +211002812,1,2,2,10080013,1,1,223121505 +211002813,1,2,2,10090013,1,1,223121505 +211002814,1,2,2,20010011,1,1,223121505 +211002815,1,2,2,20020011,1,1,223121505 +211002816,1,2,2,20030011,1,1,223121505 +211002817,1,2,2,20040011,1,1,223121505 +211002818,1,2,2,20050011,1,1,223121505 +211002819,1,2,2,20060011,1,1,223121505 +211002820,1,2,2,20070011,1,1,223121505 +211002821,1,2,2,20080011,1,1,223121505 +211002822,1,2,2,20090011,1,1,223121505 +211002823,1,2,2,30010007,1,1,223121505 +211002824,1,2,2,30020007,1,1,223121505 +211002825,1,2,2,30030007,1,1,223121505 +211002826,1,2,2,30040007,1,1,223121505 +211002827,1,2,2,30050007,1,1,223121505 +211002828,1,2,2,30060007,1,1,223121505 +211002829,1,2,2,30070007,1,1,223121505 +211002830,1,2,2,30080007,1,1,223121505 +211002831,1,2,2,30090007,1,1,223121505 +211002832,1,2,2,30100007,1,1,223121505 +211002833,1,2,2,30110007,1,1,223121505 +211002834,1,2,2,30120007,1,1,223121505 +211002835,1,2,2,40010007,1,1,223121505 +211002836,1,2,2,40020007,1,1,223121505 +211002837,1,2,2,40030007,1,1,223121505 +211002838,1,2,2,40040007,1,1,223121505 +211002839,1,2,2,40050007,1,1,223121505 +211002840,1,2,2,40060007,1,1,223121505 +211002841,1,2,2,40070007,1,1,223121505 +211002842,1,2,2,40080007,1,1,223121505 +211002843,1,2,2,40090007,1,1,223121505 +211002844,1,2,2,40020009,1,1,223121505 +211002845,1,2,2,40090009,1,1,223121505 +211002846,1,2,2,10010016,1,1,223121505 +211002847,1,2,2,10020015,1,1,223121505 +211002848,1,2,2,20010014,1,1,223121505 +211002849,1,2,2,20020013,1,1,223121505 +211002850,1,2,2,30060009,1,1,223121505 +211002851,1,2,2,30080009,1,1,223121505 +211002852,1,2,2,20030013,1,1,223121505 +211002853,1,2,2,20040013,1,1,223121505 +211002854,1,2,2,40040009,1,1,223121505 +211002855,1,2,2,40050009,1,1,223121505 +211002856,1,2,2,30010010,1,1,223121505 +211002857,1,2,2,30100009,1,1,223121505 +211002858,1,2,2,10030016,1,1,223121505 +211002859,1,2,2,10050015,1,1,223121505 +211002860,1,2,2,40070010,1,1,223121505 +211002861,1,2,2,40080010,1,1,223121505 +211002862,1,2,2,20060015,1,1,223121505 +211002863,1,2,2,20080014,1,1,223121505 +211002864,1,2,2,10060015,1,1,223121505 +211002865,1,2,2,10070017,1,1,223121505 +211002866,1,2,2,30110010,1,1,223121505 +211002867,1,2,2,30120010,1,1,223121505 +211002868,1,2,2,20040015,1,1,223121505 +211002869,1,2,2,20070015,1,1,223121505 +211002870,1,2,2,40030012,1,1,223121505 +211002871,1,2,2,40060011,1,1,223121505 +211002872,1,2,2,30050013,1,1,223121505 +211002873,1,2,2,30070013,1,1,223121505 +211002874,1,2,2,10040019,1,1,223121505 +211002875,1,2,2,10090018,1,1,223121505 +211003001,1,2,2,20050017,1,1,223123102 +211003002,1,2,2,20090016,1,1,223123102 +211003003,1,3,2,19100001,1,500,223123102 +211003004,1,3,2,21000001,1,1,223123102 +211003005,1,2,2,10010013,1,1,223123102 +211003006,1,2,2,10020013,1,1,223123102 +211003007,1,2,2,10030013,1,1,223123102 +211003008,1,2,2,10040013,1,1,223123102 +211003009,1,2,2,10050013,1,1,223123102 +211003010,1,2,2,10060013,1,1,223123102 +211003011,1,2,2,10070013,1,1,223123102 +211003012,1,2,2,10080013,1,1,223123102 +211003013,1,2,2,10090013,1,1,223123102 +211003014,1,2,2,20010011,1,1,223123102 +211003015,1,2,2,20020011,1,1,223123102 +211003016,1,2,2,20030011,1,1,223123102 +211003017,1,2,2,20040011,1,1,223123102 +211003018,1,2,2,20050011,1,1,223123102 +211003019,1,2,2,20060011,1,1,223123102 +211003020,1,2,2,20070011,1,1,223123102 +211003021,1,2,2,20080011,1,1,223123102 +211003022,1,2,2,20090011,1,1,223123102 +211003023,1,2,2,30010007,1,1,223123102 +211003024,1,2,2,30020007,1,1,223123102 +211003025,1,2,2,30030007,1,1,223123102 +211003026,1,2,2,30040007,1,1,223123102 +211003027,1,2,2,30050007,1,1,223123102 +211003028,1,2,2,30060007,1,1,223123102 +211003029,1,2,2,30070007,1,1,223123102 +211003030,1,2,2,30080007,1,1,223123102 +211003031,1,2,2,30090007,1,1,223123102 +211003032,1,2,2,30100007,1,1,223123102 +211003033,1,2,2,30110007,1,1,223123102 +211003034,1,2,2,30120007,1,1,223123102 +211003035,1,2,2,40010007,1,1,223123102 +211003036,1,2,2,40020007,1,1,223123102 +211003037,1,2,2,40030007,1,1,223123102 +211003038,1,2,2,40040007,1,1,223123102 +211003039,1,2,2,40050007,1,1,223123102 +211003040,1,2,2,40060007,1,1,223123102 +211003041,1,2,2,40070007,1,1,223123102 +211003042,1,2,2,40080007,1,1,223123102 +211003043,1,2,2,40090007,1,1,223123102 +211003044,1,2,2,40020009,1,1,223123102 +211003045,1,2,2,40090009,1,1,223123102 +211003046,1,2,2,10010016,1,1,223123102 +211003047,1,2,2,10020015,1,1,223123102 +211003048,1,2,2,20010014,1,1,223123102 +211003049,1,2,2,20020013,1,1,223123102 +211003050,1,2,2,30060009,1,1,223123102 +211003051,1,2,2,30080009,1,1,223123102 +211003052,1,2,2,20030013,1,1,223123102 +211003053,1,2,2,20040013,1,1,223123102 +211003054,1,2,2,40040009,1,1,223123102 +211003055,1,2,2,40050009,1,1,223123102 +211003056,1,2,2,30010010,1,1,223123102 +211003057,1,2,2,30100009,1,1,223123102 +211003058,1,2,2,10030016,1,1,223123102 +211003059,1,2,2,10050015,1,1,223123102 +211003060,1,2,2,40070010,1,1,223123102 +211003061,1,2,2,40080010,1,1,223123102 +211003062,1,2,2,20060015,1,1,223123102 +211003063,1,2,2,20080014,1,1,223123102 +211003064,1,2,2,10060015,1,1,223123102 +211003065,1,2,2,10070017,1,1,223123102 +211003066,1,2,2,30110010,1,1,223123102 +211003067,1,2,2,30120010,1,1,223123102 +211003068,1,2,2,20040015,1,1,223123102 +211003069,1,2,2,20070015,1,1,223123102 +211003070,1,2,2,40030012,1,1,223123102 +211003071,1,2,2,40060011,1,1,223123102 +211003072,1,2,2,30050013,1,1,223123102 +211003073,1,2,2,30070013,1,1,223123102 +211003074,1,2,2,10040019,1,1,223123102 +211003075,1,2,2,10090018,1,1,223123102 +211003076,1,2,2,40010014,1,1,223123102 +211003077,1,2,2,40020012,1,1,223123102 +211003201,1,2,2,10030018,1,1,224011502 +211003202,1,2,2,10060017,1,1,224011502 +211003203,1,3,2,19100001,1,500,224011502 +211003204,1,3,2,21000001,1,1,224011502 +211003205,1,2,2,10010013,1,1,224011502 +211003206,1,2,2,10020013,1,1,224011502 +211003207,1,2,2,10030013,1,1,224011502 +211003208,1,2,2,10040013,1,1,224011502 +211003209,1,2,2,10050013,1,1,224011502 +211003210,1,2,2,10060013,1,1,224011502 +211003211,1,2,2,10070013,1,1,224011502 +211003212,1,2,2,10080013,1,1,224011502 +211003213,1,2,2,10090013,1,1,224011502 +211003214,1,2,2,20010011,1,1,224011502 +211003215,1,2,2,20020011,1,1,224011502 +211003216,1,2,2,20030011,1,1,224011502 +211003217,1,2,2,20040011,1,1,224011502 +211003218,1,2,2,20050011,1,1,224011502 +211003219,1,2,2,20060011,1,1,224011502 +211003220,1,2,2,20070011,1,1,224011502 +211003221,1,2,2,20080011,1,1,224011502 +211003222,1,2,2,20090011,1,1,224011502 +211003223,1,2,2,30010007,1,1,224011502 +211003224,1,2,2,30020007,1,1,224011502 +211003225,1,2,2,30030007,1,1,224011502 +211003226,1,2,2,30040007,1,1,224011502 +211003227,1,2,2,30050007,1,1,224011502 +211003228,1,2,2,30060007,1,1,224011502 +211003229,1,2,2,30070007,1,1,224011502 +211003230,1,2,2,30080007,1,1,224011502 +211003231,1,2,2,30090007,1,1,224011502 +211003232,1,2,2,30100007,1,1,224011502 +211003233,1,2,2,30110007,1,1,224011502 +211003234,1,2,2,30120007,1,1,224011502 +211003235,1,2,2,40010007,1,1,224011502 +211003236,1,2,2,40020007,1,1,224011502 +211003237,1,2,2,40030007,1,1,224011502 +211003238,1,2,2,40040007,1,1,224011502 +211003239,1,2,2,40050007,1,1,224011502 +211003240,1,2,2,40060007,1,1,224011502 +211003241,1,2,2,40070007,1,1,224011502 +211003242,1,2,2,40080007,1,1,224011502 +211003243,1,2,2,40090007,1,1,224011502 +211003244,1,2,2,40020009,1,1,224011502 +211003245,1,2,2,40090009,1,1,224011502 +211003246,1,2,2,10010016,1,1,224011502 +211003247,1,2,2,10020015,1,1,224011502 +211003248,1,2,2,20010014,1,1,224011502 +211003249,1,2,2,20020013,1,1,224011502 +211003250,1,2,2,30060009,1,1,224011502 +211003251,1,2,2,30080009,1,1,224011502 +211003252,1,2,2,20030013,1,1,224011502 +211003253,1,2,2,20040013,1,1,224011502 +211003254,1,2,2,40040009,1,1,224011502 +211003255,1,2,2,40050009,1,1,224011502 +211003256,1,2,2,30010010,1,1,224011502 +211003257,1,2,2,30100009,1,1,224011502 +211003258,1,2,2,10030016,1,1,224011502 +211003259,1,2,2,10050015,1,1,224011502 +211003260,1,2,2,40070010,1,1,224011502 +211003261,1,2,2,40080010,1,1,224011502 +211003262,1,2,2,20060015,1,1,224011502 +211003263,1,2,2,20080014,1,1,224011502 +211003264,1,2,2,10060015,1,1,224011502 +211003265,1,2,2,10070017,1,1,224011502 +211003266,1,2,2,30110010,1,1,224011502 +211003267,1,2,2,30120010,1,1,224011502 +211003268,1,2,2,20040015,1,1,224011502 +211003269,1,2,2,20070015,1,1,224011502 +211003270,1,2,2,40030012,1,1,224011502 +211003271,1,2,2,40060011,1,1,224011502 +211003272,1,2,2,30050013,1,1,224011502 +211003273,1,2,2,30070013,1,1,224011502 +211003274,1,2,2,10040019,1,1,224011502 +211003275,1,2,2,10090018,1,1,224011502 +211003276,1,2,2,40010014,1,1,224011502 +211003277,1,2,2,40020012,1,1,224011502 +211003278,1,2,2,20050017,1,1,224011502 +211003279,1,2,2,20090016,1,1,224011502 +211003401,1,2,2,30030014,1,1,224013102 +211003402,1,2,2,30040014,1,1,224013102 +211003403,1,3,2,19100001,1,500,224013102 +211003404,1,3,2,21000001,1,1,224013102 +211003405,1,2,2,10010013,1,1,224013102 +211003406,1,2,2,10020013,1,1,224013102 +211003407,1,2,2,10030013,1,1,224013102 +211003408,1,2,2,10040013,1,1,224013102 +211003409,1,2,2,10050013,1,1,224013102 +211003410,1,2,2,10060013,1,1,224013102 +211003411,1,2,2,10070013,1,1,224013102 +211003412,1,2,2,10080013,1,1,224013102 +211003413,1,2,2,10090013,1,1,224013102 +211003414,1,2,2,20010011,1,1,224013102 +211003415,1,2,2,20020011,1,1,224013102 +211003416,1,2,2,20030011,1,1,224013102 +211003417,1,2,2,20040011,1,1,224013102 +211003418,1,2,2,20050011,1,1,224013102 +211003419,1,2,2,20060011,1,1,224013102 +211003420,1,2,2,20070011,1,1,224013102 +211003421,1,2,2,20080011,1,1,224013102 +211003422,1,2,2,20090011,1,1,224013102 +211003423,1,2,2,30010007,1,1,224013102 +211003424,1,2,2,30020007,1,1,224013102 +211003425,1,2,2,30030007,1,1,224013102 +211003426,1,2,2,30040007,1,1,224013102 +211003427,1,2,2,30050007,1,1,224013102 +211003428,1,2,2,30060007,1,1,224013102 +211003429,1,2,2,30070007,1,1,224013102 +211003430,1,2,2,30080007,1,1,224013102 +211003431,1,2,2,30090007,1,1,224013102 +211003432,1,2,2,30100007,1,1,224013102 +211003433,1,2,2,30110007,1,1,224013102 +211003434,1,2,2,30120007,1,1,224013102 +211003435,1,2,2,40010007,1,1,224013102 +211003436,1,2,2,40020007,1,1,224013102 +211003437,1,2,2,40030007,1,1,224013102 +211003438,1,2,2,40040007,1,1,224013102 +211003439,1,2,2,40050007,1,1,224013102 +211003440,1,2,2,40060007,1,1,224013102 +211003441,1,2,2,40070007,1,1,224013102 +211003442,1,2,2,40080007,1,1,224013102 +211003443,1,2,2,40090007,1,1,224013102 +211003444,1,2,2,40020009,1,1,224013102 +211003445,1,2,2,40090009,1,1,224013102 +211003446,1,2,2,10010016,1,1,224013102 +211003447,1,2,2,10020015,1,1,224013102 +211003448,1,2,2,20010014,1,1,224013102 +211003449,1,2,2,20020013,1,1,224013102 +211003450,1,2,2,30060009,1,1,224013102 +211003451,1,2,2,30080009,1,1,224013102 +211003452,1,2,2,20030013,1,1,224013102 +211003453,1,2,2,20040013,1,1,224013102 +211003454,1,2,2,40040009,1,1,224013102 +211003455,1,2,2,40050009,1,1,224013102 +211003456,1,2,2,30010010,1,1,224013102 +211003457,1,2,2,30100009,1,1,224013102 +211003458,1,2,2,10030016,1,1,224013102 +211003459,1,2,2,10050015,1,1,224013102 +211003460,1,2,2,40070010,1,1,224013102 +211003461,1,2,2,40080010,1,1,224013102 +211003462,1,2,2,20060015,1,1,224013102 +211003463,1,2,2,20080014,1,1,224013102 +211003464,1,2,2,10060015,1,1,224013102 +211003465,1,2,2,10070017,1,1,224013102 +211003466,1,2,2,30110010,1,1,224013102 +211003467,1,2,2,30120010,1,1,224013102 +211003468,1,2,2,20040015,1,1,224013102 +211003469,1,2,2,20070015,1,1,224013102 +211003470,1,2,2,40030012,1,1,224013102 +211003471,1,2,2,40060011,1,1,224013102 +211003472,1,2,2,30050013,1,1,224013102 +211003473,1,2,2,30070013,1,1,224013102 +211003474,1,2,2,10040019,1,1,224013102 +211003475,1,2,2,10090018,1,1,224013102 +211003476,1,2,2,40010014,1,1,224013102 +211003477,1,2,2,40020012,1,1,224013102 +211003478,1,2,2,20050017,1,1,224013102 +211003479,1,2,2,20090016,1,1,224013102 +211003480,1,2,2,10030018,1,1,224013102 +211003481,1,2,2,10060017,1,1,224013102 +211003601,1,2,2,20020016,1,1,224021402 +211003602,1,2,2,20060016,1,1,224021402 +211003603,1,3,2,19100001,1,500,224021402 +211003604,1,3,2,21000001,1,1,224021402 +211003605,1,2,2,10010013,1,1,224021402 +211003606,1,2,2,10020013,1,1,224021402 +211003607,1,2,2,10030013,1,1,224021402 +211003608,1,2,2,10040013,1,1,224021402 +211003609,1,2,2,10050013,1,1,224021402 +211003610,1,2,2,10060013,1,1,224021402 +211003611,1,2,2,10070013,1,1,224021402 +211003612,1,2,2,10080013,1,1,224021402 +211003613,1,2,2,10090013,1,1,224021402 +211003614,1,2,2,20010011,1,1,224021402 +211003615,1,2,2,20020011,1,1,224021402 +211003616,1,2,2,20030011,1,1,224021402 +211003617,1,2,2,20040011,1,1,224021402 +211003618,1,2,2,20050011,1,1,224021402 +211003619,1,2,2,20060011,1,1,224021402 +211003620,1,2,2,20070011,1,1,224021402 +211003621,1,2,2,20080011,1,1,224021402 +211003622,1,2,2,20090011,1,1,224021402 +211003623,1,2,2,30010007,1,1,224021402 +211003624,1,2,2,30020007,1,1,224021402 +211003625,1,2,2,30030007,1,1,224021402 +211003626,1,2,2,30040007,1,1,224021402 +211003627,1,2,2,30050007,1,1,224021402 +211003628,1,2,2,30060007,1,1,224021402 +211003629,1,2,2,30070007,1,1,224021402 +211003630,1,2,2,30080007,1,1,224021402 +211003631,1,2,2,30090007,1,1,224021402 +211003632,1,2,2,30100007,1,1,224021402 +211003633,1,2,2,30110007,1,1,224021402 +211003634,1,2,2,30120007,1,1,224021402 +211003635,1,2,2,40010007,1,1,224021402 +211003636,1,2,2,40020007,1,1,224021402 +211003637,1,2,2,40030007,1,1,224021402 +211003638,1,2,2,40040007,1,1,224021402 +211003639,1,2,2,40050007,1,1,224021402 +211003640,1,2,2,40060007,1,1,224021402 +211003641,1,2,2,40070007,1,1,224021402 +211003642,1,2,2,40080007,1,1,224021402 +211003643,1,2,2,40090007,1,1,224021402 +211003644,1,2,2,40020009,1,1,224021402 +211003645,1,2,2,40090009,1,1,224021402 +211003646,1,2,2,10010016,1,1,224021402 +211003647,1,2,2,10020015,1,1,224021402 +211003648,1,2,2,20010014,1,1,224021402 +211003649,1,2,2,20020013,1,1,224021402 +211003650,1,2,2,30060009,1,1,224021402 +211003651,1,2,2,30080009,1,1,224021402 +211003652,1,2,2,20030013,1,1,224021402 +211003653,1,2,2,20040013,1,1,224021402 +211003654,1,2,2,40040009,1,1,224021402 +211003655,1,2,2,40050009,1,1,224021402 +211003656,1,2,2,30010010,1,1,224021402 +211003657,1,2,2,30100009,1,1,224021402 +211003658,1,2,2,10030016,1,1,224021402 +211003659,1,2,2,10050015,1,1,224021402 +211003660,1,2,2,40070010,1,1,224021402 +211003661,1,2,2,40080010,1,1,224021402 +211003662,1,2,2,20060015,1,1,224021402 +211003663,1,2,2,20080014,1,1,224021402 +211003664,1,2,2,10060015,1,1,224021402 +211003665,1,2,2,10070017,1,1,224021402 +211003666,1,2,2,30110010,1,1,224021402 +211003667,1,2,2,30120010,1,1,224021402 +211003668,1,2,2,20040015,1,1,224021402 +211003669,1,2,2,20070015,1,1,224021402 +211003670,1,2,2,40030012,1,1,224021402 +211003671,1,2,2,40060011,1,1,224021402 +211003672,1,2,2,30050013,1,1,224021402 +211003673,1,2,2,30070013,1,1,224021402 +211003674,1,2,2,10040019,1,1,224021402 +211003675,1,2,2,10090018,1,1,224021402 +211003676,1,2,2,40010014,1,1,224021402 +211003677,1,2,2,40020012,1,1,224021402 +211003678,1,2,2,20050017,1,1,224021402 +211003679,1,2,2,20090016,1,1,224021402 +211003680,1,2,2,10030018,1,1,224021402 +211003681,1,2,2,10060017,1,1,224021402 +211003682,1,2,2,30030014,1,1,224021402 +211003683,1,2,2,30040014,1,1,224021402 +211003801,1,2,2,40050013,1,1,224030102 +211003802,1,2,2,40070013,1,1,224030102 +211003803,1,3,2,19100001,1,500,224030102 +211003804,1,3,2,21000001,1,1,224030102 +211003805,1,2,2,10010013,1,1,224030102 +211003806,1,2,2,10020013,1,1,224030102 +211003807,1,2,2,10030013,1,1,224030102 +211003808,1,2,2,10040013,1,1,224030102 +211003809,1,2,2,10050013,1,1,224030102 +211003810,1,2,2,10060013,1,1,224030102 +211003811,1,2,2,10070013,1,1,224030102 +211003812,1,2,2,10080013,1,1,224030102 +211003813,1,2,2,10090013,1,1,224030102 +211003814,1,2,2,20010011,1,1,224030102 +211003815,1,2,2,20020011,1,1,224030102 +211003816,1,2,2,20030011,1,1,224030102 +211003817,1,2,2,20040011,1,1,224030102 +211003818,1,2,2,20050011,1,1,224030102 +211003819,1,2,2,20060011,1,1,224030102 +211003820,1,2,2,20070011,1,1,224030102 +211003821,1,2,2,20080011,1,1,224030102 +211003822,1,2,2,20090011,1,1,224030102 +211003823,1,2,2,30010007,1,1,224030102 +211003824,1,2,2,30020007,1,1,224030102 +211003825,1,2,2,30030007,1,1,224030102 +211003826,1,2,2,30040007,1,1,224030102 +211003827,1,2,2,30050007,1,1,224030102 +211003828,1,2,2,30060007,1,1,224030102 +211003829,1,2,2,30070007,1,1,224030102 +211003830,1,2,2,30080007,1,1,224030102 +211003831,1,2,2,30090007,1,1,224030102 +211003832,1,2,2,30100007,1,1,224030102 +211003833,1,2,2,30110007,1,1,224030102 +211003834,1,2,2,30120007,1,1,224030102 +211003835,1,2,2,40010007,1,1,224030102 +211003836,1,2,2,40020007,1,1,224030102 +211003837,1,2,2,40030007,1,1,224030102 +211003838,1,2,2,40040007,1,1,224030102 +211003839,1,2,2,40050007,1,1,224030102 +211003840,1,2,2,40060007,1,1,224030102 +211003841,1,2,2,40070007,1,1,224030102 +211003842,1,2,2,40080007,1,1,224030102 +211003843,1,2,2,40090007,1,1,224030102 +211003844,1,2,2,40020009,1,1,224030102 +211003845,1,2,2,40090009,1,1,224030102 +211003846,1,2,2,10010016,1,1,224030102 +211003847,1,2,2,10020015,1,1,224030102 +211003848,1,2,2,20010014,1,1,224030102 +211003849,1,2,2,20020013,1,1,224030102 +211003850,1,2,2,30060009,1,1,224030102 +211003851,1,2,2,30080009,1,1,224030102 +211003852,1,2,2,20030013,1,1,224030102 +211003853,1,2,2,20040013,1,1,224030102 +211003854,1,2,2,40040009,1,1,224030102 +211003855,1,2,2,40050009,1,1,224030102 +211003856,1,2,2,30010010,1,1,224030102 +211003857,1,2,2,30100009,1,1,224030102 +211003858,1,2,2,10030016,1,1,224030102 +211003859,1,2,2,10050015,1,1,224030102 +211003860,1,2,2,40070010,1,1,224030102 +211003861,1,2,2,40080010,1,1,224030102 +211003862,1,2,2,20060015,1,1,224030102 +211003863,1,2,2,20080014,1,1,224030102 +211003864,1,2,2,10060015,1,1,224030102 +211003865,1,2,2,10070017,1,1,224030102 +211003866,1,2,2,30110010,1,1,224030102 +211003867,1,2,2,30120010,1,1,224030102 +211003868,1,2,2,20040015,1,1,224030102 +211003869,1,2,2,20070015,1,1,224030102 +211003870,1,2,2,40030012,1,1,224030102 +211003871,1,2,2,40060011,1,1,224030102 +211003872,1,2,2,30050013,1,1,224030102 +211003873,1,2,2,30070013,1,1,224030102 +211003874,1,2,2,10040019,1,1,224030102 +211003875,1,2,2,10090018,1,1,224030102 +211003876,1,2,2,40010014,1,1,224030102 +211003877,1,2,2,40020012,1,1,224030102 +211003878,1,2,2,20050017,1,1,224030102 +211003879,1,2,2,20090016,1,1,224030102 +211003880,1,2,2,10030018,1,1,224030102 +211003881,1,2,2,10060017,1,1,224030102 +211003882,1,2,2,30030014,1,1,224030102 +211003883,1,2,2,30040014,1,1,224030102 +211003884,1,2,2,20020016,1,1,224030102 +211003885,1,2,2,20060016,1,1,224030102 +111000401,1,3,2,19100001,1,500,223043001 +111000402,1,3,2,21000001,1,1,223043001 +111000403,1,2,2,10010013,1,1,223043001 +111000404,1,2,2,10020013,1,1,223043001 +111000405,1,2,2,10030013,1,1,223043001 +111000406,1,2,2,10040013,1,1,223043001 +111000407,1,2,2,10050013,1,1,223043001 +111000408,1,2,2,10060013,1,1,223043001 +111000409,1,2,2,10070013,1,1,223043001 +111000410,1,2,2,10080013,1,1,223043001 +111000411,1,2,2,10090013,1,1,223043001 +111000412,1,2,2,20010011,1,1,223043001 +111000413,1,2,2,20020011,1,1,223043001 +111000414,1,2,2,20030011,1,1,223043001 +111000415,1,2,2,20040011,1,1,223043001 +111000416,1,2,2,20050011,1,1,223043001 +111000417,1,2,2,20060011,1,1,223043001 +111000418,1,2,2,20070011,1,1,223043001 +111000419,1,2,2,20080011,1,1,223043001 +111000420,1,2,2,20090011,1,1,223043001 +111000421,1,2,2,30010007,1,1,223043001 +111000422,1,2,2,30020007,1,1,223043001 +111000423,1,2,2,30030007,1,1,223043001 +111000424,1,2,2,30040007,1,1,223043001 +111000425,1,2,2,30050007,1,1,223043001 +111000426,1,2,2,30060007,1,1,223043001 +111000427,1,2,2,30070007,1,1,223043001 +111000428,1,2,2,30080007,1,1,223043001 +111000429,1,2,2,30090007,1,1,223043001 +111000430,1,2,2,30100007,1,1,223043001 +111000431,1,2,2,30110007,1,1,223043001 +111000432,1,2,2,30120007,1,1,223043001 +111000433,1,2,2,40010007,1,1,223043001 +111000434,1,2,2,40020007,1,1,223043001 +111000435,1,2,2,40030007,1,1,223043001 +111000436,1,2,2,40040007,1,1,223043001 +111000437,1,2,2,40050007,1,1,223043001 +111000438,1,2,2,40060007,1,1,223043001 +111000439,1,2,2,40070007,1,1,223043001 +111000440,1,2,2,40080007,1,1,223043001 +111000441,1,2,2,40090007,1,1,223043001 +111000442,1,2,2,40020009,1,1,223043001 +111000443,1,2,2,40090009,1,1,223043001 +111000501,1,3,2,19100001,1,500,223051501 +111000502,1,3,2,21000001,1,1,223051501 +111000503,1,2,2,10010013,1,1,223051501 +111000504,1,2,2,10020013,1,1,223051501 +111000505,1,2,2,10030013,1,1,223051501 +111000506,1,2,2,10040013,1,1,223051501 +111000507,1,2,2,10050013,1,1,223051501 +111000508,1,2,2,10060013,1,1,223051501 +111000509,1,2,2,10070013,1,1,223051501 +111000510,1,2,2,10080013,1,1,223051501 +111000511,1,2,2,10090013,1,1,223051501 +111000512,1,2,2,20010011,1,1,223051501 +111000513,1,2,2,20020011,1,1,223051501 +111000514,1,2,2,20030011,1,1,223051501 +111000515,1,2,2,20040011,1,1,223051501 +111000516,1,2,2,20050011,1,1,223051501 +111000517,1,2,2,20060011,1,1,223051501 +111000518,1,2,2,20070011,1,1,223051501 +111000519,1,2,2,20080011,1,1,223051501 +111000520,1,2,2,20090011,1,1,223051501 +111000521,1,2,2,30010007,1,1,223051501 +111000522,1,2,2,30020007,1,1,223051501 +111000523,1,2,2,30030007,1,1,223051501 +111000524,1,2,2,30040007,1,1,223051501 +111000525,1,2,2,30050007,1,1,223051501 +111000526,1,2,2,30060007,1,1,223051501 +111000527,1,2,2,30070007,1,1,223051501 +111000528,1,2,2,30080007,1,1,223051501 +111000529,1,2,2,30090007,1,1,223051501 +111000530,1,2,2,30100007,1,1,223051501 +111000531,1,2,2,30110007,1,1,223051501 +111000532,1,2,2,30120007,1,1,223051501 +111000533,1,2,2,40010007,1,1,223051501 +111000534,1,2,2,40020007,1,1,223051501 +111000535,1,2,2,40030007,1,1,223051501 +111000536,1,2,2,40040007,1,1,223051501 +111000537,1,2,2,40050007,1,1,223051501 +111000538,1,2,2,40060007,1,1,223051501 +111000539,1,2,2,40070007,1,1,223051501 +111000540,1,2,2,40080007,1,1,223051501 +111000541,1,2,2,40090007,1,1,223051501 +111000542,1,2,2,40020009,1,1,223051501 +111000543,1,2,2,40090009,1,1,223051501 +111000544,1,2,2,10010016,1,1,223051501 +111000545,1,2,2,10020015,1,1,223051501 +111000601,1,3,2,19100001,1,500,223053101 +111000602,1,3,2,21000001,1,1,223053101 +111000603,1,2,2,10010013,1,1,223053101 +111000604,1,2,2,10020013,1,1,223053101 +111000605,1,2,2,10030013,1,1,223053101 +111000606,1,2,2,10040013,1,1,223053101 +111000607,1,2,2,10050013,1,1,223053101 +111000608,1,2,2,10060013,1,1,223053101 +111000609,1,2,2,10070013,1,1,223053101 +111000610,1,2,2,10080013,1,1,223053101 +111000611,1,2,2,10090013,1,1,223053101 +111000612,1,2,2,20010011,1,1,223053101 +111000613,1,2,2,20020011,1,1,223053101 +111000614,1,2,2,20030011,1,1,223053101 +111000615,1,2,2,20040011,1,1,223053101 +111000616,1,2,2,20050011,1,1,223053101 +111000617,1,2,2,20060011,1,1,223053101 +111000618,1,2,2,20070011,1,1,223053101 +111000619,1,2,2,20080011,1,1,223053101 +111000620,1,2,2,20090011,1,1,223053101 +111000621,1,2,2,30010007,1,1,223053101 +111000622,1,2,2,30020007,1,1,223053101 +111000623,1,2,2,30030007,1,1,223053101 +111000624,1,2,2,30040007,1,1,223053101 +111000625,1,2,2,30050007,1,1,223053101 +111000626,1,2,2,30060007,1,1,223053101 +111000627,1,2,2,30070007,1,1,223053101 +111000628,1,2,2,30080007,1,1,223053101 +111000629,1,2,2,30090007,1,1,223053101 +111000630,1,2,2,30100007,1,1,223053101 +111000631,1,2,2,30110007,1,1,223053101 +111000632,1,2,2,30120007,1,1,223053101 +111000633,1,2,2,40010007,1,1,223053101 +111000634,1,2,2,40020007,1,1,223053101 +111000635,1,2,2,40030007,1,1,223053101 +111000636,1,2,2,40040007,1,1,223053101 +111000637,1,2,2,40050007,1,1,223053101 +111000638,1,2,2,40060007,1,1,223053101 +111000639,1,2,2,40070007,1,1,223053101 +111000640,1,2,2,40080007,1,1,223053101 +111000641,1,2,2,40090007,1,1,223053101 +111000642,1,2,2,40020009,1,1,223053101 +111000643,1,2,2,40090009,1,1,223053101 +111000644,1,2,2,10010016,1,1,223053101 +111000645,1,2,2,10020015,1,1,223053101 +111000646,1,2,2,20010014,1,1,223053101 +111000647,1,2,2,20020013,1,1,223053101 +111000701,1,3,2,19100001,1,500,223061501 +111000702,1,3,2,21000001,1,1,223061501 +111000703,1,2,2,10010013,1,1,223061501 +111000704,1,2,2,10020013,1,1,223061501 +111000705,1,2,2,10030013,1,1,223061501 +111000706,1,2,2,10040013,1,1,223061501 +111000707,1,2,2,10050013,1,1,223061501 +111000708,1,2,2,10060013,1,1,223061501 +111000709,1,2,2,10070013,1,1,223061501 +111000710,1,2,2,10080013,1,1,223061501 +111000711,1,2,2,10090013,1,1,223061501 +111000712,1,2,2,20010011,1,1,223061501 +111000713,1,2,2,20020011,1,1,223061501 +111000714,1,2,2,20030011,1,1,223061501 +111000715,1,2,2,20040011,1,1,223061501 +111000716,1,2,2,20050011,1,1,223061501 +111000717,1,2,2,20060011,1,1,223061501 +111000718,1,2,2,20070011,1,1,223061501 +111000719,1,2,2,20080011,1,1,223061501 +111000720,1,2,2,20090011,1,1,223061501 +111000721,1,2,2,30010007,1,1,223061501 +111000722,1,2,2,30020007,1,1,223061501 +111000723,1,2,2,30030007,1,1,223061501 +111000724,1,2,2,30040007,1,1,223061501 +111000725,1,2,2,30050007,1,1,223061501 +111000726,1,2,2,30060007,1,1,223061501 +111000727,1,2,2,30070007,1,1,223061501 +111000728,1,2,2,30080007,1,1,223061501 +111000729,1,2,2,30090007,1,1,223061501 +111000730,1,2,2,30100007,1,1,223061501 +111000731,1,2,2,30110007,1,1,223061501 +111000732,1,2,2,30120007,1,1,223061501 +111000733,1,2,2,40010007,1,1,223061501 +111000734,1,2,2,40020007,1,1,223061501 +111000735,1,2,2,40030007,1,1,223061501 +111000736,1,2,2,40040007,1,1,223061501 +111000737,1,2,2,40050007,1,1,223061501 +111000738,1,2,2,40060007,1,1,223061501 +111000739,1,2,2,40070007,1,1,223061501 +111000740,1,2,2,40080007,1,1,223061501 +111000741,1,2,2,40090007,1,1,223061501 +111000742,1,2,2,40020009,1,1,223061501 +111000743,1,2,2,40090009,1,1,223061501 +111000744,1,2,2,10010016,1,1,223061501 +111000745,1,2,2,10020015,1,1,223061501 +111000746,1,2,2,20010014,1,1,223061501 +111000747,1,2,2,20020013,1,1,223061501 +111000748,1,2,2,30060009,1,1,223061501 +111000749,1,2,2,30080009,1,1,223061501 +111000801,1,3,2,19100001,1,500,223063001 +111000802,1,3,2,21000001,1,1,223063001 +111000803,1,2,2,10010013,1,1,223063001 +111000804,1,2,2,10020013,1,1,223063001 +111000805,1,2,2,10030013,1,1,223063001 +111000806,1,2,2,10040013,1,1,223063001 +111000807,1,2,2,10050013,1,1,223063001 +111000808,1,2,2,10060013,1,1,223063001 +111000809,1,2,2,10070013,1,1,223063001 +111000810,1,2,2,10080013,1,1,223063001 +111000811,1,2,2,10090013,1,1,223063001 +111000812,1,2,2,20010011,1,1,223063001 +111000813,1,2,2,20020011,1,1,223063001 +111000814,1,2,2,20030011,1,1,223063001 +111000815,1,2,2,20040011,1,1,223063001 +111000816,1,2,2,20050011,1,1,223063001 +111000817,1,2,2,20060011,1,1,223063001 +111000818,1,2,2,20070011,1,1,223063001 +111000819,1,2,2,20080011,1,1,223063001 +111000820,1,2,2,20090011,1,1,223063001 +111000821,1,2,2,30010007,1,1,223063001 +111000822,1,2,2,30020007,1,1,223063001 +111000823,1,2,2,30030007,1,1,223063001 +111000824,1,2,2,30040007,1,1,223063001 +111000825,1,2,2,30050007,1,1,223063001 +111000826,1,2,2,30060007,1,1,223063001 +111000827,1,2,2,30070007,1,1,223063001 +111000828,1,2,2,30080007,1,1,223063001 +111000829,1,2,2,30090007,1,1,223063001 +111000830,1,2,2,30100007,1,1,223063001 +111000831,1,2,2,30110007,1,1,223063001 +111000832,1,2,2,30120007,1,1,223063001 +111000833,1,2,2,40010007,1,1,223063001 +111000834,1,2,2,40020007,1,1,223063001 +111000835,1,2,2,40030007,1,1,223063001 +111000836,1,2,2,40040007,1,1,223063001 +111000837,1,2,2,40050007,1,1,223063001 +111000838,1,2,2,40060007,1,1,223063001 +111000839,1,2,2,40070007,1,1,223063001 +111000840,1,2,2,40080007,1,1,223063001 +111000841,1,2,2,40090007,1,1,223063001 +111000842,1,2,2,40020009,1,1,223063001 +111000843,1,2,2,40090009,1,1,223063001 +111000844,1,2,2,10010016,1,1,223063001 +111000845,1,2,2,10020015,1,1,223063001 +111000846,1,2,2,20010014,1,1,223063001 +111000847,1,2,2,20020013,1,1,223063001 +111000848,1,2,2,30060009,1,1,223063001 +111000849,1,2,2,30080009,1,1,223063001 +111000850,1,2,2,20030013,1,1,223063001 +111000851,1,2,2,20040013,1,1,223063001 +111000901,1,3,2,19100001,1,500,223071502 +111000902,1,3,2,21000001,1,1,223071502 +111000903,1,2,2,10010013,1,1,223071502 +111000904,1,2,2,10020013,1,1,223071502 +111000905,1,2,2,10030013,1,1,223071502 +111000906,1,2,2,10040013,1,1,223071502 +111000907,1,2,2,10050013,1,1,223071502 +111000908,1,2,2,10060013,1,1,223071502 +111000909,1,2,2,10070013,1,1,223071502 +111000910,1,2,2,10080013,1,1,223071502 +111000911,1,2,2,10090013,1,1,223071502 +111000912,1,2,2,20010011,1,1,223071502 +111000913,1,2,2,20020011,1,1,223071502 +111000914,1,2,2,20030011,1,1,223071502 +111000915,1,2,2,20040011,1,1,223071502 +111000916,1,2,2,20050011,1,1,223071502 +111000917,1,2,2,20060011,1,1,223071502 +111000918,1,2,2,20070011,1,1,223071502 +111000919,1,2,2,20080011,1,1,223071502 +111000920,1,2,2,20090011,1,1,223071502 +111000921,1,2,2,30010007,1,1,223071502 +111000922,1,2,2,30020007,1,1,223071502 +111000923,1,2,2,30030007,1,1,223071502 +111000924,1,2,2,30040007,1,1,223071502 +111000925,1,2,2,30050007,1,1,223071502 +111000926,1,2,2,30060007,1,1,223071502 +111000927,1,2,2,30070007,1,1,223071502 +111000928,1,2,2,30080007,1,1,223071502 +111000929,1,2,2,30090007,1,1,223071502 +111000930,1,2,2,30100007,1,1,223071502 +111000931,1,2,2,30110007,1,1,223071502 +111000932,1,2,2,30120007,1,1,223071502 +111000933,1,2,2,40010007,1,1,223071502 +111000934,1,2,2,40020007,1,1,223071502 +111000935,1,2,2,40030007,1,1,223071502 +111000936,1,2,2,40040007,1,1,223071502 +111000937,1,2,2,40050007,1,1,223071502 +111000938,1,2,2,40060007,1,1,223071502 +111000939,1,2,2,40070007,1,1,223071502 +111000940,1,2,2,40080007,1,1,223071502 +111000941,1,2,2,40090007,1,1,223071502 +111000942,1,2,2,40020009,1,1,223071502 +111000943,1,2,2,40090009,1,1,223071502 +111000944,1,2,2,10010016,1,1,223071502 +111000945,1,2,2,10020015,1,1,223071502 +111000946,1,2,2,20010014,1,1,223071502 +111000947,1,2,2,20020013,1,1,223071502 +111000948,1,2,2,30060009,1,1,223071502 +111000949,1,2,2,30080009,1,1,223071502 +111000950,1,2,2,20030013,1,1,223071502 +111000951,1,2,2,20040013,1,1,223071502 +111000952,1,2,2,40040009,1,1,223071502 +111000953,1,2,2,40050009,1,1,223071502 +111001001,1,3,2,19100001,1,500,223073101 +111001002,1,3,2,21000001,1,1,223073101 +111001003,1,2,2,10010013,1,1,223073101 +111001004,1,2,2,10020013,1,1,223073101 +111001005,1,2,2,10030013,1,1,223073101 +111001006,1,2,2,10040013,1,1,223073101 +111001007,1,2,2,10050013,1,1,223073101 +111001008,1,2,2,10060013,1,1,223073101 +111001009,1,2,2,10070013,1,1,223073101 +111001010,1,2,2,10080013,1,1,223073101 +111001011,1,2,2,10090013,1,1,223073101 +111001012,1,2,2,20010011,1,1,223073101 +111001013,1,2,2,20020011,1,1,223073101 +111001014,1,2,2,20030011,1,1,223073101 +111001015,1,2,2,20040011,1,1,223073101 +111001016,1,2,2,20050011,1,1,223073101 +111001017,1,2,2,20060011,1,1,223073101 +111001018,1,2,2,20070011,1,1,223073101 +111001019,1,2,2,20080011,1,1,223073101 +111001020,1,2,2,20090011,1,1,223073101 +111001021,1,2,2,30010007,1,1,223073101 +111001022,1,2,2,30020007,1,1,223073101 +111001023,1,2,2,30030007,1,1,223073101 +111001024,1,2,2,30040007,1,1,223073101 +111001025,1,2,2,30050007,1,1,223073101 +111001026,1,2,2,30060007,1,1,223073101 +111001027,1,2,2,30070007,1,1,223073101 +111001028,1,2,2,30080007,1,1,223073101 +111001029,1,2,2,30090007,1,1,223073101 +111001030,1,2,2,30100007,1,1,223073101 +111001031,1,2,2,30110007,1,1,223073101 +111001032,1,2,2,30120007,1,1,223073101 +111001033,1,2,2,40010007,1,1,223073101 +111001034,1,2,2,40020007,1,1,223073101 +111001035,1,2,2,40030007,1,1,223073101 +111001036,1,2,2,40040007,1,1,223073101 +111001037,1,2,2,40050007,1,1,223073101 +111001038,1,2,2,40060007,1,1,223073101 +111001039,1,2,2,40070007,1,1,223073101 +111001040,1,2,2,40080007,1,1,223073101 +111001041,1,2,2,40090007,1,1,223073101 +111001042,1,2,2,40020009,1,1,223073101 +111001043,1,2,2,40090009,1,1,223073101 +111001044,1,2,2,10010016,1,1,223073101 +111001045,1,2,2,10020015,1,1,223073101 +111001046,1,2,2,20010014,1,1,223073101 +111001047,1,2,2,20020013,1,1,223073101 +111001048,1,2,2,30060009,1,1,223073101 +111001049,1,2,2,30080009,1,1,223073101 +111001050,1,2,2,20030013,1,1,223073101 +111001051,1,2,2,20040013,1,1,223073101 +111001052,1,2,2,40040009,1,1,223073101 +111001053,1,2,2,40050009,1,1,223073101 +111001054,1,2,2,30010010,1,1,223073101 +111001055,1,2,2,30100009,1,1,223073101 +111001101,1,3,2,19100001,1,500,223081501 +111001102,1,3,2,21000001,1,1,223081501 +111001103,1,2,2,10010013,1,1,223081501 +111001104,1,2,2,10020013,1,1,223081501 +111001105,1,2,2,10030013,1,1,223081501 +111001106,1,2,2,10040013,1,1,223081501 +111001107,1,2,2,10050013,1,1,223081501 +111001108,1,2,2,10060013,1,1,223081501 +111001109,1,2,2,10070013,1,1,223081501 +111001110,1,2,2,10080013,1,1,223081501 +111001111,1,2,2,10090013,1,1,223081501 +111001112,1,2,2,20010011,1,1,223081501 +111001113,1,2,2,20020011,1,1,223081501 +111001114,1,2,2,20030011,1,1,223081501 +111001115,1,2,2,20040011,1,1,223081501 +111001116,1,2,2,20050011,1,1,223081501 +111001117,1,2,2,20060011,1,1,223081501 +111001118,1,2,2,20070011,1,1,223081501 +111001119,1,2,2,20080011,1,1,223081501 +111001120,1,2,2,20090011,1,1,223081501 +111001121,1,2,2,30010007,1,1,223081501 +111001122,1,2,2,30020007,1,1,223081501 +111001123,1,2,2,30030007,1,1,223081501 +111001124,1,2,2,30040007,1,1,223081501 +111001125,1,2,2,30050007,1,1,223081501 +111001126,1,2,2,30060007,1,1,223081501 +111001127,1,2,2,30070007,1,1,223081501 +111001128,1,2,2,30080007,1,1,223081501 +111001129,1,2,2,30090007,1,1,223081501 +111001130,1,2,2,30100007,1,1,223081501 +111001131,1,2,2,30110007,1,1,223081501 +111001132,1,2,2,30120007,1,1,223081501 +111001133,1,2,2,40010007,1,1,223081501 +111001134,1,2,2,40020007,1,1,223081501 +111001135,1,2,2,40030007,1,1,223081501 +111001136,1,2,2,40040007,1,1,223081501 +111001137,1,2,2,40050007,1,1,223081501 +111001138,1,2,2,40060007,1,1,223081501 +111001139,1,2,2,40070007,1,1,223081501 +111001140,1,2,2,40080007,1,1,223081501 +111001141,1,2,2,40090007,1,1,223081501 +111001142,1,2,2,40020009,1,1,223081501 +111001143,1,2,2,40090009,1,1,223081501 +111001144,1,2,2,10010016,1,1,223081501 +111001145,1,2,2,10020015,1,1,223081501 +111001146,1,2,2,20010014,1,1,223081501 +111001147,1,2,2,20020013,1,1,223081501 +111001148,1,2,2,30060009,1,1,223081501 +111001149,1,2,2,30080009,1,1,223081501 +111001150,1,2,2,20030013,1,1,223081501 +111001151,1,2,2,20040013,1,1,223081501 +111001152,1,2,2,40040009,1,1,223081501 +111001153,1,2,2,40050009,1,1,223081501 +111001154,1,2,2,30010010,1,1,223081501 +111001155,1,2,2,30100009,1,1,223081501 +111001156,1,2,2,10030016,1,1,223081501 +111001157,1,2,2,10050015,1,1,223081501 +111001201,1,3,2,19100001,1,500,223083107 +111001202,1,3,2,21000001,1,1,223083107 +111001203,1,2,2,10010013,1,1,223083107 +111001204,1,2,2,10020013,1,1,223083107 +111001205,1,2,2,10030013,1,1,223083107 +111001206,1,2,2,10040013,1,1,223083107 +111001207,1,2,2,10050013,1,1,223083107 +111001208,1,2,2,10060013,1,1,223083107 +111001209,1,2,2,10070013,1,1,223083107 +111001210,1,2,2,10080013,1,1,223083107 +111001211,1,2,2,10090013,1,1,223083107 +111001212,1,2,2,20010011,1,1,223083107 +111001213,1,2,2,20020011,1,1,223083107 +111001214,1,2,2,20030011,1,1,223083107 +111001215,1,2,2,20040011,1,1,223083107 +111001216,1,2,2,20050011,1,1,223083107 +111001217,1,2,2,20060011,1,1,223083107 +111001218,1,2,2,20070011,1,1,223083107 +111001219,1,2,2,20080011,1,1,223083107 +111001220,1,2,2,20090011,1,1,223083107 +111001221,1,2,2,30010007,1,1,223083107 +111001222,1,2,2,30020007,1,1,223083107 +111001223,1,2,2,30030007,1,1,223083107 +111001224,1,2,2,30040007,1,1,223083107 +111001225,1,2,2,30050007,1,1,223083107 +111001226,1,2,2,30060007,1,1,223083107 +111001227,1,2,2,30070007,1,1,223083107 +111001228,1,2,2,30080007,1,1,223083107 +111001229,1,2,2,30090007,1,1,223083107 +111001230,1,2,2,30100007,1,1,223083107 +111001231,1,2,2,30110007,1,1,223083107 +111001232,1,2,2,30120007,1,1,223083107 +111001233,1,2,2,40010007,1,1,223083107 +111001234,1,2,2,40020007,1,1,223083107 +111001235,1,2,2,40030007,1,1,223083107 +111001236,1,2,2,40040007,1,1,223083107 +111001237,1,2,2,40050007,1,1,223083107 +111001238,1,2,2,40060007,1,1,223083107 +111001239,1,2,2,40070007,1,1,223083107 +111001240,1,2,2,40080007,1,1,223083107 +111001241,1,2,2,40090007,1,1,223083107 +111001242,1,2,2,40020009,1,1,223083107 +111001243,1,2,2,40090009,1,1,223083107 +111001244,1,2,2,10010016,1,1,223083107 +111001245,1,2,2,10020015,1,1,223083107 +111001246,1,2,2,20010014,1,1,223083107 +111001247,1,2,2,20020013,1,1,223083107 +111001248,1,2,2,30060009,1,1,223083107 +111001249,1,2,2,30080009,1,1,223083107 +111001250,1,2,2,20030013,1,1,223083107 +111001251,1,2,2,20040013,1,1,223083107 +111001252,1,2,2,40040009,1,1,223083107 +111001253,1,2,2,40050009,1,1,223083107 +111001254,1,2,2,30010010,1,1,223083107 +111001255,1,2,2,30100009,1,1,223083107 +111001256,1,2,2,10030016,1,1,223083107 +111001257,1,2,2,10050015,1,1,223083107 +111001258,1,2,2,40070010,1,1,223083107 +111001259,1,2,2,40080010,1,1,223083107 +111001301,1,3,2,19100001,1,500,223091501 +111001302,1,3,2,21000001,1,1,223091501 +111001303,1,2,2,10010013,1,1,223091501 +111001304,1,2,2,10020013,1,1,223091501 +111001305,1,2,2,10030013,1,1,223091501 +111001306,1,2,2,10040013,1,1,223091501 +111001307,1,2,2,10050013,1,1,223091501 +111001308,1,2,2,10060013,1,1,223091501 +111001309,1,2,2,10070013,1,1,223091501 +111001310,1,2,2,10080013,1,1,223091501 +111001311,1,2,2,10090013,1,1,223091501 +111001312,1,2,2,20010011,1,1,223091501 +111001313,1,2,2,20020011,1,1,223091501 +111001314,1,2,2,20030011,1,1,223091501 +111001315,1,2,2,20040011,1,1,223091501 +111001316,1,2,2,20050011,1,1,223091501 +111001317,1,2,2,20060011,1,1,223091501 +111001318,1,2,2,20070011,1,1,223091501 +111001319,1,2,2,20080011,1,1,223091501 +111001320,1,2,2,20090011,1,1,223091501 +111001321,1,2,2,30010007,1,1,223091501 +111001322,1,2,2,30020007,1,1,223091501 +111001323,1,2,2,30030007,1,1,223091501 +111001324,1,2,2,30040007,1,1,223091501 +111001325,1,2,2,30050007,1,1,223091501 +111001326,1,2,2,30060007,1,1,223091501 +111001327,1,2,2,30070007,1,1,223091501 +111001328,1,2,2,30080007,1,1,223091501 +111001329,1,2,2,30090007,1,1,223091501 +111001330,1,2,2,30100007,1,1,223091501 +111001331,1,2,2,30110007,1,1,223091501 +111001332,1,2,2,30120007,1,1,223091501 +111001333,1,2,2,40010007,1,1,223091501 +111001334,1,2,2,40020007,1,1,223091501 +111001335,1,2,2,40030007,1,1,223091501 +111001336,1,2,2,40040007,1,1,223091501 +111001337,1,2,2,40050007,1,1,223091501 +111001338,1,2,2,40060007,1,1,223091501 +111001339,1,2,2,40070007,1,1,223091501 +111001340,1,2,2,40080007,1,1,223091501 +111001341,1,2,2,40090007,1,1,223091501 +111001342,1,2,2,40020009,1,1,223091501 +111001343,1,2,2,40090009,1,1,223091501 +111001344,1,2,2,10010016,1,1,223091501 +111001345,1,2,2,10020015,1,1,223091501 +111001346,1,2,2,20010014,1,1,223091501 +111001347,1,2,2,20020013,1,1,223091501 +111001348,1,2,2,30060009,1,1,223091501 +111001349,1,2,2,30080009,1,1,223091501 +111001350,1,2,2,20030013,1,1,223091501 +111001351,1,2,2,20040013,1,1,223091501 +111001352,1,2,2,40040009,1,1,223091501 +111001353,1,2,2,40050009,1,1,223091501 +111001354,1,2,2,30010010,1,1,223091501 +111001355,1,2,2,30100009,1,1,223091501 +111001356,1,2,2,10030016,1,1,223091501 +111001357,1,2,2,10050015,1,1,223091501 +111001358,1,2,2,40070010,1,1,223091501 +111001359,1,2,2,40080010,1,1,223091501 +111001360,1,2,2,20060015,1,1,223091501 +111001361,1,2,2,20080014,1,1,223091501 +111001401,1,3,2,19100001,1,500,223093001 +111001402,1,3,2,21000001,1,1,223093001 +111001403,1,2,2,10010013,1,1,223093001 +111001404,1,2,2,10020013,1,1,223093001 +111001405,1,2,2,10030013,1,1,223093001 +111001406,1,2,2,10040013,1,1,223093001 +111001407,1,2,2,10050013,1,1,223093001 +111001408,1,2,2,10060013,1,1,223093001 +111001409,1,2,2,10070013,1,1,223093001 +111001410,1,2,2,10080013,1,1,223093001 +111001411,1,2,2,10090013,1,1,223093001 +111001412,1,2,2,20010011,1,1,223093001 +111001413,1,2,2,20020011,1,1,223093001 +111001414,1,2,2,20030011,1,1,223093001 +111001415,1,2,2,20040011,1,1,223093001 +111001416,1,2,2,20050011,1,1,223093001 +111001417,1,2,2,20060011,1,1,223093001 +111001418,1,2,2,20070011,1,1,223093001 +111001419,1,2,2,20080011,1,1,223093001 +111001420,1,2,2,20090011,1,1,223093001 +111001421,1,2,2,30010007,1,1,223093001 +111001422,1,2,2,30020007,1,1,223093001 +111001423,1,2,2,30030007,1,1,223093001 +111001424,1,2,2,30040007,1,1,223093001 +111001425,1,2,2,30050007,1,1,223093001 +111001426,1,2,2,30060007,1,1,223093001 +111001427,1,2,2,30070007,1,1,223093001 +111001428,1,2,2,30080007,1,1,223093001 +111001429,1,2,2,30090007,1,1,223093001 +111001430,1,2,2,30100007,1,1,223093001 +111001431,1,2,2,30110007,1,1,223093001 +111001432,1,2,2,30120007,1,1,223093001 +111001433,1,2,2,40010007,1,1,223093001 +111001434,1,2,2,40020007,1,1,223093001 +111001435,1,2,2,40030007,1,1,223093001 +111001436,1,2,2,40040007,1,1,223093001 +111001437,1,2,2,40050007,1,1,223093001 +111001438,1,2,2,40060007,1,1,223093001 +111001439,1,2,2,40070007,1,1,223093001 +111001440,1,2,2,40080007,1,1,223093001 +111001441,1,2,2,40090007,1,1,223093001 +111001442,1,2,2,40020009,1,1,223093001 +111001443,1,2,2,40090009,1,1,223093001 +111001444,1,2,2,10010016,1,1,223093001 +111001445,1,2,2,10020015,1,1,223093001 +111001446,1,2,2,20010014,1,1,223093001 +111001447,1,2,2,20020013,1,1,223093001 +111001448,1,2,2,30060009,1,1,223093001 +111001449,1,2,2,30080009,1,1,223093001 +111001450,1,2,2,20030013,1,1,223093001 +111001451,1,2,2,20040013,1,1,223093001 +111001452,1,2,2,40040009,1,1,223093001 +111001453,1,2,2,40050009,1,1,223093001 +111001454,1,2,2,30010010,1,1,223093001 +111001455,1,2,2,30100009,1,1,223093001 +111001456,1,2,2,10030016,1,1,223093001 +111001457,1,2,2,10050015,1,1,223093001 +111001458,1,2,2,40070010,1,1,223093001 +111001459,1,2,2,40080010,1,1,223093001 +111001460,1,2,2,20060015,1,1,223093001 +111001461,1,2,2,20080014,1,1,223093001 +111001462,1,2,2,10060015,1,1,223093001 +111001463,1,2,2,10070017,1,1,223093001 +111001501,1,3,2,19100001,1,500,223101505 +111001502,1,3,2,21000001,1,1,223101505 +111001503,1,2,2,10010013,1,1,223101505 +111001504,1,2,2,10020013,1,1,223101505 +111001505,1,2,2,10030013,1,1,223101505 +111001506,1,2,2,10040013,1,1,223101505 +111001507,1,2,2,10050013,1,1,223101505 +111001508,1,2,2,10060013,1,1,223101505 +111001509,1,2,2,10070013,1,1,223101505 +111001510,1,2,2,10080013,1,1,223101505 +111001511,1,2,2,10090013,1,1,223101505 +111001512,1,2,2,20010011,1,1,223101505 +111001513,1,2,2,20020011,1,1,223101505 +111001514,1,2,2,20030011,1,1,223101505 +111001515,1,2,2,20040011,1,1,223101505 +111001516,1,2,2,20050011,1,1,223101505 +111001517,1,2,2,20060011,1,1,223101505 +111001518,1,2,2,20070011,1,1,223101505 +111001519,1,2,2,20080011,1,1,223101505 +111001520,1,2,2,20090011,1,1,223101505 +111001521,1,2,2,30010007,1,1,223101505 +111001522,1,2,2,30020007,1,1,223101505 +111001523,1,2,2,30030007,1,1,223101505 +111001524,1,2,2,30040007,1,1,223101505 +111001525,1,2,2,30050007,1,1,223101505 +111001526,1,2,2,30060007,1,1,223101505 +111001527,1,2,2,30070007,1,1,223101505 +111001528,1,2,2,30080007,1,1,223101505 +111001529,1,2,2,30090007,1,1,223101505 +111001530,1,2,2,30100007,1,1,223101505 +111001531,1,2,2,30110007,1,1,223101505 +111001532,1,2,2,30120007,1,1,223101505 +111001533,1,2,2,40010007,1,1,223101505 +111001534,1,2,2,40020007,1,1,223101505 +111001535,1,2,2,40030007,1,1,223101505 +111001536,1,2,2,40040007,1,1,223101505 +111001537,1,2,2,40050007,1,1,223101505 +111001538,1,2,2,40060007,1,1,223101505 +111001539,1,2,2,40070007,1,1,223101505 +111001540,1,2,2,40080007,1,1,223101505 +111001541,1,2,2,40090007,1,1,223101505 +111001542,1,2,2,40020009,1,1,223101505 +111001543,1,2,2,40090009,1,1,223101505 +111001544,1,2,2,10010016,1,1,223101505 +111001545,1,2,2,10020015,1,1,223101505 +111001546,1,2,2,20010014,1,1,223101505 +111001547,1,2,2,20020013,1,1,223101505 +111001548,1,2,2,30060009,1,1,223101505 +111001549,1,2,2,30080009,1,1,223101505 +111001550,1,2,2,20030013,1,1,223101505 +111001551,1,2,2,20040013,1,1,223101505 +111001552,1,2,2,40040009,1,1,223101505 +111001553,1,2,2,40050009,1,1,223101505 +111001554,1,2,2,30010010,1,1,223101505 +111001555,1,2,2,30100009,1,1,223101505 +111001556,1,2,2,10030016,1,1,223101505 +111001557,1,2,2,10050015,1,1,223101505 +111001558,1,2,2,40070010,1,1,223101505 +111001559,1,2,2,40080010,1,1,223101505 +111001560,1,2,2,20060015,1,1,223101505 +111001561,1,2,2,20080014,1,1,223101505 +111001562,1,2,2,10060015,1,1,223101505 +111001563,1,2,2,10070017,1,1,223101505 +111001564,1,2,2,30120010,1,1,223101505 +111001565,1,2,2,30110010,1,1,223101505 +111001601,1,3,2,19100001,1,500,223103107 +111001602,1,3,2,21000001,1,1,223103107 +111001603,1,2,2,10010013,1,1,223103107 +111001604,1,2,2,10020013,1,1,223103107 +111001605,1,2,2,10030013,1,1,223103107 +111001606,1,2,2,10040013,1,1,223103107 +111001607,1,2,2,10050013,1,1,223103107 +111001608,1,2,2,10060013,1,1,223103107 +111001609,1,2,2,10070013,1,1,223103107 +111001610,1,2,2,10080013,1,1,223103107 +111001611,1,2,2,10090013,1,1,223103107 +111001612,1,2,2,20010011,1,1,223103107 +111001613,1,2,2,20020011,1,1,223103107 +111001614,1,2,2,20030011,1,1,223103107 +111001615,1,2,2,20040011,1,1,223103107 +111001616,1,2,2,20050011,1,1,223103107 +111001617,1,2,2,20060011,1,1,223103107 +111001618,1,2,2,20070011,1,1,223103107 +111001619,1,2,2,20080011,1,1,223103107 +111001620,1,2,2,20090011,1,1,223103107 +111001621,1,2,2,30010007,1,1,223103107 +111001622,1,2,2,30020007,1,1,223103107 +111001623,1,2,2,30030007,1,1,223103107 +111001624,1,2,2,30040007,1,1,223103107 +111001625,1,2,2,30050007,1,1,223103107 +111001626,1,2,2,30060007,1,1,223103107 +111001627,1,2,2,30070007,1,1,223103107 +111001628,1,2,2,30080007,1,1,223103107 +111001629,1,2,2,30090007,1,1,223103107 +111001630,1,2,2,30100007,1,1,223103107 +111001631,1,2,2,30110007,1,1,223103107 +111001632,1,2,2,30120007,1,1,223103107 +111001633,1,2,2,40010007,1,1,223103107 +111001634,1,2,2,40020007,1,1,223103107 +111001635,1,2,2,40030007,1,1,223103107 +111001636,1,2,2,40040007,1,1,223103107 +111001637,1,2,2,40050007,1,1,223103107 +111001638,1,2,2,40060007,1,1,223103107 +111001639,1,2,2,40070007,1,1,223103107 +111001640,1,2,2,40080007,1,1,223103107 +111001641,1,2,2,40090007,1,1,223103107 +111001642,1,2,2,40020009,1,1,223103107 +111001643,1,2,2,40090009,1,1,223103107 +111001644,1,2,2,10010016,1,1,223103107 +111001645,1,2,2,10020015,1,1,223103107 +111001646,1,2,2,20010014,1,1,223103107 +111001647,1,2,2,20020013,1,1,223103107 +111001648,1,2,2,30060009,1,1,223103107 +111001649,1,2,2,30080009,1,1,223103107 +111001650,1,2,2,20030013,1,1,223103107 +111001651,1,2,2,20040013,1,1,223103107 +111001652,1,2,2,40040009,1,1,223103107 +111001653,1,2,2,40050009,1,1,223103107 +111001654,1,2,2,30010010,1,1,223103107 +111001655,1,2,2,30100009,1,1,223103107 +111001656,1,2,2,10030016,1,1,223103107 +111001657,1,2,2,10050015,1,1,223103107 +111001658,1,2,2,40070010,1,1,223103107 +111001659,1,2,2,40080010,1,1,223103107 +111001660,1,2,2,20060015,1,1,223103107 +111001661,1,2,2,20080014,1,1,223103107 +111001662,1,2,2,10060015,1,1,223103107 +111001663,1,2,2,10070017,1,1,223103107 +111001664,1,2,2,30110010,1,1,223103107 +111001665,1,2,2,30120010,1,1,223103107 +111001666,1,2,2,20040015,1,1,223103107 +111001667,1,2,2,20070015,1,1,223103107 +111001701,1,3,2,19100001,1,500,223111501 +111001702,1,3,2,21000001,1,1,223111501 +111001703,1,2,2,10010013,1,1,223111501 +111001704,1,2,2,10020013,1,1,223111501 +111001705,1,2,2,10030013,1,1,223111501 +111001706,1,2,2,10040013,1,1,223111501 +111001707,1,2,2,10050013,1,1,223111501 +111001708,1,2,2,10060013,1,1,223111501 +111001709,1,2,2,10070013,1,1,223111501 +111001710,1,2,2,10080013,1,1,223111501 +111001711,1,2,2,10090013,1,1,223111501 +111001712,1,2,2,20010011,1,1,223111501 +111001713,1,2,2,20020011,1,1,223111501 +111001714,1,2,2,20030011,1,1,223111501 +111001715,1,2,2,20040011,1,1,223111501 +111001716,1,2,2,20050011,1,1,223111501 +111001717,1,2,2,20060011,1,1,223111501 +111001718,1,2,2,20070011,1,1,223111501 +111001719,1,2,2,20080011,1,1,223111501 +111001720,1,2,2,20090011,1,1,223111501 +111001721,1,2,2,30010007,1,1,223111501 +111001722,1,2,2,30020007,1,1,223111501 +111001723,1,2,2,30030007,1,1,223111501 +111001724,1,2,2,30040007,1,1,223111501 +111001725,1,2,2,30050007,1,1,223111501 +111001726,1,2,2,30060007,1,1,223111501 +111001727,1,2,2,30070007,1,1,223111501 +111001728,1,2,2,30080007,1,1,223111501 +111001729,1,2,2,30090007,1,1,223111501 +111001730,1,2,2,30100007,1,1,223111501 +111001731,1,2,2,30110007,1,1,223111501 +111001732,1,2,2,30120007,1,1,223111501 +111001733,1,2,2,40010007,1,1,223111501 +111001734,1,2,2,40020007,1,1,223111501 +111001735,1,2,2,40030007,1,1,223111501 +111001736,1,2,2,40040007,1,1,223111501 +111001737,1,2,2,40050007,1,1,223111501 +111001738,1,2,2,40060007,1,1,223111501 +111001739,1,2,2,40070007,1,1,223111501 +111001740,1,2,2,40080007,1,1,223111501 +111001741,1,2,2,40090007,1,1,223111501 +111001742,1,2,2,40020009,1,1,223111501 +111001743,1,2,2,40090009,1,1,223111501 +111001744,1,2,2,10010016,1,1,223111501 +111001745,1,2,2,10020015,1,1,223111501 +111001746,1,2,2,20010014,1,1,223111501 +111001747,1,2,2,20020013,1,1,223111501 +111001748,1,2,2,30060009,1,1,223111501 +111001749,1,2,2,30080009,1,1,223111501 +111001750,1,2,2,20030013,1,1,223111501 +111001751,1,2,2,20040013,1,1,223111501 +111001752,1,2,2,40040009,1,1,223111501 +111001753,1,2,2,40050009,1,1,223111501 +111001754,1,2,2,30010010,1,1,223111501 +111001755,1,2,2,30100009,1,1,223111501 +111001756,1,2,2,10030016,1,1,223111501 +111001757,1,2,2,10050015,1,1,223111501 +111001758,1,2,2,40070010,1,1,223111501 +111001759,1,2,2,40080010,1,1,223111501 +111001760,1,2,2,20060015,1,1,223111501 +111001761,1,2,2,20080014,1,1,223111501 +111001762,1,2,2,10060015,1,1,223111501 +111001763,1,2,2,10070017,1,1,223111501 +111001764,1,2,2,30110010,1,1,223111501 +111001765,1,2,2,30120010,1,1,223111501 +111001766,1,2,2,20040015,1,1,223111501 +111001767,1,2,2,20070015,1,1,223111501 +111001768,1,2,2,40030012,1,1,223111501 +111001769,1,2,2,40060011,1,1,223111501 +111001801,1,3,2,19100001,1,500,223113008 +111001802,1,3,2,21000001,1,1,223113008 +111001803,1,2,2,10010013,1,1,223113008 +111001804,1,2,2,10020013,1,1,223113008 +111001805,1,2,2,10030013,1,1,223113008 +111001806,1,2,2,10040013,1,1,223113008 +111001807,1,2,2,10050013,1,1,223113008 +111001808,1,2,2,10060013,1,1,223113008 +111001809,1,2,2,10070013,1,1,223113008 +111001810,1,2,2,10080013,1,1,223113008 +111001811,1,2,2,10090013,1,1,223113008 +111001812,1,2,2,20010011,1,1,223113008 +111001813,1,2,2,20020011,1,1,223113008 +111001814,1,2,2,20030011,1,1,223113008 +111001815,1,2,2,20040011,1,1,223113008 +111001816,1,2,2,20050011,1,1,223113008 +111001817,1,2,2,20060011,1,1,223113008 +111001818,1,2,2,20070011,1,1,223113008 +111001819,1,2,2,20080011,1,1,223113008 +111001820,1,2,2,20090011,1,1,223113008 +111001821,1,2,2,30010007,1,1,223113008 +111001822,1,2,2,30020007,1,1,223113008 +111001823,1,2,2,30030007,1,1,223113008 +111001824,1,2,2,30040007,1,1,223113008 +111001825,1,2,2,30050007,1,1,223113008 +111001826,1,2,2,30060007,1,1,223113008 +111001827,1,2,2,30070007,1,1,223113008 +111001828,1,2,2,30080007,1,1,223113008 +111001829,1,2,2,30090007,1,1,223113008 +111001830,1,2,2,30100007,1,1,223113008 +111001831,1,2,2,30110007,1,1,223113008 +111001832,1,2,2,30120007,1,1,223113008 +111001833,1,2,2,40010007,1,1,223113008 +111001834,1,2,2,40020007,1,1,223113008 +111001835,1,2,2,40030007,1,1,223113008 +111001836,1,2,2,40040007,1,1,223113008 +111001837,1,2,2,40050007,1,1,223113008 +111001838,1,2,2,40060007,1,1,223113008 +111001839,1,2,2,40070007,1,1,223113008 +111001840,1,2,2,40080007,1,1,223113008 +111001841,1,2,2,40090007,1,1,223113008 +111001842,1,2,2,40020009,1,1,223113008 +111001843,1,2,2,40090009,1,1,223113008 +111001844,1,2,2,10010016,1,1,223113008 +111001845,1,2,2,10020015,1,1,223113008 +111001846,1,2,2,20010014,1,1,223113008 +111001847,1,2,2,20020013,1,1,223113008 +111001848,1,2,2,30060009,1,1,223113008 +111001849,1,2,2,30080009,1,1,223113008 +111001850,1,2,2,20030013,1,1,223113008 +111001851,1,2,2,20040013,1,1,223113008 +111001852,1,2,2,40040009,1,1,223113008 +111001853,1,2,2,40050009,1,1,223113008 +111001854,1,2,2,30010010,1,1,223113008 +111001855,1,2,2,30100009,1,1,223113008 +111001856,1,2,2,10030016,1,1,223113008 +111001857,1,2,2,10050015,1,1,223113008 +111001858,1,2,2,40070010,1,1,223113008 +111001859,1,2,2,40080010,1,1,223113008 +111001860,1,2,2,20060015,1,1,223113008 +111001861,1,2,2,20080014,1,1,223113008 +111001862,1,2,2,10060015,1,1,223113008 +111001863,1,2,2,10070017,1,1,223113008 +111001864,1,2,2,30110010,1,1,223113008 +111001865,1,2,2,30120010,1,1,223113008 +111001866,1,2,2,20040015,1,1,223113008 +111001867,1,2,2,20070015,1,1,223113008 +111001868,1,2,2,40030012,1,1,223113008 +111001869,1,2,2,40060011,1,1,223113008 +111001870,1,2,2,30050013,1,1,223113008 +111001871,1,2,2,30070013,1,1,223113008 +111001901,1,3,2,19100001,1,500,223121513 +111001902,1,3,2,21000001,1,1,223121513 +111001903,1,2,2,10010013,1,1,223121513 +111001904,1,2,2,10020013,1,1,223121513 +111001905,1,2,2,10030013,1,1,223121513 +111001906,1,2,2,10040013,1,1,223121513 +111001907,1,2,2,10050013,1,1,223121513 +111001908,1,2,2,10060013,1,1,223121513 +111001909,1,2,2,10070013,1,1,223121513 +111001910,1,2,2,10080013,1,1,223121513 +111001911,1,2,2,10090013,1,1,223121513 +111001912,1,2,2,20010011,1,1,223121513 +111001913,1,2,2,20020011,1,1,223121513 +111001914,1,2,2,20030011,1,1,223121513 +111001915,1,2,2,20040011,1,1,223121513 +111001916,1,2,2,20050011,1,1,223121513 +111001917,1,2,2,20060011,1,1,223121513 +111001918,1,2,2,20070011,1,1,223121513 +111001919,1,2,2,20080011,1,1,223121513 +111001920,1,2,2,20090011,1,1,223121513 +111001921,1,2,2,30010007,1,1,223121513 +111001922,1,2,2,30020007,1,1,223121513 +111001923,1,2,2,30030007,1,1,223121513 +111001924,1,2,2,30040007,1,1,223121513 +111001925,1,2,2,30050007,1,1,223121513 +111001926,1,2,2,30060007,1,1,223121513 +111001927,1,2,2,30070007,1,1,223121513 +111001928,1,2,2,30080007,1,1,223121513 +111001929,1,2,2,30090007,1,1,223121513 +111001930,1,2,2,30100007,1,1,223121513 +111001931,1,2,2,30110007,1,1,223121513 +111001932,1,2,2,30120007,1,1,223121513 +111001933,1,2,2,40010007,1,1,223121513 +111001934,1,2,2,40020007,1,1,223121513 +111001935,1,2,2,40030007,1,1,223121513 +111001936,1,2,2,40040007,1,1,223121513 +111001937,1,2,2,40050007,1,1,223121513 +111001938,1,2,2,40060007,1,1,223121513 +111001939,1,2,2,40070007,1,1,223121513 +111001940,1,2,2,40080007,1,1,223121513 +111001941,1,2,2,40090007,1,1,223121513 +111001942,1,2,2,40020009,1,1,223121513 +111001943,1,2,2,40090009,1,1,223121513 +111001944,1,2,2,10010016,1,1,223121513 +111001945,1,2,2,10020015,1,1,223121513 +111001946,1,2,2,20010014,1,1,223121513 +111001947,1,2,2,20020013,1,1,223121513 +111001948,1,2,2,30060009,1,1,223121513 +111001949,1,2,2,30080009,1,1,223121513 +111001950,1,2,2,20030013,1,1,223121513 +111001951,1,2,2,20040013,1,1,223121513 +111001952,1,2,2,40040009,1,1,223121513 +111001953,1,2,2,40050009,1,1,223121513 +111001954,1,2,2,30010010,1,1,223121513 +111001955,1,2,2,30100009,1,1,223121513 +111001956,1,2,2,10030016,1,1,223121513 +111001957,1,2,2,10050015,1,1,223121513 +111001958,1,2,2,40070010,1,1,223121513 +111001959,1,2,2,40080010,1,1,223121513 +111001960,1,2,2,20060015,1,1,223121513 +111001961,1,2,2,20080014,1,1,223121513 +111001962,1,2,2,10060015,1,1,223121513 +111001963,1,2,2,10070017,1,1,223121513 +111001964,1,2,2,30110010,1,1,223121513 +111001965,1,2,2,30120010,1,1,223121513 +111001966,1,2,2,20040015,1,1,223121513 +111001967,1,2,2,20070015,1,1,223121513 +111001968,1,2,2,40030012,1,1,223121513 +111001969,1,2,2,40060011,1,1,223121513 +111001970,1,2,2,30050013,1,1,223121513 +111001971,1,2,2,30070013,1,1,223121513 +111001972,1,2,2,10040019,1,1,223121513 +111001973,1,2,2,10090018,1,1,223121513 +111002001,1,3,2,19100001,1,500,223123107 +111002002,1,3,2,21000001,1,1,223123107 +111002003,1,2,2,10010013,1,1,223123107 +111002004,1,2,2,10020013,1,1,223123107 +111002005,1,2,2,10030013,1,1,223123107 +111002006,1,2,2,10040013,1,1,223123107 +111002007,1,2,2,10050013,1,1,223123107 +111002008,1,2,2,10060013,1,1,223123107 +111002009,1,2,2,10070013,1,1,223123107 +111002010,1,2,2,10080013,1,1,223123107 +111002011,1,2,2,10090013,1,1,223123107 +111002012,1,2,2,20010011,1,1,223123107 +111002013,1,2,2,20020011,1,1,223123107 +111002014,1,2,2,20030011,1,1,223123107 +111002015,1,2,2,20040011,1,1,223123107 +111002016,1,2,2,20050011,1,1,223123107 +111002017,1,2,2,20060011,1,1,223123107 +111002018,1,2,2,20070011,1,1,223123107 +111002019,1,2,2,20080011,1,1,223123107 +111002020,1,2,2,20090011,1,1,223123107 +111002021,1,2,2,30010007,1,1,223123107 +111002022,1,2,2,30020007,1,1,223123107 +111002023,1,2,2,30030007,1,1,223123107 +111002024,1,2,2,30040007,1,1,223123107 +111002025,1,2,2,30050007,1,1,223123107 +111002026,1,2,2,30060007,1,1,223123107 +111002027,1,2,2,30070007,1,1,223123107 +111002028,1,2,2,30080007,1,1,223123107 +111002029,1,2,2,30090007,1,1,223123107 +111002030,1,2,2,30100007,1,1,223123107 +111002031,1,2,2,30110007,1,1,223123107 +111002032,1,2,2,30120007,1,1,223123107 +111002033,1,2,2,40010007,1,1,223123107 +111002034,1,2,2,40020007,1,1,223123107 +111002035,1,2,2,40030007,1,1,223123107 +111002036,1,2,2,40040007,1,1,223123107 +111002037,1,2,2,40050007,1,1,223123107 +111002038,1,2,2,40060007,1,1,223123107 +111002039,1,2,2,40070007,1,1,223123107 +111002040,1,2,2,40080007,1,1,223123107 +111002041,1,2,2,40090007,1,1,223123107 +111002042,1,2,2,40020009,1,1,223123107 +111002043,1,2,2,40090009,1,1,223123107 +111002044,1,2,2,10010016,1,1,223123107 +111002045,1,2,2,10020015,1,1,223123107 +111002046,1,2,2,20010014,1,1,223123107 +111002047,1,2,2,20020013,1,1,223123107 +111002048,1,2,2,30060009,1,1,223123107 +111002049,1,2,2,30080009,1,1,223123107 +111002050,1,2,2,20030013,1,1,223123107 +111002051,1,2,2,20040013,1,1,223123107 +111002052,1,2,2,40040009,1,1,223123107 +111002053,1,2,2,40050009,1,1,223123107 +111002054,1,2,2,30010010,1,1,223123107 +111002055,1,2,2,30100009,1,1,223123107 +111002056,1,2,2,10030016,1,1,223123107 +111002057,1,2,2,10050015,1,1,223123107 +111002058,1,2,2,40070010,1,1,223123107 +111002059,1,2,2,40080010,1,1,223123107 +111002060,1,2,2,20060015,1,1,223123107 +111002061,1,2,2,20080014,1,1,223123107 +111002062,1,2,2,10060015,1,1,223123107 +111002063,1,2,2,10070017,1,1,223123107 +111002064,1,2,2,30110010,1,1,223123107 +111002065,1,2,2,30120010,1,1,223123107 +111002066,1,2,2,20040015,1,1,223123107 +111002067,1,2,2,20070015,1,1,223123107 +111002068,1,2,2,40030012,1,1,223123107 +111002069,1,2,2,40060011,1,1,223123107 +111002070,1,2,2,30050013,1,1,223123107 +111002071,1,2,2,30070013,1,1,223123107 +111002072,1,2,2,10040019,1,1,223123107 +111002073,1,2,2,10090018,1,1,223123107 +111002074,1,2,2,40010014,1,1,223123107 +111002075,1,2,2,40020012,1,1,223123107 +111002101,1,3,2,19100001,1,500,224011508 +111002102,1,3,2,21000001,1,1,224011508 +111002103,1,2,2,10010013,1,1,224011508 +111002104,1,2,2,10020013,1,1,224011508 +111002105,1,2,2,10030013,1,1,224011508 +111002106,1,2,2,10040013,1,1,224011508 +111002107,1,2,2,10050013,1,1,224011508 +111002108,1,2,2,10060013,1,1,224011508 +111002109,1,2,2,10070013,1,1,224011508 +111002110,1,2,2,10080013,1,1,224011508 +111002111,1,2,2,10090013,1,1,224011508 +111002112,1,2,2,20010011,1,1,224011508 +111002113,1,2,2,20020011,1,1,224011508 +111002114,1,2,2,20030011,1,1,224011508 +111002115,1,2,2,20040011,1,1,224011508 +111002116,1,2,2,20050011,1,1,224011508 +111002117,1,2,2,20060011,1,1,224011508 +111002118,1,2,2,20070011,1,1,224011508 +111002119,1,2,2,20080011,1,1,224011508 +111002120,1,2,2,20090011,1,1,224011508 +111002121,1,2,2,30010007,1,1,224011508 +111002122,1,2,2,30020007,1,1,224011508 +111002123,1,2,2,30030007,1,1,224011508 +111002124,1,2,2,30040007,1,1,224011508 +111002125,1,2,2,30050007,1,1,224011508 +111002126,1,2,2,30060007,1,1,224011508 +111002127,1,2,2,30070007,1,1,224011508 +111002128,1,2,2,30080007,1,1,224011508 +111002129,1,2,2,30090007,1,1,224011508 +111002130,1,2,2,30100007,1,1,224011508 +111002131,1,2,2,30110007,1,1,224011508 +111002132,1,2,2,30120007,1,1,224011508 +111002133,1,2,2,40010007,1,1,224011508 +111002134,1,2,2,40020007,1,1,224011508 +111002135,1,2,2,40030007,1,1,224011508 +111002136,1,2,2,40040007,1,1,224011508 +111002137,1,2,2,40050007,1,1,224011508 +111002138,1,2,2,40060007,1,1,224011508 +111002139,1,2,2,40070007,1,1,224011508 +111002140,1,2,2,40080007,1,1,224011508 +111002141,1,2,2,40090007,1,1,224011508 +111002142,1,2,2,40020009,1,1,224011508 +111002143,1,2,2,40090009,1,1,224011508 +111002144,1,2,2,10010016,1,1,224011508 +111002145,1,2,2,10020015,1,1,224011508 +111002146,1,2,2,20010014,1,1,224011508 +111002147,1,2,2,20020013,1,1,224011508 +111002148,1,2,2,30060009,1,1,224011508 +111002149,1,2,2,30080009,1,1,224011508 +111002150,1,2,2,20030013,1,1,224011508 +111002151,1,2,2,20040013,1,1,224011508 +111002152,1,2,2,40040009,1,1,224011508 +111002153,1,2,2,40050009,1,1,224011508 +111002154,1,2,2,30010010,1,1,224011508 +111002155,1,2,2,30100009,1,1,224011508 +111002156,1,2,2,10030016,1,1,224011508 +111002157,1,2,2,10050015,1,1,224011508 +111002158,1,2,2,40070010,1,1,224011508 +111002159,1,2,2,40080010,1,1,224011508 +111002160,1,2,2,20060015,1,1,224011508 +111002161,1,2,2,20080014,1,1,224011508 +111002162,1,2,2,10060015,1,1,224011508 +111002163,1,2,2,10070017,1,1,224011508 +111002164,1,2,2,30110010,1,1,224011508 +111002165,1,2,2,30120010,1,1,224011508 +111002166,1,2,2,20040015,1,1,224011508 +111002167,1,2,2,20070015,1,1,224011508 +111002168,1,2,2,40030012,1,1,224011508 +111002169,1,2,2,40060011,1,1,224011508 +111002170,1,2,2,30050013,1,1,224011508 +111002171,1,2,2,30070013,1,1,224011508 +111002172,1,2,2,10040019,1,1,224011508 +111002173,1,2,2,10090018,1,1,224011508 +111002174,1,2,2,40010014,1,1,224011508 +111002175,1,2,2,40020012,1,1,224011508 +111002176,1,2,2,20050017,1,1,224011508 +111002177,1,2,2,20090016,1,1,224011508 +111002201,1,3,2,19100001,1,500,224013108 +111002202,1,3,2,21000001,1,1,224013108 +111002203,1,2,2,10010013,1,1,224013108 +111002204,1,2,2,10020013,1,1,224013108 +111002205,1,2,2,10030013,1,1,224013108 +111002206,1,2,2,10040013,1,1,224013108 +111002207,1,2,2,10050013,1,1,224013108 +111002208,1,2,2,10060013,1,1,224013108 +111002209,1,2,2,10070013,1,1,224013108 +111002210,1,2,2,10080013,1,1,224013108 +111002211,1,2,2,10090013,1,1,224013108 +111002212,1,2,2,20010011,1,1,224013108 +111002213,1,2,2,20020011,1,1,224013108 +111002214,1,2,2,20030011,1,1,224013108 +111002215,1,2,2,20040011,1,1,224013108 +111002216,1,2,2,20050011,1,1,224013108 +111002217,1,2,2,20060011,1,1,224013108 +111002218,1,2,2,20070011,1,1,224013108 +111002219,1,2,2,20080011,1,1,224013108 +111002220,1,2,2,20090011,1,1,224013108 +111002221,1,2,2,30010007,1,1,224013108 +111002222,1,2,2,30020007,1,1,224013108 +111002223,1,2,2,30030007,1,1,224013108 +111002224,1,2,2,30040007,1,1,224013108 +111002225,1,2,2,30050007,1,1,224013108 +111002226,1,2,2,30060007,1,1,224013108 +111002227,1,2,2,30070007,1,1,224013108 +111002228,1,2,2,30080007,1,1,224013108 +111002229,1,2,2,30090007,1,1,224013108 +111002230,1,2,2,30100007,1,1,224013108 +111002231,1,2,2,30110007,1,1,224013108 +111002232,1,2,2,30120007,1,1,224013108 +111002233,1,2,2,40010007,1,1,224013108 +111002234,1,2,2,40020007,1,1,224013108 +111002235,1,2,2,40030007,1,1,224013108 +111002236,1,2,2,40040007,1,1,224013108 +111002237,1,2,2,40050007,1,1,224013108 +111002238,1,2,2,40060007,1,1,224013108 +111002239,1,2,2,40070007,1,1,224013108 +111002240,1,2,2,40080007,1,1,224013108 +111002241,1,2,2,40090007,1,1,224013108 +111002242,1,2,2,40020009,1,1,224013108 +111002243,1,2,2,40090009,1,1,224013108 +111002244,1,2,2,10010016,1,1,224013108 +111002245,1,2,2,10020015,1,1,224013108 +111002246,1,2,2,20010014,1,1,224013108 +111002247,1,2,2,20020013,1,1,224013108 +111002248,1,2,2,30060009,1,1,224013108 +111002249,1,2,2,30080009,1,1,224013108 +111002250,1,2,2,20030013,1,1,224013108 +111002251,1,2,2,20040013,1,1,224013108 +111002252,1,2,2,40040009,1,1,224013108 +111002253,1,2,2,40050009,1,1,224013108 +111002254,1,2,2,30010010,1,1,224013108 +111002255,1,2,2,30100009,1,1,224013108 +111002256,1,2,2,10030016,1,1,224013108 +111002257,1,2,2,10050015,1,1,224013108 +111002258,1,2,2,40070010,1,1,224013108 +111002259,1,2,2,40080010,1,1,224013108 +111002260,1,2,2,20060015,1,1,224013108 +111002261,1,2,2,20080014,1,1,224013108 +111002262,1,2,2,10060015,1,1,224013108 +111002263,1,2,2,10070017,1,1,224013108 +111002264,1,2,2,30110010,1,1,224013108 +111002265,1,2,2,30120010,1,1,224013108 +111002266,1,2,2,20040015,1,1,224013108 +111002267,1,2,2,20070015,1,1,224013108 +111002268,1,2,2,40030012,1,1,224013108 +111002269,1,2,2,40060011,1,1,224013108 +111002270,1,2,2,30050013,1,1,224013108 +111002271,1,2,2,30070013,1,1,224013108 +111002272,1,2,2,10040019,1,1,224013108 +111002273,1,2,2,10090018,1,1,224013108 +111002274,1,2,2,40010014,1,1,224013108 +111002275,1,2,2,40020012,1,1,224013108 +111002276,1,2,2,20050017,1,1,224013108 +111002277,1,2,2,20090016,1,1,224013108 +111002278,1,2,2,10030018,1,1,224013108 +111002279,1,2,2,10060017,1,1,224013108 +111002301,1,3,2,19100001,1,500,224021409 +111002302,1,3,2,21000001,1,1,224021409 +111002303,1,2,2,10010013,1,1,224021409 +111002304,1,2,2,10020013,1,1,224021409 +111002305,1,2,2,10030013,1,1,224021409 +111002306,1,2,2,10040013,1,1,224021409 +111002307,1,2,2,10050013,1,1,224021409 +111002308,1,2,2,10060013,1,1,224021409 +111002309,1,2,2,10070013,1,1,224021409 +111002310,1,2,2,10080013,1,1,224021409 +111002311,1,2,2,10090013,1,1,224021409 +111002312,1,2,2,20010011,1,1,224021409 +111002313,1,2,2,20020011,1,1,224021409 +111002314,1,2,2,20030011,1,1,224021409 +111002315,1,2,2,20040011,1,1,224021409 +111002316,1,2,2,20050011,1,1,224021409 +111002317,1,2,2,20060011,1,1,224021409 +111002318,1,2,2,20070011,1,1,224021409 +111002319,1,2,2,20080011,1,1,224021409 +111002320,1,2,2,20090011,1,1,224021409 +111002321,1,2,2,30010007,1,1,224021409 +111002322,1,2,2,30020007,1,1,224021409 +111002323,1,2,2,30030007,1,1,224021409 +111002324,1,2,2,30040007,1,1,224021409 +111002325,1,2,2,30050007,1,1,224021409 +111002326,1,2,2,30060007,1,1,224021409 +111002327,1,2,2,30070007,1,1,224021409 +111002328,1,2,2,30080007,1,1,224021409 +111002329,1,2,2,30090007,1,1,224021409 +111002330,1,2,2,30100007,1,1,224021409 +111002331,1,2,2,30110007,1,1,224021409 +111002332,1,2,2,30120007,1,1,224021409 +111002333,1,2,2,40010007,1,1,224021409 +111002334,1,2,2,40020007,1,1,224021409 +111002335,1,2,2,40030007,1,1,224021409 +111002336,1,2,2,40040007,1,1,224021409 +111002337,1,2,2,40050007,1,1,224021409 +111002338,1,2,2,40060007,1,1,224021409 +111002339,1,2,2,40070007,1,1,224021409 +111002340,1,2,2,40080007,1,1,224021409 +111002341,1,2,2,40090007,1,1,224021409 +111002342,1,2,2,40020009,1,1,224021409 +111002343,1,2,2,40090009,1,1,224021409 +111002344,1,2,2,10010016,1,1,224021409 +111002345,1,2,2,10020015,1,1,224021409 +111002346,1,2,2,20010014,1,1,224021409 +111002347,1,2,2,20020013,1,1,224021409 +111002348,1,2,2,30060009,1,1,224021409 +111002349,1,2,2,30080009,1,1,224021409 +111002350,1,2,2,20030013,1,1,224021409 +111002351,1,2,2,20040013,1,1,224021409 +111002352,1,2,2,40040009,1,1,224021409 +111002353,1,2,2,40050009,1,1,224021409 +111002354,1,2,2,30010010,1,1,224021409 +111002355,1,2,2,30100009,1,1,224021409 +111002356,1,2,2,10030016,1,1,224021409 +111002357,1,2,2,10050015,1,1,224021409 +111002358,1,2,2,40070010,1,1,224021409 +111002359,1,2,2,40080010,1,1,224021409 +111002360,1,2,2,20060015,1,1,224021409 +111002361,1,2,2,20080014,1,1,224021409 +111002362,1,2,2,10060015,1,1,224021409 +111002363,1,2,2,10070017,1,1,224021409 +111002364,1,2,2,30110010,1,1,224021409 +111002365,1,2,2,30120010,1,1,224021409 +111002366,1,2,2,20040015,1,1,224021409 +111002367,1,2,2,20070015,1,1,224021409 +111002368,1,2,2,40030012,1,1,224021409 +111002369,1,2,2,40060011,1,1,224021409 +111002370,1,2,2,30050013,1,1,224021409 +111002371,1,2,2,30070013,1,1,224021409 +111002372,1,2,2,10040019,1,1,224021409 +111002373,1,2,2,10090018,1,1,224021409 +111002374,1,2,2,40010014,1,1,224021409 +111002375,1,2,2,40020012,1,1,224021409 +111002376,1,2,2,20050017,1,1,224021409 +111002377,1,2,2,20090016,1,1,224021409 +111002378,1,2,2,10030018,1,1,224021409 +111002379,1,2,2,10060017,1,1,224021409 +111002380,1,2,2,30030014,1,1,224021409 +111002381,1,2,2,30040014,1,1,224021409 +111002401,1,3,2,19100001,1,500,224030120 +111002402,1,3,2,21000001,1,1,224030120 +111002403,1,2,2,10010013,1,1,224030120 +111002404,1,2,2,10020013,1,1,224030120 +111002405,1,2,2,10030013,1,1,224030120 +111002406,1,2,2,10040013,1,1,224030120 +111002407,1,2,2,10050013,1,1,224030120 +111002408,1,2,2,10060013,1,1,224030120 +111002409,1,2,2,10070013,1,1,224030120 +111002410,1,2,2,10080013,1,1,224030120 +111002411,1,2,2,10090013,1,1,224030120 +111002412,1,2,2,20010011,1,1,224030120 +111002413,1,2,2,20020011,1,1,224030120 +111002414,1,2,2,20030011,1,1,224030120 +111002415,1,2,2,20040011,1,1,224030120 +111002416,1,2,2,20050011,1,1,224030120 +111002417,1,2,2,20060011,1,1,224030120 +111002418,1,2,2,20070011,1,1,224030120 +111002419,1,2,2,20080011,1,1,224030120 +111002420,1,2,2,20090011,1,1,224030120 +111002421,1,2,2,30010007,1,1,224030120 +111002422,1,2,2,30020007,1,1,224030120 +111002423,1,2,2,30030007,1,1,224030120 +111002424,1,2,2,30040007,1,1,224030120 +111002425,1,2,2,30050007,1,1,224030120 +111002426,1,2,2,30060007,1,1,224030120 +111002427,1,2,2,30070007,1,1,224030120 +111002428,1,2,2,30080007,1,1,224030120 +111002429,1,2,2,30090007,1,1,224030120 +111002430,1,2,2,30100007,1,1,224030120 +111002431,1,2,2,30110007,1,1,224030120 +111002432,1,2,2,30120007,1,1,224030120 +111002433,1,2,2,40010007,1,1,224030120 +111002434,1,2,2,40020007,1,1,224030120 +111002435,1,2,2,40030007,1,1,224030120 +111002436,1,2,2,40040007,1,1,224030120 +111002437,1,2,2,40050007,1,1,224030120 +111002438,1,2,2,40060007,1,1,224030120 +111002439,1,2,2,40070007,1,1,224030120 +111002440,1,2,2,40080007,1,1,224030120 +111002441,1,2,2,40090007,1,1,224030120 +111002442,1,2,2,40020009,1,1,224030120 +111002443,1,2,2,40090009,1,1,224030120 +111002444,1,2,2,10010016,1,1,224030120 +111002445,1,2,2,10020015,1,1,224030120 +111002446,1,2,2,20010014,1,1,224030120 +111002447,1,2,2,20020013,1,1,224030120 +111002448,1,2,2,30060009,1,1,224030120 +111002449,1,2,2,30080009,1,1,224030120 +111002450,1,2,2,20030013,1,1,224030120 +111002451,1,2,2,20040013,1,1,224030120 +111002452,1,2,2,40040009,1,1,224030120 +111002453,1,2,2,40050009,1,1,224030120 +111002454,1,2,2,30010010,1,1,224030120 +111002455,1,2,2,30100009,1,1,224030120 +111002456,1,2,2,10030016,1,1,224030120 +111002457,1,2,2,10050015,1,1,224030120 +111002458,1,2,2,40070010,1,1,224030120 +111002459,1,2,2,40080010,1,1,224030120 +111002460,1,2,2,20060015,1,1,224030120 +111002461,1,2,2,20080014,1,1,224030120 +111002462,1,2,2,10060015,1,1,224030120 +111002463,1,2,2,10070017,1,1,224030120 +111002464,1,2,2,30110010,1,1,224030120 +111002465,1,2,2,30120010,1,1,224030120 +111002466,1,2,2,20040015,1,1,224030120 +111002467,1,2,2,20070015,1,1,224030120 +111002468,1,2,2,40030012,1,1,224030120 +111002469,1,2,2,40060011,1,1,224030120 +111002470,1,2,2,30050013,1,1,224030120 +111002471,1,2,2,30070013,1,1,224030120 +111002472,1,2,2,10040019,1,1,224030120 +111002473,1,2,2,10090018,1,1,224030120 +111002474,1,2,2,40010014,1,1,224030120 +111002475,1,2,2,40020012,1,1,224030120 +111002476,1,2,2,20050017,1,1,224030120 +111002477,1,2,2,20090016,1,1,224030120 +111002478,1,2,2,10030018,1,1,224030120 +111002479,1,2,2,10060017,1,1,224030120 +111002480,1,2,2,30030014,1,1,224030120 +111002481,1,2,2,30040014,1,1,224030120 +111002482,1,2,2,20020016,1,1,224030120 +111002483,1,2,2,20060016,1,1,224030120 +311000101,1,2,2,40010010,1,1,223050101 +311000102,1,3,2,19100001,1,500,223050101 +311000103,1,3,2,21000001,1,1,223050101 +311000104,1,2,2,10010013,1,1,223050101 +311000105,1,2,2,10020013,1,1,223050101 +311000106,1,2,2,10030013,1,1,223050101 +311000107,1,2,2,10040013,1,1,223050101 +311000108,1,2,2,10050013,1,1,223050101 +311000109,1,2,2,10060013,1,1,223050101 +311000110,1,2,2,10070013,1,1,223050101 +311000111,1,2,2,10080013,1,1,223050101 +311000112,1,2,2,10090013,1,1,223050101 +311000113,1,2,2,20010011,1,1,223050101 +311000114,1,2,2,20020011,1,1,223050101 +311000115,1,2,2,20030011,1,1,223050101 +311000116,1,2,2,20040011,1,1,223050101 +311000117,1,2,2,20050011,1,1,223050101 +311000118,1,2,2,20060011,1,1,223050101 +311000119,1,2,2,20070011,1,1,223050101 +311000120,1,2,2,20080011,1,1,223050101 +311000121,1,2,2,20090011,1,1,223050101 +311000122,1,2,2,30010007,1,1,223050101 +311000123,1,2,2,30020007,1,1,223050101 +311000124,1,2,2,30030007,1,1,223050101 +311000125,1,2,2,30040007,1,1,223050101 +311000126,1,2,2,30050007,1,1,223050101 +311000127,1,2,2,30060007,1,1,223050101 +311000128,1,2,2,30070007,1,1,223050101 +311000129,1,2,2,30080007,1,1,223050101 +311000130,1,2,2,30090007,1,1,223050101 +311000131,1,2,2,30100007,1,1,223050101 +311000132,1,2,2,30110007,1,1,223050101 +311000133,1,2,2,30120007,1,1,223050101 +311000134,1,2,2,40010007,1,1,223050101 +311000135,1,2,2,40020007,1,1,223050101 +311000136,1,2,2,40030007,1,1,223050101 +311000137,1,2,2,40040007,1,1,223050101 +311000138,1,2,2,40050007,1,1,223050101 +311000139,1,2,2,40060007,1,1,223050101 +311000140,1,2,2,40070007,1,1,223050101 +311000141,1,2,2,40080007,1,1,223050101 +311000142,1,2,2,40090007,1,1,223050101 +311000143,1,2,2,40020009,1,1,223050101 +311000144,1,2,2,40090009,1,1,223050101 +311000201,1,2,2,30050009,1,1,223053001 +311000202,1,3,2,19100001,1,500,223053001 +311000203,1,3,2,21000001,1,1,223053001 +311000204,1,2,2,10010013,1,1,223053001 +311000205,1,2,2,10020013,1,1,223053001 +311000206,1,2,2,10030013,1,1,223053001 +311000207,1,2,2,10040013,1,1,223053001 +311000208,1,2,2,10050013,1,1,223053001 +311000209,1,2,2,10060013,1,1,223053001 +311000210,1,2,2,10070013,1,1,223053001 +311000211,1,2,2,10080013,1,1,223053001 +311000212,1,2,2,10090013,1,1,223053001 +311000213,1,2,2,20010011,1,1,223053001 +311000214,1,2,2,20020011,1,1,223053001 +311000215,1,2,2,20030011,1,1,223053001 +311000216,1,2,2,20040011,1,1,223053001 +311000217,1,2,2,20050011,1,1,223053001 +311000218,1,2,2,20060011,1,1,223053001 +311000219,1,2,2,20070011,1,1,223053001 +311000220,1,2,2,20080011,1,1,223053001 +311000221,1,2,2,20090011,1,1,223053001 +311000222,1,2,2,30010007,1,1,223053001 +311000223,1,2,2,30020007,1,1,223053001 +311000224,1,2,2,30030007,1,1,223053001 +311000225,1,2,2,30040007,1,1,223053001 +311000226,1,2,2,30050007,1,1,223053001 +311000227,1,2,2,30060007,1,1,223053001 +311000228,1,2,2,30070007,1,1,223053001 +311000229,1,2,2,30080007,1,1,223053001 +311000230,1,2,2,30090007,1,1,223053001 +311000231,1,2,2,30100007,1,1,223053001 +311000232,1,2,2,30110007,1,1,223053001 +311000233,1,2,2,30120007,1,1,223053001 +311000234,1,2,2,40010007,1,1,223053001 +311000235,1,2,2,40020007,1,1,223053001 +311000236,1,2,2,40030007,1,1,223053001 +311000237,1,2,2,40040007,1,1,223053001 +311000238,1,2,2,40050007,1,1,223053001 +311000239,1,2,2,40060007,1,1,223053001 +311000240,1,2,2,40070007,1,1,223053001 +311000241,1,2,2,40080007,1,1,223053001 +311000242,1,2,2,40090007,1,1,223053001 +311000243,1,2,2,40020009,1,1,223053001 +311000244,1,2,2,40090009,1,1,223053001 +311000245,1,2,2,10010016,1,1,223053001 +311000246,1,2,2,10020015,1,1,223053001 +311000301,1,2,2,10070015,1,1,223060901 +311000302,1,3,2,19100001,1,500,223060901 +311000303,1,3,2,21000001,1,1,223060901 +311000304,1,2,2,10010013,1,1,223060901 +311000305,1,2,2,10020013,1,1,223060901 +311000306,1,2,2,10030013,1,1,223060901 +311000307,1,2,2,10040013,1,1,223060901 +311000308,1,2,2,10050013,1,1,223060901 +311000309,1,2,2,10060013,1,1,223060901 +311000310,1,2,2,10070013,1,1,223060901 +311000311,1,2,2,10080013,1,1,223060901 +311000312,1,2,2,10090013,1,1,223060901 +311000313,1,2,2,20010011,1,1,223060901 +311000314,1,2,2,20020011,1,1,223060901 +311000315,1,2,2,20030011,1,1,223060901 +311000316,1,2,2,20040011,1,1,223060901 +311000317,1,2,2,20050011,1,1,223060901 +311000318,1,2,2,20060011,1,1,223060901 +311000319,1,2,2,20070011,1,1,223060901 +311000320,1,2,2,20080011,1,1,223060901 +311000321,1,2,2,20090011,1,1,223060901 +311000322,1,2,2,30010007,1,1,223060901 +311000323,1,2,2,30020007,1,1,223060901 +311000324,1,2,2,30030007,1,1,223060901 +311000325,1,2,2,30040007,1,1,223060901 +311000326,1,2,2,30050007,1,1,223060901 +311000327,1,2,2,30060007,1,1,223060901 +311000328,1,2,2,30070007,1,1,223060901 +311000329,1,2,2,30080007,1,1,223060901 +311000330,1,2,2,30090007,1,1,223060901 +311000331,1,2,2,30100007,1,1,223060901 +311000332,1,2,2,30110007,1,1,223060901 +311000333,1,2,2,30120007,1,1,223060901 +311000334,1,2,2,40010007,1,1,223060901 +311000335,1,2,2,40020007,1,1,223060901 +311000336,1,2,2,40030007,1,1,223060901 +311000337,1,2,2,40040007,1,1,223060901 +311000338,1,2,2,40050007,1,1,223060901 +311000339,1,2,2,40060007,1,1,223060901 +311000340,1,2,2,40070007,1,1,223060901 +311000341,1,2,2,40080007,1,1,223060901 +311000342,1,2,2,40090007,1,1,223060901 +311000343,1,2,2,40020009,1,1,223060901 +311000344,1,2,2,40090009,1,1,223060901 +311000345,1,2,2,10010016,1,1,223060901 +311000346,1,2,2,10020015,1,1,223060901 +311000347,1,2,2,20010014,1,1,223060901 +311000348,1,2,2,20020013,1,1,223060901 +311000401,1,2,2,20080013,1,1,223061301 +311000402,1,3,2,19100001,1,500,223061301 +311000403,1,3,2,21000001,1,1,223061301 +311000404,1,2,2,10010013,1,1,223061301 +311000405,1,2,2,10020013,1,1,223061301 +311000406,1,2,2,10030013,1,1,223061301 +311000407,1,2,2,10040013,1,1,223061301 +311000408,1,2,2,10050013,1,1,223061301 +311000409,1,2,2,10060013,1,1,223061301 +311000410,1,2,2,10070013,1,1,223061301 +311000411,1,2,2,10080013,1,1,223061301 +311000412,1,2,2,10090013,1,1,223061301 +311000413,1,2,2,20010011,1,1,223061301 +311000414,1,2,2,20020011,1,1,223061301 +311000415,1,2,2,20030011,1,1,223061301 +311000416,1,2,2,20040011,1,1,223061301 +311000417,1,2,2,20050011,1,1,223061301 +311000418,1,2,2,20060011,1,1,223061301 +311000419,1,2,2,20070011,1,1,223061301 +311000420,1,2,2,20080011,1,1,223061301 +311000421,1,2,2,20090011,1,1,223061301 +311000422,1,2,2,30010007,1,1,223061301 +311000423,1,2,2,30020007,1,1,223061301 +311000424,1,2,2,30030007,1,1,223061301 +311000425,1,2,2,30040007,1,1,223061301 +311000426,1,2,2,30050007,1,1,223061301 +311000427,1,2,2,30060007,1,1,223061301 +311000428,1,2,2,30070007,1,1,223061301 +311000429,1,2,2,30080007,1,1,223061301 +311000430,1,2,2,30090007,1,1,223061301 +311000431,1,2,2,30100007,1,1,223061301 +311000432,1,2,2,30110007,1,1,223061301 +311000433,1,2,2,30120007,1,1,223061301 +311000434,1,2,2,40010007,1,1,223061301 +311000435,1,2,2,40020007,1,1,223061301 +311000436,1,2,2,40030007,1,1,223061301 +311000437,1,2,2,40040007,1,1,223061301 +311000438,1,2,2,40050007,1,1,223061301 +311000439,1,2,2,40060007,1,1,223061301 +311000440,1,2,2,40070007,1,1,223061301 +311000441,1,2,2,40080007,1,1,223061301 +311000442,1,2,2,40090007,1,1,223061301 +311000443,1,2,2,40020009,1,1,223061301 +311000444,1,2,2,40090009,1,1,223061301 +311000445,1,2,2,10010016,1,1,223061301 +311000446,1,2,2,10020015,1,1,223061301 +311000447,1,2,2,20010014,1,1,223061301 +311000448,1,2,2,20020013,1,1,223061301 +311000501,1,2,2,40080009,1,1,223061701 +311000502,1,3,2,19100001,1,500,223061701 +311000503,1,3,2,21000001,1,1,223061701 +311000504,1,2,2,10010013,1,1,223061701 +311000505,1,2,2,10020013,1,1,223061701 +311000506,1,2,2,10030013,1,1,223061701 +311000507,1,2,2,10040013,1,1,223061701 +311000508,1,2,2,10050013,1,1,223061701 +311000509,1,2,2,10060013,1,1,223061701 +311000510,1,2,2,10070013,1,1,223061701 +311000511,1,2,2,10080013,1,1,223061701 +311000512,1,2,2,10090013,1,1,223061701 +311000513,1,2,2,20010011,1,1,223061701 +311000514,1,2,2,20020011,1,1,223061701 +311000515,1,2,2,20030011,1,1,223061701 +311000516,1,2,2,20040011,1,1,223061701 +311000517,1,2,2,20050011,1,1,223061701 +311000518,1,2,2,20060011,1,1,223061701 +311000519,1,2,2,20070011,1,1,223061701 +311000520,1,2,2,20080011,1,1,223061701 +311000521,1,2,2,20090011,1,1,223061701 +311000522,1,2,2,30010007,1,1,223061701 +311000523,1,2,2,30020007,1,1,223061701 +311000524,1,2,2,30030007,1,1,223061701 +311000525,1,2,2,30040007,1,1,223061701 +311000526,1,2,2,30050007,1,1,223061701 +311000527,1,2,2,30060007,1,1,223061701 +311000528,1,2,2,30070007,1,1,223061701 +311000529,1,2,2,30080007,1,1,223061701 +311000530,1,2,2,30090007,1,1,223061701 +311000531,1,2,2,30100007,1,1,223061701 +311000532,1,2,2,30110007,1,1,223061701 +311000533,1,2,2,30120007,1,1,223061701 +311000534,1,2,2,40010007,1,1,223061701 +311000535,1,2,2,40020007,1,1,223061701 +311000536,1,2,2,40030007,1,1,223061701 +311000537,1,2,2,40040007,1,1,223061701 +311000538,1,2,2,40050007,1,1,223061701 +311000539,1,2,2,40060007,1,1,223061701 +311000540,1,2,2,40070007,1,1,223061701 +311000541,1,2,2,40080007,1,1,223061701 +311000542,1,2,2,40090007,1,1,223061701 +311000543,1,2,2,40020009,1,1,223061701 +311000544,1,2,2,40090009,1,1,223061701 +311000545,1,2,2,10010016,1,1,223061701 +311000546,1,2,2,10020015,1,1,223061701 +311000547,1,2,2,20010014,1,1,223061701 +311000548,1,2,2,20020013,1,1,223061701 +311000601,1,2,2,30040009,1,1,223062901 +311000602,1,3,2,19100001,1,500,223062901 +311000603,1,3,2,21000001,1,1,223062901 +311000604,1,2,2,10010013,1,1,223062901 +311000605,1,2,2,10020013,1,1,223062901 +311000606,1,2,2,10030013,1,1,223062901 +311000607,1,2,2,10040013,1,1,223062901 +311000608,1,2,2,10050013,1,1,223062901 +311000609,1,2,2,10060013,1,1,223062901 +311000610,1,2,2,10070013,1,1,223062901 +311000611,1,2,2,10080013,1,1,223062901 +311000612,1,2,2,10090013,1,1,223062901 +311000613,1,2,2,20010011,1,1,223062901 +311000614,1,2,2,20020011,1,1,223062901 +311000615,1,2,2,20030011,1,1,223062901 +311000616,1,2,2,20040011,1,1,223062901 +311000617,1,2,2,20050011,1,1,223062901 +311000618,1,2,2,20060011,1,1,223062901 +311000619,1,2,2,20070011,1,1,223062901 +311000620,1,2,2,20080011,1,1,223062901 +311000621,1,2,2,20090011,1,1,223062901 +311000622,1,2,2,30010007,1,1,223062901 +311000623,1,2,2,30020007,1,1,223062901 +311000624,1,2,2,30030007,1,1,223062901 +311000625,1,2,2,30040007,1,1,223062901 +311000626,1,2,2,30050007,1,1,223062901 +311000627,1,2,2,30060007,1,1,223062901 +311000628,1,2,2,30070007,1,1,223062901 +311000629,1,2,2,30080007,1,1,223062901 +311000630,1,2,2,30090007,1,1,223062901 +311000631,1,2,2,30100007,1,1,223062901 +311000632,1,2,2,30110007,1,1,223062901 +311000633,1,2,2,30120007,1,1,223062901 +311000634,1,2,2,40010007,1,1,223062901 +311000635,1,2,2,40020007,1,1,223062901 +311000636,1,2,2,40030007,1,1,223062901 +311000637,1,2,2,40040007,1,1,223062901 +311000638,1,2,2,40050007,1,1,223062901 +311000639,1,2,2,40060007,1,1,223062901 +311000640,1,2,2,40070007,1,1,223062901 +311000641,1,2,2,40080007,1,1,223062901 +311000642,1,2,2,40090007,1,1,223062901 +311000643,1,2,2,40020009,1,1,223062901 +311000644,1,2,2,40090009,1,1,223062901 +311000645,1,2,2,10010016,1,1,223062901 +311000646,1,2,2,10020015,1,1,223062901 +311000647,1,2,2,20010014,1,1,223062901 +311000648,1,2,2,20020013,1,1,223062901 +311000649,1,2,2,30060009,1,1,223062901 +311000650,1,2,2,30080009,1,1,223062901 +311000701,1,2,2,20060014,1,1,223071301 +311000702,1,3,2,19100001,1,500,223071301 +311000703,1,3,2,21000001,1,1,223071301 +311000704,1,2,2,10010013,1,1,223071301 +311000705,1,2,2,10020013,1,1,223071301 +311000706,1,2,2,10030013,1,1,223071301 +311000707,1,2,2,10040013,1,1,223071301 +311000708,1,2,2,10050013,1,1,223071301 +311000709,1,2,2,10060013,1,1,223071301 +311000710,1,2,2,10070013,1,1,223071301 +311000711,1,2,2,10080013,1,1,223071301 +311000712,1,2,2,10090013,1,1,223071301 +311000713,1,2,2,20010011,1,1,223071301 +311000714,1,2,2,20020011,1,1,223071301 +311000715,1,2,2,20030011,1,1,223071301 +311000716,1,2,2,20040011,1,1,223071301 +311000717,1,2,2,20050011,1,1,223071301 +311000718,1,2,2,20060011,1,1,223071301 +311000719,1,2,2,20070011,1,1,223071301 +311000720,1,2,2,20080011,1,1,223071301 +311000721,1,2,2,20090011,1,1,223071301 +311000722,1,2,2,30010007,1,1,223071301 +311000723,1,2,2,30020007,1,1,223071301 +311000724,1,2,2,30030007,1,1,223071301 +311000725,1,2,2,30040007,1,1,223071301 +311000726,1,2,2,30050007,1,1,223071301 +311000727,1,2,2,30060007,1,1,223071301 +311000728,1,2,2,30070007,1,1,223071301 +311000729,1,2,2,30080007,1,1,223071301 +311000730,1,2,2,30090007,1,1,223071301 +311000731,1,2,2,30100007,1,1,223071301 +311000732,1,2,2,30110007,1,1,223071301 +311000733,1,2,2,30120007,1,1,223071301 +311000734,1,2,2,40010007,1,1,223071301 +311000735,1,2,2,40020007,1,1,223071301 +311000736,1,2,2,40030007,1,1,223071301 +311000737,1,2,2,40040007,1,1,223071301 +311000738,1,2,2,40050007,1,1,223071301 +311000739,1,2,2,40060007,1,1,223071301 +311000740,1,2,2,40070007,1,1,223071301 +311000741,1,2,2,40080007,1,1,223071301 +311000742,1,2,2,40090007,1,1,223071301 +311000743,1,2,2,40020009,1,1,223071301 +311000744,1,2,2,40090009,1,1,223071301 +311000745,1,2,2,10010016,1,1,223071301 +311000746,1,2,2,10020015,1,1,223071301 +311000747,1,2,2,20010014,1,1,223071301 +311000748,1,2,2,20020013,1,1,223071301 +311000749,1,2,2,30060009,1,1,223071301 +311000750,1,2,2,30080009,1,1,223071301 +311000751,1,2,2,20030013,1,1,223071301 +311000752,1,2,2,20040013,1,1,223071301 +311000801,1,2,2,40020010,1,1,223071702 +311000802,1,3,2,19100001,1,500,223071702 +311000803,1,3,2,21000001,1,1,223071702 +311000804,1,2,2,10010013,1,1,223071702 +311000805,1,2,2,10020013,1,1,223071702 +311000806,1,2,2,10030013,1,1,223071702 +311000807,1,2,2,10040013,1,1,223071702 +311000808,1,2,2,10050013,1,1,223071702 +311000809,1,2,2,10060013,1,1,223071702 +311000810,1,2,2,10070013,1,1,223071702 +311000811,1,2,2,10080013,1,1,223071702 +311000812,1,2,2,10090013,1,1,223071702 +311000813,1,2,2,20010011,1,1,223071702 +311000814,1,2,2,20020011,1,1,223071702 +311000815,1,2,2,20030011,1,1,223071702 +311000816,1,2,2,20040011,1,1,223071702 +311000817,1,2,2,20050011,1,1,223071702 +311000818,1,2,2,20060011,1,1,223071702 +311000819,1,2,2,20070011,1,1,223071702 +311000820,1,2,2,20080011,1,1,223071702 +311000821,1,2,2,20090011,1,1,223071702 +311000822,1,2,2,30010007,1,1,223071702 +311000823,1,2,2,30020007,1,1,223071702 +311000824,1,2,2,30030007,1,1,223071702 +311000825,1,2,2,30040007,1,1,223071702 +311000826,1,2,2,30050007,1,1,223071702 +311000827,1,2,2,30060007,1,1,223071702 +311000828,1,2,2,30070007,1,1,223071702 +311000829,1,2,2,30080007,1,1,223071702 +311000830,1,2,2,30090007,1,1,223071702 +311000831,1,2,2,30100007,1,1,223071702 +311000832,1,2,2,30110007,1,1,223071702 +311000833,1,2,2,30120007,1,1,223071702 +311000834,1,2,2,40010007,1,1,223071702 +311000835,1,2,2,40020007,1,1,223071702 +311000836,1,2,2,40030007,1,1,223071702 +311000837,1,2,2,40040007,1,1,223071702 +311000838,1,2,2,40050007,1,1,223071702 +311000839,1,2,2,40060007,1,1,223071702 +311000840,1,2,2,40070007,1,1,223071702 +311000841,1,2,2,40080007,1,1,223071702 +311000842,1,2,2,40090007,1,1,223071702 +311000843,1,2,2,40020009,1,1,223071702 +311000844,1,2,2,40090009,1,1,223071702 +311000845,1,2,2,10010016,1,1,223071702 +311000846,1,2,2,10020015,1,1,223071702 +311000847,1,2,2,20010014,1,1,223071702 +311000848,1,2,2,20020013,1,1,223071702 +311000849,1,2,2,30060009,1,1,223071702 +311000850,1,2,2,30080009,1,1,223071702 +311000851,1,2,2,20030013,1,1,223071702 +311000852,1,2,2,20040013,1,1,223071702 +311000853,1,2,2,40040009,1,1,223071702 +311000854,1,2,2,40050009,1,1,223071702 +311000901,1,2,2,10090016,1,1,223072201 +311000902,1,3,2,19100001,1,500,223072201 +311000903,1,3,2,21000001,1,1,223072201 +311000904,1,2,2,10010013,1,1,223072201 +311000905,1,2,2,10020013,1,1,223072201 +311000906,1,2,2,10030013,1,1,223072201 +311000907,1,2,2,10040013,1,1,223072201 +311000908,1,2,2,10050013,1,1,223072201 +311000909,1,2,2,10060013,1,1,223072201 +311000910,1,2,2,10070013,1,1,223072201 +311000911,1,2,2,10080013,1,1,223072201 +311000912,1,2,2,10090013,1,1,223072201 +311000913,1,2,2,20010011,1,1,223072201 +311000914,1,2,2,20020011,1,1,223072201 +311000915,1,2,2,20030011,1,1,223072201 +311000916,1,2,2,20040011,1,1,223072201 +311000917,1,2,2,20050011,1,1,223072201 +311000918,1,2,2,20060011,1,1,223072201 +311000919,1,2,2,20070011,1,1,223072201 +311000920,1,2,2,20080011,1,1,223072201 +311000921,1,2,2,20090011,1,1,223072201 +311000922,1,2,2,30010007,1,1,223072201 +311000923,1,2,2,30020007,1,1,223072201 +311000924,1,2,2,30030007,1,1,223072201 +311000925,1,2,2,30040007,1,1,223072201 +311000926,1,2,2,30050007,1,1,223072201 +311000927,1,2,2,30060007,1,1,223072201 +311000928,1,2,2,30070007,1,1,223072201 +311000929,1,2,2,30080007,1,1,223072201 +311000930,1,2,2,30090007,1,1,223072201 +311000931,1,2,2,30100007,1,1,223072201 +311000932,1,2,2,30110007,1,1,223072201 +311000933,1,2,2,30120007,1,1,223072201 +311000934,1,2,2,40010007,1,1,223072201 +311000935,1,2,2,40020007,1,1,223072201 +311000936,1,2,2,40030007,1,1,223072201 +311000937,1,2,2,40040007,1,1,223072201 +311000938,1,2,2,40050007,1,1,223072201 +311000939,1,2,2,40060007,1,1,223072201 +311000940,1,2,2,40070007,1,1,223072201 +311000941,1,2,2,40080007,1,1,223072201 +311000942,1,2,2,40090007,1,1,223072201 +311000943,1,2,2,40020009,1,1,223072201 +311000944,1,2,2,40090009,1,1,223072201 +311000945,1,2,2,10010016,1,1,223072201 +311000946,1,2,2,10020015,1,1,223072201 +311000947,1,2,2,20010014,1,1,223072201 +311000948,1,2,2,20020013,1,1,223072201 +311000949,1,2,2,30060009,1,1,223072201 +311000950,1,2,2,30080009,1,1,223072201 +311000951,1,2,2,20030013,1,1,223072201 +311000952,1,2,2,20040013,1,1,223072201 +311000953,1,2,2,40040009,1,1,223072201 +311000954,1,2,2,40050009,1,1,223072201 +311001001,1,2,2,20010015,1,1,223080102 +311001002,1,3,2,19100001,1,500,223080102 +311001003,1,3,2,21000001,1,1,223080102 +311001004,1,2,2,10010013,1,1,223080102 +311001005,1,2,2,10020013,1,1,223080102 +311001006,1,2,2,10030013,1,1,223080102 +311001007,1,2,2,10040013,1,1,223080102 +311001008,1,2,2,10050013,1,1,223080102 +311001009,1,2,2,10060013,1,1,223080102 +311001010,1,2,2,10070013,1,1,223080102 +311001011,1,2,2,10080013,1,1,223080102 +311001012,1,2,2,10090013,1,1,223080102 +311001013,1,2,2,20010011,1,1,223080102 +311001014,1,2,2,20020011,1,1,223080102 +311001015,1,2,2,20030011,1,1,223080102 +311001016,1,2,2,20040011,1,1,223080102 +311001017,1,2,2,20050011,1,1,223080102 +311001018,1,2,2,20060011,1,1,223080102 +311001019,1,2,2,20070011,1,1,223080102 +311001020,1,2,2,20080011,1,1,223080102 +311001021,1,2,2,20090011,1,1,223080102 +311001022,1,2,2,30010007,1,1,223080102 +311001023,1,2,2,30020007,1,1,223080102 +311001024,1,2,2,30030007,1,1,223080102 +311001025,1,2,2,30040007,1,1,223080102 +311001026,1,2,2,30050007,1,1,223080102 +311001027,1,2,2,30060007,1,1,223080102 +311001028,1,2,2,30070007,1,1,223080102 +311001029,1,2,2,30080007,1,1,223080102 +311001030,1,2,2,30090007,1,1,223080102 +311001031,1,2,2,30100007,1,1,223080102 +311001032,1,2,2,30110007,1,1,223080102 +311001033,1,2,2,30120007,1,1,223080102 +311001034,1,2,2,40010007,1,1,223080102 +311001035,1,2,2,40020007,1,1,223080102 +311001036,1,2,2,40030007,1,1,223080102 +311001037,1,2,2,40040007,1,1,223080102 +311001038,1,2,2,40050007,1,1,223080102 +311001039,1,2,2,40060007,1,1,223080102 +311001040,1,2,2,40070007,1,1,223080102 +311001041,1,2,2,40080007,1,1,223080102 +311001042,1,2,2,40090007,1,1,223080102 +311001043,1,2,2,40020009,1,1,223080102 +311001044,1,2,2,40090009,1,1,223080102 +311001045,1,2,2,10010016,1,1,223080102 +311001046,1,2,2,10020015,1,1,223080102 +311001047,1,2,2,20010014,1,1,223080102 +311001048,1,2,2,20020013,1,1,223080102 +311001049,1,2,2,30060009,1,1,223080102 +311001050,1,2,2,30080009,1,1,223080102 +311001051,1,2,2,20030013,1,1,223080102 +311001052,1,2,2,20040013,1,1,223080102 +311001053,1,2,2,40040009,1,1,223080102 +311001054,1,2,2,40050009,1,1,223080102 +311001055,1,2,2,30010010,1,1,223080102 +311001056,1,2,2,30100009,1,1,223080102 +311001101,1,2,2,10010017,1,1,223080303 +311001102,1,3,2,19100001,1,500,223080303 +311001103,1,3,2,21000001,1,1,223080303 +311001104,1,2,2,10010013,1,1,223080303 +311001105,1,2,2,10020013,1,1,223080303 +311001106,1,2,2,10030013,1,1,223080303 +311001107,1,2,2,10040013,1,1,223080303 +311001108,1,2,2,10050013,1,1,223080303 +311001109,1,2,2,10060013,1,1,223080303 +311001110,1,2,2,10070013,1,1,223080303 +311001111,1,2,2,10080013,1,1,223080303 +311001112,1,2,2,10090013,1,1,223080303 +311001113,1,2,2,20010011,1,1,223080303 +311001114,1,2,2,20020011,1,1,223080303 +311001115,1,2,2,20030011,1,1,223080303 +311001116,1,2,2,20040011,1,1,223080303 +311001117,1,2,2,20050011,1,1,223080303 +311001118,1,2,2,20060011,1,1,223080303 +311001119,1,2,2,20070011,1,1,223080303 +311001120,1,2,2,20080011,1,1,223080303 +311001121,1,2,2,20090011,1,1,223080303 +311001122,1,2,2,30010007,1,1,223080303 +311001123,1,2,2,30020007,1,1,223080303 +311001124,1,2,2,30030007,1,1,223080303 +311001125,1,2,2,30040007,1,1,223080303 +311001126,1,2,2,30050007,1,1,223080303 +311001127,1,2,2,30060007,1,1,223080303 +311001128,1,2,2,30070007,1,1,223080303 +311001129,1,2,2,30080007,1,1,223080303 +311001130,1,2,2,30090007,1,1,223080303 +311001131,1,2,2,30100007,1,1,223080303 +311001132,1,2,2,30110007,1,1,223080303 +311001133,1,2,2,30120007,1,1,223080303 +311001134,1,2,2,40010007,1,1,223080303 +311001135,1,2,2,40020007,1,1,223080303 +311001136,1,2,2,40030007,1,1,223080303 +311001137,1,2,2,40040007,1,1,223080303 +311001138,1,2,2,40050007,1,1,223080303 +311001139,1,2,2,40060007,1,1,223080303 +311001140,1,2,2,40070007,1,1,223080303 +311001141,1,2,2,40080007,1,1,223080303 +311001142,1,2,2,40090007,1,1,223080303 +311001143,1,2,2,40020009,1,1,223080303 +311001144,1,2,2,40090009,1,1,223080303 +311001145,1,2,2,10010016,1,1,223080303 +311001146,1,2,2,10020015,1,1,223080303 +311001147,1,2,2,20010014,1,1,223080303 +311001148,1,2,2,20020013,1,1,223080303 +311001149,1,2,2,30060009,1,1,223080303 +311001150,1,2,2,30080009,1,1,223080303 +311001151,1,2,2,20030013,1,1,223080303 +311001152,1,2,2,20040013,1,1,223080303 +311001153,1,2,2,40040009,1,1,223080303 +311001154,1,2,2,40050009,1,1,223080303 +311001155,1,2,2,30010010,1,1,223080303 +311001156,1,2,2,30100009,1,1,223080303 +311001201,1,2,2,40090010,1,1,223080701 +311001202,1,3,2,19100001,1,500,223080701 +311001203,1,3,2,21000001,1,1,223080701 +311001204,1,2,2,10010013,1,1,223080701 +311001205,1,2,2,10020013,1,1,223080701 +311001206,1,2,2,10030013,1,1,223080701 +311001207,1,2,2,10040013,1,1,223080701 +311001208,1,2,2,10050013,1,1,223080701 +311001209,1,2,2,10060013,1,1,223080701 +311001210,1,2,2,10070013,1,1,223080701 +311001211,1,2,2,10080013,1,1,223080701 +311001212,1,2,2,10090013,1,1,223080701 +311001213,1,2,2,20010011,1,1,223080701 +311001214,1,2,2,20020011,1,1,223080701 +311001215,1,2,2,20030011,1,1,223080701 +311001216,1,2,2,20040011,1,1,223080701 +311001217,1,2,2,20050011,1,1,223080701 +311001218,1,2,2,20060011,1,1,223080701 +311001219,1,2,2,20070011,1,1,223080701 +311001220,1,2,2,20080011,1,1,223080701 +311001221,1,2,2,20090011,1,1,223080701 +311001222,1,2,2,30010007,1,1,223080701 +311001223,1,2,2,30020007,1,1,223080701 +311001224,1,2,2,30030007,1,1,223080701 +311001225,1,2,2,30040007,1,1,223080701 +311001226,1,2,2,30050007,1,1,223080701 +311001227,1,2,2,30060007,1,1,223080701 +311001228,1,2,2,30070007,1,1,223080701 +311001229,1,2,2,30080007,1,1,223080701 +311001230,1,2,2,30090007,1,1,223080701 +311001231,1,2,2,30100007,1,1,223080701 +311001232,1,2,2,30110007,1,1,223080701 +311001233,1,2,2,30120007,1,1,223080701 +311001234,1,2,2,40010007,1,1,223080701 +311001235,1,2,2,40020007,1,1,223080701 +311001236,1,2,2,40030007,1,1,223080701 +311001237,1,2,2,40040007,1,1,223080701 +311001238,1,2,2,40050007,1,1,223080701 +311001239,1,2,2,40060007,1,1,223080701 +311001240,1,2,2,40070007,1,1,223080701 +311001241,1,2,2,40080007,1,1,223080701 +311001242,1,2,2,40090007,1,1,223080701 +311001243,1,2,2,40020009,1,1,223080701 +311001244,1,2,2,40090009,1,1,223080701 +311001245,1,2,2,10010016,1,1,223080701 +311001246,1,2,2,10020015,1,1,223080701 +311001247,1,2,2,20010014,1,1,223080701 +311001248,1,2,2,20020013,1,1,223080701 +311001249,1,2,2,30060009,1,1,223080701 +311001250,1,2,2,30080009,1,1,223080701 +311001251,1,2,2,20030013,1,1,223080701 +311001252,1,2,2,20040013,1,1,223080701 +311001253,1,2,2,40040009,1,1,223080701 +311001254,1,2,2,40050009,1,1,223080701 +311001255,1,2,2,30010010,1,1,223080701 +311001256,1,2,2,30100009,1,1,223080701 +311001301,1,2,2,30070009,1,1,223080801 +311001302,1,3,2,19100001,1,500,223080801 +311001303,1,3,2,21000001,1,1,223080801 +311001304,1,2,2,10010013,1,1,223080801 +311001305,1,2,2,10020013,1,1,223080801 +311001306,1,2,2,10030013,1,1,223080801 +311001307,1,2,2,10040013,1,1,223080801 +311001308,1,2,2,10050013,1,1,223080801 +311001309,1,2,2,10060013,1,1,223080801 +311001310,1,2,2,10070013,1,1,223080801 +311001311,1,2,2,10080013,1,1,223080801 +311001312,1,2,2,10090013,1,1,223080801 +311001313,1,2,2,20010011,1,1,223080801 +311001314,1,2,2,20020011,1,1,223080801 +311001315,1,2,2,20030011,1,1,223080801 +311001316,1,2,2,20040011,1,1,223080801 +311001317,1,2,2,20050011,1,1,223080801 +311001318,1,2,2,20060011,1,1,223080801 +311001319,1,2,2,20070011,1,1,223080801 +311001320,1,2,2,20080011,1,1,223080801 +311001321,1,2,2,20090011,1,1,223080801 +311001322,1,2,2,30010007,1,1,223080801 +311001323,1,2,2,30020007,1,1,223080801 +311001324,1,2,2,30030007,1,1,223080801 +311001325,1,2,2,30040007,1,1,223080801 +311001326,1,2,2,30050007,1,1,223080801 +311001327,1,2,2,30060007,1,1,223080801 +311001328,1,2,2,30070007,1,1,223080801 +311001329,1,2,2,30080007,1,1,223080801 +311001330,1,2,2,30090007,1,1,223080801 +311001331,1,2,2,30100007,1,1,223080801 +311001332,1,2,2,30110007,1,1,223080801 +311001333,1,2,2,30120007,1,1,223080801 +311001334,1,2,2,40010007,1,1,223080801 +311001335,1,2,2,40020007,1,1,223080801 +311001336,1,2,2,40030007,1,1,223080801 +311001337,1,2,2,40040007,1,1,223080801 +311001338,1,2,2,40050007,1,1,223080801 +311001339,1,2,2,40060007,1,1,223080801 +311001340,1,2,2,40070007,1,1,223080801 +311001341,1,2,2,40080007,1,1,223080801 +311001342,1,2,2,40090007,1,1,223080801 +311001343,1,2,2,40020009,1,1,223080801 +311001344,1,2,2,40090009,1,1,223080801 +311001345,1,2,2,10010016,1,1,223080801 +311001346,1,2,2,10020015,1,1,223080801 +311001347,1,2,2,20010014,1,1,223080801 +311001348,1,2,2,20020013,1,1,223080801 +311001349,1,2,2,30060009,1,1,223080801 +311001350,1,2,2,30080009,1,1,223080801 +311001351,1,2,2,20030013,1,1,223080801 +311001352,1,2,2,20040013,1,1,223080801 +311001353,1,2,2,40040009,1,1,223080801 +311001354,1,2,2,40050009,1,1,223080801 +311001355,1,2,2,30010010,1,1,223080801 +311001356,1,2,2,30100009,1,1,223080801 +311001401,1,2,2,10030017,1,1,223091201 +311001402,1,3,2,19100001,1,500,223091201 +311001403,1,3,2,21000001,1,1,223091201 +311001404,1,2,2,10010013,1,1,223091201 +311001405,1,2,2,10020013,1,1,223091201 +311001406,1,2,2,10030013,1,1,223091201 +311001407,1,2,2,10040013,1,1,223091201 +311001408,1,2,2,10050013,1,1,223091201 +311001409,1,2,2,10060013,1,1,223091201 +311001410,1,2,2,10070013,1,1,223091201 +311001411,1,2,2,10080013,1,1,223091201 +311001412,1,2,2,10090013,1,1,223091201 +311001413,1,2,2,20010011,1,1,223091201 +311001414,1,2,2,20020011,1,1,223091201 +311001415,1,2,2,20030011,1,1,223091201 +311001416,1,2,2,20040011,1,1,223091201 +311001417,1,2,2,20050011,1,1,223091201 +311001418,1,2,2,20060011,1,1,223091201 +311001419,1,2,2,20070011,1,1,223091201 +311001420,1,2,2,20080011,1,1,223091201 +311001421,1,2,2,20090011,1,1,223091201 +311001422,1,2,2,30010007,1,1,223091201 +311001423,1,2,2,30020007,1,1,223091201 +311001424,1,2,2,30030007,1,1,223091201 +311001425,1,2,2,30040007,1,1,223091201 +311001426,1,2,2,30050007,1,1,223091201 +311001427,1,2,2,30060007,1,1,223091201 +311001428,1,2,2,30070007,1,1,223091201 +311001429,1,2,2,30080007,1,1,223091201 +311001430,1,2,2,30090007,1,1,223091201 +311001431,1,2,2,30100007,1,1,223091201 +311001432,1,2,2,30110007,1,1,223091201 +311001433,1,2,2,30120007,1,1,223091201 +311001434,1,2,2,40010007,1,1,223091201 +311001435,1,2,2,40020007,1,1,223091201 +311001436,1,2,2,40030007,1,1,223091201 +311001437,1,2,2,40040007,1,1,223091201 +311001438,1,2,2,40050007,1,1,223091201 +311001439,1,2,2,40060007,1,1,223091201 +311001440,1,2,2,40070007,1,1,223091201 +311001441,1,2,2,40080007,1,1,223091201 +311001442,1,2,2,40090007,1,1,223091201 +311001443,1,2,2,40020009,1,1,223091201 +311001444,1,2,2,40090009,1,1,223091201 +311001445,1,2,2,10010016,1,1,223091201 +311001446,1,2,2,10020015,1,1,223091201 +311001447,1,2,2,20010014,1,1,223091201 +311001448,1,2,2,20020013,1,1,223091201 +311001449,1,2,2,30060009,1,1,223091201 +311001450,1,2,2,30080009,1,1,223091201 +311001451,1,2,2,20030013,1,1,223091201 +311001452,1,2,2,20040013,1,1,223091201 +311001453,1,2,2,40040009,1,1,223091201 +311001454,1,2,2,40050009,1,1,223091201 +311001455,1,2,2,30010010,1,1,223091201 +311001456,1,2,2,30100009,1,1,223091201 +311001457,1,2,2,10030016,1,1,223091201 +311001458,1,2,2,10050015,1,1,223091201 +311001459,1,2,2,40070010,1,1,223091201 +311001460,1,2,2,40080010,1,1,223091201 +311001501,1,2,2,20020014,1,1,223091901 +311001502,1,3,2,19100001,1,500,223091901 +311001503,1,3,2,21000001,1,1,223091901 +311001504,1,2,2,10010013,1,1,223091901 +311001505,1,2,2,10020013,1,1,223091901 +311001506,1,2,2,10030013,1,1,223091901 +311001507,1,2,2,10040013,1,1,223091901 +311001508,1,2,2,10050013,1,1,223091901 +311001509,1,2,2,10060013,1,1,223091901 +311001510,1,2,2,10070013,1,1,223091901 +311001511,1,2,2,10080013,1,1,223091901 +311001512,1,2,2,10090013,1,1,223091901 +311001513,1,2,2,20010011,1,1,223091901 +311001514,1,2,2,20020011,1,1,223091901 +311001515,1,2,2,20030011,1,1,223091901 +311001516,1,2,2,20040011,1,1,223091901 +311001517,1,2,2,20050011,1,1,223091901 +311001518,1,2,2,20060011,1,1,223091901 +311001519,1,2,2,20070011,1,1,223091901 +311001520,1,2,2,20080011,1,1,223091901 +311001521,1,2,2,20090011,1,1,223091901 +311001522,1,2,2,30010007,1,1,223091901 +311001523,1,2,2,30020007,1,1,223091901 +311001524,1,2,2,30030007,1,1,223091901 +311001525,1,2,2,30040007,1,1,223091901 +311001526,1,2,2,30050007,1,1,223091901 +311001527,1,2,2,30060007,1,1,223091901 +311001528,1,2,2,30070007,1,1,223091901 +311001529,1,2,2,30080007,1,1,223091901 +311001530,1,2,2,30090007,1,1,223091901 +311001531,1,2,2,30100007,1,1,223091901 +311001532,1,2,2,30110007,1,1,223091901 +311001533,1,2,2,30120007,1,1,223091901 +311001534,1,2,2,40010007,1,1,223091901 +311001535,1,2,2,40020007,1,1,223091901 +311001536,1,2,2,40030007,1,1,223091901 +311001537,1,2,2,40040007,1,1,223091901 +311001538,1,2,2,40050007,1,1,223091901 +311001539,1,2,2,40060007,1,1,223091901 +311001540,1,2,2,40070007,1,1,223091901 +311001541,1,2,2,40080007,1,1,223091901 +311001542,1,2,2,40090007,1,1,223091901 +311001543,1,2,2,40020009,1,1,223091901 +311001544,1,2,2,40090009,1,1,223091901 +311001545,1,2,2,10010016,1,1,223091901 +311001546,1,2,2,10020015,1,1,223091901 +311001547,1,2,2,20010014,1,1,223091901 +311001548,1,2,2,20020013,1,1,223091901 +311001549,1,2,2,30060009,1,1,223091901 +311001550,1,2,2,30080009,1,1,223091901 +311001551,1,2,2,20030013,1,1,223091901 +311001552,1,2,2,20040013,1,1,223091901 +311001553,1,2,2,40040009,1,1,223091901 +311001554,1,2,2,40050009,1,1,223091901 +311001555,1,2,2,30010010,1,1,223091901 +311001556,1,2,2,30100009,1,1,223091901 +311001557,1,2,2,10030016,1,1,223091901 +311001558,1,2,2,10050015,1,1,223091901 +311001559,1,2,2,40070010,1,1,223091901 +311001560,1,2,2,40080010,1,1,223091901 +311001561,1,2,2,20060015,1,1,223091901 +311001562,1,2,2,20080014,1,1,223091901 +311001601,1,2,2,20090014,1,1,223092101 +311001602,1,3,2,19100001,1,500,223092101 +311001603,1,3,2,21000001,1,1,223092101 +311001604,1,2,2,10010013,1,1,223092101 +311001605,1,2,2,10020013,1,1,223092101 +311001606,1,2,2,10030013,1,1,223092101 +311001607,1,2,2,10040013,1,1,223092101 +311001608,1,2,2,10050013,1,1,223092101 +311001609,1,2,2,10060013,1,1,223092101 +311001610,1,2,2,10070013,1,1,223092101 +311001611,1,2,2,10080013,1,1,223092101 +311001612,1,2,2,10090013,1,1,223092101 +311001613,1,2,2,20010011,1,1,223092101 +311001614,1,2,2,20020011,1,1,223092101 +311001615,1,2,2,20030011,1,1,223092101 +311001616,1,2,2,20040011,1,1,223092101 +311001617,1,2,2,20050011,1,1,223092101 +311001618,1,2,2,20060011,1,1,223092101 +311001619,1,2,2,20070011,1,1,223092101 +311001620,1,2,2,20080011,1,1,223092101 +311001621,1,2,2,20090011,1,1,223092101 +311001622,1,2,2,30010007,1,1,223092101 +311001623,1,2,2,30020007,1,1,223092101 +311001624,1,2,2,30030007,1,1,223092101 +311001625,1,2,2,30040007,1,1,223092101 +311001626,1,2,2,30050007,1,1,223092101 +311001627,1,2,2,30060007,1,1,223092101 +311001628,1,2,2,30070007,1,1,223092101 +311001629,1,2,2,30080007,1,1,223092101 +311001630,1,2,2,30090007,1,1,223092101 +311001631,1,2,2,30100007,1,1,223092101 +311001632,1,2,2,30110007,1,1,223092101 +311001633,1,2,2,30120007,1,1,223092101 +311001634,1,2,2,40010007,1,1,223092101 +311001635,1,2,2,40020007,1,1,223092101 +311001636,1,2,2,40030007,1,1,223092101 +311001637,1,2,2,40040007,1,1,223092101 +311001638,1,2,2,40050007,1,1,223092101 +311001639,1,2,2,40060007,1,1,223092101 +311001640,1,2,2,40070007,1,1,223092101 +311001641,1,2,2,40080007,1,1,223092101 +311001642,1,2,2,40090007,1,1,223092101 +311001643,1,2,2,40020009,1,1,223092101 +311001644,1,2,2,40090009,1,1,223092101 +311001645,1,2,2,10010016,1,1,223092101 +311001646,1,2,2,10020015,1,1,223092101 +311001647,1,2,2,20010014,1,1,223092101 +311001648,1,2,2,20020013,1,1,223092101 +311001649,1,2,2,30060009,1,1,223092101 +311001650,1,2,2,30080009,1,1,223092101 +311001651,1,2,2,20030013,1,1,223092101 +311001652,1,2,2,20040013,1,1,223092101 +311001653,1,2,2,40040009,1,1,223092101 +311001654,1,2,2,40050009,1,1,223092101 +311001655,1,2,2,30010010,1,1,223092101 +311001656,1,2,2,30100009,1,1,223092101 +311001657,1,2,2,10030016,1,1,223092101 +311001658,1,2,2,10050015,1,1,223092101 +311001659,1,2,2,40070010,1,1,223092101 +311001660,1,2,2,40080010,1,1,223092101 +311001661,1,2,2,20060015,1,1,223092101 +311001662,1,2,2,20080014,1,1,223092101 +311001701,1,2,2,40040010,1,1,223092801 +311001702,1,3,2,19100001,1,500,223092801 +311001703,1,3,2,21000001,1,1,223092801 +311001704,1,2,2,10010013,1,1,223092801 +311001705,1,2,2,10020013,1,1,223092801 +311001706,1,2,2,10030013,1,1,223092801 +311001707,1,2,2,10040013,1,1,223092801 +311001708,1,2,2,10050013,1,1,223092801 +311001709,1,2,2,10060013,1,1,223092801 +311001710,1,2,2,10070013,1,1,223092801 +311001711,1,2,2,10080013,1,1,223092801 +311001712,1,2,2,10090013,1,1,223092801 +311001713,1,2,2,20010011,1,1,223092801 +311001714,1,2,2,20020011,1,1,223092801 +311001715,1,2,2,20030011,1,1,223092801 +311001716,1,2,2,20040011,1,1,223092801 +311001717,1,2,2,20050011,1,1,223092801 +311001718,1,2,2,20060011,1,1,223092801 +311001719,1,2,2,20070011,1,1,223092801 +311001720,1,2,2,20080011,1,1,223092801 +311001721,1,2,2,20090011,1,1,223092801 +311001722,1,2,2,30010007,1,1,223092801 +311001723,1,2,2,30020007,1,1,223092801 +311001724,1,2,2,30030007,1,1,223092801 +311001725,1,2,2,30040007,1,1,223092801 +311001726,1,2,2,30050007,1,1,223092801 +311001727,1,2,2,30060007,1,1,223092801 +311001728,1,2,2,30070007,1,1,223092801 +311001729,1,2,2,30080007,1,1,223092801 +311001730,1,2,2,30090007,1,1,223092801 +311001731,1,2,2,30100007,1,1,223092801 +311001732,1,2,2,30110007,1,1,223092801 +311001733,1,2,2,30120007,1,1,223092801 +311001734,1,2,2,40010007,1,1,223092801 +311001735,1,2,2,40020007,1,1,223092801 +311001736,1,2,2,40030007,1,1,223092801 +311001737,1,2,2,40040007,1,1,223092801 +311001738,1,2,2,40050007,1,1,223092801 +311001739,1,2,2,40060007,1,1,223092801 +311001740,1,2,2,40070007,1,1,223092801 +311001741,1,2,2,40080007,1,1,223092801 +311001742,1,2,2,40090007,1,1,223092801 +311001743,1,2,2,40020009,1,1,223092801 +311001744,1,2,2,40090009,1,1,223092801 +311001745,1,2,2,10010016,1,1,223092801 +311001746,1,2,2,10020015,1,1,223092801 +311001747,1,2,2,20010014,1,1,223092801 +311001748,1,2,2,20020013,1,1,223092801 +311001749,1,2,2,30060009,1,1,223092801 +311001750,1,2,2,30080009,1,1,223092801 +311001751,1,2,2,20030013,1,1,223092801 +311001752,1,2,2,20040013,1,1,223092801 +311001753,1,2,2,40040009,1,1,223092801 +311001754,1,2,2,40050009,1,1,223092801 +311001755,1,2,2,30010010,1,1,223092801 +311001756,1,2,2,30100009,1,1,223092801 +311001757,1,2,2,10030016,1,1,223092801 +311001758,1,2,2,10050015,1,1,223092801 +311001759,1,2,2,40070010,1,1,223092801 +311001760,1,2,2,40080010,1,1,223092801 +311001761,1,2,2,20060015,1,1,223092801 +311001762,1,2,2,20080014,1,1,223092801 +311001801,1,2,2,30100010,1,1,223100502 +311001802,1,3,2,19100001,1,500,223100502 +311001803,1,3,2,21000001,1,1,223100502 +311001804,1,2,2,30010007,1,1,223100502 +311001805,1,2,2,30020007,1,1,223100502 +311001806,1,2,2,30030007,1,1,223100502 +311001807,1,2,2,30040007,1,1,223100502 +311001808,1,2,2,30050007,1,1,223100502 +311001809,1,2,2,30060007,1,1,223100502 +311001810,1,2,2,30070007,1,1,223100502 +311001811,1,2,2,30080007,1,1,223100502 +311001812,1,2,2,30090007,1,1,223100502 +311001813,1,2,2,30100007,1,1,223100502 +311001814,1,2,2,30110007,1,1,223100502 +311001815,1,2,2,30120007,1,1,223100502 +311001816,1,2,2,30060009,1,1,223100502 +311001817,1,2,2,30080009,1,1,223100502 +311001818,1,2,2,30010010,1,1,223100502 +311001819,1,2,2,30100009,1,1,223100502 +311001901,1,2,2,10020017,1,1,223102101 +311001902,1,3,2,19100001,1,500,223102101 +311001903,1,3,2,21000001,1,1,223102101 +311001904,1,2,2,10010013,1,1,223102101 +311001905,1,2,2,10020013,1,1,223102101 +311001906,1,2,2,10030013,1,1,223102101 +311001907,1,2,2,10040013,1,1,223102101 +311001908,1,2,2,10050013,1,1,223102101 +311001909,1,2,2,10060013,1,1,223102101 +311001910,1,2,2,10070013,1,1,223102101 +311001911,1,2,2,10080013,1,1,223102101 +311001912,1,2,2,10090013,1,1,223102101 +311001913,1,2,2,10010016,1,1,223102101 +311001914,1,2,2,10020015,1,1,223102101 +311001915,1,2,2,10030016,1,1,223102101 +311001916,1,2,2,10050015,1,1,223102101 +311001917,1,2,2,10060015,1,1,223102101 +311001918,1,2,2,10070017,1,1,223102101 +311002001,1,2,2,40070011,1,1,223102901 +311002002,1,3,2,19100001,1,500,223102901 +311002003,1,3,2,21000001,1,1,223102901 +311002004,1,2,2,40010007,1,1,223102901 +311002005,1,2,2,40020007,1,1,223102901 +311002006,1,2,2,40030007,1,1,223102901 +311002007,1,2,2,40040007,1,1,223102901 +311002008,1,2,2,40050007,1,1,223102901 +311002009,1,2,2,40060007,1,1,223102901 +311002010,1,2,2,40070007,1,1,223102901 +311002011,1,2,2,40080007,1,1,223102901 +311002012,1,2,2,40090007,1,1,223102901 +311002013,1,2,2,40020009,1,1,223102901 +311002014,1,2,2,40090009,1,1,223102901 +311002015,1,2,2,40040009,1,1,223102901 +311002016,1,2,2,40050009,1,1,223102901 +311002017,1,2,2,40070010,1,1,223102901 +311002018,1,2,2,40080010,1,1,223102901 +311002101,1,2,2,10050016,1,1,223110101 +311002102,1,3,2,19100001,1,500,223110101 +311002103,1,3,2,21000001,1,1,223110101 +311002104,1,2,2,10010013,1,1,223110101 +311002105,1,2,2,10020013,1,1,223110101 +311002106,1,2,2,10030013,1,1,223110101 +311002107,1,2,2,10040013,1,1,223110101 +311002108,1,2,2,10050013,1,1,223110101 +311002109,1,2,2,10060013,1,1,223110101 +311002110,1,2,2,10070013,1,1,223110101 +311002111,1,2,2,10080013,1,1,223110101 +311002112,1,2,2,10090013,1,1,223110101 +311002113,1,2,2,10010016,1,1,223110101 +311002114,1,2,2,10020015,1,1,223110101 +311002115,1,2,2,10030016,1,1,223110101 +311002116,1,2,2,10050015,1,1,223110101 +311002117,1,2,2,10060015,1,1,223110101 +311002118,1,2,2,10070017,1,1,223110101 +311002201,1,2,2,30090012,1,1,223111301 +311002202,1,3,2,19100001,1,500,223111301 +311002203,1,3,2,21000001,1,1,223111301 +311002204,1,2,2,30010007,1,1,223111301 +311002205,1,2,2,30020007,1,1,223111301 +311002206,1,2,2,30030007,1,1,223111301 +311002207,1,2,2,30040007,1,1,223111301 +311002208,1,2,2,30050007,1,1,223111301 +311002209,1,2,2,30060007,1,1,223111301 +311002210,1,2,2,30070007,1,1,223111301 +311002211,1,2,2,30080007,1,1,223111301 +311002212,1,2,2,30090007,1,1,223111301 +311002213,1,2,2,30100007,1,1,223111301 +311002214,1,2,2,30110007,1,1,223111301 +311002215,1,2,2,30120007,1,1,223111301 +311002216,1,2,2,30060009,1,1,223111301 +311002217,1,2,2,30080009,1,1,223111301 +311002218,1,2,2,30010010,1,1,223111301 +311002219,1,2,2,30100009,1,1,223111301 +311002220,1,2,2,30110010,1,1,223111301 +311002221,1,2,2,30120010,1,1,223111301 +311002301,1,2,2,40050011,1,1,223112401 +311002302,1,3,2,19100001,1,500,223112401 +311002303,1,3,2,21000001,1,1,223112401 +311002304,1,2,2,40010007,1,1,223112401 +311002305,1,2,2,40020007,1,1,223112401 +311002306,1,2,2,40030007,1,1,223112401 +311002307,1,2,2,40040007,1,1,223112401 +311002308,1,2,2,40050007,1,1,223112401 +311002309,1,2,2,40060007,1,1,223112401 +311002310,1,2,2,40070007,1,1,223112401 +311002311,1,2,2,40080007,1,1,223112401 +311002312,1,2,2,40090007,1,1,223112401 +311002313,1,2,2,40020009,1,1,223112401 +311002314,1,2,2,40090009,1,1,223112401 +311002315,1,2,2,40040009,1,1,223112401 +311002316,1,2,2,40050009,1,1,223112401 +311002317,1,2,2,40070010,1,1,223112401 +311002318,1,2,2,40080010,1,1,223112401 +311002319,1,2,2,40030012,1,1,223112401 +311002320,1,2,2,40060011,1,1,223112401 +311002401,1,2,2,30110013,1,1,223120601 +311002402,1,3,2,19100001,1,500,223120601 +311002403,1,3,2,21000001,1,1,223120601 +311002404,1,2,2,30010007,1,1,223120601 +311002405,1,2,2,30020007,1,1,223120601 +311002406,1,2,2,30030007,1,1,223120601 +311002407,1,2,2,30040007,1,1,223120601 +311002408,1,2,2,30050007,1,1,223120601 +311002409,1,2,2,30060007,1,1,223120601 +311002410,1,2,2,30070007,1,1,223120601 +311002411,1,2,2,30080007,1,1,223120601 +311002412,1,2,2,30090007,1,1,223120601 +311002413,1,2,2,30100007,1,1,223120601 +311002414,1,2,2,30110007,1,1,223120601 +311002415,1,2,2,30120007,1,1,223120601 +311002416,1,2,2,30060009,1,1,223120601 +311002417,1,2,2,30080009,1,1,223120601 +311002418,1,2,2,30010010,1,1,223120601 +311002419,1,2,2,30100009,1,1,223120601 +311002420,1,2,2,30110010,1,1,223120601 +311002421,1,2,2,30120010,1,1,223120601 +311002422,1,2,2,30050013,1,1,223120601 +311002423,1,2,2,30070013,1,1,223120601 +311002501,1,2,2,30060013,1,1,223121601 +311002502,1,3,2,19100001,1,500,223121601 +311002503,1,3,2,21000001,1,1,223121601 +311002504,1,2,2,30010007,1,1,223121601 +311002505,1,2,2,30020007,1,1,223121601 +311002506,1,2,2,30030007,1,1,223121601 +311002507,1,2,2,30040007,1,1,223121601 +311002508,1,2,2,30050007,1,1,223121601 +311002509,1,2,2,30060007,1,1,223121601 +311002510,1,2,2,30070007,1,1,223121601 +311002511,1,2,2,30080007,1,1,223121601 +311002512,1,2,2,30090007,1,1,223121601 +311002513,1,2,2,30100007,1,1,223121601 +311002514,1,2,2,30110007,1,1,223121601 +311002515,1,2,2,30120007,1,1,223121601 +311002516,1,2,2,30060009,1,1,223121601 +311002517,1,2,2,30080009,1,1,223121601 +311002518,1,2,2,30010010,1,1,223121601 +311002519,1,2,2,30100009,1,1,223121601 +311002520,1,2,2,30110010,1,1,223121601 +311002521,1,2,2,30120010,1,1,223121601 +311002522,1,2,2,30050013,1,1,223121601 +311002523,1,2,2,30070013,1,1,223121601 +311002601,1,2,2,40110002,1,1,223122801 +311002602,1,3,2,19100001,1,500,223122801 +311002603,1,3,2,21000001,1,1,223122801 +311002604,1,2,2,40010007,1,1,223122801 +311002605,1,2,2,40020007,1,1,223122801 +311002606,1,2,2,40030007,1,1,223122801 +311002607,1,2,2,40040007,1,1,223122801 +311002608,1,2,2,40050007,1,1,223122801 +311002609,1,2,2,40060007,1,1,223122801 +311002610,1,2,2,40070007,1,1,223122801 +311002611,1,2,2,40080007,1,1,223122801 +311002612,1,2,2,40090007,1,1,223122801 +311002613,1,2,2,40020009,1,1,223122801 +311002614,1,2,2,40090009,1,1,223122801 +311002615,1,2,2,40040009,1,1,223122801 +311002616,1,2,2,40050009,1,1,223122801 +311002617,1,2,2,40070010,1,1,223122801 +311002618,1,2,2,40080010,1,1,223122801 +311002619,1,2,2,40030012,1,1,223122801 +311002620,1,2,2,40060011,1,1,223122801 +311002701,1,2,2,20040016,1,1,224010103 +311002702,1,3,2,19100001,1,500,224010103 +311002703,1,3,2,21000001,1,1,224010103 +311002704,1,2,2,20010011,1,1,224010103 +311002705,1,2,2,20020011,1,1,224010103 +311002706,1,2,2,20030011,1,1,224010103 +311002707,1,2,2,20040011,1,1,224010103 +311002708,1,2,2,20050011,1,1,224010103 +311002709,1,2,2,20060011,1,1,224010103 +311002710,1,2,2,20070011,1,1,224010103 +311002711,1,2,2,20080011,1,1,224010103 +311002712,1,2,2,20090011,1,1,224010103 +311002713,1,2,2,20010014,1,1,224010103 +311002714,1,2,2,20020013,1,1,224010103 +311002715,1,2,2,20030013,1,1,224010103 +311002716,1,2,2,20040013,1,1,224010103 +311002717,1,2,2,20060015,1,1,224010103 +311002718,1,2,2,20080014,1,1,224010103 +311002719,1,2,2,20040015,1,1,224010103 +311002720,1,2,2,20070015,1,1,224010103 +311002801,1,2,2,10080017,1,1,224011702 +311002802,1,3,2,19100001,1,500,224011702 +311002803,1,3,2,21000001,1,1,224011702 +311002804,1,2,2,10010013,1,1,224011702 +311002805,1,2,2,10020013,1,1,224011702 +311002806,1,2,2,10030013,1,1,224011702 +311002807,1,2,2,10040013,1,1,224011702 +311002808,1,2,2,10050013,1,1,224011702 +311002809,1,2,2,10060013,1,1,224011702 +311002810,1,2,2,10070013,1,1,224011702 +311002811,1,2,2,10080013,1,1,224011702 +311002812,1,2,2,10090013,1,1,224011702 +311002813,1,2,2,10010016,1,1,224011702 +311002814,1,2,2,10020015,1,1,224011702 +311002815,1,2,2,10030016,1,1,224011702 +311002816,1,2,2,10050015,1,1,224011702 +311002817,1,2,2,10060015,1,1,224011702 +311002818,1,2,2,10070017,1,1,224011702 +311002819,1,2,2,10040019,1,1,224011702 +311002820,1,2,2,10090018,1,1,224011702 +311002901,1,2,2,40100002,1,1,224012002 +311002902,1,3,2,19100001,1,500,224012002 +311002903,1,3,2,21000001,1,1,224012002 +311002904,1,2,2,40010007,1,1,224012002 +311002905,1,2,2,40020007,1,1,224012002 +311002906,1,2,2,40030007,1,1,224012002 +311002907,1,2,2,40040007,1,1,224012002 +311002908,1,2,2,40050007,1,1,224012002 +311002909,1,2,2,40060007,1,1,224012002 +311002910,1,2,2,40070007,1,1,224012002 +311002911,1,2,2,40080007,1,1,224012002 +311002912,1,2,2,40090007,1,1,224012002 +311002913,1,2,2,40020009,1,1,224012002 +311002914,1,2,2,40090009,1,1,224012002 +311002915,1,2,2,40040009,1,1,224012002 +311002916,1,2,2,40050009,1,1,224012002 +311002917,1,2,2,40070010,1,1,224012002 +311002918,1,2,2,40080010,1,1,224012002 +311002919,1,2,2,40030012,1,1,224012002 +311002920,1,2,2,40060011,1,1,224012002 +311002921,1,2,2,40010014,1,1,224012002 +311002922,1,2,2,40020012,1,1,224012002 +311003001,1,2,2,30020014,1,1,224012302 +311003002,1,3,2,19100001,1,500,224012302 +311003003,1,3,2,21000001,1,1,224012302 +311003004,1,2,2,30010007,1,1,224012302 +311003005,1,2,2,30020007,1,1,224012302 +311003006,1,2,2,30030007,1,1,224012302 +311003007,1,2,2,30040007,1,1,224012302 +311003008,1,2,2,30050007,1,1,224012302 +311003009,1,2,2,30060007,1,1,224012302 +311003010,1,2,2,30070007,1,1,224012302 +311003011,1,2,2,30080007,1,1,224012302 +311003012,1,2,2,30090007,1,1,224012302 +311003013,1,2,2,30100007,1,1,224012302 +311003014,1,2,2,30110007,1,1,224012302 +311003015,1,2,2,30120007,1,1,224012302 +311003016,1,2,2,30060009,1,1,224012302 +311003017,1,2,2,30080009,1,1,224012302 +311003018,1,2,2,30010010,1,1,224012302 +311003019,1,2,2,30100009,1,1,224012302 +311003020,1,2,2,30110010,1,1,224012302 +311003021,1,2,2,30120010,1,1,224012302 +311003022,1,2,2,30050013,1,1,224012302 +311003023,1,2,2,30070013,1,1,224012302 +311003101,1,2,2,30080014,1,1,224020502 +311003102,1,3,2,19100001,1,500,224020502 +311003103,1,3,2,21000001,1,1,224020502 +311003104,1,2,2,30010007,1,1,224020502 +311003105,1,2,2,30020007,1,1,224020502 +311003106,1,2,2,30030007,1,1,224020502 +311003107,1,2,2,30040007,1,1,224020502 +311003108,1,2,2,30050007,1,1,224020502 +311003109,1,2,2,30060007,1,1,224020502 +311003110,1,2,2,30070007,1,1,224020502 +311003111,1,2,2,30080007,1,1,224020502 +311003112,1,2,2,30090007,1,1,224020502 +311003113,1,2,2,30100007,1,1,224020502 +311003114,1,2,2,30110007,1,1,224020502 +311003115,1,2,2,30120007,1,1,224020502 +311003116,1,2,2,30060009,1,1,224020502 +311003117,1,2,2,30080009,1,1,224020502 +311003118,1,2,2,30010010,1,1,224020502 +311003119,1,2,2,30100009,1,1,224020502 +311003120,1,2,2,30110010,1,1,224020502 +311003121,1,2,2,30120010,1,1,224020502 +311003122,1,2,2,30050013,1,1,224020502 +311003123,1,2,2,30070013,1,1,224020502 +311003201,1,2,2,20030016,1,1,224021004 +311003202,1,3,2,19100001,1,500,224021004 +311003203,1,3,2,21000001,1,1,224021004 +311003204,1,2,2,20010011,1,1,224021004 +311003205,1,2,2,20020011,1,1,224021004 +311003206,1,2,2,20030011,1,1,224021004 +311003207,1,2,2,20040011,1,1,224021004 +311003208,1,2,2,20050011,1,1,224021004 +311003209,1,2,2,20060011,1,1,224021004 +311003210,1,2,2,20070011,1,1,224021004 +311003211,1,2,2,20080011,1,1,224021004 +311003212,1,2,2,20090011,1,1,224021004 +311003213,1,2,2,20010014,1,1,224021004 +311003214,1,2,2,20020013,1,1,224021004 +311003215,1,2,2,20030013,1,1,224021004 +311003216,1,2,2,20040013,1,1,224021004 +311003217,1,2,2,20060015,1,1,224021004 +311003218,1,2,2,20080014,1,1,224021004 +311003219,1,2,2,20040015,1,1,224021004 +311003220,1,2,2,20070015,1,1,224021004 +311003221,1,2,2,20050017,1,1,224021004 +311003222,1,2,2,20090016,1,1,224021004 +311003301,1,2,2,30120014,1,1,224021502 +311003302,1,3,2,19100001,1,500,224021502 +311003303,1,3,2,21000001,1,1,224021502 +311003304,1,2,2,30010007,1,1,224021502 +311003305,1,2,2,30020007,1,1,224021502 +311003306,1,2,2,30030007,1,1,224021502 +311003307,1,2,2,30040007,1,1,224021502 +311003308,1,2,2,30050007,1,1,224021502 +311003309,1,2,2,30060007,1,1,224021502 +311003310,1,2,2,30070007,1,1,224021502 +311003311,1,2,2,30080007,1,1,224021502 +311003312,1,2,2,30090007,1,1,224021502 +311003313,1,2,2,30100007,1,1,224021502 +311003314,1,2,2,30110007,1,1,224021502 +311003315,1,2,2,30120007,1,1,224021502 +311003316,1,2,2,30060009,1,1,224021502 +311003317,1,2,2,30080009,1,1,224021502 +311003318,1,2,2,30010010,1,1,224021502 +311003319,1,2,2,30100009,1,1,224021502 +311003320,1,2,2,30110010,1,1,224021502 +311003321,1,2,2,30120010,1,1,224021502 +311003322,1,2,2,30050013,1,1,224021502 +311003323,1,2,2,30070013,1,1,224021502 +311003324,1,2,2,30030014,1,1,224021502 +311003325,1,2,2,30040014,1,1,224021502 +311003401,1,2,2,40030014,1,1,224022502 +311003402,1,3,2,19100001,1,500,224022502 +311003403,1,3,2,21000001,1,1,224022502 +311003404,1,2,2,40010007,1,1,224022502 +311003405,1,2,2,40020007,1,1,224022502 +311003406,1,2,2,40030007,1,1,224022502 +311003407,1,2,2,40040007,1,1,224022502 +311003408,1,2,2,40050007,1,1,224022502 +311003409,1,2,2,40060007,1,1,224022502 +311003410,1,2,2,40070007,1,1,224022502 +311003411,1,2,2,40080007,1,1,224022502 +311003412,1,2,2,40090007,1,1,224022502 +311003413,1,2,2,40020009,1,1,224022502 +311003414,1,2,2,40090009,1,1,224022502 +311003415,1,2,2,40040009,1,1,224022502 +311003416,1,2,2,40050009,1,1,224022502 +311003417,1,2,2,40070010,1,1,224022502 +311003418,1,2,2,40080010,1,1,224022502 +311003419,1,2,2,40030012,1,1,224022502 +311003420,1,2,2,40060011,1,1,224022502 +311003421,1,2,2,40010014,1,1,224022502 +311003422,1,2,2,40020012,1,1,224022502 +311003501,1,2,2,30010018,1,1,224030107 +311003502,1,3,2,19100001,1,500,224030107 +311003503,1,3,2,21000001,1,1,224030107 +311003504,1,2,2,30010007,1,1,224030107 +311003505,1,2,2,30020007,1,1,224030107 +311003506,1,2,2,30030007,1,1,224030107 +311003507,1,2,2,30040007,1,1,224030107 +311003508,1,2,2,30050007,1,1,224030107 +311003509,1,2,2,30060007,1,1,224030107 +311003510,1,2,2,30070007,1,1,224030107 +311003511,1,2,2,30080007,1,1,224030107 +311003512,1,2,2,30090007,1,1,224030107 +311003513,1,2,2,30100007,1,1,224030107 +311003514,1,2,2,30110007,1,1,224030107 +311003515,1,2,2,30120007,1,1,224030107 +311003516,1,2,2,30060009,1,1,224030107 +311003517,1,2,2,30080009,1,1,224030107 +311003518,1,2,2,30010010,1,1,224030107 +311003519,1,2,2,30100009,1,1,224030107 +311003520,1,2,2,30110010,1,1,224030107 +311003521,1,2,2,30120010,1,1,224030107 +311003522,1,2,2,30050013,1,1,224030107 +311003523,1,2,2,30070013,1,1,224030107 +311003524,1,2,2,30030014,1,1,224030107 +311003525,1,2,2,30040014,1,1,224030107 +311003601,1,2,2,20070016,1,1,224030402 +311003602,1,3,2,19100001,1,500,224030402 +311003603,1,3,2,21000001,1,1,224030402 +311003604,1,2,2,20010011,1,1,224030402 +311003605,1,2,2,20020011,1,1,224030402 +311003606,1,2,2,20030011,1,1,224030402 +311003607,1,2,2,20040011,1,1,224030402 +311003608,1,2,2,20050011,1,1,224030402 +311003609,1,2,2,20060011,1,1,224030402 +311003610,1,2,2,20070011,1,1,224030402 +311003611,1,2,2,20080011,1,1,224030402 +311003612,1,2,2,20090011,1,1,224030402 +311003613,1,2,2,20010014,1,1,224030402 +311003614,1,2,2,20020013,1,1,224030402 +311003615,1,2,2,20030013,1,1,224030402 +311003616,1,2,2,20040013,1,1,224030402 +311003617,1,2,2,20060015,1,1,224030402 +311003618,1,2,2,20080014,1,1,224030402 +311003619,1,2,2,20040015,1,1,224030402 +311003620,1,2,2,20070015,1,1,224030402 +311003621,1,2,2,20050017,1,1,224030402 +311003622,1,2,2,20090016,1,1,224030402 +311003623,1,2,2,20020016,1,1,224030402 +311003624,1,2,2,20060016,1,1,224030402 +311003701,1,2,2,10040020,1,1,224031502 +311003702,1,3,2,19100001,1,500,224031502 +311003703,1,3,2,21000001,1,1,224031502 +311003704,1,2,2,10010013,1,1,224031502 +311003705,1,2,2,10020013,1,1,224031502 +311003706,1,2,2,10030013,1,1,224031502 +311003707,1,2,2,10040013,1,1,224031502 +311003708,1,2,2,10050013,1,1,224031502 +311003709,1,2,2,10060013,1,1,224031502 +311003710,1,2,2,10070013,1,1,224031502 +311003711,1,2,2,10080013,1,1,224031502 +311003712,1,2,2,10090013,1,1,224031502 +311003713,1,2,2,10010016,1,1,224031502 +311003714,1,2,2,10020015,1,1,224031502 +311003715,1,2,2,10030016,1,1,224031502 +311003716,1,2,2,10050015,1,1,224031502 +311003717,1,2,2,10060015,1,1,224031502 +311003718,1,2,2,10070017,1,1,224031502 +311003719,1,2,2,10040019,1,1,224031502 +311003720,1,2,2,10090018,1,1,224031502 +311003721,1,2,2,10030018,1,1,224031502 +311003722,1,2,2,10060017,1,1,224031502 +411000101,1,3,2,19100001,1,500,223061103 +411000102,1,3,2,21000001,1,1,223061103 +411000103,1,2,2,10010013,1,1,223061103 +411000104,1,2,2,10020013,1,1,223061103 +411000105,1,2,2,10030013,1,1,223061103 +411000106,1,2,2,10040013,1,1,223061103 +411000107,1,2,2,10050013,1,1,223061103 +411000108,1,2,2,10060013,1,1,223061103 +411000109,1,2,2,10070013,1,1,223061103 +411000110,1,2,2,10080013,1,1,223061103 +411000111,1,2,2,10090013,1,1,223061103 +411000112,1,2,2,20010011,1,1,223061103 +411000113,1,2,2,20020011,1,1,223061103 +411000114,1,2,2,20030011,1,1,223061103 +411000115,1,2,2,20040011,1,1,223061103 +411000116,1,2,2,20050011,1,1,223061103 +411000117,1,2,2,20060011,1,1,223061103 +411000118,1,2,2,20070011,1,1,223061103 +411000119,1,2,2,20080011,1,1,223061103 +411000120,1,2,2,20090011,1,1,223061103 +411000121,1,2,2,30010007,1,1,223061103 +411000122,1,2,2,30020007,1,1,223061103 +411000123,1,2,2,30030007,1,1,223061103 +411000124,1,2,2,30040007,1,1,223061103 +411000125,1,2,2,30050007,1,1,223061103 +411000126,1,2,2,30060007,1,1,223061103 +411000127,1,2,2,30070007,1,1,223061103 +411000128,1,2,2,30080007,1,1,223061103 +411000129,1,2,2,30090007,1,1,223061103 +411000130,1,2,2,30100007,1,1,223061103 +411000131,1,2,2,30110007,1,1,223061103 +411000132,1,2,2,30120007,1,1,223061103 +411000133,1,2,2,40010007,1,1,223061103 +411000134,1,2,2,40020007,1,1,223061103 +411000135,1,2,2,40030007,1,1,223061103 +411000136,1,2,2,40040007,1,1,223061103 +411000137,1,2,2,40050007,1,1,223061103 +411000138,1,2,2,40060007,1,1,223061103 +411000139,1,2,2,40070007,1,1,223061103 +411000140,1,2,2,40080007,1,1,223061103 +411000141,1,2,2,40090007,1,1,223061103 +411000142,1,2,2,40020009,1,1,223061103 +411000143,1,2,2,40090009,1,1,223061103 +411000144,1,2,2,10010016,1,1,223061103 +411000145,1,2,2,10020015,1,1,223061103 +411000146,1,2,2,20010014,1,1,223061103 +411000147,1,2,2,20020013,1,1,223061103 +411000501,1,2,2,30010012,1,1,223100301 +411000502,1,3,2,19100001,1,500,223100301 +411000503,1,3,2,21000001,1,1,223100301 +411000504,1,2,2,30010007,1,1,223100301 +411000505,1,2,2,30020007,1,1,223100301 +411000506,1,2,2,30030007,1,1,223100301 +411000507,1,2,2,30040007,1,1,223100301 +411000508,1,2,2,30050007,1,1,223100301 +411000509,1,2,2,30060007,1,1,223100301 +411000510,1,2,2,30070007,1,1,223100301 +411000511,1,2,2,30080007,1,1,223100301 +411000512,1,2,2,30090007,1,1,223100301 +411000513,1,2,2,30100007,1,1,223100301 +411000514,1,2,2,30110007,1,1,223100301 +411000515,1,2,2,30120007,1,1,223100301 +411000516,1,2,2,30060009,1,1,223100301 +411000517,1,2,2,30080009,1,1,223100301 +411000518,1,2,2,30010010,1,1,223100301 +411000519,1,2,2,30100009,1,1,223100301 +411000601,1,2,2,30020011,1,1,223101001 +411000602,1,3,2,19100001,1,500,223101001 +411000603,1,3,2,21000001,1,1,223101001 +411000604,1,2,2,30010007,1,1,223101001 +411000605,1,2,2,30020007,1,1,223101001 +411000606,1,2,2,30030007,1,1,223101001 +411000607,1,2,2,30040007,1,1,223101001 +411000608,1,2,2,30050007,1,1,223101001 +411000609,1,2,2,30060007,1,1,223101001 +411000610,1,2,2,30070007,1,1,223101001 +411000611,1,2,2,30080007,1,1,223101001 +411000612,1,2,2,30090007,1,1,223101001 +411000613,1,2,2,30100007,1,1,223101001 +411000614,1,2,2,30110007,1,1,223101001 +411000615,1,2,2,30120007,1,1,223101001 +411000616,1,2,2,30060009,1,1,223101001 +411000617,1,2,2,30080009,1,1,223101001 +411000618,1,2,2,30010010,1,1,223101001 +411000619,1,2,2,30100009,1,1,223101001 +411000701,1,2,2,30030012,1,1,223101701 +411000702,1,3,2,19100001,1,500,223101701 +411000703,1,3,2,21000001,1,1,223101701 +411000704,1,2,2,30010007,1,1,223101701 +411000705,1,2,2,30020007,1,1,223101701 +411000706,1,2,2,30030007,1,1,223101701 +411000707,1,2,2,30040007,1,1,223101701 +411000708,1,2,2,30050007,1,1,223101701 +411000709,1,2,2,30060007,1,1,223101701 +411000710,1,2,2,30070007,1,1,223101701 +411000711,1,2,2,30080007,1,1,223101701 +411000712,1,2,2,30090007,1,1,223101701 +411000713,1,2,2,30100007,1,1,223101701 +411000714,1,2,2,30110007,1,1,223101701 +411000715,1,2,2,30120007,1,1,223101701 +411000716,1,2,2,30060009,1,1,223101701 +411000717,1,2,2,30080009,1,1,223101701 +411000718,1,2,2,30010010,1,1,223101701 +411000719,1,2,2,30100009,1,1,223101701 +411000801,1,2,2,30040011,1,1,223102401 +411000802,1,3,2,19100001,1,500,223102401 +411000803,1,3,2,21000001,1,1,223102401 +411000804,1,2,2,30010007,1,1,223102401 +411000805,1,2,2,30020007,1,1,223102401 +411000806,1,2,2,30030007,1,1,223102401 +411000807,1,2,2,30040007,1,1,223102401 +411000808,1,2,2,30050007,1,1,223102401 +411000809,1,2,2,30060007,1,1,223102401 +411000810,1,2,2,30070007,1,1,223102401 +411000811,1,2,2,30080007,1,1,223102401 +411000812,1,2,2,30090007,1,1,223102401 +411000813,1,2,2,30100007,1,1,223102401 +411000814,1,2,2,30110007,1,1,223102401 +411000815,1,2,2,30120007,1,1,223102401 +411000816,1,2,2,30060009,1,1,223102401 +411000817,1,2,2,30080009,1,1,223102401 +411000818,1,2,2,30010010,1,1,223102401 +411000819,1,2,2,30100009,1,1,223102401 +411000901,1,2,2,30050012,1,1,223103101 +411000902,1,3,2,19100001,1,500,223103101 +411000903,1,3,2,21000001,1,1,223103101 +411000904,1,2,2,30010007,1,1,223103101 +411000905,1,2,2,30020007,1,1,223103101 +411000906,1,2,2,30030007,1,1,223103101 +411000907,1,2,2,30040007,1,1,223103101 +411000908,1,2,2,30050007,1,1,223103101 +411000909,1,2,2,30060007,1,1,223103101 +411000910,1,2,2,30070007,1,1,223103101 +411000911,1,2,2,30080007,1,1,223103101 +411000912,1,2,2,30090007,1,1,223103101 +411000913,1,2,2,30100007,1,1,223103101 +411000914,1,2,2,30110007,1,1,223103101 +411000915,1,2,2,30120007,1,1,223103101 +411000916,1,2,2,30060009,1,1,223103101 +411000917,1,2,2,30080009,1,1,223103101 +411000918,1,2,2,30010010,1,1,223103101 +411000919,1,2,2,30100009,1,1,223103101 +411001001,1,2,2,30060011,1,1,223110701 +411001002,1,3,2,19100001,1,500,223110701 +411001003,1,3,2,21000001,1,1,223110701 +411001004,1,2,2,30010007,1,1,223110701 +411001005,1,2,2,30020007,1,1,223110701 +411001006,1,2,2,30030007,1,1,223110701 +411001007,1,2,2,30040007,1,1,223110701 +411001008,1,2,2,30050007,1,1,223110701 +411001009,1,2,2,30060007,1,1,223110701 +411001010,1,2,2,30070007,1,1,223110701 +411001011,1,2,2,30080007,1,1,223110701 +411001012,1,2,2,30090007,1,1,223110701 +411001013,1,2,2,30100007,1,1,223110701 +411001014,1,2,2,30110007,1,1,223110701 +411001015,1,2,2,30120007,1,1,223110701 +411001016,1,2,2,30060009,1,1,223110701 +411001017,1,2,2,30080009,1,1,223110701 +411001018,1,2,2,30010010,1,1,223110701 +411001019,1,2,2,30100009,1,1,223110701 +411001101,1,2,2,30070014,1,1,223111401 +411001102,1,3,2,19100001,1,500,223111401 +411001103,1,3,2,21000001,1,1,223111401 +411001104,1,2,2,30010007,1,1,223111401 +411001105,1,2,2,30020007,1,1,223111401 +411001106,1,2,2,30030007,1,1,223111401 +411001107,1,2,2,30040007,1,1,223111401 +411001108,1,2,2,30050007,1,1,223111401 +411001109,1,2,2,30060007,1,1,223111401 +411001110,1,2,2,30070007,1,1,223111401 +411001111,1,2,2,30080007,1,1,223111401 +411001112,1,2,2,30090007,1,1,223111401 +411001113,1,2,2,30100007,1,1,223111401 +411001114,1,2,2,30110007,1,1,223111401 +411001115,1,2,2,30120007,1,1,223111401 +411001116,1,2,2,30060009,1,1,223111401 +411001117,1,2,2,30080009,1,1,223111401 +411001118,1,2,2,30010010,1,1,223111401 +411001119,1,2,2,30100009,1,1,223111401 +411001201,1,2,2,30080011,1,1,223112101 +411001202,1,3,2,19100001,1,500,223112101 +411001203,1,3,2,21000001,1,1,223112101 +411001204,1,2,2,30010007,1,1,223112101 +411001205,1,2,2,30020007,1,1,223112101 +411001206,1,2,2,30030007,1,1,223112101 +411001207,1,2,2,30040007,1,1,223112101 +411001208,1,2,2,30050007,1,1,223112101 +411001209,1,2,2,30060007,1,1,223112101 +411001210,1,2,2,30070007,1,1,223112101 +411001211,1,2,2,30080007,1,1,223112101 +411001212,1,2,2,30090007,1,1,223112101 +411001213,1,2,2,30100007,1,1,223112101 +411001214,1,2,2,30110007,1,1,223112101 +411001215,1,2,2,30120007,1,1,223112101 +411001216,1,2,2,30060009,1,1,223112101 +411001217,1,2,2,30080009,1,1,223112101 +411001218,1,2,2,30010010,1,1,223112101 +411001219,1,2,2,30100009,1,1,223112101 +411001301,1,2,2,30090013,1,1,223112801 +411001302,1,3,2,19100001,1,500,223112801 +411001303,1,3,2,21000001,1,1,223112801 +411001304,1,2,2,30010007,1,1,223112801 +411001305,1,2,2,30020007,1,1,223112801 +411001306,1,2,2,30030007,1,1,223112801 +411001307,1,2,2,30040007,1,1,223112801 +411001308,1,2,2,30050007,1,1,223112801 +411001309,1,2,2,30060007,1,1,223112801 +411001310,1,2,2,30070007,1,1,223112801 +411001311,1,2,2,30080007,1,1,223112801 +411001312,1,2,2,30090007,1,1,223112801 +411001313,1,2,2,30100007,1,1,223112801 +411001314,1,2,2,30110007,1,1,223112801 +411001315,1,2,2,30120007,1,1,223112801 +411001316,1,2,2,30060009,1,1,223112801 +411001317,1,2,2,30080009,1,1,223112801 +411001318,1,2,2,30010010,1,1,223112801 +411001319,1,2,2,30100009,1,1,223112801 +411001401,1,2,2,30100013,1,1,223120501 +411001402,1,3,2,19100001,1,500,223120501 +411001403,1,3,2,21000001,1,1,223120501 +411001404,1,2,2,30010007,1,1,223120501 +411001405,1,2,2,30020007,1,1,223120501 +411001406,1,2,2,30030007,1,1,223120501 +411001407,1,2,2,30040007,1,1,223120501 +411001408,1,2,2,30050007,1,1,223120501 +411001409,1,2,2,30060007,1,1,223120501 +411001410,1,2,2,30070007,1,1,223120501 +411001411,1,2,2,30080007,1,1,223120501 +411001412,1,2,2,30090007,1,1,223120501 +411001413,1,2,2,30100007,1,1,223120501 +411001414,1,2,2,30110007,1,1,223120501 +411001415,1,2,2,30120007,1,1,223120501 +411001416,1,2,2,30060009,1,1,223120501 +411001417,1,2,2,30080009,1,1,223120501 +411001418,1,2,2,30010010,1,1,223120501 +411001419,1,2,2,30100009,1,1,223120501 +411001501,1,2,2,30110014,1,1,223121201 +411001502,1,3,2,19100001,1,500,223121201 +411001503,1,3,2,21000001,1,1,223121201 +411001504,1,2,2,30010007,1,1,223121201 +411001505,1,2,2,30020007,1,1,223121201 +411001506,1,2,2,30030007,1,1,223121201 +411001507,1,2,2,30040007,1,1,223121201 +411001508,1,2,2,30050007,1,1,223121201 +411001509,1,2,2,30060007,1,1,223121201 +411001510,1,2,2,30070007,1,1,223121201 +411001511,1,2,2,30080007,1,1,223121201 +411001512,1,2,2,30090007,1,1,223121201 +411001513,1,2,2,30100007,1,1,223121201 +411001514,1,2,2,30110007,1,1,223121201 +411001515,1,2,2,30120007,1,1,223121201 +411001516,1,2,2,30060009,1,1,223121201 +411001517,1,2,2,30080009,1,1,223121201 +411001518,1,2,2,30010010,1,1,223121201 +411001519,1,2,2,30100009,1,1,223121201 +411001601,1,2,2,30120013,1,1,223121901 +411001602,1,3,2,19100001,1,500,223121901 +411001603,1,3,2,21000001,1,1,223121901 +411001604,1,2,2,30010007,1,1,223121901 +411001605,1,2,2,30020007,1,1,223121901 +411001606,1,2,2,30030007,1,1,223121901 +411001607,1,2,2,30040007,1,1,223121901 +411001608,1,2,2,30050007,1,1,223121901 +411001609,1,2,2,30060007,1,1,223121901 +411001610,1,2,2,30070007,1,1,223121901 +411001611,1,2,2,30080007,1,1,223121901 +411001612,1,2,2,30090007,1,1,223121901 +411001613,1,2,2,30100007,1,1,223121901 +411001614,1,2,2,30110007,1,1,223121901 +411001615,1,2,2,30120007,1,1,223121901 +411001616,1,2,2,30060009,1,1,223121901 +411001617,1,2,2,30080009,1,1,223121901 +411001618,1,2,2,30010010,1,1,223121901 +411001619,1,2,2,30100009,1,1,223121901 +411001701,1,2,2,20040015,1,1,223101501 +411001702,1,2,2,20070015,1,1,223101501 +411001703,1,2,2,20050015,1,1,223101501 +411001704,1,2,2,30070011,1,1,223101501 +411001705,1,2,2,40030011,1,1,223101501 +411001706,1,3,2,19100001,1,500,223101501 +411001707,1,3,2,21000001,1,1,223101501 +411001708,1,2,2,10010013,1,1,223101501 +411001709,1,2,2,10020013,1,1,223101501 +411001710,1,2,2,10030013,1,1,223101501 +411001711,1,2,2,10040013,1,1,223101501 +411001712,1,2,2,10050013,1,1,223101501 +411001713,1,2,2,10060013,1,1,223101501 +411001714,1,2,2,10070013,1,1,223101501 +411001715,1,2,2,10080013,1,1,223101501 +411001716,1,2,2,10090013,1,1,223101501 +411001717,1,2,2,20010011,1,1,223101501 +411001718,1,2,2,20020011,1,1,223101501 +411001719,1,2,2,20030011,1,1,223101501 +411001720,1,2,2,20040011,1,1,223101501 +411001721,1,2,2,20050011,1,1,223101501 +411001722,1,2,2,20060011,1,1,223101501 +411001723,1,2,2,20070011,1,1,223101501 +411001724,1,2,2,20080011,1,1,223101501 +411001725,1,2,2,20090011,1,1,223101501 +411001726,1,2,2,30010007,1,1,223101501 +411001727,1,2,2,30020007,1,1,223101501 +411001728,1,2,2,30030007,1,1,223101501 +411001729,1,2,2,30040007,1,1,223101501 +411001730,1,2,2,30050007,1,1,223101501 +411001731,1,2,2,30060007,1,1,223101501 +411001732,1,2,2,30070007,1,1,223101501 +411001733,1,2,2,30080007,1,1,223101501 +411001734,1,2,2,30090007,1,1,223101501 +411001735,1,2,2,30100007,1,1,223101501 +411001736,1,2,2,30110007,1,1,223101501 +411001737,1,2,2,30120007,1,1,223101501 +411001738,1,2,2,40010007,1,1,223101501 +411001739,1,2,2,40020007,1,1,223101501 +411001740,1,2,2,40030007,1,1,223101501 +411001741,1,2,2,40040007,1,1,223101501 +411001742,1,2,2,40050007,1,1,223101501 +411001743,1,2,2,40060007,1,1,223101501 +411001744,1,2,2,40070007,1,1,223101501 +411001745,1,2,2,40080007,1,1,223101501 +411001746,1,2,2,40090007,1,1,223101501 +411001747,1,2,2,40020009,1,1,223101501 +411001748,1,2,2,40090009,1,1,223101501 +411001749,1,2,2,10010016,1,1,223101501 +411001750,1,2,2,10020015,1,1,223101501 +411001751,1,2,2,20010014,1,1,223101501 +411001752,1,2,2,20020013,1,1,223101501 +411001753,1,2,2,30060009,1,1,223101501 +411001754,1,2,2,30080009,1,1,223101501 +411001755,1,2,2,20030013,1,1,223101501 +411001756,1,2,2,20040013,1,1,223101501 +411001757,1,2,2,40040009,1,1,223101501 +411001758,1,2,2,40050009,1,1,223101501 +411001759,1,2,2,30010010,1,1,223101501 +411001760,1,2,2,30100009,1,1,223101501 +411001761,1,2,2,10030016,1,1,223101501 +411001762,1,2,2,10050015,1,1,223101501 +411001763,1,2,2,40070010,1,1,223101501 +411001764,1,2,2,40080010,1,1,223101501 +411001765,1,2,2,20060015,1,1,223101501 +411001766,1,2,2,20080014,1,1,223101501 +411001767,1,2,2,10060015,1,1,223101501 +411001768,1,2,2,10070017,1,1,223101501 +411001769,1,2,2,30120010,1,1,223101501 +411001770,1,2,2,30110010,1,1,223101501 +411002301,1,3,2,19100001,1,500,223090603 +411002302,1,3,2,21000001,1,1,223090603 +411002303,1,2,2,30010007,1,1,223090603 +411002304,1,2,2,30020007,1,1,223090603 +411002305,1,2,2,30030007,1,1,223090603 +411002306,1,2,2,30040007,1,1,223090603 +411002307,1,2,2,30050007,1,1,223090603 +411002308,1,2,2,30060007,1,1,223090603 +411002309,1,2,2,30070007,1,1,223090603 +411002310,1,2,2,30080007,1,1,223090603 +411002311,1,2,2,30090007,1,1,223090603 +411002312,1,2,2,30100007,1,1,223090603 +411002313,1,2,2,30110007,1,1,223090603 +411002314,1,2,2,30120007,1,1,223090603 +411002315,1,2,2,30060009,1,1,223090603 +411002316,1,2,2,30080009,1,1,223090603 +411002401,1,3,2,19100001,1,500,223103111 +411002402,1,3,2,21000001,1,1,223103111 +411002403,1,2,2,10010013,1,1,223103111 +411002404,1,2,2,10020013,1,1,223103111 +411002405,1,2,2,10030013,1,1,223103111 +411002406,1,2,2,10040013,1,1,223103111 +411002407,1,2,2,10050013,1,1,223103111 +411002408,1,2,2,10060013,1,1,223103111 +411002409,1,2,2,10070013,1,1,223103111 +411002410,1,2,2,10080013,1,1,223103111 +411002411,1,2,2,10090013,1,1,223103111 +411002412,1,2,2,10010016,1,1,223103111 +411002413,1,2,2,10020015,1,1,223103111 +411002414,1,2,2,10030016,1,1,223103111 +411002415,1,2,2,10050015,1,1,223103111 +411002416,1,2,2,10060015,1,1,223103111 +411002417,1,2,2,10070017,1,1,223103111 +411002501,1,3,2,19100001,1,500,223111508 +411002502,1,3,2,21000001,1,1,223111508 +411002503,1,2,2,20010011,1,1,223111508 +411002504,1,2,2,20020011,1,1,223111508 +411002505,1,2,2,20030011,1,1,223111508 +411002506,1,2,2,20040011,1,1,223111508 +411002507,1,2,2,20050011,1,1,223111508 +411002508,1,2,2,20060011,1,1,223111508 +411002509,1,2,2,20070011,1,1,223111508 +411002510,1,2,2,20080011,1,1,223111508 +411002511,1,2,2,20090011,1,1,223111508 +411002512,1,2,2,20010014,1,1,223111508 +411002513,1,2,2,20020013,1,1,223111508 +411002514,1,2,2,20030013,1,1,223111508 +411002515,1,2,2,20040013,1,1,223111508 +411002516,1,2,2,20060015,1,1,223111508 +411002517,1,2,2,20080014,1,1,223111508 +411002518,1,2,2,20040015,1,1,223111508 +411002519,1,2,2,20070015,1,1,223111508 +411002701,1,2,2,60010001,1,1,223121402 +411002702,1,2,2,60020001,1,1,223121402 +411002703,1,2,2,60030001,1,1,223121402 +411002704,1,2,2,60040001,1,1,223121402 +411002705,1,2,2,60050001,1,1,223121402 +411002706,1,2,2,60060001,1,1,223121402 +411002707,1,2,2,60070001,1,1,223121402 +411002708,1,2,2,60080001,1,1,223121402 +411002709,1,2,2,60090001,1,1,223121402 +411002710,1,3,2,19100001,1,500,223121402 +411002711,1,3,2,21000001,1,1,223121402 +411002712,1,2,2,20010011,1,1,223121402 +411002713,1,2,2,20020011,1,1,223121402 +411002714,1,2,2,20030011,1,1,223121402 +411002715,1,2,2,20040011,1,1,223121402 +411002716,1,2,2,20050011,1,1,223121402 +411002717,1,2,2,20060011,1,1,223121402 +411002718,1,2,2,20070011,1,1,223121402 +411002719,1,2,2,20080011,1,1,223121402 +411002720,1,2,2,20090011,1,1,223121402 +411002721,1,2,2,20010014,1,1,223121402 +411002722,1,2,2,20020013,1,1,223121402 +411002723,1,2,2,20030013,1,1,223121402 +411002724,1,2,2,20040013,1,1,223121402 +411002725,1,2,2,20060015,1,1,223121402 +411002726,1,2,2,20080014,1,1,223121402 +411002727,1,2,2,20040015,1,1,223121402 +411002728,1,2,2,20070015,1,1,223121402 +411002729,1,2,2,30110010,1,1,223121402 +411002730,1,2,2,20040015,1,1,223121402 +411002801,1,3,2,19100001,1,500,223111702 +411002802,1,3,2,21000001,1,1,223111702 +411002803,1,2,2,10050013,1,1,223111702 +411002804,1,2,2,10060013,1,1,223111702 +411002805,1,2,2,10080013,1,1,223111702 +411002806,1,2,2,20060011,1,1,223111702 +411002807,1,2,2,20070011,1,1,223111702 +411002808,1,2,2,20090011,1,1,223111702 +411002809,1,2,2,30020007,1,1,223111702 +411002810,1,2,2,30030007,1,1,223111702 +411002811,1,2,2,30090007,1,1,223111702 +411002812,1,2,2,30100007,1,1,223111702 +411002813,1,2,2,40060007,1,1,223111702 +411002814,1,2,2,40070007,1,1,223111702 +411002815,1,2,2,40080007,1,1,223111702 +411002816,1,2,2,40090007,1,1,223111702 +411002817,1,2,2,40090009,1,1,223111702 +411002818,1,2,2,30100009,1,1,223111702 +411002819,1,2,2,10050015,1,1,223111702 +411002820,1,2,2,40070010,1,1,223111702 +411002821,1,2,2,40080010,1,1,223111702 +411002822,1,2,2,20060015,1,1,223111702 +411002823,1,2,2,10060015,1,1,223111702 +411002824,1,2,2,20070015,1,1,223111702 +411002825,1,2,2,40060011,1,1,223111702 +411002901,1,3,2,19100001,1,500,223112404 +411002902,1,3,2,21000001,1,1,223112404 +411002903,1,2,2,10010013,1,1,223112404 +411002904,1,2,2,10030013,1,1,223112404 +411002905,1,2,2,10040013,1,1,223112404 +411002906,1,2,2,20010011,1,1,223112404 +411002907,1,2,2,20020011,1,1,223112404 +411002908,1,2,2,20050011,1,1,223112404 +411002909,1,2,2,30010007,1,1,223112404 +411002910,1,2,2,30050007,1,1,223112404 +411002911,1,2,2,30070007,1,1,223112404 +411002912,1,2,2,30120007,1,1,223112404 +411002913,1,2,2,40010007,1,1,223112404 +411002914,1,2,2,40020007,1,1,223112404 +411002915,1,2,2,40030007,1,1,223112404 +411002916,1,2,2,40040007,1,1,223112404 +411002917,1,2,2,40050007,1,1,223112404 +411002918,1,2,2,40020009,1,1,223112404 +411002919,1,2,2,10010016,1,1,223112404 +411002920,1,2,2,20010014,1,1,223112404 +411002921,1,2,2,20020013,1,1,223112404 +411002922,1,2,2,40040009,1,1,223112404 +411002923,1,2,2,40050009,1,1,223112404 +411002924,1,2,2,30010010,1,1,223112404 +411002925,1,2,2,10030016,1,1,223112404 +411002926,1,2,2,30120010,1,1,223112404 +411002927,1,2,2,40030012,1,1,223112404 +411003001,1,3,2,19100001,1,500,223120103 +411003002,1,3,2,21000001,1,1,223120103 +411003003,1,2,2,10020013,1,1,223120103 +411003004,1,2,2,10070013,1,1,223120103 +411003005,1,2,2,10090013,1,1,223120103 +411003006,1,2,2,20030011,1,1,223120103 +411003007,1,2,2,20040011,1,1,223120103 +411003008,1,2,2,20080011,1,1,223120103 +411003009,1,2,2,30040007,1,1,223120103 +411003010,1,2,2,30060007,1,1,223120103 +411003011,1,2,2,30080007,1,1,223120103 +411003012,1,2,2,30110007,1,1,223120103 +411003013,1,2,2,10020015,1,1,223120103 +411003014,1,2,2,30060009,1,1,223120103 +411003015,1,2,2,30080009,1,1,223120103 +411003016,1,2,2,20030013,1,1,223120103 +411003017,1,2,2,20040013,1,1,223120103 +411003018,1,2,2,20080014,1,1,223120103 +411003019,1,2,2,10070017,1,1,223120103 +411003020,1,2,2,30110010,1,1,223120103 +411003021,1,2,2,20040015,1,1,223120103 +411003101,1,3,2,19100001,1,500,223122604 +411003102,1,3,2,21000001,1,1,223122604 +411003103,1,2,2,10010013,1,1,223122604 +411003104,1,2,2,10020013,1,1,223122604 +411003105,1,2,2,10030013,1,1,223122604 +411003106,1,2,2,10040013,1,1,223122604 +411003107,1,2,2,10050013,1,1,223122604 +411003108,1,2,2,10060013,1,1,223122604 +411003109,1,2,2,10070013,1,1,223122604 +411003110,1,2,2,10080013,1,1,223122604 +411003111,1,2,2,10090013,1,1,223122604 +411003112,1,2,2,20010011,1,1,223122604 +411003113,1,2,2,20020011,1,1,223122604 +411003114,1,2,2,20030011,1,1,223122604 +411003115,1,2,2,20040011,1,1,223122604 +411003116,1,2,2,20050011,1,1,223122604 +411003117,1,2,2,20060011,1,1,223122604 +411003118,1,2,2,20070011,1,1,223122604 +411003119,1,2,2,20080011,1,1,223122604 +411003120,1,2,2,20090011,1,1,223122604 +411003121,1,2,2,30010007,1,1,223122604 +411003122,1,2,2,30020007,1,1,223122604 +411003123,1,2,2,30030007,1,1,223122604 +411003124,1,2,2,30040007,1,1,223122604 +411003125,1,2,2,30050007,1,1,223122604 +411003126,1,2,2,30060007,1,1,223122604 +411003127,1,2,2,30070007,1,1,223122604 +411003128,1,2,2,30080007,1,1,223122604 +411003129,1,2,2,30090007,1,1,223122604 +411003130,1,2,2,30100007,1,1,223122604 +411003131,1,2,2,30110007,1,1,223122604 +411003132,1,2,2,30120007,1,1,223122604 +411003133,1,2,2,40010007,1,1,223122604 +411003134,1,2,2,40020007,1,1,223122604 +411003135,1,2,2,40030007,1,1,223122604 +411003136,1,2,2,40040007,1,1,223122604 +411003137,1,2,2,40050007,1,1,223122604 +411003138,1,2,2,40060007,1,1,223122604 +411003139,1,2,2,40070007,1,1,223122604 +411003140,1,2,2,40080007,1,1,223122604 +411003141,1,2,2,40090007,1,1,223122604 +411003142,1,2,2,40020009,1,1,223122604 +411003143,1,2,2,40090009,1,1,223122604 +411003144,1,2,2,10010016,1,1,223122604 +411003145,1,2,2,10020015,1,1,223122604 +411003146,1,2,2,20010014,1,1,223122604 +411003147,1,2,2,20020013,1,1,223122604 +411003148,1,2,2,30060009,1,1,223122604 +411003149,1,2,2,30080009,1,1,223122604 +411003150,1,2,2,20030013,1,1,223122604 +411003151,1,2,2,20040013,1,1,223122604 +411003152,1,2,2,40040009,1,1,223122604 +411003153,1,2,2,40050009,1,1,223122604 +411003154,1,2,2,30010010,1,1,223122604 +411003155,1,2,2,30100009,1,1,223122604 +411003156,1,2,2,10030016,1,1,223122604 +411003157,1,2,2,10050015,1,1,223122604 +411003158,1,2,2,40070010,1,1,223122604 +411003159,1,2,2,40080010,1,1,223122604 +411003160,1,2,2,20060015,1,1,223122604 +411003161,1,2,2,20080014,1,1,223122604 +411003162,1,2,2,10060015,1,1,223122604 +411003163,1,2,2,10070017,1,1,223122604 +411003164,1,2,2,30110010,1,1,223122604 +411003165,1,2,2,30120010,1,1,223122604 +411003166,1,2,2,20040015,1,1,223122604 +411003167,1,2,2,20070015,1,1,223122604 +411003168,1,2,2,40030012,1,1,223122604 +411003169,1,2,2,40060011,1,1,223122604 +411003170,1,2,2,30050013,1,1,223122604 +411003171,1,2,2,30070013,1,1,223122604 +411003172,1,2,2,10040019,1,1,223122604 +411003173,1,2,2,10090018,1,1,223122604 +411003301,1,2,2,40010010,1,1,224010105 +411003302,1,2,2,30050009,1,1,224010105 +411003303,1,2,2,10070015,1,1,224010105 +411003304,1,2,2,20080013,1,1,224010105 +411003305,1,2,2,40080009,1,1,224010105 +411003306,1,2,2,30040009,1,1,224010105 +411003307,1,2,2,20060014,1,1,224010105 +411003308,1,2,2,40020010,1,1,224010105 +411003309,1,2,2,10090016,1,1,224010105 +411003310,1,2,2,20010015,1,1,224010105 +411003311,1,2,2,10010017,1,1,224010105 +411003312,1,2,2,40090010,1,1,224010105 +411003313,1,2,2,30070009,1,1,224010105 +411003314,1,2,2,10030017,1,1,224010105 +411003315,1,2,2,20020014,1,1,224010105 +411003316,1,2,2,20090014,1,1,224010105 +411003317,1,2,2,40040010,1,1,224010105 +411003318,1,2,2,30100010,1,1,224010105 +411003319,1,2,2,10020017,1,1,224010105 +411003320,1,2,2,40070011,1,1,224010105 +411003321,1,2,2,10050016,1,1,224010105 +411003322,1,2,2,30090012,1,1,224010105 +411003323,1,2,2,40050011,1,1,224010105 +411003324,1,2,2,30110013,1,1,224010105 +411003325,1,2,2,30060013,1,1,224010105 +411003326,1,3,2,19100001,1,500,224010105 +411003327,1,3,2,21000001,1,1,224010105 +411003328,1,2,2,10010013,1,1,224010105 +411003329,1,2,2,10020013,1,1,224010105 +411003330,1,2,2,10030013,1,1,224010105 +411003331,1,2,2,10040013,1,1,224010105 +411003332,1,2,2,10050013,1,1,224010105 +411003333,1,2,2,10060013,1,1,224010105 +411003334,1,2,2,10070013,1,1,224010105 +411003335,1,2,2,10080013,1,1,224010105 +411003336,1,2,2,10090013,1,1,224010105 +411003337,1,2,2,20010011,1,1,224010105 +411003338,1,2,2,20020011,1,1,224010105 +411003339,1,2,2,20030011,1,1,224010105 +411003340,1,2,2,20040011,1,1,224010105 +411003341,1,2,2,20050011,1,1,224010105 +411003342,1,2,2,20060011,1,1,224010105 +411003343,1,2,2,20070011,1,1,224010105 +411003344,1,2,2,20080011,1,1,224010105 +411003345,1,2,2,20090011,1,1,224010105 +411003346,1,2,2,30010007,1,1,224010105 +411003347,1,2,2,30020007,1,1,224010105 +411003348,1,2,2,30030007,1,1,224010105 +411003349,1,2,2,30040007,1,1,224010105 +411003350,1,2,2,30050007,1,1,224010105 +411003351,1,2,2,30060007,1,1,224010105 +411003352,1,2,2,30070007,1,1,224010105 +411003353,1,2,2,30080007,1,1,224010105 +411003354,1,2,2,30090007,1,1,224010105 +411003355,1,2,2,30100007,1,1,224010105 +411003356,1,2,2,30110007,1,1,224010105 +411003357,1,2,2,30120007,1,1,224010105 +411003358,1,2,2,40010007,1,1,224010105 +411003359,1,2,2,40020007,1,1,224010105 +411003360,1,2,2,40030007,1,1,224010105 +411003361,1,2,2,40040007,1,1,224010105 +411003362,1,2,2,40050007,1,1,224010105 +411003363,1,2,2,40060007,1,1,224010105 +411003364,1,2,2,40070007,1,1,224010105 +411003365,1,2,2,40080007,1,1,224010105 +411003366,1,2,2,40090007,1,1,224010105 +411003367,1,2,2,40020009,1,1,224010105 +411003368,1,2,2,40090009,1,1,224010105 +411003369,1,2,2,10010016,1,1,224010105 +411003370,1,2,2,10020015,1,1,224010105 +411003371,1,2,2,20010014,1,1,224010105 +411003372,1,2,2,20020013,1,1,224010105 +411003373,1,2,2,30060009,1,1,224010105 +411003374,1,2,2,30080009,1,1,224010105 +411003375,1,2,2,20030013,1,1,224010105 +411003376,1,2,2,20040013,1,1,224010105 +411003377,1,2,2,40040009,1,1,224010105 +411003378,1,2,2,40050009,1,1,224010105 +411003379,1,2,2,30010010,1,1,224010105 +411003380,1,2,2,30100009,1,1,224010105 +411003381,1,2,2,10030016,1,1,224010105 +411003382,1,2,2,10050015,1,1,224010105 +411003383,1,2,2,40070010,1,1,224010105 +411003384,1,2,2,40080010,1,1,224010105 +411003385,1,2,2,20060015,1,1,224010105 +411003386,1,2,2,20080014,1,1,224010105 +411003387,1,2,2,10060015,1,1,224010105 +411003388,1,2,2,10070017,1,1,224010105 +411003389,1,2,2,30110010,1,1,224010105 +411003390,1,2,2,30120010,1,1,224010105 +411003391,1,2,2,20040015,1,1,224010105 +411003392,1,2,2,20070015,1,1,224010105 +411003393,1,2,2,40030012,1,1,224010105 +411003394,1,2,2,40060011,1,1,224010105 +411003395,1,2,2,30050013,1,1,224010105 +411003396,1,2,2,30070013,1,1,224010105 +411003397,1,2,2,10040019,1,1,224010105 +411003398,1,2,2,10090018,1,1,224010105 +411003399,1,2,2,40010014,1,1,224010105 +411003400,1,2,2,40020012,1,1,224010105 +411003501,1,3,2,19100001,1,500,224011304 +411003502,1,3,2,21000001,1,1,224011304 +411003503,1,2,2,30010012,1,1,224011304 +411003504,1,2,2,30020011,1,1,224011304 +411003505,1,2,2,30030012,1,1,224011304 +411003506,1,2,2,30040011,1,1,224011304 +411003507,1,2,2,30050012,1,1,224011304 +411003508,1,2,2,30060011,1,1,224011304 +411003509,1,2,2,30070014,1,1,224011304 +411003510,1,2,2,30080011,1,1,224011304 +411003511,1,2,2,30090013,1,1,224011304 +411003512,1,2,2,30100013,1,1,224011304 +411003513,1,2,2,30110014,1,1,224011304 +411003514,1,2,2,30120013,1,1,224011304 +411003901,1,3,2,19100001,1,500,224030109 +411003902,1,3,2,21000001,1,1,224030109 +411003903,1,2,2,10010013,1,1,224030109 +411003904,1,2,2,10020013,1,1,224030109 +411003905,1,2,2,10030013,1,1,224030109 +411003906,1,2,2,10040013,1,1,224030109 +411003907,1,2,2,10050013,1,1,224030109 +411003908,1,2,2,10060013,1,1,224030109 +411003909,1,2,2,10070013,1,1,224030109 +411003910,1,2,2,10080013,1,1,224030109 +411003911,1,2,2,10090013,1,1,224030109 +411003912,1,2,2,20010011,1,1,224030109 +411003913,1,2,2,20020011,1,1,224030109 +411003914,1,2,2,20030011,1,1,224030109 +411003915,1,2,2,20040011,1,1,224030109 +411003916,1,2,2,20050011,1,1,224030109 +411003917,1,2,2,20060011,1,1,224030109 +411003918,1,2,2,20070011,1,1,224030109 +411003919,1,2,2,20080011,1,1,224030109 +411003920,1,2,2,20090011,1,1,224030109 +411003921,1,2,2,30010007,1,1,224030109 +411003922,1,2,2,30020007,1,1,224030109 +411003923,1,2,2,30030007,1,1,224030109 +411003924,1,2,2,30040007,1,1,224030109 +411003925,1,2,2,30050007,1,1,224030109 +411003926,1,2,2,30060007,1,1,224030109 +411003927,1,2,2,30070007,1,1,224030109 +411003928,1,2,2,30080007,1,1,224030109 +411003929,1,2,2,30090007,1,1,224030109 +411003930,1,2,2,30100007,1,1,224030109 +411003931,1,2,2,30110007,1,1,224030109 +411003932,1,2,2,30120007,1,1,224030109 +411003933,1,2,2,40010007,1,1,224030109 +411003934,1,2,2,40020007,1,1,224030109 +411003935,1,2,2,40030007,1,1,224030109 +411003936,1,2,2,40040007,1,1,224030109 +411003937,1,2,2,40050007,1,1,224030109 +411003938,1,2,2,40060007,1,1,224030109 +411003939,1,2,2,40070007,1,1,224030109 +411003940,1,2,2,40080007,1,1,224030109 +411003941,1,2,2,40090007,1,1,224030109 +411003942,1,2,2,40020009,1,1,224030109 +411003943,1,2,2,40090009,1,1,224030109 +411003944,1,2,2,10010016,1,1,224030109 +411003945,1,2,2,10020015,1,1,224030109 +411003946,1,2,2,20010014,1,1,224030109 +411003947,1,2,2,20020013,1,1,224030109 +411003948,1,2,2,30060009,1,1,224030109 +411003949,1,2,2,30080009,1,1,224030109 +411003950,1,2,2,20030013,1,1,224030109 +411003951,1,2,2,20040013,1,1,224030109 +411003952,1,2,2,40040009,1,1,224030109 +411003953,1,2,2,40050009,1,1,224030109 +411003954,1,2,2,30010010,1,1,224030109 +411003955,1,2,2,30100009,1,1,224030109 +411003956,1,2,2,10030016,1,1,224030109 +411003957,1,2,2,10050015,1,1,224030109 +411003958,1,2,2,40070010,1,1,224030109 +411003959,1,2,2,40080010,1,1,224030109 +411003960,1,2,2,20060015,1,1,224030109 +411003961,1,2,2,20080014,1,1,224030109 +411003962,1,2,2,10060015,1,1,224030109 +411003963,1,2,2,10070017,1,1,224030109 +411003964,1,2,2,30110010,1,1,224030109 +411003965,1,2,2,30120010,1,1,224030109 +411003966,1,2,2,20040015,1,1,224030109 +411003967,1,2,2,20070015,1,1,224030109 +411003968,1,2,2,40030012,1,1,224030109 +411003969,1,2,2,40060011,1,1,224030109 +411003970,1,2,2,30050013,1,1,224030109 +411003971,1,2,2,30070013,1,1,224030109 +411003972,1,2,2,10040019,1,1,224030109 +411003973,1,2,2,10090018,1,1,224030109 +411003974,1,2,2,40010014,1,1,224030109 +411003975,1,2,2,40020012,1,1,224030109 +411003976,1,2,2,20050017,1,1,224030109 +411003977,1,2,2,20090016,1,1,224030109 +411003978,1,2,2,10030018,1,1,224030109 +411003979,1,2,2,10060017,1,1,224030109 +411003980,1,2,2,30030014,1,1,224030109 +411003981,1,2,2,30040014,1,1,224030109 +411003982,1,2,2,20020016,1,1,224030109 +411003983,1,2,2,20060016,1,1,224030109 +411004301,1,2,2,30030015,1,1,224031602 +411004302,1,2,2,40060013,1,1,224031602 +411004303,1,2,2,20050019,1,1,224031602 +411004304,1,2,2,10060018,1,1,224031602 +411004305,1,3,2,19100001,1,500,224031602 +411004306,1,3,2,21000001,1,1,224031602 +411004307,1,2,2,10010013,1,1,224031602 +411004308,1,2,2,10020013,1,1,224031602 +411004309,1,2,2,10030013,1,1,224031602 +411004310,1,2,2,10040013,1,1,224031602 +411004311,1,2,2,10050013,1,1,224031602 +411004312,1,2,2,10060013,1,1,224031602 +411004313,1,2,2,10070013,1,1,224031602 +411004314,1,2,2,10080013,1,1,224031602 +411004315,1,2,2,10090013,1,1,224031602 +411004316,1,2,2,20010011,1,1,224031602 +411004317,1,2,2,20020011,1,1,224031602 +411004318,1,2,2,20030011,1,1,224031602 +411004319,1,2,2,20040011,1,1,224031602 +411004320,1,2,2,20050011,1,1,224031602 +411004321,1,2,2,20060011,1,1,224031602 +411004322,1,2,2,20070011,1,1,224031602 +411004323,1,2,2,20080011,1,1,224031602 +411004324,1,2,2,20090011,1,1,224031602 +411004325,1,2,2,30010007,1,1,224031602 +411004326,1,2,2,30020007,1,1,224031602 +411004327,1,2,2,30030007,1,1,224031602 +411004328,1,2,2,30040007,1,1,224031602 +411004329,1,2,2,30050007,1,1,224031602 +411004330,1,2,2,30060007,1,1,224031602 +411004331,1,2,2,30070007,1,1,224031602 +411004332,1,2,2,30080007,1,1,224031602 +411004333,1,2,2,30090007,1,1,224031602 +411004334,1,2,2,30100007,1,1,224031602 +411004335,1,2,2,30110007,1,1,224031602 +411004336,1,2,2,30120007,1,1,224031602 +411004337,1,2,2,40010007,1,1,224031602 +411004338,1,2,2,40020007,1,1,224031602 +411004339,1,2,2,40030007,1,1,224031602 +411004340,1,2,2,40040007,1,1,224031602 +411004341,1,2,2,40050007,1,1,224031602 +411004342,1,2,2,40060007,1,1,224031602 +411004343,1,2,2,40070007,1,1,224031602 +411004344,1,2,2,40080007,1,1,224031602 +411004345,1,2,2,40090007,1,1,224031602 +411004346,1,2,2,40020009,1,1,224031602 +411004347,1,2,2,40090009,1,1,224031602 +411004348,1,2,2,10010016,1,1,224031602 +411004349,1,2,2,10020015,1,1,224031602 +411004350,1,2,2,20010014,1,1,224031602 +411004351,1,2,2,20020013,1,1,224031602 +411004352,1,2,2,30060009,1,1,224031602 +411004353,1,2,2,30080009,1,1,224031602 +411004354,1,2,2,20030013,1,1,224031602 +411004355,1,2,2,20040013,1,1,224031602 +411004356,1,2,2,40040009,1,1,224031602 +411004357,1,2,2,40050009,1,1,224031602 +411004358,1,2,2,30010010,1,1,224031602 +411004359,1,2,2,30100009,1,1,224031602 +411004360,1,2,2,10030016,1,1,224031602 +411004361,1,2,2,10050015,1,1,224031602 +411004362,1,2,2,40070010,1,1,224031602 +411004363,1,2,2,40080010,1,1,224031602 +411004364,1,2,2,20060015,1,1,224031602 +411004365,1,2,2,20080014,1,1,224031602 +411004366,1,2,2,10060015,1,1,224031602 +411004367,1,2,2,10070017,1,1,224031602 +411004368,1,2,2,30110010,1,1,224031602 +411004369,1,2,2,30120010,1,1,224031602 +411004370,1,2,2,20040015,1,1,224031602 +411004371,1,2,2,20070015,1,1,224031602 +411004372,1,2,2,40030012,1,1,224031602 +411004373,1,2,2,40060011,1,1,224031602 +411004374,1,2,2,30050013,1,1,224031602 +411004375,1,2,2,30070013,1,1,224031602 +411004376,1,2,2,10040019,1,1,224031602 +411004377,1,2,2,10090018,1,1,224031602 +411004378,1,2,2,40010014,1,1,224031602 +411004379,1,2,2,40020012,1,1,224031602 +411004380,1,2,2,20050017,1,1,224031602 +411004381,1,2,2,20090016,1,1,224031602 +411004382,1,2,2,10030018,1,1,224031602 +411004383,1,2,2,10060017,1,1,224031602 +411004384,1,2,2,30030014,1,1,224031602 +411004385,1,2,2,30040014,1,1,224031602 +411004386,1,2,2,20020016,1,1,224031602 +411004387,1,2,2,20060016,1,1,224031602 +411004388,1,2,2,40050013,1,1,224031602 +411004389,1,2,2,40070013,1,1,224031602 +500000101,1,2,2,10010019,1,1,223110106 +500000102,1,2,2,20010017,1,1,223110106 +500000103,1,2,2,30010013,1,1,223110106 +500000104,1,2,2,40010013,1,1,223110106 +500000105,1,3,2,19100001,1,100,223110106 +500000106,1,3,2,16005003,1,1,223110106 +500000107,1,3,2,17001002,1,1,223110106 +500000108,1,3,2,16005001,1,1,223110106 +500000201,1,15,2,32,1,1,223120105 +500000202,1,15,2,33,1,1,223120105 +500000203,1,15,2,34,1,1,223120105 +500000204,1,3,2,19100001,1,100,223120105 +500000205,1,3,2,16005003,1,5,223120105 +500000206,1,3,2,17001002,1,5,223120105 +500000207,1,4,2,1,1,5000,223120105 +500000208,1,3,2,16005001,1,3,223120105 +500000301,1,14,2,16,1,1,223121204 +500000302,1,3,2,19100001,1,100,223121204 +500000303,1,3,2,16005003,1,5,223121204 +500000304,1,3,2,17001002,1,5,223121204 +500000305,1,4,2,1,1,5000,223121204 +500000306,1,3,2,16005001,1,3,223121204 +500000401,1,3,2,19100001,1,1,224010107 +500000402,1,3,2,21000001,1,1,224010107 +500000403,1,2,2,10010013,1,1,224010107 +500000404,1,2,2,10020013,1,1,224010107 +500000405,1,2,2,10030013,1,1,224010107 +500000406,1,2,2,10040013,1,1,224010107 +500000407,1,2,2,10050013,1,1,224010107 +500000408,1,2,2,10060013,1,1,224010107 +500000409,1,2,2,10070013,1,1,224010107 +500000410,1,2,2,10080013,1,1,224010107 +500000411,1,2,2,10090013,1,1,224010107 +500000412,1,2,2,20010011,1,1,224010107 +500000413,1,2,2,20020011,1,1,224010107 +500000414,1,2,2,20030011,1,1,224010107 +500000415,1,2,2,20040011,1,1,224010107 +500000416,1,2,2,20050011,1,1,224010107 +500000417,1,2,2,20060011,1,1,224010107 +500000418,1,2,2,20070011,1,1,224010107 +500000419,1,2,2,20080011,1,1,224010107 +500000420,1,2,2,20090011,1,1,224010107 +500000421,1,2,2,30010007,1,1,224010107 +500000422,1,2,2,30020007,1,1,224010107 +500000423,1,2,2,30030007,1,1,224010107 +500000424,1,2,2,30040007,1,1,224010107 +500000425,1,2,2,30050007,1,1,224010107 +500000426,1,2,2,30060007,1,1,224010107 +500000427,1,2,2,30070007,1,1,224010107 +500000428,1,2,2,30080007,1,1,224010107 +500000429,1,2,2,30090007,1,1,224010107 +500000430,1,2,2,30100007,1,1,224010107 +500000431,1,2,2,30110007,1,1,224010107 +500000432,1,2,2,30120007,1,1,224010107 +500000433,1,2,2,40010007,1,1,224010107 +500000434,1,2,2,40020007,1,1,224010107 +500000435,1,2,2,40030007,1,1,224010107 +500000436,1,2,2,40040007,1,1,224010107 +500000437,1,2,2,40050007,1,1,224010107 +500000438,1,2,2,40060007,1,1,224010107 +500000439,1,2,2,40070007,1,1,224010107 +500000440,1,2,2,40080007,1,1,224010107 +500000441,1,2,2,40090007,1,1,224010107 +500000442,1,2,2,40020009,1,1,224010107 +500000443,1,2,2,40090009,1,1,224010107 +500000444,1,2,2,10010016,1,1,224010107 +500000445,1,2,2,10020015,1,1,224010107 +500000446,1,2,2,20010014,1,1,224010107 +500000447,1,2,2,20020013,1,1,224010107 +500000448,1,2,2,30060009,1,1,224010107 +500000449,1,2,2,30080009,1,1,224010107 +500000450,1,2,2,20030013,1,1,224010107 +500000451,1,2,2,20040013,1,1,224010107 +500000452,1,2,2,40040009,1,1,224010107 +500000453,1,2,2,40050009,1,1,224010107 +500000454,1,2,2,30010010,1,1,224010107 +500000455,1,2,2,30100009,1,1,224010107 +500000456,1,2,2,10030016,1,1,224010107 +500000457,1,2,2,10050015,1,1,224010107 +500000458,1,2,2,40070010,1,1,224010107 +500000459,1,2,2,40080010,1,1,224010107 +500000460,1,2,2,20060015,1,1,224010107 +500000461,1,2,2,20080014,1,1,224010107 +500000462,1,2,2,10060015,1,1,224010107 +500000463,1,2,2,10070017,1,1,224010107 +500000464,1,2,2,30110010,1,1,224010107 +500000465,1,2,2,30120010,1,1,224010107 +500000466,1,2,2,20040015,1,1,224010107 +500000467,1,2,2,20070015,1,1,224010107 +500000501,1,2,2,40010016,1,1,224020104 +500000502,1,2,2,40020014,1,1,224020104 +500000503,1,2,2,40030015,1,1,224020104 +500000504,1,2,2,40040012,1,1,224020104 +500000505,1,2,2,40050012,1,1,224020104 +500000506,1,2,2,40060012,1,1,224020104 +500000507,1,2,2,40070012,1,1,224020104 +500000508,1,2,2,40080013,1,1,224020104 +500000509,1,2,2,40090013,1,1,224020104 +500000510,1,2,2,40100003,1,1,224020104 +500000511,1,2,2,40110003,1,1,224020104 +500000512,1,3,2,20001016,1,1,224020104 +500000513,1,3,2,21000001,1,1,224020104 +900000101,1,2,2,10010014,1,1,1 +900000102,1,2,2,10020014,1,1,1 +900000103,1,2,2,10030014,1,1,1 +900000104,1,2,2,10040014,1,1,1 +900000105,1,2,2,10050014,1,1,1 +900000106,1,2,2,10060014,1,1,1 +900000107,1,2,2,10070014,1,1,1 +900000108,1,2,2,10080014,1,1,1 +900000109,1,2,2,10090014,1,1,1 +900000110,1,2,2,20010012,1,1,1 +900000111,1,2,2,20020012,1,1,1 +900000112,1,2,2,20030012,1,1,1 +900000113,1,2,2,20040012,1,1,1 +900000114,1,2,2,20050012,1,1,1 +900000115,1,2,2,20060012,1,1,1 +900000116,1,2,2,20070012,1,1,1 +900000117,1,2,2,20080012,1,1,1 +900000118,1,2,2,20090012,1,1,1 +900000119,1,2,2,30010011,1,1,223101503 +900000120,1,2,2,30020010,1,1,223101503 +900000121,1,2,2,30030011,1,1,223101503 +900000122,1,2,2,30040010,1,1,223101503 +900000123,1,2,2,30050011,1,1,223101503 +900000124,1,2,2,30060010,1,1,223101503 +900000125,1,2,2,30070012,1,1,223101503 +900000126,1,2,2,30080010,1,1,223101503 +900000127,1,2,2,30090011,1,1,223101503 +900000128,1,2,2,30100011,1,1,223101503 +900000129,1,2,2,30110011,1,1,223101503 +900000130,1,2,2,30120011,1,1,223101503 +900000131,1,2,2,10010015,1,1,223111105 +900000132,1,2,2,20010013,1,1,223111105 +900000133,1,2,2,30010009,1,1,223111105 +900000134,1,2,2,40010009,1,1,223111105 +900000135,1,2,2,40010008,1,1,223121515 +900000136,1,2,2,40020008,1,1,223121515 +900000137,1,2,2,40030008,1,1,223121515 +900000138,1,2,2,40040008,1,1,223121515 +900000139,1,2,2,40050008,1,1,223121515 +900000140,1,2,2,40060008,1,1,223121515 +900000141,1,2,2,40070008,1,1,223121515 +900000142,1,2,2,40080008,1,1,223121515 +900000143,1,2,2,40090008,1,1,223121515 +900000144,1,2,2,30010014,1,1,224011105 +900000145,1,2,2,30020013,1,1,224011105 +900000146,1,2,2,30030013,1,1,224011105 +900000147,1,2,2,30040013,1,1,224011105 +900000148,1,2,2,30050014,1,1,224011105 +900000149,1,2,2,30060012,1,1,224011105 +900000150,1,2,2,30070016,1,1,224011105 +900000151,1,2,2,30080012,1,1,224011105 +900000152,1,2,2,30090014,1,1,224011105 +900000153,1,2,2,30100012,1,1,224011105 +900000154,1,2,2,30110012,1,1,224011105 +900000155,1,2,2,30120012,1,1,224011105 +900000156,1,2,2,10020018,1,1,224020903 +900000157,1,2,2,20060017,1,1,224020903 +900000158,1,2,2,30010019,1,1,224020903 +900000201,1,3,2,19100001,1,500,223043003 +900000202,1,3,2,21000001,1,1,223043003 +900000203,1,2,2,10010013,1,1,223043003 +900000204,1,2,2,10020013,1,1,223043003 +900000205,1,2,2,10030013,1,1,223043003 +900000206,1,2,2,10040013,1,1,223043003 +900000207,1,2,2,10050013,1,1,223043003 +900000208,1,2,2,10060013,1,1,223043003 +900000209,1,2,2,10070013,1,1,223043003 +900000210,1,2,2,10080013,1,1,223043003 +900000211,1,2,2,10090013,1,1,223043003 +900000212,1,2,2,20010011,1,1,223043003 +900000213,1,2,2,20020011,1,1,223043003 +900000214,1,2,2,20030011,1,1,223043003 +900000215,1,2,2,20040011,1,1,223043003 +900000216,1,2,2,20050011,1,1,223043003 +900000217,1,2,2,20060011,1,1,223043003 +900000218,1,2,2,20070011,1,1,223043003 +900000219,1,2,2,20080011,1,1,223043003 +900000220,1,2,2,20090011,1,1,223043003 +900000221,1,2,2,30010007,1,1,223043003 +900000222,1,2,2,30020007,1,1,223043003 +900000223,1,2,2,30030007,1,1,223043003 +900000224,1,2,2,30040007,1,1,223043003 +900000225,1,2,2,30050007,1,1,223043003 +900000226,1,2,2,30060007,1,1,223043003 +900000227,1,2,2,30070007,1,1,223043003 +900000228,1,2,2,30080007,1,1,223043003 +900000229,1,2,2,30090007,1,1,223043003 +900000230,1,2,2,30100007,1,1,223043003 +900000231,1,2,2,30110007,1,1,223043003 +900000232,1,2,2,30120007,1,1,223043003 +900000233,1,2,2,40010007,1,1,223043003 +900000234,1,2,2,40020007,1,1,223043003 +900000235,1,2,2,40030007,1,1,223043003 +900000236,1,2,2,40040007,1,1,223043003 +900000237,1,2,2,40050007,1,1,223043003 +900000238,1,2,2,40060007,1,1,223043003 +900000239,1,2,2,40070007,1,1,223043003 +900000240,1,2,2,40080007,1,1,223043003 +900000241,1,2,2,40090007,1,1,223043003 +711010101,1,3,2,19100001,1,500,924020101 +711010102,1,3,2,21000001,1,1,924020101 +711010103,1,2,2,10010013,1,1,924020101 +711010104,1,2,2,10020013,1,1,924020101 +711010105,1,2,2,10030013,1,1,924020101 +711010106,1,2,2,10040013,1,1,924020101 +711010107,1,2,2,10050013,1,1,924020101 +711010108,1,2,2,10060013,1,1,924020101 +711010109,1,2,2,10070013,1,1,924020101 +711010110,1,2,2,10080013,1,1,924020101 +711010111,1,2,2,10090013,1,1,924020101 +711010112,1,2,2,20010011,1,1,924020101 +711010113,1,2,2,20020011,1,1,924020101 +711010114,1,2,2,20030011,1,1,924020101 +711010115,1,2,2,20040011,1,1,924020101 +711010116,1,2,2,20050011,1,1,924020101 +711010117,1,2,2,20060011,1,1,924020101 +711010118,1,2,2,20070011,1,1,924020101 +711010119,1,2,2,20080011,1,1,924020101 +711010120,1,2,2,20090011,1,1,924020101 +711010121,1,2,2,30010007,1,1,924020101 +711010122,1,2,2,30020007,1,1,924020101 +711010123,1,2,2,30030007,1,1,924020101 +711010124,1,2,2,30040007,1,1,924020101 +711010125,1,2,2,30050007,1,1,924020101 +711010126,1,2,2,30060007,1,1,924020101 +711010127,1,2,2,30070007,1,1,924020101 +711010128,1,2,2,30080007,1,1,924020101 +711010129,1,2,2,30090007,1,1,924020101 +711010130,1,2,2,30100007,1,1,924020101 +711010131,1,2,2,30110007,1,1,924020101 +711010132,1,2,2,30120007,1,1,924020101 +711010133,1,2,2,40010007,1,1,924020101 +711010134,1,2,2,40020007,1,1,924020101 +711010135,1,2,2,40030007,1,1,924020101 +711010136,1,2,2,40040007,1,1,924020101 +711010137,1,2,2,40050007,1,1,924020101 +711010138,1,2,2,40060007,1,1,924020101 +711010139,1,2,2,40070007,1,1,924020101 +711010140,1,2,2,40080007,1,1,924020101 +711010141,1,2,2,40090007,1,1,924020101 +711010142,1,2,2,40020009,1,1,924020101 +711010143,1,2,2,40090009,1,1,924020101 +711010144,1,2,2,10010016,1,1,924020101 +711010145,1,2,2,10020015,1,1,924020101 +711010146,1,2,2,20010014,1,1,924020101 +711010147,1,2,2,20020013,1,1,924020101 +711010148,1,2,2,30060009,1,1,924020101 +711010149,1,2,2,30080009,1,1,924020101 +711010150,1,2,2,20030013,1,1,924020101 +711010151,1,2,2,20040013,1,1,924020101 +711010152,1,2,2,40040009,1,1,924020101 +711010153,1,2,2,40050009,1,1,924020101 +711010154,1,2,2,30010010,1,1,924020101 +711010155,1,2,2,30100009,1,1,924020101 +711010156,1,2,2,10030016,1,1,924020101 +711010157,1,2,2,10050015,1,1,924020101 +711010158,1,2,2,40070010,1,1,924020101 +711010159,1,2,2,40080010,1,1,924020101 +711010160,1,2,2,20060015,1,1,924020101 +711010161,1,2,2,20080014,1,1,924020101 +711010162,1,2,2,10060015,1,1,924020101 +711010163,1,2,2,10070017,1,1,924020101 +711010164,1,2,2,30110010,1,1,924020101 +711010165,1,2,2,30120010,1,1,924020101 +711010166,1,2,2,20040015,1,1,924020101 +711010167,1,2,2,20070015,1,1,924020101 +711010201,1,3,2,19100001,1,500,924021601 +711010202,1,3,2,21000001,1,1,924021601 +711010203,1,2,2,10010013,1,1,924021601 +711010204,1,2,2,10020013,1,1,924021601 +711010205,1,2,2,10030013,1,1,924021601 +711010206,1,2,2,10040013,1,1,924021601 +711010207,1,2,2,10050013,1,1,924021601 +711010208,1,2,2,10060013,1,1,924021601 +711010209,1,2,2,10070013,1,1,924021601 +711010210,1,2,2,10080013,1,1,924021601 +711010211,1,2,2,10090013,1,1,924021601 +711010212,1,2,2,20010011,1,1,924021601 +711010213,1,2,2,20020011,1,1,924021601 +711010214,1,2,2,20030011,1,1,924021601 +711010215,1,2,2,20040011,1,1,924021601 +711010216,1,2,2,20050011,1,1,924021601 +711010217,1,2,2,20060011,1,1,924021601 +711010218,1,2,2,20070011,1,1,924021601 +711010219,1,2,2,20080011,1,1,924021601 +711010220,1,2,2,20090011,1,1,924021601 +711010221,1,2,2,30010007,1,1,924021601 +711010222,1,2,2,30020007,1,1,924021601 +711010223,1,2,2,30030007,1,1,924021601 +711010224,1,2,2,30040007,1,1,924021601 +711010225,1,2,2,30050007,1,1,924021601 +711010226,1,2,2,30060007,1,1,924021601 +711010227,1,2,2,30070007,1,1,924021601 +711010228,1,2,2,30080007,1,1,924021601 +711010229,1,2,2,30090007,1,1,924021601 +711010230,1,2,2,30100007,1,1,924021601 +711010231,1,2,2,30110007,1,1,924021601 +711010232,1,2,2,30120007,1,1,924021601 +711010233,1,2,2,40010007,1,1,924021601 +711010234,1,2,2,40020007,1,1,924021601 +711010235,1,2,2,40030007,1,1,924021601 +711010236,1,2,2,40040007,1,1,924021601 +711010237,1,2,2,40050007,1,1,924021601 +711010238,1,2,2,40060007,1,1,924021601 +711010239,1,2,2,40070007,1,1,924021601 +711010240,1,2,2,40080007,1,1,924021601 +711010241,1,2,2,40090007,1,1,924021601 +711010242,1,2,2,40010010,1,1,924021601 +711010243,1,2,2,30050009,1,1,924021601 +711010244,1,2,2,10070015,1,1,924021601 +711010245,1,2,2,20080013,1,1,924021601 +711010246,1,2,2,40080009,1,1,924021601 +711010247,1,2,2,30040009,1,1,924021601 +711010248,1,2,2,20060014,1,1,924021601 +711010249,1,2,2,40020010,1,1,924021601 +711010250,1,2,2,10090016,1,1,924021601 +711010251,1,2,2,20010015,1,1,924021601 +711010252,1,2,2,10010017,1,1,924021601 +711010253,1,2,2,40090010,1,1,924021601 +711010254,1,2,2,30070009,1,1,924021601 +711010255,1,2,2,10030017,1,1,924021601 +711010256,1,2,2,20020014,1,1,924021601 +711010257,1,2,2,20090014,1,1,924021601 +711010258,1,2,2,40040010,1,1,924021601 +711010259,1,2,2,30100010,1,1,924021601 +711010260,1,2,2,10020017,1,1,924021601 +711010261,1,2,2,40070011,1,1,924021601 +711010301,1,3,2,19100001,1,500,924031701 +711010302,1,3,2,21000001,1,1,924031701 +711010303,1,2,2,10010013,1,1,924031701 +711010304,1,2,2,10020013,1,1,924031701 +711010305,1,2,2,10030013,1,1,924031701 +711010306,1,2,2,10040013,1,1,924031701 +711010307,1,2,2,10050013,1,1,924031701 +711010308,1,2,2,10060013,1,1,924031701 +711010309,1,2,2,10070013,1,1,924031701 +711010310,1,2,2,10080013,1,1,924031701 +711010311,1,2,2,10090013,1,1,924031701 +711010312,1,2,2,20010011,1,1,924031701 +711010313,1,2,2,20020011,1,1,924031701 +711010314,1,2,2,20030011,1,1,924031701 +711010315,1,2,2,20040011,1,1,924031701 +711010316,1,2,2,20050011,1,1,924031701 +711010317,1,2,2,20060011,1,1,924031701 +711010318,1,2,2,20070011,1,1,924031701 +711010319,1,2,2,20080011,1,1,924031701 +711010320,1,2,2,20090011,1,1,924031701 +711010321,1,2,2,30010007,1,1,924031701 +711010322,1,2,2,30020007,1,1,924031701 +711010323,1,2,2,30030007,1,1,924031701 +711010324,1,2,2,30040007,1,1,924031701 +711010325,1,2,2,30050007,1,1,924031701 +711010326,1,2,2,30060007,1,1,924031701 +711010327,1,2,2,30070007,1,1,924031701 +711010328,1,2,2,30080007,1,1,924031701 +711010329,1,2,2,30090007,1,1,924031701 +711010330,1,2,2,30100007,1,1,924031701 +711010331,1,2,2,30110007,1,1,924031701 +711010332,1,2,2,30120007,1,1,924031701 +711010333,1,2,2,40010007,1,1,924031701 +711010334,1,2,2,40020007,1,1,924031701 +711010335,1,2,2,40030007,1,1,924031701 +711010336,1,2,2,40040007,1,1,924031701 +711010337,1,2,2,40050007,1,1,924031701 +711010338,1,2,2,40060007,1,1,924031701 +711010339,1,2,2,40070007,1,1,924031701 +711010340,1,2,2,40080007,1,1,924031701 +711010341,1,2,2,40090007,1,1,924031701 +711010342,1,2,2,40020009,1,1,924031701 +711010343,1,2,2,40090009,1,1,924031701 +711010344,1,2,2,10010016,1,1,924031701 +711010345,1,2,2,10020015,1,1,924031701 +711010346,1,2,2,20010014,1,1,924031701 +711010347,1,2,2,20020013,1,1,924031701 +711010348,1,2,2,30060009,1,1,924031701 +711010349,1,2,2,30080009,1,1,924031701 +711010350,1,2,2,20030013,1,1,924031701 +711010351,1,2,2,20040013,1,1,924031701 +711010352,1,2,2,40040009,1,1,924031701 +711010353,1,2,2,40050009,1,1,924031701 +711010354,1,2,2,30010010,1,1,924031701 +711010355,1,2,2,30100009,1,1,924031701 +711010356,1,2,2,10030016,1,1,924031701 +711010357,1,2,2,10050015,1,1,924031701 +711010358,1,2,2,40070010,1,1,924031701 +711010359,1,2,2,40080010,1,1,924031701 +711010360,1,2,2,20060015,1,1,924031701 +711010361,1,2,2,20080014,1,1,924031701 +711010362,1,2,2,10060015,1,1,924031701 +711010363,1,2,2,10070017,1,1,924031701 +711010364,1,2,2,30110010,1,1,924031701 +711010365,1,2,2,30120010,1,1,924031701 +711010366,1,2,2,20040015,1,1,924031701 +711010367,1,2,2,20070015,1,1,924031701 +711010401,1,3,2,19100001,1,500,924032501 +711010402,1,3,2,21000001,1,1,924032501 +711010403,1,2,2,10010013,1,1,924032501 +711010404,1,2,2,10020013,1,1,924032501 +711010405,1,2,2,10030013,1,1,924032501 +711010406,1,2,2,10040013,1,1,924032501 +711010407,1,2,2,10050013,1,1,924032501 +711010408,1,2,2,10060013,1,1,924032501 +711010409,1,2,2,10070013,1,1,924032501 +711010410,1,2,2,10080013,1,1,924032501 +711010411,1,2,2,10090013,1,1,924032501 +711010412,1,2,2,10010016,1,1,924032501 +711010413,1,2,2,10020015,1,1,924032501 +711010414,1,2,2,10030016,1,1,924032501 +711010415,1,2,2,10050015,1,1,924032501 +711010416,1,2,2,10060015,1,1,924032501 +711010417,1,2,2,10070017,1,1,924032501 +711010501,1,3,2,19100001,1,500,924041701 +711010502,1,3,2,21000001,1,1,924041701 +711010503,1,2,2,20010011,1,1,924041701 +711010504,1,2,2,20020011,1,1,924041701 +711010505,1,2,2,20030011,1,1,924041701 +711010506,1,2,2,20040011,1,1,924041701 +711010507,1,2,2,20050011,1,1,924041701 +711010508,1,2,2,20060011,1,1,924041701 +711010509,1,2,2,20070011,1,1,924041701 +711010510,1,2,2,20080011,1,1,924041701 +711010511,1,2,2,20090011,1,1,924041701 +711010512,1,2,2,20010014,1,1,924041701 +711010513,1,2,2,20020013,1,1,924041701 +711010514,1,2,2,20030013,1,1,924041701 +711010515,1,2,2,20040013,1,1,924041701 +711010516,1,2,2,20060015,1,1,924041701 +711010517,1,2,2,20080014,1,1,924041701 +711010518,1,2,2,20040015,1,1,924041701 +711010519,1,2,2,20070015,1,1,924041701 +711010601,1,3,2,19100001,1,500,924042401 +711010602,1,3,2,21000001,1,1,924042401 +711010603,1,2,2,10010013,1,1,924042401 +711010604,1,2,2,10020013,1,1,924042401 +711010605,1,2,2,10030013,1,1,924042401 +711010606,1,2,2,10040013,1,1,924042401 +711010607,1,2,2,10050013,1,1,924042401 +711010608,1,2,2,10060013,1,1,924042401 +711010609,1,2,2,10070013,1,1,924042401 +711010610,1,2,2,10080013,1,1,924042401 +711010611,1,2,2,10090013,1,1,924042401 +711010612,1,2,2,20010011,1,1,924042401 +711010613,1,2,2,20020011,1,1,924042401 +711010614,1,2,2,20030011,1,1,924042401 +711010615,1,2,2,20040011,1,1,924042401 +711010616,1,2,2,20050011,1,1,924042401 +711010617,1,2,2,20060011,1,1,924042401 +711010618,1,2,2,20070011,1,1,924042401 +711010619,1,2,2,20080011,1,1,924042401 +711010620,1,2,2,20090011,1,1,924042401 +711010621,1,2,2,30010007,1,1,924042401 +711010622,1,2,2,30020007,1,1,924042401 +711010623,1,2,2,30030007,1,1,924042401 +711010624,1,2,2,30040007,1,1,924042401 +711010625,1,2,2,30050007,1,1,924042401 +711010626,1,2,2,30060007,1,1,924042401 +711010627,1,2,2,30070007,1,1,924042401 +711010628,1,2,2,30080007,1,1,924042401 +711010629,1,2,2,30090007,1,1,924042401 +711010630,1,2,2,30100007,1,1,924042401 +711010631,1,2,2,30110007,1,1,924042401 +711010632,1,2,2,30120007,1,1,924042401 +711010633,1,2,2,40010007,1,1,924042401 +711010634,1,2,2,40020007,1,1,924042401 +711010635,1,2,2,40030007,1,1,924042401 +711010636,1,2,2,40040007,1,1,924042401 +711010637,1,2,2,40050007,1,1,924042401 +711010638,1,2,2,40060007,1,1,924042401 +711010639,1,2,2,40070007,1,1,924042401 +711010640,1,2,2,40080007,1,1,924042401 +711010641,1,2,2,40090007,1,1,924042401 +711010642,1,2,2,40010010,1,1,924042401 +711010643,1,2,2,30050009,1,1,924042401 +711010644,1,2,2,10070015,1,1,924042401 +711010645,1,2,2,20080013,1,1,924042401 +711010646,1,2,2,40080009,1,1,924042401 +711010647,1,2,2,30040009,1,1,924042401 +711010648,1,2,2,20060014,1,1,924042401 +711010649,1,2,2,40020010,1,1,924042401 +711010650,1,2,2,10090016,1,1,924042401 +711010651,1,2,2,20010015,1,1,924042401 +711010652,1,2,2,10010017,1,1,924042401 +711010653,1,2,2,40090010,1,1,924042401 +711010654,1,2,2,30070009,1,1,924042401 +711010655,1,2,2,10030017,1,1,924042401 +711010656,1,2,2,20020014,1,1,924042401 +711010657,1,2,2,20090014,1,1,924042401 +711010658,1,2,2,40040010,1,1,924042401 +711010659,1,2,2,30100010,1,1,924042401 +711010660,1,2,2,10020017,1,1,924042401 +711010661,1,2,2,40070011,1,1,924042401 +711010701,1,3,2,19100001,1,500,924050701 +711010702,1,3,2,21000001,1,1,924050701 +711010703,1,2,2,10010013,1,1,924050701 +711010704,1,2,2,10020013,1,1,924050701 +711010705,1,2,2,10030013,1,1,924050701 +711010706,1,2,2,10040013,1,1,924050701 +711010707,1,2,2,10050013,1,1,924050701 +711010708,1,2,2,10060013,1,1,924050701 +711010709,1,2,2,10070013,1,1,924050701 +711010710,1,2,2,10080013,1,1,924050701 +711010711,1,2,2,10090013,1,1,924050701 +711010712,1,2,2,20010011,1,1,924050701 +711010713,1,2,2,20020011,1,1,924050701 +711010714,1,2,2,20030011,1,1,924050701 +711010715,1,2,2,20040011,1,1,924050701 +711010716,1,2,2,20050011,1,1,924050701 +711010717,1,2,2,20060011,1,1,924050701 +711010718,1,2,2,20070011,1,1,924050701 +711010719,1,2,2,20080011,1,1,924050701 +711010720,1,2,2,20090011,1,1,924050701 +711010721,1,2,2,30010007,1,1,924050701 +711010722,1,2,2,30020007,1,1,924050701 +711010723,1,2,2,30030007,1,1,924050701 +711010724,1,2,2,30040007,1,1,924050701 +711010725,1,2,2,30050007,1,1,924050701 +711010726,1,2,2,30060007,1,1,924050701 +711010727,1,2,2,30070007,1,1,924050701 +711010728,1,2,2,30080007,1,1,924050701 +711010729,1,2,2,30090007,1,1,924050701 +711010730,1,2,2,30100007,1,1,924050701 +711010731,1,2,2,30110007,1,1,924050701 +711010732,1,2,2,30120007,1,1,924050701 +711010733,1,2,2,40010007,1,1,924050701 +711010734,1,2,2,40020007,1,1,924050701 +711010735,1,2,2,40030007,1,1,924050701 +711010736,1,2,2,40040007,1,1,924050701 +711010737,1,2,2,40050007,1,1,924050701 +711010738,1,2,2,40060007,1,1,924050701 +711010739,1,2,2,40070007,1,1,924050701 +711010740,1,2,2,40080007,1,1,924050701 +711010741,1,2,2,40090007,1,1,924050701 +711010742,1,2,2,40020009,1,1,924050701 +711010743,1,2,2,40090009,1,1,924050701 +711010744,1,2,2,10010016,1,1,924050701 +711010745,1,2,2,10020015,1,1,924050701 +711010746,1,2,2,20010014,1,1,924050701 +711010747,1,2,2,20020013,1,1,924050701 +711010748,1,2,2,30060009,1,1,924050701 +711010749,1,2,2,30080009,1,1,924050701 +711010750,1,2,2,20030013,1,1,924050701 +711010751,1,2,2,20040013,1,1,924050701 +711010752,1,2,2,40040009,1,1,924050701 +711010753,1,2,2,40050009,1,1,924050701 +711010754,1,2,2,30010010,1,1,924050701 +711010755,1,2,2,30100009,1,1,924050701 +711010756,1,2,2,10030016,1,1,924050701 +711010757,1,2,2,10050015,1,1,924050701 +711010758,1,2,2,40070010,1,1,924050701 +711010759,1,2,2,40080010,1,1,924050701 +711010760,1,2,2,20060015,1,1,924050701 +711010761,1,2,2,20080014,1,1,924050701 +711010762,1,2,2,10060015,1,1,924050701 +711010763,1,2,2,10070017,1,1,924050701 +711010764,1,2,2,30110010,1,1,924050701 +711010765,1,2,2,30120010,1,1,924050701 +711010766,1,2,2,20040015,1,1,924050701 +711010767,1,2,2,20070015,1,1,924050701 +711010768,1,2,2,40030012,1,1,924050701 +711010769,1,2,2,40060011,1,1,924050701 +711010770,1,2,2,30050013,1,1,924050701 +711010771,1,2,2,30070013,1,1,924050701 +711010772,1,2,2,10040019,1,1,924050701 +711010773,1,2,2,10090018,1,1,924050701 +711010801,1,3,2,19100001,1,500,924052401 +711010802,1,3,2,21000001,1,1,924052401 +711010803,1,2,2,30010012,1,1,924052401 +711010804,1,2,2,30020011,1,1,924052401 +711010805,1,2,2,30030012,1,1,924052401 +711010806,1,2,2,30040011,1,1,924052401 +711010807,1,2,2,30050012,1,1,924052401 +711010808,1,2,2,30060011,1,1,924052401 +711010809,1,2,2,30070014,1,1,924052401 +711010810,1,2,2,30080011,1,1,924052401 +711010811,1,2,2,30090013,1,1,924052401 +711010812,1,2,2,30100013,1,1,924052401 +711010813,1,2,2,30110014,1,1,924052401 +711010814,1,2,2,30120013,1,1,924052401 diff --git a/src/router/masterdata/csv/function_lock.csv b/src/router/databases/csv-en/function_lock.csv similarity index 100% rename from src/router/masterdata/csv/function_lock.csv rename to src/router/databases/csv-en/function_lock.csv diff --git a/src/router/masterdata/csv/gamelib_result_code.csv b/src/router/databases/csv-en/gamelib_result_code.csv similarity index 100% rename from src/router/masterdata/csv/gamelib_result_code.csv rename to src/router/databases/csv-en/gamelib_result_code.csv diff --git a/src/router/databases/csv-en/group.csv b/src/router/databases/csv-en/group.csv new file mode 100644 index 0000000..c1061a4 --- /dev/null +++ b/src/router/databases/csv-en/group.csv @@ -0,0 +1,40 @@ +_id,_name,_category,_imageColor,_recommendListTextColor,_sortPriority,_recommendedDeckView,_isCategoryJudge,_musicSelectSortView,_homeBgmSoundKey,_masterReleaseLabelId +100,μ's,1,f1399f,f93981,1001,1,0,1,HomeScene_Bgm_Muse,1 +101,Printemps,1,#000000,f93981,1101,1,0,1,,1 +102,lily white,1,#000000,f93981,1102,1,0,1,,1 +103,BiBi,1,#000000,f93981,1103,1,0,1,,1 +104,A-RISE,1,#000000,f93981,1104,0,0,1,,1 +190,Solo,1,#000000,f93981,1190,0,1,1,,1 +199,Other,1,#000000,f93981,1199,0,1,1,,1 +200,Aqours,2,009de5,4587ff,2001,1,0,1,HomeScene_Bgm_Aqors,1 +201,CYaRon!,2,#000000,4587ff,2101,1,0,1,,1 +202,AZALEA,2,#000000,4587ff,2102,1,0,1,,1 +203,Guilty Kiss,2,#000000,4587ff,2103,1,0,1,,1 +204,Saint Snow,2,#000000,4587ff,2104,0,0,1,,1 +205,Saint Aqours Snow,2,#000000,4587ff,2105,0,1,1,,1 +290,Solo,2,#000000,4587ff,2190,0,1,1,,1 +299,Other,2,#000000,4587ff,2199,0,1,1,,1 +300,Nijigasaki High School Idol Club,3,fdab0d,ffb745,3002,1,0,1,HomeScene_Bgm_Nijigaku,1 +301,DiverDiva,3,#000000,ffb745,3101,1,0,1,,1 +302,A·ZU·NA,3,#000000,ffb745,3102,1,0,1,,1 +303,QU4RTZ,3,#000000,ffb745,3103,1,0,1,,1 +304,R3BIRTH,3,#000000,ffb745,3104,1,0,1,,1 +390,Solo,3,#000000,ffb745,3001,0,1,1,,1 +399,Other,3,#000000,ffb745,3199,0,1,1,,1 +400,Liella!,4,c04abe,aa45ff,4001,1,0,1,HomeScene_Bgm_Liella,1 +401,Sunny Passion,4,#000000,aa45ff,4102,0,0,1,,1 +402,Wien Margarete,4,#000000,aa45ff,4103,0,0,1,,1 +403,CatChu!,4,#000000,aa45ff,4004,1,0,1,,223101004 +404,KALEIDOSCORE,4,#000000,aa45ff,4005,1,0,1,,223101004 +405,5yncri5e!,4,#000000,aa45ff,4006,1,0,1,,223101004 +490,Solo,4,#000000,aa45ff,4190,0,1,1,,1 +499,Other,4,#000000,aa45ff,4199,0,1,1,,1 +500,Hasunosora,5,#000000,494949,5001,0,0,1,,1 +501,Cerise Bouquet,5,#000000,494949,5002,0,0,1,,1 +502,DOLLCHESTRA,5,#000000,494949,5003,0,0,1,,1 +503,Mira-Cra Park!,5,#000000,494949,5004,0,0,1,,1 +590,Solo,5,#000000,494949,5190,0,1,1,,1 +599,Other,5,#000000,494949,5199,0,1,1,,1 +600,Yohane,7,#000000,494949,6001,0,0,1,,223062001 +9901,Yohane the Parhelion,6,b8826d,494949,99001,0,0,0,,223121403 +9999,Other,6,b8826d,b8826d,90000,1,0,1,,1 diff --git a/src/router/databases/csv-en/home_banner.csv b/src/router/databases/csv-en/home_banner.csv new file mode 100644 index 0000000..b5ed43f --- /dev/null +++ b/src/router/databases/csv-en/home_banner.csv @@ -0,0 +1,172 @@ +_id,_type,_value,_deviceType,_spriteName,_position,_priority,_masterReleaseLabelId +1000002,4,32,0,banner_campaign_startdash,1,10000020,223041502 +1000003,4,130,0,banner_event_00000108,1,10000030,223061504 +1200001,0,1110001,0,,1,23041501,223041501 +1200002,0,1110002,0,,1,23041501,223041501 +1200003,0,1110003,0,,1,23041901,223041901 +1200004,0,2110001,0,,1,23043002,223043002 +1200005,0,3110001,0,,1,23050101,223050101 +1200006,0,2110002,0,,1,23051502,223051502 +1200007,0,3110002,0,,1,23053001,223053001 +1200008,0,2110003,0,,1,23053102,223053102 +1200009,0,3110003,0,,1,23060901,223060901 +1200010,0,3110004,0,,1,23061301,223061301 +1200011,0,2110004,0,,1,23061502,223061502 +1200012,0,2110005,0,,1,23061502,223061502 +1200013,0,3110005,0,,1,23061701,223061701 +1200014,0,3110006,0,,1,23062901,223062901 +1200015,0,3110007,0,,1,23071301,223071301 +1200016,0,3110008,0,,1,23071702,223071702 +1200017,0,3110009,0,,1,23072201,223072201 +1200018,0,2110006,0,,1,23063002,223063002 +1200019,0,2110007,0,,1,23063002,223063002 +1200020,0,4110003,0,,1,23061103,223061103 +1200021,0,4110002,0,,1,23061103,223061103 +1200022,0,4110001,0,,1,23061103,223061103 +1200023,0,4110004,0,,1,23062301,223062301 +1200024,0,2110008,0,,1,23071503,223071503 +1200025,0,2110009,0,,1,23071503,223071503 +1200026,0,2110010,0,,1,23073102,223073102 +1200027,0,2110011,0,,1,23073102,223073102 +1200028,0,3110010,0,,1,23080102,223080102 +1200029,0,3110011,0,,1,23080303,223080303 +1200030,0,3110012,0,,1,23080701,223080701 +1200031,0,3110013,0,,1,23080801,223080801 +1200032,0,2110012,0,,1,23081502,223081502 +1200033,0,2110013,0,,1,23081502,223081502 +1200034,0,2110014,0,,1,23083102,223083102 +1200035,0,2110015,0,,1,23083102,223083102 +1200036,0,2110016,0,,1,23091502,223091502 +1200037,0,2110017,0,,1,23091502,223091502 +1200038,0,3110014,0,,1,23091201,223091201 +1200039,0,3110015,0,,1,23091901,223091901 +1200040,0,3110016,0,,1,23092101,223092101 +1200041,0,3110017,0,,1,23092801,223092801 +1200042,0,3110018,0,,1,23100502,223100502 +1200043,0,3110019,0,,1,23102101,223102101 +1200044,0,3110020,0,,1,23102901,223102901 +1200045,0,4110005,0,,1,23100301,223100301 +1200046,0,4110006,0,,1,23101001,223101001 +1200047,0,4110007,0,,1,23101701,223101701 +1200048,0,4110008,0,,1,23102401,223102401 +1200049,0,4110009,0,,1,23103101,223103101 +1200050,0,4110010,0,,1,23110701,223110701 +1200051,0,4110011,0,,1,23111401,223111401 +1200052,0,4110012,0,,1,23112101,223112101 +1200053,0,4110013,0,,1,23112801,223112801 +1200054,0,4110014,0,,1,23120501,223120501 +1200055,0,4110015,0,,1,23121201,223121201 +1200056,0,4110016,0,,1,23121901,223121901 +1200057,0,4110017,0,,1,23101509,223101501 +1200058,0,4110022,0,,1,23101502,223101502 +1200059,0,4110021,0,,1,23101502,223101502 +1200060,0,4110020,0,,1,23101502,223101502 +1200061,0,4110019,0,,1,23101502,223101502 +1200062,0,4110023,0,,1,23090603,223090603 +1200063,0,2110018,0,,1,23093002,223093002 +1200064,0,2110019,0,,1,23093002,223093002 +1200065,0,2110020,0,,1,23101506,223101506 +1200066,0,2110021,0,,1,23101506,223101506 +1200067,0,2110022,0,,1,23103108,223103108 +1200068,0,2110023,0,,1,23103108,223103108 +1200069,0,4110024,0,,1,23103111,223103111 +1200070,0,4110025,0,,1,23111508,223111508 +1200071,0,3110021,0,,1,23110101,223110101 +1200072,0,3110022,0,,1,23111301,223111301 +1200073,0,3110023,0,,1,23112401,223112401 +1200074,0,2110024,0,,1,23111502,223111502 +1200075,0,2110025,0,,1,23111502,223111502 +1200076,0,4110026,0,,1,23103112,223103112 +1200077,0,4110027,0,,1,23121402,223121402 +1200078,0,4110028,0,,1,23111702,223111702 +1200079,0,4110029,0,,1,23112404,223112404 +1200080,0,4110030,0,,1,23120103,223120103 +1200081,0,2110026,0,,1,23113009,223113009 +1200082,0,2110027,0,,1,23113009,223113009 +1200083,0,3110024,0,,1,23120601,223120601 +1200084,0,2110028,0,,1,23121505,223121505 +1200085,0,2110029,0,,1,23121505,223121505 +1200086,0,4110031,0,,1,23120907,223120907 +1200087,0,4110032,0,,1,23120908,223120908 +1200088,0,4110033,0,,1,23120909,223120909 +1200089,0,3110025,0,,1,23121601,223121601 +1200090,0,2110030,0,,1,23123102,223123102 +1200091,0,2110031,0,,1,23123102,223123102 +1200092,0,4110034,0,,1,33122604,223122604 +1200093,0,4110035,0,,1,23122604,223122604 +1200094,0,4110036,0,,1,24010105,224010105 +1200095,0,4110037,0,,1,24010105,224010105 +1200096,0,4110038,0,,1,24011304,224011304 +1200097,0,3110026,0,,1,23122801,223122801 +1200098,0,3110027,0,,1,24010103,224010103 +1200099,0,3110028,0,,1,24011702,224011702 +1200100,0,3110029,0,,1,24012002,224012002 +1200101,0,3110030,0,,1,24012302,224012302 +1200102,0,2110032,0,,1,24011502,224011502 +1200103,0,2110033,0,,1,24011502,224011502 +1200104,0,3110031,0,,1,24020502,224020502 +1200105,0,2110034,0,,1,24013102,224013102 +1200106,0,2110035,0,,1,24013102,224013102 +1200107,0,3110032,0,,1,24021004,224021004 +1200108,0,2110036,0,,1,24021402,224021402 +1200109,0,2110037,0,,1,24021402,224021402 +1200110,0,3110033,0,,1,24021502,224021502 +1200111,0,4110039,0,,1,24030109,224030109 +1200112,0,4110040,0,,1,24030109,224030109 +1200113,0,4110041,0,,1,24030109,224030109 +1200114,0,4110042,0,,1,24030109,224030109 +1200115,0,4110043,0,,1,24031602,224031602 +1200116,0,3110034,0,,1,24022502,224022502 +1200117,0,2110038,0,,1,24030102,224030102 +1200118,0,2110039,0,,1,24030102,224030102 +1200119,0,3110035,0,,1,24030107,224030107 +1200120,0,3110036,0,,1,24030402,224030402 +1200121,0,4110044,0,,1,24032003,224032003 +1200122,0,3110037,0,,1,24031502,224031502 +1300001,1,101,0,banner_event_00000101,1,13041903,223041903 +1300002,1,102,0,banner_event_00000102,1,13043004,223043004 +1300003,1,103,0,banner_event_00000103,1,13051101,223051101 +1300004,1,104,0,banner_event_00000104,1,13051504,223051504 +1300005,1,105,0,banner_event_00000105,1,13052601,223052601 +1300006,1,106,0,banner_event_00000106,1,13053104,223053104 +1300007,1,107,0,banner_event_00000107,1,13061101,223061101 +1300008,1,108,0,banner_event_00000108,1,13041903,223041903 +1300009,1,109,0,banner_event_00000109,1,13063004,223063004 +1300010,1,110,0,banner_event_00000110,1,13071101,223071101 +1300011,1,111,0,banner_event_00000111,1,13071505,223071505 +1300012,1,112,0,banner_event_00000112,1,13072601,223072601 +1300013,1,113,0,banner_event_00000113,1,13073104,223073104 +1300014,1,114,0,banner_event_00000114,1,13081101,223081101 +1300015,1,115,0,banner_event_00000115,1,13081504,223081504 +1300016,1,116,0,banner_event_00000116,1,13082601,223082601 +1300017,1,117,0,banner_event_00000117,1,13083104,223083104 +1300018,1,118,0,banner_event_00000118,1,13091101,223091101 +1300019,1,119,0,banner_event_00000119,1,13091504,223091504 +1300020,1,120,0,banner_event_00000120,1,13092601,223092601 +1300021,1,121,0,banner_event_00000121,1,13093004,223093004 +1300022,1,122,0,banner_event_00000122,1,13101101,223101101 +1300023,1,123,0,banner_event_00000123,1,13101508,223101508 +1300024,1,124,0,banner_event_00000124,1,13102601,223102601 +1300025,1,125,0,banner_event_00000125,1,13103104,223103104 +1300026,1,126,0,banner_event_00000126,1,13111101,223111101 +1300027,1,128,0,banner_event_00000128,1,13112601,223112601 +1300028,1,129,0,banner_event_00000129,1,13113004,223113004 +1300029,1,130,0,banner_event_00000130,1,13121102,223121102 +1300030,1,127,0,banner_event_00000127,1,13111504,223111504 +1300031,1,131,0,banner_event_00000131,1,13121507,223121507 +1300032,1,132,0,banner_event_00000132,1,13122603,223122603 +1300033,1,133,0,banner_event_00000133,1,13123104,223123104 +1300034,1,134,0,banner_event_00000134,1,14011106,224011106 +1300035,1,135,0,banner_event_00000135,1,14011504,224011504 +1300036,1,136,0,banner_event_00000136,1,14012702,224012702 +1300037,1,137,0,banner_event_00000137,1,14013104,224013104 +1300038,1,138,0,banner_event_00000138,1,14021006,224021006 +1300039,1,139,0,banner_event_00000139,1,14021404,224021404 +1300040,1,140,0,banner_event_00000140,1,14022305,224022305 +1300041,1,141,0,banner_event_00000141,1,14030104,224030104 +1309998,1,991,0,banner_event_00000101,1,-9999300,170 +1309999,1,992,0,banner_event_00000102,1,-9999289,171 +1000004,4,139,0,banner_campaign_100001,1,10000040,223062002 +1000006,4,190,0,banner_campaign_100002,1,10000060,223072701 +1000007,4,192,0,banner_campaign_100003,1,10000070,223080301 +1000008,4,225,0,mt_campaign_00000001,1,10000080,223080105 diff --git a/src/router/masterdata/csv/home_bg.csv b/src/router/databases/csv-en/home_bg.csv similarity index 100% rename from src/router/masterdata/csv/home_bg.csv rename to src/router/databases/csv-en/home_bg.csv diff --git a/src/router/databases/csv-en/item.csv b/src/router/databases/csv-en/item.csv new file mode 100644 index 0000000..e95dfc8 --- /dev/null +++ b/src/router/databases/csv-en/item.csv @@ -0,0 +1,211 @@ +_id,_name,_category,_effectType,_effectConditionValue,_effectValue,_extraEffectValue,_effectDetail,_wayToUse,_wayToGet,_price,_spriteName,_itemTab,_priority,_expireDate,_itemExpireType,_masterReleaseLabelId +15010001,1x Scout Ticket,9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once.,用途ダミー,入手先ダミー,0,15010001,3,1,,0,1 +15010002,10x Scout Ticket,9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times.,用途ダミー,入手先ダミー,0,15010002,3,2,,0,1 +15010003,10x Limited-Time Scout Ticket,9,6,0,0,0,A ticket used to Scout (for a limited time only).
Allows you to Scout 10 times.,用途ダミー,入手先ダミー,0,15010003,3,3,,2,1 +15010004,10x Scout Ticket (SIF Data Link Bonus),9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times from a specific Scout pool.,用途ダミー,入手先ダミー,0,15010002,3,4,,0,1 +15010005,10x Scout Ticket (SIFAS Data Link Bonus),9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times from a specific Scout pool.,用途ダミー,入手先ダミー,0,15010002,3,5,,0,223071202 +15010006,"1x Normal Scout Ticket (Available until 11:59AM on July 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,6,,0,223063001 +15010007,"10x Normal Scout Ticket (Available until 11:59AM on July 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,7,,0,223063001 +15010008,"1x Normal Scout Ticket (Available until 11:59AM on July 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,8,,0,223071502 +15010009,"10x Normal Scout Ticket (Available until 11:59AM on July 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,9,,0,223071502 +15010010,"1x Normal Scout Ticket (Available until 11:59AM on August 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,10,,0,223073101 +15010011,"10x Normal Scout Ticket (Available until 11:59AM on August 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,11,,0,223073101 +15010012,"1x Normal Scout Ticket (Available until 11:59AM on August 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,12,,0,223081501 +15010013,"10x Normal Scout Ticket (Available until 11:59AM on August 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,13,,0,223081501 +15010014,"1x Normal Scout Ticket (Available until 11:59AM on September 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,14,,0,223083107 +15010015,"10x Normal Scout Ticket (Available until 11:59AM on September 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,15,,0,223083107 +15010016,"1x Normal Scout Ticket (Available until 11:59AM on September 30th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,16,,0,223091501 +15010017,"10x Normal Scout Ticket (Available until 11:59AM on September 30th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,17,,0,223091501 +15010018,"1x Normal Scout Ticket (Available until 11:59AM on October 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,18,,0,223093001 +15010019,"10x Normal Scout Ticket (Available until 11:59AM on October 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,19,,0,223093001 +15010020,"1x Normal Scout Ticket (Available until 11:59AM on October 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,20,,0,223101505 +15010021,"10x Normal Scout Ticket (Available until 11:59AM on October 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,21,,0,223101505 +15010022,"1x Normal Scout Ticket (Available until 11:59AM on November 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,22,,0,223092302 +15010023,"1x Normal Scout Ticket (Available until 11:59AM on November 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,23,,0,223103107 +15010024,"10x Normal Scout Ticket (Available until 11:59AM on November 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,24,,0,223103107 +15010025,"1x Normal Scout Ticket (Available until 07:59AM on March 15th, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,25,,0,223111501 +15010026,"10x Normal Scout Ticket (Available until 07:59AM on March 15th, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,26,,0,223111501 +15010027,"1x Normal Scout Ticket (Available until 11:59AM on November 15th, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,27,,0,223102506 +15010028,"1x Normal Scout Ticket (Available until 07:59AM on March 30th, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,28,,0,223113008 +15010029,"10x Normal Scout Ticket (Available until 07:59AM on March 30th, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,29,,0,223113008 +15010030,"1x Normal Scout Ticket (Available until 07:59AM on April 15th, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,30,,0,223121513 +15010031,"10x Normal Scout Ticket (vailable until 07:59AM on April 15th, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,31,,0,223121513 +15010032,"1x Normal Scout Ticket (Available until 11:59AM on December 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,32,,0,223120804 +15010033,"10x Normal Scout Ticket (Available until 11:59AM on December 31st, 2023)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,33,,0,223120804 +15010034,"1x Normal Scout Ticket (Available until 07:59AM on April 30, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,34,,0,223123107 +15010035,"10x Normal Scout Ticket (Available until 07:59AM on April 30, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,35,,0,223123107 +15010036,"1x Normal Scout Ticket (Available until 07:59AM on May 15, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,36,,0,224011508 +15010037,"10x Normal Scout Ticket (Available until 07:59AM on May 15, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,37,,0,224011508 +15010038,"1x Normal Scout Ticket (Available until 05:59AM on May 31, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,38,,0,224013108 +15010039,"10x Normal Scout Ticket (Available until 05:59AM on May 31, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,39,,0,224013108 +15010040,"1x Normal Scout Ticket (Available until 05:59AM on May 31, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout once via Normal Scout.,用途ダミー,入手先ダミー,0,15010006,3,40,,0,224020109 +15010041,"10x Normal Scout Ticket (Available until 05:59AM on May 31, 2024)",9,6,0,0,0,A ticket used to Scout.
Allows you to Scout 10 times via Normal Scout.,用途ダミー,入手先ダミー,0,15010003,3,41,,0,224020109 +15020001,10x Scout Ticket (School Idol Festival 2 Super Thanks),9,6,0,0,0,A ticket used to Scout in School Idol Festival 2 Super Thanks Scouting.
Allows you to Scout 10 times.,用途ダミー,入手先ダミー,0,15010003,3,100,,0,224030118 +15500001,Release Celebration Scout points,1,0,0,0,0,Points obtained from the Release Celebration Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223041501 +15500002,Harajuku Liella! After School ♡ Scout Points,1,0,0,0,0,Points obtained from Spotlight Scout: Harajuku Liella! After School ♡.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223041901 +15510004,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by May 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223043001 +15510005,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by May 31st.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223051501 +15510006,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by June 19th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223053101 +15510007,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by June 30th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223061501 +15510008,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by July 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223063001 +15510009,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by July 31st.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223071502 +15510010,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by August 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223073101 +15510011,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by August 31st.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223081501 +15510012,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by September 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223083107 +15510013,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by September 30th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223091501 +15510014,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by October 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223093001 +15510015,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by October 31st.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223101505 +15510016,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by November 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223103107 +15510017,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by November 30th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223111501 +15510018,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by December 15th.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223113008 +15510019,Scout Points (Normal),1,0,0,0,0,"Points obtained through ""Normal Scout""
can be exchanged for various club members and items.
After the expiration date, it will be converted to Skill Notebook (Medium).
※The deadline for conversion of this point is December 31.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,223121513 +15510020,Scout Points (Normal),1,0,0,0,0,"Points obtained through ""Normal Scout""
can be exchanged for various club members and items.
After the expiration date, it will be converted to Skill Notebook (Medium).
※The deadline for conversion of this point is January 15.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,223123107 +15510021,Scout Points (Normal),1,0,0,0,0,"Points obtained through ""Normal Scout""
can be exchanged for various club members and items.
After the expiration date, it will be converted to Skill Notebook (Medium).
※The deadline for conversion of this point is January 31.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224011508 +15510022,Scout Points (Normal),1,0,0,0,0,"Points obtained through ""Normal Scout""
can be exchanged for various club members and items.
After the expiration date, it will be converted to Skill Notebook (Medium).
※The deadline for conversion of this point is February 14.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224013108 +15510023,Scout Points (Normal),1,0,0,0,0,"Points obtained through ""Normal Scout""
can be exchanged for various club members and items.
After the expiration date, it will be converted to Skill Notebook (Medium).
※The deadline for conversion of this point is March 1.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224021409 +15510024,Scout Points (Normal),1,0,0,0,0,Points obtained from Normal Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.
*These points must be exchanged by March 31st.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224030120 +15520001,Scout Points (Out on the Town),1,0,0,0,0,Points obtained from Spotlight Scout: Out on the Town.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223043002 +15520002,Scout Points (Shopping Streets),1,0,0,0,0,Points obtained from Spotlight Scout: Shopping Streets.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223051502 +15520003,Scout Points (Live in Nature),1,0,0,0,0,Points obtained from Spotlight Scout: Live in Nature.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223053102 +15520004,Scout Points (Glittering Dancers),1,0,0,0,0,Points obtained from Spotlight Scout: Glittering Dancers.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223061502 +15520005,Scout Points (Sunny Summer Camp),1,0,0,0,0,Points obtained from Spotlight Scout: Sunny Summer Camp.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223063002 +15520006,Scout Points (Midsummer Mermaid),1,0,0,0,0,Points obtained from Spotlight Scout: Midsummer Mermaid.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223071503 +15520007,Scout Points (Summer Beach Run),1,0,0,0,0,Points obtained from Spotlight Scout: Summer Beach Run.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223073102 +15520008,Scout Points (Flowers Bloom in the Summer Night),1,0,0,0,0,Points obtained from Spotlight Scout: Flowers Bloom in the Summer Night.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223081502 +15520009,Scout Points (Moonlight Silvergrass),1,0,0,0,0,Points obtained from Spotlight Scout: Moonlight Silvergrass.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223083102 +15520010,Scout Points (Wandering Yukata),1,0,0,0,0,Points obtained from Spotlight Scout: Wandering Yukata.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223091502 +15520011,Scout Points (Trick or Treat!),1,0,0,0,0,Points obtained from Spotlight Scout: Trick or Treat!
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223093002 +15520012,Scout Points: Sunny Marching Band:,1,0,0,0,0,Points obtained from Spotlight Scout: Sunny Marching Band.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223103108 +15520013,Scout Points: Kitty Cat 🐾 Maids,1,0,0,0,0,Points obtained from Spotlight Scout: Kitty Cat 🐾 Maids.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223111502 +15520014,Scout Points: Everyone's Merry Christmas!,1,0,0,0,0,Points obtained from the Spotlight Scout: Everyone's Merry Christmas!
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223113009 +15520015,Scout Points [Santa Claus at Snow Festival]),1,0,0,0,0,Points obtained through the Pickup Scout: Santa Claus of Snow Festival!
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223121505 +15520016,Scout Points [Happy New Year to Everyone!],1,0,0,0,0,Points obtained through the Pickup Scout: Happy New Year to everyone
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223123102 +15520017,Scout Points [Fairy on Ice],1,0,0,0,0,Points obtained through the Pickup Scout: Fairy on Ice
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224011502 +15520018,Scout Points [Maiden Trapped in Love],1,0,0,0,0,Points obtained through the Pickup Scout: Maiden Trapped in Love
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224013102 +15520019,Scout Points [Night of the Hundred Demons],1,0,0,0,0,Points obtained through the Pickup Scout: Night of the Hundred Demons
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224021402 +15520020,Scout Points (Y2K♡GALS),1,0,0,0,0,Points obtained from the Spotlight Scout: Y2K♡GALS.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224030102 +15530001,Scout Points (Kanon's Birthday),1,0,0,0,0,Points obtained from Kanon's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223050101 +15530002,Scout Points (Ai's Birthday),1,0,0,0,0,Points obtained from Ai's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223053001 +15530003,Scout Points (Nozomi's Birthday),1,0,0,0,0,Points obtained from Nozomi's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223060901 +15530004,Scout Points (Mari's Birthday),1,0,0,0,0,Points obtained from Mari's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223061301 +15530005,Scout Points (Shiki's Birthday),1,0,0,0,0,Points obtained from Shiki's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223061701 +15530006,Scout Points (Karin's Birthday),1,0,0,0,0,Points obtained from Karin's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223062901 +15530007,Scout Points (Yoshiko's Birthday),1,0,0,0,0,Points obtained from Yoshiko's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223071301 +15530008,Scout Points (Keke's Birthday),1,0,0,0,0,Points obtained from Keke's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223071702 +15530009,Scout Points (Nico's Birthday),1,0,0,0,0,Points obtained from Nico's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223072201 +15530010,Scout Points (Chika's Birthday),1,0,0,0,0,Points obtained from Chika's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223080102 +15530011,Scout Points (Honoka's Birthday),1,0,0,0,0,Points obtained from Honoka's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223080303 +15530012,Scout Points (Natsumi's Birthday),1,0,0,0,0,Points obtained from Natsumi's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223080701 +15530013,Scout Points (Setsuna's Birthday),1,0,0,0,0,Points obtained from Setsuna's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223080801 +15530014,Scout Points (Kotori's Birthday),1,0,0,0,0,Points obtained from Kotori's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223091201 +15530015,Scout Points (Riko's Birthday),1,0,0,0,0,Points obtained from Riko's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223091901 +15530016,Scout Points (Ruby's Birthday),1,0,0,0,0,Points obtained from Ruby's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223092101 +15530017,Scout Points (Sumire's Birthday),1,0,0,0,0,Points obtained from Sumire's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223092801 +15530018,Scout Points (Shioriko's Birthday),1,0,0,0,0,Points obtained from Shioriko's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223100502 +15530019,Scout Points (Eli's Birthday),1,0,0,0,0,Points obtained from Eli's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223102101 +15530020,Scout Points (Mei's Birthday),1,0,0,0,0,Points obtained from Mei's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223102901 +15530021,Scout Points (Rin's Birthday),1,0,0,0,0,Points obtained from Rin's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223110101 +15530022,Scout Points (Rina's Birthday),1,0,0,0,0,Points obtained from Rina's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223111301 +15530023,Scout Points (Ren's Birthday),1,0,0,0,0,Points obtained from Ren's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223112401 +15530024,Scout Points (Mia's Birthday),1,0,0,0,0,Points obtained from Mia's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223120601 +15530025,Scout Points (Kanata's Birthday),1,0,0,0,0,Points obtained from Kanata's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223121601 +15530026,Scout Points (Tomari's Birthday),1,0,0,0,0,Points obtained from Tomari's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223122801 +15530027,Scout Points [Daiya's Birth Anniversary],1,0,0,0,0,Points obtained through Daiya's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224010103 +15530028,Scout Points [Hanayo's Birth Anniversary],1,0,0,0,0,Points obtained through Hanayo's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224011702 +15530029,Scout Points [Margarete's Birth Anniversary],1,0,0,0,0,Points obtained through Margarete's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224012002 +15530030,Scout Points [Kasumi's Birth Anniversary],1,0,0,0,0,Points obtained through Kasumi's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224012302 +15530031,Scout Points [Ema's Birth Anniversary],1,0,0,0,0,Points obtained through Ema's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224020502 +15530032,Scout Points [Kanan's Birth Anniversary],1,0,0,0,0,Points obtained through Kanan's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224021004 +15530033,Scout Points [Ranju's Birth Anniversary],1,0,0,0,0,Points obtained through Ranju's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224021502 +15530034,Scout Points (Chisato's Birthday),1,0,0,0,0,Points obtained from Chisato's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224022502 +15530035,Scout Points (Ayumu's Birthday),1,0,0,0,0,Points obtained from Ayumu's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224030107 +15530036,Scout Points (Hanamaru's Birthday),1,0,0,0,0,Points obtained from Hanamaru's Birthday Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224030402 +15530037,Scout Points [Umi's Birthday Anniversary],1,0,0,0,0,"Points that can be earned through “Umi's Birthday Anniversary Scouting”
Can be exchanged for various members and items
*After the period ends, it will be converted to a Skill Notebook (Medium).",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224031502 +15540001,Scout Points (SIF Data Link Bonus),1,0,0,0,0,Points obtained from the SIF Data Link Bonus Ticket Scout.
Can be exchanged for various members and items.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223043003 +15540002,Scout Points (Attribute Spotlight),1,0,0,0,0,"Points obtained from the Smile Only! Spotlight Scout, Pure Only! Spotlight Scout, or Cool Only! Spotlight Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,223061103 +15540005,Scout Points (Love Song Carnival: Ayumu),1,0,0,0,0,Points obtained from Ayumu's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223100301 +15540006,Scout Points (Love Song Carnival: Kasumi),1,0,0,0,0,Points obtained from Kasumi's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223101001 +15540007,Scout Points (Love Song Carnival: Shizuku),1,0,0,0,0,Points obtained from Shizuku's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223101701 +15540008,Scout Points (Love Song Carnival: Karin),1,0,0,0,0,Points obtained from Karin's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223102401 +15540009,Scout Points (Love Song Carnival: Ai),1,0,0,0,0,Points obtained from Ai's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223103101 +15540010,Scout Points (Love Song Carnival: Kanata),1,0,0,0,0,Points obtained from Kanata's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223110701 +15540011,Scout Points (Love Song Carnival: Setsuna),1,0,0,0,0,Points obtained from Setsuna's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223111401 +15540012,Scout Points (Love Song Carnival: Emma),1,0,0,0,0,Points obtained from Emma's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223112101 +15540013,Scout Points (Love Song Carnival: Rina),1,0,0,0,0,Points obtained from Rina's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223112801 +15540014,Scout Points (Love Song Carnival: Shioriko),1,0,0,0,0,Points obtained from Shioriko's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223120501 +15540015,Scout Points (Love Song Carnival: Mia),1,0,0,0,0,Points obtained from Mia's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223121201 +15540016,Scout Points (Love Song Carnival: Lanzhu),1,0,0,0,0,Points obtained from Lanzhu's Love Song Carnival Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223121901 +15540017,Scout Points (Half Anniversary),1,0,0,0,0,"Points obtained from the One-A-Day! Half Anniversary Scout, Guaranteed UR! Half Anniversary Scout, or Spotlight Scout: Boo! Boo! Halloweenland.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,223101501 +15540023,Scout Points (Love Song by Me),1,0,0,0,0,"Points obtained from the ""Love Song by Me"" Launch Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,223090603 +15540024,Scout Points: μ's Spotlight,1,0,0,0,0,Points obtained from μ's Only! Spotlight Scout.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223103111 +15540025,Scout Points: Aqours Spotlight,1,0,0,0,0,Points obtained from Aqours Only! Spotlight Scout.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223111508 +15540027,Scout Points: Yohane the Parhelion,1,0,0,0,0,Points obtained from the Yohane the Parhelion: The Story of the Sound of Heart Scout.
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223121402 +15540028,Scout Points: 1st-Years Spotlight,1,0,0,0,0,Points obtained from 1st-Years Only! Spotlight Scout.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223111702 +15540029,Scout Points: 2nd-Years Spotlight,1,0,0,0,0,Points obtained from 2nd-Years Only! Spotlight Scout.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223112404 +15540030,Scout Points: 3rd-Years Spotlight,1,0,0,0,0,Points obtained from the 3rd-Years Only! Spotlight Scout.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,223120103 +15540031,Scout Points [Year-End & New Year Memorial],1,0,0,0,0,"Points obtained through the ""Year End & New-Year Commemoration! Free Scouting up to 240 times"" and ""Year End & New-Year Commemoration! UR confirmed scout""
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,223122604 +15540032,Scout Points [New Year Commemoration],1,0,0,0,0,"Points obtained through the ""New-Year's First Dream Commemoration!"" and ""New-Year's First Dream! UR confirmed scout""
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224010105 +15540033,Scout Points [Love Song Carnival],1,0,0,0,0,"Points obtained through the ""Love Songs Carnival Memorial Scout""
can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224011304 +15540034,Scout Points (Super Thanks),1,0,0,0,0,Points obtained from School Idol Festival 2 Super Thanks Scouting.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,224030109 +15540035,Scout Points [Special Scouting],1,0,0,0,0,"Points that can be earned through “Special Scouting”
Can be exchanged for various members and items
*After the period ends, it will be converted to a Skill Notebook (Medium).",用途ダミー,入手先ダミー,0,15020001,5,500,,0,224031602 +30010001,Memorial Piece,1,0,0,0,0,"Special items obtained from events, login bonuses, etc.
Can be exchanged for memorial members at the exchange once enough pieces have been collected.",用途ダミー,入手先ダミー,0,30010001,5,500,,0,1 +30010002,Weiß Schwarz Exchange Ticket,1,0,0,0,0,An exchange ticket that you can use at the Weiß Schwarz Registration Campaign Exchange Shop.,用途ダミー,入手先ダミー,0,30010002,5,501,,0,223110106 +30010003,Snowy White Christmas Exchange Ticket,1,0,0,0,0,An exchange ticket that can be used at the Snowy White Christmas Campaign Exchange shop.,用途ダミー,入手先ダミー,0,30010003,5,502,,0,223120107 +30010004,Lucky Bag Points,1,0,0,0,0,新春記念!福袋パック交換所で利用できる交換券,用途ダミー,入手先ダミー,0,30010004,5,502,,0,224010107 +30010005,Valentine's Exchange Ticket,1,0,0,0,0,An exchange ticket that can be used at the Happy Valentine's Day Campaign Exchange Shop.,用途ダミー,入手先ダミー,0,30010005,5,502,,0,224020104 +16005001,Lesson Notebook (S),4,3,0,100,0,Used in lessons to grant experience points to a specific member.,用途ダミー,入手先ダミー,100,16005001,1,217,,0,1 +16005002,Lesson Notebook (M),4,3,0,1000,0,Used in lessons to grant experience points to a specific member.,用途ダミー,入手先ダミー,1000,16005002,1,218,,0,1 +16005003,Lesson Notebook (L),4,3,0,5000,0,Used in lessons to grant experience points to a specific member.,用途ダミー,入手先ダミー,5000,16005003,1,219,,0,1 +17001001,Skill Notebook (S),5,4,0,100,0,Used in skill lessons to grant experience points to a specific skill.,用途ダミー,入手先ダミー,1000,17001001,1,321,,0,1 +17001002,Skill Notebook (M),5,4,0,1000,0,Used in skill lessons to grant experience points to a specific skill.,用途ダミー,入手先ダミー,10000,17001002,1,322,,0,1 +17001003,Skill Notebook (L),5,4,0,5000,0,Used in skill lessons to grant experience points to a specific skill.,用途ダミー,入手先ダミー,50000,17001003,1,323,,0,1 +19100001,Light Stick,3,8,0,0,0,Used to Idolize a member.,用途ダミー,入手先ダミー,0,19400001,1,405,,0,1 +20000001,LP Candy (S),8,1,0,10,0,An item that restores 10 LP.,用途ダミー,入手先ダミー,0,20000001,2,1,,0,1 +20000002,LP Candy (M),8,1,0,50,0,An item that restores 50 LP.,用途ダミー,入手先ダミー,0,20000002,2,2,,0,1 +20000003,LP Candy (L),8,1,0,100,0,An item that restores 100 LP.,用途ダミー,入手先ダミー,0,20000003,2,3,,0,1 +20001001,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,10,2023/05/25 4:59:59,0,1 +20002001,Limited-Time LP Candy (M),8,1,0,50,0,A limited-time item that restores 50 LP.,用途ダミー,入手先ダミー,0,20002001,2,11,2023/05/25 4:59:59,0,1 +20003001,Limited-Time LP Candy (L),8,1,0,100,0,A limited-time item that restores 100 LP.,用途ダミー,入手先ダミー,0,20003001,2,12,2023/05/25 4:59:59,0,1 +20001002,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,13,2023/06/10 4:59:59,0,223051506 +20001003,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,14,2023/06/25 4:59:59,0,223053106 +20001004,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,15,2024/03/31 14:59:59,0,223061107 +20001005,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,16,2023/08/31 14:59:59,0,223063006 +20001006,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,17,2023/09/30 14:59:59,0,223073106 +20001007,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,18,2023/10/31 14:59:59,0,223083106 +20001008,Halloween LP Candy (S),8,1,0,10,0,An item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001002,2,19,,0,223102502 +20001009,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,20,2023/11/30 14:59:59,0,223093006 +20001010,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,20,2024/03/31 14:59:59,0,223103106 +20001011,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,20,2024/04/15 14:59:59,0,223113006 +20001012,Christmas LP Candy (S),8,1,0,10,0,An item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001003,2,20,,0,223120106 +20001013,LP Sticky Mochi,8,1,0,10,0,An item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001004,2,20,,0,224010109 +20001014,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,20,2024/04/30 14:59:59,0,223120803 +20001015,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,20,2024/05/15 14:59:59,0,223123105 +20001016,LP Valentine's Chocolate (S),8,1,0,10,0,An item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001005,2,20,,0,224020105 +20001017,LP White Day Macaron (S),8,1,0,10,0,An item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001006,2,20,,0,224030112 +20001018,Limited-Time LP Candy (S),8,1,0,10,0,A limited-time item that restores 10 LP.,用途ダミー,入手先ダミー,0,20001001,2,20,2024/05/31 14:59:59,0,224013105 +21000001,Skip Ticket,1,10,0,0,0,A ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21000001,3,10,,0,1 +21001001,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/05/25 4:59:59,0,1 +21001002,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/06/10 4:59:59,0,223051506 +21001003,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/06/25 4:59:59,0,223053106 +21001004,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/07/31 14:59:59,0,223061107 +21001005,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/08/31 14:59:59,0,223063006 +21001006,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/09/30 14:59:59,0,223073106 +21001007,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/10/31 14:59:59,0,223083106 +21001008,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2023/11/30 14:59:59,0,223093006 +21001009,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2024/03/31 14:59:59,0,223103106 +21001010,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2024/04/15 14:59:59,0,223113006 +21001011,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2024/04/30 14:59:59,0,223120803 +21001012,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2024/05/15 14:59:59,0,223123105 +21001013,Limited-Time Skip Ticket,1,10,0,0,0,A limited-time ticket used to skip a live show that has already been cleared.,用途ダミー,入手先ダミー,0,21001001,3,10,2024/05/31 14:59:59,0,224013105 +22000001,Star Assist Ticket,1,9,0,0,0,A ticket needed to use a Star Assist.,用途ダミー,入手先ダミー,0,22000001,5,500,,0,223111506 +22001001,Star Assist Ticket (Limited),1,9,0,0,0,A ticket needed to use a Star Assist (limited time).,用途ダミー,入手先ダミー,0,22001001,5,500,2024/05/10 07:59:59,0,223103106 +22001003,Star Assist Ticket (Limited),1,9,0,0,0,A ticket needed to use a Star Assist (limited time).,用途ダミー,入手先ダミー,0,22001001,5,500,2024/05/10 07:59:59,0,224011505 +22001004,Star Assist Ticket (Limited),1,9,0,0,0,A ticket needed to use a Star Assist (limited time).,用途ダミー,入手先ダミー,0,22001001,5,500,2024/05/10 07:59:59,0,224021405 +15570001,Scout Points (Global Launch SP Scouting ~Set 1~),1,0,0,0,0,Points obtained from Global Launch SP Scouting ~Set 1~
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924020101 +15570002,Scout Points (Global Launch SP Scouting ~Set 2~),1,0,0,0,0,Points obtained from Global Launch SP Scouting ~Set 2~
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924021601 +15570003,Scout Points [Rerun](Global Launch SP Scouting ~Set 1~),1,0,0,0,0,Points obtained from Global Launch SP Scouting ~Set 1~
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924031701 +15570004,Scout Points:[Rerun](μ's Spotlight),1,0,0,0,0,Points obtained from μ's Only! Spotlight Scout.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after exchange period.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924032501 +15570005,Scout Points:[Rerun](Aqours Spotlight),1,0,0,0,0,「Aqours限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924041701 +15570006,Scout Points [Rerun](Global Launch SP Scouting ~Set 2~),1,0,0,0,0,Points obtained from Global Launch SP Scouting ~Set 2~
Can be exchanged for various members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924042401 +15570007,Scout Points (Special Scout),1,0,0,0,0,Points obtained from Rerun UR Guaranteed!Special Scout!
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924050701 +15570008,Scout Points (Love Song Carnival),1,0,0,0,0,Points obtained from Rerun Love Song Carnival Scouting.
Can be exchanged for various Members and items.
*Converted into Skill Notebooks (M) after they expire.,用途ダミー,入手先ダミー,0,15020001,5,500,,0,924052401 diff --git a/src/router/masterdata/csv/limited_live.csv b/src/router/databases/csv-en/limited_live.csv similarity index 100% rename from src/router/masterdata/csv/limited_live.csv rename to src/router/databases/csv-en/limited_live.csv diff --git a/src/router/databases/csv-en/live.csv b/src/router/databases/csv-en/live.csv new file mode 100644 index 0000000..285e371 --- /dev/null +++ b/src/router/databases/csv-en/live.csv @@ -0,0 +1,638 @@ +_id,_masterMusicId,_type,_scoreC,_scoreB,_scoreA,_scoreS,_multiScoreC,_multiScoreB,_multiScoreA,_multiScoreS,_liveEffectValueId,_bpm,_startWait,_endWait,_masterLiveRewardSettingId,_liveBgMovieMasterId,_rehearsalImagePath,_priority,_campaignFlag,_masterReleaseLabelId +1100101,1001,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,210,2,0,1,10000001,b_adv_0005,20100825,0,1 +1100201,1002,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,173,2,0,1,10000001,b_adv_0005,20150708,0,1 +1100301,1003,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,212,2,0,1,10000001,b_adv_0005,20200325,0,1 +1100401,1004,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,180,2,0,1,10000001,b_adv_0005,20150708,0,1 +1100501,1005,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,187,2,0,1,10000001,b_adv_0005,20121017,0,1 +1100601,1006,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,118,2,0,1,10000001,b_adv_0005,20130424,0,1 +1100701,1007,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,85,2,0,1,10000001,b_adv_0005,20150701,0,1 +1100801,1008,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,143,2,0,1,10000001,b_adv_0005,20101222,0,1 +1100901,1009,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,140,2,0,1,10000001,b_adv_0005,20130621,0,1 +1101001,1010,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,196,2,0,1,10000001,b_adv_0005,20141225,0,1 +1101101,1011,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,138,2,0,1,10000001,b_adv_0005,20140508,0,1 +1101201,1012,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20130724,0,1 +1101401,1014,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,162,2,0,1,10000001,b_adv_0005,20140611,0,1 +1101501,1015,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,140,2,0,1,10000001,b_adv_0005,20120725,0,1 +1101601,1016,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,124,2,0,1,10000001,b_adv_0005,20150131,0,1 +1101701,1017,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,165,2,0,1,10000001,b_adv_0005,20140208,0,1 +1101901,1019,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20150715,0,1 +1102001,1020,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,150,2,0,1,10000001,b_adv_0005,20140709,0,1 +1102101,1021,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20151028,0,1 +1102201,1022,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20150701,0,1 +1102301,1023,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20140709,0,1 +1102401,1024,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20121017,0,1 +1102501,1025,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20130925,0,1 +1102601,1026,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,174,2,0,1,10000001,b_adv_0005,20110525,0,1 +1102701,1027,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,186,2,0,1,10000001,b_adv_0005,20140611,0,1 +1102801,1028,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20131127,0,1 +1102901,1029,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,62,2,0,1,10000001,b_adv_0005,20110824,0,1 +1103001,1030,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120425,0,1 +1103101,1031,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,110,2,0,1,10000001,b_adv_0005,20160302,0,1 +1103201,1032,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,135,2,0,1,10000001,b_adv_0005,20150523,0,1 +1103301,1033,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,90,2,0,1,10000001,b_adv_0005,20131127,0,1 +1103501,1035,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,190,2,0,1,10000001,b_adv_0005,20130403,0,1 +1103701,1037,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,195,2,0,1,10000001,b_adv_0005,20151125,0,1 +1103801,1038,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,216,2,0,1,10000001,b_adv_0005,20120905,0,1 +1103901,1039,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,140,2,0,1,10000001,b_adv_0005,20140129,0,1 +1104001,1040,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000006,b_adv_0024,20130410,0,1 +1104101,1041,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,150,2,0,1,10000001,b_adv_0005,20160120,0,1 +1104201,1042,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20130821,0,1 +1104401,1044,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20140528,0,1 +1104501,1045,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20141001,0,1 +1104601,1046,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000006,b_adv_0024,20140827,0,1 +1104701,1047,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20141225,0,1 +1104801,1048,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20101222,0,1 +1104901,1049,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20120725,0,1 +1105001,1050,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20120425,0,1 +1105401,1054,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000001,b_adv_0005,20130403,0,1 +1105501,1055,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000001,b_adv_0005,20140924,0,1 +1105701,1057,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20150422,0,1 +1105801,1058,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20110525,0,1 +1105901,1059,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20141224,0,1 +1106001,1060,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20130821,0,1 +1106101,1061,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20151125,0,1 +1106201,1062,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20130123,0,1 +1106301,1063,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20130306,0,1 +1106401,1064,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20120905,0,1 +1106601,1066,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20110727,0,1 +1106701,1067,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20120725,0,1 +1106801,1068,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20130206,0,1 +1106901,1069,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20130626,0,1 +1107001,1070,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20140827,0,1 +1107101,1071,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20151215,0,1 +1107201,1072,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000001,b_adv_0005,20130306,0,1 +1107301,1073,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20160302,0,1 +1107401,1074,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20140620,0,1 +1107501,1075,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20130220,0,1 +1107601,1076,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20111214,0,1 +1107701,1077,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20140725,0,1 +1107801,1078,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20141225,0,1 +1107901,1079,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20140423,0,1 +1108001,1080,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20110622,0,1 +1108101,1081,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20140129,0,1 +1108201,1082,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20140423,0,1 +1108301,1083,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20140508,0,1 +1108401,1084,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20200325,0,1 +1108501,1085,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20130528,0,1 +1108601,1086,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000001,b_adv_0005,20130726,0,1 +1108701,1087,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20141126,0,1 +1108801,1088,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120627,0,1 +1108901,1089,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20130925,0,1 +1109001,1090,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120523,0,1 +1109101,1091,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20150422,0,1 +1109201,1092,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120125,0,1 +1109301,1093,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120215,0,1 +1109401,1094,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20141029,0,1 +1109501,1095,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20140528,0,1 +1109601,1096,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20110622,0,1 +1109701,1097,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20141001,0,1 +1109801,1098,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120215,0,1 +1109901,1099,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120125,0,1 +1110001,1100,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20141112,0,1 +1110101,1101,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20120523,0,1 +1110201,1102,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20150523,0,1 +1110301,1103,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20130724,0,1 +1110401,1104,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20110824,0,1 +1110501,1105,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20130206,0,1 +1110601,1106,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20120627,0,1 +1110701,1107,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20141121,0,1 +1110801,1108,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20120627,0,1 +1110901,1109,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20150523,0,1 +1111001,1110,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20160120,0,1 +1111101,1111,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20151223,0,1 +1111201,1112,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20111123,0,1 +1111301,1113,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20141126,0,1 +1111401,1114,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20151223,0,1 +1111501,1115,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20120523,0,1 +1111601,1116,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20141112,0,1 +1111701,1117,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20130828,0,1 +1111801,1118,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20110727,0,1 +1111901,1119,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20141224,0,1 +1112001,1120,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20141225,0,1 +1112101,1121,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20130626,0,1 +1112301,1123,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20150715,0,1 +1112401,1124,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20130123,0,1 +1112601,1126,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20130322,0,1 +1112701,1127,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20120725,0,1 +1112801,1128,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20100825,0,1 +1112901,1129,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20151028,0,1 +1113001,1130,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000001,b_adv_0005,20120425,0,1 +1113101,1131,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000001,b_adv_0005,20130220,0,1 +1113201,1132,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20101222,0,224012901 +1113301,1133,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20130123,0,224012901 +1113401,1134,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,90,2,0,1,10000001,b_adv_0005,20131127,0,224012901 +1113501,1135,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000001,b_adv_0005,20140528,0,224012901 +1113601,1136,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,85,2,0,1,10000001,b_adv_0005,20150701,0,224012901 +1113701,1137,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000001,b_adv_0005,20150701,0,224012901 +1113801,1138,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000001,b_adv_0005,20150715,0,224012901 +1113901,1139,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,150,2,0,1,10000001,b_adv_0005,20160120,0,224012901 +1114001,1140,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,110,2,0,1,10000001,b_adv_0005,20160302,0,224012901 +1200101,2001,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20200508,0,1 +1200201,2002,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20210922,0,1 +1200301,2003,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20201209,0,1 +1200401,2004,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000006,b_adv_0024,20200819,0,1 +1200501,2005,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20200826,0,1 +1200601,2006,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000006,b_adv_0024,20200819,0,1 +1200701,2007,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000002,b_adv_0018,20201209,0,1 +1200801,2008,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20200801,0,1 +1200901,2009,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20191030,0,1 +1201001,2010,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20210331,0,1 +1201101,2011,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20210417,0,1 +1201201,2012,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000002,b_adv_0018,20210101,0,1 +1201301,2013,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20210304,0,1 +1201401,2014,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20210210,0,1 +1201501,2015,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20201209,0,1 +1201601,2016,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20210921,0,1 +1201701,2017,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20220210,0,1 +1201801,2018,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20210713,0,1 +1201901,2019,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20211007,0,1 +1202001,2020,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20220304,0,1 +1202101,2021,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20220413,0,1 +1202201,2022,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000002,b_adv_0018,20210623,0,1 +1202301,2023,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20210623,0,1 +1202401,2024,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20210602,0,1 +1202501,2025,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20210623,0,1 +1202601,2026,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20210602,0,1 +1202701,2027,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20210801,0,1 +1202801,2028,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20210919,0,1 +1202901,2029,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20191211,0,1 +1203001,2030,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20200722,0,1 +1203101,2031,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20161222,0,1 +1203201,2032,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20170127,0,1 +1203301,2033,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20170224,0,1 +1203401,2034,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20170324,0,1 +1203501,2035,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20170405,0,1 +1203601,2036,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20160720,0,1 +1203701,2037,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20160824,0,1 +1203801,2038,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20170630,0,1 +1203901,2039,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20170510,0,1 +1204001,2040,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20170621,0,1 +1204101,2041,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20170405,0,1 +1204201,2042,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20170405,0,1 +1204301,2043,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20170531,0,1 +1204401,2044,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171025,0,1 +1204501,2045,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171115,0,1 +1204601,2046,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171129,0,1 +1204701,2047,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20170621,0,1 +1204801,2048,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20170802,0,1 +1204901,2049,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20170802,0,1 +1205001,2050,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20170802,0,1 +1205101,2051,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20170802,0,1 +1205201,2052,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171129,0,1 +1205301,2053,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20171220,0,1 +1205401,2054,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171222,0,1 +1205501,2055,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20180117,0,1 +1205601,2056,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20180117,0,1 +1205701,2057,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20180126,0,1 +1205801,2058,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20170510,0,1 +1205901,2059,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20171025,0,1 +1206001,2060,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20180223,0,1 +1206101,2061,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000002,b_adv_0018,20180223,0,1 +1206201,2062,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20180323,0,1 +1206301,2063,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20180424,0,1 +1206401,2064,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20180424,0,1 +1206501,2065,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20170531,0,1 +1206601,2066,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20180525,0,1 +1206701,2067,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20180525,0,1 +1206801,2068,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20180622,0,1 +1206901,2069,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20180630,0,1 +1207001,2070,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20170324,0,1 +1207101,2071,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000006,b_adv_0024,20161130,0,1 +1207201,2072,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20180801,0,1 +1207301,2073,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000006,b_adv_0024,20171220,0,1 +1207401,2074,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000006,b_adv_0024,20171220,0,1 +1207501,2075,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000002,b_adv_0018,20170324,0,1 +1207601,2076,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171115,0,1 +1207701,2077,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20181124,0,1 +1207801,2078,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20181124,0,1 +1207901,2079,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20181124,0,1 +1208001,2080,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20170324,0,1 +1208101,2081,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20190130,0,1 +1208201,2082,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20190130,0,1 +1208301,2083,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20190123,0,1 +1208401,2084,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20190123,0,1 +1208601,2086,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20151007,0,1 +1208701,2087,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20151007,0,1 +1208801,2088,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20160427,0,1 +1208901,2089,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20160511,0,1 +1209001,2090,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20160427,0,1 +1209101,2091,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20160525,0,1 +1209201,2092,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20160511,0,1 +1209301,2093,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20160427,0,1 +1209401,2094,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20160608,0,1 +1209501,2095,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20160803,0,1 +1209601,2096,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20160720,0,1 +1209701,2097,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20160803,0,1 +1209801,2098,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20160824,0,1 +1209901,2099,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20160525,0,1 +1210001,2100,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20160914,0,1 +1210101,2101,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20160914,0,1 +1210201,2102,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20161109,0,1 +1210301,2103,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000002,b_adv_0018,20160927,0,1 +1210401,2104,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20161109,0,1 +1210501,2105,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20160608,0,1 +1210601,2106,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20161026,0,1 +1210701,2107,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20161123,0,1 +1210801,2108,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20161123,0,1 +1210901,2109,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20161125,0,1 +1211101,2111,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000006,b_adv_0024,20190206,0,1 +1211201,2112,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20190206,0,1 +1211301,2113,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20180622,0,1 +1211401,2114,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20180801,0,1 +1211501,2115,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20190630,0,1 +1211601,2116,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20211007,0,1 +1211701,2117,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20180622,0,1 +1211801,2118,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20190925,0,1 +1211901,2119,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20190925,0,1 +1212001,2120,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20180622,0,1 +1212101,2121,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20191127,0,1 +1212201,2122,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20191204,0,1 +1212301,2123,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20190925,0,1 +1212401,2124,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20190726,0,1 +1212501,2125,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20191127,0,1 +1212601,2126,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20191204,0,1 +1212701,2127,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20191211,0,1 +1212801,2128,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000002,b_adv_0018,20191127,0,1 +1212901,2129,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20191204,0,1 +1213001,2130,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20200722,0,1 +1213101,2131,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000002,b_adv_0018,20191211,0,1 +1213201,2132,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000006,b_adv_0024,20200819,0,1 +1213301,2133,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20210331,0,1 +1213401,2134,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20201209,0,1 +1213501,2135,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20201007,0,1 +1213601,2136,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20200921,0,1 +1213701,2137,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000002,b_adv_0018,20200919,0,1 +1213801,2138,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20191030,0,1 +1214201,2142,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20151007,0,1 +1214301,2143,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000002,b_adv_0018,20220824,0,1 +1214401,2144,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20210728,0,1 +1214501,2145,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000002,b_adv_0018,20210630,0,1 +1214601,2146,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20210922,0,1 +1214701,2147,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20211103,0,1 +1214801,2148,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20220101,0,1 +1214901,2149,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20210728,0,1 +1215001,2150,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20211124,0,1 +1215101,2151,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20210613,0,1 +1215201,2152,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20210728,0,1 +1215301,2153,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000002,b_adv_0018,20210602,0,1 +1215401,2154,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,108,2,0,1,10000002,b_adv_0018,20220630,0,1 +1215601,2156,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20220824,0,1 +1215701,2157,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,126,2,0,1,10000002,b_adv_0018,20220417,0,1 +1215801,2158,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,108,2,0,1,10000002,b_adv_0018,20220613,0,1 +1215901,2159,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,135,2,0,1,10000002,b_adv_0018,20220713,0,1 +1216001,2160,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,96,2,0,1,10000002,b_adv_0018,20220801,0,1 +1216101,2161,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,175,2,0,1,10000002,b_adv_0018,20220919,0,1 +1216201,2162,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,130,2,0,1,10000002,b_adv_0018,20220921,0,1 +1216301,2163,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20220329,0,1 +1216401,2164,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20221109,0,1 +1216501,2165,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,93,2,0,1,10000002,b_adv_0018,20190206,0,1 +1216601,2166,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20230101,0,223061105 +1216701,2167,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20230710,0,223071001 +1216801,2168,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20230710,0,223071001 +1216901,2169,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20231003,0,223100303 +1217001,2170,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20231003,0,223100303 +1217101,2171,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20231003,0,223100303 +1217201,2172,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20221109,0,1 +1217301,2173,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20201007,0,1 +1217401,2174,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20220216,0,1 +1217501,2175,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000002,b_adv_0018,20231003,0,223100303 +1217601,2176,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20160427,0,224012901 +1217701,2177,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000002,b_adv_0018,20160608,0,224012901 +1217801,2178,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000002,b_adv_0018,20160720,0,224012901 +1217901,2179,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000002,b_adv_0018,20161123,0,224012901 +1218001,2180,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000002,b_adv_0018,20170405,0,224012901 +1218101,2181,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000002,b_adv_0018,20171025,0,224012901 +1300101,3001,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20200902,0,1 +1300201,3002,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20201104,0,1 +1300301,3003,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200902,0,1 +1300401,3004,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20200902,0,1 +1300501,3005,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200902,0,1 +1300601,3006,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20210714,0,1 +1300701,3007,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20210715,0,1 +1300801,3008,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20200902,0,1 +1300901,3009,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000003,b_adv_0025,20211006,0,1 +1301001,3010,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000003,b_adv_0025,20211006,0,1 +1301101,3011,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20200902,0,1 +1301201,3012,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200902,0,1 +1301301,3013,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200902,0,1 +1301401,3014,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20210616,0,1 +1301501,3015,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200729,0,1 +1301601,3016,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20211006,0,1 +1301701,3017,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20191002,0,1 +1301801,3018,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20211013,0,1 +1301901,3019,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20201021,0,1 +1302001,3020,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302101,3021,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302201,3022,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302301,3023,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302401,3024,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302501,3025,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302601,3026,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302701,3027,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302801,3028,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20211013,0,1 +1302901,3029,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20211013,0,1 +1303001,3030,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20211013,0,1 +1303101,3031,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20210526,0,1 +1303201,3032,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20210526,0,1 +1303401,3034,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20191002,0,1 +1303501,3035,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000003,b_adv_0025,20210113,0,1 +1303601,3036,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000003,b_adv_0025,20200212,0,1 +1303701,3037,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000003,b_adv_0025,20201216,0,1 +1303801,3038,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000003,b_adv_0025,20181121,0,1 +1303901,3039,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000003,b_adv_0025,20200212,0,1 +1304001,3040,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20201118,0,1 +1304101,3041,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20200212,0,1 +1304201,3042,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20201118,0,1 +1304301,3043,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000003,b_adv_0025,20181121,0,1 +1304401,3044,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20211013,0,1 +1304501,3045,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20201202,0,1 +1304601,3046,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200212,0,1 +1304701,3047,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20191002,0,1 +1304801,3048,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20210616,0,1 +1304901,3049,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20191002,0,1 +1305001,3050,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20191002,0,1 +1305101,3051,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20201104,0,1 +1305201,3052,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000003,b_adv_0025,20201118,0,1 +1305301,3053,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20200212,0,1 +1305401,3054,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20201216,0,1 +1305501,3055,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20181121,0,1 +1305601,3056,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000003,b_adv_0025,20181121,0,1 +1305701,3057,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20181121,0,1 +1305801,3058,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20181121,0,1 +1305901,3059,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20181121,0,1 +1306001,3060,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20181121,0,1 +1306101,3061,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000003,b_adv_0025,20181121,0,1 +1306201,3062,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20201021,0,1 +1306301,3063,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20191002,0,1 +1306401,3064,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20211006,0,1 +1306501,3065,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20210113,0,1 +1306601,3066,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20201216,0,1 +1306701,3067,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000003,b_adv_0025,20201202,0,1 +1306801,3068,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000003,b_adv_0025,20201202,0,1 +1306901,3069,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20200902,0,1 +1307001,3070,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20200902,0,1 +1307101,3071,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20200902,0,1 +1307201,3072,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000003,b_adv_0025,20200729,0,1 +1307301,3073,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20200212,0,1 +1307401,3074,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20191002,0,1 +1307501,3075,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20191002,0,1 +1307601,3076,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000003,b_adv_0025,20191002,0,1 +1307701,3077,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000003,b_adv_0025,20191002,0,1 +1307801,3078,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000003,b_adv_0025,20181121,0,1 +1307901,3079,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20211124,0,1 +1308001,3080,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,93,2,0,1,10000003,b_adv_0025,20220420,0,1 +1308101,3081,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20220420,0,1 +1308201,3082,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,127,2,0,1,10000003,b_adv_0025,20220427,0,1 +1308301,3083,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,135,2,0,1,10000003,b_adv_0025,20220427,0,1 +1308401,3084,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000003,b_adv_0025,20220622,0,1 +1308501,3085,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,120,2,0,1,10000003,b_adv_0025,20220511,0,1 +1308601,3086,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,117,2,0,1,10000003,b_adv_0025,20220511,0,1 +1308701,3087,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,89,2,0,1,10000003,b_adv_0025,20220525,0,1 +1308801,3088,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,150,2,0,1,10000003,b_adv_0025,20220525,0,1 +1308901,3089,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,90,2,0,1,10000003,b_adv_0025,20220608,0,1 +1309001,3090,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,115,2,0,1,10000003,b_adv_0025,20220608,0,1 +1309101,3091,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,171,2,0,1,10000003,b_adv_0025,20220622,0,1 +1309201,3092,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,115,2,0,1,10000003,b_adv_0025,20220622,0,1 +1309401,3094,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,91,2,0,1,10000003,b_adv_0025,20220727,0,1 +1309501,3095,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20220624,0,1 +1309601,3096,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20220727,0,1 +1309701,3097,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20220826,0,1 +1309801,3098,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20220928,0,1 +1309901,3099,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,93,2,0,1,10000003,b_adv_0025,20221012,0,1 +1310001,3100,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20210625,0,1 +1310101,3101,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20201224,0,1 +1310201,3102,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20210326,0,1 +1310301,3103,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20210127,0,1 +1310401,3104,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20210427,0,1 +1310501,3105,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20210225,0,1 +1310601,3106,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20210526,0,1 +1310701,3107,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,135,2,0,1,10000003,b_adv_0025,20220427,0,1 +1310801,3108,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20211103,0,1 +1310901,3109,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221102,0,1 +1311001,3110,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221102,0,1 +1311101,3111,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,127,2,0,1,10000003,b_adv_0025,20221005,0,1 +1311201,3112,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,106,2,0,1,10000003,b_adv_0025,20221005,0,1 +1311301,3113,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,137,2,0,1,10000003,b_adv_0025,20220928,0,1 +1311401,3114,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,164,2,0,1,10000003,b_adv_0025,20220928,0,1 +1311501,3115,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20200902,0,1 +1311601,3116,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20211124,0,1 +1311701,3117,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221028,0,1 +1311801,3118,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221125,0,1 +1311901,3119,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221223,0,1 +1312101,3121,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221123,0,1 +1312201,3122,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221123,0,1 +1312301,3123,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230201,0,1 +1312401,3124,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221012,0,1 +1312501,3125,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20220727,0,1 +1312601,3126,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20221012,0,1 +1312701,3127,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230201,0,1 +1312801,3128,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230201,0,1 +1312901,3129,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230201,0,1 +1313401,3134,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230630,0,223063007 +1313501,3135,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230608,0,223060801 +1313601,3136,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230608,0,223060801 +1313701,3137,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230630,0,223063007 +1313801,3138,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230710,0,223071001 +1313901,3139,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230710,0,223071001 +1314001,3140,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230831,0,223083101 +1314101,3141,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314201,3142,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314301,3143,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314401,3144,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314501,3145,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314601,3146,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314701,3147,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314801,3148,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1314901,3149,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1315001,3150,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1315101,3151,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1315201,3152,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20230906,0,223090602 +1315301,3153,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20231004,0,223100402 +1315401,3154,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20240124,0,224010111 +1315501,3155,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000003,b_adv_0025,20240124,0,224010111 +1400101,4001,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000004,b_adv_0026,20210721,0,1 +1400201,4002,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20210825,0,1 +1400301,4003,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000004,b_adv_0026,20211020,0,1 +1400401,4004,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20210825,0,1 +1400501,4005,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000004,b_adv_0026,20210721,0,1 +1400601,4006,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000004,b_adv_0026,20211020,0,1 +1400701,4007,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20211027,0,1 +1400801,4008,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20211020,0,1 +1400901,4009,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20220302,0,1 +1401001,4010,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000006,b_adv_0024,20220202,0,1 +1401101,4011,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,178,2,0,1,10000004,b_adv_0026,20211027,0,1 +1401201,4012,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000006,b_adv_0024,20220202,0,1 +1401301,4013,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000004,b_adv_0026,20220302,0,1 +1401401,4014,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,148,2,0,1,10000004,b_adv_0026,20210929,0,1 +1401501,4015,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20220302,0,1 +1401601,4016,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000004,b_adv_0026,20220302,0,1 +1401701,4017,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20211020,0,1 +1401801,4018,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20210825,0,1 +1401901,4019,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,200,2,0,1,10000004,b_adv_0026,20211027,0,1 +1402001,4020,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20210407,0,1 +1402101,4021,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20211027,0,1 +1402201,4022,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20210407,0,1 +1402301,4023,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,141,2,0,1,10000004,b_adv_0026,20220225,0,1 +1402401,4024,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20211103,0,1 +1402501,4025,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20211027,0,1 +1402601,4026,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20211027,0,1 +1402701,4027,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20211027,0,1 +1402801,4028,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000004,b_adv_0026,20211027,0,1 +1403001,4030,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000004,b_adv_0026,20220225,0,1 +1403101,4031,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,125,2,0,1,10000004,b_adv_0026,20210825,0,1 +1403201,4032,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000004,b_adv_0026,20210929,0,1 +1403301,4033,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000004,b_adv_0026,20220225,0,1 +1403401,4034,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,113,2,0,1,10000004,b_adv_0026,20210804,0,1 +1403501,4035,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000004,b_adv_0026,20211224,0,1 +1403601,4036,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,128,2,0,1,10000004,b_adv_0026,20220302,0,1 +1403701,4037,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20210407,0,1 +1403801,4038,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20210407,0,1 +1403901,4039,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20210929,0,1 +1404001,4040,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20210929,0,1 +1404101,4041,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20210928,0,1 +1404201,4042,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000004,b_adv_0026,20220302,0,1 +1404301,4043,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20220225,0,1 +1404401,4044,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20220302,0,1 +1404501,4045,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20220225,0,1 +1404601,4046,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20210804,0,1 +1404701,4047,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,136,2,0,1,10000004,b_adv_0026,20211126,0,1 +1404801,4048,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20220803,0,1 +1404901,4049,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,154,2,0,1,10000004,b_adv_0026,20220803,0,1 +1405001,4050,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,106,2,0,1,10000004,b_adv_0026,20220810,0,1 +1405101,4051,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,147,2,0,1,10000004,b_adv_0026,20220810,0,1 +1405201,4052,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,106,2,0,1,10000004,b_adv_0026,20220817,0,1 +1405301,4053,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,153,2,0,1,10000004,b_adv_0026,20220817,0,1 +1405401,4054,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,170,2,0,1,10000004,b_adv_0026,20220921,0,1 +1405501,4055,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,140,2,0,1,10000004,b_adv_0026,20220921,0,1 +1405601,4056,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221019,0,1 +1405701,4057,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221019,0,1 +1405901,4059,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230630,0,223063007 +1406001,4060,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20221130,0,1 +1406101,4061,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20221130,0,1 +1406401,4064,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20220126,0,1 +1406501,4065,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,171,2,0,1,10000004,b_adv_0026,20211124,0,1 +1406601,4066,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1406701,4067,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1406801,4068,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,152,2,0,1,10000004,b_adv_0026,20220817,0,1 +1406901,4069,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,88,2,0,1,10000004,b_adv_0026,20220817,0,1 +1407101,4071,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230415,0,1 +1407301,4073,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1407401,4074,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1407501,4075,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1407601,4076,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1407701,4077,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1407801,4078,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1407901,4079,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1408001,4080,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1408101,4081,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1408201,4082,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221026,0,1 +1408301,4083,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20220225,0,1 +1408401,4084,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20211027,0,1 +1408501,4085,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20211027,0,1 +1408601,4086,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20211027,0,1 +1408701,4087,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20211027,0,1 +1408801,4088,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20211027,0,1 +1408901,4089,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20220921,0,1 +1409001,4090,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,122,2,0,1,10000004,b_adv_0026,20220921,0,1 +1409101,4091,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221019,0,1 +1409201,4092,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20221019,0,1 +1409401,4094,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230710,0,223071001 +1409501,4095,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230710,0,223071001 +1409601,4096,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230710,0,223071001 +1409701,4097,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230710,0,223071001 +1409801,4098,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230710,0,223071001 +1409901,4099,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230710,0,223071001 +1410001,4100,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230814,0,223081402 +1410101,4101,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230814,0,223081402 +1410201,4102,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230814,0,223081402 +1410301,4103,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230814,0,223081402 +1410401,4104,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230814,0,223081402 +1410501,4105,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230814,0,223081402 +1410601,4106,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230315,0,223061105 +1410701,4107,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230315,0,223061105 +1410801,4108,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231013,0,223101301 +1411001,4110,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20230910,0,223091002 +1411101,4111,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231013,0,223101301 +1411201,4112,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231108,0,223110801 +1411301,4113,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231013,0,223101301 +1411401,4114,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231108,0,223110801 +1411501,4115,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231013,0,223101301 +1411601,4116,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,20231108,0,223110801 +1411701,4117,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,224011001,0,224012006 +1411801,4118,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,224011002,0,224012006 +1411901,4119,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000004,b_adv_0026,224011003,0,224021202 +1500101,5001,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230329,0,1 +1500201,5002,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230329,0,1 +1500301,5003,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230329,0,1 +1500401,5004,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230531,0,223053107 +1500501,5005,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230531,0,223053107 +1500601,5006,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230531,0,223053107 +1500701,5007,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230531,0,223053107 +1500801,5008,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230531,0,223053107 +1500901,5009,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230531,0,223053107 +1501001,5010,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230615,0,223061507 +1501101,5011,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230615,0,223061507 +1501201,5012,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230615,0,223061507 +1501301,5013,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230615,0,223061507 +1501401,5014,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230329,0,1 +1501501,5015,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230329,0,1 +1501601,5016,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230811,0,223081102 +1501701,5017,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230329,0,1 +1501801,5018,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230809,0,223111507 +1501901,5019,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230809,0,223111507 +1502001,5020,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,223111507 +1502101,5021,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,223111507 +1502201,5022,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230809,0,223120504 +1502301,5023,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230809,0,223120504 +1502401,5024,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,224011107 +1502501,5025,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,223120108 +1502601,5026,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,223120108 +1502701,5027,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,224011107 +1502801,5028,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,224011107 +1502901,5029,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,223120108 +1503001,5030,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,224011107 +1503101,5031,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000005,b_adv_0024,20230920,0,223120108 +1600101,6001,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230608,0,223060801 +1600201,6002,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230703,0,223070301 +1600301,6003,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230626,0,223062602 +1600401,6004,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230710,0,223071001 +1600501,6005,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230717,0,223071701 +1600601,6006,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230731,0,223073107 +1600701,6007,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230814,0,223081402 +1600801,6008,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230911,0,223091102 +1600901,6009,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230807,0,223080703 +1601001,6010,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230918,0,223091801 +1601101,6011,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230608,0,223121802 +1601201,6012,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000007,b_adv_0024,20230703,0,223121802 +1900101,9001,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,99,2,0,1,10000006,b_adv_0024,20211103,0,1 +1900201,9002,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20221210,0,1 +1900301,9003,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20221210,0,1 +1900401,9004,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20221210,0,1 +1900501,9005,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230508,0,223050801 +1900601,9006,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1900701,9007,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230508,0,223050801 +1900801,9008,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1900901,9009,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901001,9010,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901101,9011,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901201,9012,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901301,9013,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901401,9014,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901501,9015,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901601,9016,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901701,9017,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1901801,9018,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230508,0,223050801 +1901901,9019,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902001,9020,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902101,9021,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902201,9022,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902301,9023,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902401,9024,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902501,9025,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902601,9026,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902701,9027,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902801,9028,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1902901,9029,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230526,0,223052603 +1903001,9030,2,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230508,0,223050801 +1903101,9031,3,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20230508,0,223050801 +1903201,9032,1,20000,100000,250000,350000,70000,350000,875000,1225000,9999,0,2,0,1,10000006,b_adv_0024,20231206,0,223111507 diff --git a/src/router/masterdata/csv/live_boost.csv b/src/router/databases/csv-en/live_boost.csv similarity index 100% rename from src/router/masterdata/csv/live_boost.csv rename to src/router/databases/csv-en/live_boost.csv diff --git a/src/router/masterdata/csv/live_clear_reward.csv b/src/router/databases/csv-en/live_clear_reward.csv similarity index 100% rename from src/router/masterdata/csv/live_clear_reward.csv rename to src/router/databases/csv-en/live_clear_reward.csv diff --git a/src/router/masterdata/csv/live_combo.csv b/src/router/databases/csv-en/live_combo.csv similarity index 100% rename from src/router/masterdata/csv/live_combo.csv rename to src/router/databases/csv-en/live_combo.csv diff --git a/src/router/masterdata/csv/live_condition.csv b/src/router/databases/csv-en/live_condition.csv similarity index 100% rename from src/router/masterdata/csv/live_condition.csv rename to src/router/databases/csv-en/live_condition.csv diff --git a/src/router/masterdata/csv/live_effect_value.csv b/src/router/databases/csv-en/live_effect_value.csv similarity index 100% rename from src/router/masterdata/csv/live_effect_value.csv rename to src/router/databases/csv-en/live_effect_value.csv diff --git a/src/router/masterdata/csv/live_input_result.csv b/src/router/databases/csv-en/live_input_result.csv similarity index 100% rename from src/router/masterdata/csv/live_input_result.csv rename to src/router/databases/csv-en/live_input_result.csv diff --git a/src/router/masterdata/csv/live_lane_skin.csv b/src/router/databases/csv-en/live_lane_skin.csv similarity index 100% rename from src/router/masterdata/csv/live_lane_skin.csv rename to src/router/databases/csv-en/live_lane_skin.csv diff --git a/src/router/masterdata/csv/live_mission.csv b/src/router/databases/csv-en/live_mission.csv similarity index 100% rename from src/router/masterdata/csv/live_mission.csv rename to src/router/databases/csv-en/live_mission.csv diff --git a/src/router/masterdata/csv/live_mission_combo.csv b/src/router/databases/csv-en/live_mission_combo.csv similarity index 100% rename from src/router/masterdata/csv/live_mission_combo.csv rename to src/router/databases/csv-en/live_mission_combo.csv diff --git a/src/router/masterdata/csv/live_mission_reward.csv b/src/router/databases/csv-en/live_mission_reward.csv similarity index 100% rename from src/router/masterdata/csv/live_mission_reward.csv rename to src/router/databases/csv-en/live_mission_reward.csv diff --git a/src/router/masterdata/csv/live_ranking_reward.csv b/src/router/databases/csv-en/live_ranking_reward.csv similarity index 100% rename from src/router/masterdata/csv/live_ranking_reward.csv rename to src/router/databases/csv-en/live_ranking_reward.csv diff --git a/src/router/databases/csv-en/live_recommend.csv b/src/router/databases/csv-en/live_recommend.csv new file mode 100644 index 0000000..4fc290e --- /dev/null +++ b/src/router/databases/csv-en/live_recommend.csv @@ -0,0 +1,30 @@ +_id,_name,_priority,_masterReleaseLabelId +10001,Animated TV Series Theme Songs,5000,1 +10002,Birthday Selection: April Edition,4990,223041504 +10003,"Animated TV Series 10th Anniversary Celebration: Love Live! Season 1, Season 2 & Movie Insert Songs",4880,1 +10004,Nijigasaki High School Idol Club 5th Live! Where the Rainbow Blooms: Next TOKIMEKI Concert Day 2 Set List,4850,1 +10005,Birthday Selection: May Edition,4990,223050103 +10006,Birthday Selection: June Edition,5010,223060101 +10007,Birthday Selection: July Edition,5060,223070101 +10008,Birthday Selection: August Edition,5080,223080104 +10009,Birthday Selection: August Edition,5080,223081404 +10010,Birthday Selection: September Edition,5100,223090101 +10011,Birthday Selection: October Edition,5120,223100101 +10013,Aqours EXTRA LoveLive! 2023 - It's a Mugendai☆WORLD: Valentine's Day Concert Day 2 Set List,4870,1 +10015,Liella! 3rd LoveLive! Tour - WE WILL!!: Saitama Concert Day 2 Set List,4840,223041505 +10020,Songs signaling the coming of SPRING,4995,223041905 +10021,Love Live! Hasunosora Girls' High School Idol Club OPENING LIVE EVENT ~Bloom the Dream~ (Night Stage) Set List,5020,223060802 +10022,10th Anniversary Celebration: μ's 3rd Anniversary Love Live! Concert Set List,5030,223061601 +10023,Love Live! Nijigasaki High School Idol Club Anime Seasons 1 & 2 Soundtrack,5040,223062304 +10024,Love Live! Sunshine!! Anime Seasons 1 & 2 and Movie Soundtrack,5050,223062503 +10025,Summer Vibes,5070,223070102 +10026,Rock Festival Jams,5090,223081403 +10027,"Liella! 4th Love Live! Tour ~Brand New Sparkle~ Tokyo Concert Set List (5yncri5e! Edition, Day 2)",5110,223091507 +10028,Recommended Championships: Songs that Take You Through 10 Years of History,5300,223102404 +10029,Birthday Selection: November Edition,5130,223110104 +10030,Birthday Selection: December Edition,5140,223120101 +10031,Songs for Christmas,5150,223120109 +10032,Great for Love Live! First-timers!,5290,223120604 +10033,Birthday Selection: January Edition,5160,224010102 +10034,Birthday Selection: February Edition,5170,224020103 +10035,Birthday Selection: March Edition,5180,224030110 diff --git a/src/router/masterdata/csv/live_recommend_list.csv b/src/router/databases/csv-en/live_recommend_list.csv similarity index 100% rename from src/router/masterdata/csv/live_recommend_list.csv rename to src/router/databases/csv-en/live_recommend_list.csv diff --git a/src/router/masterdata/csv/live_reward.csv b/src/router/databases/csv-en/live_reward.csv similarity index 100% rename from src/router/masterdata/csv/live_reward.csv rename to src/router/databases/csv-en/live_reward.csv diff --git a/src/router/masterdata/csv/live_reward_setting.csv b/src/router/databases/csv-en/live_reward_setting.csv similarity index 100% rename from src/router/masterdata/csv/live_reward_setting.csv rename to src/router/databases/csv-en/live_reward_setting.csv diff --git a/src/router/masterdata/csv/live_rule.csv b/src/router/databases/csv-en/live_rule.csv similarity index 100% rename from src/router/masterdata/csv/live_rule.csv rename to src/router/databases/csv-en/live_rule.csv diff --git a/src/router/masterdata/csv/live_tap_effect.csv b/src/router/databases/csv-en/live_tap_effect.csv similarity index 100% rename from src/router/masterdata/csv/live_tap_effect.csv rename to src/router/databases/csv-en/live_tap_effect.csv diff --git a/src/router/masterdata/csv/live_tap_se.csv b/src/router/databases/csv-en/live_tap_se.csv similarity index 100% rename from src/router/masterdata/csv/live_tap_se.csv rename to src/router/databases/csv-en/live_tap_se.csv diff --git a/src/router/masterdata/csv/location.csv b/src/router/databases/csv-en/location.csv similarity index 100% rename from src/router/masterdata/csv/location.csv rename to src/router/databases/csv-en/location.csv diff --git a/src/router/databases/csv-en/location_reward.csv b/src/router/databases/csv-en/location_reward.csv new file mode 100644 index 0000000..bd671c1 --- /dev/null +++ b/src/router/databases/csv-en/location_reward.csv @@ -0,0 +1,34 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +330100001,1,8,1,2000014,0,1,223062002 +330100002,1,1,1,0,0,300,223072701 +330100003,1,8,1,2000018,0,1,223080301 +330100004,1,1,1,0,0,300,223081202 +330100005,1,8,1,2000019,0,1,223081902 +330100006,1,3,1,19100001,0,50,223082502 +330100007,1,8,1,2000020,0,1,223082604 +330100008,1,8,1,2000021,0,1,223090903 +330100009,1,8,1,2000024,0,1,223091602 +330100012,1,1,1,0,0,300,223092301 +330100013,1,3,1,19100001,0,300,223100505 +330100014,1,3,1,19100001,0,300,223100505 +330100015,1,3,1,19100001,0,300,223100505 +330100016,1,3,1,19100001,0,300,223100505 +330100017,1,3,1,19100001,0,300,223100505 +330100018,1,3,1,19100001,0,300,223100505 +330100019,1,8,1,2000027,0,1,223100702 +330100020,1,2,1,30010014,1,1,223110107 +330100020,2,8,1,2000029,0,1,223110107 +330100021,1,2,1,30010014,1,1,223110107 +330100021,2,8,1,2000029,0,1,223110107 +330100022,1,1,1,0,0,300,223110202 +330100023,1,3,1,20000001,0,30,223111902 +330100024,1,8,1,2000036,0,1,223120903 +330100025,1,8,1,2000030,0,1,223121511 +330100026,1,8,1,2000034,0,1,223122303 +330100027,1,8,1,2000035,0,1,224011303 +330100028,1,8,1,2000037,0,1,224011102 +330100029,1,8,1,2000039,0,1,224012005 +330100030,1,8,1,2000040,0,1,224021002 +330100031,1,8,1,2000042,0,1,224022303 +330100032,1,8,1,2000043,0,1,224030903 +330990001,1,4,1,1,0,5000,960 diff --git a/src/router/databases/csv-en/login_bonus.csv b/src/router/databases/csv-en/login_bonus.csv new file mode 100644 index 0000000..2477bf8 --- /dev/null +++ b/src/router/databases/csv-en/login_bonus.csv @@ -0,0 +1,317 @@ +_id,_name,_type,_masterEventId,_loop,_priority,_prefabName,_boardSpriteName,_masterVoiceId,_masterReleaseLabelId +1,Daily Login Bonus,1,0,1,0,DailyLoginBonus,loginbonus_daily,0,1 +2,Starting Dash Login Bonus,2,0,0,3,LoginBonus_startdash_0001,loginbonus_startdash_0001,0,223041502 +3,Starting Dash Login Bonus (Constant),2,0,0,3,LoginBonus_startdash_0002,loginbonus_startdash_0002,0,223071501 +10001,Thanksgiving 10-Day,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0001,0,223061402 +10002,Thanksgiving Day 1,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0002,0,223062401 +10003,Thanksgiving Day 2,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0003,0,223062501 +10004,Yohane 1,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223062502 +10005,Yohane 2,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223070201 +10006,Yohane 3,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223070901 +10007,Yohane 4,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223071601 +10008,Yohane 5,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223072301 +10009,Yohane 6,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223073001 +10010,Yohane 7,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223080601 +10011,Yohane 8,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223081301 +10012,Yohane 9,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223082001 +10013,Yohane 10,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223082701 +10014,Yohane 11,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223090301 +10015,Yohane 12,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223091001 +10016,Yohane 13,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0004,0,223091701 +10017,Nijigasaki OVA Release Celebration Login Bonus,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0017,0,223062302 +10018,Bon Festival,1,0,0,1,LoginBonus_campaign07day_0001,loginbonus_campaign_0018,0,223081001 +10019,Animelo Summer Login Bonus 1,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0019,0,223082501 +10020,Animelo Summer Login Bonus 2,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0020,0,223082702 +10021,Comiket Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0021,0,223081201 +10022,Liella! Chiba,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0022,0,223081903 +10023,Liella! Aichi,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0023,0,223082602 +10024,Liella! Tokyo,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0024,0,223090901 +10025,Ice Cream,1,0,0,1,LoginBonus_common01day_0001,loginbonus_campaign_0025,0,223091601 +10026,,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0026,0,223100501 +10027,,1,0,0,1,LoginBonus_common03day_0001,loginbonus_campaign_0027,0,223100701 +10028,Halloween,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0028,0,223102501 +10029,Hasunosora: Fukuoka Concert,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0029,0,223102103 +10030,Hasunosora: Tokyo Concert,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0030,0,223111801 +10031,Hasunosora: Aichi Concert,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0031,0,223112501 +10034,IJIGEN FES THE IDOLM@STER★︎♥LOVE LIVE! Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0034,0,223120902 +10037,Fall Festival,1,0,0,1,LoginBonus_campaign07day_0001,loginbonus_campaign_0037,0,223111103 +10035,Yohane the Parhelion: The Story of the Sound of Heart Login Bonus,1,0,0,1,LoginBonus_common03day_0001,loginbonus_campaign_0035,0,223121504 +10036,Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Aichi Concert Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0036,0,223122302 +10038,Snow White Christmas Campaign first half,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0038,0,223120105 +10039,New Year's! Miracle Campaign Login Bonus,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0039,0,223122804 +10040,Snow White Christmas Campaign second half,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0038,0,223121204 +10041,Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Kanagawa Concert Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0041,0,224011302 +10042,School Idol Musical: 2024 Performance Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0042,0,224011104 +10043,3週連続ライブ応援!いっぱいシャンシャンしようキャンペーンログインボーナス,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0043,0,223120802 +10044,Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Fukuoka Concert Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0044,0,224012004 +10045,Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Tokyo Concert Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0045,0,224021001 +10046,Happy Valentine's Day Campaign Login Bonus,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0046,0,224020104 +10047,Winter Vacation! Let’s Play Together All We Can Campaign Login Bonus,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0047,0,224020106 +10050,Colorful Spring Campaign Login Bonus,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0050,0,224030113 +10051,Super Thanks! Let’s Play Together Until the End Campaign Login Bonus,1,0,0,1,LoginBonus_common10day_0001,loginbonus_campaign_0051,0,224030115 +10054,Anime Broadcast 10 Year Anniversary LoveLive! Special Talk Session Login Bonus,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0054,0,224022302 +10055,LoveLive! Series Presents ユニット甲子園 2024 開催記念ログインボーナス,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0055,0,224030902 +10056,ラブライブ!TVアニメ放送10周年記念 LoveLive! Orchestra Concert 開催記念ログインボーナス,1,0,0,1,LoginBonus_common02day_0001,loginbonus_campaign_0056,0,224033002 +10057,School Idol Festival 2 Super Thanks Login Bonus,1,0,0,1,LoginBonus_event30day_0001,loginbonus_campaign_0057,0,224030117 +10058,School Idol Festival 2 Super Thanks Login Bonus,1,0,0,1,LoginBonus_event30day_0001,loginbonus_campaign_0058,0,224030117 +10059,スペシャル勧誘記念ログインボーナス~桜坂しずく~,1,0,0,1,LoginBonus_common01day_0001,ThanksLoginBonus_03003_01,0,224031702 +10060,スペシャル勧誘記念ログインボーナス~桜小路きな子~,1,0,0,1,LoginBonus_common01day_0001,ThanksLoginBonus_04006_01,0,224031802 +10061,スペシャル勧誘記念ログインボーナス~渡辺 曜~,1,0,0,1,LoginBonus_common01day_0001,ThanksLoginBonus_02005_01,0,224031902 +10062,スペシャル勧誘記念ログインボーナス~西木野真姫~,1,0,0,1,LoginBonus_common01day_0001,ThanksLoginBonus_01006_01,0,224032002 +20000,Subscription Login Bonus,6,0,0,0,,,0,1 +20001,Operation: Slump Escape! Login Bonus,5,101,0,3,LoginBonus_event10day_0001,loginbonus_event_0101,0,223041903 +20002,April 2023 (Event): μ's Login Bonus,5,102,0,3,LoginBonus_event10day_0001,loginbonus_event_0102,0,223043004 +20003,May 2023 (Event): Basic,5,103,0,3,LoginBonus_event04day_0001,loginbonus_event_0103,0,223051101 +20004,May 2023 (Event): Aqours Login Bonus,5,104,0,3,LoginBonus_event10day_0001,loginbonus_event_0104,0,223051504 +20005,May 2023 (Event): Basic,5,105,0,3,LoginBonus_event04day_0001,loginbonus_event_0103,0,223052601 +20006,June 2023 (Event A): Login Bonus,5,106,0,3,LoginBonus_event10day_0001,loginbonus_event_0106,0,223053104 +20007,June 2023 (Event): Basic,5,107,0,3,LoginBonus_event07day_0002,loginbonus_event_0107,0,223061101 +20008,June 2023 (Event B): Login Bonus,5,108,0,3,LoginBonus_event10day_0001,loginbonus_event_0108,0,223061504 +20009,July 2023 (Event A): Login Bonus,5,109,0,3,LoginBonus_event10day_0001,loginbonus_event_0109,0,223063004 +20010,July 2023 (Event): Basic,5,110,0,3,LoginBonus_event04day_0001,loginbonus_event_0110,0,223071101 +20011,July 2023 (Event B): Login Bonus,5,111,0,3,LoginBonus_event10day_0001,loginbonus_event_0111,0,223071505 +20012,July 2023 (Event): Basic,5,112,0,3,LoginBonus_event04day_0001,loginbonus_event_0112,0,223072601 +20013,August 2023 (Event A): Login Bonus,5,113,0,3,LoginBonus_event10day_0001,loginbonus_event_0113,0,223073104 +20014,August 2023 (Event): Basic,5,114,0,3,LoginBonus_event04day_0001,loginbonus_event_0114,0,223081101 +20015,August 2023 (Event B): Login Bonus,5,115,0,3,LoginBonus_event10day_0001,loginbonus_event_0115,0,223081504 +20016,August 2023 (Event): Basic,5,116,0,3,LoginBonus_event04day_0001,loginbonus_event_0116,0,223082601 +20017,September 2023 (Event A): Login Bonus,5,117,0,3,LoginBonus_event10day_0001,loginbonus_event_0117,0,223083104 +20018,September 2023 (Event): Basic,5,118,0,3,LoginBonus_event04day_0001,loginbonus_event_0118,0,223091101 +20019,September 2023 (Event B): Login Bonus,5,119,0,3,LoginBonus_event10day_0001,loginbonus_event_0119,0,223091504 +20020,September 2023 (Event): Basic,5,120,0,3,LoginBonus_event04day_0001,loginbonus_event_0120,0,223092601 +20021,October 2023 (Event A): Login Bonus,5,121,0,3,LoginBonus_event10day_0001,loginbonus_event_0121,0,223093004 +20022,October 2023 (Event): Basic (Early October),5,122,0,3,LoginBonus_event04day_0001,loginbonus_event_0122,0,223101101 +20023,October 2023 (Event B): Login Bonus,5,123,0,3,LoginBonus_event10day_0001,loginbonus_event_0123,0,223101508 +20024,October 2023 (Event): Basic (Late October),5,124,0,3,LoginBonus_event04day_0001,loginbonus_event_0124,0,223102601 +20025,October 2023 (Event A): Login Bonus,5,125,0,3,LoginBonus_event10day_0001,loginbonus_event_0125,0,223103104 +20026,November 2023 (Event): Basic (Early October) Login Bonus,5,126,0,3,LoginBonus_event04day_0001,loginbonus_event_0126,0,223111101 +20027,November 2023 (Event B): Login Bonus,5,127,0,3,LoginBonus_event10day_0001,loginbonus_event_0127,0,223111504 +20028,November 2023 (Event): Basic (Late November) Login Bonus,5,128,0,3,LoginBonus_event04day_0001,loginbonus_event_0128,0,223112601 +20029,December 2023 (Event A): Login Bonus,5,129,0,3,LoginBonus_event10day_0001,loginbonus_event_0129,0,223113004 +20030,December 2023 (Event): Basic (Early December) Login Bonus,5,130,0,3,LoginBonus_event04day_0001,loginbonus_event_0130,0,223121102 +20031,December 2023 (Event B): Login Bonus,5,131,0,3,LoginBonus_event10day_0001,loginbonus_event_0131,0,223121507 +20032,December 2023 (Event): Basic (Late December) Login Bonus,5,132,0,3,LoginBonus_event04day_0001,loginbonus_event_0132,0,223122603 +20033,January 2024 (Event A): Login Bonus,5,133,0,3,LoginBonus_event10day_0001,loginbonus_event_0133,0,223123104 +20034,"January, 2024: Simple (Early)_Login Bonus",5,134,0,3,LoginBonus_event04day_0001,loginbonus_event_0134,0,224011106 +20035,"January, 2024: Event B_Login Bonus",5,135,0,3,LoginBonus_event10day_0001,loginbonus_event_0135,0,224011504 +20036,"January, 2024: Simple (Late)_Login Bonus",5,136,0,3,LoginBonus_event04day_0001,loginbonus_event_0136,0,224012702 +20037,"February, 2024 : Event A_Login Bonus",5,137,0,3,LoginBonus_event10day_0001,loginbonus_event_0137,0,224013104 +20038,"February, 2024 : Event_Simple (Early)_Login Bonus",5,138,0,3,LoginBonus_event04day_0001,loginbonus_event_0138,0,224021006 +20039,February 2024 (Event B): Login Bonus,5,139,0,3,LoginBonus_event9day_0001,loginbonus_event_0139,0,224021404 +20040,February 2024 (Event): Basic (Late February) Login Bonus,5,140,0,3,LoginBonus_event07day_0002,loginbonus_event_0140,0,224022305 +20041,March 2024 (Event B): Login Bonus,5,141,0,3,LoginBonus_event10day_0001,loginbonus_event_0141,0,224030104 +30001,Honoka's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01001_01,loginbonus_birthday_01001_01,40001097,123080301 +30002,Eli's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01002_01,loginbonus_birthday_01002_01,40002097,123102101 +30003,Kotori's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01003_01,loginbonus_birthday_01003_01,40003099,123091201 +30004,Umi's Birthday Commemorative Login Bonus,1,0,0,0,BirthdayLoginBonus_01004_01,loginbonus_birthday_01004_01,40004100,124031501 +30005,Rin's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01005_01,loginbonus_birthday_01005_01,40005100,123110101 +30006,Maki's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01006_01,loginbonus_birthday_01006_01,40006101,124041901 +30007,Nozomi's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01007_01,loginbonus_birthday_01007_01,40007102,123060901 +30008,Hanayo's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01008_01,loginbonus_birthday_01008_01,40008103,124011701 +30009,Nico's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_01009_01,loginbonus_birthday_01009_01,40009104,123072201 +30010,Chika's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02001_01,loginbonus_birthday_02001_01,40010097,123080101 +30011,Riko's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02002_01,loginbonus_birthday_02002_01,40011098,123091901 +30012,Kanan's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02003_01,loginbonus_birthday_02003_01,40012099,124021001 +30013,Dia's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02004_01,loginbonus_birthday_02004_01,40013100,124010101 +30014,You's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02005_01,loginbonus_birthday_02005_01,40014101,124041701 +30015,Yoshiko's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02006_01,loginbonus_birthday_02006_01,40015102,123071301 +30016,Hanamaru's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02007_01,loginbonus_birthday_02007_01,40016103,124030401 +30017,Mari's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02008_01,loginbonus_birthday_02008_01,40017104,123061301 +30018,Ruby's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02009_01,loginbonus_birthday_02009_01,40018105,123092101 +30019,Ayumu's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03001_01,loginbonus_birthday_03001_01,40019095,124030101 +30020,Kasumi's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03002_01,loginbonus_birthday_03002_01,40020096,124012301 +30021,Shizuku's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03003_01,loginbonus_birthday_03003_01,40021097,124040301 +30022,Karin's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03004_01,loginbonus_birthday_03004_01,40022098,123062901 +30023,Ai's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03005_01,loginbonus_birthday_03005_01,40023099,123053001 +30024,Kanata's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03006_01,loginbonus_birthday_03006_01,40024100,123121601 +30025,Setsuna's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03007_01,loginbonus_birthday_03007_01,40025101,123080801 +30026,Emma's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03008_01,loginbonus_birthday_03008_01,40026102,124020501 +30027,Rina's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03009_01,loginbonus_birthday_03009_01,40027103,123111301 +30028,Shioriko's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03010_01,loginbonus_birthday_03010_01,40028104,123100501 +30029,Mia's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03011_01,loginbonus_birthday_03011_01,40029105,123120601 +30030,Lanzhu's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_03012_01,loginbonus_birthday_03012_01,40030106,124021501 +30031,Kanon's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04001_01,loginbonus_birthday_04001_01,40031095,123050101 +30032,Keke's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04002_01,loginbonus_birthday_04002_01,40032096,123071701 +30033,Chisato's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04003_01,loginbonus_birthday_04003_01,40033097,124022501 +30034,Sumire's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04004_01,loginbonus_birthday_04004_01,40034098,123092801 +30035,Ren's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04005_01,loginbonus_birthday_04005_01,40035099,123112401 +30036,Kinako's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04006_01,loginbonus_birthday_04006_01,40036100,124041001 +30037,Mei's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04007_01,loginbonus_birthday_04007_01,40037101,123102901 +30038,Shiki's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04008_01,loginbonus_birthday_04008_01,40038102,123061701 +30039,Natsumi's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04009_01,loginbonus_birthday_04009_01,40039103,123080701 +30040,Riko's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_02002_01,loginbonus_birthday_02002_01,40011098,123091903 +30041,Margarete's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04010_01,loginbonus_birthday_04010_01,40040104,124012001 +30042,Tomari's Birthday Login Bonus,1,0,0,0,BirthdayLoginBonus_04011_01,loginbonus_birthday_04011_01,40041105,123122801 +40001,Daily Login Bonus 1,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231011,0,223101102 +40002,Daily Login Bonus 2,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231012,0,223101201 +40003,Daily Login Bonus 3,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231013,0,223101302 +40004,Daily Login Bonus 4,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231014,0,223101401 +40005,Daily Login Bonus 5,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231015,0,223101511 +40006,Daily Login Bonus 6,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231016,0,223101606 +40007,Daily Login Bonus 7,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231017,0,223101703 +40008,Daily Login Bonus 8,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231018,0,223101802 +40009,Daily Login Bonus 9,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231019,0,223101901 +40010,Daily Login Bonus 10,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231020,0,223102001 +40011,Daily Login Bonus 11,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231021,0,223102105 +40012,Daily Login Bonus 12,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231022,0,223102201 +40013,Daily Login Bonus 13,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231023,0,223102301 +40014,Daily Login Bonus 14,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231024,0,223102403 +40015,Daily Login Bonus 15,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231025,0,223102503 +40016,Daily Login Bonus 16,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231026,0,223102602 +40017,Daily Login Bonus 17,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231027,0,223102701 +40018,Daily Login Bonus 18,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231028,0,223102801 +40019,Daily Login Bonus 19,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231029,0,223102904 +40020,Daily Login Bonus 20,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231030,0,223103002 +40021,Daily Login Bonus 21,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231031,0,223103110 +40022,Daily Login Bonus 22,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231101,0,223110105 +40023,Daily Login Bonus 23,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231102,0,223110201 +40024,Daily Login Bonus 24,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231103,0,223110301 +40025,Daily Login Bonus 25,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231104,0,223110401 +40026,Daily Login Bonus 26,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231105,0,223110501 +40027,Daily Login Bonus 27,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231106,0,223110601 +40028,Daily Login Bonus 28,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231107,0,223110703 +40029,Daily Login Bonus 29,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231108,0,223110802 +40030,Daily Login Bonus 30,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231109,0,223110901 +40031,Daily Login Bonus 31,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231110,0,223111002 +40032,Daily Login Bonus 32,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231111,0,223111102 +40033,Daily Login Bonus 33,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231112,0,223111201 +40034,Daily Login Bonus 34,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231113,0,223111303 +40035,Daily Login Bonus 35,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231114,0,223111403 +40036,Daily Login Bonus 36,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231115,0,223111509 +40037,Daily Login Bonus 37,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231116,0,223111601 +40038,Daily Login Bonus 38,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231117,0,223111701 +40039,Daily Login Bonus 39,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231118,0,223111803 +40040,Daily Login Bonus 40,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231119,0,223111901 +40041,Daily Login Bonus 41,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231120,0,223112001 +40042,Daily Login Bonus 42,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231121,0,223112103 +40043,Daily Login Bonus 43,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231122,0,223112201 +40044,Daily Login Bonus 44,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231123,0,223112301 +40045,Daily Login Bonus 45,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231124,0,223112403 +40046,Daily Login Bonus 46,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231125,0,223112503 +40047,Daily Login Bonus 47,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231126,0,223112602 +40048,Daily Login Bonus 48,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231127,0,223112701 +40049,Daily Login Bonus 49,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231128,0,223112803 +40050,Daily Login Bonus 50,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231129,0,223112901 +40051,Daily Login Bonus 51,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231130,0,223113007 +40052,Daily Login Bonus 52,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231201,0,223120102 +40053,Daily Login Bonus 53,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231202,0,223120201 +40054,Daily Login Bonus 54,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231203,0,223120301 +40055,Daily Login Bonus 55,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231204,0,223120401 +40056,Daily Login Bonus 56,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231205,0,223120503 +40057,Daily Login Bonus 57,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231206,0,223120603 +40058,Daily Login Bonus 58,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231207,0,223120701 +40059,Daily Login Bonus 59,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231208,0,223120801 +40060,Daily Login Bonus 60,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231209,0,223120901 +40061,Daily Login Bonus 61,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231210,0,223121001 +40062,Daily Login Bonus 62,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231211,0,223121101 +40063,Daily Login Bonus 63,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231212,0,223121203 +40064,Daily Login Bonus 64,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231213,0,223121301 +40065,Daily Login Bonus 65,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231214,0,223121401 +40066,Daily Login Bonus 66,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231215,0,223121501 +40067,Daily Login Bonus 67,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231216,0,223121603 +40068,Daily Login Bonus 68,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231217,0,223121701 +40069,Daily Login Bonus 69,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231218,0,223121801 +40070,Daily Login Bonus 70,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231219,0,223121903 +40071,Daily Login Bonus 71,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231220,0,223122001 +40072,Daily Login Bonus 72,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231221,0,223122101 +40073,Daily Login Bonus 73,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231222,0,223122201 +40074,Daily Login Bonus 74,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231223,0,223122301 +40075,Daily Login Bonus 75,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231224,0,223122401 +40076,Daily Login Bonus 76,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231225,0,223122501 +40077,Daily Login Bonus 77,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231226,0,223122601 +40078,Daily Login Bonus 78,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231227,0,223122701 +40079,Daily Login Bonus 79,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231228,0,223122803 +40080,Daily Login Bonus 80,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231229,0,223122901 +40081,Daily Login Bonus 81,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231230,0,223123001 +40082,Daily Login Bonus 82,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_231231,0,223123101 +40083,Daily Login Bonus 83,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240101,0,224010101 +40084,Daily Login Bonus 84,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240102,0,224010201 +40085,Daily Login Bonus 85,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240103,0,224010301 +40086,Daily Login Bonus 86,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240104,0,224010401 +40087,Daily Login Bonus 87,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240105,0,224010501 +40088,Daily Login Bonus 88,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240106,0,224010601 +40089,Daily Login Bonus 89,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240107,0,224010701 +40090,Daily Login Bonus 90,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240108,0,224010801 +40091,Daily Login Bonus 91,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240109,0,224010901 +40092,Daily Login Bonus 92,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240110,0,224011001 +40093,Daily Login Bonus 93,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240111,0,224011101 +40094,Daily Login Bonus 94,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240112,0,224011201 +40095,Daily Login Bonus 95,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240113,0,224011301 +40096,Daily Login Bonus 96,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240114,0,224011401 +40097,Daily Login Bonus 97,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240115,0,224011501 +40098,Daily Login Bonus 98,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240116,0,224011601 +40099,Daily Login Bonus 99,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240117,0,224011701 +40100,Daily Login Bonus 00,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240118,0,224011801 +40101,Daily Login Bonus 01,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240119,0,224011901 +40102,Daily Login Bonus 02,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240120,0,224012001 +40103,Daily Login Bonus 03,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240121,0,224012101 +40104,Daily Login Bonus 04,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240122,0,224012201 +40105,Daily Login Bonus 05,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240123,0,224012301 +40106,Daily Login Bonus 06,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240124,0,224012401 +40107,Daily Login Bonus 07,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240125,0,224012501 +40108,Daily Login Bonus 08,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240126,0,224012601 +40109,Daily Login Bonus 09,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240127,0,224012701 +40110,Daily Login Bonus 10,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240128,0,224012801 +40111,Daily Login Bonus 11,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240129,0,224012902 +40112,Daily Login Bonus 12,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240130,0,224013001 +40113,Daily Login Bonus 13,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240131,0,224013101 +40114,Daily Login Bonus 14,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240201,0,224020101 +40115,Daily Login Bonus 15,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240202,0,224020201 +40116,Daily Login Bonus 16,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240203,0,224020301 +40117,Daily Login Bonus 17,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240204,0,224020401 +40118,Daily Login Bonus 18,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240205,0,224020501 +40119,Daily Login Bonus 19,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240206,0,224020601 +40120,Daily Login Bonus 20,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240207,0,224020701 +40121,Daily Login Bonus 21,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240208,0,224020801 +40122,Daily Login Bonus 22,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240209,0,224020901 +40123,Daily Login Bonus 23,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240210,0,224021003 +40124,Daily Login Bonus 24,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240211,0,224021101 +40125,Daily Login Bonus 25,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240212,0,224021201 +40126,Daily Login Bonus 26,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240213,0,224021301 +40127,Daily Login Bonus 27,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240214,0,224021401 +40128,Daily Login Bonus 28,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240215,0,224021501 +40129,Daily Login Bonus 29,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240216,0,224021601 +40130,Daily Login Bonus 30,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240217,0,224021701 +40131,Daily Login Bonus 31,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240218,0,224021801 +40132,Daily Login Bonus 32,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240219,0,224021901 +40133,Daily Login Bonus 33,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240220,0,224022001 +40134,Daily Login Bonus 34,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240221,0,224022101 +40135,Daily Login Bonus 35,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240222,0,224022201 +40136,Daily Login Bonus 36,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240223,0,224022301 +40137,Daily Login Bonus 37,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240224,0,224022401 +40138,Daily Login Bonus 38,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240225,0,224022501 +40139,Daily Login Bonus 39,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240226,0,224022601 +40140,Daily Login Bonus 40,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240227,0,224022701 +40141,Daily Login Bonus 41,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240228,0,224022801 +40142,Daily Login Bonus 42,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240229,0,224022901 +40143,Daily Login Bonus 43,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240301,0,224030101 +40144,Daily Login Bonus 44,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240302,0,224030201 +40145,Daily Login Bonus 45,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240303,0,224030301 +40146,Daily Login Bonus 46,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240304,0,224030401 +40147,Daily Login Bonus 47,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240305,0,224030501 +40148,Daily Login Bonus 48,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240306,0,224030601 +40149,Daily Login Bonus 49,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240307,0,224030701 +40150,Daily Login Bonus 50,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240308,0,224030801 +40151,Daily Login Bonus 51,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240309,0,224030901 +40152,Daily Login Bonus 52,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240310,0,224031001 +40153,Daily Login Bonus 53,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240311,0,224031101 +40154,Daily Login Bonus 54,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240312,0,224031201 +40155,Daily Login Bonus 55,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240313,0,224031301 +40156,Daily Login Bonus 56,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240314,0,224031401 +40157,Daily Login Bonus 57,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240315,0,224031501 +40158,Daily Login Bonus 58,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240316,0,224031601 +40159,Daily Login Bonus 59,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240317,0,224031701 +40160,Daily Login Bonus 60,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240318,0,224031801 +40161,Daily Login Bonus 61,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240319,0,224031901 +40162,Daily Login Bonus 62,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240320,0,224032001 +40163,Daily Login Bonus 63,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240321,0,224032101 +40164,Daily Login Bonus 64,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240322,0,224032201 +40165,Daily Login Bonus 65,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240323,0,224032301 +40166,Daily Login Bonus 66,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240324,0,224032401 +40167,Daily Login Bonus 67,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240325,0,224032501 +40168,Daily Login Bonus 68,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240326,0,224032601 +40169,Daily Login Bonus 69,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240327,0,224032701 +40170,Daily Login Bonus 70,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240328,0,224032801 +40171,Daily Login Bonus 71,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240329,0,224032901 +40172,Daily Login Bonus 72,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240330,0,224033001 +40173,Daily Login Bonus 73,1,0,0,0,LoginBonus_common01day_0001,loginbonus_everyday_240331,0,224033101 diff --git a/src/router/databases/csv-en/login_bonus_reward.csv b/src/router/databases/csv-en/login_bonus_reward.csv new file mode 100644 index 0000000..87e52dd --- /dev/null +++ b/src/router/databases/csv-en/login_bonus_reward.csv @@ -0,0 +1,839 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +150000101,1,3,1,16005003,0,15,1 +150000102,1,3,1,17001002,0,2,1 +150000103,1,1,1,1,0,500,1 +150000104,1,3,1,16005003,0,15,1 +150000105,1,3,1,17001002,0,3,1 +150000106,1,3,1,30010001,0,100,1 +150000107,1,3,1,15010002,0,1,1 +150000201,1,1,1,1,0,300,223041502 +150000202,1,1,1,1,0,300,223041502 +150000203,1,1,1,1,0,300,223041502 +150000204,1,1,1,1,0,300,223041502 +150000205,1,1,1,1,0,300,223041502 +150000206,1,1,1,1,0,300,223041502 +150000207,1,1,1,1,0,300,223041502 +150000208,1,1,1,1,0,400,223041502 +150000209,1,1,1,1,0,500,223041502 +150000210,1,2,1,30010009,1,1,223041502 +150000301,1,1,1,1,0,300,223071501 +150000302,1,1,1,1,0,300,223071501 +150000303,1,1,1,1,0,300,223071501 +150000304,1,1,1,1,0,300,223071501 +150000305,1,1,1,1,0,300,223071501 +150000306,1,1,1,1,0,300,223071501 +150000307,1,1,1,1,0,300,223071501 +150000308,1,1,1,1,0,300,223071501 +150000309,1,1,1,1,0,300,223071501 +150000310,1,1,1,1,0,300,223071501 +151000101,1,1,1,1,0,30,223061402 +151000102,1,1,1,1,0,30,223061402 +151000103,1,1,1,1,0,30,223061402 +151000104,1,1,1,1,0,30,223061402 +151000105,1,1,1,1,0,30,223061402 +151000106,1,1,1,1,0,30,223061402 +151000107,1,1,1,1,0,30,223061402 +151000108,1,1,1,1,0,30,223061402 +151000109,1,1,1,1,0,30,223061402 +151000110,1,1,1,1,0,30,223061402 +151000201,1,3,1,19100001,0,100,223062401 +151000301,1,3,1,19100001,0,100,223062501 +151000401,1,3,1,19100001,0,10,223062502 +151000501,1,3,1,19100001,0,10,223070201 +151000601,1,3,1,19100001,0,10,223070901 +151000701,1,3,1,19100001,0,10,223071601 +151000801,1,3,1,19100001,0,10,223072301 +151000901,1,3,1,19100001,0,10,223073001 +151001001,1,3,1,19100001,0,10,223080601 +151001101,1,3,1,19100001,0,10,223081301 +151001201,1,3,1,19100001,0,10,223082001 +151001301,1,3,1,19100001,0,10,223082701 +151001401,1,3,1,19100001,0,10,223090301 +151001501,1,3,1,19100001,0,10,223091001 +151001601,1,3,1,19100001,0,10,223091701 +151001701,1,1,1,1,0,100,223062302 +151001801,1,1,1,1,0,400,223081001 +151001802,1,1,1,1,0,400,223081001 +151001803,1,1,1,1,0,500,223081001 +151001804,1,1,1,1,0,400,223081001 +151001805,1,1,1,1,0,400,223081001 +151001806,1,1,1,1,0,400,223081001 +151001807,1,1,1,1,0,500,223081001 +151001901,1,1,1,1,0,300,223082501 +151002001,1,1,1,1,0,300,223082702 +151002101,1,3,1,20001006,0,10,223081201 +151002102,1,3,1,20001006,0,10,223081201 +151002201,1,3,1,19100001,0,100,223081903 +151002202,1,3,1,19100001,0,100,223081903 +151002301,1,3,1,19100001,0,100,223082602 +151002302,1,3,1,19100001,0,100,223082602 +151002401,1,3,1,19100001,0,100,223090901 +151002402,1,3,1,19100001,0,100,223090901 +151002501,1,3,1,20001007,0,30,223091601 +151002601,1,2,1,10040017,1,1,223100501 +151002602,1,1,1,1,0,300,223100501 +151002603,1,1,1,1,0,300,223100501 +151002604,1,1,1,1,0,300,223100501 +151002605,1,1,1,1,0,400,223100501 +151002606,1,1,1,1,0,300,223100501 +151002607,1,1,1,1,0,300,223100501 +151002608,1,1,1,1,0,300,223100501 +151002609,1,1,1,1,0,300,223100501 +151002610,1,1,1,1,0,500,223100501 +151002701,1,1,1,1,0,100,223100701 +151002702,1,1,1,1,0,100,223100701 +151002703,1,1,1,1,0,100,223100701 +151002801,1,3,1,20001008,0,10,223102501 +151002802,1,3,1,20001008,0,10,223102501 +151002803,1,3,1,20001008,0,10,223102501 +151002804,1,3,1,20001008,0,10,223102501 +151002805,1,3,1,20001008,0,10,223102501 +151002806,1,3,1,20001008,0,10,223102501 +151002807,1,3,1,20001008,0,10,223102501 +151002808,1,3,1,20001008,0,10,223102501 +151002809,1,3,1,20001008,0,10,223102501 +151002810,1,3,1,20001008,0,10,223102501 +151002901,1,3,1,19100001,0,100,223102103 +151002902,1,3,1,19100001,0,100,223102103 +151003001,1,3,1,19100001,0,100,223111801 +151003002,1,3,1,19100001,0,100,223111801 +151003101,1,3,1,19100001,0,100,223112501 +151003102,1,3,1,19100001,0,100,223112501 +151003701,1,3,1,20001010,0,10,223111103 +151003702,1,3,1,20001010,0,10,223111103 +151003703,1,3,1,20001010,0,10,223111103 +151003704,1,3,1,20001010,0,10,223111103 +151003705,1,3,1,20001010,0,10,223111103 +151003706,1,3,1,20001010,0,10,223111103 +151003707,1,3,1,20001010,0,10,223111103 +151003401,1,3,1,19100001,0,100,223120902 +151003402,1,3,1,19100001,0,100,223120902 +151003501,1,1,1,1,0,100,223121504 +151003502,1,1,1,1,0,100,223121504 +151003503,1,1,1,1,0,100,223121504 +151003601,1,3,1,19100001,0,100,223122302 +151003602,1,3,1,19100001,0,100,223122302 +151003801,1,3,1,20001012,0,10,223120105 +151003802,1,3,1,20001012,0,10,223120105 +151003803,1,3,1,20001012,0,10,223120105 +151003804,1,3,1,20001012,0,10,223120105 +151003805,1,3,1,20001012,0,10,223120105 +151003806,1,3,1,20001012,0,10,223120105 +151003807,1,3,1,20001012,0,10,223120105 +151003808,1,3,1,20001012,0,10,223120105 +151003809,1,3,1,20001012,0,10,223120105 +151003810,1,3,1,20001012,0,10,223120105 +151003901,1,1,1,1,0,100,223122804 +151003902,1,1,1,1,0,100,223122804 +151003903,1,1,1,1,0,100,223122804 +151003904,1,1,1,1,0,100,223122804 +151003905,1,1,1,1,0,100,223122804 +151003906,1,1,1,1,0,100,223122804 +151003907,1,1,1,1,0,100,223122804 +151003908,1,1,1,1,0,100,223122804 +151003909,1,1,1,1,0,100,223122804 +151003910,1,1,1,1,0,100,223122804 +151004001,1,3,1,20001012,0,10,223121204 +151004002,1,3,1,20001012,0,10,223121204 +151004003,1,3,1,20001012,0,10,223121204 +151004004,1,3,1,20001012,0,10,223121204 +151004005,1,3,1,20001012,0,10,223121204 +151004006,1,3,1,20001012,0,10,223121204 +151004007,1,3,1,20001012,0,10,223121204 +151004008,1,3,1,20001012,0,10,223121204 +151004009,1,3,1,20001012,0,10,223121204 +151004010,1,3,1,20001012,0,10,223121204 +151004101,1,3,1,19100001,0,100,224011302 +151004102,1,3,1,19100001,0,100,224011302 +151004201,1,3,1,19100001,0,100,224011104 +151004202,1,3,1,19100001,0,100,224011104 +151004301,1,1,1,1,0,300,223120802 +151004302,1,1,1,1,0,300,223120802 +151004303,1,1,1,1,0,300,223120802 +151004304,1,1,1,1,0,300,223120802 +151004305,1,1,1,1,0,300,223120802 +151004306,1,1,1,1,0,300,223120802 +151004307,1,1,1,1,0,300,223120802 +151004308,1,1,1,1,0,300,223120802 +151004309,1,1,1,1,0,300,223120802 +151004310,1,1,1,1,0,300,223120802 +151004401,1,3,1,19100001,0,100,224012004 +151004402,1,3,1,19100001,0,100,224012004 +151004501,1,3,1,19100001,0,100,224021001 +151004502,1,3,1,19100001,0,100,224021001 +151004601,1,3,1,30010001,0,300,224020104 +151004602,1,3,1,30010001,0,300,224020104 +151004603,1,3,1,30010001,0,300,224020104 +151004604,1,3,1,30010001,0,300,224020104 +151004605,1,3,1,30010001,0,300,224020104 +151004606,1,3,1,30010001,0,300,224020104 +151004607,1,3,1,30010001,0,300,224020104 +151004608,1,3,1,30010001,0,300,224020104 +151004609,1,3,1,30010001,0,300,224020104 +151004610,1,3,1,30010001,0,300,224020104 +151004701,1,1,1,1,0,300,224020106 +151004702,1,1,1,1,0,300,224020106 +151004703,1,1,1,1,0,300,224020106 +151004704,1,1,1,1,0,300,224020106 +151004705,1,1,1,1,0,300,224020106 +151004706,1,1,1,1,0,300,224020106 +151004707,1,1,1,1,0,300,224020106 +151004708,1,1,1,1,0,300,224020106 +151004709,1,1,1,1,0,300,224020106 +151004710,1,1,1,1,0,300,224020106 +151005001,1,3,1,30010001,0,300,224030113 +151005002,1,3,1,30010001,0,300,224030113 +151005003,1,3,1,30010001,0,300,224030113 +151005004,1,3,1,30010001,0,300,224030113 +151005005,1,3,1,30010001,0,300,224030113 +151005006,1,3,1,30010001,0,300,224030113 +151005007,1,3,1,30010001,0,300,224030113 +151005008,1,3,1,30010001,0,300,224030113 +151005009,1,3,1,30010001,0,300,224030113 +151005010,1,3,1,30010001,0,300,224030113 +151005101,1,1,1,1,0,300,224030115 +151005102,1,1,1,1,0,300,224030115 +151005103,1,1,1,1,0,300,224030115 +151005104,1,1,1,1,0,300,224030115 +151005105,1,1,1,1,0,300,224030115 +151005106,1,1,1,1,0,300,224030115 +151005107,1,1,1,1,0,300,224030115 +151005108,1,1,1,1,0,300,224030115 +151005109,1,1,1,1,0,300,224030115 +151005110,1,1,1,1,0,300,224030115 +151005401,1,3,1,19100001,0,100,224022302 +151005402,1,3,1,19100001,0,100,224022302 +151005501,1,3,1,19100001,0,100,224030902 +151005502,1,3,1,19100001,0,100,224030902 +151005601,1,3,1,19100001,0,100,224033002 +151005602,1,3,1,19100001,0,100,224033002 +151005701,1,3,1,15020001,0,5,224030117 +151005702,1,3,1,15020001,0,1,224030117 +151005703,1,3,1,15020001,0,1,224030117 +151005704,1,3,1,15020001,0,1,224030117 +151005705,1,3,1,15020001,0,1,224030117 +151005706,1,3,1,15020001,0,1,224030117 +151005707,1,3,1,15020001,0,1,224030117 +151005708,1,3,1,15020001,0,1,224030117 +151005709,1,3,1,15020001,0,1,224030117 +151005710,1,3,1,15020001,0,1,224030117 +151005711,1,3,1,15020001,0,1,224030117 +151005712,1,3,1,15020001,0,1,224030117 +151005713,1,3,1,15020001,0,1,224030117 +151005714,1,3,1,15020001,0,1,224030117 +151005715,1,3,1,15020001,0,1,224030117 +151005716,1,3,1,15020001,0,1,224030117 +151005717,1,3,1,15020001,0,1,224030117 +151005718,1,3,1,15020001,0,1,224030117 +151005719,1,3,1,15020001,0,1,224030117 +151005720,1,3,1,15020001,0,1,224030117 +151005721,1,3,1,15020001,0,1,224030117 +151005722,1,3,1,15020001,0,1,224030117 +151005723,1,3,1,15020001,0,1,224030117 +151005724,1,3,1,15020001,0,1,224030117 +151005725,1,3,1,15020001,0,1,224030117 +151005726,1,3,1,15020001,0,1,224030117 +151005727,1,3,1,15020001,0,1,224030117 +151005728,1,3,1,15020001,0,1,224030117 +151005729,1,3,1,15020001,0,1,224030117 +151005730,1,3,1,15020001,0,1,224030117 +151005801,1,3,1,19100001,0,700,224030117 +151005802,1,3,1,19100001,0,700,224030117 +151005803,1,3,1,19100001,0,700,224030117 +151005804,1,3,1,19100001,0,700,224030117 +151005805,1,3,1,19100001,0,700,224030117 +151005806,1,3,1,19100001,0,700,224030117 +151005807,1,3,1,19100001,0,700,224030117 +151005808,1,3,1,19100001,0,700,224030117 +151005809,1,3,1,19100001,0,700,224030117 +151005810,1,3,1,19100001,0,700,224030117 +151005811,1,3,1,19100001,0,700,224030117 +151005812,1,3,1,19100001,0,700,224030117 +151005813,1,3,1,19100001,0,700,224030117 +151005814,1,3,1,19100001,0,700,224030117 +151005815,1,3,1,19100001,0,700,224030117 +151005816,1,3,1,19100001,0,700,224030117 +151005817,1,3,1,19100001,0,700,224030117 +151005818,1,3,1,19100001,0,700,224030117 +151005819,1,3,1,19100001,0,700,224030117 +151005820,1,3,1,19100001,0,700,224030117 +151005821,1,3,1,19100001,0,700,224030117 +151005822,1,3,1,19100001,0,700,224030117 +151005823,1,3,1,19100001,0,700,224030117 +151005824,1,3,1,19100001,0,700,224030117 +151005825,1,3,1,19100001,0,700,224030117 +151005826,1,3,1,19100001,0,700,224030117 +151005827,1,3,1,19100001,0,700,224030117 +151005828,1,3,1,19100001,0,700,224030117 +151005829,1,3,1,19100001,0,700,224030117 +151005830,1,3,1,19100001,0,700,224030117 +151005901,1,1,1,1,0,500,224031605 +151006001,1,1,1,1,0,500,224031702 +151006101,1,1,1,1,0,500,224031802 +151006201,1,1,1,1,0,500,224031902 +152000101,1,4,1,1,0,10000,223041903 +152000102,1,12,1,101,0,300,223041903 +152000103,1,12,1,101,0,300,223041903 +152000104,1,12,1,101,0,300,223041903 +152000105,1,12,1,101,0,300,223041903 +152000106,1,12,1,101,0,300,223041903 +152000107,1,12,1,101,0,300,223041903 +152000108,1,12,1,101,0,300,223041903 +152000109,1,12,1,101,0,300,223041903 +152000110,1,12,1,101,0,300,223041903 +152000201,1,4,1,1,0,10000,223043004 +152000202,1,12,1,102,0,300,223043004 +152000203,1,12,1,102,0,300,223043004 +152000204,1,12,1,102,0,300,223043004 +152000205,1,12,1,102,0,300,223043004 +152000206,1,12,1,102,0,300,223043004 +152000207,1,12,1,102,0,300,223043004 +152000208,1,12,1,102,0,300,223043004 +152000209,1,12,1,102,0,300,223043004 +152000210,1,12,1,102,0,300,223043004 +152000301,1,3,1,20000001,0,3,223051101 +152000302,1,3,1,21000001,0,2,223051101 +152000303,1,3,1,20000001,0,7,223051101 +152000304,1,3,1,21000001,0,3,223051101 +152000401,1,4,1,1,0,10000,223051504 +152000402,1,12,1,104,0,300,223051504 +152000403,1,12,1,104,0,300,223051504 +152000404,1,12,1,104,0,300,223051504 +152000405,1,12,1,104,0,300,223051504 +152000406,1,12,1,104,0,300,223051504 +152000407,1,12,1,104,0,300,223051504 +152000408,1,12,1,104,0,300,223051504 +152000409,1,12,1,104,0,300,223051504 +152000410,1,12,1,104,0,300,223051504 +152000501,1,3,1,20000001,0,3,223052601 +152000502,1,3,1,21000001,0,2,223052601 +152000503,1,3,1,20000001,0,7,223052601 +152000504,1,3,1,21000001,0,3,223052601 +152000601,1,4,1,1,0,10000,223053104 +152000602,1,12,1,106,0,300,223053104 +152000603,1,12,1,106,0,300,223053104 +152000604,1,12,1,106,0,300,223053104 +152000605,1,12,1,106,0,300,223053104 +152000606,1,12,1,106,0,300,223053104 +152000607,1,12,1,106,0,300,223053104 +152000608,1,12,1,106,0,300,223053104 +152000609,1,12,1,106,0,300,223053104 +152000610,1,12,1,106,0,300,223053104 +152000701,1,3,1,20000001,0,3,223061101 +152000702,1,3,1,21000001,0,2,223061101 +152000703,1,3,1,20000001,0,7,223061101 +152000704,1,3,1,21000001,0,3,223061101 +152000705,1,3,1,20000001,0,3,223061101 +152000706,1,3,1,21000001,0,5,223061101 +152000707,1,3,1,20000001,0,7,223061101 +152000801,1,4,1,1,0,10000,223061504 +152000802,1,3,1,20001004,0,3,223061504 +152000803,1,3,1,20001004,0,3,223061504 +152000804,1,3,1,20001004,0,3,223061504 +152000805,1,3,1,20001004,0,3,223061504 +152000806,1,3,1,20001004,0,3,223061504 +152000807,1,3,1,20001004,0,3,223061504 +152000808,1,3,1,20001004,0,3,223061504 +152000809,1,3,1,20001004,0,3,223061504 +152000810,1,3,1,20001004,0,3,223061504 +152000901,1,4,1,1,0,10000,223063004 +152000902,1,12,1,109,0,300,223063004 +152000903,1,12,1,109,0,300,223063004 +152000904,1,12,1,109,0,300,223063004 +152000905,1,12,1,109,0,300,223063004 +152000906,1,12,1,109,0,300,223063004 +152000907,1,12,1,109,0,300,223063004 +152000908,1,12,1,109,0,300,223063004 +152000909,1,12,1,109,0,300,223063004 +152000910,1,12,1,109,0,300,223063004 +152001001,1,3,1,20000001,0,3,223071101 +152001002,1,3,1,21000001,0,2,223071101 +152001003,1,3,1,20000001,0,7,223071101 +152001004,1,3,1,21000001,0,3,223071101 +152001101,1,4,1,1,0,10000,223071505 +152001102,1,3,1,20001005,0,3,223071505 +152001103,1,3,1,20001005,0,3,223071505 +152001104,1,3,1,20001005,0,3,223071505 +152001105,1,3,1,20001005,0,3,223071505 +152001106,1,3,1,20001005,0,3,223071505 +152001107,1,3,1,20001005,0,3,223071505 +152001108,1,3,1,20001005,0,3,223071505 +152001109,1,3,1,20001005,0,3,223071505 +152001110,1,3,1,20001005,0,3,223071505 +152001201,1,3,1,20000001,0,3,223072601 +152001202,1,3,1,21000001,0,2,223072601 +152001203,1,3,1,20000001,0,7,223072601 +152001204,1,3,1,21000001,0,3,223072601 +152001301,1,4,1,1,0,10000,223073104 +152001302,1,12,1,113,0,300,223073104 +152001303,1,12,1,113,0,300,223073104 +152001304,1,12,1,113,0,300,223073104 +152001305,1,12,1,113,0,300,223073104 +152001306,1,12,1,113,0,300,223073104 +152001307,1,12,1,113,0,300,223073104 +152001308,1,12,1,113,0,300,223073104 +152001309,1,12,1,113,0,300,223073104 +152001310,1,12,1,113,0,300,223073104 +152001401,1,3,1,20000001,0,3,223081101 +152001402,1,3,1,21000001,0,2,223081101 +152001403,1,3,1,20000001,0,7,223081101 +152001404,1,3,1,21000001,0,3,223081101 +152001501,1,4,1,1,0,10000,223081504 +152001502,1,3,1,20001006,0,3,223081504 +152001503,1,3,1,20001006,0,3,223081504 +152001504,1,3,1,20001006,0,3,223081504 +152001505,1,3,1,20001006,0,3,223081504 +152001506,1,3,1,20001006,0,3,223081504 +152001507,1,3,1,20001006,0,3,223081504 +152001508,1,3,1,20001006,0,3,223081504 +152001509,1,3,1,20001006,0,3,223081504 +152001510,1,3,1,20001006,0,3,223081504 +152001601,1,3,1,20000001,0,3,223082601 +152001602,1,3,1,21000001,0,2,223082601 +152001603,1,3,1,20000001,0,7,223082601 +152001604,1,3,1,21000001,0,3,223082601 +152001701,1,4,1,1,0,10000,223083104 +152001702,1,12,1,117,0,300,223083104 +152001703,1,12,1,117,0,300,223083104 +152001704,1,12,1,117,0,300,223083104 +152001705,1,12,1,117,0,300,223083104 +152001706,1,12,1,117,0,300,223083104 +152001707,1,12,1,117,0,300,223083104 +152001708,1,12,1,117,0,300,223083104 +152001709,1,12,1,117,0,300,223083104 +152001710,1,12,1,117,0,300,223083104 +152001801,1,3,1,20000001,0,3,223091101 +152001802,1,3,1,21000001,0,2,223091101 +152001803,1,3,1,20000001,0,7,223091101 +152001804,1,3,1,21000001,0,3,223091101 +152001901,1,4,1,1,0,10000,223091504 +152001902,1,3,1,20001007,0,3,223091504 +152001903,1,3,1,20001007,0,3,223091504 +152001904,1,3,1,20001007,0,3,223091504 +152001905,1,3,1,20001007,0,3,223091504 +152001906,1,3,1,20001007,0,3,223091504 +152001907,1,3,1,20001007,0,3,223091504 +152001908,1,3,1,20001007,0,3,223091504 +152001909,1,3,1,20001007,0,3,223091504 +152001910,1,3,1,20001007,0,3,223091504 +152002001,1,3,1,20000001,0,3,223092601 +152002002,1,3,1,21000001,0,2,223092601 +152002003,1,3,1,20000001,0,7,223092601 +152002004,1,3,1,21000001,0,3,223092601 +152002101,1,4,1,1,0,10000,223093004 +152002102,1,12,1,121,0,300,223093004 +152002103,1,12,1,121,0,300,223093004 +152002104,1,12,1,121,0,300,223093004 +152002105,1,12,1,121,0,300,223093004 +152002106,1,12,1,121,0,300,223093004 +152002107,1,12,1,121,0,300,223093004 +152002108,1,12,1,121,0,300,223093004 +152002109,1,12,1,121,0,300,223093004 +152002110,1,12,1,121,0,300,223093004 +152002201,1,3,1,20000001,0,3,223101101 +152002202,1,3,1,21000001,0,2,223101101 +152002203,1,3,1,20000001,0,7,223101101 +152002204,1,3,1,21000001,0,3,223101101 +152002301,1,4,1,1,0,10000,223101508 +152002302,1,12,1,123,0,300,223101508 +152002303,1,12,1,123,0,300,223101508 +152002304,1,12,1,123,0,300,223101508 +152002305,1,12,1,123,0,300,223101508 +152002306,1,12,1,123,0,300,223101508 +152002307,1,12,1,123,0,300,223101508 +152002308,1,12,1,123,0,300,223101508 +152002309,1,12,1,123,0,300,223101508 +152002310,1,12,1,123,0,300,223101508 +152002401,1,3,1,20000001,0,3,223102601 +152002402,1,3,1,21000001,0,2,223102601 +152002403,1,3,1,20000001,0,7,223102601 +152002404,1,3,1,21000001,0,3,223102601 +152002501,1,4,1,1,0,10000,223103104 +152002502,1,12,1,125,0,300,223103104 +152002503,1,12,1,125,0,300,223103104 +152002504,1,12,1,125,0,300,223103104 +152002505,1,12,1,125,0,300,223103104 +152002506,1,12,1,125,0,300,223103104 +152002507,1,12,1,125,0,300,223103104 +152002508,1,12,1,125,0,300,223103104 +152002509,1,12,1,125,0,300,223103104 +152002510,1,12,1,125,0,300,223103104 +152002601,1,3,1,20000001,0,3,223111101 +152002602,1,3,1,21000001,0,2,223111101 +152002603,1,3,1,20000001,0,7,223111101 +152002604,1,3,1,21000001,0,3,223111101 +152002701,1,4,1,1,0,10000,223111504 +152002702,1,3,1,22001001,0,1,223111504 +152002703,1,3,1,22001001,0,1,223111504 +152002704,1,3,1,22001001,0,1,223111504 +152002705,1,3,1,22001001,0,1,223111504 +152002706,1,3,1,22001001,0,1,223111504 +152002707,1,3,1,22001001,0,1,223111504 +152002708,1,3,1,22001001,0,1,223111504 +152002709,1,3,1,22001001,0,1,223111504 +152002710,1,3,1,22001001,0,1,223111504 +152002801,1,3,1,20000001,0,3,223112601 +152002802,1,3,1,21000001,0,2,223112601 +152002803,1,3,1,20000001,0,7,223112601 +152002804,1,3,1,21000001,0,3,223112601 +152002901,1,4,1,1,0,10000,223113004 +152002902,1,12,1,129,0,300,223113004 +152002903,1,12,1,129,0,300,223113004 +152002904,1,12,1,129,0,300,223113004 +152002905,1,12,1,129,0,300,223113004 +152002906,1,12,1,129,0,300,223113004 +152002907,1,12,1,129,0,300,223113004 +152002908,1,12,1,129,0,300,223113004 +152002909,1,12,1,129,0,300,223113004 +152002910,1,12,1,129,0,300,223113004 +152003001,1,3,1,20000001,0,3,223121102 +152003002,1,3,1,21000001,0,2,223121102 +152003003,1,3,1,20000001,0,7,223121102 +152003004,1,3,1,21000001,0,3,223121102 +152003101,1,4,1,1,0,10000,223121507 +152003102,1,3,1,20001011,0,3,223121507 +152003103,1,3,1,20001011,0,3,223121507 +152003104,1,3,1,20001011,0,3,223121507 +152003105,1,3,1,20001011,0,3,223121507 +152003106,1,3,1,20001011,0,3,223121507 +152003107,1,3,1,20001011,0,3,223121507 +152003108,1,3,1,20001011,0,3,223121507 +152003109,1,3,1,20001011,0,3,223121507 +152003110,1,3,1,20001011,0,3,223121507 +152003201,1,3,1,20000001,0,3,223122603 +152003202,1,3,1,21000001,0,2,223122603 +152003203,1,3,1,20000001,0,7,223122603 +152003204,1,3,1,21000001,0,3,223122603 +152003301,1,4,1,1,0,10000,223123104 +152003302,1,12,1,133,0,300,223123104 +152003303,1,12,1,133,0,300,223123104 +152003304,1,12,1,133,0,300,223123104 +152003305,1,12,1,133,0,300,223123104 +152003306,1,12,1,133,0,300,223123104 +152003307,1,12,1,133,0,300,223123104 +152003308,1,12,1,133,0,300,223123104 +152003309,1,12,1,133,0,300,223123104 +152003310,1,12,1,133,0,300,223123104 +152003401,1,3,1,20000001,0,3,224011106 +152003402,1,3,1,21000001,0,2,224011106 +152003403,1,3,1,20000001,0,7,224011106 +152003404,1,3,1,21000001,0,3,224011106 +152003501,1,4,1,1,0,10000,224011504 +152003502,1,3,1,22001003,0,1,224011504 +152003503,1,3,1,22001003,0,1,224011504 +152003504,1,3,1,22001003,0,1,224011504 +152003505,1,3,1,22001003,0,1,224011504 +152003506,1,3,1,22001003,0,1,224011504 +152003507,1,3,1,22001003,0,1,224011504 +152003508,1,3,1,22001003,0,1,224011504 +152003509,1,3,1,22001003,0,1,224011504 +152003510,1,3,1,22001003,0,1,224011504 +152003601,1,3,1,20000001,0,3,224012702 +152003602,1,3,1,21000001,0,2,224012702 +152003603,1,3,1,20000001,0,7,224012702 +152003604,1,3,1,21000001,0,3,224012702 +152003701,1,4,1,1,0,10000,224013104 +152003702,1,12,1,137,0,300,224013104 +152003703,1,12,1,137,0,300,224013104 +152003704,1,12,1,137,0,300,224013104 +152003705,1,12,1,137,0,300,224013104 +152003706,1,12,1,137,0,300,224013104 +152003707,1,12,1,137,0,300,224013104 +152003708,1,12,1,137,0,300,224013104 +152003709,1,12,1,137,0,300,224013104 +152003710,1,12,1,137,0,300,224013104 +152003801,1,3,1,20000001,0,3,224021006 +152003802,1,3,1,21000001,0,2,224021006 +152003803,1,3,1,20000001,0,7,224021006 +152003804,1,3,1,21000001,0,3,224021006 +152003901,1,4,1,1,0,10000,224021404 +152003902,1,3,1,22001004,0,1,224021404 +152003903,1,3,1,22001004,0,1,224021404 +152003904,1,3,1,22001004,0,1,224021404 +152003905,1,3,1,22001004,0,1,224021404 +152003906,1,3,1,22001004,0,1,224021404 +152003907,1,3,1,22001004,0,1,224021404 +152003908,1,3,1,22001004,0,1,224021404 +152003909,1,3,1,22001004,0,1,224021404 +152004001,1,3,1,20000001,0,3,224022305 +152004002,1,3,1,21000001,0,2,224022305 +152004003,1,3,1,20000001,0,7,224022305 +152004004,1,3,1,21000001,0,3,224022305 +152004005,1,3,1,20000001,0,3,224022305 +152004006,1,3,1,21000001,0,5,224022305 +152004007,1,3,1,20000001,0,7,224022305 +152004101,1,4,1,1,0,10000,224030104 +152004102,1,12,1,141,0,300,224030104 +152004103,1,12,1,141,0,300,224030104 +152004104,1,12,1,141,0,300,224030104 +152004105,1,12,1,141,0,300,224030104 +152004106,1,12,1,141,0,300,224030104 +152004107,1,12,1,141,0,300,224030104 +152004108,1,12,1,141,0,300,224030104 +152004109,1,12,1,141,0,300,224030104 +152004110,1,12,1,141,0,300,224030104 +152000001,1,1,1,0,0,50,1 +152000002,1,1,1,0,0,50,1 +152000003,1,1,1,0,0,50,1 +152000004,1,1,1,0,0,50,1 +152000005,1,1,1,0,0,50,1 +152000006,1,1,1,0,0,50,1 +152000007,1,1,1,0,0,50,1 +152000008,1,1,1,0,0,50,1 +152000009,1,1,1,0,0,50,1 +152000010,1,1,1,0,0,50,1 +152000011,1,1,1,0,0,50,1 +152000012,1,1,1,0,0,50,1 +152000013,1,1,1,0,0,50,1 +152000014,1,1,1,0,0,50,1 +152000015,1,1,1,0,0,50,1 +152000016,1,1,1,0,0,50,1 +152000017,1,1,1,0,0,50,1 +152000018,1,1,1,0,0,50,1 +152000019,1,1,1,0,0,50,1 +152000020,1,1,1,0,0,50,1 +153000101,1,1,1,0,0,500,123080301 +153000201,1,1,1,0,0,500,123102101 +153000301,1,1,1,0,0,500,123091201 +153000401,1,1,1,0,0,500,124031501 +153000501,1,1,1,0,0,500,123110101 +153000601,1,1,1,0,0,500,124041901 +153000701,1,1,1,0,0,500,123060901 +153000801,1,1,1,0,0,500,124011701 +153000901,1,1,1,0,0,500,123072201 +153001001,1,1,1,0,0,500,123080101 +153001101,1,1,1,0,0,500,123091901 +153001201,1,1,1,0,0,500,124021001 +153001301,1,1,1,0,0,500,124010101 +153001401,1,1,1,0,0,500,124041701 +153001501,1,1,1,0,0,500,123071301 +153001601,1,1,1,0,0,500,124030401 +153001701,1,1,1,0,0,500,123061301 +153001801,1,1,1,0,0,500,123092101 +153001901,1,1,1,0,0,500,124030101 +153002001,1,1,1,0,0,500,124012301 +153002101,1,1,1,0,0,500,124040301 +153002201,1,1,1,0,0,500,123062901 +153002301,1,1,1,0,0,500,123053001 +153002401,1,1,1,0,0,500,123121601 +153002501,1,1,1,0,0,500,123080801 +153002601,1,1,1,0,0,500,124020501 +153002701,1,1,1,0,0,500,123111301 +153002801,1,1,1,0,0,500,123100501 +153002901,1,1,1,0,0,500,123120601 +153003001,1,1,1,0,0,500,124021501 +153003101,1,1,1,0,0,500,123050101 +153003201,1,1,1,0,0,500,123071701 +153003301,1,1,1,0,0,500,124022501 +153003401,1,1,1,0,0,500,123092801 +153003501,1,1,1,0,0,500,123112401 +153003601,1,1,1,0,0,500,124041001 +153003701,1,1,1,0,0,500,123102901 +153003801,1,1,1,0,0,500,123061701 +153003901,1,1,1,0,0,500,123080701 +153004001,1,1,1,0,0,500,123091903 +153004101,1,1,1,0,0,500,124012001 +153004201,1,1,1,0,0,500,123122801 +154000101,1,1,1,0,0,100,223101102 +154000201,1,1,1,0,0,100,223101201 +154000301,1,1,1,0,0,100,223101302 +154000401,1,1,1,0,0,100,223101401 +154000501,1,1,1,0,0,100,223101511 +154000601,1,1,1,0,0,100,223101606 +154000701,1,1,1,0,0,100,223101703 +154000801,1,1,1,0,0,100,223101802 +154000901,1,1,1,0,0,100,223101901 +154001001,1,1,1,0,0,100,223102001 +154001101,1,1,1,0,0,100,223102105 +154001201,1,1,1,0,0,100,223102201 +154001301,1,1,1,0,0,100,223102301 +154001401,1,1,1,0,0,100,223102403 +154001501,1,1,1,0,0,100,223102503 +154001601,1,1,1,0,0,100,223102602 +154001701,1,1,1,0,0,100,223102701 +154001801,1,1,1,0,0,100,223102801 +154001901,1,1,1,0,0,100,223102904 +154002001,1,1,1,0,0,100,223103002 +154002101,1,1,1,0,0,100,223103110 +154002201,1,1,1,0,0,100,223110105 +154002301,1,1,1,0,0,100,223110201 +154002401,1,1,1,0,0,100,223110301 +154002501,1,1,1,0,0,100,223110401 +154002601,1,1,1,0,0,100,223110501 +154002701,1,1,1,0,0,100,223110601 +154002801,1,1,1,0,0,100,223110703 +154002901,1,1,1,0,0,100,223110802 +154003001,1,1,1,0,0,100,223110901 +154003101,1,1,1,0,0,100,223111002 +154003201,1,1,1,0,0,100,223111102 +154003301,1,1,1,0,0,100,223111201 +154003401,1,1,1,0,0,100,223111303 +154003501,1,1,1,0,0,100,223111403 +154003601,1,1,1,0,0,100,223111509 +154003701,1,1,1,0,0,100,223111601 +154003801,1,1,1,0,0,100,223111701 +154003901,1,1,1,0,0,100,223111803 +154004001,1,1,1,0,0,100,223111901 +154004101,1,1,1,0,0,100,223112001 +154004201,1,1,1,0,0,100,223112103 +154004301,1,1,1,0,0,100,223112201 +154004401,1,1,1,0,0,100,223112301 +154004501,1,1,1,0,0,100,223112403 +154004601,1,1,1,0,0,100,223112503 +154004701,1,1,1,0,0,100,223112602 +154004801,1,1,1,0,0,100,223112701 +154004901,1,1,1,0,0,100,223112803 +154005001,1,1,1,0,0,100,223112901 +154005101,1,1,1,0,0,100,223113007 +154005201,1,1,1,0,0,100,223120102 +154005301,1,1,1,0,0,100,223120201 +154005401,1,1,1,0,0,100,223120301 +154005501,1,1,1,0,0,100,223120401 +154005601,1,1,1,0,0,100,223120503 +154005701,1,1,1,0,0,100,223120603 +154005801,1,1,1,0,0,100,223120701 +154005901,1,1,1,0,0,100,223120801 +154006001,1,1,1,0,0,100,223120901 +154006101,1,1,1,0,0,100,223121001 +154006201,1,1,1,0,0,100,223121101 +154006301,1,1,1,0,0,100,223121203 +154006401,1,1,1,0,0,100,223121301 +154006501,1,1,1,0,0,100,223121401 +154006601,1,1,1,0,0,100,223121501 +154006701,1,1,1,0,0,100,223121603 +154006801,1,1,1,0,0,100,223121701 +154006901,1,1,1,0,0,100,223121801 +154007001,1,1,1,0,0,100,223121903 +154007101,1,1,1,0,0,100,223122001 +154007201,1,1,1,0,0,100,223122101 +154007301,1,1,1,0,0,100,223122201 +154007401,1,1,1,0,0,100,223122301 +154007501,1,1,1,0,0,100,223122401 +154007601,1,1,1,0,0,100,223122501 +154007701,1,1,1,0,0,100,223122601 +154007801,1,1,1,0,0,100,223122701 +154007901,1,1,1,0,0,100,223122803 +154008001,1,1,1,0,0,100,223122901 +154008101,1,1,1,0,0,100,223123001 +154008201,1,1,1,0,0,100,223123101 +154008301,1,1,1,0,0,100,224010101 +154008401,1,1,1,0,0,100,224010201 +154008501,1,1,1,0,0,100,224010301 +154008601,1,1,1,0,0,100,224010401 +154008701,1,1,1,0,0,100,224010501 +154008801,1,1,1,0,0,100,224010601 +154008901,1,1,1,0,0,100,224010701 +154009001,1,1,1,0,0,100,224010801 +154009101,1,1,1,0,0,100,224010901 +154009201,1,1,1,0,0,100,224011001 +154009301,1,1,1,0,0,100,224011101 +154009401,1,1,1,0,0,100,224011201 +154009501,1,1,1,0,0,100,224011301 +154009601,1,1,1,0,0,100,224011401 +154009701,1,1,1,0,0,100,224011501 +154009801,1,1,1,0,0,100,224011601 +154009901,1,1,1,0,0,100,224011701 +154010001,1,1,1,0,0,100,224011801 +154010101,1,1,1,0,0,100,224011901 +154010201,1,1,1,0,0,100,224012001 +154010301,1,1,1,0,0,100,224012101 +154010401,1,1,1,0,0,100,224012201 +154010501,1,1,1,0,0,100,224012301 +154010601,1,1,1,0,0,100,224012401 +154010701,1,1,1,0,0,100,224012501 +154010801,1,1,1,0,0,100,224012601 +154010901,1,1,1,0,0,100,224012701 +154011001,1,1,1,0,0,100,224012801 +154011101,1,1,1,0,0,100,224012902 +154011201,1,1,1,0,0,100,224013001 +154011301,1,1,1,0,0,100,224013101 +154011401,1,1,1,0,0,100,224020101 +154011501,1,1,1,0,0,100,224020201 +154011601,1,1,1,0,0,100,224020301 +154011701,1,1,1,0,0,100,224020401 +154011801,1,1,1,0,0,100,224020501 +154011901,1,1,1,0,0,100,224020601 +154012001,1,1,1,0,0,100,224020701 +154012101,1,1,1,0,0,100,224020801 +154012201,1,1,1,0,0,100,224020901 +154012301,1,1,1,0,0,100,224021003 +154012401,1,1,1,0,0,100,224021101 +154012501,1,1,1,0,0,100,224021201 +154012601,1,1,1,0,0,100,224021301 +154012701,1,1,1,0,0,100,224021401 +154012801,1,1,1,0,0,100,224021501 +154012901,1,1,1,0,0,100,224021601 +154013001,1,1,1,0,0,100,224021701 +154013101,1,1,1,0,0,100,224021801 +154013201,1,1,1,0,0,100,224021901 +154013301,1,1,1,0,0,100,224022001 +154013401,1,1,1,0,0,100,224022101 +154013501,1,1,1,0,0,100,224022201 +154013601,1,1,1,0,0,100,224022301 +154013701,1,1,1,0,0,100,224022401 +154013801,1,1,1,0,0,100,224022501 +154013901,1,1,1,0,0,100,224022601 +154014001,1,1,1,0,0,100,224022701 +154014101,1,1,1,0,0,100,224022801 +154014201,1,1,1,0,0,100,224022901 +154014301,1,1,1,0,0,100,224030101 +154014401,1,1,1,0,0,100,224030201 +154014501,1,1,1,0,0,100,224030301 +154014601,1,1,1,0,0,100,224030401 +154014701,1,1,1,0,0,100,224030501 +154014801,1,1,1,0,0,100,224030601 +154014901,1,1,1,0,0,100,224030701 +154015001,1,1,1,0,0,100,224030801 +154015101,1,1,1,0,0,100,224030901 +154015201,1,1,1,0,0,100,224031001 +154015301,1,1,1,0,0,100,224031101 +154015401,1,1,1,0,0,100,224031201 +154015501,1,1,1,0,0,100,224031301 +154015601,1,1,1,0,0,100,224031401 +154015701,1,1,1,0,0,100,224031501 +154015801,1,1,1,0,0,100,224031601 +154015901,1,1,1,0,0,100,224031701 +154016001,1,1,1,0,0,100,224031801 +154016101,1,1,1,0,0,100,224031901 +154016201,1,1,1,0,0,100,224032001 +154016301,1,1,1,0,0,100,224032101 +154016401,1,1,1,0,0,100,224032201 +154016501,1,1,1,0,0,100,224032301 +154016601,1,1,1,0,0,100,224032401 +154016701,1,1,1,0,0,100,224032501 +154016801,1,1,1,0,0,100,224032601 +154016901,1,1,1,0,0,100,224032701 +154017001,1,1,1,0,0,100,224032801 +154017101,1,1,1,0,0,100,224032901 +154017201,1,1,1,0,0,100,224033001 +154017301,1,1,1,0,0,100,224033101 +159999101,1,3,1,22001001,0,10,170 +159999102,1,3,1,22001001,0,10,170 +159999103,1,3,1,22001001,0,10,170 +159999104,1,3,1,22001001,0,10,170 +159999105,1,3,1,22001001,0,10,170 +159999106,1,3,1,22001001,0,10,170 +159999107,1,3,1,22001001,0,10,170 +159999108,1,3,1,22001001,0,10,170 +159999109,1,3,1,22001001,0,10,170 +159999110,1,3,1,22001001,0,10,170 +159999201,1,3,1,22001002,0,10,171 +159999202,1,3,1,22001002,0,10,171 +159999203,1,3,1,22001002,0,10,171 +159999204,1,3,1,22001002,0,10,171 +159999205,1,3,1,22001002,0,10,171 +159999206,1,3,1,22001002,0,10,171 +159999207,1,3,1,22001002,0,10,171 +159999208,1,3,1,22001002,0,10,171 +159999209,1,3,1,22001002,0,10,171 +159999210,1,3,1,22001002,0,10,171 +159999301,1,4,1,1,0,10000,195 +159999302,1,12,1,993,0,300,195 +159999303,1,12,1,993,0,300,195 +159999304,1,12,1,993,0,300,195 +159999305,1,12,1,993,0,300,195 +159999306,1,12,1,993,0,300,195 +159999307,1,12,1,993,0,300,195 +159999308,1,12,1,993,0,300,195 +159999309,1,12,1,993,0,300,195 +159999310,1,12,1,993,0,300,195 diff --git a/src/router/databases/csv-en/login_bonus_reward_setting.csv b/src/router/databases/csv-en/login_bonus_reward_setting.csv new file mode 100644 index 0000000..496f057 --- /dev/null +++ b/src/router/databases/csv-en/login_bonus_reward_setting.csv @@ -0,0 +1,839 @@ +_masterLoginBonusId,_dayCount,_masterLoginBonusRewardId,_itemBackgroundSpriteName,_masterReleaseLabelId +1,1,150000101,,1 +1,2,150000102,,1 +1,3,150000103,,1 +1,4,150000104,,1 +1,5,150000105,,1 +1,6,150000106,,1 +1,7,150000107,,1 +2,1,150000201,,223041502 +2,2,150000202,,223041502 +2,3,150000203,,223041502 +2,4,150000204,,223041502 +2,5,150000205,,223041502 +2,6,150000206,,223041502 +2,7,150000207,,223041502 +2,8,150000208,,223041502 +2,9,150000209,,223041502 +2,10,150000210,,223041502 +3,1,150000301,,223071501 +3,2,150000302,,223071501 +3,3,150000303,,223071501 +3,4,150000304,,223071501 +3,5,150000305,,223071501 +3,6,150000306,,223071501 +3,7,150000307,,223071501 +3,8,150000308,,223071501 +3,9,150000309,,223071501 +3,10,150000310,,223071501 +10001,1,151000101,,223061402 +10001,2,151000102,,223061402 +10001,3,151000103,,223061402 +10001,4,151000104,,223061402 +10001,5,151000105,,223061402 +10001,6,151000106,,223061402 +10001,7,151000107,,223061402 +10001,8,151000108,,223061402 +10001,9,151000109,,223061402 +10001,10,151000110,,223061402 +10002,1,151000201,,223062401 +10003,1,151000301,,223062501 +10004,1,151000401,,223062502 +10005,1,151000501,,223070201 +10006,1,151000601,,223070901 +10007,1,151000701,,223071601 +10008,1,151000801,,223072301 +10009,1,151000901,,223073001 +10010,1,151001001,,223080601 +10011,1,151001101,,223081301 +10012,1,151001201,,223082001 +10013,1,151001301,,223082701 +10014,1,151001401,,223090301 +10015,1,151001501,,223091001 +10016,1,151001601,,223091701 +10017,1,151001701,,223062302 +10018,1,151001801,,223081001 +10018,2,151001802,,223081001 +10018,3,151001803,,223081001 +10018,4,151001804,,223081001 +10018,5,151001805,,223081001 +10018,6,151001806,,223081001 +10018,7,151001807,,223081001 +10019,1,151001901,loginbonus_bg_cell_event_3,223082501 +10020,1,151002001,loginbonus_bg_cell_event_3,223082702 +10021,1,151002101,loginbonus_bg_cell_event_2,223081201 +10021,2,151002102,loginbonus_bg_cell_event_2,223081201 +10022,1,151002201,loginbonus_bg_cell_event_3,223081903 +10022,2,151002202,loginbonus_bg_cell_event_3,223081903 +10023,1,151002301,loginbonus_bg_cell_event_3,223082602 +10023,2,151002302,loginbonus_bg_cell_event_3,223082602 +10024,1,151002401,loginbonus_bg_cell_event_3,223090901 +10024,2,151002402,loginbonus_bg_cell_event_3,223090901 +10025,1,151002501,loginbonus_bg_cell_event_2,223091601 +10026,1,151002601,loginbonus_bg_cell_event_3,223100501 +10026,2,151002602,loginbonus_bg_cell_event_3,223100501 +10026,3,151002603,loginbonus_bg_cell_event_3,223100501 +10026,4,151002604,loginbonus_bg_cell_event_3,223100501 +10026,5,151002605,loginbonus_bg_cell_event_3,223100501 +10026,6,151002606,loginbonus_bg_cell_event_3,223100501 +10026,7,151002607,loginbonus_bg_cell_event_3,223100501 +10026,8,151002608,loginbonus_bg_cell_event_3,223100501 +10026,9,151002609,loginbonus_bg_cell_event_3,223100501 +10026,10,151002610,loginbonus_bg_cell_event_3,223100501 +10027,1,151002701,loginbonus_bg_cell_event_3,223100701 +10027,2,151002702,loginbonus_bg_cell_event_3,223100701 +10027,3,151002703,loginbonus_bg_cell_event_3,223100701 +10028,1,151002801,loginbonus_bg_cell_event_2,223102501 +10028,2,151002802,loginbonus_bg_cell_event_2,223102501 +10028,3,151002803,loginbonus_bg_cell_event_2,223102501 +10028,4,151002804,loginbonus_bg_cell_event_2,223102501 +10028,5,151002805,loginbonus_bg_cell_event_2,223102501 +10028,6,151002806,loginbonus_bg_cell_event_2,223102501 +10028,7,151002807,loginbonus_bg_cell_event_2,223102501 +10028,8,151002808,loginbonus_bg_cell_event_2,223102501 +10028,9,151002809,loginbonus_bg_cell_event_2,223102501 +10028,10,151002810,loginbonus_bg_cell_event_2,223102501 +10029,1,151002901,loginbonus_bg_cell_event_2,223102103 +10029,2,151002902,loginbonus_bg_cell_event_2,223102103 +10030,1,151003001,loginbonus_bg_cell_event_2,223111801 +10030,2,151003002,loginbonus_bg_cell_event_2,223111801 +10031,1,151003101,loginbonus_bg_cell_event_2,223112501 +10031,2,151003102,loginbonus_bg_cell_event_2,223112501 +10037,1,151003701,loginbonus_bg_cell_event_2,223111103 +10037,2,151003702,loginbonus_bg_cell_event_2,223111103 +10037,3,151003703,loginbonus_bg_cell_event_2,223111103 +10037,4,151003704,loginbonus_bg_cell_event_2,223111103 +10037,5,151003705,loginbonus_bg_cell_event_2,223111103 +10037,6,151003706,loginbonus_bg_cell_event_2,223111103 +10037,7,151003707,loginbonus_bg_cell_event_2,223111103 +10034,1,151003401,loginbonus_bg_cell_event_2,223120902 +10034,2,151003402,loginbonus_bg_cell_event_2,223120902 +10035,1,151003501,loginbonus_bg_cell_event_2,223121504 +10035,2,151003502,loginbonus_bg_cell_event_2,223121504 +10035,3,151003503,loginbonus_bg_cell_event_2,223121504 +10036,1,151003601,loginbonus_bg_cell_event_2,223122302 +10036,2,151003602,loginbonus_bg_cell_event_2,223122302 +10038,1,151003801,loginbonus_bg_cell_event_2,223120105 +10038,2,151003802,loginbonus_bg_cell_event_2,223120105 +10038,3,151003803,loginbonus_bg_cell_event_2,223120105 +10038,4,151003804,loginbonus_bg_cell_event_2,223120105 +10038,5,151003805,loginbonus_bg_cell_event_2,223120105 +10038,6,151003806,loginbonus_bg_cell_event_2,223120105 +10038,7,151003807,loginbonus_bg_cell_event_2,223120105 +10038,8,151003808,loginbonus_bg_cell_event_2,223120105 +10038,9,151003809,loginbonus_bg_cell_event_2,223120105 +10038,10,151003810,loginbonus_bg_cell_event_2,223120105 +10039,1,151003901,loginbonus_bg_cell_event_2,223122804 +10039,2,151003902,loginbonus_bg_cell_event_2,223122804 +10039,3,151003903,loginbonus_bg_cell_event_2,223122804 +10039,4,151003904,loginbonus_bg_cell_event_2,223122804 +10039,5,151003905,loginbonus_bg_cell_event_2,223122804 +10039,6,151003906,loginbonus_bg_cell_event_2,223122804 +10039,7,151003907,loginbonus_bg_cell_event_2,223122804 +10039,8,151003908,loginbonus_bg_cell_event_2,223122804 +10039,9,151003909,loginbonus_bg_cell_event_2,223122804 +10039,10,151003910,loginbonus_bg_cell_event_2,223122804 +10040,1,151004001,loginbonus_bg_cell_event_2,223121204 +10040,2,151004002,loginbonus_bg_cell_event_2,223121204 +10040,3,151004003,loginbonus_bg_cell_event_2,223121204 +10040,4,151004004,loginbonus_bg_cell_event_2,223121204 +10040,5,151004005,loginbonus_bg_cell_event_2,223121204 +10040,6,151004006,loginbonus_bg_cell_event_2,223121204 +10040,7,151004007,loginbonus_bg_cell_event_2,223121204 +10040,8,151004008,loginbonus_bg_cell_event_2,223121204 +10040,9,151004009,loginbonus_bg_cell_event_2,223121204 +10040,10,151004010,loginbonus_bg_cell_event_2,223121204 +10041,1,151004101,loginbonus_bg_cell_event_2,224011302 +10041,2,151004102,loginbonus_bg_cell_event_2,224011302 +10042,1,151004201,loginbonus_bg_cell_event_2,224011104 +10042,2,151004202,loginbonus_bg_cell_event_2,224011104 +10043,1,151004301,loginbonus_bg_cell_event_2,223120802 +10043,2,151004302,loginbonus_bg_cell_event_2,223120802 +10043,3,151004303,loginbonus_bg_cell_event_2,223120802 +10043,4,151004304,loginbonus_bg_cell_event_2,223120802 +10043,5,151004305,loginbonus_bg_cell_event_2,223120802 +10043,6,151004306,loginbonus_bg_cell_event_2,223120802 +10043,7,151004307,loginbonus_bg_cell_event_2,223120802 +10043,8,151004308,loginbonus_bg_cell_event_2,223120802 +10043,9,151004309,loginbonus_bg_cell_event_2,223120802 +10043,10,151004310,loginbonus_bg_cell_event_2,223120802 +10044,1,151004401,loginbonus_bg_cell_event_2,224012004 +10044,2,151004402,loginbonus_bg_cell_event_2,224012004 +10045,1,151004501,loginbonus_bg_cell_event_2,224021001 +10045,2,151004502,loginbonus_bg_cell_event_2,224021001 +10046,1,151004601,loginbonus_bg_cell_event_2,224020104 +10046,2,151004602,loginbonus_bg_cell_event_2,224020104 +10046,3,151004603,loginbonus_bg_cell_event_2,224020104 +10046,4,151004604,loginbonus_bg_cell_event_2,224020104 +10046,5,151004605,loginbonus_bg_cell_event_2,224020104 +10046,6,151004606,loginbonus_bg_cell_event_2,224020104 +10046,7,151004607,loginbonus_bg_cell_event_2,224020104 +10046,8,151004608,loginbonus_bg_cell_event_2,224020104 +10046,9,151004609,loginbonus_bg_cell_event_2,224020104 +10046,10,151004610,loginbonus_bg_cell_event_2,224020104 +10047,1,151004701,loginbonus_bg_cell_event_2,224020106 +10047,2,151004702,loginbonus_bg_cell_event_2,224020106 +10047,3,151004703,loginbonus_bg_cell_event_2,224020106 +10047,4,151004704,loginbonus_bg_cell_event_2,224020106 +10047,5,151004705,loginbonus_bg_cell_event_2,224020106 +10047,6,151004706,loginbonus_bg_cell_event_2,224020106 +10047,7,151004707,loginbonus_bg_cell_event_2,224020106 +10047,8,151004708,loginbonus_bg_cell_event_2,224020106 +10047,9,151004709,loginbonus_bg_cell_event_2,224020106 +10047,10,151004710,loginbonus_bg_cell_event_2,224020106 +10050,1,151005001,loginbonus_bg_cell_event_2,224030113 +10050,2,151005002,loginbonus_bg_cell_event_2,224030113 +10050,3,151005003,loginbonus_bg_cell_event_2,224030113 +10050,4,151005004,loginbonus_bg_cell_event_2,224030113 +10050,5,151005005,loginbonus_bg_cell_event_2,224030113 +10050,6,151005006,loginbonus_bg_cell_event_2,224030113 +10050,7,151005007,loginbonus_bg_cell_event_2,224030113 +10050,8,151005008,loginbonus_bg_cell_event_2,224030113 +10050,9,151005009,loginbonus_bg_cell_event_2,224030113 +10050,10,151005010,loginbonus_bg_cell_event_2,224030113 +10051,1,151005101,loginbonus_bg_cell_event_2,224030115 +10051,2,151005102,loginbonus_bg_cell_event_2,224030115 +10051,3,151005103,loginbonus_bg_cell_event_2,224030115 +10051,4,151005104,loginbonus_bg_cell_event_2,224030115 +10051,5,151005105,loginbonus_bg_cell_event_2,224030115 +10051,6,151005106,loginbonus_bg_cell_event_2,224030115 +10051,7,151005107,loginbonus_bg_cell_event_2,224030115 +10051,8,151005108,loginbonus_bg_cell_event_2,224030115 +10051,9,151005109,loginbonus_bg_cell_event_2,224030115 +10051,10,151005110,loginbonus_bg_cell_event_2,224030115 +10054,1,151005401,loginbonus_bg_cell_event_2,224022302 +10054,2,151005402,loginbonus_bg_cell_event_2,224022302 +10055,1,151005501,loginbonus_bg_cell_event_2,224030902 +10055,2,151005502,loginbonus_bg_cell_event_2,224030902 +10056,1,151005601,loginbonus_bg_cell_event_2,224033002 +10056,2,151005602,loginbonus_bg_cell_event_2,224033002 +10057,1,151005701,loginbonus_bg_cell_event_3,224030117 +10057,2,151005702,loginbonus_bg_cell_event_2,224030117 +10057,3,151005703,loginbonus_bg_cell_event_2,224030117 +10057,4,151005704,loginbonus_bg_cell_event_2,224030117 +10057,5,151005705,loginbonus_bg_cell_event_2,224030117 +10057,6,151005706,loginbonus_bg_cell_event_2,224030117 +10057,7,151005707,loginbonus_bg_cell_event_2,224030117 +10057,8,151005708,loginbonus_bg_cell_event_2,224030117 +10057,9,151005709,loginbonus_bg_cell_event_2,224030117 +10057,10,151005710,loginbonus_bg_cell_event_2,224030117 +10057,11,151005711,loginbonus_bg_cell_event_2,224030117 +10057,12,151005712,loginbonus_bg_cell_event_2,224030117 +10057,13,151005713,loginbonus_bg_cell_event_2,224030117 +10057,14,151005714,loginbonus_bg_cell_event_2,224030117 +10057,15,151005715,loginbonus_bg_cell_event_2,224030117 +10057,16,151005716,loginbonus_bg_cell_event_2,224030117 +10057,17,151005717,loginbonus_bg_cell_event_2,224030117 +10057,18,151005718,loginbonus_bg_cell_event_2,224030117 +10057,19,151005719,loginbonus_bg_cell_event_2,224030117 +10057,20,151005720,loginbonus_bg_cell_event_2,224030117 +10057,21,151005721,loginbonus_bg_cell_event_2,224030117 +10057,22,151005722,loginbonus_bg_cell_event_2,224030117 +10057,23,151005723,loginbonus_bg_cell_event_2,224030117 +10057,24,151005724,loginbonus_bg_cell_event_2,224030117 +10057,25,151005725,loginbonus_bg_cell_event_2,224030117 +10057,26,151005726,loginbonus_bg_cell_event_2,224030117 +10057,27,151005727,loginbonus_bg_cell_event_2,224030117 +10057,28,151005728,loginbonus_bg_cell_event_2,224030117 +10057,29,151005729,loginbonus_bg_cell_event_2,224030117 +10057,30,151005730,loginbonus_bg_cell_event_2,224030117 +10058,1,151005801,loginbonus_bg_cell_event_2,224030117 +10058,2,151005802,loginbonus_bg_cell_event_2,224030117 +10058,3,151005803,loginbonus_bg_cell_event_2,224030117 +10058,4,151005804,loginbonus_bg_cell_event_2,224030117 +10058,5,151005805,loginbonus_bg_cell_event_2,224030117 +10058,6,151005806,loginbonus_bg_cell_event_2,224030117 +10058,7,151005807,loginbonus_bg_cell_event_2,224030117 +10058,8,151005808,loginbonus_bg_cell_event_2,224030117 +10058,9,151005809,loginbonus_bg_cell_event_2,224030117 +10058,10,151005810,loginbonus_bg_cell_event_2,224030117 +10058,11,151005811,loginbonus_bg_cell_event_2,224030117 +10058,12,151005812,loginbonus_bg_cell_event_2,224030117 +10058,13,151005813,loginbonus_bg_cell_event_2,224030117 +10058,14,151005814,loginbonus_bg_cell_event_2,224030117 +10058,15,151005815,loginbonus_bg_cell_event_2,224030117 +10058,16,151005816,loginbonus_bg_cell_event_2,224030117 +10058,17,151005817,loginbonus_bg_cell_event_2,224030117 +10058,18,151005818,loginbonus_bg_cell_event_2,224030117 +10058,19,151005819,loginbonus_bg_cell_event_2,224030117 +10058,20,151005820,loginbonus_bg_cell_event_2,224030117 +10058,21,151005821,loginbonus_bg_cell_event_2,224030117 +10058,22,151005822,loginbonus_bg_cell_event_2,224030117 +10058,23,151005823,loginbonus_bg_cell_event_2,224030117 +10058,24,151005824,loginbonus_bg_cell_event_2,224030117 +10058,25,151005825,loginbonus_bg_cell_event_2,224030117 +10058,26,151005826,loginbonus_bg_cell_event_2,224030117 +10058,27,151005827,loginbonus_bg_cell_event_2,224030117 +10058,28,151005828,loginbonus_bg_cell_event_2,224030117 +10058,29,151005829,loginbonus_bg_cell_event_2,224030117 +10058,30,151005830,loginbonus_bg_cell_event_2,224030117 +10059,1,151005901,loginbonus_bg_cell_event_3,224031702 +10060,1,151006001,loginbonus_bg_cell_event_3,224031802 +10061,1,151006101,loginbonus_bg_cell_event_3,224031902 +10062,1,151006201,loginbonus_bg_cell_event_3,224032002 +20001,1,152000101,,223041903 +20001,2,152000102,,223041903 +20001,3,152000103,,223041903 +20001,4,152000104,,223041903 +20001,5,152000105,,223041903 +20001,6,152000106,,223041903 +20001,7,152000107,,223041903 +20001,8,152000108,,223041903 +20001,9,152000109,,223041903 +20001,10,152000110,,223041903 +20002,1,152000201,,223043004 +20002,2,152000202,,223043004 +20002,3,152000203,,223043004 +20002,4,152000204,,223043004 +20002,5,152000205,,223043004 +20002,6,152000206,,223043004 +20002,7,152000207,,223043004 +20002,8,152000208,,223043004 +20002,9,152000209,,223043004 +20002,10,152000210,,223043004 +20003,1,152000301,,223051101 +20003,2,152000302,,223051101 +20003,3,152000303,,223051101 +20003,4,152000304,,223051101 +20004,1,152000401,,223051504 +20004,2,152000402,,223051504 +20004,3,152000403,,223051504 +20004,4,152000404,,223051504 +20004,5,152000405,,223051504 +20004,6,152000406,,223051504 +20004,7,152000407,,223051504 +20004,8,152000408,,223051504 +20004,9,152000409,,223051504 +20004,10,152000410,,223051504 +20005,1,152000501,,223052601 +20005,2,152000502,,223052601 +20005,3,152000503,,223052601 +20005,4,152000504,,223052601 +20006,1,152000601,,223053104 +20006,2,152000602,,223053104 +20006,3,152000603,,223053104 +20006,4,152000604,,223053104 +20006,5,152000605,,223053104 +20006,6,152000606,,223053104 +20006,7,152000607,,223053104 +20006,8,152000608,,223053104 +20006,9,152000609,,223053104 +20006,10,152000610,,223053104 +20007,1,152000701,,223061101 +20007,2,152000702,,223061101 +20007,3,152000703,,223061101 +20007,4,152000704,,223061101 +20007,5,152000705,,223061101 +20007,6,152000706,,223061101 +20007,7,152000707,,223061101 +20008,1,152000801,,223061504 +20008,2,152000802,,223061504 +20008,3,152000803,,223061504 +20008,4,152000804,,223061504 +20008,5,152000805,,223061504 +20008,6,152000806,,223061504 +20008,7,152000807,,223061504 +20008,8,152000808,,223061504 +20008,9,152000809,,223061504 +20008,10,152000810,,223061504 +20009,1,152000901,,223063004 +20009,2,152000902,,223063004 +20009,3,152000903,,223063004 +20009,4,152000904,,223063004 +20009,5,152000905,,223063004 +20009,6,152000906,,223063004 +20009,7,152000907,,223063004 +20009,8,152000908,,223063004 +20009,9,152000909,,223063004 +20009,10,152000910,,223063004 +20010,1,152001001,,223071101 +20010,2,152001002,,223071101 +20010,3,152001003,,223071101 +20010,4,152001004,,223071101 +20011,1,152001101,,223071505 +20011,2,152001102,,223071505 +20011,3,152001103,,223071505 +20011,4,152001104,,223071505 +20011,5,152001105,,223071505 +20011,6,152001106,,223071505 +20011,7,152001107,,223071505 +20011,8,152001108,,223071505 +20011,9,152001109,,223071505 +20011,10,152001110,,223071505 +20012,1,152001201,,223072601 +20012,2,152001202,,223072601 +20012,3,152001203,,223072601 +20012,4,152001204,,223072601 +20013,1,152001301,,223073104 +20013,2,152001302,,223073104 +20013,3,152001303,,223073104 +20013,4,152001304,,223073104 +20013,5,152001305,,223073104 +20013,6,152001306,,223073104 +20013,7,152001307,,223073104 +20013,8,152001308,,223073104 +20013,9,152001309,,223073104 +20013,10,152001310,,223073104 +20014,1,152001401,,223081101 +20014,2,152001402,,223081101 +20014,3,152001403,,223081101 +20014,4,152001404,,223081101 +20015,1,152001501,,223081504 +20015,2,152001502,,223081504 +20015,3,152001503,,223081504 +20015,4,152001504,,223081504 +20015,5,152001505,,223081504 +20015,6,152001506,,223081504 +20015,7,152001507,,223081504 +20015,8,152001508,,223081504 +20015,9,152001509,,223081504 +20015,10,152001510,,223081504 +20016,1,152001601,,223082601 +20016,2,152001602,,223082601 +20016,3,152001603,,223082601 +20016,4,152001604,,223082601 +20017,1,152001701,,223083104 +20017,2,152001702,,223083104 +20017,3,152001703,,223083104 +20017,4,152001704,,223083104 +20017,5,152001705,,223083104 +20017,6,152001706,,223083104 +20017,7,152001707,,223083104 +20017,8,152001708,,223083104 +20017,9,152001709,,223083104 +20017,10,152001710,,223083104 +20018,1,152001801,,223091101 +20018,2,152001802,,223091101 +20018,3,152001803,,223091101 +20018,4,152001804,,223091101 +20019,1,152001901,,223091504 +20019,2,152001902,,223091504 +20019,3,152001903,,223091504 +20019,4,152001904,,223091504 +20019,5,152001905,,223091504 +20019,6,152001906,,223091504 +20019,7,152001907,,223091504 +20019,8,152001908,,223091504 +20019,9,152001909,,223091504 +20019,10,152001910,,223091504 +20020,1,152002001,,223092601 +20020,2,152002002,,223092601 +20020,3,152002003,,223092601 +20020,4,152002004,,223092601 +20021,1,152002101,,223093004 +20021,2,152002102,,223093004 +20021,3,152002103,,223093004 +20021,4,152002104,,223093004 +20021,5,152002105,,223093004 +20021,6,152002106,,223093004 +20021,7,152002107,,223093004 +20021,8,152002108,,223093004 +20021,9,152002109,,223093004 +20021,10,152002110,,223093004 +20022,1,152002201,,223101101 +20022,2,152002202,,223101101 +20022,3,152002203,,223101101 +20022,4,152002204,,223101101 +20023,1,152002301,,223101508 +20023,2,152002302,,223101508 +20023,3,152002303,,223101508 +20023,4,152002304,,223101508 +20023,5,152002305,,223101508 +20023,6,152002306,,223101508 +20023,7,152002307,,223101508 +20023,8,152002308,,223101508 +20023,9,152002309,,223101508 +20023,10,152002310,,223101508 +20024,1,152002401,,223102601 +20024,2,152002402,,223102601 +20024,3,152002403,,223102601 +20024,4,152002404,,223102601 +20025,1,152002501,,223103104 +20025,2,152002502,,223103104 +20025,3,152002503,,223103104 +20025,4,152002504,,223103104 +20025,5,152002505,,223103104 +20025,6,152002506,,223103104 +20025,7,152002507,,223103104 +20025,8,152002508,,223103104 +20025,9,152002509,,223103104 +20025,10,152002510,,223103104 +20026,1,152002601,,223111101 +20026,2,152002602,,223111101 +20026,3,152002603,,223111101 +20026,4,152002604,,223111101 +20027,1,152002701,,223111504 +20027,2,152002702,,223111504 +20027,3,152002703,,223111504 +20027,4,152002704,,223111504 +20027,5,152002705,,223111504 +20027,6,152002706,,223111504 +20027,7,152002707,,223111504 +20027,8,152002708,,223111504 +20027,9,152002709,,223111504 +20027,10,152002710,,223111504 +20028,1,152002801,,223112601 +20028,2,152002802,,223112601 +20028,3,152002803,,223112601 +20028,4,152002804,,223112601 +20029,1,152002901,,223113004 +20029,2,152002902,,223113004 +20029,3,152002903,,223113004 +20029,4,152002904,,223113004 +20029,5,152002905,,223113004 +20029,6,152002906,,223113004 +20029,7,152002907,,223113004 +20029,8,152002908,,223113004 +20029,9,152002909,,223113004 +20029,10,152002910,,223113004 +20030,1,152003001,,223121102 +20030,2,152003002,,223121102 +20030,3,152003003,,223121102 +20030,4,152003004,,223121102 +20031,1,152003101,,223121507 +20031,2,152003102,,223121507 +20031,3,152003103,,223121507 +20031,4,152003104,,223121507 +20031,5,152003105,,223121507 +20031,6,152003106,,223121507 +20031,7,152003107,,223121507 +20031,8,152003108,,223121507 +20031,9,152003109,,223121507 +20031,10,152003110,,223121507 +20032,1,152003201,,223122603 +20032,2,152003202,,223122603 +20032,3,152003203,,223122603 +20032,4,152003204,,223122603 +20033,1,152003301,,223123104 +20033,2,152003302,,223123104 +20033,3,152003303,,223123104 +20033,4,152003304,,223123104 +20033,5,152003305,,223123104 +20033,6,152003306,,223123104 +20033,7,152003307,,223123104 +20033,8,152003308,,223123104 +20033,9,152003309,,223123104 +20033,10,152003310,,223123104 +20034,1,152003401,,224011106 +20034,2,152003402,,224011106 +20034,3,152003403,,224011106 +20034,4,152003404,,224011106 +20035,1,152003501,,224011504 +20035,2,152003502,,224011504 +20035,3,152003503,,224011504 +20035,4,152003504,,224011504 +20035,5,152003505,,224011504 +20035,6,152003506,,224011504 +20035,7,152003507,,224011504 +20035,8,152003508,,224011504 +20035,9,152003509,,224011504 +20035,10,152003510,,224011504 +20036,1,152003601,,224012702 +20036,2,152003602,,224012702 +20036,3,152003603,,224012702 +20036,4,152003604,,224012702 +20037,1,152003701,,224013104 +20037,2,152003702,,224013104 +20037,3,152003703,,224013104 +20037,4,152003704,,224013104 +20037,5,152003705,,224013104 +20037,6,152003706,,224013104 +20037,7,152003707,,224013104 +20037,8,152003708,,224013104 +20037,9,152003709,,224013104 +20037,10,152003710,,224013104 +20038,1,152003801,,224021006 +20038,2,152003802,,224021006 +20038,3,152003803,,224021006 +20038,4,152003804,,224021006 +20039,1,152003901,,224021404 +20039,2,152003902,,224021404 +20039,3,152003903,,224021404 +20039,4,152003904,,224021404 +20039,5,152003905,,224021404 +20039,6,152003906,,224021404 +20039,7,152003907,,224021404 +20039,8,152003908,,224021404 +20039,9,152003909,,224021404 +20040,1,152004001,,224022305 +20040,2,152004002,,224022305 +20040,3,152004003,,224022305 +20040,4,152004004,,224022305 +20040,5,152004005,,224022305 +20040,6,152004006,,224022305 +20040,7,152004007,,224022305 +20041,1,152004101,,224030104 +20041,2,152004102,,224030104 +20041,3,152004103,,224030104 +20041,4,152004104,,224030104 +20041,5,152004105,,224030104 +20041,6,152004106,,224030104 +20041,7,152004107,,224030104 +20041,8,152004108,,224030104 +20041,9,152004109,,224030104 +20041,10,152004110,,224030104 +20000,1,152000001,,1 +20000,2,152000002,,1 +20000,3,152000003,,1 +20000,4,152000004,,1 +20000,5,152000005,,1 +20000,6,152000006,,1 +20000,7,152000007,,1 +20000,8,152000008,,1 +20000,9,152000009,,1 +20000,10,152000010,,1 +20000,11,152000011,,1 +20000,12,152000012,,1 +20000,13,152000013,,1 +20000,14,152000014,,1 +20000,15,152000015,,1 +20000,16,152000016,,1 +20000,17,152000017,,1 +20000,18,152000018,,1 +20000,19,152000019,,1 +20000,20,152000020,,1 +30001,1,153000101,,123080301 +30002,1,153000201,,123102101 +30003,1,153000301,,123091201 +30004,1,153000401,,124031501 +30005,1,153000501,,123110101 +30006,1,153000601,,124041901 +30007,1,153000701,,123060901 +30008,1,153000801,,124011701 +30009,1,153000901,,123072201 +30010,1,153001001,,123080101 +30011,1,153001101,,123091901 +30012,1,153001201,,124021001 +30013,1,153001301,,124010101 +30014,1,153001401,,124041701 +30015,1,153001501,,123071301 +30016,1,153001601,,124030401 +30017,1,153001701,,123061301 +30018,1,153001801,,123092101 +30019,1,153001901,,124030101 +30020,1,153002001,,124012301 +30021,1,153002101,,124040301 +30022,1,153002201,,123062901 +30023,1,153002301,,123053001 +30024,1,153002401,,123121601 +30025,1,153002501,,123080801 +30026,1,153002601,,124020501 +30027,1,153002701,,123111301 +30028,1,153002801,,123100501 +30029,1,153002901,,123120601 +30030,1,153003001,,124021501 +30031,1,153003101,,123050101 +30032,1,153003201,,123071701 +30033,1,153003301,,124022501 +30034,1,153003401,,123092801 +30035,1,153003501,,123112401 +30036,1,153003601,,124041001 +30037,1,153003701,,123102901 +30038,1,153003801,,123061701 +30039,1,153003901,,123080701 +30040,1,153004001,,123091903 +30041,1,153004101,,124012001 +30042,1,153004201,,123122801 +40001,1,154000101,loginbonus_bg_cell_event_3,223101102 +40002,1,154000201,loginbonus_bg_cell_event_3,223101201 +40003,1,154000301,loginbonus_bg_cell_event_3,223101302 +40004,1,154000401,loginbonus_bg_cell_event_3,223101401 +40005,1,154000501,loginbonus_bg_cell_event_3,223101511 +40006,1,154000601,loginbonus_bg_cell_event_3,223101606 +40007,1,154000701,loginbonus_bg_cell_event_3,223101703 +40008,1,154000801,loginbonus_bg_cell_event_3,223101802 +40009,1,154000901,loginbonus_bg_cell_event_3,223101901 +40010,1,154001001,loginbonus_bg_cell_event_3,223102001 +40011,1,154001101,loginbonus_bg_cell_event_3,223102105 +40012,1,154001201,loginbonus_bg_cell_event_3,223102201 +40013,1,154001301,loginbonus_bg_cell_event_3,223102301 +40014,1,154001401,loginbonus_bg_cell_event_3,223102403 +40015,1,154001501,loginbonus_bg_cell_event_3,223102503 +40016,1,154001601,loginbonus_bg_cell_event_3,223102602 +40017,1,154001701,loginbonus_bg_cell_event_3,223102701 +40018,1,154001801,loginbonus_bg_cell_event_3,223102801 +40019,1,154001901,loginbonus_bg_cell_event_3,223102904 +40020,1,154002001,loginbonus_bg_cell_event_3,223103002 +40021,1,154002101,loginbonus_bg_cell_event_3,223103110 +40022,1,154002201,loginbonus_bg_cell_event_3,223110105 +40023,1,154002301,loginbonus_bg_cell_event_3,223110201 +40024,1,154002401,loginbonus_bg_cell_event_3,223110301 +40025,1,154002501,loginbonus_bg_cell_event_3,223110401 +40026,1,154002601,loginbonus_bg_cell_event_3,223110501 +40027,1,154002701,loginbonus_bg_cell_event_3,223110601 +40028,1,154002801,loginbonus_bg_cell_event_3,223110703 +40029,1,154002901,loginbonus_bg_cell_event_3,223110802 +40030,1,154003001,loginbonus_bg_cell_event_3,223110901 +40031,1,154003101,loginbonus_bg_cell_event_3,223111002 +40032,1,154003201,loginbonus_bg_cell_event_3,223111102 +40033,1,154003301,loginbonus_bg_cell_event_3,223111201 +40034,1,154003401,loginbonus_bg_cell_event_3,223111303 +40035,1,154003501,loginbonus_bg_cell_event_3,223111403 +40036,1,154003601,loginbonus_bg_cell_event_3,223111509 +40037,1,154003701,loginbonus_bg_cell_event_3,223111601 +40038,1,154003801,loginbonus_bg_cell_event_3,223111701 +40039,1,154003901,loginbonus_bg_cell_event_3,223111803 +40040,1,154004001,loginbonus_bg_cell_event_3,223111901 +40041,1,154004101,loginbonus_bg_cell_event_3,223112001 +40042,1,154004201,loginbonus_bg_cell_event_3,223112103 +40043,1,154004301,loginbonus_bg_cell_event_3,223112201 +40044,1,154004401,loginbonus_bg_cell_event_3,223112301 +40045,1,154004501,loginbonus_bg_cell_event_3,223112403 +40046,1,154004601,loginbonus_bg_cell_event_3,223112503 +40047,1,154004701,loginbonus_bg_cell_event_3,223112602 +40048,1,154004801,loginbonus_bg_cell_event_3,223112701 +40049,1,154004901,loginbonus_bg_cell_event_3,223112803 +40050,1,154005001,loginbonus_bg_cell_event_3,223112901 +40051,1,154005101,loginbonus_bg_cell_event_3,223113007 +40052,1,154005201,loginbonus_bg_cell_event_3,223120102 +40053,1,154005301,loginbonus_bg_cell_event_3,223120201 +40054,1,154005401,loginbonus_bg_cell_event_3,223120301 +40055,1,154005501,loginbonus_bg_cell_event_3,223120401 +40056,1,154005601,loginbonus_bg_cell_event_3,223120503 +40057,1,154005701,loginbonus_bg_cell_event_3,223120603 +40058,1,154005801,loginbonus_bg_cell_event_3,223120701 +40059,1,154005901,loginbonus_bg_cell_event_3,223120801 +40060,1,154006001,loginbonus_bg_cell_event_3,223120901 +40061,1,154006101,loginbonus_bg_cell_event_3,223121001 +40062,1,154006201,loginbonus_bg_cell_event_3,223121101 +40063,1,154006301,loginbonus_bg_cell_event_3,223121203 +40064,1,154006401,loginbonus_bg_cell_event_3,223121301 +40065,1,154006501,loginbonus_bg_cell_event_3,223121401 +40066,1,154006601,loginbonus_bg_cell_event_3,223121501 +40067,1,154006701,loginbonus_bg_cell_event_3,223121603 +40068,1,154006801,loginbonus_bg_cell_event_3,223121701 +40069,1,154006901,loginbonus_bg_cell_event_3,223121801 +40070,1,154007001,loginbonus_bg_cell_event_3,223121903 +40071,1,154007101,loginbonus_bg_cell_event_3,223122001 +40072,1,154007201,loginbonus_bg_cell_event_3,223122101 +40073,1,154007301,loginbonus_bg_cell_event_3,223122201 +40074,1,154007401,loginbonus_bg_cell_event_3,223122301 +40075,1,154007501,loginbonus_bg_cell_event_3,223122401 +40076,1,154007601,loginbonus_bg_cell_event_3,223122501 +40077,1,154007701,loginbonus_bg_cell_event_3,223122601 +40078,1,154007801,loginbonus_bg_cell_event_3,223122701 +40079,1,154007901,loginbonus_bg_cell_event_3,223122803 +40080,1,154008001,loginbonus_bg_cell_event_3,223122901 +40081,1,154008101,loginbonus_bg_cell_event_3,223123001 +40082,1,154008201,loginbonus_bg_cell_event_3,223123101 +40083,1,154008301,loginbonus_bg_cell_event_3,224010101 +40084,1,154008401,loginbonus_bg_cell_event_3,224010201 +40085,1,154008501,loginbonus_bg_cell_event_3,224010301 +40086,1,154008601,loginbonus_bg_cell_event_3,224010401 +40087,1,154008701,loginbonus_bg_cell_event_3,224010501 +40088,1,154008801,loginbonus_bg_cell_event_3,224010601 +40089,1,154008901,loginbonus_bg_cell_event_3,224010701 +40090,1,154009001,loginbonus_bg_cell_event_3,224010801 +40091,1,154009101,loginbonus_bg_cell_event_3,224010901 +40092,1,154009201,loginbonus_bg_cell_event_3,224011001 +40093,1,154009301,loginbonus_bg_cell_event_3,224011101 +40094,1,154009401,loginbonus_bg_cell_event_3,224011201 +40095,1,154009501,loginbonus_bg_cell_event_3,224011301 +40096,1,154009601,loginbonus_bg_cell_event_3,224011401 +40097,1,154009701,loginbonus_bg_cell_event_3,224011501 +40098,1,154009801,loginbonus_bg_cell_event_3,224011601 +40099,1,154009901,loginbonus_bg_cell_event_3,224011701 +40100,1,154010001,loginbonus_bg_cell_event_3,224011801 +40101,1,154010101,loginbonus_bg_cell_event_3,224011901 +40102,1,154010201,loginbonus_bg_cell_event_3,224012001 +40103,1,154010301,loginbonus_bg_cell_event_3,224012101 +40104,1,154010401,loginbonus_bg_cell_event_3,224012201 +40105,1,154010501,loginbonus_bg_cell_event_3,224012301 +40106,1,154010601,loginbonus_bg_cell_event_3,224012401 +40107,1,154010701,loginbonus_bg_cell_event_3,224012501 +40108,1,154010801,loginbonus_bg_cell_event_3,224012601 +40109,1,154010901,loginbonus_bg_cell_event_3,224012701 +40110,1,154011001,loginbonus_bg_cell_event_3,224012801 +40111,1,154011101,loginbonus_bg_cell_event_3,224012902 +40112,1,154011201,loginbonus_bg_cell_event_3,224013001 +40113,1,154011301,loginbonus_bg_cell_event_3,224013101 +40114,1,154011401,loginbonus_bg_cell_event_3,224020101 +40115,1,154011501,loginbonus_bg_cell_event_3,224020201 +40116,1,154011601,loginbonus_bg_cell_event_3,224020301 +40117,1,154011701,loginbonus_bg_cell_event_3,224020401 +40118,1,154011801,loginbonus_bg_cell_event_3,224020501 +40119,1,154011901,loginbonus_bg_cell_event_3,224020601 +40120,1,154012001,loginbonus_bg_cell_event_3,224020701 +40121,1,154012101,loginbonus_bg_cell_event_3,224020801 +40122,1,154012201,loginbonus_bg_cell_event_3,224020901 +40123,1,154012301,loginbonus_bg_cell_event_3,224021003 +40124,1,154012401,loginbonus_bg_cell_event_3,224021101 +40125,1,154012501,loginbonus_bg_cell_event_3,224021201 +40126,1,154012601,loginbonus_bg_cell_event_3,224021301 +40127,1,154012701,loginbonus_bg_cell_event_3,224021401 +40128,1,154012801,loginbonus_bg_cell_event_3,224021501 +40129,1,154012901,loginbonus_bg_cell_event_3,224021601 +40130,1,154013001,loginbonus_bg_cell_event_3,224021701 +40131,1,154013101,loginbonus_bg_cell_event_3,224021801 +40132,1,154013201,loginbonus_bg_cell_event_3,224021901 +40133,1,154013301,loginbonus_bg_cell_event_3,224022001 +40134,1,154013401,loginbonus_bg_cell_event_3,224022101 +40135,1,154013501,loginbonus_bg_cell_event_3,224022201 +40136,1,154013601,loginbonus_bg_cell_event_3,224022301 +40137,1,154013701,loginbonus_bg_cell_event_3,224022401 +40138,1,154013801,loginbonus_bg_cell_event_3,224022501 +40139,1,154013901,loginbonus_bg_cell_event_3,224022601 +40140,1,154014001,loginbonus_bg_cell_event_3,224022701 +40141,1,154014101,loginbonus_bg_cell_event_3,224022801 +40142,1,154014201,loginbonus_bg_cell_event_3,224022901 +40143,1,154014301,loginbonus_bg_cell_event_3,224030101 +40144,1,154014401,loginbonus_bg_cell_event_3,224030201 +40145,1,154014501,loginbonus_bg_cell_event_3,224030301 +40146,1,154014601,loginbonus_bg_cell_event_3,224030401 +40147,1,154014701,loginbonus_bg_cell_event_3,224030501 +40148,1,154014801,loginbonus_bg_cell_event_3,224030601 +40149,1,154014901,loginbonus_bg_cell_event_3,224030701 +40150,1,154015001,loginbonus_bg_cell_event_3,224030801 +40151,1,154015101,loginbonus_bg_cell_event_3,224030901 +40152,1,154015201,loginbonus_bg_cell_event_3,224031001 +40153,1,154015301,loginbonus_bg_cell_event_3,224031101 +40154,1,154015401,loginbonus_bg_cell_event_3,224031201 +40155,1,154015501,loginbonus_bg_cell_event_3,224031301 +40156,1,154015601,loginbonus_bg_cell_event_3,224031401 +40157,1,154015701,loginbonus_bg_cell_event_3,224031501 +40158,1,154015801,loginbonus_bg_cell_event_3,224031601 +40159,1,154015901,loginbonus_bg_cell_event_3,224031701 +40160,1,154016001,loginbonus_bg_cell_event_3,224031801 +40161,1,154016101,loginbonus_bg_cell_event_3,224031901 +40162,1,154016201,loginbonus_bg_cell_event_3,224032001 +40163,1,154016301,loginbonus_bg_cell_event_3,224032101 +40164,1,154016401,loginbonus_bg_cell_event_3,224032201 +40165,1,154016501,loginbonus_bg_cell_event_3,224032301 +40166,1,154016601,loginbonus_bg_cell_event_3,224032401 +40167,1,154016701,loginbonus_bg_cell_event_3,224032501 +40168,1,154016801,loginbonus_bg_cell_event_3,224032601 +40169,1,154016901,loginbonus_bg_cell_event_3,224032701 +40170,1,154017001,loginbonus_bg_cell_event_3,224032801 +40171,1,154017101,loginbonus_bg_cell_event_3,224032901 +40172,1,154017201,loginbonus_bg_cell_event_3,224033001 +40173,1,154017301,loginbonus_bg_cell_event_3,224033101 +99991,1,159999101,,170 +99991,2,159999102,,170 +99991,3,159999103,,170 +99991,4,159999104,,170 +99991,5,159999105,,170 +99991,6,159999106,,170 +99991,7,159999107,,170 +99991,8,159999108,,170 +99991,9,159999109,,170 +99991,10,159999110,,170 +99992,1,159999201,,171 +99992,2,159999202,,171 +99992,3,159999203,,171 +99992,4,159999204,,171 +99992,5,159999205,,171 +99992,6,159999206,,171 +99992,7,159999207,,171 +99992,8,159999208,,171 +99992,9,159999209,,171 +99992,10,159999210,,171 +99993,1,159999301,,195 +99993,2,159999302,,195 +99993,3,159999303,,195 +99993,4,159999304,,195 +99993,5,159999305,,195 +99993,6,159999306,,195 +99993,7,159999307,,195 +99993,8,159999308,,195 +99993,9,159999309,,195 +99993,10,159999310,,195 diff --git a/src/router/databases/csv-en/lottery.csv b/src/router/databases/csv-en/lottery.csv new file mode 100644 index 0000000..06b450e --- /dev/null +++ b/src/router/databases/csv-en/lottery.csv @@ -0,0 +1,198 @@ +_id,_name,_masterLotteryInfoId,_masterCautionId,_category,_type,_priority,_masterLotteryPriceId,_masterLotteryRarityId,_masterLotteryImageId,_balloonSpriteName,_startdashTime,_startdashExpireTime,_checkDisplayableLottery,_repeat,_exchangeMasterItemId,_masterLotteryEffMovieId,_masterLotteryEffMovieRatioId,_storeReviewFlag,_masterReleaseLabelId +1110001,Release Celebration Scout,1110001,1110001,1,1,20,1110001,1110001,1110001,,0,0,0,0,15500001,1,1,0,223041501 +1110002,Guaranteed UR! Release Celebration Scout,1110002,1110002,1,1,20,1110002,1110002,1110002,,0,0,0,0,15500001,1,2,0,223041501 +1110003,Spotlight Scout: Harajuku Liella! After School ♡,1110003,1110003,1,1,20,1110003,1110003,1110003,,0,0,0,0,15500002,1,1,0,223041901 +1110004,Normal Scout,1110004,1110004,1,1,20,1110004,1110004,1110004,,0,0,0,0,15510004,1,1,0,223043001 +1110005,Normal Scout,1110005,1110005,1,1,20,1110005,1110005,1110005,,0,0,0,0,15510005,1,1,0,223051501 +1110006,Normal Scout,1110006,1110006,1,1,20,1110006,1110006,1110006,,0,0,0,0,15510006,1,1,0,223053101 +1110007,Normal Scout,1110007,1110007,1,1,20,1110007,1110007,1110007,,0,0,0,0,15510007,1,1,0,223061501 +1110008,Normal Scout,1110008,1110008,1,1,20,1110008,1110008,1110008,,0,0,0,0,15510008,1,1,0,223063001 +1110009,Normal Scout,1110009,1110009,1,1,20,1110009,1110009,1110009,,0,0,0,0,15510009,1,1,0,223071502 +1110010,Normal Scout,1110010,1110010,1,1,20,1110010,1110010,1110010,,0,0,0,0,15510010,1,1,0,223073101 +1110011,Normal Scout,1110011,1110011,1,1,20,1110011,1110011,1110011,,0,0,0,0,15510011,1,1,0,223081501 +1110012,Normal Scout,1110012,1110012,1,1,20,1110012,1110012,1110012,,0,0,0,0,15510012,1,1,0,223083107 +1110013,Normal Scout,1110013,1110013,1,1,20,1110013,1110013,1110013,,0,0,0,0,15510013,1,1,0,223091501 +1110014,Normal Scout,1110014,1110014,1,1,20,1110014,1110014,1110014,,0,0,0,0,15510014,1,1,0,223093001 +1110015,Normal Scout,1110015,1110015,1,1,20,1110015,1110015,1110015,,0,0,0,0,15510015,1,1,0,223101505 +1110016,Normal Scout,1110016,1110016,1,1,20,1110016,1110016,1110016,,0,0,0,0,15510016,1,1,0,223103107 +1110017,Normal Scout,1110017,1110017,1,1,20,1110017,1110017,1110017,,0,0,0,0,15510017,1,1,0,223111501 +1110018,Normal Scout,1110018,1110018,1,1,20,1110018,1110018,1110018,,0,0,0,0,15510018,1,1,0,223113008 +1110019,Normal Scout,1110019,1110019,1,1,20,1110019,1110019,1110019,,0,0,0,0,15510019,1,1,0,223121513 +1110020,Normal Scout,1110020,1110020,1,1,20,1110020,1110020,1110020,,0,0,0,0,15510020,1,1,0,223123107 +1110021,Normal Scout,1110021,1110021,1,1,20,1110021,1110021,1110021,,0,0,0,0,15510021,1,1,0,224011508 +1110022,Normal Scout,1110022,1110022,1,1,20,1110022,1110022,1110022,,0,0,0,0,15510022,1,1,0,224013108 +1110023,Normal Scout,1110023,1110023,1,1,20,1110023,1110023,1110023,,0,0,0,0,15510023,1,1,0,224021409 +1110024,Normal Scout,1110024,1110024,1,1,20,1110024,1110024,1110024,,0,0,0,0,15510024,1,1,0,224030120 +2110001,Spotlight Scout: Out on the Town,2110001,2110001,1,1,2304307,2110001,2110001,2110001,,0,0,0,0,15520001,1,1,0,223043002 +2110002,Spotlight Scout: Shopping Streets,2110002,2110002,1,1,2305157,2110002,2110002,2110002,,0,0,0,0,15520002,1,1,0,223051502 +2110003,Spotlight Scout: Live in Nature,2110003,2110003,1,1,2305317,2110003,2110003,2110003,,0,0,0,0,15520003,1,1,0,223053102 +2110004,Spotlight Scout: Glittering Dancers,2110004,2110004,1,1,2306197,2110004,2110004,2110004,,0,0,0,0,15520004,1,1,0,223061502 +2110005,Spotlight Scout: Glittering Dancers,2110005,2110005,1,1,2306196,2110005,2110005,2110005,,0,0,0,0,15520004,1,1,0,223061502 +2110006,Spotlight Scout: Sunny Summer Camp,2110006,2110006,1,1,2306307,2110006,2110006,2110006,,0,0,0,0,15520005,1,1,0,223063002 +2110007,Spotlight Scout: Sunny Summer Camp,2110007,2110007,1,1,2306306,2110007,2110007,2110007,,0,0,0,0,15520005,1,1,0,223063002 +2110008,Spotlight Scout: Midsummer Mermaid,2110008,2110008,1,1,2307157,2110008,2110008,2110008,,0,0,0,0,15520006,1,1,0,223071503 +2110009,Spotlight Scout: Midsummer Mermaid,2110009,2110009,1,1,2307156,2110009,2110009,2110009,,0,0,0,0,15520006,1,1,0,223071503 +2110010,Spotlight Scout: Summer Beach Run,2110010,2110010,1,1,2307317,2110010,2110010,2110010,,0,0,0,0,15520007,1,1,0,223073102 +2110011,Spotlight Scout: Summer Beach Run,2110011,2110011,1,1,2307316,2110011,2110011,2110011,,0,0,0,0,15520007,1,1,0,223073102 +2110012,Spotlight Scout: Flowers Bloom in the Summer Night,2110012,2110012,1,1,2308157,2110012,2110012,2110012,,0,0,0,0,15520008,1,1,0,223081502 +2110013,Spotlight Scout: Flowers Bloom in the Summer Night,2110013,2110013,1,1,2308156,2110013,2110013,2110013,,0,0,0,0,15520008,1,1,0,223081502 +2110014,Spotlight Scout: Moonlight Silvergrass,2110014,2110014,1,1,2308317,2110014,2110014,2110014,,0,0,0,0,15520009,1,1,0,223083102 +2110015,Spotlight Scout: Moonlight Silvergrass,2110015,2110015,1,1,2308316,2110015,2110015,2110015,,0,0,0,0,15520009,1,1,0,223083102 +2110016,Spotlight Scout: Wandering Yukata,2110016,2110016,1,1,2309157,2110016,2110016,2110016,,0,0,0,0,15520010,1,1,0,223091502 +2110017,Spotlight Scout: Wandering Yukata,2110017,2110017,1,1,2309156,2110017,2110017,2110017,,0,0,0,0,15520010,1,1,0,223091502 +2110018,Spotlight Scout: Trick or Treat!,2110018,2110018,1,1,2309307,2110018,2110018,2110018,,0,0,0,0,15520011,1,1,0,223093002 +2110019,Spotlight Scout: Trick or Treat!,2110019,2110019,1,1,2309308,2110019,2110019,2110019,,0,0,0,0,15520011,1,1,0,223093002 +2110020,Spotlight Scout: Boo! Boo! Halloween Land,2110020,2110020,1,1,2310160,2110020,2110020,2110020,,0,0,0,0,15540017,1,1,0,223101506 +2110021,Spotlight Scout: Boo! Boo! Halloween Land,2110021,2110021,1,1,2310161,2110021,2110021,2110021,,0,0,0,0,15540017,1,1,0,223101506 +2110022,Spotlight Scout: Sunny Marching Band,2110022,2110022,1,1,2310319,2110022,2110022,2110022,,0,0,0,0,15520012,1,1,0,223103108 +2110023,Spotlight Scout: Sunny Marching Band,2110023,2110023,1,1,2310318,2110023,2110023,2110023,,0,0,0,0,15520012,1,1,0,223103108 +2110024,Spotlight Scout: Kitty Cat 🐾 Maids,2110024,2110024,1,1,2311157,2110024,2110024,2110024,,0,0,0,0,15520013,1,1,0,223111502 +2110025,Spotlight Scout: Kitty Cat 🐾 Maids,2110025,2110025,1,1,2311156,2110025,2110025,2110025,,0,0,0,0,15520013,1,1,0,223111502 +2110026,Spotlight Scout: Everyone's Merry Christmas!,2110026,2110026,1,1,2311307,2110026,2110026,2110026,,0,0,0,0,15520014,1,1,0,223113009 +2110027,Spotlight Scout: Everyone's Merry Christmas!,2110027,2110027,1,1,2311306,2110027,2110027,2110027,,0,0,0,0,15520014,1,1,0,223113009 +2110028,Spotlight Scout: Santa Claus at the Snow Festival,2110028,2110028,1,1,2312157,2110028,2110028,2110028,,0,0,0,0,15520015,1,1,0,223121505 +2110029,Spotlight Scout: Santa Claus at the Snow Festival,2110029,2110029,1,1,2312156,2110029,2110029,2110029,,0,0,0,0,15520015,1,1,0,223121505 +2110030,Spotlight Scout: Happy New Year to You!,2110030,2110030,1,1,2312317,2110030,2110030,2110030,,0,0,0,0,15520016,1,1,0,223123102 +2110031,Spotlight Scout: Happy New Year to You!,2110031,2110031,1,1,2312316,2110031,2110031,2110031,,0,0,0,0,15520016,1,1,0,223123102 +2110032,Spotlight Scout: Ice Fairy,2110032,2110032,1,1,2401157,2110032,2110032,2110032,,0,0,0,0,15520017,1,1,0,224011502 +2110033,Spotlight Scout: Ice Fairy,2110033,2110033,1,1,2401156,2110033,2110033,2110033,,0,0,0,0,15520017,1,1,0,224011502 +2110034,Spotlight Scout: Maidens Locked in Love,2110034,2110034,1,1,2401317,2110034,2110034,2110034,,0,0,0,0,15520018,1,1,0,224013102 +2110035,Spotlight Scout: Maidens Locked in Love,2110035,2110035,1,1,2401316,2110035,2110035,2110035,,0,0,0,0,15520018,1,1,0,224013102 +2110036,Spotlight Scout: Pandemonic Night,2110036,2110036,1,1,2402147,2110036,2110036,2110036,,0,0,0,0,15520019,1,1,0,224021402 +2110037,Spotlight Scout: Pandemonic Night,2110037,2110037,1,1,2402146,2110037,2110037,2110037,,0,0,0,0,15520019,1,1,0,224021402 +2110038,Spotlight Scout: Y2K♡GALS,2110038,2110038,1,1,2403017,2110038,2110038,2110038,,0,0,0,0,15520020,1,1,0,224030102 +2110039,Spotlight Scout: Y2K♡GALS,2110039,2110039,1,1,2403016,2110039,2110039,2110039,,0,0,0,0,15520020,1,1,0,224030102 +3110001,Kanon's Birthday Scout: Harmony Star,3110001,3110001,1,1,2305010,3110001,3110001,3110001,,0,0,0,0,15530001,1,1,0,223050101 +3110002,Ai's Birthday Scout: Colorful Heroines,3110002,3110002,1,1,2305300,3110002,3110002,3110002,,0,0,0,0,15530002,1,1,0,223053001 +3110003,Nozomi's Birthday Scout: Flower Shower,3110003,3110003,1,1,2306090,3110003,3110003,3110003,,0,0,0,0,15530003,1,1,0,223060901 +3110004,Mari's Birthday Scout: Fairy Wings,3110004,3110004,1,1,2306130,3110004,3110004,3110004,,0,0,0,0,15530004,1,1,0,223061301 +3110005,Shiki's Birthday Scout: Harmony Star,3110005,3110005,1,1,2306170,3110005,3110005,3110005,,0,0,0,0,15530005,1,1,0,223061701 +3110006,Karin's Birthday Scout: Colorful Heroines,3110006,3110006,1,1,2306290,3110006,3110006,3110006,,0,0,0,0,15530006,1,1,0,223062901 +3110007,Yoshiko's Birthday Scout: Fairy Wings,3110007,3110007,1,1,2307130,3110007,3110007,3110007,,0,0,0,0,15530007,1,1,0,223071301 +3110008,Keke's Birthday Scout: Harmony Star,3110008,3110008,1,1,2307170,3110008,3110008,3110008,,0,0,0,0,15530008,1,1,0,223071702 +3110009,Nico's Birthday Scout: Flower Shower,3110009,3110009,1,1,2307220,3110009,3110009,3110009,,0,0,0,0,15530009,1,1,0,223072201 +3110010,Chika's Birthday Scout: Fairy Wings,3110010,3110010,1,1,2308010,3110010,3110010,3110010,,0,0,0,0,15530010,1,1,0,223080102 +3110011,Honoka's Birthday Scout: Flower Shower,3110011,3110011,1,1,2308030,3110011,3110011,3110011,,0,0,0,0,15530011,1,1,0,223080303 +3110012,Natsumi's Birthday Scout: Harmony Star,3110012,3110012,1,1,2308070,3110012,3110012,3110012,,0,0,0,0,15530012,1,1,0,223080701 +3110013,Setsuna's Birthday Scout: Colorful Heroines,3110013,3110013,1,1,2308080,3110013,3110013,3110013,,0,0,0,0,15530013,1,1,0,223080801 +3110014,Kotori's Birthday Scout: Flower Shower,3110014,3110014,1,1,2309120,3110014,3110014,3110014,,0,0,0,0,15530014,1,1,0,223091201 +3110015,Riko's Birthday Scout: Fairy Wings,3110015,3110015,1,1,2309190,3110015,3110015,3110015,,0,0,0,0,15530015,1,1,0,223091901 +3110016,Ruby's Birthday Scout: Fairy Wings,3110016,3110016,1,1,2309210,3110016,3110016,3110016,,0,0,0,0,15530016,1,1,0,223092101 +3110017,Sumire's Birthday Scout: Harmony Star,3110017,3110017,1,1,2309280,3110017,3110017,3110017,,0,0,0,0,15530017,1,1,0,223092801 +3110018,Shioriko's Birthday Scout: Colorful Heroines,3110018,3110018,1,1,2310050,3110018,3110018,3110018,,0,0,0,0,15530018,1,1,0,223100502 +3110019,Eli's Birthday Scout: Flower Shower,3110019,3110019,1,1,2310210,3110019,3110019,3110019,,0,0,0,0,15530019,1,1,0,223102101 +3110020,Mei's Birthday Scout: Harmony Star,3110020,3110020,1,1,2310290,3110020,3110020,3110020,,0,0,0,0,15530020,1,1,0,223102901 +3110021,Rin's Birthday Scout: Flower Shower,3110021,3110021,1,1,2311010,3110021,3110021,3110021,,0,0,0,0,15530021,1,1,0,223110101 +3110022,Rina's Birthday Scout: Colorful Heroines,3110022,3110022,1,1,2311130,3110022,3110022,3110022,,0,0,0,0,15530022,1,1,0,223111301 +3110023,Ren's Birthday Scout: Harmony Star,3110023,3110023,1,1,2311240,3110023,3110023,3110023,,0,0,0,0,15530023,1,1,0,223112401 +3110024,Mia's Birthday Scout: Colorful Heroines,3110024,3110024,1,1,2312060,3110024,3110024,3110024,,0,0,0,0,15530024,1,1,0,223120601 +3110025,Kanata's Birthday Scout: Colorful Heroines,3110025,3110025,1,1,2312160,3110025,3110025,3110025,,0,0,0,0,15530025,1,1,0,223121601 +3110026,Tomari's Birthday Scout: Harmony Star,3110026,3110026,1,1,2312280,3110026,3110026,3110026,,0,0,0,0,15530026,1,1,0,223122801 +3110027,Dia's Birthday Scout: Fairy Wings,3110027,3110027,1,1,2401010,3110027,3110027,3110027,,0,0,0,0,15530027,1,1,0,224010103 +3110028,Hanayo's Birthday Scout: Flower Shower,3110028,3110028,1,1,2401170,3110028,3110028,3110028,,0,0,0,0,15530028,1,1,0,224011702 +3110029,Margarete's Birthday Scout: Harmony Star,3110029,3110029,1,1,2401200,3110029,3110029,3110029,,0,0,0,0,15530029,1,1,0,224012002 +3110030,Kasumi's Birthday Scout: Colorful Heroines,3110030,3110030,1,1,2401230,3110030,3110030,3110030,,0,0,0,0,15530030,1,1,0,224012302 +3110031,Emma's Birthday Scout: Colorful Heroines,3110031,3110031,1,1,2402050,3110031,3110031,3110031,,0,0,0,0,15530031,1,1,0,224020502 +3110032,Kanan's Birthday Scout: Fairy Wings,3110032,3110032,1,1,2402100,3110032,3110032,3110032,,0,0,0,0,15530032,1,1,0,224021004 +3110033,Lanzhu's Birthday Scout: Colorful Heroines,3110033,3110033,1,1,2402150,3110033,3110033,3110033,,0,0,0,0,15530033,1,1,0,224021502 +3110034,Chisato's Birthday Scout: Harmony Star,3110034,3110034,1,1,2402250,3110034,3110034,3110034,,0,0,0,0,15530034,1,1,0,224022502 +3110035,Ayumu's Birthday Scout: Colorful Heroines,3110035,3110035,1,1,2403019,3110035,3110035,3110035,,0,0,0,0,15530035,1,1,0,224030107 +3110036,Hanamaru's Birthday Scout: Fairy Wings,3110036,3110036,1,1,2403040,3110036,3110036,3110036,,0,0,0,0,15530036,1,1,0,224030402 +3110037,Umi's Birthday Memorial Scouting~Flower Shower~,3110037,3110037,1,1,2403150,3110037,3110037,3110037,,0,0,0,0,15530037,1,1,0,224031502 +4110001,Smile Only! Spotlight Scout,4110001,4110001,1,1,2306119,4110001,4110001,4110001,,0,0,0,0,15540002,1,1,0,223061103 +4110002,Pure Only! Spotlight Scout,4110002,4110002,1,1,2306118,4110002,4110002,4110002,,0,0,0,0,15540002,1,1,0,223061103 +4110003,Cool Only! Spotlight Scout,4110003,4110003,1,1,2306117,4110003,4110003,4110003,,0,0,0,0,15540002,1,1,0,223061103 +4110004,SIF Series Thanksgiving 2023 UR Scout,4110004,4110004,1,1,2306237,4110004,4110004,4110004,,0,0,0,0,0,1,2,0,223062301 +4110005,Love Song Carnival Scout: Ayumu,4110005,4110005,1,1,2310037,4110005,4110005,4110005,,0,0,0,0,15540005,1,1,0,223100301 +4110006,Love Song Carnival Scout: Kasumi,4110006,4110006,1,1,2310107,4110006,4110006,4110006,,0,0,0,0,15540006,1,1,0,223101001 +4110007,Love Song Carnival Scout: Shizuku,4110007,4110007,1,1,2310177,4110007,4110007,4110007,,0,0,0,0,15540007,1,1,0,223101701 +4110008,Love Song Carnival Scout: Karin,4110008,4110008,1,1,2310247,4110008,4110008,4110008,,0,0,0,0,15540008,1,1,0,223102401 +4110009,Love Song Carnival Scout: Ai,4110009,4110009,1,1,2310316,4110009,4110009,4110009,,0,0,0,0,15540009,1,1,0,223103101 +4110010,Love Song Carnival Scout: Kanata,4110010,4110010,1,1,2311077,4110010,4110010,4110010,,0,0,0,0,15540010,1,1,0,223110701 +4110011,Love Song Carnival Scout: Setsuna,4110011,4110011,1,1,2311147,4110011,4110011,4110011,,0,0,0,0,15540011,1,1,0,223111401 +4110012,Love Song Carnival Scout: Emma,4110012,4110012,1,1,2311217,4110012,4110012,4110012,,0,0,0,0,15540012,1,1,0,223112101 +4110013,Love Song Carnival Scout: Rina,4110013,4110013,1,1,2311287,4110013,4110013,4110013,,0,0,0,0,15540013,1,1,0,223112801 +4110014,Love Song Carnival Scout: Shioriko,4110014,4110014,1,1,2312057,4110014,4110014,4110014,,0,0,0,0,15540014,1,1,0,223120501 +4110015,Love Song Carnival Scout: Mia,4110015,4110015,1,1,2312127,4110015,4110015,4110015,,0,0,0,0,15540015,1,1,0,223121201 +4110016,Love Song Carnival Scout: Lanzhu,4110016,4110016,1,1,2312197,4110016,4110016,4110016,,0,0,0,0,15540016,1,1,0,223121901 +4110017,Up to 100 Free Scouts! Half Anniversary Scout,4110017,4110017,1,1,3310157,4110017,4110017,4110017,,0,0,0,0,15540017,1,1,0,223101501 +4110019,Guaranteed UR! Half Anniversary Scout: μ's,4110019,4110019,1,1,2310156,4110019,4110019,4110019,,0,0,0,0,15540017,1,1,0,223101502 +4110020,Guaranteed UR! Half Anniversary Scout: Aqours,4110020,4110020,1,1,2310155,4110020,4110020,4110020,,0,0,0,0,15540017,1,1,0,223101502 +4110021,Guaranteed UR! Half Anniversary Scout: Nijigasaki,4110021,4110021,1,1,2310154,4110021,4110021,4110021,,0,0,0,0,15540017,1,1,0,223101502 +4110022,Guaranteed UR! Half Anniversary Scout: Liella!,4110022,4110022,1,1,2310153,4110022,4110022,4110022,,0,0,0,0,15540017,1,1,0,223101502 +4110023,"""ove Song by Me"" Launch Scout",4110023,4110023,1,1,2309067,4110023,4110023,4110023,,0,0,0,0,15540023,1,1,0,223090603 +4110024,μ's Only! Spotlight Scout,4110024,4110024,1,1,2310312,4110024,4110024,4110024,,0,0,0,0,15540024,1,1,0,223103111 +4110025,Aqours Only! Spotlight Scout,4110025,4110025,1,1,2311152,4110025,4110025,4110025,,0,0,0,0,15540025,1,1,0,223111508 +4110026,Guaranteed UR! Half Anniversary Scout: Closing Festival,4110026,4110026,1,1,2310317,4110026,4110026,4110026,,0,0,0,0,15520012,1,1,0,223103112 +4110027,Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout,4110027,4110027,1,1,2312147,4110027,4110027,4110027,,0,0,0,0,15540027,1,1,0,223121402 +4110028,1st-Years Only! Spotlight Scout,4110028,4110028,1,1,2311177,4110028,4110028,4110028,,0,0,0,0,15540028,1,1,0,223111702 +4110029,2nd-Years Only! Spotlight Scout,4110029,4110029,1,1,2311247,4110029,4110029,4110029,,0,0,0,0,15540029,1,1,0,223112404 +4110030,3rd-Years Only! Spotlight Scout,4110030,4110030,1,1,2312017,4110030,4110030,4110030,,0,0,0,0,15540030,1,1,0,223120103 +4110031,IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours,4110031,4110031,1,1,2312095,4110031,4110031,4110031,,0,0,0,0,0,1,1,0,223120907 +4110032,IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki,4110032,4110032,1,1,2312094,4110032,4110032,4110032,,0,0,0,0,0,1,1,0,223120908 +4110033,IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella!,4110033,4110033,1,1,2312093,4110033,4110033,4110033,,0,0,0,0,0,1,1,0,223120909 +4110034,Up to 240 Free Scouts! New Year's Scout,4110034,4110034,1,1,3312267,4110034,4110034,4110034,,0,0,0,0,15540031,1,1,0,223122604 +4110035,Guaranteed UR! New Year's Scout,4110035,4110035,1,1,2312267,4110035,4110035,4110035,,0,0,0,0,15540031,1,1,0,223122604 +4110036,New Year's First Dream Scout,4110036,4110036,1,1,2401017,4110036,4110036,4110036,,0,0,0,0,15540032,1,1,0,224010105 +4110037,Guaranteed UR! New Year's First Dream Scout,4110037,4110037,1,1,2401016,4110037,4110037,4110037,,0,0,0,0,15540032,1,1,0,224010105 +4110038,Love Song Carnival Scouting,4110038,4110038,1,1,2401137,4110038,4110038,4110038,,0,0,0,0,15540033,1,1,0,224011304 +4110039,School Idol Festival 2 Super Thanks Scouting: μ's,4110039,4110039,1,1,3403020,4110039,4110039,4110039,,0,0,0,0,15540034,1,1,0,224030109 +4110040,School Idol Festival 2 Super Thanks Scouting: Aqours,4110040,4110040,1,1,3403019,4110040,4110040,4110040,,0,0,0,0,15540034,1,1,0,224030109 +4110041,School Idol Festival 2 Super Thanks Scouting: Nijigasaki,4110041,4110041,1,1,3403018,4110041,4110041,4110041,,0,0,0,0,15540034,1,1,0,224030109 +4110042,School Idol Festival 2 Super Thanks Scouting: Liella!,4110042,4110042,1,1,3403017,4110042,4110042,4110042,,0,0,0,0,15540034,1,1,0,224030109 +4110043,Special Scouting,4110043,4110043,1,1,2403167,4110043,4110043,4110043,,0,0,0,0,15540035,1,1,0,224031602 +4110044,School Idols Thanksgiving Festival Gather Everyone Scouting,4110044,4110044,1,1,2403207,4110044,4110044,4110044,,0,0,0,0,0,1,1,0,224032003 +7110002,SIF Data Link Bonus Ticket Scout,7110002,7110002,1,1,15,7110002,7110002,7110002,,0,0,1,0,15540001,1,1,0,223043003 +7110003,SIFAS Data Link Bonus Ticket Scout,7110003,7110003,1,1,15,7110003,7110003,7110003,,0,0,1,0,15540001,1,1,0,223071202 +7110101,Global Launch SP Scouting ~Set 1~,7110101,7110101,1,1,15,7110101,7110101,7110101,,0,0,0,0,15570001,1,1,0,924020101 +7110102,Global Launch SP Scouting ~Set 2~,7110102,7110102,1,1,15,7110102,7110102,7110102,,0,0,0,0,15570002,1,1,0,924021601 +7110103,[Rerun]Global Launch SP Scouting ~Set 1~,7110103,7110103,1,1,15,7110103,7110103,7110103,,0,0,0,0,15570003,1,1,0,924031701 +7110104,[Rerun]μ's Only! Spotlight Scout,7110104,7110104,1,1,15,7110104,7110104,7110104,,0,0,0,0,15570004,1,1,0,924032501 +7110105,[Rerun]Aqours Only! Spotlight Scout,7110105,7110105,1,1,15,7110105,7110105,7110105,,0,0,0,0,15570005,1,1,0,924041701 +7110106,[Rerun]Global Launch SP Scouting ~Set 2~,7110106,7110106,1,1,15,7110106,7110106,7110106,,0,0,0,0,15570006,1,1,0,924042401 +7110107,[Rerun]UR Guaranteed!Special Scout!,7110107,7110107,1,1,15,7110107,7110107,7110107,,0,0,0,0,15570007,1,1,0,924050701 +7110108,[Rerun]Love Song Carnival Commemorative Scouting,7110108,7110108,1,1,15,7110108,7110108,7110108,,0,0,0,0,15570008,1,1,0,924052401 +8110001,Item Scout,8110001,8110001,2,1,10,8110001,8110001,8110001,,0,0,0,0,0,1,1,0,1 +8110002,Item Scout,8110002,8110002,2,1,10,8110002,8110002,8110002,,0,0,0,0,0,1,1,0,223101604 +8110004,Item Scout,8110004,8110004,2,1,10,8110004,8110004,8110004,,0,0,0,0,0,1,1,0,224010108 +8110005,Item Scout,8110005,8110005,2,1,10,8110005,8110005,8110005,,0,0,0,0,0,1,1,0,224020106 +8110006,Item Scout,8110006,8110006,2,1,10,8110006,8110006,8110006,,0,0,0,0,0,1,1,0,224030115 +9110001,Tutorial Scout: Honoka Kosaka,9110001,9110001,1,1,999,9110001,9110001,9110001,,0,0,1,0,0,100,2,0,1 +9110002,Tutorial Scout: Eli Ayase,9110002,9110002,1,1,999,9110002,9110002,9110002,,0,0,1,0,0,100,2,0,1 +9110003,Tutorial Scout: Kotori Minami,9110003,9110003,1,1,999,9110003,9110003,9110003,,0,0,1,0,0,100,2,0,1 +9110004,Tutorial Scout: Umi Sonoda,9110004,9110004,1,1,999,9110004,9110004,9110004,,0,0,1,0,0,100,2,0,1 +9110005,Tutorial Scout: Rin Hoshizora,9110005,9110005,1,1,999,9110005,9110005,9110005,,0,0,1,0,0,100,2,0,1 +9110006,Tutorial Scout: Maki Nishikino,9110006,9110006,1,1,999,9110006,9110006,9110006,,0,0,1,0,0,100,2,0,1 +9110007,Tutorial Scout: Nozomi Tojo,9110007,9110007,1,1,999,9110007,9110007,9110007,,0,0,1,0,0,100,2,0,1 +9110008,Tutorial Scout: Hanayo Koizumi,9110008,9110008,1,1,999,9110008,9110008,9110008,,0,0,1,0,0,100,2,0,1 +9110009,Tutorial Scout: Nico Yazawa,9110009,9110009,1,1,999,9110009,9110009,9110009,,0,0,1,0,0,100,2,0,1 +9110010,Tutorial Scout: Chika Takami,9110010,9110010,1,1,999,9110010,9110010,9110010,,0,0,1,0,0,200,2,0,1 +9110011,Tutorial Scout: Riko Sakurauchi,9110011,9110011,1,1,999,9110011,9110011,9110011,,0,0,1,0,0,200,2,0,1 +9110012,Tutorial Scout: Kanan Matsuura,9110012,9110012,1,1,999,9110012,9110012,9110012,,0,0,1,0,0,200,2,0,1 +9110013,Tutorial Scout: Dia Kurosawa,9110013,9110013,1,1,999,9110013,9110013,9110013,,0,0,1,0,0,200,2,0,1 +9110014,Tutorial Scout: You Watanabe,9110014,9110014,1,1,999,9110014,9110014,9110014,,0,0,1,0,0,200,2,0,1 +9110015,Tutorial Scout: Yoshiko Tsushima,9110015,9110015,1,1,999,9110015,9110015,9110015,,0,0,1,0,0,200,2,0,1 +9110016,Tutorial Scout: Hanamaru Kunikida,9110016,9110016,1,1,999,9110016,9110016,9110016,,0,0,1,0,0,200,2,0,1 +9110017,Tutorial Scout: Mari Ohara,9110017,9110017,1,1,999,9110017,9110017,9110017,,0,0,1,0,0,200,2,0,1 +9110018,Tutorial Scout: Ruby Kurosawa,9110018,9110018,1,1,999,9110018,9110018,9110018,,0,0,1,0,0,200,2,0,1 +9110019,Tutorial Scout: Ayumu Uehara,9110019,9110019,1,1,999,9110019,9110019,9110019,,0,0,1,0,0,300,2,0,1 +9110020,Tutorial Scout: Kasumi Nakasu,9110020,9110020,1,1,999,9110020,9110020,9110020,,0,0,1,0,0,300,2,0,1 +9110021,Tutorial Scout: Shizuku Osaka,9110021,9110021,1,1,999,9110021,9110021,9110021,,0,0,1,0,0,300,2,0,1 +9110022,Tutorial Scout: Karin Asaka,9110022,9110022,1,1,999,9110022,9110022,9110022,,0,0,1,0,0,300,2,0,1 +9110023,Tutorial Scout: Ai Miyashita,9110023,9110023,1,1,999,9110023,9110023,9110023,,0,0,1,0,0,300,2,0,1 +9110024,Tutorial Scout: Kanata Konoe,9110024,9110024,1,1,999,9110024,9110024,9110024,,0,0,1,0,0,300,2,0,1 +9110025,Tutorial Scout: Setsuna Yuki,9110025,9110025,1,1,999,9110025,9110025,9110025,,0,0,1,0,0,300,2,0,1 +9110026,Tutorial Scout: Emma Verde,9110026,9110026,1,1,999,9110026,9110026,9110026,,0,0,1,0,0,300,2,0,1 +9110027,Tutorial Scout: Rina Tennoji,9110027,9110027,1,1,999,9110027,9110027,9110027,,0,0,1,0,0,300,2,0,1 +9110028,Tutorial Scout: Shioriko Mifune,9110028,9110028,1,1,999,9110028,9110028,9110028,,0,0,1,0,0,300,2,0,1 +9110029,Tutorial Scout: Mia Taylor,9110029,9110029,1,1,999,9110029,9110029,9110029,,0,0,1,0,0,300,2,0,1 +9110030,Tutorial Scout: Lanzhu Zhong,9110030,9110030,1,1,999,9110030,9110030,9110030,,0,0,1,0,0,300,2,0,1 +9110031,Tutorial Scout: Kanon Shibuya,9110031,9110031,1,1,999,9110031,9110031,9110031,,0,0,1,0,0,400,2,0,1 +9110032,Tutorial Scout: Keke Tang,9110032,9110032,1,1,999,9110032,9110032,9110032,,0,0,1,0,0,400,2,0,1 +9110033,Tutorial Scout: Chisato Arashi,9110033,9110033,1,1,999,9110033,9110033,9110033,,0,0,1,0,0,400,2,0,1 +9110034,Tutorial Scout: Sumire Heanna,9110034,9110034,1,1,999,9110034,9110034,9110034,,0,0,1,0,0,400,2,0,1 +9110035,Tutorial Scout: Ren Hazuki,9110035,9110035,1,1,999,9110035,9110035,9110035,,0,0,1,0,0,400,2,0,1 +9110036,Tutorial Scout: Kinako Sakurakoji,9110036,9110036,1,1,999,9110036,9110036,9110036,,0,0,1,0,0,400,2,0,1 +9110037,Tutorial Scout: Mei Yoneme,9110037,9110037,1,1,999,9110037,9110037,9110037,,0,0,1,0,0,400,2,0,1 +9110038,Tutorial Scout: Shiki Wakana,9110038,9110038,1,1,999,9110038,9110038,9110038,,0,0,1,0,0,400,2,0,1 +9110039,Tutorial Scout: Natsumi Onitsuka,9110039,9110039,1,1,999,9110039,9110039,9110039,,0,0,1,0,0,400,2,0,1 diff --git a/src/router/databases/csv-en/lottery_caution.csv b/src/router/databases/csv-en/lottery_caution.csv new file mode 100644 index 0000000..ccbbe23 --- /dev/null +++ b/src/router/databases/csv-en/lottery_caution.csv @@ -0,0 +1,248 @@ +_id,_cautionText,_masterReleaseLabelId +1110001,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Release Celebration Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Release Celebration Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Release Celebration Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223041501 +1110002,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! Release Celebration Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! Release Celebration Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Guaranteed UR! Release Celebration Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223041501 +1110003,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Spotlight Scout: Harajuku Liella! After School ♡.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Spotlight Scout: Harajuku Liella! After School ♡ applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Harajuku Liella! After School ♡ has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223041901 +1110004,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223043001 +1110005,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223051501 +1110006,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223053101 +1110007,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061501 +1110008,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223063001 +1110009,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223071502 +1110010,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223073101 +1110011,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223081501 +1110012,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223083107 +1110013,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223091501 +1110014,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223093001 +1110015,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101505 +1110016,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223103107 +1110017,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223111501 +1110018,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223113008 +1110019,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223121513 +1110020,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223123107 +1110021,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224011508 +1110022,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224013108 +1110023,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224021409 +1110024,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in a Normal Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in a Normal Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Normal Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224030120 +2110001,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Out on the Town.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Out on the Town applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Out on the Town has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223043002 +2110002,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Shopping Streets.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Shopping Streets applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Shopping Streets has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223051502 +2110003,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Live in Nature.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Live in Nature applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Live in Nature has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223053102 +2110004,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Glittering Dancers.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Glittering Dancers applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Glittering Dancers has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061502 +2110005,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Glittering Dancers.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Glittering Dancers applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Glittering Dancers has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061502 +2110006,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Sunny Summer Camp.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Sunny Summer Camp applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Sunny Summer Camp has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223063002 +2110007,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Sunny Summer Camp.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Sunny Summer Camp applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Sunny Summer Camp has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223063002 +2110008,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Midsummer Mermaid.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Midsummer Mermaid applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Midsummer Mermaid has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223071503 +2110009,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Midsummer Mermaid.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Midsummer Mermaid applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Midsummer Mermaid has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223071503 +2110010,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Summer Beach Run.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Summer Beach Run applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Summer Beach Run has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223073102 +2110011,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Summer Beach Run.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Summer Beach Run applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Summer Beach Run has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223073102 +2110012,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Flowers Bloom in the Summer Night.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Flowers Bloom in the Summer Night applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Flowers Bloom in the Summer Night has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223081502 +2110013,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Flowers Bloom in the Summer Night.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Flowers Bloom in the Summer Night applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Flowers Bloom in the Summer Night has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223081502 +2110014,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Moonlight Silvergrass.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Moonlight Silvergrass applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Moonlight Silvergrass has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223083102 +2110015,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Moonlight Silvergrass.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Moonlight Silvergrass applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Moonlight Silvergrass has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223083102 +2110016,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Wandering Yukata.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Wandering Yukata applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Wandering Yukata has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223091502 +2110017,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Wandering Yukata.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Wandering Yukata applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Wandering Yukata has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223091502 +2110018,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Trick or Treat!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Trick or Treat! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Trick or Treat! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223093002 +2110019,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Trick or Treat!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Trick or Treat! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Trick or Treat! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223093002 +2110020,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Boo! Boo! Halloween Land.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Boo! Boo! Halloween Land applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Boo! Boo! Halloween Land has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101506 +2110021,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Boo! Boo! Halloween Land.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Boo! Boo! Halloween Land applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Boo! Boo! Halloween Land has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101506 +2110022,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Sunny Marching Band.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Sunny Marching Band applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Sunny Marching Band has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223103108 +2110023,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Sunny Marching Band.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Sunny Marching Band applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Sunny Marching Band has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223103108 +2110024,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Kitty Cat 🐾 Maids.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Kitty Cat 🐾 Maids applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Kitty Cat 🐾 Maids has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223111502 +2110025,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Kitty Cat 🐾 Maids.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Kitty Cat 🐾 Maids applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Kitty Cat 🐾 Maids has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223111502 +2110026,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Everyone's Merry Christmas!.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Everyone's Merry Christmas! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Everyone's Merry Christmas! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223113009 +2110027,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Everyone's Merry Christmas!.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Everyone's Merry Christmas! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Spotlight Scout: Everyone's Merry Christmas! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223113009 +2110028,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Santa Claus at the Snow Festival.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Santa Claus at the Snow Festival applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Santa Claus at the Snow Festival has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223121505 +2110029,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Santa Claus at the Snow Festival.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Santa Claus at the Snow Festival applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Santa Claus at the Snow Festival has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223121505 +2110030,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Happy New Year to You!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Happy New Year to You! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Happy New Year to You! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223123102 +2110031,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Happy New Year to You!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Happy New Year to You! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Happy New Year to You! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223123102 +2110032,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Ice Fairy
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Ice Fairy applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Ice Fairy has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224011502 +2110033,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Ice Fairy
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Ice Fairy applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Ice Fairy has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224011502 +2110034,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Maidens Locked in Love
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Maidens Locked in Love applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Maidens Locked in Love has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224013102 +2110035,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Maidens Locked in Love
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Maidens Locked in Love applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Maidens Locked in Love has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224013102 +2110036,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Pandemonic Night
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Pandemonic Night applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Pandemonic Night has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224021402 +2110037,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Pandemonic Night
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Pandemonic Night applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Pandemonic Night has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224021402 +2110038,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Y2K♡GALS
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Y2K♡GALS applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Y2K♡GALS has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224030102 +2110039,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Spotlight Scout: Y2K♡GALS
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Spotlight Scout: Y2K♡GALS applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Spotlight Scout: Y2K♡GALS has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224030102 +3110001,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Kanon's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Kanon's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Kanon's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223050101 +3110002,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Ai's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Ai's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Ai's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223053001 +3110003,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Nozomi's Birthday Scout: Flower Shower.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Nozomi's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Nozomi's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223060901 +3110004,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Mari's Birthday Scout: Fairy Wings.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Mari's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Mari's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061301 +3110005,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Shiki's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Shiki's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Shiki's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061701 +3110006,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Karin's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Karin's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Karin's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223062901 +3110007,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Yoshiko's Birthday Scout: Fairy Wings.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Yoshiko's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Yoshiko's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223071301 +3110008,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Keke's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Keke's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Keke's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223071702 +3110009,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Nico's Birthday Scout: Flower Shower.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Nico's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Nico's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223072201 +3110010,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Chika's Birthday Scout: Fairy Wings.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Chika's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Chika's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223080102 +3110011,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Honoka's Birthday Scout: Flower Shower.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Honoka's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Honoka's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223080303 +3110012,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Natsumi's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Natsumi's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Natsumi's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223080701 +3110013,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Setsuna's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Setsuna's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Setsuna's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223080801 +3110014,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Kotori's Birthday Scout: Flower Shower.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Kotori's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Kotori's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223091201 +3110015,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Riko's Birthday Scout: Fairy Wings.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Riko's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Riko's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223091901 +3110016,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Ruby's Birthday Scout: Fairy Wings.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Ruby's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Ruby's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223092101 +3110017,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Sumire's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Sumire's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Sumire's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223092801 +3110018,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Shioriko's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Shioriko's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Shioriko's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223100502 +3110019,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Eli's Birthday Scout: Flower Shower.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Eli's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Eli's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223102101 +3110020,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Mei's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Mei's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Mei's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223102901 +3110021,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Rin's Birthday Scout: Flower Shower.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Rin's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Rin's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223110101 +3110022,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Rina's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Rina's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Rina's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223111301 +3110023,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Ren's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Ren's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Ren's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223112401 +3110024,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Mia's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Mia's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Mia's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223120601 +3110025,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Kanata's Birthday Scout: Colorful Heroines.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Kanata's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Kanata's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223121601 +3110026,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tomari's Birthday Scout: Harmony Star.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tomari's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tomari's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223122801 +3110027,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Dia's Birthday Scout: Fairy Wings.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Dia's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Dia's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224010103 +3110028,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Hanayo's Birthday Scout: Flower Shower
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Hanayo's Birthday Scout: Flower Shower applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Hanayo's Birthday Scout: Flower Shower has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224011702 +3110029,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Margarete's Birthday Scout: Harmony Star
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Margarete's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Margarete's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224012002 +3110030,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Kasumi's Birthday Scout: Colorful Heroines
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Kasumi's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Kasumi's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224012302 +3110031,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Emma's Birthday Scout: Colorful Heroines
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Emma's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Emma's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224020502 +3110032,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Kanan's Birthday Scout: Fairy Wings
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Kanan's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Kanan's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224021004 +3110033,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Lanzhu's Birthday Scout: Colorful Heroines
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Lanzhu's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Lanzhu's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224021502 +3110034,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Chisato's Birthday Scout: Harmony Star
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Chisato's Birthday Scout: Harmony Star applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Chisato's Birthday Scout: Harmony Star has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224022502 +3110035,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Ayumu's Birthday Scout: Colorful Heroines
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Ayumu's Birthday Scout: Colorful Heroines applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Ayumu's Birthday Scout: Colorful Heroines has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224030107 +3110036,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Hanamaru's Birthday Scout: Fairy Wings
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Hanamaru's Birthday Scout: Fairy Wings applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Hanamaru's Birthday Scout: Fairy Wings has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",224030402 +3110037,"・Please check the ""Appearance percentage"" for the members who will appear.
+・The members appearing in ""Umi's Birthday Commemoratve Scouting ~Flower Shower~"" may overlap.
+- Appearance percentages are rounded to the fifth decimal place.
+Therefore, there may be a difference between the sum of each appearance ratio and the total appearance percentage displayed.
+・Due to display reasons, the total appearance percentage may not add up to 100%.
+・For “Umi's Birthday Commemoratve Scouting ~Flower Shower~”, a lottery will be held each time based on the appearance percentage.
+For example, it is not a system in which members with a provision ratio of 1% will necessarily join 1 out of 100 times.
+・Please check Appearance Ratio tab for the appearance percentage.
+・Even if the scouting results screen does not display properly due to a forced termination or disconnection of the line after executing ""Umi's Birthday Commemoratve Scouting ~Flower Shower~,"" the scouting will still be carried out correctly. Please check the list of members and the number of Light Sticks.
+・The members appearing in this scouting may reappear in the future.
+・This scouitng may be resold.
+・The event period and contents are subject to change without notice.
+・Scouting tickets can be used from ""Scout with Tickets"" at the bottom right of the screen.
+Tickets that are not displayed in ""Scout with Tickets"" cannot be used in this scouting.
+・Members who have already joined the club will receive a Light Stick according to their rarity instead of joining from the second time onwards.
+R member: 20 pieces
+SR member: 50 pieces
+UR member: 500 pieces
+・The acquired Scout Points will be automatically converted to 1 ""Skill Notebook (Medium)"" at the end of the scouting.
",224031502 +4110001,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Smile Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Smile Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Smile Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061103 +4110002,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Pure Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Pure Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Pure Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061103 +4110003,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Cool Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Cool Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Cool Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223061103 +4110004,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the SIF Series Thanksgiving 2023 UR Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the SIF Series Thanksgiving 2023 UR Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a SIF Series Thanksgiving 2023 UR Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223062301 +4110005,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Ayumu.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Ayumu applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Ayumu has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223100301 +4110006,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Kasumi.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Kasumi applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Kasumi has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223101001 +4110007,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Shizuku.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Shizuku applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Shizuku has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223101701 +4110008,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Karin.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Karin applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Karin has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223102401 +4110009,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Ai.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Ai applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Ai has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223103101 +4110010,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Kanata.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Kanata applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Kanata has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223110701 +4110011,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Setsuna.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Setsuna applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Setsuna has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223111401 +4110012,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Emma.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Emma applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Emma has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223112101 +4110013,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Rina.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Rina applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Rina has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223112801 +4110014,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Shioriko.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Shioriko applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Shioriko has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223120501 +4110015,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Mia.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Mia applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Mia has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223121201 +4110016,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scout: Lanzhu.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scout: Lanzhu applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Love Song Carnival Scout: Lanzhu has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223121901 +4110017,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Up to 100 Free Scouts! Half Anniversary Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Up to 100 Free Scouts! Half Anniversary Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Up to 100 Free Scouts! Half Anniversary Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101501 +4110019,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! Half Anniversary Scout: μ's.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! Half Anniversary Scout: μ's applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Guaranteed UR! Half Anniversary Scout: μ's has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101502 +4110020,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! Half Anniversary Scout: Aqours.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! Half Anniversary Scout: Aqours applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Guaranteed UR! Half Anniversary Scout: Aqours has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101502 +4110021,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! Half Anniversary Scout: Nijigasaki.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! Half Anniversary Scout: Nijigasaki applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Guaranteed UR! Half Anniversary Scout: Nijigasaki has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101502 +4110022,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! Half Anniversary Scout: Liella!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! Half Anniversary Scout: Liella! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Guaranteed UR! Half Anniversary Scout: Liella! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223101502 +4110023,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the ""Love Song by Me"" Launch Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the ""Love Song by Me"" Launch Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a ""Love Song by Me"" Launch Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223090603 +4110024,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the μ's Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the μ's Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a μ's Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223103111 +4110025,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Aqours Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Aqours Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once an Aqours Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223111508 +4110026,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! Half Anniversary Scout: Closing Festival.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! Half Anniversary Scout: Closing Festival applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Guaranteed UR! Half Anniversary Scout: Closing Festival has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223103112 +4110027,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223121402 +4110028,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the 1st-Years Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the 1st-Years Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a 1st-Years Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223111702 +4110029,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the 2nd-Years Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the 2nd-Years Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 2% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a 2nd-Years Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 2 Skill Notebook (M) once the Scouting period ends.",223112404 +4110030,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the 3rd-Years Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the 3rd-Years Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 3% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a 3rd-Years Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223120103 +4110031,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223120907 +4110032,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223120908 +4110033,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223120909 +4110034,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Up to 240 Free Scouts! New Year's Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Up to 240 Free Scouts! New Year's Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Up to 240 Free Scouts! New Year's Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223122604 +4110035,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! New Year's Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! New Year's Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Guaranteed UR! New Year's Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",223122604 +4110036,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the New Year's First Dream Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the New Year's First Dream Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once New Year's First Dream Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224010105 +4110037,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! New Year's First Dream Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! New Year's First Dream Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Guaranteed UR! New Year's First Dream Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224010105 +4110038,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scouting
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scouting applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Love Song Carnival Scouting has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the Use Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224011304 +4110039,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the School Idol Festival 2 Super Thanks Scouting: μ's
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the School Idol Festival 2 Super Thanks Scouting: μ's applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once School Idol Festival 2 Super Thanks Scouting: μ's has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224030109 +4110040,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the School Idol Festival 2 Super Thanks Scouting: Aqours
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the School Idol Festival 2 Super Thanks Scouting: Aqours applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once School Idol Festival 2 Super Thanks Scouting: Aqours has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224030109 +4110041,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the School Idol Festival 2 Super Thanks Scouting: Nijigasaki
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the School Idol Festival 2 Super Thanks Scouting: Nijigasaki applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once School Idol Festival 2 Super Thanks Scouting: Nijigasaki has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224030109 +4110042,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the School Idol Festival 2 Super Thanks Scouting: Liella!
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the School Idol Festival 2 Super Thanks Scouting: Liella! applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once School Idol Festival 2 Super Thanks Scouting: Liella! has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",224030109 +4110043,"・Please check the ""Appearance percentage"" for the members who will appear.
+・The members appearing in ""Special Scouting"" may overlap.
+- Appearance percentages are rounded to the fifth decimal place.
+Therefore, there may be a difference between the sum of each appearance ratio and the total appearance percentage displayed.
+・Due to display reasons, the total appearance percentage may not add up to 100%.
+・For “Special Scouting"", a lottery will be held each time based on the appearance percentage.
+For example, it is not a system in which members with a provision ratio of 1% will necessarily join 1 out of 100 times.
+・Please check Appearance Ratio tab for the appearance percentage.
+・Even if the scouting results screen does not display properly due to a forced termination or disconnection of the line after executing ""Special Scouting,"" the scouting will still be carried out correctly. Please check the list of members and the number of Light Sticks.
+・The members appearing in this scouting may reappear in the future.
+・This scouitng may be resold.
+・The event period and contents are subject to change without notice.
+・Scouting tickets can be used from ""Scout with Tickets"" at the bottom right of the screen.
+Tickets that are not displayed in ""Scout with Tickets"" cannot be used in this scouting.
+- Members who have already joined the club will receive a Light Stick according to their rarity instead of joining from the second time onwards.
+R member: 20 pieces
+SR member: 50 pieces
+UR member: 500 pieces
",224031602 +4110044,"・Please check the ""Appearance percentage"" for the members who will appear.
+・The members appearing in ""School Idols Festival 2 Big Thanks Gather Everyone Scouting"" may overlap.
+- Appearance percentages are rounded to the fifth decimal place.
+Therefore, there may be a difference between the sum of each appearance ratio and the total appearance percentage displayed.
+・Due to display reasons, the total appearance percentage may not add up to 100%.
+・For “School Idols Festival 2 Big Thanks Gather Everyone Scouting Scouting”, a lottery will be held each time based on the appearance percentage.
+For example, it is not a system in which members with a provision ratio of 1% will necessarily join 1 out of 100 times.
+・Please check Appearance Ratio tab for the appearance percentage.
+・Even if the scouting results screen does not display properly due to a forced termination or disconnection of the line after executing ""School Idols Festival 2 Big Thanks Gather Everyone Scouting Scouting,"" the scouting will still be carried out correctly. Please check the list of members and the number of Light Sticks.
+・The members appearing in this scouting may reappear in the future.
+・This scouitng may be resold.
+・The event period and contents are subject to change without notice.
+・Members who have already joined the club will receive a Light Stick according to their rarity instead of joining from the second time onwards.
+R member: 20 pieces
+SR member: 50 pieces
+UR member: 500 pieces
",224032003 +7110002,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the SIF Data Link Bonus Ticket Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the SIF Data Link Bonus Ticket Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a SIF Data Link Bonus Ticket Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223043003 +7110003,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the SIFAS Data Link Bonus Ticket Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the SIFAS Data Link Bonus Ticket Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a SIFAS Data Link Bonus Ticket Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",223071202 +7110101,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Global Launch SP Scouting ~Set 1~
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Global Launch SP Scouting ~Set 1~ applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Global Launch SP Scouting ~Set 1~has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the se Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",924020101 +7110102,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Global Launch SP Scouting ~Set 2~
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Global Launch SP Scouting ~Set 2~ applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Global Launch SP Scouting ~Set 2~has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the se Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",924021601 +7110103,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the [Rerun]Global Launch SP Scouting ~Set 1~
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the [Rerun]Global Launch SP Scouting ~Set 1~ applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a [Rerun]Global Launch SP Scouting ~Set 1~has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the Use Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",924031701 +7110104,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the [Rerun]μ's Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the [Rerun]μ's Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a [Rerun]μ's Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",924032501 +7110105,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Aqours Only! Spotlight Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Aqours Only! Spotlight Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once an Aqours Only! Spotlight Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",924041701 +7110106,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Global Launch SP Scouting ~Set 1~
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Global Launch SP Scouting ~Set 1~ applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once a Global Launch SP Scouting ~Set 1~has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the Use Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",924042401 +7110107,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Guaranteed UR! New Year's Scout.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Guaranteed UR! New Year's Scout applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Guaranteed UR! New Year's Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the se Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",924050701 +7110108,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in the Love Song Carnival Scouting
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in the Love Song Carnival Scouting applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Love Song Carnival Scouting has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the se Tickets button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500",924052401 +8110001,"- Check Scout info for information on available items.
- There is a possibility of Scouting the same item multiple times in Item Scout.
- Once an Item Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your item list.",1 +8110002,"- Check Scout info for information on available items.
- There is a possibility of Scouting the same item multiple times in Item Scout.
- Once an Item Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your item list.",223101604 +8110004,"- Check Scout info for information on available items.
- There is a possibility of Scouting the same item multiple times in Item Scout.
- Once an Item Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your item list.",224010108 +8110005,"- Check Scout info for information on available items.
- There is a possibility of Scouting the same item multiple times in Item Scout.
- Once an Item Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your item list.",224020106 +8110006,"- Check Scout info for information on available items.
- There is a possibility of Scouting the same item multiple times in Item Scout.
- Once an Item Scout has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your item list.",224030121 +9110001,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Honoka Kosaka.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Honoka Kosaka applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Honoka Kosaka has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110002,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Eli Ayase.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Eli Ayase applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Eli Ayase has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110003,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Kotori Minami.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Kotori Minami applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Kotori Minami has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110004,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Umi Sonoda.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Umi Sonoda applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Umi Sonoda has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110005,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Rin Hoshizora.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Rin Hoshizora applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Rin Hoshizora has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110006,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Maki Nishikino.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Maki Nishikino applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Maki Nishikino has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110007,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Nozomi Tojo.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Nozomi Tojo applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Nozomi Tojo has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110008,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Hanayo Koizumi.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Hanayo Koizumi applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Hanayo Koizumi has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110009,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Nico Yazawa.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Nico Yazawa applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Nico Yazawa has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110010,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Chika Takami.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Chika Takami applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Chika Takami has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110011,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Riko Sakurauchi.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Riko Sakurauchi applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Riko Sakurauchi has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110012,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Kanan Matsuura.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Kanan Matsuura applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Kanan Matsuura has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110013,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Dia Kurosawa.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Dia Kurosawa applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Dia Kurosawa has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110014,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: You Watanabe.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: You Watanabe applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: You Watanabe has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110015,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Yoshiko Tsushima.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Yoshiko Tsushima applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Yoshiko Tsushima has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110016,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Hanamaru Kunikida.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Hanamaru Kunikida applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Hanamaru Kunikida has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110017,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Mari Ohara.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Mari Ohara applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Mari Ohara has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110018,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Ruby Kurosawa.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Ruby Kurosawa applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Ruby Kurosawa has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110019,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Ayumu Uehara.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Ayumu Uehara applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Ayumu Uehara has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110020,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Kasumi Nakasu.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Kasumi Nakasu applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Kasumi Nakasu has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110021,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Shizuku Osaka.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Shizuku Osaka applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Shizuku Osaka has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110022,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Karin Asaka.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Karin Asaka applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Karin Asaka has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110023,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Ai Miyashita.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Ai Miyashita applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Ai Miyashita has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110024,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Kanata Konoe.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Kanata Konoe applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Kanata Konoe has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110025,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Setsuna Yuki.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Setsuna Yuki applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Setsuna Yuki has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110026,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Emma Verde.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Emma Verde applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Emma Verde has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110027,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Rina Tennoji.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Rina Tennoji applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Rina Tennoji has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110028,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Shioriko Mifune.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Shioriko Mifune applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Shioriko Mifune has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110029,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Mia Taylor.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Mia Taylor applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Mia Taylor has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110030,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Lanzhu Zhong.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Lanzhu Zhong applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Lanzhu Zhong has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110031,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Kanon Shibuya.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Kanon Shibuya applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Kanon Shibuya has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110032,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Keke Tang.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Keke Tang applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Keke Tang has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110033,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Chisato Arashi.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Chisato Arashi applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Chisato Arashi has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110034,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Sumire Heanna.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Sumire Heanna applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Sumire Heanna has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110035,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Ren Hazuki.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Ren Hazuki applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Ren Hazuki has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110036,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Kinako Sakurakoji.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Kinako Sakurakoji applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Kinako Sakurakoji has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110037,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Mei Yoneme.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Mei Yoneme applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Mei Yoneme has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110038,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Shiki Wakana.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Shiki Wakana applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Shiki Wakana has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 +9110039,"- Check Scout details for more information on member availability.
- There is a possibility of Scouting the same member multiple times in Tutorial Scout: Natsumi Onitsuka.
- Scout rates are rounded to the fifth decimal place.
As such, the sum of each individual member's Scout rate may not equal the total Scout rate.
- Similarly, due to the way Scout rates are displayed, the total Scout rate may not add up to 100%.
- The Scout rate for members in Tutorial Scout: Natsumi Onitsuka applies to every single Scouting instance.
Therefore, for example, Scouting 100 times will not necessarily guarantee Scouting a member with a 1% Scout rate.
- For more information on Scouting rates, please check the Scout rate tab.
- Once Tutorial Scout: Natsumi Onitsuka has been performed, even if the Scouting results are not displayed due to the user's device being forcibly shut down or getting disconnected from the server, it will be processed correctly. Please check your member list and amount of Light Sticks.
- Members from this Scout may be available to Scout again in the future.
- This Scouting event may also be made available again in the future.
- The availability period and contents of this Scout may change without any advance notice.
- Press the ""Use Tickets"" button in the lower right of the screen to Scout using Scout Tickets.
Scout Tickets that do not show up in the tickets menu cannot be used for this Scout.
- When members that have already been recruited are Scouted again, you will receive Light Sticks in exchange for the duplicate members. The number of Light Sticks will depend on the member's rarity.
R member: 20
SR member: 50
UR member: 500
- Scout points you obtain will be automatically converted into 1 Skill Notebook (M) once the Scouting period ends.",1 diff --git a/src/router/masterdata/csv/lottery_eff_movie.csv b/src/router/databases/csv-en/lottery_eff_movie.csv similarity index 100% rename from src/router/masterdata/csv/lottery_eff_movie.csv rename to src/router/databases/csv-en/lottery_eff_movie.csv diff --git a/src/router/masterdata/csv/lottery_eff_movie_ratio.csv b/src/router/databases/csv-en/lottery_eff_movie_ratio.csv similarity index 100% rename from src/router/masterdata/csv/lottery_eff_movie_ratio.csv rename to src/router/databases/csv-en/lottery_eff_movie_ratio.csv diff --git a/src/router/databases/csv-en/lottery_image.csv b/src/router/databases/csv-en/lottery_image.csv new file mode 100644 index 0000000..f9d3b8a --- /dev/null +++ b/src/router/databases/csv-en/lottery_image.csv @@ -0,0 +1,198 @@ +_id,_number,_logoFileName,_infoFileName,_stepupInfoFileName,_bgFileName,_masterReleaseLabelId +1110001,1110001,thumbnail_1110001,gacha_title_1110001,,"10010013,20010011,30010007,40010007",223041501 +1110002,1110002,thumbnail_1110002,gacha_title_1110002,,"10010013,20010011,30010007,40010007",223041501 +1110003,1110003,thumbnail_1110003,gacha_title_1110003,,"40020009,40090009",223041901 +1110004,1110004,thumbnail_common_1,gacha_title_common_1,,"40020009,40090009,10010013,20010011,30010007,40010007",223043001 +1110005,1110005,thumbnail_common_1,gacha_title_common_1,,"10010016,10020015,40020009,40090009",223051501 +1110006,1110006,thumbnail_common_1,gacha_title_common_1,,"20010014,20020013,10010016,10020015",223053101 +1110007,1110007,thumbnail_common_1,gacha_title_common_1,,"30060009,30080009,20010014,20020013",223061501 +1110008,1110008,thumbnail_common_1,gacha_title_common_1,,"20030013,20040013,30060009,30080009",223063001 +1110009,1110009,thumbnail_common_1,gacha_title_common_1,,"40040009,40050009,20030013,20040013",223071502 +1110010,1110010,thumbnail_common_1,gacha_title_common_1,,"30010010,30100009,40040009,40050009",223073101 +1110011,1110011,thumbnail_common_1,gacha_title_common_1,,"10030016,10050015,30010010,30100009",223081501 +1110012,1110012,thumbnail_common_1,gacha_title_common_1,,"40070010,40080010,10030016,10050015",223083107 +1110013,1110013,thumbnail_common_1,gacha_title_common_1,,"20060015,20080014,40070010,40080010",223091501 +1110014,1110014,thumbnail_common_1,gacha_title_common_1,,"10060015,10070017,20060015,20080014",223093001 +1110015,1110015,thumbnail_common_1,gacha_title_common_1,,"30120010,30110010,10060015,10070017",223101505 +1110016,1110016,thumbnail_common_1,gacha_title_common_1,,"20040015,20070015,30110010,30120010",223103107 +1110017,1110017,thumbnail_common_1,gacha_title_common_1,,"40030012,40060011,20040015,20070015",223111501 +1110018,1110018,thumbnail_common_1,gacha_title_common_1,,"30050013,30070013,40030012,40060011",223113008 +1110019,1110019,thumbnail_common_1,gacha_title_common_1,,"10040019,10090018,30050013,30070013",223121513 +1110020,1110020,thumbnail_common_1,gacha_title_common_1,,"40010014,40020012,10040019,10090018",223123107 +1110021,1110021,thumbnail_common_1,gacha_title_common_1,,"20050017,20090016,40010014,40020012",224011508 +1110022,1110022,thumbnail_common_1,gacha_title_common_1,,"10030018,10060017,20050017,20090016",224013108 +1110023,1110023,thumbnail_common_1,gacha_title_common_1,,"30030014,30040014,10030018,10060017",224021409 +1110024,1110024,thumbnail_common_1,gacha_title_common_1,,"20020016,20060016,30030014,30040014",224030120 +2110001,2110001,thumbnail_2110001,gacha_title_2110001,,"10010016,10020015",223043002 +2110002,2110002,thumbnail_2110002,gacha_title_2110002,,"20010014,20020013",223051502 +2110003,2110003,thumbnail_2110003,gacha_title_2110003,,"30060009,30080009",223053102 +2110004,2110004,thumbnail_2110004,gacha_title_2110004,,20030013,223061502 +2110005,2110005,thumbnail_2110005,gacha_title_2110005,,20040013,223061502 +2110006,2110006,thumbnail_2110006,gacha_title_2110006,,40040009,223063002 +2110007,2110007,thumbnail_2110007,gacha_title_2110007,,40050009,223063002 +2110008,2110008,thumbnail_2110008,gacha_title_2110008,,30010010,223071503 +2110009,2110009,thumbnail_2110009,gacha_title_2110009,,30100009,223071503 +2110010,2110010,thumbnail_2110010,gacha_title_2110010,,10030016,223073102 +2110011,2110011,thumbnail_2110011,gacha_title_2110011,,10050015,223073102 +2110012,2110012,thumbnail_2110012,gacha_title_2110012,,40070010,223081502 +2110013,2110013,thumbnail_2110013,gacha_title_2110013,,40080010,223081502 +2110014,2110014,thumbnail_2110014,gacha_title_2110014,,20060015,223083102 +2110015,2110015,thumbnail_2110015,gacha_title_2110015,,20080014,223083102 +2110016,2110016,thumbnail_2110016,gacha_title_2110016,,10060015,223091502 +2110017,2110017,thumbnail_2110017,gacha_title_2110017,,10070017,223091502 +2110018,2110018,thumbnail_2110018,gacha_title_2110018,,30120010,223093002 +2110019,2110019,thumbnail_2110019,gacha_title_2110019,,30110010,223093002 +2110020,2110020,thumbnail_2110020,gacha_title_2110020,,20070015,223101506 +2110021,2110021,thumbnail_2110021,gacha_title_2110021,,20040015,223101506 +2110022,2110022,thumbnail_2110022,gacha_title_2110022,,40030012,223103108 +2110023,2110023,thumbnail_2110023,gacha_title_2110023,,40060011,223103108 +2110024,2110024,thumbnail_2110024,gacha_title_2110024,,30050013,223111502 +2110025,2110025,thumbnail_2110025,gacha_title_2110025,,30070013,223111502 +2110026,2110026,thumbnail_2110026,gacha_title_2110026,,10040019,223113009 +2110027,2110027,thumbnail_2110027,gacha_title_2110027,,10090018,223113009 +2110028,2110028,thumbnail_2110028,gacha_title_2110028,,40010014,223121505 +2110029,2110029,thumbnail_2110029,gacha_title_2110029,,40020012,223121505 +2110030,2110030,thumbnail_2110030,gacha_title_2110030,,20050017,223123102 +2110031,2110031,thumbnail_2110031,gacha_title_2110031,,20090016,223123102 +2110032,2110032,thumbnail_2110032,gacha_title_2110032,,10030018,224011502 +2110033,2110033,thumbnail_2110033,gacha_title_2110033,,10060017,224011502 +2110034,2110034,thumbnail_2110034,gacha_title_2110034,,30030014,224013102 +2110035,2110035,thumbnail_2110035,gacha_title_2110035,,30040014,224013102 +2110036,2110036,thumbnail_2110036,gacha_title_2110036,,20020016,224021402 +2110037,2110037,thumbnail_2110037,gacha_title_2110037,,20060016,224021402 +2110038,2110038,thumbnail_2110038,gacha_title_2110038,,40050013,224030102 +2110039,2110039,thumbnail_2110039,gacha_title_2110039,,40070013,224030102 +3110001,3110001,thumbnail_3110001,gacha_title_3110001,,40010010,223050101 +3110002,3110002,thumbnail_3110002,gacha_title_3110002,,30050009,223053001 +3110003,3110003,thumbnail_3110003,gacha_title_3110003,,10070015,223060901 +3110004,3110004,thumbnail_3110004,gacha_title_3110004,,20080013,223061301 +3110005,3110005,thumbnail_3110005,gacha_title_3110005,,40080009,223061701 +3110006,3110006,thumbnail_3110006,gacha_title_3110006,,30040009,223062901 +3110007,3110007,thumbnail_3110007,gacha_title_3110007,,20060014,223071301 +3110008,3110008,thumbnail_3110008,gacha_title_3110008,,40020010,223071702 +3110009,3110009,thumbnail_3110009,gacha_title_3110009,,10090016,223072201 +3110010,3110010,thumbnail_3110010,gacha_title_3110010,,20010015,223080102 +3110011,3110011,thumbnail_3110011,gacha_title_3110011,,10010017,223080303 +3110012,3110012,thumbnail_3110012,gacha_title_3110012,,40090010,223080701 +3110013,3110013,thumbnail_3110013,gacha_title_3110013,,30070009,223080801 +3110014,3110014,thumbnail_3110014,gacha_title_3110014,,10030017,223091201 +3110015,3110015,thumbnail_3110015,gacha_title_3110015,,20020014,223091901 +3110016,3110016,thumbnail_3110016,gacha_title_3110016,,20090014,223092101 +3110017,3110017,thumbnail_3110017,gacha_title_3110017,,40040010,223092801 +3110018,3110018,thumbnail_3110018,gacha_title_3110018,,30100010,223100502 +3110019,3110019,thumbnail_3110019,gacha_title_3110019,,10020017,223102101 +3110020,3110020,thumbnail_3110020,gacha_title_3110020,,40070011,223102901 +3110021,3110021,thumbnail_3110021,gacha_title_3110021,,10050016,223110101 +3110022,3110022,thumbnail_3110022,gacha_title_3110022,,30090012,223111301 +3110023,3110023,thumbnail_3110023,gacha_title_3110023,,40050011,223112401 +3110024,3110024,thumbnail_3110024,gacha_title_3110024,,30110013,223120601 +3110025,3110025,thumbnail_3110025,gacha_title_3110025,,30060013,223121601 +3110026,3110026,thumbnail_3110026,gacha_title_3110026,,40110002,223122801 +3110027,3110027,thumbnail_3110027,gacha_title_3110027,,20040016,224010103 +3110028,3110028,thumbnail_3110028,gacha_title_3110028,,10080017,224011702 +3110029,3110029,thumbnail_3110029,gacha_title_3110029,,40100002,224012002 +3110030,3110030,thumbnail_3110030,gacha_title_3110030,,30020014,224012302 +3110031,3110031,thumbnail_3110031,gacha_title_3110031,,30080014,224020502 +3110032,3110032,thumbnail_3110032,gacha_title_3110032,,20030016,224021004 +3110033,3110033,thumbnail_3110033,gacha_title_3110033,,30120014,224021502 +3110034,3110034,thumbnail_3110034,gacha_title_3110034,,40030014,224022502 +3110035,3110035,thumbnail_3110035,gacha_title_3110035,,30010018,224030107 +3110036,3110036,thumbnail_3110036,gacha_title_3110036,,20070016,224030402 +3110037,3110037,thumbnail_3110037,gacha_title_3110037,,10040020,224031502 +4110001,4110001,thumbnail_4110001,gacha_title_4110001,,"40020009,40090009",223061103 +4110002,4110002,thumbnail_4110002,gacha_title_4110002,,"20010014,20020013",223061103 +4110003,4110003,thumbnail_4110003,gacha_title_4110003,,"10010016,10020015",223061103 +4110004,4110004,thumbnail_4110004,gacha_title_4110004,,"10010016,20010014,30010007,40010007",223062301 +4110005,4110005,thumbnail_4110005,gacha_title_4110005,,30010012,223100301 +4110006,4110006,thumbnail_4110006,gacha_title_4110006,,30020011,223101001 +4110007,4110007,thumbnail_4110007,gacha_title_4110007,,30030012,223101701 +4110008,4110008,thumbnail_4110008,gacha_title_4110008,,30040011,223102401 +4110009,4110009,thumbnail_4110009,gacha_title_4110009,,30050012,223103101 +4110010,4110010,thumbnail_4110010,gacha_title_4110010,,30060011,223110701 +4110011,4110011,thumbnail_4110011,gacha_title_4110011,,30070014,223111401 +4110012,4110012,thumbnail_4110012,gacha_title_4110012,,30080011,223112101 +4110013,4110013,thumbnail_4110013,gacha_title_4110013,,30090013,223112801 +4110014,4110014,thumbnail_4110014,gacha_title_4110014,,30100013,223120501 +4110015,4110015,thumbnail_4110015,gacha_title_4110015,,30110014,223121201 +4110016,4110016,thumbnail_4110016,gacha_title_4110016,,30120013,223121901 +4110017,4110017,thumbnail_4110017,gacha_title_4110017,,HalfAnniversary,223101501 +4110019,4110019,thumbnail_4110019,gacha_title_4110019,,"10060015,10070017,10030016,10050015",223101502 +4110020,4110020,thumbnail_4110020,gacha_title_4110020,,"20060015,20080014,20030013,20040013",223101502 +4110021,4110021,thumbnail_4110021,gacha_title_4110021,,"30120010,30110010,30010010,30100009",223101502 +4110022,4110022,thumbnail_4110022,gacha_title_4110022,,"40070010,40080010,40040009,40050009",223101502 +4110023,4110023,thumbnail_4110023,gacha_title_4110023,,"30060009,30080009,30010007",223090603 +4110024,4110024,thumbnail_muse_1,gacha_title_muse_1,,"10060015,10070017,10030016,10050015",223103111 +4110025,4110025,thumbnail_aqours_1,gacha_title_aqours_1,,"20040015,20070015,20060015,20080014",223111508 +4110026,4110026,thumbnail_4110026,gacha_title_4110026,,"10060015,10030016,20060015,20040013,30110010,30100009,40070010,40040009",223103112 +4110027,4110027,thumbnail_4110027,gacha_title_4110027,,yohane_1,223121402 +4110028,4110028,thumbnail_4110028,gacha_title_4110028,,"40060011,20070015,10060015,30100009",223111702 +4110029,4110029,thumbnail_4110029,gacha_title_4110029,,"40030012,30120010,10030016,20020013",223112404 +4110030,4110030,thumbnail_4110030,gacha_title_4110030,,"20040015,30110010,10070017",223120103 +4110031,4110031,thumbnail_aqours_1,gacha_title_aqours_2,,"20040015,20070015,20060015,20080014",223120907 +4110032,4110032,thumbnail_nijigaku_1,gacha_title_nijigaku_2,,"30050013,30070013,30110010,30120010",223120908 +4110033,4110033,thumbnail_liella_1,gacha_title_liella_2,,"40030012,40060011,40070010,40080010",223120909 +4110034,4110034,thumbnail_4110034,gacha_title_4110034,,"10040019,20070015,30070013,40030012",223122604 +4110035,4110035,thumbnail_4110035,gacha_title_4110035,,"10040019,20070015,30070013,40030012",223122604 +4110036,4110036,thumbnail_4110036,gacha_title_4110036,,"10050016,20090014,30090012,40050011",224010105 +4110037,4110037,thumbnail_4110037,gacha_title_4110037,,"10050016,20090014,30090012,40050011",224010105 +4110038,4110038,thumbnail_4110038,gacha_title_4110038,,"30010012,30020011,30030012,30040011,30050012,30060011",224011304 +4110039,4110039,thumbnail_4110039,gacha_title_4110039,,"10010016,10030018,10060017,10040019,10090018",224030109 +4110040,4110040,thumbnail_4110040,gacha_title_4110040,,"20010014,20020016,20060016,20050017,20090016",224030109 +4110041,4110041,thumbnail_4110041,gacha_title_4110041,,"30010010,30030014,30040014,30050013,30070013",224030109 +4110042,4110042,thumbnail_4110042,gacha_title_4110042,,"40010014,40020012,40030012,40060011,40080010",224030109 +4110043,4110043,thumbnail_4110043,gacha_title_4110043,,"30030015,40060013,20050019,10060018",224031602 +4110044,4110044,thumbnail_4110044,gacha_title_4110044,,"10040020,10030018,20070016,20060016,30010018,30040014,40030014,40050013",224032003 +7110002,7110002,thumbnail_1110001,gacha_title_1110001,,"10010013,20010011,30010007,40010007",223043003 +7110003,7110003,thumbnail_1110001,gacha_title_1110001,,"10010013,20010011,30010007,40010007",223071202 +8110001,8110001,thumbnail_10003,gacha_title_10003,,ItemGachaBg,1 +8110002,8110002,thumbnail_8110002,gacha_title_10004,,ItemGachaBg,223101604 +8110004,8110004,thumbnail_10003,gacha_title_10003,,ItemGachaBg,224010108 +8110005,8110005,thumbnail_10003,gacha_title_10003,,ItemGachaBg,224020106 +8110006,8110006,thumbnail_10003,gacha_title_10003,,ItemGachaBg,224030121 +9110001,9110001,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110002,9110002,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110003,9110003,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110004,9110004,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110005,9110005,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110006,9110006,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110007,9110007,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110008,9110008,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110009,9110009,thumbnail_tutorial_muse,gacha_title_tutorial_muse,,Tutorial_muse,1 +9110010,9110010,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110011,9110011,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110012,9110012,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110013,9110013,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110014,9110014,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110015,9110015,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110016,9110016,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110017,9110017,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110018,9110018,thumbnail_tutorial_aqours,gacha_title_tutorial_aqours,,Tutorial_aqours,1 +9110019,9110019,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110020,9110020,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110021,9110021,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110022,9110022,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110023,9110023,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110024,9110024,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110025,9110025,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110026,9110026,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110027,9110027,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110028,9110028,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110029,9110029,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110030,9110030,thumbnail_tutorial_nizigaku,gacha_title_tutorial_nizigaku,,Tutorial_nizigaku,1 +9110031,9110031,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110032,9110032,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110033,9110033,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110034,9110034,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110035,9110035,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110036,9110036,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110037,9110037,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110038,9110038,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +9110039,9110039,thumbnail_tutorial_liella,gacha_title_tutorial_liella,,Tutorial_liella,1 +7110101,7110101,thumbnail_7110101,gacha_title_7110101,,"40020009,40090009,10010016,10020015",924020101 +7110102,7110102,thumbnail_7110102,gacha_title_7110102,,"40010010,30050009,10070015,20080013",924021601 +7110103,7110103,thumbnail_7110103,gacha_title_7110103,,"40020009,40090009,10010016,10020015",924031701 +7110104,7110104,thumbnail_muse_11,gacha_title_muse_1,,"10060015,10070017,10030016,10050015",924032501 +7110105,7110105,thumbnail_aqours_11,gacha_title_aqours_1,,"20040015,20070015,20060015,20080014",924041701 +7110106,7110106,thumbnail_7110106,gacha_title_7110106,,"40010010,30050009,10070015,20080013",924042401 +7110107,7110107,thumbnail_7110107,gacha_title_7110107,,"10040019,20070015,30070013,40030012",924050701 +7110108,7110108,thumbnail_7110108,gacha_title_7110108,,"30010012,30020011,30030012,30040011,30050012,30060011",924052401 diff --git a/src/router/databases/csv-en/lottery_info.csv b/src/router/databases/csv-en/lottery_info.csv new file mode 100644 index 0000000..1e8ac82 --- /dev/null +++ b/src/router/databases/csv-en/lottery_info.csv @@ -0,0 +1,198 @@ +_id,_infoText,_detailText,_masterReleaseLabelId +1110001,Release Celebration Scout,"All members in the Release Celebration Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Release Celebration Scout points according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.
Scout points that can be obtained in the Release Celebration Scout can also be obtained at the following Scout:
- Guaranteed UR! Release Celebration Scout

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223041501 +1110002,Guaranteed UR! Release Celebration Scout,"Guaranteed UR! Release Celebration Scout can be performed by using 3,000 Paid Love Gems and guarantees at least one member of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Release Celebration Scout points according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.
Scout points that can be obtained in the Guaranteed UR! Release Celebration Scout can also be obtained at the following Scout:
- Release Celebration Scout

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223041501 +1110003,Spotlight Scout: Harajuku Liella! After School ♡,"All members in Spotlight Scout: Harajuku Liella! After School ♡ are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Harajuku Liella! After School ♡ Scout points according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223041901 +1110004,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223043001 +1110005,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223051501 +1110006,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223053101 +1110007,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061501 +1110008,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223063001 +1110009,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223071502 +1110010,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223073101 +1110011,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223081501 +1110012,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223083107 +1110013,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223091501 +1110014,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223093001 +1110015,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101505 +1110016,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223103107 +1110017,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111501 +1110018,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223113008 +1110019,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121513 +1110020,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223123107 +1110021,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224011508 +1110022,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224013108 +1110023,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224021409 +1110024,Normal Scout,"All members in a Normal Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Normal] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030120 +2110001,Spotlight Scout: Out on the Town,"All members in Spotlight Scout: Out on the Town are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Out on the Town] Scout points according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223043002 +2110002,Spotlight Scout: Shopping Streets,"All members in Spotlight Scout: Shopping Streets are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Shopping Streets] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223051502 +2110003,Spotlight Scout: Live in Nature,"All members in Spotlight Scout: Live in Nature are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Live in Nature] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223053102 +2110004,Spotlight Scout: Glittering Dancers,"All members in Spotlight Scout: Glittering Dancers are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Glittering Dancers] Scout points according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061502 +2110005,Spotlight Scout: Glittering Dancers,"All members in Spotlight Scout: Glittering Dancers are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Glittering Dancers] Scout points according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061502 +2110006,Spotlight Scout: Sunny Summer Camp,"All members in Spotlight Scout: Sunny Summer Camp are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Sunny Summer Camp] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223063002 +2110007,Spotlight Scout: Sunny Summer Camp,"All members in Spotlight Scout: Sunny Summer Camp are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Sunny Summer Camp] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223063002 +2110008,Spotlight Scout: Midsummer Mermaid,"All members in Spotlight Scout: Midsummer Mermaid are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Midsummer Mermaid] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223071503 +2110009,Spotlight Scout: Midsummer Mermaid,"All members in Spotlight Scout: Midsummer Mermaid are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Midsummer Mermaid] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223071503 +2110010,Spotlight Scout: Summer Beach Run,"All members in Spotlight Scout: Summer Beach Run are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Summer Beach Run] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223073102 +2110011,Spotlight Scout: Summer Beach Run,"All members in Spotlight Scout: Summer Beach Run are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Summer Beach Run] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223073102 +2110012,Spotlight Scout: Flowers Bloom in the Summer Night,"All members in Spotlight Scout: Flowers Bloom in the Summer Night are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Flowers Bloom in the Summer Night] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223081502 +2110013,Spotlight Scout: Flowers Bloom in the Summer Night,"All members in Spotlight Scout: Flowers Bloom in the Summer Night are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Flowers Bloom in the Summer Night] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223081502 +2110014,Spotlight Scout: Moonlight Silvergrass,"All members in Spotlight Scout: Moonlight Silvergrass are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Moonlight Silvergrass] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223083102 +2110015,Spotlight Scout: Moonlight Silvergrass,"All members in Spotlight Scout: Moonlight Silvergrass are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Moonlight Silvergrass] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223083102 +2110016,Spotlight Scout: Wandering Yukata,"All members in Spotlight Scout: Wandering Yukata are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Wandering Yukata] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223091502 +2110017,Spotlight Scout: Wandering Yukata,"All members in Spotlight Scout: Wandering Yukata are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Wandering Yukata] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223091502 +2110018,Spotlight Scout: Trick or Treat!,"All members in Spotlight Scout: Trick or Treat! are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Trick or Treat] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223093002 +2110019,Spotlight Scout: Trick or Treat!,"All members in Spotlight Scout: Trick or Treat! are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Trick or Treat] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223093002 +2110020,Spotlight Scout: Boo! Boo! Halloween Land,"All members in Spotlight Scout: Boo! Boo! Halloween Land are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101506 +2110021,Spotlight Scout: Boo! Boo! Halloween Land,"All members in Spotlight Scout: Boo! Boo! Halloween Land are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101506 +2110022,Spotlight Scout: Sunny Marching Band,"All members in Spotlight Scout: Sunny Marching Band are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Sunny Marching Band] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223103108 +2110023,Spotlight Scout: Sunny Marching Band,"All members in Spotlight Scout: Sunny Marching Band are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Sunny Marching Band] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223103108 +2110024,Spotlight Scout: Kitty Cat 🐾 Maids,"All members in Spotlight Scout: Kitty Cat 🐾 Maids are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kitty Cat 🐾 Maids] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111502 +2110025,Spotlight Scout: Kitty Cat 🐾 Maids,"All members in Spotlight Scout: Kitty Cat 🐾 Maids are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kitty Cat 🐾 Maids] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111502 +2110026,Spotlight Scout: Everyone's Merry Christmas!,"All members in the Spotlight Scout: Everyone's Merry Christmas! are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Everyone's Merry Christmas!] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223113009 +2110027,Spotlight Scout: Everyone's Merry Christmas!,"All members in the Spotlight Scout: Everyone's Merry Christmas! are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Everyone's Merry Christmas!] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223113009 +2110028,Spotlight Scout: Santa Claus at the Snow Festival,"All members in Spotlight Scout: Santa Claus at the Snow Festival are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Santa Claus at the Snow Festival] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121505 +2110029,Spotlight Scout: Santa Claus at the Snow Festival,"All members in Spotlight Scout: Santa Claus at the Snow Festival are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Santa Claus at the Snow Festival] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121505 +2110030,Spotlight Scout: Happy New Year to You!,"All members in the Spotlight Scout: Happy New Year to You! are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Happy New Year to You!] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223123102 +2110031,Spotlight Scout: Happy New Year to You!,"All members in the Spotlight Scout: Happy New Year to You! are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Happy New Year to You!] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223123102 +2110032,Spotlight Scout: Ice Fairy,"All members in the Spotlight Scout: Ice Fairy are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Ice Fairy] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224011502 +2110033,Spotlight Scout: Ice Fairy,"All members in the Spotlight Scout: Ice Fairy are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Ice Fairy] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224011502 +2110034,Spotlight Scout: Maidens Locked in Love,"All members in the Spotlight Scout: Maidens Locked in Love are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Maidens Locked in Love] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224013102 +2110035,Spotlight Scout: Maidens Locked in Love,"All members in the Spotlight Scout: Maidens Locked in Love are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Maidens Locked in Love] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224013102 +2110036,Spotlight Scout: Pandemonic Night,"All members in the Spotlight Scout: Pandemonic Night are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Pandemonic Night] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224021402 +2110037,Spotlight Scout: Pandemonic Night,"All members in the Spotlight Scout: Pandemonic Night are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Pandemonic Night] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224021402 +2110038,Spotlight Scout: Y2K♡GALS,"All members in the Spotlight Scout: Y2K♡GALS are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Y2K♡GALS] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030102 +2110039,Spotlight Scout: Y2K♡GALS,"All members in the Spotlight Scout: Y2K♡GALS are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Y2K♡GALS] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030102 +3110001,Kanon's Birthday Scout: Harmony Star,"All members in Kanon's Birthday Scout: Harmony Star are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kanon's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223050101 +3110002,Ai's Birthday Scout: Colorful Heroines,"All members in Ai's Birthday Scout: Colorful Heroines are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Ai's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223053001 +3110003,Nozomi's Birthday Scout: Flower Shower,"All members in Nozomi's Birthday Scout: Flower Shower are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Nozomi's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223060901 +3110004,Mari's Birthday Scout: Fairy Wings,"All members in Mari's Birthday Scout: Fairy Wings are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Mari's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061301 +3110005,Shiki's Birthday Scout: Harmony Star,"All members in Shiki's Birthday Scout: Harmony Star are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Shiki's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061701 +3110006,Karin's Birthday Scout: Colorful Heroines,"All members in Karin's Birthday Scout: Colorful Heroines are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Karin's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223062901 +3110007,Yoshiko's Birthday Scout: Fairy Wings,"All members in Yoshiko's Birthday Scout: Fairy Wings are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Yoshiko's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223071301 +3110008,Keke's Birthday Scout: Harmony Star,"All members in Keke's Birthday Scout: Harmony Star are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Keke's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223071702 +3110009,Nico's Birthday Scout: Flower Shower,"All members in Nico's Birthday Scout: Flower Shower are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Nico's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223072201 +3110010,Chika's Birthday Scout: Fairy Wings,"All members in Chika's Birthday Scout: Fairy Wings are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Chika's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223080102 +3110011,Honoka's Birthday Scout: Flower Shower,"All members in Honoka's Birthday Scout: Flower Shower are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Honoka's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223080303 +3110012,Natsumi's Birthday Scout: Harmony Star,"All members in Natsumi's Birthday Scout: Harmony Star are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Natsumi's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223080701 +3110013,Setsuna's Birthday Scout: Colorful Heroines,"All members in Setsuna's Birthday Scout: Colorful Heroines are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Setsuna's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223080801 +3110014,Kotori's Birthday Scout: Flower Shower,"All members in Kotori's Birthday Scout: Flower Shower are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kotori's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223091201 +3110015,Riko's Birthday Scout: Fairy Wings,"All members in Riko's Birthday Scout: Fairy Wings are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Riko's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223091901 +3110016,Ruby's Birthday Scout: Fairy Wings,"All members in Ruby's Birthday Scout: Fairy Wings are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Ruby's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223092101 +3110017,Sumire's Birthday Scout: Harmony Star,"All members in Sumire's Birthday Scout: Harmony Star are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Sumire's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223092801 +3110018,Shioriko's Birthday Scout: Colorful Heroines,"All members in Shioriko's Birthday Scout: Colorful Heroines are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Shioriko's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223100502 +3110019,Eli's Birthday Scout: Flower Shower,"All members in Eli's Birthday Scout: Flower Shower are members in μ's of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Eli's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223102101 +3110020,Mei's Birthday Scout: Harmony Star,"All members in Mei's Birthday Scout: Harmony Star are members in Liella! of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Mei's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223102901 +3110021,Rin's Birthday Scout: Flower Shower,"All members in Rin's Birthday Scout: Flower Shower are members in μ's of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Rin's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223110101 +3110022,Rina's Birthday Scout: Colorful Heroines,"All members in Rina's Birthday Scout: Colorful Heroines are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Rina's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111301 +3110023,Ren's Birthday Scout: Harmony Star,"All members in Ren's Birthday Scout: Harmony Star are members in Liella! of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Ren's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223112401 +3110024,Mia's Birthday Scout: Colorful Heroines,"All members in Mia's Birthday Scout: Colorful Heroines are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Mia's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223120601 +3110025,Kanata's Birthday Scout: Colorful Heroines,"All members in Kanata's Birthday Scout: Colorful Heroines are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kanata's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121601 +3110026,Tomari's Birthday Scout: Harmony Star,"All members in Tomari's Birthday Scout: Harmony Star are members in Liella! of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Tomari's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223122801 +3110027,Dia's Birthday Scout: Fairy Wings,"All members in Dia's Birthday Scout: Fairy Wings are members in Aqours of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Dia's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224010103 +3110028,Hanayo's Birthday Scout: Flower Shower,"All members in Hanayo's Birthday Scout: Flower Shower are members in μ's of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Hanayo's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224011702 +3110029,Margarete's Birthday Scout: Harmony Star,"All members in Margarete's Birthday Scout: Harmony Star are members in Liella! of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Margarete's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224012002 +3110030,Kasumi's Birthday Scout: Colorful Heroines,"All members in Kasumi's Birthday Scout: Colorful Heroines are members in Nijigasaki of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kasumi's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224012302 +3110031,Emma's Birthday Scout: Colorful Heroines,"All members in Emma's Birthday Scout: Colorful Heroines are members in Nijigasaki of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Emma's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224020502 +3110032,Kanan's Birthday Scout: Fairy Wings,"All members in Kanan's Birthday Scout: Fairy Wings are members in Aqours of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Kanan's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224021004 +3110033,Lanzhu's Birthday Scout: Colorful Heroines,"All members in Lanzhu's Birthday Scout: Colorful Heroines are members in Nijigasaki of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Lanzhu's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224021502 +3110034,Chisato's Birthday Scout: Harmony Star,"All members in Chisato's Birthday Scout: Harmony Star are members in Liella! of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Chisato's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224022502 +3110035,Ayumu's Birthday Scout: Colorful Heroines,"All members in Ayumu's Birthday Scout: Colorful Heroines are members in Nijigasaki of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Ayumu's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030107 +3110036,Hanamaru's Birthday Scout: Fairy Wings,"All members in Hanamaru's Birthday Scout: Fairy Wings are members in Aqours of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Hanamaru's Birthday] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030402 +3110037,Umi's Birthday Scout~Flower Shower~,"Umi's Birthday Scout~Flower Shower~ will definitely feature members of μ's R or above.
1 time Scout can be carried out with 300 Love Gems.
10 times Scout can be carried out with 3000 Love Gems, and at least one member of SR or above will definitely join.
1 time Paid Scouts can be carried out only once a day with 150 paid Love Gems.
10 times Paid Scouts can be carried out only once during the period with 2000 paid Love Gems.

If a member who has already joined the club appears, it will be automatically converted to a Light Stick.
*Converted Light Sticks will be added directly without going through presents.
*If you have reached the possession limit for Light Sticks, you will receive them as a present.
*The amount of Light Sticks obtained varies depending on the rarity of the member.
・UR: 500 pieces
・SR: 50 pieces
・R: 20 pieces
In addition, you will receive Scout Points [Umi's Birthday Commemorative] depending on the number of club members who appear.
The acquired Scout Points can be exchanged for members, items, etc. at the exchange office.

Scout Points that are not exchanged will be automatically converted to Skill Notebook (Medium) at the end of this Scouting.
*The converted Skill Notebook (medium) will be added directly without going through the present.
*If you have reached the Skill Notebook (medium) possession limit, you will receive it as a present. ",224031502 +4110001,Smile Only! Spotlight Scout,"All members in Smile Only! Spotlight Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Attribute Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061103 +4110002,Pure Only! Spotlight Scout,"All members in Pure Only! Spotlight Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Attribute Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061103 +4110003,Cool Only! Spotlight Scout,"All members in Cool Only! Spotlight Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Attribute Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223061103 +4110004,SIF Series Thanksgiving 2023 UR Scout,"The SIF Series Thanksgiving 2023 UR Scout can be performed by using 3,000 Paid Love Gems and guarantees at least one member of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20",223062301 +4110005,Love Song Carnival Scout: Ayumu,"All members in Love Song Carnival Scout: Ayumu are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Ayumu] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223100301 +4110006,Love Song Carnival Scout: Kasumi,"All members in Love Song Carnival Scout: Kasumi are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Kasumi] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101001 +4110007,Love Song Carnival Scout: Shizuku,"All members in Love Song Carnival Scout: Shizuku are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Shizuku] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101701 +4110008,Love Song Carnival Scout: Karin,"All members in Love Song Carnival Scout: Karin are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Karin] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223102401 +4110009,Love Song Carnival Scout: Ai,"All members in Love Song Carnival Scout: Ai are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Ai] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223103101 +4110010,Love Song Carnival Scout: Kanata,"All members in Love Song Carnival Scout: Kanata are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Kanata] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223110701 +4110011,Love Song Carnival Scout: Setsuna,"All members in Love Song Carnival Scout: Setsuna are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Setsuna] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111401 +4110012,Love Song Carnival Scout: Emma,"All members in Love Song Carnival Scout: Emma are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Emma] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223112101 +4110013,Love Song Carnival Scout: Rina,"All members in Love Song Carnival Scout: Rina are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Rina] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223112801 +4110014,Love Song Carnival Scout: Shioriko,"All members in Love Song Carnival Scout: Shioriko are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Shioriko] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223120501 +4110015,Love Song Carnival Scout: Mia,"All members in Love Song Carnival Scout: Mia are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Mia] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121201 +4110016,Love Song Carnival Scout: Lanzhu,"All members in Love Song Carnival Scout: Lanzhu are members in Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.
10 Scouts can be performed just once during the campaign by using 2,000 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival Scout: Lanzhu] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121901 +4110017,Up to 100 Free Scouts! Half Anniversary Scout,"The Up to 100 Free Scouts! Half Anniversary Scout can be performed just once each day, up to ten times during the campaign.
Members in this Scout are of rarities R and above.

10 Scouts can be performed for free and guarantees at least one member of rarity SR or above.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101501 +4110019,Guaranteed UR! Half Anniversary Scout: μ's,"The Guaranteed UR! Half Anniversary Scout: μ's can be performed by using 3,000 Paid Love Gems and guarantees at least one member from μ's of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101502 +4110020,Guaranteed UR! Half Anniversary Scout: Aqours,"The Guaranteed UR! Half Anniversary Scout: Aqours can be performed by using 3,000 Paid Love Gems and guarantees at least one member from Aqours of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101502 +4110021,Guaranteed UR! Half Anniversary Scout: Nijigasaki,"The Guaranteed UR! Half Anniversary Scout: Nijigasaki can be performed by using 3,000 Paid Love Gems and guarantees at least one member from Nijigasaki High School Idol Club of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101502 +4110022,Guaranteed UR! Half Anniversary Scout: Liella!,"The Guaranteed UR! Half Anniversary Scout: Liella! can be performed by using 3,000 Paid Love Gems and guarantees at least one member from Liella! of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223101502 +4110023,"""ove Song by Me"" Launch Scout","All members in ""Love Song by Me"" Launch Scout are members from Nijigasaki High School Idol Club of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song by Me] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223090603 +4110024,μ's Only! Spotlight Scout,"All members in μ's Only! Spotlight Scout are of rarities R and above that belong to μ's.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [μ's Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223103111 +4110025,Aqours Only! Spotlight Scout,"All members in Aqours Only! Spotlight Scout are of rarities R and above that belong to Aqours.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Aqours Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111508 +4110026,Guaranteed UR! Half Anniversary Scout: Closing Festival,"The Guaranteed UR! Half Anniversary Scout: Closing Festival can be performed by using 3,000 Paid Love Gems and guarantees at least one member of rarity UR.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Half Anniversary Closing Festival] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223103112 +4110027,Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout,"All members in the Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Yohane the Parhelion] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223121402 +4110028,1st-Years Only! Spotlight Scout,"All members in 1st-Years Only! Spotlight Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [1st-Years Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223111702 +4110029,2nd-Years Only! Spotlight Scout,"All members in 2nd-Years Only! Spotlight Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [2nd-Years Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223112404 +4110030,3rd-Years Only! Spotlight Scout,"All members in the 3rd-Years Only! Spotlight Scout are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [3rd-Years Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223120103 +4110031,IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours,"All members of the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours are members of Aqours of rarities R and above.
A 10x Scount can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20",223120907 +4110032,IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki,"All members of the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki are members of Nijigasaki High School Idol Club of rarities R and above.
A 10x Scount can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20",223120908 +4110033,IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella!,"All members of the IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella! are members of Liella! of rarities R and above.
A 10x Scount can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20",223120909 +4110034,Up to 240 Free Scouts! New Year's Scout,"The Up to 240 Free Scouts! New Year's Scout can be performed up to three times each day, up to 24 times during the campaign.
Members in this Scout are of rarities R and above.

10 Scouts can be performed for free and guarantees at least one member of rarity SR or above.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [New Year's Scout] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223122604 +4110035,Guaranteed UR! New Year's Scout,"The Guaranteed UR! New Year's Scout can be performed by using 3,000 Paid Love Gems and guarantees at least one UR member.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [New Year's Scout] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",223122604 +4110036,New Year's First Dream Scout,"All members in New Year's First Dream Scout are of rarities R and above.
A 10x Scout can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [New Year's Celebration] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224010105 +4110037,Guaranteed UR! New Year's First Dream Scout,"The Guaranteed UR! New Year's First Dream Scout can be performed by using 3,000 Paid Love Gems and guarantees at least one UR member.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [New Year's Celebration] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224010105 +4110038,Love Song Carnival Scouting,"All members in Love Song Carnival Scouting are members in Nijigasaki of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Love Song Carnival] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224011304 +4110039,School Idol Festival 2 Super Thanks Scouting: μ's,"All members in School Idol Festival 2 Super Thanks Scouting: μ's are members in μ's of rarities R and above.
10 scouts in School Idol Festival 2 Super Thanks Scouting: μ's can be performed using a 10x Scout Ticket (School Idol Festival 2 Super Thanks).

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Super Thanks] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030109 +4110040,School Idol Festival 2 Super Thanks Scouting: Aqours,"All members in School Idol Festival 2 Super Thanks Scouting: Aqours are members in Aqours of rarities R and above.
10 scouts in School Idol Festival 2 Super Thanks Scouting: Aqours can be performed using a 10x Scout Ticket (School Idol Festival 2 Super Thanks).

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Super Thanks] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030109 +4110041,School Idol Festival 2 Super Thanks Scouting: Nijigasaki,"All members in School Idol Festival 2 Super Thanks Scouting: Nijigasaki are members in Nijigasaki of rarities R and above.
10 scouts in School Idol Festival 2 Super Thanks Scouting: Nijigasaki can be performed using a 10x Scout Ticket (School Idol Festival 2 Super Thanks).

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Super Thanks] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030109 +4110042,School Idol Festival 2 Super Thanks Scouting: Liella!,"All members in School Idol Festival 2 Super Thanks Scouting: Liella! are members in Liella! of rarities R and above.
10 scouts in School Idol Festival 2 Super Thanks Scouting: Liella! can be performed using a 10x Scout Ticket (School Idol Festival 2 Super Thanks).

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Super Thanks] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224030109 +4110043,Special Scout,"Special Scout will always feature R or higher club members.
1 time Scouting can be carried out with 300 Love Gems.
10 times Scouting can be carried out with 3000 Love Gems, and at least one member of SR or above will definitely join.
1 time Paid Scouting can be carried out only once a day with 150 paid Love Gems.
10 times Paid Scoutings can be carried out only once during the period with 2000 paid Love Gems.

If a member who has already joined the club appears, it will be automatically converted to a Light Stick.
*Converted Light Sticks will be added directly without going through presents.
*If you have reached the possession limit for Light Sticks, you will receive them as a present.
*The amount of Light Sticks obtained varies depending on the rarity of the member.
・UR: 500 pieces
・SR: 50 pieces
・R: 20 pieces
In addition, you will receive Scout Points [Special Scouting] depending on the number of club members who appear.
The acquired Scout Points can be exchanged for members, items, etc. at the exchange office.

Scout Points that are not exchanged will be automatically converted to Skill Notebook (Medium) at the end of this Scouting.
*The converted Skill Notebook (medium) will be added directly without going through the present.
*If you have reached the Skill Notebook (medium) possession limit, you will receive it as a present.",224031602 +4110044,School Idols Thanksgiving Gather Everyone Scout,"In the School Idols Thanksgiving Gather Everyone Scout, members of R or higher will always appear.10 times Scout can be carried out with 3000 Love Gems.
10 times Paid Scout can be carried out only once during the period with 3000 paid Love Gems
1 time Paid Scout can be carried out up to 3 times a day with 50 paid Love Gems.

If a member who has already joined the club appears, it will be automatically converted to a Light Stick.
*Converted Light Sticks will be added directly without going through presents.
*If you have reached the possession limit for Light Sticks, you will receive them as a present.
*The amount of Light Sticks obtained varies depending on the rarity of the member.
・UR: 500 pieces
・SR: 50 pieces
・R: 20 pieces",224032003 +7110002,SIF Data Link Bonus Ticket Scout,"All Members in the SIF Data Link Bonus Ticket Scout are of rarities R and above.
10 Scouts can be performed by using a 10x Scout Ticket [SIF Data Link Bonus] and guarantees at least one Member of rarity SR or above.

If a Member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to your Present Box.
*If you have already reached the item limit for Light Sticks, they will be sent to the Present Box.
*The number of Light Sticks obtained will depend on the rarity of the Member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Release Celebration] according to the number of Members that appear.
Scout Points obtained can be exchanged for Members, items, and more at the exchange shop.",223043003 +7110003,SIFAS Data Link Bonus Ticket Scout,"All Members in the SIFAS Data Link Bonus Ticket Scout are of rarities R and above.
10 Scouts can be performed by using a 10x Scout Ticket [SIFAS Data Link Bonus] and guarantees at least one Member of rarity SR or above.

If a Member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to your Present Box.
*If you have already reached the item limit for Light Sticks, they will be sent to the Present Box.
*The number of Light Sticks obtained will depend on the rarity of the Member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Release Celebration] according to the number of Members that appear.
Scout Points obtained can be exchanged for Members, items, and more at the exchange shop.",223071202 +8110001,Item Scout,"You can perform an Item Scout once each day.
Item Scouts are reset at midnight every day.

In Item Scout, you can obtain ten of the following items at random:
- Light Sticks x10
- LP Candy (S) x1
- Lesson Notebooks (S) x20
- Lesson Notebooks (M) x8
- Lesson Notebook (L) x1
- Skill Notebooks (S) x18
- Skill Notebooks (M) x3
- 35,000 Gold",1 +8110002,Item Scout,"You can perform an Item Scout once each day.
Item Scouts are reset at midnight every day.

In Item Scout, you can obtain ten of the following items at random:
- Light Sticks x10
- LP Candy (S) x1
- Lesson Notebooks (S) x20
- Lesson Notebooks (M) x8
- Lesson Notebook (L) x1
- Skill Notebooks (S) x18
- Skill Notebooks (M) x3
- 35,000 Gold",223101604 +8110004,Item Scout,"You can perform an Item Scout once each day.
Item Scouts are reset at midnight every day.

In Item Scout, you can obtain ten of the following items at random:
- Light Sticks x10
- LP Candy (S) x1
- Lesson Notebooks (S) x20
- Lesson Notebooks (M) x8
- Lesson Notebook (L) x1
- Skill Notebooks (S) x18
- Skill Notebooks (M) x3
- 35,000 Gold",224010108 +8110005,Item Scout,"You can perform an Item Scout once each day.
Item Scouts are reset at midnight every day.

In Item Scout, you can obtain ten of the following items at random:
- Light Sticks x10
- LP Candy (S) x1
- Lesson Notebooks (S) x20
- Lesson Notebooks (M) x8
- Lesson Notebook (L) x1
- Skill Notebooks (S) x18
- Skill Notebooks (M) x3
- 35,000 Gold",224020106 +8110006,Item Scout,"You can perform an Item Scout once each day.
Item Scouts are reset at midnight every day.

In Item Scout, you can obtain ten of the following items at random:
- Light Sticks x10
- LP Candy (S) x1
- Lesson Notebooks (S) x20
- Lesson Notebooks (M) x8
- Lesson Notebook (L) x1
- Skill Notebooks (S) x18
- Skill Notebooks (M) x3
- 35,000 Gold",224030121 +9110001,Tutorial Scout: Honoka Kosaka,"All members in Tutorial Scout: Honoka Kosaka are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Honoka Kosaka: Blossoms in Bloom.",1 +9110002,Tutorial Scout: Eli Ayase,"All members in Tutorial Scout: Eli Ayase are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Eli Ayase: Evening Student Council Room.",1 +9110003,Tutorial Scout: Kotori Minami,"All members in Tutorial Scout: Kotori Minami are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Kotori Minami: Welcome!.",1 +9110004,Tutorial Scout: Umi Sonoda,"All members in Tutorial Scout: Umi Sonoda are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Umi Sonoda: To Enlightenment.",1 +9110005,Tutorial Scout: Rin Hoshizora,"All members in Tutorial Scout: Rin Hoshizora are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Rin Hoshizora: Dazzling Rooftop.",1 +9110006,Tutorial Scout: Maki Nishikino,"All members in Tutorial Scout: Maki Nishikino are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Maki Nishikino: Smartphone Shyness.",1 +9110007,Tutorial Scout: Nozomi Tojo,"All members in Tutorial Scout: Nozomi Tojo are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Nozomi Tojo: Rain of Light.",1 +9110008,Tutorial Scout: Hanayo Koizumi,"All members in Tutorial Scout: Hanayo Koizumi are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Hanayo Koizumi: Feelings for µ's.",1 +9110009,Tutorial Scout: Nico Yazawa,"All members in Tutorial Scout: Nico Yazawa are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Nico Yazawa: A Welcome Lecture.",1 +9110010,Tutorial Scout: Chika Takami,"All members in Tutorial Scout: Chika Takami are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Chika Takami: Post-Practice Walk & Talk.",1 +9110011,Tutorial Scout: Riko Sakurauchi,"All members in Tutorial Scout: Riko Sakurauchi are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Riko Sakurauchi: Trio's Melody.",1 +9110012,Tutorial Scout: Kanan Matsuura,"All members in Tutorial Scout: Kanan Matsuura are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Kanan Matsuura: Sea Breeze's Kiss.",1 +9110013,Tutorial Scout: Dia Kurosawa,"All members in Tutorial Scout: Dia Kurosawa are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Dia Kurosawa: Sister's Routine.",1 +9110014,Tutorial Scout: You Watanabe,"All members in Tutorial Scout: You Watanabe are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, You Watanabe: Sparkling Water.",1 +9110015,Tutorial Scout: Yoshiko Tsushima,"All members in Tutorial Scout: Yoshiko Tsushima are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Yoshiko Tsushima: Fallen Angel R-P-S.",1 +9110016,Tutorial Scout: Hanamaru Kunikida,"All members in Tutorial Scout: Hanamaru Kunikida are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Hanamaru Kunikida: After Lunch.",1 +9110017,Tutorial Scout: Mari Ohara,"All members in Tutorial Scout: Mari Ohara are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Mari Ohara: So Picturesque.",1 +9110018,Tutorial Scout: Ruby Kurosawa,"All members in Tutorial Scout: Ruby Kurosawa are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Ruby Kurosawa: Sleepyhead.",1 +9110019,Tutorial Scout: Ayumu Uehara,"All members in Tutorial Scout: Ayumu Uehara are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Ayumu Uehara: Right Next to You.",1 +9110020,Tutorial Scout: Kasumi Nakasu,"All members in Tutorial Scout: Kasumi Nakasu are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Kasumi Nakasu: Rainbow Bread Roll.",1 +9110021,Tutorial Scout: Shizuku Osaka,"All members in Tutorial Scout: Shizuku Osaka are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Shizuku Osaka: My True Self.",1 +9110022,Tutorial Scout: Karin Asaka,"All members in Tutorial Scout: Karin Asaka are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Karin Asaka: In Pursuit of Quality.",1 +9110023,Tutorial Scout: Ai Miyashita,"All members in Tutorial Scout: Ai Miyashita are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Ai Miyashita: A Change of Pace.",1 +9110024,Tutorial Scout: Kanata Konoe,"All members in Tutorial Scout: Kanata Konoe are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Kanata Konoe: Sisterly Meal.",1 +9110025,Tutorial Scout: Setsuna Yuki,"All members in Tutorial Scout: Setsuna Yuki are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Setsuna Yuki: Professing My Love!.",1 +9110026,Tutorial Scout: Emma Verde,"All members in Tutorial Scout: Emma Verde are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Emma Verde: Gentle Sunshine Filter In.",1 +9110027,Tutorial Scout: Rina Tennoji,"All members in Tutorial Scout: Rina Tennoji are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Rina Tennoji: Cat-Walker Extraordinaire.",1 +9110028,Tutorial Scout: Shioriko Mifune,"All members in Tutorial Scout: Shioriko Mifune are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Shioriko Mifune: Diligence!.",1 +9110029,Tutorial Scout: Mia Taylor,"All members in Tutorial Scout: Mia Taylor are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Mia Taylor: All-Out Composing.",1 +9110030,Tutorial Scout: Lanzhu Zhong,"All members in Tutorial Scout: Lanzhu Zhong are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Lanzhu Zhong: Friends and Rivals.",1 +9110031,Tutorial Scout: Kanon Shibuya,"All members in Tutorial Scout: Kanon Shibuya are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Kanon Shibuya: Heartfelt Feelings.",1 +9110032,Tutorial Scout: Keke Tang,"All members in Tutorial Scout: Keke Tang are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Keke Tang: Costume Stylist.",1 +9110033,Tutorial Scout: Chisato Arashi,"All members in Tutorial Scout: Chisato Arashi are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Chisato Arashi: Veteran Steps.",1 +9110034,Tutorial Scout: Sumire Heanna,"All members in Tutorial Scout: Sumire Heanna are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Sumire Heanna: Two Armfuls.",1 +9110035,Tutorial Scout: Ren Hazuki,"All members in Tutorial Scout: Ren Hazuki are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Ren Hazuki: Mother's Yuigaoka.",1 +9110036,Tutorial Scout: Kinako Sakurakoji,"All members in Tutorial Scout: Kinako Sakurakoji are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Kinako Sakurakoji: 230m above Ground.",1 +9110037,Tutorial Scout: Mei Yoneme,"All members in Tutorial Scout: Mei Yoneme are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Mei Yoneme: Almost Complete.",1 +9110038,Tutorial Scout: Shiki Wakana,"All members in Tutorial Scout: Shiki Wakana are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Shiki Wakana: After School Science.",1 +9110039,Tutorial Scout: Natsumi Onitsuka,"All members in Tutorial Scout: Natsumi Onitsuka are of rarities R and above.
10 Scouts can be performed for free with a guaranteed UR member, Natsumi Onitsuka: OniNatsu Live Stream!.",1 +7110101,Global Launch SP Scouting ~Set 1~,"All members in Global Launch SP Scouting ~Set 1~ are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Global Launch SP Scouting ~Set 1~] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924020101 +7110102,Global Launch SP Scouting ~Set 2~,"All members in Global Launch SP Scouting ~Set 2~ are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Global Launch SP Scouting ~Set 2~] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924021601 +7110103,[Rerun]Global Launch SP Scouting ~Set 1~,"All members in [Rerun]Global Launch SP Scouting ~Set 1~ are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Rerun][Global Launch SP Scouting ~Set 1~] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924031701 +7110104,[Rerun]μ's Only! Spotlight Scout,"All members in [Rerun]μ's Only! Spotlight Scout are of rarities R and above that belong to μ's.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Rerun][μ's Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",224032501 +7110105,[Rerun]Aqours Only! Spotlight Scout,"All members in Aqours Only! Spotlight Scout are of rarities R and above that belong to Aqours.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Aqours Spotlight] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924041701 +7110106,[Rerun]Global Launch SP Scouting ~Set 2~,"All members in Global Launch SP Scouting ~Set 2~ are of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Global Launch SP Scouting ~Set 2~] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924042401 +7110107,[Rerun]UR Guaranteed!Special Scout!,"Rerun UR Guaranteed!Special Scout! can be performed by using 3,000 Paid Love Gems and guarantees at least one UR member.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [UR Guaranteed!Special Scout!] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924050701 +7110108,[Rerun]Love Song Carnival Scouting,"All members in Rerun Love Song Carnival Scouting are members in Nijigasaki of rarities R and above.
1 Scout can be performed by using 300 Love Gems.
10 Scouts can be performed by using 3,000 Love Gems and guarantees at least one member of rarity SR or above.
1 paid Scout can be performed just once each day by using 150 Paid Love Gems.

If a member that has already been recruited is Scouted, they will automatically be converted to Light Sticks.
*Converted Light Sticks are directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Light Sticks, they will be sent to the present box.
*The number of Light Sticks obtained will depend on the rarity of the member.
- UR: 500
- SR: 50
- R: 20

Also, you will obtain Scout Points [Rerun Love Song Carnival] according to the number of members that appear.
Scout points obtained can be exchanged for members, items, and more at the exchange shop.

Scout points that are not exchanged during the Scout period will automatically be converted to Skill Notebooks (M) when the Scout ends.
*Converted Skill Notebooks (M) will be directly added to your items instead of being sent to the present box.
*If you have already reached the item limit for Skill Notebooks (M), they will be sent to the present box.",924052401 diff --git a/src/router/databases/csv-en/lottery_item.csv b/src/router/databases/csv-en/lottery_item.csv new file mode 100644 index 0000000..181b391 --- /dev/null +++ b/src/router/databases/csv-en/lottery_item.csv @@ -0,0 +1,8293 @@ +_id,_number,_type,_value,_amount,_priority,_pickup,_show,_boxCount,_masterReleaseLabelId +200044001,1,2,10010013,1,0,0,1,0,223041501 +200044001,2,2,10020013,1,0,0,0,0,223041501 +200044001,3,2,10030013,1,0,0,0,0,223041501 +200044001,4,2,10040013,1,0,0,0,0,223041501 +200044001,5,2,10050013,1,0,0,0,0,223041501 +200044001,6,2,10060013,1,0,0,0,0,223041501 +200044001,7,2,10070013,1,0,0,0,0,223041501 +200044001,8,2,10080013,1,0,0,0,0,223041501 +200044001,9,2,10090013,1,0,0,0,0,223041501 +200044001,10,2,20010011,1,0,0,1,0,223041501 +200044001,11,2,20020011,1,0,0,0,0,223041501 +200044001,12,2,20030011,1,0,0,0,0,223041501 +200044001,13,2,20040011,1,0,0,0,0,223041501 +200044001,14,2,20050011,1,0,0,0,0,223041501 +200044001,15,2,20060011,1,0,0,0,0,223041501 +200044001,16,2,20070011,1,0,0,0,0,223041501 +200044001,17,2,20080011,1,0,0,0,0,223041501 +200044001,18,2,20090011,1,0,0,0,0,223041501 +200044001,19,2,30010007,1,0,0,1,0,223041501 +200044001,20,2,30020007,1,0,0,0,0,223041501 +200044001,21,2,30030007,1,0,0,0,0,223041501 +200044001,22,2,30040007,1,0,0,0,0,223041501 +200044001,23,2,30050007,1,0,0,0,0,223041501 +200044001,24,2,30060007,1,0,0,0,0,223041501 +200044001,25,2,30070007,1,0,0,0,0,223041501 +200044001,26,2,30080007,1,0,0,0,0,223041501 +200044001,27,2,30090007,1,0,0,0,0,223041501 +200044001,28,2,30100007,1,0,0,0,0,223041501 +200044001,29,2,30110007,1,0,0,0,0,223041501 +200044001,30,2,30120007,1,0,0,0,0,223041501 +200044001,31,2,40010007,1,0,0,1,0,223041501 +200044001,32,2,40020007,1,0,0,0,0,223041501 +200044001,33,2,40030007,1,0,0,0,0,223041501 +200044001,34,2,40040007,1,0,0,0,0,223041501 +200044001,35,2,40050007,1,0,0,0,0,223041501 +200044001,36,2,40060007,1,0,0,0,0,223041501 +200044001,37,2,40070007,1,0,0,0,0,223041501 +200044001,38,2,40080007,1,0,0,0,0,223041501 +200044001,39,2,40090007,1,0,0,0,0,223041501 +111000301,1,2,10010013,1,0,0,0,0,223041901 +111000301,2,2,10020013,1,0,0,0,0,223041901 +111000301,3,2,10030013,1,0,0,0,0,223041901 +111000301,4,2,10040013,1,0,0,0,0,223041901 +111000301,5,2,10050013,1,0,0,0,0,223041901 +111000301,6,2,10060013,1,0,0,0,0,223041901 +111000301,7,2,10070013,1,0,0,0,0,223041901 +111000301,8,2,10080013,1,0,0,0,0,223041901 +111000301,9,2,10090013,1,0,0,0,0,223041901 +111000301,10,2,20010011,1,0,0,0,0,223041901 +111000301,11,2,20020011,1,0,0,0,0,223041901 +111000301,12,2,20030011,1,0,0,0,0,223041901 +111000301,13,2,20040011,1,0,0,0,0,223041901 +111000301,14,2,20050011,1,0,0,0,0,223041901 +111000301,15,2,20060011,1,0,0,0,0,223041901 +111000301,16,2,20070011,1,0,0,0,0,223041901 +111000301,17,2,20080011,1,0,0,0,0,223041901 +111000301,18,2,20090011,1,0,0,0,0,223041901 +111000301,19,2,30010007,1,0,0,0,0,223041901 +111000301,20,2,30020007,1,0,0,0,0,223041901 +111000301,21,2,30030007,1,0,0,0,0,223041901 +111000301,22,2,30040007,1,0,0,0,0,223041901 +111000301,23,2,30050007,1,0,0,0,0,223041901 +111000301,24,2,30060007,1,0,0,0,0,223041901 +111000301,25,2,30070007,1,0,0,0,0,223041901 +111000301,26,2,30080007,1,0,0,0,0,223041901 +111000301,27,2,30090007,1,0,0,0,0,223041901 +111000301,28,2,30100007,1,0,0,0,0,223041901 +111000301,29,2,30110007,1,0,0,0,0,223041901 +111000301,30,2,30120007,1,0,0,0,0,223041901 +111000301,31,2,40010007,1,0,0,0,0,223041901 +111000301,32,2,40020007,1,0,0,0,0,223041901 +111000301,33,2,40030007,1,0,0,0,0,223041901 +111000301,34,2,40040007,1,0,0,0,0,223041901 +111000301,35,2,40050007,1,0,0,0,0,223041901 +111000301,36,2,40060007,1,0,0,0,0,223041901 +111000301,37,2,40070007,1,0,0,0,0,223041901 +111000301,38,2,40080007,1,0,0,0,0,223041901 +111000301,39,2,40090007,1,0,0,0,0,223041901 +111000301,40,2,40090009,1,0,1,1,0,223041901 +111000301,41,2,40020009,1,0,1,1,0,223041901 +111000401,1,2,10010013,1,0,0,1,0,223043001 +111000401,2,2,10020013,1,0,0,0,0,223043001 +111000401,3,2,10030013,1,0,0,0,0,223043001 +111000401,4,2,10040013,1,0,0,0,0,223043001 +111000401,5,2,10050013,1,0,0,0,0,223043001 +111000401,6,2,10060013,1,0,0,0,0,223043001 +111000401,7,2,10070013,1,0,0,0,0,223043001 +111000401,8,2,10080013,1,0,0,0,0,223043001 +111000401,9,2,10090013,1,0,0,0,0,223043001 +111000401,10,2,20010011,1,0,0,1,0,223043001 +111000401,11,2,20020011,1,0,0,0,0,223043001 +111000401,12,2,20030011,1,0,0,0,0,223043001 +111000401,13,2,20040011,1,0,0,0,0,223043001 +111000401,14,2,20050011,1,0,0,0,0,223043001 +111000401,15,2,20060011,1,0,0,0,0,223043001 +111000401,16,2,20070011,1,0,0,0,0,223043001 +111000401,17,2,20080011,1,0,0,0,0,223043001 +111000401,18,2,20090011,1,0,0,0,0,223043001 +111000401,19,2,30010007,1,0,0,1,0,223043001 +111000401,20,2,30020007,1,0,0,0,0,223043001 +111000401,21,2,30030007,1,0,0,0,0,223043001 +111000401,22,2,30040007,1,0,0,0,0,223043001 +111000401,23,2,30050007,1,0,0,0,0,223043001 +111000401,24,2,30060007,1,0,0,0,0,223043001 +111000401,25,2,30070007,1,0,0,0,0,223043001 +111000401,26,2,30080007,1,0,0,0,0,223043001 +111000401,27,2,30090007,1,0,0,0,0,223043001 +111000401,28,2,30100007,1,0,0,0,0,223043001 +111000401,29,2,30110007,1,0,0,0,0,223043001 +111000401,30,2,30120007,1,0,0,0,0,223043001 +111000401,31,2,40010007,1,0,0,1,0,223043001 +111000401,32,2,40020007,1,0,0,0,0,223043001 +111000401,33,2,40030007,1,0,0,0,0,223043001 +111000401,34,2,40040007,1,0,0,0,0,223043001 +111000401,35,2,40050007,1,0,0,0,0,223043001 +111000401,36,2,40060007,1,0,0,0,0,223043001 +111000401,37,2,40070007,1,0,0,0,0,223043001 +111000401,38,2,40080007,1,0,0,0,0,223043001 +111000401,39,2,40090007,1,0,0,0,0,223043001 +111000401,40,2,40020009,1,0,0,1,0,223043001 +111000401,41,2,40090009,1,0,0,1,0,223043001 +111000501,1,2,10010013,1,0,0,0,0,223051501 +111000501,2,2,10020013,1,0,0,0,0,223051501 +111000501,3,2,10030013,1,0,0,0,0,223051501 +111000501,4,2,10040013,1,0,0,0,0,223051501 +111000501,5,2,10050013,1,0,0,0,0,223051501 +111000501,6,2,10060013,1,0,0,0,0,223051501 +111000501,7,2,10070013,1,0,0,0,0,223051501 +111000501,8,2,10080013,1,0,0,0,0,223051501 +111000501,9,2,10090013,1,0,0,0,0,223051501 +111000501,10,2,20010011,1,0,0,0,0,223051501 +111000501,11,2,20020011,1,0,0,0,0,223051501 +111000501,12,2,20030011,1,0,0,0,0,223051501 +111000501,13,2,20040011,1,0,0,0,0,223051501 +111000501,14,2,20050011,1,0,0,0,0,223051501 +111000501,15,2,20060011,1,0,0,0,0,223051501 +111000501,16,2,20070011,1,0,0,0,0,223051501 +111000501,17,2,20080011,1,0,0,0,0,223051501 +111000501,18,2,20090011,1,0,0,0,0,223051501 +111000501,19,2,30010007,1,0,0,0,0,223051501 +111000501,20,2,30020007,1,0,0,0,0,223051501 +111000501,21,2,30030007,1,0,0,0,0,223051501 +111000501,22,2,30040007,1,0,0,0,0,223051501 +111000501,23,2,30050007,1,0,0,0,0,223051501 +111000501,24,2,30060007,1,0,0,0,0,223051501 +111000501,25,2,30070007,1,0,0,0,0,223051501 +111000501,26,2,30080007,1,0,0,0,0,223051501 +111000501,27,2,30090007,1,0,0,0,0,223051501 +111000501,28,2,30100007,1,0,0,0,0,223051501 +111000501,29,2,30110007,1,0,0,0,0,223051501 +111000501,30,2,30120007,1,0,0,0,0,223051501 +111000501,31,2,40010007,1,0,0,0,0,223051501 +111000501,32,2,40020007,1,0,0,0,0,223051501 +111000501,33,2,40030007,1,0,0,0,0,223051501 +111000501,34,2,40040007,1,0,0,0,0,223051501 +111000501,35,2,40050007,1,0,0,0,0,223051501 +111000501,36,2,40060007,1,0,0,0,0,223051501 +111000501,37,2,40070007,1,0,0,0,0,223051501 +111000501,38,2,40080007,1,0,0,0,0,223051501 +111000501,39,2,40090007,1,0,0,0,0,223051501 +111000501,40,2,40020009,1,0,0,1,0,223051501 +111000501,41,2,40090009,1,0,0,1,0,223051501 +111000501,42,2,10010016,1,0,0,1,0,223051501 +111000501,43,2,10020015,1,0,0,1,0,223051501 +111000601,1,2,10010013,1,0,0,0,0,223053101 +111000601,2,2,10020013,1,0,0,0,0,223053101 +111000601,3,2,10030013,1,0,0,0,0,223053101 +111000601,4,2,10040013,1,0,0,0,0,223053101 +111000601,5,2,10050013,1,0,0,0,0,223053101 +111000601,6,2,10060013,1,0,0,0,0,223053101 +111000601,7,2,10070013,1,0,0,0,0,223053101 +111000601,8,2,10080013,1,0,0,0,0,223053101 +111000601,9,2,10090013,1,0,0,0,0,223053101 +111000601,10,2,20010011,1,0,0,0,0,223053101 +111000601,11,2,20020011,1,0,0,0,0,223053101 +111000601,12,2,20030011,1,0,0,0,0,223053101 +111000601,13,2,20040011,1,0,0,0,0,223053101 +111000601,14,2,20050011,1,0,0,0,0,223053101 +111000601,15,2,20060011,1,0,0,0,0,223053101 +111000601,16,2,20070011,1,0,0,0,0,223053101 +111000601,17,2,20080011,1,0,0,0,0,223053101 +111000601,18,2,20090011,1,0,0,0,0,223053101 +111000601,19,2,30010007,1,0,0,0,0,223053101 +111000601,20,2,30020007,1,0,0,0,0,223053101 +111000601,21,2,30030007,1,0,0,0,0,223053101 +111000601,22,2,30040007,1,0,0,0,0,223053101 +111000601,23,2,30050007,1,0,0,0,0,223053101 +111000601,24,2,30060007,1,0,0,0,0,223053101 +111000601,25,2,30070007,1,0,0,0,0,223053101 +111000601,26,2,30080007,1,0,0,0,0,223053101 +111000601,27,2,30090007,1,0,0,0,0,223053101 +111000601,28,2,30100007,1,0,0,0,0,223053101 +111000601,29,2,30110007,1,0,0,0,0,223053101 +111000601,30,2,30120007,1,0,0,0,0,223053101 +111000601,31,2,40010007,1,0,0,0,0,223053101 +111000601,32,2,40020007,1,0,0,0,0,223053101 +111000601,33,2,40030007,1,0,0,0,0,223053101 +111000601,34,2,40040007,1,0,0,0,0,223053101 +111000601,35,2,40050007,1,0,0,0,0,223053101 +111000601,36,2,40060007,1,0,0,0,0,223053101 +111000601,37,2,40070007,1,0,0,0,0,223053101 +111000601,38,2,40080007,1,0,0,0,0,223053101 +111000601,39,2,40090007,1,0,0,0,0,223053101 +111000601,40,2,40020009,1,0,0,1,0,223053101 +111000601,41,2,40090009,1,0,0,1,0,223053101 +111000601,42,2,10010016,1,0,0,1,0,223053101 +111000601,43,2,10020015,1,0,0,1,0,223053101 +111000601,44,2,20010014,1,0,0,1,0,223053101 +111000601,45,2,20020013,1,0,0,1,0,223053101 +111000701,1,2,10010013,1,0,0,0,0,223061501 +111000701,2,2,10020013,1,0,0,0,0,223061501 +111000701,3,2,10030013,1,0,0,0,0,223061501 +111000701,4,2,10040013,1,0,0,0,0,223061501 +111000701,5,2,10050013,1,0,0,0,0,223061501 +111000701,6,2,10060013,1,0,0,0,0,223061501 +111000701,7,2,10070013,1,0,0,0,0,223061501 +111000701,8,2,10080013,1,0,0,0,0,223061501 +111000701,9,2,10090013,1,0,0,0,0,223061501 +111000701,10,2,20010011,1,0,0,0,0,223061501 +111000701,11,2,20020011,1,0,0,0,0,223061501 +111000701,12,2,20030011,1,0,0,0,0,223061501 +111000701,13,2,20040011,1,0,0,0,0,223061501 +111000701,14,2,20050011,1,0,0,0,0,223061501 +111000701,15,2,20060011,1,0,0,0,0,223061501 +111000701,16,2,20070011,1,0,0,0,0,223061501 +111000701,17,2,20080011,1,0,0,0,0,223061501 +111000701,18,2,20090011,1,0,0,0,0,223061501 +111000701,19,2,30010007,1,0,0,0,0,223061501 +111000701,20,2,30020007,1,0,0,0,0,223061501 +111000701,21,2,30030007,1,0,0,0,0,223061501 +111000701,22,2,30040007,1,0,0,0,0,223061501 +111000701,23,2,30050007,1,0,0,0,0,223061501 +111000701,24,2,30060007,1,0,0,0,0,223061501 +111000701,25,2,30070007,1,0,0,0,0,223061501 +111000701,26,2,30080007,1,0,0,0,0,223061501 +111000701,27,2,30090007,1,0,0,0,0,223061501 +111000701,28,2,30100007,1,0,0,0,0,223061501 +111000701,29,2,30110007,1,0,0,0,0,223061501 +111000701,30,2,30120007,1,0,0,0,0,223061501 +111000701,31,2,40010007,1,0,0,0,0,223061501 +111000701,32,2,40020007,1,0,0,0,0,223061501 +111000701,33,2,40030007,1,0,0,0,0,223061501 +111000701,34,2,40040007,1,0,0,0,0,223061501 +111000701,35,2,40050007,1,0,0,0,0,223061501 +111000701,36,2,40060007,1,0,0,0,0,223061501 +111000701,37,2,40070007,1,0,0,0,0,223061501 +111000701,38,2,40080007,1,0,0,0,0,223061501 +111000701,39,2,40090007,1,0,0,0,0,223061501 +111000701,40,2,40020009,1,0,0,0,0,223061501 +111000701,41,2,40090009,1,0,0,0,0,223061501 +111000701,42,2,10010016,1,0,0,1,0,223061501 +111000701,43,2,10020015,1,0,0,1,0,223061501 +111000701,44,2,20010014,1,0,0,1,0,223061501 +111000701,45,2,20020013,1,0,0,1,0,223061501 +111000701,46,2,30060009,1,0,0,1,0,223061501 +111000701,47,2,30080009,1,0,0,1,0,223061501 +111000801,1,2,10010013,1,0,0,0,0,223063001 +111000801,2,2,10020013,1,0,0,0,0,223063001 +111000801,3,2,10030013,1,0,0,0,0,223063001 +111000801,4,2,10040013,1,0,0,0,0,223063001 +111000801,5,2,10050013,1,0,0,0,0,223063001 +111000801,6,2,10060013,1,0,0,0,0,223063001 +111000801,7,2,10070013,1,0,0,0,0,223063001 +111000801,8,2,10080013,1,0,0,0,0,223063001 +111000801,9,2,10090013,1,0,0,0,0,223063001 +111000801,10,2,20010011,1,0,0,0,0,223063001 +111000801,11,2,20020011,1,0,0,0,0,223063001 +111000801,12,2,20030011,1,0,0,0,0,223063001 +111000801,13,2,20040011,1,0,0,0,0,223063001 +111000801,14,2,20050011,1,0,0,0,0,223063001 +111000801,15,2,20060011,1,0,0,0,0,223063001 +111000801,16,2,20070011,1,0,0,0,0,223063001 +111000801,17,2,20080011,1,0,0,0,0,223063001 +111000801,18,2,20090011,1,0,0,0,0,223063001 +111000801,19,2,30010007,1,0,0,0,0,223063001 +111000801,20,2,30020007,1,0,0,0,0,223063001 +111000801,21,2,30030007,1,0,0,0,0,223063001 +111000801,22,2,30040007,1,0,0,0,0,223063001 +111000801,23,2,30050007,1,0,0,0,0,223063001 +111000801,24,2,30060007,1,0,0,0,0,223063001 +111000801,25,2,30070007,1,0,0,0,0,223063001 +111000801,26,2,30080007,1,0,0,0,0,223063001 +111000801,27,2,30090007,1,0,0,0,0,223063001 +111000801,28,2,30100007,1,0,0,0,0,223063001 +111000801,29,2,30110007,1,0,0,0,0,223063001 +111000801,30,2,30120007,1,0,0,0,0,223063001 +111000801,31,2,40010007,1,0,0,0,0,223063001 +111000801,32,2,40020007,1,0,0,0,0,223063001 +111000801,33,2,40030007,1,0,0,0,0,223063001 +111000801,34,2,40040007,1,0,0,0,0,223063001 +111000801,35,2,40050007,1,0,0,0,0,223063001 +111000801,36,2,40060007,1,0,0,0,0,223063001 +111000801,37,2,40070007,1,0,0,0,0,223063001 +111000801,38,2,40080007,1,0,0,0,0,223063001 +111000801,39,2,40090007,1,0,0,0,0,223063001 +111000801,40,2,40020009,1,0,0,0,0,223063001 +111000801,41,2,40090009,1,0,0,0,0,223063001 +111000801,42,2,10010016,1,0,0,0,0,223063001 +111000801,43,2,10020015,1,0,0,0,0,223063001 +111000801,44,2,20010014,1,0,0,0,0,223063001 +111000801,45,2,20020013,1,0,0,0,0,223063001 +111000801,46,2,30060009,1,0,0,1,0,223063001 +111000801,47,2,30080009,1,0,0,1,0,223063001 +111000801,48,2,20030013,1,0,0,1,0,223063001 +111000801,49,2,20040013,1,0,0,1,0,223063001 +111000901,1,2,10010013,1,0,0,0,0,223071502 +111000901,2,2,10020013,1,0,0,0,0,223071502 +111000901,3,2,10030013,1,0,0,0,0,223071502 +111000901,4,2,10040013,1,0,0,0,0,223071502 +111000901,5,2,10050013,1,0,0,0,0,223071502 +111000901,6,2,10060013,1,0,0,0,0,223071502 +111000901,7,2,10070013,1,0,0,0,0,223071502 +111000901,8,2,10080013,1,0,0,0,0,223071502 +111000901,9,2,10090013,1,0,0,0,0,223071502 +111000901,10,2,20010011,1,0,0,0,0,223071502 +111000901,11,2,20020011,1,0,0,0,0,223071502 +111000901,12,2,20030011,1,0,0,0,0,223071502 +111000901,13,2,20040011,1,0,0,0,0,223071502 +111000901,14,2,20050011,1,0,0,0,0,223071502 +111000901,15,2,20060011,1,0,0,0,0,223071502 +111000901,16,2,20070011,1,0,0,0,0,223071502 +111000901,17,2,20080011,1,0,0,0,0,223071502 +111000901,18,2,20090011,1,0,0,0,0,223071502 +111000901,19,2,30010007,1,0,0,0,0,223071502 +111000901,20,2,30020007,1,0,0,0,0,223071502 +111000901,21,2,30030007,1,0,0,0,0,223071502 +111000901,22,2,30040007,1,0,0,0,0,223071502 +111000901,23,2,30050007,1,0,0,0,0,223071502 +111000901,24,2,30060007,1,0,0,0,0,223071502 +111000901,25,2,30070007,1,0,0,0,0,223071502 +111000901,26,2,30080007,1,0,0,0,0,223071502 +111000901,27,2,30090007,1,0,0,0,0,223071502 +111000901,28,2,30100007,1,0,0,0,0,223071502 +111000901,29,2,30110007,1,0,0,0,0,223071502 +111000901,30,2,30120007,1,0,0,0,0,223071502 +111000901,31,2,40010007,1,0,0,0,0,223071502 +111000901,32,2,40020007,1,0,0,0,0,223071502 +111000901,33,2,40030007,1,0,0,0,0,223071502 +111000901,34,2,40040007,1,0,0,0,0,223071502 +111000901,35,2,40050007,1,0,0,0,0,223071502 +111000901,36,2,40060007,1,0,0,0,0,223071502 +111000901,37,2,40070007,1,0,0,0,0,223071502 +111000901,38,2,40080007,1,0,0,0,0,223071502 +111000901,39,2,40090007,1,0,0,0,0,223071502 +111000901,40,2,40020009,1,0,0,0,0,223071502 +111000901,41,2,40090009,1,0,0,0,0,223071502 +111000901,42,2,10010016,1,0,0,0,0,223071502 +111000901,43,2,10020015,1,0,0,0,0,223071502 +111000901,44,2,20010014,1,0,0,0,0,223071502 +111000901,45,2,20020013,1,0,0,0,0,223071502 +111000901,46,2,30060009,1,0,0,0,0,223071502 +111000901,47,2,30080009,1,0,0,0,0,223071502 +111000901,48,2,20030013,1,0,0,1,0,223071502 +111000901,49,2,20040013,1,0,0,1,0,223071502 +111000901,50,2,40040009,1,0,0,1,0,223071502 +111000901,51,2,40050009,1,0,0,1,0,223071502 +111001001,1,2,10010013,1,0,0,0,0,223073101 +111001001,2,2,10020013,1,0,0,0,0,223073101 +111001001,3,2,10030013,1,0,0,0,0,223073101 +111001001,4,2,10040013,1,0,0,0,0,223073101 +111001001,5,2,10050013,1,0,0,0,0,223073101 +111001001,6,2,10060013,1,0,0,0,0,223073101 +111001001,7,2,10070013,1,0,0,0,0,223073101 +111001001,8,2,10080013,1,0,0,0,0,223073101 +111001001,9,2,10090013,1,0,0,0,0,223073101 +111001001,10,2,20010011,1,0,0,0,0,223073101 +111001001,11,2,20020011,1,0,0,0,0,223073101 +111001001,12,2,20030011,1,0,0,0,0,223073101 +111001001,13,2,20040011,1,0,0,0,0,223073101 +111001001,14,2,20050011,1,0,0,0,0,223073101 +111001001,15,2,20060011,1,0,0,0,0,223073101 +111001001,16,2,20070011,1,0,0,0,0,223073101 +111001001,17,2,20080011,1,0,0,0,0,223073101 +111001001,18,2,20090011,1,0,0,0,0,223073101 +111001001,19,2,30010007,1,0,0,0,0,223073101 +111001001,20,2,30020007,1,0,0,0,0,223073101 +111001001,21,2,30030007,1,0,0,0,0,223073101 +111001001,22,2,30040007,1,0,0,0,0,223073101 +111001001,23,2,30050007,1,0,0,0,0,223073101 +111001001,24,2,30060007,1,0,0,0,0,223073101 +111001001,25,2,30070007,1,0,0,0,0,223073101 +111001001,26,2,30080007,1,0,0,0,0,223073101 +111001001,27,2,30090007,1,0,0,0,0,223073101 +111001001,28,2,30100007,1,0,0,0,0,223073101 +111001001,29,2,30110007,1,0,0,0,0,223073101 +111001001,30,2,30120007,1,0,0,0,0,223073101 +111001001,31,2,40010007,1,0,0,0,0,223073101 +111001001,32,2,40020007,1,0,0,0,0,223073101 +111001001,33,2,40030007,1,0,0,0,0,223073101 +111001001,34,2,40040007,1,0,0,0,0,223073101 +111001001,35,2,40050007,1,0,0,0,0,223073101 +111001001,36,2,40060007,1,0,0,0,0,223073101 +111001001,37,2,40070007,1,0,0,0,0,223073101 +111001001,38,2,40080007,1,0,0,0,0,223073101 +111001001,39,2,40090007,1,0,0,0,0,223073101 +111001001,40,2,40020009,1,0,0,0,0,223073101 +111001001,41,2,40090009,1,0,0,0,0,223073101 +111001001,42,2,10010016,1,0,0,0,0,223073101 +111001001,43,2,10020015,1,0,0,0,0,223073101 +111001001,44,2,20010014,1,0,0,0,0,223073101 +111001001,45,2,20020013,1,0,0,0,0,223073101 +111001001,46,2,30060009,1,0,0,0,0,223073101 +111001001,47,2,30080009,1,0,0,0,0,223073101 +111001001,48,2,20030013,1,0,0,0,0,223073101 +111001001,49,2,20040013,1,0,0,0,0,223073101 +111001001,50,2,40040009,1,0,0,1,0,223073101 +111001001,51,2,40050009,1,0,0,1,0,223073101 +111001001,52,2,30010010,1,0,0,1,0,223073101 +111001001,53,2,30100009,1,0,0,1,0,223073101 +111001101,1,2,10010013,1,0,0,0,0,223081501 +111001101,2,2,10020013,1,0,0,0,0,223081501 +111001101,3,2,10030013,1,0,0,0,0,223081501 +111001101,4,2,10040013,1,0,0,0,0,223081501 +111001101,5,2,10050013,1,0,0,0,0,223081501 +111001101,6,2,10060013,1,0,0,0,0,223081501 +111001101,7,2,10070013,1,0,0,0,0,223081501 +111001101,8,2,10080013,1,0,0,0,0,223081501 +111001101,9,2,10090013,1,0,0,0,0,223081501 +111001101,10,2,20010011,1,0,0,0,0,223081501 +111001101,11,2,20020011,1,0,0,0,0,223081501 +111001101,12,2,20030011,1,0,0,0,0,223081501 +111001101,13,2,20040011,1,0,0,0,0,223081501 +111001101,14,2,20050011,1,0,0,0,0,223081501 +111001101,15,2,20060011,1,0,0,0,0,223081501 +111001101,16,2,20070011,1,0,0,0,0,223081501 +111001101,17,2,20080011,1,0,0,0,0,223081501 +111001101,18,2,20090011,1,0,0,0,0,223081501 +111001101,19,2,30010007,1,0,0,0,0,223081501 +111001101,20,2,30020007,1,0,0,0,0,223081501 +111001101,21,2,30030007,1,0,0,0,0,223081501 +111001101,22,2,30040007,1,0,0,0,0,223081501 +111001101,23,2,30050007,1,0,0,0,0,223081501 +111001101,24,2,30060007,1,0,0,0,0,223081501 +111001101,25,2,30070007,1,0,0,0,0,223081501 +111001101,26,2,30080007,1,0,0,0,0,223081501 +111001101,27,2,30090007,1,0,0,0,0,223081501 +111001101,28,2,30100007,1,0,0,0,0,223081501 +111001101,29,2,30110007,1,0,0,0,0,223081501 +111001101,30,2,30120007,1,0,0,0,0,223081501 +111001101,31,2,40010007,1,0,0,0,0,223081501 +111001101,32,2,40020007,1,0,0,0,0,223081501 +111001101,33,2,40030007,1,0,0,0,0,223081501 +111001101,34,2,40040007,1,0,0,0,0,223081501 +111001101,35,2,40050007,1,0,0,0,0,223081501 +111001101,36,2,40060007,1,0,0,0,0,223081501 +111001101,37,2,40070007,1,0,0,0,0,223081501 +111001101,38,2,40080007,1,0,0,0,0,223081501 +111001101,39,2,40090007,1,0,0,0,0,223081501 +111001101,40,2,40020009,1,0,0,0,0,223081501 +111001101,41,2,40090009,1,0,0,0,0,223081501 +111001101,42,2,10010016,1,0,0,0,0,223081501 +111001101,43,2,10020015,1,0,0,0,0,223081501 +111001101,44,2,20010014,1,0,0,0,0,223081501 +111001101,45,2,20020013,1,0,0,0,0,223081501 +111001101,46,2,30060009,1,0,0,0,0,223081501 +111001101,47,2,30080009,1,0,0,0,0,223081501 +111001101,48,2,20030013,1,0,0,0,0,223081501 +111001101,49,2,20040013,1,0,0,0,0,223081501 +111001101,50,2,40040009,1,0,0,0,0,223081501 +111001101,51,2,40050009,1,0,0,0,0,223081501 +111001101,52,2,30010010,1,0,0,1,0,223081501 +111001101,53,2,30100009,1,0,0,1,0,223081501 +111001101,54,2,10030016,1,0,0,1,0,223081501 +111001101,55,2,10050015,1,0,0,1,0,223081501 +111001201,1,2,10010013,1,0,0,0,0,223083107 +111001201,2,2,10020013,1,0,0,0,0,223083107 +111001201,3,2,10030013,1,0,0,0,0,223083107 +111001201,4,2,10040013,1,0,0,0,0,223083107 +111001201,5,2,10050013,1,0,0,0,0,223083107 +111001201,6,2,10060013,1,0,0,0,0,223083107 +111001201,7,2,10070013,1,0,0,0,0,223083107 +111001201,8,2,10080013,1,0,0,0,0,223083107 +111001201,9,2,10090013,1,0,0,0,0,223083107 +111001201,10,2,20010011,1,0,0,0,0,223083107 +111001201,11,2,20020011,1,0,0,0,0,223083107 +111001201,12,2,20030011,1,0,0,0,0,223083107 +111001201,13,2,20040011,1,0,0,0,0,223083107 +111001201,14,2,20050011,1,0,0,0,0,223083107 +111001201,15,2,20060011,1,0,0,0,0,223083107 +111001201,16,2,20070011,1,0,0,0,0,223083107 +111001201,17,2,20080011,1,0,0,0,0,223083107 +111001201,18,2,20090011,1,0,0,0,0,223083107 +111001201,19,2,30010007,1,0,0,0,0,223083107 +111001201,20,2,30020007,1,0,0,0,0,223083107 +111001201,21,2,30030007,1,0,0,0,0,223083107 +111001201,22,2,30040007,1,0,0,0,0,223083107 +111001201,23,2,30050007,1,0,0,0,0,223083107 +111001201,24,2,30060007,1,0,0,0,0,223083107 +111001201,25,2,30070007,1,0,0,0,0,223083107 +111001201,26,2,30080007,1,0,0,0,0,223083107 +111001201,27,2,30090007,1,0,0,0,0,223083107 +111001201,28,2,30100007,1,0,0,0,0,223083107 +111001201,29,2,30110007,1,0,0,0,0,223083107 +111001201,30,2,30120007,1,0,0,0,0,223083107 +111001201,31,2,40010007,1,0,0,0,0,223083107 +111001201,32,2,40020007,1,0,0,0,0,223083107 +111001201,33,2,40030007,1,0,0,0,0,223083107 +111001201,34,2,40040007,1,0,0,0,0,223083107 +111001201,35,2,40050007,1,0,0,0,0,223083107 +111001201,36,2,40060007,1,0,0,0,0,223083107 +111001201,37,2,40070007,1,0,0,0,0,223083107 +111001201,38,2,40080007,1,0,0,0,0,223083107 +111001201,39,2,40090007,1,0,0,0,0,223083107 +111001201,40,2,40020009,1,0,0,0,0,223083107 +111001201,41,2,40090009,1,0,0,0,0,223083107 +111001201,42,2,10010016,1,0,0,0,0,223083107 +111001201,43,2,10020015,1,0,0,0,0,223083107 +111001201,44,2,20010014,1,0,0,0,0,223083107 +111001201,45,2,20020013,1,0,0,0,0,223083107 +111001201,46,2,30060009,1,0,0,0,0,223083107 +111001201,47,2,30080009,1,0,0,0,0,223083107 +111001201,48,2,20030013,1,0,0,0,0,223083107 +111001201,49,2,20040013,1,0,0,0,0,223083107 +111001201,50,2,40040009,1,0,0,0,0,223083107 +111001201,51,2,40050009,1,0,0,0,0,223083107 +111001201,52,2,30010010,1,0,0,0,0,223083107 +111001201,53,2,30100009,1,0,0,0,0,223083107 +111001201,54,2,10030016,1,0,0,1,0,223083107 +111001201,55,2,10050015,1,0,0,1,0,223083107 +111001201,56,2,40070010,1,0,0,1,0,223083107 +111001201,57,2,40080010,1,0,0,1,0,223083107 +111001301,1,2,10010013,1,0,0,0,0,223091501 +111001301,2,2,10020013,1,0,0,0,0,223091501 +111001301,3,2,10030013,1,0,0,0,0,223091501 +111001301,4,2,10040013,1,0,0,0,0,223091501 +111001301,5,2,10050013,1,0,0,0,0,223091501 +111001301,6,2,10060013,1,0,0,0,0,223091501 +111001301,7,2,10070013,1,0,0,0,0,223091501 +111001301,8,2,10080013,1,0,0,0,0,223091501 +111001301,9,2,10090013,1,0,0,0,0,223091501 +111001301,10,2,20010011,1,0,0,0,0,223091501 +111001301,11,2,20020011,1,0,0,0,0,223091501 +111001301,12,2,20030011,1,0,0,0,0,223091501 +111001301,13,2,20040011,1,0,0,0,0,223091501 +111001301,14,2,20050011,1,0,0,0,0,223091501 +111001301,15,2,20060011,1,0,0,0,0,223091501 +111001301,16,2,20070011,1,0,0,0,0,223091501 +111001301,17,2,20080011,1,0,0,0,0,223091501 +111001301,18,2,20090011,1,0,0,0,0,223091501 +111001301,19,2,30010007,1,0,0,0,0,223091501 +111001301,20,2,30020007,1,0,0,0,0,223091501 +111001301,21,2,30030007,1,0,0,0,0,223091501 +111001301,22,2,30040007,1,0,0,0,0,223091501 +111001301,23,2,30050007,1,0,0,0,0,223091501 +111001301,24,2,30060007,1,0,0,0,0,223091501 +111001301,25,2,30070007,1,0,0,0,0,223091501 +111001301,26,2,30080007,1,0,0,0,0,223091501 +111001301,27,2,30090007,1,0,0,0,0,223091501 +111001301,28,2,30100007,1,0,0,0,0,223091501 +111001301,29,2,30110007,1,0,0,0,0,223091501 +111001301,30,2,30120007,1,0,0,0,0,223091501 +111001301,31,2,40010007,1,0,0,0,0,223091501 +111001301,32,2,40020007,1,0,0,0,0,223091501 +111001301,33,2,40030007,1,0,0,0,0,223091501 +111001301,34,2,40040007,1,0,0,0,0,223091501 +111001301,35,2,40050007,1,0,0,0,0,223091501 +111001301,36,2,40060007,1,0,0,0,0,223091501 +111001301,37,2,40070007,1,0,0,0,0,223091501 +111001301,38,2,40080007,1,0,0,0,0,223091501 +111001301,39,2,40090007,1,0,0,0,0,223091501 +111001301,40,2,40020009,1,0,0,0,0,223091501 +111001301,41,2,40090009,1,0,0,0,0,223091501 +111001301,42,2,10010016,1,0,0,0,0,223091501 +111001301,43,2,10020015,1,0,0,0,0,223091501 +111001301,44,2,20010014,1,0,0,0,0,223091501 +111001301,45,2,20020013,1,0,0,0,0,223091501 +111001301,46,2,30060009,1,0,0,0,0,223091501 +111001301,47,2,30080009,1,0,0,0,0,223091501 +111001301,48,2,20030013,1,0,0,0,0,223091501 +111001301,49,2,20040013,1,0,0,0,0,223091501 +111001301,50,2,40040009,1,0,0,0,0,223091501 +111001301,51,2,40050009,1,0,0,0,0,223091501 +111001301,52,2,30010010,1,0,0,0,0,223091501 +111001301,53,2,30100009,1,0,0,0,0,223091501 +111001301,54,2,10030016,1,0,0,0,0,223091501 +111001301,55,2,10050015,1,0,0,0,0,223091501 +111001301,56,2,40070010,1,0,0,1,0,223091501 +111001301,57,2,40080010,1,0,0,1,0,223091501 +111001301,58,2,20060015,1,0,0,1,0,223091501 +111001301,59,2,20080014,1,0,0,1,0,223091501 +111001401,1,2,10010013,1,0,0,0,0,223093001 +111001401,2,2,10020013,1,0,0,0,0,223093001 +111001401,3,2,10030013,1,0,0,0,0,223093001 +111001401,4,2,10040013,1,0,0,0,0,223093001 +111001401,5,2,10050013,1,0,0,0,0,223093001 +111001401,6,2,10060013,1,0,0,0,0,223093001 +111001401,7,2,10070013,1,0,0,0,0,223093001 +111001401,8,2,10080013,1,0,0,0,0,223093001 +111001401,9,2,10090013,1,0,0,0,0,223093001 +111001401,10,2,20010011,1,0,0,0,0,223093001 +111001401,11,2,20020011,1,0,0,0,0,223093001 +111001401,12,2,20030011,1,0,0,0,0,223093001 +111001401,13,2,20040011,1,0,0,0,0,223093001 +111001401,14,2,20050011,1,0,0,0,0,223093001 +111001401,15,2,20060011,1,0,0,0,0,223093001 +111001401,16,2,20070011,1,0,0,0,0,223093001 +111001401,17,2,20080011,1,0,0,0,0,223093001 +111001401,18,2,20090011,1,0,0,0,0,223093001 +111001401,19,2,30010007,1,0,0,0,0,223093001 +111001401,20,2,30020007,1,0,0,0,0,223093001 +111001401,21,2,30030007,1,0,0,0,0,223093001 +111001401,22,2,30040007,1,0,0,0,0,223093001 +111001401,23,2,30050007,1,0,0,0,0,223093001 +111001401,24,2,30060007,1,0,0,0,0,223093001 +111001401,25,2,30070007,1,0,0,0,0,223093001 +111001401,26,2,30080007,1,0,0,0,0,223093001 +111001401,27,2,30090007,1,0,0,0,0,223093001 +111001401,28,2,30100007,1,0,0,0,0,223093001 +111001401,29,2,30110007,1,0,0,0,0,223093001 +111001401,30,2,30120007,1,0,0,0,0,223093001 +111001401,31,2,40010007,1,0,0,0,0,223093001 +111001401,32,2,40020007,1,0,0,0,0,223093001 +111001401,33,2,40030007,1,0,0,0,0,223093001 +111001401,34,2,40040007,1,0,0,0,0,223093001 +111001401,35,2,40050007,1,0,0,0,0,223093001 +111001401,36,2,40060007,1,0,0,0,0,223093001 +111001401,37,2,40070007,1,0,0,0,0,223093001 +111001401,38,2,40080007,1,0,0,0,0,223093001 +111001401,39,2,40090007,1,0,0,0,0,223093001 +111001401,40,2,40020009,1,0,0,0,0,223093001 +111001401,41,2,40090009,1,0,0,0,0,223093001 +111001401,42,2,10010016,1,0,0,0,0,223093001 +111001401,43,2,10020015,1,0,0,0,0,223093001 +111001401,44,2,20010014,1,0,0,0,0,223093001 +111001401,45,2,20020013,1,0,0,0,0,223093001 +111001401,46,2,30060009,1,0,0,0,0,223093001 +111001401,47,2,30080009,1,0,0,0,0,223093001 +111001401,48,2,20030013,1,0,0,0,0,223093001 +111001401,49,2,20040013,1,0,0,0,0,223093001 +111001401,50,2,40040009,1,0,0,0,0,223093001 +111001401,51,2,40050009,1,0,0,0,0,223093001 +111001401,52,2,30010010,1,0,0,0,0,223093001 +111001401,53,2,30100009,1,0,0,0,0,223093001 +111001401,54,2,10030016,1,0,0,0,0,223093001 +111001401,55,2,10050015,1,0,0,0,0,223093001 +111001401,56,2,40070010,1,0,0,0,0,223093001 +111001401,57,2,40080010,1,0,0,0,0,223093001 +111001401,58,2,20060015,1,0,0,1,0,223093001 +111001401,59,2,20080014,1,0,0,1,0,223093001 +111001401,60,2,10060015,1,0,0,1,0,223093001 +111001401,61,2,10070017,1,0,0,1,0,223093001 +111001501,1,2,10010013,1,0,0,0,0,223101505 +111001501,2,2,10020013,1,0,0,0,0,223101505 +111001501,3,2,10030013,1,0,0,0,0,223101505 +111001501,4,2,10040013,1,0,0,0,0,223101505 +111001501,5,2,10050013,1,0,0,0,0,223101505 +111001501,6,2,10060013,1,0,0,0,0,223101505 +111001501,7,2,10070013,1,0,0,0,0,223101505 +111001501,8,2,10080013,1,0,0,0,0,223101505 +111001501,9,2,10090013,1,0,0,0,0,223101505 +111001501,10,2,20010011,1,0,0,0,0,223101505 +111001501,11,2,20020011,1,0,0,0,0,223101505 +111001501,12,2,20030011,1,0,0,0,0,223101505 +111001501,13,2,20040011,1,0,0,0,0,223101505 +111001501,14,2,20050011,1,0,0,0,0,223101505 +111001501,15,2,20060011,1,0,0,0,0,223101505 +111001501,16,2,20070011,1,0,0,0,0,223101505 +111001501,17,2,20080011,1,0,0,0,0,223101505 +111001501,18,2,20090011,1,0,0,0,0,223101505 +111001501,19,2,30010007,1,0,0,0,0,223101505 +111001501,20,2,30020007,1,0,0,0,0,223101505 +111001501,21,2,30030007,1,0,0,0,0,223101505 +111001501,22,2,30040007,1,0,0,0,0,223101505 +111001501,23,2,30050007,1,0,0,0,0,223101505 +111001501,24,2,30060007,1,0,0,0,0,223101505 +111001501,25,2,30070007,1,0,0,0,0,223101505 +111001501,26,2,30080007,1,0,0,0,0,223101505 +111001501,27,2,30090007,1,0,0,0,0,223101505 +111001501,28,2,30100007,1,0,0,0,0,223101505 +111001501,29,2,30110007,1,0,0,0,0,223101505 +111001501,30,2,30120007,1,0,0,0,0,223101505 +111001501,31,2,40010007,1,0,0,0,0,223101505 +111001501,32,2,40020007,1,0,0,0,0,223101505 +111001501,33,2,40030007,1,0,0,0,0,223101505 +111001501,34,2,40040007,1,0,0,0,0,223101505 +111001501,35,2,40050007,1,0,0,0,0,223101505 +111001501,36,2,40060007,1,0,0,0,0,223101505 +111001501,37,2,40070007,1,0,0,0,0,223101505 +111001501,38,2,40080007,1,0,0,0,0,223101505 +111001501,39,2,40090007,1,0,0,0,0,223101505 +111001501,40,2,40020009,1,0,0,0,0,223101505 +111001501,41,2,40090009,1,0,0,0,0,223101505 +111001501,42,2,10010016,1,0,0,0,0,223101505 +111001501,43,2,10020015,1,0,0,0,0,223101505 +111001501,44,2,20010014,1,0,0,0,0,223101505 +111001501,45,2,20020013,1,0,0,0,0,223101505 +111001501,46,2,30060009,1,0,0,0,0,223101505 +111001501,47,2,30080009,1,0,0,0,0,223101505 +111001501,48,2,20030013,1,0,0,0,0,223101505 +111001501,49,2,20040013,1,0,0,0,0,223101505 +111001501,50,2,40040009,1,0,0,0,0,223101505 +111001501,51,2,40050009,1,0,0,0,0,223101505 +111001501,52,2,30010010,1,0,0,0,0,223101505 +111001501,53,2,30100009,1,0,0,0,0,223101505 +111001501,54,2,10030016,1,0,0,0,0,223101505 +111001501,55,2,10050015,1,0,0,0,0,223101505 +111001501,56,2,40070010,1,0,0,0,0,223101505 +111001501,57,2,40080010,1,0,0,0,0,223101505 +111001501,58,2,20060015,1,0,0,0,0,223101505 +111001501,59,2,20080014,1,0,0,0,0,223101505 +111001501,60,2,10060015,1,0,0,1,0,223101505 +111001501,61,2,10070017,1,0,0,1,0,223101505 +111001501,62,2,30120010,1,0,0,1,0,223101505 +111001501,63,2,30110010,1,0,0,1,0,223101505 +111001601,1,2,10010013,1,0,0,0,0,223103107 +111001601,2,2,10020013,1,0,0,0,0,223103107 +111001601,3,2,10030013,1,0,0,0,0,223103107 +111001601,4,2,10040013,1,0,0,0,0,223103107 +111001601,5,2,10050013,1,0,0,0,0,223103107 +111001601,6,2,10060013,1,0,0,0,0,223103107 +111001601,7,2,10070013,1,0,0,0,0,223103107 +111001601,8,2,10080013,1,0,0,0,0,223103107 +111001601,9,2,10090013,1,0,0,0,0,223103107 +111001601,10,2,20010011,1,0,0,0,0,223103107 +111001601,11,2,20020011,1,0,0,0,0,223103107 +111001601,12,2,20030011,1,0,0,0,0,223103107 +111001601,13,2,20040011,1,0,0,0,0,223103107 +111001601,14,2,20050011,1,0,0,0,0,223103107 +111001601,15,2,20060011,1,0,0,0,0,223103107 +111001601,16,2,20070011,1,0,0,0,0,223103107 +111001601,17,2,20080011,1,0,0,0,0,223103107 +111001601,18,2,20090011,1,0,0,0,0,223103107 +111001601,19,2,30010007,1,0,0,0,0,223103107 +111001601,20,2,30020007,1,0,0,0,0,223103107 +111001601,21,2,30030007,1,0,0,0,0,223103107 +111001601,22,2,30040007,1,0,0,0,0,223103107 +111001601,23,2,30050007,1,0,0,0,0,223103107 +111001601,24,2,30060007,1,0,0,0,0,223103107 +111001601,25,2,30070007,1,0,0,0,0,223103107 +111001601,26,2,30080007,1,0,0,0,0,223103107 +111001601,27,2,30090007,1,0,0,0,0,223103107 +111001601,28,2,30100007,1,0,0,0,0,223103107 +111001601,29,2,30110007,1,0,0,0,0,223103107 +111001601,30,2,30120007,1,0,0,0,0,223103107 +111001601,31,2,40010007,1,0,0,0,0,223103107 +111001601,32,2,40020007,1,0,0,0,0,223103107 +111001601,33,2,40030007,1,0,0,0,0,223103107 +111001601,34,2,40040007,1,0,0,0,0,223103107 +111001601,35,2,40050007,1,0,0,0,0,223103107 +111001601,36,2,40060007,1,0,0,0,0,223103107 +111001601,37,2,40070007,1,0,0,0,0,223103107 +111001601,38,2,40080007,1,0,0,0,0,223103107 +111001601,39,2,40090007,1,0,0,0,0,223103107 +111001601,40,2,40020009,1,0,0,0,0,223103107 +111001601,41,2,40090009,1,0,0,0,0,223103107 +111001601,42,2,10010016,1,0,0,0,0,223103107 +111001601,43,2,10020015,1,0,0,0,0,223103107 +111001601,44,2,20010014,1,0,0,0,0,223103107 +111001601,45,2,20020013,1,0,0,0,0,223103107 +111001601,46,2,30060009,1,0,0,0,0,223103107 +111001601,47,2,30080009,1,0,0,0,0,223103107 +111001601,48,2,20030013,1,0,0,0,0,223103107 +111001601,49,2,20040013,1,0,0,0,0,223103107 +111001601,50,2,40040009,1,0,0,0,0,223103107 +111001601,51,2,40050009,1,0,0,0,0,223103107 +111001601,52,2,30010010,1,0,0,0,0,223103107 +111001601,53,2,30100009,1,0,0,0,0,223103107 +111001601,54,2,10030016,1,0,0,0,0,223103107 +111001601,55,2,10050015,1,0,0,0,0,223103107 +111001601,56,2,40070010,1,0,0,0,0,223103107 +111001601,57,2,40080010,1,0,0,0,0,223103107 +111001601,58,2,20060015,1,0,0,0,0,223103107 +111001601,59,2,20080014,1,0,0,0,0,223103107 +111001601,60,2,10060015,1,0,0,0,0,223103107 +111001601,61,2,10070017,1,0,0,0,0,223103107 +111001601,62,2,30110010,1,0,0,1,0,223103107 +111001601,63,2,30120010,1,0,0,1,0,223103107 +111001601,64,2,20040015,1,0,0,1,0,223103107 +111001601,65,2,20070015,1,0,0,1,0,223103107 +111001701,1,2,10010013,1,0,0,0,0,223111501 +111001701,2,2,10020013,1,0,0,0,0,223111501 +111001701,3,2,10030013,1,0,0,0,0,223111501 +111001701,4,2,10040013,1,0,0,0,0,223111501 +111001701,5,2,10050013,1,0,0,0,0,223111501 +111001701,6,2,10060013,1,0,0,0,0,223111501 +111001701,7,2,10070013,1,0,0,0,0,223111501 +111001701,8,2,10080013,1,0,0,0,0,223111501 +111001701,9,2,10090013,1,0,0,0,0,223111501 +111001701,10,2,20010011,1,0,0,0,0,223111501 +111001701,11,2,20020011,1,0,0,0,0,223111501 +111001701,12,2,20030011,1,0,0,0,0,223111501 +111001701,13,2,20040011,1,0,0,0,0,223111501 +111001701,14,2,20050011,1,0,0,0,0,223111501 +111001701,15,2,20060011,1,0,0,0,0,223111501 +111001701,16,2,20070011,1,0,0,0,0,223111501 +111001701,17,2,20080011,1,0,0,0,0,223111501 +111001701,18,2,20090011,1,0,0,0,0,223111501 +111001701,19,2,30010007,1,0,0,0,0,223111501 +111001701,20,2,30020007,1,0,0,0,0,223111501 +111001701,21,2,30030007,1,0,0,0,0,223111501 +111001701,22,2,30040007,1,0,0,0,0,223111501 +111001701,23,2,30050007,1,0,0,0,0,223111501 +111001701,24,2,30060007,1,0,0,0,0,223111501 +111001701,25,2,30070007,1,0,0,0,0,223111501 +111001701,26,2,30080007,1,0,0,0,0,223111501 +111001701,27,2,30090007,1,0,0,0,0,223111501 +111001701,28,2,30100007,1,0,0,0,0,223111501 +111001701,29,2,30110007,1,0,0,0,0,223111501 +111001701,30,2,30120007,1,0,0,0,0,223111501 +111001701,31,2,40010007,1,0,0,0,0,223111501 +111001701,32,2,40020007,1,0,0,0,0,223111501 +111001701,33,2,40030007,1,0,0,0,0,223111501 +111001701,34,2,40040007,1,0,0,0,0,223111501 +111001701,35,2,40050007,1,0,0,0,0,223111501 +111001701,36,2,40060007,1,0,0,0,0,223111501 +111001701,37,2,40070007,1,0,0,0,0,223111501 +111001701,38,2,40080007,1,0,0,0,0,223111501 +111001701,39,2,40090007,1,0,0,0,0,223111501 +111001701,40,2,40020009,1,0,0,0,0,223111501 +111001701,41,2,40090009,1,0,0,0,0,223111501 +111001701,42,2,10010016,1,0,0,0,0,223111501 +111001701,43,2,10020015,1,0,0,0,0,223111501 +111001701,44,2,20010014,1,0,0,0,0,223111501 +111001701,45,2,20020013,1,0,0,0,0,223111501 +111001701,46,2,30060009,1,0,0,0,0,223111501 +111001701,47,2,30080009,1,0,0,0,0,223111501 +111001701,48,2,20030013,1,0,0,0,0,223111501 +111001701,49,2,20040013,1,0,0,0,0,223111501 +111001701,50,2,40040009,1,0,0,0,0,223111501 +111001701,51,2,40050009,1,0,0,0,0,223111501 +111001701,52,2,30010010,1,0,0,0,0,223111501 +111001701,53,2,30100009,1,0,0,0,0,223111501 +111001701,54,2,10030016,1,0,0,0,0,223111501 +111001701,55,2,10050015,1,0,0,0,0,223111501 +111001701,56,2,40070010,1,0,0,0,0,223111501 +111001701,57,2,40080010,1,0,0,0,0,223111501 +111001701,58,2,20060015,1,0,0,0,0,223111501 +111001701,59,2,20080014,1,0,0,0,0,223111501 +111001701,60,2,10060015,1,0,0,0,0,223111501 +111001701,61,2,10070017,1,0,0,0,0,223111501 +111001701,62,2,30110010,1,0,0,0,0,223111501 +111001701,63,2,30120010,1,0,0,0,0,223111501 +111001701,64,2,20040015,1,0,0,1,0,223111501 +111001701,65,2,20070015,1,0,0,1,0,223111501 +111001701,66,2,40030012,1,0,0,1,0,223111501 +111001701,67,2,40060011,1,0,0,1,0,223111501 +111001801,1,2,10010013,1,0,0,0,0,223113008 +111001801,2,2,10020013,1,0,0,0,0,223113008 +111001801,3,2,10030013,1,0,0,0,0,223113008 +111001801,4,2,10040013,1,0,0,0,0,223113008 +111001801,5,2,10050013,1,0,0,0,0,223113008 +111001801,6,2,10060013,1,0,0,0,0,223113008 +111001801,7,2,10070013,1,0,0,0,0,223113008 +111001801,8,2,10080013,1,0,0,0,0,223113008 +111001801,9,2,10090013,1,0,0,0,0,223113008 +111001801,10,2,20010011,1,0,0,0,0,223113008 +111001801,11,2,20020011,1,0,0,0,0,223113008 +111001801,12,2,20030011,1,0,0,0,0,223113008 +111001801,13,2,20040011,1,0,0,0,0,223113008 +111001801,14,2,20050011,1,0,0,0,0,223113008 +111001801,15,2,20060011,1,0,0,0,0,223113008 +111001801,16,2,20070011,1,0,0,0,0,223113008 +111001801,17,2,20080011,1,0,0,0,0,223113008 +111001801,18,2,20090011,1,0,0,0,0,223113008 +111001801,19,2,30010007,1,0,0,0,0,223113008 +111001801,20,2,30020007,1,0,0,0,0,223113008 +111001801,21,2,30030007,1,0,0,0,0,223113008 +111001801,22,2,30040007,1,0,0,0,0,223113008 +111001801,23,2,30050007,1,0,0,0,0,223113008 +111001801,24,2,30060007,1,0,0,0,0,223113008 +111001801,25,2,30070007,1,0,0,0,0,223113008 +111001801,26,2,30080007,1,0,0,0,0,223113008 +111001801,27,2,30090007,1,0,0,0,0,223113008 +111001801,28,2,30100007,1,0,0,0,0,223113008 +111001801,29,2,30110007,1,0,0,0,0,223113008 +111001801,30,2,30120007,1,0,0,0,0,223113008 +111001801,31,2,40010007,1,0,0,0,0,223113008 +111001801,32,2,40020007,1,0,0,0,0,223113008 +111001801,33,2,40030007,1,0,0,0,0,223113008 +111001801,34,2,40040007,1,0,0,0,0,223113008 +111001801,35,2,40050007,1,0,0,0,0,223113008 +111001801,36,2,40060007,1,0,0,0,0,223113008 +111001801,37,2,40070007,1,0,0,0,0,223113008 +111001801,38,2,40080007,1,0,0,0,0,223113008 +111001801,39,2,40090007,1,0,0,0,0,223113008 +111001801,40,2,40020009,1,0,0,0,0,223113008 +111001801,41,2,40090009,1,0,0,0,0,223113008 +111001801,42,2,10010016,1,0,0,0,0,223113008 +111001801,43,2,10020015,1,0,0,0,0,223113008 +111001801,44,2,20010014,1,0,0,0,0,223113008 +111001801,45,2,20020013,1,0,0,0,0,223113008 +111001801,46,2,30060009,1,0,0,0,0,223113008 +111001801,47,2,30080009,1,0,0,0,0,223113008 +111001801,48,2,20030013,1,0,0,0,0,223113008 +111001801,49,2,20040013,1,0,0,0,0,223113008 +111001801,50,2,40040009,1,0,0,0,0,223113008 +111001801,51,2,40050009,1,0,0,0,0,223113008 +111001801,52,2,30010010,1,0,0,0,0,223113008 +111001801,53,2,30100009,1,0,0,0,0,223113008 +111001801,54,2,10030016,1,0,0,0,0,223113008 +111001801,55,2,10050015,1,0,0,0,0,223113008 +111001801,56,2,40070010,1,0,0,0,0,223113008 +111001801,57,2,40080010,1,0,0,0,0,223113008 +111001801,58,2,20060015,1,0,0,0,0,223113008 +111001801,59,2,20080014,1,0,0,0,0,223113008 +111001801,60,2,10060015,1,0,0,0,0,223113008 +111001801,61,2,10070017,1,0,0,0,0,223113008 +111001801,62,2,30110010,1,0,0,0,0,223113008 +111001801,63,2,30120010,1,0,0,0,0,223113008 +111001801,64,2,20040015,1,0,0,0,0,223113008 +111001801,65,2,20070015,1,0,0,0,0,223113008 +111001801,66,2,40030012,1,0,0,1,0,223113008 +111001801,67,2,40060011,1,0,0,1,0,223113008 +111001801,68,2,30050013,1,0,0,1,0,223113008 +111001801,69,2,30070013,1,0,0,1,0,223113008 +111001901,1,2,10010013,1,0,0,0,0,223121513 +111001901,2,2,10020013,1,0,0,0,0,223121513 +111001901,3,2,10030013,1,0,0,0,0,223121513 +111001901,4,2,10040013,1,0,0,0,0,223121513 +111001901,5,2,10050013,1,0,0,0,0,223121513 +111001901,6,2,10060013,1,0,0,0,0,223121513 +111001901,7,2,10070013,1,0,0,0,0,223121513 +111001901,8,2,10080013,1,0,0,0,0,223121513 +111001901,9,2,10090013,1,0,0,0,0,223121513 +111001901,10,2,20010011,1,0,0,0,0,223121513 +111001901,11,2,20020011,1,0,0,0,0,223121513 +111001901,12,2,20030011,1,0,0,0,0,223121513 +111001901,13,2,20040011,1,0,0,0,0,223121513 +111001901,14,2,20050011,1,0,0,0,0,223121513 +111001901,15,2,20060011,1,0,0,0,0,223121513 +111001901,16,2,20070011,1,0,0,0,0,223121513 +111001901,17,2,20080011,1,0,0,0,0,223121513 +111001901,18,2,20090011,1,0,0,0,0,223121513 +111001901,19,2,30010007,1,0,0,0,0,223121513 +111001901,20,2,30020007,1,0,0,0,0,223121513 +111001901,21,2,30030007,1,0,0,0,0,223121513 +111001901,22,2,30040007,1,0,0,0,0,223121513 +111001901,23,2,30050007,1,0,0,0,0,223121513 +111001901,24,2,30060007,1,0,0,0,0,223121513 +111001901,25,2,30070007,1,0,0,0,0,223121513 +111001901,26,2,30080007,1,0,0,0,0,223121513 +111001901,27,2,30090007,1,0,0,0,0,223121513 +111001901,28,2,30100007,1,0,0,0,0,223121513 +111001901,29,2,30110007,1,0,0,0,0,223121513 +111001901,30,2,30120007,1,0,0,0,0,223121513 +111001901,31,2,40010007,1,0,0,0,0,223121513 +111001901,32,2,40020007,1,0,0,0,0,223121513 +111001901,33,2,40030007,1,0,0,0,0,223121513 +111001901,34,2,40040007,1,0,0,0,0,223121513 +111001901,35,2,40050007,1,0,0,0,0,223121513 +111001901,36,2,40060007,1,0,0,0,0,223121513 +111001901,37,2,40070007,1,0,0,0,0,223121513 +111001901,38,2,40080007,1,0,0,0,0,223121513 +111001901,39,2,40090007,1,0,0,0,0,223121513 +111001901,40,2,40020009,1,0,0,0,0,223121513 +111001901,41,2,40090009,1,0,0,0,0,223121513 +111001901,42,2,10010016,1,0,0,0,0,223121513 +111001901,43,2,10020015,1,0,0,0,0,223121513 +111001901,44,2,20010014,1,0,0,0,0,223121513 +111001901,45,2,20020013,1,0,0,0,0,223121513 +111001901,46,2,30060009,1,0,0,0,0,223121513 +111001901,47,2,30080009,1,0,0,0,0,223121513 +111001901,48,2,20030013,1,0,0,0,0,223121513 +111001901,49,2,20040013,1,0,0,0,0,223121513 +111001901,50,2,40040009,1,0,0,0,0,223121513 +111001901,51,2,40050009,1,0,0,0,0,223121513 +111001901,52,2,30010010,1,0,0,0,0,223121513 +111001901,53,2,30100009,1,0,0,0,0,223121513 +111001901,54,2,10030016,1,0,0,0,0,223121513 +111001901,55,2,10050015,1,0,0,0,0,223121513 +111001901,56,2,40070010,1,0,0,0,0,223121513 +111001901,57,2,40080010,1,0,0,0,0,223121513 +111001901,58,2,20060015,1,0,0,0,0,223121513 +111001901,59,2,20080014,1,0,0,0,0,223121513 +111001901,60,2,10060015,1,0,0,0,0,223121513 +111001901,61,2,10070017,1,0,0,0,0,223121513 +111001901,62,2,30110010,1,0,0,0,0,223121513 +111001901,63,2,30120010,1,0,0,0,0,223121513 +111001901,64,2,20040015,1,0,0,0,0,223121513 +111001901,65,2,20070015,1,0,0,0,0,223121513 +111001901,66,2,40030012,1,0,0,0,0,223121513 +111001901,67,2,40060011,1,0,0,0,0,223121513 +111001901,68,2,30050013,1,0,0,1,0,223121513 +111001901,69,2,30070013,1,0,0,1,0,223121513 +111001901,70,2,10040019,1,0,0,1,0,223121513 +111001901,71,2,10090018,1,0,0,1,0,223121513 +111002001,1,2,10010013,1,0,0,0,0,223123107 +111002001,2,2,10020013,1,0,0,0,0,223123107 +111002001,3,2,10030013,1,0,0,0,0,223123107 +111002001,4,2,10040013,1,0,0,0,0,223123107 +111002001,5,2,10050013,1,0,0,0,0,223123107 +111002001,6,2,10060013,1,0,0,0,0,223123107 +111002001,7,2,10070013,1,0,0,0,0,223123107 +111002001,8,2,10080013,1,0,0,0,0,223123107 +111002001,9,2,10090013,1,0,0,0,0,223123107 +111002001,10,2,20010011,1,0,0,0,0,223123107 +111002001,11,2,20020011,1,0,0,0,0,223123107 +111002001,12,2,20030011,1,0,0,0,0,223123107 +111002001,13,2,20040011,1,0,0,0,0,223123107 +111002001,14,2,20050011,1,0,0,0,0,223123107 +111002001,15,2,20060011,1,0,0,0,0,223123107 +111002001,16,2,20070011,1,0,0,0,0,223123107 +111002001,17,2,20080011,1,0,0,0,0,223123107 +111002001,18,2,20090011,1,0,0,0,0,223123107 +111002001,19,2,30010007,1,0,0,0,0,223123107 +111002001,20,2,30020007,1,0,0,0,0,223123107 +111002001,21,2,30030007,1,0,0,0,0,223123107 +111002001,22,2,30040007,1,0,0,0,0,223123107 +111002001,23,2,30050007,1,0,0,0,0,223123107 +111002001,24,2,30060007,1,0,0,0,0,223123107 +111002001,25,2,30070007,1,0,0,0,0,223123107 +111002001,26,2,30080007,1,0,0,0,0,223123107 +111002001,27,2,30090007,1,0,0,0,0,223123107 +111002001,28,2,30100007,1,0,0,0,0,223123107 +111002001,29,2,30110007,1,0,0,0,0,223123107 +111002001,30,2,30120007,1,0,0,0,0,223123107 +111002001,31,2,40010007,1,0,0,0,0,223123107 +111002001,32,2,40020007,1,0,0,0,0,223123107 +111002001,33,2,40030007,1,0,0,0,0,223123107 +111002001,34,2,40040007,1,0,0,0,0,223123107 +111002001,35,2,40050007,1,0,0,0,0,223123107 +111002001,36,2,40060007,1,0,0,0,0,223123107 +111002001,37,2,40070007,1,0,0,0,0,223123107 +111002001,38,2,40080007,1,0,0,0,0,223123107 +111002001,39,2,40090007,1,0,0,0,0,223123107 +111002001,40,2,40020009,1,0,0,0,0,223123107 +111002001,41,2,40090009,1,0,0,0,0,223123107 +111002001,42,2,10010016,1,0,0,0,0,223123107 +111002001,43,2,10020015,1,0,0,0,0,223123107 +111002001,44,2,20010014,1,0,0,0,0,223123107 +111002001,45,2,20020013,1,0,0,0,0,223123107 +111002001,46,2,30060009,1,0,0,0,0,223123107 +111002001,47,2,30080009,1,0,0,0,0,223123107 +111002001,48,2,20030013,1,0,0,0,0,223123107 +111002001,49,2,20040013,1,0,0,0,0,223123107 +111002001,50,2,40040009,1,0,0,0,0,223123107 +111002001,51,2,40050009,1,0,0,0,0,223123107 +111002001,52,2,30010010,1,0,0,0,0,223123107 +111002001,53,2,30100009,1,0,0,0,0,223123107 +111002001,54,2,10030016,1,0,0,0,0,223123107 +111002001,55,2,10050015,1,0,0,0,0,223123107 +111002001,56,2,40070010,1,0,0,0,0,223123107 +111002001,57,2,40080010,1,0,0,0,0,223123107 +111002001,58,2,20060015,1,0,0,0,0,223123107 +111002001,59,2,20080014,1,0,0,0,0,223123107 +111002001,60,2,10060015,1,0,0,0,0,223123107 +111002001,61,2,10070017,1,0,0,0,0,223123107 +111002001,62,2,30110010,1,0,0,0,0,223123107 +111002001,63,2,30120010,1,0,0,0,0,223123107 +111002001,64,2,20040015,1,0,0,0,0,223123107 +111002001,65,2,20070015,1,0,0,0,0,223123107 +111002001,66,2,40030012,1,0,0,0,0,223123107 +111002001,67,2,40060011,1,0,0,0,0,223123107 +111002001,68,2,30050013,1,0,0,0,0,223123107 +111002001,69,2,30070013,1,0,0,0,0,223123107 +111002001,70,2,10040019,1,0,0,1,0,223123107 +111002001,71,2,10090018,1,0,0,1,0,223123107 +111002001,72,2,40010014,1,0,0,1,0,223123107 +111002001,73,2,40020012,1,0,0,1,0,223123107 +111002101,1,2,10010013,1,0,0,0,0,224011508 +111002101,2,2,10020013,1,0,0,0,0,224011508 +111002101,3,2,10030013,1,0,0,0,0,224011508 +111002101,4,2,10040013,1,0,0,0,0,224011508 +111002101,5,2,10050013,1,0,0,0,0,224011508 +111002101,6,2,10060013,1,0,0,0,0,224011508 +111002101,7,2,10070013,1,0,0,0,0,224011508 +111002101,8,2,10080013,1,0,0,0,0,224011508 +111002101,9,2,10090013,1,0,0,0,0,224011508 +111002101,10,2,20010011,1,0,0,0,0,224011508 +111002101,11,2,20020011,1,0,0,0,0,224011508 +111002101,12,2,20030011,1,0,0,0,0,224011508 +111002101,13,2,20040011,1,0,0,0,0,224011508 +111002101,14,2,20050011,1,0,0,0,0,224011508 +111002101,15,2,20060011,1,0,0,0,0,224011508 +111002101,16,2,20070011,1,0,0,0,0,224011508 +111002101,17,2,20080011,1,0,0,0,0,224011508 +111002101,18,2,20090011,1,0,0,0,0,224011508 +111002101,19,2,30010007,1,0,0,0,0,224011508 +111002101,20,2,30020007,1,0,0,0,0,224011508 +111002101,21,2,30030007,1,0,0,0,0,224011508 +111002101,22,2,30040007,1,0,0,0,0,224011508 +111002101,23,2,30050007,1,0,0,0,0,224011508 +111002101,24,2,30060007,1,0,0,0,0,224011508 +111002101,25,2,30070007,1,0,0,0,0,224011508 +111002101,26,2,30080007,1,0,0,0,0,224011508 +111002101,27,2,30090007,1,0,0,0,0,224011508 +111002101,28,2,30100007,1,0,0,0,0,224011508 +111002101,29,2,30110007,1,0,0,0,0,224011508 +111002101,30,2,30120007,1,0,0,0,0,224011508 +111002101,31,2,40010007,1,0,0,0,0,224011508 +111002101,32,2,40020007,1,0,0,0,0,224011508 +111002101,33,2,40030007,1,0,0,0,0,224011508 +111002101,34,2,40040007,1,0,0,0,0,224011508 +111002101,35,2,40050007,1,0,0,0,0,224011508 +111002101,36,2,40060007,1,0,0,0,0,224011508 +111002101,37,2,40070007,1,0,0,0,0,224011508 +111002101,38,2,40080007,1,0,0,0,0,224011508 +111002101,39,2,40090007,1,0,0,0,0,224011508 +111002101,40,2,40020009,1,0,0,0,0,224011508 +111002101,41,2,40090009,1,0,0,0,0,224011508 +111002101,42,2,10010016,1,0,0,0,0,224011508 +111002101,43,2,10020015,1,0,0,0,0,224011508 +111002101,44,2,20010014,1,0,0,0,0,224011508 +111002101,45,2,20020013,1,0,0,0,0,224011508 +111002101,46,2,30060009,1,0,0,0,0,224011508 +111002101,47,2,30080009,1,0,0,0,0,224011508 +111002101,48,2,20030013,1,0,0,0,0,224011508 +111002101,49,2,20040013,1,0,0,0,0,224011508 +111002101,50,2,40040009,1,0,0,0,0,224011508 +111002101,51,2,40050009,1,0,0,0,0,224011508 +111002101,52,2,30010010,1,0,0,0,0,224011508 +111002101,53,2,30100009,1,0,0,0,0,224011508 +111002101,54,2,10030016,1,0,0,0,0,224011508 +111002101,55,2,10050015,1,0,0,0,0,224011508 +111002101,56,2,40070010,1,0,0,0,0,224011508 +111002101,57,2,40080010,1,0,0,0,0,224011508 +111002101,58,2,20060015,1,0,0,0,0,224011508 +111002101,59,2,20080014,1,0,0,0,0,224011508 +111002101,60,2,10060015,1,0,0,0,0,224011508 +111002101,61,2,10070017,1,0,0,0,0,224011508 +111002101,62,2,30110010,1,0,0,0,0,224011508 +111002101,63,2,30120010,1,0,0,0,0,224011508 +111002101,64,2,20040015,1,0,0,0,0,224011508 +111002101,65,2,20070015,1,0,0,0,0,224011508 +111002101,66,2,40030012,1,0,0,0,0,224011508 +111002101,67,2,40060011,1,0,0,0,0,224011508 +111002101,68,2,30050013,1,0,0,0,0,224011508 +111002101,69,2,30070013,1,0,0,0,0,224011508 +111002101,70,2,10040019,1,0,0,0,0,224011508 +111002101,71,2,10090018,1,0,0,0,0,224011508 +111002101,72,2,40010014,1,0,0,1,0,224011508 +111002101,73,2,40020012,1,0,0,1,0,224011508 +111002101,74,2,20050017,1,0,0,1,0,224011508 +111002101,75,2,20090016,1,0,0,1,0,224011508 +111002201,1,2,10010013,1,0,0,0,0,224013108 +111002201,2,2,10020013,1,0,0,0,0,224013108 +111002201,3,2,10030013,1,0,0,0,0,224013108 +111002201,4,2,10040013,1,0,0,0,0,224013108 +111002201,5,2,10050013,1,0,0,0,0,224013108 +111002201,6,2,10060013,1,0,0,0,0,224013108 +111002201,7,2,10070013,1,0,0,0,0,224013108 +111002201,8,2,10080013,1,0,0,0,0,224013108 +111002201,9,2,10090013,1,0,0,0,0,224013108 +111002201,10,2,20010011,1,0,0,0,0,224013108 +111002201,11,2,20020011,1,0,0,0,0,224013108 +111002201,12,2,20030011,1,0,0,0,0,224013108 +111002201,13,2,20040011,1,0,0,0,0,224013108 +111002201,14,2,20050011,1,0,0,0,0,224013108 +111002201,15,2,20060011,1,0,0,0,0,224013108 +111002201,16,2,20070011,1,0,0,0,0,224013108 +111002201,17,2,20080011,1,0,0,0,0,224013108 +111002201,18,2,20090011,1,0,0,0,0,224013108 +111002201,19,2,30010007,1,0,0,0,0,224013108 +111002201,20,2,30020007,1,0,0,0,0,224013108 +111002201,21,2,30030007,1,0,0,0,0,224013108 +111002201,22,2,30040007,1,0,0,0,0,224013108 +111002201,23,2,30050007,1,0,0,0,0,224013108 +111002201,24,2,30060007,1,0,0,0,0,224013108 +111002201,25,2,30070007,1,0,0,0,0,224013108 +111002201,26,2,30080007,1,0,0,0,0,224013108 +111002201,27,2,30090007,1,0,0,0,0,224013108 +111002201,28,2,30100007,1,0,0,0,0,224013108 +111002201,29,2,30110007,1,0,0,0,0,224013108 +111002201,30,2,30120007,1,0,0,0,0,224013108 +111002201,31,2,40010007,1,0,0,0,0,224013108 +111002201,32,2,40020007,1,0,0,0,0,224013108 +111002201,33,2,40030007,1,0,0,0,0,224013108 +111002201,34,2,40040007,1,0,0,0,0,224013108 +111002201,35,2,40050007,1,0,0,0,0,224013108 +111002201,36,2,40060007,1,0,0,0,0,224013108 +111002201,37,2,40070007,1,0,0,0,0,224013108 +111002201,38,2,40080007,1,0,0,0,0,224013108 +111002201,39,2,40090007,1,0,0,0,0,224013108 +111002201,40,2,40020009,1,0,0,0,0,224013108 +111002201,41,2,40090009,1,0,0,0,0,224013108 +111002201,42,2,10010016,1,0,0,0,0,224013108 +111002201,43,2,10020015,1,0,0,0,0,224013108 +111002201,44,2,20010014,1,0,0,0,0,224013108 +111002201,45,2,20020013,1,0,0,0,0,224013108 +111002201,46,2,30060009,1,0,0,0,0,224013108 +111002201,47,2,30080009,1,0,0,0,0,224013108 +111002201,48,2,20030013,1,0,0,0,0,224013108 +111002201,49,2,20040013,1,0,0,0,0,224013108 +111002201,50,2,40040009,1,0,0,0,0,224013108 +111002201,51,2,40050009,1,0,0,0,0,224013108 +111002201,52,2,30010010,1,0,0,0,0,224013108 +111002201,53,2,30100009,1,0,0,0,0,224013108 +111002201,54,2,10030016,1,0,0,0,0,224013108 +111002201,55,2,10050015,1,0,0,0,0,224013108 +111002201,56,2,40070010,1,0,0,0,0,224013108 +111002201,57,2,40080010,1,0,0,0,0,224013108 +111002201,58,2,20060015,1,0,0,0,0,224013108 +111002201,59,2,20080014,1,0,0,0,0,224013108 +111002201,60,2,10060015,1,0,0,0,0,224013108 +111002201,61,2,10070017,1,0,0,0,0,224013108 +111002201,62,2,30110010,1,0,0,0,0,224013108 +111002201,63,2,30120010,1,0,0,0,0,224013108 +111002201,64,2,20040015,1,0,0,0,0,224013108 +111002201,65,2,20070015,1,0,0,0,0,224013108 +111002201,66,2,40030012,1,0,0,0,0,224013108 +111002201,67,2,40060011,1,0,0,0,0,224013108 +111002201,68,2,30050013,1,0,0,0,0,224013108 +111002201,69,2,30070013,1,0,0,0,0,224013108 +111002201,70,2,10040019,1,0,0,0,0,224013108 +111002201,71,2,10090018,1,0,0,0,0,224013108 +111002201,72,2,40010014,1,0,0,0,0,224013108 +111002201,73,2,40020012,1,0,0,0,0,224013108 +111002201,74,2,20050017,1,0,0,1,0,224013108 +111002201,75,2,20090016,1,0,0,1,0,224013108 +111002201,76,2,10030018,1,0,0,1,0,224013108 +111002201,77,2,10060017,1,0,0,1,0,224013108 +111002301,1,2,10010013,1,0,0,0,0,224021409 +111002301,2,2,10020013,1,0,0,0,0,224021409 +111002301,3,2,10030013,1,0,0,0,0,224021409 +111002301,4,2,10040013,1,0,0,0,0,224021409 +111002301,5,2,10050013,1,0,0,0,0,224021409 +111002301,6,2,10060013,1,0,0,0,0,224021409 +111002301,7,2,10070013,1,0,0,0,0,224021409 +111002301,8,2,10080013,1,0,0,0,0,224021409 +111002301,9,2,10090013,1,0,0,0,0,224021409 +111002301,10,2,20010011,1,0,0,0,0,224021409 +111002301,11,2,20020011,1,0,0,0,0,224021409 +111002301,12,2,20030011,1,0,0,0,0,224021409 +111002301,13,2,20040011,1,0,0,0,0,224021409 +111002301,14,2,20050011,1,0,0,0,0,224021409 +111002301,15,2,20060011,1,0,0,0,0,224021409 +111002301,16,2,20070011,1,0,0,0,0,224021409 +111002301,17,2,20080011,1,0,0,0,0,224021409 +111002301,18,2,20090011,1,0,0,0,0,224021409 +111002301,19,2,30010007,1,0,0,0,0,224021409 +111002301,20,2,30020007,1,0,0,0,0,224021409 +111002301,21,2,30030007,1,0,0,0,0,224021409 +111002301,22,2,30040007,1,0,0,0,0,224021409 +111002301,23,2,30050007,1,0,0,0,0,224021409 +111002301,24,2,30060007,1,0,0,0,0,224021409 +111002301,25,2,30070007,1,0,0,0,0,224021409 +111002301,26,2,30080007,1,0,0,0,0,224021409 +111002301,27,2,30090007,1,0,0,0,0,224021409 +111002301,28,2,30100007,1,0,0,0,0,224021409 +111002301,29,2,30110007,1,0,0,0,0,224021409 +111002301,30,2,30120007,1,0,0,0,0,224021409 +111002301,31,2,40010007,1,0,0,0,0,224021409 +111002301,32,2,40020007,1,0,0,0,0,224021409 +111002301,33,2,40030007,1,0,0,0,0,224021409 +111002301,34,2,40040007,1,0,0,0,0,224021409 +111002301,35,2,40050007,1,0,0,0,0,224021409 +111002301,36,2,40060007,1,0,0,0,0,224021409 +111002301,37,2,40070007,1,0,0,0,0,224021409 +111002301,38,2,40080007,1,0,0,0,0,224021409 +111002301,39,2,40090007,1,0,0,0,0,224021409 +111002301,40,2,40020009,1,0,0,0,0,224021409 +111002301,41,2,40090009,1,0,0,0,0,224021409 +111002301,42,2,10010016,1,0,0,0,0,224021409 +111002301,43,2,10020015,1,0,0,0,0,224021409 +111002301,44,2,20010014,1,0,0,0,0,224021409 +111002301,45,2,20020013,1,0,0,0,0,224021409 +111002301,46,2,30060009,1,0,0,0,0,224021409 +111002301,47,2,30080009,1,0,0,0,0,224021409 +111002301,48,2,20030013,1,0,0,0,0,224021409 +111002301,49,2,20040013,1,0,0,0,0,224021409 +111002301,50,2,40040009,1,0,0,0,0,224021409 +111002301,51,2,40050009,1,0,0,0,0,224021409 +111002301,52,2,30010010,1,0,0,0,0,224021409 +111002301,53,2,30100009,1,0,0,0,0,224021409 +111002301,54,2,10030016,1,0,0,0,0,224021409 +111002301,55,2,10050015,1,0,0,0,0,224021409 +111002301,56,2,40070010,1,0,0,0,0,224021409 +111002301,57,2,40080010,1,0,0,0,0,224021409 +111002301,58,2,20060015,1,0,0,0,0,224021409 +111002301,59,2,20080014,1,0,0,0,0,224021409 +111002301,60,2,10060015,1,0,0,0,0,224021409 +111002301,61,2,10070017,1,0,0,0,0,224021409 +111002301,62,2,30110010,1,0,0,0,0,224021409 +111002301,63,2,30120010,1,0,0,0,0,224021409 +111002301,64,2,20040015,1,0,0,0,0,224021409 +111002301,65,2,20070015,1,0,0,0,0,224021409 +111002301,66,2,40030012,1,0,0,0,0,224021409 +111002301,67,2,40060011,1,0,0,0,0,224021409 +111002301,68,2,30050013,1,0,0,0,0,224021409 +111002301,69,2,30070013,1,0,0,0,0,224021409 +111002301,70,2,10040019,1,0,0,0,0,224021409 +111002301,71,2,10090018,1,0,0,0,0,224021409 +111002301,72,2,40010014,1,0,0,0,0,224021409 +111002301,73,2,40020012,1,0,0,0,0,224021409 +111002301,74,2,20050017,1,0,0,0,0,224021409 +111002301,75,2,20090016,1,0,0,0,0,224021409 +111002301,76,2,10030018,1,0,0,1,0,224021409 +111002301,77,2,10060017,1,0,0,1,0,224021409 +111002301,78,2,30030014,1,0,0,1,0,224021409 +111002301,79,2,30040014,1,0,0,1,0,224021409 +111002401,1,2,10010013,1,0,0,0,0,224030120 +111002401,2,2,10020013,1,0,0,0,0,224030120 +111002401,3,2,10030013,1,0,0,0,0,224030120 +111002401,4,2,10040013,1,0,0,0,0,224030120 +111002401,5,2,10050013,1,0,0,0,0,224030120 +111002401,6,2,10060013,1,0,0,0,0,224030120 +111002401,7,2,10070013,1,0,0,0,0,224030120 +111002401,8,2,10080013,1,0,0,0,0,224030120 +111002401,9,2,10090013,1,0,0,0,0,224030120 +111002401,10,2,20010011,1,0,0,0,0,224030120 +111002401,11,2,20020011,1,0,0,0,0,224030120 +111002401,12,2,20030011,1,0,0,0,0,224030120 +111002401,13,2,20040011,1,0,0,0,0,224030120 +111002401,14,2,20050011,1,0,0,0,0,224030120 +111002401,15,2,20060011,1,0,0,0,0,224030120 +111002401,16,2,20070011,1,0,0,0,0,224030120 +111002401,17,2,20080011,1,0,0,0,0,224030120 +111002401,18,2,20090011,1,0,0,0,0,224030120 +111002401,19,2,30010007,1,0,0,0,0,224030120 +111002401,20,2,30020007,1,0,0,0,0,224030120 +111002401,21,2,30030007,1,0,0,0,0,224030120 +111002401,22,2,30040007,1,0,0,0,0,224030120 +111002401,23,2,30050007,1,0,0,0,0,224030120 +111002401,24,2,30060007,1,0,0,0,0,224030120 +111002401,25,2,30070007,1,0,0,0,0,224030120 +111002401,26,2,30080007,1,0,0,0,0,224030120 +111002401,27,2,30090007,1,0,0,0,0,224030120 +111002401,28,2,30100007,1,0,0,0,0,224030120 +111002401,29,2,30110007,1,0,0,0,0,224030120 +111002401,30,2,30120007,1,0,0,0,0,224030120 +111002401,31,2,40010007,1,0,0,0,0,224030120 +111002401,32,2,40020007,1,0,0,0,0,224030120 +111002401,33,2,40030007,1,0,0,0,0,224030120 +111002401,34,2,40040007,1,0,0,0,0,224030120 +111002401,35,2,40050007,1,0,0,0,0,224030120 +111002401,36,2,40060007,1,0,0,0,0,224030120 +111002401,37,2,40070007,1,0,0,0,0,224030120 +111002401,38,2,40080007,1,0,0,0,0,224030120 +111002401,39,2,40090007,1,0,0,0,0,224030120 +111002401,40,2,40020009,1,0,0,0,0,224030120 +111002401,41,2,40090009,1,0,0,0,0,224030120 +111002401,42,2,10010016,1,0,0,0,0,224030120 +111002401,43,2,10020015,1,0,0,0,0,224030120 +111002401,44,2,20010014,1,0,0,0,0,224030120 +111002401,45,2,20020013,1,0,0,0,0,224030120 +111002401,46,2,30060009,1,0,0,0,0,224030120 +111002401,47,2,30080009,1,0,0,0,0,224030120 +111002401,48,2,20030013,1,0,0,0,0,224030120 +111002401,49,2,20040013,1,0,0,0,0,224030120 +111002401,50,2,40040009,1,0,0,0,0,224030120 +111002401,51,2,40050009,1,0,0,0,0,224030120 +111002401,52,2,30010010,1,0,0,0,0,224030120 +111002401,53,2,30100009,1,0,0,0,0,224030120 +111002401,54,2,10030016,1,0,0,0,0,224030120 +111002401,55,2,10050015,1,0,0,0,0,224030120 +111002401,56,2,40070010,1,0,0,0,0,224030120 +111002401,57,2,40080010,1,0,0,0,0,224030120 +111002401,58,2,20060015,1,0,0,0,0,224030120 +111002401,59,2,20080014,1,0,0,0,0,224030120 +111002401,60,2,10060015,1,0,0,0,0,224030120 +111002401,61,2,10070017,1,0,0,0,0,224030120 +111002401,62,2,30110010,1,0,0,0,0,224030120 +111002401,63,2,30120010,1,0,0,0,0,224030120 +111002401,64,2,20040015,1,0,0,0,0,224030120 +111002401,65,2,20070015,1,0,0,0,0,224030120 +111002401,66,2,40030012,1,0,0,0,0,224030120 +111002401,67,2,40060011,1,0,0,0,0,224030120 +111002401,68,2,30050013,1,0,0,0,0,224030120 +111002401,69,2,30070013,1,0,0,0,0,224030120 +111002401,70,2,10040019,1,0,0,0,0,224030120 +111002401,71,2,10090018,1,0,0,0,0,224030120 +111002401,72,2,40010014,1,0,0,0,0,224030120 +111002401,73,2,40020012,1,0,0,0,0,224030120 +111002401,74,2,20050017,1,0,0,0,0,224030120 +111002401,75,2,20090016,1,0,0,0,0,224030120 +111002401,76,2,10030018,1,0,0,0,0,224030120 +111002401,77,2,10060017,1,0,0,0,0,224030120 +111002401,78,2,30030014,1,0,0,1,0,224030120 +111002401,79,2,30040014,1,0,0,1,0,224030120 +111002401,80,2,20020016,1,0,0,1,0,224030120 +111002401,81,2,20060016,1,0,0,1,0,224030120 +211000101,1,2,10010016,1,0,0,1,0,223043002 +211000101,2,2,10020015,1,0,0,1,0,223043002 +211000102,1,2,10010013,1,0,0,0,0,223043002 +211000102,2,2,10020013,1,0,0,0,0,223043002 +211000102,3,2,10030013,1,0,0,0,0,223043002 +211000102,4,2,10040013,1,0,0,0,0,223043002 +211000102,5,2,10050013,1,0,0,0,0,223043002 +211000102,6,2,10060013,1,0,0,0,0,223043002 +211000102,7,2,10070013,1,0,0,0,0,223043002 +211000102,8,2,10080013,1,0,0,0,0,223043002 +211000102,9,2,10090013,1,0,0,0,0,223043002 +211000102,10,2,20010011,1,0,0,0,0,223043002 +211000102,11,2,20020011,1,0,0,0,0,223043002 +211000102,12,2,20030011,1,0,0,0,0,223043002 +211000102,13,2,20040011,1,0,0,0,0,223043002 +211000102,14,2,20050011,1,0,0,0,0,223043002 +211000102,15,2,20060011,1,0,0,0,0,223043002 +211000102,16,2,20070011,1,0,0,0,0,223043002 +211000102,17,2,20080011,1,0,0,0,0,223043002 +211000102,18,2,20090011,1,0,0,0,0,223043002 +211000102,19,2,30010007,1,0,0,0,0,223043002 +211000102,20,2,30020007,1,0,0,0,0,223043002 +211000102,21,2,30030007,1,0,0,0,0,223043002 +211000102,22,2,30040007,1,0,0,0,0,223043002 +211000102,23,2,30050007,1,0,0,0,0,223043002 +211000102,24,2,30060007,1,0,0,0,0,223043002 +211000102,25,2,30070007,1,0,0,0,0,223043002 +211000102,26,2,30080007,1,0,0,0,0,223043002 +211000102,27,2,30090007,1,0,0,0,0,223043002 +211000102,28,2,30100007,1,0,0,0,0,223043002 +211000102,29,2,30110007,1,0,0,0,0,223043002 +211000102,30,2,30120007,1,0,0,0,0,223043002 +211000102,31,2,40010007,1,0,0,0,0,223043002 +211000102,32,2,40020007,1,0,0,0,0,223043002 +211000102,33,2,40030007,1,0,0,0,0,223043002 +211000102,34,2,40040007,1,0,0,0,0,223043002 +211000102,35,2,40050007,1,0,0,0,0,223043002 +211000102,36,2,40060007,1,0,0,0,0,223043002 +211000102,37,2,40070007,1,0,0,0,0,223043002 +211000102,38,2,40080007,1,0,0,0,0,223043002 +211000102,39,2,40090007,1,0,0,0,0,223043002 +211000102,40,2,40020009,1,0,0,0,0,223043002 +211000102,41,2,40090009,1,0,0,0,0,223043002 +211000201,1,2,20010014,1,0,0,1,0,223051502 +211000201,2,2,20020013,1,0,0,1,0,223051502 +211000202,1,2,10010013,1,0,0,0,0,223051502 +211000202,2,2,10020013,1,0,0,0,0,223051502 +211000202,3,2,10030013,1,0,0,0,0,223051502 +211000202,4,2,10040013,1,0,0,0,0,223051502 +211000202,5,2,10050013,1,0,0,0,0,223051502 +211000202,6,2,10060013,1,0,0,0,0,223051502 +211000202,7,2,10070013,1,0,0,0,0,223051502 +211000202,8,2,10080013,1,0,0,0,0,223051502 +211000202,9,2,10090013,1,0,0,0,0,223051502 +211000202,10,2,20010011,1,0,0,0,0,223051502 +211000202,11,2,20020011,1,0,0,0,0,223051502 +211000202,12,2,20030011,1,0,0,0,0,223051502 +211000202,13,2,20040011,1,0,0,0,0,223051502 +211000202,14,2,20050011,1,0,0,0,0,223051502 +211000202,15,2,20060011,1,0,0,0,0,223051502 +211000202,16,2,20070011,1,0,0,0,0,223051502 +211000202,17,2,20080011,1,0,0,0,0,223051502 +211000202,18,2,20090011,1,0,0,0,0,223051502 +211000202,19,2,30010007,1,0,0,0,0,223051502 +211000202,20,2,30020007,1,0,0,0,0,223051502 +211000202,21,2,30030007,1,0,0,0,0,223051502 +211000202,22,2,30040007,1,0,0,0,0,223051502 +211000202,23,2,30050007,1,0,0,0,0,223051502 +211000202,24,2,30060007,1,0,0,0,0,223051502 +211000202,25,2,30070007,1,0,0,0,0,223051502 +211000202,26,2,30080007,1,0,0,0,0,223051502 +211000202,27,2,30090007,1,0,0,0,0,223051502 +211000202,28,2,30100007,1,0,0,0,0,223051502 +211000202,29,2,30110007,1,0,0,0,0,223051502 +211000202,30,2,30120007,1,0,0,0,0,223051502 +211000202,31,2,40010007,1,0,0,0,0,223051502 +211000202,32,2,40020007,1,0,0,0,0,223051502 +211000202,33,2,40030007,1,0,0,0,0,223051502 +211000202,34,2,40040007,1,0,0,0,0,223051502 +211000202,35,2,40050007,1,0,0,0,0,223051502 +211000202,36,2,40060007,1,0,0,0,0,223051502 +211000202,37,2,40070007,1,0,0,0,0,223051502 +211000202,38,2,40080007,1,0,0,0,0,223051502 +211000202,39,2,40090007,1,0,0,0,0,223051502 +211000202,40,2,40020009,1,0,0,0,0,223051502 +211000202,41,2,40090009,1,0,0,0,0,223051502 +211000202,42,2,10010016,1,0,0,0,0,223051502 +211000202,43,2,10020015,1,0,0,0,0,223051502 +211000301,1,2,30060009,1,0,0,1,0,223053102 +211000301,2,2,30080009,1,0,0,1,0,223053102 +211000302,1,2,10010013,1,0,0,0,0,223053102 +211000302,2,2,10020013,1,0,0,0,0,223053102 +211000302,3,2,10030013,1,0,0,0,0,223053102 +211000302,4,2,10040013,1,0,0,0,0,223053102 +211000302,5,2,10050013,1,0,0,0,0,223053102 +211000302,6,2,10060013,1,0,0,0,0,223053102 +211000302,7,2,10070013,1,0,0,0,0,223053102 +211000302,8,2,10080013,1,0,0,0,0,223053102 +211000302,9,2,10090013,1,0,0,0,0,223053102 +211000302,10,2,20010011,1,0,0,0,0,223053102 +211000302,11,2,20020011,1,0,0,0,0,223053102 +211000302,12,2,20030011,1,0,0,0,0,223053102 +211000302,13,2,20040011,1,0,0,0,0,223053102 +211000302,14,2,20050011,1,0,0,0,0,223053102 +211000302,15,2,20060011,1,0,0,0,0,223053102 +211000302,16,2,20070011,1,0,0,0,0,223053102 +211000302,17,2,20080011,1,0,0,0,0,223053102 +211000302,18,2,20090011,1,0,0,0,0,223053102 +211000302,19,2,30010007,1,0,0,0,0,223053102 +211000302,20,2,30020007,1,0,0,0,0,223053102 +211000302,21,2,30030007,1,0,0,0,0,223053102 +211000302,22,2,30040007,1,0,0,0,0,223053102 +211000302,23,2,30050007,1,0,0,0,0,223053102 +211000302,24,2,30060007,1,0,0,0,0,223053102 +211000302,25,2,30070007,1,0,0,0,0,223053102 +211000302,26,2,30080007,1,0,0,0,0,223053102 +211000302,27,2,30090007,1,0,0,0,0,223053102 +211000302,28,2,30100007,1,0,0,0,0,223053102 +211000302,29,2,30110007,1,0,0,0,0,223053102 +211000302,30,2,30120007,1,0,0,0,0,223053102 +211000302,31,2,40010007,1,0,0,0,0,223053102 +211000302,32,2,40020007,1,0,0,0,0,223053102 +211000302,33,2,40030007,1,0,0,0,0,223053102 +211000302,34,2,40040007,1,0,0,0,0,223053102 +211000302,35,2,40050007,1,0,0,0,0,223053102 +211000302,36,2,40060007,1,0,0,0,0,223053102 +211000302,37,2,40070007,1,0,0,0,0,223053102 +211000302,38,2,40080007,1,0,0,0,0,223053102 +211000302,39,2,40090007,1,0,0,0,0,223053102 +211000302,40,2,40020009,1,0,0,0,0,223053102 +211000302,41,2,40090009,1,0,0,0,0,223053102 +211000302,42,2,10010016,1,0,0,0,0,223053102 +211000302,43,2,10020015,1,0,0,0,0,223053102 +211000302,44,2,20010014,1,0,0,0,0,223053102 +211000302,45,2,20020013,1,0,0,0,0,223053102 +211000401,1,2,20030013,1,0,0,1,0,223061502 +211000402,1,2,20040013,1,0,0,0,0,223061502 +211000402,2,2,10010013,1,0,0,0,0,223061502 +211000402,3,2,10020013,1,0,0,0,0,223061502 +211000402,4,2,10030013,1,0,0,0,0,223061502 +211000402,5,2,10040013,1,0,0,0,0,223061502 +211000402,6,2,10050013,1,0,0,0,0,223061502 +211000402,7,2,10060013,1,0,0,0,0,223061502 +211000402,8,2,10070013,1,0,0,0,0,223061502 +211000402,9,2,10080013,1,0,0,0,0,223061502 +211000402,10,2,10090013,1,0,0,0,0,223061502 +211000402,11,2,20010011,1,0,0,0,0,223061502 +211000402,12,2,20020011,1,0,0,0,0,223061502 +211000402,13,2,20030011,1,0,0,0,0,223061502 +211000402,14,2,20040011,1,0,0,0,0,223061502 +211000402,15,2,20050011,1,0,0,0,0,223061502 +211000402,16,2,20060011,1,0,0,0,0,223061502 +211000402,17,2,20070011,1,0,0,0,0,223061502 +211000402,18,2,20080011,1,0,0,0,0,223061502 +211000402,19,2,20090011,1,0,0,0,0,223061502 +211000402,20,2,30010007,1,0,0,0,0,223061502 +211000402,21,2,30020007,1,0,0,0,0,223061502 +211000402,22,2,30030007,1,0,0,0,0,223061502 +211000402,23,2,30040007,1,0,0,0,0,223061502 +211000402,24,2,30050007,1,0,0,0,0,223061502 +211000402,25,2,30060007,1,0,0,0,0,223061502 +211000402,26,2,30070007,1,0,0,0,0,223061502 +211000402,27,2,30080007,1,0,0,0,0,223061502 +211000402,28,2,30090007,1,0,0,0,0,223061502 +211000402,29,2,30100007,1,0,0,0,0,223061502 +211000402,30,2,30110007,1,0,0,0,0,223061502 +211000402,31,2,30120007,1,0,0,0,0,223061502 +211000402,32,2,40010007,1,0,0,0,0,223061502 +211000402,33,2,40020007,1,0,0,0,0,223061502 +211000402,34,2,40030007,1,0,0,0,0,223061502 +211000402,35,2,40040007,1,0,0,0,0,223061502 +211000402,36,2,40050007,1,0,0,0,0,223061502 +211000402,37,2,40060007,1,0,0,0,0,223061502 +211000402,38,2,40070007,1,0,0,0,0,223061502 +211000402,39,2,40080007,1,0,0,0,0,223061502 +211000402,40,2,40090007,1,0,0,0,0,223061502 +211000402,41,2,40020009,1,0,0,0,0,223061502 +211000402,42,2,40090009,1,0,0,0,0,223061502 +211000402,43,2,10010016,1,0,0,0,0,223061502 +211000402,44,2,10020015,1,0,0,0,0,223061502 +211000402,45,2,20010014,1,0,0,0,0,223061502 +211000402,46,2,20020013,1,0,0,0,0,223061502 +211000402,47,2,30060009,1,0,0,0,0,223061502 +211000402,48,2,30080009,1,0,0,0,0,223061502 +211000501,1,2,20040013,1,0,0,1,0,223061502 +211000502,1,2,20030013,1,0,0,0,0,223061502 +211000502,2,2,10010013,1,0,0,0,0,223061502 +211000502,3,2,10020013,1,0,0,0,0,223061502 +211000502,4,2,10030013,1,0,0,0,0,223061502 +211000502,5,2,10040013,1,0,0,0,0,223061502 +211000502,6,2,10050013,1,0,0,0,0,223061502 +211000502,7,2,10060013,1,0,0,0,0,223061502 +211000502,8,2,10070013,1,0,0,0,0,223061502 +211000502,9,2,10080013,1,0,0,0,0,223061502 +211000502,10,2,10090013,1,0,0,0,0,223061502 +211000502,11,2,20010011,1,0,0,0,0,223061502 +211000502,12,2,20020011,1,0,0,0,0,223061502 +211000502,13,2,20030011,1,0,0,0,0,223061502 +211000502,14,2,20040011,1,0,0,0,0,223061502 +211000502,15,2,20050011,1,0,0,0,0,223061502 +211000502,16,2,20060011,1,0,0,0,0,223061502 +211000502,17,2,20070011,1,0,0,0,0,223061502 +211000502,18,2,20080011,1,0,0,0,0,223061502 +211000502,19,2,20090011,1,0,0,0,0,223061502 +211000502,20,2,30010007,1,0,0,0,0,223061502 +211000502,21,2,30020007,1,0,0,0,0,223061502 +211000502,22,2,30030007,1,0,0,0,0,223061502 +211000502,23,2,30040007,1,0,0,0,0,223061502 +211000502,24,2,30050007,1,0,0,0,0,223061502 +211000502,25,2,30060007,1,0,0,0,0,223061502 +211000502,26,2,30070007,1,0,0,0,0,223061502 +211000502,27,2,30080007,1,0,0,0,0,223061502 +211000502,28,2,30090007,1,0,0,0,0,223061502 +211000502,29,2,30100007,1,0,0,0,0,223061502 +211000502,30,2,30110007,1,0,0,0,0,223061502 +211000502,31,2,30120007,1,0,0,0,0,223061502 +211000502,32,2,40010007,1,0,0,0,0,223061502 +211000502,33,2,40020007,1,0,0,0,0,223061502 +211000502,34,2,40030007,1,0,0,0,0,223061502 +211000502,35,2,40040007,1,0,0,0,0,223061502 +211000502,36,2,40050007,1,0,0,0,0,223061502 +211000502,37,2,40060007,1,0,0,0,0,223061502 +211000502,38,2,40070007,1,0,0,0,0,223061502 +211000502,39,2,40080007,1,0,0,0,0,223061502 +211000502,40,2,40090007,1,0,0,0,0,223061502 +211000502,41,2,40020009,1,0,0,0,0,223061502 +211000502,42,2,40090009,1,0,0,0,0,223061502 +211000502,43,2,10010016,1,0,0,0,0,223061502 +211000502,44,2,10020015,1,0,0,0,0,223061502 +211000502,45,2,20010014,1,0,0,0,0,223061502 +211000502,46,2,20020013,1,0,0,0,0,223061502 +211000502,47,2,30060009,1,0,0,0,0,223061502 +211000502,48,2,30080009,1,0,0,0,0,223061502 +211000601,1,2,40040009,1,0,0,1,0,223063002 +211000602,1,2,40050009,1,0,0,0,0,223063002 +211000602,2,2,10010013,1,0,0,0,0,223063002 +211000602,3,2,10020013,1,0,0,0,0,223063002 +211000602,4,2,10030013,1,0,0,0,0,223063002 +211000602,5,2,10040013,1,0,0,0,0,223063002 +211000602,6,2,10050013,1,0,0,0,0,223063002 +211000602,7,2,10060013,1,0,0,0,0,223063002 +211000602,8,2,10070013,1,0,0,0,0,223063002 +211000602,9,2,10080013,1,0,0,0,0,223063002 +211000602,10,2,10090013,1,0,0,0,0,223063002 +211000602,11,2,20010011,1,0,0,0,0,223063002 +211000602,12,2,20020011,1,0,0,0,0,223063002 +211000602,13,2,20030011,1,0,0,0,0,223063002 +211000602,14,2,20040011,1,0,0,0,0,223063002 +211000602,15,2,20050011,1,0,0,0,0,223063002 +211000602,16,2,20060011,1,0,0,0,0,223063002 +211000602,17,2,20070011,1,0,0,0,0,223063002 +211000602,18,2,20080011,1,0,0,0,0,223063002 +211000602,19,2,20090011,1,0,0,0,0,223063002 +211000602,20,2,30010007,1,0,0,0,0,223063002 +211000602,21,2,30020007,1,0,0,0,0,223063002 +211000602,22,2,30030007,1,0,0,0,0,223063002 +211000602,23,2,30040007,1,0,0,0,0,223063002 +211000602,24,2,30050007,1,0,0,0,0,223063002 +211000602,25,2,30060007,1,0,0,0,0,223063002 +211000602,26,2,30070007,1,0,0,0,0,223063002 +211000602,27,2,30080007,1,0,0,0,0,223063002 +211000602,28,2,30090007,1,0,0,0,0,223063002 +211000602,29,2,30100007,1,0,0,0,0,223063002 +211000602,30,2,30110007,1,0,0,0,0,223063002 +211000602,31,2,30120007,1,0,0,0,0,223063002 +211000602,32,2,40010007,1,0,0,0,0,223063002 +211000602,33,2,40020007,1,0,0,0,0,223063002 +211000602,34,2,40030007,1,0,0,0,0,223063002 +211000602,35,2,40040007,1,0,0,0,0,223063002 +211000602,36,2,40050007,1,0,0,0,0,223063002 +211000602,37,2,40060007,1,0,0,0,0,223063002 +211000602,38,2,40070007,1,0,0,0,0,223063002 +211000602,39,2,40080007,1,0,0,0,0,223063002 +211000602,40,2,40090007,1,0,0,0,0,223063002 +211000602,41,2,40020009,1,0,0,0,0,223063002 +211000602,42,2,40090009,1,0,0,0,0,223063002 +211000602,43,2,10010016,1,0,0,0,0,223063002 +211000602,44,2,10020015,1,0,0,0,0,223063002 +211000602,45,2,20010014,1,0,0,0,0,223063002 +211000602,46,2,20020013,1,0,0,0,0,223063002 +211000602,47,2,30060009,1,0,0,0,0,223063002 +211000602,48,2,30080009,1,0,0,0,0,223063002 +211000602,49,2,20030013,1,0,0,0,0,223063002 +211000602,50,2,20040013,1,0,0,0,0,223063002 +211000701,1,2,40050009,1,0,0,1,0,223063002 +211000702,1,2,40040009,1,0,0,0,0,223063002 +211000702,2,2,10010013,1,0,0,0,0,223063002 +211000702,3,2,10020013,1,0,0,0,0,223063002 +211000702,4,2,10030013,1,0,0,0,0,223063002 +211000702,5,2,10040013,1,0,0,0,0,223063002 +211000702,6,2,10050013,1,0,0,0,0,223063002 +211000702,7,2,10060013,1,0,0,0,0,223063002 +211000702,8,2,10070013,1,0,0,0,0,223063002 +211000702,9,2,10080013,1,0,0,0,0,223063002 +211000702,10,2,10090013,1,0,0,0,0,223063002 +211000702,11,2,20010011,1,0,0,0,0,223063002 +211000702,12,2,20020011,1,0,0,0,0,223063002 +211000702,13,2,20030011,1,0,0,0,0,223063002 +211000702,14,2,20040011,1,0,0,0,0,223063002 +211000702,15,2,20050011,1,0,0,0,0,223063002 +211000702,16,2,20060011,1,0,0,0,0,223063002 +211000702,17,2,20070011,1,0,0,0,0,223063002 +211000702,18,2,20080011,1,0,0,0,0,223063002 +211000702,19,2,20090011,1,0,0,0,0,223063002 +211000702,20,2,30010007,1,0,0,0,0,223063002 +211000702,21,2,30020007,1,0,0,0,0,223063002 +211000702,22,2,30030007,1,0,0,0,0,223063002 +211000702,23,2,30040007,1,0,0,0,0,223063002 +211000702,24,2,30050007,1,0,0,0,0,223063002 +211000702,25,2,30060007,1,0,0,0,0,223063002 +211000702,26,2,30070007,1,0,0,0,0,223063002 +211000702,27,2,30080007,1,0,0,0,0,223063002 +211000702,28,2,30090007,1,0,0,0,0,223063002 +211000702,29,2,30100007,1,0,0,0,0,223063002 +211000702,30,2,30110007,1,0,0,0,0,223063002 +211000702,31,2,30120007,1,0,0,0,0,223063002 +211000702,32,2,40010007,1,0,0,0,0,223063002 +211000702,33,2,40020007,1,0,0,0,0,223063002 +211000702,34,2,40030007,1,0,0,0,0,223063002 +211000702,35,2,40040007,1,0,0,0,0,223063002 +211000702,36,2,40050007,1,0,0,0,0,223063002 +211000702,37,2,40060007,1,0,0,0,0,223063002 +211000702,38,2,40070007,1,0,0,0,0,223063002 +211000702,39,2,40080007,1,0,0,0,0,223063002 +211000702,40,2,40090007,1,0,0,0,0,223063002 +211000702,41,2,40020009,1,0,0,0,0,223063002 +211000702,42,2,40090009,1,0,0,0,0,223063002 +211000702,43,2,10010016,1,0,0,0,0,223063002 +211000702,44,2,10020015,1,0,0,0,0,223063002 +211000702,45,2,20010014,1,0,0,0,0,223063002 +211000702,46,2,20020013,1,0,0,0,0,223063002 +211000702,47,2,30060009,1,0,0,0,0,223063002 +211000702,48,2,30080009,1,0,0,0,0,223063002 +211000702,49,2,20030013,1,0,0,0,0,223063002 +211000702,50,2,20040013,1,0,0,0,0,223063002 +211000801,1,2,30010010,1,0,0,1,0,223071503 +211000802,1,2,30100009,1,0,0,0,0,223071503 +211000802,2,2,10010013,1,0,0,0,0,223071503 +211000802,3,2,10020013,1,0,0,0,0,223071503 +211000802,4,2,10030013,1,0,0,0,0,223071503 +211000802,5,2,10040013,1,0,0,0,0,223071503 +211000802,6,2,10050013,1,0,0,0,0,223071503 +211000802,7,2,10060013,1,0,0,0,0,223071503 +211000802,8,2,10070013,1,0,0,0,0,223071503 +211000802,9,2,10080013,1,0,0,0,0,223071503 +211000802,10,2,10090013,1,0,0,0,0,223071503 +211000802,11,2,20010011,1,0,0,0,0,223071503 +211000802,12,2,20020011,1,0,0,0,0,223071503 +211000802,13,2,20030011,1,0,0,0,0,223071503 +211000802,14,2,20040011,1,0,0,0,0,223071503 +211000802,15,2,20050011,1,0,0,0,0,223071503 +211000802,16,2,20060011,1,0,0,0,0,223071503 +211000802,17,2,20070011,1,0,0,0,0,223071503 +211000802,18,2,20080011,1,0,0,0,0,223071503 +211000802,19,2,20090011,1,0,0,0,0,223071503 +211000802,20,2,30010007,1,0,0,0,0,223071503 +211000802,21,2,30020007,1,0,0,0,0,223071503 +211000802,22,2,30030007,1,0,0,0,0,223071503 +211000802,23,2,30040007,1,0,0,0,0,223071503 +211000802,24,2,30050007,1,0,0,0,0,223071503 +211000802,25,2,30060007,1,0,0,0,0,223071503 +211000802,26,2,30070007,1,0,0,0,0,223071503 +211000802,27,2,30080007,1,0,0,0,0,223071503 +211000802,28,2,30090007,1,0,0,0,0,223071503 +211000802,29,2,30100007,1,0,0,0,0,223071503 +211000802,30,2,30110007,1,0,0,0,0,223071503 +211000802,31,2,30120007,1,0,0,0,0,223071503 +211000802,32,2,40010007,1,0,0,0,0,223071503 +211000802,33,2,40020007,1,0,0,0,0,223071503 +211000802,34,2,40030007,1,0,0,0,0,223071503 +211000802,35,2,40040007,1,0,0,0,0,223071503 +211000802,36,2,40050007,1,0,0,0,0,223071503 +211000802,37,2,40060007,1,0,0,0,0,223071503 +211000802,38,2,40070007,1,0,0,0,0,223071503 +211000802,39,2,40080007,1,0,0,0,0,223071503 +211000802,40,2,40090007,1,0,0,0,0,223071503 +211000802,41,2,40020009,1,0,0,0,0,223071503 +211000802,42,2,40090009,1,0,0,0,0,223071503 +211000802,43,2,10010016,1,0,0,0,0,223071503 +211000802,44,2,10020015,1,0,0,0,0,223071503 +211000802,45,2,20010014,1,0,0,0,0,223071503 +211000802,46,2,20020013,1,0,0,0,0,223071503 +211000802,47,2,30060009,1,0,0,0,0,223071503 +211000802,48,2,30080009,1,0,0,0,0,223071503 +211000802,49,2,20030013,1,0,0,0,0,223071503 +211000802,50,2,20040013,1,0,0,0,0,223071503 +211000802,51,2,40040009,1,0,0,0,0,223071503 +211000802,52,2,40050009,1,0,0,0,0,223071503 +211000901,1,2,30100009,1,0,0,1,0,223071503 +211000902,1,2,30010010,1,0,0,0,0,223071503 +211000902,2,2,10010013,1,0,0,0,0,223071503 +211000902,3,2,10020013,1,0,0,0,0,223071503 +211000902,4,2,10030013,1,0,0,0,0,223071503 +211000902,5,2,10040013,1,0,0,0,0,223071503 +211000902,6,2,10050013,1,0,0,0,0,223071503 +211000902,7,2,10060013,1,0,0,0,0,223071503 +211000902,8,2,10070013,1,0,0,0,0,223071503 +211000902,9,2,10080013,1,0,0,0,0,223071503 +211000902,10,2,10090013,1,0,0,0,0,223071503 +211000902,11,2,20010011,1,0,0,0,0,223071503 +211000902,12,2,20020011,1,0,0,0,0,223071503 +211000902,13,2,20030011,1,0,0,0,0,223071503 +211000902,14,2,20040011,1,0,0,0,0,223071503 +211000902,15,2,20050011,1,0,0,0,0,223071503 +211000902,16,2,20060011,1,0,0,0,0,223071503 +211000902,17,2,20070011,1,0,0,0,0,223071503 +211000902,18,2,20080011,1,0,0,0,0,223071503 +211000902,19,2,20090011,1,0,0,0,0,223071503 +211000902,20,2,30010007,1,0,0,0,0,223071503 +211000902,21,2,30020007,1,0,0,0,0,223071503 +211000902,22,2,30030007,1,0,0,0,0,223071503 +211000902,23,2,30040007,1,0,0,0,0,223071503 +211000902,24,2,30050007,1,0,0,0,0,223071503 +211000902,25,2,30060007,1,0,0,0,0,223071503 +211000902,26,2,30070007,1,0,0,0,0,223071503 +211000902,27,2,30080007,1,0,0,0,0,223071503 +211000902,28,2,30090007,1,0,0,0,0,223071503 +211000902,29,2,30100007,1,0,0,0,0,223071503 +211000902,30,2,30110007,1,0,0,0,0,223071503 +211000902,31,2,30120007,1,0,0,0,0,223071503 +211000902,32,2,40010007,1,0,0,0,0,223071503 +211000902,33,2,40020007,1,0,0,0,0,223071503 +211000902,34,2,40030007,1,0,0,0,0,223071503 +211000902,35,2,40040007,1,0,0,0,0,223071503 +211000902,36,2,40050007,1,0,0,0,0,223071503 +211000902,37,2,40060007,1,0,0,0,0,223071503 +211000902,38,2,40070007,1,0,0,0,0,223071503 +211000902,39,2,40080007,1,0,0,0,0,223071503 +211000902,40,2,40090007,1,0,0,0,0,223071503 +211000902,41,2,40020009,1,0,0,0,0,223071503 +211000902,42,2,40090009,1,0,0,0,0,223071503 +211000902,43,2,10010016,1,0,0,0,0,223071503 +211000902,44,2,10020015,1,0,0,0,0,223071503 +211000902,45,2,20010014,1,0,0,0,0,223071503 +211000902,46,2,20020013,1,0,0,0,0,223071503 +211000902,47,2,30060009,1,0,0,0,0,223071503 +211000902,48,2,30080009,1,0,0,0,0,223071503 +211000902,49,2,20030013,1,0,0,0,0,223071503 +211000902,50,2,20040013,1,0,0,0,0,223071503 +211000902,51,2,40040009,1,0,0,0,0,223071503 +211000902,52,2,40050009,1,0,0,0,0,223071503 +211001001,1,2,10030016,1,0,0,1,0,223073102 +211001002,1,2,10050015,1,0,0,0,0,223073102 +211001002,2,2,10010013,1,0,0,0,0,223073102 +211001002,3,2,10020013,1,0,0,0,0,223073102 +211001002,4,2,10030013,1,0,0,0,0,223073102 +211001002,5,2,10040013,1,0,0,0,0,223073102 +211001002,6,2,10050013,1,0,0,0,0,223073102 +211001002,7,2,10060013,1,0,0,0,0,223073102 +211001002,8,2,10070013,1,0,0,0,0,223073102 +211001002,9,2,10080013,1,0,0,0,0,223073102 +211001002,10,2,10090013,1,0,0,0,0,223073102 +211001002,11,2,20010011,1,0,0,0,0,223073102 +211001002,12,2,20020011,1,0,0,0,0,223073102 +211001002,13,2,20030011,1,0,0,0,0,223073102 +211001002,14,2,20040011,1,0,0,0,0,223073102 +211001002,15,2,20050011,1,0,0,0,0,223073102 +211001002,16,2,20060011,1,0,0,0,0,223073102 +211001002,17,2,20070011,1,0,0,0,0,223073102 +211001002,18,2,20080011,1,0,0,0,0,223073102 +211001002,19,2,20090011,1,0,0,0,0,223073102 +211001002,20,2,30010007,1,0,0,0,0,223073102 +211001002,21,2,30020007,1,0,0,0,0,223073102 +211001002,22,2,30030007,1,0,0,0,0,223073102 +211001002,23,2,30040007,1,0,0,0,0,223073102 +211001002,24,2,30050007,1,0,0,0,0,223073102 +211001002,25,2,30060007,1,0,0,0,0,223073102 +211001002,26,2,30070007,1,0,0,0,0,223073102 +211001002,27,2,30080007,1,0,0,0,0,223073102 +211001002,28,2,30090007,1,0,0,0,0,223073102 +211001002,29,2,30100007,1,0,0,0,0,223073102 +211001002,30,2,30110007,1,0,0,0,0,223073102 +211001002,31,2,30120007,1,0,0,0,0,223073102 +211001002,32,2,40010007,1,0,0,0,0,223073102 +211001002,33,2,40020007,1,0,0,0,0,223073102 +211001002,34,2,40030007,1,0,0,0,0,223073102 +211001002,35,2,40040007,1,0,0,0,0,223073102 +211001002,36,2,40050007,1,0,0,0,0,223073102 +211001002,37,2,40060007,1,0,0,0,0,223073102 +211001002,38,2,40070007,1,0,0,0,0,223073102 +211001002,39,2,40080007,1,0,0,0,0,223073102 +211001002,40,2,40090007,1,0,0,0,0,223073102 +211001002,41,2,40020009,1,0,0,0,0,223073102 +211001002,42,2,40090009,1,0,0,0,0,223073102 +211001002,43,2,10010016,1,0,0,0,0,223073102 +211001002,44,2,10020015,1,0,0,0,0,223073102 +211001002,45,2,20010014,1,0,0,0,0,223073102 +211001002,46,2,20020013,1,0,0,0,0,223073102 +211001002,47,2,30060009,1,0,0,0,0,223073102 +211001002,48,2,30080009,1,0,0,0,0,223073102 +211001002,49,2,20030013,1,0,0,0,0,223073102 +211001002,50,2,20040013,1,0,0,0,0,223073102 +211001002,51,2,40040009,1,0,0,0,0,223073102 +211001002,52,2,40050009,1,0,0,0,0,223073102 +211001002,53,2,30010010,1,0,0,0,0,223073102 +211001002,54,2,30100009,1,0,0,0,0,223073102 +211001101,1,2,10050015,1,0,0,1,0,223073102 +211001102,1,2,10030016,1,0,0,0,0,223073102 +211001102,2,2,10010013,1,0,0,0,0,223073102 +211001102,3,2,10020013,1,0,0,0,0,223073102 +211001102,4,2,10030013,1,0,0,0,0,223073102 +211001102,5,2,10040013,1,0,0,0,0,223073102 +211001102,6,2,10050013,1,0,0,0,0,223073102 +211001102,7,2,10060013,1,0,0,0,0,223073102 +211001102,8,2,10070013,1,0,0,0,0,223073102 +211001102,9,2,10080013,1,0,0,0,0,223073102 +211001102,10,2,10090013,1,0,0,0,0,223073102 +211001102,11,2,20010011,1,0,0,0,0,223073102 +211001102,12,2,20020011,1,0,0,0,0,223073102 +211001102,13,2,20030011,1,0,0,0,0,223073102 +211001102,14,2,20040011,1,0,0,0,0,223073102 +211001102,15,2,20050011,1,0,0,0,0,223073102 +211001102,16,2,20060011,1,0,0,0,0,223073102 +211001102,17,2,20070011,1,0,0,0,0,223073102 +211001102,18,2,20080011,1,0,0,0,0,223073102 +211001102,19,2,20090011,1,0,0,0,0,223073102 +211001102,20,2,30010007,1,0,0,0,0,223073102 +211001102,21,2,30020007,1,0,0,0,0,223073102 +211001102,22,2,30030007,1,0,0,0,0,223073102 +211001102,23,2,30040007,1,0,0,0,0,223073102 +211001102,24,2,30050007,1,0,0,0,0,223073102 +211001102,25,2,30060007,1,0,0,0,0,223073102 +211001102,26,2,30070007,1,0,0,0,0,223073102 +211001102,27,2,30080007,1,0,0,0,0,223073102 +211001102,28,2,30090007,1,0,0,0,0,223073102 +211001102,29,2,30100007,1,0,0,0,0,223073102 +211001102,30,2,30110007,1,0,0,0,0,223073102 +211001102,31,2,30120007,1,0,0,0,0,223073102 +211001102,32,2,40010007,1,0,0,0,0,223073102 +211001102,33,2,40020007,1,0,0,0,0,223073102 +211001102,34,2,40030007,1,0,0,0,0,223073102 +211001102,35,2,40040007,1,0,0,0,0,223073102 +211001102,36,2,40050007,1,0,0,0,0,223073102 +211001102,37,2,40060007,1,0,0,0,0,223073102 +211001102,38,2,40070007,1,0,0,0,0,223073102 +211001102,39,2,40080007,1,0,0,0,0,223073102 +211001102,40,2,40090007,1,0,0,0,0,223073102 +211001102,41,2,40020009,1,0,0,0,0,223073102 +211001102,42,2,40090009,1,0,0,0,0,223073102 +211001102,43,2,10010016,1,0,0,0,0,223073102 +211001102,44,2,10020015,1,0,0,0,0,223073102 +211001102,45,2,20010014,1,0,0,0,0,223073102 +211001102,46,2,20020013,1,0,0,0,0,223073102 +211001102,47,2,30060009,1,0,0,0,0,223073102 +211001102,48,2,30080009,1,0,0,0,0,223073102 +211001102,49,2,20030013,1,0,0,0,0,223073102 +211001102,50,2,20040013,1,0,0,0,0,223073102 +211001102,51,2,40040009,1,0,0,0,0,223073102 +211001102,52,2,40050009,1,0,0,0,0,223073102 +211001102,53,2,30010010,1,0,0,0,0,223073102 +211001102,54,2,30100009,1,0,0,0,0,223073102 +211001201,1,2,40070010,1,0,0,1,0,223081502 +211001202,1,2,40080010,1,0,0,0,0,223081502 +211001202,2,2,10010013,1,0,0,0,0,223081502 +211001202,3,2,10020013,1,0,0,0,0,223081502 +211001202,4,2,10030013,1,0,0,0,0,223081502 +211001202,5,2,10040013,1,0,0,0,0,223081502 +211001202,6,2,10050013,1,0,0,0,0,223081502 +211001202,7,2,10060013,1,0,0,0,0,223081502 +211001202,8,2,10070013,1,0,0,0,0,223081502 +211001202,9,2,10080013,1,0,0,0,0,223081502 +211001202,10,2,10090013,1,0,0,0,0,223081502 +211001202,11,2,20010011,1,0,0,0,0,223081502 +211001202,12,2,20020011,1,0,0,0,0,223081502 +211001202,13,2,20030011,1,0,0,0,0,223081502 +211001202,14,2,20040011,1,0,0,0,0,223081502 +211001202,15,2,20050011,1,0,0,0,0,223081502 +211001202,16,2,20060011,1,0,0,0,0,223081502 +211001202,17,2,20070011,1,0,0,0,0,223081502 +211001202,18,2,20080011,1,0,0,0,0,223081502 +211001202,19,2,20090011,1,0,0,0,0,223081502 +211001202,20,2,30010007,1,0,0,0,0,223081502 +211001202,21,2,30020007,1,0,0,0,0,223081502 +211001202,22,2,30030007,1,0,0,0,0,223081502 +211001202,23,2,30040007,1,0,0,0,0,223081502 +211001202,24,2,30050007,1,0,0,0,0,223081502 +211001202,25,2,30060007,1,0,0,0,0,223081502 +211001202,26,2,30070007,1,0,0,0,0,223081502 +211001202,27,2,30080007,1,0,0,0,0,223081502 +211001202,28,2,30090007,1,0,0,0,0,223081502 +211001202,29,2,30100007,1,0,0,0,0,223081502 +211001202,30,2,30110007,1,0,0,0,0,223081502 +211001202,31,2,30120007,1,0,0,0,0,223081502 +211001202,32,2,40010007,1,0,0,0,0,223081502 +211001202,33,2,40020007,1,0,0,0,0,223081502 +211001202,34,2,40030007,1,0,0,0,0,223081502 +211001202,35,2,40040007,1,0,0,0,0,223081502 +211001202,36,2,40050007,1,0,0,0,0,223081502 +211001202,37,2,40060007,1,0,0,0,0,223081502 +211001202,38,2,40070007,1,0,0,0,0,223081502 +211001202,39,2,40080007,1,0,0,0,0,223081502 +211001202,40,2,40090007,1,0,0,0,0,223081502 +211001202,41,2,40020009,1,0,0,0,0,223081502 +211001202,42,2,40090009,1,0,0,0,0,223081502 +211001202,43,2,10010016,1,0,0,0,0,223081502 +211001202,44,2,10020015,1,0,0,0,0,223081502 +211001202,45,2,20010014,1,0,0,0,0,223081502 +211001202,46,2,20020013,1,0,0,0,0,223081502 +211001202,47,2,30060009,1,0,0,0,0,223081502 +211001202,48,2,30080009,1,0,0,0,0,223081502 +211001202,49,2,20030013,1,0,0,0,0,223081502 +211001202,50,2,20040013,1,0,0,0,0,223081502 +211001202,51,2,40040009,1,0,0,0,0,223081502 +211001202,52,2,40050009,1,0,0,0,0,223081502 +211001202,53,2,30010010,1,0,0,0,0,223081502 +211001202,54,2,30100009,1,0,0,0,0,223081502 +211001202,55,2,10030016,1,0,0,0,0,223081502 +211001202,56,2,10050015,1,0,0,0,0,223081502 +211001301,1,2,40080010,1,0,0,1,0,223081502 +211001302,1,2,40070010,1,0,0,0,0,223081502 +211001302,2,2,10010013,1,0,0,0,0,223081502 +211001302,3,2,10020013,1,0,0,0,0,223081502 +211001302,4,2,10030013,1,0,0,0,0,223081502 +211001302,5,2,10040013,1,0,0,0,0,223081502 +211001302,6,2,10050013,1,0,0,0,0,223081502 +211001302,7,2,10060013,1,0,0,0,0,223081502 +211001302,8,2,10070013,1,0,0,0,0,223081502 +211001302,9,2,10080013,1,0,0,0,0,223081502 +211001302,10,2,10090013,1,0,0,0,0,223081502 +211001302,11,2,20010011,1,0,0,0,0,223081502 +211001302,12,2,20020011,1,0,0,0,0,223081502 +211001302,13,2,20030011,1,0,0,0,0,223081502 +211001302,14,2,20040011,1,0,0,0,0,223081502 +211001302,15,2,20050011,1,0,0,0,0,223081502 +211001302,16,2,20060011,1,0,0,0,0,223081502 +211001302,17,2,20070011,1,0,0,0,0,223081502 +211001302,18,2,20080011,1,0,0,0,0,223081502 +211001302,19,2,20090011,1,0,0,0,0,223081502 +211001302,20,2,30010007,1,0,0,0,0,223081502 +211001302,21,2,30020007,1,0,0,0,0,223081502 +211001302,22,2,30030007,1,0,0,0,0,223081502 +211001302,23,2,30040007,1,0,0,0,0,223081502 +211001302,24,2,30050007,1,0,0,0,0,223081502 +211001302,25,2,30060007,1,0,0,0,0,223081502 +211001302,26,2,30070007,1,0,0,0,0,223081502 +211001302,27,2,30080007,1,0,0,0,0,223081502 +211001302,28,2,30090007,1,0,0,0,0,223081502 +211001302,29,2,30100007,1,0,0,0,0,223081502 +211001302,30,2,30110007,1,0,0,0,0,223081502 +211001302,31,2,30120007,1,0,0,0,0,223081502 +211001302,32,2,40010007,1,0,0,0,0,223081502 +211001302,33,2,40020007,1,0,0,0,0,223081502 +211001302,34,2,40030007,1,0,0,0,0,223081502 +211001302,35,2,40040007,1,0,0,0,0,223081502 +211001302,36,2,40050007,1,0,0,0,0,223081502 +211001302,37,2,40060007,1,0,0,0,0,223081502 +211001302,38,2,40070007,1,0,0,0,0,223081502 +211001302,39,2,40080007,1,0,0,0,0,223081502 +211001302,40,2,40090007,1,0,0,0,0,223081502 +211001302,41,2,40020009,1,0,0,0,0,223081502 +211001302,42,2,40090009,1,0,0,0,0,223081502 +211001302,43,2,10010016,1,0,0,0,0,223081502 +211001302,44,2,10020015,1,0,0,0,0,223081502 +211001302,45,2,20010014,1,0,0,0,0,223081502 +211001302,46,2,20020013,1,0,0,0,0,223081502 +211001302,47,2,30060009,1,0,0,0,0,223081502 +211001302,48,2,30080009,1,0,0,0,0,223081502 +211001302,49,2,20030013,1,0,0,0,0,223081502 +211001302,50,2,20040013,1,0,0,0,0,223081502 +211001302,51,2,40040009,1,0,0,0,0,223081502 +211001302,52,2,40050009,1,0,0,0,0,223081502 +211001302,53,2,30010010,1,0,0,0,0,223081502 +211001302,54,2,30100009,1,0,0,0,0,223081502 +211001302,55,2,10030016,1,0,0,0,0,223081502 +211001302,56,2,10050015,1,0,0,0,0,223081502 +211001401,1,2,20060015,1,0,0,1,0,223083102 +211001402,1,2,20080014,1,0,0,0,0,223083102 +211001402,2,2,10010013,1,0,0,0,0,223083102 +211001402,3,2,10020013,1,0,0,0,0,223083102 +211001402,4,2,10030013,1,0,0,0,0,223083102 +211001402,5,2,10040013,1,0,0,0,0,223083102 +211001402,6,2,10050013,1,0,0,0,0,223083102 +211001402,7,2,10060013,1,0,0,0,0,223083102 +211001402,8,2,10070013,1,0,0,0,0,223083102 +211001402,9,2,10080013,1,0,0,0,0,223083102 +211001402,10,2,10090013,1,0,0,0,0,223083102 +211001402,11,2,20010011,1,0,0,0,0,223083102 +211001402,12,2,20020011,1,0,0,0,0,223083102 +211001402,13,2,20030011,1,0,0,0,0,223083102 +211001402,14,2,20040011,1,0,0,0,0,223083102 +211001402,15,2,20050011,1,0,0,0,0,223083102 +211001402,16,2,20060011,1,0,0,0,0,223083102 +211001402,17,2,20070011,1,0,0,0,0,223083102 +211001402,18,2,20080011,1,0,0,0,0,223083102 +211001402,19,2,20090011,1,0,0,0,0,223083102 +211001402,20,2,30010007,1,0,0,0,0,223083102 +211001402,21,2,30020007,1,0,0,0,0,223083102 +211001402,22,2,30030007,1,0,0,0,0,223083102 +211001402,23,2,30040007,1,0,0,0,0,223083102 +211001402,24,2,30050007,1,0,0,0,0,223083102 +211001402,25,2,30060007,1,0,0,0,0,223083102 +211001402,26,2,30070007,1,0,0,0,0,223083102 +211001402,27,2,30080007,1,0,0,0,0,223083102 +211001402,28,2,30090007,1,0,0,0,0,223083102 +211001402,29,2,30100007,1,0,0,0,0,223083102 +211001402,30,2,30110007,1,0,0,0,0,223083102 +211001402,31,2,30120007,1,0,0,0,0,223083102 +211001402,32,2,40010007,1,0,0,0,0,223083102 +211001402,33,2,40020007,1,0,0,0,0,223083102 +211001402,34,2,40030007,1,0,0,0,0,223083102 +211001402,35,2,40040007,1,0,0,0,0,223083102 +211001402,36,2,40050007,1,0,0,0,0,223083102 +211001402,37,2,40060007,1,0,0,0,0,223083102 +211001402,38,2,40070007,1,0,0,0,0,223083102 +211001402,39,2,40080007,1,0,0,0,0,223083102 +211001402,40,2,40090007,1,0,0,0,0,223083102 +211001402,41,2,40020009,1,0,0,0,0,223083102 +211001402,42,2,40090009,1,0,0,0,0,223083102 +211001402,43,2,10010016,1,0,0,0,0,223083102 +211001402,44,2,10020015,1,0,0,0,0,223083102 +211001402,45,2,20010014,1,0,0,0,0,223083102 +211001402,46,2,20020013,1,0,0,0,0,223083102 +211001402,47,2,30060009,1,0,0,0,0,223083102 +211001402,48,2,30080009,1,0,0,0,0,223083102 +211001402,49,2,20030013,1,0,0,0,0,223083102 +211001402,50,2,20040013,1,0,0,0,0,223083102 +211001402,51,2,40040009,1,0,0,0,0,223083102 +211001402,52,2,40050009,1,0,0,0,0,223083102 +211001402,53,2,30010010,1,0,0,0,0,223083102 +211001402,54,2,30100009,1,0,0,0,0,223083102 +211001402,55,2,10030016,1,0,0,0,0,223083102 +211001402,56,2,10050015,1,0,0,0,0,223083102 +211001402,57,2,40070010,1,0,0,0,0,223083102 +211001402,58,2,40080010,1,0,0,0,0,223083102 +211001501,1,2,20080014,1,0,0,1,0,223083102 +211001502,1,2,20060015,1,0,0,0,0,223083102 +211001502,2,2,10010013,1,0,0,0,0,223083102 +211001502,3,2,10020013,1,0,0,0,0,223083102 +211001502,4,2,10030013,1,0,0,0,0,223083102 +211001502,5,2,10040013,1,0,0,0,0,223083102 +211001502,6,2,10050013,1,0,0,0,0,223083102 +211001502,7,2,10060013,1,0,0,0,0,223083102 +211001502,8,2,10070013,1,0,0,0,0,223083102 +211001502,9,2,10080013,1,0,0,0,0,223083102 +211001502,10,2,10090013,1,0,0,0,0,223083102 +211001502,11,2,20010011,1,0,0,0,0,223083102 +211001502,12,2,20020011,1,0,0,0,0,223083102 +211001502,13,2,20030011,1,0,0,0,0,223083102 +211001502,14,2,20040011,1,0,0,0,0,223083102 +211001502,15,2,20050011,1,0,0,0,0,223083102 +211001502,16,2,20060011,1,0,0,0,0,223083102 +211001502,17,2,20070011,1,0,0,0,0,223083102 +211001502,18,2,20080011,1,0,0,0,0,223083102 +211001502,19,2,20090011,1,0,0,0,0,223083102 +211001502,20,2,30010007,1,0,0,0,0,223083102 +211001502,21,2,30020007,1,0,0,0,0,223083102 +211001502,22,2,30030007,1,0,0,0,0,223083102 +211001502,23,2,30040007,1,0,0,0,0,223083102 +211001502,24,2,30050007,1,0,0,0,0,223083102 +211001502,25,2,30060007,1,0,0,0,0,223083102 +211001502,26,2,30070007,1,0,0,0,0,223083102 +211001502,27,2,30080007,1,0,0,0,0,223083102 +211001502,28,2,30090007,1,0,0,0,0,223083102 +211001502,29,2,30100007,1,0,0,0,0,223083102 +211001502,30,2,30110007,1,0,0,0,0,223083102 +211001502,31,2,30120007,1,0,0,0,0,223083102 +211001502,32,2,40010007,1,0,0,0,0,223083102 +211001502,33,2,40020007,1,0,0,0,0,223083102 +211001502,34,2,40030007,1,0,0,0,0,223083102 +211001502,35,2,40040007,1,0,0,0,0,223083102 +211001502,36,2,40050007,1,0,0,0,0,223083102 +211001502,37,2,40060007,1,0,0,0,0,223083102 +211001502,38,2,40070007,1,0,0,0,0,223083102 +211001502,39,2,40080007,1,0,0,0,0,223083102 +211001502,40,2,40090007,1,0,0,0,0,223083102 +211001502,41,2,40020009,1,0,0,0,0,223083102 +211001502,42,2,40090009,1,0,0,0,0,223083102 +211001502,43,2,10010016,1,0,0,0,0,223083102 +211001502,44,2,10020015,1,0,0,0,0,223083102 +211001502,45,2,20010014,1,0,0,0,0,223083102 +211001502,46,2,20020013,1,0,0,0,0,223083102 +211001502,47,2,30060009,1,0,0,0,0,223083102 +211001502,48,2,30080009,1,0,0,0,0,223083102 +211001502,49,2,20030013,1,0,0,0,0,223083102 +211001502,50,2,20040013,1,0,0,0,0,223083102 +211001502,51,2,40040009,1,0,0,0,0,223083102 +211001502,52,2,40050009,1,0,0,0,0,223083102 +211001502,53,2,30010010,1,0,0,0,0,223083102 +211001502,54,2,30100009,1,0,0,0,0,223083102 +211001502,55,2,10030016,1,0,0,0,0,223083102 +211001502,56,2,10050015,1,0,0,0,0,223083102 +211001502,57,2,40070010,1,0,0,0,0,223083102 +211001502,58,2,40080010,1,0,0,0,0,223083102 +211001601,1,2,10060015,1,0,0,1,0,223091502 +211001602,1,2,10070017,1,0,0,0,0,223091502 +211001602,2,2,10010013,1,0,0,0,0,223091502 +211001602,3,2,10020013,1,0,0,0,0,223091502 +211001602,4,2,10030013,1,0,0,0,0,223091502 +211001602,5,2,10040013,1,0,0,0,0,223091502 +211001602,6,2,10050013,1,0,0,0,0,223091502 +211001602,7,2,10060013,1,0,0,0,0,223091502 +211001602,8,2,10070013,1,0,0,0,0,223091502 +211001602,9,2,10080013,1,0,0,0,0,223091502 +211001602,10,2,10090013,1,0,0,0,0,223091502 +211001602,11,2,20010011,1,0,0,0,0,223091502 +211001602,12,2,20020011,1,0,0,0,0,223091502 +211001602,13,2,20030011,1,0,0,0,0,223091502 +211001602,14,2,20040011,1,0,0,0,0,223091502 +211001602,15,2,20050011,1,0,0,0,0,223091502 +211001602,16,2,20060011,1,0,0,0,0,223091502 +211001602,17,2,20070011,1,0,0,0,0,223091502 +211001602,18,2,20080011,1,0,0,0,0,223091502 +211001602,19,2,20090011,1,0,0,0,0,223091502 +211001602,20,2,30010007,1,0,0,0,0,223091502 +211001602,21,2,30020007,1,0,0,0,0,223091502 +211001602,22,2,30030007,1,0,0,0,0,223091502 +211001602,23,2,30040007,1,0,0,0,0,223091502 +211001602,24,2,30050007,1,0,0,0,0,223091502 +211001602,25,2,30060007,1,0,0,0,0,223091502 +211001602,26,2,30070007,1,0,0,0,0,223091502 +211001602,27,2,30080007,1,0,0,0,0,223091502 +211001602,28,2,30090007,1,0,0,0,0,223091502 +211001602,29,2,30100007,1,0,0,0,0,223091502 +211001602,30,2,30110007,1,0,0,0,0,223091502 +211001602,31,2,30120007,1,0,0,0,0,223091502 +211001602,32,2,40010007,1,0,0,0,0,223091502 +211001602,33,2,40020007,1,0,0,0,0,223091502 +211001602,34,2,40030007,1,0,0,0,0,223091502 +211001602,35,2,40040007,1,0,0,0,0,223091502 +211001602,36,2,40050007,1,0,0,0,0,223091502 +211001602,37,2,40060007,1,0,0,0,0,223091502 +211001602,38,2,40070007,1,0,0,0,0,223091502 +211001602,39,2,40080007,1,0,0,0,0,223091502 +211001602,40,2,40090007,1,0,0,0,0,223091502 +211001602,41,2,40020009,1,0,0,0,0,223091502 +211001602,42,2,40090009,1,0,0,0,0,223091502 +211001602,43,2,10010016,1,0,0,0,0,223091502 +211001602,44,2,10020015,1,0,0,0,0,223091502 +211001602,45,2,20010014,1,0,0,0,0,223091502 +211001602,46,2,20020013,1,0,0,0,0,223091502 +211001602,47,2,30060009,1,0,0,0,0,223091502 +211001602,48,2,30080009,1,0,0,0,0,223091502 +211001602,49,2,20030013,1,0,0,0,0,223091502 +211001602,50,2,20040013,1,0,0,0,0,223091502 +211001602,51,2,40040009,1,0,0,0,0,223091502 +211001602,52,2,40050009,1,0,0,0,0,223091502 +211001602,53,2,30010010,1,0,0,0,0,223091502 +211001602,54,2,30100009,1,0,0,0,0,223091502 +211001602,55,2,10030016,1,0,0,0,0,223091502 +211001602,56,2,10050015,1,0,0,0,0,223091502 +211001602,57,2,40070010,1,0,0,0,0,223091502 +211001602,58,2,40080010,1,0,0,0,0,223091502 +211001602,59,2,20060015,1,0,0,0,0,223091502 +211001602,60,2,20080014,1,0,0,0,0,223091502 +211001702,1,2,10060015,1,0,0,0,0,223091502 +211001701,1,2,10070017,1,0,0,1,0,223091502 +211001702,2,2,10010013,1,0,0,0,0,223091502 +211001702,3,2,10020013,1,0,0,0,0,223091502 +211001702,4,2,10030013,1,0,0,0,0,223091502 +211001702,5,2,10040013,1,0,0,0,0,223091502 +211001702,6,2,10050013,1,0,0,0,0,223091502 +211001702,7,2,10060013,1,0,0,0,0,223091502 +211001702,8,2,10070013,1,0,0,0,0,223091502 +211001702,9,2,10080013,1,0,0,0,0,223091502 +211001702,10,2,10090013,1,0,0,0,0,223091502 +211001702,11,2,20010011,1,0,0,0,0,223091502 +211001702,12,2,20020011,1,0,0,0,0,223091502 +211001702,13,2,20030011,1,0,0,0,0,223091502 +211001702,14,2,20040011,1,0,0,0,0,223091502 +211001702,15,2,20050011,1,0,0,0,0,223091502 +211001702,16,2,20060011,1,0,0,0,0,223091502 +211001702,17,2,20070011,1,0,0,0,0,223091502 +211001702,18,2,20080011,1,0,0,0,0,223091502 +211001702,19,2,20090011,1,0,0,0,0,223091502 +211001702,20,2,30010007,1,0,0,0,0,223091502 +211001702,21,2,30020007,1,0,0,0,0,223091502 +211001702,22,2,30030007,1,0,0,0,0,223091502 +211001702,23,2,30040007,1,0,0,0,0,223091502 +211001702,24,2,30050007,1,0,0,0,0,223091502 +211001702,25,2,30060007,1,0,0,0,0,223091502 +211001702,26,2,30070007,1,0,0,0,0,223091502 +211001702,27,2,30080007,1,0,0,0,0,223091502 +211001702,28,2,30090007,1,0,0,0,0,223091502 +211001702,29,2,30100007,1,0,0,0,0,223091502 +211001702,30,2,30110007,1,0,0,0,0,223091502 +211001702,31,2,30120007,1,0,0,0,0,223091502 +211001702,32,2,40010007,1,0,0,0,0,223091502 +211001702,33,2,40020007,1,0,0,0,0,223091502 +211001702,34,2,40030007,1,0,0,0,0,223091502 +211001702,35,2,40040007,1,0,0,0,0,223091502 +211001702,36,2,40050007,1,0,0,0,0,223091502 +211001702,37,2,40060007,1,0,0,0,0,223091502 +211001702,38,2,40070007,1,0,0,0,0,223091502 +211001702,39,2,40080007,1,0,0,0,0,223091502 +211001702,40,2,40090007,1,0,0,0,0,223091502 +211001702,41,2,40020009,1,0,0,0,0,223091502 +211001702,42,2,40090009,1,0,0,0,0,223091502 +211001702,43,2,10010016,1,0,0,0,0,223091502 +211001702,44,2,10020015,1,0,0,0,0,223091502 +211001702,45,2,20010014,1,0,0,0,0,223091502 +211001702,46,2,20020013,1,0,0,0,0,223091502 +211001702,47,2,30060009,1,0,0,0,0,223091502 +211001702,48,2,30080009,1,0,0,0,0,223091502 +211001702,49,2,20030013,1,0,0,0,0,223091502 +211001702,50,2,20040013,1,0,0,0,0,223091502 +211001702,51,2,40040009,1,0,0,0,0,223091502 +211001702,52,2,40050009,1,0,0,0,0,223091502 +211001702,53,2,30010010,1,0,0,0,0,223091502 +211001702,54,2,30100009,1,0,0,0,0,223091502 +211001702,55,2,10030016,1,0,0,0,0,223091502 +211001702,56,2,10050015,1,0,0,0,0,223091502 +211001702,57,2,40070010,1,0,0,0,0,223091502 +211001702,58,2,40080010,1,0,0,0,0,223091502 +211001702,59,2,20080014,1,0,0,0,0,223091502 +211001702,60,2,20060015,1,0,0,0,0,223091502 +211001801,1,2,30120010,1,0,0,1,0,223093002 +211001802,1,2,30110010,1,0,0,0,0,223093002 +211001802,2,2,10010013,1,0,0,0,0,223093002 +211001802,3,2,10020013,1,0,0,0,0,223093002 +211001802,4,2,10030013,1,0,0,0,0,223093002 +211001802,5,2,10040013,1,0,0,0,0,223093002 +211001802,6,2,10050013,1,0,0,0,0,223093002 +211001802,7,2,10060013,1,0,0,0,0,223093002 +211001802,8,2,10070013,1,0,0,0,0,223093002 +211001802,9,2,10080013,1,0,0,0,0,223093002 +211001802,10,2,10090013,1,0,0,0,0,223093002 +211001802,11,2,20010011,1,0,0,0,0,223093002 +211001802,12,2,20020011,1,0,0,0,0,223093002 +211001802,13,2,20030011,1,0,0,0,0,223093002 +211001802,14,2,20040011,1,0,0,0,0,223093002 +211001802,15,2,20050011,1,0,0,0,0,223093002 +211001802,16,2,20060011,1,0,0,0,0,223093002 +211001802,17,2,20070011,1,0,0,0,0,223093002 +211001802,18,2,20080011,1,0,0,0,0,223093002 +211001802,19,2,20090011,1,0,0,0,0,223093002 +211001802,20,2,30010007,1,0,0,0,0,223093002 +211001802,21,2,30020007,1,0,0,0,0,223093002 +211001802,22,2,30030007,1,0,0,0,0,223093002 +211001802,23,2,30040007,1,0,0,0,0,223093002 +211001802,24,2,30050007,1,0,0,0,0,223093002 +211001802,25,2,30060007,1,0,0,0,0,223093002 +211001802,26,2,30070007,1,0,0,0,0,223093002 +211001802,27,2,30080007,1,0,0,0,0,223093002 +211001802,28,2,30090007,1,0,0,0,0,223093002 +211001802,29,2,30100007,1,0,0,0,0,223093002 +211001802,30,2,30110007,1,0,0,0,0,223093002 +211001802,31,2,30120007,1,0,0,0,0,223093002 +211001802,32,2,40010007,1,0,0,0,0,223093002 +211001802,33,2,40020007,1,0,0,0,0,223093002 +211001802,34,2,40030007,1,0,0,0,0,223093002 +211001802,35,2,40040007,1,0,0,0,0,223093002 +211001802,36,2,40050007,1,0,0,0,0,223093002 +211001802,37,2,40060007,1,0,0,0,0,223093002 +211001802,38,2,40070007,1,0,0,0,0,223093002 +211001802,39,2,40080007,1,0,0,0,0,223093002 +211001802,40,2,40090007,1,0,0,0,0,223093002 +211001802,41,2,40020009,1,0,0,0,0,223093002 +211001802,42,2,40090009,1,0,0,0,0,223093002 +211001802,43,2,10010016,1,0,0,0,0,223093002 +211001802,44,2,10020015,1,0,0,0,0,223093002 +211001802,45,2,20010014,1,0,0,0,0,223093002 +211001802,46,2,20020013,1,0,0,0,0,223093002 +211001802,47,2,30060009,1,0,0,0,0,223093002 +211001802,48,2,30080009,1,0,0,0,0,223093002 +211001802,49,2,20030013,1,0,0,0,0,223093002 +211001802,50,2,20040013,1,0,0,0,0,223093002 +211001802,51,2,40040009,1,0,0,0,0,223093002 +211001802,52,2,40050009,1,0,0,0,0,223093002 +211001802,53,2,30010010,1,0,0,0,0,223093002 +211001802,54,2,30100009,1,0,0,0,0,223093002 +211001802,55,2,10030016,1,0,0,0,0,223093002 +211001802,56,2,10050015,1,0,0,0,0,223093002 +211001802,57,2,40070010,1,0,0,0,0,223093002 +211001802,58,2,40080010,1,0,0,0,0,223093002 +211001802,59,2,20060015,1,0,0,0,0,223093002 +211001802,60,2,20080014,1,0,0,0,0,223093002 +211001802,61,2,10060015,1,0,0,0,0,223093002 +211001802,62,2,10070017,1,0,0,0,0,223093002 +211001902,1,2,30120010,1,0,0,0,0,223093002 +211001901,1,2,30110010,1,0,0,1,0,223093002 +211001902,2,2,10010013,1,0,0,0,0,223093002 +211001902,3,2,10020013,1,0,0,0,0,223093002 +211001902,4,2,10030013,1,0,0,0,0,223093002 +211001902,5,2,10040013,1,0,0,0,0,223093002 +211001902,6,2,10050013,1,0,0,0,0,223093002 +211001902,7,2,10060013,1,0,0,0,0,223093002 +211001902,8,2,10070013,1,0,0,0,0,223093002 +211001902,9,2,10080013,1,0,0,0,0,223093002 +211001902,10,2,10090013,1,0,0,0,0,223093002 +211001902,11,2,20010011,1,0,0,0,0,223093002 +211001902,12,2,20020011,1,0,0,0,0,223093002 +211001902,13,2,20030011,1,0,0,0,0,223093002 +211001902,14,2,20040011,1,0,0,0,0,223093002 +211001902,15,2,20050011,1,0,0,0,0,223093002 +211001902,16,2,20060011,1,0,0,0,0,223093002 +211001902,17,2,20070011,1,0,0,0,0,223093002 +211001902,18,2,20080011,1,0,0,0,0,223093002 +211001902,19,2,20090011,1,0,0,0,0,223093002 +211001902,20,2,30010007,1,0,0,0,0,223093002 +211001902,21,2,30020007,1,0,0,0,0,223093002 +211001902,22,2,30030007,1,0,0,0,0,223093002 +211001902,23,2,30040007,1,0,0,0,0,223093002 +211001902,24,2,30050007,1,0,0,0,0,223093002 +211001902,25,2,30060007,1,0,0,0,0,223093002 +211001902,26,2,30070007,1,0,0,0,0,223093002 +211001902,27,2,30080007,1,0,0,0,0,223093002 +211001902,28,2,30090007,1,0,0,0,0,223093002 +211001902,29,2,30100007,1,0,0,0,0,223093002 +211001902,30,2,30110007,1,0,0,0,0,223093002 +211001902,31,2,30120007,1,0,0,0,0,223093002 +211001902,32,2,40010007,1,0,0,0,0,223093002 +211001902,33,2,40020007,1,0,0,0,0,223093002 +211001902,34,2,40030007,1,0,0,0,0,223093002 +211001902,35,2,40040007,1,0,0,0,0,223093002 +211001902,36,2,40050007,1,0,0,0,0,223093002 +211001902,37,2,40060007,1,0,0,0,0,223093002 +211001902,38,2,40070007,1,0,0,0,0,223093002 +211001902,39,2,40080007,1,0,0,0,0,223093002 +211001902,40,2,40090007,1,0,0,0,0,223093002 +211001902,41,2,40020009,1,0,0,0,0,223093002 +211001902,42,2,40090009,1,0,0,0,0,223093002 +211001902,43,2,10010016,1,0,0,0,0,223093002 +211001902,44,2,10020015,1,0,0,0,0,223093002 +211001902,45,2,20010014,1,0,0,0,0,223093002 +211001902,46,2,20020013,1,0,0,0,0,223093002 +211001902,47,2,30060009,1,0,0,0,0,223093002 +211001902,48,2,30080009,1,0,0,0,0,223093002 +211001902,49,2,20030013,1,0,0,0,0,223093002 +211001902,50,2,20040013,1,0,0,0,0,223093002 +211001902,51,2,40040009,1,0,0,0,0,223093002 +211001902,52,2,40050009,1,0,0,0,0,223093002 +211001902,53,2,30010010,1,0,0,0,0,223093002 +211001902,54,2,30100009,1,0,0,0,0,223093002 +211001902,55,2,10030016,1,0,0,0,0,223093002 +211001902,56,2,10050015,1,0,0,0,0,223093002 +211001902,57,2,40070010,1,0,0,0,0,223093002 +211001902,58,2,40080010,1,0,0,0,0,223093002 +211001902,59,2,20080014,1,0,0,0,0,223093002 +211001902,60,2,20060015,1,0,0,0,0,223093002 +211001902,61,2,10070017,1,0,0,0,0,223093002 +211001902,62,2,10060015,1,0,0,0,0,223093002 +211002001,1,2,20070015,1,0,0,1,0,223101506 +211002002,1,2,20040015,1,0,0,0,0,223101506 +211002002,2,2,10010013,1,0,0,0,0,223101506 +211002002,3,2,10020013,1,0,0,0,0,223101506 +211002002,4,2,10030013,1,0,0,0,0,223101506 +211002002,5,2,10040013,1,0,0,0,0,223101506 +211002002,6,2,10050013,1,0,0,0,0,223101506 +211002002,7,2,10060013,1,0,0,0,0,223101506 +211002002,8,2,10070013,1,0,0,0,0,223101506 +211002002,9,2,10080013,1,0,0,0,0,223101506 +211002002,10,2,10090013,1,0,0,0,0,223101506 +211002002,11,2,20010011,1,0,0,0,0,223101506 +211002002,12,2,20020011,1,0,0,0,0,223101506 +211002002,13,2,20030011,1,0,0,0,0,223101506 +211002002,14,2,20040011,1,0,0,0,0,223101506 +211002002,15,2,20050011,1,0,0,0,0,223101506 +211002002,16,2,20060011,1,0,0,0,0,223101506 +211002002,17,2,20070011,1,0,0,0,0,223101506 +211002002,18,2,20080011,1,0,0,0,0,223101506 +211002002,19,2,20090011,1,0,0,0,0,223101506 +211002002,20,2,30010007,1,0,0,0,0,223101506 +211002002,21,2,30020007,1,0,0,0,0,223101506 +211002002,22,2,30030007,1,0,0,0,0,223101506 +211002002,23,2,30040007,1,0,0,0,0,223101506 +211002002,24,2,30050007,1,0,0,0,0,223101506 +211002002,25,2,30060007,1,0,0,0,0,223101506 +211002002,26,2,30070007,1,0,0,0,0,223101506 +211002002,27,2,30080007,1,0,0,0,0,223101506 +211002002,28,2,30090007,1,0,0,0,0,223101506 +211002002,29,2,30100007,1,0,0,0,0,223101506 +211002002,30,2,30110007,1,0,0,0,0,223101506 +211002002,31,2,30120007,1,0,0,0,0,223101506 +211002002,32,2,40010007,1,0,0,0,0,223101506 +211002002,33,2,40020007,1,0,0,0,0,223101506 +211002002,34,2,40030007,1,0,0,0,0,223101506 +211002002,35,2,40040007,1,0,0,0,0,223101506 +211002002,36,2,40050007,1,0,0,0,0,223101506 +211002002,37,2,40060007,1,0,0,0,0,223101506 +211002002,38,2,40070007,1,0,0,0,0,223101506 +211002002,39,2,40080007,1,0,0,0,0,223101506 +211002002,40,2,40090007,1,0,0,0,0,223101506 +211002002,41,2,40020009,1,0,0,0,0,223101506 +211002002,42,2,40090009,1,0,0,0,0,223101506 +211002002,43,2,10010016,1,0,0,0,0,223101506 +211002002,44,2,10020015,1,0,0,0,0,223101506 +211002002,45,2,20010014,1,0,0,0,0,223101506 +211002002,46,2,20020013,1,0,0,0,0,223101506 +211002002,47,2,30060009,1,0,0,0,0,223101506 +211002002,48,2,30080009,1,0,0,0,0,223101506 +211002002,49,2,20030013,1,0,0,0,0,223101506 +211002002,50,2,20040013,1,0,0,0,0,223101506 +211002002,51,2,40040009,1,0,0,0,0,223101506 +211002002,52,2,40050009,1,0,0,0,0,223101506 +211002002,53,2,30010010,1,0,0,0,0,223101506 +211002002,54,2,30100009,1,0,0,0,0,223101506 +211002002,55,2,10030016,1,0,0,0,0,223101506 +211002002,56,2,10050015,1,0,0,0,0,223101506 +211002002,57,2,40070010,1,0,0,0,0,223101506 +211002002,58,2,40080010,1,0,0,0,0,223101506 +211002002,59,2,20060015,1,0,0,0,0,223101506 +211002002,60,2,20080014,1,0,0,0,0,223101506 +211002002,61,2,10060015,1,0,0,0,0,223101506 +211002002,62,2,10070017,1,0,0,0,0,223101506 +211002002,63,2,30110010,1,0,0,0,0,223101506 +211002002,64,2,30120010,1,0,0,0,0,223101506 +211002102,1,2,20070015,1,0,0,0,0,223101506 +211002101,1,2,20040015,1,0,0,1,0,223101506 +211002102,2,2,10010013,1,0,0,0,0,223101506 +211002102,3,2,10020013,1,0,0,0,0,223101506 +211002102,4,2,10030013,1,0,0,0,0,223101506 +211002102,5,2,10040013,1,0,0,0,0,223101506 +211002102,6,2,10050013,1,0,0,0,0,223101506 +211002102,7,2,10060013,1,0,0,0,0,223101506 +211002102,8,2,10070013,1,0,0,0,0,223101506 +211002102,9,2,10080013,1,0,0,0,0,223101506 +211002102,10,2,10090013,1,0,0,0,0,223101506 +211002102,11,2,20010011,1,0,0,0,0,223101506 +211002102,12,2,20020011,1,0,0,0,0,223101506 +211002102,13,2,20030011,1,0,0,0,0,223101506 +211002102,14,2,20040011,1,0,0,0,0,223101506 +211002102,15,2,20050011,1,0,0,0,0,223101506 +211002102,16,2,20060011,1,0,0,0,0,223101506 +211002102,17,2,20070011,1,0,0,0,0,223101506 +211002102,18,2,20080011,1,0,0,0,0,223101506 +211002102,19,2,20090011,1,0,0,0,0,223101506 +211002102,20,2,30010007,1,0,0,0,0,223101506 +211002102,21,2,30020007,1,0,0,0,0,223101506 +211002102,22,2,30030007,1,0,0,0,0,223101506 +211002102,23,2,30040007,1,0,0,0,0,223101506 +211002102,24,2,30050007,1,0,0,0,0,223101506 +211002102,25,2,30060007,1,0,0,0,0,223101506 +211002102,26,2,30070007,1,0,0,0,0,223101506 +211002102,27,2,30080007,1,0,0,0,0,223101506 +211002102,28,2,30090007,1,0,0,0,0,223101506 +211002102,29,2,30100007,1,0,0,0,0,223101506 +211002102,30,2,30110007,1,0,0,0,0,223101506 +211002102,31,2,30120007,1,0,0,0,0,223101506 +211002102,32,2,40010007,1,0,0,0,0,223101506 +211002102,33,2,40020007,1,0,0,0,0,223101506 +211002102,34,2,40030007,1,0,0,0,0,223101506 +211002102,35,2,40040007,1,0,0,0,0,223101506 +211002102,36,2,40050007,1,0,0,0,0,223101506 +211002102,37,2,40060007,1,0,0,0,0,223101506 +211002102,38,2,40070007,1,0,0,0,0,223101506 +211002102,39,2,40080007,1,0,0,0,0,223101506 +211002102,40,2,40090007,1,0,0,0,0,223101506 +211002102,41,2,40020009,1,0,0,0,0,223101506 +211002102,42,2,40090009,1,0,0,0,0,223101506 +211002102,43,2,10010016,1,0,0,0,0,223101506 +211002102,44,2,10020015,1,0,0,0,0,223101506 +211002102,45,2,20010014,1,0,0,0,0,223101506 +211002102,46,2,20020013,1,0,0,0,0,223101506 +211002102,47,2,30060009,1,0,0,0,0,223101506 +211002102,48,2,30080009,1,0,0,0,0,223101506 +211002102,49,2,20030013,1,0,0,0,0,223101506 +211002102,50,2,20040013,1,0,0,0,0,223101506 +211002102,51,2,40040009,1,0,0,0,0,223101506 +211002102,52,2,40050009,1,0,0,0,0,223101506 +211002102,53,2,30010010,1,0,0,0,0,223101506 +211002102,54,2,30100009,1,0,0,0,0,223101506 +211002102,55,2,10030016,1,0,0,0,0,223101506 +211002102,56,2,10050015,1,0,0,0,0,223101506 +211002102,57,2,40070010,1,0,0,0,0,223101506 +211002102,58,2,40080010,1,0,0,0,0,223101506 +211002102,59,2,20060015,1,0,0,0,0,223101506 +211002102,60,2,20080014,1,0,0,0,0,223101506 +211002102,61,2,10060015,1,0,0,0,0,223101506 +211002102,62,2,10070017,1,0,0,0,0,223101506 +211002102,63,2,30110010,1,0,0,0,0,223101506 +211002102,64,2,30120010,1,0,0,0,0,223101506 +211002201,1,2,40030012,1,0,0,1,0,223103108 +211002202,1,2,40060011,1,0,0,0,0,223103108 +211002202,2,2,10010013,1,0,0,0,0,223103108 +211002202,3,2,10020013,1,0,0,0,0,223103108 +211002202,4,2,10030013,1,0,0,0,0,223103108 +211002202,5,2,10040013,1,0,0,0,0,223103108 +211002202,6,2,10050013,1,0,0,0,0,223103108 +211002202,7,2,10060013,1,0,0,0,0,223103108 +211002202,8,2,10070013,1,0,0,0,0,223103108 +211002202,9,2,10080013,1,0,0,0,0,223103108 +211002202,10,2,10090013,1,0,0,0,0,223103108 +211002202,11,2,20010011,1,0,0,0,0,223103108 +211002202,12,2,20020011,1,0,0,0,0,223103108 +211002202,13,2,20030011,1,0,0,0,0,223103108 +211002202,14,2,20040011,1,0,0,0,0,223103108 +211002202,15,2,20050011,1,0,0,0,0,223103108 +211002202,16,2,20060011,1,0,0,0,0,223103108 +211002202,17,2,20070011,1,0,0,0,0,223103108 +211002202,18,2,20080011,1,0,0,0,0,223103108 +211002202,19,2,20090011,1,0,0,0,0,223103108 +211002202,20,2,30010007,1,0,0,0,0,223103108 +211002202,21,2,30020007,1,0,0,0,0,223103108 +211002202,22,2,30030007,1,0,0,0,0,223103108 +211002202,23,2,30040007,1,0,0,0,0,223103108 +211002202,24,2,30050007,1,0,0,0,0,223103108 +211002202,25,2,30060007,1,0,0,0,0,223103108 +211002202,26,2,30070007,1,0,0,0,0,223103108 +211002202,27,2,30080007,1,0,0,0,0,223103108 +211002202,28,2,30090007,1,0,0,0,0,223103108 +211002202,29,2,30100007,1,0,0,0,0,223103108 +211002202,30,2,30110007,1,0,0,0,0,223103108 +211002202,31,2,30120007,1,0,0,0,0,223103108 +211002202,32,2,40010007,1,0,0,0,0,223103108 +211002202,33,2,40020007,1,0,0,0,0,223103108 +211002202,34,2,40030007,1,0,0,0,0,223103108 +211002202,35,2,40040007,1,0,0,0,0,223103108 +211002202,36,2,40050007,1,0,0,0,0,223103108 +211002202,37,2,40060007,1,0,0,0,0,223103108 +211002202,38,2,40070007,1,0,0,0,0,223103108 +211002202,39,2,40080007,1,0,0,0,0,223103108 +211002202,40,2,40090007,1,0,0,0,0,223103108 +211002202,41,2,40020009,1,0,0,0,0,223103108 +211002202,42,2,40090009,1,0,0,0,0,223103108 +211002202,43,2,10010016,1,0,0,0,0,223103108 +211002202,44,2,10020015,1,0,0,0,0,223103108 +211002202,45,2,20010014,1,0,0,0,0,223103108 +211002202,46,2,20020013,1,0,0,0,0,223103108 +211002202,47,2,30060009,1,0,0,0,0,223103108 +211002202,48,2,30080009,1,0,0,0,0,223103108 +211002202,49,2,20030013,1,0,0,0,0,223103108 +211002202,50,2,20040013,1,0,0,0,0,223103108 +211002202,51,2,40040009,1,0,0,0,0,223103108 +211002202,52,2,40050009,1,0,0,0,0,223103108 +211002202,53,2,30010010,1,0,0,0,0,223103108 +211002202,54,2,30100009,1,0,0,0,0,223103108 +211002202,55,2,10030016,1,0,0,0,0,223103108 +211002202,56,2,10050015,1,0,0,0,0,223103108 +211002202,57,2,40070010,1,0,0,0,0,223103108 +211002202,58,2,40080010,1,0,0,0,0,223103108 +211002202,59,2,20060015,1,0,0,0,0,223103108 +211002202,60,2,20080014,1,0,0,0,0,223103108 +211002202,61,2,10060015,1,0,0,0,0,223103108 +211002202,62,2,10070017,1,0,0,0,0,223103108 +211002202,63,2,30110010,1,0,0,0,0,223103108 +211002202,64,2,30120010,1,0,0,0,0,223103108 +211002202,65,2,20040015,1,0,0,0,0,223103108 +211002202,66,2,20070015,1,0,0,0,0,223103108 +211002302,1,2,40030012,1,0,0,0,0,223103108 +211002301,1,2,40060011,1,0,0,1,0,223103108 +211002302,2,2,10010013,1,0,0,0,0,223103108 +211002302,3,2,10020013,1,0,0,0,0,223103108 +211002302,4,2,10030013,1,0,0,0,0,223103108 +211002302,5,2,10040013,1,0,0,0,0,223103108 +211002302,6,2,10050013,1,0,0,0,0,223103108 +211002302,7,2,10060013,1,0,0,0,0,223103108 +211002302,8,2,10070013,1,0,0,0,0,223103108 +211002302,9,2,10080013,1,0,0,0,0,223103108 +211002302,10,2,10090013,1,0,0,0,0,223103108 +211002302,11,2,20010011,1,0,0,0,0,223103108 +211002302,12,2,20020011,1,0,0,0,0,223103108 +211002302,13,2,20030011,1,0,0,0,0,223103108 +211002302,14,2,20040011,1,0,0,0,0,223103108 +211002302,15,2,20050011,1,0,0,0,0,223103108 +211002302,16,2,20060011,1,0,0,0,0,223103108 +211002302,17,2,20070011,1,0,0,0,0,223103108 +211002302,18,2,20080011,1,0,0,0,0,223103108 +211002302,19,2,20090011,1,0,0,0,0,223103108 +211002302,20,2,30010007,1,0,0,0,0,223103108 +211002302,21,2,30020007,1,0,0,0,0,223103108 +211002302,22,2,30030007,1,0,0,0,0,223103108 +211002302,23,2,30040007,1,0,0,0,0,223103108 +211002302,24,2,30050007,1,0,0,0,0,223103108 +211002302,25,2,30060007,1,0,0,0,0,223103108 +211002302,26,2,30070007,1,0,0,0,0,223103108 +211002302,27,2,30080007,1,0,0,0,0,223103108 +211002302,28,2,30090007,1,0,0,0,0,223103108 +211002302,29,2,30100007,1,0,0,0,0,223103108 +211002302,30,2,30110007,1,0,0,0,0,223103108 +211002302,31,2,30120007,1,0,0,0,0,223103108 +211002302,32,2,40010007,1,0,0,0,0,223103108 +211002302,33,2,40020007,1,0,0,0,0,223103108 +211002302,34,2,40030007,1,0,0,0,0,223103108 +211002302,35,2,40040007,1,0,0,0,0,223103108 +211002302,36,2,40050007,1,0,0,0,0,223103108 +211002302,37,2,40060007,1,0,0,0,0,223103108 +211002302,38,2,40070007,1,0,0,0,0,223103108 +211002302,39,2,40080007,1,0,0,0,0,223103108 +211002302,40,2,40090007,1,0,0,0,0,223103108 +211002302,41,2,40020009,1,0,0,0,0,223103108 +211002302,42,2,40090009,1,0,0,0,0,223103108 +211002302,43,2,10010016,1,0,0,0,0,223103108 +211002302,44,2,10020015,1,0,0,0,0,223103108 +211002302,45,2,20010014,1,0,0,0,0,223103108 +211002302,46,2,20020013,1,0,0,0,0,223103108 +211002302,47,2,30060009,1,0,0,0,0,223103108 +211002302,48,2,30080009,1,0,0,0,0,223103108 +211002302,49,2,20030013,1,0,0,0,0,223103108 +211002302,50,2,20040013,1,0,0,0,0,223103108 +211002302,51,2,40040009,1,0,0,0,0,223103108 +211002302,52,2,40050009,1,0,0,0,0,223103108 +211002302,53,2,30010010,1,0,0,0,0,223103108 +211002302,54,2,30100009,1,0,0,0,0,223103108 +211002302,55,2,10030016,1,0,0,0,0,223103108 +211002302,56,2,10050015,1,0,0,0,0,223103108 +211002302,57,2,40070010,1,0,0,0,0,223103108 +211002302,58,2,40080010,1,0,0,0,0,223103108 +211002302,59,2,20060015,1,0,0,0,0,223103108 +211002302,60,2,20080014,1,0,0,0,0,223103108 +211002302,61,2,10060015,1,0,0,0,0,223103108 +211002302,62,2,10070017,1,0,0,0,0,223103108 +211002302,63,2,30110010,1,0,0,0,0,223103108 +211002302,64,2,30120010,1,0,0,0,0,223103108 +211002302,65,2,20040015,1,0,0,0,0,223103108 +211002302,66,2,20070015,1,0,0,0,0,223103108 +211002401,1,2,30050013,1,0,0,1,0,223111502 +211002402,1,2,30070013,1,0,0,0,0,223111502 +211002402,2,2,10010013,1,0,0,0,0,223111502 +211002402,3,2,10020013,1,0,0,0,0,223111502 +211002402,4,2,10030013,1,0,0,0,0,223111502 +211002402,5,2,10040013,1,0,0,0,0,223111502 +211002402,6,2,10050013,1,0,0,0,0,223111502 +211002402,7,2,10060013,1,0,0,0,0,223111502 +211002402,8,2,10070013,1,0,0,0,0,223111502 +211002402,9,2,10080013,1,0,0,0,0,223111502 +211002402,10,2,10090013,1,0,0,0,0,223111502 +211002402,11,2,20010011,1,0,0,0,0,223111502 +211002402,12,2,20020011,1,0,0,0,0,223111502 +211002402,13,2,20030011,1,0,0,0,0,223111502 +211002402,14,2,20040011,1,0,0,0,0,223111502 +211002402,15,2,20050011,1,0,0,0,0,223111502 +211002402,16,2,20060011,1,0,0,0,0,223111502 +211002402,17,2,20070011,1,0,0,0,0,223111502 +211002402,18,2,20080011,1,0,0,0,0,223111502 +211002402,19,2,20090011,1,0,0,0,0,223111502 +211002402,20,2,30010007,1,0,0,0,0,223111502 +211002402,21,2,30020007,1,0,0,0,0,223111502 +211002402,22,2,30030007,1,0,0,0,0,223111502 +211002402,23,2,30040007,1,0,0,0,0,223111502 +211002402,24,2,30050007,1,0,0,0,0,223111502 +211002402,25,2,30060007,1,0,0,0,0,223111502 +211002402,26,2,30070007,1,0,0,0,0,223111502 +211002402,27,2,30080007,1,0,0,0,0,223111502 +211002402,28,2,30090007,1,0,0,0,0,223111502 +211002402,29,2,30100007,1,0,0,0,0,223111502 +211002402,30,2,30110007,1,0,0,0,0,223111502 +211002402,31,2,30120007,1,0,0,0,0,223111502 +211002402,32,2,40010007,1,0,0,0,0,223111502 +211002402,33,2,40020007,1,0,0,0,0,223111502 +211002402,34,2,40030007,1,0,0,0,0,223111502 +211002402,35,2,40040007,1,0,0,0,0,223111502 +211002402,36,2,40050007,1,0,0,0,0,223111502 +211002402,37,2,40060007,1,0,0,0,0,223111502 +211002402,38,2,40070007,1,0,0,0,0,223111502 +211002402,39,2,40080007,1,0,0,0,0,223111502 +211002402,40,2,40090007,1,0,0,0,0,223111502 +211002402,41,2,40020009,1,0,0,0,0,223111502 +211002402,42,2,40090009,1,0,0,0,0,223111502 +211002402,43,2,10010016,1,0,0,0,0,223111502 +211002402,44,2,10020015,1,0,0,0,0,223111502 +211002402,45,2,20010014,1,0,0,0,0,223111502 +211002402,46,2,20020013,1,0,0,0,0,223111502 +211002402,47,2,30060009,1,0,0,0,0,223111502 +211002402,48,2,30080009,1,0,0,0,0,223111502 +211002402,49,2,20030013,1,0,0,0,0,223111502 +211002402,50,2,20040013,1,0,0,0,0,223111502 +211002402,51,2,40040009,1,0,0,0,0,223111502 +211002402,52,2,40050009,1,0,0,0,0,223111502 +211002402,53,2,30010010,1,0,0,0,0,223111502 +211002402,54,2,30100009,1,0,0,0,0,223111502 +211002402,55,2,10030016,1,0,0,0,0,223111502 +211002402,56,2,10050015,1,0,0,0,0,223111502 +211002402,57,2,40070010,1,0,0,0,0,223111502 +211002402,58,2,40080010,1,0,0,0,0,223111502 +211002402,59,2,20060015,1,0,0,0,0,223111502 +211002402,60,2,20080014,1,0,0,0,0,223111502 +211002402,61,2,10060015,1,0,0,0,0,223111502 +211002402,62,2,10070017,1,0,0,0,0,223111502 +211002402,63,2,30110010,1,0,0,0,0,223111502 +211002402,64,2,30120010,1,0,0,0,0,223111502 +211002402,65,2,20040015,1,0,0,0,0,223111502 +211002402,66,2,20070015,1,0,0,0,0,223111502 +211002402,67,2,40030012,1,0,0,0,0,223111502 +211002402,68,2,40060011,1,0,0,0,0,223111502 +211002502,1,2,30050013,1,0,0,0,0,223111502 +211002501,1,2,30070013,1,0,0,1,0,223111502 +211002502,2,2,10010013,1,0,0,0,0,223111502 +211002502,3,2,10020013,1,0,0,0,0,223111502 +211002502,4,2,10030013,1,0,0,0,0,223111502 +211002502,5,2,10040013,1,0,0,0,0,223111502 +211002502,6,2,10050013,1,0,0,0,0,223111502 +211002502,7,2,10060013,1,0,0,0,0,223111502 +211002502,8,2,10070013,1,0,0,0,0,223111502 +211002502,9,2,10080013,1,0,0,0,0,223111502 +211002502,10,2,10090013,1,0,0,0,0,223111502 +211002502,11,2,20010011,1,0,0,0,0,223111502 +211002502,12,2,20020011,1,0,0,0,0,223111502 +211002502,13,2,20030011,1,0,0,0,0,223111502 +211002502,14,2,20040011,1,0,0,0,0,223111502 +211002502,15,2,20050011,1,0,0,0,0,223111502 +211002502,16,2,20060011,1,0,0,0,0,223111502 +211002502,17,2,20070011,1,0,0,0,0,223111502 +211002502,18,2,20080011,1,0,0,0,0,223111502 +211002502,19,2,20090011,1,0,0,0,0,223111502 +211002502,20,2,30010007,1,0,0,0,0,223111502 +211002502,21,2,30020007,1,0,0,0,0,223111502 +211002502,22,2,30030007,1,0,0,0,0,223111502 +211002502,23,2,30040007,1,0,0,0,0,223111502 +211002502,24,2,30050007,1,0,0,0,0,223111502 +211002502,25,2,30060007,1,0,0,0,0,223111502 +211002502,26,2,30070007,1,0,0,0,0,223111502 +211002502,27,2,30080007,1,0,0,0,0,223111502 +211002502,28,2,30090007,1,0,0,0,0,223111502 +211002502,29,2,30100007,1,0,0,0,0,223111502 +211002502,30,2,30110007,1,0,0,0,0,223111502 +211002502,31,2,30120007,1,0,0,0,0,223111502 +211002502,32,2,40010007,1,0,0,0,0,223111502 +211002502,33,2,40020007,1,0,0,0,0,223111502 +211002502,34,2,40030007,1,0,0,0,0,223111502 +211002502,35,2,40040007,1,0,0,0,0,223111502 +211002502,36,2,40050007,1,0,0,0,0,223111502 +211002502,37,2,40060007,1,0,0,0,0,223111502 +211002502,38,2,40070007,1,0,0,0,0,223111502 +211002502,39,2,40080007,1,0,0,0,0,223111502 +211002502,40,2,40090007,1,0,0,0,0,223111502 +211002502,41,2,40020009,1,0,0,0,0,223111502 +211002502,42,2,40090009,1,0,0,0,0,223111502 +211002502,43,2,10010016,1,0,0,0,0,223111502 +211002502,44,2,10020015,1,0,0,0,0,223111502 +211002502,45,2,20010014,1,0,0,0,0,223111502 +211002502,46,2,20020013,1,0,0,0,0,223111502 +211002502,47,2,30060009,1,0,0,0,0,223111502 +211002502,48,2,30080009,1,0,0,0,0,223111502 +211002502,49,2,20030013,1,0,0,0,0,223111502 +211002502,50,2,20040013,1,0,0,0,0,223111502 +211002502,51,2,40040009,1,0,0,0,0,223111502 +211002502,52,2,40050009,1,0,0,0,0,223111502 +211002502,53,2,30010010,1,0,0,0,0,223111502 +211002502,54,2,30100009,1,0,0,0,0,223111502 +211002502,55,2,10030016,1,0,0,0,0,223111502 +211002502,56,2,10050015,1,0,0,0,0,223111502 +211002502,57,2,40070010,1,0,0,0,0,223111502 +211002502,58,2,40080010,1,0,0,0,0,223111502 +211002502,59,2,20060015,1,0,0,0,0,223111502 +211002502,60,2,20080014,1,0,0,0,0,223111502 +211002502,61,2,10060015,1,0,0,0,0,223111502 +211002502,62,2,10070017,1,0,0,0,0,223111502 +211002502,63,2,30110010,1,0,0,0,0,223111502 +211002502,64,2,30120010,1,0,0,0,0,223111502 +211002502,65,2,20040015,1,0,0,0,0,223111502 +211002502,66,2,20070015,1,0,0,0,0,223111502 +211002502,67,2,40030012,1,0,0,0,0,223111502 +211002502,68,2,40060011,1,0,0,0,0,223111502 +211002601,1,2,10040019,1,0,0,1,0,223113009 +211002602,1,2,10090018,1,0,0,0,0,223113009 +211002602,2,2,10010013,1,0,0,0,0,223113009 +211002602,3,2,10020013,1,0,0,0,0,223113009 +211002602,4,2,10030013,1,0,0,0,0,223113009 +211002602,5,2,10040013,1,0,0,0,0,223113009 +211002602,6,2,10050013,1,0,0,0,0,223113009 +211002602,7,2,10060013,1,0,0,0,0,223113009 +211002602,8,2,10070013,1,0,0,0,0,223113009 +211002602,9,2,10080013,1,0,0,0,0,223113009 +211002602,10,2,10090013,1,0,0,0,0,223113009 +211002602,11,2,20010011,1,0,0,0,0,223113009 +211002602,12,2,20020011,1,0,0,0,0,223113009 +211002602,13,2,20030011,1,0,0,0,0,223113009 +211002602,14,2,20040011,1,0,0,0,0,223113009 +211002602,15,2,20050011,1,0,0,0,0,223113009 +211002602,16,2,20060011,1,0,0,0,0,223113009 +211002602,17,2,20070011,1,0,0,0,0,223113009 +211002602,18,2,20080011,1,0,0,0,0,223113009 +211002602,19,2,20090011,1,0,0,0,0,223113009 +211002602,20,2,30010007,1,0,0,0,0,223113009 +211002602,21,2,30020007,1,0,0,0,0,223113009 +211002602,22,2,30030007,1,0,0,0,0,223113009 +211002602,23,2,30040007,1,0,0,0,0,223113009 +211002602,24,2,30050007,1,0,0,0,0,223113009 +211002602,25,2,30060007,1,0,0,0,0,223113009 +211002602,26,2,30070007,1,0,0,0,0,223113009 +211002602,27,2,30080007,1,0,0,0,0,223113009 +211002602,28,2,30090007,1,0,0,0,0,223113009 +211002602,29,2,30100007,1,0,0,0,0,223113009 +211002602,30,2,30110007,1,0,0,0,0,223113009 +211002602,31,2,30120007,1,0,0,0,0,223113009 +211002602,32,2,40010007,1,0,0,0,0,223113009 +211002602,33,2,40020007,1,0,0,0,0,223113009 +211002602,34,2,40030007,1,0,0,0,0,223113009 +211002602,35,2,40040007,1,0,0,0,0,223113009 +211002602,36,2,40050007,1,0,0,0,0,223113009 +211002602,37,2,40060007,1,0,0,0,0,223113009 +211002602,38,2,40070007,1,0,0,0,0,223113009 +211002602,39,2,40080007,1,0,0,0,0,223113009 +211002602,40,2,40090007,1,0,0,0,0,223113009 +211002602,41,2,40020009,1,0,0,0,0,223113009 +211002602,42,2,40090009,1,0,0,0,0,223113009 +211002602,43,2,10010016,1,0,0,0,0,223113009 +211002602,44,2,10020015,1,0,0,0,0,223113009 +211002602,45,2,20010014,1,0,0,0,0,223113009 +211002602,46,2,20020013,1,0,0,0,0,223113009 +211002602,47,2,30060009,1,0,0,0,0,223113009 +211002602,48,2,30080009,1,0,0,0,0,223113009 +211002602,49,2,20030013,1,0,0,0,0,223113009 +211002602,50,2,20040013,1,0,0,0,0,223113009 +211002602,51,2,40040009,1,0,0,0,0,223113009 +211002602,52,2,40050009,1,0,0,0,0,223113009 +211002602,53,2,30010010,1,0,0,0,0,223113009 +211002602,54,2,30100009,1,0,0,0,0,223113009 +211002602,55,2,10030016,1,0,0,0,0,223113009 +211002602,56,2,10050015,1,0,0,0,0,223113009 +211002602,57,2,40070010,1,0,0,0,0,223113009 +211002602,58,2,40080010,1,0,0,0,0,223113009 +211002602,59,2,20060015,1,0,0,0,0,223113009 +211002602,60,2,20080014,1,0,0,0,0,223113009 +211002602,61,2,10060015,1,0,0,0,0,223113009 +211002602,62,2,10070017,1,0,0,0,0,223113009 +211002602,63,2,30110010,1,0,0,0,0,223113009 +211002602,64,2,30120010,1,0,0,0,0,223113009 +211002602,65,2,20040015,1,0,0,0,0,223113009 +211002602,66,2,20070015,1,0,0,0,0,223113009 +211002602,67,2,40030012,1,0,0,0,0,223113009 +211002602,68,2,40060011,1,0,0,0,0,223113009 +211002602,69,2,30050013,1,0,0,0,0,223113009 +211002602,70,2,30070013,1,0,0,0,0,223113009 +211002702,1,2,10040019,1,0,0,0,0,223113009 +211002701,1,2,10090018,1,0,0,1,0,223113009 +211002702,2,2,10010013,1,0,0,0,0,223113009 +211002702,3,2,10020013,1,0,0,0,0,223113009 +211002702,4,2,10030013,1,0,0,0,0,223113009 +211002702,5,2,10040013,1,0,0,0,0,223113009 +211002702,6,2,10050013,1,0,0,0,0,223113009 +211002702,7,2,10060013,1,0,0,0,0,223113009 +211002702,8,2,10070013,1,0,0,0,0,223113009 +211002702,9,2,10080013,1,0,0,0,0,223113009 +211002702,10,2,10090013,1,0,0,0,0,223113009 +211002702,11,2,20010011,1,0,0,0,0,223113009 +211002702,12,2,20020011,1,0,0,0,0,223113009 +211002702,13,2,20030011,1,0,0,0,0,223113009 +211002702,14,2,20040011,1,0,0,0,0,223113009 +211002702,15,2,20050011,1,0,0,0,0,223113009 +211002702,16,2,20060011,1,0,0,0,0,223113009 +211002702,17,2,20070011,1,0,0,0,0,223113009 +211002702,18,2,20080011,1,0,0,0,0,223113009 +211002702,19,2,20090011,1,0,0,0,0,223113009 +211002702,20,2,30010007,1,0,0,0,0,223113009 +211002702,21,2,30020007,1,0,0,0,0,223113009 +211002702,22,2,30030007,1,0,0,0,0,223113009 +211002702,23,2,30040007,1,0,0,0,0,223113009 +211002702,24,2,30050007,1,0,0,0,0,223113009 +211002702,25,2,30060007,1,0,0,0,0,223113009 +211002702,26,2,30070007,1,0,0,0,0,223113009 +211002702,27,2,30080007,1,0,0,0,0,223113009 +211002702,28,2,30090007,1,0,0,0,0,223113009 +211002702,29,2,30100007,1,0,0,0,0,223113009 +211002702,30,2,30110007,1,0,0,0,0,223113009 +211002702,31,2,30120007,1,0,0,0,0,223113009 +211002702,32,2,40010007,1,0,0,0,0,223113009 +211002702,33,2,40020007,1,0,0,0,0,223113009 +211002702,34,2,40030007,1,0,0,0,0,223113009 +211002702,35,2,40040007,1,0,0,0,0,223113009 +211002702,36,2,40050007,1,0,0,0,0,223113009 +211002702,37,2,40060007,1,0,0,0,0,223113009 +211002702,38,2,40070007,1,0,0,0,0,223113009 +211002702,39,2,40080007,1,0,0,0,0,223113009 +211002702,40,2,40090007,1,0,0,0,0,223113009 +211002702,41,2,40020009,1,0,0,0,0,223113009 +211002702,42,2,40090009,1,0,0,0,0,223113009 +211002702,43,2,10010016,1,0,0,0,0,223113009 +211002702,44,2,10020015,1,0,0,0,0,223113009 +211002702,45,2,20010014,1,0,0,0,0,223113009 +211002702,46,2,20020013,1,0,0,0,0,223113009 +211002702,47,2,30060009,1,0,0,0,0,223113009 +211002702,48,2,30080009,1,0,0,0,0,223113009 +211002702,49,2,20030013,1,0,0,0,0,223113009 +211002702,50,2,20040013,1,0,0,0,0,223113009 +211002702,51,2,40040009,1,0,0,0,0,223113009 +211002702,52,2,40050009,1,0,0,0,0,223113009 +211002702,53,2,30010010,1,0,0,0,0,223113009 +211002702,54,2,30100009,1,0,0,0,0,223113009 +211002702,55,2,10030016,1,0,0,0,0,223113009 +211002702,56,2,10050015,1,0,0,0,0,223113009 +211002702,57,2,40070010,1,0,0,0,0,223113009 +211002702,58,2,40080010,1,0,0,0,0,223113009 +211002702,59,2,20060015,1,0,0,0,0,223113009 +211002702,60,2,20080014,1,0,0,0,0,223113009 +211002702,61,2,10060015,1,0,0,0,0,223113009 +211002702,62,2,10070017,1,0,0,0,0,223113009 +211002702,63,2,30110010,1,0,0,0,0,223113009 +211002702,64,2,30120010,1,0,0,0,0,223113009 +211002702,65,2,20040015,1,0,0,0,0,223113009 +211002702,66,2,20070015,1,0,0,0,0,223113009 +211002702,67,2,40030012,1,0,0,0,0,223113009 +211002702,68,2,40060011,1,0,0,0,0,223113009 +211002702,69,2,30050013,1,0,0,0,0,223113009 +211002702,70,2,30070013,1,0,0,0,0,223113009 +211002801,1,2,40010014,1,0,0,1,0,223121505 +211002802,1,2,40020012,1,0,0,0,0,223121505 +211002802,2,2,10010013,1,0,0,0,0,223121505 +211002802,3,2,10020013,1,0,0,0,0,223121505 +211002802,4,2,10030013,1,0,0,0,0,223121505 +211002802,5,2,10040013,1,0,0,0,0,223121505 +211002802,6,2,10050013,1,0,0,0,0,223121505 +211002802,7,2,10060013,1,0,0,0,0,223121505 +211002802,8,2,10070013,1,0,0,0,0,223121505 +211002802,9,2,10080013,1,0,0,0,0,223121505 +211002802,10,2,10090013,1,0,0,0,0,223121505 +211002802,11,2,20010011,1,0,0,0,0,223121505 +211002802,12,2,20020011,1,0,0,0,0,223121505 +211002802,13,2,20030011,1,0,0,0,0,223121505 +211002802,14,2,20040011,1,0,0,0,0,223121505 +211002802,15,2,20050011,1,0,0,0,0,223121505 +211002802,16,2,20060011,1,0,0,0,0,223121505 +211002802,17,2,20070011,1,0,0,0,0,223121505 +211002802,18,2,20080011,1,0,0,0,0,223121505 +211002802,19,2,20090011,1,0,0,0,0,223121505 +211002802,20,2,30010007,1,0,0,0,0,223121505 +211002802,21,2,30020007,1,0,0,0,0,223121505 +211002802,22,2,30030007,1,0,0,0,0,223121505 +211002802,23,2,30040007,1,0,0,0,0,223121505 +211002802,24,2,30050007,1,0,0,0,0,223121505 +211002802,25,2,30060007,1,0,0,0,0,223121505 +211002802,26,2,30070007,1,0,0,0,0,223121505 +211002802,27,2,30080007,1,0,0,0,0,223121505 +211002802,28,2,30090007,1,0,0,0,0,223121505 +211002802,29,2,30100007,1,0,0,0,0,223121505 +211002802,30,2,30110007,1,0,0,0,0,223121505 +211002802,31,2,30120007,1,0,0,0,0,223121505 +211002802,32,2,40010007,1,0,0,0,0,223121505 +211002802,33,2,40020007,1,0,0,0,0,223121505 +211002802,34,2,40030007,1,0,0,0,0,223121505 +211002802,35,2,40040007,1,0,0,0,0,223121505 +211002802,36,2,40050007,1,0,0,0,0,223121505 +211002802,37,2,40060007,1,0,0,0,0,223121505 +211002802,38,2,40070007,1,0,0,0,0,223121505 +211002802,39,2,40080007,1,0,0,0,0,223121505 +211002802,40,2,40090007,1,0,0,0,0,223121505 +211002802,41,2,40020009,1,0,0,0,0,223121505 +211002802,42,2,40090009,1,0,0,0,0,223121505 +211002802,43,2,10010016,1,0,0,0,0,223121505 +211002802,44,2,10020015,1,0,0,0,0,223121505 +211002802,45,2,20010014,1,0,0,0,0,223121505 +211002802,46,2,20020013,1,0,0,0,0,223121505 +211002802,47,2,30060009,1,0,0,0,0,223121505 +211002802,48,2,30080009,1,0,0,0,0,223121505 +211002802,49,2,20030013,1,0,0,0,0,223121505 +211002802,50,2,20040013,1,0,0,0,0,223121505 +211002802,51,2,40040009,1,0,0,0,0,223121505 +211002802,52,2,40050009,1,0,0,0,0,223121505 +211002802,53,2,30010010,1,0,0,0,0,223121505 +211002802,54,2,30100009,1,0,0,0,0,223121505 +211002802,55,2,10030016,1,0,0,0,0,223121505 +211002802,56,2,10050015,1,0,0,0,0,223121505 +211002802,57,2,40070010,1,0,0,0,0,223121505 +211002802,58,2,40080010,1,0,0,0,0,223121505 +211002802,59,2,20060015,1,0,0,0,0,223121505 +211002802,60,2,20080014,1,0,0,0,0,223121505 +211002802,61,2,10060015,1,0,0,0,0,223121505 +211002802,62,2,10070017,1,0,0,0,0,223121505 +211002802,63,2,30110010,1,0,0,0,0,223121505 +211002802,64,2,30120010,1,0,0,0,0,223121505 +211002802,65,2,20040015,1,0,0,0,0,223121505 +211002802,66,2,20070015,1,0,0,0,0,223121505 +211002802,67,2,40030012,1,0,0,0,0,223121505 +211002802,68,2,40060011,1,0,0,0,0,223121505 +211002802,69,2,30050013,1,0,0,0,0,223121505 +211002802,70,2,30070013,1,0,0,0,0,223121505 +211002802,71,2,10040019,1,0,0,0,0,223121505 +211002802,72,2,10090018,1,0,0,0,0,223121505 +211002902,1,2,40010014,1,0,0,0,0,223121505 +211002901,1,2,40020012,1,0,0,1,0,223121505 +211002902,2,2,10010013,1,0,0,0,0,223121505 +211002902,3,2,10020013,1,0,0,0,0,223121505 +211002902,4,2,10030013,1,0,0,0,0,223121505 +211002902,5,2,10040013,1,0,0,0,0,223121505 +211002902,6,2,10050013,1,0,0,0,0,223121505 +211002902,7,2,10060013,1,0,0,0,0,223121505 +211002902,8,2,10070013,1,0,0,0,0,223121505 +211002902,9,2,10080013,1,0,0,0,0,223121505 +211002902,10,2,10090013,1,0,0,0,0,223121505 +211002902,11,2,20010011,1,0,0,0,0,223121505 +211002902,12,2,20020011,1,0,0,0,0,223121505 +211002902,13,2,20030011,1,0,0,0,0,223121505 +211002902,14,2,20040011,1,0,0,0,0,223121505 +211002902,15,2,20050011,1,0,0,0,0,223121505 +211002902,16,2,20060011,1,0,0,0,0,223121505 +211002902,17,2,20070011,1,0,0,0,0,223121505 +211002902,18,2,20080011,1,0,0,0,0,223121505 +211002902,19,2,20090011,1,0,0,0,0,223121505 +211002902,20,2,30010007,1,0,0,0,0,223121505 +211002902,21,2,30020007,1,0,0,0,0,223121505 +211002902,22,2,30030007,1,0,0,0,0,223121505 +211002902,23,2,30040007,1,0,0,0,0,223121505 +211002902,24,2,30050007,1,0,0,0,0,223121505 +211002902,25,2,30060007,1,0,0,0,0,223121505 +211002902,26,2,30070007,1,0,0,0,0,223121505 +211002902,27,2,30080007,1,0,0,0,0,223121505 +211002902,28,2,30090007,1,0,0,0,0,223121505 +211002902,29,2,30100007,1,0,0,0,0,223121505 +211002902,30,2,30110007,1,0,0,0,0,223121505 +211002902,31,2,30120007,1,0,0,0,0,223121505 +211002902,32,2,40010007,1,0,0,0,0,223121505 +211002902,33,2,40020007,1,0,0,0,0,223121505 +211002902,34,2,40030007,1,0,0,0,0,223121505 +211002902,35,2,40040007,1,0,0,0,0,223121505 +211002902,36,2,40050007,1,0,0,0,0,223121505 +211002902,37,2,40060007,1,0,0,0,0,223121505 +211002902,38,2,40070007,1,0,0,0,0,223121505 +211002902,39,2,40080007,1,0,0,0,0,223121505 +211002902,40,2,40090007,1,0,0,0,0,223121505 +211002902,41,2,40020009,1,0,0,0,0,223121505 +211002902,42,2,40090009,1,0,0,0,0,223121505 +211002902,43,2,10010016,1,0,0,0,0,223121505 +211002902,44,2,10020015,1,0,0,0,0,223121505 +211002902,45,2,20010014,1,0,0,0,0,223121505 +211002902,46,2,20020013,1,0,0,0,0,223121505 +211002902,47,2,30060009,1,0,0,0,0,223121505 +211002902,48,2,30080009,1,0,0,0,0,223121505 +211002902,49,2,20030013,1,0,0,0,0,223121505 +211002902,50,2,20040013,1,0,0,0,0,223121505 +211002902,51,2,40040009,1,0,0,0,0,223121505 +211002902,52,2,40050009,1,0,0,0,0,223121505 +211002902,53,2,30010010,1,0,0,0,0,223121505 +211002902,54,2,30100009,1,0,0,0,0,223121505 +211002902,55,2,10030016,1,0,0,0,0,223121505 +211002902,56,2,10050015,1,0,0,0,0,223121505 +211002902,57,2,40070010,1,0,0,0,0,223121505 +211002902,58,2,40080010,1,0,0,0,0,223121505 +211002902,59,2,20060015,1,0,0,0,0,223121505 +211002902,60,2,20080014,1,0,0,0,0,223121505 +211002902,61,2,10060015,1,0,0,0,0,223121505 +211002902,62,2,10070017,1,0,0,0,0,223121505 +211002902,63,2,30110010,1,0,0,0,0,223121505 +211002902,64,2,30120010,1,0,0,0,0,223121505 +211002902,65,2,20040015,1,0,0,0,0,223121505 +211002902,66,2,20070015,1,0,0,0,0,223121505 +211002902,67,2,40030012,1,0,0,0,0,223121505 +211002902,68,2,40060011,1,0,0,0,0,223121505 +211002902,69,2,30050013,1,0,0,0,0,223121505 +211002902,70,2,30070013,1,0,0,0,0,223121505 +211002902,71,2,10040019,1,0,0,0,0,223121505 +211002902,72,2,10090018,1,0,0,0,0,223121505 +211003001,1,2,20050017,1,0,0,1,0,223123102 +211003002,1,2,20090016,1,0,0,0,0,223123102 +211003002,2,2,10010013,1,0,0,0,0,223123102 +211003002,3,2,10020013,1,0,0,0,0,223123102 +211003002,4,2,10030013,1,0,0,0,0,223123102 +211003002,5,2,10040013,1,0,0,0,0,223123102 +211003002,6,2,10050013,1,0,0,0,0,223123102 +211003002,7,2,10060013,1,0,0,0,0,223123102 +211003002,8,2,10070013,1,0,0,0,0,223123102 +211003002,9,2,10080013,1,0,0,0,0,223123102 +211003002,10,2,10090013,1,0,0,0,0,223123102 +211003002,11,2,20010011,1,0,0,0,0,223123102 +211003002,12,2,20020011,1,0,0,0,0,223123102 +211003002,13,2,20030011,1,0,0,0,0,223123102 +211003002,14,2,20040011,1,0,0,0,0,223123102 +211003002,15,2,20050011,1,0,0,0,0,223123102 +211003002,16,2,20060011,1,0,0,0,0,223123102 +211003002,17,2,20070011,1,0,0,0,0,223123102 +211003002,18,2,20080011,1,0,0,0,0,223123102 +211003002,19,2,20090011,1,0,0,0,0,223123102 +211003002,20,2,30010007,1,0,0,0,0,223123102 +211003002,21,2,30020007,1,0,0,0,0,223123102 +211003002,22,2,30030007,1,0,0,0,0,223123102 +211003002,23,2,30040007,1,0,0,0,0,223123102 +211003002,24,2,30050007,1,0,0,0,0,223123102 +211003002,25,2,30060007,1,0,0,0,0,223123102 +211003002,26,2,30070007,1,0,0,0,0,223123102 +211003002,27,2,30080007,1,0,0,0,0,223123102 +211003002,28,2,30090007,1,0,0,0,0,223123102 +211003002,29,2,30100007,1,0,0,0,0,223123102 +211003002,30,2,30110007,1,0,0,0,0,223123102 +211003002,31,2,30120007,1,0,0,0,0,223123102 +211003002,32,2,40010007,1,0,0,0,0,223123102 +211003002,33,2,40020007,1,0,0,0,0,223123102 +211003002,34,2,40030007,1,0,0,0,0,223123102 +211003002,35,2,40040007,1,0,0,0,0,223123102 +211003002,36,2,40050007,1,0,0,0,0,223123102 +211003002,37,2,40060007,1,0,0,0,0,223123102 +211003002,38,2,40070007,1,0,0,0,0,223123102 +211003002,39,2,40080007,1,0,0,0,0,223123102 +211003002,40,2,40090007,1,0,0,0,0,223123102 +211003002,41,2,40020009,1,0,0,0,0,223123102 +211003002,42,2,40090009,1,0,0,0,0,223123102 +211003002,43,2,10010016,1,0,0,0,0,223123102 +211003002,44,2,10020015,1,0,0,0,0,223123102 +211003002,45,2,20010014,1,0,0,0,0,223123102 +211003002,46,2,20020013,1,0,0,0,0,223123102 +211003002,47,2,30060009,1,0,0,0,0,223123102 +211003002,48,2,30080009,1,0,0,0,0,223123102 +211003002,49,2,20030013,1,0,0,0,0,223123102 +211003002,50,2,20040013,1,0,0,0,0,223123102 +211003002,51,2,40040009,1,0,0,0,0,223123102 +211003002,52,2,40050009,1,0,0,0,0,223123102 +211003002,53,2,30010010,1,0,0,0,0,223123102 +211003002,54,2,30100009,1,0,0,0,0,223123102 +211003002,55,2,10030016,1,0,0,0,0,223123102 +211003002,56,2,10050015,1,0,0,0,0,223123102 +211003002,57,2,40070010,1,0,0,0,0,223123102 +211003002,58,2,40080010,1,0,0,0,0,223123102 +211003002,59,2,20060015,1,0,0,0,0,223123102 +211003002,60,2,20080014,1,0,0,0,0,223123102 +211003002,61,2,10060015,1,0,0,0,0,223123102 +211003002,62,2,10070017,1,0,0,0,0,223123102 +211003002,63,2,30110010,1,0,0,0,0,223123102 +211003002,64,2,30120010,1,0,0,0,0,223123102 +211003002,65,2,20040015,1,0,0,0,0,223123102 +211003002,66,2,20070015,1,0,0,0,0,223123102 +211003002,67,2,40030012,1,0,0,0,0,223123102 +211003002,68,2,40060011,1,0,0,0,0,223123102 +211003002,69,2,30050013,1,0,0,0,0,223123102 +211003002,70,2,30070013,1,0,0,0,0,223123102 +211003002,71,2,10040019,1,0,0,0,0,223123102 +211003002,72,2,10090018,1,0,0,0,0,223123102 +211003002,73,2,40010014,1,0,0,0,0,223123102 +211003002,74,2,40020012,1,0,0,0,0,223123102 +211003101,1,2,20090016,1,0,0,1,0,223123102 +211003102,1,2,20050017,1,0,0,0,0,223123102 +211003102,2,2,10010013,1,0,0,0,0,223123102 +211003102,3,2,10020013,1,0,0,0,0,223123102 +211003102,4,2,10030013,1,0,0,0,0,223123102 +211003102,5,2,10040013,1,0,0,0,0,223123102 +211003102,6,2,10050013,1,0,0,0,0,223123102 +211003102,7,2,10060013,1,0,0,0,0,223123102 +211003102,8,2,10070013,1,0,0,0,0,223123102 +211003102,9,2,10080013,1,0,0,0,0,223123102 +211003102,10,2,10090013,1,0,0,0,0,223123102 +211003102,11,2,20010011,1,0,0,0,0,223123102 +211003102,12,2,20020011,1,0,0,0,0,223123102 +211003102,13,2,20030011,1,0,0,0,0,223123102 +211003102,14,2,20040011,1,0,0,0,0,223123102 +211003102,15,2,20050011,1,0,0,0,0,223123102 +211003102,16,2,20060011,1,0,0,0,0,223123102 +211003102,17,2,20070011,1,0,0,0,0,223123102 +211003102,18,2,20080011,1,0,0,0,0,223123102 +211003102,19,2,20090011,1,0,0,0,0,223123102 +211003102,20,2,30010007,1,0,0,0,0,223123102 +211003102,21,2,30020007,1,0,0,0,0,223123102 +211003102,22,2,30030007,1,0,0,0,0,223123102 +211003102,23,2,30040007,1,0,0,0,0,223123102 +211003102,24,2,30050007,1,0,0,0,0,223123102 +211003102,25,2,30060007,1,0,0,0,0,223123102 +211003102,26,2,30070007,1,0,0,0,0,223123102 +211003102,27,2,30080007,1,0,0,0,0,223123102 +211003102,28,2,30090007,1,0,0,0,0,223123102 +211003102,29,2,30100007,1,0,0,0,0,223123102 +211003102,30,2,30110007,1,0,0,0,0,223123102 +211003102,31,2,30120007,1,0,0,0,0,223123102 +211003102,32,2,40010007,1,0,0,0,0,223123102 +211003102,33,2,40020007,1,0,0,0,0,223123102 +211003102,34,2,40030007,1,0,0,0,0,223123102 +211003102,35,2,40040007,1,0,0,0,0,223123102 +211003102,36,2,40050007,1,0,0,0,0,223123102 +211003102,37,2,40060007,1,0,0,0,0,223123102 +211003102,38,2,40070007,1,0,0,0,0,223123102 +211003102,39,2,40080007,1,0,0,0,0,223123102 +211003102,40,2,40090007,1,0,0,0,0,223123102 +211003102,41,2,40020009,1,0,0,0,0,223123102 +211003102,42,2,40090009,1,0,0,0,0,223123102 +211003102,43,2,10010016,1,0,0,0,0,223123102 +211003102,44,2,10020015,1,0,0,0,0,223123102 +211003102,45,2,20010014,1,0,0,0,0,223123102 +211003102,46,2,20020013,1,0,0,0,0,223123102 +211003102,47,2,30060009,1,0,0,0,0,223123102 +211003102,48,2,30080009,1,0,0,0,0,223123102 +211003102,49,2,20030013,1,0,0,0,0,223123102 +211003102,50,2,20040013,1,0,0,0,0,223123102 +211003102,51,2,40040009,1,0,0,0,0,223123102 +211003102,52,2,40050009,1,0,0,0,0,223123102 +211003102,53,2,30010010,1,0,0,0,0,223123102 +211003102,54,2,30100009,1,0,0,0,0,223123102 +211003102,55,2,10030016,1,0,0,0,0,223123102 +211003102,56,2,10050015,1,0,0,0,0,223123102 +211003102,57,2,40070010,1,0,0,0,0,223123102 +211003102,58,2,40080010,1,0,0,0,0,223123102 +211003102,59,2,20060015,1,0,0,0,0,223123102 +211003102,60,2,20080014,1,0,0,0,0,223123102 +211003102,61,2,10060015,1,0,0,0,0,223123102 +211003102,62,2,10070017,1,0,0,0,0,223123102 +211003102,63,2,30110010,1,0,0,0,0,223123102 +211003102,64,2,30120010,1,0,0,0,0,223123102 +211003102,65,2,20040015,1,0,0,0,0,223123102 +211003102,66,2,20070015,1,0,0,0,0,223123102 +211003102,67,2,40030012,1,0,0,0,0,223123102 +211003102,68,2,40060011,1,0,0,0,0,223123102 +211003102,69,2,30050013,1,0,0,0,0,223123102 +211003102,70,2,30070013,1,0,0,0,0,223123102 +211003102,71,2,10040019,1,0,0,0,0,223123102 +211003102,72,2,10090018,1,0,0,0,0,223123102 +211003102,73,2,40010014,1,0,0,0,0,223123102 +211003102,74,2,40020012,1,0,0,0,0,223123102 +211003201,1,2,10030018,1,0,0,1,0,224011502 +211003202,1,2,10060017,1,0,0,0,0,224011502 +211003202,2,2,10010013,1,0,0,0,0,224011502 +211003202,3,2,10020013,1,0,0,0,0,224011502 +211003202,4,2,10030013,1,0,0,0,0,224011502 +211003202,5,2,10040013,1,0,0,0,0,224011502 +211003202,6,2,10050013,1,0,0,0,0,224011502 +211003202,7,2,10060013,1,0,0,0,0,224011502 +211003202,8,2,10070013,1,0,0,0,0,224011502 +211003202,9,2,10080013,1,0,0,0,0,224011502 +211003202,10,2,10090013,1,0,0,0,0,224011502 +211003202,11,2,20010011,1,0,0,0,0,224011502 +211003202,12,2,20020011,1,0,0,0,0,224011502 +211003202,13,2,20030011,1,0,0,0,0,224011502 +211003202,14,2,20040011,1,0,0,0,0,224011502 +211003202,15,2,20050011,1,0,0,0,0,224011502 +211003202,16,2,20060011,1,0,0,0,0,224011502 +211003202,17,2,20070011,1,0,0,0,0,224011502 +211003202,18,2,20080011,1,0,0,0,0,224011502 +211003202,19,2,20090011,1,0,0,0,0,224011502 +211003202,20,2,30010007,1,0,0,0,0,224011502 +211003202,21,2,30020007,1,0,0,0,0,224011502 +211003202,22,2,30030007,1,0,0,0,0,224011502 +211003202,23,2,30040007,1,0,0,0,0,224011502 +211003202,24,2,30050007,1,0,0,0,0,224011502 +211003202,25,2,30060007,1,0,0,0,0,224011502 +211003202,26,2,30070007,1,0,0,0,0,224011502 +211003202,27,2,30080007,1,0,0,0,0,224011502 +211003202,28,2,30090007,1,0,0,0,0,224011502 +211003202,29,2,30100007,1,0,0,0,0,224011502 +211003202,30,2,30110007,1,0,0,0,0,224011502 +211003202,31,2,30120007,1,0,0,0,0,224011502 +211003202,32,2,40010007,1,0,0,0,0,224011502 +211003202,33,2,40020007,1,0,0,0,0,224011502 +211003202,34,2,40030007,1,0,0,0,0,224011502 +211003202,35,2,40040007,1,0,0,0,0,224011502 +211003202,36,2,40050007,1,0,0,0,0,224011502 +211003202,37,2,40060007,1,0,0,0,0,224011502 +211003202,38,2,40070007,1,0,0,0,0,224011502 +211003202,39,2,40080007,1,0,0,0,0,224011502 +211003202,40,2,40090007,1,0,0,0,0,224011502 +211003202,41,2,40020009,1,0,0,0,0,224011502 +211003202,42,2,40090009,1,0,0,0,0,224011502 +211003202,43,2,10010016,1,0,0,0,0,224011502 +211003202,44,2,10020015,1,0,0,0,0,224011502 +211003202,45,2,20010014,1,0,0,0,0,224011502 +211003202,46,2,20020013,1,0,0,0,0,224011502 +211003202,47,2,30060009,1,0,0,0,0,224011502 +211003202,48,2,30080009,1,0,0,0,0,224011502 +211003202,49,2,20030013,1,0,0,0,0,224011502 +211003202,50,2,20040013,1,0,0,0,0,224011502 +211003202,51,2,40040009,1,0,0,0,0,224011502 +211003202,52,2,40050009,1,0,0,0,0,224011502 +211003202,53,2,30010010,1,0,0,0,0,224011502 +211003202,54,2,30100009,1,0,0,0,0,224011502 +211003202,55,2,10030016,1,0,0,0,0,224011502 +211003202,56,2,10050015,1,0,0,0,0,224011502 +211003202,57,2,40070010,1,0,0,0,0,224011502 +211003202,58,2,40080010,1,0,0,0,0,224011502 +211003202,59,2,20060015,1,0,0,0,0,224011502 +211003202,60,2,20080014,1,0,0,0,0,224011502 +211003202,61,2,10060015,1,0,0,0,0,224011502 +211003202,62,2,10070017,1,0,0,0,0,224011502 +211003202,63,2,30110010,1,0,0,0,0,224011502 +211003202,64,2,30120010,1,0,0,0,0,224011502 +211003202,65,2,20040015,1,0,0,0,0,224011502 +211003202,66,2,20070015,1,0,0,0,0,224011502 +211003202,67,2,40030012,1,0,0,0,0,224011502 +211003202,68,2,40060011,1,0,0,0,0,224011502 +211003202,69,2,30050013,1,0,0,0,0,224011502 +211003202,70,2,30070013,1,0,0,0,0,224011502 +211003202,71,2,10040019,1,0,0,0,0,224011502 +211003202,72,2,10090018,1,0,0,0,0,224011502 +211003202,73,2,40010014,1,0,0,0,0,224011502 +211003202,74,2,40020012,1,0,0,0,0,224011502 +211003202,75,2,20050017,1,0,0,0,0,224011502 +211003202,76,2,20090016,1,0,0,0,0,224011502 +211003301,1,2,10060017,1,0,0,1,0,224011502 +211003302,1,2,10030018,1,0,0,0,0,224011502 +211003302,2,2,10010013,1,0,0,0,0,224011502 +211003302,3,2,10020013,1,0,0,0,0,224011502 +211003302,4,2,10030013,1,0,0,0,0,224011502 +211003302,5,2,10040013,1,0,0,0,0,224011502 +211003302,6,2,10050013,1,0,0,0,0,224011502 +211003302,7,2,10060013,1,0,0,0,0,224011502 +211003302,8,2,10070013,1,0,0,0,0,224011502 +211003302,9,2,10080013,1,0,0,0,0,224011502 +211003302,10,2,10090013,1,0,0,0,0,224011502 +211003302,11,2,20010011,1,0,0,0,0,224011502 +211003302,12,2,20020011,1,0,0,0,0,224011502 +211003302,13,2,20030011,1,0,0,0,0,224011502 +211003302,14,2,20040011,1,0,0,0,0,224011502 +211003302,15,2,20050011,1,0,0,0,0,224011502 +211003302,16,2,20060011,1,0,0,0,0,224011502 +211003302,17,2,20070011,1,0,0,0,0,224011502 +211003302,18,2,20080011,1,0,0,0,0,224011502 +211003302,19,2,20090011,1,0,0,0,0,224011502 +211003302,20,2,30010007,1,0,0,0,0,224011502 +211003302,21,2,30020007,1,0,0,0,0,224011502 +211003302,22,2,30030007,1,0,0,0,0,224011502 +211003302,23,2,30040007,1,0,0,0,0,224011502 +211003302,24,2,30050007,1,0,0,0,0,224011502 +211003302,25,2,30060007,1,0,0,0,0,224011502 +211003302,26,2,30070007,1,0,0,0,0,224011502 +211003302,27,2,30080007,1,0,0,0,0,224011502 +211003302,28,2,30090007,1,0,0,0,0,224011502 +211003302,29,2,30100007,1,0,0,0,0,224011502 +211003302,30,2,30110007,1,0,0,0,0,224011502 +211003302,31,2,30120007,1,0,0,0,0,224011502 +211003302,32,2,40010007,1,0,0,0,0,224011502 +211003302,33,2,40020007,1,0,0,0,0,224011502 +211003302,34,2,40030007,1,0,0,0,0,224011502 +211003302,35,2,40040007,1,0,0,0,0,224011502 +211003302,36,2,40050007,1,0,0,0,0,224011502 +211003302,37,2,40060007,1,0,0,0,0,224011502 +211003302,38,2,40070007,1,0,0,0,0,224011502 +211003302,39,2,40080007,1,0,0,0,0,224011502 +211003302,40,2,40090007,1,0,0,0,0,224011502 +211003302,41,2,40020009,1,0,0,0,0,224011502 +211003302,42,2,40090009,1,0,0,0,0,224011502 +211003302,43,2,10010016,1,0,0,0,0,224011502 +211003302,44,2,10020015,1,0,0,0,0,224011502 +211003302,45,2,20010014,1,0,0,0,0,224011502 +211003302,46,2,20020013,1,0,0,0,0,224011502 +211003302,47,2,30060009,1,0,0,0,0,224011502 +211003302,48,2,30080009,1,0,0,0,0,224011502 +211003302,49,2,20030013,1,0,0,0,0,224011502 +211003302,50,2,20040013,1,0,0,0,0,224011502 +211003302,51,2,40040009,1,0,0,0,0,224011502 +211003302,52,2,40050009,1,0,0,0,0,224011502 +211003302,53,2,30010010,1,0,0,0,0,224011502 +211003302,54,2,30100009,1,0,0,0,0,224011502 +211003302,55,2,10030016,1,0,0,0,0,224011502 +211003302,56,2,10050015,1,0,0,0,0,224011502 +211003302,57,2,40070010,1,0,0,0,0,224011502 +211003302,58,2,40080010,1,0,0,0,0,224011502 +211003302,59,2,20060015,1,0,0,0,0,224011502 +211003302,60,2,20080014,1,0,0,0,0,224011502 +211003302,61,2,10060015,1,0,0,0,0,224011502 +211003302,62,2,10070017,1,0,0,0,0,224011502 +211003302,63,2,30110010,1,0,0,0,0,224011502 +211003302,64,2,30120010,1,0,0,0,0,224011502 +211003302,65,2,20040015,1,0,0,0,0,224011502 +211003302,66,2,20070015,1,0,0,0,0,224011502 +211003302,67,2,40030012,1,0,0,0,0,224011502 +211003302,68,2,40060011,1,0,0,0,0,224011502 +211003302,69,2,30050013,1,0,0,0,0,224011502 +211003302,70,2,30070013,1,0,0,0,0,224011502 +211003302,71,2,10040019,1,0,0,0,0,224011502 +211003302,72,2,10090018,1,0,0,0,0,224011502 +211003302,73,2,40010014,1,0,0,0,0,224011502 +211003302,74,2,40020012,1,0,0,0,0,224011502 +211003302,75,2,20050017,1,0,0,0,0,224011502 +211003302,76,2,20090016,1,0,0,0,0,224011502 +211003401,1,2,30030014,1,0,0,1,0,224013102 +211003402,1,2,30040014,1,0,0,0,0,224013102 +211003402,2,2,10010013,1,0,0,0,0,224013102 +211003402,3,2,10020013,1,0,0,0,0,224013102 +211003402,4,2,10030013,1,0,0,0,0,224013102 +211003402,5,2,10040013,1,0,0,0,0,224013102 +211003402,6,2,10050013,1,0,0,0,0,224013102 +211003402,7,2,10060013,1,0,0,0,0,224013102 +211003402,8,2,10070013,1,0,0,0,0,224013102 +211003402,9,2,10080013,1,0,0,0,0,224013102 +211003402,10,2,10090013,1,0,0,0,0,224013102 +211003402,11,2,20010011,1,0,0,0,0,224013102 +211003402,12,2,20020011,1,0,0,0,0,224013102 +211003402,13,2,20030011,1,0,0,0,0,224013102 +211003402,14,2,20040011,1,0,0,0,0,224013102 +211003402,15,2,20050011,1,0,0,0,0,224013102 +211003402,16,2,20060011,1,0,0,0,0,224013102 +211003402,17,2,20070011,1,0,0,0,0,224013102 +211003402,18,2,20080011,1,0,0,0,0,224013102 +211003402,19,2,20090011,1,0,0,0,0,224013102 +211003402,20,2,30010007,1,0,0,0,0,224013102 +211003402,21,2,30020007,1,0,0,0,0,224013102 +211003402,22,2,30030007,1,0,0,0,0,224013102 +211003402,23,2,30040007,1,0,0,0,0,224013102 +211003402,24,2,30050007,1,0,0,0,0,224013102 +211003402,25,2,30060007,1,0,0,0,0,224013102 +211003402,26,2,30070007,1,0,0,0,0,224013102 +211003402,27,2,30080007,1,0,0,0,0,224013102 +211003402,28,2,30090007,1,0,0,0,0,224013102 +211003402,29,2,30100007,1,0,0,0,0,224013102 +211003402,30,2,30110007,1,0,0,0,0,224013102 +211003402,31,2,30120007,1,0,0,0,0,224013102 +211003402,32,2,40010007,1,0,0,0,0,224013102 +211003402,33,2,40020007,1,0,0,0,0,224013102 +211003402,34,2,40030007,1,0,0,0,0,224013102 +211003402,35,2,40040007,1,0,0,0,0,224013102 +211003402,36,2,40050007,1,0,0,0,0,224013102 +211003402,37,2,40060007,1,0,0,0,0,224013102 +211003402,38,2,40070007,1,0,0,0,0,224013102 +211003402,39,2,40080007,1,0,0,0,0,224013102 +211003402,40,2,40090007,1,0,0,0,0,224013102 +211003402,41,2,40020009,1,0,0,0,0,224013102 +211003402,42,2,40090009,1,0,0,0,0,224013102 +211003402,43,2,10010016,1,0,0,0,0,224013102 +211003402,44,2,10020015,1,0,0,0,0,224013102 +211003402,45,2,20010014,1,0,0,0,0,224013102 +211003402,46,2,20020013,1,0,0,0,0,224013102 +211003402,47,2,30060009,1,0,0,0,0,224013102 +211003402,48,2,30080009,1,0,0,0,0,224013102 +211003402,49,2,20030013,1,0,0,0,0,224013102 +211003402,50,2,20040013,1,0,0,0,0,224013102 +211003402,51,2,40040009,1,0,0,0,0,224013102 +211003402,52,2,40050009,1,0,0,0,0,224013102 +211003402,53,2,30010010,1,0,0,0,0,224013102 +211003402,54,2,30100009,1,0,0,0,0,224013102 +211003402,55,2,10030016,1,0,0,0,0,224013102 +211003402,56,2,10050015,1,0,0,0,0,224013102 +211003402,57,2,40070010,1,0,0,0,0,224013102 +211003402,58,2,40080010,1,0,0,0,0,224013102 +211003402,59,2,20060015,1,0,0,0,0,224013102 +211003402,60,2,20080014,1,0,0,0,0,224013102 +211003402,61,2,10060015,1,0,0,0,0,224013102 +211003402,62,2,10070017,1,0,0,0,0,224013102 +211003402,63,2,30110010,1,0,0,0,0,224013102 +211003402,64,2,30120010,1,0,0,0,0,224013102 +211003402,65,2,20040015,1,0,0,0,0,224013102 +211003402,66,2,20070015,1,0,0,0,0,224013102 +211003402,67,2,40030012,1,0,0,0,0,224013102 +211003402,68,2,40060011,1,0,0,0,0,224013102 +211003402,69,2,30050013,1,0,0,0,0,224013102 +211003402,70,2,30070013,1,0,0,0,0,224013102 +211003402,71,2,10040019,1,0,0,0,0,224013102 +211003402,72,2,10090018,1,0,0,0,0,224013102 +211003402,73,2,40010014,1,0,0,0,0,224013102 +211003402,74,2,40020012,1,0,0,0,0,224013102 +211003402,75,2,20050017,1,0,0,0,0,224013102 +211003402,76,2,20090016,1,0,0,0,0,224013102 +211003402,77,2,10030018,1,0,0,0,0,224013102 +211003402,78,2,10060017,1,0,0,0,0,224013102 +211003501,1,2,30040014,1,0,0,1,0,224013102 +211003502,1,2,30030014,1,0,0,0,0,224013102 +211003502,2,2,10010013,1,0,0,0,0,224013102 +211003502,3,2,10020013,1,0,0,0,0,224013102 +211003502,4,2,10030013,1,0,0,0,0,224013102 +211003502,5,2,10040013,1,0,0,0,0,224013102 +211003502,6,2,10050013,1,0,0,0,0,224013102 +211003502,7,2,10060013,1,0,0,0,0,224013102 +211003502,8,2,10070013,1,0,0,0,0,224013102 +211003502,9,2,10080013,1,0,0,0,0,224013102 +211003502,10,2,10090013,1,0,0,0,0,224013102 +211003502,11,2,20010011,1,0,0,0,0,224013102 +211003502,12,2,20020011,1,0,0,0,0,224013102 +211003502,13,2,20030011,1,0,0,0,0,224013102 +211003502,14,2,20040011,1,0,0,0,0,224013102 +211003502,15,2,20050011,1,0,0,0,0,224013102 +211003502,16,2,20060011,1,0,0,0,0,224013102 +211003502,17,2,20070011,1,0,0,0,0,224013102 +211003502,18,2,20080011,1,0,0,0,0,224013102 +211003502,19,2,20090011,1,0,0,0,0,224013102 +211003502,20,2,30010007,1,0,0,0,0,224013102 +211003502,21,2,30020007,1,0,0,0,0,224013102 +211003502,22,2,30030007,1,0,0,0,0,224013102 +211003502,23,2,30040007,1,0,0,0,0,224013102 +211003502,24,2,30050007,1,0,0,0,0,224013102 +211003502,25,2,30060007,1,0,0,0,0,224013102 +211003502,26,2,30070007,1,0,0,0,0,224013102 +211003502,27,2,30080007,1,0,0,0,0,224013102 +211003502,28,2,30090007,1,0,0,0,0,224013102 +211003502,29,2,30100007,1,0,0,0,0,224013102 +211003502,30,2,30110007,1,0,0,0,0,224013102 +211003502,31,2,30120007,1,0,0,0,0,224013102 +211003502,32,2,40010007,1,0,0,0,0,224013102 +211003502,33,2,40020007,1,0,0,0,0,224013102 +211003502,34,2,40030007,1,0,0,0,0,224013102 +211003502,35,2,40040007,1,0,0,0,0,224013102 +211003502,36,2,40050007,1,0,0,0,0,224013102 +211003502,37,2,40060007,1,0,0,0,0,224013102 +211003502,38,2,40070007,1,0,0,0,0,224013102 +211003502,39,2,40080007,1,0,0,0,0,224013102 +211003502,40,2,40090007,1,0,0,0,0,224013102 +211003502,41,2,40020009,1,0,0,0,0,224013102 +211003502,42,2,40090009,1,0,0,0,0,224013102 +211003502,43,2,10010016,1,0,0,0,0,224013102 +211003502,44,2,10020015,1,0,0,0,0,224013102 +211003502,45,2,20010014,1,0,0,0,0,224013102 +211003502,46,2,20020013,1,0,0,0,0,224013102 +211003502,47,2,30060009,1,0,0,0,0,224013102 +211003502,48,2,30080009,1,0,0,0,0,224013102 +211003502,49,2,20030013,1,0,0,0,0,224013102 +211003502,50,2,20040013,1,0,0,0,0,224013102 +211003502,51,2,40040009,1,0,0,0,0,224013102 +211003502,52,2,40050009,1,0,0,0,0,224013102 +211003502,53,2,30010010,1,0,0,0,0,224013102 +211003502,54,2,30100009,1,0,0,0,0,224013102 +211003502,55,2,10030016,1,0,0,0,0,224013102 +211003502,56,2,10050015,1,0,0,0,0,224013102 +211003502,57,2,40070010,1,0,0,0,0,224013102 +211003502,58,2,40080010,1,0,0,0,0,224013102 +211003502,59,2,20060015,1,0,0,0,0,224013102 +211003502,60,2,20080014,1,0,0,0,0,224013102 +211003502,61,2,10060015,1,0,0,0,0,224013102 +211003502,62,2,10070017,1,0,0,0,0,224013102 +211003502,63,2,30110010,1,0,0,0,0,224013102 +211003502,64,2,30120010,1,0,0,0,0,224013102 +211003502,65,2,20040015,1,0,0,0,0,224013102 +211003502,66,2,20070015,1,0,0,0,0,224013102 +211003502,67,2,40030012,1,0,0,0,0,224013102 +211003502,68,2,40060011,1,0,0,0,0,224013102 +211003502,69,2,30050013,1,0,0,0,0,224013102 +211003502,70,2,30070013,1,0,0,0,0,224013102 +211003502,71,2,10040019,1,0,0,0,0,224013102 +211003502,72,2,10090018,1,0,0,0,0,224013102 +211003502,73,2,40010014,1,0,0,0,0,224013102 +211003502,74,2,40020012,1,0,0,0,0,224013102 +211003502,75,2,20050017,1,0,0,0,0,224013102 +211003502,76,2,20090016,1,0,0,0,0,224013102 +211003502,77,2,10030018,1,0,0,0,0,224013102 +211003502,78,2,10060017,1,0,0,0,0,224013102 +211003601,1,2,20020016,1,0,0,1,0,224021402 +211003602,1,2,20060016,1,0,0,0,0,224021402 +211003602,2,2,10010013,1,0,0,0,0,224021402 +211003602,3,2,10020013,1,0,0,0,0,224021402 +211003602,4,2,10030013,1,0,0,0,0,224021402 +211003602,5,2,10040013,1,0,0,0,0,224021402 +211003602,6,2,10050013,1,0,0,0,0,224021402 +211003602,7,2,10060013,1,0,0,0,0,224021402 +211003602,8,2,10070013,1,0,0,0,0,224021402 +211003602,9,2,10080013,1,0,0,0,0,224021402 +211003602,10,2,10090013,1,0,0,0,0,224021402 +211003602,11,2,20010011,1,0,0,0,0,224021402 +211003602,12,2,20020011,1,0,0,0,0,224021402 +211003602,13,2,20030011,1,0,0,0,0,224021402 +211003602,14,2,20040011,1,0,0,0,0,224021402 +211003602,15,2,20050011,1,0,0,0,0,224021402 +211003602,16,2,20060011,1,0,0,0,0,224021402 +211003602,17,2,20070011,1,0,0,0,0,224021402 +211003602,18,2,20080011,1,0,0,0,0,224021402 +211003602,19,2,20090011,1,0,0,0,0,224021402 +211003602,20,2,30010007,1,0,0,0,0,224021402 +211003602,21,2,30020007,1,0,0,0,0,224021402 +211003602,22,2,30030007,1,0,0,0,0,224021402 +211003602,23,2,30040007,1,0,0,0,0,224021402 +211003602,24,2,30050007,1,0,0,0,0,224021402 +211003602,25,2,30060007,1,0,0,0,0,224021402 +211003602,26,2,30070007,1,0,0,0,0,224021402 +211003602,27,2,30080007,1,0,0,0,0,224021402 +211003602,28,2,30090007,1,0,0,0,0,224021402 +211003602,29,2,30100007,1,0,0,0,0,224021402 +211003602,30,2,30110007,1,0,0,0,0,224021402 +211003602,31,2,30120007,1,0,0,0,0,224021402 +211003602,32,2,40010007,1,0,0,0,0,224021402 +211003602,33,2,40020007,1,0,0,0,0,224021402 +211003602,34,2,40030007,1,0,0,0,0,224021402 +211003602,35,2,40040007,1,0,0,0,0,224021402 +211003602,36,2,40050007,1,0,0,0,0,224021402 +211003602,37,2,40060007,1,0,0,0,0,224021402 +211003602,38,2,40070007,1,0,0,0,0,224021402 +211003602,39,2,40080007,1,0,0,0,0,224021402 +211003602,40,2,40090007,1,0,0,0,0,224021402 +211003602,41,2,40020009,1,0,0,0,0,224021402 +211003602,42,2,40090009,1,0,0,0,0,224021402 +211003602,43,2,10010016,1,0,0,0,0,224021402 +211003602,44,2,10020015,1,0,0,0,0,224021402 +211003602,45,2,20010014,1,0,0,0,0,224021402 +211003602,46,2,20020013,1,0,0,0,0,224021402 +211003602,47,2,30060009,1,0,0,0,0,224021402 +211003602,48,2,30080009,1,0,0,0,0,224021402 +211003602,49,2,20030013,1,0,0,0,0,224021402 +211003602,50,2,20040013,1,0,0,0,0,224021402 +211003602,51,2,40040009,1,0,0,0,0,224021402 +211003602,52,2,40050009,1,0,0,0,0,224021402 +211003602,53,2,30010010,1,0,0,0,0,224021402 +211003602,54,2,30100009,1,0,0,0,0,224021402 +211003602,55,2,10030016,1,0,0,0,0,224021402 +211003602,56,2,10050015,1,0,0,0,0,224021402 +211003602,57,2,40070010,1,0,0,0,0,224021402 +211003602,58,2,40080010,1,0,0,0,0,224021402 +211003602,59,2,20060015,1,0,0,0,0,224021402 +211003602,60,2,20080014,1,0,0,0,0,224021402 +211003602,61,2,10060015,1,0,0,0,0,224021402 +211003602,62,2,10070017,1,0,0,0,0,224021402 +211003602,63,2,30110010,1,0,0,0,0,224021402 +211003602,64,2,30120010,1,0,0,0,0,224021402 +211003602,65,2,20040015,1,0,0,0,0,224021402 +211003602,66,2,20070015,1,0,0,0,0,224021402 +211003602,67,2,40030012,1,0,0,0,0,224021402 +211003602,68,2,40060011,1,0,0,0,0,224021402 +211003602,69,2,30050013,1,0,0,0,0,224021402 +211003602,70,2,30070013,1,0,0,0,0,224021402 +211003602,71,2,10040019,1,0,0,0,0,224021402 +211003602,72,2,10090018,1,0,0,0,0,224021402 +211003602,73,2,40010014,1,0,0,0,0,224021402 +211003602,74,2,40020012,1,0,0,0,0,224021402 +211003602,75,2,20050017,1,0,0,0,0,224021402 +211003602,76,2,20090016,1,0,0,0,0,224021402 +211003602,77,2,10030018,1,0,0,0,0,224021402 +211003602,78,2,10060017,1,0,0,0,0,224021402 +211003602,79,2,30030014,1,0,0,0,0,224021402 +211003602,80,2,30040014,1,0,0,0,0,224021402 +211003701,1,2,20060016,1,0,0,1,0,224021402 +211003702,1,2,20020016,1,0,0,0,0,224021402 +211003702,2,2,10010013,1,0,0,0,0,224021402 +211003702,3,2,10020013,1,0,0,0,0,224021402 +211003702,4,2,10030013,1,0,0,0,0,224021402 +211003702,5,2,10040013,1,0,0,0,0,224021402 +211003702,6,2,10050013,1,0,0,0,0,224021402 +211003702,7,2,10060013,1,0,0,0,0,224021402 +211003702,8,2,10070013,1,0,0,0,0,224021402 +211003702,9,2,10080013,1,0,0,0,0,224021402 +211003702,10,2,10090013,1,0,0,0,0,224021402 +211003702,11,2,20010011,1,0,0,0,0,224021402 +211003702,12,2,20020011,1,0,0,0,0,224021402 +211003702,13,2,20030011,1,0,0,0,0,224021402 +211003702,14,2,20040011,1,0,0,0,0,224021402 +211003702,15,2,20050011,1,0,0,0,0,224021402 +211003702,16,2,20060011,1,0,0,0,0,224021402 +211003702,17,2,20070011,1,0,0,0,0,224021402 +211003702,18,2,20080011,1,0,0,0,0,224021402 +211003702,19,2,20090011,1,0,0,0,0,224021402 +211003702,20,2,30010007,1,0,0,0,0,224021402 +211003702,21,2,30020007,1,0,0,0,0,224021402 +211003702,22,2,30030007,1,0,0,0,0,224021402 +211003702,23,2,30040007,1,0,0,0,0,224021402 +211003702,24,2,30050007,1,0,0,0,0,224021402 +211003702,25,2,30060007,1,0,0,0,0,224021402 +211003702,26,2,30070007,1,0,0,0,0,224021402 +211003702,27,2,30080007,1,0,0,0,0,224021402 +211003702,28,2,30090007,1,0,0,0,0,224021402 +211003702,29,2,30100007,1,0,0,0,0,224021402 +211003702,30,2,30110007,1,0,0,0,0,224021402 +211003702,31,2,30120007,1,0,0,0,0,224021402 +211003702,32,2,40010007,1,0,0,0,0,224021402 +211003702,33,2,40020007,1,0,0,0,0,224021402 +211003702,34,2,40030007,1,0,0,0,0,224021402 +211003702,35,2,40040007,1,0,0,0,0,224021402 +211003702,36,2,40050007,1,0,0,0,0,224021402 +211003702,37,2,40060007,1,0,0,0,0,224021402 +211003702,38,2,40070007,1,0,0,0,0,224021402 +211003702,39,2,40080007,1,0,0,0,0,224021402 +211003702,40,2,40090007,1,0,0,0,0,224021402 +211003702,41,2,40020009,1,0,0,0,0,224021402 +211003702,42,2,40090009,1,0,0,0,0,224021402 +211003702,43,2,10010016,1,0,0,0,0,224021402 +211003702,44,2,10020015,1,0,0,0,0,224021402 +211003702,45,2,20010014,1,0,0,0,0,224021402 +211003702,46,2,20020013,1,0,0,0,0,224021402 +211003702,47,2,30060009,1,0,0,0,0,224021402 +211003702,48,2,30080009,1,0,0,0,0,224021402 +211003702,49,2,20030013,1,0,0,0,0,224021402 +211003702,50,2,20040013,1,0,0,0,0,224021402 +211003702,51,2,40040009,1,0,0,0,0,224021402 +211003702,52,2,40050009,1,0,0,0,0,224021402 +211003702,53,2,30010010,1,0,0,0,0,224021402 +211003702,54,2,30100009,1,0,0,0,0,224021402 +211003702,55,2,10030016,1,0,0,0,0,224021402 +211003702,56,2,10050015,1,0,0,0,0,224021402 +211003702,57,2,40070010,1,0,0,0,0,224021402 +211003702,58,2,40080010,1,0,0,0,0,224021402 +211003702,59,2,20060015,1,0,0,0,0,224021402 +211003702,60,2,20080014,1,0,0,0,0,224021402 +211003702,61,2,10060015,1,0,0,0,0,224021402 +211003702,62,2,10070017,1,0,0,0,0,224021402 +211003702,63,2,30110010,1,0,0,0,0,224021402 +211003702,64,2,30120010,1,0,0,0,0,224021402 +211003702,65,2,20040015,1,0,0,0,0,224021402 +211003702,66,2,20070015,1,0,0,0,0,224021402 +211003702,67,2,40030012,1,0,0,0,0,224021402 +211003702,68,2,40060011,1,0,0,0,0,224021402 +211003702,69,2,30050013,1,0,0,0,0,224021402 +211003702,70,2,30070013,1,0,0,0,0,224021402 +211003702,71,2,10040019,1,0,0,0,0,224021402 +211003702,72,2,10090018,1,0,0,0,0,224021402 +211003702,73,2,40010014,1,0,0,0,0,224021402 +211003702,74,2,40020012,1,0,0,0,0,224021402 +211003702,75,2,20050017,1,0,0,0,0,224021402 +211003702,76,2,20090016,1,0,0,0,0,224021402 +211003702,77,2,10030018,1,0,0,0,0,224021402 +211003702,78,2,10060017,1,0,0,0,0,224021402 +211003702,79,2,30030014,1,0,0,0,0,224021402 +211003702,80,2,30040014,1,0,0,0,0,224021402 +211003801,1,2,40050013,1,0,0,1,0,224030102 +211003802,1,2,40070013,1,0,0,0,0,224030102 +211003802,2,2,10010013,1,0,0,0,0,224030102 +211003802,3,2,10020013,1,0,0,0,0,224030102 +211003802,4,2,10030013,1,0,0,0,0,224030102 +211003802,5,2,10040013,1,0,0,0,0,224030102 +211003802,6,2,10050013,1,0,0,0,0,224030102 +211003802,7,2,10060013,1,0,0,0,0,224030102 +211003802,8,2,10070013,1,0,0,0,0,224030102 +211003802,9,2,10080013,1,0,0,0,0,224030102 +211003802,10,2,10090013,1,0,0,0,0,224030102 +211003802,11,2,20010011,1,0,0,0,0,224030102 +211003802,12,2,20020011,1,0,0,0,0,224030102 +211003802,13,2,20030011,1,0,0,0,0,224030102 +211003802,14,2,20040011,1,0,0,0,0,224030102 +211003802,15,2,20050011,1,0,0,0,0,224030102 +211003802,16,2,20060011,1,0,0,0,0,224030102 +211003802,17,2,20070011,1,0,0,0,0,224030102 +211003802,18,2,20080011,1,0,0,0,0,224030102 +211003802,19,2,20090011,1,0,0,0,0,224030102 +211003802,20,2,30010007,1,0,0,0,0,224030102 +211003802,21,2,30020007,1,0,0,0,0,224030102 +211003802,22,2,30030007,1,0,0,0,0,224030102 +211003802,23,2,30040007,1,0,0,0,0,224030102 +211003802,24,2,30050007,1,0,0,0,0,224030102 +211003802,25,2,30060007,1,0,0,0,0,224030102 +211003802,26,2,30070007,1,0,0,0,0,224030102 +211003802,27,2,30080007,1,0,0,0,0,224030102 +211003802,28,2,30090007,1,0,0,0,0,224030102 +211003802,29,2,30100007,1,0,0,0,0,224030102 +211003802,30,2,30110007,1,0,0,0,0,224030102 +211003802,31,2,30120007,1,0,0,0,0,224030102 +211003802,32,2,40010007,1,0,0,0,0,224030102 +211003802,33,2,40020007,1,0,0,0,0,224030102 +211003802,34,2,40030007,1,0,0,0,0,224030102 +211003802,35,2,40040007,1,0,0,0,0,224030102 +211003802,36,2,40050007,1,0,0,0,0,224030102 +211003802,37,2,40060007,1,0,0,0,0,224030102 +211003802,38,2,40070007,1,0,0,0,0,224030102 +211003802,39,2,40080007,1,0,0,0,0,224030102 +211003802,40,2,40090007,1,0,0,0,0,224030102 +211003802,41,2,40020009,1,0,0,0,0,224030102 +211003802,42,2,40090009,1,0,0,0,0,224030102 +211003802,43,2,10010016,1,0,0,0,0,224030102 +211003802,44,2,10020015,1,0,0,0,0,224030102 +211003802,45,2,20010014,1,0,0,0,0,224030102 +211003802,46,2,20020013,1,0,0,0,0,224030102 +211003802,47,2,30060009,1,0,0,0,0,224030102 +211003802,48,2,30080009,1,0,0,0,0,224030102 +211003802,49,2,20030013,1,0,0,0,0,224030102 +211003802,50,2,20040013,1,0,0,0,0,224030102 +211003802,51,2,40040009,1,0,0,0,0,224030102 +211003802,52,2,40050009,1,0,0,0,0,224030102 +211003802,53,2,30010010,1,0,0,0,0,224030102 +211003802,54,2,30100009,1,0,0,0,0,224030102 +211003802,55,2,10030016,1,0,0,0,0,224030102 +211003802,56,2,10050015,1,0,0,0,0,224030102 +211003802,57,2,40070010,1,0,0,0,0,224030102 +211003802,58,2,40080010,1,0,0,0,0,224030102 +211003802,59,2,20060015,1,0,0,0,0,224030102 +211003802,60,2,20080014,1,0,0,0,0,224030102 +211003802,61,2,10060015,1,0,0,0,0,224030102 +211003802,62,2,10070017,1,0,0,0,0,224030102 +211003802,63,2,30110010,1,0,0,0,0,224030102 +211003802,64,2,30120010,1,0,0,0,0,224030102 +211003802,65,2,20040015,1,0,0,0,0,224030102 +211003802,66,2,20070015,1,0,0,0,0,224030102 +211003802,67,2,40030012,1,0,0,0,0,224030102 +211003802,68,2,40060011,1,0,0,0,0,224030102 +211003802,69,2,30050013,1,0,0,0,0,224030102 +211003802,70,2,30070013,1,0,0,0,0,224030102 +211003802,71,2,10040019,1,0,0,0,0,224030102 +211003802,72,2,10090018,1,0,0,0,0,224030102 +211003802,73,2,40010014,1,0,0,0,0,224030102 +211003802,74,2,40020012,1,0,0,0,0,224030102 +211003802,75,2,20050017,1,0,0,0,0,224030102 +211003802,76,2,20090016,1,0,0,0,0,224030102 +211003802,77,2,10030018,1,0,0,0,0,224030102 +211003802,78,2,10060017,1,0,0,0,0,224030102 +211003802,79,2,30030014,1,0,0,0,0,224030102 +211003802,80,2,30040014,1,0,0,0,0,224030102 +211003802,81,2,20020016,1,0,0,0,0,224030102 +211003802,82,2,20060016,1,0,0,0,0,224030102 +211003901,1,2,40070013,1,0,0,1,0,224030102 +211003902,1,2,40050013,1,0,0,0,0,224030102 +211003902,2,2,10010013,1,0,0,0,0,224030102 +211003902,3,2,10020013,1,0,0,0,0,224030102 +211003902,4,2,10030013,1,0,0,0,0,224030102 +211003902,5,2,10040013,1,0,0,0,0,224030102 +211003902,6,2,10050013,1,0,0,0,0,224030102 +211003902,7,2,10060013,1,0,0,0,0,224030102 +211003902,8,2,10070013,1,0,0,0,0,224030102 +211003902,9,2,10080013,1,0,0,0,0,224030102 +211003902,10,2,10090013,1,0,0,0,0,224030102 +211003902,11,2,20010011,1,0,0,0,0,224030102 +211003902,12,2,20020011,1,0,0,0,0,224030102 +211003902,13,2,20030011,1,0,0,0,0,224030102 +211003902,14,2,20040011,1,0,0,0,0,224030102 +211003902,15,2,20050011,1,0,0,0,0,224030102 +211003902,16,2,20060011,1,0,0,0,0,224030102 +211003902,17,2,20070011,1,0,0,0,0,224030102 +211003902,18,2,20080011,1,0,0,0,0,224030102 +211003902,19,2,20090011,1,0,0,0,0,224030102 +211003902,20,2,30010007,1,0,0,0,0,224030102 +211003902,21,2,30020007,1,0,0,0,0,224030102 +211003902,22,2,30030007,1,0,0,0,0,224030102 +211003902,23,2,30040007,1,0,0,0,0,224030102 +211003902,24,2,30050007,1,0,0,0,0,224030102 +211003902,25,2,30060007,1,0,0,0,0,224030102 +211003902,26,2,30070007,1,0,0,0,0,224030102 +211003902,27,2,30080007,1,0,0,0,0,224030102 +211003902,28,2,30090007,1,0,0,0,0,224030102 +211003902,29,2,30100007,1,0,0,0,0,224030102 +211003902,30,2,30110007,1,0,0,0,0,224030102 +211003902,31,2,30120007,1,0,0,0,0,224030102 +211003902,32,2,40010007,1,0,0,0,0,224030102 +211003902,33,2,40020007,1,0,0,0,0,224030102 +211003902,34,2,40030007,1,0,0,0,0,224030102 +211003902,35,2,40040007,1,0,0,0,0,224030102 +211003902,36,2,40050007,1,0,0,0,0,224030102 +211003902,37,2,40060007,1,0,0,0,0,224030102 +211003902,38,2,40070007,1,0,0,0,0,224030102 +211003902,39,2,40080007,1,0,0,0,0,224030102 +211003902,40,2,40090007,1,0,0,0,0,224030102 +211003902,41,2,40020009,1,0,0,0,0,224030102 +211003902,42,2,40090009,1,0,0,0,0,224030102 +211003902,43,2,10010016,1,0,0,0,0,224030102 +211003902,44,2,10020015,1,0,0,0,0,224030102 +211003902,45,2,20010014,1,0,0,0,0,224030102 +211003902,46,2,20020013,1,0,0,0,0,224030102 +211003902,47,2,30060009,1,0,0,0,0,224030102 +211003902,48,2,30080009,1,0,0,0,0,224030102 +211003902,49,2,20030013,1,0,0,0,0,224030102 +211003902,50,2,20040013,1,0,0,0,0,224030102 +211003902,51,2,40040009,1,0,0,0,0,224030102 +211003902,52,2,40050009,1,0,0,0,0,224030102 +211003902,53,2,30010010,1,0,0,0,0,224030102 +211003902,54,2,30100009,1,0,0,0,0,224030102 +211003902,55,2,10030016,1,0,0,0,0,224030102 +211003902,56,2,10050015,1,0,0,0,0,224030102 +211003902,57,2,40070010,1,0,0,0,0,224030102 +211003902,58,2,40080010,1,0,0,0,0,224030102 +211003902,59,2,20060015,1,0,0,0,0,224030102 +211003902,60,2,20080014,1,0,0,0,0,224030102 +211003902,61,2,10060015,1,0,0,0,0,224030102 +211003902,62,2,10070017,1,0,0,0,0,224030102 +211003902,63,2,30110010,1,0,0,0,0,224030102 +211003902,64,2,30120010,1,0,0,0,0,224030102 +211003902,65,2,20040015,1,0,0,0,0,224030102 +211003902,66,2,20070015,1,0,0,0,0,224030102 +211003902,67,2,40030012,1,0,0,0,0,224030102 +211003902,68,2,40060011,1,0,0,0,0,224030102 +211003902,69,2,30050013,1,0,0,0,0,224030102 +211003902,70,2,30070013,1,0,0,0,0,224030102 +211003902,71,2,10040019,1,0,0,0,0,224030102 +211003902,72,2,10090018,1,0,0,0,0,224030102 +211003902,73,2,40010014,1,0,0,0,0,224030102 +211003902,74,2,40020012,1,0,0,0,0,224030102 +211003902,75,2,20050017,1,0,0,0,0,224030102 +211003902,76,2,20090016,1,0,0,0,0,224030102 +211003902,77,2,10030018,1,0,0,0,0,224030102 +211003902,78,2,10060017,1,0,0,0,0,224030102 +211003902,79,2,30030014,1,0,0,0,0,224030102 +211003902,80,2,30040014,1,0,0,0,0,224030102 +211003902,81,2,20020016,1,0,0,0,0,224030102 +211003902,82,2,20060016,1,0,0,0,0,224030102 +311000101,1,2,40010010,1,0,0,1,0,223050101 +311000102,1,2,10010013,1,0,0,0,0,223050101 +311000102,2,2,10020013,1,0,0,0,0,223050101 +311000102,3,2,10030013,1,0,0,0,0,223050101 +311000102,4,2,10040013,1,0,0,0,0,223050101 +311000102,5,2,10050013,1,0,0,0,0,223050101 +311000102,6,2,10060013,1,0,0,0,0,223050101 +311000102,7,2,10070013,1,0,0,0,0,223050101 +311000102,8,2,10080013,1,0,0,0,0,223050101 +311000102,9,2,10090013,1,0,0,0,0,223050101 +311000102,10,2,20010011,1,0,0,0,0,223050101 +311000102,11,2,20020011,1,0,0,0,0,223050101 +311000102,12,2,20030011,1,0,0,0,0,223050101 +311000102,13,2,20040011,1,0,0,0,0,223050101 +311000102,14,2,20050011,1,0,0,0,0,223050101 +311000102,15,2,20060011,1,0,0,0,0,223050101 +311000102,16,2,20070011,1,0,0,0,0,223050101 +311000102,17,2,20080011,1,0,0,0,0,223050101 +311000102,18,2,20090011,1,0,0,0,0,223050101 +311000102,19,2,30010007,1,0,0,0,0,223050101 +311000102,20,2,30020007,1,0,0,0,0,223050101 +311000102,21,2,30030007,1,0,0,0,0,223050101 +311000102,22,2,30040007,1,0,0,0,0,223050101 +311000102,23,2,30050007,1,0,0,0,0,223050101 +311000102,24,2,30060007,1,0,0,0,0,223050101 +311000102,25,2,30070007,1,0,0,0,0,223050101 +311000102,26,2,30080007,1,0,0,0,0,223050101 +311000102,27,2,30090007,1,0,0,0,0,223050101 +311000102,28,2,30100007,1,0,0,0,0,223050101 +311000102,29,2,30110007,1,0,0,0,0,223050101 +311000102,30,2,30120007,1,0,0,0,0,223050101 +311000102,31,2,40010007,1,0,0,0,0,223050101 +311000102,32,2,40020007,1,0,0,0,0,223050101 +311000102,33,2,40030007,1,0,0,0,0,223050101 +311000102,34,2,40040007,1,0,0,0,0,223050101 +311000102,35,2,40050007,1,0,0,0,0,223050101 +311000102,36,2,40060007,1,0,0,0,0,223050101 +311000102,37,2,40070007,1,0,0,0,0,223050101 +311000102,38,2,40080007,1,0,0,0,0,223050101 +311000102,39,2,40090007,1,0,0,0,0,223050101 +311000102,40,2,40020009,1,0,0,0,0,223050101 +311000102,41,2,40090009,1,0,0,0,0,223050101 +311000201,1,2,30050009,1,0,0,1,0,223053001 +311000202,1,2,10010013,1,0,0,0,0,223053001 +311000202,2,2,10020013,1,0,0,0,0,223053001 +311000202,3,2,10030013,1,0,0,0,0,223053001 +311000202,4,2,10040013,1,0,0,0,0,223053001 +311000202,5,2,10050013,1,0,0,0,0,223053001 +311000202,6,2,10060013,1,0,0,0,0,223053001 +311000202,7,2,10070013,1,0,0,0,0,223053001 +311000202,8,2,10080013,1,0,0,0,0,223053001 +311000202,9,2,10090013,1,0,0,0,0,223053001 +311000202,10,2,20010011,1,0,0,0,0,223053001 +311000202,11,2,20020011,1,0,0,0,0,223053001 +311000202,12,2,20030011,1,0,0,0,0,223053001 +311000202,13,2,20040011,1,0,0,0,0,223053001 +311000202,14,2,20050011,1,0,0,0,0,223053001 +311000202,15,2,20060011,1,0,0,0,0,223053001 +311000202,16,2,20070011,1,0,0,0,0,223053001 +311000202,17,2,20080011,1,0,0,0,0,223053001 +311000202,18,2,20090011,1,0,0,0,0,223053001 +311000202,19,2,30010007,1,0,0,0,0,223053001 +311000202,20,2,30020007,1,0,0,0,0,223053001 +311000202,21,2,30030007,1,0,0,0,0,223053001 +311000202,22,2,30040007,1,0,0,0,0,223053001 +311000202,23,2,30050007,1,0,0,0,0,223053001 +311000202,24,2,30060007,1,0,0,0,0,223053001 +311000202,25,2,30070007,1,0,0,0,0,223053001 +311000202,26,2,30080007,1,0,0,0,0,223053001 +311000202,27,2,30090007,1,0,0,0,0,223053001 +311000202,28,2,30100007,1,0,0,0,0,223053001 +311000202,29,2,30110007,1,0,0,0,0,223053001 +311000202,30,2,30120007,1,0,0,0,0,223053001 +311000202,31,2,40010007,1,0,0,0,0,223053001 +311000202,32,2,40020007,1,0,0,0,0,223053001 +311000202,33,2,40030007,1,0,0,0,0,223053001 +311000202,34,2,40040007,1,0,0,0,0,223053001 +311000202,35,2,40050007,1,0,0,0,0,223053001 +311000202,36,2,40060007,1,0,0,0,0,223053001 +311000202,37,2,40070007,1,0,0,0,0,223053001 +311000202,38,2,40080007,1,0,0,0,0,223053001 +311000202,39,2,40090007,1,0,0,0,0,223053001 +311000202,40,2,40020009,1,0,0,0,0,223053001 +311000202,41,2,40090009,1,0,0,0,0,223053001 +311000202,42,2,10010016,1,0,0,0,0,223053001 +311000202,43,2,10020015,1,0,0,0,0,223053001 +311000301,1,2,10070015,1,0,0,1,0,223060901 +311000302,1,2,10010013,1,0,0,0,0,223060901 +311000302,2,2,10020013,1,0,0,0,0,223060901 +311000302,3,2,10030013,1,0,0,0,0,223060901 +311000302,4,2,10040013,1,0,0,0,0,223060901 +311000302,5,2,10050013,1,0,0,0,0,223060901 +311000302,6,2,10060013,1,0,0,0,0,223060901 +311000302,7,2,10070013,1,0,0,0,0,223060901 +311000302,8,2,10080013,1,0,0,0,0,223060901 +311000302,9,2,10090013,1,0,0,0,0,223060901 +311000302,10,2,20010011,1,0,0,0,0,223060901 +311000302,11,2,20020011,1,0,0,0,0,223060901 +311000302,12,2,20030011,1,0,0,0,0,223060901 +311000302,13,2,20040011,1,0,0,0,0,223060901 +311000302,14,2,20050011,1,0,0,0,0,223060901 +311000302,15,2,20060011,1,0,0,0,0,223060901 +311000302,16,2,20070011,1,0,0,0,0,223060901 +311000302,17,2,20080011,1,0,0,0,0,223060901 +311000302,18,2,20090011,1,0,0,0,0,223060901 +311000302,19,2,30010007,1,0,0,0,0,223060901 +311000302,20,2,30020007,1,0,0,0,0,223060901 +311000302,21,2,30030007,1,0,0,0,0,223060901 +311000302,22,2,30040007,1,0,0,0,0,223060901 +311000302,23,2,30050007,1,0,0,0,0,223060901 +311000302,24,2,30060007,1,0,0,0,0,223060901 +311000302,25,2,30070007,1,0,0,0,0,223060901 +311000302,26,2,30080007,1,0,0,0,0,223060901 +311000302,27,2,30090007,1,0,0,0,0,223060901 +311000302,28,2,30100007,1,0,0,0,0,223060901 +311000302,29,2,30110007,1,0,0,0,0,223060901 +311000302,30,2,30120007,1,0,0,0,0,223060901 +311000302,31,2,40010007,1,0,0,0,0,223060901 +311000302,32,2,40020007,1,0,0,0,0,223060901 +311000302,33,2,40030007,1,0,0,0,0,223060901 +311000302,34,2,40040007,1,0,0,0,0,223060901 +311000302,35,2,40050007,1,0,0,0,0,223060901 +311000302,36,2,40060007,1,0,0,0,0,223060901 +311000302,37,2,40070007,1,0,0,0,0,223060901 +311000302,38,2,40080007,1,0,0,0,0,223060901 +311000302,39,2,40090007,1,0,0,0,0,223060901 +311000302,40,2,40020009,1,0,0,0,0,223060901 +311000302,41,2,40090009,1,0,0,0,0,223060901 +311000302,42,2,10010016,1,0,0,0,0,223060901 +311000302,43,2,10020015,1,0,0,0,0,223060901 +311000302,44,2,20010014,1,0,0,0,0,223060901 +311000302,45,2,20020013,1,0,0,0,0,223060901 +311000401,1,2,20080013,1,0,0,1,0,223061301 +311000402,1,2,10010013,1,0,0,0,0,223061301 +311000402,2,2,10020013,1,0,0,0,0,223061301 +311000402,3,2,10030013,1,0,0,0,0,223061301 +311000402,4,2,10040013,1,0,0,0,0,223061301 +311000402,5,2,10050013,1,0,0,0,0,223061301 +311000402,6,2,10060013,1,0,0,0,0,223061301 +311000402,7,2,10070013,1,0,0,0,0,223061301 +311000402,8,2,10080013,1,0,0,0,0,223061301 +311000402,9,2,10090013,1,0,0,0,0,223061301 +311000402,10,2,20010011,1,0,0,0,0,223061301 +311000402,11,2,20020011,1,0,0,0,0,223061301 +311000402,12,2,20030011,1,0,0,0,0,223061301 +311000402,13,2,20040011,1,0,0,0,0,223061301 +311000402,14,2,20050011,1,0,0,0,0,223061301 +311000402,15,2,20060011,1,0,0,0,0,223061301 +311000402,16,2,20070011,1,0,0,0,0,223061301 +311000402,17,2,20080011,1,0,0,0,0,223061301 +311000402,18,2,20090011,1,0,0,0,0,223061301 +311000402,19,2,30010007,1,0,0,0,0,223061301 +311000402,20,2,30020007,1,0,0,0,0,223061301 +311000402,21,2,30030007,1,0,0,0,0,223061301 +311000402,22,2,30040007,1,0,0,0,0,223061301 +311000402,23,2,30050007,1,0,0,0,0,223061301 +311000402,24,2,30060007,1,0,0,0,0,223061301 +311000402,25,2,30070007,1,0,0,0,0,223061301 +311000402,26,2,30080007,1,0,0,0,0,223061301 +311000402,27,2,30090007,1,0,0,0,0,223061301 +311000402,28,2,30100007,1,0,0,0,0,223061301 +311000402,29,2,30110007,1,0,0,0,0,223061301 +311000402,30,2,30120007,1,0,0,0,0,223061301 +311000402,31,2,40010007,1,0,0,0,0,223061301 +311000402,32,2,40020007,1,0,0,0,0,223061301 +311000402,33,2,40030007,1,0,0,0,0,223061301 +311000402,34,2,40040007,1,0,0,0,0,223061301 +311000402,35,2,40050007,1,0,0,0,0,223061301 +311000402,36,2,40060007,1,0,0,0,0,223061301 +311000402,37,2,40070007,1,0,0,0,0,223061301 +311000402,38,2,40080007,1,0,0,0,0,223061301 +311000402,39,2,40090007,1,0,0,0,0,223061301 +311000402,40,2,40020009,1,0,0,0,0,223061301 +311000402,41,2,40090009,1,0,0,0,0,223061301 +311000402,42,2,10010016,1,0,0,0,0,223061301 +311000402,43,2,10020015,1,0,0,0,0,223061301 +311000402,44,2,20010014,1,0,0,0,0,223061301 +311000402,45,2,20020013,1,0,0,0,0,223061301 +311000501,1,2,40080009,1,0,0,1,0,223061701 +311000502,1,2,10010013,1,0,0,0,0,223061701 +311000502,2,2,10020013,1,0,0,0,0,223061701 +311000502,3,2,10030013,1,0,0,0,0,223061701 +311000502,4,2,10040013,1,0,0,0,0,223061701 +311000502,5,2,10050013,1,0,0,0,0,223061701 +311000502,6,2,10060013,1,0,0,0,0,223061701 +311000502,7,2,10070013,1,0,0,0,0,223061701 +311000502,8,2,10080013,1,0,0,0,0,223061701 +311000502,9,2,10090013,1,0,0,0,0,223061701 +311000502,10,2,20010011,1,0,0,0,0,223061701 +311000502,11,2,20020011,1,0,0,0,0,223061701 +311000502,12,2,20030011,1,0,0,0,0,223061701 +311000502,13,2,20040011,1,0,0,0,0,223061701 +311000502,14,2,20050011,1,0,0,0,0,223061701 +311000502,15,2,20060011,1,0,0,0,0,223061701 +311000502,16,2,20070011,1,0,0,0,0,223061701 +311000502,17,2,20080011,1,0,0,0,0,223061701 +311000502,18,2,20090011,1,0,0,0,0,223061701 +311000502,19,2,30010007,1,0,0,0,0,223061701 +311000502,20,2,30020007,1,0,0,0,0,223061701 +311000502,21,2,30030007,1,0,0,0,0,223061701 +311000502,22,2,30040007,1,0,0,0,0,223061701 +311000502,23,2,30050007,1,0,0,0,0,223061701 +311000502,24,2,30060007,1,0,0,0,0,223061701 +311000502,25,2,30070007,1,0,0,0,0,223061701 +311000502,26,2,30080007,1,0,0,0,0,223061701 +311000502,27,2,30090007,1,0,0,0,0,223061701 +311000502,28,2,30100007,1,0,0,0,0,223061701 +311000502,29,2,30110007,1,0,0,0,0,223061701 +311000502,30,2,30120007,1,0,0,0,0,223061701 +311000502,31,2,40010007,1,0,0,0,0,223061701 +311000502,32,2,40020007,1,0,0,0,0,223061701 +311000502,33,2,40030007,1,0,0,0,0,223061701 +311000502,34,2,40040007,1,0,0,0,0,223061701 +311000502,35,2,40050007,1,0,0,0,0,223061701 +311000502,36,2,40060007,1,0,0,0,0,223061701 +311000502,37,2,40070007,1,0,0,0,0,223061701 +311000502,38,2,40080007,1,0,0,0,0,223061701 +311000502,39,2,40090007,1,0,0,0,0,223061701 +311000502,40,2,40020009,1,0,0,0,0,223061701 +311000502,41,2,40090009,1,0,0,0,0,223061701 +311000502,42,2,10010016,1,0,0,0,0,223061701 +311000502,43,2,10020015,1,0,0,0,0,223061701 +311000502,44,2,20010014,1,0,0,0,0,223061701 +311000502,45,2,20020013,1,0,0,0,0,223061701 +311000601,1,2,30040009,1,0,0,1,0,223062901 +311000602,1,2,10010013,1,0,0,0,0,223062901 +311000602,2,2,10020013,1,0,0,0,0,223062901 +311000602,3,2,10030013,1,0,0,0,0,223062901 +311000602,4,2,10040013,1,0,0,0,0,223062901 +311000602,5,2,10050013,1,0,0,0,0,223062901 +311000602,6,2,10060013,1,0,0,0,0,223062901 +311000602,7,2,10070013,1,0,0,0,0,223062901 +311000602,8,2,10080013,1,0,0,0,0,223062901 +311000602,9,2,10090013,1,0,0,0,0,223062901 +311000602,10,2,20010011,1,0,0,0,0,223062901 +311000602,11,2,20020011,1,0,0,0,0,223062901 +311000602,12,2,20030011,1,0,0,0,0,223062901 +311000602,13,2,20040011,1,0,0,0,0,223062901 +311000602,14,2,20050011,1,0,0,0,0,223062901 +311000602,15,2,20060011,1,0,0,0,0,223062901 +311000602,16,2,20070011,1,0,0,0,0,223062901 +311000602,17,2,20080011,1,0,0,0,0,223062901 +311000602,18,2,20090011,1,0,0,0,0,223062901 +311000602,19,2,30010007,1,0,0,0,0,223062901 +311000602,20,2,30020007,1,0,0,0,0,223062901 +311000602,21,2,30030007,1,0,0,0,0,223062901 +311000602,22,2,30040007,1,0,0,0,0,223062901 +311000602,23,2,30050007,1,0,0,0,0,223062901 +311000602,24,2,30060007,1,0,0,0,0,223062901 +311000602,25,2,30070007,1,0,0,0,0,223062901 +311000602,26,2,30080007,1,0,0,0,0,223062901 +311000602,27,2,30090007,1,0,0,0,0,223062901 +311000602,28,2,30100007,1,0,0,0,0,223062901 +311000602,29,2,30110007,1,0,0,0,0,223062901 +311000602,30,2,30120007,1,0,0,0,0,223062901 +311000602,31,2,40010007,1,0,0,0,0,223062901 +311000602,32,2,40020007,1,0,0,0,0,223062901 +311000602,33,2,40030007,1,0,0,0,0,223062901 +311000602,34,2,40040007,1,0,0,0,0,223062901 +311000602,35,2,40050007,1,0,0,0,0,223062901 +311000602,36,2,40060007,1,0,0,0,0,223062901 +311000602,37,2,40070007,1,0,0,0,0,223062901 +311000602,38,2,40080007,1,0,0,0,0,223062901 +311000602,39,2,40090007,1,0,0,0,0,223062901 +311000602,40,2,40020009,1,0,0,0,0,223062901 +311000602,41,2,40090009,1,0,0,0,0,223062901 +311000602,42,2,10010016,1,0,0,0,0,223062901 +311000602,43,2,10020015,1,0,0,0,0,223062901 +311000602,44,2,20010014,1,0,0,0,0,223062901 +311000602,45,2,20020013,1,0,0,0,0,223062901 +311000602,46,2,30060009,1,0,0,0,0,223062901 +311000602,47,2,30080009,1,0,0,0,0,223062901 +311000701,1,2,20060014,1,0,0,1,0,223071301 +311000702,1,2,10010013,1,0,0,0,0,223071301 +311000702,2,2,10020013,1,0,0,0,0,223071301 +311000702,3,2,10030013,1,0,0,0,0,223071301 +311000702,4,2,10040013,1,0,0,0,0,223071301 +311000702,5,2,10050013,1,0,0,0,0,223071301 +311000702,6,2,10060013,1,0,0,0,0,223071301 +311000702,7,2,10070013,1,0,0,0,0,223071301 +311000702,8,2,10080013,1,0,0,0,0,223071301 +311000702,9,2,10090013,1,0,0,0,0,223071301 +311000702,10,2,20010011,1,0,0,0,0,223071301 +311000702,11,2,20020011,1,0,0,0,0,223071301 +311000702,12,2,20030011,1,0,0,0,0,223071301 +311000702,13,2,20040011,1,0,0,0,0,223071301 +311000702,14,2,20050011,1,0,0,0,0,223071301 +311000702,15,2,20060011,1,0,0,0,0,223071301 +311000702,16,2,20070011,1,0,0,0,0,223071301 +311000702,17,2,20080011,1,0,0,0,0,223071301 +311000702,18,2,20090011,1,0,0,0,0,223071301 +311000702,19,2,30010007,1,0,0,0,0,223071301 +311000702,20,2,30020007,1,0,0,0,0,223071301 +311000702,21,2,30030007,1,0,0,0,0,223071301 +311000702,22,2,30040007,1,0,0,0,0,223071301 +311000702,23,2,30050007,1,0,0,0,0,223071301 +311000702,24,2,30060007,1,0,0,0,0,223071301 +311000702,25,2,30070007,1,0,0,0,0,223071301 +311000702,26,2,30080007,1,0,0,0,0,223071301 +311000702,27,2,30090007,1,0,0,0,0,223071301 +311000702,28,2,30100007,1,0,0,0,0,223071301 +311000702,29,2,30110007,1,0,0,0,0,223071301 +311000702,30,2,30120007,1,0,0,0,0,223071301 +311000702,31,2,40010007,1,0,0,0,0,223071301 +311000702,32,2,40020007,1,0,0,0,0,223071301 +311000702,33,2,40030007,1,0,0,0,0,223071301 +311000702,34,2,40040007,1,0,0,0,0,223071301 +311000702,35,2,40050007,1,0,0,0,0,223071301 +311000702,36,2,40060007,1,0,0,0,0,223071301 +311000702,37,2,40070007,1,0,0,0,0,223071301 +311000702,38,2,40080007,1,0,0,0,0,223071301 +311000702,39,2,40090007,1,0,0,0,0,223071301 +311000702,40,2,40020009,1,0,0,0,0,223071301 +311000702,41,2,40090009,1,0,0,0,0,223071301 +311000702,42,2,10010016,1,0,0,0,0,223071301 +311000702,43,2,10020015,1,0,0,0,0,223071301 +311000702,44,2,20010014,1,0,0,0,0,223071301 +311000702,45,2,20020013,1,0,0,0,0,223071301 +311000702,46,2,30060009,1,0,0,0,0,223071301 +311000702,47,2,30080009,1,0,0,0,0,223071301 +311000702,48,2,20030013,1,0,0,0,0,223071301 +311000702,49,2,20040013,1,0,0,0,0,223071301 +311000801,1,2,40020010,1,0,0,1,0,223071702 +311000802,1,2,10010013,1,0,0,0,0,223071702 +311000802,2,2,10020013,1,0,0,0,0,223071702 +311000802,3,2,10030013,1,0,0,0,0,223071702 +311000802,4,2,10040013,1,0,0,0,0,223071702 +311000802,5,2,10050013,1,0,0,0,0,223071702 +311000802,6,2,10060013,1,0,0,0,0,223071702 +311000802,7,2,10070013,1,0,0,0,0,223071702 +311000802,8,2,10080013,1,0,0,0,0,223071702 +311000802,9,2,10090013,1,0,0,0,0,223071702 +311000802,10,2,20010011,1,0,0,0,0,223071702 +311000802,11,2,20020011,1,0,0,0,0,223071702 +311000802,12,2,20030011,1,0,0,0,0,223071702 +311000802,13,2,20040011,1,0,0,0,0,223071702 +311000802,14,2,20050011,1,0,0,0,0,223071702 +311000802,15,2,20060011,1,0,0,0,0,223071702 +311000802,16,2,20070011,1,0,0,0,0,223071702 +311000802,17,2,20080011,1,0,0,0,0,223071702 +311000802,18,2,20090011,1,0,0,0,0,223071702 +311000802,19,2,30010007,1,0,0,0,0,223071702 +311000802,20,2,30020007,1,0,0,0,0,223071702 +311000802,21,2,30030007,1,0,0,0,0,223071702 +311000802,22,2,30040007,1,0,0,0,0,223071702 +311000802,23,2,30050007,1,0,0,0,0,223071702 +311000802,24,2,30060007,1,0,0,0,0,223071702 +311000802,25,2,30070007,1,0,0,0,0,223071702 +311000802,26,2,30080007,1,0,0,0,0,223071702 +311000802,27,2,30090007,1,0,0,0,0,223071702 +311000802,28,2,30100007,1,0,0,0,0,223071702 +311000802,29,2,30110007,1,0,0,0,0,223071702 +311000802,30,2,30120007,1,0,0,0,0,223071702 +311000802,31,2,40010007,1,0,0,0,0,223071702 +311000802,32,2,40020007,1,0,0,0,0,223071702 +311000802,33,2,40030007,1,0,0,0,0,223071702 +311000802,34,2,40040007,1,0,0,0,0,223071702 +311000802,35,2,40050007,1,0,0,0,0,223071702 +311000802,36,2,40060007,1,0,0,0,0,223071702 +311000802,37,2,40070007,1,0,0,0,0,223071702 +311000802,38,2,40080007,1,0,0,0,0,223071702 +311000802,39,2,40090007,1,0,0,0,0,223071702 +311000802,40,2,40020009,1,0,0,0,0,223071702 +311000802,41,2,40090009,1,0,0,0,0,223071702 +311000802,42,2,10010016,1,0,0,0,0,223071702 +311000802,43,2,10020015,1,0,0,0,0,223071702 +311000802,44,2,20010014,1,0,0,0,0,223071702 +311000802,45,2,20020013,1,0,0,0,0,223071702 +311000802,46,2,30060009,1,0,0,0,0,223071702 +311000802,47,2,30080009,1,0,0,0,0,223071702 +311000802,48,2,20030013,1,0,0,0,0,223071702 +311000802,49,2,20040013,1,0,0,0,0,223071702 +311000802,50,2,40040009,1,0,0,0,0,223071702 +311000802,51,2,40050009,1,0,0,0,0,223071702 +311000901,1,2,10090016,1,0,0,1,0,223072201 +311000902,1,2,10010013,1,0,0,0,0,223072201 +311000902,2,2,10020013,1,0,0,0,0,223072201 +311000902,3,2,10030013,1,0,0,0,0,223072201 +311000902,4,2,10040013,1,0,0,0,0,223072201 +311000902,5,2,10050013,1,0,0,0,0,223072201 +311000902,6,2,10060013,1,0,0,0,0,223072201 +311000902,7,2,10070013,1,0,0,0,0,223072201 +311000902,8,2,10080013,1,0,0,0,0,223072201 +311000902,9,2,10090013,1,0,0,0,0,223072201 +311000902,10,2,20010011,1,0,0,0,0,223072201 +311000902,11,2,20020011,1,0,0,0,0,223072201 +311000902,12,2,20030011,1,0,0,0,0,223072201 +311000902,13,2,20040011,1,0,0,0,0,223072201 +311000902,14,2,20050011,1,0,0,0,0,223072201 +311000902,15,2,20060011,1,0,0,0,0,223072201 +311000902,16,2,20070011,1,0,0,0,0,223072201 +311000902,17,2,20080011,1,0,0,0,0,223072201 +311000902,18,2,20090011,1,0,0,0,0,223072201 +311000902,19,2,30010007,1,0,0,0,0,223072201 +311000902,20,2,30020007,1,0,0,0,0,223072201 +311000902,21,2,30030007,1,0,0,0,0,223072201 +311000902,22,2,30040007,1,0,0,0,0,223072201 +311000902,23,2,30050007,1,0,0,0,0,223072201 +311000902,24,2,30060007,1,0,0,0,0,223072201 +311000902,25,2,30070007,1,0,0,0,0,223072201 +311000902,26,2,30080007,1,0,0,0,0,223072201 +311000902,27,2,30090007,1,0,0,0,0,223072201 +311000902,28,2,30100007,1,0,0,0,0,223072201 +311000902,29,2,30110007,1,0,0,0,0,223072201 +311000902,30,2,30120007,1,0,0,0,0,223072201 +311000902,31,2,40010007,1,0,0,0,0,223072201 +311000902,32,2,40020007,1,0,0,0,0,223072201 +311000902,33,2,40030007,1,0,0,0,0,223072201 +311000902,34,2,40040007,1,0,0,0,0,223072201 +311000902,35,2,40050007,1,0,0,0,0,223072201 +311000902,36,2,40060007,1,0,0,0,0,223072201 +311000902,37,2,40070007,1,0,0,0,0,223072201 +311000902,38,2,40080007,1,0,0,0,0,223072201 +311000902,39,2,40090007,1,0,0,0,0,223072201 +311000902,40,2,40020009,1,0,0,0,0,223072201 +311000902,41,2,40090009,1,0,0,0,0,223072201 +311000902,42,2,10010016,1,0,0,0,0,223072201 +311000902,43,2,10020015,1,0,0,0,0,223072201 +311000902,44,2,20010014,1,0,0,0,0,223072201 +311000902,45,2,20020013,1,0,0,0,0,223072201 +311000902,46,2,30060009,1,0,0,0,0,223072201 +311000902,47,2,30080009,1,0,0,0,0,223072201 +311000902,48,2,20030013,1,0,0,0,0,223072201 +311000902,49,2,20040013,1,0,0,0,0,223072201 +311000902,50,2,40040009,1,0,0,0,0,223072201 +311000902,51,2,40050009,1,0,0,0,0,223072201 +311001001,1,2,20010015,1,0,0,1,0,223080102 +311001002,1,2,10010013,1,0,0,0,0,223080102 +311001002,2,2,10020013,1,0,0,0,0,223080102 +311001002,3,2,10030013,1,0,0,0,0,223080102 +311001002,4,2,10040013,1,0,0,0,0,223080102 +311001002,5,2,10050013,1,0,0,0,0,223080102 +311001002,6,2,10060013,1,0,0,0,0,223080102 +311001002,7,2,10070013,1,0,0,0,0,223080102 +311001002,8,2,10080013,1,0,0,0,0,223080102 +311001002,9,2,10090013,1,0,0,0,0,223080102 +311001002,10,2,20010011,1,0,0,0,0,223080102 +311001002,11,2,20020011,1,0,0,0,0,223080102 +311001002,12,2,20030011,1,0,0,0,0,223080102 +311001002,13,2,20040011,1,0,0,0,0,223080102 +311001002,14,2,20050011,1,0,0,0,0,223080102 +311001002,15,2,20060011,1,0,0,0,0,223080102 +311001002,16,2,20070011,1,0,0,0,0,223080102 +311001002,17,2,20080011,1,0,0,0,0,223080102 +311001002,18,2,20090011,1,0,0,0,0,223080102 +311001002,19,2,30010007,1,0,0,0,0,223080102 +311001002,20,2,30020007,1,0,0,0,0,223080102 +311001002,21,2,30030007,1,0,0,0,0,223080102 +311001002,22,2,30040007,1,0,0,0,0,223080102 +311001002,23,2,30050007,1,0,0,0,0,223080102 +311001002,24,2,30060007,1,0,0,0,0,223080102 +311001002,25,2,30070007,1,0,0,0,0,223080102 +311001002,26,2,30080007,1,0,0,0,0,223080102 +311001002,27,2,30090007,1,0,0,0,0,223080102 +311001002,28,2,30100007,1,0,0,0,0,223080102 +311001002,29,2,30110007,1,0,0,0,0,223080102 +311001002,30,2,30120007,1,0,0,0,0,223080102 +311001002,31,2,40010007,1,0,0,0,0,223080102 +311001002,32,2,40020007,1,0,0,0,0,223080102 +311001002,33,2,40030007,1,0,0,0,0,223080102 +311001002,34,2,40040007,1,0,0,0,0,223080102 +311001002,35,2,40050007,1,0,0,0,0,223080102 +311001002,36,2,40060007,1,0,0,0,0,223080102 +311001002,37,2,40070007,1,0,0,0,0,223080102 +311001002,38,2,40080007,1,0,0,0,0,223080102 +311001002,39,2,40090007,1,0,0,0,0,223080102 +311001002,40,2,40020009,1,0,0,0,0,223080102 +311001002,41,2,40090009,1,0,0,0,0,223080102 +311001002,42,2,10010016,1,0,0,0,0,223080102 +311001002,43,2,10020015,1,0,0,0,0,223080102 +311001002,44,2,20010014,1,0,0,0,0,223080102 +311001002,45,2,20020013,1,0,0,0,0,223080102 +311001002,46,2,30060009,1,0,0,0,0,223080102 +311001002,47,2,30080009,1,0,0,0,0,223080102 +311001002,48,2,20030013,1,0,0,0,0,223080102 +311001002,49,2,20040013,1,0,0,0,0,223080102 +311001002,50,2,40040009,1,0,0,0,0,223080102 +311001002,51,2,40050009,1,0,0,0,0,223080102 +311001002,52,2,30010010,1,0,0,0,0,223080102 +311001002,53,2,30100009,1,0,0,0,0,223080102 +311001101,1,2,10010017,1,0,0,1,0,223080303 +311001102,1,2,10010013,1,0,0,0,0,223080303 +311001102,2,2,10020013,1,0,0,0,0,223080303 +311001102,3,2,10030013,1,0,0,0,0,223080303 +311001102,4,2,10040013,1,0,0,0,0,223080303 +311001102,5,2,10050013,1,0,0,0,0,223080303 +311001102,6,2,10060013,1,0,0,0,0,223080303 +311001102,7,2,10070013,1,0,0,0,0,223080303 +311001102,8,2,10080013,1,0,0,0,0,223080303 +311001102,9,2,10090013,1,0,0,0,0,223080303 +311001102,10,2,20010011,1,0,0,0,0,223080303 +311001102,11,2,20020011,1,0,0,0,0,223080303 +311001102,12,2,20030011,1,0,0,0,0,223080303 +311001102,13,2,20040011,1,0,0,0,0,223080303 +311001102,14,2,20050011,1,0,0,0,0,223080303 +311001102,15,2,20060011,1,0,0,0,0,223080303 +311001102,16,2,20070011,1,0,0,0,0,223080303 +311001102,17,2,20080011,1,0,0,0,0,223080303 +311001102,18,2,20090011,1,0,0,0,0,223080303 +311001102,19,2,30010007,1,0,0,0,0,223080303 +311001102,20,2,30020007,1,0,0,0,0,223080303 +311001102,21,2,30030007,1,0,0,0,0,223080303 +311001102,22,2,30040007,1,0,0,0,0,223080303 +311001102,23,2,30050007,1,0,0,0,0,223080303 +311001102,24,2,30060007,1,0,0,0,0,223080303 +311001102,25,2,30070007,1,0,0,0,0,223080303 +311001102,26,2,30080007,1,0,0,0,0,223080303 +311001102,27,2,30090007,1,0,0,0,0,223080303 +311001102,28,2,30100007,1,0,0,0,0,223080303 +311001102,29,2,30110007,1,0,0,0,0,223080303 +311001102,30,2,30120007,1,0,0,0,0,223080303 +311001102,31,2,40010007,1,0,0,0,0,223080303 +311001102,32,2,40020007,1,0,0,0,0,223080303 +311001102,33,2,40030007,1,0,0,0,0,223080303 +311001102,34,2,40040007,1,0,0,0,0,223080303 +311001102,35,2,40050007,1,0,0,0,0,223080303 +311001102,36,2,40060007,1,0,0,0,0,223080303 +311001102,37,2,40070007,1,0,0,0,0,223080303 +311001102,38,2,40080007,1,0,0,0,0,223080303 +311001102,39,2,40090007,1,0,0,0,0,223080303 +311001102,40,2,40020009,1,0,0,0,0,223080303 +311001102,41,2,40090009,1,0,0,0,0,223080303 +311001102,42,2,10010016,1,0,0,0,0,223080303 +311001102,43,2,10020015,1,0,0,0,0,223080303 +311001102,44,2,20010014,1,0,0,0,0,223080303 +311001102,45,2,20020013,1,0,0,0,0,223080303 +311001102,46,2,30060009,1,0,0,0,0,223080303 +311001102,47,2,30080009,1,0,0,0,0,223080303 +311001102,48,2,20030013,1,0,0,0,0,223080303 +311001102,49,2,20040013,1,0,0,0,0,223080303 +311001102,50,2,40040009,1,0,0,0,0,223080303 +311001102,51,2,40050009,1,0,0,0,0,223080303 +311001102,52,2,30010010,1,0,0,0,0,223080303 +311001102,53,2,30100009,1,0,0,0,0,223080303 +311001201,1,2,40090010,1,0,0,1,0,223080701 +311001202,1,2,10010013,1,0,0,0,0,223080701 +311001202,2,2,10020013,1,0,0,0,0,223080701 +311001202,3,2,10030013,1,0,0,0,0,223080701 +311001202,4,2,10040013,1,0,0,0,0,223080701 +311001202,5,2,10050013,1,0,0,0,0,223080701 +311001202,6,2,10060013,1,0,0,0,0,223080701 +311001202,7,2,10070013,1,0,0,0,0,223080701 +311001202,8,2,10080013,1,0,0,0,0,223080701 +311001202,9,2,10090013,1,0,0,0,0,223080701 +311001202,10,2,20010011,1,0,0,0,0,223080701 +311001202,11,2,20020011,1,0,0,0,0,223080701 +311001202,12,2,20030011,1,0,0,0,0,223080701 +311001202,13,2,20040011,1,0,0,0,0,223080701 +311001202,14,2,20050011,1,0,0,0,0,223080701 +311001202,15,2,20060011,1,0,0,0,0,223080701 +311001202,16,2,20070011,1,0,0,0,0,223080701 +311001202,17,2,20080011,1,0,0,0,0,223080701 +311001202,18,2,20090011,1,0,0,0,0,223080701 +311001202,19,2,30010007,1,0,0,0,0,223080701 +311001202,20,2,30020007,1,0,0,0,0,223080701 +311001202,21,2,30030007,1,0,0,0,0,223080701 +311001202,22,2,30040007,1,0,0,0,0,223080701 +311001202,23,2,30050007,1,0,0,0,0,223080701 +311001202,24,2,30060007,1,0,0,0,0,223080701 +311001202,25,2,30070007,1,0,0,0,0,223080701 +311001202,26,2,30080007,1,0,0,0,0,223080701 +311001202,27,2,30090007,1,0,0,0,0,223080701 +311001202,28,2,30100007,1,0,0,0,0,223080701 +311001202,29,2,30110007,1,0,0,0,0,223080701 +311001202,30,2,30120007,1,0,0,0,0,223080701 +311001202,31,2,40010007,1,0,0,0,0,223080701 +311001202,32,2,40020007,1,0,0,0,0,223080701 +311001202,33,2,40030007,1,0,0,0,0,223080701 +311001202,34,2,40040007,1,0,0,0,0,223080701 +311001202,35,2,40050007,1,0,0,0,0,223080701 +311001202,36,2,40060007,1,0,0,0,0,223080701 +311001202,37,2,40070007,1,0,0,0,0,223080701 +311001202,38,2,40080007,1,0,0,0,0,223080701 +311001202,39,2,40090007,1,0,0,0,0,223080701 +311001202,40,2,40020009,1,0,0,0,0,223080701 +311001202,41,2,40090009,1,0,0,0,0,223080701 +311001202,42,2,10010016,1,0,0,0,0,223080701 +311001202,43,2,10020015,1,0,0,0,0,223080701 +311001202,44,2,20010014,1,0,0,0,0,223080701 +311001202,45,2,20020013,1,0,0,0,0,223080701 +311001202,46,2,30060009,1,0,0,0,0,223080701 +311001202,47,2,30080009,1,0,0,0,0,223080701 +311001202,48,2,20030013,1,0,0,0,0,223080701 +311001202,49,2,20040013,1,0,0,0,0,223080701 +311001202,50,2,40040009,1,0,0,0,0,223080701 +311001202,51,2,40050009,1,0,0,0,0,223080701 +311001202,52,2,30010010,1,0,0,0,0,223080701 +311001202,53,2,30100009,1,0,0,0,0,223080701 +311001301,1,2,30070009,1,0,0,1,0,223080801 +311001302,1,2,10010013,1,0,0,0,0,223080801 +311001302,2,2,10020013,1,0,0,0,0,223080801 +311001302,3,2,10030013,1,0,0,0,0,223080801 +311001302,4,2,10040013,1,0,0,0,0,223080801 +311001302,5,2,10050013,1,0,0,0,0,223080801 +311001302,6,2,10060013,1,0,0,0,0,223080801 +311001302,7,2,10070013,1,0,0,0,0,223080801 +311001302,8,2,10080013,1,0,0,0,0,223080801 +311001302,9,2,10090013,1,0,0,0,0,223080801 +311001302,10,2,20010011,1,0,0,0,0,223080801 +311001302,11,2,20020011,1,0,0,0,0,223080801 +311001302,12,2,20030011,1,0,0,0,0,223080801 +311001302,13,2,20040011,1,0,0,0,0,223080801 +311001302,14,2,20050011,1,0,0,0,0,223080801 +311001302,15,2,20060011,1,0,0,0,0,223080801 +311001302,16,2,20070011,1,0,0,0,0,223080801 +311001302,17,2,20080011,1,0,0,0,0,223080801 +311001302,18,2,20090011,1,0,0,0,0,223080801 +311001302,19,2,30010007,1,0,0,0,0,223080801 +311001302,20,2,30020007,1,0,0,0,0,223080801 +311001302,21,2,30030007,1,0,0,0,0,223080801 +311001302,22,2,30040007,1,0,0,0,0,223080801 +311001302,23,2,30050007,1,0,0,0,0,223080801 +311001302,24,2,30060007,1,0,0,0,0,223080801 +311001302,25,2,30070007,1,0,0,0,0,223080801 +311001302,26,2,30080007,1,0,0,0,0,223080801 +311001302,27,2,30090007,1,0,0,0,0,223080801 +311001302,28,2,30100007,1,0,0,0,0,223080801 +311001302,29,2,30110007,1,0,0,0,0,223080801 +311001302,30,2,30120007,1,0,0,0,0,223080801 +311001302,31,2,40010007,1,0,0,0,0,223080801 +311001302,32,2,40020007,1,0,0,0,0,223080801 +311001302,33,2,40030007,1,0,0,0,0,223080801 +311001302,34,2,40040007,1,0,0,0,0,223080801 +311001302,35,2,40050007,1,0,0,0,0,223080801 +311001302,36,2,40060007,1,0,0,0,0,223080801 +311001302,37,2,40070007,1,0,0,0,0,223080801 +311001302,38,2,40080007,1,0,0,0,0,223080801 +311001302,39,2,40090007,1,0,0,0,0,223080801 +311001302,40,2,40020009,1,0,0,0,0,223080801 +311001302,41,2,40090009,1,0,0,0,0,223080801 +311001302,42,2,10010016,1,0,0,0,0,223080801 +311001302,43,2,10020015,1,0,0,0,0,223080801 +311001302,44,2,20010014,1,0,0,0,0,223080801 +311001302,45,2,20020013,1,0,0,0,0,223080801 +311001302,46,2,30060009,1,0,0,0,0,223080801 +311001302,47,2,30080009,1,0,0,0,0,223080801 +311001302,48,2,20030013,1,0,0,0,0,223080801 +311001302,49,2,20040013,1,0,0,0,0,223080801 +311001302,50,2,40040009,1,0,0,0,0,223080801 +311001302,51,2,40050009,1,0,0,0,0,223080801 +311001302,52,2,30010010,1,0,0,0,0,223080801 +311001302,53,2,30100009,1,0,0,0,0,223080801 +311001401,1,2,10030017,1,0,0,1,0,223091201 +311001402,1,2,10010013,1,0,0,0,0,223091201 +311001402,2,2,10020013,1,0,0,0,0,223091201 +311001402,3,2,10030013,1,0,0,0,0,223091201 +311001402,4,2,10040013,1,0,0,0,0,223091201 +311001402,5,2,10050013,1,0,0,0,0,223091201 +311001402,6,2,10060013,1,0,0,0,0,223091201 +311001402,7,2,10070013,1,0,0,0,0,223091201 +311001402,8,2,10080013,1,0,0,0,0,223091201 +311001402,9,2,10090013,1,0,0,0,0,223091201 +311001402,10,2,20010011,1,0,0,0,0,223091201 +311001402,11,2,20020011,1,0,0,0,0,223091201 +311001402,12,2,20030011,1,0,0,0,0,223091201 +311001402,13,2,20040011,1,0,0,0,0,223091201 +311001402,14,2,20050011,1,0,0,0,0,223091201 +311001402,15,2,20060011,1,0,0,0,0,223091201 +311001402,16,2,20070011,1,0,0,0,0,223091201 +311001402,17,2,20080011,1,0,0,0,0,223091201 +311001402,18,2,20090011,1,0,0,0,0,223091201 +311001402,19,2,30010007,1,0,0,0,0,223091201 +311001402,20,2,30020007,1,0,0,0,0,223091201 +311001402,21,2,30030007,1,0,0,0,0,223091201 +311001402,22,2,30040007,1,0,0,0,0,223091201 +311001402,23,2,30050007,1,0,0,0,0,223091201 +311001402,24,2,30060007,1,0,0,0,0,223091201 +311001402,25,2,30070007,1,0,0,0,0,223091201 +311001402,26,2,30080007,1,0,0,0,0,223091201 +311001402,27,2,30090007,1,0,0,0,0,223091201 +311001402,28,2,30100007,1,0,0,0,0,223091201 +311001402,29,2,30110007,1,0,0,0,0,223091201 +311001402,30,2,30120007,1,0,0,0,0,223091201 +311001402,31,2,40010007,1,0,0,0,0,223091201 +311001402,32,2,40020007,1,0,0,0,0,223091201 +311001402,33,2,40030007,1,0,0,0,0,223091201 +311001402,34,2,40040007,1,0,0,0,0,223091201 +311001402,35,2,40050007,1,0,0,0,0,223091201 +311001402,36,2,40060007,1,0,0,0,0,223091201 +311001402,37,2,40070007,1,0,0,0,0,223091201 +311001402,38,2,40080007,1,0,0,0,0,223091201 +311001402,39,2,40090007,1,0,0,0,0,223091201 +311001402,40,2,40020009,1,0,0,0,0,223091201 +311001402,41,2,40090009,1,0,0,0,0,223091201 +311001402,42,2,10010016,1,0,0,0,0,223091201 +311001402,43,2,10020015,1,0,0,0,0,223091201 +311001402,44,2,20010014,1,0,0,0,0,223091201 +311001402,45,2,20020013,1,0,0,0,0,223091201 +311001402,46,2,30060009,1,0,0,0,0,223091201 +311001402,47,2,30080009,1,0,0,0,0,223091201 +311001402,48,2,20030013,1,0,0,0,0,223091201 +311001402,49,2,20040013,1,0,0,0,0,223091201 +311001402,50,2,40040009,1,0,0,0,0,223091201 +311001402,51,2,40050009,1,0,0,0,0,223091201 +311001402,52,2,30010010,1,0,0,0,0,223091201 +311001402,53,2,30100009,1,0,0,0,0,223091201 +311001402,54,2,10030016,1,0,0,0,0,223091201 +311001402,55,2,10050015,1,0,0,0,0,223091201 +311001402,56,2,40070010,1,0,0,0,0,223091201 +311001402,57,2,40080010,1,0,0,0,0,223091201 +311001501,1,2,20020014,1,0,0,1,0,223091901 +311001502,1,2,10010013,1,0,0,0,0,223091901 +311001502,2,2,10020013,1,0,0,0,0,223091901 +311001502,3,2,10030013,1,0,0,0,0,223091901 +311001502,4,2,10040013,1,0,0,0,0,223091901 +311001502,5,2,10050013,1,0,0,0,0,223091901 +311001502,6,2,10060013,1,0,0,0,0,223091901 +311001502,7,2,10070013,1,0,0,0,0,223091901 +311001502,8,2,10080013,1,0,0,0,0,223091901 +311001502,9,2,10090013,1,0,0,0,0,223091901 +311001502,10,2,20010011,1,0,0,0,0,223091901 +311001502,11,2,20020011,1,0,0,0,0,223091901 +311001502,12,2,20030011,1,0,0,0,0,223091901 +311001502,13,2,20040011,1,0,0,0,0,223091901 +311001502,14,2,20050011,1,0,0,0,0,223091901 +311001502,15,2,20060011,1,0,0,0,0,223091901 +311001502,16,2,20070011,1,0,0,0,0,223091901 +311001502,17,2,20080011,1,0,0,0,0,223091901 +311001502,18,2,20090011,1,0,0,0,0,223091901 +311001502,19,2,30010007,1,0,0,0,0,223091901 +311001502,20,2,30020007,1,0,0,0,0,223091901 +311001502,21,2,30030007,1,0,0,0,0,223091901 +311001502,22,2,30040007,1,0,0,0,0,223091901 +311001502,23,2,30050007,1,0,0,0,0,223091901 +311001502,24,2,30060007,1,0,0,0,0,223091901 +311001502,25,2,30070007,1,0,0,0,0,223091901 +311001502,26,2,30080007,1,0,0,0,0,223091901 +311001502,27,2,30090007,1,0,0,0,0,223091901 +311001502,28,2,30100007,1,0,0,0,0,223091901 +311001502,29,2,30110007,1,0,0,0,0,223091901 +311001502,30,2,30120007,1,0,0,0,0,223091901 +311001502,31,2,40010007,1,0,0,0,0,223091901 +311001502,32,2,40020007,1,0,0,0,0,223091901 +311001502,33,2,40030007,1,0,0,0,0,223091901 +311001502,34,2,40040007,1,0,0,0,0,223091901 +311001502,35,2,40050007,1,0,0,0,0,223091901 +311001502,36,2,40060007,1,0,0,0,0,223091901 +311001502,37,2,40070007,1,0,0,0,0,223091901 +311001502,38,2,40080007,1,0,0,0,0,223091901 +311001502,39,2,40090007,1,0,0,0,0,223091901 +311001502,40,2,40020009,1,0,0,0,0,223091901 +311001502,41,2,40090009,1,0,0,0,0,223091901 +311001502,42,2,10010016,1,0,0,0,0,223091901 +311001502,43,2,10020015,1,0,0,0,0,223091901 +311001502,44,2,20010014,1,0,0,0,0,223091901 +311001502,45,2,20020013,1,0,0,0,0,223091901 +311001502,46,2,30060009,1,0,0,0,0,223091901 +311001502,47,2,30080009,1,0,0,0,0,223091901 +311001502,48,2,20030013,1,0,0,0,0,223091901 +311001502,49,2,20040013,1,0,0,0,0,223091901 +311001502,50,2,40040009,1,0,0,0,0,223091901 +311001502,51,2,40050009,1,0,0,0,0,223091901 +311001502,52,2,30010010,1,0,0,0,0,223091901 +311001502,53,2,30100009,1,0,0,0,0,223091901 +311001502,54,2,10030016,1,0,0,0,0,223091901 +311001502,55,2,10050015,1,0,0,0,0,223091901 +311001502,56,2,40070010,1,0,0,0,0,223091901 +311001502,57,2,40080010,1,0,0,0,0,223091901 +311001502,58,2,20060015,1,0,0,0,0,223091901 +311001502,59,2,20080014,1,0,0,0,0,223091901 +311001601,1,2,20090014,1,0,0,1,0,223092101 +311001602,1,2,10010013,1,0,0,0,0,223092101 +311001602,2,2,10020013,1,0,0,0,0,223092101 +311001602,3,2,10030013,1,0,0,0,0,223092101 +311001602,4,2,10040013,1,0,0,0,0,223092101 +311001602,5,2,10050013,1,0,0,0,0,223092101 +311001602,6,2,10060013,1,0,0,0,0,223092101 +311001602,7,2,10070013,1,0,0,0,0,223092101 +311001602,8,2,10080013,1,0,0,0,0,223092101 +311001602,9,2,10090013,1,0,0,0,0,223092101 +311001602,10,2,20010011,1,0,0,0,0,223092101 +311001602,11,2,20020011,1,0,0,0,0,223092101 +311001602,12,2,20030011,1,0,0,0,0,223092101 +311001602,13,2,20040011,1,0,0,0,0,223092101 +311001602,14,2,20050011,1,0,0,0,0,223092101 +311001602,15,2,20060011,1,0,0,0,0,223092101 +311001602,16,2,20070011,1,0,0,0,0,223092101 +311001602,17,2,20080011,1,0,0,0,0,223092101 +311001602,18,2,20090011,1,0,0,0,0,223092101 +311001602,19,2,30010007,1,0,0,0,0,223092101 +311001602,20,2,30020007,1,0,0,0,0,223092101 +311001602,21,2,30030007,1,0,0,0,0,223092101 +311001602,22,2,30040007,1,0,0,0,0,223092101 +311001602,23,2,30050007,1,0,0,0,0,223092101 +311001602,24,2,30060007,1,0,0,0,0,223092101 +311001602,25,2,30070007,1,0,0,0,0,223092101 +311001602,26,2,30080007,1,0,0,0,0,223092101 +311001602,27,2,30090007,1,0,0,0,0,223092101 +311001602,28,2,30100007,1,0,0,0,0,223092101 +311001602,29,2,30110007,1,0,0,0,0,223092101 +311001602,30,2,30120007,1,0,0,0,0,223092101 +311001602,31,2,40010007,1,0,0,0,0,223092101 +311001602,32,2,40020007,1,0,0,0,0,223092101 +311001602,33,2,40030007,1,0,0,0,0,223092101 +311001602,34,2,40040007,1,0,0,0,0,223092101 +311001602,35,2,40050007,1,0,0,0,0,223092101 +311001602,36,2,40060007,1,0,0,0,0,223092101 +311001602,37,2,40070007,1,0,0,0,0,223092101 +311001602,38,2,40080007,1,0,0,0,0,223092101 +311001602,39,2,40090007,1,0,0,0,0,223092101 +311001602,40,2,40020009,1,0,0,0,0,223092101 +311001602,41,2,40090009,1,0,0,0,0,223092101 +311001602,42,2,10010016,1,0,0,0,0,223092101 +311001602,43,2,10020015,1,0,0,0,0,223092101 +311001602,44,2,20010014,1,0,0,0,0,223092101 +311001602,45,2,20020013,1,0,0,0,0,223092101 +311001602,46,2,30060009,1,0,0,0,0,223092101 +311001602,47,2,30080009,1,0,0,0,0,223092101 +311001602,48,2,20030013,1,0,0,0,0,223092101 +311001602,49,2,20040013,1,0,0,0,0,223092101 +311001602,50,2,40040009,1,0,0,0,0,223092101 +311001602,51,2,40050009,1,0,0,0,0,223092101 +311001602,52,2,30010010,1,0,0,0,0,223092101 +311001602,53,2,30100009,1,0,0,0,0,223092101 +311001602,54,2,10030016,1,0,0,0,0,223092101 +311001602,55,2,10050015,1,0,0,0,0,223092101 +311001602,56,2,40070010,1,0,0,0,0,223092101 +311001602,57,2,40080010,1,0,0,0,0,223092101 +311001602,58,2,20060015,1,0,0,0,0,223092101 +311001602,59,2,20080014,1,0,0,0,0,223092101 +311001701,1,2,40040010,1,0,0,1,0,223092801 +311001702,1,2,10010013,1,0,0,0,0,223092801 +311001702,2,2,10020013,1,0,0,0,0,223092801 +311001702,3,2,10030013,1,0,0,0,0,223092801 +311001702,4,2,10040013,1,0,0,0,0,223092801 +311001702,5,2,10050013,1,0,0,0,0,223092801 +311001702,6,2,10060013,1,0,0,0,0,223092801 +311001702,7,2,10070013,1,0,0,0,0,223092801 +311001702,8,2,10080013,1,0,0,0,0,223092801 +311001702,9,2,10090013,1,0,0,0,0,223092801 +311001702,10,2,20010011,1,0,0,0,0,223092801 +311001702,11,2,20020011,1,0,0,0,0,223092801 +311001702,12,2,20030011,1,0,0,0,0,223092801 +311001702,13,2,20040011,1,0,0,0,0,223092801 +311001702,14,2,20050011,1,0,0,0,0,223092801 +311001702,15,2,20060011,1,0,0,0,0,223092801 +311001702,16,2,20070011,1,0,0,0,0,223092801 +311001702,17,2,20080011,1,0,0,0,0,223092801 +311001702,18,2,20090011,1,0,0,0,0,223092801 +311001702,19,2,30010007,1,0,0,0,0,223092801 +311001702,20,2,30020007,1,0,0,0,0,223092801 +311001702,21,2,30030007,1,0,0,0,0,223092801 +311001702,22,2,30040007,1,0,0,0,0,223092801 +311001702,23,2,30050007,1,0,0,0,0,223092801 +311001702,24,2,30060007,1,0,0,0,0,223092801 +311001702,25,2,30070007,1,0,0,0,0,223092801 +311001702,26,2,30080007,1,0,0,0,0,223092801 +311001702,27,2,30090007,1,0,0,0,0,223092801 +311001702,28,2,30100007,1,0,0,0,0,223092801 +311001702,29,2,30110007,1,0,0,0,0,223092801 +311001702,30,2,30120007,1,0,0,0,0,223092801 +311001702,31,2,40010007,1,0,0,0,0,223092801 +311001702,32,2,40020007,1,0,0,0,0,223092801 +311001702,33,2,40030007,1,0,0,0,0,223092801 +311001702,34,2,40040007,1,0,0,0,0,223092801 +311001702,35,2,40050007,1,0,0,0,0,223092801 +311001702,36,2,40060007,1,0,0,0,0,223092801 +311001702,37,2,40070007,1,0,0,0,0,223092801 +311001702,38,2,40080007,1,0,0,0,0,223092801 +311001702,39,2,40090007,1,0,0,0,0,223092801 +311001702,40,2,40020009,1,0,0,0,0,223092801 +311001702,41,2,40090009,1,0,0,0,0,223092801 +311001702,42,2,10010016,1,0,0,0,0,223092801 +311001702,43,2,10020015,1,0,0,0,0,223092801 +311001702,44,2,20010014,1,0,0,0,0,223092801 +311001702,45,2,20020013,1,0,0,0,0,223092801 +311001702,46,2,30060009,1,0,0,0,0,223092801 +311001702,47,2,30080009,1,0,0,0,0,223092801 +311001702,48,2,20030013,1,0,0,0,0,223092801 +311001702,49,2,20040013,1,0,0,0,0,223092801 +311001702,50,2,40040009,1,0,0,0,0,223092801 +311001702,51,2,40050009,1,0,0,0,0,223092801 +311001702,52,2,30010010,1,0,0,0,0,223092801 +311001702,53,2,30100009,1,0,0,0,0,223092801 +311001702,54,2,10030016,1,0,0,0,0,223092801 +311001702,55,2,10050015,1,0,0,0,0,223092801 +311001702,56,2,40070010,1,0,0,0,0,223092801 +311001702,57,2,40080010,1,0,0,0,0,223092801 +311001702,58,2,20060015,1,0,0,0,0,223092801 +311001702,59,2,20080014,1,0,0,0,0,223092801 +311001801,1,2,30100010,1,0,0,1,0,223100502 +311001802,1,2,30010007,1,0,0,0,0,223100502 +311001802,2,2,30020007,1,0,0,0,0,223100502 +311001802,3,2,30030007,1,0,0,0,0,223100502 +311001802,4,2,30040007,1,0,0,0,0,223100502 +311001802,5,2,30050007,1,0,0,0,0,223100502 +311001802,6,2,30060007,1,0,0,0,0,223100502 +311001802,7,2,30070007,1,0,0,0,0,223100502 +311001802,8,2,30080007,1,0,0,0,0,223100502 +311001802,9,2,30090007,1,0,0,0,0,223100502 +311001802,10,2,30100007,1,0,0,0,0,223100502 +311001802,11,2,30110007,1,0,0,0,0,223100502 +311001802,12,2,30120007,1,0,0,0,0,223100502 +311001802,13,2,30060009,1,0,0,0,0,223100502 +311001802,14,2,30080009,1,0,0,0,0,223100502 +311001802,15,2,30010010,1,0,0,0,0,223100502 +311001802,16,2,30100009,1,0,0,0,0,223100502 +311001901,1,2,10020017,1,0,0,1,0,223102101 +311001902,1,2,10010013,1,0,0,0,0,223102101 +311001902,2,2,10020013,1,0,0,0,0,223102101 +311001902,3,2,10030013,1,0,0,0,0,223102101 +311001902,4,2,10040013,1,0,0,0,0,223102101 +311001902,5,2,10050013,1,0,0,0,0,223102101 +311001902,6,2,10060013,1,0,0,0,0,223102101 +311001902,7,2,10070013,1,0,0,0,0,223102101 +311001902,8,2,10080013,1,0,0,0,0,223102101 +311001902,9,2,10090013,1,0,0,0,0,223102101 +311001902,10,2,10010016,1,0,0,0,0,223102101 +311001902,11,2,10020015,1,0,0,0,0,223102101 +311001902,12,2,10030016,1,0,0,0,0,223102101 +311001902,13,2,10050015,1,0,0,0,0,223102101 +311001902,14,2,10060015,1,0,0,0,0,223102101 +311001902,15,2,10070017,1,0,0,0,0,223102101 +311002001,1,2,40070011,1,0,0,1,0,223102901 +311002002,1,2,40010007,1,0,0,0,0,223102901 +311002002,2,2,40020007,1,0,0,0,0,223102901 +311002002,3,2,40030007,1,0,0,0,0,223102901 +311002002,4,2,40040007,1,0,0,0,0,223102901 +311002002,5,2,40050007,1,0,0,0,0,223102901 +311002002,6,2,40060007,1,0,0,0,0,223102901 +311002002,7,2,40070007,1,0,0,0,0,223102901 +311002002,8,2,40080007,1,0,0,0,0,223102901 +311002002,9,2,40090007,1,0,0,0,0,223102901 +311002002,10,2,40020009,1,0,0,0,0,223102901 +311002002,11,2,40090009,1,0,0,0,0,223102901 +311002002,12,2,40040009,1,0,0,0,0,223102901 +311002002,13,2,40050009,1,0,0,0,0,223102901 +311002002,14,2,40070010,1,0,0,0,0,223102901 +311002002,15,2,40080010,1,0,0,0,0,223102901 +311002101,1,2,10050016,1,0,0,1,0,223110101 +311002102,1,2,10010013,1,0,0,0,0,223110101 +311002102,2,2,10020013,1,0,0,0,0,223110101 +311002102,3,2,10030013,1,0,0,0,0,223110101 +311002102,4,2,10040013,1,0,0,0,0,223110101 +311002102,5,2,10050013,1,0,0,0,0,223110101 +311002102,6,2,10060013,1,0,0,0,0,223110101 +311002102,7,2,10070013,1,0,0,0,0,223110101 +311002102,8,2,10080013,1,0,0,0,0,223110101 +311002102,9,2,10090013,1,0,0,0,0,223110101 +311002102,10,2,10010016,1,0,0,0,0,223110101 +311002102,11,2,10020015,1,0,0,0,0,223110101 +311002102,12,2,10030016,1,0,0,0,0,223110101 +311002102,13,2,10050015,1,0,0,0,0,223110101 +311002102,14,2,10060015,1,0,0,0,0,223110101 +311002102,15,2,10070017,1,0,0,0,0,223110101 +311002201,1,2,30090012,1,0,0,1,0,223111301 +311002202,1,2,30010007,1,0,0,0,0,223111301 +311002202,2,2,30020007,1,0,0,0,0,223111301 +311002202,3,2,30030007,1,0,0,0,0,223111301 +311002202,4,2,30040007,1,0,0,0,0,223111301 +311002202,5,2,30050007,1,0,0,0,0,223111301 +311002202,6,2,30060007,1,0,0,0,0,223111301 +311002202,7,2,30070007,1,0,0,0,0,223111301 +311002202,8,2,30080007,1,0,0,0,0,223111301 +311002202,9,2,30090007,1,0,0,0,0,223111301 +311002202,10,2,30100007,1,0,0,0,0,223111301 +311002202,11,2,30110007,1,0,0,0,0,223111301 +311002202,12,2,30120007,1,0,0,0,0,223111301 +311002202,13,2,30060009,1,0,0,0,0,223111301 +311002202,14,2,30080009,1,0,0,0,0,223111301 +311002202,15,2,30010010,1,0,0,0,0,223111301 +311002202,16,2,30100009,1,0,0,0,0,223111301 +311002202,17,2,30110010,1,0,0,0,0,223111301 +311002202,18,2,30120010,1,0,0,0,0,223111301 +311002301,1,2,40050011,1,0,0,1,0,223112401 +311002302,1,2,40010007,1,0,0,0,0,223112401 +311002302,2,2,40020007,1,0,0,0,0,223112401 +311002302,3,2,40030007,1,0,0,0,0,223112401 +311002302,4,2,40040007,1,0,0,0,0,223112401 +311002302,5,2,40050007,1,0,0,0,0,223112401 +311002302,6,2,40060007,1,0,0,0,0,223112401 +311002302,7,2,40070007,1,0,0,0,0,223112401 +311002302,8,2,40080007,1,0,0,0,0,223112401 +311002302,9,2,40090007,1,0,0,0,0,223112401 +311002302,10,2,40020009,1,0,0,0,0,223112401 +311002302,11,2,40090009,1,0,0,0,0,223112401 +311002302,12,2,40040009,1,0,0,0,0,223112401 +311002302,13,2,40050009,1,0,0,0,0,223112401 +311002302,14,2,40070010,1,0,0,0,0,223112401 +311002302,15,2,40080010,1,0,0,0,0,223112401 +311002302,16,2,40030012,1,0,0,0,0,223112401 +311002302,17,2,40060011,1,0,0,0,0,223112401 +311002401,1,2,30110013,1,0,0,1,0,223120601 +311002402,1,2,30010007,1,0,0,0,0,223120601 +311002402,2,2,30020007,1,0,0,0,0,223120601 +311002402,3,2,30030007,1,0,0,0,0,223120601 +311002402,4,2,30040007,1,0,0,0,0,223120601 +311002402,5,2,30050007,1,0,0,0,0,223120601 +311002402,6,2,30060007,1,0,0,0,0,223120601 +311002402,7,2,30070007,1,0,0,0,0,223120601 +311002402,8,2,30080007,1,0,0,0,0,223120601 +311002402,9,2,30090007,1,0,0,0,0,223120601 +311002402,10,2,30100007,1,0,0,0,0,223120601 +311002402,11,2,30110007,1,0,0,0,0,223120601 +311002402,12,2,30120007,1,0,0,0,0,223120601 +311002402,13,2,30060009,1,0,0,0,0,223120601 +311002402,14,2,30080009,1,0,0,0,0,223120601 +311002402,15,2,30010010,1,0,0,0,0,223120601 +311002402,16,2,30100009,1,0,0,0,0,223120601 +311002402,17,2,30110010,1,0,0,0,0,223120601 +311002402,18,2,30120010,1,0,0,0,0,223120601 +311002402,19,2,30050013,1,0,0,0,0,223120601 +311002402,20,2,30070013,1,0,0,0,0,223120601 +311002501,1,2,30060013,1,0,0,1,0,223121601 +311002502,1,2,30010007,1,0,0,0,0,223121601 +311002502,2,2,30020007,1,0,0,0,0,223121601 +311002502,3,2,30030007,1,0,0,0,0,223121601 +311002502,4,2,30040007,1,0,0,0,0,223121601 +311002502,5,2,30050007,1,0,0,0,0,223121601 +311002502,6,2,30060007,1,0,0,0,0,223121601 +311002502,7,2,30070007,1,0,0,0,0,223121601 +311002502,8,2,30080007,1,0,0,0,0,223121601 +311002502,9,2,30090007,1,0,0,0,0,223121601 +311002502,10,2,30100007,1,0,0,0,0,223121601 +311002502,11,2,30110007,1,0,0,0,0,223121601 +311002502,12,2,30120007,1,0,0,0,0,223121601 +311002502,13,2,30060009,1,0,0,0,0,223121601 +311002502,14,2,30080009,1,0,0,0,0,223121601 +311002502,15,2,30010010,1,0,0,0,0,223121601 +311002502,16,2,30100009,1,0,0,0,0,223121601 +311002502,17,2,30110010,1,0,0,0,0,223121601 +311002502,18,2,30120010,1,0,0,0,0,223121601 +311002502,19,2,30050013,1,0,0,0,0,223121601 +311002502,20,2,30070013,1,0,0,0,0,223121601 +311002601,1,2,40110002,1,0,0,1,0,223122801 +311002602,1,2,40010007,1,0,0,0,0,223122801 +311002602,2,2,40020007,1,0,0,0,0,223122801 +311002602,3,2,40030007,1,0,0,0,0,223122801 +311002602,4,2,40040007,1,0,0,0,0,223122801 +311002602,5,2,40050007,1,0,0,0,0,223122801 +311002602,6,2,40060007,1,0,0,0,0,223122801 +311002602,7,2,40070007,1,0,0,0,0,223122801 +311002602,8,2,40080007,1,0,0,0,0,223122801 +311002602,9,2,40090007,1,0,0,0,0,223122801 +311002602,10,2,40020009,1,0,0,0,0,223122801 +311002602,11,2,40090009,1,0,0,0,0,223122801 +311002602,12,2,40040009,1,0,0,0,0,223122801 +311002602,13,2,40050009,1,0,0,0,0,223122801 +311002602,14,2,40070010,1,0,0,0,0,223122801 +311002602,15,2,40080010,1,0,0,0,0,223122801 +311002602,16,2,40030012,1,0,0,0,0,223122801 +311002602,17,2,40060011,1,0,0,0,0,223122801 +311002701,1,2,20040016,1,0,0,1,0,224010103 +311002702,1,2,20010011,1,0,0,0,0,224010103 +311002702,2,2,20020011,1,0,0,0,0,224010103 +311002702,3,2,20030011,1,0,0,0,0,224010103 +311002702,4,2,20040011,1,0,0,0,0,224010103 +311002702,5,2,20050011,1,0,0,0,0,224010103 +311002702,6,2,20060011,1,0,0,0,0,224010103 +311002702,7,2,20070011,1,0,0,0,0,224010103 +311002702,8,2,20080011,1,0,0,0,0,224010103 +311002702,9,2,20090011,1,0,0,0,0,224010103 +311002702,10,2,20010014,1,0,0,0,0,224010103 +311002702,11,2,20020013,1,0,0,0,0,224010103 +311002702,12,2,20030013,1,0,0,0,0,224010103 +311002702,13,2,20040013,1,0,0,0,0,224010103 +311002702,14,2,20060015,1,0,0,0,0,224010103 +311002702,15,2,20080014,1,0,0,0,0,224010103 +311002702,16,2,20040015,1,0,0,0,0,224010103 +311002702,17,2,20070015,1,0,0,0,0,224010103 +311002801,1,2,10080017,1,0,0,1,0,224011702 +311002802,1,2,10010013,1,0,0,0,0,224011702 +311002802,2,2,10020013,1,0,0,0,0,224011702 +311002802,3,2,10030013,1,0,0,0,0,224011702 +311002802,4,2,10040013,1,0,0,0,0,224011702 +311002802,5,2,10050013,1,0,0,0,0,224011702 +311002802,6,2,10060013,1,0,0,0,0,224011702 +311002802,7,2,10070013,1,0,0,0,0,224011702 +311002802,8,2,10080013,1,0,0,0,0,224011702 +311002802,9,2,10090013,1,0,0,0,0,224011702 +311002802,10,2,10010016,1,0,0,0,0,224011702 +311002802,11,2,10020015,1,0,0,0,0,224011702 +311002802,12,2,10030016,1,0,0,0,0,224011702 +311002802,13,2,10050015,1,0,0,0,0,224011702 +311002802,14,2,10060015,1,0,0,0,0,224011702 +311002802,15,2,10070017,1,0,0,0,0,224011702 +311002802,16,2,10040019,1,0,0,0,0,224011702 +311002802,17,2,10090018,1,0,0,0,0,224011702 +311002901,1,2,40100002,1,0,0,1,0,224012002 +311002902,1,2,40010007,1,0,0,0,0,224012002 +311002902,2,2,40020007,1,0,0,0,0,224012002 +311002902,3,2,40030007,1,0,0,0,0,224012002 +311002902,4,2,40040007,1,0,0,0,0,224012002 +311002902,5,2,40050007,1,0,0,0,0,224012002 +311002902,6,2,40060007,1,0,0,0,0,224012002 +311002902,7,2,40070007,1,0,0,0,0,224012002 +311002902,8,2,40080007,1,0,0,0,0,224012002 +311002902,9,2,40090007,1,0,0,0,0,224012002 +311002902,10,2,40020009,1,0,0,0,0,224012002 +311002902,11,2,40090009,1,0,0,0,0,224012002 +311002902,12,2,40040009,1,0,0,0,0,224012002 +311002902,13,2,40050009,1,0,0,0,0,224012002 +311002902,14,2,40070010,1,0,0,0,0,224012002 +311002902,15,2,40080010,1,0,0,0,0,224012002 +311002902,16,2,40030012,1,0,0,0,0,224012002 +311002902,17,2,40060011,1,0,0,0,0,224012002 +311002902,18,2,40010014,1,0,0,0,0,224012002 +311002902,19,2,40020012,1,0,0,0,0,224012002 +311003001,1,2,30020014,1,0,0,1,0,224012302 +311003002,1,2,30010007,1,0,0,0,0,224012302 +311003002,2,2,30020007,1,0,0,0,0,224012302 +311003002,3,2,30030007,1,0,0,0,0,224012302 +311003002,4,2,30040007,1,0,0,0,0,224012302 +311003002,5,2,30050007,1,0,0,0,0,224012302 +311003002,6,2,30060007,1,0,0,0,0,224012302 +311003002,7,2,30070007,1,0,0,0,0,224012302 +311003002,8,2,30080007,1,0,0,0,0,224012302 +311003002,9,2,30090007,1,0,0,0,0,224012302 +311003002,10,2,30100007,1,0,0,0,0,224012302 +311003002,11,2,30110007,1,0,0,0,0,224012302 +311003002,12,2,30120007,1,0,0,0,0,224012302 +311003002,13,2,30060009,1,0,0,0,0,224012302 +311003002,14,2,30080009,1,0,0,0,0,224012302 +311003002,15,2,30010010,1,0,0,0,0,224012302 +311003002,16,2,30100009,1,0,0,0,0,224012302 +311003002,17,2,30110010,1,0,0,0,0,224012302 +311003002,18,2,30120010,1,0,0,0,0,224012302 +311003002,19,2,30050013,1,0,0,0,0,224012302 +311003002,20,2,30070013,1,0,0,0,0,224012302 +311003101,1,2,30080014,1,0,0,1,0,224020502 +311003102,1,2,30010007,1,0,0,0,0,224020502 +311003102,2,2,30020007,1,0,0,0,0,224020502 +311003102,3,2,30030007,1,0,0,0,0,224020502 +311003102,4,2,30040007,1,0,0,0,0,224020502 +311003102,5,2,30050007,1,0,0,0,0,224020502 +311003102,6,2,30060007,1,0,0,0,0,224020502 +311003102,7,2,30070007,1,0,0,0,0,224020502 +311003102,8,2,30080007,1,0,0,0,0,224020502 +311003102,9,2,30090007,1,0,0,0,0,224020502 +311003102,10,2,30100007,1,0,0,0,0,224020502 +311003102,11,2,30110007,1,0,0,0,0,224020502 +311003102,12,2,30120007,1,0,0,0,0,224020502 +311003102,13,2,30060009,1,0,0,0,0,224020502 +311003102,14,2,30080009,1,0,0,0,0,224020502 +311003102,15,2,30010010,1,0,0,0,0,224020502 +311003102,16,2,30100009,1,0,0,0,0,224020502 +311003102,17,2,30110010,1,0,0,0,0,224020502 +311003102,18,2,30120010,1,0,0,0,0,224020502 +311003102,19,2,30050013,1,0,0,0,0,224020502 +311003102,20,2,30070013,1,0,0,0,0,224020502 +311003201,1,2,20030016,1,0,0,1,0,224021004 +311003202,1,2,20010011,1,0,0,0,0,224021004 +311003202,2,2,20020011,1,0,0,0,0,224021004 +311003202,3,2,20030011,1,0,0,0,0,224021004 +311003202,4,2,20040011,1,0,0,0,0,224021004 +311003202,5,2,20050011,1,0,0,0,0,224021004 +311003202,6,2,20060011,1,0,0,0,0,224021004 +311003202,7,2,20070011,1,0,0,0,0,224021004 +311003202,8,2,20080011,1,0,0,0,0,224021004 +311003202,9,2,20090011,1,0,0,0,0,224021004 +311003202,10,2,20010014,1,0,0,0,0,224021004 +311003202,11,2,20020013,1,0,0,0,0,224021004 +311003202,12,2,20030013,1,0,0,0,0,224021004 +311003202,13,2,20040013,1,0,0,0,0,224021004 +311003202,14,2,20060015,1,0,0,0,0,224021004 +311003202,15,2,20080014,1,0,0,0,0,224021004 +311003202,16,2,20040015,1,0,0,0,0,224021004 +311003202,17,2,20070015,1,0,0,0,0,224021004 +311003202,18,2,20050017,1,0,0,0,0,224021004 +311003202,19,2,20090016,1,0,0,0,0,224021004 +311003301,1,2,30120014,1,0,0,1,0,224021502 +311003302,1,2,30010007,1,0,0,0,0,224021502 +311003302,2,2,30020007,1,0,0,0,0,224021502 +311003302,3,2,30030007,1,0,0,0,0,224021502 +311003302,4,2,30040007,1,0,0,0,0,224021502 +311003302,5,2,30050007,1,0,0,0,0,224021502 +311003302,6,2,30060007,1,0,0,0,0,224021502 +311003302,7,2,30070007,1,0,0,0,0,224021502 +311003302,8,2,30080007,1,0,0,0,0,224021502 +311003302,9,2,30090007,1,0,0,0,0,224021502 +311003302,10,2,30100007,1,0,0,0,0,224021502 +311003302,11,2,30110007,1,0,0,0,0,224021502 +311003302,12,2,30120007,1,0,0,0,0,224021502 +311003302,13,2,30060009,1,0,0,0,0,224021502 +311003302,14,2,30080009,1,0,0,0,0,224021502 +311003302,15,2,30010010,1,0,0,0,0,224021502 +311003302,16,2,30100009,1,0,0,0,0,224021502 +311003302,17,2,30110010,1,0,0,0,0,224021502 +311003302,18,2,30120010,1,0,0,0,0,224021502 +311003302,19,2,30050013,1,0,0,0,0,224021502 +311003302,20,2,30070013,1,0,0,0,0,224021502 +311003302,21,2,30030014,1,0,0,0,0,224021502 +311003302,22,2,30040014,1,0,0,0,0,224021502 +311003401,1,2,40030014,1,0,0,1,0,224022502 +311003402,1,2,40010007,1,0,0,0,0,224022502 +311003402,2,2,40020007,1,0,0,0,0,224022502 +311003402,3,2,40030007,1,0,0,0,0,224022502 +311003402,4,2,40040007,1,0,0,0,0,224022502 +311003402,5,2,40050007,1,0,0,0,0,224022502 +311003402,6,2,40060007,1,0,0,0,0,224022502 +311003402,7,2,40070007,1,0,0,0,0,224022502 +311003402,8,2,40080007,1,0,0,0,0,224022502 +311003402,9,2,40090007,1,0,0,0,0,224022502 +311003402,10,2,40020009,1,0,0,0,0,224022502 +311003402,11,2,40090009,1,0,0,0,0,224022502 +311003402,12,2,40040009,1,0,0,0,0,224022502 +311003402,13,2,40050009,1,0,0,0,0,224022502 +311003402,14,2,40070010,1,0,0,0,0,224022502 +311003402,15,2,40080010,1,0,0,0,0,224022502 +311003402,16,2,40030012,1,0,0,0,0,224022502 +311003402,17,2,40060011,1,0,0,0,0,224022502 +311003402,18,2,40010014,1,0,0,0,0,224022502 +311003402,19,2,40020012,1,0,0,0,0,224022502 +311003501,1,2,30010018,1,0,0,1,0,224030107 +311003502,1,2,30010007,1,0,0,0,0,224030107 +311003502,2,2,30020007,1,0,0,0,0,224030107 +311003502,3,2,30030007,1,0,0,0,0,224030107 +311003502,4,2,30040007,1,0,0,0,0,224030107 +311003502,5,2,30050007,1,0,0,0,0,224030107 +311003502,6,2,30060007,1,0,0,0,0,224030107 +311003502,7,2,30070007,1,0,0,0,0,224030107 +311003502,8,2,30080007,1,0,0,0,0,224030107 +311003502,9,2,30090007,1,0,0,0,0,224030107 +311003502,10,2,30100007,1,0,0,0,0,224030107 +311003502,11,2,30110007,1,0,0,0,0,224030107 +311003502,12,2,30120007,1,0,0,0,0,224030107 +311003502,13,2,30060009,1,0,0,0,0,224030107 +311003502,14,2,30080009,1,0,0,0,0,224030107 +311003502,15,2,30010010,1,0,0,0,0,224030107 +311003502,16,2,30100009,1,0,0,0,0,224030107 +311003502,17,2,30110010,1,0,0,0,0,224030107 +311003502,18,2,30120010,1,0,0,0,0,224030107 +311003502,19,2,30050013,1,0,0,0,0,224030107 +311003502,20,2,30070013,1,0,0,0,0,224030107 +311003502,21,2,30030014,1,0,0,0,0,224030107 +311003502,22,2,30040014,1,0,0,0,0,224030107 +311003601,1,2,20070016,1,0,0,1,0,224030402 +311003602,1,2,20010011,1,0,0,0,0,224030402 +311003602,2,2,20020011,1,0,0,0,0,224030402 +311003602,3,2,20030011,1,0,0,0,0,224030402 +311003602,4,2,20040011,1,0,0,0,0,224030402 +311003602,5,2,20050011,1,0,0,0,0,224030402 +311003602,6,2,20060011,1,0,0,0,0,224030402 +311003602,7,2,20070011,1,0,0,0,0,224030402 +311003602,8,2,20080011,1,0,0,0,0,224030402 +311003602,9,2,20090011,1,0,0,0,0,224030402 +311003602,10,2,20010014,1,0,0,0,0,224030402 +311003602,11,2,20020013,1,0,0,0,0,224030402 +311003602,12,2,20030013,1,0,0,0,0,224030402 +311003602,13,2,20040013,1,0,0,0,0,224030402 +311003602,14,2,20060015,1,0,0,0,0,224030402 +311003602,15,2,20080014,1,0,0,0,0,224030402 +311003602,16,2,20040015,1,0,0,0,0,224030402 +311003602,17,2,20070015,1,0,0,0,0,224030402 +311003602,18,2,20050017,1,0,0,0,0,224030402 +311003602,19,2,20090016,1,0,0,0,0,224030402 +311003602,20,2,20020016,1,0,0,0,0,224030402 +311003602,21,2,20060016,1,0,0,0,0,224030402 +311003701,1,2,10040020,1,0,0,1,0,224031502 +311003702,1,2,10010013,1,0,0,0,0,224031502 +311003702,2,2,10020013,1,0,0,0,0,224031502 +311003702,3,2,10030013,1,0,0,0,0,224031502 +311003702,4,2,10040013,1,0,0,0,0,224031502 +311003702,5,2,10050013,1,0,0,0,0,224031502 +311003702,6,2,10060013,1,0,0,0,0,224031502 +311003702,7,2,10070013,1,0,0,0,0,224031502 +311003702,8,2,10080013,1,0,0,0,0,224031502 +311003702,9,2,10090013,1,0,0,0,0,224031502 +311003702,10,2,10010016,1,0,0,0,0,224031502 +311003702,11,2,10020015,1,0,0,0,0,224031502 +311003702,12,2,10030016,1,0,0,0,0,224031502 +311003702,13,2,10050015,1,0,0,0,0,224031502 +311003702,14,2,10060015,1,0,0,0,0,224031502 +311003702,15,2,10070017,1,0,0,0,0,224031502 +311003702,16,2,10040019,1,0,0,0,0,224031502 +311003702,17,2,10090018,1,0,0,0,0,224031502 +311003702,18,2,10030018,1,0,0,0,0,224031502 +311003702,19,2,10060017,1,0,0,0,0,224031502 +411000101,1,2,10010013,1,0,0,0,0,223061103 +411000101,2,2,10040013,1,0,0,0,0,223061103 +411000101,3,2,10070013,1,0,0,0,0,223061103 +411000101,4,2,20010011,1,0,0,0,0,223061103 +411000101,5,2,20040011,1,0,0,0,0,223061103 +411000101,6,2,20070011,1,0,0,0,0,223061103 +411000101,7,2,30020007,1,0,0,0,0,223061103 +411000101,8,2,30050007,1,0,0,0,0,223061103 +411000101,9,2,30080007,1,0,0,0,0,223061103 +411000101,10,2,30110007,1,0,0,0,0,223061103 +411000101,11,2,40010007,1,0,0,0,0,223061103 +411000101,12,2,40040007,1,0,0,0,0,223061103 +411000101,13,2,40070007,1,0,0,0,0,223061103 +411000101,14,2,40020009,1,0,0,1,0,223061103 +411000101,15,2,40090009,1,0,0,1,0,223061103 +411000201,1,2,10030013,1,0,0,0,0,223061103 +411000201,2,2,10060013,1,0,0,0,0,223061103 +411000201,3,2,10090013,1,0,0,0,0,223061103 +411000201,4,2,20030011,1,0,0,0,0,223061103 +411000201,5,2,20060011,1,0,0,0,0,223061103 +411000201,6,2,20090011,1,0,0,0,0,223061103 +411000201,7,2,30030007,1,0,0,0,0,223061103 +411000201,8,2,30060007,1,0,0,0,0,223061103 +411000201,9,2,30090007,1,0,0,0,0,223061103 +411000201,10,2,30120007,1,0,0,0,0,223061103 +411000201,11,2,40030007,1,0,0,0,0,223061103 +411000201,12,2,40060007,1,0,0,0,0,223061103 +411000201,13,2,40090007,1,0,0,0,0,223061103 +411000201,14,2,20010014,1,0,0,1,0,223061103 +411000201,15,2,20020013,1,0,0,1,0,223061103 +411000301,1,2,10020013,1,0,0,0,0,223061103 +411000301,2,2,10050013,1,0,0,0,0,223061103 +411000301,3,2,10080013,1,0,0,0,0,223061103 +411000301,4,2,20020011,1,0,0,0,0,223061103 +411000301,5,2,20050011,1,0,0,0,0,223061103 +411000301,6,2,20080011,1,0,0,0,0,223061103 +411000301,7,2,30010007,1,0,0,0,0,223061103 +411000301,8,2,30040007,1,0,0,0,0,223061103 +411000301,9,2,30070007,1,0,0,0,0,223061103 +411000301,10,2,30100007,1,0,0,0,0,223061103 +411000301,11,2,40020007,1,0,0,0,0,223061103 +411000301,12,2,40050007,1,0,0,0,0,223061103 +411000301,13,2,40080007,1,0,0,0,0,223061103 +411000301,14,2,10010016,1,0,0,1,0,223061103 +411000301,15,2,10020015,1,0,0,1,0,223061103 +411000401,1,2,10010013,1,0,0,0,0,223062301 +411000401,2,2,10020013,1,0,0,0,0,223062301 +411000401,3,2,10030013,1,0,0,0,0,223062301 +411000401,4,2,10040013,1,0,0,0,0,223062301 +411000401,5,2,10050013,1,0,0,0,0,223062301 +411000401,6,2,10060013,1,0,0,0,0,223062301 +411000401,7,2,10070013,1,0,0,0,0,223062301 +411000401,8,2,10080013,1,0,0,0,0,223062301 +411000401,9,2,10090013,1,0,0,0,0,223062301 +411000401,10,2,20010011,1,0,0,0,0,223062301 +411000401,11,2,20020011,1,0,0,0,0,223062301 +411000401,12,2,20030011,1,0,0,0,0,223062301 +411000401,13,2,20040011,1,0,0,0,0,223062301 +411000401,14,2,20050011,1,0,0,0,0,223062301 +411000401,15,2,20060011,1,0,0,0,0,223062301 +411000401,16,2,20070011,1,0,0,0,0,223062301 +411000401,17,2,20080011,1,0,0,0,0,223062301 +411000401,18,2,20090011,1,0,0,0,0,223062301 +411000401,19,2,30010007,1,0,0,0,0,223062301 +411000401,20,2,30020007,1,0,0,0,0,223062301 +411000401,21,2,30030007,1,0,0,0,0,223062301 +411000401,22,2,30040007,1,0,0,0,0,223062301 +411000401,23,2,30050007,1,0,0,0,0,223062301 +411000401,24,2,30060007,1,0,0,0,0,223062301 +411000401,25,2,30070007,1,0,0,0,0,223062301 +411000401,26,2,30080007,1,0,0,0,0,223062301 +411000401,27,2,30090007,1,0,0,0,0,223062301 +411000401,28,2,30100007,1,0,0,0,0,223062301 +411000401,29,2,30110007,1,0,0,0,0,223062301 +411000401,30,2,30120007,1,0,0,0,0,223062301 +411000401,31,2,40010007,1,0,0,0,0,223062301 +411000401,32,2,40020007,1,0,0,0,0,223062301 +411000401,33,2,40030007,1,0,0,0,0,223062301 +411000401,34,2,40040007,1,0,0,0,0,223062301 +411000401,35,2,40050007,1,0,0,0,0,223062301 +411000401,36,2,40060007,1,0,0,0,0,223062301 +411000401,37,2,40070007,1,0,0,0,0,223062301 +411000401,38,2,40080007,1,0,0,0,0,223062301 +411000401,39,2,40090007,1,0,0,0,0,223062301 +411000401,40,2,40020009,1,0,0,0,0,223062301 +411000401,41,2,40090009,1,0,0,0,0,223062301 +411000401,42,2,10010016,1,0,0,1,0,223062301 +411000401,43,2,10020015,1,0,0,0,0,223062301 +411000401,44,2,20010014,1,0,0,1,0,223062301 +411000401,45,2,20020013,1,0,0,0,0,223062301 +411000501,1,2,30010012,1,0,0,1,0,223100301 +411000502,1,2,30010007,1,0,0,0,0,223100301 +411000502,2,2,30020007,1,0,0,0,0,223100301 +411000502,3,2,30030007,1,0,0,0,0,223100301 +411000502,4,2,30040007,1,0,0,0,0,223100301 +411000502,5,2,30050007,1,0,0,0,0,223100301 +411000502,6,2,30060007,1,0,0,0,0,223100301 +411000502,7,2,30070007,1,0,0,0,0,223100301 +411000502,8,2,30080007,1,0,0,0,0,223100301 +411000502,9,2,30090007,1,0,0,0,0,223100301 +411000502,10,2,30100007,1,0,0,0,0,223100301 +411000502,11,2,30110007,1,0,0,0,0,223100301 +411000502,12,2,30120007,1,0,0,0,0,223100301 +411000502,13,2,30060009,1,0,0,0,0,223100301 +411000502,14,2,30080009,1,0,0,0,0,223100301 +411000502,15,2,30010010,1,0,0,0,0,223100301 +411000502,16,2,30100009,1,0,0,0,0,223100301 +411000601,1,2,30020011,1,0,0,1,0,223101001 +411000602,1,2,30010007,1,0,0,0,0,223101001 +411000602,2,2,30020007,1,0,0,0,0,223101001 +411000602,3,2,30030007,1,0,0,0,0,223101001 +411000602,4,2,30040007,1,0,0,0,0,223101001 +411000602,5,2,30050007,1,0,0,0,0,223101001 +411000602,6,2,30060007,1,0,0,0,0,223101001 +411000602,7,2,30070007,1,0,0,0,0,223101001 +411000602,8,2,30080007,1,0,0,0,0,223101001 +411000602,9,2,30090007,1,0,0,0,0,223101001 +411000602,10,2,30100007,1,0,0,0,0,223101001 +411000602,11,2,30110007,1,0,0,0,0,223101001 +411000602,12,2,30120007,1,0,0,0,0,223101001 +411000602,13,2,30060009,1,0,0,0,0,223101001 +411000602,14,2,30080009,1,0,0,0,0,223101001 +411000602,15,2,30010010,1,0,0,0,0,223101001 +411000602,16,2,30100009,1,0,0,0,0,223101001 +411000701,1,2,30030012,1,0,0,1,0,223101701 +411000702,1,2,30010007,1,0,0,0,0,223101701 +411000702,2,2,30020007,1,0,0,0,0,223101701 +411000702,3,2,30030007,1,0,0,0,0,223101701 +411000702,4,2,30040007,1,0,0,0,0,223101701 +411000702,5,2,30050007,1,0,0,0,0,223101701 +411000702,6,2,30060007,1,0,0,0,0,223101701 +411000702,7,2,30070007,1,0,0,0,0,223101701 +411000702,8,2,30080007,1,0,0,0,0,223101701 +411000702,9,2,30090007,1,0,0,0,0,223101701 +411000702,10,2,30100007,1,0,0,0,0,223101701 +411000702,11,2,30110007,1,0,0,0,0,223101701 +411000702,12,2,30120007,1,0,0,0,0,223101701 +411000702,13,2,30060009,1,0,0,0,0,223101701 +411000702,14,2,30080009,1,0,0,0,0,223101701 +411000702,15,2,30010010,1,0,0,0,0,223101701 +411000702,16,2,30100009,1,0,0,0,0,223101701 +411000801,1,2,30040011,1,0,0,1,0,223102401 +411000802,1,2,30010007,1,0,0,0,0,223102401 +411000802,2,2,30020007,1,0,0,0,0,223102401 +411000802,3,2,30030007,1,0,0,0,0,223102401 +411000802,4,2,30040007,1,0,0,0,0,223102401 +411000802,5,2,30050007,1,0,0,0,0,223102401 +411000802,6,2,30060007,1,0,0,0,0,223102401 +411000802,7,2,30070007,1,0,0,0,0,223102401 +411000802,8,2,30080007,1,0,0,0,0,223102401 +411000802,9,2,30090007,1,0,0,0,0,223102401 +411000802,10,2,30100007,1,0,0,0,0,223102401 +411000802,11,2,30110007,1,0,0,0,0,223102401 +411000802,12,2,30120007,1,0,0,0,0,223102401 +411000802,13,2,30060009,1,0,0,0,0,223102401 +411000802,14,2,30080009,1,0,0,0,0,223102401 +411000802,15,2,30010010,1,0,0,0,0,223102401 +411000802,16,2,30100009,1,0,0,0,0,223102401 +411000901,1,2,30050012,1,0,0,1,0,223103101 +411000902,1,2,30010007,1,0,0,0,0,223103101 +411000902,2,2,30020007,1,0,0,0,0,223103101 +411000902,3,2,30030007,1,0,0,0,0,223103101 +411000902,4,2,30040007,1,0,0,0,0,223103101 +411000902,5,2,30050007,1,0,0,0,0,223103101 +411000902,6,2,30060007,1,0,0,0,0,223103101 +411000902,7,2,30070007,1,0,0,0,0,223103101 +411000902,8,2,30080007,1,0,0,0,0,223103101 +411000902,9,2,30090007,1,0,0,0,0,223103101 +411000902,10,2,30100007,1,0,0,0,0,223103101 +411000902,11,2,30110007,1,0,0,0,0,223103101 +411000902,12,2,30120007,1,0,0,0,0,223103101 +411000902,13,2,30060009,1,0,0,0,0,223103101 +411000902,14,2,30080009,1,0,0,0,0,223103101 +411000902,15,2,30010010,1,0,0,0,0,223103101 +411000902,16,2,30100009,1,0,0,0,0,223103101 +411001001,1,2,30060011,1,0,0,1,0,223110701 +411001002,1,2,30010007,1,0,0,0,0,223110701 +411001002,2,2,30020007,1,0,0,0,0,223110701 +411001002,3,2,30030007,1,0,0,0,0,223110701 +411001002,4,2,30040007,1,0,0,0,0,223110701 +411001002,5,2,30050007,1,0,0,0,0,223110701 +411001002,6,2,30060007,1,0,0,0,0,223110701 +411001002,7,2,30070007,1,0,0,0,0,223110701 +411001002,8,2,30080007,1,0,0,0,0,223110701 +411001002,9,2,30090007,1,0,0,0,0,223110701 +411001002,10,2,30100007,1,0,0,0,0,223110701 +411001002,11,2,30110007,1,0,0,0,0,223110701 +411001002,12,2,30120007,1,0,0,0,0,223110701 +411001002,13,2,30060009,1,0,0,0,0,223110701 +411001002,14,2,30080009,1,0,0,0,0,223110701 +411001002,15,2,30010010,1,0,0,0,0,223110701 +411001002,16,2,30100009,1,0,0,0,0,223110701 +411001101,1,2,30070014,1,0,0,1,0,223111401 +411001102,1,2,30010007,1,0,0,0,0,223111401 +411001102,2,2,30020007,1,0,0,0,0,223111401 +411001102,3,2,30030007,1,0,0,0,0,223111401 +411001102,4,2,30040007,1,0,0,0,0,223111401 +411001102,5,2,30050007,1,0,0,0,0,223111401 +411001102,6,2,30060007,1,0,0,0,0,223111401 +411001102,7,2,30070007,1,0,0,0,0,223111401 +411001102,8,2,30080007,1,0,0,0,0,223111401 +411001102,9,2,30090007,1,0,0,0,0,223111401 +411001102,10,2,30100007,1,0,0,0,0,223111401 +411001102,11,2,30110007,1,0,0,0,0,223111401 +411001102,12,2,30120007,1,0,0,0,0,223111401 +411001102,13,2,30060009,1,0,0,0,0,223111401 +411001102,14,2,30080009,1,0,0,0,0,223111401 +411001102,15,2,30010010,1,0,0,0,0,223111401 +411001102,16,2,30100009,1,0,0,0,0,223111401 +411001201,1,2,30080011,1,0,0,1,0,223112101 +411001202,1,2,30010007,1,0,0,0,0,223112101 +411001202,2,2,30020007,1,0,0,0,0,223112101 +411001202,3,2,30030007,1,0,0,0,0,223112101 +411001202,4,2,30040007,1,0,0,0,0,223112101 +411001202,5,2,30050007,1,0,0,0,0,223112101 +411001202,6,2,30060007,1,0,0,0,0,223112101 +411001202,7,2,30070007,1,0,0,0,0,223112101 +411001202,8,2,30080007,1,0,0,0,0,223112101 +411001202,9,2,30090007,1,0,0,0,0,223112101 +411001202,10,2,30100007,1,0,0,0,0,223112101 +411001202,11,2,30110007,1,0,0,0,0,223112101 +411001202,12,2,30120007,1,0,0,0,0,223112101 +411001202,13,2,30060009,1,0,0,0,0,223112101 +411001202,14,2,30080009,1,0,0,0,0,223112101 +411001202,15,2,30010010,1,0,0,0,0,223112101 +411001202,16,2,30100009,1,0,0,0,0,223112101 +411001301,1,2,30090013,1,0,0,1,0,223112801 +411001302,1,2,30010007,1,0,0,0,0,223112801 +411001302,2,2,30020007,1,0,0,0,0,223112801 +411001302,3,2,30030007,1,0,0,0,0,223112801 +411001302,4,2,30040007,1,0,0,0,0,223112801 +411001302,5,2,30050007,1,0,0,0,0,223112801 +411001302,6,2,30060007,1,0,0,0,0,223112801 +411001302,7,2,30070007,1,0,0,0,0,223112801 +411001302,8,2,30080007,1,0,0,0,0,223112801 +411001302,9,2,30090007,1,0,0,0,0,223112801 +411001302,10,2,30100007,1,0,0,0,0,223112801 +411001302,11,2,30110007,1,0,0,0,0,223112801 +411001302,12,2,30120007,1,0,0,0,0,223112801 +411001302,13,2,30060009,1,0,0,0,0,223112801 +411001302,14,2,30080009,1,0,0,0,0,223112801 +411001302,15,2,30010010,1,0,0,0,0,223112801 +411001302,16,2,30100009,1,0,0,0,0,223112801 +411001401,1,2,30100013,1,0,0,1,0,223120501 +411001402,1,2,30010007,1,0,0,0,0,223120501 +411001402,2,2,30020007,1,0,0,0,0,223120501 +411001402,3,2,30030007,1,0,0,0,0,223120501 +411001402,4,2,30040007,1,0,0,0,0,223120501 +411001402,5,2,30050007,1,0,0,0,0,223120501 +411001402,6,2,30060007,1,0,0,0,0,223120501 +411001402,7,2,30070007,1,0,0,0,0,223120501 +411001402,8,2,30080007,1,0,0,0,0,223120501 +411001402,9,2,30090007,1,0,0,0,0,223120501 +411001402,10,2,30100007,1,0,0,0,0,223120501 +411001402,11,2,30110007,1,0,0,0,0,223120501 +411001402,12,2,30120007,1,0,0,0,0,223120501 +411001402,13,2,30060009,1,0,0,0,0,223120501 +411001402,14,2,30080009,1,0,0,0,0,223120501 +411001402,15,2,30010010,1,0,0,0,0,223120501 +411001402,16,2,30100009,1,0,0,0,0,223120501 +411001501,1,2,30110014,1,0,0,1,0,223121201 +411001502,1,2,30010007,1,0,0,0,0,223121201 +411001502,2,2,30020007,1,0,0,0,0,223121201 +411001502,3,2,30030007,1,0,0,0,0,223121201 +411001502,4,2,30040007,1,0,0,0,0,223121201 +411001502,5,2,30050007,1,0,0,0,0,223121201 +411001502,6,2,30060007,1,0,0,0,0,223121201 +411001502,7,2,30070007,1,0,0,0,0,223121201 +411001502,8,2,30080007,1,0,0,0,0,223121201 +411001502,9,2,30090007,1,0,0,0,0,223121201 +411001502,10,2,30100007,1,0,0,0,0,223121201 +411001502,11,2,30110007,1,0,0,0,0,223121201 +411001502,12,2,30120007,1,0,0,0,0,223121201 +411001502,13,2,30060009,1,0,0,0,0,223121201 +411001502,14,2,30080009,1,0,0,0,0,223121201 +411001502,15,2,30010010,1,0,0,0,0,223121201 +411001502,16,2,30100009,1,0,0,0,0,223121201 +411001601,1,2,30120013,1,0,0,1,0,223121901 +411001602,1,2,30010007,1,0,0,0,0,223121901 +411001602,2,2,30020007,1,0,0,0,0,223121901 +411001602,3,2,30030007,1,0,0,0,0,223121901 +411001602,4,2,30040007,1,0,0,0,0,223121901 +411001602,5,2,30050007,1,0,0,0,0,223121901 +411001602,6,2,30060007,1,0,0,0,0,223121901 +411001602,7,2,30070007,1,0,0,0,0,223121901 +411001602,8,2,30080007,1,0,0,0,0,223121901 +411001602,9,2,30090007,1,0,0,0,0,223121901 +411001602,10,2,30100007,1,0,0,0,0,223121901 +411001602,11,2,30110007,1,0,0,0,0,223121901 +411001602,12,2,30120007,1,0,0,0,0,223121901 +411001602,13,2,30060009,1,0,0,0,0,223121901 +411001602,14,2,30080009,1,0,0,0,0,223121901 +411001602,15,2,30010010,1,0,0,0,0,223121901 +411001602,16,2,30100009,1,0,0,0,0,223121901 +411001701,1,2,10010013,1,0,0,0,0,223101501 +411001701,2,2,10020013,1,0,0,0,0,223101501 +411001701,3,2,10030013,1,0,0,0,0,223101501 +411001701,4,2,10040013,1,0,0,0,0,223101501 +411001701,5,2,10050013,1,0,0,0,0,223101501 +411001701,6,2,10060013,1,0,0,0,0,223101501 +411001701,7,2,10070013,1,0,0,0,0,223101501 +411001701,8,2,10080013,1,0,0,0,0,223101501 +411001701,9,2,10090013,1,0,0,0,0,223101501 +411001701,10,2,20010011,1,0,0,0,0,223101501 +411001701,11,2,20020011,1,0,0,0,0,223101501 +411001701,12,2,20030011,1,0,0,0,0,223101501 +411001701,13,2,20040011,1,0,0,0,0,223101501 +411001701,14,2,20050011,1,0,0,0,0,223101501 +411001701,15,2,20060011,1,0,0,0,0,223101501 +411001701,16,2,20070011,1,0,0,0,0,223101501 +411001701,17,2,20080011,1,0,0,0,0,223101501 +411001701,18,2,20090011,1,0,0,0,0,223101501 +411001701,19,2,30010007,1,0,0,0,0,223101501 +411001701,20,2,30020007,1,0,0,0,0,223101501 +411001701,21,2,30030007,1,0,0,0,0,223101501 +411001701,22,2,30040007,1,0,0,0,0,223101501 +411001701,23,2,30050007,1,0,0,0,0,223101501 +411001701,24,2,30060007,1,0,0,0,0,223101501 +411001701,25,2,30070007,1,0,0,0,0,223101501 +411001701,26,2,30080007,1,0,0,0,0,223101501 +411001701,27,2,30090007,1,0,0,0,0,223101501 +411001701,28,2,30100007,1,0,0,0,0,223101501 +411001701,29,2,30110007,1,0,0,0,0,223101501 +411001701,30,2,30120007,1,0,0,0,0,223101501 +411001701,31,2,40010007,1,0,0,0,0,223101501 +411001701,32,2,40020007,1,0,0,0,0,223101501 +411001701,33,2,40030007,1,0,0,0,0,223101501 +411001701,34,2,40040007,1,0,0,0,0,223101501 +411001701,35,2,40050007,1,0,0,0,0,223101501 +411001701,36,2,40060007,1,0,0,0,0,223101501 +411001701,37,2,40070007,1,0,0,0,0,223101501 +411001701,38,2,40080007,1,0,0,0,0,223101501 +411001701,39,2,40090007,1,0,0,0,0,223101501 +411001701,40,2,40020009,1,0,0,0,0,223101501 +411001701,41,2,40090009,1,0,0,0,0,223101501 +411001701,42,2,10010016,1,0,0,0,0,223101501 +411001701,43,2,10020015,1,0,0,0,0,223101501 +411001701,44,2,20010014,1,0,0,0,0,223101501 +411001701,45,2,20020013,1,0,0,0,0,223101501 +411001701,46,2,30060009,1,0,0,0,0,223101501 +411001701,47,2,30080009,1,0,0,0,0,223101501 +411001701,48,2,20030013,1,0,0,0,0,223101501 +411001701,49,2,20040013,1,0,0,0,0,223101501 +411001701,50,2,40040009,1,0,0,0,0,223101501 +411001701,51,2,40050009,1,0,0,0,0,223101501 +411001701,52,2,30010010,1,0,0,0,0,223101501 +411001701,53,2,30100009,1,0,0,0,0,223101501 +411001701,54,2,10030016,1,0,0,0,0,223101501 +411001701,55,2,10050015,1,0,0,0,0,223101501 +411001701,56,2,40070010,1,0,0,1,0,223101501 +411001701,57,2,40080010,1,0,0,1,0,223101501 +411001701,58,2,20060015,1,0,0,1,0,223101501 +411001701,59,2,20080014,1,0,0,1,0,223101501 +411001701,60,2,10060015,1,0,0,1,0,223101501 +411001701,61,2,10070017,1,0,0,1,0,223101501 +411001701,62,2,30120010,1,0,0,1,0,223101501 +411001701,63,2,30110010,1,0,0,1,0,223101501 +411001702,1,2,20050015,1,0,0,1,0,223101501 +411001702,2,2,30070011,1,0,0,1,0,223101501 +411001702,3,2,40030011,1,0,0,1,0,223101501 +411001901,1,2,10010013,1,0,0,0,0,223101502 +411001901,2,2,10020013,1,0,0,0,0,223101502 +411001901,3,2,10030013,1,0,0,0,0,223101502 +411001901,4,2,10040013,1,0,0,0,0,223101502 +411001901,5,2,10050013,1,0,0,0,0,223101502 +411001901,6,2,10060013,1,0,0,0,0,223101502 +411001901,7,2,10070013,1,0,0,0,0,223101502 +411001901,8,2,10080013,1,0,0,0,0,223101502 +411001901,9,2,10090013,1,0,0,0,0,223101502 +411001901,10,2,10010016,1,0,0,0,0,223101502 +411001901,11,2,10020015,1,0,0,0,0,223101502 +411001901,12,2,10030016,1,0,0,1,0,223101502 +411001901,13,2,10050015,1,0,0,1,0,223101502 +411001901,14,2,10060015,1,0,0,1,0,223101502 +411001901,15,2,10070017,1,0,0,1,0,223101502 +411002001,1,2,20010011,1,0,0,0,0,223101502 +411002001,2,2,20020011,1,0,0,0,0,223101502 +411002001,3,2,20030011,1,0,0,0,0,223101502 +411002001,4,2,20040011,1,0,0,0,0,223101502 +411002001,5,2,20050011,1,0,0,0,0,223101502 +411002001,6,2,20060011,1,0,0,0,0,223101502 +411002001,7,2,20070011,1,0,0,0,0,223101502 +411002001,8,2,20080011,1,0,0,0,0,223101502 +411002001,9,2,20090011,1,0,0,0,0,223101502 +411002001,10,2,20010014,1,0,0,0,0,223101502 +411002001,11,2,20020013,1,0,0,0,0,223101502 +411002001,12,2,20030013,1,0,0,1,0,223101502 +411002001,13,2,20040013,1,0,0,1,0,223101502 +411002001,14,2,20060015,1,0,0,1,0,223101502 +411002001,15,2,20080014,1,0,0,1,0,223101502 +411002002,1,2,20050015,1,0,0,0,0,223101502 +411002101,1,2,30010007,1,0,0,0,0,223101502 +411002101,2,2,30020007,1,0,0,0,0,223101502 +411002101,3,2,30030007,1,0,0,0,0,223101502 +411002101,4,2,30040007,1,0,0,0,0,223101502 +411002101,5,2,30050007,1,0,0,0,0,223101502 +411002101,6,2,30060007,1,0,0,0,0,223101502 +411002101,7,2,30070007,1,0,0,0,0,223101502 +411002101,8,2,30080007,1,0,0,0,0,223101502 +411002101,9,2,30090007,1,0,0,0,0,223101502 +411002101,10,2,30100007,1,0,0,0,0,223101502 +411002101,11,2,30110007,1,0,0,0,0,223101502 +411002101,12,2,30120007,1,0,0,0,0,223101502 +411002101,13,2,30060009,1,0,0,0,0,223101502 +411002101,14,2,30080009,1,0,0,0,0,223101502 +411002101,15,2,30010010,1,0,0,1,0,223101502 +411002101,16,2,30100009,1,0,0,1,0,223101502 +411002101,17,2,30120010,1,0,0,1,0,223101502 +411002101,18,2,30110010,1,0,0,1,0,223101502 +411002102,1,2,30070011,1,0,0,0,0,223101502 +411002201,1,2,40010007,1,0,0,0,0,223101502 +411002201,2,2,40020007,1,0,0,0,0,223101502 +411002201,3,2,40030007,1,0,0,0,0,223101502 +411002201,4,2,40040007,1,0,0,0,0,223101502 +411002201,5,2,40050007,1,0,0,0,0,223101502 +411002201,6,2,40060007,1,0,0,0,0,223101502 +411002201,7,2,40070007,1,0,0,0,0,223101502 +411002201,8,2,40080007,1,0,0,0,0,223101502 +411002201,9,2,40090007,1,0,0,0,0,223101502 +411002201,10,2,40020009,1,0,0,0,0,223101502 +411002201,11,2,40090009,1,0,0,0,0,223101502 +411002201,12,2,40040009,1,0,0,1,0,223101502 +411002201,13,2,40050009,1,0,0,1,0,223101502 +411002201,14,2,40070010,1,0,0,1,0,223101502 +411002201,15,2,40080010,1,0,0,1,0,223101502 +411002202,1,2,40030011,1,0,0,0,0,223101502 +411002301,1,2,30010007,1,0,0,1,0,223090603 +411002301,2,2,30020007,1,0,0,0,0,223090603 +411002301,3,2,30030007,1,0,0,0,0,223090603 +411002301,4,2,30040007,1,0,0,0,0,223090603 +411002301,5,2,30050007,1,0,0,0,0,223090603 +411002301,6,2,30060007,1,0,0,0,0,223090603 +411002301,7,2,30070007,1,0,0,0,0,223090603 +411002301,8,2,30080007,1,0,0,0,0,223090603 +411002301,9,2,30090007,1,0,0,0,0,223090603 +411002301,10,2,30100007,1,0,0,0,0,223090603 +411002301,11,2,30110007,1,0,0,0,0,223090603 +411002301,12,2,30120007,1,0,0,0,0,223090603 +411002301,13,2,30060009,1,0,0,1,0,223090603 +411002301,14,2,30080009,1,0,0,1,0,223090603 +411002401,1,2,10010013,1,0,0,0,0,223103111 +411002401,2,2,10020013,1,0,0,0,0,223103111 +411002401,3,2,10030013,1,0,0,0,0,223103111 +411002401,4,2,10040013,1,0,0,0,0,223103111 +411002401,5,2,10050013,1,0,0,0,0,223103111 +411002401,6,2,10060013,1,0,0,0,0,223103111 +411002401,7,2,10070013,1,0,0,0,0,223103111 +411002401,8,2,10080013,1,0,0,0,0,223103111 +411002401,9,2,10090013,1,0,0,0,0,223103111 +411002401,10,2,10010016,1,0,0,0,0,223103111 +411002401,11,2,10020015,1,0,0,0,0,223103111 +411002401,12,2,10030016,1,0,0,1,0,223103111 +411002401,13,2,10050015,1,0,0,1,0,223103111 +411002401,14,2,10060015,1,0,0,1,0,223103111 +411002401,15,2,10070017,1,0,0,1,0,223103111 +411002501,1,2,20010011,1,0,0,0,0,223111508 +411002501,2,2,20020011,1,0,0,0,0,223111508 +411002501,3,2,20030011,1,0,0,0,0,223111508 +411002501,4,2,20040011,1,0,0,0,0,223111508 +411002501,5,2,20050011,1,0,0,0,0,223111508 +411002501,6,2,20060011,1,0,0,0,0,223111508 +411002501,7,2,20070011,1,0,0,0,0,223111508 +411002501,8,2,20080011,1,0,0,0,0,223111508 +411002501,9,2,20090011,1,0,0,0,0,223111508 +411002501,10,2,20010014,1,0,0,0,0,223111508 +411002501,11,2,20020013,1,0,0,0,0,223111508 +411002501,12,2,20030013,1,0,0,0,0,223111508 +411002501,13,2,20040013,1,0,0,0,0,223111508 +411002501,14,2,20060015,1,0,0,1,0,223111508 +411002501,15,2,20080014,1,0,0,1,0,223111508 +411002501,16,2,20040015,1,0,0,1,0,223111508 +411002501,17,2,20070015,1,0,0,1,0,223111508 +411002601,1,2,10010013,1,0,0,0,0,223103112 +411002601,2,2,10020013,1,0,0,0,0,223103112 +411002601,3,2,10030013,1,0,0,0,0,223103112 +411002601,4,2,10040013,1,0,0,0,0,223103112 +411002601,5,2,10050013,1,0,0,0,0,223103112 +411002601,6,2,10060013,1,0,0,0,0,223103112 +411002601,7,2,10070013,1,0,0,0,0,223103112 +411002601,8,2,10080013,1,0,0,0,0,223103112 +411002601,9,2,10090013,1,0,0,0,0,223103112 +411002601,10,2,20010011,1,0,0,0,0,223103112 +411002601,11,2,20020011,1,0,0,0,0,223103112 +411002601,12,2,20030011,1,0,0,0,0,223103112 +411002601,13,2,20040011,1,0,0,0,0,223103112 +411002601,14,2,20050011,1,0,0,0,0,223103112 +411002601,15,2,20060011,1,0,0,0,0,223103112 +411002601,16,2,20070011,1,0,0,0,0,223103112 +411002601,17,2,20080011,1,0,0,0,0,223103112 +411002601,18,2,20090011,1,0,0,0,0,223103112 +411002601,19,2,30010007,1,0,0,0,0,223103112 +411002601,20,2,30020007,1,0,0,0,0,223103112 +411002601,21,2,30030007,1,0,0,0,0,223103112 +411002601,22,2,30040007,1,0,0,0,0,223103112 +411002601,23,2,30050007,1,0,0,0,0,223103112 +411002601,24,2,30060007,1,0,0,0,0,223103112 +411002601,25,2,30070007,1,0,0,0,0,223103112 +411002601,26,2,30080007,1,0,0,0,0,223103112 +411002601,27,2,30090007,1,0,0,0,0,223103112 +411002601,28,2,30100007,1,0,0,0,0,223103112 +411002601,29,2,30110007,1,0,0,0,0,223103112 +411002601,30,2,30120007,1,0,0,0,0,223103112 +411002601,31,2,40010007,1,0,0,0,0,223103112 +411002601,32,2,40020007,1,0,0,0,0,223103112 +411002601,33,2,40030007,1,0,0,0,0,223103112 +411002601,34,2,40040007,1,0,0,0,0,223103112 +411002601,35,2,40050007,1,0,0,0,0,223103112 +411002601,36,2,40060007,1,0,0,0,0,223103112 +411002601,37,2,40070007,1,0,0,0,0,223103112 +411002601,38,2,40080007,1,0,0,0,0,223103112 +411002601,39,2,40090007,1,0,0,0,0,223103112 +411002601,40,2,40020009,1,0,0,0,0,223103112 +411002601,41,2,40090009,1,0,0,0,0,223103112 +411002601,42,2,10010016,1,0,0,0,0,223103112 +411002601,43,2,10020015,1,0,0,0,0,223103112 +411002601,44,2,20010014,1,0,0,0,0,223103112 +411002601,45,2,20020013,1,0,0,0,0,223103112 +411002601,46,2,30060009,1,0,0,0,0,223103112 +411002601,47,2,30080009,1,0,0,0,0,223103112 +411002601,48,2,20030013,1,0,0,0,0,223103112 +411002601,49,2,20040013,1,0,0,1,0,223103112 +411002601,50,2,40040009,1,0,0,1,0,223103112 +411002601,51,2,40050009,1,0,0,0,0,223103112 +411002601,52,2,30010010,1,0,0,0,0,223103112 +411002601,53,2,30100009,1,0,0,1,0,223103112 +411002601,54,2,10030016,1,0,0,1,0,223103112 +411002601,55,2,10050015,1,0,0,0,0,223103112 +411002601,56,2,40070010,1,0,0,1,0,223103112 +411002601,57,2,40080010,1,0,0,0,0,223103112 +411002601,58,2,20060015,1,0,0,1,0,223103112 +411002601,59,2,20080014,1,0,0,0,0,223103112 +411002601,60,2,10060015,1,0,0,1,0,223103112 +411002601,61,2,10070017,1,0,0,0,0,223103112 +411002601,62,2,30110010,1,0,0,1,0,223103112 +411002601,63,2,30120010,1,0,0,0,0,223103112 +411002701,1,2,20010011,1,0,0,0,0,223121402 +411002701,2,2,20020011,1,0,0,0,0,223121402 +411002701,3,2,20030011,1,0,0,0,0,223121402 +411002701,4,2,20040011,1,0,0,0,0,223121402 +411002701,5,2,20050011,1,0,0,0,0,223121402 +411002701,6,2,20060011,1,0,0,0,0,223121402 +411002701,7,2,20070011,1,0,0,0,0,223121402 +411002701,8,2,20080011,1,0,0,0,0,223121402 +411002701,9,2,20090011,1,0,0,0,0,223121402 +411002701,10,2,20010014,1,0,0,0,0,223121402 +411002701,11,2,20020013,1,0,0,0,0,223121402 +411002701,12,2,20030013,1,0,0,0,0,223121402 +411002701,13,2,20040013,1,0,0,0,0,223121402 +411002701,14,2,20060015,1,0,0,0,0,223121402 +411002701,15,2,20080014,1,0,0,0,0,223121402 +411002701,16,2,20040015,1,0,0,0,0,223121402 +411002701,17,2,20070015,1,0,0,0,0,223121402 +411002702,1,2,60010001,1,0,0,1,0,223121402 +411002702,2,2,60020001,1,0,0,1,0,223121402 +411002702,3,2,60030001,1,0,0,1,0,223121402 +411002702,4,2,60040001,1,0,0,1,0,223121402 +411002702,5,2,60050001,1,0,0,1,0,223121402 +411002702,6,2,60060001,1,0,0,1,0,223121402 +411002702,7,2,60070001,1,0,0,1,0,223121402 +411002702,8,2,60080001,1,0,0,1,0,223121402 +411002702,9,2,60090001,1,0,0,1,0,223121402 +411002801,1,2,10050013,1,0,0,0,0,223111702 +411002801,2,2,10060013,1,0,0,0,0,223111702 +411002801,3,2,10080013,1,0,0,0,0,223111702 +411002801,4,2,20060011,1,0,0,0,0,223111702 +411002801,5,2,20070011,1,0,0,0,0,223111702 +411002801,6,2,20090011,1,0,0,0,0,223111702 +411002801,7,2,30020007,1,0,0,0,0,223111702 +411002801,8,2,30030007,1,0,0,0,0,223111702 +411002801,9,2,30090007,1,0,0,0,0,223111702 +411002801,10,2,30100007,1,0,0,0,0,223111702 +411002801,11,2,40060007,1,0,0,0,0,223111702 +411002801,12,2,40070007,1,0,0,0,0,223111702 +411002801,13,2,40080007,1,0,0,0,0,223111702 +411002801,14,2,40090007,1,0,0,0,0,223111702 +411002801,15,2,40090009,1,0,0,0,0,223111702 +411002801,16,2,30100009,1,0,0,1,0,223111702 +411002801,17,2,10050015,1,0,0,0,0,223111702 +411002801,18,2,40070010,1,0,0,0,0,223111702 +411002801,19,2,40080010,1,0,0,0,0,223111702 +411002801,20,2,20060015,1,0,0,0,0,223111702 +411002801,21,2,10060015,1,0,0,1,0,223111702 +411002801,22,2,20070015,1,0,0,1,0,223111702 +411002801,23,2,40060011,1,0,0,1,0,223111702 +411002901,1,2,10010013,1,0,0,0,0,223112404 +411002901,2,2,10030013,1,0,0,0,0,223112404 +411002901,3,2,10040013,1,0,0,0,0,223112404 +411002901,4,2,20010011,1,0,0,0,0,223112404 +411002901,5,2,20020011,1,0,0,0,0,223112404 +411002901,6,2,20050011,1,0,0,0,0,223112404 +411002901,7,2,30010007,1,0,0,0,0,223112404 +411002901,8,2,30050007,1,0,0,0,0,223112404 +411002901,9,2,30070007,1,0,0,0,0,223112404 +411002901,10,2,30120007,1,0,0,0,0,223112404 +411002901,11,2,40010007,1,0,0,0,0,223112404 +411002901,12,2,40020007,1,0,0,0,0,223112404 +411002901,13,2,40030007,1,0,0,0,0,223112404 +411002901,14,2,40040007,1,0,0,0,0,223112404 +411002901,15,2,40050007,1,0,0,0,0,223112404 +411002901,16,2,40020009,1,0,0,0,0,223112404 +411002901,17,2,10010016,1,0,0,0,0,223112404 +411002901,18,2,20010014,1,0,0,0,0,223112404 +411002901,19,2,20020013,1,0,0,1,0,223112404 +411002901,20,2,40040009,1,0,0,0,0,223112404 +411002901,21,2,40050009,1,0,0,0,0,223112404 +411002901,22,2,30010010,1,0,0,0,0,223112404 +411002901,23,2,10030016,1,0,0,1,0,223112404 +411002901,24,2,30120010,1,0,0,1,0,223112404 +411002901,25,2,40030012,1,0,0,1,0,223112404 +411003001,1,2,10020013,1,0,0,0,0,223120103 +411003001,2,2,10070013,1,0,0,0,0,223120103 +411003001,3,2,10090013,1,0,0,0,0,223120103 +411003001,4,2,20030011,1,0,0,0,0,223120103 +411003001,5,2,20040011,1,0,0,0,0,223120103 +411003001,6,2,20080011,1,0,0,0,0,223120103 +411003001,7,2,30040007,1,0,0,0,0,223120103 +411003001,8,2,30060007,1,0,0,0,0,223120103 +411003001,9,2,30080007,1,0,0,0,0,223120103 +411003001,10,2,30110007,1,0,0,0,0,223120103 +411003001,11,2,10020015,1,0,0,0,0,223120103 +411003001,12,2,30060009,1,0,0,0,0,223120103 +411003001,13,2,30080009,1,0,0,0,0,223120103 +411003001,14,2,20030013,1,0,0,0,0,223120103 +411003001,15,2,20040013,1,0,0,0,0,223120103 +411003001,16,2,20080014,1,0,0,0,0,223120103 +411003001,17,2,10070017,1,0,0,1,0,223120103 +411003001,18,2,30110010,1,0,0,1,0,223120103 +411003001,19,2,20040015,1,0,0,1,0,223120103 +411003101,1,2,20010011,1,0,0,0,0,223120907 +411003101,2,2,20020011,1,0,0,0,0,223120907 +411003101,3,2,20030011,1,0,0,0,0,223120907 +411003101,4,2,20040011,1,0,0,0,0,223120907 +411003101,5,2,20050011,1,0,0,0,0,223120907 +411003101,6,2,20060011,1,0,0,0,0,223120907 +411003101,7,2,20070011,1,0,0,0,0,223120907 +411003101,8,2,20080011,1,0,0,0,0,223120907 +411003101,9,2,20090011,1,0,0,0,0,223120907 +411003101,10,2,20010014,1,0,0,0,0,223120907 +411003101,11,2,20020013,1,0,0,0,0,223120907 +411003101,12,2,20030013,1,0,0,0,0,223120907 +411003101,13,2,20040013,1,0,0,0,0,223120907 +411003101,14,2,20060015,1,0,0,1,0,223120907 +411003101,15,2,20080014,1,0,0,1,0,223120907 +411003101,16,2,20040015,1,0,0,1,0,223120907 +411003101,17,2,20070015,1,0,0,1,0,223120907 +411003201,1,2,30010007,1,0,0,0,0,223120908 +411003201,2,2,30020007,1,0,0,0,0,223120908 +411003201,3,2,30030007,1,0,0,0,0,223120908 +411003201,4,2,30040007,1,0,0,0,0,223120908 +411003201,5,2,30050007,1,0,0,0,0,223120908 +411003201,6,2,30060007,1,0,0,0,0,223120908 +411003201,7,2,30070007,1,0,0,0,0,223120908 +411003201,8,2,30080007,1,0,0,0,0,223120908 +411003201,9,2,30090007,1,0,0,0,0,223120908 +411003201,10,2,30100007,1,0,0,0,0,223120908 +411003201,11,2,30110007,1,0,0,0,0,223120908 +411003201,12,2,30120007,1,0,0,0,0,223120908 +411003201,13,2,30060009,1,0,0,0,0,223120908 +411003201,14,2,30080009,1,0,0,0,0,223120908 +411003201,15,2,30010010,1,0,0,0,0,223120908 +411003201,16,2,30100009,1,0,0,0,0,223120908 +411003201,17,2,30110010,1,0,0,1,0,223120908 +411003201,18,2,30120010,1,0,0,1,0,223120908 +411003201,19,2,30050013,1,0,0,1,0,223120908 +411003201,20,2,30070013,1,0,0,1,0,223120908 +411003301,1,2,40010007,1,0,0,0,0,223120909 +411003301,2,2,40020007,1,0,0,0,0,223120909 +411003301,3,2,40030007,1,0,0,0,0,223120909 +411003301,4,2,40040007,1,0,0,0,0,223120909 +411003301,5,2,40050007,1,0,0,0,0,223120909 +411003301,6,2,40060007,1,0,0,0,0,223120909 +411003301,7,2,40070007,1,0,0,0,0,223120909 +411003301,8,2,40080007,1,0,0,0,0,223120909 +411003301,9,2,40090007,1,0,0,0,0,223120909 +411003301,10,2,40020009,1,0,0,0,0,223120909 +411003301,11,2,40090009,1,0,0,0,0,223120909 +411003301,12,2,40040009,1,0,0,0,0,223120909 +411003301,13,2,40050009,1,0,0,0,0,223120909 +411003301,14,2,40070010,1,0,0,1,0,223120909 +411003301,15,2,40080010,1,0,0,1,0,223120909 +411003301,16,2,40030012,1,0,0,1,0,223120909 +411003301,17,2,40060011,1,0,0,1,0,223120909 +411003401,1,2,10010013,1,0,0,0,0,223122604 +411003401,2,2,10020013,1,0,0,0,0,223122604 +411003401,3,2,10030013,1,0,0,0,0,223122604 +411003401,4,2,10040013,1,0,0,0,0,223122604 +411003401,5,2,10050013,1,0,0,0,0,223122604 +411003401,6,2,10060013,1,0,0,0,0,223122604 +411003401,7,2,10070013,1,0,0,0,0,223122604 +411003401,8,2,10080013,1,0,0,0,0,223122604 +411003401,9,2,10090013,1,0,0,0,0,223122604 +411003401,10,2,20010011,1,0,0,0,0,223122604 +411003401,11,2,20020011,1,0,0,0,0,223122604 +411003401,12,2,20030011,1,0,0,0,0,223122604 +411003401,13,2,20040011,1,0,0,0,0,223122604 +411003401,14,2,20050011,1,0,0,0,0,223122604 +411003401,15,2,20060011,1,0,0,0,0,223122604 +411003401,16,2,20070011,1,0,0,0,0,223122604 +411003401,17,2,20080011,1,0,0,0,0,223122604 +411003401,18,2,20090011,1,0,0,0,0,223122604 +411003401,19,2,30010007,1,0,0,0,0,223122604 +411003401,20,2,30020007,1,0,0,0,0,223122604 +411003401,21,2,30030007,1,0,0,0,0,223122604 +411003401,22,2,30040007,1,0,0,0,0,223122604 +411003401,23,2,30050007,1,0,0,0,0,223122604 +411003401,24,2,30060007,1,0,0,0,0,223122604 +411003401,25,2,30070007,1,0,0,0,0,223122604 +411003401,26,2,30080007,1,0,0,0,0,223122604 +411003401,27,2,30090007,1,0,0,0,0,223122604 +411003401,28,2,30100007,1,0,0,0,0,223122604 +411003401,29,2,30110007,1,0,0,0,0,223122604 +411003401,30,2,30120007,1,0,0,0,0,223122604 +411003401,31,2,40010007,1,0,0,0,0,223122604 +411003401,32,2,40020007,1,0,0,0,0,223122604 +411003401,33,2,40030007,1,0,0,0,0,223122604 +411003401,34,2,40040007,1,0,0,0,0,223122604 +411003401,35,2,40050007,1,0,0,0,0,223122604 +411003401,36,2,40060007,1,0,0,0,0,223122604 +411003401,37,2,40070007,1,0,0,0,0,223122604 +411003401,38,2,40080007,1,0,0,0,0,223122604 +411003401,39,2,40090007,1,0,0,0,0,223122604 +411003401,40,2,40020009,1,0,0,0,0,223122604 +411003401,41,2,40090009,1,0,0,0,0,223122604 +411003401,42,2,10010016,1,0,0,0,0,223122604 +411003401,43,2,10020015,1,0,0,0,0,223122604 +411003401,44,2,20010014,1,0,0,0,0,223122604 +411003401,45,2,20020013,1,0,0,0,0,223122604 +411003401,46,2,30060009,1,0,0,0,0,223122604 +411003401,47,2,30080009,1,0,0,0,0,223122604 +411003401,48,2,20030013,1,0,0,0,0,223122604 +411003401,49,2,20040013,1,0,0,0,0,223122604 +411003401,50,2,40040009,1,0,0,0,0,223122604 +411003401,51,2,40050009,1,0,0,0,0,223122604 +411003401,52,2,30010010,1,0,0,0,0,223122604 +411003401,53,2,30100009,1,0,0,0,0,223122604 +411003401,54,2,10030016,1,0,0,0,0,223122604 +411003401,55,2,10050015,1,0,0,0,0,223122604 +411003401,56,2,40070010,1,0,0,0,0,223122604 +411003401,57,2,40080010,1,0,0,0,0,223122604 +411003401,58,2,20060015,1,0,0,0,0,223122604 +411003401,59,2,20080014,1,0,0,0,0,223122604 +411003401,60,2,10060015,1,0,0,0,0,223122604 +411003401,61,2,10070017,1,0,0,0,0,223122604 +411003401,62,2,30110010,1,0,0,0,0,223122604 +411003401,63,2,30120010,1,0,0,0,0,223122604 +411003401,64,2,20040015,1,0,0,0,0,223122604 +411003401,65,2,20070015,1,0,0,1,0,223122604 +411003401,66,2,40030012,1,0,0,1,0,223122604 +411003401,67,2,40060011,1,0,0,0,0,223122604 +411003401,68,2,30050013,1,0,0,0,0,223122604 +411003401,69,2,30070013,1,0,0,1,0,223122604 +411003401,70,2,10040019,1,0,0,1,0,223122604 +411003401,71,2,10090018,1,0,0,0,0,223122604 +411003601,1,2,10010013,1,0,0,0,0,224010105 +411003601,2,2,10020013,1,0,0,0,0,224010105 +411003601,3,2,10030013,1,0,0,0,0,224010105 +411003601,4,2,10040013,1,0,0,0,0,224010105 +411003601,5,2,10050013,1,0,0,0,0,224010105 +411003601,6,2,10060013,1,0,0,0,0,224010105 +411003601,7,2,10070013,1,0,0,0,0,224010105 +411003601,8,2,10080013,1,0,0,0,0,224010105 +411003601,9,2,10090013,1,0,0,0,0,224010105 +411003601,10,2,20010011,1,0,0,0,0,224010105 +411003601,11,2,20020011,1,0,0,0,0,224010105 +411003601,12,2,20030011,1,0,0,0,0,224010105 +411003601,13,2,20040011,1,0,0,0,0,224010105 +411003601,14,2,20050011,1,0,0,0,0,224010105 +411003601,15,2,20060011,1,0,0,0,0,224010105 +411003601,16,2,20070011,1,0,0,0,0,224010105 +411003601,17,2,20080011,1,0,0,0,0,224010105 +411003601,18,2,20090011,1,0,0,0,0,224010105 +411003601,19,2,30010007,1,0,0,0,0,224010105 +411003601,20,2,30020007,1,0,0,0,0,224010105 +411003601,21,2,30030007,1,0,0,0,0,224010105 +411003601,22,2,30040007,1,0,0,0,0,224010105 +411003601,23,2,30050007,1,0,0,0,0,224010105 +411003601,24,2,30060007,1,0,0,0,0,224010105 +411003601,25,2,30070007,1,0,0,0,0,224010105 +411003601,26,2,30080007,1,0,0,0,0,224010105 +411003601,27,2,30090007,1,0,0,0,0,224010105 +411003601,28,2,30100007,1,0,0,0,0,224010105 +411003601,29,2,30110007,1,0,0,0,0,224010105 +411003601,30,2,30120007,1,0,0,0,0,224010105 +411003601,31,2,40010007,1,0,0,0,0,224010105 +411003601,32,2,40020007,1,0,0,0,0,224010105 +411003601,33,2,40030007,1,0,0,0,0,224010105 +411003601,34,2,40040007,1,0,0,0,0,224010105 +411003601,35,2,40050007,1,0,0,0,0,224010105 +411003601,36,2,40060007,1,0,0,0,0,224010105 +411003601,37,2,40070007,1,0,0,0,0,224010105 +411003601,38,2,40080007,1,0,0,0,0,224010105 +411003601,39,2,40090007,1,0,0,0,0,224010105 +411003601,40,2,40020009,1,0,0,0,0,224010105 +411003601,41,2,40090009,1,0,0,0,0,224010105 +411003601,42,2,10010016,1,0,0,0,0,224010105 +411003601,43,2,10020015,1,0,0,0,0,224010105 +411003601,44,2,20010014,1,0,0,0,0,224010105 +411003601,45,2,20020013,1,0,0,0,0,224010105 +411003601,46,2,40010010,1,0,0,0,0,224010105 +411003601,47,2,30050009,1,0,0,0,0,224010105 +411003601,48,2,30060009,1,0,0,0,0,224010105 +411003601,49,2,30080009,1,0,0,0,0,224010105 +411003601,50,2,20030013,1,0,0,0,0,224010105 +411003601,51,2,20040013,1,0,0,0,0,224010105 +411003601,52,2,10070015,1,0,0,0,0,224010105 +411003601,53,2,20080013,1,0,0,0,0,224010105 +411003601,54,2,40080009,1,0,0,0,0,224010105 +411003601,55,2,30040009,1,0,0,0,0,224010105 +411003601,56,2,40040009,1,0,0,0,0,224010105 +411003601,57,2,40050009,1,0,0,0,0,224010105 +411003601,58,2,30010010,1,0,0,0,0,224010105 +411003601,59,2,30100009,1,0,0,0,0,224010105 +411003601,60,2,20060014,1,0,0,0,0,224010105 +411003601,61,2,40020010,1,0,0,0,0,224010105 +411003601,62,2,10090016,1,0,0,0,0,224010105 +411003601,63,2,10030016,1,0,0,0,0,224010105 +411003601,64,2,10050015,1,0,0,0,0,224010105 +411003601,65,2,40070010,1,0,0,0,0,224010105 +411003601,66,2,40080010,1,0,0,0,0,224010105 +411003601,67,2,20010015,1,0,0,0,0,224010105 +411003601,68,2,10010017,1,0,0,0,0,224010105 +411003601,69,2,40090010,1,0,0,0,0,224010105 +411003601,70,2,30070009,1,0,0,0,0,224010105 +411003601,71,2,20060015,1,0,0,0,0,224010105 +411003601,72,2,20080014,1,0,0,0,0,224010105 +411003601,73,2,10060015,1,0,0,0,0,224010105 +411003601,74,2,10070017,1,0,0,0,0,224010105 +411003601,75,2,10030017,1,0,0,0,0,224010105 +411003601,76,2,20020014,1,0,0,0,0,224010105 +411003601,77,2,20090014,1,0,0,1,0,224010105 +411003601,78,2,40040010,1,0,0,0,0,224010105 +411003601,79,2,30110010,1,0,0,0,0,224010105 +411003601,80,2,30120010,1,0,0,0,0,224010105 +411003601,81,2,20040015,1,0,0,0,0,224010105 +411003601,82,2,20070015,1,0,0,0,0,224010105 +411003601,83,2,30100010,1,0,0,0,0,224010105 +411003601,84,2,10020017,1,0,0,0,0,224010105 +411003601,85,2,40070011,1,0,0,0,0,224010105 +411003601,86,2,40030012,1,0,0,0,0,224010105 +411003601,87,2,40060011,1,0,0,0,0,224010105 +411003601,88,2,30050013,1,0,0,0,0,224010105 +411003601,89,2,30070013,1,0,0,0,0,224010105 +411003601,90,2,10050016,1,0,0,1,0,224010105 +411003601,91,2,30090012,1,0,0,1,0,224010105 +411003601,92,2,40050011,1,0,0,1,0,224010105 +411003601,93,2,10040019,1,0,0,0,0,224010105 +411003601,94,2,10090018,1,0,0,0,0,224010105 +411003601,95,2,40010014,1,0,0,0,0,224010105 +411003601,96,2,40020012,1,0,0,0,0,224010105 +411003601,97,2,30110013,1,0,0,0,0,224010105 +411003601,98,2,30060013,1,0,0,0,0,224010105 +411003801,1,2,30010012,1,0,0,1,0,224011304 +411003801,2,2,30020011,1,0,0,1,0,224011304 +411003801,3,2,30030012,1,0,0,1,0,224011304 +411003801,4,2,30040011,1,0,0,1,0,224011304 +411003801,5,2,30050012,1,0,0,1,0,224011304 +411003801,6,2,30060011,1,0,0,1,0,224011304 +411003801,7,2,30070014,1,0,0,1,0,224011304 +411003801,8,2,30080011,1,0,0,1,0,224011304 +411003801,9,2,30090013,1,0,0,1,0,224011304 +411003801,10,2,30100013,1,0,0,1,0,224011304 +411003801,11,2,30110014,1,0,0,1,0,224011304 +411003801,12,2,30120013,1,0,0,1,0,224011304 +411003901,1,2,10010013,1,0,0,0,0,224030109 +411003901,2,2,10020013,1,0,0,0,0,224030109 +411003901,3,2,10030013,1,0,0,0,0,224030109 +411003901,4,2,10040013,1,0,0,0,0,224030109 +411003901,5,2,10050013,1,0,0,0,0,224030109 +411003901,6,2,10060013,1,0,0,0,0,224030109 +411003901,7,2,10070013,1,0,0,0,0,224030109 +411003901,8,2,10080013,1,0,0,0,0,224030109 +411003901,9,2,10090013,1,0,0,0,0,224030109 +411003901,10,2,10010016,1,0,0,1,0,224030109 +411003901,11,2,10020015,1,0,0,0,0,224030109 +411003901,12,2,10030016,1,0,0,0,0,224030109 +411003901,13,2,10050015,1,0,0,0,0,224030109 +411003901,14,2,10060015,1,0,0,0,0,224030109 +411003901,15,2,10070017,1,0,0,0,0,224030109 +411003901,16,2,10040019,1,0,0,1,0,224030109 +411003901,17,2,10090018,1,0,0,1,0,224030109 +411003901,18,2,10030018,1,0,0,1,0,224030109 +411003901,19,2,10060017,1,0,0,1,0,224030109 +411004001,1,2,20010011,1,0,0,0,0,224030109 +411004001,2,2,20020011,1,0,0,0,0,224030109 +411004001,3,2,20030011,1,0,0,0,0,224030109 +411004001,4,2,20040011,1,0,0,0,0,224030109 +411004001,5,2,20050011,1,0,0,0,0,224030109 +411004001,6,2,20060011,1,0,0,0,0,224030109 +411004001,7,2,20070011,1,0,0,0,0,224030109 +411004001,8,2,20080011,1,0,0,0,0,224030109 +411004001,9,2,20090011,1,0,0,0,0,224030109 +411004001,10,2,20010014,1,0,0,1,0,224030109 +411004001,11,2,20020013,1,0,0,0,0,224030109 +411004001,12,2,20030013,1,0,0,0,0,224030109 +411004001,13,2,20040013,1,0,0,0,0,224030109 +411004001,14,2,20060015,1,0,0,0,0,224030109 +411004001,15,2,20080014,1,0,0,0,0,224030109 +411004001,16,2,20040015,1,0,0,0,0,224030109 +411004001,17,2,20070015,1,0,0,0,0,224030109 +411004001,18,2,20050017,1,0,0,1,0,224030109 +411004001,19,2,20090016,1,0,0,1,0,224030109 +411004001,20,2,20020016,1,0,0,1,0,224030109 +411004001,21,2,20060016,1,0,0,1,0,224030109 +411004101,1,2,30010007,1,0,0,0,0,224030109 +411004101,2,2,30020007,1,0,0,0,0,224030109 +411004101,3,2,30030007,1,0,0,0,0,224030109 +411004101,4,2,30040007,1,0,0,0,0,224030109 +411004101,5,2,30050007,1,0,0,0,0,224030109 +411004101,6,2,30060007,1,0,0,0,0,224030109 +411004101,7,2,30070007,1,0,0,0,0,224030109 +411004101,8,2,30080007,1,0,0,0,0,224030109 +411004101,9,2,30090007,1,0,0,0,0,224030109 +411004101,10,2,30100007,1,0,0,0,0,224030109 +411004101,11,2,30110007,1,0,0,0,0,224030109 +411004101,12,2,30120007,1,0,0,0,0,224030109 +411004101,13,2,30060009,1,0,0,0,0,224030109 +411004101,14,2,30080009,1,0,0,0,0,224030109 +411004101,15,2,30010010,1,0,0,1,0,224030109 +411004101,16,2,30100009,1,0,0,0,0,224030109 +411004101,17,2,30110010,1,0,0,0,0,224030109 +411004101,18,2,30120010,1,0,0,0,0,224030109 +411004101,19,2,30050013,1,0,0,1,0,224030109 +411004101,20,2,30070013,1,0,0,1,0,224030109 +411004101,21,2,30030014,1,0,0,1,0,224030109 +411004101,22,2,30040014,1,0,0,1,0,224030109 +411004201,1,2,40010007,1,0,0,0,0,224030109 +411004201,2,2,40020007,1,0,0,0,0,224030109 +411004201,3,2,40030007,1,0,0,0,0,224030109 +411004201,4,2,40040007,1,0,0,0,0,224030109 +411004201,5,2,40050007,1,0,0,0,0,224030109 +411004201,6,2,40060007,1,0,0,0,0,224030109 +411004201,7,2,40070007,1,0,0,0,0,224030109 +411004201,8,2,40080007,1,0,0,0,0,224030109 +411004201,9,2,40090007,1,0,0,0,0,224030109 +411004201,10,2,40020009,1,0,0,0,0,224030109 +411004201,11,2,40090009,1,0,0,0,0,224030109 +411004201,12,2,40040009,1,0,0,0,0,224030109 +411004201,13,2,40050009,1,0,0,0,0,224030109 +411004201,14,2,40070010,1,0,0,0,0,224030109 +411004201,15,2,40080010,1,0,0,1,0,224030109 +411004201,16,2,40030012,1,0,0,1,0,224030109 +411004201,17,2,40060011,1,0,0,1,0,224030109 +411004201,18,2,40010014,1,0,0,1,0,224030109 +411004201,19,2,40020012,1,0,0,1,0,224030109 +411004301,1,2,30030015,1,0,0,1,0,224031602 +411004301,2,2,40060013,1,0,0,1,0,224031602 +411004301,3,2,20050019,1,0,0,1,0,224031602 +411004301,4,2,10060018,1,0,0,1,0,224031602 +411004302,1,2,10010013,1,0,0,0,0,224031602 +411004302,2,2,10020013,1,0,0,0,0,224031602 +411004302,3,2,10030013,1,0,0,0,0,224031602 +411004302,4,2,10040013,1,0,0,0,0,224031602 +411004302,5,2,10050013,1,0,0,0,0,224031602 +411004302,6,2,10060013,1,0,0,0,0,224031602 +411004302,7,2,10070013,1,0,0,0,0,224031602 +411004302,8,2,10080013,1,0,0,0,0,224031602 +411004302,9,2,10090013,1,0,0,0,0,224031602 +411004302,10,2,20010011,1,0,0,0,0,224031602 +411004302,11,2,20020011,1,0,0,0,0,224031602 +411004302,12,2,20030011,1,0,0,0,0,224031602 +411004302,13,2,20040011,1,0,0,0,0,224031602 +411004302,14,2,20050011,1,0,0,0,0,224031602 +411004302,15,2,20060011,1,0,0,0,0,224031602 +411004302,16,2,20070011,1,0,0,0,0,224031602 +411004302,17,2,20080011,1,0,0,0,0,224031602 +411004302,18,2,20090011,1,0,0,0,0,224031602 +411004302,19,2,30010007,1,0,0,0,0,224031602 +411004302,20,2,30020007,1,0,0,0,0,224031602 +411004302,21,2,30030007,1,0,0,0,0,224031602 +411004302,22,2,30040007,1,0,0,0,0,224031602 +411004302,23,2,30050007,1,0,0,0,0,224031602 +411004302,24,2,30060007,1,0,0,0,0,224031602 +411004302,25,2,30070007,1,0,0,0,0,224031602 +411004302,26,2,30080007,1,0,0,0,0,224031602 +411004302,27,2,30090007,1,0,0,0,0,224031602 +411004302,28,2,30100007,1,0,0,0,0,224031602 +411004302,29,2,30110007,1,0,0,0,0,224031602 +411004302,30,2,30120007,1,0,0,0,0,224031602 +411004302,31,2,40010007,1,0,0,0,0,224031602 +411004302,32,2,40020007,1,0,0,0,0,224031602 +411004302,33,2,40030007,1,0,0,0,0,224031602 +411004302,34,2,40040007,1,0,0,0,0,224031602 +411004302,35,2,40050007,1,0,0,0,0,224031602 +411004302,36,2,40060007,1,0,0,0,0,224031602 +411004302,37,2,40070007,1,0,0,0,0,224031602 +411004302,38,2,40080007,1,0,0,0,0,224031602 +411004302,39,2,40090007,1,0,0,0,0,224031602 +411004302,40,2,40020009,1,0,0,0,0,224031602 +411004302,41,2,40090009,1,0,0,0,0,224031602 +411004302,42,2,10010016,1,0,0,0,0,224031602 +411004302,43,2,10020015,1,0,0,0,0,224031602 +411004302,44,2,20010014,1,0,0,0,0,224031602 +411004302,45,2,20020013,1,0,0,0,0,224031602 +411004302,46,2,30060009,1,0,0,0,0,224031602 +411004302,47,2,30080009,1,0,0,0,0,224031602 +411004302,48,2,20030013,1,0,0,0,0,224031602 +411004302,49,2,20040013,1,0,0,0,0,224031602 +411004302,50,2,40040009,1,0,0,0,0,224031602 +411004302,51,2,40050009,1,0,0,0,0,224031602 +411004302,52,2,30010010,1,0,0,0,0,224031602 +411004302,53,2,30100009,1,0,0,0,0,224031602 +411004302,54,2,10030016,1,0,0,0,0,224031602 +411004302,55,2,10050015,1,0,0,0,0,224031602 +411004302,56,2,40070010,1,0,0,0,0,224031602 +411004302,57,2,40080010,1,0,0,0,0,224031602 +411004302,58,2,20060015,1,0,0,0,0,224031602 +411004302,59,2,20080014,1,0,0,0,0,224031602 +411004302,60,2,10060015,1,0,0,0,0,224031602 +411004302,61,2,10070017,1,0,0,0,0,224031602 +411004302,62,2,30110010,1,0,0,0,0,224031602 +411004302,63,2,30120010,1,0,0,0,0,224031602 +411004302,64,2,20040015,1,0,0,0,0,224031602 +411004302,65,2,20070015,1,0,0,0,0,224031602 +411004302,66,2,40030012,1,0,0,0,0,224031602 +411004302,67,2,40060011,1,0,0,0,0,224031602 +411004302,68,2,30050013,1,0,0,0,0,224031602 +411004302,69,2,30070013,1,0,0,0,0,224031602 +411004302,70,2,10040019,1,0,0,0,0,224031602 +411004302,71,2,10090018,1,0,0,0,0,224031602 +411004302,72,2,40010014,1,0,0,0,0,224031602 +411004302,73,2,40020012,1,0,0,0,0,224031602 +411004302,74,2,20050017,1,0,0,0,0,224031602 +411004302,75,2,20090016,1,0,0,0,0,224031602 +411004302,76,2,10030018,1,0,0,0,0,224031602 +411004302,77,2,10060017,1,0,0,0,0,224031602 +411004302,78,2,30030014,1,0,0,0,0,224031602 +411004302,79,2,30040014,1,0,0,0,0,224031602 +411004302,80,2,20020016,1,0,0,0,0,224031602 +411004302,81,2,20060016,1,0,0,0,0,224031602 +411004302,82,2,40050013,1,0,0,0,0,224031602 +411004302,83,2,40070013,1,0,0,0,0,224031602 +411004401,1,2,10040017,1,0,0,0,0,224032003 +411004401,2,2,20050015,1,0,0,0,0,224032003 +411004401,3,2,30070011,1,0,0,0,0,224032003 +411004401,4,2,40030011,1,0,0,0,0,224032003 +411004401,5,2,60010001,1,0,0,0,0,224032003 +411004401,6,2,60020001,1,0,0,0,0,224032003 +411004401,7,2,60030001,1,0,0,0,0,224032003 +411004401,8,2,60040001,1,0,0,0,0,224032003 +411004401,9,2,60050001,1,0,0,0,0,224032003 +411004401,10,2,60060001,1,0,0,0,0,224032003 +411004401,11,2,60070001,1,0,0,0,0,224032003 +411004401,12,2,60080001,1,0,0,0,0,224032003 +411004401,13,2,60090001,1,0,0,0,0,224032003 +411004401,14,2,10010010,1,0,0,0,0,224032003 +411004401,15,2,10010011,1,0,0,0,0,224032003 +411004401,16,2,10010012,1,0,0,0,0,224032003 +411004401,17,2,10020010,1,0,0,0,0,224032003 +411004401,18,2,10020011,1,0,0,0,0,224032003 +411004401,19,2,10020012,1,0,0,0,0,224032003 +411004401,20,2,10030010,1,0,0,0,0,224032003 +411004401,21,2,10030011,1,0,0,0,0,224032003 +411004401,22,2,10030012,1,0,0,0,0,224032003 +411004401,23,2,10040010,1,0,0,0,0,224032003 +411004401,24,2,10040011,1,0,0,0,0,224032003 +411004401,25,2,10040012,1,0,0,0,0,224032003 +411004401,26,2,10050010,1,0,0,0,0,224032003 +411004401,27,2,10050011,1,0,0,0,0,224032003 +411004401,28,2,10050012,1,0,0,0,0,224032003 +411004401,29,2,10060010,1,0,0,0,0,224032003 +411004401,30,2,10060011,1,0,0,0,0,224032003 +411004401,31,2,10060012,1,0,0,0,0,224032003 +411004401,32,2,10070010,1,0,0,0,0,224032003 +411004401,33,2,10070011,1,0,0,0,0,224032003 +411004401,34,2,10070012,1,0,0,0,0,224032003 +411004401,35,2,10080010,1,0,0,0,0,224032003 +411004401,36,2,10080011,1,0,0,0,0,224032003 +411004401,37,2,10080012,1,0,0,0,0,224032003 +411004401,38,2,10090010,1,0,0,0,0,224032003 +411004401,39,2,10090011,1,0,0,0,0,224032003 +411004401,40,2,10090012,1,0,0,0,0,224032003 +411004401,41,2,20010008,1,0,0,0,0,224032003 +411004401,42,2,20010009,1,0,0,0,0,224032003 +411004401,43,2,20010010,1,0,0,0,0,224032003 +411004401,44,2,20020008,1,0,0,0,0,224032003 +411004401,45,2,20020009,1,0,0,0,0,224032003 +411004401,46,2,20020010,1,0,0,0,0,224032003 +411004401,47,2,20030008,1,0,0,0,0,224032003 +411004401,48,2,20030009,1,0,0,0,0,224032003 +411004401,49,2,20030010,1,0,0,0,0,224032003 +411004401,50,2,20040008,1,0,0,0,0,224032003 +411004401,51,2,20040009,1,0,0,0,0,224032003 +411004401,52,2,20040010,1,0,0,0,0,224032003 +411004401,53,2,20050008,1,0,0,0,0,224032003 +411004401,54,2,20050009,1,0,0,0,0,224032003 +411004401,55,2,20050010,1,0,0,0,0,224032003 +411004401,56,2,20060008,1,0,0,0,0,224032003 +411004401,57,2,20060009,1,0,0,0,0,224032003 +411004401,58,2,20060010,1,0,0,0,0,224032003 +411004401,59,2,20070008,1,0,0,0,0,224032003 +411004401,60,2,20070009,1,0,0,0,0,224032003 +411004401,61,2,20070010,1,0,0,0,0,224032003 +411004401,62,2,20080008,1,0,0,0,0,224032003 +411004401,63,2,20080009,1,0,0,0,0,224032003 +411004401,64,2,20080010,1,0,0,0,0,224032003 +411004401,65,2,20090008,1,0,0,0,0,224032003 +411004401,66,2,20090009,1,0,0,0,0,224032003 +411004401,67,2,20090010,1,0,0,0,0,224032003 +411004401,68,2,30010004,1,0,0,0,0,224032003 +411004401,69,2,30010005,1,0,0,0,0,224032003 +411004401,70,2,30010006,1,0,0,0,0,224032003 +411004401,71,2,30020004,1,0,0,0,0,224032003 +411004401,72,2,30020005,1,0,0,0,0,224032003 +411004401,73,2,30020006,1,0,0,0,0,224032003 +411004401,74,2,30030004,1,0,0,0,0,224032003 +411004401,75,2,30030005,1,0,0,0,0,224032003 +411004401,76,2,30030006,1,0,0,0,0,224032003 +411004401,77,2,30040004,1,0,0,0,0,224032003 +411004401,78,2,30040005,1,0,0,0,0,224032003 +411004401,79,2,30040006,1,0,0,0,0,224032003 +411004401,80,2,30050004,1,0,0,0,0,224032003 +411004401,81,2,30050005,1,0,0,0,0,224032003 +411004401,82,2,30050006,1,0,0,0,0,224032003 +411004401,83,2,30060004,1,0,0,0,0,224032003 +411004401,84,2,30060005,1,0,0,0,0,224032003 +411004401,85,2,30060006,1,0,0,0,0,224032003 +411004401,86,2,30070004,1,0,0,0,0,224032003 +411004401,87,2,30070005,1,0,0,0,0,224032003 +411004401,88,2,30070006,1,0,0,0,0,224032003 +411004401,89,2,30080004,1,0,0,0,0,224032003 +411004401,90,2,30080005,1,0,0,0,0,224032003 +411004401,91,2,30080006,1,0,0,0,0,224032003 +411004401,92,2,30090004,1,0,0,0,0,224032003 +411004401,93,2,30090005,1,0,0,0,0,224032003 +411004401,94,2,30090006,1,0,0,0,0,224032003 +411004401,95,2,30100004,1,0,0,0,0,224032003 +411004401,96,2,30100005,1,0,0,0,0,224032003 +411004401,97,2,30100006,1,0,0,0,0,224032003 +411004401,98,2,30110004,1,0,0,0,0,224032003 +411004401,99,2,30110005,1,0,0,0,0,224032003 +411004401,100,2,30110006,1,0,0,0,0,224032003 +411004401,101,2,30120004,1,0,0,0,0,224032003 +411004401,102,2,30120005,1,0,0,0,0,224032003 +411004401,103,2,30120006,1,0,0,0,0,224032003 +411004401,104,2,40010004,1,0,0,0,0,224032003 +411004401,105,2,40010005,1,0,0,0,0,224032003 +411004401,106,2,40010006,1,0,0,0,0,224032003 +411004401,107,2,40020004,1,0,0,0,0,224032003 +411004401,108,2,40020005,1,0,0,0,0,224032003 +411004401,109,2,40020006,1,0,0,0,0,224032003 +411004401,110,2,40030004,1,0,0,0,0,224032003 +411004401,111,2,40030005,1,0,0,0,0,224032003 +411004401,112,2,40030006,1,0,0,0,0,224032003 +411004401,113,2,40040004,1,0,0,0,0,224032003 +411004401,114,2,40040005,1,0,0,0,0,224032003 +411004401,115,2,40040006,1,0,0,0,0,224032003 +411004401,116,2,40050004,1,0,0,0,0,224032003 +411004401,117,2,40050005,1,0,0,0,0,224032003 +411004401,118,2,40050006,1,0,0,0,0,224032003 +411004401,119,2,40060004,1,0,0,0,0,224032003 +411004401,120,2,40060005,1,0,0,0,0,224032003 +411004401,121,2,40060006,1,0,0,0,0,224032003 +411004401,122,2,40070004,1,0,0,0,0,224032003 +411004401,123,2,40070005,1,0,0,0,0,224032003 +411004401,124,2,40070006,1,0,0,0,0,224032003 +411004401,125,2,40080004,1,0,0,0,0,224032003 +411004401,126,2,40080005,1,0,0,0,0,224032003 +411004401,127,2,40080006,1,0,0,0,0,224032003 +411004401,128,2,40090004,1,0,0,0,0,224032003 +411004401,129,2,40090005,1,0,0,0,0,224032003 +411004401,130,2,40090006,1,0,0,0,0,224032003 +411004401,131,2,40100001,1,0,0,0,0,224032003 +411004401,132,2,40110001,1,0,0,0,0,224032003 +411004402,1,2,40010010,1,0,0,0,0,224032003 +411004402,2,2,30050009,1,0,0,0,0,224032003 +411004402,3,2,10070015,1,0,0,0,0,224032003 +411004402,4,2,20080013,1,0,0,0,0,224032003 +411004402,5,2,40080009,1,0,0,0,0,224032003 +411004402,6,2,30040009,1,0,0,0,0,224032003 +411004402,7,2,20060014,1,0,0,0,0,224032003 +411004402,8,2,40020010,1,0,0,0,0,224032003 +411004402,9,2,10090016,1,0,0,0,0,224032003 +411004402,10,2,20010015,1,0,0,0,0,224032003 +411004402,11,2,10010017,1,0,0,0,0,224032003 +411004402,12,2,40090010,1,0,0,0,0,224032003 +411004402,13,2,30070009,1,0,0,0,0,224032003 +411004402,14,2,10030017,1,0,0,0,0,224032003 +411004402,15,2,20020014,1,0,0,0,0,224032003 +411004402,16,2,20090014,1,0,0,0,0,224032003 +411004402,17,2,40040010,1,0,0,0,0,224032003 +411004402,18,2,30100010,1,0,0,0,0,224032003 +411004402,19,2,10020017,1,0,0,0,0,224032003 +411004402,20,2,40070011,1,0,0,0,0,224032003 +411004402,21,2,10050016,1,0,0,0,0,224032003 +411004402,22,2,30090012,1,0,0,0,0,224032003 +411004402,23,2,40050011,1,0,0,0,0,224032003 +411004402,24,2,30110013,1,0,0,0,0,224032003 +411004402,25,2,30060013,1,0,0,0,0,224032003 +411004402,26,2,40110002,1,0,0,0,0,224032003 +411004402,27,2,20040016,1,0,0,0,0,224032003 +411004402,28,2,10080017,1,0,0,0,0,224032003 +411004402,29,2,40100002,1,0,0,0,0,224032003 +411004402,30,2,30020014,1,0,0,0,0,224032003 +411004402,31,2,30080014,1,0,0,0,0,224032003 +411004402,32,2,20030016,1,0,0,0,0,224032003 +411004402,33,2,30120014,1,0,0,0,0,224032003 +411004402,34,2,40030014,1,0,0,0,0,224032003 +411004402,35,2,30010018,1,0,0,0,0,224032003 +411004402,36,2,20070016,1,0,0,0,0,224032003 +411004402,37,2,10040020,1,0,0,0,0,224032003 +411004402,38,2,30030015,1,0,0,1,0,224032003 +411004402,39,2,40060013,1,0,0,1,0,224032003 +411004402,40,2,20050019,1,0,0,1,0,224032003 +411004402,41,2,10060018,1,0,0,1,0,224032003 +411004402,42,2,30010012,1,0,0,0,0,224032003 +411004402,43,2,30020011,1,0,0,0,0,224032003 +411004402,44,2,30030012,1,0,0,0,0,224032003 +411004402,45,2,30040011,1,0,0,0,0,224032003 +411004402,46,2,30050012,1,0,0,0,0,224032003 +411004402,47,2,30060011,1,0,0,0,0,224032003 +411004402,48,2,30070014,1,0,0,0,0,224032003 +411004402,49,2,30080011,1,0,0,0,0,224032003 +411004402,50,2,30090013,1,0,0,0,0,224032003 +411004402,51,2,30100013,1,0,0,0,0,224032003 +411004402,52,2,30110014,1,0,0,0,0,224032003 +411004402,53,2,30120013,1,0,0,0,0,224032003 +411004402,54,2,10010013,1,0,0,0,0,224032003 +411004402,55,2,10020013,1,0,0,0,0,224032003 +411004402,56,2,10030013,1,0,0,0,0,224032003 +411004402,57,2,10040013,1,0,0,0,0,224032003 +411004402,58,2,10050013,1,0,0,0,0,224032003 +411004402,59,2,10060013,1,0,0,0,0,224032003 +411004402,60,2,10070013,1,0,0,0,0,224032003 +411004402,61,2,10080013,1,0,0,0,0,224032003 +411004402,62,2,10090013,1,0,0,0,0,224032003 +411004402,63,2,20010011,1,0,0,0,0,224032003 +411004402,64,2,20020011,1,0,0,0,0,224032003 +411004402,65,2,20030011,1,0,0,0,0,224032003 +411004402,66,2,20040011,1,0,0,0,0,224032003 +411004402,67,2,20050011,1,0,0,0,0,224032003 +411004402,68,2,20060011,1,0,0,0,0,224032003 +411004402,69,2,20070011,1,0,0,0,0,224032003 +411004402,70,2,20080011,1,0,0,0,0,224032003 +411004402,71,2,20090011,1,0,0,0,0,224032003 +411004402,72,2,30010007,1,0,0,0,0,224032003 +411004402,73,2,30020007,1,0,0,0,0,224032003 +411004402,74,2,30030007,1,0,0,0,0,224032003 +411004402,75,2,30040007,1,0,0,0,0,224032003 +411004402,76,2,30050007,1,0,0,0,0,224032003 +411004402,77,2,30060007,1,0,0,0,0,224032003 +411004402,78,2,30070007,1,0,0,0,0,224032003 +411004402,79,2,30080007,1,0,0,0,0,224032003 +411004402,80,2,30090007,1,0,0,0,0,224032003 +411004402,81,2,30100007,1,0,0,0,0,224032003 +411004402,82,2,30110007,1,0,0,0,0,224032003 +411004402,83,2,30120007,1,0,0,0,0,224032003 +411004402,84,2,40010007,1,0,0,0,0,224032003 +411004402,85,2,40020007,1,0,0,0,0,224032003 +411004402,86,2,40030007,1,0,0,0,0,224032003 +411004402,87,2,40040007,1,0,0,0,0,224032003 +411004402,88,2,40050007,1,0,0,0,0,224032003 +411004402,89,2,40060007,1,0,0,0,0,224032003 +411004402,90,2,40070007,1,0,0,0,0,224032003 +411004402,91,2,40080007,1,0,0,0,0,224032003 +411004402,92,2,40090007,1,0,0,0,0,224032003 +411004402,93,2,40020009,1,0,0,0,0,224032003 +411004402,94,2,40090009,1,0,0,0,0,224032003 +411004402,95,2,10010016,1,0,0,0,0,224032003 +411004402,96,2,10020015,1,0,0,0,0,224032003 +411004402,97,2,20010014,1,0,0,0,0,224032003 +411004402,98,2,20020013,1,0,0,0,0,224032003 +411004402,99,2,30060009,1,0,0,0,0,224032003 +411004402,100,2,30080009,1,0,0,0,0,224032003 +411004402,101,2,20030013,1,0,0,0,0,224032003 +411004402,102,2,20040013,1,0,0,0,0,224032003 +411004402,103,2,40040009,1,0,0,0,0,224032003 +411004402,104,2,40050009,1,0,0,0,0,224032003 +411004402,105,2,30010010,1,0,0,0,0,224032003 +411004402,106,2,30100009,1,0,0,0,0,224032003 +411004402,107,2,10030016,1,0,0,0,0,224032003 +411004402,108,2,10050015,1,0,0,0,0,224032003 +411004402,109,2,40070010,1,0,0,0,0,224032003 +411004402,110,2,40080010,1,0,0,0,0,224032003 +411004402,111,2,20060015,1,0,0,0,0,224032003 +411004402,112,2,20080014,1,0,0,0,0,224032003 +411004402,113,2,10060015,1,0,0,0,0,224032003 +411004402,114,2,10070017,1,0,0,0,0,224032003 +411004402,115,2,30110010,1,0,0,0,0,224032003 +411004402,116,2,30120010,1,0,0,0,0,224032003 +411004402,117,2,20040015,1,0,0,0,0,224032003 +411004402,118,2,20070015,1,0,0,0,0,224032003 +411004402,119,2,40030012,1,0,0,0,0,224032003 +411004402,120,2,40060011,1,0,0,0,0,224032003 +411004402,121,2,30050013,1,0,0,0,0,224032003 +411004402,122,2,30070013,1,0,0,0,0,224032003 +411004402,123,2,10040019,1,0,0,0,0,224032003 +411004402,124,2,10090018,1,0,0,0,0,224032003 +411004402,125,2,40010014,1,0,0,0,0,224032003 +411004402,126,2,40020012,1,0,0,0,0,224032003 +411004402,127,2,20050017,1,0,0,0,0,224032003 +411004402,128,2,20090016,1,0,0,0,0,224032003 +411004402,129,2,10030018,1,0,0,1,0,224032003 +411004402,130,2,10060017,1,0,0,0,0,224032003 +411004402,131,2,30030014,1,0,0,0,0,224032003 +411004402,132,2,30040014,1,0,0,1,0,224032003 +411004402,133,2,20020016,1,0,0,1,0,224032003 +411004402,134,2,20060016,1,0,0,0,0,224032003 +411004402,135,2,40050013,1,0,0,1,0,224032003 +411004402,136,2,40070013,1,0,0,0,0,224032003 +711000201,1,2,10010013,1,0,0,1,0,223043003 +711000201,2,2,10020013,1,0,0,0,0,223043003 +711000201,3,2,10030013,1,0,0,0,0,223043003 +711000201,4,2,10040013,1,0,0,0,0,223043003 +711000201,5,2,10050013,1,0,0,0,0,223043003 +711000201,6,2,10060013,1,0,0,0,0,223043003 +711000201,7,2,10070013,1,0,0,0,0,223043003 +711000201,8,2,10080013,1,0,0,0,0,223043003 +711000201,9,2,10090013,1,0,0,0,0,223043003 +711000201,10,2,20010011,1,0,0,1,0,223043003 +711000201,11,2,20020011,1,0,0,0,0,223043003 +711000201,12,2,20030011,1,0,0,0,0,223043003 +711000201,13,2,20040011,1,0,0,0,0,223043003 +711000201,14,2,20050011,1,0,0,0,0,223043003 +711000201,15,2,20060011,1,0,0,0,0,223043003 +711000201,16,2,20070011,1,0,0,0,0,223043003 +711000201,17,2,20080011,1,0,0,0,0,223043003 +711000201,18,2,20090011,1,0,0,0,0,223043003 +711000201,19,2,30010007,1,0,0,1,0,223043003 +711000201,20,2,30020007,1,0,0,0,0,223043003 +711000201,21,2,30030007,1,0,0,0,0,223043003 +711000201,22,2,30040007,1,0,0,0,0,223043003 +711000201,23,2,30050007,1,0,0,0,0,223043003 +711000201,24,2,30060007,1,0,0,0,0,223043003 +711000201,25,2,30070007,1,0,0,0,0,223043003 +711000201,26,2,30080007,1,0,0,0,0,223043003 +711000201,27,2,30090007,1,0,0,0,0,223043003 +711000201,28,2,30100007,1,0,0,0,0,223043003 +711000201,29,2,30110007,1,0,0,0,0,223043003 +711000201,30,2,30120007,1,0,0,0,0,223043003 +711000201,31,2,40010007,1,0,0,1,0,223043003 +711000201,32,2,40020007,1,0,0,0,0,223043003 +711000201,33,2,40030007,1,0,0,0,0,223043003 +711000201,34,2,40040007,1,0,0,0,0,223043003 +711000201,35,2,40050007,1,0,0,0,0,223043003 +711000201,36,2,40060007,1,0,0,0,0,223043003 +711000201,37,2,40070007,1,0,0,0,0,223043003 +711000201,38,2,40080007,1,0,0,0,0,223043003 +711000201,39,2,40090007,1,0,0,0,0,223043003 +110121001,1,3,16005001,20,0,0,0,0,1 +110121002,1,3,16005002,8,0,0,0,0,1 +110121003,1,3,16005003,1,0,0,0,0,1 +110121004,1,3,17001001,18,0,0,0,0,1 +110121005,1,3,17001002,3,0,0,0,0,1 +110121006,1,3,19100001,10,0,0,0,0,1 +110121007,1,3,20000001,1,0,0,0,0,1 +110121008,1,4,1,35000,0,0,0,0,1 +911000101,1,2,10010013,1,0,0,1,0,1 +911000201,1,2,10020013,1,0,0,1,0,1 +911000301,1,2,10030013,1,0,0,1,0,1 +911000401,1,2,10040013,1,0,0,1,0,1 +911000501,1,2,10050013,1,0,0,1,0,1 +911000601,1,2,10060013,1,0,0,1,0,1 +911000701,1,2,10070013,1,0,0,1,0,1 +911000801,1,2,10080013,1,0,0,1,0,1 +911000901,1,2,10090013,1,0,0,1,0,1 +911001001,1,2,20010011,1,0,0,1,0,1 +911001101,1,2,20020011,1,0,0,1,0,1 +911001201,1,2,20030011,1,0,0,1,0,1 +911001301,1,2,20040011,1,0,0,1,0,1 +911001401,1,2,20050011,1,0,0,1,0,1 +911001501,1,2,20060011,1,0,0,1,0,1 +911001601,1,2,20070011,1,0,0,1,0,1 +911001701,1,2,20080011,1,0,0,1,0,1 +911001801,1,2,20090011,1,0,0,1,0,1 +911001901,1,2,30010007,1,0,0,1,0,1 +911002001,1,2,30020007,1,0,0,1,0,1 +911002101,1,2,30030007,1,0,0,1,0,1 +911002201,1,2,30040007,1,0,0,1,0,1 +911002301,1,2,30050007,1,0,0,1,0,1 +911002401,1,2,30060007,1,0,0,1,0,1 +911002501,1,2,30070007,1,0,0,1,0,1 +911002601,1,2,30080007,1,0,0,1,0,1 +911002701,1,2,30090007,1,0,0,1,0,1 +911002801,1,2,30100007,1,0,0,1,0,1 +911002901,1,2,30110007,1,0,0,1,0,1 +911003001,1,2,30120007,1,0,0,1,0,1 +911003101,1,2,40010007,1,0,0,1,0,1 +911003201,1,2,40020007,1,0,0,1,0,1 +911003301,1,2,40030007,1,0,0,1,0,1 +911003401,1,2,40040007,1,0,0,1,0,1 +911003501,1,2,40050007,1,0,0,1,0,1 +911003601,1,2,40060007,1,0,0,1,0,1 +911003701,1,2,40070007,1,0,0,1,0,1 +911003801,1,2,40080007,1,0,0,1,0,1 +911003901,1,2,40090007,1,0,0,1,0,1 +300001,1,2,10010013,1,0,0,0,0,1 +300001,2,2,10020013,1,0,0,0,0,1 +300001,3,2,10030013,1,0,0,0,0,1 +300001,4,2,10040013,1,0,0,0,0,1 +300001,5,2,10050013,1,0,0,0,0,1 +300001,6,2,10060013,1,0,0,0,0,1 +300001,7,2,10070013,1,0,0,0,0,1 +300001,8,2,10080013,1,0,0,0,0,1 +300001,9,2,10090013,1,0,0,0,0,1 +300001,10,2,20010011,1,0,0,0,0,1 +300001,11,2,20020011,1,0,0,0,0,1 +300001,12,2,20030011,1,0,0,0,0,1 +300001,13,2,20040011,1,0,0,0,0,1 +300001,14,2,20050011,1,0,0,0,0,1 +300001,15,2,20060011,1,0,0,0,0,1 +300001,16,2,20070011,1,0,0,0,0,1 +300001,17,2,20080011,1,0,0,0,0,1 +300001,18,2,20090011,1,0,0,0,0,1 +300001,19,2,30010007,1,0,0,0,0,1 +300001,20,2,30020007,1,0,0,0,0,1 +300001,21,2,30030007,1,0,0,0,0,1 +300001,22,2,30040007,1,0,0,0,0,1 +300001,23,2,30050007,1,0,0,0,0,1 +300001,24,2,30060007,1,0,0,0,0,1 +300001,25,2,30070007,1,0,0,0,0,1 +300001,26,2,30080007,1,0,0,0,0,1 +300001,27,2,30090007,1,0,0,0,0,1 +300001,28,2,30100007,1,0,0,0,0,1 +300001,29,2,30110007,1,0,0,0,0,1 +300001,30,2,30120007,1,0,0,0,0,1 +300001,31,2,40010007,1,0,0,0,0,1 +300001,32,2,40020007,1,0,0,0,0,1 +300001,33,2,40030007,1,0,0,0,0,1 +300001,34,2,40040007,1,0,0,0,0,1 +300001,35,2,40050007,1,0,0,0,0,1 +300001,36,2,40060007,1,0,0,0,0,1 +300001,37,2,40070007,1,0,0,0,0,1 +300001,38,2,40080007,1,0,0,0,0,1 +300001,39,2,40090007,1,0,0,0,0,1 +301001,1,2,10010013,1,0,0,0,0,1 +301001,2,2,10020013,1,0,0,0,0,1 +301001,3,2,10030013,1,0,0,0,0,1 +301001,4,2,10040013,1,0,0,0,0,1 +301001,5,2,10050013,1,0,0,0,0,1 +301001,6,2,10060013,1,0,0,0,0,1 +301001,7,2,10070013,1,0,0,0,0,1 +301001,8,2,10080013,1,0,0,0,0,1 +301001,9,2,10090013,1,0,0,0,0,1 +302001,1,2,20010011,1,0,0,0,0,1 +302001,2,2,20020011,1,0,0,0,0,1 +302001,3,2,20030011,1,0,0,0,0,1 +302001,4,2,20040011,1,0,0,0,0,1 +302001,5,2,20050011,1,0,0,0,0,1 +302001,6,2,20060011,1,0,0,0,0,1 +302001,7,2,20070011,1,0,0,0,0,1 +302001,8,2,20080011,1,0,0,0,0,1 +302001,9,2,20090011,1,0,0,1,0,1 +303001,1,2,30010007,1,0,0,0,0,1 +303001,2,2,30020007,1,0,0,0,0,1 +303001,3,2,30030007,1,0,0,0,0,1 +303001,4,2,30040007,1,0,0,0,0,1 +303001,5,2,30050007,1,0,0,0,0,1 +303001,6,2,30060007,1,0,0,0,0,1 +303001,7,2,30070007,1,0,0,0,0,1 +303001,8,2,30080007,1,0,0,0,0,1 +303001,9,2,30090007,1,0,0,0,0,1 +303001,10,2,30100007,1,0,0,0,0,1 +303001,11,2,30110007,1,0,0,0,0,1 +303001,12,2,30120007,1,0,0,0,0,1 +304001,1,2,40010007,1,0,0,0,0,1 +304001,2,2,40020007,1,0,0,0,0,1 +304001,3,2,40030007,1,0,0,0,0,1 +304001,4,2,40040007,1,0,0,0,0,1 +304001,5,2,40050007,1,0,0,0,0,1 +304001,6,2,40060007,1,0,0,0,0,1 +304001,7,2,40070007,1,0,0,0,0,1 +304001,8,2,40080007,1,0,0,0,0,1 +304001,9,2,40090007,1,0,0,0,0,1 +200001,1,2,10010010,1,0,0,0,0,1 +200001,2,2,10010011,1,0,0,0,0,1 +200001,3,2,10010012,1,0,0,0,0,1 +200001,4,2,10020010,1,0,0,0,0,1 +200001,5,2,10020011,1,0,0,0,0,1 +200001,6,2,10020012,1,0,0,0,0,1 +200001,7,2,10030010,1,0,0,0,0,1 +200001,8,2,10030011,1,0,0,0,0,1 +200001,9,2,10030012,1,0,0,0,0,1 +200001,10,2,10040010,1,0,0,0,0,1 +200001,11,2,10040011,1,0,0,0,0,1 +200001,12,2,10040012,1,0,0,0,0,1 +200001,13,2,10050010,1,0,0,0,0,1 +200001,14,2,10050011,1,0,0,0,0,1 +200001,15,2,10050012,1,0,0,0,0,1 +200001,16,2,10060010,1,0,0,0,0,1 +200001,17,2,10060011,1,0,0,0,0,1 +200001,18,2,10060012,1,0,0,0,0,1 +200001,19,2,10070010,1,0,0,0,0,1 +200001,20,2,10070011,1,0,0,0,0,1 +200001,21,2,10070012,1,0,0,0,0,1 +200001,22,2,10080010,1,0,0,0,0,1 +200001,23,2,10080011,1,0,0,0,0,1 +200001,24,2,10080012,1,0,0,0,0,1 +200001,25,2,10090010,1,0,0,0,0,1 +200001,26,2,10090011,1,0,0,0,0,1 +200001,27,2,10090012,1,0,0,0,0,1 +200001,28,2,20010008,1,0,0,0,0,1 +200001,29,2,20010009,1,0,0,0,0,1 +200001,30,2,20010010,1,0,0,0,0,1 +200001,31,2,20020008,1,0,0,0,0,1 +200001,32,2,20020009,1,0,0,0,0,1 +200001,33,2,20020010,1,0,0,0,0,1 +200001,34,2,20030008,1,0,0,0,0,1 +200001,35,2,20030009,1,0,0,0,0,1 +200001,36,2,20030010,1,0,0,0,0,1 +200001,37,2,20040008,1,0,0,0,0,1 +200001,38,2,20040009,1,0,0,0,0,1 +200001,39,2,20040010,1,0,0,0,0,1 +200001,40,2,20050008,1,0,0,0,0,1 +200001,41,2,20050009,1,0,0,0,0,1 +200001,42,2,20050010,1,0,0,0,0,1 +200001,43,2,20060008,1,0,0,0,0,1 +200001,44,2,20060009,1,0,0,0,0,1 +200001,45,2,20060010,1,0,0,0,0,1 +200001,46,2,20070008,1,0,0,0,0,1 +200001,47,2,20070009,1,0,0,0,0,1 +200001,48,2,20070010,1,0,0,0,0,1 +200001,49,2,20080008,1,0,0,0,0,1 +200001,50,2,20080009,1,0,0,0,0,1 +200001,51,2,20080010,1,0,0,0,0,1 +200001,52,2,20090008,1,0,0,0,0,1 +200001,53,2,20090009,1,0,0,0,0,1 +200001,54,2,20090010,1,0,0,0,0,1 +200001,55,2,30010004,1,0,0,0,0,1 +200001,56,2,30010005,1,0,0,0,0,1 +200001,57,2,30010006,1,0,0,0,0,1 +200001,58,2,30020004,1,0,0,0,0,1 +200001,59,2,30020005,1,0,0,0,0,1 +200001,60,2,30020006,1,0,0,0,0,1 +200001,61,2,30030004,1,0,0,0,0,1 +200001,62,2,30030005,1,0,0,0,0,1 +200001,63,2,30030006,1,0,0,0,0,1 +200001,64,2,30040004,1,0,0,0,0,1 +200001,65,2,30040005,1,0,0,0,0,1 +200001,66,2,30040006,1,0,0,0,0,1 +200001,67,2,30050004,1,0,0,0,0,1 +200001,68,2,30050005,1,0,0,0,0,1 +200001,69,2,30050006,1,0,0,0,0,1 +200001,70,2,30060004,1,0,0,0,0,1 +200001,71,2,30060005,1,0,0,0,0,1 +200001,72,2,30060006,1,0,0,0,0,1 +200001,73,2,30070004,1,0,0,0,0,1 +200001,74,2,30070005,1,0,0,0,0,1 +200001,75,2,30070006,1,0,0,0,0,1 +200001,76,2,30080004,1,0,0,0,0,1 +200001,77,2,30080005,1,0,0,0,0,1 +200001,78,2,30080006,1,0,0,0,0,1 +200001,79,2,30090004,1,0,0,0,0,1 +200001,80,2,30090005,1,0,0,0,0,1 +200001,81,2,30090006,1,0,0,0,0,1 +200001,82,2,30100004,1,0,0,0,0,1 +200001,83,2,30100005,1,0,0,0,0,1 +200001,84,2,30100006,1,0,0,0,0,1 +200001,85,2,30110004,1,0,0,0,0,1 +200001,86,2,30110005,1,0,0,0,0,1 +200001,87,2,30110006,1,0,0,0,0,1 +200001,88,2,30120004,1,0,0,0,0,1 +200001,89,2,30120005,1,0,0,0,0,1 +200001,90,2,30120006,1,0,0,0,0,1 +200001,91,2,40010004,1,0,0,0,0,1 +200001,92,2,40010005,1,0,0,0,0,1 +200001,93,2,40010006,1,0,0,0,0,1 +200001,94,2,40020004,1,0,0,0,0,1 +200001,95,2,40020005,1,0,0,0,0,1 +200001,96,2,40020006,1,0,0,0,0,1 +200001,97,2,40030004,1,0,0,0,0,1 +200001,98,2,40030005,1,0,0,0,0,1 +200001,99,2,40030006,1,0,0,0,0,1 +200001,100,2,40040004,1,0,0,0,0,1 +200001,101,2,40040005,1,0,0,0,0,1 +200001,102,2,40040006,1,0,0,0,0,1 +200001,103,2,40050004,1,0,0,0,0,1 +200001,104,2,40050005,1,0,0,0,0,1 +200001,105,2,40050006,1,0,0,0,0,1 +200001,106,2,40060004,1,0,0,0,0,1 +200001,107,2,40060005,1,0,0,0,0,1 +200001,108,2,40060006,1,0,0,0,0,1 +200001,109,2,40070004,1,0,0,0,0,1 +200001,110,2,40070005,1,0,0,0,0,1 +200001,111,2,40070006,1,0,0,0,0,1 +200001,112,2,40080004,1,0,0,0,0,1 +200001,113,2,40080005,1,0,0,0,0,1 +200001,114,2,40080006,1,0,0,0,0,1 +200001,115,2,40090004,1,0,0,0,0,1 +200001,116,2,40090005,1,0,0,0,0,1 +200001,117,2,40090006,1,0,0,0,0,1 +200002,1,2,10010010,1,0,0,0,0,223121510 +200002,2,2,10010011,1,0,0,0,0,223121510 +200002,3,2,10010012,1,0,0,0,0,223121510 +200002,4,2,10020010,1,0,0,0,0,223121510 +200002,5,2,10020011,1,0,0,0,0,223121510 +200002,6,2,10020012,1,0,0,0,0,223121510 +200002,7,2,10030010,1,0,0,0,0,223121510 +200002,8,2,10030011,1,0,0,0,0,223121510 +200002,9,2,10030012,1,0,0,0,0,223121510 +200002,10,2,10040010,1,0,0,0,0,223121510 +200002,11,2,10040011,1,0,0,0,0,223121510 +200002,12,2,10040012,1,0,0,0,0,223121510 +200002,13,2,10050010,1,0,0,0,0,223121510 +200002,14,2,10050011,1,0,0,0,0,223121510 +200002,15,2,10050012,1,0,0,0,0,223121510 +200002,16,2,10060010,1,0,0,0,0,223121510 +200002,17,2,10060011,1,0,0,0,0,223121510 +200002,18,2,10060012,1,0,0,0,0,223121510 +200002,19,2,10070010,1,0,0,0,0,223121510 +200002,20,2,10070011,1,0,0,0,0,223121510 +200002,21,2,10070012,1,0,0,0,0,223121510 +200002,22,2,10080010,1,0,0,0,0,223121510 +200002,23,2,10080011,1,0,0,0,0,223121510 +200002,24,2,10080012,1,0,0,0,0,223121510 +200002,25,2,10090010,1,0,0,0,0,223121510 +200002,26,2,10090011,1,0,0,0,0,223121510 +200002,27,2,10090012,1,0,0,0,0,223121510 +200002,28,2,20010008,1,0,0,0,0,223121510 +200002,29,2,20010009,1,0,0,0,0,223121510 +200002,30,2,20010010,1,0,0,0,0,223121510 +200002,31,2,20020008,1,0,0,0,0,223121510 +200002,32,2,20020009,1,0,0,0,0,223121510 +200002,33,2,20020010,1,0,0,0,0,223121510 +200002,34,2,20030008,1,0,0,0,0,223121510 +200002,35,2,20030009,1,0,0,0,0,223121510 +200002,36,2,20030010,1,0,0,0,0,223121510 +200002,37,2,20040008,1,0,0,0,0,223121510 +200002,38,2,20040009,1,0,0,0,0,223121510 +200002,39,2,20040010,1,0,0,0,0,223121510 +200002,40,2,20050008,1,0,0,0,0,223121510 +200002,41,2,20050009,1,0,0,0,0,223121510 +200002,42,2,20050010,1,0,0,0,0,223121510 +200002,43,2,20060008,1,0,0,0,0,223121510 +200002,44,2,20060009,1,0,0,0,0,223121510 +200002,45,2,20060010,1,0,0,0,0,223121510 +200002,46,2,20070008,1,0,0,0,0,223121510 +200002,47,2,20070009,1,0,0,0,0,223121510 +200002,48,2,20070010,1,0,0,0,0,223121510 +200002,49,2,20080008,1,0,0,0,0,223121510 +200002,50,2,20080009,1,0,0,0,0,223121510 +200002,51,2,20080010,1,0,0,0,0,223121510 +200002,52,2,20090008,1,0,0,0,0,223121510 +200002,53,2,20090009,1,0,0,0,0,223121510 +200002,54,2,20090010,1,0,0,0,0,223121510 +200002,55,2,30010004,1,0,0,0,0,223121510 +200002,56,2,30010005,1,0,0,0,0,223121510 +200002,57,2,30010006,1,0,0,0,0,223121510 +200002,58,2,30020004,1,0,0,0,0,223121510 +200002,59,2,30020005,1,0,0,0,0,223121510 +200002,60,2,30020006,1,0,0,0,0,223121510 +200002,61,2,30030004,1,0,0,0,0,223121510 +200002,62,2,30030005,1,0,0,0,0,223121510 +200002,63,2,30030006,1,0,0,0,0,223121510 +200002,64,2,30040004,1,0,0,0,0,223121510 +200002,65,2,30040005,1,0,0,0,0,223121510 +200002,66,2,30040006,1,0,0,0,0,223121510 +200002,67,2,30050004,1,0,0,0,0,223121510 +200002,68,2,30050005,1,0,0,0,0,223121510 +200002,69,2,30050006,1,0,0,0,0,223121510 +200002,70,2,30060004,1,0,0,0,0,223121510 +200002,71,2,30060005,1,0,0,0,0,223121510 +200002,72,2,30060006,1,0,0,0,0,223121510 +200002,73,2,30070004,1,0,0,0,0,223121510 +200002,74,2,30070005,1,0,0,0,0,223121510 +200002,75,2,30070006,1,0,0,0,0,223121510 +200002,76,2,30080004,1,0,0,0,0,223121510 +200002,77,2,30080005,1,0,0,0,0,223121510 +200002,78,2,30080006,1,0,0,0,0,223121510 +200002,79,2,30090004,1,0,0,0,0,223121510 +200002,80,2,30090005,1,0,0,0,0,223121510 +200002,81,2,30090006,1,0,0,0,0,223121510 +200002,82,2,30100004,1,0,0,0,0,223121510 +200002,83,2,30100005,1,0,0,0,0,223121510 +200002,84,2,30100006,1,0,0,0,0,223121510 +200002,85,2,30110004,1,0,0,0,0,223121510 +200002,86,2,30110005,1,0,0,0,0,223121510 +200002,87,2,30110006,1,0,0,0,0,223121510 +200002,88,2,30120004,1,0,0,0,0,223121510 +200002,89,2,30120005,1,0,0,0,0,223121510 +200002,90,2,30120006,1,0,0,0,0,223121510 +200002,91,2,40010004,1,0,0,0,0,223121510 +200002,92,2,40010005,1,0,0,0,0,223121510 +200002,93,2,40010006,1,0,0,0,0,223121510 +200002,94,2,40020004,1,0,0,0,0,223121510 +200002,95,2,40020005,1,0,0,0,0,223121510 +200002,96,2,40020006,1,0,0,0,0,223121510 +200002,97,2,40030004,1,0,0,0,0,223121510 +200002,98,2,40030005,1,0,0,0,0,223121510 +200002,99,2,40030006,1,0,0,0,0,223121510 +200002,100,2,40040004,1,0,0,0,0,223121510 +200002,101,2,40040005,1,0,0,0,0,223121510 +200002,102,2,40040006,1,0,0,0,0,223121510 +200002,103,2,40050004,1,0,0,0,0,223121510 +200002,104,2,40050005,1,0,0,0,0,223121510 +200002,105,2,40050006,1,0,0,0,0,223121510 +200002,106,2,40060004,1,0,0,0,0,223121510 +200002,107,2,40060005,1,0,0,0,0,223121510 +200002,108,2,40060006,1,0,0,0,0,223121510 +200002,109,2,40070004,1,0,0,0,0,223121510 +200002,110,2,40070005,1,0,0,0,0,223121510 +200002,111,2,40070006,1,0,0,0,0,223121510 +200002,112,2,40080004,1,0,0,0,0,223121510 +200002,113,2,40080005,1,0,0,0,0,223121510 +200002,114,2,40080006,1,0,0,0,0,223121510 +200002,115,2,40090004,1,0,0,0,0,223121510 +200002,116,2,40090005,1,0,0,0,0,223121510 +200002,117,2,40090006,1,0,0,0,0,223121510 +200002,118,2,40100001,1,0,0,0,0,223121510 +200002,119,2,40110001,1,0,0,0,0,223121510 +201001,1,2,10010010,1,0,0,0,0,1 +201001,2,2,10010011,1,0,0,0,0,1 +201001,3,2,10010012,1,0,0,0,0,1 +201001,4,2,10020010,1,0,0,0,0,1 +201001,5,2,10020011,1,0,0,0,0,1 +201001,6,2,10020012,1,0,0,0,0,1 +201001,7,2,10030010,1,0,0,0,0,1 +201001,8,2,10030011,1,0,0,0,0,1 +201001,9,2,10030012,1,0,0,0,0,1 +201001,10,2,10040010,1,0,0,0,0,1 +201001,11,2,10040011,1,0,0,0,0,1 +201001,12,2,10040012,1,0,0,0,0,1 +201001,13,2,10050010,1,0,0,0,0,1 +201001,14,2,10050011,1,0,0,0,0,1 +201001,15,2,10050012,1,0,0,0,0,1 +201001,16,2,10060010,1,0,0,0,0,1 +201001,17,2,10060011,1,0,0,0,0,1 +201001,18,2,10060012,1,0,0,0,0,1 +201001,19,2,10070010,1,0,0,0,0,1 +201001,20,2,10070011,1,0,0,0,0,1 +201001,21,2,10070012,1,0,0,0,0,1 +201001,22,2,10080010,1,0,0,0,0,1 +201001,23,2,10080011,1,0,0,0,0,1 +201001,24,2,10080012,1,0,0,0,0,1 +201001,25,2,10090010,1,0,0,0,0,1 +201001,26,2,10090011,1,0,0,0,0,1 +201001,27,2,10090012,1,0,0,0,0,1 +202001,1,2,20010008,1,0,0,0,0,1 +202001,2,2,20010009,1,0,0,0,0,1 +202001,3,2,20010010,1,0,0,0,0,1 +202001,4,2,20020008,1,0,0,0,0,1 +202001,5,2,20020009,1,0,0,0,0,1 +202001,6,2,20020010,1,0,0,0,0,1 +202001,7,2,20030008,1,0,0,0,0,1 +202001,8,2,20030009,1,0,0,0,0,1 +202001,9,2,20030010,1,0,0,0,0,1 +202001,10,2,20040008,1,0,0,0,0,1 +202001,11,2,20040009,1,0,0,0,0,1 +202001,12,2,20040010,1,0,0,0,0,1 +202001,13,2,20050008,1,0,0,0,0,1 +202001,14,2,20050009,1,0,0,0,0,1 +202001,15,2,20050010,1,0,0,0,0,1 +202001,16,2,20060008,1,0,0,0,0,1 +202001,17,2,20060009,1,0,0,0,0,1 +202001,18,2,20060010,1,0,0,0,0,1 +202001,19,2,20070008,1,0,0,0,0,1 +202001,20,2,20070009,1,0,0,0,0,1 +202001,21,2,20070010,1,0,0,0,0,1 +202001,22,2,20080008,1,0,0,0,0,1 +202001,23,2,20080009,1,0,0,0,0,1 +202001,24,2,20080010,1,0,0,0,0,1 +202001,25,2,20090008,1,0,0,0,0,1 +202001,26,2,20090009,1,0,0,0,0,1 +202001,27,2,20090010,1,0,0,0,0,1 +203001,1,2,30010004,1,0,0,0,0,1 +203001,2,2,30010005,1,0,0,0,0,1 +203001,3,2,30010006,1,0,0,0,0,1 +203001,4,2,30020004,1,0,0,0,0,1 +203001,5,2,30020005,1,0,0,0,0,1 +203001,6,2,30020006,1,0,0,0,0,1 +203001,7,2,30030004,1,0,0,0,0,1 +203001,8,2,30030005,1,0,0,0,0,1 +203001,9,2,30030006,1,0,0,0,0,1 +203001,10,2,30040004,1,0,0,0,0,1 +203001,11,2,30040005,1,0,0,0,0,1 +203001,12,2,30040006,1,0,0,0,0,1 +203001,13,2,30050004,1,0,0,0,0,1 +203001,14,2,30050005,1,0,0,0,0,1 +203001,15,2,30050006,1,0,0,0,0,1 +203001,16,2,30060004,1,0,0,0,0,1 +203001,17,2,30060005,1,0,0,0,0,1 +203001,18,2,30060006,1,0,0,0,0,1 +203001,19,2,30070004,1,0,0,0,0,1 +203001,20,2,30070005,1,0,0,0,0,1 +203001,21,2,30070006,1,0,0,0,0,1 +203001,22,2,30080004,1,0,0,0,0,1 +203001,23,2,30080005,1,0,0,0,0,1 +203001,24,2,30080006,1,0,0,0,0,1 +203001,25,2,30090004,1,0,0,0,0,1 +203001,26,2,30090005,1,0,0,0,0,1 +203001,27,2,30090006,1,0,0,0,0,1 +203001,28,2,30100004,1,0,0,0,0,1 +203001,29,2,30100005,1,0,0,0,0,1 +203001,30,2,30100006,1,0,0,0,0,1 +203001,31,2,30110004,1,0,0,0,0,1 +203001,32,2,30110005,1,0,0,0,0,1 +203001,33,2,30110006,1,0,0,0,0,1 +203001,34,2,30120004,1,0,0,0,0,1 +203001,35,2,30120005,1,0,0,0,0,1 +203001,36,2,30120006,1,0,0,0,0,1 +204001,1,2,40010004,1,0,0,0,0,1 +204001,2,2,40010005,1,0,0,0,0,1 +204001,3,2,40010006,1,0,0,0,0,1 +204001,4,2,40020004,1,0,0,0,0,1 +204001,5,2,40020005,1,0,0,0,0,1 +204001,6,2,40020006,1,0,0,0,0,1 +204001,7,2,40030004,1,0,0,0,0,1 +204001,8,2,40030005,1,0,0,0,0,1 +204001,9,2,40030006,1,0,0,0,0,1 +204001,10,2,40040004,1,0,0,0,0,1 +204001,11,2,40040005,1,0,0,0,0,1 +204001,12,2,40040006,1,0,0,0,0,1 +204001,13,2,40050004,1,0,0,0,0,1 +204001,14,2,40050005,1,0,0,0,0,1 +204001,15,2,40050006,1,0,0,0,0,1 +204001,16,2,40060004,1,0,0,0,0,1 +204001,17,2,40060005,1,0,0,0,0,1 +204001,18,2,40060006,1,0,0,0,0,1 +204001,19,2,40070004,1,0,0,0,0,1 +204001,20,2,40070005,1,0,0,0,0,1 +204001,21,2,40070006,1,0,0,0,0,1 +204001,22,2,40080004,1,0,0,0,0,1 +204001,23,2,40080005,1,0,0,0,0,1 +204001,24,2,40080006,1,0,0,0,0,1 +204001,25,2,40090004,1,0,0,0,0,1 +204001,26,2,40090005,1,0,0,0,0,1 +204001,27,2,40090006,1,0,0,0,0,1 +204002,1,2,40010004,1,0,0,0,0,223121510 +204002,2,2,40010005,1,0,0,0,0,223121510 +204002,3,2,40010006,1,0,0,0,0,223121510 +204002,4,2,40020004,1,0,0,0,0,223121510 +204002,5,2,40020005,1,0,0,0,0,223121510 +204002,6,2,40020006,1,0,0,0,0,223121510 +204002,7,2,40030004,1,0,0,0,0,223121510 +204002,8,2,40030005,1,0,0,0,0,223121510 +204002,9,2,40030006,1,0,0,0,0,223121510 +204002,10,2,40040004,1,0,0,0,0,223121510 +204002,11,2,40040005,1,0,0,0,0,223121510 +204002,12,2,40040006,1,0,0,0,0,223121510 +204002,13,2,40050004,1,0,0,0,0,223121510 +204002,14,2,40050005,1,0,0,0,0,223121510 +204002,15,2,40050006,1,0,0,0,0,223121510 +204002,16,2,40060004,1,0,0,0,0,223121510 +204002,17,2,40060005,1,0,0,0,0,223121510 +204002,18,2,40060006,1,0,0,0,0,223121510 +204002,19,2,40070004,1,0,0,0,0,223121510 +204002,20,2,40070005,1,0,0,0,0,223121510 +204002,21,2,40070006,1,0,0,0,0,223121510 +204002,22,2,40080004,1,0,0,0,0,223121510 +204002,23,2,40080005,1,0,0,0,0,223121510 +204002,24,2,40080006,1,0,0,0,0,223121510 +204002,25,2,40090004,1,0,0,0,0,223121510 +204002,26,2,40090005,1,0,0,0,0,223121510 +204002,27,2,40090006,1,0,0,0,0,223121510 +204002,28,2,40100001,1,0,0,0,0,223121510 +204002,29,2,40110001,1,0,0,0,0,223121510 +211001,1,2,10010010,1,0,0,0,0,223061104 +211001,2,2,10020010,1,0,0,0,0,223061104 +211001,3,2,10030010,1,0,0,0,0,223061104 +211001,4,2,10040010,1,0,0,0,0,223061104 +211001,5,2,10050010,1,0,0,0,0,223061104 +211001,6,2,10060010,1,0,0,0,0,223061104 +211001,7,2,10070010,1,0,0,0,0,223061104 +211001,8,2,10080010,1,0,0,0,0,223061104 +211001,9,2,10090010,1,0,0,0,0,223061104 +211001,10,2,20010008,1,0,0,0,0,223061104 +211001,11,2,20020008,1,0,0,0,0,223061104 +211001,12,2,20030008,1,0,0,0,0,223061104 +211001,13,2,20040008,1,0,0,0,0,223061104 +211001,14,2,20050008,1,0,0,0,0,223061104 +211001,15,2,20060008,1,0,0,0,0,223061104 +211001,16,2,20070008,1,0,0,0,0,223061104 +211001,17,2,20080008,1,0,0,0,0,223061104 +211001,18,2,20090008,1,0,0,0,0,223061104 +211001,19,2,30010004,1,0,0,0,0,223061104 +211001,20,2,30020004,1,0,0,0,0,223061104 +211001,21,2,30030004,1,0,0,0,0,223061104 +211001,22,2,30040004,1,0,0,0,0,223061104 +211001,23,2,30050004,1,0,0,0,0,223061104 +211001,24,2,30060004,1,0,0,0,0,223061104 +211001,25,2,30070004,1,0,0,0,0,223061104 +211001,26,2,30080004,1,0,0,0,0,223061104 +211001,27,2,30090004,1,0,0,0,0,223061104 +211001,28,2,30100004,1,0,0,0,0,223061104 +211001,29,2,30110004,1,0,0,0,0,223061104 +211001,30,2,30120004,1,0,0,0,0,223061104 +211001,31,2,40010004,1,0,0,0,0,223061104 +211001,32,2,40020004,1,0,0,0,0,223061104 +211001,33,2,40030004,1,0,0,0,0,223061104 +211001,34,2,40040004,1,0,0,0,0,223061104 +211001,35,2,40050004,1,0,0,0,0,223061104 +211001,36,2,40060004,1,0,0,0,0,223061104 +211001,37,2,40070004,1,0,0,0,0,223061104 +211001,38,2,40080004,1,0,0,0,0,223061104 +211001,39,2,40090004,1,0,0,0,0,223061104 +211002,1,2,10010010,1,0,0,0,0,223121510 +211002,2,2,10020010,1,0,0,0,0,223121510 +211002,3,2,10030010,1,0,0,0,0,223121510 +211002,4,2,10040010,1,0,0,0,0,223121510 +211002,5,2,10050010,1,0,0,0,0,223121510 +211002,6,2,10060010,1,0,0,0,0,223121510 +211002,7,2,10070010,1,0,0,0,0,223121510 +211002,8,2,10080010,1,0,0,0,0,223121510 +211002,9,2,10090010,1,0,0,0,0,223121510 +211002,10,2,20010008,1,0,0,0,0,223121510 +211002,11,2,20020008,1,0,0,0,0,223121510 +211002,12,2,20030008,1,0,0,0,0,223121510 +211002,13,2,20040008,1,0,0,0,0,223121510 +211002,14,2,20050008,1,0,0,0,0,223121510 +211002,15,2,20060008,1,0,0,0,0,223121510 +211002,16,2,20070008,1,0,0,0,0,223121510 +211002,17,2,20080008,1,0,0,0,0,223121510 +211002,18,2,20090008,1,0,0,0,0,223121510 +211002,19,2,30010004,1,0,0,0,0,223121510 +211002,20,2,30020004,1,0,0,0,0,223121510 +211002,21,2,30030004,1,0,0,0,0,223121510 +211002,22,2,30040004,1,0,0,0,0,223121510 +211002,23,2,30050004,1,0,0,0,0,223121510 +211002,24,2,30060004,1,0,0,0,0,223121510 +211002,25,2,30070004,1,0,0,0,0,223121510 +211002,26,2,30080004,1,0,0,0,0,223121510 +211002,27,2,30090004,1,0,0,0,0,223121510 +211002,28,2,30100004,1,0,0,0,0,223121510 +211002,29,2,30110004,1,0,0,0,0,223121510 +211002,30,2,30120004,1,0,0,0,0,223121510 +211002,31,2,40010004,1,0,0,0,0,223121510 +211002,32,2,40020004,1,0,0,0,0,223121510 +211002,33,2,40030004,1,0,0,0,0,223121510 +211002,34,2,40040004,1,0,0,0,0,223121510 +211002,35,2,40050004,1,0,0,0,0,223121510 +211002,36,2,40060004,1,0,0,0,0,223121510 +211002,37,2,40070004,1,0,0,0,0,223121510 +211002,38,2,40080004,1,0,0,0,0,223121510 +211002,39,2,40090004,1,0,0,0,0,223121510 +211002,40,2,40100001,1,0,0,0,0,223121510 +211002,41,2,40110001,1,0,0,0,0,223121510 +212001,1,2,10010011,1,0,0,0,0,223061104 +212001,2,2,10020011,1,0,0,0,0,223061104 +212001,3,2,10030011,1,0,0,0,0,223061104 +212001,4,2,10040011,1,0,0,0,0,223061104 +212001,5,2,10050011,1,0,0,0,0,223061104 +212001,6,2,10060011,1,0,0,0,0,223061104 +212001,7,2,10070011,1,0,0,0,0,223061104 +212001,8,2,10080011,1,0,0,0,0,223061104 +212001,9,2,10090011,1,0,0,0,0,223061104 +212001,10,2,20010009,1,0,0,0,0,223061104 +212001,11,2,20020009,1,0,0,0,0,223061104 +212001,12,2,20030009,1,0,0,0,0,223061104 +212001,13,2,20040009,1,0,0,0,0,223061104 +212001,14,2,20050009,1,0,0,0,0,223061104 +212001,15,2,20060009,1,0,0,0,0,223061104 +212001,16,2,20070009,1,0,0,0,0,223061104 +212001,17,2,20080009,1,0,0,0,0,223061104 +212001,18,2,20090009,1,0,0,0,0,223061104 +212001,19,2,30010005,1,0,0,0,0,223061104 +212001,20,2,30020005,1,0,0,0,0,223061104 +212001,21,2,30030005,1,0,0,0,0,223061104 +212001,22,2,30040005,1,0,0,0,0,223061104 +212001,23,2,30050005,1,0,0,0,0,223061104 +212001,24,2,30060005,1,0,0,0,0,223061104 +212001,25,2,30070005,1,0,0,0,0,223061104 +212001,26,2,30080005,1,0,0,0,0,223061104 +212001,27,2,30090005,1,0,0,0,0,223061104 +212001,28,2,30100005,1,0,0,0,0,223061104 +212001,29,2,30110005,1,0,0,0,0,223061104 +212001,30,2,30120005,1,0,0,0,0,223061104 +212001,31,2,40010005,1,0,0,0,0,223061104 +212001,32,2,40020005,1,0,0,0,0,223061104 +212001,33,2,40030005,1,0,0,0,0,223061104 +212001,34,2,40040005,1,0,0,0,0,223061104 +212001,35,2,40050005,1,0,0,0,0,223061104 +212001,36,2,40060005,1,0,0,0,0,223061104 +212001,37,2,40070005,1,0,0,0,0,223061104 +212001,38,2,40080005,1,0,0,0,0,223061104 +212001,39,2,40090005,1,0,0,0,0,223061104 +213001,1,2,10010012,1,0,0,0,0,223061104 +213001,2,2,10020012,1,0,0,0,0,223061104 +213001,3,2,10030012,1,0,0,0,0,223061104 +213001,4,2,10040012,1,0,0,0,0,223061104 +213001,5,2,10050012,1,0,0,0,0,223061104 +213001,6,2,10060012,1,0,0,0,0,223061104 +213001,7,2,10070012,1,0,0,0,0,223061104 +213001,8,2,10080012,1,0,0,0,0,223061104 +213001,9,2,10090012,1,0,0,0,0,223061104 +213001,10,2,20010010,1,0,0,0,0,223061104 +213001,11,2,20020010,1,0,0,0,0,223061104 +213001,12,2,20030010,1,0,0,0,0,223061104 +213001,13,2,20040010,1,0,0,0,0,223061104 +213001,14,2,20050010,1,0,0,0,0,223061104 +213001,15,2,20060010,1,0,0,0,0,223061104 +213001,16,2,20070010,1,0,0,0,0,223061104 +213001,17,2,20080010,1,0,0,0,0,223061104 +213001,18,2,20090010,1,0,0,0,0,223061104 +213001,19,2,30010006,1,0,0,0,0,223061104 +213001,20,2,30020006,1,0,0,0,0,223061104 +213001,21,2,30030006,1,0,0,0,0,223061104 +213001,22,2,30040006,1,0,0,0,0,223061104 +213001,23,2,30050006,1,0,0,0,0,223061104 +213001,24,2,30060006,1,0,0,0,0,223061104 +213001,25,2,30070006,1,0,0,0,0,223061104 +213001,26,2,30080006,1,0,0,0,0,223061104 +213001,27,2,30090006,1,0,0,0,0,223061104 +213001,28,2,30100006,1,0,0,0,0,223061104 +213001,29,2,30110006,1,0,0,0,0,223061104 +213001,30,2,30120006,1,0,0,0,0,223061104 +213001,31,2,40010006,1,0,0,0,0,223061104 +213001,32,2,40020006,1,0,0,0,0,223061104 +213001,33,2,40030006,1,0,0,0,0,223061104 +213001,34,2,40040006,1,0,0,0,0,223061104 +213001,35,2,40050006,1,0,0,0,0,223061104 +213001,36,2,40060006,1,0,0,0,0,223061104 +213001,37,2,40070006,1,0,0,0,0,223061104 +213001,38,2,40080006,1,0,0,0,0,223061104 +213001,39,2,40090006,1,0,0,0,0,223061104 +221001,1,2,10050010,1,0,0,0,0,223111703 +221001,2,2,10050011,1,0,0,0,0,223111703 +221001,3,2,10050012,1,0,0,0,0,223111703 +221001,4,2,10060010,1,0,0,0,0,223111703 +221001,5,2,10060011,1,0,0,0,0,223111703 +221001,6,2,10060012,1,0,0,0,0,223111703 +221001,7,2,10080010,1,0,0,0,0,223111703 +221001,8,2,10080011,1,0,0,0,0,223111703 +221001,9,2,10080012,1,0,0,0,0,223111703 +221001,10,2,20060008,1,0,0,0,0,223111703 +221001,11,2,20060009,1,0,0,0,0,223111703 +221001,12,2,20060010,1,0,0,0,0,223111703 +221001,13,2,20070008,1,0,0,0,0,223111703 +221001,14,2,20070009,1,0,0,0,0,223111703 +221001,15,2,20070010,1,0,0,0,0,223111703 +221001,16,2,20090008,1,0,0,0,0,223111703 +221001,17,2,20090009,1,0,0,0,0,223111703 +221001,18,2,20090010,1,0,0,0,0,223111703 +221001,19,2,30020004,1,0,0,0,0,223111703 +221001,20,2,30020005,1,0,0,0,0,223111703 +221001,21,2,30020006,1,0,0,0,0,223111703 +221001,22,2,30030004,1,0,0,0,0,223111703 +221001,23,2,30030005,1,0,0,0,0,223111703 +221001,24,2,30030006,1,0,0,0,0,223111703 +221001,25,2,30090004,1,0,0,0,0,223111703 +221001,26,2,30090005,1,0,0,0,0,223111703 +221001,27,2,30090006,1,0,0,0,0,223111703 +221001,28,2,30100004,1,0,0,0,0,223111703 +221001,29,2,30100005,1,0,0,0,0,223111703 +221001,30,2,30100006,1,0,0,0,0,223111703 +221001,31,2,40060004,1,0,0,0,0,223111703 +221001,32,2,40060005,1,0,0,0,0,223111703 +221001,33,2,40060006,1,0,0,0,0,223111703 +221001,34,2,40070004,1,0,0,0,0,223111703 +221001,35,2,40070005,1,0,0,0,0,223111703 +221001,36,2,40070006,1,0,0,0,0,223111703 +221001,37,2,40080004,1,0,0,0,0,223111703 +221001,38,2,40080005,1,0,0,0,0,223111703 +221001,39,2,40080006,1,0,0,0,0,223111703 +221001,40,2,40090004,1,0,0,0,0,223111703 +221001,41,2,40090005,1,0,0,0,0,223111703 +221001,42,2,40090006,1,0,0,0,0,223111703 +222001,1,2,10010010,1,0,0,0,0,223112405 +222001,2,2,10010011,1,0,0,0,0,223112405 +222001,3,2,10010012,1,0,0,0,0,223112405 +222001,4,2,10030010,1,0,0,0,0,223112405 +222001,5,2,10030011,1,0,0,0,0,223112405 +222001,6,2,10030012,1,0,0,0,0,223112405 +222001,7,2,10040010,1,0,0,0,0,223112405 +222001,8,2,10040011,1,0,0,0,0,223112405 +222001,9,2,10040012,1,0,0,0,0,223112405 +222001,10,2,20010008,1,0,0,0,0,223112405 +222001,11,2,20010009,1,0,0,0,0,223112405 +222001,12,2,20010010,1,0,0,0,0,223112405 +222001,13,2,20020008,1,0,0,0,0,223112405 +222001,14,2,20020009,1,0,0,0,0,223112405 +222001,15,2,20020010,1,0,0,0,0,223112405 +222001,16,2,20050008,1,0,0,0,0,223112405 +222001,17,2,20050009,1,0,0,0,0,223112405 +222001,18,2,20050010,1,0,0,0,0,223112405 +222001,19,2,30010004,1,0,0,0,0,223112405 +222001,20,2,30010005,1,0,0,0,0,223112405 +222001,21,2,30010006,1,0,0,0,0,223112405 +222001,22,2,30050004,1,0,0,0,0,223112405 +222001,23,2,30050005,1,0,0,0,0,223112405 +222001,24,2,30050006,1,0,0,0,0,223112405 +222001,25,2,30070004,1,0,0,0,0,223112405 +222001,26,2,30070005,1,0,0,0,0,223112405 +222001,27,2,30070006,1,0,0,0,0,223112405 +222001,28,2,30120004,1,0,0,0,0,223112405 +222001,29,2,30120005,1,0,0,0,0,223112405 +222001,30,2,30120006,1,0,0,0,0,223112405 +222001,31,2,40010004,1,0,0,0,0,223112405 +222001,32,2,40010005,1,0,0,0,0,223112405 +222001,33,2,40010006,1,0,0,0,0,223112405 +222001,34,2,40020004,1,0,0,0,0,223112405 +222001,35,2,40020005,1,0,0,0,0,223112405 +222001,36,2,40020006,1,0,0,0,0,223112405 +222001,37,2,40030004,1,0,0,0,0,223112405 +222001,38,2,40030005,1,0,0,0,0,223112405 +222001,39,2,40030006,1,0,0,0,0,223112405 +222001,40,2,40040004,1,0,0,0,0,223112405 +222001,41,2,40040005,1,0,0,0,0,223112405 +222001,42,2,40040006,1,0,0,0,0,223112405 +222001,43,2,40050004,1,0,0,0,0,223112405 +222001,44,2,40050005,1,0,0,0,0,223112405 +222001,45,2,40050006,1,0,0,0,0,223112405 +223001,1,2,10020010,1,0,0,0,0,223120104 +223001,2,2,10020011,1,0,0,0,0,223120104 +223001,3,2,10020012,1,0,0,0,0,223120104 +223001,4,2,10070010,1,0,0,0,0,223120104 +223001,5,2,10070011,1,0,0,0,0,223120104 +223001,6,2,10070012,1,0,0,0,0,223120104 +223001,7,2,10090010,1,0,0,0,0,223120104 +223001,8,2,10090011,1,0,0,0,0,223120104 +223001,9,2,10090012,1,0,0,0,0,223120104 +223001,10,2,20030008,1,0,0,0,0,223120104 +223001,11,2,20030009,1,0,0,0,0,223120104 +223001,12,2,20030010,1,0,0,0,0,223120104 +223001,13,2,20040008,1,0,0,0,0,223120104 +223001,14,2,20040009,1,0,0,0,0,223120104 +223001,15,2,20040010,1,0,0,0,0,223120104 +223001,16,2,20080008,1,0,0,0,0,223120104 +223001,17,2,20080009,1,0,0,0,0,223120104 +223001,18,2,20080010,1,0,0,0,0,223120104 +223001,19,2,30040004,1,0,0,0,0,223120104 +223001,20,2,30040005,1,0,0,0,0,223120104 +223001,21,2,30040006,1,0,0,0,0,223120104 +223001,22,2,30060004,1,0,0,0,0,223120104 +223001,23,2,30060005,1,0,0,0,0,223120104 +223001,24,2,30060006,1,0,0,0,0,223120104 +223001,25,2,30080004,1,0,0,0,0,223120104 +223001,26,2,30080005,1,0,0,0,0,223120104 +223001,27,2,30080006,1,0,0,0,0,223120104 +223001,28,2,30110004,1,0,0,0,0,223120104 +223001,29,2,30110005,1,0,0,0,0,223120104 +223001,30,2,30110006,1,0,0,0,0,223120104 +100001,1,2,10010001,1,0,0,0,0,1 +100001,2,2,10010002,1,0,0,0,0,1 +100001,3,2,10010003,1,0,0,0,0,1 +100001,4,2,10010004,1,0,0,0,0,1 +100001,5,2,10010005,1,0,0,0,0,1 +100001,6,2,10010006,1,0,0,0,0,1 +100001,7,2,10010007,1,0,0,0,0,1 +100001,8,2,10010008,1,0,0,0,0,1 +100001,9,2,10010009,1,0,0,0,0,1 +100001,10,2,10020001,1,0,0,0,0,1 +100001,11,2,10020002,1,0,0,0,0,1 +100001,12,2,10020003,1,0,0,0,0,1 +100001,13,2,10020004,1,0,0,0,0,1 +100001,14,2,10020005,1,0,0,0,0,1 +100001,15,2,10020006,1,0,0,0,0,1 +100001,16,2,10020007,1,0,0,0,0,1 +100001,17,2,10020008,1,0,0,0,0,1 +100001,18,2,10020009,1,0,0,0,0,1 +100001,19,2,10030001,1,0,0,0,0,1 +100001,20,2,10030002,1,0,0,0,0,1 +100001,21,2,10030003,1,0,0,0,0,1 +100001,22,2,10030004,1,0,0,0,0,1 +100001,23,2,10030005,1,0,0,0,0,1 +100001,24,2,10030006,1,0,0,0,0,1 +100001,25,2,10030007,1,0,0,0,0,1 +100001,26,2,10030008,1,0,0,0,0,1 +100001,27,2,10030009,1,0,0,0,0,1 +100001,28,2,10040001,1,0,0,0,0,1 +100001,29,2,10040002,1,0,0,0,0,1 +100001,30,2,10040003,1,0,0,0,0,1 +100001,31,2,10040004,1,0,0,0,0,1 +100001,32,2,10040005,1,0,0,0,0,1 +100001,33,2,10040006,1,0,0,0,0,1 +100001,34,2,10040007,1,0,0,0,0,1 +100001,35,2,10040008,1,0,0,0,0,1 +100001,36,2,10040009,1,0,0,0,0,1 +100001,37,2,10050001,1,0,0,0,0,1 +100001,38,2,10050002,1,0,0,0,0,1 +100001,39,2,10050003,1,0,0,0,0,1 +100001,40,2,10050004,1,0,0,0,0,1 +100001,41,2,10050005,1,0,0,0,0,1 +100001,42,2,10050006,1,0,0,0,0,1 +100001,43,2,10050007,1,0,0,0,0,1 +100001,44,2,10050008,1,0,0,0,0,1 +100001,45,2,10050009,1,0,0,0,0,1 +100001,46,2,10060001,1,0,0,0,0,1 +100001,47,2,10060002,1,0,0,0,0,1 +100001,48,2,10060003,1,0,0,0,0,1 +100001,49,2,10060004,1,0,0,0,0,1 +100001,50,2,10060005,1,0,0,0,0,1 +100001,51,2,10060006,1,0,0,0,0,1 +100001,52,2,10060007,1,0,0,0,0,1 +100001,53,2,10060008,1,0,0,0,0,1 +100001,54,2,10060009,1,0,0,0,0,1 +100001,55,2,10070001,1,0,0,0,0,1 +100001,56,2,10070002,1,0,0,0,0,1 +100001,57,2,10070003,1,0,0,0,0,1 +100001,58,2,10070004,1,0,0,0,0,1 +100001,59,2,10070005,1,0,0,0,0,1 +100001,60,2,10070006,1,0,0,0,0,1 +100001,61,2,10070007,1,0,0,0,0,1 +100001,62,2,10070008,1,0,0,0,0,1 +100001,63,2,10070009,1,0,0,0,0,1 +100001,64,2,10080001,1,0,0,0,0,1 +100001,65,2,10080002,1,0,0,0,0,1 +100001,66,2,10080003,1,0,0,0,0,1 +100001,67,2,10080004,1,0,0,0,0,1 +100001,68,2,10080005,1,0,0,0,0,1 +100001,69,2,10080006,1,0,0,0,0,1 +100001,70,2,10080007,1,0,0,0,0,1 +100001,71,2,10080008,1,0,0,0,0,1 +100001,72,2,10080009,1,0,0,0,0,1 +100001,73,2,10090001,1,0,0,0,0,1 +100001,74,2,10090002,1,0,0,0,0,1 +100001,75,2,10090003,1,0,0,0,0,1 +100001,76,2,10090004,1,0,0,0,0,1 +100001,77,2,10090005,1,0,0,0,0,1 +100001,78,2,10090006,1,0,0,0,0,1 +100001,79,2,10090007,1,0,0,0,0,1 +100001,80,2,10090008,1,0,0,0,0,1 +100001,81,2,10090009,1,0,0,0,0,1 +100001,82,2,20010001,1,0,0,0,0,1 +100001,83,2,20010002,1,0,0,0,0,1 +100001,84,2,20010003,1,0,0,0,0,1 +100001,85,2,20010004,1,0,0,0,0,1 +100001,86,2,20010005,1,0,0,0,0,1 +100001,87,2,20010006,1,0,0,0,0,1 +100001,88,2,20010007,1,0,0,0,0,1 +100001,89,2,20020001,1,0,0,0,0,1 +100001,90,2,20020002,1,0,0,0,0,1 +100001,91,2,20020003,1,0,0,0,0,1 +100001,92,2,20020004,1,0,0,0,0,1 +100001,93,2,20020005,1,0,0,0,0,1 +100001,94,2,20020006,1,0,0,0,0,1 +100001,95,2,20020007,1,0,0,0,0,1 +100001,96,2,20030001,1,0,0,0,0,1 +100001,97,2,20030002,1,0,0,0,0,1 +100001,98,2,20030003,1,0,0,0,0,1 +100001,99,2,20030004,1,0,0,0,0,1 +100001,100,2,20030005,1,0,0,0,0,1 +100001,101,2,20030006,1,0,0,0,0,1 +100001,102,2,20030007,1,0,0,0,0,1 +100001,103,2,20040001,1,0,0,0,0,1 +100001,104,2,20040002,1,0,0,0,0,1 +100001,105,2,20040003,1,0,0,0,0,1 +100001,106,2,20040004,1,0,0,0,0,1 +100001,107,2,20040005,1,0,0,0,0,1 +100001,108,2,20040006,1,0,0,0,0,1 +100001,109,2,20040007,1,0,0,0,0,1 +100001,110,2,20050001,1,0,0,0,0,1 +100001,111,2,20050002,1,0,0,0,0,1 +100001,112,2,20050003,1,0,0,0,0,1 +100001,113,2,20050004,1,0,0,0,0,1 +100001,114,2,20050005,1,0,0,0,0,1 +100001,115,2,20050006,1,0,0,0,0,1 +100001,116,2,20050007,1,0,0,0,0,1 +100001,117,2,20060001,1,0,0,0,0,1 +100001,118,2,20060002,1,0,0,0,0,1 +100001,119,2,20060003,1,0,0,0,0,1 +100001,120,2,20060004,1,0,0,0,0,1 +100001,121,2,20060005,1,0,0,0,0,1 +100001,122,2,20060006,1,0,0,0,0,1 +100001,123,2,20060007,1,0,0,0,0,1 +100001,124,2,20070001,1,0,0,0,0,1 +100001,125,2,20070002,1,0,0,0,0,1 +100001,126,2,20070003,1,0,0,0,0,1 +100001,127,2,20070004,1,0,0,0,0,1 +100001,128,2,20070005,1,0,0,0,0,1 +100001,129,2,20070006,1,0,0,0,0,1 +100001,130,2,20070007,1,0,0,0,0,1 +100001,131,2,20080001,1,0,0,0,0,1 +100001,132,2,20080002,1,0,0,0,0,1 +100001,133,2,20080003,1,0,0,0,0,1 +100001,134,2,20080004,1,0,0,0,0,1 +100001,135,2,20080005,1,0,0,0,0,1 +100001,136,2,20080006,1,0,0,0,0,1 +100001,137,2,20080007,1,0,0,0,0,1 +100001,138,2,20090001,1,0,0,0,0,1 +100001,139,2,20090002,1,0,0,0,0,1 +100001,140,2,20090003,1,0,0,0,0,1 +100001,141,2,20090004,1,0,0,0,0,1 +100001,142,2,20090005,1,0,0,0,0,1 +100001,143,2,20090006,1,0,0,0,0,1 +100001,144,2,20090007,1,0,0,0,0,1 +100001,145,2,30010001,1,0,0,0,0,1 +100001,146,2,30010002,1,0,0,0,0,1 +100001,147,2,30010003,1,0,0,0,0,1 +100001,148,2,30020001,1,0,0,0,0,1 +100001,149,2,30020002,1,0,0,0,0,1 +100001,150,2,30020003,1,0,0,0,0,1 +100001,151,2,30030001,1,0,0,0,0,1 +100001,152,2,30030002,1,0,0,0,0,1 +100001,153,2,30030003,1,0,0,0,0,1 +100001,154,2,30040001,1,0,0,0,0,1 +100001,155,2,30040002,1,0,0,0,0,1 +100001,156,2,30040003,1,0,0,0,0,1 +100001,157,2,30050001,1,0,0,0,0,1 +100001,158,2,30050002,1,0,0,0,0,1 +100001,159,2,30050003,1,0,0,0,0,1 +100001,160,2,30060001,1,0,0,0,0,1 +100001,161,2,30060002,1,0,0,0,0,1 +100001,162,2,30060003,1,0,0,0,0,1 +100001,163,2,30070001,1,0,0,0,0,1 +100001,164,2,30070002,1,0,0,0,0,1 +100001,165,2,30070003,1,0,0,0,0,1 +100001,166,2,30080001,1,0,0,0,0,1 +100001,167,2,30080002,1,0,0,0,0,1 +100001,168,2,30080003,1,0,0,0,0,1 +100001,169,2,30090001,1,0,0,0,0,1 +100001,170,2,30090002,1,0,0,0,0,1 +100001,171,2,30090003,1,0,0,0,0,1 +100001,172,2,30100001,1,0,0,0,0,1 +100001,173,2,30100002,1,0,0,0,0,1 +100001,174,2,30100003,1,0,0,0,0,1 +100001,175,2,30110001,1,0,0,0,0,1 +100001,176,2,30110002,1,0,0,0,0,1 +100001,177,2,30110003,1,0,0,0,0,1 +100001,178,2,30120001,1,0,0,0,0,1 +100001,179,2,30120002,1,0,0,0,0,1 +100001,180,2,30120003,1,0,0,0,0,1 +100001,181,2,40010001,1,0,0,0,0,1 +100001,182,2,40010002,1,0,0,0,0,1 +100001,183,2,40010003,1,0,0,0,0,1 +100001,184,2,40020001,1,0,0,0,0,1 +100001,185,2,40020002,1,0,0,0,0,1 +100001,186,2,40020003,1,0,0,0,0,1 +100001,187,2,40030001,1,0,0,0,0,1 +100001,188,2,40030002,1,0,0,0,0,1 +100001,189,2,40030003,1,0,0,0,0,1 +100001,190,2,40040001,1,0,0,0,0,1 +100001,191,2,40040002,1,0,0,0,0,1 +100001,192,2,40040003,1,0,0,0,0,1 +100001,193,2,40050001,1,0,0,0,0,1 +100001,194,2,40050002,1,0,0,0,0,1 +100001,195,2,40050003,1,0,0,0,0,1 +100001,196,2,40060001,1,0,0,0,0,1 +100001,197,2,40060002,1,0,0,0,0,1 +100001,198,2,40060003,1,0,0,0,0,1 +100001,199,2,40070001,1,0,0,0,0,1 +100001,200,2,40070002,1,0,0,0,0,1 +100001,201,2,40070003,1,0,0,0,0,1 +100001,202,2,40080001,1,0,0,0,0,1 +100001,203,2,40080002,1,0,0,0,0,1 +100001,204,2,40080003,1,0,0,0,0,1 +100001,205,2,40090001,1,0,0,0,0,1 +100001,206,2,40090002,1,0,0,0,0,1 +100001,207,2,40090003,1,0,0,0,0,1 +101001,1,2,10010001,1,0,0,0,0,1 +101001,2,2,10010002,1,0,0,0,0,1 +101001,3,2,10010003,1,0,0,0,0,1 +101001,4,2,10010004,1,0,0,0,0,1 +101001,5,2,10010005,1,0,0,0,0,1 +101001,6,2,10010006,1,0,0,0,0,1 +101001,7,2,10010007,1,0,0,0,0,1 +101001,8,2,10010008,1,0,0,0,0,1 +101001,9,2,10010009,1,0,0,0,0,1 +101001,10,2,10020001,1,0,0,0,0,1 +101001,11,2,10020002,1,0,0,0,0,1 +101001,12,2,10020003,1,0,0,0,0,1 +101001,13,2,10020004,1,0,0,0,0,1 +101001,14,2,10020005,1,0,0,0,0,1 +101001,15,2,10020006,1,0,0,0,0,1 +101001,16,2,10020007,1,0,0,0,0,1 +101001,17,2,10020008,1,0,0,0,0,1 +101001,18,2,10020009,1,0,0,0,0,1 +101001,19,2,10030001,1,0,0,0,0,1 +101001,20,2,10030002,1,0,0,0,0,1 +101001,21,2,10030003,1,0,0,0,0,1 +101001,22,2,10030004,1,0,0,0,0,1 +101001,23,2,10030005,1,0,0,0,0,1 +101001,24,2,10030006,1,0,0,0,0,1 +101001,25,2,10030007,1,0,0,0,0,1 +101001,26,2,10030008,1,0,0,0,0,1 +101001,27,2,10030009,1,0,0,0,0,1 +101001,28,2,10040001,1,0,0,0,0,1 +101001,29,2,10040002,1,0,0,0,0,1 +101001,30,2,10040003,1,0,0,0,0,1 +101001,31,2,10040004,1,0,0,0,0,1 +101001,32,2,10040005,1,0,0,0,0,1 +101001,33,2,10040006,1,0,0,0,0,1 +101001,34,2,10040007,1,0,0,0,0,1 +101001,35,2,10040008,1,0,0,0,0,1 +101001,36,2,10040009,1,0,0,0,0,1 +101001,37,2,10050001,1,0,0,0,0,1 +101001,38,2,10050002,1,0,0,0,0,1 +101001,39,2,10050003,1,0,0,0,0,1 +101001,40,2,10050004,1,0,0,0,0,1 +101001,41,2,10050005,1,0,0,0,0,1 +101001,42,2,10050006,1,0,0,0,0,1 +101001,43,2,10050007,1,0,0,0,0,1 +101001,44,2,10050008,1,0,0,0,0,1 +101001,45,2,10050009,1,0,0,0,0,1 +101001,46,2,10060001,1,0,0,0,0,1 +101001,47,2,10060002,1,0,0,0,0,1 +101001,48,2,10060003,1,0,0,0,0,1 +101001,49,2,10060004,1,0,0,0,0,1 +101001,50,2,10060005,1,0,0,0,0,1 +101001,51,2,10060006,1,0,0,0,0,1 +101001,52,2,10060007,1,0,0,0,0,1 +101001,53,2,10060008,1,0,0,0,0,1 +101001,54,2,10060009,1,0,0,0,0,1 +101001,55,2,10070001,1,0,0,0,0,1 +101001,56,2,10070002,1,0,0,0,0,1 +101001,57,2,10070003,1,0,0,0,0,1 +101001,58,2,10070004,1,0,0,0,0,1 +101001,59,2,10070005,1,0,0,0,0,1 +101001,60,2,10070006,1,0,0,0,0,1 +101001,61,2,10070007,1,0,0,0,0,1 +101001,62,2,10070008,1,0,0,0,0,1 +101001,63,2,10070009,1,0,0,0,0,1 +101001,64,2,10080001,1,0,0,0,0,1 +101001,65,2,10080002,1,0,0,0,0,1 +101001,66,2,10080003,1,0,0,0,0,1 +101001,67,2,10080004,1,0,0,0,0,1 +101001,68,2,10080005,1,0,0,0,0,1 +101001,69,2,10080006,1,0,0,0,0,1 +101001,70,2,10080007,1,0,0,0,0,1 +101001,71,2,10080008,1,0,0,0,0,1 +101001,72,2,10080009,1,0,0,0,0,1 +101001,73,2,10090001,1,0,0,0,0,1 +101001,74,2,10090002,1,0,0,0,0,1 +101001,75,2,10090003,1,0,0,0,0,1 +101001,76,2,10090004,1,0,0,0,0,1 +101001,77,2,10090005,1,0,0,0,0,1 +101001,78,2,10090006,1,0,0,0,0,1 +101001,79,2,10090007,1,0,0,0,0,1 +101001,80,2,10090008,1,0,0,0,0,1 +101001,81,2,10090009,1,0,0,0,0,1 +102001,1,2,20010001,1,0,0,0,0,1 +102001,2,2,20010002,1,0,0,0,0,1 +102001,3,2,20010003,1,0,0,0,0,1 +102001,4,2,20010004,1,0,0,0,0,1 +102001,5,2,20010005,1,0,0,0,0,1 +102001,6,2,20010006,1,0,0,0,0,1 +102001,7,2,20010007,1,0,0,0,0,1 +102001,8,2,20020001,1,0,0,0,0,1 +102001,9,2,20020002,1,0,0,0,0,1 +102001,10,2,20020003,1,0,0,0,0,1 +102001,11,2,20020004,1,0,0,0,0,1 +102001,12,2,20020005,1,0,0,0,0,1 +102001,13,2,20020006,1,0,0,0,0,1 +102001,14,2,20020007,1,0,0,0,0,1 +102001,15,2,20030001,1,0,0,0,0,1 +102001,16,2,20030002,1,0,0,0,0,1 +102001,17,2,20030003,1,0,0,0,0,1 +102001,18,2,20030004,1,0,0,0,0,1 +102001,19,2,20030005,1,0,0,0,0,1 +102001,20,2,20030006,1,0,0,0,0,1 +102001,21,2,20030007,1,0,0,0,0,1 +102001,22,2,20040001,1,0,0,0,0,1 +102001,23,2,20040002,1,0,0,0,0,1 +102001,24,2,20040003,1,0,0,0,0,1 +102001,25,2,20040004,1,0,0,0,0,1 +102001,26,2,20040005,1,0,0,0,0,1 +102001,27,2,20040006,1,0,0,0,0,1 +102001,28,2,20040007,1,0,0,0,0,1 +102001,29,2,20050001,1,0,0,0,0,1 +102001,30,2,20050002,1,0,0,0,0,1 +102001,31,2,20050003,1,0,0,0,0,1 +102001,32,2,20050004,1,0,0,0,0,1 +102001,33,2,20050005,1,0,0,0,0,1 +102001,34,2,20050006,1,0,0,0,0,1 +102001,35,2,20050007,1,0,0,0,0,1 +102001,36,2,20060001,1,0,0,0,0,1 +102001,37,2,20060002,1,0,0,0,0,1 +102001,38,2,20060003,1,0,0,0,0,1 +102001,39,2,20060004,1,0,0,0,0,1 +102001,40,2,20060005,1,0,0,0,0,1 +102001,41,2,20060006,1,0,0,0,0,1 +102001,42,2,20060007,1,0,0,0,0,1 +102001,43,2,20070001,1,0,0,0,0,1 +102001,44,2,20070002,1,0,0,0,0,1 +102001,45,2,20070003,1,0,0,0,0,1 +102001,46,2,20070004,1,0,0,0,0,1 +102001,47,2,20070005,1,0,0,0,0,1 +102001,48,2,20070006,1,0,0,0,0,1 +102001,49,2,20070007,1,0,0,0,0,1 +102001,50,2,20080001,1,0,0,0,0,1 +102001,51,2,20080002,1,0,0,0,0,1 +102001,52,2,20080003,1,0,0,0,0,1 +102001,53,2,20080004,1,0,0,0,0,1 +102001,54,2,20080005,1,0,0,0,0,1 +102001,55,2,20080006,1,0,0,0,0,1 +102001,56,2,20080007,1,0,0,0,0,1 +102001,57,2,20090001,1,0,0,0,0,1 +102001,58,2,20090002,1,0,0,0,0,1 +102001,59,2,20090003,1,0,0,0,0,1 +102001,60,2,20090004,1,0,0,0,0,1 +102001,61,2,20090005,1,0,0,0,0,1 +102001,62,2,20090006,1,0,0,0,0,1 +102001,63,2,20090007,1,0,0,0,0,1 +103001,1,2,30010001,1,0,0,0,0,1 +103001,2,2,30010002,1,0,0,0,0,1 +103001,3,2,30010003,1,0,0,0,0,1 +103001,4,2,30020001,1,0,0,0,0,1 +103001,5,2,30020002,1,0,0,0,0,1 +103001,6,2,30020003,1,0,0,0,0,1 +103001,7,2,30030001,1,0,0,0,0,1 +103001,8,2,30030002,1,0,0,0,0,1 +103001,9,2,30030003,1,0,0,0,0,1 +103001,10,2,30040001,1,0,0,0,0,1 +103001,11,2,30040002,1,0,0,0,0,1 +103001,12,2,30040003,1,0,0,0,0,1 +103001,13,2,30050001,1,0,0,0,0,1 +103001,14,2,30050002,1,0,0,0,0,1 +103001,15,2,30050003,1,0,0,0,0,1 +103001,16,2,30060001,1,0,0,0,0,1 +103001,17,2,30060002,1,0,0,0,0,1 +103001,18,2,30060003,1,0,0,0,0,1 +103001,19,2,30070001,1,0,0,0,0,1 +103001,20,2,30070002,1,0,0,0,0,1 +103001,21,2,30070003,1,0,0,0,0,1 +103001,22,2,30080001,1,0,0,0,0,1 +103001,23,2,30080002,1,0,0,0,0,1 +103001,24,2,30080003,1,0,0,0,0,1 +103001,25,2,30090001,1,0,0,0,0,1 +103001,26,2,30090002,1,0,0,0,0,1 +103001,27,2,30090003,1,0,0,0,0,1 +103001,28,2,30100001,1,0,0,0,0,1 +103001,29,2,30100002,1,0,0,0,0,1 +103001,30,2,30100003,1,0,0,0,0,1 +103001,31,2,30110001,1,0,0,0,0,1 +103001,32,2,30110002,1,0,0,0,0,1 +103001,33,2,30110003,1,0,0,0,0,1 +103001,34,2,30120001,1,0,0,0,0,1 +103001,35,2,30120002,1,0,0,0,0,1 +103001,36,2,30120003,1,0,0,0,0,1 +104001,1,2,40010001,1,0,0,0,0,1 +104001,2,2,40010002,1,0,0,0,0,1 +104001,3,2,40010003,1,0,0,0,0,1 +104001,4,2,40020001,1,0,0,0,0,1 +104001,5,2,40020002,1,0,0,0,0,1 +104001,6,2,40020003,1,0,0,0,0,1 +104001,7,2,40030001,1,0,0,0,0,1 +104001,8,2,40030002,1,0,0,0,0,1 +104001,9,2,40030003,1,0,0,0,0,1 +104001,10,2,40040001,1,0,0,0,0,1 +104001,11,2,40040002,1,0,0,0,0,1 +104001,12,2,40040003,1,0,0,0,0,1 +104001,13,2,40050001,1,0,0,0,0,1 +104001,14,2,40050002,1,0,0,0,0,1 +104001,15,2,40050003,1,0,0,0,0,1 +104001,16,2,40060001,1,0,0,0,0,1 +104001,17,2,40060002,1,0,0,0,0,1 +104001,18,2,40060003,1,0,0,0,0,1 +104001,19,2,40070001,1,0,0,0,0,1 +104001,20,2,40070002,1,0,0,0,0,1 +104001,21,2,40070003,1,0,0,0,0,1 +104001,22,2,40080001,1,0,0,0,0,1 +104001,23,2,40080002,1,0,0,0,0,1 +104001,24,2,40080003,1,0,0,0,0,1 +104001,25,2,40090001,1,0,0,0,0,1 +104001,26,2,40090002,1,0,0,0,0,1 +104001,27,2,40090003,1,0,0,0,0,1 +111001,1,2,10010001,1,0,0,0,0,223061104 +111001,2,2,10010006,1,0,0,0,0,223061104 +111001,3,2,10010008,1,0,0,0,0,223061104 +111001,4,2,10020001,1,0,0,0,0,223061104 +111001,5,2,10020006,1,0,0,0,0,223061104 +111001,6,2,10020008,1,0,0,0,0,223061104 +111001,7,2,10030001,1,0,0,0,0,223061104 +111001,8,2,10030006,1,0,0,0,0,223061104 +111001,9,2,10030008,1,0,0,0,0,223061104 +111001,10,2,10040001,1,0,0,0,0,223061104 +111001,11,2,10040006,1,0,0,0,0,223061104 +111001,12,2,10040008,1,0,0,0,0,223061104 +111001,13,2,10050001,1,0,0,0,0,223061104 +111001,14,2,10050006,1,0,0,0,0,223061104 +111001,15,2,10050008,1,0,0,0,0,223061104 +111001,16,2,10060001,1,0,0,0,0,223061104 +111001,17,2,10060006,1,0,0,0,0,223061104 +111001,18,2,10060008,1,0,0,0,0,223061104 +111001,19,2,10070001,1,0,0,0,0,223061104 +111001,20,2,10070006,1,0,0,0,0,223061104 +111001,21,2,10070008,1,0,0,0,0,223061104 +111001,22,2,10080001,1,0,0,0,0,223061104 +111001,23,2,10080006,1,0,0,0,0,223061104 +111001,24,2,10080008,1,0,0,0,0,223061104 +111001,25,2,10090001,1,0,0,0,0,223061104 +111001,26,2,10090006,1,0,0,0,0,223061104 +111001,27,2,10090008,1,0,0,0,0,223061104 +111001,28,2,20010002,1,0,0,0,0,223061104 +111001,29,2,20010005,1,0,0,0,0,223061104 +111001,30,2,20020002,1,0,0,0,0,223061104 +111001,31,2,20020005,1,0,0,0,0,223061104 +111001,32,2,20030002,1,0,0,0,0,223061104 +111001,33,2,20030005,1,0,0,0,0,223061104 +111001,34,2,20030007,1,0,0,0,0,223061104 +111001,35,2,20040002,1,0,0,0,0,223061104 +111001,36,2,20040005,1,0,0,0,0,223061104 +111001,37,2,20040007,1,0,0,0,0,223061104 +111001,38,2,20050002,1,0,0,0,0,223061104 +111001,39,2,20050005,1,0,0,0,0,223061104 +111001,40,2,20060002,1,0,0,0,0,223061104 +111001,41,2,20060005,1,0,0,0,0,223061104 +111001,42,2,20070002,1,0,0,0,0,223061104 +111001,43,2,20070005,1,0,0,0,0,223061104 +111001,44,2,20070007,1,0,0,0,0,223061104 +111001,45,2,20080002,1,0,0,0,0,223061104 +111001,46,2,20080005,1,0,0,0,0,223061104 +111001,47,2,20090002,1,0,0,0,0,223061104 +111001,48,2,20090005,1,0,0,0,0,223061104 +111001,49,2,30010001,1,0,0,0,0,223061104 +111001,50,2,30020001,1,0,0,0,0,223061104 +111001,51,2,30030001,1,0,0,0,0,223061104 +111001,52,2,30040001,1,0,0,0,0,223061104 +111001,53,2,30050001,1,0,0,0,0,223061104 +111001,54,2,30060001,1,0,0,0,0,223061104 +111001,55,2,30070001,1,0,0,0,0,223061104 +111001,56,2,30080001,1,0,0,0,0,223061104 +111001,57,2,30090001,1,0,0,0,0,223061104 +111001,58,2,30100001,1,0,0,0,0,223061104 +111001,59,2,30110001,1,0,0,0,0,223061104 +111001,60,2,30120001,1,0,0,0,0,223061104 +111001,61,2,40010001,1,0,0,0,0,223061104 +111001,62,2,40020001,1,0,0,0,0,223061104 +111001,63,2,40030001,1,0,0,0,0,223061104 +111001,64,2,40040001,1,0,0,0,0,223061104 +111001,65,2,40050001,1,0,0,0,0,223061104 +111001,66,2,40060001,1,0,0,0,0,223061104 +111001,67,2,40070001,1,0,0,0,0,223061104 +111001,68,2,40080001,1,0,0,0,0,223061104 +111001,69,2,40090001,1,0,0,0,0,223061104 +112001,1,2,10010002,1,0,0,0,0,223061104 +112001,2,2,10010004,1,0,0,0,0,223061104 +112001,3,2,10010007,1,0,0,0,0,223061104 +112001,4,2,10020002,1,0,0,0,0,223061104 +112001,5,2,10020004,1,0,0,0,0,223061104 +112001,6,2,10020007,1,0,0,0,0,223061104 +112001,7,2,10030002,1,0,0,0,0,223061104 +112001,8,2,10030004,1,0,0,0,0,223061104 +112001,9,2,10030007,1,0,0,0,0,223061104 +112001,10,2,10040002,1,0,0,0,0,223061104 +112001,11,2,10040004,1,0,0,0,0,223061104 +112001,12,2,10040007,1,0,0,0,0,223061104 +112001,13,2,10050002,1,0,0,0,0,223061104 +112001,14,2,10050004,1,0,0,0,0,223061104 +112001,15,2,10050007,1,0,0,0,0,223061104 +112001,16,2,10060002,1,0,0,0,0,223061104 +112001,17,2,10060004,1,0,0,0,0,223061104 +112001,18,2,10060007,1,0,0,0,0,223061104 +112001,19,2,10070002,1,0,0,0,0,223061104 +112001,20,2,10070004,1,0,0,0,0,223061104 +112001,21,2,10070007,1,0,0,0,0,223061104 +112001,22,2,10080002,1,0,0,0,0,223061104 +112001,23,2,10080004,1,0,0,0,0,223061104 +112001,24,2,10080007,1,0,0,0,0,223061104 +112001,25,2,10090002,1,0,0,0,0,223061104 +112001,26,2,10090004,1,0,0,0,0,223061104 +112001,27,2,10090007,1,0,0,0,0,223061104 +112001,28,2,20010001,1,0,0,0,0,223061104 +112001,29,2,20010004,1,0,0,0,0,223061104 +112001,30,2,20010007,1,0,0,0,0,223061104 +112001,31,2,20020001,1,0,0,0,0,223061104 +112001,32,2,20020004,1,0,0,0,0,223061104 +112001,33,2,20030001,1,0,0,0,0,223061104 +112001,34,2,20030004,1,0,0,0,0,223061104 +112001,35,2,20040001,1,0,0,0,0,223061104 +112001,36,2,20040004,1,0,0,0,0,223061104 +112001,37,2,20050001,1,0,0,0,0,223061104 +112001,38,2,20050004,1,0,0,0,0,223061104 +112001,39,2,20050007,1,0,0,0,0,223061104 +112001,40,2,20060001,1,0,0,0,0,223061104 +112001,41,2,20060004,1,0,0,0,0,223061104 +112001,42,2,20070001,1,0,0,0,0,223061104 +112001,43,2,20070004,1,0,0,0,0,223061104 +112001,44,2,20080001,1,0,0,0,0,223061104 +112001,45,2,20080004,1,0,0,0,0,223061104 +112001,46,2,20090001,1,0,0,0,0,223061104 +112001,47,2,20090004,1,0,0,0,0,223061104 +112001,48,2,20090007,1,0,0,0,0,223061104 +112001,49,2,30010002,1,0,0,0,0,223061104 +112001,50,2,30020002,1,0,0,0,0,223061104 +112001,51,2,30030002,1,0,0,0,0,223061104 +112001,52,2,30040002,1,0,0,0,0,223061104 +112001,53,2,30050002,1,0,0,0,0,223061104 +112001,54,2,30060002,1,0,0,0,0,223061104 +112001,55,2,30070002,1,0,0,0,0,223061104 +112001,56,2,30080002,1,0,0,0,0,223061104 +112001,57,2,30090002,1,0,0,0,0,223061104 +112001,58,2,30100002,1,0,0,0,0,223061104 +112001,59,2,30110002,1,0,0,0,0,223061104 +112001,60,2,30120002,1,0,0,0,0,223061104 +112001,61,2,40010002,1,0,0,0,0,223061104 +112001,62,2,40020002,1,0,0,0,0,223061104 +112001,63,2,40030002,1,0,0,0,0,223061104 +112001,64,2,40040002,1,0,0,0,0,223061104 +112001,65,2,40050002,1,0,0,0,0,223061104 +112001,66,2,40060002,1,0,0,0,0,223061104 +112001,67,2,40070002,1,0,0,0,0,223061104 +112001,68,2,40080002,1,0,0,0,0,223061104 +112001,69,2,40090002,1,0,0,0,0,223061104 +113001,1,2,10010003,1,0,0,0,0,223061104 +113001,2,2,10010005,1,0,0,0,0,223061104 +113001,3,2,10010009,1,0,0,0,0,223061104 +113001,4,2,10020003,1,0,0,0,0,223061104 +113001,5,2,10020005,1,0,0,0,0,223061104 +113001,6,2,10020009,1,0,0,0,0,223061104 +113001,7,2,10030003,1,0,0,0,0,223061104 +113001,8,2,10030005,1,0,0,0,0,223061104 +113001,9,2,10030009,1,0,0,0,0,223061104 +113001,10,2,10040003,1,0,0,0,0,223061104 +113001,11,2,10040005,1,0,0,0,0,223061104 +113001,12,2,10040009,1,0,0,0,0,223061104 +113001,13,2,10050003,1,0,0,0,0,223061104 +113001,14,2,10050005,1,0,0,0,0,223061104 +113001,15,2,10050009,1,0,0,0,0,223061104 +113001,16,2,10060003,1,0,0,0,0,223061104 +113001,17,2,10060005,1,0,0,0,0,223061104 +113001,18,2,10060009,1,0,0,0,0,223061104 +113001,19,2,10070003,1,0,0,0,0,223061104 +113001,20,2,10070005,1,0,0,0,0,223061104 +113001,21,2,10070009,1,0,0,0,0,223061104 +113001,22,2,10080003,1,0,0,0,0,223061104 +113001,23,2,10080005,1,0,0,0,0,223061104 +113001,24,2,10080009,1,0,0,0,0,223061104 +113001,25,2,10090003,1,0,0,0,0,223061104 +113001,26,2,10090005,1,0,0,0,0,223061104 +113001,27,2,10090009,1,0,0,0,0,223061104 +113001,28,2,20010003,1,0,0,0,0,223061104 +113001,29,2,20010006,1,0,0,0,0,223061104 +113001,30,2,20020003,1,0,0,0,0,223061104 +113001,31,2,20020006,1,0,0,0,0,223061104 +113001,32,2,20020007,1,0,0,0,0,223061104 +113001,33,2,20030003,1,0,0,0,0,223061104 +113001,34,2,20030006,1,0,0,0,0,223061104 +113001,35,2,20040003,1,0,0,0,0,223061104 +113001,36,2,20040006,1,0,0,0,0,223061104 +113001,37,2,20050003,1,0,0,0,0,223061104 +113001,38,2,20050006,1,0,0,0,0,223061104 +113001,39,2,20060003,1,0,0,0,0,223061104 +113001,40,2,20060006,1,0,0,0,0,223061104 +113001,41,2,20060007,1,0,0,0,0,223061104 +113001,42,2,20070003,1,0,0,0,0,223061104 +113001,43,2,20070006,1,0,0,0,0,223061104 +113001,44,2,20080003,1,0,0,0,0,223061104 +113001,45,2,20080006,1,0,0,0,0,223061104 +113001,46,2,20080007,1,0,0,0,0,223061104 +113001,47,2,20090003,1,0,0,0,0,223061104 +113001,48,2,20090006,1,0,0,0,0,223061104 +113001,49,2,30010003,1,0,0,0,0,223061104 +113001,50,2,30020003,1,0,0,0,0,223061104 +113001,51,2,30030003,1,0,0,0,0,223061104 +113001,52,2,30040003,1,0,0,0,0,223061104 +113001,53,2,30050003,1,0,0,0,0,223061104 +113001,54,2,30060003,1,0,0,0,0,223061104 +113001,55,2,30070003,1,0,0,0,0,223061104 +113001,56,2,30080003,1,0,0,0,0,223061104 +113001,57,2,30090003,1,0,0,0,0,223061104 +113001,58,2,30100003,1,0,0,0,0,223061104 +113001,59,2,30110003,1,0,0,0,0,223061104 +113001,60,2,30120003,1,0,0,0,0,223061104 +113001,61,2,40010003,1,0,0,0,0,223061104 +113001,62,2,40020003,1,0,0,0,0,223061104 +113001,63,2,40030003,1,0,0,0,0,223061104 +113001,64,2,40040003,1,0,0,0,0,223061104 +113001,65,2,40050003,1,0,0,0,0,223061104 +113001,66,2,40060003,1,0,0,0,0,223061104 +113001,67,2,40070003,1,0,0,0,0,223061104 +113001,68,2,40080003,1,0,0,0,0,223061104 +113001,69,2,40090003,1,0,0,0,0,223061104 +121001,1,2,10050001,1,0,0,0,0,223111703 +121001,2,2,10050002,1,0,0,0,0,223111703 +121001,3,2,10050003,1,0,0,0,0,223111703 +121001,4,2,10050004,1,0,0,0,0,223111703 +121001,5,2,10050005,1,0,0,0,0,223111703 +121001,6,2,10050006,1,0,0,0,0,223111703 +121001,7,2,10050007,1,0,0,0,0,223111703 +121001,8,2,10050008,1,0,0,0,0,223111703 +121001,9,2,10050009,1,0,0,0,0,223111703 +121001,10,2,10060001,1,0,0,0,0,223111703 +121001,11,2,10060002,1,0,0,0,0,223111703 +121001,12,2,10060003,1,0,0,0,0,223111703 +121001,13,2,10060004,1,0,0,0,0,223111703 +121001,14,2,10060005,1,0,0,0,0,223111703 +121001,15,2,10060006,1,0,0,0,0,223111703 +121001,16,2,10060007,1,0,0,0,0,223111703 +121001,17,2,10060008,1,0,0,0,0,223111703 +121001,18,2,10060009,1,0,0,0,0,223111703 +121001,19,2,10080001,1,0,0,0,0,223111703 +121001,20,2,10080002,1,0,0,0,0,223111703 +121001,21,2,10080003,1,0,0,0,0,223111703 +121001,22,2,10080004,1,0,0,0,0,223111703 +121001,23,2,10080005,1,0,0,0,0,223111703 +121001,24,2,10080006,1,0,0,0,0,223111703 +121001,25,2,10080007,1,0,0,0,0,223111703 +121001,26,2,10080008,1,0,0,0,0,223111703 +121001,27,2,10080009,1,0,0,0,0,223111703 +121001,28,2,20060001,1,0,0,0,0,223111703 +121001,29,2,20060002,1,0,0,0,0,223111703 +121001,30,2,20060003,1,0,0,0,0,223111703 +121001,31,2,20060004,1,0,0,0,0,223111703 +121001,32,2,20060005,1,0,0,0,0,223111703 +121001,33,2,20060006,1,0,0,0,0,223111703 +121001,34,2,20060007,1,0,0,0,0,223111703 +121001,35,2,20070001,1,0,0,0,0,223111703 +121001,36,2,20070002,1,0,0,0,0,223111703 +121001,37,2,20070003,1,0,0,0,0,223111703 +121001,38,2,20070004,1,0,0,0,0,223111703 +121001,39,2,20070005,1,0,0,0,0,223111703 +121001,40,2,20070006,1,0,0,0,0,223111703 +121001,41,2,20070007,1,0,0,0,0,223111703 +121001,42,2,20090001,1,0,0,0,0,223111703 +121001,43,2,20090002,1,0,0,0,0,223111703 +121001,44,2,20090003,1,0,0,0,0,223111703 +121001,45,2,20090004,1,0,0,0,0,223111703 +121001,46,2,20090005,1,0,0,0,0,223111703 +121001,47,2,20090006,1,0,0,0,0,223111703 +121001,48,2,20090007,1,0,0,0,0,223111703 +121001,49,2,30020001,1,0,0,0,0,223111703 +121001,50,2,30020002,1,0,0,0,0,223111703 +121001,51,2,30020003,1,0,0,0,0,223111703 +121001,52,2,30030001,1,0,0,0,0,223111703 +121001,53,2,30030002,1,0,0,0,0,223111703 +121001,54,2,30030003,1,0,0,0,0,223111703 +121001,55,2,30090001,1,0,0,0,0,223111703 +121001,56,2,30090002,1,0,0,0,0,223111703 +121001,57,2,30090003,1,0,0,0,0,223111703 +121001,58,2,30100001,1,0,0,0,0,223111703 +121001,59,2,30100002,1,0,0,0,0,223111703 +121001,60,2,30100003,1,0,0,0,0,223111703 +121001,61,2,40060001,1,0,0,0,0,223111703 +121001,62,2,40060002,1,0,0,0,0,223111703 +121001,63,2,40060003,1,0,0,0,0,223111703 +121001,64,2,40070001,1,0,0,0,0,223111703 +121001,65,2,40070002,1,0,0,0,0,223111703 +121001,66,2,40070003,1,0,0,0,0,223111703 +121001,67,2,40080001,1,0,0,0,0,223111703 +121001,68,2,40080002,1,0,0,0,0,223111703 +121001,69,2,40080003,1,0,0,0,0,223111703 +121001,70,2,40090001,1,0,0,0,0,223111703 +121001,71,2,40090002,1,0,0,0,0,223111703 +121001,72,2,40090003,1,0,0,0,0,223111703 +122001,1,2,10010001,1,0,0,0,0,223112405 +122001,2,2,10010002,1,0,0,0,0,223112405 +122001,3,2,10010003,1,0,0,0,0,223112405 +122001,4,2,10010004,1,0,0,0,0,223112405 +122001,5,2,10010005,1,0,0,0,0,223112405 +122001,6,2,10010006,1,0,0,0,0,223112405 +122001,7,2,10010007,1,0,0,0,0,223112405 +122001,8,2,10010008,1,0,0,0,0,223112405 +122001,9,2,10010009,1,0,0,0,0,223112405 +122001,10,2,10030001,1,0,0,0,0,223112405 +122001,11,2,10030002,1,0,0,0,0,223112405 +122001,12,2,10030003,1,0,0,0,0,223112405 +122001,13,2,10030004,1,0,0,0,0,223112405 +122001,14,2,10030005,1,0,0,0,0,223112405 +122001,15,2,10030006,1,0,0,0,0,223112405 +122001,16,2,10030007,1,0,0,0,0,223112405 +122001,17,2,10030008,1,0,0,0,0,223112405 +122001,18,2,10030009,1,0,0,0,0,223112405 +122001,19,2,10040001,1,0,0,0,0,223112405 +122001,20,2,10040002,1,0,0,0,0,223112405 +122001,21,2,10040003,1,0,0,0,0,223112405 +122001,22,2,10040004,1,0,0,0,0,223112405 +122001,23,2,10040005,1,0,0,0,0,223112405 +122001,24,2,10040006,1,0,0,0,0,223112405 +122001,25,2,10040007,1,0,0,0,0,223112405 +122001,26,2,10040008,1,0,0,0,0,223112405 +122001,27,2,10040009,1,0,0,0,0,223112405 +122001,28,2,20010001,1,0,0,0,0,223112405 +122001,29,2,20010002,1,0,0,0,0,223112405 +122001,30,2,20010003,1,0,0,0,0,223112405 +122001,31,2,20010004,1,0,0,0,0,223112405 +122001,32,2,20010005,1,0,0,0,0,223112405 +122001,33,2,20010006,1,0,0,0,0,223112405 +122001,34,2,20010007,1,0,0,0,0,223112405 +122001,35,2,20020001,1,0,0,0,0,223112405 +122001,36,2,20020002,1,0,0,0,0,223112405 +122001,37,2,20020003,1,0,0,0,0,223112405 +122001,38,2,20020004,1,0,0,0,0,223112405 +122001,39,2,20020005,1,0,0,0,0,223112405 +122001,40,2,20020006,1,0,0,0,0,223112405 +122001,41,2,20020007,1,0,0,0,0,223112405 +122001,42,2,20050001,1,0,0,0,0,223112405 +122001,43,2,20050002,1,0,0,0,0,223112405 +122001,44,2,20050003,1,0,0,0,0,223112405 +122001,45,2,20050004,1,0,0,0,0,223112405 +122001,46,2,20050005,1,0,0,0,0,223112405 +122001,47,2,20050006,1,0,0,0,0,223112405 +122001,48,2,20050007,1,0,0,0,0,223112405 +122001,49,2,30010001,1,0,0,0,0,223112405 +122001,50,2,30010002,1,0,0,0,0,223112405 +122001,51,2,30010003,1,0,0,0,0,223112405 +122001,52,2,30050001,1,0,0,0,0,223112405 +122001,53,2,30050002,1,0,0,0,0,223112405 +122001,54,2,30050003,1,0,0,0,0,223112405 +122001,55,2,30070001,1,0,0,0,0,223112405 +122001,56,2,30070002,1,0,0,0,0,223112405 +122001,57,2,30070003,1,0,0,0,0,223112405 +122001,58,2,30120001,1,0,0,0,0,223112405 +122001,59,2,30120002,1,0,0,0,0,223112405 +122001,60,2,30120003,1,0,0,0,0,223112405 +122001,61,2,40010001,1,0,0,0,0,223112405 +122001,62,2,40010002,1,0,0,0,0,223112405 +122001,63,2,40010003,1,0,0,0,0,223112405 +122001,64,2,40020001,1,0,0,0,0,223112405 +122001,65,2,40020002,1,0,0,0,0,223112405 +122001,66,2,40020003,1,0,0,0,0,223112405 +122001,67,2,40030001,1,0,0,0,0,223112405 +122001,68,2,40030002,1,0,0,0,0,223112405 +122001,69,2,40030003,1,0,0,0,0,223112405 +122001,70,2,40040001,1,0,0,0,0,223112405 +122001,71,2,40040002,1,0,0,0,0,223112405 +122001,72,2,40040003,1,0,0,0,0,223112405 +122001,73,2,40050001,1,0,0,0,0,223112405 +122001,74,2,40050002,1,0,0,0,0,223112405 +122001,75,2,40050003,1,0,0,0,0,223112405 +123001,1,2,10020001,1,0,0,0,0,223120104 +123001,2,2,10020002,1,0,0,0,0,223120104 +123001,3,2,10020003,1,0,0,0,0,223120104 +123001,4,2,10020004,1,0,0,0,0,223120104 +123001,5,2,10020005,1,0,0,0,0,223120104 +123001,6,2,10020006,1,0,0,0,0,223120104 +123001,7,2,10020007,1,0,0,0,0,223120104 +123001,8,2,10020008,1,0,0,0,0,223120104 +123001,9,2,10020009,1,0,0,0,0,223120104 +123001,10,2,10070001,1,0,0,0,0,223120104 +123001,11,2,10070002,1,0,0,0,0,223120104 +123001,12,2,10070003,1,0,0,0,0,223120104 +123001,13,2,10070004,1,0,0,0,0,223120104 +123001,14,2,10070005,1,0,0,0,0,223120104 +123001,15,2,10070006,1,0,0,0,0,223120104 +123001,16,2,10070007,1,0,0,0,0,223120104 +123001,17,2,10070008,1,0,0,0,0,223120104 +123001,18,2,10070009,1,0,0,0,0,223120104 +123001,19,2,10090001,1,0,0,0,0,223120104 +123001,20,2,10090002,1,0,0,0,0,223120104 +123001,21,2,10090003,1,0,0,0,0,223120104 +123001,22,2,10090004,1,0,0,0,0,223120104 +123001,23,2,10090005,1,0,0,0,0,223120104 +123001,24,2,10090006,1,0,0,0,0,223120104 +123001,25,2,10090007,1,0,0,0,0,223120104 +123001,26,2,10090008,1,0,0,0,0,223120104 +123001,27,2,10090009,1,0,0,0,0,223120104 +123001,28,2,20030001,1,0,0,0,0,223120104 +123001,29,2,20030002,1,0,0,0,0,223120104 +123001,30,2,20030003,1,0,0,0,0,223120104 +123001,31,2,20030004,1,0,0,0,0,223120104 +123001,32,2,20030005,1,0,0,0,0,223120104 +123001,33,2,20030006,1,0,0,0,0,223120104 +123001,34,2,20030007,1,0,0,0,0,223120104 +123001,35,2,20040001,1,0,0,0,0,223120104 +123001,36,2,20040002,1,0,0,0,0,223120104 +123001,37,2,20040003,1,0,0,0,0,223120104 +123001,38,2,20040004,1,0,0,0,0,223120104 +123001,39,2,20040005,1,0,0,0,0,223120104 +123001,40,2,20040006,1,0,0,0,0,223120104 +123001,41,2,20040007,1,0,0,0,0,223120104 +123001,42,2,20080001,1,0,0,0,0,223120104 +123001,43,2,20080002,1,0,0,0,0,223120104 +123001,44,2,20080003,1,0,0,0,0,223120104 +123001,45,2,20080004,1,0,0,0,0,223120104 +123001,46,2,20080005,1,0,0,0,0,223120104 +123001,47,2,20080006,1,0,0,0,0,223120104 +123001,48,2,20080007,1,0,0,0,0,223120104 +123001,49,2,30040001,1,0,0,0,0,223120104 +123001,50,2,30040002,1,0,0,0,0,223120104 +123001,51,2,30040003,1,0,0,0,0,223120104 +123001,52,2,30060001,1,0,0,0,0,223120104 +123001,53,2,30060002,1,0,0,0,0,223120104 +123001,54,2,30060003,1,0,0,0,0,223120104 +123001,55,2,30080001,1,0,0,0,0,223120104 +123001,56,2,30080002,1,0,0,0,0,223120104 +123001,57,2,30080003,1,0,0,0,0,223120104 +123001,58,2,30110001,1,0,0,0,0,223120104 +123001,59,2,30110002,1,0,0,0,0,223120104 +123001,60,2,30110003,1,0,0,0,0,223120104 +10005,1,2,10010013,1,0,0,1,0,970 +10005,2,2,20010011,1,0,0,1,0,970 +10005,3,2,30010007,1,0,0,1,0,970 +10005,4,2,40010007,1,0,1,1,0,970 +711010100,1,2,10010013,1,0,0,0,0,1 +711010100,2,2,10020013,1,0,0,0,0,1 +711010100,3,2,10030013,1,0,0,0,0,1 +711010100,4,2,10040013,1,0,0,0,0,1 +711010100,5,2,10050013,1,0,0,0,0,1 +711010100,6,2,10060013,1,0,0,0,0,1 +711010100,7,2,10070013,1,0,0,0,0,1 +711010100,8,2,10080013,1,0,0,0,0,1 +711010100,9,2,10090013,1,0,0,0,0,1 +711010100,10,2,20010011,1,0,0,0,0,1 +711010100,11,2,20020011,1,0,0,0,0,1 +711010100,12,2,20030011,1,0,0,0,0,1 +711010100,13,2,20040011,1,0,0,0,0,1 +711010100,14,2,20050011,1,0,0,0,0,1 +711010100,15,2,20060011,1,0,0,0,0,1 +711010100,16,2,20070011,1,0,0,0,0,1 +711010100,17,2,20080011,1,0,0,0,0,1 +711010100,18,2,20090011,1,0,0,0,0,1 +711010100,19,2,30010007,1,0,0,0,0,1 +711010100,20,2,30020007,1,0,0,0,0,1 +711010100,21,2,30030007,1,0,0,0,0,1 +711010100,22,2,30040007,1,0,0,0,0,1 +711010100,23,2,30050007,1,0,0,0,0,1 +711010100,24,2,30060007,1,0,0,0,0,1 +711010100,25,2,30070007,1,0,0,0,0,1 +711010100,26,2,30080007,1,0,0,0,0,1 +711010100,27,2,30090007,1,0,0,0,0,1 +711010100,28,2,30100007,1,0,0,0,0,1 +711010100,29,2,30110007,1,0,0,0,0,1 +711010100,30,2,30120007,1,0,0,0,0,1 +711010100,31,2,40010007,1,0,0,0,0,1 +711010100,32,2,40020007,1,0,0,0,0,1 +711010100,33,2,40030007,1,0,0,0,0,1 +711010100,34,2,40040007,1,0,0,0,0,1 +711010100,35,2,40050007,1,0,0,0,0,1 +711010100,36,2,40060007,1,0,0,0,0,1 +711010100,37,2,40070007,1,0,0,0,0,1 +711010100,38,2,40080007,1,0,0,0,0,1 +711010100,39,2,40090007,1,0,0,0,0,1 +711010101,1,2,40020009,1,0,0,1,0,1 +711010101,2,2,40090009,1,0,0,1,0,1 +711010101,3,2,10010016,1,0,0,1,0,1 +711010101,4,2,10020015,1,0,0,1,0,1 +711010101,5,2,20010014,1,0,0,0,0,1 +711010101,6,2,20020013,1,0,0,0,0,1 +711010101,7,2,30060009,1,0,0,0,0,1 +711010101,8,2,30080009,1,0,0,0,0,1 +711010101,9,2,20030013,1,0,0,0,0,1 +711010101,10,2,20040013,1,0,0,0,0,1 +711010101,11,2,40040009,1,0,0,0,0,1 +711010101,12,2,40050009,1,0,0,0,0,1 +711010101,13,2,30010010,1,0,0,0,0,1 +711010101,14,2,30100009,1,0,0,0,0,1 +711010101,15,2,10030016,1,0,0,0,0,1 +711010101,16,2,10050015,1,0,0,0,0,1 +711010101,17,2,40070010,1,0,0,0,0,1 +711010101,18,2,40080010,1,0,0,0,0,1 +711010101,19,2,20060015,1,0,0,0,0,1 +711010101,20,2,20080014,1,0,0,0,0,1 +711010101,21,2,10060015,1,0,0,0,0,1 +711010101,22,2,10070017,1,0,0,0,0,1 +711010101,23,2,30110010,1,0,0,0,0,1 +711010101,24,2,30120010,1,0,0,0,0,1 +711010101,25,2,20040015,1,0,0,0,0,1 +711010101,26,2,20070015,1,0,0,0,0,1 +711010102,1,2,10010013,1,0,0,0,0,1 +711010102,2,2,10020013,1,0,0,0,0,1 +711010102,3,2,10030013,1,0,0,0,0,1 +711010102,4,2,10040013,1,0,0,0,0,1 +711010102,5,2,10050013,1,0,0,0,0,1 +711010102,6,2,10060013,1,0,0,0,0,1 +711010102,7,2,10070013,1,0,0,0,0,1 +711010102,8,2,10080013,1,0,0,0,0,1 +711010102,9,2,10090013,1,0,0,0,0,1 +711010102,10,2,10010016,1,0,0,0,0,1 +711010102,11,2,10020015,1,0,0,0,0,1 +711010102,12,2,10030016,1,0,0,1,0,1 +711010102,13,2,10050015,1,0,0,1,0,1 +711010102,14,2,10060015,1,0,0,1,0,1 +711010102,15,2,10070017,1,0,0,1,0,1 +711010201,1,2,40010010,1,0,0,1,0,1 +711010201,2,2,30050009,1,0,0,1,0,1 +711010201,3,2,10070015,1,0,0,1,0,1 +711010201,4,2,20080013,1,0,0,1,0,1 +711010201,5,2,40080009,1,0,0,0,0,1 +711010201,6,2,30040009,1,0,0,0,0,1 +711010201,7,2,20060014,1,0,0,0,0,1 +711010201,8,2,40020010,1,0,0,0,0,1 +711010201,9,2,10090016,1,0,0,0,0,1 +711010201,10,2,20010015,1,0,0,0,0,1 +711010201,11,2,10010017,1,0,0,0,0,1 +711010201,12,2,40090010,1,0,0,0,0,1 +711010201,13,2,30070009,1,0,0,0,0,1 +711010201,14,2,10030017,1,0,0,0,0,1 +711010201,15,2,20020014,1,0,0,0,0,1 +711010201,16,2,20090014,1,0,0,0,0,1 +711010201,17,2,40040010,1,0,0,0,0,1 +711010201,18,2,30100010,1,0,0,0,0,1 +711010201,19,2,10020017,1,0,0,0,0,1 +711010201,20,2,40070011,1,0,0,0,0,1 +711010501,1,2,20010011,1,0,0,0,0,1 +711010501,2,2,20020011,1,0,0,0,0,1 +711010501,3,2,20030011,1,0,0,0,0,1 +711010501,4,2,20040011,1,0,0,0,0,1 +711010501,5,2,20050011,1,0,0,0,0,1 +711010501,6,2,20060011,1,0,0,0,0,1 +711010501,7,2,20070011,1,0,0,0,0,1 +711010501,8,2,20080011,1,0,0,0,0,1 +711010501,9,2,20090011,1,0,0,0,0,1 +711010501,10,2,20010014,1,0,0,0,0,1 +711010501,11,2,20020013,1,0,0,0,0,1 +711010501,12,2,20030013,1,0,0,0,0,1 +711010501,13,2,20040013,1,0,0,0,0,1 +711010501,14,2,20060015,1,0,0,1,0,1 +711010501,15,2,20080014,1,0,0,1,0,1 +711010501,16,2,20040015,1,0,0,1,0,1 +711010501,17,2,20070015,1,0,0,1,0,1 +711010701,1,2,10010013,1,0,0,0,0,1 +711010701,2,2,10020013,1,0,0,0,0,1 +711010701,3,2,10030013,1,0,0,0,0,1 +711010701,4,2,10040013,1,0,0,0,0,1 +711010701,5,2,10050013,1,0,0,0,0,1 +711010701,6,2,10060013,1,0,0,0,0,1 +711010701,7,2,10070013,1,0,0,0,0,1 +711010701,8,2,10080013,1,0,0,0,0,1 +711010701,9,2,10090013,1,0,0,0,0,1 +711010701,10,2,20010011,1,0,0,0,0,1 +711010701,11,2,20020011,1,0,0,0,0,1 +711010701,12,2,20030011,1,0,0,0,0,1 +711010701,13,2,20040011,1,0,0,0,0,1 +711010701,14,2,20050011,1,0,0,0,0,1 +711010701,15,2,20060011,1,0,0,0,0,1 +711010701,16,2,20070011,1,0,0,0,0,1 +711010701,17,2,20080011,1,0,0,0,0,1 +711010701,18,2,20090011,1,0,0,0,0,1 +711010701,19,2,30010007,1,0,0,0,0,1 +711010701,20,2,30020007,1,0,0,0,0,1 +711010701,21,2,30030007,1,0,0,0,0,1 +711010701,22,2,30040007,1,0,0,0,0,1 +711010701,23,2,30050007,1,0,0,0,0,1 +711010701,24,2,30060007,1,0,0,0,0,1 +711010701,25,2,30070007,1,0,0,0,0,1 +711010701,26,2,30080007,1,0,0,0,0,1 +711010701,27,2,30090007,1,0,0,0,0,1 +711010701,28,2,30100007,1,0,0,0,0,1 +711010701,29,2,30110007,1,0,0,0,0,1 +711010701,30,2,30120007,1,0,0,0,0,1 +711010701,31,2,40010007,1,0,0,0,0,1 +711010701,32,2,40020007,1,0,0,0,0,1 +711010701,33,2,40030007,1,0,0,0,0,1 +711010701,34,2,40040007,1,0,0,0,0,1 +711010701,35,2,40050007,1,0,0,0,0,1 +711010701,36,2,40060007,1,0,0,0,0,1 +711010701,37,2,40070007,1,0,0,0,0,1 +711010701,38,2,40080007,1,0,0,0,0,1 +711010701,39,2,40090007,1,0,0,0,0,1 +711010701,40,2,40020009,1,0,0,0,0,1 +711010701,41,2,40090009,1,0,0,0,0,1 +711010701,42,2,10010016,1,0,0,0,0,1 +711010701,43,2,10020015,1,0,0,0,0,1 +711010701,44,2,20010014,1,0,0,0,0,1 +711010701,45,2,20020013,1,0,0,0,0,1 +711010701,46,2,30060009,1,0,0,0,0,1 +711010701,47,2,30080009,1,0,0,0,0,1 +711010701,48,2,20030013,1,0,0,0,0,1 +711010701,49,2,20040013,1,0,0,0,0,1 +711010701,50,2,40040009,1,0,0,0,0,1 +711010701,51,2,40050009,1,0,0,0,0,1 +711010701,52,2,30010010,1,0,0,0,0,1 +711010701,53,2,30100009,1,0,0,0,0,1 +711010701,54,2,10030016,1,0,0,0,0,1 +711010701,55,2,10050015,1,0,0,0,0,1 +711010701,56,2,40070010,1,0,0,0,0,1 +711010701,57,2,40080010,1,0,0,0,0,1 +711010701,58,2,20060015,1,0,0,0,0,1 +711010701,59,2,20080014,1,0,0,0,0,1 +711010701,60,2,10060015,1,0,0,0,0,1 +711010701,61,2,10070017,1,0,0,0,0,1 +711010701,62,2,30110010,1,0,0,0,0,1 +711010701,63,2,30120010,1,0,0,0,0,1 +711010701,64,2,20040015,1,0,0,0,0,1 +711010701,65,2,20070015,1,0,0,1,0,1 +711010701,66,2,40030012,1,0,0,1,0,1 +711010701,67,2,40060011,1,0,0,0,0,1 +711010701,68,2,30050013,1,0,0,0,0,1 +711010701,69,2,30070013,1,0,0,1,0,1 +711010701,70,2,10040019,1,0,0,1,0,1 +711010701,71,2,10090018,1,0,0,0,0,1 +711010801,1,2,30010012,1,0,0,1,0,1 +711010801,2,2,30020011,1,0,0,1,0,1 +711010801,3,2,30030012,1,0,0,1,0,1 +711010801,4,2,30040011,1,0,0,1,0,1 +711010801,5,2,30050012,1,0,0,1,0,1 +711010801,6,2,30060011,1,0,0,1,0,1 +711010801,7,2,30070014,1,0,0,1,0,1 +711010801,8,2,30080011,1,0,0,1,0,1 +711010801,9,2,30090013,1,0,0,1,0,1 +711010801,10,2,30100013,1,0,0,1,0,1 +711010801,11,2,30110014,1,0,0,1,0,1 +711010801,12,2,30120013,1,0,0,1,0,1 diff --git a/src/router/databases/csv-en/lottery_price.csv b/src/router/databases/csv-en/lottery_price.csv new file mode 100644 index 0000000..7b09a4b --- /dev/null +++ b/src/router/databases/csv-en/lottery_price.csv @@ -0,0 +1,930 @@ +_id,_number,_consumeType,_count,_price,_limitCount,_dailyLimitCount,_masterItemId,_masterLotteryRewardId,_masterReleaseLabelId +1110001,1,1,10,3000,0,0,0,0,223041501 +1110001,2,1,1,300,0,0,0,0,223041501 +1110001,3,2,1,150,0,1,0,0,223041501 +1110001,5,4,1,1,0,0,15010001,0,223041501 +1110001,6,4,10,1,0,0,15010002,0,223041501 +1110001,7,4,10,1,0,0,15010003,0,223041501 +1110001,8,4,10,1,0,0,15010004,0,223041501 +1110001,9,4,10,1,0,0,15010005,0,223041501 +1110002,1,2,10,3000,1,0,0,0,223041501 +1110003,1,1,10,3000,0,0,0,0,223041901 +1110003,2,1,1,300,0,0,0,0,223041901 +1110003,3,2,1,150,0,1,0,0,223041901 +1110003,5,4,1,1,0,0,15010001,0,223041901 +1110003,6,4,10,1,0,0,15010002,0,223041901 +1110003,7,4,10,1,0,0,15010003,0,223041901 +1110004,1,1,10,3000,0,0,0,0,223043001 +1110004,2,1,1,300,0,0,0,0,223043001 +1110004,3,2,1,150,0,1,0,0,223043001 +1110004,5,4,1,1,0,0,15010001,0,223043001 +1110004,6,4,10,1,0,0,15010002,0,223043001 +1110004,7,4,10,1,0,0,15010003,0,223043001 +1110005,1,1,10,3000,0,0,0,0,223051501 +1110005,2,1,1,300,0,0,0,0,223051501 +1110005,3,2,1,150,0,1,0,0,223051501 +1110005,5,4,1,1,0,0,15010001,0,223051501 +1110005,6,4,10,1,0,0,15010002,0,223051501 +1110005,7,4,10,1,0,0,15010003,0,223051501 +1110006,1,1,10,3000,0,0,0,0,223053101 +1110006,2,1,1,300,0,0,0,0,223053101 +1110006,3,2,1,150,0,1,0,0,223053101 +1110006,5,4,1,1,0,0,15010001,0,223053101 +1110006,6,4,10,1,0,0,15010002,0,223053101 +1110006,7,4,10,1,0,0,15010003,0,223053101 +1110007,1,1,10,3000,0,0,0,0,223061501 +1110007,2,1,1,300,0,0,0,0,223061501 +1110007,3,2,1,150,0,1,0,0,223061501 +1110007,5,4,1,1,0,0,15010001,0,223061501 +1110007,6,4,10,1,0,0,15010002,0,223061501 +1110007,7,4,10,1,0,0,15010003,0,223061501 +1110008,1,1,10,3000,0,0,0,0,223063001 +1110008,2,1,1,300,0,0,0,0,223063001 +1110008,3,2,1,150,0,1,0,0,223063001 +1110008,5,4,1,1,0,0,15010001,0,223063001 +1110008,6,4,10,1,0,0,15010002,0,223063001 +1110008,7,4,10,1,0,0,15010003,0,223063001 +1110008,8,4,1,1,0,0,15010006,0,223063001 +1110008,9,4,10,1,0,0,15010007,0,223063001 +1110009,1,1,10,3000,0,0,0,0,223071502 +1110009,2,1,1,300,0,0,0,0,223071502 +1110009,3,2,1,150,0,1,0,0,223071502 +1110009,5,4,1,1,0,0,15010001,0,223071502 +1110009,6,4,10,1,0,0,15010002,0,223071502 +1110009,7,4,10,1,0,0,15010003,0,223071502 +1110009,8,4,1,1,0,0,15010008,0,223071502 +1110009,9,4,10,1,0,0,15010009,0,223071502 +1110010,1,1,10,3000,0,0,0,0,223073101 +1110010,2,1,1,300,0,0,0,0,223073101 +1110010,3,2,1,150,0,1,0,0,223073101 +1110010,5,4,1,1,0,0,15010001,0,223073101 +1110010,6,4,10,1,0,0,15010002,0,223073101 +1110010,7,4,10,1,0,0,15010003,0,223073101 +1110010,8,4,1,1,0,0,15010010,0,223073101 +1110010,9,4,10,1,0,0,15010011,0,223073101 +1110011,1,1,10,3000,0,0,0,0,223081501 +1110011,2,1,1,300,0,0,0,0,223081501 +1110011,3,2,1,150,0,1,0,0,223081501 +1110011,5,4,1,1,0,0,15010001,0,223081501 +1110011,6,4,10,1,0,0,15010002,0,223081501 +1110011,7,4,10,1,0,0,15010003,0,223081501 +1110011,8,4,1,1,0,0,15010012,0,223081501 +1110011,9,4,10,1,0,0,15010013,0,223081501 +1110012,1,1,10,3000,0,0,0,0,223083107 +1110012,2,1,1,300,0,0,0,0,223083107 +1110012,3,2,1,150,0,1,0,0,223083107 +1110012,5,4,1,1,0,0,15010001,0,223083107 +1110012,6,4,10,1,0,0,15010002,0,223083107 +1110012,7,4,10,1,0,0,15010003,0,223083107 +1110012,8,4,1,1,0,0,15010014,0,223083107 +1110012,9,4,10,1,0,0,15010015,0,223083107 +1110013,1,1,10,3000,0,0,0,0,223091501 +1110013,2,1,1,300,0,0,0,0,223091501 +1110013,3,2,1,150,0,1,0,0,223091501 +1110013,5,4,1,1,0,0,15010001,0,223091501 +1110013,6,4,10,1,0,0,15010002,0,223091501 +1110013,7,4,10,1,0,0,15010003,0,223091501 +1110013,8,4,1,1,0,0,15010016,0,223091501 +1110013,9,4,10,1,0,0,15010017,0,223091501 +1110014,1,1,10,3000,0,0,0,0,223093001 +1110014,2,1,1,300,0,0,0,0,223093001 +1110014,3,2,1,150,0,1,0,0,223093001 +1110014,5,4,1,1,0,0,15010001,0,223093001 +1110014,6,4,10,1,0,0,15010002,0,223093001 +1110014,7,4,10,1,0,0,15010003,0,223093001 +1110014,8,4,1,1,0,0,15010018,0,223093001 +1110014,9,4,10,1,0,0,15010019,0,223093001 +1110015,1,1,10,3000,0,0,0,0,223101505 +1110015,2,1,1,300,0,0,0,0,223101505 +1110015,3,2,1,150,0,1,0,0,223101505 +1110015,5,4,1,1,0,0,15010001,0,223101505 +1110015,6,4,10,1,0,0,15010002,0,223101505 +1110015,7,4,10,1,0,0,15010003,0,223101505 +1110015,8,4,1,1,0,0,15010020,0,223101505 +1110015,9,4,10,1,0,0,15010021,0,223101505 +1110013,10,4,1,1,0,0,15010022,0,223092302 +1110014,10,4,1,1,0,0,15010022,0,223092302 +1110015,10,4,1,1,0,0,15010022,0,223092302 +1110016,10,4,1,1,0,0,15010022,0,223092302 +1110016,1,1,10,3000,0,0,0,0,223103107 +1110016,2,1,1,300,0,0,0,0,223103107 +1110016,3,2,1,150,0,1,0,0,223103107 +1110016,5,4,1,1,0,0,15010001,0,223103107 +1110016,6,4,10,1,0,0,15010002,0,223103107 +1110016,7,4,10,1,0,0,15010003,0,223103107 +1110016,8,4,1,1,0,0,15010023,0,223103107 +1110016,9,4,10,1,0,0,15010024,0,223103107 +1110017,1,1,10,3000,0,0,0,0,223111501 +1110017,2,1,1,300,0,0,0,0,223111501 +1110017,3,2,1,150,0,1,0,0,223111501 +1110017,5,4,1,1,0,0,15010001,0,223111501 +1110017,6,4,10,1,0,0,15010002,0,223111501 +1110017,7,4,10,1,0,0,15010003,0,223111501 +1110017,8,4,1,1,0,0,15010025,0,223111501 +1110017,9,4,10,1,0,0,15010026,0,223111501 +1110015,11,4,1,1,0,0,15010027,0,223101505 +1110016,11,4,1,1,0,0,15010027,0,223103107 +1110018,1,1,10,3000,0,0,0,0,223113008 +1110018,2,1,1,300,0,0,0,0,223113008 +1110018,3,2,1,150,0,1,0,0,223113008 +1110018,5,4,1,1,0,0,15010001,0,223113008 +1110018,6,4,10,1,0,0,15010002,0,223113008 +1110018,7,4,10,1,0,0,15010003,0,223113008 +1110018,8,4,1,1,0,0,15010028,0,223113008 +1110018,9,4,10,1,0,0,15010029,0,223113008 +1110018,10,4,1,1,0,0,15010032,0,223120804 +1110018,11,4,10,1,0,0,15010033,0,223120804 +1110019,1,1,10,3000,0,0,0,0,223121513 +1110019,2,1,1,300,0,0,0,0,223121513 +1110019,3,2,1,150,0,1,0,0,223121513 +1110019,5,4,1,1,0,0,15010001,0,223121513 +1110019,6,4,10,1,0,0,15010002,0,223121513 +1110019,7,4,10,1,0,0,15010003,0,223121513 +1110019,8,4,1,1,0,0,15010030,0,223121513 +1110019,9,4,10,1,0,0,15010031,0,223121513 +1110019,10,4,1,1,0,0,15010032,0,223120804 +1110019,11,4,10,1,0,0,15010033,0,223120804 +1110020,1,1,10,3000,0,0,0,0,223123107 +1110020,2,1,1,300,0,0,0,0,223123107 +1110020,3,2,1,150,0,1,0,0,223123107 +1110020,5,4,1,1,0,0,15010001,0,223123107 +1110020,6,4,10,1,0,0,15010002,0,223123107 +1110020,7,4,10,1,0,0,15010003,0,223123107 +1110020,8,4,1,1,0,0,15010034,0,223123107 +1110020,9,4,10,1,0,0,15010035,0,223123107 +1110021,1,1,10,3000,0,0,0,0,224011508 +1110021,2,1,1,300,0,0,0,0,224011508 +1110021,3,2,1,150,0,1,0,0,224011508 +1110021,5,4,1,1,0,0,15010001,0,224011508 +1110021,6,4,10,1,0,0,15010002,0,224011508 +1110021,7,4,10,1,0,0,15010003,0,224011508 +1110021,8,4,1,1,0,0,15010036,0,224011508 +1110021,9,4,10,1,0,0,15010037,0,224011508 +1110021,10,4,1,1,0,0,15010040,0,224011508 +1110021,11,4,10,1,0,0,15010041,0,224011508 +1110022,1,1,10,3000,0,0,0,0,224013108 +1110022,2,1,1,300,0,0,0,0,224013108 +1110022,3,2,1,150,0,1,0,0,224013108 +1110022,5,4,1,1,0,0,15010001,0,224013108 +1110022,6,4,10,1,0,0,15010002,0,224013108 +1110022,7,4,10,1,0,0,15010003,0,224013108 +1110022,8,4,1,1,0,0,15010038,0,224013108 +1110022,9,4,10,1,0,0,15010039,0,224013108 +1110022,10,4,1,1,0,0,15010040,0,224013108 +1110022,11,4,10,1,0,0,15010041,0,224013108 +1110023,1,1,10,3000,0,0,0,0,224021409 +1110023,2,1,1,300,0,0,0,0,224021409 +1110023,3,2,1,150,0,1,0,0,224021409 +1110023,5,4,1,1,0,0,15010001,0,224021409 +1110023,6,4,10,1,0,0,15010002,0,224021409 +1110023,7,4,10,1,0,0,15010003,0,224021409 +1110023,8,4,1,1,0,0,15010040,0,224021409 +1110023,9,4,10,1,0,0,15010041,0,224021409 +1110024,1,1,10,3000,0,0,0,0,224030120 +1110024,2,1,1,300,0,0,0,0,224030120 +1110024,3,2,1,150,0,1,0,0,224030120 +1110024,5,4,1,1,0,0,15010001,0,224030120 +1110024,6,4,10,1,0,0,15010002,0,224030120 +1110024,7,4,10,1,0,0,15010003,0,224030120 +1110024,8,4,1,1,0,0,15010040,0,224030120 +1110024,9,4,10,1,0,0,15010041,0,224030120 +2110001,1,1,10,3000,0,0,0,0,223043002 +2110001,2,1,1,300,0,0,0,0,223043002 +2110001,3,2,1,150,0,1,0,0,223043002 +2110001,5,4,1,1,0,0,15010001,0,223043002 +2110001,6,4,10,1,0,0,15010002,0,223043002 +2110001,7,4,10,1,0,0,15010003,0,223043002 +2110002,1,1,10,3000,0,0,0,0,223051502 +2110002,2,1,1,300,0,0,0,0,223051502 +2110002,3,2,1,150,0,1,0,0,223051502 +2110002,5,4,1,1,0,0,15010001,0,223051502 +2110002,6,4,10,1,0,0,15010002,0,223051502 +2110002,7,4,10,1,0,0,15010003,0,223051502 +2110003,1,1,10,3000,0,0,0,0,223053102 +2110003,2,1,1,300,0,0,0,0,223053102 +2110003,3,2,1,150,0,1,0,0,223053102 +2110003,5,4,1,1,0,0,15010001,0,223053102 +2110003,6,4,10,1,0,0,15010002,0,223053102 +2110003,7,4,10,1,0,0,15010003,0,223053102 +2110004,1,1,10,3000,0,0,0,0,223061502 +2110004,2,1,1,300,0,0,0,0,223061502 +2110004,3,2,1,150,0,1,0,0,223061502 +2110004,5,4,1,1,0,0,15010001,0,223061502 +2110004,6,4,10,1,0,0,15010002,0,223061502 +2110004,7,4,10,1,0,0,15010003,0,223061502 +2110005,1,1,10,3000,0,0,0,0,223061502 +2110005,2,1,1,300,0,0,0,0,223061502 +2110005,3,2,1,150,0,1,0,0,223061502 +2110005,5,4,1,1,0,0,15010001,0,223061502 +2110005,6,4,10,1,0,0,15010002,0,223061502 +2110005,7,4,10,1,0,0,15010003,0,223061502 +2110006,1,1,10,3000,0,0,0,0,223063002 +2110006,2,1,1,300,0,0,0,0,223063002 +2110006,3,2,1,150,0,1,0,0,223063002 +2110006,5,4,1,1,0,0,15010001,0,223063002 +2110006,6,4,10,1,0,0,15010002,0,223063002 +2110006,7,4,10,1,0,0,15010003,0,223063002 +2110007,1,1,10,3000,0,0,0,0,223063002 +2110007,2,1,1,300,0,0,0,0,223063002 +2110007,3,2,1,150,0,1,0,0,223063002 +2110007,5,4,1,1,0,0,15010001,0,223063002 +2110007,6,4,10,1,0,0,15010002,0,223063002 +2110007,7,4,10,1,0,0,15010003,0,223063002 +2110008,1,1,10,3000,0,0,0,0,223071503 +2110008,2,1,1,300,0,0,0,0,223071503 +2110008,3,2,1,150,0,1,0,0,223071503 +2110008,5,4,1,1,0,0,15010001,0,223071503 +2110008,6,4,10,1,0,0,15010002,0,223071503 +2110008,7,4,10,1,0,0,15010003,0,223071503 +2110009,1,1,10,3000,0,0,0,0,223071503 +2110009,2,1,1,300,0,0,0,0,223071503 +2110009,3,2,1,150,0,1,0,0,223071503 +2110009,5,4,1,1,0,0,15010001,0,223071503 +2110009,6,4,10,1,0,0,15010002,0,223071503 +2110009,7,4,10,1,0,0,15010003,0,223071503 +2110010,1,1,10,3000,0,0,0,0,223073102 +2110010,2,1,1,300,0,0,0,0,223073102 +2110010,3,2,1,150,0,1,0,0,223073102 +2110010,5,4,1,1,0,0,15010001,0,223073102 +2110010,6,4,10,1,0,0,15010002,0,223073102 +2110010,7,4,10,1,0,0,15010003,0,223073102 +2110011,1,1,10,3000,0,0,0,0,223073102 +2110011,2,1,1,300,0,0,0,0,223073102 +2110011,3,2,1,150,0,1,0,0,223073102 +2110011,5,4,1,1,0,0,15010001,0,223073102 +2110011,6,4,10,1,0,0,15010002,0,223073102 +2110011,7,4,10,1,0,0,15010003,0,223073102 +2110012,1,1,10,3000,0,0,0,0,223081502 +2110012,2,1,1,300,0,0,0,0,223081502 +2110012,3,2,1,150,0,1,0,0,223081502 +2110012,5,4,1,1,0,0,15010001,0,223081502 +2110012,6,4,10,1,0,0,15010002,0,223081502 +2110012,7,4,10,1,0,0,15010003,0,223081502 +2110013,1,1,10,3000,0,0,0,0,223081502 +2110013,2,1,1,300,0,0,0,0,223081502 +2110013,3,2,1,150,0,1,0,0,223081502 +2110013,5,4,1,1,0,0,15010001,0,223081502 +2110013,6,4,10,1,0,0,15010002,0,223081502 +2110013,7,4,10,1,0,0,15010003,0,223081502 +2110014,1,1,10,3000,0,0,0,0,223083102 +2110014,2,1,1,300,0,0,0,0,223083102 +2110014,3,2,1,150,0,1,0,0,223083102 +2110014,5,4,1,1,0,0,15010001,0,223083102 +2110014,6,4,10,1,0,0,15010002,0,223083102 +2110014,7,4,10,1,0,0,15010003,0,223083102 +2110015,1,1,10,3000,0,0,0,0,223083102 +2110015,2,1,1,300,0,0,0,0,223083102 +2110015,3,2,1,150,0,1,0,0,223083102 +2110015,5,4,1,1,0,0,15010001,0,223083102 +2110015,6,4,10,1,0,0,15010002,0,223083102 +2110015,7,4,10,1,0,0,15010003,0,223083102 +2110016,1,1,10,3000,0,0,0,0,223091502 +2110016,2,1,1,300,0,0,0,0,223091502 +2110016,3,2,1,150,0,1,0,0,223091502 +2110016,5,4,1,1,0,0,15010001,0,223091502 +2110016,6,4,10,1,0,0,15010002,0,223091502 +2110016,7,4,10,1,0,0,15010003,0,223091502 +2110017,1,1,10,3000,0,0,0,0,223091502 +2110017,2,1,1,300,0,0,0,0,223091502 +2110017,3,2,1,150,0,1,0,0,223091502 +2110017,5,4,1,1,0,0,15010001,0,223091502 +2110017,6,4,10,1,0,0,15010002,0,223091502 +2110017,7,4,10,1,0,0,15010003,0,223091502 +2110018,1,1,10,3000,0,0,0,0,223093002 +2110018,2,1,1,300,0,0,0,0,223093002 +2110018,3,2,1,150,0,1,0,0,223093002 +2110018,5,4,1,1,0,0,15010001,0,223093002 +2110018,6,4,10,1,0,0,15010002,0,223093002 +2110018,7,4,10,1,0,0,15010003,0,223093002 +2110019,1,1,10,3000,0,0,0,0,223093002 +2110019,2,1,1,300,0,0,0,0,223093002 +2110019,3,2,1,150,0,1,0,0,223093002 +2110019,5,4,1,1,0,0,15010001,0,223093002 +2110019,6,4,10,1,0,0,15010002,0,223093002 +2110019,7,4,10,1,0,0,15010003,0,223093002 +2110020,1,1,10,3000,0,0,0,0,223101506 +2110020,2,1,1,300,0,0,0,0,223101506 +2110020,3,2,1,150,0,1,0,0,223101506 +2110020,5,4,1,1,0,0,15010001,0,223101506 +2110020,6,4,10,1,0,0,15010002,0,223101506 +2110020,7,4,10,1,0,0,15010003,0,223101506 +2110021,1,1,10,3000,0,0,0,0,223101506 +2110021,2,1,1,300,0,0,0,0,223101506 +2110021,3,2,1,150,0,1,0,0,223101506 +2110021,5,4,1,1,0,0,15010001,0,223101506 +2110021,6,4,10,1,0,0,15010002,0,223101506 +2110021,7,4,10,1,0,0,15010003,0,223101506 +2110022,1,1,10,3000,0,0,0,0,223103108 +2110022,2,1,1,300,0,0,0,0,223103108 +2110022,3,2,1,150,0,1,0,0,223103108 +2110022,5,4,1,1,0,0,15010001,0,223103108 +2110022,6,4,10,1,0,0,15010002,0,223103108 +2110022,7,4,10,1,0,0,15010003,0,223103108 +2110023,1,1,10,3000,0,0,0,0,223103108 +2110023,2,1,1,300,0,0,0,0,223103108 +2110023,3,2,1,150,0,1,0,0,223103108 +2110023,5,4,1,1,0,0,15010001,0,223103108 +2110023,6,4,10,1,0,0,15010002,0,223103108 +2110023,7,4,10,1,0,0,15010003,0,223103108 +2110024,1,1,10,3000,0,0,0,0,223111502 +2110024,2,1,1,300,0,0,0,0,223111502 +2110024,3,2,1,150,0,1,0,0,223111502 +2110024,5,4,1,1,0,0,15010001,0,223111502 +2110024,6,4,10,1,0,0,15010002,0,223111502 +2110024,7,4,10,1,0,0,15010003,0,223111502 +2110025,1,1,10,3000,0,0,0,0,223111502 +2110025,2,1,1,300,0,0,0,0,223111502 +2110025,3,2,1,150,0,1,0,0,223111502 +2110025,5,4,1,1,0,0,15010001,0,223111502 +2110025,6,4,10,1,0,0,15010002,0,223111502 +2110025,7,4,10,1,0,0,15010003,0,223111502 +2110026,1,1,10,3000,0,0,0,0,223113009 +2110026,2,1,1,300,0,0,0,0,223113009 +2110026,3,2,1,150,0,1,0,0,223113009 +2110026,5,4,1,1,0,0,15010001,0,223113009 +2110026,6,4,10,1,0,0,15010002,0,223113009 +2110026,7,4,10,1,0,0,15010003,0,223113009 +2110027,1,1,10,3000,0,0,0,0,223113009 +2110027,2,1,1,300,0,0,0,0,223113009 +2110027,3,2,1,150,0,1,0,0,223113009 +2110027,5,4,1,1,0,0,15010001,0,223113009 +2110027,6,4,10,1,0,0,15010002,0,223113009 +2110027,7,4,10,1,0,0,15010003,0,223113009 +2110028,1,1,10,3000,0,0,0,0,223121505 +2110028,2,1,1,300,0,0,0,0,223121505 +2110028,3,2,1,150,0,1,0,0,223121505 +2110028,5,4,1,1,0,0,15010001,0,223121505 +2110028,6,4,10,1,0,0,15010002,0,223121505 +2110028,7,4,10,1,0,0,15010003,0,223121505 +2110029,1,1,10,3000,0,0,0,0,223121505 +2110029,2,1,1,300,0,0,0,0,223121505 +2110029,3,2,1,150,0,1,0,0,223121505 +2110029,5,4,1,1,0,0,15010001,0,223121505 +2110029,6,4,10,1,0,0,15010002,0,223121505 +2110029,7,4,10,1,0,0,15010003,0,223121505 +2110030,1,1,10,3000,0,0,0,0,223123102 +2110030,2,1,1,300,0,0,0,0,223123102 +2110030,3,2,1,150,0,1,0,0,223123102 +2110030,5,4,1,1,0,0,15010001,0,223123102 +2110030,6,4,10,1,0,0,15010002,0,223123102 +2110030,7,4,10,1,0,0,15010003,0,223123102 +2110031,1,1,10,3000,0,0,0,0,223123102 +2110031,2,1,1,300,0,0,0,0,223123102 +2110031,3,2,1,150,0,1,0,0,223123102 +2110031,5,4,1,1,0,0,15010001,0,223123102 +2110031,6,4,10,1,0,0,15010002,0,223123102 +2110031,7,4,10,1,0,0,15010003,0,223123102 +2110032,1,1,10,3000,0,0,0,0,224011502 +2110032,2,1,1,300,0,0,0,0,224011502 +2110032,3,2,1,150,0,1,0,0,224011502 +2110032,5,4,1,1,0,0,15010001,0,224011502 +2110032,6,4,10,1,0,0,15010002,0,224011502 +2110032,7,4,10,1,0,0,15010003,0,224011502 +2110033,1,1,10,3000,0,0,0,0,224011502 +2110033,2,1,1,300,0,0,0,0,224011502 +2110033,3,2,1,150,0,1,0,0,224011502 +2110033,5,4,1,1,0,0,15010001,0,224011502 +2110033,6,4,10,1,0,0,15010002,0,224011502 +2110033,7,4,10,1,0,0,15010003,0,224011502 +2110034,1,1,10,3000,0,0,0,0,224013102 +2110034,2,1,1,300,0,0,0,0,224013102 +2110034,3,2,1,150,0,1,0,0,224013102 +2110034,5,4,1,1,0,0,15010001,0,224013102 +2110034,6,4,10,1,0,0,15010002,0,224013102 +2110034,7,4,10,1,0,0,15010003,0,224013102 +2110035,1,1,10,3000,0,0,0,0,224013102 +2110035,2,1,1,300,0,0,0,0,224013102 +2110035,3,2,1,150,0,1,0,0,224013102 +2110035,5,4,1,1,0,0,15010001,0,224013102 +2110035,6,4,10,1,0,0,15010002,0,224013102 +2110035,7,4,10,1,0,0,15010003,0,224013102 +2110036,1,1,10,3000,0,0,0,0,224021402 +2110036,2,1,1,300,0,0,0,0,224021402 +2110036,3,2,1,150,0,1,0,0,224021402 +2110036,5,4,1,1,0,0,15010001,0,224021402 +2110036,6,4,10,1,0,0,15010002,0,224021402 +2110036,7,4,10,1,0,0,15010003,0,224021402 +2110037,1,1,10,3000,0,0,0,0,224021402 +2110037,2,1,1,300,0,0,0,0,224021402 +2110037,3,2,1,150,0,1,0,0,224021402 +2110037,5,4,1,1,0,0,15010001,0,224021402 +2110037,6,4,10,1,0,0,15010002,0,224021402 +2110037,7,4,10,1,0,0,15010003,0,224021402 +2110038,1,1,10,3000,0,0,0,0,224030102 +2110038,2,1,1,300,0,0,0,0,224030102 +2110038,3,2,1,150,0,1,0,0,224030102 +2110038,5,4,1,1,0,0,15010001,0,224030102 +2110038,6,4,10,1,0,0,15010002,0,224030102 +2110038,7,4,10,1,0,0,15010003,0,224030102 +2110039,1,1,10,3000,0,0,0,0,224030102 +2110039,2,1,1,300,0,0,0,0,224030102 +2110039,3,2,1,150,0,1,0,0,224030102 +2110039,5,4,1,1,0,0,15010001,0,224030102 +2110039,6,4,10,1,0,0,15010002,0,224030102 +2110039,7,4,10,1,0,0,15010003,0,224030102 +3110001,1,1,10,3000,0,0,0,0,223050101 +3110001,2,1,1,300,0,0,0,0,223050101 +3110001,3,2,1,150,0,1,0,0,223050101 +3110001,5,4,1,1,0,0,15010001,0,223050101 +3110001,6,4,10,1,0,0,15010002,0,223050101 +3110001,7,4,10,1,0,0,15010003,0,223050101 +3110002,1,1,10,3000,0,0,0,0,223053001 +3110002,2,1,1,300,0,0,0,0,223053001 +3110002,3,2,1,150,0,1,0,0,223053001 +3110002,5,4,1,1,0,0,15010001,0,223053001 +3110002,6,4,10,1,0,0,15010002,0,223053001 +3110002,7,4,10,1,0,0,15010003,0,223053001 +3110003,1,1,10,3000,0,0,0,0,223060901 +3110003,2,1,1,300,0,0,0,0,223060901 +3110003,3,2,1,150,0,1,0,0,223060901 +3110003,5,4,1,1,0,0,15010001,0,223060901 +3110003,6,4,10,1,0,0,15010002,0,223060901 +3110003,7,4,10,1,0,0,15010003,0,223060901 +3110004,1,1,10,3000,0,0,0,0,223061301 +3110004,2,1,1,300,0,0,0,0,223061301 +3110004,3,2,1,150,0,1,0,0,223061301 +3110004,5,4,1,1,0,0,15010001,0,223061301 +3110004,6,4,10,1,0,0,15010002,0,223061301 +3110004,7,4,10,1,0,0,15010003,0,223061301 +3110005,1,1,10,3000,0,0,0,0,223061701 +3110005,2,1,1,300,0,0,0,0,223061701 +3110005,3,2,1,150,0,1,0,0,223061701 +3110005,5,4,1,1,0,0,15010001,0,223061701 +3110005,6,4,10,1,0,0,15010002,0,223061701 +3110005,7,4,10,1,0,0,15010003,0,223061701 +3110006,1,1,10,3000,0,0,0,0,223062901 +3110006,2,1,1,300,0,0,0,0,223062901 +3110006,3,2,1,150,0,1,0,0,223062901 +3110006,5,4,1,1,0,0,15010001,0,223062901 +3110006,6,4,10,1,0,0,15010002,0,223062901 +3110006,7,4,10,1,0,0,15010003,0,223062901 +3110007,1,1,10,3000,0,0,0,0,223071301 +3110007,2,1,1,300,0,0,0,0,223071301 +3110007,3,2,1,150,0,1,0,0,223071301 +3110007,5,4,1,1,0,0,15010001,0,223071301 +3110007,6,4,10,1,0,0,15010002,0,223071301 +3110007,7,4,10,1,0,0,15010003,0,223071301 +3110008,1,1,10,3000,0,0,0,0,223071702 +3110008,2,1,1,300,0,0,0,0,223071702 +3110008,3,2,1,150,0,1,0,0,223071702 +3110008,5,4,1,1,0,0,15010001,0,223071702 +3110008,6,4,10,1,0,0,15010002,0,223071702 +3110008,7,4,10,1,0,0,15010003,0,223071702 +3110009,1,1,10,3000,0,0,0,0,223072201 +3110009,2,1,1,300,0,0,0,0,223072201 +3110009,3,2,1,150,0,1,0,0,223072201 +3110009,5,4,1,1,0,0,15010001,0,223072201 +3110009,6,4,10,1,0,0,15010002,0,223072201 +3110009,7,4,10,1,0,0,15010003,0,223072201 +3110010,1,1,10,3000,0,0,0,0,223080102 +3110010,2,1,1,300,0,0,0,0,223080102 +3110010,3,2,1,150,0,1,0,0,223080102 +3110010,5,4,1,1,0,0,15010001,0,223080102 +3110010,6,4,10,1,0,0,15010002,0,223080102 +3110010,7,4,10,1,0,0,15010003,0,223080102 +3110011,1,1,10,3000,0,0,0,0,223080303 +3110011,2,1,1,300,0,0,0,0,223080303 +3110011,3,2,1,150,0,1,0,0,223080303 +3110011,5,4,1,1,0,0,15010001,0,223080303 +3110011,6,4,10,1,0,0,15010002,0,223080303 +3110011,7,4,10,1,0,0,15010003,0,223080303 +3110012,1,1,10,3000,0,0,0,0,223080701 +3110012,2,1,1,300,0,0,0,0,223080701 +3110012,3,2,1,150,0,1,0,0,223080701 +3110012,5,4,1,1,0,0,15010001,0,223080701 +3110012,6,4,10,1,0,0,15010002,0,223080701 +3110012,7,4,10,1,0,0,15010003,0,223080701 +3110013,1,1,10,3000,0,0,0,0,223080801 +3110013,2,1,1,300,0,0,0,0,223080801 +3110013,3,2,1,150,0,1,0,0,223080801 +3110013,5,4,1,1,0,0,15010001,0,223080801 +3110013,6,4,10,1,0,0,15010002,0,223080801 +3110013,7,4,10,1,0,0,15010003,0,223080801 +3110014,1,1,10,3000,0,0,0,0,223091201 +3110014,2,1,1,300,0,0,0,0,223091201 +3110014,3,2,1,150,0,1,0,0,223091201 +3110014,5,4,1,1,0,0,15010001,0,223091201 +3110014,6,4,10,1,0,0,15010002,0,223091201 +3110014,7,4,10,1,0,0,15010003,0,223091201 +3110015,1,1,10,3000,0,0,0,0,223091901 +3110015,2,1,1,300,0,0,0,0,223091901 +3110015,3,2,1,150,0,1,0,0,223091901 +3110015,5,4,1,1,0,0,15010001,0,223091901 +3110015,6,4,10,1,0,0,15010002,0,223091901 +3110015,7,4,10,1,0,0,15010003,0,223091901 +3110016,1,1,10,3000,0,0,0,0,223092101 +3110016,2,1,1,300,0,0,0,0,223092101 +3110016,3,2,1,150,0,1,0,0,223092101 +3110016,5,4,1,1,0,0,15010001,0,223092101 +3110016,6,4,10,1,0,0,15010002,0,223092101 +3110016,7,4,10,1,0,0,15010003,0,223092101 +3110017,1,1,10,3000,0,0,0,0,223092801 +3110017,2,1,1,300,0,0,0,0,223092801 +3110017,3,2,1,150,0,1,0,0,223092801 +3110017,5,4,1,1,0,0,15010001,0,223092801 +3110017,6,4,10,1,0,0,15010002,0,223092801 +3110017,7,4,10,1,0,0,15010003,0,223092801 +3110018,1,1,10,3000,0,0,0,0,223100502 +3110018,2,1,1,300,0,0,0,0,223100502 +3110018,3,2,10,2000,1,0,0,0,223100502 +3110018,4,2,1,150,0,1,0,0,223100502 +3110018,5,4,1,1,0,0,15010001,0,223100502 +3110018,6,4,10,1,0,0,15010002,0,223100502 +3110018,7,4,10,1,0,0,15010003,0,223100502 +3110019,1,1,10,3000,0,0,0,0,223102101 +3110019,2,1,1,300,0,0,0,0,223102101 +3110019,3,2,10,2000,1,0,0,0,223102101 +3110019,4,2,1,150,0,1,0,0,223102101 +3110019,5,4,1,1,0,0,15010001,0,223102101 +3110019,6,4,10,1,0,0,15010002,0,223102101 +3110019,7,4,10,1,0,0,15010003,0,223102101 +3110020,1,1,10,3000,0,0,0,0,223102901 +3110020,2,1,1,300,0,0,0,0,223102901 +3110020,3,2,10,2000,1,0,0,0,223102901 +3110020,4,2,1,150,0,1,0,0,223102901 +3110020,5,4,1,1,0,0,15010001,0,223102901 +3110020,6,4,10,1,0,0,15010002,0,223102901 +3110020,7,4,10,1,0,0,15010003,0,223102901 +3110021,1,1,10,3000,0,0,0,0,223110101 +3110021,2,1,1,300,0,0,0,0,223110101 +3110021,3,2,10,2000,1,0,0,0,223110101 +3110021,4,2,1,150,0,1,0,0,223110101 +3110021,5,4,1,1,0,0,15010001,0,223110101 +3110021,6,4,10,1,0,0,15010002,0,223110101 +3110021,7,4,10,1,0,0,15010003,0,223110101 +3110022,1,1,10,3000,0,0,0,0,223111301 +3110022,2,1,1,300,0,0,0,0,223111301 +3110022,3,2,10,2000,1,0,0,0,223111301 +3110022,4,2,1,150,0,1,0,0,223111301 +3110022,5,4,1,1,0,0,15010001,0,223111301 +3110022,6,4,10,1,0,0,15010002,0,223111301 +3110022,7,4,10,1,0,0,15010003,0,223111301 +3110023,1,1,10,3000,0,0,0,0,223112401 +3110023,2,1,1,300,0,0,0,0,223112401 +3110023,3,2,10,2000,1,0,0,0,223112401 +3110023,4,2,1,150,0,1,0,0,223112401 +3110023,5,4,1,1,0,0,15010001,0,223112401 +3110023,6,4,10,1,0,0,15010002,0,223112401 +3110023,7,4,10,1,0,0,15010003,0,223112401 +3110024,1,1,10,3000,0,0,0,0,223120601 +3110024,2,1,1,300,0,0,0,0,223120601 +3110024,3,2,10,2000,1,0,0,0,223120601 +3110024,4,2,1,150,0,1,0,0,223120601 +3110024,5,4,1,1,0,0,15010001,0,223120601 +3110024,6,4,10,1,0,0,15010002,0,223120601 +3110024,7,4,10,1,0,0,15010003,0,223120601 +3110025,1,1,10,3000,0,0,0,0,223121601 +3110025,2,1,1,300,0,0,0,0,223121601 +3110025,3,2,10,2000,1,0,0,0,223121601 +3110025,4,2,1,150,0,1,0,0,223121601 +3110025,5,4,1,1,0,0,15010001,0,223121601 +3110025,6,4,10,1,0,0,15010002,0,223121601 +3110025,7,4,10,1,0,0,15010003,0,223121601 +3110026,1,1,10,3000,0,0,0,0,223122801 +3110026,2,1,1,300,0,0,0,0,223122801 +3110026,3,2,10,2000,1,0,0,0,223122801 +3110026,4,2,1,150,0,1,0,0,223122801 +3110026,5,4,1,1,0,0,15010001,0,223122801 +3110026,6,4,10,1,0,0,15010002,0,223122801 +3110026,7,4,10,1,0,0,15010003,0,223122801 +3110027,1,1,10,3000,0,0,0,0,224010103 +3110027,2,1,1,300,0,0,0,0,224010103 +3110027,3,2,10,2000,1,0,0,0,224010103 +3110027,4,2,1,150,0,1,0,0,224010103 +3110027,5,4,1,1,0,0,15010001,0,224010103 +3110027,6,4,10,1,0,0,15010002,0,224010103 +3110027,7,4,10,1,0,0,15010003,0,224010103 +3110028,1,1,10,3000,0,0,0,0,224011702 +3110028,2,1,1,300,0,0,0,0,224011702 +3110028,3,2,10,2000,1,0,0,0,224011702 +3110028,4,2,1,150,0,1,0,0,224011702 +3110028,5,4,1,1,0,0,15010001,0,224011702 +3110028,6,4,10,1,0,0,15010002,0,224011702 +3110028,7,4,10,1,0,0,15010003,0,224011702 +3110029,1,1,10,3000,0,0,0,0,224012002 +3110029,2,1,1,300,0,0,0,0,224012002 +3110029,3,2,10,2000,1,0,0,0,224012002 +3110029,4,2,1,150,0,1,0,0,224012002 +3110029,5,4,1,1,0,0,15010001,0,224012002 +3110029,6,4,10,1,0,0,15010002,0,224012002 +3110029,7,4,10,1,0,0,15010003,0,224012002 +3110030,1,1,10,3000,0,0,0,0,224012302 +3110030,2,1,1,300,0,0,0,0,224012302 +3110030,3,2,10,2000,1,0,0,0,224012302 +3110030,4,2,1,150,0,1,0,0,224012302 +3110030,5,4,1,1,0,0,15010001,0,224012302 +3110030,6,4,10,1,0,0,15010002,0,224012302 +3110030,7,4,10,1,0,0,15010003,0,224012302 +3110031,1,1,10,3000,0,0,0,0,224020502 +3110031,2,1,1,300,0,0,0,0,224020502 +3110031,3,2,10,2000,1,0,0,0,224020502 +3110031,4,2,1,150,0,1,0,0,224020502 +3110031,5,4,1,1,0,0,15010001,0,224020502 +3110031,6,4,10,1,0,0,15010002,0,224020502 +3110031,7,4,10,1,0,0,15010003,0,224020502 +3110032,1,1,10,3000,0,0,0,0,224021004 +3110032,2,1,1,300,0,0,0,0,224021004 +3110032,3,2,10,2000,1,0,0,0,224021004 +3110032,4,2,1,150,0,1,0,0,224021004 +3110032,5,4,1,1,0,0,15010001,0,224021004 +3110032,6,4,10,1,0,0,15010002,0,224021004 +3110032,7,4,10,1,0,0,15010003,0,224021004 +3110033,1,1,10,3000,0,0,0,0,224021502 +3110033,2,1,1,300,0,0,0,0,224021502 +3110033,3,2,10,2000,1,0,0,0,224021502 +3110033,4,2,1,150,0,1,0,0,224021502 +3110033,5,4,1,1,0,0,15010001,0,224021502 +3110033,6,4,10,1,0,0,15010002,0,224021502 +3110033,7,4,10,1,0,0,15010003,0,224021502 +3110034,1,1,10,3000,0,0,0,0,224022502 +3110034,2,1,1,300,0,0,0,0,224022502 +3110034,3,2,10,2000,1,0,0,0,224022502 +3110034,4,2,1,150,0,1,0,0,224022502 +3110034,5,4,1,1,0,0,15010001,0,224022502 +3110034,6,4,10,1,0,0,15010002,0,224022502 +3110034,7,4,10,1,0,0,15010003,0,224022502 +3110035,1,1,10,3000,0,0,0,0,224030107 +3110035,2,1,1,300,0,0,0,0,224030107 +3110035,3,2,10,2000,1,0,0,0,224030107 +3110035,4,2,1,150,0,1,0,0,224030107 +3110035,5,4,1,1,0,0,15010001,0,224030107 +3110035,6,4,10,1,0,0,15010002,0,224030107 +3110035,7,4,10,1,0,0,15010003,0,224030107 +3110036,1,1,10,3000,0,0,0,0,224030402 +3110036,2,1,1,300,0,0,0,0,224030402 +3110036,3,2,10,2000,1,0,0,0,224030402 +3110036,4,2,1,150,0,1,0,0,224030402 +3110036,5,4,1,1,0,0,15010001,0,224030402 +3110036,6,4,10,1,0,0,15010002,0,224030402 +3110036,7,4,10,1,0,0,15010003,0,224030402 +3110037,1,1,10,3000,0,0,0,0,224031502 +3110037,2,1,1,300,0,0,0,0,224031502 +3110037,3,2,10,2000,1,0,0,0,224031502 +3110037,4,2,1,150,0,1,0,0,224031502 +3110037,5,4,1,1,0,0,15010001,0,224031502 +3110037,6,4,10,1,0,0,15010002,0,224031502 +3110037,7,4,10,1,0,0,15010003,0,224031502 +4110001,1,1,10,3000,0,0,0,0,223061103 +4110001,2,1,1,300,0,0,0,0,223061103 +4110001,3,2,1,150,0,1,0,0,223061103 +4110001,5,4,1,1,0,0,15010001,0,223061103 +4110001,6,4,10,1,0,0,15010002,0,223061103 +4110001,7,4,10,1,0,0,15010003,0,223061103 +4110002,1,1,10,3000,0,0,0,0,223061103 +4110002,2,1,1,300,0,0,0,0,223061103 +4110002,3,2,1,150,0,1,0,0,223061103 +4110002,5,4,1,1,0,0,15010001,0,223061103 +4110002,6,4,10,1,0,0,15010002,0,223061103 +4110002,7,4,10,1,0,0,15010003,0,223061103 +4110003,1,1,10,3000,0,0,0,0,223061103 +4110003,2,1,1,300,0,0,0,0,223061103 +4110003,3,2,1,150,0,1,0,0,223061103 +4110003,5,4,1,1,0,0,15010001,0,223061103 +4110003,6,4,10,1,0,0,15010002,0,223061103 +4110003,7,4,10,1,0,0,15010003,0,223061103 +4110004,1,2,10,3000,1,0,0,0,223062301 +4110005,1,1,10,3000,0,0,0,0,223100301 +4110005,2,1,1,300,0,0,0,0,223100301 +4110005,3,2,10,2000,1,0,0,0,223100301 +4110005,4,2,1,150,0,1,0,0,223100301 +4110005,5,4,1,1,0,0,15010001,0,223100301 +4110005,6,4,10,1,0,0,15010002,0,223100301 +4110005,7,4,10,1,0,0,15010003,0,223100301 +4110006,1,1,10,3000,0,0,0,0,223101001 +4110006,2,1,1,300,0,0,0,0,223101001 +4110006,3,2,10,2000,1,0,0,0,223101001 +4110006,4,2,1,150,0,1,0,0,223101001 +4110006,5,4,1,1,0,0,15010001,0,223101001 +4110006,6,4,10,1,0,0,15010002,0,223101001 +4110006,7,4,10,1,0,0,15010003,0,223101001 +4110007,1,1,10,3000,0,0,0,0,223101701 +4110007,2,1,1,300,0,0,0,0,223101701 +4110007,3,2,10,2000,1,0,0,0,223101701 +4110007,4,2,1,150,0,1,0,0,223101701 +4110007,5,4,1,1,0,0,15010001,0,223101701 +4110007,6,4,10,1,0,0,15010002,0,223101701 +4110007,7,4,10,1,0,0,15010003,0,223101701 +4110008,1,1,10,3000,0,0,0,0,223102401 +4110008,2,1,1,300,0,0,0,0,223102401 +4110008,3,2,10,2000,1,0,0,0,223102401 +4110008,4,2,1,150,0,1,0,0,223102401 +4110008,5,4,1,1,0,0,15010001,0,223102401 +4110008,6,4,10,1,0,0,15010002,0,223102401 +4110008,7,4,10,1,0,0,15010003,0,223102401 +4110009,1,1,10,3000,0,0,0,0,223103101 +4110009,2,1,1,300,0,0,0,0,223103101 +4110009,3,2,10,2000,1,0,0,0,223103101 +4110009,4,2,1,150,0,1,0,0,223103101 +4110009,5,4,1,1,0,0,15010001,0,223103101 +4110009,6,4,10,1,0,0,15010002,0,223103101 +4110009,7,4,10,1,0,0,15010003,0,223103101 +4110010,1,1,10,3000,0,0,0,0,223110701 +4110010,2,1,1,300,0,0,0,0,223110701 +4110010,3,2,10,2000,1,0,0,0,223110701 +4110010,4,2,1,150,0,1,0,0,223110701 +4110010,5,4,1,1,0,0,15010001,0,223110701 +4110010,6,4,10,1,0,0,15010002,0,223110701 +4110010,7,4,10,1,0,0,15010003,0,223110701 +4110011,1,1,10,3000,0,0,0,0,223111401 +4110011,2,1,1,300,0,0,0,0,223111401 +4110011,3,2,10,2000,1,0,0,0,223111401 +4110011,4,2,1,150,0,1,0,0,223111401 +4110011,5,4,1,1,0,0,15010001,0,223111401 +4110011,6,4,10,1,0,0,15010002,0,223111401 +4110011,7,4,10,1,0,0,15010003,0,223111401 +4110012,1,1,10,3000,0,0,0,0,223112101 +4110012,2,1,1,300,0,0,0,0,223112101 +4110012,3,2,10,2000,1,0,0,0,223112101 +4110012,4,2,1,150,0,1,0,0,223112101 +4110012,5,4,1,1,0,0,15010001,0,223112101 +4110012,6,4,10,1,0,0,15010002,0,223112101 +4110012,7,4,10,1,0,0,15010003,0,223112101 +4110013,1,1,10,3000,0,0,0,0,223112801 +4110013,2,1,1,300,0,0,0,0,223112801 +4110013,3,2,10,2000,1,0,0,0,223112801 +4110013,4,2,1,150,0,1,0,0,223112801 +4110013,5,4,1,1,0,0,15010001,0,223112801 +4110013,6,4,10,1,0,0,15010002,0,223112801 +4110013,7,4,10,1,0,0,15010003,0,223112801 +4110014,1,1,10,3000,0,0,0,0,223120501 +4110014,2,1,1,300,0,0,0,0,223120501 +4110014,3,2,10,2000,1,0,0,0,223120501 +4110014,4,2,1,150,0,1,0,0,223120501 +4110014,5,4,1,1,0,0,15010001,0,223120501 +4110014,6,4,10,1,0,0,15010002,0,223120501 +4110014,7,4,10,1,0,0,15010003,0,223120501 +4110015,1,1,10,3000,0,0,0,0,223121201 +4110015,2,1,1,300,0,0,0,0,223121201 +4110015,3,2,10,2000,1,0,0,0,223121201 +4110015,4,2,1,150,0,1,0,0,223121201 +4110015,5,4,1,1,0,0,15010001,0,223121201 +4110015,6,4,10,1,0,0,15010002,0,223121201 +4110015,7,4,10,1,0,0,15010003,0,223121201 +4110016,1,1,10,3000,0,0,0,0,223121901 +4110016,2,1,1,300,0,0,0,0,223121901 +4110016,3,2,10,2000,1,0,0,0,223121901 +4110016,4,2,1,150,0,1,0,0,223121901 +4110016,5,4,1,1,0,0,15010001,0,223121901 +4110016,6,4,10,1,0,0,15010002,0,223121901 +4110016,7,4,10,1,0,0,15010003,0,223121901 +4110017,1,0,10,0,10,1,0,0,223101501 +4110019,1,2,10,3000,1,0,0,0,223101502 +4110020,1,2,10,3000,1,0,0,0,223101502 +4110021,1,2,10,3000,1,0,0,0,223101502 +4110022,1,2,10,3000,1,0,0,0,223101502 +4110023,1,1,10,3000,0,0,0,0,223090603 +4110023,2,1,1,300,0,0,0,0,223090603 +4110023,3,2,1,150,0,1,0,0,223090603 +4110023,5,4,1,1,0,0,15010001,0,223090603 +4110023,6,4,10,1,0,0,15010002,0,223090603 +4110023,7,4,10,1,0,0,15010003,0,223090603 +4110024,1,1,10,3000,0,0,0,0,223103111 +4110024,2,1,1,300,0,0,0,0,223103111 +4110024,3,2,1,150,0,1,0,0,223103111 +4110024,5,4,1,1,0,0,15010001,0,223103111 +4110024,6,4,10,1,0,0,15010002,0,223103111 +4110024,7,4,10,1,0,0,15010003,0,223103111 +4110025,1,1,10,3000,0,0,0,0,223111508 +4110025,2,1,1,300,0,0,0,0,223111508 +4110025,3,2,1,150,0,1,0,0,223111508 +4110025,5,4,1,1,0,0,15010001,0,223111508 +4110025,6,4,10,1,0,0,15010002,0,223111508 +4110025,7,4,10,1,0,0,15010003,0,223111508 +4110026,1,2,10,3000,1,0,0,0,223103112 +4110027,1,1,10,3000,0,0,0,0,223121402 +4110027,2,1,1,300,0,0,0,0,223121402 +4110027,3,2,1,150,0,1,0,0,223121402 +4110027,5,4,1,1,0,0,15010001,0,223121402 +4110027,6,4,10,1,0,0,15010002,0,223121402 +4110027,7,4,10,1,0,0,15010003,0,223121402 +4110028,1,1,10,3000,0,0,0,0,223111702 +4110028,2,1,1,300,0,0,0,0,223111702 +4110028,3,2,1,150,0,1,0,0,223111702 +4110028,5,4,1,1,0,0,15010001,0,223111702 +4110028,6,4,10,1,0,0,15010002,0,223111702 +4110028,7,4,10,1,0,0,15010003,0,223111702 +4110029,1,1,10,3000,0,0,0,0,223112404 +4110029,2,1,1,300,0,0,0,0,223112404 +4110029,3,2,1,150,0,1,0,0,223112404 +4110029,5,4,1,1,0,0,15010001,0,223112404 +4110029,6,4,10,1,0,0,15010002,0,223112404 +4110029,7,4,10,1,0,0,15010003,0,223112404 +4110030,1,1,10,3000,0,0,0,0,223120103 +4110030,2,1,1,300,0,0,0,0,223120103 +4110030,3,2,1,150,0,1,0,0,223120103 +4110030,5,4,1,1,0,0,15010001,0,223120103 +4110030,6,4,10,1,0,0,15010002,0,223120103 +4110030,7,4,10,1,0,0,15010003,0,223120103 +4110031,1,1,10,3000,0,0,0,0,223120907 +4110031,5,4,1,1,0,0,15010001,0,223120907 +4110031,6,4,10,1,0,0,15010002,0,223120907 +4110031,7,4,10,1,0,0,15010003,0,223120907 +4110032,1,1,10,3000,0,0,0,0,223120908 +4110032,5,4,1,1,0,0,15010001,0,223120908 +4110032,6,4,10,1,0,0,15010002,0,223120908 +4110032,7,4,10,1,0,0,15010003,0,223120908 +4110033,1,1,10,3000,0,0,0,0,223120909 +4110033,5,4,1,1,0,0,15010001,0,223120909 +4110033,6,4,10,1,0,0,15010002,0,223120909 +4110033,7,4,10,1,0,0,15010003,0,223120909 +4110034,1,0,10,0,24,3,0,0,223122604 +4110035,1,2,10,3000,1,0,0,0,223122604 +4110036,1,1,10,3000,0,0,0,0,224010105 +4110037,1,2,10,3000,1,0,0,0,224010105 +4110038,1,1,10,3000,0,0,0,0,224011304 +4110038,2,1,1,300,0,0,0,0,224011304 +4110038,3,2,1,150,0,1,0,0,224011304 +4110038,5,4,1,1,0,0,15010001,0,224011304 +4110038,6,4,10,1,0,0,15010002,0,224011304 +4110038,7,4,10,1,0,0,15010003,0,224011304 +4110039,1,4,10,1,0,0,15020001,0,224030109 +4110040,1,4,10,1,0,0,15020001,0,224030109 +4110041,1,4,10,1,0,0,15020001,0,224030109 +4110042,1,4,10,1,0,0,15020001,0,224030109 +4110043,1,1,10,3000,0,0,0,0,224031602 +4110043,2,1,1,300,0,0,0,0,224031602 +4110043,3,2,10,2000,1,0,0,0,224031602 +4110043,4,2,1,150,0,1,0,0,224031602 +4110043,5,4,1,1,0,0,15010001,0,224031602 +4110043,6,4,10,1,0,0,15010002,0,224031602 +4110043,7,4,10,1,0,0,15010003,0,224031602 +4110044,1,1,10,3000,0,1,0,0,224032003 +4110044,2,2,10,3000,0,0,0,0,224032003 +4110044,3,2,1,50,0,3,0,0,224032003 +7110002,1,4,10,1,0,0,15010004,0,223043003 +7110003,1,4,10,1,0,0,15010005,0,223071202 +8110001,1,0,10,0,0,1,0,0,1 +8110002,1,0,10,0,0,1,0,0,223101604 +8110004,1,0,10,0,0,1,0,0,224010108 +8110005,1,0,10,0,0,1,0,0,224020106 +8110006,1,0,10,0,0,1,0,0,224030115 +9110001,1,0,10,0,1,0,0,0,1 +9110002,1,0,10,0,1,0,0,0,1 +9110003,1,0,10,0,1,0,0,0,1 +9110004,1,0,10,0,1,0,0,0,1 +9110005,1,0,10,0,1,0,0,0,1 +9110006,1,0,10,0,1,0,0,0,1 +9110007,1,0,10,0,1,0,0,0,1 +9110008,1,0,10,0,1,0,0,0,1 +9110009,1,0,10,0,1,0,0,0,1 +9110010,1,0,10,0,1,0,0,0,1 +9110011,1,0,10,0,1,0,0,0,1 +9110012,1,0,10,0,1,0,0,0,1 +9110013,1,0,10,0,1,0,0,0,1 +9110014,1,0,10,0,1,0,0,0,1 +9110015,1,0,10,0,1,0,0,0,1 +9110016,1,0,10,0,1,0,0,0,1 +9110017,1,0,10,0,1,0,0,0,1 +9110018,1,0,10,0,1,0,0,0,1 +9110019,1,0,10,0,1,0,0,0,1 +9110020,1,0,10,0,1,0,0,0,1 +9110021,1,0,10,0,1,0,0,0,1 +9110022,1,0,10,0,1,0,0,0,1 +9110023,1,0,10,0,1,0,0,0,1 +9110024,1,0,10,0,1,0,0,0,1 +9110025,1,0,10,0,1,0,0,0,1 +9110026,1,0,10,0,1,0,0,0,1 +9110027,1,0,10,0,1,0,0,0,1 +9110028,1,0,10,0,1,0,0,0,1 +9110029,1,0,10,0,1,0,0,0,1 +9110030,1,0,10,0,1,0,0,0,1 +9110031,1,0,10,0,1,0,0,0,1 +9110032,1,0,10,0,1,0,0,0,1 +9110033,1,0,10,0,1,0,0,0,1 +9110034,1,0,10,0,1,0,0,0,1 +9110035,1,0,10,0,1,0,0,0,1 +9110036,1,0,10,0,1,0,0,0,1 +9110037,1,0,10,0,1,0,0,0,1 +9110038,1,0,10,0,1,0,0,0,1 +9110039,1,0,10,0,1,0,0,0,1 +7110101,1,1,10,3000,0,0,0,0,924020101 +7110101,2,1,1,300,0,0,0,0,924020101 +7110101,3,2,1,150,0,1,0,0,924020101 +7110102,1,1,10,3000,0,0,0,0,924021601 +7110102,2,1,1,300,0,0,0,0,924021601 +7110102,3,2,1,150,0,1,0,0,924021601 +7110103,1,1,10,3000,0,0,0,0,924031701 +7110103,2,1,1,300,0,0,0,0,924031701 +7110103,3,2,1,150,0,1,0,0,924031701 +7110104,1,1,10,3000,0,0,0,0,924032501 +7110104,2,1,1,300,0,0,0,0,924032501 +7110104,3,2,1,150,0,1,0,0,924032501 +7110104,5,4,1,1,0,0,15010001,0,924032501 +7110104,6,4,10,1,0,0,15010002,0,924032501 +7110104,7,4,10,1,0,0,15010003,0,924032501 +7110105,1,1,10,3000,0,0,0,0,924041701 +7110105,2,1,1,300,0,0,0,0,924041701 +7110105,3,2,1,150,0,1,0,0,924041701 +7110105,5,4,1,1,0,0,15010001,0,924041701 +7110105,6,4,10,1,0,0,15010002,0,924041701 +7110105,7,4,10,1,0,0,15010003,0,924041701 +7110106,1,1,10,3000,0,0,0,0,924042401 +7110106,2,1,1,300,0,0,0,0,924042401 +7110106,3,2,1,150,0,1,0,0,924042401 +7110107,1,2,10,3000,1,0,0,0,924050701 +7110108,1,1,10,3000,0,0,0,0,924052401 +7110108,2,1,1,300,0,0,0,0,924052401 +7110108,3,2,1,150,0,1,0,0,924052401 +7110108,5,4,1,1,0,0,15010001,0,924052401 +7110108,6,4,10,1,0,0,15010002,0,924052401 +7110108,7,4,10,1,0,0,15010003,0,924052401 diff --git a/src/router/databases/csv-en/lottery_rarity.csv b/src/router/databases/csv-en/lottery_rarity.csv new file mode 100644 index 0000000..3bcaa39 --- /dev/null +++ b/src/router/databases/csv-en/lottery_rarity.csv @@ -0,0 +1,1144 @@ +_id,_number,_masterLotteryItemId,_rarity,_ratio,_pickupRatio,_ensured,_masterReleaseLabelId +1110001,1,100001,1,7000,0,0,223041501 +1110001,2,200001,2,2700,0,0,223041501 +1110001,3,200044001,3,300,0,0,223041501 +1110001,4,200001,2,9700,0,1,223041501 +1110001,5,200044001,3,300,0,1,223041501 +1110002,1,100001,1,7000,0,0,223041501 +1110002,2,200001,2,2700,0,0,223041501 +1110002,3,200044001,3,300,0,0,223041501 +1110002,4,200044001,3,10000,0,1,223041501 +1110003,1,100001,1,7000,0,0,223041901 +1110003,2,200001,2,2700,0,0,223041901 +1110003,3,111000301,3,300,2333,0,223041901 +1110003,4,200001,2,9700,0,1,223041901 +1110003,5,111000301,3,300,2333,1,223041901 +1110004,1,100001,1,7000,0,0,223043001 +1110004,2,200001,2,2700,0,0,223043001 +1110004,3,111000401,3,300,0,0,223043001 +1110004,4,200001,2,9700,0,1,223043001 +1110004,5,111000401,3,300,0,1,223043001 +1110005,1,100001,1,7000,0,0,223051501 +1110005,2,200001,2,2700,0,0,223051501 +1110005,3,111000501,3,300,0,0,223051501 +1110005,4,200001,2,9700,0,1,223051501 +1110005,5,111000501,3,300,0,1,223051501 +1110006,1,100001,1,7000,0,0,223053101 +1110006,2,200001,2,2700,0,0,223053101 +1110006,3,111000601,3,300,0,0,223053101 +1110006,4,200001,2,9700,0,1,223053101 +1110006,5,111000601,3,300,0,1,223053101 +1110007,1,100001,1,7000,0,0,223061501 +1110007,2,200001,2,2700,0,0,223061501 +1110007,3,111000701,3,300,0,0,223061501 +1110007,4,200001,2,9700,0,1,223061501 +1110007,5,111000701,3,300,0,1,223061501 +1110008,1,100001,1,7000,0,0,223063001 +1110008,2,200001,2,2700,0,0,223063001 +1110008,3,111000801,3,300,0,0,223063001 +1110008,4,200001,2,9700,0,1,223063001 +1110008,5,111000801,3,300,0,1,223063001 +1110009,1,100001,1,7000,0,0,223071502 +1110009,2,200001,2,2700,0,0,223071502 +1110009,3,111000901,3,300,0,0,223071502 +1110009,4,200001,2,9700,0,1,223071502 +1110009,5,111000901,3,300,0,1,223071502 +1110010,1,100001,1,7000,0,0,223073101 +1110010,2,200001,2,2700,0,0,223073101 +1110010,3,111001001,3,300,0,0,223073101 +1110010,4,200001,2,9700,0,1,223073101 +1110010,5,111001001,3,300,0,1,223073101 +1110011,1,100001,1,7000,0,0,223081501 +1110011,2,200001,2,2700,0,0,223081501 +1110011,3,111001101,3,300,0,0,223081501 +1110011,4,200001,2,9700,0,1,223081501 +1110011,5,111001101,3,300,0,1,223081501 +1110012,1,100001,1,7000,0,0,223083107 +1110012,2,200001,2,2700,0,0,223083107 +1110012,3,111001201,3,300,0,0,223083107 +1110012,4,200001,2,9700,0,1,223083107 +1110012,5,111001201,3,300,0,1,223083107 +1110013,1,100001,1,7000,0,0,223091501 +1110013,2,200001,2,2700,0,0,223091501 +1110013,3,111001301,3,300,0,0,223091501 +1110013,4,200001,2,9700,0,1,223091501 +1110013,5,111001301,3,300,0,1,223091501 +1110014,1,100001,1,7000,0,0,223093001 +1110014,2,200001,2,2700,0,0,223093001 +1110014,3,111001401,3,300,0,0,223093001 +1110014,4,200001,2,9700,0,1,223093001 +1110014,5,111001401,3,300,0,1,223093001 +1110015,1,100001,1,7000,0,0,223101505 +1110015,2,200001,2,2700,0,0,223101505 +1110015,3,111001501,3,300,0,0,223101505 +1110015,4,200001,2,9700,0,1,223101505 +1110015,5,111001501,3,300,0,1,223101505 +1110016,1,100001,1,7000,0,0,223103107 +1110016,2,200001,2,2700,0,0,223103107 +1110016,3,111001601,3,300,0,0,223103107 +1110016,4,200001,2,9700,0,1,223103107 +1110016,5,111001601,3,300,0,1,223103107 +1110017,1,100001,1,7000,0,0,223111501 +1110017,2,200001,2,2700,0,0,223111501 +1110017,3,111001701,3,300,0,0,223111501 +1110017,4,200001,2,9700,0,1,223111501 +1110017,5,111001701,3,300,0,1,223111501 +1110018,1,100001,1,7000,0,0,223113008 +1110018,2,200001,2,2700,0,0,223113008 +1110018,3,111001801,3,300,0,0,223113008 +1110018,4,200001,2,9700,0,1,223113008 +1110018,5,111001801,3,300,0,1,223113008 +1110019,1,100001,1,7000,0,0,223121513 +1110019,2,200001,2,2700,0,0,223121513 +1110019,3,111001901,3,300,0,0,223121513 +1110019,4,200001,2,9700,0,1,223121513 +1110019,5,111001901,3,300,0,1,223121513 +1110020,1,100001,1,7000,0,0,223123107 +1110020,2,200002,2,2700,0,0,223123107 +1110020,3,111002001,3,300,0,0,223123107 +1110020,4,200002,2,9700,0,1,223123107 +1110020,5,111002001,3,300,0,1,223123107 +1110021,1,100001,1,7000,0,0,224011508 +1110021,2,200002,2,2700,0,0,224011508 +1110021,3,111002101,3,300,0,0,224011508 +1110021,4,200002,2,9700,0,1,224011508 +1110021,5,111002101,3,300,0,1,224011508 +1110022,1,100001,1,7000,0,0,224013108 +1110022,2,200002,2,2700,0,0,224013108 +1110022,3,111002201,3,300,0,0,224013108 +1110022,4,200002,2,9700,0,1,224013108 +1110022,5,111002201,3,300,0,1,224013108 +1110023,1,100001,1,7000,0,0,224021409 +1110023,2,200002,2,2700,0,0,224021409 +1110023,3,111002301,3,300,0,0,224021409 +1110023,4,200002,2,9700,0,1,224021409 +1110023,5,111002301,3,300,0,1,224021409 +1110024,1,100001,1,7000,0,0,224030120 +1110024,2,200002,2,2700,0,0,224030120 +1110024,3,111002401,3,300,0,0,224030120 +1110024,4,200002,2,9700,0,1,224030120 +1110024,5,111002401,3,300,0,1,224030120 +2110001,1,100001,1,7000,0,0,223043002 +2110001,2,200001,2,2700,0,0,223043002 +2110001,3,211000101,3,70,0,0,223043002 +2110001,4,211000102,3,230,0,0,223043002 +2110001,5,200001,2,9700,0,1,223043002 +2110001,6,211000101,3,70,0,1,223043002 +2110001,7,211000102,3,230,0,1,223043002 +2110002,1,100001,1,7000,0,0,223051502 +2110002,2,200001,2,2700,0,0,223051502 +2110002,3,211000201,3,70,0,0,223051502 +2110002,4,211000202,3,230,0,0,223051502 +2110002,5,200001,2,9700,0,1,223051502 +2110002,6,211000201,3,70,0,1,223051502 +2110002,7,211000202,3,230,0,1,223051502 +2110003,1,100001,1,7000,0,0,223053102 +2110003,2,200001,2,2700,0,0,223053102 +2110003,3,211000301,3,70,0,0,223053102 +2110003,4,211000302,3,230,0,0,223053102 +2110003,5,200001,2,9700,0,1,223053102 +2110003,6,211000301,3,70,0,1,223053102 +2110003,7,211000302,3,230,0,1,223053102 +2110004,1,100001,1,7000,0,0,223061502 +2110004,2,200001,2,2700,0,0,223061502 +2110004,3,211000401,3,70,0,0,223061502 +2110004,4,211000402,3,230,0,0,223061502 +2110004,5,200001,2,9700,0,1,223061502 +2110004,6,211000401,3,70,0,1,223061502 +2110004,7,211000402,3,230,0,1,223061502 +2110005,1,100001,1,7000,0,0,223061502 +2110005,2,200001,2,2700,0,0,223061502 +2110005,3,211000501,3,70,0,0,223061502 +2110005,4,211000502,3,230,0,0,223061502 +2110005,5,200001,2,9700,0,1,223061502 +2110005,6,211000501,3,70,0,1,223061502 +2110005,7,211000502,3,230,0,1,223061502 +2110006,1,100001,1,7000,0,0,223063002 +2110006,2,200001,2,2700,0,0,223063002 +2110006,3,211000601,3,70,0,0,223063002 +2110006,4,211000602,3,230,0,0,223063002 +2110006,5,200001,2,9700,0,1,223063002 +2110006,6,211000601,3,70,0,1,223063002 +2110006,7,211000602,3,230,0,1,223063002 +2110007,1,100001,1,7000,0,0,223063002 +2110007,2,200001,2,2700,0,0,223063002 +2110007,3,211000701,3,70,0,0,223063002 +2110007,4,211000702,3,230,0,0,223063002 +2110007,5,200001,2,9700,0,1,223063002 +2110007,6,211000701,3,70,0,1,223063002 +2110007,7,211000702,3,230,0,1,223063002 +2110008,1,100001,1,7000,0,0,223071503 +2110008,2,200001,2,2700,0,0,223071503 +2110008,3,211000801,3,70,0,0,223071503 +2110008,4,211000802,3,230,0,0,223071503 +2110008,5,200001,2,9700,0,1,223071503 +2110008,6,211000801,3,70,0,1,223071503 +2110008,7,211000802,3,230,0,1,223071503 +2110009,1,100001,1,7000,0,0,223071503 +2110009,2,200001,2,2700,0,0,223071503 +2110009,3,211000901,3,70,0,0,223071503 +2110009,4,211000902,3,230,0,0,223071503 +2110009,5,200001,2,9700,0,1,223071503 +2110009,6,211000901,3,70,0,1,223071503 +2110009,7,211000902,3,230,0,1,223071503 +2110010,1,100001,1,7000,0,0,223073102 +2110010,2,200001,2,2700,0,0,223073102 +2110010,3,211001001,3,70,0,0,223073102 +2110010,4,211001002,3,230,0,0,223073102 +2110010,5,200001,2,9700,0,1,223073102 +2110010,6,211001001,3,70,0,1,223073102 +2110010,7,211001002,3,230,0,1,223073102 +2110011,1,100001,1,7000,0,0,223073102 +2110011,2,200001,2,2700,0,0,223073102 +2110011,3,211001101,3,70,0,0,223073102 +2110011,4,211001102,3,230,0,0,223073102 +2110011,5,200001,2,9700,0,1,223073102 +2110011,6,211001101,3,70,0,1,223073102 +2110011,7,211001102,3,230,0,1,223073102 +2110012,1,100001,1,7000,0,0,223081502 +2110012,2,200001,2,2700,0,0,223081502 +2110012,3,211001201,3,70,0,0,223081502 +2110012,4,211001202,3,230,0,0,223081502 +2110012,5,200001,2,9700,0,1,223081502 +2110012,6,211001201,3,70,0,1,223081502 +2110012,7,211001202,3,230,0,1,223081502 +2110013,1,100001,1,7000,0,0,223081502 +2110013,2,200001,2,2700,0,0,223081502 +2110013,3,211001301,3,70,0,0,223081502 +2110013,4,211001302,3,230,0,0,223081502 +2110013,5,200001,2,9700,0,1,223081502 +2110013,6,211001301,3,70,0,1,223081502 +2110013,7,211001302,3,230,0,1,223081502 +2110014,1,100001,1,7000,0,0,223083102 +2110014,2,200001,2,2700,0,0,223083102 +2110014,3,211001401,3,70,0,0,223083102 +2110014,4,211001402,3,230,0,0,223083102 +2110014,5,200001,2,9700,0,1,223083102 +2110014,6,211001401,3,70,0,1,223083102 +2110014,7,211001402,3,230,0,1,223083102 +2110015,1,100001,1,7000,0,0,223083102 +2110015,2,200001,2,2700,0,0,223083102 +2110015,3,211001501,3,70,0,0,223083102 +2110015,4,211001502,3,230,0,0,223083102 +2110015,5,200001,2,9700,0,1,223083102 +2110015,6,211001501,3,70,0,1,223083102 +2110015,7,211001502,3,230,0,1,223083102 +2110016,1,100001,1,7000,0,0,223091502 +2110016,2,200001,2,2700,0,0,223091502 +2110016,3,211001601,3,70,0,0,223091502 +2110016,4,211001602,3,230,0,0,223091502 +2110016,5,200001,2,9700,0,1,223091502 +2110016,6,211001601,3,70,0,1,223091502 +2110016,7,211001602,3,230,0,1,223091502 +2110017,1,100001,1,7000,0,0,223091502 +2110017,2,200001,2,2700,0,0,223091502 +2110017,3,211001701,3,70,0,0,223091502 +2110017,4,211001702,3,230,0,0,223091502 +2110017,5,200001,2,9700,0,1,223091502 +2110017,6,211001701,3,70,0,1,223091502 +2110017,7,211001702,3,230,0,1,223091502 +2110018,1,100001,1,7000,0,0,223093002 +2110018,2,200001,2,2700,0,0,223093002 +2110018,3,211001801,3,70,0,0,223093002 +2110018,4,211001802,3,230,0,0,223093002 +2110018,5,200001,2,9700,0,1,223093002 +2110018,6,211001801,3,70,0,1,223093002 +2110018,7,211001802,3,230,0,1,223093002 +2110019,1,100001,1,7000,0,0,223093002 +2110019,2,200001,2,2700,0,0,223093002 +2110019,3,211001901,3,70,0,0,223093002 +2110019,4,211001902,3,230,0,0,223093002 +2110019,5,200001,2,9700,0,1,223093002 +2110019,6,211001901,3,70,0,1,223093002 +2110019,7,211001902,3,230,0,1,223093002 +2110020,1,100001,1,6800,0,0,223101506 +2110020,2,200001,2,2700,0,0,223101506 +2110020,3,211002001,3,70,0,0,223101506 +2110020,4,211002002,3,430,0,0,223101506 +2110020,5,200001,2,9500,0,1,223101506 +2110020,6,211002001,3,70,0,1,223101506 +2110020,7,211002002,3,430,0,1,223101506 +2110021,1,100001,1,6800,0,0,223101506 +2110021,2,200001,2,2700,0,0,223101506 +2110021,3,211002101,3,70,0,0,223101506 +2110021,4,211002102,3,430,0,0,223101506 +2110021,5,200001,2,9500,0,1,223101506 +2110021,6,211002101,3,70,0,1,223101506 +2110021,7,211002102,3,430,0,1,223101506 +2110022,1,100001,1,7000,0,0,223103108 +2110022,2,200001,2,2700,0,0,223103108 +2110022,3,211002201,3,70,0,0,223103108 +2110022,4,211002202,3,230,0,0,223103108 +2110022,5,200001,2,9700,0,1,223103108 +2110022,6,211002201,3,70,0,1,223103108 +2110022,7,211002202,3,230,0,1,223103108 +2110023,1,100001,1,7000,0,0,223103108 +2110023,2,200001,2,2700,0,0,223103108 +2110023,3,211002301,3,70,0,0,223103108 +2110023,4,211002302,3,230,0,0,223103108 +2110023,5,200001,2,9700,0,1,223103108 +2110023,6,211002301,3,70,0,1,223103108 +2110023,7,211002302,3,230,0,1,223103108 +2110024,1,100001,1,7000,0,0,223111502 +2110024,2,200001,2,2700,0,0,223111502 +2110024,3,211002401,3,70,0,0,223111502 +2110024,4,211002402,3,230,0,0,223111502 +2110024,5,200001,2,9700,0,1,223111502 +2110024,6,211002401,3,70,0,1,223111502 +2110024,7,211002402,3,230,0,1,223111502 +2110025,1,100001,1,7000,0,0,223111502 +2110025,2,200001,2,2700,0,0,223111502 +2110025,3,211002501,3,70,0,0,223111502 +2110025,4,211002502,3,230,0,0,223111502 +2110025,5,200001,2,9700,0,1,223111502 +2110025,6,211002501,3,70,0,1,223111502 +2110025,7,211002502,3,230,0,1,223111502 +2110026,1,100001,1,7000,0,0,223113009 +2110026,2,200001,2,2700,0,0,223113009 +2110026,3,211002601,3,70,0,0,223113009 +2110026,4,211002602,3,230,0,0,223113009 +2110026,5,200001,2,9700,0,1,223113009 +2110026,6,211002601,3,70,0,1,223113009 +2110026,7,211002602,3,230,0,1,223113009 +2110027,1,100001,1,7000,0,0,223113009 +2110027,2,200001,2,2700,0,0,223113009 +2110027,3,211002701,3,70,0,0,223113009 +2110027,4,211002702,3,230,0,0,223113009 +2110027,5,200001,2,9700,0,1,223113009 +2110027,6,211002701,3,70,0,1,223113009 +2110027,7,211002702,3,230,0,1,223113009 +2110028,1,100001,1,7000,0,0,223121505 +2110028,2,200001,2,2700,0,0,223121505 +2110028,3,211002801,3,70,0,0,223121505 +2110028,4,211002802,3,230,0,0,223121505 +2110028,5,200001,2,9700,0,1,223121505 +2110028,6,211002801,3,70,0,1,223121505 +2110028,7,211002802,3,230,0,1,223121505 +2110029,1,100001,1,7000,0,0,223121505 +2110029,2,200001,2,2700,0,0,223121505 +2110029,3,211002901,3,70,0,0,223121505 +2110029,4,211002902,3,230,0,0,223121505 +2110029,5,200001,2,9700,0,1,223121505 +2110029,6,211002901,3,70,0,1,223121505 +2110029,7,211002902,3,230,0,1,223121505 +2110030,1,100001,1,7000,0,0,223123102 +2110030,2,200002,2,2700,0,0,223123102 +2110030,3,211003001,3,70,0,0,223123102 +2110030,4,211003002,3,230,0,0,223123102 +2110030,5,200002,2,9700,0,1,223123102 +2110030,6,211003001,3,70,0,1,223123102 +2110030,7,211003002,3,230,0,1,223123102 +2110031,1,100001,1,7000,0,0,223123102 +2110031,2,200002,2,2700,0,0,223123102 +2110031,3,211003101,3,70,0,0,223123102 +2110031,4,211003102,3,230,0,0,223123102 +2110031,5,200002,2,9700,0,1,223123102 +2110031,6,211003101,3,70,0,1,223123102 +2110031,7,211003102,3,230,0,1,223123102 +2110032,1,100001,1,7000,0,0,224011502 +2110032,2,200002,2,2700,0,0,224011502 +2110032,3,211003201,3,70,0,0,224011502 +2110032,4,211003202,3,230,0,0,224011502 +2110032,5,200002,2,9700,0,1,224011502 +2110032,6,211003201,3,70,0,1,224011502 +2110032,7,211003202,3,230,0,1,224011502 +2110033,1,100001,1,7000,0,0,224011502 +2110033,2,200002,2,2700,0,0,224011502 +2110033,3,211003301,3,70,0,0,224011502 +2110033,4,211003302,3,230,0,0,224011502 +2110033,5,200002,2,9700,0,1,224011502 +2110033,6,211003301,3,70,0,1,224011502 +2110033,7,211003302,3,230,0,1,224011502 +2110034,1,100001,1,7000,0,0,224013102 +2110034,2,200002,2,2700,0,0,224013102 +2110034,3,211003401,3,70,0,0,224013102 +2110034,4,211003402,3,230,0,0,224013102 +2110034,5,200002,2,9700,0,1,224013102 +2110034,6,211003401,3,70,0,1,224013102 +2110034,7,211003402,3,230,0,1,224013102 +2110035,1,100001,1,7000,0,0,224013102 +2110035,2,200002,2,2700,0,0,224013102 +2110035,3,211003501,3,70,0,0,224013102 +2110035,4,211003502,3,230,0,0,224013102 +2110035,5,200002,2,9700,0,1,224013102 +2110035,6,211003501,3,70,0,1,224013102 +2110035,7,211003502,3,230,0,1,224013102 +2110036,1,100001,1,7000,0,0,224021402 +2110036,2,200002,2,2700,0,0,224021402 +2110036,3,211003601,3,70,0,0,224021402 +2110036,4,211003602,3,230,0,0,224021402 +2110036,5,200002,2,9700,0,1,224021402 +2110036,6,211003601,3,70,0,1,224021402 +2110036,7,211003602,3,230,0,1,224021402 +2110037,1,100001,1,7000,0,0,224021402 +2110037,2,200002,2,2700,0,0,224021402 +2110037,3,211003701,3,70,0,0,224021402 +2110037,4,211003702,3,230,0,0,224021402 +2110037,5,200002,2,9700,0,1,224021402 +2110037,6,211003701,3,70,0,1,224021402 +2110037,7,211003702,3,230,0,1,224021402 +2110038,1,100001,1,7000,0,0,224030102 +2110038,2,200002,2,2700,0,0,224030102 +2110038,3,211003801,3,70,0,0,224030102 +2110038,4,211003802,3,230,0,0,224030102 +2110038,5,200002,2,9700,0,1,224030102 +2110038,6,211003801,3,70,0,1,224030102 +2110038,7,211003802,3,230,0,1,224030102 +2110039,1,100001,1,7000,0,0,224030102 +2110039,2,200002,2,2700,0,0,224030102 +2110039,3,211003901,3,70,0,0,224030102 +2110039,4,211003902,3,230,0,0,224030102 +2110039,5,200002,2,9700,0,1,224030102 +2110039,6,211003901,3,70,0,1,224030102 +2110039,7,211003902,3,230,0,1,224030102 +3110001,1,100001,1,7000,0,0,223050101 +3110001,2,200001,2,2700,0,0,223050101 +3110001,3,311000101,3,70,0,0,223050101 +3110001,4,311000102,3,230,0,0,223050101 +3110001,5,200001,2,9700,0,1,223050101 +3110001,6,311000101,3,70,0,1,223050101 +3110001,7,311000102,3,230,0,1,223050101 +3110002,1,100001,1,7000,0,0,223053001 +3110002,2,200001,2,2700,0,0,223053001 +3110002,3,311000201,3,70,0,0,223053001 +3110002,4,311000202,3,230,0,0,223053001 +3110002,5,200001,2,9700,0,1,223053001 +3110002,6,311000201,3,70,0,1,223053001 +3110002,7,311000202,3,230,0,1,223053001 +3110003,1,100001,1,7000,0,0,223060901 +3110003,2,200001,2,2700,0,0,223060901 +3110003,3,311000301,3,70,0,0,223060901 +3110003,4,311000302,3,230,0,0,223060901 +3110003,5,200001,2,9700,0,1,223060901 +3110003,6,311000301,3,70,0,1,223060901 +3110003,7,311000302,3,230,0,1,223060901 +3110004,1,100001,1,7000,0,0,223061301 +3110004,2,200001,2,2700,0,0,223061301 +3110004,3,311000401,3,70,0,0,223061301 +3110004,4,311000402,3,230,0,0,223061301 +3110004,5,200001,2,9700,0,1,223061301 +3110004,6,311000401,3,70,0,1,223061301 +3110004,7,311000402,3,230,0,1,223061301 +3110005,1,100001,1,7000,0,0,223061701 +3110005,2,200001,2,2700,0,0,223061701 +3110005,3,311000501,3,70,0,0,223061701 +3110005,4,311000502,3,230,0,0,223061701 +3110005,5,200001,2,9700,0,1,223061701 +3110005,6,311000501,3,70,0,1,223061701 +3110005,7,311000502,3,230,0,1,223061701 +3110006,1,100001,1,7000,0,0,223062901 +3110006,2,200001,2,2700,0,0,223062901 +3110006,3,311000601,3,70,0,0,223062901 +3110006,4,311000602,3,230,0,0,223062901 +3110006,5,200001,2,9700,0,1,223062901 +3110006,6,311000601,3,70,0,1,223062901 +3110006,7,311000602,3,230,0,1,223062901 +3110007,1,100001,1,7000,0,0,223071301 +3110007,2,200001,2,2700,0,0,223071301 +3110007,3,311000701,3,70,0,0,223071301 +3110007,4,311000702,3,230,0,0,223071301 +3110007,5,200001,2,9700,0,1,223071301 +3110007,6,311000701,3,70,0,1,223071301 +3110007,7,311000702,3,230,0,1,223071301 +3110008,1,100001,1,7000,0,0,223071702 +3110008,2,200001,2,2700,0,0,223071702 +3110008,3,311000801,3,70,0,0,223071702 +3110008,4,311000802,3,230,0,0,223071702 +3110008,5,200001,2,9700,0,1,223071702 +3110008,6,311000801,3,70,0,1,223071702 +3110008,7,311000802,3,230,0,1,223071702 +3110009,1,100001,1,7000,0,0,223072201 +3110009,2,200001,2,2700,0,0,223072201 +3110009,3,311000901,3,70,0,0,223072201 +3110009,4,311000902,3,230,0,0,223072201 +3110009,5,200001,2,9700,0,1,223072201 +3110009,6,311000901,3,70,0,1,223072201 +3110009,7,311000902,3,230,0,1,223072201 +3110010,1,100001,1,7000,0,0,223080102 +3110010,2,200001,2,2700,0,0,223080102 +3110010,3,311001001,3,70,0,0,223080102 +3110010,4,311001002,3,230,0,0,223080102 +3110010,5,200001,2,9700,0,1,223080102 +3110010,6,311001001,3,70,0,1,223080102 +3110010,7,311001002,3,230,0,1,223080102 +3110011,1,100001,1,7000,0,0,223080303 +3110011,2,200001,2,2700,0,0,223080303 +3110011,3,311001101,3,70,0,0,223080303 +3110011,4,311001102,3,230,0,0,223080303 +3110011,5,200001,2,9700,0,1,223080303 +3110011,6,311001101,3,70,0,1,223080303 +3110011,7,311001102,3,230,0,1,223080303 +3110012,1,100001,1,7000,0,0,223080701 +3110012,2,200001,2,2700,0,0,223080701 +3110012,3,311001201,3,70,0,0,223080701 +3110012,4,311001202,3,230,0,0,223080701 +3110012,5,200001,2,9700,0,1,223080701 +3110012,6,311001201,3,70,0,1,223080701 +3110012,7,311001202,3,230,0,1,223080701 +3110013,1,100001,1,7000,0,0,223080801 +3110013,2,200001,2,2700,0,0,223080801 +3110013,3,311001301,3,70,0,0,223080801 +3110013,4,311001302,3,230,0,0,223080801 +3110013,5,200001,2,9700,0,1,223080801 +3110013,6,311001301,3,70,0,1,223080801 +3110013,7,311001302,3,230,0,1,223080801 +3110014,1,100001,1,7000,0,0,223091201 +3110014,2,200001,2,2700,0,0,223091201 +3110014,3,311001401,3,70,0,0,223091201 +3110014,4,311001402,3,230,0,0,223091201 +3110014,5,200001,2,9700,0,1,223091201 +3110014,6,311001401,3,70,0,1,223091201 +3110014,7,311001402,3,230,0,1,223091201 +3110015,1,100001,1,7000,0,0,223091901 +3110015,2,200001,2,2700,0,0,223091901 +3110015,3,311001501,3,70,0,0,223091901 +3110015,4,311001502,3,230,0,0,223091901 +3110015,5,200001,2,9700,0,1,223091901 +3110015,6,311001501,3,70,0,1,223091901 +3110015,7,311001502,3,230,0,1,223091901 +3110016,1,100001,1,7000,0,0,223092101 +3110016,2,200001,2,2700,0,0,223092101 +3110016,3,311001601,3,70,0,0,223092101 +3110016,4,311001602,3,230,0,0,223092101 +3110016,5,200001,2,9700,0,1,223092101 +3110016,6,311001601,3,70,0,1,223092101 +3110016,7,311001602,3,230,0,1,223092101 +3110017,1,100001,1,7000,0,0,223092801 +3110017,2,200001,2,2700,0,0,223092801 +3110017,3,311001701,3,70,0,0,223092801 +3110017,4,311001702,3,230,0,0,223092801 +3110017,5,200001,2,9700,0,1,223092801 +3110017,6,311001701,3,70,0,1,223092801 +3110017,7,311001702,3,230,0,1,223092801 +3110018,1,103001,1,7000,0,0,223100502 +3110018,2,203001,2,2700,0,0,223100502 +3110018,3,311001801,3,70,0,0,223100502 +3110018,4,311001802,3,230,0,0,223100502 +3110018,5,203001,2,9700,0,1,223100502 +3110018,6,311001801,3,70,0,1,223100502 +3110018,7,311001802,3,230,0,1,223100502 +3110019,1,101001,1,7000,0,0,223102101 +3110019,2,201001,2,2700,0,0,223102101 +3110019,3,311001901,3,70,0,0,223102101 +3110019,4,311001902,3,230,0,0,223102101 +3110019,5,201001,2,9700,0,1,223102101 +3110019,6,311001901,3,70,0,1,223102101 +3110019,7,311001902,3,230,0,1,223102101 +3110020,1,104001,1,7000,0,0,223102901 +3110020,2,204001,2,2700,0,0,223102901 +3110020,3,311002001,3,70,0,0,223102901 +3110020,4,311002002,3,230,0,0,223102901 +3110020,5,204001,2,9700,0,1,223102901 +3110020,6,311002001,3,70,0,1,223102901 +3110020,7,311002002,3,230,0,1,223102901 +3110021,1,101001,1,7000,0,0,223110101 +3110021,2,201001,2,2700,0,0,223110101 +3110021,3,311002101,3,70,0,0,223110101 +3110021,4,311002102,3,230,0,0,223110101 +3110021,5,201001,2,9700,0,1,223110101 +3110021,6,311002101,3,70,0,1,223110101 +3110021,7,311002102,3,230,0,1,223110101 +3110022,1,103001,1,7000,0,0,223111301 +3110022,2,203001,2,2700,0,0,223111301 +3110022,3,311002201,3,70,0,0,223111301 +3110022,4,311002202,3,230,0,0,223111301 +3110022,5,203001,2,9700,0,1,223111301 +3110022,6,311002201,3,70,0,1,223111301 +3110022,7,311002202,3,230,0,1,223111301 +3110023,1,104001,1,7000,0,0,223112401 +3110023,2,204001,2,2700,0,0,223112401 +3110023,3,311002301,3,70,0,0,223112401 +3110023,4,311002302,3,230,0,0,223112401 +3110023,5,204001,2,9700,0,1,223112401 +3110023,6,311002301,3,70,0,1,223112401 +3110023,7,311002302,3,230,0,1,223112401 +3110024,1,103001,1,7000,0,0,223120601 +3110024,2,203001,2,2700,0,0,223120601 +3110024,3,311002401,3,70,0,0,223120601 +3110024,4,311002402,3,230,0,0,223120601 +3110024,5,203001,2,9700,0,1,223120601 +3110024,6,311002401,3,70,0,1,223120601 +3110024,7,311002402,3,230,0,1,223120601 +3110025,1,103001,1,7000,0,0,223121601 +3110025,2,203001,2,2700,0,0,223121601 +3110025,3,311002501,3,70,0,0,223121601 +3110025,4,311002502,3,230,0,0,223121601 +3110025,5,203001,2,9700,0,1,223121601 +3110025,6,311002501,3,70,0,1,223121601 +3110025,7,311002502,3,230,0,1,223121601 +3110026,1,104001,1,7000,0,0,223122801 +3110026,2,204002,2,2700,0,0,223122801 +3110026,3,311002601,3,70,0,0,223122801 +3110026,4,311002602,3,230,0,0,223122801 +3110026,5,204002,2,9700,0,1,223122801 +3110026,6,311002601,3,70,0,1,223122801 +3110026,7,311002602,3,230,0,1,223122801 +3110027,1,102001,1,7000,0,0,224010103 +3110027,2,202001,2,2700,0,0,224010103 +3110027,3,311002701,3,70,0,0,224010103 +3110027,4,311002702,3,230,0,0,224010103 +3110027,5,202001,2,9700,0,1,224010103 +3110027,6,311002701,3,70,0,1,224010103 +3110027,7,311002702,3,230,0,1,224010103 +3110028,1,101001,1,7000,0,0,224011702 +3110028,2,201001,2,2700,0,0,224011702 +3110028,3,311002801,3,70,0,0,224011702 +3110028,4,311002802,3,230,0,0,224011702 +3110028,5,201001,2,9700,0,1,224011702 +3110028,6,311002801,3,70,0,1,224011702 +3110028,7,311002802,3,230,0,1,224011702 +3110029,1,104001,1,7000,0,0,224012002 +3110029,2,204002,2,2700,0,0,224012002 +3110029,3,311002901,3,70,0,0,224012002 +3110029,4,311002902,3,230,0,0,224012002 +3110029,5,204002,2,9700,0,1,224012002 +3110029,6,311002901,3,70,0,1,224012002 +3110029,7,311002902,3,230,0,1,224012002 +3110030,1,103001,1,7000,0,0,224012302 +3110030,2,203001,2,2700,0,0,224012302 +3110030,3,311003001,3,70,0,0,224012302 +3110030,4,311003002,3,230,0,0,224012302 +3110030,5,203001,2,9700,0,1,224012302 +3110030,6,311003001,3,70,0,1,224012302 +3110030,7,311003002,3,230,0,1,224012302 +3110031,1,103001,1,7000,0,0,224020502 +3110031,2,203001,2,2700,0,0,224020502 +3110031,3,311003101,3,70,0,0,224020502 +3110031,4,311003102,3,230,0,0,224020502 +3110031,5,203001,2,9700,0,1,224020502 +3110031,6,311003101,3,70,0,1,224020502 +3110031,7,311003102,3,230,0,1,224020502 +3110032,1,102001,1,7000,0,0,224021004 +3110032,2,202001,2,2700,0,0,224021004 +3110032,3,311003201,3,70,0,0,224021004 +3110032,4,311003202,3,230,0,0,224021004 +3110032,5,202001,2,9700,0,1,224021004 +3110032,6,311003201,3,70,0,1,224021004 +3110032,7,311003202,3,230,0,1,224021004 +3110033,1,103001,1,7000,0,0,224021502 +3110033,2,203001,2,2700,0,0,224021502 +3110033,3,311003301,3,70,0,0,224021502 +3110033,4,311003302,3,230,0,0,224021502 +3110033,5,203001,2,9700,0,1,224021502 +3110033,6,311003301,3,70,0,1,224021502 +3110033,7,311003302,3,230,0,1,224021502 +3110034,1,104001,1,7000,0,0,224022502 +3110034,2,204002,2,2700,0,0,224022502 +3110034,3,311003401,3,70,0,0,224022502 +3110034,4,311003402,3,230,0,0,224022502 +3110034,5,204002,2,9700,0,1,224022502 +3110034,6,311003401,3,70,0,1,224022502 +3110034,7,311003402,3,230,0,1,224022502 +3110035,1,103001,1,7000,0,0,224030107 +3110035,2,203001,2,2700,0,0,224030107 +3110035,3,311003501,3,70,0,0,224030107 +3110035,4,311003502,3,230,0,0,224030107 +3110035,5,203001,2,9700,0,1,224030107 +3110035,6,311003501,3,70,0,1,224030107 +3110035,7,311003502,3,230,0,1,224030107 +3110036,1,102001,1,7000,0,0,224030402 +3110036,2,202001,2,2700,0,0,224030402 +3110036,3,311003601,3,70,0,0,224030402 +3110036,4,311003602,3,230,0,0,224030402 +3110036,5,202001,2,9700,0,1,224030402 +3110036,6,311003601,3,70,0,1,224030402 +3110036,7,311003602,3,230,0,1,224030402 +3110037,1,101001,1,7000,0,0,224031502 +3110037,2,201001,2,2700,0,0,224031502 +3110037,3,311003701,3,70,0,0,224031502 +3110037,4,311003702,3,230,0,0,224031502 +3110037,5,201001,2,9700,0,1,224031502 +3110037,6,311003701,3,70,0,1,224031502 +3110037,7,311003702,3,230,0,1,224031502 +4110001,1,111001,1,7000,0,0,223061103 +4110001,2,211001,2,2700,0,0,223061103 +4110001,3,411000101,3,300,0,0,223061103 +4110001,4,211001,2,9700,0,1,223061103 +4110001,5,411000101,3,300,0,1,223061103 +4110002,1,112001,1,7000,0,0,223061103 +4110002,2,212001,2,2700,0,0,223061103 +4110002,3,411000201,3,300,0,0,223061103 +4110002,4,212001,2,9700,0,1,223061103 +4110002,5,411000201,3,300,0,1,223061103 +4110003,1,113001,1,7000,0,0,223061103 +4110003,2,213001,2,2700,0,0,223061103 +4110003,3,411000301,3,300,0,0,223061103 +4110003,4,213001,2,9700,0,1,223061103 +4110003,5,411000301,3,300,0,1,223061103 +4110004,1,100001,1,7000,0,0,223062301 +4110004,2,200001,2,2700,0,0,223062301 +4110004,3,411000401,3,300,0,0,223062301 +4110004,4,411000401,3,300,0,1,223062301 +4110005,1,103001,1,7000,0,0,223100301 +4110005,2,203001,2,2700,0,0,223100301 +4110005,3,411000501,3,120,0,0,223100301 +4110005,4,411000502,3,180,0,0,223100301 +4110005,5,203001,2,9700,0,1,223100301 +4110005,6,411000501,3,120,0,1,223100301 +4110005,7,411000502,3,180,0,1,223100301 +4110006,1,103001,1,7000,0,0,223101001 +4110006,2,203001,2,2700,0,0,223101001 +4110006,3,411000601,3,120,0,0,223101001 +4110006,4,411000602,3,180,0,0,223101001 +4110006,5,203001,2,9700,0,1,223101001 +4110006,6,411000601,3,120,0,1,223101001 +4110006,7,411000602,3,180,0,1,223101001 +4110007,1,103001,1,7000,0,0,223101701 +4110007,2,203001,2,2700,0,0,223101701 +4110007,3,411000701,3,120,0,0,223101701 +4110007,4,411000702,3,180,0,0,223101701 +4110007,5,203001,2,9700,0,1,223101701 +4110007,6,411000701,3,120,0,1,223101701 +4110007,7,411000702,3,180,0,1,223101701 +4110008,1,103001,1,7000,0,0,223102401 +4110008,2,203001,2,2700,0,0,223102401 +4110008,3,411000801,3,120,0,0,223102401 +4110008,4,411000802,3,180,0,0,223102401 +4110008,5,203001,2,9700,0,1,223102401 +4110008,6,411000801,3,120,0,1,223102401 +4110008,7,411000802,3,180,0,1,223102401 +4110009,1,103001,1,7000,0,0,223103101 +4110009,2,203001,2,2700,0,0,223103101 +4110009,3,411000901,3,120,0,0,223103101 +4110009,4,411000902,3,180,0,0,223103101 +4110009,5,203001,2,9700,0,1,223103101 +4110009,6,411000901,3,120,0,1,223103101 +4110009,7,411000902,3,180,0,1,223103101 +4110010,1,103001,1,7000,0,0,223110701 +4110010,2,203001,2,2700,0,0,223110701 +4110010,3,411001001,3,120,0,0,223110701 +4110010,4,411001002,3,180,0,0,223110701 +4110010,5,203001,2,9700,0,1,223110701 +4110010,6,411001001,3,120,0,1,223110701 +4110010,7,411001002,3,180,0,1,223110701 +4110011,1,103001,1,7000,0,0,223111401 +4110011,2,203001,2,2700,0,0,223111401 +4110011,3,411001101,3,120,0,0,223111401 +4110011,4,411001102,3,180,0,0,223111401 +4110011,5,203001,2,9700,0,1,223111401 +4110011,6,411001101,3,120,0,1,223111401 +4110011,7,411001102,3,180,0,1,223111401 +4110012,1,103001,1,7000,0,0,223112101 +4110012,2,203001,2,2700,0,0,223112101 +4110012,3,411001201,3,120,0,0,223112101 +4110012,4,411001202,3,180,0,0,223112101 +4110012,5,203001,2,9700,0,1,223112101 +4110012,6,411001201,3,120,0,1,223112101 +4110012,7,411001202,3,180,0,1,223112101 +4110013,1,103001,1,7000,0,0,223112801 +4110013,2,203001,2,2700,0,0,223112801 +4110013,3,411001301,3,120,0,0,223112801 +4110013,4,411001302,3,180,0,0,223112801 +4110013,5,203001,2,9700,0,1,223112801 +4110013,6,411001301,3,120,0,1,223112801 +4110013,7,411001302,3,180,0,1,223112801 +4110014,1,103001,1,7000,0,0,223120501 +4110014,2,203001,2,2700,0,0,223120501 +4110014,3,411001401,3,120,0,0,223120501 +4110014,4,411001402,3,180,0,0,223120501 +4110014,5,203001,2,9700,0,1,223120501 +4110014,6,411001401,3,120,0,1,223120501 +4110014,7,411001402,3,180,0,1,223120501 +4110015,1,103001,1,7000,0,0,223121201 +4110015,2,203001,2,2700,0,0,223121201 +4110015,3,411001501,3,120,0,0,223121201 +4110015,4,411001502,3,180,0,0,223121201 +4110015,5,203001,2,9700,0,1,223121201 +4110015,6,411001501,3,120,0,1,223121201 +4110015,7,411001502,3,180,0,1,223121201 +4110016,1,103001,1,7000,0,0,223121901 +4110016,2,203001,2,2700,0,0,223121901 +4110016,3,411001601,3,120,0,0,223121901 +4110016,4,411001602,3,180,0,0,223121901 +4110016,5,203001,2,9700,0,1,223121901 +4110016,6,411001601,3,120,0,1,223121901 +4110016,7,411001602,3,180,0,1,223121901 +4110017,1,100001,1,7000,0,0,223101501 +4110017,2,411001702,2,1000,0,0,223101501 +4110017,3,200001,2,1700,0,0,223101501 +4110017,4,411001701,3,300,0,0,223101501 +4110017,5,411001702,2,1000,0,1,223101501 +4110017,6,200001,2,8700,0,1,223101501 +4110017,7,411001701,3,300,0,1,223101501 +4110019,1,101001,1,7000,0,0,223101502 +4110019,2,201001,2,2700,0,0,223101502 +4110019,3,411001901,3,300,0,0,223101502 +4110019,4,411001901,3,10000,0,1,223101502 +4110020,1,102001,1,7000,0,0,223101502 +4110020,2,411002002,2,1000,0,0,223101502 +4110020,3,202001,2,1700,0,0,223101502 +4110020,4,411002001,3,300,0,0,223101502 +4110020,5,411002001,3,10000,0,1,223101502 +4110021,1,103001,1,7000,0,0,223101502 +4110021,2,411002102,2,1000,0,0,223101502 +4110021,3,203001,2,1700,0,0,223101502 +4110021,4,411002101,3,300,0,0,223101502 +4110021,5,411002101,3,10000,0,1,223101502 +4110022,1,104001,1,7000,0,0,223101502 +4110022,2,411002202,2,1000,0,0,223101502 +4110022,3,204001,2,1700,0,0,223101502 +4110022,4,411002201,3,300,0,0,223101502 +4110022,5,411002201,3,10000,0,1,223101502 +4110023,1,103001,1,7000,0,0,223090603 +4110023,2,203001,2,2700,0,0,223090603 +4110023,3,411002301,3,300,0,0,223090603 +4110023,4,203001,2,9700,0,1,223090603 +4110023,5,411002301,3,300,0,1,223090603 +4110024,1,101001,1,7000,0,0,223103111 +4110024,2,201001,2,2700,0,0,223103111 +4110024,3,411002401,3,300,0,0,223103111 +4110024,4,201001,2,9700,0,1,223103111 +4110024,5,411002401,3,300,0,1,223103111 +4110025,1,102001,1,7000,0,0,223111508 +4110025,2,202001,2,2700,0,0,223111508 +4110025,3,411002501,3,300,0,0,223111508 +4110025,4,202001,2,9700,0,1,223111508 +4110025,5,411002501,3,300,0,1,223111508 +4110026,1,100001,1,7000,0,0,223103112 +4110026,2,200001,2,2700,0,0,223103112 +4110026,3,411002601,3,300,0,0,223103112 +4110026,4,411002601,3,10000,0,1,223103112 +4110027,1,102001,1,7000,0,0,223121402 +4110027,2,202001,2,1700,0,0,223121402 +4110027,3,411002702,2,1000,0,0,223121402 +4110027,4,411002701,3,300,0,0,223121402 +4110027,5,411002702,2,9700,0,1,223121402 +4110027,6,411002701,3,300,0,1,223121402 +4110028,1,121001,1,7000,0,0,223111702 +4110028,2,221001,2,2700,0,0,223111702 +4110028,3,411002801,3,300,0,0,223111702 +4110028,4,221001,2,9700,0,1,223111702 +4110028,5,411002801,3,300,0,1,223111702 +4110029,1,122001,1,7000,0,0,223112404 +4110029,2,222001,2,2700,0,0,223112404 +4110029,3,411002901,3,300,0,0,223112404 +4110029,4,222001,2,9700,0,1,223112404 +4110029,5,411002901,3,300,0,1,223112404 +4110030,1,123001,1,7000,0,0,223120103 +4110030,2,223001,2,2700,0,0,223120103 +4110030,3,411003001,3,300,0,0,223120103 +4110030,4,223001,2,9700,0,1,223120103 +4110030,5,411003001,3,300,0,1,223120103 +4110031,1,102001,1,6800,0,0,223120907 +4110031,2,202001,2,2700,0,0,223120907 +4110031,3,411003101,3,500,0,0,223120907 +4110031,4,202001,2,9500,0,1,223120907 +4110031,5,411003101,3,500,0,1,223120907 +4110032,1,103001,1,6800,0,0,223120908 +4110032,2,203001,2,2700,0,0,223120908 +4110032,3,411003201,3,500,0,0,223120908 +4110032,4,203001,2,9500,0,1,223120908 +4110032,5,411003201,3,500,0,1,223120908 +4110033,1,104001,1,6800,0,0,223120909 +4110033,2,204001,2,2700,0,0,223120909 +4110033,3,411003301,3,500,0,0,223120909 +4110033,4,204001,2,9500,0,1,223120909 +4110033,5,411003301,3,500,0,1,223120909 +4110034,1,100001,1,6800,0,0,223122604 +4110034,2,200002,2,2700,0,0,223122604 +4110034,3,411003401,3,500,0,0,223122604 +4110034,4,200002,2,9500,0,1,223122604 +4110034,5,411003401,3,500,0,1,223122604 +4110035,1,100001,1,6800,0,0,223122604 +4110035,2,200002,2,2700,0,0,223122604 +4110035,3,411003401,3,500,0,0,223122604 +4110035,4,411003401,3,10000,0,1,223122604 +4110036,1,100001,1,7000,0,0,224010105 +4110036,2,200002,2,2700,0,0,224010105 +4110036,3,411003601,3,300,0,0,224010105 +4110036,4,200002,2,9700,0,1,224010105 +4110036,5,411003601,3,300,0,1,224010105 +4110037,1,100001,1,7000,0,0,224010105 +4110037,2,200002,2,2700,0,0,224010105 +4110037,3,411003601,3,300,0,0,224010105 +4110037,4,411003601,3,10000,0,1,224010105 +4110038,1,103001,1,7000,0,0,224011304 +4110038,2,203001,2,2700,0,0,224011304 +4110038,3,411003801,3,300,0,0,224011304 +4110038,4,203001,2,9700,0,1,224011304 +4110038,5,411003801,3,300,0,1,224011304 +4110039,1,101001,1,6800,0,0,224030109 +4110039,2,201001,2,2700,0,0,224030109 +4110039,3,411003901,3,500,0,0,224030109 +4110039,4,201001,2,9500,0,1,224030109 +4110039,5,411003901,3,500,0,1,224030109 +4110040,1,102001,1,6800,0,0,224030109 +4110040,2,202001,2,2700,0,0,224030109 +4110040,3,411004001,3,500,0,0,224030109 +4110040,4,202001,2,9500,0,1,224030109 +4110040,5,411004001,3,500,0,1,224030109 +4110041,1,103001,1,6800,0,0,224030109 +4110041,2,203001,2,2700,0,0,224030109 +4110041,3,411004101,3,500,0,0,224030109 +4110041,4,203001,2,9500,0,1,224030109 +4110041,5,411004101,3,500,0,1,224030109 +4110042,1,104001,1,6800,0,0,224030109 +4110042,2,204002,2,2700,0,0,224030109 +4110042,3,411004201,3,500,0,0,224030109 +4110042,4,204002,2,9500,0,1,224030109 +4110042,5,411004201,3,500,0,1,224030109 +4110043,1,100001,1,6800,0,0,224031602 +4110043,2,200002,2,2700,0,0,224031602 +4110043,3,411004301,3,280,0,0,224031602 +4110043,4,411004302,3,220,0,0,224031602 +4110043,5,200002,2,9500,0,1,224031602 +4110043,6,411004301,3,280,0,1,224031602 +4110043,7,411004302,3,220,0,1,224031602 +4110044,1,100001,1,1000,0,0,224032003 +4110044,2,411004401,2,4000,0,0,224032003 +4110044,3,411004402,3,5000,0,0,224032003 +4110044,4,411004401,2,5000,0,1,224032003 +4110044,5,411004402,3,5000,0,1,224032003 +7110002,1,100001,1,7000,0,0,223043003 +7110002,2,200001,2,2700,0,0,223043003 +7110002,3,711000201,3,300,0,0,223043003 +7110002,4,200001,2,9700,0,1,223043003 +7110002,5,711000201,3,300,0,1,223043003 +7110003,1,100001,1,7000,0,0,223071202 +7110003,2,200001,2,2700,0,0,223071202 +7110003,3,711000201,3,300,0,0,223071202 +7110003,4,200001,2,9700,0,1,223071202 +7110003,5,711000201,3,300,0,1,223071202 +8110001,1,110121001,0,2500,0,0,1 +8110001,2,110121002,0,2000,0,0,1 +8110001,3,110121003,0,600,0,0,1 +8110001,4,110121004,0,1600,0,0,1 +8110001,5,110121005,0,300,0,0,1 +8110001,6,110121006,0,1000,0,0,1 +8110001,7,110121007,0,1000,0,0,1 +8110001,8,110121008,0,1000,0,0,1 +8110002,1,110121001,0,2500,0,0,223101604 +8110002,2,110121002,0,2000,0,0,223101604 +8110002,3,110121003,0,600,0,0,223101604 +8110002,4,110121004,0,1600,0,0,223101604 +8110002,5,110121005,0,300,0,0,223101604 +8110002,6,110121006,0,1000,0,0,223101604 +8110002,7,110121007,0,1000,0,0,223101604 +8110002,8,110121008,0,1000,0,0,223101604 +8110004,1,110121001,0,2500,0,0,224010108 +8110004,2,110121002,0,2000,0,0,224010108 +8110004,3,110121003,0,600,0,0,224010108 +8110004,4,110121004,0,1600,0,0,224010108 +8110004,5,110121005,0,300,0,0,224010108 +8110004,6,110121006,0,1000,0,0,224010108 +8110004,7,110121007,0,1000,0,0,224010108 +8110004,8,110121008,0,1000,0,0,224010108 +8110005,1,110121001,0,2500,0,0,224020106 +8110005,2,110121002,0,2000,0,0,224020106 +8110005,3,110121003,0,600,0,0,224020106 +8110005,4,110121004,0,1600,0,0,224020106 +8110005,5,110121005,0,300,0,0,224020106 +8110005,6,110121006,0,1000,0,0,224020106 +8110005,7,110121007,0,1000,0,0,224020106 +8110005,8,110121008,0,1000,0,0,224020106 +8110006,1,110121001,0,2500,0,0,224030121 +8110006,2,110121002,0,2000,0,0,224030121 +8110006,3,110121003,0,600,0,0,224030121 +8110006,4,110121004,0,1600,0,0,224030121 +8110006,5,110121005,0,300,0,0,224030121 +8110006,6,110121006,0,1000,0,0,224030121 +8110006,7,110121007,0,1000,0,0,224030121 +8110006,8,110121008,0,1000,0,0,224030121 +9110001,1,100001,1,7000,0,0,1 +9110001,2,200001,2,2700,0,0,1 +9110001,3,300001,3,300,0,0,1 +9110001,4,911000101,3,10000,0,1,1 +9110002,1,100001,1,7000,0,0,1 +9110002,2,200001,2,2700,0,0,1 +9110002,3,300001,3,300,0,0,1 +9110002,4,911000201,3,10000,0,1,1 +9110003,1,100001,1,7000,0,0,1 +9110003,2,200001,2,2700,0,0,1 +9110003,3,300001,3,300,0,0,1 +9110003,4,911000301,3,10000,0,1,1 +9110004,1,100001,1,7000,0,0,1 +9110004,2,200001,2,2700,0,0,1 +9110004,3,300001,3,300,0,0,1 +9110004,4,911000401,3,10000,0,1,1 +9110005,1,100001,1,7000,0,0,1 +9110005,2,200001,2,2700,0,0,1 +9110005,3,300001,3,300,0,0,1 +9110005,4,911000501,3,10000,0,1,1 +9110006,1,100001,1,7000,0,0,1 +9110006,2,200001,2,2700,0,0,1 +9110006,3,300001,3,300,0,0,1 +9110006,4,911000601,3,10000,0,1,1 +9110007,1,100001,1,7000,0,0,1 +9110007,2,200001,2,2700,0,0,1 +9110007,3,300001,3,300,0,0,1 +9110007,4,911000701,3,10000,0,1,1 +9110008,1,100001,1,7000,0,0,1 +9110008,2,200001,2,2700,0,0,1 +9110008,3,300001,3,300,0,0,1 +9110008,4,911000801,3,10000,0,1,1 +9110009,1,100001,1,7000,0,0,1 +9110009,2,200001,2,2700,0,0,1 +9110009,3,300001,3,300,0,0,1 +9110009,4,911000901,3,10000,0,1,1 +9110010,1,100001,1,7000,0,0,1 +9110010,2,200001,2,2700,0,0,1 +9110010,3,300001,3,300,0,0,1 +9110010,4,911001001,3,10000,0,1,1 +9110011,1,100001,1,7000,0,0,1 +9110011,2,200001,2,2700,0,0,1 +9110011,3,300001,3,300,0,0,1 +9110011,4,911001101,3,10000,0,1,1 +9110012,1,100001,1,7000,0,0,1 +9110012,2,200001,2,2700,0,0,1 +9110012,3,300001,3,300,0,0,1 +9110012,4,911001201,3,10000,0,1,1 +9110013,1,100001,1,7000,0,0,1 +9110013,2,200001,2,2700,0,0,1 +9110013,3,300001,3,300,0,0,1 +9110013,4,911001301,3,10000,0,1,1 +9110014,1,100001,1,7000,0,0,1 +9110014,2,200001,2,2700,0,0,1 +9110014,3,300001,3,300,0,0,1 +9110014,4,911001401,3,10000,0,1,1 +9110015,1,100001,1,7000,0,0,1 +9110015,2,200001,2,2700,0,0,1 +9110015,3,300001,3,300,0,0,1 +9110015,4,911001501,3,10000,0,1,1 +9110016,1,100001,1,7000,0,0,1 +9110016,2,200001,2,2700,0,0,1 +9110016,3,300001,3,300,0,0,1 +9110016,4,911001601,3,10000,0,1,1 +9110017,1,100001,1,7000,0,0,1 +9110017,2,200001,2,2700,0,0,1 +9110017,3,300001,3,300,0,0,1 +9110017,4,911001701,3,10000,0,1,1 +9110018,1,100001,1,7000,0,0,1 +9110018,2,200001,2,2700,0,0,1 +9110018,3,300001,3,300,0,0,1 +9110018,4,911001801,3,10000,0,1,1 +9110019,1,100001,1,7000,0,0,1 +9110019,2,200001,2,2700,0,0,1 +9110019,3,300001,3,300,0,0,1 +9110019,4,911001901,3,10000,0,1,1 +9110020,1,100001,1,7000,0,0,1 +9110020,2,200001,2,2700,0,0,1 +9110020,3,300001,3,300,0,0,1 +9110020,4,911002001,3,10000,0,1,1 +9110021,1,100001,1,7000,0,0,1 +9110021,2,200001,2,2700,0,0,1 +9110021,3,300001,3,300,0,0,1 +9110021,4,911002101,3,10000,0,1,1 +9110022,1,100001,1,7000,0,0,1 +9110022,2,200001,2,2700,0,0,1 +9110022,3,300001,3,300,0,0,1 +9110022,4,911002201,3,10000,0,1,1 +9110023,1,100001,1,7000,0,0,1 +9110023,2,200001,2,2700,0,0,1 +9110023,3,300001,3,300,0,0,1 +9110023,4,911002301,3,10000,0,1,1 +9110024,1,100001,1,7000,0,0,1 +9110024,2,200001,2,2700,0,0,1 +9110024,3,300001,3,300,0,0,1 +9110024,4,911002401,3,10000,0,1,1 +9110025,1,100001,1,7000,0,0,1 +9110025,2,200001,2,2700,0,0,1 +9110025,3,300001,3,300,0,0,1 +9110025,4,911002501,3,10000,0,1,1 +9110026,1,100001,1,7000,0,0,1 +9110026,2,200001,2,2700,0,0,1 +9110026,3,300001,3,300,0,0,1 +9110026,4,911002601,3,10000,0,1,1 +9110027,1,100001,1,7000,0,0,1 +9110027,2,200001,2,2700,0,0,1 +9110027,3,300001,3,300,0,0,1 +9110027,4,911002701,3,10000,0,1,1 +9110028,1,100001,1,7000,0,0,1 +9110028,2,200001,2,2700,0,0,1 +9110028,3,300001,3,300,0,0,1 +9110028,4,911002801,3,10000,0,1,1 +9110029,1,100001,1,7000,0,0,1 +9110029,2,200001,2,2700,0,0,1 +9110029,3,300001,3,300,0,0,1 +9110029,4,911002901,3,10000,0,1,1 +9110030,1,100001,1,7000,0,0,1 +9110030,2,200001,2,2700,0,0,1 +9110030,3,300001,3,300,0,0,1 +9110030,4,911003001,3,10000,0,1,1 +9110031,1,100001,1,7000,0,0,1 +9110031,2,200001,2,2700,0,0,1 +9110031,3,300001,3,300,0,0,1 +9110031,4,911003101,3,10000,0,1,1 +9110032,1,100001,1,7000,0,0,1 +9110032,2,200001,2,2700,0,0,1 +9110032,3,300001,3,300,0,0,1 +9110032,4,911003201,3,10000,0,1,1 +9110033,1,100001,1,7000,0,0,1 +9110033,2,200001,2,2700,0,0,1 +9110033,3,300001,3,300,0,0,1 +9110033,4,911003301,3,10000,0,1,1 +9110034,1,100001,1,7000,0,0,1 +9110034,2,200001,2,2700,0,0,1 +9110034,3,300001,3,300,0,0,1 +9110034,4,911003401,3,10000,0,1,1 +9110035,1,100001,1,7000,0,0,1 +9110035,2,200001,2,2700,0,0,1 +9110035,3,300001,3,300,0,0,1 +9110035,4,911003501,3,10000,0,1,1 +9110036,1,100001,1,7000,0,0,1 +9110036,2,200001,2,2700,0,0,1 +9110036,3,300001,3,300,0,0,1 +9110036,4,911003601,3,10000,0,1,1 +9110037,1,100001,1,7000,0,0,1 +9110037,2,200001,2,2700,0,0,1 +9110037,3,300001,3,300,0,0,1 +9110037,4,911003701,3,10000,0,1,1 +9110038,1,100001,1,7000,0,0,1 +9110038,2,200001,2,2700,0,0,1 +9110038,3,300001,3,300,0,0,1 +9110038,4,911003801,3,10000,0,1,1 +9110039,1,100001,1,7000,0,0,1 +9110039,2,200001,2,2700,0,0,1 +9110039,3,300001,3,300,0,0,1 +9110039,4,911003901,3,10000,0,1,1 +7110101,1,100001,1,7000,0,0,1 +7110101,2,200001,2,2700,0,0,1 +7110101,3,711010100,3,120,0,0,1 +7110101,4,711010101,3,180,0,0,1 +7110101,5,200001,2,9700,0,1,1 +7110101,6,711010100,3,120,0,1,1 +7110101,7,711010101,3,180,0,1,1 +7110102,1,100001,1,7000,0,0,1 +7110102,2,200001,2,2700,0,0,1 +7110102,3,711010100,3,120,0,0,1 +7110102,4,711010201,3,180,0,0,1 +7110102,5,200001,2,9700,0,1,1 +7110102,6,711010100,3,120,0,1,1 +7110102,7,711010201,3,180,0,1,1 +7110103,1,100001,1,7000,0,0,1 +7110103,2,200001,2,2700,0,0,1 +7110103,3,711010100,3,120,0,0,1 +7110103,4,711010101,3,180,0,0,1 +7110103,5,200001,2,9700,0,1,1 +7110103,6,711010100,3,120,0,1,1 +7110103,7,711010101,3,180,0,1,1 +7110104,1,101001,1,7000,0,0,1 +7110104,2,201001,2,2700,0,0,1 +7110104,3,711010102,3,300,0,0,1 +7110104,4,201001,2,9700,0,1,1 +7110104,5,711010102,3,300,0,1,1 +7110105,1,102001,1,7000,0,0,924041701 +7110105,2,202001,2,2700,0,0,924041701 +7110105,3,711010501,3,300,0,0,924041701 +7110105,4,202001,2,9700,0,1,924041701 +7110105,5,711010501,3,300,0,1,924041701 +7110106,1,100001,1,7000,0,0,924042401 +7110106,2,200001,2,2700,0,0,924042401 +7110106,3,711010100,3,120,0,0,924042401 +7110106,4,711010201,3,180,0,0,924042401 +7110106,5,200001,2,9700,0,1,924042401 +7110106,6,711010100,3,120,0,1,924042401 +7110106,7,711010201,3,180,0,1,924042401 +7110107,1,100001,1,6800,0,0,924050701 +7110107,2,200002,2,2700,0,0,924050701 +7110107,3,711010701,3,500,0,0,924050701 +7110107,4,711010701,3,10000,0,1,924050701 +7110108,1,103001,1,7000,0,0,924052401 +7110108,2,203001,2,2700,0,0,924052401 +7110108,3,711010801,3,300,0,0,924052401 +7110108,4,203001,2,9700,0,1,924052401 +7110108,5,711010801,3,300,0,1,924052401 diff --git a/src/router/masterdata/csv/lottery_reward.csv b/src/router/databases/csv-en/lottery_reward.csv similarity index 100% rename from src/router/masterdata/csv/lottery_reward.csv rename to src/router/databases/csv-en/lottery_reward.csv diff --git a/src/router/masterdata/csv/lottery_stepup.csv b/src/router/databases/csv-en/lottery_stepup.csv similarity index 100% rename from src/router/masterdata/csv/lottery_stepup.csv rename to src/router/databases/csv-en/lottery_stepup.csv diff --git a/src/router/masterdata/csv/membership_wallpaper.csv b/src/router/databases/csv-en/membership_wallpaper.csv similarity index 100% rename from src/router/masterdata/csv/membership_wallpaper.csv rename to src/router/databases/csv-en/membership_wallpaper.csv diff --git a/src/router/databases/csv-en/mission.csv b/src/router/databases/csv-en/mission.csv new file mode 100644 index 0000000..9152f08 --- /dev/null +++ b/src/router/databases/csv-en/mission.csv @@ -0,0 +1,3243 @@ +_id,_title,_detail,_type,_parentMasterMissionId,_conditionType,_conditionValues,_conditionNumber,_masterMissionRewardId,_priority,_masterReleaseLabelId +1153001,Log in four days.,Log in four days.,1,0,53,,4,131153001,99999,1 +1153002,Log in five days.,Log in five days.,1,1153001,53,,5,131153002,99998,1 +1153003,Log in ten days.,Log in ten days.,1,1153002,53,,10,131153003,99997,1 +1153004,Log in 15 days.,Log in 15 days.,1,1153003,53,,15,131153004,99996,1 +1153005,Log in 20 days.,Log in 20 days.,1,1153004,53,,20,131153005,99995,1 +1153006,Log in 30 days.,Log in 30 days.,1,1153005,53,,30,131153006,99994,1 +1153007,Log in 40 days.,Log in 40 days.,1,1153006,53,,40,131153007,99993,1 +1153008,Log in 50 days.,Log in 50 days.,1,1153007,53,,50,131153008,99992,1 +1153009,Log in 60 days.,Log in 60 days.,1,1153008,53,,60,131153009,99991,1 +1153010,Log in 70 days.,Log in 70 days.,1,1153009,53,,70,131153010,99990,1 +1153011,Log in 80 days.,Log in 80 days.,1,1153010,53,,80,131153011,99989,1 +1153012,Log in 90 days.,Log in 90 days.,1,1153011,53,,90,131153012,99988,1 +1153013,Log in 100 days.,Log in 100 days.,1,1153012,53,,100,131153013,99987,1 +1153014,Log in 150 days.,Log in 150 days.,1,1153013,53,,150,131153014,99986,1 +1153015,Log in 200 days.,Log in 200 days.,1,1153014,53,,200,131153015,99985,1 +1153016,Log in 250 days.,Log in 250 days.,1,1153015,53,,250,131153016,99984,1 +1153017,Log in 300 days.,Log in 300 days.,1,1153016,53,,300,131153017,99983,1 +1153018,Log in 400 days.,Log in 400 days.,1,1153017,53,,400,131153018,99982,1 +1153019,Log in 500 days.,Log in 500 days.,1,1153018,53,,500,131153019,99981,1 +1105001,Clear 30 live shows.,Clear 30 live shows.,1,0,5,,30,131105001,99980,1 +1105002,Clear 50 live shows.,Clear 50 live shows.,1,1105001,5,,50,131105002,99979,1 +1105003,Clear 100 live shows.,Clear 100 live shows.,1,1105002,5,,100,131105003,99978,1 +1105004,Clear 200 live shows.,Clear 200 live shows.,1,1105003,5,,200,131105004,99977,1 +1105005,Clear 300 live shows.,Clear 300 live shows.,1,1105004,5,,300,131105005,99976,1 +1105006,Clear 400 live shows.,Clear 400 live shows.,1,1105005,5,,400,131105006,99975,1 +1105007,Clear 500 live shows.,Clear 500 live shows.,1,1105006,5,,500,131105007,99974,1 +1105008,Clear 600 live shows.,Clear 600 live shows.,1,1105007,5,,600,131105008,99973,1 +1105009,Clear 700 live shows.,Clear 700 live shows.,1,1105008,5,,700,131105009,99972,1 +1105010,Clear 800 live shows.,Clear 800 live shows.,1,1105009,5,,800,131105010,99971,1 +1105011,Clear 900 live shows.,Clear 900 live shows.,1,1105010,5,,900,131105011,99970,1 +1105012,"Clear 1,000 live shows.","Clear 1,000 live shows.",1,1105011,5,,1000,131105012,99969,1 +1105013,"Clear 2,000 live shows.","Clear 2,000 live shows.",1,1105012,5,,2000,131105013,99968,1 +1105014,"Clear 3,000 live shows.","Clear 3,000 live shows.",1,1105013,5,,3000,131105014,99967,1 +1105015,"Clear 4,000 live shows.","Clear 4,000 live shows.",1,1105014,5,,4000,131105015,99966,1 +1105016,"Clear 5,000 live shows.","Clear 5,000 live shows.",1,1105015,5,,5000,131105016,99965,1 +1105017,"Clear 10,000 live shows.","Clear 10,000 live shows.",1,1105016,5,,10000,131105017,99964,1 +1101001,Reach Player Rank 10.,Reach Player Rank 10.,1,0,1,,10,131101001,99963,1 +1101002,Reach Player Rank 20.,Reach Player Rank 20.,1,1101001,1,,20,131101002,99962,1 +1101003,Reach Player Rank 30.,Reach Player Rank 30.,1,1101002,1,,30,131101003,99961,1 +1101004,Reach Player Rank 40.,Reach Player Rank 40.,1,1101003,1,,40,131101004,99960,1 +1101005,Reach Player Rank 50.,Reach Player Rank 50.,1,1101004,1,,50,131101005,99959,1 +1101006,Reach Player Rank 60.,Reach Player Rank 60.,1,1101005,1,,60,131101006,99958,1 +1101007,Reach Player Rank 70.,Reach Player Rank 70.,1,1101006,1,,70,131101007,99957,1 +1101008,Reach Player Rank 80.,Reach Player Rank 80.,1,1101007,1,,80,131101008,99956,1 +1101009,Reach Player Rank 90.,Reach Player Rank 90.,1,1101008,1,,90,131101009,99955,1 +1101010,Reach Player Rank 100.,Reach Player Rank 100.,1,1101009,1,,100,131101010,99954,1 +1101011,Reach Player Rank 110.,Reach Player Rank 110.,1,1101010,1,,110,131101011,99953,1 +1101012,Reach Player Rank 120.,Reach Player Rank 120.,1,1101011,1,,120,131101012,99952,1 +1101013,Reach Player Rank 130.,Reach Player Rank 130.,1,1101012,1,,130,131101013,99951,1 +1101014,Reach Player Rank 140.,Reach Player Rank 140.,1,1101013,1,,140,131101014,99950,1 +1101015,Reach Player Rank 150.,Reach Player Rank 150.,1,1101014,1,,150,131101015,99949,1 +1101016,Reach Player Rank 160.,Reach Player Rank 160.,1,1101015,1,,160,131101016,99948,1 +1101017,Reach Player Rank 170.,Reach Player Rank 170.,1,1101016,1,,170,131101017,99947,1 +1101018,Reach Player Rank 180.,Reach Player Rank 180.,1,1101017,1,,180,131101018,99946,1 +1101019,Reach Player Rank 190.,Reach Player Rank 190.,1,1101018,1,,190,131101019,99945,1 +1101020,Reach Player Rank 200.,Reach Player Rank 200.,1,1101019,1,,200,131101020,99944,1 +1101021,Reach Player Rank 210.,Reach Player Rank 210.,1,1101020,1,,210,131101021,99943,1 +1101022,Reach Player Rank 220.,Reach Player Rank 220.,1,1101021,1,,220,131101022,99942,1 +1101023,Reach Player Rank 230.,Reach Player Rank 230.,1,1101022,1,,230,131101023,99941,1 +1101024,Reach Player Rank 240.,Reach Player Rank 240.,1,1101023,1,,240,131101024,99940,1 +1101025,Reach Player Rank 250.,Reach Player Rank 250.,1,1101024,1,,250,131101025,99939,1 +1101026,Reach Player Rank 260.,Reach Player Rank 260.,1,1101025,1,,260,131101026,99938,1 +1101027,Reach Player Rank 270.,Reach Player Rank 270.,1,1101026,1,,270,131101027,99937,1 +1101028,Reach Player Rank 280.,Reach Player Rank 280.,1,1101027,1,,280,131101028,99936,1 +1101029,Reach Player Rank 290.,Reach Player Rank 290.,1,1101028,1,,290,131101029,99935,1 +1101030,Reach Player Rank 300.,Reach Player Rank 300.,1,1101029,1,,300,131101030,99934,1 +1114001,Level up a Club Member to Level 20 or higher.,Level up a Club Member to Level 20 or higher.,1,0,14,20,1,131114001,99933,1 +1114002,Level up 2 Club Members to Level 20 or higher.,Level up 2 Club Members to Level 20 or higher.,1,1114001,14,20,2,131114002,99932,1 +1114003,Level up 3 Club Members to Level 20 or higher.,Level up 3 Club Members to Level 20 or higher.,1,1114002,14,20,3,131114003,99931,1 +1114004,Level up 4 Club Members to Level 20 or higher.,Level up 4 Club Members to Level 20 or higher.,1,1114003,14,20,4,131114004,99930,1 +1114005,Level up 5 Club Members to Level 20 or higher.,Level up 5 Club Members to Level 20 or higher.,1,1114004,14,20,5,131114005,99929,1 +1114006,Level up 6 Club Members to Level 20 or higher.,Level up 6 Club Members to Level 20 or higher.,1,1114005,14,20,6,131114006,99928,1 +1114007,Level up 7 Club Members to Level 20 or higher.,Level up 7 Club Members to Level 20 or higher.,1,1114006,14,20,7,131114007,99927,1 +1114008,Level up 8 Club Members to Level 20 or higher.,Level up 8 Club Members to Level 20 or higher.,1,1114007,14,20,8,131114008,99926,1 +1114009,Level up 9 Club Members to Level 20 or higher.,Level up 9 Club Members to Level 20 or higher.,1,1114008,14,20,9,131114009,99925,1 +1114010,Level up 10 Club Members to Level 20 or higher.,Level up 10 Club Members to Level 20 or higher.,1,1114009,14,20,10,131114010,99924,1 +1114011,Level up 11 Club Members to Level 20 or higher.,Level up 11 Club Members to Level 20 or higher.,1,1114010,14,20,11,131114011,99923,1 +1114012,Level up 12 Club Members to Level 20 or higher.,Level up 12 Club Members to Level 20 or higher.,1,1114011,14,20,12,131114012,99922,1 +1114013,Level up 13 Club Members to Level 20 or higher.,Level up 13 Club Members to Level 20 or higher.,1,1114012,14,20,13,131114013,99921,1 +1114014,Level up 14 Club Members to Level 20 or higher.,Level up 14 Club Members to Level 20 or higher.,1,1114013,14,20,14,131114014,99920,1 +1114015,Level up 15 Club Members to Level 20 or higher.,Level up 15 Club Members to Level 20 or higher.,1,1114014,14,20,15,131114015,99919,1 +1114016,Level up 16 Club Members to Level 20 or higher.,Level up 16 Club Members to Level 20 or higher.,1,1114015,14,20,16,131114016,99918,1 +1114017,Level up 17 Club Members to Level 20 or higher.,Level up 17 Club Members to Level 20 or higher.,1,1114016,14,20,17,131114017,99917,1 +1114018,Level up 18 Club Members to Level 20 or higher.,Level up 18 Club Members to Level 20 or higher.,1,1114017,14,20,18,131114018,99916,1 +1114019,Level up 19 Club Members to Level 20 or higher.,Level up 19 Club Members to Level 20 or higher.,1,1114018,14,20,19,131114019,99915,1 +1114020,Level up 20 Club Members to Level 20 or higher.,Level up 20 Club Members to Level 20 or higher.,1,1114019,14,20,20,131114020,99914,1 +1114021,Level up 21 Club Members to Level 20 or higher.,Level up 21 Club Members to Level 20 or higher.,1,1114020,14,20,21,131114021,99913,1 +1114022,Level up 22 Club Members to Level 20 or higher.,Level up 22 Club Members to Level 20 or higher.,1,1114021,14,20,22,131114022,99912,1 +1114023,Level up 23 Club Members to Level 20 or higher.,Level up 23 Club Members to Level 20 or higher.,1,1114022,14,20,23,131114023,99911,1 +1114024,Level up 24 Club Members to Level 20 or higher.,Level up 24 Club Members to Level 20 or higher.,1,1114023,14,20,24,131114024,99910,1 +1114025,Level up 25 Club Members to Level 20 or higher.,Level up 25 Club Members to Level 20 or higher.,1,1114024,14,20,25,131114025,99909,1 +1114026,Level up 26 Club Members to Level 20 or higher.,Level up 26 Club Members to Level 20 or higher.,1,1114025,14,20,26,131114026,99908,1 +1114027,Level up 27 Club Members to Level 20 or higher.,Level up 27 Club Members to Level 20 or higher.,1,1114026,14,20,27,131114027,99907,1 +1114028,Level up a Club Member to Level 40 or higher.,Level up a Club Member to Level 40 or higher.,1,1114001,14,40,1,131114028,99906,1 +1114029,Level up 2 Club Members to Level 40 or higher.,Level up 2 Club Members to Level 40 or higher.,1,1114028,14,40,2,131114029,99905,1 +1114030,Level up 3 Club Members to Level 40 or higher.,Level up 3 Club Members to Level 40 or higher.,1,1114029,14,40,3,131114030,99904,1 +1114031,Level up 4 Club Members to Level 40 or higher.,Level up 4 Club Members to Level 40 or higher.,1,1114030,14,40,4,131114031,99903,1 +1114032,Level up 5 Club Members to Level 40 or higher.,Level up 5 Club Members to Level 40 or higher.,1,1114031,14,40,5,131114032,99902,1 +1114033,Level up 6 Club Members to Level 40 or higher.,Level up 6 Club Members to Level 40 or higher.,1,1114032,14,40,6,131114033,99901,1 +1114034,Level up 7 Club Members to Level 40 or higher.,Level up 7 Club Members to Level 40 or higher.,1,1114033,14,40,7,131114034,99900,1 +1114035,Level up 8 Club Members to Level 40 or higher.,Level up 8 Club Members to Level 40 or higher.,1,1114034,14,40,8,131114035,99899,1 +1114036,Level up 9 Club Members to Level 40 or higher.,Level up 9 Club Members to Level 40 or higher.,1,1114035,14,40,9,131114036,99898,1 +1114037,Level up 10 Club Members to Level 40 or higher.,Level up 10 Club Members to Level 40 or higher.,1,1114036,14,40,10,131114037,99897,1 +1114038,Level up 11 Club Members to Level 40 or higher.,Level up 11 Club Members to Level 40 or higher.,1,1114037,14,40,11,131114038,99896,1 +1114039,Level up 12 Club Members to Level 40 or higher.,Level up 12 Club Members to Level 40 or higher.,1,1114038,14,40,12,131114039,99895,1 +1114040,Level up 13 Club Members to Level 40 or higher.,Level up 13 Club Members to Level 40 or higher.,1,1114039,14,40,13,131114040,99894,1 +1114041,Level up 14 Club Members to Level 40 or higher.,Level up 14 Club Members to Level 40 or higher.,1,1114040,14,40,14,131114041,99893,1 +1114042,Level up 15 Club Members to Level 40 or higher.,Level up 15 Club Members to Level 40 or higher.,1,1114041,14,40,15,131114042,99892,1 +1114043,Level up 16 Club Members to Level 40 or higher.,Level up 16 Club Members to Level 40 or higher.,1,1114042,14,40,16,131114043,99891,1 +1114044,Level up 17 Club Members to Level 40 or higher.,Level up 17 Club Members to Level 40 or higher.,1,1114043,14,40,17,131114044,99890,1 +1114045,Level up 18 Club Members to Level 40 or higher.,Level up 18 Club Members to Level 40 or higher.,1,1114044,14,40,18,131114045,99889,1 +1114046,Level up 19 Club Members to Level 40 or higher.,Level up 19 Club Members to Level 40 or higher.,1,1114045,14,40,19,131114046,99888,1 +1114047,Level up 20 Club Members to Level 40 or higher.,Level up 20 Club Members to Level 40 or higher.,1,1114046,14,40,20,131114047,99887,1 +1114048,Level up 21 Club Members to Level 40 or higher.,Level up 21 Club Members to Level 40 or higher.,1,1114047,14,40,21,131114048,99886,1 +1114049,Level up 22 Club Members to Level 40 or higher.,Level up 22 Club Members to Level 40 or higher.,1,1114048,14,40,22,131114049,99885,1 +1114050,Level up 23 Club Members to Level 40 or higher.,Level up 23 Club Members to Level 40 or higher.,1,1114049,14,40,23,131114050,99884,1 +1114051,Level up 24 Club Members to Level 40 or higher.,Level up 24 Club Members to Level 40 or higher.,1,1114050,14,40,24,131114051,99883,1 +1114052,Level up 25 Club Members to Level 40 or higher.,Level up 25 Club Members to Level 40 or higher.,1,1114051,14,40,25,131114052,99882,1 +1114053,Level up 26 Club Members to Level 40 or higher.,Level up 26 Club Members to Level 40 or higher.,1,1114052,14,40,26,131114053,99881,1 +1114054,Level up 27 Club Members to Level 40 or higher.,Level up 27 Club Members to Level 40 or higher.,1,1114053,14,40,27,131114054,99880,1 +1114055,Level up a Club Member to Level 60 or higher.,Level up a Club Member to Level 60 or higher.,1,1114028,14,60,1,131114055,99879,1 +1114056,Level up 2 Club Members to Level 60 or higher.,Level up 2 Club Members to Level 60 or higher.,1,1114055,14,60,2,131114056,99878,1 +1114057,Level up 3 Club Members to Level 60 or higher.,Level up 3 Club Members to Level 60 or higher.,1,1114056,14,60,3,131114057,99877,1 +1114058,Level up 4 Club Members to Level 60 or higher.,Level up 4 Club Members to Level 60 or higher.,1,1114057,14,60,4,131114058,99876,1 +1114059,Level up 5 Club Members to Level 60 or higher.,Level up 5 Club Members to Level 60 or higher.,1,1114058,14,60,5,131114059,99875,1 +1114060,Level up 6 Club Members to Level 60 or higher.,Level up 6 Club Members to Level 60 or higher.,1,1114059,14,60,6,131114060,99874,1 +1114061,Level up 7 Club Members to Level 60 or higher.,Level up 7 Club Members to Level 60 or higher.,1,1114060,14,60,7,131114061,99873,1 +1114062,Level up 8 Club Members to Level 60 or higher.,Level up 8 Club Members to Level 60 or higher.,1,1114061,14,60,8,131114062,99872,1 +1114063,Level up 9 Club Members to Level 60 or higher.,Level up 9 Club Members to Level 60 or higher.,1,1114062,14,60,9,131114063,99871,1 +1114064,Level up 10 Club Members to Level 60 or higher.,Level up 10 Club Members to Level 60 or higher.,1,1114063,14,60,10,131114064,99870,1 +1114065,Level up 11 Club Members to Level 60 or higher.,Level up 11 Club Members to Level 60 or higher.,1,1114064,14,60,11,131114065,99869,1 +1114066,Level up 12 Club Members to Level 60 or higher.,Level up 12 Club Members to Level 60 or higher.,1,1114065,14,60,12,131114066,99868,1 +1114067,Level up 13 Club Members to Level 60 or higher.,Level up 13 Club Members to Level 60 or higher.,1,1114066,14,60,13,131114067,99867,1 +1114068,Level up 14 Club Members to Level 60 or higher.,Level up 14 Club Members to Level 60 or higher.,1,1114067,14,60,14,131114068,99866,1 +1114069,Level up 15 Club Members to Level 60 or higher.,Level up 15 Club Members to Level 60 or higher.,1,1114068,14,60,15,131114069,99865,1 +1114070,Level up 16 Club Members to Level 60 or higher.,Level up 16 Club Members to Level 60 or higher.,1,1114069,14,60,16,131114070,99864,1 +1114071,Level up 17 Club Members to Level 60 or higher.,Level up 17 Club Members to Level 60 or higher.,1,1114070,14,60,17,131114071,99863,1 +1114072,Level up 18 Club Members to Level 60 or higher.,Level up 18 Club Members to Level 60 or higher.,1,1114071,14,60,18,131114072,99862,1 +1114073,Level up 19 Club Members to Level 60 or higher.,Level up 19 Club Members to Level 60 or higher.,1,1114072,14,60,19,131114073,99861,1 +1114074,Level up 20 Club Members to Level 60 or higher.,Level up 20 Club Members to Level 60 or higher.,1,1114073,14,60,20,131114074,99860,1 +1114075,Level up 21 Club Members to Level 60 or higher.,Level up 21 Club Members to Level 60 or higher.,1,1114074,14,60,21,131114075,99859,1 +1114076,Level up 22 Club Members to Level 60 or higher.,Level up 22 Club Members to Level 60 or higher.,1,1114075,14,60,22,131114076,99858,1 +1114077,Level up 23 Club Members to Level 60 or higher.,Level up 23 Club Members to Level 60 or higher.,1,1114076,14,60,23,131114077,99857,1 +1114078,Level up 24 Club Members to Level 60 or higher.,Level up 24 Club Members to Level 60 or higher.,1,1114077,14,60,24,131114078,99856,1 +1114079,Level up 25 Club Members to Level 60 or higher.,Level up 25 Club Members to Level 60 or higher.,1,1114078,14,60,25,131114079,99855,1 +1114080,Level up 26 Club Members to Level 60 or higher.,Level up 26 Club Members to Level 60 or higher.,1,1114079,14,60,26,131114080,99854,1 +1114081,Level up 27 Club Members to Level 60 or higher.,Level up 27 Club Members to Level 60 or higher.,1,1114080,14,60,27,131114081,99853,1 +1114082,Level up a Club Member to Level 80 or higher.,Level up a Club Member to Level 80 or higher.,1,1114055,14,80,1,131114082,99852,1 +1114083,Level up 2 Club Members to Level 80 or higher.,Level up 2 Club Members to Level 80 or higher.,1,1114082,14,80,2,131114083,99851,1 +1114084,Level up 3 Club Members to Level 80 or higher.,Level up 3 Club Members to Level 80 or higher.,1,1114083,14,80,3,131114084,99850,1 +1114085,Level up 4 Club Members to Level 80 or higher.,Level up 4 Club Members to Level 80 or higher.,1,1114084,14,80,4,131114085,99849,1 +1114086,Level up 5 Club Members to Level 80 or higher.,Level up 5 Club Members to Level 80 or higher.,1,1114085,14,80,5,131114086,99848,1 +1114087,Level up 6 Club Members to Level 80 or higher.,Level up 6 Club Members to Level 80 or higher.,1,1114086,14,80,6,131114087,99847,1 +1114088,Level up 7 Club Members to Level 80 or higher.,Level up 7 Club Members to Level 80 or higher.,1,1114087,14,80,7,131114088,99846,1 +1114089,Level up 8 Club Members to Level 80 or higher.,Level up 8 Club Members to Level 80 or higher.,1,1114088,14,80,8,131114089,99845,1 +1114090,Level up 9 Club Members to Level 80 or higher.,Level up 9 Club Members to Level 80 or higher.,1,1114089,14,80,9,131114090,99844,1 +1114091,Level up 10 Club Members to Level 80 or higher.,Level up 10 Club Members to Level 80 or higher.,1,1114090,14,80,10,131114091,99843,1 +1114092,Level up 11 Club Members to Level 80 or higher.,Level up 11 Club Members to Level 80 or higher.,1,1114091,14,80,11,131114092,99842,1 +1114093,Level up 12 Club Members to Level 80 or higher.,Level up 12 Club Members to Level 80 or higher.,1,1114092,14,80,12,131114093,99841,1 +1114094,Level up 13 Club Members to Level 80 or higher.,Level up 13 Club Members to Level 80 or higher.,1,1114093,14,80,13,131114094,99840,1 +1114095,Level up 14 Club Members to Level 80 or higher.,Level up 14 Club Members to Level 80 or higher.,1,1114094,14,80,14,131114095,99839,1 +1114096,Level up 15 Club Members to Level 80 or higher.,Level up 15 Club Members to Level 80 or higher.,1,1114095,14,80,15,131114096,99838,1 +1114097,Level up 16 Club Members to Level 80 or higher.,Level up 16 Club Members to Level 80 or higher.,1,1114096,14,80,16,131114097,99837,1 +1114098,Level up 17 Club Members to Level 80 or higher.,Level up 17 Club Members to Level 80 or higher.,1,1114097,14,80,17,131114098,99836,1 +1114099,Level up 18 Club Members to Level 80 or higher.,Level up 18 Club Members to Level 80 or higher.,1,1114098,14,80,18,131114099,99835,1 +1114100,Level up 19 Club Members to Level 80 or higher.,Level up 19 Club Members to Level 80 or higher.,1,1114099,14,80,19,131114100,99834,1 +1114101,Level up 20 Club Members to Level 80 or higher.,Level up 20 Club Members to Level 80 or higher.,1,1114100,14,80,20,131114101,99833,1 +1114102,Level up 21 Club Members to Level 80 or higher.,Level up 21 Club Members to Level 80 or higher.,1,1114101,14,80,21,131114102,99832,1 +1114103,Level up 22 Club Members to Level 80 or higher.,Level up 22 Club Members to Level 80 or higher.,1,1114102,14,80,22,131114103,99831,1 +1114104,Level up 23 Club Members to Level 80 or higher.,Level up 23 Club Members to Level 80 or higher.,1,1114103,14,80,23,131114104,99830,1 +1114105,Level up 24 Club Members to Level 80 or higher.,Level up 24 Club Members to Level 80 or higher.,1,1114104,14,80,24,131114105,99829,1 +1114106,Level up 25 Club Members to Level 80 or higher.,Level up 25 Club Members to Level 80 or higher.,1,1114105,14,80,25,131114106,99828,1 +1114107,Level up 26 Club Members to Level 80 or higher.,Level up 26 Club Members to Level 80 or higher.,1,1114106,14,80,26,131114107,99827,1 +1114108,Level up 27 Club Members to Level 80 or higher.,Level up 27 Club Members to Level 80 or higher.,1,1114107,14,80,27,131114108,99826,1 +1114109,Level up a Club Member to Level 100 or higher.,Level up a Club Member to Level 100 or higher.,1,1114082,14,100,1,131114109,99825,1 +1114110,Level up 2 Club Members to Level 100 or higher.,Level up 2 Club Members to Level 100 or higher.,1,1114109,14,100,2,131114110,99824,1 +1114111,Level up 3 Club Members to Level 100 or higher.,Level up 3 Club Members to Level 100 or higher.,1,1114110,14,100,3,131114111,99823,1 +1114112,Level up 4 Club Members to Level 100 or higher.,Level up 4 Club Members to Level 100 or higher.,1,1114111,14,100,4,131114112,99822,1 +1114113,Level up 5 Club Members to Level 100 or higher.,Level up 5 Club Members to Level 100 or higher.,1,1114112,14,100,5,131114113,99821,1 +1114114,Level up 6 Club Members to Level 100 or higher.,Level up 6 Club Members to Level 100 or higher.,1,1114113,14,100,6,131114114,99820,1 +1114115,Level up 7 Club Members to Level 100 or higher.,Level up 7 Club Members to Level 100 or higher.,1,1114114,14,100,7,131114115,99819,1 +1114116,Level up 8 Club Members to Level 100 or higher.,Level up 8 Club Members to Level 100 or higher.,1,1114115,14,100,8,131114116,99818,1 +1114117,Level up 9 Club Members to Level 100 or higher.,Level up 9 Club Members to Level 100 or higher.,1,1114116,14,100,9,131114117,99817,1 +1114118,Level up 10 Club Members to Level 100 or higher.,Level up 10 Club Members to Level 100 or higher.,1,1114117,14,100,10,131114118,99816,1 +1114119,Level up 11 Club Members to Level 100 or higher.,Level up 11 Club Members to Level 100 or higher.,1,1114118,14,100,11,131114119,99815,1 +1114120,Level up 12 Club Members to Level 100 or higher.,Level up 12 Club Members to Level 100 or higher.,1,1114119,14,100,12,131114120,99814,1 +1114121,Level up 13 Club Members to Level 100 or higher.,Level up 13 Club Members to Level 100 or higher.,1,1114120,14,100,13,131114121,99813,1 +1114122,Level up 14 Club Members to Level 100 or higher.,Level up 14 Club Members to Level 100 or higher.,1,1114121,14,100,14,131114122,99812,1 +1114123,Level up 15 Club Members to Level 100 or higher.,Level up 15 Club Members to Level 100 or higher.,1,1114122,14,100,15,131114123,99811,1 +1114124,Level up 16 Club Members to Level 100 or higher.,Level up 16 Club Members to Level 100 or higher.,1,1114123,14,100,16,131114124,99810,1 +1114125,Level up 17 Club Members to Level 100 or higher.,Level up 17 Club Members to Level 100 or higher.,1,1114124,14,100,17,131114125,99809,1 +1114126,Level up 18 Club Members to Level 100 or higher.,Level up 18 Club Members to Level 100 or higher.,1,1114125,14,100,18,131114126,99808,1 +1114127,Level up 19 Club Members to Level 100 or higher.,Level up 19 Club Members to Level 100 or higher.,1,1114126,14,100,19,131114127,99807,1 +1114128,Level up 20 Club Members to Level 100 or higher.,Level up 20 Club Members to Level 100 or higher.,1,1114127,14,100,20,131114128,99806,1 +1114129,Level up 21 Club Members to Level 100 or higher.,Level up 21 Club Members to Level 100 or higher.,1,1114128,14,100,21,131114129,99805,1 +1114130,Level up 22 Club Members to Level 100 or higher.,Level up 22 Club Members to Level 100 or higher.,1,1114129,14,100,22,131114130,99804,1 +1114131,Level up 23 Club Members to Level 100 or higher.,Level up 23 Club Members to Level 100 or higher.,1,1114130,14,100,23,131114131,99803,1 +1114132,Level up 24 Club Members to Level 100 or higher.,Level up 24 Club Members to Level 100 or higher.,1,1114131,14,100,24,131114132,99802,1 +1114133,Level up 25 Club Members to Level 100 or higher.,Level up 25 Club Members to Level 100 or higher.,1,1114132,14,100,25,131114133,99801,1 +1114134,Level up 26 Club Members to Level 100 or higher.,Level up 26 Club Members to Level 100 or higher.,1,1114133,14,100,26,131114134,99800,1 +1114135,Level up 27 Club Members to Level 100 or higher.,Level up 27 Club Members to Level 100 or higher.,1,1114134,14,100,27,131114135,99799,1 +1112001,Gather 30 Club Members.,Gather 30 Club Members.,1,0,12,,30,131112001,99798,1 +1112002,Gather 40 Club Members.,Gather 40 Club Members.,1,1112001,12,,40,131112002,99797,1 +1112003,Gather 50 Club Members.,Gather 50 Club Members.,1,1112002,12,,50,131112003,99796,1 +1112004,Gather 60 Club Members.,Gather 60 Club Members.,1,1112003,12,,60,131112004,99795,1 +1112005,Gather 70 Club Members.,Gather 70 Club Members.,1,1112004,12,,70,131112005,99794,1 +1112006,Gather 80 Club Members.,Gather 80 Club Members.,1,1112005,12,,80,131112006,99793,1 +1112007,Gather 90 Club Members.,Gather 90 Club Members.,1,1112006,12,,90,131112007,99792,1 +1112008,Gather 100 Club Members.,Gather 100 Club Members.,1,1112007,12,,100,131112008,99791,1 +1112009,Gather 110 Club Members.,Gather 110 Club Members.,1,1112008,12,,110,131112009,99790,1 +1112010,Gather 120 Club Members.,Gather 120 Club Members.,1,1112009,12,,120,131112010,99789,1 +1112011,Gather 130 Club Members.,Gather 130 Club Members.,1,1112010,12,,130,131112011,99788,1 +1112012,Gather 140 Club Members.,Gather 140 Club Members.,1,1112011,12,,140,131112012,99787,1 +1112013,Gather 150 Club Members.,Gather 150 Club Members.,1,1112012,12,,150,131112013,99786,1 +1112014,Gather 160 Club Members.,Gather 160 Club Members.,1,1112013,12,,160,131112014,99785,1 +1112015,Gather 170 Club Members.,Gather 170 Club Members.,1,1112014,12,,170,131112015,99784,1 +1112016,Gather 180 Club Members.,Gather 180 Club Members.,1,1112015,12,,180,131112016,99783,1 +1112017,Gather 190 Club Members.,Gather 190 Club Members.,1,1112016,12,,190,131112017,99782,1 +1112018,Gather 200 Club Members.,Gather 200 Club Members.,1,1112017,12,,200,131112018,99781,1 +1112019,Gather 210 Club Members.,Gather 210 Club Members.,1,1112018,12,,210,131112019,99780,1 +1112020,Gather 220 Club Members.,Gather 220 Club Members.,1,1112019,12,,220,131112020,99779,1 +1112021,Gather 230 Club Members.,Gather 230 Club Members.,1,1112020,12,,230,131112021,99778,1 +1112022,Gather 240 Club Members.,Gather 240 Club Members.,1,1112021,12,,240,131112022,99777,1 +1112023,Gather 250 Club Members.,Gather 250 Club Members.,1,1112022,12,,250,131112023,99776,1 +1112024,Gather 260 Club Members.,Gather 260 Club Members.,1,1112023,12,,260,131112024,99775,1 +1112025,Gather 270 Club Members.,Gather 270 Club Members.,1,1112024,12,,270,131112025,99774,1 +1112026,Gather 280 Club Members.,Gather 280 Club Members.,1,1112025,12,,280,131112026,99773,1 +1112027,Gather 290 Club Members.,Gather 290 Club Members.,1,1112026,12,,290,131112027,99772,1 +1112028,Gather 300 Club Members.,Gather 300 Club Members.,1,1112027,12,,300,131112028,99771,1 +1112029,Gather 310 Club Members.,Gather 310 Club Members.,1,1112028,12,,310,131112029,99770,1 +1112030,Gather 320 Club Members.,Gather 320 Club Members.,1,1112029,12,,320,131112030,99769,1 +1112031,Gather 330 Club Members.,Gather 330 Club Members.,1,1112030,12,,330,131112031,99768,1 +1112032,Gather 340 Club Members.,Gather 340 Club Members.,1,1112031,12,,340,131112032,99767,1 +1112033,Gather 350 Club Members.,Gather 350 Club Members.,1,1112032,12,,350,131112033,99766,1 +1121001,"Earn an overall total of 500,000G.","Earn an overall total of 500,000G.",1,0,21,,500000,131121001,99765,1 +1121002,"Earn an overall total of 1,000,000G.","Earn an overall total of 1,000,000G.",1,1121001,21,,1000000,131121002,99764,1 +1121003,"Earn an overall total of 2,000,000G.","Earn an overall total of 2,000,000G.",1,1121002,21,,2000000,131121003,99763,1 +1121004,"Earn an overall total of 3,000,000G.","Earn an overall total of 3,000,000G.",1,1121003,21,,3000000,131121004,99762,1 +1121005,"Earn an overall total of 4,000,000G.","Earn an overall total of 4,000,000G.",1,1121004,21,,4000000,131121005,99761,1 +1121006,"Earn an overall total of 5,000,000G.","Earn an overall total of 5,000,000G.",1,1121005,21,,5000000,131121006,99760,1 +1121007,"Earn an overall total of 6,000,000G.","Earn an overall total of 6,000,000G.",1,1121006,21,,6000000,131121007,99759,1 +1121008,"Earn an overall total of 7,000,000G.","Earn an overall total of 7,000,000G.",1,1121007,21,,7000000,131121008,99758,1 +1121009,"Earn an overall total of 8,000,000G.","Earn an overall total of 8,000,000G.",1,1121008,21,,8000000,131121009,99757,1 +1121010,"Earn an overall total of 9,000,000G.","Earn an overall total of 9,000,000G.",1,1121009,21,,9000000,131121010,99756,1 +1121011,"Earn an overall total of 10,000,000G.","Earn an overall total of 10,000,000G.",1,1121010,21,,10000000,131121011,99755,1 +1121012,"Earn an overall total of 20,000,000G.","Earn an overall total of 20,000,000G.",1,1121011,21,,20000000,131121012,99754,1 +1121013,"Earn an overall total of 30,000,000G.","Earn an overall total of 30,000,000G.",1,1121012,21,,30000000,131121013,99753,1 +1121014,"Earn an overall total of 40,000,000G.","Earn an overall total of 40,000,000G.",1,1121013,21,,40000000,131121014,99752,1 +1121015,"Earn an overall total of 50,000,000G.","Earn an overall total of 50,000,000G.",1,1121014,21,,50000000,131121015,99751,1 +1121016,"Earn an overall total of 60,000,000G.","Earn an overall total of 60,000,000G.",1,1121015,21,,60000000,131121016,99750,1 +1121017,"Earn an overall total of 70,000,000G.","Earn an overall total of 70,000,000G.",1,1121016,21,,70000000,131121017,99749,1 +1121018,"Earn an overall total of 85,000,000G.","Earn an overall total of 85,000,000G.",1,1121017,21,,85000000,131121018,99748,1 +1121019,"Earn an overall total of 100,000,000G.","Earn an overall total of 100,000,000G.",1,1121018,21,,100000000,131121019,99747,1 +1158001,"Increase bond with Honoka Kosaka to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1001,1500,131158001,99746,1 +1158002,"Increase bond with Eli Ayase to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1002,1500,131158002,99745,1 +1158003,"Increase bond with Kotori Minami to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1003,1500,131158003,99744,1 +1158004,"Increase bond with Umi Sonoda to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1004,1500,131158004,99743,1 +1158005,"Increase bond with Rin Hoshizora to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1005,1500,131158005,99742,1 +1158006,"Increase bond with Maki Nishikino to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1006,1500,131158006,99741,1 +1158007,"Increase bond with Nozomi Tojo to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1007,1500,131158007,99740,1 +1158008,"Increase bond with Hanayo Koizumi to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1008,1500,131158008,99739,1 +1158009,"Increase bond with Nico Yazawa to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,1009,1500,131158009,99738,1 +1158010,"Increase bond with Chika Takami to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2001,1500,131158010,99737,1 +1158011,"Increase bond with Riko Sakurauchi to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2002,1500,131158011,99736,1 +1158012,"Increase bond with Kanan Matsuura to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2003,1500,131158012,99735,1 +1158013,"Increase bond with Dia Kurosawa to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2004,1500,131158013,99734,1 +1158014,"Increase bond with You Watanabe to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2005,1500,131158014,99733,1 +1158015,"Increase bond with Yoshiko Tsushima to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2006,1500,131158015,99732,1 +1158016,"Increase bond with Hanamaru Kunikida to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2007,1500,131158016,99731,1 +1158017,"Increase bond with Mari Ohara to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2008,1500,131158017,99730,1 +1158018,"Increase bond with Ruby Kurosawa to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,2009,1500,131158018,99729,1 +1158019,"Increase bond with Ayumu Uehara to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3001,1500,131158019,99728,1 +1158020,"Increase bond with Kasumi Nakasu to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3002,1500,131158020,99727,1 +1158021,"Increase bond with Shizuku Osaka to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3003,1500,131158021,99726,1 +1158022,"Increase bond with Karin Asaka to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3004,1500,131158022,99725,1 +1158023,"Increase bond with Ai Miyashita to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3005,1500,131158023,99724,1 +1158024,"Increase bond with Kanata Konoe to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3006,1500,131158024,99723,1 +1158025,"Increase bond with Setsuna Yuki to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3007,1500,131158025,99722,1 +1158026,"Increase bond with Emma Verde to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3008,1500,131158026,99721,1 +1158027,"Increase bond with Rina Tennoji to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3009,1500,131158027,99720,1 +1158028,"Increase bond with Shioriko Mifune to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3010,1500,131158028,99719,1 +1158029,"Increase bond with Mia Taylor to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3011,1500,131158029,99718,1 +1158030,"Increase bond with Lanzhu Zhong to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,3012,1500,131158030,99717,1 +1158031,"Increase bond with Kanon Shibuya to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4001,1500,131158031,99716,1 +1158032,"Increase bond with Keke Tang to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4002,1500,131158032,99715,1 +1158033,"Increase bond with Chisato Arashi to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4003,1500,131158033,99714,1 +1158034,"Increase bond with Sumire Heanna to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4004,1500,131158034,99713,1 +1158035,"Increase bond with Ren Hazuki to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4005,1500,131158035,99712,1 +1158036,"Increase bond with Kinako Sakurakoji to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4006,1500,131158036,99711,1 +1158037,"Increase bond with Mei Yoneme to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4007,1500,131158037,99710,1 +1158038,"Increase bond with Shiki Wakana to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4008,1500,131158038,99709,1 +1158039,"Increase bond with Natsumi Onitsuka to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4009,1500,131158039,99708,1 +1158040,"Increase bond with Honoka Kosaka to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158001,58,1001,15000,131158040,99705,1 +1158041,"Increase bond with Eli Ayase to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158002,58,1002,15000,131158041,99704,1 +1158042,"Increase bond with Kotori Minami to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158003,58,1003,15000,131158042,99703,1 +1158043,"Increase bond with Umi Sonoda to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158004,58,1004,15000,131158043,99702,1 +1158044,"Increase bond with Rin Hoshizora to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158005,58,1005,15000,131158044,99701,1 +1158045,"Increase bond with Maki Nishikino to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158006,58,1006,15000,131158045,99700,1 +1158046,"Increase bond with Nozomi Tojo to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158007,58,1007,15000,131158046,99699,1 +1158047,"Increase bond with Hanayo Koizumi to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158008,58,1008,15000,131158047,99698,1 +1158048,"Increase bond with Nico Yazawa to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158009,58,1009,15000,131158048,99697,1 +1158049,"Increase bond with Chika Takami to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158010,58,2001,15000,131158049,99696,1 +1158050,"Increase bond with Riko Sakurauchi to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158011,58,2002,15000,131158050,99695,1 +1158051,"Increase bond with Kanan Matsuura to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158012,58,2003,15000,131158051,99694,1 +1158052,"Increase bond with Dia Kurosawa to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158013,58,2004,15000,131158052,99693,1 +1158053,"Increase bond with You Watanabe to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158014,58,2005,15000,131158053,99692,1 +1158054,"Increase bond with Yoshiko Tsushima to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158015,58,2006,15000,131158054,99691,1 +1158055,"Increase bond with Hanamaru Kunikida to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158016,58,2007,15000,131158055,99690,1 +1158056,"Increase bond with Mari Ohara to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158017,58,2008,15000,131158056,99689,1 +1158057,"Increase bond with Ruby Kurosawa to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158018,58,2009,15000,131158057,99688,1 +1158058,"Increase bond with Ayumu Uehara to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158019,58,3001,15000,131158058,99687,1 +1158059,"Increase bond with Kasumi Nakasu to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158020,58,3002,15000,131158059,99686,1 +1158060,"Increase bond with Shizuku Osaka to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158021,58,3003,15000,131158060,99685,1 +1158061,"Increase bond with Karin Asaka to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158022,58,3004,15000,131158061,99684,1 +1158062,"Increase bond with Ai Miyashita to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158023,58,3005,15000,131158062,99683,1 +1158063,"Increase bond with Kanata Konoe to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158024,58,3006,15000,131158063,99682,1 +1158064,"Increase bond with Setsuna Yuki to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158025,58,3007,15000,131158064,99681,1 +1158065,"Increase bond with Emma Verde to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158026,58,3008,15000,131158065,99680,1 +1158066,"Increase bond with Rina Tennoji to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158027,58,3009,15000,131158066,99679,1 +1158067,"Increase bond with Shioriko Mifune to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158028,58,3010,15000,131158067,99678,1 +1158068,"Increase bond with Mia Taylor to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158029,58,3011,15000,131158068,99677,1 +1158069,"Increase bond with Lanzhu Zhong to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158030,58,3012,15000,131158069,99676,1 +1158070,"Increase bond with Kanon Shibuya to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158031,58,4001,15000,131158070,99675,1 +1158071,"Increase bond with Keke Tang to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158032,58,4002,15000,131158071,99674,1 +1158072,"Increase bond with Chisato Arashi to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158033,58,4003,15000,131158072,99673,1 +1158073,"Increase bond with Sumire Heanna to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158034,58,4004,15000,131158073,99672,1 +1158074,"Increase bond with Ren Hazuki to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158035,58,4005,15000,131158074,99671,1 +1158075,"Increase bond with Kinako Sakurakoji to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158036,58,4006,15000,131158075,99670,1 +1158076,"Increase bond with Mei Yoneme to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158037,58,4007,15000,131158076,99669,1 +1158077,"Increase bond with Shiki Wakana to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158038,58,4008,15000,131158077,99668,1 +1158078,"Increase bond with Natsumi Onitsuka to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158039,58,4009,15000,131158078,99667,1 +1158079,"Increase bond with Margarete Wien to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4010,1500,131158079,99707,223120502 +1158080,"Increase bond with Tomari Onitsuka to 1,500 or higher.","Increase 『N』's bond to 1,500 or higher.",1,0,58,4011,1500,131158080,99706,223120502 +1158081,"Increase bond with Wien Margarete to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158079,58,4010,15000,131158081,99666,223120502 +1158082,"Increase bond with Tomari Onitsuka to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",1,1158080,58,4011,15000,131158082,99665,223120502 +1176001,Accomplish a FULL COMBO.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,1,0,76,1,1,131176001,99664,1 +1177001,Accomplish an ALL PERFECT.,,1,0,77,1,1,131177001,99663,1 +1177002,Accomplish an ALL PERFECT on MASTER difficulty.,,1,0,77,4,1,131177002,99662,1 +1169001,Read 50 types of chat.,Accomplish ALL PERFECT 50 times on 0 difficulty or higher.,1,0,69,,50,131169001,99661,1 +1176002,Accomplish a FULL COMBO on 100 songs.,Accomplish a FULL COMBO 100 times in a live show at NORMAL difficulty or higher.,1,0,76,1,100,131176002,99660,1 +1176003,Accomplish a FULL COMBO on 200 songs.,Accomplish a FULL COMBO 200 times in a live show at NORMAL difficulty or higher.,1,0,76,1,200,131176003,99659,1 +1176004,Accomplish a FULL COMBO on 300 songs.,Accomplish a FULL COMBO 300 times in a live show at NORMAL difficulty or higher.,1,0,76,1,300,131176004,99658,1 +1176005,Accomplish a FULL COMBO on 400 songs.,Accomplish a FULL COMBO 400 times in a live show at NORMAL difficulty or higher.,1,0,76,1,400,131176005,99657,1 +1176006,Accomplish a FULL COMBO on 500 songs.,Accomplish a FULL COMBO 500 times in a live show at NORMAL difficulty or higher.,1,0,76,1,500,131176006,99656,1 +2151001,"Obtain the Member ""Gazing at You"".","Obtain the Member ""Gazing at You"".",0,0,51,30010012,1,132151001,1,223100302 +2151002,"Obtain the Member ""Grown-up Date ♡"".","Obtain the Member ""Grown-up Date ♡"".",0,0,51,30020011,1,132151002,1,223101002 +2151003,"Obtain the Member ""Flirty Attitude"".","Obtain the Member ""Flirty Attitude"".",0,0,51,30030012,1,132151003,1,223101702 +2151004,"Obtain the Member ""Searching for a Special Love"".","Obtain the Member ""Searching for a Special Love"".",0,0,51,30040011,1,132151004,1,223102402 +2151005,"Obtain the Member ""Fun with the Two of Us"".","Obtain the Member ""Fun with the Two of Us"".",0,0,51,30050012,1,132151005,1,223103102 +2151006,"Obtain the Member ""You, Forever, Always"".","Obtain the Member ""You, Forever, Always"".",0,0,51,30060011,1,132151006,1,223110702 +2151007,"Obtain the Member ""Let this Show Reach Everyone"".","Obtain the Member ""Let this Show Reach Everyone"".",0,0,51,30070014,1,132151007,1,223111402 +2151008,"Obtain the Member ""My Memories of You"".","Obtain the Member ""My Memories of You"".",0,0,51,30080011,1,132151008,1,223112102 +2151009,"Obtain the Member ""To My Special You"".","Obtain the Member ""To My Special You"".",0,0,51,30090013,1,132151009,1,223112802 +2151010,Obtain the Member My Mark,Obtain the Member My Mark,0,0,51,30100013,1,132151010,1,223120502 +2151011,Obtain the Member Racing Heart,Obtain the Member Racing Heart,0,0,51,30110014,1,132151011,1,223121202 +2151012,Obtain the Member Let's Make the Best of Love!,Obtain the Member Let's Make the Best of Love!,0,0,51,30120013,1,132151012,1,223121902 +1958001,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1001,1,311958001,1,1 +1958002,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1001,1000,311958002,1,1 +1958003,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1001,2000,311958003,1,1 +1958004,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1001,3500,311958004,1,1 +1958005,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1001,5000,311958005,1,1 +1958006,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1001,6000,311958006,1,1 +1958007,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1001,7000,311958007,1,1 +1958008,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1001,8000,311958008,1,1 +1958009,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1001,9000,311958009,1,1 +1958010,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1001,10000,311958010,1,1 +1958011,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1001,11000,311958011,1,1 +1958012,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1001,12500,311958012,1,1 +1958013,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1001,13000,311958013,1,1 +1958014,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1001,13500,311958014,1,1 +1958015,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1001,15000,311958015,1,1 +1958016,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1002,1,311958016,1,1 +1958017,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1002,1000,311958017,1,1 +1958018,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1002,2000,311958018,1,1 +1958019,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1002,3500,311958019,1,1 +1958020,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1002,5000,311958020,1,1 +1958021,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1002,6000,311958021,1,1 +1958022,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1002,7000,311958022,1,1 +1958023,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1002,8000,311958023,1,1 +1958024,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1002,9000,311958024,1,1 +1958025,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1002,10000,311958025,1,1 +1958026,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1002,11000,311958026,1,1 +1958027,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1002,12500,311958027,1,1 +1958028,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1002,13000,311958028,1,1 +1958029,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1002,13500,311958029,1,1 +1958030,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1002,15000,311958030,1,1 +1958031,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1003,1,311958031,1,1 +1958032,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1003,1000,311958032,1,1 +1958033,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1003,2000,311958033,1,1 +1958034,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1003,3500,311958034,1,1 +1958035,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1003,5000,311958035,1,1 +1958036,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1003,6000,311958036,1,1 +1958037,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1003,7000,311958037,1,1 +1958038,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1003,8000,311958038,1,1 +1958039,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1003,9000,311958039,1,1 +1958040,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1003,10000,311958040,1,1 +1958041,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1003,11000,311958041,1,1 +1958042,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1003,12500,311958042,1,1 +1958043,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1003,13000,311958043,1,1 +1958044,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1003,13500,311958044,1,1 +1958045,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1003,15000,311958045,1,1 +1958046,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1004,1,311958046,1,1 +1958047,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1004,1000,311958047,1,1 +1958048,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1004,2000,311958048,1,1 +1958049,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1004,3500,311958049,1,1 +1958050,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1004,5000,311958050,1,1 +1958051,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1004,6000,311958051,1,1 +1958052,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1004,7000,311958052,1,1 +1958053,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1004,8000,311958053,1,1 +1958054,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1004,9000,311958054,1,1 +1958055,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1004,10000,311958055,1,1 +1958056,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1004,11000,311958056,1,1 +1958057,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1004,12500,311958057,1,1 +1958058,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1004,13000,311958058,1,1 +1958059,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1004,13500,311958059,1,1 +1958060,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1004,15000,311958060,1,1 +1958061,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1005,1,311958061,1,1 +1958062,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1005,1000,311958062,1,1 +1958063,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1005,2000,311958063,1,1 +1958064,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1005,3500,311958064,1,1 +1958065,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1005,5000,311958065,1,1 +1958066,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1005,6000,311958066,1,1 +1958067,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1005,7000,311958067,1,1 +1958068,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1005,8000,311958068,1,1 +1958069,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1005,9000,311958069,1,1 +1958070,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1005,10000,311958070,1,1 +1958071,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1005,11000,311958071,1,1 +1958072,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1005,12500,311958072,1,1 +1958073,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1005,13000,311958073,1,1 +1958074,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1005,13500,311958074,1,1 +1958075,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1005,15000,311958075,1,1 +1958076,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1006,1,311958076,1,1 +1958077,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1006,1000,311958077,1,1 +1958078,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1006,2000,311958078,1,1 +1958079,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1006,3500,311958079,1,1 +1958080,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1006,5000,311958080,1,1 +1958081,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1006,6000,311958081,1,1 +1958082,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1006,7000,311958082,1,1 +1958083,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1006,8000,311958083,1,1 +1958084,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1006,9000,311958084,1,1 +1958085,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1006,10000,311958085,1,1 +1958086,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1006,11000,311958086,1,1 +1958087,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1006,12500,311958087,1,1 +1958088,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1006,13000,311958088,1,1 +1958089,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1006,13500,311958089,1,1 +1958090,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1006,15000,311958090,1,1 +1958091,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1007,1,311958091,1,1 +1958092,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1007,1000,311958092,1,1 +1958093,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1007,2000,311958093,1,1 +1958094,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1007,3500,311958094,1,1 +1958095,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1007,5000,311958095,1,1 +1958096,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1007,6000,311958096,1,1 +1958097,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1007,7000,311958097,1,1 +1958098,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1007,8000,311958098,1,1 +1958099,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1007,9000,311958099,1,1 +1958100,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1007,10000,311958100,1,1 +1958101,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1007,11000,311958101,1,1 +1958102,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1007,12500,311958102,1,1 +1958103,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1007,13000,311958103,1,1 +1958104,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1007,13500,311958104,1,1 +1958105,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1007,15000,311958105,1,1 +1958106,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1008,1,311958106,1,1 +1958107,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1008,1000,311958107,1,1 +1958108,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1008,2000,311958108,1,1 +1958109,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1008,3500,311958109,1,1 +1958110,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1008,5000,311958110,1,1 +1958111,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1008,6000,311958111,1,1 +1958112,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1008,7000,311958112,1,1 +1958113,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1008,8000,311958113,1,1 +1958114,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1008,9000,311958114,1,1 +1958115,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1008,10000,311958115,1,1 +1958116,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1008,11000,311958116,1,1 +1958117,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1008,12500,311958117,1,1 +1958118,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1008,13000,311958118,1,1 +1958119,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1008,13500,311958119,1,1 +1958120,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1008,15000,311958120,1,1 +1958121,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,1009,1,311958121,1,1 +1958122,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,1009,1000,311958122,1,1 +1958123,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,1009,2000,311958123,1,1 +1958124,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,1009,3500,311958124,1,1 +1958125,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,1009,5000,311958125,1,1 +1958126,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,1009,6000,311958126,1,1 +1958127,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,1009,7000,311958127,1,1 +1958128,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,1009,8000,311958128,1,1 +1958129,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,1009,9000,311958129,1,1 +1958130,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,1009,10000,311958130,1,1 +1958131,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,1009,11000,311958131,1,1 +1958132,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,1009,12500,311958132,1,1 +1958133,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,1009,13000,311958133,1,1 +1958134,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,1009,13500,311958134,1,1 +1958135,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,1009,15000,311958135,1,1 +1958136,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2001,1,311958136,1,1 +1958137,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2001,1000,311958137,1,1 +1958138,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2001,2000,311958138,1,1 +1958139,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2001,3500,311958139,1,1 +1958140,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2001,5000,311958140,1,1 +1958141,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2001,6000,311958141,1,1 +1958142,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2001,7000,311958142,1,1 +1958143,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2001,8000,311958143,1,1 +1958144,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2001,9000,311958144,1,1 +1958145,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2001,10000,311958145,1,1 +1958146,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2001,11000,311958146,1,1 +1958147,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2001,12500,311958147,1,1 +1958148,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2001,13000,311958148,1,1 +1958149,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2001,13500,311958149,1,1 +1958150,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2001,15000,311958150,1,1 +1958151,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2002,1,311958151,1,1 +1958152,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2002,1000,311958152,1,1 +1958153,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2002,2000,311958153,1,1 +1958154,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2002,3500,311958154,1,1 +1958155,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2002,5000,311958155,1,1 +1958156,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2002,6000,311958156,1,1 +1958157,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2002,7000,311958157,1,1 +1958158,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2002,8000,311958158,1,1 +1958159,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2002,9000,311958159,1,1 +1958160,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2002,10000,311958160,1,1 +1958161,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2002,11000,311958161,1,1 +1958162,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2002,12500,311958162,1,1 +1958163,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2002,13000,311958163,1,1 +1958164,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2002,13500,311958164,1,1 +1958165,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2002,15000,311958165,1,1 +1958166,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2003,1,311958166,1,1 +1958167,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2003,1000,311958167,1,1 +1958168,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2003,2000,311958168,1,1 +1958169,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2003,3500,311958169,1,1 +1958170,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2003,5000,311958170,1,1 +1958171,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2003,6000,311958171,1,1 +1958172,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2003,7000,311958172,1,1 +1958173,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2003,8000,311958173,1,1 +1958174,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2003,9000,311958174,1,1 +1958175,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2003,10000,311958175,1,1 +1958176,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2003,11000,311958176,1,1 +1958177,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2003,12500,311958177,1,1 +1958178,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2003,13000,311958178,1,1 +1958179,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2003,13500,311958179,1,1 +1958180,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2003,15000,311958180,1,1 +1958181,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2004,1,311958181,1,1 +1958182,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2004,1000,311958182,1,1 +1958183,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2004,2000,311958183,1,1 +1958184,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2004,3500,311958184,1,1 +1958185,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2004,5000,311958185,1,1 +1958186,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2004,6000,311958186,1,1 +1958187,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2004,7000,311958187,1,1 +1958188,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2004,8000,311958188,1,1 +1958189,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2004,9000,311958189,1,1 +1958190,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2004,10000,311958190,1,1 +1958191,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2004,11000,311958191,1,1 +1958192,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2004,12500,311958192,1,1 +1958193,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2004,13000,311958193,1,1 +1958194,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2004,13500,311958194,1,1 +1958195,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2004,15000,311958195,1,1 +1958196,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2005,1,311958196,1,1 +1958197,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2005,1000,311958197,1,1 +1958198,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2005,2000,311958198,1,1 +1958199,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2005,3500,311958199,1,1 +1958200,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2005,5000,311958200,1,1 +1958201,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2005,6000,311958201,1,1 +1958202,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2005,7000,311958202,1,1 +1958203,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2005,8000,311958203,1,1 +1958204,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2005,9000,311958204,1,1 +1958205,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2005,10000,311958205,1,1 +1958206,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2005,11000,311958206,1,1 +1958207,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2005,12500,311958207,1,1 +1958208,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2005,13000,311958208,1,1 +1958209,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2005,13500,311958209,1,1 +1958210,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2005,15000,311958210,1,1 +1958211,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2006,1,311958211,1,1 +1958212,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2006,1000,311958212,1,1 +1958213,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2006,2000,311958213,1,1 +1958214,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2006,3500,311958214,1,1 +1958215,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2006,5000,311958215,1,1 +1958216,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2006,6000,311958216,1,1 +1958217,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2006,7000,311958217,1,1 +1958218,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2006,8000,311958218,1,1 +1958219,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2006,9000,311958219,1,1 +1958220,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2006,10000,311958220,1,1 +1958221,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2006,11000,311958221,1,1 +1958222,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2006,12500,311958222,1,1 +1958223,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2006,13000,311958223,1,1 +1958224,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2006,13500,311958224,1,1 +1958225,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2006,15000,311958225,1,1 +1958226,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2007,1,311958226,1,1 +1958227,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2007,1000,311958227,1,1 +1958228,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2007,2000,311958228,1,1 +1958229,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2007,3500,311958229,1,1 +1958230,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2007,5000,311958230,1,1 +1958231,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2007,6000,311958231,1,1 +1958232,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2007,7000,311958232,1,1 +1958233,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2007,8000,311958233,1,1 +1958234,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2007,9000,311958234,1,1 +1958235,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2007,10000,311958235,1,1 +1958236,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2007,11000,311958236,1,1 +1958237,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2007,12500,311958237,1,1 +1958238,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2007,13000,311958238,1,1 +1958239,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2007,13500,311958239,1,1 +1958240,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2007,15000,311958240,1,1 +1958241,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2008,1,311958241,1,1 +1958242,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2008,1000,311958242,1,1 +1958243,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2008,2000,311958243,1,1 +1958244,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2008,3500,311958244,1,1 +1958245,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2008,5000,311958245,1,1 +1958246,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2008,6000,311958246,1,1 +1958247,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2008,7000,311958247,1,1 +1958248,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2008,8000,311958248,1,1 +1958249,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2008,9000,311958249,1,1 +1958250,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2008,10000,311958250,1,1 +1958251,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2008,11000,311958251,1,1 +1958252,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2008,12500,311958252,1,1 +1958253,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2008,13000,311958253,1,1 +1958254,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2008,13500,311958254,1,1 +1958255,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2008,15000,311958255,1,1 +1958256,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,2009,1,311958256,1,1 +1958257,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,2009,1000,311958257,1,1 +1958258,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,2009,2000,311958258,1,1 +1958259,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,2009,3500,311958259,1,1 +1958260,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,2009,5000,311958260,1,1 +1958261,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,2009,6000,311958261,1,1 +1958262,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,2009,7000,311958262,1,1 +1958263,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,2009,8000,311958263,1,1 +1958264,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,2009,9000,311958264,1,1 +1958265,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,2009,10000,311958265,1,1 +1958266,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,2009,11000,311958266,1,1 +1958267,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,2009,12500,311958267,1,1 +1958268,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,2009,13000,311958268,1,1 +1958269,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,2009,13500,311958269,1,1 +1958270,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,2009,15000,311958270,1,1 +1958271,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3001,1,311958271,1,1 +1958272,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3001,1000,311958272,1,1 +1958273,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3001,2000,311958273,1,1 +1958274,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3001,3500,311958274,1,1 +1958275,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3001,5000,311958275,1,1 +1958276,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3001,6000,311958276,1,1 +1958277,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3001,7000,311958277,1,1 +1958278,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3001,8000,311958278,1,1 +1958279,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3001,9000,311958279,1,1 +1958280,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3001,10000,311958280,1,1 +1958281,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3001,11000,311958281,1,1 +1958282,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3001,12500,311958282,1,1 +1958283,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3001,13000,311958283,1,1 +1958284,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3001,13500,311958284,1,1 +1958285,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3001,15000,311958285,1,1 +1958286,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3002,1,311958286,1,1 +1958287,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3002,1000,311958287,1,1 +1958288,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3002,2000,311958288,1,1 +1958289,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3002,3500,311958289,1,1 +1958290,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3002,5000,311958290,1,1 +1958291,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3002,6000,311958291,1,1 +1958292,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3002,7000,311958292,1,1 +1958293,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3002,8000,311958293,1,1 +1958294,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3002,9000,311958294,1,1 +1958295,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3002,10000,311958295,1,1 +1958296,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3002,11000,311958296,1,1 +1958297,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3002,12500,311958297,1,1 +1958298,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3002,13000,311958298,1,1 +1958299,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3002,13500,311958299,1,1 +1958300,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3002,15000,311958300,1,1 +1958301,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3003,1,311958301,1,1 +1958302,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3003,1000,311958302,1,1 +1958303,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3003,2000,311958303,1,1 +1958304,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3003,3500,311958304,1,1 +1958305,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3003,5000,311958305,1,1 +1958306,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3003,6000,311958306,1,1 +1958307,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3003,7000,311958307,1,1 +1958308,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3003,8000,311958308,1,1 +1958309,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3003,9000,311958309,1,1 +1958310,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3003,10000,311958310,1,1 +1958311,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3003,11000,311958311,1,1 +1958312,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3003,12500,311958312,1,1 +1958313,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3003,13000,311958313,1,1 +1958314,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3003,13500,311958314,1,1 +1958315,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3003,15000,311958315,1,1 +1958316,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3004,1,311958316,1,1 +1958317,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3004,1000,311958317,1,1 +1958318,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3004,2000,311958318,1,1 +1958319,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3004,3500,311958319,1,1 +1958320,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3004,5000,311958320,1,1 +1958321,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3004,6000,311958321,1,1 +1958322,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3004,7000,311958322,1,1 +1958323,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3004,8000,311958323,1,1 +1958324,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3004,9000,311958324,1,1 +1958325,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3004,10000,311958325,1,1 +1958326,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3004,11000,311958326,1,1 +1958327,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3004,12500,311958327,1,1 +1958328,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3004,13000,311958328,1,1 +1958329,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3004,13500,311958329,1,1 +1958330,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3004,15000,311958330,1,1 +1958331,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3005,1,311958331,1,1 +1958332,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3005,1000,311958332,1,1 +1958333,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3005,2000,311958333,1,1 +1958334,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3005,3500,311958334,1,1 +1958335,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3005,5000,311958335,1,1 +1958336,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3005,6000,311958336,1,1 +1958337,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3005,7000,311958337,1,1 +1958338,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3005,8000,311958338,1,1 +1958339,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3005,9000,311958339,1,1 +1958340,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3005,10000,311958340,1,1 +1958341,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3005,11000,311958341,1,1 +1958342,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3005,12500,311958342,1,1 +1958343,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3005,13000,311958343,1,1 +1958344,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3005,13500,311958344,1,1 +1958345,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3005,15000,311958345,1,1 +1958346,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3006,1,311958346,1,1 +1958347,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3006,1000,311958347,1,1 +1958348,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3006,2000,311958348,1,1 +1958349,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3006,3500,311958349,1,1 +1958350,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3006,5000,311958350,1,1 +1958351,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3006,6000,311958351,1,1 +1958352,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3006,7000,311958352,1,1 +1958353,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3006,8000,311958353,1,1 +1958354,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3006,9000,311958354,1,1 +1958355,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3006,10000,311958355,1,1 +1958356,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3006,11000,311958356,1,1 +1958357,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3006,12500,311958357,1,1 +1958358,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3006,13000,311958358,1,1 +1958359,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3006,13500,311958359,1,1 +1958360,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3006,15000,311958360,1,1 +1958361,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3007,1,311958361,1,1 +1958362,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3007,1000,311958362,1,1 +1958363,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3007,2000,311958363,1,1 +1958364,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3007,3500,311958364,1,1 +1958365,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3007,5000,311958365,1,1 +1958366,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3007,6000,311958366,1,1 +1958367,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3007,7000,311958367,1,1 +1958368,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3007,8000,311958368,1,1 +1958369,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3007,9000,311958369,1,1 +1958370,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3007,10000,311958370,1,1 +1958371,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3007,11000,311958371,1,1 +1958372,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3007,12500,311958372,1,1 +1958373,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3007,13000,311958373,1,1 +1958374,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3007,13500,311958374,1,1 +1958375,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3007,15000,311958375,1,1 +1958376,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3008,1,311958376,1,1 +1958377,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3008,1000,311958377,1,1 +1958378,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3008,2000,311958378,1,1 +1958379,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3008,3500,311958379,1,1 +1958380,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3008,5000,311958380,1,1 +1958381,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3008,6000,311958381,1,1 +1958382,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3008,7000,311958382,1,1 +1958383,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3008,8000,311958383,1,1 +1958384,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3008,9000,311958384,1,1 +1958385,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3008,10000,311958385,1,1 +1958386,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3008,11000,311958386,1,1 +1958387,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3008,12500,311958387,1,1 +1958388,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3008,13000,311958388,1,1 +1958389,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3008,13500,311958389,1,1 +1958390,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3008,15000,311958390,1,1 +1958391,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3009,1,311958391,1,1 +1958392,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3009,1000,311958392,1,1 +1958393,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3009,2000,311958393,1,1 +1958394,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3009,3500,311958394,1,1 +1958395,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3009,5000,311958395,1,1 +1958396,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3009,6000,311958396,1,1 +1958397,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3009,7000,311958397,1,1 +1958398,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3009,8000,311958398,1,1 +1958399,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3009,9000,311958399,1,1 +1958400,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3009,10000,311958400,1,1 +1958401,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3009,11000,311958401,1,1 +1958402,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3009,12500,311958402,1,1 +1958403,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3009,13000,311958403,1,1 +1958404,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3009,13500,311958404,1,1 +1958405,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3009,15000,311958405,1,1 +1958406,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3010,1,311958406,1,1 +1958407,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3010,1000,311958407,1,1 +1958408,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3010,2000,311958408,1,1 +1958409,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3010,3500,311958409,1,1 +1958410,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3010,5000,311958410,1,1 +1958411,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3010,6000,311958411,1,1 +1958412,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3010,7000,311958412,1,1 +1958413,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3010,8000,311958413,1,1 +1958414,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3010,9000,311958414,1,1 +1958415,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3010,10000,311958415,1,1 +1958416,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3010,11000,311958416,1,1 +1958417,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3010,12500,311958417,1,1 +1958418,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3010,13000,311958418,1,1 +1958419,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3010,13500,311958419,1,1 +1958420,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3010,15000,311958420,1,1 +1958421,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3011,1,311958421,1,1 +1958422,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3011,1000,311958422,1,1 +1958423,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3011,2000,311958423,1,1 +1958424,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3011,3500,311958424,1,1 +1958425,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3011,5000,311958425,1,1 +1958426,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3011,6000,311958426,1,1 +1958427,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3011,7000,311958427,1,1 +1958428,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3011,8000,311958428,1,1 +1958429,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3011,9000,311958429,1,1 +1958430,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3011,10000,311958430,1,1 +1958431,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3011,11000,311958431,1,1 +1958432,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3011,12500,311958432,1,1 +1958433,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3011,13000,311958433,1,1 +1958434,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3011,13500,311958434,1,1 +1958435,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3011,15000,311958435,1,1 +1958436,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,3012,1,311958436,1,1 +1958437,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,3012,1000,311958437,1,1 +1958438,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,3012,2000,311958438,1,1 +1958439,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,3012,3500,311958439,1,1 +1958440,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,3012,5000,311958440,1,1 +1958441,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,3012,6000,311958441,1,1 +1958442,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,3012,7000,311958442,1,1 +1958443,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,3012,8000,311958443,1,1 +1958444,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,3012,9000,311958444,1,1 +1958445,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,3012,10000,311958445,1,1 +1958446,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,3012,11000,311958446,1,1 +1958447,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,3012,12500,311958447,1,1 +1958448,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,3012,13000,311958448,1,1 +1958449,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,3012,13500,311958449,1,1 +1958450,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,3012,15000,311958450,1,1 +1958451,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4001,1,311958451,1,1 +1958452,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4001,1000,311958452,1,1 +1958453,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4001,2000,311958453,1,1 +1958454,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4001,3500,311958454,1,1 +1958455,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4001,5000,311958455,1,1 +1958456,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4001,6000,311958456,1,1 +1958457,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4001,7000,311958457,1,1 +1958458,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4001,8000,311958458,1,1 +1958459,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4001,9000,311958459,1,1 +1958460,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4001,10000,311958460,1,1 +1958461,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4001,11000,311958461,1,1 +1958462,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4001,12500,311958462,1,1 +1958463,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4001,13000,311958463,1,1 +1958464,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4001,13500,311958464,1,1 +1958465,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4001,15000,311958465,1,1 +1958466,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4002,1,311958466,1,1 +1958467,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4002,1000,311958467,1,1 +1958468,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4002,2000,311958468,1,1 +1958469,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4002,3500,311958469,1,1 +1958470,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4002,5000,311958470,1,1 +1958471,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4002,6000,311958471,1,1 +1958472,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4002,7000,311958472,1,1 +1958473,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4002,8000,311958473,1,1 +1958474,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4002,9000,311958474,1,1 +1958475,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4002,10000,311958475,1,1 +1958476,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4002,11000,311958476,1,1 +1958477,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4002,12500,311958477,1,1 +1958478,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4002,13000,311958478,1,1 +1958479,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4002,13500,311958479,1,1 +1958480,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4002,15000,311958480,1,1 +1958481,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4003,1,311958481,1,1 +1958482,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4003,1000,311958482,1,1 +1958483,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4003,2000,311958483,1,1 +1958484,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4003,3500,311958484,1,1 +1958485,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4003,5000,311958485,1,1 +1958486,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4003,6000,311958486,1,1 +1958487,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4003,7000,311958487,1,1 +1958488,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4003,8000,311958488,1,1 +1958489,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4003,9000,311958489,1,1 +1958490,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4003,10000,311958490,1,1 +1958491,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4003,11000,311958491,1,1 +1958492,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4003,12500,311958492,1,1 +1958493,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4003,13000,311958493,1,1 +1958494,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4003,13500,311958494,1,1 +1958495,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4003,15000,311958495,1,1 +1958496,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4004,1,311958496,1,1 +1958497,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4004,1000,311958497,1,1 +1958498,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4004,2000,311958498,1,1 +1958499,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4004,3500,311958499,1,1 +1958500,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4004,5000,311958500,1,1 +1958501,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4004,6000,311958501,1,1 +1958502,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4004,7000,311958502,1,1 +1958503,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4004,8000,311958503,1,1 +1958504,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4004,9000,311958504,1,1 +1958505,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4004,10000,311958505,1,1 +1958506,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4004,11000,311958506,1,1 +1958507,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4004,12500,311958507,1,1 +1958508,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4004,13000,311958508,1,1 +1958509,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4004,13500,311958509,1,1 +1958510,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4004,15000,311958510,1,1 +1958511,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4005,1,311958511,1,1 +1958512,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4005,1000,311958512,1,1 +1958513,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4005,2000,311958513,1,1 +1958514,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4005,3500,311958514,1,1 +1958515,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4005,5000,311958515,1,1 +1958516,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4005,6000,311958516,1,1 +1958517,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4005,7000,311958517,1,1 +1958518,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4005,8000,311958518,1,1 +1958519,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4005,9000,311958519,1,1 +1958520,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4005,10000,311958520,1,1 +1958521,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4005,11000,311958521,1,1 +1958522,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4005,12500,311958522,1,1 +1958523,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4005,13000,311958523,1,1 +1958524,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4005,13500,311958524,1,1 +1958525,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4005,15000,311958525,1,1 +1958526,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4006,1,311958526,1,1 +1958527,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4006,1000,311958527,1,1 +1958528,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4006,2000,311958528,1,1 +1958529,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4006,3500,311958529,1,1 +1958530,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4006,5000,311958530,1,1 +1958531,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4006,6000,311958531,1,1 +1958532,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4006,7000,311958532,1,1 +1958533,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4006,8000,311958533,1,1 +1958534,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4006,9000,311958534,1,1 +1958535,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4006,10000,311958535,1,1 +1958536,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4006,11000,311958536,1,1 +1958537,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4006,12500,311958537,1,1 +1958538,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4006,13000,311958538,1,1 +1958539,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4006,13500,311958539,1,1 +1958540,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4006,15000,311958540,1,1 +1958541,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4007,1,311958541,1,1 +1958542,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4007,1000,311958542,1,1 +1958543,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4007,2000,311958543,1,1 +1958544,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4007,3500,311958544,1,1 +1958545,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4007,5000,311958545,1,1 +1958546,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4007,6000,311958546,1,1 +1958547,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4007,7000,311958547,1,1 +1958548,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4007,8000,311958548,1,1 +1958549,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4007,9000,311958549,1,1 +1958550,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4007,10000,311958550,1,1 +1958551,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4007,11000,311958551,1,1 +1958552,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4007,12500,311958552,1,1 +1958553,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4007,13000,311958553,1,1 +1958554,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4007,13500,311958554,1,1 +1958555,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4007,15000,311958555,1,1 +1958556,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4008,1,311958556,1,1 +1958557,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4008,1000,311958557,1,1 +1958558,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4008,2000,311958558,1,1 +1958559,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4008,3500,311958559,1,1 +1958560,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4008,5000,311958560,1,1 +1958561,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4008,6000,311958561,1,1 +1958562,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4008,7000,311958562,1,1 +1958563,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4008,8000,311958563,1,1 +1958564,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4008,9000,311958564,1,1 +1958565,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4008,10000,311958565,1,1 +1958566,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4008,11000,311958566,1,1 +1958567,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4008,12500,311958567,1,1 +1958568,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4008,13000,311958568,1,1 +1958569,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4008,13500,311958569,1,1 +1958570,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4008,15000,311958570,1,1 +1958571,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4009,1,311958571,1,1 +1958572,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4009,1000,311958572,1,1 +1958573,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4009,2000,311958573,1,1 +1958574,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4009,3500,311958574,1,1 +1958575,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4009,5000,311958575,1,1 +1958576,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4009,6000,311958576,1,1 +1958577,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4009,7000,311958577,1,1 +1958578,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4009,8000,311958578,1,1 +1958579,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4009,9000,311958579,1,1 +1958580,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4009,10000,311958580,1,1 +1958581,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4009,11000,311958581,1,1 +1958582,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4009,12500,311958582,1,1 +1958583,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4009,13000,311958583,1,1 +1958584,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4009,13500,311958584,1,1 +1958585,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4009,15000,311958585,1,1 +1958586,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4010,1,311958586,1,323121501 +1958587,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4010,1000,311958587,1,323121501 +1958588,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4010,2000,311958588,1,323121501 +1958589,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4010,3500,311958589,1,323121501 +1958590,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4010,5000,311958590,1,323121501 +1958591,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4010,6000,311958591,1,323121501 +1958592,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4010,7000,311958592,1,323121501 +1958593,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4010,8000,311958593,1,323121501 +1958594,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4010,9000,311958594,1,323121501 +1958595,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4010,10000,311958595,1,323121501 +1958596,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4010,11000,311958596,1,323121501 +1958597,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4010,12500,311958597,1,323121501 +1958598,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4010,13000,311958598,1,324012001 +1958599,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4010,13500,311958599,1,324012001 +1958600,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4010,15000,311958600,1,324012001 +1958601,Increase 『N』's bond to,Increase 『N』's bond to,7,0,58,4011,1,311958601,1,323121501 +1958602,"Increase 『N』's bond to 1,000 or higher.","Increase 『N』's bond to 1,000 or higher.",7,0,58,4011,1000,311958602,1,323121501 +1958603,"Increase 『N』's bond to 2,000 or higher.","Increase 『N』's bond to 2,000 or higher.",7,0,58,4011,2000,311958603,1,323121501 +1958604,"Increase 『N』's bond to 3,500 or higher.","Increase 『N』's bond to 3,500 or higher.",7,0,58,4011,3500,311958604,1,323121501 +1958605,"Increase 『N』's bond to 5,000 or higher.","Increase 『N』's bond to 5,000 or higher.",7,0,58,4011,5000,311958605,1,323121501 +1958606,"Increase 『N』's bond to 6,000 or higher.","Increase 『N』's bond to 6,000 or higher.",7,0,58,4011,6000,311958606,1,323121501 +1958607,"Increase 『N』's bond to 7,000 or higher.","Increase 『N』's bond to 7,000 or higher.",7,0,58,4011,7000,311958607,1,323121501 +1958608,"Increase 『N』's bond to 8,000 or higher.","Increase 『N』's bond to 8,000 or higher.",7,0,58,4011,8000,311958608,1,323121501 +1958609,"Increase 『N』's bond to 9,000 or higher.","Increase 『N』's bond to 9,000 or higher.",7,0,58,4011,9000,311958609,1,323121501 +1958610,"Increase 『N』's bond to 10,000 or higher.","Increase 『N』's bond to 10,000 or higher.",7,0,58,4011,10000,311958610,1,323121501 +1958611,"Increase 『N』's bond to 11,000 or higher.","Increase 『N』's bond to 11,000 or higher.",7,0,58,4011,11000,311958611,1,323121501 +1958612,"Increase 『N』's bond to 12,500 or higher.","Increase 『N』's bond to 12,500 or higher.",7,0,58,4011,12500,311958612,1,323121501 +1958613,"Increase 『N』's bond to 13,000 or higher.","Increase 『N』's bond to 13,000 or higher.",7,0,58,4011,13000,311958613,1,323122801 +1958614,"Increase 『N』's bond to 13,500 or higher.","Increase 『N』's bond to 13,500 or higher.",7,0,58,4011,13500,311958614,1,323122801 +1958615,"Increase 『N』's bond to 15,000 or higher.","Increase 『N』's bond to 15,000 or higher.",7,0,58,4011,15000,311958615,1,323122801 +1953032,Log in,Log in,7,0,53,1001,1,311953032,1,123080301 +1953033,Log in,Log in,7,0,53,,1,311953033,1,123102101 +1953034,Log in,Log in,7,0,53,,1,311953034,1,123091201 +1953036,Log in,Log in,7,0,53,,1,311953036,1,123110101 +1953037,Log in,Log in,7,0,53,1006,1,311953037,1,124041901 +1953038,Log in,Log in,7,0,53,1007,1,311953038,1,123060901 +1953039,Log in,Log in,7,0,53,,1,311953039,1,124011701 +1953040,Log in,Log in,7,0,53,1009,1,311953040,1,123072201 +1953041,Log in,Log in,7,0,53,2001,1,311953041,1,123080101 +1953042,Log in,Log in,7,0,53,,1,311953042,1,123091901 +1953043,Log in,Log in,7,0,53,,1,311953043,1,124021001 +1953044,Log in,Log in,7,0,53,,1,311953044,1,124010101 +1953045,Log in,Log in,7,0,53,2005,1,311953045,1,124041701 +1953046,Log in,Log in,7,0,53,2006,1,311953046,1,123071301 +1953048,Log in,Log in,7,0,53,2008,1,311953048,1,123061301 +1953049,Log in,Log in,7,0,53,,1,311953049,1,123092101 +1953051,Log in,Log in,7,0,53,,1,311953051,1,124012301 +1953052,Log in,Log in,7,0,53,3003,1,311953052,1,124040301 +1953053,Log in,Log in,7,0,53,3004,1,311953053,1,123062901 +1953054,Log in,Log in,7,0,53,3005,1,311953054,1,123053001 +1953055,Log in,Log in,7,0,53,,1,311953055,1,123121601 +1953056,Log in,Log in,7,0,53,,1,311953056,1,123080801 +1953057,Log in,Log in,7,0,53,,1,311953057,1,124020501 +1953058,Log in,Log in,7,0,53,,1,311953058,1,123111301 +1953059,Log in,Log in,7,0,53,,1,311953059,1,123100501 +1953060,Log in,Log in,7,0,53,,1,311953060,1,123120601 +1953061,Log in,Log in,7,0,53,,1,311953061,1,124021501 +1953062,Log in,Log in,7,0,53,4001,1,311953062,1,123050101 +1953063,Log in,Log in,7,0,53,4002,1,311953063,1,123071701 +1953064,Log in,Log in,7,0,53,,1,311953064,1,124022501 +1953065,Log in,Log in,7,0,53,,1,311953065,1,123092801 +1953066,Log in,Log in,7,0,53,,1,311953066,1,123112401 +1953067,Log in,Log in,7,0,53,4006,1,311953067,1,124041001 +1953068,Log in,Log in,7,0,53,,1,311953068,1,123102901 +1953069,Log in,Log in,7,0,53,4008,1,311953069,1,123061701 +1953070,Log in,Log in,7,0,53,,1,311953070,1,123080701 +1953071,Log in,Log in,7,0,53,,1,311953071,1,324010101 +1953072,Log in,Log in,7,0,53,,1,311953072,1,324021401 +1975001,,,21,0,75,1001,50,311975001,1,1 +1953074,Log in,Log in,7,0,53,1001,1,311953074,1,323042701 +1953075,Log in,Log in,7,0,53,1001,1,311953075,1,323052101 +1953076,Log in,Log in,7,0,53,1001,1,311953076,1,323061301 +1953077,Log in,Log in,7,0,53,1001,1,311953077,1,323072101 +1953078,Log in,Log in,7,0,53,,1,311953078,1,323082001 +1953079,Log in,Log in,7,0,53,,1,311953079,1,323092101 +1953080,Log in,Log in,7,0,53,,1,311953080,1,323103101 +1953081,Log in,Log in,7,0,53,,1,311953081,1,323111601 +1953082,Log in,Log in,7,0,53,,1,311953082,1,323122401 +1953083,Log in,Log in,7,0,53,,1,311953083,1,324010102 +1953084,Log in,Log in,7,0,53,,1,311953084,1,324021402 +1975002,,,21,0,75,1002,50,311975002,1,1 +1953086,Log in,Log in,7,0,53,1002,1,311953086,1,323042001 +1953087,Log in,Log in,7,0,53,1002,1,311953087,1,323051301 +1953088,Log in,Log in,7,0,53,1002,1,311953088,1,323060801 +1953089,Log in,Log in,7,0,53,1002,1,311953089,1,323072401 +1953090,Log in,Log in,7,0,53,,1,311953090,1,323080701 +1953091,Log in,Log in,7,0,53,,1,311953091,1,323092501 +1953092,Log in,Log in,7,0,53,,1,311953092,1,323103102 +1953093,Log in,Log in,7,0,53,,1,311953093,1,323112001 +1953094,Log in,Log in,7,0,53,,1,311953094,1,323122402 +1953095,Log in,Log in,7,0,53,,1,311953095,1,324010103 +1953096,Log in,Log in,7,0,53,,1,311953096,1,324021403 +1975003,,,21,0,75,1003,50,311975003,1,1 +1953098,Log in,Log in,7,0,53,1003,1,311953098,1,323042402 +1953099,Log in,Log in,7,0,53,1003,1,311953099,1,323050107 +1953100,Log in,Log in,7,0,53,1003,1,311953100,1,323060401 +1953101,Log in,Log in,7,0,53,1003,1,311953101,1,323071201 +1953102,Log in,Log in,7,0,53,,1,311953102,1,323080702 +1953103,Log in,Log in,7,0,53,,1,311953103,1,323092801 +1953104,Log in,Log in,7,0,53,,1,311953104,1,323103103 +1953105,Log in,Log in,7,0,53,,1,311953105,1,323112601 +1953106,Log in,Log in,7,0,53,,1,311953106,1,323122501 +1953107,Log in,Log in,7,0,53,,1,311953107,1,324010104 +1953108,Log in,Log in,7,0,53,,1,311953108,1,324021404 +1975004,,,21,0,75,1004,50,311975004,1,1 +1953110,Log in,Log in,7,0,53,1004,1,311953110,1,323042702 +1953111,Log in,Log in,7,0,53,1004,1,311953111,1,323052102 +1953112,Log in,Log in,7,0,53,1004,1,311953112,1,323061601 +1953113,Log in,Log in,7,0,53,1004,1,311953113,1,323072402 +1953114,Log in,Log in,7,0,53,,1,311953114,1,323082401 +1953115,Log in,Log in,7,0,53,,1,311953115,1,323090301 +1953116,Log in,Log in,7,0,53,,1,311953116,1,323103104 +1953117,Log in,Log in,7,0,53,,1,311953117,1,323111602 +1953118,Log in,Log in,7,0,53,,1,311953118,1,323122403 +1953119,Log in,Log in,7,0,53,,1,311953119,1,324010105 +1953120,Log in,Log in,7,0,53,,1,311953120,1,324021405 +1975005,,,21,0,75,1005,50,311975005,1,1 +1953122,Log in,Log in,7,0,53,1005,1,311953122,1,323042201 +1953123,Log in,Log in,7,0,53,1005,1,311953123,1,323050501 +1953124,Log in,Log in,7,0,53,1005,1,311953124,1,323060201 +1953125,Log in,Log in,7,0,53,1005,1,311953125,1,323072301 +1953126,Log in,Log in,7,0,53,,1,311953126,1,323080801 +1953127,Log in,Log in,7,0,53,,1,311953127,1,323092802 +1953128,Log in,Log in,7,0,53,,1,311953128,1,323103105 +1953129,Log in,Log in,7,0,53,,1,311953129,1,323112201 +1953130,Log in,Log in,7,0,53,,1,311953130,1,323122404 +1953131,Log in,Log in,7,0,53,,1,311953131,1,324010106 +1953132,Log in,Log in,7,0,53,,1,311953132,1,324021406 +1975006,,,21,0,75,1006,50,311975006,1,1 +1953134,Log in,Log in,7,0,53,1006,1,311953134,1,323042202 +1953135,Log in,Log in,7,0,53,1006,1,311953135,1,323050108 +1953136,Log in,Log in,7,0,53,1006,1,311953136,1,323061801 +1953137,Log in,Log in,7,0,53,1006,1,311953137,1,323071202 +1953138,Log in,Log in,7,0,53,,1,311953138,1,323081601 +1953139,Log in,Log in,7,0,53,,1,311953139,1,323091901 +1953140,Log in,Log in,7,0,53,,1,311953140,1,323103106 +1953141,Log in,Log in,7,0,53,,1,311953141,1,323112101 +1953142,Log in,Log in,7,0,53,,1,311953142,1,323122405 +1953143,Log in,Log in,7,0,53,,1,311953143,1,324010107 +1953144,Log in,Log in,7,0,53,,1,311953144,1,324021407 +1975007,,,21,0,75,1007,50,311975007,1,1 +1953146,Log in,Log in,7,0,53,1007,1,311953146,1,323042002 +1953147,Log in,Log in,7,0,53,1007,1,311953147,1,323050201 +1953148,Log in,Log in,7,0,53,1007,1,311953148,1,323061401 +1953149,Log in,Log in,7,0,53,1007,1,311953149,1,323072601 +1953150,Log in,Log in,7,0,53,,1,311953150,1,323081701 +1953151,Log in,Log in,7,0,53,,1,311953151,1,323092102 +1953152,Log in,Log in,7,0,53,,1,311953152,1,323103107 +1953153,Log in,Log in,7,0,53,,1,311953153,1,323111801 +1953154,Log in,Log in,7,0,53,,1,311953154,1,323122406 +1953155,Log in,Log in,7,0,53,,1,311953155,1,324010108 +1953156,Log in,Log in,7,0,53,,1,311953156,1,324021408 +1975008,,,21,0,75,1008,50,311975008,1,1 +1953158,Log in,Log in,7,0,53,1008,1,311953158,1,323042403 +1953159,Log in,Log in,7,0,53,1008,1,311953159,1,323050502 +1953160,Log in,Log in,7,0,53,1008,1,311953160,1,323060701 +1953161,Log in,Log in,7,0,53,1008,1,311953161,1,323072901 +1953162,Log in,Log in,7,0,53,,1,311953162,1,323080802 +1953163,Log in,Log in,7,0,53,,1,311953163,1,323092901 +1953164,Log in,Log in,7,0,53,,1,311953164,1,323103108 +1953165,Log in,Log in,7,0,53,,1,311953165,1,323110801 +1953166,Log in,Log in,7,0,53,,1,311953166,1,323122407 +1953167,Log in,Log in,7,0,53,,1,311953167,1,324010109 +1953168,Log in,Log in,7,0,53,,1,311953168,1,324021409 +1975009,,,21,0,75,1009,50,311975009,1,1 +1953170,Log in,Log in,7,0,53,1009,1,311953170,1,323042601 +1953171,Log in,Log in,7,0,53,1009,1,311953171,1,323042802 +1953172,Log in,Log in,7,0,53,1009,1,311953172,1,323061001 +1953173,Log in,Log in,7,0,53,1009,1,311953173,1,323072602 +1953174,Log in,Log in,7,0,53,,1,311953174,1,323082901 +1953175,Log in,Log in,7,0,53,,1,311953175,1,323090601 +1953176,Log in,Log in,7,0,53,,1,311953176,1,323103109 +1953177,Log in,Log in,7,0,53,,1,311953177,1,323110601 +1953178,Log in,Log in,7,0,53,,1,311953178,1,323122408 +1967001,Increase total 101 bond to,Increase total 101 bond to,7,0,67,"101,102,103",1,311967001,1,1 +1967002,"Increase total 101 bond to 10,000 or higher.","Increase total 101 bond to 10,000 or higher.",7,0,67,"101,102,103",10000,311967002,1,1 +1967003,"Increase total 101 bond to 20,000 or higher.","Increase total 101 bond to 20,000 or higher.",7,0,67,"101,102,103",20000,311967003,1,1 +1967004,"Increase total 101 bond to 30,000 or higher.","Increase total 101 bond to 30,000 or higher.",7,0,67,"101,102,103",30000,311967004,1,1 +1967005,"Increase total 101 bond to 45,000 or higher.","Increase total 101 bond to 45,000 or higher.",7,0,67,"101,102,103",45000,311967005,1,1 +1967006,"Increase total 101 bond to 60,000 or higher.","Increase total 101 bond to 60,000 or higher.",7,0,67,"101,102,103",60000,311967006,1,1 +1967007,"Increase total 101 bond to 80,000 or higher.","Increase total 101 bond to 80,000 or higher.",7,0,67,"101,102,103",80000,311967007,1,1 +1967008,"Increase total 101 bond to 100,000 or higher.","Increase total 101 bond to 100,000 or higher.",7,0,67,"101,102,103",100000,311967008,1,1 +1967009,"Increase total 101 bond to 115,000 or higher.","Increase total 101 bond to 115,000 or higher.",7,0,67,"101,102,103",115000,311967009,1,1 +1967010,"Increase total 101 bond to 130,000 or higher.","Increase total 101 bond to 130,000 or higher.",7,0,67,"101,102,103",130000,311967010,1,1 +1967011,"Increase total 101 bond to 145,000 or higher.","Increase total 101 bond to 145,000 or higher.",7,0,67,"101,102,103",145000,311967011,1,1 +1967012,"Increase total 101 bond to 160,000 or higher.","Increase total 101 bond to 160,000 or higher.",7,0,67,"101,102,103",160000,311967012,1,1 +1967013,"Increase total 101 bond to 175,000 or higher.","Increase total 101 bond to 175,000 or higher.",7,0,67,"101,102,103",175000,311967013,1,1 +1967014,"Increase total 101 bond to 190,000 or higher.","Increase total 101 bond to 190,000 or higher.",7,0,67,"101,102,103",190000,311967014,1,1 +1967015,"Increase total 101 bond to 205,000 or higher.","Increase total 101 bond to 205,000 or higher.",7,0,67,"101,102,103",205000,311967015,1,1 +1953179,Log in,Log in,7,0,53,1101,1,311953179,1,323041701 +1953182,Log in,Log in,7,0,53,1101,1,311953182,1,323062205 +1953185,Log in,Log in,7,0,53,1101,1,311953185,1,323072605 +1953188,Log in,Log in,7,0,53,,1,311953188,1,323082501 +1953191,Log in,Log in,7,0,53,,1,311953191,1,324010110 +1953192,Log in,Log in,7,0,53,,1,311953192,1,324021410 +1975010,,,21,0,75,2001,50,311975010,1,1 +1953194,Log in,Log in,7,0,53,2001,1,311953194,1,323042404 +1953195,Log in,Log in,7,0,53,2001,1,311953195,1,323050109 +1953196,Log in,Log in,7,0,53,2001,1,311953196,1,323060601 +1953197,Log in,Log in,7,0,53,2001,1,311953197,1,323072102 +1953198,Log in,Log in,7,0,53,,1,311953198,1,323081602 +1953199,Log in,Log in,7,0,53,,1,311953199,1,323090101 +1953200,Log in,Log in,7,0,53,,1,311953200,1,323103110 +1953201,Log in,Log in,7,0,53,,1,311953201,1,323112102 +1953202,Log in,Log in,7,0,53,,1,311953202,1,323122409 +1953203,Log in,Log in,7,0,53,,1,311953203,1,324010111 +1953204,Log in,Log in,7,0,53,,1,311953204,1,324021411 +1975011,,,21,0,75,2002,50,311975011,1,1 +1953206,Log in,Log in,7,0,53,2002,1,311953206,1,323042203 +1953207,Log in,Log in,7,0,53,2002,1,311953207,1,323050401 +1953208,Log in,Log in,7,0,53,2002,1,311953208,1,323060501 +1953209,Log in,Log in,7,0,53,2002,1,311953209,1,323071301 +1953210,Log in,Log in,7,0,53,2002,1,311953210,1,323080101 +1953211,Log in,Log in,7,0,53,,1,311953211,1,323092902 +1953212,Log in,Log in,7,0,53,,1,311953212,1,323103111 +1953213,Log in,Log in,7,0,53,,1,311953213,1,323111802 +1953214,Log in,Log in,7,0,53,,1,311953214,1,323122410 +1953215,Log in,Log in,7,0,53,,1,311953215,1,324010112 +1953216,Log in,Log in,7,0,53,,1,311953216,1,324021412 +1975012,,,21,0,75,2003,50,311975012,1,1 +1953218,Log in,Log in,7,0,53,2003,1,311953218,1,323042204 +1953219,Log in,Log in,7,0,53,2003,1,311953219,1,323050301 +1953220,Log in,Log in,7,0,53,2003,1,311953220,1,323061302 +1953221,Log in,Log in,7,0,53,2003,1,311953221,1,323072403 +1953222,Log in,Log in,7,0,53,2003,1,311953222,1,323081401 +1953223,Log in,Log in,7,0,53,,1,311953223,1,323091902 +1953224,Log in,Log in,7,0,53,,1,311953224,1,323103112 +1953225,Log in,Log in,7,0,53,,1,311953225,1,323112801 +1953226,Log in,Log in,7,0,53,,1,311953226,1,323122502 +1953227,Log in,Log in,7,0,53,,1,311953227,1,324010113 +1953228,Log in,Log in,7,0,53,,1,311953228,1,324021413 +1975013,,,21,0,75,2004,50,311975013,1,1 +1953230,Log in,Log in,7,0,53,2004,1,311953230,1,323042703 +1953231,Log in,Log in,7,0,53,2004,1,311953231,1,323042803 +1953232,Log in,Log in,7,0,53,2004,1,311953232,1,323062201 +1953233,Log in,Log in,7,0,53,2004,1,311953233,1,323072103 +1953234,Log in,Log in,7,0,53,,1,311953234,1,323082101 +1953235,Log in,Log in,7,0,53,,1,311953235,1,323091401 +1953236,Log in,Log in,7,0,53,,1,311953236,1,323103113 +1953237,Log in,Log in,7,0,53,,1,311953237,1,323111001 +1953238,Log in,Log in,7,0,53,,1,311953238,1,323122503 +1953239,Log in,Log in,7,0,53,,1,311953239,1,324010114 +1953240,Log in,Log in,7,0,53,,1,311953240,1,324021414 +1975014,,,21,0,75,2005,50,311975014,1,1 +1953242,Log in,Log in,7,0,53,2005,1,311953242,1,323042704 +1953243,Log in,Log in,7,0,53,2005,1,311953243,1,323050202 +1953244,Log in,Log in,7,0,53,2005,1,311953244,1,323061802 +1953245,Log in,Log in,7,0,53,2005,1,311953245,1,323072104 +1953246,Log in,Log in,7,0,53,,1,311953246,1,323082902 +1953247,Log in,Log in,7,0,53,,1,311953247,1,323091201 +1953248,Log in,Log in,7,0,53,,1,311953248,1,323103114 +1953249,Log in,Log in,7,0,53,,1,311953249,1,323112701 +1953250,Log in,Log in,7,0,53,,1,311953250,1,323122411 +1953251,Log in,Log in,7,0,53,,1,311953251,1,324010115 +1953252,Log in,Log in,7,0,53,,1,311953252,1,324021415 +1975015,,,21,0,75,2006,50,311975015,1,1 +1953254,Log in,Log in,7,0,53,2006,1,311953254,1,323042003 +1953255,Log in,Log in,7,0,53,2006,1,311953255,1,323050503 +1953256,Log in,Log in,7,0,53,2006,1,311953256,1,323062001 +1953257,Log in,Log in,7,0,53,2006,1,311953257,1,323070701 +1953258,Log in,Log in,7,0,53,,1,311953258,1,323081901 +1953259,Log in,Log in,7,0,53,,1,311953259,1,323092502 +1953260,Log in,Log in,7,0,53,,1,311953260,1,323103115 +1953261,Log in,Log in,7,0,53,,1,311953261,1,323112401 +1953262,Log in,Log in,7,0,53,,1,311953262,1,323122504 +1953263,Log in,Log in,7,0,53,,1,311953263,1,324010116 +1953264,Log in,Log in,7,0,53,,1,311953264,1,324021416 +1975016,,,21,0,75,2007,50,311975016,1,1 +1953266,Log in,Log in,7,0,53,2007,1,311953266,1,323042205 +1953267,Log in,Log in,7,0,53,2007,1,311953267,1,323050302 +1953268,Log in,Log in,7,0,53,2007,1,311953268,1,323060202 +1953269,Log in,Log in,7,0,53,2007,1,311953269,1,323071001 +1953270,Log in,Log in,7,0,53,,1,311953270,1,323081702 +1953271,Log in,Log in,7,0,53,,1,311953271,1,323092803 +1953272,Log in,Log in,7,0,53,,1,311953272,1,323103116 +1953273,Log in,Log in,7,0,53,,1,311953273,1,323111201 +1953274,Log in,Log in,7,0,53,,1,311953274,1,323122505 +1953275,Log in,Log in,7,0,53,,1,311953275,1,324010117 +1953276,Log in,Log in,7,0,53,,1,311953276,1,324021417 +1975017,,,21,0,75,2008,50,311975017,1,1 +1953278,Log in,Log in,7,0,53,2008,1,311953278,1,323042501 +1953279,Log in,Log in,7,0,53,2008,1,311953279,1,323050203 +1953280,Log in,Log in,7,0,53,2008,1,311953280,1,323062002 +1953281,Log in,Log in,7,0,53,2008,1,311953281,1,323070702 +1953282,Log in,Log in,7,0,53,,1,311953282,1,323081001 +1953283,Log in,Log in,7,0,53,,1,311953283,1,323092103 +1953284,Log in,Log in,7,0,53,,1,311953284,1,323103117 +1953285,Log in,Log in,7,0,53,,1,311953285,1,323111202 +1953286,Log in,Log in,7,0,53,,1,311953286,1,323122412 +1953287,Log in,Log in,7,0,53,,1,311953287,1,324010118 +1953288,Log in,Log in,7,0,53,,1,311953288,1,324021418 +1975018,,,21,0,75,2009,50,311975018,1,1 +1953290,Log in,Log in,7,0,53,2009,1,311953290,1,323042206 +1953291,Log in,Log in,7,0,53,2009,1,311953291,1,323050303 +1953292,Log in,Log in,7,0,53,2009,1,311953292,1,323061402 +1953293,Log in,Log in,7,0,53,2009,1,311953293,1,323070301 +1953294,Log in,Log in,7,0,53,,1,311953294,1,323081902 +1953295,Log in,Log in,7,0,53,,1,311953295,1,323092401 +1953296,Log in,Log in,7,0,53,,1,311953296,1,323103118 +1953297,Log in,Log in,7,0,53,,1,311953297,1,323110602 +1953298,Log in,Log in,7,0,53,,1,311953298,1,323122506 +1967016,Increase total 201 bond to,Increase total 201 bond to,7,0,67,"201,202,203",1,311967016,1,1 +1967017,"Increase total 201 bond to 10,000 or higher.","Increase total 201 bond to 10,000 or higher.",7,0,67,"201,202,203",10000,311967017,1,1 +1967018,"Increase total 201 bond to 20,000 or higher.","Increase total 201 bond to 20,000 or higher.",7,0,67,"201,202,203",20000,311967018,1,1 +1967019,"Increase total 201 bond to 30,000 or higher.","Increase total 201 bond to 30,000 or higher.",7,0,67,"201,202,203",30000,311967019,1,1 +1967020,"Increase total 201 bond to 45,000 or higher.","Increase total 201 bond to 45,000 or higher.",7,0,67,"201,202,203",45000,311967020,1,1 +1967021,"Increase total 201 bond to 60,000 or higher.","Increase total 201 bond to 60,000 or higher.",7,0,67,"201,202,203",60000,311967021,1,1 +1967022,"Increase total 201 bond to 80,000 or higher.","Increase total 201 bond to 80,000 or higher.",7,0,67,"201,202,203",80000,311967022,1,1 +1967023,"Increase total 201 bond to 100,000 or higher.","Increase total 201 bond to 100,000 or higher.",7,0,67,"201,202,203",100000,311967023,1,1 +1967024,"Increase total 201 bond to 115,000 or higher.","Increase total 201 bond to 115,000 or higher.",7,0,67,"201,202,203",115000,311967024,1,1 +1967025,"Increase total 201 bond to 130,000 or higher.","Increase total 201 bond to 130,000 or higher.",7,0,67,"201,202,203",130000,311967025,1,1 +1967026,"Increase total 201 bond to 145,000 or higher.","Increase total 201 bond to 145,000 or higher.",7,0,67,"201,202,203",145000,311967026,1,1 +1967027,"Increase total 201 bond to 160,000 or higher.","Increase total 201 bond to 160,000 or higher.",7,0,67,"201,202,203",160000,311967027,1,1 +1967028,"Increase total 201 bond to 175,000 or higher.","Increase total 201 bond to 175,000 or higher.",7,0,67,"201,202,203",175000,311967028,1,1 +1967029,"Increase total 201 bond to 190,000 or higher.","Increase total 201 bond to 190,000 or higher.",7,0,67,"201,202,203",190000,311967029,1,1 +1967030,"Increase total 201 bond to 205,000 or higher.","Increase total 201 bond to 205,000 or higher.",7,0,67,"201,202,203",205000,311967030,1,1 +1953301,Log in,Log in,7,0,53,2101,1,311953301,1,323062005 +1953306,Log in,Log in,7,0,53,,1,311953306,1,323081107 +1953307,Log in,Log in,7,0,53,,1,311953307,1,323091905 +1953311,Log in,Log in,7,0,53,,1,311953311,1,324010119 +1953312,Log in,Log in,7,0,53,,1,311953312,1,324021419 +1975019,,,21,0,75,3001,50,311975019,1,1 +1953314,Log in,Log in,7,0,53,3001,1,311953314,1,323042101 +1953315,Log in,Log in,7,0,53,3001,1,311953315,1,323050204 +1953316,Log in,Log in,7,0,53,3001,1,311953316,1,323062401 +1953317,Log in,Log in,7,0,53,3001,1,311953317,1,323072801 +1953318,Log in,Log in,7,0,53,,1,311953318,1,323081801 +1953319,Log in,Log in,7,0,53,,1,311953319,1,323090801 +1953320,Log in,Log in,7,0,53,,1,311953320,1,323103119 +1953321,Log in,Log in,7,0,53,,1,311953321,1,323113001 +1953322,Log in,Log in,7,0,53,,1,311953322,1,323122507 +1953323,Log in,Log in,7,0,53,,1,311953323,1,324010120 +1953324,Log in,Log in,7,0,53,,1,311953324,1,324021420 +1975020,,,21,0,75,3002,50,311975020,1,1 +1953326,Log in,Log in,7,0,53,3002,1,311953326,1,323042405 +1953327,Log in,Log in,7,0,53,3002,1,311953327,1,323050402 +1953328,Log in,Log in,7,0,53,3002,1,311953328,1,323062601 +1953329,Log in,Log in,7,0,53,3002,1,311953329,1,323072701 +1953330,Log in,Log in,7,0,53,3002,1,311953330,1,323081402 +1953331,Log in,Log in,7,0,53,,1,311953331,1,323090302 +1953332,Log in,Log in,7,0,53,,1,311953332,1,323103120 +1953333,Log in,Log in,7,0,53,,1,311953333,1,323112002 +1953334,Log in,Log in,7,0,53,,1,311953334,1,323122508 +1953335,Log in,Log in,7,0,53,,1,311953335,1,324010121 +1953336,Log in,Log in,7,0,53,,1,311953336,1,324021421 +1975021,,,21,0,75,3003,50,311975021,1,1 +1953338,Log in,Log in,7,0,53,3003,1,311953338,1,323042207 +1953339,Log in,Log in,7,0,53,3003,1,311953339,1,323051701 +1953340,Log in,Log in,7,0,53,3003,1,311953340,1,323062402 +1953341,Log in,Log in,7,0,53,3003,1,311953341,1,323072802 +1953342,Log in,Log in,7,0,53,,1,311953342,1,323082601 +1953343,Log in,Log in,7,0,53,,1,311953343,1,323090602 +1953344,Log in,Log in,7,0,53,,1,311953344,1,323103121 +1953345,Log in,Log in,7,0,53,,1,311953345,1,323111002 +1953346,Log in,Log in,7,0,53,,1,311953346,1,323122509 +1953347,Log in,Log in,7,0,53,,1,311953347,1,324010122 +1953348,Log in,Log in,7,0,53,,1,311953348,1,324021422 +1975022,,,21,0,75,3004,50,311975022,1,1 +1953350,Log in,Log in,7,0,53,3004,1,311953350,1,323042705 +1953351,Log in,Log in,7,0,53,3004,1,311953351,1,323051102 +1953352,Log in,Log in,7,0,53,3004,1,311953352,1,323060502 +1953353,Log in,Log in,7,0,53,3004,1,311953353,1,323072803 +1953354,Log in,Log in,7,0,53,,1,311953354,1,323082903 +1953355,Log in,Log in,7,0,53,,1,311953355,1,323090102 +1953356,Log in,Log in,7,0,53,,1,311953356,1,323103122 +1953357,Log in,Log in,7,0,53,,1,311953357,1,323113002 +1953358,Log in,Log in,7,0,53,,1,311953358,1,323122510 +1953359,Log in,Log in,7,0,53,,1,311953359,1,324010123 +1953360,Log in,Log in,7,0,53,,1,311953360,1,324021423 +1975023,,,21,0,75,3005,50,311975023,1,1 +1953362,Log in,Log in,7,0,53,3005,1,311953362,1,323042602 +1953363,Log in,Log in,7,0,53,3005,1,311953363,1,323043006 +1953364,Log in,Log in,7,0,53,3005,1,311953364,1,323060901 +1953365,Log in,Log in,7,0,53,3005,1,311953365,1,323072001 +1953366,Log in,Log in,7,0,53,,1,311953366,1,323081002 +1953367,Log in,Log in,7,0,53,,1,311953367,1,323090103 +1953368,Log in,Log in,7,0,53,,1,311953368,1,323103123 +1953369,Log in,Log in,7,0,53,,1,311953369,1,323112202 +1953370,Log in,Log in,7,0,53,,1,311953370,1,323122511 +1953371,Log in,Log in,7,0,53,,1,311953371,1,324010124 +1953372,Log in,Log in,7,0,53,,1,311953372,1,324021424 +1975024,,,21,0,75,3006,50,311975024,1,1 +1953374,Log in,Log in,7,0,53,3006,1,311953374,1,323042603 +1953375,Log in,Log in,7,0,53,3006,1,311953375,1,323050110 +1953376,Log in,Log in,7,0,53,3006,1,311953376,1,323061101 +1953377,Log in,Log in,7,0,53,3006,1,311953377,1,323072105 +1953378,Log in,Log in,7,0,53,,1,311953378,1,323082602 +1953379,Log in,Log in,7,0,53,,1,311953379,1,323091501 +1953380,Log in,Log in,7,0,53,,1,311953380,1,323103124 +1953381,Log in,Log in,7,0,53,,1,311953381,1,323112802 +1953382,Log in,Log in,7,0,53,,1,311953382,1,323122512 +1953383,Log in,Log in,7,0,53,,1,311953383,1,324010125 +1953384,Log in,Log in,7,0,53,,1,311953384,1,324021425 +1975025,,,21,0,75,3007,50,311975025,1,1 +1953386,Log in,Log in,7,0,53,3007,1,311953386,1,323042502 +1953387,Log in,Log in,7,0,53,3007,1,311953387,1,323043007 +1953388,Log in,Log in,7,0,53,3007,1,311953388,1,323062701 +1953389,Log in,Log in,7,0,53,3007,1,311953389,1,323072302 +1953390,Log in,Log in,7,0,53,,1,311953390,1,323081802 +1953391,Log in,Log in,7,0,53,,1,311953391,1,323091701 +1953392,Log in,Log in,7,0,53,,1,311953392,1,323103125 +1953393,Log in,Log in,7,0,53,,1,311953393,1,323110802 +1953394,Log in,Log in,7,0,53,,1,311953394,1,323122513 +1953395,Log in,Log in,7,0,53,,1,311953395,1,324010126 +1953396,Log in,Log in,7,0,53,,1,311953396,1,324021426 +1975026,,,21,0,75,3008,50,311975026,1,1 +1953398,Log in,Log in,7,0,53,3008,1,311953398,1,323042706 +1953399,Log in,Log in,7,0,53,3008,1,311953399,1,323043008 +1953400,Log in,Log in,7,0,53,3008,1,311953400,1,323061303 +1953401,Log in,Log in,7,0,53,3008,1,311953401,1,323072002 +1953402,Log in,Log in,7,0,53,,1,311953402,1,323081101 +1953403,Log in,Log in,7,0,53,,1,311953403,1,323092402 +1953404,Log in,Log in,7,0,53,,1,311953404,1,323103126 +1953405,Log in,Log in,7,0,53,,1,311953405,1,323112602 +1953406,Log in,Log in,7,0,53,,1,311953406,1,323122514 +1953407,Log in,Log in,7,0,53,,1,311953407,1,324010127 +1953408,Log in,Log in,7,0,53,,1,311953408,1,324021427 +1975027,,,21,0,75,3009,50,311975027,1,1 +1953410,Log in,Log in,7,0,53,3009,1,311953410,1,323042503 +1953411,Log in,Log in,7,0,53,3009,1,311953411,1,323050111 +1953412,Log in,Log in,7,0,53,3009,1,311953412,1,323060802 +1953413,Log in,Log in,7,0,53,3009,1,311953413,1,323072003 +1953414,Log in,Log in,7,0,53,,1,311953414,1,323081102 +1953415,Log in,Log in,7,0,53,,1,311953415,1,323091502 +1953416,Log in,Log in,7,0,53,,1,311953416,1,323103127 +1953417,Log in,Log in,7,0,53,,1,311953417,1,323112702 +1953418,Log in,Log in,7,0,53,,1,311953418,1,323122515 +1953419,Log in,Log in,7,0,53,,1,311953419,1,324010128 +1953420,Log in,Log in,7,0,53,,1,311953420,1,324021428 +1975028,,,21,0,75,3010,50,311975028,1,1 +1953422,Log in,Log in,7,0,53,3010,1,311953422,1,323042604 +1953423,Log in,Log in,7,0,53,3010,1,311953423,1,323043009 +1953424,Log in,Log in,7,0,53,3010,1,311953424,1,323060402 +1953425,Log in,Log in,7,0,53,3010,1,311953425,1,323072404 +1953426,Log in,Log in,7,0,53,,1,311953426,1,323081603 +1953427,Log in,Log in,7,0,53,,1,311953427,1,323090802 +1953428,Log in,Log in,7,0,53,,1,311953428,1,323103128 +1953429,Log in,Log in,7,0,53,,1,311953429,1,323111501 +1953430,Log in,Log in,7,0,53,,1,311953430,1,323122516 +1953431,Log in,Log in,7,0,53,,1,311953431,1,324010129 +1953432,Log in,Log in,7,0,53,,1,311953432,1,324021429 +1975029,,,21,0,75,3011,50,311975029,1,1 +1953434,Log in,Log in,7,0,53,3011,1,311953434,1,323042004 +1953435,Log in,Log in,7,0,53,3011,1,311953435,1,323050403 +1953436,Log in,Log in,7,0,53,3011,1,311953436,1,323062702 +1953437,Log in,Log in,7,0,53,3011,1,311953437,1,323070302 +1953438,Log in,Log in,7,0,53,,1,311953438,1,323080601 +1953439,Log in,Log in,7,0,53,,1,311953439,1,323091202 +1953440,Log in,Log in,7,0,53,,1,311953440,1,323103129 +1953441,Log in,Log in,7,0,53,,1,311953441,1,323112402 +1953442,Log in,Log in,7,0,53,,1,311953442,1,323122517 +1953443,Log in,Log in,7,0,53,,1,311953443,1,324010130 +1953444,Log in,Log in,7,0,53,,1,311953444,1,324021430 +1975030,,,21,0,75,3012,50,311975030,1,1 +1953446,Log in,Log in,7,0,53,3012,1,311953446,1,323042605 +1953447,Log in,Log in,7,0,53,3012,1,311953447,1,323043010 +1953448,Log in,Log in,7,0,53,3012,1,311953448,1,323060702 +1953449,Log in,Log in,7,0,53,3012,1,311953449,1,323072106 +1953450,Log in,Log in,7,0,53,,1,311953450,1,323082002 +1953451,Log in,Log in,7,0,53,,1,311953451,1,323090104 +1953452,Log in,Log in,7,0,53,,1,311953452,1,323103130 +1953453,Log in,Log in,7,0,53,,1,311953453,1,323112403 +1953454,Log in,Log in,7,0,53,,1,311953454,1,323122518 +1967031,Increase total 301 bond to,Increase total 301 bond to,7,0,67,"301,302,303,304",1,311967031,1,1 +1967032,"Increase total 301 bond to 10,000 or higher.","Increase total 301 bond to 10,000 or higher.",7,0,67,"301,302,303,304",10000,311967032,1,1 +1967033,"Increase total 301 bond to 20,000 or higher.","Increase total 301 bond to 20,000 or higher.",7,0,67,"301,302,303,304",20000,311967033,1,1 +1967034,"Increase total 301 bond to 30,000 or higher.","Increase total 301 bond to 30,000 or higher.",7,0,67,"301,302,303,304",30000,311967034,1,1 +1967035,"Increase total 301 bond to 45,000 or higher.","Increase total 301 bond to 45,000 or higher.",7,0,67,"301,302,303,304",45000,311967035,1,1 +1967036,"Increase total 301 bond to 60,000 or higher.","Increase total 301 bond to 60,000 or higher.",7,0,67,"301,302,303,304",60000,311967036,1,1 +1967037,"Increase total 301 bond to 80,000 or higher.","Increase total 301 bond to 80,000 or higher.",7,0,67,"301,302,303,304",80000,311967037,1,1 +1967038,"Increase total 301 bond to 100,000 or higher.","Increase total 301 bond to 100,000 or higher.",7,0,67,"301,302,303,304",100000,311967038,1,1 +1967039,"Increase total 301 bond to 115,000 or higher.","Increase total 301 bond to 115,000 or higher.",7,0,67,"301,302,303,304",115000,311967039,1,1 +1967040,"Increase total 301 bond to 130,000 or higher.","Increase total 301 bond to 130,000 or higher.",7,0,67,"301,302,303,304",130000,311967040,1,1 +1967041,"Increase total 301 bond to 145,000 or higher.","Increase total 301 bond to 145,000 or higher.",7,0,67,"301,302,303,304",145000,311967041,1,1 +1967042,"Increase total 301 bond to 160,000 or higher.","Increase total 301 bond to 160,000 or higher.",7,0,67,"301,302,303,304",160000,311967042,1,1 +1967043,"Increase total 301 bond to 175,000 or higher.","Increase total 301 bond to 175,000 or higher.",7,0,67,"301,302,303,304",175000,311967043,1,1 +1967044,"Increase total 301 bond to 190,000 or higher.","Increase total 301 bond to 190,000 or higher.",7,0,67,"301,302,303,304",190000,311967044,1,1 +1967045,"Increase total 301 bond to 205,000 or higher.","Increase total 301 bond to 205,000 or higher.",7,0,67,"301,302,303,304",205000,311967045,1,1 +1953455,Log in,Log in,7,0,53,3101,1,311953455,1,323042401 +1953458,Log in,Log in,7,0,53,3101,1,311953458,1,323061805 +1953461,Log in,Log in,7,0,53,3101,1,311953461,1,323071303 +1953464,Log in,Log in,7,0,53,,1,311953464,1,323082605 +1953465,Log in,Log in,7,0,53,,1,311953465,1,323091205 +1953467,Log in,Log in,7,0,53,,1,311953467,1,324010131 +1953468,Log in,Log in,7,0,53,,1,311953468,1,324021001 +1975031,,,21,0,75,4001,50,311975031,1,1 +1953470,Log in,Log in,7,0,53,4001,1,311953470,1,323042102 +1953471,Log in,Log in,7,0,53,4001,1,311953471,1,323050112 +1953472,Log in,Log in,7,0,53,4001,1,311953472,1,323061002 +1953473,Log in,Log in,7,0,53,4001,1,311953473,1,323072004 +1953474,Log in,Log in,7,0,53,4001,1,311953474,1,323080102 +1953475,Log in,Log in,7,0,53,,1,311953475,1,323090105 +1953476,Log in,Log in,7,0,53,,1,311953476,1,323102501 +1953477,Log in,Log in,7,0,53,,1,311953477,1,323110101 +1953478,Log in,Log in,7,0,53,,1,311953478,1,323122301 +1953479,Log in,Log in,7,0,53,,1,311953479,1,324010132 +1953480,Log in,Log in,7,0,53,,1,311953480,1,324021431 +1975032,,,21,0,75,4002,50,311975032,1,1 +1953482,Log in,Log in,7,0,53,4002,1,311953482,1,323042005 +1953483,Log in,Log in,7,0,53,4002,1,311953483,1,323042804 +1953484,Log in,Log in,7,0,53,4002,1,311953484,1,323060101 +1953485,Log in,Log in,7,0,53,4002,1,311953485,1,323072005 +1953486,Log in,Log in,7,0,53,,1,311953486,1,323082402 +1953487,Log in,Log in,7,0,53,,1,311953487,1,323091402 +1953488,Log in,Log in,7,0,53,,1,311953488,1,323102502 +1953489,Log in,Log in,7,0,53,,1,311953489,1,323110102 +1953490,Log in,Log in,7,0,53,,1,311953490,1,323122519 +1953491,Log in,Log in,7,0,53,,1,311953491,1,324010133 +1953492,Log in,Log in,7,0,53,,1,311953492,1,324020901 +1975033,,,21,0,75,4003,50,311975033,1,1 +1953494,Log in,Log in,7,0,53,4003,1,311953494,1,323042606 +1953495,Log in,Log in,7,0,53,4003,1,311953495,1,323051103 +1953496,Log in,Log in,7,0,53,4003,1,311953496,1,323061102 +1953497,Log in,Log in,7,0,53,4003,1,311953497,1,323071801 +1953498,Log in,Log in,7,0,53,,1,311953498,1,323081103 +1953499,Log in,Log in,7,0,53,,1,311953499,1,323090106 +1953500,Log in,Log in,7,0,53,,1,311953500,1,323103131 +1953501,Log in,Log in,7,0,53,,1,311953501,1,323110103 +1953502,Log in,Log in,7,0,53,,1,311953502,1,323122520 +1953503,Log in,Log in,7,0,53,,1,311953503,1,324010134 +1953504,Log in,Log in,7,0,53,,1,311953504,1,324021432 +1975034,,,21,0,75,4004,50,311975034,1,1 +1953506,Log in,Log in,7,0,53,4004,1,311953506,1,323042504 +1953507,Log in,Log in,7,0,53,4004,1,311953507,1,323042805 +1953508,Log in,Log in,7,0,53,4004,1,311953508,1,323062901 +1953509,Log in,Log in,7,0,53,4004,1,311953509,1,323072006 +1953510,Log in,Log in,7,0,53,,1,311953510,1,323082102 +1953511,Log in,Log in,7,0,53,,1,311953511,1,323091702 +1953512,Log in,Log in,7,0,53,,1,311953512,1,323102503 +1953513,Log in,Log in,7,0,53,,1,311953513,1,323110104 +1953514,Log in,Log in,7,0,53,,1,311953514,1,323122521 +1953515,Log in,Log in,7,0,53,,1,311953515,1,324010135 +1953516,Log in,Log in,7,0,53,,1,311953516,1,324021433 +1975035,,,21,0,75,4005,50,311975035,1,1 +1953518,Log in,Log in,7,0,53,4005,1,311953518,1,323042103 +1953519,Log in,Log in,7,0,53,4005,1,311953519,1,323042806 +1953520,Log in,Log in,7,0,53,4005,1,311953520,1,323062602 +1953521,Log in,Log in,7,0,53,4005,1,311953521,1,323071802 +1953522,Log in,Log in,7,0,53,4005,1,311953522,1,323080401 +1953523,Log in,Log in,7,0,53,,1,311953523,1,323090107 +1953524,Log in,Log in,7,0,53,,1,311953524,1,323102504 +1953525,Log in,Log in,7,0,53,,1,311953525,1,323110105 +1953526,Log in,Log in,7,0,53,,1,311953526,1,323122522 +1953527,Log in,Log in,7,0,53,,1,311953527,1,324010136 +1953528,Log in,Log in,7,0,53,,1,311953528,1,324021101 +1975036,,,21,0,75,4006,50,311975036,1,1 +1953530,Log in,Log in,7,0,53,4006,1,311953530,1,323042406 +1953531,Log in,Log in,7,0,53,4006,1,311953531,1,323042807 +1953532,Log in,Log in,7,0,53,4006,1,311953532,1,323062202 +1953533,Log in,Log in,7,0,53,4006,1,311953533,1,323071002 +1953534,Log in,Log in,7,0,53,,1,311953534,1,323080602 +1953535,Log in,Log in,7,0,53,,1,311953535,1,323090108 +1953536,Log in,Log in,7,0,53,,1,311953536,1,323102505 +1953537,Log in,Log in,7,0,53,,1,311953537,1,323110106 +1953538,Log in,Log in,7,0,53,,1,311953538,1,323122302 +1953539,Log in,Log in,7,0,53,,1,311953539,1,324010137 +1953540,Log in,Log in,7,0,53,,1,311953540,1,324021002 +1975037,,,21,0,75,4007,50,311975037,1,1 +1953542,Log in,Log in,7,0,53,4007,1,311953542,1,323042104 +1953543,Log in,Log in,7,0,53,4007,1,311953543,1,323042808 +1953544,Log in,Log in,7,0,53,4007,1,311953544,1,323060602 +1953545,Log in,Log in,7,0,53,4007,1,311953545,1,323071803 +1953546,Log in,Log in,7,0,53,,1,311953546,1,323082103 +1953547,Log in,Log in,7,0,53,,1,311953547,1,323090109 +1953548,Log in,Log in,7,0,53,,1,311953548,1,323102506 +1953549,Log in,Log in,7,0,53,,1,311953549,1,323110107 +1953550,Log in,Log in,7,0,53,,1,311953550,1,323122523 +1953551,Log in,Log in,7,0,53,,1,311953551,1,324010138 +1953552,Log in,Log in,7,0,53,,1,311953552,1,324021102 +1975038,,,21,0,75,4008,50,311975038,1,1 +1953554,Log in,Log in,7,0,53,4008,1,311953554,1,323042607 +1953555,Log in,Log in,7,0,53,4008,1,311953555,1,323042809 +1953556,Log in,Log in,7,0,53,4008,1,311953556,1,323060803 +1953557,Log in,Log in,7,0,53,4008,1,311953557,1,323072007 +1953558,Log in,Log in,7,0,53,4008,1,311953558,1,323080402 +1953559,Log in,Log in,7,0,53,,1,311953559,1,323090110 +1953560,Log in,Log in,7,0,53,,1,311953560,1,323102201 +1953561,Log in,Log in,7,0,53,,1,311953561,1,323111502 +1953562,Log in,Log in,7,0,53,,1,311953562,1,323122524 +1953563,Log in,Log in,7,0,53,,1,311953563,1,324010139 +1953564,Log in,Log in,7,0,53,,1,311953564,1,324020902 +1975039,,,21,0,75,4009,50,311975039,1,1 +1975040,,,21,0,75,4010,50,311975040,1,323121501 +1975041,,,21,0,75,4011,50,311975041,1,323121501 +1953566,Log in,Log in,7,0,53,4009,1,311953566,1,323042505 +1953567,Log in,Log in,7,0,53,4009,1,311953567,1,323042810 +1953568,Log in,Log in,7,0,53,4009,1,311953568,1,323060503 +1953569,Log in,Log in,7,0,53,4009,1,311953569,1,323072008 +1953570,Log in,Log in,7,0,53,,1,311953570,1,323082104 +1953571,Log in,Log in,7,0,53,,1,311953571,1,323090111 +1953572,Log in,Log in,7,0,53,,1,311953572,1,323102507 +1953573,Log in,Log in,7,0,53,,1,311953573,1,323110108 +1953574,Log in,Log in,7,0,53,,1,311953574,1,323122525 +1967046,Increase total 400 bond to,Increase total 400 bond to,7,0,67,400,1,311967046,1,1 +1967047,"Increase total 400 bond to 10,000 or higher.","Increase total 400 bond to 10,000 or higher.",7,0,67,400,10000,311967047,1,1 +1967048,"Increase total 400 bond to 20,000 or higher.","Increase total 400 bond to 20,000 or higher.",7,0,67,400,20000,311967048,1,1 +1967049,"Increase total 400 bond to 30,000 or higher.","Increase total 400 bond to 30,000 or higher.",7,0,67,400,30000,311967049,1,1 +1967050,"Increase total 400 bond to 45,000 or higher.","Increase total 400 bond to 45,000 or higher.",7,0,67,400,45000,311967050,1,1 +1967051,"Increase total 400 bond to 60,000 or higher.","Increase total 400 bond to 60,000 or higher.",7,0,67,400,60000,311967051,1,1 +1967052,"Increase total 400 bond to 80,000 or higher.","Increase total 400 bond to 80,000 or higher.",7,0,67,400,80000,311967052,1,1 +1967053,"Increase total 400 bond to 100,000 or higher.","Increase total 400 bond to 100,000 or higher.",7,0,67,400,100000,311967053,1,1 +1967054,"Increase total 400 bond to 115,000 or higher.","Increase total 400 bond to 115,000 or higher.",7,0,67,400,115000,311967054,1,1 +1967055,"Increase total 400 bond to 130,000 or higher.","Increase total 400 bond to 130,000 or higher.",7,0,67,400,130000,311967055,1,1 +1967056,"Increase total 400 bond to 145,000 or higher.","Increase total 400 bond to 145,000 or higher.",7,0,67,400,145000,311967056,1,1 +1967057,"Increase total 400 bond to 160,000 or higher.","Increase total 400 bond to 160,000 or higher.",7,0,67,400,160000,311967057,1,1 +1967058,"Increase total 400 bond to 175,000 or higher.","Increase total 400 bond to 175,000 or higher.",7,0,67,400,175000,311967058,1,1 +1967059,"Increase total 400 bond to 190,000 or higher.","Increase total 400 bond to 190,000 or higher.",7,0,67,400,190000,311967059,1,1 +1967060,"Increase total 400 bond to 205,000 or higher.","Increase total 400 bond to 205,000 or higher.",7,0,67,400,205000,311967060,1,1 +1951001,"Obtain the Member ""Lovely Apple Pie"".","Obtain the Member ""Lovely Apple Pie"".",7,0,51,40010010,1,311951001,1,123050103 +1950001,"Idolize the Member ""Lovely Apple Pie"".","Idolize the Member ""Lovely Apple Pie"".",7,0,50,40010010,1,311950001,1,123050103 +1953577,Log in,Log in,7,0,53,4101,1,311953577,1,323062006 +1953578,Log in,Log in,7,0,53,4101,1,311953578,1,323070401 +1953579,Log in,Log in,7,0,53,,1,311953579,1,323100101 +1953583,Log in,Log in,7,0,53,,1,311953583,1,323082405 +1951002,"Obtain the Member ""Surprise BBQ"".","Obtain the Member ""Surprise BBQ"".",7,0,51,30050009,1,311951002,1,123053002 +1950002,"Idolize the Member ""Surprise BBQ"".","Idolize the Member ""Surprise BBQ"".",7,0,50,30050009,1,311950002,1,123053002 +1951003,"Obtain the Member ""Hydrangea After Rain"".","Obtain the Member ""Hydrangea After Rain"".",7,0,51,20080013,1,311951003,1,123061302 +1950003,"Idolize the Member ""Hydrangea After Rain"".","Idolize the Member ""Hydrangea After Rain"".",7,0,50,20080013,1,311950003,1,123061302 +1951004,"Obtain the Member ""Rainy Birthday"".","Obtain the Member ""Rainy Birthday"".",7,0,51,10070015,1,311951004,1,123060902 +1950004,"Idolize the Member ""Rainy Birthday"".","Idolize the Member ""Rainy Birthday"".",7,0,50,10070015,1,311950004,1,123060902 +1951005,"Obtain the Member ""Stag Beetle Cake"".","Obtain the Member ""Stag Beetle Cake"".",7,0,51,40080009,1,311951005,1,123061702 +1950005,"Idolize the Member ""Stag Beetle Cake"".","Idolize the Member ""Stag Beetle Cake"".",7,0,50,40080009,1,311950005,1,123061702 +1951006,"Obtain the Member ""Morning Surprise!""","Obtain the Member ""Morning Surprise!""",7,0,51,30040009,1,311951006,1,123062902 +1950006,"Idolize the Member ""Morning Surprise!""","Idolize the Member ""Morning Surprise!""",7,0,50,30040009,1,311950006,1,123062902 +1951007,"Obtain the Member ""With Gratitude"".","Obtain the Member ""With Gratitude"".",7,0,51,20060014,1,311951007,1,123071302 +1950007,"Idolize the Member ""With Gratitude"".","Idolize the Member ""With Gratitude"".",7,0,50,20060014,1,311950007,1,123071302 +1951008,"Obtain the Member ""Echoes of a Stationfront Duet"".","Obtain the Member ""Echoes of a Stationfront Duet"".",7,0,51,10090016,1,311951008,1,123072202 +1950008,"Idolize the Member ""Echoes of a Stationfront Duet"".","Idolize the Member ""Echoes of a Stationfront Duet"".",7,0,50,10090016,1,311950008,1,123072202 +1951009,"Obtain the Member ""Sunny Passion Surprise"".","Obtain the Member ""Sunny Passion Surprise"".",7,0,51,40020010,1,311951009,1,123071702 +1950009,"Idolize the Member ""Sunny Passion Surprise"".","Idolize the Member ""Sunny Passion Surprise"".",7,0,50,40020010,1,311950009,1,123071702 +1951010,"Obtain the Member ""Cozy Bus Ride"".","Obtain the Member ""Cozy Bus Ride"".",7,0,51,20010015,1,311951010,1,123080104 +1950010,"Idolize the Member ""Cozy Bus Ride"".","Idolize the Member ""Cozy Bus Ride"".",7,0,50,20010015,1,311950010,1,123080104 +1951011,"Obtain the Member ""Letter from a Childhood Friend"".","Obtain the Member ""Letter from a Childhood Friend"".",7,0,51,10010017,1,311951011,1,123080302 +1950011,"Idolize the Member ""Letter from a Childhood Friend"".","Idolize the Member ""Letter from a Childhood Friend"".",7,0,50,10010017,1,311950011,1,123080302 +1951012,"Obtain the Member ""Anime Song Karaoke Party"".","Obtain the Member ""Anime Song Karaoke Party"".",7,0,51,30070009,1,311951012,1,123080802 +1950012,"Idolize the Member ""Anime Song Karaoke Party"".","Idolize the Member ""Anime Song Karaoke Party"".",7,0,50,30070009,1,311950012,1,123080802 +1951013,"Obtain the Member ""Cradled by the Trunk"".","Obtain the Member ""Cradled by the Trunk"".",7,0,51,40090010,1,311951013,1,123080702 +1950013,"Idolize the Member ""Cradled by the Trunk"".","Idolize the Member ""Cradled by the Trunk"".",7,0,50,40090010,1,311950013,1,123080702 +1953585,Log in,Log in,7,0,53,,1,311953585,1,323082801 +1951014,"Obtain the Member ""Costume Photoshoot ♡"".","Obtain the Member ""Costume Photoshoot ♡"".",7,0,51,10030017,1,311951014,1,123091202 +1950014,"Idolize the Member ""Costume Photoshoot ♡"".","Idolize the Member ""Costume Photoshoot ♡"".",7,0,50,10030017,1,311950014,1,123091202 +1951015,"Obtain the Member ""Flying Seagulls"".","Obtain the Member ""Flying Seagulls"".",7,0,51,20020014,1,311951015,1,123091902 +1950015,"Idolize the Member ""Flying Seagulls"".","Idolize the Member ""Flying Seagulls"".",7,0,50,20020014,1,311950015,1,123091902 +1951016,"Obtain the Member ""Fresh Autumn Sweets"".","Obtain the Member ""Fresh Autumn Sweets"".",7,0,51,20090014,1,311951016,1,123092102 +1950016,"Idolize the Member ""Fresh Autumn Sweets"".","Idolize the Member ""Fresh Autumn Sweets"".",7,0,50,20090014,1,311950016,1,123092102 +1951017,"Obtain the Member ""Mesmerized by Melons ♡"".","Obtain the Member ""Mesmerized by Melons ♡"".",7,0,51,40040010,1,311951017,1,123092802 +1950017,"Idolize the Member ""Mesmerized by Melons ♡"".","Idolize the Member ""Mesmerized by Melons ♡"".",7,0,50,40040010,1,311950017,1,123092802 +1951018,"Obtain the Member ""Spending Time with My Sister"".","Obtain the Member ""Spending Time with My Sister"".",7,0,51,30100010,1,311951018,1,123100502 +1950018,"Idolize the Member ""Spending Time with My Sister"".","Idolize the Member ""Spending Time with My Sister"".",7,0,50,30100010,1,311950018,1,123100502 +1953586,Log in,Log in,7,0,53,,1,311953586,1,323100701 +1953587,Log in,Log in,7,0,53,,1,311953587,1,323100702 +1953588,Log in,Log in,7,0,53,,1,311953588,1,323101401 +1953589,Log in,Log in,7,0,53,,1,311953589,1,323101402 +1953590,Log in,Log in,7,0,53,,1,311953590,1,323101501 +1953591,Log in,Log in,7,0,53,,1,311953591,1,323101502 +1951019,"Obtain the Member ""New Hairstyle"".","Obtain the Member ""New Hairstyle"".",7,0,51,10020017,1,311951019,1,123102102 +1950019,"Idolize the Member ""New Hairstyle"".","Idolize the Member ""New Hairstyle"".",7,0,50,10020017,1,311950019,1,123102102 +1951020,"Obtain the Member ""A Day at the Cat Cafe"".","Obtain the Member ""A Day at the Cat Cafe"".",7,0,51,40070011,1,311951020,1,123102902 +1950020,"Idolize the Member ""A Day at the Cat Cafe"".","Idolize the Member ""A Day at the Cat Cafe"".",7,0,50,40070011,1,311950020,1,123102902 +1951021,"Obtain the Member ""Delivering a Bundle of Cuteness"".","Obtain the Member ""Delivering a Bundle of Cuteness"".",7,0,51,10050016,1,311951021,1,123110103 +1950021,"Idolize the Member ""Delivering a Bundle of Cuteness"".","Idolize the Member ""Delivering a Bundle of Cuteness"".",7,0,50,10050016,1,311950021,1,123110103 +1951022,"Obtain the Member ""FULL COMBO!""","Obtain the Member ""FULL COMBO!""",7,0,51,30090012,1,311951022,1,123111302 +1950022,"Idolize the Member ""FULL COMBO!""","Idolize the Member ""FULL COMBO!""",7,0,50,30090012,1,311950022,1,123111302 +1953592,Log in,Log in,7,0,53,,1,311953592,1,323112105 +1953593,Log in,Log in,7,0,53,,1,311953593,1,323122305 +1953594,Log in,Log in,7,0,53,,1,311953594,1,323122306 +1953595,Log in,Log in,7,0,53,,1,311953595,1,323122551 +1953596,Log in,Log in,7,0,53,,1,311953596,1,323120801 +1953597,Log in,Log in,7,0,53,,1,311953597,1,323122201 +1951023,"Obtain the Member ""Strawberry Dessert Buffet"".","Obtain the Member ""Strawberry Dessert Buffet"".",7,0,51,40050011,1,311951023,1,123112402 +1950023,"Idolize the Member ""Strawberry Dessert Buffet"".","Idolize the Member ""Strawberry Dessert Buffet"".",7,0,50,40050011,1,311950023,1,123112402 +1951024,Obtain the Member My Favorite Athlete is in Japan!,Obtain the Member My Favorite Athlete is in Japan!,7,0,51,30110013,1,311951024,1,123120602 +1951025,Obtain the Member Irresistible Charm of the Kotatsu,Obtain the Member Irresistible Charm of the Kotatsu,7,0,51,30060013,1,311951025,1,123121602 +1951026,Obtain the Member Jellyfish,Obtain the Member Jellyfish,7,0,51,40110002,1,311951026,1,123122802 +1951027,Obtain the Member What's Your Wish?,Obtain the Member What's Your Wish?,7,0,51,20040016,1,311951027,1,124010103 +1951028,Obtain the Member A Reason to Be Excited,Obtain the Member A Reason to Be Excited,7,0,51,10080017,1,311951028,1,124011702 +1951029,Obtain the Member Duet,Obtain the Member Duet,7,0,51,40100002,1,311951029,1,124012002 +1951030,Obtain the Member Makeup Kasumin,Obtain the Member Makeup Kasumin,7,0,51,30020014,1,311951030,1,124012302 +1951031,Obtain the Member Always Room for More Bread,Obtain the Member Always Room for More Bread,7,0,51,30080014,1,311951031,1,124020502 +1951032,Obtain the Member Special Teatime,Obtain the Member Special Teatime,7,0,51,20030016,1,311951032,1,124021002 +1951033,Obtain the Member A Day of Circling for Circles,Obtain the Member A Day of Circling for Circles,7,0,51,40030014,1,311951033,1,124022502 +1951034,Obtain the Member On a Flying Trapeze,Obtain the Member On a Flying Trapeze,7,0,51,30120014,1,311951034,1,124021502 +1951035,Let's get Member Ikebana Challenge!,Let's get Member Ikebana Challenge!,7,0,51,30010018,1,311951035,1,124030103 +1951036,Let's get Member Impressed! VR experience,Let's get Member Impressed! VR experience,7,0,51,20070016,1,311951036,1,124030402 +1951037,"Let's get Member Smile Spilling out on the Porch'',Let's get Member mile Spilling out on the Porch''",CHAT,0,0,0,1,311951037,1,124031502,0 +1951038,"Let's get Member Spring Astronomical Observation'',Let's get Member pring Astronomical Observation''",CHAT,0,0,0,1,311951038,1,324031601,0 +1951039,"Let's get Member Re-photographing at a Memorable Place'',Let's get Member e-photographing at a Memorable Place''",CHAT,0,0,0,1,311951039,1,324031602,0 +1951040,"Let's get Member Two are Heroes☆”,Let's get Member wo are Heroes☆”",CHAT,0,0,0,1,311951040,1,324031603,0 +1951041,"Let's get Member Tokyo French Fries”,Let's get Member okyo French Fries”",CHAT,0,0,0,1,311951041,1,324031604,0 +1950024,Idolize the Member My Favorite Athlete is in Japan!,Idolize the Member My Favorite Athlete is in Japan!,7,0,50,30110013,1,311950024,1,123120602 +1950025,Idolize the Member Irresistible Charm of the Kotatsu,Idolize the Member Irresistible Charm of the Kotatsu,7,0,50,30060013,1,311950025,1,123121602 +1950026,Idolize the Member Jellyfish,Idolize the Member Jellyfish,7,0,50,40110002,1,311950026,1,123122802 +1950027,Idolize the Member What's Your Wish?,Idolize the Member What's Your Wish?,7,0,50,20040016,1,311950027,1,124010103 +1950028,Idolize the Member A Reason to Be Excited,Idolize the Member A Reason to Be Excited,7,0,50,10080017,1,311950028,1,124011702 +1950029,Idolize the Member Duet,Idolize the Member Duet,7,0,50,40100002,1,311950029,1,124012002 +1950030,Idolize the Member Makeup Kasumin,Idolize the Member Makeup Kasumin,7,0,50,30020014,1,311950030,1,124012302 +1950031,Idolize the Member Always Room for More Bread,Idolize the Member Always Room for More Bread,7,0,50,30080014,1,311950031,1,124020502 +1950032,Idolize the Member Special Teatime,Idolize the Member Special Teatime,7,0,50,20030016,1,311950032,1,124021002 +1950033,Idolize the Member A Day of Circling for Circles,Idolize the Member A Day of Circling for Circles,7,0,50,40030014,1,311950033,1,124022502 +1950034,Idolize the Member On a Flying Trapeze,Idolize the Member On a Flying Trapeze,7,0,50,30120014,1,311950034,1,124021502 +1950035,"Let's awaken Member ""Ikebana Challenge!"" ","Let's awaken Member ""Ikebana Challenge!"" ",7,0,50,30010018,1,311950035,1,124030103 +1950036,Let's awaken Member Impressed! VR experience,Let's awaken Member Impressed! VR experience,7,0,50,20070016,1,311950036,1,124030402 +1950037,"Let's awaken Member Smile Spilling out on the Porch'',Let's awaken Member mile Spilling out on the Porch''",CHAT,0,0,0,1,311950037,1,124031502,0 +1950038,Let's awaken Member Spring Astronomical Observation,Let's awaken Member Spring Astronomical Observation,7,0,50,10060018,1,311950038,1,324031601 +1950039,Let's awaken Member Re-photographing at a Memorable Place,Let's awaken Member Re-photographing at a Memorable Place,7,0,50,20050019,1,311950039,1,324031602 +1950040,"Let's awaken Member Two are Heroes☆'',Let's awaken Member wo are Heroes☆''",CHAT,0,0,0,1,311950040,1,324031603,0 +1950041,Let's awaken Member Tokyo French Fries,Let's awaken Member Tokyo French Fries,7,0,50,40060013,1,311950041,1,324031604 +1953598,Log in,Log in,7,0,53,,1,311953598,1,324020905 +1953599,Log in,Log in,7,0,53,,1,311953599,1,324011901 +1953600,Log in,Log in,7,0,53,,1,311953600,1,324022201 +1953601,Log in,Log in,7,0,53,,1,311953601,1,324031401 +1953602,Log in,Log in,7,0,53,,1,311953602,1,324031402 +1953603,Log in,Log in,7,0,53,,1,311953603,1,324031403 +1953604,Log in,Log in,7,0,53,,1,311953604,1,324031404 +1953605,Log in,Log in,7,0,53,,1,311953605,1,324031405 +1953606,Log in,Log in,7,0,53,,1,311953606,1,324031406 +1953607,Log in,Log in,7,0,53,,1,311953607,1,324031407 +1953608,Log in,Log in,7,0,53,,1,311953608,1,324031408 +1953609,Log in,Log in,7,0,53,,1,311953609,1,324031409 +1953610,Log in,Log in,7,0,53,,1,311953610,1,324031410 +1953611,Log in,Log in,7,0,53,,1,311953611,1,324031411 +1953612,Log in,Log in,7,0,53,,1,311953612,1,324031412 +1953613,Log in,Log in,7,0,53,,1,311953613,1,324031413 +1953614,Log in,Log in,7,0,53,,1,311953614,1,324031414 +1953615,Log in,Log in,7,0,53,,1,311953615,1,324031415 +1953616,Log in,Log in,7,0,53,,1,311953616,1,324031416 +1953617,Log in,Log in,7,0,53,,1,311953617,1,324031417 +1953618,Log in,Log in,7,0,53,,1,311953618,1,324031418 +1953619,Log in,Log in,7,0,53,,1,311953619,1,324031419 +1953620,Log in,Log in,7,0,53,,1,311953620,1,324031420 +1953621,Log in,Log in,7,0,53,,1,311953621,1,324031421 +1953622,Log in,Log in,7,0,53,,1,311953622,1,324031422 +1953623,Log in,Log in,7,0,53,,1,311953623,1,324031423 +1953624,Log in,Log in,7,0,53,,1,311953624,1,324031424 +1953625,Log in,Log in,7,0,53,,1,311953625,1,324031425 +1953626,Log in,Log in,7,0,53,,1,311953626,1,324031426 +1953627,Log in,Log in,7,0,53,,1,311953627,1,324031427 +1953628,Log in,Log in,7,0,53,,1,311953628,1,324031428 +1953629,Log in,Log in,7,0,53,,1,311953629,1,324031429 +1953630,Log in,Log in,7,0,53,,1,311953630,1,324031430 +1953631,Log in,Log in,7,0,53,,1,311953631,1,324031001 +1953632,Log in,Log in,7,0,53,,1,311953632,1,324031101 +1953633,Log in,Log in,7,0,53,,1,311953633,1,324031431 +1953634,Log in,Log in,7,0,53,,1,311953634,1,324031432 +1953635,Log in,Log in,7,0,53,,1,311953635,1,324031433 +1953636,Log in,Log in,7,0,53,,1,311953636,1,324031002 +1953637,Log in,Log in,7,0,53,,1,311953637,1,324031003 +1953638,Log in,Log in,7,0,53,,1,311953638,1,324031434 +1953639,Log in,Log in,7,0,53,,1,311953639,1,324031102 +1953640,Log in,Log in,7,0,53,,1,311953640,1,124031501 +1953641,Log in,Log in,7,0,53,,1,311953641,1,124030401 +1953642,Log in,Log in,7,0,53,,1,311953642,1,124030101 +1953643,Log in,Log in,7,0,53,,1,311953643,1,324030302 +1953644,Log in,Log in,7,0,53,,1,311953644,1,324030801 +1953645,Log in,Log in,7,0,53,,1,311953645,1,324032301 +1953646,Log in,Log in,7,0,53,,1,311953646,1,324032901 +1224001,Clear all daily goals.,Clear all daily goals.,2,0,24,,5,131224001,100,223101003 +1253001,Log in,Log in,2,0,53,,1,131253001,99,223101003 +1273001,Clear one Love Live! song.,Clear one Love Live! song.,2,0,73,1,1,131273001,98,223101003 +1273002,Clear one Love Live! Sunshine!! song.,Clear one Love Live! Sunshine!! song.,2,0,73,2,1,131273002,97,223101003 +1273003,Clear one Love Live! Nijigasaki High School Idol Club song.,Clear one Love Live! Nijigasaki High School Idol Club song.,2,0,73,3,1,131273003,96,223101003 +1273004,Clear one Love Live! Superstar!! song.,Clear one Love Live! Superstar!! song.,2,0,73,4,1,131273004,95,223101003 +1224002,Clear all daily goals.,Clear all daily goals.,2,0,24,,5,131224002,100,223101602 +1253002,Log in,Log in,2,0,53,,1,131253002,99,223101602 +1273005,Clear one Love Live! song.,Clear one Love Live! song.,2,0,73,1,1,131273005,98,223101602 +1273006,Clear one Love Live! Sunshine!! song.,Clear one Love Live! Sunshine!! song.,2,0,73,2,1,131273006,97,223101602 +1273007,Clear one Love Live! Nijigasaki High School Idol Club song.,Clear one Love Live! Nijigasaki High School Idol Club song.,2,0,73,3,1,131273007,96,223101602 +1273008,Clear one Love Live! Superstar!! song.,Clear one Love Live! Superstar!! song.,2,0,73,4,1,131273008,95,223101602 +1224003,Clear all daily goals.,Clear all daily goals.,2,0,24,,5,131224003,100,223102903 +1253003,Log in,Log in,2,0,53,,1,131253003,99,223102903 +1273009,Clear one Love Live! song.,Clear one Love Live! song.,2,0,73,1,1,131273009,98,223102903 +1273010,Clear one Love Live! Sunshine!! song.,Clear one Love Live! Sunshine!! song.,2,0,73,2,1,131273010,97,223102903 +1273011,Clear one Love Live! Nijigasaki High School Idol Club song.,Clear one Love Live! Nijigasaki High School Idol Club song.,2,0,73,3,1,131273011,96,223102903 +1273012,Clear one Love Live! Superstar!! song.,Clear one Love Live! Superstar!! song.,2,0,73,4,1,131273012,95,223102903 +2310101,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132310101,999,223041903 +2310102,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132310102,998,223041903 +2310103,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132310103,997,223041903 +2310104,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132310104,996,223041903 +2310105,Clear an event song.,Clear an event song.,10,0,39,,1,132310105,995,223041903 +2310106,Clear three event songs.,Clear three event songs.,10,0,39,,3,132310106,994,223041903 +2310107,Clear five event songs.,Clear five event songs.,10,0,39,,5,132310107,993,223041903 +2210108,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132210108,992,223041903 +2210109,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132210109,991,223041903 +2210110,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132210110,990,223041903 +2210111,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132210111,989,223041903 +2210112,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132210112,988,223041903 +2210113,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132210113,987,223041903 +2210114,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132210114,986,223041903 +2210115,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132210115,985,223041903 +2210116,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132210116,984,223041903 +2210117,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132210117,983,223041903 +2210118,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132210118,982,223041903 +2210119,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132210119,981,223041903 +2210120,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132210120,980,223041903 +2210121,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132210121,979,223041903 +2210122,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132210122,978,223041903 +2210123,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132210123,977,223041903 +2210124,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132210124,976,223041903 +2210125,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132210125,975,223041903 +2210126,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132210126,974,223041903 +2210127,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132210127,973,223041903 +2210128,"Achieve a score of 50,000 on the song ""MIRACLE NEW STORY"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""MIRACLE NEW STORY"" on NORMAL difficulty or higher.",9,0,42,"1407101,1,50000",1,132210128,972,223041903 +2210129,"Achieve a score of 200,000 on the song ""MIRACLE NEW STORY"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""MIRACLE NEW STORY"" on HARD difficulty or higher.",9,0,42,"1407101,2,200000",1,132210129,971,223041903 +2210130,"Achieve a score of 300,000 on the song ""MIRACLE NEW STORY"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""MIRACLE NEW STORY"" on EXPERT difficulty or higher.",9,0,42,"1407101,3,300000",1,132210130,970,223041903 +2210131,Log in to the event. *Hidden,Log in to the event. *Hidden,9,0,79,101,1,0,999,223041904 +2210132,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,101,5000,0,999,223041904 +2210133,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,101,12000,0,999,223041904 +2210134,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,101,20000,0,999,223041904 +2210135,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,101,30000,0,999,223041904 +2310201,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132310201,999,223043004 +2310202,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132310202,998,223043004 +2310203,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132310203,997,223043004 +2310204,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132310204,996,223043004 +2310205,Clear an event song.,Clear an event song.,10,0,39,,1,132310205,995,223043004 +2310206,Clear three event songs.,Clear three event songs.,10,0,39,,3,132310206,994,223043004 +2310207,Clear five event songs.,Clear five event songs.,10,0,39,,5,132310207,993,223043004 +2210208,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132210208,992,223043004 +2210209,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132210209,991,223043004 +2210210,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132210210,990,223043004 +2210211,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132210211,989,223043004 +2210212,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132210212,988,223043004 +2210213,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132210213,987,223043004 +2210214,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132210214,986,223043004 +2210215,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132210215,985,223043004 +2210216,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132210216,984,223043004 +2210217,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132210217,983,223043004 +2210218,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132210218,982,223043004 +2210219,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132210219,981,223043004 +2210220,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132210220,980,223043004 +2210221,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132210221,979,223043004 +2210222,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132210222,978,223043004 +2210223,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132210223,977,223043004 +2210224,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132210224,976,223043004 +2210225,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132210225,975,223043004 +2210226,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132210226,974,223043004 +2210227,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132210227,973,223043004 +2210228,"Achieve a score of 50,000 on the song ""No Brand Girls"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""No Brand Girls"" on NORMAL difficulty or higher.",9,0,42,"1103501,1,50000",1,132210228,972,223043004 +2210229,"Achieve a score of 200,000 on the song ""No Brand Girls"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""No Brand Girls"" on HARD difficulty or higher.",9,0,42,"1103501,2,200000",1,132210229,971,223043004 +2210230,"Achieve a score of 300,000 on the song ""No Brand Girls"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""No Brand Girls"" on EXPERT difficulty or higher.",9,0,42,"1103501,3,300000",1,132210230,970,223043004 +2210231,Log in to the event. *Hidden,Log in to the event. *Hidden,9,0,79,102,1,0,999,223043005 +2210232,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,102,5000,0,999,223043005 +2210233,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,102,12000,0,999,223043005 +2210234,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,102,20000,0,999,223043005 +2210235,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,102,30000,0,999,223043005 +2710301,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132710301,999,223051101 +2710302,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132710302,998,223051101 +2710303,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132710303,997,223051101 +2610304,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132610304,996,223051101 +2610305,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132610305,995,223051101 +2610306,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132610306,994,223051101 +2610307,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132610307,993,223051101 +2610308,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132610308,992,223051101 +2610309,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132610309,991,223051101 +2610310,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132610310,990,223051101 +2610311,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132610311,989,223051101 +2610312,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132610312,988,223051101 +2310401,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132310401,987,223051504 +2310402,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132310402,986,223051504 +2310403,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132310403,985,223051504 +2310404,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132310404,984,223051504 +2310405,Complete a song from Love Live! Sunshine!!,Complete a song from Love Live! Sunshine!!,10,0,73,2,1,132310405,983,223051504 +2310406,Complete songs from Love Live! Sunshine!! 3 times.,Complete songs from Love Live! Sunshine!! 3 times.,10,0,73,2,3,132310406,982,223051504 +2310407,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,10,0,73,2,5,132310407,981,223051504 +2210408,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132210408,980,223051504 +2210409,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132210409,979,223051504 +2210410,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132210410,978,223051504 +2210411,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132210411,977,223051504 +2210412,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132210412,976,223051504 +2210413,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132210413,975,223051504 +2210414,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132210414,974,223051504 +2210415,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132210415,973,223051504 +2210416,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132210416,972,223051504 +2210417,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132210417,971,223051504 +2210418,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132210418,970,223051504 +2210419,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132210419,969,223051504 +2210420,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132210420,968,223051504 +2210421,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132210421,967,223051504 +2210422,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132210422,966,223051504 +2210423,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132210423,965,223051504 +2210424,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132210424,964,223051504 +2210425,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132210425,963,223051504 +2210426,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132210426,962,223051504 +2210427,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132210427,961,223051504 +2210428,"Achieve a score of 50,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on NORMAL difficulty or higher.",9,0,42,"1214201,1,50000",1,132210428,960,223051504 +2210429,"Achieve a score of 200,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on HARD difficulty or higher.",9,0,42,"1214201,2,200000",1,132210429,959,223051504 +2210430,"Achieve a score of 300,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on EXPERT difficulty or higher.",9,0,42,"1214201,3,300000",1,132210430,958,223051504 +2210431,Log in to the event. *Hidden,Log in to the event. *Hidden,9,0,79,104,1,0,957,223051506 +2210432,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,104,5000,0,956,223051506 +2210433,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,104,12000,0,955,223051506 +2210434,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,104,20000,0,954,223051506 +2210435,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,104,30000,0,953,223051506 +2710501,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132710501,999,223052601 +2710502,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132710502,998,223052601 +2710503,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132710503,997,223052601 +2610504,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132610504,996,223052601 +2610505,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132610505,995,223052601 +2610506,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132610506,994,223052601 +2610507,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132610507,993,223052601 +2610508,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132610508,992,223052601 +2610509,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132610509,991,223052601 +2610510,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132610510,990,223052601 +2610511,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132610511,989,223052601 +2610512,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132610512,988,223052601 +2310601,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132310601,999,223053104 +2310602,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132310602,998,223053104 +2310603,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132310603,997,223053104 +2310604,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132310604,996,223053104 +2310605,Complete a Love Live! Nijigasaki High School Idol Club song.,Complete a Love Live! Nijigasaki High School Idol Club song.,10,0,73,3,1,132310605,995,223053104 +2310606,Complete songs from Love Live! Nijigasaki High School Idol Club songs 3 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 3 times.,10,0,73,3,3,132310606,994,223053104 +2310607,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,10,0,73,3,5,132310607,993,223053104 +2210608,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132210608,992,223053104 +2210609,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132210609,991,223053104 +2210610,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132210610,990,223053104 +2210611,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132210611,989,223053104 +2210612,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132210612,988,223053104 +2210613,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132210613,987,223053104 +2210614,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132210614,986,223053104 +2210615,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132210615,985,223053104 +2210616,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132210616,984,223053104 +2210617,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132210617,983,223053104 +2210618,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132210618,982,223053104 +2210619,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132210619,981,223053104 +2210620,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132210620,980,223053104 +2210621,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132210621,979,223053104 +2210622,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132210622,978,223053104 +2210623,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132210623,977,223053104 +2210624,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132210624,976,223053104 +2210625,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132210625,975,223053104 +2210626,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132210626,974,223053104 +2210627,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132210627,973,223053104 +2210628,"Achieve a score of 50,000 on the song ""Just Believe!!! (12 Singers Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Just Believe!!! (12 Singers Ver.)"" on NORMAL difficulty or higher.",9,0,42,"1311901,1,50000",1,132210628,972,223053104 +2210629,"Achieve a score of 200,000 on the song ""Just Believe!!! (12 Singers Ver.)"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Just Believe!!! (12 Singers Ver.)"" on HARD difficulty or higher.",9,0,42,"1311901,2,200000",1,132210629,971,223053104 +2210630,"Achieve a score of 300,000 on the song ""Just Believe!!! (12 Singers Ver.)"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Just Believe!!! (12 Singers Ver.)"" on EXPERT difficulty or higher.",9,0,42,"1311901,3,300000",1,132210630,970,223053104 +2210631,Log in to the event. *Hidden,Log in to the event. *Hidden,9,0,79,106,1,0,999,223053106 +2210632,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,106,5000,0,999,223053106 +2210633,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,106,12000,0,999,223053106 +2210634,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,106,20000,0,999,223053106 +2210635,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,106,30000,0,999,223053106 +2710701,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132710701,999,223061101 +2710702,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132710702,998,223061101 +2710703,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132710703,997,223061101 +2610704,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132610704,996,223061101 +2610705,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132610705,995,223061101 +2610706,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132610706,994,223061101 +2610707,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132610707,993,223061101 +2610708,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132610708,992,223061101 +2610709,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132610709,991,223061101 +2610710,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132610710,990,223061101 +2610711,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132610711,989,223061101 +2610712,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132610712,988,223061101 +2610713,Clear 10 live shows.,Clear 10 live shows.,13,0,5,,10,132610713,987,223061101 +2610714,Complete 15 live shows.,Complete 15 live shows.,13,0,5,,15,132610714,986,223061101 +2610715,Clear 20 live shows.,Clear 20 live shows.,13,0,5,,20,132610715,985,223061101 +2610716,Clear 25 live shows.,Clear 25 live shows.,13,0,5,,25,132610716,984,223061101 +2610717,Clear 30 live shows.,Clear 30 live shows.,13,0,5,,30,132610717,983,223061101 +2610718,Clear 35 live shows.,Clear 35 live shows.,13,0,5,,35,132610718,982,223061101 +2610719,Clear 40 live shows.,Clear 40 live shows.,13,0,5,,40,132610719,981,223061101 +2610720,Complete 45 live shows.,Complete 45 live shows.,13,0,5,,45,132610720,980,223061101 +2610721,Clear 50 live shows.,Clear 50 live shows.,13,0,5,,50,132610721,979,223061101 +2310901,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132310901,999,223063004 +2310902,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132310902,998,223063004 +2310903,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132310903,997,223063004 +2310904,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132310904,996,223063004 +2310905,Complete a song from Love Live! Superstar!!,Complete a song from Love Live! Superstar!!,10,0,73,4,1,132310905,995,223063004 +2310906,Complete songs from Love Live! Superstar!! 3 times.,Complete songs from Love Live! Superstar!! 3 times.,10,0,73,4,3,132310906,994,223063004 +2310907,Complete songs from Love Live! Superstar!! 5 times.,Complete songs from Love Live! Superstar!! 5 times.,10,0,73,4,5,132310907,993,223063004 +2210908,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132210908,992,223063004 +2210909,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132210909,991,223063004 +2210910,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132210910,990,223063004 +2210911,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132210911,989,223063004 +2210912,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132210912,988,223063004 +2210913,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132210913,987,223063004 +2210914,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132210914,986,223063004 +2210915,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132210915,985,223063004 +2210916,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132210916,984,223063004 +2210917,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132210917,983,223063004 +2210918,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132210918,982,223063004 +2210919,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132210919,981,223063004 +2210920,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132210920,980,223063004 +2210921,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132210921,979,223063004 +2210922,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132210922,978,223063004 +2210923,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132210923,977,223063004 +2210924,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132210924,976,223063004 +2210925,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132210925,975,223063004 +2210926,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132210926,974,223063004 +2210927,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132210927,973,223063004 +2210928,"Achieve a score of 50,000 on the song ""WE WILL‼"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""WE WILL‼"" on NORMAL difficulty or higher.",9,0,42,"1404801,1,50000",1,132210928,972,223063004 +2210929,"Achieve a score of 200,000 on the song ""WE WILL‼"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""WE WILL‼"" on HARD difficulty or higher.",9,0,42,"1404801,2,200000",1,132210929,971,223063004 +2210930,"Achieve a score of 300,000 on the song ""WE WILL‼"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""WE WILL‼"" on EXPERT difficulty or higher.",9,0,42,"1404801,3,300000",1,132210930,970,223063004 +2210931,Log in to the event. *Hidden,Log in to the event. *Hidden,9,0,79,109,1,0,999,223063006 +2210932,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,109,5000,0,999,223063006 +2210933,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,109,12000,0,999,223063006 +2210934,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,109,20000,0,999,223063006 +2210935,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,109,30000,0,999,223063006 +2711001,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132711001,999,223071101 +2711002,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132711002,998,223071101 +2711003,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132711003,997,223071101 +2611004,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132611004,996,223071101 +2611005,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132611005,995,223071101 +2611006,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132611006,994,223071101 +2611007,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132611007,993,223071101 +2611008,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132611008,992,223071101 +2611009,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132611009,991,223071101 +2611010,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132611010,990,223071101 +2611011,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132611011,989,223071101 +2611012,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132611012,988,223071101 +2511101,Collect 150 event pts.,Collect 150 event pts.,12,0,38,,150,132511101,999,223071505 +2511102,"Collect 1,500 event pts.","Collect 1,500 event pts.",12,0,38,,1500,132511102,998,223071505 +2511103,"Collect 7,500 event pts.","Collect 7,500 event pts.",12,0,38,,7500,132511103,997,223071505 +2511104,"Collect 15,000 event pts.","Collect 15,000 event pts.",12,0,38,,15000,132511104,996,223071505 +2511105,Complete a Teamup Live Show as a Backup member.,Complete a Teamup Live Show as a Backup member.,12,0,81,,1,132511105,1996,223071505 +2511106,Complete a Teamup Live Show as a Backup member 3 times.,Complete a Teamup Live Show as a Backup member 3 times.,12,0,81,,3,132511106,1995,223071505 +2511107,Complete a Teamup Live Show as a Backup member 5 times.,Complete a Teamup Live Show as a Backup member 5 times.,12,0,81,,5,132511107,1994,223071505 +2411108,Complete a Teamup Live Show as a Backup member 7 times.,Complete a Teamup Live Show as a Backup member 7 times.,11,0,81,,7,132411108,992,223071505 +2411109,Complete a Teamup Live Show as a Backup member 10 times.,Complete a Teamup Live Show as a Backup member 10 times.,11,0,81,,10,132411109,991,223071505 +2411110,Complete a Teamup Live Show as a Backup member 20 times.,Complete a Teamup Live Show as a Backup member 20 times.,11,0,81,,20,132411110,990,223071505 +2411111,Complete a Teamup Live Show as a Backup member 30 times.,Complete a Teamup Live Show as a Backup member 30 times.,11,0,81,,30,132411111,989,223071505 +2411112,Clear 10 live shows.,Clear 10 live shows.,11,0,5,,10,132411112,988,223071505 +2411113,Clear 20 live shows.,Clear 20 live shows.,11,0,5,,20,132411113,987,223071505 +2411114,Clear 30 live shows.,Clear 30 live shows.,11,0,5,,30,132411114,986,223071505 +2411115,Clear 40 live shows.,Clear 40 live shows.,11,0,5,,40,132411115,985,223071505 +2411116,Clear 50 live shows.,Clear 50 live shows.,11,0,5,,50,132411116,984,223071505 +2411117,Clear 60 live shows.,Clear 60 live shows.,11,0,5,,60,132411117,983,223071505 +2411118,Clear 70 live shows.,Clear 70 live shows.,11,0,5,,70,132411118,982,223071505 +2411119,Clear 80 live shows.,Clear 80 live shows.,11,0,5,,80,132411119,981,223071505 +2411120,Clear 90 live shows.,Clear 90 live shows.,11,0,5,,90,132411120,980,223071505 +2411121,Clear 100 live shows.,Clear 100 live shows.,11,0,5,,100,132411121,979,223071505 +2411122,Get 3rd place or higher in a Teamup Live Show 5 times.,Get 3rd place or higher in a Teamup Live Show 5 times.,11,0,82,3,5,132411122,978,223071505 +2411123,Get 2nd place or higher in a Teamup Live Show 3 times.,Get 2nd place or higher in a Teamup Live Show 3 times.,11,0,82,2,3,132411123,977,223071505 +2411124,Get 1st place or higher in a Teamup Live Show.,Get 1st place or higher in a Teamup Live Show.,11,0,82,1,1,132411124,976,223071505 +2411125,Complete a Teamup Live Show with four or more other players.,Complete a Teamup Live Show with four or more other players.,11,0,80,4,1,132411125,975,223071505 +2411126,Complete a Teamup Live Show with four or more other players 3 times.,Complete a Teamup Live Show with four or more other players 3 times.,11,0,80,4,3,132411126,974,223071505 +2411127,Complete a Teamup Live Show with four or more other players 5 times.,Complete a Teamup Live Show with four or more other players 5 times.,11,0,80,4,5,132411127,973,223071505 +2411128,Complete a Teamup Live Show with four or more other players 10 times.,Complete a Teamup Live Show with four or more other players 10 times.,11,0,80,4,10,132411128,972,223071505 +2411129,Complete a Teamup Live Show with four or more other players 20 times.,Complete a Teamup Live Show with four or more other players 20 times.,11,0,80,4,20,132411129,971,223071505 +2411130,Complete a Teamup Live Show with four or more other players 30 times.,Complete a Teamup Live Show with four or more other players 30 times.,11,0,80,4,30,132411130,970,223071505 +2711201,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132711201,999,223072601 +2711202,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132711202,998,223072601 +2711203,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132711203,997,223072601 +2611204,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132611204,996,223072601 +2611205,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132611205,995,223072601 +2611206,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132611206,994,223072601 +2611207,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132611207,993,223072601 +2611208,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132611208,992,223072601 +2611209,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132611209,991,223072601 +2611210,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132611210,990,223072601 +2611211,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132611211,989,223072601 +2611212,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132611212,988,223072601 +2510801,Collect 150 event pts.,Collect 150 event pts.,12,0,38,,150,132510801,999,223061504 +2510802,"Collect 1,500 event pts.","Collect 1,500 event pts.",12,0,38,,1500,132510802,998,223061504 +2510803,"Collect 7,500 event pts.","Collect 7,500 event pts.",12,0,38,,7500,132510803,997,223061504 +2510804,"Collect 15,000 event pts.","Collect 15,000 event pts.",12,0,38,,15000,132510804,996,223061504 +2510805,Complete a Teamup Live Show as a Backup member.,Complete a Teamup Live Show as a Backup member.,12,0,81,,1,132510805,1996,223061504 +2510806,Complete a Teamup Live Show as a Backup member 3 times.,Complete a Teamup Live Show as a Backup member 3 times.,12,0,81,,3,132510806,1995,223061504 +2510807,Complete a Teamup Live Show as a Backup member 5 times.,Complete a Teamup Live Show as a Backup member 5 times.,12,0,81,,5,132510807,1994,223061504 +2410808,Complete a Teamup Live Show as a Backup member 7 times.,Complete a Teamup Live Show as a Backup member 7 times.,11,0,81,,7,132410808,992,223061504 +2410809,Complete a Teamup Live Show as a Backup member 10 times.,Complete a Teamup Live Show as a Backup member 10 times.,11,0,81,,10,132410809,991,223061504 +2410810,Complete a Teamup Live Show as a Backup member 20 times.,Complete a Teamup Live Show as a Backup member 20 times.,11,0,81,,20,132410810,990,223061504 +2410811,Complete a Teamup Live Show as a Backup member 30 times.,Complete a Teamup Live Show as a Backup member 30 times.,11,0,81,,30,132410811,989,223061504 +2410812,Clear 10 live shows.,Clear 10 live shows.,11,0,5,,10,132410812,988,223061504 +2410813,Clear 20 live shows.,Clear 20 live shows.,11,0,5,,20,132410813,987,223061504 +2410814,Clear 30 live shows.,Clear 30 live shows.,11,0,5,,30,132410814,986,223061504 +2410815,Clear 40 live shows.,Clear 40 live shows.,11,0,5,,40,132410815,985,223061504 +2410816,Clear 50 live shows.,Clear 50 live shows.,11,0,5,,50,132410816,984,223061504 +2410817,Clear 60 live shows.,Clear 60 live shows.,11,0,5,,60,132410817,983,223061504 +2410818,Clear 70 live shows.,Clear 70 live shows.,11,0,5,,70,132410818,982,223061504 +2410819,Clear 80 live shows.,Clear 80 live shows.,11,0,5,,80,132410819,981,223061504 +2410820,Clear 90 live shows.,Clear 90 live shows.,11,0,5,,90,132410820,980,223061504 +2410821,Clear 100 live shows.,Clear 100 live shows.,11,0,5,,100,132410821,979,223061504 +2410822,Get 3rd place or higher in a Teamup Live Show 5 times.,Get 3rd place or higher in a Teamup Live Show 5 times.,11,0,82,3,5,132410822,978,223061504 +2410823,Get 2nd place or higher in a Teamup Live Show 3 times.,Get 2nd place or higher in a Teamup Live Show 3 times.,11,0,82,2,3,132410823,977,223061504 +2410824,Get 1st place or higher in a Teamup Live Show.,Get 1st place or higher in a Teamup Live Show.,11,0,82,1,1,132410824,976,223061504 +2410825,Complete a Teamup Live Show with four or more other players.,Complete a Teamup Live Show with four or more other players.,11,0,80,4,1,132410825,975,223061504 +2410826,Complete a Teamup Live Show with four or more other players 3 times.,Complete a Teamup Live Show with four or more other players 3 times.,11,0,80,4,3,132410826,974,223061504 +2410827,Complete a Teamup Live Show with four or more other players 5 times.,Complete a Teamup Live Show with four or more other players 5 times.,11,0,80,4,5,132410827,973,223061504 +2410828,Complete a Teamup Live Show with four or more other players 10 times.,Complete a Teamup Live Show with four or more other players 10 times.,11,0,80,4,10,132410828,972,223061504 +2410829,Complete a Teamup Live Show with four or more other players 20 times.,Complete a Teamup Live Show with four or more other players 20 times.,11,0,80,4,20,132410829,971,223061504 +2410830,Complete a Teamup Live Show with four or more other players 30 times.,Complete a Teamup Live Show with four or more other players 30 times.,11,0,80,4,30,132410830,970,223061504 +2311301,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132311301,999,223073104 +2311302,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132311302,998,223073104 +2311303,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132311303,997,223073104 +2311304,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132311304,996,223073104 +2311305,Complete a song from Love Live!,Complete a song from Love Live!,10,0,73,1,1,132311305,995,223073104 +2311306,Complete songs from Love Live! 3 times.,Complete songs from Love Live! 3 times.,10,0,73,1,3,132311306,994,223073104 +2311307,Complete songs from Love Live! 5 times.,Complete songs from Love Live! 5 times.,10,0,73,1,5,132311307,993,223073104 +2211308,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132211308,992,223073104 +2211309,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132211309,991,223073104 +2211310,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132211310,990,223073104 +2211311,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132211311,989,223073104 +2211312,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132211312,988,223073104 +2211313,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132211313,987,223073104 +2211314,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132211314,986,223073104 +2211315,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132211315,985,223073104 +2211316,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132211316,984,223073104 +2211317,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132211317,983,223073104 +2211318,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132211318,982,223073104 +2211319,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132211319,981,223073104 +2211320,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132211320,980,223073104 +2211321,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132211321,979,223073104 +2211322,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132211322,978,223073104 +2211323,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132211323,977,223073104 +2211324,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132211324,976,223073104 +2211325,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132211325,975,223073104 +2211326,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132211326,974,223073104 +2211327,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132211327,973,223073104 +2211328,"Achieve a score of 50,000 on the song ""Natsuiro Egao de 1, 2, Jump!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Natsuiro Egao de 1, 2, Jump!"" on NORMAL difficulty or higher.",9,0,42,"1110401,1,50000",1,132211328,972,223073104 +2211329,"Achieve a score of 200,000 on the song ""Natsuiro Egao de 1, 2, Jump!"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Natsuiro Egao de 1, 2, Jump!"" on HARD difficulty or higher.",9,0,42,"1110401,2,200000",1,132211329,971,223073104 +2211330,"Achieve a score of 300,000 on the song ""Natsuiro Egao de 1, 2, Jump!"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Natsuiro Egao de 1, 2, Jump!"" on EXPERT difficulty or higher.",9,0,42,"1110401,3,300000",1,132211330,970,223073104 +2211331,Log in to the event. *Hidden,Log in to the event. *Hidden,9,0,79,113,1,0,999,223073106 +2211332,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,113,5000,0,999,223073106 +2211333,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,113,12000,0,999,223073106 +2211334,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,113,20000,0,999,223073106 +2211335,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,113,30000,0,999,223073106 +2711401,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132711401,999,223081101 +2711402,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132711402,998,223081101 +2711403,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132711403,997,223081101 +2611404,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132611404,996,223081101 +2611405,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132611405,995,223081101 +2611406,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132611406,994,223081101 +2611407,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132611407,993,223081101 +2611408,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132611408,992,223081101 +2611409,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132611409,991,223081101 +2611410,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132611410,990,223081101 +2611411,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132611411,989,223081101 +2611412,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132611412,988,223081101 +2511501,Collect 150 event pts.,Collect 150 event pts.,12,0,38,,150,132511501,999,223081504 +2511502,"Collect 1,500 event pts.","Collect 1,500 event pts.",12,0,38,,1500,132511502,998,223081504 +2511503,"Collect 7,500 event pts.","Collect 7,500 event pts.",12,0,38,,7500,132511503,997,223081504 +2511504,"Collect 15,000 event pts.","Collect 15,000 event pts.",12,0,38,,15000,132511504,996,223081504 +2511505,Complete a Teamup Live Show as a Backup member.,Complete a Teamup Live Show as a Backup member.,12,0,81,,1,132511505,1996,223081504 +2511506,Complete a Teamup Live Show as a Backup member 3 times.,Complete a Teamup Live Show as a Backup member 3 times.,12,0,81,,3,132511506,1995,223081504 +2511507,Complete a Teamup Live Show as a Backup member 5 times.,Complete a Teamup Live Show as a Backup member 5 times.,12,0,81,,5,132511507,1994,223081504 +2411508,Complete a Teamup Live Show as a Backup member 7 times.,Complete a Teamup Live Show as a Backup member 7 times.,11,0,81,,7,132411508,992,223081504 +2411509,Complete a Teamup Live Show as a Backup member 10 times.,Complete a Teamup Live Show as a Backup member 10 times.,11,0,81,,10,132411509,991,223081504 +2411510,Complete a Teamup Live Show as a Backup member 20 times.,Complete a Teamup Live Show as a Backup member 20 times.,11,0,81,,20,132411510,990,223081504 +2411511,Complete a Teamup Live Show as a Backup member 30 times.,Complete a Teamup Live Show as a Backup member 30 times.,11,0,81,,30,132411511,989,223081504 +2411512,Clear 10 live shows.,Clear 10 live shows.,11,0,5,,10,132411512,988,223081504 +2411513,Clear 20 live shows.,Clear 20 live shows.,11,0,5,,20,132411513,987,223081504 +2411514,Clear 30 live shows.,Clear 30 live shows.,11,0,5,,30,132411514,986,223081504 +2411515,Clear 40 live shows.,Clear 40 live shows.,11,0,5,,40,132411515,985,223081504 +2411516,Clear 50 live shows.,Clear 50 live shows.,11,0,5,,50,132411516,984,223081504 +2411517,Clear 60 live shows.,Clear 60 live shows.,11,0,5,,60,132411517,983,223081504 +2411518,Clear 70 live shows.,Clear 70 live shows.,11,0,5,,70,132411518,982,223081504 +2411519,Clear 80 live shows.,Clear 80 live shows.,11,0,5,,80,132411519,981,223081504 +2411520,Clear 90 live shows.,Clear 90 live shows.,11,0,5,,90,132411520,980,223081504 +2411521,Clear 100 live shows.,Clear 100 live shows.,11,0,5,,100,132411521,979,223081504 +2411522,Get 3rd place or higher in a Teamup Live Show 5 times.,Get 3rd place or higher in a Teamup Live Show 5 times.,11,0,82,3,5,132411522,978,223081504 +2411523,Get 2nd place or higher in a Teamup Live Show 3 times.,Get 2nd place or higher in a Teamup Live Show 3 times.,11,0,82,2,3,132411523,977,223081504 +2411524,Get 1st place or higher in a Teamup Live Show.,Get 1st place or higher in a Teamup Live Show.,11,0,82,1,1,132411524,976,223081504 +2411525,Complete a Teamup Live Show with four or more other players.,Complete a Teamup Live Show with four or more other players.,11,0,80,4,1,132411525,975,223081504 +2411526,Complete a Teamup Live Show with four or more other players 3 times.,Complete a Teamup Live Show with four or more other players 3 times.,11,0,80,4,3,132411526,974,223081504 +2411527,Complete a Teamup Live Show with four or more other players 5 times.,Complete a Teamup Live Show with four or more other players 5 times.,11,0,80,4,5,132411527,973,223081504 +2411528,Complete a Teamup Live Show with four or more other players 10 times.,Complete a Teamup Live Show with four or more other players 10 times.,11,0,80,4,10,132411528,972,223081504 +2411529,Complete a Teamup Live Show with four or more other players 20 times.,Complete a Teamup Live Show with four or more other players 20 times.,11,0,80,4,20,132411529,971,223081504 +2411530,Complete a Teamup Live Show with four or more other players 30 times.,Complete a Teamup Live Show with four or more other players 30 times.,11,0,80,4,30,132411530,970,223081504 +2711601,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132711601,999,223082601 +2711602,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132711602,998,223082601 +2711603,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132711603,997,223082601 +2611604,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132611604,996,223082601 +2611605,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132611605,995,223082601 +2611606,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132611606,994,223082601 +2611607,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132611607,993,223082601 +2611608,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132611608,992,223082601 +2611609,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132611609,991,223082601 +2611610,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132611610,990,223082601 +2611611,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132611611,989,223082601 +2611612,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132611612,988,223082601 +2311701,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132311701,999,223083104 +2311702,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132311702,998,223083104 +2311703,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132311703,997,223083104 +2311704,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132311704,996,223083104 +2311705,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132311705,995,223083104 +2311706,Complete a song from Love Live! Sunshine!!,Complete a song from Love Live! Sunshine!!,10,0,73,2,1,132311706,994,223083104 +2311707,Complete songs from Love Live! Sunshine!! 3 times.,Complete songs from Love Live! Sunshine!! 3 times.,10,0,73,2,3,132311707,993,223083104 +2311708,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,10,0,73,2,5,132311708,992,223083104 +2211709,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132211709,991,223083104 +2211710,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132211710,990,223083104 +2211711,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132211711,989,223083104 +2211712,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132211712,988,223083104 +2211713,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132211713,987,223083104 +2211714,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132211714,986,223083104 +2211715,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132211715,985,223083104 +2211716,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132211716,984,223083104 +2211717,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132211717,983,223083104 +2211718,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132211718,982,223083104 +2211719,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132211719,981,223083104 +2211720,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132211720,980,223083104 +2211721,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132211721,979,223083104 +2211722,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132211722,978,223083104 +2211723,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132211723,977,223083104 +2211724,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132211724,976,223083104 +2211725,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132211725,975,223083104 +2211726,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132211726,974,223083104 +2211727,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132211727,973,223083104 +2211728,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132211728,972,223083104 +2211729,"Achieve a score of 50,000 on the song ""MY Mai☆TONIGHT"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""MY Mai☆TONIGHT"" on NORMAL difficulty or higher.",9,0,42,"1204601,1,50000",1,132211729,971,223083104 +2211730,"Achieve a score of 200,000 on the song ""MY Mai☆TONIGHT"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""MY Mai☆TONIGHT"" on HARD difficulty or higher.",9,0,42,"1204601,2,200000",1,132211730,970,223083104 +2211731,"Achieve a score of 300,000 on the song ""MY Mai☆TONIGHT"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""MY Mai☆TONIGHT"" on EXPERT difficulty or higher.",9,0,42,"1204601,3,300000",1,132211731,969,223083104 +2211732,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,117,1,0,999,223083106 +2211733,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,117,5000,0,999,223083106 +2211734,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,117,12000,0,999,223083106 +2211735,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,117,20000,0,999,223083106 +2211736,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,117,30000,0,999,223083106 +2711801,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132711801,999,223091101 +2711802,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132711802,998,223091101 +2711803,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132711803,997,223091101 +2611804,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132611804,996,223091101 +2611805,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132611805,995,223091101 +2611806,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132611806,994,223091101 +2611807,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132611807,993,223091101 +2611808,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132611808,992,223091101 +2611809,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132611809,991,223091101 +2611810,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132611810,990,223091101 +2611811,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132611811,989,223091101 +2611812,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132611812,988,223091101 +2511901,Collect 150 event pts.,Collect 150 event pts.,12,0,38,,150,132511901,999,223091504 +2511902,"Collect 1,500 event pts.","Collect 1,500 event pts.",12,0,38,,1500,132511902,998,223091504 +2511903,"Collect 7,500 event pts.","Collect 7,500 event pts.",12,0,38,,7500,132511903,997,223091504 +2511904,"Collect 15,000 event pts.","Collect 15,000 event pts.",12,0,38,,15000,132511904,996,223091504 +2511905,Complete a Teamup Live Show as a Backup member.,Complete a Teamup Live Show as a Backup member.,12,0,81,,1,132511905,1996,223091504 +2511906,Complete a Teamup Live Show as a Backup member 3 times.,Complete a Teamup Live Show as a Backup member 3 times.,12,0,81,,3,132511906,1995,223091504 +2511907,Complete a Teamup Live Show as a Backup member 5 times.,Complete a Teamup Live Show as a Backup member 5 times.,12,0,81,,5,132511907,1994,223091504 +2513101,Collect 800 event pts.,Collect 800 event pts.,12,0,38,,800,132513101,1000,223121507 +2513102,"Collect 1,500 event pts.","Collect 1,500 event pts.",12,0,38,,1500,132513102,999,223121507 +2513103,"Collect 7,500 event pts.","Collect 7,500 event pts.",12,0,38,,7500,132513103,997,223121507 +2513104,"Collect 15,000 event pts.","Collect 15,000 event pts.",12,0,38,,15000,132513104,996,223121507 +2513105,Collect 100 event pts.,Collect 100 event pts.,12,0,38,,100,132513105,1002,223121507 +2513106,Collect 150 event pts.,Collect 150 event pts.,12,0,38,,150,132513106,1001,223121507 +2513107,"Collect 2,500 event pts.","Collect 2,500 event pts.",12,0,38,,2500,132513107,998,223121507 +2411908,Complete a Teamup Live Show as a Backup member 7 times.,Complete a Teamup Live Show as a Backup member 7 times.,11,0,81,,7,132411908,992,223091504 +2411909,Complete a Teamup Live Show as a Backup member 10 times.,Complete a Teamup Live Show as a Backup member 10 times.,11,0,81,,10,132411909,991,223091504 +2411910,Complete a Teamup Live Show as a Backup member 20 times.,Complete a Teamup Live Show as a Backup member 20 times.,11,0,81,,20,132411910,990,223091504 +2411911,Complete a Teamup Live Show as a Backup member 30 times.,Complete a Teamup Live Show as a Backup member 30 times.,11,0,81,,30,132411911,989,223091504 +2411912,Clear 10 live shows.,Clear 10 live shows.,11,0,5,,10,132411912,988,223091504 +2411913,Clear 20 live shows.,Clear 20 live shows.,11,0,5,,20,132411913,987,223091504 +2411914,Clear 30 live shows.,Clear 30 live shows.,11,0,5,,30,132411914,986,223091504 +2411915,Clear 40 live shows.,Clear 40 live shows.,11,0,5,,40,132411915,985,223091504 +2411916,Clear 50 live shows.,Clear 50 live shows.,11,0,5,,50,132411916,984,223091504 +2411917,Clear 60 live shows.,Clear 60 live shows.,11,0,5,,60,132411917,983,223091504 +2411918,Clear 70 live shows.,Clear 70 live shows.,11,0,5,,70,132411918,982,223091504 +2411919,Clear 80 live shows.,Clear 80 live shows.,11,0,5,,80,132411919,981,223091504 +2411920,Clear 90 live shows.,Clear 90 live shows.,11,0,5,,90,132411920,980,223091504 +2411921,Clear 100 live shows.,Clear 100 live shows.,11,0,5,,100,132411921,979,223091504 +2411922,Get 3rd place or higher in a Teamup Live Show 5 times.,Get 3rd place or higher in a Teamup Live Show 5 times.,11,0,82,3,5,132411922,978,223091504 +2411923,Get 2nd place or higher in a Teamup Live Show 3 times.,Get 2nd place or higher in a Teamup Live Show 3 times.,11,0,82,2,3,132411923,977,223091504 +2411924,Get 1st place or higher in a Teamup Live Show.,Get 1st place or higher in a Teamup Live Show.,11,0,82,1,1,132411924,976,223091504 +2411925,Complete a Teamup Live Show with four or more other players.,Complete a Teamup Live Show with four or more other players.,11,0,80,4,1,132411925,975,223091504 +2411926,Complete a Teamup Live Show with four or more other players 3 times.,Complete a Teamup Live Show with four or more other players 3 times.,11,0,80,4,3,132411926,974,223091504 +2411927,Complete a Teamup Live Show with four or more other players 5 times.,Complete a Teamup Live Show with four or more other players 5 times.,11,0,80,4,5,132411927,973,223091504 +2411928,Complete a Teamup Live Show with four or more other players 10 times.,Complete a Teamup Live Show with four or more other players 10 times.,11,0,80,4,10,132411928,972,223091504 +2411929,Complete a Teamup Live Show with four or more other players 20 times.,Complete a Teamup Live Show with four or more other players 20 times.,11,0,80,4,20,132411929,971,223091504 +2411930,Complete a Teamup Live Show with four or more other players 30 times.,Complete a Teamup Live Show with four or more other players 30 times.,11,0,80,4,30,132411930,970,223091504 +2413108,Complete a Teamup Live Show as a Backup member 7 times.,Complete a Teamup Live Show as a Backup member 7 times.,11,0,81,,7,132413108,992,223121507 +2413109,Complete a Teamup Live Show as a Backup member 10 times.,Complete a Teamup Live Show as a Backup member 10 times.,11,0,81,,10,132413109,991,223121507 +2413110,Complete a Teamup Live Show as a Backup member 20 times.,Complete a Teamup Live Show as a Backup member 20 times.,11,0,81,,20,132413110,990,223121507 +2413111,Complete a Teamup Live Show as a Backup member 30 times.,Complete a Teamup Live Show as a Backup member 30 times.,11,0,81,,30,132413111,989,223121507 +2413112,Clear 10 live shows.,Clear 10 live shows.,11,0,5,,10,132413112,988,223121507 +2413113,Clear 20 live shows.,Clear 20 live shows.,11,0,5,,20,132413113,987,223121507 +2413114,Clear 30 live shows.,Clear 30 live shows.,11,0,5,,30,132413114,986,223121507 +2413115,Clear 40 live shows.,Clear 40 live shows.,11,0,5,,40,132413115,985,223121507 +2413116,Clear 50 live shows.,Clear 50 live shows.,11,0,5,,50,132413116,984,223121507 +2413117,Clear 60 live shows.,Clear 60 live shows.,11,0,5,,60,132413117,983,223121507 +2413118,Clear 70 live shows.,Clear 70 live shows.,11,0,5,,70,132413118,982,223121507 +2413119,Clear 80 live shows.,Clear 80 live shows.,11,0,5,,80,132413119,981,223121507 +2413120,Clear 90 live shows.,Clear 90 live shows.,11,0,5,,90,132413120,980,223121507 +2413121,Clear 100 live shows.,Clear 100 live shows.,11,0,5,,100,132413121,979,223121507 +2413122,Get 3rd place or higher in a Teamup Live Show 5 times.,Get 3rd place or higher in a Teamup Live Show 5 times.,11,0,82,3,5,132413122,978,223121507 +2413123,Get 2nd place or higher in a Teamup Live Show 3 times.,Get 2nd place or higher in a Teamup Live Show 3 times.,11,0,82,2,3,132413123,977,223121507 +2413124,Get 1st place or higher in a Teamup Live Show.,Get 1st place or higher in a Teamup Live Show.,11,0,82,1,1,132413124,976,223121507 +2413125,Complete a Teamup Live Show with four or more other players.,Complete a Teamup Live Show with four or more other players.,11,0,80,4,1,132413125,975,223121507 +2413126,Complete a Teamup Live Show with four or more other players 3 times.,Complete a Teamup Live Show with four or more other players 3 times.,11,0,80,4,3,132413126,974,223121507 +2413127,Complete a Teamup Live Show with four or more other players 5 times.,Complete a Teamup Live Show with four or more other players 5 times.,11,0,80,4,5,132413127,973,223121507 +2413128,Complete a Teamup Live Show with four or more other players 10 times.,Complete a Teamup Live Show with four or more other players 10 times.,11,0,80,4,10,132413128,972,223121507 +2413129,Complete a Teamup Live Show with four or more other players 20 times.,Complete a Teamup Live Show with four or more other players 20 times.,11,0,80,4,20,132413129,971,223121507 +2413130,Complete a Teamup Live Show with four or more other players 30 times.,Complete a Teamup Live Show with four or more other players 30 times.,11,0,80,4,30,132413130,970,223121507 +2712001,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132712001,999,223092601 +2712002,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132712002,998,223092601 +2712003,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132712003,997,223092601 +2612004,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132612004,996,223092601 +2612005,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132612005,995,223092601 +2612006,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132612006,994,223092601 +2612007,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132612007,993,223092601 +2612008,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132612008,992,223092601 +2612009,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132612009,991,223092601 +2612010,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132612010,990,223092601 +2612011,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132612011,989,223092601 +2612012,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132612012,988,223092601 +2312101,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132312101,999,223093004 +2312102,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132312102,998,223093004 +2312103,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132312103,997,223093004 +2312104,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132312104,996,223093004 +2312105,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132312105,995,223093004 +2312106,Complete a Love Live! Nijigasaki High School Idol Club song.,Complete a Love Live! Nijigasaki High School Idol Club song.,10,0,73,3,1,132312106,994,223093004 +2312107,Complete songs from Love Live! Nijigasaki High School Idol Club songs 3 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 3 times.,10,0,73,3,3,132312107,993,223093004 +2312108,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,10,0,73,3,5,132312108,992,223093004 +2212109,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132212109,991,223093004 +2212110,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132212110,990,223093004 +2212111,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132212111,989,223093004 +2212112,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132212112,988,223093004 +2212113,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132212113,987,223093004 +2212114,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132212114,986,223093004 +2212115,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132212115,985,223093004 +2212116,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132212116,984,223093004 +2212117,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132212117,983,223093004 +2212118,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132212118,982,223093004 +2212119,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132212119,981,223093004 +2212120,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132212120,980,223093004 +2212121,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132212121,979,223093004 +2212122,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132212122,978,223093004 +2212123,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132212123,977,223093004 +2212124,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132212124,976,223093004 +2212125,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132212125,975,223093004 +2212126,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132212126,974,223093004 +2212127,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132212127,973,223093004 +2212128,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132212128,972,223093004 +2212129,"Achieve a score of 50,000 on the song ""Love U my friends (12 Singers Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Love U my friends (12 Singers Ver.)"" on NORMAL difficulty or higher.",9,0,42,"1311801,1,50000",1,132212129,971,223093004 +2212130,"Achieve a score of 200,000 on the song ""Love U my friends (12 Singers Ver.)"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Love U my friends (12 Singers Ver.)"" on HARD difficulty or higher.",9,0,42,"1311801,2,200000",1,132212130,970,223093004 +2212131,"Achieve a score of 300,000 on the song ""Love U my friends (12 Singers Ver.)"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Love U my friends (12 Singers Ver.)"" on EXPERT difficulty or higher.",9,0,42,"1311801,3,300000",1,132212131,969,223093004 +2212132,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,121,1,0,999,223093006 +2212133,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,121,5000,0,999,223093006 +2212134,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,121,12000,0,999,223093006 +2212135,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,121,20000,0,999,223093006 +2212136,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,121,30000,0,999,223093006 +2712201,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132712201,999,223101101 +2712202,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132712202,998,223101101 +2712203,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132712203,997,223101101 +2612204,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132612204,996,223101101 +2612205,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132612205,995,223101101 +2612206,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132612206,994,223101101 +2612207,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132612207,993,223101101 +2612208,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132612208,992,223101101 +2612209,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132612209,991,223101101 +2612210,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132612210,990,223101101 +2612211,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132612211,989,223101101 +2612212,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132612212,988,223101101 +2312301,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132312301,999,223101508 +2312302,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132312302,998,223101508 +2312303,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132312303,997,223101508 +2312304,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132312304,996,223101508 +2312305,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132312305,995,223101508 +2312306,Complete a song from Love Live! Sunshine!!,Complete a song from Love Live! Sunshine!!,10,0,73,2,1,132312306,994,223101508 +2312307,Complete songs from Love Live! Sunshine!! 3 times.,Complete songs from Love Live! Sunshine!! 3 times.,10,0,73,2,3,132312307,993,223101508 +2312308,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,10,0,73,2,5,132312308,992,223101508 +2212309,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132212309,991,223101508 +2212310,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132212310,990,223101508 +2212311,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132212311,989,223101508 +2212312,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132212312,988,223101508 +2212313,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132212313,987,223101508 +2212314,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132212314,986,223101508 +2212315,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132212315,985,223101508 +2212316,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132212316,984,223101508 +2212317,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132212317,983,223101508 +2212318,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132212318,982,223101508 +2212319,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132212319,981,223101508 +2212320,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132212320,980,223101508 +2212321,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132212321,979,223101508 +2212322,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132212322,978,223101508 +2212323,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132212323,977,223101508 +2212324,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132212324,976,223101508 +2212325,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132212325,975,223101508 +2212326,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132212326,974,223101508 +2212327,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132212327,973,223101508 +2212328,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132212328,972,223101508 +2212329,"Achieve a score of 50,000 on the song ""WATER BLUE NEW WORLD"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""WATER BLUE NEW WORLD"" on NORMAL difficulty or higher.",9,0,42,"1205501,1,50000",1,132212329,971,223101508 +2212330,"Achieve a score of 200,000 on the song ""WATER BLUE NEW WORLD"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""WATER BLUE NEW WORLD"" on HARD difficulty or higher.",9,0,42,"1205501,2,200000",1,132212330,970,223101508 +2212331,"Achieve a score of 300,000 on the song ""WATER BLUE NEW WORLD"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""WATER BLUE NEW WORLD"" on EXPERT difficulty or higher.",9,0,42,"1205501,3,300000",1,132212331,969,223101508 +2712401,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132712401,999,223102601 +2712402,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132712402,998,223102601 +2712403,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132712403,997,223102601 +2612404,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132612404,996,223102601 +2612405,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132612405,995,223102601 +2612406,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132612406,994,223102601 +2612407,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132612407,993,223102601 +2612408,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132612408,992,223102601 +2612409,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132612409,991,223102601 +2612410,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132612410,990,223102601 +2612411,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132612411,989,223102601 +2612412,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132612412,988,223102601 +2312501,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132312501,999,223103104 +2312502,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132312502,998,223103104 +2312503,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132312503,997,223103104 +2312504,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132312504,996,223103104 +2312505,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132312505,995,223103104 +2312506,Complete a song from Love Live! Superstar!!,Complete a song from Love Live! Superstar!!,10,0,73,4,1,132312506,994,223103104 +2312507,Complete songs from Love Live! Superstar!! 3 times.,Complete songs from Love Live! Superstar!! 3 times.,10,0,73,4,3,132312507,993,223103104 +2312508,Complete songs from Love Live! Superstar!! 5 times.,Complete songs from Love Live! Superstar!! 5 times.,10,0,73,4,5,132312508,992,223103104 +2212509,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132212509,991,223103104 +2212510,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132212510,990,223103104 +2212511,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132212511,989,223103104 +2212512,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132212512,988,223103104 +2212513,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132212513,987,223103104 +2212514,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132212514,986,223103104 +2212515,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132212515,985,223103104 +2212516,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132212516,984,223103104 +2212517,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132212517,983,223103104 +2212518,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132212518,982,223103104 +2212519,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132212519,981,223103104 +2212520,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132212520,980,223103104 +2212521,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132212521,979,223103104 +2212522,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132212522,978,223103104 +2212523,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132212523,977,223103104 +2212524,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132212524,976,223103104 +2212525,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132212525,975,223103104 +2212526,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132212526,974,223103104 +2212527,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132212527,973,223103104 +2212528,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132212528,972,223103104 +2212529,"Achieve a score of 50,000 on the song ""Hajimari wa Kimi no Sora"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Hajimari wa Kimi no Sora"" on NORMAL difficulty or higher.",9,0,42,"1403701,1,50000",1,132212529,971,223103104 +2212530,"Achieve a score of 200,000 on the song ""Hajimari wa Kimi no Sora"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Hajimari wa Kimi no Sora"" on HARD difficulty or higher.",9,0,42,"1403701,2,200000",1,132212530,970,223103104 +2212531,"Achieve a score of 300,000 on the song ""Hajimari wa Kimi no Sora"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Hajimari wa Kimi no Sora"" on EXPERT difficulty or higher.",9,0,42,"1403701,3,300000",1,132212531,969,223103104 +2212532,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,125,1,0,999,223103106 +2212533,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,125,5000,0,999,223103106 +2212534,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,125,12000,0,999,223103106 +2212535,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,125,20000,0,999,223103106 +2212536,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,125,30000,0,999,223103106 +2712601,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132712601,999,223111101 +2712602,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132712602,998,223111101 +2712603,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132712603,997,223111101 +2612604,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132612604,996,223111101 +2612605,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132612605,995,223111101 +2612606,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132612606,994,223111101 +2612607,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132612607,993,223111101 +2612608,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132612608,992,223111101 +2612609,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132612609,991,223111101 +2612610,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132612610,990,223111101 +2612611,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132612611,989,223111101 +2612612,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132612612,988,223111101 +3712701,Collect 10 event pts.,Collect 10 event pts.,23,0,38,,10,133712701,0,223111504 +3712702,Collect 20 event pts.,Collect 20 event pts.,23,0,38,,20,133712702,0,223111504 +3712703,Collect 100 event pts.,Collect 100 event pts.,23,0,38,,100,133712703,0,223111504 +3712704,Collect 500 event pts.,Collect 500 event pts.,23,0,38,,500,133712704,0,223111504 +3712705,"Collect 1,000 event pts.","Collect 1,000 event pts.",23,0,38,,1000,133712705,0,223111504 +3712706,Share the Star Challenge event from the TOP screen.,Share the Star Challenge event from the TOP screen.,23,0,84,,1,133712706,0,223111504 +3713501,Collect 10 event pts.,Collect 10 event pts.,23,0,38,,10,133713501,999,224011504 +3713502,Collect 20 event pts.,Collect 20 event pts.,23,0,38,,20,133713502,998,224011504 +3713503,Collect 100 event pts.,Collect 100 event pts.,23,0,38,,100,133713503,997,224011504 +3713504,Collect 500 event pts.,Collect 500 event pts.,23,0,38,,500,133713504,996,224011504 +3713505,"Collect 1,000 event pts.","Collect 1,000 event pts.",23,0,38,,1000,133713505,995,224011504 +3713506,Clear a live show.,Clear a live show.,23,0,5,,1,133713506,994,224011504 +3713507,Clear 3 live shows.,Clear 3 live shows.,23,0,5,,3,133713507,993,224011504 +3713508,Clear 5 live shows.,Clear 5 live shows.,23,0,5,,5,133713508,992,224011504 +3713509,Clear 10 live shows.,Clear 10 live shows.,23,0,5,,10,133713509,991,224011504 +3713510,Share the Star Challenge event from the TOP screen.,Share the Star Challenge event from the TOP screen.,23,0,84,,1,133713510,990,224011504 +3713901,Collect 10 event pts.,Collect 10 event pts.,23,0,38,,10,133713901,999,224021404 +3713902,Collect 20 event pts.,Collect 20 event pts.,23,0,38,,20,133713902,998,224021404 +3713903,Collect 100 event pts.,Collect 100 event pts.,23,0,38,,100,133713903,997,224021404 +3713904,Collect 500 event pts.,Collect 500 event pts.,23,0,38,,500,133713904,996,224021404 +3713905,"Collect 1,000 event pts.","Collect 1,000 event pts.",23,0,38,,1000,133713905,995,224021404 +3713906,Clear a live show.,Clear a live show.,23,0,5,,1,133713906,994,224021404 +3713907,Clear 3 live shows.,Clear 3 live shows.,23,0,5,,3,133713907,993,224021404 +3713908,Clear 5 live shows.,Clear 5 live shows.,23,0,5,,5,133713908,992,224021404 +3713909,Clear 10 live shows.,Clear 10 live shows.,23,0,5,,10,133713909,991,224021404 +3713910,Share the Star Challenge event from the TOP screen.,Share the Star Challenge event from the TOP screen.,23,0,84,,1,133713910,990,224021404 +3612707,Clear 10 live shows.,Clear 10 live shows.,22,0,5,,10,133612707,0,223111504 +3612708,Clear 20 live shows.,Clear 20 live shows.,22,0,5,,20,133612708,0,223111504 +3612709,Clear 30 live shows.,Clear 30 live shows.,22,0,5,,30,133612709,0,223111504 +3612710,Clear 40 live shows.,Clear 40 live shows.,22,0,5,,40,133612710,0,223111504 +3612711,Clear 50 live shows.,Clear 50 live shows.,22,0,5,,50,133612711,0,223111504 +3612712,Clear 60 live shows.,Clear 60 live shows.,22,0,5,,60,133612712,0,223111504 +3612713,Clear 70 live shows.,Clear 70 live shows.,22,0,5,,70,133612713,0,223111504 +3612714,Clear 80 live shows.,Clear 80 live shows.,22,0,5,,80,133612714,0,223111504 +3612715,Clear 90 live shows.,Clear 90 live shows.,22,0,5,,90,133612715,0,223111504 +3612716,Clear 100 live shows.,Clear 100 live shows.,22,0,5,,100,133612716,0,223111504 +3613511,Clear 10 live shows.,Clear 10 live shows.,22,0,5,,10,133613511,989,224011504 +3613512,Clear 20 live shows.,Clear 20 live shows.,22,0,5,,20,133613512,988,224011504 +3613513,Clear 30 live shows.,Clear 30 live shows.,22,0,5,,30,133613513,987,224011504 +3613514,Clear 40 live shows.,Clear 40 live shows.,22,0,5,,40,133613514,986,224011504 +3613515,Clear 50 live shows.,Clear 50 live shows.,22,0,5,,50,133613515,985,224011504 +3613516,Clear 60 live shows.,Clear 60 live shows.,22,0,5,,60,133613516,984,224011504 +3613517,Clear 70 live shows.,Clear 70 live shows.,22,0,5,,70,133613517,983,224011504 +3613518,Clear 80 live shows.,Clear 80 live shows.,22,0,5,,80,133613518,982,224011504 +3613519,Clear 90 live shows.,Clear 90 live shows.,22,0,5,,90,133613519,981,224011504 +3613520,Clear 100 live shows.,Clear 100 live shows.,22,0,5,,100,133613520,980,224011504 +3613911,Clear 10 live shows.,Clear 10 live shows.,22,0,5,,10,133613911,989,224021404 +3613912,Clear 20 live shows.,Clear 20 live shows.,22,0,5,,20,133613912,988,224021404 +3613913,Clear 30 live shows.,Clear 30 live shows.,22,0,5,,30,133613913,987,224021404 +3613914,Clear 40 live shows.,Clear 40 live shows.,22,0,5,,40,133613914,986,224021404 +3613915,Clear 50 live shows.,Clear 50 live shows.,22,0,5,,50,133613915,985,224021404 +3613916,Clear 60 live shows.,Clear 60 live shows.,22,0,5,,60,133613916,984,224021404 +3613917,Clear 70 live shows.,Clear 70 live shows.,22,0,5,,70,133613917,983,224021404 +3613918,Clear 80 live shows.,Clear 80 live shows.,22,0,5,,80,133613918,982,224021404 +3613919,Clear 90 live shows.,Clear 90 live shows.,22,0,5,,90,133613919,981,224021404 +3613920,Clear 100 live shows.,Clear 100 live shows.,22,0,5,,100,133613920,980,224021404 +2712801,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132712801,999,223112601 +2712802,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132712802,998,223112601 +2712803,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132712803,997,223112601 +2612804,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132612804,996,223112601 +2612805,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132612805,995,223112601 +2612806,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132612806,994,223112601 +2612807,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132612807,993,223112601 +2612808,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132612808,992,223112601 +2612809,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132612809,991,223112601 +2612810,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132612810,990,223112601 +2612811,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132612811,989,223112601 +2612812,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132612812,988,223112601 +2312901,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132312901,999,223113004 +2312902,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132312902,998,223113004 +2312903,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132312903,997,223113004 +2312904,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132312904,996,223113004 +2312905,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132312905,995,223113004 +2312906,Complete a song from Love Live!,Complete a song from Love Live!,10,0,73,1,1,132312906,994,223113004 +2312907,Complete songs from Love Live! 3 times.,Complete songs from Love Live! 3 times.,10,0,73,1,3,132312907,993,223113004 +2312908,Complete songs from Love Live! 5 times.,Complete songs from Love Live! 5 times.,10,0,73,1,5,132312908,992,223113004 +2313301,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132313301,999,223123104 +2313302,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132313302,998,223123104 +2313303,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132313303,997,223123104 +2313304,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132313304,996,223123104 +2313305,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132313305,995,223123104 +2313306,Complete a song from Love Live! Sunshine!!,Complete a song from Love Live! Sunshine!!,10,0,73,2,1,132313306,994,223123104 +2313307,Complete songs from Love Live! Sunshine!! 3 times.,Complete songs from Love Live! Sunshine!! 3 times.,10,0,73,2,3,132313307,993,223123104 +2313308,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,10,0,73,2,5,132313308,992,223123104 +2313701,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132313701,999,224013104 +2313702,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132313702,998,224013104 +2313703,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132313703,997,224013104 +2313704,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132313704,996,224013104 +2313705,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132313705,995,224013104 +2313706,Complete a Love Live! Nijigasaki High School Idol Club song.,Complete a Love Live! Nijigasaki High School Idol Club song.,10,0,73,3,1,132313706,994,224013104 +2313707,Complete songs from Love Live! Nijigasaki High School Idol Club songs 3 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 3 times.,10,0,73,3,3,132313707,993,224013104 +2313708,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,10,0,73,3,5,132313708,992,224013104 +2314101,Collect 100 event pts.,Collect 100 event pts.,10,0,38,,100,132314101,999,224030104 +2314102,Collect 200 event pts.,Collect 200 event pts.,10,0,38,,200,132314102,998,224030104 +2314103,"Collect 1,000 event pts.","Collect 1,000 event pts.",10,0,38,,1000,132314103,997,224030104 +2314104,"Collect 5,000 event pts.","Collect 5,000 event pts.",10,0,38,,5000,132314104,996,224030104 +2314105,"Collect 10,000 event pts.","Collect 10,000 event pts.",10,0,38,,10000,132314105,995,224030104 +2314106,Complete a song from Love Live! Superstar!!,Complete a song from Love Live! Superstar!!,10,0,73,4,1,132314106,994,224030104 +2314107,Complete songs from Love Live! Superstar!! 3 times.,Complete songs from Love Live! Superstar!! 3 times.,10,0,73,4,3,132314107,993,224030104 +2314108,Complete songs from Love Live! Superstar!! 5 times.,Complete songs from Love Live! Superstar!! 5 times.,10,0,73,4,5,132314108,992,224030104 +2212909,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132212909,991,223113004 +2212910,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132212910,990,223113004 +2212911,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132212911,989,223113004 +2212912,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132212912,988,223113004 +2212913,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132212913,987,223113004 +2212914,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132212914,986,223113004 +2212915,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132212915,985,223113004 +2212916,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132212916,984,223113004 +2212917,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132212917,983,223113004 +2212918,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132212918,982,223113004 +2212919,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132212919,981,223113004 +2212920,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132212920,980,223113004 +2212921,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132212921,979,223113004 +2212922,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132212922,978,223113004 +2212923,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132212923,977,223113004 +2212924,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132212924,976,223113004 +2212925,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132212925,975,223113004 +2212926,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132212926,974,223113004 +2212927,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132212927,973,223113004 +2212928,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132212928,972,223113004 +2212929,"Achieve a score of 50,000 on the song ""Baby Maybe Koi no Button"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Baby Maybe Koi no Button"" on NORMAL difficulty or higher.",9,0,42,"1100801,1,50000",1,132212929,971,223113004 +2212930,"Achieve a score of 200,000 on the song ""Baby Maybe Koi no Button"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Baby Maybe Koi no Button"" on HARD difficulty or higher.",9,0,42,"1100801,2,200000",1,132212930,970,223113004 +2212931,"Achieve a score of 300,000 on the song ""Baby Maybe Koi no Button"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Baby Maybe Koi no Button"" on EXPERT difficulty or higher.",9,0,42,"1100801,3,300000",1,132212931,969,223113004 +2212932,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,129,1,0,999,223113006 +2212933,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,129,5000,0,999,223113006 +2212934,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,129,12000,0,999,223113006 +2212935,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,129,20000,0,999,223113006 +2212936,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,129,30000,0,999,223113006 +2213309,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132213309,991,223123104 +2213310,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132213310,990,223123104 +2213311,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132213311,989,223123104 +2213312,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132213312,988,223123104 +2213313,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132213313,987,223123104 +2213314,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132213314,986,223123104 +2213315,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132213315,985,223123104 +2213316,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132213316,984,223123104 +2213317,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132213317,983,223123104 +2213318,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132213318,982,223123104 +2213319,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132213319,981,223123104 +2213320,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132213320,980,223123104 +2213321,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132213321,979,223123104 +2213322,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132213322,978,223123104 +2213323,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132213323,977,223123104 +2213324,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132213324,976,223123104 +2213325,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132213325,975,223123104 +2213326,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132213326,974,223123104 +2213327,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132213327,973,223123104 +2213328,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132213328,972,223123104 +2213329,"Achieve a score of 50,000 on the song ""Aozora Jumping Heart"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aozora Jumping Heart"" on NORMAL difficulty or higher.",9,0,42,"1209601,1,50000",1,132213329,971,223123104 +2213330,"Achieve a score of 200,000 on the song ""Aozora Jumping Heart"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Aozora Jumping Heart"" on HARD difficulty or higher.",9,0,42,"1209601,2,200000",1,132213330,970,223123104 +2213331,"Achieve a score of 300,000 on the song ""Aozora Jumping Heart"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Aozora Jumping Heart"" on EXPERT difficulty or higher.",9,0,42,"1209601,3,300000",1,132213331,969,223123104 +2213332,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,133,1,0,999,223123105 +2213333,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,133,5000,0,999,223123105 +2213334,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,133,12000,0,999,223123105 +2213335,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,133,20000,0,999,223123105 +2213336,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,133,30000,0,999,223123105 +2213709,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132213709,991,224013104 +2213710,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132213710,990,224013104 +2213711,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132213711,989,224013104 +2213712,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132213712,988,224013104 +2213713,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132213713,987,224013104 +2213714,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132213714,986,224013104 +2213715,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132213715,985,224013104 +2213716,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132213716,984,224013104 +2213717,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132213717,983,224013104 +2213718,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132213718,982,224013104 +2213719,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132213719,981,224013104 +2213720,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132213720,980,224013104 +2213721,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132213721,979,224013104 +2213722,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132213722,978,224013104 +2213723,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132213723,977,224013104 +2213724,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132213724,976,224013104 +2213725,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132213725,975,224013104 +2213726,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132213726,974,224013104 +2213727,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132213727,973,224013104 +2213728,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132213728,972,224013104 +2213729,"Achieve a score of 50,000 on the song ""TOKIMEKI Runners"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""TOKIMEKI Runners"" on NORMAL difficulty or higher.",9,0,42,"1307801,1,50000",1,132213729,971,224013104 +2213730,"Achieve a score of 200,000 on the song ""TOKIMEKI Runners"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""TOKIMEKI Runners"" on HARD difficulty or higher.",9,0,42,"1307801,2,200000",1,132213730,970,224013104 +2213731,"Achieve a score of 300,000 on the song ""TOKIMEKI Runners"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""TOKIMEKI Runners"" on EXPERT difficulty or higher.",9,0,42,"1307801,3,300000",1,132213731,969,224013104 +2213732,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,137,1,0,999,224013105 +2213733,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,137,5000,0,999,224013105 +2213734,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,137,12000,0,999,224013105 +2213735,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,137,20000,0,999,224013105 +2213736,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,137,30000,0,999,224013105 +2214109,Clear 10 live shows.,Clear 10 live shows.,9,0,5,,10,132214109,991,224030104 +2214110,Clear 20 live shows.,Clear 20 live shows.,9,0,5,,20,132214110,990,224030104 +2214111,Clear 30 live shows.,Clear 30 live shows.,9,0,5,,30,132214111,989,224030104 +2214112,Clear 40 live shows.,Clear 40 live shows.,9,0,5,,40,132214112,988,224030104 +2214113,Clear 50 live shows.,Clear 50 live shows.,9,0,5,,50,132214113,987,224030104 +2214114,Clear 60 live shows.,Clear 60 live shows.,9,0,5,,60,132214114,986,224030104 +2214115,Clear 70 live shows.,Clear 70 live shows.,9,0,5,,70,132214115,985,224030104 +2214116,Clear 80 live shows.,Clear 80 live shows.,9,0,5,,80,132214116,984,224030104 +2214117,Clear 90 live shows.,Clear 90 live shows.,9,0,5,,90,132214117,983,224030104 +2214118,Clear 100 live shows.,Clear 100 live shows.,9,0,5,,100,132214118,982,224030104 +2214119,Clear 125 live shows.,Clear 125 live shows.,9,0,5,,125,132214119,981,224030104 +2214120,Clear 150 live shows.,Clear 150 live shows.,9,0,5,,150,132214120,980,224030104 +2214121,Clear 200 live shows.,Clear 200 live shows.,9,0,5,,200,132214121,979,224030104 +2214122,Clear 250 live shows.,Clear 250 live shows.,9,0,5,,250,132214122,978,224030104 +2214123,Clear 300 live shows.,Clear 300 live shows.,9,0,5,,300,132214123,977,224030104 +2214124,Clear 350 live shows.,Clear 350 live shows.,9,0,5,,350,132214124,976,224030104 +2214125,Clear 400 live shows.,Clear 400 live shows.,9,0,5,,400,132214125,975,224030104 +2214126,Clear 450 live shows.,Clear 450 live shows.,9,0,5,,450,132214126,974,224030104 +2214127,Clear 500 live shows.,Clear 500 live shows.,9,0,5,,500,132214127,973,224030104 +2214128,Achieve a FULL COMBO in an event song.,Achieve a FULL COMBO in an event song.,9,0,40,,1,132214128,972,224030104 +2214129,"Achieve a score of 50,000 on the song ""Nonfiction!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Nonfiction!!"" on NORMAL difficulty or higher.",9,0,42,"1400301,1,50000",1,132214129,971,224030104 +2214130,"Achieve a score of 200,000 on the song ""Nonfiction!!"" on HARD difficulty or higher.","Achieve a score of 200,000 on the song ""Nonfiction!!"" on HARD difficulty or higher.",9,0,42,"1400301,2,200000",1,132214130,970,224030104 +2214131,"Achieve a score of 300,000 on the song ""Nonfiction!!"" on EXPERT difficulty or higher.","Achieve a score of 300,000 on the song ""Nonfiction!!"" on EXPERT difficulty or higher.",9,0,42,"1400301,3,300000",1,132214131,969,224030104 +2214132,Log in to the game. *Hidden,Log in to the game. *Hidden,9,0,83,141,1,0,999,224030105 +2214133,Collect 5000 event pts. *Hide,Collect 5000 event pts. *Hide,9,0,78,141,5000,0,999,224030105 +2214134,"Collect 12,000 event pts. *Hide","Collect 12,000 event pts. *Hide",9,0,78,141,12000,0,999,224030105 +2214135,"Collect 20,000 event pts. *Hide","Collect 20,000 event pts. *Hide",9,0,78,141,20000,0,999,224030105 +2214136,"Collect 30,000 event pts. *Hide","Collect 30,000 event pts. *Hide",9,0,78,141,30000,0,999,224030105 +2713001,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132713001,999,223121102 +2713002,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132713002,998,223121102 +2713003,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132713003,997,223121102 +2713201,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132713201,999,223122603 +2713202,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132713202,998,223122603 +2713203,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132713203,997,223122603 +2713401,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132713401,999,224011106 +2713402,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132713402,998,224011106 +2713403,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132713403,997,224011106 +2713601,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132713601,999,224012702 +2713602,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132713602,998,224012702 +2713603,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132713603,997,224012702 +2713801,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132713801,999,224021006 +2713802,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132713802,998,224021006 +2713803,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132713803,997,224021006 +2714001,Collect 100 event pts.,Collect 100 event pts.,14,0,38,,100,132714001,999,224022305 +2714002,"Collect 4,000 event pts.","Collect 4,000 event pts.",14,0,38,,4000,132714002,998,224022305 +2714003,"Collect 8,000 event pts.","Collect 8,000 event pts.",14,0,38,,8000,132714003,997,224022305 +2613004,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132613004,996,223121102 +2613005,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132613005,995,223121102 +2613006,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132613006,994,223121102 +2613007,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132613007,993,223121102 +2613008,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132613008,992,223121102 +2613009,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132613009,991,223121102 +2613010,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",13,0,62,,3,132613010,990,223121102 +2613011,"Play a song selected by the ""Auto Sort"" feature 5 times.","Play a song selected by the ""Auto Sort"" feature 5 times.",13,0,62,,5,132613011,989,223121102 +2613012,"Play a song selected by the ""Auto Sort"" feature 10 times.","Play a song selected by the ""Auto Sort"" feature 10 times.",13,0,62,,10,132613012,988,223121102 +2613204,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132613204,996,223122603 +2613205,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132613205,995,223122603 +2613206,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132613206,994,223122603 +2613207,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132613207,993,223122603 +2613208,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132613208,992,223122603 +2613209,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132613209,991,223122603 +2613210,Play a song selected by the Auto Sortfeature 3 times.,Play a song selected by the Auto Sortfeature 3 times.,13,0,62,,3,132613210,990,223122603 +2613211,Play a song selected by the Auto Sortfeature 5 times.,Play a song selected by the Auto Sortfeature 5 times.,13,0,62,,5,132613211,989,223122603 +2613212,Play a song selected by the Auto Sortfeature 10 times.,Play a song selected by the Auto Sortfeature 10 times.,13,0,62,,10,132613212,988,223122603 +2613404,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132613404,996,224011106 +2613405,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132613405,995,224011106 +2613406,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132613406,994,224011106 +2613407,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132613407,993,224011106 +2613408,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132613408,992,224011106 +2613409,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132613409,991,224011106 +2613410,Play a song selected by the Auto Sortfeature 3 times.,Play a song selected by the Auto Sortfeature 3 times.,13,0,62,,3,132613410,990,224011106 +2613411,Play a song selected by the Auto Sortfeature 5 times.,Play a song selected by the Auto Sortfeature 5 times.,13,0,62,,5,132613411,989,224011106 +2613412,Play a song selected by the Auto Sortfeature 10 times.,Play a song selected by the Auto Sortfeature 10 times.,13,0,62,,10,132613412,988,224011106 +2613604,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132613604,996,224012702 +2613605,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132613605,995,224012702 +2613606,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132613606,994,224012702 +2613607,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132613607,993,224012702 +2613608,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132613608,992,224012702 +2613609,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132613609,991,224012702 +2613610,Play a song selected by the Auto Sortfeature 3 times.,Play a song selected by the Auto Sortfeature 3 times.,13,0,62,,3,132613610,990,224012702 +2613611,Play a song selected by the Auto Sortfeature 5 times.,Play a song selected by the Auto Sortfeature 5 times.,13,0,62,,5,132613611,989,224012702 +2613612,Play a song selected by the Auto Sortfeature 10 times.,Play a song selected by the Auto Sortfeature 10 times.,13,0,62,,10,132613612,988,224012702 +2613804,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132613804,996,224021006 +2613805,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132613805,995,224021006 +2613806,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132613806,994,224021006 +2613807,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132613807,993,224021006 +2613808,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132613808,992,224021006 +2613809,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132613809,991,224021006 +2613810,Play a song selected by the Auto Sortfeature 3 times.,Play a song selected by the Auto Sortfeature 3 times.,13,0,62,,3,132613810,990,224021006 +2613811,Play a song selected by the Auto Sortfeature 5 times.,Play a song selected by the Auto Sortfeature 5 times.,13,0,62,,5,132613811,989,224021006 +2613812,Play a song selected by the Auto Sortfeature 10 times.,Play a song selected by the Auto Sortfeature 10 times.,13,0,62,,10,132613812,988,224021006 +2614004,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,13,0,9,1,1,132614004,996,224022305 +2614005,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,13,0,9,1,3,132614005,995,224022305 +2614006,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,13,0,9,1,5,132614006,994,224022305 +2614007,"Complete a live show with a score of 50,000 or higher.","Complete a live show with a score of 50,000 or higher.",13,0,28,"0,50000",1,132614007,993,224022305 +2614008,"Complete a live show with a score of 100,000 or higher.","Complete a live show with a score of 100,000 or higher.",13,0,28,"0,100000",1,132614008,992,224022305 +2614009,"Complete a live show with a score of 150,000 or higher.","Complete a live show with a score of 150,000 or higher.",13,0,28,"0,150000",1,132614009,991,224022305 +2614010,Play a song selected by the Auto Sortfeature 3 times.,Play a song selected by the Auto Sortfeature 3 times.,13,0,62,,3,132614010,990,224022305 +2614011,Play a song selected by the Auto Sortfeature 5 times.,Play a song selected by the Auto Sortfeature 5 times.,13,0,62,,5,132614011,989,224022305 +2614012,Play a song selected by the Auto Sortfeature 10 times.,Play a song selected by the Auto Sortfeature 10 times.,13,0,62,,10,132614012,988,224022305 +1653001,Log in,Log in,6,0,53,,1,131653001,0,1 +1605001,Clear a live show.,Clear a live show.,6,0,5,,1,131605001,0,1 +1662001,"Play a song selected by the ""Auto Sort"" feature.","Play a song selected by the ""Auto Sort"" feature.",6,0,62,,1,131662001,0,1 +1663001,Perform Item Scout.,Perform Scout.,6,0,63,8110001,1,131663001,0,1 +1660001,"Increase the total points for any attribute in a unit to 27,500 or higher.","Reach a total of 27,500 or higher 『N』 attribute pts in a unit.",6,0,60,0,27500,131660001,0,1 +1614001,Raise the level of a Club Member.,Level up a Club Member to Level 2 or higher.,6,0,14,2,1,131614001,0,1 +1666001,Set live show options.,Set live show options.,6,0,66,,1,131666001,0,1 +1658001,Increase bond of any Club Member to 10.,Increase a bond to 10 or higher.,6,0,58,,10,131658001,0,1 +1661001,Customize the home screen.,Customize the home screen.,6,0,61,,1,131661001,0,1 +1653002,Log in 2 days.,Log in 2 days.,6,0,53,,2,131653002,0,1 +1605002,Clear 10 live shows.,Clear 10 live shows.,6,0,5,,10,131605002,0,1 +1665001,Set Recommended Song list.,Set Recommended Song list.,6,0,65,,1,131665001,0,1 +1664001,Increase the Skill Level of a Club Member.,Increase the Skill Level of a Club Member to 『N』 or higher.,6,0,64,2,1,131664001,0,1 +1658002,Increase the bond of any Club Member to 20.,Increase a bond to 20 or higher.,6,0,58,,20,131658002,0,1 +1630001,Form a unit of five members with the same attribute.,"Create a deck with at least 5 ""-"" type members.",6,0,30,"0,5",1,131630001,0,1 +1606001,Set LP cost to double.,Set LP cost to double.,6,0,6,2,1,131606001,0,1 +1614002,Level up 3 Club Members to Level 20 or higher.,Level up 3 Club Members to Level 20 or higher.,6,0,14,20,3,131614002,0,1 +1663002,Perform Item Scout twice.,Perform 20 Scouts.,6,0,63,8110001,20,131663002,0,1 +1653003,Log in 3 days.,Log in 3 days.,6,0,53,,3,131653003,0,1 +1605003,Clear 20 live shows.,Clear 20 live shows.,6,0,5,,20,131605003,0,1 +1660002,"Increase the total points for any attribute in a unit to 29,000 or higher.","Reach a total of 29,000 or higher 『N』 attribute pts in a unit.",6,0,60,0,29000,131660002,0,1 +1617001,Idolize a Club Member.,Idolize a Club Member of any rarity.,6,0,17,,1,131617001,0,1 +1658003,Increase the bond of any Club Member to 30.,Increase a bond to 30 or higher.,6,0,58,,30,131658003,0,1 +1625001,Prepare for an Account Transfer.,Prepare for an Account Transfer.,6,0,25,,1,131625001,0,1 +1614003,Level up 5 Club Members to Level 30 or higher.,Level up 5 Club Members to Level 30 or higher.,6,0,14,30,5,131614003,0,1 +1664002,Increase the Skill Level of three cards to 2 or higher.,Increase the Skill Level of 3 Club Members to 『N』 or higher.,6,0,64,2,3,131664002,0,1 +1626001,Follow the official Twitter account.,Follow the official Twitter account.,6,0,26,,1,131626001,0,1 +2900001,Clear 5 live shows.,Clear 5 live shows.,16,0,5,,5,132900001,999,223080105 +2900002,Clear 10 live shows.,Clear 10 live shows.,16,0,5,,10,132900002,998,223080105 +2900003,Complete 15 live shows.,Complete 15 live shows.,16,0,5,,15,132900003,997,223080105 +2900004,Clear 20 live shows.,Clear 20 live shows.,16,0,5,,20,132900004,996,223080105 +2900005,Clear 25 live shows.,Clear 25 live shows.,16,0,5,,25,132900005,995,223080105 +2900006,Clear 30 live shows.,Clear 30 live shows.,16,0,5,,30,132900006,994,223080105 +2900007,Clear 35 live shows.,Clear 35 live shows.,16,0,5,,35,132900007,993,223080105 +2900008,Clear 40 live shows.,Clear 40 live shows.,16,0,5,,40,132900008,992,223080105 +2900009,Complete 45 live shows.,Complete 45 live shows.,16,0,5,,45,132900009,991,223080105 +2900010,Clear 50 live shows.,Clear 50 live shows.,16,0,5,,50,132900010,990,223080105 +2900011,Complete 55 live shows.,Complete 55 live shows.,16,0,5,,55,132900011,989,223080105 +2900012,Clear 60 live shows.,Clear 60 live shows.,16,0,5,,60,132900012,988,223080105 +2900013,Complete 65 live shows.,Complete 65 live shows.,16,0,5,,65,132900013,987,223080105 +2900014,Clear 70 live shows.,Clear 70 live shows.,16,0,5,,70,132900014,986,223080105 +2900015,Complete 75 live shows.,Complete 75 live shows.,16,0,5,,75,132900015,985,223080105 +2900016,Clear 80 live shows.,Clear 80 live shows.,16,0,5,,80,132900016,984,223080105 +2900017,Complete 85 live shows.,Complete 85 live shows.,16,0,5,,85,132900017,983,223080105 +2900018,Clear 90 live shows.,Clear 90 live shows.,16,0,5,,90,132900018,982,223080105 +2900019,Complete 95 live shows.,Complete 95 live shows.,16,0,5,,95,132900019,981,223080105 +2900020,Clear 100 live shows.,Clear 100 live shows.,16,0,5,,100,132900020,980,223080105 +2900021,Complete 110 live shows.,Complete 110 live shows.,16,0,5,,110,132900021,979,223080105 +2900022,Complete 120 live shows.,Complete 120 live shows.,16,0,5,,120,132900022,978,223080105 +2900023,Complete 130 live shows.,Complete 130 live shows.,16,0,5,,130,132900023,977,223080105 +2900024,Complete 140 live shows.,Complete 140 live shows.,16,0,5,,140,132900024,976,223080105 +2900025,Clear 150 live shows.,Clear 150 live shows.,16,0,5,,150,132900025,975,223080105 +2900026,Complete 160 live shows.,Complete 160 live shows.,16,0,5,,160,132900026,974,223080105 +2900027,Complete 170 live shows.,Complete 170 live shows.,16,0,5,,170,132900027,973,223080105 +2900028,Complete 180 live shows.,Complete 180 live shows.,16,0,5,,180,132900028,972,223080105 +2900029,Complete 190 live shows.,Complete 190 live shows.,16,0,5,,190,132900029,971,223080105 +2900030,Clear 200 live shows.,Clear 200 live shows.,16,0,5,,200,132900030,970,223080105 +2900031,Complete 210 live shows.,Complete 210 live shows.,16,0,5,,210,132900031,969,223080105 +2900032,Complete 220 live shows.,Complete 220 live shows.,16,0,5,,220,132900032,968,223080105 +2900033,Complete 230 live shows.,Complete 230 live shows.,16,0,5,,230,132900033,967,223080105 +2900034,Complete 240 live shows.,Complete 240 live shows.,16,0,5,,240,132900034,966,223080105 +2900035,Clear 250 live shows.,Clear 250 live shows.,16,0,5,,250,132900035,965,223080105 +2900036,Complete 260 live shows.,Complete 260 live shows.,16,0,5,,260,132900036,964,223080105 +2900037,Complete 270 live shows.,Complete 270 live shows.,16,0,5,,270,132900037,963,223080105 +2900038,Complete 280 live shows.,Complete 280 live shows.,16,0,5,,280,132900038,962,223080105 +2900039,Complete 290 live shows.,Complete 290 live shows.,16,0,5,,290,132900039,961,223080105 +2900040,Clear 300 live shows.,Clear 300 live shows.,16,0,5,,300,132900040,960,223080105 +2900041,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,16,0,9,1,5,132900041,959,223080105 +2900042,Accomplish a FULL COMBO 10 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 10 times in live shows on NORMAL difficulty or higher.,16,0,9,1,10,132900042,958,223080105 +2900043,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,16,0,9,1,15,132900043,957,223080105 +2900044,Accomplish a FULL COMBO 20 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 20 times in live shows on NORMAL difficulty or higher.,16,0,9,1,20,132900044,956,223080105 +2900045,Accomplish a FULL COMBO 25 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 25 times in live shows on NORMAL difficulty or higher.,16,0,9,1,25,132900045,955,223080105 +2900046,Accomplish a FULL COMBO 30 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 30 times in live shows on NORMAL difficulty or higher.,16,0,9,1,30,132900046,954,223080105 +2900047,Complete a song from Love Live! 10 times.,Complete a song from Love Live! 10 times.,16,0,73,1,10,132900047,953,223080105 +2900048,Complete songs from Love Live! 20 times.,Complete songs from Love Live! 20 times.,16,0,73,1,20,132900048,952,223080105 +2900049,Complete songs from Love Live! 30 times.,Complete songs from Love Live! 30 times.,16,0,73,1,30,132900049,951,223080105 +2900050,Complete songs from Love Live! 40 times.,Complete songs from Love Live! 40 times.,16,0,73,1,40,132900050,950,223080105 +2900051,Complete songs from Love Live! 50 times.,Complete songs from Love Live! 50 times.,16,0,73,1,50,132900051,949,223080105 +2900052,Complete songs from Love Live! Sunshine!! 10 times.,Complete songs from Love Live! Sunshine!! 10 times.,16,0,73,2,10,132900052,948,223080105 +2900053,Complete songs from Love Live! Sunshine!! 20 times.,Complete songs from Love Live! Sunshine!! 20 times.,16,0,73,2,20,132900053,947,223080105 +2900054,Complete songs from Love Live! Sunshine!! 30 times.,Complete songs from Love Live! Sunshine!! 30 times.,16,0,73,2,30,132900054,946,223080105 +2900055,Complete songs from Love Live! Sunshine!! 40 times.,Complete songs from Love Live! Sunshine!! 40 times.,16,0,73,2,40,132900055,945,223080105 +2900056,Complete songs from Love Live! Sunshine!! 50 times.,Complete songs from Love Live! Sunshine!! 50 times.,16,0,73,2,50,132900056,944,223080105 +2900057,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,16,0,73,3,10,132900057,943,223080105 +2900058,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,16,0,73,3,20,132900058,942,223080105 +2900059,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,16,0,73,3,30,132900059,941,223080105 +2900060,Complete songs from Love Live! Nijigasaki High School Idol Club songs 40 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 40 times.,16,0,73,3,40,132900060,940,223080105 +2900061,Complete songs from Love Live! Nijigasaki High School Idol Club songs 50 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 50 times.,16,0,73,3,50,132900061,939,223080105 +2900062,Complete songs from Love Live! Superstar!! 10 times.,Complete songs from Love Live! Superstar!! 10 times.,16,0,73,4,10,132900062,938,223080105 +2900063,Complete songs from Love Live! Superstar!! 20 times.,Complete songs from Love Live! Superstar!! 20 times.,16,0,73,4,20,132900063,937,223080105 +2900064,Complete songs from Love Live! Superstar!! 30 times.,Complete songs from Love Live! Superstar!! 30 times.,16,0,73,4,30,132900064,936,223080105 +2900065,Complete songs from Love Live! Superstar!! 40 times.,Complete songs from Love Live! Superstar!! 40 times.,16,0,73,4,40,132900065,935,223080105 +2900066,Complete songs from Love Live! Superstar!! 50 times.,Complete songs from Love Live! Superstar!! 50 times.,16,0,73,4,50,132900066,934,223080105 +2900067,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,16,0,73,5,10,132900067,933,223080105 +3000068,Log in,Log in,17,0,53,,1,133000068,999,223101601 +3000069,Clear 5 live shows.,Clear 5 live shows.,17,0,5,,5,133000069,994,223101601 +3000070,Log in,Log in,17,0,53,,1,133000070,998,223100506 +3000071,Clear a live show.,Clear a live show.,17,0,5,,1,133000071,997,223100506 +3000072,Clear 2 live shows.,Clear 2 live shows.,17,0,5,,2,133000072,996,223100506 +3000073,Clear 3 live shows.,Clear 3 live shows.,17,0,5,,3,133000073,995,223100506 +3200074,Log in,Log in,19,0,53,,1,133200074,999,223102504 +3200075,"Achieve a score of 50,000 on the song ""Dancing Stars on Me!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Dancing Stars on Me!"" on NORMAL difficulty or higher.",19,0,42,"1101401,1,50000",1,133200075,998,223102504 +3200076,"Achieve a score of 50,000 on the song ""Aqours Pirates Desire"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aqours Pirates Desire"" on NORMAL difficulty or higher.",19,0,42,"1203001,1,50000",1,133200076,997,223102504 +3200077,"Achieve a score of 50,000 on the song ""Maze Town"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Maze Town"" on NORMAL difficulty or higher.",19,0,42,"1304801,1,50000",1,133200077,996,223102504 +3200078,"Achieve a score of 50,000 on the song ""Utopia Magic"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Utopia Magic"" on NORMAL difficulty or higher.",19,0,42,"1408901,1,50000",1,133200078,995,223102504 +3300079,Clear 5 live shows.,Clear 5 live shows.,20,0,5,,5,133300079,994,223102504 +3300080,Clear 10 live shows.,Clear 10 live shows.,20,0,5,,10,133300080,993,223102504 +3300081,Complete 15 live shows.,Complete 15 live shows.,20,0,5,,15,133300081,992,223102504 +3300082,Clear 20 live shows.,Clear 20 live shows.,20,0,5,,20,133300082,991,223102504 +3300083,Clear 25 live shows.,Clear 25 live shows.,20,0,5,,25,133300083,990,223102504 +3300084,Clear 30 live shows.,Clear 30 live shows.,20,0,5,,30,133300084,989,223102504 +3300085,"Play a song selected by the ""Auto Sort"" feature.","Play a song selected by the ""Auto Sort"" feature.",20,0,62,,1,133300085,988,223102504 +3300086,"Play a song selected by the ""Auto Sort"" feature 2 times.","Play a song selected by the ""Auto Sort"" feature 2 times.",20,0,62,,2,133300086,987,223102504 +3300087,"Play a song selected by the ""Auto Sort"" feature 3 times.","Play a song selected by the ""Auto Sort"" feature 3 times.",20,0,62,,3,133300087,986,223102504 +2800088,Log in,Log in,15,0,53,,1,132800088,999,223110106 +2800089,Clear 3 live shows.,Clear 3 live shows.,15,0,5,,3,132800089,998,223110106 +2900090,Clear 10 live shows.,Clear 10 live shows.,16,0,5,,10,132900090,997,223110106 +3000091,Log in,Log in,17,0,53,,1,133000091,999,223103113 +3000092,Clear a live show.,Clear a live show.,17,0,5,,1,133000092,998,223103113 +3000093,Clear 3 live shows.,Clear 3 live shows.,17,0,5,,3,133000093,997,223103113 +3100094,Complete a song from Love Live! 10 times.,Complete a song from Love Live! 10 times.,18,0,73,1,10,133100094,996,223103113 +3100095,Complete songs from Love Live! Sunshine!! 10 times.,Complete songs from Love Live! Sunshine!! 10 times.,18,0,73,2,10,133100095,995,223103113 +3100096,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,18,0,73,3,10,133100096,994,223103113 +3100097,Complete songs from Love Live! Superstar!! 10 times.,Complete songs from Love Live! Superstar!! 10 times.,18,0,73,4,10,133100097,993,223103113 +3100098,Complete songs from Love Live! 20 times.,Complete songs from Love Live! 20 times.,18,0,73,1,20,133100098,992,223103113 +3100099,Complete songs from Love Live! Sunshine!! 20 times.,Complete songs from Love Live! Sunshine!! 20 times.,18,0,73,2,20,133100099,991,223103113 +3100100,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,18,0,73,3,20,133100100,990,223103113 +3100101,Complete songs from Love Live! Superstar!! 20 times.,Complete songs from Love Live! Superstar!! 20 times.,18,0,73,4,20,133100101,989,223103113 +3100102,Complete songs from Love Live! 30 times.,Complete songs from Love Live! 30 times.,18,0,73,1,30,133100102,988,223103113 +3100103,Complete songs from Love Live! Sunshine!! 30 times.,Complete songs from Love Live! Sunshine!! 30 times.,18,0,73,2,30,133100103,987,223103113 +3100104,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,18,0,73,3,30,133100104,986,223103113 +3100105,Complete songs from Love Live! Superstar!! 30 times.,Complete songs from Love Live! Superstar!! 30 times.,18,0,73,4,30,133100105,985,223103113 +3200106,Log in,Log in,19,0,53,,1,133200106,999,223111104 +3200107,"Achieve a score of 50,000 on the song ""Aki no Anata no Sora Toku"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aki no Anata no Sora Toku"" on NORMAL difficulty or higher.",19,0,42,"1111301,1,50000",1,133200107,998,223111104 +3200108,"Achieve a score of 50,000 on the song ""Aqours Pirates Desire"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aqours Pirates Desire"" on NORMAL difficulty or higher.",19,0,42,"1203001,1,50000",1,133200108,997,223111104 +3200109,"Achieve a score of 50,000 on the song ""Beautiful Moonlight"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Beautiful Moonlight"" on NORMAL difficulty or higher.",19,0,42,"1303601,1,50000",1,133200109,996,223111104 +3200110,"Achieve a score of 50,000 on the song ""Chance Day, Chance Way!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Chance Day, Chance Way!"" on NORMAL difficulty or higher.",19,0,42,"1405501,1,50000",1,133200110,995,223111104 +3300111,Clear 5 live shows.,Clear 5 live shows.,20,0,5,,5,133300111,994,223111104 +3300112,Clear 10 live shows.,Clear 10 live shows.,20,0,5,,10,133300112,993,223111104 +3300113,Complete 15 live shows.,Complete 15 live shows.,20,0,5,,15,133300113,992,223111104 +3300114,Clear 20 live shows.,Clear 20 live shows.,20,0,5,,20,133300114,991,223111104 +3300115,Clear 25 live shows.,Clear 25 live shows.,20,0,5,,25,133300115,990,223111104 +3300116,Clear 30 live shows.,Clear 30 live shows.,20,0,5,,30,133300116,989,223111104 +2800117,Log in,Log in,15,0,53,,1,132800117,999,223120105 +2800118,Clear 3 live shows.,Clear 3 live shows.,15,0,5,,3,132800118,998,223120105 +2800204,Log in,Log in,15,0,53,,1,132800204,998,224010108 +2800205,Clear a live show.,Clear a live show.,15,0,5,,1,132800205,997,224010108 +2800206,Clear 3 live shows.,Clear 3 live shows.,15,0,5,,3,132800206,996,224010108 +2900119,Clear 10 live shows.,Clear 10 live shows.,16,0,5,,10,132900119,997,223120105 +2900207,Perform the New Year's Scout! Up to 240 Free Scouts,Perform the New Year's Scout! Up to 240 Free Scouts,16,0,63,4110034,1,132900207,995,224010108 +2900208,Clear 5 live shows.,Clear 5 live shows.,16,0,5,,5,132900208,994,224010108 +2900209,Clear 10 live shows.,Clear 10 live shows.,16,0,5,,10,132900209,993,224010108 +2900210,Complete 15 live shows.,Complete 15 live shows.,16,0,5,,15,132900210,992,224010108 +2900211,Clear 20 live shows.,Clear 20 live shows.,16,0,5,,20,132900211,991,224010108 +2900212,Clear 25 live shows.,Clear 25 live shows.,16,0,5,,25,132900212,990,224010108 +2900213,Clear 30 live shows.,Clear 30 live shows.,16,0,5,,30,132900213,989,224010108 +2900214,Play a song selected by the Auto Sortfeature.,Play a song selected by the Auto Sortfeature.,16,0,62,,1,132900214,988,224010108 +2900215,Play a song selected by the Auto Sortfeature 2 times.,Play a song selected by the Auto Sortfeature 2 times.,16,0,62,,2,132900215,987,224010108 +2900216,Play a song selected by the Auto Sortfeature 3 times.,Play a song selected by the Auto Sortfeature 3 times.,16,0,62,,3,132900216,986,224010108 +2900217,"Achieve a score of 50,000 on the song ""New Year's March! (Jan. to Jun. Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""New Year's March! (Jan. to Jun. Ver.)"" on NORMAL difficulty or higher.",16,0,42,"1315401,1,50000",1,132900217,985,224010112 +2900218,"Achieve a score of 50,000 on the song ""New Year's March! (Jul. to Dec. Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""New Year's March! (Jul. to Dec. Ver.)"" on NORMAL difficulty or higher.",16,0,42,"1315501,1,50000",1,132900218,984,224010112 +2900219,"Achieve a score of 150,000 on the song ""New Year's March! (Jan. to Jun. Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 150,000 on the song ""New Year's March! (Jan. to Jun. Ver.)"" on NORMAL difficulty or higher.",16,0,42,"1315401,1,150000",1,132900219,983,224010112 +2900220,"Achieve a score of 150,000 on the song ""New Year's March! (Jul. to Dec. Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 150,000 on the song ""New Year's March! (Jul. to Dec. Ver.)"" on NORMAL difficulty or higher.",16,0,42,"1315501,1,150000",1,132900220,982,224010112 +2900373,Clear 5 live shows.,Clear 5 live shows.,16,0,5,,5,132900373,999,224030121 +2900374,Clear 10 live shows.,Clear 10 live shows.,16,0,5,,10,132900374,998,224030121 +2900375,Complete 15 live shows.,Complete 15 live shows.,16,0,5,,15,132900375,997,224030121 +2900376,Clear 20 live shows.,Clear 20 live shows.,16,0,5,,20,132900376,996,224030121 +2900377,Clear 25 live shows.,Clear 25 live shows.,16,0,5,,25,132900377,995,224030121 +2900378,Clear 30 live shows.,Clear 30 live shows.,16,0,5,,30,132900378,994,224030121 +2900379,Clear 35 live shows.,Clear 35 live shows.,16,0,5,,35,132900379,993,224030121 +2900380,Clear 40 live shows.,Clear 40 live shows.,16,0,5,,40,132900380,992,224030121 +2900381,Complete 45 live shows.,Complete 45 live shows.,16,0,5,,45,132900381,991,224030121 +2900382,Clear 50 live shows.,Clear 50 live shows.,16,0,5,,50,132900382,990,224030121 +2900383,Complete 55 live shows.,Complete 55 live shows.,16,0,5,,55,132900383,989,224030121 +2900384,Clear 60 live shows.,Clear 60 live shows.,16,0,5,,60,132900384,988,224030121 +2900385,Complete 65 live shows.,Complete 65 live shows.,16,0,5,,65,132900385,987,224030121 +2900386,Clear 70 live shows.,Clear 70 live shows.,16,0,5,,70,132900386,986,224030121 +2900387,Complete 75 live shows.,Complete 75 live shows.,16,0,5,,75,132900387,985,224030121 +2900388,Clear 80 live shows.,Clear 80 live shows.,16,0,5,,80,132900388,984,224030121 +2900389,Complete 85 live shows.,Complete 85 live shows.,16,0,5,,85,132900389,983,224030121 +2900390,Clear 90 live shows.,Clear 90 live shows.,16,0,5,,90,132900390,982,224030121 +2900391,Complete 95 live shows.,Complete 95 live shows.,16,0,5,,95,132900391,981,224030121 +2900392,Clear 100 live shows.,Clear 100 live shows.,16,0,5,,100,132900392,980,224030121 +2900393,Complete 110 live shows.,Complete 110 live shows.,16,0,5,,110,132900393,979,224030121 +2900394,Complete 120 live shows.,Complete 120 live shows.,16,0,5,,120,132900394,978,224030121 +2900395,Complete 130 live shows.,Complete 130 live shows.,16,0,5,,130,132900395,977,224030121 +2900396,Complete 140 live shows.,Complete 140 live shows.,16,0,5,,140,132900396,976,224030121 +2900397,Clear 150 live shows.,Clear 150 live shows.,16,0,5,,150,132900397,975,224030121 +2900398,Complete 160 live shows.,Complete 160 live shows.,16,0,5,,160,132900398,974,224030121 +2900399,Complete 170 live shows.,Complete 170 live shows.,16,0,5,,170,132900399,973,224030121 +2900400,Complete 180 live shows.,Complete 180 live shows.,16,0,5,,180,132900400,972,224030121 +2900401,Complete 190 live shows.,Complete 190 live shows.,16,0,5,,190,132900401,971,224030121 +2900402,Clear 200 live shows.,Clear 200 live shows.,16,0,5,,200,132900402,970,224030121 +2900403,Complete 210 live shows.,Complete 210 live shows.,16,0,5,,210,132900403,969,224030121 +2900404,Complete 220 live shows.,Complete 220 live shows.,16,0,5,,220,132900404,968,224030121 +2900405,Complete 230 live shows.,Complete 230 live shows.,16,0,5,,230,132900405,967,224030121 +2900406,Complete 240 live shows.,Complete 240 live shows.,16,0,5,,240,132900406,966,224030121 +2900407,Clear 250 live shows.,Clear 250 live shows.,16,0,5,,250,132900407,965,224030121 +2900408,Complete 260 live shows.,Complete 260 live shows.,16,0,5,,260,132900408,964,224030121 +2900409,Complete 270 live shows.,Complete 270 live shows.,16,0,5,,270,132900409,963,224030121 +2900410,Complete 280 live shows.,Complete 280 live shows.,16,0,5,,280,132900410,962,224030121 +2900411,Complete 290 live shows.,Complete 290 live shows.,16,0,5,,290,132900411,961,224030121 +2900412,Clear 300 live shows.,Clear 300 live shows.,16,0,5,,300,132900412,960,224030121 +2900413,Clear 310 live shows.,Clear 310 live shows.,16,0,5,,310,132900413,959,224030121 +2900414,Clear 320 live shows.,Clear 320 live shows.,16,0,5,,320,132900414,958,224030121 +2900415,Clear 330 live shows.,Clear 330 live shows.,16,0,5,,330,132900415,957,224030121 +2900416,Clear 340 live shows.,Clear 340 live shows.,16,0,5,,340,132900416,956,224030121 +2900417,Clear 350 live shows.,Clear 350 live shows.,16,0,5,,350,132900417,955,224030121 +2900418,Clear 360 live shows.,Clear 360 live shows.,16,0,5,,360,132900418,954,224030121 +2900419,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,16,0,9,1,5,132900419,953,224030121 +2900420,Accomplish a FULL COMBO 10 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 10 times in live shows on NORMAL difficulty or higher.,16,0,9,1,10,132900420,952,224030121 +2900421,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,16,0,9,1,15,132900421,951,224030121 +2900422,Accomplish a FULL COMBO 20 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 20 times in live shows on NORMAL difficulty or higher.,16,0,9,1,20,132900422,950,224030121 +2900423,Accomplish a FULL COMBO 25 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 25 times in live shows on NORMAL difficulty or higher.,16,0,9,1,25,132900423,949,224030121 +2900424,Accomplish a FULL COMBO 30 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 30 times in live shows on NORMAL difficulty or higher.,16,0,9,1,30,132900424,948,224030121 +2900425,Complete songs from Love Live! 5 times.,Complete songs from Love Live! 5 times.,16,0,73,1,5,132900425,947,224030121 +2900426,Complete a song from Love Live! 10 times.,Complete a song from Love Live! 10 times.,16,0,73,1,10,132900426,946,224030121 +2900427,Complete songs from Love Live! 20 times.,Complete songs from Love Live! 20 times.,16,0,73,1,20,132900427,945,224030121 +2900428,Complete songs from Love Live! 30 times.,Complete songs from Love Live! 30 times.,16,0,73,1,30,132900428,944,224030121 +2900429,Complete songs from Love Live! 40 times.,Complete songs from Love Live! 40 times.,16,0,73,1,40,132900429,943,224030121 +2900430,Complete songs from Love Live! 50 times.,Complete songs from Love Live! 50 times.,16,0,73,1,50,132900430,942,224030121 +2900431,Complete songs from Love Live! 60 times.,Complete songs from Love Live! 60 times.,16,0,73,1,60,132900431,941,224030121 +2900432,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,16,0,73,2,5,132900432,940,224030121 +2900433,Complete songs from Love Live! Sunshine!! 10 times.,Complete songs from Love Live! Sunshine!! 10 times.,16,0,73,2,10,132900433,939,224030121 +2900434,Complete songs from Love Live! Sunshine!! 20 times.,Complete songs from Love Live! Sunshine!! 20 times.,16,0,73,2,20,132900434,938,224030121 +2900435,Complete songs from Love Live! Sunshine!! 30 times.,Complete songs from Love Live! Sunshine!! 30 times.,16,0,73,2,30,132900435,937,224030121 +2900436,Complete songs from Love Live! Sunshine!! 40 times.,Complete songs from Love Live! Sunshine!! 40 times.,16,0,73,2,40,132900436,936,224030121 +2900437,Complete songs from Love Live! Sunshine!! 50 times.,Complete songs from Love Live! Sunshine!! 50 times.,16,0,73,2,50,132900437,935,224030121 +2900438,Complete songs from Love Live! Sunshine!! 60 times.,Complete songs from Love Live! Sunshine!! 60 times.,16,0,73,2,60,132900438,934,224030121 +2900439,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,16,0,73,3,5,132900439,933,224030121 +2900440,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,16,0,73,3,10,132900440,932,224030121 +2900441,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,16,0,73,3,20,132900441,931,224030121 +2900442,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,16,0,73,3,30,132900442,930,224030121 +2900443,Complete songs from Love Live! Nijigasaki High School Idol Club songs 40 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 40 times.,16,0,73,3,40,132900443,929,224030121 +2900444,Complete songs from Love Live! Nijigasaki High School Idol Club songs 50 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 50 times.,16,0,73,3,50,132900444,928,224030121 +2900445,Complete songs from Love Live! Nijigasaki High School Idol Club songs 60 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 60 times.,16,0,73,3,60,132900445,927,224030121 +2900446,Complete songs from Love Live! Superstar!! 5 times.,Complete songs from Love Live! Superstar!! 5 times.,16,0,73,4,5,132900446,926,224030121 +2900447,Complete songs from Love Live! Superstar!! 10 times.,Complete songs from Love Live! Superstar!! 10 times.,16,0,73,4,10,132900447,925,224030121 +2900448,Complete songs from Love Live! Superstar!! 20 times.,Complete songs from Love Live! Superstar!! 20 times.,16,0,73,4,20,132900448,924,224030121 +2900449,Complete songs from Love Live! Superstar!! 30 times.,Complete songs from Love Live! Superstar!! 30 times.,16,0,73,4,30,132900449,923,224030121 +2900450,Complete songs from Love Live! Superstar!! 40 times.,Complete songs from Love Live! Superstar!! 40 times.,16,0,73,4,40,132900450,922,224030121 +2900451,Complete songs from Love Live! Superstar!! 50 times.,Complete songs from Love Live! Superstar!! 50 times.,16,0,73,4,50,132900451,921,224030121 +2900452,Complete songs from Love Live! Superstar!! 60 times.,Complete songs from Love Live! Superstar!! 60 times.,16,0,73,4,60,132900452,920,224030121 +2900453,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 5 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 5 times.,16,0,73,5,5,132900453,919,224030121 +2900454,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,16,0,73,5,10,132900454,918,224030121 +2900455,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 20 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 20 times.,16,0,73,5,20,132900455,917,224030121 +2900456,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 30 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 30 times.,16,0,73,5,30,132900456,916,224030121 +2900457,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 40 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 40 times.,16,0,73,5,40,132900457,915,224030121 +2900458,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 50 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 50 times.,16,0,73,5,50,132900458,914,224030121 +2900459,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 60 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 60 times.,16,0,73,5,60,132900459,913,224030121 +2900460,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 5 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 5 times.,16,0,73,7,5,132900460,912,224030121 +2900461,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 10 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 10 times.,16,0,73,7,10,132900461,911,224030121 +2900462,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 15 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 15 times.,16,0,73,7,15,132900462,910,224030121 +2900463,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 20 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 20 times.,16,0,73,7,20,132900463,909,224030121 +2900464,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 25 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 25 times.,16,0,73,7,25,132900464,908,224030121 +3000120,Log in,Log in,17,0,53,,1,133000120,999,223121204 +3000121,Clear 3 live shows.,Clear 3 live shows.,17,0,5,,3,133000121,998,223121204 +3100122,Clear 10 live shows.,Clear 10 live shows.,18,0,5,,10,133100122,997,223121204 +3100221,Clear 5 live shows.,Clear 5 live shows.,18,0,5,,5,133100221,999,224020106 +3100222,Clear 10 live shows.,Clear 10 live shows.,18,0,5,,10,133100222,998,224020106 +3100223,Complete 15 live shows.,Complete 15 live shows.,18,0,5,,15,133100223,997,224020106 +3100224,Clear 20 live shows.,Clear 20 live shows.,18,0,5,,20,133100224,996,224020106 +3100225,Clear 25 live shows.,Clear 25 live shows.,18,0,5,,25,133100225,995,224020106 +3100226,Clear 30 live shows.,Clear 30 live shows.,18,0,5,,30,133100226,994,224020106 +3100227,Clear 35 live shows.,Clear 35 live shows.,18,0,5,,35,133100227,993,224020106 +3100228,Clear 40 live shows.,Clear 40 live shows.,18,0,5,,40,133100228,992,224020106 +3100229,Complete 45 live shows.,Complete 45 live shows.,18,0,5,,45,133100229,991,224020106 +3100230,Clear 50 live shows.,Clear 50 live shows.,18,0,5,,50,133100230,990,224020106 +3100231,Complete 55 live shows.,Complete 55 live shows.,18,0,5,,55,133100231,989,224020106 +3100232,Clear 60 live shows.,Clear 60 live shows.,18,0,5,,60,133100232,988,224020106 +3100233,Complete 65 live shows.,Complete 65 live shows.,18,0,5,,65,133100233,987,224020106 +3100234,Clear 70 live shows.,Clear 70 live shows.,18,0,5,,70,133100234,986,224020106 +3100235,Complete 75 live shows.,Complete 75 live shows.,18,0,5,,75,133100235,985,224020106 +3100236,Clear 80 live shows.,Clear 80 live shows.,18,0,5,,80,133100236,984,224020106 +3100237,Complete 85 live shows.,Complete 85 live shows.,18,0,5,,85,133100237,983,224020106 +3100238,Clear 90 live shows.,Clear 90 live shows.,18,0,5,,90,133100238,982,224020106 +3100239,Complete 95 live shows.,Complete 95 live shows.,18,0,5,,95,133100239,981,224020106 +3100240,Clear 100 live shows.,Clear 100 live shows.,18,0,5,,100,133100240,980,224020106 +3100241,Complete 110 live shows.,Complete 110 live shows.,18,0,5,,110,133100241,979,224020106 +3100242,Complete 120 live shows.,Complete 120 live shows.,18,0,5,,120,133100242,978,224020106 +3100243,Complete 130 live shows.,Complete 130 live shows.,18,0,5,,130,133100243,977,224020106 +3100244,Complete 140 live shows.,Complete 140 live shows.,18,0,5,,140,133100244,976,224020106 +3100245,Clear 150 live shows.,Clear 150 live shows.,18,0,5,,150,133100245,975,224020106 +3100246,Complete 160 live shows.,Complete 160 live shows.,18,0,5,,160,133100246,974,224020106 +3100247,Complete 170 live shows.,Complete 170 live shows.,18,0,5,,170,133100247,973,224020106 +3100248,Complete 180 live shows.,Complete 180 live shows.,18,0,5,,180,133100248,972,224020106 +3100249,Complete 190 live shows.,Complete 190 live shows.,18,0,5,,190,133100249,971,224020106 +3100250,Clear 200 live shows.,Clear 200 live shows.,18,0,5,,200,133100250,970,224020106 +3100251,Complete 210 live shows.,Complete 210 live shows.,18,0,5,,210,133100251,969,224020106 +3100252,Complete 220 live shows.,Complete 220 live shows.,18,0,5,,220,133100252,968,224020106 +3100253,Complete 230 live shows.,Complete 230 live shows.,18,0,5,,230,133100253,967,224020106 +3100254,Complete 240 live shows.,Complete 240 live shows.,18,0,5,,240,133100254,966,224020106 +3100255,Clear 250 live shows.,Clear 250 live shows.,18,0,5,,250,133100255,965,224020106 +3100256,Complete 260 live shows.,Complete 260 live shows.,18,0,5,,260,133100256,964,224020106 +3100257,Complete 270 live shows.,Complete 270 live shows.,18,0,5,,270,133100257,963,224020106 +3100258,Complete 280 live shows.,Complete 280 live shows.,18,0,5,,280,133100258,962,224020106 +3100259,Complete 290 live shows.,Complete 290 live shows.,18,0,5,,290,133100259,961,224020106 +3100260,Clear 300 live shows.,Clear 300 live shows.,18,0,5,,300,133100260,960,224020106 +3100261,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 5 times in live shows on NORMAL difficulty or higher.,18,0,9,1,5,133100261,959,224020106 +3100262,Accomplish a FULL COMBO 10 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 10 times in live shows on NORMAL difficulty or higher.,18,0,9,1,10,133100262,958,224020106 +3100263,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,18,0,9,1,15,133100263,957,224020106 +3100264,Accomplish a FULL COMBO 20 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 20 times in live shows on NORMAL difficulty or higher.,18,0,9,1,20,133100264,956,224020106 +3100265,Accomplish a FULL COMBO 25 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 25 times in live shows on NORMAL difficulty or higher.,18,0,9,1,25,133100265,955,224020106 +3100266,Accomplish a FULL COMBO 30 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 30 times in live shows on NORMAL difficulty or higher.,18,0,9,1,30,133100266,954,224020106 +3100267,Complete songs from Love Live! 5 times.,Complete songs from Love Live! 5 times.,18,0,73,1,5,133100267,953,224020106 +3100268,Complete a song from Love Live! 10 times.,Complete a song from Love Live! 10 times.,18,0,73,1,10,133100268,952,224020106 +3100269,Complete songs from Love Live! 20 times.,Complete songs from Love Live! 20 times.,18,0,73,1,20,133100269,951,224020106 +3100270,Complete songs from Love Live! 30 times.,Complete songs from Love Live! 30 times.,18,0,73,1,30,133100270,950,224020106 +3100271,Complete songs from Love Live! 40 times.,Complete songs from Love Live! 40 times.,18,0,73,1,40,133100271,949,224020106 +3100272,Complete songs from Love Live! 50 times.,Complete songs from Love Live! 50 times.,18,0,73,1,50,133100272,948,224020106 +3100273,Complete songs from Love Live! 60 times.,Complete songs from Love Live! 60 times.,18,0,73,1,60,133100273,947,224020106 +3100274,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,18,0,73,2,5,133100274,946,224020106 +3100275,Complete songs from Love Live! Sunshine!! 10 times.,Complete songs from Love Live! Sunshine!! 10 times.,18,0,73,2,10,133100275,945,224020106 +3100276,Complete songs from Love Live! Sunshine!! 20 times.,Complete songs from Love Live! Sunshine!! 20 times.,18,0,73,2,20,133100276,944,224020106 +3100277,Complete songs from Love Live! Sunshine!! 30 times.,Complete songs from Love Live! Sunshine!! 30 times.,18,0,73,2,30,133100277,943,224020106 +3100278,Complete songs from Love Live! Sunshine!! 40 times.,Complete songs from Love Live! Sunshine!! 40 times.,18,0,73,2,40,133100278,942,224020106 +3100279,Complete songs from Love Live! Sunshine!! 50 times.,Complete songs from Love Live! Sunshine!! 50 times.,18,0,73,2,50,133100279,941,224020106 +3100280,Complete songs from Love Live! Sunshine!! 60 times.,Complete songs from Love Live! Sunshine!! 60 times.,18,0,73,2,60,133100280,940,224020106 +3100281,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,18,0,73,3,5,133100281,939,224020106 +3100282,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,18,0,73,3,10,133100282,938,224020106 +3100283,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,18,0,73,3,20,133100283,937,224020106 +3100284,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,18,0,73,3,30,133100284,936,224020106 +3100285,Complete songs from Love Live! Nijigasaki High School Idol Club songs 40 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 40 times.,18,0,73,3,40,133100285,935,224020106 +3100286,Complete songs from Love Live! Nijigasaki High School Idol Club songs 50 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 50 times.,18,0,73,3,50,133100286,934,224020106 +3100287,Complete songs from Love Live! Nijigasaki High School Idol Club songs 60 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 60 times.,18,0,73,3,60,133100287,933,224020106 +3100288,Complete songs from Love Live! Superstar!! 5 times.,Complete songs from Love Live! Superstar!! 5 times.,18,0,73,4,5,133100288,932,224020106 +3100289,Complete songs from Love Live! Superstar!! 10 times.,Complete songs from Love Live! Superstar!! 10 times.,18,0,73,4,10,133100289,931,224020106 +3100290,Complete songs from Love Live! Superstar!! 20 times.,Complete songs from Love Live! Superstar!! 20 times.,18,0,73,4,20,133100290,930,224020106 +3100291,Complete songs from Love Live! Superstar!! 30 times.,Complete songs from Love Live! Superstar!! 30 times.,18,0,73,4,30,133100291,929,224020106 +3100292,Complete songs from Love Live! Superstar!! 40 times.,Complete songs from Love Live! Superstar!! 40 times.,18,0,73,4,40,133100292,928,224020106 +3100293,Complete songs from Love Live! Superstar!! 50 times.,Complete songs from Love Live! Superstar!! 50 times.,18,0,73,4,50,133100293,927,224020106 +3100294,Complete songs from Love Live! Superstar!! 60 times.,Complete songs from Love Live! Superstar!! 60 times.,18,0,73,4,60,133100294,926,224020106 +3100295,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 5 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 5 times.,18,0,73,5,5,133100295,925,224020106 +3100296,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,18,0,73,5,10,133100296,924,224020106 +3100297,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 20 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 20 times.,18,0,73,5,20,133100297,923,224020106 +3100298,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 30 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 30 times.,18,0,73,5,30,133100298,922,224020106 +3100299,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 40 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 40 times.,18,0,73,5,40,133100299,921,224020106 +3100300,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 50 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 50 times.,18,0,73,5,50,133100300,920,224020106 +3100301,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 60 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 60 times.,18,0,73,5,60,133100301,919,224020106 +3100302,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 5 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 5 times.,18,0,73,7,5,133100302,918,224020106 +3100303,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 10 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 10 times.,18,0,73,7,10,133100303,917,224020106 +3100304,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 15 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 15 times.,18,0,73,7,15,133100304,916,224020106 +3100305,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 20 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 20 times.,18,0,73,7,20,133100305,915,224020106 +3100306,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 25 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 25 times.,18,0,73,7,25,133100306,914,224020106 +3300123,Clear a live show.,Clear a live show.,20,0,5,,1,133300123,999,223120802 +3300124,Clear 2 live shows.,Clear 2 live shows.,20,0,5,,2,133300124,998,223120802 +3300125,Clear 3 live shows.,Clear 3 live shows.,20,0,5,,3,133300125,997,223120802 +3300126,Clear 4 live shows.,Clear 4 live shows.,20,0,5,,4,133300126,996,223120802 +3300127,Clear 5 live shows.,Clear 5 live shows.,20,0,5,,5,133300127,995,223120802 +3300128,Clear 6 live shows.,Clear 6 live shows.,20,0,5,,6,133300128,994,223120802 +3300129,Clear 8 live shows.,Clear 8 live shows.,20,0,5,,8,133300129,993,223120802 +3300130,Clear 10 live shows.,Clear 10 live shows.,20,0,5,,10,133300130,992,223120802 +3300131,Clear 12 live shows.,Clear 12 live shows.,20,0,5,,12,133300131,991,223120802 +3300132,Complete 15 live shows.,Complete 15 live shows.,20,0,5,,15,133300132,990,223120802 +3300133,Clear 18 live shows.,Clear 18 live shows.,20,0,5,,18,133300133,989,223120802 +3300134,Complete 21 live shows.,Complete 21 live shows.,20,0,5,,21,133300134,988,223120802 +3300135,Complete 24 live shows.,Complete 24 live shows.,20,0,5,,24,133300135,987,223120802 +3300136,Complete 27 live shows.,Complete 27 live shows.,20,0,5,,27,133300136,986,223120802 +3300137,Clear 30 live shows.,Clear 30 live shows.,20,0,5,,30,133300137,985,223120802 +3300138,Complete 33 live shows.,Complete 33 live shows.,20,0,5,,33,133300138,984,223120802 +3300139,Complete 36 live shows.,Complete 36 live shows.,20,0,5,,36,133300139,983,223120802 +3300140,Clear 40 live shows.,Clear 40 live shows.,20,0,5,,40,133300140,982,223120802 +3300141,Complete 45 live shows.,Complete 45 live shows.,20,0,5,,45,133300141,981,223120802 +3300142,Clear 50 live shows.,Clear 50 live shows.,20,0,5,,50,133300142,980,223120802 +3300143,Complete 55 live shows.,Complete 55 live shows.,20,0,5,,55,133300143,979,223120802 +3300144,Clear 60 live shows.,Clear 60 live shows.,20,0,5,,60,133300144,978,223120802 +3300145,Complete 65 live shows.,Complete 65 live shows.,20,0,5,,65,133300145,977,223120802 +3300146,Clear 70 live shows.,Clear 70 live shows.,20,0,5,,70,133300146,976,223120802 +3300147,Complete 75 live shows.,Complete 75 live shows.,20,0,5,,75,133300147,975,223120802 +3300148,Clear 80 live shows.,Clear 80 live shows.,20,0,5,,80,133300148,974,223120802 +3300149,Complete 85 live shows.,Complete 85 live shows.,20,0,5,,85,133300149,973,223120802 +3300150,Clear 90 live shows.,Clear 90 live shows.,20,0,5,,90,133300150,972,223120802 +3300151,Complete 95 live shows.,Complete 95 live shows.,20,0,5,,95,133300151,971,223120802 +3300152,Clear 100 live shows.,Clear 100 live shows.,20,0,5,,100,133300152,970,223120802 +3300153,Complete 105 live shows.,Complete 105 live shows.,20,0,5,,105,133300153,969,223120802 +3300154,Complete 110 live shows.,Complete 110 live shows.,20,0,5,,110,133300154,968,223120802 +3300155,Complete 115 live shows.,Complete 115 live shows.,20,0,5,,115,133300155,967,223120802 +3300156,Complete 120 live shows.,Complete 120 live shows.,20,0,5,,120,133300156,966,223120802 +3300157,Clear 125 live shows.,Clear 125 live shows.,20,0,5,,125,133300157,965,223120802 +3300158,Complete 130 live shows.,Complete 130 live shows.,20,0,5,,130,133300158,964,223120802 +3300159,Complete 135 live shows.,Complete 135 live shows.,20,0,5,,135,133300159,963,223120802 +3300160,Complete 140 live shows.,Complete 140 live shows.,20,0,5,,140,133300160,962,223120802 +3300161,Complete 145 live shows.,Complete 145 live shows.,20,0,5,,145,133300161,961,223120802 +3300162,Clear 150 live shows.,Clear 150 live shows.,20,0,5,,150,133300162,960,223120802 +3300163,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,Accomplish a FULL COMBO in a live show on NORMAL difficulty or higher.,20,0,9,1,1,133300163,959,223120802 +3300164,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 3 times in live shows on NORMAL difficulty or higher.,20,0,9,1,3,133300164,958,223120802 +3300165,Accomplish a FULL COMBO 6 times in a live show at NORMAL difficulty or higher.,Accomplish a FULL COMBO 6 times in a live show at NORMAL difficulty or higher.,20,0,9,1,6,133300165,957,223120802 +3300166,Accomplish a FULL COMBO 9 times in a live show at NORMAL difficulty or higher.,Accomplish a FULL COMBO 9 times in a live show at NORMAL difficulty or higher.,20,0,9,1,9,133300166,956,223120802 +3300167,Accomplish a FULL COMBO 12 times in a live show at NORMAL difficulty or higher.,Accomplish a FULL COMBO 12 times in a live show at NORMAL difficulty or higher.,20,0,9,1,12,133300167,955,223120802 +3300168,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,Accomplish a FULL COMBO 15 times in live shows on NORMAL difficulty or higher.,20,0,9,1,15,133300168,954,223120802 +3300169,Complete songs from Love Live! 5 times.,Complete songs from Love Live! 5 times.,20,0,73,1,5,133300169,953,223120802 +3300170,Complete a song from Love Live! 10 times.,Complete a song from Love Live! 10 times.,20,0,73,1,10,133300170,952,223120802 +3300171,Complete songs from Love Live! 15 times.,Complete songs from Love Live! 15 times.,20,0,73,1,15,133300171,951,223120802 +3300172,Complete songs from Love Live! 20 times.,Complete songs from Love Live! 20 times.,20,0,73,1,20,133300172,950,223120802 +3300173,Complete songs from Love Live! 30 times.,Complete songs from Love Live! 30 times.,20,0,73,1,30,133300173,949,223120802 +3300174,Complete songs from Love Live! Sunshine!! 5 times.,Complete songs from Love Live! Sunshine!! 5 times.,20,0,73,2,5,133300174,948,223120802 +3300175,Complete songs from Love Live! Sunshine!! 10 times.,Complete songs from Love Live! Sunshine!! 10 times.,20,0,73,2,10,133300175,947,223120802 +3300176,Complete songs from Love Live! Sunshine!! 15 times.,Complete songs from Love Live! Sunshine!! 15 times.,20,0,73,2,15,133300176,946,223120802 +3300177,Complete songs from Love Live! Sunshine!! 20 times.,Complete songs from Love Live! Sunshine!! 20 times.,20,0,73,2,20,133300177,945,223120802 +3300178,Complete songs from Love Live! Sunshine!! 30 times.,Complete songs from Love Live! Sunshine!! 30 times.,20,0,73,2,30,133300178,944,223120802 +3300179,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 5 times.,20,0,73,3,5,133300179,943,223120802 +3300180,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 10 times.,20,0,73,3,10,133300180,942,223120802 +3300181,Complete songs from Love Live! Nijigasaki High School Idol Club songs 15 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 15 times.,20,0,73,3,15,133300181,941,223120802 +3300182,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 20 times.,20,0,73,3,20,133300182,940,223120802 +3300183,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,Complete songs from Love Live! Nijigasaki High School Idol Club songs 30 times.,20,0,73,3,30,133300183,939,223120802 +3300184,Complete songs from Love Live! Superstar!! 5 times.,Complete songs from Love Live! Superstar!! 5 times.,20,0,73,4,5,133300184,938,223120802 +3300185,Complete songs from Love Live! Superstar!! 10 times.,Complete songs from Love Live! Superstar!! 10 times.,20,0,73,4,10,133300185,937,223120802 +3300186,Complete songs from Love Live! Superstar!! 15 times.,Complete songs from Love Live! Superstar!! 15 times.,20,0,73,4,15,133300186,936,223120802 +3300187,Complete songs from Love Live! Superstar!! 20 times.,Complete songs from Love Live! Superstar!! 20 times.,20,0,73,4,20,133300187,935,223120802 +3300188,Complete songs from Love Live! Superstar!! 30 times.,Complete songs from Love Live! Superstar!! 30 times.,20,0,73,4,30,133300188,934,223120802 +3300189,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 5 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 5 times.,20,0,73,5,5,133300189,933,223120802 +3300190,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 10 times.,20,0,73,5,10,133300190,932,223120802 +3300191,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 15 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 15 times.,20,0,73,5,15,133300191,931,223120802 +3300192,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 20 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 20 times.,20,0,73,5,20,133300192,930,223120802 +3300193,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 30 times.,Complete songs from Love Live! Hasunosora Girls' High School Idol Club 30 times.,20,0,73,5,30,133300193,929,223120802 +3300194,Complete a song from Yohane the Parhelion: Sunshine in the Mirror,Complete a song from Yohane the Parhelion: Sunshine in the Mirror,20,0,73,7,1,133300194,928,223120802 +3300195,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 2 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 2 times.,20,0,73,7,2,133300195,927,223120802 +3300196,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 3 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 3 times.,20,0,73,7,3,133300196,926,223120802 +3300197,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 4 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 4 times.,20,0,73,7,4,133300197,925,223120802 +3300198,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 5 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 5 times.,20,0,73,7,5,133300198,924,223120802 +3300199,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 6 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 6 times.,20,0,73,7,6,133300199,923,223120802 +3300200,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 7 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 7 times.,20,0,73,7,7,133300200,922,223120802 +3300201,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 8 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 8 times.,20,0,73,7,8,133300201,921,223120802 +3300202,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 9 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 9 times.,20,0,73,7,9,133300202,920,223120802 +3300203,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 10 times.,Complete songs from Yohane the Parhelion: Sunshine in the Mirror 10 times.,20,0,73,7,10,133300203,919,223120802 +3300307,"Achieve a score of 50,000 on the song ""Mogyutto ""Love"" de Sekkinchu!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mogyutto ""Love"" de Sekkinchu!"" on NORMAL difficulty or higher.",20,0,42,"1109301,1,50000",1,133300307,999,224020101 +3300308,"Achieve a score of 50,000 on the song ""Baby Maybe Koi no Button"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Baby Maybe Koi no Button"" on NORMAL difficulty or higher.",20,0,42,"1100801,1,50000",1,133300308,998,224020201 +3300309,"Achieve a score of 50,000 on the song ""Arashi no Naka no Koi dakara"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Arashi no Naka no Koi dakara"" on NORMAL difficulty or higher.",20,0,42,"1112901,1,50000",1,133300309,997,224020301 +3300310,"Achieve a score of 50,000 on the song ""Ruteshi Kisuki Shiteru"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Ruteshi Kisuki Shiteru"" on NORMAL difficulty or higher.",20,0,42,"1109701,1,50000",1,133300310,996,224020401 +3300311,"Achieve a score of 50,000 on the song ""Aishiteru Banzai!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aishiteru Banzai!"" on NORMAL difficulty or higher.",20,0,42,"1109801,1,50000",1,133300311,995,224020501 +3300312,"Achieve a score of 50,000 on the song ""Love Marginal"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Love Marginal"" on NORMAL difficulty or higher.",20,0,42,"1102601,1,50000",1,133300312,994,224020601 +3300313,"Achieve a score of 50,000 on the song ""Love Novels"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Love Novels"" on NORMAL difficulty or higher.",20,0,42,"1109601,1,50000",1,133300313,993,224020701 +3300314,"Achieve a score of 50,000 on the song ""Shiranai Love * Oshiete Love"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Shiranai Love * Oshiete Love"" on NORMAL difficulty or higher.",20,0,42,"1111801,1,50000",1,133300314,992,224020801 +3300315,"Achieve a score of 50,000 on the song ""Sweet & Sweet Holiday"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Sweet & Sweet Holiday"" on NORMAL difficulty or higher.",20,0,42,"1105801,1,50000",1,133300315,991,224020901 +3300316,"Achieve a score of 50,000 on the song ""Cutie Panther"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Cutie Panther"" on NORMAL difficulty or higher.",20,0,42,"1101201,1,50000",1,133300316,990,224021003 +3300317,"Achieve a score of 50,000 on the song ""Shunjo Romantic"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Shunjo Romantic"" on NORMAL difficulty or higher.",20,0,42,"1111401,1,50000",1,133300317,989,224021101 +3300318,"Achieve a score of 50,000 on the song ""Puwa Puwa-O!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Puwa Puwa-O!"" on NORMAL difficulty or higher.",20,0,42,"1108901,1,50000",1,133300318,988,224021201 +3300319,"Achieve a score of 50,000 on the song ""PSYCHIC FIRE"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""PSYCHIC FIRE"" on NORMAL difficulty or higher.",20,0,42,"1104101,1,50000",1,133300319,987,224021301 +3300320,"Achieve a score of 50,000 on the song ""Binetsu kara Mystery"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Binetsu kara Mystery"" on NORMAL difficulty or higher.",20,0,42,"1112101,1,50000",1,133300320,986,224021401 +3300321,"Achieve a score of 50,000 on the song ""Koini Naritai AQUARIUM"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Koini Naritai AQUARIUM"" on NORMAL difficulty or higher.",20,0,42,"1208801,1,50000",1,133300321,985,224020101 +3300322,"Achieve a score of 50,000 on the song ""Shojo Ijo no Koi ga Shitai"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Shojo Ijo no Koi ga Shitai"" on NORMAL difficulty or higher.",20,0,42,"1204201,1,50000",1,133300322,984,224020201 +3300323,"Achieve a score of 50,000 on the song ""JIMO-AI Dash!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""JIMO-AI Dash!"" on NORMAL difficulty or higher.",20,0,42,"1200501,1,50000",1,133300323,983,224020301 +3300324,"Achieve a score of 50,000 on the song ""Mattete Aino Uta"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mattete Aino Uta"" on NORMAL difficulty or higher.",20,0,42,"1209001,1,50000",1,133300324,982,224020401 +3300325,"Achieve a score of 50,000 on the song ""“MY LIST” to you!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""“MY LIST” to you!"" on NORMAL difficulty or higher.",20,0,42,"1207601,1,50000",1,133300325,981,224020501 +3300326,"Achieve a score of 50,000 on the song ""Kinmirai Happy End"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kinmirai Happy End"" on NORMAL difficulty or higher.",20,0,42,"1203901,1,50000",1,133300326,980,224020601 +3300327,"Achieve a score of 50,000 on the song ""Torikoriko PLEASE!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Torikoriko PLEASE!!"" on NORMAL difficulty or higher.",20,0,42,"1209101,1,50000",1,133300327,979,224020701 +3300328,"Achieve a score of 50,000 on the song ""Guilty Night, Guilty Kiss!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Guilty Night, Guilty Kiss!"" on NORMAL difficulty or higher.",20,0,42,"1210501,1,50000",1,133300328,978,224020801 +3300329,"Achieve a score of 50,000 on the song ""Kodoku Teleport"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kodoku Teleport"" on NORMAL difficulty or higher.",20,0,42,"1212901,1,50000",1,133300329,977,224020901 +3300330,"Achieve a score of 50,000 on the song ""GALAXY HidE and SeeK"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""GALAXY HidE and SeeK"" on NORMAL difficulty or higher.",20,0,42,"1204301,1,50000",1,133300330,976,224021003 +3300331,"Achieve a score of 50,000 on the song ""Nameless Love Song"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Nameless Love Song"" on NORMAL difficulty or higher.",20,0,42,"1214901,1,50000",1,133300331,975,224021101 +3300332,"Achieve a score of 50,000 on the song ""Aru Hi...Eien Mitai ni!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aru Hi...Eien Mitai ni!"" on NORMAL difficulty or higher.",20,0,42,"1215301,1,50000",1,133300332,974,224021201 +3300333,"Achieve a score of 50,000 on the song ""Kuchu Renairon"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kuchu Renairon"" on NORMAL difficulty or higher.",20,0,42,"1212701,1,50000",1,133300333,973,224021301 +3300334,"Achieve a score of 50,000 on the song ""Deep Sea Cocoon"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Deep Sea Cocoon"" on NORMAL difficulty or higher.",20,0,42,"1214401,1,50000",1,133300334,972,224021401 +3300335,"Achieve a score of 50,000 on the song ""Walking Dream"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Walking Dream"" on NORMAL difficulty or higher.",20,0,42,"1314301,1,50000",1,133300335,971,224020101 +3300336,"Achieve a score of 50,000 on the song ""Senobi Shitatte"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Senobi Shitatte"" on NORMAL difficulty or higher.",20,0,42,"1314101,1,50000",1,133300336,970,224020201 +3300337,"Achieve a score of 50,000 on the song ""Koakuma LOVE♡"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Koakuma LOVE♡"" on NORMAL difficulty or higher.",20,0,42,"1314401,1,50000",1,133300337,969,224020301 +3300338,"Achieve a score of 50,000 on the song ""My Shadow"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""My Shadow"" on NORMAL difficulty or higher.",20,0,42,"1314501,1,50000",1,133300338,968,224020401 +3300339,"Achieve a score of 50,000 on the song ""Request for U"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Request for U"" on NORMAL difficulty or higher.",20,0,42,"1314601,1,50000",1,133300339,967,224020501 +3300340,"Achieve a score of 50,000 on the song ""Cooking with Love"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Cooking with Love"" on NORMAL difficulty or higher.",20,0,42,"1314201,1,50000",1,133300340,966,224020601 +3300341,"Achieve a score of 50,000 on the song ""Cherry Bomb"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Cherry Bomb"" on NORMAL difficulty or higher.",20,0,42,"1314701,1,50000",1,133300341,965,224020701 +3300342,"Achieve a score of 50,000 on the song ""Koisuru Sunflower"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Koisuru Sunflower"" on NORMAL difficulty or higher.",20,0,42,"1314801,1,50000",1,133300342,964,224020801 +3300343,"Achieve a score of 50,000 on the song ""Watashi wa Magnet"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Watashi wa Magnet"" on NORMAL difficulty or higher.",20,0,42,"1314901,1,50000",1,133300343,963,224020901 +3300344,"Achieve a score of 50,000 on the song ""Koufukuron"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Koufukuron"" on NORMAL difficulty or higher.",20,0,42,"1315001,1,50000",1,133300344,962,224021003 +3300345,"Achieve a score of 50,000 on the song ""Lemonade"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Lemonade"" on NORMAL difficulty or higher.",20,0,42,"1315101,1,50000",1,133300345,961,224021101 +3300346,"Achieve a score of 50,000 on the song ""5201314"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""5201314"" on NORMAL difficulty or higher.",20,0,42,"1315201,1,50000",1,133300346,960,224021201 +3300347,"Achieve a score of 50,000 on the song ""Fly with You!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Fly with You!!"" on NORMAL difficulty or higher.",20,0,42,"1315301,1,50000",1,133300347,959,224021301 +3300348,"Achieve a score of 50,000 on the song ""Love U my friends (12 Singers Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Love U my friends (12 Singers Ver.)"" on NORMAL difficulty or higher.",20,0,42,"1311801,1,50000",1,133300348,958,224021401 +3300349,"Achieve a score of 50,000 on the song ""Kono Machi de Ima Kimi to"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kono Machi de Ima Kimi to"" on NORMAL difficulty or higher.",20,0,42,"1403401,1,50000",1,133300349,957,224020101 +3300350,"Achieve a score of 50,000 on the song ""GOING UP"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""GOING UP"" on NORMAL difficulty or higher.",20,0,42,"1400401,1,50000",1,133300350,956,224020201 +3300351,"Achieve a score of 50,000 on the song ""Tokonatsu☆Sunshine"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Tokonatsu☆Sunshine"" on NORMAL difficulty or higher.",20,0,42,"1404001,1,50000",1,133300351,955,224020301 +3300352,"Achieve a score of 50,000 on the song ""Tu Tu Tu!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Tu Tu Tu!"" on NORMAL difficulty or higher.",20,0,42,"1408301,1,50000",1,133300352,954,224020401 +3300353,"Achieve a score of 50,000 on the song ""Primary"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Primary"" on NORMAL difficulty or higher.",20,0,42,"1401101,1,50000",1,133300353,953,224020501 +3300354,"Achieve a score of 50,000 on the song ""Shooting Voice!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Shooting Voice!!"" on NORMAL difficulty or higher.",20,0,42,"1406501,1,50000",1,133300354,952,224020601 +3300355,"Achieve a score of 50,000 on the song ""Mirai no Oto ga Kikoeru"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mirai no Oto ga Kikoeru"" on NORMAL difficulty or higher.",20,0,42,"1405701,1,50000",1,133300355,951,224020701 +3300356,"Achieve a score of 50,000 on the song ""Namae Yobiau You ni"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Namae Yobiau You ni"" on NORMAL difficulty or higher.",20,0,42,"1409201,1,50000",1,133300356,950,224020801 +3300357,"Achieve a score of 50,000 on the song ""Including you"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Including you"" on NORMAL difficulty or higher.",20,0,42,"1409601,1,50000",1,133300357,949,224020901 +3300358,"Achieve a score of 50,000 on the song ""Killer Kyun☆"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Killer Kyun☆"" on NORMAL difficulty or higher.",20,0,42,"1405901,1,50000",1,133300358,948,224021003 +3300359,"Achieve a score of 50,000 on the song ""Shake It Up☆☆☆"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Shake It Up☆☆☆"" on NORMAL difficulty or higher.",20,0,42,"1411701,1,50000",1,133300359,947,224021101 +3300360,"Achieve a score of 50,000 on the song ""Alternate"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Alternate"" on NORMAL difficulty or higher.",20,0,42,"1411101,1,50000",1,133300360,946,224021201 +3300361,"Achieve a score of 50,000 on the song ""Velour"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Velour"" on NORMAL difficulty or higher.",20,0,42,"1411301,1,50000",1,133300361,945,224021301 +3300362,"Achieve a score of 50,000 on the song ""A Little Love"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""A Little Love"" on NORMAL difficulty or higher.",20,0,42,"1411601,1,50000",1,133300362,944,224021401 +3300363,Perform 5 live shows with a Liella! member.,Perform 5 live shows with a Liella! member.,20,0,70,"403,404,405",5,133300363,943,224020104 +3300364,Perform 10 live shows with a Liella! member.,Perform 10 live shows with a Liella! member.,20,0,70,"403,404,405",10,133300364,942,224020104 +3300365,Perform 15 live shows with a Liella! member.,Perform 15 live shows with a Liella! member.,20,0,70,"403,404,405",15,133300365,941,224020104 +3300366,Perform 20 live shows with a Liella! member.,Perform 20 live shows with a Liella! member.,20,0,70,"403,404,405",20,133300366,940,224020104 +3300367,Perform 25 live shows with a Liella! member.,Perform 25 live shows with a Liella! member.,20,0,70,"403,404,405",25,133300367,939,224020104 +3300368,Perform 30 live shows with a Liella! member.,Perform 30 live shows with a Liella! member.,20,0,70,"403,404,405",30,133300368,938,224020104 +3300369,Perform 35 live shows with a Liella! member.,Perform 35 live shows with a Liella! member.,20,0,70,"403,404,405",35,133300369,937,224020104 +3300370,Perform 40 live shows with a Liella! member.,Perform 40 live shows with a Liella! member.,20,0,70,"403,404,405",40,133300370,936,224020104 +3300371,Perform 45 live shows with a Liella! member.,Perform 45 live shows with a Liella! member.,20,0,70,"403,404,405",45,133300371,935,224020104 +3300372,Perform 50 live shows with a Liella! member.,Perform 50 live shows with a Liella! member.,20,0,70,"403,404,405",50,133300372,934,224020104 +3300465,"Achieve a score of 50,000 on the song ""Bokura no LIVE Kimi to no LIFE"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Bokura no LIVE Kimi to no LIFE"" on NORMAL difficulty or higher.",20,0,42,"1100101,1,50000",1,133300465,999,224030119 +3300466,"Achieve a score of 50,000 on the song ""Snow Halation"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Snow Halation"" on NORMAL difficulty or higher.",20,0,42,"1104801,1,50000",1,133300466,998,224030202 +3300467,"Achieve a score of 50,000 on the song ""Bokura wa Ima no Naka de"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Bokura wa Ima no Naka de"" on NORMAL difficulty or higher.",20,0,42,"1112401,1,50000",1,133300467,997,224030302 +3300468,"Achieve a score of 50,000 on the song ""Private Wars"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Private Wars"" on NORMAL difficulty or higher.",20,0,42,"1104001,1,50000",1,133300468,996,224030404 +3300469,"Achieve a score of 50,000 on the song ""Kitto Seishun ga Kikoeru"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kitto Seishun ga Kikoeru"" on NORMAL difficulty or higher.",20,0,42,"1106801,1,50000",1,133300469,995,224030502 +3300470,"Achieve a score of 50,000 on the song ""No Brand Girls"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""No Brand Girls"" on NORMAL difficulty or higher.",20,0,42,"1103501,1,50000",1,133300470,994,224030602 +3300471,"Achieve a score of 50,000 on the song ""It's our miraculous time"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""It's our miraculous time"" on NORMAL difficulty or higher.",20,0,42,"1107901,1,50000",1,133300471,993,224030702 +3300472,"Achieve a score of 50,000 on the song ""KiRa-KiRa Sensation!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""KiRa-KiRa Sensation!"" on NORMAL difficulty or higher.",20,0,42,"1102301,1,50000",1,133300472,992,224030802 +3300473,"Achieve a score of 50,000 on the song ""Happy Maker!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Happy Maker!"" on NORMAL difficulty or higher.",20,0,42,"1102001,1,50000",1,133300473,991,224030904 +3300474,"Achieve a score of 50,000 on the song ""SUNNY DAY SONG"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""SUNNY DAY SONG"" on NORMAL difficulty or higher.",20,0,42,"1100201,1,50000",1,133300474,990,224031002 +3300475,"Achieve a score of 50,000 on the song ""Bokutachi wa Hitotsu no Hikari"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Bokutachi wa Hitotsu no Hikari"" on NORMAL difficulty or higher.",20,0,42,"1112301,1,50000",1,133300475,989,224031102 +3300476,"Achieve a score of 50,000 on the song ""MOMENT RING"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""MOMENT RING"" on NORMAL difficulty or higher.",20,0,42,"1103101,1,50000",1,133300476,988,224031202 +3300477,"Achieve a score of 50,000 on the song ""A song for You! You? You!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""A song for You! You? You!!"" on NORMAL difficulty or higher.",20,0,42,"1100301,1,50000",1,133300477,987,224031302 +3300478,"Achieve a score of 50,000 on the song ""HEART to HEART!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""HEART to HEART!"" on NORMAL difficulty or higher.",20,0,42,"1102101,1,50000",1,133300478,986,224031404 +3300479,"Achieve a score of 50,000 on the song ""Arashi no Naka no Koi dakara"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Arashi no Naka no Koi dakara"" on NORMAL difficulty or higher.",20,0,42,"1112901,1,50000",1,133300479,985,224031504 +3300480,"Achieve a score of 50,000 on the song ""Takaramonos"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Takaramonos"" on NORMAL difficulty or higher.",20,0,42,"1108101,1,50000",1,133300480,984,224031604 +3300481,"Achieve a score of 50,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Kimino Kokorowa Kagayaiterukai?"" on NORMAL difficulty or higher.",20,0,42,"1214201,1,50000",1,133300481,983,224030119 +3300482,"Achieve a score of 50,000 on the song ""Aozora Jumping Heart"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aozora Jumping Heart"" on NORMAL difficulty or higher.",20,0,42,"1209601,1,50000",1,133300482,982,224030202 +3300483,"Achieve a score of 50,000 on the song ""Yume Kataruyori Yume Utaou"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Yume Kataruyori Yume Utaou"" on NORMAL difficulty or higher.",20,0,42,"1209801,1,50000",1,133300483,981,224030302 +3300484,"Achieve a score of 50,000 on the song ""MIRAI TICKET"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""MIRAI TICKET"" on NORMAL difficulty or higher.",20,0,42,"1210401,1,50000",1,133300484,980,224030404 +3300485,"Achieve a score of 50,000 on the song ""HAPPY PARTY TRAIN"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""HAPPY PARTY TRAIN"" on NORMAL difficulty or higher.",20,0,42,"1203501,1,50000",1,133300485,979,224030502 +3300486,"Achieve a score of 50,000 on the song ""Mirai no Bokura wa Shitteru yo"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mirai no Bokura wa Shitteru yo"" on NORMAL difficulty or higher.",20,0,42,"1204401,1,50000",1,133300486,978,224030602 +3300487,"Achieve a score of 50,000 on the song ""WATER BLUE NEW WORLD"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""WATER BLUE NEW WORLD"" on NORMAL difficulty or higher.",20,0,42,"1205501,1,50000",1,133300487,977,224030702 +3300488,"Achieve a score of 50,000 on the song ""Believe again"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Believe again"" on NORMAL difficulty or higher.",20,0,42,"1211101,1,50000",1,133300488,976,224030802 +3300489,"Achieve a score of 50,000 on the song ""Brightest Melody"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Brightest Melody"" on NORMAL difficulty or higher.",20,0,42,"1216501,1,50000",1,133300489,975,224030904 +3300490,"Achieve a score of 50,000 on the song ""Deep Resonance"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Deep Resonance"" on NORMAL difficulty or higher.",20,0,42,"1211801,1,50000",1,133300490,974,224031002 +3300491,"Achieve a score of 50,000 on the song ""MITAIKEN HORIZON"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""MITAIKEN HORIZON"" on NORMAL difficulty or higher.",20,0,42,"1211901,1,50000",1,133300491,973,224031102 +3300492,"Achieve a score of 50,000 on the song ""KOKORO Magic “A to Z”"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""KOKORO Magic “A to Z”"" on NORMAL difficulty or higher.",20,0,42,"1200901,1,50000",1,133300492,972,224031202 +3300493,"Achieve a score of 50,000 on the song ""DREAMY COLOR"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""DREAMY COLOR"" on NORMAL difficulty or higher.",20,0,42,"1214501,1,50000",1,133300493,971,224031302 +3300494,"Achieve a score of 50,000 on the song ""Genjitsu Mysterium"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Genjitsu Mysterium"" on NORMAL difficulty or higher.",20,0,42,"1600101,1,50000",1,133300494,970,224031404 +3300495,"Achieve a score of 50,000 on the song ""Omoiyo Hitotsuninare (9 Singers Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Omoiyo Hitotsuninare (9 Singers Ver.)"" on NORMAL difficulty or higher.",20,0,42,"1217401,1,50000",1,133300495,969,224031504 +3300496,"Achieve a score of 50,000 on the song ""Jingle Bells ga Tomaranai"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Jingle Bells ga Tomaranai"" on NORMAL difficulty or higher.",20,0,42,"1210701,1,50000",1,133300496,968,224031604 +3300497,"Achieve a score of 50,000 on the song ""TOKIMEKI Runners (12 Singers Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""TOKIMEKI Runners (12 Singers Ver.)"" on NORMAL difficulty or higher.",20,0,42,"1311701,1,50000",1,133300497,967,224030119 +3300498,"Achieve a score of 50,000 on the song ""Dream with You"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Dream with You"" on NORMAL difficulty or higher.",20,0,42,"1304201,1,50000",1,133300498,966,224030202 +3300499,"Achieve a score of 50,000 on the song ""Muteki-kyuu*Believer"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Muteki-kyuu*Believer"" on NORMAL difficulty or higher.",20,0,42,"1301501,1,50000",1,133300499,965,224030302 +3300500,"Achieve a score of 50,000 on the song ""Audrey"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Audrey"" on NORMAL difficulty or higher.",20,0,42,"1301701,1,50000",1,133300500,964,224030404 +3300501,"Achieve a score of 50,000 on the song ""VIVID WORLD"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""VIVID WORLD"" on NORMAL difficulty or higher.",20,0,42,"1306601,1,50000",1,133300501,963,224030502 +3300502,"Achieve a score of 50,000 on the song ""Meccha Going!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Meccha Going!!"" on NORMAL difficulty or higher.",20,0,42,"1305901,1,50000",1,133300502,962,224030602 +3300503,"Achieve a score of 50,000 on the song ""Butterfly"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Butterfly"" on NORMAL difficulty or higher.",20,0,42,"1303701,1,50000",1,133300503,961,224030702 +3300504,"Achieve a score of 50,000 on the song ""CHASE!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""CHASE!"" on NORMAL difficulty or higher.",20,0,42,"1303801,1,50000",1,133300504,960,224030802 +3300505,"Achieve a score of 50,000 on the song ""Aion no Uta"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aion no Uta"" on NORMAL difficulty or higher.",20,0,42,"1300101,1,50000",1,133300505,959,224030904 +3300506,"Achieve a score of 50,000 on the song ""Tsunagaru Connect"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Tsunagaru Connect"" on NORMAL difficulty or higher.",20,0,42,"1306801,1,50000",1,133300506,958,224031002 +3300507,"Achieve a score of 50,000 on the song ""Aoi Canaria"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Aoi Canaria"" on NORMAL difficulty or higher.",20,0,42,"1306401,1,50000",1,133300507,957,224031102 +3300508,"Achieve a score of 50,000 on the song ""I'm Still..."" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""I'm Still..."" on NORMAL difficulty or higher.",20,0,42,"1300901,1,50000",1,133300508,956,224031202 +3300509,"Achieve a score of 50,000 on the song ""Eutopia"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Eutopia"" on NORMAL difficulty or higher.",20,0,42,"1308401,1,50000",1,133300509,955,224031302 +3300510,"Achieve a score of 50,000 on the song ""L! L! L! (Love the Life We Live)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""L! L! L! (Love the Life We Live)"" on NORMAL difficulty or higher.",20,0,42,"1304401,1,50000",1,133300510,954,224031404 +3300511,"Achieve a score of 50,000 on the song ""New Year's March! (Jan. to Jun. Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""New Year's March! (Jan. to Jun. Ver.)"" on NORMAL difficulty or higher.",20,0,42,"1315401,1,50000",1,133300511,953,224031504 +3300512,"Achieve a score of 50,000 on the song ""New Year's March! (Jul. to Dec. Ver.)"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""New Year's March! (Jul. to Dec. Ver.)"" on NORMAL difficulty or higher.",20,0,42,"1315501,1,50000",1,133300512,952,224031604 +3300513,"Achieve a score of 50,000 on the song ""Hajimari wa Kimi no Sora"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Hajimari wa Kimi no Sora"" on NORMAL difficulty or higher.",20,0,42,"1403701,1,50000",1,133300513,951,224030119 +3300514,"Achieve a score of 50,000 on the song ""START!! True dreams"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""START!! True dreams"" on NORMAL difficulty or higher.",20,0,42,"1400101,1,50000",1,133300514,950,224030202 +3300515,"Achieve a score of 50,000 on the song ""Mirai Yohou Hallelujah!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mirai Yohou Hallelujah!"" on NORMAL difficulty or higher.",20,0,42,"1400201,1,50000",1,133300515,949,224030302 +3300516,"Achieve a score of 50,000 on the song ""HOT PASSION!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""HOT PASSION!!"" on NORMAL difficulty or higher.",20,0,42,"1401001,1,50000",1,133300516,948,224030404 +3300517,"Achieve a score of 50,000 on the song ""Mirai wa Kaze no You ni"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mirai wa Kaze no You ni"" on NORMAL difficulty or higher.",20,0,42,"1404601,1,50000",1,133300517,947,224030502 +3300518,"Achieve a score of 50,000 on the song ""Starlight Prologue"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Starlight Prologue"" on NORMAL difficulty or higher.",20,0,42,"1400601,1,50000",1,133300518,946,224030602 +3300519,"Achieve a score of 50,000 on the song ""WE WILL‼"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""WE WILL‼"" on NORMAL difficulty or higher.",20,0,42,"1404801,1,50000",1,133300519,945,224030702 +3300520,"Achieve a score of 50,000 on the song ""Okikakeru Yume no Saki de"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Okikakeru Yume no Saki de"" on NORMAL difficulty or higher.",20,0,42,"1405001,1,50000",1,133300520,944,224030802 +3300521,"Achieve a score of 50,000 on the song ""Butterfly Wing"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Butterfly Wing"" on NORMAL difficulty or higher.",20,0,42,"1406001,1,50000",1,133300521,943,224030904 +3300522,"Achieve a score of 50,000 on the song ""Vitamin SUMMER!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Vitamin SUMMER!"" on NORMAL difficulty or higher.",20,0,42,"1405401,1,50000",1,133300522,942,224031002 +3300523,"Achieve a score of 50,000 on the song ""Sing! Shine! Smile!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Sing! Shine! Smile!"" on NORMAL difficulty or higher.",20,0,42,"1405601,1,50000",1,133300523,941,224031102 +3300524,"Achieve a score of 50,000 on the song ""Mirai no Oto ga Kikoeru"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Mirai no Oto ga Kikoeru"" on NORMAL difficulty or higher.",20,0,42,"1405701,1,50000",1,133300524,940,224031202 +3300525,"Achieve a score of 50,000 on the song ""UNIVERSE!!"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""UNIVERSE!!"" on NORMAL difficulty or higher.",20,0,42,"1410801,1,50000",1,133300525,939,224031302 +3300526,"Achieve a score of 50,000 on the song ""Jump Into the New World"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Jump Into the New World"" on NORMAL difficulty or higher.",20,0,42,"1411001,1,50000",1,133300526,938,224031404 +3300527,"Achieve a score of 50,000 on the song ""Watashi no Symphony ~2023 Ver.~"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""Watashi no Symphony ~2023 Ver.~"" on NORMAL difficulty or higher.",20,0,42,"1411901,1,50000",1,133300527,937,224031504 +3300528,"Achieve a score of 50,000 on the song ""MIRACLE NEW STORY"" on NORMAL difficulty or higher.","Achieve a score of 50,000 on the song ""MIRACLE NEW STORY"" on NORMAL difficulty or higher.",20,0,42,"1407101,1,50000",1,133300528,936,224031604 +1073001,[Story Unlock Requirements] (Hide),Clear one Love Live! song.,0,0,73,1,1,0,99,1 +1073002,[Story Unlock Requirements] (Hide),Clear 10 Love Live! songs.,0,0,73,1,10,0,99,1 +1073003,[Story Unlock Requirements] (Hide),Clear 30 Love Live! songs.,0,0,73,1,30,0,99,1 +1073004,[Story Unlock Requirements] (Hide),Clear 50 Love Live! songs.,0,0,73,1,50,0,99,1 +1073005,[Story Unlock Requirements] (Hide),Clear 70 Love Live! songs.,0,0,73,1,70,0,99,1 +1073006,[Story Unlock Requirements] (Hide),Clear one Love Live! Sunshine!! song.,0,0,73,2,1,0,99,1 +1073007,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Sunshine!! songs.,0,0,73,2,10,0,99,1 +1073008,[Story Unlock Requirements] (Hide),Clear 30 Love Live! Sunshine!! songs.,0,0,73,2,30,0,99,1 +1073009,[Story Unlock Requirements] (Hide),Clear 50 Love Live! Sunshine!! songs.,0,0,73,2,50,0,99,1 +1073010,[Story Unlock Requirements] (Hide),Clear 70 Love Live! Sunshine!! songs.,0,0,73,2,70,0,99,1 +1073011,[Story Unlock Requirements] (Hide),Clear one Love Live! Nijigasaki High School Idol Club song.,0,0,73,3,1,0,99,1 +1073012,[Story Unlock Requirements] (Hide),ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を2回クリアする,0,0,73,3,2,0,99,1 +1073013,[Story Unlock Requirements] (Hide),ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアする,0,0,73,3,3,0,99,1 +1073014,[Story Unlock Requirements] (Hide),ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を4回クリアする,0,0,73,3,4,0,99,1 +1073015,[Story Unlock Requirements] (Hide),ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアする,0,0,73,3,5,0,99,1 +1073016,[Story Unlock Requirements] (Hide),Clear one Love Live! Superstar!! song.,0,0,73,4,1,0,99,1 +1073017,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Superstar!! songs.,0,0,73,4,10,0,99,1 +1073018,[Story Unlock Requirements] (Hide),Clear 30 Love Live! Superstar!! songs.,0,0,73,4,30,0,99,1 +1073019,[Story Unlock Requirements] (Hide),Clear 50 Love Live! Superstar!! songs.,0,0,73,4,50,0,99,1 +1073020,[Story Unlock Requirements] (Hide),Clear 70 Love Live! Superstar!! songs.,0,0,73,4,70,0,99,1 +1073021,[Story Unlock Requirements] (Hide),Clear 50 Love Live! Sunshine!! songs.,0,0,73,2,50,0,99,223071102 +1073022,[Story Unlock Requirements] (Hide),Clear 70 Love Live! Sunshine!! songs.,0,0,73,2,70,0,99,223071102 +1073023,[Story Unlock Requirements] (Hide),Clear 50 Love Live! Superstar!! songs.,0,0,73,4,50,0,99,223081103 +1073024,[Story Unlock Requirements] (Hide),Clear 70 Love Live! Superstar!! songs.,0,0,73,4,70,0,99,223081103 +1073025,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073026,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073027,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073028,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073029,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073030,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073031,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073032,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073033,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073034,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073035,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 +1073036,[Story Unlock Requirements] (Hide),Clear 10 Love Live! Nijigasaki High School Idol Club songs.,0,0,73,3,10,0,99,223090601 diff --git a/src/router/masterdata/csv/mission_banner.csv b/src/router/databases/csv-en/mission_banner.csv similarity index 100% rename from src/router/masterdata/csv/mission_banner.csv rename to src/router/databases/csv-en/mission_banner.csv diff --git a/src/router/databases/csv-en/mission_reward.csv b/src/router/databases/csv-en/mission_reward.csv new file mode 100644 index 0000000..25914e7 --- /dev/null +++ b/src/router/databases/csv-en/mission_reward.csv @@ -0,0 +1,4016 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +131153001,1,1,2,1,0,10,1 +131153002,1,1,2,1,0,10,1 +131153003,1,1,2,1,0,10,1 +131153004,1,1,2,1,0,10,1 +131153005,1,1,2,1,0,10,1 +131153006,1,1,2,1,0,10,1 +131153007,1,1,2,1,0,20,1 +131153008,1,1,2,1,0,20,1 +131153009,1,1,2,1,0,20,1 +131153010,1,1,2,1,0,20,1 +131153011,1,1,2,1,0,20,1 +131153012,1,1,2,1,0,20,1 +131153013,1,1,2,1,0,100,1 +131153014,1,1,2,1,0,20,1 +131153015,1,1,2,1,0,20,1 +131153016,1,1,2,1,0,20,1 +131153017,1,1,2,1,0,20,1 +131153018,1,1,2,1,0,20,1 +131153019,1,1,2,1,0,20,1 +131105001,1,3,2,19100001,0,50,1 +131105002,1,3,2,19100001,0,50,1 +131105003,1,3,2,19100001,0,100,1 +131105004,1,3,2,19100001,0,50,1 +131105005,1,3,2,19100001,0,50,1 +131105006,1,3,2,19100001,0,100,1 +131105007,1,3,2,19100001,0,100,1 +131105008,1,3,2,19100001,0,100,1 +131105009,1,3,2,19100001,0,100,1 +131105010,1,3,2,19100001,0,100,1 +131105011,1,3,2,19100001,0,100,1 +131105012,1,3,2,19100001,0,200,1 +131105013,1,3,2,19100001,0,100,1 +131105014,1,3,2,19100001,0,100,1 +131105015,1,3,2,19100001,0,100,1 +131105016,1,3,2,19100001,0,100,1 +131105017,1,3,2,19100001,0,300,1 +131101001,1,1,2,1,0,20,1 +131101002,1,1,2,1,0,20,1 +131101003,1,1,2,1,0,20,1 +131101004,1,1,2,1,0,20,1 +131101005,1,1,2,1,0,20,1 +131101006,1,1,2,1,0,20,1 +131101007,1,1,2,1,0,20,1 +131101008,1,1,2,1,0,20,1 +131101009,1,1,2,1,0,20,1 +131101010,1,1,2,1,0,20,1 +131101011,1,1,2,1,0,20,1 +131101012,1,1,2,1,0,20,1 +131101013,1,1,2,1,0,20,1 +131101014,1,1,2,1,0,20,1 +131101015,1,1,2,1,0,20,1 +131101016,1,1,2,1,0,20,1 +131101017,1,1,2,1,0,20,1 +131101018,1,1,2,1,0,20,1 +131101019,1,1,2,1,0,20,1 +131101020,1,1,2,1,0,20,1 +131101021,1,1,2,1,0,20,1 +131101022,1,1,2,1,0,20,1 +131101023,1,1,2,1,0,20,1 +131101024,1,1,2,1,0,20,1 +131101025,1,1,2,1,0,20,1 +131101026,1,1,2,1,0,20,1 +131101027,1,1,2,1,0,20,1 +131101028,1,1,2,1,0,20,1 +131101029,1,1,2,1,0,20,1 +131101030,1,1,2,1,0,20,1 +131114001,1,4,2,1,0,50000,1 +131114002,1,4,2,1,0,50000,1 +131114003,1,4,2,1,0,50000,1 +131114004,1,4,2,1,0,50000,1 +131114005,1,4,2,1,0,50000,1 +131114006,1,4,2,1,0,50000,1 +131114007,1,4,2,1,0,50000,1 +131114008,1,4,2,1,0,50000,1 +131114009,1,4,2,1,0,50000,1 +131114010,1,3,2,16005003,0,1,1 +131114011,1,3,2,16005003,0,1,1 +131114012,1,3,2,16005003,0,1,1 +131114013,1,3,2,16005003,0,1,1 +131114014,1,3,2,16005003,0,1,1 +131114015,1,3,2,16005003,0,1,1 +131114016,1,3,2,16005003,0,1,1 +131114017,1,3,2,16005003,0,1,1 +131114018,1,3,2,16005003,0,1,1 +131114019,1,3,2,16005003,0,1,1 +131114020,1,3,2,16005003,0,1,1 +131114021,1,3,2,16005003,0,1,1 +131114022,1,3,2,16005003,0,1,1 +131114023,1,3,2,16005003,0,1,1 +131114024,1,3,2,16005003,0,1,1 +131114025,1,3,2,16005003,0,1,1 +131114026,1,3,2,16005003,0,1,1 +131114027,1,3,2,16005003,0,1,1 +131114028,1,4,2,1,0,50000,1 +131114029,1,4,2,1,0,50000,1 +131114030,1,4,2,1,0,50000,1 +131114031,1,4,2,1,0,50000,1 +131114032,1,4,2,1,0,50000,1 +131114033,1,4,2,1,0,50000,1 +131114034,1,4,2,1,0,50000,1 +131114035,1,4,2,1,0,50000,1 +131114036,1,4,2,1,0,50000,1 +131114037,1,3,2,16005003,0,1,1 +131114038,1,3,2,16005003,0,1,1 +131114039,1,3,2,16005003,0,1,1 +131114040,1,3,2,16005003,0,1,1 +131114041,1,3,2,16005003,0,1,1 +131114042,1,3,2,16005003,0,1,1 +131114043,1,3,2,16005003,0,1,1 +131114044,1,3,2,16005003,0,1,1 +131114045,1,3,2,16005003,0,1,1 +131114046,1,3,2,16005003,0,2,1 +131114047,1,3,2,16005003,0,2,1 +131114048,1,3,2,16005003,0,2,1 +131114049,1,3,2,16005003,0,2,1 +131114050,1,3,2,16005003,0,2,1 +131114051,1,3,2,16005003,0,2,1 +131114052,1,3,2,16005003,0,2,1 +131114053,1,3,2,16005003,0,2,1 +131114054,1,3,2,16005003,0,2,1 +131114055,1,4,2,1,0,50000,1 +131114056,1,4,2,1,0,50000,1 +131114057,1,4,2,1,0,50000,1 +131114058,1,4,2,1,0,50000,1 +131114059,1,4,2,1,0,50000,1 +131114060,1,4,2,1,0,50000,1 +131114061,1,4,2,1,0,50000,1 +131114062,1,4,2,1,0,50000,1 +131114063,1,4,2,1,0,50000,1 +131114064,1,3,2,16005003,0,3,1 +131114065,1,3,2,16005003,0,3,1 +131114066,1,3,2,16005003,0,3,1 +131114067,1,3,2,16005003,0,3,1 +131114068,1,3,2,16005003,0,3,1 +131114069,1,3,2,16005003,0,3,1 +131114070,1,3,2,16005003,0,3,1 +131114071,1,3,2,16005003,0,3,1 +131114072,1,3,2,16005003,0,3,1 +131114073,1,3,2,16005003,0,5,1 +131114074,1,3,2,16005003,0,5,1 +131114075,1,3,2,16005003,0,5,1 +131114076,1,3,2,16005003,0,5,1 +131114077,1,3,2,16005003,0,5,1 +131114078,1,3,2,16005003,0,5,1 +131114079,1,3,2,16005003,0,5,1 +131114080,1,3,2,16005003,0,5,1 +131114081,1,3,2,16005003,0,5,1 +131114082,1,3,2,16005003,0,1,1 +131114083,1,3,2,16005003,0,1,1 +131114084,1,3,2,16005003,0,1,1 +131114085,1,3,2,16005003,0,1,1 +131114086,1,3,2,16005003,0,1,1 +131114087,1,3,2,16005003,0,1,1 +131114088,1,3,2,16005003,0,1,1 +131114089,1,3,2,16005003,0,1,1 +131114090,1,3,2,16005003,0,1,1 +131114091,1,3,2,16005003,0,10,1 +131114092,1,3,2,16005003,0,10,1 +131114093,1,3,2,16005003,0,10,1 +131114094,1,3,2,16005003,0,10,1 +131114095,1,3,2,16005003,0,10,1 +131114096,1,3,2,16005003,0,10,1 +131114097,1,3,2,16005003,0,10,1 +131114098,1,3,2,16005003,0,10,1 +131114099,1,3,2,16005003,0,10,1 +131114100,1,3,2,16005003,0,10,1 +131114101,1,3,2,16005003,0,10,1 +131114102,1,3,2,16005003,0,10,1 +131114103,1,3,2,16005003,0,10,1 +131114104,1,3,2,16005003,0,10,1 +131114105,1,3,2,16005003,0,10,1 +131114106,1,3,2,16005003,0,10,1 +131114107,1,3,2,16005003,0,10,1 +131114108,1,3,2,16005003,0,10,1 +131114109,1,3,2,16005003,0,10,1 +131114110,1,3,2,16005003,0,10,1 +131114111,1,3,2,16005003,0,10,1 +131114112,1,3,2,16005003,0,10,1 +131114113,1,3,2,16005003,0,10,1 +131114114,1,3,2,16005003,0,10,1 +131114115,1,3,2,16005003,0,10,1 +131114116,1,3,2,16005003,0,10,1 +131114117,1,3,2,16005003,0,10,1 +131114118,1,3,2,16005003,0,10,1 +131114119,1,3,2,16005003,0,10,1 +131114120,1,3,2,16005003,0,10,1 +131114121,1,3,2,16005003,0,10,1 +131114122,1,3,2,16005003,0,10,1 +131114123,1,3,2,16005003,0,10,1 +131114124,1,3,2,16005003,0,10,1 +131114125,1,3,2,16005003,0,10,1 +131114126,1,3,2,16005003,0,10,1 +131114127,1,3,2,16005003,0,10,1 +131114128,1,3,2,16005003,0,10,1 +131114129,1,3,2,16005003,0,10,1 +131114130,1,3,2,16005003,0,10,1 +131114131,1,3,2,16005003,0,10,1 +131114132,1,3,2,16005003,0,10,1 +131114133,1,3,2,16005003,0,10,1 +131114134,1,3,2,16005003,0,10,1 +131114135,1,3,2,16005003,0,10,1 +131112001,1,3,2,17001003,0,1,1 +131112002,1,3,2,17001003,0,1,1 +131112003,1,3,2,17001003,0,1,1 +131112004,1,3,2,17001003,0,1,1 +131112005,1,3,2,17001003,0,1,1 +131112006,1,3,2,17001003,0,1,1 +131112007,1,3,2,17001003,0,1,1 +131112008,1,3,2,17001003,0,1,1 +131112009,1,3,2,17001003,0,1,1 +131112010,1,3,2,17001003,0,1,1 +131112011,1,3,2,17001003,0,1,1 +131112012,1,3,2,17001003,0,1,1 +131112013,1,3,2,17001003,0,1,1 +131112014,1,3,2,17001003,0,1,1 +131112015,1,3,2,17001003,0,1,1 +131112016,1,3,2,17001003,0,1,1 +131112017,1,3,2,17001003,0,1,1 +131112018,1,3,2,17001003,0,1,1 +131112019,1,3,2,17001003,0,2,1 +131112020,1,3,2,17001003,0,2,1 +131112021,1,3,2,17001003,0,2,1 +131112022,1,3,2,17001003,0,2,1 +131112023,1,3,2,17001003,0,2,1 +131112024,1,3,2,17001003,0,3,1 +131112025,1,3,2,17001003,0,3,1 +131112026,1,3,2,17001003,0,3,1 +131112027,1,3,2,17001003,0,3,1 +131112028,1,3,2,17001003,0,4,1 +131112029,1,3,2,17001003,0,4,1 +131112030,1,3,2,17001003,0,4,1 +131112031,1,3,2,17001003,0,5,1 +131112032,1,3,2,17001003,0,5,1 +131112033,1,3,2,17001003,0,5,1 +131121001,1,4,2,1,0,100000,1 +131121002,1,4,2,1,0,100000,1 +131121003,1,4,2,1,0,100000,1 +131121004,1,4,2,1,0,100000,1 +131121005,1,4,2,1,0,100000,1 +131121006,1,4,2,1,0,100000,1 +131121007,1,4,2,1,0,100000,1 +131121008,1,4,2,1,0,150000,1 +131121009,1,4,2,1,0,150000,1 +131121010,1,4,2,1,0,150000,1 +131121011,1,4,2,1,0,150000,1 +131121012,1,4,2,1,0,150000,1 +131121013,1,4,2,1,0,200000,1 +131121014,1,4,2,1,0,300000,1 +131121015,1,4,2,1,0,400000,1 +131121016,1,4,2,1,0,500000,1 +131121017,1,4,2,1,0,600000,1 +131121018,1,4,2,1,0,700000,1 +131121019,1,4,2,1,0,800000,1 +131224001,1,1,2,1,0,100,1 +131253001,1,4,2,1,0,30000,1 +131273001,1,3,2,16005003,0,5,1 +131273002,1,3,2,17001001,0,5,1 +131273003,1,3,2,21000001,0,1,1 +131273004,1,3,2,19100001,0,24,1 +131224002,1,1,2,1,0,200,223101602 +131253002,1,4,2,1,0,60000,223101602 +131273005,1,3,2,16005003,0,10,223101602 +131273006,1,3,2,17001001,0,10,223101602 +131273007,1,3,2,21000001,0,2,223101602 +131273008,1,3,2,19100001,0,48,223101602 +131224003,1,1,2,1,0,100,223102903 +131253003,1,4,2,1,0,30000,223102903 +131273009,1,3,2,16005003,0,5,223102903 +131273010,1,3,2,17001001,0,5,223102903 +131273011,1,3,2,21000001,0,1,223102903 +131273012,1,3,2,19100001,0,24,223102903 +132310101,1,4,2,1,0,25000,223041903 +132310102,1,3,2,16005003,0,4,223041903 +132310103,1,3,2,17001002,0,3,223041903 +132310104,1,1,2,1,0,30,223041903 +132310105,1,4,2,1,0,10000,223041903 +132310106,1,4,2,1,0,20000,223041903 +132310107,1,4,2,1,0,30000,223041903 +132210108,1,1,2,1,0,20,223041903 +132210109,1,4,2,1,0,50000,223041903 +132210110,1,1,2,1,0,30,223041903 +132210111,1,4,2,1,0,50000,223041903 +132210112,1,3,2,16005003,0,36,223041903 +132210113,1,4,2,1,0,75000,223041903 +132210114,1,1,2,1,0,50,223041903 +132210115,1,4,2,1,0,75000,223041903 +132210116,1,3,2,16005003,0,36,223041903 +132210117,1,4,2,1,0,100000,223041903 +132210118,1,1,2,1,0,100,223041903 +132210119,1,4,2,1,0,100000,223041903 +132210120,1,3,2,17001002,0,21,223041903 +132210121,1,4,2,1,0,100000,223041903 +132210122,1,1,2,1,0,100,223041903 +132210123,1,4,2,1,0,100000,223041903 +132210124,1,3,2,17001002,0,21,223041903 +132210125,1,4,2,1,0,100000,223041903 +132210126,1,1,2,1,0,100,223041903 +132210127,1,1,2,1,0,10,223041903 +132210128,1,1,2,1,0,30,223041903 +132210129,1,1,2,1,0,30,223041903 +132210130,1,1,2,1,0,30,223041903 +132310201,1,4,2,1,0,25000,223043004 +132310202,1,3,2,16005003,0,4,223043004 +132310203,1,3,2,17001002,0,3,223043004 +132310204,1,1,2,1,0,30,223043004 +132310205,1,4,2,1,0,10000,223043004 +132310206,1,4,2,1,0,20000,223043004 +132310207,1,4,2,1,0,30000,223043004 +132210208,1,1,2,1,0,20,223043004 +132210209,1,4,2,1,0,50000,223043004 +132210210,1,1,2,1,0,30,223043004 +132210211,1,4,2,1,0,50000,223043004 +132210212,1,3,2,16005003,0,36,223043004 +132210213,1,4,2,1,0,75000,223043004 +132210214,1,1,2,1,0,50,223043004 +132210215,1,4,2,1,0,75000,223043004 +132210216,1,3,2,16005003,0,36,223043004 +132210217,1,4,2,1,0,100000,223043004 +132210218,1,1,2,1,0,100,223043004 +132210219,1,4,2,1,0,100000,223043004 +132210220,1,3,2,17001002,0,21,223043004 +132210221,1,4,2,1,0,100000,223043004 +132210222,1,1,2,1,0,100,223043004 +132210223,1,4,2,1,0,100000,223043004 +132210224,1,3,2,17001002,0,21,223043004 +132210225,1,4,2,1,0,100000,223043004 +132210226,1,1,2,1,0,100,223043004 +132210227,1,1,2,1,0,10,223043004 +132210228,1,1,2,1,0,30,223043004 +132210229,1,1,2,1,0,30,223043004 +132210230,1,1,2,1,0,30,223043004 +132710301,1,4,2,1,0,25000,223051101 +132710302,1,3,2,21001001,0,1,223051101 +132710303,1,3,2,20001001,0,2,223051101 +132610304,1,3,2,20001001,0,2,223051101 +132610305,1,3,2,20001001,0,3,223051101 +132610306,1,3,2,20001001,0,5,223051101 +132610307,1,3,2,21001001,0,2,223051101 +132610308,1,3,2,21001001,0,3,223051101 +132610309,1,3,2,21001001,0,5,223051101 +132610310,1,3,2,20001001,0,2,223051101 +132610311,1,3,2,20001001,0,3,223051101 +132610312,1,3,2,20001001,0,5,223051101 +132310401,1,4,2,1,0,25000,223051504 +132310402,1,3,2,16005003,0,4,223051504 +132310403,1,3,2,17001002,0,3,223051504 +132310404,1,1,2,1,0,30,223051504 +132310405,1,4,2,1,0,10000,223051504 +132310406,1,4,2,1,0,20000,223051504 +132310407,1,4,2,1,0,30000,223051504 +132210408,1,1,2,1,0,20,223051504 +132210409,1,4,2,1,0,50000,223051504 +132210410,1,1,2,1,0,30,223051504 +132210411,1,4,2,1,0,50000,223051504 +132210412,1,1,2,1,0,50,223051504 +132210413,1,4,2,1,0,75000,223051504 +132210414,1,1,2,1,0,70,223051504 +132210415,1,4,2,1,0,75000,223051504 +132210416,1,1,2,1,0,100,223051504 +132210417,1,1,2,1,0,130,223051504 +132210418,1,3,2,16005003,0,36,223051504 +132210419,1,4,2,1,0,100000,223051504 +132210420,1,3,2,17001002,0,21,223051504 +132210421,1,4,2,1,0,100000,223051504 +132210422,1,4,2,1,0,100000,223051504 +132210423,1,4,2,1,0,100000,223051504 +132210424,1,3,2,17001002,0,21,223051504 +132210425,1,4,2,1,0,100000,223051504 +132210426,1,3,2,16005003,0,36,223051504 +132210427,1,1,2,1,0,10,223051504 +132210428,1,1,2,1,0,30,223051504 +132210429,1,1,2,1,0,30,223051504 +132210430,1,1,2,1,0,30,223051504 +132710501,1,4,2,1,0,25000,223052601 +132710502,1,3,2,21001002,0,1,223052601 +132710503,1,3,2,20001002,0,2,223052601 +132610504,1,3,2,20001002,0,2,223052601 +132610505,1,3,2,20001002,0,3,223052601 +132610506,1,3,2,20001002,0,5,223052601 +132610507,1,3,2,21001002,0,2,223052601 +132610508,1,3,2,21001002,0,3,223052601 +132610509,1,3,2,21001002,0,5,223052601 +132610510,1,3,2,20001002,0,2,223052601 +132610511,1,3,2,20001002,0,3,223052601 +132610512,1,3,2,20001002,0,5,223052601 +132310601,1,4,2,1,0,25000,223053104 +132310602,1,3,2,16005003,0,4,223053104 +132310603,1,3,2,17001002,0,3,223053104 +132310604,1,1,2,1,0,30,223053104 +132310605,1,4,2,1,0,10000,223053104 +132310606,1,4,2,1,0,20000,223053104 +132310607,1,4,2,1,0,30000,223053104 +132210608,1,1,2,1,0,20,223053104 +132210609,1,4,2,1,0,50000,223053104 +132210610,1,1,2,1,0,30,223053104 +132210611,1,4,2,1,0,50000,223053104 +132210612,1,1,2,1,0,50,223053104 +132210613,1,4,2,1,0,75000,223053104 +132210614,1,1,2,1,0,70,223053104 +132210615,1,4,2,1,0,75000,223053104 +132210616,1,1,2,1,0,100,223053104 +132210617,1,1,2,1,0,130,223053104 +132210618,1,3,2,16005003,0,36,223053104 +132210619,1,4,2,1,0,100000,223053104 +132210620,1,3,2,17001002,0,21,223053104 +132210621,1,4,2,1,0,100000,223053104 +132210622,1,4,2,1,0,100000,223053104 +132210623,1,4,2,1,0,100000,223053104 +132210624,1,3,2,17001002,0,21,223053104 +132210625,1,4,2,1,0,100000,223053104 +132210626,1,3,2,16005003,0,36,223053104 +132210627,1,1,2,1,0,10,223053104 +132210628,1,1,2,1,0,30,223053104 +132210629,1,1,2,1,0,30,223053104 +132210630,1,1,2,1,0,30,223053104 +132710701,1,4,2,1,0,25000,223061101 +132710702,1,3,2,21001004,0,1,223061101 +132710703,1,3,2,20001004,0,2,223061101 +132610704,1,3,2,20001004,0,2,223061101 +132610705,1,3,2,20001004,0,3,223061101 +132610706,1,3,2,20001004,0,5,223061101 +132610707,1,3,2,21001004,0,2,223061101 +132610708,1,3,2,21001004,0,3,223061101 +132610709,1,3,2,21001004,0,5,223061101 +132610710,1,3,2,20001004,0,2,223061101 +132610711,1,3,2,20001004,0,3,223061101 +132610712,1,3,2,20001004,0,5,223061101 +132610713,1,3,2,21001004,0,1,223061101 +132610714,1,3,2,20001004,0,3,223061101 +132610715,1,3,2,21001004,0,2,223061101 +132610716,1,3,2,20001004,0,4,223061101 +132610717,1,3,2,21001004,0,3,223061101 +132610718,1,3,2,20001004,0,4,223061101 +132610719,1,3,2,21001004,0,5,223061101 +132610720,1,3,2,20001004,0,5,223061101 +132610721,1,3,2,20001004,0,6,223061101 +132310901,1,4,2,1,0,25000,223063004 +132310902,1,3,2,16005003,0,4,223063004 +132310903,1,3,2,17001002,0,3,223063004 +132310904,1,1,2,1,0,30,223063004 +132310905,1,4,2,1,0,10000,223063004 +132310906,1,4,2,1,0,20000,223063004 +132310907,1,4,2,1,0,30000,223063004 +132210908,1,1,2,1,0,20,223063004 +132210909,1,4,2,1,0,50000,223063004 +132210910,1,1,2,1,0,30,223063004 +132210911,1,4,2,1,0,50000,223063004 +132210912,1,1,2,1,0,50,223063004 +132210913,1,4,2,1,0,75000,223063004 +132210914,1,1,2,1,0,70,223063004 +132210915,1,4,2,1,0,75000,223063004 +132210916,1,1,2,1,0,100,223063004 +132210917,1,1,2,1,0,130,223063004 +132210918,1,3,2,16005003,0,36,223063004 +132210919,1,4,2,1,0,100000,223063004 +132210920,1,3,2,17001002,0,21,223063004 +132210921,1,4,2,1,0,100000,223063004 +132210922,1,4,2,1,0,100000,223063004 +132210923,1,4,2,1,0,100000,223063004 +132210924,1,3,2,17001002,0,21,223063004 +132210925,1,4,2,1,0,100000,223063004 +132210926,1,3,2,16005003,0,36,223063004 +132210927,1,1,2,1,0,10,223063004 +132210928,1,1,2,1,0,30,223063004 +132210929,1,1,2,1,0,30,223063004 +132210930,1,1,2,1,0,30,223063004 +132711001,1,4,2,1,0,25000,223071101 +132711002,1,3,2,21001005,0,1,223071101 +132711003,1,3,2,20001005,0,2,223071101 +132611004,1,3,2,20001005,0,2,223071101 +132611005,1,3,2,20001005,0,3,223071101 +132611006,1,3,2,20001005,0,5,223071101 +132611007,1,3,2,21001005,0,2,223071101 +132611008,1,3,2,21001005,0,3,223071101 +132611009,1,3,2,21001005,0,5,223071101 +132611010,1,3,2,20001005,0,2,223071101 +132611011,1,3,2,20001005,0,3,223071101 +132611012,1,3,2,20001005,0,5,223071101 +132511101,1,4,2,1,0,25000,223071505 +132511102,1,3,2,16005003,0,4,223071505 +132511103,1,3,2,17001002,0,3,223071505 +132511104,1,1,2,1,0,30,223071505 +132511105,1,4,2,1,0,10000,223071505 +132511106,1,4,2,1,0,20000,223071505 +132511107,1,4,2,1,0,30000,223071505 +132411108,1,4,2,1,0,100000,223071505 +132411109,1,3,2,17001002,0,21,223071505 +132411110,1,4,2,1,0,100000,223071505 +132411111,1,3,2,16005003,0,36,223071505 +132411112,1,1,2,1,0,20,223071505 +132411113,1,4,2,1,0,50000,223071505 +132411114,1,1,2,1,0,30,223071505 +132411115,1,4,2,1,0,50000,223071505 +132411116,1,1,2,1,0,130,223071505 +132411117,1,4,2,1,0,75000,223071505 +132411118,1,1,2,1,0,50,223071505 +132411119,1,4,2,1,0,75000,223071505 +132411120,1,1,2,1,0,70,223071505 +132411121,1,1,2,1,0,100,223071505 +132411122,1,3,2,16005003,0,36,223071505 +132411123,1,4,2,1,0,100000,223071505 +132411124,1,3,2,17001002,0,21,223071505 +132411125,1,4,2,1,0,100000,223071505 +132411126,1,3,2,16005003,0,36,223071505 +132411127,1,4,2,1,0,100000,223071505 +132411128,1,3,2,17001002,0,21,223071505 +132411129,1,4,2,1,0,100000,223071505 +132411130,1,4,2,1,0,100000,223071505 +132711201,1,4,2,1,0,25000,223072601 +132711202,1,3,2,21001005,0,1,223072601 +132711203,1,3,2,20001005,0,2,223072601 +132611204,1,3,2,20001005,0,2,223072601 +132611205,1,3,2,20001005,0,3,223072601 +132611206,1,3,2,20001005,0,5,223072601 +132611207,1,3,2,21001005,0,2,223072601 +132611208,1,3,2,21001005,0,3,223072601 +132611209,1,3,2,21001005,0,5,223072601 +132611210,1,3,2,20001005,0,2,223072601 +132611211,1,3,2,20001005,0,3,223072601 +132611212,1,3,2,20001005,0,5,223072601 +132510801,1,4,2,1,0,25000,223061504 +132510802,1,3,2,16005003,0,4,223061504 +132510803,1,3,2,17001002,0,3,223061504 +132510804,1,1,2,1,0,30,223061504 +132510805,1,4,2,1,0,10000,223061504 +132510806,1,4,2,1,0,20000,223061504 +132510807,1,4,2,1,0,30000,223061504 +132410808,1,4,2,1,0,100000,223061504 +132410809,1,3,2,17001002,0,21,223061504 +132410810,1,4,2,1,0,100000,223061504 +132410811,1,3,2,16005003,0,36,223061504 +132410812,1,1,2,1,0,20,223061504 +132410813,1,4,2,1,0,50000,223061504 +132410814,1,1,2,1,0,30,223061504 +132410815,1,4,2,1,0,50000,223061504 +132410816,1,1,2,1,0,130,223061504 +132410817,1,4,2,1,0,75000,223061504 +132410818,1,1,2,1,0,50,223061504 +132410819,1,4,2,1,0,75000,223061504 +132410820,1,1,2,1,0,70,223061504 +132410821,1,1,2,1,0,100,223061504 +132410822,1,3,2,16005003,0,36,223061504 +132410823,1,4,2,1,0,100000,223061504 +132410824,1,3,2,17001002,0,21,223061504 +132410825,1,4,2,1,0,100000,223061504 +132410826,1,3,2,16005003,0,36,223061504 +132410827,1,4,2,1,0,100000,223061504 +132410828,1,3,2,17001002,0,21,223061504 +132410829,1,4,2,1,0,100000,223061504 +132410830,1,4,2,1,0,100000,223061504 +132311301,1,4,2,1,0,25000,223073104 +132311302,1,3,2,16005003,0,4,223073104 +132311303,1,3,2,17001002,0,3,223073104 +132311304,1,1,2,1,0,30,223073104 +132311305,1,4,2,1,0,10000,223073104 +132311306,1,4,2,1,0,20000,223073104 +132311307,1,4,2,1,0,30000,223073104 +132211308,1,1,2,1,0,20,223073104 +132211309,1,4,2,1,0,50000,223073104 +132211310,1,1,2,1,0,30,223073104 +132211311,1,4,2,1,0,50000,223073104 +132211312,1,1,2,1,0,50,223073104 +132211313,1,4,2,1,0,75000,223073104 +132211314,1,1,2,1,0,70,223073104 +132211315,1,4,2,1,0,75000,223073104 +132211316,1,1,2,1,0,100,223073104 +132211317,1,1,2,1,0,130,223073104 +132211318,1,3,2,16005003,0,36,223073104 +132211319,1,4,2,1,0,100000,223073104 +132211320,1,3,2,17001002,0,21,223073104 +132211321,1,4,2,1,0,100000,223073104 +132211322,1,4,2,1,0,100000,223073104 +132211323,1,4,2,1,0,100000,223073104 +132211324,1,3,2,17001002,0,21,223073104 +132211325,1,4,2,1,0,100000,223073104 +132211326,1,3,2,16005003,0,36,223073104 +132211327,1,1,2,1,0,10,223073104 +132211328,1,1,2,1,0,30,223073104 +132211329,1,1,2,1,0,30,223073104 +132211330,1,1,2,1,0,30,223073104 +132711401,1,4,2,1,0,25000,223081101 +132711402,1,3,2,21001006,0,1,223081101 +132711403,1,3,2,20001006,0,2,223081101 +132611404,1,3,2,20001006,0,2,223081101 +132611405,1,3,2,20001006,0,3,223081101 +132611406,1,3,2,20001006,0,5,223081101 +132611407,1,3,2,21001006,0,2,223081101 +132611408,1,3,2,21001006,0,3,223081101 +132611409,1,3,2,21001006,0,5,223081101 +132611410,1,3,2,20001006,0,2,223081101 +132611411,1,3,2,20001006,0,3,223081101 +132611412,1,3,2,20001006,0,5,223081101 +132511501,1,4,2,1,0,25000,223081504 +132511502,1,3,2,16005003,0,4,223081504 +132511503,1,3,2,17001002,0,3,223081504 +132511504,1,1,2,1,0,30,223081504 +132511505,1,4,2,1,0,10000,223081504 +132511506,1,4,2,1,0,20000,223081504 +132511507,1,4,2,1,0,30000,223081504 +132411508,1,4,2,1,0,100000,223081504 +132411509,1,3,2,17001002,0,21,223081504 +132411510,1,4,2,1,0,100000,223081504 +132411511,1,3,2,16005003,0,36,223081504 +132411512,1,1,2,1,0,20,223081504 +132411513,1,4,2,1,0,50000,223081504 +132411514,1,1,2,1,0,30,223081504 +132411515,1,4,2,1,0,50000,223081504 +132411516,1,1,2,1,0,130,223081504 +132411517,1,4,2,1,0,75000,223081504 +132411518,1,1,2,1,0,50,223081504 +132411519,1,4,2,1,0,75000,223081504 +132411520,1,1,2,1,0,70,223081504 +132411521,1,1,2,1,0,100,223081504 +132411522,1,3,2,16005003,0,36,223081504 +132411523,1,4,2,1,0,100000,223081504 +132411524,1,3,2,17001002,0,21,223081504 +132411525,1,4,2,1,0,100000,223081504 +132411526,1,3,2,16005003,0,36,223081504 +132411527,1,4,2,1,0,100000,223081504 +132411528,1,3,2,17001002,0,21,223081504 +132411529,1,4,2,1,0,100000,223081504 +132411530,1,4,2,1,0,100000,223081504 +132711601,1,4,2,1,0,25000,223082601 +132711602,1,3,2,21001006,0,1,223082601 +132711603,1,3,2,20001006,0,2,223082601 +132611604,1,3,2,20001006,0,2,223082601 +132611605,1,3,2,20001006,0,3,223082601 +132611606,1,3,2,20001006,0,5,223082601 +132611607,1,3,2,21001006,0,2,223082601 +132611608,1,3,2,21001006,0,3,223082601 +132611609,1,3,2,21001006,0,5,223082601 +132611610,1,3,2,20001006,0,2,223082601 +132611611,1,3,2,20001006,0,3,223082601 +132611612,1,3,2,20001006,0,5,223082601 +132311701,1,3,2,21001007,0,5,223083104 +132311702,1,4,2,1,0,25000,223083104 +132311703,1,3,2,16005003,0,4,223083104 +132311704,1,3,2,17001002,0,3,223083104 +132311705,1,1,2,1,0,30,223083104 +132311706,1,4,2,1,0,10000,223083104 +132311707,1,4,2,1,0,20000,223083104 +132311708,1,4,2,1,0,30000,223083104 +132211709,1,1,2,1,0,20,223083104 +132211710,1,4,2,1,0,50000,223083104 +132211711,1,1,2,1,0,30,223083104 +132211712,1,4,2,1,0,50000,223083104 +132211713,1,1,2,1,0,50,223083104 +132211714,1,4,2,1,0,75000,223083104 +132211715,1,1,2,1,0,70,223083104 +132211716,1,4,2,1,0,75000,223083104 +132211717,1,1,2,1,0,100,223083104 +132211718,1,1,2,1,0,130,223083104 +132211719,1,3,2,16005003,0,36,223083104 +132211720,1,4,2,1,0,100000,223083104 +132211721,1,3,2,17001002,0,21,223083104 +132211722,1,4,2,1,0,100000,223083104 +132211723,1,4,2,1,0,100000,223083104 +132211724,1,4,2,1,0,100000,223083104 +132211725,1,3,2,17001002,0,21,223083104 +132211726,1,4,2,1,0,100000,223083104 +132211727,1,3,2,16005003,0,36,223083104 +132211728,1,1,2,1,0,10,223083104 +132211729,1,1,2,1,0,30,223083104 +132211730,1,1,2,1,0,30,223083104 +132211731,1,1,2,1,0,30,223083104 +132711801,1,4,2,1,0,25000,223091101 +132711802,1,3,2,21001007,0,1,223091101 +132711803,1,3,2,20001007,0,2,223091101 +132611804,1,3,2,20001007,0,2,223091101 +132611805,1,3,2,20001007,0,3,223091101 +132611806,1,3,2,20001007,0,5,223091101 +132611807,1,3,2,21001007,0,2,223091101 +132611808,1,3,2,21001007,0,3,223091101 +132611809,1,3,2,21001007,0,5,223091101 +132611810,1,3,2,20001007,0,2,223091101 +132611811,1,3,2,20001007,0,3,223091101 +132611812,1,3,2,20001007,0,5,223091101 +132511901,1,4,2,1,0,25000,223091504 +132511902,1,3,2,16005003,0,4,223091504 +132511903,1,3,2,17001002,0,3,223091504 +132511904,1,1,2,1,0,30,223091504 +132511905,1,4,2,1,0,10000,223091504 +132511906,1,4,2,1,0,20000,223091504 +132511907,1,4,2,1,0,30000,223091504 +132513101,1,4,2,1,0,25000,223121507 +132513102,1,3,2,16005003,0,4,223121507 +132513103,1,3,2,17001002,0,3,223121507 +132513104,1,1,2,1,0,30,223121507 +132513105,1,4,2,1,0,10000,223121507 +132513106,1,4,2,1,0,20000,223121507 +132513107,1,4,2,1,0,30000,223121507 +132411908,1,4,2,1,0,100000,223091504 +132411909,1,3,2,17001002,0,21,223091504 +132411910,1,4,2,1,0,100000,223091504 +132411911,1,3,2,16005003,0,36,223091504 +132411912,1,1,2,1,0,20,223091504 +132411913,1,4,2,1,0,50000,223091504 +132411914,1,1,2,1,0,30,223091504 +132411915,1,4,2,1,0,50000,223091504 +132411916,1,1,2,1,0,130,223091504 +132411917,1,4,2,1,0,75000,223091504 +132411918,1,1,2,1,0,50,223091504 +132411919,1,4,2,1,0,75000,223091504 +132411920,1,1,2,1,0,70,223091504 +132411921,1,1,2,1,0,100,223091504 +132411922,1,3,2,16005003,0,36,223091504 +132411923,1,4,2,1,0,100000,223091504 +132411924,1,3,2,17001002,0,21,223091504 +132411925,1,4,2,1,0,100000,223091504 +132411926,1,3,2,16005003,0,36,223091504 +132411927,1,4,2,1,0,100000,223091504 +132411928,1,3,2,17001002,0,21,223091504 +132411929,1,4,2,1,0,100000,223091504 +132411930,1,4,2,1,0,100000,223091504 +132413108,1,4,2,1,0,100000,223121507 +132413109,1,3,2,17001002,0,21,223121507 +132413110,1,4,2,1,0,100000,223121507 +132413111,1,3,2,16005003,0,36,223121507 +132413112,1,1,2,1,0,20,223121507 +132413113,1,4,2,1,0,50000,223121507 +132413114,1,1,2,1,0,30,223121507 +132413115,1,4,2,1,0,50000,223121507 +132413116,1,1,2,1,0,130,223121507 +132413117,1,4,2,1,0,75000,223121507 +132413118,1,1,2,1,0,50,223121507 +132413119,1,4,2,1,0,75000,223121507 +132413120,1,1,2,1,0,70,223121507 +132413121,1,1,2,1,0,100,223121507 +132413122,1,3,2,16005003,0,36,223121507 +132413123,1,4,2,1,0,100000,223121507 +132413124,1,3,2,17001002,0,21,223121507 +132413125,1,4,2,1,0,100000,223121507 +132413126,1,3,2,16005003,0,36,223121507 +132413127,1,4,2,1,0,100000,223121507 +132413128,1,3,2,17001002,0,21,223121507 +132413129,1,4,2,1,0,100000,223121507 +132413130,1,4,2,1,0,100000,223121507 +132712001,1,4,2,1,0,25000,223092601 +132712002,1,3,2,21001007,0,1,223092601 +132712003,1,3,2,20001007,0,2,223092601 +132612004,1,3,2,20001007,0,2,223092601 +132612005,1,3,2,20001007,0,3,223092601 +132612006,1,3,2,20001007,0,5,223092601 +132612007,1,3,2,21001007,0,2,223092601 +132612008,1,3,2,21001007,0,3,223092601 +132612009,1,3,2,21001007,0,5,223092601 +132612010,1,3,2,20001007,0,2,223092601 +132612011,1,3,2,20001007,0,3,223092601 +132612012,1,3,2,20001007,0,5,223092601 +132312101,1,3,2,21001008,0,5,223093004 +132312102,1,4,2,1,0,25000,223093004 +132312103,1,3,2,16005003,0,4,223093004 +132312104,1,3,2,17001002,0,3,223093004 +132312105,1,1,2,1,0,30,223093004 +132312106,1,4,2,1,0,10000,223093004 +132312107,1,4,2,1,0,20000,223093004 +132312108,1,4,2,1,0,30000,223093004 +132212109,1,1,2,1,0,20,223093004 +132212110,1,4,2,1,0,50000,223093004 +132212111,1,1,2,1,0,30,223093004 +132212112,1,4,2,1,0,50000,223093004 +132212113,1,1,2,1,0,50,223093004 +132212114,1,4,2,1,0,75000,223093004 +132212115,1,1,2,1,0,70,223093004 +132212116,1,4,2,1,0,75000,223093004 +132212117,1,1,2,1,0,100,223093004 +132212118,1,1,2,1,0,130,223093004 +132212119,1,3,2,16005003,0,36,223093004 +132212120,1,4,2,1,0,100000,223093004 +132212121,1,3,2,17001002,0,21,223093004 +132212122,1,4,2,1,0,100000,223093004 +132212123,1,4,2,1,0,100000,223093004 +132212124,1,4,2,1,0,100000,223093004 +132212125,1,3,2,17001002,0,21,223093004 +132212126,1,4,2,1,0,100000,223093004 +132212127,1,3,2,16005003,0,36,223093004 +132212128,1,1,2,1,0,10,223093004 +132212129,1,1,2,1,0,30,223093004 +132212130,1,1,2,1,0,30,223093004 +132212131,1,1,2,1,0,30,223093004 +131805001,1,1,2,1,0,50,1 +131805002,1,1,2,1,0,50,1 +131805003,1,1,2,1,0,50,1 +131805004,1,1,2,1,0,50,1 +131805005,1,1,2,1,0,50,1 +131805006,1,1,2,1,0,50,1 +131805007,1,1,2,1,0,50,1 +131805008,1,1,2,1,0,50,1 +131805009,1,1,2,1,0,50,1 +131805010,1,1,2,1,0,50,1 +131805011,1,3,2,16005003,0,75,223101513 +131805012,1,1,2,1,0,100,1 +131805013,1,3,2,17001003,0,15,223101513 +131805014,1,1,2,1,0,100,1 +131805015,1,3,2,21000001,0,25,223101513 +131805016,1,1,2,1,0,100,1 +131805017,1,3,2,16005003,0,75,223101513 +131805018,1,1,2,1,0,100,1 +131805019,1,3,2,17001003,0,15,223101513 +131805020,1,1,2,1,0,100,1 +131805021,1,3,2,20000001,0,10,223101513 +131805022,1,3,2,19100001,0,25,223101513 +131805023,1,3,2,21000001,0,25,223101513 +131805024,1,3,2,20000001,0,10,223101513 +131805025,1,1,2,1,0,100,1 +131805026,1,3,2,19100001,0,25,223101513 +131805027,1,1,2,1,0,100,1 +131805028,1,3,2,21000001,0,25,223101513 +131805029,1,1,2,1,0,100,1 +131805030,1,3,2,20000001,0,10,223101513 +131805031,1,1,2,1,0,100,1 +131805032,1,3,2,19100001,0,25,223101513 +131805033,1,3,2,20000001,0,10,223101513 +131805034,1,3,2,19100001,0,25,223101513 +131805035,1,1,2,1,0,100,1 +132712201,1,4,2,1,0,25000,223101101 +132712202,1,3,2,21001008,0,1,223101101 +132712203,1,3,2,20001009,0,2,223101101 +132612204,1,3,2,20001009,0,2,223101101 +132612205,1,3,2,20001009,0,3,223101101 +132612206,1,3,2,20001009,0,5,223101101 +132612207,1,3,2,21001008,0,2,223101101 +132612208,1,3,2,21001008,0,3,223101101 +132612209,1,3,2,21001008,0,5,223101101 +132612210,1,3,2,20001009,0,2,223101101 +132612211,1,3,2,20001009,0,3,223101101 +132612212,1,3,2,20001009,0,5,223101101 +132312301,1,3,2,21001008,0,5,223101508 +132312302,1,4,2,1,0,25000,223101508 +132312303,1,3,2,16005003,0,4,223101508 +132312304,1,3,2,17001002,0,3,223101508 +132312305,1,1,2,1,0,30,223101508 +132312306,1,4,2,1,0,10000,223101508 +132312307,1,4,2,1,0,20000,223101508 +132312308,1,4,2,1,0,30000,223101508 +132212309,1,1,2,1,0,20,223101508 +132212310,1,4,2,1,0,50000,223101508 +132212311,1,1,2,1,0,30,223101508 +132212312,1,4,2,1,0,50000,223101508 +132212313,1,1,2,1,0,50,223101508 +132212314,1,4,2,1,0,75000,223101508 +132212315,1,1,2,1,0,70,223101508 +132212316,1,4,2,1,0,75000,223101508 +132212317,1,1,2,1,0,100,223101508 +132212318,1,1,2,1,0,130,223101508 +132212319,1,3,2,16005003,0,36,223101508 +132212320,1,4,2,1,0,100000,223101508 +132212321,1,3,2,17001002,0,21,223101508 +132212322,1,4,2,1,0,100000,223101508 +132212323,1,4,2,1,0,100000,223101508 +132212324,1,4,2,1,0,100000,223101508 +132212325,1,3,2,17001002,0,21,223101508 +132212326,1,4,2,1,0,100000,223101508 +132212327,1,3,2,16005003,0,36,223101508 +132212328,1,1,2,1,0,10,223101508 +132212329,1,1,2,1,0,30,223101508 +132212330,1,1,2,1,0,30,223101508 +132212331,1,1,2,1,0,30,223101508 +132712401,1,4,2,1,0,25000,223102601 +132712402,1,3,2,21001008,0,1,223102601 +132712403,1,3,2,20001009,0,2,223102601 +132612404,1,3,2,20001009,0,2,223102601 +132612405,1,3,2,20001009,0,3,223102601 +132612406,1,3,2,20001009,0,5,223102601 +132612407,1,3,2,21001008,0,2,223102601 +132612408,1,3,2,21001008,0,3,223102601 +132612409,1,3,2,21001008,0,5,223102601 +132612410,1,3,2,20001009,0,2,223102601 +132612411,1,3,2,20001009,0,3,223102601 +132612412,1,3,2,20001009,0,5,223102601 +132312501,1,3,2,21001009,0,5,223103104 +132312502,1,4,2,1,0,25000,223103104 +132312503,1,3,2,16005003,0,4,223103104 +132312504,1,3,2,17001002,0,3,223103104 +132312505,1,1,2,1,0,30,223103104 +132312506,1,4,2,1,0,10000,223103104 +132312507,1,4,2,1,0,20000,223103104 +132312508,1,4,2,1,0,30000,223103104 +132212509,1,1,2,1,0,20,223103104 +132212510,1,4,2,1,0,50000,223103104 +132212511,1,1,2,1,0,30,223103104 +132212512,1,4,2,1,0,50000,223103104 +132212513,1,1,2,1,0,50,223103104 +132212514,1,4,2,1,0,75000,223103104 +132212515,1,1,2,1,0,70,223103104 +132212516,1,4,2,1,0,75000,223103104 +132212517,1,1,2,1,0,100,223103104 +132212518,1,1,2,1,0,130,223103104 +132212519,1,3,2,16005003,0,36,223103104 +132212520,1,4,2,1,0,100000,223103104 +132212521,1,3,2,17001002,0,21,223103104 +132212522,1,4,2,1,0,100000,223103104 +132212523,1,4,2,1,0,100000,223103104 +132212524,1,4,2,1,0,100000,223103104 +132212525,1,3,2,17001002,0,21,223103104 +132212526,1,4,2,1,0,100000,223103104 +132212527,1,3,2,16005003,0,36,223103104 +132212528,1,1,2,1,0,10,223103104 +132212529,1,1,2,1,0,30,223103104 +132212530,1,1,2,1,0,30,223103104 +132212531,1,1,2,1,0,30,223103104 +132712601,1,4,2,1,0,25000,223111101 +132712602,1,3,2,21001009,0,1,223111101 +132712603,1,3,2,20001010,0,2,223111101 +132612604,1,3,2,20001010,0,2,223111101 +132612605,1,3,2,20001010,0,3,223111101 +132612606,1,3,2,20001010,0,5,223111101 +132612607,1,3,2,21001009,0,2,223111101 +132612608,1,3,2,21001009,0,3,223111101 +132612609,1,3,2,21001009,0,5,223111101 +132612610,1,3,2,20001010,0,2,223111101 +132612611,1,3,2,20001010,0,3,223111101 +132612612,1,3,2,20001010,0,5,223111101 +132712801,1,4,2,1,0,25000,223112601 +132712802,1,3,2,21001009,0,1,223112601 +132712803,1,3,2,20001010,0,2,223112601 +132612804,1,3,2,20001010,0,2,223112601 +132612805,1,3,2,20001010,0,3,223112601 +132612806,1,3,2,20001010,0,5,223112601 +132612807,1,3,2,21001009,0,2,223112601 +132612808,1,3,2,21001009,0,3,223112601 +132612809,1,3,2,21001009,0,5,223112601 +132612810,1,3,2,20001010,0,2,223112601 +132612811,1,3,2,20001010,0,3,223112601 +132612812,1,3,2,20001010,0,5,223112601 +132312901,1,3,2,21001010,0,5,223113004 +132312902,1,4,2,1,0,25000,223113004 +132312903,1,3,2,16005003,0,4,223113004 +132312904,1,3,2,17001002,0,3,223113004 +132312905,1,1,2,1,0,30,223113004 +132312906,1,4,2,1,0,10000,223113004 +132312907,1,4,2,1,0,20000,223113004 +132312908,1,4,2,1,0,30000,223113004 +132313301,1,3,2,21001012,0,5,223123104 +132313302,1,4,2,1,0,25000,223123104 +132313303,1,3,2,16005003,0,4,223123104 +132313304,1,3,2,17001002,0,3,223123104 +132313305,1,1,2,1,0,30,223123104 +132313306,1,4,2,1,0,10000,223123104 +132313307,1,4,2,1,0,20000,223123104 +132313308,1,4,2,1,0,30000,223123104 +132313701,1,3,2,21001013,0,5,224013104 +132313702,1,4,2,1,0,25000,224013104 +132313703,1,3,2,16005003,0,4,224013104 +132313704,1,3,2,17001002,0,3,224013104 +132313705,1,1,2,1,0,30,224013104 +132313706,1,4,2,1,0,10000,224013104 +132313707,1,4,2,1,0,20000,224013104 +132313708,1,4,2,1,0,30000,224013104 +132314101,1,3,2,21001013,0,5,224030104 +132314102,1,4,2,1,0,25000,224030104 +132314103,1,3,2,16005003,0,4,224030104 +132314104,1,3,2,17001002,0,3,224030104 +132314105,1,1,2,1,0,30,224030104 +132314106,1,4,2,1,0,10000,224030104 +132314107,1,4,2,1,0,20000,224030104 +132314108,1,4,2,1,0,30000,224030104 +132212909,1,1,2,1,0,20,223113004 +132212910,1,4,2,1,0,50000,223113004 +132212911,1,1,2,1,0,30,223113004 +132212912,1,4,2,1,0,50000,223113004 +132212913,1,1,2,1,0,50,223113004 +132212914,1,4,2,1,0,75000,223113004 +132212915,1,1,2,1,0,70,223113004 +132212916,1,4,2,1,0,75000,223113004 +132212917,1,1,2,1,0,100,223113004 +132212918,1,1,2,1,0,130,223113004 +132212919,1,3,2,16005003,0,36,223113004 +132212920,1,4,2,1,0,100000,223113004 +132212921,1,3,2,17001002,0,21,223113004 +132212922,1,4,2,1,0,100000,223113004 +132212923,1,4,2,1,0,100000,223113004 +132212924,1,4,2,1,0,100000,223113004 +132212925,1,3,2,17001002,0,21,223113004 +132212926,1,4,2,1,0,100000,223113004 +132212927,1,3,2,16005003,0,36,223113004 +132212928,1,1,2,1,0,10,223113004 +132212929,1,1,2,1,0,30,223113004 +132212930,1,1,2,1,0,30,223113004 +132212931,1,1,2,1,0,30,223113004 +132213309,1,1,2,1,0,20,223123104 +132213310,1,4,2,1,0,50000,223123104 +132213311,1,1,2,1,0,30,223123104 +132213312,1,4,2,1,0,50000,223123104 +132213313,1,1,2,1,0,50,223123104 +132213314,1,4,2,1,0,75000,223123104 +132213315,1,1,2,1,0,70,223123104 +132213316,1,4,2,1,0,75000,223123104 +132213317,1,1,2,1,0,100,223123104 +132213318,1,1,2,1,0,130,223123104 +132213319,1,3,2,16005003,0,36,223123104 +132213320,1,4,2,1,0,100000,223123104 +132213321,1,3,2,17001002,0,21,223123104 +132213322,1,4,2,1,0,100000,223123104 +132213323,1,4,2,1,0,100000,223123104 +132213324,1,4,2,1,0,100000,223123104 +132213325,1,3,2,17001002,0,21,223123104 +132213326,1,4,2,1,0,100000,223123104 +132213327,1,3,2,16005003,0,36,223123104 +132213328,1,1,2,1,0,10,223123104 +132213329,1,1,2,1,0,30,223123104 +132213330,1,1,2,1,0,30,223123104 +132213331,1,1,2,1,0,30,223123104 +132213709,1,1,2,1,0,20,224013104 +132213710,1,4,2,1,0,50000,224013104 +132213711,1,1,2,1,0,30,224013104 +132213712,1,4,2,1,0,50000,224013104 +132213713,1,1,2,1,0,50,224013104 +132213714,1,4,2,1,0,75000,224013104 +132213715,1,1,2,1,0,70,224013104 +132213716,1,4,2,1,0,75000,224013104 +132213717,1,1,2,1,0,100,224013104 +132213718,1,1,2,1,0,130,224013104 +132213719,1,3,2,16005003,0,36,224013104 +132213720,1,4,2,1,0,100000,224013104 +132213721,1,3,2,17001002,0,21,224013104 +132213722,1,4,2,1,0,100000,224013104 +132213723,1,4,2,1,0,100000,224013104 +132213724,1,4,2,1,0,100000,224013104 +132213725,1,3,2,17001002,0,21,224013104 +132213726,1,4,2,1,0,100000,224013104 +132213727,1,3,2,16005003,0,36,224013104 +132213728,1,1,2,1,0,10,224013104 +132213729,1,1,2,1,0,30,224013104 +132213730,1,1,2,1,0,30,224013104 +132213731,1,1,2,1,0,30,224013104 +132214109,1,1,2,1,0,20,224030104 +132214110,1,4,2,1,0,50000,224030104 +132214111,1,1,2,1,0,30,224030104 +132214112,1,4,2,1,0,50000,224030104 +132214113,1,1,2,1,0,50,224030104 +132214114,1,4,2,1,0,75000,224030104 +132214115,1,1,2,1,0,70,224030104 +132214116,1,4,2,1,0,75000,224030104 +132214117,1,1,2,1,0,100,224030104 +132214118,1,1,2,1,0,130,224030104 +132214119,1,3,2,16005003,0,36,224030104 +132214120,1,4,2,1,0,100000,224030104 +132214121,1,3,2,17001002,0,21,224030104 +132214122,1,4,2,1,0,100000,224030104 +132214123,1,4,2,1,0,100000,224030104 +132214124,1,4,2,1,0,100000,224030104 +132214125,1,3,2,17001002,0,21,224030104 +132214126,1,4,2,1,0,100000,224030104 +132214127,1,3,2,16005003,0,36,224030104 +132214128,1,1,2,1,0,10,224030104 +132214129,1,1,2,1,0,30,224030104 +132214130,1,1,2,1,0,30,224030104 +132214131,1,1,2,1,0,30,224030104 +132713001,1,4,2,1,0,25000,223121102 +132713002,1,3,2,21001010,0,1,223121102 +132713003,1,3,2,20001011,0,2,223121102 +132713201,1,4,2,1,0,25000,223122603 +132713202,1,3,2,21001010,0,1,223122603 +132713203,1,3,2,20001011,0,2,223122603 +132713401,1,4,2,1,0,25000,224011106 +132713402,1,3,2,21001012,0,1,224011106 +132713403,1,3,2,20001015,0,2,224011106 +132713601,1,4,2,1,0,25000,224012702 +132713602,1,3,2,21001012,0,1,224012702 +132713603,1,3,2,20001015,0,2,224012702 +132713801,1,4,2,1,0,25000,224021006 +132713802,1,3,2,21001013,0,1,224021006 +132713803,1,3,2,20001018,0,2,224021006 +132714001,1,4,2,1,0,25000,224022305 +132714002,1,3,2,21001013,0,1,224022305 +132714003,1,3,2,20001018,0,2,224022305 +132613004,1,3,2,20001011,0,2,223121102 +132613005,1,3,2,20001011,0,3,223121102 +132613006,1,3,2,20001011,0,5,223121102 +132613007,1,3,2,21001010,0,2,223121102 +132613008,1,3,2,21001010,0,3,223121102 +132613009,1,3,2,21001010,0,5,223121102 +132613010,1,3,2,20001011,0,2,223121102 +132613011,1,3,2,20001011,0,3,223121102 +132613012,1,3,2,20001011,0,5,223121102 +132613204,1,3,2,20001011,0,2,223122603 +132613205,1,3,2,20001011,0,3,223122603 +132613206,1,3,2,20001011,0,5,223122603 +132613207,1,3,2,21001010,0,2,223122603 +132613208,1,3,2,21001010,0,3,223122603 +132613209,1,3,2,21001010,0,5,223122603 +132613210,1,3,2,20001011,0,2,223122603 +132613211,1,3,2,20001011,0,3,223122603 +132613212,1,3,2,20001011,0,5,223122603 +132613404,1,3,2,20001015,0,2,224011106 +132613405,1,3,2,20001015,0,3,224011106 +132613406,1,3,2,20001015,0,5,224011106 +132613407,1,3,2,21001012,0,2,224011106 +132613408,1,3,2,21001012,0,3,224011106 +132613409,1,3,2,21001012,0,5,224011106 +132613410,1,3,2,20001015,0,2,224011106 +132613411,1,3,2,20001015,0,3,224011106 +132613412,1,3,2,20001015,0,5,224011106 +132613604,1,3,2,20001015,0,2,224012702 +132613605,1,3,2,20001015,0,3,224012702 +132613606,1,3,2,20001015,0,5,224012702 +132613607,1,3,2,21001012,0,2,224012702 +132613608,1,3,2,21001012,0,3,224012702 +132613609,1,3,2,21001012,0,5,224012702 +132613610,1,3,2,20001015,0,2,224012702 +132613611,1,3,2,20001015,0,3,224012702 +132613612,1,3,2,20001015,0,5,224012702 +132613804,1,3,2,20001018,0,2,224021006 +132613805,1,3,2,20001018,0,3,224021006 +132613806,1,3,2,20001018,0,5,224021006 +132613807,1,3,2,21001013,0,2,224021006 +132613808,1,3,2,21001013,0,3,224021006 +132613809,1,3,2,21001013,0,5,224021006 +132613810,1,3,2,20001018,0,2,224021006 +132613811,1,3,2,20001018,0,3,224021006 +132613812,1,3,2,20001018,0,5,224021006 +132614004,1,3,2,20001018,0,2,224022305 +132614005,1,3,2,20001018,0,3,224022305 +132614006,1,3,2,20001018,0,5,224022305 +132614007,1,3,2,21001013,0,2,224022305 +132614008,1,3,2,21001013,0,3,224022305 +132614009,1,3,2,21001013,0,5,224022305 +132614010,1,3,2,20001018,0,2,224022305 +132614011,1,3,2,20001018,0,3,224022305 +132614012,1,3,2,20001018,0,5,224022305 +133712701,1,3,2,22001001,0,1,223111504 +133712702,1,4,2,1,0,25000,223111504 +133712703,1,3,2,16005003,0,12,223111504 +133712704,1,3,2,17001002,0,8,223111504 +133712705,1,1,2,1,0,30,223111504 +133712706,1,3,2,22001001,0,1,223111504 +133713501,1,3,2,22001003,0,1,224011504 +133713502,1,4,2,1,0,25000,224011504 +133713503,1,3,2,16005003,0,12,224011504 +133713504,1,3,2,17001002,0,8,224011504 +133713505,1,1,2,1,0,30,224011504 +133713506,1,3,2,21001012,0,10,224011504 +133713507,1,3,2,20001015,0,2,224011504 +133713508,1,3,2,20001015,0,3,224011504 +133713509,1,3,2,20001015,0,5,224011504 +133713510,1,3,2,22001003,0,1,224011504 +133713901,1,3,2,22001004,0,1,224021404 +133713902,1,4,2,1,0,25000,224021404 +133713903,1,3,2,16005003,0,12,224021404 +133713904,1,3,2,17001002,0,8,224021404 +133713905,1,1,2,1,0,30,224021404 +133713906,1,3,2,21001013,0,10,224021404 +133713907,1,3,2,20001018,0,2,224021404 +133713908,1,3,2,20001018,0,3,224021404 +133713909,1,3,2,20001018,0,5,224021404 +133713910,1,3,2,22001004,0,1,224021404 +133799101,1,4,2,1,0,170,170 +133799102,1,3,2,22001001,0,1,170 +133799103,1,3,2,22001001,0,2,170 +133799104,1,3,2,22001001,0,1,170 +133799201,1,4,2,1,0,171,171 +133799202,1,3,2,22001002,0,1,171 +133799203,1,3,2,22001002,0,2,171 +133799204,1,3,2,22001002,0,1,171 +139999999,1,12,2,101,0,300,900 +133612707,1,1,2,1,0,20,223111504 +133612708,1,4,2,1,0,50000,223111504 +133612709,1,1,2,1,0,30,223111504 +133612710,1,4,2,1,0,50000,223111504 +133612711,1,1,2,1,0,50,223111504 +133612712,1,4,2,1,0,75000,223111504 +133612713,1,1,2,1,0,70,223111504 +133612714,1,4,2,1,0,75000,223111504 +133612715,1,1,2,1,0,100,223111504 +133612716,1,1,2,1,0,130,223111504 +133613511,1,1,2,1,0,20,224011504 +133613512,1,4,2,1,0,50000,224011504 +133613513,1,1,2,1,0,30,224011504 +133613514,1,4,2,1,0,50000,224011504 +133613515,1,1,2,1,0,50,224011504 +133613516,1,4,2,1,0,75000,224011504 +133613517,1,1,2,1,0,70,224011504 +133613518,1,4,2,1,0,75000,224011504 +133613519,1,1,2,1,0,100,224011504 +133613520,1,1,2,1,0,130,224011504 +133613911,1,1,2,1,0,20,224021404 +133613912,1,4,2,1,0,50000,224021404 +133613913,1,1,2,1,0,30,224021404 +133613914,1,4,2,1,0,50000,224021404 +133613915,1,1,2,1,0,50,224021404 +133613916,1,4,2,1,0,75000,224021404 +133613917,1,1,2,1,0,70,224021404 +133613918,1,4,2,1,0,75000,224021404 +133613919,1,1,2,1,0,100,224021404 +133613920,1,1,2,1,0,130,224021404 +133699105,1,3,2,22001001,0,2,170 +133699106,1,3,2,22001001,0,3,170 +133699107,1,3,2,22001001,0,5,170 +133699108,1,3,2,22001001,0,2,170 +133699109,1,3,2,22001001,0,3,170 +133699110,1,3,2,22001001,0,5,170 +133699111,1,3,2,22001001,0,2,170 +133699112,1,3,2,22001001,0,3,170 +133699113,1,3,2,22001001,0,6,170 +133699205,1,3,2,22001002,0,2,171 +133699206,1,3,2,22001002,0,3,171 +133699207,1,3,2,22001002,0,5,171 +133699208,1,3,2,22001002,0,2,171 +133699209,1,3,2,22001002,0,3,171 +133699210,1,3,2,22001002,0,5,171 +133699211,1,3,2,22001002,0,2,171 +133699212,1,3,2,22001002,0,3,171 +133699213,1,3,2,22001002,0,6,171 +132151001,1,14,2,4,0,1,223100302 +132151001,2,15,2,6,0,1,223100302 +132151002,1,14,2,5,0,1,223101002 +132151002,2,15,2,7,0,1,223101002 +132151003,1,14,2,6,0,1,223101702 +132151003,2,15,2,8,0,1,223101702 +132151004,1,14,2,7,0,1,223102402 +132151004,2,15,2,9,0,1,223102402 +132151005,1,14,2,8,0,1,223103102 +132151005,2,15,2,10,0,1,223103102 +132151006,1,14,2,9,0,1,223110702 +132151006,2,15,2,11,0,1,223110702 +132151007,1,14,2,10,0,1,223111402 +132151007,2,15,2,12,0,1,223111402 +132151008,1,14,2,11,0,1,223112102 +132151008,2,15,2,13,0,1,223112102 +132151009,1,14,2,12,0,1,223112802 +132151009,2,15,2,14,0,1,223112802 +132151010,1,14,2,13,0,1,223120502 +132151010,2,15,2,15,0,1,223120502 +132151011,1,14,2,14,0,1,223121202 +132151011,2,15,2,16,0,1,223121202 +132151012,1,14,2,15,0,1,223121902 +132151012,2,15,2,17,0,1,223121902 +131158001,1,8,2,3000001,0,1,1 +131158002,1,8,2,3000002,0,1,1 +131158003,1,8,2,3000003,0,1,1 +131158004,1,8,2,3000004,0,1,1 +131158005,1,8,2,3000005,0,1,1 +131158006,1,8,2,3000006,0,1,1 +131158007,1,8,2,3000007,0,1,1 +131158008,1,8,2,3000008,0,1,1 +131158009,1,8,2,3000009,0,1,1 +131158010,1,8,2,3000010,0,1,1 +131158011,1,8,2,3000011,0,1,1 +131158012,1,8,2,3000012,0,1,1 +131158013,1,8,2,3000013,0,1,1 +131158014,1,8,2,3000014,0,1,1 +131158015,1,8,2,3000015,0,1,1 +131158016,1,8,2,3000016,0,1,1 +131158017,1,8,2,3000017,0,1,1 +131158018,1,8,2,3000018,0,1,1 +131158019,1,8,2,3000019,0,1,1 +131158020,1,8,2,3000020,0,1,1 +131158021,1,8,2,3000021,0,1,1 +131158022,1,8,2,3000022,0,1,1 +131158023,1,8,2,3000023,0,1,1 +131158024,1,8,2,3000024,0,1,1 +131158025,1,8,2,3000025,0,1,1 +131158026,1,8,2,3000026,0,1,1 +131158027,1,8,2,3000027,0,1,1 +131158028,1,8,2,3000028,0,1,1 +131158029,1,8,2,3000029,0,1,1 +131158030,1,8,2,3000030,0,1,1 +131158031,1,8,2,3000031,0,1,1 +131158032,1,8,2,3000032,0,1,1 +131158033,1,8,2,3000033,0,1,1 +131158034,1,8,2,3000034,0,1,1 +131158035,1,8,2,3000035,0,1,1 +131158036,1,8,2,3000036,0,1,1 +131158037,1,8,2,3000037,0,1,1 +131158038,1,8,2,3000038,0,1,1 +131158039,1,8,2,3000039,0,1,1 +131158040,1,8,2,3000040,0,1,1 +131158041,1,8,2,3000041,0,1,1 +131158042,1,8,2,3000042,0,1,1 +131158043,1,8,2,3000043,0,1,1 +131158044,1,8,2,3000044,0,1,1 +131158045,1,8,2,3000045,0,1,1 +131158046,1,8,2,3000046,0,1,1 +131158047,1,8,2,3000047,0,1,1 +131158048,1,8,2,3000048,0,1,1 +131158049,1,8,2,3000049,0,1,1 +131158050,1,8,2,3000050,0,1,1 +131158051,1,8,2,3000051,0,1,1 +131158052,1,8,2,3000052,0,1,1 +131158053,1,8,2,3000053,0,1,1 +131158054,1,8,2,3000054,0,1,1 +131158055,1,8,2,3000055,0,1,1 +131158056,1,8,2,3000056,0,1,1 +131158057,1,8,2,3000057,0,1,1 +131158058,1,8,2,3000058,0,1,1 +131158059,1,8,2,3000059,0,1,1 +131158060,1,8,2,3000060,0,1,1 +131158061,1,8,2,3000061,0,1,1 +131158062,1,8,2,3000062,0,1,1 +131158063,1,8,2,3000063,0,1,1 +131158064,1,8,2,3000064,0,1,1 +131158065,1,8,2,3000065,0,1,1 +131158066,1,8,2,3000066,0,1,1 +131158067,1,8,2,3000067,0,1,1 +131158068,1,8,2,3000068,0,1,1 +131158069,1,8,2,3000069,0,1,1 +131158070,1,8,2,3000070,0,1,1 +131158071,1,8,2,3000071,0,1,1 +131158072,1,8,2,3000072,0,1,1 +131158073,1,8,2,3000073,0,1,1 +131158074,1,8,2,3000074,0,1,1 +131158075,1,8,2,3000075,0,1,1 +131158076,1,8,2,3000076,0,1,1 +131158077,1,8,2,3000077,0,1,1 +131158078,1,8,2,3000078,0,1,1 +131176001,1,8,2,2000001,0,1,1 +131176002,1,8,2,2000002,0,1,1 +131176003,1,8,2,2000003,0,1,1 +131176004,1,8,2,2000004,0,1,1 +131176005,1,8,2,2000005,0,1,1 +131176006,1,8,2,2000006,0,1,1 +131177001,1,8,2,2000007,0,1,1 +131177002,1,8,2,2000008,0,1,1 +131169001,1,8,2,2000009,0,1,1 +131158079,1,8,2,3000079,0,1,223120502 +131158080,1,8,2,3000080,0,1,223120502 +131158081,1,8,2,3000081,0,1,223120502 +131158082,1,8,2,3000082,0,1,223120502 +132900001,1,3,2,21001006,0,10,223080105 +132900002,1,3,2,16005003,0,20,223080105 +132900003,1,3,2,20001006,0,5,223080105 +132900004,1,3,2,17001002,0,10,223080105 +132900005,1,3,2,19100001,0,100,223080105 +132900006,1,3,2,21001006,0,10,223080105 +132900007,1,3,2,16005003,0,20,223080105 +132900008,1,3,2,20001006,0,5,223080105 +132900009,1,3,2,17001002,0,10,223080105 +132900010,1,3,2,19100001,0,100,223080105 +132900011,1,3,2,21001006,0,20,223080105 +132900012,1,3,2,16005003,0,40,223080105 +132900013,1,3,2,20001006,0,10,223080105 +132900014,1,3,2,17001002,0,20,223080105 +132900015,1,3,2,19100001,0,200,223080105 +132900016,1,3,2,21001006,0,20,223080105 +132900017,1,3,2,16005003,0,40,223080105 +132900018,1,3,2,20001006,0,10,223080105 +132900019,1,3,2,17001002,0,20,223080105 +132900020,1,3,2,19100001,0,200,223080105 +132900021,1,3,2,21001006,0,20,223080105 +132900022,1,3,2,16005003,0,40,223080105 +132900023,1,3,2,20001006,0,10,223080105 +132900024,1,3,2,17001002,0,20,223080105 +132900025,1,3,2,19100001,0,200,223080105 +132900026,1,3,2,21001006,0,20,223080105 +132900027,1,3,2,16005003,0,40,223080105 +132900028,1,3,2,20001006,0,10,223080105 +132900029,1,3,2,17001002,0,20,223080105 +132900030,1,3,2,19100001,0,200,223080105 +132900031,1,4,2,1,0,100000,223080105 +132900032,1,3,2,20001006,0,10,223080105 +132900033,1,3,2,21001006,0,20,223080105 +132900034,1,4,2,1,0,100000,223080105 +132900035,1,3,2,20001006,0,10,223080105 +132900036,1,3,2,16005003,0,40,223080105 +132900037,1,4,2,1,0,100000,223080105 +132900038,1,3,2,20001006,0,10,223080105 +132900039,1,3,2,17001002,0,20,223080105 +132900040,1,4,2,1,0,100000,223080105 +132900041,1,3,2,30010001,0,50,223080105 +132900042,1,3,2,19100001,0,100,223080105 +132900043,1,3,2,30010001,0,50,223080105 +132900044,1,3,2,19100001,0,100,223080105 +132900045,1,3,2,30010001,0,50,223080105 +132900046,1,3,2,19100001,0,100,223080105 +132900047,1,4,2,1,0,100000,223080105 +132900048,1,3,2,21001006,0,10,223080105 +132900049,1,3,2,20001006,0,5,223080105 +132900050,1,3,2,17001002,0,10,223080105 +132900051,1,3,2,19100001,0,50,223080105 +132900052,1,3,2,21001006,0,10,223080105 +132900053,1,3,2,16005003,0,20,223080105 +132900054,1,3,2,17001002,0,10,223080105 +132900055,1,3,2,30010001,0,50,223080105 +132900056,1,3,2,19100001,0,50,223080105 +132900057,1,3,2,21001006,0,10,223080105 +132900058,1,3,2,16005003,0,20,223080105 +132900059,1,3,2,17001002,0,10,223080105 +132900060,1,3,2,30010001,0,50,223080105 +132900061,1,3,2,19100001,0,50,223080105 +132900062,1,4,2,1,0,100000,223080105 +132900063,1,3,2,21001006,0,10,223080105 +132900064,1,3,2,20001006,0,5,223080105 +132900065,1,3,2,17001002,0,10,223080105 +132900066,1,3,2,19100001,0,50,223080105 +132900067,1,3,2,30010001,0,50,223080105 +133000068,1,3,2,20001009,0,10,223101601 +133000069,1,3,2,20001009,0,10,223101601 +133000070,1,3,2,19100001,0,50,223100506 +133000071,1,3,2,16005003,0,30,223100506 +133000072,1,3,2,17001002,0,20,223100506 +133000073,1,3,2,19100001,0,100,223100506 +133200074,1,3,2,15010027,0,1,223102504 +133200075,1,3,2,20001008,0,10,223102504 +133200076,1,3,2,20001008,0,10,223102504 +133200077,1,3,2,20001008,0,10,223102504 +133200078,1,3,2,20001008,0,10,223102504 +133300079,1,3,2,19100001,0,10,223102504 +133300080,1,3,2,19100001,0,30,223102504 +133300081,1,3,2,19100001,0,50,223102504 +133300082,1,3,2,19100001,0,100,223102504 +133300083,1,3,2,19100001,0,200,223102504 +133300084,1,3,2,19100001,0,300,223102504 +133300085,1,15,2,24,0,1,223102504 +133300086,1,15,2,25,0,1,223102504 +133300087,1,15,2,26,0,1,223102504 +132800088,1,3,2,30010002,0,10,223110106 +132800089,1,3,2,30010002,0,10,223110106 +132900090,1,3,2,30010002,0,50,223110106 +133000091,1,1,2,1,0,50,223103113 +133000092,1,1,2,1,0,50,223103113 +133000093,1,1,2,1,0,50,223103113 +133100094,1,3,2,19100001,0,450,223103113 +133100095,1,3,2,19100001,0,450,223103113 +133100096,1,3,2,19100001,0,450,223103113 +133100097,1,3,2,19100001,0,450,223103113 +133100098,1,3,2,16005003,0,150,223103113 +133100099,1,3,2,16005003,0,150,223103113 +133100100,1,3,2,16005003,0,150,223103113 +133100101,1,3,2,16005003,0,150,223103113 +133100102,1,3,2,17001002,0,100,223103113 +133100103,1,3,2,17001002,0,100,223103113 +133100104,1,3,2,17001002,0,100,223103113 +133100105,1,3,2,17001002,0,100,223103113 +133200106,1,4,2,1,0,100000,223111104 +133200107,1,3,2,20001010,0,5,223111104 +133200108,1,3,2,20001010,0,5,223111104 +133200109,1,3,2,20001010,0,5,223111104 +133200110,1,3,2,20001010,0,5,223111104 +133300111,1,3,2,21001009,0,10,223111104 +133300112,1,3,2,21001009,0,10,223111104 +133300113,1,3,2,21001009,0,10,223111104 +133300114,1,3,2,21001009,0,20,223111104 +133300115,1,3,2,21001009,0,20,223111104 +133300116,1,3,2,21001009,0,30,223111104 +132800117,1,3,2,30010003,0,25,223120105 +132800118,1,3,2,30010003,0,25,223120105 +132800204,1,3,2,20001015,0,15,224010108 +132800205,1,3,2,16005003,0,15,224010108 +132800206,1,3,2,17001002,0,10,224010108 +132900119,1,3,2,30010003,0,100,223120105 +132900207,1,3,2,20001013,0,10,224010108 +132900208,1,3,2,16005003,0,30,224010108 +132900209,1,3,2,17001002,0,20,224010108 +132900210,1,3,2,19100001,0,100,224010108 +132900211,1,3,2,16005003,0,60,224010108 +132900212,1,3,2,17001002,0,40,224010108 +132900213,1,3,2,19100001,0,200,224010108 +132900214,1,3,2,16005003,0,30,224010108 +132900215,1,3,2,17001002,0,20,224010108 +132900216,1,3,2,19100001,0,100,224010108 +132900217,1,3,2,19100001,0,150,224010108 +132900218,1,3,2,19100001,0,150,224010108 +132900219,1,3,2,19100001,0,250,224010108 +132900220,1,3,2,19100001,0,250,224010108 +132900221,1,1,2,1,0,100,195 +132900222,1,1,2,1,0,100,195 +132900223,1,1,2,1,0,100,196 +132900224,1,1,2,1,0,100,196 +132900225,1,1,2,1,0,100,196 +132900373,1,3,2,21000001,0,10,224030121 +132900374,1,4,2,1,0,100000,224030121 +132900375,1,3,2,20000001,0,3,224030121 +132900376,1,4,2,1,0,100000,224030121 +132900377,1,3,2,20000001,0,3,224030121 +132900378,1,3,2,21000001,0,20,224030121 +132900379,1,4,2,1,0,100000,224030121 +132900380,1,3,2,20000001,0,3,224030121 +132900381,1,4,2,1,0,150000,224030121 +132900382,1,3,2,20000001,0,3,224030121 +132900383,1,3,2,21000001,0,30,224030121 +132900384,1,4,2,1,0,150000,224030121 +132900385,1,3,2,20000001,0,3,224030121 +132900386,1,4,2,1,0,200000,224030121 +132900387,1,3,2,20000001,0,5,224030121 +132900388,1,3,2,21000001,0,30,224030121 +132900389,1,4,2,1,0,200000,224030121 +132900390,1,3,2,20000001,0,5,224030121 +132900391,1,4,2,1,0,250000,224030121 +132900392,1,3,2,15010041,0,1,224030121 +132900393,1,3,2,21000001,0,30,224030121 +132900394,1,4,2,1,0,250000,224030121 +132900395,1,3,2,20000001,0,5,224030121 +132900396,1,4,2,1,0,300000,224030121 +132900397,1,3,2,15010041,0,1,224030121 +132900398,1,3,2,21000001,0,40,224030121 +132900399,1,4,2,1,0,300000,224030121 +132900400,1,3,2,20000001,0,10,224030121 +132900401,1,4,2,1,0,300000,224030121 +132900402,1,3,2,15010041,0,1,224030121 +132900403,1,4,2,1,0,400000,224030121 +132900404,1,3,2,20000001,0,15,224030121 +132900405,1,3,2,21000001,0,40,224030121 +132900406,1,4,2,1,0,600000,224030121 +132900407,1,3,2,15010041,0,1,224030121 +132900408,1,4,2,1,0,900000,224030121 +132900409,1,3,2,21000001,0,40,224030121 +132900410,1,3,2,20000001,0,15,224030121 +132900411,1,4,2,1,0,1200000,224030121 +132900412,1,3,2,15010041,0,1,224030121 +132900413,1,3,2,21000001,0,50,224030121 +132900414,1,4,2,1,0,1500000,224030121 +132900415,1,3,2,15010041,0,1,224030121 +132900416,1,3,2,20000001,0,20,224030121 +132900417,1,4,2,1,0,2500000,224030121 +132900418,1,3,2,15010041,0,1,224030121 +132900419,1,3,2,30010001,0,300,224030121 +132900420,1,3,2,30010001,0,300,224030121 +132900421,1,3,2,15010041,0,1,224030121 +132900422,1,3,2,30010001,0,300,224030121 +132900423,1,3,2,30010001,0,300,224030121 +132900424,1,3,2,15010041,0,1,224030121 +132900425,1,4,2,1,0,500000,224030121 +132900426,1,3,2,21000001,0,10,224030121 +132900427,1,3,2,20000001,0,10,224030121 +132900428,1,3,2,30010001,0,800,224030121 +132900429,1,4,2,1,0,1500000,224030121 +132900430,1,3,2,15010040,0,2,224030121 +132900431,1,3,2,15010041,0,1,224030121 +132900432,1,4,2,1,0,500000,224030121 +132900433,1,3,2,21000001,0,10,224030121 +132900434,1,3,2,20000001,0,10,224030121 +132900435,1,3,2,30010001,0,800,224030121 +132900436,1,4,2,1,0,1500000,224030121 +132900437,1,3,2,15010040,0,2,224030121 +132900438,1,3,2,15010041,0,1,224030121 +132900439,1,4,2,1,0,500000,224030121 +132900440,1,3,2,21000001,0,10,224030121 +132900441,1,3,2,20000001,0,10,224030121 +132900442,1,3,2,30010001,0,800,224030121 +132900443,1,4,2,1,0,1500000,224030121 +132900444,1,3,2,15010040,0,2,224030121 +132900445,1,3,2,15010041,0,1,224030121 +132900446,1,4,2,1,0,500000,224030121 +132900447,1,3,2,21000001,0,10,224030121 +132900448,1,3,2,20000001,0,10,224030121 +132900449,1,3,2,30010001,0,800,224030121 +132900450,1,4,2,1,0,1500000,224030121 +132900451,1,3,2,15010040,0,2,224030121 +132900452,1,3,2,15010041,0,1,224030121 +132900453,1,4,2,1,0,500000,224030121 +132900454,1,3,2,21000001,0,10,224030121 +132900455,1,3,2,20000001,0,10,224030121 +132900456,1,3,2,30010001,0,800,224030121 +132900457,1,4,2,1,0,1500000,224030121 +132900458,1,3,2,15010040,0,2,224030121 +132900459,1,3,2,15010041,0,1,224030121 +132900460,1,4,2,1,0,500000,224030121 +132900461,1,3,2,21000001,0,10,224030121 +132900462,1,3,2,20000001,0,10,224030121 +132900463,1,3,2,30010001,0,800,224030121 +132900464,1,3,2,15010041,0,1,224030121 +133000120,1,3,2,30010003,0,25,223121204 +133000121,1,3,2,30010003,0,25,223121204 +133100122,1,3,2,30010003,0,100,223121204 +133100221,1,3,2,21000001,0,10,224020106 +133100222,1,4,2,1,0,100000,224020106 +133100223,1,3,2,20000001,0,3,224020106 +133100224,1,4,2,1,0,100000,224020106 +133100225,1,3,2,19100001,0,200,224020106 +133100226,1,3,2,21000001,0,20,224020106 +133100227,1,4,2,1,0,100000,224020106 +133100228,1,3,2,20000001,0,3,224020106 +133100229,1,4,2,1,0,100000,224020106 +133100230,1,3,2,19100001,0,200,224020106 +133100231,1,3,2,21000001,0,30,224020106 +133100232,1,4,2,1,0,150000,224020106 +133100233,1,3,2,20000001,0,5,224020106 +133100234,1,4,2,1,0,150000,224020106 +133100235,1,3,2,19100001,0,200,224020106 +133100236,1,3,2,21000001,0,30,224020106 +133100237,1,4,2,1,0,150000,224020106 +133100238,1,3,2,20000001,0,5,224020106 +133100239,1,4,2,1,0,150000,224020106 +133100240,1,3,2,19100001,0,200,224020106 +133100241,1,3,2,21000001,0,40,224020106 +133100242,1,4,2,1,0,200000,224020106 +133100243,1,3,2,20000001,0,5,224020106 +133100244,1,4,2,1,0,200000,224020106 +133100245,1,3,2,19100001,0,200,224020106 +133100246,1,3,2,21000001,0,50,224020106 +133100247,1,4,2,1,0,250000,224020106 +133100248,1,3,2,20000001,0,5,224020106 +133100249,1,4,2,1,0,300000,224020106 +133100250,1,3,2,19100001,0,200,224020106 +133100251,1,4,2,1,0,300000,224020106 +133100252,1,3,2,20000001,0,5,224020106 +133100253,1,3,2,21000001,0,50,224020106 +133100254,1,4,2,1,0,350000,224020106 +133100255,1,3,2,20000001,0,5,224020106 +133100256,1,4,2,1,0,500000,224020106 +133100257,1,4,2,1,0,500000,224020106 +133100258,1,3,2,20000001,0,5,224020106 +133100259,1,4,2,1,0,1000000,224020106 +133100260,1,4,2,1,0,2400000,224020106 +133100261,1,3,2,30010001,0,200,224020106 +133100262,1,3,2,19100001,0,200,224020106 +133100263,1,3,2,30010001,0,400,224020106 +133100264,1,3,2,19100001,0,400,224020106 +133100265,1,3,2,30010001,0,600,224020106 +133100266,1,3,2,19100001,0,600,224020106 +133100267,1,4,2,1,0,500000,224020106 +133100268,1,3,2,21000001,0,20,224020106 +133100269,1,3,2,20000001,0,10,224020106 +133100270,1,3,2,30010001,0,800,224020106 +133100271,1,3,2,19100001,0,800,224020106 +133100272,1,3,2,15010040,0,2,224020106 +133100273,1,3,2,15010041,0,1,224020106 +133100274,1,4,2,1,0,500000,224020106 +133100275,1,3,2,21000001,0,20,224020106 +133100276,1,3,2,20000001,0,10,224020106 +133100277,1,3,2,30010001,0,800,224020106 +133100278,1,3,2,19100001,0,800,224020106 +133100279,1,3,2,15010040,0,2,224020106 +133100280,1,3,2,15010041,0,1,224020106 +133100281,1,4,2,1,0,500000,224020106 +133100282,1,3,2,21000001,0,20,224020106 +133100283,1,3,2,20000001,0,10,224020106 +133100284,1,3,2,30010001,0,800,224020106 +133100285,1,3,2,19100001,0,800,224020106 +133100286,1,3,2,15010040,0,2,224020106 +133100287,1,3,2,15010041,0,1,224020106 +133100288,1,4,2,1,0,500000,224020106 +133100289,1,3,2,21000001,0,20,224020106 +133100290,1,3,2,20000001,0,10,224020106 +133100291,1,3,2,30010001,0,800,224020106 +133100292,1,3,2,19100001,0,800,224020106 +133100293,1,3,2,15010040,0,2,224020106 +133100294,1,3,2,15010041,0,1,224020106 +133100295,1,4,2,1,0,500000,224020106 +133100296,1,3,2,21000001,0,20,224020106 +133100297,1,3,2,20000001,0,10,224020106 +133100298,1,3,2,30010001,0,800,224020106 +133100299,1,3,2,19100001,0,800,224020106 +133100300,1,3,2,15010040,0,2,224020106 +133100301,1,3,2,15010041,0,1,224020106 +133100302,1,4,2,1,0,500000,224020106 +133100303,1,3,2,21000001,0,20,224020106 +133100304,1,3,2,20000001,0,10,224020106 +133100305,1,3,2,30010001,0,800,224020106 +133100306,1,3,2,19100001,0,800,224020106 +133300123,1,4,2,1,0,100000,223120802 +133300124,1,3,2,16005003,0,10,223120802 +133300125,1,3,2,20001014,0,10,223120802 +133300126,1,3,2,17001002,0,10,223120802 +133300127,1,3,2,19100001,0,100,223120802 +133300128,1,3,2,21001011,0,20,223120802 +133300129,1,3,2,16005003,0,20,223120802 +133300130,1,3,2,15010032,0,1,223120802 +133300131,1,3,2,17001002,0,10,223120802 +133300132,1,3,2,19100001,0,100,223120802 +133300133,1,4,2,1,0,100000,223120802 +133300134,1,3,2,16005003,0,20,223120802 +133300135,1,3,2,20001014,0,10,223120802 +133300136,1,3,2,17001002,0,10,223120802 +133300137,1,3,2,19100001,0,200,223120802 +133300138,1,3,2,21001011,0,30,223120802 +133300139,1,3,2,16005003,0,20,223120802 +133300140,1,3,2,15010032,0,1,223120802 +133300141,1,3,2,17001002,0,20,223120802 +133300142,1,3,2,19100001,0,200,223120802 +133300143,1,4,2,1,0,200000,223120802 +133300144,1,3,2,16005003,0,30,223120802 +133300145,1,3,2,20001014,0,10,223120802 +133300146,1,3,2,17001002,0,20,223120802 +133300147,1,3,2,19100001,0,200,223120802 +133300148,1,3,2,21001011,0,40,223120802 +133300149,1,3,2,16005003,0,40,223120802 +133300150,1,3,2,15010032,0,1,223120802 +133300151,1,3,2,17001002,0,20,223120802 +133300152,1,3,2,19100001,0,200,223120802 +133300153,1,4,2,1,0,200000,223120802 +133300154,1,3,2,20001014,0,10,223120802 +133300155,1,3,2,21001011,0,50,223120802 +133300156,1,3,2,15010032,0,1,223120802 +133300157,1,3,2,20001014,0,10,223120802 +133300158,1,3,2,16005003,0,40,223120802 +133300159,1,3,2,15010032,0,1,223120802 +133300160,1,3,2,20001014,0,10,223120802 +133300161,1,3,2,17001002,0,20,223120802 +133300162,1,3,2,15010033,0,1,223120802 +133300163,1,3,2,30010001,0,20,223120802 +133300164,1,3,2,19100001,0,100,223120802 +133300165,1,3,2,30010001,0,30,223120802 +133300166,1,3,2,19100001,0,100,223120802 +133300167,1,3,2,30010001,0,50,223120802 +133300168,1,3,2,19100001,0,100,223120802 +133300169,1,3,2,20001014,0,10,223120802 +133300170,1,3,2,17001002,0,10,223120802 +133300171,1,3,2,16005003,0,20,223120802 +133300172,1,3,2,30010001,0,30,223120802 +133300173,1,3,2,19100001,0,50,223120802 +133300174,1,3,2,21001011,0,10,223120802 +133300175,1,3,2,17001002,0,10,223120802 +133300176,1,3,2,16005003,0,20,223120802 +133300177,1,3,2,30010001,0,30,223120802 +133300178,1,3,2,19100001,0,50,223120802 +133300179,1,3,2,20001014,0,10,223120802 +133300180,1,3,2,17001002,0,10,223120802 +133300181,1,3,2,16005003,0,20,223120802 +133300182,1,3,2,30010001,0,30,223120802 +133300183,1,3,2,19100001,0,50,223120802 +133300184,1,3,2,21001011,0,10,223120802 +133300185,1,3,2,17001002,0,10,223120802 +133300186,1,3,2,16005003,0,20,223120802 +133300187,1,3,2,30010001,0,30,223120802 +133300188,1,3,2,19100001,0,50,223120802 +133300189,1,3,2,20001014,0,10,223120802 +133300190,1,3,2,17001002,0,10,223120802 +133300191,1,3,2,16005003,0,20,223120802 +133300192,1,3,2,30010001,0,30,223120802 +133300193,1,3,2,19100001,0,50,223120802 +133300194,1,18,2,66001001,0,1,223120802 +133300195,1,18,2,66002001,0,1,223120802 +133300196,1,18,2,66003001,0,1,223120802 +133300197,1,18,2,66004001,0,1,223120802 +133300198,1,18,2,66005001,0,1,223120802 +133300199,1,18,2,66006001,0,1,223120802 +133300200,1,18,2,66007001,0,1,223120802 +133300201,1,18,2,66008001,0,1,223120802 +133300202,1,18,2,66009001,0,1,223120802 +133300203,1,18,2,66099001,0,1,223120802 +133300307,1,3,2,16005003,0,50,224020101 +133300308,1,3,2,17001002,0,30,224020201 +133300309,1,3,2,21000001,0,10,224020301 +133300310,1,3,2,16005003,0,50,224020401 +133300311,1,3,2,17001002,0,30,224020501 +133300312,1,3,2,21000001,0,10,224020601 +133300313,1,3,2,16005003,0,50,224020701 +133300314,1,3,2,17001002,0,30,224020801 +133300315,1,3,2,21000001,0,10,224020901 +133300316,1,3,2,16005003,0,50,224021003 +133300317,1,3,2,17001002,0,30,224021101 +133300318,1,3,2,21000001,0,10,224021201 +133300319,1,3,2,16005003,0,50,224021301 +133300320,1,3,2,17001002,0,30,224021401 +133300321,1,3,2,16005003,0,50,224020101 +133300322,1,3,2,17001002,0,30,224020201 +133300323,1,3,2,21000001,0,10,224020301 +133300324,1,3,2,16005003,0,50,224020401 +133300325,1,3,2,17001002,0,30,224020501 +133300326,1,3,2,21000001,0,10,224020601 +133300327,1,3,2,16005003,0,50,224020701 +133300328,1,3,2,17001002,0,30,224020801 +133300329,1,3,2,21000001,0,10,224020901 +133300330,1,3,2,16005003,0,50,224021003 +133300331,1,3,2,17001002,0,30,224021101 +133300332,1,3,2,21000001,0,10,224021201 +133300333,1,3,2,16005003,0,50,224021301 +133300334,1,3,2,17001002,0,30,224021401 +133300335,1,3,2,16005003,0,50,224020101 +133300336,1,3,2,17001002,0,30,224020201 +133300337,1,3,2,21000001,0,10,224020301 +133300338,1,3,2,16005003,0,50,224020401 +133300339,1,3,2,17001002,0,30,224020501 +133300340,1,3,2,21000001,0,10,224020601 +133300341,1,3,2,16005003,0,50,224020701 +133300342,1,3,2,17001002,0,30,224020801 +133300343,1,3,2,21000001,0,10,224020901 +133300344,1,3,2,16005003,0,50,224021003 +133300345,1,3,2,17001002,0,30,224021101 +133300346,1,3,2,21000001,0,10,224021201 +133300347,1,3,2,16005003,0,50,224021301 +133300348,1,3,2,17001002,0,30,224021401 +133300349,1,3,2,16005003,0,50,224020101 +133300350,1,3,2,17001002,0,30,224020201 +133300351,1,3,2,21000001,0,10,224020301 +133300352,1,3,2,16005003,0,50,224020401 +133300353,1,3,2,17001002,0,30,224020501 +133300354,1,3,2,21000001,0,10,224020601 +133300355,1,3,2,16005003,0,50,224020701 +133300356,1,3,2,17001002,0,30,224020801 +133300357,1,3,2,21000001,0,10,224020901 +133300358,1,3,2,16005003,0,50,224021003 +133300359,1,3,2,17001002,0,30,224021101 +133300360,1,3,2,21000001,0,10,224021201 +133300361,1,3,2,16005003,0,50,224021301 +133300362,1,3,2,17001002,0,30,224021401 +133300363,1,3,2,30010005,0,40,224020104 +133300364,1,3,2,30010005,0,40,224020104 +133300365,1,3,2,30010005,0,40,224020104 +133300366,1,3,2,30010005,0,40,224020104 +133300367,1,3,2,30010005,0,40,224020104 +133300368,1,3,2,30010005,0,40,224020104 +133300369,1,3,2,30010005,0,40,224020104 +133300370,1,3,2,30010005,0,40,224020104 +133300371,1,3,2,30010005,0,40,224020104 +133300372,1,3,2,30010005,0,40,224020104 +133300465,1,3,2,16005003,0,80,224030113 +133300466,1,3,2,17001002,0,60,224030113 +133300467,1,3,2,21000001,0,6,224030113 +133300468,1,3,2,16005003,0,80,224030113 +133300469,1,3,2,17001002,0,60,224030113 +133300470,1,3,2,21000001,0,6,224030113 +133300471,1,3,2,16005003,0,80,224030113 +133300472,1,3,2,17001002,0,60,224030113 +133300473,1,3,2,21000001,0,8,224030113 +133300474,1,3,2,16005003,0,80,224030113 +133300475,1,3,2,17001002,0,60,224030113 +133300476,1,3,2,21000001,0,8,224030113 +133300477,1,3,2,16005003,0,80,224030113 +133300478,1,3,2,17001002,0,60,224030113 +133300479,1,3,2,21000001,0,10,224030113 +133300480,1,3,2,16005003,0,100,224030113 +133300481,1,3,2,16005003,0,80,224030113 +133300482,1,3,2,17001002,0,60,224030113 +133300483,1,3,2,21000001,0,6,224030113 +133300484,1,3,2,16005003,0,80,224030113 +133300485,1,3,2,17001002,0,60,224030113 +133300486,1,3,2,21000001,0,6,224030113 +133300487,1,3,2,16005003,0,80,224030113 +133300488,1,3,2,17001002,0,60,224030113 +133300489,1,3,2,21000001,0,8,224030113 +133300490,1,3,2,16005003,0,80,224030113 +133300491,1,3,2,17001002,0,60,224030113 +133300492,1,3,2,21000001,0,8,224030113 +133300493,1,3,2,16005003,0,80,224030113 +133300494,1,3,2,17001002,0,60,224030113 +133300495,1,3,2,21000001,0,10,224030113 +133300496,1,3,2,16005003,0,100,224030113 +133300497,1,3,2,16005003,0,80,224030113 +133300498,1,3,2,17001002,0,60,224030113 +133300499,1,3,2,21000001,0,6,224030113 +133300500,1,3,2,16005003,0,80,224030113 +133300501,1,3,2,17001002,0,60,224030113 +133300502,1,3,2,21000001,0,6,224030113 +133300503,1,3,2,16005003,0,80,224030113 +133300504,1,3,2,17001002,0,60,224030113 +133300505,1,3,2,21000001,0,8,224030113 +133300506,1,3,2,16005003,0,80,224030113 +133300507,1,3,2,17001002,0,60,224030113 +133300508,1,3,2,21000001,0,8,224030113 +133300509,1,3,2,16005003,0,80,224030113 +133300510,1,3,2,17001002,0,60,224030113 +133300511,1,3,2,21000001,0,10,224030113 +133300512,1,3,2,16005003,0,100,224030113 +133300513,1,3,2,16005003,0,80,224030113 +133300514,1,3,2,17001002,0,60,224030113 +133300515,1,3,2,21000001,0,6,224030113 +133300516,1,3,2,16005003,0,80,224030113 +133300517,1,3,2,17001002,0,60,224030113 +133300518,1,3,2,21000001,0,6,224030113 +133300519,1,3,2,16005003,0,80,224030113 +133300520,1,3,2,17001002,0,60,224030113 +133300521,1,3,2,21000001,0,8,224030113 +133300522,1,3,2,16005003,0,80,224030113 +133300523,1,3,2,17001002,0,60,224030113 +133300524,1,3,2,21000001,0,8,224030113 +133300525,1,3,2,16005003,0,80,224030113 +133300526,1,3,2,17001002,0,60,224030113 +133300527,1,3,2,21000001,0,10,224030113 +133300528,1,3,2,16005003,0,100,224030113 +131653001,1,4,2,1,0,500000,1 +131605001,1,3,2,20000001,0,30,1 +131662001,1,3,2,19100001,0,200,1 +131663001,1,3,2,19100001,0,200,1 +131660001,1,3,2,16005002,0,260,1 +131614001,1,3,2,16005003,0,48,1 +131666001,1,3,2,17001002,0,16,1 +131658001,1,3,2,17001003,0,2,1 +131661001,1,3,2,19100001,0,200,1 +131653002,1,4,2,1,0,500000,1 +131605002,1,4,2,1,0,500000,1 +131665001,1,3,2,19100001,0,200,1 +131664001,1,3,2,19100001,0,200,1 +131658002,1,3,2,16005002,0,260,1 +131630001,1,3,2,16005003,0,48,1 +131606001,1,3,2,17001002,0,17,1 +131614002,1,3,2,17001003,0,2,1 +131663002,1,3,2,19100001,0,200,1 +131653003,1,4,2,1,0,550000,1 +131605003,1,4,2,1,0,550000,1 +131660002,1,3,2,19100001,0,200,1 +131617001,1,3,2,17001002,0,17,1 +131658003,1,3,2,16005002,0,260,1 +131625001,1,3,2,16005003,0,48,1 +131614003,1,3,2,17001003,0,3,1 +131664002,1,3,2,19100001,0,200,1 +131626001,1,3,2,19100001,0,200,1 +311953032,1,16,2,1001002,0,1,1 +311975001,1,16,2,1001003,0,1,1 +311953071,1,16,2,1001004,0,1,1 +311953072,1,16,2,1001005,0,1,1 +311953073,1,16,2,1001006,0,1,1 +311953074,1,16,2,1001007,0,1,1 +311953075,1,16,2,1001008,0,1,1 +311953076,1,16,2,1001009,0,1,1 +311953077,1,16,2,1001010,0,1,1 +311953078,1,16,2,1001011,0,1,1 +311953079,1,16,2,1001012,0,1,1 +311953080,1,16,2,1001013,0,1,1 +311953081,1,16,2,1001014,0,1,1 +311953082,1,16,2,1001015,0,1,1 +311953033,1,16,2,1002002,0,1,1 +311975002,1,16,2,1002003,0,1,1 +311953083,1,16,2,1002004,0,1,1 +311953084,1,16,2,1002005,0,1,1 +311953085,1,16,2,1002006,0,1,1 +311953086,1,16,2,1002007,0,1,1 +311953087,1,16,2,1002008,0,1,1 +311953088,1,16,2,1002009,0,1,1 +311953089,1,16,2,1002010,0,1,1 +311953090,1,16,2,1002011,0,1,1 +311953091,1,16,2,1002012,0,1,1 +311953092,1,16,2,1002013,0,1,1 +311953093,1,16,2,1002014,0,1,1 +311953094,1,16,2,1002015,0,1,1 +311953034,1,16,2,1003002,0,1,1 +311975003,1,16,2,1003003,0,1,1 +311953095,1,16,2,1003004,0,1,1 +311953096,1,16,2,1003005,0,1,1 +311953097,1,16,2,1003006,0,1,1 +311953098,1,16,2,1003007,0,1,1 +311953099,1,16,2,1003008,0,1,1 +311953100,1,16,2,1003009,0,1,1 +311953101,1,16,2,1003010,0,1,1 +311953102,1,16,2,1003011,0,1,1 +311953103,1,16,2,1003012,0,1,1 +311953104,1,16,2,1003013,0,1,1 +311953105,1,16,2,1003014,0,1,1 +311953106,1,16,2,1003015,0,1,1 +311953035,1,16,2,1004002,0,1,1 +311975004,1,16,2,1004003,0,1,1 +311953107,1,16,2,1004004,0,1,1 +311953108,1,16,2,1004005,0,1,1 +311953109,1,16,2,1004006,0,1,1 +311953110,1,16,2,1004007,0,1,1 +311953111,1,16,2,1004008,0,1,1 +311953112,1,16,2,1004009,0,1,1 +311953113,1,16,2,1004010,0,1,1 +311953114,1,16,2,1004011,0,1,1 +311953115,1,16,2,1004012,0,1,1 +311953116,1,16,2,1004013,0,1,1 +311953117,1,16,2,1004014,0,1,1 +311953118,1,16,2,1004015,0,1,1 +311953036,1,16,2,1005002,0,1,1 +311975005,1,16,2,1005003,0,1,1 +311953119,1,16,2,1005004,0,1,1 +311953120,1,16,2,1005005,0,1,1 +311953121,1,16,2,1005006,0,1,1 +311953122,1,16,2,1005007,0,1,1 +311953123,1,16,2,1005008,0,1,1 +311953124,1,16,2,1005009,0,1,1 +311953125,1,16,2,1005010,0,1,1 +311953126,1,16,2,1005011,0,1,1 +311953127,1,16,2,1005012,0,1,1 +311953128,1,16,2,1005013,0,1,1 +311953129,1,16,2,1005014,0,1,1 +311953130,1,16,2,1005015,0,1,1 +311953037,1,16,2,1006002,0,1,1 +311953037,2,17,2,100600201,0,1,124041901 +311975006,1,16,2,1006003,0,1,1 +311953131,1,16,2,1006004,0,1,1 +311953132,1,16,2,1006005,0,1,1 +311953133,1,16,2,1006006,0,1,1 +311953134,1,16,2,1006007,0,1,1 +311953135,1,16,2,1006008,0,1,1 +311953136,1,16,2,1006009,0,1,1 +311953137,1,16,2,1006010,0,1,1 +311953138,1,16,2,1006011,0,1,1 +311953139,1,16,2,1006012,0,1,1 +311953140,1,16,2,1006013,0,1,1 +311953141,1,16,2,1006014,0,1,1 +311953142,1,16,2,1006015,0,1,1 +311953038,1,16,2,1007002,0,1,1 +311975007,1,16,2,1007003,0,1,1 +311953143,1,16,2,1007004,0,1,1 +311953144,1,16,2,1007005,0,1,1 +311953145,1,16,2,1007006,0,1,1 +311953146,1,16,2,1007007,0,1,1 +311953147,1,16,2,1007008,0,1,1 +311953148,1,16,2,1007009,0,1,1 +311953149,1,16,2,1007010,0,1,1 +311953150,1,16,2,1007011,0,1,1 +311953151,1,16,2,1007012,0,1,1 +311953152,1,16,2,1007013,0,1,1 +311953153,1,16,2,1007014,0,1,1 +311953154,1,16,2,1007015,0,1,1 +311953039,1,16,2,1008002,0,1,1 +311953039,2,17,2,100800201,0,1,124011701 +311975008,1,16,2,1008003,0,1,1 +311953155,1,16,2,1008004,0,1,1 +311953156,1,16,2,1008005,0,1,1 +311953157,1,16,2,1008006,0,1,1 +311953158,1,16,2,1008007,0,1,1 +311953159,1,16,2,1008008,0,1,1 +311953160,1,16,2,1008009,0,1,1 +311953161,1,16,2,1008010,0,1,1 +311953162,1,16,2,1008011,0,1,1 +311953163,1,16,2,1008012,0,1,1 +311953164,1,16,2,1008013,0,1,1 +311953165,1,16,2,1008014,0,1,1 +311953166,1,16,2,1008015,0,1,1 +311953040,1,16,2,1009002,0,1,1 +311975009,1,16,2,1009003,0,1,1 +311953167,1,16,2,1009004,0,1,1 +311953168,1,16,2,1009005,0,1,1 +311953169,1,16,2,1009006,0,1,1 +311953170,1,16,2,1009007,0,1,1 +311953171,1,16,2,1009008,0,1,1 +311953172,1,16,2,1009009,0,1,1 +311953173,1,16,2,1009010,0,1,1 +311953174,1,16,2,1009011,0,1,1 +311953175,1,16,2,1009012,0,1,1 +311953176,1,16,2,1009013,0,1,1 +311953177,1,16,2,1009014,0,1,1 +311953178,1,16,2,1009015,0,1,1 +311967001,1,16,2,1101001,0,1,1 +311953179,1,16,2,1101002,0,1,1 +311951004,1,16,2,1101003,0,1,1 +311950004,1,16,2,1101004,0,1,1 +311953182,1,16,2,1101005,0,1,1 +311951008,1,16,2,1101006,0,1,1 +311950008,1,16,2,1101007,0,1,1 +311953185,1,16,2,1101008,0,1,1 +311951011,1,16,2,1101009,0,1,1 +311950011,1,16,2,1101010,0,1,1 +311953188,1,16,2,1101011,0,1,1 +311951014,1,16,2,1101012,0,1,1 +311950014,1,16,2,1101013,0,1,1 +311953041,1,16,2,2001002,0,1,1 +311975010,1,16,2,2001003,0,1,1 +311953191,1,16,2,2001004,0,1,1 +311953192,1,16,2,2001005,0,1,1 +311953193,1,16,2,2001006,0,1,1 +311953194,1,16,2,2001007,0,1,1 +311953195,1,16,2,2001008,0,1,1 +311953196,1,16,2,2001009,0,1,1 +311953197,1,16,2,2001010,0,1,1 +311953198,1,16,2,2001011,0,1,1 +311953199,1,16,2,2001012,0,1,1 +311953200,1,16,2,2001013,0,1,1 +311953201,1,16,2,2001014,0,1,1 +311953202,1,16,2,2001015,0,1,1 +311953042,1,16,2,2002002,0,1,1 +311975011,1,16,2,2002003,0,1,1 +311953203,1,16,2,2002004,0,1,1 +311953204,1,16,2,2002005,0,1,1 +311953205,1,16,2,2002006,0,1,1 +311953206,1,16,2,2002007,0,1,1 +311953207,1,16,2,2002008,0,1,1 +311953208,1,16,2,2002009,0,1,1 +311953209,1,16,2,2002010,0,1,1 +311953210,1,16,2,2002011,0,1,1 +311953211,1,16,2,2002012,0,1,1 +311953212,1,16,2,2002013,0,1,1 +311953213,1,16,2,2002014,0,1,1 +311953214,1,16,2,2002015,0,1,1 +311953043,1,16,2,2003002,0,1,1 +311953043,2,17,2,200300201,0,1,124021001 +311975012,1,16,2,2003003,0,1,1 +311953215,1,16,2,2003004,0,1,1 +311953216,1,16,2,2003005,0,1,1 +311953217,1,16,2,2003006,0,1,1 +311953218,1,16,2,2003007,0,1,1 +311953219,1,16,2,2003008,0,1,1 +311953220,1,16,2,2003009,0,1,1 +311953221,1,16,2,2003010,0,1,1 +311953222,1,16,2,2003011,0,1,1 +311953223,1,16,2,2003012,0,1,1 +311953224,1,16,2,2003013,0,1,1 +311953225,1,16,2,2003014,0,1,1 +311953226,1,16,2,2003015,0,1,1 +311953044,1,16,2,2004002,0,1,1 +311953044,2,17,2,200400201,0,1,124010101 +311975013,1,16,2,2004003,0,1,1 +311953227,1,16,2,2004004,0,1,1 +311953228,1,16,2,2004005,0,1,1 +311953229,1,16,2,2004006,0,1,1 +311953230,1,16,2,2004007,0,1,1 +311953231,1,16,2,2004008,0,1,1 +311953232,1,16,2,2004009,0,1,1 +311953233,1,16,2,2004010,0,1,1 +311953234,1,16,2,2004011,0,1,1 +311953235,1,16,2,2004012,0,1,1 +311953236,1,16,2,2004013,0,1,1 +311953237,1,16,2,2004014,0,1,1 +311953238,1,16,2,2004015,0,1,1 +311953045,1,16,2,2005002,0,1,1 +311953045,2,17,2,200500201,0,1,124041701 +311975014,1,16,2,2005003,0,1,1 +311953239,1,16,2,2005004,0,1,1 +311953240,1,16,2,2005005,0,1,1 +311953241,1,16,2,2005006,0,1,1 +311953242,1,16,2,2005007,0,1,1 +311953243,1,16,2,2005008,0,1,1 +311953244,1,16,2,2005009,0,1,1 +311953245,1,16,2,2005010,0,1,1 +311953246,1,16,2,2005011,0,1,1 +311953247,1,16,2,2005012,0,1,1 +311953248,1,16,2,2005013,0,1,1 +311953249,1,16,2,2005014,0,1,1 +311953250,1,16,2,2005015,0,1,1 +311953046,1,16,2,2006002,0,1,1 +311975015,1,16,2,2006003,0,1,1 +311953251,1,16,2,2006004,0,1,1 +311953252,1,16,2,2006005,0,1,1 +311953253,1,16,2,2006006,0,1,1 +311953254,1,16,2,2006007,0,1,1 +311953255,1,16,2,2006008,0,1,1 +311953256,1,16,2,2006009,0,1,1 +311953257,1,16,2,2006010,0,1,1 +311953258,1,16,2,2006011,0,1,1 +311953259,1,16,2,2006012,0,1,1 +311953260,1,16,2,2006013,0,1,1 +311953261,1,16,2,2006014,0,1,1 +311953262,1,16,2,2006015,0,1,1 +311953047,1,16,2,2007002,0,1,1 +311975016,1,16,2,2007003,0,1,1 +311953263,1,16,2,2007004,0,1,1 +311953264,1,16,2,2007005,0,1,1 +311953265,1,16,2,2007006,0,1,1 +311953266,1,16,2,2007007,0,1,1 +311953267,1,16,2,2007008,0,1,1 +311953268,1,16,2,2007009,0,1,1 +311953269,1,16,2,2007010,0,1,1 +311953270,1,16,2,2007011,0,1,1 +311953271,1,16,2,2007012,0,1,1 +311953272,1,16,2,2007013,0,1,1 +311953273,1,16,2,2007014,0,1,1 +311953274,1,16,2,2007015,0,1,1 +311953048,1,16,2,2008002,0,1,1 +311975017,1,16,2,2008003,0,1,1 +311953275,1,16,2,2008004,0,1,1 +311953276,1,16,2,2008005,0,1,1 +311953277,1,16,2,2008006,0,1,1 +311953278,1,16,2,2008007,0,1,1 +311953279,1,16,2,2008008,0,1,1 +311953280,1,16,2,2008009,0,1,1 +311953281,1,16,2,2008010,0,1,1 +311953282,1,16,2,2008011,0,1,1 +311953283,1,16,2,2008012,0,1,1 +311953284,1,16,2,2008013,0,1,1 +311953285,1,16,2,2008014,0,1,1 +311953286,1,16,2,2008015,0,1,1 +311953049,1,16,2,2009002,0,1,1 +311975018,1,16,2,2009003,0,1,1 +311953287,1,16,2,2009004,0,1,1 +311953288,1,16,2,2009005,0,1,1 +311953289,1,16,2,2009006,0,1,1 +311953290,1,16,2,2009007,0,1,1 +311953291,1,16,2,2009008,0,1,1 +311953292,1,16,2,2009009,0,1,1 +311953293,1,16,2,2009010,0,1,1 +311953294,1,16,2,2009011,0,1,1 +311953295,1,16,2,2009012,0,1,1 +311953296,1,16,2,2009013,0,1,1 +311953297,1,16,2,2009014,0,1,1 +311953298,1,16,2,2009015,0,1,1 +311967016,1,16,2,2101001,0,1,1 +311951003,1,16,2,2101002,0,1,1 +311950003,1,16,2,2101003,0,1,1 +311953301,1,16,2,2101004,0,1,1 +311951007,1,16,2,2101005,0,1,1 +311950007,1,16,2,2101006,0,1,1 +311951010,1,16,2,2101007,0,1,1 +311950010,1,16,2,2101008,0,1,1 +311953306,1,16,2,2101009,0,1,1 +311951015,1,16,2,2101010,0,1,1 +311950015,1,16,2,2101011,0,1,1 +311953307,1,16,2,2101012,0,1,1 +311951016,1,16,2,2101013,0,1,1 +311953050,1,16,2,3001002,0,1,1 +311975019,1,16,2,3001003,0,1,1 +311953311,1,16,2,3001004,0,1,1 +311953312,1,16,2,3001005,0,1,1 +311953313,1,16,2,3001006,0,1,1 +311953314,1,16,2,3001007,0,1,1 +311953315,1,16,2,3001008,0,1,1 +311953316,1,16,2,3001009,0,1,1 +311953317,1,16,2,3001010,0,1,1 +311953318,1,16,2,3001011,0,1,1 +311953319,1,16,2,3001012,0,1,1 +311953320,1,16,2,3001013,0,1,1 +311953321,1,16,2,3001014,0,1,1 +311953322,1,16,2,3001015,0,1,1 +311953051,1,16,2,3002002,0,1,1 +311953051,2,17,2,300200201,0,1,124012301 +311975020,1,16,2,3002003,0,1,1 +311953323,1,16,2,3002004,0,1,1 +311953324,1,16,2,3002005,0,1,1 +311953325,1,16,2,3002006,0,1,1 +311953326,1,16,2,3002007,0,1,1 +311953327,1,16,2,3002008,0,1,1 +311953328,1,16,2,3002009,0,1,1 +311953329,1,16,2,3002010,0,1,1 +311953330,1,16,2,3002011,0,1,1 +311953331,1,16,2,3002012,0,1,1 +311953332,1,16,2,3002013,0,1,1 +311953333,1,16,2,3002014,0,1,1 +311953334,1,16,2,3002015,0,1,1 +311953052,1,16,2,3003002,0,1,1 +311953052,2,17,2,300300201,0,1,124040301 +311975021,1,16,2,3003003,0,1,1 +311953335,1,16,2,3003004,0,1,1 +311953336,1,16,2,3003005,0,1,1 +311953337,1,16,2,3003006,0,1,1 +311953338,1,16,2,3003007,0,1,1 +311953339,1,16,2,3003008,0,1,1 +311953340,1,16,2,3003009,0,1,1 +311953341,1,16,2,3003010,0,1,1 +311953342,1,16,2,3003011,0,1,1 +311953343,1,16,2,3003012,0,1,1 +311953344,1,16,2,3003013,0,1,1 +311953345,1,16,2,3003014,0,1,1 +311953346,1,16,2,3003015,0,1,1 +311953053,1,16,2,3004002,0,1,1 +311975022,1,16,2,3004003,0,1,1 +311953347,1,16,2,3004004,0,1,1 +311953348,1,16,2,3004005,0,1,1 +311953349,1,16,2,3004006,0,1,1 +311953350,1,16,2,3004007,0,1,1 +311953351,1,16,2,3004008,0,1,1 +311953352,1,16,2,3004009,0,1,1 +311953353,1,16,2,3004010,0,1,1 +311953354,1,16,2,3004011,0,1,1 +311953355,1,16,2,3004012,0,1,1 +311953356,1,16,2,3004013,0,1,1 +311953357,1,16,2,3004014,0,1,1 +311953358,1,16,2,3004015,0,1,1 +311953054,1,16,2,3005002,0,1,1 +311975023,1,16,2,3005003,0,1,1 +311953359,1,16,2,3005004,0,1,1 +311953360,1,16,2,3005005,0,1,1 +311953361,1,16,2,3005006,0,1,1 +311953362,1,16,2,3005007,0,1,1 +311953363,1,16,2,3005008,0,1,1 +311953364,1,16,2,3005009,0,1,1 +311953365,1,16,2,3005010,0,1,1 +311953366,1,16,2,3005011,0,1,1 +311953367,1,16,2,3005012,0,1,1 +311953368,1,16,2,3005013,0,1,1 +311953369,1,16,2,3005014,0,1,1 +311953370,1,16,2,3005015,0,1,1 +311953055,1,16,2,3006002,0,1,1 +311953055,2,17,2,300600201,0,1,123121601 +311975024,1,16,2,3006003,0,1,1 +311953371,1,16,2,3006004,0,1,1 +311953372,1,16,2,3006005,0,1,1 +311953373,1,16,2,3006006,0,1,1 +311953374,1,16,2,3006007,0,1,1 +311953375,1,16,2,3006008,0,1,1 +311953376,1,16,2,3006009,0,1,1 +311953377,1,16,2,3006010,0,1,1 +311953378,1,16,2,3006011,0,1,1 +311953379,1,16,2,3006012,0,1,1 +311953380,1,16,2,3006013,0,1,1 +311953381,1,16,2,3006014,0,1,1 +311953382,1,16,2,3006015,0,1,1 +311953056,1,16,2,3007002,0,1,1 +311975025,1,16,2,3007003,0,1,1 +311953383,1,16,2,3007004,0,1,1 +311953384,1,16,2,3007005,0,1,1 +311953385,1,16,2,3007006,0,1,1 +311953386,1,16,2,3007007,0,1,1 +311953387,1,16,2,3007008,0,1,1 +311953388,1,16,2,3007009,0,1,1 +311953389,1,16,2,3007010,0,1,1 +311953390,1,16,2,3007011,0,1,1 +311953391,1,16,2,3007012,0,1,1 +311953392,1,16,2,3007013,0,1,1 +311953393,1,16,2,3007014,0,1,1 +311953394,1,16,2,3007015,0,1,1 +311953057,1,16,2,3008002,0,1,1 +311953057,2,17,2,300800201,0,1,124020501 +311975026,1,16,2,3008003,0,1,1 +311953395,1,16,2,3008004,0,1,1 +311953396,1,16,2,3008005,0,1,1 +311953397,1,16,2,3008006,0,1,1 +311953398,1,16,2,3008007,0,1,1 +311953399,1,16,2,3008008,0,1,1 +311953400,1,16,2,3008009,0,1,1 +311953401,1,16,2,3008010,0,1,1 +311953402,1,16,2,3008011,0,1,1 +311953403,1,16,2,3008012,0,1,1 +311953404,1,16,2,3008013,0,1,1 +311953405,1,16,2,3008014,0,1,1 +311953406,1,16,2,3008015,0,1,1 +311953058,1,16,2,3009002,0,1,1 +311975027,1,16,2,3009003,0,1,1 +311953407,1,16,2,3009004,0,1,1 +311953408,1,16,2,3009005,0,1,1 +311953409,1,16,2,3009006,0,1,1 +311953410,1,16,2,3009007,0,1,1 +311953411,1,16,2,3009008,0,1,1 +311953412,1,16,2,3009009,0,1,1 +311953413,1,16,2,3009010,0,1,1 +311953414,1,16,2,3009011,0,1,1 +311953415,1,16,2,3009012,0,1,1 +311953416,1,16,2,3009013,0,1,1 +311953417,1,16,2,3009014,0,1,1 +311953418,1,16,2,3009015,0,1,1 +311953059,1,16,2,3010002,0,1,1 +311975028,1,16,2,3010003,0,1,1 +311953419,1,16,2,3010004,0,1,1 +311953420,1,16,2,3010005,0,1,1 +311953421,1,16,2,3010006,0,1,1 +311953422,1,16,2,3010007,0,1,1 +311953423,1,16,2,3010008,0,1,1 +311953424,1,16,2,3010009,0,1,1 +311953425,1,16,2,3010010,0,1,1 +311953426,1,16,2,3010011,0,1,1 +311953427,1,16,2,3010012,0,1,1 +311953428,1,16,2,3010013,0,1,1 +311953429,1,16,2,3010014,0,1,1 +311953430,1,16,2,3010015,0,1,1 +311953060,1,16,2,3011002,0,1,1 +311975029,1,16,2,3011003,0,1,1 +311953431,1,16,2,3011004,0,1,1 +311953432,1,16,2,3011005,0,1,1 +311953433,1,16,2,3011006,0,1,1 +311953434,1,16,2,3011007,0,1,1 +311953435,1,16,2,3011008,0,1,1 +311953436,1,16,2,3011009,0,1,1 +311953437,1,16,2,3011010,0,1,1 +311953438,1,16,2,3011011,0,1,1 +311953439,1,16,2,3011012,0,1,1 +311953440,1,16,2,3011013,0,1,1 +311953441,1,16,2,3011014,0,1,1 +311953442,1,16,2,3011015,0,1,1 +311953061,1,16,2,3012002,0,1,1 +311953061,2,17,2,301200201,0,1,124021501 +311975030,1,16,2,3012003,0,1,1 +311953443,1,16,2,3012004,0,1,1 +311953444,1,16,2,3012005,0,1,1 +311953445,1,16,2,3012006,0,1,1 +311953446,1,16,2,3012007,0,1,1 +311953447,1,16,2,3012008,0,1,1 +311953448,1,16,2,3012009,0,1,1 +311953449,1,16,2,3012010,0,1,1 +311953450,1,16,2,3012011,0,1,1 +311953451,1,16,2,3012012,0,1,1 +311953452,1,16,2,3012013,0,1,1 +311953453,1,16,2,3012014,0,1,1 +311953454,1,16,2,3012015,0,1,1 +311953585,1,16,2,3099001,0,1,323082801 +311967031,1,16,2,3101001,0,1,1 +311953455,1,16,2,3101002,0,1,1 +311951002,1,16,2,3101003,0,1,1 +311950002,1,16,2,3101004,0,1,1 +311953458,1,16,2,3101005,0,1,1 +311951006,1,16,2,3101006,0,1,1 +311950006,1,16,2,3101007,0,1,1 +311953461,1,16,2,3101008,0,1,1 +311951012,1,16,2,3101009,0,1,1 +311950012,1,16,2,3101010,0,1,1 +311953464,1,16,2,3101011,0,1,1 +311953465,1,16,2,3101012,0,1,1 +311953466,1,16,2,3101013,0,1,1 +311953062,1,16,2,4001002,0,1,1 +311975031,1,16,2,4001003,0,1,1 +311953467,1,16,2,4001004,0,1,1 +311953468,1,16,2,4001005,0,1,1 +311953469,1,16,2,4001006,0,1,1 +311953470,1,16,2,4001007,0,1,1 +311953471,1,16,2,4001008,0,1,1 +311953472,1,16,2,4001009,0,1,1 +311953473,1,16,2,4001010,0,1,1 +311953474,1,16,2,4001011,0,1,1 +311953475,1,16,2,4001012,0,1,1 +311953476,1,16,2,4001013,0,1,1 +311953477,1,16,2,4001014,0,1,1 +311953478,1,16,2,4001015,0,1,1 +311953063,1,16,2,4002002,0,1,1 +311975032,1,16,2,4002003,0,1,1 +311953479,1,16,2,4002004,0,1,1 +311953480,1,16,2,4002005,0,1,1 +311953481,1,16,2,4002006,0,1,1 +311953482,1,16,2,4002007,0,1,1 +311953483,1,16,2,4002008,0,1,1 +311953484,1,16,2,4002009,0,1,1 +311953485,1,16,2,4002010,0,1,1 +311953486,1,16,2,4002011,0,1,1 +311953487,1,16,2,4002012,0,1,1 +311953488,1,16,2,4002013,0,1,1 +311953489,1,16,2,4002014,0,1,1 +311953490,1,16,2,4002015,0,1,1 +311953064,1,16,2,4003002,0,1,1 +311953064,2,17,2,400300201,0,1,124022501 +311975033,1,16,2,4003003,0,1,1 +311953491,1,16,2,4003004,0,1,1 +311953492,1,16,2,4003005,0,1,1 +311953493,1,16,2,4003006,0,1,1 +311953494,1,16,2,4003007,0,1,1 +311953495,1,16,2,4003008,0,1,1 +311953496,1,16,2,4003009,0,1,1 +311953497,1,16,2,4003010,0,1,1 +311953498,1,16,2,4003011,0,1,1 +311953499,1,16,2,4003012,0,1,1 +311953500,1,16,2,4003013,0,1,1 +311953501,1,16,2,4003014,0,1,1 +311953502,1,16,2,4003015,0,1,1 +311953065,1,16,2,4004002,0,1,1 +311975034,1,16,2,4004003,0,1,1 +311953503,1,16,2,4004004,0,1,1 +311953504,1,16,2,4004005,0,1,1 +311953505,1,16,2,4004006,0,1,1 +311953506,1,16,2,4004007,0,1,1 +311953507,1,16,2,4004008,0,1,1 +311953508,1,16,2,4004009,0,1,1 +311953509,1,16,2,4004010,0,1,1 +311953510,1,16,2,4004011,0,1,1 +311953511,1,16,2,4004012,0,1,1 +311953512,1,16,2,4004013,0,1,1 +311953513,1,16,2,4004014,0,1,1 +311953514,1,16,2,4004015,0,1,1 +311953066,1,16,2,4005002,0,1,1 +311975035,1,16,2,4005003,0,1,1 +311953515,1,16,2,4005004,0,1,1 +311953516,1,16,2,4005005,0,1,1 +311953517,1,16,2,4005006,0,1,1 +311953518,1,16,2,4005007,0,1,1 +311953519,1,16,2,4005008,0,1,1 +311953520,1,16,2,4005009,0,1,1 +311953521,1,16,2,4005010,0,1,1 +311953522,1,16,2,4005011,0,1,1 +311953523,1,16,2,4005012,0,1,1 +311953524,1,16,2,4005013,0,1,1 +311953525,1,16,2,4005014,0,1,1 +311953526,1,16,2,4005015,0,1,1 +311953067,1,16,2,4006002,0,1,1 +311953067,2,17,2,400600201,0,1,124041001 +311975036,1,16,2,4006003,0,1,1 +311953527,1,16,2,4006004,0,1,1 +311953528,1,16,2,4006005,0,1,1 +311953529,1,16,2,4006006,0,1,1 +311953530,1,16,2,4006007,0,1,1 +311953531,1,16,2,4006008,0,1,1 +311953532,1,16,2,4006009,0,1,1 +311953533,1,16,2,4006010,0,1,1 +311953534,1,16,2,4006011,0,1,1 +311953535,1,16,2,4006012,0,1,1 +311953536,1,16,2,4006013,0,1,1 +311953537,1,16,2,4006014,0,1,1 +311953538,1,16,2,4006015,0,1,1 +311953068,1,16,2,4007002,0,1,1 +311975037,1,16,2,4007003,0,1,1 +311953539,1,16,2,4007004,0,1,1 +311953540,1,16,2,4007005,0,1,1 +311953541,1,16,2,4007006,0,1,1 +311953542,1,16,2,4007007,0,1,1 +311953543,1,16,2,4007008,0,1,1 +311953544,1,16,2,4007009,0,1,1 +311953545,1,16,2,4007010,0,1,1 +311953546,1,16,2,4007011,0,1,1 +311953547,1,16,2,4007012,0,1,1 +311953548,1,16,2,4007013,0,1,1 +311953549,1,16,2,4007014,0,1,1 +311953550,1,16,2,4007015,0,1,1 +311953069,1,16,2,4008002,0,1,1 +311975038,1,16,2,4008003,0,1,1 +311953551,1,16,2,4008004,0,1,1 +311953552,1,16,2,4008005,0,1,1 +311953553,1,16,2,4008006,0,1,1 +311953554,1,16,2,4008007,0,1,1 +311953555,1,16,2,4008008,0,1,1 +311953556,1,16,2,4008009,0,1,1 +311953557,1,16,2,4008010,0,1,1 +311953558,1,16,2,4008011,0,1,1 +311953559,1,16,2,4008012,0,1,1 +311953560,1,16,2,4008013,0,1,1 +311953561,1,16,2,4008014,0,1,1 +311953562,1,16,2,4008015,0,1,1 +311953070,1,16,2,4009002,0,1,1 +311975039,1,16,2,4009003,0,1,1 +311953563,1,16,2,4009004,0,1,1 +311953564,1,16,2,4009005,0,1,1 +311953565,1,16,2,4009006,0,1,1 +311953566,1,16,2,4009007,0,1,1 +311953567,1,16,2,4009008,0,1,1 +311953568,1,16,2,4009009,0,1,1 +311953569,1,16,2,4009010,0,1,1 +311953570,1,16,2,4009011,0,1,1 +311953571,1,16,2,4009012,0,1,1 +311953572,1,16,2,4009013,0,1,1 +311953573,1,16,2,4009014,0,1,1 +311953574,1,16,2,4009015,0,1,1 +311967046,1,16,2,4101001,0,1,1 +311951001,1,16,2,4101002,0,1,1 +311950001,1,16,2,4101003,0,1,1 +311951005,1,16,2,4101004,0,1,1 +311950005,1,16,2,4101005,0,1,1 +311953577,1,16,2,4101006,0,1,1 +311953578,1,16,2,4101007,0,1,1 +311951009,1,16,2,4101008,0,1,123071702 +311950009,1,16,2,4101009,0,1,123071702 +311951013,1,16,2,4101010,0,1,1 +311950013,1,16,2,4101011,0,1,1 +311953583,1,16,2,4101012,0,1,1 +311953584,1,16,2,4101013,0,1,1 +311951017,1,16,2,4101013,0,1,123092802 +311950017,1,16,2,4101014,0,1,123092802 +311953579,1,16,2,4101015,0,1,323100102 +311951018,1,16,2,3101013,0,1,123100502 +311950018,1,16,2,3101014,0,1,123100502 +311953586,1,16,2,1101014,0,1,323100703 +311953587,1,16,2,2101015,0,1,323100704 +311953588,1,16,2,3101015,0,1,323101403 +311953589,1,16,2,4101016,0,1,323101404 +311953590,1,16,2,1101015,0,1,323101503 +311953591,1,16,2,2101016,0,1,323101504 +311951019,1,16,2,1101016,0,1,123102102 +311950019,1,16,2,1101017,0,1,123102102 +311951020,1,16,2,4101017,0,1,123102902 +311950020,1,16,2,4101018,0,1,123102902 +311951021,1,16,2,1101018,0,1,123110103 +311950021,1,16,2,1101019,0,1,123110103 +311951022,1,16,2,3101016,0,1,123111302 +311950022,1,16,2,3101017,0,1,123111302 +311953592,1,16,2,3101018,0,1,323112106 +311951023,1,16,2,4101019,0,1,123112402 +311950023,1,16,2,4101020,0,1,123112402 +311951024,1,16,2,3101019,0,1,123120602 +311950024,1,16,2,3101020,0,1,123120602 +311953598,1,16,2,1101022,0,1,324020906 +311958001,1,16,2,1001001,0,1,1 +311958001,2,17,2,100100101,0,1,1 +311958002,1,17,2,100100102,0,1,1 +311958003,1,17,2,100100103,0,1,1 +311958004,1,17,2,100100104,0,1,1 +311958005,1,17,2,100100105,0,1,1 +311958006,1,17,2,100100106,0,1,1 +311958007,1,17,2,100100107,0,1,1 +311958008,1,17,2,100100108,0,1,1 +311958009,1,17,2,100100109,0,1,1 +311958010,1,17,2,100100110,0,1,1 +311958011,1,17,2,100100111,0,1,1 +311958012,1,17,2,100100112,0,1,1 +311958013,1,17,2,100100113,0,1,1 +311958014,1,17,2,100100114,0,1,1 +311958015,1,17,2,100100115,0,1,1 +311958016,1,16,2,1002001,0,1,1 +311958016,2,17,2,100200101,0,1,1 +311958017,1,17,2,100200102,0,1,1 +311958018,1,17,2,100200103,0,1,1 +311958019,1,17,2,100200104,0,1,1 +311958020,1,17,2,100200105,0,1,1 +311958021,1,17,2,100200106,0,1,1 +311958022,1,17,2,100200107,0,1,1 +311958023,1,17,2,100200108,0,1,1 +311958024,1,17,2,100200109,0,1,1 +311958025,1,17,2,100200110,0,1,1 +311958026,1,17,2,100200111,0,1,1 +311958027,1,17,2,100200112,0,1,1 +311958028,1,17,2,100200113,0,1,1 +311958029,1,17,2,100200114,0,1,1 +311958030,1,17,2,100200115,0,1,1 +311958031,1,16,2,1003001,0,1,1 +311958031,2,17,2,100300101,0,1,1 +311958032,1,17,2,100300102,0,1,1 +311958033,1,17,2,100300103,0,1,1 +311958034,1,17,2,100300104,0,1,1 +311958035,1,17,2,100300105,0,1,1 +311958036,1,17,2,100300106,0,1,1 +311958037,1,17,2,100300107,0,1,1 +311958038,1,17,2,100300108,0,1,1 +311958039,1,17,2,100300109,0,1,1 +311958040,1,17,2,100300110,0,1,1 +311958041,1,17,2,100300111,0,1,1 +311958042,1,17,2,100300112,0,1,1 +311958043,1,17,2,100300113,0,1,1 +311958044,1,17,2,100300114,0,1,1 +311958045,1,17,2,100300115,0,1,1 +311958046,1,16,2,1004001,0,1,1 +311958046,2,17,2,100400101,0,1,1 +311958047,1,17,2,100400102,0,1,1 +311958048,1,17,2,100400103,0,1,1 +311958049,1,17,2,100400104,0,1,1 +311958050,1,17,2,100400105,0,1,1 +311958051,1,17,2,100400106,0,1,1 +311958052,1,17,2,100400107,0,1,1 +311958053,1,17,2,100400108,0,1,1 +311958054,1,17,2,100400109,0,1,1 +311958055,1,17,2,100400110,0,1,1 +311958056,1,17,2,100400111,0,1,1 +311958057,1,17,2,100400112,0,1,1 +311958058,1,17,2,100400113,0,1,1 +311958059,1,17,2,100400114,0,1,1 +311958060,1,17,2,100400115,0,1,1 +311958061,1,16,2,1005001,0,1,1 +311958061,2,17,2,100500101,0,1,1 +311958062,1,17,2,100500102,0,1,1 +311958063,1,17,2,100500103,0,1,1 +311958064,1,17,2,100500104,0,1,1 +311958065,1,17,2,100500105,0,1,1 +311958066,1,17,2,100500106,0,1,1 +311958067,1,17,2,100500107,0,1,1 +311958068,1,17,2,100500108,0,1,1 +311958069,1,17,2,100500109,0,1,1 +311958070,1,17,2,100500110,0,1,1 +311958071,1,17,2,100500111,0,1,1 +311958072,1,17,2,100500112,0,1,1 +311958073,1,17,2,100500113,0,1,1 +311958074,1,17,2,100500114,0,1,1 +311958075,1,17,2,100500115,0,1,1 +311958076,1,16,2,1006001,0,1,1 +311958076,2,17,2,100600101,0,1,1 +311958077,1,17,2,100600102,0,1,1 +311958078,1,17,2,100600103,0,1,1 +311958079,1,17,2,100600104,0,1,1 +311958080,1,17,2,100600105,0,1,1 +311958081,1,17,2,100600106,0,1,1 +311958082,1,17,2,100600107,0,1,1 +311958083,1,17,2,100600108,0,1,1 +311958084,1,17,2,100600109,0,1,1 +311958085,1,17,2,100600110,0,1,1 +311958086,1,17,2,100600111,0,1,1 +311958087,1,17,2,100600112,0,1,1 +311958088,1,17,2,100600113,0,1,1 +311958089,1,17,2,100600114,0,1,1 +311958090,1,17,2,100600115,0,1,1 +311958091,1,16,2,1007001,0,1,1 +311958091,2,17,2,100700101,0,1,1 +311958092,1,17,2,100700102,0,1,1 +311958093,1,17,2,100700103,0,1,1 +311958094,1,17,2,100700104,0,1,1 +311958095,1,17,2,100700105,0,1,1 +311958096,1,17,2,100700106,0,1,1 +311958097,1,17,2,100700107,0,1,1 +311958098,1,17,2,100700108,0,1,1 +311958099,1,17,2,100700109,0,1,1 +311958100,1,17,2,100700110,0,1,1 +311958101,1,17,2,100700111,0,1,1 +311958102,1,17,2,100700112,0,1,1 +311958103,1,17,2,100700113,0,1,1 +311958104,1,17,2,100700114,0,1,1 +311958105,1,17,2,100700115,0,1,1 +311958106,1,16,2,1008001,0,1,1 +311958106,2,17,2,100800101,0,1,1 +311958107,1,17,2,100800102,0,1,1 +311958108,1,17,2,100800103,0,1,1 +311958109,1,17,2,100800104,0,1,1 +311958110,1,17,2,100800105,0,1,1 +311958111,1,17,2,100800106,0,1,1 +311958112,1,17,2,100800107,0,1,1 +311958113,1,17,2,100800108,0,1,1 +311958114,1,17,2,100800109,0,1,1 +311958115,1,17,2,100800110,0,1,1 +311958116,1,17,2,100800111,0,1,1 +311958117,1,17,2,100800112,0,1,1 +311958118,1,17,2,100800113,0,1,1 +311958119,1,17,2,100800114,0,1,1 +311958120,1,17,2,100800115,0,1,1 +311958121,1,16,2,1009001,0,1,1 +311958121,2,17,2,100900101,0,1,1 +311958122,1,17,2,100900102,0,1,1 +311958123,1,17,2,100900103,0,1,1 +311958124,1,17,2,100900104,0,1,1 +311958125,1,17,2,100900105,0,1,1 +311958126,1,17,2,100900106,0,1,1 +311958127,1,17,2,100900107,0,1,1 +311958128,1,17,2,100900108,0,1,1 +311958129,1,17,2,100900109,0,1,1 +311958130,1,17,2,100900110,0,1,1 +311958131,1,17,2,100900111,0,1,1 +311958132,1,17,2,100900112,0,1,1 +311958133,1,17,2,100900113,0,1,1 +311958134,1,17,2,100900114,0,1,1 +311958135,1,17,2,100900115,0,1,1 +311958136,1,16,2,2001001,0,1,1 +311958136,2,17,2,200100101,0,1,1 +311958137,1,17,2,200100102,0,1,1 +311958138,1,17,2,200100103,0,1,1 +311958139,1,17,2,200100104,0,1,1 +311958140,1,17,2,200100105,0,1,1 +311958141,1,17,2,200100106,0,1,1 +311958142,1,17,2,200100107,0,1,1 +311958143,1,17,2,200100108,0,1,1 +311958144,1,17,2,200100109,0,1,1 +311958145,1,17,2,200100110,0,1,1 +311958146,1,17,2,200100111,0,1,1 +311958147,1,17,2,200100112,0,1,1 +311958148,1,17,2,200100113,0,1,1 +311958149,1,17,2,200100114,0,1,1 +311958150,1,17,2,200100115,0,1,1 +311958151,1,16,2,2002001,0,1,1 +311958151,2,17,2,200200101,0,1,1 +311958152,1,17,2,200200102,0,1,1 +311958153,1,17,2,200200103,0,1,1 +311958154,1,17,2,200200104,0,1,1 +311958155,1,17,2,200200105,0,1,1 +311958156,1,17,2,200200106,0,1,1 +311958157,1,17,2,200200107,0,1,1 +311958158,1,17,2,200200108,0,1,1 +311958159,1,17,2,200200109,0,1,1 +311958160,1,17,2,200200110,0,1,1 +311958161,1,17,2,200200111,0,1,1 +311958162,1,17,2,200200112,0,1,1 +311958163,1,17,2,200200113,0,1,1 +311958164,1,17,2,200200114,0,1,1 +311958165,1,17,2,200200115,0,1,1 +311958166,1,16,2,2003001,0,1,1 +311958166,2,17,2,200300101,0,1,1 +311958167,1,17,2,200300102,0,1,1 +311958168,1,17,2,200300103,0,1,1 +311958169,1,17,2,200300104,0,1,1 +311958170,1,17,2,200300105,0,1,1 +311958171,1,17,2,200300106,0,1,1 +311958172,1,17,2,200300107,0,1,1 +311958173,1,17,2,200300108,0,1,1 +311958174,1,17,2,200300109,0,1,1 +311958175,1,17,2,200300110,0,1,1 +311958176,1,17,2,200300111,0,1,1 +311958177,1,17,2,200300112,0,1,1 +311958178,1,17,2,200300113,0,1,1 +311958179,1,17,2,200300114,0,1,1 +311958180,1,17,2,200300115,0,1,1 +311958181,1,16,2,2004001,0,1,1 +311958181,2,17,2,200400101,0,1,1 +311958182,1,17,2,200400102,0,1,1 +311958183,1,17,2,200400103,0,1,1 +311958184,1,17,2,200400104,0,1,1 +311958185,1,17,2,200400105,0,1,1 +311958186,1,17,2,200400106,0,1,1 +311958187,1,17,2,200400107,0,1,1 +311958188,1,17,2,200400108,0,1,1 +311958189,1,17,2,200400109,0,1,1 +311958190,1,17,2,200400110,0,1,1 +311958191,1,17,2,200400111,0,1,1 +311958192,1,17,2,200400112,0,1,1 +311958193,1,17,2,200400113,0,1,1 +311958194,1,17,2,200400114,0,1,1 +311958195,1,17,2,200400115,0,1,1 +311958196,1,16,2,2005001,0,1,1 +311958196,2,17,2,200500101,0,1,1 +311958197,1,17,2,200500102,0,1,1 +311958198,1,17,2,200500103,0,1,1 +311958199,1,17,2,200500104,0,1,1 +311958200,1,17,2,200500105,0,1,1 +311958201,1,17,2,200500106,0,1,1 +311958202,1,17,2,200500107,0,1,1 +311958203,1,17,2,200500108,0,1,1 +311958204,1,17,2,200500109,0,1,1 +311958205,1,17,2,200500110,0,1,1 +311958206,1,17,2,200500111,0,1,1 +311958207,1,17,2,200500112,0,1,1 +311958208,1,17,2,200500113,0,1,1 +311958209,1,17,2,200500114,0,1,1 +311958210,1,17,2,200500115,0,1,1 +311958211,1,16,2,2006001,0,1,1 +311958211,2,17,2,200600101,0,1,1 +311958212,1,17,2,200600102,0,1,1 +311958213,1,17,2,200600103,0,1,1 +311958214,1,17,2,200600104,0,1,1 +311958215,1,17,2,200600105,0,1,1 +311958216,1,17,2,200600106,0,1,1 +311958217,1,17,2,200600107,0,1,1 +311958218,1,17,2,200600108,0,1,1 +311958219,1,17,2,200600109,0,1,1 +311958220,1,17,2,200600110,0,1,1 +311958221,1,17,2,200600111,0,1,1 +311958222,1,17,2,200600112,0,1,1 +311958223,1,17,2,200600113,0,1,1 +311958224,1,17,2,200600114,0,1,1 +311958225,1,17,2,200600115,0,1,1 +311958226,1,16,2,2007001,0,1,1 +311958226,2,17,2,200700101,0,1,1 +311958227,1,17,2,200700102,0,1,1 +311958228,1,17,2,200700103,0,1,1 +311958229,1,17,2,200700104,0,1,1 +311958230,1,17,2,200700105,0,1,1 +311958231,1,17,2,200700106,0,1,1 +311958232,1,17,2,200700107,0,1,1 +311958233,1,17,2,200700108,0,1,1 +311958234,1,17,2,200700109,0,1,1 +311958235,1,17,2,200700110,0,1,1 +311958236,1,17,2,200700111,0,1,1 +311958237,1,17,2,200700112,0,1,1 +311958238,1,17,2,200700113,0,1,1 +311958239,1,17,2,200700114,0,1,1 +311958240,1,17,2,200700115,0,1,1 +311958241,1,16,2,2008001,0,1,1 +311958241,2,17,2,200800101,0,1,1 +311958242,1,17,2,200800102,0,1,1 +311958243,1,17,2,200800103,0,1,1 +311958244,1,17,2,200800104,0,1,1 +311958245,1,17,2,200800105,0,1,1 +311958246,1,17,2,200800106,0,1,1 +311958247,1,17,2,200800107,0,1,1 +311958248,1,17,2,200800108,0,1,1 +311958249,1,17,2,200800109,0,1,1 +311958250,1,17,2,200800110,0,1,1 +311958251,1,17,2,200800111,0,1,1 +311958252,1,17,2,200800112,0,1,1 +311958253,1,17,2,200800113,0,1,1 +311958254,1,17,2,200800114,0,1,1 +311958255,1,17,2,200800115,0,1,1 +311958256,1,16,2,2009001,0,1,1 +311958256,2,17,2,200900101,0,1,1 +311958257,1,17,2,200900102,0,1,1 +311958258,1,17,2,200900103,0,1,1 +311958259,1,17,2,200900104,0,1,1 +311958260,1,17,2,200900105,0,1,1 +311958261,1,17,2,200900106,0,1,1 +311958262,1,17,2,200900107,0,1,1 +311958263,1,17,2,200900108,0,1,1 +311958264,1,17,2,200900109,0,1,1 +311958265,1,17,2,200900110,0,1,1 +311958266,1,17,2,200900111,0,1,1 +311958267,1,17,2,200900112,0,1,1 +311958268,1,17,2,200900113,0,1,1 +311958269,1,17,2,200900114,0,1,1 +311958270,1,17,2,200900115,0,1,1 +311958271,1,16,2,3001001,0,1,1 +311958271,2,17,2,300100101,0,1,1 +311958272,1,17,2,300100102,0,1,1 +311958273,1,17,2,300100103,0,1,1 +311958274,1,17,2,300100104,0,1,1 +311958275,1,17,2,300100105,0,1,1 +311958276,1,17,2,300100106,0,1,1 +311958277,1,17,2,300100107,0,1,1 +311958278,1,17,2,300100108,0,1,1 +311958279,1,17,2,300100109,0,1,1 +311958280,1,17,2,300100110,0,1,1 +311958281,1,17,2,300100111,0,1,1 +311958282,1,17,2,300100112,0,1,1 +311958283,1,17,2,300100113,0,1,1 +311958284,1,17,2,300100114,0,1,1 +311958285,1,17,2,300100115,0,1,1 +311958286,1,16,2,3002001,0,1,1 +311958286,2,17,2,300200101,0,1,1 +311958287,1,17,2,300200102,0,1,1 +311958288,1,17,2,300200103,0,1,1 +311958289,1,17,2,300200104,0,1,1 +311958290,1,17,2,300200105,0,1,1 +311958291,1,17,2,300200106,0,1,1 +311958292,1,17,2,300200107,0,1,1 +311958293,1,17,2,300200108,0,1,1 +311958294,1,17,2,300200109,0,1,1 +311958295,1,17,2,300200110,0,1,1 +311958296,1,17,2,300200111,0,1,1 +311958297,1,17,2,300200112,0,1,1 +311958298,1,17,2,300200113,0,1,1 +311958299,1,17,2,300200114,0,1,1 +311958300,1,17,2,300200115,0,1,1 +311958301,1,16,2,3003001,0,1,1 +311958301,2,17,2,300300101,0,1,1 +311958302,1,17,2,300300102,0,1,1 +311958303,1,17,2,300300103,0,1,1 +311958304,1,17,2,300300104,0,1,1 +311958305,1,17,2,300300105,0,1,1 +311958306,1,17,2,300300106,0,1,1 +311958307,1,17,2,300300107,0,1,1 +311958308,1,17,2,300300108,0,1,1 +311958309,1,17,2,300300109,0,1,1 +311958310,1,17,2,300300110,0,1,1 +311958311,1,17,2,300300111,0,1,1 +311958312,1,17,2,300300112,0,1,1 +311958313,1,17,2,300300113,0,1,1 +311958314,1,17,2,300300114,0,1,1 +311958315,1,17,2,300300115,0,1,1 +311958316,1,16,2,3004001,0,1,1 +311958316,2,17,2,300400101,0,1,1 +311958317,1,17,2,300400102,0,1,1 +311958318,1,17,2,300400103,0,1,1 +311958319,1,17,2,300400104,0,1,1 +311958320,1,17,2,300400105,0,1,1 +311958321,1,17,2,300400106,0,1,1 +311958322,1,17,2,300400107,0,1,1 +311958323,1,17,2,300400108,0,1,1 +311958324,1,17,2,300400109,0,1,1 +311958325,1,17,2,300400110,0,1,1 +311958326,1,17,2,300400111,0,1,1 +311958327,1,17,2,300400112,0,1,1 +311958328,1,17,2,300400113,0,1,1 +311958329,1,17,2,300400114,0,1,1 +311958330,1,17,2,300400115,0,1,1 +311958331,1,16,2,3005001,0,1,1 +311958331,2,17,2,300500101,0,1,1 +311958332,1,17,2,300500102,0,1,1 +311958333,1,17,2,300500103,0,1,1 +311958334,1,17,2,300500104,0,1,1 +311958335,1,17,2,300500105,0,1,1 +311958336,1,17,2,300500106,0,1,1 +311958337,1,17,2,300500107,0,1,1 +311958338,1,17,2,300500108,0,1,1 +311958339,1,17,2,300500109,0,1,1 +311958340,1,17,2,300500110,0,1,1 +311958341,1,17,2,300500111,0,1,1 +311958342,1,17,2,300500112,0,1,1 +311958343,1,17,2,300500113,0,1,1 +311958344,1,17,2,300500114,0,1,1 +311958345,1,17,2,300500115,0,1,1 +311958346,1,16,2,3006001,0,1,1 +311958346,2,17,2,300600101,0,1,1 +311958347,1,17,2,300600102,0,1,1 +311958348,1,17,2,300600103,0,1,1 +311958349,1,17,2,300600104,0,1,1 +311958350,1,17,2,300600105,0,1,1 +311958351,1,17,2,300600106,0,1,1 +311958352,1,17,2,300600107,0,1,1 +311958353,1,17,2,300600108,0,1,1 +311958354,1,17,2,300600109,0,1,1 +311958355,1,17,2,300600110,0,1,1 +311958356,1,17,2,300600111,0,1,1 +311958357,1,17,2,300600112,0,1,1 +311958358,1,17,2,300600113,0,1,1 +311958359,1,17,2,300600114,0,1,1 +311958360,1,17,2,300600115,0,1,1 +311958361,1,16,2,3007001,0,1,1 +311958361,2,17,2,300700101,0,1,1 +311958362,1,17,2,300700102,0,1,1 +311958363,1,17,2,300700103,0,1,1 +311958364,1,17,2,300700104,0,1,1 +311958365,1,17,2,300700105,0,1,1 +311958366,1,17,2,300700106,0,1,1 +311958367,1,17,2,300700107,0,1,1 +311958368,1,17,2,300700108,0,1,1 +311958369,1,17,2,300700109,0,1,1 +311958370,1,17,2,300700110,0,1,1 +311958371,1,17,2,300700111,0,1,1 +311958372,1,17,2,300700112,0,1,1 +311958373,1,17,2,300700113,0,1,1 +311958374,1,17,2,300700114,0,1,1 +311958375,1,17,2,300700115,0,1,1 +311958376,1,16,2,3008001,0,1,1 +311958376,2,17,2,300800101,0,1,1 +311958377,1,17,2,300800102,0,1,1 +311958378,1,17,2,300800103,0,1,1 +311958379,1,17,2,300800104,0,1,1 +311958380,1,17,2,300800105,0,1,1 +311958381,1,17,2,300800106,0,1,1 +311958382,1,17,2,300800107,0,1,1 +311958383,1,17,2,300800108,0,1,1 +311958384,1,17,2,300800109,0,1,1 +311958385,1,17,2,300800110,0,1,1 +311958386,1,17,2,300800111,0,1,1 +311958387,1,17,2,300800112,0,1,1 +311958388,1,17,2,300800113,0,1,1 +311958389,1,17,2,300800114,0,1,1 +311958390,1,17,2,300800115,0,1,1 +311958391,1,16,2,3009001,0,1,1 +311958391,2,17,2,300900101,0,1,1 +311958392,1,17,2,300900102,0,1,1 +311958393,1,17,2,300900103,0,1,1 +311958394,1,17,2,300900104,0,1,1 +311958395,1,17,2,300900105,0,1,1 +311958396,1,17,2,300900106,0,1,1 +311958397,1,17,2,300900107,0,1,1 +311958398,1,17,2,300900108,0,1,1 +311958399,1,17,2,300900109,0,1,1 +311958400,1,17,2,300900110,0,1,1 +311958401,1,17,2,300900111,0,1,1 +311958402,1,17,2,300900112,0,1,1 +311958403,1,17,2,300900113,0,1,1 +311958404,1,17,2,300900114,0,1,1 +311958405,1,17,2,300900115,0,1,1 +311958406,1,16,2,3010001,0,1,1 +311958406,2,17,2,301000101,0,1,1 +311958407,1,17,2,301000102,0,1,1 +311958408,1,17,2,301000103,0,1,1 +311958409,1,17,2,301000104,0,1,1 +311958410,1,17,2,301000105,0,1,1 +311958411,1,17,2,301000106,0,1,1 +311958412,1,17,2,301000107,0,1,1 +311958413,1,17,2,301000108,0,1,1 +311958414,1,17,2,301000109,0,1,1 +311958415,1,17,2,301000110,0,1,1 +311958416,1,17,2,301000111,0,1,1 +311958417,1,17,2,301000112,0,1,1 +311958418,1,17,2,301000113,0,1,1 +311958419,1,17,2,301000114,0,1,1 +311958420,1,17,2,301000115,0,1,1 +311958421,1,16,2,3011001,0,1,1 +311958421,2,17,2,301100101,0,1,1 +311958422,1,17,2,301100102,0,1,1 +311958423,1,17,2,301100103,0,1,1 +311958424,1,17,2,301100104,0,1,1 +311958425,1,17,2,301100105,0,1,1 +311958426,1,17,2,301100106,0,1,1 +311958427,1,17,2,301100107,0,1,1 +311958428,1,17,2,301100108,0,1,1 +311958429,1,17,2,301100109,0,1,1 +311958430,1,17,2,301100110,0,1,1 +311958431,1,17,2,301100111,0,1,1 +311958432,1,17,2,301100112,0,1,1 +311958433,1,17,2,301100113,0,1,1 +311958434,1,17,2,301100114,0,1,1 +311958435,1,17,2,301100115,0,1,1 +311958436,1,16,2,3012001,0,1,1 +311958436,2,17,2,301200101,0,1,1 +311958437,1,17,2,301200102,0,1,1 +311958438,1,17,2,301200103,0,1,1 +311958439,1,17,2,301200104,0,1,1 +311958440,1,17,2,301200105,0,1,1 +311958441,1,17,2,301200106,0,1,1 +311958442,1,17,2,301200107,0,1,1 +311958443,1,17,2,301200108,0,1,1 +311958444,1,17,2,301200109,0,1,1 +311958445,1,17,2,301200110,0,1,1 +311958446,1,17,2,301200111,0,1,1 +311958447,1,17,2,301200112,0,1,1 +311958448,1,17,2,301200113,0,1,1 +311958449,1,17,2,301200114,0,1,1 +311958450,1,17,2,301200115,0,1,1 +311958451,1,16,2,4001001,0,1,1 +311958451,2,17,2,400100101,0,1,1 +311958452,1,17,2,400100102,0,1,1 +311958453,1,17,2,400100103,0,1,1 +311958454,1,17,2,400100104,0,1,1 +311958455,1,17,2,400100105,0,1,1 +311958456,1,17,2,400100106,0,1,1 +311958457,1,17,2,400100107,0,1,1 +311958458,1,17,2,400100108,0,1,1 +311958459,1,17,2,400100109,0,1,1 +311958460,1,17,2,400100110,0,1,1 +311958461,1,17,2,400100111,0,1,1 +311958462,1,17,2,400100112,0,1,1 +311958463,1,17,2,400100113,0,1,1 +311958464,1,17,2,400100114,0,1,1 +311958465,1,17,2,400100115,0,1,1 +311958466,1,16,2,4002001,0,1,1 +311958466,2,17,2,400200101,0,1,1 +311958467,1,17,2,400200102,0,1,1 +311958468,1,17,2,400200103,0,1,1 +311958469,1,17,2,400200104,0,1,1 +311958470,1,17,2,400200105,0,1,1 +311958471,1,17,2,400200106,0,1,1 +311958472,1,17,2,400200107,0,1,1 +311958473,1,17,2,400200108,0,1,1 +311958474,1,17,2,400200109,0,1,1 +311958475,1,17,2,400200110,0,1,1 +311958476,1,17,2,400200111,0,1,1 +311958477,1,17,2,400200112,0,1,1 +311958478,1,17,2,400200113,0,1,1 +311958479,1,17,2,400200114,0,1,1 +311958480,1,17,2,400200115,0,1,1 +311958481,1,16,2,4003001,0,1,1 +311958481,2,17,2,400300101,0,1,1 +311958482,1,17,2,400300102,0,1,1 +311958483,1,17,2,400300103,0,1,1 +311958484,1,17,2,400300104,0,1,1 +311958485,1,17,2,400300105,0,1,1 +311958486,1,17,2,400300106,0,1,1 +311958487,1,17,2,400300107,0,1,1 +311958488,1,17,2,400300108,0,1,1 +311958489,1,17,2,400300109,0,1,1 +311958490,1,17,2,400300110,0,1,1 +311958491,1,17,2,400300111,0,1,1 +311958492,1,17,2,400300112,0,1,1 +311958493,1,17,2,400300113,0,1,1 +311958494,1,17,2,400300114,0,1,1 +311958495,1,17,2,400300115,0,1,1 +311958496,1,16,2,4004001,0,1,1 +311958496,2,17,2,400400101,0,1,1 +311958497,1,17,2,400400102,0,1,1 +311958498,1,17,2,400400103,0,1,1 +311958499,1,17,2,400400104,0,1,1 +311958500,1,17,2,400400105,0,1,1 +311958501,1,17,2,400400106,0,1,1 +311958502,1,17,2,400400107,0,1,1 +311958503,1,17,2,400400108,0,1,1 +311958504,1,17,2,400400109,0,1,1 +311958505,1,17,2,400400110,0,1,1 +311958506,1,17,2,400400111,0,1,1 +311958507,1,17,2,400400112,0,1,1 +311958508,1,17,2,400400113,0,1,1 +311958509,1,17,2,400400114,0,1,1 +311958510,1,17,2,400400115,0,1,1 +311958511,1,16,2,4005001,0,1,1 +311958511,2,17,2,400500101,0,1,1 +311958512,1,17,2,400500102,0,1,1 +311958513,1,17,2,400500103,0,1,1 +311958514,1,17,2,400500104,0,1,1 +311958515,1,17,2,400500105,0,1,1 +311958516,1,17,2,400500106,0,1,1 +311958517,1,17,2,400500107,0,1,1 +311958518,1,17,2,400500108,0,1,1 +311958519,1,17,2,400500109,0,1,1 +311958520,1,17,2,400500110,0,1,1 +311958521,1,17,2,400500111,0,1,1 +311958522,1,17,2,400500112,0,1,1 +311958523,1,17,2,400500113,0,1,1 +311958524,1,17,2,400500114,0,1,1 +311958525,1,17,2,400500115,0,1,1 +311958526,1,16,2,4006001,0,1,1 +311958526,2,17,2,400600101,0,1,1 +311958527,1,17,2,400600102,0,1,1 +311958528,1,17,2,400600103,0,1,1 +311958529,1,17,2,400600104,0,1,1 +311958530,1,17,2,400600105,0,1,1 +311958531,1,17,2,400600106,0,1,1 +311958532,1,17,2,400600107,0,1,1 +311958533,1,17,2,400600108,0,1,1 +311958534,1,17,2,400600109,0,1,1 +311958535,1,17,2,400600110,0,1,1 +311958536,1,17,2,400600111,0,1,1 +311958537,1,17,2,400600112,0,1,1 +311958538,1,17,2,400600113,0,1,1 +311958539,1,17,2,400600114,0,1,1 +311958540,1,17,2,400600115,0,1,1 +311958541,1,16,2,4007001,0,1,1 +311958541,2,17,2,400700101,0,1,1 +311958542,1,17,2,400700102,0,1,1 +311958543,1,17,2,400700103,0,1,1 +311958544,1,17,2,400700104,0,1,1 +311958545,1,17,2,400700105,0,1,1 +311958546,1,17,2,400700106,0,1,1 +311958547,1,17,2,400700107,0,1,1 +311958548,1,17,2,400700108,0,1,1 +311958549,1,17,2,400700109,0,1,1 +311958550,1,17,2,400700110,0,1,1 +311958551,1,17,2,400700111,0,1,1 +311958552,1,17,2,400700112,0,1,1 +311958553,1,17,2,400700113,0,1,1 +311958554,1,17,2,400700114,0,1,1 +311958555,1,17,2,400700115,0,1,1 +311958556,1,16,2,4008001,0,1,1 +311958556,2,17,2,400800101,0,1,1 +311958557,1,17,2,400800102,0,1,1 +311958558,1,17,2,400800103,0,1,1 +311958559,1,17,2,400800104,0,1,1 +311958560,1,17,2,400800105,0,1,1 +311958561,1,17,2,400800106,0,1,1 +311958562,1,17,2,400800107,0,1,1 +311958563,1,17,2,400800108,0,1,1 +311958564,1,17,2,400800109,0,1,1 +311958565,1,17,2,400800110,0,1,1 +311958566,1,17,2,400800111,0,1,1 +311958567,1,17,2,400800112,0,1,1 +311958568,1,17,2,400800113,0,1,1 +311958569,1,17,2,400800114,0,1,1 +311958570,1,17,2,400800115,0,1,1 +311958571,1,16,2,4009001,0,1,1 +311958571,2,17,2,400900101,0,1,1 +311958572,1,17,2,400900102,0,1,1 +311958573,1,17,2,400900103,0,1,1 +311958574,1,17,2,400900104,0,1,1 +311958575,1,17,2,400900105,0,1,1 +311958576,1,17,2,400900106,0,1,1 +311958577,1,17,2,400900107,0,1,1 +311958578,1,17,2,400900108,0,1,1 +311958579,1,17,2,400900109,0,1,1 +311958580,1,17,2,400900110,0,1,1 +311958581,1,17,2,400900111,0,1,1 +311958582,1,17,2,400900112,0,1,1 +311958583,1,17,2,400900113,0,1,1 +311958584,1,17,2,400900114,0,1,1 +311958585,1,17,2,400900115,0,1,1 +311958586,1,16,2,4010001,0,1,323121501 +311958586,2,17,2,401000101,0,1,323121501 +311958587,2,17,2,401000102,0,1,323121501 +311958588,2,17,2,401000103,0,1,323121501 +311958589,2,17,2,401000104,0,1,323121501 +311958590,2,17,2,401000105,0,1,323121501 +311958591,2,17,2,401000106,0,1,323121501 +311958592,2,17,2,401000107,0,1,323121501 +311958593,2,17,2,401000108,0,1,323121501 +311958594,2,17,2,401000109,0,1,323121501 +311958595,2,17,2,401000110,0,1,323121501 +311958596,2,17,2,401000111,0,1,323121501 +311958597,2,17,2,401000112,0,1,323121501 +311958598,2,17,2,401000113,0,1,324012001 +311958599,2,17,2,401000114,0,1,324012001 +311958600,2,17,2,401000115,0,1,324012001 +311958601,1,16,2,4011001,0,1,323121501 +311958601,2,17,2,401100101,0,1,323121501 +311958602,2,17,2,401100102,0,1,323121501 +311958603,2,17,2,401100103,0,1,323121501 +311958604,2,17,2,401100104,0,1,323121501 +311958605,2,17,2,401100105,0,1,323121501 +311958606,2,17,2,401100106,0,1,323121501 +311958607,2,17,2,401100107,0,1,323121501 +311958608,2,17,2,401100108,0,1,323121501 +311958609,2,17,2,401100109,0,1,323121501 +311958610,2,17,2,401100110,0,1,323121501 +311958611,2,17,2,401100111,0,1,323121501 +311958612,2,17,2,401100112,0,1,323121501 +311958613,2,17,2,401100113,0,1,323122801 +311958614,2,17,2,401100114,0,1,323122801 +311958615,2,17,2,401100115,0,1,323122801 +311953032,2,17,2,100100201,0,1,123080301 +311953033,2,17,2,100200201,0,1,123102101 +311953034,2,17,2,100300201,0,1,123091201 +311953036,2,17,2,100500201,0,1,123110101 +311953038,2,17,2,100700201,0,1,123060901 +311953040,2,17,2,100900201,0,1,123072201 +311953041,2,17,2,200100201,0,1,123080101 +311953042,2,17,2,200200201,0,1,123091901 +311953046,2,17,2,200600201,0,1,123071301 +311953048,2,17,2,200800201,0,1,123061301 +311953049,2,17,2,200900201,0,1,123092101 +311953053,2,17,2,300400201,0,1,123062901 +311953054,2,17,2,300500201,0,1,123053001 +311953056,2,17,2,300700201,0,1,123080801 +311953058,2,17,2,300900201,0,1,123111301 +311953059,2,17,2,301000201,0,1,123100501 +311953060,2,17,2,301100201,0,1,123120601 +311953062,2,17,2,400100201,0,1,123050101 +311953063,2,17,2,400200201,0,1,123071701 +311953065,2,17,2,400400201,0,1,123092801 +311953066,2,17,2,400500201,0,1,123112401 +311953068,2,17,2,400700201,0,1,123102901 +311953069,2,17,2,400800201,0,1,123061701 +311953070,2,17,2,400900201,0,1,123080701 +311975001,2,17,2,100100301,0,1,1 +311953071,2,17,2,100100401,0,1,1 +311953072,2,17,2,100100501,0,1,1 +311953073,2,17,2,100100601,0,1,1 +311953074,2,17,2,100100701,0,1,1 +311953075,2,17,2,100100801,0,1,1 +311953076,2,17,2,100100901,0,1,1 +311953077,2,17,2,100101001,0,1,1 +311953078,2,17,2,100101101,0,1,1 +311953079,2,17,2,100101201,0,1,1 +311953080,2,17,2,100101301,0,1,1 +311953081,2,17,2,100101401,0,1,1 +311953082,2,17,2,100101501,0,1,1 +311975002,2,17,2,100200301,0,1,1 +311953083,2,17,2,100200401,0,1,1 +311953084,2,17,2,100200501,0,1,1 +311953085,2,17,2,100200601,0,1,1 +311953086,2,17,2,100200701,0,1,1 +311953087,2,17,2,100200801,0,1,1 +311953088,2,17,2,100200901,0,1,1 +311953089,2,17,2,100201001,0,1,1 +311953090,2,17,2,100201101,0,1,1 +311953091,2,17,2,100201201,0,1,1 +311953092,2,17,2,100201301,0,1,1 +311953093,2,17,2,100201401,0,1,1 +311953094,2,17,2,100201501,0,1,1 +311975003,2,17,2,100300301,0,1,1 +311953095,2,17,2,100300401,0,1,1 +311953096,2,17,2,100300501,0,1,1 +311953097,2,17,2,100300601,0,1,1 +311953098,2,17,2,100300701,0,1,1 +311953099,2,17,2,100300801,0,1,1 +311953100,2,17,2,100300901,0,1,1 +311953101,2,17,2,100301001,0,1,1 +311953102,2,17,2,100301101,0,1,1 +311953103,2,17,2,100301201,0,1,1 +311953104,2,17,2,100301301,0,1,1 +311953105,2,17,2,100301401,0,1,1 +311953106,2,17,2,100301501,0,1,1 +311975004,2,17,2,100400301,0,1,1 +311953107,2,17,2,100400401,0,1,1 +311953108,2,17,2,100400501,0,1,1 +311953109,2,17,2,100400601,0,1,1 +311953110,2,17,2,100400701,0,1,1 +311953111,2,17,2,100400801,0,1,1 +311953112,2,17,2,100400901,0,1,1 +311953113,2,17,2,100401001,0,1,1 +311953114,2,17,2,100401101,0,1,1 +311953115,2,17,2,100401201,0,1,1 +311953116,2,17,2,100401301,0,1,1 +311953117,2,17,2,100401401,0,1,1 +311953118,2,17,2,100401501,0,1,1 +311975005,2,17,2,100500301,0,1,1 +311953119,2,17,2,100500401,0,1,1 +311953120,2,17,2,100500501,0,1,1 +311953121,2,17,2,100500601,0,1,1 +311953122,2,17,2,100500701,0,1,1 +311953123,2,17,2,100500801,0,1,1 +311953124,2,17,2,100500901,0,1,1 +311953125,2,17,2,100501001,0,1,1 +311953126,2,17,2,100501101,0,1,1 +311953127,2,17,2,100501201,0,1,1 +311953128,2,17,2,100501301,0,1,1 +311953129,2,17,2,100501401,0,1,1 +311953130,2,17,2,100501501,0,1,1 +311975006,2,17,2,100600301,0,1,1 +311953131,2,17,2,100600401,0,1,1 +311953132,2,17,2,100600501,0,1,1 +311953133,2,17,2,100600601,0,1,1 +311953134,2,17,2,100600701,0,1,1 +311953135,2,17,2,100600801,0,1,1 +311953136,2,17,2,100600901,0,1,1 +311953137,2,17,2,100601001,0,1,1 +311953138,2,17,2,100601101,0,1,1 +311953139,2,17,2,100601201,0,1,1 +311953140,2,17,2,100601301,0,1,1 +311953141,2,17,2,100601401,0,1,1 +311953142,2,17,2,100601501,0,1,1 +311975007,2,17,2,100700301,0,1,1 +311953143,2,17,2,100700401,0,1,1 +311953144,2,17,2,100700501,0,1,1 +311953145,2,17,2,100700601,0,1,1 +311953146,2,17,2,100700701,0,1,1 +311953147,2,17,2,100700801,0,1,1 +311953148,2,17,2,100700901,0,1,1 +311953149,2,17,2,100701001,0,1,1 +311953150,2,17,2,100701101,0,1,1 +311953151,2,17,2,100701201,0,1,1 +311953152,2,17,2,100701301,0,1,1 +311953153,2,17,2,100701401,0,1,1 +311953154,2,17,2,100701501,0,1,1 +311975008,2,17,2,100800301,0,1,1 +311953155,2,17,2,100800401,0,1,1 +311953156,2,17,2,100800501,0,1,1 +311953157,2,17,2,100800601,0,1,1 +311953158,2,17,2,100800701,0,1,1 +311953159,2,17,2,100800801,0,1,1 +311953160,2,17,2,100800901,0,1,1 +311953161,2,17,2,100801001,0,1,1 +311953162,2,17,2,100801101,0,1,1 +311953163,2,17,2,100801201,0,1,1 +311953164,2,17,2,100801301,0,1,1 +311953165,2,17,2,100801401,0,1,1 +311953166,2,17,2,100801501,0,1,1 +311975009,2,17,2,100900301,0,1,1 +311953167,2,17,2,100900401,0,1,1 +311953168,2,17,2,100900501,0,1,1 +311953169,2,17,2,100900601,0,1,1 +311953170,2,17,2,100900701,0,1,1 +311953171,2,17,2,100900801,0,1,1 +311953172,2,17,2,100900901,0,1,1 +311953173,2,17,2,100901001,0,1,1 +311953174,2,17,2,100901101,0,1,1 +311953175,2,17,2,100901201,0,1,1 +311953176,2,17,2,100901301,0,1,1 +311953177,2,17,2,100901401,0,1,1 +311953178,2,17,2,100901501,0,1,1 +311967001,2,17,2,110100101,0,1,1 +311967002,1,17,2,110100102,0,1,1 +311967003,1,17,2,110100103,0,1,1 +311967004,1,17,2,110100104,0,1,1 +311967005,1,17,2,110100105,0,1,1 +311967006,1,17,2,110100106,0,1,1 +311967007,1,17,2,110100107,0,1,1 +311967008,1,17,2,110100108,0,1,1 +311967009,1,17,2,110100109,0,1,1 +311967010,1,17,2,110100110,0,1,1 +311967011,1,17,2,110100111,0,1,1 +311967012,1,17,2,110100112,0,1,1 +311967013,1,17,2,110100113,0,1,1 +311967014,1,17,2,110100114,0,1,1 +311967015,1,17,2,110100115,0,1,1 +311953179,2,17,2,110100201,0,1,1 +311951004,2,17,2,110100301,0,1,1 +311950004,2,17,2,110100401,0,1,1 +311953182,2,17,2,110100501,0,1,1 +311951008,2,17,2,110100601,0,1,1 +311950008,2,17,2,110100701,0,1,1 +311953185,2,17,2,110100801,0,1,1 +311951011,2,17,2,110100901,0,1,1 +311950011,2,17,2,110101001,0,1,1 +311953188,2,17,2,110101101,0,1,1 +311951014,2,17,2,110101201,0,1,1 +311950014,2,17,2,110101301,0,1,1 +311975010,2,17,2,200100301,0,1,1 +311953191,2,17,2,200100401,0,1,1 +311953192,2,17,2,200100501,0,1,1 +311953193,2,17,2,200100601,0,1,1 +311953194,2,17,2,200100701,0,1,1 +311953195,2,17,2,200100801,0,1,1 +311953196,2,17,2,200100901,0,1,1 +311953197,2,17,2,200101001,0,1,1 +311953198,2,17,2,200101101,0,1,1 +311953199,2,17,2,200101201,0,1,1 +311953200,2,17,2,200101301,0,1,1 +311953201,2,17,2,200101401,0,1,1 +311953202,2,17,2,200101501,0,1,1 +311975011,2,17,2,200200301,0,1,1 +311953203,2,17,2,200200401,0,1,1 +311953204,2,17,2,200200501,0,1,1 +311953205,2,17,2,200200601,0,1,1 +311953206,2,17,2,200200701,0,1,1 +311953207,2,17,2,200200801,0,1,1 +311953208,2,17,2,200200901,0,1,1 +311953209,2,17,2,200201001,0,1,1 +311953210,2,17,2,200201101,0,1,1 +311953211,2,17,2,200201201,0,1,1 +311953212,2,17,2,200201301,0,1,1 +311953213,2,17,2,200201401,0,1,1 +311953214,2,17,2,200201501,0,1,1 +311975012,2,17,2,200300301,0,1,1 +311953215,2,17,2,200300401,0,1,1 +311953216,2,17,2,200300501,0,1,1 +311953217,2,17,2,200300601,0,1,1 +311953218,2,17,2,200300701,0,1,1 +311953219,2,17,2,200300801,0,1,1 +311953220,2,17,2,200300901,0,1,1 +311953221,2,17,2,200301001,0,1,1 +311953222,2,17,2,200301101,0,1,1 +311953223,2,17,2,200301201,0,1,1 +311953224,2,17,2,200301301,0,1,1 +311953225,2,17,2,200301401,0,1,1 +311953226,2,17,2,200301501,0,1,1 +311975013,2,17,2,200400301,0,1,1 +311953227,2,17,2,200400401,0,1,1 +311953228,2,17,2,200400501,0,1,1 +311953229,2,17,2,200400601,0,1,1 +311953230,2,17,2,200400701,0,1,1 +311953231,2,17,2,200400801,0,1,1 +311953232,2,17,2,200400901,0,1,1 +311953233,2,17,2,200401001,0,1,1 +311953234,2,17,2,200401101,0,1,1 +311953235,2,17,2,200401201,0,1,1 +311953236,2,17,2,200401301,0,1,1 +311953237,2,17,2,200401401,0,1,1 +311953238,2,17,2,200401501,0,1,1 +311975014,2,17,2,200500301,0,1,1 +311953239,2,17,2,200500401,0,1,1 +311953240,2,17,2,200500501,0,1,1 +311953241,2,17,2,200500601,0,1,1 +311953242,2,17,2,200500701,0,1,1 +311953243,2,17,2,200500801,0,1,1 +311953244,2,17,2,200500901,0,1,1 +311953245,2,17,2,200501001,0,1,1 +311953246,2,17,2,200501101,0,1,1 +311953247,2,17,2,200501201,0,1,1 +311953248,2,17,2,200501301,0,1,1 +311953249,2,17,2,200501401,0,1,1 +311953250,2,17,2,200501501,0,1,1 +311975015,2,17,2,200600301,0,1,1 +311953251,2,17,2,200600401,0,1,1 +311953252,2,17,2,200600501,0,1,1 +311953253,2,17,2,200600601,0,1,1 +311953254,2,17,2,200600701,0,1,1 +311953255,2,17,2,200600801,0,1,1 +311953256,2,17,2,200600901,0,1,1 +311953257,2,17,2,200601001,0,1,1 +311953258,2,17,2,200601101,0,1,1 +311953259,2,17,2,200601201,0,1,1 +311953260,2,17,2,200601301,0,1,1 +311953261,2,17,2,200601401,0,1,1 +311953262,2,17,2,200601501,0,1,1 +311975016,2,17,2,200700301,0,1,1 +311953263,2,17,2,200700401,0,1,1 +311953264,2,17,2,200700501,0,1,1 +311953265,2,17,2,200700601,0,1,1 +311953266,2,17,2,200700701,0,1,1 +311953267,2,17,2,200700801,0,1,1 +311953268,2,17,2,200700901,0,1,1 +311953269,2,17,2,200701001,0,1,1 +311953270,2,17,2,200701101,0,1,1 +311953271,2,17,2,200701201,0,1,1 +311953272,2,17,2,200701301,0,1,1 +311953273,2,17,2,200701401,0,1,1 +311953274,2,17,2,200701501,0,1,1 +311975017,2,17,2,200800301,0,1,1 +311953275,2,17,2,200800401,0,1,1 +311953276,2,17,2,200800501,0,1,1 +311953277,2,17,2,200800601,0,1,1 +311953278,2,17,2,200800701,0,1,1 +311953279,2,17,2,200800801,0,1,1 +311953280,2,17,2,200800901,0,1,1 +311953281,2,17,2,200801001,0,1,1 +311953282,2,17,2,200801101,0,1,1 +311953283,2,17,2,200801201,0,1,1 +311953284,2,17,2,200801301,0,1,1 +311953285,2,17,2,200801401,0,1,1 +311953286,2,17,2,200801501,0,1,1 +311975018,2,17,2,200900301,0,1,1 +311953287,2,17,2,200900401,0,1,1 +311953288,2,17,2,200900501,0,1,1 +311953289,2,17,2,200900601,0,1,1 +311953290,2,17,2,200900701,0,1,1 +311953291,2,17,2,200900801,0,1,1 +311953292,2,17,2,200900901,0,1,1 +311953293,2,17,2,200901001,0,1,1 +311953294,2,17,2,200901101,0,1,1 +311953295,2,17,2,200901201,0,1,1 +311953296,2,17,2,200901301,0,1,1 +311953297,2,17,2,200901401,0,1,1 +311953298,2,17,2,200901501,0,1,1 +311967016,2,17,2,210100101,0,1,1 +311967017,1,17,2,210100102,0,1,1 +311967018,1,17,2,210100103,0,1,1 +311967019,1,17,2,210100104,0,1,1 +311967020,1,17,2,210100105,0,1,1 +311967021,1,17,2,210100106,0,1,1 +311967022,1,17,2,210100107,0,1,1 +311967023,1,17,2,210100108,0,1,1 +311967024,1,17,2,210100109,0,1,1 +311967025,1,17,2,210100110,0,1,1 +311967026,1,17,2,210100111,0,1,1 +311967027,1,17,2,210100112,0,1,1 +311967028,1,17,2,210100113,0,1,1 +311967029,1,17,2,210100114,0,1,1 +311967030,1,17,2,210100115,0,1,1 +311951003,2,17,2,210100201,0,1,1 +311950003,2,17,2,210100301,0,1,1 +311953301,2,17,2,210100401,0,1,1 +311951007,2,17,2,210100501,0,1,1 +311950007,2,17,2,210100601,0,1,1 +311951010,2,17,2,210100701,0,1,1 +311950010,2,17,2,210100801,0,1,1 +311953306,2,17,2,210100901,0,1,1 +311951015,2,17,2,210101001,0,1,1 +311950015,2,17,2,210101101,0,1,1 +311953307,2,17,2,210101201,0,1,1 +311951016,2,17,2,210101301,0,1,1 +311950016,2,17,2,210101401,0,1,1 +311975019,2,17,2,300100301,0,1,1 +311953311,2,17,2,300100401,0,1,1 +311953312,2,17,2,300100501,0,1,1 +311953313,2,17,2,300100601,0,1,1 +311953314,2,17,2,300100701,0,1,1 +311953315,2,17,2,300100801,0,1,1 +311953316,2,17,2,300100901,0,1,1 +311953317,2,17,2,300101001,0,1,1 +311953318,2,17,2,300101101,0,1,1 +311953319,2,17,2,300101201,0,1,1 +311953320,2,17,2,300101301,0,1,1 +311953321,2,17,2,300101401,0,1,1 +311953322,2,17,2,300101501,0,1,1 +311975020,2,17,2,300200301,0,1,1 +311953323,2,17,2,300200401,0,1,1 +311953324,2,17,2,300200501,0,1,1 +311953325,2,17,2,300200601,0,1,1 +311953326,2,17,2,300200701,0,1,1 +311953327,2,17,2,300200801,0,1,1 +311953328,2,17,2,300200901,0,1,1 +311953329,2,17,2,300201001,0,1,1 +311953330,2,17,2,300201101,0,1,1 +311953331,2,17,2,300201201,0,1,1 +311953332,2,17,2,300201301,0,1,1 +311953333,2,17,2,300201401,0,1,1 +311953334,2,17,2,300201501,0,1,1 +311975021,2,17,2,300300301,0,1,1 +311953335,2,17,2,300300401,0,1,1 +311953336,2,17,2,300300501,0,1,1 +311953337,2,17,2,300300601,0,1,1 +311953338,2,17,2,300300701,0,1,1 +311953339,2,17,2,300300801,0,1,1 +311953340,2,17,2,300300901,0,1,1 +311953341,2,17,2,300301001,0,1,1 +311953342,2,17,2,300301101,0,1,1 +311953343,2,17,2,300301201,0,1,1 +311953344,2,17,2,300301301,0,1,1 +311953345,2,17,2,300301401,0,1,1 +311953346,2,17,2,300301501,0,1,1 +311975022,2,17,2,300400301,0,1,1 +311953347,2,17,2,300400401,0,1,1 +311953348,2,17,2,300400501,0,1,1 +311953349,2,17,2,300400601,0,1,1 +311953350,2,17,2,300400701,0,1,1 +311953351,2,17,2,300400801,0,1,1 +311953352,2,17,2,300400901,0,1,1 +311953353,2,17,2,300401001,0,1,1 +311953354,2,17,2,300401101,0,1,1 +311953355,2,17,2,300401201,0,1,1 +311953356,2,17,2,300401301,0,1,1 +311953357,2,17,2,300401401,0,1,1 +311953358,2,17,2,300401501,0,1,1 +311975023,2,17,2,300500301,0,1,1 +311953359,2,17,2,300500401,0,1,1 +311953360,2,17,2,300500501,0,1,1 +311953361,2,17,2,300500601,0,1,1 +311953362,2,17,2,300500701,0,1,1 +311953363,2,17,2,300500801,0,1,1 +311953364,2,17,2,300500901,0,1,1 +311953365,2,17,2,300501001,0,1,1 +311953366,2,17,2,300501101,0,1,1 +311953367,2,17,2,300501201,0,1,1 +311953368,2,17,2,300501301,0,1,1 +311953369,2,17,2,300501401,0,1,1 +311953370,2,17,2,300501501,0,1,1 +311975024,2,17,2,300600301,0,1,1 +311953371,2,17,2,300600401,0,1,1 +311953372,2,17,2,300600501,0,1,1 +311953373,2,17,2,300600601,0,1,1 +311953374,2,17,2,300600701,0,1,1 +311953375,2,17,2,300600801,0,1,1 +311953376,2,17,2,300600901,0,1,1 +311953377,2,17,2,300601001,0,1,1 +311953378,2,17,2,300601101,0,1,1 +311953379,2,17,2,300601201,0,1,1 +311953380,2,17,2,300601301,0,1,1 +311953381,2,17,2,300601401,0,1,1 +311953382,2,17,2,300601501,0,1,1 +311975025,2,17,2,300700301,0,1,1 +311953383,2,17,2,300700401,0,1,1 +311953384,2,17,2,300700501,0,1,1 +311953385,2,17,2,300700601,0,1,1 +311953386,2,17,2,300700701,0,1,1 +311953387,2,17,2,300700801,0,1,1 +311953388,2,17,2,300700901,0,1,1 +311953389,2,17,2,300701001,0,1,1 +311953390,2,17,2,300701101,0,1,1 +311953391,2,17,2,300701201,0,1,1 +311953392,2,17,2,300701301,0,1,1 +311953393,2,17,2,300701401,0,1,1 +311953394,2,17,2,300701501,0,1,1 +311975026,2,17,2,300800301,0,1,1 +311953395,2,17,2,300800401,0,1,1 +311953396,2,17,2,300800501,0,1,1 +311953397,2,17,2,300800601,0,1,1 +311953398,2,17,2,300800701,0,1,1 +311953399,2,17,2,300800801,0,1,1 +311953400,2,17,2,300800901,0,1,1 +311953401,2,17,2,300801001,0,1,1 +311953402,2,17,2,300801101,0,1,1 +311953403,2,17,2,300801201,0,1,1 +311953404,2,17,2,300801301,0,1,1 +311953405,2,17,2,300801401,0,1,1 +311953406,2,17,2,300801501,0,1,1 +311975027,2,17,2,300900301,0,1,1 +311953407,2,17,2,300900401,0,1,1 +311953408,2,17,2,300900501,0,1,1 +311953409,2,17,2,300900601,0,1,1 +311953410,2,17,2,300900701,0,1,1 +311953411,2,17,2,300900801,0,1,1 +311953412,2,17,2,300900901,0,1,1 +311953413,2,17,2,300901001,0,1,1 +311953414,2,17,2,300901101,0,1,1 +311953415,2,17,2,300901201,0,1,1 +311953416,2,17,2,300901301,0,1,1 +311953417,2,17,2,300901401,0,1,1 +311953418,2,17,2,300901501,0,1,1 +311975028,2,17,2,301000301,0,1,1 +311953419,2,17,2,301000401,0,1,1 +311953420,2,17,2,301000501,0,1,1 +311953421,2,17,2,301000601,0,1,1 +311953422,2,17,2,301000701,0,1,1 +311953423,2,17,2,301000801,0,1,1 +311953424,2,17,2,301000901,0,1,1 +311953425,2,17,2,301001001,0,1,1 +311953426,2,17,2,301001101,0,1,1 +311953427,2,17,2,301001201,0,1,1 +311953428,2,17,2,301001301,0,1,1 +311953429,2,17,2,301001401,0,1,1 +311953430,2,17,2,301001501,0,1,1 +311975029,2,17,2,301100301,0,1,1 +311953431,2,17,2,301100401,0,1,1 +311953432,2,17,2,301100501,0,1,1 +311953433,2,17,2,301100601,0,1,1 +311953434,2,17,2,301100701,0,1,1 +311953435,2,17,2,301100801,0,1,1 +311953436,2,17,2,301100901,0,1,1 +311953437,2,17,2,301101001,0,1,1 +311953438,2,17,2,301101101,0,1,1 +311953439,2,17,2,301101201,0,1,1 +311953440,2,17,2,301101301,0,1,1 +311953441,2,17,2,301101401,0,1,1 +311953442,2,17,2,301101501,0,1,1 +311975030,2,17,2,301200301,0,1,1 +311953443,2,17,2,301200401,0,1,1 +311953444,2,17,2,301200501,0,1,1 +311953445,2,17,2,301200601,0,1,1 +311953446,2,17,2,301200701,0,1,1 +311953447,2,17,2,301200801,0,1,1 +311953448,2,17,2,301200901,0,1,1 +311953449,2,17,2,301201001,0,1,1 +311953450,2,17,2,301201101,0,1,1 +311953451,2,17,2,301201201,0,1,1 +311953452,2,17,2,301201301,0,1,1 +311953453,2,17,2,301201401,0,1,1 +311953454,2,17,2,301201501,0,1,1 +311953585,2,17,2,309900101,0,1,323082801 +311967031,2,17,2,310100101,0,1,1 +311967032,1,17,2,310100102,0,1,1 +311967033,1,17,2,310100103,0,1,1 +311967034,1,17,2,310100104,0,1,1 +311967035,1,17,2,310100105,0,1,1 +311967036,1,17,2,310100106,0,1,1 +311967037,1,17,2,310100107,0,1,1 +311967038,1,17,2,310100108,0,1,1 +311967039,1,17,2,310100109,0,1,1 +311967040,1,17,2,310100110,0,1,1 +311967041,1,17,2,310100111,0,1,1 +311967042,1,17,2,310100112,0,1,1 +311967043,1,17,2,310100113,0,1,1 +311967044,1,17,2,310100114,0,1,1 +311967045,1,17,2,310100115,0,1,1 +311953455,2,17,2,310100201,0,1,1 +311951002,2,17,2,310100301,0,1,1 +311950002,2,17,2,310100401,0,1,1 +311953458,2,17,2,310100501,0,1,1 +311951006,2,17,2,310100601,0,1,1 +311950006,2,17,2,310100701,0,1,1 +311953461,2,17,2,310100801,0,1,1 +311951012,2,17,2,310100901,0,1,1 +311950012,2,17,2,310101001,0,1,1 +311953464,2,17,2,310101101,0,1,1 +311953465,2,17,2,310101201,0,1,1 +311953466,2,17,2,310101301,0,1,1 +311975031,2,17,2,400100301,0,1,1 +311953467,2,17,2,400100401,0,1,1 +311953468,2,17,2,400100501,0,1,1 +311953469,2,17,2,400100601,0,1,1 +311953470,2,17,2,400100701,0,1,1 +311953471,2,17,2,400100801,0,1,1 +311953472,2,17,2,400100901,0,1,1 +311953473,2,17,2,400101001,0,1,1 +311953474,2,17,2,400101101,0,1,1 +311953475,2,17,2,400101201,0,1,1 +311953476,2,17,2,400101301,0,1,1 +311953477,2,17,2,400101401,0,1,1 +311953478,2,17,2,400101501,0,1,1 +311975032,2,17,2,400200301,0,1,1 +311953479,2,17,2,400200401,0,1,1 +311953480,2,17,2,400200501,0,1,1 +311953481,2,17,2,400200601,0,1,1 +311953482,2,17,2,400200701,0,1,1 +311953483,2,17,2,400200801,0,1,1 +311953484,2,17,2,400200901,0,1,1 +311953485,2,17,2,400201001,0,1,1 +311953486,2,17,2,400201101,0,1,1 +311953487,2,17,2,400201201,0,1,1 +311953488,2,17,2,400201301,0,1,1 +311953489,2,17,2,400201401,0,1,1 +311953490,2,17,2,400201501,0,1,1 +311975033,2,17,2,400300301,0,1,1 +311953491,2,17,2,400300401,0,1,1 +311953492,2,17,2,400300501,0,1,1 +311953493,2,17,2,400300601,0,1,1 +311953494,2,17,2,400300701,0,1,1 +311953495,2,17,2,400300801,0,1,1 +311953496,2,17,2,400300901,0,1,1 +311953497,2,17,2,400301001,0,1,1 +311953498,2,17,2,400301101,0,1,1 +311953499,2,17,2,400301201,0,1,1 +311953500,2,17,2,400301301,0,1,1 +311953501,2,17,2,400301401,0,1,1 +311953502,2,17,2,400301501,0,1,1 +311975034,2,17,2,400400301,0,1,1 +311953503,2,17,2,400400401,0,1,1 +311953504,2,17,2,400400501,0,1,1 +311953505,2,17,2,400400601,0,1,1 +311953506,2,17,2,400400701,0,1,1 +311953507,2,17,2,400400801,0,1,1 +311953508,2,17,2,400400901,0,1,1 +311953509,2,17,2,400401001,0,1,1 +311953510,2,17,2,400401101,0,1,1 +311953511,2,17,2,400401201,0,1,1 +311953512,2,17,2,400401301,0,1,1 +311953513,2,17,2,400401401,0,1,1 +311953514,2,17,2,400401501,0,1,1 +311975035,2,17,2,400500301,0,1,1 +311953515,2,17,2,400500401,0,1,1 +311953516,2,17,2,400500501,0,1,1 +311953517,2,17,2,400500601,0,1,1 +311953518,2,17,2,400500701,0,1,1 +311953519,2,17,2,400500801,0,1,1 +311953520,2,17,2,400500901,0,1,1 +311953521,2,17,2,400501001,0,1,1 +311953522,2,17,2,400501101,0,1,1 +311953523,2,17,2,400501201,0,1,1 +311953524,2,17,2,400501301,0,1,1 +311953525,2,17,2,400501401,0,1,1 +311953526,2,17,2,400501501,0,1,1 +311975036,2,17,2,400600301,0,1,1 +311953527,2,17,2,400600401,0,1,1 +311953528,2,17,2,400600501,0,1,1 +311953529,2,17,2,400600601,0,1,1 +311953530,2,17,2,400600701,0,1,1 +311953531,2,17,2,400600801,0,1,1 +311953532,2,17,2,400600901,0,1,1 +311953533,2,17,2,400601001,0,1,1 +311953534,2,17,2,400601101,0,1,1 +311953535,2,17,2,400601201,0,1,1 +311953536,2,17,2,400601301,0,1,1 +311953537,2,17,2,400601401,0,1,1 +311953538,2,17,2,400601501,0,1,1 +311975037,2,17,2,400700301,0,1,1 +311953539,2,17,2,400700401,0,1,1 +311953540,2,17,2,400700501,0,1,1 +311953541,2,17,2,400700601,0,1,1 +311953542,2,17,2,400700701,0,1,1 +311953543,2,17,2,400700801,0,1,1 +311953544,2,17,2,400700901,0,1,1 +311953545,2,17,2,400701001,0,1,1 +311953546,2,17,2,400701101,0,1,1 +311953547,2,17,2,400701201,0,1,1 +311953548,2,17,2,400701301,0,1,1 +311953549,2,17,2,400701401,0,1,1 +311953550,2,17,2,400701501,0,1,1 +311975038,2,17,2,400800301,0,1,1 +311953551,2,17,2,400800401,0,1,1 +311953552,2,17,2,400800501,0,1,1 +311953553,2,17,2,400800601,0,1,1 +311953554,2,17,2,400800701,0,1,1 +311953555,2,17,2,400800801,0,1,1 +311953556,2,17,2,400800901,0,1,1 +311953557,2,17,2,400801001,0,1,1 +311953558,2,17,2,400801101,0,1,1 +311953559,2,17,2,400801201,0,1,1 +311953560,2,17,2,400801301,0,1,1 +311953561,2,17,2,400801401,0,1,1 +311953562,2,17,2,400801501,0,1,1 +311975039,2,17,2,400900301,0,1,1 +311975040,1,16,2,4010003,0,1,323121501 +311975040,2,17,2,401000301,0,1,323121501 +311975041,1,16,2,4011003,0,1,323121501 +311975041,2,17,2,401100301,0,1,323121501 +311953563,2,17,2,400900401,0,1,1 +311953564,2,17,2,400900501,0,1,1 +311953565,2,17,2,400900601,0,1,1 +311953566,2,17,2,400900701,0,1,1 +311953567,2,17,2,400900801,0,1,1 +311953568,2,17,2,400900901,0,1,1 +311953569,2,17,2,400901001,0,1,1 +311953570,2,17,2,400901101,0,1,1 +311953571,2,17,2,400901201,0,1,1 +311953572,2,17,2,400901301,0,1,1 +311953573,2,17,2,400901401,0,1,1 +311953574,2,17,2,400901501,0,1,1 +311967046,2,17,2,410100101,0,1,1 +311967047,1,17,2,410100102,0,1,1 +311967048,1,17,2,410100103,0,1,1 +311967049,1,17,2,410100104,0,1,1 +311967050,1,17,2,410100105,0,1,1 +311967051,1,17,2,410100106,0,1,1 +311967052,1,17,2,410100107,0,1,1 +311967053,1,17,2,410100108,0,1,1 +311967054,1,17,2,410100109,0,1,1 +311967055,1,17,2,410100110,0,1,1 +311967056,1,17,2,410100111,0,1,1 +311967057,1,17,2,410100112,0,1,1 +311967058,1,17,2,410100113,0,1,1 +311967059,1,17,2,410100114,0,1,1 +311967060,1,17,2,410100115,0,1,1 +311951001,2,17,2,410100201,0,1,1 +311950001,2,17,2,410100301,0,1,1 +311951005,2,17,2,410100401,0,1,1 +311950005,2,17,2,410100501,0,1,1 +311953577,2,17,2,410100601,0,1,1 +311953578,2,17,2,410100701,0,1,1 +311951009,2,17,2,410100801,0,1,123071702 +311950009,2,17,2,410100901,0,1,123071702 +311951013,2,17,2,410101001,0,1,1 +311950013,2,17,2,410101101,0,1,1 +311953583,2,17,2,410101201,0,1,1 +311953584,2,17,2,410101301,0,1,1 +311951017,2,17,2,410101301,0,1,123092802 +311950017,2,17,2,410101401,0,1,123092802 +311953579,2,17,2,410101501,0,1,323100102 +311951018,2,17,2,310101301,0,1,123100502 +311950018,2,17,2,310101401,0,1,123100502 +311953586,2,17,2,110101401,0,1,323100703 +311953587,2,17,2,210101501,0,1,323100704 +311953588,2,17,2,310101501,0,1,323101403 +311953589,2,17,2,410101601,0,1,323101404 +311953590,2,17,2,110101501,0,1,323101503 +311953591,2,17,2,210101601,0,1,323101504 +311951019,2,17,2,110101601,0,1,123102102 +311950019,2,17,2,110101701,0,1,123102102 +311951020,2,17,2,410101701,0,1,123102902 +311950020,2,17,2,410101801,0,1,123102902 +311951021,2,17,2,110101801,0,1,123110103 +311950021,2,17,2,110101901,0,1,123110103 +311951022,2,17,2,310101601,0,1,123111302 +311950022,2,17,2,310101701,0,1,123111302 +311953592,2,17,2,310101801,0,1,323112106 +311953593,1,16,2,2101017,0,1,323122307 +311953593,2,17,2,210101701,0,1,323122307 +311953594,1,16,2,3101024,0,1,323122308 +311953594,2,17,2,310102401,0,1,323122308 +311953595,1,16,2,4101021,0,1,323122552 +311953595,2,17,2,410102101,0,1,323122552 +311953596,1,16,2,3099002,0,1,323120802 +311953596,2,17,2,309900201,0,1,323120802 +311953597,1,16,2,3101023,0,1,323122202 +311953597,2,17,2,310102301,0,1,323122202 +311951023,2,17,2,410101901,0,1,123112402 +311950023,2,17,2,410102001,0,1,123112402 +311951024,2,17,2,310101901,0,1,123120602 +311951025,1,16,2,3101021,0,1,123121602 +311951025,2,17,2,310102101,0,1,123121602 +311951026,1,16,2,4101022,0,1,123122802 +311951026,2,17,2,410102201,0,1,123122802 +311951027,1,16,2,2101018,0,1,124010103 +311951027,2,17,2,210101801,0,1,124010103 +311951028,1,16,2,1101020,0,1,124011702 +311951028,2,17,2,110102001,0,1,124011702 +311951029,1,16,2,4101024,0,1,124012002 +311951029,2,17,2,410102401,0,1,124012002 +311951030,1,16,2,3101025,0,1,124012302 +311951030,2,17,2,310102501,0,1,124012302 +311951031,1,16,2,3101027,0,1,124020502 +311951031,2,17,2,310102701,0,1,124020502 +311951032,1,16,2,2101020,0,1,124021002 +311951032,2,17,2,210102001,0,1,124021002 +311951033,1,16,2,4101027,0,1,124022502 +311951033,2,17,2,410102701,0,1,124022502 +311951034,1,16,2,3101029,0,1,124021502 +311951034,2,17,2,310102901,0,1,124021502 +311951035,1,16,2,3101031,0,1,124030103 +311951035,2,17,2,310103101,0,1,124030103 +311951036,1,16,2,2101022,0,1,124030402 +311951036,2,17,2,210102201,0,1,124030402 +311951037,1,16,2,1101024,0,1,124031502 +311951037,2,17,2,110102401,0,1,124031502 +311951038,1,16,2,1101026,0,1,324031601 +311951038,2,17,2,110102601,0,1,324031601 +311951039,1,16,2,2101025,0,1,324031602 +311951039,2,17,2,210102501,0,1,324031602 +311951040,1,16,2,3101033,0,1,324031603 +311951040,2,17,2,310103301,0,1,324031603 +311951041,1,16,2,4101030,0,1,324031604 +311951041,2,17,2,410103001,0,1,324031604 +311950024,2,17,2,310102001,0,1,123120602 +311950025,1,16,2,3101022,0,1,123121602 +311950025,2,17,2,310102201,0,1,123121602 +311950026,1,16,2,4101023,0,1,123122802 +311950026,2,17,2,410102301,0,1,123122802 +311950027,1,16,2,2101019,0,1,124010103 +311950027,2,17,2,210101901,0,1,124010103 +311950028,1,16,2,1101021,0,1,124011702 +311950028,2,17,2,110102101,0,1,124011702 +311950029,1,16,2,4101025,0,1,124012002 +311950029,2,17,2,410102501,0,1,124012002 +311950030,1,16,2,3101026,0,1,124012302 +311950030,2,17,2,310102601,0,1,124012302 +311950031,1,16,2,3101028,0,1,124020502 +311950031,2,17,2,310102801,0,1,124020502 +311950032,1,16,2,2101021,0,1,124021002 +311950032,2,17,2,210102101,0,1,124021002 +311950033,1,16,2,4101028,0,1,124022502 +311950033,2,17,2,410102801,0,1,124022502 +311950034,1,16,2,3101030,0,1,124021502 +311950034,2,17,2,310103001,0,1,124021502 +311950035,1,16,2,3101032,0,1,124030103 +311950035,2,17,2,310103201,0,1,124030103 +311950036,1,16,2,2101023,0,1,124030402 +311950036,2,17,2,210102301,0,1,124030402 +311950037,1,16,2,1101025,0,1,124031502 +311950037,2,17,2,110102501,0,1,124031502 +311950038,1,16,2,1101027,0,1,324031601 +311950038,2,17,2,110102701,0,1,324031601 +311950039,1,16,2,2101026,0,1,324031602 +311950039,2,17,2,210102601,0,1,324031602 +311950040,1,16,2,3101034,0,1,324031603 +311950040,2,17,2,310103401,0,1,324031603 +311950041,1,16,2,4101031,0,1,324031604 +311950041,2,17,2,410103101,0,1,324031604 +311953598,2,17,2,110102201,0,1,324020906 +311953599,1,16,2,4101026,0,1,324011902 +311953599,2,17,2,410102601,0,1,324011902 +311953600,1,16,2,1101023,0,1,324022202 +311953600,2,17,2,110102301,0,1,324022202 +311953601,1,16,2,1001018,0,1,324031401 +311953601,2,17,2,100101801,0,1,324031401 +311953602,1,16,2,1002018,0,1,324031402 +311953602,2,17,2,100201801,0,1,324031402 +311953603,1,16,2,1003018,0,1,324031403 +311953603,2,17,2,100301801,0,1,324031403 +311953604,1,16,2,1004018,0,1,324031404 +311953604,2,17,2,100401801,0,1,324031404 +311953605,1,16,2,1005018,0,1,324031405 +311953605,2,17,2,100501801,0,1,324031405 +311953606,1,16,2,1006018,0,1,324031406 +311953606,2,17,2,100601801,0,1,324031406 +311953607,1,16,2,1007018,0,1,324031407 +311953607,2,17,2,100701801,0,1,324031407 +311953608,1,16,2,1008018,0,1,324031408 +311953608,2,17,2,100801801,0,1,324031408 +311953609,1,16,2,1009018,0,1,324031409 +311953609,2,17,2,100901801,0,1,324031409 +311953610,1,16,2,2001018,0,1,324031410 +311953610,2,17,2,200101801,0,1,324031410 +311953611,1,16,2,2002018,0,1,324031411 +311953611,2,17,2,200201801,0,1,324031411 +311953612,1,16,2,2003019,0,1,324031412 +311953612,2,17,2,200301901,0,1,324031412 +311953613,1,16,2,2004018,0,1,324031413 +311953613,2,17,2,200401801,0,1,324031413 +311953614,1,16,2,2005018,0,1,324031414 +311953614,2,17,2,200501801,0,1,324031414 +311953615,1,16,2,2006018,0,1,324031415 +311953615,2,17,2,200601801,0,1,324031415 +311953616,1,16,2,2007019,0,1,324031416 +311953616,2,17,2,200701901,0,1,324031416 +311953617,1,16,2,2008018,0,1,324031417 +311953617,2,17,2,200801801,0,1,324031417 +311953618,1,16,2,2009018,0,1,324031418 +311953618,2,17,2,200901801,0,1,324031418 +311953619,1,16,2,3001019,0,1,324031419 +311953619,2,17,2,300101901,0,1,324031419 +311953620,1,16,2,3002018,0,1,324031420 +311953620,2,17,2,300201801,0,1,324031420 +311953621,1,16,2,3003018,0,1,324031421 +311953621,2,17,2,300301801,0,1,324031421 +311953622,1,16,2,3004018,0,1,324031422 +311953622,2,17,2,300401801,0,1,324031422 +311953623,1,16,2,3005018,0,1,324031423 +311953623,2,17,2,300501801,0,1,324031423 +311953624,1,16,2,3006018,0,1,324031424 +311953624,2,17,2,300601801,0,1,324031424 +311953625,1,16,2,3007018,0,1,324031425 +311953625,2,17,2,300701801,0,1,324031425 +311953626,1,16,2,3008019,0,1,324031426 +311953626,2,17,2,300801901,0,1,324031426 +311953627,1,16,2,3009018,0,1,324031427 +311953627,2,17,2,300901801,0,1,324031427 +311953628,1,16,2,3010018,0,1,324031428 +311953628,2,17,2,301001801,0,1,324031428 +311953629,1,16,2,3011018,0,1,324031429 +311953629,2,17,2,301101801,0,1,324031429 +311953630,1,16,2,3012019,0,1,324031430 +311953630,2,17,2,301201901,0,1,324031430 +311953631,1,16,2,4001018,0,1,324031001 +311953631,2,17,2,400101801,0,1,324031001 +311953632,1,16,2,4002018,0,1,324031101 +311953632,2,17,2,400201801,0,1,324031101 +311953633,1,16,2,4003019,0,1,324031431 +311953633,2,17,2,400301901,0,1,324031431 +311953634,1,16,2,4004018,0,1,324031432 +311953634,2,17,2,400401801,0,1,324031432 +311953635,1,16,2,4005018,0,1,324031433 +311953635,2,17,2,400501801,0,1,324031433 +311953636,1,16,2,4006018,0,1,324031002 +311953636,2,17,2,400601801,0,1,324031002 +311953637,1,16,2,4007018,0,1,324031003 +311953637,2,17,2,400701801,0,1,324031003 +311953638,1,16,2,4008018,0,1,324031434 +311953638,2,17,2,400801801,0,1,324031434 +311953639,1,16,2,4009018,0,1,324031102 +311953639,2,17,2,400901801,0,1,324031102 +311953640,1,16,2,1004019,0,1,124031501 +311953640,2,17,2,100401901,0,1,124031501 +311953641,1,16,2,2007018,0,1,124030401 +311953641,2,17,2,200701801,0,1,124030401 +311953642,1,16,2,3001018,0,1,124030101 +311953642,2,17,2,300101801,0,1,124030101 +311953643,1,16,2,4101029,0,1,324030302 +311953643,2,17,2,410102901,0,1,324030302 +311953644,1,16,2,2101024,0,1,324030801 +311953644,2,17,2,210102401,0,1,324030801 +311953645,1,16,2,2101027,0,1,324032301 +311953645,2,17,2,210102701,0,1,324032301 +311953646,1,16,2,1101028,0,1,324032901 +311953646,2,17,2,110102801,0,1,324032901 diff --git a/src/router/databases/csv-en/movie.csv b/src/router/databases/csv-en/movie.csv new file mode 100644 index 0000000..d725c28 --- /dev/null +++ b/src/router/databases/csv-en/movie.csv @@ -0,0 +1,72 @@ +_id,_lengthType,_screenType,_movieName,_movieDetail,_masterCharacterIdList,_masterCharacterId,_folderPath,_fileName,_thumbnailSpriteName,_getCategory,_masterMusicIdList,_masterReleaseLabelId +10000001,0,1,Museライブ汎用背景,,,0,Scenes/LiveBg/,Monitor_Muse,,0,,1 +10000002,0,1,Aqoursライブ汎用背景,,,0,Scenes/LiveBg/,Monitor_Aqours,,0,,1 +10000003,0,1,虹学ライブ汎用背景,,,0,Scenes/LiveBg/,Monitor_Niji,,0,,1 +10000004,0,1,Liellaライブ汎用背景,,,0,Scenes/LiveBg/,Monitor_Liella,,0,,1 +10000005,0,1,蓮ライブ背景,,,0,Scenes/LiveBg/,Monitor_Hasu,,0,,1 +10000006,0,1,その他汎用ライブ背景,,,0,Scenes/LiveBg/,Monitor_Other,,0,,1 +10000007,0,1,ヨハネライブ汎用背景,,,0,Scenes/LiveBg/,Monitor_Yohane,,0,,1 +10001001,0,1,Muse,,,0,Scenes/Common/,Render_Muse_1,,0,,1 +10001002,0,1,Aqours,,,0,Scenes/Common/,Render_Aqours_1,,0,,1 +10001003,0,1,Niji,,,0,Scenes/Common/,Render_Niji_1,,0,,1 +10001004,0,1,Liella,,,0,Scenes/Common/,Render_Liella_1,,0,,1 +10001005,0,1,Hasu,,,0,Scenes/Common/,Render_Hasu_1,,0,,1 +10001006,0,1,Yohane,,,0,Scenes/Common/,Render_Yohane_1,,0,,1 +10001007,0,1,Others,,,0,Scenes/Common/,Render_Others_1,,0,,1 +20001004,0,1,1コマ漫画,,,0,Scenes/Common/,bg_cartoon,,0,,1 +20001006,0,1,ホームプリセット,,,0,Scenes/Common/,bg_homePreset,,0,,1 +20001007,0,1,デッキ編成,,,0,Scenes/Common/,bg_deckEdit,,0,,1 +20001008,0,1,メンバー一覧,,,0,Scenes/Common/,bg_member,,0,,1 +20001010,0,1,ショップ,,,0,Scenes/Common/,bg_shop,,0,,1 +20001011,0,1,交換所,,,0,Scenes/Common/,bg_exchange,,0,,1 +20001012,0,1,プロフィール,,,0,Scenes/Common/,bg_profile,,0,,1 +20001013,0,1,フレンド,,,0,Scenes/Common/,bg_friend,,0,,1 +20001014,0,1,GPS,,,0,Scenes/Common/,bg_gps,,0,,1 +20001015,0,1,アイテム,,,0,Scenes/Common/,bg_item,,0,,1 +20001016,0,1,マルチ,,,0,Scenes/Common/,bg_multiPlay,,0,,1 +30010001,0,1,μ'sの日常1話,,,0,Scenes/StoryNichijo/,nichijo_01_0001,,0,,1 +30010002,0,1,μ'sの日常2話,,,0,Scenes/StoryNichijo/,nichijo_01_0002,,0,,1 +30010003,0,1,μ'sの日常3話,,,0,Scenes/StoryNichijo/,nichijo_01_0003,,0,,1 +30010004,0,1,μ'sの日常4話,,,0,Scenes/StoryNichijo/,nichijo_01_0004,,0,,1 +30010005,0,1,μ'sの日常5話,,,0,Scenes/StoryNichijo/,nichijo_01_0005,,0,,1 +30020001,0,1,Aqoursの日常1話,,,0,Scenes/StoryNichijo/,nichijo_02_0001,,0,,1 +30020002,0,1,Aqoursの日常2話,,,0,Scenes/StoryNichijo/,nichijo_02_0002,,0,,1 +30020003,0,1,Aqoursの日常3話,,,0,Scenes/StoryNichijo/,nichijo_02_0003,,0,,1 +30020004,0,1,Aqoursの日常4話,,,0,Scenes/StoryNichijo/,nichijo_02_0004,,0,,1 +30020005,0,1,Aqoursの日常5話,,,0,Scenes/StoryNichijo/,nichijo_02_0005,,0,,1 +30030001,0,1,ニジガクの日常1話,,,0,Scenes/StoryNichijo/,nichijo_03_0001,,0,,1 +30030002,0,1,ニジガクの日常2話,,,0,Scenes/StoryNichijo/,nichijo_03_0002,,0,,1 +30030003,0,1,ニジガクの日常3話,,,0,Scenes/StoryNichijo/,nichijo_03_0003,,0,,1 +30030004,0,1,ニジガクの日常4話,,,0,Scenes/StoryNichijo/,nichijo_03_0004,,0,,1 +30030005,0,1,ニジガクの日常5話,,,0,Scenes/StoryNichijo/,nichijo_03_0005,,0,,1 +30030006,0,1,私のラブソング編 歩夢1話,,,0,Scenes/StoryNichijo/,nichijo_03_0006,,0,,223090601 +30030007,0,1,私のラブソング編 かすみ1話,,,0,Scenes/StoryNichijo/,nichijo_03_0007,,0,,223090601 +30030008,0,1,私のラブソング編 しずく1話,,,0,Scenes/StoryNichijo/,nichijo_03_0008,,0,,223090601 +30030009,0,1,私のラブソング編 果林1話,,,0,Scenes/StoryNichijo/,nichijo_03_0009,,0,,223090601 +30030010,0,1,私のラブソング編 愛1話,,,0,Scenes/StoryNichijo/,nichijo_03_0010,,0,,223090601 +30030011,0,1,私のラブソング編 彼方1話,,,0,Scenes/StoryNichijo/,nichijo_03_0011,,0,,223090601 +30030012,0,1,私のラブソング編 せつ菜1話,,,0,Scenes/StoryNichijo/,nichijo_03_0012,,0,,223090601 +30030013,0,1,私のラブソング編 エマ1話,,,0,Scenes/StoryNichijo/,nichijo_03_0013,,0,,223090601 +30030014,0,1,私のラブソング編 璃奈1話,,,0,Scenes/StoryNichijo/,nichijo_03_0014,,0,,223090601 +30030015,0,1,私のラブソング編 栞子1話,,,0,Scenes/StoryNichijo/,nichijo_03_0015,,0,,223090601 +30030016,0,1,私のラブソング編 ミア1話,,,0,Scenes/StoryNichijo/,nichijo_03_0016,,0,,223090601 +30030017,0,1,私のラブソング編 ランジュ1話,,,0,Scenes/StoryNichijo/,nichijo_03_0017,,0,,223090601 +30040001,0,1,Liella!の日常1話,,,0,Scenes/StoryNichijo/,nichijo_04_0001,,0,,1 +30040002,0,1,Liella!の日常2話,,,0,Scenes/StoryNichijo/,nichijo_04_0002,,0,,1 +30040003,0,1,Liella!の日常3話,,,0,Scenes/StoryNichijo/,nichijo_04_0003,,0,,1 +30040004,0,1,Liella!の日常4話,,,0,Scenes/StoryNichijo/,nichijo_04_0004,,0,,1 +30040005,0,1,Liella!の日常5話,,,0,Scenes/StoryNichijo/,nichijo_04_0005,,0,,1 +90010001,0,1,ガチャ導入_muse_通常,,,0,Scenes/GachaScene/,gacha_c01_01muse_A,,0,,1 +90010002,0,1,ガチャ導入_muse_確定,,,0,Scenes/GachaScene/,gacha_c01_01muse_B,,0,,1 +90020001,0,1,ガチャ導入_aqours_通常,,,0,Scenes/GachaScene/,gacha_c01_02aqours_A,,0,,1 +90020002,0,1,ガチャ導入_aqours_確定,,,0,Scenes/GachaScene/,gacha_c01_02aqours_B,,0,,1 +90030001,0,1,ガチャ導入_niji_通常,,,0,Scenes/GachaScene/,gacha_c01_03niji_A,,0,,1 +90030002,0,1,ガチャ導入_niji_確定,,,0,Scenes/GachaScene/,gacha_c01_03niji_B,,0,,1 +90040001,0,1,ガチャ導入_liella_通常,,,0,Scenes/GachaScene/,gacha_c01_04liella_A,,0,,1 +90040002,0,1,ガチャ導入_liella_確定,,,0,Scenes/GachaScene/,gacha_c01_04liella_B,,0,,1 +90000101,0,1,ガチャ導入_test,,,0,Scenes/GachaScene/,gacha_c01_01muse_A,,0,,1 +90000201,0,1,ガチャ演出アイリスインR,,,0,Scenes/GachaScene/,gacha_rect1_bg_01r,,0,,1 +90000202,0,1,ガチャ演出アイリスインSR,,,0,Scenes/GachaScene/,gacha_rect1_bg_02sr,,0,,1 +90000203,0,1,ガチャ演出アイリスインUR,,,0,Scenes/GachaScene/,gacha_rect1_bg_03ur,,0,,1 +90000301,0,1,ガチャ演出セリフBG,,,0,Scenes/GachaScene/,gacha_rect2_bg_03ur,,0,,1 +90000302,0,1,ガチャ演出セリフ覚醒時BG,,,0,Scenes/GachaScene/,gacha_rect2_bg_03urB,,0,,1 diff --git a/src/router/masterdata/csv/movie_key.csv b/src/router/databases/csv-en/movie_key.csv similarity index 100% rename from src/router/masterdata/csv/movie_key.csv rename to src/router/databases/csv-en/movie_key.csv diff --git a/src/router/databases/csv-en/multi_daily_drop_effect.csv b/src/router/databases/csv-en/multi_daily_drop_effect.csv new file mode 100644 index 0000000..c84acb5 --- /dev/null +++ b/src/router/databases/csv-en/multi_daily_drop_effect.csv @@ -0,0 +1,8 @@ +_dayOfWeek,_text,_masterReleaseLabelId +0,Amount of Gold Obtained,1 +1,Heart Token Drop Rate,1 +2,Diamond Token Drop Rate,1 +3,Spade Token Drop Rate,1 +4,Club Token Drop Rate,1 +5,Heart & Diamond Token Drop Rate,1 +6,Spade & Club Token Drop Rate,1 diff --git a/src/router/masterdata/csv/multi_penalty.csv b/src/router/databases/csv-en/multi_penalty.csv similarity index 100% rename from src/router/masterdata/csv/multi_penalty.csv rename to src/router/databases/csv-en/multi_penalty.csv diff --git a/src/router/databases/csv-en/multi_room_condition.csv b/src/router/databases/csv-en/multi_room_condition.csv new file mode 100644 index 0000000..9fd0f01 --- /dev/null +++ b/src/router/databases/csv-en/multi_room_condition.csv @@ -0,0 +1,5 @@ +_id,_number,_multiConditionType,_values,_amount,_compareType,_conditionDetail,_masterReleaseLabelId +1,1,0,,0,0,Freely playable regardless of group power.,1 +5,1,0,,0,0,Freely playable regardless of group power.,1 +6,1,0,,0,0,Freely playable regardless of group power.,1 +7,1,0,,0,0,Freely playable regardless of group power.,1 diff --git a/src/router/masterdata/csv/multi_room_select.csv b/src/router/databases/csv-en/multi_room_select.csv similarity index 100% rename from src/router/masterdata/csv/multi_room_select.csv rename to src/router/databases/csv-en/multi_room_select.csv diff --git a/src/router/masterdata/csv/multievent_card_bonus.csv b/src/router/databases/csv-en/multievent_card_bonus.csv similarity index 100% rename from src/router/masterdata/csv/multievent_card_bonus.csv rename to src/router/databases/csv-en/multievent_card_bonus.csv diff --git a/src/router/masterdata/csv/multievent_matchingrange.csv b/src/router/databases/csv-en/multievent_matchingrange.csv similarity index 100% rename from src/router/masterdata/csv/multievent_matchingrange.csv rename to src/router/databases/csv-en/multievent_matchingrange.csv diff --git a/src/router/masterdata/csv/multievent_penalty.csv b/src/router/databases/csv-en/multievent_penalty.csv similarity index 100% rename from src/router/masterdata/csv/multievent_penalty.csv rename to src/router/databases/csv-en/multievent_penalty.csv diff --git a/src/router/masterdata/csv/multievent_rankbonus.csv b/src/router/databases/csv-en/multievent_rankbonus.csv similarity index 100% rename from src/router/masterdata/csv/multievent_rankbonus.csv rename to src/router/databases/csv-en/multievent_rankbonus.csv diff --git a/src/router/databases/csv-en/multievent_setting.csv b/src/router/databases/csv-en/multievent_setting.csv new file mode 100644 index 0000000..828b6c6 --- /dev/null +++ b/src/router/databases/csv-en/multievent_setting.csv @@ -0,0 +1,6 @@ +_eventId,_name,_type,_targetGroupIds,_targetType,_leftLiveButtonCharaId,_rightLiveButtonCharaId,_needHelperLevel,_needHelperPower,_needHelperRank,_needHelpableMessage,_exclusionLevel,_helpCount,_roomWaitSec,_masterReleaseLabelId +115,きょうりょくライブ,3,"400,401,402,490,491,499",3,4007,4008,0,33000,10,"You can join for assistance if you have a RANK 10 or above and Pure P of 33,000 or more in the event team.",0,5,60,223081504 +111,きょうりょくライブ,3,"300,301,302,303,304,390,399",2,3001,3010,0,33000,10,"You can join for assistance if you have a RANK 10 or above and Pure P of 33,000 or more in the event team.",4,5,60,223071505 +108,きょうりょくライブ,3,"200,201,202,203,205,290,299",1,2003,2004,0,33000,10,"You can join for assistance if you have a RANK 10 or above and Pure P of 33,000 or more in the event team.",0,5,60,223061504 +119,きょうりょくライブ,3,"100,101,102,103,190,191,199",2,1006,1007,0,33000,10,"You can join for assistance if you have a RANK 10 or above and Pure P of 33,000 or more in the event team.",0,5,60,223091504 +131,きょうりょくライブ,3,"400,401,402,403,404,405,490,491,499",2,4001,4002,0,33000,10,"You can join for assistance if you have a RANK 10 or above and Pure P of 33,000 or more in the event team.",0,5,60,223121507 diff --git a/src/router/databases/csv-en/music.csv b/src/router/databases/csv-en/music.csv new file mode 100644 index 0000000..8a6644d --- /dev/null +++ b/src/router/databases/csv-en/music.csv @@ -0,0 +1,638 @@ +_id,_name,_shortName,_kana,_artist,_detailInfo,_dictionaryReference,_dictionaryComment,_bandCategory,_masterGroupId,_jacketImageName,_masterBgmId,_previewMasterBgmId,_locked,_obtainType,_isAcLevelMusic,_releaseDateTime,_masterReleaseLabelId +1001,Bokura no LIVE Kimi to no LIFE,Bokura no LIVE Kimi to no LIFE,Bokura no LIVE Kimi to no LIFE,μ's,Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Kyo Takada,,"μ's monumental first single and the first song in the whole Love Live! series. Its simple yet memorable guitar theme creates a striking, invigorating impression of something new on the horizon. To this day, fans fondly look back on it with the pet name ""Borarara.""",1,100,jacket_1001,31001001,32001001,0,0,0,2010/08/25,1 +1002,SUNNY DAY SONG,SUNNY DAY SONG,SUNNY DAY SONG,μ's,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,Love Live! The School Idol Movie Soundtrack,A song made by μ's for school idols everywhere. It possesses vigor and affection in its message for those everywhere to broaden their horizons. One stunning scene in the Love Live! film shows all school idols performing this song together.,1,100,jacket_1002,31001002,32001002,0,0,0,2015/07/08,1 +1003,A song for You! You? You!!,A song for You! You? You!!,A song for You! You? You!!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"μ's latest single, an optimistic tune that encourages listeners to embrace friends new and old and set off for the future with the enthusiasm to try new things and the courage to embark on fresh adventures.",1,100,jacket_1003,31001003,32001003,0,0,0,2020/03/25,1 +1004,?←HEARTBEAT,?←HEARTBEAT,?←HEARTBEAT,"Eli Ayase (C.V: Yoshino Nanjo), Nozomi Tojo (C.V: Aina Kusuda), and Nico Yazawa (C.V: Sora Tokui)",Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda,Love Live! The School Idol Movie Soundtrack,"A song that chronicles the thrill and subsequent sense of disorientation accompanying μ's sudden rise to stardom. It also talks about running away from fans while set to an upbeat tune. In the movie, the three third-year students dance to it in their school idol costumes.",1,199,jacket_1002,31001004,32001004,0,0,0,2015/07/08,1 +1005,After School NAVIGATORS,After School NAVIGATORS,After School NAVIGATORS,"Nico Yazawa (C.V: Sora Tokui), Rin Hoshizora (C.V: Riho Iida), and Hanayo Koizumi (C.V: Yurika Kubo)",Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,,"The B-side of the Love Live! Radio Kagai Katsudo: Nikorinpana Theme Song CD. This track features a high-speed deliberation between Nico, Rin, and Hanayo over what to eat. Just as much a story of loved ones as tasty treats, the song culminates in the heartwarming ending of the three girls deciding they're happiest simply to spend time together.",1,199,jacket_1024,31001005,32001005,0,0,0,2012/10/17,1 +1006,Anemone Heart,Anemone Heart,Anemone Heart,Kotori Minami (C.V: Uchida Aya) and Umi Sonoda (C.V: Suzuko Mimori),Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"A duet sung by two old friends about a secret, ephemeral first love told through the metaphors of anemones and acacia flowers. The bass punctuated with silent beats makes for an authentic techno sound, a perfect match for Kotori and Umi's vocals that are powerful or whispered by turns.",1,199,jacket_1006,31001006,32001006,0,0,0,2013/04/24,1 +1007,Angelic Angel,Angelic Angel,Angelic Angel,μ's,Lyrics: Aki Hata
Composition: Shintaro Mori
Arrangement: Tatsuya Kurauchi,Love Live! The School Idol Movie Soundtrack,A background song in Love Live! The School Idol Movie. This song is memorable for its characters dressed in Japanese-style costumes performed on the backdrop of NYC at night. The emotive guitar and mellow drums represent μ's striking off in a new direction with this unprecedented sound.,1,100,jacket_1007,31001007,32001007,0,0,0,2015/07/01,1 +1008,Baby Maybe Koi no Button,Baby Maybe Koi no Button,Baby Maybe Koi no Button,μ's,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,,"The B-side of μ's second single with lyrics expressing the ambivalence of wondering whether one should push the love button to take their relationship with a friend to the next level. First, the singer narrates her plight before pushing the button before recounting the results, only to wonder at the end if her partner also pushed the love button.",1,100,jacket_1048,31001008,32001008,0,0,0,2010/12/22,1 +1009,Beat in Angel,Beat in Angel,Beat in Angel,Maki Nishikino and Rin Hoshizora,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,,"In this wild song, a doctor (well...no one's checking her medical license!) offers to cure someone who's been bit by the love bug. Starting off with a rapid-fire snare drum and moving into an authentic Eurobeat sound, Rin and Maki deliver a nonstop upbeat performance. In live shows, they wear angel wings on their uniforms and deliver high-power dance moves.",1,199,jacket_1009,31001009,32001009,0,0,0,2013/06/21,1 +1010,Cheer Day Cheer Girl!,Cheer Day Cheer Girl!,Cheer Day Cheer Girl!,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,"With the energy Printemps is known for, this song packs a cute and upbeat cheerleading feel. Pompoms a-shaking, Honoka, Kotori, and Hanayo banish even the worst self-doubts in the ears of listeners.",1,101,jacket_1010,31001010,32001010,0,0,0,2014/12/25,1 +1011,COLORFUL VOICE,COLORFUL VOICE,COLORFUL VOICE,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,,This song is a fun-filled discussion of what to do next. Some fans go all out the day before concerts setting their light sticks up to display the members' colors for the part before the chorus.,1,100,jacket_1083,31001011,32001011,0,0,0,2014/05/08,1 +1012,Cutie Panther,Cutie Panther,Cutie Panther,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,BiBi's second single. This cute song compares pursuing one's love to an animal stalking its prey. The three BiBi girls lend this Eurobeat style track their signature sense of simultaneous comedy and coolness. Live show performances of this song are set apart for their dance moves involving tails.,1,103,jacket_1012,31001012,32001012,0,0,0,2013/07/24,1 +1014,Dancing Stars on Me!,Dancing Stars on Me!,Dancing Stars on Me!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,,"Canonically, this song was unveiled on Halloween with orange-themed costumes of princesses, witches, and pirates. The intro sets the tone with a spooky tolling of bells, and the synthesizers lead the listeners away on a Halloween parade.",1,100,jacket_1027,31001014,32001014,0,0,0,2014/06/11,1 +1015,Daring!!,Daring!!,Daring!!,Maki Nishikino (C.V: Pile),Lyrics: Aki Hata
Composition / Arrangement: Keiichi Kondo,,"As the title implies, this hip tune depicts Maki boldly pursuing a love interest. The K-pop-esque EDM sound coupled with Maki's nimble dance moves has won the hearts of many fans.",1,190,jacket_1049,31001015,32001015,0,0,0,2012/07/25,1 +1016,Dreamin’ Go! Go!!,Dreamin’ Go! Go!!,Dreamin’ Go! Go!!,μ's,Lyrics: Aki Hata
Composition: TSUKASA
Arrangement: Kon-K,,"Once a live show ends, it's back to the daily grind. But the school idols want to send their fans home with the determination to chase their dreams, so this song and its fanfare of trumpets drive that message home. In live shows, the performers spin the towels they use to wipe off their sweat.",1,100,jacket_1016,31001016,32001016,0,0,0,2015/01/31,1 +1017,ENDLESS PARADE,ENDLESS PARADE,ENDLESS PARADE,μ's,Lyrics: Aki Hata
Composition: Kana Yabuki
Arrangement: Wataru Maeguchi,,"From the first note, this song feels like a culmination of everyone's effort in typical Love Live! fashion. It paints a picture of the impending end of a live show and the desire to not go home yet, to keep dancing and singing. Although this has become a title song for a live show, it has yet to be performed live.",1,100,jacket_1017,31001017,32001017,0,0,0,2014/02/08,1 +1019,Future Style,Future Style,Future Style,"Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), and Umi Sonoda (C.V: Suzuko Mimori)",Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda,Love Live! The School Idol Movie Soundtrack,"This song follows Honoka and her friends' efforts to make the best live show the world has ever seen. The lyrics are hopeful for the future, almost as if to indicate the style of future school idols.",1,199,jacket_1123,31001019,32001019,0,0,0,2015/07/15,1 +1020,Happy Maker!,Happy Maker!,Happy Maker!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Wataru Maeguchi,,"A tune that exemplifies happiness and the sense of accomplishment following giving something your all. The upbeat tempo and μ's power bring the energy to get toes tapping, listeners grinning, and happiness multiplied double-fold.",1,100,jacket_1023,31001020,32001020,0,0,0,2014/07/09,1 +1021,HEART to HEART!,HEART to HEART!,HEART to HEART!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kazuya Nishioka,Smartphone Game Love Live! School Idol Festival Collaboration Single,"This powerful, positive song's background rhythm is reminiscent of dancing at rock music festivals. It delivers a standard μ's message: You can make your dreams come true. And if you don't, we'll be here to stand with you and make them happen together.",1,100,jacket_1021,31001021,32001021,0,0,0,2015/10/28,1 +1022,"Hello, Hoshiwo Kazoete","Hello, Hoshiwo Kazoete","Hello, Hoshiwo Kazoete","Rin Hoshizora (C.V: Riho iida), Maki Nishikino (C.V: Pile), and Hanayo Koizumi (C.V: Yurika Kubo)",Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,Love Live! The School Idol Movie Soundtrack,"Part of the Love Live! The School Idol Movie's soundtrack. The adorableness of the first-year girls is out in full force. The optimistic lyrics send your worries packing and complement the lovely, jazzy tone.",1,199,jacket_1007,31001022,32001022,0,0,0,2015/07/01,1 +1023,KiRa-KiRa Sensation!,KiRa-KiRa Sensation!,KiRa-KiRa Sensation!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda,,"With costumes that hearken back to μ's starting days with START:DASH!!, this song incorporates every step along the way to deliver gratitude towards the fans and the feeling of having come so far. Even so, μ's sets off for even greater heights and promise to never stop dreaming.",1,100,jacket_1023,31001023,32001023,0,0,0,2014/07/09,1 +1024,Listen to My Heart!,Listen to My Heart!,Listen to My Heart!,"Nico Yazawa (C.V: Sora Tokui), Rin Hoshizora (C.V: Riho Iida), and Hanayo Koizumi (C.V: Yurika Kubo)",Lyrics: Aki Hata
Composition / Arrangement: Mineaki Kawahara,,"A theme from the internet radio show Love Live! Radio Kagai Katsudo: Nikorinpana. This song oozes charm and playfulness with the names of its cast members and supporting crew sprinkled throughout the lyrics. It's sung as if recording a real radio program, and NicoRinPana appear on the CD cover wearing Otonokizaka High tracksuits.",1,199,jacket_1024,31001024,32001024,0,0,0,2012/10/17,1 +1025,LONELIEST BABY,LONELIEST BABY,LONELIEST BABY,μ's,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,,"A special edition song from the Love Live! Blu-ray. This dance tune has listeners feelin' good with its mid-tempo funk/disco combo sound. Fans are won over by the repeated ""I love you"" in the chorus.",1,100,jacket_1025,31001025,32001025,0,0,0,2013/09/25,1 +1026,Love Marginal,Love Marginal,Love Marginal,Printemps,Lyrics: Aki Hata
Composition: Miki Fujisue
Arrangement: Miki Fujisue and Koji Matsuzaka,,Printemps' debut single. This love song hits home with the earnest love of as a teenager. The synthesizers make this 90's era J-pop tribute a must-listen.,1,101,jacket_1026,31001026,32001026,0,0,0,2011/05/25,1 +1027,Love Wing Bell,Love Wing Bell,Love Wing Bell,"Rin Hoshizora (C.V: Riho Iida), Maki Nishikino (C.V: Pile), Hanayo Koizumi (C.V: Yurika Kubo), Eli Ayase (C.V: Yoshino Nanjo), Nozomi Tojo (C.V: Aina Kusuda), and Nico Yazawa (C.V: Sora Tokui)",Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori,Love Live! Anime Season 2: Episode 5 Soundtrack,"A song styled after wedding ceremonies to match Rin's wedding dress modeling scene from season 2 of the Love Live! anime. Rin once gave up on her dreams of ever looking cute, but now with her question, ""What new me does my future hold?"" this song illustrates her character growth.",1,199,jacket_1027,31001027,32001027,0,0,0,2014/06/11,1 +1028,LOVELESS WORLD,LOVELESS WORLD,LOVELESS WORLD,μ's,Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Takahiro Kawata,,"An unforgettable song with lyrics that describe a violent clash of conflicting feelings before all are reduced to ash. Its shredding guitar and bass produce a heavy gothic metal sound which, along with the strong flames of the live show performances, this song is known for.",1,100,jacket_1033,31001028,32001028,0,0,0,2013/11/27,1 +1029,Mermaid Festa Vol.1,Mermaid Festa Vol.1,Mermaid Festa Vol.1,μ's,Lyrics: Aki Hata
Composition: Shunryu
Arrangement: Kazunori Watanabe,,"The B-side of μ's third single. The passionate flamenco tune is accompanied by mermaid-like flowing hand gestures in the chorus. Fans find it adorable how the girls attempt a more grown-up tune yet can't help but exhibit pathos in the lines, ""If you invert the symbols I've drawn/in the sand with my bare feet, they read, 'I love you.'""",1,100,jacket_1029,31001029,32001029,0,0,0,2011/08/24,1 +1030,Mermaid Festa Vol.2 ~Passionate~,Mermaid Festa Vol.2 ~Passionate~,Mermaid Festa Vol.2 ~Passionate~,Honoka Kosaka (C.V: Emi Nitta) and Rin Hoshizora (C.V: Riho Iida),Lyrics: Aki Hata
Composition: Shingo Yamazaki
Arrangement: Nozomi Matsui,,"The first installment of Honoka and Rin's duet singles. Among the μ's girls, Honoka and Rin look the youngest, so they sing about growing and pushing themselves to the limit via a fruit metaphor. Yet this contrasts with their more youthful, energetic dancing.",1,199,jacket_1030,31001030,32001030,0,0,0,2012/04/25,1 +1031,MOMENT RING,MOMENT RING,MOMENT RING,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"μ's final single, a big wrap-up of all of their efforts. The music returns to their roots with that tried and true Love Live! style, but μ's also incorporates new elements like rap parts to go out with a bang.",1,100,jacket_1031,31001031,32001031,0,0,0,2016/03/02,1 +1032,Museum de Doushitai?,Museum de Doushitai?,Museum de Doushitai?,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda,,"An electric pop song that sends a shy, open message asking, ""Hey, we barely just got together. Are we drifting apart already?"" It paints a lovely image of the future awaiting two people whose museum of love has yet to be filled with exhibits.",1,101,jacket_1032,31001032,32001032,0,0,0,2015/05/23,1 +1033,Music S.T.A.R.T!!,Music S.T.A.R.T!!,Music S.T.A.R.T!!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,,"The title of this tune hearkens back to the rallying call μ's makes before taking the stage. Many fans adore the dance moves that accompany the chorus. The pajamas shown in the PV also make an appearance in season 2, episode 12 of the Love Live! anime.",1,100,jacket_1033,31001033,32001033,0,0,0,2013/11/27,1 +1035,No Brand Girls,No Brand Girls,No Brand Girls,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,Love Live! Anime Season 1: Episode 11 Soundtrack,"Soundtrack from season 1, episode 11 of the Love Live! anime. This song is memorable for the scene in the anime where the girls perform in the rain. Both live show outfits and the song itself have a hard rock feel, and the ""Hai hai hai!"" call make the excitement of the show reach an all-time peak.",1,100,jacket_1035,31001035,32001035,0,0,0,2013/04/03,1 +1037,NO EXIT ORION,NO EXIT ORION,NO EXIT ORION,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Ryuhey Yamada,,"A serious rock tune with gothic-style pipe organ and guitar, which is a departure from the usual upbeat Printemps sound. The lyrics depict a superb contrast between the intense heat of the singers' feelings and the cool air of a winter's night beneath the twinkling stars of Orion.",1,101,jacket_1061,31001037,32001037,0,0,0,2015/11/25,1 +1038,"Oh, Love & Peace!","Oh, Love & Peace!","Oh, Love & Peace!",μ's,Lyrics: Aki Hata
Composition / Arrangement: Katsuhiko Kurosu,,"The B-side of μ's fifth single. This song plays in season 2, episode 13 of the anime, and speaks to the strength of μ's friendship as the girls realize they'll never truly be apart, even after graduating and going off on their own. Hanayo performs the center role in this song for the only time in μ's history. In live shows, this song has often rounded out the set list, with the girls waving the audience goodbye with a three-finger salute and a call of ""Love and peace!""",1,100,jacket_1038,31001038,32001038,0,0,0,2012/09/05,1 +1039,Paradise Live,Paradise Live,Paradise Live,μ's,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,Smartphone Game Love Live! School Idol Festival Collaboration Single,"Many fans remember this song as the start-up music for SIF. In the latter stages of live shows, it urges the audience to keep working hard and chasing their dreams even after the show is done so audience and school idols may someday meet again at the next live show.",1,100,jacket_1081,31001039,32001039,0,0,0,2014/01/29,1 +1040,Private Wars,Private Wars,Private Wars,A-RISE,Lyrics: Aki Hata
Composition / Arrangement: Yusuke Itagaki,,"A powerful K-pop-esque tune with likewise macho lyrics, using each of the girls' strengths as individuals to amp themselves up and dish out fighting words. When Honoka sees this song performed in season 1, episode 1 of the Love Live! anime, it inspires her to become a school idol herself.",1,104,jacket_1040,31001040,32001040,0,0,0,2013/04/10,1 +1041,PSYCHIC FIRE,PSYCHIC FIRE,PSYCHIC FIRE,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori,Smartphone Game Love Live! School Idol Festival Collaboration Single,"Uh-huh, it's Nico, Maki, and Elichika! This song combines everything that BiBi is known for, from Bibi's powerful music to Nico's BiBi call. In live shows, the three BiBi girls get so animated the audience is swept up along in their excitement.",1,103,jacket_1110,31001041,32001041,0,0,0,2016/01/20,1 +1042,Pure Girls Project,Pure Girls Project,Pure Girls Project,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,,"In Printemps fashion, this song is a no-holds-barred burst of positivity, celebrating their friendship and willingness to adventure together even if their personalities and opinions don't always see eye to eye. Compare with the Super-Mondo Mix for an extra splash of fun.",1,101,jacket_1042,31001042,32001042,0,0,0,2013/08/21,1 +1044,SENTIMENTAL StepS,SENTIMENTAL StepS,SENTIMENTAL StepS,μ's,Lyrics: Aki Hata
Composition: Masayoshi Takasaka
Arrangement: Teppei Shimizu,,"From the first ticking of the clock in the intro, this sentimental song reflects on the passage of time and the people around us. As time goes on, it quietly grows into a song that lives on forever in the hearts of listeners.",1,100,jacket_1095,31001044,32001044,0,0,0,2014/05/28,1 +1045,Shangri-La Shower,Shangri-La Shower,Shangri-La Shower,μ's,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,PSVita Game Love Live! School Idol Paradise Main Theme,"This tune is accompanied by joyful choreography promising fun from morning 'til night at summer live shows. Right from the outset, those dance moves are distinct. They come together perfectly with the singing to illustrate a cohesive vision.",1,100,jacket_1045,31001045,32001045,0,0,0,2014/10/01,1 +1046,Shocking Party,Shocking Party,Shocking Party,A-RISE,Lyrics: Aki Hata
Composition / Arrangement: Yusuke Itagaki,,This song powerfully and stylishly delivers a message to the listeners to take responsibility of their own lives and press on. A-RISE displays their strength as prominent trailblazers.,1,104,jacket_1046,31001046,32001046,0,0,0,2014/08/27,1 +1047,Silent Tonight,Silent Tonight,Silent Tonight,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,"BiBi may usually produce upbeat songs, but Silent tonight is a more gentle, heartfelt ballad. This song chronicles deep kindness and the desire to support a hardworking loved one through its pleasant, happy music blessing the song's ""you and I"" characters.",1,103,jacket_1047,31001047,32001047,0,0,0,2014/12/25,1 +1048,Snow Halation,Snow Halation,Snow Halation,μ's,Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Ryosuke Nakanishi,Love Live! Anime Season 2: Episode 9 Soundtrack,"μ's second single and the first to be released under their group name. As is shown in season 2, episode 9 of the Love Live! anime, it has become a live show staple for fans to turn their lightsticks to orange when the song reaches its final chorus.",1,100,jacket_1048,31001048,32001048,0,0,0,2010/12/22,1 +1049,Soldier Game,Soldier Game,Soldier Game,"Maki Nishikino (C.V: Pile), Umi Sonoda (C.V: Suzuko Mimori), and Eli Ayase (C.V: Yoshino Nanjo)",Lyrics: Aki Hata
Composition / Arrangement: Mitsuru Wakabayashi,,"A trio single featuring the unusual grouping of Umi, Maki, and Eli. The girls' harmonizing is a fresh and fun take. This disco dance tune offers good vibes and plenty of passion with funky cutting and Latin-style percussion.",1,199,jacket_1049,31001049,32001049,0,0,0,2012/07/25,1 +1050,Someday of My Life,Someday of My Life,Someday of My Life,Honoka Kosaka (C.V: Emi Nitta),Lyrics: Aki Hata
Composition / Arrangement: Yuichi Yaegashi,,"An emotional song sung to a now-distant partner, requesting to face one another and try to chase their dreams together once more or else face a permanent separation. The powerful, expressive singing over the electronic pop of the drum machine gives listeners courage.",1,190,jacket_1030,31001050,32001050,0,0,0,2012/04/25,1 +1054,START: DASH!!,START: DASH!!,START: DASH!!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,Love Live! Anime Season 1: Episode 13 Soundtrack,"A soundtrack of the first season of the Love Live! anime. With both positive lyrics and a nostalgic chorus, this song documents μ's journey and achievements throughout the whole first season. It appears in episode 3, sung by the three-second years in the first live version, and in episode 13 with the all-cast version.",1,100,jacket_1035,31001054,32001054,0,0,0,2013/04/03,1 +1055,Storm in Lover,Storm in Lover,Storm in Lover,Umi Sonoda (C.V: Suzuko Mimori) and Eli Ayase (C.V: Yoshino Nanjo),Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda,,"A Latinesque song evocative of sunset on the beach in the height of summer when one has just discovered a new love. In this mature duet, Umi and Eli take turns alternating lines in a style reminiscent of kayokyoku, Japanese retro pop.",1,199,jacket_1055,31001055,32001055,0,0,0,2014/09/24,1 +1057,Super LOVE = Super LIVE!,Super LOVE = Super LIVE!,Super LOVE = Super LIVE!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,,"A high-energy and fun song centered around the twin concepts of loving and living. In μ's Final LoveLive!, the entire audience of over 50,000 made a beautiful show before the final chorus by simultaneously changing their light stick colors.",1,100,jacket_1091,31001057,32001057,0,0,0,2015/04/22,1 +1058,Sweet & Sweet Holiday,Sweet & Sweet Holiday,Sweet & Sweet Holiday,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,,The B-side of Love marginal. This song depicts the Printemps crew gathering on a school-free day to chat and gush about their crushes.,1,101,jacket_1026,31001058,32001058,0,0,0,2011/05/25,1 +1059,Trouble Busters,Trouble Busters,Trouble Busters,BiBi,Lyrics: Aki Hata
Composition: Yugo Sasakura
Arrangement: Tatsuya Kurauchi,Smartphone Game Love Live! School Idol Festival Collaboration Single,"This upbeat, fun song proves that BiBi can bring on the comedy, too! (Er...are we sure about that?) Maki, Eli, and Nico show what their unit is made of as they try to cheer up a lovelorn friend. In live shows, a bazooka-esque smoke machine mounted on a trolley adds to the chaos and laughter.",1,103,jacket_1119,31001059,32001059,0,0,0,2014/12/24,1 +1060,UNBALANCED LOVE,UNBALANCED LOVE,UNBALANCED LOVE,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,,"A sorrowful love song that brings all the optimism the Printemps girls are known for, with serious lyrics guaranteed to wring the hearts of all listening. The glittery Eurobeat base hits all the nostalgia feels while the revival pop aspect brings a fresh feel to the song.",1,101,jacket_1042,31001060,32001060,0,0,0,2013/08/21,1 +1061,WAO-WAO Powerful Day!,WAO-WAO Powerful Day!,WAO-WAO Powerful Day!,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,"A powerful song filled with the energy of an up-and-at-'em start! Fans adore the fresh feeling of the cherry blossom-laden CD cover illustration and high speed. In live shows, the school idols always have their hands moving, which is a perfect match for the lyrics that proclaim, ""We want to do everything!""",1,101,jacket_1061,31001061,32001061,0,0,0,2015/11/25,1 +1062,WILD STARS,WILD STARS,WILD STARS,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"The B-side of Bokura wa Ima no Naka de. This song talks about adult feelings and a couple discussing their relationship status beneath a starry night sky. In live shows, the choreography likewise depicts a couple. The singers' solo parts are also worth attention in this unusually mature song.",1,100,jacket_1124,31001062,32001062,0,0,0,2013/01/23,1 +1063,Wonder Zone,Wonder Zone,Wonder Zone,μ's,Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura,Love Live! Anime Season 1: Episode 9 Soundtrack,"A soundtrack from season 1, episode 9 of the Love Live! anime that celebrates Kotori's character development. She sings about Akihabara, the place that accepts her as both the self-assured Minalinsky and the less confident μ's school idol.",1,100,jacket_1072,31001063,32001063,0,0,0,2013/03/06,1 +1064,Wonderful Rush,Wonderful Rush,Wonderful Rush,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,,"μ's fifth single. Its optimistic lyrics and energetic dance moves fit μ's to a T as the idol group has only gone on to bigger and better things. The outfits the girls wore at the airport also appear in season 1, episode 10 of the Love Live! anime, while Kotori's forgotten pillow appears in Love Live! The School Idol Movie.",1,100,jacket_1064,31001064,32001064,0,0,0,2012/09/05,1 +1066,Anone Ganbare!,Anone Ganbare!,Anone Ganbare!,lily white,Lyrics: Aki Hata
Composition / Arrangement: Taka Aoki,,"The B-side of lily white's first single. With Umi as the center role in this retro-themed tune, Rin and Nozomi remind her she doesn't need to do everything by herself and, with her friends around, she can smile and have a good time.",1,102,jacket_1118,31001066,32001066,0,0,0,2011/07/27,1 +1067,Arifureta Kanashimi no Hate,Arifureta Kanashimi no Hate,Arifureta Kanashimi no Hate,Eli Ayase (C.V: Yoshino Nanjo),Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,,"An Eli solo song revolving around the theme of lost love. The serious, sorrowful lyrics, the guitar sound prior to the chorus, and the heartfelt singing make this song lend the song a noticeable suaveness. The challenges of heartbreak are nothing compared to the courage of this tune.",1,190,jacket_1049,31001067,32001067,0,0,0,2012/07/25,1 +1068,Kitto Seishun ga Kikoeru,Kitto Seishun ga Kikoeru,Kitto Seishun ga Kikoeru,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Love Live! Anime Season 1: Ending Theme,"The ending theme for the first season of the Love Live! anime. Each grade level is accompanied by an acoustic tune, signaling the strength of the connections the girls have formed with their classmates as they set off for the future to make their dreams come true.",1,100,jacket_1068,31001068,32001068,0,0,0,2013/02/06,1 +1069,Kimi no kuse ni!,Kimi no kuse ni!,Kimi no kuse ni!,lily white,Lyrics: Aki Hata
Composition: Yuri Sugimori
Arrangement: Yusuke Yamamoto,,"A sweet and emotionally frustrating song about two childhood friends, one of whom realizes she has fallen for the other and doesn't know what to do. This 2000s J-pop-esque mid-tempo tune shows a rare moment of lily white emotional vulnerability.",1,102,jacket_1121,31001069,32001069,0,0,0,2013/06/26,1 +1070,Kururin MIRACLE,Kururin MIRACLE,Kururin MIRACLE,Rin Hoshizora (C.V: Riho Iida),Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori,,"A sweet song wherein Rin confesses that she's begun to be less of a tomboy and wants to be cuter and lovelier. With the orthodox Motown beat and the calls in the chorus, Rin delivers her usual full-throttle positivity.",1,190,jacket_1070,31001070,32001070,0,0,0,2014/08/27,1 +1071,Korekara,Korekara,Korekara,μ's,Lyrics: Aki Hata
Composition: Masumi Itou and mito
Arrangement: TO-MAS SOUNDSIGHT FLUORESCENT FOREST,,"A piano-only intro opens this ballad before other instruments join in one by one, reflecting μ's journey. The girls promise to create the future by spending many moments together now. This song is a representation of their ""korekara""—their future!",1,100,jacket_1071,31001071,32001071,0,0,0,2015/12/15,1 +1072,Korekara no Someday,Korekara no Someday,Korekara no Someday,"Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), Umi Sonoda (C.V: Suzuko Mimori), Rin Hoshizora (C.V: Riho Iida), Maki Nishikino (C.V: Pile), Hanayo Koizumi (C.V: Yurika Kubo), and Nico Yazawa (C.V: Sora Tokui)",Lyrics: Aki Hata
Composition: yozuca*
Arrangement: lotta,Love Live! Anime Season 1: Episode 6 Soundtrack,"A soundtrack from season 1, episode 6 of the Love Live! anime. Sung before Eli and Nozomi joined the group, this cheerful song uses an Alice in Wonderland motif to achieve a fantasy theme. As is shown in episode 6, this song follows the guiding principle that all girls can sing and be the center, beginning with a solo and rapidly switching out characters.",1,199,jacket_1072,31001072,32001072,0,0,0,2013/03/06,1 +1073,Sayounara e Sayounara!,Sayounara e Sayounara!,Sayounara e Sayounara!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Ken Masutani,,"The girls don't want to say farewell and instead should have bid farewell to goodbye. Yet with the right mindset, they can see parting in a positive light. As the B-side to μ's final single MOMENT RING, this song feels like a true send-off.",1,100,jacket_1031,31001073,32001073,0,0,0,2016/03/02,1 +1074,Shiawase yuki no SMILING!,Shiawase yuki no SMILING!,Shiawase yuki no SMILING!,Honoka Kosaka (C.V: Emi Nitta),Lyrics: Aki Hata
Composition / Arrangement: Miki Watanabe,,"Honoka's signature power to dispel worries with her heartfelt notion of ""I can do it!"" puts a smiler on listeners' faces everywhere. In live shows, she ties her sleeves up and rides around in a trolley as Conductor Honoka Kosaka. Believe it or not, her cap is a real conductor's hat.",1,190,jacket_1074,31001074,32001074,0,0,0,2014/06/20,1 +1075,Susume→Tomorrow,Susume→Tomorrow,Susume→Tomorrow,"Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), and Umi Sonoda (C.V: Suzuko Mimori)",Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,Love Live! Anime Season 1: Episode 1 Soundtrack,"A soundtrack from season 1, episode 1 of the Love Live! anime. Due to its early appearance in the show, it is many people's first introduction to Love Live! Its rapid-fire musical shifts to everything from ska to reggae and the lyrics, ""I mean, I just felt the possibility"" emphasize what Love Live! is all about.",1,199,jacket_1075,31001075,32001075,0,0,0,2013/02/20,1 +1076,Spicaterrible,Spicaterrible,Spicaterrible,Kotori Minami (C.V: Aya Uchida),Lyrics: Aki Hata
Composition / Arrangement: Miki Fujisue,,"Through the metaphor of a clock pendulum, this song discusses the uncertain feeling of knowing you need to open the door to move forward and yet being afraid to do so. Kotori's departure from her usual cute singing style lends a sharpness to this serious song. The surround sound lines are a must-listen.",1,190,jacket_1076,31001076,32001076,0,0,0,2011/12/14,1 +1077,Zurui yo Magnetic Today,Zurui yo Magnetic Today,Zurui yo Magnetic Today,Maki Nishikino and Nico Yazawa,Lyrics: Aki Hata
Composition / Arrangement: Kensuke Okamoto,,"Fans of Maki and Nico can't get enough of this song that uses the metaphor of the North and South Pole to explore the relationship of two girls who couldn't be more different and yet are always together. Their psychological battle is depicted alongside a cool, hard rock guitar sound.",1,199,jacket_1077,31001077,32001077,0,0,0,2014/07/25,1 +1078,Soshite Saigo no Page ni wa,Soshite Saigo no Page ni wa,Soshite Saigo no Page ni wa,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,,"This song explores the melancholy of looking over one's notes and realizing that for all there's still to write, you'll still eventually reach the last page of the book. Speaking of last pages, the lyric book Love Live! Lyric Bible from μ's has a tiny ""Thank you!"" on it.",1,100,jacket_1078,31001078,32001078,0,0,0,2014/12/25,1 +1079,It's our miraculous time,It's our miraculous time,It's our miraculous time,μ's,Lyrics: Aki Hata
Composition / Arrangement: Katsuhiko Kurosu,Love Live! Anime Season 2: Opening Theme,"A song that offers a direct look at school idols and the tale of how they continue to make their dreams come true. The Japanese-style outfits the girls wear in the OP video also appear on the DVD jacket. Many fans cried at the lyrics ""Let's push on to the very end!"" in μ's Final Love Live!",1,100,jacket_1079,31001079,32001079,0,0,0,2014/04/23,1 +1080,Diamond Princess no Yuutsu,Diamond Princess no Yuutsu,Diamond Princess no Yuutsu,BiBi,Lyrics: Aki Hata
Composition: Katsuya Yoshida
Arrangement: Kyo Takada,,"The first installment of Bibi's unit singles. It tells the story of a cool, standoffish woman who is treated as carefully as a diamond and yet deep down wants nothing more than to throw off her frigid exterior and reveal her inner warm feelings. The funk and R&B rhythms do wonders for showing off Bibi's hip side.",1,103,jacket_1080,31001080,32001080,0,0,0,2011/06/22,1 +1081,Takaramonos,Takaramonos,Takaramonos,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Smartphone Game Love Live! School Idol Festival Collaboration Single,"A song written for Love Live! School Idol Festival. The cheerleader-like uniforms and upbeat tempo are all too appropriate for this cheer song. On the music side, the ska elements in the backing rhythm make this an ambitious tune.",1,100,jacket_1081,31001081,32001081,0,0,0,2014/01/29,1 +1082,Datte Datte Aa Mujo,Datte Datte Aa Mujo,Datte Datte Aa Mujo,μ's,Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Takeshi Masuda,,"With a sense of grim resolve in the air, the heroine of this song can't shake her reluctance to see her partner go. Yet she resolutely tries to tell herself, ""Isn't the fact that I met you... a joy in it of itself?"" The part before the main chorus uses many images of her waiting, which makes for an interesting comparison to the provocative images in the likewise J-rock song Kaguya no Shiro de Odoritai.",1,100,jacket_1079,31001082,32001082,0,0,0,2014/04/23,1 +1083,Donna Tokimo Zutto,Donna Tokimo Zutto,Donna Tokimo Zutto,μ's,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki
Strings Arrangement: Yasuhiro Hase,Love Live! Anime Season 2: Ending Theme,"When you're exhausted, this song's chorus and lyrics with their strong theme of friendship will set you on your way once more. Multiple versions of this song exist due to the different anime episodes it appears in. This includes visual differences, such as which girl is the one to catch the feathers.",1,100,jacket_1083,31001083,32001083,0,0,0,2014/05/08,1 +1084,Natte shimatta!,Natte shimatta!,Natte shimatta!,μ's,Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Ryosuke Nakanishi,,A song that'll make the listener cry from nostalgia and seeing the girls doing so well. The song uses strings heavily to represent μ's. It talks of having fallen in love and inadvertently admitting it to oneself. There's no going back from that feeling.,1,100,jacket_1003,31001084,32001084,0,0,0,2020/03/25,1 +1085,Nawatobi,Nawatobi,Nawatobi,Hanayo Koizumi (C.V: Yurika Kubo),Lyrics: Aki Hata
Composition: rino
Arrangement: Yoshihisa Fujita,,"This ballad likens being afraid to step into a jump-rope game to something longed for all one's life. Between gratitude for the old friends who have been a constant form of support, the gentle harmony of the voices, and the way the instrumentals emotional warmth grows little by little, this song can feel like a hug to any listener.",1,190,jacket_1085,31001085,32001085,0,0,0,2013/05/28,1 +1086,Nico Puri ♡ Jyoshi dou,Nico Puri ♡ Jyoshi dou,Nico Puri ♡ Jyoshi dou,Nico Yazawa (C.V: Sora Tokui),Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Yusuke Yamamoto,,"Nico's sense of what an idol should be collides headfirst with her approach to life. This song stresses the so-called ""way of the idol,"" the seeking of perfection in everything from the look on her face to the springiness of her hair. With a classic idol pop tune, Nico shows that she'll bring the same energy wherever she performs.",1,190,jacket_1086,31001086,32001086,0,0,0,2013/07/26,1 +1087,Futari Happiness,Futari Happiness,Futari Happiness,lily white,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,Smartphone Game Love Live! School Idol Festival Collaboration Single,"This slow ballad follows a woman on the night before her wedding happily recalling why she fell in love in the first place. In live shows, the audience makes hearts at the same time as the three lily white girls, creating that same sense of happiness.",1,102,jacket_1113,31001087,32001087,0,0,0,2014/11/26,1 +1088,Blueberry ♡ Train,Blueberry ♡ Train,Blueberry ♡ Train,Kotori Minami (C.V: Aya Uchida),Lyrics: Aki Hata
Composition: Tatsuyuki Masuda
Arrangement: Seiji Miura,,"Uh-oh! In Kotori's quest to dress up to the gills, she's about to be late. Well, she can beat herself up about it later. At the moment, she needs to get moving or else! This super cute song is a great reminder that flustered feelings make for great songs too. It's an exemplary school idol song, and who would expect anything different from Kotori?",1,190,jacket_1108,31001088,32001088,0,0,0,2012/06/27,1 +1089,Puwa Puwa-O!,Puwa Puwa-O!,Puwa Puwa-O!,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura,,"Watch out: This song is so powerful that a single listen will get ""suki suki puwa puwa"" stuck in your head! Keep an ear open for the cute audio accents that don't appear in the lyrics for an even bigger ear worm.",1,101,jacket_1089,31001089,32001089,0,0,0,2013/09/25,1 +1090,Mahotsukai Hajimemashita!,Mahotsukai Hajimemashita!,Mahotsukai Hajimemashita!,Nico Yazawa (C.V: Sora Tokui),Lyrics: Aki Hata
Composition / Arrangement: Hiroaki Suzuki,,"There's nothing more Nico than cuteness, boundless self-confidence, and the conviction that your own smile brings happiness the world over. With a sound hearkening back to 2000s melodic hardcore, this song is like being in the front row of a packed rock concert.",1,190,jacket_1101,31001090,32001090,0,0,0,2012/05/23,1 +1091,Mi wa µ'sic no Mi,Mi wa µ'sic no Mi,Mi wa µ'sic no Mi,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"This song's lyrics were written in collaboration with fans and discuss the nature of μ's: past, future, and μ'sic forever. From the first performance to μ's Final Love Live!, dancing together made μ's and the fans feel connected.",1,100,jacket_1091,31001091,32001091,0,0,0,2015/04/22,1 +1092,Mo Hitori jyanaiyo,Mo Hitori jyanaiyo,Mo Hitori jyanaiyo,Honoka Kosaka (C.V: Emi Nitta),Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,,"In this solo balled based around a clear piano sound, a whole new side of Honoka appears that lets us see her vulnerability. Almost shockingly (?) calm, every moment of this song displays Honoka's affirming kindness, like a warm hug to those in trouble.",1,190,jacket_1099,31001092,32001092,0,0,0,2012/01/25,1 +1093,"Mogyutto ""Love"" de Sekkinchu!","Mogyutto ""Love"" de Sekkinchu!","Mogyutto ""Love"" de Sekkinchu!",μ's,Lyrics: Aki Hata
Composition: Tatsuyuki Masuda
Arrangement: A-bee,,"μ's fourth single. Through a poll, Honoka was picked to play the center role. This Valentine's Day-themed song is, in the usual μ's way, syrupy sweet. An homage to the performance in which Honoka threw her mic was featured in the anime. The sound clips of voices in the instrumental portion are just as charming as the rest of this dance tune.",1,100,jacket_1093,31001093,32001093,0,0,0,2012/02/15,1 +1094,Moshimo Kara Kitto,Moshimo Kara Kitto,Moshimo Kara Kitto,Nozomi Tojo (C.V: Aina Kusuda),Lyrics: Aki Hata
Composition: Satomi Kawasaki
Arrangement: Toshinori Moriya,,"As the one who gave μ's its name and kept a supportive eye on the group from the stage when it was only three girls, Nozomi puts her feelings into song in this slow ballad. It is a gentle tune that gets its message across with a minimalistic sound.",1,190,jacket_1094,31001094,32001094,0,0,0,2014/10/29,1 +1095,Yume no Tobira,Yume no Tobira,Yume no Tobira,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,Love Live! Anime Season 2: Episode 3 Soundtrack,"Everyone looks, but no one can find the titular ""yume no tobira""—the door to their dreams. This song encourages listeners to make the effort to pursue the search.",1,100,jacket_1095,31001095,32001095,0,0,0,2014/05/28,1 +1096,Love Novels,Love Novels,Love Novels,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura,,"The B-side to Diamond Princess no Yuutsu. The BiBi girls want their love lives to be like a romance novel, but their plans go awry when the objects of their affection seem intent on pursuing a side story. Maki and Eli typically have a more mature presence, but their more childish sweetness in this song creates an interesting disparity.",1,103,jacket_1080,31001096,32001096,0,0,0,2011/06/22,1 +1097,Ruteshi Kisuki Shiteru,Ruteshi Kisuki Shiteru,Ruteshi Kisuki Shiteru,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,,"The palindrome title represents the difficulty of love, wherein one can only understand the true meaning of someone's words when they're considered in reverse. Fans go wild for the surround-sound cheering from each individual girl just before the final chorus.",1,100,jacket_1045,31001097,32001097,0,0,0,2014/10/01,1 +1098,Aishiteru Banzai!,Aishiteru Banzai!,Aishiteru Banzai!,μ's,Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Teppei Shimizu,,"The B-side of μ's fourth single. It is memorable for the anime scenes of Maki singing it alone in her music room to her own musical accompaniment and the girls all singing together before graduation. While various versions exist, the bass line of the original is worth especial attention.",1,100,jacket_1098,31001098,32001098,0,0,0,2012/02/15,1 +1099,Ai wa Taiyo jyanai?,Ai wa Taiyo jyanai?,Ai wa Taiyo jyanai?,Honoka Kosaka (C.V: Emi Nitta),Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura,,"A song from Honoka's solo album Honnori Honokairo! While this cheering song will definitely perk you up, it also shows a new and rather surprising, more girly side of Honoka. The combination of the chorus and the piano is also a cute element.",1,190,jacket_1099,31001099,32001099,0,0,0,2012/01/25,1 +1100,Eien Friends,Eien Friends,Eien Friends,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Tomohiro Nakatsuchi,Smartphone Game Love Live! School Idol Festival Collaboration Single,"This vibrant tune has deep, soulful lyrics which asks one's current friends what forever means. Printemps' school idol qualities and the refreshingly positive melody make for a fun harmony at the chorus.",1,101,jacket_1100,31001100,32001100,0,0,0,2014/11/12,1 +1101,Otomeshiki Renai Juku,Otomeshiki Renai Juku,Otomeshiki Renai Juku,Nico Yazawa (C.V: Sora Tokui) and Nozomi Tojo (C.V: Aina Kusuda),Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,"The second installment of Nico and Nozomi's single. It is a treat to listen to the alternating segments of Nico playing a cute, girly character and Nozomi butting in to make comments. Amidst all the teasing to hide their bashfulness, the listener can pick up on Nico's character's real feelings towards her crush in this quintessential school idol song.",1,199,jacket_1101,31001101,32001101,0,0,0,2012/05/23,1 +1102,Otohime Heart de Love Kyuuden,Otohime Heart de Love Kyuuden,Otohime Heart de Love Kyuuden,lily white,Lyrics: Aki Hata
Composition / Arrangement: Seiji Miura,,"In this retro tune, lily white delivers a passionate appeal as Otohime, the character of Urashima Taro legend, tells her lover he can never leave the Dragon Palace—and her—once he's stepped through its doors.",1,102,jacket_1102,31001102,32001102,0,0,0,2015/05/23,1 +1103,Natsu Owaranaide.,Natsu Owaranaide.,Natsu Owaranaide.,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,,"A song that displays a more mature side of BiBi and their sentiments surrounding the end of summer with autumn fast approaching. Among the many summer-themed songs, this easy-listening ballad stands out and leaves a unique impression on the listener.",1,103,jacket_1012,31001103,32001103,0,0,0,2013/07/24,1 +1104,"Natsuiro Egao de 1, 2, Jump!","Natsuiro Egao de 1, 2, Jump!","Natsuiro Egao de 1, 2, Jump!",μ's,Lyrics: Aki Hata
Composition: Makoto Okumatsu
Arrangement: Kyo Takada,,"μ's third single. This song promises unrestrained summer fun, from the high-energy dancing of swimsuit-clad μ's on the Odaiba stage in the middle of summer to the call to come out and play at the beach together. This song marks Nico's first time in the role of center, and her distinctive idolness makes her a perfect fit for it. The long guitar solo takes the energy to the next level.",1,100,jacket_1104,31001104,32001104,0,0,0,2011/08/24,1 +1105,Kaguya no Shiro de Odoritai,Kaguya no Shiro de Odoritai,Kaguya no Shiro de Odoritai,μ's,Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura,,"The B-side of Kitto Seishun ga Kikoeru. This song makes the crowd go wild in live shows with its Japanese style, wherein the singers compare themselves to a rose princess living in Kaguya's castle and their loved one to a knight of the moon. Before the main chorus, each girl leaves a message for her particular loved one, encouraging fan imaginations to run wild.",1,100,jacket_1068,31001105,32001105,0,0,0,2013/02/06,1 +1106,Kodoku na Heaven,Kodoku na Heaven,Kodoku na Heaven,Hanayo Koizumi (C.V: Yurika Kubo),Lyrics: Aki Hata
Composition: Wataru Maeguchi
Arrangement: Takeshi Masuda,,"Hanayo sings about her heartrending inner feelings for her classmate, which vacillate back and forth from love to fear. The high speed, typical of 2000s idol songs and now experiencing a revival, is paired with an overall thrilling vibe.",1,190,jacket_1108,31001106,32001106,0,0,0,2012/06/27,1 +1107,Suki desu ga Suki desu ka?,Suki desu ga Suki desu ka?,Suki desu ga Suki desu ka?,Kotori Minami and Hanayo Koizumi,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,,"This comical love song reads like a fanfiction depicting a couple of newlyweds played by μ's sweetest match-up (but who's counting?). Couple that with the era-typical sound, and you have a truly irresistible song reminiscent of a bold heroine from a 90's anime.",1,199,jacket_1107,31001107,32001107,0,0,0,2014/11/21,1 +1108,"Kokuhaku Biyori, desu!","Kokuhaku Biyori, desu!","Kokuhaku Biyori, desu!",Kotori Minami (C.V: Aya Uchida) and Hanayo Koizumi (C.V: Yurika Kubo),Lyrics: Aki Hata
Composition / Arrangement: Mitsuru Wakabayashi,,"The third installment of Kotori and Hanayo's duo single. Centered around a (literally) sweet confession, everything from the dancing to the music is so cute that the powerful lyrics can come as a shock. The lovely lyrics and the powerful backing guitar are sensational.",1,199,jacket_1108,31001108,32001108,0,0,0,2012/06/27,1 +1109,Saitei de Saikou no Paradiso,Saitei de Saikou no Paradiso,Saitei de Saikou no Paradiso,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Yuuki Kimura,,"The main character of this song is treated like a princess, but deep down, she wants nothing more than to scream, ""mio amore!"" and demand her love pull her into a hug. BiBi's forte lies in delivering the passion, and they do a fine job here in this song.",1,103,jacket_1109,31001109,32001109,0,0,0,2015/05/23,1 +1110,Sakkaku CROSSROADS,Sakkaku CROSSROADS,Sakkaku CROSSROADS,BiBi,Lyrics: Aki Hata
Composition: Satomi Kawasaki
Arrangement: Kazunori Watanabe,Smartphone Game Love Live! School Idol Festival Collaboration Single,"The CD illustration shows Akihabara late at night. BiBi sings about not being on the same page as one's partner and not noticing their feelings, bringing plenty of their signature maturity and coolness. However, in the live performance, they broke up the song with a small comical skit.",1,103,jacket_1110,31001110,32001110,0,0,0,2016/01/20,1 +1111,Omoide Ijou ni Naritakute,Omoide Ijou ni Naritakute,Omoide Ijou ni Naritakute,lily white,Lyrics: Aki Hata
Composition: rino
Arrangement: Yoichi Sakai,Smartphone Game Love Live! School Idol Festival Collaboration Single,"This song captures all the little, everyday moments that you only later come to realize how precious they are. The alternating parts in the chorus, the castanets, and the vibraslap all work together to make an 80s idol single sound just perfect for lily white.",1,102,jacket_1111,31001111,32001111,0,0,0,2015/12/23,1 +1112,Watashitachi wa Mirai no Hana,Watashitachi wa Mirai no Hana,Watashitachi wa Mirai no Hana,Umi Sonoda (C.V: Suzuko Mimori),Lyrics: Aki Hata
Composition / Arrangement: Seiji Miura,,"Umi's singing style speaks to her role as Love Live!'s first generation of rockstar in this rock song with Japanese flair. Her courage, encapsulated in her efforts to stay strong and shake off the ""pain of your sweet touch,"" are like that of a peony standing tall.",1,190,jacket_1112,31001112,32001112,0,0,0,2011/11/23,1 +1113,Aki no Anata no Sora Toku,Aki no Anata no Sora Toku,Aki no Anata no Sora Toku,lily white,Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda,Smartphone Game Love Live! School Idol Festival Collaboration Single,"Starting with a retro rock intro, lily white sings of the end of summer, the coming autumn, and the leaves withering away like their love in this nostalgic tune. In a charming touch, these three rather mature girls just can't seem to let go, signified in their refusal to put their sandals away even as the leaves fall and the seasons change.",1,102,jacket_1113,31001113,32001113,0,0,0,2014/11/26,1 +1114,Shunjo Romantic,Shunjo Romantic,Shunjo Romantic,lily white,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,"The strong, echoing guitar sound pushes this pop ballad's emotional tones to the max. In live performances, the lily white girls captivate the audience with their balloon dresses and super difficult dance moves.",1,102,jacket_1111,31001114,32001114,0,0,0,2015/12/23,1 +1115,Junai Lens,Junai Lens,Junai Lens,Nozomi Tojo (C.V: Aina Kusuda),Lyrics: Aki Hata
Composition / Arrangement: Yusuke Yamamoto,,"This song features a guitar solo that stands out with a curious sense of speed amidst the rest of this upbeat, techno-pop tune. Nozomi's character has an awful lot of advice to give in this supportive love song. Try listening while pondering what she means by ""my rule"" for some extra fun.",1,190,jacket_1101,31001115,32001115,0,0,0,2012/05/23,1 +1116,Nightingale Love Song,Nightingale Love Song,Nightingale Love Song,Printemps,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,,"In this innocent, beautiful love song, a girl compares herself to a nightingale who sings from within a cage in the hopes that her love will reach its intended audience. If only she could someday share her perch with her partner and sing this song with them.",1,101,jacket_1100,31001116,32001116,0,0,0,2014/11/12,1 +1117,Garasu no Hanazono,Garasu no Hanazono,Garasu no Hanazono,Eli Ayase and Nozomi Tojo,Lyrics: Aki Hata
Composition: Satomi Kawasaki
Arrangement: Takeshi Masuda,,"How is it that they can look into each other's eyes and know everything as they pass one another on the swing, but the minute they try to put it into words, it all shatters like glass? Eli and Nozomi sing of that very pain in this song. The Spanish-esque music and beautiful tone have made this duet extremely popular.",1,199,jacket_1117,31001117,32001117,0,0,0,2013/08/28,1 +1118,Shiranai Love * Oshiete Love,Shiranai Love * Oshiete Love,Shiranai Love * Oshiete Love,lily white,Lyrics: Aki Hata
Composition: Kazuo Hoshi
Arrangement: Masayuki Fukutomi,,"The debut single of lily white. The unique world presented in its lyrics and the distinctive lily white song are the trademarks of this idol-style ballad. With the widespread respect for retro-era songs, listening to this song now delivers a refreshing novelty.",1,102,jacket_1118,31001118,32001118,0,0,0,2011/07/27,1 +1119,Fuyu ga Kureta Yokan,Fuyu ga Kureta Yokan,Fuyu ga Kureta Yokan,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,Smartphone Game Love Live! School Idol Festival Collaboration Single,"In true BiBi style, this song depicts the mixture of feelings on a Christmas street corner. The 2000s R&B diva tone perfectly brings out the mature nature of BiBi with a dash of nostalgia in this medium-tempo ballad.",1,103,jacket_1119,31001119,32001119,0,0,0,2014/12/24,1 +1120,Onaji Hoshiga Mitai,Onaji Hoshiga Mitai,Onaji Hoshiga Mitai,lily white,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,,"With the synth sounds, a rare treat for a lily white song, this electro-pop tune hearkens back to 80's idol music. The three interlaced vocals sing with the pathos of their quiet resolution to pursue those off chasing their dreams.",1,102,jacket_1120,31001120,32001120,0,0,0,2014/12/25,1 +1121,Binetsu kara Mystery,Binetsu kara Mystery,Binetsu kara Mystery,lily white,Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,,"The girls aren't about to be outdone by the hot summer sun when their strong hidden feelings come to a head in this oh-so lily white retro-sounding song. The back-and-forth and ""Hey! Hey!"" chants are especially fun highlights.",1,102,jacket_1121,31001121,32001121,0,0,0,2013/06/26,1 +1123,Bokutachi wa Hitotsu no Hikari,Bokutachi wa Hitotsu no Hikari,Bokutachi wa Hitotsu no Hikari,μ's,Lyrics: Aki Hata
Composition: ZAQ
Arrangement: EFFY,Love Live! The School Idol Movie Soundtrack,"As the girls' names sprinkled through the song express, ""bokutachi"" or ""we"" originally refers to μ's but soon grows to encapsulate everyone around them. And then it is time for them to take flight. The feelings behind the shout ""This present moment is the best!"" are unforgettable.",1,100,jacket_1123,31001123,32001123,0,0,0,2015/07/15,1 +1124,Bokura wa Ima no Naka de,Bokura wa Ima no Naka de,Bokura wa Ima no Naka de,μ's,Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori,Love Live! Anime Season 1: Opening Theme,"The opening theme for season 1 of the Love Live! anime. Once heard, these perpetually supportive lyrics can never be forgotten. As appropriate for a first anime adaptation, this classical work boasts majestic strings and powerful guitars.",1,100,jacket_1124,31001124,32001124,0,0,0,2013/01/23,1 +1126,Yume naki Yume wa Yume jyanai,Yume naki Yume wa Yume jyanai,Yume naki Yume wa Yume jyanai,Honoka Kosaka (C.V: Emi Nitta),Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"This cheering song captures Honoka's essence. After all, what is the opening ""Good luck!"" if not another name for Honoka? That cheerful, rousing call makes the listener feel bold. This song is well-known for the live show performances that involve riding around the concert hall on a bicycle.",1,190,jacket_1126,31001126,32001126,0,0,0,2013/03/22,1 +1127,Yuki no Reason,Yuki no Reason,Yuki no Reason,Umi Sonoda (C.V: Suzuko Mimori),Lyrics: Aki Hata
Composition / Arrangement: Ken Masutani,,"Umi usually gives off calmer vibes, but this energetic rock song shows a new side of her. It gives off the impression of a model student who meant to cheer on the school idols in a bit of a detached fashion but somehow found herself falling head over heels for them.",1,190,jacket_1049,31001127,32001127,0,0,0,2012/07/25,1 +1128,Yujo No-Change,Yujo No-Change,Yujo No-Change,μ's,Lyrics: Aki Hata
Composition / Arrangement: Tron-LM,,"The B-side of μ's first single. When all the singers match one another in the chorus refrain in live shows, it creates an enormous sense of unity. This was also used as background music in season 2, episode 11 of the anime. The friendship-themed lyrics and the drum machine combine to make a delightful techno-pop tune.",1,100,jacket_1001,31001128,32001128,0,0,0,2010/08/25,1 +1129,Arashi no Naka no Koi dakara,Arashi no Naka no Koi dakara,Arashi no Naka no Koi dakara,μ's,Lyrics: Aki Hata
Composition / Arrangement: Yoichi Sakai,Smartphone Game Love Live! School Idol Festival Collaboration Single,This song is reminiscent of a musical set amidst the war-torn past on the night before the revolution. An unwedded couple yearns to meet one another once again in their dreams or in the next life. Pay attention to the theatrical lyrics and singing style for a whole new way to enjoy the song.,1,100,jacket_1021,31001129,32001129,0,0,0,2015/10/28,1 +1130,Koi no Signal Rin Rin Rin!,Koi no Signal Rin Rin Rin!,Koi no Signal Rin Rin Rin!,Rin Hoshizora (C.V: Riho Iida),Lyrics: Aki Hata
Composition: Shingo Suda
Arrangement: Takahiro Ando,,"A downright adorable song with lyrics portraying the confusion and naivety of a girl first coming into an awareness of girlishness and struggling with the ""signals"" she feels inside. With guitar harmonies, impulsive bells, and a cheerful beat that'll make you itching to run, this song is all about fun.",1,190,jacket_1030,31001130,32001130,0,0,0,2012/04/25,1 +1131,START: DASH!!,START: DASH!!,START: DASH!!,"Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), and Umi Sonoda (C.V: Suzuko Mimori)",Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki,Love Live! Anime Season 1: Episode 3 Soundtrack,"A soundtrack of the first season of the Love Live! anime. With both positive lyrics and a nostalgic chorus, this song documents μ's journey and achievements throughout the whole first season. It appears in episode 3, sung by the three-second years in the first live version, and in episode 13 with the all-cast version. ",1,199,jacket_1075,31001131,32001131,0,0,0,2013/02/20,1 +1132,Snow Halation (School Idol Festival AC),Snow Halation (School Idol Festival AC),Snow Halation,μ's,Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Ryosuke Nakanishi,Love Live! Anime Season 2: Episode 9 Soundtrack,"μ's second single and the first to be released under their group name. As is shown in season 2, episode 9 of the Love Live! anime, it has become a live show staple for fans to turn their lightsticks to orange when the song reaches its final chorus.",1,100,jacket_1048,31001132,32001132,0,0,1,2010/12/22,224012901 +1133,Bokura wa Ima no Naka de (School Idol Festival AC),Bokura wa Ima no Naka de (School Idol Festival AC),Bokura wa Ima no Naka de,μ's,Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori,Love Live! Anime Season 1: Opening Theme,"The opening theme for season 1 of the Love Live! anime. Once heard, these perpetually supportive lyrics can never be forgotten. As appropriate for a first anime adaptation, this classical work boasts majestic strings and powerful guitars.",1,100,jacket_1124,31001133,32001133,0,0,1,2013/01/23,224012901 +1134,Music S.T.A.R.T!! (School Idol Festival AC),Music S.T.A.R.T!! (School Idol Festival AC),Music S.T.A.R.T!!,μ's,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,,"The title of this tune hearkens back to the rallying call μ's makes before taking the stage. Many fans adore the dance moves that accompany the chorus. The pajamas shown in the PV also make an appearance in season 2, episode 12 of the Love Live! anime.",1,100,jacket_1033,31001134,32001134,0,0,1,2013/11/27,224012901 +1135,Yume no Tobira (School Idol Festival AC),Yume no Tobira (School Idol Festival AC),Yume no Tobira,μ's,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,Love Live! Anime Season 2: Episode 3 Soundtrack,"Everyone looks, but no one can find the titular ""yume no tobira""—the door to their dreams. This song encourages listeners to make the effort to pursue the search.",1,100,jacket_1095,31001135,32001135,0,0,1,2014/05/28,224012901 +1136,Angelic Angel (School Idol Festival AC),Angelic Angel (School Idol Festival AC),Angelic Angel,μ's,Lyrics: Aki Hata
Composition: Shintaro Mori
Arrangement: Tatsuya Kurauchi,Love Live! The School Idol Movie Soundtrack,A background song in Love Live! The School Idol Movie. This song is memorable for its characters dressed in Japanese-style costumes performed on the backdrop of NYC at night. The emotive guitar and mellow drums represent μ's striking off in a new direction with this unprecedented sound.,1,100,jacket_1007,31001136,32001136,0,0,1,2015/07/01,224012901 +1137,"Hello, Hoshiwo Kazoete (School Idol Festival AC)","Hello, Hoshiwo Kazoete (School Idol Festival AC)","Hello, Hoshiwo Kazoete","Rin Hoshizora (C.V: Riho iida), Maki Nishikino (C.V: Pile), and Hanayo Koizumi (C.V: Yurika Kubo)",Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,Love Live! The School Idol Movie Soundtrack,"Part of the Love Live! The School Idol Movie's soundtrack. The adorableness of the first-year girls is out in full force. The optimistic lyrics send your worries packing and complement the lovely, jazzy tone.",1,199,jacket_1007,31001137,32001137,0,0,1,2015/07/01,224012901 +1138,Bokutachi wa Hitotsu no Hikari (School Idol Festival AC),Bokutachi wa Hitotsu no Hikari (School Idol Festival AC),Bokutachi wa Hitotsu no Hikari,μ's,Lyrics: Aki Hata
Composition: ZAQ
Arrangement: EFFY,Love Live! The School Idol Movie Soundtrack,"As the girls' names sprinkled through the song express, ""bokutachi"" or ""we"" originally refers to μ's but soon grows to encapsulate everyone around them. And then it is time for them to take flight. The feelings behind the shout ""This present moment is the best!"" are unforgettable.",1,100,jacket_1123,31001138,32001138,0,0,1,2015/07/15,224012901 +1139,PSYCHIC FIRE (School Idol Festival AC),PSYCHIC FIRE (School Idol Festival AC),PSYCHIC FIRE,BiBi,Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori,Smartphone Game Love Live! School Idol Festival Collaboration Single,"Uh-huh, it's Nico, Maki, and Elichika! This song combines everything that BiBi is known for, from Bibi's powerful music to Nico's BiBi call. In live shows, the three BiBi girls get so animated the audience is swept up along in their excitement.",1,103,jacket_1110,31001139,32001139,0,0,1,2016/01/20,224012901 +1140,MOMENT RING (School Idol Festival AC),MOMENT RING (School Idol Festival AC),MOMENT RING,μ's,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,,"μ's final single, a big wrap-up of all of their efforts. The music returns to their roots with that tried and true Love Live! style, but μ's also incorporates new elements like rap parts to go out with a bang.",1,100,jacket_1031,31001140,32001140,0,0,1,2016/03/02,224012901 +2001,CYaZALEA☆Kiss☆DADANDAAAN,CYaZALEA☆Kiss☆DADANDAAAN,CYaZALEA☆Kiss☆DADANDAAAN,CYaZALEA☆Kiss,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,,"It is the year 20XX, and Aqours is on tour. A mysterious group of nine girls appears to bring hope to all those exhausted by mayhem and chaos. ...Or so this song symbolizes. The girls swear that Aqours and CYaZALEA☆Kiss are NOT the same people.",2,299,jacket_2001,31002001,32002001,0,0,0,2020/05/08,1 +2002,"SUKI for you, DREAM for you!","SUKI for you, DREAM for you!","SUKI for you, DREAM for you!",Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe,Love Live! Sunshine!! Animated PV Single,"A direct song meant to convey feelings of love. In the 6th live, all the fans were touched when, in this song's distinctive intro, Chika shouted, ""Hey, everyone!"" and the other Aqours girls called, ""We love you!""",2,200,jacket_2146,31002002,32002002,0,0,0,2021/09/22,1 +2003,Namida ga Yuki ni Naru Mae ni,Namida ga Yuki ni Naru Mae ni,Namida ga Yuki ni Naru Mae ni,Kanan Matsuura (C.V: Nanaka Suwa) and Mari Ohara (C.V: Aina Suzuki),Lyrics: Aki Hata
Composition / Arrangement: Yusuke Yamamoto,Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION,"This song tells a story of bottling up feelings on both sides so as not to make the other person worried. With lyrics like ""Your breath comes out in a puff of shaky white"" that allude to winter, the line ""I wish we could stay together forever/My feelings for you won't ever change"" is a bit sad when sung by this third-year pair.",2,299,jacket_2015,31002003,32002003,0,0,0,2020/12/09,1 +2004,After The Rain,After The Rain,After The Rain,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: R・O・N,Saint Snow 1st Single: B-Side,"This song paints an image of a stormy night giving way to a bright, brilliant morning as Saint Snow breaks new ground in this original ballad. The solo parts reveal how each girl plans to spend the time remaining to her and recover from her previous setbacks.",2,204,jacket_2132,31002004,32002004,0,0,0,2020/08/19,1 +2005,JIMO-AI Dash!,JIMO-AI Dash!,JIMO-AI Dash!,Aqours,Lyrics: Aki Hata
Composition: TAKAROT and Carlos K.
Arrangement: Kazuya Komatsu,Aqours 5th Anniversary JIMO-AI! Take Me Higher Project Theme Songs CD,"An authentic Eurobeat bop born from the choreography and phrase ""jimo-ai"" or ""local love"" from the first duo trio. The outfits and accessories, such as the baggy socks, shown in the PV are reminiscent of club scenes when disco dancing was in fashion.",2,200,jacket_2005,31002005,32002005,0,0,0,2020/08/26,1 +2006,Lonely Snow Planet,Lonely Snow Planet,Lonely Snow Planet,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: Naozumi Mabuchi,Saint Snow 1st Single: B-Side,"The call in the chorus brings the audience together and hypes them up in this full-throttle, original, Saint Snow-esque hard rock ballad. The lyrics about ""the next world"" and ""the next future"" encapsulate the confident way these two girls charge forward to bigger and better things.",2,204,jacket_2132,31002006,32002006,0,0,0,2020/08/19,1 +2007,Party! Party! PaPaPaParty!,Party! Party! PaPaPaParty!,Party! Party! PaPaPaParty!,"Chika Takami (C.V: Anju Inami), Dia Kurosawa (C.V: Arisa Komiya), and Yoshiko Tsushima (C.V: Aika Kobayashi)",Lyrics: Aki Hata
Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi,Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION,"The trio who starred as hosts on the Love Live! Sunshine!! Aqours Uranohoshi Girls' High School Radio are back together in this song. The upbeat music matches the high-spirited conversations of GuuRinPa, the nickname for the Chika, Dia, and Yoshiko match-up.",2,299,jacket_2015,31002007,32002007,0,0,0,2020/12/09,1 +2008,Never Giving Up!,Never Giving Up!,Never Giving Up!,Chika Takami (C.V: Anju Inami),Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall),Aqours First Solo Concert Album Love Live! Sunshine!! Chika Takami First Solo Concert Album ~One More Sunshine Story~,"A song from Chika Takami's First Solo Concert Album ~One More Sunshine Story~. With inspiring lyrics, this swing jazz tune is based on Broadway musical show tunes. Its energy promises that anyone can be the main character of their own story.",2,290,jacket_2008,31002008,32002008,0,0,0,2020/08/01,1 +2009,KOKORO Magic “A to Z”,KOKORO Magic “A to Z”,KOKORO Magic “A to Z”,Aqours,Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall),Smartphone App Love Live! School Idol Festival All Stars Collaboration Single,"A dance tune with distinctive instruments and costumes. It delivers the message that even a single trigger, such as the courage to try something new or a source of excitement, can transform even the most mundane into something vastly different.",2,200,jacket_2009,31002009,32002009,0,0,0,2019/10/30,1 +2010,Kokoro no Hane yo Kimi e Tondeke!,Kokoro no Hane yo Kimi e Tondeke!,Kokoro no Hane yo Kimi e Tondeke!,Aqours,Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT,Aqours 5th Anniversary Animated PV Single,"This song is reminiscent of the hush following a festival as dusk gives way to night. The ""kokoro no hane"" or ""heart's wings"" in the title also evoke a variety of emotions. This song was performed at the 6th live show Windy Stage accompanied by the Uranohoshi Symphony Orchestra.",2,200,jacket_2133,31002010,32002010,0,0,0,2021/03/31,1 +2011,Totsuzen GIRL,Totsuzen GIRL,Totsuzen GIRL,You Watanabe (C.V: Shuka Saito),Lyrics: Aki Hata
Composition / Arrangement: Yasushi Watanabe,Aqours First Solo Concert Album Love Live! Sunshine!! You Watanabe First Solo Concert Album ~Beginner's Sailing~,"This song celebrates You's spontaneity by telling a story of how she sets out to meet Riko and Chika on a whim. When performed live, she made a big splash by ending the song with, ""That's all, folks, so see you later!"" and jumping off the stage.",2,290,jacket_2011,31002011,32002011,0,0,0,2021/04/17,1 +2012,Perfect SEKAI,Perfect SEKAI,Perfect SEKAI,Dia Kurosawa (C.V: Arisa Komiya),Lyrics: Aki Hata
Composition: Katsuhiko Sugiyama and ulala
Arrangement: ulala,Aqours First Solo Concert Album Love Live! Sunshine!! Dia Kurosawa First Solo Concert Album ~WHITE FIRST LOVE~,"A song that captures all of Dia's best features between its Japanese flavor, its coolness, and its MV with the red and black color scheme. In its live performance, she wowed fans by dancing with a sword.",2,290,jacket_2012,31002012,32002012,0,0,0,2021/01/01,1 +2013,Akogare Ranraran,Akogare Ranraran,Akogare Ranraran,Hanamaru Kunikida (C.V: Kanako Takatsuki),Lyrics: Aki Hata
Composition: INN
Arrangement: Takeshi Masuda,Aqours First Solo Concert Album Love Live! Sunshine!! Hanamaru Kunikida First Solo Concert Album ~Oyasuminasan!~,"This song reveals Hanamaru's true feelings of wanting to be cuter and feeling inadequate. That she later begins saying ""Let's try it!"" with greater frequency marks her character growth.",2,290,jacket_2013,31002013,32002013,0,0,0,2021/03/04,1 +2014,Motto ne!,Motto ne!,Motto ne!,Kanan Matsuura (C.V: Nanaka Suwa),Lyrics: Aki Hata
Composition: Kanata Okajima and pw.a
Arrangement: pw.a,Aqours First Solo Concert Album Love Live! Sunshine!! Kanan Matsuura First Solo Concert Album ~SAKANAKANANDAKA?~,"The third year's graduation is overlaid with feelings of wanting to stay together and the knowledge that they'll always be together somehow, even when far apart. This pop EDM tune displays their desire to spend quality time with their loved ones before the time comes to part.",2,290,jacket_2014,31002014,32002014,0,0,0,2021/02/10,1 +2015,Kimochi mo Yume mo Issyo dane!,Kimochi mo Yume mo Issyo dane!,Kimochi mo Yume mo Issyo dane!,Hanamaru Kunikida (C.V: Kanako Takatsuki) and Ruby Kurosawa (C.V: Ai Furihata),Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda,Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION,"This song compares dreams to melting snow and encourages the listener to pursue them before they vanish. Additionally, the lyric, ""Hey, you know... Sure, I could do it alone, but wouldn't it better together?"" highlights Ruby and Hanamaru's relationship.",2,299,jacket_2015,31002015,32002015,0,0,0,2020/12/09,1 +2016,1STAR,1STAR,1STAR,Ruby Kurosawa (C.V: Ai Furihata),Lyrics: Aki Hata
Composition / Arrangement: Mash Tanaka,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Ruby Kurosawa,"The music box-like tones of the glockenspiel immediately draw attention in this song, but Ruby's cuteness and charm never let up throughout the entire song. As the title suggests, the song talks about an ardent desire for a twinkling star.",2,290,jacket_2016,31002016,32002016,0,0,0,2021/09/21,1 +2017,RUN KAKERU RUN,RUN KAKERU RUN,RUN KAKERU RUN,Kanan Matsuura (C.V: Nanaka Suwa),Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Kanan Matsuura,"Based on the concept of sporty Kanan running down the beach, this song is a straightforward depiction of her emotions. The lyrics contain many references to the ocean in true Aqours fashion, making this pop number a breezy delight.",2,290,jacket_2017,31002017,32002017,0,0,0,2022/02/10,1 +2018,Tatehoko Tsubasa,Tatehoko Tsubasa,Tatehoko Tsubasa,Yoshiko Tsushima (C.V: Aika Kobayashi),Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,Aqours First Solo Concert Album Love Live! Sunshine!! Yoshiko Tsushima First Solo Concert Album ~in this unstable world~,"In a total departure from Yoshiko's usual cooler tones, this techno-pop tune piles on the cuteness. The MV depicts a computer screen with lots of colorful scenes ranging from a Yohane video game to a Yohane live stream.",2,290,jacket_2018,31002018,32002018,0,0,0,2021/07/13,1 +2019,Namida×,Namida×,Namida×,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,Aqours Best Of Album: Love Live! Sunshine!! Aqours CHRONICLE (2018–2020),"A new song written for the best of record Aqours CHRONICLE (2018–2020). While written as ""Namida X,"" this song is pronounced as ""Namida Janai."" The positive ballad laments the passage of time while looking forward to making new friends in the future.",2,200,jacket_2019,31002019,32002019,0,0,0,2021/10/07,1 +2020,Yaa! Kouunryuusui!?,Yaa! Kouunryuusui!?,Yaa! Kouunryuusui!?,Hanamaru Kunikida (C.V: Kanako Takatsuki),Lyrics: Aki Hata
Composition / Arrangement: Satoru Shirasuka,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Hanamaru Kunikida,"A song that highlights Hanamaru's guiding principle: We'll cross that bridge when we come to it! A perfect tune for time off from school or work, this song would be great background music for wandering around before stopping all of a sudden to take a deep breath.",2,290,jacket_2020,31002020,32002020,0,0,0,2022/03/04,1 +2021,Nando datte YAKUSOKU!,Nando datte YAKUSOKU!,Nando datte YAKUSOKU!,Aqours,"Lyrics: Aki Hata
Composition: TAKUYA, MEG and Kanata Okajima
Arrangement: Akimitsu Homma",Aqours 6th Live: WINDY STAGE Theme Songs CD,"This song is evocative of the Aqours girls looking to the future no matter what troubles lie in their path and promising to see their audience again someday. In a touching performance, this song opened the 6th Love Live! Tour and reappeared in the double encore with a performance by the Uranohoshi Symphony Orchestra.",2,200,jacket_2021,31002021,32002021,0,0,0,2022/04/13,1 +2022,PHOENIX DANCE,PHOENIX DANCE,PHOENIX DANCE,AZALEA,Lyrics: Aki Hata
Composition: Ryuhey Yamada and YU-G
Arrangement: Ryuhey Yamada,Love Live! Sunshine!! AZALEA 1st Full Album: B-Side,"In a departure from AZALEA's composed and ladylike image, this dance tune shakes things up with its upbeat lyrics. Its boldness is captivating. ""Let's do away with our hesitation!"" ""Let's fly above it all and leave it all behind!""",2,202,jacket_2023,31002022,32002022,0,0,0,2021/06/23,1 +2023,We'll Get the Next Dream!!!,We'll Get the Next Dream!!!,We'll Get the Next Dream!!!,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Ryuhey Yamada,Love Live! Sunshine!! AZALEA 1st Full Album,"The powerful figures of AZALEA are prominent from the very first lines, whereupon they sing of their resolve to pursue their next dream. With a wild drop, this techno-pop song goes harder than any other song in AZALEA's discography.",2,202,jacket_2023,31002023,32002023,0,0,0,2021/06/23,1 +2024,Dragon Riders,Dragon Riders,Dragon Riders,CYaRon!,Lyrics: Aki Hata
Composition: TAKUYA and mito (Clammbom)
Arrangement: mito,Love Live! Sunshine!! CYaRon! 1st Full Album: B-Side,"This song brings the energy in a homage to Hong Kong kung fu films. It is performed live with Chinese-inspired dresses to match the distinctive sounds of the erhu and gong. The final call where ""acho"" turns ""sharoon"" is a complete ear worm.",2,201,jacket_2153,31002024,32002024,0,0,0,2021/06/02,1 +2025,metamorphism,metamorphism,metamorphism,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: TO-me,Love Live! Sunshine!! AZALEA 1st Full Album: B-Side,"As a butterfly emerges from its chrysalis and wings its way to the sky, the message of this mid-tempo, future bass-inspired tune is to come out of your shell and try new things. Metamorphosis encompasses both internal change and transformation into something completely new.",2,202,jacket_2023,31002025,32002025,0,0,0,2021/06/23,1 +2026,Whistle of Revolution,Whistle of Revolution,Whistle of Revolution,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: TAKUYA,Love Live! Sunshine!! CYaRon! 1st Full Album: B-Side,"In a rare move for CYaRon!, this song is brought together with the stable foundation of its simple, pop-rock sound. The guitar riffs in the intro make for a memorable beginning. Like a whistle blowing to signal the start of a race, this song stresses the importance of pushing oneself to follow their dreams.",2,201,jacket_2153,31002026,32002026,0,0,0,2021/06/02,1 +2027,OKAWARI Happy life!,OKAWARI Happy life!,OKAWARI Happy life!,Chika Takami (C.V: Anju Inami),"Lyrics: Aki Hata
Composition: Koudai Iwatsubo, TAKAROT and Shoma Yamamoto
Arrangement: Shoma Yamamoto and TAKAROT",Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Chika Takami,"In this musical-inspired number evocative of a sequel to One More Sunshine Story, Chika never stops moving forward through character growth and pushing herself to try new things.",2,290,jacket_2027,31002027,32002027,0,0,0,2021/08/01,1 +2028,Love Spiral Tower,Love Spiral Tower,Love Spiral Tower,Riko Sakurauchi (C.V: Rikako Aida),Lyrics: Aki Hata
Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Riko Sakurauchi,"This swing jazz approach will get you on your feet before you know it! This song stands out for its speech-like singing style. By comparing the pursuit of a forbidden love to a spiral tower, this song unfolds in a thrilling, racing fashion.",2,290,jacket_2028,31002028,32002028,0,0,0,2021/09/19,1 +2029,Amazing Travel DNA,Amazing Travel DNA,Amazing Travel DNA,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Ryuhey Yamada,Smartphone App Love Live! School Idol Festival Collaboration Single,"Through a comparison of journeying into the future to traveling, this song portrays a meandering journey into worlds unknown, making it the perfect background music for when your travels take you off the beaten path. The techno-pop sound is jam-packed with AZALEA's flair.",2,202,jacket_2029,31002029,32002029,0,0,0,2019/12/11,1 +2030,Aqours Pirates Desire,Aqours Pirates Desire,Aqours Pirates Desire,Aqours,Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT,Love Live! Sunshine!! Aqours 6th Love Live! Dome Tour Theme Songs CD
,"No Aqours song up until now has ever been as swashbuckling as this tale of a pirate sailing the seven seas for treasure. When performed live, all the Aqours girls waved flags. But Shuka Saito (You Watanabe's actor) waved a flag larger than herself in a truly impressive fashion.",2,200,jacket_2130,31002030,32002030,0,0,0,2020/07/22,1 +2031,Daydream Warrior,Daydream Warrior,Daydream Warrior,Aqours,Lyrics: Aki Hata
Composition: Wataru Maeguchi
Arrangement: Tomohiro Nakatsuchi,Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 4: Aqours Original Songs CD 4,"A song from the Love Love! Sunshine!! Anime Season 1 Blu-Ray Volume 4 Aqours Original Songs CD. Yoshiko performs the center role in this aggressive, full-scale EDM song. The live performances feature lots of fun extras, such as snappy dance moves in the instrumental section or intros unique to the performance.",2,200,jacket_2031,31002031,32002031,0,0,0,2016/12/22,1 +2032,G Senjono Cinderella,G Senjono Cinderella,G Senjono Cinderella,"Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), and Mari Ohara (C.V: Aina Suzuki)",Lyrics: Aki Hata
Composition: Takayuki Ishikura
Arrangement: Ramseeni and Takayuki Ishikura,Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 5: Aqours Original Songs CD 5,"This song is the result of the three third years imagining a dance party on a ship. In live performances, the other Aqours girls join hands and dance together. This fun tune hearkens to Broadway musical show tunes with its upbeat instruments.",2,299,jacket_2032,31002032,32002032,0,0,0,2017/01/27,1 +2033,Thrilling One-way,Thrilling One-way,Thrilling One-way,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Ryouta Fujii and Kotaro Odaka,Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 6: Aqours Original Songs CD 6,"From Chika's opening call of ""We all want to shine!"" to the final moment, this rock song is one nonstop dash. In live shows, the wild guitar playing and dancing in the third verse are must-sees.",2,200,jacket_2033,31002033,32002033,0,0,0,2017/02/24,1 +2034,Taiyo o Oi kakero!,Taiyo o Oi kakero!,Taiyo o Oi kakero!,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Akito Matsuda,Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 7: Aqours Original Songs CD 7,"Chika kicks off the song with her call ""Aqours, assemble!"" whereupon all the girls bow and march off towards the sun. In live shows, the girls wave their hands from side to side, producing an incredible unified performance.",2,200,jacket_2034,31002034,32002034,0,0,0,2017/03/24,1 +2035,HAPPY PARTY TRAIN,HAPPY PARTY TRAIN,HAPPY PARTY TRAIN,Aqours,Lyrics: Aki Hata
Composition: Takuya Watanabe
Arrangement: EFFY,Aqours 3rd Single,"Aqours' third single. Kanan was chosen to play the song's center role through a poll. The melancholy melody forewarning departure and the world building described by the lyrics are especially memorable. This song was first toured in Aqours second tour, also called HAPPY PARTY TRAIN, in which they literally rode the train all across Japan to meet fans everywhere.",2,200,jacket_2035,31002035,32002035,0,0,0,2017/04/05,1 +2036,Humming Friend,Humming Friend,Humming Friend,Aqours,Lyrics: Aki Hata
Composition: Satoru Kuwabara (Arte Refact)
Arrangement: Takuya Sakai (Arte Refact),Love Live! Sunshine!! Anime Opening Theme: B-Side,"The B-side of Aozora Jumping Heart, an invigorating techno-pop song about friendship. The modernistic elements such as the cuts combine with the sentimental, dramatic developments to make a true bop.",2,200,jacket_2096,31002036,32002036,0,0,0,2016/07/20,1 +2037,Sunshine Pikkapika Ondo,Sunshine Pikkapika Ondo,Sunshine Pikkapika Ondo,Aqours,Lyrics: Aki Hata
Composition: Masumi Itou: EFFY,Love Live! Sunshine!! Anime Ending Theme: B-Side,"With memorable solos for each of the 9 Aqours girls, this marching song boasts a choreography that is super easy to learn. At Aqours 2nd Love Live!, Uchicchi showed up carrying a huge fan, making the crowd go wild.",2,200,jacket_2098,31002037,32002037,0,0,0,2016/08/24,1 +2038,Landing action Yeah!!,Landing action Yeah!!,Landing action Yeah!!,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: TAKAROT,Aqours Next Step! Project Theme Songs CD,"The theme song for fan meet-ups between 2017 and 2018. Mari's line of ""Where to next?"" not only questions where the next fan meet-up will be held but also what Aqours' next steps are.",2,200,jacket_2038,31002038,32002038,0,0,0,2017/06/30,1 +2039,Kinmirai Happy End,Kinmirai Happy End,Kinmirai Happy End,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Ryouta Fujii,CYaRon! 2nd Single,"This song tells a story of a ""me"" who cheers on a ""you"" with little experience in love. In live performances, all the girls twirl a large flag. This tune gets listeners going with its upbeat techno rhythm.",2,201,jacket_2039,31002039,32002039,0,0,0,2017/05/10,1 +2040,KOWAREYASUKI,KOWAREYASUKI,KOWAREYASUKI,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,Guilty Kiss 2nd Single,"This song offers a strong message of protecting the audience when they feel scared and confused. Combined with the powerful sound evocative of nu metal and mixture rock, the fade-in intro is sure to jazz the listener.",2,203,jacket_2040,31002040,32002040,0,0,0,2017/06/21,1 +2041,SKY JOURNEY,SKY JOURNEY,SKY JOURNEY,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Hirotaka Hayakawa,Aqours 3rd Single,"The B-side of HAPPY PARTY TRAIN. This tune feels almost mystical, with its lyrics that paint an image of a journey to chase one's dreams and a sentimental melody. It continues the story from the A-side, taking the next stage of the trip into space.",2,200,jacket_2035,31002041,32002041,0,0,0,2017/04/05,1 +2042,Shojo Ijo no Koi ga Shitai,Shojo Ijo no Koi ga Shitai,Shojo Ijo no Koi ga Shitai,Aqours,Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT and Shinji Tanaka,Aqours 3rd Single,The B-side of HAPPY PARTY TRAIN. This love song is memorable for its lyrics which are as candid as they are adorable. The synth-pop sound is just as cute and filled with dazzling twists and turns.,2,200,jacket_2035,31002042,32002042,0,0,0,2017/04/05,1 +2043,GALAXY HidE and SeeK,GALAXY HidE and SeeK,GALAXY HidE and SeeK,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Yoshinobu Takeichi,AZALEA 2nd Single,"AZALEA's second single, a techno-pop song that strikes a balance between reservation and optimism in a manner AZALEA is known for. The authentic electronic touch sits side-by-side with the more orthodox vocals for a truly magical song.",2,202,jacket_2043,31002043,32002043,0,0,0,2017/05/31,1 +2044,Mirai no Bokura wa Shitteru yo,Mirai no Bokura wa Shitteru yo,Mirai no Bokura wa Shitteru yo,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY,Love Live! Sunshine!! Anime Season 2 Opening Theme,"The line ""Let's strive for a future where we can compete with everything we have"" televises the burning frustration the Aqours girls felt when they weren't able to compete in the first season of the anime. The song describes their efforts to achieve their dream.",2,200,jacket_2044,31002044,32002044,0,0,0,2017/10/25,1 +2045,Yuki wa Doko ni? Kimi no Mune ni!,Yuki wa Doko ni? Kimi no Mune ni!,Yuki wa Doko ni? Kimi no Mune ni!,Aqours,Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka,Love Live! Sunshine!! Anime Season 2 Ending Theme,"This song catalogues the Aqours' girls' character development over the course of their many setbacks. When this song is sung in the anime at the school closing festival, the line ""I'm leaving nothing undone"" applies both to their feelings about being Aqours idols and being students of Uranohoshi High.",2,200,jacket_2045,31002045,32002045,0,0,0,2017/11/15,1 +2046,MY Mai☆TONIGHT,MY Mai☆TONIGHT,MY Mai☆TONIGHT,Aqours,Lyrics: Aki Hata
Composition / Arrangement: EFFY,Love Live! Sunshine!! Anime Season 2: Episode 3 Soundtrack,"The first classically Japanese-themed song to appear in the anime. It is preceded by a scene that shows the intense bond between the Kurosawa sisters, thus making the opening lines a kind of match point for them. The rock sound is perfect for dancing and shines through the koto and shakuhachi sounds.",2,200,jacket_2046,31002046,32002046,0,0,0,2017/11/29,1 +2047,Shadow gate to love,Shadow gate to love,Shadow gate to love,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,Guilty Kiss 2nd Single,"The lines ""I've set a trap"" and ""I bet you've gotten enthralled"" perfectly exemplify the bold, assertive approach Guilty Kiss takes in this song. It is especially well known for its live performances, where each girl makes a heart and releases them to the fans.",2,203,jacket_2040,31002047,32002047,0,0,0,2017/06/21,1 +2048,Natsu e no Tobira: Never end ver.,Natsu e no Tobira: Never end ver.,Natsu e no Tobira: Never end ver.,"Riko Sakurauchi (C.V: Rikako Aida), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Mari Ohara (C.V: Aina Suzuki)",Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki,Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION,"This song creates an image of Riko, Hanamaru, and Mari all having a delightful time at the seashore. In its memorable performance at Aqours 2nd Love Live!, the girls rode a trolley and sprayed the audience with water guns.",2,299,jacket_2048,31002048,32002048,0,0,0,2017/08/02,1 +2049,Manatsu wa Dare no Mono?,Manatsu wa Dare no Mono?,Manatsu wa Dare no Mono?,Dia Kurosawa (C.V: Arisa Komiya) and Ruby Kurosawa (C.V: Ai Furihata),Lyrics: Aki Hata
Composition / Arrangement: Atsushi Harada (Arte Refact),Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION,A song off the summer-themed album Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: Summer Vacation. This mid-tempo tune features the Kurosawa sisters with Latinesque music. Their live show costumes and dances also draw inspiration from other cultures.,2,299,jacket_2048,31002049,32002049,0,0,0,2017/08/02,1 +2050,Jimoai Mantan Summer Life,Jimoai Mantan Summer Life,Jimoai Mantan Summer Life,You Watanabe (C.V: Shuka Saito) and Yoshiko Tsushima (C.V: Aika Kobayashi),Lyrics: Aki Hata
Composition / Arrangement: Takayuki Ishikura,Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION,"This song is evocative of You and Yoshiko spending a delightful summer day without a care in the world. In live shows, their costumes feature horns and tails for a unicorn theme. The tropical tune has many other such memorable elements like the ukuleles and dancing seasoned with local pride.",2,299,jacket_2048,31002050,32002050,0,0,0,2017/08/02,1 +2051,Natsu no Owari no Amaoto ga,Natsu no Owari no Amaoto ga,Natsu no Owari no Amaoto ga,Chika Takami (C.V: Anju Inami) and Kanan Matsuura (C.V: Nanaka Suwa),Lyrics: Aki Hata
Composition: Shuutarou Katagiri
Arrangement: Kotaro Egami,Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION,"This song brings a melancholy vibe with Kanan's ""It's over,"" and Chika's ""That summer sure was fun."" The bouncy EDM-esque live performance included the running man move, shocking fans.",2,299,jacket_2048,31002051,32002051,0,0,0,2017/08/02,1 +2052,MIRACLE WAVE,MIRACLE WAVE,MIRACLE WAVE,Aqours,Lyrics: Aki Hata
Composition: Takuya Sakai (Arte Refact)
Arrangement: Masatomi Waki (Arte Refact),Love Live! Sunshine!! Anime Season 2: Episode 6 Soundtrack,This song describes Aqours taking on new things and produced a powerful impact with its dolphin choreography and Chika's backflip. It was performed at all shows on the Aqours 3rd Love Live! Tour and made the audience cheer with its choreography.,2,200,jacket_2046,31002052,32002052,0,0,0,2017/11/29,1 +2053,Awaken the power,Awaken the power,Awaken the power,Saint Aqours Snow,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,Love Live! Sunshine!! Anime Season 2: Episode 9 Soundtrack,"This song came to be after Saint Snow failed to place in the Love Live qualifying tournament due to a mistake Leah made during her performance. Ruby told her, ""Then, you can just make sure it's not the last performance, right?!"" and the rest is history.",2,205,jacket_2053,31002053,32002053,0,0,0,2017/12/20,1 +2054,One More Sunshine Story,One More Sunshine Story,One More Sunshine Story,Chika Takami (C.V: Anju Inami),Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall),Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 1: Aqours Original Songs CD 1,"From the intro, evocative of upending a toy chest, to the classic Chika energy, this song uses the theme of shining to depict her feelings in a single musical number. The rapid-fire melody and singing make it seem like a song performed live.",2,290,jacket_2054,31002054,32002054,0,0,0,2017/12/22,1 +2055,WATER BLUE NEW WORLD,WATER BLUE NEW WORLD,WATER BLUE NEW WORLD,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki
Strings Arrangement:Tatsuya Kurauchi,Love Live! Sunshine!! Anime Season 2: Episode 12 Soundtrack,"Sung to win the Love Live! championship, this song sends the message that it will be the third years final competition. One live performance featured a rain of blue feathers while in another fans used their penlights to create a huge ship crossing the ocean as in the line ""Let's cross the sea.""",2,200,jacket_2055,31002055,32002055,0,0,0,2018/01/17,1 +2056,WONDERFUL STORIES,WONDERFUL STORIES,WONDERFUL STORIES,Aqours,Lyrics: Aki Hata
Composition: Carlos K.
Arrangement: EFFY,Love Live! Sunshine!! Anime Season 2: Episode 13 Soundtrack,"This song is a throwback, containing all the costumes worn during songs performed in the anime, to Aqours chasing their dreams. In live shows, the audience joins in the singers from the third verse on for all parts but Chika's, creating an incredible spectacle.",2,200,jacket_2055,31002056,32002056,0,0,0,2018/01/17,1 +2057,Oyasuminasan!,Oyasuminasan!,Oyasuminasan!,Hanamaru Kunikida (C.V: Kanako Takatsuki),Lyrics: Aki Hata
Composition / Arrangement: Satoru Shirasuka and Motoki Masuda,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 2: Aqours Original Songs CD 2,"The words ""by your side"" and ""smiling at one another"" inevitably conjure an image of Hanamaru addressing this song to someone else. It's easy to imagine her falling asleep looking forward to spending her tomorrows with that special someone.",2,290,jacket_2057,31002057,32002057,0,0,0,2018/01/26,1 +2058,Kaigandori de Matteru yo,Kaigandori de Matteru yo,Kaigandori de Matteru yo,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Miki Watanabe,CYaRon! 2nd Single: B-Side,"This song tells the story of a stubborn girl who has a fight with a loved one and now wants to make up. During the chorus in live performances, the singers salute and wave the three fingers of the opposite hand while the audience cheers for resolution.",2,201,jacket_2039,31002058,32002058,0,0,0,2017/05/10,1 +2059,Kimi no Hitomi o Meguru Boken,Kimi no Hitomi o Meguru Boken,Kimi no Hitomi o Meguru Boken,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,Love Live! Sunshine!! Anime Season 2 Opening Theme: B-Side,"The main theme of Real Escape Game x Love Live! Sunshine!! Escape from the Island Aquarium. In accordance with that theme, the other girls create a maze with their choreography for Riko to traverse.",2,200,jacket_2044,31002059,32002059,0,0,0,2017/10/25,1 +2060,in this unstable world,in this unstable world,in this unstable world,Yoshiko Tsushima (C.V: Aika Kobayashi),Lyrics: Aki Hata
Composition / Arrangement: Rei Kamiya,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 3: Aqours Original Songs CD 3,"This song imagines what future awaits Yoshiko Tsushima and the multiple characters that make up her (Yoshiko, Yohane, etc.) To illustrate that she isn't alone, the song uses ""you"" and ""I"" throughout. The instrumental portion of this EDM song seems perfect for large musical festivals, as it encourages the audience to jump up and down.",2,290,jacket_2060,31002060,32002060,0,0,0,2018/02/23,1 +2061,Pianoforte Monologue,Pianoforte Monologue,Pianoforte Monologue,Riko Sakurauchi (C.V: Rikako Aida),Lyrics: Aki Hata
Composition / Arrangement: Hironori Aoki and Yuya Hirozawa,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 3: Aqours Original Songs CD 3,"The outfit Riko wears and her line about ""I face the keyboard alone"" almost connects it like a monologue to Omoiyo Hitotsuninare. ""I want to embrace you through my music"" is directed at Chika, who gave Riko the strength to keep playing the piano.",2,290,jacket_2061,31002061,32002061,0,0,0,2018/02/23,1 +2062,Beginner's Sailing,Beginner's Sailing,Beginner's Sailing,You Watanabe (C.V: Shuka Saito),Lyrics: Aki Hata
Composition / Arrangement: Takuya Sakai (Arte Refact),Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 4: Aqours Original Songs CD 4,"The guitar sound in this song is full of You Watanabe's characteristic high energy. In the 3rd live show tour, she shocked the audience by leaping off stage. Check out the carefree vocals in the chorus, too.",2,290,jacket_2062,31002062,32002062,0,0,0,2018/03/23,1 +2063,RED GEM WINK,RED GEM WINK,RED GEM WINK,Ruby Kurosawa (C.V: Ai Furihata),Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 5: Aqours Original Songs CD 5,"This song tells a story of a girl who dreams of love. The line ""I have to speak up"" when sung by Ruby paints a picture of her shyness. Many fans commented on her live performance of this song, as she wore the same outfit she wore on her trip to Tokyo in the first season.",2,290,jacket_2063,31002063,32002063,0,0,0,2018/04/24,1 +2064,WHITE FIRST LOVE,WHITE FIRST LOVE,WHITE FIRST LOVE,Dia Kurosawa (C.V: Arisa Komiya),Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 5: Aqours Original Songs CD 5,This song tells the story of the speaker falling in love for the first time. The mid-tempo ballad described her feelings changing from being attracted by their shared qualities to fear that the other party is oblivious to her feelings before finally ending with the realization that she wants to express her evolving feelings.,2,290,jacket_2064,31002064,32002064,0,0,0,2018/04/24,1 +2065,INNOCENT BIRD,INNOCENT BIRD,INNOCENT BIRD,AZALEA,Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Tatsuya Kurauchi,AZALEA 2nd Single: B-Side,"This techno-pop tune compares opening one's heart to being a bird with imagery involving hatching from an egg and unfolding one's damp wings. Finally, the singers' voices become more confident with the last spoken phrase, ""Say yes!""",2,202,jacket_2043,31002065,32002065,0,0,0,2017/05/31,1 +2066,New winding road,New winding road,New winding road,Mari Ohara (C.V: Aina Suzuki),Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 6: Aqours Original Songs CD 6,"This mellow ballad creates a very optimistic image with its lyrics about looking forward and setting off. When it was performed at the 3rd live show tour, many fans were taken by Mari's whispered ""Thank you"" at the end.",2,290,jacket_2066,31002066,32002066,0,0,0,2018/05/25,1 +2067,SAKANAKANANDAKA?,SAKANAKANANDAKA?,SAKANAKANANDAKA?,Kanan Matsuura (C.V: Nanaka Suwa),Lyrics: Aki Hata
Composition / Arrangement: Tetsuya Shitara,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 6: Aqours Original Songs CD 6,This waltz-esque song evokes an image of Kanan in a fishy dress grabbing your hand and pulling you away for dancing and fun. It is particularly well-known in live performances for Kanan riding on a trolley through a sea of green fan light sticks.,2,290,jacket_2067,31002067,32002067,0,0,0,2018/05/25,1 +2068,KISEKIHIKARU,KISEKIHIKARU,KISEKIHIKARU,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kato,Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 7: Aqours Original Songs CD 7,"This song featured in the movie with a melody inspired by the soundtrack of the second anime season. The line ""It's when you want to give up that you should make the really big changes"" captures the positive aspect of change.",2,200,jacket_2068,31002068,32002068,0,0,0,2018/06/22,1 +2069,Hop Step Yippee!,Hop Step Yippee!,Hop Step Yippee!,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Hajime Mitsumasu (FirstCall),Aqours Hop! Step! Jump! Project! Theme Songs CD,"Unlike the first fan meet-ups, this song delivers a different message: Let's all get together and strike out for the future! The choral choreography helps bring the audience together during live shows and fan meet-ups.",2,200,jacket_2069,31002069,32002069,0,0,0,2018/06/30,1 +2070,Guilty Eyes Fever,Guilty Eyes Fever,Guilty Eyes Fever,Guilty Kiss,Lyrics: Aki Hata
Composition: Yuki Honda (Arte Refact)
Arrangement: Takuya Sakai (Arte Refact),Love Live! Sunshine!! Blu-ray Bonus: Guilty Kiss New Songs CD,"A song exclusive to the Love Live! Sunshine!! anime Blu-ray edition. This cool and cute dance tune incorporates serious EDM elements while never neglecting the mischievous, flirty angle Guilty Kiss is known for.",2,203,jacket_2070,31002070,32002070,0,0,0,2017/03/24,1 +2071,SELF CONTROL!!,SELF CONTROL!!,SELF CONTROL!!,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,Love Live! Sunshine!! Anime Season 1 OST: Sailing to the Sunshine,A song that represents what Saint Snow is all about. Every angle of the song emphasizes how seriously they view being school idols. It isn't just a game for them. The balance of Sarah's singing and Leah's rapping creates a perfect synchronized effect.,2,204,jacket_2071,31002071,32002071,0,0,0,2016/11/30,1 +2072,"Thank you, FRIENDS!!","Thank you, FRIENDS!!","Thank you, FRIENDS!!",Aqours,Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT,Aqours 4th Live Theme Songs CD,"This song describes how Aqours formed as a series of surprising gifts or miracles while also sending the message that the girls will only become closer from here on out. In the performance in Seoul in the Asia Tour 2019, the fans sang the chorus of this song in place of an encore.",2,200,jacket_2072,31002072,32002072,0,0,0,2018/08/01,1 +2073,CRASH MIND,CRASH MIND,CRASH MIND,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki,Love Live! Sunshine!! Anime Season 2: Episode 9 Soundtrack: B-Side,"Between the slow intro giving way to a spooky melody and the puppet-like dancing, this gothic metal-esque song delivers a memorable fantasy vibe.",2,204,jacket_2053,31002073,32002073,0,0,0,2017/12/20,1 +2074,DROPOUT!?,DROPOUT!?,DROPOUT!?,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: Naozumi Mabuchi,Love Live! Sunshine!! Anime Season 2: Episode 9 Soundtrack: B-Side,"This song can do it all: a piano intro, guitar and drum heavy metal, and even rap! Changing up the formula from SELF CONTROL!!, the portion of the song from the quiet ""Sarah, come on..."" to the final chorus is chillingly good.",2,204,jacket_2053,31002074,32002074,0,0,0,2017/12/20,1 +2075,P.S. no Mukougawa,P.S. no Mukougawa,P.S. no Mukougawa,CYaRon!,Lyrics: Aki Hata
Composition: Kensuke Okamoto
Arrangement: Kazunori Watanabe,Love Live! Sunshine!! Anime Season 1 Blu-ray Bonus: CYaRon! New Songs CD,"In this song, the singers write a letter to someone most likely far, far away. Remembering the fun they've had in the letter reader's absence, this song is a bit melancholic but still ends with a P.S. of ""Thank you.""",2,201,jacket_2075,31002075,32002075,0,0,0,2017/03/24,1 +2076,“MY LIST” to you!,“MY LIST” to you!,“MY LIST” to you!,Aqours,Lyrics: Aki Hata
Composition: Hara Tomoya
Arrangement: Ramseeni,Love Live! Sunshine!! Anime Season 2 Ending Theme: B-Side,"The main character of this song sends it out to a person she loves, but to her, it's all about me, me, me! Each Aqours' girl lends those emotions their own unique take in their solos. The doo-wop style in the chorus is especially worth listeners' attention.",2,200,jacket_2045,31002076,32002076,0,0,0,2017/11/15,1 +2077,Hajimari Road,Hajimari Road,Hajimari Road,"Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Ruby Kurosawa (C.V: Ai Furihata)","Lyrics: Aki Hata
Composition: TAKAROT, FUNK UCHINO and Ankle Break
Arrangement: TAKAROT",Love Live! Sunshine!! The School Idol Movie Over the Rainbow Single (Grouped by School Year) CD,"As the title suggests, this song is all about ""hajimari"" or ""beginnings"" as the first-year students take off in all directions together. The audience always comes together in live shows for the ""Hajimari Road"" call.",2,299,jacket_2077,31002077,32002077,0,0,0,2018/11/24,1 +2078,Marine Border Parasol,Marine Border Parasol,Marine Border Parasol,"Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)",Lyrics: Aki Hata
Composition: Akira Sunset and ulala
Arrangement: Kyo Takada,Love Live! Sunshine!! The School Idol Movie Over the Rainbow Single (Grouped by School Year) CD,"In the middle and the end of this song, the second-year girls chat together while opening their parasols and spinning them in time to the music, each of these moves striking in its own way.",2,299,jacket_2078,31002078,32002078,0,0,0,2018/11/24,1 +2079,Yosoku Fukano Driving!,Yosoku Fukano Driving!,Yosoku Fukano Driving!,"Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), and Mari Ohara (C.V: Aina Suzuki)",Lyrics: Aki Hata
Composition: pw.a and Tomomi Ogata
Arrangement: pw.a,Love Live! Sunshine!! The School Idol Movie Over the Rainbow Single (Grouped by School Year) CD,"This song talks about the future with lines like, ""A pre-determined future is no future at all."" With no destination or goal in mind, the lyrics compare plunging on ahead to setting out for a drive along a road that is impossible to know beforehand. A car-shaped trolley appeared in the 5th live performance of this song.",2,299,jacket_2079,31002079,32002079,0,0,0,2018/11/24,1 +2080,LONELY TUNING,LONELY TUNING,LONELY TUNING,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Kon-K,Love Live! Sunshine!! Blu-ray Bonus: AZALEA New Songs CD,"This song talks about the feeling of wanting someone to listen to their voice like it's a song the DJ put on. In live performances, the girls hold imaginary headphones in one hand and make a disc-scratching gesture with the other.",2,202,jacket_2080,31002080,32002080,0,0,0,2017/03/24,1 +2081,Hop? Stop? Nonstop!,Hop? Stop? Nonstop!,Hop? Stop? Nonstop!,Aqours,Lyrics: Aki Hata
Composition: Kanata Okajima and Keisuke Koyama
Arrangement: Keisuke Koyama,Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack,"In canon, this song is sung by the six students studying in Italy who try to put on a live show. When it was first performed in front of fans at the 5th live, the actors replicated the performance from the anime on a set of stairs leading up to the stage, just as if this was the show in Italy.",2,200,jacket_2082,31002081,32002081,0,0,0,2019/01/30,1 +2082,Toso Meiso Mobius Loop,Toso Meiso Mobius Loop,Toso Meiso Mobius Loop,"Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), and Mari Ohara (C.V: Aina Suzuki)",Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack,"In canon, this song accompanies Kanan, Dia, and Mari running through the streets of an Italian city in an escape scene. The actors for these three girls wore the same dresses for the real-life 5th live performance, shocking the audience. This song is well-known for having a melody line evocative of other cultures.",2,299,jacket_2082,31002082,32002082,0,0,0,2019/01/30,1 +2083,Bokura no Hashittekita Michi wa...,Bokura no Hashittekita Michi wa...,Bokura no Hashittekita Michi wa...,Aqours,Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall),Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack,A part of the Love Live! Sunshine!! The School Idol Movie Over the Rainbow soundtrack. It plays at the beginning of the story as Aqours performs a show in Numazu. Performing with the locals drives home the theme of school idol local love.,2,200,jacket_2083,31002083,32002083,0,0,0,2019/01/23,1 +2084,Next SPARKLING!!,Next SPARKLING!!,Next SPARKLING!!,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Carlos K.,Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack,"A part of the Love Live! Sunshine!! The School Idol Movie Over the Rainbow soundtrack. This is the final song in the film that documents the characters' resolutions to pursue their own individual paths. It ends in a fade-out, which is uncommon for an Aqours song.",2,200,jacket_2083,31002084,32002084,0,0,0,2019/01/23,1 +2086,Step! ZERO to ONE,Step! ZERO to ONE,Step! ZERO to ONE,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Aqours 1st Single: B-Side,"Included with Aqours first single Kimino Kokorowa Kagayaiterukai? and the title song for Aqours First Love Live! ~ Step! ZERO to ONE ~. This song is about the sense of setting off an adventure felt by the Aqours girls who have only just made their first forays from point zero to point one. During the interlude, the girls march forward and chant, creating a sense of unity.",2,200,jacket_2142,31002086,32002086,0,0,0,2015/10/07,1 +2087,Aqours HEROES,Aqours HEROES,Aqours HEROES,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,Aqours 1st Single: B-Side,"Included with Aqours first single Kimino Kokorowa Kagayaiterukai? This song is designed to cheer up those who feel down by comparing the Aqours' girls to heroes who do battle with the negative emotions of doubts, confusion, and exhaustion. The guitar overture and the ""Yeah!"" calls are great spirit raisers.",2,200,jacket_2142,31002087,32002087,0,0,0,2015/10/07,1 +2088,Koini Naritai AQUARIUM,Koini Naritai AQUARIUM,Koini Naritai AQUARIUM,Aqours,Lyrics: Aki Hata
Composition: Yugo Sasakura
Arrangement: Kazunori Watanabe,Aqours 2nd Single,"The title song of Aqours 2nd single. This is also You Watanabe's first song in the center role, as was decided by the first ever Love Live! Sunshine!! center poll. Using the theme of an aquarium, this song paints a mental image of the fish and the girls having a blast dancing.",2,200,jacket_2088,31002088,32002088,0,0,0,2016/04/27,1 +2089,Genki Zenkai DAY! DAY! DAY!,Genki Zenkai DAY! DAY! DAY!,Genki Zenkai DAY! DAY! DAY!,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Love Live! Sunshine!! Unit CD Vol. 1!,"CYaRon!'s first single. As the song title indicates, this cheering song is all about ""genki zenkai"" or ""full throttle energy."" The alternating character parts, breezy guitar, loud trumpets, and orchestration jam-pack this anime-esque song with delights.",2,201,jacket_2089,31002089,32002089,0,0,0,2016/05/11,1 +2090,Mattete Aino Uta,Mattete Aino Uta,Mattete Aino Uta,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,Aqours 2nd Single: B-Side,Included with Aqours 2nd single Koini Naritai AQUARIUM. The narrator has never felt love before and sadly wonders if she will one day be able to incorporate her own personal feelings into the love songs she sings.,2,200,jacket_2088,31002090,32002090,0,0,0,2016/04/27,1 +2091,Torikoriko PLEASE!!,Torikoriko PLEASE!!,Torikoriko PLEASE!!,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki,Love Live! Sunshine!! Unit CD Vol. 2!,"In this song, the ""I"" character possesses a one-sided love for ""you"" and wishes ""you"" would turn your affections to her, falling head over heels (toriko) for her. In live performances, the actors shake a Torikoriko stick...but if anyone's falling head over heels, it's the audience falling for AZALEA!",2,202,jacket_2091,31002091,32002091,0,0,0,2016/05/25,1 +2092,Yozorawa Nandemo Shitteruno?,Yozorawa Nandemo Shitteruno?,Yozorawa Nandemo Shitteruno?,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Kon-K,Love Live! Sunshine!! Unit CD Vol. 1! B-Side,"A song on the Love Live! Sunshine!! first unit CD Genki Zenkai Day! Day! Day! It laments not having been kinder to a crying girl. A far cry from this album's titular song, it conveys a consistent theme of sadness from start to finish.",2,201,jacket_2089,31002092,32002092,0,0,0,2016/05/11,1 +2093,Todokanai Hoshidatoshitemo,Todokanai Hoshidatoshitemo,Todokanai Hoshidatoshitemo,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki,Aqours 2nd Single: B-Side,"Included with Aqours 2nd single Koini Naritai AQUARIUM. This song encourages listeners to keep striving and not give up on their long-sought dreams, no matter how out of reach they seem.",2,200,jacket_2088,31002093,32002093,0,0,0,2016/04/27,1 +2094,Strawberry Trapper,Strawberry Trapper,Strawberry Trapper,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki,Love Live! Sunshine!! Unit CD Vol. 3!,"The title song of the Love Live! Sunshine!! third unit CD. The main character has a crush on ""you,"" but you seem to be slow on the uptake. Sounds like it's time for her to set a trap for you. Her assertive approach, while thrilling and fun, ultimately concludes with you falling under her spell. The lyrics and the music are a perfect match for one another, with endless excitement from the first ""Ready?""",2,203,jacket_2094,31002094,32002094,0,0,0,2016/06/08,1 +2095,Kimetayo Hand in Hand,Kimetayo Hand in Hand,Kimetayo Hand in Hand,"Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)",Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe,Love Live! Sunshine!! Anime Episode 1 Soundtrack,"In the anime, Chika suddenly discovers Riko during her efforts to establish a school idol club. Unable to contain their excitement, Chika and You draw the bewildered Riko into their song about the beginning of their dreams. Later, there occurs the famous scene when Chika asks Riko to be a school idol and Riko refuses.",2,299,jacket_2095,31002095,32002095,0,0,0,2016/08/03,1 +2096,Aozora Jumping Heart,Aozora Jumping Heart,Aozora Jumping Heart,Aqours,Lyrics: Aki Hata
Composition: Ken Ito and Hajime Mitsumasu
Arrangement: EFFY,Love Live! Sunshine!! Anime Opening Theme,"The opening theme for the first season of the Love Live! Sunshine!! anime. This tried-and-true Aqours song delivers all the usual Love Live! goodness while also hinting at the start of a new chapter in the school idol story. With the fade-in like a curtain rising and the nonstop enthusiasm, this song promises a new story unfolding.",2,200,jacket_2096,31002096,32002096,0,0,0,2016/07/20,1 +2097,Daisuki Dattara Daijoubu!,Daisuki Dattara Daijoubu!,Daisuki Dattara Daijoubu!,"Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)",Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Love Live! Sunshine!! Anime Episode 3 Soundtrack: B-Side,"When the three Aqours second-years tried to establish their school idol club, Mari, the school's director, said she would officially recognize it if they could hold a live show with an audience big enough to fill the school gym. This song was thus created as their first Aqours effort. In the anime, the girls ran into plenty of troubles along the way, but with a little help from their family, friends, and neighbors, they performed to a full house and founded the club.",2,299,jacket_2095,31002097,32002097,0,0,0,2016/08/03,1 +2098,Yume Kataruyori Yume Utaou,Yume Kataruyori Yume Utaou,Yume Kataruyori Yume Utaou,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi,Love Live! Sunshine!! Anime Ending Theme,"This song provides a quintessentially school idol message: Don't talk about your dreams with words. Put them into song! In the anime, the singers of this song change with every episode. As each of them pursue different dreams, so too do their methods of conveying these dreams differ.",2,200,jacket_2098,31002098,32002098,0,0,0,2016/08/24,1 +2099,Tokimeki Bunruigaku,Tokimeki Bunruigaku,Tokimeki Bunruigaku,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki,Love Live! Sunshine!! Unit CD Vol. 2! B-Side,"The second song on a Love Live! Sunshine!! unit CD. In this scientific song, the narrator replaces her feelings of love for excitment and studies them. When this song was performed in Aqours First Love Live! ~ Step! ZERO to ONE~, fans used their pen lights to make flowers and changed them to AZALEA colors in time to the actors' performances.",2,202,jacket_2091,31002099,32002099,0,0,0,2016/05/25,1 +2100,Yumede Yozorawo Terashitai,Yumede Yozorawo Terashitai,Yumede Yozorawo Terashitai,"Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Ruby Kurosawa (C.V: Ai Furihata)",Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY,Love Live! Sunshine!! Anime Episode 6 Soundtrack,"A song from season 1, episode 6 of the Love Live! Sunshine!! anime. This pop song expresses gratitude for one's hometown with a beautiful melody that can resonate with everyone. In the anime, this song accompanies a touching scene of lanterns wheeling through the night sky.",2,299,jacket_2100,31002100,32002100,0,0,0,2016/09/14,1 +2101,Mijuku DREAMER,Mijuku DREAMER,Mijuku DREAMER,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,Love Live! Sunshine!! Anime Episode 9 Soundtrack,"A song from season 1, episode 9 of the Love Live! Sunshine!! anime. This is the first song performed by all nine members of Aqours, a dramatic theme wherein the girls stand up to the ""storms"" of hardship encountered when chasing their dreams. The performance is especially memorable for its fireworks, J-rock, and traditional Japanese-inspired costumes.",2,200,jacket_2100,31002101,32002101,0,0,0,2016/09/14,1 +2102,Omoiyo Hitotsuninare,Omoiyo Hitotsuninare,Omoiyo Hitotsuninare,"Chika Takami (C.V: Anju Inami), Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), Mari Ohara (C.V: Aina Suzuki), and Ruby Kurosawa (C.V: Ai Furihata)",Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,Love Live! Sunshine!! Anime Episode 11 Soundtrack,"A song from episode 11 of the Love Live! Sunshine!! anime. It is performed in season 1 during the Love Live! preliminaries. Unfortunately, as the preliminaries fall on the same day as Riko's piano show, the other eight members must perform it without her. In the 1st Live tour, the actors reproduced Riko's piano part while in the 4th Live, Riko joined the rest of the cast to perform this song with nine people.",2,299,jacket_2102,31002102,32002102,0,0,0,2016/11/09,1 +2103,Pops Heart de Odorundamon!,Pops Heart de Odorundamon!,Pops Heart de Odorundamon!,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 1: Aqours Original Songs CD 1,"A song from the Love Live! Sunshine!! Anime Season 1 Blu-Ray Aqours Original Songs CD. This song is about spending a fantastic day, including dancing at a party, making it the ideal song for listening to in the morning of a day off before heading out to have fun. The Motown beat and the calls take the fun to the next level.",2,200,jacket_2103,31002103,32002103,0,0,0,2016/09/27,1 +2104,MIRAI TICKET,MIRAI TICKET,MIRAI TICKET,Aqours,Lyrics: Aki Hata
Composition / Arrangement: EFFY,Love Live! Sunshine!! Anime Episode 13 Soundtrack,"This song is played in season 1 of the Love Live! Sunshine!! anime during the Tokai regional qualifiers. After a pre-show performance depicting Aqours journey in a musical showtune style, this song brings the house down.",2,200,jacket_2102,31002104,32002104,0,0,0,2016/11/09,1 +2105,"Guilty Night, Guilty Kiss!","Guilty Night, Guilty Kiss!","Guilty Night, Guilty Kiss!",Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: R・O・N,Love Live! Sunshine!! Unit CD Vol. 3!,"A song on the Love Live! Sunshine!! third unit CD Strawberry Trapper. Starting with a kiss noise, this mature song details an aggressive approach to love. The ""guilty kiss"" and ""guilty night"" portions in the chorus are so catchy—throw the cute choreography into the mix, and you're bopping along with!",2,203,jacket_2094,31002105,32002105,0,0,0,2016/06/08,1 +2106,Soramo Kokoromo Harerukara,Soramo Kokoromo Harerukara,Soramo Kokoromo Harerukara,"Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)",Lyrics: Aki Hata
Composition: Atsushi Harada (Arte Refact)
Arrangement: Masatomi Waki (Arte Refact),Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 2: Aqours Original Songs CD 2,"A song from the Love Live! Sunshine!! Anime Season 1 Blu-Ray Aqours Original Songs CD 2. This song follows the girls in their process of trying new things, from initial jitters to the moment of ""See, I'm okay now!"" Chika, You, and Riko share a common emotional thread as easily as if it were a game of catch.",2,299,jacket_2106,31002106,32002106,0,0,0,2016/10/26,1 +2107,Jingle Bells ga Tomaranai,Jingle Bells ga Tomaranai,Jingle Bells ga Tomaranai,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY,Aqours SIF Collaboration Single Vol. 1,A Love Live! School Idol Festival collaboration single. Aqours' vibrant color is alive and well in this classic Christmas carol. A live-action CM was shot for each of the nine girls.,2,200,jacket_2107,31002107,32002107,0,0,0,2016/11/23,1 +2108,Seinaru Hino Inori,Seinaru Hino Inori,Seinaru Hino Inori,Aqours,Lyrics: Aki Hata
Composition: Shunsuke Tanaka
Arrangement: Shunsuke Tanaka and Ken Ito,Aqours SIF Collaboration Single Vol. 1: B-Side,"A song from the 1st Aqours SIF collaboration about being all alone on Christmas. However, in the end, the song reexamines the topic in an optimistic light. In live performances, each girl carries a lantern in her particular color. The Aqours' members then form a line and slowly walk forward while singing, making for a striking performance.",2,200,jacket_2107,31002108,32002108,0,0,0,2016/11/23,1 +2109,Waku-Waku-Week!,Waku-Waku-Week!,Waku-Waku-Week!,"Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Ruby Kurosawa (C.V: Ai Furihata)",Lyrics: Aki Hata
Composition: Ramseeni and Yogo Uchida
Arrangement: Kotaro Odaka and Ramseeni,Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 3: Aqours Original Songs CD 3,"A song from the Love Live! Sunshine!! Anime Season 1 Blu-Ray Aqours Original Songs CD 3. This song puts the high energy and chattiness of the first-years on full blast. In the final chorus, each girl slips in her own catchphrase.",2,299,jacket_2109,31002109,32002109,0,0,0,2016/11/25,1 +2111,Believe again,Believe again,Believe again,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack,"Saint Snow knows this is to be their final Love Live! before Sarah graduates, but the lyrics to this optimistic song are all about fresh starts and new beginnings. The heavy riffs and alternating rap sequences work together to give this song a modern heaviness.",2,204,jacket_2111,31002111,32002111,0,0,0,2019/02/06,1 +2112,Over The Next Rainbow,Over The Next Rainbow,Over The Next Rainbow,Saint Aqours Snow,Lyrics: Aki Hata
Composition: Kanata Okajima and TAKAROT
Arrangement: TAKAROT and Shinji Tanaka,Love Live! Sunshine!! The School Idol Movie Over the Rainbow Soundtrack Singles: Songs Inspired by the Film,"This song depicts Aqours and Saint Snow's next steps after passing ""over the rainbow"" as the film's title suggests, and a reflection on the journey up to this point, with lyrics such as ""I'll never, ever forget this.""",2,205,jacket_2111,31002112,32002112,0,0,0,2019/02/06,1 +2113,Sakura Bye Bye,Sakura Bye Bye,Sakura Bye Bye,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Love Live! Sunshine!! Anime Season 2 Blu-ray Bonus: CYaRon! New Songs CD,"A song about graduation. Even while singing about departure, CYaRon!'s cheerful voices put a smile on the listener's face and sets their hands waving in the air. In the 5th Live tour, CYaRon! rode out in a trolley while calling ""Bye-bye!"" as fans used their light sticks to create a rainbow.",2,201,jacket_2113,31002113,32002113,0,0,0,2018/06/22,1 +2114,No.10,No.10,No.10,Aqours,Lyrics: Aki Hata
Composition: Akira Sunset
Arrangement: APAZZI,Aqours 4th Live Theme Songs CD: B-Side,"This song tells every listener that Aqours isn't just nine people—the audience is the tenth member of the group! In the 4th Live tour, 50,000 Aqours members rocked the Tokyo Dome with a shout of ""10!""",2,200,jacket_2072,31002114,32002114,0,0,0,2018/08/01,1 +2115,Jump up HIGH!!,Jump up HIGH!!,Jump up HIGH!!,Aqours,"Lyrics: Aki Hata
Composition: Kanata Okajima, Koudai Iwatsubo and TAKAROT
Arrangement: TAKAROT",Aqours Jumpin' up Project Theme Songs CD,"The summer uniforms the Aqours girls wear on the CD cover art give this poppy EDM song the same invigorating feel as a soft drink ad. In live performances, the actors whip out towels and wave them about in big circles.",2,200,jacket_2115,31002115,32002115,0,0,0,2019/06/30,1 +2116,"Bouken Type A, B, C!!","Bouken Type A, B, C!!","Bouken Type A, B, C!!",Aqours,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,Aqours Best Of Album: Love Live! Sunshine!! Aqours CHRONICLE (2018–2020),"The theme song for the second installment of Real Escape Game x Love Live! Sunshine!! This cheerful song is a huge departure from the previous theme, Kimi no Hitomi o Meguru Boken. From moment one to the final chorus, this song offers adventures of all types from A to C.",2,200,jacket_2116,31002116,32002116,0,0,0,2021/10/07,1 +2117,Sotsugyo desu ne,Sotsugyo desu ne,Sotsugyo desu ne,AZALEA,Lyrics: Aki Hata
Composition: Hirotaka Hayakawa
Arrangement: TECHNOBOYS PULCRAFT GREEN-FUND,Love Live! Sunshine!! Anime Season 2 Blu-ray Bonus: AZALEA New Songs CD,"An AZALEA song about graduation. Kanan's heartfelt lyrics ""We start here and then go right or left"" and Dia's ""Each of us choosing our own futures"" highlights the theme of parting. Fans adore the moving choruses in live performances when the actors clasp their hands together and pump them back and forth.",2,202,jacket_2117,31002117,32002117,0,0,0,2018/06/22,1 +2118,Deep Resonance,Deep Resonance,Deep Resonance,Aqours,Lyrics: Aki Hata
Composition: Satoru Kuwabara (Arte Refact)
Arrangement: Takuya Sakai (Arte Refact),Aqours 4th Single (Shadowverse x SIF Collaboration Songs),"The B-side of MITAIKEN HORIZON, a Shadowverse x SIF collaboration song. While it also offers the pathos of lyrical rock, the classical strings and gothic tones give this song a strait-laced feel.",2,200,jacket_2119,31002118,32002118,0,0,0,2019/09/25,1 +2119,MITAIKEN HORIZON,MITAIKEN HORIZON,MITAIKEN HORIZON,Aqours,Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka,Aqours 4th Single,"Aqours' fourth single. Hanamaru takes the center role in this song after being picked in a poll. As much as it cuts a majestic figure with its strings and brass, the calls in the chorus and the speed of the drums lend this song positivity and plenty of middle-period Aqours charm.",2,200,jacket_2119,31002119,32002119,0,0,0,2019/09/25,1 +2120,Guilty!? Farewell party,Guilty!? Farewell party,Guilty!? Farewell party,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Yasushi Watanabe,Love Live! Sunshine!! Anime Season 2 Blu-ray Bonus: Guilty Kiss New Songs CD,"Continuing the series of graduation songs by CYaRon! and Azalea, Guilty Kiss steps in with a delightful party tune that focuses on having fun in the now instead of graduation and farewells.",2,203,jacket_2120,31002120,32002120,0,0,0,2018/06/22,1 +2121,New Romantic Sailors,New Romantic Sailors,New Romantic Sailors,Guilty Kiss,Lyrics: Aki Hata
Composition: Katsuhiko Sugiyama and ulala
Arrangement: ulala,Smartphone App Love Live! School Idol Festival Collaboration Single,"This song takes the three Guilty Kiss girls on a daring space adventure. Partway through the song, each girl busts out her signature move. Depending on the live show venue, lasers may come together to form a pyramid at this point.",2,203,jacket_2121,31002121,32002121,0,0,0,2019/11/27,1 +2122,Braveheart Coaster,Braveheart Coaster,Braveheart Coaster,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,Smartphone App Love Live! School Idol Festival Collaboration Single,"This song draws the audience into the fun, as each girl calls out ""Let's play with my color now!"" as if she were horsing around at a theme park. Fans know it well for the live show choreography, which playacts going on a rollercoaster.",2,201,jacket_2122,31002122,32002122,0,0,0,2019/12/04,1 +2123,Dance with Minotaurus,Dance with Minotaurus,Dance with Minotaurus,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda,Aqours 4th Single,"From moment one with the encouraging cheer, ""Fight oh!"" this song is a pick-me-up for the ""you"" character, as the singers tell them not to cry with their strong allies there to protect them. In live performances, the girls make Minotaur horns with their fingers as part of the choreography.",2,200,jacket_2119,31002123,32002123,0,0,0,2019/09/25,1 +2124,"i-n-g, I TRY!!","i-n-g, I TRY!!","i-n-g, I TRY!!",Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda,Love Live! Sunshine!! The School Idol Movie Over the Rainbow Blu-ray New Recordings of Aqours Original Songs CD,"As the opposite of Bokura no Hashittekita Michi wa... and Next SPARKLING!!, this song begins with the graduated third-years and uses the present progressive tense to tell their ongoing story. This mid-tempo pop tune shines through the sadness around graduation like a ray of light.",2,200,jacket_2124,31002124,32002124,0,0,0,2019/07/26,1 +2125,Love Pulsar,Love Pulsar,Love Pulsar,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Miki Watanabe,Smartphone App Love Live! School Idol Festival Collaboration Single: B-Side,"This song begins with bold laughter from the Guilty Kiss girls and a creepy vibe that lasts the entire song. It uses pulsars, astronomical objects that expel electricity, to explore the speed of love with lightning metaphors.",2,203,jacket_2121,31002125,32002125,0,0,0,2019/11/27,1 +2126,CHANGELESS,CHANGELESS,CHANGELESS,CYaRon!,Lyrics: Aki Hata
Composition / Arrangement: Wataru Maeguchi,Smartphone App Love Live! School Idol Festival Collaboration Single,"This song tells the tale of a girl walking alone on a beach, thinking of ""you"" who have gone so far away. She wants to tell you that she's waiting for you right here, but her words are swallowed up by the sky. With the final line, ""I whispered, 'We'll meet again someday,'"" she pledges to be reunited with you once more.",2,201,jacket_2122,31002126,32002126,0,0,0,2019/12/04,1 +2127,Kuchu Renairon,Kuchu Renairon,Kuchu Renairon,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Kohei by SIMONSAYZ,Smartphone App Love Live! School Idol Festival Collaboration Single,"Many of the lyrics, from ""I dreamt I was pursuing you"" to ""My chest burns so hot,"" reveal the one-sided nature of the love in this song. It also borrows the word ""dreamlike"" from the older song Tokimeki Bunruigaku, suggesting that the story began there continues here.",2,202,jacket_2029,31002127,32002127,0,0,0,2019/12/11,1 +2128,Phantom Rocket Adventure,Phantom Rocket Adventure,Phantom Rocket Adventure,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Yuki Honda (Arte Refact),Smartphone App Love Live! School Idol Festival Collaboration Single,"This song compares being unable to pluck up the courage to announce one-sided affection by equating the singer's runaway heart to a rocket. The ""extraterrestrial kiss"" in the third verse brings home all the bold Guilty Kiss goodness.",2,203,jacket_2121,31002128,32002128,0,0,0,2019/11/27,1 +2129,Kodoku Teleport,Kodoku Teleport,Kodoku Teleport,CYaRon!,Lyrics: Aki Hata
Composition: Atsushi Harada (Arte Refact)
Arrangement: Yatoki Tsukasa (Arte Refact),Smartphone App Love Live! School Idol Festival Collaboration Single,"This song explores the burning desire to see ""you."" It's so strong, the narrator claims she wishes she could ""teleport, so I could fly to you in an instant."" Sounds like a classic symptom of ""missing-you-itis.""",2,201,jacket_2122,31002129,32002129,0,0,0,2019/12/04,1 +2130,Fantastic Departure!,Fantastic Departure!,Fantastic Departure!,Aqours,Lyrics: Aki Hata
Composition: Kanata Okajima and MEG
Arrangement: MEG,Love Live! Sunshine!! Aqours 6th Love Live! Dome Tour Theme Songs CD,"This song shows Aqours making a fresh departure. With the dolphins, whales, and metaphors about the waves of current trends, it carries a strong nautical voyage theme. A whale named Poipoi joined the group on tour to take the girls on a ride during performances.",2,200,jacket_2130,31002130,32002130,0,0,0,2020/07/22,1 +2131,Maze Sekai,Maze Sekai,Maze Sekai,AZALEA,Lyrics: Aki Hata
Composition / Arrangement: Yosuke Kurokawa,Smartphone App Love Live! School Idol Festival Collaboration Single,"This song is all about taking on the future. When the singer compares a world to a maze, she walks a challenging path threaded with difficulties like a useless map and potentially missing the last flight off the planet. Yet her determination and mighty desire to survive demonstrate her resolution to rise to the challenge.",2,202,jacket_2029,31002131,32002131,0,0,0,2019/12/11,1 +2132,Dazzling White Town,Dazzling White Town,Dazzling White Town,Saint Snow,Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe,Saint Snow 1st Single,"With lyrics like, ""It all starts here"" and ""Snow whirls through the air,"" this song depicts the Saint Snow girls setting off from the snowy land of Hakodate to take on the world. This is their only single with a PV, but it pulls no stops in showing just how cool they are against a backdrop of Hakodate's city streets.",2,204,jacket_2132,31002132,32002132,0,0,0,2020/08/19,1 +2133,smile smile ship Start!,smile smile ship Start!,smile smile ship Start!,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kato,Aqours 5th Anniversary Animated PV Single,"This song depicts the Aqours' girls on a fun nautical journey. Picking up from where KISEKIHIKARU left off, this song is based off of the main theme of Love Live! Sunshine!!, another track included in the original soundtrack.",2,200,jacket_2133,31002133,32002133,0,0,0,2021/03/31,1 +2134,Misty Frosty Love,Misty Frosty Love,Misty Frosty Love,Riko Sakurauchi (C.V: Rikako Aida) and You Watanabe (C.V: Shuka Saito),Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi,Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION,"A wintry bonus song. It's a fun and cute tune that hearkens back to the happy days of yesteryear. Sure, the narrator and her love interest may be friends, but that doesn't mean the narrator can't feel jealous when someone else gets closer to the object of her affection in this Riko and You duet.",2,299,jacket_2015,31002134,32002134,0,0,0,2020/12/09,1 +2135,Future Flight,Future Flight,Future Flight,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Keisuke Koyama,Aqours Best Of Album: Love Live! Sunshine!! Aqours CHRONICLE (2015–2017),"This song is a grand compilation of Aqours' journey, with phrases like, ""I have a neverending dream"" portending the future. It was also the fans' top pick in the official New Special MV Poll.",2,200,jacket_2135,31002135,32002135,0,0,0,2020/10/07,1 +2136,Cotton Candy Ei-Ei-Oh!,Cotton Candy Ei-Ei-Oh!,Cotton Candy Ei-Ei-Oh!,Ruby Kurosawa (C.V: Ai Furihata),Lyrics: Aki Hata
Composition / Arrangement: TAKAROT,Aqours First Solo Concert Album Love Live! Sunshine!! Dia Kurosawa First Solo Concert Album ~RED GEM WINK~,"Fans know this song well for its influential design, the earworm phrase ""Yossha yossha, wasshoi!"" and the easy-to-learn dance moves. Dia joined Ruby in the first live performance to reenact the music video, much to the audience's amusement.",2,290,jacket_2136,31002136,32002136,0,0,0,2020/09/21,1 +2137,PURE PHRASE,PURE PHRASE,PURE PHRASE,Riko Sakurauchi (C.V: Rikako Aida),Lyrics: Aki Hata
Composition: Yuuta Yamaguchi,Aqours First Solo Concert Album Love Live! Sunshine!! Riko Sakurauchi First Solo Concert Album ~Pianoforte Monologue~,"While this may be a Riko solo, surprisingly, she is joined by a string section and a live band instead of a piano accompaniment. Even with the attention-grabbing elegance of the music, the lyrics about growth and change and the titular pure phrases grab at the heartstrings.",2,290,jacket_2137,31002137,32002137,0,0,0,2020/09/19,1 +2138,"Wake up, Challenger!!","Wake up, Challenger!!","Wake up, Challenger!!",Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata,Smartphone App Love Live! School Idol Festival ALL STARS Collaboration Single: B-Side,"The excitement is off the charts in this morale-raising song from the first moment of the hand-clapping intro. Even in situations where success seems impossible, Aqours can inspire the listener to go for it.",2,200,jacket_2009,31002138,32002138,0,0,0,2019/10/30,1 +2142,Kimino Kokorowa Kagayaiterukai?,Kimino Kokorowa Kagayaiterukai?,Kimino Kokorowa Kagayaiterukai?,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY,Aqours 1st Single,"This song is where it all began for Aqours. First released with an MV before the anime, it later showed up in season 2, episode 3 with the girls running to a school in a scene containing throwbacks to the MV.",2,200,jacket_2142,31002142,32002142,0,0,0,2015/10/07,1 +2143,BANZAI! digital trippers,BANZAI! digital trippers,BANZAI! digital trippers,Aqours ft. Hatsune Miku,Lyrics: Aki Hata
Composition / Arrangement: Mitchie M,Love Live! Sunshine!! x Miku Hatsune Collaboration Animated PV Single,"A single with an animated PV from the Hatsune Miku collaboration. This ambitious piece is the first artist collaboration with the Vocaloid Hatsune Miku with chiptune and kawaii future bass elements. Yet for all those, Aqours core sound remains strong.",2,299,jacket_2143,31002143,32002143,0,0,0,2022/08/24,1 +2144,Deep Sea Cocoon,Deep Sea Cocoon,Deep Sea Cocoon,Guilty Kiss,Lyrics: Aki Hata
Composition: MEG and Kanata Okajima
Arrangement: MEG,Love Live! Sunshine!! Guilty Kiss 1st Full Album: B-Side,"In the style of bold approaches that Guilty Kiss is known for, the singer promises to use her ""impolite love to snatch you away."" The song builds in excitement from the intro before reaching a crescendo with a heavy rock sound.",2,203,jacket_2152,31002144,32002144,0,0,0,2021/07/28,1 +2145,DREAMY COLOR,DREAMY COLOR,DREAMY COLOR,Aqours,Lyrics: Aki Hata
Composition: Kanata Okajima and MEG
Arrangement: MEG,We Are Challengers Project Theme Songs CD,"With the phrase ""a new excitement,"" this song dares listeners to go try new things. It attracted major attention with its live action music video, the first to ever appear in Love Live!",2,200,jacket_2145,31002145,32002145,0,0,0,2021/06/30,1 +2146,KU-RU-KU-RU Cruller!,KU-RU-KU-RU Cruller!,KU-RU-KU-RU Cruller!,Aqours,Lyrics: Aki Hata
Composition: Kanata Okajima and Soma Genda
Arrangement: Soma Genda,Love Live! Sunshine!! Animated PV Single (Monster Strike x Love Live! Sunshine!! Collaboration Songs),"This disco tune calls to mind a modern arrangement of city pop, which is a whole new world for Aqours. This song is part of a collaboration with Monster Strike, giving its animated PV a pinball theme.",2,200,jacket_2146,31002146,32002146,0,0,0,2021/09/22,1 +2147,LIVE with a smile! (Aqours Ver.),LIVE with a smile! (Aqours Ver.),LIVE with a smile! (Aqours Ver.),Aqours,Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall),Love Live! Series Presents COUNTDOWN Love Live! 2021 → 2022 ~LIVE with a smile!~ Theme Songs CD,"For the first time ever, three generations of school idols came together in this CD of singles, reminding fans all over again of the connections between characters and the epic stories of Love Live! Throwbacks to past songs for each of the school idol groups are sprinkled throughout the lyrics.",2,200,jacket_9001,31002147,32002147,0,0,0,2021/11/03,1 +2148,MOTTO-ZUTTO be with you,MOTTO-ZUTTO be with you,MOTTO-ZUTTO be with you,Dia Kurosawa (C.V: Arisa Komiya),Lyrics: Aki Hata
Composition: Yuya Fujinaka and Jays
Arrangement: Jays,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Dia Kurosawa,"A Dia solo. She developed a knack for techno-pop through AZALEA and put it all into this tropical house-style EDM song. At the 6th Love Live! Tour, she had the audience spellbound as she performed the song in the center of the Tokyo Dome.
",2,290,jacket_2148,31002148,32002148,0,0,0,2022/01/01,1 +2149,Nameless Love Song,Nameless Love Song,Nameless Love Song,Guilty Kiss,Lyrics: Aki Hata
Composition: MEG and Kanata Okajima
Arrangement: MEG,Love Live! Sunshine!! Guilty Kiss 1st Full Album: B-Side,"While the ""nameless"" in the title might suggest otherwise, this is a love song that expresses a tidal wave of emotion. The floaty guitar and synth riffs intertwine and add pleasing progressions to this mid-tempo jam.
",2,203,jacket_2152,31002149,32002149,0,0,0,2021/07/28,1 +2150,not ALONE not HITORI,not ALONE not HITORI,not ALONE not HITORI,Aqours,Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka and Naoki Tani (HANO),Love Live! Series' All-Night Japan GOLD Collaboration Project Split Single,"Aqours wants listeners to know they're not alone, and this song conveys their support in spades. The girls are in full DJ mode on the album jacket as they sit at a round table with a bright red ""ON AIR"" sign front and center.
",2,200,jacket_2150,31002150,32002150,0,0,0,2021/11/24,1 +2151,Shiny Racers,Shiny Racers,Shiny Racers,Mari Ohara (C.V: Aina Suzuki),Lyrics: Aki Hata
Composition / Arrangement: Hiromitsu Kawashima
,Aqours First Solo Concert Album Love Live! Sunshine!! Mari Ohara First Solo Concert Album ~New winding road~,"The colorful, poppy music video + memories of Mari's awkward driving from season 2, episode 10 makes for a bit of an odd crossover, but it's hard not to think of them both! The fast tempo is a perfect match for Mari, who's always racing at top speed towards her goals.
",2,290,jacket_2151,31002151,32002151,0,0,0,2021/06/13,1 +2152,Shooting Star Warrior,Shooting Star Warrior,Shooting Star Warrior,Guilty Kiss,Lyrics: Aki Hata
Composition: MEG and Kanata Okajima
Arrangement: MEG,Love Live! Sunshine!! Guilty Kiss 1st Full Album,"A Guilty Kiss pop-rock stomper that pays tribute to earlier American hard rock. The lyrics let fans know the girls are with them, and not to give up! It's hard not to feel stronger and want to start moving your body listening to this one.
",2,203,jacket_2152,31002152,32002152,0,0,0,2021/07/28,1 +2153,Aru Hi...Eien Mitai ni!,Aru Hi...Eien Mitai ni!,Aru Hi...Eien Mitai ni!,CYaRon!,Lyrics: Aki Hata
Composition: TAKUYA
Arrangement: Akimitsu Homma,Love Live! Sunshine!! CYaRon! 1st Full Album,"This multilayered song is full of waves, pearls, fish, and other aquatic imagery. The lyrics sing about a staircase suddenly appearing in the sea, perhaps a metaphor for how Chika first met the others and discovered school idols. When debuting this song, CYaRon! appeared on a large shell stage wearing the costumes from the album jacket.
",2,201,jacket_2153,31002153,32002153,0,0,0,2021/06/02,1 +2154,Yume + Mirai = Mugendai,Yume + Mirai = Mugendai,Yume + Mirai = Mugendai,Aqours,"Lyrics: Aki Hata
Composition: Junya Maesako, Ryosuke Saito and Hitoshi Harukawa
Arrangement: Ryosuke Saito and Hitoshi Harukawa",Aqours Infinite WORLD ☆ Project Theme Songs CD,"A song about wanting to keep growing and sharing your dreams with the world. Each member's version has a slightly different feel, but few seconds in and you can already picture each member of Aqours getting excited for her next challenge.
",2,200,jacket_2154,31002154,32002154,0,0,0,2022/06/30,1 +2156,KA-GA-YA-KI-RA-RI-RA,KA-GA-YA-KI-RA-RI-RA,KA-GA-YA-KI-RA-RI-RA,Aqours ft. Hatsune Miku,Lyrics: KIRA and Aki Hata
Composition / Arrangement: KIRA,Love Live! Sunshine!! x Miku Hatsune Collaboration Animated PV Single,"A collab song with Hatsune Miku herself! A total 180 from BANZAI!! digital trippers, this is a cool club song with an EDM feel. The music video dropped during the February 2023 live performance with no advance notice!
",2,299,jacket_2143,31002156,32002156,0,0,0,2022/08/24,1 +2157,Paradise Chime,Paradise Chime,Paradise Chime,You Watanabe (C.V: Shuka Saito),Lyrics: Aki Hata
Composition: TAKAROT and FUNK UCHINO
Arrangement: TAKAROT,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring You Watanabe,"You likens hopes, dreams, and premonitions to chimes, and it's easy to picture her going to ring them as she sings this song. The rap in the second part adds an intensity that makes this one a great fit for clubs or outdoor music fests.
",2,290,jacket_2157,31002157,32002157,0,0,0,2022/04/17,1 +2158,"Love is all, I sing love is all!","Love is all, I sing love is all!","Love is all, I sing love is all!",Mari Ohara (C.V: Aina Suzuki),Lyrics: Aki Hata
Composition: TAKUYA
Arrangement: Jun Murayama,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Mari Ohara,"A Mari solo with ingenious piano phrases that make you want to get up and dance, and an exciting English opening that kicks things off with lots of energy. Mari sings all about becoming a school idol, meeting new people, and how she's felt along the way.
",2,290,jacket_2158,31002158,32002158,0,0,0,2022/06/13,1 +2159,Meimei Tantei Yohane,Meimei Tantei Yohane,Meimei Tantei Yohane,Yoshiko Tsushima (C.V: Aika Kobayashi),Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: Diz,Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Yoshiko Tsushima,"Yohane has become a case-cracking detective?! In name only, perhaps. But a cool, confident attitude coupled with a rough, conspicuous investigative style... that's Yohane-ish, right? During its premier at the 6th Love Live! Tour, fans were stunned as they heard a voice call ""Awaken to wisdom"" as black wings spread across the Tokyo Dome's video wall.
",2,290,jacket_2159,31002159,32002159,0,0,0,2022/07/13,1 +2160,Namioto Refrain,Namioto Refrain,Namioto Refrain,Chika Takami (C.V: Anju Inami),Lyrics: Aki Hata
Composition: nako
Arrangement: Satomi Kawasaki,"Aqours Third Solo Concert Album Love Live! Sunshine!! Third Solo Concert Album ~THE STORY OF ""OVER THE RAINBOW""~ starring Chika Takami","A melodic, ballad-esque solo much different from the cheerful, energetic pop you'd usually expect from Chika. As she ponders where to go next, she sings about the people she's met and the time they've spent along the way. She comes to the conclusion that she knows new challenges await, and wants to keep singing and shining no matter what.
",2,290,jacket_2160,31002160,32002160,0,0,0,2022/08/01,1 +2161,Minamo ni Piano,Minamo ni Piano,Minamo ni Piano,Riko Sakurauchi (C.V: Rikako Aida),Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,"Aqours Third Solo Concert Album Love Live! Sunshine!! Third Solo Concert Album ~THE STORY OF ""OVER THE RAINBOW""~ starring Riko Sakurauchi","Watching the waves gets Riko thinking about how she wants to be stronger, while realizing she's already been changing. She likens the sounds of the waves to a new song about her own future. This one's pure Riko.
",2,290,jacket_2161,31002161,32002161,0,0,0,2022/09/19,1 +2162,Aikotoba,Aikotoba,Aikotoba,Ruby Kurosawa (C.V: Ai Furihata),Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada,"Aqours Third Solo Concert Album Love Live! Sunshine!! Third Solo Concert Album ~THE STORY OF ""OVER THE RAINBOW""~ starring Ruby Kurosawa","""ikotoba"" means ""password,"" and the password this time is ""I'll do my Rubesty"" and it's clear she wants us all to do the same, encouraging listeners to take a step forward and not shy away from hardship. The cadence of her voice towards the end sounds like confident strides towards the next goal!
",2,290,jacket_2162,31002162,32002162,0,0,0,2022/09/21,1 +2163,"GEMSTONE ""DE-A-I""","GEMSTONE ""DE-A-I""","GEMSTONE ""DE-A-I""",Aqours,Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki,,"This song rings with a desire to shine brighter, even after making so much progress. At the 6th Love Live! Tour, the performance was reminiscent of Next SPARKLING!! where the third-years graduated and left the remaining six to sing on their own for the first time. Seeing how strong they've become, fans couldn't help but think of what bright futures await all nine members.",2,200,jacket_2163,31002163,32002163,0,0,0,2022/03/29,1 +2164,Waai WaiWai WaiWaiWai!,Waai WaiWai WaiWaiWai!,Waai WaiWai WaiWaiWai!,"YYY (You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), and Ruby Kurosawa (C.V: Ai Furihata))",Lyrics: Kenichi Maeyamada
Composition: Kenichi Maeyamada
Arrangement: Tota Fujiwara,,"After noticing all their names have a ""Y"" in them, the girls took it on as their unit name and made this song specifically for the radio. The rapid, chattering lyrics and sudden tempo and melody changes are meant to evoke on-air DJs bantering back and forth.
",2,299,jacket_2164,31002164,32002164,0,0,0,2022/11/09,1 +2165,Brightest Melody,Brightest Melody,Brightest Melody,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu (FirstCall)
Arrangement: EFFY (FirstCall),Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack,"Sung by the full nine members of Aqours before the third-year girls graduated. It touches on the limitless potential of their futures while also looking back on their days together. With the ardent support of their fans, Aqours performed this live at the 6th Love Live! Tour backed by the Uranohoshi Symphony Orchestra.
",2,200,jacket_2111,31002165,32002165,0,0,0,2019/02/06,1 +2166,Pure heart Pure wish,Pure heart Pure wish,Pure heart Pure wish,Dia Kurosawa (C.V: Arisa Komiya),Lyrics: Aki Hata
Composition: Menma
Arrangement: Menma,,"This song is pumped full of purity and innocence from the first generation of Aqours, formed by Dia Kurosawa with Kanan Matsuura and Mari Ohara as first-years.
The melody somewhat resembles that of a μ's track, firmly accentuating Dia's love for μ's.",2,290,jacket_2166,31002166,32002166,0,0,0,2023/01/01,223061105 +2167,Sentimental Lemonade,Sentimental Lemonade,Sentimental Lemonade,Kanan Matsuura (C.V: Nanaka Suwa),Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Tetsushi Enami,,"During her last summer vacation before graduating high school, third-year Kanan Matsuura harbors mixed feelings of anxiety and expectations for her future.
Contrary to her emotions, the town of Uchiura remains peaceful and calm. This cute track features Kanan singing of her somewhat sentimental state of mind while visualizing the ocean she loves so much.",2,290,jacket_2167,31002167,32002167,0,0,0,2023/02/10,223071001 +2168,TSUBOMI SEASON,TSUBOMI SEASON,TSUBOMI SEASON,Hanamaru Kunikida (C.V: Kanako Takatsuki),Lyrics: Aki Hata
Composition: nako
Arrangement: Kazunori Watanabe,,"Feeling tension and uncertainty between the remaining members as the third-years face graduation, first-year Hanamaru Kunikida feels the need to improve herself from within.
Her soft, yet powerful determination is apparent in this song, which likens her emotional discord to an opening flower bud as she must slowly begin to emerge from her shell.",2,290,jacket_2168,31002168,32002168,0,0,0,2023/03/03,223071001 +2169,Ao no Aurora,Ao no Aurora,Ao no Aurora,You Watanabe (C.V: Shuka Saito),Lyrics: Aki Hata
Composition: T4K
Arrangement: T4K,,"With the graduation of the third-year members of the group looming, You Watanabe feels a strong sense of duty for the second years to become leaders.
The lyrics weave the remaining members’ wish to guide the way and to become a lighthouse that the graduating members can always feel welcome coming home to... With a ship’s captain as a father whom she respects very much, this song has strong ties to You Watanabe.",2,290,jacket_2169,31002169,32002169,0,0,0,2023/04/17,223100303 +2170,Mata Kimi ni Aunda,Mata Kimi ni Aunda,Mata Kimi ni Aunda,Mari Ohara (C.V: Aina Suzuki),"Lyrics: Aki Hata
Composition: Junya Maesako, Dr. Lilcom, and Hitoshi Harukawa
Arrangement: Dr. Lilcom",,"Mari returns to fulfill her promise to Dia and Kanan of winning Love Live! After securing an impressive victory with a nine-member Aqours that includes Chika’s group, Mari faces a new journey and her new life after graduation. This song and lyrics explore what’s in Mari’s heart during this moment.",2,290,jacket_2170,31002170,32002170,0,0,0,2023/06/13,223100303 +2171,MABOROSHI wing,MABOROSHI wing,MABOROSHI wing,Yoshiko Tsushima (C.V: Aika Kobayashi),"Lyrics: Aki Hata
Composition: Junya Maesako, MARI, and Hitoshi Harukawa
Arrangement: MARI",,"At times, she's the cute innocent Angel. At other times, she's the ditzy Fallen Angel.
She's Yohane! The enigmatic girl who transcends space and time, traversing between reality and illusion. This is her new theme song ☆",2,290,jacket_2171,31002171,32002171,0,0,0,2023/07/13,223100303 +2172,Fabotage,Fabotage,Fabotage,"YYY (You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), and Ruby Kurosawa (C.V: Ai Furihata))","Lyrics: Kaoru Kami
Composition: TOPHAMHAT-KYO (FAKE TYPE.), TAKAROT and RUSH EYE
Arrangement: RUSH EYE",,"B-side track included in theme song CD Waai WaiWai WaiWaiWai! recorded by radio personalities YYY (You Watanabe, Yoshiko Tsushima, Ruby Kurosawa). A song with YYY's signature upbeat style, featuring tons of 2020's wordplay making waves on the radio as well as social media.
*""Fabotage"" is a made-up word combining ""sabotage"" and ""favorite"" (referring to ""liking"" something on social media) to express sabotaging likes.",2,299,jacket_2164,31002172,32002172,0,0,0,2022/11/09,1 +2173,Soramo Kokoromo Harerukara (9 Singers Ver.),Soramo Kokoromo Harerukara (9 Singers Ver.),Soramo Kokoromo Harerukara (9 Singers Ver.),Aqours,Lyrics: Aki Hata
Composition: Atsushi Harada (Arte Refact)
Arrangement: Masatomi Waki (Arte Refact),,"This played in the anime when the decision to close the school was finalized. The ""biting my lip"" and ""going to cry"" lyrics express the unease of taking on a challenge into a new feeling of having tried one's best and still coming up a bit short.
",2,200,jacket_2135,31002173,32002173,0,0,0,2020/10/07,1 +2174,Omoiyo Hitotsuninare (9 Singers Ver.),Omoiyo Hitotsuninare (9 Singers Ver.),Omoiyo Hitotsuninare (9 Singers Ver.),Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki,,"The song that couldn't be performed with the full group in the anime is playable now! At the 4th Love Live!, the second-years (yes, including Riko) started the singing off while Riko played piano, and then she joined the other eight onstage to dance alongside them. The performance truly did justice to the lyrics that go ""I really understand now, I am not alone.""
",2,200,jacket_2174,31002174,32002174,0,0,0,2022/02/16,1 +2175,"SORA, FUJI, SUNSHINE!","SORA, FUJI, SUNSHINE!","SORA, FUJI, SUNSHINE!",Aqours,"Lyrics: Aki Hata
Composition: Junya Maesako, RUSH EYE, and Hitoshi Harukawa
Arrangement: RUSH EYE",,"Celebrating 8 years of Aqours! Mt. Fuji! Expanding Project ☆ theme song
8 years after its founding, Numazu and Aqours will expand just like the sprawling foothills of Mt. Fuji.
This song expresses the members’ desire for their music to reach as many people as possible ♪
They want everyone to clap along in the clapping sections. That, along with the 8-year celebratory cries of “Pachi pachi!”
make for a very lively song.",2,200,jacket_2175,31002175,32002175,0,0,0,2023/06/30,223100303 +2176,Koini Naritai AQUARIUM (School Idol Festival AC),Koini Naritai AQUARIUM (School Idol Festival AC),Koini Naritai AQUARIUM,Aqours,Lyrics: Aki Hata
Composition: Yugo Sasakura
Arrangement: Kazunori Watanabe,Aqours 2nd Single,"The title song of Aqours 2nd single. This is also You Watanabe's first song in the center role, as was decided by the first ever Love Live! Sunshine!! center poll. Using the theme of an aquarium, this song paints a mental image of the fish and the girls having a blast dancing.",2,200,jacket_2088,31002176,32002176,0,0,1,2016/04/27,224012901 +2177,Strawberry Trapper (School Idol Festival AC),Strawberry Trapper (School Idol Festival AC),Strawberry Trapper,Guilty Kiss,Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki,Love Live! Sunshine!! Unit CD Vol. 3!,"The title song of the Love Live! Sunshine!! third unit CD. The main character has a crush on ""you,"" but you seem to be slow on the uptake. Sounds like it's time for her to set a trap for you. Her assertive approach, while thrilling and fun, ultimately concludes with you falling under her spell. The lyrics and the music are a perfect match for one another, with endless excitement from the first ""Ready?""",2,203,jacket_2094,31002177,32002177,0,0,1,2016/06/08,224012901 +2178,Aozora Jumping Heart (School Idol Festival AC),Aozora Jumping Heart (School Idol Festival AC),Aozora Jumping Heart,Aqours,Lyrics: Aki Hata
Composition: Ken Ito and Hajime Mitsumasu
Arrangement: EFFY,Love Live! Sunshine!! Anime Opening Theme,"The opening theme for the first season of the Love Live! Sunshine!! anime. This tried-and-true Aqours song delivers all the usual Love Live! goodness while also hinting at the start of a new chapter in the school idol story. With the fade-in like a curtain rising and the nonstop enthusiasm, this song promises a new story unfolding.",2,200,jacket_2096,31002178,32002178,0,0,1,2016/07/20,224012901 +2179,Jingle Bells ga Tomaranai (School Idol Festival AC),Jingle Bells ga Tomaranai (School Idol Festival AC),Jingle Bells ga Tomaranai,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY,Aqours SIF Collaboration Single Vol. 1,A Love Live! School Idol Festival collaboration single. Aqours' vibrant color is alive and well in this classic Christmas carol. A live-action CM was shot for each of the nine girls.,2,200,jacket_2107,31002179,32002179,0,0,1,2016/11/23,224012901 +2180,HAPPY PARTY TRAIN (School Idol Festival AC),HAPPY PARTY TRAIN (School Idol Festival AC),HAPPY PARTY TRAIN,Aqours,Lyrics: Aki Hata
Composition: Takuya Watanabe
Arrangement: EFFY,Aqours 3rd Single,"Aqours' third single. Kanan was chosen to play the song's center role through a poll. The melancholy melody forewarning departure and the world building described by the lyrics are especially memorable. This song was first toured in Aqours second tour, also called HAPPY PARTY TRAIN, in which they literally rode the train all across Japan to meet fans everywhere.",2,200,jacket_2035,31002180,32002180,0,0,1,2017/04/05,224012901 +2181,Mirai no Bokura wa Shitteru yo (School Idol Festival AC),Mirai no Bokura wa Shitteru yo (School Idol Festival AC),Mirai no Bokura wa Shitteru yo,Aqours,Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY,Love Live! Sunshine!! Anime Season 2 Opening Theme,The line Let's strive for a future where we can compete with everything we havetelevises the burning frustration the Aqours girls felt when they weren't able to compete in the first season of the anime. The song describes their efforts to achieve their dream.,2,200,jacket_2044,31002181,32002181,0,0,1,2017/10/25,224012901 +3001,Aion no Uta,Aion no Uta,Aion no Uta,Emma Verde (C.V: Maria Sashide),Lyrics: Ryota Saito
Composition / Arrangement: Kenta Urashima and Takumi Yamamoto,Nijigasaki High School Idol Club Emma Bond Episode 21 Soundtrack,"As shown in an All Stars Kizuna episode, this is the song Emma inherited from Mai Natsuka, her personal heroine, when they met at a photo studio in Switzerland. The slightly melancholy Japanese ballad and Emma's Swiss-accented singing voice combine to make a uniquely moving tune. At the live show, she gave a stirring performance with folding fans during the chorus.
",3,390,jacket_3003,31003001,32003001,0,0,0,2020/09/02,1 +3002,Zensoku Dreamer,Zensoku Dreamer,Zensoku Dreamer,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition: DAICHI and Shunsuke Harada
Arrangement: Shunsuke Harada,,"The B-side song with NEO SKY, NEO MAP!. The dynamic opening lyrics and lead guitar instantly take listeners to a bright, happy place. At the R3BIRTH unit live show / meet & greet, the original dance patterned after a weightlifting workout became a hot topic.",3,300,jacket_3051,31003002,32003002,0,0,0,2020/11/04,1 +3003,Just Believe!!!,Just Believe!!!,Just Believe!!!,Nijigasaki High School Idol Club,"Lyrics: Ayaka Miyake
Composition / Arrangement: ygarshy , PASSiON KiNG",,"Except for remakes of existing tunes, this is the first Nijigasaki High School Idol Club song to feature all ten members after Shioriko joined. The intro kicks off with all the girls lined up in a row, signaling that this is a new beginning. Of all the Nijigasaki songs, the fierce dancing in Just Believe!!! left a lasting impression on fans.
",3,300,jacket_3003,31003003,32003003,0,0,0,2020/09/02,1 +3004,Fire Bird,Fire Bird,Fire Bird,Karin Asaka (C.V: Miyu Kubota),Lyrics: BEATNINE
Composition / Arrangement: Carlos K.,Nijigasaki High School Idol Club Karin Bond Episode 20 Soundtrack,"A song from the Nijigasaki High School Idol Club's third album. A Kizuna episode revealed Karin made this to demonstrate her passion to fan club members. The flamenco guitar, Latin rhythm, passionate dancing reminiscent of a flaming bird create an irresistible, captivating performance.
",3,390,jacket_3003,31003004,32003004,0,0,0,2020/09/02,1 +3005,Märchen Star,Märchen Star,Märchen Star,Kanata Konoe (C.V: Akari Kito),Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz,Nijigasaki High School Idol Club Kanata Bond Episode 21 Soundtrack,"In an All Stars Kizuna episode, this was sung for the fan club to express a beautiful, dreamlike place. The unique, musical 3/4 time melody certainly transports listeners to another world.
",3,390,jacket_3003,31003005,32003005,0,0,0,2020/09/02,1 +3006,Swinging!,Swinging!,Swinging!,QU4RTZ,Lyrics: miyakei and DAICHI
Composition: Keisuke Koyama and DAICHI
Arrangement: Keisuke Koyama,,"QU4RTZ's second single. Fans get to experience the beautiful harmonization that only QU4RTZ can produce. The girls sing as if casually swaying back and forth on a swing, and during the live show, they did exactly that, just like on the CD jacket. A mature, mid-tempo pop tune with lots of cutting guitar riffs and fancy piano playing.
",3,303,jacket_3006,31003006,32003006,0,0,0,2021/07/14,1 +3007,Not Sad,Not Sad,Not Sad,QU4RTZ,Lyrics: Masami Kakinuma
Composition: Yoshihiro Suda and Takeru Yoda
Arrangement: Takeru Yoda,,"Like the title says, this song is all about staying positive. The lyrics ""Farewell is not the final answer, it's just the start of a brand-new path"" shows how partings don't always have to be sad. Those optimistic words of encouragement sung in beautiful harmony, speak to the heart. The path we've walked thus far connects to the next part of the journey.
",3,303,jacket_3006,31003007,32003007,0,0,0,2021/07/15,1 +3008,Analog Heart,Analog Heart,Analog Heart,Rina Tennoji (C.V: Chiemi Tanaka),Lyrics: NOVECHIKA
Composition: Morito Yonezawa and Ayato Fujiwawa
Arrangement: JOE and Ayato Fujiwara,Nijigasaki High School Idol Club Rina Bond Episode 21 Soundtrack,"This song was performed at an online live show for a fan event in a Kizuna episode. It was done specially for a group of fans who expressed a desire to ""listen to Rina sing in a quiet environment."" The song intimately expresses Rina's desire to make friends and strengthen her bonds with others.
",3,390,jacket_3003,31003008,32003008,0,0,0,2020/09/02,1 +3009,I'm Still...,I'm Still...,I'm Still...,Mia Taylor (C.V: Shu Uchida),Lyrics: nana hatori
Composition / Arrangement: Soranoalto,All Stars Story Chapter 22 Soundtrack,"Featured in All Starts story chapter 22. This song touches on Mia's past experience succumbing to the pressure of being part of the famous Taylor family to the point where she couldn't even sing. A ballad that walks through her meeting Rina, being exposed to school idols, and returning to the stage. The very first song in the Love Live! series with primarily English lyrics!",3,390,jacket_3016,31003009,32003009,0,0,0,2021/10/06,1 +3010,Queendom,Queendom,Queendom,Lanzhu Zhong (C.V: Akina Homoto),Lyrics / Composition / Arrangement: BEATNINE,All Stars Story Chapter 20 Soundtrack,"Featured in All Stars story chapter 20. A grandiose, flamboyant song showcasing Lanzhu's personality that highlights the second season of the All Stars main story progression. In season 2, episode 8 of the anime Lanzhu sung the song a capella in a scene that transfixed the audience and left a lasting impression.",3,390,jacket_3016,31003010,32003010,0,0,0,2021/10/06,1 +3011,Say Good-Bye Namida,Say Good-Bye Namida,Say Good-Bye Namida,Ayumu Uehara (C.V: Aguri Onishi),Lyrics / Composition: Akira Sunset
Arrangement: Naoki Endo,Nijigasaki High School Idol Club Ayumu Bond Episode 21 Soundtrack,"Performed by Ayumu in an All Stars Kizuna episode for her loyal fans. It carries a message of Ayumu trying to love herself more. She put her feelings directly into lyrics, and the end result is a peppy tune that leaves listeners feeling more optimistic.
",3,390,jacket_3003,31003011,32003011,0,0,0,2020/09/02,1 +3012,Margaret,Margaret,Margaret,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics: Ereca Suzuki
Composition / Arrangement: Carlos K.,Nijigasaki High School Idol Club Kasumi Bond Episode 20 Soundtrack,"Performed by Kasumi in an All Stars Kizuna episode. Initially upset that only her fan club numbers seemed to be stagnant, Kasumi sung this for those fans who continued to encourage her and let her true feelings out in the lyrics. This beautiful ballad admits to some weakness, and the real Kasumi underneath the school idol slips in and out of view.
",3,390,jacket_3003,31003012,32003012,0,0,0,2020/09/02,1 +3013,LIKE IT! LOVE IT!,LIKE IT! LOVE IT!,LIKE IT! LOVE IT!,Setsuna Yuki (C.V: Tomori Kusunoki),"Lyrics: Ereca Suzuki
Composition: Manaka Suzuki, Hiroki Sagwa and Takeru Yoda
Arrangement: Takeru Yoda",Nijigasaki High School Idol Club Setsuna Bond Episode 21 Soundtrack,"Performed by Setsuna in an All Stars Kizuna episode. A song with a message! Setsuna performed this to share her love far and wide. A rock tune full of enthusiasm and zeal that's a perfect fit for Setsuna. Rather than let someone else's passion do the talking, she believes expressing herself directly is the only way to communicate how she feels.
",3,390,jacket_3003,31003013,32003013,0,0,0,2020/09/02,1 +3014,Folklore ~Kanki no Uta~,Folklore ~Kanki no Uta~,Folklore ~Kanki no Uta~,A·ZU·NA,Lyrics: Sorano Muraki
Composition / Arrangement: Soranoalto,,"Appearing on the same CD as Maze Town, a high tempo song sung in a major key. The harmony and key changes in the ""Pure-rara-lu Parira-ta-ta"" interlude fit the subtitle (Ode to Joy) perfectly. It's 100% musical joy!
",3,302,jacket_3048,31003014,32003014,0,0,0,2021/06/16,1 +3015,Muteki-kyuu*Believer,Muteki-kyuu*Believer,Muteki-kyuu*Believer,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics: Ayaka Miyake
Composition: DECO*27
Arrangement: Rockwell,,"A Nijigasaki High School Idol Club single with an animated promo video. Written especially for Kasumi, it won the voter's choice for single to get an animated PV. We all have times when we look in the mirror and feel down about what's reflected back. This song's uplifting lyrics encourage us to be brave and keep moving forward.
",3,390,jacket_3015,31003015,32003015,0,0,0,2020/07/29,1 +3016,MONSTER GIRLS,MONSTER GIRLS,MONSTER GIRLS,R3BIRTH,Lyrics / Composition / Arrangement: Dummy Dog,All Stars Story Chapter 28 Soundtrack,"R3BIRTH's first single. Mia wrote this as a challenge to Lanzhu in All Stars story chapter 28. The heavy EDM beats remind listeners that a new era is coming with the formation of this fourth unit. The lyrics for MONSTER GIRLS include Japanese, English, and Chinese, reflecting the rich multicultural diversity of the unit's members.
",3,304,jacket_3016,31003016,32003016,0,0,0,2021/10/06,1 +3017,Audrey,Audrey,Audrey,Shizuku Osaka (C.V: Kaori Maeda),Lyrics / Composition: Tsukimisou
Arrangement: Hiroto Kikuchi,Nijigasaki High School Idol Club Shizuku Bond Episode 12 Soundtrack,"First appeared on the second Nijigasaki High School Idol Club album. A song prepared by the player in an All Stars Kizuna episode for Shizuku. The aim was to write a song for her to use when playing the part of her ideal school idol. The rock band sound puts it in a different genre than Shizuku's usual songs, but perhaps that makes it the perfect choice for an accomplished actress.",3,390,jacket_3047,31003017,32003017,0,0,0,2019/10/02,1 +3018,Silent Blaze,Silent Blaze,Silent Blaze,Kanata Konoe (C.V: Akari Kito),Lyrics: Ereca Suzuki
Composition: Ereca Suzuki and Mash Tanaka
Arrangement: Mash Tanaka,Nijigasaki High School Idol Club Kanata Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Kanata was put in charge of writing the manga research club's theme song for the school film festival. She expertly expresses the feelings of the song's female ninja, and the desire to fight to defend peace shines through brilliantly. Kanata and hard rock is a rare combo, but a welcome one.
",3,390,jacket_3044,31003018,32003018,0,0,0,2021/10/13,1 +3019,Sweet Eyes,Sweet Eyes,Sweet Eyes,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition / Arrangement: Carlos K. and Mash Tanaka,,"B-side coupled with Nijiiro Passions!. In a rare break from their usual jams, Nijigasaki High School Idol Club put out this sugary sweet love song. The lyrics talk of a young girl's unrequired love to a lively pop melody with roots in American disco. All in all, it's a fun, peppy dance tune with fun back-and-forth lyrics.
",3,300,jacket_3062,31003019,32003019,0,0,0,2020/10/21,1 +3020,Eieisa,Eieisa,Eieisa,Shizuku Osaka (C.V: Kaori Maeda),Lyrics: Manaka Suzuki
Composition: Manaka Suzuki and Tatsuki Miyazawa
Arrangement: Naoki Endo,Nijigasaki High School Idol Club Shizuku Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Shizuku was put in charge of writing the drama club's opening song for the school film festival. A firm, impactful Japanese melody that depicts the unshakeable resolve of Shizuku to unite a squad of ronin.
",3,390,jacket_3044,31003020,32003020,0,0,0,2021/10/13,1 +3021,Ye Mingzhu,Ye Mingzhu,Ye Mingzhu,Lanzhu Zhong (C.V: Akina Homoto),Lyrics / Composition / Arrangement: BEATNINE,Nijigasaki High School Idol Club Lanzhu Bond Episode 6 Soundtrack,"In a Kizuna episode, Lanzhu moved into the Nijigasaki dorms, and you, the player, wrote this to express how she felt as you watched her mingling with the other dorm residents. A real EDM banger with copious amounts of English and Chinese mixed in.
",3,390,jacket_3044,31003021,32003021,0,0,0,2021/10/13,1 +3022,Break The System,Break The System,Break The System,Ayumu Uehara (C.V: Aguri Onishi),Lyrics / Composition: nana hitori and shun ÷1
Arrangement: shun ÷1,Nijigasaki High School Idol Club Ayumu Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Ayumu was put in charge of writing the sci-fi research club's opening song for the school film festival. She wrote the lyrics herself. Though the Ayumu-ness in the track is present, you can also hear a new side of her rising to the surface in this up-tempo rock track.
",3,390,jacket_3044,31003022,32003022,0,0,0,2021/10/13,1 +3023,Diabolic mulier,Diabolic mulier,Diabolic mulier,Ai Miyashita (C.V: Natsumi Murakami),Lyrics:T4K
Composition: T4K and Luis Ogata
Arrangement: Ryosuke Saito,Nijigasaki High School Idol Club Ai Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Ai was put in charge of the tabletop gaming club's opening song for the school film festival. It's written from the point of view of a bewitching vampire princess. With it being so different from her usual music, it's hard not to get sucked in to listening to Ai lay down this dark, sinister refrain.
",3,390,jacket_3044,31003023,32003023,0,0,0,2021/10/13,1 +3024,First Love Again,First Love Again,First Love Again,Rina Tennoji (C.V: Chiemi Tanaka),Lyrics: Tsukimisou
Composition: Tsukimisou and Takayuki Yoshimura
Arrangement: Takayuki Yoshimura,Nijigasaki High School Idol Club Rina Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Rina volunteered to write the theme song for the gaming club's entry to the school film festival. It's a warm, intimate ballad that represents the film's protagonist's struggle: she can only remember one day's worth of memories.
",3,390,jacket_3044,31003024,32003024,0,0,0,2021/10/13,1 +3025,Toy Doll,Toy Doll,Toy Doll,Mia Taylor (C.V: Shu Uchida),"Lyrics: nana hatori
Composition: Ryo ""Lefty"" Miyata and Carlos K.
Arrangement: Konnie Aoki",Nijigasaki High School Idol Club Mia Bond Episode 6 Soundtrack,"Written by Mia in a Kizuna episode. After joining the School Idol Club, Mia decided she would sing because she wanted to, even if everything wasn't perfect, and came up with this song. The first song in the Love Live! series to be sung entirely in English!
",3,390,jacket_3044,31003025,32003025,0,0,0,2021/10/13,1 +3026,Concentrate!,Concentrate!,Concentrate!,Shioriko Mifune (C.V: Moeka Koizumi),Lyrics: Sorano Muraki
Composition / Arrangement: Soranoalto,Nijigasaki High School Idol Club Shioriko Bond Episode 14 Soundtrack,Appeared in a Kizuna episode where Shioriko wrote it to promote the student council's movie. She unveiled it the night before. Shioriko's personality shines through with a rollicking humdinger of a swing tune.
,3,390,jacket_3044,31003026,32003026,0,0,0,2021/10/13,1 +3027,Yada!,Yada!,Yada!,Setsuna Yuki (C.V: Tomori Kusunoki),Lyrics: Akira Sunset
Composition: Akira Sunset and Hiroto Kikuchi
Arrangement: Hiroto Kikuchi,Nijigasaki High School Idol Club Setsuna Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Setsuna was put in charge of the light novel research club's opening song for the school film festival. She sang it to express her own infatuations. Much like the younger sister in the club's movie, the beat and melody are a little bratty but mainly just really adorable.
",3,390,jacket_3044,31003027,32003027,0,0,0,2021/10/13,1 +3028,Turn it Up!,Turn it Up!,Turn it Up!,Karin Asaka (C.V: Miyu Kubota),Lyrics: Akira Sunset
Composition: Akira Sunset and Naoki Endo
Arrangement: Naoki Endo,Nijigasaki High School Idol Club Karin Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Karin was put in charge of the cinema studies club's opening song for the school film festival. You, the player, wrote the lyrics, inspired by watching Karin practice the saxophone after observing the film's actors. It's a breezy, memorable melody that makes you feel young again.",3,390,jacket_3044,31003028,32003028,0,0,0,2021/10/13,1 +3029,Itsu datte for you!,Itsu datte for you!,Itsu datte for you!,Emma Verde (C.V: Maria Sashide),Lyrics: Ereca Suzuki and Carlos K.
Composition: Morito Yonezawa and Ayato Fujiwara
Arrangement: Ayato Fujiwara,Nijigasaki High School Idol Club Emma Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Emma was tasked to help with the animation research club's promo material for the school film festival. She assisted you, the player, with finalizing the vision for the song after the ""great maid mission."" The song is a testament to Emma's cute charms.",3,390,jacket_3044,31003029,32003029,0,0,0,2021/10/13,1 +3030,TO BE YOURSELF,TO BE YOURSELF,TO BE YOURSELF,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz,Nijigasaki High School Idol Club Kasumi Bond Episode 27 Soundtrack,"Appeared in a Kizuna episode where Kasumi was put in charge of the magical girl club's opening song for the school film festival. She fully immersed herself in the role of a magical girl. Kasumi's song gives listeners the courage to press onward, much like those magical girls who are always working diligently behind the scenes.
",3,390,jacket_3044,31003030,32003030,0,0,0,2021/10/13,1 +3031,THE SECRET NIGHT,THE SECRET NIGHT,THE SECRET NIGHT,DiverDiva,Lyrics / Composition / Arrangement: Dummy Dog,,"DiverDiva's trademark contrast between Ai's rapping and Karin's carefree singing are on full display in this song. No doubt that Ai and Karin's nose-to-nose dancing set many fans' hearts racing. This mid-tempo EDM banger is easy to picture getting play time at the club. Makes you want to start dancing now, doesn't it?
",3,301,jacket_3031,31003031,32003031,0,0,0,2021/05/26,1 +3032,Fly into the sky,Fly into the sky,Fly into the sky,DiverDiva,Lyrics: miyakei
Composition / Arrangement: Em.me,,"Starts off with a slow intro and picks up steam as it moves into the chorus. Even if it feels sad, you can really feel the part about replacing your best memories together with even better ones. It's hard to forget the live show, where the whole audience put their hands straight up in the air and moved along with the choreography.",3,301,jacket_3031,31003032,32003032,0,0,0,2021/05/26,1 +3034,☆Wonderland☆,☆Wonderland☆,☆Wonderland☆,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics: Ereca Suzuki
Composition / Arrangement: NOVECHIKA and TETTA,Nijigasaki High School Idol Club Kasumi Bond Episode 12 Soundtrack,A song from the Nijigasaki High School Idol Club's second album. Kasumi made it in a Kizuna episode where she felt self-conscious that her fan club numbers weren't growing like Ai's and Ayumu's. She wrote it to show the world how much fun her fan club is. The live show got very festive with the huge flag waving across the stage.,3,390,jacket_3047,31003034,32003034,0,0,0,2019/10/02,1 +3035,Awakening Promise,Awakening Promise,Awakening Promise,Ayumu Uehara (C.V: Aguri Onishi),Lyrics: Ayaka Miyake
Composition / Arrangement: Keisuke Koyama,Love Live! Nijigasaki High School Idol Club Anime Episode 12 Soundtrack,"Thought she started as a school idol so Yu could see her, Ayumu decided to start performing for all her fans, not just her best friend. She wrote this song to demonstrate her newfound motivation. It was an insert song in season 1, episode 12 of the anime, and sun in the same spot where Dream with You was sung in the first episode. Ayumu started down her new path in the same spot where her journey originally began.
",3,390,jacket_3035,31003035,32003035,0,0,0,2021/01/13,1 +3036,Beautiful Moonlight,Beautiful Moonlight,Beautiful Moonlight,QU4RTZ,Lyrics: Ayaka Miyake
Composition: ygarshy
Arrangement: PASSiON KiNG,,"A stylish, mature pop tune that evokes images of city nightlife. The harmonizing of the four members of QU4RTZ is at its best here, and the more bombastic choreography (a bit unusual for the unit) gives it even more panache.",3,303,jacket_3053,31003036,32003036,0,0,0,2020/02/12,1 +3037,Butterfly,Butterfly,Butterfly,Kanata Konoe (C.V: Akari Kito),Lyrics: Ayaka Miyake
Composition / Arrangement: Em.me,Love Live! Nijigasaki High School Idol Club Anime Episode 7 Soundtrack,"When Haruka was on the verge of giving up her dreams for Kanata's sake, Kanata answered her concerns with this upbeat future bass song. The Konoe sisters' names, ""Haruka Kanata"" (meaning ""faraway"") appear in the lyrics. References to other media in the promo video, such as the four-panel comics from Awesome TenFes were a delight for dedicated fans.
",3,390,jacket_3037,31003037,32003037,0,0,0,2020/12/16,1 +3038,CHASE!,CHASE!,CHASE!,Setsuna Yuki (C.V: Tomori Kusunoki),Lyrics / Composition: Ereca Suzuki and JOE
Arrangement: tasuku,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Setsuna's first solo song. The overwhelming excitement is Setsuna personified, and the intense yelling in the last part of the song's hook had a major impact. In the very first episode of the anime, this song's debut in the first live show is what triggered Yu and Ayumu's journey into the world of school idols.",3,390,jacket_3078,31003038,32003038,0,0,0,2018/11/21,1 +3039,Cheer for you!!,Cheer for you!!,Cheer for you!!,A·ZU·NA,Lyrics: Ayaka Miyake
Composition / Arrangements: hot tears and Sheeta.C,,"From A·ZU·NA's first single, where the three members encourage those with unrequited loves. The cheering yells of the A-ZU-NA members and the three-quarter time beat brighten up the hearts of listeners. Though the song goes through various progressions, the consistent cheering always rouses the audience at live shows.",3,302,jacket_3041,31003039,32003039,0,0,0,2020/02/12,1 +3040,DIVE!,DIVE!,DIVE!,Setsuna Yuki (C.V: Tomori Kusunoki),Lyrics: Ayaka Miyake
Composition: MOMIKEN
Arrangement: tasuku,Love Live! Nijigasaki High School Idol Club Anime Episode 3 Soundtrack,"Appeared as an insert song in season 1, episode 3 of Love Live! Nijigasaki High School Idol Club. A rock song that goes hard, representing Setsuna's renewed commitment to her own passions after considering giving up on being a school idol. Thankfully, a conversation with Yu changed her mind. In the music video, the wall of flames during the refrain and kicking choreography add production value worthy of the title.",3,390,jacket_3040,31003040,32003040,0,0,0,2020/11/18,1 +3041,Dream Land! Dream World!,Dream Land! Dream World!,Dream Land! Dream World!,A·ZU·NA,Lyrics: hot tears
Composition: Shota Kageyama
Arrangement: MEGAneCOMIC,,"From A·ZU·NA's first single album. The bouncy, swinging rhythm is similar to what plays at the entrance to an amusement park, inviting you into a world of fun and excitement. It works precisely because of the huge difference in Ayumu's, Shizuku's, and Setsuna's personalities. The changing music during the speaking part is a fun ride all on its own.
",3,302,jacket_3041,31003041,32003041,0,0,0,2020/02/12,1 +3042,Dream with You,Dream with You,Dream with You,Ayumu Uehara (C.V: Aguri Onishi),Lyrics: Ayaka Miyake
Composition / Arrangement: mitsuyuki miyake and Carlos K.,Love Live! Nijigasaki High School Idol Club Anime Episode 1 Soundtrack,"Appeared as an insert song in season 1, episode 1 of the Love Live! Nijigasaki High School Idol Club anime. After seeing school idols in person, Ayumu performed this song for Yu to try and sort out her own feelings. When the key changes at the high point of the song, you can feel Ayumu's optimism as she presses forward and takes on a new challenge.",3,390,jacket_3042,31003042,32003042,0,0,0,2020/11/18,1 +3043,Evergreen,Evergreen,Evergreen,Emma Verde (C.V: Maria Sashide),Lyrics / Composition / Arrangement: Ryota Saito and Naoyuki Chikatani,All Stars Story Chapter 2 Soundtrack,Appeared on the first Nijigasaki High School Idol Club album. Emma's first solo song. It's defining characteristics are the Celtic melody and the lyrics referring to her hometown. The perfect debut single for Emma! It's hard not to copy her when she does the circular arm motions into a clap.,3,390,jacket_3078,31003043,32003043,0,0,0,2018/11/21,1 +3044,L! L! L! (Love the Life We Live),L! L! L! (Love the Life We Live),L! L! L! (Love the Life We Live),Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition / Arrangement: Keisuke Koyama,All Stars Story Chapter 30 Soundtrack,"The first Nijigasaki High School Idol Club sung by all 12 members after Mia and Lanzhu joined. The positive lyrics, such as ""encounters with the unknown"" ""budding excitement,"" and ""the future"" combined with the lead guitar make this a quintessential Love Live! song.",3,300,jacket_3044,31003044,32003044,0,0,0,2021/10/13,1 +3045,La Bella Patria,La Bella Patria,La Bella Patria,Emma Verde (C.V: Maria Sashide),Lyrics: Ayaka Mikawa
Composition / Arrangement: Yosuke Saito,Love Live! Nijigasaki High School Idol Club Anime Episode 5 Soundtrack,"In the story, Emma sung this to encourage Karin to stop hesitating and act on her desires to join in school idol activities. The intro has a folksy Swiss feel, then pivots to a fast-paced tune that makes you feel like you're dashing across the expansive Swiss countryside. The promo video has lots of easter eggs for eagle-eyed fans, like costumes from Emma's time as a N-rarity member in SIF, and importing back tweets from the cast's Twitter.
",3,390,jacket_3045,31003045,32003045,0,0,0,2020/12/02,1 +3046,Love Triangle,Love Triangle,Love Triangle,DiverDiva,Lyrics: Ayaka Miyake and Satoru Kurihara (Jazzin'park)
Composition: Singo Kubota (Jazzin'park) and Satoru Kurihara (Jazzin'park)
Arrangement: Singo Kubota (Jazzin'park),,"There's a love triangle, between you, her, and me. That's what this smooth R&B-influenced jam is all about. The modern melody is overlaid with imagery of the Winter Triangle in the sky. The choreography for the live show included drawing a huge triangle in the air.",3,301,jacket_3073,31003046,32003046,0,0,0,2020/02/12,1 +3047,Love U my friends,Love U my friends,Love U my friends,Nijigasaki High School Idol Club,Lyrics: Kanata Okajima
Composition: Keisuke Koyama and Shunsuke Harada
Arrangement: Keisuke Koyama,,"The title track of the Nijigasaki High School Idol Club's second album, and the first Nijigasaki song featuring all the club's members. The unforgettable opening moment had each member illuminated by her signature color. The emotional lead guitar and lyrics full of the girls' boundless gratitude for you will bring a tear to the eye of even the most stoic fans.
",3,300,jacket_3047,31003047,32003047,0,0,0,2019/10/02,1 +3048,Maze Town,Maze Town,Maze Town,A·ZU·NA,"Lyrics: Morito Yonezawa and Ayato Fujiwara
Composition: Morito Yonezawa, Ayato Fujiwara, Ryosuke Saito and PASSiON KiNG
Arrangement: Ryosuke Saito, Ayato Fujiwara and PASSiON KiNG",,"A gothic metal horror fest that pays homage to the haunted house in A·ZU·NA Land. The song goes through multiple metamorphoses as it progresses. A video featuring Maze Town played during intermission at the A·ZU·NA Unit Live & fan meeting. The Latin opening translates to ""there is no escape from here.""
",3,302,jacket_3048,31003048,32003048,0,0,0,2021/06/16,1 +3049,MELODY,MELODY,MELODY,Setsuna Yuki (C.V: Tomori Kusunoki),Lyrics: Ereca Suzuki
Composition: Manaka Suzuki and Hiroki Sagawa
Arrangement: Ryosuke Saito,Nijigasaki High School Idol Club Setsuna Bond Episode 12 Soundtrack,"Appeared on the second Nijigasaki High School Idol Club album. In a Kizuna episode, Setsuna wrote this to show her parents exactly how much she loves school idols. The honest lyrics and speedy band playing express the strength of Setsuna's feelings with no room for doubt.",3,390,jacket_3047,31003049,32003049,0,0,0,2019/10/02,1 +3050,My Own Fairy-Tale,My Own Fairy-Tale,My Own Fairy-Tale,Kanata Konoe (C.V: Akari Kito),Lyrics: Ryota Saito
Composition / Arrangement: Ryota Saito and Diz,Nijigasaki High School Idol Club Kanata Bond Episode 12 Soundtrack,"In a Kizuna episode, Kanata put all her wants and desires into this song after realizing she should prioritize herself as Haruka becomes more independent. Kanata's gentle singing voice leads listeners into a beautiful, dreamy world.",3,390,jacket_3047,31003050,32003050,0,0,0,2019/10/02,1 +3051,"NEO SKY, NEO MAP!","NEO SKY, NEO MAP!","NEO SKY, NEO MAP!",Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka and Naoki Tani,Love Live! Nijigasaki High School Idol Club Anime Season 1 Ending Theme,"The ending theme to Love Live! Nijigasaki High School Idol Club season 1. The grand scale of the music and the moving lyrics matched with a rainbow of umbrellas left a lasting impression on the hearts of viewers. In season 2, episode 3, Yu played this song on the piano.
",3,300,jacket_3051,31003051,32003051,0,0,0,2020/11/04,1 +3052,Poppin' Up!,Poppin' Up!,Poppin' Up!,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics: Ayake Miyake
Composition: Naoki Kubo
Arrangement: Hisashi Nawata,Love Live! Nijigasaki High School Idol Club Anime Episode 2 Soundtrack,"Appeared as an insert song in season 1, episode 2 of Love Live! Nijigasaki High School Idol Club. The music video pays homage to a scene in the video for Mutekikyu Believer. Kasumi's trademark cutie pop melody matches perfectly with the swing music rhythm and bass. This one's hard to get out of your head.
",3,390,jacket_3052,31003052,32003052,0,0,0,2020/11/18,1 +3053,Sing & Smile!!,Sing & Smile!!,Sing & Smile!!,QU4RTZ,Lyrics / Arrangement: Carlos K.
Composition: Manabu Marutani and Carlos K.,,QU4RTZ's first single. The intense strings matched with QU4RTZ's harmonizing is sure to put a smile on anyone's face. The live show was a must-see performance that used the mic stand to great effect.,3,303,jacket_3053,31003053,32003053,0,0,0,2020/02/12,1 +3054,Solitude Rain,Solitude Rain,Solitude Rain,Shizuku Osaka (C.V: Kaori Maeda),Lyrics: Ayaka Miyake
Composition: Ereca Suzuki and JOE
Arrangement: JOE,Love Live! Nijigasaki High School Idol Club Anime Episode 8 Soundtrack,"In the story, this song was performed as part of an onstage presentation by the drama club. It was also an insert song in season 1, episode 8 of the anime. Her black and white costume calls back to the episode's title: Shizuku, Monochrome. The promo video has lots of easter eggs showing other sides of Shizuku, like costumes from her N-rarity era in SIF, and her fondness for tan tan ramen from Awesome TenFes.
",3,390,jacket_3054,31003054,32003054,0,0,0,2020/12/16,1 +3055,Yume e no Ippo,Yume e no Ippo,Yume e no Ippo,Ayumu Uehara (C.V: Aguri Onishi),Lyrics / Composition: Akira Sunset
Arrangement: Hiroto Kikuchi,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Ayumu's first solo song. The lyrics carry a powerful message to her dearest friend (you, the player) about moving forward together, one step at a time.
",3,390,jacket_3078,31003055,32003055,0,0,0,2018/11/21,1 +3056,Diamond,Diamond,Diamond,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics / Composition: Ereca Suzuki and JOE
Arrangement: tasuku,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Kasumi's first solo song. The song is pure Kasumi; a showcase of cuteness, flirtatiousness, and just a bit of pushiness. The ""L-O-V-E KASUMIN!"" call in the middle of the song always gets a huge response from the crowd.",3,390,jacket_3078,31003056,32003056,0,0,0,2018/11/21,1 +3057,Anata no Risou no Heroine,Anata no Risou no Heroine,Anata no Risou no Heroine,Shizuku Osaka (C.V: Kaori Maeda),Lyrics / Composition: Tsukimisou
Arrangement: Naoki Endo,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Shuzuku's first solo song. It's filled with respect and admiration for her seniors in the drama club, and also matches Shizuku's own flair for acting. Both the music video and live show end with a line delivered silently.",3,390,jacket_3078,31003057,32003057,0,0,0,2018/11/21,1 +3058,Starlight,Starlight,Starlight,Karin Asaka (C.V: Miyu Kubota),Lyrics / Composition / Arrangement: BEATNINE,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Karin's first solo song. An EDM banger dripping with Karin's trademark cool allure. The lasers and sharp dance moves added for the music video and live show create a thrilling, intense experience.",3,390,jacket_3078,31003058,32003058,0,0,0,2018/11/21,1 +3059,Meccha Going!!,Meccha Going!!,Meccha Going!!,Ai Miyashita (C.V: Natsumi Murakami),Lyrics: Akira Sunset
Composition: Akira Sunset and Carlos K.
Arrangement: Carlos K.,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Ai's first solo song. Chock full of Ai's trademark puns and gal-lingo, it's an up-tempo tune that gets the audience jamming to the beat. She also does a duet version with Karin at DiverDiva unit live shows and fan meetings.",3,390,jacket_3078,31003059,32003059,0,0,0,2018/11/21,1 +3060,Nemureru Mori ni Ikitai na,Nemureru Mori ni Ikitai na,Nemureru Mori ni Ikitai na,Kanata Konoe (C.V: Akari Kito),Lyrics / Composition / Arrangement: Ryota Saito and Diz,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Kanata's first solo song. A lullaby-like tune that draws listeners in to a world of dreams. In more ways than one, it's the perfect representation of Kanata's personality. The music video and live shows incorporate a bed, and the song finishes with Kanata falling asleep.",3,390,jacket_3078,31003060,32003060,0,0,0,2018/11/21,1 +3061,Doki Pipo ☆ Emotion,Doki Pipo ☆ Emotion,Doki Pipo ☆ Emotion,Rina Tennoji (C.V: Chiemi Tanaka),Lyrics / Composition / Arrangement: NOVECHIKA and Hiroto Kikuchi,All Stars Story Chapter 2 Soundtrack,"Appeared on the first Nijigasaki High School Idol Club album. Rina's first solo song. She sings about having trouble expressing her emotions, and how she felt when first using her Rina-chan Board gives. Featuring lots of chiptune beeps and boops, the ""Rina-chan Board"" call is one of those classic moments that gets the crowd jumping.",3,390,jacket_3078,31003061,32003061,0,0,0,2018/11/21,1 +3062,Nijiiro Passions!,Nijiiro Passions!,Nijiiro Passions!,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition / Arrangement: Keisuke Koyama,Love Live! Nijigasaki High School Idol Club Anime Season 1 Opening Theme,"The opening song for the first season of the Love Live! Nijigasaki High School Idol Club anime. Despite the new premise of a solo idol project, it's still a classic Love Live! song performed by the whole group. The perky strings and energetic bassline set the tone for the season and kept viewers glued to the screen.
",3,300,jacket_3062,31003062,32003062,0,0,0,2020/10/21,1 +3063,Wish,Wish,Wish,Karin Asaka (C.V: Miyu Kubota),Lyrics: BEATNINE
Composition: Carlos K.
Arrangement: Carlos K. and JOE,Nijigasaki High School Idol Club Karin Bond Episode 12 Soundtrack,"Appeared on the second Nijigasaki High School Idol Club album. In a Kizuna episode, Karin faced mounting pressure to meet everyone's expectations. This song from you, the player, reminded her that it's better not to put up a facade. There was no shortage of fans who absolutely adored the change of pace from Karin's usual style.",3,390,jacket_3047,31003063,32003063,0,0,0,2019/10/02,1 +3064,Aoi Canaria,Aoi Canaria,Aoi Canaria,Shioriko Mifune (C.V: Moeka Koizumi),"Lyrics: Ayumu Nakamura, Ereca Suzuki and JOE
Composition / Arrangement: Tomomichi Imagawa, Ereca Suzuki and JOE",All Stars Story Chapter 27 Soundtrack,"An insert song from SIF All Stars story chapter 27. A song from Shioriko to her older sister Kaoruko, who came to Nijigasaki High School to work as a student teacher. In the lyrics, Shioriko ardently implores her older sister to treat her as an equal, not a child to be coddled and protected. The hard rock tune and Shioriko's intense singing deliver a strong message.",3,390,jacket_3016,31003064,32003064,0,0,0,2021/10/06,1 +3065,Yume ga Koko Kara Hajimaru yo,Yume ga Koko Kara Hajimaru yo,Yume ga Koko Kara Hajimaru yo,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition / Arrangement: Ayumu Nakamura and Taishi Noguchi,Love Live! Nijigasaki High School Idol Club Anime Episode 13 Soundtrack,"The first song in the anime storyline sung as a group rather than a solo performance, all to encourage you, the player. The music video features individual solos and choreography, with callbacks to the First Live stage and other fan-pleasing moments. And of course, everyone remembers when during season 1, episode 13 played during the 3rd Live!
",3,300,jacket_3065,31003065,32003065,0,0,0,2021/01/13,1 +3066,VIVID WORLD,VIVID WORLD,VIVID WORLD,Karin Asaka (C.V: Miyu Kubota),Lyrics: Ayaka Miyake
Composition: Luis Ogata
Arrangement: TeddyLoid,Love Live! Nijigasaki High School Idol Club Anime Episode 9 Soundtrack,"In the story, this celebratory-sounding EDM song debuted at Diver Fes. Just like the line ""If I were still all alone, I'd never know this weakness, this pain, this gloom"", Kanan sings about the own weak points she dealt with at the start. This song exemplifies season 1, episode 9's title: Friends but Rivals.
",3,390,jacket_3066,31003066,32003066,0,0,0,2020/12/16,1 +3067,Saikou Heart,Saikou Heart,Saikou Heart,Ai Miyashita (C.V: Natsumi Murakami),Lyrics: Ayaka Miyake
Composition / Arrangement: PASSiON KiNG,Love Live! Nijigasaki High School Idol Club Anime Episode 4 Soundtrack,"An insert song in season 1, episode 4 of the Love Live! Nijigasaki High School Idol Club anime. The lyrics follow a theme of smiles and sunshine, and has enough puns to keep Ai happy. It starts off relaxed, then quickly picks up the tempo. Great song to start your morning with.",3,390,jacket_3067,31003067,32003067,0,0,0,2020/12/02,1 +3068,Tsunagaru Connect,Tsunagaru Connect,Tsunagaru Connect,Rina Tennoji (C.V: Chiemi Tanaka),Lyrics: Ayaka Miyake
Composition: DECO*27
Arrangement: Police Piccadilly,Love Live! Nijigasaki High School Idol Club Anime Episode 6 Soundtrack,"Rina put her Rina-chan Board through its paces when debuting this song at her solo live show. The line ""CTRL + Z doesn't work"" is pure Rina, and is her way of expressing how we can't undo what we say in real-life conversations. As a bona fide techie, Rina of course includes plenty of chiptune samples.",3,390,jacket_3068,31003068,32003068,0,0,0,2020/12/02,1 +3069,Yagate Hitotsu no Monogatari,Yagate Hitotsu no Monogatari,Yagate Hitotsu no Monogatari,Shizuku Osaka (C.V: Kaori Maeda),Lyrics / Composition: Tsukimisou
Arrangement: Hiroto Kikuchi,Nijigasaki High School Idol Club Shizuku Bond Episode 21 Soundtrack,"In a SIF All Stars Kizuna episode, Shizuku performed this while doing a reading for her fan club. Shizuku's idea, ""The Stories of Beginnings"", which Shizuku thought up, and ""The Tale of a Certain Girl"", which she acted in, come together in this song much like a musical.
",3,390,jacket_3003,31003069,32003069,0,0,0,2020/09/02,1 +3070,Tanoshii no Tensai,Tanoshii no Tensai,Tanoshii no Tensai,Ai Miyashita (C.V: Natsumi Murakami),Lyrics: Akira Sunset
Composition: Akira Sunset and Carlos K.
Arrangement: Carlos K.,Nijigasaki High School Idol Club Ai Bond Episode 21 Soundtrack,"In a SIF All Stars Kizuna episode, Ai performed this at her live show to cheer up everyone in the hospital. It's hard to be salty about a song peppered with so many puns and Ai's trademark rapping (which is really on point in this one), especially when it's such a cheerful, high-energy tune.
",3,390,jacket_3003,31003070,32003070,0,0,0,2020/09/02,1 +3071,Ketsui no Hikari,Ketsui no Hikari,Ketsui no Hikari,Shioriko Mifune (C.V: Moeka Koizumi),Lyrics / Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi,Nijigasaki High School Idol Club Shioriko Bond Episode 6 Soundtrack,"In a SIF All Stars Kizuna episode, Shioriko sung this about embarking down a new path. She sings about her big, but still vague dreams over a solid J-rock melody.
",3,390,jacket_3003,31003071,32003071,0,0,0,2020/09/02,1 +3072,Mirai Harmony,Mirai Harmony,Mirai Harmony,Nijigasaki High School Idol Club,Lyrics: Kanata Okajima
Composition / Arrangement: Akira Sunset and ulala,,"The first Nijigasaki High School Idol Club B-side single to get an animated promo video! Another video was produced for just one round of the chorus. Most fans found the inspiring string section and optimistic, forward-looking lyrics really stuck with them. An arranged version played as background music in season 2, episode 11 of the anime.
",3,300,jacket_3072,31003072,32003072,0,0,0,2020/07/29,1 +3073,SUPER NOVA,SUPER NOVA,SUPER NOVA,DiverDiva,Lyrics / Composition / Arrangement: Dummy Dog,,"DiverDiva's first single. A pure dance song that embodies the idea that they're friends but rivals. The song evokes imagery of the milky way, and the contrast between Ai's hardcore rapping and Karin's cool, coy singing shows how they're as different as the sun and moon. But it's exactly that gap that makes them such a great unit.",3,301,jacket_3073,31003073,32003073,0,0,0,2020/02/12,1 +3074,Kaika Sengen,Kaika Sengen,Kaika Sengen,Ayumu Uehara (C.V: Aguri Onishi),Lyrics / Composition: Akira Sunset
Arrangement: Naoki Endo,Nijigasaki High School Idol Club Ayumu Bond Episode 12 Soundtrack,"In a Kizuna episode, Ayumu wrote this as a thank-you to those who sent her fan letters. The blooming gerbera daisies mean ""always progressing"" in the language of flowers, representing Ayumu's intent to keep growing alongside her fan base.
",3,390,jacket_3047,31003074,32003074,0,0,0,2019/10/02,1 +3075,Yuu & Ai,Yuu & Ai,Yuu & Ai,Ai Miyashita (C.V: Natsumi Murakami),Lyrics: Akira Sunset
Composition: Carlos K.
Arrangement: Carlos K. and Konnie Aoki,Nijigasaki High School Idol Club Ai Bond Episode 12 Soundtrack,"A song from the Nijigasaki High School Idol Club's second album. In a Kizuna episode, Ai released this as a surprise thank-you to her fan club, the Ai Pals. The song's theme of friendship and love will bring a smile to anyone's face.",3,390,jacket_3047,31003075,32003075,0,0,0,2019/10/02,1 +3076,Koe Tsunagou yo,Koe Tsunagou yo,Koe Tsunagou yo,Emma Verde (C.V: Maria Sashide),Lyrics: Ryota Saito
Composition / Arrangement: Kenta Urashima and Takumi Yamamoto,Nijigasaki High School Idol Club Emma Bond Episode 12 Soundtrack,"In a Kizuna episode, Emma volunteered at a nursery school and met a little girl who was feeling down. Emma wrote this song with you, the player, to cheer her up. The performance at the First Live was based on this episode, and a kids dance troupe joined Emma onstage and danced with her.",3,390,jacket_3047,31003076,32003076,0,0,0,2019/10/02,1 +3077,Telepathy,Telepathy,Telepathy,Rina Tennoji (C.V: Chiemi Tanaka),Lyrics: NOVECHIKA and Naoki Kubo
Composition: Naoki Kubo
Arrangement: Hisashi Nawata,Nijigasaki High School Idol Club Rina Bond Episode 12 Soundtrack,"In a Kizuna episode, this became the very first song Rina performed without using her Rina-chan Board. Chapter 12 of that Kizuna episode blew up on social media and may have broken the internet. Fans also recall the telepathy sticks waved around during the live show as being especially memorable.",3,390,jacket_3047,31003077,32003077,0,0,0,2019/10/02,1 +3078,TOKIMEKI Runners,TOKIMEKI Runners,TOKIMEKI Runners,Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition / Arrangement: Yatoki Tsukasa (Arte Refact),Love Live! School Idol Festival ALL STARS Opening Theme,"The theme song to School Idol Festival All Stars, and the first song on the first album. It's both the original song of the Nijigasaki High School Idol Club and a staple at their live shows. The opening movie featured the combined 27 members of μ's, Aqours, and Nijigasaki in an unforgettable animated spectacle.",3,300,jacket_3078,31003078,32003078,0,0,0,2018/11/21,1 +3079,Miracle STAY TUNE! (Ver. 1),Miracle STAY TUNE! (Ver. 1),Miracle STAY TUNE! (Ver. 1),Nijigasaki High School Idol Club,Lyrics: NOVECHIKA
Composition: NOVECHIKA and Takayuki Yoshimura
Arrangement: Naoki Endo,,A split single from the Love Live! Series All Night Nippon GOLD tie-in project. A catchy up-tempo tune that's a perfect fit for a radio collaboration. Between songs were link segments featuring all 12 girls talking much like real radio segments. They even released a separate version speaking the local Kansai dialect for the 4th Live in Osaka.,3,300,jacket_3079,31003079,32003079,0,0,0,2021/11/24,1 +3080,Colorful Dreams! Colorful Smiles!,Colorful Dreams! Colorful Smiles!,Colorful Dreams! Colorful Smiles!,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition: Takeru Yoda and Carlos K.
Arrangement: Takeru Yoda and tasuku,Love Live! Nijigasaki High School Idol Club Anime Season 2 Opening Theme,"Noted by fans for the call during the intro. In the music video, the girls sing on the water around Odaiba, and during the interludes the video features Odaiba, Ariake, Toyosu, and other places around the setting of Nijigasaki High School. The Nijigasaki 5th Live opened with costumes and decorations themed after this song, putting the crowd in a colorful mood right off the bat.
",3,300,jacket_3080,31003080,32003080,0,0,0,2022/04/20,1 +3081,Twilight,Twilight,Twilight,Nijigasaki High School Idol Club,Lyrics: Ereca Suzuki
Composition: Ereca Suzuki and JOE
Arrangement: JOE,,"Features a slightly melancholy melody, keeping with the song's theme of meetings and partings. Lyrics like ""Our youth may not last forever"" and ""I'm so glad we met"" urge us to make the most of the short time we've been given.
",3,300,jacket_3080,31003081,32003081,0,0,0,2022/04/20,1 +3082,Yume ga Bokura no Taiyou sa,Yume ga Bokura no Taiyou sa,Yume ga Bokura no Taiyou sa,Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition / Arrangement: Show Aratame (HANO),Love Live! Nijigasaki High School Idol Club Anime Season 2 Ending Theme,"An encouraging song that tells listeners, even if you're crying today, try to smile tomorrow. The lyrics start packing in more syllables as the song progresses, like a crowd gathering together. In a heart-warming sequence, the music video and live show feature each member bringing flowers to Yu.
",3,300,jacket_3082,31003082,32003082,0,0,0,2022/04/27,1 +3083,Ryouran! Victory Road (type A),Ryouran! Victory Road (type A),Ryouran! Victory Road (type A),Nijigasaki High School Idol Club,Lyrics / Composition / Arrangement: ChibaNyan,,"The Nijigasaki High School Idol Club's member introduction song. The first half, type A version brings us Kasumi, Rina, Ai, Emma, Karin, and Setsuna. The EDM beats, poppy introductions, and the ""Flower and Flourish! Nijigasaki!"" calls live rent-free in the heads of many a fan.
",3,300,jacket_3082,31003083,32003083,0,0,0,2022/04/27,1 +3084,Eutopia,Eutopia,Eutopia,Lanzhu Zhong (C.V: Akina Homoto),Lyrics: Ayaka Miyake
Composition / Arrangement: *Luna and Toshikazu Kadono,Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 1 Soundtrack,"Features Lanzhu's forceful dancing and an impactful melody reminiscent of the second anime opening. Composed by Mia. The music video features shots of Lanzhu's costumes and poses from Queendom, giving her fans an extra-special treat.
",3,390,jacket_3084,31003084,32003084,0,0,0,2022/06/22,1 +3085,ENJOY IT!,ENJOY IT!,ENJOY IT!,QU4RTZ,"Lyrics: Ereca Suzuki
Composition: Ryo ""Lefty"" Miyata and Carlos K.
Arrangement: Ryo ""Lefty"" Miyata",Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 3 Soundtrack,"Kazumi, Rina, Emma, and Kanata came together as a unit and made this song to show Lanzhu the School Idol Club's highlights, deepening their own bonds in the process. At the live show, the entire audience started clapping before the big moment and danced along with the catchy choreography.
",3,303,jacket_3085,31003085,32003085,0,0,0,2022/05/11,1 +3086,4 SEASONS,4 SEASONS,4 SEASONS,QU4RTZ,Lyrics: Pahamutan and Luis Ogata
Composition / Arrangement: Luis Ogata,,"An sentimental melody takes listeners on a journey through the four seasons and the memories that accompany them. The members of QU4RTZ harmonize beautifully as always, but also sing in unison in this song.
",3,303,jacket_3085,31003086,32003086,0,0,0,2022/05/11,1 +3087,Eternal Light,Eternal Light,Eternal Light,DiverDiva,Lyrics / Composition / Arrangement: Dummy Dog,Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 4 Soundtrack,"Unlike the harmony of QU4RTZ, Ai and Karin clash head-to-head like true rivals in this DiverDiva duet. Their live performances were in perfect sync with each other and the frantic drum 'n bass track.
",3,301,jacket_3087,31003087,32003087,0,0,0,2022/05/25,1 +3088,Koisuru Magic!!,Koisuru Magic!!,Koisuru Magic!!,DiverDiva,Lyrics: Pahamutan and PASSiON KiNG
Composition / Arrangement: PASSiON KiNG,,"A rare pop love song from DiverDiva. Little-known bit of trivia: the opening chorus of ""Kissy kissy, I love love you! Kissy kissy, love love love me"" originated at a fan meeting.
",3,301,jacket_3087,31003088,32003088,0,0,0,2022/05/25,1 +3089,Infinity! Our wings!!,Infinity! Our wings!!,Infinity! Our wings!!,A·ZU·NA,Lyrics: Ereca Suzuki
Composition / Arrangement: Keisuke Koyama,Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 6 Soundtrack,"Debuted on the eve of the 2nd School Idol Festival in season 2, episode 2 of the anime. After the shocking reveal that Setsuna and the student council president are the same person, she sung this song to declare she no longer needed to hide her love of school idols. In typical A·ZU·NA fashion, the mood changes as the singing rotates between members, making it fell like you're touring an amusement park going on different rides.
",3,302,jacket_3089,31003089,32003089,0,0,0,2022/06/08,1 +3090,Poker face & Onegai! Fairy,Poker face & Onegai! Fairy,Poker face & Onegai! Fairy,A·ZU·NA,Lyrics / Composition: ShinQ and Ryuki Baba
Arrangement: Ryuki Baba,,"The theme of this song from quick-change virtuosos A·ZU·NA is all about jealousy. That keyword was submitted at a fan meeting. The girls sing about talking to someone they like in class, but being frustrated at failing to catch their eye. The intro features some excellent harmonizing between the unit's members.
",3,302,jacket_3089,31003090,32003090,0,0,0,2022/06/08,1 +3091,EMOTION,EMOTION,EMOTION,Shioriko Mifune (C.V: Moeka Koizumi),Lyrics / Composition / Arrangement: tofubeats,Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 7 Soundtrack,"Played as an insert song in season 2, episode 7 of the Love Live! Nijigasaki High School Idol Club anime. The title says it all; after holding back her emotions for so long, Shioriko finally starts being honest with herself, breaking into a big smile at the height of the music video. Now that she remembers how much school idols mean to her, she can finally move forward.",3,390,jacket_3091,31003091,32003091,0,0,0,2022/06/22,1 +3092,stars we chase,stars we chase,stars we chase,Mia Taylor (C.V: Shu Uchida),Lyrics: Konnie Aoki
Composition / Arrangement: TeddyLoid,Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 9 Soundtrack,"As part of the famous Taylor musical dynasty, Mia was always expected to be a world-class singer. Overwhelmed by the pressure, she turned her back on the stage and chose to become a composer, until a conversation with Rina changed her mind. She decided to sing again, on her terms, and sung this for Lanzhu when the latter considered returning to Hong Kong. The song, sung entirely in English, lays bare Mia's true feelings.",3,390,jacket_3092,31003092,32003092,0,0,0,2022/06/22,1 +3094,Level Oops! Adventures,Level Oops! Adventures,Level Oops! Adventures,Nijigasaki High School Idol Club,Lyrics / Composition / Arrangement: T4K,,A fun romp with the Nijigasaki High School Idol Club playing all day at the arcade. The catchy rock tune changes to match the lyrics and will have you inserting another quarter to hear the next phrase.
,3,300,jacket_3125,31003094,32003094,0,0,0,2022/07/27,1 +3095,Fashionista,Fashionista,Fashionista,DiverDiva,Lyrics / Composition / Arrangement: Dummy Dog,,"An exclusive bonus song from the Love Live! Nijigasaki High School Idol Club anime Blu-ray. Fans agree, this bass-heavy jazz-EDM fusion totally slaps with its trumpets and clapping. It's a natural extension for DiverDiva while still maintaining their signature style.
",3,301,jacket_3095,31003095,32003095,0,0,0,2022/06/24,1 +3096,Fuwa Fuwa Hour!,Fuwa Fuwa Hour!,Fuwa Fuwa Hour!,QU4RTZ,Lyrics / Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi,,"Sung by QU4RTZ while its four members splash around in the bath at a slumber party. The laid-back melody flows beautifully with the four singers, making it the perfect song to help listeners relax right before going to sleep.
",3,303,jacket_3096,31003096,32003096,0,0,0,2022/07/27,1 +3097,Romance no Naka de,Romance no Naka de,Romance no Naka de,A·ZU·NA,Lyrics: Pahamutan
Composition: Pahamutan and Takumi Inuzuka
Arrangement: Takumi Inuzuka,,"Ever watch a movie and thing, ""If I were the main character, I'd...""? Well, A·ZU·NA has, and wrote this song about their movie daydreams. A gentle ballad, it's a bit of a departure for A·ZU·NA, but the girls sing it beautifully.
",3,302,jacket_3097,31003097,32003097,0,0,0,2022/08/26,1 +3098,Look at me now,Look at me now,Look at me now,R3BIRTH,Lyrics: miyakei and ERECA
Composition / Arrangement: Add108,,Born from R3BIRTH's joking about releasing short videos on social media to take over the world. R3BIRTH's multicultural makeup showcases prominently in the lyrics over a fierce EDM melody.
,3,304,jacket_3098,31003098,32003098,0,0,0,2022/09/28,1 +3099,Eien no Isshun,Eien no Isshun,Eien no Isshun,Nijigasaki High School Idol Club,Lyrics: Akira Sunset
Composition: Ryuki Baba
Arrangement: Hisashi Nawata,All Stars Story Chapter 41 Soundtrack,"When you, the player, felt a bit inferior watching your school idol friends pursue their own dreams, they all banded together to encourage you. This song was born after you realized you've been supporting their dreams the whole time. At the 5th Live, this was sung after a promo video chronicling Nijigasaki's progress over time.
",3,300,jacket_3099,31003099,32003099,0,0,0,2022/10/12,1 +3100,Hurray Hurray,Hurray Hurray,Hurray Hurray,Nijigasaki High School Idol Club,Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz,,"A hopeful song that sings of the briefness of youth, but reassures listeners that even if we eventually take separate paths, we'll always remain friends. During the live show, the crowd went ballistic when Yu ran onstage and all 13 members began waving their flags.
",3,300,jacket_3100,31003100,32003100,0,0,0,2021/06/25,1 +3101,POWER SPOT!!,POWER SPOT!!,POWER SPOT!!,DiverDiva,Lyrics: Ereca Suzuki
Composition / Arrangement: Carlos K.,,What's the first thing you think of when someone mentions DiverDiva? Probably upbeat EDM tracks with driving basslines that make you want to get up and dance. Ai and Karin sing about going head to head in an intense board game showdown. Their rivalry came to life in the live performance.,3,301,jacket_3101,31003101,32003101,0,0,0,2020/12/24,1 +3102,Saika -saika-,Saika -saika-,Saika -saika-,DiverDiva,Lyrics / Composition / Arrangement: Dummy Dog,,Created for the Nijigasaki Listener's Choice♪ based on the theme of a summer festival. A bit of a R&B throwback. Memories from the live performance include the back video wall playing a beautiful fireworks show.,3,301,jacket_3102,31003102,32003102,0,0,0,2021/03/26,1 +3103,Kakushiaji!,Kakushiaji!,Kakushiaji!,A·ZU·NA,Lyrics: nana hatori
Composition: PASSiON KiNG and Ryosuke Saito
Arrangement: Ryosuke Saito,,"A·ZU·NA's having a ball singing about cooking at home in this gleeful swing tune. When ""secret ingredients"" from the song like Tabasco sauce and the infamous cream stew showed up onstage during the live performance as props, and the audience went wild.",3,302,jacket_3103,31003103,32003103,0,0,0,2021/01/27,1 +3104,Happy Nyan! Days,Happy Nyan! Days,Happy Nyan! Days,A·ZU·NA,Lyrics: PASSiON KiNG and Rico
Composition / Arrangement: PASSiON KiNG and JOE,,"Created for the Nijigasaki Listener's Choice♪ based on the theme of celebrating Cat Day. At the 4th Live, members wore cat ears onstage while performing, and the audience purred with approval.",3,302,jacket_3104,31003104,32003104,0,0,0,2021/04/27,1 +3105,Make-up session ABC,Make-up session ABC,Make-up session ABC,QU4RTZ,Lyrics: Takeru Yoda
Composition: Yoshihiro Suda and Takeru Yoda
Arrangement: Yoshihiro Suda,,"QU4RTZ's signature harmony fires on all four cylinders from the moment the intro kicks off. The lyrics and melody give listeners a true appreciation for the hard work girls put in when doing their makeup. Lip balm and makeup mirrors were used as props during the live show, giving the performance a more immersive feel.",3,303,jacket_3105,31003105,32003105,0,0,0,2021/02/25,1 +3106,Twinkle Town,Twinkle Town,Twinkle Town,QU4RTZ,Lyrics: Rico
Composition: Rico and Mash Tanaka
Arrangement: Mash Tanaka,,"Created for the Nijigasaki Listener's Choice♪ based on the theme of celebrating Christmas. At the live show, the QU4RTZ girls donned Santa capes and blanketed the venue in a festive atmosphere.",3,303,jacket_3106,31003106,32003106,0,0,0,2021/05/26,1 +3107,Ryouran! Victory Road (type B),Ryouran! Victory Road (type B),Ryouran! Victory Road (type B),Nijigasaki High School Idol Club,Lyrics / Composition / Arrangement: ChibaNyan,,"The Nijigasaki High School Idol Club's member introduction song. The type B version brings us Shizuku, Kanata, Mia, Lanzhu, Shioriko and Ayumu. Intro song or not, the quirky EDM beats quickly became an earworm for listeners.",3,300,jacket_3082,31003107,32003107,0,0,0,2022/04/27,1 +3108,LIVE with a smile! (Nijigasaki High School Idol Club Ver.),LIVE with a smile! (Nijigasaki High School Idol Club Ver.),LIVE with a smile! (Nijigasaki High School Idol Club Ver.),Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall),,The theme song for the Love Live! Series Presents COUNTDOWN Love Live! 2021→2022 concert. This is the Nijigasaki High School Idol Club's version. The magnificent melody and lyrics shine in a way that only school idols can.,3,300,jacket_9001,31003108,32003108,0,0,0,2021/11/03,1 +3109,Blue!,Blue!,Blue!,A·ZU·NA,Lyrics / Composition / Arrangement: Morito Yonezawa and Ayato Fujiwara,,"The string section melody that plays from the song's intro evokes imagery of an endless ocean, while the gentle but hopeful singing of A·ZU·NA gives one a feeling that they're about to set sail on a grand adventure.",3,302,jacket_3109,31003109,32003109,0,0,0,2022/11/02,1 +3110,Dancing in the Light,Dancing in the Light,Dancing in the Light,A·ZU·NA,Lyrics / Composition / Arrangement: Mash Tanaka,,"An addictive, high-tempo swing number that makes you want to get up and dance from the opening bars. Close your eyes, and it's easy to picture a couple dancing in the spotlight.",3,302,jacket_3109,31003110,32003110,0,0,0,2022/11/02,1 +3111,Shadow Effect,Shadow Effect,Shadow Effect,DiverDiva,Lyrics / Composition / Arrangement: Dummy Dog,,"A back-and-forth dance tune jumping between Ai's rap flow and Karin's crystal-clear singing voice. It has a 90's techno vibe, but updated to feel like an entirely new type of EDM. The end result is a song that legions of fans can't get enough of.",3,301,jacket_3111,31003111,32003111,0,0,0,2022/10/05,1 +3112,Kiss the Sun,Kiss the Sun,Kiss the Sun,DiverDiva,Lyrics: ERECA
Composition / Arrangement: Em.me,,"This is one of those songs bursting with emotion that you want to hear at the end of a big concert. DiverDiva sings against the backdrop of the setting sun, and the positive lyrics are full of a dynamic energy looking forward to the potential of tomorrow.",3,301,jacket_3111,31003112,32003112,0,0,0,2022/10/05,1 +3113,Vroom Vroom,Vroom Vroom,Vroom Vroom,R3BIRTH,Lyrics: ERECA
Composition: Carlos K.
Arrangement: Geek Boy Al Swettenham,,"The title song of R3BIRTH's second album. A heavy EDM track with driving bass and an international flavor that instantly grabs listeners and never lets go. The new combination of Shioriko, Mia, and Lanzhu has infinite possibilities.",3,304,jacket_3113,31003113,32003113,0,0,0,2022/09/28,1 +3114,Bubble Over!,Bubble Over!,Bubble Over!,R3BIRTH,Lyrics: ERECA
Composition: ERECA and JOE
Arrangement: JOE,,"Bringing in K--pop elements is a natural fit for R3BIRTH to show off their multilingual, multicultural makeup. A bit of a departure from their usual fare, this is a love song with more of a cutesy sound. A fantastic example of R3BIRTH's limitless potential.",3,304,jacket_3113,31003114,32003114,0,0,0,2022/09/28,1 +3115,TOKIMEKI Runners (All Stars Story Chapter 17 Soundtrack Ver.),TOKIMEKI Runners (All Stars Story Chapter 17 Soundtrack Ver.),TOKIMEKI Runners (All Stars Story Chapter 17 Soundtrack Ver.),Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition / Arrangement: Yatoki Tsukasa (Arte Refact),All Stars Story Chapter 17 Soundtrack,"This version appears in SIF All Stars story chapter 17. In the story, Ayumu tells Shioriko that what really matters is what she wants to do. In response, Shioriko declares that she wants to take to the stage, and the girls, now a group of ten, sing this version of TOKIMEKI Runners. The piano intro features a duet between Ayumu and Shioriko in an arrangement only possible with this tune.",3,300,jacket_3003,31003115,32003115,0,0,0,2020/09/02,1 +3116,Miracle STAY TUNE! (Ver. 2),Miracle STAY TUNE! (Ver. 2),Miracle STAY TUNE! (Ver. 2),Nijigasaki High School Idol Club,Lyrics: NOVECHIKA
Composition: NOVECHIKA and Takayuki Yoshimura
Arrangement: Naoki Endo,,A split single from the Love Live! Series All Night Nippon GOLD tie-in project. A catchy up-tempo tune that's a perfect fit for a radio collaboration. Between songs were link segments featuring all 12 girls talking much like real radio segments. They even released a separate version speaking the local Kansai dialect for the 4th Live in Osaka.,3,300,jacket_3079,31003116,32003116,0,0,0,2021/11/24,1 +3117,TOKIMEKI Runners (12 Singers Ver.),TOKIMEKI Runners (12 Singers Ver.),TOKIMEKI Runners (12 Singers Ver.),Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition / Arrangement: Yatoki Tsukasa (Arte Refact),,"An exclusive bonus song from the Love Live! Nijigasaki High School Idol Club anime Blu-ray. The addition of Mia and Lanzhu brings the chorus up to 12 members, and the addition of their voices gives the Nijigasaki High School Idol Club's sound even more warmth. Debuted at the Love Live! Series Presents COUNTDOWN Love Live! 2021→2022 ~LIVE with a smile!~ concert.",3,300,jacket_3117,31003117,32003117,0,0,0,2022/10/28,1 +3118,Love U my friends (12 Singers Ver.),Love U my friends (12 Singers Ver.),Love U my friends,Nijigasaki High School Idol Club,Lyrics: Kanata Okajima
Composition: Keisuke Koyama and Shunsuke Harada
Arrangement: Keisuke Koyama,,"Sung by the Nijigasaki girls while wearing identical costumes. At the 4th Live, when the three newest members joined the rest onstage wearing matching outfits for a 12-person version, there wasn't a dry eye in the arena. The majority of the audience loves to follow along with the choreography during live performances, filling everyone with a sense of unity.",3,300,jacket_3118,31003118,32003118,0,0,0,2022/11/25,1 +3119,Just Believe!!! (12 Singers Ver.),Just Believe!!! (12 Singers Ver.),Just Believe!!!,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition / Arrangement: ygarshy and PASSiON KiNG,,"First sung by the original 10 members of Nijigasaki, this version adds Mia and Lanzhu to the mix. The addition of their voices makes Nijigasaki's sound feel even more powerful.",3,300,jacket_3119,31003119,32003119,0,0,0,2022/12/23,1 +3121,PASTEL,PASTEL,PASTEL,QU4RTZ,Lyrics: nine
Composition / Arrangement: ygarshy and PASSiON KiNG,,"PASTEL has a bright, yet slightly sad melody. The motivating lyrics encourage listeners to stay positive as they look to tomorrow. QU4RTZ's irresistible harmonizing is the unit's biggest appeal, and this song has it from beginning to end.",3,303,jacket_3121,31003121,32003121,0,0,0,2022/11/23,1 +3122,Michi no Saki,Michi no Saki,Michi no Saki,QU4RTZ,Lyrics / Composition: Manabu Marutani and Carlos K.
Arrangement: Carlos K.,,"A mid-tempo ballad with a Japanese feel. The lyrics, which evoke the experience of graduation, will bring a tear to anyone's eye. It sends a strong message that there hasn't been a single meaningless moment on the road of life thus far, and to keep those experiences close in your heart as you move forward.",3,303,jacket_3121,31003122,32003122,0,0,0,2022/11/23,1 +3123,Wachu Gonna Do,Wachu Gonna Do,Wachu Gonna Do,Nijigasaki High School Idol Club,Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi,Nijiyon Animation Theme Song,"The ""wachu"" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!",3,300,jacket_3123,31003123,32003123,0,0,0,2023/02/01,1 +3124,OUR P13CES!!!,OUR P13CES!!!,OUR P13CES!!!,Nijigasaki High School Idol Club,Lyrics / Composition / Arrangement: NOVECHIKA and Takayuki Yoshimura,,"A song created with you for a brand-new project. It's a rousing song that everyone can clap along with. The lyrics are filled with all or part of the members' names, and in general features lots of lines submitted by you, the players! This song always puts listeners in a playful mood.",3,300,jacket_3099,31003124,32003124,0,0,0,2022/10/12,1 +3125,Future Parade,Future Parade,Future Parade,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition: Keisuke Koyama and DAICHI
Arrangement: Keisuke Koyama,Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 13 Soundtrack,"Famous with fans for its impressive string melody. In the music video, each member performs her anime solo song choreography, coming together in unison at the song's peak. It truly feels like a crowning moment of awesome.",3,300,jacket_3125,31003125,32003125,0,0,0,2022/07/27,1 +3126,Hurray Hurray (12 Singers Ver.),Hurray Hurray (12 Singers Ver.),Hurray Hurray (12 Singers Ver.),Nijigasaki High School Idol Club,Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz,,"An updated version of Hurray Hurray featuring Shioriki, Mia, and Lanzhu. It stirs feelings of a moment of youth captured in song. The surprising performance at the 5th Live is still fresh in many fans' minds. It's definitely a track that resonates with people who are trying their best!",3,300,jacket_3099,31003126,32003126,0,0,0,2022/10/12,1 +3127,Wachu Gonna Do (First Years & Yu Ver.),Wachu Gonna Do (First Years & Yu Ver.),Wachu Gonna Do (First Years & Yu Ver.),"Yu Takasaki (C.V: Hinaki Yano), Kasumi Nakasu (C.V: Mayu Sagara), Shizuku Osaka (C.V: Kaori Maeda), Rina Tennoji (C.V: Chiemi Tanaka), and Shioriko Mifune (C.V: Moeka Koizumi)",Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi,,"The ""wachu"" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!",3,399,jacket_3123,31003127,32003127,0,0,0,2023/02/01,1 +3128,Wachu Gonna Do (Second Years & Yu Ver.),Wachu Gonna Do (Second Years & Yu Ver.),Wachu Gonna Do (Second Years & Yu Ver.),"Yu Takasaki (C.V: Hinaki Yano), Ayume Uehara (C.V: Aguri Onishi), Ai Miyashita (C.V: Natsumi Murakami), Setsuna Yuki (C.V: Tomori Kusunoki), and Lanzhu Zhong (C.V: Akina Homoto)",Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi,,"The ""wachu"" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!",3,399,jacket_3123,31003128,32003128,0,0,0,2023/02/01,1 +3129,Wachu Gonna Do (Third Years & Yu Ver.),Wachu Gonna Do (Third Years & Yu Ver.),Wachu Gonna Do (Third Years & Yu Ver.),"Yu Takasaki (C.V: Hinaki Yano), Karin Asaka (C.V: Miyu Kubota), Kanata Konoe (C.V: Akari Kito), Emma Verde (C.V: Maria Sashide), and Mia Taylor (C.V: Shu Uchida)",Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi,,"The ""wachu"" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!",3,399,jacket_3123,31003129,32003129,0,0,0,2023/02/01,1 +3134,Go Our Way!,Go Our Way!,Go Our Way!,Nijigasaki High School Idol Club,Lyrics: Sakiel Kiriya and Konnie Aoki
Composition / Arrangement: Giga & Teddy Loid,,"NEXT SKY insert song performed by the whole group at the DiverCity Tokyo Festival Plaza stairs, where the club initially began. Under the theme of running on with no limit in sight, this song utilizes hyperpop elements to depict each member charging forward with no signs of stopping.",3,300,jacket_3134,31003134,32003134,0,0,0,2023/06/28,223063007 +3135,KAGAYAKI Don't forget!,KAGAYAKI Don't forget!,KAGAYAKI Don't forget!,Nijigasaki High School Idol Club,Lyrics: Aki Hata
Composition / Arrangement: T4K and PASSiON KiNG,,"A song performed by all Nijigasaki members during the All Stars story as they work hard to electrify the new festival in Odaiba, where they grew up. As they sing, they recall how they spent their youth in Odaiba and all the excitement and precious days they shared. For an emotional touch, the music video features them dancing in their very first costumes.",3,300,jacket_3135,31003135,32003135,0,0,0,2023/06/07,223060801 +3136,Sugar Sugar Yummy Yummy Parfait,Sugar Sugar Yummy Yummy Parfait,Sugar Sugar Yummy Yummy Parfait,Nijigasaki High School Idol Club,Lyrics / Composition / Arrangement: Takeru Yoda,,"The Parfait Project refers to a story released in Love Live! Days where the girls branch out to participate in separate activities and hobbies. After the club members find themselves in a parfait contest, they sing of how several different parfait ingredients combine to form something even more beautiful and delicious! The parfait acts as a metaphor representing Nijigasaki.",3,300,jacket_3135,31003136,32003136,0,0,0,2023/06/07,223060801 +3137,Feel Alive,Feel Alive,Feel Alive,R3BIRTH,Lyrics: ERECA
Composition: ESME MORI and ERECA
Arrangement: ESME MMORI,,"Song by the R3BIRTH unit which plays during the concert scene at the beginning of NEXT SKY. This mid-tempo hip-hop number describes the intricate emotions of the three R3BIRTH members in a poetic style differing from their normal sound. The instrumental elements provide the melody, arranged with a thick beat and rapping in three different languages.",3,304,jacket_3137,31003137,32003137,0,0,0,2023/06/28,223063007 +3138,"SINGING, DREAMING, NOW!","SINGING, DREAMING, NOW!","SINGING, DREAMING, NOW!",Nijigasaki High School Idol Club,Lyrics: Aki Hata
Compositon / Arrangement: Carlos K. and Tomomichi Imagawa,,"This song plays alongside a video resembling Polaroid pictures of each member as the finale of NEXT SKY. With a fresh yet somewhat nostalgic sound, this song is paired with calming illustrations to make for a warm ambience. After singing separately in their respective units, the group comes together for a performance that accurately follows themes from the anime and OVA.",3,300,jacket_3138,31003138,32003138,0,0,0,2023/07/05,223071001 +3139,Wawawa☆What's up!,Wawawa☆What's up!,Wawawa☆What's up!,Nijigasaki High School Idol Club,Lyrics: miyakei
Composition / Arrangement: Keisuke Koyama,,"With a festival atmosphere incorporating hints of ska, this song plays during the ending credits following the finale video of NEXT SKY, allowing the listener to visualize an animated concert scene full of energy from the Nijigasaki girls.",3,300,jacket_3138,31003139,32003139,0,0,0,2023/07/05,223071001 +3140,Waku Waku! Monday Morning,Waku Waku! Monday Morning,Waku Waku! Monday Morning,"Kasumi Nakasu (C.V: Mayu Sagara), Shizuku Osaka (C.V: Kaori Maeda), Rina Tennoji (C.V: Chiemi Tanaka), and Shioriko Mifune (C.V: Moeka Koizumi)",Lyrics / Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi,,New song by the first-years released exclusively with the NEXT SKY Blu-ray. Let's get psyched for another fun-filled week! The rap portion features a typical first-year interaction with cheerful vibes for a feel-good atmosphere.,3,399,jacket_3140,31003140,32003140,0,0,0,2023/08/30,223083101 +3141,Senobi Shitatte,Senobi Shitatte,Senobi Shitatte,Kasumi Nakasu (C.V: Mayu Sagara),Lyrics: Akira Sunset
Composition: Akira Sunset and Kanata Saito
Arrangement: Naoki Endo,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. This Western pop style song shows Kasumi, who longs for a grown-up love, trying her best to stand tall and healthy.",3,390,jacket_3153,31003141,32003141,0,0,0,2023/10/04,223090602 +3142,Cooking with Love,Cooking with Love,Cooking with Love,Kanata Konoe (C.V: Akari Kito),Lyrics: miyakei
Composition / Arrangement: Em.me,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. With a cute digital soundstage, this song explores Kanata's devotion to do anything and everything for you.",3,390,jacket_3153,31003142,32003142,0,0,0,2023/10/04,223090602 +3143,Walking Dream,Walking Dream,Walking Dream,Ayumu Uehara (C.V: Aguri Onishi),Lyrics: miyakei
Composition: DAICHI and Keisuke Koyama
Arrangement: Keisuke Koyama,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. This song paints a picture of Ayumu's love, her feelings only getting stronger as she wants to know you more and wants to watch over you.",3,390,jacket_3153,31003143,32003143,0,0,0,2023/10/04,223090602 +3144,Koakuma LOVE♡,Koakuma LOVE♡,Koakuma LOVE♡,Shizuku Osaka (C.V: Kaori Maeda),"Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi",Nijigasaki High School Idol Club's 5th Album: Fly With You!!,Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. See what the drama club member Shizuku is made of! She can become any kind of girl she'd like and make practically anybody swoon. This is a song that lets you see Shizuku's lovely side.,3,390,jacket_3153,31003144,32003144,0,0,0,2023/10/04,223090602 +3145,My Shadow,My Shadow,My Shadow,Karin Asaka (C.V: Miyu Kubota),Lyrics: Carlos K.
Composition / Arrangement: Yusei Koga and Carlos K.,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. The song depicts the struggle of holding onto the pain of wanting to say something but not being able to. A song for heartbreak with a jazzy mood.,3,390,jacket_3153,31003145,32003145,0,0,0,2023/10/04,223090602 +3146,Request for U,Request for U,Request for U,Ai Miyashita (C.V: Natsumi Murakami),"Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi",Nijigasaki High School Idol Club's 5th Album: Fly With You!!,Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Even the energetic Ai shows off her girlish colors when she's in love. A song that shows Ai's charming side.,3,390,jacket_3153,31003146,32003146,0,0,0,2023/10/04,223090602 +3147,Cherry Bomb,Cherry Bomb,Cherry Bomb,Setsuna Yuki (C.V: Coco Hayashi),Lyrics: Ereca Suzuki
Composition: Ereca Suzuki and oni
Arrangement: oni,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by Setsuna, who was also invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2, but as a love song for everyone here. A rock n' roll piece with an explosive dose of rocket propelled affection.",3,390,jacket_3153,31003147,32003147,0,0,0,2023/10/04,223090602 +3148,Koisuru Sunflower,Koisuru Sunflower,Koisuru Sunflower,Emma Verde (C.V: Maria Sashide),"Lyrics / Composition / Arrangement: Koh Iwano, Yuki Kato and Kohki Yokota",Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. A warm tune taking after a bossa nova sound to remind listeners that in love, a do-nothing day can be just as lovely as sparks and fireworks.",3,390,jacket_3153,31003148,32003148,0,0,0,2023/10/04,223090602 +3149,Watashi wa Magnet,Watashi wa Magnet,Watashi wa Magnet,Rina Tennoji (C.V: Chiemi Tanaka),Lyrics: Ereca Suzuki
Composition / Arrangement: Luis Ogata,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Your outpouring of love helped save Rina, and with her horizons now broadened, she sings this song in a gospel style that feels bigger than life.",3,390,jacket_3153,31003149,32003149,0,0,0,2023/10/04,223090602 +3150,Koufukuron,Koufukuron,Koufukuron,Shioriko Mifune (C.V: Moeka Koizumi),Lyrics: Ryota Saito
Composition: Ryota Saito and Takayuki Yoshimura
Arrangement: Takayuki Yoshimura,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Shioriko, who has always touted the important of feeling connected to her partner, sings a pure and innocent pop melody about her bond, with you.",3,390,jacket_3153,31003150,32003150,0,0,0,2023/10/04,223090602 +3151,Lemonade,Lemonade,Lemonade,Mia Taylor (C.V: Shu Uchida),Lyrics: Konnie Aoki
Composition: Carlos K.
Arrangement: Gustav Mared,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Mia, who always stretches in her shoes to act older, sings her heart out as her true-to-life fourteen-year-old self. A pure love song with an American influence.",3,390,jacket_3153,31003151,32003151,0,0,0,2023/10/04,223090602 +3152,5201314,5201314,5201314,Lanzhu Zhong (C.V: Akina Homoto),Lyrics / Composition / Arrangement: ChibaNyan,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,"Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. A danceable tune reflecting Lanzhu's extremely straightforward affection. The numbers 5201314 apparently mean ""I'll love you forever and always.""",3,390,jacket_3153,31003152,32003152,0,0,0,2023/10/04,223090602 +3153,Fly with You!!,Fly with You!!,Fly with You!!,Nijigasaki High School Idol Club,Lyrics: Ayaka Miyake
Composition/Arrangement: oni and PASSiON KiNG,Nijigasaki High School Idol Club's 5th Album: Fly With You!!,The title track of this fifth album. A powerful song that depicts the members of Nijigasaki running to the next sky with the whole lot of love they got from you.,3,300,jacket_3153,31003153,32003153,0,0,0,2023/10/04,223100402 +3154,New Year's March! (Jan. to Jun. Ver.),New Year's March! (Jan. to Jun. Ver.),New Year's March 1 to 6,Nijigasaki High School Idol Club,"Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi",Love Live! School Idol Festival 2 Collaboration Single,"A lively song in the style of a march that wishes for everyone to enjoy the new year together. Each of the 12 members takes on a different month, making for a very unique 12-month year.",3,300,jacket_3154,31003154,32003154,0,0,0,2024/01/24,224010111 +3155,New Year's March! (Jul. to Dec. Ver.),New Year's March! (Jul. to Dec. Ver.),New Year's March 7 to 12,Nijigasaki High School Idol Club,"Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi",Love Live! School Idol Festival 2 Collaboration Single,"A lively song in the style of a march that wishes for everyone to enjoy the new year together. Each of the 12 members takes on a different month, making for a very unique 12-month year.",3,300,jacket_3154,31003155,32003155,0,0,0,2024/01/24,224010111 +4001,START!! True dreams,START!! True dreams,START!! True dreams,Liella!,Lyrics: Aki Hata
Composition: Yasuhiro Obata
Arrangement: Yosuke Yamashita,Love Live! Superstars!! Anime Opening Theme,The opening song of the Love Live! Superstar!! anime. It represents the beginning of Liella! pursuing their dreams. It was the opening number on the 1st Live Tour. It takes the discordance between classic strings arrangement and edgy dance moves and brings them together in perfect balance.
,4,400,jacket_4001,31004001,32004001,0,0,0,2021/07/21,1 +4002,Mirai Yohou Hallelujah!,Mirai Yohou Hallelujah!,Mirai Yohou Hallelujah!,Liella!,Lyrics: Junko Miyajima
Composition: EFFY
Arrangement: Yosuke Yamashita,Love Live! Superstars!! Anime Episode 1 Soundtrack
,"An insert song in episode 1 of the Love Live! Superstar!! anime. A track filled with Kanon Shibuya's love of singing. The falling feathers, rising title logo, and dramatic string instruments all combine to drive home the point that a new Love Live! series is beginning.
",4,400,jacket_4002,31004002,32004002,0,0,0,2021/08/25,1 +4003,Nonfiction!!,Nonfiction!!,Nonfiction!!,Liella!,Lyrics: Junko Miyajima
Rap Lyrics: Monkichi
Composition: Monkichi and Hayato Tanaka
Arrangement: Hayato Tanaka,Love Live! Superstars!! Anime Episode 10 Soundtrack,"An insert song in season 1, episode 10 of the Love Live! Superstar!! anime. With the regional Love Live! tournament themed around rap music, the girls chose Sumire Heanna as the center. She drops some very unique rhymes over a big band-esque music track in a must-listen performance.
",4,400,jacket_4003,31004003,32004003,0,0,0,2021/10/20,1 +4004,GOING UP,GOING UP,GOING UP,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Tomohiro Akiura,,"B-side track with Mirai Yohou Hallelujia! and Tiny Stars Episode 1 edition. The lyrics and full band sound convey an uplifting sense of new beginnings. Only Kanon's solo version was performed on the the 1st Live Tour, but the 2nd Live included all five Liella! members. Both were remarkable in their own way!
",4,400,jacket_4002,31004004,32004004,0,0,0,2021/08/25,1 +4005,Dakara Bokura wa Narasunda!,Dakara Bokura wa Narasunda!,Dakara Bokura wa Narasunda!,Liella!,Lyrics: Junko Miyajima
Composition: Mariko Fuji
Arrangement: Singo Kubata (Jazzin'park),,"B-side with START!! True dreams. The motivating lyrics will get you pumped up when you're about to take on a new challenge, or maybe just perk you up if you're feeling glum. A monumental festival song with a clapping part that always brings a live show audience together.
",4,400,jacket_4001,31004005,32004005,0,0,0,2021/07/21,1 +4006,Starlight Prologue,Starlight Prologue,Starlight Prologue,Liella!,Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yosuke Yamashita
Strings Arrangement: Shu Kanematsu,Love Live! Superstars!! Anime Episode 12 Soundtrack,"An insert song in season 1, episode 12 of the Love Live! Superstar!! anime. The theme for the Tokyo regional Love Live! tournament ended up being solo singing. This song, with its gaze fixed firmly on what comes next, made for the perfect capstone to the first season while simultaneously hinting at a new start. The CD jacket art pays homage to Liella!'s debut single.",4,400,jacket_4006,31004006,32004006,0,0,0,2021/10/20,1 +4007,Departure,Departure,Departure,Liella!,Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of season 1, episode 12 of the Love Live! Superstar!! anime. It follows a pentas flower motif, which means ""wish"" in the language of flowers. Appropriate, as the words sing of wishing for a fresh start. It was the final song on the 1st Live Tour.
",4,400,jacket_4011,31004007,32004007,0,0,0,2021/10/27,1 +4008,Dream Rainbow,Dream Rainbow,Dream Rainbow,Liella!,Lyrics: Junko Miyajima
Composition: Akihiko Yamaguchi
Arrangement: Yosuke Yamashita,,"B-side with Nonfiction!! and Starlight Prologue on the Episode 12 edition, it opens with the five Liella! members' a capella rendition from episode 11. Its theme is the sound of a new beginning, and the inspiring lyrics are all about believing in your future and moving towards it.
",4,400,jacket_4006,31004008,32004008,0,0,0,2021/10/20,1 +4009,Flyer's High,Flyer's High,Flyer's High,Chisato Arashi (C.V: Nako Misaki),Lyrics: Junko Miyajima
Composition: Singo Kubota (Jazzin'park) and Satoru Kurihara (Jazzin'park)
Arrangement: Singo Kubota (Jazzin'park),,"A song from Liella!'s first album, What a Wonderful Dream!!. A cheery Chisato Arashi single that'll get your head bobbing to the beat. The whole arena came together to join in the hand-waving choreography during the 2nd Live performances.
",4,490,jacket_4013,31004009,32004009,0,0,0,2022/03/02,1 +4010,HOT PASSION!!,HOT PASSION!!,HOT PASSION!!,Sunny Passion,"Lyrics: Lauren Kaori
Composition: NA.ZU.NA, Yu-ki Kokubo and Lauren Kaori",,"An insert song in the Love Live! Superstar!! anime. The tropical rhythm and samba dresses are a perfect match for the Kozushima school idols and give the song a carnival-esque flair. Especially memorable for the way Yuuna Hijirisawa's ""Paa!"" catchphrase flows perfectly with the lyrics.
",4,401,jacket_4010,31004010,32004010,0,0,0,2022/02/02,1 +4011,Primary,Primary,Primary,Liella!,Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of season 1, episode 1 of the Love Live! Superstar!! anime. It follows a crocus flower motif. The song's title is a perfect match for the first episode. On the 1st Live Tour, members performed both solo and duet versions, but most remember the Fukui performance where all five girls sung it together for the first time.
",4,400,jacket_4011,31004011,32004011,0,0,0,2021/10/27,1 +4012,Till Sunrise,Till Sunrise,Till Sunrise,Sunny Passion,"Lyrics: Lauren Kaori
Composition: NA.ZU.NA, Yu-ki Kokubo and Lauren Kaori",,B-side with HOT PASSION!!. The song's theme centers around daybreak and features lots of choreography symbolizing the rising sun. This cutting edge future bass/tropical fusion appeared at the 2nd Live in a special guest performance.,4,401,jacket_4010,31004012,32004012,0,0,0,2022/02/02,1 +4013,What a Wonderful Dream!!,What a Wonderful Dream!!,What a Wonderful Dream!!,Liella!,Lyrics: Junko Miyajima
Composition: fuwari
Arrangement: Shu Kanematsu,,The title song of Liella!'s first album. It exemplifies the group's resolve to search for a new dream at the end of the first season. The uplifting rhythm gets your heart pumping and spurs your legs to start chasing dreams of your own. The music video features the cast in many places that appeared in the anime.
,4,400,jacket_4013,31004013,32004013,0,0,0,2022/03/02,1 +4014,Bye Bye Shichaeba!?,Bye Bye Shichaeba!?,Bye Bye Shichaeba!?,Liella!,Lyrics: Junko Miyajima
Composition: Hajime Mitsumasu
Arrangement: EFFY,,"B-side with Tokonatsu☆Sunshine and Wish Song on the Episode 6 edition. Powerful rhythms, lighthearted instrumentation and lyrics that sing of a desire to change and grow stronger inspire courage in listeners. An instant classic with easy-to-copy choreography that mimics waving goodbye.
",4,400,jacket_4040,31004014,32004014,0,0,0,2021/09/29,1 +4015,Mizuiro no Sunday,Mizuiro no Sunday,Mizuiro no Sunday,Keke Tang (C.V: Liyuu),Lyrics: Junko Miyajima
Composition / Arrangement: Gento Miyano,,"Appeared on Liella!'s first album, What a Wonderful Dream!!. Keke Tang sings about a peaceful, easygoing Sunday. The jaunty piano and bells sync perfectly with Keke's cute singing and dancing. It's easy to picture her out on the town taking a nice Sunday morning walk.",4,490,jacket_4013,31004015,32004015,0,0,0,2022/03/02,1 +4016,Unison,Unison,Unison,Liella!,Lyrics: Junko Miyajima
Composition: Yu-ki Kokubo and Gou Ishikuro
Arrangement: Gou Ishikuro,,"Appeared on Liella!'s first album, What a Wonderful Dream!!. All about appreciating the moment, the lyrics follow a second hand's motion across the clock, giving a slightly wistful feel. A slow tune that starts off with the ticking of a clock, which audience members quickly started clapping along to. This was the closing number at 2nd Live shows.",4,400,jacket_4013,31004016,32004016,0,0,0,2022/03/02,1 +4017,Day1,Day1,Day1,Liella!,Lyrics: KEN THE 390
Composition: menma and KEN THE 390
Arrangement: Masaki Iehara,,"A staple at Liella! live events! The big moments are the rapping in the second phase and chorus, and the finger-pointing dance move. Day1 features lots of modern musical effects, but within the binaural beats listeners still get their signature Love Live! guitar jams. It all combines to make a quirky but catchy tune.
",4,400,jacket_4003,31004017,32004017,0,0,0,2021/10/20,1 +4018,1.2.3!,1.2.3!,1.2.3!,Liella!,Lyrics: Junko Miyajima
Composition: Mayuko Maruyama
Arrangement: Masaki Iehara,,"B-side track with Mirai Yohou Hallelujia! and Tiny Stars Episode 3 edition. The inspiring lyrics sing of jumping headfirst into pursuing your passions. Kanon Shibuya, Keke Tang,, and Chisato Arashi performed on the 1st Live Tour. On the 2nd Live Tour, the latter two swapped out with Sumire Heanna and Ren Hazuki. Each trio has their own unique spin on the song.
",4,400,jacket_4031,31004018,32004018,0,0,0,2021/08/25,1 +4019,Anniversary,Anniversary,Anniversary,Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version of this track was sung by Ren Hazuki during the original broadcast. She sings to herself, reminding herself that she's worked hard to achieve her goals and to stay confident. A touching ballad with grand, sweeping hand motions at the song's climax.
",4,490,jacket_4011,31004019,32004019,0,0,0,2021/10/27,1 +4020,Dancing Heart La-Pa-Pa-Pa!,Dancing Heart La-Pa-Pa-Pa!,Dancing Heart La-Pa-Pa-Pa!,Liella!,Lyrics: Aki Hata
Composition / Arrangement: Ryuichi Takagi
Strings Arrangement: Hinako Tsubakiyama,,"B-side track with Hajimari wa Kimi no Sora. The song's central theme is taking on new challenges. It was the opening song for all 11 performances on the Fan Meeting Tour. Uncommon instruments like the marimba, accordion, and whistles give it an adorable, innocent quality. There's no question that this song signifies a new journey is about to begin.
",4,400,jacket_4037,31004020,32004020,0,0,0,2021/04/07,1 +4021,Dears,Dears,Dears,Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first version of this track was sung by Ren Hazuki during the original broadcast. It's a lovely ballad that follows an African violet flower motif. The plant means ""a budding affection"" in the language of flowers, and the lyrics hope to send that message to a certain special someone.
",4,490,jacket_4011,31004021,32004021,0,0,0,2021/10/27,1 +4022,Dreaming Energy,Dreaming Energy,Dreaming Energy,Liella!,Lyrics: Aki Hata
Composition: Tokiwa Hironaka
Arrangement: Peach,,"B-side with Hajimari wa Kimi no Sora on the A Story Achieved Together edition. A song brimming with a sense that something big is about to go down. Played as an insert song in season 1, episode 9 of the Love Live! Superstar!! anime. The intro starts off with a pleasant guitar riff, and the hand-waving choreography at live shows always gets the crowd moving to the music.
",4,400,jacket_4037,31004022,32004022,0,0,0,2021/04/07,1 +4023,HAPPY TO DO WA!,HAPPY TO DO WA!,HAPPY TO DO WA!,"Keke Tang (C.V: Liyuu), Sumire Heanna (C.V: Naomi Payton), and Ren Hazuki (C.V: Nagisa Aoyama)",Lyrics: Junko Miyajima
Composition: Koudai Iwatsubo and Kuwagata Fukino
Arrangement: Kuwagata Fukino,,"A trio with Keke Tang, Sumire Heanna and Ren Hazuki. It's clear that they're having a ball with this one as the singing parts match their friendships with one another. The jazzy big band sound brings to mind images of a bustling shopping arcade.
",4,499,jacket_4023,31004023,32004023,0,0,0,2022/02/25,1 +4024,LIVE with a smile! (Liella! Ver.),LIVE with a smile! (Liella! Ver.),LIVE with a smile! (Liella! Ver.),Liella!,Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall),,"Performed as an encore on day two of the 1st Live concert. The countdown live show had all three schools performing, but only Liella! did this one solo. In many ways, this tune is a look back on the history of Love Live! while bringing together everything that makes a Love Live! song.
",4,400,jacket_9001,31004024,32004024,0,0,0,2021/11/03,1 +4025,Memories,Memories,Memories,Chisato Arashi (C.V: Nako Misaki),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of episode 3 of the Love Live! Superstar!! anime. With its lyrics about ""dear memories"", it's the perfect song for longtime childhood friends Kanon Shibuya and Chisato Arashi.
",4,490,jacket_4011,31004025,32004025,0,0,0,2021/10/27,1 +4026,Message,Message,Message,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of episode 7 of the Love Live! Superstar!! anime. The second version of this track was sung by Kanon Shibuya during the original broadcast. She fiercely proclaims that no matter how scary it may seem, your can make your dreams come true!
",4,490,jacket_4011,31004026,32004026,0,0,0,2021/10/27,1 +4027,Oh! Ready Steady Positive,Oh! Ready Steady Positive,Oh! Ready Steady Positive,Keke Tang (C.V: Liyuu),Lyrics: Junko Miyajima
Composition / Arrangement: Gento Miyano,,"A Keke Tang solo track. In typical Keke style, it beats the listener over the head with unflappable positivity. Performed on day one of the Live & Fan Meeting Tour. Fans love this one for the Chinese lyrics and hummable melody.
",4,490,jacket_4027,31004027,32004027,0,0,0,2021/10/27,1 +4028,Ringing!,Ringing!,Ringing!,Chisato Arashi (C.V: Nako Misaki),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of episode 8 of the Love Live! Superstar!! anime. The first version of this track was sung by Chisato Arashi during the original broadcast. It's an energetic song that follows a kalanchoe motif. In the language of flowers, they represent expressing one's blessedness.
",4,490,jacket_4011,31004028,32004028,0,0,0,2021/10/27,1 +4030,Stella!,Stella!,Stella!,"Kanon Shibuya (C.V: Sayuri Date), Chisato Arashi (C.V: Nako Misaki), and Sumire Heanna (C.V: Naomi Payton)",Lyrics: Junko Miyajima
Composition: Singo Kubota (Jazzin'park) and Satoru Kurihara (Jazzin'park)
Arrangement: Singo Kubota (Jazzin'park)
Strings Arrangement: Shu Kanematsu,,"A trio with Kanon Shibuya, Chisato Arashi, and Sumire Heanna. The uplifting lyrics associate the soul with the stars, and the crystal-clear harmony at the start draws listeners into a world featuring a cloudless sky filled with stars.
",4,499,jacket_4030,31004030,32004030,0,0,0,2022/02/25,1 +4031,Tiny Stars,Tiny Stars,Tiny Stars,Kanon Shibuya (C.V: Sayuri Date) and Keke Tang (C.V: Liyuu),Lyrics: Junko Miyajima
Composition / Arrangement: Tomohiro Akiura
Strings Arrangement: Shu Kanematsu,Love Live! Superstars!! Anime Episode 3 Soundtrack
,"Played as an insert song in episode 3 of the Love Live! Superstar!! anime. It was Kanon Shibuya and Keke Tang's first song as KeKa. Themed around shooting stars, it sums up the girls' dreams. An otherworldly mid-tempo tune that presses the ideals of hopes and bonds with others during the chorus.",4,499,jacket_4031,31004031,32004031,0,0,0,2021/08/25,1 +4032,Wish Song,Wish Song,Wish Song,Liella!,Lyrics: Junko Miyajima
Composition: fuwari
Arrangement: Shu Kanematsu,Love Live! Superstars!! Anime Episode 8 Soundtrack,"Played as an insert song in season 1, episode 8 of the Love Live! Superstar!! anime. The first performance featuring all five members of Liella! after Ren Hazuki joined. Lyrics such as ""tears no longer suit you"" and ""your face was made to smile"" feel like they're directed directly at Ren, as well as her mother Hana's wish for for their feelings to be connected to the same place. The costumes were patterned after what Hana wore in the past, when she was a school idol.
",4,400,jacket_4032,31004032,32004032,0,0,0,2021/09/29,1 +4033,Crescendo Yu・Ra,Crescendo Yu・Ra,Crescendo Yu・Ra,Keke Tang (C.V: Liyuu) and Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Junko Miyajima
Composition / Arrangement: Keita Miyoshi,,"A duo with Keke Tang and Ren Hazuki. The phrase ""yura yura"", meaning ""wavering"", describes a relationship wavering between friendship and something more. Fans love the back-and-forth segments and the cutting Shibuya-kei guitar riffs that brighten up the song from start to finish.
",4,499,jacket_4033,31004033,32004033,0,0,0,2022/02/25,1 +4034,Kono Machi de Ima Kimi to,Kono Machi de Ima Kimi to,Kono Machi de Ima Kimi to,Liella!,Lyrics: Junko Miyajima
Composition: menma
Arrangement: Masaki Iehara,,"B-side with Mirai wa Kaze no you ni. The lyrics are all about friendship, and the hand-holding and arm-folding dance moves sync perfectly with the words. Every note from the sharp electric guitars is pure youthful fun. The title was used throughout Liella!'s nationwide 1st Live Tour. The girls were photographed during a certain segment during tour performances. Twenty-two pictures were taken across 11 different cities.
",4,400,jacket_4046,31004034,32004034,0,0,0,2021/08/04,1 +4035,Heroine's☆Runway,Heroine's☆Runway,Heroine's☆Runway,Sumire Heanna (C.V: Naomi Payton),Lyrics: Junko Miyajima
Composition: Mayuko Maruyama
Arrangement: Yuya Mori,,"Sumire Heanna's first solo song, and it's all about her ambition to be a heroine for everyone. Debuted on day two of the Live & Fan Meeting Tour in Nagoya. The performance, using a wand as a prop, has endured with fans.
",4,490,jacket_4035,31004035,32004035,0,0,0,2021/12/24,1 +4036,Mitero!,Mitero!,Mitero!,Sumire Heanna (C.V: Naomi Payton),Lyrics: Junko Miyajima
Composition / Arrangement: Masaki Iehara
Brass Arrangement: Yuya Mori,,"A song from Liella!'s first album, What a Wonderful Dream!!. It features a duel between a hard rock guitar and a stirring brass section. The bold lyrics, a natural fit for Sumire, could drive anyone to want to be the center of the world.
",4,490,jacket_4013,31004036,32004036,0,0,0,2022/03/02,1 +4037,Hajimari wa Kimi no Sora,Hajimari wa Kimi no Sora,Hajimari wa Kimi no Sora,Liella!,Lyrics: Aki Hata
Composition / Arrangement: Shu Kanematsu,,"Liella!'s debut single! A song that makes you feel giddy, like something big is about to awaken. The animated music video and live show starts with the sounds of downtown, then moves into a guitar progression that gets you hyped for the future. During the performance, the moment where the girls take off their jackets and toss them aside is the moment they beging taking the first step towards achieving their dreams.",4,400,jacket_4037,31004037,32004037,0,0,0,2021/04/07,1 +4038,Watashi no Symphony,Watashi no Symphony,Watashi no Symphony,Liella!,"Lyrics: Junko Miyajima
Composition: Takagi Seiji and Takafumi ""CO-K"" Koukei
Arrangement: Takafumi ""CO-K"" Koukei
Strings and Brass Arrangement: Shu Kanematsu",,"B-side with Hajimari wa Kimi no Sora on the A Story That Completes Me Edition. The lyrics tell a tale of pushing ahead to make your dreams come true, embodying the title's message that this is a story of self-actualization. The live shows incorporates a wide variety of performance styles that get the audience clapping along. All in all, this mid-tempo tune is the perfect theme song for the start of a new chapter.
",4,400,jacket_4038,31004038,32004038,0,0,0,2021/04/07,1 +4039,Mabataki no Saki e,Mabataki no Saki e,Mabataki no Saki e,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Yoshiaki Fujisawa,,"A slow, classical piece that touches on the feelings of Ren Hazuki and her mother, Hana Hazuki. It offers Ren gentle encouragement as she continues to progress while thinking of her dear mother. Liella! fans always look forward to Ren's ballet interlude at live shows. Despite the slow tempo, the grand orchestral music gives this piece a classic Love Live! feel.
",4,400,jacket_4032,31004039,32004039,0,0,0,2021/09/29,1 +4040,Tokonatsu☆Sunshine,Tokonatsu☆Sunshine,Tokonatsu☆Sunshine,"Kanon Shibuya (C.V: Sayuri Date), Keke Tang (C.V: Liyuu), Chisato Arashi (C.V: Nako Misaki), and Sumire Heanna (C.V: Naomi Payton)",Lyrics: Junko Miyajima
Composition / Arrangement: EFFY,Love Live! Superstars!! Anime Episode 6 Soundtrack,"Played as an insert song in season 1, episode 6 of the Love Live! Superstar!! anime. A fiery soca rhythm performed in the first live show after Sumire and Chisato joined. The lyrics paint a picture of Kanon and Chisato's lifelong friendship.
",4,499,jacket_4040,31004040,32004040,0,0,0,2021/09/29,1 +4041,Kokoro Kirarara,Kokoro Kirarara,Kokoro Kirarara,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Junko Miyajima
Composition: Tomohiro Akiura
Arrangement: Shu Kanematsu,,"Kanon Shibuya's first solo song. Listen for a minute and it's clear that thinking about what lies ahead as she begins her school idol adventure lights up Kanon's heart with a radiant sparkle. Performed on day one of the Tokyo Live & Fan Meeting tour, where fans couldn't get enough of her writing ""kira kira"" in the air with her fingers.
",4,490,jacket_4041,31004041,32004041,0,0,0,2021/09/28,1 +4042,Aozora o Matteru,Aozora o Matteru,Aozora o Matteru,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Junko Miyajima
Composition: Hiroki (Lily Sayonara)
Arrangement: Tatsuhiko Saiki,,"Kanon works through her emotions about becoming a school idol in this slow, gentle track. Her initial timidness gives way to optimism, much like the clouds parting to reveal a clear blue sky. On the 2nd Live Tour, her changing feelings were represented by her walking down an elevated walkway through the audience.
",4,490,jacket_4013,31004042,32004042,0,0,0,2022/03/02,1 +4043,Sagashite! Future,Sagashite! Future,Sagashite! Future,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Ryota Nakano,,"A song full of excitement about the future! Fans can't help but smile as each member's catchphrase (Galaxy!) makes its way into the lyrics. Chiptune-packed pop numbers like this aren't uncommon in the Love Live! series, but are bit of a departure for Liella!.
",4,400,jacket_4043,31004043,32004043,0,0,0,2022/02/25,1 +4044,Binetsu no Waltz,Binetsu no Waltz,Binetsu no Waltz,Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Junko Miyajima
Composition / Arrangement: Hidehiro Kawai,,"A Ren Hazuki solo designed for singing and dancing. Ren struggled with opening up to the others in the original story, and you can hear her trying to break out of her shell in this sanguine waltz. For performances on the 2nd Live Tour, Ren performed this while doing ballet.
",4,490,jacket_4013,31004044,32004044,0,0,0,2022/03/02,1 +4045,Kawaranai Subete,Kawaranai Subete,Kawaranai Subete,Kanon Shibuya (C.V: Sayuri Date) and Chisato Arashi (C.V: Nako Misaki),Lyrics: Junko Miyajima
Composition: Satomi Kawasaki
Arrangement: Yoshiaki Dewa,,"A duet between Kanon Shibuya and Chisato Arashi. It's easy to feel how much these longtime friends cherish their years of memories together, confident nothing will ever change between them. Like many friendships, it's a fun ride with its ups and downs. It starts with a serene piano intro, moving into what seems like an acoustic ballad at first, before switching to a country-style rhythm in the second half.
",4,499,jacket_4045,31004045,32004045,0,0,0,2022/02/25,1 +4046,Mirai wa Kaze no You ni,Mirai wa Kaze no You ni,Mirai wa Kaze no You ni,Liella!,Lyrics: Aki Hata
Composition: Tomokazu Yamada
Arrangement: Singo Kubota (Jazzin'park)
Strings Arrangement: Shu Kanematsu,Love Live! Superstars!! Anime Ending Theme,"The ending theme for season 1 of the Love Live! Superstar!! anime. It's a tender fusion of acoustic and synth sounds, under reassuring lyrics that layer hopes and dreams for the future on the wind's caress. Live shows recreate the ending animation's choreography during the chorus, and during the interlude, the girls strike the pose from the CD jacket.
",4,400,jacket_4046,31004046,32004046,0,0,0,2021/08/04,1 +4047,Yuuki no Kakera,Yuuki no Kakera,Yuuki no Kakera,Chisato Arashi (C.V: Nako Misaki),Lyrics: Junko Miyajima
Composition: ArmySlick and Lauren Kaori
Arrangement: ArmySlick,,A Chisato Arashi solo song that's all about Chisato's strong determination to be a great school idol. First performed on day two of the Osaka Live & Fan Meeting Tour. A straight-up techno pop track with enough deep bass to bottom out even the biggest subs.
,4,490,jacket_4047,31004047,32004047,0,0,0,2021/11/26,1 +4048,WE WILL‼,WE WILL‼,WE WILL‼,Liella!,Lyrics: Shintaro Mori
Composition: Motokiyo
Arrangement: Yosuke Yamashita,,"After coming up short in the first season, Liella!'s intent to avenge themselves is palpable. Their outfits include racing jackets, giving them a cooler look that's a new direction for the group. The first CD featuring the nine-member version Liella!.
",4,400,jacket_4048,31004048,32004048,0,0,0,2022/08/03,1 +4049,Star Sengen,Star Sengen,Star Sengen,Liella!,Lyrics: Junko Miyajima
Composition: Mayuko Maruyama
Arrangement: Masaki Iehara,,"Liella! makes judicious use of distorted guitar riffs to show a little more edge in this song. It's clear from start to finish that they're aiming to win no matter what it takes. The clapping section always brings fans and performers together, and the move where the girls yell ""Superstar!"" while pointing at themselves always leaves an impact.
",4,400,jacket_4048,31004049,32004049,0,0,0,2022/08/03,1 +4050,Okikakeru Yume no Saki de,Okikakeru Yume no Saki de,Okikakeru Yume no Saki de,Liella!,Lyrics: Aki Hata
Composition: Gou Ishikuro and Mio Jorakuji
Arrangement: Singo Kubota (Jazzin'park)
Strings Arrangement: Shu Kanematsu,,The ending theme for season 2 of the Love Live! Superstar!! anime. A mid-tempo tune brimming with hope for the future and gets listeners looking forward to tomorrow. The precious ending animation shows the girls doing their hair and feeding each other strawberries.,4,400,jacket_4050,31004050,32004050,0,0,0,2022/08/10,1 +4051,Mizushibuki no Sign,Mizushibuki no Sign,Mizushibuki no Sign,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: menma,,"B-side with Oikakeru Yume no Saki de. A summertime jam if there ever was one, the live shows feature choreography that mimics swimming and playing in the water. The crisscrossing piano and guitars stir up thoughts of glowing skies after a summer sunset.
",4,400,jacket_4050,31004051,32004051,0,0,0,2022/08/10,1 +4052,Welcome to Bokura no Sekai,Welcome to Bokura no Sekai,Welcome to Bokura no Sekai,Liella!,Lyrics: Junko Miyajima
Composition: Hajime Mitsumasu
Arrangement: EFFY
Strings and Brass Arrangement: Yuya Mori,,"Played as an insert song in season 2, episode 1 of the Love Live! Superstar!! anime. This is the song that spurred Kinako Sakurakoji to join Liella!, and it's easy to see why. The lyrics feel so welcoming to a new transfer student, it almost seems deliberate! It kicks off with a jazzy piano tune, then goes into a fancy, cutie-pop mode. The chorus drives home the feeling that Liella! is entering a new stage.
",4,400,jacket_4052,31004052,32004052,0,0,0,2022/08/17,1 +4053,Go!! Restart,Go!! Restart,Go!! Restart,Liella!,Lyrics: Junko Miyajima
Composition: Gou Ishikuro and Mio Jorakuji
Arrangement: Gou Ishikuro,,"Played as an insert song in season 2, episode 3 of the Love Live! Superstar!! anime. The first song to include Kinako Sakurakoji after she joined Liella!, it expresses the group's aspiration to start fresh and their positive expectations for the next stage. The drumline would be right at home at a cheerleading competition and quickly get listeners moving to the beat.
",4,400,jacket_4053,31004053,32004053,0,0,0,2022/08/17,1 +4054,Vitamin SUMMER!,Vitamin SUMMER!,Vitamin SUMMER!,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Hige Driver,,The first song Liella! performed after the addition of Natsumi Onitsuka. An instantly memorable performance with each member wearing her own unique Alice hairband. The clapping part in the song's second section gets fans pumped even more.
,4,400,jacket_4054,31004054,32004054,0,0,0,2022/09/21,1 +4055,"Chance Day, Chance Way!","Chance Day, Chance Way!","Chance Day, Chance Way!",Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Kohei Tsunami,,"Performed for the Love Live! district preliminaries. The song's theme is about finding your ""way"". Though it has the classic Love Live! J-rock feeling, it also shows a bit of rebelliousness as it lays out new possibilities. The Japanese-style costumes and dance moves mimicking a portable shrine will put anyone in a festival mood.
",4,400,jacket_4055,31004055,32004055,0,0,0,2022/09/21,1 +4056,Sing! Shine! Smile!,Sing! Shine! Smile!,Sing! Shine! Smile!,Liella!,Lyrics: Junko Miyajima
Composition: Yasuhiro Obata
Arrangement: Tasuku Maeda
Strings Arrangement: Shu Kanematsu,,"Performed for the Love Live! Tokyo tournament. While doing their overnight camp, Liella! came to the conclusion that this song represents their ""true voice"". It's the first song that both the first- and second-years worked on. The costumes were worn on the 2nd Live Tour performance.",4,400,jacket_4056,31004056,32004056,0,0,0,2022/10/19,1 +4057,Mirai no Oto ga Kikoeru,Mirai no Oto ga Kikoeru,Mirai no Oto ga Kikoeru,Liella!,Lyrics: Junko Miyajima
Composition: Yasuhiro Obata
Arrangement: Shu Kanematsu,,"Liella! performed this for the Love Live! finals. It symbolizes everything they've learned and experienced throughout their Love Live! journey. Each member sings lyrics written especially for her. In the enduring final moment, the nine members come together in a star-shaped formation.
",4,400,jacket_4057,31004057,32004057,0,0,0,2022/10/19,1 +4059,Killer Kyun☆,Killer Kyun☆,Killer Kyun☆,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Atsuki Okuma,,"With a catchy intro and a memorable chorus, this B-side track is coupled with MIRACLE NEW STORY, the theme song for Love Live! School Idol Festival 2: Miracle Live! Listen for those lighthearted lyrics describing the nervousness and excitement felt the day before meeting someone special.",4,400,jacket_4071,31004059,32004059,0,0,0,2023/05/19,223063007 +4060,Butterfly Wing,Butterfly Wing,Butterfly Wing,Wien Margarete (C.V: Yuina),Lyrics: Junko Miyajima
Composition / Arrangement: Yuya Mori,,"Wien Margarete's debut single, which won her the Yoyogi School Idol Fes championship. Her self-assured lyrics and intense stage performances reflect her ambitions to achieve at the highest levels all on her own. Margarete is someone who projects a powerful aura, and people take note when she enters a room.
",4,402,jacket_4060,31004060,32004060,0,0,0,2022/11/30,1 +4061,Edelstein,Edelstein,Edelstein,Wien Margarete (C.V: Yuina),Lyrics: Junko Miyajima
Composition / Arrangement: Yuya Mori,,"Performed at the Love Live! Tokyo tournament. Margarete sung this to show her ""true voice"" to Kanon Shibuya. It demonstrates her unshakeable faith in herself and her performances' ability to achieve her ambitions. A grandiose, almost operatic orchestral number that could command the stage of the world's biggest concert halls.
",4,402,jacket_4060,31004061,32004061,0,0,0,2022/11/30,1 +4064,Reverb,Reverb,Reverb,Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Junko Miyajima
Composition / Arrangement: Mako Kuwabara,,"A solo song from Ren Hazuki, dedicated to her mother Hana. There's a touching evolution of Ren's emotions between the first and second parts. It was first performed on day two of the Tokyo Live & Fan Meeting Tour. The moment where Ren looks to the sky and nods assuredly touched the heart of many a fan.
",4,490,jacket_4064,31004064,32004064,0,0,0,2022/01/26,1 +4065,Shooting Voice!!,Shooting Voice!!,Shooting Voice!!,Liella!,Lyrics: Junko Miyajima
Composition: Yasuhiro Obata
Arrangement: Yoshiaki Dewa,,"A split single from the Love Live! Series All Night Nippon GOLD tie-in project. Fans say it reminds them of chilling out and listening to the radio late at night. The a capella opening draws listeners into the world of Liella!'s voices right off the bat, and the title appears again when the girls cup their hands as if shouting through megaphones.
",4,400,jacket_4065,31004065,32004065,0,0,0,2021/11/24,1 +4066,Dreamer Coaster,Dreamer Coaster,Dreamer Coaster,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first version, sung by Kanon Shibuya during the original broadcast. The catchy flamenco music draws on Kanon's Spanish roots, while encompassing the mixture of nervousness and excitement that comes with thinking about the future.",4,490,jacket_4066,31004066,32004066,0,0,0,2022/10/26,1 +4067,Dreamer Coaster,Dreamer Coaster,Dreamer Coaster,Kinako Sakurakoji (C.V: Nozomi Suzuhara),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version, sung by Kinako Sakurakoji during the original broadcast. The music video delights with silly moments of Kinako devouring puffy clouds of cotton candy and flying along on a roller coaster. Meanwhile, the music itself exudes the optimism of an empowered girl who knows she's defining her own future.",4,490,jacket_4066,31004067,32004067,0,0,0,2022/10/26,1 +4068,Irozuite Toumei,Irozuite Toumei,Irozuite Toumei,Liella!,Lyrics: Junko Miyajima
Composition: Mariko Fuji
Arrangement: Gou Ishikuro,,B-side track with Welcome to Bokura no Sekai and Go!! Restart Episode 1 edition. An inspiring piece that compares the wide-open possibilities of one's future to a colorless canvas waiting to be dyed. The distinctive piano intro gives it an ethereal quality.
,4,400,jacket_4052,31004068,32004068,0,0,0,2022/08/17,1 +4069,Yuragu wa,Yuragu wa,Yuragu wa,Liella!,Lyrics: Junko Miyajima
Composition: menma
Arrangement: Masaki Iehara,,"A motivational track that sings of a heart flitting between timidity and resoluteness. The refrain is split right down the middle; the first half about wavering when faced with opposition, and the second half about being true to your passion and holding strong. The back-and-forth between admitting to your weakness and not losing the desire to overcome it draws out one's inner courage.
",4,400,jacket_4053,31004069,32004069,0,0,0,2022/08/17,1 +4071,MIRACLE NEW STORY,MIRACLE NEW STORY,MIRACLE NEW STORY,Liella!,Lyrics: Aki Hata
Composition: Yasuhiro Obata
Arrangement: EFFY,Smartphone App Love Live! School Idol Festival 2 Miracle Live! Theme Song,"The theme song for Love Live! School Idol Festival 2, and Liella!'s first SIF tie-in song. The funky guitar track gets players ready for anything that the game throws their way. Liella! invites listeners to sing and play along with them, making the experience truly feel like a festival from the opening notes. Time for a new game!",4,400,jacket_4071,31004071,32004071,0,0,0,2023/05/19,1 +4073,Endless Circuit,Endless Circuit,Endless Circuit,Keke Tang (C.V: Liyuu),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first version, sung by Keke Tang during the original broadcast. Memorable moments form the music video include Keke and Sumire racing, and the pair striking a galaxy poste at the end. The lyrics start off singing about racing against her rival and blasting past her for an early lead.
",4,490,jacket_4066,31004073,32004073,0,0,0,2022/10/26,1 +4074,Endless Circuit,Endless Circuit,Endless Circuit,Sumire Heanna (C.V: Naomi Payton),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version, sung by Sumire Heanna during the original broadcast. Unlike the first version's music video, this one starts with Keke lending a hand and the two happily running alongside one another. The second half's lyrics sing about rivals helping one another out and making each other better.
",4,490,jacket_4066,31004074,32004074,0,0,0,2022/10/26,1 +4075,Meikyu Sanka,Meikyu Sanka,Meikyu Sanka,Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first version, sung by Ren Hazuki during the original broadcast. The beautifully-done music video depicts her and Chibi on an adventure in an Alice in Wonderland-like world. This lighthearted tango-influenced track is all about staying hopeful, even as you're fumbling through a labyrinth.
",4,490,jacket_4066,31004075,32004075,0,0,0,2022/10/26,1 +4076,Meikyu Sanka,Meikyu Sanka,Meikyu Sanka,Natsumi Onitsuka (C.V: Aya Emori),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version, sung by Natsumi Onitsuka during the original broadcast. The music video depicts Natsumi and Ren as Queens of Hearts, flying through the skies atop Chibi. It paints a picture of their days lost in the labyrinth as a special time in their lives that they'll always treasure.
",4,490,jacket_4066,31004076,32004076,0,0,0,2022/10/26,1 +4077,Prime Adventure,Prime Adventure,Prime Adventure,Liella!,Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first track on the Songs of Liella! album to feature all nine members. The music video shows the girls enjoying nature and peeking through doors painted with their signature colors. Going off on an epic journey, chasing the light, and overcoming danger brings the power of positivity to listeners.
",4,400,jacket_4066,31004077,32004077,0,0,0,2022/10/26,1 +4078,Parade wa Itsumo,Parade wa Itsumo,Parade wa Itsumo,Mei Yoneme (C.V: Akane Yabushima),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first version, sung by Mei Yoneme during the original broadcast. Fan favorite moments from the music video are Mei transforming into an adorable costume, and blowing bubbles with Shiki while riding the rails. The tune rings with all the fun and variety of a big parade.
",4,490,jacket_4066,31004078,32004078,0,0,0,2022/10/26,1 +4079,Parade wa Itsumo,Parade wa Itsumo,Parade wa Itsumo,Shiki Wakana (C.V: Wakana Ookuma),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version, sung by Shiki Wakana during the original broadcast. Fan favorite moments from the music video are Shiki walking around with a turtle on her head, and bravely riding the rails with Mei. The song's carnival-like atmosphere convinces listeners it's better to have fun than fret.
",4,490,jacket_4066,31004079,32004079,0,0,0,2022/10/26,1 +4080,Kakeru Merry-Go-Round,Kakeru Merry-Go-Round,Kakeru Merry-Go-Round,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version, sung by Kanon Shibuya during the original broadcast. In the music video, Kanon and Chisato have a blast riding together on a merry-go-round. Like a carousel, the days may seem to repeat themselves as time goes on, but each one is different and special in its own way. The wistful sounds of the calliope fill this song with warmth.
",4,490,jacket_4066,31004080,32004080,0,0,0,2022/10/26,1 +4081,Kakeru Merry-Go-Round,Kakeru Merry-Go-Round,Kakeru Merry-Go-Round,Chisato Arashi (C.V: Nako Misaki),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The first version, sung by Chisato Arashi during the original broadcast. The music video features a sweet moment where Kanon finds Chisato sitting alone on the merry-go-round and reaches out her hand. The lyrics, which follow the leisurely pace of a spinning carousel, are a perfect fit for the longtime friends.
",4,490,jacket_4066,31004081,32004081,0,0,0,2022/10/26,1 +4082,Time to go,Time to go,Time to go,Liella!,Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second track on the Songs of Liella! album to feature all nine members. The music video shows the girls napping on a Ferris wheel ride and peeking at their various expressions during the chorus. Much like a Ferris wheel, this song's all about realizing that one trip around doesn't end the story, but begins a new one.
",4,400,jacket_4066,31004082,32004082,0,0,0,2022/10/26,1 +4083,Tu Tu Tu!,Tu Tu Tu!,Tu Tu Tu!,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Takagi Seiji,,"A slow jam about endings and beginnings, like the changing of seasons. First performed as the closing number for Live & Fan Meeting Tour performances. The ""Tu Tu Tu"" chorus quickly became famous. Fans were easily able to perform the final finger-waving choreography along with the girls, including touching fingertips with the person next to them at the end.
",4,400,jacket_4083,31004083,32004083,0,0,0,2022/02/25,1 +4084,Anniversary,Anniversary,Anniversary,Keke Tang (C.V: Liyuu),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of season 1, episode 4 of the Love Live! Superstar!! anime. The first version of this track was sung by Keke Tang during the original broadcast. It follows a crinum motif, which means ""going somewhere faraway"" in the language of flowers. The lyrics, which lament the anniversary of a parting of ways, are melancholy but maintain a ray of hope.
",4,490,jacket_4011,31004084,32004084,0,0,0,2021/10/27,1 +4085,Dears,Dears,Dears,Sumire Heanna (C.V: Naomi Payton),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of season 1, episode 11 of the Love Live! Superstar!! anime. The second version of this track was sung by Sumire Heanna during the original broadcast. It aspires create a scene that brings happiness and joy to those ""dear"" to us.
",4,490,jacket_4011,31004085,32004085,0,0,0,2021/10/27,1 +4086,Memories,Memories,Memories,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of episode 2 of the Love Live! Superstar!! anime. It follows an edelweiss motif, which means ""courage"" in the language of flowers. It's the perfect combination of flower and flow, as the lyrics inspire listeners to be brave. In an already stacked track list, the heartrending orchestral performance and straightforward lyrics make Memories stand out.
",4,490,jacket_4011,31004086,32004086,0,0,0,2021/10/27,1 +4087,Message,Message,Message,Sumire Heanna (C.V: Naomi Payton),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"Played during a special segment of season 1, episode 6 of the Love Live! Superstar!! anime. The first version of this track was sung by Sumire Heanna during the original broadcast. It follows an helenium motif, which represents ""tears"" in the language of flowers. However, the lyrics note that tears can nuture the seeds of our dreams until they blossom, giving listeners the fortitude not to quit.
",4,490,jacket_4011,31004087,32004087,0,0,0,2021/10/27,1 +4088,Ringing!,Ringing!,Ringing!,Keke Tang (C.V: Liyuu),Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori,,"The second version, sung by Keke Tang during the original broadcast. It's a song about growing by noticing something unique in all the things one didn't manage to do. Marked by a violin section that seems to have a voice of its own, and dance moves that mimic ringing a bell.
",4,490,jacket_4011,31004088,32004088,0,0,0,2021/10/27,1 +4089,Utopia Magic,Utopia Magic,Utopia Magic,Liella!,Lyrics: Junko Miyajima
Composition: Aira
Arrangement: EFFY,,"A happy, floaty song singing about finding the titular utopia. During the 3rd Live Tour, Liella! performed this while riding in carts on rails, unifying the arena in a seminal moment.
",4,400,jacket_4054,31004089,32004089,0,0,0,2022/09/21,1 +4090,POP TALKING,POP TALKING,POP TALKING,Liella!,Lyrics: Junko Miyajima
Composition: YOU for YUU and Giz Mo' (from Jam9)
Arrangement: YOU for YUU,,"Dance practice videos for POP TALKING generated a lot of buzz on social media. The song's hook is a rap section that comes off as two friends having a chat. During the 3rd Live Tour, Liella! performed this while riding in carts on rails.
",4,400,jacket_4055,31004090,32004090,0,0,0,2022/09/21,1 +4091,TO BE CONTINUED,TO BE CONTINUED,TO BE CONTINUED,Liella!,Lyrics: Junko Miyajima
Composition: menma
Arrangement: Masaki Iehara,,"A song filled with burning passion, insisting that when a dream comes true, it's only the starting line for the next goal. This was performed as the final number of Liella! 3rd Live Tour shows. The sweeping arm motions during the chorus always brought the audience and cast together.
",4,400,jacket_4057,31004091,32004091,0,0,0,2022/10/19,1 +4092,Namae Yobiau You ni,Namae Yobiau You ni,Namae Yobiau You ni,Liella!,Lyrics: Junko Miyajima
Composition: Tak Miyazawa
Arrangement: Yusuke Shirato,,"A slow, tender ballad that sings of a strong bond with someone precious. First performed on the Liella! 3rd Live Tour. Fans say they'll always remember the group turning to look at one another when they sing ""As we looked up just now, you and I locked eyes"". Another meaningful moment is the final move, where they gently push each other's backs.",4,400,jacket_4056,31004092,32004092,0,0,0,2022/10/19,1 +4094,Hoshizora Monologue,Hoshizora Monologue,Hoshizora Monologue,"Kanon Shibuya (C.V: Sayuri Date), Keke Tang (C.V: Liyuu), Chisato Arashi (C.V: Nako Misaki), Sumire Heanna (C.V: Naomi Payton), and Ren Hazuki (C.V: Nagisa Aoyama)",Lyrics: Junko Miyajima
Composition / Arrangement: Yasuhiro Obata,,A ballad performed by first-generation Liella! characterized by a soft acoustic guitar. This song is about looking back on past failures and realizing the significant role they played in personal growth.,4,499,jacket_4094,31004094,32004094,0,0,0,2022/12/23,223071001 +4095,Blooming Dance! Dance!,Blooming Dance! Dance!,Blooming Dance! Dance!,"Kinako Sakurakoji (C.V: Nozomi Suzuhara), Mei Yoneme (C.V: Akane Yabushima), Shiki Wakana (C.V: Wakana Ookuma), and Natsumi Onitsuka (C.V: Aya Emori)",Lyrics: Junko Miyajima
Composition: YUU for YOU and Giz’Mo (from Jam9)
Arrangement: YUU for YOU,,"With uplifting lyrics that describe jumping into a new world and working toward a dream, this song expresses the fresh attitudes of second-generation Liella! combining an upbeat tempo with a pop melody.",4,499,jacket_4095,31004095,32004095,0,0,0,2023/01/27,223071001 +4096,Including you,Including you,Including you,Liella!,Lyrics: Junko Miyajima
Composition: Takamasa Yura
Arrangement: EFFY,,"This ballad expresses tremendous respect and gratefulness to those we love and admire, featuring a soothing mid-tempo capturing the abundant purity of a new morning.",4,400,jacket_4096,31004096,32004096,0,0,0,2023/02/24,223071001 +4097,Free Flight,Free Flight,Free Flight,Kanon Shibuya (C.V: Sayuri Date),Lyrics: Junko Miyajima
Composition: INFX and Nurhadaina Binte Ariffin
Arrangement: INFX and Masaki Iehara,,"Solo performance by Kanon Shibuya, describing her decision to study abroad during season 2 of the anime. An alternative rock song that distinctly increases in BPM toward the end.",4,490,jacket_4106,31004097,32004097,0,0,0,2023/03/15,223071001 +4098,Hoshikuzu Cruising,Hoshikuzu Cruising,Hoshikuzu Cruising,Keke Tang (C.V: Liyuu),Lyrics: Junko Miyajima
Composition / Arrangement: Yasuhiro Obata,,"Solo performance by Keke Tang, displaying her apparent growth upon completing the academic year. This mid-tempo rock song has a sad undertone, portraying the desire to stay together forever despite being aware of the inevitable end.",4,490,jacket_4106,31004098,32004098,0,0,0,2023/03/15,223071001 +4099,Kimi o Omou Hana ni Naru,Kimi o Omou Hana ni Naru,Kimi o Omou Hana ni Naru,Chisato Arashi (C.V: Nako Misaki),Lyrics: Junko Miyajima
Composition: Gou Ikikuro and Mio Jorakuji
Arrangement: Gou Ishikuro,,"Solo performance by Chisato Arashi, beginning with the impactful lyrics, ""What is kindness?"" This medium-speed ballad describes the determination to become a version of oneself capable of supporting someone else, even beyond words.",4,490,jacket_4106,31004099,32004099,0,0,0,2023/03/15,223071001 +4100,Starry Prayer,Starry Prayer,Starry Prayer,Sumire Heanna (C.V: Naomi Payton),Lyrics: Juko Miyajima
Composition / Arrangement: JunPayer
Strings Arrangement: Ryuta Yoshioka,,"Solo performance by Sumire Heanna. This rock ballad is about preparing oneself to never give up when it comes to being there for a certain ""someone"" who has always been there for you, even if it means opposing fate.",4,490,jacket_4106,31004100,32004100,0,0,0,2023/03/15,223081402 +4101,Midnight Rhapsody,Midnight Rhapsody,Midnight Rhapsody,Ren Hazuki (C.V: Nagisa Aoyama),Lyrics: Junko Miyajima
Composition: Tomokazu Yamada
Arrangement: Shouhei Sumiya
Brass Arrangement: Yasuhisa Inoue,,"Solo performance by Ren Hazuki about gradually becoming attracted to a fascinating new world. With a distinctive acceleration encouraged by a ska-style rhythm, the fiery lyrics overlap with the new side of Ren unveiled in season 2 of the anime.",4,490,jacket_4106,31004101,32004101,0,0,0,2023/03/15,223081402 +4102,Beginner's Rock!!,Beginner's Rock!!,Beginner's Rock!!,Kinako Sakurakoji (C.V: Nozomi Suzuhara) ,Lyrics: Junko Miyajima
Composition / Arrangement: Shinpei Nozaki,,"Solo performance by Kinako Sakurakoji in which she sings about maintaining a positive outlook when taking on a challenge, even when going outside of her comfort zone. This pop-rock tune suits Kinako's personality well with an energetic sound to give the listener a pat on the back.",4,490,jacket_4106,31004102,32004102,0,0,0,2023/03/15,223081402 +4103,Akane Gokoro,Akane Gokoro,Akane Gokoro,Mei Yoneme (C.V: Akane Yabushima),Lyrics: Junko Miyajima
Composition / Arrangement: menma,,"Solo performance by Mei Yoneme, featuring fast-paced piano and rock-style elements accompanied by lyrics about clearly stating one's passion for confronting a goal. This song represents Mei's transformation as she decides to come out of the shadows as a mere fan to become a full-fledged school idol herself.",4,490,jacket_4106,31004103,32004103,0,0,0,2023/03/15,223081402 +4104,Glass Ball Rejection,Glass Ball Rejection,Glass Ball Rejection,Shiki Wakana (C.V: Wakana Ookuma),Lyrics: Junko Miyajima
Composition: Menma
Arrangement: Eunsol(1008),,"Solo performance by Shiki Wakana, whose personality proves transparent like a glass ball. This dance song with striking vocals softly and powerfully expresses the concept of a world growing larger and vibrant after learning various emotions from a certain someone.",4,490,jacket_4106,31004104,32004104,0,0,0,2023/03/15,223081402 +4105,Eye o Choudai,Eye o Choudai,Eye o Choudai,Natsumi Onitsuka (C.V: Aya Emori),Lyrics: Junko Miyajima
Composition / Arrangement: Junko Nakajima
Brass Arrangement: Yuya Mori,,"Solo performance by Natsumi Onitsuka, featuring a distinctive pop sound in addition to its catchy lyrics and melody. In this track, Natsumi sings about making her approach while keeping her ulterior motives secret, matching her troublemaker persona.",4,490,jacket_4106,31004105,32004105,0,0,0,2023/03/15,223081402 +4106,Second Sparkle,Second Sparkle,Second Sparkle,Liella!,Lyrics: Junko Miyajima
Composition: Menma
Arrangement: Ren Mizunoya,,"Title track of Liella's 2nd album, Second Sparkle. With fast pacing from start to finish, this rock song is about not only chasing after dreams, but also finding the confidence to willingly make those dreams come true.",4,400,jacket_4106,31004106,32004106,0,0,0,2023/03/15,223061105 +4107,Watashi no Symphony ~2022 Ver.~,Watashi no Symphony ~2022 Ver.~,Watashi no Symphony ~2022 Ver.~,Liella!,Lyrics: Junko Miyajima
Composition: Takagi Seiji and Takafumi “CO-K” Koukei
Arrangement: Takafumi “COK” Koukei
Strings and Brass Arrangement: Shu Kanematsu,,"Watashi no Symphony performed by both the first and second-generation members. First sung by the second generation only, this version with both generations together for the first time was unveiled at a combined release event for the opening and ending themes from season 2 of the anime.",4,400,jacket_4106,31004107,32004107,0,0,0,2023/03/15,223061105 +4108,UNIVERSE!!,UNIVERSE!!,UNIVERSE!!,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Yuki Utamaru
Strings Arragement: Yoshiaki Dewa,Liella! CLUB Membership Perk: Love Live! Superstar!! Liella! CLUB CD SET 2023,"A recording for the Liella! CLUB (started April 2023) membership bonus, Love Live! Superstar!! Liella! CLUB CD SET 2023. The strings and sing-alongs give the song a grandeur of an endlessly expanding universe. A song full of the joy you feel when one voice connects with another.",4,400,jacket_4108,31004108,32004108,0,0,0,2023/07/05,223101301 +4110,Jump Into the New World,Jump Into the New World,Jump Into the New World,Liella!,Lyrics: Junko Miyajima
Composition: Ren Mizunoya
Arrangement: Taishi Kawai,Liella! unit mini-album: Jump Into the New World,This is the lead song on Liella!'s first unit mini-album after adding two third-generation members to their now 11-member group. It's a unique dance track with a hard beat and contrasting playfulness. It's about the bond that carried Liella! this far and what the next chapter has in store for them.,4,400,jacket_4110,31004110,32004110,0,0,0,2023/08/02,223091002 +4111,Alternate,Alternate,Alternate,CatChu!,Lyrics: Junko Miyajima
Composition / Arrangement: menma,Liella! unit mini-album: Jump Into the New World,"The first song from the unit CatChu! made up of Kanon Shibuya, Sumire Heanna, and Mei Yoneme. A song that evokes a sense of youth, about ""you"" and ""me"" doing everything to find hope while holding each other's hands and never giving up. This song's straightforward rock sound and intense lyrics are impressive.",4,403,jacket_4110,31004111,32004111,0,0,0,2023/08/02,223101301 +4112,Kage Asobi,Kage Asobi,Kage Asobi,CatChu!,Lyrics: Junko Miyajima
Composition / Arrangement: Naoto Kiyota,Liella! unit mini-album: Jump Into the New World,"CatChu!'s second song. The tonal color of passionate acoustic guitar and Latin-like rhythms make an impact. The song evokes the struggles of adolescence with lyrics that tell us that it is up to us do decide what we want to be, while harboring anxiety and impatient feelings about the future we have yet to see.",4,403,jacket_4110,31004112,32004112,0,0,0,2023/08/02,223110801 +4113,Velour,Velour,Velour,KALEIDOSCORE,Lyrics: Junko Miyajima
Composition / Arrangement: menma
Strings Arrangement: Hoffnung,Liella! unit mini-album: Jump Into the New World,"The first song from the unit KALEIDOSCORE made up of Keke Tang, Ren Hazuki, and Margarete Wien. A love song about sad feelings for the one you love—""I can't chase after you any more."" The song's sound feels somehow nostalgic with a melody as smooth as velour.",4,404,jacket_4110,31004113,32004113,0,0,0,2023/08/02,223101301 +4114,Fukashi na Blue,Fukashi na Blue,Fukashi na Blue,KALEIDOSCORE,Lyrics: Junko Miyajima
Composition: Takuya Ohata and nulut
Strings Arrangement: Takeshi Iwasaki,Liella! unit mini-album: Jump Into the New World,"KALEIDOSCORE's second song. A melody that gradually accelerates up your emotions and a sound that opens up to the entire world during the chorus make this song a moving one. This is a song for ""you,"" the first person I could show my feelings of loneliness to that I had been hiding and holding back.",4,404,jacket_4110,31004114,32004114,0,0,0,2023/08/02,223110801 +4115,Dancing Raspberry,Dancing Raspberry,Dancing Raspberry,5yncri5e!,Lyrics: Junko Miyajima
Composition: ArmySlick and Mio Jorakuji
Arrangement: ArmySlick,Liella! unit mini-album: Jump Into the New World,"The first song from the unit 5yncri5e!, made up of Chisato Arashi, Kinako Sakurakoji, Shiki Wakana, Natsumi Onitsuka, and Tomari Onitsuka. A danceable tune with a comfortable rhythm that makes you want to just ""dance the way you feel."" A song that gives you the strength and courage to say, ""I'm awesome!""",4,405,jacket_4110,31004115,32004115,0,0,0,2023/08/02,223101301 +4116,A Little Love,A Little Love,A Little Love,5yncri5e!,Lyrics: Junko Miyajima
Composition: Eunsol(1008) and Yu-ki Kokubo
Arrangement: Eunsol(1008),Liella! unit mini-album: Jump Into the New World,"5yncri5e!'s second song. The floating yet powerful sound of this EDM song draws you into the world all at once. A dazzling yet warm song filled with lots of kinds of love, where ""I"" convey my feelings and thoughts straight to you.",4,405,jacket_4110,31004116,32004116,0,0,0,2023/08/02,223110801 +4117,Shake It Up☆☆☆,Shake It Up☆☆☆,Shake It Up☆☆☆,Liella!,Lyrics: Junko Miyajima
Composition / Arrangement: Ryuki Koike and Hoffnung,Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Theme Song,"The theme song for Liella's 5th Live. It opens with powerful trumpets in an upbeat intro, marking the start of the show. The catchy melody and rhythm will have you swaying unconsciously.",4,400,jacket_4117,31004117,32004117,0,0,0,2024/01/10,224012006 +4118,FANTASTiC,FANTASTiC,FANTASTiC,Liella!,"Lyrics: Junko Miyajima
Composition: YUU for YOU , Giz'Mo (from Jam9)
Arrangement: YUU for YOU",Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Theme Song Single B-side,"A B-side for Liella's 5th Live theme song single. A somewhat familiar but new sound makes for a pleasant EDM. At first glance, the lyrics describe a strong contender in an unrequited love, but they charmingly repeat the same words to themselves for reassurance.",4,400,jacket_4117,31004118,32004118,0,0,0,2024/01/10,224012006 +4119,Watashi no Symphony ~2023 Ver.~,Watashi no Symphony ~2023 Ver.~,Watashi no Symphony ~2022 Ver.~,Liella!,Lyrics: Junko Miyajima
Composition: Takagi Seiji and Takafumi CO-KKoukei
Arrangement: Takafumi CO-KKoukei
Strings and Brass Arrangement: Shu Kanematsu,Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Theme Song Single B-side,"Watashi no Symphony performed with 11, including the third-generation members. It starts with solos from each of the third-generation members. It was first performed with all 11 members at Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~.",4,400,jacket_4117,31004119,32004119,0,0,0,2024/01/10,224021202 +5001,Dream Believers,Dream Believers,Dream Believers,Hasunosora Girls' High School Idol Club,Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe
Strings Arrangement: Takuya Watanabe and Yu Manabe,Smartphone App Link! Like! Love Live! Theme Song,"Theme song for the Link! Like! Love Live! smartphone app, and the Hasunosora Girls' High School Idol Club debut song. It's got everything you could want in a debut song: positive, hopeful lyrics with just a hint of wistfulness, a group of determined girls who are living their best life chasing their dreams, and a straightforward melody with an impressive variety of instruments contributing. You can't listen to this and not feel a little happier.",5,500,jacket_5001,31005001,32005001,0,0,0,2023/03/29,1 +5002,AWOKE,AWOKE,AWOKE,DOLLCHESTRA,Lyrics: TATSUNE
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto,,"Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. The first song of the marionette-themed DOLLCHESTRA sub-unit. It's an odd track with a unique composition, transitioning from synth-plucking to a waltz interlude. AWOKE sets the tone for DOLLCHESTRA's style.",5,502,jacket_5001,31005002,32005002,0,0,0,2023/03/29,1 +5003,Suisai Sekai,Suisai Sekai,Suisai Sekai,Cerise Bouquet,Lyrics: Kyll
Composition: Satoru Kurihara (Jazzin'park) and Tasuku Maeda
Arrangement: Tasuku Maeda
Strings Arrangement: Daisuke Kadowaki,,"Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. The first song of the Cerise Bouquet sub-unit. The touchingly hopeful lyrics, warmth, and sense of rushing forward are all presented in that special way only a duo can pull off. The straightforward melody and song composition are our first experience with Cerise Bouquet's style.",5,501,jacket_5001,31005003,32005003,0,0,0,2023/03/29,1 +5004,Reflection in the mirror,Reflection in the mirror,Reflection in the mirror,Cerise Bouquet,Lyrics: Kelly
Composition: Arisa Momou and Menma
Arrangement: Menma
Strings Arrangement: Yu Manabe,Smartphone App Link! Like! Love Live! Records (Story) Episode 3,"Song from the smartphone app Link! Like! Love Live! records (story) episode 3. After feelings had been disconnected between Kaho and Kozue, this emotional performance describes a mirror representing the mutual understanding they eventually reached. The refreshing, yet traditional sound accompanied by magnificent strings successfully portrays Cerise Bouquet's new start.",5,501,jacket_5004,31005004,32005004,0,0,0,2023/04/26,223053107 +5005,Fortune Movie,Fortune Movie,Fortune Movie,Cerise Bouquet,Lyrics: Kelly
Composition: Arisa Momou and Menma
Arrangement: Menma,,"Song included in Cerise Bouquet's 1st single, Reflection in the mirror. Distinguished by brass instruments and a musical-style vocal performance, this song shows off an adorable side to these two performers, with the full-size version featuring a short skit to allow the listener to enjoy their comedic relationship, along with a climatic saxophone solo.",5,501,jacket_5004,31005005,32005005,0,0,0,2023/04/26,223053107 +5006,Mix shake!!,Mix shake!!,Mix shake!!,Cerise Bouquet,Lyrics: Kelly
Composition / Arrangement: Tomoya Kawasaki ,,"Song included in Cerise Bouquet's 1st single, Reflection in the mirror. The lyrics contain playful word choice and personality accompanied by noteworthy guitar and bass performances in this catchy rock tune by the fresh new Cerise Bouquet. The upbeat outro will especially make you want to jump on stage and join the song and dance.",5,501,jacket_5004,31005006,32005006,0,0,0,2023/04/26,223053107 +5007,Sparkly Spot,Sparkly Spot,Sparkly Spot,DOLLCHESTRA,Lyrics: TATSUNE
Composition / Arrangement: Takuya Watanabe ,Smartphone App Link! Like! Love Live! Records (Story) Episode 6,"Song from the smartphone app Link! Like! Love Live! records (story) episode 6. In this cool rock piece, Tsuzuri accepts Sayaka and her selfish side as the two of them sing of their intersecting feelings on a skating rink. The song is full of raw emotions and alternating harmonies accompanied by a fast tempo.",5,502,jacket_5007,31005007,32005007,0,0,0,2023/04/26,223053107 +5008,Tsuki Makase,Tsuki Makase,Tsuki Makase,DOLLCHESTRA,Lyrics: TATSUNE
Composition: Yohji Fukuta
Arrangement: Kazunori Watanabe,,"Song included in DOLLCHESTRA's 1st single, Sparkly Spot. With lyrics describing a late-night setting, this electropop tune is matched with a diverse set of catchy sounds. The song's distinct atmosphere gives us a closer look into the expression of these two lovable performers.",5,502,jacket_5007,31005008,32005008,0,0,0,2023/04/26,223053107 +5009,Kiboteki Prism,Kiboteki Prism,Kiboteki Prism,DOLLCHESTRA,"Lyrics: TATSUNE
Composition: Yuichiro Tsuru, Yumi Muroya, and Haruka Kato
Arrangement: Yuichiro Tsuru
Strings Arrangement: Yu Manabe",,"Song included in DOLLCHESTRA's 1st single, Sparkly Spot. This soft pop tune has somewhat of a sad undertone, depicting the conflict girls face in real life. The full-size version features a heartache-ridden guitar solo.",5,502,jacket_5007,31005009,32005009,0,0,0,2023/04/26,223053107 +5010,Ouka Ranman,Ouka Ranman,Ouka Ranman,Cerise Bouquet,Lyrics: Kelly
Composition: Yusuke Onodera (Arte Refact)
Arrangement: Taishi Kawai (Arte Refact),"Smartphone App Link! Like! Love Live! ""Fes×LIVE"" April 2023","Song from the smartphone app Link! Like! Love Live! featured in ""Fes×LIVE"" in April 2023. This uplifting, mid-tempo song uses flowers as a central theme to represent the ""expectations"" associated with the blooming cherry blossoms of April in Japan.",5,501,jacket_5011,31005010,32005010,0,0,0,2023/06/14,223061507 +5011,Holiday∞Holiday,Holiday∞Holiday,Holiday∞Holiday,Cerise Bouquet,Lyrics: Kelly
Composition: Arisa Momou and Menma
Arrangement: Menma,"Smartphone App Link! Like! Love Live! ""Fes×LIVE"" May 2023","Song from the smartphone app Link! Like! Love Live! featured in ""Fes×LIVE"" in May 2023. Themed around a roller coaster, this synth-pop song brings out the cutesy side of these two girls to make every day feel like a holiday.",5,501,jacket_5011,31005011,32005011,0,0,0,2023/06/14,223061507 +5012,Scapegoat,Scapegoat,Scapegoat,DOLLCHESTRA,"Lyrics: TATSUNE
Composition: Hiroki Sagawa (Relic Lyric, inc.) and Joey Takeda
Arrangement: Joey Takeda","Smartphone App Link! Like! Love Live! ""Fes×LIVE"" April 2023","Song from the smartphone app Link! Like! Love Live! featured in ""Fes×LIVE"" in April 2023. Marking the start of the school year, the month of April stirs up anxiety in the emotional states of many. This song features a somewhat sorrowful undertone with a brass intro for a relatively aggressive sound.",5,502,jacket_5013,31005012,32005012,0,0,0,2023/06/14,223061507 +5013,Tragic Drops,Tragic Drops,Tragic Drops,DOLLCHESTRA,Lyrics: TATSUNE
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto,"Smartphone App Link! Like! Love Live! ""Fes×LIVE"" May 2023","Song from the smartphone app Link! Like! Love Live! featured in ""Fes×LIVE"" in May 2023. Themed to the early-summer rain prominent in the climate of Kanazawa, this intense, emotional rock-style piece features a somewhat nostalgic undertone describing a timid love that is best described in music rather than words.",5,502,jacket_5013,31005013,32005013,0,0,0,2023/06/14,223061507 +5014,Do! Do! Do!,Do! Do! Do!,Do! Do! Do!,Mira-Cra Park!,Lyrics: Rosa
Composition / Arrangement: Reiji Yamamoto,,"Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. The first song of the Mira-Cra Park! sub-unit. The chiptune intro immediately draws listeners into the sub-unit's unique world. The first and second melody sections have a high-tempo back-and-forth between Rurino and Megumi, showing their humanity. Then suddenly, the chorus transitions into a wildly motivational cheering-type song. The full version expands on the theme part experience, adding more chatter and a drop as hard as you'll find on any roller coaster.",5,503,jacket_5001,31005014,32005014,0,0,0,2023/03/29,1 +5015,On your mark,On your mark,On your mark,Hasunosora Girls' High School Idol Club,Lyrics: Kanata Okajima and Hayato Yamamoto
Composition / Arrangement: EFFY,,"Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. A fast-paced techno jam that's all about a squad of clumsy, single-minded girls barrelling forward no matter what stands in their way. The girls show off their edgier side as they express a distinctly cool worldview.",5,500,jacket_5001,31005015,32005015,0,0,0,2023/03/29,1 +5016,DEEPNESS,DEEPNESS,DEEPNESS,Hasunosora Girls' High School Idol Club,Lyrics: Arisa Momou
Composition: Yu Furukawa
Arrangement: EFFY,"Smartphone App Link! Like! Love Live! Records (Story) Episode 8
Smartphone App Link! Like! Love Live! ""Fes×LIVE"" June 2023","Song from the smartphone app Link! Like! Love Live! records (story) episode 8, and featured in ""Fes×LIVE"" in June 2023. After losing her heart and finding herself in a stressful emotional state, Kozue finds her way out and discovers a new outlook through her group's tight four-person bond, resulting in this powerful vocal performance accompanied by dance music with fierce electronica and Asian-style influence.",5,500,jacket_5016,31005016,32005016,0,0,0,2023/08/09,223081102 +5017,Eien no Euphoria,Eien no Euphoria,Eien no Euphoria,Hasunosora Girls' High School Idol Club,Lyrics: KOMU
Composition / Arrangement: Hiroo Ooyagi
String Arrangements: Yosuke Yamashita,,"Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. A catchy melody and awesome string section makes this one of those tunes everyone wants to sing along with. It's fun to listen to, and easy to identify each girl as they split the lyrics by grade and by sub-unit.",5,500,jacket_5001,31005017,32005017,0,0,0,2023/03/29,1 +5018,Genyo Yako,Genyo Yako,Genyo Yako,Cerise Bouquet,Lyrics: Kelly
Composition: Yusuke Onodera (Arte Refact)
Arrangement: Masatomi Waki,"Smartphone App Link! Like! Love Live! ""Fes×LIVE"" July 2023","A song from the Smartphone App Link! Like! Love Live! ""Fes×LIVE"" July 2023. The lyrics that show us ""moving forward"" amidst an early summer scene are appealing. You will want to listen to this as you feel the first hint of summer, with glimpses of fragility amidst your dash through the year. The brass and guitar tones also add a nice color to the sound.",5,501,jacket_5018,31005018,32005018,0,0,0,2023/08/09,223111507 +5019,Mirage Voyage,Mirage Voyage,Mirage Voyage,DOLLCHESTRA,Lyrics: TATSUNE
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto,"Smartphone App Link! Like! Love Live! ""Fes×LIVE"" July 2023","A song from the Smartphone App Link! Like! Love Live! ""Fes×LIVE"" July 2023. This song features a nostalgic and melodious sound reminiscent of early summer sunsets and a staccato-like melody. The lyrics convey a message of ""I am good enough for me.""",5,502,jacket_5019,31005019,32005019,0,0,0,2023/08/09,223111507 +5020,Hakuchu À la mode,Hakuchu À la mode,Hakuchu À la mode,Mira-Cra Park!,Lyrics / Composition / Arrangement: Nayutalien,,"A song for the first album, ""Natsumeki Pain."" The song is based on a motif of sweets and is filled with cute expressions of two people looking for ""love."" Throughout the song, you can enjoy the catchy words and fantastically comical dialogue between the two would be lovers.",5,503,jacket_5021,31005020,32005020,0,0,0,2023/09/20,223111507 +5021,Natsumeki Pain,Natsumeki Pain,Natsumeki Pain,Hasunosora Girls' High School Idol Club,Lyrics: Rino Sashihara
Composition: Satoru Kurihara (Jazzin'park) and Tasuku Maeda
Arrangement: Tasuku Maeda
Strings Arrangement: Daisuke Kadowaki,"Smartphone App Link! Like! Love Live! ""Fes×LIVE"" August 2023","A song from the Smartphone App Link! Like! Love Live! ""Fes×LIVE"" August 2023. The song, which will be performed at Tokumitsu Beach in the Fes × LIVE event, is a love song filed with the cuteness of the six girls that represent the symbolic monument of #LOVE. The sound feels ephemeral and exhilarating, making it the perfect Hasunosora summer tune for you.",5,500,jacket_5021,31005021,32005021,0,0,0,2023/09/20,223111507 +5022,Kawaii no susume,Kawaii no susume,Kawaii no susume,Cerise Bouquet,"Lyrics: Kelly
Composition: Atsushito Sato
Arrangement: Atsushito Sato, Kijibato",,"Included in Cerise Bouquet's second single, Genyo Yako. The lyrics are filled with their ""kawaii,"" the airy and stylish sound of the song offering a new world view of Cerise Bouquet.",5,501,jacket_5018,31005022,32005022,0,0,0,2023/08/09,223120504 +5023,Jibun Diary,Jibun Diary,Jibun Diary,DOLLCHESTRA,Lyrics: TATSUNE
Composition: Satoru Kurihara (Jazzin'park) and Tasuku Maeda
Arrangement: Tasuku Maeda,,"Included in DOLLCHESTRA's second single, Mirage Voyage. The song is a glimpse into a new side of DOLLCHESTRA with its true-to-life lyrics and poetry readings. Find a new side to DOLLCHESTRA while receiving some courage.",5,502,jacket_5019,31005023,32005023,0,0,0,2023/08/09,223120504 +5024,Yup! Yup! Yup!,Yup! Yup! Yup!,Yup! Yup! Yup!,Hasunosora Girls' High School Idol Club,Lyrics: Kanata Okajima
Composition: Kanata Okajima and ArmySlick
Arrangement: ArmySlick,,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. With weather as the theme, it brings an image of Kanazawa to the eyes. The members sing with great charm over the catchy and cute sound.",5,500,jacket_5021,31005024,32005024,0,0,0,2023/09/20,224011107 +5025,Kokon Touzai,Kokon Touzai,Kokon Touzai,Mira-Cra Park!,Lyrics: Rosa
Arrangement: Ryu,,"Included in their first album, ""Natsumeki Pain."" This song takes on an RPG theme while depicting the two members pushing forward, fully expressing the unique style of Mira-Cra Park! The high-tempo, fast-paced sound that takes you into the world of games and their dialogue makes for a catchy, comical, and fun song.",5,503,jacket_5021,31005025,32005025,0,0,0,2023/09/20,223120108 +5026,Zanyou,Zanyou,Zanyou,Cerise Bouquet,Lyrics: Kelly
Compositino / Arrangement: Yusuke Onodera (Arte Refact),,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. With a nostalgic and somewhat lonely sound, the song depicts the themes of ""shade"" and ""sunshine"" and shows a new look at Cerise Bouquet.",5,501,jacket_5021,31005026,32005026,0,0,0,2023/09/20,223120108 +5027,Seishun no Rinkakui,Seishun no Rinkakui,Seishun no Rinkakui,DOLLCHESTRA,Lyrics: TATSUNE
Composition / Arrangement: SHIBU,,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. Find a more refreshing and youthful side to DOLLCHESTRA. Receive a dose of courage from their song which describes youthful, true-to-life emotions written with a ""bicycle"" motif.",5,502,jacket_5021,31005027,32005027,0,0,0,2023/09/20,224011107 +5028,Dear my future,Dear my future,Dear my future,Cerise Bouquet,Lyrics: Kelly
Composition: Joshua Leung and FumetsuNoAsuca
Arrangement: Joshua Leung,,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. With ""a letter"" as the motif for this song, you can find a glimpse of a new side to Cerise Bouquet in this ballad. Listen as they send a powerful message to their future selves—one that only they can send.",5,501,jacket_5021,31005028,32005028,0,0,0,2023/09/20,224011107 +5029,Parallel Dancer,Parallel Dancer,Parallel Dancer,DOLLCHESTRA,Lyrics: TATSUNE
Composition / Arrangement: Masaki Iehara,,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. A song with a retro and sophisticated sound and lyrics that tell a story. Find a new side to DOLLCHESTRA as they push their limits and show expressions they don't show every day.",5,502,jacket_5021,31005029,32005029,0,0,0,2023/09/20,223120108 +5030,Ashita no Sora no Bokutachi he,Ashita no Sora no Bokutachi he,Ashita no Sora no Bokutachi he,Hasunosora Girls' High School Idol Club,Lyrics: KOMU
Composition / Arrangement: Masaki Iehara,,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. Half a year into their new life, they feel various changes around them. This song is a message with the theme of ""the unchanging self."" With strings and piano overlaid on a memorable, fleeting sound, the members sing expressively, making a powerful appeal.",5,500,jacket_5021,31005030,32005030,0,0,0,2023/09/20,224011107 +5031,Legato,Legato,Legato,Hasunosora Girls' High School Idol Club,Lyrics: PA-NON
Composition: Shingo Asari
Arrangement: Yosuke Yamashita,,"Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. The song has a magnificent and transparent sound. Referring back to the song's title Legato, which means ""tied together,"" the members sing and connect with each other in this moving composition. The powerful lyrics, which give a sense of hope, are also noteworthy.",5,500,jacket_5021,31005031,32005031,0,0,0,2023/09/20,223120108 +6001,Genjitsu Mysterium,Genjitsu Mysterium,Genjitsu Mysterium,Aqours,Lyrics: Aki Hata
Composition / Arrangement: Takuya Sakai (Arte Refact) and Kyohei Yamamoto (Arte Refact),,スクールアイドルグループ Aqoursが歌うTVアニメ『幻日のヨハネ』オープニング主題歌!ダークかつ妖艶な雰囲気を纏ったコーラスと力強いストリングスが印象的。グループとしても新たな境地を切り開く意欲曲で作品・物語をしっかりと彩る楽曲となっている。,7,600,jacket_6001,31006001,32006001,0,0,0,2023/07/26,223060801 +6002,KIMINOTAMEBOKUNOTAME,KIMINOTAMEBOKUNOTAME,KIMINOTAMEBOKUNOTAME,Aqours,Lyrics: UiNA and Occhoko Bunny
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka and Takayuki Ishikura,,オープニング主題歌「幻日ミステリウム」とは対照的に、Aqoursの持つ明るい部分を全面に押し出した可愛らしい楽曲。【ONE FOR ALL、ALL FOR ONE】と言うフレーズが印象的で、作中でのヨハネ達の関係値と物語を凝縮している。,7,600,jacket_6002,31006002,32006002,0,0,0,2023/08/02,223070301 +6003,Far far away,Far far away,Far far away,Yohane,"Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kanata Okajima, MEG, and Hayato Yamamoto
Arrangement: MEG and Hayato Yamamoto",,"From the Yohane the Parhelion anime episode 1. Yohane returns home and sings this song on the ""tree stump stage"" for Lailaps and Hanamaru. Developed through her life before and after going to Tokai, she sang this song in her auditions. Her feelings about music, dreams, and Lailaps are ever-present in this song.",7,600,jacket_6003,31006003,32006003,0,0,0,2023/08/23,223062602 +6004,Be as one!!!,Be as one!!!,Be as one!!!,"Chika, Dia, and Ruby",Lyrics: Hayato Yamamoto
Composition: Makoto Miyazaki
Arrangement: Makoto Miyazaki,,TVアニメ『幻日のヨハネ』第3話挿入歌。ヌマヅの異変の影響で凶暴化した鹿たちに襲われてしまうヨハネ。そのピンチに現れた “ミリオンダラー” & “スカーレット・デルタ”。いがみ合いながらも 力を合わせてピンチを乗り越え行く、ダイヤ、ルビィ、チカの3人が歌う -戦いの歌-,7,600,jacket_6004,31006004,32006004,0,0,0,2023/08/23,223071001 +6005,R・E・P,R・E・P,R・E・P,"You, Hanamaru, and Kanan",Lyrics: FUNK UCHINO
Composition: DJ Chika a.k.a. Inherit and FUNK UCHINO
Arrangement: DJ Chika a.k.a. Inherit and Hitoshi Harukawa,,TVアニメ『幻日のヨハネ』第4話挿入歌。ヨハネがハナマルが繋いでくれた縁で仲良くなった “配達員(メッセンジャー)ヨウ”と“リサイクル・クイーン カナン”。生まれ育った町で地に足を付けて生活している3人がヌマヅを歌う -レップ曲-,7,600,jacket_6005,31006005,32006005,0,0,0,2023/09/06,223071701 +6006,"Hey, dear my friends","Hey, dear my friends","Hey, dear my friends","Mari, Riko, and Yohane","Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kanata Okajima, Hayato Yamamoto, KAIKI, and Nao Nishimura
Arrangement: Hayato Yamamoto",,TVアニメ『幻日のヨハネ』第6話挿入歌。各々が異なる種類ではあるが独りでいる事を選んだヨハネ、マリ、リコ。既に周りの仲間達の力で自分に素直になる事の大切さを感じていたヨハネがマリを、ヨハネとマリがリコをといった形で向き合い仲良くなった3人が歌う -ポエトリー曲-,7,600,jacket_6006,31006006,32006006,0,0,0,2023/09/06,223073107 +6007,Wonder sea breeze,Wonder sea breeze,Wonder sea breeze,"Yohane, Hanamaru, Dia, Ruby, Chika, You, Kanan, Riko, and Mari","Lyrics: Kanata Okajima, Hayato Yamamoto
Composition: Tatsuya Kurauchi
Arrangement: Tatsuya Kurauchi",,TVアニメ『幻日のヨハネ』第8話挿入歌。夏祭りのステージで歌うことに “異変” 解決の糸口を見出したヨハネたち9人が、初めて人前で披露した楽曲。サウンド、歌詞ともに 潮騒の町で育った9人ならではな -水属性楽曲-,7,600,jacket_6007,31006007,32006007,0,0,0,2023/09/27,223081402 +6008,Forever U & I ,Forever U & I ,Forever U & I ,Yohane,Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto,,TVアニメ『幻日のヨハネ』第12話挿入歌。ヨハネとライラプスの魔法が解ける瞬間(トキ)、「Far far away」を歌った 切り株のステージ始まりの場所でキセキが起きる。一歩踏み出した2つの魂の決意を歌った楽曲。,7,600,jacket_6008,31006008,32006008,0,0,0,2023/10/11,223091102 +6009,GIRLS!!,GIRLS!!,GIRLS!!,Yohane,Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kyo Takada
Arrangement: Kyo Takada,,TVアニメ『幻日のヨハネ』第7話挿入歌。自分の殻に閉じこもって友達も作らなかったヨハネが、帰省したヌマヅで出来た8人もの友達と開催した 女子会ヨハネがその女子会がどれだけ楽しかったかを、歌にしてしまうほど気持ちを詰め込んだ -パーティーソング-,7,600,jacket_6009,31006009,32006009,0,0,0,2023/09/27,223080703 +6010,La la Yuuki no Uta,La la Yuuki no Uta,La la Yuuki no Uta,"Yohane, Hanamaru, Dia, Ruby, Chika, You, Kanan, Riko, and Mari","Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Fi’Ne, Morito Yonezawa, and alura
Arrangement: Fi’Ne, Morito Yonezawa, and alura",,TVアニメ『幻日のヨハネ』第13話挿入歌。大切な人たちが住む、大切なこの町を守りたい!ヨハネ達9人が仲間と共に、その絆を手に、そして魔法を胸に再びステージに上がりヌマヅに平和を取り戻し、歌声で満たすために歌ったクラシックな旋律が印象的な美しくも力強い楽曲 ♪,7,600,jacket_6010,31006010,32006010,0,0,0,2023/10/11,223091801 +6011,GAME ON!,GAME ON!,GAME ON!,Aqours,"Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Junya Maesako, Ryosuke Saito, and Hitoshi Harukawa
Arrangement: Ryosuke Saito",,"Everyone is engaged in a ""war against the darkness within themselves."" Facing the other you in the mirror, the signal to begin the operation in the parallel world is ""GAME ON!""",7,600,jacket_6001,31006011,32006011,0,0,0,2023/07/26,223121802 +6012,SILENT PAIN,SILENT PAIN,SILENT PAIN,Aqours,Lyrics: FUNK UCHINO
Composition: TAKAROT and FUNK UCHINO
Arrangement: TAKAROT and Shoma Yamamoto,,"Yohane and her party combat the strange phenomenon threatening Numazu daily. In a slight reprieve from their daily battles... This song depicts each of their worries and troubles, and their hopes for a brighter future despite their heartache in that moment.",7,600,jacket_6002,31006012,32006012,0,0,0,2023/08/02,223121802 +9001,LIVE with a smile!,LIVE with a smile!,LIVE with a smile!,"Aqours, Nijigasaki High School Idol Club, and Liella!",Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall),,"The theme song for the Love Live! Series Presents COUNTDOWN Love Live! 2021→2022 concert. The magnificent melody and lyrics shine in a way that only school idols can, reminding fans all over again of the connections between characters and the epic stories of Love Live!",6,9999,jacket_9001,31009001,32009001,0,0,0,2021/11/03,1 +9002,Mikansei Dream!,Mikansei Dream!,Mikansei Dream!,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Misaka), Yuuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), and Ruri Aoyama (as Sayaka Harukaze)",Lyrics: Aki Hata
Composition: Ryota Kojima
Arrangement: Mine Kushita,School Idol Musical Theme Song,"The theme song for Love Live! School Idol Musical. The album was released just ahead of the first theatrical run. The perfect anthem for the musical, it depicts the blend of joy, anxiety, and excitement of jumping headfirst into a brand-new world.
",6,9999,jacket_9002,31009002,32009002,0,0,0,2022/12/10,1 +9003,Mikansei Dream! (Tsubakisakuhana Girls' High School Ver.),Mikansei Dream! (Tsubakisakuhana Girls' High School Ver.),Mikansei Dream! (Tsubakisakuhana Girls' High School Ver.),"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), and Minami Sato (as Maya Misaka)",Lyrics: Aki Hata
Composition: Ryota Kojima
Arrangement: Mine Kushita,School Idol Musical Theme Song,"The Tsubakisakuhana version of the theme song for Love Live! School Idol Musical, included on the original album. The perfect anthem for the musical, it depicts the blend of joy, anxiety, and excitement of jumping headfirst into a brand-new world.
",6,9999,jacket_9002,31009003,32009003,0,0,0,2022/12/10,1 +9004,Mikansei Dream! (Takizakura Girl's Academy Ver.),Mikansei Dream! (Takizakura Girl's Academy Ver.),Mikansei Dream! (Takizakura Girl's Academy Ver.),"Yuuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), and Ruri Aoyama (as Sayaka Harukaze)",Lyrics: Aki Hata
Composition: Ryota Kojima
Arrangement: Mine Kushita,School Idol Musical Theme Song,"The Takizakura version of the theme song for Love Live! School Idol Musical, included on the original album. The perfect anthem for the musical, it depicts the blend of joy, anxiety, and excitement of jumping headfirst into a brand-new world.
",6,9999,jacket_9002,31009004,32009004,0,0,0,2022/12/10,1 +9005,Kirari Hirari Mau Sakura,Kirari Hirari Mau Sakura,Kirari Hirari Mau Sakura,"Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Koshimoto
Composition: Ryota Kojima
Arrangement: Mine Kushita,School Idol Musical,"Most prominent piece by the idol club at Takizakura Girls' Academy's Performing Arts Department. This cheerful EDM track illustrates a group of girls full of energy and spirit, with lyrics describing new passions blooming alongside the cherry blossoms at their school.
",6,9999,jacket_9005,31009005,32009005,0,0,0,2023/05/10,223050801 +9006,Anata ga Center,Anata ga Center,Anata ga Center,"Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"This song heard during the musical features Kyoka, the school director, encouraging the club members of Takizakura Girls' Academy Idol Club after their performance of Kirari Hirari Mau Sakura for a television program. The other girls sing of their hopes and dreams as they work toward their bright futures on stage.
",6,9999,jacket_9005,31009006,32009006,0,0,0,2023/05/10,223052603 +9007,Yume Miru Sekai~Rurika no Omoi,Yume Miru Sekai~Rurika no Omoi,Yume Miru Sekai~Rurika no Omoi,Marina Horiuchi (as Rurika Tsubaki),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,Rurika sings about her admiration of Anzu after seeing her on stage during Takizakura Girls' Academy's performance on TV. This song provides a closer look at Rurika's character as her mind is flooded with thoughts of the important promise she made and that brilliant stage she dreams of.
,6,9999,jacket_9005,31009007,32009007,0,0,0,2023/05/10,223050801 +9008,Yume Miru Sekai(Tsubakisakuhana Joshi High School Ver.),Yume Miru Sekai(Tsubakisakuhana Joshi High School Ver.),Yume Miru Sekai(Tsubakisakuhana Joshi High School Ver.),"Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"The students of Tsubakisakuhana Girls' High sing about the traditional ways of their school. Underneath that refined, proper outward appearance, the girls must endure a reality of strict, rigorous study every day.
",6,9999,jacket_9005,31009008,32009008,0,0,0,2023/05/10,223052603 +9009,Yume Miru Sekai~Tsubakisakuhana no Nichijou,Yume Miru Sekai~Tsubakisakuhana no Nichijou,Yume Miru Sekai~Tsubakisakuhana no Nichijou,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), and Minami Sato (as Maya Mikasa)",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Rurika is always the top scorer on every test, but her grades have suddenly dropped! In this song, her four close friends Yuzuha, Yukino, Hikaru, and Maya are worried something might have happened to her.",6,9999,jacket_9005,31009009,32009009,0,0,0,2023/05/10,223052603 +9010,Dento no Keifu,Dento no Keifu,Dento no Keifu,Marina Horiuchi (as Rurika Tsubaki) and Yuki Aono (as Madoka Tsubaki),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Madoka, the director of Tsubakisakuhana Girls' High School and also Rurika's mother, preaches the importance of the school's traditions. Rurika then voices her understanding of this, singing of her promise to her father that she still holds dear.",6,9999,jacket_9005,31009010,32009010,0,0,0,2023/05/10,223052603 +9011,Mezase Major Debut,Mezase Major Debut,Mezase Major Debut,"Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"The Takizakura Girls' Academy Idol Club members work tremendously hard at what they do. Led by Misuzu Wakatsuki as club president, they each sing of their desire to stand at the top and utilize their individual talents to become the next ace.
",6,9999,jacket_9005,31009011,32009011,0,0,0,2023/05/10,223052603 +9012,Kagayakashii Mirai,Kagayakashii Mirai,Kagayakashii Mirai,"Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"After some fiery encouragement from Kyoka, the school director, all idol club members are pumped full of positive energy as they strive to work even harder for their major debut, singing this funk rhythm about their school's pride.
",6,9999,jacket_9005,31009012,32009012,0,0,0,2023/05/10,223052603 +9013,Naritai Jibun,Naritai Jibun,Naritai Jibun,Yuna Sekine (as Anzu Takizawa),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"In this sentimental ballad, Anzu fondly recalls her younger self that dearly admired school idols. She sings about her genuine love for song and dance, the conflicts within herself, and distant memories with her mother.
",6,9999,jacket_9005,31009013,32009013,0,0,0,2023/05/10,223052603 +9014,Wa-ga Ko-no Ryugi,Wa-ga Ko-no Ryugi,Wa-ga Ko-no Ryugi,"Yuki Aono (as Madoka Tsubaki), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kurumi Fujimoto, Tomoe Furusawa, and Mei Morimoto",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"This performance takes place during a meeting among the Kansai Private School Federation. When Takizakura Girls' Academy Director Kyoka voices her stance about taking a more modern approach to her school's expansion, the back-and-forth turns into a clashing of opinions between old rivals Kyoka and Madoka.",6,9999,jacket_9005,31009014,32009014,0,0,0,2023/05/10,223052603 +9015,Sorezore no Yakuwari,Sorezore no Yakuwari,Sorezore no Yakuwari,Mizuki Saiba (as Misuzu Wakatsuki) and Sayaka Okamura (as Kyoka Takizawa),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"In this duet, School Director Kyoka asks Misuzu about her reasons for serving as Takizakura Girls' Academy Idol Club President. Their voices begin to overlay against each other as their intertwining opinions and emotions spill out.
",6,9999,jacket_9005,31009015,32009015,0,0,0,2023/05/10,223052603 +9016,Heibon na Mirai,Heibon na Mirai,Heibon na Mirai,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Upon seeing Takizakura Girls' Academy Idol Club's live performance up close, the group of five friends at Tsubakisakuhana sing about their admiration for school idols. Their ordinary school lives have been spent only studying, so the thought of becoming idols seems like a distant dream.
",6,9999,jacket_9005,31009016,32009016,0,0,0,2023/05/10,223052603 +9017,Uwasa no Tenkosei,Uwasa no Tenkosei,Uwasa no Tenkosei,"Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Anzu, the most popular member of Takizakura Girls' Academy Idol Club, was spotted at Tsubakisakuhana Girls' High School. In this energetic track, the students of Tsubakisakuhana sing of their surprise at the tsunami that has swept over their ordinary school lives.
",6,9999,jacket_9005,31009017,32009017,0,0,0,2023/05/10,223052603 +9018,Hossoku! Tsubakisakuhana Idol Club,Hossoku! Tsubakisakuhana Idol Club,Hossoku! Tsubakisakuhana Idol Club,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Yuki Aono (as Madoka Tsubaki), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"A sudden declaration from Tsubakisakuhana Girls' High School Director Madoka stirs up confusion among those listening, after which everyone's thoughts complicate even further in this grand finale number to wrap up the first act of the musical.
",6,9999,jacket_9005,31009018,32009018,0,0,0,2023/05/10,223050801 +9019,Atarashii Chance,Atarashii Chance,Atarashii Chance,"Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"After Anzu's departure, members of the Takizakura Girls' Academy Idol Club, along with the director, sing about their opposition to the newly established Tsubakisakuhana Idol Club in this high-tempo, funky performance.
",6,9999,jacket_9005,31009019,32009019,0,0,0,2023/05/10,223052603 +9020,Shinyu,Shinyu,Shinyu,Marina Horiuchi (as Rurika Tsubaki) and Nanami Asai (as Yuzuha Sumeragi),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"When Anzu comes into the picture, a wedge is driven between the childhood friendship of Rurika and Yuzuha. In this sentimental duet, the girls sing of their feelings toward one another and the discomfort in their hearts stemming from their miscommunication.",6,9999,jacket_9005,31009020,32009020,0,0,0,2023/05/10,223052603 +9021,Mezase Major Debut(Reprise),Mezase Major Debut(Reprise),Mezase Major Debut(Reprise),"Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Upon the departure of Anzu, the members of Takizakura Girls' Academy Idol Club fall apart as they scramble for the chance to become the lead singer. The dialogue for this number also includes encouraging words from the director to pump them up.
",6,9999,jacket_9005,31009021,32009021,0,0,0,2023/05/10,223052603 +9022,Fukamaru Naka,Fukamaru Naka,Fukamaru Naka,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"When Anzu joins the group of five friends at Tsubakisakuhana, they can finally establish their own idol club. This cheerful performance depicts their overflowing excitement and anticipation for the bright future to come.
",6,9999,jacket_9005,31009022,32009022,0,0,0,2023/05/10,223052603 +9023,Nakushite Hajimete Kizuku Koto,Nakushite Hajimete Kizuku Koto,Nakushite Hajimete Kizuku Koto,"Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Takizakura Girls' Academy Idol Club falls apart after losing Anzu. In this song, the first and second-year members sing of their worries and insecurities about the future of their idol club.
",6,9999,jacket_9005,31009023,32009023,0,0,0,2023/05/10,223052603 +9024,Kimi to Miru Yume (Practice Ver.),Kimi to Miru Yume (Practice Ver.),Kimi to Miru Yume (Practice Ver.),"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), and Yuna Sekine (as Anzu Takizawa)",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"This is the first song by the Tsubakisakuhana Idol Club, with lyrics by Yuzuha and composition by Anzu. The song describes the willingness of Rurika and Yuzuha to chase after the future together with their friends.
",6,9999,jacket_9005,31009024,32009024,0,0,0,2023/05/10,223052603 +9025,Kimi to Miru Yume~Kyouka no Tomadoi,Kimi to Miru Yume~Kyouka no Tomadoi,Kimi to Miru Yume~Kyouka no Tomadoi,Sayaka Okamura (as Kyoka Takizawa),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"School Director Kyoka comes along to persuade Anzu to return to the idol club at Takizakura, but witnesses an unexpected sight... While recalling past memories, she expresses disappointment in herself after realizing something important.",6,9999,jacket_9005,31009025,32009025,0,0,0,2023/05/10,223052603 +9026,Ashita wa Kitto,Ashita wa Kitto,Ashita wa Kitto,Marina Horiuchi (as Rurika Tsubaki),Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Rurika is alone now, due to a situation she is unable to repair. She sings about her welling sorrow after realizing just how precious her friends were for always being by her side, supporting and encouraging her.
",6,9999,jacket_9005,31009026,32009026,0,0,0,2023/05/10,223052603 +9027,Itsuka Watashi mo,Itsuka Watashi mo,Itsuka Watashi mo,"Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"During independent practice at Harborland Plaza, performers working toward their idol debuts sing and dance this uplifting tune with dreams of someday achieving that bright future they always wanted.
",6,9999,jacket_9005,31009027,32009027,0,0,0,2023/05/10,223052603 +9028,Yume no Compass,Yume no Compass,Yume no Compass,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Rurika realizes the true reason she wanted to create the idol club. Although under time constraints, she decides to pursue her dreams because anything is possible. This high-tempo pop-rock number is performed by the five members at their full power.
",6,9999,jacket_9005,31009028,32009028,0,0,0,2023/05/10,223052603 +9029,Masshiro na Canvas,Masshiro na Canvas,Masshiro na Canvas,"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"The first number performed together as new friends. As each member brings their individual talents together, this upbeat and high-energy show tune describes their joy in the things they can achieve through their strong bonds.
",6,9999,jacket_9005,31009029,32009029,0,0,0,2023/05/10,223052603 +9030,Kimi to Miru Yume(Bunkasai version),Kimi to Miru Yume(Bunkasai version),Kimi to Miru Yume(Bunkasai version),"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), and Ruri Aoyama (as Sayaka Harukaze)",Lyrics: Koki Koshimoto
Composition: Ryota Kojima
Arrangement: Mine Kushita,School Idol Musical,"This is the first song by the Tsubakisakuhana Idol Club, with lyrics by Yuzuha and composition by Anzu. This version is performed with new friends at the cultural festival as a brushed-up version of the one shown previously during the play.
",6,9999,jacket_9005,31009030,32009030,0,0,0,2023/05/10,223050801 +9031,Yume no Compass(Bunkasai version),Yume no Compass(Bunkasai version),Yume no Compass(Bunkasai version),"Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe",Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima,School Idol Musical,"Originally sung by the five members of Tsubakisakuhana Idol Club, marked by the passion and enthusiasm overflowing from within Rurika and her friends. This full version is an expansion of that, performed together with new friends at the cultural festival.
",6,9999,jacket_9005,31009031,32009031,0,0,0,2023/05/10,223050801 +9032,Ijigen★♥BIGBANG,Ijigen★♥BIGBANG,Ijigen Big Bang,"Uzuki Shimamura (CV: Ayaka Ohashi), Shizuka Mogami (CV: Azusa Tadokoro), Kogane Tsukioka (CV: Karin Isobe), Chika Takami (CV: Anju Inami), Ayumu Uehara (CV: Aguri Onishi), Kanon Shibuya (CV: Sayuri Date), Kaho Hinoshita (CV: Nozomi Nirei)",Lyrics: YiNA
Composition: Koutarou Odaka and UiNA
Arrangement: Kotaro Odaka and Naoki Tani,IJIGEN FES THE IDOLM@STER★︎♥LOVELIVE! UTAGASSEN,Additional information to be added later.,6,9999,jacket_9032,31009032,32009032,0,0,0,2023/12/06,223111507 diff --git a/src/router/databases/csv-en/music_level.csv b/src/router/databases/csv-en/music_level.csv new file mode 100644 index 0000000..3e4e321 --- /dev/null +++ b/src/router/databases/csv-en/music_level.csv @@ -0,0 +1,2146 @@ +_masterMusicId,_level,_levelNumber,_noteDataFileName,_fullCombo,_beforeClimaxNotesCount,_scoreCoeff,_climaxScoreCoeff,_voltageIncreaseCoeff,_voltageDecreaseCoeff,_masterReleaseLabelId +1001,1,4,1001_2_BokuranoLiveKimitonoLife,120,1001,1,1001,1001,1001,1 +1001,2,6,1001_3_BokuranoLiveKimitonoLife,181,1001,1,1001,1001,1001,1 +1001,3,9,1001_4_BokuranoLiveKimitonoLife,348,1001,1,1001,1001,1001,1 +1001,4,11,1001_5_BokuranoLiveKimitonoLife,697,1001,1,1001,1001,1001,1 +1002,1,6,1002_2_SunnyDaySong,221,1002,1,1002,1002,1002,1 +1002,2,8,1002_3_SunnyDaySong,390,1002,1,1002,1002,1002,1 +1002,3,10,1002_4_SunnyDaySong,566,1002,1,1002,1002,1002,1 +1002,4,12,1002_5_SunnyDaySong,853,1002,1,1002,1002,1002,1 +1003,1,5,1003_2_ASongForYouYouYou,186,1003,1,1003,1003,1003,1 +1003,2,7,1003_3_ASongForYouYouYou,339,1003,1,1003,1003,1003,1 +1003,3,10,1003_4_ASongForYouYouYou,497,1003,1,1003,1003,1003,1 +1003,4,12,1003_5_ASongForYouYouYou,865,1003,1,1003,1003,1003,1 +1004,1,5,1004_2_HatenaHeartbeat,183,1004,1,1004,1004,1004,1 +1004,2,7,1004_3_HatenaHeartbeat,297,1004,1,1004,1004,1004,1 +1004,3,9,1004_4_HatenaHeartbeat,424,1004,1,1004,1004,1004,1 +1004,4,12,1004_5_HatenaHeartbeat,623,1004,1,1004,1004,1004,1 +1005,1,6,1005_2_AfterSchoolNavigators,218,1005,1,1005,1005,1005,1 +1005,2,8,1005_3_AfterSchoolNavigators,334,1005,1,1005,1005,1005,1 +1005,3,9,1005_4_AfterSchoolNavigators,492,1005,1,1005,1005,1005,1 +1005,4,12,1005_5_AfterSchoolNavigators,732,1005,1,1005,1005,1005,1 +1006,1,8,1006_2_AnemoneHeart,365,1006,1,1006,1006,1006,1 +1006,2,9,1006_3_AnemoneHeart,432,1006,1,1006,1006,1006,1 +1006,3,11,1006_4_AnemoneHeart,532,1006,1,1006,1006,1006,1 +1006,4,12,1006_5_AnemoneHeart,648,1006,1,1006,1006,1006,1 +1007,1,6,1007_2_AngelicAngel,207,1007,1,1007,1007,1007,1 +1007,2,8,1007_3_AngelicAngel,362,1007,1,1007,1007,1007,1 +1007,3,9,1007_4_AngelicAngel,577,1007,1,1007,1007,1007,1 +1007,4,11,1007_5_AngelicAngel,831,1007,1,1007,1007,1007,1 +1008,1,4,1008_2_BabyMaybeKoinoButton,148,1008,1,1008,1008,1008,1 +1008,2,6,1008_3_BabyMaybeKoinoButton,220,1008,1,1008,1008,1008,1 +1008,3,9,1008_4_BabyMaybeKoinoButton,362,1008,1,1008,1008,1008,1 +1008,4,11,1008_5_BabyMaybeKoinoButton,681,1008,1,1008,1008,1008,1 +1009,1,8,1009_2_BeatInAngel,311,1009,1,1009,1009,1009,1 +1009,2,10,1009_3_BeatInAngel,463,1009,1,1009,1009,1009,1 +1009,3,11,1009_4_BeatInAngel,598,1009,1,1009,1009,1009,1 +1009,4,12,1009_5_BeatInAngel,851,1009,1,1009,1009,1009,1 +1010,1,6,1010_2_CheerDayCheerGirl,207,1010,1,1010,1010,1010,1 +1010,2,8,1010_3_CheerDayCheerGirl,346,1010,1,1010,1010,1010,1 +1010,3,9,1010_4_CheerDayCheerGirl,480,1010,1,1010,1010,1010,1 +1010,4,11,1010_5_CheerDayCheerGirl,671,1010,1,1010,1010,1010,1 +1011,1,7,1011_2_ColorfulVoice,252,1011,1,1011,1011,1011,1 +1011,2,8,1011_3_ColorfulVoice,382,1011,1,1011,1011,1011,1 +1011,3,10,1011_4_ColorfulVoice,564,1011,1,1011,1011,1011,1 +1011,4,11,1011_5_ColorfulVoice,877,1011,1,1011,1011,1011,1 +1012,1,6,1012_2_CutiePanther,207,1012,1,1012,1012,1012,1 +1012,2,8,1012_3_CutiePanther,339,1012,1,1012,1012,1012,1 +1012,3,10,1012_4_CutiePanther,509,1012,1,1012,1012,1012,1 +1012,4,12,1012_5_CutiePanther,800,1012,1,1012,1012,1012,1 +1014,1,6,1014_2_DancingStarsOnMe,204,1014,1,1014,1014,1014,1 +1014,2,8,1014_3_DancingStarsOnMe,357,1014,1,1014,1014,1014,1 +1014,3,10,1014_4_DancingStarsOnMe,453,1014,1,1014,1014,1014,1 +1014,4,12,1014_5_DancingStarsOnMe,701,1014,1,1014,1014,1014,1 +1015,1,5,1015_2_Daring,189,1015,1,1015,1015,1015,1 +1015,2,8,1015_3_Daring,342,1015,1,1015,1015,1015,1 +1015,3,10,1015_4_Daring,467,1015,1,1015,1015,1015,1 +1015,4,11,1015_5_Daring,609,1015,1,1015,1015,1015,1 +1016,1,5,1016_2_DreaminGoGo,186,1016,1,1016,1016,1016,1 +1016,2,8,1016_3_DreaminGoGo,313,1016,1,1016,1016,1016,1 +1016,3,10,1016_4_DreaminGoGo,499,1016,1,1016,1016,1016,1 +1016,4,12,1016_5_DreaminGoGo,711,1016,1,1016,1016,1016,1 +1017,1,5,1017_2_EndlessParade,183,1017,1,1017,1017,1017,1 +1017,2,7,1017_3_EndlessParade,302,1017,1,1017,1017,1017,1 +1017,3,9,1017_4_EndlessParade,466,1017,1,1017,1017,1017,1 +1017,4,11,1017_5_EndlessParade,708,1017,1,1017,1017,1017,1 +1019,1,5,1019_2_FutureStyle,193,1019,1,1019,1019,1019,1 +1019,2,8,1019_3_FutureStyle,316,1019,1,1019,1019,1019,1 +1019,3,9,1019_4_FutureStyle,456,1019,1,1019,1019,1019,1 +1019,4,11,1019_5_FutureStyle,640,1019,1,1019,1019,1019,1 +1020,1,6,1020_2_HappyMaker,221,1020,1,1020,1020,1020,1 +1020,2,8,1020_3_HappyMaker,345,1020,1,1020,1020,1020,1 +1020,3,10,1020_4_HappyMaker,555,1020,1,1020,1020,1020,1 +1020,4,12,1020_5_HappyMaker,924,1020,1,1020,1020,1020,1 +1021,1,6,1021_2_HeartToHeart,233,1021,1,1021,1021,1021,1 +1021,2,8,1021_3_HeartToHeart,380,1021,1,1021,1021,1021,1 +1021,3,10,1021_4_HeartToHeart,581,1021,1,1021,1021,1021,1 +1021,4,12,1021_5_HeartToHeart,960,1021,1,1021,1021,1021,1 +1022,1,5,1022_2_HelloHoshiwoKazoete,151,1022,1,1022,1022,1022,1 +1022,2,7,1022_3_HelloHoshiwoKazoete,262,1022,1,1022,1022,1022,1 +1022,3,10,1022_4_HelloHoshiwoKazoete,428,1022,1,1022,1022,1022,1 +1022,4,12,1022_5_HelloHoshiwoKazoete,657,1022,1,1022,1022,1022,1 +1023,1,6,1023_2_KiraKiraSensation,211,1023,1,1023,1023,1023,1 +1023,2,8,1023_3_KiraKiraSensation,340,1023,1,1023,1023,1023,1 +1023,3,10,1023_4_KiraKiraSensation,503,1023,1,1023,1023,1023,1 +1023,4,12,1023_5_KiraKiraSensation,754,1023,1,1023,1023,1023,1 +1024,1,6,1024_2_ListenToMyHeart,215,1024,1,1024,1024,1024,1 +1024,2,8,1024_3_ListenToMyHeart,343,1024,1,1024,1024,1024,1 +1024,3,10,1024_4_ListenToMyHeart,473,1024,1,1024,1024,1024,1 +1024,4,11,1024_5_ListenToMyHeart,745,1024,1,1024,1024,1024,1 +1025,1,7,1025_2_LoneliestBaby,252,1025,1,1025,1025,1025,1 +1025,2,8,1025_3_LoneliestBaby,389,1025,1,1025,1025,1025,1 +1025,3,9,1025_4_LoneliestBaby,515,1025,1,1025,1025,1025,1 +1025,4,12,1025_5_LoneliestBaby,755,1025,1,1025,1025,1025,1 +1026,1,5,1026_2_LoveMarginal,163,1026,1,1026,1026,1026,1 +1026,2,7,1026_3_LoveMarginal,283,1026,1,1026,1026,1026,1 +1026,3,10,1026_4_LoveMarginal,498,1026,1,1026,1026,1026,1 +1026,4,11,1026_5_LoveMarginal,691,1026,1,1026,1026,1026,1 +1027,1,5,1027_2_LoveWingBell,167,1027,1,1027,1027,1027,1 +1027,2,7,1027_3_LoveWingBell,291,1027,1,1027,1027,1027,1 +1027,3,9,1027_4_LoveWingBell,438,1027,1,1027,1027,1027,1 +1027,4,12,1027_5_LoveWingBell,616,1027,1,1027,1027,1027,1 +1028,1,6,1028_2_LovelessWorld,226,1028,1,1028,1028,1028,1 +1028,2,8,1028_3_LovelessWorld,355,1028,1,1028,1028,1028,1 +1028,3,10,1028_4_LovelessWorld,550,1028,1,1028,1028,1028,1 +1028,4,12,1028_5_LovelessWorld,771,1028,1,1028,1028,1028,1 +1029,1,5,1029_2_MermaidFestaVol1,158,1029,1,1029,1029,1029,1 +1029,2,7,1029_3_MermaidFestaVol1,237,1029,1,1029,1029,1029,1 +1029,3,10,1029_4_MermaidFestaVol1,431,1029,1,1029,1029,1029,1 +1029,4,12,1029_5_MermaidFestaVol1,722,1029,1,1029,1029,1029,1 +1030,1,7,1030_2_MermaidFestaVol2,261,1030,1,1030,1030,1030,1 +1030,2,9,1030_3_MermaidFestaVol2,382,1030,1,1030,1030,1030,1 +1030,3,11,1030_4_MermaidFestaVol2,584,1030,1,1030,1030,1030,1 +1030,4,12,1030_5_MermaidFestaVol2,803,1030,1,1030,1030,1030,1 +1031,1,6,1031_2_MomentRing,232,1031,1,1031,1031,1031,1 +1031,2,8,1031_3_MomentRing,411,1031,1,1031,1031,1031,1 +1031,3,10,1031_4_MomentRing,584,1031,1,1031,1031,1031,1 +1031,4,11,1031_5_MomentRing,792,1031,1,1031,1031,1031,1 +1032,1,5,1032_2_MuseumdeDoushitai,189,1032,1,1032,1032,1032,1 +1032,2,8,1032_3_MuseumdeDoushitai,309,1032,1,1032,1032,1032,1 +1032,3,9,1032_4_MuseumdeDoushitai,470,1032,1,1032,1032,1032,1 +1032,4,10,1032_5_MuseumdeDoushitai,670,1032,1,1032,1032,1032,1 +1033,1,6,1033_2_MusicStart,216,1033,1,1033,1033,1033,1 +1033,2,8,1033_3_MusicStart,325,1033,1,1033,1033,1033,1 +1033,3,10,1033_4_MusicStart,551,1033,1,1033,1033,1033,1 +1033,4,12,1033_5_MusicStart,802,1033,1,1033,1033,1033,1 +1035,1,4,1035_2_NoBrandGirls,186,1035,1,1035,1035,1035,1 +1035,2,7,1035_3_NoBrandGirls,300,1035,1,1035,1035,1035,1 +1035,3,9,1035_4_NoBrandGirls,457,1035,1,1035,1035,1035,1 +1035,4,11,1035_5_NoBrandGirls,616,1035,1,1035,1035,1035,1 +1037,1,6,1037_2_NoExitOrion,215,1037,1,1037,1037,1037,1 +1037,2,8,1037_3_NoExitOrion,403,1037,1,1037,1037,1037,1 +1037,3,10,1037_4_NoExitOrion,581,1037,1,1037,1037,1037,1 +1037,4,11,1037_5_NoExitOrion,792,1037,1,1037,1037,1037,1 +1038,1,5,1038_2_OhLoveAndPeace,183,1038,1,1038,1038,1038,1 +1038,2,6,1038_3_OhLoveAndPeace,255,1038,1,1038,1038,1038,1 +1038,3,9,1038_4_OhLoveAndPeace,457,1038,1,1038,1038,1038,1 +1038,4,11,1038_5_OhLoveAndPeace,658,1038,1,1038,1038,1038,1 +1039,1,6,1039_2_ParadiseLive,209,1039,1,1039,1039,1039,1 +1039,2,8,1039_3_ParadiseLive,321,1039,1,1039,1039,1039,1 +1039,3,10,1039_4_ParadiseLive,509,1039,1,1039,1039,1039,1 +1039,4,11,1039_5_ParadiseLive,761,1039,1,1039,1039,1039,1 +1040,1,4,1040_2_PrivateWars,146,1040,1,1040,1040,1040,1 +1040,2,7,1040_3_PrivateWars,255,1040,1,1040,1040,1040,1 +1040,3,9,1040_4_PrivateWars,377,1040,1,1040,1040,1040,1 +1040,4,11,1040_5_PrivateWars,543,1040,1,1040,1040,1040,1 +1041,1,6,1041_2_PsychicFire,237,1041,1,1041,1041,1041,1 +1041,2,8,1041_3_PsychicFire,428,1041,1,1041,1041,1041,1 +1041,3,10,1041_4_PsychicFire,584,1041,1,1041,1041,1041,1 +1041,4,12,1041_5_PsychicFire,994,1041,1,1041,1041,1041,1 +1042,1,6,1042_2_PureGirlsProject,212,1042,1,1042,1042,1042,1 +1042,2,8,1042_3_PureGirlsProject,316,1042,1,1042,1042,1042,1 +1042,3,10,1042_4_PureGirlsProject,469,1042,1,1042,1042,1042,1 +1042,4,12,1042_5_PureGirlsProject,808,1042,1,1042,1042,1042,1 +1044,1,4,1044_2_SentimentalSteps,149,1044,1,1044,1044,1044,1 +1044,2,7,1044_3_SentimentalSteps,283,1044,1,1044,1044,1044,1 +1044,3,9,1044_4_SentimentalSteps,370,1044,1,1044,1044,1044,1 +1044,4,10,1044_5_SentimentalSteps,548,1044,1,1044,1044,1044,1 +1045,1,6,1045_2_ShangriLaShower,217,1045,1,1045,1045,1045,1 +1045,2,7,1045_3_ShangriLaShower,344,1045,1,1045,1045,1045,1 +1045,3,9,1045_4_ShangriLaShower,459,1045,1,1045,1045,1045,1 +1045,4,10,1045_5_ShangriLaShower,688,1045,1,1045,1045,1045,1 +1046,1,5,1046_2_ShockingParty,160,1046,1,1046,1046,1046,1 +1046,2,6,1046_3_ShockingParty,231,1046,1,1046,1046,1046,1 +1046,3,9,1046_4_ShockingParty,324,1046,1,1046,1046,1046,1 +1046,4,10,1046_5_ShockingParty,447,1046,1,1046,1046,1046,1 +1047,1,4,1047_2_SilentTonight,125,1047,1,1047,1047,1047,1 +1047,2,6,1047_3_SilentTonight,223,1047,1,1047,1047,1047,1 +1047,3,9,1047_4_SilentTonight,322,1047,1,1047,1047,1047,1 +1047,4,10,1047_5_SilentTonight,452,1047,1,1047,1047,1047,1 +1048,1,4,1048_2_SnowHalation,139,1048,1,1048,1048,1048,1 +1048,2,6,1048_3_SnowHalation,206,1048,1,1048,1048,1048,1 +1048,3,9,1048_4_SnowHalation,355,1048,1,1048,1048,1048,1 +1048,4,11,1048_5_SnowHalation,551,1048,1,1048,1048,1048,1 +1049,1,7,1049_2_SoldierGame,246,1049,1,1049,1049,1049,1 +1049,2,9,1049_3_SoldierGame,351,1049,1,1049,1049,1049,1 +1049,3,11,1049_4_SoldierGame,563,1049,1,1049,1049,1049,1 +1049,4,12,1049_5_SoldierGame,696,1049,1,1049,1049,1049,1 +1050,1,5,1050_2_SomedayOfMyLife,173,1050,1,1050,1050,1050,1 +1050,2,8,1050_3_SomedayOfMyLife,319,1050,1,1050,1050,1050,1 +1050,3,9,1050_4_SomedayOfMyLife,479,1050,1,1050,1050,1050,1 +1050,4,11,1050_5_SomedayOfMyLife,645,1050,1,1050,1050,1050,1 +1054,1,6,1054_2_StartDash9PersonVersion,202,1054,1,1054,1054,1054,1 +1054,2,8,1054_3_StartDash9PersonVersion,353,1054,1,1054,1054,1054,1 +1054,3,10,1054_4_StartDash9PersonVersion,495,1054,1,1054,1054,1054,1 +1054,4,11,1054_5_StartDash9PersonVersion,695,1054,1,1054,1054,1054,1 +1055,1,5,1055_2_StormInLover,178,1055,1,1055,1055,1055,1 +1055,2,8,1055_3_StormInLover,312,1055,1,1055,1055,1055,1 +1055,3,10,1055_4_StormInLover,494,1055,1,1055,1055,1055,1 +1055,4,11,1055_5_StormInLover,678,1055,1,1055,1055,1055,1 +1057,1,6,1057_2_SuperLoveSuperLive,249,1057,1,1057,1057,1057,1 +1057,2,8,1057_3_SuperLoveSuperLive,400,1057,1,1057,1057,1057,1 +1057,3,10,1057_4_SuperLoveSuperLive,599,1057,1,1057,1057,1057,1 +1057,4,12,1057_5_SuperLoveSuperLive,991,1057,1,1057,1057,1057,1 +1058,1,5,1058_2_SweetAndSweetHoliday,174,1058,1,1058,1058,1058,1 +1058,2,8,1058_3_SweetAndSweetHoliday,265,1058,1,1058,1058,1058,1 +1058,3,9,1058_4_SweetAndSweetHoliday,471,1058,1,1058,1058,1058,1 +1058,4,11,1058_5_SweetAndSweetHoliday,750,1058,1,1058,1058,1058,1 +1059,1,5,1059_2_TroubleBusters,200,1059,1,1059,1059,1059,1 +1059,2,8,1059_3_TroubleBusters,399,1059,1,1059,1059,1059,1 +1059,3,10,1059_4_TroubleBusters,579,1059,1,1059,1059,1059,1 +1059,4,12,1059_5_TroubleBusters,864,1059,1,1059,1059,1059,1 +1060,1,6,1060_2_UnbalancedLove,204,1060,1,1060,1060,1060,1 +1060,2,8,1060_3_UnbalancedLove,323,1060,1,1060,1060,1060,1 +1060,3,9,1060_4_UnbalancedLove,435,1060,1,1060,1060,1060,1 +1060,4,11,1060_5_UnbalancedLove,697,1060,1,1060,1060,1060,1 +1061,1,6,1061_2_WaoWaoPowerfulDay,222,1061,1,1061,1061,1061,1 +1061,2,8,1061_3_WaoWaoPowerfulDay,451,1061,1,1061,1061,1061,1 +1061,3,10,1061_4_WaoWaoPowerfulDay,592,1061,1,1061,1061,1061,1 +1061,4,12,1061_5_WaoWaoPowerfulDay,952,1061,1,1061,1061,1061,1 +1062,1,5,1062_2_WildStars,181,1062,1,1062,1062,1062,1 +1062,2,7,1062_3_WildStars,280,1062,1,1062,1062,1062,1 +1062,3,9,1062_4_WildStars,476,1062,1,1062,1062,1062,1 +1062,4,11,1062_5_WildStars,719,1062,1,1062,1062,1062,1 +1063,1,5,1063_2_WonderZone,179,1063,1,1063,1063,1063,1 +1063,2,7,1063_3_WonderZone,300,1063,1,1063,1063,1063,1 +1063,3,10,1063_4_WonderZone,490,1063,1,1063,1063,1063,1 +1063,4,11,1063_5_WonderZone,654,1063,1,1063,1063,1063,1 +1064,1,5,1064_2_WonderfulRush,172,1064,1,1064,1064,1064,1 +1064,2,6,1064_3_WonderfulRush,247,1064,1,1064,1064,1064,1 +1064,3,9,1064_4_WonderfulRush,386,1064,1,1064,1064,1064,1 +1064,4,11,1064_5_WonderfulRush,616,1064,1,1064,1064,1064,1 +1066,1,6,1066_2_AnoneGanbare,202,1066,1,1066,1066,1066,1 +1066,2,7,1066_3_AnoneGanbare,296,1066,1,1066,1066,1066,1 +1066,3,9,1066_4_AnoneGanbare,431,1066,1,1066,1066,1066,1 +1066,4,11,1066_5_AnoneGanbare,608,1066,1,1066,1066,1066,1 +1067,1,4,1067_2_ArifuretaKanashiminoHate,125,1067,1,1067,1067,1067,1 +1067,2,7,1067_3_ArifuretaKanashiminoHate,201,1067,1,1067,1067,1067,1 +1067,3,9,1067_4_ArifuretaKanashiminoHate,358,1067,1,1067,1067,1067,1 +1067,4,11,1067_5_ArifuretaKanashiminoHate,439,1067,1,1067,1067,1067,1 +1068,1,5,1068_2_KittoSeishungaKikoeru,172,1068,1,1068,1068,1068,1 +1068,2,8,1068_3_KittoSeishungaKikoeru,277,1068,1,1068,1068,1068,1 +1068,3,10,1068_4_KittoSeishungaKikoeru,491,1068,1,1068,1068,1068,1 +1068,4,11,1068_5_KittoSeishungaKikoeru,633,1068,1,1068,1068,1068,1 +1069,1,4,1069_2_KiminoKuseni,149,1069,1,1069,1069,1069,1 +1069,2,7,1069_3_KiminoKuseni,275,1069,1,1069,1069,1069,1 +1069,3,9,1069_4_KiminoKuseni,390,1069,1,1069,1069,1069,1 +1069,4,10,1069_5_KiminoKuseni,589,1069,1,1069,1069,1069,1 +1070,1,5,1070_2_KururinMiracle,181,1070,1,1070,1070,1070,1 +1070,2,8,1070_3_KururinMiracle,346,1070,1,1070,1070,1070,1 +1070,3,9,1070_4_KururinMiracle,504,1070,1,1070,1070,1070,1 +1070,4,11,1070_5_KururinMiracle,790,1070,1,1070,1070,1070,1 +1071,1,4,1071_2_Korekara,130,1071,1,1071,1071,1071,1 +1071,2,6,1071_3_Korekara,239,1071,1,1071,1071,1071,1 +1071,3,9,1071_4_Korekara,307,1071,1,1071,1071,1071,1 +1071,4,11,1071_5_Korekara,505,1071,1,1071,1071,1071,1 +1072,1,5,1072_2_KorekaranoSomeday,187,1072,1,1072,1072,1072,1 +1072,2,8,1072_3_KorekaranoSomeday,316,1072,1,1072,1072,1072,1 +1072,3,9,1072_4_KorekaranoSomeday,487,1072,1,1072,1072,1072,1 +1072,4,11,1072_5_KorekaranoSomeday,678,1072,1,1072,1072,1072,1 +1073,1,5,1073_2_SayounaraheSayounara,167,1073,1,1073,1073,1073,1 +1073,2,8,1073_3_SayounaraheSayounara,344,1073,1,1073,1073,1073,1 +1073,3,9,1073_4_SayounaraheSayounara,452,1073,1,1073,1073,1073,1 +1073,4,11,1073_5_SayounaraheSayounara,791,1073,1,1073,1073,1073,1 +1074,1,5,1074_2_ShiawaseyukinoSmiling,173,1074,1,1074,1074,1074,1 +1074,2,7,1074_3_ShiawaseyukinoSmiling,298,1074,1,1074,1074,1074,1 +1074,3,9,1074_4_ShiawaseyukinoSmiling,434,1074,1,1074,1074,1074,1 +1074,4,11,1074_5_ShiawaseyukinoSmiling,609,1074,1,1074,1074,1074,1 +1075,1,5,1075_2_SusumeTomorrow,176,1075,1,1075,1075,1075,1 +1075,2,7,1075_3_SusumeTomorrow,279,1075,1,1075,1075,1075,1 +1075,3,10,1075_4_SusumeTomorrow,474,1075,1,1075,1075,1075,1 +1075,4,12,1075_5_SusumeTomorrow,690,1075,1,1075,1075,1075,1 +1076,1,5,1076_2_Spicaterrible,190,1076,1,1076,1076,1076,1 +1076,2,8,1076_3_Spicaterrible,328,1076,1,1076,1076,1076,1 +1076,3,10,1076_4_Spicaterrible,544,1076,1,1076,1076,1076,1 +1076,4,11,1076_5_Spicaterrible,675,1076,1,1076,1076,1076,1 +1077,1,5,1077_2_ZuruiyoMagneticToday,179,1077,1,1077,1077,1077,1 +1077,2,8,1077_3_ZuruiyoMagneticToday,373,1077,1,1077,1077,1077,1 +1077,3,10,1077_4_ZuruiyoMagneticToday,537,1077,1,1077,1077,1077,1 +1077,4,12,1077_5_ZuruiyoMagneticToday,901,1077,1,1077,1077,1077,1 +1078,1,6,1078_2_SoshiteSaigonoPageniha,205,1078,1,1078,1078,1078,1 +1078,2,8,1078_3_SoshiteSaigonoPageniha,348,1078,1,1078,1078,1078,1 +1078,3,9,1078_4_SoshiteSaigonoPageniha,515,1078,1,1078,1078,1078,1 +1078,4,11,1078_5_SoshiteSaigonoPageniha,843,1078,1,1078,1078,1078,1 +1079,1,5,1079_2_ItsOurMiraculousTime,200,1079,1,1079,1079,1079,1 +1079,2,8,1079_3_ItsOurMiraculousTime,334,1079,1,1079,1079,1079,1 +1079,3,10,1079_4_ItsOurMiraculousTime,460,1079,1,1079,1079,1079,1 +1079,4,12,1079_5_ItsOurMiraculousTime,634,1079,1,1079,1079,1079,1 +1080,1,5,1080_2_DiamondPrincessnoYuutsu,154,1080,1,1080,1080,1080,1 +1080,2,8,1080_3_DiamondPrincessnoYuutsu,261,1080,1,1080,1080,1080,1 +1080,3,10,1080_4_DiamondPrincessnoYuutsu,410,1080,1,1080,1080,1080,1 +1080,4,11,1080_5_DiamondPrincessnoYuutsu,561,1080,1,1080,1080,1080,1 +1081,1,6,1081_2_Takaramonos,213,1081,1,1081,1081,1081,1 +1081,2,8,1081_3_Takaramonos,383,1081,1,1081,1081,1081,1 +1081,3,10,1081_4_Takaramonos,499,1081,1,1081,1081,1081,1 +1081,4,11,1081_5_Takaramonos,735,1081,1,1081,1081,1081,1 +1082,1,6,1082_2_DatteDatteAaMujo,211,1082,1,1082,1082,1082,1 +1082,2,8,1082_3_DatteDatteAaMujo,392,1082,1,1082,1082,1082,1 +1082,3,9,1082_4_DatteDatteAaMujo,532,1082,1,1082,1082,1082,1 +1082,4,11,1082_5_DatteDatteAaMujo,771,1082,1,1082,1082,1082,1 +1083,1,5,1083_2_DonnaTokimoZutto,173,1083,1,1083,1083,1083,1 +1083,2,8,1083_3_DonnaTokimoZutto,303,1083,1,1083,1083,1083,1 +1083,3,9,1083_4_DonnaTokimoZutto,445,1083,1,1083,1083,1083,1 +1083,4,11,1083_5_DonnaTokimoZutto,563,1083,1,1083,1083,1083,1 +1084,1,5,1084_2_NatteShimatta,166,1084,1,1084,1084,1084,1 +1084,2,8,1084_3_NatteShimatta,319,1084,1,1084,1084,1084,1 +1084,3,9,1084_4_NatteShimatta,459,1084,1,1084,1084,1084,1 +1084,4,11,1084_5_NatteShimatta,706,1084,1,1084,1084,1084,1 +1085,1,6,1085_2_Nawatobi,168,1085,1,1085,1085,1085,1 +1085,2,8,1085_3_Nawatobi,299,1085,1,1085,1085,1085,1 +1085,3,9,1085_4_Nawatobi,363,1085,1,1085,1085,1085,1 +1085,4,11,1085_5_Nawatobi,442,1085,1,1085,1085,1085,1 +1086,1,8,1086_2_NicoPuriJyoshidou,320,1086,1,1086,1086,1086,1 +1086,2,9,1086_3_NicoPuriJyoshidou,468,1086,1,1086,1086,1086,1 +1086,3,11,1086_4_NicoPuriJyoshidou,650,1086,1,1086,1086,1086,1 +1086,4,12,1086_5_NicoPuriJyoshidou,1061,1086,1,1086,1086,1086,1 +1087,1,5,1087_2_FutariHappiness,152,1087,1,1087,1087,1087,1 +1087,2,7,1087_3_FutariHappiness,271,1087,1,1087,1087,1087,1 +1087,3,9,1087_4_FutariHappiness,492,1087,1,1087,1087,1087,1 +1087,4,10,1087_5_FutariHappiness,600,1087,1,1087,1087,1087,1 +1088,1,5,1088_2_BlueberryTrain,183,1088,1,1088,1088,1088,1 +1088,2,7,1088_3_BlueberryTrain,299,1088,1,1088,1088,1088,1 +1088,3,10,1088_4_BlueberryTrain,414,1088,1,1088,1088,1088,1 +1088,4,12,1088_5_BlueberryTrain,639,1088,1,1088,1088,1088,1 +1089,1,6,1089_2_PuwaPuwaO,203,1089,1,1089,1089,1089,1 +1089,2,8,1089_3_PuwaPuwaO,381,1089,1,1089,1089,1089,1 +1089,3,10,1089_4_PuwaPuwaO,537,1089,1,1089,1089,1089,1 +1089,4,12,1089_5_PuwaPuwaO,949,1089,1,1089,1089,1089,1 +1090,1,5,1090_2_MahotsukaiHajimemashita,197,1090,1,1090,1090,1090,1 +1090,2,8,1090_3_MahotsukaiHajimemashita,312,1090,1,1090,1090,1090,1 +1090,3,9,1090_4_MahotsukaiHajimemashita,428,1090,1,1090,1090,1090,1 +1090,4,11,1090_5_MahotsukaiHajimemashita,628,1090,1,1090,1090,1090,1 +1091,1,6,1091_2_MihaMusicnoMi,201,1091,1,1091,1091,1091,1 +1091,2,8,1091_3_MihaMusicnoMi,313,1091,1,1091,1091,1091,1 +1091,3,10,1091_4_MihaMusicnoMi,512,1091,1,1091,1091,1091,1 +1091,4,11,1091_5_MihaMusicnoMi,719,1091,1,1091,1091,1091,1 +1092,1,4,1092_2_MoHitorijyanaiyo,136,1092,1,1092,1092,1092,1 +1092,2,7,1092_3_MoHitorijyanaiyo,213,1092,1,1092,1092,1092,1 +1092,3,9,1092_4_MoHitorijyanaiyo,297,1092,1,1092,1092,1092,1 +1092,4,10,1092_5_MoHitorijyanaiyo,484,1092,1,1092,1092,1092,1 +1093,1,4,1093_2_MogyuttoLoveDeSekkinchu,143,1093,1,1093,1093,1093,1 +1093,2,6,1093_3_MogyuttoLoveDeSekkinchu,224,1093,1,1093,1093,1093,1 +1093,3,9,1093_4_MogyuttoLoveDeSekkinchu,391,1093,1,1093,1093,1093,1 +1093,4,11,1093_5_MogyuttoLoveDeSekkinchu,575,1093,1,1093,1093,1093,1 +1094,1,4,1094_2_MoshimoKaraKitto,101,1094,1,1094,1094,1094,1 +1094,2,6,1094_3_MoshimoKaraKitto,230,1094,1,1094,1094,1094,1 +1094,3,9,1094_4_MoshimoKaraKitto,310,1094,1,1094,1094,1094,1 +1094,4,10,1094_5_MoshimoKaraKitto,438,1094,1,1094,1094,1094,1 +1095,1,6,1095_2_YumenoTobira,227,1095,1,1095,1095,1095,1 +1095,2,8,1095_3_YumenoTobira,360,1095,1,1095,1095,1095,1 +1095,3,10,1095_4_YumenoTobira,577,1095,1,1095,1095,1095,1 +1095,4,12,1095_5_YumenoTobira,866,1095,1,1095,1095,1095,1 +1096,1,5,1096_2_LoveNovels,167,1096,1,1096,1096,1096,1 +1096,2,7,1096_3_LoveNovels,266,1096,1,1096,1096,1096,1 +1096,3,9,1096_4_LoveNovels,439,1096,1,1096,1096,1096,1 +1096,4,10,1096_5_LoveNovels,600,1096,1,1096,1096,1096,1 +1097,1,6,1097_2_RuteshiKisukiShiteru,208,1097,1,1097,1097,1097,1 +1097,2,8,1097_3_RuteshiKisukiShiteru,353,1097,1,1097,1097,1097,1 +1097,3,10,1097_4_RuteshiKisukiShiteru,569,1097,1,1097,1097,1097,1 +1097,4,11,1097_5_RuteshiKisukiShiteru,821,1097,1,1097,1097,1097,1 +1098,1,5,1098_2_AishiteruBanzai,164,1098,1,1098,1098,1098,1 +1098,2,6,1098_3_AishiteruBanzai,223,1098,1,1098,1098,1098,1 +1098,3,9,1098_4_AishiteruBanzai,302,1098,1,1098,1098,1098,1 +1098,4,10,1098_5_AishiteruBanzai,457,1098,1,1098,1098,1098,1 +1099,1,5,1099_2_AihaTaiyojyanai,162,1099,1,1099,1099,1099,1 +1099,2,7,1099_3_AihaTaiyojyanai,276,1099,1,1099,1099,1099,1 +1099,3,9,1099_4_AihaTaiyojyanai,383,1099,1,1099,1099,1099,1 +1099,4,11,1099_5_AihaTaiyojyanai,627,1099,1,1099,1099,1099,1 +1100,1,6,1100_2_EienFriends,212,1100,1,1100,1100,1100,1 +1100,2,8,1100_3_EienFriends,390,1100,1,1100,1100,1100,1 +1100,3,9,1100_4_EienFriends,532,1100,1,1100,1100,1100,1 +1100,4,11,1100_5_EienFriends,750,1100,1,1100,1100,1100,1 +1101,1,7,1101_2_OtomeshikiRenaiJuku,248,1101,1,1101,1101,1101,1 +1101,2,8,1101_3_OtomeshikiRenaiJuku,325,1101,1,1101,1101,1101,1 +1101,3,11,1101_4_OtomeshikiRenaiJuku,553,1101,1,1101,1101,1101,1 +1101,4,12,1101_5_OtomeshikiRenaiJuku,809,1101,1,1101,1101,1101,1 +1102,1,6,1102_2_OtohimeHeartdeLoveKyuuden,231,1102,1,1102,1102,1102,1 +1102,2,8,1102_3_OtohimeHeartdeLoveKyuuden,384,1102,1,1102,1102,1102,1 +1102,3,10,1102_4_OtohimeHeartdeLoveKyuuden,597,1102,1,1102,1102,1102,1 +1102,4,12,1102_5_OtohimeHeartdeLoveKyuuden,805,1102,1,1102,1102,1102,1 +1103,1,4,1103_2_NatsuOwaranaide,135,1103,1,1103,1103,1103,1 +1103,2,6,1103_3_NatsuOwaranaide,241,1103,1,1103,1103,1103,1 +1103,3,9,1103_4_NatsuOwaranaide,413,1103,1,1103,1103,1103,1 +1103,4,10,1103_5_NatsuOwaranaide,529,1103,1,1103,1103,1103,1 +1104,1,4,1104_2_NatsuiroEgaode12Jump,146,1104,1,1104,1104,1104,1 +1104,2,6,1104_3_NatsuiroEgaode12Jump,225,1104,1,1104,1104,1104,1 +1104,3,9,1104_4_NatsuiroEgaode12Jump,370,1104,1,1104,1104,1104,1 +1104,4,12,1104_5_NatsuiroEgaode12Jump,786,1104,1,1104,1104,1104,1 +1105,1,5,1105_2_KaguyanoShirodeOdoritai,178,1105,1,1105,1105,1105,1 +1105,2,7,1105_3_KaguyanoShirodeOdoritai,280,1105,1,1105,1105,1105,1 +1105,3,9,1105_4_KaguyanoShirodeOdoritai,421,1105,1,1105,1105,1105,1 +1105,4,11,1105_5_KaguyanoShirodeOdoritai,667,1105,1,1105,1105,1105,1 +1106,1,6,1106_2_KodokunaHeaven,248,1106,1,1106,1106,1106,1 +1106,2,8,1106_3_KodokunaHeaven,394,1106,1,1106,1106,1106,1 +1106,3,10,1106_4_KodokunaHeaven,541,1106,1,1106,1106,1106,1 +1106,4,12,1106_5_KodokunaHeaven,808,1106,1,1106,1106,1106,1 +1107,1,6,1107_2_SukidesugaSukidesuka,220,1107,1,1107,1107,1107,1 +1107,2,8,1107_3_SukidesugaSukidesuka,386,1107,1,1107,1107,1107,1 +1107,3,10,1107_4_SukidesugaSukidesuka,596,1107,1,1107,1107,1107,1 +1107,4,11,1107_5_SukidesugaSukidesuka,841,1107,1,1107,1107,1107,1 +1108,1,7,1108_2_KokuhakuBiyoriDesu,248,1108,1,1108,1108,1108,1 +1108,2,9,1108_3_KokuhakuBiyoriDesu,355,1108,1,1108,1108,1108,1 +1108,3,11,1108_4_KokuhakuBiyoriDesu,579,1108,1,1108,1108,1108,1 +1108,4,12,1108_5_KokuhakuBiyoriDesu,823,1108,1,1108,1108,1108,1 +1109,1,5,1109_2_SaiteideSaikounoParadiso,178,1109,1,1109,1109,1109,1 +1109,2,7,1109_3_SaiteideSaikounoParadiso,314,1109,1,1109,1109,1109,1 +1109,3,9,1109_4_SaiteideSaikounoParadiso,500,1109,1,1109,1109,1109,1 +1109,4,10,1109_5_SaiteideSaikounoParadiso,694,1109,1,1109,1109,1109,1 +1110,1,5,1110_2_SakkakuCrossroads,154,1110,1,1110,1110,1110,1 +1110,2,7,1110_3_SakkakuCrossroads,302,1110,1,1110,1110,1110,1 +1110,3,9,1110_4_SakkakuCrossroads,500,1110,1,1110,1110,1110,1 +1110,4,11,1110_5_SakkakuCrossroads,707,1110,1,1110,1110,1110,1 +1111,1,4,1111_2_OmoideIjouniNaritakute,106,1111,1,1111,1111,1111,1 +1111,2,6,1111_3_OmoideIjouniNaritakute,217,1111,1,1111,1111,1111,1 +1111,3,9,1111_4_OmoideIjouniNaritakute,306,1111,1,1111,1111,1111,1 +1111,4,11,1111_5_OmoideIjouniNaritakute,509,1111,1,1111,1111,1111,1 +1112,1,6,1112_2_WatashitachihaMirainoHana,219,1112,1,1112,1112,1112,1 +1112,2,8,1112_3_WatashitachihaMirainoHana,387,1112,1,1112,1112,1112,1 +1112,3,10,1112_4_WatashitachihaMirainoHana,559,1112,1,1112,1112,1112,1 +1112,4,12,1112_5_WatashitachihaMirainoHana,915,1112,1,1112,1112,1112,1 +1113,1,5,1113_2_AkinoAnatanoSoraToku,189,1113,1,1113,1113,1113,1 +1113,2,8,1113_3_AkinoAnatanoSoraToku,336,1113,1,1113,1113,1113,1 +1113,3,10,1113_4_AkinoAnatanoSoraToku,458,1113,1,1113,1113,1113,1 +1113,4,12,1113_5_AkinoAnatanoSoraToku,702,1113,1,1113,1113,1113,1 +1114,1,5,1114_2_ShunjoRomantic,171,1114,1,1114,1114,1114,1 +1114,2,8,1114_3_ShunjoRomantic,367,1114,1,1114,1114,1114,1 +1114,3,10,1114_4_ShunjoRomantic,513,1114,1,1114,1114,1114,1 +1114,4,11,1114_5_ShunjoRomantic,812,1114,1,1114,1114,1114,1 +1115,1,6,1115_2_JunaiLens,213,1115,1,1115,1115,1115,1 +1115,2,8,1115_3_JunaiLens,394,1115,1,1115,1115,1115,1 +1115,3,10,1115_4_JunaiLens,550,1115,1,1115,1115,1115,1 +1115,4,12,1115_5_JunaiLens,815,1115,1,1115,1115,1115,1 +1116,1,4,1116_2_NightingaleLoveSong,144,1116,1,1116,1116,1116,1 +1116,2,7,1116_3_NightingaleLoveSong,269,1116,1,1116,1116,1116,1 +1116,3,9,1116_4_NightingaleLoveSong,375,1116,1,1116,1116,1116,1 +1116,4,11,1116_5_NightingaleLoveSong,685,1116,1,1116,1116,1116,1 +1117,1,8,1117_2_GarasunoHanazono,303,1117,1,1117,1117,1117,1 +1117,2,9,1117_3_GarasunoHanazono,489,1117,1,1117,1117,1117,1 +1117,3,11,1117_4_GarasunoHanazono,609,1117,1,1117,1117,1117,1 +1117,4,12,1117_5_GarasunoHanazono,993,1117,1,1117,1117,1117,1 +1118,1,5,1118_2_ShiranaiLoveOshieteLove,177,1118,1,1118,1118,1118,1 +1118,2,7,1118_3_ShiranaiLoveOshieteLove,279,1118,1,1118,1118,1118,1 +1118,3,9,1118_4_ShiranaiLoveOshieteLove,438,1118,1,1118,1118,1118,1 +1118,4,10,1118_5_ShiranaiLoveOshieteLove,724,1118,1,1118,1118,1118,1 +1119,1,5,1119_2_FuyugaKuretaYokan,181,1119,1,1119,1119,1119,1 +1119,2,8,1119_3_FuyugaKuretaYokan,317,1119,1,1119,1119,1119,1 +1119,3,9,1119_4_FuyugaKuretaYokan,429,1119,1,1119,1119,1119,1 +1119,4,11,1119_5_FuyugaKuretaYokan,629,1119,1,1119,1119,1119,1 +1120,1,5,1120_2_OnajiHoshigaMitai,181,1120,1,1120,1120,1120,1 +1120,2,8,1120_3_OnajiHoshigaMitai,334,1120,1,1120,1120,1120,1 +1120,3,10,1120_4_OnajiHoshigaMitai,500,1120,1,1120,1120,1120,1 +1120,4,11,1120_5_OnajiHoshigaMitai,735,1120,1,1120,1120,1120,1 +1121,1,5,1121_2_BinetsukaraMystery,196,1121,1,1121,1121,1121,1 +1121,2,8,1121_3_BinetsukaraMystery,358,1121,1,1121,1121,1121,1 +1121,3,10,1121_4_BinetsukaraMystery,530,1121,1,1121,1121,1121,1 +1121,4,12,1121_5_BinetsukaraMystery,813,1121,1,1121,1121,1121,1 +1123,1,6,1123_2_BokutachihaHitotsunoHikari,208,1123,1,1123,1123,1123,1 +1123,2,8,1123_3_BokutachihaHitotsunoHikari,375,1123,1,1123,1123,1123,1 +1123,3,9,1123_4_BokutachihaHitotsunoHikari,494,1123,1,1123,1123,1123,1 +1123,4,11,1123_5_BokutachihaHitotsunoHikari,658,1123,1,1123,1123,1123,1 +1124,1,5,1124_2_BokurahaImanoNakade,178,1124,1,1124,1124,1124,1 +1124,2,7,1124_3_BokurahaImanoNakade,260,1124,1,1124,1124,1124,1 +1124,3,10,1124_4_BokurahaImanoNakade,434,1124,1,1124,1124,1124,1 +1124,4,11,1124_5_BokurahaImanoNakade,676,1124,1,1124,1124,1124,1 +1126,1,7,1126_2_YumenakiYumehaYumejyanai,301,1126,1,1126,1126,1126,1 +1126,2,9,1126_3_YumenakiYumehaYumejyanai,442,1126,1,1126,1126,1126,1 +1126,3,11,1126_4_YumenakiYumehaYumejyanai,612,1126,1,1126,1126,1126,1 +1126,4,12,1126_5_YumenakiYumehaYumejyanai,873,1126,1,1126,1126,1126,1 +1127,1,6,1127_2_YukinoReason,230,1127,1,1127,1127,1127,1 +1127,2,8,1127_3_YukinoReason,372,1127,1,1127,1127,1127,1 +1127,3,10,1127_4_YukinoReason,473,1127,1,1127,1127,1127,1 +1127,4,12,1127_5_YukinoReason,731,1127,1,1127,1127,1127,1 +1128,1,4,1128_2_YujoNoChange,125,1128,1,1128,1128,1128,1 +1128,2,6,1128_3_YujoNoChange,204,1128,1,1128,1128,1128,1 +1128,3,9,1128_4_YujoNoChange,359,1128,1,1128,1128,1128,1 +1128,4,11,1128_5_YujoNoChange,640,1128,1,1128,1128,1128,1 +1129,1,5,1129_2_ArashinoNakanoKoidakara,191,1129,1,1129,1129,1129,1 +1129,2,8,1129_3_ArashinoNakanoKoidakara,385,1129,1,1129,1129,1129,1 +1129,3,10,1129_4_ArashinoNakanoKoidakara,533,1129,1,1129,1129,1129,1 +1129,4,11,1129_5_ArashinoNakanoKoidakara,735,1129,1,1129,1129,1129,1 +1130,1,6,1130_2_KoinoSignalRinRinRin,215,1130,1,1130,1130,1130,1 +1130,2,8,1130_3_KoinoSignalRinRinRin,386,1130,1,1130,1130,1130,1 +1130,3,10,1130_4_KoinoSignalRinRinRin,521,1130,1,1130,1130,1130,1 +1130,4,11,1130_5_KoinoSignalRinRinRin,738,1130,1,1130,1130,1130,1 +1131,1,5,1131_2_StartDash,181,1131,1,1131,1131,1131,1 +1131,2,7,1131_3_StartDash,280,1131,1,1131,1131,1131,1 +1131,3,9,1131_4_StartDash,458,1131,1,1131,1131,1131,1 +1132,4,15,1132_5_Sn,531,1132,1,1132,1132,1132,224012901 +1133,4,15,1133_5_Bo,650,1133,1,1133,1133,1133,224012901 +1134,4,15,1134_5_Mu,614,1134,1,1134,1134,1134,224012901 +1135,4,15,1135_5_Yu,461,1135,1,1135,1135,1135,224012901 +1136,4,15,1136_5_An,469,1136,1,1136,1136,1136,224012901 +1137,4,15,1137_5_He,461,1137,1,1137,1137,1137,224012901 +1138,4,15,1138_5_Bo,529,1138,1,1138,1138,1138,224012901 +1139,4,15,1139_5_Ps,748,1139,1,1139,1139,1139,224012901 +1140,4,15,1140_5_Mo,642,1140,1,1140,1140,1140,224012901 +2001,1,5,2001_2_CyazaleaKissDadandaaan,182,2001,1,2001,2001,2001,1 +2001,2,8,2001_3_CyazaleaKissDadandaaan,367,2001,1,2001,2001,2001,1 +2001,3,10,2001_4_CyazaleaKissDadandaaan,564,2001,1,2001,2001,2001,1 +2001,4,12,2001_5_CyazaleaKissDadandaaan,791,2001,1,2001,2001,2001,1 +2002,1,6,2002_2_SukiForYouDreamForYou,205,2002,1,2002,2002,2002,1 +2002,2,8,2002_3_SukiForYouDreamForYou,416,2002,1,2002,2002,2002,1 +2002,3,10,2002_4_SukiForYouDreamForYou,572,2002,1,2002,2002,2002,1 +2003,1,7,2003_2_NamidagaYukiniNarumaeni,255,2003,1,2003,2003,2003,1 +2003,2,9,2003_3_NamidagaYukiniNarumaeni,413,2003,1,2003,2003,2003,1 +2003,3,10,2003_4_NamidagaYukiniNarumaeni,589,2003,1,2003,2003,2003,1 +2004,1,5,2004_2_AfterTheRain,163,2004,1,2004,2004,2004,1 +2004,2,7,2004_3_AfterTheRain,204,2004,1,2004,2004,2004,1 +2004,3,10,2004_4_AfterTheRain,346,2004,1,2004,2004,2004,1 +2005,1,6,2005_2_JimoAiDash,195,2005,1,2005,2005,2005,1 +2005,2,8,2005_3_JimoAiDash,338,2005,1,2005,2005,2005,1 +2005,3,10,2005_4_JimoAiDash,617,2005,1,2005,2005,2005,1 +2005,4,12,2005_5_JimoAiDash,963,2005,1,2005,2005,2005,224021602 +2006,1,5,2006_2_LonelySnowPlanet,146,2006,1,2006,2006,2006,1 +2006,2,7,2006_3_LonelySnowPlanet,230,2006,1,2006,2006,2006,1 +2006,3,9,2006_4_LonelySnowPlanet,374,2006,1,2006,2006,2006,1 +2007,1,7,2007_2_PartyPartyPaPaPaParty,280,2007,1,2007,2007,2007,1 +2007,2,9,2007_3_PartyPartyPaPaPaParty,361,2007,1,2007,2007,2007,1 +2007,3,11,2007_4_PartyPartyPaPaPaParty,494,2007,1,2007,2007,2007,1 +2008,1,4,2008_2_NeverGivingUp,120,2008,1,2008,2008,2008,1 +2008,2,6,2008_3_NeverGivingUp,229,2008,1,2008,2008,2008,1 +2008,3,9,2008_4_NeverGivingUp,373,2008,1,2008,2008,2008,1 +2009,1,5,2009_2_KokoroMagicAtoZ,153,2009,1,2009,2009,2009,1 +2009,2,7,2009_3_KokoroMagicAtoZ,243,2009,1,2009,2009,2009,1 +2009,3,9,2009_4_KokoroMagicAtoZ,334,2009,1,2009,2009,2009,1 +2010,1,4,2010_2_KokoronoHaneyoKimiheTondeke,158,2010,1,2010,2010,2010,1 +2010,2,7,2010_3_KokoronoHaneyoKimiheTondeke,262,2010,1,2010,2010,2010,1 +2010,3,9,2010_4_KokoronoHaneyoKimiheTondeke,371,2010,1,2010,2010,2010,1 +2011,1,6,2011_2_TotsuzenGirl,204,2011,1,2011,2011,2011,1 +2011,2,8,2011_3_TotsuzenGirl,335,2011,1,2011,2011,2011,1 +2011,3,10,2011_4_TotsuzenGirl,500,2011,1,2011,2011,2011,1 +2012,1,5,2012_2_PerfectSekai,193,2012,1,2012,2012,2012,1 +2012,2,8,2012_3_PerfectSekai,341,2012,1,2012,2012,2012,1 +2012,3,10,2012_4_PerfectSekai,518,2012,1,2012,2012,2012,1 +2013,1,5,2013_2_AkogareRanRaran,159,2013,1,2013,2013,2013,1 +2013,2,7,2013_3_AkogareRanRaran,264,2013,1,2013,2013,2013,1 +2013,3,9,2013_4_AkogareRanRaran,439,2013,1,2013,2013,2013,1 +2014,1,5,2014_2_Mottone,174,2014,1,2014,2014,2014,1 +2014,2,7,2014_3_Mottone,299,2014,1,2014,2014,2014,1 +2014,3,9,2014_4_Mottone,437,2014,1,2014,2014,2014,1 +2015,1,8,2015_2_KimochimoYumemoIsshodane,332,2015,1,2015,2015,2015,1 +2015,2,10,2015_3_KimochimoYumemoIsshodane,507,2015,1,2015,2015,2015,1 +2015,3,11,2015_4_KimochimoYumemoIsshodane,686,2015,1,2015,2015,2015,1 +2016,1,4,2016_2_1Star,121,2016,1,2016,2016,2016,1 +2016,2,7,2016_3_1Star,211,2016,1,2016,2016,2016,1 +2016,3,9,2016_4_1Star,368,2016,1,2016,2016,2016,1 +2017,1,6,2017_2_RunKakeruRun,202,2017,1,2017,2017,2017,1 +2017,2,8,2017_3_RunKakeruRun,301,2017,1,2017,2017,2017,1 +2017,3,10,2017_4_RunKakeruRun,455,2017,1,2017,2017,2017,1 +2018,1,5,2018_2_TateHokoTsubasa,169,2018,1,2018,2018,2018,1 +2018,2,7,2018_3_TateHokoTsubasa,277,2018,1,2018,2018,2018,1 +2018,3,9,2018_4_TateHokoTsubasa,439,2018,1,2018,2018,2018,1 +2019,1,4,2019_2_Namidajanai,131,2019,1,2019,2019,2019,1 +2019,2,6,2019_3_Namidajanai,210,2019,1,2019,2019,2019,1 +2019,3,9,2019_4_Namidajanai,382,2019,1,2019,2019,2019,1 +2020,1,4,2020_2_YaKounryusui,131,2020,1,2020,2020,2020,1 +2020,2,7,2020_3_YaKounryusui,233,2020,1,2020,2020,2020,1 +2020,3,9,2020_4_YaKounryusui,380,2020,1,2020,2020,2020,1 +2021,1,5,2021_2_NandodatteYakusoku,175,2021,1,2021,2021,2021,1 +2021,2,8,2021_3_NandodatteYakusoku,316,2021,1,2021,2021,2021,1 +2021,3,9,2021_4_NandodatteYakusoku,496,2021,1,2021,2021,2021,1 +2022,1,4,2022_2_PhoenixDance,134,2022,1,2022,2022,2022,1 +2022,2,6,2022_3_PhoenixDance,258,2022,1,2022,2022,2022,1 +2022,3,9,2022_4_PhoenixDance,417,2022,1,2022,2022,2022,1 +2023,1,5,2023_2_WellGetTheNextDream,171,2023,1,2023,2023,2023,1 +2023,2,7,2023_3_WellGetTheNextDream,280,2023,1,2023,2023,2023,1 +2023,3,9,2023_4_WellGetTheNextDream,435,2023,1,2023,2023,2023,1 +2024,1,6,2024_2_DragonRiders,133,2024,1,2024,2024,2024,1 +2024,2,8,2024_3_DragonRiders,266,2024,1,2024,2024,2024,1 +2024,3,10,2024_4_DragonRiders,479,2024,1,2024,2024,2024,1 +2025,1,5,2025_2_Metamorphism,142,2025,1,2025,2025,2025,1 +2025,2,7,2025_3_Metamorphism,272,2025,1,2025,2025,2025,1 +2025,3,10,2025_4_Metamorphism,448,2025,1,2025,2025,2025,1 +2026,1,5,2026_2_WhistleOfRevolution,160,2026,1,2026,2026,2026,1 +2026,2,8,2026_3_WhistleOfRevolution,263,2026,1,2026,2026,2026,1 +2026,3,10,2026_4_WhistleOfRevolution,429,2026,1,2026,2026,2026,1 +2027,1,6,2027_2_OkawariHappyLife,195,2027,1,2027,2027,2027,1 +2027,2,8,2027_3_OkawariHappyLife,298,2027,1,2027,2027,2027,1 +2027,3,10,2027_4_OkawariHappyLife,457,2027,1,2027,2027,2027,1 +2028,1,5,2028_2_LoveSpiralTower,181,2028,1,2028,2028,2028,1 +2028,2,7,2028_3_LoveSpiralTower,288,2028,1,2028,2028,2028,1 +2028,3,9,2028_4_LoveSpiralTower,405,2028,1,2028,2028,2028,1 +2029,1,5,2029_2_AmazingTravelDna,174,2029,1,2029,2029,2029,1 +2029,2,7,2029_3_AmazingTravelDna,266,2029,1,2029,2029,2029,1 +2029,3,9,2029_4_AmazingTravelDna,443,2029,1,2029,2029,2029,1 +2029,4,11,2029_5_AmazingTravelDna,653,2029,1,2029,2029,2029,1 +2030,1,5,2030_2_AqoursPiratesDesire,194,2030,1,2030,2030,2030,1 +2030,2,6,2030_3_AqoursPiratesDesire,299,2030,1,2030,2030,2030,1 +2030,3,9,2030_4_AqoursPiratesDesire,433,2030,1,2030,2030,2030,1 +2030,4,11,2030_5_AqoursPiratesDesire,626,2030,1,2030,2030,2030,1 +2031,1,5,2031_2_DaydreamWarrior,198,2031,1,2031,2031,2031,1 +2031,2,7,2031_3_DaydreamWarrior,293,2031,1,2031,2031,2031,1 +2031,3,9,2031_4_DaydreamWarrior,464,2031,1,2031,2031,2031,1 +2031,4,12,2031_5_DaydreamWarrior,716,2031,1,2031,2031,2031,1 +2032,1,5,2032_2_GSenjonoCinderella,200,2032,1,2032,2032,2032,1 +2032,2,8,2032_3_GSenjonoCinderella,342,2032,1,2032,2032,2032,1 +2032,3,10,2032_4_GSenjonoCinderella,520,2032,1,2032,2032,2032,1 +2032,4,12,2032_5_GSenjonoCinderella,728,2032,1,2032,2032,2032,1 +2033,1,6,2033_2_ThrillingOneWay,215,2033,1,2033,2033,2033,1 +2033,2,8,2033_3_ThrillingOneWay,398,2033,1,2033,2033,2033,1 +2033,3,10,2033_4_ThrillingOneWay,592,2033,1,2033,2033,2033,1 +2033,4,12,2033_5_ThrillingOneWay,840,2033,1,2033,2033,2033,1 +2034,1,5,2034_2_TaiyowoOiKakero,190,2034,1,2034,2034,2034,1 +2034,2,8,2034_3_TaiyowoOiKakero,308,2034,1,2034,2034,2034,1 +2034,3,9,2034_4_TaiyowoOiKakero,476,2034,1,2034,2034,2034,1 +2034,4,11,2034_5_TaiyowoOiKakero,674,2034,1,2034,2034,2034,1 +2035,1,5,2035_2_HappyPartyTrain,187,2035,1,2035,2035,2035,1 +2035,2,8,2035_3_HappyPartyTrain,322,2035,1,2035,2035,2035,1 +2035,3,10,2035_4_HappyPartyTrain,498,2035,1,2035,2035,2035,1 +2035,4,12,2035_5_HappyPartyTrain,723,2035,1,2035,2035,2035,1 +2036,1,6,2036_2_HummingFriend,201,2036,1,2036,2036,2036,1 +2036,2,8,2036_3_HummingFriend,331,2036,1,2036,2036,2036,1 +2036,3,9,2036_4_HummingFriend,533,2036,1,2036,2036,2036,1 +2036,4,11,2036_5_HummingFriend,754,2036,1,2036,2036,2036,1 +2037,1,5,2037_2_SunshinePikkapikaOndo,176,2037,1,2037,2037,2037,1 +2037,2,7,2037_3_SunshinePikkapikaOndo,331,2037,1,2037,2037,2037,1 +2037,3,9,2037_4_SunshinePikkapikaOndo,512,2037,1,2037,2037,2037,1 +2037,4,12,2037_5_SunshinePikkapikaOndo,728,2037,1,2037,2037,2037,1 +2038,1,6,2038_2_LandingActionYeah,202,2038,1,2038,2038,2038,1 +2038,2,8,2038_3_LandingActionYeah,361,2038,1,2038,2038,2038,1 +2038,3,10,2038_4_LandingActionYeah,537,2038,1,2038,2038,2038,1 +2038,4,12,2038_5_LandingActionYeah,757,2038,1,2038,2038,2038,1 +2039,1,6,2039_2_KinmiraiHappyEnd,201,2039,1,2039,2039,2039,1 +2039,2,8,2039_3_KinmiraiHappyEnd,378,2039,1,2039,2039,2039,1 +2039,3,9,2039_4_KinmiraiHappyEnd,576,2039,1,2039,2039,2039,1 +2039,4,12,2039_5_KinmiraiHappyEnd,900,2039,1,2039,2039,2039,1 +2040,1,5,2040_2_Kowareyasuki,187,2040,1,2040,2040,2040,1 +2040,2,8,2040_3_Kowareyasuki,331,2040,1,2040,2040,2040,1 +2040,3,10,2040_4_Kowareyasuki,529,2040,1,2040,2040,2040,1 +2040,4,12,2040_5_Kowareyasuki,780,2040,1,2040,2040,2040,1 +2041,1,5,2041_2_SkyJourney,154,2041,1,2041,2041,2041,1 +2041,2,8,2041_3_SkyJourney,300,2041,1,2041,2041,2041,1 +2041,3,9,2041_4_SkyJourney,423,2041,1,2041,2041,2041,1 +2041,4,11,2041_5_SkyJourney,542,2041,1,2041,2041,2041,1 +2042,1,6,2042_2_ShojoIjonoKoigaShitai,202,2042,1,2042,2042,2042,1 +2042,2,7,2042_3_ShojoIjonoKoigaShitai,330,2042,1,2042,2042,2042,1 +2042,3,9,2042_4_ShojoIjonoKoigaShitai,498,2042,1,2042,2042,2042,1 +2042,4,12,2042_5_ShojoIjonoKoigaShitai,768,2042,1,2042,2042,2042,1 +2043,1,5,2043_2_GalaxyHideAndSeek,180,2043,1,2043,2043,2043,1 +2043,2,8,2043_3_GalaxyHideAndSeek,273,2043,1,2043,2043,2043,1 +2043,3,9,2043_4_GalaxyHideAndSeek,419,2043,1,2043,2043,2043,1 +2043,4,11,2043_5_GalaxyHideAndSeek,626,2043,1,2043,2043,2043,1 +2044,1,5,2044_2_MirainoBokurahaShitteruyo,194,2044,1,2044,2044,2044,1 +2044,2,8,2044_3_MirainoBokurahaShitteruyo,332,2044,1,2044,2044,2044,1 +2044,3,10,2044_4_MirainoBokurahaShitteruyo,518,2044,1,2044,2044,2044,1 +2044,4,12,2044_5_MirainoBokurahaShitteruyo,692,2044,1,2044,2044,2044,1 +2045,1,5,2045_2_YukihaDokoniKiminoMuneni,178,2045,1,2045,2045,2045,1 +2045,2,7,2045_3_YukihaDokoniKiminoMuneni,281,2045,1,2045,2045,2045,1 +2045,3,9,2045_4_YukihaDokoniKiminoMuneni,402,2045,1,2045,2045,2045,1 +2045,4,12,2045_5_YukihaDokoniKiminoMuneni,634,2045,1,2045,2045,2045,1 +2046,1,5,2046_2_MyMaiTonight,173,2046,1,2046,2046,2046,1 +2046,2,7,2046_3_MyMaiTonight,280,2046,1,2046,2046,2046,1 +2046,3,10,2046_4_MyMaiTonight,464,2046,1,2046,2046,2046,1 +2046,4,12,2046_5_MyMaiTonight,696,2046,1,2046,2046,2046,1 +2047,1,5,2047_2_ShadowGateToLove,163,2047,1,2047,2047,2047,1 +2047,2,6,2047_3_ShadowGateToLove,269,2047,1,2047,2047,2047,1 +2047,3,9,2047_4_ShadowGateToLove,419,2047,1,2047,2047,2047,1 +2047,4,11,2047_5_ShadowGateToLove,547,2047,1,2047,2047,2047,1 +2048,1,8,2048_2_NatsuhenoTobiraNeverEndVer,283,2048,1,2048,2048,2048,1 +2048,2,9,2048_3_NatsuhenoTobiraNeverEndVer,421,2048,1,2048,2048,2048,1 +2048,3,11,2048_4_NatsuhenoTobiraNeverEndVer,564,2048,1,2048,2048,2048,1 +2048,4,12,2048_5_NatsuhenoTobiraNeverEndVer,796,2048,1,2048,2048,2048,1 +2049,1,8,2049_2_ManatsuhaDarenoMono,300,2049,1,2049,2049,2049,1 +2049,2,9,2049_3_ManatsuhaDarenoMono,470,2049,1,2049,2049,2049,1 +2049,3,11,2049_4_ManatsuhaDarenoMono,630,2049,1,2049,2049,2049,1 +2049,4,12,2049_5_ManatsuhaDarenoMono,1002,2049,1,2049,2049,2049,1 +2050,1,8,2050_2_JimoaiMantanSummerLife,335,2050,1,2050,2050,2050,1 +2050,2,9,2050_3_JimoaiMantanSummerLife,504,2050,1,2050,2050,2050,1 +2050,3,11,2050_4_JimoaiMantanSummerLife,698,2050,1,2050,2050,2050,1 +2050,4,12,2050_5_JimoaiMantanSummerLife,941,2050,1,2050,2050,2050,1 +2051,1,8,2051_2_NatsunoOwarinoAmaotoga,302,2051,1,2051,2051,2051,1 +2051,2,9,2051_3_NatsunoOwarinoAmaotoga,447,2051,1,2051,2051,2051,1 +2051,3,11,2051_4_NatsunoOwarinoAmaotoga,656,2051,1,2051,2051,2051,1 +2051,4,12,2051_5_NatsunoOwarinoAmaotoga,999,2051,1,2051,2051,2051,1 +2052,1,5,2052_2_MiracleWave,191,2052,1,2052,2052,2052,1 +2052,2,8,2052_3_MiracleWave,319,2052,1,2052,2052,2052,1 +2052,3,10,2052_4_MiracleWave,455,2052,1,2052,2052,2052,1 +2052,4,12,2052_5_MiracleWave,801,2052,1,2052,2052,2052,1 +2053,1,5,2053_2_AwakenThePower,184,2053,1,2053,2053,2053,1 +2053,2,8,2053_3_AwakenThePower,325,2053,1,2053,2053,2053,1 +2053,3,10,2053_4_AwakenThePower,522,2053,1,2053,2053,2053,1 +2053,4,12,2053_5_AwakenThePower,748,2053,1,2053,2053,2053,1 +2054,1,5,2054_2_OneMoreSunshineStory,160,2054,1,2054,2054,2054,1 +2054,2,8,2054_3_OneMoreSunshineStory,281,2054,1,2054,2054,2054,1 +2054,3,9,2054_4_OneMoreSunshineStory,466,2054,1,2054,2054,2054,1 +2054,4,11,2054_5_OneMoreSunshineStory,653,2054,1,2054,2054,2054,1 +2055,1,6,2055_2_WaterBlueNewWorld,219,2055,1,2055,2055,2055,1 +2055,2,8,2055_3_WaterBlueNewWorld,390,2055,1,2055,2055,2055,1 +2055,3,10,2055_4_WaterBlueNewWorld,535,2055,1,2055,2055,2055,1 +2055,4,12,2055_5_WaterBlueNewWorld,748,2055,1,2055,2055,2055,1 +2056,1,5,2056_2_WonderfulStories,188,2056,1,2056,2056,2056,1 +2056,2,7,2056_3_WonderfulStories,330,2056,1,2056,2056,2056,1 +2056,3,9,2056_4_WonderfulStories,514,2056,1,2056,2056,2056,1 +2056,4,11,2056_5_WonderfulStories,812,2056,1,2056,2056,2056,1 +2057,1,5,2057_2_Oyasuminasan,162,2057,1,2057,2057,2057,1 +2057,2,7,2057_3_Oyasuminasan,268,2057,1,2057,2057,2057,1 +2057,3,9,2057_4_Oyasuminasan,427,2057,1,2057,2057,2057,1 +2057,4,11,2057_5_Oyasuminasan,595,2057,1,2057,2057,2057,1 +2058,1,5,2058_2_KaigandorideMatteruyo,158,2058,1,2058,2058,2058,1 +2058,2,7,2058_3_KaigandorideMatteruyo,302,2058,1,2058,2058,2058,1 +2058,3,9,2058_4_KaigandorideMatteruyo,496,2058,1,2058,2058,2058,1 +2058,4,11,2058_5_KaigandorideMatteruyo,668,2058,1,2058,2058,2058,1 +2059,1,5,2059_2_KiminoHitomiwoMeguruBoken,161,2059,1,2059,2059,2059,1 +2059,2,7,2059_3_KiminoHitomiwoMeguruBoken,281,2059,1,2059,2059,2059,1 +2059,3,9,2059_4_KiminoHitomiwoMeguruBoken,458,2059,1,2059,2059,2059,1 +2059,4,11,2059_5_KiminoHitomiwoMeguruBoken,608,2059,1,2059,2059,2059,1 +2060,1,5,2060_2_InThisUnstableWorld,150,2060,1,2060,2060,2060,1 +2060,2,8,2060_3_InThisUnstableWorld,259,2060,1,2060,2060,2060,1 +2060,3,9,2060_4_InThisUnstableWorld,392,2060,1,2060,2060,2060,1 +2060,4,11,2060_5_InThisUnstableWorld,497,2060,1,2060,2060,2060,1 +2061,1,5,2061_2_PianoforteMonologue,187,2061,1,2061,2061,2061,1 +2061,2,7,2061_3_PianoforteMonologue,267,2061,1,2061,2061,2061,1 +2061,3,9,2061_4_PianoforteMonologue,387,2061,1,2061,2061,2061,1 +2061,4,10,2061_5_PianoforteMonologue,538,2061,1,2061,2061,2061,1 +2062,1,6,2062_2_BeginnersSailing,214,2062,1,2062,2062,2062,1 +2062,2,8,2062_3_BeginnersSailing,368,2062,1,2062,2062,2062,1 +2062,3,9,2062_4_BeginnersSailing,551,2062,1,2062,2062,2062,1 +2062,4,12,2062_5_BeginnersSailing,961,2062,1,2062,2062,2062,1 +2063,1,5,2063_2_RedGemWink,195,2063,1,2063,2063,2063,1 +2063,2,8,2063_3_RedGemWink,279,2063,1,2063,2063,2063,1 +2063,3,9,2063_4_RedGemWink,434,2063,1,2063,2063,2063,1 +2063,4,11,2063_5_RedGemWink,644,2063,1,2063,2063,2063,1 +2064,1,5,2064_2_WhiteFirstLove,173,2064,1,2064,2064,2064,1 +2064,2,8,2064_3_WhiteFirstLove,270,2064,1,2064,2064,2064,1 +2064,3,9,2064_4_WhiteFirstLove,396,2064,1,2064,2064,2064,1 +2064,4,11,2064_5_WhiteFirstLove,607,2064,1,2064,2064,2064,1 +2065,1,5,2065_2_InnocentBird,179,2065,1,2065,2065,2065,1 +2065,2,8,2065_3_InnocentBird,280,2065,1,2065,2065,2065,1 +2065,3,9,2065_4_InnocentBird,439,2065,1,2065,2065,2065,1 +2065,4,11,2065_5_InnocentBird,666,2065,1,2065,2065,2065,1 +2066,1,5,2066_2_NewWindingRoad,174,2066,1,2066,2066,2066,1 +2066,2,7,2066_3_NewWindingRoad,271,2066,1,2066,2066,2066,1 +2066,3,9,2066_4_NewWindingRoad,387,2066,1,2066,2066,2066,1 +2066,4,11,2066_5_NewWindingRoad,538,2066,1,2066,2066,2066,1 +2067,1,6,2067_2_Sakanakanandaka,210,2067,1,2067,2067,2067,1 +2067,2,8,2067_3_Sakanakanandaka,334,2067,1,2067,2067,2067,1 +2067,3,10,2067_4_Sakanakanandaka,496,2067,1,2067,2067,2067,1 +2067,4,11,2067_5_Sakanakanandaka,796,2067,1,2067,2067,2067,1 +2068,1,5,2068_2_Kisekihikaru,161,2068,1,2068,2068,2068,1 +2068,2,7,2068_3_Kisekihikaru,260,2068,1,2068,2068,2068,1 +2068,3,9,2068_4_Kisekihikaru,400,2068,1,2068,2068,2068,1 +2068,4,11,2068_5_Kisekihikaru,696,2068,1,2068,2068,2068,1 +2069,1,5,2069_2_HopStepYippee,174,2069,1,2069,2069,2069,1 +2069,2,7,2069_3_HopStepYippee,307,2069,1,2069,2069,2069,1 +2069,3,9,2069_4_HopStepYippee,478,2069,1,2069,2069,2069,1 +2069,4,12,2069_5_HopStepYippee,722,2069,1,2069,2069,2069,1 +2070,1,5,2070_2_GuiltyEyesFever,184,2070,1,2070,2070,2070,1 +2070,2,7,2070_3_GuiltyEyesFever,278,2070,1,2070,2070,2070,1 +2070,3,9,2070_4_GuiltyEyesFever,426,2070,1,2070,2070,2070,1 +2070,4,11,2070_5_GuiltyEyesFever,573,2070,1,2070,2070,2070,1 +2071,1,5,2071_2_SelfControl,154,2071,1,2071,2071,2071,1 +2071,2,8,2071_3_SelfControl,250,2071,1,2071,2071,2071,1 +2071,3,9,2071_4_SelfControl,387,2071,1,2071,2071,2071,1 +2071,4,12,2071_5_SelfControl,556,2071,1,2071,2071,2071,1 +2072,1,5,2072_2_ThankYouFriends,170,2072,1,2072,2072,2072,1 +2072,2,6,2072_3_ThankYouFriends,249,2072,1,2072,2072,2072,1 +2072,3,9,2072_4_ThankYouFriends,370,2072,1,2072,2072,2072,1 +2072,4,11,2072_5_ThankYouFriends,625,2072,1,2072,2072,2072,1 +2073,1,5,2073_2_CrashMind,195,2073,1,2073,2073,2073,1 +2073,2,8,2073_3_CrashMind,274,2073,1,2073,2073,2073,1 +2073,3,9,2073_4_CrashMind,420,2073,1,2073,2073,2073,1 +2073,4,11,2073_5_CrashMind,616,2073,1,2073,2073,2073,1 +2074,1,5,2074_2_Dropout,170,2074,1,2074,2074,2074,1 +2074,2,8,2074_3_Dropout,317,2074,1,2074,2074,2074,1 +2074,3,10,2074_4_Dropout,484,2074,1,2074,2074,2074,1 +2074,4,12,2074_5_Dropout,788,2074,1,2074,2074,2074,1 +2075,1,5,2075_2_PSnoMukougawa,191,2075,1,2075,2075,2075,1 +2075,2,8,2075_3_PSnoMukougawa,334,2075,1,2075,2075,2075,1 +2075,3,9,2075_4_PSnoMukougawa,487,2075,1,2075,2075,2075,1 +2075,4,11,2075_5_PSnoMukougawa,612,2075,1,2075,2075,2075,1 +2076,1,4,2076_2_MyListToYou,139,2076,1,2076,2076,2076,1 +2076,2,7,2076_3_MyListToYou,213,2076,1,2076,2076,2076,1 +2076,3,9,2076_4_MyListToYou,342,2076,1,2076,2076,2076,1 +2076,4,10,2076_5_MyListToYou,440,2076,1,2076,2076,2076,1 +2077,1,6,2077_2_HajimariRoad,211,2077,1,2077,2077,2077,1 +2077,2,8,2077_3_HajimariRoad,364,2077,1,2077,2077,2077,1 +2077,3,10,2077_4_HajimariRoad,513,2077,1,2077,2077,2077,1 +2077,4,12,2077_5_HajimariRoad,933,2077,1,2077,2077,2077,1 +2078,1,5,2078_2_MarineBorderParasol,183,2078,1,2078,2078,2078,1 +2078,2,8,2078_3_MarineBorderParasol,315,2078,1,2078,2078,2078,1 +2078,3,9,2078_4_MarineBorderParasol,464,2078,1,2078,2078,2078,1 +2078,4,11,2078_5_MarineBorderParasol,709,2078,1,2078,2078,2078,1 +2079,1,5,2079_2_YosokuFukanoDriving,170,2079,1,2079,2079,2079,1 +2079,2,8,2079_3_YosokuFukanoDriving,312,2079,1,2079,2079,2079,1 +2079,3,10,2079_4_YosokuFukanoDriving,473,2079,1,2079,2079,2079,1 +2079,4,12,2079_5_YosokuFukanoDriving,795,2079,1,2079,2079,2079,1 +2080,1,5,2080_2_LonelyTuning,170,2080,1,2080,2080,2080,1 +2080,2,7,2080_3_LonelyTuning,256,2080,1,2080,2080,2080,1 +2080,3,9,2080_4_LonelyTuning,371,2080,1,2080,2080,2080,1 +2080,4,12,2080_5_LonelyTuning,630,2080,1,2080,2080,2080,1 +2081,1,5,2081_2_HopStopNonstop,181,2081,1,2081,2081,2081,1 +2081,2,8,2081_3_HopStopNonstop,306,2081,1,2081,2081,2081,1 +2081,3,10,2081_4_HopStopNonstop,467,2081,1,2081,2081,2081,1 +2081,4,12,2081_5_HopStopNonstop,854,2081,1,2081,2081,2081,1 +2082,1,5,2082_2_TosoMeisoMobiusLoop,191,2082,1,2082,2082,2082,1 +2082,2,8,2082_3_TosoMeisoMobiusLoop,308,2082,1,2082,2082,2082,1 +2082,3,9,2082_4_TosoMeisoMobiusLoop,497,2082,1,2082,2082,2082,1 +2082,4,11,2082_5_TosoMeisoMobiusLoop,695,2082,1,2082,2082,2082,1 +2083,1,5,2083_2_BokuranoHashittekitaMichiha,161,2083,1,2083,2083,2083,1 +2083,2,7,2083_3_BokuranoHashittekitaMichiha,273,2083,1,2083,2083,2083,1 +2083,3,10,2083_4_BokuranoHashittekitaMichiha,417,2083,1,2083,2083,2083,1 +2083,4,12,2083_5_BokuranoHashittekitaMichiha,722,2083,1,2083,2083,2083,1 +2084,1,5,2084_2_NextSparkling,167,2084,1,2084,2084,2084,1 +2084,2,7,2084_3_NextSparkling,301,2084,1,2084,2084,2084,1 +2084,3,9,2084_4_NextSparkling,482,2084,1,2084,2084,2084,1 +2084,4,11,2084_5_NextSparkling,644,2084,1,2084,2084,2084,1 +2086,1,6,2086_2_StepZeroToOne,218,2086,1,2086,2086,2086,1 +2086,2,8,2086_3_StepZeroToOne,390,2086,1,2086,2086,2086,1 +2086,3,10,2086_4_StepZeroToOne,584,2086,1,2086,2086,2086,1 +2086,4,12,2086_5_StepZeroToOne,772,2086,1,2086,2086,2086,1 +2087,1,6,2087_2_AqoursHeroes,207,2087,1,2087,2087,2087,1 +2087,2,8,2087_3_AqoursHeroes,330,2087,1,2087,2087,2087,1 +2087,3,10,2087_4_AqoursHeroes,515,2087,1,2087,2087,2087,1 +2087,4,11,2087_5_AqoursHeroes,686,2087,1,2087,2087,2087,1 +2088,1,5,2088_2_KoiniNaritaiAquarium,184,2088,1,2088,2088,2088,1 +2088,2,8,2088_3_KoiniNaritaiAquarium,379,2088,1,2088,2088,2088,1 +2088,3,9,2088_4_KoiniNaritaiAquarium,544,2088,1,2088,2088,2088,1 +2088,4,12,2088_5_KoiniNaritaiAquarium,889,2088,1,2088,2088,2088,1 +2089,1,6,2089_2_GenkiZenkaiDayDayDay,228,2089,1,2089,2089,2089,1 +2089,2,8,2089_3_GenkiZenkaiDayDayDay,412,2089,1,2089,2089,2089,1 +2089,3,10,2089_4_GenkiZenkaiDayDayDay,592,2089,1,2089,2089,2089,1 +2089,4,12,2089_5_GenkiZenkaiDayDayDay,749,2089,1,2089,2089,2089,1 +2090,1,5,2090_2_MatteteAinoUta,164,2090,1,2090,2090,2090,1 +2090,2,8,2090_3_MatteteAinoUta,334,2090,1,2090,2090,2090,1 +2090,3,9,2090_4_MatteteAinoUta,466,2090,1,2090,2090,2090,1 +2090,4,11,2090_5_MatteteAinoUta,603,2090,1,2090,2090,2090,1 +2091,1,5,2091_2_TorikorikoPlease,195,2091,1,2091,2091,2091,1 +2091,2,8,2091_3_TorikorikoPlease,331,2091,1,2091,2091,2091,1 +2091,3,10,2091_4_TorikorikoPlease,478,2091,1,2091,2091,2091,1 +2091,4,12,2091_5_TorikorikoPlease,663,2091,1,2091,2091,2091,1 +2092,1,5,2092_2_YozorahaNandemoShitteruno,174,2092,1,2092,2092,2092,1 +2092,2,7,2092_3_YozorahaNandemoShitteruno,283,2092,1,2092,2092,2092,1 +2092,3,9,2092_4_YozorahaNandemoShitteruno,415,2092,1,2092,2092,2092,1 +2092,4,11,2092_5_YozorahaNandemoShitteruno,568,2092,1,2092,2092,2092,1 +2093,1,6,2093_2_TodokanaiHoshidatoshitemo,224,2093,1,2093,2093,2093,1 +2093,2,8,2093_3_TodokanaiHoshidatoshitemo,407,2093,1,2093,2093,2093,1 +2093,3,10,2093_4_TodokanaiHoshidatoshitemo,563,2093,1,2093,2093,2093,1 +2093,4,12,2093_5_TodokanaiHoshidatoshitemo,777,2093,1,2093,2093,2093,1 +2094,1,5,2094_2_StrawberryTrapper,175,2094,1,2094,2094,2094,1 +2094,2,8,2094_3_StrawberryTrapper,360,2094,1,2094,2094,2094,1 +2094,3,10,2094_4_StrawberryTrapper,535,2094,1,2094,2094,2094,1 +2094,4,12,2094_5_StrawberryTrapper,666,2094,1,2094,2094,2094,1 +2095,1,6,2095_2_KimetayoHandInHand,225,2095,1,2095,2095,2095,1 +2095,2,8,2095_3_KimetayoHandInHand,405,2095,1,2095,2095,2095,1 +2095,3,10,2095_4_KimetayoHandInHand,569,2095,1,2095,2095,2095,1 +2095,4,12,2095_5_KimetayoHandInHand,805,2095,1,2095,2095,2095,1 +2096,1,6,2096_2_AozoraJumpingHeart,208,2096,1,2096,2096,2096,1 +2096,2,8,2096_3_AozoraJumpingHeart,360,2096,1,2096,2096,2096,1 +2096,3,10,2096_4_AozoraJumpingHeart,471,2096,1,2096,2096,2096,1 +2096,4,12,2096_5_AozoraJumpingHeart,681,2096,1,2096,2096,2096,1 +2097,1,5,2097_2_DaisukiDattaraDaijoubu,198,2097,1,2097,2097,2097,1 +2097,2,8,2097_3_DaisukiDattaraDaijoubu,350,2097,1,2097,2097,2097,1 +2097,3,9,2097_4_DaisukiDattaraDaijoubu,447,2097,1,2097,2097,2097,1 +2097,4,12,2097_5_DaisukiDattaraDaijoubu,615,2097,1,2097,2097,2097,1 +2098,1,5,2098_2_YumeKataruyoriYumeUtaou,187,2098,1,2098,2098,2098,1 +2098,2,8,2098_3_YumeKataruyoriYumeUtaou,329,2098,1,2098,2098,2098,1 +2098,3,9,2098_4_YumeKataruyoriYumeUtaou,471,2098,1,2098,2098,2098,1 +2098,4,11,2098_5_YumeKataruyoriYumeUtaou,657,2098,1,2098,2098,2098,1 +2099,1,4,2099_2_TokimekiBunruigaku,146,2099,1,2099,2099,2099,1 +2099,2,7,2099_3_TokimekiBunruigaku,259,2099,1,2099,2099,2099,1 +2099,3,9,2099_4_TokimekiBunruigaku,371,2099,1,2099,2099,2099,1 +2099,4,11,2099_5_TokimekiBunruigaku,589,2099,1,2099,2099,2099,1 +2100,1,5,2100_2_YumedeYozorawoTerashitai,171,2100,1,2100,2100,2100,1 +2100,2,7,2100_3_YumedeYozorawoTerashitai,271,2100,1,2100,2100,2100,1 +2100,3,9,2100_4_YumedeYozorawoTerashitai,393,2100,1,2100,2100,2100,1 +2100,4,10,2100_5_YumedeYozorawoTerashitai,539,2100,1,2100,2100,2100,1 +2101,1,4,2101_2_MijukuDreamer,132,2101,1,2101,2101,2101,1 +2101,2,6,2101_3_MijukuDreamer,212,2101,1,2101,2101,2101,1 +2101,3,9,2101_4_MijukuDreamer,318,2101,1,2101,2101,2101,1 +2101,4,10,2101_5_MijukuDreamer,445,2101,1,2101,2101,2101,1 +2102,1,5,2102_2_OmoiyoHitotsuninare,171,2102,1,2102,2102,2102,1 +2102,2,8,2102_3_OmoiyoHitotsuninare,329,2102,1,2102,2102,2102,1 +2102,3,9,2102_4_OmoiyoHitotsuninare,494,2102,1,2102,2102,2102,1 +2102,4,12,2102_5_OmoiyoHitotsuninare,717,2102,1,2102,2102,2102,1 +2103,1,6,2103_2_PopsHeartdeOdorundamon,235,2103,1,2103,2103,2103,1 +2103,2,8,2103_3_PopsHeartdeOdorundamon,380,2103,1,2103,2103,2103,1 +2103,3,10,2103_4_PopsHeartdeOdorundamon,532,2103,1,2103,2103,2103,1 +2103,4,11,2103_5_PopsHeartdeOdorundamon,668,2103,1,2103,2103,2103,1 +2104,1,5,2104_2_MiraiTicket,195,2104,1,2104,2104,2104,1 +2104,2,8,2104_3_MiraiTicket,375,2104,1,2104,2104,2104,1 +2104,3,10,2104_4_MiraiTicket,536,2104,1,2104,2104,2104,1 +2104,4,12,2104_5_MiraiTicket,792,2104,1,2104,2104,2104,1 +2105,1,5,2105_2_GuiltyNightGuiltyKiss,198,2105,1,2105,2105,2105,1 +2105,2,8,2105_3_GuiltyNightGuiltyKiss,303,2105,1,2105,2105,2105,1 +2105,3,9,2105_4_GuiltyNightGuiltyKiss,443,2105,1,2105,2105,2105,1 +2105,4,11,2105_5_GuiltyNightGuiltyKiss,593,2105,1,2105,2105,2105,1 +2106,1,4,2106_2_SoramoKokoromoHarerukara,141,2106,1,2106,2106,2106,1 +2106,2,6,2106_3_SoramoKokoromoHarerukara,218,2106,1,2106,2106,2106,1 +2106,3,9,2106_4_SoramoKokoromoHarerukara,343,2106,1,2106,2106,2106,1 +2106,4,10,2106_5_SoramoKokoromoHarerukara,444,2106,1,2106,2106,2106,1 +2107,1,5,2107_2_JingleBellsgaTomaranai,191,2107,1,2107,2107,2107,1 +2107,2,8,2107_3_JingleBellsgaTomaranai,340,2107,1,2107,2107,2107,1 +2107,3,9,2107_4_JingleBellsgaTomaranai,523,2107,1,2107,2107,2107,1 +2107,4,12,2107_5_JingleBellsgaTomaranai,762,2107,1,2107,2107,2107,1 +2108,1,4,2108_2_SeinaruHinoInori,149,2108,1,2108,2108,2108,1 +2108,2,6,2108_3_SeinaruHinoInori,236,2108,1,2108,2108,2108,1 +2108,3,9,2108_4_SeinaruHinoInori,408,2108,1,2108,2108,2108,1 +2108,4,11,2108_5_SeinaruHinoInori,530,2108,1,2108,2108,2108,1 +2109,1,5,2109_2_WakuWakuWeek,199,2109,1,2109,2109,2109,1 +2109,2,8,2109_3_WakuWakuWeek,357,2109,1,2109,2109,2109,1 +2109,3,10,2109_4_WakuWakuWeek,508,2109,1,2109,2109,2109,1 +2109,4,12,2109_5_WakuWakuWeek,769,2109,1,2109,2109,2109,1 +2111,1,5,2111_2_BelieveAgain,171,2111,1,2111,2111,2111,1 +2111,2,7,2111_3_BelieveAgain,320,2111,1,2111,2111,2111,1 +2111,3,9,2111_4_BelieveAgain,464,2111,1,2111,2111,2111,1 +2111,4,12,2111_5_BelieveAgain,820,2111,1,2111,2111,2111,1 +2112,1,4,2112_2_OverTheNextRainbow,140,2112,1,2112,2112,2112,1 +2112,2,6,2112_3_OverTheNextRainbow,208,2112,1,2112,2112,2112,1 +2112,3,9,2112_4_OverTheNextRainbow,298,2112,1,2112,2112,2112,1 +2112,4,11,2112_5_OverTheNextRainbow,500,2112,1,2112,2112,2112,1 +2113,1,6,2113_2_SakuraByeBye,205,2113,1,2113,2113,2113,1 +2113,2,8,2113_3_SakuraByeBye,378,2113,1,2113,2113,2113,1 +2113,3,10,2113_4_SakuraByeBye,550,2113,1,2113,2113,2113,1 +2113,4,12,2113_5_SakuraByeBye,999,2113,1,2113,2113,2113,1 +2114,1,4,2114_2_No10,139,2114,1,2114,2114,2114,1 +2114,2,6,2114_3_No10,205,2114,1,2114,2114,2114,1 +2114,3,9,2114_4_No10,318,2114,1,2114,2114,2114,1 +2114,4,10,2114_5_No10,475,2114,1,2114,2114,2114,1 +2115,1,4,2115_2_JumpUpHigh,149,2115,1,2115,2115,2115,1 +2115,2,6,2115_3_JumpUpHigh,211,2115,1,2115,2115,2115,1 +2115,3,9,2115_4_JumpUpHigh,341,2115,1,2115,2115,2115,1 +2115,4,11,2115_5_JumpUpHigh,642,2115,1,2115,2115,2115,1 +2116,1,5,2116_2_BoukenTypeABC,178,2116,1,2116,2116,2116,1 +2116,2,7,2116_3_BoukenTypeABC,336,2116,1,2116,2116,2116,1 +2116,3,9,2116_4_BoukenTypeABC,480,2116,1,2116,2116,2116,1 +2116,4,12,2116_5_BoukenTypeABC,691,2116,1,2116,2116,2116,1 +2117,1,3,2117_2_SotsugyoDesune,114,2117,1,2117,2117,2117,1 +2117,2,7,2117_3_SotsugyoDesune,210,2117,1,2117,2117,2117,1 +2117,3,9,2117_4_SotsugyoDesune,303,2117,1,2117,2117,2117,1 +2117,4,12,2117_5_SotsugyoDesune,571,2117,1,2117,2117,2117,1 +2118,1,5,2118_2_DeepResonance,186,2118,1,2118,2118,2118,1 +2118,2,8,2118_3_DeepResonance,363,2118,1,2118,2118,2118,1 +2118,3,10,2118_4_DeepResonance,537,2118,1,2118,2118,2118,1 +2118,4,12,2118_5_DeepResonance,820,2118,1,2118,2118,2118,1 +2119,1,5,2119_2_MitaikenHorizon,173,2119,1,2119,2119,2119,1 +2119,2,7,2119_3_MitaikenHorizon,317,2119,1,2119,2119,2119,1 +2119,3,9,2119_4_MitaikenHorizon,450,2119,1,2119,2119,2119,1 +2119,4,12,2119_5_MitaikenHorizon,691,2119,1,2119,2119,2119,1 +2120,1,4,2120_2_GuiltyFarewellParty,146,2120,1,2120,2120,2120,1 +2120,2,6,2120_3_GuiltyFarewellParty,260,2120,1,2120,2120,2120,1 +2120,3,9,2120_4_GuiltyFarewellParty,405,2120,1,2120,2120,2120,1 +2120,4,11,2120_5_GuiltyFarewellParty,568,2120,1,2120,2120,2120,1 +2121,1,5,2121_2_NewRomanticSailors,194,2121,1,2121,2121,2121,1 +2121,2,8,2121_3_NewRomanticSailors,356,2121,1,2121,2121,2121,1 +2121,3,10,2121_4_NewRomanticSailors,529,2121,1,2121,2121,2121,1 +2121,4,12,2121_5_NewRomanticSailors,765,2121,1,2121,2121,2121,1 +2122,1,4,2122_2_BraveheartCoaster,186,2122,1,2122,2122,2122,1 +2122,2,7,2122_3_BraveheartCoaster,331,2122,1,2122,2122,2122,1 +2122,3,9,2122_4_BraveheartCoaster,466,2122,1,2122,2122,2122,1 +2122,4,12,2122_5_BraveheartCoaster,826,2122,1,2122,2122,2122,1 +2123,1,5,2123_2_DanceWithMinotaurus,195,2123,1,2123,2123,2123,1 +2123,2,7,2123_3_DanceWithMinotaurus,322,2123,1,2123,2123,2123,1 +2123,3,10,2123_4_DanceWithMinotaurus,515,2123,1,2123,2123,2123,1 +2123,4,12,2123_5_DanceWithMinotaurus,787,2123,1,2123,2123,2123,1 +2124,1,5,2124_2_IngITry,162,2124,1,2124,2124,2124,1 +2124,2,7,2124_3_IngITry,319,2124,1,2124,2124,2124,1 +2124,3,10,2124_4_IngITry,493,2124,1,2124,2124,2124,1 +2124,4,11,2124_5_IngITry,789,2124,1,2124,2124,2124,1 +2125,1,5,2125_2_LovePulsar,173,2125,1,2125,2125,2125,1 +2125,2,7,2125_3_LovePulsar,295,2125,1,2125,2125,2125,1 +2125,3,9,2125_4_LovePulsar,409,2125,1,2125,2125,2125,1 +2125,4,11,2125_5_LovePulsar,676,2125,1,2125,2125,2125,1 +2126,1,4,2126_2_Changeless,142,2126,1,2126,2126,2126,1 +2126,2,6,2126_3_Changeless,229,2126,1,2126,2126,2126,1 +2126,3,9,2126_4_Changeless,364,2126,1,2126,2126,2126,1 +2126,4,10,2126_5_Changeless,510,2126,1,2126,2126,2126,1 +2127,1,5,2127_2_KuchuRenairon,162,2127,1,2127,2127,2127,1 +2127,2,6,2127_3_KuchuRenairon,226,2127,1,2127,2127,2127,1 +2127,3,9,2127_4_KuchuRenairon,329,2127,1,2127,2127,2127,1 +2127,4,11,2127_5_KuchuRenairon,576,2127,1,2127,2127,2127,1 +2128,1,4,2128_2_PhantomRocketAdventure,149,2128,1,2128,2128,2128,1 +2128,2,7,2128_3_PhantomRocketAdventure,257,2128,1,2128,2128,2128,1 +2128,3,10,2128_4_PhantomRocketAdventure,392,2128,1,2128,2128,2128,1 +2128,4,12,2128_5_PhantomRocketAdventure,628,2128,1,2128,2128,2128,1 +2129,1,4,2129_2_KodokuTeleport,143,2129,1,2129,2129,2129,1 +2129,2,6,2129_3_KodokuTeleport,232,2129,1,2129,2129,2129,1 +2129,3,9,2129_4_KodokuTeleport,333,2129,1,2129,2129,2129,1 +2129,4,11,2129_5_KodokuTeleport,527,2129,1,2129,2129,2129,1 +2130,1,5,2130_2_FantasticDeparture,153,2130,1,2130,2130,2130,1 +2130,2,7,2130_3_FantasticDeparture,232,2130,1,2130,2130,2130,1 +2130,3,9,2130_4_FantasticDeparture,364,2130,1,2130,2130,2130,1 +2131,1,5,2131_2_MazeSekai,162,2131,1,2131,2131,2131,1 +2131,2,8,2131_3_MazeSekai,302,2131,1,2131,2131,2131,1 +2131,3,10,2131_4_MazeSekai,434,2131,1,2131,2131,2131,1 +2131,4,12,2131_5_MazeSekai,654,2131,1,2131,2131,2131,1 +2132,1,5,2132_2_DazzlingWhiteTown,160,2132,1,2132,2132,2132,1 +2132,2,7,2132_3_DazzlingWhiteTown,271,2132,1,2132,2132,2132,1 +2132,3,9,2132_4_DazzlingWhiteTown,435,2132,1,2132,2132,2132,1 +2133,1,5,2133_2_SmileSmileShipStart,172,2133,1,2133,2133,2133,1 +2133,2,7,2133_3_SmileSmileShipStart,303,2133,1,2133,2133,2133,1 +2133,3,9,2133_4_SmileSmileShipStart,501,2133,1,2133,2133,2133,1 +2133,4,12,2133_5_SmileSmileShipStart,710,2133,1,2133,2133,2133,1 +2134,1,6,2134_2_MistyFrostyLove,244,2134,1,2134,2134,2134,1 +2134,2,9,2134_3_MistyFrostyLove,427,2134,1,2134,2134,2134,1 +2134,3,10,2134_4_MistyFrostyLove,561,2134,1,2134,2134,2134,1 +2135,1,5,2135_2_FutureFlight,170,2135,1,2135,2135,2135,1 +2135,2,7,2135_3_FutureFlight,278,2135,1,2135,2135,2135,1 +2135,3,10,2135_4_FutureFlight,429,2135,1,2135,2135,2135,1 +2135,4,12,2135_5_FutureFlight,663,2135,1,2135,2135,2135,1 +2136,1,6,2136_2_CottonCandyEieioh,217,2136,1,2136,2136,2136,1 +2136,2,8,2136_3_CottonCandyEieioh,342,2136,1,2136,2136,2136,1 +2136,3,9,2136_4_CottonCandyEieioh,435,2136,1,2136,2136,2136,1 +2137,1,5,2137_2_PurePhrase,157,2137,1,2137,2137,2137,1 +2137,2,7,2137_3_PurePhrase,263,2137,1,2137,2137,2137,1 +2137,3,9,2137_4_PurePhrase,365,2137,1,2137,2137,2137,1 +2138,1,5,2138_2_WakeUpChallenger,190,2138,1,2138,2138,2138,1 +2138,2,8,2138_3_WakeUpChallenger,353,2138,1,2138,2138,2138,1 +2138,3,10,2138_4_WakeUpChallenger,515,2138,1,2138,2138,2138,1 +2149,1,6,2149_2_NamelessLoveSong,133,2149,1,2149,2149,2149,1 +2149,2,8,2149_3_NamelessLoveSong,227,2149,1,2149,2149,2149,1 +2149,3,10,2149_4_NamelessLoveSong,373,2149,1,2149,2149,2149,1 +2142,1,6,2142_2_KiminoKokorohaKagayaiterukai,201,2142,1,2142,2142,2142,1 +2142,2,8,2142_3_KiminoKokorohaKagayaiterukai,359,2142,1,2142,2142,2142,1 +2142,3,9,2142_4_KiminoKokorohaKagayaiterukai,497,2142,1,2142,2142,2142,1 +2142,4,12,2142_5_KiminoKokorohaKagayaiterukai,694,2142,1,2142,2142,2142,1 +2143,1,5,2143_2_BANZAIDigitalTrippers,186,2143,1,2143,2143,2143,1 +2143,2,8,2143_3_BANZAIDigitalTrippers,342,2143,1,2143,2143,2143,1 +2143,3,10,2143_4_BANZAIDigitalTrippers,466,2143,1,2143,2143,2143,1 +2144,1,6,2144_2_DeepSeaCocoon,179,2144,1,2144,2144,2144,1 +2144,2,8,2144_3_DeepSeaCocoon,352,2144,1,2144,2144,2144,1 +2144,3,10,2144_4_DeepSeaCocoon,517,2144,1,2144,2144,2144,1 +2145,1,5,2145_2_DreamyColor,185,2145,1,2145,2145,2145,1 +2145,2,7,2145_3_DreamyColor,288,2145,1,2145,2145,2145,1 +2145,3,10,2145_4_DreamyColor,460,2145,1,2145,2145,2145,1 +2145,4,12,2145_5_DreamyColor,662,2145,1,2145,2145,2145,1 +2146,1,4,2146_2_Ku-Ru-Ku-RuCruller,145,2146,1,2146,2146,2146,1 +2146,2,6,2146_3_Ku-Ru-Ku-RuCruller,245,2146,1,2146,2146,2146,1 +2146,3,9,2146_4_Ku-Ru-Ku-RuCruller,382,2146,1,2146,2146,2146,1 +2146,4,12,2146_5_Ku-Ru-Ku-RuCruller,640,2146,1,2146,2146,2146,1 +2147,1,5,2147_2_LiveWithASmileAqoursVer,198,2147,1,2147,2147,2147,1 +2147,2,7,2147_3_LiveWithASmileAqoursVer,333,2147,1,2147,2147,2147,1 +2147,3,9,2147_4_LiveWithASmileAqoursVer,499,2147,1,2147,2147,2147,1 +2148,1,5,2148_2_Motto-ZuttoBeWithYou,138,2148,1,2148,2148,2148,1 +2148,2,7,2148_3_Motto-ZuttoBeWithYou,295,2148,1,2148,2148,2148,1 +2148,3,9,2148_4_Motto-ZuttoBeWithYou,447,2148,1,2148,2148,2148,1 +2150,1,5,2150_2_NotAloneNotHitori,153,2150,1,2150,2150,2150,1 +2150,2,8,2150_3_NotAloneNotHitori,306,2150,1,2150,2150,2150,1 +2150,3,10,2150_4_NotAloneNotHitori,471,2150,1,2150,2150,2150,1 +2151,1,5,2151_2_ShinyRacers,176,2151,1,2151,2151,2151,1 +2151,2,8,2151_3_ShinyRacers,308,2151,1,2151,2151,2151,1 +2151,3,10,2151_4_ShinyRacers,445,2151,1,2151,2151,2151,1 +2152,1,5,2152_2_ShootingStarWarrior,167,2152,1,2152,2152,2152,1 +2152,2,7,2152_3_ShootingStarWarrior,277,2152,1,2152,2152,2152,1 +2152,3,9,2152_4_ShootingStarWarrior,389,2152,1,2152,2152,2152,1 +2153,1,5,2153_2_AruhiEienMitaini,170,2153,1,2153,2153,2153,1 +2153,2,7,2153_3_AruhiEienMitaini,343,2153,1,2153,2153,2153,1 +2153,3,10,2153_4_AruhiEienMitaini,493,2153,1,2153,2153,2153,1 +2154,1,5,2154_2_YumetoMiraideMugendai,167,2154,1,2154,2154,2154,1 +2154,2,7,2154_3_YumetoMiraideMugendai,266,2154,1,2154,2154,2154,1 +2154,3,9,2154_4_YumetoMiraideMugendai,432,2154,1,2154,2154,2154,1 +2156,1,4,2156_2_KAGAYAKIRARIRA,144,2156,1,2156,2156,2156,1 +2156,2,6,2156_3_KAGAYAKIRARIRA,225,2156,1,2156,2156,2156,1 +2156,3,10,2156_4_KAGAYAKIRARIRA,356,2156,1,2156,2156,2156,1 +2157,1,5,2157_2_ParadiseChime,148,2157,1,2157,2157,2157,1 +2157,2,7,2157_3_ParadiseChime,248,2157,1,2157,2157,2157,1 +2157,3,9,2157_4_ParadiseChime,476,2157,1,2157,2157,2157,1 +2158,1,5,2158_2_LoveIsAlliSingLoveIsAll,248,2158,1,2158,2158,2158,1 +2158,2,7,2158_3_LoveIsAlliSingLoveIsAll,381,2158,1,2158,2158,2158,1 +2158,3,9,2158_4_LoveIsAlliSingLoveIsAll,600,2158,1,2158,2158,2158,1 +2159,1,6,2159_2_MeiMeiTanteiJohannes,140,2159,1,2159,2159,2159,1 +2159,2,8,2159_3_MeiMeiTanteiJohannes,216,2159,1,2159,2159,2159,1 +2159,3,10,2159_4_MeiMeiTanteiJohannes,363,2159,1,2159,2159,2159,1 +2160,1,3,2160_2_NamiotoRefrain,84,2160,1,2160,2160,2160,1 +2160,2,7,2160_3_NamiotoRefrain,187,2160,1,2160,2160,2160,1 +2160,3,9,2160_4_NamiotoRefrain,301,2160,1,2160,2160,2160,1 +2161,1,6,2161_2_MinamoniPiano,146,2161,1,2161,2161,2161,1 +2161,2,8,2161_3_MinamoniPiano,257,2161,1,2161,2161,2161,1 +2161,3,10,2161_4_MinamoniPiano,425,2161,1,2161,2161,2161,1 +2162,1,4,2162_2_Aikotoba,125,2162,1,2162,2162,2162,1 +2162,2,7,2162_3_Aikotoba,269,2162,1,2162,2162,2162,1 +2162,3,10,2162_4_Aikotoba,509,2162,1,2162,2162,2162,1 +2163,1,5,2163_2_GemstoneDEAI,180,2163,1,2163,2163,2163,1 +2163,2,7,2163_3_GemstoneDEAI,277,2163,1,2163,2163,2163,1 +2163,3,10,2163_4_GemstoneDEAI,446,2163,1,2163,2163,2163,1 +2164,1,6,2164_2_Waaiwaiwaiwaiwaiwai,212,2164,1,2164,2164,2164,1 +2164,2,8,2164_3_Waaiwaiwaiwaiwaiwai,287,2164,1,2164,2164,2164,1 +2164,3,10,2164_4_Waaiwaiwaiwaiwaiwai,477,2164,1,2164,2164,2164,1 +2165,1,5,2165_2_BrightestMelody,169,2165,1,2165,2165,2165,1 +2165,2,8,2165_3_BrightestMelody,307,2165,1,2165,2165,2165,1 +2165,3,10,2165_4_BrightestMelody,526,2165,1,2165,2165,2165,1 +2165,4,12,2165_5_BrightestMelody,845,2165,1,2165,2165,2165,1 +2166,1,4,2166_2_Pu,130,2166,1,2166,2166,2166,223061105 +2166,2,7,2166_3_Pu,264,2166,1,2166,2166,2166,223061105 +2166,3,9,2166_4_Pu,384,2166,1,2166,2166,2166,223061105 +2167,1,5,2167_2_Se,106,2167,1,2167,2167,2167,223071001 +2167,2,7,2167_3_Se,239,2167,1,2167,2167,2167,223071001 +2167,3,9,2167_4_Se,358,2167,1,2167,2167,2167,223071001 +2168,1,5,2168_2_Ts,115,2168,1,2168,2168,2168,223071001 +2168,2,7,2168_3_Ts,258,2168,1,2168,2168,2168,223071001 +2168,3,9,2168_4_Ts,390,2168,1,2168,2168,2168,223071001 +2169,1,2,2169_2_Um,82,2169,1,2169,2169,2169,223100303 +2169,2,5,2169_3_Um,209,2169,1,2169,2169,2169,223100303 +2169,3,9,2169_4_Um,295,2169,1,2169,2169,2169,223100303 +2170,1,2,2170_2_Ma,62,2170,1,2170,2170,2170,223100303 +2170,2,5,2170_3_Ma,161,2170,1,2170,2170,2170,223100303 +2170,3,9,2170_4_Ma,261,2170,1,2170,2170,2170,223100303 +2171,1,4,2171_2_Ma,154,2171,1,2171,2171,2171,223100303 +2171,2,7,2171_3_Ma,256,2171,1,2171,2171,2171,223100303 +2171,3,10,2171_4_Ma,446,2171,1,2171,2171,2171,223100303 +2172,1,5,2172_2_Fabotage,161,2172,1,2172,2172,2172,1 +2172,2,7,2172_3_Fabotage,266,2172,1,2172,2172,2172,1 +2172,3,9,2172_4_Fabotage,405,2172,1,2172,2172,2172,1 +2173,1,5,2173_2_SoramoKokoromoHarerukara9PersonVersion,140,2173,1,2173,2173,2173,1 +2173,2,7,2173_3_SoramoKokoromoHarerukara9PersonVersion,217,2173,1,2173,2173,2173,1 +2173,3,9,2173_4_SoramoKokoromoHarerukara9PersonVersion,380,2173,1,2173,2173,2173,1 +2174,1,6,2174_2_OmoiyoHitotsuninare9PersonVersion,187,2174,1,2174,2174,2174,1 +2174,2,8,2174_3_OmoiyoHitotsuninare9PersonVersion,313,2174,1,2174,2174,2174,1 +2174,3,10,2174_4_OmoiyoHitotsuninare9PersonVersion,532,2174,1,2174,2174,2174,1 +2175,1,4,2175_2_So,147,2175,1,2175,2175,2175,223100303 +2175,2,7,2175_3_So,271,2175,1,2175,2175,2175,223100303 +2175,3,10,2175_4_So,441,2175,1,2175,2175,2175,223100303 +2175,4,11,2175_5_So,707,2175,1,2175,2175,2175,224021410 +2176,4,15,2176_5_Ko,862,2176,1,2176,2176,2176,224012901 +2177,4,15,2177_5_St,747,2177,1,2177,2177,2177,224012901 +2178,4,15,2178_5_Ao,562,2178,1,2178,2178,2178,224012901 +2179,4,15,2179_5_Ji,686,2179,1,2179,2179,2179,224012901 +2180,4,15,2180_5_Ha,670,2180,1,2180,2180,2180,224012901 +2181,4,15,2181_5_Mi,597,2181,1,2181,2181,2181,224012901 +3001,1,4,3001_2_AionNoUta,69,3001,1,3001,3001,3001,1 +3001,2,7,3001_3_AionNoUta,147,3001,1,3001,3001,3001,1 +3001,3,9,3001_4_AionNoUta,230,3001,1,3001,3001,3001,1 +3002,1,5,3002_2_ZensokuDreamer,193,3002,1,3002,3002,3002,1 +3002,2,8,3002_3_ZensokuDreamer,335,3002,1,3002,3002,3002,1 +3002,3,10,3002_4_ZensokuDreamer,494,3002,1,3002,3002,3002,1 +3003,1,5,3003_2_JustBelieve,191,3003,1,3003,3003,3003,1 +3003,2,8,3003_3_JustBelieve,301,3003,1,3003,3003,3003,1 +3003,3,10,3003_4_JustBelieve,465,3003,1,3003,3003,3003,1 +3003,4,12,3003_5_JustBelieve,828,3003,1,3003,3003,3003,223111510 +3004,1,5,3004_2_FireBird,162,3004,1,3004,3004,3004,1 +3004,2,7,3004_3_FireBird,321,3004,1,3004,3004,3004,1 +3004,3,10,3004_4_FireBird,431,3004,1,3004,3004,3004,1 +3005,1,5,3005_2_MarchenStar,141,3005,1,3005,3005,3005,1 +3005,2,7,3005_3_MarchenStar,308,3005,1,3005,3005,3005,1 +3005,3,9,3005_4_MarchenStar,403,3005,1,3005,3005,3005,1 +3006,1,5,3006_2_Swinging,180,3006,1,3006,3006,3006,1 +3006,2,7,3006_3_Swinging,337,3006,1,3006,3006,3006,1 +3006,3,9,3006_4_Swinging,487,3006,1,3006,3006,3006,1 +3007,1,3,3007_2_NotSad,98,3007,1,3007,3007,3007,1 +3007,2,6,3007_3_NotSad,165,3007,1,3007,3007,3007,1 +3007,3,9,3007_4_NotSad,299,3007,1,3007,3007,3007,1 +3008,1,5,3008_2_AnalogHeart,150,3008,1,3008,3008,3008,1 +3008,2,7,3008_3_AnalogHeart,271,3008,1,3008,3008,3008,1 +3008,3,9,3008_4_AnalogHeart,373,3008,1,3008,3008,3008,1 +3009,1,5,3009_2_ImStill,153,3009,1,3009,3009,3009,1 +3009,2,7,3009_3_ImStill,248,3009,1,3009,3009,3009,1 +3009,3,9,3009_4_ImStill,369,3009,1,3009,3009,3009,1 +3010,1,6,3010_2_Queendom,164,3010,1,3010,3010,3010,1 +3010,2,7,3010_3_Queendom,232,3010,1,3010,3010,3010,1 +3010,3,9,3010_4_Queendom,329,3010,1,3010,3010,3010,1 +3011,1,5,3011_2_SayGoodByeNamida,131,3011,1,3011,3011,3011,1 +3011,2,6,3011_3_SayGoodByeNamida,217,3011,1,3011,3011,3011,1 +3011,3,8,3011_4_SayGoodByeNamida,293,3011,1,3011,3011,3011,1 +3012,1,5,3012_2_Margaret,162,3012,1,3012,3012,3012,1 +3012,2,7,3012_3_Margaret,225,3012,1,3012,3012,3012,1 +3012,3,9,3012_4_Margaret,325,3012,1,3012,3012,3012,1 +3013,1,6,3013_2_LikeItLoveIt,234,3013,1,3013,3013,3013,1 +3013,2,8,3013_3_LikeItLoveIt,421,3013,1,3013,3013,3013,1 +3013,3,10,3013_4_LikeItLoveIt,588,3013,1,3013,3013,3013,1 +3014,1,6,3014_2_FolkloreKankinoUta,224,3014,1,3014,3014,3014,1 +3014,2,8,3014_3_FolkloreKankinoUta,349,3014,1,3014,3014,3014,1 +3014,3,10,3014_4_FolkloreKankinoUta,509,3014,1,3014,3014,3014,1 +3015,1,5,3015_2_MutekikyuBeliever,165,3015,1,3015,3015,3015,1 +3015,2,7,3015_3_MutekikyuBeliever,326,3015,1,3015,3015,3015,1 +3015,3,10,3015_4_MutekikyuBeliever,400,3015,1,3015,3015,3015,1 +3016,1,5,3016_2_MonsterGirls,151,3016,1,3016,3016,3016,1 +3016,2,7,3016_3_MonsterGirls,304,3016,1,3016,3016,3016,1 +3016,3,10,3016_4_MonsterGirls,446,3016,1,3016,3016,3016,1 +3017,1,5,3017_2_Audrey,173,3017,1,3017,3017,3017,1 +3017,2,7,3017_3_Audrey,284,3017,1,3017,3017,3017,1 +3017,3,9,3017_4_Audrey,430,3017,1,3017,3017,3017,1 +3018,1,5,3018_2_SilentBlaze,152,3018,1,3018,3018,3018,1 +3018,2,8,3018_3_SilentBlaze,330,3018,1,3018,3018,3018,1 +3018,3,10,3018_4_SilentBlaze,417,3018,1,3018,3018,3018,1 +3019,1,5,3019_2_SweetEyes,195,3019,1,3019,3019,3019,1 +3019,2,8,3019_3_SweetEyes,333,3019,1,3019,3019,3019,1 +3019,3,9,3019_4_SweetEyes,487,3019,1,3019,3019,3019,1 +3020,1,5,3020_2_EiEisa,166,3020,1,3020,3020,3020,1 +3020,2,8,3020_3_EiEisa,307,3020,1,3020,3020,3020,1 +3020,3,10,3020_4_EiEisa,398,3020,1,3020,3020,3020,1 +3021,1,5,3021_2_YeMingzhu,152,3021,1,3021,3021,3021,1 +3021,2,7,3021_3_YeMingzhu,273,3021,1,3021,3021,3021,1 +3021,3,10,3021_4_YeMingzhu,400,3021,1,3021,3021,3021,1 +3022,1,5,3022_2_BreakTheSystem,156,3022,1,3022,3022,3022,1 +3022,2,8,3022_3_BreakTheSystem,307,3022,1,3022,3022,3022,1 +3022,3,10,3022_4_BreakTheSystem,503,3022,1,3022,3022,3022,1 +3023,1,6,3023_2_DiabolicMulier,147,3023,1,3023,3023,3023,1 +3023,2,8,3023_3_DiabolicMulier,245,3023,1,3023,3023,3023,1 +3023,3,10,3023_4_DiabolicMulier,410,3023,1,3023,3023,3023,1 +3024,1,5,3024_2_FirstLoveAgain,137,3024,1,3024,3024,3024,1 +3024,2,7,3024_3_FirstLoveAgain,201,3024,1,3024,3024,3024,1 +3024,3,9,3024_4_FirstLoveAgain,373,3024,1,3024,3024,3024,1 +3025,1,5,3025_2_ToyDoll,170,3025,1,3025,3025,3025,1 +3025,2,8,3025_3_ToyDoll,324,3025,1,3025,3025,3025,1 +3025,3,10,3025_4_ToyDoll,532,3025,1,3025,3025,3025,1 +3026,1,5,3026_2_Concentrate,175,3026,1,3026,3026,3026,1 +3026,2,8,3026_3_Concentrate,297,3026,1,3026,3026,3026,1 +3026,3,10,3026_4_Concentrate,480,3026,1,3026,3026,3026,1 +3027,1,5,3027_2_Yada,168,3027,1,3027,3027,3027,1 +3027,2,8,3027_3_Yada,318,3027,1,3027,3027,3027,1 +3027,3,10,3027_4_Yada,551,3027,1,3027,3027,3027,1 +3028,1,6,3028_2_TurnItUp,146,3028,1,3028,3028,3028,1 +3028,2,8,3028_3_TurnItUp,304,3028,1,3028,3028,3028,1 +3028,3,9,3028_4_TurnItUp,378,3028,1,3028,3028,3028,1 +3029,1,5,3029_2_ItsudatteForYou,142,3029,1,3029,3029,3029,1 +3029,2,7,3029_3_ItsudatteForYou,251,3029,1,3029,3029,3029,1 +3029,3,9,3029_4_ItsudatteForYou,371,3029,1,3029,3029,3029,1 +3030,1,6,3030_2_ToBeYourself,154,3030,1,3030,3030,3030,1 +3030,2,8,3030_3_ToBeYourself,260,3030,1,3030,3030,3030,1 +3030,3,10,3030_4_ToBeYourself,453,3030,1,3030,3030,3030,1 +3031,1,4,3031_2_TheSecretNight,124,3031,1,3031,3031,3031,1 +3031,2,6,3031_3_TheSecretNight,225,3031,1,3031,3031,3031,1 +3031,3,9,3031_4_TheSecretNight,298,3031,1,3031,3031,3031,1 +3032,1,4,3032_2_FlyIntoTheSky,130,3032,1,3032,3032,3032,1 +3032,2,6,3032_3_FlyIntoTheSky,181,3032,1,3032,3032,3032,1 +3032,3,8,3032_4_FlyIntoTheSky,264,3032,1,3032,3032,3032,1 +3034,1,4,3034_2_Wonderland,162,3034,1,3034,3034,3034,1 +3034,2,7,3034_3_Wonderland,311,3034,1,3034,3034,3034,1 +3034,3,9,3034_4_Wonderland,450,3034,1,3034,3034,3034,1 +3035,1,5,3035_2_AwakeningPromise,161,3035,1,3035,3035,3035,1 +3035,2,8,3035_3_AwakeningPromise,327,3035,1,3035,3035,3035,1 +3035,3,9,3035_4_AwakeningPromise,469,3035,1,3035,3035,3035,1 +3036,1,4,3036_2_BeautifulMoonlight,147,3036,1,3036,3036,3036,1 +3036,2,7,3036_3_BeautifulMoonlight,247,3036,1,3036,3036,3036,1 +3036,3,9,3036_4_BeautifulMoonlight,400,3036,1,3036,3036,3036,1 +3037,1,4,3037_2_Butterfly,139,3037,1,3037,3037,3037,1 +3037,2,7,3037_3_Butterfly,227,3037,1,3037,3037,3037,1 +3037,3,9,3037_4_Butterfly,342,3037,1,3037,3037,3037,1 +3038,1,5,3038_2_Chase,153,3038,1,3038,3038,3038,1 +3038,2,8,3038_3_Chase,256,3038,1,3038,3038,3038,1 +3038,3,10,3038_4_Chase,368,3038,1,3038,3038,3038,1 +3039,1,5,3039_2_CheerForYou,163,3039,1,3039,3039,3039,1 +3039,2,7,3039_3_CheerForYou,258,3039,1,3039,3039,3039,1 +3039,3,9,3039_4_CheerForYou,376,3039,1,3039,3039,3039,1 +3040,1,6,3040_2_Dive,189,3040,1,3040,3040,3040,1 +3040,2,8,3040_3_Dive,343,3040,1,3040,3040,3040,1 +3040,3,10,3040_4_Dive,535,3040,1,3040,3040,3040,1 +3041,1,5,3041_2_DreamLandDreamWorld,154,3041,1,3041,3041,3041,1 +3041,2,7,3041_3_DreamLandDreamWorld,277,3041,1,3041,3041,3041,1 +3041,3,9,3041_4_DreamLandDreamWorld,404,3041,1,3041,3041,3041,1 +3042,1,5,3042_2_DreamWithYou,162,3042,1,3042,3042,3042,1 +3042,2,7,3042_3_DreamWithYou,260,3042,1,3042,3042,3042,1 +3042,3,9,3042_4_DreamWithYou,417,3042,1,3042,3042,3042,1 +3043,1,5,3043_2_Evergreen,160,3043,1,3043,3043,3043,1 +3043,2,8,3043_3_Evergreen,232,3043,1,3043,3043,3043,1 +3043,3,9,3043_4_Evergreen,342,3043,1,3043,3043,3043,1 +3044,1,5,3044_2_LLLLoveTheLifeWeLive,170,3044,1,3044,3044,3044,1 +3044,2,7,3044_3_LLLLoveTheLifeWeLive,316,3044,1,3044,3044,3044,1 +3044,3,9,3044_4_LLLLoveTheLifeWeLive,417,3044,1,3044,3044,3044,1 +3044,4,11,3044_5_LLLLoveTheLifeWeLive,728,3044,1,3044,3044,3044,224022602 +3045,1,5,3045_2_LaBellaPatria,154,3045,1,3045,3045,3045,1 +3045,2,8,3045_3_LaBellaPatria,301,3045,1,3045,3045,3045,1 +3045,3,10,3045_4_LaBellaPatria,448,3045,1,3045,3045,3045,1 +3046,1,4,3046_2_LoveTriangle,143,3046,1,3046,3046,3046,1 +3046,2,6,3046_3_LoveTriangle,239,3046,1,3046,3046,3046,1 +3046,3,9,3046_4_LoveTriangle,377,3046,1,3046,3046,3046,1 +3047,1,4,3047_2_LoveUMyFriends,151,3047,1,3047,3047,3047,1 +3047,2,6,3047_3_LoveUMyFriends,295,3047,1,3047,3047,3047,1 +3047,3,9,3047_4_LoveUMyFriends,439,3047,1,3047,3047,3047,1 +3048,1,6,3048_2_MazeTown,193,3048,1,3048,3048,3048,1 +3048,2,8,3048_3_MazeTown,322,3048,1,3048,3048,3048,1 +3048,3,10,3048_4_MazeTown,493,3048,1,3048,3048,3048,1 +3049,1,5,3049_2_Melody,206,3049,1,3049,3049,3049,1 +3049,2,8,3049_3_Melody,325,3049,1,3049,3049,3049,1 +3049,3,10,3049_4_Melody,513,3049,1,3049,3049,3049,1 +3050,1,5,3050_2_MyOwnFairyTale,189,3050,1,3050,3050,3050,1 +3050,2,7,3050_3_MyOwnFairyTale,272,3050,1,3050,3050,3050,1 +3050,3,9,3050_4_MyOwnFairyTale,423,3050,1,3050,3050,3050,1 +3051,1,4,3051_2_NeoSkyNeoMap,126,3051,1,3051,3051,3051,1 +3051,2,6,3051_3_NeoSkyNeoMap,223,3051,1,3051,3051,3051,1 +3051,3,9,3051_4_NeoSkyNeoMap,336,3051,1,3051,3051,3051,1 +3052,1,5,3052_2_PoppinUp,165,3052,1,3052,3052,3052,1 +3052,2,8,3052_3_PoppinUp,293,3052,1,3052,3052,3052,1 +3052,3,9,3052_4_PoppinUp,380,3052,1,3052,3052,3052,1 +3053,1,4,3053_2_SingSmile,154,3053,1,3053,3053,3053,1 +3053,2,6,3053_3_SingSmile,255,3053,1,3053,3053,3053,1 +3053,3,9,3053_4_SingSmile,400,3053,1,3053,3053,3053,1 +3054,1,4,3054_2_SolitudeRain,146,3054,1,3054,3054,3054,1 +3054,2,7,3054_3_SolitudeRain,273,3054,1,3054,3054,3054,1 +3054,3,9,3054_4_SolitudeRain,391,3054,1,3054,3054,3054,1 +3055,1,5,3055_2_YumehenoIppo,169,3055,1,3055,3055,3055,1 +3055,2,8,3055_3_YumehenoIppo,291,3055,1,3055,3055,3055,1 +3055,3,10,3055_4_YumehenoIppo,455,3055,1,3055,3055,3055,1 +3056,1,5,3056_2_Diamond,165,3056,1,3056,3056,3056,1 +3056,2,7,3056_3_Diamond,271,3056,1,3056,3056,3056,1 +3056,3,9,3056_4_Diamond,407,3056,1,3056,3056,3056,1 +3057,1,5,3057_2_AnatanoRisounoHeroine,151,3057,1,3057,3057,3057,1 +3057,2,6,3057_3_AnatanoRisounoHeroine,222,3057,1,3057,3057,3057,1 +3057,3,9,3057_4_AnatanoRisounoHeroine,333,3057,1,3057,3057,3057,1 +3058,1,4,3058_2_Starlight,142,3058,1,3058,3058,3058,1 +3058,2,6,3058_3_Starlight,198,3058,1,3058,3058,3058,1 +3058,3,9,3058_4_Starlight,312,3058,1,3058,3058,3058,1 +3059,1,5,3059_2_MecchaGoing,169,3059,1,3059,3059,3059,1 +3059,2,7,3059_3_MecchaGoing,293,3059,1,3059,3059,3059,1 +3059,3,10,3059_4_MecchaGoing,426,3059,1,3059,3059,3059,1 +3060,1,4,3060_2_NemureruMoriniIkitaina,147,3060,1,3060,3060,3060,1 +3060,2,7,3060_3_NemureruMoriniIkitaina,201,3060,1,3060,3060,3060,1 +3060,3,9,3060_4_NemureruMoriniIkitaina,297,3060,1,3060,3060,3060,1 +3061,1,5,3061_2_DokipipoEmotion,156,3061,1,3061,3061,3061,1 +3061,2,8,3061_3_DokipipoEmotion,268,3061,1,3061,3061,3061,1 +3061,3,10,3061_4_DokipipoEmotion,410,3061,1,3061,3061,3061,1 +3062,1,5,3062_2_NijiiroPassions,156,3062,1,3062,3062,3062,1 +3062,2,8,3062_3_NijiiroPassions,320,3062,1,3062,3062,3062,1 +3062,3,10,3062_4_NijiiroPassions,457,3062,1,3062,3062,3062,1 +3062,4,99,3062_5_NijiiroPassions,999,3062,1,3062,3062,3062,997 +3063,1,4,3063_2_Wish,153,3063,1,3063,3063,3063,1 +3063,2,6,3063_3_Wish,247,3063,1,3063,3063,3063,1 +3063,3,9,3063_4_Wish,364,3063,1,3063,3063,3063,1 +3064,1,6,3064_2_AoiKanaria,191,3064,1,3064,3064,3064,1 +3064,2,8,3064_3_AoiKanaria,307,3064,1,3064,3064,3064,1 +3064,3,10,3064_4_AoiKanaria,427,3064,1,3064,3064,3064,1 +3065,1,5,3065_2_YumegaKokokaraHajimaruyo,180,3065,1,3065,3065,3065,1 +3065,2,8,3065_3_YumegaKokokaraHajimaruyo,304,3065,1,3065,3065,3065,1 +3065,3,9,3065_4_YumegaKokokaraHajimaruyo,434,3065,1,3065,3065,3065,1 +3066,1,5,3066_2_VividWorld,151,3066,1,3066,3066,3066,1 +3066,2,7,3066_3_VividWorld,245,3066,1,3066,3066,3066,1 +3066,3,9,3066_4_VividWorld,387,3066,1,3066,3066,3066,1 +3067,1,5,3067_2_SaikoHeart,153,3067,1,3067,3067,3067,1 +3067,2,6,3067_3_SaikoHeart,235,3067,1,3067,3067,3067,1 +3067,3,10,3067_4_SaikoHeart,392,3067,1,3067,3067,3067,1 +3068,1,5,3068_2_TsunagaruConnect,180,3068,1,3068,3068,3068,1 +3068,2,7,3068_3_TsunagaruConnect,297,3068,1,3068,3068,3068,1 +3068,3,9,3068_4_TsunagaruConnect,410,3068,1,3068,3068,3068,1 +3069,1,5,3069_2_YagateHitotsunoMonogatari,146,3069,1,3069,3069,3069,1 +3069,2,7,3069_3_YagateHitotsunoMonogatari,261,3069,1,3069,3069,3069,1 +3069,3,9,3069_4_YagateHitotsunoMonogatari,375,3069,1,3069,3069,3069,1 +3070,1,6,3070_2_TanoshiinoTensai,180,3070,1,3070,3070,3070,1 +3070,2,8,3070_3_TanoshiinoTensai,327,3070,1,3070,3070,3070,1 +3070,3,10,3070_4_TanoshiinoTensai,530,3070,1,3070,3070,3070,1 +3071,1,5,3071_2_KetsuinoHikari,151,3071,1,3071,3071,3071,1 +3071,2,7,3071_3_KetsuinoHikari,264,3071,1,3071,3071,3071,1 +3071,3,10,3071_4_KetsuinoHikari,408,3071,1,3071,3071,3071,1 +3072,1,5,3072_2_MiraiHarmony,179,3072,1,3072,3072,3072,1 +3072,2,7,3072_3_MiraiHarmony,288,3072,1,3072,3072,3072,1 +3072,3,9,3072_4_MiraiHarmony,402,3072,1,3072,3072,3072,1 +3073,1,4,3073_2_SuperNova,138,3073,1,3073,3073,3073,1 +3073,2,7,3073_3_SuperNova,204,3073,1,3073,3073,3073,1 +3073,3,9,3073_4_SuperNova,319,3073,1,3073,3073,3073,1 +3074,1,5,3074_2_KaikaSengen,154,3074,1,3074,3074,3074,1 +3074,2,7,3074_3_KaikaSengen,273,3074,1,3074,3074,3074,1 +3074,3,9,3074_4_KaikaSengen,443,3074,1,3074,3074,3074,1 +3075,1,5,3075_2_YuAndAi,173,3075,1,3075,3075,3075,1 +3075,2,7,3075_3_YuAndAi,295,3075,1,3075,3075,3075,1 +3075,3,9,3075_4_YuAndAi,438,3075,1,3075,3075,3075,1 +3076,1,5,3076_2_KoeTsunagouyo,176,3076,1,3076,3076,3076,1 +3076,2,7,3076_3_KoeTsunagouyo,253,3076,1,3076,3076,3076,1 +3076,3,9,3076_4_KoeTsunagouyo,380,3076,1,3076,3076,3076,1 +3077,1,5,3077_2_TeleTelepathy,155,3077,1,3077,3077,3077,1 +3077,2,8,3077_3_TeleTelepathy,319,3077,1,3077,3077,3077,1 +3077,3,9,3077_4_TeleTelepathy,470,3077,1,3077,3077,3077,1 +3078,1,5,3078_2_TokimekiRunners,168,3078,1,3078,3078,3078,1 +3078,2,8,3078_3_TokimekiRunners,320,3078,1,3078,3078,3078,1 +3078,3,10,3078_4_TokimekiRunners,420,3078,1,3078,3078,3078,1 +3078,4,11,3078_5_TokimekiRunners,688,3078,1,3078,3078,3078,223111003 +3079,1,5,3079_2_MiracleStayTune,162,3079,1,3079,3079,3079,1 +3079,2,8,3079_3_MiracleStayTune,271,3079,1,3079,3079,3079,1 +3079,3,9,3079_4_MiracleStayTune,459,3079,1,3079,3079,3079,1 +3080,1,5,3080_2_ColorfulDreamsColorfulSmiles,156,3080,1,3080,3080,3080,1 +3080,2,8,3080_3_ColorfulDreamsColorfulSmiles,305,3080,1,3080,3080,3080,1 +3080,3,10,3080_4_ColorfulDreamsColorfulSmiles,440,3080,1,3080,3080,3080,1 +3080,4,12,3080_5_ColorfulDreamsColorfulSmiles,960,3080,1,3080,3080,3080,224022802 +3081,1,4,3081_2_Twilight,129,3081,1,3081,3081,3081,1 +3081,2,7,3081_3_Twilight,322,3081,1,3081,3081,3081,1 +3081,3,10,3081_4_Twilight,487,3081,1,3081,3081,3081,1 +3082,1,5,3082_2_YumegaBokuranoTaiyousa,151,3082,1,3082,3082,3082,1 +3082,2,7,3082_3_YumegaBokuranoTaiyousa,260,3082,1,3082,3082,3082,1 +3082,3,9,3082_4_YumegaBokuranoTaiyousa,380,3082,1,3082,3082,3082,1 +3083,1,5,3083_2_RyoranVictoryRoadA,159,3083,1,3083,3083,3083,1 +3083,2,7,3083_3_RyoranVictoryRoadA,321,3083,1,3083,3083,3083,1 +3083,3,9,3083_4_RyoranVictoryRoadA,546,3083,1,3083,3083,3083,1 +3084,1,4,3084_2_Eutopia,144,3084,1,3084,3084,3084,1 +3084,2,6,3084_3_Eutopia,221,3084,1,3084,3084,3084,1 +3084,3,10,3084_4_Eutopia,431,3084,1,3084,3084,3084,1 +3085,1,2,3085_2_EnjoyIt,97,3085,1,3085,3085,3085,1 +3085,2,6,3085_3_EnjoyIt,248,3085,1,3085,3085,3085,1 +3085,3,9,3085_4_EnjoyIt,429,3085,1,3085,3085,3085,1 +3086,1,5,3086_2_4Seasons,165,3086,1,3086,3086,3086,1 +3086,2,7,3086_3_4Seasons,227,3086,1,3086,3086,3086,1 +3086,3,10,3086_4_4Seasons,410,3086,1,3086,3086,3086,1 +3087,1,6,3087_2_EternalLight,220,3087,1,3087,3087,3087,1 +3087,2,8,3087_3_EternalLight,320,3087,1,3087,3087,3087,1 +3087,3,10,3087_4_EternalLight,485,3087,1,3087,3087,3087,1 +3088,1,6,3088_2_KoisuruMagic,257,3088,1,3088,3088,3088,1 +3088,2,8,3088_3_KoisuruMagic,390,3088,1,3088,3088,3088,1 +3088,3,11,3088_4_KoisuruMagic,660,3088,1,3088,3088,3088,1 +3089,1,6,3089_2_InfinityOurWings,242,3089,1,3089,3089,3089,1 +3089,2,8,3089_3_InfinityOurWings,393,3089,1,3089,3089,3089,1 +3089,3,10,3089_4_InfinityOurWings,596,3089,1,3089,3089,3089,1 +3090,1,4,3090_2_PokerFaceOnegaiFairy,130,3090,1,3090,3090,3090,1 +3090,2,7,3090_3_PokerFaceOnegaiFairy,308,3090,1,3090,3090,3090,1 +3090,3,9,3090_4_PokerFaceOnegaiFairy,405,3090,1,3090,3090,3090,1 +3091,1,4,3091_2_Emotion,131,3091,1,3091,3091,3091,1 +3091,2,7,3091_3_Emotion,250,3091,1,3091,3091,3091,1 +3091,3,10,3091_4_Emotion,401,3091,1,3091,3091,3091,1 +3092,1,4,3092_2_StarsWeChase,136,3092,1,3092,3092,3092,1 +3092,2,7,3092_3_StarsWeChase,235,3092,1,3092,3092,3092,1 +3092,3,9,3092_4_StarsWeChase,300,3092,1,3092,3092,3092,1 +3094,1,5,3094_2_LevelOopsAdventures,154,3094,1,3094,3094,3094,1 +3094,2,8,3094_3_LevelOopsAdventures,342,3094,1,3094,3094,3094,1 +3094,3,10,3094_4_LevelOopsAdventures,424,3094,1,3094,3094,3094,1 +3095,1,5,3095_2_Fashionista,149,3095,1,3095,3095,3095,1 +3095,2,7,3095_3_Fashionista,317,3095,1,3095,3095,3095,1 +3095,3,9,3095_4_Fashionista,457,3095,1,3095,3095,3095,1 +3096,1,4,3096_2_FuwaFuwaHour,131,3096,1,3096,3096,3096,1 +3096,2,7,3096_3_FuwaFuwaHour,279,3096,1,3096,3096,3096,1 +3096,3,10,3096_4_FuwaFuwaHour,407,3096,1,3096,3096,3096,1 +3097,1,5,3097_2_RomancenoNakade,146,3097,1,3097,3097,3097,1 +3097,2,7,3097_3_RomancenoNakade,186,3097,1,3097,3097,3097,1 +3097,3,9,3097_4_RomancenoNakade,273,3097,1,3097,3097,3097,1 +3098,1,5,3098_2_LookAtMeNow,120,3098,1,3098,3098,3098,1 +3098,2,7,3098_3_LookAtMeNow,249,3098,1,3098,3098,3098,1 +3098,3,9,3098_4_LookAtMeNow,470,3098,1,3098,3098,3098,1 +3099,1,5,3099_2_EienNoIsshun,144,3099,1,3099,3099,3099,1 +3099,2,7,3099_3_EienNoIsshun,188,3099,1,3099,3099,3099,1 +3099,3,9,3099_4_EienNoIsshun,266,3099,1,3099,3099,3099,1 +3100,1,5,3100_2_HurrayHurray,190,3100,1,3100,3100,3100,1 +3100,2,8,3100_3_HurrayHurray,318,3100,1,3100,3100,3100,1 +3100,3,9,3100_4_HurrayHurray,446,3100,1,3100,3100,3100,1 +3101,1,5,3101_2_PowerSpot,139,3101,1,3101,3101,3101,1 +3101,2,7,3101_3_PowerSpot,226,3101,1,3101,3101,3101,1 +3101,3,9,3101_4_PowerSpot,336,3101,1,3101,3101,3101,1 +3102,1,4,3102_2_Saika,119,3102,1,3102,3102,3102,1 +3102,2,7,3102_3_Saika,189,3102,1,3102,3102,3102,1 +3102,3,9,3102_4_Saika,287,3102,1,3102,3102,3102,1 +3103,1,5,3103_2_Kakushiaji,108,3103,1,3103,3103,3103,1 +3103,2,7,3103_3_Kakushiaji,177,3103,1,3103,3103,3103,1 +3103,3,9,3103_4_Kakushiaji,272,3103,1,3103,3103,3103,1 +3104,1,5,3104_2_HappyNyanDays,152,3104,1,3104,3104,3104,1 +3104,2,7,3104_3_HappyNyanDays,322,3104,1,3104,3104,3104,1 +3104,3,9,3104_4_HappyNyanDays,412,3104,1,3104,3104,3104,1 +3105,1,5,3105_2_MakeUpSessionABC,152,3105,1,3105,3105,3105,1 +3105,2,7,3105_3_MakeUpSessionABC,250,3105,1,3105,3105,3105,1 +3105,3,10,3105_4_MakeUpSessionABC,350,3105,1,3105,3105,3105,1 +3106,1,4,3106_2_TwinkleTown,135,3106,1,3106,3106,3106,1 +3106,2,7,3106_3_TwinkleTown,296,3106,1,3106,3106,3106,1 +3106,3,10,3106_4_TwinkleTown,435,3106,1,3106,3106,3106,1 +3107,1,5,3107_2_RyoranVictoryRoadB,162,3107,1,3107,3107,3107,1 +3107,2,7,3107_3_RyoranVictoryRoadB,316,3107,1,3107,3107,3107,1 +3107,3,9,3107_4_RyoranVictoryRoadB,548,3107,1,3107,3107,3107,1 +3108,1,5,3108_2_LiveWithASmileNijigasakiVer,198,3108,1,3108,3108,3108,1 +3108,2,7,3108_3_LiveWithASmileNijigasakiVer,333,3108,1,3108,3108,3108,1 +3108,3,9,3108_4_LiveWithASmileNijigasakiVer,499,3108,1,3108,3108,3108,1 +3109,1,4,3109_2_Blue,132,3109,1,3109,3109,3109,1 +3109,2,7,3109_3_Blue,277,3109,1,3109,3109,3109,1 +3109,3,9,3109_4_Blue,369,3109,1,3109,3109,3109,1 +3110,1,6,3110_2_DancingInTheLight,232,3110,1,3110,3110,3110,1 +3110,2,8,3110_3_DancingInTheLight,354,3110,1,3110,3110,3110,1 +3110,3,10,3110_4_DancingInTheLight,610,3110,1,3110,3110,3110,1 +3111,1,5,3111_2_ShadowEffect,133,3111,1,3111,3111,3111,1 +3111,2,7,3111_3_ShadowEffect,249,3111,1,3111,3111,3111,1 +3111,3,10,3111_4_ShadowEffect,357,3111,1,3111,3111,3111,1 +3112,1,4,3112_2_KissTheSun,132,3112,1,3112,3112,3112,1 +3112,2,7,3112_3_KissTheSun,248,3112,1,3112,3112,3112,1 +3112,3,9,3112_4_KissTheSun,369,3112,1,3112,3112,3112,1 +3113,1,4,3113_2_VroomVroom,133,3113,1,3113,3113,3113,1 +3113,2,7,3113_3_VroomVroom,250,3113,1,3113,3113,3113,1 +3113,3,10,3113_4_VroomVroom,377,3113,1,3113,3113,3113,1 +3114,1,6,3114_2_BubbleOver,228,3114,1,3114,3114,3114,1 +3114,2,8,3114_3_BubbleOver,299,3114,1,3114,3114,3114,1 +3114,3,10,3114_4_BubbleOver,521,3114,1,3114,3114,3114,1 +3115,1,5,3115_2_TokimekiRunnersSonyukaVer,175,3115,1,3115,3115,3115,1 +3115,2,8,3115_3_TokimekiRunnersSonyukaVer,336,3115,1,3115,3115,3115,1 +3115,3,10,3115_4_TokimekiRunnersSonyukaVer,446,3115,1,3115,3115,3115,1 +3116,1,5,3116_2_MiracleStayTune2,156,3116,1,3116,3116,3116,1 +3116,2,7,3116_3_MiracleStayTune2,267,3116,1,3116,3116,3116,1 +3116,3,9,3116_4_MiracleStayTune2,431,3116,1,3116,3116,3116,1 +3117,1,5,3117_2_TokimekiRunners12PersonVersion,168,3117,1,3117,3117,3117,1 +3117,2,8,3117_3_TokimekiRunners12PersonVersion,320,3117,1,3117,3117,3117,1 +3117,3,10,3117_4_TokimekiRunners12PersonVersion,420,3117,1,3117,3117,3117,1 +3118,1,4,3118_2_LoveUMyFriends12PersonVersion,151,3118,1,3118,3118,3118,1 +3118,2,6,3118_3_LoveUMyFriends12PersonVersion,295,3118,1,3118,3118,3118,1 +3118,3,9,3118_4_LoveUMyFriends12PersonVersion,439,3118,1,3118,3118,3118,1 +3119,1,5,3119_2_JustBelieve12PersonVersion,191,3119,1,3119,3119,3119,1 +3119,2,8,3119_3_JustBelieve12PersonVersion,301,3119,1,3119,3119,3119,1 +3119,3,10,3119_4_JustBelieve12PersonVersion,465,3119,1,3119,3119,3119,1 +3121,1,5,3121_2_Pastel,201,3121,1,3121,3121,3121,1 +3121,2,7,3121_3_Pastel,325,3121,1,3121,3121,3121,1 +3121,3,9,3121_4_Pastel,475,3121,1,3121,3121,3121,1 +3122,1,5,3122_2_Michinosaki,181,3122,1,3122,3122,3122,1 +3122,2,7,3122_3_Michinosaki,266,3122,1,3122,3122,3122,1 +3122,3,10,3122_4_Michinosaki,417,3122,1,3122,3122,3122,1 +3123,1,5,3123_2_WachuGonaDo,132,3123,1,3123,3123,3123,1 +3123,2,8,3123_3_WachuGonaDo,234,3123,1,3123,3123,3123,1 +3123,3,10,3123_4_WachuGonaDo,427,3123,1,3123,3123,3123,1 +3124,1,5,3124_2_Ourp13ces,202,3124,1,3124,3124,3124,1 +3124,2,7,3124_3_Ourp13ces,300,3124,1,3124,3124,3124,1 +3124,3,9,3124_4_Ourp13ces,488,3124,1,3124,3124,3124,1 +3125,1,5,3125_2_FutureParade,180,3125,1,3125,3125,3125,1 +3125,2,7,3125_3_FutureParade,309,3125,1,3125,3125,3125,1 +3125,3,9,3125_4_FutureParade,435,3125,1,3125,3125,3125,1 +3126,1,5,3126_2_HurrayHurray12PersonVersion,190,3126,1,3126,3126,3126,1 +3126,2,8,3126_3_HurrayHurray12PersonVersion,318,3126,1,3126,3126,3126,1 +3126,3,9,3126_4_HurrayHurray12PersonVersion,446,3126,1,3126,3126,3126,1 +3127,1,5,3127_2_WachuGonaDo1Nensei,132,3127,1,3127,3127,3127,1 +3127,2,8,3127_3_WachuGonaDo1Nensei,234,3127,1,3127,3127,3127,1 +3127,3,10,3127_4_WachuGonaDo1Nensei,427,3127,1,3127,3127,3127,1 +3128,1,5,3128_2_WachuGonaDo2Nensei,132,3128,1,3128,3128,3128,1 +3128,2,8,3128_3_WachuGonaDo2Nensei,234,3128,1,3128,3128,3128,1 +3128,3,10,3128_4_WachuGonaDo2Nensei,427,3128,1,3128,3128,3128,1 +3129,1,5,3129_2_WachuGonaDo3Nensei,132,3129,1,3129,3129,3129,1 +3129,2,8,3129_3_WachuGonaDo3Nensei,234,3129,1,3129,3129,3129,1 +3129,3,10,3129_4_WachuGonaDo3Nensei,427,3129,1,3129,3129,3129,1 +3134,1,5,3134_2_GoOurWay,144,3134,1,3134,3134,3134,223063007 +3134,2,7,3134_3_GoOurWay,256,3134,1,3134,3134,3134,223063007 +3134,3,9,3134_4_GoOurWay,450,3134,1,3134,3134,3134,223063007 +3135,1,5,3135_2_Ka,202,3135,1,3135,3135,3135,223060801 +3135,2,8,3135_3_Ka,343,3135,1,3135,3135,3135,223060801 +3135,3,10,3135_4_Ka,553,3135,1,3135,3135,3135,223060801 +3136,1,4,3136_2_Su,163,3136,1,3136,3136,3136,223060801 +3136,2,7,3136_3_Su,252,3136,1,3136,3136,3136,223060801 +3136,3,9,3136_4_Su,385,3136,1,3136,3136,3136,223060801 +3137,1,5,3137_2_Fe,123,3137,1,3137,3137,3137,223063007 +3137,2,7,3137_3_Fe,238,3137,1,3137,3137,3137,223063007 +3137,3,10,3137_4_Fe,309,3137,1,3137,3137,3137,223063007 +3138,1,4,3138_2_Si,104,3138,1,3138,3138,3138,223071001 +3138,2,6,3138_3_Si,233,3138,1,3138,3138,3138,223071001 +3138,3,9,3138_4_Si,345,3138,1,3138,3138,3138,223071001 +3139,1,6,3139_2_Wa,154,3139,1,3139,3139,3139,223071001 +3139,2,8,3139_3_Wa,297,3139,1,3139,3139,3139,223071001 +3139,3,10,3139_4_Wa,370,3139,1,3139,3139,3139,223071001 +3140,1,5,3140_2_Wa,163,3140,1,3140,3140,3140,223083101 +3140,2,8,3140_3_Wa,379,3140,1,3140,3140,3140,223083101 +3140,3,10,3140_4_Wa,545,3140,1,3140,3140,3140,223083101 +3141,1,3,3141_2_Se,116,3141,1,3141,3141,3141,223090602 +3141,2,7,3141_3_Se,290,3141,1,3141,3141,3141,223090602 +3141,3,9,3141_4_Se,352,3141,1,3141,3141,3141,223090602 +3142,1,5,3142_2_Co,184,3142,1,3142,3142,3142,223090602 +3142,2,7,3142_3_Co,302,3142,1,3142,3142,3142,223090602 +3142,3,10,3142_4_Co,449,3142,1,3142,3142,3142,223090602 +3143,1,3,3143_2_Wa,127,3143,1,3143,3143,3143,223090602 +3143,2,6,3143_3_Wa,215,3143,1,3143,3143,3143,223090602 +3143,3,9,3143_4_Wa,351,3143,1,3143,3143,3143,223090602 +3144,1,3,3144_2_Ko,126,3144,1,3144,3144,3144,223090602 +3144,2,7,3144_3_Ko,216,3144,1,3144,3144,3144,223090602 +3144,3,9,3144_4_Ko,374,3144,1,3144,3144,3144,223090602 +3145,1,3,3145_2_My,97,3145,1,3145,3145,3145,223090602 +3145,2,5,3145_3_My,162,3145,1,3145,3145,3145,223090602 +3145,3,9,3145_4_My,373,3145,1,3145,3145,3145,223090602 +3146,1,5,3146_2_Re,151,3146,1,3146,3146,3146,223090602 +3146,2,7,3146_3_Re,261,3146,1,3146,3146,3146,223090602 +3146,3,10,3146_4_Re,440,3146,1,3146,3146,3146,223090602 +3147,1,5,3147_2_Ch,146,3147,1,3147,3147,3147,223090602 +3147,2,7,3147_3_Ch,280,3147,1,3147,3147,3147,223090602 +3147,3,10,3147_4_Ch,466,3147,1,3147,3147,3147,223090602 +3148,1,4,3148_2_Ko,126,3148,1,3148,3148,3148,223090602 +3148,2,6,3148_3_Ko,226,3148,1,3148,3148,3148,223090602 +3148,3,9,3148_4_Ko,405,3148,1,3148,3148,3148,223090602 +3149,1,3,3149_2_Wa,86,3149,1,3149,3149,3149,223090602 +3149,2,5,3149_3_Wa,155,3149,1,3149,3149,3149,223090602 +3149,3,9,3149_4_Wa,272,3149,1,3149,3149,3149,223090602 +3150,1,4,3150_2_Ko,137,3150,1,3150,3150,3150,223090602 +3150,2,7,3150_3_Ko,214,3150,1,3150,3150,3150,223090602 +3150,3,9,3150_4_Ko,385,3150,1,3150,3150,3150,223090602 +3151,1,5,3151_2_Le,160,3151,1,3151,3151,3151,223090602 +3151,2,7,3151_3_Le,286,3151,1,3151,3151,3151,223090602 +3151,3,10,3151_4_Le,465,3151,1,3151,3151,3151,223090602 +3152,1,3,3152_2_Go,108,3152,1,3152,3152,3152,223090602 +3152,2,7,3152_3_Go,210,3152,1,3152,3152,3152,223090602 +3152,3,9,3152_4_Go,358,3152,1,3152,3152,3152,223090602 +3153,1,4,3153_2_Fl,200,3153,1,3153,3153,3153,223100402 +3153,2,7,3153_3_Fl,304,3153,1,3153,3153,3153,223100402 +3153,3,10,3153_4_Fl,505,3153,1,3153,3153,3153,223100402 +3153,4,12,3153_5_Fl,820,3153,1,3153,3153,3153,223100402 +3154,1,5,3154_2_Ne,162,3154,1,3154,3154,3154,224010111 +3154,2,7,3154_3_Ne,270,3154,1,3154,3154,3154,224010111 +3154,3,10,3154_4_Ne,468,3154,1,3154,3154,3154,224010111 +3154,4,11,3154_5_Ne,566,3154,1,3154,3154,3154,224010111 +3155,1,3,3155_2_Ne,119,3155,1,3155,3155,3155,224010111 +3155,2,6,3155_3_Ne,231,3155,1,3155,3155,3155,224010111 +3155,3,9,3155_4_Ne,392,3155,1,3155,3155,3155,224010111 +3155,4,11,3155_5_Ne,652,3155,1,3155,3155,3155,224010111 +4001,1,4,4001_2_StartTrueDreams,158,4001,1,4001,4001,4001,1 +4001,2,7,4001_3_StartTrueDreams,261,4001,1,4001,4001,4001,1 +4001,3,10,4001_4_StartTrueDreams,387,4001,1,4001,4001,4001,1 +4001,4,12,4001_5_StartTrueDreams,751,4001,1,4001,4001,4001,224021202 +4002,1,4,4002_2_MiraiYohoHallelujah,140,4002,1,4002,4002,4002,1 +4002,2,8,4002_3_MiraiYohoHallelujah,267,4002,1,4002,4002,4002,1 +4002,3,10,4002_4_MiraiYohoHallelujah,413,4002,1,4002,4002,4002,1 +4002,4,12,4002_5_MiraiYohoHallelujah,568,4002,1,4002,4002,4002,1 +4003,1,4,4003_2_Nonfiction,138,4003,1,4003,4003,4003,1 +4003,2,6,4003_3_Nonfiction,209,4003,1,4003,4003,4003,1 +4003,3,9,4003_4_Nonfiction,370,4003,1,4003,4003,4003,1 +4003,4,12,4003_5_Nonfiction,643,4003,1,4003,4003,4003,1 +4004,1,5,4004_2_GoingUp,169,4004,1,4004,4004,4004,1 +4004,2,8,4004_3_GoingUp,314,4004,1,4004,4004,4004,1 +4004,3,10,4004_4_GoingUp,445,4004,1,4004,4004,4004,1 +4005,1,4,4005_2_DakaraBokurahaNarasunda,148,4005,1,4005,4005,4005,1 +4005,2,8,4005_3_DakaraBokurahaNarasunda,290,4005,1,4005,4005,4005,1 +4005,3,9,4005_4_DakaraBokurahaNarasunda,424,4005,1,4005,4005,4005,1 +4005,4,12,4005_5_DakaraBokurahaNarasunda,709,4005,1,4005,4005,4005,1 +4006,1,4,4006_2_StarlightPrologue,133,4006,1,4006,4006,4006,1 +4006,2,6,4006_3_StarlightPrologue,228,4006,1,4006,4006,4006,1 +4006,3,9,4006_4_StarlightPrologue,330,4006,1,4006,4006,4006,1 +4006,4,12,4006_5_StarlightPrologue,546,4006,1,4006,4006,4006,1 +4007,1,4,4007_2_Departure,58,4007,1,4007,4007,4007,1 +4007,2,6,4007_3_Departure,98,4007,1,4007,4007,4007,1 +4007,3,9,4007_4_Departure,127,4007,1,4007,4007,4007,1 +4008,1,5,4008_2_DreamRainbow,217,4008,1,4008,4008,4008,1 +4008,2,8,4008_3_DreamRainbow,357,4008,1,4008,4008,4008,1 +4008,3,9,4008_4_DreamRainbow,531,4008,1,4008,4008,4008,1 +4009,1,4,4009_2_FlyersHigh,143,4009,1,4009,4009,4009,1 +4009,2,6,4009_3_FlyersHigh,254,4009,1,4009,4009,4009,1 +4009,3,9,4009_4_FlyersHigh,374,4009,1,4009,4009,4009,1 +4010,1,4,4010_2_HotPassion,149,4010,1,4010,4010,4010,1 +4010,2,7,4010_3_HotPassion,255,4010,1,4010,4010,4010,1 +4010,3,9,4010_4_HotPassion,369,4010,1,4010,4010,4010,1 +4011,1,4,4011_2_Primary,82,4011,1,4011,4011,4011,1 +4011,2,7,4011_3_Primary,148,4011,1,4011,4011,4011,1 +4011,3,9,4011_4_Primary,240,4011,1,4011,4011,4011,1 +4012,1,6,4012_2_TillSunrise,213,4012,1,4012,4012,4012,1 +4012,2,8,4012_3_TillSunrise,344,4012,1,4012,4012,4012,1 +4012,3,10,4012_4_TillSunrise,585,4012,1,4012,4012,4012,1 +4013,1,4,4013_2_WhatAWonderfulDream,134,4013,1,4013,4013,4013,1 +4013,2,7,4013_3_WhatAWonderfulDream,270,4013,1,4013,4013,4013,1 +4013,3,10,4013_4_WhatAWonderfulDream,397,4013,1,4013,4013,4013,1 +4014,1,4,4014_2_ByebyeSichaeba,145,4014,1,4014,4014,4014,1 +4014,2,7,4014_3_ByebyeSichaeba,254,4014,1,4014,4014,4014,1 +4014,3,9,4014_4_ByebyeSichaeba,394,4014,1,4014,4014,4014,1 +4015,1,5,4015_2_MizuiroNoSunday,150,4015,1,4015,4015,4015,1 +4015,2,7,4015_3_MizuiroNoSunday,284,4015,1,4015,4015,4015,1 +4015,3,9,4015_4_MizuiroNoSunday,400,4015,1,4015,4015,4015,1 +4016,1,4,4016_2_Unison,137,4016,1,4016,4016,4016,1 +4016,2,6,4016_3_Unison,223,4016,1,4016,4016,4016,1 +4016,3,9,4016_4_Unison,349,4016,1,4016,4016,4016,1 +4017,1,5,4017_2_Day1,167,4017,1,4017,4017,4017,1 +4017,2,7,4017_3_Day1,266,4017,1,4017,4017,4017,1 +4017,3,9,4017_4_Day1,378,4017,1,4017,4017,4017,1 +4018,1,5,4018_2_123,182,4018,1,4018,4018,4018,1 +4018,2,7,4018_3_123,297,4018,1,4018,4018,4018,1 +4018,3,9,4018_4_123,413,4018,1,4018,4018,4018,1 +4019,1,4,4019_2_Anniversary,63,4019,1,4019,4019,4019,1 +4019,2,6,4019_3_Anniversary,103,4019,1,4019,4019,4019,1 +4019,3,9,4019_4_Anniversary,135,4019,1,4019,4019,4019,1 +4020,1,5,4020_2_DancingHeartLaPaPaPa,187,4020,1,4020,4020,4020,1 +4020,2,8,4020_3_DancingHeartLaPaPaPa,307,4020,1,4020,4020,4020,1 +4020,3,10,4020_4_DancingHeartLaPaPaPa,477,4020,1,4020,4020,4020,1 +4020,4,12,4020_5_DancingHeartLaPaPaPa,704,4020,1,4020,4020,4020,1 +4021,1,4,4021_2_Dears,89,4021,1,4021,4021,4021,1 +4021,2,7,4021_3_Dears,125,4021,1,4021,4021,4021,1 +4021,3,9,4021_4_Dears,182,4021,1,4021,4021,4021,1 +4022,1,6,4022_2_DreamingEnergy,209,4022,1,4022,4022,4022,1 +4022,2,7,4022_3_DreamingEnergy,316,4022,1,4022,4022,4022,1 +4022,3,10,4022_4_DreamingEnergy,491,4022,1,4022,4022,4022,1 +4022,4,12,4022_5_DreamingEnergy,643,4022,1,4022,4022,4022,1 +4023,1,5,4023_2_HappyToDoWa,201,4023,1,4023,4023,4023,1 +4023,2,8,4023_3_HappyToDoWa,336,4023,1,4023,4023,4023,1 +4023,3,10,4023_4_HappyToDoWa,511,4023,1,4023,4023,4023,1 +4024,1,5,4024_2_LiveWithASmileLiellaVer,198,4024,1,4024,4024,4024,1 +4024,2,7,4024_3_LiveWithASmileLiellaVer,333,4024,1,4024,4024,4024,1 +4024,3,9,4024_4_LiveWithASmileLiellaVer,499,4024,1,4024,4024,4024,1 +4024,4,11,4024_5_LiveWithASmileLiellaVer,688,4024,1,4024,4024,4024,1 +4025,1,4,4025_2_Memories,73,4025,1,4025,4025,4025,1 +4025,2,6,4025_3_Memories,132,4025,1,4025,4025,4025,1 +4025,3,9,4025_4_Memories,161,4025,1,4025,4025,4025,1 +4026,1,4,4026_2_Message,73,4026,1,4026,4026,4026,1 +4026,2,6,4026_3_Message,137,4026,1,4026,4026,4026,1 +4026,3,9,4026_4_Message,203,4026,1,4026,4026,4026,1 +4027,1,4,4027_2_OhReadySteadyPositive,145,4027,1,4027,4027,4027,1 +4027,2,7,4027_3_OhReadySteadyPositive,253,4027,1,4027,4027,4027,1 +4027,3,9,4027_4_OhReadySteadyPositive,317,4027,1,4027,4027,4027,1 +4028,1,4,4028_2_Ringing,131,4028,1,4028,4028,4028,1 +4028,2,7,4028_3_Ringing,202,4028,1,4028,4028,4028,1 +4028,3,9,4028_4_Ringing,295,4028,1,4028,4028,4028,1 +4030,1,5,4030_2_Stella,187,4030,1,4030,4030,4030,1 +4030,2,8,4030_3_Stella,316,4030,1,4030,4030,4030,1 +4030,3,10,4030_4_Stella,552,4030,1,4030,4030,4030,1 +4031,1,5,4031_2_TinyStars,167,4031,1,4031,4031,4031,1 +4031,2,7,4031_3_TinyStars,278,4031,1,4031,4031,4031,1 +4031,3,9,4031_4_TinyStars,414,4031,1,4031,4031,4031,1 +4031,4,11,4031_5_TinyStars,690,4031,1,4031,4031,4031,1 +4032,1,4,4032_2_WishSong,152,4032,1,4032,4032,4032,1 +4032,2,7,4032_3_WishSong,280,4032,1,4032,4032,4032,1 +4032,3,9,4032_4_WishSong,425,4032,1,4032,4032,4032,1 +4032,4,11,4032_5_WishSong,726,4032,1,4032,4032,4032,1 +4033,1,4,4033_2_CrescendoYuRa,135,4033,1,4033,4033,4033,1 +4033,2,7,4033_3_CrescendoYuRa,305,4033,1,4033,4033,4033,1 +4033,3,9,4033_4_CrescendoYuRa,370,4033,1,4033,4033,4033,1 +4034,1,4,4034_2_KonomachideImaKimito,175,4034,1,4034,4034,4034,1 +4034,2,7,4034_3_KonomachideImaKimito,298,4034,1,4034,4034,4034,1 +4034,3,9,4034_4_KonomachideImaKimito,393,4034,1,4034,4034,4034,1 +4034,4,11,4034_5_KonomachideImaKimito,606,4034,1,4034,4034,4034,1 +4035,1,5,4035_2_HeroinesRunway,140,4035,1,4035,4035,4035,1 +4035,2,8,4035_3_HeroinesRunway,284,4035,1,4035,4035,4035,1 +4035,3,10,4035_4_HeroinesRunway,379,4035,1,4035,4035,4035,1 +4036,1,4,4036_2_Mitero,130,4036,1,4036,4036,4036,1 +4036,2,7,4036_3_Mitero,268,4036,1,4036,4036,4036,1 +4036,3,9,4036_4_Mitero,367,4036,1,4036,4036,4036,1 +4037,1,4,4037_2_HajimarihaKiminoSora,150,4037,1,4037,4037,4037,1 +4037,2,7,4037_3_HajimarihaKiminoSora,305,4037,1,4037,4037,4037,1 +4037,3,9,4037_4_HajimarihaKiminoSora,455,4037,1,4037,4037,4037,1 +4037,4,12,4037_5_HajimarihaKiminoSora,843,4037,1,4037,4037,4037,1 +4038,1,5,4038_2_WatashinoSymphony,182,4038,1,4038,4038,4038,1 +4038,2,8,4038_3_WatashinoSymphony,335,4038,1,4038,4038,4038,1 +4038,3,9,4038_4_WatashinoSymphony,476,4038,1,4038,4038,4038,1 +4039,1,4,4039_2_MatatakinoSakihe,162,4039,1,4039,4039,4039,1 +4039,2,6,4039_3_MatatakinoSakihe,219,4039,1,4039,4039,4039,1 +4039,3,9,4039_4_MatatakinoSakihe,338,4039,1,4039,4039,4039,1 +4040,1,5,4040_2_TokonatsuSunshine,151,4040,1,4040,4040,4040,1 +4040,2,7,4040_3_TokonatsuSunshine,241,4040,1,4040,4040,4040,1 +4040,3,10,4040_4_TokonatsuSunshine,370,4040,1,4040,4040,4040,1 +4040,4,12,4040_5_TokonatsuSunshine,545,4040,1,4040,4040,4040,1 +4041,1,5,4041_2_KokoroKirarara,162,4041,1,4041,4041,4041,1 +4041,2,7,4041_3_KokoroKirarara,259,4041,1,4041,4041,4041,1 +4041,3,10,4041_4_KokoroKirarara,447,4041,1,4041,4041,4041,1 +4042,1,4,4042_2_AozorawoMatteru,98,4042,1,4042,4042,4042,1 +4042,2,7,4042_3_AozorawoMatteru,160,4042,1,4042,4042,4042,1 +4042,3,9,4042_4_AozorawoMatteru,232,4042,1,4042,4042,4042,1 +4043,1,6,4043_2_SagashiteFuture,218,4043,1,4043,4043,4043,1 +4043,2,8,4043_3_SagashiteFuture,331,4043,1,4043,4043,4043,1 +4043,3,10,4043_4_SagashiteFuture,531,4043,1,4043,4043,4043,1 +4044,1,5,4044_2_BinetsunoWaltz,208,4044,1,4044,4044,4044,1 +4044,2,7,4044_3_BinetsunoWaltz,369,4044,1,4044,4044,4044,1 +4044,3,9,4044_4_BinetsunoWaltz,562,4044,1,4044,4044,4044,1 +4045,1,4,4045_2_KawaranaiSubete,131,4045,1,4045,4045,4045,1 +4045,2,7,4045_3_KawaranaiSubete,241,4045,1,4045,4045,4045,1 +4045,3,9,4045_4_KawaranaiSubete,301,4045,1,4045,4045,4045,1 +4046,1,5,4046_2_MiraiWaKazeNoYouNi,163,4046,1,4046,4046,4046,1 +4046,2,6,4046_3_MiraiWaKazeNoYouNi,250,4046,1,4046,4046,4046,1 +4046,3,9,4046_4_MiraiWaKazeNoYouNi,361,4046,1,4046,4046,4046,1 +4046,4,11,4046_5_MiraiWaKazeNoYouNi,510,4046,1,4046,4046,4046,1 +4047,1,5,4047_2_YuukinoKakera,96,4047,1,4047,4047,4047,1 +4047,2,7,4047_3_YuukinoKakera,187,4047,1,4047,4047,4047,1 +4047,3,9,4047_4_YuukinoKakera,286,4047,1,4047,4047,4047,1 +4048,1,5,4048_2_WeWill,161,4048,1,4048,4048,4048,1 +4048,2,7,4048_3_WeWill,297,4048,1,4048,4048,4048,1 +4048,3,10,4048_4_WeWill,445,4048,1,4048,4048,4048,1 +4048,4,12,4048_5_WeWill,723,4048,1,4048,4048,4048,1 +4049,1,5,4049_2_StarSengen,118,4049,1,4049,4049,4049,1 +4049,2,7,4049_3_StarSengen,195,4049,1,4049,4049,4049,1 +4049,3,9,4049_4_StarSengen,319,4049,1,4049,4049,4049,1 +4050,1,5,4050_2_OikakeruYumenoSakide,163,4050,1,4050,4050,4050,1 +4050,2,7,4050_3_OikakeruYumenoSakide,257,4050,1,4050,4050,4050,1 +4050,3,9,4050_4_OikakeruYumenoSakide,384,4050,1,4050,4050,4050,1 +4050,4,11,4050_5_OikakeruYumenoSakide,532,4050,1,4050,4050,4050,1 +4051,1,5,4051_2_MizushibukinoSign,130,4051,1,4051,4051,4051,1 +4051,2,7,4051_3_MizushibukinoSign,250,4051,1,4051,4051,4051,1 +4051,3,10,4051_4_MizushibukinoSign,394,4051,1,4051,4051,4051,1 +4052,1,5,4052_2_WelcomeToBokuranoSekai,170,4052,1,4052,4052,4052,1 +4052,2,7,4052_3_WelcomeToBokuranoSekai,289,4052,1,4052,4052,4052,1 +4052,3,10,4052_4_WelcomeToBokuranoSekai,450,4052,1,4052,4052,4052,1 +4052,4,12,4052_5_WelcomeToBokuranoSekai,594,4052,1,4052,4052,4052,1 +4053,1,5,4053_2_GoRestart,167,4053,1,4053,4053,4053,1 +4053,2,7,4053_3_GoRestart,291,4053,1,4053,4053,4053,1 +4053,3,10,4053_4_GoRestart,412,4053,1,4053,4053,4053,1 +4053,4,11,4053_5_GoRestart,580,4053,1,4053,4053,4053,1 +4054,1,5,4054_2_VitaminSummer,157,4054,1,4054,4054,4054,1 +4054,2,8,4054_3_VitaminSummer,311,4054,1,4054,4054,4054,1 +4054,3,9,4054_4_VitaminSummer,466,4054,1,4054,4054,4054,1 +4054,4,12,4054_5_VitaminSummer,815,4054,1,4054,4054,4054,1 +4055,1,5,4055_2_ChanceDayChanceWay,164,4055,1,4055,4055,4055,1 +4055,2,8,4055_3_ChanceDayChanceWay,303,4055,1,4055,4055,4055,1 +4055,3,9,4055_4_ChanceDayChanceWay,455,4055,1,4055,4055,4055,1 +4055,4,12,4055_5_ChanceDayChanceWay,767,4055,1,4055,4055,4055,1 +4056,1,5,4056_2_SingShineSmile,176,4056,1,4056,4056,4056,1 +4056,2,7,4056_3_SingShineSmile,285,4056,1,4056,4056,4056,1 +4056,3,9,4056_4_SingShineSmile,476,4056,1,4056,4056,4056,1 +4056,4,11,4056_5_SingShineSmile,646,4056,1,4056,4056,4056,1 +4057,1,5,4057_2_MirainoOtogaKikoeru,153,4057,1,4057,4057,4057,1 +4057,2,7,4057_3_MirainoOtogaKikoeru,262,4057,1,4057,4057,4057,1 +4057,3,9,4057_4_MirainoOtogaKikoeru,381,4057,1,4057,4057,4057,1 +4057,4,12,4057_5_MirainoOtogaKikoeru,759,4057,1,4057,4057,4057,1 +4059,1,5,4059_2_Ki,148,4059,1,4059,4059,4059,223063007 +4059,2,7,4059_3_Ki,257,4059,1,4059,4059,4059,223063007 +4059,3,9,4059_4_Ki,374,4059,1,4059,4059,4059,223063007 +4060,1,5,4060_2_ButterflyWing,73,4060,1,4060,4060,4060,1 +4060,2,7,4060_3_ButterflyWing,125,4060,1,4060,4060,4060,1 +4060,3,9,4060_4_ButterflyWing,211,4060,1,4060,4060,4060,1 +4061,1,5,4061_2_Edelstein,113,4061,1,4061,4061,4061,1 +4061,2,7,4061_3_Edelstein,153,4061,1,4061,4061,4061,1 +4061,3,9,4061_4_Edelstein,250,4061,1,4061,4061,4061,1 +4064,1,5,4064_2_Reverb,103,4064,1,4064,4064,4064,1 +4064,2,7,4064_3_Reverb,159,4064,1,4064,4064,4064,1 +4064,3,9,4064_4_Reverb,264,4064,1,4064,4064,4064,1 +4065,1,5,4065_2_ShootingVoice,191,4065,1,4065,4065,4065,1 +4065,2,8,4065_3_ShootingVoice,387,4065,1,4065,4065,4065,1 +4065,3,10,4065_4_ShootingVoice,536,4065,1,4065,4065,4065,1 +4065,4,12,4065_5_ShootingVoice,711,4065,1,4065,4065,4065,1 +4066,1,6,4066_2_DreamerCoaster,101,4066,1,4066,4066,4066,1 +4066,2,8,4066_3_DreamerCoaster,214,4066,1,4066,4066,4066,1 +4066,3,10,4066_4_DreamerCoaster,417,4066,1,4066,4066,4066,1 +4067,1,4,4067_2_DreamerCoaster,80,4067,1,4067,4067,4067,1 +4067,2,8,4067_3_DreamerCoaster,231,4067,1,4067,4067,4067,1 +4067,3,10,4067_4_DreamerCoaster,409,4067,1,4067,4067,4067,1 +4068,1,5,4068_2_IroduiteToumei,145,4068,1,4068,4068,4068,1 +4068,2,7,4068_3_IroduiteToumei,287,4068,1,4068,4068,4068,1 +4068,3,10,4068_4_IroduiteToumei,389,4068,1,4068,4068,4068,1 +4069,1,4,4069_2_Yuraguwa,129,4069,1,4069,4069,4069,1 +4069,2,7,4069_3_Yuraguwa,261,4069,1,4069,4069,4069,1 +4069,3,10,4069_4_Yuraguwa,369,4069,1,4069,4069,4069,1 +4071,1,5,4071_2_MiracleNewStory,175,4071,1,4071,4071,4071,1 +4071,2,9,4071_3_MiracleNewStory,387,4071,1,4071,4071,4071,1 +4071,3,10,4071_4_MiracleNewStory,564,4071,1,4071,4071,4071,1 +4071,4,11,4071_5_MiracleNewStory,741,4071,1,4071,4071,4071,223121206 +4073,1,4,4073_2_EndlessCircuit,123,4073,1,4073,4073,4073,1 +4073,2,6,4073_3_EndlessCircuit,189,4073,1,4073,4073,4073,1 +4073,3,9,4073_4_EndlessCircuit,331,4073,1,4073,4073,4073,1 +4074,1,4,4074_2_EndlessCircuit,109,4074,1,4074,4074,4074,1 +4074,2,7,4074_3_EndlessCircuit,224,4074,1,4074,4074,4074,1 +4074,3,9,4074_4_EndlessCircuit,311,4074,1,4074,4074,4074,1 +4075,1,3,4075_2_MeikyuSanka,97,4075,1,4075,4075,4075,1 +4075,2,6,4075_3_MeikyuSanka,221,4075,1,4075,4075,4075,1 +4075,3,10,4075_4_MeikyuSanka,309,4075,1,4075,4075,4075,1 +4076,1,5,4076_2_MeikyuSanka,121,4076,1,4076,4076,4076,1 +4076,2,7,4076_3_MeikyuSanka,204,4076,1,4076,4076,4076,1 +4076,3,9,4076_4_MeikyuSanka,279,4076,1,4076,4076,4076,1 +4077,1,5,4077_2_PrimeAdventure,122,4077,1,4077,4077,4077,1 +4077,2,7,4077_3_PrimeAdventure,179,4077,1,4077,4077,4077,1 +4077,3,10,4077_4_PrimeAdventure,315,4077,1,4077,4077,4077,1 +4078,1,5,4078_2_ParadeHaItsumo,89,4078,1,4078,4078,4078,1 +4078,2,8,4078_3_ParadeHaItsumo,155,4078,1,4078,4078,4078,1 +4078,3,10,4078_4_ParadeHaItsumo,336,4078,1,4078,4078,4078,1 +4079,1,4,4079_2_ParadeHaItsumo,83,4079,1,4079,4079,4079,1 +4079,2,7,4079_3_ParadeHaItsumo,177,4079,1,4079,4079,4079,1 +4079,3,10,4079_4_ParadeHaItsumo,260,4079,1,4079,4079,4079,1 +4080,1,5,4080_2_KakeruMerryGoRound,143,4080,1,4080,4080,4080,1 +4080,2,7,4080_3_KakeruMerryGoRound,216,4080,1,4080,4080,4080,1 +4080,3,10,4080_4_KakeruMerryGoRound,321,4080,1,4080,4080,4080,1 +4081,1,4,4081_2_KakeruMerryGoRound,106,4081,1,4081,4081,4081,1 +4081,2,6,4081_3_KakeruMerryGoRound,168,4081,1,4081,4081,4081,1 +4081,3,9,4081_4_KakeruMerryGoRound,221,4081,1,4081,4081,4081,1 +4082,1,4,4082_2_TimeToGo,65,4082,1,4082,4082,4082,1 +4082,2,6,4082_3_TimeToGo,138,4082,1,4082,4082,4082,1 +4082,3,9,4082_4_TimeToGo,154,4082,1,4082,4082,4082,1 +4083,1,4,4083_2_TuTuTu,120,4083,1,4083,4083,4083,1 +4083,2,7,4083_3_TuTuTu,263,4083,1,4083,4083,4083,1 +4083,3,9,4083_4_TuTuTu,304,4083,1,4083,4083,4083,1 +4084,1,5,4084_2_AnniversaryB,69,4084,1,4084,4084,4084,1 +4084,2,7,4084_3_AnniversaryB,130,4084,1,4084,4084,4084,1 +4084,3,10,4084_4_AnniversaryB,157,4084,1,4084,4084,4084,1 +4085,1,5,4085_2_DearsB,95,4085,1,4085,4085,4085,1 +4085,2,7,4085_3_DearsB,129,4085,1,4085,4085,4085,1 +4085,3,10,4085_4_DearsB,200,4085,1,4085,4085,4085,1 +4086,1,5,4086_2_MemoriesB,80,4086,1,4086,4086,4086,1 +4086,2,7,4086_3_MemoriesB,169,4086,1,4086,4086,4086,1 +4086,3,10,4086_4_MemoriesB,214,4086,1,4086,4086,4086,1 +4087,1,5,4087_2_MessageB,82,4087,1,4087,4087,4087,1 +4087,2,8,4087_3_MessageB,165,4087,1,4087,4087,4087,1 +4087,3,10,4087_4_MessageB,212,4087,1,4087,4087,4087,1 +4088,1,4,4088_2_RingingB,135,4088,1,4088,4088,4088,1 +4088,2,7,4088_3_RingingB,206,4088,1,4088,4088,4088,1 +4088,3,10,4088_4_RingingB,305,4088,1,4088,4088,4088,1 +4089,1,5,4089_2_UtopiaMagic,129,4089,1,4089,4089,4089,1 +4089,2,7,4089_3_UtopiaMagic,219,4089,1,4089,4089,4089,1 +4089,3,9,4089_4_UtopiaMagic,345,4089,1,4089,4089,4089,1 +4090,1,5,4090_2_PopTalking,127,4090,1,4090,4090,4090,1 +4090,2,7,4090_3_PopTalking,196,4090,1,4090,4090,4090,1 +4090,3,10,4090_4_PopTalking,313,4090,1,4090,4090,4090,1 +4091,1,6,4091_2_ToBeContinued,145,4091,1,4091,4091,4091,1 +4091,2,8,4091_3_ToBeContinued,248,4091,1,4091,4091,4091,1 +4091,3,10,4091_4_ToBeContinued,436,4091,1,4091,4091,4091,1 +4092,1,4,4092_2_NamaeYobiauyouni,138,4092,1,4092,4092,4092,1 +4092,2,7,4092_3_NamaeYobiauyouni,213,4092,1,4092,4092,4092,1 +4092,3,10,4092_4_NamaeYobiauyouni,367,4092,1,4092,4092,4092,1 +4094,1,5,4094_2_HoshizoraMonologue,109,4094,1,4094,4094,4094,223071001 +4094,2,7,4094_3_HoshizoraMonologue,189,4094,1,4094,4094,4094,223071001 +4094,3,9,4094_4_HoshizoraMonologue,303,4094,1,4094,4094,4094,223071001 +4095,1,6,4095_2_BloomingDanceDance,145,4095,1,4095,4095,4095,223071001 +4095,2,8,4095_3_BloomingDanceDance,220,4095,1,4095,4095,4095,223071001 +4095,3,10,4095_4_BloomingDanceDance,366,4095,1,4095,4095,4095,223071001 +4096,1,5,4096_2_Includingyou,114,4096,1,4096,4096,4096,223071001 +4096,2,7,4096_3_Includingyou,205,4096,1,4096,4096,4096,223071001 +4096,3,9,4096_4_Includingyou,300,4096,1,4096,4096,4096,223071001 +4097,1,5,4097_2_Fr,87,4097,1,4097,4097,4097,223071001 +4097,2,7,4097_3_Fr,153,4097,1,4097,4097,4097,223071001 +4097,3,9,4097_4_Fr,224,4097,1,4097,4097,4097,223071001 +4098,1,5,4098_2_Ho,134,4098,1,4098,4098,4098,223071001 +4098,2,7,4098_3_Ho,288,4098,1,4098,4098,4098,223071001 +4098,3,10,4098_4_Ho,395,4098,1,4098,4098,4098,223071001 +4099,1,4,4099_2_Ki,91,4099,1,4099,4099,4099,223071001 +4099,2,7,4099_3_Ki,200,4099,1,4099,4099,4099,223071001 +4099,3,10,4099_4_Ki,290,4099,1,4099,4099,4099,223071001 +4100,1,5,4100_2_St,91,4100,1,4100,4100,4100,223081402 +4100,2,7,4100_3_St,228,4100,1,4100,4100,4100,223081402 +4100,3,9,4100_4_St,294,4100,1,4100,4100,4100,223081402 +4101,1,6,4101_2_Mi,136,4101,1,4101,4101,4101,223081402 +4101,2,8,4101_3_Mi,246,4101,1,4101,4101,4101,223081402 +4101,3,10,4101_4_Mi,375,4101,1,4101,4101,4101,223081402 +4102,1,5,4102_2_Be,129,4102,1,4102,4102,4102,223081402 +4102,2,7,4102_3_Be,233,4102,1,4102,4102,4102,223081402 +4102,3,9,4102_4_Be,378,4102,1,4102,4102,4102,223081402 +4103,1,6,4103_2_Ak,142,4103,1,4103,4103,4103,223081402 +4103,2,8,4103_3_Ak,241,4103,1,4103,4103,4103,223081402 +4103,3,10,4103_4_Ak,396,4103,1,4103,4103,4103,223081402 +4104,1,5,4104_2_Gl,98,4104,1,4104,4104,4104,223081402 +4104,2,7,4104_3_Gl,208,4104,1,4104,4104,4104,223081402 +4104,3,9,4104_4_Gl,263,4104,1,4104,4104,4104,223081402 +4105,1,5,4105_2_Ey,136,4105,1,4105,4105,4105,223081402 +4105,2,7,4105_3_Ey,255,4105,1,4105,4105,4105,223081402 +4105,3,10,4105_4_Ey,385,4105,1,4105,4105,4105,223081402 +4106,1,4,4106_2_Se,129,4106,1,4106,4106,4106,223061105 +4106,2,6,4106_3_Se,201,4106,1,4106,4106,4106,223061105 +4106,3,9,4106_4_Se,342,4106,1,4106,4106,4106,223061105 +4107,1,5,4107_2_Wa,161,4107,1,4107,4107,4107,223061105 +4107,2,7,4107_3_Wa,282,4107,1,4107,4107,4107,223061105 +4107,3,10,4107_4_Wa,503,4107,1,4107,4107,4107,223061105 +4108,1,6,4108_2_Un,178,4108,1,4108,4108,4108,223101301 +4108,2,8,4108_3_Un,295,4108,1,4108,4108,4108,223101301 +4108,3,10,4108_4_Un,466,4108,1,4108,4108,4108,223101301 +4110,1,4,4110_2_Ju,130,4110,1,4110,4110,4110,223091002 +4110,2,7,4110_3_Ju,278,4110,1,4110,4110,4110,223091002 +4110,3,9,4110_4_Ju,430,4110,1,4110,4110,4110,223091002 +4111,1,5,4111_2_Al,131,4111,1,4111,4111,4111,223101301 +4111,2,7,4111_3_Al,209,4111,1,4111,4111,4111,223101301 +4111,3,9,4111_4_Al,384,4111,1,4111,4111,4111,223101301 +4112,1,5,4112_2_Ka,143,4112,1,4112,4112,4112,223110801 +4112,2,7,4112_3_Ka,207,4112,1,4112,4112,4112,223110801 +4112,3,9,4112_4_Ka,391,4112,1,4112,4112,4112,223110801 +4113,1,3,4113_2_Ve,104,4113,1,4113,4113,4113,223101301 +4113,2,7,4113_3_Ve,193,4113,1,4113,4113,4113,223101301 +4113,3,9,4113_4_Ve,314,4113,1,4113,4113,4113,223101301 +4114,1,3,4114_2_Fu,99,4114,1,4114,4114,4114,223110801 +4114,2,6,4114_3_Fu,186,4114,1,4114,4114,4114,223110801 +4114,3,9,4114_4_Fu,316,4114,1,4114,4114,4114,223110801 +4115,1,4,4115_2_Da,104,4115,1,4115,4115,4115,223101301 +4115,2,7,4115_3_Da,163,4115,1,4115,4115,4115,223101301 +4115,3,9,4115_4_Da,270,4115,1,4115,4115,4115,223101301 +4116,1,5,4116_2_Al,130,4116,1,4116,4116,4116,223110801 +4116,2,7,4116_3_Al,200,4116,1,4116,4116,4116,223110801 +4116,3,9,4116_4_Al,335,4116,1,4116,4116,4116,223110801 +4117,1,5,4117_2_Sh,186,4117,1,4117,4117,4117,224012006 +4117,2,7,4117_3_Sh,270,4117,1,4117,4117,4117,224012006 +4117,3,9,4117_4_Sh,388,4117,1,4117,4117,4117,224012006 +4117,4,11,4117_5_Sh,634,4117,1,4117,4117,4117,224012006 +4118,1,4,4118_2_Fa,137,4118,1,4118,4118,4118,224012006 +4118,2,6,4118_3_Fa,224,4118,1,4118,4118,4118,224012006 +4118,3,9,4118_4_Fa,412,4118,1,4118,4118,4118,224012006 +4119,1,5,4119_2_Wa,161,4119,1,4119,4119,4119,224021202 +4119,2,8,4119_3_Wa,345,4119,1,4119,4119,4119,224021202 +4119,3,10,4119_4_Wa,533,4119,1,4119,4119,4119,224021202 +4119,4,11,4119_5_Wa,734,4119,1,4119,4119,4119,224021202 +5001,1,5,5001_2_DreamBelievers,198,5001,1,5001,5001,5001,1 +5001,2,7,5001_3_DreamBelievers,365,5001,1,5001,5001,5001,1 +5001,3,9,5001_4_DreamBelievers,513,5001,1,5001,5001,5001,1 +5002,1,6,5002_2_Awoke,196,5002,1,5002,5002,5002,1 +5002,2,8,5002_3_Awoke,338,5002,1,5002,5002,5002,1 +5002,3,10,5002_4_Awoke,569,5002,1,5002,5002,5002,1 +5003,1,5,5003_2_SuisaiSekai,133,5003,1,5003,5003,5003,1 +5003,2,7,5003_3_SuisaiSekai,229,5003,1,5003,5003,5003,1 +5003,3,9,5003_4_SuisaiSekai,379,5003,1,5003,5003,5003,1 +5004,1,6,5004_2_ReflectionInTheMirror,202,5004,1,5004,5004,5004,223053107 +5004,2,8,5004_3_ReflectionInTheMirror,304,5004,1,5004,5004,5004,223053107 +5004,3,10,5004_4_ReflectionInTheMirror,456,5004,1,5004,5004,5004,223053107 +5005,1,5,5005_2_FortuneMovie,200,5005,1,5005,5005,5005,223053107 +5005,2,7,5005_3_FortuneMovie,304,5005,1,5005,5005,5005,223053107 +5005,3,9,5005_4_FortuneMovie,374,5005,1,5005,5005,5005,223053107 +5006,1,5,5006_2_MixShake,200,5006,1,5006,5006,5006,223053107 +5006,2,8,5006_3_MixShake,322,5006,1,5006,5006,5006,223053107 +5006,3,10,5006_4_MixShake,566,5006,1,5006,5006,5006,223053107 +5007,1,5,5007_2_SparklySpot,143,5007,1,5007,5007,5007,223053107 +5007,2,7,5007_3_SparklySpot,261,5007,1,5007,5007,5007,223053107 +5007,3,9,5007_4_SparklySpot,405,5007,1,5007,5007,5007,223053107 +5008,1,5,5008_2_Tsukimakase,149,5008,1,5008,5008,5008,223053107 +5008,2,7,5008_3_Tsukimakase,249,5008,1,5008,5008,5008,223053107 +5008,3,9,5008_4_Tsukimakase,411,5008,1,5008,5008,5008,223053107 +5009,1,5,5009_2_KiboutekiPrism,159,5009,1,5009,5009,5009,223053107 +5009,2,7,5009_3_KiboutekiPrism,251,5009,1,5009,5009,5009,223053107 +5009,3,9,5009_4_KiboutekiPrism,389,5009,1,5009,5009,5009,223053107 +5010,1,5,5010_2_OukaRanman,160,5010,1,5010,5010,5010,223061507 +5010,2,7,5010_3_OukaRanman,253,5010,1,5010,5010,5010,223061507 +5010,3,10,5010_4_OukaRanman,445,5010,1,5010,5010,5010,223061507 +5011,1,5,5011_2_HolidayHoliday,137,5011,1,5011,5011,5011,223061507 +5011,2,7,5011_3_HolidayHoliday,323,5011,1,5011,5011,5011,223061507 +5011,3,10,5011_4_HolidayHoliday,424,5011,1,5011,5011,5011,223061507 +5012,1,5,5012_2_Scapegoat,152,5012,1,5012,5012,5012,223061507 +5012,2,7,5012_3_Scapegoat,248,5012,1,5012,5012,5012,223061507 +5012,3,10,5012_4_Scapegoat,424,5012,1,5012,5012,5012,223061507 +5013,1,5,5013_2_TragicDrops,187,5013,1,5013,5013,5013,223061507 +5013,2,7,5013_3_TragicDrops,242,5013,1,5013,5013,5013,223061507 +5013,3,9,5013_4_TragicDrops,303,5013,1,5013,5013,5013,223061507 +5014,1,6,5014_2_DoDoDo,159,5014,1,5014,5014,5014,1 +5014,2,8,5014_3_DoDoDo,282,5014,1,5014,5014,5014,1 +5014,3,10,5014_4_DoDoDo,426,5014,1,5014,5014,5014,1 +5015,1,5,5015_2_OnYourMark,150,5015,1,5015,5015,5015,1 +5015,2,7,5015_3_OnYourMark,245,5015,1,5015,5015,5015,1 +5015,3,9,5015_4_OnYourMark,369,5015,1,5015,5015,5015,1 +5015,4,12,5015_5_OnYourMark,798,5015,1,5015,5015,5015,224022102 +5016,1,5,5016_2_Deepness,181,5016,1,5016,5016,5016,223081102 +5016,2,8,5016_3_Deepness,342,5016,1,5016,5016,5016,223081102 +5016,3,10,5016_4_Deepness,490,5016,1,5016,5016,5016,223081102 +5017,1,5,5017_2_EieinnoEuphoria,147,5017,1,5017,5017,5017,1 +5017,2,7,5017_3_EieinnoEuphoria,276,5017,1,5017,5017,5017,1 +5017,3,9,5017_4_EieinnoEuphoria,510,5017,1,5017,5017,5017,1 +5018,1,5,5018_2_Ge,165,5018,1,5018,5018,5018,223111507 +5018,2,7,5018_3_Ge,242,5018,1,5018,5018,5018,223111507 +5018,3,9,5018_4_Ge,429,5018,1,5018,5018,5018,223111507 +5019,1,6,5019_2_Mi,206,5019,1,5019,5019,5019,223111507 +5019,2,8,5019_3_Mi,338,5019,1,5019,5019,5019,223111507 +5019,3,10,5019_4_Mi,560,5019,1,5019,5019,5019,223111507 +5020,1,6,5020_2_Ha,183,5020,1,5020,5020,5020,223111507 +5020,2,8,5020_3_Ha,283,5020,1,5020,5020,5020,223111507 +5020,3,10,5020_4_Ha,451,5020,1,5020,5020,5020,223111507 +5021,1,3,5021_2_Na,129,5021,1,5021,5021,5021,223111507 +5021,2,5,5021_3_Na,207,5021,1,5021,5021,5021,223111507 +5021,3,9,5021_4_Na,318,5021,1,5021,5021,5021,223111507 +5022,1,4,5022_2_Ka,134,5022,1,5022,5022,5022,223120504 +5022,2,7,5022_3_Ka,262,5022,1,5022,5022,5022,223120504 +5022,3,10,5022_4_Ka,468,5022,1,5022,5022,5022,223120504 +5023,1,3,5023_2_Ji,123,5023,1,5023,5023,5023,223120504 +5023,2,7,5023_3_Ji,213,5023,1,5023,5023,5023,223120504 +5023,3,9,5023_4_Ji,340,5023,1,5023,5023,5023,223120504 +5024,1,5,5024_2_Yu,204,5024,1,5024,5024,5024,224011107 +5024,2,7,5024_3_Yu,338,5024,1,5024,5024,5024,224011107 +5024,3,9,5024_4_Yu,562,5024,1,5024,5024,5024,224011107 +5025,1,5,5025_2_Ko,164,5025,1,5025,5025,5025,223120108 +5025,2,8,5025_3_Ko,322,5025,1,5025,5025,5025,223120108 +5025,3,10,5025_4_Ko,542,5025,1,5025,5025,5025,223120108 +5026,1,3,5026_2_Za,121,5026,1,5026,5026,5026,223120108 +5026,2,6,5026_3_Za,189,5026,1,5026,5026,5026,223120108 +5026,3,9,5026_4_Za,314,5026,1,5026,5026,5026,223120108 +5027,1,5,5027_2_Se,164,5027,1,5027,5027,5027,224011107 +5027,2,7,5027_3_Se,301,5027,1,5027,5027,5027,224011107 +5027,3,10,5027_4_Se,512,5027,1,5027,5027,5027,224011107 +5028,1,2,5028_2_De,88,5028,1,5028,5028,5028,224011107 +5028,2,6,5028_3_De,196,5028,1,5028,5028,5028,224011107 +5028,3,9,5028_4_De,284,5028,1,5028,5028,5028,224011107 +5029,1,4,5029_2_Pa,152,5029,1,5029,5029,5029,223120108 +5029,2,7,5029_3_Pa,262,5029,1,5029,5029,5029,223120108 +5029,3,9,5029_4_Pa,408,5029,1,5029,5029,5029,223120108 +5030,1,5,5030_2_As,161,5030,1,5030,5030,5030,224011107 +5030,2,7,5030_3_As,364,5030,1,5030,5030,5030,224011107 +5030,3,9,5030_4_As,456,5030,1,5030,5030,5030,224011107 +5031,1,4,5031_2_Le,180,5031,1,5031,5031,5031,223120108 +5031,2,7,5031_3_Le,349,5031,1,5031,5031,5031,223120108 +5031,3,9,5031_4_Le,531,5031,1,5031,5031,5031,223120108 +6001,1,4,6001_2_Ge,106,6001,1,6001,6001,6001,223060801 +6001,2,6,6001_3_Ge,200,6001,1,6001,6001,6001,223060801 +6001,3,9,6001_4_Ge,343,6001,1,6001,6001,6001,223060801 +6002,1,6,6002_2_Ki,123,6002,1,6002,6002,6002,223070301 +6002,2,8,6002_3_Ki,232,6002,1,6002,6002,6002,223070301 +6002,3,10,6002_4_Ki,406,6002,1,6002,6002,6002,223070301 +6003,1,6,6003_2_Fa,142,6003,1,6003,6003,6003,223062602 +6003,2,8,6003_3_Fa,249,6003,1,6003,6003,6003,223062602 +6003,3,10,6003_4_Fa,383,6003,1,6003,6003,6003,223062602 +6004,1,6,6004_2_Be,187,6004,1,6004,6004,6004,223071001 +6004,2,8,6004_3_Be,307,6004,1,6004,6004,6004,223071001 +6004,3,10,6004_4_Be,531,6004,1,6004,6004,6004,223071001 +6005,1,4,6005_2_RE,140,6005,1,6005,6005,6005,223071701 +6005,2,6,6005_3_RE,203,6005,1,6005,6005,6005,223071701 +6005,3,9,6005_4_RE,332,6005,1,6005,6005,6005,223071701 +6006,1,5,6006_2_He,105,6006,1,6006,6006,6006,223073107 +6006,2,7,6006_3_He,195,6006,1,6006,6006,6006,223073107 +6006,3,9,6006_4_He,308,6006,1,6006,6006,6006,223073107 +6007,1,6,6007_2_Wo,189,6007,1,6007,6007,6007,223081402 +6007,2,8,6007_3_Wo,308,6007,1,6007,6007,6007,223081402 +6007,3,10,6007_4_Wo,553,6007,1,6007,6007,6007,223081402 +6008,1,6,6008_2_Fo,139,6008,1,6008,6008,6008,223091102 +6008,2,8,6008_3_Fo,271,6008,1,6008,6008,6008,223091102 +6008,3,10,6008_4_Fo,405,6008,1,6008,6008,6008,223091102 +6009,1,5,6009_2_Gi,109,6009,1,6009,6009,6009,223080703 +6009,2,7,6009_3_Gi,212,6009,1,6009,6009,6009,223080703 +6009,3,9,6009_4_Gi,340,6009,1,6009,6009,6009,223080703 +6010,1,5,6010_2_La,125,6010,1,6010,6010,6010,223091801 +6010,2,7,6010_3_La,268,6010,1,6010,6010,6010,223091801 +6010,3,9,6010_4_La,377,6010,1,6010,6010,6010,223091801 +6011,1,6,6011_2_Ga,182,6011,1,6011,6011,6011,223121802 +6011,2,7,6011_3_Ga,287,6011,1,6011,6011,6011,223121802 +6011,3,10,6011_4_Ga,447,6011,1,6011,6011,6011,223121802 +6012,1,5,6012_2_Si,134,6012,1,6012,6012,6012,223121802 +6012,2,7,6012_3_Si,273,6012,1,6012,6012,6012,223121802 +6012,3,9,6012_4_Si,352,6012,1,6012,6012,6012,223121802 +9001,1,5,9001_2_LiveWithASmile,205,9001,1,9001,9001,9001,1 +9001,2,7,9001_3_LiveWithASmile,313,9001,1,9001,9001,9001,1 +9001,3,9,9001_4_LiveWithASmile,482,9001,1,9001,9001,9001,1 +9002,1,5,9002_2_MikanseiDream,135,9002,1,9002,9002,9002,1 +9002,2,8,9002_3_MikanseiDream,245,9002,1,9002,9002,9002,1 +9002,3,10,9002_4_MikanseiDream,390,9002,1,9002,9002,9002,1 +9002,4,11,9002_5_MikanseiDream,755,9002,1,9002,9002,9002,224022304 +9003,1,5,9003_2_MikanseiDreamTsubakisakuhana,177,9003,1,9003,9003,9003,1 +9003,2,7,9003_3_MikanseiDreamTsubakisakuhana,266,9003,1,9003,9003,9003,1 +9003,3,10,9003_4_MikanseiDreamTsubakisakuhana,429,9003,1,9003,9003,9003,1 +9004,1,5,9004_2_MikanseiDreamTakizakura,178,9004,1,9004,9004,9004,1 +9004,2,7,9004_3_MikanseiDreamTakizakura,284,9004,1,9004,9004,9004,1 +9004,3,10,9004_4_MikanseiDreamTakizakura,445,9004,1,9004,9004,9004,1 +9005,1,6,9005_2_KirariHirariMauSakura,136,9005,1,9005,9005,9005,223050801 +9005,2,8,9005_3_KirariHirariMauSakura,263,9005,1,9005,9005,9005,223050801 +9005,3,10,9005_4_KirariHirariMauSakura,405,9005,1,9005,9005,9005,223050801 +9006,1,4,9006_2_AnatagaCenter,103,9006,1,9006,9006,9006,223052603 +9006,2,7,9006_3_AnatagaCenter,191,9006,1,9006,9006,9006,223052603 +9006,3,9,9006_4_AnatagaCenter,333,9006,1,9006,9006,9006,223052603 +9007,1,5,9007_2_YumemiruSekaiRurikanoOmoi,122,9007,1,9007,9007,9007,223050801 +9007,2,7,9007_3_YumemiruSekaiRurikanoOmoi,218,9007,1,9007,9007,9007,223050801 +9007,3,9,9007_4_YumemiruSekaiRurikanoOmoi,368,9007,1,9007,9007,9007,223050801 +9008,1,4,9008_2_YumemiruSekaiTsubakisakuhanaHS,91,9008,1,9008,9008,9008,223052603 +9008,2,7,9008_3_YumemiruSekaiTsubakisakuhanaHS,154,9008,1,9008,9008,9008,223052603 +9008,3,9,9008_4_YumemiruSekaiTsubakisakuhanaHS,258,9008,1,9008,9008,9008,223052603 +9009,1,4,9009_2_YumemiruSekaiTsubakisakuhananoNitijou,121,9009,1,9009,9009,9009,223052603 +9009,2,7,9009_3_YumemiruSekaiTsubakisakuhananoNitijou,239,9009,1,9009,9009,9009,223052603 +9009,3,9,9009_4_YumemiruSekaiTsubakisakuhananoNitijou,355,9009,1,9009,9009,9009,223052603 +9010,1,5,9010_2_DentounoKeihu,152,9010,1,9010,9010,9010,223052603 +9010,2,7,9010_3_DentounoKeihu,297,9010,1,9010,9010,9010,223052603 +9010,3,9,9010_4_DentounoKeihu,370,9010,1,9010,9010,9010,223052603 +9011,1,4,9011_2_MezaseMajorDebut,136,9011,1,9011,9011,9011,223052603 +9011,2,7,9011_3_MezaseMajorDebut,297,9011,1,9011,9011,9011,223052603 +9011,3,9,9011_4_MezaseMajorDebut,328,9011,1,9011,9011,9011,223052603 +9012,1,4,9012_2_KagayakashiiMirai,90,9012,1,9012,9012,9012,223052603 +9012,2,7,9012_3_KagayakashiiMirai,189,9012,1,9012,9012,9012,223052603 +9012,3,9,9012_4_KagayakashiiMirai,254,9012,1,9012,9012,9012,223052603 +9013,1,4,9013_2_NaritaiJibun,86,9013,1,9013,9013,9013,223052603 +9013,2,7,9013_3_NaritaiJibun,222,9013,1,9013,9013,9013,223052603 +9013,3,9,9013_4_NaritaiJibun,315,9013,1,9013,9013,9013,223052603 +9014,1,5,9014_2_WagakounoRyugi,160,9014,1,9014,9014,9014,223052603 +9014,2,7,9014_3_WagakounoRyugi,291,9014,1,9014,9014,9014,223052603 +9014,3,10,9014_4_WagakounoRyugi,538,9014,1,9014,9014,9014,223052603 +9015,1,4,9015_2_SorezorenoYakuwari,78,9015,1,9015,9015,9015,223052603 +9015,2,7,9015_3_SorezorenoYakuwari,189,9015,1,9015,9015,9015,223052603 +9015,3,9,9015_4_SorezorenoYakuwari,226,9015,1,9015,9015,9015,223052603 +9016,1,4,9016_2_HeibonnaMirai,74,9016,1,9016,9016,9016,223052603 +9016,2,7,9016_3_HeibonnaMirai,198,9016,1,9016,9016,9016,223052603 +9016,3,9,9016_4_HeibonnaMirai,250,9016,1,9016,9016,9016,223052603 +9017,1,4,9017_2_UwasanoTenkousei,88,9017,1,9017,9017,9017,223052603 +9017,2,7,9017_3_UwasanoTenkousei,197,9017,1,9017,9017,9017,223052603 +9017,3,9,9017_4_UwasanoTenkousei,275,9017,1,9017,9017,9017,223052603 +9018,1,6,9018_2_HossokuTsubakisakuhanaIdolBu,160,9018,1,9018,9018,9018,223050801 +9018,2,8,9018_3_HossokuTsubakisakuhanaIdolBu,295,9018,1,9018,9018,9018,223050801 +9018,3,10,9018_4_HossokuTsubakisakuhanaIdolBu,493,9018,1,9018,9018,9018,223050801 +9019,1,5,9019_2_AtarashiiChance,138,9019,1,9019,9019,9019,223052603 +9019,2,7,9019_3_AtarashiiChance,237,9019,1,9019,9019,9019,223052603 +9019,3,9,9019_4_AtarashiiChance,408,9019,1,9019,9019,9019,223052603 +9020,1,4,9020_2_Sinyu,87,9020,1,9020,9020,9020,223052603 +9020,2,7,9020_3_Sinyu,148,9020,1,9020,9020,9020,223052603 +9020,3,9,9020_4_Sinyu,278,9020,1,9020,9020,9020,223052603 +9021,1,4,9021_2_MezaseMajorDebutReprise,136,9021,1,9021,9021,9021,223052603 +9021,2,7,9021_3_MezaseMajorDebutReprise,254,9021,1,9021,9021,9021,223052603 +9021,3,9,9021_4_MezaseMajorDebutReprise,370,9021,1,9021,9021,9021,223052603 +9022,1,4,9022_2_FukamaruNaka,84,9022,1,9022,9022,9022,223052603 +9022,2,7,9022_3_FukamaruNaka,152,9022,1,9022,9022,9022,223052603 +9022,3,9,9022_4_FukamaruNaka,281,9022,1,9022,9022,9022,223052603 +9023,1,3,9023_2_NakushiteHajimeteKidukukoto,55,9023,1,9023,9023,9023,223052603 +9023,2,7,9023_3_NakushiteHajimeteKidukukoto,101,9023,1,9023,9023,9023,223052603 +9023,3,9,9023_4_NakushiteHajimeteKidukukoto,163,9023,1,9023,9023,9023,223052603 +9024,1,5,9024_2_KimitoMiruYumeRensyuVer,163,9024,1,9024,9024,9024,223052603 +9024,2,7,9024_3_KimitoMiruYumeRensyuVer,257,9024,1,9024,9024,9024,223052603 +9024,3,9,9024_4_KimitoMiruYumeRensyuVer,394,9024,1,9024,9024,9024,223052603 +9025,1,4,9025_2_KimitoMiruYumeKyokanoTomadoi,109,9025,1,9025,9025,9025,223052603 +9025,2,7,9025_3_KimitoMiruYumeKyokanoTomadoi,167,9025,1,9025,9025,9025,223052603 +9025,3,9,9025_4_KimitoMiruYumeKyokanoTomadoi,279,9025,1,9025,9025,9025,223052603 +9026,1,4,9026_2_AshitahaKitto,87,9026,1,9026,9026,9026,223052603 +9026,2,7,9026_3_AshitahaKitto,155,9026,1,9026,9026,9026,223052603 +9026,3,9,9026_4_AshitahaKitto,229,9026,1,9026,9026,9026,223052603 +9027,1,4,9027_2_ItsukaWatashimo,87,9027,1,9027,9027,9027,223052603 +9027,2,7,9027_3_ItsukaWatashimo,146,9027,1,9027,9027,9027,223052603 +9027,3,9,9027_4_ItsukaWatashimo,249,9027,1,9027,9027,9027,223052603 +9028,1,5,9028_2_YumenoRashinbanCompass,161,9028,1,9028,9028,9028,223052603 +9028,2,7,9028_3_YumenoRashinbanCompass,267,9028,1,9028,9028,9028,223052603 +9028,3,9,9028_4_YumenoRashinbanCompass,455,9028,1,9028,9028,9028,223052603 +9029,1,4,9029_2_MasshironaCanvas,124,9029,1,9029,9029,9029,223052603 +9029,2,7,9029_3_MasshironaCanvas,220,9029,1,9029,9029,9029,223052603 +9029,3,9,9029_4_MasshironaCanvas,347,9029,1,9029,9029,9029,223052603 +9030,1,5,9030_2_KimitoMiruYumeBunkasaiVer,168,9030,1,9030,9030,9030,223050801 +9030,2,7,9030_3_KimitoMiruYumeBunkasaiVer,289,9030,1,9030,9030,9030,223050801 +9030,3,9,9030_4_KimitoMiruYumeBunkasaiVer,448,9030,1,9030,9030,9030,223050801 +9031,1,6,9031_2_YumenoRashinbanCompassBunkasaiVer,147,9031,1,9031,9031,9031,223050801 +9031,2,8,9031_3_YumenoRashinbanCompassBunkasaiVer,260,9031,1,9031,9031,9031,223050801 +9031,3,10,9031_4_YumenoRashinbanCompassBunkasaiVer,436,9031,1,9031,9031,9031,223050801 +9032,1,6,9032_2_Ij,229,9032,1,9032,9032,9032,223111507 +9032,2,8,9032_3_Ij,427,9032,1,9032,9032,9032,223111507 +9032,3,10,9032_4_Ij,648,9032,1,9032,9032,9032,223111507 +9032,4,12,9032_5_Ij,922,9032,1,9032,9032,9032,223120807 diff --git a/src/router/masterdata/csv/music_shop_price.csv b/src/router/databases/csv-en/music_shop_price.csv similarity index 100% rename from src/router/masterdata/csv/music_shop_price.csv rename to src/router/databases/csv-en/music_shop_price.csv diff --git a/src/router/databases/csv-en/navigation.csv b/src/router/databases/csv-en/navigation.csv new file mode 100644 index 0000000..ea20311 --- /dev/null +++ b/src/router/databases/csv-en/navigation.csv @@ -0,0 +1,22 @@ +_id,_masterScenarioId,_dialogTitle,_masterReleaseLabelId +SubTutorial_FreeLive,0,Song Select,1 +SubTutorial_Practice,0,Lesson,1 +SubTutorial_SkillPractice,0,Skill Lesson,1 +SubTutorial_Training,0,Idolize,1 +SubTutorial_Mission,0,Goals,1 +SubTutorial_Story,0,Story,1 +SubTutorial_BeginnerMission,0,Beginner Goals,1 +MainTutorial_Live,0,Tutorial Live Show,1 +Event_EmotionalRanking,0,Best Girl,1 +SubTutorial_Composition,0,Team,1 +SubTutorial_LiveReady,0,Live Show Preparations,1 +MainTutorial_DeckConfirm,0,Team,1 +MainTutorial_MainGameCycle,0,Full Cycle,1 +MainTutorial_LiveReslt,0,Live Show Results,1 +SubTutorial_Chat,0,Chat,1 +MainTutorial_Gacha,0,Scout,1 +MainTutorial_GachaReslt,0,Scout Results,1 +MainTutorial_MusicSerect,0,Song Select,1 +SubTutorial_Guest,0,Select Guest,1 +SubTutorial_Star_PlayBonus,0,Star Challenge Play Bonus,223111506 +SubTutorial_Star_ContinuBonus,0,Star Challenge Continued Bonus,223111506 diff --git a/src/router/masterdata/csv/navigation_condition.csv b/src/router/databases/csv-en/navigation_condition.csv similarity index 100% rename from src/router/masterdata/csv/navigation_condition.csv rename to src/router/databases/csv-en/navigation_condition.csv diff --git a/src/router/databases/csv-en/navigation_dialog_page.csv b/src/router/databases/csv-en/navigation_dialog_page.csv new file mode 100644 index 0000000..7df64cd --- /dev/null +++ b/src/router/databases/csv-en/navigation_dialog_page.csv @@ -0,0 +1,57 @@ +_masterNavigationId,_spriteName,_message,_masterReleaseLabelId +SubTutorial_FreeLive,MainTutorial_MusicSerect_01,"Select a song and difficulty, and start a live show!
The required LP is the same across all difficulties, so choose a difficulty that suits you!
The higher the song level, the greater the challenge.",1 +SubTutorial_FreeLive,MainTutorial_MusicSerect_02,"If you're having trouble selecting a song, use the ""Recommended"" or ""Pick for Me"" features!
Choose a theme from the ""Recommended"" feature and you will get a list of songs that match the theme!",1 +SubTutorial_FreeLive,MainTutorial_MusicSerect_03,The top 10 global scores are displayed
in the ranking of each song!
Let's make it to the top 10!,1 +SubTutorial_FreeLive,MainTutorial_MusicSerect_04,You can earn rewards by clearing the song goals for each song!
Note that there is a reward for a FULL COMBO clear at each difficulty!,1 +SubTutorial_FreeLive,MainTutorial_MusicSerect_05,Check the song details to learn more about each song
and to view its clear rewards!,1 +SubTutorial_Practice,SubTutorial_Practice_01,"You can use Lesson Notebooks and Gold
to level up your club members, increasing their attribute points!
Participate in live shows and clear daily goals to gather the necessary items to level up!",1 +SubTutorial_SkillPractice,SubTutorial_SkillPractice_01,You can use Skill Notebooks to increase your club members' skill levels!
Skills are more effective the higher their skill level!
Participate in live shows and clear daily goals to gather the necessary items to level up!,1 +SubTutorial_Training,SubTutorial_Training_01,"Raise a club member to her max level, then Idolize her using Light Sticks!
Idolizing changes a member's illustration and increases her level cap!",1 +SubTutorial_Training,MainTutorial_GachaReslt_02,"When you Scout an already recruited club member, you will obtain Light Sticks instead of the duplicate!
Light Sticks are essential items for Idolizing your members!
The higher the rarity of the duplicate club member, the more Light Sticks you will obtain!",1 +SubTutorial_Mission,SubTutorial_Mission_01,"You can obtain all sorts of rewards by accomplishing goals!
There are additional limited goals during events, so give them a shot!",1 +SubTutorial_Story,SubTutorial_Story_01,You can enjoy the stories and daily life episodes of the school idols!
Stories can be unlocked by collecting event points during ongoing events!
Daily life episodes can be unlocked by clearing songs from each group!,1 +MainTutorial_Live,MainTutorial_Live_01,"Tap when the rhythm icons overlap!
The better your timing, the higher your rating will be, which will give you a better score!
Let's aim for an ALL PERFECT!",1 +MainTutorial_Live,MainTutorial_Live_02,"If you tap too early or too late, you will get
a BAD or MISS rating, causing your HP to decrease!
Be careful! The live show will end if your HP reaches 0!",1 +MainTutorial_Live,MainTutorial_Live_03,"Start a combo by achieving consecutive PERFECT or GREAT ratings!
The higher your combo count, the more your score will increase!
Let's aim for a FULL COMBO!",1 +MainTutorial_Live,MainTutorial_Live_04,Double note icons should be tapped at the same time!,1 +MainTutorial_Live,MainTutorial_Live_05,"For hold icons, press and hold until the second icon appears at the end of the line of light.
Be careful not to release your fingers midway, as this will result in a MISS!",1 +MainTutorial_Live,MainTutorial_Live_06,"Getting a GOOD on a star icon will reduce your HP!
Additionally, if you get a BAD or MISS rating
your HP will decrease more than usual, so be careful!",1 +MainTutorial_Live,MainTutorial_Live_07,"For swing icons, slide your finger across from the first to the last of the icons!",1 +MainTutorial_Live,MainTutorial_Live_08,"Each club member has her own skill, which activates if certain conditions are met!
These skills have various effects, such as restoring your HP
or increasing your score after a certain number of combos!",1 +Event_EmotionalRanking,Event_EmotionalRanking_01,"Choose your best girl and participate in the best girl ranking!
In the best girl ranking, players with the same best girl
compete with one another based on their event points!",1 +Event_EmotionalRanking,Event_EmotionalRanking_02,"You can earn rewards, including titles for your best girl,
by winning a top spot in the best girl ranking!",1 +SubTutorial_Composition,SubTutorial_Composition_01,"Each song and club member has a smile, pure, or cool attribute!
To aim for a high score, try building a team with members that match the attribute of the song!",1 +SubTutorial_Composition,SubTutorial_Composition_02,You will get a score bonus each time you tap a rhythm icon on a club member whose group matches the song you're playing!
You will also get a score bonus for members who match the attribute of the song!,1 +SubTutorial_Composition,SubTutorial_Composition_03,"When a club member is selected as the center, her center skill will be activated!
These skills affect all members who meet specific conditions!
Let's build a team that maximizes the effect of the center skill!",1 +SubTutorial_Composition,SubTutorial_Composition_04,"If you're having trouble building a team, try using the ""Recommended"" feature!
Select your preferences such as attributes and skills, and the system will automatically build a team for you!",1 +SubTutorial_LiveReady,SubTutorial_LiveReady_01,"You can customize live show settings in the options menu,
such as the speed of rhythm icons!
Try adjusting the settings to optimize your gaming experience!",1 +SubTutorial_LiveReady,SubTutorial_LiveReady_02,"Multiplying your LP cost directly increases the amount of rewards you obtain!
Try increasing the cost when you have lots of LP!
The more LP you consume, the more chances you will also have to obtain random rewards!",1 +SubTutorial_LiveReady,SubTutorial_LiveReady_03,"Once you have cleared a song, you can skip it at the difficulty level you've cleared!
Skipping requires Skip Tickets and LP,
and you can obtain rewards just as in a normal play!",1 +MainTutorial_DeckConfirm,SubTutorial_Composition_01,"Each song and club member has a smile, pure, or cool attribute!
To aim for a high score, try building a team with members that match the attribute of the song!",1 +MainTutorial_DeckConfirm,SubTutorial_Composition_02,You will get a score bonus each time you tap a rhythm icon on a club member whose group matches the song you're playing!
You will also get a score bonus for members who match the attribute of the song!,1 +MainTutorial_DeckConfirm,SubTutorial_Composition_03,The club member selected as the center will activate her center skill!
These skills affect all members who meet specific conditions!
Let's build a team that maximizes the effectiveness of each center skill!,1 +MainTutorial_DeckConfirm,SubTutorial_Composition_04,"If you're having trouble building a team, try using the ""Recommended"" feature!
Select your preferences such as attributes and skills, and the system will automatically build a team for you!",1 +MainTutorial_MainGameCycle,MainTutorial_MainGameCycle_01,"When you clear a live show, you can earn items to power up your members!
Participating in live shows will also increase your bond with the club members in your team!",1 +MainTutorial_MainGameCycle,MainTutorial_MainGameCycle_02,You can level up your members in lessons by using
Lesson Notebooks obtained from live shows and daily Scouts!
Attempt more difficult live shows with your leveled-up club members!,1 +MainTutorial_MainGameCycle,MainTutorial_MainGameCycle_03,Let's attempt difficult live shows and aim for high scores
with your leveled-up club members!,1 +MainTutorial_MainGameCycle,MainTutorial_MainGameCycle_04,You can deepen your bond with club members
and unlock new chats by participating in live shows!,1 +MainTutorial_MainGameCycle,MainTutorial_MainGameCycle_05,"You can obtain various items in the Item Scout once per day, such as Lesson Notebooks and Skill Notebooks!
Don't forget to claim your items!",1 +MainTutorial_LiveReslt,MainTutorial_LiveReslt_01,"You can obtain rewards when you clear a live show!
Additionally, your bond with the club members in your team will increase!
As your bond increases, you may receive chat messages from your members!",1 +MainTutorial_LiveReslt,MainTutorial_LiveReslt_02,"When your bond with club members increases, you may receive chat messages!
You can increase your bond by clearing live shows together!
Your bond with the member selected as the center will increase the most!",1 +MainTutorial_LiveReslt,MainTutorial_LiveReslt_03,"When your bond with multiple club members increases, you may receive group chat messages!
Deepen your bond with lots of members to have fun chatting with them!
And who knows? On special occasions, something wonderful may happen...",1 +SubTutorial_Chat,SubTutorial_Chat_01,"When your bond with club members increases, you may receive chat messages!
You can increase your bond by clearing live shows together!
Your bond with the member selected as the center will increase the most!",1 +SubTutorial_Chat,SubTutorial_Chat_02,"When your bond with multiple club members increases, you may receive group chat messages!
Deepen your bond with lots of members to have fun chatting with them!
And who knows? On special occasions, like a member's birthday, something wonderful may happen...",1 +MainTutorial_Gacha,MainTutorial_Gacha_01,"You can recruit new club members with Love Gems or Scout Tickets!
Each Scout has different contents, so make sure to check the Scout details!
Some Scouts are only available for a limited time, so be sure to keep your eyes peeled!",1 +MainTutorial_Gacha,MainTutorial_Gacha_02,"You can obtain various items in the Item Scout once per day, such as Lesson Notebooks and Skill Notebooks!
Don't forget to claim your items!",1 +MainTutorial_GachaReslt,MainTutorial_GachaReslt_01,"Newly joined club members will have a ""NEW"" label!",1 +MainTutorial_GachaReslt,MainTutorial_GachaReslt_02,"When you Scout an already recruited club member, you will obtain Light Sticks instead of the duplicate!
Light Sticks are essential items for Idolizing your members!
The higher the rarity of the duplicate club member, the more Light Sticks you will obtain!",1 +MainTutorial_GachaReslt,MainTutorial_GachaReslt_03,"You will earn Scout points each time you perform a Scout!
Scout points can be exchanged for items and club members in the exchange shop!
Note that when your Scout points expire, they will be converted into Skill Notebooks (M)!",1 +MainTutorial_MusicSerect,MainTutorial_MusicSerect_01,"Select a song and difficulty, and start a live show!
The required LP is the same across all difficulties, so choose a difficulty that suits you!
The higher the song level, the greater the challenge.",1 +MainTutorial_MusicSerect,MainTutorial_MusicSerect_02,"If you're having trouble selecting a song, use the ""Recommended"" or ""Pick for Me"" features!
Choose a theme from the ""Recommended"" feature and you will get a list of songs that match the theme!",1 +MainTutorial_MusicSerect,MainTutorial_MusicSerect_03,The top 10 global scores are displayed
in the ranking of each song!
Let's make it to the top 10!,1 +MainTutorial_MusicSerect,MainTutorial_MusicSerect_04,You can earn rewards by clearing the song goals for each song!
Note that there is a reward for a FULL COMBO clear at each difficulty!,1 +MainTutorial_MusicSerect,MainTutorial_MusicSerect_05,Check the song details to learn more about each song
and to view its clear rewards!,1 +SubTutorial_Guest,SubTutorial_Guest_01,"Before starting a live show, you can select one guest member to join your team!
The selected guest member's center skill will be activated during the live show,
so choose a guest member that, for example, matches the song attribute or fits your team!",1 +SubTutorial_BeginnerMission,SubTutorial_BeginnerMission_01,"Learn how to play SIF2 by clearing the bingo goals!
You will obtain a reward for each goal you clear! If you complete a bingo line, you will obtain even more rewards!
Let's aim for a full house bingo!",1 +SubTutorial_Star_PlayBonus,SubTutorial_Star_PlayBonus,"During the event, use the Continued Bonus that adds on to up to five Live Shows per day
and the Play Bonus that boosts your score bonus every Live Show
to push the limits of your target score!",223111506 +SubTutorial_Star_ContinuBonus,SubTutorial_Star_ContinuBonus,"During the event, use the Continued Bonus that adds on to up to five Live Shows per day
and the Play Bonus that boosts your score bonus every Live Show
to push the limits of your target score!",223111506 diff --git a/src/router/databases/csv-en/new_skill.csv b/src/router/databases/csv-en/new_skill.csv new file mode 100644 index 0000000..f6539ef --- /dev/null +++ b/src/router/databases/csv-en/new_skill.csv @@ -0,0 +1,579 @@ +_id,_name,_detailText,_trigger,_triggerValue,_probability,_effectiveMilliSecs,_subTarget,_targetGroupId,_targetSchoolGrade,_effectType,_effectiveValues,_masterReleaseLabelId +10010001,Originator,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24","39000,39000,39000","2000,2000,2000",0,0,0,4,"124,126,128",1 +10010002,Full Speed Ahead!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"21,20,20","28000,28000,28000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10010003,Positive,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,100,0,4,"111,113,115",1 +10010004,Pep is Paramount,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +10010005,Prep for Practice!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10010006,Let's Sing Together,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +10010007,Goodnight Smiles,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10010008,Out and About Smiles,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +10010009,Prepare to Be Smashed,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10010010,Ear-to-Ear Smiles!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +10010011,Hearts Aflame,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +10010012,I'll Eat You Up!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"20,19,19,19,18","27000,27000,27000,27000,27000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +10010013,Blossoms in Bloom,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23,23,23,22,22","33000,33000,33000,33000,33000,33000,33000,33000,33000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",1 +10010014,Rice Fruit?!,"Every {0} seconds, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",4,"8000,7800,7800,7600,7600,7400,7400,7200,7200","48000,48200,48400,48600,48800,49000,49200,49400,49600","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",1 +10020001,Quarter,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"20,19,18","25000,25000,25000",,0,0,0,6,"1,1,1",1 +10020002,Clearheaded,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,100,0,4,"111,113,115",1 +10020003,Universally Popular,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10020004,Exceptional Athlete,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +10020005,Sense of Duty,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +10020006,Student Council Prez,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23","31000,31000,31000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10020007,Before Falling Asleep,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10020008,I'm Going Out!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +10020009,Let's Be Supportive!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10020010,Harasho!,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"27,26,25,24,23","44000,44000,44000,44000,44000",,0,0,0,6,"2,2,2,2,3",1 +10020011,Eli's Confessional,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +10020012,Glittering Foxfire,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +10020013,Evening Student Council Room,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"7000,6800,6800,6600,6600,6400,6400,6200,6200","37000,37200,37400,37600,37800,38000,38200,38400,38600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"122,124,126,128,130,132,134,136,138",1 +10020014,Alisa's Prank?,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"119,121,123,125,127,129,131,133,135",1 +10030001,Soft and Gentle,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"22,21,20","27000,27000,27000",,0,0,0,6,"1,1,1",1 +10030002,Actually a Maid,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10030003,Come Play with Kotori!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10030004,I'm Ready to Roll!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +10030005,Here Goes!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23","31000,31000,31000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10030006,Heart Sign,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10030007,Sleepy Time,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +10030008,Dressing Up to Go Out,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +10030009,Flying Down the Court,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +10030010,Goddess of Healing,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"25,24,24,24,23","39000,39000,39000,39000,39000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +10030011,Wonderful Treats,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"20,19,18,17,16","25000,25000,25000,25000,25000",,0,0,0,6,"2,2,2,2,3",1 +10030012,Feeling Like a Sheep,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +10030013,Welcome!,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"9000,8900,8800,8700,8600,8500,8400,8300,8200","54000,54200,54400,54600,54800,55000,55200,55400,55600",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +10030014,Don't Get It Wrong!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",1 +10040001,The Ideal Lady,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"21,20,20","29000,29000,29000","2000,2000,2000",0,100,0,4,"108,110,112",1 +10040002,Dancing Master,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10040003,Dignified,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +10040004,Harsh Practice,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,100,0,4,"111,113,115",1 +10040005,Loosening Up,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"21,20,20","28000,28000,28000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10040006,The Ideal Smile,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"23,22,21","28000,28000,28000",,0,0,0,6,"1,1,1",1 +10040007,Goodnight Greeting,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +10040008,Hiker's Call,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +10040009,Crisp in White,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10040010,A Focused Mind,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +10040011,Love's Bind,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +10040012,Lucky White Rabbit,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"9000,8900,8800,8700,8600","54000,54200,54400,54600,54800",,0,0,0,6,"2,2,2,2,3",1 +10040013,To Enlightenment,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"29,28,28,28,27,27,27,26,26","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",1 +10040014,Unified Feelings,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18,18,18,17,17","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",1 +10050001,Athletic,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10050002,Always Be Cheerful,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +10050003,Joyful Jump!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10050004,Good to Go,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24","39000,39000,39000","2000,2000,2000",0,0,0,4,"124,126,128",1 +10050005,Rooftop Practice,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10050006,Counting on Mew!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"23,22,22","30000,30000,30000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10050007,Getting Ready to Rest,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +10050008,Let's Go Hiking!,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,100,0,4,"112,114,116",1 +10050009,Race Against Time,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19","26000,26000,26000",,0,0,0,6,"1,1,1",1 +10050010,μ's Was Here,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"25,24,24,24,23","43000,43000,43000,43000,43000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +10050011,Check Out Rin!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +10050012,Fickle Kitten,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +10050013,Dazzling Rooftop,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"28,27,26,25,24,23,22,21,20","47000,47000,47000,47000,47000,47000,47000,47000,47000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +10050014,My 1st Homemade Chocolate,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"119,121,123,125,127,129,131,133,135",1 +10060001,Hospital Heiress,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10060002,On a High Horse,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +10060003,Hold My Head Up High,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +10060004,Practice Confidently,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +10060005,Start with Stretching,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +10060006,Strong Opinions,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",1,0,0,4,"111,113,115",1 +10060007,Plans for Tomorrow,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10060008,Young Lady’s Jaunt,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +10060009,Land the Spiral,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"20,19,19","27000,27000,27000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10060010,After-School Diva,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +10060011,Secret Exam Room,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +10060012,You're My Next Target,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22","37000,37000,37000,37000,37000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +10060013,Smartphone Shyness,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"116,118,120,122,124,126,128,130,132",1 +10060014,Fruit Tea,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19,18,17,16,15,14,13","26000,26000,26000,26000,26000,26000,26000,26000,26000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +10070001,Surprising Strategist,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"17,16,15","29000,29000,29000",,0,0,0,6,"1,1,1",1 +10070002,I'll Pull You In!,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,100,0,4,"112,114,116",1 +10070003,Nonchalant,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10070004,Blinding Light,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21","29000,29000,29000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10070005,Time to Practice!,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +10070006,The Power of Fortune-Telling,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"23,22,21","28000,28000,28000",,0,0,0,6,"1,1,1",1 +10070007,See You Tomorrow,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +10070008,A Good Day to Go Out,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10070009,I'm Gonna Attack!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10070010,Spiritual Power,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +10070011,Cards of Destiny,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"21,20,20,20,19","35000,35000,35000,35000,35000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +10070012,Faking Sleep,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22","37000,37000,37000,37000,37000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +10070013,Rain of Light,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"116,118,120,122,124,126,128,130,132",1 +10070014,Surprise Wish!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23,23,22,22,22,21,21","31000,31000,31000,31000,31000,31000,31000,31000,31000","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",1 +10080001,White Rice Fanatic,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,100,0,4,"111,113,115",1 +10080002,Not So Confident...,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10080003,Admiration of Idols,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10080004,I'll Give It My All!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"23,22,22","30000,30000,30000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10080005,I Want to Improve,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +10080006,Shy of Strangers,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +10080007,Lonely by Myself,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +10080008,Excited to Go Out!,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19","26000,26000,26000",,0,0,0,6,"1,1,1",1 +10080009,Whole Mikan Oranges,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10080010,Freshly Cooked Rice!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +10080011,Your Order is Ready!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +10080012,Strange Sympathy,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +10080013,Feelings for µ's,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",1 +10080014,Glittering Lips,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"20,19,19,19,18,18,18,17,17","27000,27000,27000,27000,27000,27000,27000,27000,27000","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",1 +10090001,Idol Otaku,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +10090002,Working Hard 24/7,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +10090003,Cute Movement,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +10090004,Nico Will Do Her Best!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +10090005,No One Works Harder,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21","29000,29000,29000","4000,4000,4000",0,0,0,5,"1,1,1",1 +10090006,Nico-Ni for All!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +10090007,Hold Me Tight,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"25,24,23","30000,30000,30000",,0,0,0,6,"1,1,1",1 +10090008,The Wait's Over!,"For every {0} rhythm icons, there is a {1}% chance
of μ's rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,100,0,4,"111,113,115",1 +10090009,Training Both Mind & Body,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +10090010,Nico-Nico-Ni!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +10090011,Let Me Teach You!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25","43000,43000,43000,43000,43000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",1 +10090012,Nico's the Most Popular,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +10090013,A Welcome Lecture,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",1 +10090014,Watermelon Cake?,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21,21,21,20,20","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",1 +20010001,Beloved School Idols,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"20,19,18","25000,25000,25000",,0,0,0,6,"1,1,1",1 +20010002,Dreams Come True!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"21,20,20","28000,28000,28000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20010003,Gotta Give It a Try,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20010004,Competitive,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +20010005,Packing for a Trip,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"25,24,23","30000,30000,30000",,0,0,0,6,"1,1,1",1 +20010006,Sending Out My Feelings,"For every {0} rhythm icons, there is a {1}% chance
of Aqours rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,200,0,4,"111,113,115",1 +20010007,Great Day for a Swim!,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +20010008,Mikan Orange Power!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +20010009,Time to Brush!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +20010010,Koala Nap,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +20010011,Post-Practice Walk & Talk,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"30,29,29,29,28,28,28,27,27","49000,49000,49000,49000,49000,49000,49000,49000,49000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",1 +20010012,Orange Mermaid,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19,19,19,18,18","32000,32000,32000,32000,32000,32000,32000,32000,32000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",1 +20020001,Here to Aid Everyone,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +20020002,Transfer Student from the City,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +20020003,Let's Have Some Fun!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"25,24,24","32000,32000,32000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20020004,Worked up a Sweat,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +20020005,Going All Over,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +20020006,Let's Have Tons of Fun,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"22,21,20","27000,27000,27000",,0,0,0,6,"1,1,1",1 +20020007,Uchiura's Appeal,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +20020008,Toward a New Me,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19,18,17","26000,26000,26000,26000,26000",,0,0,0,6,"2,2,2,2,3",1 +20020009,Time for Your Shot,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +20020010,Performance Partner,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +20020011,Trio's Melody,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",1 +20020012,Apple's Temptation,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21,21,20,20,20,19,19","29000,29000,29000,29000,29000,29000,29000,29000,29000","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",1 +20030001,Grownup Personality,"For every {0} rhythm icons, there is a {1}% chance
of Aqours rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,200,0,4,"111,113,115",1 +20030002,Helping at the Shop,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +20030003,Wanna Go Out?,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +20030004,Tie Back Your Hair,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"22,21,20","27000,27000,27000",,0,0,0,6,"1,1,1",1 +20030005,"Far, Far Away","For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"23,22,22","30000,30000,30000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20030006,All Systems Go,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +20030007,Surfing's My Forte,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +20030008,Costume Fitting,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +20030009,"Try, Try Again!","Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"22,21,21,21,20","37000,37000,37000,37000,37000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +20030010,Entranced by Nature,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +20030011,Sea Breeze's Kiss,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"116,118,120,122,124,126,128,130,132",1 +20030012,Ring Finger,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"23,22,22,22,21,21,21,20,20","30000,30000,30000,30000,30000,30000,30000,30000,30000","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",1 +20040001,Famous Daughter,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20040002,Perfectionist,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +20040003,Zero Defects Allowed,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20040004,Aim for the Top,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +20040005,How Far Can We Go?,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23","31000,31000,31000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20040006,Meetup at the Sluice Gate,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"23,22,21","28000,28000,28000",,0,0,0,6,"1,1,1",1 +20040007,Lighting Up Uchiura,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +20040008,The Limit Is 2 cm!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +20040009,We Are Aqours!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22","37000,37000,37000,37000,37000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +20040010,Twist of History,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +20040011,Sister's Routine,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"26,25,24,23,22,21,20,19,18","31000,31000,31000,31000,31000,31000,31000,31000,31000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +20040012,Beware of the Wolf,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"119,121,123,125,127,129,131,133,135",1 +20050001,Aye Aye!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24","39000,39000,39000","2000,2000,2000",0,0,0,4,"124,126,128",1 +20050002,Aspiring Captain,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +20050003,Chika's Mikan Oranges,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +20050004,Time to Set Sail,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +20050005,All Aboard!,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +20050006,Excuse Me!,"For every {0} rhythm icons, there is a {1}% chance
of Aqours rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,200,0,4,"111,113,115",1 +20050007,Seaside Swimming Spot,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"21,20,20","28000,28000,28000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20050008,Costume-Making,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +20050009,Come a Little Closer,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +20050010,The Culprit...Is You!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +20050011,Sparkling Water,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",1 +20050012,Bridal Countdown,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19,18,17,16,15,14,13","26000,26000,26000,26000,26000,26000,26000,26000,26000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +20060001,Meeting Yohane!,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"19,18,17","31000,31000,31000",,0,0,0,6,"1,1,1",1 +20060002,Fallen Angel Yohane,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"20,19,19","27000,27000,27000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20060003,A Sinful Devil,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +20060004,Fall from Grace,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +20060005,This Is Temporary!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20","29000,29000,29000","2000,2000,2000",0,0,0,4,"108,110,112",1 +20060006,Descend with Me,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"23,22,21","28000,28000,28000",,0,0,0,6,"1,1,1",1 +20060007,Seaside Fallen Angel,"For every {0} rhythm icons, there is a {1}% chance
of Aqours rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,200,0,4,"112,114,116",1 +20060008,Sinfully Dark Dress,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +20060009,Ultimate Fallen Angel Cheer,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +20060010,Black Magic Woman,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"7000,6900,6800,6700,6600","42000,42200,42400,42600,42800",,0,0,0,6,"2,2,2,2,3",1 +20060011,Fallen Angel R-P-S,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"23,22,21,20,19,18,17,16,15","36000,36000,36000,36000,36000,36000,36000,36000,36000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +20060012,Descent into Hellfire,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",1 +20070001,Temple's Daughter,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20070002,Lover of Literature,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20070003,Chilling at the Library,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +20070004,I'll Do My Best,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20070005,Bookworm's Day Out,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +20070006,After Choir Practice,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +20070007,At the Uchiura Shore,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"20,19,19","27000,27000,27000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20070008,My Books Are My Treasure,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +20070009,Every Day's an Adventure,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +20070010,Cubify the Ball,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"22,21,21,21,20","37000,37000,37000,37000,37000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +20070011,After Lunch,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",1 +20070012,Unfading Beauty,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21,21,20,20,20,19,19","29000,29000,29000,29000,29000,29000,29000,29000,29000","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",1 +20080001,Ciao ♪,"For every {0} rhythm icons, there is a {1}% chance
of Aqours rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,200,0,4,"112,114,116",1 +20080002,Chairwoman,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +20080003,Shiny☆,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"25,24,24","32000,32000,32000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20080004,Fearless Challenger,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20080005,Equestrian Lessons,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"20,19,18","25000,25000,25000",,0,0,0,6,"1,1,1",1 +20080006,Out and About with Mari,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20080007,Uchiura is the Best!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +20080008,Resort Outfit,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +20080009,Love Potion,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"22,21,20,19,18","35000,35000,35000,35000,35000",,0,0,0,6,"2,2,2,2,3",1 +20080010,Flaming Passion,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +20080011,So Picturesque,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23,23,23,22,22","33000,33000,33000,33000,33000,33000,33000,33000,33000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",1 +20080012,Fruit Carnival!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18,18,18,17,17","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",1 +20090001,Crybaby,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"19,18,17","31000,31000,31000",,0,0,0,6,"1,1,1",1 +20090002,A Bit Shy,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +20090003,Sewing Specialist,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +20090004,Aim to Be an Idol,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23","31000,31000,31000","4000,4000,4000",0,0,0,5,"1,1,1",1 +20090005,Let's Travel Far Away,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +20090006,Waiting On My Sister,"For every {0} rhythm icons, there is a {1}% chance
of Aqours rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,200,0,4,"112,114,116",1 +20090007,Warm Sandy Beach,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +20090008,I Can Do It!,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23,23,22","31000,31000,31000,31000,31000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +20090009,Cheerleader Tryout,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25","43000,43000,43000,43000,43000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",1 +20090010,Ruby's Courage,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +20090011,Sleepyhead,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"9000,8800,8800,8600,8600,8400,8400,8200,8200","39000,39200,39400,39600,39800,40000,40200,40400,40600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"149,151,153,155,157,159,161,163,165",1 +20090012,A Flower to Accent,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20,20,20,19,19","30000,30000,30000,30000,30000,30000,30000,30000,30000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"110,112,114,116,118,120,122,124,126",1 +30010001,Gracefully,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +30010002,One Step at a Time,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21","29000,29000,29000","4000,4000,4000",0,0,0,5,"1,1,1",1 +30010003,Hard Worker,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +30010004,Flower in the Night Sky,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"5000,4900,4800,4700,4600","30000,30200,30400,30600,30800",,0,0,0,6,"2,2,2,2,3",1 +30010005,Refreshing Blossoms,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +30010006,Easter Bunny!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +30010007,Right Next to You,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"29,28,28,28,27,27,27,26,26","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",1 +30020001,Little Demon,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +30020002,Kasumin!,"For every {0} rhythm icons, there is a {1}% chance
of Nijigasaki rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,300,0,4,"112,114,116",1 +30020003,Cuteness Research,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"20,19,18","25000,25000,25000",,0,0,0,6,"1,1,1",1 +30020004,Canary Kasumin,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30020005,Healthy and Cute,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +30020006,Search with Kasumin!,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"30,29,28,27,26","53000,53000,53000,53000,53000",,0,0,0,6,"2,2,2,2,3",1 +30020007,Rainbow Bread Roll,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",1 +30030001,Red Ribbon,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",1,0,0,4,"111,113,115",1 +30030002,Capable and Collected,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"24,23,22","38000,38000,38000",,0,0,0,6,"1,1,1",1 +30030003,Theater Club Moonlighter,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22","35000,35000,35000","2000,2000,2000",0,0,0,4,"126,128,130",1 +30030004,Azure Heroine,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +30030005,In Search of Refreshment,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +30030006,"Tea Time, Break Time","Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30030007,My True Self,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"27,26,26,26,25,25,25,24,24","43000,43000,43000,43000,43000,43000,43000,43000,43000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",1 +30040001,Magazine Model,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20","29000,29000,29000","2000,2000,2000",0,0,0,4,"108,110,112",1 +30040002,A Reliable Ally,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18","30000,30000,30000","2000,2000,2000",0,0,0,4,"111,113,115",1 +30040003,With Self Discipline,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"23,22,21","28000,28000,28000",,0,0,0,6,"1,1,1",1 +30040004,Fragrant Folding Fan,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +30040005,Passion in My Heart,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"20,19,19,19,18","34000,34000,34000,34000,34000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +30040006,Sometimes Cute's the Way,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +30040007,In Pursuit of Quality,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"30,29,29,29,28,28,28,27,27","49000,49000,49000,49000,49000,49000,49000,49000,49000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",1 +30050001,Everyone's Sun,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +30050002,Helper,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"22,21,20","27000,27000,27000",,0,0,0,6,"1,1,1",1 +30050003,Ambition,"For every {0} rhythm icons, there is a {1}% chance
of Nijigasaki rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,300,0,4,"112,114,116",1 +30050004,Summertime Sunshine,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +30050005,Bursting with Smiles,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30050006,Happy Easter!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +30050007,A Change of Pace,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"26,25,25,25,24,24,24,23,23","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",1 +30060001,At My Own Pace,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"20,19,18","32000,32000,32000",,0,0,0,6,"1,1,1",1 +30060002,Zzz...,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +30060003,As the Big Sister,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,0,0,4,"111,113,115",1 +30060004,Summertime Dreamland,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22,21,20","29000,29000,29000,29000,29000",,0,0,0,6,"2,2,2,2,3",1 +30060005,Tranquil Morning Trip,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30060006,Follow the Rabbit,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +30060007,Sisterly Meal,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"5000,4900,4800,4700,4600,4500,4400,4300,4200","30000,30200,30400,30600,30800,31000,31200,31400,31600",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +30070001,Hot-Blooded Drive,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +30070002,Heroic Transformation,"For every {0} rhythm icons, there is a {1}% chance
of Nijigasaki rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,300,0,4,"111,113,115",1 +30070003,Passionate Soul,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +30070004,Shining Under the Sun,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +30070005,Crimson Pinwheel,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"22,21,21,21,20","37000,37000,37000,37000,37000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +30070006,I Found an Egg!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22","37000,37000,37000,37000,37000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +30070007,Professing My Love!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",1 +30080001,Calm but Headstrong,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"25,24,23","30000,30000,30000",,0,0,0,6,"1,1,1",1 +30080002,Swiss Air,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24","39000,39000,39000","2000,2000,2000",0,0,0,4,"124,126,128",1 +30080003,Everyone's Support,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20","29000,29000,29000","2000,2000,2000",0,0,0,4,"108,110,112",1 +30080004,The Summer Sun Peeks In,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"20,19,19,19,18","34000,34000,34000,34000,34000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +30080005,Cooling Off with Shaved Ice,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +30080006,I Found the Cutest Egg,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +30080007,Gentle Sunshine Filter In,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",1 +30090001,What I Want to Do,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +30090002,Forming Bonds,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"24,23,22","38000,38000,38000",,0,0,0,6,"1,1,1",1 +30090003,Rina-chan Board,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",1,0,0,4,"111,113,115",1 +30090004,Rina-chan Fan,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"25,24,24,24,23","39000,39000,39000,39000,39000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +30090005,A Spot to Cool Off,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +30090006,Easter Balloon,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"22,21,21,21,20","37000,37000,37000,37000,37000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +30090007,Cat-Walker Extraordinaire,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"26,25,24,23,22,21,20,19,18","31000,31000,31000,31000,31000,31000,31000,31000,31000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +30100001,Where Dreams Begin,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +30100002,For Everyone's Sake,"For every {0} rhythm icons, there is a {1}% chance
of Nijigasaki rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,300,0,4,"112,114,116",1 +30100003,Steady Effort,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"23,22,22","30000,30000,30000","4000,4000,4000",0,0,0,5,"1,1,1",1 +30100004,Fluttering Flowers,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"26,25,25,25,24","41000,41000,41000,41000,41000","2500,2500,2500,3000,3000",0,0,0,4,"123,125,127,129,131",1 +30100005,Blooming in the Shade,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30100006,A Symbol of Revival,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"7000,6900,6800,6700,6600","42000,42200,42400,42600,42800",,0,0,0,6,"2,2,2,2,3",1 +30100007,Diligence!,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600,4400,4400,4200,4200","34000,34200,34400,34600,34800,35000,35200,35400,35600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"95,97,99,101,103,105,107,109,111",1 +30110001,Grade-Skipper,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"20,19,18","25000,25000,25000",,0,0,0,6,"1,1,1",1 +30110002,New Yorker,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +30110003,My Song,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +30110004,Trying on a Yukata,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +30110005,"Oh, Sweet Ramune","For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +30110006,Where Are the Eggs?,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30110007,All-Out Composing,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23,23,23,22,22","33000,33000,33000,33000,33000,33000,33000,33000,33000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",1 +30120001,Mou Man Tai! No Prob!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +30120002,Born in Hong Kong,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +30120003,I Can Do Anything,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"23,22,21","36000,36000,36000",,0,0,0,6,"1,1,1",1 +30120004,Nonchalant Strut,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",1 +30120005,Crunchy Candy Apple,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"8000,7900,7800,7700,7600","48000,48200,48400,48600,48800",,0,0,0,6,"2,2,2,2,3",1 +30120006,Fruit Sandwich,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +30120007,Friends and Rivals,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",1 +40010001,Feeling Determined,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +40010002,I Love to Sing,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +40010003,Singing at Home,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21","29000,29000,29000","4000,4000,4000",0,0,0,5,"1,1,1",1 +40010004,Cheering Everybody Up,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +40010005,A Little Shy,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +40010006,Heading Out to Harajuku,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22","37000,37000,37000,37000,37000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +40010007,Heartfelt Feelings,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"8000,7800,7800,7600,7600,7400,7400,7200,7200","38000,38200,38400,38600,38800,39000,39200,39400,39600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"136,138,140,142,144,146,148,150,152",1 +40010008,It's Always Sunny Over the Clouds,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19,18,17,16,15,14,13","26000,26000,26000,26000,26000,26000,26000,26000,26000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223121515 +40020001,Beeline!,"For every {0} rhythm icons, there is a {1}% chance
of Liella! rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,400,0,4,"112,114,116",1 +40020002,Born in Shanghai,"For every {0} rhythm icons, there is a {1}% chance
of the score gained from PERFECTs being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",1,0,0,4,"112,114,116",1 +40020003,Dressing Up at Home,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"25,24,23","30000,30000,30000",,0,0,0,6,"1,1,1",1 +40020004,I'll Do My Very Best!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +40020005,Powerfully Passionate,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"30,29,28,27,26","53000,53000,53000,53000,53000",,0,0,0,6,"2,2,2,2,3",1 +40020006,Getting Rough!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +40020007,Costume Stylist,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"27,26,26,26,25,25,25,24,24","43000,43000,43000,43000,43000,43000,43000,43000,43000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",1 +40020008,Strike While the Iron is Hot,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"9000,8800,8800,8600,8600,8400,8400,8200,8200","39000,39200,39400,39600,39800,40000,40200,40400,40600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"149,151,153,155,157,159,161,163,165",223121515 +40030001,Choreographer,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"22,21,20","27000,27000,27000",,0,0,0,6,"1,1,1",1 +40030002,Love for Round Things,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"114,116,118",1 +40030003,Surprises at Home,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23","37000,37000,37000","2000,2000,2000",0,0,0,4,"125,127,129",1 +40030004,Let's Dance Together,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +40030005,Wanna Eat Takoyaki?,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22","32000,32000,32000,32000,32000","2500,2500,2500,3000,3000",0,0,0,4,"112,114,116,118,120",1 +40030006,Carefree Greetings,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"24,23,23,23,22","40000,40000,40000,40000,40000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +40030007,Veteran Steps,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"26,25,25,25,24,24,24,23,23","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",1 +40030008,Fortune Comes to Those Who Smile,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19,19,19,18,18","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223121515 +40040001,The Showbiz Spirit,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +40040002,A Real Wild Card,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"25,24,23","30000,30000,30000",,0,0,0,6,"1,1,1",1 +40040003,A Toast at Home ☆,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +40040004,Galaxy!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"22,21,21,21,20","34000,34000,34000,34000,34000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +40040005,Back to Center Stage,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +40040006,Wear Walking Shoes!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",1 +40040007,Two Armfuls,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"26,25,25,25,24,24,24,23,23","41000,41000,41000,41000,41000,41000,41000,41000,41000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",1 +40040008,Faith Will Move Mountains,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"119,121,123,125,127,129,131,133,135",223121515 +40050001,Honor Student,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"24,23,23","31000,31000,31000","4000,4000,4000",0,0,0,5,"1,1,1",1 +40050002,Young Miss,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19","31000,31000,31000","2000,2000,2000",0,0,0,4,"113,115,117",1 +40050003,Home Decoration,"For every {0} rhythm icons, there is a {1}% chance
of Liella! rhythm icon score being raised by {3} for {2}s.",1,"24,23,23","32000,32000,32000","2000,2000,2000",0,400,0,4,"112,114,116",1 +40050004,Diligent Effort,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",1 +40050005,An Example to All,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"22,21,21,21,20","34000,34000,34000,34000,34000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +40050006,Leisure Outfit,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"108,110,112,114,116",1 +40050007,Mother's Yuigaoka,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"29,28,28,28,27,27,27,26,26","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",1 +40050008,Never Lose Your Humility,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"6000,5900,5800,5700,5600,5500,5400,5300,5200","36000,36200,36400,36600,36800,37000,37200,37400,37600",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223121515 +40060001,From the Far North,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"23,22,21","36000,36000,36000",,0,0,0,6,"1,1,1",1 +40060002,Genial and Generous,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +40060003,Relaxing at Home,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +40060004,Aiming to Shine,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"9000,8900,8800,8700,8600","54000,54200,54400,54600,54800",,0,0,0,6,"2,2,2,2,3",1 +40060005,I'm Going for It!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"26,25,25,25,24","41000,41000,41000,41000,41000","2500,2500,2500,3000,3000",0,0,0,4,"123,125,127,129,131",1 +40060006,Let's Get Girly,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +40060007,230m above Ground,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"27,26,25,24,23,22,21,20,19","33000,33000,33000,33000,33000,33000,33000,33000,33000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",1 +40060008,Keep On Until You Succeed,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"19,18,18,18,17,17,17,16,16","24000,24000,24000,24000,24000,24000,24000,24000,24000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"119,121,123,125,127,129,131,133,135",223121515 +40070001,I Wanna Try!,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"22,21,20","27000,27000,27000",,0,0,0,6,"1,1,1",1 +40070002,With the Seasons,"For every {0} rhythm icons, there is a {1}% chance
of Liella! rhythm icon score being raised by {3} for {2}s.",1,"23,22,22","31000,31000,31000","2000,2000,2000",0,400,0,4,"111,113,115",1 +40070003,House Party!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16","28000,28000,28000","2000,2000,2000",0,0,0,4,"107,109,111",1 +40070004,Please Cheer Me On...,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +40070005,Following My Dreams,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"22,21,21,21,20","29000,29000,29000,29000,29000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +40070006,Looking Cool,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"22,21,21,21,20","34000,34000,34000,34000,34000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +40070007,Almost Complete,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"29,28,28,28,27,27,27,26,26","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",1 +40070008,With All Your Might,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223121515 +40080001,Science Club Member,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24","39000,39000,39000","2000,2000,2000",0,0,0,4,"124,126,128",1 +40080002,With Mei,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21","30000,30000,30000","2000,2000,2000",0,0,0,4,"110,112,114",1 +40080003,Chilling at Home,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"24,23,22","29000,29000,29000",,0,0,0,6,"1,1,1",1 +40080004,Cool and Mysterious,"Every time you get a {0} combo, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",2,"25,24,24,24,23","43000,43000,43000,43000,43000","4500,4500,4500,5000,5000",0,0,0,5,"1,1,1,1,2",1 +40080005,Lively Is Nice Sometimes,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"113,115,117,119,121",1 +40080006,I Make This Look Good,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +40080007,After School Science,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"26,25,25,25,24,24,24,23,23","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",1 +40080008,Silence is Golden,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20,20,20,19,19","30000,30000,30000,30000,30000,30000,30000,30000,30000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"110,112,114,116,118,120,122,124,126",223121515 +40090001,Oni-Supplement,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19","28000,28000,28000","2000,2000,2000",0,0,0,4,"106,108,110",1 +40090002,I Smell Money,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"23,22,22","30000,30000,30000","4000,4000,4000",0,0,0,5,"1,1,1",1 +40090003,Happy Heart at Home,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17","29000,29000,29000","2000,2000,2000",0,0,0,4,"109,111,113",1 +40090004,I'll Fire Them Up!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",1 +40090005,Newfound Dream,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"106,108,110,112,114",1 +40090006,Sweet & Spicy,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"21,20,19,18,17","26000,26000,26000,26000,26000",,0,0,0,6,"2,2,2,2,3",1 +40090007,OniNatsu Live Stream!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"26,25,25,25,24,24,24,23,23","41000,41000,41000,41000,41000,41000,41000,41000,41000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",1 +40090008,The End Justifies the Means,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"22,21,21,21,20,20,20,19,19","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",223121515 +10010015,Miracle Live!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,20,19,18,17,16,15,14","30000,30000,30000,30000,30000,30000,30000,30000,30000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"110,115,120,125,130,135,140,145,150",1 +20010013,Miracle Live ☆,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"27,26,25,24,23,22,21,20,19","43000,43000,43000,43000,43000,43000,43000,43000,43000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,116,121,126,131,136,141,146,151",1 +30010009,Miracle Live ♡,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"26,25,24,23,22,21,20,19,18","41000,41000,41000,41000,41000,41000,41000,41000,41000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"123,128,133,138,143,148,153,158,163",1 +40010009,Miracle Live ♪,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"7000,7000,7000,7000,7000,7000,7000,7000,7000","37000,37200,37400,37600,37800,38000,38200,38400,38600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"141,146,151,156,161,166,171,176,181",1 +40090009,Time for a Lecture,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"116,118,120,122,124,126,128,130,132",223041902 +40020009,Swirling Ice Cream,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"16,15,15,15,14,14,14,13,13","27000,27000,27000,27000,27000,27000,27000,27000,27000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"105,107,109,111,113,115,117,119,121",223041902 +40030009,Cheer Up!,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"8000,7800,7800,7600,7600,7400,7400,7200,7200","38000,38200,38400,38600,38800,39000,39200,39400,39600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"136,138,140,142,144,146,148,150,152",223041904 +10010016,Sports Drink,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"28,27,27,27,26,26,26,25,25","45000,45000,45000,45000,45000,45000,45000,45000,45000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"110,112,114,116,118,120,122,124,126",223043003 +10020015,New! Animal Cookie,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18,18,18,17,17","28000,28000,28000,28000,28000,28000,28000,28000,28000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"106,108,110,112,114,116,118,120,122",223043003 +10090015,µ's and Me,"For every {0} rhythm icons, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",1,"29,28,28,28,27,27,27,26,26","38000,38000,38000,38000,38000,38000,38000,38000,38000","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",223043005 +20010014,Trying on Glasses,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600,4400,4400,4200,4200","34000,34200,34400,34600,34800,35000,35200,35400,35600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"95,97,99,101,103,105,107,109,111",223051503 +20020013,Take a Bite,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"29,28,28,28,27,27,27,26,26","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",223051503 +20070013,Having a Snack Downtown,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"119,121,123,125,127,129,131,133,135",223051505 +40010010,Lovely Apple Pie,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"116,118,120,122,124,126,128,130,132",223050104 +30050009,Surprise BBQ,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"27,26,25,24,23,22,21,20,19","33000,33000,33000,33000,33000,33000,33000,33000,33000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223053002 +30060009,Catching Some Zzz's,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",223053103 +30080009,Healing Voice Echoes in the Air,"Every time you get a {0} combo, there is a {1}% chance
of restoring {3} stamina.",2,"17,16,15,14,13,12,11,10,9","29000,29000,29000,29000,29000,29000,29000,29000,29000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223053103 +30090009,Super Intense Live Show,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"9000,8800,8800,8600,8600,8400,8400,8200,8200","39000,39200,39400,39600,39800,40000,40200,40400,40600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"149,151,153,155,157,159,161,163,165",223053105 +20030013,I Love this Ocean,Has a {1}% chance of restoring
{3} stamina every {0}s.,4,"7000,6900,6800,6700,6600,6500,6400,6300,6200","42000,42200,42400,42600,42800,43000,43200,43400,43600",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223061503 +20040013,Shell Float,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19,19,19,18,18","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223061503 +20090013,Unbreakable Watermelon,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25,25,25,24,24","43000,43000,43000,43000,43000,43000,43000,43000,43000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"121,123,125,127,129,131,133,135,137",223061505 +10070015,Rainy Birthday,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600,4400,4400,4200,4200","34000,34200,34400,34600,34800,35000,35200,35400,35600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"95,97,99,101,103,105,107,109,111",223060902 +20080013,Hydrangea After Rain,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18,18,18,17,17","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",223061302 +40080009,Stag Beetle Cake,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16,16,15,15,15,14,14","28000,28000,28000,28000,28000,28000,28000,28000,28000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"107,109,111,113,115,117,119,121,123",223061702 +30040009,Morning Surprise!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18,18,18,17,17","28000,28000,28000,28000,28000,28000,28000,28000,28000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"106,108,110,112,114,116,118,120,122",223062902 +10070016,I'll See You in Umeda,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"20,19,19,19,18,18,18,17,17","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",223070703 +40040009,Like a Hollywood Star,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21,21,21,20,20","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",223063003 +40050009,Summertime Beach Volleyball,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223063003 +40060010,High Waves Surprise,"Every {0} seconds, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",4,"7000,6800,6800,6600,6600,6400,6400,6200,6200","42000,42300,42600,42900,43200,43500,43800,44100,44400","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",223063005 +30010010,Poolside Break,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"15,14,14,14,13,13,13,12,12","26000,26000,26000,26000,26000,26000,26000,26000,26000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"102,104,106,108,110,112,114,116,118",223071504 +30100009,Waterslide,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"28,27,27,27,26,26,26,25,25","45000,45000,45000,45000,45000,45000,45000,45000,45000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"120,122,124,126,128,130,132,134,136",223071504 +30020009,Lurking Under the Sea,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"7000,6800,6800,6600,6600,6400,6400,6200,6200","37000,37200,37400,37600,37800,38000,38200,38400,38600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"122,124,126,128,130,132,134,136,138",223071506 +20060014,With Gratitude,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22,22,22,21,21","32000,32000,32000,32000,32000,32000,32000,32000,32000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",223071302 +40020010,Sunny Passion Surprise,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"18,17,17,17,16,16,16,15,15","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"120,122,124,126,128,130,132,134,136",223071703 +40020012,Tree of Snow and Ice,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18,18,18,17,17","16000,16000,16000,16000,16000,16000,16000,16000,16000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"302,304,306,308,310,312,314,316,318",223121506 +40020014,It's Cooking!,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"21000,20800,20800,20600,20600","75000,75000,75000,75000,75000","2500,2500,2500,3000,3000",0,0,0,4,"206,208,210,212,214",224020102 +10090016,Echoes of a Stationfront Duet,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"6000,5800,5800,5600,5600,5400,5400,5200,5200","36000,36200,36400,36600,36800,37000,37200,37400,37600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223072202 +10030016,Close to Summer's End...,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223073103 +10050015,Big Wave Surfin',"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21,21,21,20,20","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",223073103 +10040016,Beach Races,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"8000,7800,7800,7600,7600,7400,7400,7200,7200","38000,38200,38400,38600,38800,39000,39200,39400,39600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"136,138,140,142,144,146,148,150,152",223073105 +40070010,Festival Games,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223081503 +40080010,Bullseye for Mei,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600,4400,4400,4200,4200","34000,34200,34400,34600,34800,35000,35200,35400,35600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"95,97,99,101,103,105,107,109,111",223081503 +40080011,From Ancient Times,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"19,18,18,18,17,17,17,16,16","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"135,137,139,141,143,145,147,149,151",223121509 +40080013,Taste Tester Wanted,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"16,15,15,15,14","22000,22000,22000,22000,22000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",224020102 +40010011,Evening Flower Buds,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19,19,19,18,18","32000,32000,32000,32000,32000,32000,32000,32000,32000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",223081505 +20010015,Cozy Bus Ride,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",223080103 +10010017,Letter from a Childhood Friend,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"17,16,16,16,15,15,15,14,14","28000,28000,28000,28000,28000,28000,28000,28000,28000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"117,119,121,123,125,127,129,131,133",223080304 +40090010,Cradled by the Trunk,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600,4400,4400,4200,4200","34000,34200,34400,34600,34800,35000,35200,35400,35600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"95,97,99,101,103,105,107,109,111",223080702 +30070009,Anime Song Karaoke Party,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",223080802 +20060015,Where Darkness Gathers,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"7000,6800,6800,6600,6600,6400,6400,6200,6200","37000,37200,37400,37600,37800,38000,38200,38400,38600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"122,124,126,128,130,132,134,136,138",223083103 +20060016,Overenthusiastic Exorcist,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22,22,22,21,21","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"143,145,147,149,151,153,155,157,159",224021403 +20060017,What Should I Do?!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"162,164,166,168,170,172,174,176,178",224020903 +20080014,Gazing at the Distant Moon,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"20,19,19,19,18,18,18,17,17","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223083103 +20080016,Super Luxury Ehomaki,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"17,16,15,14,13,12,11,10,9","20000,20000,20000,20000,20000,20000,20000,20000,20000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",224021406 +20050014,Rustling Silvergrass,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21,21,21,20,20","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",223083105 +10060015,Refreshing Evening,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223091503 +10060017,On the Snowy Rink,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"31,30,30,30,29,29,29,28,28","30000,30000,30000,30000,30000,30000,30000,30000,30000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"298,300,302,304,306,308,310,312,314",224011503 +10060018,Spring Astronomical Observation,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23,23,23,22,22","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"182,184,186,188,190,192,194,196,198",224031603 +10070017,Summer Boat to Kanda,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21,21,21,20,20","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",223091503 +10080016,How Many Plates Can We Eat?,"Every {0} seconds, there is a {1}% chance
the judgment timing for PERFECTs expands by {3} levels for {2}s.",4,"8000,7800,7800,7600,7600,7400,7400,7200,7200","48000,48300,48600,48900,49200,49500,49800,50100,50400","5000,5000,5000,5500,5500,5500,6000,6000,6000",0,0,0,5,"1,1,1,1,2,2,2,2,2",223091505 +10080017,A Reason to Be Excited,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","42000,42000,42000,42000,42000,42000,42000,42000,42000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"127,129,131,133,135,137,139,141,143",224011703 +10030017,Costume Photoshoot ♡,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22,22,22,21,21","32000,32000,32000,32000,32000,32000,32000,32000,32000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",223091202 +10030018,"Ah, I Slipped!","For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"18,17,17,17,16,16,16,15,15","19000,19000,19000,19000,19000,19000,19000,19000,19000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"273,275,277,279,281,283,285,287,289",224011503 +20020014,Flying Seagulls,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"8000,7800,7800,7600,7600,7400,7400,7200,7200","38000,38200,38400,38600,38800,39000,39200,39400,39600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"136,138,140,142,144,146,148,150,152",223091902 +20020016,Making Demon Masks,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"18,17,17,17,16,16,16,15,15","19000,19000,19000,19000,19000,19000,19000,19000,19000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"273,275,277,279,281,283,285,287,289",224021403 +20090014,Fresh Autumn Sweets,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"18,17,17,17,16,16,16,15,15","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",223092102 +20090016,With the Penguins ♡,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25,25,25,24,24","40000,40000,40000,40000,40000,40000,40000,40000,40000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"194,196,198,200,202,204,206,208,210",223123103 +40040010,Mesmerized by Melons ♡,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"19,18,18,18,17,17,17,16,16","30000,30000,30000,30000,30000,30000,30000,30000,30000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"122,124,126,128,130,132,134,136,138",223092802 +40040012,Want Me to Feed You?,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"16,15,15,15,14","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"129,131,133,135,137",224020102 +40040013,Can't Be Honest,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"34,33,33,33,32,32,32,31,31","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"183,185,187,189,191,193,195,197,199",224030106 +30120010,Halloween Afternoon,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23,23,23,22,22","33000,33000,33000,33000,33000,33000,33000,33000,33000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",223093003 +30110010,Halloween Surprise,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"7000,6800,6800,6600,6600,6400,6400,6200,6200","37000,37200,37400,37600,37800,38000,38200,38400,38600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"122,124,126,128,130,132,134,136,138",223093003 +30030010,Secret Plan,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22,22,21,21,21,20,20","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"126,128,130,132,134,136,138,140,142",223093005 +20070015,Flower Park,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"31,30,30,30,29,29,29,28,28","25000,25000,25000,25000,25000,25000,25000,25000,25000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"207,209,211,213,215,217,219,221,223",223101507 +20070016,Impressive VR Experience,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"28,27,27,27,26,26,26,25,25","27000,27000,27000,27000,27000,27000,27000,27000,27000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"295,297,299,301,303,305,307,309,311",224030403 +20040015,The World Is Upside-Down,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"33,32,32,32,31,31,31,30,30","41000,41000,41000,41000,41000,41000,41000,41000,41000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"159,161,163,165,167,169,171,173,175",223101507 +20040016,What's Your Wish?,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22,22,22,21,21","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"191,193,195,197,199,201,203,205,207",224010104 +20030015,Haunted House,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"11000,10800,10800,10600,10600,10400,10400,10200,10200","36000,36000,36000,36000,36000,36000,36000,36000,36000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"254,256,258,260,262,264,266,268,270",223101509 +20030016,Special Teatime,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"18,17,17,17,16,16,16,15,15","19000,19000,19000,19000,19000,19000,19000,19000,19000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"273,275,277,279,281,283,285,287,289",224021005 +30100010,Spending Time with My Sister,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",223100503 +10020017,New Hairstyle,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"27,26,26,26,25,25,25,24,24","43000,43000,43000,43000,43000,43000,43000,43000,43000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"111,113,115,117,119,121,123,125,127",223102102 +10020018,Forever Smiling,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23,23,22,22,22,21,21","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"167,169,171,173,175,177,179,181,183",224020903 +40070011,A Day at the Cat Cafe,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"30,29,29,29,28,28,28,27,27","49000,49000,49000,49000,49000,49000,49000,49000,49000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223102902 +40070012,Came Out Great,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"16,15,15,15,14","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"129,131,133,135,137",224020102 +40070013,Snacks for Our Seniors,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"18,17,17,17,16,16,16,15,15","22000,22000,22000,22000,22000,22000,22000,22000,22000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"195,197,199,201,203,205,207,209,211",224030103 +10040017,With You to Wherever,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"32,31,30,29,28","48000,48000,48000,48000,48000",,0,0,0,6,"2,2,2,2,3",223100504 +20050015,"Adventure, Aye Aye!","Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"35,34,34,34,33","42000,42000,42000,42000,42000","2500,2500,2500,3000,3000",0,0,0,4,"165,167,169,171,173",223101504 +30070011,The Great Adventure Begins,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"34,33,33,33,32","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"183,185,187,189,191",223101504 +40030011,To Sights Yet Unseen,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27","47000,47000,47000,47000,47000","2500,2500,2500,3000,3000",0,0,0,4,"119,121,123,125,127",223101504 +30010011,Walking Together with You,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223101503 +30020010,Super Sweet Cutie Girl,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19,19,19,18,18","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223101503 +30030011,In the Springtime of Life,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"25,24,23,22,21,20,19,18,17","30000,30000,30000,30000,30000,30000,30000,30000,30000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223101503 +30040010,Cool Beauty,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22,22,22,21,21","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",223101503 +30050011,"""i"" Love You","For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"24,23,23,23,22,22,22,21,21","32000,32000,32000,32000,32000,32000,32000,32000,32000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"112,114,116,118,120,122,124,126,128",223101503 +30060010,Nap and a Show,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"6000,5800,5800,5600,5600,5400,5400,5200,5200","36000,36200,36400,36600,36800,37000,37200,37400,37600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223101503 +30070012,Professing My Love!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"20,19,19,19,18,18,18,17,17","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223101503 +30080010,Singing a Comforting Song,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"20,19,19,19,18,18,18,17,17","28000,28000,28000,28000,28000,28000,28000,28000,28000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"106,108,110,112,114,116,118,120,122",223101503 +30090011,Connecting with Fans,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"21,20,20,20,19,19,19,18,18","29000,29000,29000,29000,29000,29000,29000,29000,29000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"108,110,112,114,116,118,120,122,124",223101503 +30100011,Gifted with Aptitude,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"22,21,21,21,20,20,20,19,19","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",223101503 +30100012,Time to Get to Work,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"7000,6800,6800,6600,6600","37000,37200,37400,37600,37800","2500,2500,2500,3000,3000",0,0,0,4,"122,124,126,128,130",224011105 +30110011,Reach for My Dreams,"For every {0} rhythm icons, there is a {1}% chance
of restoring {3} stamina.",1,"23,22,21,20,19,18,17,16,15","28000,28000,28000,28000,28000,28000,28000,28000,28000",,0,0,0,6,"3,3,3,3,4,4,4,4,5",223101503 +30110012,"Let’s Go, Baby!","Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"28,27,27,27,26","45000,45000,45000,45000,45000","2500,2500,2500,3000,3000",0,0,0,4,"110,112,114,116,118",224011105 +30120011,As a Part of the Club,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223101503 +30120012,Lanzhu’s the Boss!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"25,24,24,24,23","33000,33000,33000,33000,33000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",224011105 +30120013,Let's Make the Best of Love!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",223121902 +30120014,On a Flying Trapeze,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"12000,11800,11800,11600,11600,11400,11400,11200,11200","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"301,303,305,307,309,311,313,315,317",224021503 +30010012,Gazing at You,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"116,118,120,122,124,126,128,130,132",223100302 +30020011,Grown-up Date ♡,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"22,21,21,21,20,20,20,19,19","34000,34000,34000,34000,34000,34000,34000,34000,34000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",223101002 +30020013,Formal Kasumin,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"8000,7800,7800,7600,7600","38000,38200,38400,38600,38800","2500,2500,2500,3000,3000",0,0,0,4,"136,138,140,142,144",224011105 +30020014,Makeup Kasumin,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"22,21,21,21,20,20,20,19,19","21000,21000,21000,21000,21000,21000,21000,21000,21000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"301,303,305,307,309,311,313,315,317",224012303 +30030012,Flirty Attitude,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26,26,26,25,25","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"114,116,118,120,122,124,126,128,130",223101702 +30030013,Acting Like an Adult,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25","43000,43000,43000,43000,43000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",224011105 +30030014,Some Help from Ophelia,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"27,26,26,26,25,25,25,24,24","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"218,220,222,224,226,228,230,232,234",224013103 +30030015,Two Are Heroes,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"15000,14800,14800,14600,14600,14400,14400,14200,14200","33000,33000,33000,33000,33000,33000,33000,33000,33000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"423,425,427,429,431,433,435,437,439",224031603 +30040011,Searching for a Special Love,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600,4400,4400,4200,4200","34000,34200,34400,34600,34800,35000,35200,35400,35600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"95,97,99,101,103,105,107,109,111",223102402 +30050012,Fun with the Two of Us,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21,21,21,20,20","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"115,117,119,121,123,125,127,129,131",223103102 +40030012,After Party,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"30,29,29,29,28,28,28,27,27","35000,35000,35000,35000,35000,35000,35000,35000,35000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"158,160,162,164,166,168,170,172,174",223103109 +40060011,Offstage Nerves,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22,22,21,21,21,20,20","28000,28000,28000,28000,28000,28000,28000,28000,28000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"236,238,240,242,244,246,248,250,252",223103109 +40060012,My Tastebuds Are Tingling,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"16,15,15,15,14","17000,17000,17000,17000,17000","2500,2500,2500,3000,3000",0,0,0,4,"175,177,179,181,183",224020102 +40060013,Tokyo French Fries,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"30,29,29,29,28,28,28,27,27","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"233,235,237,239,241,243,245,247,249",224031603 +40090011,Natural Informant,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"15000,14800,14800,14600,14600,14400,14400,14200,14200","68000,68000,68000,68000,68000,68000,68000,68000,68000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"161,163,165,167,169,171,173,175,177",223103106 +40090013,My Special Smoothie,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"21000,20800,20800,20600,20600","75000,75000,75000,75000,75000","2500,2500,2500,3000,3000",0,0,0,4,"206,208,210,212,214",224020102 +40100001,Overwhelming Musical Taste,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"10000,9800,9800,9600,9600","40000,40200,40400,40600,40800","2500,2500,2500,3000,3000",0,0,0,4,"162,164,166,168,170",223121510 +40100002,Duet,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"16,15,15,15,14,14,14,13,13","38000,38000,38000,38000,38000,38000,38000,38000,38000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"100,102,104,106,108,110,112,114,116",224012003 +40100003,Made with All My Heart,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"16,15,15,15,14","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"129,131,133,135,137",224020102 +40110001,Strict Analysis,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"17,16,16,16,15","21000,21000,21000,21000,21000","2500,2500,2500,3000,3000",0,0,0,4,"122,124,126,128,130",223121510 +40110002,Jellyfish,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"232,234,236,238,240,242,244,246,248",223122802 +40110003,Cooked Efficiently,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"16,15,15,15,14","22000,22000,22000,22000,22000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",224020102 +30070013,Band of Volunteers,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"32,31,31,31,30,30,30,29,29","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"251,253,255,257,259,261,263,265,267",223111503 +30050013,Food Stall Crawl,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"18,17,17,17,16,16,16,15,15","19000,19000,19000,19000,19000,19000,19000,19000,19000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"273,275,277,279,281,283,285,287,289",223111503 +30050014,I'll Manage to Manage!,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"5000,4800,4800,4600,4600","34000,34200,34400,34600,34800","2500,2500,2500,3000,3000",0,0,0,4,"95,97,99,101,103",224011105 +30040012,Ace of the Butler Cafe,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"31,30,30,30,29,29,29,28,28","25000,25000,25000,25000,25000,25000,25000,25000,25000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"207,209,211,213,215,217,219,221,223",223111506 +30040013,Working in Style,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26","37000,37000,37000,37000,37000","2500,2500,2500,3000,3000",0,0,0,4,"114,116,118,120,122",224011105 +30040014,Experiments in Chocolate,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27,27,27,26,26","26000,26000,26000,26000,26000,26000,26000,26000,26000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"321,323,325,327,329,331,333,335,337",224013103 +10050016,Delivering a Bundle of Cuteness,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"16000,15800,15800,15600,15600,15400,15400,15200,15200","58000,58000,58000,58000,58000,58000,58000,58000,58000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"201,203,205,207,209,211,213,215,217",223110102 +10050018,You Can Count on Me!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"34,33,33,33,32,32,32,31,31","31000,31000,31000,31000,31000,31000,31000,31000,31000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"183,185,187,189,191,193,195,197,199",224011506 +30090012,FULL COMBO!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"30,29,29,29,28,28,28,27,27","24000,24000,24000,24000,24000,24000,24000,24000,24000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"303,305,307,309,311,313,315,317,319",223111302 +40050011,Strawberry Dessert Buffet,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"26,25,25,25,24,24,24,23,23","52000,52000,52000,52000,52000,52000,52000,52000,52000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"92,94,96,98,100,102,104,106,108",223112402 +40050012,Here You Are,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"16,15,15,15,14","17000,17000,17000,17000,17000","2500,2500,2500,3000,3000",0,0,0,4,"175,177,179,181,183",224020102 +40050013,Filled with My Gratitude,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"21,20,20,20,19,19,19,18,18","41000,41000,41000,41000,41000,41000,41000,41000,41000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"147,149,151,153,155,157,159,161,163",224030103 +30060011,"You, Forever, Always","For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"30,29,29,29,28,28,28,27,27","40000,40000,40000,40000,40000,40000,40000,40000,40000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",223110702 +30060012,Some Work Before Snoozing,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"19,18,18,18,17","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"122,124,126,128,130",224011105 +30060013,Irresistible Charm of the Kotatsu,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"9000,8800,8800,8600,8600,8400,8400,8200,8200","46000,46000,46000,46000,46000,46000,46000,46000,46000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"181,183,185,187,189,191,193,195,197",223121602 +30070014,Let This Love Reach Everyone,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223111402 +30080011,My Memories of You,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"9000,8800,8800,8600,8600,8400,8400,8200,8200","39000,39200,39400,39600,39800,40000,40200,40400,40600","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"149,151,153,155,157,159,161,163,165",223112102 +30080012,Do I Look Cool?,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"19,18,18,18,17","30000,30000,30000,30000,30000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",224011105 +30080014,Always Room for More Bread,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25,25,25,24,24","40000,40000,40000,40000,40000,40000,40000,40000,40000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"194,196,198,200,202,204,206,208,210",224020503 +30090013,To My Special You,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"113,115,117,119,121,123,125,127,129",223112802 +30090014,A Different Feel,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"126,128,130,132,134",224011105 +10040018,Giving Ai to You,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"115,117,119,121,123",223103001 +20050016,It's Going to be Fun!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"23,22,22,22,21","31000,31000,31000,31000,31000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",223103001 +20050017,Osechi and Special Stewshine,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","27000,27000,27000,27000,27000,27000,27000,27000,27000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"250,252,254,256,258,260,262,264,266",223123103 +20050019,Re-photographing at a Memorable Place,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"19,18,18,18,17,17,17,16,16","24000,24000,24000,24000,24000,24000,24000,24000,24000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"228,230,232,234,236,238,240,242,244",224031603 +30070015,Here We Go!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"23,22,22,22,21","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"126,128,130,132,134",223103001 +30070016,Let's Stay Sharp,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"116,118,120,122,124",224011105 +40030013,"Ready, Set, Okay ♪","Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"12000,11800,11800,11600,11600","42000,42200,42400,42600,42800","2500,2500,2500,3000,3000",0,0,0,4,"185,187,189,191,193",223103001 +40030014,A Day of Circling for Circles,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20,20,20,19,19","17000,17000,17000,17000,17000,17000,17000,17000,17000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"316,318,320,322,324,326,328,330,332",224022503 +40030015,Take a Bite,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"16,15,15,15,14","17000,17000,17000,17000,17000","2500,2500,2500,3000,3000",0,0,0,4,"175,177,179,181,183",224020102 +10010019,Spring in Full Bloom!,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"15,14,14,14,13","26000,26000,26000,26000,26000","2500,2500,2500,3000,3000",0,0,0,4,"111,113,115,117,119",223110103 +20010017,Scorching Summer Beach,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"15000,14800,14800,14600,14600","45000,45200,45400,45600,45800","2500,2500,2500,3000,3000",0,0,0,4,"217,219,221,223,225",223110103 +30010013,Long Autumn Nights,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"15,14,14,14,13","18000,18000,18000,18000,18000","2500,2500,2500,3000,3000",0,0,0,4,"125,127,129,131,133",223110103 +40010013,Shimmering Winter Skies,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"15,14,14,14,13","26000,26000,26000,26000,26000","2500,2500,2500,3000,3000",0,0,0,4,"102,104,106,108,110",223110103 +40010014,Double Pose,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22,22,22,21,21","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"143,145,147,149,151,153,155,157,159",223121506 +30010014,I'm Ready to Go!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"17,16,16,16,15","28000,28000,28000,28000,28000","2500,2500,2500,3000,3000",0,0,0,4,"107,109,111,113,115",223110108 +10040019,A Very µ's Christmas,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23,23,22,22,22,21,21","27000,27000,27000,27000,27000,27000,27000,27000,27000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"256,258,260,262,264,266,268,270,272",223113010 +10040020,Smile Spilling Out on the Porch,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"16,15,15,15,14,14,14,13,13","38000,38000,38000,38000,38000,38000,38000,38000,38000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"100,102,104,106,108,110,112,114,116",224031503 +10090018,Preparing the Feast,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"27,26,26,26,25,25,25,24,24","27000,27000,27000,27000,27000,27000,27000,27000,27000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"250,252,254,256,258,260,262,264,266",223113010 +10010020,Winter Stars Above the Trees,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","42000,42000,42000,42000,42000,42000,42000,42000,42000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"127,129,131,133,135,137,139,141,143",223113006 +30110013,My Favorite Athlete is in Japan!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19,19,19,18,18","27000,27000,27000,27000,27000,27000,27000,27000,27000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"215,217,219,221,223,225,227,229,231",223120602 +30100013,My Mark,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"29,28,28,28,27,27,27,26,26","47000,47000,47000,47000,47000,47000,47000,47000,47000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"109,111,113,115,117,119,121,123,125",223120502 +30110014,Racing Heart,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"25,24,24,24,23,23,23,22,22","39000,39000,39000,39000,39000,39000,39000,39000,39000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"124,126,128,130,132,134,136,138,140",223121202 +60010001,Fortune Teller Girl,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"28,27,27,27,26","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"162,164,166,168,170",223121403 +60020001,Food Stall Peddler,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"18,17,17,17,16","29000,29000,29000,29000,29000","2500,2500,2500,3000,3000",0,0,0,4,"120,122,124,126,128",223121403 +60030001,Executive Director General,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"28,27,27,27,26","50000,50000,50000,50000,50000","2500,2500,2500,3000,3000",0,0,0,4,"103,105,107,109,111",223121403 +60040001,Descendant of the Fairy Tribe,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"30,29,29,29,28","35000,35000,35000,35000,35000","2500,2500,2500,3000,3000",0,0,0,4,"158,160,162,164,166",223121403 +60050001,Ryokan Poster Girl,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"26,25,25,25,24","21000,21000,21000,21000,21000","2500,2500,2500,3000,3000",0,0,0,4,"207,209,211,213,215",223121403 +60060001,Messenger,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"18,17,17,17,16","22000,22000,22000,22000,22000","2500,2500,2500,3000,3000",0,0,0,4,"137,139,141,143,145",223121403 +60070001,Mechanic,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"11000,10800,10800,10600,10600","36000,36000,36000,36000,36000","2500,2500,2500,3000,3000",0,0,0,4,"223,225,227,229,231",223121403 +60080001,Zoologist,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"32,31,31,31,30","41000,41000,41000,41000,41000","2500,2500,2500,3000,3000",0,0,0,4,"145,147,149,151,153",223121403 +60090001,Descendant of the Demon King,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"27,26,26,26,25","43000,43000,43000,43000,43000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",223121403 +20010018,A Lively Town!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"24,23,23,23,22","49000,49000,49000,49000,49000","2500,2500,2500,3000,3000",0,0,0,4,"91,93,95,97,99",223120806 +20010019,New Year's Day Sunrise Over the Ocean,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"24,23,23,23,22,22,22,21,21","37000,37000,37000,37000,37000,37000,37000,37000,37000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"125,127,129,131,133,135,137,139,141",223123106 +30010015,Onto a New Stage,"Every {0} seconds, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",4,"14000,13800,13800,13600,13600","53000,53000,53000,53000,53000","2500,2500,2500,3000,3000",0,0,0,4,"193,195,197,199,201",223120906 +30010017,Open Wide!,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"21,20,20,20,19,19,19,18,18","38000,38000,38000,38000,38000,38000,38000,38000,38000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"103,105,107,109,111,113,115,117,119",224013106 +30010018,Trying Out Flower Arranging!,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"22,21,21,21,20,20,20,19,19","17000,17000,17000,17000,17000,17000,17000,17000,17000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"316,318,320,322,324,326,328,330,332",224030108 +30010019,Won't You Stay With Me?,"Every time you get a {0} combo, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",2,"31,30,30,30,29,29,29,28,28","41000,41000,41000,41000,41000,41000,41000,41000,41000","3000,3000,3000,3500,3500,3500,4000,4000,4000",0,0,0,4,"140,142,144,146,148,150,152,154,156",224020903 +40010015,A Hunch of an Encounter,"For every {0} PERFECTs you get, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",3,"29,28,28,28,27","47000,47000,47000,47000,47000","2500,2500,2500,3000,3000",0,0,0,4,"119,121,123,125,127",223121003 +40010016,Sorry To Keep You Waiting,"For every {0} rhythm icons, there is a {1}% chance
of your rhythm icon score being raised by {3} for {2}s.",1,"16,15,15,15,14","22000,22000,22000,22000,22000","2500,2500,2500,3000,3000",0,0,0,4,"121,123,125,127,129",224020102 diff --git a/src/router/masterdata/csv/notice_birthday.csv b/src/router/databases/csv-en/notice_birthday.csv similarity index 100% rename from src/router/masterdata/csv/notice_birthday.csv rename to src/router/databases/csv-en/notice_birthday.csv diff --git a/src/router/masterdata/csv/notice_card.csv b/src/router/databases/csv-en/notice_card.csv similarity index 100% rename from src/router/masterdata/csv/notice_card.csv rename to src/router/databases/csv-en/notice_card.csv diff --git a/src/router/masterdata/csv/notice_card_image.csv b/src/router/databases/csv-en/notice_card_image.csv similarity index 100% rename from src/router/masterdata/csv/notice_card_image.csv rename to src/router/databases/csv-en/notice_card_image.csv diff --git a/src/router/masterdata/csv/notice_gacha.csv b/src/router/databases/csv-en/notice_gacha.csv similarity index 100% rename from src/router/masterdata/csv/notice_gacha.csv rename to src/router/databases/csv-en/notice_gacha.csv diff --git a/src/router/databases/csv-en/notice_general.csv b/src/router/databases/csv-en/notice_general.csv new file mode 100644 index 0000000..740a8bd --- /dev/null +++ b/src/router/databases/csv-en/notice_general.csv @@ -0,0 +1,35 @@ +_id,_phase,_navigationTitle,_masterNoticeRewardId,_displayableTime,_displayableExpireTime,_masterReleaseLabelId +3,0,April 2023: Unraveled mystery reward CP,250000003,0,0,223041701 +4,0,April 2023: Distribution CP,250000004,0,0,223042801 +5,0,May 2023: Golden Week CP,250000005,0,0,223050105 +6,0,,250000006,0,0,223052604 +7,0,,250000007,0,0,223062701 +8,0,Thank you for your cooperation during maintenance,250000008,0,0,223061509 +9,0,Apology for bugs,250000009,0,0,223061510 +10,0,Thanksgiving stage present,250000010,0,0,223062603 +11,0,Thanksgiving celebration present,250000011,0,0,223063009 +12,0,Present,250000012,0,0,223072602 +13,0,Advent Calendar 12/15 Present,250000013,0,0,223121501 +14,0,Advent Calendar 12/16 Present,250000014,0,0,223121603 +15,0,Advent Calendar 12/17 Present,250000015,0,0,223121701 +16,0,Advent Calendar 12/18 Present,250000016,0,0,223121801 +17,0,Advent Calendar 12/19 Present,250000017,0,0,223121903 +18,0,Advent Calendar 12/20 Present,250000018,0,0,223122001 +19,0,Advent Calendar 12/21 Present,250000019,0,0,223122101 +20,0,Advent Calendar 12/22 Present,250000020,0,0,223122201 +21,0,Advent Calendar 12/23 Present,250000021,0,0,223122301 +22,0,Advent Calendar 12/24 Present,250000022,0,0,223122401 +23,0,IJIGEN FES THE IDOLM@STER★︎♥LOVELIVE! Commemorative Present,250000023,0,0,223120805 +24,0,IJIGEN FES THE IDOLM@STER★︎♥LOVELIVE! Commemorative Present,250000024,0,0,223120905 +25,0,IJIGEN FES THE IDOLM@STER★︎♥LOVELIVE! Commemorative Present,250000025,0,0,223121002 +26,0,It's New Year's! Miracle Campaign Present,250000026,0,0,224010110 +27,0,It's New Year's! Miracle Campaign Present,250000027,0,0,224010101 +28,0,It's New Year's! Miracle Campaign Present,250000028,0,0,224010201 +29,0,It's New Year's! Miracle Campaign Present,250000029,0,0,224010301 +30,0,It's New Year's! Miracle Campaign Present,250000030,0,0,224010401 +31,0,It's New Year's! Miracle Campaign Present,250000031,0,0,224010501 +32,0,It's New Year's! Miracle Campaign Present,250000032,0,0,224010402 +33,0,SIF 2 Please Santa! Campaign Present,250000033,0,0,223122503 +34,0,ハッピーバレンタインデーキャンペーンのプレゼント,250000034,0,0,224021407 +35,0,カラフルスプリングキャンペーンのプレゼント,250000035,0,0,224031402 +36,0,ラブライブ!TVアニメ放送10周年記念 LoveLive! Orchestra Concert,250000036,0,0,224033003 diff --git a/src/router/masterdata/csv/notice_general_navigation.csv b/src/router/databases/csv-en/notice_general_navigation.csv similarity index 100% rename from src/router/masterdata/csv/notice_general_navigation.csv rename to src/router/databases/csv-en/notice_general_navigation.csv diff --git a/src/router/masterdata/csv/notice_general_sequence.csv b/src/router/databases/csv-en/notice_general_sequence.csv similarity index 100% rename from src/router/masterdata/csv/notice_general_sequence.csv rename to src/router/databases/csv-en/notice_general_sequence.csv diff --git a/src/router/masterdata/csv/notice_music.csv b/src/router/databases/csv-en/notice_music.csv similarity index 100% rename from src/router/masterdata/csv/notice_music.csv rename to src/router/databases/csv-en/notice_music.csv diff --git a/src/router/masterdata/csv/notice_music_image.csv b/src/router/databases/csv-en/notice_music_image.csv similarity index 100% rename from src/router/masterdata/csv/notice_music_image.csv rename to src/router/databases/csv-en/notice_music_image.csv diff --git a/src/router/masterdata/csv/part_voice_key.csv b/src/router/databases/csv-en/part_voice_key.csv similarity index 100% rename from src/router/masterdata/csv/part_voice_key.csv rename to src/router/databases/csv-en/part_voice_key.csv diff --git a/src/router/databases/csv-en/preset_background.csv b/src/router/databases/csv-en/preset_background.csv new file mode 100644 index 0000000..1f54c49 --- /dev/null +++ b/src/router/databases/csv-en/preset_background.csv @@ -0,0 +1,43 @@ +_id,_name,_type,_filename,_masterReleaseLabelId +1,ライブ会場(仮称),3,b_st_0004,1 +2,音ノ木坂学校前,2,b_adv_0001,1 +3,浦の星女学院前,2,b_st_0001,1 +4,虹ヶ咲学園前,2,b_st_0002,1 +5,結ヶ丘女子高等学校前,2,b_st_0003,1 +6,[あなたを見つめる] 上原歩夢,4,b_st_0005,223100302 +7,[大人デート♡] 中須かすみ,4,b_st_0006,223101002 +8,[あざとくキメちゃう] 桜坂しずく,4,b_st_0007,223101702 +9,[特別な恋を探して] 朝香果林,4,b_st_0008,223102402 +10,[ふたりで楽しく] 宮下 愛,4,b_st_0009,223103102 +11,[ずっとあなたのことを] 近江彼方,4,b_st_0010,223110702 +12,[みんなに伝えるラブ] 優木せつ菜,4,b_st_0011,223111402 +13,[記憶のなかのあなた] エマ・ヴェルデ,4,b_st_0012,223112102 +14,[大切なあなたへ] 天王寺璃奈,4,b_st_0013,223112802 +15,[私の印] 三船栞子,4,b_st_0014,223120502 +16,[高鳴る気持ち] ミア・テイラー,4,b_st_0015,223121202 +17,[最高の恋しましょ!] 鐘 嵐珠,4,b_st_0016,223121902 +18,Aqoursステージ「WATER BLUE NEW WORLD」,3,b_st_0017,223101510 +19,浦の星女学院(通学路),2,b_st_0018,223101510 +20,内浦(バス停),2,b_st_0019,223101510 +21,浦の星女学院(廊下),3,b_st_0020,223101510 +22,浦の星女学院(校門),2,b_st_0021,223101510 +23,冒険の世界へ,4,b_card_0086,223101510 +24,ステージ(屋外),2,b_st_0022,223102505 +25,山道(紅葉),2,b_st_0023,223102505 +26,秋の河原(昼),2,b_st_0024,223102505 +27,BG. Nijigasaki High School Club Room,3,b_adv_0040,223111506 +28,BG. Street view of Odaiba,2,b_st_0025,223111506 +29,BG. Nijigasaki High School Courtyard (sunny day),2,b_adv_0057,223111506 +30,BG. Nijigasaki High School Main Hallway,3,b_adv_0048,223111506 +31,BG. Nijigasaki High School Gate (night),2,b_card_0092,223111506 +32,市街地(降雪),2,b_st_0026,223120106 +33,コテージ(冬、昼),3,b_st_0027,223120106 +34,クリスマスの街,2,b_st_0028,223120106 +35,Myojin Kanda (New Year's celebration),2,b_st_0029,223123105 +36,Ski resort,2,b_st_0030,223123105 +37,Awajima Shrine_Sando Entrance,2,b_card_0056,223123105 +38,Onokizaka Gakuin_ClubRoom,3,b_adv_0002,224011505 +39,Onokizaka Gakuin_Rooftop,2,b_adv_0005,224011505 +40,Onokizaka Gakuin School Gate_Winter,2,b_adv_0093,224011505 +41,Onokizaka Gakuin_Classroom,3,b_st_0031,224011505 +42,µ's stage [From now on,0,2,0 diff --git a/src/router/masterdata/csv/preset_foreground.csv b/src/router/databases/csv-en/preset_foreground.csv similarity index 100% rename from src/router/masterdata/csv/preset_foreground.csv rename to src/router/databases/csv-en/preset_foreground.csv diff --git a/src/router/databases/csv-en/release_label.csv b/src/router/databases/csv-en/release_label.csv new file mode 100644 index 0000000..0cd8db2 --- /dev/null +++ b/src/router/databases/csv-en/release_label.csv @@ -0,0 +1,1856 @@ +_id,_description,_releaseStatus,_scope,_openedAt,_closedAt +1,リリース用,1,,, +223041501,23年04月:リリース記念ガチャ【期間】,1,,2024/02/01 8:00:00,2024/02/15 7:59:59 +223041502,23年04月:スタートダッシュログボCP【期間】,1,,2024/01/31 21:00:00,2024/04/29 20:59:59 +223041503,23年04月:事前登録・放送CP【期間】,1,,2024/02/01 2:00:00,2024/04/30 20:59:59 +223041504,23年04月:おすすめリスト4月【期間】,1,,2023/04/15 2:00:00,2023/04/30 14:59:59 +223041505,,1,,2023/04/15 2:00:00,2023/09/15 4:59:59 +223041701,23年04月:謎解報酬CP【期間】,1,,2023/04/17 3:00:00,2023/07/31 14:59:59 +223041901,23年04月:イベントガチャ_Liella!_1回目【期間】,1,,2023/04/19 3:00:00,2023/04/29 4:59:59 +223041902,23年04月:イベントカード_ガチャ_Liella!_1回目★解放★,1,,2023/04/19 3:00:00, +223041903,23年04月:イベント_Liella!_1回目【期間】,1,,2023/04/19 5:00:00,2023/04/29 4:59:59 +223041904,23年04月:イベントカード_イベント_Liella!_1回目★解放★,1,,2023/04/19 5:00:00, +223041905,23年04月:おすすめリスト4月②【期間】,1,,2023/04/19 3:00:00,2023/04/30 14:59:59 +223042801,23年04月:配信CP【期間】,1,,2023/04/28 3:00:00,2023/07/28 2:59:59 +223043001,23年05月:定常ガチャ更新_1回目【期間】,1,,2023/04/30 3:00:00,2023/05/15 2:59:59 +223043002,23年05月:イベントガチャ_μ's_1回目【期間】,1,,2023/04/30 3:00:00,2023/05/10 4:59:59 +223043003,23年05月:イベントカード_ガチャ_μ's_1回目★解放★,1,,2023/04/30 3:00:00, +223043004,23年05月:イベント_μ's_1回目【期間】,1,,2023/04/30 5:00:00,2023/05/10 4:59:59 +223043005,23年05月:イベントカード_イベント_μ's_1回目★解放★,1,,2023/04/30 5:00:00, +223050101,23年05月:誕生ガチャ_渋谷かのん【期間】,1,,2023/04/30 15:00:00,2023/05/05 14:59:59 +223050103,23年05月:おすすめリスト5月【期間】,1,,2023/04/30 15:00:00,2023/05/31 14:59:59 +223050104,23年05月:誕生ガチャ_カード_渋谷かのん★解放★,1,,2023/04/30 15:00:00, +223050105,23年05月:キャンペーン,1,,2023/05/01 5:00:00,2023/05/12 4:59:59 +223050801,,1,,2023/05/08 5:00:00, +223051101,,1,,2023/05/11 5:00:00,2023/05/14 4:59:59 +223051102,,1,,2023/05/11 5:00:00, +223051501,,1,,2023/05/15 3:00:00,2023/05/31 2:59:59 +223051502,,1,,2023/05/15 3:00:00,2023/05/25 4:59:59 +223051503,,1,,2023/05/15 3:00:00, +223051504,,1,,2023/05/15 5:00:00,2023/05/25 4:59:59 +223051505,,1,,2023/05/15 5:00:00, +223051506,,1,,2023/05/15 5:00:00, +223052601,,1,,2023/05/26 5:00:00,2023/05/30 4:59:59 +223052602,,1,,2023/05/26 5:00:00, +223052603,,1,,2023/05/26 5:00:00, +223052604,,1,,2023/05/26 5:00:00,2023/07/09 4:59:59 +223053001,,1,,2023/05/29 15:00:00,2023/06/03 14:59:59 +223053002,,1,,2023/05/29 15:00:00, +223053101,,1,,2023/05/31 3:00:00,2023/06/19 2:59:59 +223053102,,1,,2023/05/31 3:00:00,2023/06/10 4:59:59 +223053103,,1,,2023/05/31 3:00:00, +223053104,,1,,2023/05/31 5:00:00,2023/06/10 4:59:59 +223053105,,1,,2023/05/31 5:00:00, +223053106,,1,,2023/05/31 5:00:00, +223053107,,1,,2023/05/31 5:00:00, +223060101,,1,,2023/05/31 15:00:00,2023/06/30 14:59:59 +223060801,,1,,2023/06/08 5:00:00, +223060802,,1,,2023/06/08 5:00:00, +223060901,,1,,2023/06/08 15:00:00,2023/06/13 14:59:59 +223060902,,1,,2023/06/08 15:00:00, +223061101,,1,,2023/06/11 5:00:00,2023/06/18 4:59:59 +223061103,,1,,2023/06/11 3:00:00,2023/06/30 2:59:59 +223061104,,1,,2023/06/11 3:00:00, +223061105,,1,,2023/06/11 5:00:00, +223061106,,1,,2023/06/11 5:00:00, +223061107,,1,,2023/06/11 5:00:00, +223061301,,1,,2023/06/12 15:00:00,2023/06/17 14:59:59 +223061302,,1,,2023/06/12 15:00:00, +223061303,,1,,2023/06/15 5:00:00, +223061402,,1,,2023/06/13 15:00:00,2023/06/28 14:59:59 +223061507,,1,,2023/06/15 5:00:00, +223061508,,1,,2023/06/15 5:00:00, +223061509,,1,,2023/06/15 5:00:00,2023/06/21 4:59:59 +223061510,,1,,2023/06/15 7:00:00,2023/06/21 4:59:59 +223061601,,1,,2023/06/15 15:00:00,2023/07/15 14:59:59 +223061701,,1,,2023/06/16 15:00:00,2023/06/21 14:59:59 +223061702,,1,,2023/06/16 15:00:00, +223061501,,1,,2023/06/19 3:00:00,2023/06/30 2:59:59 +223061502,,1,,2023/06/19 3:00:00,2023/06/28 4:59:59 +223061503,,1,,2023/06/19 3:00:00, +223061504,,1,,2023/06/19 5:00:00,2023/06/28 4:59:59 +223061505,,1,,2023/06/19 5:00:00, +223061506,,1,,2023/06/19 5:00:00, +223062001,,1,,2023/06/20 5:00:00, +223062002,,1,,2023/06/24 0:00:00,2023/06/25 14:59:59 +223062301,,1,,2023/06/23 3:00:00,2023/06/30 2:59:59 +223062302,,1,,2023/06/22 15:00:00,2023/06/25 14:59:59 +223062303,,1,,2023/06/22 15:00:00, +223062304,,1,,2023/06/22 15:00:00, +223062401,,1,,2023/06/23 15:00:00,2023/06/24 14:59:59 +223062402,,1,,2023/06/23 15:00:00,2023/06/25 14:59:59 +223062403,,1,,2023/06/23 15:00:00,2023/12/31 14:59:59 +223062404,,1,,2023/06/23 15:00:00, +223062501,,1,,2023/06/24 15:00:00,2023/06/25 14:59:59 +223062502,,1,,2023/06/24 15:00:00,2023/07/01 14:59:59 +223062503,,1,,2023/06/24 15:00:00,2023/09/30 14:59:59 +223062601,,1,,2023/06/26 5:00:00,2023/06/29 4:59:59 +223062602,,1,,2023/06/26 5:00:00, +223062603,,1,,2023/06/26 5:00:00,2023/09/25 14:59:59 +223062701,,1,,2023/06/27 5:00:00,2023/09/27 4:59:59 +223062901,,1,,2023/06/28 15:00:00,2023/07/03 14:59:59 +223062902,,1,,2023/06/28 15:00:00, +223063001,,1,,2023/06/30 3:00:00,2023/07/15 2:59:59 +223063002,,1,,2023/06/30 3:00:00,2023/07/10 4:59:59 +223063003,,1,,2023/06/30 3:00:00, +223063004,,1,,2023/06/30 5:00:00,2023/07/10 4:59:59 +223063005,,1,,2023/06/30 5:00:00, +223063006,,1,,2023/06/30 5:00:00, +223063007,,1,,2023/06/30 5:00:00, +223063008,,1,,2023/06/29 15:00:00, +223063009,,1,,2023/06/30 2:00:00,2023/09/30 14:59:59 +223070101,,1,,2023/06/30 15:00:00,2023/07/31 14:59:59 +223070102,,1,,2023/06/30 15:00:00,2023/08/31 14:59:59 +223070201,,1,,2023/07/01 15:00:00,2023/07/08 14:59:59 +223070301,,1,,2023/07/03 5:00:00, +223070701,,1,,2023/07/06 15:00:00, +223070702,,1,,2023/07/07 15:00:00,2023/09/06 15:00:00 +223070703,,1,,2023/07/07 15:00:00, +223070901,,1,,2023/07/08 15:00:00,2023/07/15 14:59:59 +223071001,,1,,2023/07/10 5:00:00, +223071101,,1,,2023/07/11 5:00:00,2023/07/14 4:59:59 +223071102,,1,,2023/07/11 5:00:00, +223071201,,1,,2023/07/12 1:00:00, +223071202,,1,,2023/07/12 5:00:00, +223071203,,1,,2023/07/13 5:00:00, +223071301,,1,,2023/07/12 15:00:00,2023/07/17 14:59:59 +223071302,,1,,2023/07/12 15:00:00, +223071401,,1,,2023/07/13 15:00:00, +223071501,,1,,2099/07/31 15:00:00, +223071502,,1,,2023/07/15 3:00:00,2023/07/31 2:59:59 +223071503,,1,,2023/07/15 3:00:00,2023/07/25 4:59:59 +223071504,,1,,2023/07/15 3:00:00, +223071505,,1,,2023/07/15 5:00:00,2023/07/25 4:59:59 +223071506,,1,,2023/07/15 5:00:00, +223071507,,1,,2023/07/15 5:00:00, +223071601,,1,,2023/07/15 15:00:00,2023/07/22 14:59:59 +223071701,,1,,2023/07/17 5:00:00, +223071702,,1,,2023/07/16 15:00:00,2023/07/21 14:59:59 +223071703,,1,,2023/07/16 15:00:00, +223072201,,1,,2023/07/21 15:00:00,2023/07/26 14:59:59 +223072202,,1,,2023/07/21 15:00:00, +223072301,,1,,2023/07/22 15:00:00,2023/07/29 14:59:59 +223072401,,2,,2023/07/24 5:00:00, +223072601,,1,,2023/07/26 5:00:00,2023/07/30 4:59:59 +223072602,,1,,2023/07/26 5:00:00,2023/08/09 4:59:59 +223072701,,1,,2023/07/27 8:00:00,2023/07/27 14:59:59 +223073001,,1,,2023/07/29 15:00:00,2023/08/05 14:59:59 +223073101,,1,,2023/07/31 3:00:00,2023/08/15 2:59:59 +223073102,,1,,2023/07/31 3:00:00,2023/08/10 4:59:59 +223073103,,1,,2023/07/31 3:00:00, +223073104,,1,,2023/07/31 5:00:00,2023/08/10 4:59:59 +223073105,,1,,2023/07/31 5:00:00, +223073106,,1,,2023/07/31 5:00:00, +223073107,,1,,2023/07/31 5:00:00, +223080102,,1,,2023/07/31 15:00:00,2023/08/05 14:59:59 +223080103,,1,,2023/07/31 15:00:00, +223080104,,1,,2023/07/31 15:00:00,2023/08/14 4:59:59 +223080105,,1,,2023/08/01 5:00:00,2023/08/31 14:59:59 +223080301,,1,,2023/08/03 1:00:00,2023/08/06 14:59:59 +223080302,,1,,2023/08/03 1:00:00, +223080303,,1,,2023/08/02 15:00:00,2023/08/07 14:59:59 +223080304,,1,,2023/08/02 15:00:00, +223080601,,1,,2023/08/05 15:00:00,2023/08/12 14:59:59 +223080701,,1,,2023/08/06 15:00:00,2023/08/11 14:59:59 +223080702,,1,,2023/08/06 15:00:00, +223080703,,1,,2023/08/07 5:00:00, +223080801,,1,,2023/08/07 15:00:00,2023/08/12 14:59:59 +223080802,,1,,2023/08/07 15:00:00, +223081001,,1,,2023/08/09 15:00:00,2023/08/20 14:59:59 +223081101,,1,,2023/08/11 5:00:00,2023/08/14 4:59:59 +223081102,,1,,2023/08/11 5:00:00, +223081103,,1,,2023/08/11 5:00:00, +223081201,,1,,2023/08/11 15:00:00,2023/08/13 14:59:59 +223081202,,1,,2023/08/12 0:30:00,2023/08/13 14:59:59 +223081301,,1,,2023/08/12 15:00:00,2023/08/19 14:59:59 +223081401,,1,,2023/08/14 1:00:00, +223081402,,1,,2023/08/14 5:00:00, +223081403,,1,,2023/08/14 5:00:00,2023/10/31 14:59:59 +223081404,,1,,2023/08/14 5:00:00,2023/08/31 14:59:59 +223081501,,1,,2023/08/15 3:00:00,2023/08/31 2:59:59 +223081502,,1,,2023/08/15 3:00:00,2023/08/25 4:59:59 +223081503,,1,,2023/08/15 3:00:00, +223081504,,1,,2023/08/15 5:00:00,2023/08/25 4:59:59 +223081505,,1,,2023/08/15 5:00:00, +223081506,,1,,2023/08/15 5:00:00, +223081901,,1,,2023/08/18 15:00:00,2023/08/20 14:59:59 +223081902,,1,,2023/08/18 15:00:00, +223081903,,1,,2023/08/18 15:00:00,2023/08/20 14:59:59 +223082001,,1,,2023/08/19 15:00:00,2023/08/26 14:59:59 +223082501,,1,,2023/08/24 15:00:00,2023/08/25 14:59:59 +223082502,,1,,2023/08/25 2:00:00,2023/08/27 14:59:59 +223082601,,1,,2023/08/26 5:00:00,2023/08/30 4:59:59 +223082602,,1,,2023/08/25 15:00:00,2023/08/27 14:59:59 +223082603,,1,,2023/08/25 15:00:00,2023/08/27 14:59:59 +223082604,,1,,2023/08/25 15:00:00, +223082701,,1,,2023/08/26 15:00:00,2023/09/02 14:59:59 +223082702,,1,,2023/08/26 15:00:00,2023/08/27 14:59:59 +223083101,,1,,2023/08/31 5:00:00, +223083102,,1,,2023/08/31 3:00:00,2023/09/10 4:59:59 +223083103,,1,,2023/08/31 3:00:00, +223083104,,1,,2023/08/31 5:00:00,2023/09/10 4:59:59 +223083105,,1,,2023/08/31 5:00:00, +223083106,,1,,2023/08/31 5:00:00, +223083107,,1,,2023/08/31 3:00:00,2023/09/15 2:59:59 +223090101,,1,,2023/08/31 15:00:00,2023/09/30 14:59:59 +223090301,,1,,2023/09/02 15:00:00,2023/09/09 14:59:59 +223090601,,1,,2024/02/01 2:00:00, +223090602,,1,,2023/09/06 5:00:00, +223090603,,1,,2023/09/06 5:00:00,2023/09/20 2:59:59 +223090901,,1,,2023/09/08 15:00:00,2023/09/10 14:59:59 +223090903,,1,,2023/09/08 15:00:00,2023/09/10 14:59:59 +223090904,,1,,2023/09/08 15:00:00, +223091001,,1,,2023/09/09 15:00:00,2023/09/16 14:59:59 +223091002,,1,,2023/09/10 5:00:00, +223091101,,1,,2023/09/11 5:00:00,2023/09/14 4:59:59 +223091102,,1,,2023/09/11 5:00:00, +223091201,,1,,2023/09/11 15:00:00,2023/09/16 14:59:59 +223091202,,1,,2023/09/11 15:00:00, +223091501,,1,,2023/09/15 3:00:00,2023/09/30 2:59:59 +223091502,,1,,2023/09/15 3:00:00,2023/09/25 4:59:59 +223091503,,1,,2023/09/15 3:00:00, +223091504,,1,,2023/09/15 5:00:00,2023/09/25 4:59:59 +223091505,,1,,2023/09/15 5:00:00, +223091506,,1,,2023/09/15 5:00:00, +223091507,,1,,2023/09/15 5:00:00, +223091601,,1,,2023/09/15 15:00:00,2023/10/06 14:59:59 +223091602,,1,,2023/09/15 15:00:00,2023/10/06 14:59:59 +223091603,,1,,2023/09/15 15:00:00, +223091701,,1,,2023/09/16 15:00:00,2023/09/23 14:59:59 +223091801,,1,,2023/09/18 5:00:00, +223091901,,1,,2023/09/18 15:00:00,2023/09/23 14:59:59 +223091902,,1,,2023/09/18 15:00:00, +223092101,,1,,2023/09/20 15:00:00,2023/09/25 14:59:59 +223092102,,1,,2023/09/20 15:00:00, +223092301,,1,,2023/09/20 15:00:00,2023/09/24 14:59:59 +223092302,,1,,2023/09/20 15:00:00,2023/11/15 2:59:59 +223092601,,1,,2023/09/26 5:00:00,2023/09/29 4:59:59 +223092801,,1,,2023/09/27 15:00:00,2023/10/02 14:59:59 +223092802,,1,,2023/09/27 15:00:00, +223093001,,1,,2023/09/30 3:00:00,2023/10/15 2:59:59 +223093002,,1,,2023/09/30 3:00:00,2023/10/10 4:59:59 +223093003,,1,,2023/09/30 3:00:00, +223093004,,1,,2023/09/30 5:00:00,2023/10/10 4:59:59 +223093005,,1,,2023/09/30 5:00:00, +223093006,,1,,2023/09/30 5:00:00, +223100101,,1,,2023/09/30 15:00:00,2023/10/31 14:59:59 +223100301,,1,231003,2023/10/03 3:00:00,2023/10/10 2:59:59 +223100302,,1,231003,2023/10/03 3:00:00, +223100303,,1,231003,2023/10/03 5:00:00, +223100304,,1,231003,2023/10/03 1:00:00, +223100401,,1,,2023/10/03 15:00:00, +223100402,,1,231003,2023/10/04 5:00:00, +223100403,,2,231003,2099/10/04 5:00:00, +223100501,,1,231003,2023/10/04 15:00:00,2023/10/30 14:59:59 +223100502,,1,231003,2023/10/04 15:00:00,2023/10/09 14:59:59 +223100503,,1,231003,2023/10/04 15:00:00, +223100504,,1,231003,2023/10/04 15:00:00, +223100505,,1,231003,2023/10/04 15:00:00,2023/10/31 14:59:59 +223100506,,1,231003,2023/10/04 15:00:00,2023/10/30 14:59:59 +223100701,,1,231003,2023/10/06 15:00:00,2023/10/09 14:59:59 +223100702,,1,231003,2023/10/06 15:00:00,2023/10/09 14:59:59 +223100703,,1,231003,2023/10/06 15:00:00, +223101001,,1,231010,2023/10/10 3:00:00,2023/10/17 2:59:59 +223101002,,1,231010,2023/10/10 3:00:00, +223101003,,1,231003,,2023/10/15 14:59:59 +223101004,,1,231010,2023/10/10 5:00:00, +223101101,,1,231010,2023/10/11 5:00:00,2023/10/14 4:59:59 +223101102,,1,231010,2023/10/10 15:00:00,2023/10/11 14:59:59 +223101201,,1,231010,2023/10/11 15:00:00,2023/10/12 14:59:59 +223101301,,1,231010,2023/10/13 5:00:00, +223101302,,1,231010,2023/10/12 15:00:00,2023/10/13 14:59:59 +223101401,,1,231010,2023/10/13 15:00:00,2023/10/14 14:59:59 +223101501,,1,231015,2023/10/15 3:00:00,2023/10/25 4:59:59 +223101502,,1,231015,2023/10/15 3:00:00,2023/10/25 4:59:59 +223101503,,1,231015,2023/10/15 3:00:00, +223101504,,1,231015,2023/10/15 3:00:00, +223101505,,1,231015,2023/10/15 3:00:00,2023/10/31 2:59:59 +223101506,,1,231015,2023/10/15 3:00:00,2023/10/25 4:59:59 +223101507,,1,231015,2023/10/15 3:00:00, +223101508,,1,231015,2023/10/15 5:00:00,2023/10/25 4:59:59 +223101509,,1,231015,2023/10/15 5:00:00, +223101510,,1,231015,2023/10/15 5:00:00, +223101511,,1,231010,2023/10/14 15:00:00,2023/10/15 14:59:59 +223101512,,2,231015,2023/10/15 3:00:00, +223101513,,1,231015,2023/10/15 3:00:00, +223101514,,1,231015,2023/10/15 3:00:00,2023/10/15 14:59:59 +223101515,,1,231015,2023/10/15 3:00:00, +223101601,,1,231015,2023/10/15 15:00:00,2023/10/30 14:59:59 +223101602,,1,231015,2023/10/15 15:00:00,2023/10/30 14:59:59 +223101603,,1,231015,,2023/10/15 14:59:59 +223101604,,1,231015,2023/10/15 15:00:00,2023/10/30 14:59:59 +223101605,,1,231015,2023/10/30 15:00:00, +223101606,,1,231015,2023/10/15 15:00:00,2023/10/16 14:59:59 +223101607,,1,231015,2023/10/15 15:00:00,2023/10/16 14:59:59 +223101701,,1,231015,2023/10/17 3:00:00,2023/10/24 2:59:59 +223101702,,1,231015,2023/10/17 3:00:00, +223101703,,1,231015,2023/10/16 15:00:00,2023/10/17 14:59:59 +223101801,,1,231015,2023/10/17 15:00:00, +223101802,,1,231015,2023/10/17 15:00:00,2023/10/18 14:59:59 +223101901,,1,231015,2023/10/18 15:00:00,2023/10/19 14:59:59 +223102001,,1,231015,2023/10/19 15:00:00,2023/10/20 14:59:59 +223102101,,1,231015,2023/10/20 15:00:00,2023/10/25 14:59:59 +223102102,,1,231015,2023/10/20 15:00:00, +223102103,,1,231015,2023/10/20 15:00:00,2023/10/22 14:59:59 +223102104,,1,231015,2023/10/20 15:00:00, +223102105,,1,231015,2023/10/20 15:00:00,2023/10/21 14:59:59 +223102201,,1,231015,2023/10/21 15:00:00,2023/10/22 14:59:59 +223102301,,1,231015,2023/10/22 15:00:00,2023/10/23 14:59:59 +223102401,,1,231024,2023/10/24 3:00:00,2023/10/31 2:59:59 +223102402,,1,231024,2023/10/24 3:00:00, +223102403,,1,231015,2023/10/23 15:00:00,2023/10/24 14:59:59 +223102404,,1,231024,2023/10/24 3:00:00, +223102501,,1,231024,2023/10/24 15:00:00,2023/11/05 14:59:59 +223102502,,1,231024,2023/10/24 15:00:00, +223102503,,1,231024,2023/10/24 15:00:00,2023/10/25 14:59:59 +223102504,,1,231024,2023/10/24 15:00:00,2023/11/05 14:59:59 +223102505,,1,231024,2023/10/24 15:00:00, +223102506,,1,231024,2023/10/24 15:00:00,2023/11/15 2:59:59 +223102601,,1,231024,2023/10/26 5:00:00,2023/10/30 4:59:59 +223102602,,1,231024,2023/10/25 15:00:00,2023/10/26 14:59:59 +223102701,,1,231024,2023/10/26 15:00:00,2023/10/27 14:59:59 +223102801,,1,231024,2023/10/27 15:00:00,2023/10/28 14:59:59 +223102901,,1,231024,2023/10/28 15:00:00,2023/11/02 14:59:59 +223102902,,1,231024,2023/10/28 15:00:00, +223102903,,1,231015,2023/10/30 15:00:00, +223102904,,1,231024,2023/10/28 15:00:00,2023/10/29 14:59:59 +223103001,,1,231024,2023/10/29 15:00:00, +223103002,,1,231024,2023/10/29 15:00:00,2023/10/30 14:59:59 +223103003,,1,231024,2023/10/29 15:00:00, +223103101,,1,231031,2024/02/05 8:00:00,2024/02/12 7:59:59 +223103102,,1,231031,2024/02/05 8:00:00, +223103104,,1,231031,2024/02/05 8:00:00,2024/02/19 7:59:59 +223103105,,1,231031,2024/02/05 8:00:00,2024/02/19 7:59:59 +223103106,,1,231031,2024/02/05 7:00:00, +223103107,,1,231031,2023/10/31 3:00:00,2023/11/15 2:59:59 +223103108,,1,231031,2024/02/05 8:00:00,2024/02/19 7:59:59 +223103109,,1,231031,2024/02/05 7:00:00, +223103110,,1,231024,2023/10/30 15:00:00,2023/10/31 14:59:59 +223103111,,1,231031,2024/02/05 8:00:00,2024/02/24 7:59:59 +223103112,,1,231031,2023/10/31 3:00:00,2023/11/10 4:59:59 +223103113,,1,231031,2023/10/31 3:00:00,2023/11/14 14:59:59 +223103114,,1,231031,2023/10/31 3:00:00, +223110101,,1,231031,2023/10/31 15:00:00,2023/11/05 14:59:59 +223110102,,1,231031,2023/10/31 15:00:00, +223110103,,1,231031,2023/10/31 15:00:00, +223110104,,1,231031,2023/10/31 15:00:00,2023/11/30 14:59:59 +223110105,,1,231031,2023/10/31 15:00:00,2023/11/01 14:59:59 +223110106,,1,231031,2023/10/31 15:00:00,2023/11/30 14:59:59 +223110107,,1,231031,2023/11/01 1:00:00,2023/11/30 11:59:59 +223110108,,1,231031,2023/11/01 1:00:00, +223110109,,1,231031,2023/11/01 1:00:00, +223110201,,1,231031,2023/11/01 15:00:00,2023/11/02 14:59:59 +223110202,,1,231031,2023/11/01 15:00:00,2023/11/02 14:59:59 +223110301,,1,231031,2023/11/02 15:00:00,2023/11/03 14:59:59 +223110401,,1,231031,2023/11/03 15:00:00,2023/11/04 14:59:59 +223110501,,1,231031,2023/11/04 15:00:00,2023/11/05 14:59:59 +223110601,,1,231031,2023/11/05 15:00:00,2023/11/06 14:59:59 +223110701,,1,231107,2024/02/13 8:00:00,2024/02/20 7:59:59 +223110702,,1,231107,2024/02/13 8:00:00, +223110703,,1,231031,2023/11/06 15:00:00,2023/11/07 14:59:59 +223110801,,1,231107,2023/11/08 5:00:00, +223110802,,1,231107,2023/11/07 15:00:00,2023/11/08 14:59:59 +223110803,,1,231107,2023/11/08 5:00:00,2023/11/30 14:59:59 +223110901,,1,231107,2023/11/08 15:00:00,2023/11/09 14:59:59 +223111001,,2,231110,2099/11/10 5:00:00, +223111002,,1,231107,2023/11/09 15:00:00,2023/11/10 14:59:59 +223111003,,1,231110,, +223111101,,1,231111,2024/02/20 8:00:00,2024/02/23 7:59:59 +223111102,,1,231107,2023/11/10 15:00:00,2023/11/11 14:59:59 +223111103,,1,231110,2023/11/10 15:00:00,2023/11/17 14:59:59 +223111104,,1,231110,2023/11/10 15:00:00,2023/11/17 14:59:59 +223111105,,1,231111,2023/11/11 3:00:00, +223111201,,1,231111,2023/11/11 15:00:00,2023/11/12 14:59:59 +223111301,,1,231111,2023/11/12 15:00:00,2023/11/17 14:59:59 +223111302,,1,231111,2023/11/12 15:00:00, +223111303,,1,231111,2023/11/12 15:00:00,2023/11/13 14:59:59 +223111401,,1,231111,2024/02/21 8:00:00,2024/02/28 7:59:59 +223111402,,1,231111,2024/02/21 8:00:00, +223111403,,1,231111,2023/11/13 15:00:00,2023/11/14 14:59:59 +223111501,,1,231115,2024/02/24 8:00:00,2024/03/15 7:59:59 +223111502,,1,231115,2024/02/24 8:00:00,2024/03/11 7:59:59 +223111503,,1,231115,2024/02/24 8:00:00, +223111504,,1,231115,2024/02/24 8:00:00,2024/03/11 7:59:59 +223111505,,1,231115,2023/11/15 5:00:00, +223111506,,1,231115,2024/02/24 8:00:00, +223111507,,1,231115,2023/11/15 5:00:00, +223111508,,1,231115,2024/02/24 8:00:00,2024/03/14 7:59:59 +223111509,,1,231111,2023/11/14 15:00:00,2023/11/15 14:59:59 +223111510,,1,231115,, +223111511,,1,231115,2023/11/15 5:00:00,2023/11/30 14:59:59 +223111601,,1,231115,2023/11/15 15:00:00,2023/11/16 14:59:59 +223111701,,1,231115,2023/11/16 15:00:00,2023/11/17 14:59:59 +223111702,,1,231115,2024/02/26 8:00:00,2024/03/03 7:59:59 +223111703,,1,231115,2024/02/26 8:00:00, +223111801,,1,231115,2023/11/17 15:00:00,2023/11/19 14:59:59 +223111802,,1,231115,2023/11/17 15:00:00, +223111803,,1,231115,2023/11/17 15:00:00,2023/11/18 14:59:59 +223111901,,1,231115,2023/11/18 15:00:00,2023/11/19 14:59:59 +223111902,,1,231115,2023/11/18 15:00:00,2023/11/19 14:59:59 +223112001,,1,231115,2023/11/19 15:00:00,2023/11/20 14:59:59 +223112101,,1,231121,2024/02/29 8:00:00,2024/03/07 7:59:59 +223112102,,1,231121,2024/02/29 8:00:00, +223112103,,1,231115,2023/11/20 15:00:00,2023/11/21 14:59:59 +223112201,,1,231121,2023/11/21 15:00:00,2023/11/22 14:59:59 +223112301,,1,231121,2023/11/22 15:00:00,2023/11/23 14:59:59 +223112401,,1,231121,2023/11/23 15:00:00,2023/11/28 14:59:59 +223112402,,1,231121,2023/11/23 15:00:00, +223112403,,1,231121,2023/11/23 15:00:00,2023/11/24 14:59:59 +223112404,,1,231121,2024/03/03 8:00:00,2024/03/10 7:59:59 +223112405,,1,231121,2024/03/03 8:00:00, +223112501,,1,231121,2023/11/24 15:00:00,2023/11/26 14:59:59 +223112502,,1,231121,2023/11/24 15:00:00, +223112503,,1,231121,2023/11/24 15:00:00,2023/11/25 14:59:59 +223112601,,1,231126,2024/03/12 8:00:00,2024/03/15 7:59:59 +223112602,,1,231121,2023/11/25 15:00:00,2023/11/26 14:59:59 +223112701,,1,231126,2023/11/26 15:00:00,2023/11/27 14:59:59 +223112801,,1,231126,2024/03/07 8:00:00,2024/03/14 7:59:59 +223112802,,1,231126,2024/03/07 8:00:00, +223112803,,1,231126,2023/11/27 15:00:00,2023/11/28 14:59:59 +223112901,,1,231126,2023/11/28 15:00:00,2023/11/29 14:59:59 +223113004,,1,231130,2024/03/15 8:00:00,2024/03/25 7:59:59 +223113005,,1,231130,2023/11/30 5:00:00, +223113006,,1,231130,2024/03/10 8:00:00, +223113007,,1,231126,2023/11/29 15:00:00,2023/11/30 14:59:59 +223113008,,1,231130,2024/03/15 8:00:00,2024/03/30 7:59:59 +223113009,,1,231130,2024/03/15 8:00:00,2024/03/25 7:59:59 +223113010,,1,231130,2024/03/10 8:00:00, +223120101,,1,231130,2023/11/30 15:00:00,2023/12/31 14:59:59 +223120102,,1,231130,2023/11/30 15:00:00,2023/12/01 14:59:59 +223120103,,1,231130,2024/03/10 8:00:00,2024/03/17 7:59:59 +223120104,,1,231130,2024/03/10 8:00:00, +223120105,,1,231130,2023/11/30 15:00:00,2023/12/11 14:59:59 +223120106,,1,231130,2023/11/30 15:00:00, +223120107,,1,231130,2023/11/30 15:00:00,2023/12/25 14:59:59 +223120108,,1,231130,2024/03/12 2:00:00, +223120109,,1,231130,2023/11/30 15:00:00,2023/12/25 14:59:59 +223120201,,1,231130,2023/12/01 15:00:00,2023/12/02 14:59:59 +223120301,,1,231130,2023/12/02 15:00:00,2023/12/03 14:59:59 +223120401,,1,231130,2023/12/03 15:00:00,2023/12/04 14:59:59 +223120501,,1,231130,2024/03/14 8:00:00,2024/03/21 7:59:59 +223120502,,1,231130,2024/03/14 8:00:00, +223120503,,1,231130,2023/12/04 15:00:00,2023/12/05 14:59:59 +223120504,,1,231205,2024/03/12 2:00:00, +223120505,,1,231205,2023/12/05 5:00:00,2023/12/25 14:59:59 +223120601,,1,231205,2023/12/05 15:00:00,2023/12/10 14:59:59 +223120602,,1,231205,2023/12/05 15:00:00, +223120603,,1,231205,2023/12/05 15:00:00,2023/12/06 14:59:59 +223120604,,1,231205,2024/03/12 2:00:00, +223120701,,1,231205,2023/12/06 15:00:00,2023/12/07 14:59:59 +223120801,,1,231205,2023/12/07 15:00:00,2023/12/08 14:59:59 +223120802,,1,231207,2023/12/07 15:00:00,2023/12/26 14:59:59 +223120803,,1,231207,2023/12/07 15:00:00, +223120804,,1,231207,2023/12/07 15:00:00,2023/12/31 2:59:59 +223120805,,1,231207,2023/12/07 15:00:00,2023/12/10 14:59:59 +223120806,,1,231207,2023/12/07 15:00:00, +223120807,,1,231207,2024/03/12 2:00:00, +223120901,,1,231205,2023/12/08 15:00:00,2023/12/09 14:59:59 +223120902,,1,231207,2023/12/08 15:00:00,2023/12/10 14:59:59 +223120903,,1,231207,2023/12/08 15:00:00,2023/12/10 14:59:59 +223120904,,1,231207,2023/12/08 15:00:00, +223120905,,1,231207,2023/12/08 15:00:00,2023/12/11 14:59:59 +223120906,,1,231207,2023/12/08 15:00:00, +223120907,,1,231207,2023/12/09 3:00:00,2023/12/11 14:59:59 +223120908,,1,231207,2023/12/09 3:00:00,2023/12/11 14:59:59 +223120909,,1,231207,2023/12/09 3:00:00,2023/12/11 14:59:59 +223121001,,1,231205,2023/12/09 15:00:00,2023/12/10 14:59:59 +223121002,,1,231207,2023/12/09 15:00:00,2023/12/12 14:59:59 +223121003,,1,231207,2023/12/09 15:00:00, +223121101,,1,231205,2023/12/10 15:00:00,2023/12/11 14:59:59 +223121102,,1,231211,2024/03/26 8:00:00,2024/03/29 7:59:59 +223121103,,1,231211,2023/12/11 5:00:00, +223121201,,1,231211,2024/03/22 8:00:00,2024/03/29 7:59:59 +223121202,,1,231211,2024/03/22 8:00:00, +223121203,,1,231211,2023/12/11 15:00:00,2023/12/12 14:59:59 +223121204,,1,231211,2023/12/11 15:00:00,2023/12/25 14:59:59 +223121205,,1,231211,2023/12/11 15:00:00, +223121206,,1,231211,2024/03/12 2:00:00, +223121301,,1,231211,2023/12/12 15:00:00,2023/12/13 14:59:59 +223121401,,1,231211,2023/12/13 15:00:00,2023/12/14 14:59:59 +223121402,,1,231211,2023/12/14 3:00:00,2023/12/18 14:59:59 +223121403,,1,231211,2023/12/14 3:00:00, +223121404,,1,231211,2023/12/14 3:00:00, +223121501,,1,231211,2023/12/14 15:00:00,2023/12/15 14:59:59 +223121502,,1,231215,2024/03/25 2:00:00, +223121503,,1,231211,2023/12/14 15:00:00, +223121504,,1,231211,2023/12/14 15:00:00,2023/12/17 14:59:59 +223121505,,1,231215,2024/03/30 8:00:00,2024/04/09 7:59:59 +223121506,,1,231215,2024/03/30 8:00:00, +223121507,,1,231215,2024/03/30 8:00:00,2024/04/09 7:59:59 +223121508,,1,231215,2023/12/15 5:00:00, +223121509,,1,231215,2024/03/30 8:00:00, +223121510,,1,231215,2023/12/15 3:00:00, +223121511,,1,231211,2023/12/14 15:00:00,2023/12/17 14:59:59 +223121512,,1,231211,2023/12/14 15:00:00, +223121513,,1,231215,2024/03/30 8:00:00,2024/04/15 7:59:59 +223121514,,1,231215,2023/12/15 3:00:00,2023/12/31 2:59:59 +223121515,,1,231215,2024/03/11 2:00:00, +223121601,,1,231215,2023/12/15 15:00:00,2023/12/20 14:59:59 +223121602,,1,231215,2023/12/15 15:00:00, +223121603,,1,231215,2023/12/15 15:00:00,2023/12/16 14:59:59 +223121701,,1,231215,2023/12/16 15:00:00,2023/12/17 14:59:59 +223121801,,1,231215,2023/12/17 15:00:00,2023/12/18 14:59:59 +223121802,,1,231215,2024/04/11 2:00:00, +223121803,,1,231215,2023/12/18 5:00:00,2023/12/25 14:59:59 +223121901,,1,231215,2024/03/30 8:00:00,2024/04/06 7:59:59 +223121902,,1,231215,2024/03/30 8:00:00, +223121903,,1,231215,2023/12/18 15:00:00,2023/12/19 14:59:59 +223122001,,1,231215,2023/12/19 15:00:00,2023/12/20 14:59:59 +223122101,,1,231215,2023/12/20 15:00:00,2023/12/21 14:59:59 +223122201,,1,231215,2023/12/21 15:00:00,2023/12/22 14:59:59 +223122301,,1,231215,2023/12/22 15:00:00,2023/12/23 14:59:59 +223122302,,1,231215,2023/12/22 15:00:00,2023/12/24 14:59:59 +223122303,,1,231215,2023/12/22 15:00:00, +223122401,,1,231215,2023/12/23 15:00:00,2023/12/24 14:59:59 +223122501,,1,231215,2023/12/24 15:00:00,2023/12/25 14:59:59 +223122502,,1,231215,2023/12/24 15:00:00, +223122503,,1,231215,2023/12/24 15:00:00,2023/12/25 14:59:59 +223122504,,1,231215,2023/12/23 15:00:00,2023/12/25 14:59:59 +223122601,,1,231215,2023/12/25 15:00:00,2023/12/26 14:59:59 +223122602,,2,231226,2099/12/26 5:00:00, +223122603,,1,231226,2024/04/10 8:00:00,2024/04/14 7:59:59 +223122604,,1,231226,2024/04/06 8:00:00,2024/04/19 7:59:59 +223122701,,1,231226,2023/12/26 15:00:00,2023/12/27 14:59:59 +223122801,,1,231226,2023/12/27 15:00:00,2024/01/01 14:59:59 +223122802,,1,231226,2023/12/27 15:00:00, +223122803,,1,231226,2023/12/27 15:00:00,2023/12/28 14:59:59 +223122804,,1,231226,2023/12/27 15:00:00,2024/01/08 14:59:59 +223122901,,1,231226,2023/12/28 15:00:00,2023/12/29 14:59:59 +223123001,,1,231226,2023/12/29 15:00:00,2023/12/30 14:59:59 +223123101,,1,231226,2023/12/30 15:00:00,2023/12/31 14:59:59 +223123102,,1,231226,2024/04/15 8:00:00,2024/04/25 7:59:59 +223123103,,1,231226,2024/04/15 8:00:00, +223123104,,1,231226,2024/04/15 8:00:00,2024/04/25 7:59:59 +223123105,,1,231226,2024/04/15 8:00:00, +223123106,,1,231226,2024/04/15 8:00:00, +223123107,,1,231226,2024/04/15 8:00:00,2024/04/30 7:59:59 +224010101,,1,231226,2023/12/31 15:00:00,2024/01/01 14:59:59 +224010102,,1,231226,2023/12/31 15:00:00,2024/01/31 14:59:59 +224010103,,1,231226,2023/12/31 15:00:00,2024/01/05 14:59:59 +224010104,,1,231226,2023/12/31 15:00:00, +224010105,,1,231226,2024/04/15 0:00:00,2024/04/17 23:59:59 +224010106,,1,231226,2023/12/31 15:00:00, +224010107,,1,231226,2023/12/31 15:00:00,2024/01/10 14:59:59 +224010108,,1,231226,2023/12/31 15:00:00,2024/01/08 14:59:59 +224010109,,1,231226,2023/12/31 15:00:00, +224010110,,1,231226,2023/12/31 15:00:00,2024/01/05 14:59:59 +224010111,,1,231226,2024/04/11 2:00:00, +224010112,,1,231226,2024/01/01 5:00:00,2024/01/08 14:59:59 +224010201,,1,231226,2024/01/01 15:00:00,2024/01/02 14:59:59 +224010301,,1,231226,2024/01/02 15:00:00,2024/01/03 14:59:59 +224010401,,1,231226,2024/01/03 15:00:00,2024/01/04 14:59:59 +224010402,,1,231226,2024/01/03 15:00:00,2024/01/08 14:59:59 +224010403,,1,231226,2024/01/03 15:00:00, +224010501,,1,231226,2024/01/04 15:00:00,2024/01/05 14:59:59 +224010601,,1,231226,2024/01/05 15:00:00,2024/01/06 14:59:59 +224010701,,1,231226,2024/01/06 15:00:00,2024/01/07 14:59:59 +224010801,,1,231226,2024/01/07 15:00:00,2024/01/08 14:59:59 +224010901,,1,231226,2024/01/08 15:00:00,2024/01/09 14:59:59 +224011001,,1,231226,2024/01/09 15:00:00,2024/01/10 14:59:59 +224011101,,1,231226,2024/01/10 15:00:00,2024/01/11 14:59:59 +224011102,,1,231226,2024/01/10 15:00:00, +224011103,,1,231226,2024/01/10 15:00:00,2024/01/21 14:59:59 +224011104,,1,231226,2024/01/10 15:00:00,2024/01/21 14:59:59 +224011105,,1,240111,2024/04/26 8:00:00, +224011106,,1,240111,2024/04/26 8:00:00,2024/04/29 7:59:59 +224011107,,1,240111,2024/04/11 2:00:00, +224011201,,1,240111,2024/01/11 15:00:00,2024/01/12 14:59:59 +224011301,,1,240111,2024/01/12 15:00:00,2024/01/13 14:59:59 +224011302,,1,240111,2024/01/12 15:00:00,2024/01/14 14:59:59 +224011303,,1,240111,2024/01/12 15:00:00, +224011304,,1,240111,2024/04/28 8:00:00,2024/05/05 07:59:59 +224011401,,1,240111,2024/01/13 15:00:00,2024/01/14 14:59:59 +224011501,,1,240111,2024/01/14 15:00:00,2024/01/15 14:59:59 +224011502,,1,240115,2024/04/30 8:00:00,2024/05/10 7:59:59 +224011503,,1,240115,2024/04/30 8:00:00, +224011504,,1,240115,2024/04/30 8:00:00,2024/05/10 7:59:59 +224011505,,1,240115,2024/04/30 8:00:00, +224011506,,1,240115,2024/04/30 8:00:00, +224011507,,1,240115,2024/04/30 8:00:00,2024/05/10 7:59:59 +224011508,,1,240115,2024/04/30 8:00:00,2024/05/15 7:59:59 +224011601,,1,240115,2024/01/15 15:00:00,2024/01/16 14:59:59 +224011701,,1,240115,2024/01/16 15:00:00,2024/01/17 14:59:59 +224011702,,1,240115,2024/01/16 15:00:00,2024/01/21 14:59:59 +224011703,,1,240115,2024/01/16 15:00:00, +224011801,,1,240115,2024/01/17 15:00:00,2024/01/18 14:59:59 +224011901,,1,240115,2024/01/18 15:00:00,2024/01/19 14:59:59 +224011902,,2,240119,2024/01/19 5:00:00, +224012001,,1,240119,2024/01/19 15:00:00,2024/01/20 14:59:59 +224012002,,1,240119,2024/01/19 15:00:00,2024/01/24 14:59:59 +224012003,,1,240119,2024/01/19 15:00:00, +224012004,,1,240119,2024/01/19 15:00:00,2024/01/21 14:59:59 +224012005,,1,240119,2024/01/19 15:00:00, +224012006,,1,240119,2024/04/11 2:00:00, +224012101,,1,240119,2024/01/20 15:00:00,2024/01/21 14:59:59 +224012201,,1,240119,2024/01/21 15:00:00,2024/01/22 14:59:59 +224012301,,1,240119,2024/01/22 15:00:00,2024/01/23 14:59:59 +224012302,,1,240119,2024/01/22 15:00:00,2024/01/27 14:59:59 +224012303,,1,240119,2024/01/22 15:00:00, +224012304,,2,171071,2024/01/23 3:00:00, +224012401,,1,240119,2024/01/23 15:00:00,2024/01/24 14:59:59 +224012501,,1,240119,2024/01/24 15:00:00,2024/01/25 14:59:59 +224012502,停止購入有償鑽石,1,240127,2024/05/31 6:00:00, +224012503,關閉商店購買BANNER,1,240127,,2024/05/31 6:00:000 +224012601,,1,240119,2024/01/25 15:00:00,2024/01/26 14:59:59 +224012701,,1,240119,2024/01/26 15:00:00,2024/01/27 14:59:59 +224012702,,1,240127,2024/05/11 8:00:00,2024/05/14 7:59:59 +224012801,,1,240127,2024/01/27 15:00:00,2024/01/28 14:59:59 +224012901,,1,240127,2024/04/11 2:00:00, +224012902,,1,240127,2024/01/28 15:00:00,2024/01/29 14:59:59 +224013001,,1,240127,2024/01/29 15:00:00,2024/01/30 14:59:59 +224013101,,1,240127,2024/01/30 15:00:00,2024/01/31 14:59:59 +224013102,,1,240131,2024/05/15 8:00:00,2024/05/24 7:59:59 +224013103,,1,240131,2024/05/01 0:00:00, +224013104,,1,240131,2024/05/15 8:00:00,2024/05/24 7:59:59 +224013105,,1,240131,2024/05/15 8:00:00, +224013106,,1,240131,2024/05/15 8:00:00, +224013107,,2,240131,2024/01/31 5:00:00, +224013108,,1,240131,2024/05/15 8:00:00,2024/05/31 5:59:59 +224020101,,1,240131,2024/01/31 15:00:00,2024/02/01 14:59:59 +224020102,,1,240131,2024/01/31 15:00:00, +224020103,,1,240131,2024/01/31 15:00:00,2024/02/29 14:59:59 +224020104,,1,240131,2024/01/31 15:00:00,2024/02/14 14:59:59 +224020105,,1,240131,2024/01/31 15:00:00, +224020106,,1,240131,2024/01/31 15:00:00,2024/02/29 14:59:59 +224020107,,1,240131,2024/01/31 15:00:00, +224020108,,1,240131,2024/01/31 15:00:00,2024/02/14 2:59:59 +224020109,,1,240131,2024/05/01 00:00:00,2024/05/31 5:59:59 +224020201,,1,240131,2024/02/01 15:00:00,2024/02/02 14:59:59 +224020301,,1,240131,2024/02/02 15:00:00,2024/02/03 14:59:59 +224020401,,1,240131,2024/02/03 15:00:00,2024/02/04 14:59:59 +224020501,,1,240131,2024/02/04 15:00:00,2024/02/05 14:59:59 +224020502,,1,240131,2024/02/04 15:00:00,2024/02/09 14:59:59 +224020503,,1,240131,2024/02/04 15:00:00, +224020601,,1,240131,2024/02/05 15:00:00,2024/02/06 14:59:59 +224020701,,1,240131,2024/02/06 15:00:00,2024/02/07 14:59:59 +224020801,,1,240131,2024/02/07 15:00:00,2024/02/08 14:59:59 +224020901,,1,240131,2024/02/08 15:00:00,2024/02/09 14:59:59 +224020902,,2,240209,2024/02/09 5:00:00, +224020903,,1,240209,2024/04/26 8:00:00, +224021001,,1,240209,2024/02/09 15:00:00,2024/02/11 14:59:59 +224021002,,1,240209,2024/02/09 15:00:00, +224021003,,1,240131,2024/02/09 15:00:00,2024/02/10 14:59:59 +224021004,,1,240209,2024/02/09 15:00:00,2024/02/14 14:59:59 +224021005,,1,240209,2024/02/09 15:00:00, +224021006,,1,240209,2024/05/25 8:00:00,2024/05/28 7:59:59 +224021101,,1,240131,2024/02/10 15:00:00,2024/02/11 14:59:59 +224021201,,1,240131,2024/02/11 15:00:00,2024/02/12 14:59:59 +224021202,,1,240209,2024/04/11 2:00:00, +224021301,,1,240131,2024/02/12 15:00:00,2024/02/13 14:59:59 +224021401,,1,240131,2024/02/13 15:00:00,2024/02/14 14:59:59 +224021402,,2,240214,2099/02/14 3:00:00,2099/02/15 3:00:00 +224021403,,1,240214,2024/05/01 0:00:00, +224021404,,2,240214,2099/02/14 3:00:00,2099/02/15 3:00:00 +224021405,,1,240214,2024/05/01 0:00:00, +224021406,,1,240214,2024/05/01 0:00:00, +224021407,,1,240131,2024/02/13 15:00:00,2024/02/14 14:59:59 +224021408,,1,240131,2024/02/13 15:00:00, +224021409,,2,240214,2099/02/14 3:00:00,2099/02/15 3:00:00 +224021410,,1,240214,2024/04/11 2:00:00, +224021411,,2,240214,2099/02/14 3:00:00,2099/02/15 3:00:00 +224021501,,1,240214,2024/02/14 15:00:00,2024/02/15 14:59:59 +224021502,,1,240214,2024/02/14 15:00:00,2024/02/19 14:59:59 +224021503,,1,240214,2024/02/14 15:00:00, +224021601,,1,240214,2024/02/15 15:00:00,2024/02/16 14:59:59 +224021602,,1,240214,2024/04/11 2:00:00, +224021701,,1,240214,2024/02/16 15:00:00,2024/02/17 14:59:59 +224021801,,1,240214,2024/02/17 15:00:00,2024/02/18 14:59:59 +224021901,,1,240214,2024/02/18 15:00:00,2024/02/19 14:59:59 +224022001,,1,240214,2024/02/19 15:00:00,2024/02/20 14:59:59 +224022101,,1,240214,2024/02/20 15:00:00,2024/02/21 14:59:59 +224022102,,1,240221,2024/04/11 2:00:00, +224022201,,1,240214,2024/02/21 15:00:00,2024/02/22 14:59:59 +224022301,,1,240214,2024/02/22 15:00:00,2024/02/23 14:59:59 +224022302,,1,240214,2024/02/22 15:00:00,2024/02/24 14:59:59 +224022303,,1,240214,2024/02/22 15:00:00, +224022304,,1,240223,2024/04/11 2:00:00, +224022305,,2,240223,2099/02/14 3:00:00,2099/02/15 3:00:00 +224022401,,1,240223,2024/02/23 15:00:00,2024/02/24 14:59:59 +224022501,,1,240223,2024/02/24 15:00:00,2024/02/25 14:59:59 +224022502,,1,240223,2024/02/24 15:00:00,2024/02/29 14:59:59 +224022503,,1,240223,2024/02/24 15:00:00, +224022601,,1,240223,2024/02/25 15:00:00,2024/02/26 14:59:59 +224022602,,1,240223,2024/04/11 2:00:00, +224022701,,1,240223,2024/02/26 15:00:00,2024/02/27 14:59:59 +224022801,,1,240223,2024/02/27 15:00:00,2024/02/28 14:59:59 +224022802,,1,240223,2024/04/11 2:00:00, +224022901,,1,240223,2024/02/28 15:00:00,2024/02/29 14:59:59 +224022902,,1,240229,,2024/02/29 14:59:59 +224030101,,1,240229,2024/02/29 15:00:00,2024/03/01 14:59:59 +224030102,,2,240229,2099/03/01 3:00:00,2099/03/10 4:59:59 +224030103,,1,240229,2024/05/01 0:00:00, +224030104,,2,240229,2099/03/01 3:00:00,2099/03/10 4:59:59 +224030105,,1,240229,2024/05/01 0:00:00, +224030106,,1,240229,2024/05/01 0:00:00, +224030107,,1,240229,2024/02/29 15:00:00,2024/03/05 14:59:59 +224030108,,1,240229,2024/02/29 15:00:00, +224030109,,1,240229,2024/05/01 00:00:00,2024/05/31 05:59:59 +224030110,,1,240229,2024/02/29 15:00:00,2024/03/31 14:59:59 +224030111,,1,240229,2024/02/29 15:00:00,2024/03/16 14:59:59 +224030112,,1,240229,2024/02/29 15:00:00, +224030113,,1,240229,2024/05/01 00:00:00,2024/05/16 23:59:59 +224030114,,1,240229,2024/02/29 15:00:00, +224030115,,1,240229,2024/05/01 00:00:00,2024/05/31 05:59:59 +224030116,,1,240229,2024/02/29 15:00:00, +224030117,,1,240229,2024/05/01 00:00:00,2024/05/30 23:59:59 +224030118,,1,240229,2024/05/01 00:00:00,2024/05/31 05:59:59 +224030119,,1,240229,2024/02/29 15:00:00,2024/03/01 14:59:59 +224030120,,1,240229,2024/03/01 3:00:00,2024/03/31 2:59:59 +224030121,,1,240229,2024/05/01 00:00:00,2024/05/31 05:59:59 +224030201,,1,240229,2024/03/01 15:00:00,2024/03/02 14:59:59 +224030202,,1,240229,2024/03/01 15:00:00,2024/03/02 14:59:59 +224030301,,1,240229,2024/03/02 15:00:00,2024/03/03 14:59:59 +224030302,,1,240229,2024/03/02 15:00:00,2024/03/03 14:59:59 +224030401,,1,240229,2024/03/03 15:00:00,2024/03/04 14:59:59 +224030402,,1,240229,2024/03/03 15:00:00,2024/03/08 14:59:59 +224030403,,1,240229,2024/03/03 15:00:00, +224030404,,1,240229,2024/03/03 15:00:00,2024/03/04 14:59:59 +224030501,,1,240229,2024/03/04 15:00:00,2024/03/05 14:59:59 +224030502,,1,240229,2024/03/04 15:00:00,2024/03/05 14:59:59 +224030601,,1,240229,2024/03/05 15:00:00,2024/03/06 14:59:59 +224030602,,1,240229,2024/03/05 15:00:00,2024/03/06 14:59:59 +224030701,,1,240229,2024/03/06 15:00:00,2024/03/07 14:59:59 +224030702,,1,240229,2024/03/06 15:00:00,2024/03/07 14:59:59 +224030801,,1,240229,2024/03/07 15:00:00,2024/03/08 14:59:59 +224030802,,1,240229,2024/03/07 15:00:00,2024/03/08 14:59:59 +224030901,,1,240229,2024/03/08 15:00:00,2024/03/09 14:59:59 +224030902,,1,240229,2024/03/08 15:00:00,2024/03/10 14:59:59 +224030903,,1,240229,2024/03/08 15:00:00, +224030904,,1,240229,2024/03/08 15:00:00,2024/03/09 14:59:59 +224031001,,1,240229,2024/03/09 15:00:00,2024/03/10 14:59:59 +224031002,,1,240229,2024/03/09 15:00:00,2024/03/10 14:59:59 +224031101,,1,240229,2024/03/10 15:00:00,2024/03/11 14:59:59 +224031102,,1,240229,2024/03/10 15:00:00,2024/03/11 14:59:59 +224031103,服務關閉旗標上架時間,1,240311,2024/05/1 6:00:00, +224031201,,1,240229,2024/03/11 15:00:00,2024/03/12 14:59:59 +224031202,,1,240229,2024/03/11 15:00:00,2024/03/12 14:59:59 +224031301,,1,240229,2024/03/12 15:00:00,2024/03/13 14:59:59 +224031302,,1,240229,2024/03/12 15:00:00,2024/03/13 14:59:59 +224031401,,1,240229,2024/03/13 15:00:00,2024/03/14 14:59:59 +224031402,,1,240229,2024/03/13 15:00:00,2024/03/14 14:59:59 +224031403,,1,240229,2024/03/13 15:00:00, +224031404,,1,240229,2024/03/13 15:00:00,2024/03/14 14:59:59 +224031501,,1,240314,2024/03/14 15:00:00,2024/03/15 14:59:59 +224031502,,1,240314,2024/03/14 15:00:00,2024/03/19 14:59:59 +224031503,,1,240314,2024/03/14 8:00:00, +224031504,,1,240229,2024/03/14 15:00:00,2024/03/15 14:59:59 +224031601,,1,240314,2024/03/15 15:00:00,2024/03/16 14:59:59 +224031602,,1,240314,2024/05/11 8:00:00,2024/05/15 7:59:59 +224031603,,1,240314,2024/05/11 8:00:00, +224031604,,1,240229,2024/03/15 15:00:00,2024/03/16 14:59:59 +224031605,,1,240314,2024/03/15 15:00:00,2024/03/17 14:59:59 +224031701,,1,240314,2024/03/16 15:00:00,2024/03/17 14:59:59 +224031702,,1,240314,2024/03/16 15:00:00,2024/03/21 14:59:59 +224031801,,1,240314,2024/03/17 15:00:00,2024/03/18 14:59:59 +224031802,,1,240314,2024/03/17 15:00:00,2024/03/19 14:59:59 +224031901,,1,240314,2024/03/18 15:00:00,2024/03/19 14:59:59 +224031902,,1,240314,2024/03/18 15:00:00,2024/03/20 14:59:59 +224032001,,1,240314,2024/03/19 15:00:00,2024/03/20 14:59:59 +224032002,,1,240314,2024/03/19 15:00:00,2024/03/24 14:59:59 +224032003,,1,240314,2024/05/20 8:00:00,2024/05/31 5:59:59 +224032101,,1,240314,2024/03/20 15:00:00,2024/03/21 14:59:59 +224032201,,1,240314,2024/03/21 15:00:00,2024/03/22 14:59:59 +224032301,,1,240314,2024/03/22 15:00:00,2024/03/23 14:59:59 +224032401,,1,240314,2024/03/23 15:00:00,2024/03/24 14:59:59 +224032501,,1,240314,2024/03/24 15:00:00,2024/03/25 14:59:59 +224032601,,1,240314,2024/03/25 15:00:00,2024/03/26 14:59:59 +224032701,,1,240314,2024/03/26 15:00:00,2024/03/27 14:59:59 +224032801,,1,240314,2024/03/27 15:00:00,2024/03/28 14:59:59 +224032901,,1,240314,2024/03/28 15:00:00,2024/03/29 14:59:59 +224033001,,1,240314,2024/03/29 15:00:00,2024/03/30 14:59:59 +224033002,,1,240314,2024/03/29 15:00:00,2024/03/31 5:59:59 +224033003,,1,240314,2024/03/29 15:00:00,2024/03/31 5:59:59 +224033004,,1,240314,2024/03/29 15:00:00, +224033101,,1,240314,2024/03/30 15:00:00,2024/03/31 14:59:59 +123080301,,1,,2023/08/02 15:00:00,2023/08/03 14:59:59 +123102101,,1,231015,2023/10/20 15:00:00,2023/10/21 14:59:59 +123091201,,1,,2023/09/11 15:00:00,2023/09/12 14:59:59 +124031501,,2,240314,2024/03/14 15:00:00,2024/03/15 14:59:59 +123110101,,1,231031,2023/10/31 15:00:00,2023/11/01 14:59:59 +124041901,,2,240419,2024/04/18 15:00:00,2024/04/19 14:59:59 +123060901,,1,,2023/06/08 15:00:00,2023/06/09 14:59:59 +124011701,,1,240115,2024/01/16 15:00:00,2024/01/17 14:59:59 +123072201,,1,,2023/07/21 15:00:00,2023/07/22 14:59:59 +123080101,,1,,2023/07/31 15:00:00,2023/08/01 14:59:59 +123091901,,1,,2023/09/18 15:00:00,2023/09/19 14:59:59 +123091903,,1,,2023/09/19 10:00:00,2023/09/19 14:59:59 +124021001,,1,240209,2024/02/09 15:00:00,2024/02/10 14:59:59 +124010101,,1,231226,2023/12/31 15:00:00,2024/01/01 14:59:59 +124041701,,2,240417,2024/04/16 15:00:00,2024/04/17 14:59:59 +123071301,,1,,2023/07/12 15:00:00,2023/07/13 14:59:59 +124030401,,1,240229,2024/03/03 15:00:00,2024/03/04 14:59:59 +123061301,,1,,2023/06/12 15:00:00,2023/06/13 14:59:59 +123092101,,1,,2023/09/20 15:00:00,2023/09/21 14:59:59 +124030101,,1,240229,2024/02/29 15:00:00,2024/03/01 14:59:59 +124012301,,1,240119,2024/01/22 15:00:00,2024/01/23 14:59:59 +124040301,,2,240403,2024/04/02 15:00:00,2024/04/03 14:59:59 +123062901,,1,,2023/06/28 15:00:00,2023/06/29 14:59:59 +123053001,,1,,2023/05/29 15:00:00,2023/05/30 14:59:59 +123121601,,1,231215,2023/12/15 15:00:00,2023/12/16 14:59:59 +123080801,,1,,2023/08/07 15:00:00,2023/08/08 14:59:59 +124020501,,1,240131,2024/02/04 15:00:00,2024/02/05 14:59:59 +123111301,,1,231111,2023/11/12 15:00:00,2023/11/13 14:59:59 +123100501,,1,231003,2023/10/04 15:00:00,2023/10/05 14:59:59 +123120601,,1,231205,2023/12/05 15:00:00,2023/12/06 14:59:59 +124021501,,1,240214,2024/02/14 15:00:00,2024/02/15 14:59:59 +123050101,,1,,2023/04/30 15:00:00,2023/05/01 14:59:59 +123071701,,1,,2023/07/16 15:00:00,2023/07/17 14:59:59 +124022501,,1,240223,2024/02/24 15:00:00,2024/02/25 14:59:59 +123092801,,1,,2023/09/27 15:00:00,2023/09/28 14:59:59 +123112401,,1,231121,2023/11/23 15:00:00,2023/11/24 14:59:59 +124041001,,2,240410,2024/04/09 15:00:00,2024/04/10 14:59:59 +123102901,,1,231024,2023/10/28 15:00:00,2023/10/29 14:59:59 +123061701,,1,,2023/06/16 15:00:00,2023/06/17 14:59:59 +123080701,,1,,2023/08/06 15:00:00,2023/08/07 14:59:59 +124012001,,1,240119,2024/01/19 15:00:00,2024/01/20 14:59:59 +123122801,,1,231226,2023/12/27 15:00:00,2023/12/28 14:59:59 +123080302,,1,,2023/08/02 15:00:00, +123102102,,1,231015,2023/10/20 15:00:00, +123091202,,1,,2023/09/11 15:00:00, +124031502,,2,240314,2024/03/14 15:00:00, +123110103,,1,231031,2023/10/31 15:00:00, +124041902,,2,240419,2024/04/18 15:00:00, +123060902,,1,,2023/06/08 15:00:00, +124011702,,1,240115,2024/01/16 15:00:00, +123072202,,1,,2023/07/21 15:00:00, +123080104,,1,,2023/07/31 15:00:00, +123091902,,1,,2023/09/18 15:00:00, +124021002,,1,240209,2024/02/09 15:00:00, +124010103,,1,231226,2023/12/31 15:00:00, +124041702,,2,240417,2024/04/16 15:00:00, +123071302,,1,,2023/07/12 15:00:00, +124030402,,1,240229,2024/03/03 15:00:00, +123061302,,1,,2023/06/12 15:00:00, +123092102,,1,,2023/09/20 15:00:00, +124030103,,1,240229,2024/02/29 15:00:00, +124012302,,1,240119,2024/01/22 15:00:00, +124040302,,2,240403,2024/04/02 15:00:00, +123062902,,1,,2023/06/28 15:00:00, +123053002,,1,,2023/05/29 15:00:00, +123121602,,1,231215,2023/12/15 15:00:00, +123080802,,1,,2023/08/07 15:00:00, +124020502,,1,240131,2024/02/04 15:00:00, +123111302,,1,231111,2023/11/12 15:00:00, +123100502,,1,231003,2023/10/04 15:00:00, +123120602,,1,231205,2023/12/05 15:00:00, +124021502,,1,240214,2024/02/14 15:00:00, +123050103,,1,,2023/04/30 15:00:00, +123071702,,1,,2023/07/16 15:00:00, +124022502,,1,240223,2024/02/24 15:00:00, +123092802,,1,,2023/09/27 15:00:00, +123112402,,1,231121,2023/11/23 15:00:00, +124041002,,2,240410,2024/04/09 15:00:00, +123102902,,1,231024,2023/10/28 15:00:00, +123061702,,1,,2023/06/16 15:00:00, +123080702,,1,,2023/08/06 15:00:00, +124012002,,1,240119,2024/01/19 15:00:00, +123122802,,1,231226,2023/12/27 15:00:00, +123060101,,1,,2023/05/31 15:00:00,2023/06/01 14:59:59 +123080102,,1,,2023/07/31 15:00:00,2023/08/01 14:59:59 +123100101,,1,,2023/09/30 15:00:00,2023/10/01 14:59:59 +123120101,,1,231130,2023/11/30 15:00:00,2023/12/01 14:59:59 +124020101,,1,240131,2024/01/31 15:00:00,2024/02/01 14:59:59 +124040101,,2,240331,2024/03/31 15:00:00,2024/04/01 14:59:59 +124010102,,2,231231,2023/12/31 15:00:00,2024/01/01 14:59:59 +124020102,,1,240131,2024/01/31 15:00:00,2024/02/01 14:59:59 +124030102,,1,240229,2024/02/29 15:00:00,2024/03/01 14:59:59 +124040102,,2,240331,2024/03/31 15:00:00,2024/04/01 14:59:59 +123050102,,2,240430,2023/04/30 15:00:00,2023/05/01 14:59:59 +123060102,,2,240531,2023/05/31 15:00:00,2023/06/01 14:59:59 +123070101,,2,240630,2023/06/30 15:00:00,2023/07/01 14:59:59 +123080103,,2,240731,2023/07/31 15:00:00,2023/08/01 14:59:59 +123090101,,2,240831,2023/08/31 15:00:00,2023/09/01 14:59:59 +123100102,,2,240930,2023/09/30 15:00:00,2023/10/01 14:59:59 +123110102,,2,241031,2023/10/31 15:00:00,2023/11/01 14:59:59 +123120102,,2,241130,2023/11/30 15:00:00,2023/12/01 14:59:59 +323042701,,1,,2023/04/26 15:00:00,2023/05/03 14:59:59 +323042001,,1,,2023/04/19 15:00:00,2023/04/26 14:59:59 +323042402,,1,,2023/04/23 15:00:00,2023/04/30 14:59:59 +323042702,,1,,2023/04/26 15:00:00,2023/05/03 14:59:59 +323042201,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042202,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042002,,1,,2023/04/19 15:00:00,2023/04/26 14:59:59 +323042403,,1,,2023/04/23 15:00:00,2023/04/30 14:59:59 +323042601,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042404,,1,,2023/04/23 15:00:00,2023/04/30 14:59:59 +323042203,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042204,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042703,,1,,2023/04/26 15:00:00,2023/05/03 14:59:59 +323042704,,1,,2023/04/26 15:00:00,2023/05/03 14:59:59 +323042003,,1,,2023/04/19 15:00:00,2023/04/26 14:59:59 +323042205,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042501,,1,,2023/04/24 15:00:00,2023/05/01 14:59:59 +323042206,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042101,,1,,2023/04/20 15:00:00,2023/04/27 14:59:59 +323042405,,1,,2023/04/23 15:00:00,2023/04/30 14:59:59 +323042207,,1,,2023/04/21 15:00:00,2023/04/28 14:59:59 +323042705,,1,,2023/04/26 15:00:00,2023/05/03 14:59:59 +323042602,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042603,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042502,,1,,2023/04/24 15:00:00,2023/05/01 14:59:59 +323042706,,1,,2023/04/26 15:00:00,2023/05/03 14:59:59 +323042503,,1,,2023/04/24 15:00:00,2023/05/01 14:59:59 +323042604,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042004,,1,,2023/04/19 15:00:00,2023/04/26 14:59:59 +323042605,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042102,,1,,2023/04/20 15:00:00,2023/04/27 14:59:59 +323042005,,1,,2023/04/19 15:00:00,2023/04/26 14:59:59 +323042606,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042504,,1,,2023/04/24 15:00:00,2023/05/01 14:59:59 +323042103,,1,,2023/04/20 15:00:00,2023/04/27 14:59:59 +323042406,,1,,2023/04/23 15:00:00,2023/04/30 14:59:59 +323042104,,1,,2023/04/20 15:00:00,2023/04/27 14:59:59 +323042607,,1,,2023/04/25 15:00:00,2023/05/02 14:59:59 +323042505,,1,,2023/04/24 15:00:00,2023/05/01 14:59:59 +323052101,,1,,2023/05/20 15:00:00,2023/05/27 14:59:59 +323051301,,1,,2023/05/12 15:00:00,2023/05/19 14:59:59 +323050107,,1,,2023/04/30 15:00:00,2023/05/07 14:59:59 +323052102,,1,,2023/05/20 15:00:00,2023/05/27 14:59:59 +323050501,,1,,2023/05/04 15:00:00,2023/05/11 14:59:59 +323050108,,1,,2023/04/30 15:00:00,2023/05/07 14:59:59 +323050201,,1,,2023/05/01 15:00:00,2023/05/08 14:59:59 +323050502,,1,,2023/05/04 15:00:00,2023/05/11 14:59:59 +323042802,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323050109,,1,,2023/04/30 15:00:00,2023/05/07 14:59:59 +323050401,,1,,2023/05/03 15:00:00,2023/05/10 14:59:59 +323050301,,1,,2023/05/02 15:00:00,2023/05/09 14:59:59 +323042803,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323050202,,1,,2023/05/01 15:00:00,2023/05/08 14:59:59 +323050503,,1,,2023/05/04 15:00:00,2023/05/11 14:59:59 +323050302,,1,,2023/05/02 15:00:00,2023/05/09 14:59:59 +323050203,,1,,2023/05/01 15:00:00,2023/05/08 14:59:59 +323050303,,1,,2023/05/02 15:00:00,2023/05/09 14:59:59 +323050204,,1,,2023/05/01 15:00:00,2023/05/08 14:59:59 +323050402,,1,,2023/05/03 15:00:00,2023/05/10 14:59:59 +323051701,,1,,2023/05/16 15:00:00,2023/05/23 14:59:59 +323051102,,1,,2023/05/10 15:00:00,2023/05/17 14:59:59 +323043006,,1,,2023/04/29 15:00:00,2023/05/06 14:59:59 +323050110,,1,,2023/04/30 15:00:00,2023/05/07 14:59:59 +323043007,,1,,2023/04/29 15:00:00,2023/05/06 14:59:59 +323043008,,1,,2023/04/29 15:00:00,2023/05/06 14:59:59 +323050111,,1,,2023/04/30 15:00:00,2023/05/07 14:59:59 +323043009,,1,,2023/04/29 15:00:00,2023/05/06 14:59:59 +323050403,,1,,2023/05/03 15:00:00,2023/05/10 14:59:59 +323043010,,1,,2023/04/29 15:00:00,2023/05/06 14:59:59 +323050112,,1,,2023/05/01 15:00:00,2023/05/08 14:59:59 +323042804,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323051103,,1,,2023/05/10 15:00:00,2023/05/17 14:59:59 +323042805,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323042806,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323042807,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323042808,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323042809,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323042810,,1,,2023/04/27 15:00:00,2023/05/04 14:59:59 +323061301,,1,,2023/06/12 15:00:00,2023/06/19 14:59:59 +323060801,,1,,2023/06/07 15:00:00,2023/06/14 14:59:59 +323060401,,1,,2023/06/03 15:00:00,2023/06/10 14:59:59 +323061601,,1,,2023/06/15 15:00:00,2023/06/22 14:59:59 +323060201,,1,,2023/06/01 15:00:00,2023/06/08 14:59:59 +323061801,,1,,2023/06/17 15:00:00,2023/06/24 14:59:59 +323061401,,1,,2023/06/13 15:00:00,2023/06/20 14:59:59 +323060701,,1,,2023/06/06 15:00:00,2023/06/13 14:59:59 +323061001,,1,,2023/06/09 15:00:00,2023/06/16 14:59:59 +323060601,,1,,2023/06/05 15:00:00,2023/06/12 14:59:59 +323060501,,1,,2023/06/04 15:00:00,2023/06/11 14:59:59 +323061302,,1,,2023/06/12 15:00:00,2023/06/19 14:59:59 +323062201,,1,,2023/06/21 15:00:00,2023/06/28 14:59:59 +323061802,,1,,2023/06/17 15:00:00,2023/06/24 14:59:59 +323062001,,1,,2023/06/19 15:00:00,2023/06/26 14:59:59 +323060202,,1,,2023/06/01 15:00:00,2023/06/08 14:59:59 +323062002,,1,,2023/06/19 15:00:00,2023/06/26 14:59:59 +323061402,,1,,2023/06/13 15:00:00,2023/06/20 14:59:59 +323062401,,1,,2023/06/23 15:00:00,2023/06/30 14:59:59 +323062601,,1,,2023/06/25 15:00:00,2023/07/02 14:59:59 +323062402,,1,,2023/06/23 15:00:00,2023/06/30 14:59:59 +323060502,,1,,2023/06/04 15:00:00,2023/06/11 14:59:59 +323060901,,1,,2023/06/08 15:00:00,2023/06/15 14:59:59 +323061101,,1,,2023/06/10 15:00:00,2023/06/17 14:59:59 +323062701,,1,,2023/06/26 15:00:00,2023/07/03 14:59:59 +323061303,,1,,2023/06/12 15:00:00,2023/06/19 14:59:59 +323060802,,1,,2023/06/07 15:00:00,2023/06/14 14:59:59 +323060402,,1,,2023/06/03 15:00:00,2023/06/10 14:59:59 +323062702,,1,,2023/06/26 15:00:00,2023/07/03 14:59:59 +323060702,,1,,2023/06/06 15:00:00,2023/06/13 14:59:59 +323061002,,1,,2023/06/09 15:00:00,2023/06/16 14:59:59 +323060101,,1,,2023/05/31 15:00:00,2023/06/07 14:59:59 +323061102,,1,,2023/06/10 15:00:00,2023/06/17 14:59:59 +323062901,,1,,2023/06/28 15:00:00,2023/07/05 14:59:59 +323062602,,1,,2023/06/25 15:00:00,2023/07/02 14:59:59 +323062202,,1,,2023/06/21 15:00:00,2023/06/28 14:59:59 +323060602,,1,,2023/06/05 15:00:00,2023/06/12 14:59:59 +323060803,,1,,2023/06/07 15:00:00,2023/06/14 14:59:59 +323060503,,1,,2023/06/04 15:00:00,2023/06/11 14:59:59 +323061304,,1,,2023/06/12 15:00:00, +323060804,,1,,2023/06/07 15:00:00, +323060403,,1,,2023/06/03 15:00:00, +323061602,,1,,2023/06/15 15:00:00, +323060203,,1,,2023/06/01 15:00:00, +323061803,,1,,2023/06/17 15:00:00, +323061403,,1,,2023/06/13 15:00:00, +323060703,,1,,2023/06/06 15:00:00, +323061003,,1,,2023/06/09 15:00:00, +323060603,,1,,2023/06/05 15:00:00, +323060504,,1,,2023/06/04 15:00:00, +323061305,,1,,2023/06/12 15:00:00, +323062203,,1,,2023/06/21 15:00:00, +323061804,,1,,2023/06/17 15:00:00, +323062003,,1,,2023/06/19 15:00:00, +323060204,,1,,2023/06/01 15:00:00, +323062004,,1,,2023/06/19 15:00:00, +323061404,,1,,2023/06/13 15:00:00, +323062403,,1,,2023/06/23 15:00:00, +323062603,,1,,2023/06/25 15:00:00, +323062404,,1,,2023/06/23 15:00:00, +323060505,,1,,2023/06/04 15:00:00, +323060902,,1,,2023/06/08 15:00:00, +323061103,,1,,2023/06/10 15:00:00, +323062703,,1,,2023/06/26 15:00:00, +323061306,,1,,2023/06/12 15:00:00, +323060805,,1,,2023/06/07 15:00:00, +323060404,,1,,2023/06/03 15:00:00, +323062704,,1,,2023/06/26 15:00:00, +323060704,,1,,2023/06/06 15:00:00, +323061004,,1,,2023/06/09 15:00:00, +323060102,,1,,2023/05/31 15:00:00, +323061104,,1,,2023/06/10 15:00:00, +323062902,,1,,2023/06/28 15:00:00, +323062604,,1,,2023/06/25 15:00:00, +323062204,,1,,2023/06/21 15:00:00, +323060604,,1,,2023/06/05 15:00:00, +323060806,,1,,2023/06/07 15:00:00, +323060506,,1,,2023/06/04 15:00:00, +323072101,,1,,2023/07/20 15:00:00,2023/07/27 14:59:59 +323072401,,1,,2023/07/23 15:00:00,2023/07/30 14:59:59 +323071201,,1,,2023/07/11 15:00:00,2023/07/18 14:59:59 +323072402,,1,,2023/07/23 15:00:00,2023/07/30 14:59:59 +323072301,,1,,2023/07/22 15:00:00,2023/07/29 14:59:59 +323071202,,1,,2023/07/11 15:00:00,2023/07/18 14:59:59 +323072601,,1,,2023/07/25 15:00:00,2023/08/01 14:59:59 +323072901,,1,,2023/07/28 15:00:00,2023/08/04 14:59:59 +323072602,,1,,2023/07/25 15:00:00,2023/08/01 14:59:59 +323072102,,1,,2023/07/20 15:00:00,2023/07/27 14:59:59 +323071301,,1,,2023/07/12 15:00:00,2023/07/19 14:59:59 +323072403,,1,,2023/07/23 15:00:00,2023/07/30 14:59:59 +323072103,,1,,2023/07/20 15:00:00,2023/07/27 14:59:59 +323072104,,1,,2023/07/20 15:00:00,2023/07/27 14:59:59 +323070701,,1,,2023/07/06 15:00:00,2023/07/13 14:59:59 +323071001,,1,,2023/07/09 15:00:00,2023/07/16 14:59:59 +323070702,,1,,2023/07/06 15:00:00,2023/07/13 14:59:59 +323070301,,1,,2023/07/02 15:00:00,2023/07/09 14:59:59 +323072801,,1,,2023/07/27 15:00:00,2023/08/03 14:59:59 +323072701,,1,,2023/07/26 15:00:00,2023/08/02 14:59:59 +323072802,,1,,2023/07/27 15:00:00,2023/08/03 14:59:59 +323072803,,1,,2023/07/27 15:00:00,2023/08/03 14:59:59 +323072001,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323072105,,1,,2023/07/20 15:00:00,2023/07/27 14:59:59 +323072302,,1,,2023/07/22 15:00:00,2023/07/29 14:59:59 +323072002,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323072003,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323072404,,1,,2023/07/23 15:00:00,2023/07/30 14:59:59 +323070302,,1,,2023/07/02 15:00:00,2023/07/09 14:59:59 +323072106,,1,,2023/07/20 15:00:00,2023/07/27 14:59:59 +323072004,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323072005,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323071801,,1,,2023/07/17 15:00:00,2023/07/24 14:59:59 +323072006,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323071802,,1,,2023/07/17 15:00:00,2023/07/24 14:59:59 +323071002,,1,,2023/07/09 15:00:00,2023/07/16 14:59:59 +323071803,,1,,2023/07/17 15:00:00,2023/07/24 14:59:59 +323072007,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323072008,,1,,2023/07/19 15:00:00,2023/07/26 14:59:59 +323072107,,1,,2023/07/20 15:00:00, +323072405,,1,,2023/07/23 15:00:00, +323071203,,1,,2023/07/11 15:00:00, +323072406,,1,,2023/07/23 15:00:00, +323072303,,1,,2023/07/22 15:00:00, +323071204,,1,,2023/07/11 15:00:00, +323072603,,1,,2023/07/25 15:00:00, +323072902,,1,,2023/07/28 15:00:00, +323072604,,1,,2023/07/25 15:00:00, +323072108,,1,,2023/07/20 15:00:00, +323071302,,1,,2023/07/12 15:00:00, +323072407,,1,,2023/07/23 15:00:00, +323072109,,1,,2023/07/20 15:00:00, +323072110,,1,,2023/07/20 15:00:00, +323070703,,1,,2023/07/06 15:00:00, +323071003,,1,,2023/07/09 15:00:00, +323070704,,1,,2023/07/06 15:00:00, +323070303,,1,,2023/07/02 15:00:00, +323072804,,1,,2023/07/27 15:00:00, +323072702,,1,,2023/07/26 15:00:00, +323072805,,1,,2023/07/27 15:00:00, +323072806,,1,,2023/07/27 15:00:00, +323072009,,1,,2023/07/19 15:00:00, +323072111,,1,,2023/07/20 15:00:00, +323072304,,1,,2023/07/22 15:00:00, +323072010,,1,,2023/07/19 15:00:00, +323072011,,1,,2023/07/19 15:00:00, +323072408,,1,,2023/07/23 15:00:00, +323070304,,1,,2023/07/02 15:00:00, +323072112,,1,,2023/07/20 15:00:00, +323072012,,1,,2023/07/19 15:00:00, +323072013,,1,,2023/07/19 15:00:00, +323071804,,1,,2023/07/17 15:00:00, +323072014,,1,,2023/07/19 15:00:00, +323071805,,1,,2023/07/17 15:00:00, +323071004,,1,,2023/07/09 15:00:00, +323071806,,1,,2023/07/17 15:00:00, +323072015,,1,,2023/07/19 15:00:00, +323072016,,1,,2023/07/19 15:00:00, +323082001,,1,,2023/08/19 15:00:00,2023/08/26 14:59:59 +323080701,,1,,2023/08/06 15:00:00,2023/08/13 14:59:59 +323080702,,1,,2023/08/06 15:00:00,2023/08/13 14:59:59 +323082401,,1,,2023/08/23 15:00:00,2023/08/30 14:59:59 +323080801,,1,,2023/08/07 15:00:00,2023/08/14 14:59:59 +323081601,,1,,2023/08/15 15:00:00,2023/08/22 14:59:59 +323081701,,1,,2023/08/16 15:00:00,2023/08/23 14:59:59 +323080802,,1,,2023/08/07 15:00:00,2023/08/14 14:59:59 +323082901,,1,,2023/08/28 15:00:00,2023/09/04 14:59:59 +323081602,,1,,2023/08/15 15:00:00,2023/08/22 14:59:59 +323080101,,1,,2023/07/31 15:00:00,2023/08/07 14:59:59 +323081401,,1,,2023/08/13 15:00:00,2023/08/20 14:59:59 +323082101,,1,,2023/08/20 15:00:00,2023/08/27 14:59:59 +323082902,,1,,2023/08/28 15:00:00,2023/09/04 14:59:59 +323081901,,1,,2023/08/18 15:00:00,2023/08/25 14:59:59 +323081702,,1,,2023/08/16 15:00:00,2023/08/23 14:59:59 +323081001,,1,,2023/08/09 15:00:00,2023/08/16 14:59:59 +323081902,,1,,2023/08/18 15:00:00,2023/08/25 14:59:59 +323081801,,1,,2023/08/17 15:00:00,2023/08/24 14:59:59 +323081402,,1,,2023/08/13 15:00:00,2023/08/20 14:59:59 +323082601,,1,,2023/08/25 15:00:00,2023/09/01 14:59:59 +323082903,,1,,2023/08/28 15:00:00,2023/09/04 14:59:59 +323081002,,1,,2023/08/09 15:00:00,2023/08/16 14:59:59 +323082602,,1,,2023/08/25 15:00:00,2023/09/01 14:59:59 +323081802,,1,,2023/08/17 15:00:00,2023/08/24 14:59:59 +323081101,,1,,2023/08/10 15:00:00,2023/08/17 14:59:59 +323081102,,1,,2023/08/10 15:00:00,2023/08/17 14:59:59 +323081603,,1,,2023/08/15 15:00:00,2023/08/22 14:59:59 +323080601,,1,,2023/08/05 15:00:00,2023/08/12 14:59:59 +323082002,,1,,2023/08/19 15:00:00,2023/08/26 14:59:59 +323080102,,1,,2023/07/31 15:00:00,2023/08/07 14:59:59 +323082402,,1,,2023/08/23 15:00:00,2023/08/30 14:59:59 +323081103,,1,,2023/08/10 15:00:00,2023/08/17 14:59:59 +323082102,,1,,2023/08/20 15:00:00,2023/08/27 14:59:59 +323080401,,1,,2023/08/03 15:00:00,2023/08/10 14:59:59 +323080602,,1,,2023/08/05 15:00:00,2023/08/12 14:59:59 +323082103,,1,,2023/08/20 15:00:00,2023/08/27 14:59:59 +323080402,,1,,2023/08/03 15:00:00,2023/08/10 14:59:59 +323082104,,1,,2023/08/20 15:00:00,2023/08/27 14:59:59 +323082003,,1,,2023/08/19 15:00:00, +323080703,,1,,2023/08/06 15:00:00, +323080704,,1,,2023/08/06 15:00:00, +323082403,,1,,2023/08/23 15:00:00, +323080803,,1,,2023/08/07 15:00:00, +323081604,,1,,2023/08/15 15:00:00, +323081703,,1,,2023/08/16 15:00:00, +323080804,,1,,2023/08/07 15:00:00, +323082904,,1,,2023/08/28 15:00:00, +323081605,,1,,2023/08/15 15:00:00, +323080103,,1,,2023/07/31 15:00:00, +323081403,,1,,2023/08/13 15:00:00, +323082105,,1,,2023/08/20 15:00:00, +323082905,,1,,2023/08/28 15:00:00, +323081903,,1,,2023/08/18 15:00:00, +323081704,,1,,2023/08/16 15:00:00, +323081003,,1,,2023/08/09 15:00:00, +323081904,,1,,2023/08/18 15:00:00, +323081803,,1,,2023/08/17 15:00:00, +323081404,,1,,2023/08/13 15:00:00, +323082603,,1,,2023/08/25 15:00:00, +323082906,,1,,2023/08/28 15:00:00, +323081004,,1,,2023/08/09 15:00:00, +323082604,,1,,2023/08/25 15:00:00, +323081804,,1,,2023/08/17 15:00:00, +323081104,,1,,2023/08/10 15:00:00, +323081105,,1,,2023/08/10 15:00:00, +323081606,,1,,2023/08/15 15:00:00, +323080603,,1,,2023/08/05 15:00:00, +323082004,,1,,2023/08/19 15:00:00, +323080104,,1,,2023/07/31 15:00:00, +323082404,,1,,2023/08/23 15:00:00, +323081106,,1,,2023/08/10 15:00:00, +323082106,,1,,2023/08/20 15:00:00, +323080403,,1,,2023/08/03 15:00:00, +323080604,,1,,2023/08/05 15:00:00, +323082107,,1,,2023/08/20 15:00:00, +323080404,,1,,2023/08/03 15:00:00, +323082108,,1,,2023/08/20 15:00:00, +323082801,,1,,2023/08/27 15:00:00,2023/09/03 14:59:59 +323082802,,1,,2023/08/27 15:00:00, +323092101,,1,,2023/09/20 15:00:00,2023/09/27 14:59:59 +323092501,,1,,2023/09/24 15:00:00,2023/10/01 14:59:59 +323092801,,1,,2023/09/27 15:00:00,2023/10/04 14:59:59 +323090301,,1,,2023/09/02 15:00:00,2023/09/09 14:59:59 +323092802,,1,,2023/09/27 15:00:00,2023/10/04 14:59:59 +323091901,,1,,2023/09/18 15:00:00,2023/09/25 14:59:59 +323092102,,1,,2023/09/20 15:00:00,2023/09/27 14:59:59 +323092901,,1,,2023/09/28 15:00:00,2023/10/05 14:59:59 +323090601,,1,,2023/09/05 15:00:00,2023/09/12 14:59:59 +323090101,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323092902,,1,,2023/09/28 15:00:00,2023/10/05 14:59:59 +323091902,,1,,2023/09/18 15:00:00,2023/09/25 14:59:59 +323091401,,1,,2023/09/13 15:00:00,2023/09/20 14:59:59 +323091201,,1,,2023/09/11 15:00:00,2023/09/18 14:59:59 +323092502,,1,,2023/09/24 15:00:00,2023/10/01 14:59:59 +323092803,,1,,2023/09/27 15:00:00,2023/10/04 14:59:59 +323092103,,1,,2023/09/20 15:00:00,2023/09/27 14:59:59 +323092401,,1,,2023/09/23 15:00:00,2023/09/30 14:59:59 +323090801,,1,,2023/09/07 15:00:00,2023/09/14 14:59:59 +323090302,,1,,2023/09/02 15:00:00,2023/09/09 14:59:59 +323090602,,1,,2023/09/05 15:00:00,2023/09/12 14:59:59 +323090102,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323090103,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323091501,,1,,2023/09/14 15:00:00,2023/09/21 14:59:59 +323091701,,1,,2023/09/16 15:00:00,2023/09/23 14:59:59 +323092402,,1,,2023/09/23 15:00:00,2023/09/30 14:59:59 +323091502,,1,,2023/09/14 15:00:00,2023/09/21 14:59:59 +323090802,,1,,2023/09/07 15:00:00,2023/09/14 14:59:59 +323091202,,1,,2023/09/11 15:00:00,2023/09/18 14:59:59 +323090104,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323090105,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323091402,,1,,2023/09/13 15:00:00,2023/09/20 14:59:59 +323090106,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323091702,,1,,2023/09/16 15:00:00,2023/09/23 14:59:59 +323090107,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323090108,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323090109,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323090110,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323090111,,1,,2023/08/31 15:00:00,2023/09/07 14:59:59 +323092104,,1,,2023/09/20 15:00:00, +323092503,,1,,2023/09/24 15:00:00, +323092804,,1,,2023/09/27 15:00:00, +323090303,,1,,2023/09/02 15:00:00, +323092805,,1,,2023/09/27 15:00:00, +323091903,,1,,2023/09/18 15:00:00, +323092105,,1,,2023/09/20 15:00:00, +323092903,,1,,2023/09/28 15:00:00, +323090603,,1,,2023/09/05 15:00:00, +323090112,,1,,2023/08/31 15:00:00, +323092904,,1,,2023/09/28 15:00:00, +323091904,,1,,2023/09/18 15:00:00, +323091403,,1,,2023/09/13 15:00:00, +323091203,,1,,2023/09/11 15:00:00, +323092504,,1,,2023/09/24 15:00:00, +323092806,,1,,2023/09/27 15:00:00, +323092106,,1,,2023/09/20 15:00:00, +323092403,,1,,2023/09/23 15:00:00, +323090803,,1,,2023/09/07 15:00:00, +323090304,,1,,2023/09/02 15:00:00, +323090604,,1,,2023/09/05 15:00:00, +323090113,,1,,2023/08/31 15:00:00, +323090114,,1,,2023/08/31 15:00:00, +323091503,,1,,2023/09/14 15:00:00, +323091703,,1,,2023/09/16 15:00:00, +323092404,,1,,2023/09/23 15:00:00, +323091504,,1,,2023/09/14 15:00:00, +323090804,,1,,2023/09/07 15:00:00, +323091204,,1,,2023/09/11 15:00:00, +323090115,,1,,2023/08/31 15:00:00, +323090116,,1,,2023/08/31 15:00:00, +323091404,,1,,2023/09/13 15:00:00, +323090117,,1,,2023/08/31 15:00:00, +323091704,,1,,2023/09/16 15:00:00, +323090118,,1,,2023/08/31 15:00:00, +323090119,,1,,2023/08/31 15:00:00, +323090120,,1,,2023/08/31 15:00:00, +323090121,,1,,2023/08/31 15:00:00, +323090122,,1,,2023/08/31 15:00:00, +323103101,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103102,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103103,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103104,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103105,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103106,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103107,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103108,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103109,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103110,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103111,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103112,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103113,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103114,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103115,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103116,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103117,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103118,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103119,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103120,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103121,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103122,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103123,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103124,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103125,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103126,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103127,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103128,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103129,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323103130,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323102501,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323102502,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323103131,,1,231024,2023/10/30 15:00:00,2023/11/06 14:59:59 +323102503,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323102504,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323102505,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323102506,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323102201,,1,231015,2023/10/21 15:00:00,2023/10/28 14:59:59 +323102507,,1,231024,2023/10/24 15:00:00,2023/10/31 14:59:59 +323103132,,1,231024,2023/10/30 15:00:00, +323103133,,1,231024,2023/10/30 15:00:00, +323103134,,1,231024,2023/10/30 15:00:00, +323103135,,1,231024,2023/10/30 15:00:00, +323103136,,1,231024,2023/10/30 15:00:00, +323103137,,1,231024,2023/10/30 15:00:00, +323103138,,1,231024,2023/10/30 15:00:00, +323103139,,1,231024,2023/10/30 15:00:00, +323103140,,1,231024,2023/10/30 15:00:00, +323103141,,1,231024,2023/10/30 15:00:00, +323103142,,1,231024,2023/10/30 15:00:00, +323103143,,1,231024,2023/10/30 15:00:00, +323103144,,1,231024,2023/10/30 15:00:00, +323103145,,1,231024,2023/10/30 15:00:00, +323103146,,1,231024,2023/10/30 15:00:00, +323103147,,1,231024,2023/10/30 15:00:00, +323103148,,1,231024,2023/10/30 15:00:00, +323103149,,1,231024,2023/10/30 15:00:00, +323103150,,1,231024,2023/10/30 15:00:00, +323103151,,1,231024,2023/10/30 15:00:00, +323103152,,1,231024,2023/10/30 15:00:00, +323103153,,1,231024,2023/10/30 15:00:00, +323103154,,1,231024,2023/10/30 15:00:00, +323103155,,1,231024,2023/10/30 15:00:00, +323103156,,1,231024,2023/10/30 15:00:00, +323103157,,1,231024,2023/10/30 15:00:00, +323103158,,1,231024,2023/10/30 15:00:00, +323103159,,1,231024,2023/10/30 15:00:00, +323103160,,1,231024,2023/10/30 15:00:00, +323103161,,1,231024,2023/10/30 15:00:00, +323102508,,1,231024,2023/10/24 15:00:00, +323102509,,1,231024,2023/10/24 15:00:00, +323103162,,1,231024,2023/10/30 15:00:00, +323102510,,1,231024,2023/10/24 15:00:00, +323102511,,1,231024,2023/10/24 15:00:00, +323102512,,1,231024,2023/10/24 15:00:00, +323102513,,1,231024,2023/10/24 15:00:00, +323102202,,1,231015,2023/10/21 15:00:00, +323102514,,1,231024,2023/10/24 15:00:00, +323111601,,1,231115,2023/11/15 15:00:00,2023/11/22 14:59:59 +323112001,,1,231115,2023/11/19 15:00:00,2023/11/26 14:59:59 +323112601,,1,231121,2023/11/25 15:00:00,2023/12/02 14:59:59 +323111602,,1,231115,2023/11/15 15:00:00,2023/11/22 14:59:59 +323112201,,1,231121,2023/11/21 15:00:00,2023/11/28 14:59:59 +323112101,,1,231115,2023/11/20 15:00:00,2023/11/27 14:59:59 +323111801,,1,231115,2023/11/17 15:00:00,2023/11/24 14:59:59 +323110801,,1,231107,2023/11/07 15:00:00,2023/11/14 14:59:59 +323110601,,1,231031,2023/11/05 15:00:00,2023/11/12 14:59:59 +323112102,,1,231115,2023/11/20 15:00:00,2023/11/27 14:59:59 +323111802,,1,231115,2023/11/17 15:00:00,2023/11/24 14:59:59 +323112801,,1,231126,2023/11/27 15:00:00,2023/12/04 14:59:59 +323111001,,1,231107,2023/11/09 15:00:00,2023/11/16 14:59:59 +323112701,,1,231126,2023/11/26 15:00:00,2023/12/03 14:59:59 +323112401,,1,231121,2023/11/23 15:00:00,2023/11/30 14:59:59 +323111201,,1,231111,2023/11/11 15:00:00,2023/11/18 14:59:59 +323111202,,1,231111,2023/11/11 15:00:00,2023/11/18 14:59:59 +323110602,,1,231031,2023/11/05 15:00:00,2023/11/12 14:59:59 +323113001,,1,231126,2023/11/29 15:00:00,2023/12/06 14:59:59 +323112002,,1,231115,2023/11/19 15:00:00,2023/11/26 14:59:59 +323111002,,1,231107,2023/11/09 15:00:00,2023/11/16 14:59:59 +323113002,,1,231126,2023/11/29 15:00:00,2023/12/06 14:59:59 +323112202,,1,231121,2023/11/21 15:00:00,2023/11/28 14:59:59 +323112802,,1,231126,2023/11/27 15:00:00,2023/12/04 14:59:59 +323110802,,1,231107,2023/11/07 15:00:00,2023/11/14 14:59:59 +323112602,,1,231121,2023/11/25 15:00:00,2023/12/02 14:59:59 +323112702,,1,231126,2023/11/26 15:00:00,2023/12/03 14:59:59 +323111501,,1,231111,2023/11/14 15:00:00,2023/11/21 14:59:59 +323112402,,1,231121,2023/11/23 15:00:00,2023/11/30 14:59:59 +323112403,,1,231121,2023/11/23 15:00:00,2023/11/30 14:59:59 +323110101,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323110102,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323110103,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323110104,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323110105,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323110106,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323110107,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323111502,,1,231111,2023/11/14 15:00:00,2023/11/21 14:59:59 +323110108,,1,231031,2023/10/31 15:00:00,2023/11/07 14:59:59 +323111603,,1,231115,2023/11/15 15:00:00, +323112003,,1,231115,2023/11/19 15:00:00, +323112603,,1,231121,2023/11/25 15:00:00, +323111604,,1,231115,2023/11/15 15:00:00, +323112203,,1,231121,2023/11/21 15:00:00, +323112103,,1,231115,2023/11/20 15:00:00, +323111803,,1,231115,2023/11/17 15:00:00, +323110803,,1,231107,2023/11/07 15:00:00, +323110603,,1,231031,2023/11/05 15:00:00, +323112104,,1,231115,2023/11/20 15:00:00, +323111804,,1,231115,2023/11/17 15:00:00, +323112803,,1,231126,2023/11/27 15:00:00, +323111003,,1,231107,2023/11/09 15:00:00, +323112703,,1,231126,2023/11/26 15:00:00, +323112404,,1,231121,2023/11/23 15:00:00, +323111203,,1,231111,2023/11/11 15:00:00, +323111204,,1,231111,2023/11/11 15:00:00, +323110604,,1,231031,2023/11/05 15:00:00, +323113003,,1,231126,2023/11/29 15:00:00, +323112004,,1,231115,2023/11/19 15:00:00, +323111004,,1,231107,2023/11/09 15:00:00, +323113004,,1,231126,2023/11/29 15:00:00, +323112204,,1,231121,2023/11/21 15:00:00, +323112804,,1,231126,2023/11/27 15:00:00, +323110804,,1,231107,2023/11/07 15:00:00, +323112604,,1,231121,2023/11/25 15:00:00, +323112704,,1,231126,2023/11/26 15:00:00, +323111503,,1,231111,2023/11/14 15:00:00, +323112405,,1,231121,2023/11/23 15:00:00, +323112406,,1,231121,2023/11/23 15:00:00, +323110109,,1,231031,2023/10/31 15:00:00, +323110110,,1,231031,2023/10/31 15:00:00, +323110111,,1,231031,2023/10/31 15:00:00, +323110112,,1,231031,2023/10/31 15:00:00, +323110113,,1,231031,2023/10/31 15:00:00, +323110114,,1,231031,2023/10/31 15:00:00, +323110115,,1,231031,2023/10/31 15:00:00, +323111504,,1,231111,2023/11/14 15:00:00, +323110116,,1,231031,2023/10/31 15:00:00, +323120801,,1,231207,2023/12/07 15:00:00,2023/12/14 14:59:59 +323120802,,1,231207,2023/12/07 15:00:00, +323121501,,1,231215,2023/12/15 3:00:00, +323122201,,1,231215,2023/12/21 15:00:00,2023/12/28 14:59:59 +323122202,,1,231215,2023/12/21 15:00:00, +323041701,,1,,2023/04/17 3:00:00,2023/04/24 2:59:59 +324031701,,1,240314,2024/03/16 15:00:00,2024/03/23 14:59:59 +324032301,,1,240314,2024/03/22 15:00:00,2024/03/29 14:59:59 +324032302,,1,240314,2024/03/22 15:00:00, +324032901,,1,240314,2024/03/28 15:00:00,2024/04/04 14:59:59 +324032902,,1,240314,2024/03/28 15:00:00, +323042401,,1,,2023/04/23 15:00:00,2023/04/30 14:59:59 +324030301,,1,240229,2024/03/02 15:00:00,2024/03/09 14:59:59 +324030302,,1,240229,2024/03/02 15:00:00,2024/03/09 14:59:59 +324030303,,1,240229,2024/03/02 15:00:00, +324030801,,1,240229,2024/03/07 15:00:00,2024/03/14 14:59:59 +324030802,,1,240229,2024/03/07 15:00:00, +324031001,,1,240229,2024/03/09 15:00:00,2024/03/16 14:59:59 +324031002,,1,240229,2024/03/09 15:00:00,2024/03/16 14:59:59 +324031003,,1,240229,2024/03/09 15:00:00,2024/03/16 14:59:59 +324031004,,1,240229,2024/03/09 15:00:00, +324031005,,1,240229,2024/03/09 15:00:00, +324031006,,1,240229,2024/03/09 15:00:00, +324031101,,1,240229,2024/03/10 15:00:00,2024/03/17 14:59:59 +324031102,,1,240229,2024/03/10 15:00:00,2024/03/17 14:59:59 +324031103,,1,240229,2024/03/10 15:00:00, +324031104,,1,240229,2024/03/10 15:00:00, +324031401,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031402,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031403,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031404,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031405,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031406,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031407,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031408,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031409,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031410,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031411,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031412,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031413,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031414,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031415,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031416,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031417,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031418,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031419,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031420,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031421,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031422,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031423,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031424,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031425,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031426,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031427,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031428,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031429,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031430,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031431,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031432,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031433,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031434,,1,240229,2024/03/13 15:00:00,2024/03/20 14:59:59 +324031435,,1,240229,2024/03/13 15:00:00, +324031436,,1,240229,2024/03/13 15:00:00, +324031437,,1,240229,2024/03/13 15:00:00, +324031438,,1,240229,2024/03/13 15:00:00, +324031439,,1,240229,2024/03/13 15:00:00, +324031440,,1,240229,2024/03/13 15:00:00, +324031441,,1,240229,2024/03/13 15:00:00, +324031442,,1,240229,2024/03/13 15:00:00, +324031443,,1,240229,2024/03/13 15:00:00, +324031444,,1,240229,2024/03/13 15:00:00, +324031445,,1,240229,2024/03/13 15:00:00, +324031446,,1,240229,2024/03/13 15:00:00, +324031447,,1,240229,2024/03/13 15:00:00, +324031448,,1,240229,2024/03/13 15:00:00, +324031449,,1,240229,2024/03/13 15:00:00, +324031450,,1,240229,2024/03/13 15:00:00, +324031451,,1,240229,2024/03/13 15:00:00, +324031452,,1,240229,2024/03/13 15:00:00, +324031453,,1,240229,2024/03/13 15:00:00, +324031454,,1,240229,2024/03/13 15:00:00, +324031455,,1,240229,2024/03/13 15:00:00, +324031456,,1,240229,2024/03/13 15:00:00, +324031457,,1,240229,2024/03/13 15:00:00, +324031458,,1,240229,2024/03/13 15:00:00, +324031459,,1,240229,2024/03/13 15:00:00, +324031460,,1,240229,2024/03/13 15:00:00, +324031461,,1,240229,2024/03/13 15:00:00, +324031462,,1,240229,2024/03/13 15:00:00, +324031463,,1,240229,2024/03/13 15:00:00, +324031464,,1,240229,2024/03/13 15:00:00, +324031465,,1,240229,2024/03/13 15:00:00, +324031466,,1,240229,2024/03/13 15:00:00, +324031467,,1,240229,2024/03/13 15:00:00, +324031468,,1,240229,2024/03/13 15:00:00, +324031601,,1,240314,2024/03/16 3:00:00, +324031602,,1,240314,2024/03/16 3:00:00, +324031603,,1,240314,2024/03/16 3:00:00, +324031604,,1,240314,2024/03/16 3:00:00, +323062205,,1,,2023/06/21 15:00:00,2023/06/28 14:59:59 +323062005,,1,,2023/06/19 15:00:00,2023/06/26 14:59:59 +323061805,,1,,2023/06/17 15:00:00,2023/06/24 14:59:59 +323062006,,1,,2023/06/19 15:00:00,2023/06/26 14:59:59 +323062206,,1,,2023/06/21 15:00:00, +323062007,,1,,2023/06/19 15:00:00, +323061806,,1,,2023/06/17 15:00:00, +323062008,,1,,2023/06/19 15:00:00, +323072605,,1,,2023/07/25 15:00:00,2023/08/01 14:59:59 +323081107,,1,,2023/08/10 15:00:00,2023/08/17 14:59:59 +323071303,,1,,2023/07/12 15:00:00,2023/07/19 14:59:59 +323070401,,1,,2023/07/03 15:00:00,2023/07/10 14:59:59 +323072606,,1,,2023/07/25 15:00:00, +323081108,,1,,2023/08/10 15:00:00, +323071304,,1,,2023/07/12 15:00:00, +323070402,,1,,2023/07/03 15:00:00, +323082501,,1,,2023/08/24 15:00:00,2023/08/31 14:59:59 +323082502,,1,,2023/08/24 15:00:00, +323082405,,1,,2023/08/23 15:00:00,2023/08/30 14:59:59 +323082406,,1,,2023/08/23 15:00:00, +323082605,,1,,2023/08/25 15:00:00,2023/09/01 14:59:59 +323082606,,1,,2023/08/25 15:00:00, +323091905,,1,,2023/09/18 15:00:00,2023/09/25 14:59:59 +323091906,,1,,2023/09/18 15:00:00, +323091205,,1,,2023/09/11 15:00:00,2023/09/18 14:59:59 +323091206,,1,,2023/09/11 15:00:00, +323100701,,1,231003,2023/10/06 15:00:00,2023/10/13 14:59:59 +323100702,,1,231003,2023/10/06 15:00:00,2023/10/13 14:59:59 +323100101,,1,,2023/09/30 15:00:00,2023/10/07 14:59:59 +323101501,,1,231010,2023/10/14 15:00:00,2023/10/21 14:59:59 +323101502,,1,231010,2023/10/14 15:00:00,2023/10/21 14:59:59 +323101401,,1,231010,2023/10/13 15:00:00,2023/10/20 14:59:59 +323101402,,1,231010,2023/10/13 15:00:00,2023/10/20 14:59:59 +323100703,,1,231003,2023/10/06 15:00:00, +323100704,,1,231003,2023/10/06 15:00:00, +323100102,,1,,2023/09/30 15:00:00, +323101503,,1,231010,2023/10/14 15:00:00, +323101504,,1,231010,2023/10/14 15:00:00, +323101403,,1,231010,2023/10/13 15:00:00, +323101404,,1,231010,2023/10/13 15:00:00, +323112105,,1,231115,2023/11/20 15:00:00,2023/11/27 14:59:59 +323112106,,1,231115,2023/11/20 15:00:00, +323122301,,1,231215,2023/12/22 15:00:00,2023/12/29 14:59:59 +323122302,,1,231215,2023/12/22 15:00:00,2023/12/29 14:59:59 +323122501,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122303,,1,231215,2023/12/22 15:00:00, +323122304,,1,231215,2023/12/22 15:00:00, +323122305,,1,231215,2023/12/22 15:00:00,2023/12/29 14:59:59 +323122306,,1,231215,2023/12/22 15:00:00,2023/12/29 14:59:59 +323122307,,1,231215,2023/12/22 15:00:00, +323122308,,1,231215,2023/12/22 15:00:00, +323122401,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122402,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122403,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122404,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122405,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122406,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122407,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122408,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122409,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122410,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122411,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122412,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122413,,1,231215,2023/12/23 15:00:00, +323122414,,1,231215,2023/12/23 15:00:00, +323122415,,1,231215,2023/12/23 15:00:00, +323122416,,1,231215,2023/12/23 15:00:00, +323122417,,1,231215,2023/12/23 15:00:00, +323122418,,1,231215,2023/12/23 15:00:00, +323122419,,1,231215,2023/12/23 15:00:00, +323122420,,1,231215,2023/12/23 15:00:00, +323122421,,1,231215,2023/12/23 15:00:00, +323122422,,1,231215,2023/12/23 15:00:00, +323122423,,1,231215,2023/12/23 15:00:00, +323122424,,1,231215,2023/12/23 15:00:00, +323122502,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122503,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122504,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122505,,1,231215,2023/12/23 15:00:00,2023/12/30 14:59:59 +323122506,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122507,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122508,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122509,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122510,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122511,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122512,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122513,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122514,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122515,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122516,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122517,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122518,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122519,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122520,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122521,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122522,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122523,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122524,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122525,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122526,,1,231215,2023/12/23 15:00:00, +323122527,,1,231215,2023/12/24 15:00:00, +323122528,,1,231215,2023/12/24 15:00:00, +323122529,,1,231215,2023/12/24 15:00:00, +323122530,,1,231215,2023/12/23 15:00:00, +323122531,,1,231215,2023/12/24 15:00:00, +323122532,,1,231215,2023/12/24 15:00:00, +323122533,,1,231215,2023/12/24 15:00:00, +323122534,,1,231215,2023/12/24 15:00:00, +323122535,,1,231215,2023/12/24 15:00:00, +323122536,,1,231215,2023/12/24 15:00:00, +323122537,,1,231215,2023/12/24 15:00:00, +323122538,,1,231215,2023/12/24 15:00:00, +323122539,,1,231215,2023/12/24 15:00:00, +323122540,,1,231215,2023/12/24 15:00:00, +323122541,,1,231215,2023/12/24 15:00:00, +323122542,,1,231215,2023/12/24 15:00:00, +323122543,,1,231215,2023/12/24 15:00:00, +323122544,,1,231215,2023/12/24 15:00:00, +323122545,,1,231215,2023/12/24 15:00:00, +323122546,,1,231215,2023/12/24 15:00:00, +323122547,,1,231215,2023/12/24 15:00:00, +323122548,,1,231215,2023/12/24 15:00:00, +323122549,,1,231215,2023/12/24 15:00:00, +323122550,,1,231215,2023/12/24 15:00:00, +323122551,,1,231215,2023/12/24 15:00:00,2023/12/31 14:59:59 +323122552,,1,231215,2023/12/24 15:00:00, +323122801,,1,231226,2023/12/27 15:00:00, +324010101,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010102,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010103,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010104,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010105,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010106,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010107,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010108,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010109,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010110,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010111,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010112,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010113,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010114,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010115,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010116,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010117,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010118,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010119,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010120,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010121,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010122,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010123,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010124,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010125,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010126,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010127,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010128,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010129,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010130,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010131,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010132,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010133,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010134,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010135,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010136,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010137,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010138,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010139,,1,231226,2023/12/31 15:00:00,2024/01/07 14:59:59 +324010140,,1,231226,2023/12/31 15:00:00, +324010141,,1,231226,2023/12/31 15:00:00, +324010142,,1,231226,2023/12/31 15:00:00, +324010143,,1,231226,2023/12/31 15:00:00, +324010144,,1,231226,2023/12/31 15:00:00, +324010145,,1,231226,2023/12/31 15:00:00, +324010146,,1,231226,2023/12/31 15:00:00, +324010147,,1,231226,2023/12/31 15:00:00, +324010148,,1,231226,2023/12/31 15:00:00, +324010149,,1,231226,2023/12/31 15:00:00, +324010150,,1,231226,2023/12/31 15:00:00, +324010151,,1,231226,2023/12/31 15:00:00, +324010152,,1,231226,2023/12/31 15:00:00, +324010153,,1,231226,2023/12/31 15:00:00, +324010154,,1,231226,2023/12/31 15:00:00, +324010155,,1,231226,2023/12/31 15:00:00, +324010156,,1,231226,2023/12/31 15:00:00, +324010157,,1,231226,2023/12/31 15:00:00, +324010158,,1,231226,2023/12/31 15:00:00, +324010159,,1,231226,2023/12/31 15:00:00, +324010160,,1,231226,2023/12/31 15:00:00, +324010161,,1,231226,2023/12/31 15:00:00, +324010162,,1,231226,2023/12/31 15:00:00, +324010163,,1,231226,2023/12/31 15:00:00, +324010164,,1,231226,2023/12/31 15:00:00, +324010165,,1,231226,2023/12/31 15:00:00, +324010166,,1,231226,2023/12/31 15:00:00, +324010167,,1,231226,2023/12/31 15:00:00, +324010168,,1,231226,2023/12/31 15:00:00, +324010169,,1,231226,2023/12/31 15:00:00, +324010170,,1,231226,2023/12/31 15:00:00, +324010171,,1,231226,2023/12/31 15:00:00, +324010172,,1,231226,2023/12/31 15:00:00, +324010173,,1,231226,2023/12/31 15:00:00, +324010174,,1,231226,2023/12/31 15:00:00, +324010175,,1,231226,2023/12/31 15:00:00, +324010176,,1,231226,2023/12/31 15:00:00, +324010177,,1,231226,2023/12/31 15:00:00, +324010178,,1,231226,2023/12/31 15:00:00, +324011901,,1,240115,2024/01/18 15:00:00,2024/01/25 14:59:59 +324011902,,1,240115,2024/01/18 15:00:00, +324012001,,1,240119,2024/01/19 15:00:00, +324020901,,1,240131,2024/02/08 15:00:00,2024/02/15 14:59:59 +324020902,,1,240131,2024/02/08 15:00:00,2024/02/15 14:59:59 +324020903,,1,240131,2024/02/08 15:00:00, +324020904,,1,240131,2024/02/08 15:00:00, +324020905,,1,240131,2024/02/08 15:00:00,2024/02/15 14:59:59 +324020906,,1,240131,2024/02/08 15:00:00, +324021001,,1,240209,2024/02/09 15:00:00,2024/02/16 14:59:59 +324021002,,1,240209,2024/02/09 15:00:00,2024/02/16 14:59:59 +324021003,,1,240209,2024/02/09 15:00:00, +324021004,,1,240209,2024/02/09 15:00:00, +324021101,,1,240209,2024/02/10 15:00:00,2024/02/17 14:59:59 +324021102,,1,240209,2024/02/10 15:00:00,2024/02/17 14:59:59 +324021103,,1,240209,2024/02/10 15:00:00, +324021104,,1,240209,2024/02/10 15:00:00, +324021401,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021402,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021403,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021404,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021405,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021406,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021407,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021408,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021409,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021410,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021411,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021412,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021413,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021414,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021415,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021416,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021417,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021418,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021419,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021420,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021421,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021422,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021423,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021424,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021425,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021426,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021427,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021428,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021429,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021430,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021431,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021432,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021433,,1,240209,2024/02/13 15:00:00,2024/02/20 14:59:59 +324021434,,1,240209,2024/02/13 15:00:00, +324021435,,1,240209,2024/02/13 15:00:00, +324021436,,1,240209,2024/02/13 15:00:00, +324021437,,1,240209,2024/02/13 15:00:00, +324021438,,1,240209,2024/02/13 15:00:00, +324021439,,1,240209,2024/02/13 15:00:00, +324021440,,1,240209,2024/02/13 15:00:00, +324021441,,1,240209,2024/02/13 15:00:00, +324021442,,1,240209,2024/02/13 15:00:00, +324021443,,1,240209,2024/02/13 15:00:00, +324021444,,1,240209,2024/02/13 15:00:00, +324021445,,1,240209,2024/02/13 15:00:00, +324021446,,1,240209,2024/02/13 15:00:00, +324021447,,1,240209,2024/02/13 15:00:00, +324021448,,1,240209,2024/02/13 15:00:00, +324021449,,1,240209,2024/02/13 15:00:00, +324021450,,1,240209,2024/02/13 15:00:00, +324021451,,1,240209,2024/02/13 15:00:00, +324021452,,1,240209,2024/02/13 15:00:00, +324021453,,1,240209,2024/02/13 15:00:00, +324021454,,1,240209,2024/02/13 15:00:00, +324021455,,1,240209,2024/02/13 15:00:00, +324021456,,1,240209,2024/02/13 15:00:00, +324021457,,1,240209,2024/02/13 15:00:00, +324021458,,1,240209,2024/02/13 15:00:00, +324021459,,1,240209,2024/02/13 15:00:00, +324021460,,1,240209,2024/02/13 15:00:00, +324021461,,1,240209,2024/02/13 15:00:00, +324021462,,1,240209,2024/02/13 15:00:00, +324021463,,1,240209,2024/02/13 15:00:00, +324021464,,1,240209,2024/02/13 15:00:00, +324021465,,1,240209,2024/02/13 15:00:00, +324021466,,1,240209,2024/02/13 15:00:00, +324022201,,1,240214,2024/02/21 15:00:00,2024/02/28 14:59:59 +324022202,,1,240214,2024/02/21 15:00:00, +890,チャットテスト用 ※無期限,2,,, +900,楽曲ソートテスト用,2,,2022/08/01 3:00:00, +901,楽曲ソートテスト用,2,,2021/08/02 3:00:00, +960,開発確認用(本番には出ない),2,,, +961,aoharu_プレゼント受け取り確認用,2,,,2023/01/31 14:59:59 +962,aoharu_ガチャ演出切り替わりテスト(前半),2,,2022/10/31 15:00:00,2022/12/23 14:59:59 +963,aoharu_ガチャ演出切り替わりテスト(後半),2,,2022/12/23 0:00:00,2022/12/31 14:59:59 +964,aoharu_ショップテスト,2,,2022/10/31 15:00:00,2022/12/31 14:59:59 +965,aoharu_おすすめリストテスト,2,,2022/10/31 15:00:00,2022/11/30 14:59:59 +966,aoharu_ストーリーテスト,2,,2022/11/02 15:00:00,2022/11/30 14:59:59 +967,aoharu_簡易イベントのテスト,2,,2023/03/20 15:00:00,2023/03/31 14:59:59 +968,aoharu_チュートリアルテスト,2,,2022/05/19 15:00:00,2022/12/31 14:59:59 +969,aoharu_Eventテスト,2,,2023/03/31 15:00:00,2023/04/18 14:59:59 +970,aoharu_β用一式,2,,2022/05/19 15:00:00,2023/03/30 14:59:59 +971,aoharu α版ガチャ,2,,2022/03/31 15:00:00,2022/04/01 14:59:59 +972,aoharu_タイトルの切り替えテスト,2,,2022/12/08 4:00:00,2022/12/08 7:59:59 +981,テストイベント用データ,2,,2021/08/04 3:00:00,2021/08/31 14:59:59 +982,テストイベントメンバー選択用データ,2,,2021/08/04 3:00:00,2021/08/20 2:59:59 +983,テストイベント応募期間,2,,2021/09/06 3:00:00,2021/09/10 14:59:59 +984,テストイベント用データ2(開催中),2,,2021/10/31 15:00:00,2021/11/10 14:59:59 +985,テストイベントメンバー選択用データ2(集計中),2,,2021/11/10 15:00:00,2021/11/21 14:59:59 +986,テストイベント応募期間2,2,,2021/11/21 15:00:00,2021/11/25 14:59:59 +987,リアルインセンティブテスト用データ3(開催中),2,,2021/11/25 15:00:00,2021/12/30 14:59:59 +988,リアルインセンティブテスト用データ3(集計中),2,,2021/12/30 15:00:00,2022/01/10 14:59:59 +989,リアルインセンティブテスト応募期間3,2,,2022/01/10 15:00:00,2022/01/17 14:59:59 +990,イベントテスト用,2,,2023/10/15 5:00:00,2023/10/25 4:59:59 +991,メンバー追加検証用,2,,2021/11/30 18:00:00, +992,汎用告知用,2,,2021/08/01 3:00:00,2021/08/05 2:59:59 +993,期間限定交換所,2,,2020/07/20 3:00:00,2021/07/25 2:59:59 +994,テスト用バナー期限1,2,,2020/06/30 15:00:00,2021/07/25 14:59:59 +995,テスト用バナー期限2,2,,2020/07/13 15:00:00,2021/07/31 14:59:59 +996,期間限定ショップ,2,,2020/06/30 15:00:00,2021/09/30 14:59:59 +997,譜面テスト用,2,,2035/03/31 15:00:00, +998,テストデータ(ショップ周りで使用),2,,2020/06/30 15:00:00,2021/07/31 14:59:59 +150,,2,,2023/11/30 15:00:00,2023/12/31 14:59:59 +160,,2,,2023/11/30 15:00:00,2023/12/31 14:59:59 +161,,2,,,2023/11/30 14:59:59 +162,,2,,2023/12/31 15:00:00, +170,,2,,2023/10/31 15:00:00,2023/11/30 14:59:59 +171,,2,,2024/01/31 15:00:00,2024/02/28 14:59:59 +180,,2,,2023/10/31 15:00:00,2024/02/28 14:59:59 +190,,2,,2023/12/31 15:00:00,2024/01/31 14:59:59 +191,,2,,,2023/12/31 14:59:59 +192,,2,,2023/12/31 15:00:00,2024/01/14 14:59:59 +193,,2,,2024/01/14 15:00:00,2024/01/31 14:59:59 +194,,2,,2023/12/31 15:00:00, +924020101,國際版特製轉蛋-1 (舊活動轉蛋卡),1,,2024/02/01 2:00:00,2024/02/16 07:59:59 +924021601,國際版特製轉蛋-2 (過期生日卡),1,,2024/02/16 8:00:00,2024/03/01 07:59:59 +924031701,復刻-國際版特製轉蛋-1 (舊活動轉蛋卡),1,,2024/03/17 8:00:00,2024/03/31 07:59:59 +924032501,復刻-μ's限定!ピックアップ勧誘 轉蛋+交換所,1,,2024/03/25 8:00:00,2024/04/12 07:59:59 +924041701,復刻 Aqours限定!ピックアップ勧誘 轉蛋+交換所,1,,2024/04/17 8:00:00,2024/05/06 07:59:59 +924042401,復刻 GL登場紀念招募2 (過期生日卡),1,,2024/04/24 8:00:00,2024/05/08 07:59:59 +924050701,,1,,2024/05/07 8:00:00,2024/05/20 07:59:59 +924052401,,1,,2024/05/24 8:00:00,2024/05/31 07:59:59 diff --git a/src/router/masterdata/csv/resource_download.csv b/src/router/databases/csv-en/resource_download.csv similarity index 100% rename from src/router/masterdata/csv/resource_download.csv rename to src/router/databases/csv-en/resource_download.csv diff --git a/src/router/masterdata/csv/result_code.csv b/src/router/databases/csv-en/result_code.csv similarity index 100% rename from src/router/masterdata/csv/result_code.csv rename to src/router/databases/csv-en/result_code.csv diff --git a/src/router/databases/csv-en/rhythm_icon.csv b/src/router/databases/csv-en/rhythm_icon.csv new file mode 100644 index 0000000..9e1dd70 --- /dev/null +++ b/src/router/databases/csv-en/rhythm_icon.csv @@ -0,0 +1,7 @@ +_id,_name,_atlasName,_masterReleaseLabelId +1,Skin 1,MarkerAtlas_Type1,1 +2,Skin 2,MarkerAtlas_Type2,1 +3,Skin 3,MarkerAtlas_Type3,1 +4,Skin 4,MarkerAtlas_Type4,1 +5,Skin 5,MarkerAtlas_Type5,1 +6,Skin 6,MarkerAtlas_Type6,1 diff --git a/src/router/databases/csv-en/scene_title.csv b/src/router/databases/csv-en/scene_title.csv new file mode 100644 index 0000000..20e804a --- /dev/null +++ b/src/router/databases/csv-en/scene_title.csv @@ -0,0 +1,89 @@ +_id,_mainTitle,_mainMasterNavigationId,_masterReleaseLabelId +DeckTop,Unit Formation,,1 +DeckEdit,Unit Formation,SubTutorial_Composition,1 +DeckCharaSelect,Member Select,,1 +Classmate,Member List,,1 +CostumeCharaList,Costume Change,,1 +Practice,Lesson,SubTutorial_Practice,1 +SkillPractice,Skill Lesson,SubTutorial_SkillPractice,1 +Training,Idolize,SubTutorial_Training,1 +MemberList,Member List,,1 +WaitingMemberList,Waiting Room,,1 +CardDetail,Member Details,,1 +MemberIllustrateList,Albums,,1 +MemberCharaTop,Member Details,,1 +AreaTalkList,Dummy,,1 +Album,Dummy,,1 +MovieCollection,Collection,,1 +CardAlbum,Card Albums,,1 +DeckConfirm,Prepare Live Show,SubTutorial_LiveReady,1 +Profile,Profile,,1 +RecommendList,Select Favorite,,1 +Friend,Friend List,,1 +LiveSelect,Select Live Show,,1 +MusicSelect,Song Select,SubTutorial_FreeLive,1 +CooperationLive,Select Session,SubTutorial_MultiLive,1 +CooperationLiveMatching,Matching,,1 +MultiMusicSelect,Song Select,,1 +MusicDecision,Song Shuffle,,1 +MusicDifficulty,Select Difficulty,,1 +MultiConfirm,Final Confirmation,,1 +StampSetting,Favorite Setting,,1 +Warehouse,Room parts,,1 +TitleListSelect,Select a Title,,1 +TitleListView,Title List,,1 +SealExchange,Item Exchange,,1 +BadgeExchange,Item Exchange,,1 +EventTop,Events,,1 +EventStoryTop,Event Story Top,,1 +EventStory,Select Event,,1 +EventScoreRanking,Event pt Ranking,,1 +EventReward,Event Reward,,1 +ItemList,Item List,,1 +ExchangeTop,Item Exchange,,1 +EventMusicSelect,Song Select,,1 +EventChallengeLiveMusicSelect,Song Select,,1 +EventLiveTryMusicSelect,Song Select,,1 +EventDeckConfirm,Prepare Formation,,1 +EventChallengeLiveDeckConfirm,Prepare Formation,,1 +EventLiveTryDeckConfirm,Prepare Formation,,1 +ExchangeItemList,Item Exchange,,1 +BirthdayTop,Birthday,,1 +MapScene,Select Area,,1 +MultiLiveEventCooperationLive,Room select,,1 +MultiLiveEventCooperationLiveMatching,Matching,,1 +MultiLiveEventMultiMusicSelect,Song Select,,1 +MultiLiveEventMusicDecision,Song Shuffle,,1 +MultiLiveEventMusicDifficulty,Select Difficulty,,1 +MultiLiveEventMultiConfirm,Final Confirmation,,1 +LimitedLiveTop,Event Live Shows,,1 +LimitedLiveLottery,Song Shuffle,,1 +TeacherLiveMusicSelect,Song Select,,1 +TeacherLiveDeckConfirm,Prepare Formation,,1 +TeacherLiveTop,Select Live Show,,1 +CharacterEpisodeLevel,Check Episodes,,1 +BoxGardenTop,Customize Room,,1 +GachaTop,Scout,MainTutorial_Gacha,1 +GachaResult,Scout Results,MainTutorial_GachaReslt,1 +BandEnrichTop,Band Strengthening TOP ,,1 +BandEnrich,Band Strengthening,,1 +StoryTop,Story Top,,1 +StoryMainTop,Story,SubTutorial_Story,1 +StoryCardMemberTop,Select Member,,1 +StoryCardEpisodeTop,Select Episode,,1 +Shop,Shop,,1 +BeginnerMission,Beginner Goals,SubTutorial_BeginnerMission,1 +GuestSelect,Select Guest,SubTutorial_Guest,1 +MusicRanking,Song-specific ranking,,1 +MusicRecommend,Recommended,,1 +ChatTop,,SubTutorial_Chat,1 +ComicList,Comics,,1 +PresentBox,Present Box,,1 +Mission,Goals,SubTutorial_Mission,1 +ProfileMemberSelect,Profile Settings,,1 +FriendGestDetail,Guest Details,,1 +FriendGestMemberSelect,Edit Guest,,1 +LocationInformation,On-Location Present,,223062001 +MusicLibrary,Song Library,,223081401 +SerialCodeDisplay,Check Code,,1 +StarEventRanking,Star Level Ranking,,1 diff --git a/src/router/masterdata/csv/se.csv b/src/router/databases/csv-en/se.csv similarity index 100% rename from src/router/masterdata/csv/se.csv rename to src/router/databases/csv-en/se.csv diff --git a/src/router/databases/csv-en/shop_item.csv b/src/router/databases/csv-en/shop_item.csv new file mode 100644 index 0000000..3572d62 --- /dev/null +++ b/src/router/databases/csv-en/shop_item.csv @@ -0,0 +1,3 @@ +_id,_name,_masterBillingShopId,_consumeType,_price,_masterShopRewardId,_buyLimit,_startdashTime,_startdashExpireTime,_priority,_spriteName,_timeResetType,_masterReleaseLabelId +40100011,Love Gems x20,4010001,1,20,40100011,0,0,0,1,0,0,1 +40100012,Love Gems x200,4010001,1,200,40100012,0,0,0,1,0,0,1 diff --git a/src/router/masterdata/csv/shop_reward.csv b/src/router/databases/csv-en/shop_reward.csv similarity index 100% rename from src/router/masterdata/csv/shop_reward.csv rename to src/router/databases/csv-en/shop_reward.csv diff --git a/src/router/databases/csv-en/skill_center.csv b/src/router/databases/csv-en/skill_center.csv new file mode 100644 index 0000000..767dd60 --- /dev/null +++ b/src/router/databases/csv-en/skill_center.csv @@ -0,0 +1,70 @@ +_id,_name,_detailText,_effects,_masterReleaseLabelId +100001,Smile Heart,Smile points increased by 3%,100001,1 +100002,Smile Star,Smile points increased by 6%,100002,1 +100003,Smile Angel,Smile points increased by 8%,100003,1 +100004,Smile Empress,Smile points increased by 10%,100004,1 +100005,Smile Queen,"Smile points increased by 8%
Additionally, Smile points for μ's members increased by 3%","100003,100005",1 +100006,Smile Queen,"Smile points increased by 8%
Additionally, Smile points for Aqours members increased by 3%","100003,100006",1 +100007,Smile Queen,"Smile points increased by 8%
Additionally, Smile points for Nijigasaki members increased by 3%","100003,100007",1 +100008,Smile Queen,"Smile points increased by 8%
Additionally, Smile points for Liella! members increased by 3%","100003,100008",1 +100009,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for Printemps members increased by 5%","100003,100009",1 +100010,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for lily white members increased by 5%","100003,100010",1 +100011,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for BiBi members increased by 5%","100003,100011",1 +100012,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for CYaRon! members increased by 5%","100003,100012",1 +100013,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for AZALEA members increased by 5%","100003,100013",1 +100014,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for Guilty Kiss members increased by 5%","100003,100014",1 +100015,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for DiverDiva members increased by 5%","100003,100015",1 +100016,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for A・ZU・NA members increased by 5%","100003,100016",1 +100017,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for QU4RTZ members increased by 5%","100003,100017",1 +100018,Smile Princess,"Smile points increased by 8%
Additionally, Smile points for R3BIRTH members increased by 5%","100003,100018",1 +100019,Smile Empress,Increases Smile Pts for Smile Attribute characters by 13%.,100019,223103109 +100020,Smile Queen,Increases Smile Pts by 8%
Further increases Smile Pts for μ's Smile Attribute characters by 7%.,"100003,100020",223103109 +100021,Smile Queen,Increases Smile Pts by 8%
Further increases Smile Pts for Aqours Smile Attribute characters by 7%.,"100003,100021",223103109 +100022,Smile Queen,Increases Smile Pts by 8%.
Further increases Nijigasaki Smile Attribute characters by 7%.,"100003,100022",223103109 +100023,Smile Queen,Increases Smile Pts by 8%.
Further increases Smile Pts for Liella! Smile Attribute characters by 7%.,"100003,100023",223103109 +200001,Pure Heart,Pure points increased by 3%,200001,1 +200002,Pure Star,Pure points increased by 6%,200002,1 +200003,Pure Angel,Pure points increased by 8%,200003,1 +200004,Pure Empress,Pure points increased by 10%,200004,1 +200005,Pure Queen,"Pure points increased by 8%
Additionally, Pure points for μ's members increased by 3%","200003,200005",1 +200006,Pure Queen,"Pure points increased by 8%
Additionally, Pure points for Aqours members increased by 3%","200003,200006",1 +200007,Pure Queen,"Pure points increased by 8%
Additionally, Pure points for Nijigasaki members increased by 3%","200003,200007",1 +200008,Pure Queen,"Pure points increased by 8%
Additionally, Pure points for Liella! members increased by 3%","200003,200008",1 +200009,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for Printemps members increased by 5%","200003,200009",1 +200010,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for lily white members increased by 5%","200003,200010",1 +200011,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for BiBi members increased by 5%","200003,200011",1 +200012,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for CYaRon! members increased by 5%","200003,200012",1 +200013,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for AZALEA members increased by 5%","200003,200013",1 +200014,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for Guilty Kiss members increased by 5%","200003,200014",1 +200015,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for DiverDiva members increased by 5%","200003,200015",1 +200016,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for A・ZU・NA members increased by 5%","200003,200016",1 +200017,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for QU4RTZ members increased by 5%","200003,200017",1 +200018,Pure Princess,"Pure points increased by 8%
Additionally, Pure points for R3BIRTH members increased by 5%","200003,200018",1 +200019,Pure Empress,Increases Pure Pts for Pure Attribute characters by 13%.,200019,223103109 +200020,Pure Queen,Increases Pure Pts by 8%.
Further increases Pure Pts for μ's Pure Attribute characters by 7%.,"200003,200020",223103109 +200021,Pure Queen,Increases Pure Pts by 8%.
Further increases Pure Pts for Aqours Pure Attribute characters by 7%.,"200003,200021",223103109 +200022,Pure Queen,Increases Pure Pts by 8%.
Further increases Pure Pts for Nijigasaki Pure Attribute characters by 7%.,"200003,200022",223103109 +200023,Pure Queen,Increases Pure Pts by 8%.
Further increases Pure Pts for Liella! Pure Attribute characters by 7%.,"200003,200023",223103109 +300001,Cool Heart,Cool points increased by 3%,300001,1 +300002,Cool Star,Cool points increased by 6%,300002,1 +300003,Cool Angel,Cool points increased by 8%,300003,1 +300004,Cool Empress,Cool points increased by 10%,300004,1 +300005,Cool Queen,"Cool points increased by 8%
Additionally, Cool points for μ's members increased by 3%","300003,300005",1 +300006,Cool Queen,"Cool points increased by 8%
Additionally, Cool points for Aqours members increased by 3%","300003,300006",1 +300007,Cool Queen,"Cool points increased by 8%
Additionally, Cool points for Nijigasaki members increased by 3%","300003,300007",1 +300008,Cool Queen,"Cool points increased by 8%
Additionally, Cool points for Liella! members increased by 3%","300003,300008",1 +300009,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for Printemps members increased by 5%","300003,300009",1 +300010,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for lily white members increased by 5%","300003,300010",1 +300011,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for BiBi members increased by 5%","300003,300011",1 +300012,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for CYaRon! members increased by 5%","300003,300012",1 +300013,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for AZALEA members increased by 5%","300003,300013",1 +300014,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for Guilty Kiss members increased by 5%","300003,300014",1 +300015,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for DiverDiva members increased by 5%","300003,300015",1 +300016,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for A・ZU・NA members increased by 5%","300003,300016",1 +300017,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for QU4RTZ members increased by 5%","300003,300017",1 +300018,Cool Princess,"Cool points increased by 8%
Additionally, Cool points for R3BIRTH members increased by 5%","300003,300018",1 +300019,Cool Empress,Increases Cool Pts for Cool Attribute characters by 13%.,300019,223101507 +300020,Cool Queen,Increases Cool Pts by 8%. Further increases Cool Pts
for μ's Cool Attribute characters by 7%.,"300003,300020",223101507 +300021,Cool Queen,Increases Cool Pts by 8%. Further increases Cool Pts
for Aqours Cool Attribute characters by 7%.,"300003,300021",223101507 +300022,Cool Queen,Increases Cool Pts by 8%. Further increases Cool Pts
for Nijigasaki Cool Attribute characters by 7%.,"300003,300022",223101507 +300023,Cool Queen,Increases Cool Pts by 8%. Further increases Cool Pts
for Liella! Cool Attribute characters by 7%.,"300003,300023",223101507 diff --git a/src/router/masterdata/csv/skill_center_effect.csv b/src/router/databases/csv-en/skill_center_effect.csv similarity index 100% rename from src/router/masterdata/csv/skill_center_effect.csv rename to src/router/databases/csv-en/skill_center_effect.csv diff --git a/src/router/masterdata/csv/sound_key.csv b/src/router/databases/csv-en/sound_key.csv similarity index 100% rename from src/router/masterdata/csv/sound_key.csv rename to src/router/databases/csv-en/sound_key.csv diff --git a/src/router/masterdata/csv/stamp.csv b/src/router/databases/csv-en/stamp.csv similarity index 100% rename from src/router/masterdata/csv/stamp.csv rename to src/router/databases/csv-en/stamp.csv diff --git a/src/router/masterdata/csv/star_event_card_bonus.csv b/src/router/databases/csv-en/star_event_card_bonus.csv similarity index 100% rename from src/router/masterdata/csv/star_event_card_bonus.csv rename to src/router/databases/csv-en/star_event_card_bonus.csv diff --git a/src/router/masterdata/csv/star_event_level.csv b/src/router/databases/csv-en/star_event_level.csv similarity index 100% rename from src/router/masterdata/csv/star_event_level.csv rename to src/router/databases/csv-en/star_event_level.csv diff --git a/src/router/databases/csv-en/star_event_level_reward.csv b/src/router/databases/csv-en/star_event_level_reward.csv new file mode 100644 index 0000000..44db6a9 --- /dev/null +++ b/src/router/databases/csv-en/star_event_level_reward.csv @@ -0,0 +1,458 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +340012702,1,3,1,30010001,0,10,223111504 +340012703,1,3,1,19100001,0,300,223111504 +340012704,1,3,1,30010001,0,10,223111504 +340012705,1,3,1,16005003,0,200,223111504 +340012706,1,1,1,0,0,100,223111504 +340012707,1,3,1,17001002,0,100,223111504 +340012708,1,3,1,30010001,0,10,223111504 +340012709,1,4,1,1,0,1000000,223111504 +340012710,1,3,1,15010026,0,1,223111504 +340012711,1,3,1,19100001,0,500,223111504 +340012712,1,3,1,15010025,0,1,223111504 +340012713,1,3,1,17001002,0,200,223111504 +340012714,1,3,1,15010025,0,1,223111504 +340012715,1,3,1,19100001,0,1000,223111504 +340012716,1,3,1,15010025,0,1,223111504 +340012717,1,3,1,16005003,0,400,223111504 +340012718,1,3,1,15010025,0,1,223111504 +340012719,1,4,1,1,0,5000000,223111504 +340012720,1,3,1,15010025,0,1,223111504 +340012721,1,3,1,19100001,0,1500,223111504 +340012722,1,3,1,15010025,0,1,223111504 +340012723,1,3,1,17001002,0,400,223111504 +340012724,1,3,1,15010025,0,1,223111504 +340012725,1,3,1,19100001,0,1800,223111504 +340012726,1,3,1,15010025,0,1,223111504 +340012727,1,3,1,16005003,0,600,223111504 +340012728,1,3,1,15010025,0,1,223111504 +340012729,1,4,1,1,0,7000000,223111504 +340012730,1,3,1,15010026,0,1,223111504 +340012731,1,3,1,30010001,0,100,223111504 +340012732,1,3,1,15010025,0,1,223111504 +340012733,1,3,1,30010001,0,100,223111504 +340012734,1,3,1,15010025,0,1,223111504 +340012735,1,3,1,30010001,0,1000,223111504 +340012736,1,3,1,15010025,0,1,223111504 +340012737,1,3,1,30010001,0,100,223111504 +340012738,1,3,1,15010025,0,1,223111504 +340012739,1,3,1,30010001,0,100,223111504 +340012740,1,3,1,15010025,0,1,223111504 +340012741,1,3,1,30010001,0,100,223111504 +340012742,1,3,1,15010025,0,1,223111504 +340012743,1,3,1,30010001,0,100,223111504 +340012744,1,3,1,15010025,0,1,223111504 +340012745,1,3,1,30010001,0,100,223111504 +340012746,1,3,1,15010025,0,1,223111504 +340012747,1,3,1,30010001,0,100,223111504 +340012748,1,3,1,15010025,0,1,223111504 +340012749,1,3,1,30010001,0,100,223111504 +340012750,1,3,1,15010025,0,1,223111504 +340012751,1,3,1,19100001,0,100,223111504 +340013502,1,3,1,30010001,0,10,224011507 +340013502,2,8,1,41000001,0,1,224011507 +340013503,1,3,1,19100001,0,300,224011507 +340013503,2,8,1,41000002,0,1,224011507 +340013504,1,3,1,30010001,0,10,224011507 +340013504,2,8,1,41000003,0,1,224011507 +340013505,1,3,1,16005003,0,200,224011507 +340013505,2,8,1,41000004,0,1,224011507 +340013506,1,1,1,0,0,100,224011507 +340013506,2,8,1,41000005,0,1,224011507 +340013507,1,3,1,17001002,0,100,224011507 +340013507,2,8,1,41000006,0,1,224011507 +340013508,1,3,1,30010001,0,10,224011507 +340013508,2,8,1,41000007,0,1,224011507 +340013509,1,4,1,1,0,1000000,224011507 +340013509,2,8,1,41000008,0,1,224011507 +340013510,1,3,1,15010037,0,1,224011507 +340013510,2,8,1,41000009,0,1,224011507 +340013511,1,3,1,19100001,0,500,224011507 +340013511,2,8,1,41000010,0,1,224011507 +340013512,1,3,1,15010036,0,1,224011507 +340013512,2,8,1,41000011,0,1,224011507 +340013513,1,3,1,17001002,0,200,224011507 +340013513,2,8,1,41000012,0,1,224011507 +340013514,1,3,1,15010036,0,1,224011507 +340013514,2,8,1,41000013,0,1,224011507 +340013515,1,3,1,19100001,0,1000,224011507 +340013515,2,8,1,41000014,0,1,224011507 +340013516,1,3,1,15010036,0,1,224011507 +340013516,2,8,1,41000015,0,1,224011507 +340013517,1,3,1,16005003,0,400,224011507 +340013517,2,8,1,41000016,0,1,224011507 +340013518,1,3,1,15010036,0,1,224011507 +340013518,2,8,1,41000017,0,1,224011507 +340013519,1,4,1,1,0,5000000,224011507 +340013519,2,8,1,41000018,0,1,224011507 +340013520,1,3,1,15010036,0,1,224011507 +340013520,2,8,1,41000019,0,1,224011507 +340013521,1,3,1,19100001,0,1500,224011507 +340013521,2,8,1,41000020,0,1,224011507 +340013522,1,3,1,15010036,0,1,224011507 +340013522,2,8,1,41000021,0,1,224011507 +340013523,1,3,1,17001002,0,400,224011507 +340013523,2,8,1,41000022,0,1,224011507 +340013524,1,3,1,15010036,0,1,224011507 +340013524,2,8,1,41000023,0,1,224011507 +340013525,1,3,1,19100001,0,1800,224011507 +340013525,2,8,1,41000024,0,1,224011507 +340013526,1,3,1,15010036,0,1,224011507 +340013526,2,8,1,41000025,0,1,224011507 +340013527,1,3,1,16005003,0,600,224011507 +340013527,2,8,1,41000026,0,1,224011507 +340013528,1,3,1,15010036,0,1,224011507 +340013528,2,8,1,41000027,0,1,224011507 +340013529,1,4,1,1,0,7000000,224011507 +340013529,2,8,1,41000028,0,1,224011507 +340013530,1,3,1,15010037,0,1,224011507 +340013530,2,8,1,41000029,0,1,224011507 +340013531,1,3,1,30010001,0,100,224011507 +340013531,2,8,1,41000030,0,1,224011507 +340013532,1,3,1,15010036,0,1,224011507 +340013532,2,8,1,41000031,0,1,224011507 +340013533,1,3,1,30010001,0,100,224011507 +340013533,2,8,1,41000032,0,1,224011507 +340013534,1,3,1,15010036,0,1,224011507 +340013534,2,8,1,41000033,0,1,224011507 +340013535,1,3,1,30010001,0,1000,224011507 +340013535,2,8,1,41000034,0,1,224011507 +340013536,1,3,1,15010036,0,1,224011507 +340013536,2,8,1,41000035,0,1,224011507 +340013537,1,3,1,30010001,0,100,224011507 +340013537,2,8,1,41000036,0,1,224011507 +340013538,1,3,1,15010036,0,1,224011507 +340013538,2,8,1,41000037,0,1,224011507 +340013539,1,3,1,30010001,0,100,224011507 +340013539,2,8,1,41000038,0,1,224011507 +340013540,1,3,1,15010036,0,1,224011507 +340013540,2,8,1,41000039,0,1,224011507 +340013541,1,3,1,30010001,0,100,224011507 +340013541,2,8,1,41000040,0,1,224011507 +340013542,1,3,1,15010036,0,1,224011507 +340013542,2,8,1,41000041,0,1,224011507 +340013543,1,3,1,30010001,0,100,224011507 +340013543,2,8,1,41000042,0,1,224011507 +340013544,1,3,1,15010036,0,1,224011507 +340013544,2,8,1,41000043,0,1,224011507 +340013545,1,3,1,30010001,0,100,224011507 +340013545,2,8,1,41000044,0,1,224011507 +340013546,1,3,1,15010036,0,1,224011507 +340013546,2,8,1,41000045,0,1,224011507 +340013547,1,3,1,30010001,0,100,224011507 +340013547,2,8,1,41000046,0,1,224011507 +340013548,1,3,1,15010036,0,1,224011507 +340013548,2,8,1,41000047,0,1,224011507 +340013549,1,3,1,30010001,0,100,224011507 +340013549,2,8,1,41000048,0,1,224011507 +340013550,1,3,1,15010036,0,1,224011507 +340013550,2,8,1,41000049,0,1,224011507 +340013551,1,3,1,30010001,0,200,224011507 +340013551,2,8,1,41000050,0,1,224011507 +340013552,1,3,1,15010036,0,2,224011507 +340013552,2,8,1,41000051,0,1,224011507 +340013553,1,3,1,30010001,0,200,224011507 +340013553,2,8,1,41000052,0,1,224011507 +340013554,1,3,1,15010036,0,2,224011507 +340013554,2,8,1,41000053,0,1,224011507 +340013555,1,3,1,19100001,0,1500,224011507 +340013555,2,8,1,41000054,0,1,224011507 +340013556,1,3,1,15010036,0,2,224011507 +340013556,2,8,1,41000055,0,1,224011507 +340013557,1,3,1,30010001,0,200,224011507 +340013557,2,8,1,41000056,0,1,224011507 +340013558,1,3,1,15010036,0,2,224011507 +340013558,2,8,1,41000057,0,1,224011507 +340013559,1,3,1,30010001,0,200,224011507 +340013559,2,8,1,41000058,0,1,224011507 +340013560,1,3,1,15010037,0,1,224011507 +340013560,2,8,1,41000059,0,1,224011507 +340013561,1,3,1,30010001,0,300,224011507 +340013561,2,8,1,41000060,0,1,224011507 +340013562,1,3,1,15010036,0,3,224011507 +340013562,2,8,1,41000061,0,1,224011507 +340013563,1,3,1,30010001,0,300,224011507 +340013563,2,8,1,41000062,0,1,224011507 +340013564,1,3,1,15010036,0,3,224011507 +340013564,2,8,1,41000063,0,1,224011507 +340013565,1,3,1,19100001,0,2500,224011507 +340013565,2,8,1,41000064,0,1,224011507 +340013566,1,3,1,15010036,0,3,224011507 +340013566,2,8,1,41000065,0,1,224011507 +340013567,1,3,1,30010001,0,300,224011507 +340013567,2,8,1,41000066,0,1,224011507 +340013568,1,3,1,15010036,0,3,224011507 +340013568,2,8,1,41000067,0,1,224011507 +340013569,1,3,1,30010001,0,300,224011507 +340013569,2,8,1,41000068,0,1,224011507 +340013570,1,3,1,15010037,0,1,224011507 +340013570,2,8,1,41000069,0,1,224011507 +340013571,1,3,1,19100001,0,300,224011507 +340013902,1,3,1,30010001,0,10,224021411 +340013902,2,8,1,41000001,0,1,224021411 +340013903,1,3,1,19100001,0,300,224021411 +340013903,2,8,1,41000002,0,1,224021411 +340013904,1,3,1,30010001,0,10,224021411 +340013904,2,8,1,41000003,0,1,224021411 +340013905,1,3,1,16005003,0,200,224021411 +340013905,2,8,1,41000004,0,1,224021411 +340013906,1,1,1,0,0,100,224021411 +340013906,2,8,1,41000005,0,1,224021411 +340013907,1,3,1,17001002,0,100,224021411 +340013907,2,8,1,41000006,0,1,224021411 +340013908,1,3,1,30010001,0,10,224021411 +340013908,2,8,1,41000007,0,1,224021411 +340013909,1,4,1,1,0,1000000,224021411 +340013909,2,8,1,41000008,0,1,224021411 +340013910,1,3,1,15010041,0,1,224021411 +340013910,2,8,1,41000009,0,1,224021411 +340013911,1,3,1,19100001,0,500,224021411 +340013911,2,8,1,41000010,0,1,224021411 +340013912,1,3,1,15010040,0,1,224021411 +340013912,2,8,1,41000011,0,1,224021411 +340013913,1,3,1,17001002,0,200,224021411 +340013913,2,8,1,41000012,0,1,224021411 +340013914,1,3,1,15010040,0,1,224021411 +340013914,2,8,1,41000013,0,1,224021411 +340013915,1,3,1,19100001,0,1000,224021411 +340013915,2,8,1,41000014,0,1,224021411 +340013916,1,3,1,15010040,0,1,224021411 +340013916,2,8,1,41000015,0,1,224021411 +340013917,1,3,1,16005003,0,400,224021411 +340013917,2,8,1,41000016,0,1,224021411 +340013918,1,3,1,15010040,0,1,224021411 +340013918,2,8,1,41000017,0,1,224021411 +340013919,1,4,1,1,0,5000000,224021411 +340013919,2,8,1,41000018,0,1,224021411 +340013920,1,3,1,15010040,0,1,224021411 +340013920,2,8,1,41000019,0,1,224021411 +340013921,1,3,1,19100001,0,1500,224021411 +340013921,2,8,1,41000020,0,1,224021411 +340013922,1,3,1,15010040,0,1,224021411 +340013922,2,8,1,41000021,0,1,224021411 +340013923,1,3,1,17001002,0,400,224021411 +340013923,2,8,1,41000022,0,1,224021411 +340013924,1,3,1,15010040,0,1,224021411 +340013924,2,8,1,41000023,0,1,224021411 +340013925,1,3,1,19100001,0,1800,224021411 +340013925,2,8,1,41000024,0,1,224021411 +340013926,1,3,1,15010040,0,1,224021411 +340013926,2,8,1,41000025,0,1,224021411 +340013927,1,3,1,16005003,0,600,224021411 +340013927,2,8,1,41000026,0,1,224021411 +340013928,1,3,1,15010040,0,1,224021411 +340013928,2,8,1,41000027,0,1,224021411 +340013929,1,4,1,1,0,7000000,224021411 +340013929,2,8,1,41000028,0,1,224021411 +340013930,1,3,1,15010041,0,1,224021411 +340013930,2,8,1,41000029,0,1,224021411 +340013931,1,3,1,30010001,0,100,224021411 +340013931,2,8,1,41000030,0,1,224021411 +340013932,1,3,1,15010040,0,1,224021411 +340013932,2,8,1,41000031,0,1,224021411 +340013933,1,3,1,30010001,0,100,224021411 +340013933,2,8,1,41000032,0,1,224021411 +340013934,1,3,1,15010040,0,1,224021411 +340013934,2,8,1,41000033,0,1,224021411 +340013935,1,3,1,30010001,0,1000,224021411 +340013935,2,8,1,41000034,0,1,224021411 +340013936,1,3,1,15010040,0,1,224021411 +340013936,2,8,1,41000035,0,1,224021411 +340013937,1,3,1,30010001,0,100,224021411 +340013937,2,8,1,41000036,0,1,224021411 +340013938,1,3,1,15010040,0,1,224021411 +340013938,2,8,1,41000037,0,1,224021411 +340013939,1,3,1,30010001,0,100,224021411 +340013939,2,8,1,41000038,0,1,224021411 +340013940,1,3,1,15010040,0,1,224021411 +340013940,2,8,1,41000039,0,1,224021411 +340013941,1,3,1,30010001,0,100,224021411 +340013941,2,8,1,41000040,0,1,224021411 +340013942,1,3,1,15010040,0,1,224021411 +340013942,2,8,1,41000041,0,1,224021411 +340013943,1,3,1,30010001,0,100,224021411 +340013943,2,8,1,41000042,0,1,224021411 +340013944,1,3,1,15010040,0,1,224021411 +340013944,2,8,1,41000043,0,1,224021411 +340013945,1,3,1,30010001,0,100,224021411 +340013945,2,8,1,41000044,0,1,224021411 +340013946,1,3,1,15010040,0,1,224021411 +340013946,2,8,1,41000045,0,1,224021411 +340013947,1,3,1,30010001,0,100,224021411 +340013947,2,8,1,41000046,0,1,224021411 +340013948,1,3,1,15010040,0,1,224021411 +340013948,2,8,1,41000047,0,1,224021411 +340013949,1,3,1,30010001,0,100,224021411 +340013949,2,8,1,41000048,0,1,224021411 +340013950,1,3,1,15010040,0,1,224021411 +340013950,2,8,1,41000049,0,1,224021411 +340013951,1,3,1,30010001,0,200,224021411 +340013951,2,8,1,41000050,0,1,224021411 +340013952,1,3,1,15010040,0,2,224021411 +340013952,2,8,1,41000051,0,1,224021411 +340013953,1,3,1,30010001,0,200,224021411 +340013953,2,8,1,41000052,0,1,224021411 +340013954,1,3,1,15010040,0,2,224021411 +340013954,2,8,1,41000053,0,1,224021411 +340013955,1,3,1,19100001,0,1500,224021411 +340013955,2,8,1,41000054,0,1,224021411 +340013956,1,3,1,15010040,0,2,224021411 +340013956,2,8,1,41000055,0,1,224021411 +340013957,1,3,1,30010001,0,200,224021411 +340013957,2,8,1,41000056,0,1,224021411 +340013958,1,3,1,15010040,0,2,224021411 +340013958,2,8,1,41000057,0,1,224021411 +340013959,1,3,1,30010001,0,200,224021411 +340013959,2,8,1,41000058,0,1,224021411 +340013960,1,3,1,15010041,0,1,224021411 +340013960,2,8,1,41000059,0,1,224021411 +340013961,1,3,1,30010001,0,300,224021411 +340013961,2,8,1,41000060,0,1,224021411 +340013962,1,3,1,15010040,0,3,224021411 +340013962,2,8,1,41000061,0,1,224021411 +340013963,1,3,1,30010001,0,300,224021411 +340013963,2,8,1,41000062,0,1,224021411 +340013964,1,3,1,15010040,0,3,224021411 +340013964,2,8,1,41000063,0,1,224021411 +340013965,1,3,1,19100001,0,2500,224021411 +340013965,2,8,1,41000064,0,1,224021411 +340013966,1,3,1,15010040,0,3,224021411 +340013966,2,8,1,41000065,0,1,224021411 +340013967,1,3,1,30010001,0,300,224021411 +340013967,2,8,1,41000066,0,1,224021411 +340013968,1,3,1,15010040,0,3,224021411 +340013968,2,8,1,41000067,0,1,224021411 +340013969,1,3,1,30010001,0,300,224021411 +340013969,2,8,1,41000068,0,1,224021411 +340013970,1,3,1,15010041,0,1,224021411 +340013970,2,8,1,41000069,0,1,224021411 +340013971,1,3,1,30010001,0,400,224021411 +340013971,2,8,1,41000070,0,1,224021411 +340013972,1,3,1,15010040,0,4,224021411 +340013972,2,8,1,41000071,0,1,224021411 +340013973,1,3,1,30010001,0,400,224021411 +340013973,2,8,1,41000072,0,1,224021411 +340013974,1,3,1,15010040,0,4,224021411 +340013974,2,8,1,41000073,0,1,224021411 +340013975,1,3,1,19100001,0,3500,224021411 +340013975,2,8,1,41000074,0,1,224021411 +340013976,1,3,1,15010040,0,4,224021411 +340013976,2,8,1,41000075,0,1,224021411 +340013977,1,3,1,30010001,0,400,224021411 +340013977,2,8,1,41000076,0,1,224021411 +340013978,1,3,1,15010040,0,4,224021411 +340013978,2,8,1,41000077,0,1,224021411 +340013979,1,3,1,30010001,0,400,224021411 +340013979,2,8,1,41000078,0,1,224021411 +340013980,1,3,1,15010041,0,1,224021411 +340013980,2,8,1,41000079,0,1,224021411 +340013981,1,3,1,19100001,0,400,224021411 +340099102,1,3,1,15010002,0,1,170 +340099103,1,3,1,19100001,0,100,170 +340099104,1,3,1,19100001,0,100,170 +340099105,1,3,1,19100001,0,100,170 +340099106,1,3,1,19100001,0,100,170 +340099107,1,3,1,19100001,0,100,170 +340099108,1,3,1,19100001,0,100,170 +340099109,1,3,1,19100001,0,100,170 +340099110,1,3,1,19100001,0,100,170 +340099111,1,3,1,19100001,0,100,170 +340099112,1,3,1,19100001,0,100,170 +340099113,1,3,1,19100001,0,100,170 +340099114,1,3,1,19100001,0,100,170 +340099115,1,3,1,19100001,0,100,170 +340099116,1,3,1,19100001,0,100,170 +340099117,1,3,1,19100001,0,100,170 +340099118,1,3,1,19100001,0,100,170 +340099119,1,3,1,19100001,0,100,170 +340099120,1,3,1,19100001,0,100,170 +340099121,1,3,1,19100001,0,100,170 +340099122,1,3,1,19100001,0,100,170 +340099123,1,3,1,19100001,0,100,170 +340099124,1,3,1,19100001,0,100,170 +340099125,1,3,1,19100001,0,100,170 +340099126,1,3,1,19100001,0,100,170 +340099127,1,3,1,19100001,0,100,170 +340099128,1,3,1,19100001,0,100,170 +340099129,1,3,1,19100001,0,100,170 +340099130,1,3,1,19100001,0,100,170 +340099131,1,3,1,19100001,0,100,170 +340099202,1,3,1,19100001,0,100,171 +340099203,1,3,1,19100001,0,100,171 +340099204,1,3,1,19100001,0,100,171 +340099205,1,3,1,19100001,0,100,171 +340099206,1,3,1,19100001,0,100,171 +340099207,1,3,1,19100001,0,100,171 +340099208,1,3,1,19100001,0,100,171 +340099209,1,3,1,19100001,0,100,171 +340099210,1,3,1,19100001,0,100,171 +340099211,1,3,1,19100001,0,100,171 +340099212,1,3,1,19100001,0,100,171 +340099213,1,3,1,19100001,0,100,171 +340099214,1,3,1,19100001,0,100,171 +340099215,1,3,1,19100001,0,100,171 +340099216,1,3,1,19100001,0,100,171 +340099217,1,3,1,19100001,0,100,171 +340099218,1,3,1,19100001,0,100,171 +340099219,1,3,1,19100001,0,100,171 +340099220,1,3,1,19100001,0,100,171 +340099221,1,3,1,19100001,0,100,171 +340099222,1,3,1,19100001,0,100,171 +340099223,1,3,1,19100001,0,100,171 +340099224,1,3,1,19100001,0,100,171 +340099225,1,3,1,19100001,0,100,171 +340099226,1,3,1,19100001,0,100,171 +340099227,1,3,1,19100001,0,100,171 +340099228,1,3,1,19100001,0,100,171 +340099229,1,3,1,19100001,0,100,171 +340099230,1,3,1,19100001,0,100,171 +340099231,1,3,1,19100001,0,100,171 +340012702,2,8,1,41000001,0,1,223111504 +340012703,2,8,1,41000002,0,1,223111504 +340012704,2,8,1,41000003,0,1,223111504 +340012705,2,8,1,41000004,0,1,223111504 +340012706,2,8,1,41000005,0,1,223111504 +340012707,2,8,1,41000006,0,1,223111504 +340012708,2,8,1,41000007,0,1,223111504 +340012709,2,8,1,41000008,0,1,223111504 +340012710,2,8,1,41000009,0,1,223111504 +340012711,2,8,1,41000010,0,1,223111504 +340012712,2,8,1,41000011,0,1,223111504 +340012713,2,8,1,41000012,0,1,223111504 +340012714,2,8,1,41000013,0,1,223111504 +340012715,2,8,1,41000014,0,1,223111504 +340012716,2,8,1,41000015,0,1,223111504 +340012717,2,8,1,41000016,0,1,223111504 +340012718,2,8,1,41000017,0,1,223111504 +340012719,2,8,1,41000018,0,1,223111504 +340012720,2,8,1,41000019,0,1,223111504 +340012721,2,8,1,41000020,0,1,223111504 +340012722,2,8,1,41000021,0,1,223111504 +340012723,2,8,1,41000022,0,1,223111504 +340012724,2,8,1,41000023,0,1,223111504 +340012725,2,8,1,41000024,0,1,223111504 +340012726,2,8,1,41000025,0,1,223111504 +340012727,2,8,1,41000026,0,1,223111504 +340012728,2,8,1,41000027,0,1,223111504 +340012729,2,8,1,41000028,0,1,223111504 +340012730,2,8,1,41000029,0,1,223111504 +340012731,2,8,1,41000030,0,1,223111504 +340012732,2,8,1,41000031,0,1,223111504 +340012733,2,8,1,41000032,0,1,223111504 +340012734,2,8,1,41000033,0,1,223111504 +340012735,2,8,1,41000034,0,1,223111504 +340012736,2,8,1,41000035,0,1,223111504 +340012737,2,8,1,41000036,0,1,223111504 +340012738,2,8,1,41000037,0,1,223111504 +340012739,2,8,1,41000038,0,1,223111504 +340012740,2,8,1,41000039,0,1,223111504 +340012741,2,8,1,41000040,0,1,223111504 +340012742,2,8,1,41000041,0,1,223111504 +340012743,2,8,1,41000042,0,1,223111504 +340012744,2,8,1,41000043,0,1,223111504 +340012745,2,8,1,41000044,0,1,223111504 +340012746,2,8,1,41000045,0,1,223111504 +340012747,2,8,1,41000046,0,1,223111504 +340012748,2,8,1,41000047,0,1,223111504 +340012749,2,8,1,41000048,0,1,223111504 +340012750,2,8,1,41000049,0,1,223111504 diff --git a/src/router/databases/csv-en/star_event_level_reward_setting.csv b/src/router/databases/csv-en/star_event_level_reward_setting.csv new file mode 100644 index 0000000..0a80471 --- /dev/null +++ b/src/router/databases/csv-en/star_event_level_reward_setting.csv @@ -0,0 +1,261 @@ +_id,_level,_isLoop,_starId,_masterStarEventLevelRewardId,_masterReleaseLabelId +127,2,0,2,340012702,223111504 +127,3,0,3,340012703,223111504 +127,4,0,4,340012704,223111504 +127,5,0,5,340012705,223111504 +127,6,0,6,340012706,223111504 +127,7,0,7,340012707,223111504 +127,8,0,8,340012708,223111504 +127,9,0,9,340012709,223111504 +127,10,0,10,340012710,223111504 +127,11,0,11,340012711,223111504 +127,12,0,12,340012712,223111504 +127,13,0,13,340012713,223111504 +127,14,0,14,340012714,223111504 +127,15,0,15,340012715,223111504 +127,16,0,16,340012716,223111504 +127,17,0,17,340012717,223111504 +127,18,0,18,340012718,223111504 +127,19,0,19,340012719,223111504 +127,20,0,20,340012720,223111504 +127,21,0,21,340012721,223111504 +127,22,0,22,340012722,223111504 +127,23,0,23,340012723,223111504 +127,24,0,24,340012724,223111504 +127,25,0,25,340012725,223111504 +127,26,0,26,340012726,223111504 +127,27,0,27,340012727,223111504 +127,28,0,28,340012728,223111504 +127,29,0,29,340012729,223111504 +127,30,0,30,340012730,223111504 +127,31,0,31,340012731,223111504 +127,32,0,32,340012732,223111504 +127,33,0,33,340012733,223111504 +127,34,0,34,340012734,223111504 +127,35,0,35,340012735,223111504 +127,36,0,36,340012736,223111504 +127,37,0,37,340012737,223111504 +127,38,0,38,340012738,223111504 +127,39,0,39,340012739,223111504 +127,40,0,40,340012740,223111504 +127,41,0,41,340012741,223111504 +127,42,0,42,340012742,223111504 +127,43,0,43,340012743,223111504 +127,44,0,44,340012744,223111504 +127,45,0,45,340012745,223111504 +127,46,0,46,340012746,223111504 +127,47,0,47,340012747,223111504 +127,48,0,48,340012748,223111504 +127,49,0,49,340012749,223111504 +127,50,0,50,340012750,223111504 +127,51,1,51,340012751,223111504 +135,2,0,2,340013502,224011507 +135,3,0,3,340013503,224011507 +135,4,0,4,340013504,224011507 +135,5,0,5,340013505,224011507 +135,6,0,6,340013506,224011507 +135,7,0,7,340013507,224011507 +135,8,0,8,340013508,224011507 +135,9,0,9,340013509,224011507 +135,10,0,10,340013510,224011507 +135,11,0,11,340013511,224011507 +135,12,0,12,340013512,224011507 +135,13,0,13,340013513,224011507 +135,14,0,14,340013514,224011507 +135,15,0,15,340013515,224011507 +135,16,0,16,340013516,224011507 +135,17,0,17,340013517,224011507 +135,18,0,18,340013518,224011507 +135,19,0,19,340013519,224011507 +135,20,0,20,340013520,224011507 +135,21,0,21,340013521,224011507 +135,22,0,22,340013522,224011507 +135,23,0,23,340013523,224011507 +135,24,0,24,340013524,224011507 +135,25,0,25,340013525,224011507 +135,26,0,26,340013526,224011507 +135,27,0,27,340013527,224011507 +135,28,0,28,340013528,224011507 +135,29,0,29,340013529,224011507 +135,30,0,30,340013530,224011507 +135,31,0,31,340013531,224011507 +135,32,0,32,340013532,224011507 +135,33,0,33,340013533,224011507 +135,34,0,34,340013534,224011507 +135,35,0,35,340013535,224011507 +135,36,0,36,340013536,224011507 +135,37,0,37,340013537,224011507 +135,38,0,38,340013538,224011507 +135,39,0,39,340013539,224011507 +135,40,0,40,340013540,224011507 +135,41,0,41,340013541,224011507 +135,42,0,42,340013542,224011507 +135,43,0,43,340013543,224011507 +135,44,0,44,340013544,224011507 +135,45,0,45,340013545,224011507 +135,46,0,46,340013546,224011507 +135,47,0,47,340013547,224011507 +135,48,0,48,340013548,224011507 +135,49,0,49,340013549,224011507 +135,50,0,50,340013550,224011507 +135,51,0,51,340013551,224011507 +135,52,0,52,340013552,224011507 +135,53,0,53,340013553,224011507 +135,54,0,54,340013554,224011507 +135,55,0,55,340013555,224011507 +135,56,0,56,340013556,224011507 +135,57,0,57,340013557,224011507 +135,58,0,58,340013558,224011507 +135,59,0,59,340013559,224011507 +135,60,0,60,340013560,224011507 +135,61,0,61,340013561,224011507 +135,62,0,62,340013562,224011507 +135,63,0,63,340013563,224011507 +135,64,0,64,340013564,224011507 +135,65,0,65,340013565,224011507 +135,66,0,66,340013566,224011507 +135,67,0,67,340013567,224011507 +135,68,0,68,340013568,224011507 +135,69,0,69,340013569,224011507 +135,70,0,70,340013570,224011507 +135,71,1,71,340013571,224011507 +139,2,0,2,340013902,224021411 +139,3,0,3,340013903,224021411 +139,4,0,4,340013904,224021411 +139,5,0,5,340013905,224021411 +139,6,0,6,340013906,224021411 +139,7,0,7,340013907,224021411 +139,8,0,8,340013908,224021411 +139,9,0,9,340013909,224021411 +139,10,0,10,340013910,224021411 +139,11,0,11,340013911,224021411 +139,12,0,12,340013912,224021411 +139,13,0,13,340013913,224021411 +139,14,0,14,340013914,224021411 +139,15,0,15,340013915,224021411 +139,16,0,16,340013916,224021411 +139,17,0,17,340013917,224021411 +139,18,0,18,340013918,224021411 +139,19,0,19,340013919,224021411 +139,20,0,20,340013920,224021411 +139,21,0,21,340013921,224021411 +139,22,0,22,340013922,224021411 +139,23,0,23,340013923,224021411 +139,24,0,24,340013924,224021411 +139,25,0,25,340013925,224021411 +139,26,0,26,340013926,224021411 +139,27,0,27,340013927,224021411 +139,28,0,28,340013928,224021411 +139,29,0,29,340013929,224021411 +139,30,0,30,340013930,224021411 +139,31,0,31,340013931,224021411 +139,32,0,32,340013932,224021411 +139,33,0,33,340013933,224021411 +139,34,0,34,340013934,224021411 +139,35,0,35,340013935,224021411 +139,36,0,36,340013936,224021411 +139,37,0,37,340013937,224021411 +139,38,0,38,340013938,224021411 +139,39,0,39,340013939,224021411 +139,40,0,40,340013940,224021411 +139,41,0,41,340013941,224021411 +139,42,0,42,340013942,224021411 +139,43,0,43,340013943,224021411 +139,44,0,44,340013944,224021411 +139,45,0,45,340013945,224021411 +139,46,0,46,340013946,224021411 +139,47,0,47,340013947,224021411 +139,48,0,48,340013948,224021411 +139,49,0,49,340013949,224021411 +139,50,0,50,340013950,224021411 +139,51,0,51,340013951,224021411 +139,52,0,52,340013952,224021411 +139,53,0,53,340013953,224021411 +139,54,0,54,340013954,224021411 +139,55,0,55,340013955,224021411 +139,56,0,56,340013956,224021411 +139,57,0,57,340013957,224021411 +139,58,0,58,340013958,224021411 +139,59,0,59,340013959,224021411 +139,60,0,60,340013960,224021411 +139,61,0,61,340013961,224021411 +139,62,0,62,340013962,224021411 +139,63,0,63,340013963,224021411 +139,64,0,64,340013964,224021411 +139,65,0,65,340013965,224021411 +139,66,0,66,340013966,224021411 +139,67,0,67,340013967,224021411 +139,68,0,68,340013968,224021411 +139,69,0,69,340013969,224021411 +139,70,0,70,340013970,224021411 +139,71,0,71,340013971,224021411 +139,72,0,72,340013972,224021411 +139,73,0,73,340013973,224021411 +139,74,0,74,340013974,224021411 +139,75,0,75,340013975,224021411 +139,76,0,76,340013976,224021411 +139,77,0,77,340013977,224021411 +139,78,0,78,340013978,224021411 +139,79,0,79,340013979,224021411 +139,80,0,80,340013980,224021411 +139,81,1,81,340013981,224021411 +991,2,0,2,340099102,170 +991,3,0,3,340099103,170 +991,4,0,4,340099104,170 +991,5,0,5,340099105,170 +991,6,0,6,340099106,170 +991,7,0,7,340099107,170 +991,8,0,8,340099108,170 +991,9,0,9,340099109,170 +991,10,0,10,340099110,170 +991,11,0,11,340099111,170 +991,12,0,12,340099112,170 +991,13,0,13,340099113,170 +991,14,0,14,340099114,170 +991,15,0,15,340099115,170 +991,16,0,16,340099116,170 +991,17,0,17,340099117,170 +991,18,0,18,340099118,170 +991,19,0,19,340099119,170 +991,20,0,20,340099120,170 +991,21,0,21,340099121,170 +991,22,0,22,340099122,170 +991,23,0,23,340099123,170 +991,24,0,24,340099124,170 +991,25,0,25,340099125,170 +991,26,0,26,340099126,170 +991,27,0,27,340099127,170 +991,28,0,28,340099128,170 +991,29,0,29,340099129,170 +991,30,0,30,340099130,170 +991,31,1,31,340099131,170 +992,2,0,2,340099202,171 +992,3,0,3,340099203,171 +992,4,0,4,340099204,171 +992,5,0,5,340099205,171 +992,6,0,6,340099206,171 +992,7,0,7,340099207,171 +992,8,0,8,340099208,171 +992,9,0,9,340099209,171 +992,10,0,10,340099210,171 +992,11,0,11,340099211,171 +992,12,0,12,340099212,171 +992,13,0,13,340099213,171 +992,14,0,14,340099214,171 +992,15,0,15,340099215,171 +992,16,0,16,340099216,171 +992,17,0,17,340099217,171 +992,18,0,18,340099218,171 +992,19,0,19,340099219,171 +992,20,0,20,340099220,171 +992,21,0,21,340099221,171 +992,22,0,22,340099222,171 +992,23,0,23,340099223,171 +992,24,0,24,340099224,171 +992,25,0,25,340099225,171 +992,26,0,26,340099226,171 +992,27,0,27,340099227,171 +992,28,0,28,340099228,171 +992,29,0,29,340099229,171 +992,30,0,30,340099230,171 +992,31,1,31,340099231,171 diff --git a/src/router/masterdata/csv/star_event_setting.csv b/src/router/databases/csv-en/star_event_setting.csv similarity index 100% rename from src/router/masterdata/csv/star_event_setting.csv rename to src/router/databases/csv-en/star_event_setting.csv diff --git a/src/router/databases/csv-en/story.csv b/src/router/databases/csv-en/story.csv new file mode 100644 index 0000000..3761f01 --- /dev/null +++ b/src/router/databases/csv-en/story.csv @@ -0,0 +1,25 @@ +_id,_type,_masterGroupId,_seasonNumber,_chapterNumber,_name,_summary,_imageName,_masterReleaseLabelId +119999,2,100,1,1,Meet up with µ's,"You, a member of the newspaper club, were asked to interview the school idol group ""µ's"" as a last-minute substitute for a friend. When you arrived at the live show venue, the girls greeted you warmly...",chap_119999,1 +129999,2,200,1,1,Meet up with Aqours,"You, a member of the newspaper club, were asked to interview the school idol group ""Aqours"" as a last-substitute for your friend. When you arrived at the live show venue, the girls greeted you warmly…",chap_129999,1 +139999,2,300,1,1,Meet up with Nijigasaki,"You, a member of the newspaper club, were asked to interview the school idol group ""Nijigasaki High School Idol Club"" as a last-minute substitute for your friend. When you arrived at the live show venue, the girls greeted you warmly...",chap_139999,1 +149999,2,400,1,1,Meet up with Liella!,"You, a member of the newspaper club, were asked to interview the school idol group ""Liella!"" as a last-substitute for your friend. When you arrived at the live show venue, the girls greeted you warmly…",chap_149999,1 +120003,3,200,1,5,Happy New Year from Awashima!,Chika counts down the remaining days as she can't wait for the New Year. Aqours doesn't have any specific plans for the holidays when Mari makes her suggestion: A countdown and new year's party at Hotel Ohara!,chap_120003,223123105 +130003,3,300,1,5,Who Will Get the Chocolate?!,"When Ranju learns that Valentine's Day in Japan is the day to give a chocolate to a ""special person,"" she throws a stone at Nijigasaki High School Idol Club members, who are all planning to make and bring their own chocolates. Ranju asks, ""Why don't you give chocolates to your 'special someone'? What are you going to do yu?""",chap_130003,224013105 +140003,3,400,1,5,Pit-a-pat School Information Session,"Ren pulls everyone together for an important discussion. With thumping hearts, they listen as she informs them that the school information session is coming up. Nominated to take charge, can the four second-year students pull it off?!",chap_140003,223103106 +110003,3,100,1,5,Christmas Parties Are The Best!,"Gazing at Akihabara adorned in a Christmas mood, Honoka suggests having a Christmas party with everyone in μ's. While the party makes everyone look back on their year, Eli says they're not quite done?!",chap_110003,223113006 +210001,1,100,1,3,Daily Life of μ's,"Lighthearted stories surrounding the ordinary lives of those in the school idol group, µ's.",,1 +220001,1,200,1,3,Daily Life of Aqours,"Lighthearted stories surrounding the ordinary lives of those in the school idol group, Aqours.",,1 +230001,1,300,1,3,Daily Life of Nijigasaki,Lighthearted stories surrounding the ordinary lives of those in Nijigasaki High School Idol Club.,chap_230001,1 +240001,1,400,1,3,Daily Life of Liella!,"Lighthearted stories surrounding the ordinary lives of those in the school idol group, Liella!",,1 +230002,1,300,1,5,Love Song by Me (Ayumu Edition),"Ayumu receives an invitation to the Love Song Carnival. She's working hard on the lyrics, but she can't seem to find ""it""...",chap_230002,223090601 +230003,1,300,1,5,Love Song by Me (Kasumi Edition),Kasumi receives an invitation to the Love Song Carnival. She can hardly contain her excitement as she aspires to thoroughly depict her ideal love story.,chap_230002,223090601 +230004,1,300,1,5,Love Song by Me (Shizuku Edition),"Shizuku receives an invitation to the Love Song Carnival. Despite watching a movie with Ayumu to gather ideas, their talk afterwards may have been the inspiration she needed all along...",chap_230002,223090601 +230005,1,300,1,5,Love Song by Me (Karin Edition),"Karin receives an invitation to the Love Song Carnival. The other members expect a mature, cool, dramatic tone from Karin's love song, but do they have the wrong idea?",chap_230002,223090601 +230006,1,300,1,5,Love Song by Me (Ai Edition),"Ai receives an invitation to the Love Song Carnival. Ai prides herself on spreading love to the entire world, but she wants to change things up this time! It is possible to direct that abundance of love to one person only?",chap_230002,223090601 +230007,1,300,1,5,Love Song by Me (Kanata Edition),"Kanata receives an invitation to the Love Song Carnival, but she is having difficulty understanding what ""love"" even is. Please, someone teach this girl a few things about love!",chap_230002,223090601 +230008,1,300,1,5,Love Song by Me (Setsuna Edition),"Setsuna receives an invitation to the Love Song Carnival. Even after studying love from novels and anime, she struggles to apply that to her own feelings. Can Shizuku give her some helpful advice?",chap_230002,223090601 +230009,1,300,1,5,Love Song by Me (Emma Edition),"Emma receives an invitation to the Love Song Carnival. Stressing over a lack of inspiration for her love song, she wanders into the club room. There, she finds Lanzhu more than willing to help!",chap_230002,223090601 +230010,1,300,1,5,Love Song by Me (Rina Edition),"Rina receives an invitation to the Love Song Carnival. While the other members waver on what to write about, Rina has already decided?!",chap_230002,223090601 +230011,1,300,1,5,Love Song by Me (Shioriko Edition),"Shioriko receives an invitation to the Love Song Carnival and asks Kasumi what sort of love she might be suited for, to which Kasumi provides an unexpected answer. ""An overly attached girlfriend?! No way!!!""",chap_230002,223090601 +230012,1,300,1,5,Love Song by Me (Mia Edition),"Mia receives an invitation to the Love Song Carnival. With all her songwriting experience, making a love song should only take a second! Or so she thought...",chap_230002,223090601 +230013,1,300,1,5,Love Song by Me (Lanzhu Edition),"Lanzhu receives an invitation to the Love Song Carnival. When a puzzled Mia asks her whether she comprehends love, she confidently offers Mia some tips.",chap_230002,223090601 diff --git a/src/router/databases/csv-en/story_part.csv b/src/router/databases/csv-en/story_part.csv new file mode 100644 index 0000000..cca5c98 --- /dev/null +++ b/src/router/databases/csv-en/story_part.csv @@ -0,0 +1,57 @@ +_id,_masterStoryId,_number,_name,_masterStoryRewardId,_masterMusicId,_scenarioId,_movieIds,_imageName,_stampCharacterId,_storeReviewSetting,_masterReleaseLabelId +10000001,119999,1,Meet up with µ's,120000011,0,10000001,,part_10000001,1001,0,1 +20000001,129999,1,Meet up with Aqours,120000012,0,20000001,,part_20000001,2001,0,1 +30000001,139999,1,Meet up with Nijigasaki,120000013,0,30000001,,part_30000001,3001,0,1 +40000001,149999,1,Meet up with Liella!,120000014,0,40000001,,part_40000001,4001,0,1 +20003001,120003,1,Happy New Year from Awashima! Episode 1,0,0,20003001,,part_20003001,2001,0,223123105 +20003002,120003,2,Happy New Year from Awashima! Episode 2,0,0,20003002,,part_20003002,2008,0,223123105 +20003003,120003,3,Happy New Year from Awashima! Episode 3,0,0,20003003,,part_20003003,2009,0,223123105 +20003004,120003,4,Happy New Year from Awashima! Episode 4,0,0,20003004,,part_20003004,2004,0,223123105 +20003005,120003,5,Happy New Year from Awashima! Episode 5,0,0,20003005,,part_20003005,2005,0,223123105 +30003001,130003,1,Who Will Get the Chocolate?! Episode 1,0,0,30003001,,part_30003001,3010,0,224013105 +30003002,130003,2,Who Will Get the Chocolate?! Episode 2,0,0,30003002,,part_30003002,3008,0,224013105 +30003003,130003,3,Who Will Get the Chocolate?! Episode 3,0,0,30003003,,part_30003003,3001,0,224013105 +30003004,130003,4,Who Will Get the Chocolate?! Episode 4,0,0,30003004,,part_30003004,3002,0,224013105 +30003005,130003,5,Who Will Get the Chocolate?! Episode 5,0,0,30003005,,part_30003005,3005,0,224013105 +40003001,140003,1,Pit-a-pat School Information Session: Episode 1,0,0,40003001,,part_40003001,4005,0,223103106 +40003002,140003,2,Pit-a-pat School Information Session: Episode 2,0,0,40003002,,part_40003002,4006,0,223103106 +40003003,140003,3,Pit-a-pat School Information Session: Episode 3,0,0,40003003,,part_40003003,4009,0,223103106 +40003004,140003,4,Pit-a-pat School Information Session: Episode 4,0,0,40003004,,part_40003004,4001,0,223103106 +40003005,140003,5,Pit-a-pat School Information Session: Episode 5,0,0,40003005,,part_40003005,4002,0,223103106 +10003001,110003,1,Christmas Parties Are The Best!: Episode 1,0,0,10003001,,part_10003001,1004,0,223113006 +10003002,110003,2,Christmas Parties Are The Best!: Episode 2,0,0,10003002,,part_10003002,1005,0,223113006 +10003003,110003,3,Christmas Parties Are The Best!: Episode 3,0,0,10003003,,part_10003003,1009,0,223113006 +10003004,110003,4,Christmas Parties Are The Best!: Episode 4,0,0,10003004,,part_10003004,1007,0,223113006 +10003005,110003,5,Christmas Parties Are The Best!: Episode 5,0,0,10003005,,part_10003005,1001,0,223113006 +210001001,210001,1,Daily Life of μ's Episode 1,120000001,0,0,30010001,part_210001001,1002,0,1 +210001002,210001,2,Daily Life of μ's Episode 2,120000001,0,0,30010002,part_210001002,1009,0,1 +210001003,210001,3,Daily Life of μ's Episode 3,120000001,0,0,30010003,part_210001003,1006,0,1 +210001004,210001,4,Daily Life of μ's Episode 4,120000001,0,0,30010004,part_210001004,1005,0,223061106 +210001005,210001,5,Daily Life of μ's Episode 5,120000001,0,0,30010005,part_210001005,1004,1,223061106 +220001001,220001,1,Daily Life of Aqours Episode 1,120000001,0,0,30020001,part_220001001,2003,0,1 +220001002,220001,2,Daily Life of Aqours Episode 2,120000001,0,0,30020002,part_220001002,2005,0,1 +220001003,220001,3,Daily Life of Aqours Episode 3,120000001,0,0,30020003,part_220001003,2007,0,1 +220001004,220001,4,Daily Life of Aqours Episode 4,120000001,0,0,30020004,part_220001004,2006,0,223071102 +220001005,220001,5,Daily Life of Aqours Episode 5,120000001,0,0,30020005,part_220001005,2002,1,223071102 +230001001,230001,1,Daily Life of Nijigasaki Episode 1,120000001,0,0,30030001,part_230001001,3012,0,1 +230001002,230001,2,Daily Life of Nijigasaki Episode 2,120000001,0,0,30030002,part_230001002,3009,0,1 +230001003,230001,3,Daily Life of Nijigasaki Episode 3,120000001,0,0,30030003,part_230001003,3007,0,1 +230001004,230001,4,Daily Life of Nijigasaki Episode 4,120000001,0,0,30030004,part_230001004,3002,0,223051102 +230001005,230001,5,Daily Life of Nijigasaki Episode 5,120000001,0,0,30030005,part_230001005,3010,1,223051102 +230001006,230002,6,Love Song by Me (Ayumu Edition): Episode 1,120000001,0,0,30030006,part_230001006,3001,0,223090601 +230001007,230003,7,Love Song by Me (Kasumi Edition): Episode 1,120000001,0,0,30030007,part_230001007,3002,0,223090601 +230001008,230004,8,Love Song by Me (Shizuku Edition): Episode 1,120000001,0,0,30030008,part_230001008,3003,0,223090601 +230001009,230005,9,Love Song by Me (Karin Edition): Episode 1,120000001,0,0,30030009,part_230001009,3004,0,223090601 +230001010,230006,10,Love Song by Me (Ai Edition): Episode 1,120000001,0,0,30030010,part_230001010,3005,0,223090601 +230001011,230007,11,Love Song by Me (Kanata Edition): Episode 1,120000001,0,0,30030011,part_230001011,3006,0,223090601 +230001012,230008,12,Love Song by Me (Setsuna Edition): Episode 1,120000001,0,0,30030012,part_230001012,3007,0,223090601 +230001013,230009,13,Love Song by Me (Emma Edition): Episode 1,120000001,0,0,30030013,part_230001013,3008,0,223090601 +230001014,230010,14,Love Song by Me (Rina Edition): Episode 1,120000001,0,0,30030014,part_230001014,3009,0,223090601 +230001015,230011,15,Love Song by Me (Shioriko Edition): Episode 1,120000001,0,0,30030015,part_230001015,3010,0,223090601 +230001016,230012,16,Love Song by Me (Mia Edition): Episode 1,120000001,0,0,30030016,part_230001016,3011,0,223090601 +230001017,230013,17,Love Song by Me (Lanzhu Edition): Episode 1,120000001,0,0,30030017,part_230001017,3012,1,223090601 +240001001,240001,1,Daily Life of Liella! Episode 1,120000001,0,0,30040001,part_240001001,4005,0,1 +240001002,240001,2,Daily Life of Liella! Episode 2,120000001,0,0,30040002,part_240001002,4002,0,1 +240001003,240001,3,Daily Life of Liella! Episode 3,120000001,0,0,30040003,part_240001003,4008,0,1 +240001004,240001,4,Daily Life of Liella! Episode 4,120000001,0,0,30040004,part_240001004,4006,0,223081103 +240001005,240001,5,Daily Life of Liella! Episode 5,120000001,0,0,30040005,part_240001005,4009,0,223081103 diff --git a/src/router/databases/csv-en/story_release.csv b/src/router/databases/csv-en/story_release.csv new file mode 100644 index 0000000..b9643c4 --- /dev/null +++ b/src/router/databases/csv-en/story_release.csv @@ -0,0 +1,57 @@ +_masterStoryPartId,_userRank,_groupLevel,_masterLiveId,_liveScore,_masterMissionId,_eventPoint,_openedAtAfterEvent,_masterReleaseLabelId +10000001,0,0,0,0,0,0,,1 +20000001,0,0,0,0,0,0,,1 +30000001,0,0,0,0,0,0,,1 +40000001,0,0,0,0,0,0,,1 +20003001,0,0,0,0,2213332,0,2024/05/01 00:00:00,223123105 +20003002,0,0,0,0,2213333,5000,2024/05/01 00:00:00,223123105 +20003003,0,0,0,0,2213334,12000,2024/05/01 00:00:00,223123105 +20003004,0,0,0,0,2213335,20000,2024/05/01 00:00:00,223123105 +20003005,0,0,0,0,2213336,30000,2024/05/01 00:00:00,223123105 +30003001,0,0,0,0,2213732,0,,224013105 +30003002,0,0,0,0,2213733,5000,,224013105 +30003003,0,0,0,0,2213734,12000,,224013105 +30003004,0,0,0,0,2213735,20000,,224013105 +30003005,0,0,0,0,2213736,30000,,224013105 +40003001,0,0,0,0,2212532,0,2024/05/01 00:00:00,223103106 +40003002,0,0,0,0,2212533,5000,2024/05/01 00:00:00,223103106 +40003003,0,0,0,0,2212534,12000,2024/05/01 00:00:00,223103106 +40003004,0,0,0,0,2212535,20000,2024/05/01 00:00:00,223103106 +40003005,0,0,0,0,2212536,30000,2024/05/01 00:00:00,223103106 +10003001,0,0,0,0,2212932,0,2024/05/01 00:00:00,223113006 +10003002,0,0,0,0,2212933,5000,2024/05/01 00:00:00,223113006 +10003003,0,0,0,0,2212934,12000,2024/05/01 00:00:00,223113006 +10003004,0,0,0,0,2212935,20000,2024/05/01 00:00:00,223113006 +10003005,0,0,0,0,2212936,30000,2024/05/01 00:00:00,223113006 +210001001,0,0,0,0,1073001,0,2024/05/01 00:00:00,1 +210001002,0,0,0,0,1073002,0,2024/05/01 00:00:00,1 +210001003,0,0,0,0,1073003,0,2024/05/01 00:00:00,1 +210001004,0,0,0,0,1073004,0,2024/05/01 00:00:00,223061106 +210001005,0,0,0,0,1073005,0,2024/05/01 00:00:00,223061106 +220001001,0,0,0,0,1073006,0,2024/05/01 00:00:00,1 +220001002,0,0,0,0,1073007,0,2024/05/01 00:00:00,1 +220001003,0,0,0,0,1073008,0,2024/05/01 00:00:00,1 +220001004,0,0,0,0,1073021,0,2024/05/01 00:00:00,223071102 +220001005,0,0,0,0,1073022,0,2024/05/01 00:00:00,223071102 +230001001,0,0,0,0,1073011,0,2024/05/01 00:00:00,1 +230001002,0,0,0,0,1073012,0,2024/05/01 00:00:00,1 +230001003,0,0,0,0,1073013,0,2024/05/01 00:00:00,1 +230001004,0,0,0,0,1073014,0,2024/05/01 00:00:00,223051102 +230001005,0,0,0,0,1073015,0,2024/05/01 00:00:00,223051102 +230001006,0,0,0,0,1073025,0,2024/05/01 00:00:00,223090601 +230001007,0,0,0,0,1073026,0,2024/05/01 00:00:00,223090601 +230001008,0,0,0,0,1073027,0,2024/05/01 00:00:00,223090601 +230001009,0,0,0,0,1073028,0,2024/05/01 00:00:00,223090601 +230001010,0,0,0,0,1073029,0,2024/05/01 00:00:00,223090601 +230001011,0,0,0,0,1073030,0,2024/05/01 00:00:00,223090601 +230001012,0,0,0,0,1073031,0,2024/05/01 00:00:00,223090601 +230001013,0,0,0,0,1073032,0,2024/05/01 00:00:00,223090601 +230001014,0,0,0,0,1073033,0,2024/05/01 00:00:00,223090601 +230001015,0,0,0,0,1073034,0,2024/05/01 00:00:00,223090601 +230001016,0,0,0,0,1073035,0,2024/05/01 00:00:00,223090601 +230001017,0,0,0,0,1073036,0,2024/05/01 00:00:00,223090601 +240001001,0,0,0,0,1073016,0,2024/05/01 00:00:00,1 +240001002,0,0,0,0,1073017,0,2024/05/01 00:00:00,1 +240001003,0,0,0,0,1073018,0,2024/05/01 00:00:00,1 +240001004,0,0,0,0,1073023,0,2024/05/01 00:00:00,223081103 +240001005,0,0,0,0,1073024,0,2024/05/01 00:00:00,223081103 diff --git a/src/router/masterdata/csv/story_reward.csv b/src/router/databases/csv-en/story_reward.csv similarity index 100% rename from src/router/masterdata/csv/story_reward.csv rename to src/router/databases/csv-en/story_reward.csv diff --git a/src/router/databases/csv-en/subscription_image.csv b/src/router/databases/csv-en/subscription_image.csv new file mode 100644 index 0000000..ed53f12 --- /dev/null +++ b/src/router/databases/csv-en/subscription_image.csv @@ -0,0 +1,13 @@ +_id,_masterBillingProductId,_subscriptionImageName,_masterReleaseLabelId +1,gent.aoharu.dev.apple.subscription.980,subscription_miraclepass_banner,1 +2,gent.aoharu.qa1.apple.subscription.980,subscription_miraclepass_banner,1 +3,gent.aoharu.gqa1.apple.subscription.980,subscription_miraclepass_banner,1 +4,gent.aoharu.qa3.apple.subscription.980,subscription_miraclepass_banner,1 +5,gent.aoharu.qa4.apple.subscription.980,subscription_miraclepass_banner,1 +6,com.lovelive.sif2.ap.subscription_01.980,subscription_miraclepass_banner,1 +7,gent.aoharu.dev.google.subscription.980,subscription_miraclepass_banner,1 +8,gent.aoharu.qa1.google.subscription_980,subscription_miraclepass_banner,1 +9,gent.aoharu.qa3.google.subscription_980,subscription_miraclepass_banner,1 +10,gent.aoharu.gqa1.google.subscription_980,subscription_miraclepass_banner,1 +11,gent.aoharu.qa4.google.subscription_980,subscription_miraclepass_banner,1 +12,com.lovelive.sif2.gg.subscription_01.980,subscription_miraclepass_banner,1 diff --git a/src/router/masterdata/csv/sys_voice_key.csv b/src/router/databases/csv-en/sys_voice_key.csv similarity index 100% rename from src/router/masterdata/csv/sys_voice_key.csv rename to src/router/databases/csv-en/sys_voice_key.csv diff --git a/src/router/databases/csv-en/text.csv b/src/router/databases/csv-en/text.csv new file mode 100644 index 0000000..313bd19 --- /dev/null +++ b/src/router/databases/csv-en/text.csv @@ -0,0 +1,2440 @@ +_id,_textJa,_textEn,_masterReleaseLabelId +Common_Dash,-,-,1 +Common_Comma,",",",,",1 +Common_Amount,{0}×{1},{0} x {1},1 +Common_IconAmount,×{0},× {0},1 +Common_IconAmountOverLimit,x{0}+,x {0}+,1 +Common_ItemHasAmount,No. Held: {0},Number of possession: {0},1 +Common_ItemGetAmount,{0},{0},1 +Common_PossessionNumber,Hold,The number of possession,1 +Common_Possession,Held,Possession,1 +Common_Lack,Not Enough,Shortage,1 +Common_Gem,Love Gems,Labka,1 +Common_KizunaPoint,Bond,Kizuna,1 +Common_ChargeGem,Love Gems (Paid),Loveka (paid),1 +Common_Point_Coin,Gold,gold,1 +Common_Point_Seal,Scout Points,Solicitation point,1 +Common_Point_LiveStamp,(Dummy) Live Show Sticker,(Dummy) Live stamp,1 +Common_NormalColor,{0}, {0} ,1 +Common_RedText,{0}, {0} ,1 +Common_GreenText,{0}, {0} ,1 +Common_WhiteText,{0}, {0} ,1 +Common_BlackText,{0}, {0} ,1 +Common_GrayText,{0}, {0} ,1 +Common_BlueText,{0}, {0} ,1 +Common_NavyBlueText,{0}, {0} ,1 +Common_YellowText,{0}, {0} ,1 +Common_OrangeText,{0}, {0} ,1 +Common_PinkText,{0}, {0} ,1 +Common_LightPinkText,{0}, {0} ,1 +Common_PositiveGlow,"{0}", {0} ,1 +Common_OwnedAndCostAmount,{0}/{1},{0}/{1},1 +Common_Rank,Rank,Rank,1 +Common_PlayerRank,Player Rank,Player rank,1 +Common_GroupRank,Group Rank,Glue plank,1 +Common_GroupRankWithGroupName,{0} Rank,{0} rank,1 +Common_ExpToNextRankLabel,Next:,After,1 +Common_ExpMax,MAX,MAX,1 +Common_Exp,EXP,EXP,1 +Common_Level,Level,level,1 +Common_MusicLevel,Song Level,Song level,1 +Common_OrderBy,Asc.,ascending order,1 +Common_OrderByDescending,Desc.,descending order,1 +Common_Day,{0} Days,{0} day,1 +Common_Month,{0} Months,{0} Month,1 +Common_Year,{0} Years,{0} year,1 +Common_Hour,{0} Hours,{0} time,1 +Common_Minute,{0} Minutes,{0} minutes,1 +Common_Second,{0} Seconds,{0} seconds,1 +Common_ExpireDateUntil,{0},{0},1 +Common_Until,Until,to,1 +Common_ExpireDateFew,Ending soon!,Slight!,1 +Common_ExpireDateRemaining,Remaining,rest,1 +Common_ExpireDateInfinity,No Limit,Indefinite period,1 +Common_ExpireDateExpired,Ended,Expired,1 +Common_Period,{0} - {1},{0} to {1},1 +Common_Remaining,Remaining,rest,1 +Common_Exchange,Exchange,exchange,1 +Common_Filter,Filter,Narrow down,1 +Common_Sort,Sort,Sorting,1 +Common_AllSelect,All,all,1 +Common_AllRelease,Clear all,All cancellation,1 +Common_Sunday,Sunday,Sunday,1 +Common_Monday,Monday,Monday,1 +Common_Tuesday,Tuesday,Tuesday,1 +Common_Wednesday,Wednesday,Wednesday,1 +Common_Thursday,Thursday,Thursday,1 +Common_Friday,Friday,Friday,1 +Common_Saturday,Saturday,Saturday,1 +Common_Daily,Daily,daily,1 +Common_Weekly,Weekly,Weekly,1 +Common_MusicArtistLabel,Artist,song,1 +Common_MusicLyricistLabel,Lyricist,Lyrics,1 +Common_MusicComposerLabel,Composition,Composition,1 +Common_MusicArrangerLabel,Arrangement,Arrangement,1 +Common_MusicArtistFormat,Artist: {0},Song: {0},1 +Common_MusicLyricistFormat,Lyrics: {0},Lyrics: {0},1 +Common_MusicComposerFormat,Composition: {0},Composition: {0},1 +Common_MusicArrangerFormat,Arrangement: {0},Arrangement: {0},1 +Common_MusicDetail,Lyrics: {0}
Composition: {1},Lyrics: {0}
Composition: {1},1 +Common_CardFullName,[{0}] {1},[{0}] {1},1 +Common_CardFullName2Line,[{0}]
{1},[{0}]
{1},1 +Common_Rare1,R,R,1 +Common_Rare2,SR,Sr,1 +Common_Rare3,UR,UR,1 +Common_Rare4,UR,UR,1 +Common_Present,Present Box,present,1 +Common_Reward,Reward,Reward,1 +Common_Receive,Claimed {0}.,I received {0},1 +Common_Nothing,None,none,1 +Common_RoleVocal,Vocals,vocal,1 +Common_RoleGuitar,Vocals,vocal,1 +Common_RoleBass,Bass,base,1 +Common_RoleDrum,Drums,drum,1 +Common_RoleKeyboard,Keyboard,keyboard,1 +Common_RoleSupport,Support,support,1 +Common_TypeHeart,Smile,Smile,1 +Common_TypeDiamond,Pure,pure,1 +Common_TypeClover,,#VALUE!,1 +Common_TypeSpade,Cool,cool,1 +Common_MainStory,Main Story,Main story,1 +Common_SubStory,Side Story,Substory,1 +Common_EventStory,Event Story,Event story,1 +Common_EventPoint,{0} pts,{0} pts,1 +Common_EventCurrency_ChallengeLive,{0},{0} pieces,1 +Common_EventCurrency_LiveTry,{0},{0} pieces,1 +Common_EventCurrency_VsLive,{0},{0} person,1 +Common_EventCurrency_MultiLive,{0},{0} person,1 +Common_RankingRank,Rank {0},{0} position,1 +Common_RankingRankOut,Out of Ranking,Outside the area,1 +Common_CountBadge,{0},{0},1 +Common_CountBadgeOverLimit,{0}+,{0}+,1 +Common_SkipUntilNextDay_Zero,Hide this window until 12 am the next day.,Do not display this window until 0:00 the next day,1 +Common_SkipUntilNextDay_Login,Hide this window until 4 am the next day.,Do not display this window until 4:00 the next day,1 +Common_DoNotDisplayAfter,Do not show this window again.,"In the future, this window will not be displayed",1 +Common_Percent,{0}%,{0}%,1 +Common_Piece,{0},{0} pieces,1 +Common_All,ALL,All,1 +Common_Other,Liella!,Liella!,1 +Common_XJAPAN,μ's,μ's,1 +Common_LUNASEA,Aqours,Aqours,1 +Common_GLAY,Nijigasaki,Rainbowzaki,1 +Common_GroupOther,Other,others,1 +Common_Grade,Year {0},{0} grade,1 +Common_DifficultyNormal,NORMAL,NORMAL,1 +Common_DifficultyHard,HARD,Hard,1 +Common_DifficultyExpert,EXPERT,Expert,1 +Common_DifficultyMaster,MASTER,Master,1 +Common_StatusOfAchievement,Status,Progress,1 +Common_Achieved,Achieved,Already achieved,1 +Common_NotAchieved,Not completed,Not Achieved,1 +Common_ExpirationDate,Expiration Date,date of expiry,1 +Button_Close,Close,close,1 +Button_Ok,OK,OK,1 +Button_Next,Next,to the next,1 +Button_Cancel,Cancel,cancel,1 +Button_Decide,Confirm,Decision,1 +Button_Update,Update,Update,1 +Button_Retry,Retry,retry,1 +Button_Return,Back,return,1 +Button_VoiceOn,Voices On,There is voice,1 +Button_VoiceOff,Voices Off,No voice,1 +Button_Resume,Resume,Resume live,1 +Button_Suspend,Quit,End the live,1 +Button_Skip,Skip,skip,1 +Button_Restart,Restart,Restart live,1 +Button_Shop,Shop,shop,1 +Button_Home,Home,home,1 +Button_BuyGem,Purchase Gems,To the purchase of Loveka,1 +Button_PresentBox,Present Box,To the present,1 +Button_Chat,Chat,To the chat,1 +Button_Release,Unlock,release,1 +Button_Apply,Apply,Application,1 +Button_Edit,Edit,edit,1 +DueDate_DialogTitle_PresentBox,Expires,Deadline for receipt,1 +DueDate_DialogCaution_PresentBox,*Unclaimed items will be lost.,"* If you cannot receive it, the items will disappear",1 +DueDate_Dialog_ItemNum,Amount: {0},Number: {0},1 +DueDate_DialogTitle_Item,Items Expiring Soon,Items near the expiration date,1 +GachaTop_PeriodTime,Until {0} {1},Until {0} {1},1 +GachaTop_PriceTitle,{0} Scouts,{0} Solicow,1 +GachaTop_PriceTitleChargeGem,{0} Scouts (Paid),{0} Solicow (paid),1 +GachaTop_PriceTitleFree,{0} Free Scouts,Free {0} recruitment for free,1 +GachaTop_Price_Free,Free,free,1 +GachaTop_BuyButton_Balloon_Daily,{0} times per day.
Resets at 12 am., 1 day {0} times
Updated every day,1 +GachaTop_BuyButton_Balloon_ReritySR,1 SR or Better
Guaranteed!, SR or more
One person is confirmed!,1 +GachaTop_BuyButton_Balloon_RerityUR,1 UR Guaranteed!, UR one person is confirmed! ,1 +GachaTop_BuyButton_Balloon_BonusItem,Comes with Extra
Item Rewards!,Items
With bonus!,1 +GachaTop_BuyButton_Balloon_Free,{0} Scouts Free!,{0} free!,1 +GachaTop_BuyButton_Balloon_Limit,{0}x Limit During Event!,Only during the period {0} times!,1 +GachaTop_LimitDailyOnce,Once per Day,Limited once a day,1 +GachaTop_LimitDailyAny,{0} times per day.
Resets daily at 12 am., 1 day {0} times
Updated every day,1 +GachaTop_LimitCountOnce,One Time Only,One -time limited,1 +GachaTop_LimitCountAny,{0}x remaining,And {0} times,1 +GachaTop_LimitDailyOnceCountAny,{0} More
(Once per Day),And {0} times
(only once a day) ,1 +GachaTop_LimitDailyAnyCountAny,{0} More
({1} More Today),And {0} times
(today and {1} times ,1 +GachaTop_EnsureRareOnly,{1} {0} Guaranteed!,{0} {1}},1 +GachaTop_EnsureRareOverContains,{1} {0} or Better Guaranteed!,{0} or more {1} person confirmed!,1 +GachaTop_LimitOver,Limit reached.,The upper limit has reached,1 +GachaTop_LimitOverDailyRepeat,Resets after
12 am.,It will be updated
,1 +GachaTop_LimitEnd,Limit has been reached.,It's over,1 +GachaTop_LimitStepup,Step up limit reached.,The number of steps is reached,1 +GachaTop_MemberDetailCaution,*The stats shown for each member are those at max level and max Idolized state.
*The skill effects shown are for max level skills.,* Each status shows the maximum awakening and the maximum level value.
* Special skills indicate the maximum effects of the special skill level.,1 +GachaTop_GachaDetailCaution,,,1 +GachaTop_MemberDetailPhotoButtonEvolveBefore,Before Idolizing,Change before awakening,1 +GachaTop_MemberDetailPhotoButtonEvolveAfter,After Idolizing,Change after awakening,1 +GachaTop_BannerRemainTimeFormat,{0}left, And {0},1 +GachaTop_RateFormat,{0}%,{0}%,1 +GachaTop_MemberRateFormat,f4,f4,1 +GachaTop_RarityRateFormat,f2,f2,1 +GachaTop_Step,STEP {0},STEP {0},1 +GachaTop_StepCount,{0}/{1}, {0} /{1},1 +GameClose_Button_Album,Album,album,224031103 +GameClose_Button_Information,Information notation,information,224031103 +GameClose_Button_TitleList,Title,title,224031103 +GameClose_InformationNote,Information notation,Information notation,224031103 +GameClose_Inquiry,Inquiry,inquiry,224031103 +GameClose_PaidGem,Possessed Paid Love Gems,Palace Loveka,224031103 +GameClose_Payback,Refund,Refund,224031103 +GameClose_Payback_CopyMessage,"Copied your ID, Refund Code, and contents of Love Gems you possess","Copy the contents of ID, refund code, and ownership Labka",224031103 +GameClose_Payback_CopyText,ID {0}
Refund Code {1}
Paid Love Gems you possess {2},ID {0}
Refund code {1}
Poleding Labka {2},224031103 +GameClose_PaybackCode,Refund Code,Refund code,224031103 +GameClose_UserId,ID,ID,224031103 +GachaTop_BonusCount,{0}, {0} ,1 +GachaTop_BonusCount_Dialog,{0}, {0} ,1 +GachaTop_HasAmount,(Held: {0}),(Possession {0}),1 +GachaTop_LimitDailyOnceChargeGem,Paid Love Gems only! Resets daily at 12 am.,Paid Loveka Limited! Updated every day at midnight,1 +GachaTop_BonusReward,{0} Included Free!,{0} with bonus!,1 +GachaTop_RunButtonText,{0} Scouts, {0} recruitment,1 +GachaTop_RunButtonDialog_Title,Scout Tickets,Solicitation ticket,1 +GachaTop_RunButtonDialog_TopButton,Tickets,ticket,1 +GachaTop_RunButtonDialog_Caution,*Expired Tickets cannot be used for Scouting.
*Tickets can be used for your currently selected Scout.
*Tickets can be used to Scout the same content as Love Gems (10-Scout Tickets are the same as 10 Scouts).,"* If the ticket expires, solicitation cannot be made.
* You can make a solicitation you are currently selecting
* You can solicit it with the same content as when you use Labka (10 times solicitation tickets are applied to the same as 10 times).",1 +GachaPlay_DialogOk,OK,OK,1 +GachaPlay_DialogInfomation,*Items acquired after exceeding the item limit will be sent to your Present Box.,* The items acquired beyond the upper limit of the possession will be sent to the gift.,1 +GachaConfirm_DialogTitle,Confirm,confirmation,1 +GachaConfirm_Period,Event Period:,Holding period:,1 +GachaConfirm_Count,{0} times,{0} times,1 +GachaConfirm_TicketText,"Use {1} ""{0}""
to Scout {2} {3} times?",Do you want to solicit {{0} '{1} sheets and recruit {3} times with {2}?,1 +GachaConfirm_GemText,Use {0} Love Gems
to Scout {1} {2} times?,Do you use {0} Loveka to solicit {2} times with {1}?,1 +GachaConfirm_InfoText,Use {1} {0}
to Scout {2} times?,Do you use {1} {0} to solicit {2} times?,1 +GachaConfirm_ConsumeLackText,Not enough {0}.,{0} is insufficient.,1 +GachaConfirm_Buy,Complete purchase?,Do you want to buy?,1 +GachaConfirm_Gem,Love Gems,Labka,1 +GachaConfirm_ChargeGem,Paid Love Gems,Paid Loveka,1 +GachaConfirm_BuyButton,PURCHASE,Purchase,1 +GachaConfirm_GachaButton,SCOUT,Solicit,1 +GachaResult_RemainingAny, more times,After a while,1 +GachaResult_RemainingDailyAny, more times today,Today's left,1 +GachaResult_TutorialSelectPhoto,Tap the member you like best.,Please touch your favorite members,1 +GachaResult_GetPoint,"Acquire {0} pts",{0} pt acquisition ,1 +GachaResult_ResultPoint,{0} → {1},{0} → {1},1 +GachaResult_Exchange,Item Exchange,Exchange,1 +GachaResult_GetOverMemberMessage,"If a member has already been recruited,
you will receive Light Sticks instead.",If the members have already joined
You can get a penlight instead of a member,1 +GachaResult_LimitBreakNoteText,*A new member has been recruited!,* A new member has joined!,1 +GachaDetail_TabTitle,Scout Details,Solicitation details,1 +GachaDetail_DialogTitle,Scout Details,Solicitation details,1 +GachaDetail_Help,Important Notes,Notes,1 +GachaDetail_GachaInfo,Scout Info,Solicitation outline,1 +GachaDetail_Terms,Event Period,Period,1 +GachaDetail_NewMember,New Member Introduction,Introducing new members,1 +GachaDetail_Step,STEP {0},STEP {0},1 +GachaRateDetail_TabTitle,Scout Rate,Appearance ratio,1 +GachaRateDetail_DialogTitle,Scout Details,Solicitation details,1 +GachaRateDetail_Help,Important Notes,Notes,1 +GachaRateDetail_RarityRate,Scout Rate by Rarity,Appearance by rarity,1 +GachaRateDetail_RarityRateUnensure,Scout Rate {0},Appearance ratio {0},1 +GachaRateDetail_RarityRateEnsure,Guaranteed Scout Rate {0},Confirmed appearance ratio {0},1 +GachaRateDetail_Main,Live Show Leader,Live in charge,1 +GachaRateDetail_Support,Support,Support charge,1 +GachaRateDetail_RarityRateMember,Member List,List of appear members,1 +GachaRateDetail_RarityRateUnensureMember,Member List {0},List of appear members {0},1 +GachaRateDetail_RarityRateEnsureMember,Member List {0},List of appear members {0},1 +GachaFixedRateDetail_TabTitle,10-Scout Final Slot Rate,10th frame appearance ratio of 10 times,1 +GachaFixedRateDetail_TabTitleStepup,10-Scout Final Slot Rate,10th frame appearance ratio of 10 times,1 +GachaPickUpMemberDetail_TabTitle,Member Details,Details of the members,1 +GachaPickUpMemberDetail_DialogTitle,Spotlight Member Details,Pickup member details,1 +Consume_HasConsumeName,Hold,The number of possession,1 +Consume_UseConsumeName,Required,Required number,1 +Consume_PriceTitleChargeGem,{0} Scouts
(Paid Only),{0} deducted
(paid only),1 +Consume_InfoOnConsumeMedal ,Note: Free Love Gems will be used first.,* Preliminary consumed from Loveka free of charge,1 +WaitingMemberList_SealNumWordText,Scout Points Held,Having a solicitation point,1 +WaitingMemberList_SealReplacementShopButton,Item Exchange,Exchange,1 +WaitingMemberList_AllSelectButton,Select All,Select all,1 +WaitingMemberList_SelectCharaNumWord,Selected,choosing,1 +WaitingMemberList_SealChangeButton,Remove Member,Portion,1 +WaitingMemberList_EmptyChara,There are no members who can be removed.,There is no member who can switch,1 +WaitingMemberList_ItemGetNum,No. Received,Number of acquisitions,1 +WaitingMemberList_CanGetItem,Items to Receive,Items that can be acquired,1 +WaitingMemberList_ChangeResultShortMessage,Received {0} Light Sticks.,I got the penlight {0} individual,1 +WaitingMemberList_ChangeDialogTitle,Confirm,confirmation,1 +WaitingMemberList_ChangeDialogConfirm,"By saying goodbye to {0} member(s) from the waiting room, you will receive {1} Pen Lights.",The reception room member is {0} and the penlight is acquired by {1},1 +WaitingMemberList_ChangeDialogCharaNumWord,Cards,Sheet,1 +WaitingMemberList_ChangeDialogSealNumWord,Stickers,Individual,1 +WaitingMemberList_ChangeDialogTotalSealWord,♪ Stickers,♪ Seal,1 +CardIcon_LvWord,Lv.,Lv.,1 +CardIcon_NumWord,x,x,1 +CardIcon_SkillLvWord,Skill Lv.,Skill Lv.,1 +CardIcon_HpWord,HP:,HP:,1 +CardIcon_EventBonusWord,Bonus:,Bonus:,1 +CardIcon_EventBonusParam,+{0}%,+{0}%,1 +CardIcon_BonusParam,+
{0}%,+ {0}%,1 +CardIcon_UnlockNotJoin,Not Recruited,Not joining,1 +Practice_EmptyItem,You do not have
any Lesson Notebooks.,Lesson notes
I don't have it,1 +Practice_ExpWord,Next:,After,1 +Practice_ResetButton,Reset,reset,1 +Practice_RecommendButton,Auto,Random,1 +Practice_Max,MAX,MAX,1 +Practice_Gold,{0},{0},1 +Practice_ItemSelect,Item Select,Item selection,1 +Practice_NeedItem,Required Items,Required item,1 +Practice_ItemShortageAlert,You do not have enough of the required items.,There is a shortage of items,1 +Practice_LevelMaxAlert,You have already reached the maximum level.,The level is the maximum,1 +SkillPractice_EmptyChara,This will exchange {0} members
for {1} Light Sticks.
Proceed?,The waiting room member {0} will be replaced with a person
Penlight {1} sheet
Are you sure?,1 +SkillPractice_EmptyItem,You do not have
any Skill Notebooks.,Skill book
I don't have it,1 +SkillPractice_SamePhotoBonus,Same Member Bonus,The same department bonus,1 +SkillPractice_SameItemBonus,Same Item Bonus,A matching bonus,1 +SkillPractice_PhotoTab,Waiting Room,waiting room,1 +SkillPractice_ItemTab,Tickets,ticket,1 +SkillPractice_HavingTextLavel,Held: {0},Possession: {0},1 +Training_ConfirmDialogTitle,Confirm,confirmation,1 +Training_ItemConfirmDialogMessage,These Light Sticks will be used to Idolize.
Would you like to continue?,Wake up using the selected penlight
Are you sure?,1 +Training_CardConfirmDialogMessage,These Light Sticks will be used to Idolize.
Would you like to continue?,Wake up using the selected penlight
Are you sure?,1 +Training_LackCoinConfirmDialogMessage,Not enough Gold
to Idolize [{0}] {1}.,[{0}] {1} awakening
Gold is not enough ,1 +Training_ItemSettingDialogTitle,Consumable Item Settings,Consumer item setting,1 +Training_ItemSettingDialogMessage,Set the number of required items to use.,Set the number of consumption of the required items,1 +Training_NeedCount,No. Required,Required number,1 +Training_NeedItem,Required Items,Necessary items,1 +Training_NoSetting,Not Set,Unanimed,1 +Training_MaxLevelAndStatus,Max Level & Stats,Maximum level and status value,1 +Training_EmptyChara,No members can be Idolized.,There is no member who can awaken,1 +Training_ItemConfirmDialogLimitNumNote,*You can Idolize up to {0} times.,* You can awaken until {0} times,1 +Training_ItemAmount,{0},{0},1 +Training_ItemAmountOverLimit,{0}+,{0}+,1 +Training_SelectThisWay,Select method.,Select this method,1 +Training_GoldLack,Not enough Gold.,Lack of gold,1 +Training_LevelLack,Not at max level.,Level is not the largest,1 +Training_AwakeningBefore,Before Idolizing,Before awakening,1 +Training_AwakeningAfter,After Idolizing,After awakening,1 +Training_MaxLv,Max Lv,Max Lv,1 +Training_AwakenedMaxShortMessage,Idolized to max level.,Awakened to the maximum,1 +Training_CardEvolveItem,Light Stick,Penlight,1 +Training_CardEvolveItemSub1,Idolize Item,Awakening item,1 +Training_CardEvolveItemSub2,Idolize Item,Awakening item,1 +Training_CardEvolveItemSub3,Idolize Item,Awakening item,1 +TrainingResult_TrainingTitle,Idolize Complete,Awakening completion,1 +TrainingResult_TrainingMessage,Idolized!,Awakening has been completed,1 +TrainingResult_EpisodeTitle,Story Completion Bonus,Story achievement bonus,1 +TrainingResult_EpisodeMessage,Successfully unlocked the story
for [{0}] {1}.,[{0}] I succeeded in releasing the story of {1},1 +TrainingResult_ReleaseMovieTitle,,,1 +TrainingResult_ReleaseMovieMessage,,,1 +StatusUpResult_EpisodeTitle,Story Completion Bonus,Story achievement bonus,1 +StatusUpResult_Message,{0}'s stats
have been increased!,The status of {0} has been uploaded,1 +CardDetail_EpisodeUnlockConfirm,"Use the following items to unlock the story, ""{0}""?",Do you use the following items and release the story '{0}'?,1 +CardDetail_EpisodeUnlockLevel,Unlock conditions: Raise member Lv. to {0} or higher.,Liberation Conditions: Member Lv {0} or higher,1 +CardDetail_EpisodeUnlockNeedNum,No. Required: {0},Necessary number: {0},1 +CardDetail_EpisodeUnlockHaveNum,No. Held: {0},Number of possession: {0},1 +CardDetail_EpisodeUnlockLackMaterial,Not enough materials., Lack of material items ,1 +CardDetail_EpisodeUnlockLackLevel,Member level is too low.
Current: Lv. {0} / Required: Lv. {1}, The level level is not enough
Currently lv. {0} / Required Lv. {1} < / color>,1 +CardDetail_EpisodeUnlockLackGold,Not enough Gold.
, There is a lack of necessary gold ,1 +CardDetail_UnlockEpisodePlayConfirmDialogTitle,Story Unlocked,Story release is completed,1 +CardDetail_UnlockEpisodePlayConfirmDialogMessage,"""0}""
has been unlocked.
Read it now?",The story '{0}' has been released

Do you read as it is?,1 +CardDetail_EpisodePlayConfirmDialogTitle,Story,story,1 +CardDetail_EpisodePlayConfirmDialogMessage,"Read the story,
""{0}""?",Do you read the story '{0}'?,1 +CardDetail_ChangeIllustButton,Change Illustration,Illustration change,1 +CardDetail_ExpansionButton,Expand,expansion,1 +CardDetail_LevelWord,Level,level,1 +CardDetail_ExpWord,Next:,After,1 +CardDetail_Max,MAX,MAX,1 +CardDetail_MemberDetailButton,Member Details,Details of the members,1 +CardDetail_PracticeButton,Lesson,lesson,1 +CardDetail_TrainingButton,Idolize,Awakening,1 +CardDetail_SkillPracticeButton,Skill Lesson,Skill lesson,1 +CardDetail_CardNormal,Normal,usually,1 +CardDetail_Favorite,Favorite,favorite,1 +CardDetail_Animation,Animation,anime,1 +CardDetail_Effect,Cutscene,Directing,1 +CardDetail_Status,Stats,status,1 +CardDetail_Profile,Profile,profile,1 +CardDetail_LevelStatus,Level and Stats,Level status value,1 +CardDetail_CenterSkill,Center Skill,Center skill,1 +CardDetail_Skill,Skill,Special skill,1 +CardDetail_SkillLv,Skill Lv.,Special skill Lv,1 +CardDetail_GachaButton,Scout,To solicit,1 +CardDetail_SchoolYear,School Year,School year,1 +CardDetail_Birthday,Birthday,birthday,1 +CardDetail_BloodType,Blood Type,blood type,1 +CardDetail_Height,Height,height,1 +CardDetail_CharaVoice,VA,CV,1 +CardDetail_SchoolYearInput,Year {0},,1 +CardDetail_EpisodeUnlockConfirmDialogTitle,Unlock Story,Story release confirmation,1 +CardDetail_EpisodeRewardDialogTitle,Story Rewards,Story reward,1 +CardDetail_SpecialEpisodeRewardDialogTitle,Special Story Rewards,Special story reward,1 +CardDetail_EpisodeRewardDialogMessage,Reward acquired!
You can claim your rewards from the present box.,I got a reward! Rewards can be received from the present ,1 +CardDetail_EpisodePlayDialogUseVoiceButton,Voices On,There is voice,1 +CardDetail_EpisodePlayDialogNoVoiceButton,Voices Off,No voice,1 +CardDetail_CharacterEpisodeLevel,Story Lv. {0},Story Lv. {0},1 +CardDetail_CardGetCategoryGacha,Scout,Solicitation,1 +CardDetail_CardGetCategoryEvent,Events,event,1 +CardDetail_CardGetCategoryExchange,Item Exchange,Exchange,1 +CardDetail_CardGetCategoryStory,Story,story,1 +CardDetail_CardGetCategoryMission,Missions,Mission,1 +CardDetail_CardGetDetailGacha,Can be obtained by {0} Scouting!,Available with solicitation '{0}'!,1 +CardDetail_CardGetDetailEvent,Can be obtained from the {0} event!,Available at the event '{0}'!,1 +CardDetail_CardGetDetailExchange,Can be obtained from the {0} Item Exchange!,Available at the exchange '{0}'!,1 +CardDetail_CardGetDetailStory,Can be obtained from the {0} story!,Available in the story '{0}'!,1 +CardDetail_CardGetDetailMission,Can be obtained from missions!,Available in mission!,1 +CardDetail_NoticeLevelMaxDisplay,The stats shown are those at max level and max Idolized state.,The status at the maximum of the awakening stage / level is displayed,1 +Album_NotCanGet,Cannot recruit at this time.,I can't join now,1 +Album_GachaCanGet,You can recruit this member by Scouting., A member who can join by solicitation ,1 +Album_EventCanGet,You can recruit this member from events., A member who can join at the event ,1 +Album_ExchangeCanGet,You can recruit this member from the Item Exchange., A member who can join with an exchange ,1 +Album_CampaignCanGet,,#VALUE!,1 +Album_LoginbonusCanGet,You can recruit this member from login bonuses., Login bonus .,1 +Album_StoryCanGet,You can recruit this member from the story., Story is a member who can join,1 +Album_TrainingCanGet,,#VALUE!,1 +Album_MissionCanGet,You can recruit this member from missions., Mission .,1 +Album_BeginnerMissionCanGet,You can recruit this member from beginner missions., A member who can join with a beginner mission ,1 +Album_GachaCanNotGet,"A new member from ""{0}"".
You cannot recruit her via the currently available Scouts.",It is a new member of '{0}'
I can not join with a solicitation currently being held.,1 +Album_EventCanNotGet,A new member from the {0} event.
You cannot recruit her via the currently available events or Item Exchange.,It is a new member of the event '{0}'.,1 +Album_CampaignCanNotGet,A member from the {0} campaign.
She is not currently available.,I'm a campaign member of '{0}'
I can't join now,1 +Album_GachaOkButton,Scout,To solicit,1 +Album_EventOkButton,Event Top,To the event TOP,1 +Album_ExchangeOkButton,Item Exchange,To the exchange,1 +Album_StoryOkButton,Story,To the story,1 +Album_TrainingOkButton,Member Details,To the details of the member,1 +Album_MissionOkButton,Missions,To the mission,1 +Album_DefaultOkButton,OK,OK,1 +Album_Empty,No albums.,No album,1 +Album_DialogTitle,Sort Albums,Album sorting,1 +Album_DialogGetTypeWord,Recruitment Status,Status of joining,1 +Album_DialogTrainingTypeWord,Idolize Status,Awakening state,1 +Album_DialogGetTypeAll,All,all,1 +Album_DialogGetTypeTitle,Held,Possession,1 +Album_DialogGetTypeUnlock,Held,Possession,1 +Album_DialogGetTypeLock,Not Obtained,Unpalated,1 +Album_DialogMovieTypeTitle,Video,movie,1 +Album_DialogMovieTypeHas,With Video,With a video,1 +Album_DialogMovieTypeNot,No Video,No video,1 +Album_DialogEpisodeTypeTitle,Story,story,1 +Album_DialogEpisodeTypeHas,With Story,With a story,1 +Album_DialogEpisodeTypeNot,No Story,No story,1 +Album_DialogSpPhotoTypeTitle,SP Photos,SP photo,1 +Album_DialogSpPhotoTypeHas,With SP Photo,With SP photo,1 +Album_DialogSpPhotoTypeNot,No SP Photo,No SP photo,1 +Album_DialogEvolveTypeAll,All,all,1 +Album_DialogEvolveTypeNotEvolved,Before Idolizing,Before awakening,1 +Album_DialogEvolveTypeEvolved,After Idolizing,After awakening,1 +Album_DialogSortTypeId,Default,Default,1 +Album_DialogSortTypeUnlock,Order obtained,Obtaining procedure,1 +Album_DialogSortTypeRarity,Rarity,Rarity,1 +Album_SIF1_CardSeries,Series,series,1 +Album_SIF1_CardOther,Other,others,1 +Album_SIF1_CardTypeNormal,Normal,usually,1 +Album_SIF1_CardTypeAwakening,Idolize,Awakening,1 +Album_SIF1_HeightExt,{0} cm,{0} cm,1 +Album_SIF2_AcquiredStatus,Acquired State,Joji status,1 +Album_SIF2_AcquiredPercent,{0}% ({1}/{2}),{0}%({1}/{2}),1 +Album_SIF2_MemberSummary,Member List,List of members,1 +Album_SIF2_Profile,Profile,profile,1 +Album_SIF2_NonJoining,Not Recruited,Not joining,1 +Album_SIF2_NonJoiningToCard,No members have been recruited.,No member has joined,1 +Album_SIF2_NothingToCard,No applicable members.,There are no target members,1 +AreaTalkList_AreaOnly,Location Generated,place of occurrence,1 +AreaTalkList_AreaAndItem,Generation Conditions,Condition of occurrence,1 +AreaTalkList_Empty,No mini stories.,There is no ministory,1 +AreaTalkList_HaveAlbum,Think back on those little stories from the past!,Let's look back on the miniard tries you have seen!,1 +AreaTalkList_PlayButton,Play,look,1 +CostumeSelect_DeckTitle,★Team Photo Costume★,★ Costume of formation photo ★,1 +CostumeSelect_DeckInfo,Setting this will make
{0} the default costume.,"* If you set this, the default costume will be '{0}'.",1 +CostumeSelect_SetButton,Set,setting,1 +CostumeSelect_SelectedButton,Set,setting up,1 +CostumeSelect_UnLockInfoButton,Unlock Conditions,Release condition,1 +CostumeSelect_UnLockInfoByFot,Receive [{0}] {1},[{0}] Acquired {1},1 +CostumeSelect_UnLockInfoByCampaign,Claim {0},Receive {0},1 +CostumeSelect_NotSelected,Not Set,Unanimed,1 +OrnamentShop_EmptyData,There are no items available for purchase.,There are no items that can be purchased,1 +OrnamentShop_ScrollItemBuyText,Purchase,purchase,1 +OrnamentShop_ScrollItemLevelUpText,Level Up,Level up,1 +OrnamentShop_ScrollItemUnlockText,Unlock Conditions,Release condition,1 +OrnamentShop_BuyConfirmDialog_ConditionLabel,Required conditions,Requirements,1 +OrnamentShop_BuyResultDialogTitle_Buy,Purchase Items,Item purchase,1 +OrnamentShop_BuyResultDialogTitle_LevelUp,Level Up Items,Item level up,1 +OrnamentShop_BuyResultDialogMessage_DoesNotPlace,Purchased items were sent to storage.,* The purchased items were sent to the storeroom,1 +Chat_NoticeReceive,New message received,The message arrived,1 +Chat_TabChatSummary,Summary,summary,1 +Chat_TabChatSolo,Chat,chat,1 +Chat_TabChatGroup,Group Chat,Group chat,1 +Chat_TabCollectionStamp,Stickers,stamp,1 +Chat_TabCollectionAttachment,Photos,photograph,1 +Chat_AvailableStamp,You can use this sticker in the following chats.,You can use the selected stamp,1 +Chat_AcquiredStamp,You can receive random stamps by clearing live shows.,You can get randomly when you clear the song,1 +Chat_TalkTagVoice,#Voice,#voice,1 +Chat_TalkInputWait,{0} is typing...,{0} is input ...,1 +Chat_TalkItemReceive,Claim,receive,1 +Chat_TalkItemReceived,Claimed,Receiving,1 +Chat_TalkItemGet,{0} received,I got {0},1 +Chat_TalkLookback,Replay this conversation,Looking back on this conversation,1 +Chat_OrderOfArrival,Arrival,Adhesion,1 +Chat_OrderOfPrecedence,Priority,Arrangement,1 +Chat_NotYetOpen,Not currently participating in any chats.
Exchange contact info with others to participate in chats.,I don't participate in the chat
You can participate in the chat by exchanging contacts,1 +Chat_NotYetAvailable,You cannot use this sticker in any chats yet.,There is no chat that can use the relevant stamp yet,1 +MusicShop_EmptyData,There are no songs available to purchase.,There is no song that can be purchased,1 +MusicShop_AlreadyBought,Already purchased.,It has already been purchased,1 +MusicShop_DetailDialogTitle,Song Details,Music details,1 +MusicShop_BuyConfirmDialogTitle,Purchase Confirmation,Purchase confirmation,1 +MusicShop_BuyConfirmDialogMessage,Would you like to purchase this song?,Do you buy this song?,1 +MusicShop_BuyConfirmDialogCostItem,★Necessary Items★,★ Required items ★,1 +MusicShop_BuyResultDialogTitle,Purchase Complete,Purchase completion,1 +Warehouse_BatchReplaceDialogDecideButton,Confirm,Decision,1 +Warehouse_BatchReplaceDialogTitle,Recommended,Recommended organization,1 +Warehouse_BatchReplaceDialogCardTypePriority,Attribute Priority,Priority attribute,1 +Warehouse_BatchReplaceDialogDeckRolePriority,Instrument Priority,Priority instruments,1 +Help_DialogTitle,Help,help,1 +Help_Faq,FAQ,FAQ,1 +Help_GameProgress,Game Progression / Controls,Game progress / movement in general,1 +Help_BuyGem,Purchasing Love Gems,Loveka purchase,1 +Help_TakeOver,Transferring Game Data,Take over,1 +Help_Opinions,Comments / Requests,Opinions and requests,1 +Help_ButtonFaq,FAQ,frequently asked Questions,1 +Help_ButtonBuyGem,Love Gem Purchasing Issues,Loveka purchase error,1 +Help_ButtonRegardProblems,Contacting Us
Regarding Bugs,Inquiries regarding problems,1 +Help_ButtonDataRecovery,Contacting Us
to Restore Data,Data recovery
Inquiries,1 +Help_ButtonOther,Other Inquiries,Other inquiries,1 +Help_Notes,Important Notes,Notes,1 +Help_JumpButton,Visit Website,Fly to the site,1 +Help_ContactFormCaution,"- In general, we do not reply to comments or requests.
- It may take some time for us to investigate, answer, and/or address inquiries depending on the nature of the inquiry.
- Please read the help section, notices from the operations team, and the FAQ section carefully before sending us an inquiry.
- For inquiries regarding restoring your data, please use the contact form.
- We take no responsibility for, and will not intercede in, disputes between players.
- The support team will only answer inquiries in Japanese.
- The support team does not provide game tips or strategies.
- If you do not receive a confirmation that we've received your inquiry within 24 hours, please check your email settings.
- Please make sure emails from [@bushimo.jp] can be received.","・ We do not reply in principle for your opinions/requests.
・ Depending on the content of the question, it may take time to investigate, respond, and respond.
・ Please check the help, notification from the operation, and frequently inquired before inquiries.
・ For inquiries regarding data recovery, please contact us from the inquiry form.
・ We are not involved in any problems between customers.
・ This support will be supported only in Japanese.
・ We cannot answer the capture information of the game.
・ If you do not receive an inquiry email after 24 hours, please check the email reception settings.
・ Please change the settings so that you can receive an email from [@bushimo.jp].",1 +TermsOfService_DialogTitle,Terms of Service,terms of service,1 +TermsOfService_Terms,Terms of Service,terms of service,1 +TermsOfService_Rights,Licenses,Right notation,1 +TermsOfService_PrivacyPolicy,Privacy
Policy,Privacy
Policy,1 +TermsOfServiceAgree_Agree,Agree,agree,1 +TermsOfServiceAgree_NoAgree,Decline,Disagree,1 +TermsOfServiceAgree_Terms,Terms of Service / Privacy Policy / Licenses,Terms of Use / Privacy Policy / Right notation,1 +TermsOfServiceAgree_PrivacyPolicy,Privacy Policy,privacy policy,1 +TermsOfServiceAgree_Title,Terms of Services Agreement,Confirmation of consent to the Terms of Use,1 +TermsOfServiceAgree_Message,"In order to play this game,
you must agree to our Terms of Service
as well as our Privacy Policy.

After you have read them carefully, please tap ""Agree"" to confirm.","In order to play this game, you need to agree with the
Terms of Use and Privacy Policy

Please check 'I agree'.",1 +TermsOfServiceAgree_DataCaution,"Please be aware that if bad faith intentions and/or negligence
lead to data loss, restoring your data may not be possible.",Please note that it may be difficult to restore the data when deleting an application from a terminal due to intentional or careless terminals or disappearing application data.,1 +CacheClear_ConfirmTitle,Clear Cache,Cash clear confirmation,1 +CacheClear_ClearingTitle,Clearing Cache,During cash,1 +CacheClear_ResultTitle,Cache Successfully Cleared,Cash clear completion,1 +CacheClear_ConfirmMassage,This will clear your cache.
Continue?,I will clear the cash
Are you sure?,1 +CacheClear_ClearingMassage,The cache is being cleared now.
Please wait a moment.,Cash is being cleared
Please wait for a while until completion,1 +CacheClear_ResultMassage,The cache has been successfully cleared.,Cash clear is completed,1 +Mission_Title,Goals,assignment,1 +Mission_MainTitle,List of Goals,Assignment list,1 +Mission_SubTitle,Goals,assignment,1 +Mission_Progress,{0}/{1}
,{0} /{1} ,1 +Mission_TabMain,General,total,1 +Mission_TabDaily,Daily,daily,1 +Mission_TabLimited,Limited,Limited time,1 +Mission_MissionNotFound,There are no goals available to attempt at the moment.,"Currently, there are no challenges that can be challenged",1 +Mission_MissionNotFoundDaily,There are no daily goals
to attempt at the moment.,"Currently, there is no daily task that can be challenged",1 +Mission_MissionNotFoundLimited,There are no limited goals
to attempt at the moment.,"Currently, there are no limited -time issues that can be challenged",1 +Mission_ChallengeButton_AcceptReward,Claim,receive,1 +Mission_ChallengeButton_Challenge,Attempt,challenge,1 +Mission_ChallengeButton_Ornament,Storage,To the storeroom,1 +Mission_ChallengeButton_CardDetail,Member Details,To the details of the member,1 +Mission_ChallengeButton_CardDetail_NotHave,You do not have the required member.,Unpalated member,1 +Mission_ChallengeButton_CardReinforce,Lesson,To the lesson,1 +Mission_ChallengeButton_CardReinforceSkill,Skill Lesson,To the skill lesson,1 +Mission_ChallengeButton_CardEvolve,Idolize,To awaken,1 +Mission_ChallengeButton_Costume,Costume Change,To change costumes,1 +Mission_ChallengeButton_DeckEdit,Unit Formation,To the unit formation,1 +Mission_ChallengeButton_DeckTop,Group Top,To Group TOP,1 +Mission_ChallengeButton_EventTop,Event Top,To the event TOP,1 +Mission_ChallengeButton_Friend,Friend List,To the list of friends,1 +Mission_ChallengeButton_GachaTop,Scout,To solicit,1 +Mission_ChallengeButton_MainStory,Main Story,To the main story,1 +Mission_ChallengeButton_Migration,Data Transfer,Data transfer,1 +Mission_ChallengeButton_MusicSelect,Song Select,To the song selection,1 +Mission_ChallengeButton_Line,Add Friend,Adding a friend,1 +Mission_ChallengeButton_LiveSelect,Select Live Show,To live selection,1 +Mission_ChallengeButton_Photo,Member List,To the list of members,1 +Mission_ChallengeButton_Profile,Profile,To your profile,1 +Mission_ChallengeButton_Shop,Shop,To the shop,1 +Mission_ChallengeButton_SubStory,Side Stories,To the substory,1 +Mission_ChallengeButton_TargetMission,Missions,To the target mission,1 +Mission_ChallengeButton_Twitter,Follow,Follow -up,1 +Mission_DetailDialog_NoTimeLimit,No Time Limit,No time limit,1 +Mission_CompleteMisssionGuide,You can learn more about the goals from the details screen.,* Please check the contents in detail.,1 +Friend_MyFriendTab,Friend List,To the list of friends,1 +Friend_RequestTab,Pending,Applying,1 +Friend_PendingTab,Requests,Approval pending,1 +Friend_FriendSearchTab,Friend Search,Friend search,1 +Friend_LastLogin,Last Login,Final login,1 +Friend_RefineFavoriteFriendButton,Show Favorite Friends Only,Only favorite friends are displayed,1 +Friend_DeleteButton,Remove,Release of a friend,1 +Friend_RequestCancelButton,Cancel Request,Cancellation of application,1 +Friend_PendingButton,Accept,Approval,1 +Friend_RejectButton,Reject,rejection,1 +Friend_MyFriendEmpty,No friends available.,I don't have a friend player,1 +Friend_RequestEmpty,No pending friend requests.,No player is applying,1 +Friend_PendingEmpty,No friend requests received.,No player is waiting for approval,1 +Friend_FriendSearchEmpty,Unable to find player.,I can't find a player,1 +Friend_SearchButton,ID Search,ID search,1 +Friend_SortLastLoginButton,Last Login,Final login,1 +Friend_SortRankButton,Rank,Rank,1 +Friend_IconLeaderTypeButton,Leader,leader,1 +Friend_IconRecommendTypeButton,Favorite,favorite,1 +Friend_SearchDialogTitle,ID Search,ID search,1 +Friend_SearchDialogMassage,Enter an ID,Enter your ID,1 +Friend_SearchDialogSearchButton,Search,search,1 +Friend_Secret,Private,private,1 +Friend_LastLoginMinutes,{0} minutes ago,{0} minutes before,1 +Friend_LastLoginHour,{0} hours ago,{0} Time before,1 +Friend_LastLoginDay,{0} days ago,{0} day ago,1 +Friend_LastLoginOverMonth,Over 31 days ago,More than 31 days ago,1 +Friend_DialogTitle,ID Search,ID search,1 +Friend_DialogMessage,Enter player's ID.,Enter the player's ID,1 +Friend_DialogLimitNum,12 characters or less.,Within 12 characters,1 +Title_AppliVersion,Ver. {0},Ver {0},1 +Title_JasracApple,JASRAC Auth.
#9014302035Y45112,JASRAC license
9014302035Y45112,1 +Title_JasracGoogle,JASRAC Auth.
#9014302036Y45112,JASRAC license
9014302036Y45112,1 +Title_NexTone,NexTone,NEXTONE,1 +Title_Company,©2013 PROJECT Lovelive!
©2017 PROJECT Lovelive! Sunshine!!
©2022 PROJECT Lovelive! Nijigasaki High School Idol Club
©2022 PROJECT Lovelive! Superstar!! ©bushiroad,© 2013 Project Rive Live!
© 2017 Project Rive Live! Sunshine !!
© 2022 Project Rive Live! Nijigasaki Gakuen School Idol Club
© 2022 Project Rive Live! Superstar !! © BUSHIROAD,1 +Title_UserId,ID: {0},ID: {0},1 +Title_MenuTitle,Menu,menu,1 +Title_MenuExternalSite,External Site,External site,1 +Title_MenuCacheClear,Clear Cache,Cache clear,1 +Title_MenuGameDataDelete,Delete Game Data,Game data deletion,1 +NameInput_DefaultName,,#VALUE!,1 +NameInput_Name,Name,full name,1 +NameInput_Ok,OK,OK,1 +NameInput_Title,Media Coverage Application Form,Coverage permit application form,1 +NameInput_Permit1,MIRACLE LIVE! Executive Committee et. al,Miracle Live Executive Committee,1 +NameInput_Petmit2,I hereby request permission to gather data for news coverage of MIRACLE LIVE!
and swear to comply with the terms and conditions therein.,"I vowed to comply with the items described in the interview guidelines at Miracle Live,
We will apply for an interview permission here.",1 +NameInput_Note1,*Player name must be 10 characters or less.,* Up to 10 player names,1 +NameInput_Note2,*This name will be visible to other players.,* It is a name published to other players in the game.,1 +NameInput_Note3,*You can change your name later.,* The player name can be changed later,1 +NameInput_ProfileNameInputTitle,Input Player Name,Player name input,1 +NameInput_ProfileNameInputMessage,Enter your player name.,Please enter the player name,1 +NameInput_ProfileNameInputNote,*Your player name must be 10 characters or less.
*This name will be visible to other players.
*You can change your name later.,* The player name is up to 10 characters
* The name will be published to other players in the game
* The player name can be changed later.,1 +Profile_Secret,Private,private,1 +Profile_SecretLong,Set your profile to private.,It will be a private setting,1 +Profile_DefaultComment,Nice to meet you!,thank you!,1 +Profile_RankTitle,R
ANK, R Ank,1 +Profile_ExpTitle,E
xp, E XP,1 +Profile_CommentTitle,Comment,comment,1 +Profile_RecommenderSelectButton,Select a Favorite,Favorite choice,1 +Profile_TitleSelectButton,Select a Title,Title selection,1 +Profile_PublicSelectButton,Public Settings,Publishing Settings,1 +Profile_CopyButton,Copy,copy,1 +Profile_CopyMessage,ID copied.,I copied my ID,1 +Profile_PhotoButton,Member Display,Member labeling,1 +Profile_FriendRequestButton,Friend Request,Friend Request,1 +Profile_FriendCanNotRequestButton,Unable to Request,No application,1 +Profile_FriendTitleListButton,Title List,List of titles,1 +Profile_LastLoginTime,Last login:,Final login time:,1 +Profile_OpenDialogTitle,Public Profile Settings,Profile public setting,1 +Profile_OpenDialogMainDeckParam,Unit Group Power,Unit comprehensive power,1 +Profile_OpenDialogGroupRank,Group Rank,Glue plank,1 +Profile_OpenDialogClearLiveNumber,Cleared songs,Number of clear songs,1 +Profile_OpenDialogFullComboLiveNumber,Full combo clears,Number of songs in full combo,1 +Profile_OpenDialogAllPerfectLiveNumber,ALL PERFECT clears,ALL Perfect number,1 +Profile_OpenDialogHighScoreRate,High score rate,High -core rate,1 +Profile_OpenDialogLastLoginDate,Last login,Final login time,1 +Profile_OpenDialogUserId,Player ID,Player ID,1 +Profile_OpenDialogGuestMember,Guest Members,Guest member,1 +Profile_OpenDialogCaution,Unchecking will make this info private.,"If you uncheck it, it will be private",1 +Profile_OpenDialogOpenButton,Public,Release,1 +Profile_OpenDialogSecretButton,Private,private,1 +Profile_OpenDialogPendingButton,Pending,Accepting,1 +Profile_OpenDialogRejectButton,Reject,rejection,1 +Profile_RankDialogTitle,Rank Details,Rank details,1 +Profile_RankMax,You have reached the maximum rank.,The rank is maximum,1 +Profile_CommentSettingDialogTitle,Comment Settings,Comment setting,1 +Profile_CommentSettingDialogMassage,Enter your comment.,Please enter the comment,1 +Profile_CommentSettingDialogLimitNum,{0} characters or less.,{0} within the letters,1 +Profile_HighScoreRateDialogTitle,High Score Rate Details,Detailed high -core rate,1 +Profile_HighScoreRateDialogTotalHighScore,Total high score rate,Comprehensive high -core rate,1 +Profile_HighScoreRateDialogValue,High score rate,High -core rate,1 +Profile_HighScoreRateDialogEmpty,No play data found.,There is no play data of the song,1 +Profile_RankListScrollItemGem,Reward: {0} Love Gems,Reward: Labka {0},1 +Profile_RankListScrollItemNone,Reward: {0} Not Set,Reward: Not supported {0},1 +Profile_ScoreTitle,Cleared Songs,Number of achievements,1 +Profile_ClearMusicTitle,CLEAR,Clear,1 +Profile_FullComboTitle,FULL COMBO,Full Combo,1 +Profile_ClimaxPerfectTitle,CLIMAX
PERFECT,Climax
Perfect,1 +Profile_AllPerfectTitle,ALL PERFECT,All Perfect,1 +Profile_TeacherPointTitle,High score rate,High -core rate,1 +Profile_ScoreConfirm,Cleared songs,Clear music,1 +Profile_GuestMember,Guest Members,Guest member,1 +Profile_GuestDetail,Guest Details,Guest details,1 +Profile_SettingMember,Member Setup,Setting department,1 +Profile_Share,Share,share,1 +Profile_ShareMessage,Want to be a school idol with us?,Why don't you start a school idol with us ♪,1 +Profile_CardEmpty,No members,There are no members,1 +Profile_Birthday,Birthday,birthday,1 +Profile_NoBirthday,Not Set,Unanimed,1 +Profile_BirthdaySettingDialogTitle,Birthday Settings,Birthday setting,1 +Profile_BirthdaySettingDialogMessage,Enter your birthday.,Please enter your birthday,1 +Profile_BirthdaySettingDialogNote,*Your birthday cannot be changed once it is set.
You will receive special messages on your birthday.
*Your birthday does not need to match the date of birth entered in your purchase details.,* Birthday cannot be changed later
* Special chat will arrive on your birthday
* It doesn't have to be the same as the date of birth when checking the purchase upper limit.,1 +TitleList_TitleChangeDialogTitle,Confirm,confirmation,1 +TitleList_TitleChangeDialogText,Use this title.,Set this title,1 +TitleList_TitleNoDetailText,No title set.,No explanation of the title,1 +TitleList_TitleListTabNormal,Normal,usually,1 +TitleList_TitleListTabEvent,Events,event,1 +TitleList_TitleListTabMember,Members,member,1 +TitleList_TitleListTabMigration,Link Data,Data cooperation,1 +TitleList_NoMigrationMessage,You do not have any data link titles.,I do not have the title of data linkage,1 +TitleList_TitleListEmpty,No titles available.,There is no title,1 +Exchange_Tab_Main,Main,Main,1 +Exchange_Tab_Tea,Tea,Black tea,1 +Exchange_ExpireDateLabel,Exchange time limit,Expiration date,1 +Exchange_ExchangeSelectMessageText,★Select an exchange!★,★ Please select the exchange ★,1 +Exchange_SealExchangeHeaderMainTitle,Scout Point Exchange,Solicary point exchange,1 +Exchange_PickExchangeHeaderMainTitle,Item Exchange,Exchange,1 +Exchange_TicketExchangeHeaderMainTitle,Ticket exchange,Ticket exchange,1 +Exchange_SoldOutMessage,Exchange limit reached.,The exchange limit has reached,1 +Exchange_ExchangeLimitMessage,Unable to exchange. You are holding the maximum amount.,It cannot be replaced because it has reached the upper limit,1 +Exchange_GetSeal,Get Scout Points,Get solicitation points,1 +Exchange_ShopResetMessage_Daily,Resets daily at 12 am.,Updated every day at midnight,1 +Exchange_ShopResetMessage_Weekly,Resets weekly at {0}.,Updated to {0} every week,1 +Exchange_ShopResetMessage_Monthly,Resets on the 1st of each month.,Updated on the 1st of every month,1 +Exchange_ResetDayDaily,Today,today,1 +Exchange_ResetDayWeekly,This week,this week,1 +Exchange_ResetDayMonthly,This month,this month,1 +Exchange_RemainCount,{0}x remaining,And {0} times,1 +Exchange_ResultMesseage,Obtained {1} {0}(s)!,{0} {1},1 +Exchange_ResultCardMesseage,Recruited {2} [{1}] {0}!,[{1}] {0} solicited {2} people!,1 +Exchange_FilterDialogTitle,Filter by exchange,Exchange squeezing,1 +Exchange_FilterDialogCategoryLabel,Filter by category,Category aperture,1 +Exchange_FilterDialogSoldOutLabel,Filter by obtained,Acquired narrowed down,1 +Exchange_FilterDialogCategoryAll,All,all,1 +Exchange_FilterDialogCategoryStamp,Stickers,stamp,1 +Exchange_FilterDialogCategoryPrimaryItem,Key items,Main item,1 +Exchange_FilterDialogCategoryPhotoSeal,Member,Member,1 +Exchange_FilterDialogCategoryTicket,Tickets,ticket,1 +_FilterDialogDefaultButtonText,Reset to
default,Return to the default,1 +Exchange_Name_Exchange,Exchange,exchange,1 +Exchange_Name_Purchase,Purchase,purchase,1 +Exchange_Name_LevelUp,Level Up,Level up,1 +Exchange_EmptyData,No items can be {0}.,There is no product that can be {0},1 +Exchange_AmountLabel,{0},{0} number,1 +Exchange_AmountDialogTitle,How many {0} would you like?,How many {0} do you want,1 +Exchange_AmountDialogMessage,*members who have previously been recruited will be exchanged for Light Sticks.,"* Except for members who join for the first time, it will be converted to penlight.",1 +Exchange_ConfirmDialogTitle_Countable,Confirm: {0},{0} number confirmation,1 +Exchange_ConfirmDialogTitle_Uncountable,Exchange for {0}?,{0}?,1 +Exchange_ResultDialogTitle,Exchanged for {0}.,{0},1 +DeckEdit_RecommendDialogTitle,Recommended,Recommended organization,1 +DeckEdit_RecommendPriorityType,Attribute,attribute,1 +DeckEdit_RecommendPriorityGroup,Group,group,1 +DeckEdit_RecommendPrioritySkill,Skill,Special skill,1 +DeckEdit_RecommendTypeAll,None specified,unspecified,1 +DeckEdit_RecommendGroupAll,None specified,unspecified,1 +DeckEdit_RecommendGroupOther,Other,others,1 +DeckEdit_RecommendTypeBonus,Attribute Bonus,Attribute bonus,1 +DeckEdit_RecommendCharacterBonus,Member Bonus,Member bonus,1 +DeckEdit_RecommendEventBonus,Event bonus,Event bonus,1 +DeckEdit_RecommendSkillAll,None specified,unspecified,1 +DeckEdit_RecommendSkillScore,Score Up,Score -up,1 +DeckEdit_RecommendSkillScoreCondition,Conditional Score Up,Conditional score up,1 +DeckEdit_RecommendSkillRecovery,HP Heal,Recovery of physical strength,1 +DeckEdit_RecommendSkillEnhanced,Judgment Boost,Strengthening of the decision,1 +DeckEdit_RecommendSkillOther,Other,others,1 +DeckEdit_RecommendCheckCenterFixed,Fix center position,Fix the center position,1 +DeckEdit_RecommendCheckBonusApply,Prioritize specially-selected members,Priority for selected members,1 +DeckEdit_RecommendGroupSelectDialogTitle,Select Group,Group selection,1 +DeckEdit_DefaultBandName,Unit {0},Unit {0},1 +DeckEdit_TabName,Unit {0},Unit {0},1 +DeckEdit_StatusPower,LP,LP,1 +DeckEdit_StatusTotal,Unit Group Power,Unit comprehensive power,1 +DeckEdit_StatusSoul,Smile,Smile,1 +DeckEdit_StatusTechnic,Pure,pure,1 +DeckEdit_StatusAppeal,Cool,cool,1 +DeckEdit_StatusOrnamentBouns,Items,item,1 +DeckEdit_StatusEventBouns,Events,event,1 +DeckEdit_StatusTypetBouns,Attribute Bonus,Attribute bonus,1 +DeckEdit_MainUnitSetButton,Set as Main,Main unit settings,1 +DeckEdit_RecommendEditButton,Recommended,Recommended organization,1 +DeckEdit_ResetButton,Reset,reset,1 +DeckEdit_OrnamentButton,Items,item,1 +DeckEdit_TotalParamDetailButton,Group Power Details,Comprehensive power details,1 +DeckEdit_EventNothing,No event bonuses available.
No events are currently being held.,There is no bonus because it is outside the event period,1 +DeckEdit_UnitNameDialogTitle,Unit Name,Unit name,1 +DeckEdit_UnitNameDialogMessage,Enter a name for this unit.,Please enter the unit name,1 +DeckEdit_UnitNameDialogLimitNum,8 characters or less,Within 8 characters,1 +DeckEdit_ClassmateButton,(Dummy),(dummy),1 +DeckEdit_ClassmateTotalParam,(Dummy),(dummy),1 +DeckEdit_PassiveSkillTotalParam,(Dummy),(dummy),1 +DeckEdit_EventBonusMessage,Your event pt bonus is calculated from the total value of each member in your unit with bonuses.,Event PT bonuses apply the total value of all selected members in the formation.,1 +DeckEdit_EventBonusEventPointUp_ChallengeLive,Miracle Collection event pts {0}% up,Event Pt {0}%Up with Miracle Collection,1 +DeckEdit_EventBonusTotalPointUp_ChallengeLive,Increase the group power of certain members
during the Miracle Collection.,In the Miracle Collection
Improve the overall power of the target member,1 +DeckEdit_EventBonusEventPointUp_LiveTry,Miracle Collection event pts {0}% up,Event Pt {0}%Up with Miracle Collection,1 +DeckEdit_EventBonusTotalPointUp_LiveTry,Increase the group power of certain members
during the Miracle Collection.,In the Miracle Collection
Improve the overall power of the target member,1 +DeckEdit_EventBonusEventPointUp_MultiLive,,,1 +DeckEdit_EventBonusTotalPointUp_MultiLive,,,1 +DeckEdit_EventBonusTotalPointUp,Member Bonus (Member Group Power),Member bonus (comprehensive power),1 +DeckEdit_EventBonusEventPointUp,(Event pts),(Event PT),1 +DeckEdit_EventBonusNoRate,---,---,1 +DeckEdit_EventBonusRate,{0}% x{1},{0}%x {1} person,1 +DeckEdit_EventBonusRateUp,UP!,UP!,1 +DeckEdit_EventBonusInvalidMessage1,Event bonus,Event bonus,1 +DeckEdit_EventBonusInvalidMessage2,No valid members.,There are no target members,1 +DeckEdit_Passive,Passive Skill,Passive skill,1 +DeckEdit_LiveRole,(Dummy),(dummy),1 +DeckEdit_SupportRole,(Dummy),(dummy),1 +DeckEdit_SelectEventDialogTitle,Select an Event,Target event selection,1 +DeckEdit_SelectEventDialogText,Display event bonus details
for the selected event.,Displays the event bonus information of the selected event,1 +DeckEdit_SelectEventDialogCaution,Events without event bonuses will be hidden.,Events without event bonuses are not displayed,1 +DeckEdit_ClassmateDisp,Show all members,All members display,1 +DeckEdit_TotalParamDetailDialogTitle,Unit Details,Unit details,1 +DeckEdit_CenterSkillRiseValue,Center skill boost,Center skill rise value,1 +DeckEdit_EventBonusRiseValue,Event point boost,Event bonus rise value,1 +DeckEdit_UpperArrowValue,↑{0},↑ {0},1 +DeckEdit_SkillLvValue,Lv. {0},Lv {0},1 +DeckEdit_EventPt,Event pts,Event PT,1 +DeckEdit_IconBonus,Miracle Star,Miracle star,1 +DeckEdit_StatusTotalAttention,Total unit points shown includes center skill boost value.,The comprehensive unit value is described in combination of the increase in the center skill.,1 +DeckEdit_PositionEditMessage,Drag members to change their positions.,Drag the members and change the arrangement,1 +DeckEditCharaSelect_PhotoTotalParam,Member group power,Comprehensive power,1 +LiveMission_DialogTitle,{0} mission rewards list,List of achievement rewards of {0},1 +LiveMission_DialogScoreRank,Score rank,Score rank,1 +LiveMission_DialogComboCount,Combo,Number of combo,1 +LiveMission_DialogFullCombo,Full Combo,Full combo,1 +LiveMission_DialogClearCount,Clear Count,Number of clears,1 +ShopCommon_FreeGem,Free Love Gems,Free Loveka,1 +ShopCommon_ChargeGem,Paid Love Gems,Paid Loveka,1 +ShopCommon_Price,Price,price,1 +GemShop_FundSettlement,Payment Services Act
Notification,Fund Settlement Law
Display based on,1 +GemShop_ServiceGuidelines,In-game Currency Guidelines,In -service currency guidelines,1 +GemShop_MedalGuidelines,Love Gem Terms of Service,Loveka Terms of Use,1 +GemShop_SpecifiedCommercialTransactions,Display Specified
Commercial Transactions Act,Specified Commercial Transaction Law
Display based on,1 +GemShop_SpecifiedCommercialTransactions_DialogTitle,Display Specified Commercial Transactions Act,Display based on the Specified Commercial Transactions Law,1 +GemShop_FundSettlement_DialogTitle,Display Payment Services Act,Display based on the Fund Settlement Law,1 +GemShop_SpecifiedCommercialTransactions_FundSettlement,Display Specified Commercial Transactions Act / Payment Services Act,Display based on the Special Commercial Code/Fund Settlement Law,1 +GemShop_BuyComplete,Purchase Complete,Purchase completion,1 +GemShop_BuyCompleteMessage,Purchased {1} {0}.,I purchased {0} {1},1 +GemShop_Confirm,Confirm,confirmation,1 +GemShop_BuyStaminaMessage,Spend {0} Love Gem(s)
to restore {1} LP?,We consume {0} {0} and recover LP {1}
Is that OK?,1 +GemShop_ClosedGemShopMessage,Love Gems cannot be purchased at this time.,Currently I can't buy Loveka,224012502 +GemShop_BuyStaminaCompleteTitle,Restore LP,LP recovery window,1 +GemShop_BuyStaminaCompleteMessage,Restored {0} LP!,LP has recovered {0}!,1 +GemShop_AgeConfirm,Age Verification,Age confirmation,1 +GemShop_AgeMessage,You must verify your age. Please enter your date of birth.,Please enter your date of birth to confirm your age,1 +GemShop_AgeNote,Note: Your date of birth cannot be changed once it is set.,* The date of birth cannot be changed later.,1 +GemShop_AgeMaxMessage,"*Under 16: Up to ¥5000 (incl. tax) / month.
Over 16, under 18: Up to ¥10,000 (inc. tax) / month
*Over 18: No spending limits. ","* Up to 5000 yen (tax included) per month (tax included) under 16 years old
* 16 years old or older under 18 years old: Up to 10,000 yen (tax included) per month
* 18 years old or older: No upper limit",1 +GemShop_AgeNote1617,16 - 17 years old:,16-17 years old:,1 +GemShop_AgeNote16,Under 16:,Under 16 years old:,1 +GemShop_LimitOverMessage,You have reached your monthly spending limit. You cannot make any more purchases this month.,We cannot purchase this month because we have reached the upper limit of the available amount.,1 +GemShop_LimitAlertOver,You have already spent ¥{0}
on Love Gems this month.,The purchase amount of Labka for one month has already exceeded {0} yen,1 +GemShop_LimitAlert,This purchase exceeds your monthly
Love Gem spending limit by ¥{0}.,"By purchasing this purchase, the purchase amount of Loveka for one month exceeds {0} yen.",1 +GemShop_PurchaseConfirm,Buy {0}?,Do you buy {0}?,1 +GemShop_AgeSelectedTitle,Verify Your Age,Age registration confirmation,1 +GemShop_AgeSelectedContents,Is your date of birth below correct?,Is your date of birth:,1 +GemShop_AgeSelectedConfirm,Note: Your date of birth cannot be changed once it is set.,* The date of birth cannot be changed later.,1 +GemShop_AgeDecisionContents,Age successfully verified.,I checked the age,1 +GemShop_AgeDecisionContentsFormat,Age successfully verified.,I checked the age,1 +GemShop_AgeDecisionLimitLabel,{0}: Up to ¥{1} per month,{0}: Until monthly ¥ {1},1 +GemShop_AgeDecision,Setting complete.,The setting is complete,1 +GemShop_Monthly,Monthly Limit,Monthly amount,1 +GemShop_AlertMessage,This purchase will exceed your monthly spending limit of ¥{0}. Are you sure you wish to proceed?,"The amount used this month exceeds {0} yen, but do you continue to buy it as it is?",1 +GemShopItem_LimitBuyAmount,{0} remaining,Remaining {0},1 +GemShopItem_LimitDate,Up to {0},Until {0},1 +GemShopItem_Amount,{0},{0} pieces,1 +GemShopItem_LimitAmount,{0} left,And {0} pieces,1 +GemShopItem_GemAmount,{0} Love Gems,Loveka {0},1 +GemShopItem_Omake,
+{0} Free Love Gems,
+Free Loveka {0},1 +GemShopItem_Charge,{0} Paid Love Gems,Paid Loveka x {0},1 +GemShopItem_Free,{0} Free Love Gems,Free Loveka x {0},1 +GemShopItem_Money,¥{0},\ {0},1 +GemShopItem_Increase,x{0},Increased {0},1 +GemShopItem_Period,Sale Period,Sales period,1 +GemShopItem_Season,{0} – {1},{0} ~ {1},1 +GemShopItem_TicketInfo,*You cannot receive Love Gems for days when you did not log in.
*Items other than Love Gems will be sent to your present box.
*Items will be directly added to your inventory upon logging in.
*Login bonuses can be received from midnight the day after purchasing.,* You cannot receive Loveka on the day you did not log in
* Items other than Loveka will be sent to the present
* It is given directly when logged in and is reflected in the number of possession.
* You can receive the login bonus from 0:00 the following day of the purchase date.,1 +GemShopItem_TicketBuyInfo,Purchased

Valid until: {0}, Purchased
Expiration date: {0},1 +GemShopItem_TicketRemainPresent,1 free per day
{0} remaining,Gift once a day
Dust {0} times ,1 +GemShopItem_ChargeGemComfirm,Spend {0} Love Gem(s) to purchase {1}?
This item can only be purchased with Paid Love Gems.,We consume {0} and purchase {1}
This product can be purchased only with a paid Labka,1 +GemShopItem_FreeGemComfirm,Spend {0} Love Gem(s) to purchase {1}?
Free Love Gems will be spent first.,We consume {0} and buy {1}
Loveka is consumed from free,1 +GemShopItem_SubscriptionButton_MembersCard,View Member Card,See your membership card,1 +GemShopItem_SubscriptionButton_Buy,Purchase,purchase,1 +GemShopItem_SubscriptionButton_Info,Membership Details,Details,1 +GemShopItem_SubscriptionRemainingText,Renews in: {0},Until update {0},1 +GemShopItem_Membership_CardNo,Membership No.,Member NO,1 +GemShopItem_Membership_CardStart,Membership start date,Join Date,1 +GemShopItem_Membership_CardChangeButton,Change
Design,Design
Change,1 +GemShopItem_Membership_WallpaperTitle,Change Member Card Design,Membership card design change,1 +GemShopItem_Membership_WallpaperAlert,*Changes will not be visible until you tap confirm.,* It will not be reflected unless you tap the decision button,1 +GemShopItem_Membership_WallpaperSelected,Selected,choosing,1 +GemShopItem_Membership_WallpaperUsing,In Use,in use,1 +GemShopItem_Membership_WallpaperDecide,Confirm,Decision,1 +GemShopItem_Membership_WallpaperNotice,The design of your member card has been changed.,Changed the design of the membership card,1 +GemShopItem_Membership_InfoTitle,Membership Details,Details,1 +GemShopItem_Membership_InfoTabSummary,Overview,overview,1 +GemShopItem_Membership_InfoTabLoginBonus,Login Bonuses,Login bonus,1 +GemShopItem_Membership_InfoTabMission,Goals,assignment,1 +GemShopItem_Membership_InfoSummaryTitle,MIRACLE Pass Membership - Overview,Miracle Pass Member Overview,1 +GemShopItem_Membership_InfoSummaryUnsubscribe,Unsubscribe,Cancel,1 +GemShopItem_Membership_InfoLoginBonusTitle,Special MIRACLE Pass Login Bonuses!,Miracle Pass Member Special Login Bonus!,1 +GemShopItem_Membership_InfoLoginBonusDescription,"Earn more with a MIRACLE Pass! Log in for 20 days to receive up to 1,000 Free Love Gems!
*You can begin receiving login bonuses the day after you purchase the pass.",Acquired by joining Miracle pass! Log in for 20 days and get a maximum of 1000 Loveka GET!
* You can receive it from the day after you join.,1 +GemShopItem_Membership_InfoLoginBonusDayCount,No. of Days,Number of days,1 +GemShopItem_Membership_InfoLoginBonusDayCountFormat,Day {0},{0} Day,1 +GemShopItem_Membership_InfoLoginBonusGotItem,Bonus Items,Acquired items,1 +GemShopItem_Membership_InfoLoginBonusStatus,Status,Acquisition status,1 +GemShopItem_Membership_InfoLoginBonusClear,Obtained,Already acquired,1 +GemShopItem_Membership_InfoLoginBonusNotClear,Not completed,Not Achieved,1 +GemShopItem_Membership_InfoMissionTitle,Special Goals for MIRACLE Pass Members!,MIRACLE Pass Member Special Assignment!,1 +GemShopItem_Membership_InfoMissionDescription,"Complete all of the goals to get up to 1,500 Free Love Gems!

*Please be sure to complete the goals at least 48 hours before the end of the availability period.",Clear all issues and get a maximum of 1500 Loveka GET!
* Please clear at 48 hours before the end of the period.,1 +GemShopItem_Membership_InfoMissionClearCount,No. of Songs Cleared,Number of music clears,1 +GemShopItem_Membership_InfoMissionClearCountFormat,Clear {0}x,{0} Clear,1 +GemShopItem_Membership_InfoMissionGotItem,Bonus Items,Acquired items,1 +GemShopItem_Membership_InfoMissionStatusProgress,In Progress,in progress,1 +GemShopItem_Membership_InfoMissionStatusClear,Cleared,clear,1 +GemShopItem_Membership_InfoMissionStatusReceived,Received,Reward received,1 +GemShopItem_Membership_InfoMissionButton,See Goals,To the challenge,1 +ConfirmMedal_Gem,Current Love Gems,Confirmation of possession Loveka,1 +ConfirmMedal_Log,Love Gem Details,Loveka details,1 +ConfirmMedal_ChargeGemReason,[{0}] purchased.,I purchased [{0}],1 +DeckConfirm_LiveStartWarning,You must have 9 members in your unit to start a live show.
Please add more members to the unit.,"To start the live, you need to set nine members in the unit
Please organize the members",1 +DeckConfirm_StaminaUse,Consume {0},{0} consumption,1 +DeckConfirm_AutoBurstDialogTitle,Auto Ticket Settings,Consumer auto ticket setting,1 +DeckConfirm_LiveBurstDialogTitle,LP Consumption Settings,Consumption LP settings,1 +DeckConfirm_UseBurstDialogTitle,Burst Settings,Used burst settings,1 +DeckConfirm_UseBurstDialogBurstSetting,General burst usage setting.,Basic use burst settings,1 +DeckConfirm_UseBurstDialogThisTimeBurst,Bursts to be used this time.,Burst used this time,1 +DeckConfirm_UseBurstDialogAutoDescription,Gameplay will be skipped if you use Skip Tickets.,Using a skip ticket will be a skip play,1 +DeckConfirm_UseBurstDialogBurstWarning,*Skip Tickets with the earliest expiration dates will be used first.
*Skip Tickets can only be used for songs and difficulties you have already cleared.,* Skip tickets are used from those with early use.
* Skip tickets can only be used for clear songs and difficulty levels.,1 +DeckConfirm_UseBurstDialogAutoWarning,*Skip Tickets with the earliest expiration dates will be used first.
*Skip Tickets can only be used for songs and difficulties you have already cleared.,* Skip tickets are used from those with early use.
* Skip tickets can only be used for clear songs and difficulty levels.,1 +DeckConfirm_NoBurst,Not Obtained,Unpalated,1 +DeckConfirm_CanNotUsedNoBurst,Unavailable. None currently held.,Cannot be used because it is not possessed,1 +DeckConfirm_CanNotUsedNoClear,Unavailable. The selected song has not been cleared.,Cannot be used because the selected song is not cleared,1 +DeckConfirm_CanNotUsedNoClearShort,Unavailable for uncleared songs.,Not available when clearing,1 +DeckConfirm_LiveParam,Live Show Value,Live numerical value,1 +DeckConfirm_AutoParam,Auto Value,Auto numerical value,1 +DeckConfirm_EventPointGet,Event pts,Event PT,1 +DeckConfirm_EventGachaPointGet,Scout (Box) pts obtained,Solicary (Box) P acquisition,1 +DeckConfirm_ItemAndExpGet,Rewards & EXP,Reward / EXP,1 +DeckConfirm_Magni,x,Doubling,1 +DeckConfirm_StaminaBoostNotSelect,Set,setting,1 +DeckConfirm_StaminaBoostSelect,Set,setting up,1 +DeckConfirm_StaminaBoostWarning,"*If your LP consumption settings exceed your current LP, all of your current LP will be consumed.","* If the number of consumption is less than the set consumption, consume all the number of possessions.",1 +DeckConfirm_StaminaBoostAutoWarning,"*When ""auto"" is used, high scores and achievement awards are not recorded.","* In the case of auto, high score and achievement reward are not recorded.",1 +DeckConfirm_Note,You have 0 LP.
Skipping is not available.
Please select a method
if you would like to restore LP.,"Since the LP is 0, you cannot skip
If you recover LP, select the recovery method.",1 +DeckConfirm_OptionButton,Options,option,1 +DeckConfirm_HealthyBoostButton,LP,LP,1 +DeckConfirm_StartButton,Start Live Show,Live start,1 +DeckConfirm_AutoOn,Auto: ON,Auto: ON,1 +DeckConfirm_AutoOff,Auto: OFF,Auto: OFF,1 +DeckConfirm_Passive,Passive Skill,Passive skill,1 +DeckConfirm_LiveRole,Live Show Leader,Live in charge,1 +DeckConfirm_SupportRole,Support,Support charge,1 +DeckConfirm_EventBonusTotalPointUp,Member Bonus (Member Group Power),Member bonus (comprehensive power),1 +DeckConfirm_EventBonusEventPointUp,(Event pts),(Event PT),1 +DeckConfirm_EventBonusNoRate,---,---,1 +DeckConfirm_EventBonusRate,{0}%,{0}%,1 +DeckConfirm_EventBonusRateUp,UP!,UP!,1 +DeckConfirm_EventBonusInvalidMessage1,Event bonus,Event bonus,1 +DeckConfirm_EventBonusInvalidMessage2,No valid members.,There are no target members,1 +DeckConfirm_LiveBonusTypePointUp,Attribute Bonus (Member Group Power),Attribute bonus (comprehensive power),1 +DeckConfirm_LiveBonusRate,{0}% x{1},{0}%x {1} sheets,1 +DeckConfirm_LiveBonusRateUp,UP!,UP!,1 +DeckConfirm_EventCandyAmount,{0}/{1},{0}/{1},1 +DeckConfirm_LiveConditionButton,Special Live Show,Live conditions,1 +DeckConfirm_LiveConditionDialogTitle,Live Show Special Conditions,Live conditions,1 +DeckConfirm_LiveConditionDialogCondition,Live show special conditions,Live participation conditions,1 +DeckConfirm_LiveConditionDialogRule,Live show rules,Live rule,1 +DeckConfirm_LiveConditionDialogErrorMessage,The live show special requirementshave not been met.
You cannot participate in this live show., Live participation conditions did not meet
I could not participate,1 +Story_MainStoryFirstSeason,First Season,First season,1 +Story_MainStorySecondSeason,Second Season,Second season,1 +Story_SeasonChapterNumberFormat,#{0} - {1},#{0} - {1},1 +Story_ChapterNumberFormat,#{0},#{0},1 +Story_TitleWithChapterNumberFormat,{0} Chapter {1} - {2},{0} {1} story '{2}',1 +Story_ReleaseTitleWithChapterNumberFormat,{0}
Chapter {1} - {2},{0}
{1} story '{2}',1 +Story_StoryTopHeaderMainTitle,Story Top,Story TOP,1 +Story_StoryTopHeaderSubTitle,Story,story,1 +Story_MainStoryListHeaderMainTitle,Story Select,Story selection,1 +Story_MainStoryListHeaderSubTitle,Main Story,Main story,1 +Story_SubStoryTopHeaderMainTitle,Select Group,Group selection,1 +Story_SubStoryTopHeaderSubTitle,Side Story,Substory,1 +Story_SubStoryListHeaderMainTitle,Story Select,Story selection,1 +Story_SubStoryListHeaderSubTitle,Side Story,Substory,1 +Story_EventStoryTopHeaderMainTitle,Select Event,Event selection,1 +Story_EventStoryTopHeaderSubTitle,Event Story,Event story,1 +Story_EventStoryListHeaderMainTitle,Story Select,Story selection,1 +Story_EventStoryListHeaderSubTitle,Event Story,Event story,1 +Story_CardStoryTopHeaderMainTitle,Select Member,Member selection,1 +Story_CardStoryTopHeaderSubTitle,Story,story,1 +Story_CardStoryListHeaderMainTitle,Story Select,Story selection,1 +Story_CardStoryListHeaderSubTitle,Story,story,1 +StoryPart_NumberFormat,Chapter {0},{0} story,1 +StoryPart_TitleWithNumberFormat,Chapter {0}: {1},{0} story '{1}',1 +StoryPart_TitleWithNumberTranslucentFormat,Chapter {0} - {1}, {0} story '{1} ,1 +StoryPart_TitleListWithNumberFormat,Chapter {0} - Chapter {1},{0} story ~ {1} story,1 +StoryPart_SeasonChapterNumberFormat,#{0} - {1} - {2},#{0}-{1}-{2},1 +StoryPart_ChapterNumberFormat,#{0} - {1},#{0} - {1},1 +StoryPart_TitleWithChapterNumberFormat,Chapter {0}: {1},{0} story '{1}',1 +StoryPart_RankReleaseDetailFormat,Reach rank {0}.,Set the rank to {0},1 +StoryPart_GroupRankReleaseDetailFormat,Get total group rank to {0}.,Make the comprehensive glue planck into {0},1 +StoryPart_LiveReleaseDetailFormat,Clear {0}
with a score of {1} or higher.,Clear {0} with
score {1} or more,1 +StoryPart_MissionReleaseDetailFormat,Clear mission {0}.,Clear the mission '{0}',1 +StoryPart_ReleaseInfo,Play the game and raise your rank!,Play the game and give Rank!,1 +StoryPart_NotRelease,Not currently available.,Currently not open,1 +SubStory_GroupRankRewardDialogTitle,Group Rank Rewards List,List of glue plank rewards,1 +SubStory_GroupRankRewardDialogUntilRankUp,Rank Up in:,Until the ranking up,1 +SubStory_GroupRankRewardDialogTotalExp,Total EXP,Cumulative EXP,1 +SubStory_GroupRankRewardDialogRank,Rank,Rank,1 +SubStory_GroupRankRewardDialogMax,MAX,MAX,1 +ConfirmMedal_DialogTitle,Current Love Gems,Confirmation of possession Loveka,1 +ConfirmMedal_ChargeMedal,Paid,Paid,1 +ConfirmMedal_FreeMedal,Free,Free of charge,1 +ConfirmMedal_TotalMedal,Total Love Gems,Total Loveka,1 +ConfirmMedal_Warning,Note: Free Love Gems will be used first.,* It is consumed first from the free Loveka,1 +ConfirmMedal_UpdateHistory,Update,update,1 +ConfirmMedal_HistoryTitle,Love Gem Details,Loveka details,1 +ConfirmMedal_UsedHistoryTitle,Usage History,Usage history,1 +ConfirmMedal_AcquiredHistoryTitle,Acquisition History,Acquisition history,1 +ConfirmMedal_HistoryDate,Date used,Date and time,1 +ConfirmMedal_HistoryReason,Used on,Use,1 +ConfirmMedal_HistoryNote,*Displays history of Love Gems acquired and used for up to the past 3 months.,* The acquisition and consumption history of Loveka will be displayed for up to 3 months.,1 +ConfirmMedal_HistoryFreeMedal,Free,Free of charge,1 +ConfirmMedal_HistoryChargeMedal,Paid,Paid,1 +Ornament_EffectValueFormat,{0:0.##}%, {0: 0. ##}%,1 +Ornament_UnlockDetail_None,-,-,1 +Ornament_UnlockDetail_GroupLevelReward,Unlocked by reaching {0} group rank {1}.,It will be released with {0} glue plank {1}.,1 +Ornament_UnlockDetail_StoryPartReward,Unlocked by viewing
{0}
in story mode.,story
{0}
Will be released by browsing,1 +Ornament_UnlockDetail_MissionReward,Unlocked by completing
{0}
in mission mode.,Mission
{0}
Will be released when achieved,1 +Ornament_PlaceButton,Place,Installation,1 +Ornament_CannnotPlace,Cannot be placed.,Cannot be installed,1 +Ornament_TalkCharacterNameSeparator,x,×,1 +Ornament_TalkUnlockLevel,Unlocked by reaching level {0}.,Level {0} ,1 +Ornament_TeaSetLevelUpConditionLabel,Level Up conditions:,▼ Level up conditions,1 +Ornament_ReplaceDialog_OrnamentType,★{0}★,★ {0} ★,1 +Ornament_EventEffectDetail,{0} when playing {3} of {2}.
({1} outside of applicable live shows.),{0} when playing '{2}' in '{3}'
({1} except for the target live),1 +StaminaCharge_NoChargeItem,*You do not have any LP Candy.,* I do not have an LP candy,1 +StaminaCharge_RecoveryConfirmDialogTitle,Restore LP,LP recovery confirmation,1 +StaminaCharge_RecoveryConfirmDialogMessage,Use the selected item(s) to restore {0} LP?,Do you use the selected item to recover LP {0}?,1 +StaminaCharge_RecoveryConfirmDialogWarningNoItem,*You do not have any items to restore LP.,* We do not have LP recovery items,1 +StaminaCharge_RecoveryConfirmDialogWarningOverLimit1,*You cannot restore LP if your current LP exceeds your maximum LP.,* LP recovery cannot be recovered if the LP is currently exceeding the maximum LP.,1 +StaminaCharge_RecoveryConfirmDialogWarningOverLimit2,*Any LP amount over 999 will be shown as 999+.,"* If the LP exceeds 999, it will be displayed as 999+.",1 +StaminaCharge_Special_Commercial_Code,Display Specified Commercial Transactions Act / Payment Services Act,Display based on the Special Commercial Code/Fund Settlement Law,1 +StaminaCharge_RecoveryFrequency,Restore {0},{0} recovery,1 +StaminaCharge_StaminaLabel,LP,LP,1 +StampTab_DefaultStamp,Default Stickers,Basic stamp,1 +StampTab_RareStamp,Limited-Edition Stickers,Limited stamp,1 +StampTab_HistoryStamp,History,history,1 +StampTab_FavoriteStamp,Favorite,favorite,1 +NotExistsStamp_DefaultStamp,No default stickers available!,Normally there is no stamp!,1 +NotExistsStamp_RareStamp,You do not have any limited-edition stickers.,I do not have a limited stamp,1 +NotExistsStamp_HistoryStamp,No sticker history available.,No stamp history,1 +NotExistsStamp_FavoriteStamp,No stickers have been favorited.,I don't have a favorite stamp,1 +NotExistsStamp_RareStampSub,Limited-edition stickers can be obtained during events and other special occasions.,Limited stamps can be obtained at events etc.,1 +NotExistsStamp_HistoryStampSub,Any stickers you use will be recorded in your sticker history.,"If you use a stamp, the history will be saved",1 +NotExistsStamp_FavoriteStampSub,Favorited stickers can be set on the live show selection screen.,You can set your favorite stamp on the live selection screen,1 +MemberIllustrateList_SelectCharaMessage,★Select a member!★,★ Please select the member ★,1 +MemberCharaTop_CostumeChange,Costume Change,Change of costumes,1 +MemberCharaTop_Profile,Profile,profile,1 +MemberCharaTop_AriaTalk,Mini Story,Ministory,1 +MemberCharaTop_Album,Album,album,1 +LiveSelect_UseStaminaBoost,Live Show w/ {0},Live in {0},1 +LiveSelect_NoneStaminaBoost,Live Show w/ 0,Live at 0,1 +LiveSelect_Note,Please select a method
if you would like to restore LP.,"If you want to recover LP, select the recovery method",1 +LiveSelect_Title,Confirm LP,LP confirmation,1 +LiveSelect_SettingStaminaNum,LP cost,Consumption LP,1 +LiveSelect_HasStaminaNum,Hold,The number of possession,1 +LiveSelect_NoItem,None held,I don't have it,1 +LiveSelect_PenaltyTitle,Access Restricted,Functional restriction,1 +LiveSelect_PenaltyMessage,You have performed inappropriate conduct in a Teamup Live Show.
You are temporarily restricted from playing.
Please wait until the restriction is lifted.,"In today's live, we have confirmed an annoying act for other customers.
We have temporarily restrict the functions
Please wait until it is released.",1 +LiveSelect_PenaltyUnlockTime,Restriction lifted in:,Until the cancellation,1 +LiveSelect_Belonging,Belongings,Holding,1 +LiveSelect_Medal,Love Gems,Labka,1 +LiveSelect_ConsumEventStamina,Use {0} Miracle Stars,Miracle Star consumption {0},1 +LiveSelect_EventTerm,Event Period:,Holding period:,1 +LiveSelect_EventRankingAll,All,whole,1 +LiveSelect_EventRankingGroup,Group,Consolidation,1 +LiveSelect_EventRank,place,Position,1 +LiveSelect_HasEventCandy,Miracle Stars held,Miracle star in possession,1 +LiveSelect_HasEventPick,Held,Possession,1 +LiveSelect_HasEventTicket,Held,Possession,1 +LiveSelect_EventCurrencyCandy,Stickers,Individual,1 +LiveSelect_EventCurrencyPick,Stickers,Individual,1 +LiveSelect_EventCurrencyTicket,Cards,Sheet,1 +LiveSelect_EventAcquisitionCandy,You can get (Dummy)!,(Dummy) Acquired!,1 +LiveSelect_EventAcquisitionPick,You can get (Dummy)!,(Dummy) Acquired!,1 +LiveSelect_EventAcquisitionTicket,You can get (Dummy)!,(Dummy) Acquired!,1 +LiveSelect_EventCandyInfo,← Collect these and play the event live shows!,Gather and play the event live!,1 +LiveSelect_EventPickInfo,Collect (Dummy) and take them to the item exchange!,Collect (dummy) and go to the exchange!,1 +LiveSelect_EventTopPickInfo,Check out the bingo sheet!,Let's check the bingo seat!,1 +LiveSelect_EventTicketInfo,Collect (Dummy) and spin the tombola!,Collect (dummy) and turn around!,1 +LiveSelect_EventTopTicketInfo,Check out co-op missions!,Let's check the cooperation mission!,1 +LiveSelect_TeacherLive,(Dummy) Live Show,(Dummy) Live,1 +LiveSelect_EventTermTitle,Event Period:,Holding period:,1 +LiveSelect_EventResultTermTitle,Result announcement schedule:,Result announcement period:,1 +LiveSelect_EventOpenLabel,Event on now,Event now being held,1 +LiveSelect_EventCloseLabel,Event over,End of event,1 +LiveSelect_EventRemainDay,Event ends in {0} days.,Until the end of the event {0} day,1 +LiveSelect_EventRemainTime,Event ends in {0}:{1:D2}.,Until the end of the event {0}: {1: D2},1 +LiveSelect_EventRankingAggregate,Calculating rankings...,Under the ranking ...,1 +LiveSelect_Aggregate,Calculating,During the aggregation,1 +LiveSelect_NowRankingAgreegating,The rankings are currently being calculated.,Currently under the ranking,1 +LiveSelect_EventRewardGetTime,Reward availability period: {0},Reward receipt period; {0},1 +LiveSelect_EventClose,This event has ended.,The event is over,1 +Migration_TakeOver,Data Transfer,Data transfer,1 +Migration_IssueInfo,The following options allow you to transfer your data when switching to a new mobile device.
This can also be used to prevent losing your data when deleting the app.,The data can be taken over when the model is changed by preparing the following data inherited.,1 +Migration_IssueInfoNote,*Please read the instructions carefully before transferring your data.,* Be sure to check the procedure before taking over,1 +Migration_Details,Data Transfer Details,Inheritance details,1 +Migration_IssueNote,"When transferring your data to a different OS, your Paid Love Gems will be converted to Free Love Gems.
Paid Gems are not affected when transferring to a device with the same OS.","If you take over between different OSs, paid Loveka will be converted to a free Loveka.
In the case of takeover between the OS, it will be taken over as it is.
When taking over to a different OS or different store account, please cancel the Miracle path yourself in advance.
If multiple/duplicate subscription is performed on the Miracle path, the benefits cannot be duplicated.",1 +Migration_IssueNote2,"When performing a data transfer, all existing game data on this device will be deleted, and the game data of the device you are transferring to will be overwritten.
When transferring your data to a different OS, your Paid Love Gems will be converted to Free Love Gems.
Paid Gems are not affected when transferring to a device with the same OS.","When the data is taken over, the game data of the terminal is deleted and the takeover game data is overwritten.
If you take over between different OSs, paid Loveka will be converted to a free Loveka.
In the case of takeover between the OS, it will be taken over as it is.
When taking over to a different OS or different store account, please cancel the Miracle path yourself in advance.
If multiple/duplicate subscription is performed on the Miracle path, the benefits cannot be duplicated.",1 +Migration_Process,Data Transfer Details,Inheritance details,1 +Migration_Setting,Data Transfer Setup,Data transfer settings,1 +Migration_SettingsInfo,Please set a data transfer password.,Please set the password for data transfer,1 +Migration_ID,Data Transfer ID,Handover ID,1 +Migration_Password,Password,password,1 +Migration_PasswordNote,Password must be between 8 and 32 characters.,* 8 characters or less 32 characters or less half -width alphanumeric characters,1 +Migration_DispPassword,Show password,Display the password input,1 +Migration_SettingsButton,Set,Set,1 +Migration_Complete,Data Transfer Setup Complete,Completed inheritance settings,1 +Migration_CompleteInfo,"Data transfer preparations are complete.
After downloading the app on your new device, select Data Transfer from the upper-right menu
of the title screen and enter your Data Transfer ID and password.","Ready to take over the data.
After downloading the app to the tip of the tip, please enter the handover ID and password from 'Data transfer' in the menu at the top right of the title screen.",1 +Migration_IDCopy,Copied,Copy,1 +Migration_CompleteNote,This data is important. Please refrain from sharing it with third parties.
Make sure to save all notes and screenshots.
This password can be changed later.,* Please do not tell a third party because it is an important information
* Please save memos and screenshots
* You can change your password later.,1 +Migration_Migration,Initiate Data Transfer,Data transfer execution,1 +Migration_MigrationInfo,Select the transfer method you have configured.,Please select the settling method,1 +Migration_MigrationInfo2,Enter your Data Transfer ID and password.,Enter your takeover ID and password,1 +Migration_MigrationInfo3,The following options will allow you to transfer your data when switching to a new mobile device.
They can also be used to prevent losing your data when deleting the app.,You can take over the data when you change the model by setting the following handover settings.,1 +Migration_MigrationNote,"When transferring your data to a different OS, your Paid Love Gems will be converted to Free Love Gems.
Paid Gems are not affected when transferring to a device with the same OS."," If you take over between different OSs, a paid Loveka is converted to a free Loveka.
In the case of takeover between the OS, it will be taken over as it is.
When taking over to a different OS or different store account, please cancel the Miracle path yourself in advance.
If multiple/duplicate subscription is performed on the Miracle path, the benefits cannot be duplicated.
",1 +Migration_MigrationNote2,"When performing a data transfer, all existing game data on this device will be deleted, and the game data of the device you are transferring to will be overwritten.
When transferring your data to a different OS, your Paid Love Gems will be converted to Free Love Gems.
Paid Gems are not affected when transferring to a device with the same OS.","When the data is taken over, the game data of the terminal is deleted and the takeover game data is overwritten.
If you take over between different OSs, a paid Loveka is converted to a free Loveka.
In the case of handing over with the OS, it will be taken over as it is.
When taking over to a different OS or different store account, please cancel the Miracle path yourself in advance.
If multiple/duplicate subscription is performed on the Miracle path, the benefits cannot be duplicated.
",1 +Migration_MigrationNoteConfirm,"When performing a data transfer, all existing game data on this device will be deleted, and the game data of the device you are transferring to will be overwritten.
When transferring your data to a different OS, your Paid Love Gems will be converted to Free Love Gems.
Paid Gems are not affected when transferring to a device with the same OS.","When the data is taken over, the game data of the terminal is deleted and the takeover game data is overwritten.
If you take over between different OSs, a paid Loveka is converted to a free Loveka.
In the case of handing over with the OS, it will be taken over as it is.
When taking over to a different OS or different store account, please cancel the Miracle path yourself in advance.
If multiple/duplicate subscription is performed on the Miracle path, the benefits cannot be duplicated.
",1 +Migration_MigrationConfirm,Confirm Content to Transfer,Confirmation of the takeover content,1 +Migration_MigrationData,Transferred Game Data,Game data to take over,1 +Migration_MigrationDeleteData,Current Device Data,Data of the terminal,1 +Migration_UserID,User ID,User ID,1 +Migration_UserName,User Name,username,1 +Migration_Rank,User Rank,User Rank,1 +Migration_ChargeMedal,Paid Love Gems,Paid Loveka,1 +Migration_FreeMedal,Free Love Gems,Free Loveka,1 +Migration_MigrationButton,Transfer Data,Data inherit,1 +Migration_MigrationFinalConfirm,Final Confirmation,final confirmation,1 +Migration_MigrationFinalConfirmInfo,"When performing a data transfer, all existing game data on this device will be deleted,
and the game data of the device you are transferring to will be overwritten.

When transferring your data to a different OS, your Paid Love Gems will be converted to Free Love Gems.
Paid Gems are not affected when transferring to a device with the same OS.
","When the data transfer is implemented, the game data of the terminal is deleted,
The original game data is overwritten

If you take over between different OSs, a paid Loveka will be converted to a free Loveka.
If it is taken over between the OS, it will be taken over as it is.
When taking over to a different OS or a different store account, please cancel the Miracle path yourself in advance.
If multiple/duplication is enrolled in the Miracle path, the benefits cannot be duplicated
",1 +Migration_MigrationFinalConfirmNote,Are you sure you want to initiate the transfer?, Do you really take over? ,1 +MemberList_DialogTitle,Change Your Best Girl,Change of recommended members,1 +MemberList_DialogConfirm,Do you want to change your best girl?,Would you like to change the members?,1 +MemberList_ChangeButton,Yes,yes,1 +MemberList_PhotoBoxButton,Waiting Room,waiting room,1 +MemberList_TypeBonus,Attribute Bonus,Attribute bonus,1 +MemberList_MemberBonus,Member Bonus,Member bonus,1 +MemberList_TypeAndMemberBonus,Attribute & Member Bonus,Attribute / Member Bonus,1 +MemberList_FilteringButton,Filter,Narrow down,1 +MemberList_SortButton,Sort,Sorting,1 +MemberList_ThumbnailSize,Thumbnail Size,Thumbnail size,1 +MemberList_Change,Change,change,1 +MemberList_Small,Small,small,1 +MemberList_Big,Large,Big,1 +MemberList_SizeChangeDialogTitle,Change Thumbnail Size,Changed thumbnail size,1 +MemberList_SizeChangeDialogMessage,Please select your preferred thumbnail size.,Please select your favorite thumbnail size display,1 +Option_ResetToDefaultButton,Default,Default configuration,1 +Option_LiveScreenPreview,Live Show Screen Preview,Live screen preview,1 +Option_Live_Title,Live Show Options,Live settings,1 +Option_Live_ConfirmBeforeLive,Confirm Pre-Live Show Options,Optional confirmation display before live,1 +Option_Live_RhythmIconSpeed_Title,Rhythm Icon Speed,Speed ​​of rhythm icon,1 +Option_Live_RhythmIconSize_Title,Rhythm Icon Size,The size of the rhythm icon,1 +Option_Live_LaneLength,Rhythm Icon Position,Position of rhythm icon,1 +Option_Live_ComboPosition,Combo Display Position,COMBO display position,1 +Option_Live_InputResultPosition,Judgment Display Position,Position of judgment display,1 +Option_Live_SkillEffectTextView,Show Skill Effect,Display of skill effects,1 +Option_Live_CenterIcon,Downsize Center Icon,Small central icon,1 +Option_Live_PositonCenter,Center,Center,1 +Option_Live_PosiionUpper,Top,Upper part,1 +Option_Live_BluetoothConnectionState_Title,Bluetooth™,Bluetooth ™,1 +Option_Live_BluetoothConnectionState_On,Connected,connecting,1 +Option_Live_BluetoothConnectionState_Off,Disconnected,disconnected,1 +Option_Live_TapTiming_Title,Judgment Timing Adjustment,Judgment adjustment,1 +Option_Live_TapTiming_Left_Title,Left Side of Screen,The left side of the screen,1 +Option_Live_TapTiming_Right_Title,Right Side of Screen,Right side of the screen,1 +Option_Live_TapTiming_Center_Title,Center Icons,Central icon,1 +Option_Live_TapTiming_Left_Button,Sync with Left Side,Match to the left,1 +Option_Live_TapTiming_Right_Button,Sync with Right Side,Match to the right,1 +Option_Live_TapTiming_Normal_Title,Normal Timing,Normal time,1 +Option_Live_TapTiming_Bluetooth_Title,Bluetooth™ Connection Timing,When connecting to Bluetooth ™,1 +Option_Live_TapTiming_Button,Tapping Adjustment,Tap adjustment,1 +Option_Live_TapTiming_TestLive,Live Show Test,Test live,1 +Option_Live_LongPressLineDepth_Title,Long Press Line Opacity,Long press line depth,1 +Option_Live_SameTimePressLine_Title,Display Simultaneous Presses,Display of simultaneous pressing line,1 +Option_Live_SliderSameTimePressLine_Title,Display Swing Icon Simultaneous Presses,Display of simultaneous pushing line of swing icon,1 +Option_Live_Skill_Effect_Title,Show Skill Cut-Ins,Special skill cut -in,1 +Option_Live_TapTiming_Effect_Title,Show Timing Notes,Timing display,1 +Option_Live_RhythmIconMovePos_Title,Rhythm Icon Deceleration,Rhythm icon deceleration,1 +Option_Live_RhythmIconMovePos_Type1,Decelerate at end,Finally deceleration,1 +Option_Live_RhythmIconMovePos_Type2,Decelerate at start,First deceleration,1 +Option_Live_ComboUITransparent_Type3,No deceleration,Constant velocity,1 +Option_Live_ComboTransparent,Combo Display Opacity,Combo display darkness,1 +Option_Live_ComboSize,Combo Display Size,The size of the combo display,1 +Option_Live_InputResultTransparent,Judgment Display Opacity,Density of judgment display,1 +Option_Live_InputResultSize,Judgment Display Size,The size of the judgment display,1 +Option_Live_RhythmIconPos,Rhythm Icon Height,The height of the rhythm icon,1 +Option_Live_RhythmIconStartPos,Center Icon Height,The height of the central icon,1 +Option_Live_FpsSetting,Live Show FPS,Live FPS,1 +Option_Live_Mirror_Title,Mirror Position of Notes,Inverted notes,1 +Option_Live_LaneEffect_Title,Lane Effects,Lane effect,1 +Option_Live_FillsUpLivePosition_Title,Additional Member Participation,Participated in additional members,1 +Option_Live_Bluetooth_Caution,Please connect Bluetooth™ peripherals
via your device settings.,"To connect to Bluetooth ™ devices, please follow the settings of each terminal.",1 +Option_Live_Movie_Disp,Live Show Videos,Live video,1 +Option_Live_Movie_Brightness,Live Show Video Brightness,Live video brightness,1 +Option_Live_Movie_Caution,The default setting is [ON].,The default is [ON],1 +Option_LiveSkin_Title,Live Show Icon Settings,Live icon setting,1 +Option_LiveSkin_Lane_Title,Lane & Tap Line,Lane tap line,1 +Option_LiveSkin_LaneBrightness_Title,Lane Brightness,Lane brightness,1 +Option_LiveSkin_TapEffect_Title,Tap Effects,Tap effect,1 +Option_LiveSkin_RhythmIcon_Title,Note Appearance,Notes design,1 +Option_LiveSkin_SE_Title,Tap Sounds,Tapping sound,1 +Option_LiveSkin_SE_TapButton,Tap Sound Test,Tap sound test,1 +Option_LiveSkin_SE_FlickButton,Click Sound Test,Flick sound test,1 +Option_LiveProduction_Title,Volume Settings,Volume setting,1 +Option_LiveProduction_Production_Title,Live Show Visuals,Live production,1 +Option_LiveProduction_ActionMode_Title,Action Mode,action mode,1 +Option_LiveProduction_ActionMode_Regular,Normal,standard,1 +Option_LiveProduction_LiveEffect,Live Show Effects,Live effect,1 +Option_LiveProduction_ActionMode_Light,Lower quality,lightweight,1 +Option_LiveProduction_ActionMode_Full,High quality,high quality,1 +Option_LiveProduction_LiveMonitor,Live Show Monitor,Live monitor,1 +Option_LiveProduction_TapEffectSize,Tap Effect Size,Tap effect size,1 +Option_LiveProduction_MemberCutIn_Title,(Dummy),(dummy),1 +Option_LiveProduction_ShowSkillEffect_Title,Show Skill Effect,Special skill effect display,1 +Option_LiveProduction_PlayClimaxMovie_Title,(Dummy) Cutscene,(Dummy) Direction,1 +Option_LiveProduction_Volume_Title,Live Show Volume,Live volume,1 +Option_LiveProduction_Volume_Music,Song,Music,1 +Option_LiveProduction_Volume_SE,Sounds,SE,1 +Option_LiveProduction_Volume_Tap,Taps,Manipulation noise,1 +Option_LiveProduction_Volume_Voice,Voices,voice,1 +Option_Volume_Title,Volume Settings,Volume setting,1 +Option_Volume_LiveSettings,Live Show Volume Settings,Live volume setting,1 +Option_Volume_MusicVolume,Song volume,Volume of music,1 +Option_Volume_SEVolume,Effects volume,Sound effects,1 +Option_Volume_OtherSettings,Other Volume Settings,Other volume setting,1 +Option_Volume_BGMVolume,BGM Volume,BGM volume,1 +Option_System_Title,System Settings,System setting,1 +Option_System_Volume_Title,System Volume,System volume,1 +Option_System_Volume_BGM,Song volume,Volume of music,1 +Option_System_Volume_SE,Effects volume,Sound effects,1 +Option_System_Volume_Voice,Voices,voice,1 +Option_System_Download_Title,Download,download,1 +Option_System_Download_Button,Download
Preload,Prior
Download,1 +Option_System_Download_LiveMember,Member cutscenes for live shows,Directed by members during the live,1 +Option_System_Notification_Title,Notification Settings,Notification settings,1 +Option_System_Notification_Stamina_Full,Full LP,Full recovery,1 +Option_System_Notification_Midnight,Late night notifications,Midnight band notification,1 +Option_System_Notification_Detail,"Please note that if notifications are turned off in your device settings, you will not receive any notifications from the app.
Late night hours are between 12:00 am and 5:59 am.","Please note that if the notification is turned off by setting the terminal, the application will not be notified.",1 +Option_System_Alert_Title,Alert Settings,Alert setting,1 +Option_System_Alert_UseTooMuch,Spending alerts,Used alert,1 +Option_System_Alert_Detail,"*A confirmation screen will pop up when monthly usage exceeds ¥100,000.","* The confirmation screen will be displayed when the monthly usage exceeds 100,000 yen.",1 +Option_System_Others_Title,Other Settings,Other settings,1 +Option_System_FixScreenDirection,Fix screen orientation,Fix screen rotation,1 +Option_System_StaminaConfirm,Confirm when LP is low,LP deficiency confirmation,1 +Option_System_AutoBurstConfirm,Confirm when Skip Tickets are low,Skip ticket shortage confirmation,1 +Option_System_BatteryConfirm,Low battery warnings,Battery warning,1 +Option_System_BluetoothConfirm,Check Bluetooth™ connections,Bluetooth ™ connection confirmation,1 +Option_System_HomeSceneMoviePlay,Show Home Screen animation,Home screen video production,1 +Option_System_IgnoreGachaUrEffect,Skip all but UR animations,Only UR does not skip the production,1 +Option_System_Live2D_Character_Title,Profile member,Display member,1 +Option_System_Live2D_Character_UseRecommend,Best Girl,Ichi recommended member,1 +Option_System_Live2D_Character_UseDeck,Group members,Group member,1 +Option_System_Live2D_Character_Detail,*The profile member will be updated once the screen changes.,* The display members will be updated when the screen is switched.,1 +PresentBox_Scroll_AcquiredDateTimeLabel,Date and time received,Acquisition date and time,1 +PresentBox_Scroll_ReceivedDateTimeLabel,Date and time claimed,Date and time,1 +PresentBox_Scroll_ExpireDateTimeLabel,Claim by,Deadline for receipt,1 +PresentBox_Tab_Receivable,Unclaimed,Unconcerned,1 +PresentBox_Tab_Received,Claiming history,Reception history,1 +PresentBox_Title,Present Box,present,1 +PresentBox_MainTitle,List of Presents,Present list,1 +PresentBox_SubTitle,Present Box,present,1 +PresentBox_Receive,Claim,receive,1 +PresentBox_AllReceive,Claim All,Collective receipt,1 +PresentBox_EmptyReceivable,You have no presents.,There is no present to display,1 +PresentBox_EmptyReceived,You have no presents.,There is no present to display,1 +PrivateEnter_Title,Search Live Shows,Live search,1 +PrivateEnter_ConfirmTitle,Joining a Live Show,Live participation confirmation,1 +PrivateEnter_Message,*Enter the 6 digit Live Show ID,* Please enter a 6 -digit live ID,1 +PrivateEnter_RoomID,Live Show ID,Live ID,1 +PrivateEnter_EnterButton,Join,Participation,1 +PrivateEnter_SearchButton,Search,search,1 +PrivateEnter_ConfirmRoom,Teamup Live Show {0},Kyoroku Live {0},1 +PrivateEnter_ConfirmEventRoom,Event (Dummy) Live Show,Event (dummy) live,1 +PrivateEnter_ConfirmRoomID,Room ID {0},ROOMID {0},1 +PrivateEnter_ConfirmJoinMessage,A live show with the corresponding ID was found
Join in on the live show?,I found a live performance with a live ID
Would you like to participate in the live?,1 +PrivateEnter_ConfirmJoinNotConditionMessage,You don't meet the requirements for this live show.

Requirements for joining this live show:
{0},It does not meet the participation conditions of this live

Live participation conditions
{0},1 +PrivateEnter_ConfirmJoinNotTotalPowerMessage,Your group power is too low to participate.,I can't participate because I lack overall power,1 +PrivateEnter_ConfirmUserName,User Name,username,1 +PrivateCreate_Title,Create Live Show,Live performance,1 +PrivateCreate_RoomCompleteTitle,New Live Show Created,Live creation completed,1 +PrivateCreate_Message,Type up to {0} characters!,Enter the maximum {0} character!,1 +PrivateCreate_RoomTypeTitle,Live Show Rewards,Live reward,1 +PrivateCreate_RoomTypeNormal,Normal,usually,1 +PrivateCreate_RoomTypeSpecial,Day of the Week,day of week,1 +PrivateCreate_RoomConditionTitle,Live Show Name,Live name,1 +PrivateCreate_RoomConditionFree,FREE PASS,Free pass,1 +PrivateCreate_RoomConditionBasic,BASIC PASS,Basic Pass,1 +PrivateCreate_RoomConditionElite,ELITE PASS,Elite pass,1 +PrivateCreate_RoomConditionMaster,MASTER PASS,Master Pass,1 +PrivateCreate_RoomIDTitle,Live Show ID,Live ID,1 +PrivateCreate_CommentTitle,Comment,One comment,1 +PrivateCreate_CommentInput,*Comment must be 10 characters or less.,* Please enter within 10 characters,1 +PrivateCreate_IDCopyButton,Copy ID,Copy your ID,1 +PrivateCreate_CreateButton,Create,create,1 +PrivateCreate_EnterButton,Join,Participation,1 +PrivateCreate_RoomIdCopy,Live show ID has been copied.,I copied the live ID,1 +PrivateCreate_ConfirmMessage,New live show created.
Join the live show?,Created a live
Do you want to participate in the live?,1 +FriendInviteReceive_Title,Friend Invitations,Invitation to friends,1 +FriendInviteReceive_Check,Checking for friend invitations...,I'm checking my friend invitation ...,1 +FriendInviteReceive_NotMessage,You do not currently have any Teamup Live Show friend invitations.
You can invite friends by creating a private live show.,"Currently, there is no invitation to a live show
You can invite friends by creating a private live.",1 +FriendInviteSend_Title,Friend Invitations,Invitation to friends,1 +FriendInviteReceive_SubTitle,A friend has invited you to a Teamup Live Show.
Choose a live show to join.,I am invited to live a live show from my friends
Please select the live you want to participate,1 +FriendInviteSend_Message,Send an invitation to all your friends?,Would you like to send an invitation to all your friends?,1 +FriendInviteSend_CheckMessage,Send to favorite friends only.,Send only to your favorite friends,1 +DeckTop_DeckEditTag,Unit
Formation,Unit
Organization,1 +DeckTop_CostumeTag,Costume Change,Change of costumes,1 +DeckTop_PracticeTag,Lesson,lesson,1 +DeckTop_SkillPracticeTag,Skill
Lesson,Skill
Lesson,1 +DeckTop_TrainingTag,Idolize,Awakening,1 +DeckTop_MemberListTag,Member
List,List
,1 +DeckTop_ExchangeTag,Item Exchange,Exchange,1 +DeckTop_CharacterIllustrateTag,Member Reference Book,Member picture book,1 +DeckCharaSelect_LeaderChangeButton,Set as Leader,Leader setting,1 +DeckCharaSelect_ParamNothing,---,---,1 +DeckCharaSelect_SubDeckNoSkill,Skills of sub-unit members remain inactive,Subunit members do not activate their skills,1 +SortDialog_Title,Rearrange Members,Sorting,1 +SortDialog_FilteringTitle,Filter,Narrow down,1 +SortDialog_SortTitle,Sort,Sorting,1 +SortDialog_DefaultButton,Clear all,All cancellation,1 +SortDialog_AllSelectButton,Select All,Select all,1 +SortDialog_AllReleaseButton,Clear all,All cancellation,1 +SortDialog_LiveSkillWord,Skill,Special skill,1 +SortDialog_LiveSkillScoreUp,Score Up,Score -up,1 +SortDialog_LiveSkillConditionalScoreUp,Special
Score Up,Conditional
Score -up,1 +SortDialog_LiveSkillScoreUpAndLifeHeal,HP Heal
with Score Up,With score improvement
Physical strength recovery,1 +SortDialog_LiveSkillScoreUpAndResultUp,Judgment Boost
with Score Up,With score improvement
Judgment enhancement,1 +SortDialog_LiveSkillPowerHeal,HP Heal,Recovery of physical strength,1 +SortDialog_LiveSkillEnhance,Judgment Boost,Strengthening of the decision,1 +SortDialog_LiveSkillOther,Other,others,1 +SortDialog_LiveSkillConditionalOnlyScoreUp,Score Up
Special Conditions Only,Only specific conditions
Score -up,1 +SortDialog_LiveSkillEnergyConditionalLifeHealScoreUp,Score Up or Heal
Based on HP,Physical strength conditions
Score -up or recovery,1 +SortDialog_FilterGroup,Group,group,1 +SortDialog_FilterType,Attribute,attribute,1 +SortDialog_FilterAwakening,Idolize,Awakening,1 +SortDialog_AwakeningAll,All,all,1 +SortDialog_Awakened,Idolized,Awakened,1 +SortDialog_Unawakened,Not Idolized,Unconventional,1 +SortDialog_PassiveSkillWord,Passive Skill,Passive skill,1 +SortDialog_PassiveSkillEffectWord,Effect target,Effect,1 +SortDialog_PassiveSkillEffectPart,Instrument,Instrument in charge,1 +SortDialog_PassiveSkillEffectPartRole,Part,Part -time job,1 +SortDialog_PassiveSkillEffectPartAndPartRole,Both,both,1 +SortDialog_PassiveSkillPartWord,~Effect target instrument~,◆ Effective instrument part ◆,1 +SortDialog_PassiveSkillSuitWord,~Effect target member attribute~,◆ Effect target department attribute ◆,1 +SortDialog_PassiveSkillMatchBothWord,~Multiple conditions~,◆ Complex conditions ◆,1 +SortDialog_PassiveSkillSubPartWord,~Others~,◆ Others ◆,1 +SortDialog_PassiveSkillSubPartWordPowerUp,Start with HP Up,Initial physical fitness up,1 +SortDialog_EpisodeReadAll,All,all,1 +SortDialog_EpisodeReadNotEpisode,Unread Story,Unread story,1 +SortDialog_EpisodeReadNotSpecialEpisode,Unread
Special Story,Special
Story unread,1 +SortDialog_SortAllStatus,Group Power,Comprehensive force,1 +SortDialog_SortSoul,Smile,Smile,1 +SortDialog_SortTechnic,Pure,pure,1 +SortDialog_SortAppeal,Cool,cool,1 +SortDialog_SortUnlock,Order obtained,Obtaining procedure,1 +SortDialog_SortRarity,Rarity,Rarity,1 +SortDialog_SortLevel,Level,level,1 +SortDialog_SortSkillLevel,Skill Level,Special skill level,1 +SortDialog_SortSkill,Skill Order,Special skill order,1 +SortDialog_SortMember,Members,member,1 +SortDialog_SortFavorite,Favorite,favorite,1 +SortDialog_SortHp,HP,HP,1 +SortDialog_Kizuna,Bond,Kizuna,1 +SortDialog_EventPtBonus,Event Point Bonus,Event PT bonus,1 +SortDialog_TypeAll,Applicable to all,All targets,1 +SortDialog_PassiveSkillMatchBothAnd,Effective when both instrument and attribute are the same,Effective when both musical instrument parts and attributes match,1 +SortDialog_PassiveSkillMatchBothOr,Effective when instrument or attribute are the same,Effective when either musical instrument part or attribute matches,1 +CostumeSelectPortrait_Top,Tap the screen to
exit fullscreen mode.,Tap this screen
The full screen mode will be released.,1 +CostumeSelectPortrait_Selected,Selected,choosing,1 +LocalNotification_Title,SIF2,Sukufes 2,1 +LocalNotification_Ticker,LP has been fully restored!,LP has been fully recovered,1 +LocalNotification_Message,LP has been fully restored!,LP has been fully recovered,1 +LocalNotification_Description,Notifications,notification,1 +LiveDownload_State_Downloading,Now Loading...,Now Loading ...,1 +LiveDownload_State_Complete,Ready!,Ready!,1 +LiveScene_Dialog_ContinueTitle,Resume,Resume live,1 +LiveScene_Dialog_ContinueMessage,Use {0} Love Gems to fully recover HP and resume the live show?,Do you want to {0} of Loveka and restart the live to restart the HP?,1 +LiveScene_Dialog_ContinueGemShortageTitle,Not Enough Love Gems,Loveka shortage,1 +LiveScene_Dialog_ContinueGemShortageMessage,You do not have enough Love Gems
Unable to resume the live show.,I can't resume the live because there is a shortage of Loveka,1 +LiveScene_Dialog_FailureTitle,Live Show Failed,Live failure,1 +LiveScene_Dialog_FailureMessage,You have run out of HP.

You can use {0} Love Gems to fully recover your HP and resume the live show.,"The HP has disappeared

By consuming Loveka {0} individual , you can recover and restart HP.",1 +LiveScene_Dialog_FailureMessage_EventSpirit,You have run out of HP.

You can use {0} Love Gems to fully recover your HP and resume the live show.,"The HP has disappeared

By consuming Loveka {0} individual , you can recover and restart HP.",1 +LiveScene_Dialog_PauseTitle,Pause,pause,1 +LiveScene_Dialog_PauseMessage,Quit the live show and return to the song select screen?

*LP will not be consumed if you quit.,Will you end the live and return to the song selection?
* LP is not consumed if it ends ,1 +LiveScene_Dialog_PauseMessage_EventChallenge,Quit the live show and return to the song select screen?

*Miracle Stars will not be consumed if you quit.,Will you end the live and return to the song selection?

* Miracle Star is not consumed when finished ,1 +LiveScene_Dialog_PauseMessage_CannotRetire,,#VALUE!,1 +LiveScene_Dialog_RetireConfirmTitle,Quit,End the live,1 +LiveScene_Dialog_RetireConfirmMessage,You will not receive rewards if you quit.
Return to the live show and continue playing?

*LP will not be consumed if you quit.,"When you end the live, you will not be able to get a reward.
Do you want to go back to the live and continue playing?
* LP is not consumed if it ends ",1 +LiveScene_Dialog_RetireConfirmMessage_EventChallenge,You will not receive rewards if you quit.
Return to the live show and continue playing?

*Miracle Stars will not be consumed if you quit.,"When you end the live, you will not be able to get a reward.
Do you want to go back to the live and continue playing?

* Miracle Star does not consume ",1 +LiveScene_Dialog_SuspendButton,Quit,,1 +LiveScene_Dialog_CancelButton,Cancel,,1 +LiveScene_Dialog_ReheasalRetryConfirmMessage,Quit the live show and restart from the beginning?,Do you want to start the live and start over from the beginning?,1 +LiveScene_Dialog_ReheasalRetireConfirmMessage,Quit live show and return to the song select screen?,Will you end the live and return to the song selection?,1 +LiveScene_MultiWaitOtherPlayerLoading,Members are getting ready...,Members are preparing ...,1 +LiveScene_MultiWaitOtherPlayerPlaying,Members are in a live show...,Members live ...,1 +LiveScene_MultiUserIntroduction_Vs,Play live show with this player,Live with this player,1 +LiveScene_MultiUserIntroduction_EventHomework,Play live show with this player,Live with this player,1 +LiveScene_SkillBoard_Trigger,Skill activated,Special skill activation,1 +LiveScene_VoltageGaugeLv1,(Dummy) LV 1,(Dummy) Lv 1,1 +LiveScene_VoltageGaugeLv2,(Dummy) LV 2,(Dummy) Lv 2,1 +LiveScene_VoltageGaugeLv3,(Dummy) LV 3,(Dummy) Lv 3,1 +LiveScene_VoltageGaugeLv4,(Dummy) LV 4,(Dummy) Lv 4,1 +LiveScene_VoltageGaugeLvMax_ClimaxReady,Preparing Surge Time,Climax time preparing,1 +LiveScene_VoltageGaugeLvMax_ClimaxPlaying,It's SURGE Time!!!,CLIMAX time is activating! !,1 +LiveScene_VoltageGaugeLvMax_ClimaxEnd,SURGE Time Has Ended,Climax time is over,1 +LiveScene_VoltageGaugeLvMax_ClimaxPerfect,PERFECT SURGE!!!,Climax Perfect! !,1 +LiveScene_AutoPlayComment,High score will be reflected on autoplay.,"Since it is an auto play, a high score is applied",1 +LiveScene_Dialog_RestartConfirmTitle,Restart Song,Remove from the beginning,1 +LiveScene_Dialog_RestartConfirmMessage,Quit the live show and restart from the beginning?

*LP will not be consumed if you quit.,Do you finish the live and start over from the beginning?

* LP does not consume ,1 +LiveScene_Dialog_RestartConfirmMessage_EventSpirit,Quit the live show and restart from the beginning?

*Miracle Stars will not be consumed if you quit.

,Do you finish the live and start over from the beginning?
* Miracle star does not consume


,1 +LiveScene_Dialog_ContinueSpiritShortageTitle,Not enough Miracle Stars.,Miracle star shortage,1 +LiveScene_Dialog_ContinueSpiritShortageMessage,You do not have enough Miracle Stars.

Miracle Stars can be obtained
by playing standard songs.

,Miracle Star is lacking

Miracle Star can be acquired by playing normal songs

,1 +CooperationLive_BlueText,{0}, {0} ,1 +CooperationLive_GreenText,{0}, {0} ,1 +CooperationLive_PurpleText,{0}, {0} ,1 +CooperationLive_RedText,{0}, {0} ,1 +CooperationLive_OrangeText,{0}, {0} ,1 +CooperationLive_RoomRestriction,Live Show Restrictions,Live restriction,1 +CooperationLive_NormalRoom,Normal,usually,1 +CooperationLive_SpecialRoom,Day of the Week,day of week,1 +CooperationLive_EventRoom,Events,event,1 +Notice_DialogTitle,Song added!,Added songs!,1 +Notice_DialogSchool,(Dummy),(dummy),1 +Notice_DialogWordsDefault,Lyrics:,Lyrics:,1 +Notice_DialogCompositionDefault,Composition:,Composition:,1 +Notice_DialogArrangerDefault,Arrangement:,Arrangement:,1 +MultiConfirm_EasyColorText,{0}, {0} ,1 +MultiConfirm_NormalColorText,{0}, {0} ,1 +MultiConfirm_HardColorText,{0}, {0} ,1 +MultiConfirm_ExpertColorText,{0}, {0} ,1 +MusicDetail_DialogTitle,Song Details,Music details,1 +MusicDetail_RecievedLabel,Obtained,Already acquired,1 +MusicDetail_RemainLabel,{0}x remaining,And {0} times,1 +MusicDetail_FirstLabel,First clear,First reward,1 +MusicDetail_ClearReward,Guaranteed clear reward,Confirmed clear reward,1 +MusicDetail_RandomReward,Random clear reward,Random clear reward,1 +MusicDetail_DetailTab,Song Details,Music information,1 +MusicDetail_RewardTab,Clear Rewards,Achievement reward,1 +MusicDetail_Reference,Source: {0},Source: {0},1 +MusicSelect_HighScore,High score,High score,1 +MusicSelect_MyRankingHighScore,Your
(Dummy),Your
(dummy),1 +MusicSelect_NoAnyDifficulty,{0} difficulty is not available for this song. Selecting another song.,"Since there is no difficulty of {0} in the selected song, select other songs",1 +MusicSelect_ClearRamp,Clear status,Clear status,1 +MusicSelect_TeacherPoint,High score rate,High -core rate,1 +MusicSelect_TeacherPointSum,Total high score rate,Comprehensive high -core rate,1 +MusicSelect_CategoryButton,Genre,Genre,1 +MusicSelect_SortButton,Filter,Narrow down,1 +MusicSelect_ClearBonusButton,Clear Rewards,Achievement reward,1 +MusicSelect_RandomButton,Auto,Random,1 +MusicSelect_SortApplyDataBar,Applied,During the application,1 +MusicSelect_ObtainTypeShopMessage,Purchase from the Song Shop,Buy at the music shop,1 +MusicSelect_ObtainTypeShopButton,Song Shop,To the music shop,1 +MusicSelect_ObtainTypeMissionMessage,"Complete
mission
""{0}""",Achieve mission
'{0}'
,1 +MusicSelect_ObtainTypeMissionButton,Missions,To the mission,1 +MusicSelect_ObtainTypeStoryMessage,"Reward for viewing
main story
""{0}""",Main story
'{0}'
browsing reward,1 +MusicSelect_ObtainTypeStoryButton,Story,To the story,1 +MusicSelect_ObtainTypePlayerRankMessage,Reach rank {0}.,Set the rank to {0},1 +MusicSelect_ObtainTypeNoneMessage,Unlock conditions have not been set.,Liberation conditions are not set,1 +MusicSelect_ObtainTypeNoneButton,Undefined,undefined,1 +MusicSelect_UnlockTitle,Unlock Conditions,Release condition,1 +MusicSelect_SortDialogTitle,Sort,Sorting,1 +MusicSelect_RefineDialogTitle,Filter,Narrow down,1 +MusicSelect_FilterCategoryTitle,Genre,Genre,1 +MusicSelect_FilterOtherTitle,Other,others,1 +MusicSelect_SortTitle,Sorting Order,Sort order,1 +MusicSelect_FilterCategoryAll,All,all,1 +MusicSelect_FilterCategoryCharacterSong,(Dummy),(dummy),1 +MusicSelect_FilterCategoryCoupling,(Dummy),(dummy),1 +MusicSelect_FilterCategorySongWithinPlay,(Dummy),(dummy),1 +MusicSelect_FilterCategoryOther,Other,others,1 +MusicSelect_FilteRefineNone,None specified,unspecified,1 +MusicSelect_FilterRefineFavorite,Favorite,favorite,1 +MusicSelect_FilterRefineNotClear,Not cleared,Uncontrolled,1 +MusicSelect_FilterRefineNotScoreSS,SS Rank not obt.,Not score rank SS,1 +MusicSelect_FilterRefineNotFullCombo,Full Combo not obt.,Non -full combo,1 +MusicSelect_FilterRefineNotAllPerfect,All PERFECT not obt.,Not all perfect,1 +MusicSelect_SortDefault,Default,Default,1 +MusicSelect_SortMusicName,Order by song title,Song name order,1 +MusicSelect_SortReleaseTime,Order by release,Order of distribution,1 +MusicSelect_SortMusicLevel,Order by level,Level order,1 +MusicSelect_SortHighScore,Order by high score,High score order,1 +MusicSelect_Ranking,Ranking,Ranking,1 +MusicSelect_AllTab,All,all,1 +MusicSelect_NoClearRate,--:--%,-:-%,1 +MusicRanking_Score,SCORE,Score,1 +MusicRanking_Rank,RANK,Rank,1 +MusicRecommend_RecommendList,Recommended,Recommended list,1 +MusicRecommend_RecommendListCancel,Close Recommend,Recommended list cancellation,1 +MusicRecommend_UseThisList,Use This List,Use this list,1 +MusicFilterAutoSort_DialogTitle,Auto Sort,Omakase song selection,1 +MusicFilterAutoSort_Random,Random,random,1 +MusicFilterAutoSort_NonPlay,Not played,A song that I haven't played yet,1 +MusicFilterAutoSort_RecentPlay,Recently played,The song I played recently,1 +MusicFilterAutoSort_RecentRelease,Recently released,Recently distributed songs,1 +MusicGoal_DialogTitle,Song Goals,Music goal,1 +MusicGoal_ScoreLabel,SCORE |,Score |,1 +MusicGoal_HighScore,HIGH SCORE,High score,1 +MusicGoal_ComboLabel,COMBO |,Combo |,1 +MusicGoal_Combo,COMBO,Combo,1 +MusicGoal_MaxCombo,MAX COMBO,Max Combo,1 +MusicGoal_FullComboLabel,FULL COMBO |,Full Combo |,1 +MusicGoal_ClearLabel,CLEAR |,Clear |,1 +MusicGoal_ClearCount,Clear Count,Number of clears,1 +MusicGoal_Count,times,times,1 +MusicGoal_Achievement,Achieved,Achievement,1 +MusicGoal_AchievementRate,Clear rate
for all players,All players
Clear rate,1 +MusicGoal_Percent,%,%,1 +MusicGoal_HighOrder,Top Rankings,Top position,1 +MusicGoal_UnPlayed,Unplayed,Not played,1 +CooperationLive_TotalPower,Main Unit's Group Power:,Overall power of the main unit:,1 +CooperationLive_NormaType,Normal,usually,1 +CooperationLive_SpecialType,Day of the Week,day of week,1 +CooperationLive_StampSettingButton,Sticker Settings,Stamp settings,1 +CooperationLive_PrivateButton,Private,private,1 +CooperationLive_FriendsInviteButton,Friend Invitations,Invitation to friends,1 +CooperationLive_DeckEditButton,Unit Formation,Unit formation,1 +CooperationLive_InviteIcon,!,!,1 +CooperationLive_MatchingDialogTitle,Matching,During matching,1 +CooperationLive_MatchingDialogMessage,Searching live shows...,I'm searching for live,1 +CooperationLive_CreateRoomDialogTitle,Creating Live Show,Under live performance,1 +CooperationLive_CreateRoomDialogMessage,Creating live show...,I am creating a live performance,1 +CooperationLive_MatchingDialogAnnotation,*This may take some time during busy periods.,* It may take time when crowded,1 +CooperationLive_PrivateSelectDialogTitle,Private Live Show,Private live,1 +CooperationLive_PrivateSelectDialogEnterMessage,Enter a live show ID
and join.,Enter the live ID and enter the room,1 +CooperationLive_PrivateSelectDialogEnterButton,Join,Entering the room,1 +CooperationLive_PrivateSelectDialogCreateMessage,Set the requirements
to create a live show.,Create a live performance by specifying the conditions,1 +CooperationLive_PrivateSelectDialogCreateButton,Create,create,1 +CooperationLive_RoomTypeRewardInfo,{0} Up!,{0} Up!,1 +CooperationLive_RoomTypeRewardWeekMonday,Monday only,Monday only,1 +CooperationLive_RoomTypeRewardWeekTuesday,Tuesday only,Tuesday only,1 +CooperationLive_RoomTypeRewardWeekWednesday,Wednesday only,Wednesday only,1 +CooperationLive_RoomTypeRewardWeekThursday,Thursday only,Thursday only,1 +CooperationLive_RoomTypeRewardWeekFriday,Friday only,Limited to Friday,1 +CooperationLive_RoomTypeRewardWeekSaturday,Saturday only,Saturday only,1 +CooperationLive_RoomTypeRewardWeekSunday,Sunday only,Sunday only,1 +FriendInviteItem_RoomCreater,User Name,username,1 +FriendInviteItem_RoomType,Live Show Attribute,Live attribute,1 +FriendInviteItem_RoomCondition,Live Show Restrictions,Live restriction,1 +FriendInviteItem_RoomComment,Comment,One comment,1 +FriendInviteItem_RoomName,Live Show Name,Live name,1 +FriendInviteItem_RoomReward,Live Show Rewards,Live reward,1 +FriendInviteItem_RoomSessionID,Live Show ID,Live ID,1 +FriendInviteItem_JoinButton,Join,Entering the room,1 +LiveMatching_PrivateRoomTitle,ID:,ID:,1 +LiveMatching_RoomConditionTitle,Live Show Name:,Live name:,1 +LiveMatching_RoomTypeInfoTitle,Live Show Rewards:,Live Reward:,1 +LiveMatching_PlayerTitle,{0}P,{0} p,1 +LiveMatching_Support,Support,support,1 +LiveMatching_WaitMessage,Matching... Please wait for all members to arrive.,During matching ... Please wait until the members are together,1 +LiveMatching_WaitMessageInfo,*Live shows can be started with 2 or more players.,* Live can be started with 2 or more people,1 +LiveMatching_RoomTypeNormal,Normal,usually,1 +LiveMatching_RoomTypeEvent,Day of the Week,day of week,1 +LiveMatching_MatchedMessage,Members chosen! Please select a song.,Member decision! I will move to the song selection,1 +LiveMatching_RoomOpenButton,Open Live Show,Live release,1 +LiveMatching_InviteFriendButton,Friend Invitations,Invitation to friends,1 +LiveMatching_DecideButton,Select Members,Members confirmed,1 +MatchingPlayer_Wait,Waiting...,Recruitment ...,1 +LoginBonus_HoldingPeriod,Event Period:,Holding period:,1 +LoginBouns_Season,{0} {1} ~ {2} {3},{0} {1} ~ {2} {3},1 +LoginBouns_Days,Day {0},{0} Day,1 +LoginBouns_EventBonusValue, +{0}, +{0},1 +MultiConfirm_LevelLabel,Song Level,Song level,1 +MultiConfirm_OptionButton,Settings,various settings,1 +MultiConfirm_HealthyBoostButton,LP Settings,LP setting,1 +MultiConfirm_StartButton,Ready,Ready,1 +MultiConfirm_Waiting,Waiting,Waiting,1 +CooperationLiveInfo_Title,Live Show Rewards,Live reward,1 +CooperationLiveInfo_MessageFormat,{0}

{1}

{2},{0}

{1}

{2},1 +CooperationLiveInfo_Message1,"Particular rewards for specific days are easier to obtain
in ""Day of the Week"" live shows.
*""Normal"" live shows give standard rewards. ","In the 'day of the week' live, it will be easier to get a fixed reward for each day of the week
* 'Normal' live will be a normal reward.",1 +CooperationLiveInfo_Message2,Monday {0}
Tuesday {1}
Wednesday {2}
Thursday {3}
Friday {4}
Saturday {5}
Sunday {6},Month {0}
Tuesday {1}
Water {2}
Thursday {3}
Gold {4},1 +CooperationLiveInfo_Message3,*Drop rates are adjusted for all items
except those affected by reward increases.,"* Except for items to be rewarded,
the acquisition amount is adjusted.",1 +CooperationLiveInfo_dailyEffect,{0} rate increased!,{0} ratio up!,1 +Stamp_FavoriteTitle,Favorite,favorite,1 +Stamp_RemoveButton,Remove,Remove,1 +Stamp_ResetButton,Reset,reset,1 +Profile_RankStory,{0} {1},{0} {1},1 +Profile_RankFriend,Friend limit {0} → {1},Maximum number of friends {0} → {1},1 +Profile_RankReward,{0} {1},{0} {1},1 +GachaTop_PickUpPhotoDetailTitle,Member Details,Details of the members,1 +GachaTop_PhotoDetailTitle,Member Details,Details of the members,1 +Ornament_OrnamentListTitle,Item List,Item List,1 +OrnamentShop_OrnamentReplaceTitle,Replace with current item?,Do you want to replace it with the items in installation?,1 +GachaTop_PickUpPhotoDetailButton,Member Details,Details of the members,1 +GachaTop_InfoDetailButton,Scout Details,Solicitation details,1 +GachaTop_ExchangeButton,Item Exchange,Exchange,1 +Notice_GroupExpNoticeWindowTitle,Group Rank,Glue plank,1 +Button_Download,Download,download,1 +Mission_AcceptAllButtonText,Claim All,Collective receipt,1 +MusicDecision_MusicLevelArea,{0} - {1},{0} ~ {1},1 +MusicDecision_RandomMusicTitle,Auto,Random,1 +MusicDecision_RandomMusicLevel,???,? ?,1 +MusicDecision_LiveLevelReselectButton,Reselect,Re-selection,1 +MusicDecision_ShuffleMessage,Shuffle Songs,Lottery for songs,1 +MusicDecision_DifficultySelectMessage,Choose a song difficulty.,Please select the difficulty level to play,1 +EventTop_ScoreRanking,Overall score ranking,Overall score ranking,1 +EventTop_GroupScoreRanking,Score ranking by group,Competition score ranking,1 +EventTop_Season,Up to {0},Until {0},1 +EventTop_UntilRewardPoint,{0} more pts,Until {0} pt,1 +EventTop_NextEventPoint,Next: pts,And p,1 +EventTop_NextEventHomeworkPoint,Next:,After,1 +EventTop_TotalEventPoint,Total event pts,Cumulative event PT,1 +EventTop_HasHomeworkPoint,No. of co-op missions completed:,Number of cooperation missions:,1 +EventTop_HasStamina,Miracle Stars held,Miracle star in possession,1 +EventTop_HasBadge,Picks held:,Packing Pick:,1 +EventTop_HasMedal,Love Gems held:,Possession Loveka:,1 +EventTop_HasTicket,Fortune Tickets held:,Purchased ticket:,1 +EventTop_NextStory,★Next story,★ Next story,1 +EventTop_NextReward,★Next reward,★ Next reward,1 +EventTop_NowHomework,★Current goal(s),★ Current issues,1 +EventTop_AllGetReward,All obtained,All have been acquired,1 +EventTop_AllGetStory,All unlocked,All have been released,1 +EventTop_ExchangeButton,Item Exchange,Exchange,1 +EventTop_BingoButton,BINGO,Bingo,1 +EventTop_BoxGachaButton,Scout (Box),Solicary (box),1 +EventTop_ChangeHomeworkButton,Change Goal,Assignment change,1 +EventTop_HomeworkMusicLevel,Song difficulty,Music difficulty,1 +EventTop_HomeworkMusicLevelValue,or more,that's all,1 +EventTop_CloseExchangeShopTerm,Exchange open until: {0},The exchange is up to {0},1 +EventTop_CloseBoxGachaTerm,(Dummy) available until {0},(Dummy) up to {0},1 +EventTop_StoryButtonNextPoint,Next: pts,And p,1 +EventTop_StoryButtonNextPointHomework,Next:,After,1 +EventTop_TermTitle,Event Period:,Holding period:,1 +EventTop_ResultTermTitle,Result announcement schedule:,Result announcement period:,1 +EventTop_EmotionalMemberSelectTermTitle,Member Selection Period,[Member selection period],1 +EventTop_EmotionalBandSelectTermTitle,Group Selection Period,[Group selection period],1 +EventTop_Multi_HelpterBonus,Backup Reward,Otasuke reward,223061303 +EventTop_Multi_TodayHelpterCount,Today's Backup Limit,Today's number of times,223061303 +EventTop_Multi_AlreadyPlayedHelper,Today's backup limit has been reached.,I've played today's number of times,223061303 +EventTop_Multi_UnitSettings,Event-Only
Unit Formation,Event only
Unit formation,223061303 +EventTop_Multi_Live,Start Multiplayer Show,Live together,223061303 +EventTop_Multi_LiveEx,Multiplayer Live Show!,Live together!,223061303 +EventTop_Multi_FreeMatching,Free Matching,Free matching,223061303 +EventTop_Multi_FreeMatching_Info,Casual game with other players!,Feel free to play with other players!,223061303 +EventTop_Multi_PrivateMatching,Private Matching,Private matching,223061303 +EventTop_Multi_PrivateMatching_Info,Invite friends to play together!,Invite your friends to play!,223061303 +EventTop_Multi_Join,Join,Participation,223061303 +EventTop_Multi_HelperJoin,Join as Backup,Participation,223061303 +EventTop_Multi_HelperCondition,"To join as backup, you must clear difficulty {0} and have {2} or more {1} points.","Clear the difficulty level {0} or more, and you can participate in {1} p with {2} or more.",223061303 +EventTop_Multi_Room,room,The room,223061303 +EventTop_Multi_Room2,room,In the room,223061303 +EventTop_Multi_RoomCreate,Create,create,223061303 +EventTop_Multi_RoomJoin,Join,Participation,223061303 +EventTop_Multi_HelperToday,Today,today,223061303 +EventTop_Multi_HelperCount,{0}/{1},{0}/{1},223061303 +EventTop_Multi_MatchingTitle,Difficulty Selection,Difficulty selection,223061303 +EventTop_Multi_MatchingTitleHelper,Join as Backup Member,Participate in Otasuke,223061303 +EventTop_Multi_RoomCreateDialog_Info,Select difficulty level.,Please select the difficulty level,223061303 +EventTop_Multi_RoomCreateDialog_Info2,"*Multiple difficulty levels can be selected.
*If multiple levels are selected, you will be matched randomly from one of the difficulty levels you have selected.","* You can choose multiple difficulties
* If you select multiple, it will be randomly matched from the selected difficulty level.",223061303 +EventTop_Multi_RoomCreateDialog_Info3,Select a difficulty level.,Please select one difficulty level,223061303 +EventTop_Multi_RoomCreateDialog_Info4,*You will perform live shows at your selected difficulty.,* You can play live with the selected difficulty level,223061303 +EventTop_Multi_RoomCreateDialog_Error,There is no difficulty level selected.,Difficulty level is not selected,223061303 +EventTop_Multi_RoomCreateDialog_Start,Begin Matching,Start matching,223061303 +EventTop_Multi_RoomSearchDialog_Info,Enter a Room ID.,Enter your room ID,223061303 +EventTop_Multi_RoomSearch_NotFindRoom,The room ID is either incorrect or the room is full.,The room is incorrect or the room is full,223061303 +EventTop_Multi_PenaltyInfo,"Due to multiple disconnections or repeated irregular conduct,
you have been temporarily restricted from participating in live shows for this event.",Because connection cuts or misconduct were continuously detected
We will temporarily limit live play in this event,223061303 +EventTop_Multi_RemainPenalty,Until restriction lifted,Until the restriction is canceled,223061303 +EventTop_Multi_Confirmation,Confirm,confirmation,223061303 +EventTop_Multi_NotEnoughPower,Stats have not exceeded the amount needed for backup.,The status does not exceed the required value,223061303 +EventLive__Multi_PointPenalty,Event pts halved.,Acquisition event PT halved,223061303 +EventLive__Multi_NotSelectedLevel,There is no difficulty level selected.,Difficulty level is not selected,223061303 +EventLive__Multi_Matching,Matching... ({0}/{1}),Matching ({0}/{1}),223061303 +EventLive__Multi_JoiningRoom,Joining room...,Participating in the room,223061303 +EventLive__Multi_FailedToJoinRoom,Failed to join room.,I failed to participate in the room.,223061303 +EventLive__Multi_NotFoundRoom,The room ID is either incorrect or the room is full.,The room is incorrect or the room is full,223061303 +EventLive__Multi_CreatingRoom,Creating room...,Under a room,223061303 +EventLive__Multi_FailedToCreateRoom,Failed to create room. Please wait and try again later.,I failed to create a room. Please open it for a while and try it again,223061303 +EventLive__Multi_NotFoundHelperRoom,There are no rooms to join as backup.,There was no room to participate in Otasuke,223061303 +EventLive__Multi_ConnectingToMatchingServer,Connecting to match server...,Matching server connection,223061303 +EventResult_Multi_Helper,Backup,help,223061303 +EventResult_Multi_Disconnected,Disconnected.,Communication has been disconnected,223061303 +EventResult_Multi_ConfirmingResult,Pending...,Live results are being confirmed,223061303 +EventResult_Multi_LeaveRoom,Left room.,Leave ...,223061303 +EventResult_Multi_Retry,Play Again,Play again,223061303 +EventMusicSelect_HighScore,Event
High Score,Event
High score,1 +EventMusicSelect_ScoreRanking,Score Ranking,Score ranking,1 +EventMusicSelect_StaminaUseDialogTitle,Using Miracle Stars,Miracle star use confirmation,1 +EventMusicSelect_StaminaUseDialogMessage,Use {0} Miracle Star(s) and begin the live show?
*LP will not be consumed,Do you start live using Miracle Star x {0}?
* LP does not consume,1 +EventMusicSelect_StaminaUseDialogHasStamina,{0} Miracle Stars,Miracle Star {0},1 +EventMusicSelect_StaminaConfirmCheck,Don't ask again about using Miracle Stars until the event ends.,Do not confirm the use of miracle stars until the end of this event,1 +EventStory_NextEventPoint,Event pts,Event PT,1 +EventStory_NextEventHomework,Total goals completed,Cumulative issues achievement,1 +EventStory_ReleaseInfoEventPoint,Collect event pts from live shows!,Let's collect event PT live!,1 +EventStory_ReleaseInfoEventHomework,Participate in the event and clear event goals!,Let's play the event by playing the event!,1 +EventStory_EndReleaseStory,The event is over.
This scenario is planned to be unlocked on {0}.,The event has ended
This scenario will be released to {0},1 +EventRanking_TabScoreRanking,Song score ranking,Song score ranking,1 +EventRanking_TabGroupScoreRanking,Score ranking by group,Competition score ranking,1 +EventRanking_TabPointRanking,Event pt Ranking,Event PT ranking,1 +EventRanking_TabEmotionalRanking,Top 100,Ranking TOP100,1 +EventRanking_TotalScore,Total score,Total score,1 +EventRanking_ScoreRanking,Total score ranking,Total score ranking,1 +EventRanking_ChangeButton,Switch,switching,1 +EventRanking_InfoMessage,Play results up to {0} are reflected.,The result of playing by {0} is reflected,1 +EventRanking_TopRanking,Top ranked,Top player,1 +EventRanking_YourRanking,You,you,1 +EventRanking_ScoreRankingTitle,Song Score,Music score,1 +EventRanking_PointRankingTitle,Total event pts,Cumulative event PT,1 +EventRanking_EmotionalRankingBandSelectTitle,Select Group,Group selection,1 +EventRanking_EmotionalRankingMemberSelectTitle,Select Member,Member selection,1 +EventRanking_LookEmotionalRankingOtherBands,View other groups,See other groups,1 +EventRanking_LookEmotionalRankingOtherMembers,View other members,See other members,1 +EventReward_TotalEventPointReward,Total event pt rewards,Cumulative event PT reward,1 +EventReward_ScoreRankingReward,Overall score ranking,Overall score ranking,1 +EventReward_GroupScoreRankingReward,Score ranking by group,Competition score ranking,1 +EventReward_MusicScoreRankingReward,Event song score ranking,Event song score
Ranking,1 +EventReward_EventPointRankingReward,Event pt
ranking,Event PT
Ranking,1 +EventReward_EmotionalRankingReward,Best Girl
Ranking,Ichi
Ranking,1 +EventReward_TotalEventPoint,Total event pts,Cumulative event PT,1 +EventReward_YourRank,Your rank,Your rank,1 +EventReward_RankingButton,Check ranking,See the ranking,1 +EventReward_EmotionalRankingJoinText,{0} participating,{0} participation,1 +EventReward_RankingFromTo,Rank {0} - {1},{0} to {1} rank,1 +EventReward_RankingFromToEnd,Rank {0} and lower,{0} position ~,1 +EventReward_RankingInfoMessage,Rank rewards will be sent after the event ends.,The ranking reward will be given after the event,1 +EventReward_BingoReward,BINGO,Bingo,1 +EventReward_BingoSheetLineReward,[Sheet {0}] Reward for completing {1} line(s),[Seat {0}] {1} line achievement reward,1 +EventReward_BingoSheetCompleteReward,[Sheet {0}] Completion rewards,[Seat {0}] Complete reward,1 +EventReward_BingoAllSheetCompleteReward,Reward for completing all sheets,All seat complete remuneration,1 +EventReward_RankingRewardDialogTitle,Rewards List,Reward list,1 +EventReward_EventPointInfo,*Event pts have a maximum upper limit.
*A new maximum limit may be introduced along with more rewards.,* There is an upper limit on the cumulative event PT
* The upper limit may be added with the reward.,1 +EventResult_BaseEventPoint,Basic event pt,Basic event PT,1 +EventResult_ScoreBonus,Score bonus,Score bonus,1 +EventResult_EventBonus,Event bonus,Event bonus,1 +EventResult_ClearBonus,Clear bonus,Clear bonus,1 +EventResult_GetEventPoint,Event pts obtained,Acquisition event PT,1 +EventResult_GetStamina,Event item(s) obtained,Acquisition event items,1 +EventResult_GetBadge,(Dummy) obtained,Acquisition (dummy),1 +EventResult_GetMedal,Love Gems obtained,Acquisition Loveka,1 +EventResult_TotalEventPoint,Total event pts,Cumulative event PT,1 +EventResult_TotalStamina,Total event items,Cumulative event item,1 +EventResult_TotalBadge,Total (dummy),Cumulative (dummy),1 +EventResult_TotalMedal,Total Love Gems,Cumulative Loveka,1 +EventResult_NextStory,Next story,Next story,1 +EventResult_NextReward,Next reward,Next reward,1 +EventResult_CompleteReward,You have obtained all rewards.,I got all the rewards,1 +EventResult_EventStaminaBoostValue,{0}x,{0} double,1 +EventResult_MemberBonus,Members eligible for event,Event target member,1 +EventResult_MemberBonusInfoMessage,Note about member bonuses,Caution words members bonus,1 +EventResult_StaminaInfoMessage,Note about Candies,Caution statement candy,1 +EventResult_NextPoint,Next:,After,1 +EventResult_RewardDialogTitleClearCell,BINGO Square Reward,BINGO Mask Clear Reward,1 +EventResult_RewardDialogTitleBingo,BINGO Reward,Bingo reward,1 +EventResult_RewardDialogSheetClear,Sheet Clear Reward,Seat clear reward,1 +EventResult_RewardDialogAllSheetComplete,Full Completion Reward,Complete reward,1 +EventResult_RewardDialogInfoClearCell,A reward for clearing a BINGO square.,Bingo mass clear reward,1 +EventResult_RewardDialogInfoBingo,A BINGO reward.,Bingo's reward,1 +EventResult_RewardDialogInfoSheetClear,A BINGO sheet clear reward.,It is a reward for clearing the seat,1 +EventResult_RewardDialogInfoAllSheetComplete,A full completion reward.,Complete reward,1 +EventResult_BaseTicket,No. of Scout Tickets,Number of solicitation tickets,1 +EventResult_GetTicket,Scout Tickets obtained,Acquisition and solicitation ticket,1 +EventResult_TotalTicket,Total Scout Tickets,Cumulative solicitation ticket,1 +EventResult_ClearHomweork,No. of goals completed this time,Number of issues achievement this time,1 +EventResult_TotalHomework,Total goals completed,Cumulative issues achievement,1 +EventResult_NextHomeworkPoint,Goal completion,Achieving issues,1 +EventResult_ReStartConfirmTitle,Play Again,Play again,1 +EventResult_ReStartConfirmSpiritMessage,Use {0} Miracle Stars
and play the live show again?,Spend Miracle Star {0} and play live again?,1 +EventResult_ReStartConfirmSpiritAutoMessage,Use {0} Miracle Stars and {1} Auto Tickets
and play the live show again?,Spend Miracle Star {0} and auto ticket {1}
Do you want to play live again?,1 +EventResult_ReStartConfirmAutoMessage,Use {0} Auto Tickets
and play the live show again?,Spend an auto ticket {0} and play the live again?,1 +EventBingoSheet_Title,BINGO sheet ({0}/{1}),Bingo sheet ({0}/{1}),1 +EventBingoSheet_TotalOpend,No. completed,Number of achievements,1 +EventBingoSheet_TotalOpendValue,{0}/{1}, {0} /{1},1 +EventBingoSheet_TotalSheet,Sheet,Seat,1 +EventBingoSheet_TotalSheetValue,{0}/{1}, {0} /{1},1 +EventBingoSheet_TotalSheetValueCurrent,{0}/{1}, {0} /{1},1 +EventBingoSheet_BingoClearScore,Clear {1}x with a score of {0} or higher.,Score {0} Clear {1} times,1 +EventBingoSheet_BingoClearLife,Clear {1}x with {0} or more HP.,Power {0} Clear {1} times,1 +EventBingoSheet_BingoClearJudge,Clear {1}x with {0} or less GREATs.,GREAT below {0} clear {1} times,1 +EventBingoSheet_BingoClearCombo,Clear {1}x with a MAX combo over {0}.,MAX combo {0} Clear {1} times,1 +EventBingoSheet_BingoClearFullCombo,Clear {0}x with a full combo.,Clear {0} times with full combo,1 +EventBingoSheet_BingoClearMultiScoreRank,Clear multiplayer live shows {1}x with a rank of {0} or higher., {0} Clear the live with everyone.,1 +EventBingoSheet_BingoClearDeckCharacter,Clear {1}x with {0} in your unit.,Organize {0} and clear {1} times,1 +EventBingoSheet_BingoClearDeckType,Clear {2}x with {1} or more members with the {0} attribute in your unit., {0} Clear {1} people or more and clear {2} times.,1 +EventBingoSheet_BingoClearMusicName,Song title: {0},Song name: {0},1 +EventBingoSheet_BingoClearEventMusicName,Song title: Ranking live show {0},Music name: Ranking Live {0},1 +EventBingoSheet_BingoClearMusicLevel,Level: {0},Level: {0},1 +EventBingoSheet_BingoClearMusicNameValue,{0},{0},1 +EventBingoSheet_BingoClearMusicLevelValue,{0} or higher,{0} or higher,1 +EventBingoSheet_BingoRewardButton,Reward,Reward,1 +EventBingoSheet_BingoRewardDialogTitle,Rewards List,Reward list,1 +EventBingoSheet_BingoSheetCompleteRewardNumber,No. {0},{0},1 +EventMemberBonus_TipsTitle,About Event Bonuses,About event bonus,1 +BirthdayScene_PlayButtonNameText,Watch the Celebration,Watch the celebration,1 +BirthdayScene_AreaButtonNameText,Birthday Venue,Birthday venue,1 +EventHomework_HomeworkConfirmButton,Check Goals,Issues confirmation,1 +EventHomework_MissionNormalText,Normal mission,Normal mission,1 +EventHomework_MissionRareText,Rare mission,Rare mission,1 +EventHomework_MissionSuperRareText,Extra rare mission,Super rare mission,1 +EventHomework_LotteryDialogTitle,Co-Op Mission Lottery,Cooperation mission lottery,1 +EventHomework_LotteryDialogRareMissionText,Example of rare missions,Rare mission example,1 +EventHomework_LotteryDialogRareMissionInfoText,"*There are 3 rarities for co-op missions: normal, rare, and extra rare.
The higher the rarity, the better the rewards","* The cooperative mission has three rarity: normal, rare, and super rare.",1 +EventHomework_LotteryDialogLotteryButtonText,Try Your Luck,Lottery,1 +EventHomework_MissionChangeDialogTitle,Change Co-Op Mission,Cooperation mission change,1 +EventHomework_MissionChangeDialogChangeMessage,"Would you like to change the current co-op mission?
*Once changed, you will not be able to change the co-op mission again until you've played at least one live show.","Do you change your current cooperation mission?
* If you change it, you will not be able to change the current cooperation mission until you play a lipe.",1 +EventHomework_MissionChangeDialogUnChangeMessage,"Take on the current co-op mission!
*Once you've played a live show, you will be able to change your current co-op mission","Let's challenge the current cooperation mission!
* After live play, you will be able to change the current cooperative mission.",1 +EventHomework_GetMissionDialogTitle,Co-Op Mission Obtained,Acquisition of cooperation mission,1 +EventHomework_GetMissionDialogMessage,*Set as the current co-op mission.,* Set as the current cooperative mission,1 +EventHomework_MissionDetailDialogTitle,Co-Op Missions,Cooperation mission,1 +EventHomeworkBoxGacha_Title,(Dummy),(dummy),1 +EventHomeworkBoxGacha_NowBox,(Dummy) Box no. {0},(Dummy) {0} Box,1 +EventHomeworkBoxGacha_Remaining,{0}/{1} remaining,Rumpy {0}/{1},1 +EventHomeworkBoxGacha_NextBoxButton,Next Lucky Draw,To the next lottery,1 +EventHomeworkBoxGacha_PlayBoxGacha,Draw {0}x,{0} Turn,1 +EventHomeworkBoxGacha_UsedTicket,x{0},X {0},1 +EventHomeworkBoxGacha_HasTicket,Tickets owned,Holding ticket,1 +EventHomeworkBoxGacha_BoxInfoButton,Contents of (dummy),(Dummy) contents,1 +EventHomeworkBoxGachaInfo_Title,Contents of (dummy) (Box no. {0}),(Dummy) contents ({0} box),1 +EventHomeworkBoxGachaInfo_Page,{0}/{1},{0}/{1},1 +EventHomeworkBoxGachaResult_Title,Item Obtained!,Get items!,1 +EventHomeworkBoxGachaResult_Message,*Can be claimed from the present box.,* You can receive it from the present,1 +EventHomeworkRoomSelect_RoomTitleEvent,Live Show {0},{0} Live,1 +EventHomeworkRoomSelect_RoomTitleEveryone,Event (dummy),Event (dummy),1 +EventHomeworkRoomSelect_RankingTarget,Applicable high score ranks,High score ranking target,1 +EventHomeworkRoomSelect_RankingExcluded,Non-applicable high score ranks,Not eligible for high score ranking,1 +EventHomeworkRoomSelect_RankingExcludedInfo,Explanation for non applicable ranks,Explanation not eligible for ranking,1 +EventHomeworkRoomSelect_EventHighScore,Event high score,Event high score,1 +EventHomeworkRoomSelect_EventGroupRanking,High score ranking by group,Concentration high score ranking,1 +EventHomeworkMatching_HomeworkMusicLevel,Song difficulty,Music difficulty,1 +EventHomeworkMatching_MusicLevel,{0} or higher,{0} or higher,1 +EventHomeworkMatching_HomeworkInfo,Goal details,Assignment content,1 +EventHomeworkMatching_Reward,Reward,Reward,1 +EventHomeworkLiveResult_HomeworkResult,Goal results,Assignment result,1 +EventHomeworkLiveResult_HomeworkResultReward,Reward obtained,Acquisition reward,1 +EventHomeworkLiveResult_RewardBonus,{0}x rewards!,Reward {0} doubles!,1 +EventHomeworkLiveResult_RewardBonusValue,x{0},X {0},1 +EventHomeworkLiveResult_MyClear,Completed yourself,Achieve yourself,1 +EventHomeworkLiveResult_OtherClear,Completed by others,Others achieve,1 +EventHomeworkLiveResult_NoClear,Not completed,Not Achieved,1 +EventHomeworkLiveResultNewHomework_Title,New Goal Alert!,New assignment!,1 +EventHomeworkLiveResult_MusicLevel,Song difficulty: {0},Music Difficulty: {0},1 +EventHomeworkLiveResult_Homework,Goal: {0},Assignment: {0},1 +EventHomeworkLiveResult_Reward,Reward item,Reward item,1 +EventBonus_PointUpBonus,Point up bonus,Point -up bonus,1 +EventBonus_TotalPowerBonus,Group up bonus,Overall power up bonus,1 +EventBonus_PickUpMemberBonus,Spotlight member details,Pickup staff bonus,1 +EventBonus_PointUpTotal,Point up total,Total values ​​of point -ups,1 +EventBonus_PowerUpTotal,Group power up total,Total value of overall power,1 +EventBonus_PowerUpAddValue,(Group power +{0}),(Overall strength +{0}),1 +EventBonus_BonusPercentUp,{0}% up,{0}%Up,1 +EventBonus_PowerUpTotalValue,+{0} up,+ {0} Up,1 +EventBonus_BonusCaution,"- The group power bonus remains inactive during live shows.
- When multiple bonuses can be applied to a member, only the bonus with the largest effect is applied.
- When multiple members in a unit have a ""Member+"" bonus, both the bonus of the member with the largest effect on group power and the bonus of the member with the largest effect on event points can each be activated.
*For group power ""Member+"" bonuses, only the bonus of the single member with the highest effect value when the ""Member+"" bonus is multiplied by group power will be activated.
*For event point ""Member+"" bonuses, only the single member with the highest effect value on event points will be activated.
*It is possible to activate both the group power and event point ""Member+"" bonuses if they are on different members.
*If a member's ""Member+"" bonus was not able to activate, it is possible for that member to use other bonuses she may have.
- ""Member Bonus"" and ""Member Bonus+"" can be activated simultaneously.","・ In the live, the overall power up bonus does not activate.
・ Multiple bonus members are activated only one bonus with the highest effect value.
・ If there are multiple members who have a “member+” bonus in the unit, it is possible for one member who is the most effective for comprehensive power and event points to activate the bonus.
* The 'member+' bonus of the overall force is only one member who has the highest value when multiplied by the comprehensive power of the member and the effect value of the 'member+' bonus. Activate.
* The 'member+' bonus of the event point activates only one member who has the highest effect of event points.
* Overall power and event point 'member bonus +' may be activated by different members.
* 'member+' Bonus, but not activated members can activate another bonus.
・ 'Service bonus' and 'member bonus+' can be activated at the same time.",1 +EventIncentive_CheckTicketTitle,Check Lottery Tickets,Lottery ticket confirmation,1 +EventIncentive_CheckTicketMessage,Thanks for participating in the event!
Check tickets?

{0} {1} tickets,Would you like to check the ticket that you've done with the event?

{0} {1} sheets,1 +EventIncentive_CheckTicketWarning,*You must use up all your tickets at once.
*Please be aware that Lottery Tickets which are not used up during the event period will be deleted.," * Lottery tickets cannot be used separately
* Please note that if you do not use it during the period, the lottery ticket will be deleted
.",1 +EventIncentive_LostTitle,Lottery Results,Lottery result,1 +EventIncentive_LostMessage,A consolation prize has been sent to your present box.
Try again next time!,"Unfortunately, we have given the prize items to the present
We look forward to your participation again.",1 +EventIncentive_LostGoToPresentBoxScene,Present Box,To the present,1 +EventIncentive_ApplicationTitle,Info Required to Apply,Information required for application,1 +EventIncentive_ApplicationId,ID:,ID:,1 +EventIncentive_ApplicationPassword,Password:,password:,1 +EventIncentive_ApplicationUrlTitle,Application URL:,Application URL:,1 +EventIncentive_ApplicationNote,*Notes for application (to be added later),* Application precautions (scheduled to be added later),1 +EventIncentive_IdCopy,Copied,Copy,1 +EventIncentive_PasswordCopy,Copied,Copy,1 +EventIncentive_TermTitle,Event Terms of Use,Event Terms of Use,1 +EventEmotionalSetting_SelectBand,Select group to participate in rankings,Please select the group to participate in the ranking,1 +EventEmotionalSetting_ChangeBand,Select group to change,Please select the group to change,1 +EventEmotionalSetting_SelectMember,Select member to participate in rankings,Please select the members who participate in the ranking,1 +EventEmotionalSetting_ChangeMember,Select member to change,Please select the member to change,1 +LimitedLive_Name_1101001,Limited Live Show Name 1,Limited live name 1,1 +LimitedLive_Name_1101002,Limited Live Show Name 2,Limited live name 2,1 +LimitedLive_Name_1301001,Limited Live Show Name 3,Limited live name 3,1 +LimitedLive_Name_1401001,Limited Live Show Name 4,Limited live name 4,1 +LimitedLive_Name_1501001,Limited Live Show Name 5,Limited live name 5,1 +LimitedLive_Name_1502001,Limited Live Show Name 6,Limited live name 6,1 +LimitedLive_Name_1601001,Limited Live Show Name 7,Limited live name 7,1 +LimitedLive_Name_1801001,Limited Live Show Name 8,Limited live name 8,1 +LimitedLive_Name_1802001,Limited Live Show Name 9,Limited live name 9,1 +LimitedLive_Name_1803001,Limited Live Show Name 10,Limited live name 10,1 +LimitedLive_Name_1804001,Limited Live Show Name 11,Limited live name 11,1 +LimitedLive_Name_1805001,Limited Live Show Name 12,Limited live name 12,1 +LimitedLive_Name_1806001,Limited Live Show Name 13,Limited live name 13,1 +LimitedLive_Name_1807001,Limited Live Show Name 14,Limited live name 14,1 +LimitedLive_Name_1808001,Limited Live Show Name 15,Limited live name 15,1 +LimitedLive_Name_1892001,Limited Live Show Name 16,Limited live name 16,1 +LimitedLive_Name_1893001,Limited Live Show Name 17,Limited live name 17,1 +LimitedLive_Name_1894001,Limited Live Show Name 18,Limited live name 18,1 +LimitedLive_Name_1895001,Limited Live Show Name 19,Limited live name 19,1 +LimitedLive_Name_1896001,Limited Live Show Name 20,Limited live name 20,1 +LimitedLive_Name_1701001,Limited Live Show Name 21,Limited live name 21,1 +LimitedLive_BonusEffect_1101001,Clear rewards increased!,Clear reward up!,1 +LimitedLive_Period,Event period {0} - {1},From the event period {0} to {1},1 +LimitedLive_FreePlayLabel,Free play,Free play,1 +LimitedLive_TicketLabel,Tickets owned,Holding ticket,1 +LimitedLive_FreePlayCountLabel,Next:,After,1 +LimitedLive_FreePlayCountValue,{0} times,{0} times,1 +LimitedLive_TicketAmountValue,{0} tickets,{0} sheets,1 +LimitedLive_LiveIsChosen,Song selected,The song has been decided,1 +LimitedLive_DetailDialog_RuleSection,Rule,◆ Rules,1 +LimitedLive_DetailDialog_RuleSection_ResetDaily,{0}x a day,1 day {0} times,1 +LimitedLive_DetailDialog_RuleSection_ResetWeekly,{0}x a week,Weekly {0} times,1 +LimitedLive_DetailDialog_RuleSection_Rule_1,A live show that allows you to obtain {0} at a fixed rate.
You can play with {1}.
*You can also play by using Food Tickets.
Rewards are increased if you clear a lucky song.,"It is a live where {0} can be obtained with a certain probability
{1} Playable
* You can also play by consuming meal tickets
In the case of a hit song, the reward will increase",1 +LimitedLive_DetailDialog_RuleSection_Rule_2,You can play with {1}.
*You can also play by using Food Tickets.
Rewards are increased if you clear a lucky song.,"{1} Playable
* You can also play by consuming meal tickets
In the case of a hit song, the reward will increase",1 +LimitedLive_DetailDialog_RewardSection,Rewards,◆ Reward,1 +LimitedLive_DetailDialog_BonusLiveSection,- Lucky song
{0},◆ Hit song
{0},1 +LimitedLive_DetailDialog_PeriodSection,- Event period
{0} - {1},◆ Hall period
{0} ~ {1},1 +LimitedLive_UnlockDialog_NotEnouchTicketDaily,You do not have enough Food Tickets
*Playable for free past 4am tomorrow, Lack of meal tickets
* Free play is possible after 4:00 the next day,1 +LimitedLive_UnlockDialog_NotEnouchTicketWeekly,You do not have enough Food Tickets
*Playable for free past Monday 4am, Lack of meal tickets
* Free play is possible after 4:00 on Monday,1 +LiveCondition_Label,Live show special conditions,Live participation conditions,1 +LiveCondition_CompareType_EQ,required,On,1 +LiveCondition_CompareType_GE,or more,that's all,1 +LiveCondition_CompareType_LE,or less,below,1 +LiveCondition_Detail_Character,(Temp) Add {1} {0} to unit {2},(Tentative) {0} is {1} person {2} formation,1 +LiveCondition_Detail_Group,(Temp) Add {1} {0} to unit {2},(Tentative) {0} is {1} person {2} formation,1 +LiveCondition_Detail_CardType,(Temp) Add {1} {0} to unit {2},(Tentative) {0} is {1} person {2} formation,1 +LiveCondition_Detail_DeckRole,(Temp) Add {1} {0} to unit {2},(Tentative) {0} is {1} person {2} formation,1 +LiveCondition_Detail_Card,(Temp) Add {0} to unit,(Temporary) Organize {0},1 +LiveCondition_Detail_UserRank,(Temp) User rank {0}{1},(Tentative) User rank {0} {1},1 +LiveCondition_Detail_Title,"(Temp) Set the title ""{0}""",(Temporary) Title '{0}' is set,1 +LiveCondition_Detail_Item,"(Temp) Use the item ""{0}""",(Tentative) Use the item '{0}',1 +LiveCondition_CannotCreateMultiPlayRoomSinceNotSatisfy,You must meet the participation requirements to create this.,It cannot be created because it does not meet the participation conditions,1 +LiveRule_Label,Live show rules,Live rule,1 +LiveRule_Notes_Judgement_EQ,(Temp) MISS except {0},(Temporary) Miss other than {0},1 +LiveRule_Notes_Judgement_GE,(Temp) {0} or less MISSES,(Tentative) {0} Miss below,1 +BeginnerMission_BingoTitle,Beginner mission ({0}/{1}),Beginner Mission ({0}/{1}),1 +BeginnerMission_BingoSheetClear,BINGO {0} Clear Reward,Bingo {0} clear reward,1 +BeginnerMission_BingoLineClear,LINE Clear Reward,LINE clear reward,1 +BeginnerMission_BingoNotStarted,You have incomplete sheets.,There is an unsuited seat,1 +BeginnerMission_BingoMissionDetailTitle,Challenge Details,Issues details,1 +BeginnerMission_BingoMissionReward,Clear Reward,Clear reward,1 +BeginnerMission_BingoMissionChallenge,Attempt,To challenge,1 +BeginnerMission_BingoMissionAcheved,Achievement Level,Level of achievement,1 +BeginnerMission_BingoMissionOverview,Mission Overview,Mission Overview,1 +BeginnerMission_BingoMissionItemOverview,Overview,overview,1 +BeginnerMission_BingoMissionRewardItemNum,x{0},X {0},1 +TeacherLiveTop_NowMission,Current Mission,This mission,1 +TeacherLiveTop_EndEvent,This event has ended.,This event has ended,1 +TeacherLiveTop_ExchangeButton,Item Exchange,Exchange,1 +TeacherLiveTop_LiveButton,Live Show,To live,1 +TeacherLiveTop_InfoButton,Info,explanation,1 +TeacherLiveTop_LiveCondition,Special Live Show,Live conditions,1 +TeacherLiveTop_LiveRule,Live show rules,Live rule,1 +TeacherLiveTop_RemainingMission,Remaining Missions: {0}/{1},Number of remaining missions {0} /{1},1 +TeacherLiveTop_RemainingMissionValue,{0}/{1},{0}/{1},1 +TeacherLiveTop_GoGoTime,(Dummy),(dummy),1 +TeacherLiveTop_GoGoTimeRemainingTime,{0},{0},1 +TeacherLiveTop_GoGoTimeRemainingCount,{0} times,{0} times,1 +TeacherLiveTop_ExchangeTerm,Exchange open until: {0},The exchange is up to {0},1 +TeacherLiveTop_LiveConditionDialogTitle,Live Show Special Conditions,Live conditions,1 +TeacherLiveTop_LiveConditionDialogCondition,Live show special conditions,Live participation conditions,1 +TeacherLiveTop_LiveConditionDialogRule,Live show rules,Live rule,1 +TeacherLiveLiveResult_GoGoTime,Dummy Text,Dummy text,1 +TeacherLiveLiveResult_MissionClearTitle,(Dummy) Mission Complete!,(Dummy) Achieved mission!,1 +TeacherLiveLiveResult_CurrentMission,(Dummy) Current Mission,(Dummy) This mission,1 +TeacherLiveLiveResult_NextMission,(Dummy) Next Mission,(Dummy) Next mission,1 +TeacherLiveLiveResult_RemainingMission,(Dummy) Remaining Missions: {0}/{1},(Dummy) Number of remaining missions {0}/{1},1 +CharacterEpisodeLevel_TotalTabName,TOTAL,Comprehensive,1 +CharacterEpisodeLevel_TotalEpisodeStar,(Total Story Stars: ★x{0}),(Cumulative story star ★ × {0}),1 +CharacterEpisodeLevel_RemainingExp,★{0},★ {0},1 +ItemList_Tab_Enhancement,Enhancement items,Training item,1 +ItemList_Tab_Boost,Restore LP,LP recovery,1 +ItemList_Tab_Ticket,Tickets,ticket,1 +ItemList_Tab_Stamp,Stickers,stamp,1 +ItemList_Tab_Other,Other,others,1 +ItemList_Empty,You don't have any of these items.,I do not have the item currently,1 +ItemList_LimitDate,Up to {0},Until {0},1 +MusicVideo_Conform_title,Play Movie?,MV playback confirmation,1 +MusicVideo_Conform_Message,Play {0}
in music video mode? MV mode will not grant rewards.,Do you play a music video of {0}?
Live rewards cannot be obtained in MV mode,1 +MusicVideo_Conform_Supplement,Don't show this again,Do not display this window in the future,1 +MusicShop_Title,Song Shop,Music shop,1 +MusicShop_Exchange,Exchange,exchange,1 +MusicShop_Replaced,Exchange complete,Replaced,1 +MusicShop_Lack,Missing items,Lack of material,1 +MusicShop_ExchangeListEmpty,No songs available for exchange.,There is no song that can be exchanged,1 +MusicShop_DetailTitle,Song Details,Music details,1 +MusicShop_ExchangeTitle,Song exchange,Exchanging songs,1 +MusicShop_RequiredValue,No. Required,Required number,1 +MusicShop_ExchangeMessage,Exchange {0}?,Do you want to replace {0}?,1 +MusicShop_ExchangeResultTitle,Exchange Complete,The song exchange is completed,1 +Announcement_DialogTitle,Announcements,notice,1 +RankUp_UserRankUpDialogTitle,Rank Up!,rank up!,1 +RankUp_BandRankUpDialogTitle,Group Rank Up,Glue Plank Up,1 +RankUp_BandRank,Group Rank,Glue plank,1 +RankUp_TotalBandRank,Total Group Rank,Overall glue plank,1 +RankUp_DeckPower,Deck Power +,Deck Power +,1 +RankUp_LpRecoverText,{0} LP restored.,LP has recovered {0},1 +RankUp_LpMaxUpText,Max LP increased.,The maximum value of LP has risen,1 +Shop_ResetDaily,(Refreshes daily at midnight),(Updated 0:00 every day),1 +Shop_ResetWeekly,(Refreshes Monday at midnight),(Updated Monday 0:00),1 +Shop_Monthly,(Refreshes on the 1st of the month at midnight),(Updated at midnight a day),1 +Shop_BuyRemain,{0} left,And: {0} pieces,1 +Shop_BuyLimit,Up to {0},Until {0},1 +Shop_AllBuy,Sold Out,Purchased,1 +Shop_ItemDetaiTitle,Item Details,Product Details,1 +Shop_AllItemDetaiTitle,Sellout Reward,Sold out,1 +Shop_AllItemCompleteTitle,Sellout Reward Acquired,Get sold out,1 +MovieCollection_TabMovieTypeShort,Clips,short film,1 +MovieCollection_TabMovieTypeLong,Movies,Long movie,1 +MovieCollection_TabMovieTypeSpPhoto,SP Photos,SP photo,1 +MovieCollection_HomeSettings,Home screen settings,Home setting,1 +MovieCollection_EmptyMovie,No movies available.,There is no video,1 +MovieCollection_EmptySpPhoto,No SP photos available.,There is no SP photo,1 +MovieCollection_DetailTitle,Details,Video details,1 +MovieCollection_DetailHomeSettings,Set as Home Screen background,Set for home background,1 +MovieCollection_DetailHomeSettingsMessage,"""ome screen background movies"" must be enabled in the options menu first.",Home background videos must be enabled on the option screen,1 +MovieCollection_RefineBandTitle,Group,group,1 +MovieCollection_RefineBandOther,Other,Other,1 +MovieCollection_RefineMemberTitle,Members,member,1 +MovieCollection_RefineGetCategoryTitle,Category,Obtained category,1 +MovieCollection_RefineGetCategoryEvent,Events,event,1 +MovieCollection_RefineGetCategoryCard,Member,Member,1 +MovieCollection_RefineGetCategoryStory,Story,story,1 +MovieCollection_RefineGetCategoryEtc,Other,others,1 +LiveResult_FriendApplyButton,Friend Request,Friend Request,1 +LiveResult_FriendStatusRequest,Friend request sent.,Friend application,1 +LiveResult_FriendStatusFriend,Friend added.,Friends registered,1 +LiveResult_ScoreDetailButton,Score details,Score breakdown,1 +LiveResult_ScoreDetailTitle,Score details,Score breakdown,1 +LiveResult_SessionSelectButton,Select Live Show,To live selection,1 +LiveResult_HomeButton,Home,home,1 +LiveResult_MusicSelectButton,Song Select,To the song selection,1 +LiveResult_RestartButton,Do another live show
with this song,Live starts with the same song again,1 +LiveResult_GuestSelectButton,Do a live show
with this song,Live starts with this song,1 +LiveResult_RecommendLiveTitle,Recommended for you,Recommended for you,1 +LiveResult_BackMusicSelectTitle,Select Another Song,Play with another song,1 +LiveResult_BackMusicSelectButton,Back to Song Select,Return to the song selection,1 +LiveResult_RestartDialogTitle,Restart?,Restart confirmation,1 +LiveResult_RestartDialog_EventPtRewardGotAll,All event pt achievement rewards acquired.,All event PT achievement rewards have been obtained,1 +LiveResult_RestartDialog_EventPtRewardTitle,Event Achievement Reward,Event achievement reward,1 +LiveResult_RestartDialog_EventScoreRank,Event score ranking,Event score ranking,1 +LiveResult_RestartDialog_EventTotalPtRank,Total event pts ranking,Cumulative event PT ranking,1 +LiveResult_LiveClear,LIVE SHOW,Live Clear !!,1 +LiveResult_LiveClear2,CLEAR!,Live clear !!,1 +LiveResult_TapScreen,Tap to continue,Please touch the screen,1 +LiveResult_Score,SCORE,Score,1 +LiveResult_Combo,COMBO,Combo,1 +LiveResult_HighScore,HIGH SCORE,High score,1 +LiveResult_NewReacord,NEW RECORD!,New Reacord !!,1 +LiveResult_PerfectCount,PERFECTS,Number of Perfect,1 +LiveResult_Perfect,PERFECT,Perfect,1 +LiveResult_Great,GREAT,Great,1 +LiveResult_Good,GOOD,Good,1 +LiveResult_Bad,BAD,BAD,1 +LiveResult_Miss,MISS,Miss,1 +LiveResult_Normal,Normal,usually,1 +LiveResult_SyncTap,Double notes,Simultaneous pressing,1 +LiveResult_LongTap,Holds,Long press,1 +LiveResult_Swing,Swings,swing,1 +LiveResult_GetExp,EXP gained,Acquired EXP,1 +LiveResult_NextRank,To next rank,To the next Rank,1 +LiveResult_GetGold,G gained,Acquired G,1 +LiveResult_GetFriendPoint,Bond pts gained,Acquired Kizuna,1 +LiveResult_GetFriendPointWindow,Bond details,Kizuna details,1 +LiveResult_TotalScore,Total Score,Total score,1 +GuestSelect_Title,Select Guest,Guest selection,1 +BandEnrich_ItemEmpty,You have no group powerup items.,I do not have a group enhanced item,1 +BandEnrich_All,TOTAL,Comprehensive,1 +BandEnrich_X,μ's,μ's,1 +BandEnrich_L,Aqours,Aqours,1 +BandEnrich_G,Nijigasaki,Rainbowzaki,1 +GemShort_NeedChargeGemLabel,Paid Love Gems needed,Required paid rabika,1 +GemShort_HaveChargeGemLabel,Paid Love Gems held,Palace Loveka,1 +GemShort_NeedGemLabel,Love Gems needed,Required Loveka,1 +GemShort_HaveGemLabel,Love Gems held,Possessed Loveka,1 +CollectionChara_Profile,Profile,profile,1 +CollectionChara_CardList,Card list,Card list,1 +StorySort_TitleBand,Group,group,1 +StorySort_TitleStory,Story,story,1 +StorySort_StoryRead,Read,Already read,1 +StorySort_StoryUnread,Unread,Unread,1 +StoryList_EmptyText,No stories available.,There is no story that can be viewed,1 +MemberList_EmptyText,No members found.,There is no target member,1 +CollectionReleaseConfirm_DialogTitle,Confirm Unlock Collection,Collection release confirmation,1 +CollectionReleaseConfirm_Conditions,Unlock progress: Idolized {0}/{1},Liberation Conditions: Needless number {0}/{1},1 +CollectionReleaseConfirm_Reward,Unlock reward,Release reward,1 +CollectionReleaseReward_DialogTitle,Collection Unlocked,Collection release,1 +CollectionReleaseReward_SpPhotoReleaseMessage,SP photo(s) unlocked!
You can view photos any time from either member details or the SP photo album.,The SP photo has been released
SP photos can be checked from the member details or the SP photo collection.,1 +CollectionReleaseReward_MovieReleaseMessage,"Movie ""{0}"" unlocked!
You can view it any time from either member details or movie collection.",The video '{0}' has been released
You can check the video from the member details or the movie collection.,1 +CollectionReleaseReward_GetReward,Received {0} as a reward for unlocking content!,I received {0} as a release reward,1 +CollectionReleaseReward_CardInfoButton,Member Details,To the details of the member,1 +CollectionReleaseReward_CollectionButton,Collection details,To the collection details,1 +GachaLotteryExchangeItemConfirm_Title,Scout Points Conversion,Solicary point conversion,1 +GachaLotteryExchangeItemConfirm_Info,Expired Scout Points converted to Skill Notebook (M).,The expired 'solicitation point' has been converted to 'Skill Book (middle)',1 +Migration_TopTitle,Data Transfer & Link Accounts,Data transfer / account cooperation,1 +Migration_SnsLink,Link Accounts,Account cooperation,1 +Migration_EnableSnsLink,*Accounts that can be linked,* Cooperable account,1 +Migration_EnableSnsLink_iOS,Apple,Apple,1 +Migration_EnableSnsLink_Android,Google,Google,1 +Migration_SelectSnsLink,Select an account to link.,Please select the collaborative account,1 +Migration_Twitter,Link to Twitter,Cooperation on Twitter,1 +Migration_Apple,Sign in with Apple,Sign in with Apple,1 +Migration_Google,Sign in with Google,Sign in with Google,1 +Migration_SignIn,Not Set,Unanimed,1 +Migration_SignOut,Linking complete.,Coordinated,1 +Migration_CompleteSnsLink,Account linked.,Account cooperation completed,1 +Migration_CompleteSnsSignOut,Account unlinked.,Unraveled account cooperation,1 +Migration_SnsLinkMessage,"Data linking complete.
On your new device, download the app
and navigate to Menu -> Data Transfer
to link your account to the new device.","Data linkage has been completed.
After downloading the application to the terminal of the takeover destination, please cooperate with [MENU]> [Data transfer] on the title screen.",1 +Migration_SignOutMessage,Data linking has been terminated.,Data cooperation has been canceled,1 +Migration_TakeOverButton,Data Transfer,Takeover,1 +RewardDetailDialog_CanBeAcquired,Obtainable,Acquired number,1 +RewardDetailDialog_Acquired,No. Received,Number of acquisitions,1 +RewardDetailDialog_Possession,Hold,The number of possession,1 +MusicSelect_NoData,No matching songs found.,There was no corresponding song,1 +MusicSelect_NoDataAndResetFilter,No songs found. Filters will be reset.,"Since there is no song, the narrowed down has been released",1 +MusicSelect_FilterAttribute,Attribute,attribute,1 +MusicSelect_FilterAttributeSmile,Smile,Smile,1 +MusicSelect_FilterAttributePure,Pure,pure,1 +MusicSelect_FilterAttributeCool,Cool,cool,1 +MusicSelect_FilterSelect,Filter,conditions,1 +MusicSelect_FilterGroup,Group - Song,Group / song,1 +MusicSelect_FilterNotClear,Not cleared,Uncontrolled,1 +MusicSelect_FilterScoreS,Need S-Rank Score,Score S has not been achieved,1 +MusicSelect_FilterComboS,Need S-Rank Combo,Combo S has not been achieved,1 +MusicSelect_FilterClearS,Need S-Rank Clear,Clear S has not been achieved,1 +MusicSelect_FilterCampaign1,Campaign,campaign,1 +MusicSelect_FilterCampaign2,Selection,subject,1 +MusicSelect_FilterUndo,Clear all,All cancellation,1 +MusicSelect_ButtonApply,Apply,Application,1 +MusicSelect_RehearsalButton,Rehearsal,rehearsal,1 +MusicSelect_ResetFilterToSelectData,Filters were reset to select the specified music.,Unlocked to select the specified song,1 +MusicSelect_LiveButton,Live Show,live,1 +MusicSelect_NoDifficulty,MASTER difficulty is not available for this song. Select another song.,"Since the selected song has no difficulty in Master, select other songs",1 +HomePreset_ClearPresetButton,Revert custom Home Screen settings to defaults?,Would you like to return the preset {0} to the unset state?,1 +PresentBox_Attention,"*You can store up to 100,000 items. Once the limit is reached, the oldest presents will be deleted to make room for new ones. Presents will be automatically deleted if not accepted within the timeframe they are available. You can accept up to 100 items at a time.","* Up to 100,000 cases can be stored. If you exceed the upper limit, it will be deleted from an old gift. In addition, gifts that expire are automatically deleted. You can receive up to 100 at a time.",1 +PresentBox_Filter,Filter,Narrow down,1 +PresentBox_Filter_Title,Filter,Narrow down,1 +PresentBox_Filter_Button_AllSelect,Select All,Select all,1 +PresentBox_Filter_Button_AllRelease,Clear all,All cancellation,1 +PresentBox_Filter_Type_Title,Present Type,Present type,1 +PresentBox_Filter_Type_Member,Member,Member,1 +PresentBox_Filter_Type_Gem,Love Gems,Labka,1 +PresentBox_Filter_Type_Gold,Gold,Gold,1 +PresentBox_Filter_Type_Ticket,Scout Tickets,Solicitation ticket,1 +PresentBox_Filter_Type_Recovery,LP restoration items,LP recovery item,1 +PresentBox_Filter_Type_Other,Other,others,1 +PresentBox_Filter_ExpireTime_Title,Limited Time,Deadline,1 +PresentBox_Filter_ExpireTime_Limit,Has Time Limit,There is a deadline,1 +PresentBox_Filter_ExpireTime_NoLimit,No Time Limit,No deadline,1 +HomePreset_Set_Label,Set {0},Set {0},1 +HomePreset_Multiple_Set_Label,Multiple sets,Multiple sets,1 +PresentBox_History_Attention,"*You can store up to 30 items. Once the limit is reached, the oldest items will be deleted. Your history of claimed items is also cleared automatically every 30 days.","* Up to 30 cases can be stored. If the upper limit is exceeded, it will be deleted from the old history. In addition, the reception history will be automatically deleted 30 days after the history display.",1 +BeginnerMission_BingoLine,Line {0},{0} -line,1 +Mission_Filter,Filter,Narrow down,1 +Mission_Filter_Title,Filter,Narrow down,1 +Mission_Filter_Button_AllSelect,Select All,Select all,1 +Mission_Filter_Button_AllRelease,Clear all,All cancellation,1 +Mission_Filter_Content_Title_Reward,Reward,Reward,1 +Mission_Filter_Reward_Member,Member,Member,1 +Mission_Filter_Reward_Gem,Love Gems,Labka,1 +Mission_Filter_Reward_Gold,Gold,gold,1 +Mission_Filter_Reward_Ticket,Scout Tickets,Solicitation ticket,1 +Mission_Filter_Reward_Recovery,LP restoration items,LP recovery item,1 +Mission_Filter_Reward_Exp,Lesson Items,Lesson item,1 +Mission_Filter_Reward_SkillExp,Skill Lesson items,Skill lesson item,1 +Mission_Filter_Reward_Evolve,Idolize Item,Awakening item,1 +Mission_Filter_Reward_Title,Title,title,1 +Mission_Filter_Reward_Other,Other,others,1 +Mission_Achievement,Achievement Level,Level of achievement,1 +HomePreset_Edit_Dialog_Text,Save these custom home screen settings?,Do you want to save the changed home screen custom?,1 +GachaTop_Invitation_Bonus_Detail,Scout Points details,Invitation bonus details,1 +GachaTop_Invitation_Bonus,Scout
Points,Invitation
bonus,1 +Adv_Log_NameSuffix_Telop,[Captions],[telop],1 +EventTop_Button_Tips_Rule,Help,how to play,1 +EventTop_Button_Tips_Bonus,Bonus,Bonus details,1 +EventTop_Button_Reward,Reward Details,Reward details,1 +EventTop_Button_Story,Event
Story,Event
Story,1 +EventTop_Button_Ranking,Ranking Details,To the ranking details,1 +EventTop_Button_Exchange,Item Exchange,Exchange,1 +EventTop_Button_Favorite,Confirm (Temp),Confirmation (provisional),1 +EventTop_Button_ToEvent,Event Songs,Event song,1 +EventTop_Button_ToGeneral,Standard Songs,Normal song,1 +EventTop_Favorite_Ranking,Best Girl,Ichi recommended member,1 +EventTop_Point_Total,Total event pts,Cumulative event PT,1 +EventTop_Point_Next_Story,Until next story,Until the next story,1 +EventTop_Term_Title,Available until
{0}, until the holding period {0} ,1 +EventTop_Point,{0} pts,{0} pt,1 +EventTop_Rank,Rank {0},{0} position,1 +Tutorial_Group_Muse,"- A school idol group from Otonokizaka High School that performs primarily in Akihabara, Tokyo.
- The origin of their group's name comes from the nine Muses, goddesses of musical inspiration.
- Their ultimate goal is to win the Love Live! tournament.",未翻訳,1 +Tutorial_Group_Aqours,"-A school idol group from Uranohoshi Girls' High School that performs primarily in Numazu, Shizuoka.
- They formed their group to promote and support their school.
- Their ultimate goal is to win the Love Live! tournament.",未翻訳,1 +Tutorial_Group_Nijigaku,"- A school idol group from Nijigasaki High School that performs primarily in Odaiba, Tokyo.
- Each member capitalizes on her own unique strengths and performs as a solo school idol.
- Rather than aiming to win Love Live!, each girl seeks to become the number one school idol.",未翻訳,1 +Tutorial_Group_Liella,"- A school idol group from Yuigaoka Girls' High School that performs primarily in Harajuku, Tokyo.
- Yuigaoka is a new school, and their school idol club was founded the same year the school opened.
- This is a group Love Live! competitors shouldn't look past.",未翻訳,1 +Tutorial_Group_SelectButton,Choose Group,Determined by this group,1 +Tutorial_Member_SelectButton,Choose Member,Determined by this member,1 +Tutorial_Recommend_Lesson,Level up your members with lessons!,Level up in lessons!,1 +Tutorial_Recommend_Gacha,Go Scout items to get enhancement items!,Get a training item by soliciting items!,1 +Tutorial_Recommend_Live,It's time! Go put on a live show!,Let's live first!,1 +EventRanking_Tab_MySelf,My Rank,My ranking,1 +EventRanking_Tab_Rank,Rank {0},{0} position,1 +EventRanking_Tab_TotalPoint,Event pt Ranking,Event PT ranking,1 +EventRanking_Tab_Score,Event Song Score Rank,Event song score ranking,1 +EventRanking_Tab_Favorite,Best Girl Ranking,Ichi pushing ranking,1 +EventBonus_Tab_Point,Event pts Bonus,Event PT bonus,1 +EventBonus_Tab_Item,Miracle Star Bonus,Miracle Star acquisition bonus,1 +EventBonus_MultiTab_Score,Score bonus,Score bonus,223062001 +EventBonus_MultiTab_Item,Login Item Bonus,Login item acquisition bonus,223062001 +EventBonus_Button_Disclaimer,Disclaimer,Disclaimer,1 +EventBonus_Point_Value,+{0}%,+{0}%,1 +EventBonus_Item_Value,+{0},+{0},1 +EventBonus_Empty_List,None,does not exist,1 +EventTop_Button_ToGeneral_Msg,Get Miracle Stars!,Get a miracle star!,1 +EventTop_Button_Favorite_Ranking,Best Girl Ranking,Ichi pushing ranking,1 +EventTop_Button_Mission,Goals,assignment,1 +EventTop_Point_Next_Reward,To next reward:,To the next reward,1 +EventTop_Point_Ranking,Event pt Ranking,Event PT ranking,1 +EventBonus_Title,Bonus Details,Bonus details,1 +EventRanking_Ranking_Not_Exists,No ranking data found.,There is no ranking,1 +GemShop_Footer_Special_Commercial_Code,Specified Commercial Transactions Act/
Payment Services Act,Special Commercial Code/
Financial Payment Law,1 +GemShop_Footer_Precautions_Regarding_Use,Warnings and cautions
regarding usage,Use
Notes,1 +EventRanking_Unaggregated,Ranking data
is still being calculated.,Ranking data
Not yet tied,1 +EventReward_EmotionalMemberUnselected,You can't view this until you select a best girl.,I can't display it because I haven't selected the members,1 +EventReward_RequiredPoint,Points required,Necessary PT,1 +LpBoost_LP_Count,Current LP,LP number of people,1 +LpBoost_LP_Default_Amount,Base LP cost,Basic LP consumption,1 +LpBoost_LP_Discount,LP discount!,LP discount!,1 +LpBoost_Min,Min,Min,1 +LpBoost_EventPt,Event pts,Event PT,1 +LpBoost_Get,obtained,Acquisition,1 +LpBoost_GetReward,Reward obtained,Acquisition reward,1 +LpBoost_UseLpMessage,"The amount of rewards received, as well as the total amount obtainable, will change based on how much LP you consume.","Depending on the amount of consumption LP, the amount of rewards and the reward that can be obtained will change.",1 +LpBoost_UseLpSetting,LP Consumption Settings,Consumption LP settings,1 +LpBoost_Count,Hold,The number of possession,1 +LpBoost_UseCount,LP cost,Consumption,1 +LpBoost_Default,Default,Basics,1 +LpBoost_ValueColor,{0}
, {0}
,1 +LpBoost_GetRewardMessage,will change the amount of obtainable rewards.,The amount of rewards will change according to,1 +LpBoost_Use,Use,consumption,1 +LpBoost_UseLp,LP cost,Consumption LP,1 +LpBoost_Setting,Set,setting,1 +LpBoost_UseLPMessageShort,Total amount of rewards obtained changes based on how much LP is spent.,The amount of acquisition reward changes depending on the amount of consumption LP,1 +Skip_Message,*Repeated skips will grant clear rewards for each skip all at once.
*Skipping will use your current high score as the live show results score.,"* Clear rewards for the number of continuous skips can be obtained together
* When skipping, the high score is referenced as a live result score.",1 +Skip_Ticket_Count,Skip Tickets held,Number of skip tickets,1 +Skip_Ticket_UseCount,Set the number of Skip Tickets to use.,Set the number of skip,1 +Skip_Confirm,Skip?,Skip confirmation,1 +Skip_Lock_Message,Clear the selected difficulty level to unlock skipping.,Clearing the selected difficulty will release the skip function,1 +Skip_Not_Enough_Ticket,No Skip Tickets.,There is no skip ticket,1 +LoginBouns_RewardAmountBonus,(+{0}),(+{0}),1 +EventTop_Button_ToGeneral_2,Live Show,To live,1 +EventTop_Button_ToGeneral_2_Msg,You gained event pts!,Get event PT!,1 +EventTipsDialog_Tips_Title,Events Tutorial,How to play the event,1 +EventTop_Aggregate,Calculating rankings...,Under the ranking,1 +EventTop_EventClose,This event has ended.,The event is over,1 +BeginnerMission_Bingo,BINGO,Bingo,1 +TakeOver_DialogTitle,Link Play Data,Play data cooperation,1 +TakeOver_DialogUserId,Love Live! School Idol Festival User ID,lovelive! School idol festival user ID,1 +TakeOver_DialogPassword,Data link password,Play data linkage password,1 +TakeOver_DialogPasswordSample,Enter password,input,1 +TakeOver_DialogAccept,Link Play Data,Play data cooperation,1 +TakeOver_DialogDescription,"By entering your Love Live! School Idol Festival user ID and password,
you can browse your Love Live! School Idol Festival album!",lovelive! By entering a school idol festival user ID and play data linked password
lovelive! You can browse the school idol festival album,1 +TakeOver_DialogAttension,*You must set up data linking in Love Live! School Idol Festival in order to view your albums.
*Please be aware that linking player data and receiving the related bonuses can only be done once.,"※lovelive! If you do not set play data linkage at the school idol festival, you cannot view it
* Please note that play data linkage and play data linkage benefits can only be received once.",1 +TakeOver_DialogUserError,Please enter your Love Live! School Idol Festival user ID.,lovelive! Please enter the user ID of the school idol festival,1 +TakeOver_DialogPasswaordError,Please enter your data link password.,Enter the play data linked password,1 +TakeOver_DialogDone,Player data has been linked! Memory album is now available.
Data link bonuses can be obtained from the present box.,Play data linkage is completed and 'Memories album' can be viewed.
Please receive play data linkage benefits from the present,1 +BeginnerMission_BingoPlayableBalloonTips,Available after clearing {0} BINGO challenges.,Bingo {0} Clearing it can be challenged,1 +SubMenu_BgmOn,BGM ON,BGM/ON,1 +SubMenu_BgmOff,BGM OFF,BGM/OFF,1 +Mission_ChallengeButton_Chat,Chat,To the chat,1 +Mission_ChallengeButton_Home,Home,home,1 +Common_Remain,Next:,After,1 +Mission_Attention_Daily,Daily goals change every day at midnight.,Daily issues are updated at 0:00 every day,1 +Mission_Attention_ExpireTime,Goals available until {0}.,The validity period is up to {0},1 +Mission_Attention_Subscription,*Miracle Pass goal progress is counted beginning on the day following purchase.,* Achieving the assignment of the Miracle path will be counted after joining.,1 +Mission_HeaderTabTotal,Event General,Total event,1 +Mission_HeaderTabDaily,Daily,daily,1 +HomePreset_DropDownItem_Obtain,Order obtained,Obtaining procedure,1 +HomePreset_DropDownItem_Rare,Rarity,Rarity,1 +HomePreset_DropDownItem_Anime,Animation,With anime,1 +HomePreset_DropDownItem_Favorite,Favorite,favorite,1 +Event_CategoryName_1,Miracle Collection,Miracle collection,1 +Event_CategoryName_2,Free Tour,Pretend ~ Tour ~,1 +Event_CategoryName_3,Teamup Live Show,Kyoroku Live,1 +Event_CategoryName_4,Star Event,Star event,1 +Event_Favorite_Button_Home,Home,to return home,1 +Event_Favorite_Button_Decide,Continue,decide,1 +Event_Favorite_Title,Pick a Member to Be Your Best Girl!,Choose the members!,1 +Event_Favorite_Tips,About Best Girls,What are the members?,1 +Event_Favorite_Confirm_Title,Confirm,confirmation,1 +Event_Favorite_Confirm_Desc,"Select {0}
as your best girl?

*Once confirmed, your choice will be locked until the event ends.","Ichi -cho member
Do you decide to {0}?

* After the decision, it cannot be changed until the end of the event ",1 +EventBonus_PointBonus_Desc,Activate the event pt bonus by forming a unit with selected members!
Earn extra event pts with each live show cleared!,Event PT bonus is effective by organizing selection members!
Event PT that can be obtained when clearing live is up!,1 +EventBonus_PointBonus_Attention,*The event pt bonus will be based on the total number of specified members in your unit.,* The total value of all selected members in the formation of the event PT bonus is applied.,1 +EventBonus_ItemBonus_Desc,"If any of the specific members are in your member list, you'll obtain extra Miracle Stars with your login bonus!","If there is a selected member on the list, the number of miracle stars that can be obtained with the login bonus is improved!",1 +EventBonus_ItemBonus_Attention,*The Miracle Star bonus will be based on the total number of the specified members on your member list.
*The bonus only applies on days where you receive Miracle Stars with your login bonus.,* The total value of all selected members in the member list is applied for the Miracle Star acquisition bonus.
* Miracle Star acquisition bonuses are applied only on the day when the Miracle Star is set with the login bonus.,1 +EventBonus_ScoreBonus_Desc,Activate the score bonus by forming a unit with specially-selected members!
Increase your score with each live show cleared!,The score bonus is effective by organizing the selected members!
The score that can be obtained when clearing live is up!,1 +EventBonus_ScoreBonus_Attention,* Your score bonus is calculated by totaling the values of each specially-selected member in your unit.,* The total value of all the selected members in the formation of the score bonus is applied.,1 +EventBonus_ItemBonusMulti_Desc,"If any specially-selected members are in your member list, you'll obtain extra items with your login bonus!","If there is a selected member in the member list, the number of items that can be obtained with the login bonus is improved!",223062001 +EventBonus_ItemBonusBonusMulti_Attention,*The login item bonus is calculated by totaling the values of each specially-selected member in your member list.
*The login item bonus does not apply to gold.,* The total value of all selected members in the member list is applied for the login item acquisition bonus.
* Bonuses for login items are not applied to gold.,223062001 +EventBonus_BeforeEvolve,Before Idolizing,Before awakening,1 +EventBonus_AfterEvolve,After Idolizing,After awakening,1 +EventBonus_HaveCard,Obtained,Already acquired,1 +MusicSelect_CanNotFocusMusic,No songs found matching that search criteria.,I couldn't find the song under the current search conditions,1 +Common_ContinueSpiritShortageShortMessage,You don't have enough Miracle Stars.,There is a shortage of miracle stars,1 +EventReward_Category_EventPoint,Total event pts,Cumulative event PT,1 +EventReward_Category_EventScore,Score,Score,1 +EventRanking_Category_EventPoint,Total event pts,Cumulative event PT,1 +EventRanking_Category_EventScore,Score,Score,1 +Common_Consumption,Use,consumption,1 +Common_Setting,Set,setting,1 +PresentBox_ReceivableItemCount,{0}/{1} items
,{0}/ {1} case ,1 +HomePreset_Edit_EmptyPresetText,Custom home screen settings not configured.,Home screen custom is not set,1 +Header_Lp_TextTag,{0}/{1},{0}/ {1},1 +Adv_Button_Skip,Skip,skip,1 +Adv_Button_Auto,Auto,Auto,1 +Adv_Button_Fast,FF,Fast -feeding,1 +Adv_Button_Log,Log,log,1 +Adv_Button_Deactive,Hide,Hidden,1 +Adv_Button_MovieSkip,Skip,skip,1 +Adv_Button_MoviePlay,Play,reproduction,1 +Adv_Button_MovieStop,Pause,pause,1 +Adv_Button_MoviePrevStep,Back,return,1 +Adv_Button_MovieNextStep,Next,move on,1 +Adv_Button_MovieDeactive,Hide,Hidden,1 +Header_Lp_Text,LP,L p,1 +Header_Rank_Num,{0}, {0} ,1 +StoryPart_NotLiveClearGroupMusicCount,Play {0} {1} more time(s) in live shows to unlock.,It will be released by playing {0} songs at {1} times at live.,1 +StoryPart_NotLiveClearMusicCount,Clear {0} {1} more time(s) to unlock.,"If you clear {0}, you will be released if you clear {1} times",1 +Common_SeriesName_1,Love Live!,lovelive!,1 +Common_SeriesName_2,Love Live! Sunshine!!,lovelive! Sunshine !!,1 +Common_SeriesName_3,Love Live! Nijigasaki High School Idol Club,lovelive! Nijigasaki Gakuen School Idol Club,1 +Common_SeriesName_4,Love Live! Superstar!!,lovelive! Super star!!,1 +Common_SeriesName_5,Love Live! Hasunosora Girls' High School Idol Club,lovelive! Rennosa Gakuin School Idol Club,1 +StoryPart_NotRelease_EventStory,You do not have enough event points.,There is a shortage of the necessary event PT,1 +Common_NoCapture,Screen capture is not available on this screen.,Capture of this screen is prohibited,1 +Common_EventCloseMessage,There are no events currently available.,"Currently, no event is held",1 +LiveResult_BonusText,Bonus +{0}%,Bonus +{0} %,1 +HomePreset_Title_HomeCustomEdit,Home Screen Editor,Home custom editing,1 +HomePreset_Title_Preview,Preview,preview,1 +HomePreset_Title_BackgroundSelection,Select Background,Background selection,1 +HomePreset_Title_ForegroundSelection,Select Foreground,Front scenery selection,1 +HomePreset_Title_MemberChange,Change Member,Member change,1 +HomePreset_HomeCustom,Customize Home Screen,Home custom,1 +HomePreset_Save_HomeCustom,Customizations saved.,I saved home custom,1 +HomePreset_PhotoWarning,Backgrounds and effects cannot be applied to photos.,The background and effects cannot be applied in the photo settings,1 +TermsOfService_Credit,Credits,credit,1 +TermsOfService_Button_InformationNotation,Show Info,Information notation,1 +TermsOfService_Button_Performance,Performance,Achievements,1 +TermsOfService_Button_StoneConfirmation,Current Love Gems,Confirmation of possession Loveka,1 +SubMenu_Button_Profile,Profile,profile,1 +SubMenu_Button_Friend,Friends,friend,1 +SubMenu_Button_ItemList,Item List,item list,1 +SubMenu_Button_Exchange,Item Exchange,Exchange,1 +SubMenu_Button_Album,Album,album,1 +SubMenu_Button_OnePanelComic,Comics,1 frame manga,1 +SubMenu_Button_MemoryAlbum,Memory Album,Memorial album,1 +SubMenu_Button_DataTransfer,Data Transfer,Data transfer,1 +SubMenu_Button_SerialCode,Promo Code,serial code,1 +SubMenu_Button_LocationCampaign,On-Location
Present,Outing
Present,223062001 +SubMenu_Button_MusicLibrary,Song Library,Music dictionary,223081401 +GemShopItem_SubscriptionButton_Restore,Restore,Restoration,1 +LiveResult_GetFriendPointSameMemberFormation,This member is already in a unit.,The same member is organized,1 +EventTop_RewardGotAll,All event pt achievement rewards acquired.,All event PT achievement rewards have been obtained,1 +EventTop_StoryAllReleased,All stories unlocked!,All stories have been released,1 +HomePreset_Cant_Clear_Last1,Cannot clear the list when only one preset exists.,You cannot clear it when there is only one preset,1 +EventTop_NotSetFavorite,Best Girl: Not set,Proper Men: Not set,1 +StoryPart_NotRelease_ReadPrevious,Previous story chapters are still unread.,I haven't read the previous story,1 +SerialCode_InputDialogTitle,Promo Code,serial code,1 +SerialCode_InputDialogText,Enter your promo code,Enter the serial code,1 +SerialCode_InputEmptyText,Promo Code,serial code,1 +SerialCode_InputDialogAttentionText,*Acquired items will be sent to your present box.
*Promo code rewards can only be received once per account.,* Acquired items will be sent to the present.
* Rewards of each serial code can be received only once per account.,1 +SerialCode_ConfirmDialogTitle,Confirm,confirmation,1 +SerialCode_ConfirmDialogText,Use your promo code to obtain [{0}]?,I will receive the benefits of [{0}].,1 +SerialCode_SuccessMessage,Check your present box to claim your items!,Please receive the privilege item from the gift,1 +SerialCode_ErrorMessageAlreadyUsed,This code has already been used.,This serial code has been used,1 +SerialCode_ErrorMessageNotUse,The code you entered could not be used.,The entered serial code could not be used,1 +SerialCode_ErrorMessageNotAvailable,The maximum number of rewards for this campaign have already been received.,The reward for this campaign has been received up to the number of times to receive,1 +SerialCode_ErrorMessageNotEnter,Cannot enter a code at the moment. This will be available after {0}.,Currently cannot be entered {0} You can enter after,1 +SerialCode_InputButtonText,Enter
Code,Serial code
Input,1 +SerialCode_ConfirmButtonText,Check
Code,Serial code
Confirmation,1 +SerialCode_DisplayButtonText,Display
Code,Serial code
Display,1 +SerialCode_CopyMessage,Code copied.,Copy the serial code,1 +SerialCode_NoCampaign,No promotions currently available.,Currently there is no campaign,1 +SerialCode_DisplayDialogTitle,Code Display,Serial code display,1 +SerialCode_DisplayDialogAttentionText,*Each serial code can only be generated one time per account.,* Each serial code is issued only once per account.,1 +SerialCode_DisplayDialogText,{0} code,{0} serial code,1 +SerialCode_FailedToCreateSerialCode,Failed to acquire serial code information. Please wait and try again later.,I failed to get a serial code. Open time for a while and try it again,1 +SerialCode_NoAllocatableCode,Failed to assign the serial code. Pleas contact our help desk.,The assignment of the serial code failed. Please contact us,1 +Common_EventPointDetail,{0} {1},{0} {1},1 +EventTop_Multi_RoomIdCopy,Room ID copied.,Copy the room ID,1 +SerialCode_ErrorMessageExpired,The code you have entered has expired.,The expiration date of the entered serial code has expired.,1 +SerialCode_ErrorMessageRankOutOfRange,The code you have entered could not be used
because the necessary player rank has not been achieved.,
Serial code could not be used because it did not meet the player rank conditions required for the entered serial code.,1 +LocationInformation_Message,Visit the specified location before the deadline to receive rewards!,Visit the designated place by the end date and time and get the reward!,223062001 +LocationInformation_Success,Successfully verified location! Claim the rewards in your Present Box!,I succeeded in acquiring location information! Please receive the reward from the present,223062001 +LocationInformation_ConfirmDialogTitle,Campaign Check,Campaign confirmation,223062001 +LocationInformation_ConfirmDialogMessage,"Send your location information to receive rewards?
*For the safety of yourself and others,
do not send while walking, driving, etc.","Send location information and receive rewards. Is it OK?
* For safety, please refrain from sending while moving.",223062001 +LocationInformation_ConfirmDialogGetReward,Reward obtained,Acquisition reward,223062001 +LocationInformation_ConfirmDialogGetLocation,Confirm Location,Get location information,223062001 +LocationInformation_NoCampaign,Currently no On-Location Presents available.,There is no outing gift currently being held,1 +Common_OnlySecond,sec.,Second,1 +MultiMatching_CannotMatching,Matching failed.
Returning to event page.,I couldn't match. Return to the top of the event,223061303 +MultiMatching_Synchronization,Synchronizing with other players...,Sync with other players,223061303 +MultiMatching_MemberDecited,Members finalized!,The member has been decided,223061303 +MultiMatching_LeaveByTimeLimit,Time expired. Leaving room.,I will leave at the time of time,223061303 +DeckEdit_Score,Score,Score,1 +MultiMatching_RecruitMembers,Recruit more members.,We will recruit members,223061303 +MultiMatching_WaitMembersOnResult,Wait for members pending results.,Wait for the members on the live result,223061303 +MultiDeck_DefaultDeckName,Teamup Live Show,Kyoroku Live,223061303 +MultiMatching_WaitingAnotherMembers,Waiting for other players...,I'm waiting for other players,223061303 +MultiMatching_LiveWillStartSoon,Live show to begin shortly...,The live will begin soon,223061303 +SSAlignment_SubMenuButtonText,SIFAS Data Link,Suksta collaboration,1 +SSAlignment_SubMenuButtonTextAlreadyCompleted,Linking complete.,Coordinated,1 +SSAlignment_DialogTitle,SIFAS Data Link,Suksta collaboration,1 +SSAlignment_DialogTextPlayerId,All Stars Player ID,Sukusta player ID,1 +SSAlignment_DialogTextPassword,Link Password,Cooperation password,1 +SSAlignment_DialogTextInfo,You can earn special bonuses by entering a player ID and data link password
from Love Live! School Idol Festival All Stars.,You can receive benefits by entering the player ID / linked password issued by Suksta.,1 +SSAlignment_DialogTextAttension,*This is not available for those who have not linked data to School Idol Festival 2 from the settings in All Stars.,* It is not available if you do not set up 2 cooperation in Sukufesu in Suksta.,1 +SSAlignment_MessageSuccess,All Stars data linking complete.
Claim rewards in your Present Box!,The cooperation with Suksta has been completed.
Please receive the benefits from the present box.,1 +SSAlignment_ErrorMessageLock,Cannot enter a code at the moment. This will be available after {0}.,Currently cannot be entered {0} You can enter after,1 +SSAlignment_ErrorMessageInput,Please check that you have entered your player ID and data link password from All Stars correctly.,Please check if the Skst player ID / linkage password is correctly entered,1 +Dialog_TitleConfirm,Confirm,confirmation,1 +Event_EndMessage,This event has ended.,The event is over,1 +Common_Search,Search,search,223081401 +Common_SearchPlaceholder,Enter here.,Please enter,223081401 +MusicLibrary_SearchPlaceholder,Search here by song title/composer/writer/arranger.,You can search by song name/composer/lyricist name/arranger name,223081401 +MusicLibrary_SearchWordsEmpty,Enter a keyword to search.,Please enter the search word,223081401 +MusicLibrary_Live,Perform this song!,Live with this song!,223081401 +MusicLibrary_SortDefault,Default,Default,223081401 +MusicLibrary_SortMusicName,Order by song title,Song name order,223081401 +MusicLibrary_SortReleaseTime,Order by release date,Release date order,223081401 +MusicLibrary_MusicCount,{0}/{1}
,{0}/ {1} ,223081401 +MusicLibrary_MusicEmpty,No matching songs found.,There was no corresponding song,223081401 +MusicLibrary_Button_MusicDetail,Song Details,Music details,223081401 +MusicLibrary_Button_Live,Live Show,live,223081401 +Multi_CannotSendStamp,Cannot use a sticker at this time.,Currently not available for stamps,1 +MusicLibrary_ReleaseDate,Release Date: {0},Song release date: {0},223081401 +Common_Refresh,Update,update,1 +SortDialog_SortRecommendedGuest,Recommended Guest,Recommended guests,1 +MusicSelect_ChangeDifficulty,Selected {1} because {0} is not available.,"Since there is no {0}, I selected {1}",1 +Practice_CantUseItem,"No items available for ""Pick for Me.""",There was no item that could be used by random,1 +MusicSelect_NotFullCombo,Full Combo uncleared,Non -full control,1 +RankUpDialog_LpMax,LP limit reached.,The maximum LP value has reached the upper limit,1 +StarEvent_TabGroupStarLevelRanking,Star Level Ranking,Star LV ranking,223111506 +StarEvent_TabGroupStarLevelReward,Star Level Reward Details,Star Lv Reward Details,223111506 +StarEvent_TabGroupStarPointReward,Total Event Pt Rewards Details,Cumulative event PT reward details,223111506 +StarEvent_Get,Obtained,get,223111506 +StarEvent_Share,Share Once per Day,With a share once a day,223111506 +StarEvent_Assist,Star Assist,Star assist,223111506 +StarEvent_ChangeMusic,Change Song,Change to another song,223111506 +StarEvent_ChangeMusicFirstPrice,First for Free,First time free,223111506 +StarEvent_SkippableStarMission,Skip for Target Score Available!,The target score can be cleared with SKIP!,223111506 +StarEvent_Skippable,Skippable,SKIP possible,223111506 +StarEvent_MusicClearText,Choose a song and hit your target score during your live show!,Select a song and clear your target score at live!,223111506 +StarEvent_PlayCount,Songs played today: {0}/{1},Today's song play number: {0}/{1},223111506 +StarEvent_SkillPercentUp,Score + {0}%,Score +{0}%,223111506 +StarEvent_GotAllStarPointReward,All Event pts achievement rewards acquired.,All event PT achievement rewards have been obtained,223111506 +StarEvent_NonPoint,--- pts,--- pt,223111506 +StarEvent_NextStarPointReward,Next Total pts Reward,Up to the following cumulative event PT rewards,223111506 +StarEvent_GotAllStarLevelReward,All Star Level achievement rewards acquired.,Obtained all star Lv achievement rewards,223111506 +StarEvent_NextStarLevelReward,Next Star Level Reward,Next Star Lv Reward,223111506 +StarEvent_Total,Total,Cumulative,223111506 +StarEvent_StarLevel,Star Level,Star Lv,223111506 +StarEvent_BeforeLevel,Previous
Star Level,The previous
Star Lv,223111506 +StarEvent_ClearCount,{0}/{1}, {0} /{1},223111506 +StarEvent_StarLevelReward,Star Level Reward,Star Lv Reward,223111506 +StarEvent_StarPointReward,Total event pt rewards,Cumulative event PT reward,223111506 +StarEvent_StarLevelRewardDialogTitle,Your Star Level Reward was sent to your Present Box!,Star Lv reward was given as a gift!,223111506 +StarEvent_ChangeMusicMessage,Change song to
{0},'{0}'
Is it okay to change to another song?,223111506 +StarEvent_ChangeMusicButton,Different Song,Change to another song,223111506 +StarEvent_StarAssistTitle,Star Assist Confirmation,Star Assist confirmation,223111506 +StarEvent_StarAssistInfo,Use x1 Star Assist Ticket for a Live Show?
Using a Star Assist Ticket will provide the following effects.,"Do you want to live with one star assist ticket?
If you use a star assist ticket, the following effects will be applied during live.",223111506 +StarEvent_StarAssistBuffInfo,"・ Member enhancement bonus [+{0}%]
*With the Member enhancement bonus, your bonus value increases by enhancing your Members to a certain level or higher.
・ You become invincible during the live show and cannot lose HP.
・ Activates maximum continuous judgment reinforcement (makes all notes BAD and above PERFECT)
・ Increases skill activation rate by 20%
・ Doubles the score bonus effects of specially-selected Members.",・ Member training bonus [+{0}%]
* The bonus value of the member training bonus increases by nurturing a certain number of members.
・ HP does not decrease due to invincible state during the live performance
・ Attorney -enhanced maximum maximum maximum (determine the BAD to Perfect)
・ Skill activation rate increases by 20%
・ Double the score bonus effect of the selected member,223111506 +StarEvent_StarAssistAmount,Star Assist Tickets,Star Assist Ticket Number of possession,223111506 +StarEvent_StarAssistButton,Use Star Assist Ticket,Live using Star Assist,223111506 +StarEvent_ShareMessage,#StarChallengeEventSIF2 #MyStarLevel,#Star Challenge Event is being held at Sukufes 2! #My Star Lv,223111506 +Event_PointRewardLoop,Obtained every {0} pts from here forward.,"Since then, acquisition for each PT {0}",223111506 +StarEvent_LevelRewardLoop,Obtained at every Star Level 1 from here forward. ,"After that, acquired for each star Lv1",223111506 +EventBonus_StarTab_Score,Score bonus,Score bonus,223111506 +EventBonus_StarTab_Item,Login Item Bonus,Login item acquisition bonus,223111506 +EventBonus_ItemBonusStar_Desc,"If any specially-selected members are in your member list, you'll obtain extra items with your login bonus!","If there is a selected member in the member list, the number of items that can be obtained with the login bonus is improved!",223111506 +EventBonus_ItemBonusBonusStar_Attention,*The login item bonus is calculated by totaling the values of each specially-selected member in your member list.
*The login item bonus will only apply when Star Assist Tickets are set up in the Login Bonuses screen.,* The total value of all the selected members in the list of login items is applied to the bonus of login items.
* The login item acquisition bonus is applied only on the day when the star assist ticket is set with the login bonus.,223111506 +StarEvent_PlayBonus_AllGot,All rewards completed.,I got everything today,223111506 +StarEvent_Remain_point,{0} more pts,And {0} pt,223111506 +EventBonus_StarScoreBonus_Attention,*Your score bonus is calculated by totaling the values of each specially-selected Member you have.,* The total value of all selected members in the score bonus is applied.,223111506 +EventBonus_StarScoreBonus_Desc,"If any specially-selected Members are in your Member List,
you can obtain a higher score when completing live shows that are a part of the event.",If there is a selected member in the member list
The score that can be obtained when clearing the event song is up!,223111506 +Theater_DialogTitle,毎日劇場,Theater every day,223120502 +Tw_SelectLanguage_Button_EN,English,English,1 +Tw_SelectLanguage_Button_ZH,繁體中文,Chinese,1 +Tw_SelectLanguage_Button_KR,한국어,Korean,1 +Tw_SelectLanguage_Button_JP,Japanese,Japanese,1 +Tw_SelectLanguage_Button,Select Language,Select Language,1 diff --git a/src/router/databases/csv-en/title.csv b/src/router/databases/csv-en/title.csv new file mode 100644 index 0000000..69f2191 --- /dev/null +++ b/src/router/databases/csv-en/title.csv @@ -0,0 +1,2854 @@ +_id,_name,_category,_detailText,_priority,_spriteName,_masterReleaseLabelId +4293000001,Title: Otonokizaka High Student,4293,Proof of being a student at Otonokizaka High School.,1,title_s_0000_00000_0001,1 +4293000002,Title: SIF Beginner,4293,Proof you started playing SIF!,2,title_s_0000_00000_0002,1 +4293000003,Title: I Love Live Shows!,4293,A title given to players who love live shows and have participated in many of them.,3,title_s_0000_00000_0003,1 +4293000004,Title: FULL COMBO!,4293,A title given to skillful players who have gotten many FULL COMBOs.,4,title_s_0000_00000_0004,1 +4293000005,Title: Honoka Fan,4293,A title for Honoka lovers!,5,title_s_0000_00000_0005,1 +4293000006,Title: Eli Fan,4293,A title for Eli lovers!,6,title_s_0000_00000_0006,1 +4293000007,Title: Kotori Fan,4293,A title for Kotori lovers!,7,title_s_0000_00000_0007,1 +4293000008,Title: Umi Fan,4293,A title for Umi lovers!,8,title_s_0000_00000_0008,1 +4293000009,Title: Rin Fan,4293,A title for Rin lovers!,9,title_s_0000_00000_0009,1 +4293000010,Title: Maki Fan,4293,A title for Maki lovers!,10,title_s_0000_00000_0010,1 +4293000011,Title: Nozomi Fan,4293,A title for Nozomi lovers!,11,title_s_0000_00000_0011,1 +4293000012,Title: Hanayo Fan,4293,A title for Hanayo lovers!,12,title_s_0000_00000_0012,1 +4293000013,Title: Nico Fan,4293,A title for Nico lovers!,13,title_s_0000_00000_0013,1 +4293000014,Title: Printemps,4293,A title for Printemps supporters.,14,title_s_0000_00000_0014,1 +4293000015,Title: lily white,4293,A title for lily white supporters.,15,title_s_0000_00000_0015,1 +4293000016,Title: BiBi,4293,A title for BiBi supporters.,16,title_s_0000_00000_0016,1 +4293000017,Title: Bustling Idol Study Club,4293,A bustling idol study club with plenty of members.,17,title_s_0000_00000_0017,1 +4293000018,Title: Lively Idol Study Club,4293,A fabulous idol study club full of Idolized members.,18,title_s_0000_00000_0018,1 +4293000019,Title: Friendly Idol Study Club,4293,A friendly idol study club full of members with deep bonds.,19,title_s_0000_00000_0019,1 +4293000020,Title: Hardworking Idol Study Club,4293,A hard-working idol study club full of high-level members.,20,title_s_0000_00000_0020,1 +4293000021,Title: I Made a Friend!,4293,Proof of having made plenty of friends!,21,title_s_0000_00000_0021,1 +4293000022,Title: Scout Master,4293,A title given to Scouting specialists who have Scouted many members.,22,title_s_0000_00000_0022,1 +4293000023,Title: Uranohoshi High Student,4293,Proof of being a student at Uranohoshi Girls' High School.,23,title_s_0000_00000_0023,1 +4293000901,SIF National Tournament 2016 Online Qualifier,4293,Proof of participation in the SIF National Tournament 2016 online qualifier.,901,title_s_0000_00000_0901,1 +4293000902,SIF National Tournament 2017 Online Qualifier,4293,Proof of participation in the SIF National Tournament 2017 online qualifier.,902,title_s_0000_00000_0902,1 +4293000024,Title: Otonokizaka High First Year Student,4293,A title for supporters of the first years of Otonokizaka High.,24,title_s_0000_00000_0024,1 +4293000025,Title: Otonokizaka High Second Year Student,4293,A title for supporters of the second years of Otonokizaka High.,25,title_s_0000_00000_0025,1 +4293000026,Title: Otonokizaka High Third Year Student,4293,A title for supporters of the third years of Otonokizaka High.,26,title_s_0000_00000_0026,1 +4293000027,Title: Uranohoshi High First Year Student,4293,A title for supporters of the first years of Uranohoshi High.,27,title_s_0000_00000_0027,1 +4293000028,Title: Uranohoshi High Second Year Student,4293,A title for supporters of the second years of Uranohoshi High.,28,title_s_0000_00000_0028,1 +4293000029,Title: Uranohoshi High Third Year Student,4293,A title for supporters of the third years of Uranohoshi High.,29,title_s_0000_00000_0029,1 +4293000030,Title: Chika Fan,4293,A title for Chika lovers!,30,title_s_0000_00000_0030,1 +4293000031,Title: Riko Fan,4293,A title for Riko lovers!,31,title_s_0000_00000_0031,1 +4293000032,Title: Kanan Fan,4293,A title for Kanan lovers!,32,title_s_0000_00000_0032,1 +4293000033,Title: Dia Fan,4293,A title for Dia lovers!,33,title_s_0000_00000_0033,1 +4293000034,Title: You Fan,4293,A title for You lovers!,34,title_s_0000_00000_0034,1 +4293000035,Title: Yoshiko Fan,4293,A title for Yoshiko lovers!,35,title_s_0000_00000_0035,1 +4293000036,Title: Hanamaru Fan,4293,A title for Hanamaru lovers!,36,title_s_0000_00000_0036,1 +4293000037,Title: Mari Fan,4293,A title for Mari lovers!,37,title_s_0000_00000_0037,1 +4293000038,Title: Ruby Fan,4293,A title for Ruby lovers!,38,title_s_0000_00000_0038,1 +4293000039,Title: CYaRon!,4293,A title for CYaRon supporters.,39,title_s_0000_00000_0039,1 +4293000040,Title: AZALEA,4293,A title for AZALEA supporters.,40,title_s_0000_00000_0040,1 +4293000041,Title: Guilty Kiss,4293,A title for Guilty Kiss supporters.,41,title_s_0000_00000_0041,1 +4293000042,Title: Step! ZERO to ONE,4293,A title to commemorate Aqours' first live show.,42,title_s_0000_00000_0042,1 +4293000043,SIF National Tournament 2017 Finalist,4293,Proof of being a finalist at the SIF National Tournament 2017.,43,title_s_0000_00000_0043,1 +4293000044,SIF National Tournament 2017 Third Place,4293,Proof of winning 3rd place at the SIF National Tournament 2017.,44,title_s_0000_00000_0044,1 +4293000045,SIF National Tournament 2017 Second Place,4293,Proof of winning 2nd place at the SIF National Tournament 2017.,45,title_s_0000_00000_0045,1 +4293000046,SIF National Tournament 2017 Champion,4293,Proof of winning the SIF National Tournament 2017.,46,title_s_0000_00000_0046,1 +4293000047,Title: SIF 4th Anniversary: μ's,4293,A title to commemorate SIF's 4th anniversary.,47,title_s_0000_00000_0047,1 +4293000048,Title: SIF 4th Anniversary: Aqours,4293,A title to commemorate SIF's 4th anniversary.,48,title_s_0000_00000_0048,1 +4293000049,Title: SIF 4th Anniversary,4293,A title to commemorate SIF's 4th anniversary.,49,title_s_0000_00000_0049,1 +4293000050,SIF Thanksgiving 2017,4293,A title to commemorate SIF Thanksgiving 2017.,50,title_s_0000_00000_0050,1 +4293000051,Title: HAPPY PARTY TRAIN TOUR,4293,A title to commemorate Aqours' second live show.,51,title_s_0000_00000_0051,1 +4293000052,Title: HAPPY PARTY TRAIN TOUR: NAGOYA,4293,A title to commemorate Aqours' second live show.,52,title_s_0000_00000_0052,1 +4293000053,Title: HAPPY PARTY TRAIN TOUR: KOBE,4293,A title to commemorate Aqours' second live show.,53,title_s_0000_00000_0053,1 +4293000054,Title: HAPPY PARTY TRAIN TOUR: SAITAMA,4293,A title to commemorate Aqours' second live show.,54,title_s_0000_00000_0054,1 +4293000055,Title: Aqours Club Activities Live Show & Fan Meeting,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting.,55,title_s_0000_00000_0055,1 +4293000056,Title: Aqours Club Activities Live Show & Fan Meeting: Osaka,4293,A title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Osaka.,56,title_s_0000_00000_0056,1 +4293000057,Title: Aqours Club Activities Live Show & Fan Meeting: Sapporo,4293,A title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Sapporo.,57,title_s_0000_00000_0057,1 +4293000058,Title: Aqours Club Activities Live Show & Fan Meeting: Numazu,4293,A title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Numazu.,58,title_s_0000_00000_0058,1 +4293000059,Title: Aqours Club Activities Live Show & Fan Meeting: Fukuoka,4293,A title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Fukuoka.,59,title_s_0000_00000_0059,1 +4293000060,Title: Aqours Club Activities Live Show & Fan Meeting: Nagoya,4293,A title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Nagoya.,60,title_s_0000_00000_0060,1 +4293000061,Title: Aqours Club Activities Live Show & Fan Meeting: Chiba,4293,A title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Chiba.,61,title_s_0000_00000_0061,1 +4293000062,Title: SIF AC1 1st Anniversary,4293,A title to commemorate SIF AC's 1st anniversary.,62,title_s_0000_00000_0062,1 +4293000063,Title: Mito Sea x SIF,4293,A special title commemorating the Izu-Mito Sea Paradise & SIF collaboration.,63,title_s_0000_00000_0063,1 +4293000064,Title: I Went to Mito Sea!,4293,Proof you went to Izu-Mito Sea Paradise!,64,title_s_0000_00000_0064,1 +4293000065,3rd Walking Rally: Walrus,4293,Proof of completing Chapter 1 of the 3rd Walking Rally.,65,title_s_0000_00000_0065,1 +4293000066,3rd Walking Rally: Dolphin Monument,4293,Proof of completing Chapter 4 of the 3rd Walking Rally.,66,title_s_0000_00000_0066,1 +4293000067,3rd Walking Rally: Uchichi Cookie,4293,Proof of completing Chapter 7 of the 3rd Walking Rally.,67,title_s_0000_00000_0067,1 +4293000068,Title: SIF AC 1st Anniversary: Honoka,4293,A special Honoka title to commemorate the SIF AC 1st anniversary.,68,title_s_0000_00000_0068,1 +4293000069,Title: SIF AC 1st Anniversary: Eli,4293,A special Eli title to commemorate the SIF AC 1st anniversary.,69,title_s_0000_00000_0069,1 +4293000070,Title: SIF AC 1st Anniversary: Kotori,4293,A special Kotori title to commemorate the SIF AC 1st anniversary.,70,title_s_0000_00000_0070,1 +4293000071,Title: SIF AC 1st Anniversary: Umi,4293,A special Umi title to commemorate the SIF AC 1st anniversary.,71,title_s_0000_00000_0071,1 +4293000072,Title: SIF AC 1st Anniversary: Rin,4293,A special Rin title to commemorate the SIF AC 1st anniversary.,72,title_s_0000_00000_0072,1 +4293000073,Title: SIF AC 1st Anniversary: Maki,4293,A special Maki title to commemorate the SIF AC 1st anniversary.,73,title_s_0000_00000_0073,1 +4293000074,Title: SIF AC 1st Anniversary: Nozomi,4293,A special Nozomi title to commemorate the SIF AC 1st anniversary.,74,title_s_0000_00000_0074,1 +4293000075,Title: SIF AC 1st Anniversary: Hanayo,4293,A special Hanayo title to commemorate the SIF AC 1st anniversary.,75,title_s_0000_00000_0075,1 +4293000076,Title: SIF AC 1st Anniversary: Nico,4293,A special Nico title to commemorate the SIF AC 1st anniversary.,76,title_s_0000_00000_0076,1 +4293000077,"Happy Birthday, Honoka!",4293,August 3rd is Honoka Kosaka's birthday. ♪,77,title_s_0000_00000_0077,1 +4293000078,"Happy Birthday, Eli!",4293,October 21st is Eli Ayase's birthday. ♪,78,title_s_0000_00000_0078,1 +4293000079,"Happy Birthday, Kotori!",4293,September 12th is Kotori Minami's birthday. ♪,79,title_s_0000_00000_0079,1 +4293000080,"Happy Birthday, Umi!",4293,March 15th is Umi Sonoda's birthday. ♪,80,title_s_0000_00000_0080,1 +4293000081,"Happy Birthday, Rin!",4293,November 1st is Rin Hoshizora's birthday. ♪,81,title_s_0000_00000_0081,1 +4293000082,"Happy Birthday, Maki!",4293,April 19th is Maki Nishikino's birthday. ♪,82,title_s_0000_00000_0082,1 +4293000083,"Happy Birthday, Nozomi!",4293,June 9th is Nozomi Tojo's birthday. ♪,83,title_s_0000_00000_0083,1 +4293000084,"Happy Birthday, Hanayo!",4293,January 17th is Hanayo Koizumi's birthday. ♪,84,title_s_0000_00000_0084,1 +4293000085,"Happy Birthday, Nico!",4293,July 22nd is Nico Yazawa's birthday. ♪,85,title_s_0000_00000_0085,1 +4293000086,"Happy Birthday, Chika!",4293,August 1st is Chika Takami's birthday. ♪,86,title_s_0000_00000_0086,1 +4293000087,"Happy Birthday, Riko!",4293,September 19th is Riko Sakurauchi's birthday. ♪,87,title_s_0000_00000_0087,1 +4293000088,"Happy Birthday, Kanan!",4293,February 10th is Kanan Matsuura's birthday. ♪,88,title_s_0000_00000_0088,1 +4293000089,"Happy Birthday, Dia!",4293,January 1st is Dia Kurosawa's birthday. ♪,89,title_s_0000_00000_0089,1 +4293000090,"Happy Birthday, You!",4293,April 17th is You Watanabe's birthday. ♪,90,title_s_0000_00000_0090,1 +4293000091,"Happy Birthday, Yoshiko!",4293,July 13th is Yoshiko Tsushima's birthday. ♪,91,title_s_0000_00000_0091,1 +4293000092,"Happy Birthday, Hanamaru!",4293,March 4th is Hanamaru Kunikida's birthday. ♪,92,title_s_0000_00000_0092,1 +4293000093,"Happy Birthday, Mari!",4293,June 13th is Mari Ohara's birthday. ♪,93,title_s_0000_00000_0093,1 +4293000094,"Happy Birthday, Ruby!",4293,September 21st Ruby Kurosawa's birthday. ♪,94,title_s_0000_00000_0094,1 +4293000095,Title: Interested in Honoka,4293,A title for people who are interested in Honoka.,95,title_s_0000_00000_0095,1 +4293000096,Title: Interested in Eli,4293,A title for people who are interested in Eli.,96,title_s_0000_00000_0096,1 +4293000097,Title: Interested in Kotori,4293,A title for people who are interested in Kotori.,97,title_s_0000_00000_0097,1 +4293000098,Title: Interested in Umi,4293,A title for people who are interested in Umi.,98,title_s_0000_00000_0098,1 +4293000099,Title: Interested in Rin,4293,A title for people who are interested in Rin.,99,title_s_0000_00000_0099,1 +4293000100,Title: Interested in Maki,4293,A title for people who are interested in Maki.,100,title_s_0000_00000_0100,1 +4293000101,Title: Interested in Nozomi,4293,A title for people who are interested in Nozomi.,101,title_s_0000_00000_0101,1 +4293000102,Title: Interested in Hanayo,4293,A title for people who are interested in Hanayo.,102,title_s_0000_00000_0102,1 +4293000103,Title: Interested in Nico,4293,A title for people who are interested in Nico.,103,title_s_0000_00000_0103,1 +4293000104,Title: Interested in Chika,4293,A title for people who are interested in Chika.,104,title_s_0000_00000_0104,1 +4293000105,Title: Interested in Riko,4293,A title for people who are interested in Riko.,105,title_s_0000_00000_0105,1 +4293000106,Title: Interested in Kanan,4293,A title for people who are interested in Kanan.,106,title_s_0000_00000_0106,1 +4293000107,Title: Interested in Dia,4293,A title for people who are interested in Dia.,107,title_s_0000_00000_0107,1 +4293000108,Title: Interested in You,4293,A title for people who are interested in You.,108,title_s_0000_00000_0108,1 +4293000109,Title: Interested in Yoshiko,4293,A title for people who are interested in Yoshiko.,109,title_s_0000_00000_0109,1 +4293000110,Title: Interested in Hanamaru,4293,A title for people who are interested in Hanamaru.,110,title_s_0000_00000_0110,1 +4293000111,Title: Interested in Mari,4293,A title for people who are interested in Mari.,111,title_s_0000_00000_0111,1 +4293000112,Title: Interested in Ruby,4293,A title for people who are interested in Ruby.,112,title_s_0000_00000_0112,1 +4293000113,Title: Hardcore Honoka Fan,4293,"A title proving one's love for Honoka, the leader of μ's, who shines as brightly as the sun.",113,title_s_0000_00000_0113,1 +4293000114,Title: Hardcore Eli Fan,4293,"A title proving one's love for Eli, the cute and clever student council president of Otonokizaka High.",114,title_s_0000_00000_0114,1 +4293000115,Title: Hardcore Kotori Fan,4293,"A title proving one's love for Kotori, the cake-loving girl in charge of μ's' costumes.",115,title_s_0000_00000_0115,1 +4293000116,Title: Hardcore Umi Fan,4293,"A title proving one's love for Umi, the most graceful, smart, and athletic member of μ's.",116,title_s_0000_00000_0116,1 +4293000117,Title: Hardcore Rin Fan,4293,"A title proving one's love for Rin, who's awesome at sports and always full of energy.",117,title_s_0000_00000_0117,1 +4293000118,Title: Hardcore Maki Fan,4293,"A title proving one's love for Maki, the hot-and-cold rich girl composer for μ's.",118,title_s_0000_00000_0118,1 +4293000119,Title: Hardcore Nozomi Fan,4293,"A title proving one's love for Nozomi, the mysterious girl with a knack for fortune-telling.",119,title_s_0000_00000_0119,1 +4293000120,Title: Hardcore Hanayo Fan,4293,"A title proving one's love for Hanayo, the shy girl mad for rice and idols.",120,title_s_0000_00000_0120,1 +4293000121,Title: Hardcore Nico Fan,4293,"A title proving one's love for Nico, the family-oriented idol club president.",121,title_s_0000_00000_0121,1 +4293000122,Title: Hardcore Chika Fan,4293,"A title proving one's love for Chika, the leader of Aqours and the youngest sister at the ryokan.",122,title_s_0000_00000_0122,1 +4293000123,Title: Hardcore Riko Fan,4293,"A title proving one's love for Riko, the piano virtuoso who transferred from Tokyo.",123,title_s_0000_00000_0123,1 +4293000124,Title: Hardcore Kanan Fan,4293,"A title proving one's love for Kanan, the sea-loving diver who's much like an older sister to everyone.",124,title_s_0000_00000_0124,1 +4293000125,Title: Hardcore Dia Fan,4293,"A title proving one's love for Dia, the earnest, traditional Japanese Student Council President of Uranohoshi High.",125,title_s_0000_00000_0125,1 +4293000126,Title: Hardcore You Fan,4293,"A title proving one's love for You, the high dive ace who dreams of becoming a ship's captain.",126,title_s_0000_00000_0126,1 +4293000127,Title: Hardcore Yoshiko Fan,4293,"A title proving one's love for Yoshiko, the aloof fallen angel cursed with demonic bad luck.",127,title_s_0000_00000_0127,1 +4293000128,Title: Hardcore Hanamaru Fan,4293,"A title proving one's love for Hanamaru, the gentle library assistant.",128,title_s_0000_00000_0128,1 +4293000129,Title: Hardcore Mari Fan,4293,"A title proving one's love for Mari, the fearless shiny girl.",129,title_s_0000_00000_0129,1 +4293000130,Title: Hardcore Ruby Fan,4293,"A title proving one's love for Ruby, the shy girl who loves her older sister.",130,title_s_0000_00000_0130,1 +4293000131,Title: μ's Fan,4293,A title for μ's lovers!,131,title_s_0000_00000_0131,1 +4293000132,Title: Hardcore μ's Fan,4293,A title for people who love μ's more than anything!,132,title_s_0000_00000_0132,1 +4293000133,Title: Otonokizaka High Idol Study Club,4293,Proof of membership in the Otonokizaka High idol study club.,133,title_s_0000_00000_0133,1 +4293000134,Title: Aqours Fan,4293,A title for Aqours lovers!,134,title_s_0000_00000_0134,1 +4293000135,Title: Hardcore Aqours Fan,4293,A title for people who love Aqours more than anything!,135,title_s_0000_00000_0135,1 +4293000136,Title: Uranohoshi High School Idol Club,4293,Proof of membership in the Uranohoshi High school idol club.,136,title_s_0000_00000_0136,1 +4293000137,Title: Give It Your Best!,4293,A few words from Honoka! Part 1,137,title_s_0000_00000_0137,1 +4293000138,Title: Harasho!,4293,A few words from Eli! Part 1,138,title_s_0000_00000_0138,1 +4293000139,Title: Chun Chun♪,4293,A few words from Kotori! Part 1,139,title_s_0000_00000_0139,1 +4293000140,Title: Fire My Love Arrow!,4293,A few words from Umi! Part 1,140,title_s_0000_00000_0140,1 +4293000141,Title: Nya Nya Nya~,4293,A few words from Rin! Part 1,141,title_s_0000_00000_0141,1 +4293000142,Title: What? Whatever!,4293,A few words from Maki! Part 1,142,title_s_0000_00000_0142,1 +4293000143,Title: So Spiritual!,4293,A few words from Nozomi! Part 1,143,title_s_0000_00000_0143,1 +4293000144,Title: Someone Save Me...,4293,A few words from Hanayo! Part 1,144,title_s_0000_00000_0144,1 +4293000145,Title: Nico-Nico Niii!,4293,A few words from Nico! Part 1,145,title_s_0000_00000_0145,1 +4293000146,Title: It's A Miracle!,4293,A few words from Chika! Part 1,146,title_s_0000_00000_0146,1 +4293000147,Title: Riko-chan Beam!,4293,A few words from Riko! Part 1,147,title_s_0000_00000_0147,1 +4293000148,Title: Let's Hug♪,4293,A few words from Kanan! Part 1,148,title_s_0000_00000_0148,1 +4293000149,Title: Bzzzzt!,4293,A few words from Dia! Part 1,149,title_s_0000_00000_0149,1 +4293000150,Title: Full Speed Ahead! Aye Aye!,4293,A few words from You! Part 1,150,title_s_0000_00000_0150,1 +4293000151,"Title: Come, Little Demon♪",4293,A few words from Yoshiko! Part 1,151,title_s_0000_00000_0151,1 +4293000152,"Title: It's the Future, Zura!",4293,A few words from Hanamaru! Part 1,152,title_s_0000_00000_0152,1 +4293000153,Tite: Shiny☆,4293,A few words from Mari! Part 1,153,title_s_0000_00000_0153,1 +4293000154,Title: I'll Do My Rubesty!,4293,A few words from Ruby! Part 1,154,title_s_0000_00000_0154,1 +4293000903,Title: SIF National Tournament 2018 Online Qualifier,4293,Proof of participation in the SIF National Tournament 2018 online qualifier.,903,title_s_0000_00000_0903,1 +4293000155,Title: Awashima Marine Park,4293,Proof you went to Awashima Marine Park!,155,title_s_0000_00000_0155,1 +4293000156,Title: Escape from the Island Aquarium,4293,A special title to commemorate the Real Escape Game & Love Live! Sunshine!! collaboration.,156,title_s_0000_00000_0156,1 +4293000157,4th Walking Rally: Ferry,4293,Proof of completing Chapter 1 of the 4th Walking Rally.,157,title_s_0000_00000_0157,1 +4293000158,4th Walking Rally: Penguin,4293,Proof of completing Chapter 4 of the 4th Walking Rally.,158,title_s_0000_00000_0158,1 +4293000159,4th Walking Rally: Spiny Lobster,4293,Proof of completing Chapter 6 of the 4th Walking Rally.,159,title_s_0000_00000_0159,1 +4293000160,Title: SIF 5th Anniversary,4293,A special title to commemorate SIF's 5th anniversary.,160,title_s_0000_00000_0160,1 +4293000161,Title: Hakodate Unit Carnival,4293,A title to commemorate the Hakodate Unit Carnival.,161,title_s_0000_00000_0161,1 +4293000162,SIF Thanksgiving 2018: Osaka,4293,A title to commemorate SIF Thanksgiving 2018 in Osaka.,162,title_s_0000_00000_0162,1 +4293000163,SIF Thanksgiving 2018: Numazu,4293,A title to commemorate SIF Thanksgiving 2018 in Numazu.,163,title_s_0000_00000_0163,1 +4293000164,SIF Thanksgiving 2018: Tokyo,4293,A title to commemorate SIF Thanksgiving 2018 in Tokyo.,164,title_s_0000_00000_0164,1 +4293000165,Title: WONDERFUL STORIES: SAITAMA,4293,A special title to commemorate Aqours' 3rd LIVE show.,165,title_s_0000_00000_0165,1 +4293000166,Title: WONDERFUL STORIES,4293,A special title to commemorate Aqours' 3rd LIVE show.,166,title_s_0000_00000_0166,1 +4293000167,Title: WONDERFUL STORIES: OSAKA,4293,A special title to commemorate Aqours' 3rd LIVE show.,167,title_s_0000_00000_0167,1 +4293000168,Title: WONDERFUL STORIES: FUKUOKA,4293,A special title to commemorate Aqours' 3rd LIVE show.,168,title_s_0000_00000_0168,1 +4293000169,5th Walking Rally: Aqours 3rd Love Live! Tour,4293,A title to commemorate completing the 5th Walking Rally missions.,169,title_s_0000_00000_0169,1 +4293000170,SIF National Tournament 2018 Finalist,4293,Proof of being a finalist at the SIF National Tournament 2018.,170,title_s_0000_00000_0170,1 +4293000171,SIF National Tournament 2018 Third Place,4293,Proof of winning 3rd place at the SIF National Tournament 2018.,171,title_s_0000_00000_0171,1 +4293000172,SIF National Tournament 2018 Second Place,4293,Proof of winning 2nd place at the SIF National Tournament 2018.,172,title_s_0000_00000_0172,1 +4293000173,SIF National Tournament 2018 Champion,4293,Proof of winning the SIF National Tournament 2018.,173,title_s_0000_00000_0173,1 +4293000174,Title: Aqours Club Activities Live Show & Fan Meeting 2018,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting.,174,title_s_0000_00000_0174,1 +4293000175,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Asahikawa,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Asahikawa.,175,title_s_0000_00000_0175,1 +4293000176,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Nagoya,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Nagoya.,176,title_s_0000_00000_0176,1 +4293000177,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Matsuyama,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Matsuyama.,177,title_s_0000_00000_0177,1 +4293000178,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Fukuoka,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Fukuoka.,178,title_s_0000_00000_0178,1 +4293000179,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Sendai,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Sendai.,179,title_s_0000_00000_0179,1 +4293000180,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Chiba,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Chiba.,180,title_s_0000_00000_0180,1 +4293000181,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Hiroshima,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Hiroshima.,181,title_s_0000_00000_0181,1 +4293000182,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Kanazawa,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Kanazawa.,182,title_s_0000_00000_0182,1 +4293000183,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Numazu,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Numazu.,183,title_s_0000_00000_0183,1 +4293000184,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Osaka,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Osaka.,184,title_s_0000_00000_0184,1 +4293000185,Title: Aqours Club Activities Live Show & Fan Meeting 2018: Tokyo,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting: Tokyo.,185,title_s_0000_00000_0185,1 +4293000186,6th Walking Rally: Akiba,4293,A title to commemorate completing the 6th Walking Rally missions.,186,title_s_0000_00000_0186,1 +4293000187,6th Walking Rally: Homuman,4293,"Specialty of Homura, the established Japanese sweets shop and Honoka's home.",187,title_s_0000_00000_0187,1 +4293000188,Title: Puchiguru Love Live!,4293,A title to commemorate the collaboration with Puchiguru Love Live!,188,title_s_0000_00000_0188,1 +4293000189,Title: Puchiguru Love Live!: Honoka,4293,A special Honoka title to commemorate the collaboration with Puchiguru Love Live!,189,title_s_0000_00000_0189,1 +4293000190,Title: Puchiguru Love Live!: Eli,4293,A special Eli title to commemorate the collaboration with Puchiguru Love Live!,190,title_s_0000_00000_0190,1 +4293000191,Title: Puchiguru Love Live!: Kotori,4293,A special Kotori title to commemorate the collaboration with Puchiguru Love Live!,191,title_s_0000_00000_0191,1 +4293000192,Title: Puchiguru Love Live!: Umi,4293,A special Umi title to commemorate the collaboration with Puchiguru Love Live!,192,title_s_0000_00000_0192,1 +4293000193,Title: Puchiguru Love Live!: Rin,4293,A special Rin title to commemorate the collaboration with Puchiguru Love Live!,193,title_s_0000_00000_0193,1 +4293000194,Title: Puchiguru Love Live!: Maki,4293,A special Maki title to commemorate the collaboration with Puchiguru Love Live!,194,title_s_0000_00000_0194,1 +4293000195,Title: Puchiguru Love Live!: Nozomi,4293,A special Nozomi title to commemorate the collaboration with Puchiguru Love Live!,195,title_s_0000_00000_0195,1 +4293000196,Title: Puchiguru Love Live!: Hanayo,4293,A special Hanayo title to commemorate the collaboration with Puchiguru Love Live!,196,title_s_0000_00000_0196,1 +4293000197,Title: Puchiguru Love Live!: Nico,4293,A special Nico title to commemorate the collaboration with Puchiguru Love Live!,197,title_s_0000_00000_0197,1 +4293000198,Title: Puchiguru Love Live!: Chika,4293,A special Chika title to commemorate the collaboration with Puchiguru Love Live!,198,title_s_0000_00000_0198,1 +4293000199,Title: Puchiguru Love Live!: Riko,4293,A special Riko title to commemorate the collaboration with Puchiguru Love Live!,199,title_s_0000_00000_0199,1 +4293000200,Title: Puchiguru Love Live!: Kanan,4293,A special Kanan title to commemorate the collaboration with Puchiguru Love Live!,200,title_s_0000_00000_0200,1 +4293000201,Title: Puchiguru Love Live!: Dia,4293,A special Dia title to commemorate the collaboration with Puchiguru Love Live!,201,title_s_0000_00000_0201,1 +4293000202,Title: Puchiguru Love Live!: You,4293,A special You title to commemorate the collaboration with Puchiguru Love Live!,202,title_s_0000_00000_0202,1 +4293000203,Title: Puchiguru Love Live!: Yoshiko,4293,A special Yoshiko title to commemorate the collaboration with Puchiguru Love Live!,203,title_s_0000_00000_0203,1 +4293000204,Title: Puchiguru Love Live!: Hanamaru,4293,A special Hanamaru title to commemorate the collaboration with Puchiguru Love Live!,204,title_s_0000_00000_0204,1 +4293000205,Title: Puchiguru Love Live!: Mari,4293,A special Mari title to commemorate the collaboration with Puchiguru Love Live!,205,title_s_0000_00000_0205,1 +4293000206,Title: Puchiguru Love Live!: Ruby,4293,A special Ruby title to commemorate the collaboration with Puchiguru Love Live!,206,title_s_0000_00000_0206,1 +4293000207,Title: Sailing to the Sunshine,4293,A special title to commemorate Aqours' fourth live show.,207,title_s_0000_00000_0207,1 +4293000208,Title: Sailing to the Sunshine: Tokyo,4293,A special title to commemorate Aqours' fourth live show.,208,title_s_0000_00000_0208,1 +4293000209,7th Walking Rally: Sailing to the Sunshine,4293,A title to commemorate completing the 7th Walking Rally missions.,209,title_s_0000_00000_0209,1 +4293000210,7th Walking Rally: No. 10 Form Finger,4293,Go wild with the members at the live shows! You are Aqours' 10th member!,210,title_s_0000_00000_0210,1 +4293000211,Title: SIF AC Next Stage Opening,4293,A special title to commemorate the opening of SIF AC Next Stage.,211,title_s_0000_00000_0211,1 +4293000212,Title: SIFAS AC Supporter: Honoka,4293,A special Honoka title to support SIF AC.,212,title_s_0000_00000_0212,1 +4293000213,Title: SIFAS AC Supporter: Eli,4293,A special Eli title to support SIF AC.,213,title_s_0000_00000_0213,1 +4293000214,Title: SIFAS AC Supporter: Kotori,4293,A special Kotori title to support SIF AC.,214,title_s_0000_00000_0214,1 +4293000215,Title: SIFAS AC Supporter: Umi,4293,A special Umi title to support SIF AC.,215,title_s_0000_00000_0215,1 +4293000216,Title: SIFAS AC Supporter: Rin,4293,A special Rin title to support SIF AC.,216,title_s_0000_00000_0216,1 +4293000217,Title: SIFAS AC Supporter: Maki,4293,A special Maki title to support SIF AC.,217,title_s_0000_00000_0217,1 +4293000218,Title: SIFAS AC Supporter: Nozomi,4293,A special Nozomi title to support SIF AC.,218,title_s_0000_00000_0218,1 +4293000219,Title: SIFAS AC Supporter: Hanayo,4293,A special Hanayo title to support SIF AC.,219,title_s_0000_00000_0219,1 +4293000220,Title: SIFAS AC Supporter: Nico,4293,A special Nico title to support SIF AC.,220,title_s_0000_00000_0220,1 +4293000221,Title: SIFAS AC Supporter: Chika,4293,A special Chika title to support SIF AC.,221,title_s_0000_00000_0221,1 +4293000222,Title: SIFAS AC Supporter: Riko,4293,A special Riko title to support SIF AC.,222,title_s_0000_00000_0222,1 +4293000223,Title: SIFAS AC Supporter: Kanan,4293,A special Kanan title to support SIF AC.,223,title_s_0000_00000_0223,1 +4293000224,Title: SIFAS AC Supporter: Dia,4293,A special Dia title to support SIF AC.,224,title_s_0000_00000_0224,1 +4293000225,Title: SIFAS AC Supporter: You,4293,A special You title to support SIF AC.,225,title_s_0000_00000_0225,1 +4293000226,Title: SIFAS AC Supporter: Yoshiko,4293,A special Yoshiko title to support SIF AC.,226,title_s_0000_00000_0226,1 +4293000227,Title: SIFAS AC Supporter: Hanamaru,4293,A special Hanamaru title to support SIF AC.,227,title_s_0000_00000_0227,1 +4293000228,Title: SIFAS AC Supporter: Mari,4293,A special Mari title to support SIF AC.,228,title_s_0000_00000_0228,1 +4293000229,Title: SIFAS AC Supporter: Ruby,4293,A special Ruby title to support SIF AC.,229,title_s_0000_00000_0229,1 +4293000230,8th Walking Rally: Italy,4293,A title to commemorate completing the 8th Walking Rally missions.,230,title_s_0000_00000_0230,1 +4293000231,"Happy Birthday, Honoka!",4293,August 3rd is Honoka Kosaka's birthday. ♪,231,title_s_0000_00000_0231,1 +4293000232,"Happy Birthday, Eli!",4293,October 21st is Eli Ayase's birthday. ♪,232,title_s_0000_00000_0232,1 +4293000233,"Happy Birthday, Kotori!",4293,September 12th is Kotori Minami's birthday. ♪,233,title_s_0000_00000_0233,1 +4293000234,"Happy Birthday, Umi!",4293,March 15th is Umi Sonoda's birthday. ♪,234,title_s_0000_00000_0234,1 +4293000235,"Happy Birthday, Rin!",4293,November 1st is Rin Hoshizora's birthday. ♪,235,title_s_0000_00000_0235,1 +4293000236,"Happy Birthday, Maki!",4293,April 19th is Maki Nishikino's birthday. ♪,236,title_s_0000_00000_0236,1 +4293000237,"Happy Birthday, Nozomi!",4293,June 9th is Nozomi Tojo's birthday. ♪,237,title_s_0000_00000_0237,1 +4293000238,"Happy Birthday, Hanayo!",4293,January 17th is Hanayo Koizumi's birthday. ♪,238,title_s_0000_00000_0238,1 +4293000239,"Happy Birthday, Nico!",4293,July 22nd is Nico Yazawa's birthday. ♪,239,title_s_0000_00000_0239,1 +4293000240,"Happy Birthday, Chika!",4293,August 1st is Chika Takami's birthday. ♪,240,title_s_0000_00000_0240,1 +4293000241,"Happy Birthday, Riko!",4293,September 19th is Riko Sakurauchi's birthday. ♪,241,title_s_0000_00000_0241,1 +4293000242,"Happy Birthday, Kanan!",4293,February 10th is Kanan Matsuura's birthday. ♪,242,title_s_0000_00000_0242,1 +4293000243,"Happy Birthday, Dia!",4293,January 1st is Dia Kurosawa's birthday. ♪,243,title_s_0000_00000_0243,1 +4293000244,"Happy Birthday, You!",4293,April 17th is You Watanabe's birthday. ♪,244,title_s_0000_00000_0244,1 +4293000245,"Happy Birthday, Yoshiko!",4293,July 13th is Yoshiko Tsushima's birthday. ♪,245,title_s_0000_00000_0245,1 +4293000246,"Happy Birthday, Hanamaru!",4293,March 4th is Hanamaru Kunikida's birthday. ♪,246,title_s_0000_00000_0246,1 +4293000247,"Happy Birthday, Mari!",4293,June 13th is Mari Ohara's birthday. ♪,247,title_s_0000_00000_0247,1 +4293000248,"Happy Birthday, Ruby!",4293,September 21st Ruby Kurosawa's birthday. ♪,248,title_s_0000_00000_0248,1 +4293000249,μ's Valentine's Gift,4293,A Valentine's gift from μ's. ♪,249,title_s_0000_00000_0249,1 +4293000250,Aqours' Valentine's Gift,4293,A Valentine's gift from Aqours. ♪,250,title_s_0000_00000_0250,1 +4293000251,Honoka's Valentine's Gift,4293,A Valentine's gift from Honoka. ♪,251,title_s_0000_00000_0251,1 +4293000252,Eli's Valentine's Gift,4293,A Valentine's gift from Eli. ♪,252,title_s_0000_00000_0252,1 +4293000253,Kotori's Valentine's Gift,4293,A Valentine's gift from Kotori. ♪,253,title_s_0000_00000_0253,1 +4293000254,Umi's Valentine's Gift,4293,A Valentine's gift from Umi. ♪,254,title_s_0000_00000_0254,1 +4293000255,Rin's Valentine's Gift,4293,A Valentine's gift from Rin. ♪,255,title_s_0000_00000_0255,1 +4293000256,Maki's Valentine's Gift,4293,A Valentine's gift from Maki. ♪,256,title_s_0000_00000_0256,1 +4293000257,Nozomi's Valentine's Gift,4293,A Valentine's gift from Nozomi. ♪,257,title_s_0000_00000_0257,1 +4293000258,Hanayo's Valentine's Gift,4293,A Valentine's gift from Hanayo. ♪,258,title_s_0000_00000_0258,1 +4293000259,Nico's Valentine's Gift,4293,A Valentine's gift from Nico. ♪,259,title_s_0000_00000_0259,1 +4293000260,Chika's Valentine's Gift,4293,A Valentine's gift from Chika. ♪,260,title_s_0000_00000_0260,1 +4293000261,Riko's Valentine's Gift,4293,A Valentine's gift from Riko. ♪,261,title_s_0000_00000_0261,1 +4293000262,Kanan's Valentine's Gift,4293,A Valentine's gift from Kanan. ♪,262,title_s_0000_00000_0262,1 +4293000263,Dia's Valentine's Gift,4293,A Valentine's gift from Dia. ♪,263,title_s_0000_00000_0263,1 +4293000264,You's Valentine's Gift,4293,A Valentine's gift from You. ♪,264,title_s_0000_00000_0264,1 +4293000265,Yoshiko's Valentine's Gift,4293,A Valentine's gift from Yoshiko. ♪,265,title_s_0000_00000_0265,1 +4293000266,Hanamaru's Valentine's Gift,4293,A Valentine's gift from Hanamaru. ♪,266,title_s_0000_00000_0266,1 +4293000267,Mari's Valentine's Gift,4293,A Valentine's gift from Mari. ♪,267,title_s_0000_00000_0267,1 +4293000268,Ruby's Valentine's Gift,4293,A Valentine's gift from Ruby. ♪,268,title_s_0000_00000_0268,1 +4293000269,Title: Saint Snow,4293,A title for supporters of Saint Snow.,269,title_s_0000_00000_0269,1 +4293000270,9th Walking Rally: Spring,4293,A title to commemorate completing the 9th Walking Rally missions.,270,title_s_0000_00000_0270,1 +4293000271,Title: Aqours Asia Tour: Chiba,4293,A special title to commemorate Aqours' Asia Tour: Chiba,271,title_s_0000_00000_0271,1 +4293000272,Title: SIF 6th Anniversary,4293,A special title to commemorate SIF's 6th anniversary.,272,title_s_0000_00000_0272,1 +4293000273,Title: Next SPARKLING!!,4293,A special title to commemorate Aqours' fifth live show.,273,title_s_0000_00000_0273,1 +4293000274,10th Walking Rally: Shooting Star,4293,A title to commemorate completing the 10th Walking Rally missions.,274,title_s_0000_00000_0274,1 +4293000275,10th Walking Rally: Treasure Hunt,4293,A treasure chest and map created by the author of the island's legendary book.,275,title_s_0000_00000_0275,1 +4293000276,Title: Aqours Club 2019,4293,A title for Aqours Club 2019 supporters.,276,title_s_0000_00000_0276,1 +4293000277,Title: Love Live! Series 9th Anniversary,4293,A special title to commemorate the Love Live! Series 9th Anniversary.,277,title_s_0000_00000_0277,1 +4293000278,Title: Escape from the Canceled School Fest Live Show!,4293,A special title to commemorate the 2nd Real Escape Game & Love Live! Sunshine!! collaboration.,278,title_s_0000_00000_0278,1 +4293000904,Title: SIF National Tournament 2019 Online Qualifier,4293,Proof of participation in the SIF National Tournament 2019 online qualifier.,904,title_s_0000_00000_0904,1 +4293000279,Title: Summer of Love Live! 2019,4293,A special title to commemorate Summer of Love Live! 2019.,279,title_s_0000_00000_0279,1 +4293000280,SIF National Tournament 2019 Finalist,4293,Proof of being a finalist at the SIF National Tournament 2019.,280,title_s_0000_00000_0280,1 +4293000281,SIF National Tournament 2019 Third Place,4293,Proof of winning third place at the SIF National Tournament 2019.,281,title_s_0000_00000_0281,1 +4293000282,SIF National Tournament 2019 Second Place,4293,Proof of winning second place at the SIF National Tournament 2019.,282,title_s_0000_00000_0282,1 +4293000283,SIF National Tournament 2019 Champion,4293,Proof of winning the SIF National Tournament 2019.,283,title_s_0000_00000_0283,1 +4293000284,Title: Shadowverse x SIF,4293,A special title to commemorate the Shadowverse & SIF collaboration.,284,title_s_0000_00000_0284,1 +4293000285,SIF National Tournament 2019 Revenge,4293,Proof of winning the SIF National Tournament 2019 Revenge bracket.,285,title_s_0000_00000_0285,1 +4293000286,Title: Saury,4293,A taste of fall! Fatty saury.,286,title_s_0000_00000_0286,1 +4293000287,Title: Sweet Potato,4293,A taste of fall! Fresh-baked sweet potato.,287,title_s_0000_00000_0287,1 +4293000288,Title: Ginkgo,4293,Fall colors! Yellow ginkgo.,288,title_s_0000_00000_0288,1 +4293000289,Title: Maple,4293,Fall colors! Red maple.,289,title_s_0000_00000_0289,1 +4293000290,Title: Futon,4293,Sleepy fall! A soft and fluffy futon.,290,title_s_0000_00000_0290,1 +4293000291,Title: Bed,4293,Sleepy fall! A soft and fluffy bed.,291,title_s_0000_00000_0291,1 +4293000292,11th Walking Rally: Travel,4293,A title to commemorate completing the 11th Walking Rally missions.,292,title_s_0000_00000_0292,1 +4293000293,Title: SIF AC 3rd Anniversary,4293,A title to commemorate SIF AC's 3rd anniversary.,293,title_s_0000_00000_0293,1 +4293000294,μ's Christmas Tree,4293,The μ's Christmas tree.,294,title_s_0000_00000_0294,1 +4293000295,Aqours' Christmas Tree,4293,The Aqours Christmas tree.,295,title_s_0000_00000_0295,1 +4293000296,Honoka's Christmas Present,4293,A Christmas present from Honoka. ♪,296,title_s_0000_00000_0296,1 +4293000297,Eli's Christmas Present,4293,A Christmas present from Eli. ♪,297,title_s_0000_00000_0297,1 +4293000298,Kotori's Christmas Present,4293,A Christmas present from Kotori. ♪,298,title_s_0000_00000_0298,1 +4293000299,Umi's Christmas Present,4293,A Christmas present from Umi. ♪,299,title_s_0000_00000_0299,1 +4293000300,Rin's Christmas Present,4293,A Christmas present from Rin. ♪,300,title_s_0000_00000_0300,1 +4293000301,Maki's Christmas Present,4293,A Christmas present from Maki. ♪,301,title_s_0000_00000_0301,1 +4293000302,Nozomi's Christmas Present,4293,A Christmas present from Nozomi. ♪,302,title_s_0000_00000_0302,1 +4293000303,Hanayo's Christmas Present,4293,A Christmas present from Hanayo. ♪,303,title_s_0000_00000_0303,1 +4293000304,Nico's Christmas Present,4293,A Christmas present from Nico. ♪,304,title_s_0000_00000_0304,1 +4293000305,Chika's Christmas Present,4293,A Christmas present from Chika. ♪,305,title_s_0000_00000_0305,1 +4293000306,Riko's Christmas Present,4293,A Christmas present from Riko. ♪,306,title_s_0000_00000_0306,1 +4293000307,Kanan's Christmas Present,4293,A Christmas present from Kanan. ♪,307,title_s_0000_00000_0307,1 +4293000308,Dia's Christmas Present,4293,A Christmas present from Dia. ♪,308,title_s_0000_00000_0308,1 +4293000309,You's Christmas Present,4293,A Christmas present from You. ♪,309,title_s_0000_00000_0309,1 +4293000310,Yoshiko's Christmas Present,4293,A Christmas present from Yoshiko. ♪,310,title_s_0000_00000_0310,1 +4293000311,Hanamaru's Christmas Present,4293,A Christmas present from Hanamaru. ♪,311,title_s_0000_00000_0311,1 +4293000312,Mari's Christmas Present,4293,A Christmas present from Mari. ♪,312,title_s_0000_00000_0312,1 +4293000313,Ruby's Christmas Present,4293,A Christmas present from Ruby. ♪,313,title_s_0000_00000_0313,1 +4293000314,Title: Happy New Year!,4293,It's supposedly good to put out kagami mochi on December 28 to celebrate the New Year!,314,title_s_0000_00000_0314,1 +4293000315,Title: Let's Have a Great Year: Mouse,4293,2020 is the Year of the Rat. I hope it will be a good year!,315,title_s_0000_00000_0315,1 +4293000316,Good Tidings to Honoka!,4293,August 3rd is Honoka Kosaka's birthday. ♪,316,title_s_0000_00000_0316,1 +4293000317,Good Tidings to Eli!,4293,October 21st is Eli Ayase's birthday. ♪,317,title_s_0000_00000_0317,1 +4293000318,Good Tidings to Kotori!,4293,September 12th is Kotori Minami's birthday. ♪,318,title_s_0000_00000_0318,1 +4293000319,Good Tidings to Umi!,4293,March 15th is Umi Sonoda's birthday. ♪,319,title_s_0000_00000_0319,1 +4293000320,Good Tidings to Rin!,4293,November 1st is Rin Hoshizora's birthday. ♪,320,title_s_0000_00000_0320,1 +4293000321,Good Tidings to Maki!,4293,April 19th is Maki Nishikino's birthday. ♪,321,title_s_0000_00000_0321,1 +4293000322,Good Tidings to Nozomi!,4293,June 9th is Nozomi Tojo's birthday. ♪,322,title_s_0000_00000_0322,1 +4293000323,Good Tidings to Hanayo!,4293,January 17th is Hanayo Koizumi's birthday. ♪,323,title_s_0000_00000_0323,1 +4293000324,Good Tidings to Nico!,4293,July 22nd is Nico Yazawa's birthday. ♪,324,title_s_0000_00000_0324,1 +4293000325,Good Tidings to Chika!,4293,August 1st is Chika Takami's birthday. ♪,325,title_s_0000_00000_0325,1 +4293000326,Good Tidings to Riko!,4293,September 19th is Riko Sakurauchi's birthday. ♪,326,title_s_0000_00000_0326,1 +4293000327,Good Tidings to Kanan!,4293,February 10th is Kanan Matsuura's birthday. ♪,327,title_s_0000_00000_0327,1 +4293000328,Good Tidings to Dia!,4293,January 1st is Dia Kurosawa's birthday. ♪,328,title_s_0000_00000_0328,1 +4293000329,Good Tidings to You!,4293,April 17th is You Watanabe's birthday. ♪,329,title_s_0000_00000_0329,1 +4293000330,Good Tidings to Yoshiko!,4293,July 13th is Yoshiko Tsushima's birthday. ♪,330,title_s_0000_00000_0330,1 +4293000331,Good Tidings to Hanamaru!,4293,March 4th is Hanamaru Kunikida's birthday. ♪,331,title_s_0000_00000_0331,1 +4293000332,Good Tidings to Mari!,4293,June 13th is Mari Ohara's birthday. ♪,332,title_s_0000_00000_0332,1 +4293000333,Good Tidings to Ruby!,4293,September 21st Ruby Kurosawa's birthday. ♪,333,title_s_0000_00000_0333,1 +4293000334,Title: Love Live! Festival,4293,A special title to commemorate the Love Live! Series 9th Anniversary Love Live! Fest.,334,title_s_0000_00000_0334,1 +4293000335,Guilty Kiss First LOVE LIVE! ~New Romantic Sailors~,4293,A special title to commemorate Guilty Kiss' First LOVE LIVE!,335,title_s_0000_00000_0335,1 +4293000336,CYaRon! First LOVE LIVE! ~Braveheart Coaster~,4293,A special title to commemorate CYaRon!'s First LOVE LIVE!,336,title_s_0000_00000_0336,1 +4293000337,AZALEA First LOVE LIVE! ~Amazing Travel DNA~,4293,A special title to commemorate the AZALEA's First LOVE LIVE!,337,title_s_0000_00000_0337,1 +4293000338,Title: Cat (Kotatsu),4293,A cat getting warm and toasty in a kotatsu.,338,title_s_0000_00000_0338,1 +4293000339,Title: Dog (Osoto),4293,A dog happily running around outside.,339,title_s_0000_00000_0339,1 +4293000340,Title: Snowman,4293,A snow sculpture of a Daruma doll.,340,title_s_0000_00000_0340,1 +4293000341,Title: Snow Rabbit,4293,A snow sculpture of a rabbit.,341,title_s_0000_00000_0341,1 +4293000342,Title: Cake (7th Anniversary),4293,A sweet cake for a special day.,342,title_s_0000_00000_0342,1 +4293000343,Title: Parfait (7th Anniversary),4293,A cold parfait for a special day.,343,title_s_0000_00000_0343,1 +4293000344,Title: Balloon (7th Anniversary),4293,A soft balloon for adding color to parties.,344,title_s_0000_00000_0344,1 +4293000345,Title: Kusudama (7th Anniversary),4293,A hanging decorative ball that livens up parties.,345,title_s_0000_00000_0345,1 +4293000346,Title: Thank You! (7th Anniversary),4293,A message card expressing gratitude.,346,title_s_0000_00000_0346,1 +4293000347,Title: Congratulations! (7th Anniversary),4293,A message card expressing congratulations.,347,title_s_0000_00000_0347,1 +4293000348,Title: I Love You! (7th Anniversary),4293,A message card expressing feelings of love.,348,title_s_0000_00000_0348,1 +4293000349,Title: SIF 7th Anniversary,4293,A special title to commemorate SIF's 7th anniversary.,349,title_s_0000_00000_0349,1 +4293000350,Title: Aqours 5th Anniversary,4293,A special title to commemorate Aqours' 5th anniversary.,350,title_s_0000_00000_0350,1 +4293000351,Title: PERFECT WORLD,4293,A special title to commemorate Unit Live Adventure 2020 Encore - Perfect World.,351,title_s_0000_00000_0351,1 +4293000352,Title: μ's - The Great Unit Live Cheer Plan!,4293,A special title to commemorate μ's - The Great Unit Live Cheer Plan!,352,title_s_0000_00000_0352,1 +4293000353,Title: The Great Unit Live Cheer Plan!: Aqours,4293,A special title to commemorate Aqours - The Great Unit Live Cheer Plan!,353,title_s_0000_00000_0353,1 +4293000354,Title: Insect Collecting,4293,"A large, beautiful butterfly often caught in summer.",354,title_s_0000_00000_0354,1 +4293000355,Title: Observation Diary,4293,A beautiful flower that blooms on summer mornings.,355,title_s_0000_00000_0355,1 +4293000356,Title: Fireworks Display,4293,A large flower that opens in the summer night sky.,356,title_s_0000_00000_0356,1 +4293000357,Title: Summer Festival,4293,A fragile paper scoop and goldfish swimming at summer festival stalls.,357,title_s_0000_00000_0357,1 +4293000358,Title: Ocean Bathing,4293,A stick and a cold watermelon on a summer sandy beach.,358,title_s_0000_00000_0358,1 +4293000359,Title: Camping,4293,A bonfire surrounded by friends on a summer night.,359,title_s_0000_00000_0359,1 +4293000361,Title: School Festival,4293,A school festival arch that beckons excitement.,361,title_s_0000_00000_0361,1 +4293000362,Title: School Trip,4293,A performance to be remembered with your friends.,362,title_s_0000_00000_0362,1 +4293000363,Title: Full Moon Night,4293,The harvest moon that floats in the fall night sky.,363,title_s_0000_00000_0363,1 +4293000364,Title: Halloween,4293,Jack-o'-Lanterns illuminating streets on fall nights.,364,title_s_0000_00000_0364,1 +4293000365,"Title: Andromeda, the Maiden of the Stars",4293,Proof that you cleared the 1st Live Arena.,365,title_s_0000_00000_0365,1 +4293000366,Title: 50 Million Worldwide Users,4293,A special title to commemorate reaching 50 million worldwide users.,366,title_s_0000_00000_0366,1 +4293000367,Title: Sirius Looks Serious!,4293,Proof that you cleared the 2nd Live Arena.,367,title_s_0000_00000_0367,1 +4293000368,Title: SIF AC Hooray! Home Meeting!,4293,A special title to commemorate the release date announcement of SIF AC Hooray! Home Meeting!,368,title_s_0000_00000_0368,1 +4293000369,μ's Christmas 2020,4293,Proof that you spent Christmas 2020 with the μ's members. ♪,369,title_s_0000_00000_0369,1 +4293000370,Aqours Christmas 2020,4293,Proof that you spent Christmas 2020 with the Aqours members. ♪,370,title_s_0000_00000_0370,1 +4293000371,Honoka's Christmas Present 2020,4293,A reindeer plushie that Honoka gave you for Christmas. ♪,371,title_s_0000_00000_0371,1 +4293000372,Eli's Christmas Present 2020,4293,A reindeer plushie that Eli gave you for Christmas. ♪,372,title_s_0000_00000_0372,1 +4293000373,Kotori's Christmas Present 2020,4293,A reindeer plushie that Kotori gave you for Christmas. ♪,373,title_s_0000_00000_0373,1 +4293000374,Umi's Christmas Present 2020,4293,A reindeer plushie that Umi gave you for Christmas. ♪,374,title_s_0000_00000_0374,1 +4293000375,Rin's Christmas Present 2020,4293,A reindeer plushie that Rin gave you for Christmas. ♪,375,title_s_0000_00000_0375,1 +4293000376,Maki's Christmas Present 2020,4293,A reindeer plushie that Maki gave you for Christmas. ♪,376,title_s_0000_00000_0376,1 +4293000377,Nozomi's Christmas Present 2020,4293,A reindeer plushie that Nozomi gave you for Christmas. ♪,377,title_s_0000_00000_0377,1 +4293000378,Hanayo's Christmas Present 2020,4293,A reindeer plushie that Hanayo gave you for Christmas. ♪,378,title_s_0000_00000_0378,1 +4293000379,Nico's Christmas Present 2020,4293,A reindeer plushie that Nico gave you for Christmas. ♪,379,title_s_0000_00000_0379,1 +4293000380,Chika's Christmas Present 2020,4293,A reindeer plushie that Chika gave you for Christmas. ♪,380,title_s_0000_00000_0380,1 +4293000381,Riko's Christmas Present 2020,4293,A reindeer plushie that Riko gave you for Christmas. ♪,381,title_s_0000_00000_0381,1 +4293000382,Kanan's Christmas Present 2020,4293,A reindeer plushie that Kanan gave you for Christmas. ♪,382,title_s_0000_00000_0382,1 +4293000383,Dia's Christmas Present 2020,4293,A reindeer plushie that Dia gave you for Christmas. ♪,383,title_s_0000_00000_0383,1 +4293000384,You's Christmas Present 2020,4293,A reindeer plushie that You gave you for Christmas. ♪,384,title_s_0000_00000_0384,1 +4293000385,Yoshiko's Christmas Present 2020,4293,A reindeer plushie that Yoshiko gave you for Christmas. ♪,385,title_s_0000_00000_0385,1 +4293000386,Hanamaru's Christmas Present 2020,4293,A reindeer plushie that Hanamaru gave you for Christmas. ♪,386,title_s_0000_00000_0386,1 +4293000387,Mari's Christmas Present 2020,4293,A reindeer plushie that Mari gave you for Christmas. ♪,387,title_s_0000_00000_0387,1 +4293000388,Ruby's Christmas Present 2020,4293,A reindeer plushie that Ruby gave you for Christmas. ♪,388,title_s_0000_00000_0388,1 +4293000389,Title: Merry Christmas 2020,4293,A Christmas title granted at the 1st SIF fan meet-up.,389,title_s_0000_00000_0389,1 +4293000390,Title: Run For It! Taurus Dash,4293,Proof that you cleared the 3rd Live Arena.,390,title_s_0000_00000_0390,1 +4293000391,Title: Season 1 Legend,4293,Proof that you reached Legend in Season 1 ranking matches.,391,title_s_0000_00000_0391,1 +4293000392,Title: Season 1 Star,4293,Proof that you reached Star in Season 1 ranking matches.,392,title_s_0000_00000_0392,1 +4293000393,Title: Season 1 Major,4293,Proof that you reached Major in Season 1 ranking matches.,393,title_s_0000_00000_0393,1 +4293000394,Title: Season 1 Elite,4293,Proof that you reached Elite in Season 1 ranking matches.,394,title_s_0000_00000_0394,1 +4293000395,Title: Season 1 Rookie,4293,Proof that you reached Rookie in Season 1 ranking matches.,395,title_s_0000_00000_0395,1 +4293000396,Title: Season 1 Debut,4293,Proof that you reached Debut in Season 1 ranking matches.,396,title_s_0000_00000_0396,1 +4293000401,Title: Love Live! Sunshine!! Aqours Countdown Love Live!: White Island,4293,A special title to commemorate Love Live! Sunshine!! Aqours Countdown Love Live! - White Island.,401,title_s_0000_00000_0401,1 +4293000397,Title: Skiing,4293,King of winter sports! Skiing.,397,title_s_0000_00000_0397,1 +4293000398,Title: Snowboarding,4293,Classic winter sport! Snowboarding.,398,title_s_0000_00000_0398,1 +4293000399,Title: Kite Flying,4293,Ride the wind and soar! Kite flying.,399,title_s_0000_00000_0399,1 +4293000400,Title: Hanetsuki,4293,How long can you keep it going? Hanetsuki.,400,title_s_0000_00000_0400,1 +4293000402,Title: Not Enough Chocolate for the Twins,4293,Proof that you cleared the 4th Live Arena.,402,title_s_0000_00000_0402,1 +4293000403,Valentine's Gift 2021: μ's,4293,Proof that you spent Valentine's Day 2021 with the μ's members. ♪,403,title_s_0000_00000_0403,1 +4293000404,Valentine's Gift 2021: Aqours,4293,Proof that you spent Valentine's Day 2021 with the Aqours members. ♪,404,title_s_0000_00000_0404,1 +4293000405,Valentine's Gift 2021: Honoka,4293,A Valentine's Day gift from Honoka. ♪,405,title_s_0000_00000_0405,1 +4293000406,Valentine's Gift 2021: Eli,4293,A Valentine's Day gift from Eli. ♪,406,title_s_0000_00000_0406,1 +4293000407,Valentine's Gift 2021: Kotori,4293,A Valentine's Day gift from Kotori. ♪,407,title_s_0000_00000_0407,1 +4293000408,Valentine's Gift 2021: Umi,4293,A Valentine's Day gift from Umi. ♪,408,title_s_0000_00000_0408,1 +4293000409,Valentine's Gift 2021: Rin,4293,A Valentine's Day gift from Rin. ♪,409,title_s_0000_00000_0409,1 +4293000410,Valentine's Gift 2021: Maki,4293,A Valentine's Day gift from Maki. ♪,410,title_s_0000_00000_0410,1 +4293000411,Valentine's Gift 2021: Nozomi,4293,A Valentine's Day gift from Nozomi. ♪,411,title_s_0000_00000_0411,1 +4293000412,Valentine's Gift 2021: Hanayo,4293,A Valentine's Day gift from Hanayo. ♪,412,title_s_0000_00000_0412,1 +4293000413,Valentine's Gift 2021: Nico,4293,A Valentine's Day gift from Nico. ♪,413,title_s_0000_00000_0413,1 +4293000414,Valentine's Gift 2021: Chika,4293,A Valentine's Day gift from Chika. ♪,414,title_s_0000_00000_0414,1 +4293000415,Valentine's Gift 2021: Riko,4293,A Valentine's Day gift from Riko. ♪,415,title_s_0000_00000_0415,1 +4293000416,Valentine's Gift 2021: Kanan,4293,A Valentine's Day gift from Kanan. ♪,416,title_s_0000_00000_0416,1 +4293000417,Valentine's Gift 2021: Dia,4293,A Valentine's Day gift from Dia. ♪,417,title_s_0000_00000_0417,1 +4293000418,Valentine's Gift 2021: You,4293,A Valentine's Day gift from You. ♪,418,title_s_0000_00000_0418,1 +4293000419,Valentine's Gift 2021: Yoshiko,4293,A Valentine's Day gift from Yoshiko. ♪,419,title_s_0000_00000_0419,1 +4293000420,Valentine's Gift 2021: Hanamaru,4293,A Valentine's Day gift from Hanamaru. ♪,420,title_s_0000_00000_0420,1 +4293000421,Valentine's Gift 2021: Mari,4293,A Valentine's Day gift from Mari. ♪,421,title_s_0000_00000_0421,1 +4293000422,Valentine's Gift 2021: Ruby,4293,A Valentine's Day gift from Ruby. ♪,422,title_s_0000_00000_0422,1 +4293000423,Title: Girls In Full Bloom - First Storm of Spring,4293,Proof that you cleared the 5th Live Arena.,423,title_s_0000_00000_0423,1 +4293000424,Title: Hina Festival,4293,Pray for good health! ♪ Hina Festival.,424,title_s_0000_00000_0424,1 +4293000425,Title: April Fool's,4293,Were you fooled? April Fool's.,425,title_s_0000_00000_0425,1 +4293000426,Title: Clam Digging,4293,Let's all go to the sea! Clam digging.,426,title_s_0000_00000_0426,1 +4293000427,Title: Flower Viewing,4293,Blossoms and dumplings! Cherry blossom picnics.,427,title_s_0000_00000_0427,1 +4293000428,Title: Polaris Showtime!,4293,Proof that you cleared the 6th Live Arena.,428,title_s_0000_00000_0428,1 +4293000429,Title: Shin-chan the Movie 2021,4293,A special title to commemorate the collaboration with Crayon Shin-chan: Shrouded in Mystery! The Flowers of Tenkasu Academy.,429,title_s_0000_00000_0429,1 +4293000430,Title: SIF 8th Anniversary,4293,A special title to commemorate SIF's 8th anniversary.,430,title_s_0000_00000_0430,1 +4293000431,Title: Congratulations!,4293,A bouquet expressing congratulations.,431,title_s_0000_00000_0431,1 +4293000432,Title: Happy!,4293,A heart expressing happiness.,432,title_s_0000_00000_0432,1 +4293000433,Title: Do Lions' Hearts Skip a Beat Too?,4293,Proof that you cleared the 7th Live Arena.,433,title_s_0000_00000_0433,1 +4293000434,Title: Pierce the White Heart!,4293,Proof that you cleared the 8th Live Arena.,434,title_s_0000_00000_0434,1 +4293000435,Good Tidings to Ayumu!,4293,March 1st is Ayumu Uehara's birthday. ♪,435,title_s_0000_00000_0435,1 +4293000436,Good Tidings to Kasumi!,4293,January 23rd is Kasumi Nakasu's birthday. ♪,436,title_s_0000_00000_0436,1 +4293000437,Good Tidings to Shizuku!,4293,April 3rd is Shizuku Osaka's birthday. ♪,437,title_s_0000_00000_0437,1 +4293000438,Good Tidings to Karin!,4293,June 29th is Karin Asaka's birthday. ♪,438,title_s_0000_00000_0438,1 +4293000439,Good Tidings to Ai!,4293,May 30th is Ai Miyashita's birthday. ♪,439,title_s_0000_00000_0439,1 +4293000440,Good Tidings to Kanata!,4293,December 16th is Kanata Konoe's birthday. ♪,440,title_s_0000_00000_0440,1 +4293000441,Good Tidings to Setsuna!,4293,August 8th is Setsuna Yuki's birthday. ♪,441,title_s_0000_00000_0441,1 +4293000442,Good Tidings to Emma!,4293,February 5th is Emma Verde's birthday. ♪,442,title_s_0000_00000_0442,1 +4293000443,Good Tidings to Rina!,4293,November 13th is Rina Tennoji's birthday. ♪,443,title_s_0000_00000_0443,1 +4293000444,Good Tidings to Shioriko!,4293,October 5th is Shioriko Mifune's birthday. ♪,444,title_s_0000_00000_0444,1 +4293000445,Good Tidings to Lanzhu!,4293,February 15th is Lanzhu Zhong's birthday. ♪,445,title_s_0000_00000_0445,1 +4293000446,Good Tidings to Mia!,4293,December 6th is Mia Taylor's birthday. ♪,446,title_s_0000_00000_0446,1 +4293000447,Title: Aqours 5th Anniversary Love Live! 〜LET'S GO WONDER TRIP〜,4293,A special title to commemorate Aqours 5th Anniversary Love Live! - LET'S GO WONDER TRIP.,447,title_s_0000_00000_0447,1 +4293000448,Title: The Key to Hopes and Dreams,4293,A key whose name suggests it can open the door to the future.,448,title_s_0000_00000_0448,1 +4293000449,Title: Future Infinite Ticket,4293,A ticket that invites infinite possibilities.,449,title_s_0000_00000_0449,1 +4293000450,Title: Live Show,4293,A live concert that gives you sweaty palms.,450,title_s_0000_00000_0450,1 +4293000451,Title: Bond,4293,Your bond with school idols nurtured by numerous joys and sorrows.,451,title_s_0000_00000_0451,1 +4293000452,Title: SIF National Tournament 2021,4293,A special title to commemorate the SIF National Tournament 2021.,452,title_s_0000_00000_0452,1 +4293000453,Title: Delivery! The Thin Letter,4293,Proof that you cleared the 9th Live Arena.,453,title_s_0000_00000_0453,1 +4293000454,Title: We Are Challengers Project,4293,A special title to commemorate the beginning of We Are Challengers Project.,454,title_s_0000_00000_0454,1 +4293000459,Title: Meeting a Dolphin! An Exciting Experience,4293,Proof that you cleared the 10th Live Arena.,459,title_s_0000_00000_0459,1 +4293000460,SIF National Tournament 2021 Regular Season: 4th Place,4293,Proof of winning fourth place at the SIF National Tournament 2021 Regular Season.,460,title_s_0000_00000_0460,1 +4293000461,SIF National Tournament 2021 Regular Season: 3rd Place,4293,Proof of winning third place at the SIF National Tournament 2021 Regular Season.,461,title_s_0000_00000_0461,1 +4293000462,SIF National Tournament 2021 Regular Season: Runner-Up,4293,Proof of winning second place at the SIF National Tournament 2021 Regular Season.,462,title_s_0000_00000_0462,1 +4293000463,SIF National Tournament 2021 Regular Season: Champion,4293,Proof of winning the SIF National Tournament 2021 Regular Season.,463,title_s_0000_00000_0463,1 +4293000464,SIF National Tournament 2021 Free-for-All: 4th Place,4293,Proof of winning fourth place at the SIF National Tournament 2021 Free-for-All.,464,title_s_0000_00000_0464,1 +4293000465,SIF National Tournament 2021 Free-for-All: 3rd Place,4293,Proof of winning third place at the SIF National Tournament 2021 Free-for-All.,465,title_s_0000_00000_0465,1 +4293000466,SIF National Tournament 2021 Free-for-All: Runner-Up,4293,Proof of winning second place at the SIF National Tournament 2021 Free-for-All.,466,title_s_0000_00000_0466,1 +4293000467,SIF National Tournament 2021 Free-for-All: Champion,4293,Proof of winning the SIF National Tournament 2021 Free-for-All.,467,title_s_0000_00000_0467,1 +4293000468,Title: Spotted a Real Princess,4293,Proof that you cleared the 11th Live Arena.,468,title_s_0000_00000_0468,1 +4293000469,Title: SIF Series Thanksgiving 2021,4293,A special title to commemorate the SIF Series Thanksgiving 2021.,469,title_s_0000_00000_0469,1 +4293000470,Title: Red Dragonfly,4293,A red dragonfly floating in the sunset glow.,470,title_s_0000_00000_0470,1 +4293000471,Title: Chestnut,4293,A chestnut rolling under a large tree.,471,title_s_0000_00000_0471,1 +4293000473,Title: Autumn Eggplant,4293,An eggplant so tasty it's easy to eat too much.,473,title_s_0000_00000_0473,1 +4293000474,Title: Persimmon,4293,A superb persimmon grown from seeds.,474,title_s_0000_00000_0474,1 +4293000472,Title: Guilty Kiss 2nd Love Live! ~Return To Love ♡ Kiss Kiss Kiss~,4293,A special title to commemorate Guilty Kiss 2nd Love Live! - Return To Love ♡ Kiss Kiss Kiss.,472,title_s_0000_00000_0472,1 +4293000476,Title: CYaRon! 2nd Love Live! ~Revolution☆Wake Up Kingdom~,4293,A special title to commemorate CYaRon! 2nd Love Live! - Revolution☆Wake Up Kingdom.,476,title_s_0000_00000_0476,1 +4293000479,Title: Kindness Changes With the Weather?!,4293,Proof that you cleared the 12th Live Arena.,479,title_s_0000_00000_0479,1 +4293000483,Title: Liella! First Love Live! Tour ~Starlines~ Day 1,4293,A special title to commemorate Liella! First Love Live! Tour - Starlines.,483,title_s_0000_00000_0483,1 +4293000484,Title: Liella! First Love Live! Tour ~Starlines~ Day 2,4293,A special title to commemorate Liella! First Love Live! Tour - Starlines.,484,title_s_0000_00000_0484,1 +4293000480,Title: Persona Series Collab,4293,A special title to commemorate the Persona series collaboration.,480,title_s_0000_00000_0480,1 +4293000481,Title: Pentas Festival,4293,Proof that you cleared the Live Arena Pentas Festival.,481,title_s_0000_00000_0481,1 +4293000482,Title: Persona 25th Anniversary,4293,A special title to commemorate the 25th anniversary of the Persona series.,482,title_s_0000_00000_0482,1 +4293000485,Title: AZEALEA 2nd Love Live! ~Amazing Travel DNA Reboot~,4293,A special title to commemorate AZALEA 2nd Love Live! - Amazing Travel DNA Reboot.,485,title_s_0000_00000_0485,1 +4293000486,Title: Light It Up! A Blessed Feeling,4293,Proof that you cleared the 14th Live Arena.,486,title_s_0000_00000_0486,1 +4293000487,Title: New Year's Eve Bell,4293,The solemn bell that rings to welcome every New Year. Use this title on December 31 and something good may come.,487,title_s_0000_00000_0487,1 +4293000488,Title: In Last Year and the Next,4293,Proof that you cleared the 15th Live Arena.,488,title_s_0000_00000_0488,1 +4293000489,Title: Devoted Valentine's!,4293,Proof that you cleared the 16th Live Arena.,489,title_s_0000_00000_0489,1 +4293000490,Title: Aqours 6th Love Live! ~KU-RU-KU-RU Rock 'n' Roll TOUR~ OCEAN STAGE,4293,A special title to commemorate Aqours 6th Love Live! - KU-RU-KU-RU Rock 'n' Roll TOUR - OCEAN STAGE.,490,title_s_0000_00000_0490,1 +4293000491,Valentine's Gift 2022: Honoka,4293,A Valentine's Day gift from Honoka. ♪,491,title_s_0000_00000_0491,1 +4293000492,Valentine's Gift 2022: Eli,4293,A Valentine's Day gift from Eli. ♪,492,title_s_0000_00000_0492,1 +4293000493,Valentine's Gift 2022: Kotori,4293,A Valentine's Day gift from Kotori. ♪,493,title_s_0000_00000_0493,1 +4293000494,Valentine's Gift 2022: Umi,4293,A Valentine's Day gift from Umi. ♪,494,title_s_0000_00000_0494,1 +4293000495,Valentine's Gift 2022: Rin,4293,A Valentine's Day gift from Rin. ♪,495,title_s_0000_00000_0495,1 +4293000496,Valentine's Gift 2022: Maki,4293,A Valentine's Day gift from Maki. ♪,496,title_s_0000_00000_0496,1 +4293000497,Valentine's Gift 2022: Nozomi,4293,A Valentine's Day gift from Nozomi. ♪,497,title_s_0000_00000_0497,1 +4293000498,Valentine's Gift 2022: Hanayo,4293,A Valentine's Day gift from Hanayo. ♪,498,title_s_0000_00000_0498,1 +4293000499,Valentine's Gift 2022: Nico,4293,A Valentine's Day gift from Nico. ♪,499,title_s_0000_00000_0499,1 +4293000500,Valentine's Gift 2022: Chika,4293,A Valentine's Day gift from Chika. ♪,500,title_s_0000_00000_0500,1 +4293000501,Valentine's Gift 2022: Riko,4293,A Valentine's Day gift from Riko. ♪,501,title_s_0000_00000_0501,1 +4293000502,Valentine's Gift 2022: Kanan,4293,A Valentine's Day gift from Kanan. ♪,502,title_s_0000_00000_0502,1 +4293000503,Valentine's Gift 2022: Dia,4293,A Valentine's Day gift from Dia. ♪,503,title_s_0000_00000_0503,1 +4293000504,Valentine's Gift 2022: You,4293,A Valentine's Day gift from You. ♪,504,title_s_0000_00000_0504,1 +4293000505,Valentine's Gift 2022: Yoshiko,4293,A Valentine's Day gift from Yoshiko. ♪,505,title_s_0000_00000_0505,1 +4293000506,Valentine's Gift 2022: Hanamaru,4293,A Valentine's Day gift from Hanamaru. ♪,506,title_s_0000_00000_0506,1 +4293000507,Valentine's Gift 2022: Mari,4293,A Valentine's Day gift from Mari. ♪,507,title_s_0000_00000_0507,1 +4293000508,Valentine's Gift 2022: Ruby,4293,A Valentine's Day gift from Ruby. ♪,508,title_s_0000_00000_0508,1 +4293000509,Valentine's Gift 2022: μ's,4293,Proof that you spent Valentine's Day 2022 with the μ's members. ♪,509,title_s_0000_00000_0509,1 +4293000510,Valentine's Gift 2022: Aqours,4293,Proof that you spent Valentine's Day 2022 with the Aqours members. ♪,510,title_s_0000_00000_0510,1 +4293000519,Title: Aqours 6th Love Live! ~KU-RU-KU-RU Rock 'n' Roll TOUR~ SUNNY STAGE,4293,A special title to commemorate Aqours 6th Love Live! - KU-RU-KU-RU Rock 'n' Roll TOUR - SUNNY STAGE.,519,title_s_0000_00000_0519,1 +4293000520,Title: Shockingly Popular Peach Trees!,4293,Proof that you cleared the 17th Live Arena.,520,title_s_0000_00000_0520,1 +4293000511,SIF National Tournament 2022 Regular Season: 4th Place,4293,Proof of winning fourth place at the 8th SIF National Tournament Regular Season.,511,title_s_0000_00000_0511,1 +4293000512,SIF National Tournament 2022 Regular Season: 3rd Place,4293,Proof of winning third place at the 8th SIF National Tournament Regular Season.,512,title_s_0000_00000_0512,1 +4293000513,SIF National Tournament 2022 Regular Season: Runner-Up,4293,Proof of winning second place at the 8th SIF National Tournament Regular Season.,513,title_s_0000_00000_0513,1 +4293000514,SIF National Tournament 2022 Regular Season: Champion,4293,Proof of winning the 8th SIF National Tournament Regular Season.,514,title_s_0000_00000_0514,1 +4293000515,SIF National Tournament 2022 Free-for-All: 4th Place,4293,Proof of winning fourth place at the 8th SIF National Tournament Free-for-All.,515,title_s_0000_00000_0515,1 +4293000516,SIF National Tournament 2022 Free-for-All: 3rd Place,4293,Proof of winning third place at the 8th SIF National Tournament Free-for-All.,516,title_s_0000_00000_0516,1 +4293000517,SIF National Tournament 2022 Free-for-All: Runner-Up,4293,Proof of winning second place at the 8th SIF National Tournament Free-for-All.,517,title_s_0000_00000_0517,1 +4293000518,SIF National Tournament 2022 Free-for-All: Champion,4293,Proof of winning the 8th SIF National Tournament Free-for-All.,518,title_s_0000_00000_0518,1 +4293000521,Title: 9th Anniversary Medal,4293,A medal to commemorate SIF's 9th anniversary. Use this title and something good may come on April 15.,521,title_s_0000_00000_0521,1 +4293000522,Title: Code Geass Collab,4293,A special title to commemorate the Code Geass collaboration.,522,title_s_0000_00000_0522,1 +4293000523,Title: Nunnally in School Idol Festival,4293,Proof that you cleared the Live Arena Nunnally in School Idol Festival.,523,title_s_0000_00000_0523,1 +4293000524,Title: Code Geass 15th Anniversary,4293,A special title to commemorate the 15th anniversary of Code Geass airing on TV.,524,title_s_0000_00000_0524,1 +4293000525,Title: SIF 9th Anniversary,4293,A special title to commemorate SIF's 9th anniversary.,525,title_s_0000_00000_0525,1 +4293000526,Title: The Sparkliest of Sparkles ♪,4293,Proof that you cleared the 19th Live Arena.,526,title_s_0000_00000_0526,1 +4293000527,Title: Love Live! Series & Pacific League 6 Collab,4293,A special title to commemorate the Love Live! Series & Pacific League 6 collaboration.,527,title_s_0000_00000_0527,1 +4293000528,Title: Shine On! Aqours Numazu Festival in Yomiuri Land,4293,輝け!Aqoursぬまづフェスティバル in よみうりランドの開催を記念した特別な称号,528,title_s_0000_00000_0528,1 +4293000529,Title: Access the Future,4293,Proof that you cleared the 20th Live Arena.,529,title_s_0000_00000_0529,1 +4293000530,Title: Liella! 2nd LoveLive! ~What a Wonderful Dream!!~,4293,A special title to commemorate Liella! 2nd Love Live! - What a Wonderful Dream!!,530,title_s_0000_00000_0530,1 +4293000531,Title: Liella! Live Show & Fan Meeting Tour,4293,A special title to commemorate Liella! Live & Fan Meeting Tour.,531,title_s_0000_00000_0531,1 +4293000532,Title: Aqours 6th Love Live! ~KU-RU-KU-RU Rock 'n' Roll TOUR~ WINDY STAGE,4293,A special title to commemorate Aqours 6th Love Live! - KU-RU-KU-RU Rock 'n' Roll TOUR - WINDY STAGE.,532,title_s_0000_00000_0532,1 +4293000533,Title: Until My Dream Comes True,4293,Proof that you cleared the 21st Live Arena.,533,title_s_0000_00000_0533,1 +4293000534,Title: The Me in the Mirror,4293,Proof that you cleared the 22nd Live Arena.,534,title_s_0000_00000_0534,1 +4293000535,Title: Reached Rank 1100: Honoka,4293,"A special title to commemorate reaching rank 1,100.",535,title_s_0000_00000_0535,1 +4293000536,Title: Reached Rank 1100: Eli,4293,"A special title to commemorate reaching rank 1,100.",536,title_s_0000_00000_0536,1 +4293000537,Title: Reached Rank 1100: Kotori,4293,"A special title to commemorate reaching rank 1,100.",537,title_s_0000_00000_0537,1 +4293000538,Title: Reached Rank 1100: Umi,4293,"A special title to commemorate reaching rank 1,100.",538,title_s_0000_00000_0538,1 +4293000539,Title: Reached Rank 1100: Rin,4293,"A special title to commemorate reaching rank 1,100.",539,title_s_0000_00000_0539,1 +4293000540,Title: Reached Rank 1100: Maki,4293,"A special title to commemorate reaching rank 1,100.",540,title_s_0000_00000_0540,1 +4293000541,Title: Reached Rank 1100: Nozomi,4293,"A special title to commemorate reaching rank 1,100.",541,title_s_0000_00000_0541,1 +4293000542,Title: Reached Rank 1100: Hanayo,4293,"A special title to commemorate reaching rank 1,100.",542,title_s_0000_00000_0542,1 +4293000543,Title: Reached Rank 1100: Nico,4293,"A special title to commemorate reaching rank 1,100.",543,title_s_0000_00000_0543,1 +4293000544,Title: Reached Rank 1100: Chika,4293,"A special title to commemorate reaching rank 1,100.",544,title_s_0000_00000_0544,1 +4293000545,Title: Reached Rank 1100: Riko,4293,"A special title to commemorate reaching rank 1,100.",545,title_s_0000_00000_0545,1 +4293000546,Title: Reached Rank 1100: Kanan,4293,"A special title to commemorate reaching rank 1,100.",546,title_s_0000_00000_0546,1 +4293000547,Title: Reached Rank 1100: Dia,4293,"A special title to commemorate reaching rank 1,100.",547,title_s_0000_00000_0547,1 +4293000548,Title: Reached Rank 1100: You,4293,"A special title to commemorate reaching rank 1,100.",548,title_s_0000_00000_0548,1 +4293000549,Title: Reached Rank 1100: Yoshiko,4293,"A special title to commemorate reaching rank 1,100.",549,title_s_0000_00000_0549,1 +4293000550,Title: Reached Rank 1100: Hanamaru,4293,"A special title to commemorate reaching rank 1,100.",550,title_s_0000_00000_0550,1 +4293000551,Title: Reached Rank 1100: Mari,4293,"A special title to commemorate reaching rank 1,100.",551,title_s_0000_00000_0551,1 +4293000552,Title: Reached Rank 1100: Ruby,4293,"A special title to commemorate reaching rank 1,100.",552,title_s_0000_00000_0552,1 +4293000553,Title: Love Live! Sunshine!! Numazu Hometown Appreciation Fest,4293,A title to commemorate Love Live! Sunshine!! Numazu Hometown Appreciation Fest.,553,title_s_0000_00000_0553,1 +4293000554,Title: Mugendai WORLD ☆ Project,4293,A title to commemorate Mugendai WORLD ☆ Project.,554,title_s_0000_00000_0554,1 +4293000555,Title: Azul Claro Numazu & Love Live! Sunshine!! Collab Uniform,4293,A title to commemorate the Azul Claro Numazu & Love Live! Sunshine!! Collab Uniform Contest.,555,title_s_0000_00000_0555,1 +4293000556,Title: SIF Series Thanksgiving 2022,4293,A special title to commemorate the SIF Series Thanksgiving 2022.,556,title_s_0000_00000_0556,1 +4293000557,Title: Overlapping Stories,4293,Proof that you cleared the 23rd Live Arena.,557,title_s_0000_00000_0557,1 +4293000558,Title: Everything is for My Sake,4293,Proof that you cleared the 24th Live Arena.,558,title_s_0000_00000_0558,1 +4293000559,Title: Festival Variation,4293,Proof that you cleared the 25th Live Arena.,559,title_s_0000_00000_0559,1 +4293000560,Title: Alpaca,4293,A special title to commemorate reaching 53 million worldwide users.,560,title_s_0000_00000_0560,1 +4293000561,Title: Shiitake,4293,A special title to commemorate reaching 53 million worldwide users.,561,title_s_0000_00000_0561,1 +4293000562,Title: Fish Cake,4293,A special title to commemorate reaching 53 million worldwide users.,562,title_s_0000_00000_0562,1 +4293000563,Title: Manmaru,4293,A special title to commemorate reaching 53 million worldwide users.,563,title_s_0000_00000_0563,1 +4293000564,Title: Bushiroad 15th Anniversary,4293,A special title to commemorate Bushiroad's 15th anniversary.,564,title_s_0000_00000_0564,1 +4293000565,Title: Speaking of Our Dreams,4293,Proof that you cleared the 26th Live Arena.,565,title_s_0000_00000_0565,1 +4293000566,Title: School Idol Musical,4293,A special title to commemorate the School Idol Musical.,566,title_s_0000_00000_0566,1 +4293000567,Title: Christmas Scarf,4293,A Christmas present from Aqours - 2022.
Use this title on Christmas and something good may come on December 26.,567,title_s_0000_00000_0567,1 +4293000568,Title: Memory Album,4293,A photo album Liella! found while cleaning - 2022.
Use this title on New Year's Eve and something good may come on January 1.,568,title_s_0000_00000_0568,1 +4293000569,Title: Great Luck Fortune,4293,A good luck fortune drawn by μ's - 2023.
Use this title on January 1-3 and something good may come on January 4.,569,title_s_0000_00000_0569,1 +4293000570,Title: I'm the Center of the World,4293,Proof that you cleared the 27th Live Arena.,570,title_s_0000_00000_0570,1 +4293000571,Title: Sending Love - Paying Back a Kindness,4293,Proof that you cleared the 28th Live Arena.,571,title_s_0000_00000_0571,1 +4293000572,Title: Chasing Dreams,4293,Proof that you cleared the 29th Live Arena.,572,title_s_0000_00000_0572,1 +4293010001,Title: Novice,4293,A title that certifies that you reached the Novice class.,10001,title_s_0000_00001_0001,1 +4293010002,Title: Novice+,4293,A title that certifies that you reached the Novice+ class.,10002,title_s_0000_00001_0002,1 +4293010003,Title: Novice++,4293,A title that certifies that you reached the Novice++ class.,10003,title_s_0000_00001_0003,1 +4293010004,Title: Advanced,4293,A title that certifies that you reached the Advanced class.,10004,title_s_0000_00001_0004,1 +4293010005,Title: Advanced+,4293,A title that certifies that you reached the Advanced+ class.,10005,title_s_0000_00001_0005,1 +4293010006,Title: Advanced++,4293,A title that certifies that you reached the Advanced++ class.,10006,title_s_0000_00001_0006,1 +4293010007,Title: Expert,4293,A title that certifies that you reached the Expert class.,10007,title_s_0000_00001_0007,1 +4293010008,Title: Expert+,4293,A title that certifies that you reached the Expert+ class.,10008,title_s_0000_00001_0008,1 +4293010009,Title: Expert++,4293,A title that certifies that you reached the Expert++ class.,10009,title_s_0000_00001_0009,1 +4293010010,Title: Royal Expert,4293,A title that certifies that you reached the Royal Expert class.,10010,title_s_0000_00001_0010,1 +4293010011,Title: Master,4293,A title that certifies that you reached the Master class.,10011,title_s_0000_00001_0011,1 +4293999001,SIF Global,4293,A title that certifies that you are a SIF Global player.,999001,title_s_0000_00099_9001,1 +4293999002,SIF Global: μ's,4293,A title that certifies that you are a SIF Global player. (μ's),999002,title_s_0000_00099_9002,1 +4293999003,SIF Global: Aqours,4293,A title that certifies that you are a SIF Global player. (Aqours),999003,title_s_0000_00099_9003,1 +4293999004,Worldwide Poster Girl Ruby Kurosawa,4293,A special title to commemorate Worldwide Poster Girl Ruby Kurosawa.,999004,title_s_0000_00099_9004,1 +4293999005,Worldwide Poster Girl You Watanabe,4293,A special title to commemorate Worldwide Poster Girl You Watanabe.,999005,title_s_0000_00099_9006,1 +4293999006,Worldwide Poster Girl Chika Takami,4293,A special title to commemorate Worldwide Poster Girl Chika Takami.,999006,title_s_0000_00099_9007,1 +4293999008,Worldwide Poster Girl Dia Kurosawa,4293,A special title to commemorate Worldwide Poster Girl Dia Kurosawa.,999008,title_s_0000_00099_9008,1 +4293999009,μ's Summer Girls 2018,4293,A special title to commemorate μ's Summer Girls 2018.,999009,title_s_0000_00099_9009,1 +4293999010,Aqours Summer Girls 2018,4293,A special title to commemorate Aqours Summer Girls 2018.,999010,title_s_0000_00099_9010,1 +4293999011,World Love Live! in LA,4293,A special title to commemorate Love Live! Sunshine!! Aqours World Love Live! in LA.,999011,title_s_0000_00099_9011,1 +4293999012,Worldwide Poster Girl Kanan Matsuura,4293,A special title to commemorate Worldwide Poster Girl Kanan Matsuura.,999012,title_s_0000_00099_9012,1 +4293999013,μ's Halloween Girls 2018,4293,A special title to commemorate μ's Halloween Girls 2018.,999013,title_s_0000_00099_9013,1 +4293999014,Aqours Halloween Girls 2018,4293,A special title to commemorate Aqours Halloween Girls 2018.,999014,title_s_0000_00099_9014,1 +4293999016,μ's Christmas Girls 2018,4293,A special title to commemorate μ's Christmas Girls 2018.,999016,title_s_0000_00099_9016,1 +4293999017,Aqours Christmas Girls 2018,4293,A special title to commemorate Aqours Christmas Girls 2018.,999017,title_s_0000_00099_9017,1 +4293999018,Worldwide Poster Girl Riko Sakurauchi,4293,A special title to commemorate Worldwide Poster Girl Riko Sakurauchi.,999018,title_s_0000_00099_9018,1 +4293999019,Worldwide Poster Girl Yoshiko Tsushima,4293,A special title to commemorate Worldwide Poster Girl Yoshiko Tsushima.,999019,title_s_0000_00099_9019,1 +4293999020,Worldwide Poster Girl Hanamaru Kunikida,4293,A special title to commemorate Worldwide Poster Girl Hanamaru Kunikida.,999020,title_s_0000_00099_9020,1 +4293999021,Worldwide Poster Girl Mari Ohara,4293,A special title to commemorate Worldwide Poster Girl Mari Ohara.,999021,title_s_0000_00099_9021,1 +4293999022,Aqours World Love Live! Asia Tour 2019,4293,A special title to commemorate Love Live! Sunshine!! Aqours World Love Live! Asia Tour 2019.,999022,title_s_0000_00099_9022,1 +4293999023,Global Version 5th Anniversary,4293,A special title to commemorate SIF's Global 5th anniversary.,999023,title_s_0000_00099_9023,1 +4293999024,Title: Love Live! Series 9th Anniversary,4293,A special title to commemorate the Love Live! Series 9th Anniversary.,999024,title_s_0000_00099_9024,1 +4293999025,Aqours World Love Live! in LA,4293,A special title to commemorate Love Live! Sunshine!! Aqours World Love Live! in LA 2019.,999025,title_s_0000_00099_9025,1 +4293999026,Title: Summer of Love Live! 2019,4293,A special title to commemorate Summer of Love Live! 2019.,999026,title_s_0000_00099_9026,1 +4293999027,Halloween 2019,4293,A special title to commemorate Halloween 2019.,999027,title_s_0000_00099_9027,1 +4293999028,Character Expo USA 2019,4293,A special title to commemorate Character Expo USA 2019.,999028,title_s_0000_00099_9028,1 +4293999029,Happy Holidays! 2019,4293,A special title to commemorate the Christmas season of 2019.,999029,title_s_0000_00099_9029,1 +4293999030,Happy Holidays! 2019,4293,A special title to commemorate the Christmas season of 2019.,999030,title_s_0000_00099_9030,1 +4293001300,Title: Aqours Club Activities Live Show & Fan Meeting,4293,A special title to commemorate the Aqours Club Activities Live Show & Fan Meeting.,1300,title_s_0000_00099_9005,1 +4293999031,All Stars Fan,4293,A title for All Stars fans,999031,title_s_0000_00099_9031,223071201 +4293999032,All Stars Supporter,4293,A title for our fans who love All Stars.,999032,title_s_0000_00099_9032,223071201 +4293999033,All Stars Master,4293,A title for our fans who have experienced everything All Stars has to offer.,999033,title_s_0000_00099_9033,223071201 +2000001,Full Combo!,2,Proof that you achieved your first FULL COMBO (any difficulty).,1,title_r_0001_00000_0001,1 +2000002,Full Combo! x100,2,Proof that you achieved 100 FULL COMBOs (any difficulty).,2,title_r_0001_00000_0002,1 +2000003,Full Combo! x200,2,Proof that you achieved 200 FULL COMBOs (any difficulty).,3,title_r_0001_00000_0003,1 +2000004,Full Combo! x300,2,Proof that you achieved 300 FULL COMBOs (any difficulty).,4,title_r_0001_00000_0004,1 +2000005,Full Combo! x400,2,Proof that you achieved 400 FULL COMBOs (any difficulty).,5,title_r_0001_00000_0005,1 +2000006,Full Combo! x500,2,Proof that you achieved 500 FULL COMBOs (any difficulty).,6,title_r_0001_00000_0006,1 +2000007,Rhythm Skill Pro,2,Proof that you achieved your first ALL PERFECT (any difficulty).,7,title_r_0001_00000_0007,1 +2000008,Rhythm Skill Master,2,Proof that you achieved your first ALL PERFECT on a MASTER difficulty song.,8,title_r_0001_00000_0008,1 +2000009,Talkative,2,Read 50 different chats.,9,title_r_0001_00000_0009,1 +2000010,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's first week of release.,2,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's first week of release.,10,title_r_0001_00000_0010,223062303 +2000011,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's second week of release.,2,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's second week of release.,11,title_r_0001_00000_0011,223063008 +2000012,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's third week of release.,2,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's third week of release.,12,title_r_0001_00000_0012,223070701 +2000013,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's fourth week of release.,2,A title to commemorate Love Live! Nijigasaki High School Idol Club NEXT SKY's fourth week of release.,13,title_r_0001_00000_0013,223071401 +2000014,SIF Series Thanksgiving 2023,2,A special title to commemorate the SIF Series Thanksgiving 2023.,9,title_r_2001_00000_0001,223062001 +2000015,A title for participants of the SIF Series Thanksgiving 2023 Sticker Quiz.,2,A special title for participants of the SIF Series Thanksgiving 2023 Sticker Quiz.,15,title_r_0001_00000_0015,223062404 +2000016,A title for participants of the SIF Series Thanksgiving 2023 Sticker Game.,2,A special title for participants of the SIF Series Thanksgiving 2023 Sticker Game.,16,title_r_0001_00000_0016,223062404 +2000017,School Idol Festival ALL STARS Metaverse Live Show Participant!,2,A special title for participating in the School Idol Festival All Stars Metaverse live show.,17,title_r_0001_00000_0017,223070703 +2000018,School Idol Musical,2,A special title to commemorate the additional Tokyo showings for School Idol Musical.,18,title_r_2001_00000_0002,223080302 +2000019,Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~ [Chiba],2,A special title to commemorate the Chiba performance for Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~.,19,title_r_2001_00000_0003,223081902 +2000020,Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~ [Aichi],2,A special title to commemorate the Aichi performance for Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~.,20,title_r_2001_00000_0004,223082604 +2000021,Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~ [Aichi],2,A special title to commemorate the Aichi performance for Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~.,21,title_r_2001_00000_0005,223090904 +2000022,Love You!!,2,A special title to commemorate the sale of the first edition Nijigasaki High School Idol Club's 5th Album: Fly With You!!,22,title_r_0001_00000_0018,223100401 +2000023,Full Completion,2,A special title to commemorate the sale of the Nijigasaki High School Idol Club UNIT LIVE! Blue-ray Memorial BOX.,23,title_r_0001_00000_0019,223101801 +2000024,ROLL ICE CREAM FACTORY x SIF2 ♪ Collab.,2,A special title to commemorate the ROLL ICE CREAM FACTORY x SIF2 ♪ collaboration,24,title_r_2001_00000_0006,223091603 +2000027,Numazu Hometown Appreciation Fest title,2,A special title to commemorate Love Live! Sunshine!! Numazu Hometown Appreciation Fest 2023.,27,title_r_2001_00000_0009,223100703 +2000028,Love Live! School Idol Festival Aqours Official Illustration Book 5 Owner,2,A special title to commemorate the Love Live! School Idol Festival Aqours Official Illustration Book 5,28,title_r_2001_00000_0010,223103003 +2000029,AOYAMA Tailor × Nijigasaki Collab,2,A special title to commemorate the AOYAMA Tailor × Nijigasaki collaboration.,29,title_r_2001_00000_0011,223110109 +2000030,Yohane the Parhelion: The Story of the Sound of Heart Commemoration,2,A special title commemorating Yohane the Parhelion: The Story of the Sound of Heart.,30,title_r_2001_00000_0012,223121512 +2000031,Love Live! School Idol Festival ALL STARS Complete Book Perk Commemoration,2,A special title commemorating the Love Live! School Idol Festival All Stars Complete Book.,31,title_r_2001_00000_0013,223121503 +2000034,Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Aichi Concert Commemoration,2,A special title to commemorate the Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Aichi Concert.,34,title_r_2001_00000_0016,223122303 +2000035,Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Kanagawa Concert Commemoration,2,A special title to commemorate the Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Kanagawa Concert.,35,title_r_2001_00000_0017,224011303 +2000036,IJIGEN FES THE IDOLM@STER★︎♥LOVE LIVE! Commemoration,2,A special title commemorating IJIGEN FES THE IDOLM@STER★︎♥LOVE LIVE!,36,title_r_2001_00000_0018,223120904 +2000037,School Idol Musical <2024> Commemoration,2,A special title to commemorate the School Idol Musical <2024>.,37,title_r_2001_00000_0019,224011102 +2000038,Snowy White Christmas Campaign,2,Merry Christmas!,38,title_r_2001_00000_0020,223122502 +2000039,Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Fukuoka Concert Commemoration,2,A special title to commemorate the Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Fukuoka Concert.,39,title_r_2001_00000_0021,224012005 +2000040,Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Tokyo Concert Commemoration,2,A special title to commemorate the Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Tokyo Concert.,40,title_r_2001_00000_0022,224021002 +2000041,Happy New Year 2024,2,A special title to celebrate the new year 2024.,41,title_r_2001_00000_0023,224010109 +2000042,Anime Broadcast 10 Year Anniversary LoveLive! Special Talk Session Commemoration,2,A special title to commemorate the Anime Broadcast 10 Year Anniversary LoveLive! Special Talk Session.,42,title_r_2001_00000_0024,224022303 +2000043,LoveLive! Series Presents Unit Koshien 2024 Commemoration,2,A special title to commemorate LoveLive! Series Presents Unit Koshien 2024.,43,title_r_2001_00000_0025,224030903 +2000044,「ラブライブ!TVアニメ放送10周年記念 LoveLive! Orchestra Concert」開催記念称号,2,「ラブライブ!TVアニメ放送10周年記念 LoveLive! Orchestra Concert」開催を記念した特別な称号,44,title_r_2001_00000_0026,224033004 +3000001,Honoka Fan,3,Proof of your bond with Honoka.,1,title_m_0001_01001_0001,1 +3000002,Eli Fan,3,Proof of your bond with Eli.,2,title_m_0001_01002_0001,1 +3000003,Kotori Fan,3,Proof of your bond with Kotori.,3,title_m_0001_01003_0001,1 +3000004,Umi Fan,3,Proof of your bond with Umi.,4,title_m_0001_01004_0001,1 +3000005,Rin Fan,3,Proof of your bond with Rin.,5,title_m_0001_01005_0001,1 +3000006,Maki Fan,3,Proof of your bond with Maki.,6,title_m_0001_01006_0001,1 +3000007,Nozomi Fan,3,Proof of your bond with Nozomi.,7,title_m_0001_01007_0001,1 +3000008,Hanayo Fan,3,Proof of your bond with Hanayo.,8,title_m_0001_01008_0001,1 +3000009,Nico Fan,3,Proof of your bond with Nico.,9,title_m_0001_01009_0001,1 +3000010,Chika Fan,3,Proof of your bond with Chika.,10,title_m_0001_02001_0001,1 +3000011,Riko Fan,3,Proof of your bond with Riko.,11,title_m_0001_02002_0001,1 +3000012,Kanan Fan,3,Proof of your bond with Kanan.,12,title_m_0001_02003_0001,1 +3000013,Dia Fan,3,Proof of your bond with Dia.,13,title_m_0001_02004_0001,1 +3000014,You Fan,3,Proof of your bond with You.,14,title_m_0001_02005_0001,1 +3000015,Yoshiko Fan,3,Proof of your bond with Yoshiko.,15,title_m_0001_02006_0001,1 +3000016,Hanamaru Fan,3,Proof of your bond with Hanamaru.,16,title_m_0001_02007_0001,1 +3000017,Mari Fan,3,Proof of your bond with Mari.,17,title_m_0001_02008_0001,1 +3000018,Ruby Fan,3,Proof of your bond with Rubi.,18,title_m_0001_02009_0001,1 +3000019,Ayumu Fan,3,Proof of your bond with Ayumu.,19,title_m_0001_03001_0001,1 +3000020,Kasumi Fan,3,Proof of your bond with Kasumi.,20,title_m_0001_03002_0001,1 +3000021,Shizuku Fan,3,Proof of your bond with Shizuku.,21,title_m_0001_03003_0001,1 +3000022,Karin Fan,3,Proof of your bond with Karin.,22,title_m_0001_03004_0001,1 +3000023,Ai Fan,3,Proof of your bond with Ai.,23,title_m_0001_03005_0001,1 +3000024,Kanata Fan,3,Proof of your bond with Kanata.,24,title_m_0001_03006_0001,1 +3000025,Setsuna Fan,3,Proof of your bond with Setsuna.,25,title_m_0001_03007_0001,1 +3000026,Emma Fan,3,Proof of your bond with Emma.,26,title_m_0001_03008_0001,1 +3000027,Rina Fan,3,Proof of your bond with Rina.,27,title_m_0001_03009_0001,1 +3000028,Shioriko Fan,3,Proof of your bond with Shioriki.,28,title_m_0001_03010_0001,1 +3000029,Mia Fan,3,Proof of your bond with Mia.,29,title_m_0001_03011_0001,1 +3000030,Lanzhu Fan,3,Proof of your bond with Lanzhu.,30,title_m_0001_03012_0001,1 +3000031,Kanon Fan,3,Proof of your bond with Kanon.,31,title_m_0001_04001_0001,1 +3000032,Keke Fan,3,Proof of your bond with Keke.,32,title_m_0001_04002_0001,1 +3000033,Chisato Fan,3,Proof of your bond with Chisato.,33,title_m_0001_04003_0001,1 +3000034,Sumire Fan,3,Proof of your bond with Sumire.,34,title_m_0001_04004_0001,1 +3000035,Ren Fan,3,Proof of your bond with Ren.,35,title_m_0001_04005_0001,1 +3000036,Kinako Fan,3,Proof of your bond with Kinako.,36,title_m_0001_04006_0001,1 +3000037,Mei Fan,3,Proof of your bond with Mei.,37,title_m_0001_04007_0001,1 +3000038,Shiki Fan,3,Proof of your bond with Shiki.,38,title_m_0001_04008_0001,1 +3000039,Natsumi Fan,3,Proof of your bond with Natsumi.,39,title_m_0001_04009_0001,1 +3000040,Honoka's Friend,3,Proof of your deep bond with Honoka.,42,title_m_0001_01001_0002,1 +3000041,Eli's Friend,3,Proof of your deep bond with Eli.,43,title_m_0001_01002_0002,1 +3000042,Kotori's Friend,3,Proof of your deep bond with Kotori.,44,title_m_0001_01003_0002,1 +3000043,Umi's Friend,3,Proof of your deep bond with Umi.,45,title_m_0001_01004_0002,1 +3000044,Rin's Friend,3,Proof of your deep bond with Rin.,46,title_m_0001_01005_0002,1 +3000045,Maki's Friend,3,Proof of your deep bond with Maki.,47,title_m_0001_01006_0002,1 +3000046,Nozomi's Friend,3,Proof of your deep bond with Nozomi.,48,title_m_0001_01007_0002,1 +3000047,Hanayo's Friend,3,Proof of your deep bond with Hanayo.,49,title_m_0001_01008_0002,1 +3000048,Nico's Friend,3,Proof of your deep bond with Nico.,50,title_m_0001_01009_0002,1 +3000049,Chika's Friend,3,Proof of your deep bond with Chika.,51,title_m_0001_02001_0002,1 +3000050,Riko's Friend,3,Proof of your deep bond with Riko.,52,title_m_0001_02002_0002,1 +3000051,Kanan's Friend,3,Proof of your deep bond with Kanan.,53,title_m_0001_02003_0002,1 +3000052,Dia's Friend,3,Proof of your deep bond with Dia.,54,title_m_0001_02004_0002,1 +3000053,You's Friend,3,Proof of your deep bond with You.,55,title_m_0001_02005_0002,1 +3000054,Yoshiko's Friend,3,Proof of your deep bond with Yoshiko.,56,title_m_0001_02006_0002,1 +3000055,Hanamaru's Friend,3,Proof of your deep bond with Hanamaru.,57,title_m_0001_02007_0002,1 +3000056,Mari's Friend,3,Proof of your deep bond with Mari.,58,title_m_0001_02008_0002,1 +3000057,Ruby's Friend,3,Proof of your deep bond with Ruby.,59,title_m_0001_02009_0002,1 +3000058,Ayumu's Friend,3,Proof of your deep bond with Ayumu.,60,title_m_0001_03001_0002,1 +3000059,Kasumi's Friend,3,Proof of your deep bond with Kasumi.,61,title_m_0001_03002_0002,1 +3000060,Shizuku's Friend,3,Proof of your deep bond with Shizuku.,62,title_m_0001_03003_0002,1 +3000061,Karin's Friend,3,Proof of your deep bond with Karin.,63,title_m_0001_03004_0002,1 +3000062,Ai's Friend,3,Proof of your deep bond with Ai.,64,title_m_0001_03005_0002,1 +3000063,Kanata's Friend,3,Proof of your deep bond with Kanata.,65,title_m_0001_03006_0002,1 +3000064,Setsuna's Friend,3,Proof of your deep bond with Setsuna.,66,title_m_0001_03007_0002,1 +3000065,Emma's Friend,3,Proof of your deep bond with Emma.,67,title_m_0001_03008_0002,1 +3000066,Rina's Friend,3,Proof of your deep bond with Rina.,68,title_m_0001_03009_0002,1 +3000067,Shioriko's Friend,3,Proof of your deep bond with Shioriko.,69,title_m_0001_03010_0002,1 +3000068,Mia's Friend,3,Proof of your deep bond with Mia.,70,title_m_0001_03011_0002,1 +3000069,Lanzhu's Friend,3,Proof of your deep bond with Lanzhu.,71,title_m_0001_03012_0002,1 +3000070,Kanon's Friend,3,Proof of your deep bond with Kanon.,72,title_m_0001_04001_0002,1 +3000071,Keke's Friend,3,Proof of your deep bond with Keke.,73,title_m_0001_04002_0002,1 +3000072,Chisato's Friend,3,Proof of your deep bond with Chisato.,74,title_m_0001_04003_0002,1 +3000073,Sumire's Friend,3,Proof of your deep bond with Sumire.,75,title_m_0001_04004_0002,1 +3000074,Ren's Friend,3,Proof of your deep bond with Ren.,76,title_m_0001_04005_0002,1 +3000075,Kinako's Friend,3,Proof of your deep bond with Kinako.,77,title_m_0001_04006_0002,1 +3000076,Mei's Friend,3,Proof of your deep bond with Mei.,78,title_m_0001_04007_0002,1 +3000077,Shiki's Friend,3,Proof of your deep bond with Shiki.,79,title_m_0001_04008_0002,1 +3000078,Natsumi's Friend,3,Proof of your deep bond with Natsumi.,80,title_m_0001_04009_0002,1 +3000079,Margarete Fan,3,Proof of your bond with Margarete.,40,title_m_0001_04010_0001,223120502 +3000080,Tomari Fan,3,Proof of your bond with Tomari.,41,title_m_0001_04011_0001,223120502 +3000081,Margarete's Friend,3,Proof of your deep bond with Margarete.,81,title_m_0001_04010_0002,223120502 +3000082,Tomari's Friend,3,Proof of your deep bond with Tomari.,82,title_m_0001_04011_0002,223120502 +4000001,Operation: Slump Escape! Honoka Top 100,4,Operation: Slump Escape! Honoka Top 100,1,title_e_0101_01001_0001,223041904 +4000002,Operation: Slump Escape! Eli Top 100,4,Operation: Slump Escape! Eli Top 100,2,title_e_0101_01002_0001,223041904 +4000003,Operation: Slump Escape! Kotori Top 100,4,Operation: Slump Escape! Kotori Top 100,3,title_e_0101_01003_0001,223041904 +4000004,Operation: Slump Escape! Umi Top 100,4,Operation: Slump Escape! Umi Top 100,4,title_e_0101_01004_0001,223041904 +4000005,Operation: Slump Escape! Rin Top 100,4,Operation: Slump Escape! Rin Top 100,5,title_e_0101_01005_0001,223041904 +4000006,Operation: Slump Escape! Maki Top 100,4,Operation: Slump Escape! Maki Top 100,6,title_e_0101_01006_0001,223041904 +4000007,Operation: Slump Escape! Nozomi Top 100,4,Operation: Slump Escape! Nozomi Top 100,7,title_e_0101_01007_0001,223041904 +4000008,Operation: Slump Escape! Hanayo Top 100,4,Operation: Slump Escape! Hanayo Top 100,8,title_e_0101_01008_0001,223041904 +4000009,Operation: Slump Escape! Nico Top 100,4,Operation: Slump Escape! Nico Top 100,9,title_e_0101_01009_0001,223041904 +4000010,Operation: Slump Escape! Chika Top 100,4,Operation: Slump Escape! Chika Top 100,10,title_e_0101_02001_0001,223041904 +4000011,Operation: Slump Escape! Riko Top 100,4,Operation: Slump Escape! Riko Top 100,11,title_e_0101_02002_0001,223041904 +4000012,Operation: Slump Escape! Kanan Top 100,4,Operation: Slump Escape! Kanan Top 100,12,title_e_0101_02003_0001,223041904 +4000013,Operation: Slump Escape! Dia Top 100,4,Operation: Slump Escape! Dia Top 100,13,title_e_0101_02004_0001,223041904 +4000014,Operation: Slump Escape! You Top 100,4,Operation: Slump Escape! You Top 100,14,title_e_0101_02005_0001,223041904 +4000015,Operation: Slump Escape! Yoshiko Top 100,4,Operation: Slump Escape! Yoshiko Top 100,15,title_e_0101_02006_0001,223041904 +4000016,Operation: Slump Escape! Hanamaru Top 100,4,Operation: Slump Escape! Hanamaru Top 100,16,title_e_0101_02007_0001,223041904 +4000017,Operation: Slump Escape! Mari Top 100,4,Operation: Slump Escape! Mari Top 100,17,title_e_0101_02008_0001,223041904 +4000018,Operation: Slump Escape! Ruby Top 100,4,Operation: Slump Escape! Ruby Top 100,18,title_e_0101_02009_0001,223041904 +4000019,Operation: Slump Escape! Ayumu Top 100,4,Operation: Slump Escape! Ayumu Top 100,19,title_e_0101_03001_0001,223041904 +4000020,Operation: Slump Escape! Kasumi Top 100,4,Operation: Slump Escape! Kasumi Top 100,20,title_e_0101_03002_0001,223041904 +4000021,Operation: Slump Escape! Shizuku Top 100,4,Operation: Slump Escape! Shizuku Top 100,21,title_e_0101_03003_0001,223041904 +4000022,Operation: Slump Escape! Karin Top 100,4,Operation: Slump Escape! Karin Top 100,22,title_e_0101_03004_0001,223041904 +4000023,Operation: Slump Escape! Ai Top 100,4,Operation: Slump Escape! Ai Top 100,23,title_e_0101_03005_0001,223041904 +4000024,Operation: Slump Escape! Kanata Top 100,4,Operation: Slump Escape! Kanata Top 100,24,title_e_0101_03006_0001,223041904 +4000025,Operation: Slump Escape! Setsuna Top 100,4,Operation: Slump Escape! Setsuna Top 100,25,title_e_0101_03007_0001,223041904 +4000026,Operation: Slump Escape! Emma Top 100,4,Operation: Slump Escape! Emma Top 100,26,title_e_0101_03008_0001,223041904 +4000027,Operation: Slump Escape! Rina Top 100,4,Operation: Slump Escape! Rina Top 100,27,title_e_0101_03009_0001,223041904 +4000028,Operation: Slump Escape! Shioriko Top 100,4,Operation: Slump Escape! Shioriko Top 100,28,title_e_0101_03010_0001,223041904 +4000029,Operation: Slump Escape! Mia Top 100,4,Operation: Slump Escape! Mia Top 100,29,title_e_0101_03011_0001,223041904 +4000030,Operation: Slump Escape! Lanzhu Top 100,4,Operation: Slump Escape! Lanzhu Top 100,30,title_e_0101_03012_0001,223041904 +4000031,Operation: Slump Escape! Kanon Top 100,4,Operation: Slump Escape! Kanon Top 100,31,title_e_0101_04001_0001,223041904 +4000032,Operation: Slump Escape! Keke Top 100,4,Operation: Slump Escape! Keke Top 100,32,title_e_0101_04002_0001,223041904 +4000033,Operation: Slump Escape! Chisato Top 100,4,Operation: Slump Escape! Chisato Top 100,33,title_e_0101_04003_0001,223041904 +4000034,Operation: Slump Escape! Sumire Top 100,4,Operation: Slump Escape! Sumire Top 100,34,title_e_0101_04004_0001,223041904 +4000035,Operation: Slump Escape! Ren Top 100,4,Operation: Slump Escape! Ren Top 100,35,title_e_0101_04005_0001,223041904 +4000036,Operation: Slump Escape! Kinako Top 100,4,Operation: Slump Escape! Kinako Top 100,36,title_e_0101_04006_0001,223041904 +4000037,Operation: Slump Escape! Mei Top 100,4,Operation: Slump Escape! Mei Top 100,37,title_e_0101_04007_0001,223041904 +4000038,Operation: Slump Escape! Shiki Top 100,4,Operation: Slump Escape! Shiki Top 100,38,title_e_0101_04008_0001,223041904 +4000039,Operation: Slump Escape! Natsumi Top 100,4,Operation: Slump Escape! Natsumi Top 100,39,title_e_0101_04009_0001,223041904 +4000040,"Operation: Slump Escape! Honoka Top 10,000",4,"Operation: Slump Escape! Honoka Top 10,000",40,title_e_0101_01001_0002,223041904 +4000041,"Operation: Slump Escape! Eli Top 10,000",4,"Operation: Slump Escape! Eli Top 10,000",41,title_e_0101_01002_0002,223041904 +4000042,"Operation: Slump Escape! Kotori Top 10,000",4,"Operation: Slump Escape! Kotori Top 10,000",42,title_e_0101_01003_0002,223041904 +4000043,"Operation: Slump Escape! Umi Top 10,000",4,"Operation: Slump Escape! Umi Top 10,000",43,title_e_0101_01004_0002,223041904 +4000044,"Operation: Slump Escape! Rin Top 10,000",4,"Operation: Slump Escape! Rin Top 10,000",44,title_e_0101_01005_0002,223041904 +4000045,"Operation: Slump Escape! Maki Top 10,000",4,"Operation: Slump Escape! Maki Top 10,000",45,title_e_0101_01006_0002,223041904 +4000046,"Operation: Slump Escape! Nozomi Top 10,000",4,"Operation: Slump Escape! Nozomi Top 10,000",46,title_e_0101_01007_0002,223041904 +4000047,"Operation: Slump Escape! Hanayo Top 10,000",4,"Operation: Slump Escape! Hanayo Top 10,000",47,title_e_0101_01008_0002,223041904 +4000048,"Operation: Slump Escape! Nico Top 10,000",4,"Operation: Slump Escape! Nico Top 10,000",48,title_e_0101_01009_0002,223041904 +4000049,"Operation: Slump Escape! Chika Top 10,000",4,"Operation: Slump Escape! Chika Top 10,000",49,title_e_0101_02001_0002,223041904 +4000050,"Operation: Slump Escape! Riko Top 10,000",4,"Operation: Slump Escape! Riko Top 10,000",50,title_e_0101_02002_0002,223041904 +4000051,"Operation: Slump Escape! Kanan Top 10,000",4,"Operation: Slump Escape! Kanan Top 10,000",51,title_e_0101_02003_0002,223041904 +4000052,"Operation: Slump Escape! Dia Top 10,000",4,"Operation: Slump Escape! Dia Top 10,000",52,title_e_0101_02004_0002,223041904 +4000053,"Operation: Slump Escape! You Top 10,000",4,"Operation: Slump Escape! You Top 10,000",53,title_e_0101_02005_0002,223041904 +4000054,"Operation: Slump Escape! Yoshiko Top 10,000",4,"Operation: Slump Escape! Yoshiko Top 10,000",54,title_e_0101_02006_0002,223041904 +4000055,"Operation: Slump Escape! Hanamaru Top 10,000",4,"Operation: Slump Escape! Hanamaru Top 10,000",55,title_e_0101_02007_0002,223041904 +4000056,"Operation: Slump Escape! Mari Top 10,000",4,"Operation: Slump Escape! Mari Top 10,000",56,title_e_0101_02008_0002,223041904 +4000057,"Operation: Slump Escape! Ruby Top 10,000",4,"Operation: Slump Escape! Ruby Top 10,000",57,title_e_0101_02009_0002,223041904 +4000058,"Operation: Slump Escape! Ayumu Top 10,000",4,"Operation: Slump Escape! Ayumu Top 10,000",58,title_e_0101_03001_0002,223041904 +4000059,"Operation: Slump Escape! Kasumi Top 10,000",4,"Operation: Slump Escape! Kasumi Top 10,000",59,title_e_0101_03002_0002,223041904 +4000060,"Operation: Slump Escape! Shizuku Top 10,000",4,"Operation: Slump Escape! Shizuku Top 10,000",60,title_e_0101_03003_0002,223041904 +4000061,"Operation: Slump Escape! Karin Top 10,000",4,"Operation: Slump Escape! Karin Top 10,000",61,title_e_0101_03004_0002,223041904 +4000062,"Operation: Slump Escape! Ai Top 10,000",4,"Operation: Slump Escape! Ai Top 10,000",62,title_e_0101_03005_0002,223041904 +4000063,"Operation: Slump Escape! Kanata Top 10,000",4,"Operation: Slump Escape! Kanata Top 10,000",63,title_e_0101_03006_0002,223041904 +4000064,"Operation: Slump Escape! Setsuna Top 10,000",4,"Operation: Slump Escape! Setsuna Top 10,000",64,title_e_0101_03007_0002,223041904 +4000065,"Operation: Slump Escape! Emma Top 10,000",4,"Operation: Slump Escape! Emma Top 10,000",65,title_e_0101_03008_0002,223041904 +4000066,"Operation: Slump Escape! Rina Top 10,000",4,"Operation: Slump Escape! Rina Top 10,000",66,title_e_0101_03009_0002,223041904 +4000067,"Operation: Slump Escape! Shioriko Top 10,000",4,"Operation: Slump Escape! Shioriko Top 10,000",67,title_e_0101_03010_0002,223041904 +4000068,"Operation: Slump Escape! Mia Top 10,000",4,"Operation: Slump Escape! Mia Top 10,000",68,title_e_0101_03011_0002,223041904 +4000069,"Operation: Slump Escape! Lanzhu Top 10,000",4,"Operation: Slump Escape! Lanzhu Top 10,000",69,title_e_0101_03012_0002,223041904 +4000070,"Operation: Slump Escape! Kanon Top 10,000",4,"Operation: Slump Escape! Kanon Top 10,000",70,title_e_0101_04001_0002,223041904 +4000071,"Operation: Slump Escape! Keke Top 10,000",4,"Operation: Slump Escape! Keke Top 10,000",71,title_e_0101_04002_0002,223041904 +4000072,"Operation: Slump Escape! Chisato Top 10,000",4,"Operation: Slump Escape! Chisato Top 10,000",72,title_e_0101_04003_0002,223041904 +4000073,"Operation: Slump Escape! Sumire Top 10,000",4,"Operation: Slump Escape! Sumire Top 10,000",73,title_e_0101_04004_0002,223041904 +4000074,"Operation: Slump Escape! Ren Top 10,000",4,"Operation: Slump Escape! Ren Top 10,000",74,title_e_0101_04005_0002,223041904 +4000075,"Operation: Slump Escape! Kinako Top 10,000",4,"Operation: Slump Escape! Kinako Top 10,000",75,title_e_0101_04006_0002,223041904 +4000076,"Operation: Slump Escape! Mei Top 10,000",4,"Operation: Slump Escape! Mei Top 10,000",76,title_e_0101_04007_0002,223041904 +4000077,"Operation: Slump Escape! Shiki Top 10,000",4,"Operation: Slump Escape! Shiki Top 10,000",77,title_e_0101_04008_0002,223041904 +4000078,"Operation: Slump Escape! Natsumi Top 10,000",4,"Operation: Slump Escape! Natsumi Top 10,000",78,title_e_0101_04009_0002,223041904 +4000079,"Operation: Slump Escape! Honoka Top 30,000",4,"Operation: Slump Escape! Honoka Top 30,000",79,title_e_0101_01001_0003,223041904 +4000080,"Operation: Slump Escape! Eli Top 30,000",4,"Operation: Slump Escape! Eli Top 30,000",80,title_e_0101_01002_0003,223041904 +4000081,"Operation: Slump Escape! Kotori Top 30,000",4,"Operation: Slump Escape! Kotori Top 30,000",81,title_e_0101_01003_0003,223041904 +4000082,"Operation: Slump Escape! Umi Top 30,000",4,"Operation: Slump Escape! Umi Top 30,000",82,title_e_0101_01004_0003,223041904 +4000083,"Operation: Slump Escape! Rin Top 30,000",4,"Operation: Slump Escape! Rin Top 30,000",83,title_e_0101_01005_0003,223041904 +4000084,"Operation: Slump Escape! Maki Top 30,000",4,"Operation: Slump Escape! Maki Top 30,000",84,title_e_0101_01006_0003,223041904 +4000085,"Operation: Slump Escape! Nozomi Top 30,000",4,"Operation: Slump Escape! Nozomi Top 30,000",85,title_e_0101_01007_0003,223041904 +4000086,"Operation: Slump Escape! Hanayo Top 30,000",4,"Operation: Slump Escape! Hanayo Top 30,000",86,title_e_0101_01008_0003,223041904 +4000087,"Operation: Slump Escape! Nico Top 30,000",4,"Operation: Slump Escape! Nico Top 30,000",87,title_e_0101_01009_0003,223041904 +4000088,"Operation: Slump Escape! Chika Top 30,000",4,"Operation: Slump Escape! Chika Top 30,000",88,title_e_0101_02001_0003,223041904 +4000089,"Operation: Slump Escape! Riko Top 30,000",4,"Operation: Slump Escape! Riko Top 30,000",89,title_e_0101_02002_0003,223041904 +4000090,"Operation: Slump Escape! Kanan Top 30,000",4,"Operation: Slump Escape! Kanan Top 30,000",90,title_e_0101_02003_0003,223041904 +4000091,"Operation: Slump Escape! Dia Top 30,000",4,"Operation: Slump Escape! Dia Top 30,000",91,title_e_0101_02004_0003,223041904 +4000092,"Operation: Slump Escape! You Top 30,000",4,"Operation: Slump Escape! You Top 30,000",92,title_e_0101_02005_0003,223041904 +4000093,"Operation: Slump Escape! Yoshiko Top 30,000",4,"Operation: Slump Escape! Yoshiko Top 30,000",93,title_e_0101_02006_0003,223041904 +4000094,"Operation: Slump Escape! Hanamaru Top 30,000",4,"Operation: Slump Escape! Hanamaru Top 30,000",94,title_e_0101_02007_0003,223041904 +4000095,"Operation: Slump Escape! Mari Top 30,000",4,"Operation: Slump Escape! Mari Top 30,000",95,title_e_0101_02008_0003,223041904 +4000096,"Operation: Slump Escape! Ruby Top 30,000",4,"Operation: Slump Escape! Ruby Top 30,000",96,title_e_0101_02009_0003,223041904 +4000097,"Operation: Slump Escape! Ayumu Top 30,000",4,"Operation: Slump Escape! Ayumu Top 30,000",97,title_e_0101_03001_0003,223041904 +4000098,"Operation: Slump Escape! Kasumi Top 30,000",4,"Operation: Slump Escape! Kasumi Top 30,000",98,title_e_0101_03002_0003,223041904 +4000099,"Operation: Slump Escape! Shizuku Top 30,000",4,"Operation: Slump Escape! Shizuku Top 30,000",99,title_e_0101_03003_0003,223041904 +4000100,"Operation: Slump Escape! Karin Top 30,000",4,"Operation: Slump Escape! Karin Top 30,000",100,title_e_0101_03004_0003,223041904 +4000101,"Operation: Slump Escape! Ai Top 30,000",4,"Operation: Slump Escape! Ai Top 30,000",101,title_e_0101_03005_0003,223041904 +4000102,"Operation: Slump Escape! Kanata Top 30,000",4,"Operation: Slump Escape! Kanata Top 30,000",102,title_e_0101_03006_0003,223041904 +4000103,"Operation: Slump Escape! Setsuna Top 30,000",4,"Operation: Slump Escape! Setsuna Top 30,000",103,title_e_0101_03007_0003,223041904 +4000104,"Operation: Slump Escape! Emma Top 30,000",4,"Operation: Slump Escape! Emma Top 30,000",104,title_e_0101_03008_0003,223041904 +4000105,"Operation: Slump Escape! Rina Top 30,000",4,"Operation: Slump Escape! Rina Top 30,000",105,title_e_0101_03009_0003,223041904 +4000106,"Operation: Slump Escape! Shioriko Top 30,000",4,"Operation: Slump Escape! Shioriko Top 30,000",106,title_e_0101_03010_0003,223041904 +4000107,"Operation: Slump Escape! Mia Top 30,000",4,"Operation: Slump Escape! Mia Top 30,000",107,title_e_0101_03011_0003,223041904 +4000108,"Operation: Slump Escape! Lanzhu Top 30,000",4,"Operation: Slump Escape! Lanzhu Top 30,000",108,title_e_0101_03012_0003,223041904 +4000109,"Operation: Slump Escape! Kanon Top 30,000",4,"Operation: Slump Escape! Kanon Top 30,000",109,title_e_0101_04001_0003,223041904 +4000110,"Operation: Slump Escape! Keke Top 30,000",4,"Operation: Slump Escape! Keke Top 30,000",110,title_e_0101_04002_0003,223041904 +4000111,"Operation: Slump Escape! Chisato Top 30,000",4,"Operation: Slump Escape! Chisato Top 30,000",111,title_e_0101_04003_0003,223041904 +4000112,"Operation: Slump Escape! Sumire Top 30,000",4,"Operation: Slump Escape! Sumire Top 30,000",112,title_e_0101_04004_0003,223041904 +4000113,"Operation: Slump Escape! Ren Top 30,000",4,"Operation: Slump Escape! Ren Top 30,000",113,title_e_0101_04005_0003,223041904 +4000114,"Operation: Slump Escape! Kinako Top 30,000",4,"Operation: Slump Escape! Kinako Top 30,000",114,title_e_0101_04006_0003,223041904 +4000115,"Operation: Slump Escape! Mei Top 30,000",4,"Operation: Slump Escape! Mei Top 30,000",115,title_e_0101_04007_0003,223041904 +4000116,"Operation: Slump Escape! Shiki Top 30,000",4,"Operation: Slump Escape! Shiki Top 30,000",116,title_e_0101_04008_0003,223041904 +4000117,"Operation: Slump Escape! Natsumi Top 30,000",4,"Operation: Slump Escape! Natsumi Top 30,000",117,title_e_0101_04009_0003,223041904 +4000118,Take a Look at Our Town: Honoka TOP 100,4,Take a Look at Our Town: Honoka TOP 100,118,title_e_0102_01001_0001,223043005 +4000119,Take a Look at Our Town: Eli Top 100,4,Take a Look at Our Town: Eli Top 100,119,title_e_0102_01002_0001,223043005 +4000120,Take a Look at Our Town: Kotori Top 100,4,Take a Look at Our Town: Kotori Top 100,120,title_e_0102_01003_0001,223043005 +4000121,Take a Look at Our Town: Umi Top 100,4,Take a Look at Our Town: Umi Top 100,121,title_e_0102_01004_0001,223043005 +4000122,Take a Look at Our Town: Rin Top 100,4,Take a Look at Our Town: Rin Top 100,122,title_e_0102_01005_0001,223043005 +4000123,Take a Look at Our Town: Maki Top 100,4,Take a Look at Our Town: Maki Top 100,123,title_e_0102_01006_0001,223043005 +4000124,Take a Look at Our Town: Nozomi Top 100,4,Take a Look at Our Town: Nozomi Top 100,124,title_e_0102_01007_0001,223043005 +4000125,Take a Look at Our Town: Hanayo Top 100,4,Take a Look at Our Town: Hanayo Top 100,125,title_e_0102_01008_0001,223043005 +4000126,Take a Look at Our Town: Nico Top 100,4,Take a Look at Our Town: Nico Top 100,126,title_e_0102_01009_0001,223043005 +4000127,Take a Look at Our Town: Chika Top 100,4,Take a Look at Our Town: Chika Top 100,127,title_e_0102_02001_0001,223043005 +4000128,Take a Look at Our Town: Riko Top 100,4,Take a Look at Our Town: Riko Top 100,128,title_e_0102_02002_0001,223043005 +4000129,Take a Look at Our Town: Kanan Top 100,4,Take a Look at Our Town: Kanan Top 100,129,title_e_0102_02003_0001,223043005 +4000130,Take a Look at Our Town: Dia Top 100,4,Take a Look at Our Town: Dia Top 100,130,title_e_0102_02004_0001,223043005 +4000131,Take a Look at Our Town: You Top 100,4,Take a Look at Our Town: You Top 100,131,title_e_0102_02005_0001,223043005 +4000132,Take a Look at Our Town: Yoshiko Top 100,4,Take a Look at Our Town: Yoshiko Top 100,132,title_e_0102_02006_0001,223043005 +4000133,Take a Look at Our Town: Hanamaru Top 100,4,Take a Look at Our Town: Hanamaru Top 100,133,title_e_0102_02007_0001,223043005 +4000134,Take a Look at Our Town: Mari Top 100,4,Take a Look at Our Town: Mari Top 100,134,title_e_0102_02008_0001,223043005 +4000135,Take a Look at Our Town: Ruby Top 100,4,Take a Look at Our Town: Ruby Top 100,135,title_e_0102_02009_0001,223043005 +4000136,Take a Look at Our Town: Ayumu Top 100,4,Take a Look at Our Town: Ayumu Top 100,136,title_e_0102_03001_0001,223043005 +4000137,Take a Look at Our Town: Kasumi Top 100,4,Take a Look at Our Town: Kasumi Top 100,137,title_e_0102_03002_0001,223043005 +4000138,Take a Look at Our Town: Shizuku Top 100,4,Take a Look at Our Town: Shizuku Top 100,138,title_e_0102_03003_0001,223043005 +4000139,Take a Look at Our Town: Karin Top 100,4,Take a Look at Our Town: Karin Top 100,139,title_e_0102_03004_0001,223043005 +4000140,Take a Look at Our Town: Ai Top 100,4,Take a Look at Our Town: Ai Top 100,140,title_e_0102_03005_0001,223043005 +4000141,Take a Look at Our Town: Kanata Top 100,4,Take a Look at Our Town: Kanata Top 100,141,title_e_0102_03006_0001,223043005 +4000142,Take a Look at Our Town: Setsuna Top 100,4,Take a Look at Our Town: Setsuna Top 100,142,title_e_0102_03007_0001,223043005 +4000143,Take a Look at Our Town: Emma Top 100,4,Take a Look at Our Town: Emma Top 100,143,title_e_0102_03008_0001,223043005 +4000144,Take a Look at Our Town: Rina Top 100,4,Take a Look at Our Town: Rina Top 100,144,title_e_0102_03009_0001,223043005 +4000145,Take a Look at Our Town: Shioriko Top 100,4,Take a Look at Our Town: Shioriko Top 100,145,title_e_0102_03010_0001,223043005 +4000146,Take a Look at Our Town: Mia Top 100,4,Take a Look at Our Town: Mia Top 100,146,title_e_0102_03011_0001,223043005 +4000147,Take a Look at Our Town: Lanzhu Top 100,4,Take a Look at Our Town: Lanzhu Top 100,147,title_e_0102_03012_0001,223043005 +4000148,Take a Look at Our Town: Kanon Top 100,4,Take a Look at Our Town: Kanon Top 100,148,title_e_0102_04001_0001,223043005 +4000149,Take a Look at Our Town: Keke Top 100,4,Take a Look at Our Town: Keke Top 100,149,title_e_0102_04002_0001,223043005 +4000150,Take a Look at Our Town: Chisato Top 100,4,Take a Look at Our Town: Chisato Top 100,150,title_e_0102_04003_0001,223043005 +4000151,Take a Look at Our Town: Sumire Top 100,4,Take a Look at Our Town: Sumire Top 100,151,title_e_0102_04004_0001,223043005 +4000152,Take a Look at Our Town: Ren Top 100,4,Take a Look at Our Town: Ren Top 100,152,title_e_0102_04005_0001,223043005 +4000153,Take a Look at Our Town: Kinako Top 100,4,Take a Look at Our Town: Kinako Top 100,153,title_e_0102_04006_0001,223043005 +4000154,Take a Look at Our Town: Mei Top 100,4,Take a Look at Our Town: Mei Top 100,154,title_e_0102_04007_0001,223043005 +4000155,Take a Look at Our Town: Shiki Top 100,4,Take a Look at Our Town: Shiki Top 100,155,title_e_0102_04008_0001,223043005 +4000156,Take a Look at Our Town: Natsumi Top 100,4,Take a Look at Our Town: Natsumi Top 100,156,title_e_0102_04009_0001,223043005 +4000157,Take a Look at Our Town: Honoka Top 10000,4,Take a Look at Our Town: Honoka Top 10000,157,title_e_0102_01001_0002,223043005 +4000158,Take a Look at Our Town: Eli Top 10000,4,Take a Look at Our Town: Eli Top 10000,158,title_e_0102_01002_0002,223043005 +4000159,Take a Look at Our Town: Kotori Top 10000,4,Take a Look at Our Town: Kotori Top 10000,159,title_e_0102_01003_0002,223043005 +4000160,Take a Look at Our Town: Umi Top 10000,4,Take a Look at Our Town: Umi Top 10000,160,title_e_0102_01004_0002,223043005 +4000161,Take a Look at Our Town: Rin Top 10000,4,Take a Look at Our Town: Rin Top 10000,161,title_e_0102_01005_0002,223043005 +4000162,Take a Look at Our Town: Maki Top 10000,4,Take a Look at Our Town: Maki Top 10000,162,title_e_0102_01006_0002,223043005 +4000163,Take a Look at Our Town: Nozomi Top 10000,4,Take a Look at Our Town: Nozomi Top 10000,163,title_e_0102_01007_0002,223043005 +4000164,Take a Look at Our Town: Hanayo Top 10000,4,Take a Look at Our Town: Hanayo Top 10000,164,title_e_0102_01008_0002,223043005 +4000165,Take a Look at Our Town: Nico Top 10000,4,Take a Look at Our Town: Nico Top 10000,165,title_e_0102_01009_0002,223043005 +4000166,Take a Look at Our Town: Chika Top 10000,4,Take a Look at Our Town: Chika Top 10000,166,title_e_0102_02001_0002,223043005 +4000167,Take a Look at Our Town: Riko Top 10000,4,Take a Look at Our Town: Riko Top 10000,167,title_e_0102_02002_0002,223043005 +4000168,Take a Look at Our Town: Kanan Top 10000,4,Take a Look at Our Town: Kanan Top 10000,168,title_e_0102_02003_0002,223043005 +4000169,Take a Look at Our Town: Dia Top 10000,4,Take a Look at Our Town: Dia Top 10000,169,title_e_0102_02004_0002,223043005 +4000170,Take a Look at Our Town: You Top 10000,4,Take a Look at Our Town: You Top 10000,170,title_e_0102_02005_0002,223043005 +4000171,Take a Look at Our Town: Yoshiko Top 10000,4,Take a Look at Our Town: Yoshiko Top 10000,171,title_e_0102_02006_0002,223043005 +4000172,Take a Look at Our Town: Hanamaru Top 10000,4,Take a Look at Our Town: Hanamaru Top 10000,172,title_e_0102_02007_0002,223043005 +4000173,Take a Look at Our Town: Mari Top 10000,4,Take a Look at Our Town: Mari Top 10000,173,title_e_0102_02008_0002,223043005 +4000174,Take a Look at Our Town: Ruby Top 10000,4,Take a Look at Our Town: Ruby Top 10000,174,title_e_0102_02009_0002,223043005 +4000175,Take a Look at Our Town: Ayumu Top 10000,4,Take a Look at Our Town: Ayumu Top 10000,175,title_e_0102_03001_0002,223043005 +4000176,Take a Look at Our Town: Kasumi Top 10000,4,Take a Look at Our Town: Kasumi Top 10000,176,title_e_0102_03002_0002,223043005 +4000177,Take a Look at Our Town: Shizuku Top 10000,4,Take a Look at Our Town: Shizuku Top 10000,177,title_e_0102_03003_0002,223043005 +4000178,Take a Look at Our Town: Karin Top 10000,4,Take a Look at Our Town: Karin Top 10000,178,title_e_0102_03004_0002,223043005 +4000179,Take a Look at Our Town: Ai Top 10000,4,Take a Look at Our Town: Ai Top 10000,179,title_e_0102_03005_0002,223043005 +4000180,Take a Look at Our Town: Kanata Top 10000,4,Take a Look at Our Town: Kanata Top 10000,180,title_e_0102_03006_0002,223043005 +4000181,Take a Look at Our Town: Setsuna Top 10000,4,Take a Look at Our Town: Setsuna Top 10000,181,title_e_0102_03007_0002,223043005 +4000182,Take a Look at Our Town: Emma Top 10000,4,Take a Look at Our Town: Emma Top 10000,182,title_e_0102_03008_0002,223043005 +4000183,Take a Look at Our Town: Rina Top 10000,4,Take a Look at Our Town: Rina Top 10000,183,title_e_0102_03009_0002,223043005 +4000184,Take a Look at Our Town: Shioriko Top 10000,4,Take a Look at Our Town: Shioriko Top 10000,184,title_e_0102_03010_0002,223043005 +4000185,Take a Look at Our Town: Mia Top 10000,4,Take a Look at Our Town: Mia Top 10000,185,title_e_0102_03011_0002,223043005 +4000186,Take a Look at Our Town: Lanzhu Top 10000,4,Take a Look at Our Town: Lanzhu Top 10000,186,title_e_0102_03012_0002,223043005 +4000187,Take a Look at Our Town: Kanon Top 10000,4,Take a Look at Our Town: Kanon Top 10000,187,title_e_0102_04001_0002,223043005 +4000188,Take a Look at Our Town: Keke Top 10000,4,Take a Look at Our Town: Keke Top 10000,188,title_e_0102_04002_0002,223043005 +4000189,Take a Look at Our Town: Chisato Top 10000,4,Take a Look at Our Town: Chisato Top 10000,189,title_e_0102_04003_0002,223043005 +4000190,Take a Look at Our Town: Sumire Top 10000,4,Take a Look at Our Town: Sumire Top 10000,190,title_e_0102_04004_0002,223043005 +4000191,Take a Look at Our Town: Ren Top 10000,4,Take a Look at Our Town: Ren Top 10000,191,title_e_0102_04005_0002,223043005 +4000192,Take a Look at Our Town: Kinako Top 10000,4,Take a Look at Our Town: Kinako Top 10000,192,title_e_0102_04006_0002,223043005 +4000193,Take a Look at Our Town: Mei Top 10000,4,Take a Look at Our Town: Mei Top 10000,193,title_e_0102_04007_0002,223043005 +4000194,Take a Look at Our Town: Shiki Top 10000,4,Take a Look at Our Town: Shiki Top 10000,194,title_e_0102_04008_0002,223043005 +4000195,Take a Look at Our Town: Natsumi Top 10000,4,Take a Look at Our Town: Natsumi Top 10000,195,title_e_0102_04009_0002,223043005 +4000196,Take a Look at Our Town: Honoka Top 30000,4,Take a Look at Our Town: Honoka Top 30000,196,title_e_0102_01001_0003,223043005 +4000197,Take a Look at Our Town: Eli Top 30000,4,Take a Look at Our Town: Eli Top 30000,197,title_e_0102_01002_0003,223043005 +4000198,Take a Look at Our Town: Kotori Top 30000,4,Take a Look at Our Town: Kotori Top 30000,198,title_e_0102_01003_0003,223043005 +4000199,Take a Look at Our Town: Umi Top 30000,4,Take a Look at Our Town: Umi Top 30000,199,title_e_0102_01004_0003,223043005 +4000200,Take a Look at Our Town: Rin Top 30000,4,Take a Look at Our Town: Rin Top 30000,200,title_e_0102_01005_0003,223043005 +4000201,Take a Look at Our Town: Maki Top 30000,4,Take a Look at Our Town: Maki Top 30000,201,title_e_0102_01006_0003,223043005 +4000202,Take a Look at Our Town: Nozomi Top 30000,4,Take a Look at Our Town: Nozomi Top 30000,202,title_e_0102_01007_0003,223043005 +4000203,Take a Look at Our Town: Hanayo Top 30000,4,Take a Look at Our Town: Hanayo Top 30000,203,title_e_0102_01008_0003,223043005 +4000204,Take a Look at Our Town: Nico Top 30000,4,Take a Look at Our Town: Nico Top 30000,204,title_e_0102_01009_0003,223043005 +4000205,Take a Look at Our Town: Chika Top 30000,4,Take a Look at Our Town: Chika Top 30000,205,title_e_0102_02001_0003,223043005 +4000206,Take a Look at Our Town: Riko Top 30000,4,Take a Look at Our Town: Riko Top 30000,206,title_e_0102_02002_0003,223043005 +4000207,Take a Look at Our Town: Kanan Top 30000,4,Take a Look at Our Town: Kanan Top 30000,207,title_e_0102_02003_0003,223043005 +4000208,Take a Look at Our Town: Dia Top 30000,4,Take a Look at Our Town: Dia Top 30000,208,title_e_0102_02004_0003,223043005 +4000209,Take a Look at Our Town: You Top 30000,4,Take a Look at Our Town: You Top 30000,209,title_e_0102_02005_0003,223043005 +4000210,Take a Look at Our Town: Yoshiko Top 30000,4,Take a Look at Our Town: Yoshiko Top 30000,210,title_e_0102_02006_0003,223043005 +4000211,Take a Look at Our Town: Hanamaru Top 30000,4,Take a Look at Our Town: Hanamaru Top 30000,211,title_e_0102_02007_0003,223043005 +4000212,Take a Look at Our Town: Mari Top 30000,4,Take a Look at Our Town: Mari Top 30000,212,title_e_0102_02008_0003,223043005 +4000213,Take a Look at Our Town: Ruby Top 30000,4,Take a Look at Our Town: Ruby Top 30000,213,title_e_0102_02009_0003,223043005 +4000214,Take a Look at Our Town: Ayumu Top 30000,4,Take a Look at Our Town: Ayumu Top 30000,214,title_e_0102_03001_0003,223043005 +4000215,Take a Look at Our Town: Kasumi Top 30000,4,Take a Look at Our Town: Kasumi Top 30000,215,title_e_0102_03002_0003,223043005 +4000216,Take a Look at Our Town: Shizuku Top 30000,4,Take a Look at Our Town: Shizuku Top 30000,216,title_e_0102_03003_0003,223043005 +4000217,Take a Look at Our Town: Karin Top 30000,4,Take a Look at Our Town: Karin Top 30000,217,title_e_0102_03004_0003,223043005 +4000218,Take a Look at Our Town: Ai Top 30000,4,Take a Look at Our Town: Ai Top 30000,218,title_e_0102_03005_0003,223043005 +4000219,Take a Look at Our Town: Kanata Top 30000,4,Take a Look at Our Town: Kanata Top 30000,219,title_e_0102_03006_0003,223043005 +4000220,Take a Look at Our Town: Setsuna Top 30000,4,Take a Look at Our Town: Setsuna Top 30000,220,title_e_0102_03007_0003,223043005 +4000221,Take a Look at Our Town: Emma Top 30000,4,Take a Look at Our Town: Emma Top 30000,221,title_e_0102_03008_0003,223043005 +4000222,Take a Look at Our Town: Rina Top 30000,4,Take a Look at Our Town: Rina Top 30000,222,title_e_0102_03009_0003,223043005 +4000223,Take a Look at Our Town: Shioriko Top 30000,4,Take a Look at Our Town: Shioriko Top 30000,223,title_e_0102_03010_0003,223043005 +4000224,Take a Look at Our Town: Mia Top 30000,4,Take a Look at Our Town: Mia Top 30000,224,title_e_0102_03011_0003,223043005 +4000225,Take a Look at Our Town: Lanzhu Top 30000,4,Take a Look at Our Town: Lanzhu Top 30000,225,title_e_0102_03012_0003,223043005 +4000226,Take a Look at Our Town: Kanon Top 30000,4,Take a Look at Our Town: Kanon Top 30000,226,title_e_0102_04001_0003,223043005 +4000227,Take a Look at Our Town: Keke Top 30000,4,Take a Look at Our Town: Keke Top 30000,227,title_e_0102_04002_0003,223043005 +4000228,Take a Look at Our Town: Chisato Top 30000,4,Take a Look at Our Town: Chisato Top 30000,228,title_e_0102_04003_0003,223043005 +4000229,Take a Look at Our Town: Sumire Top 30000,4,Take a Look at Our Town: Sumire Top 30000,229,title_e_0102_04004_0003,223043005 +4000230,Take a Look at Our Town: Ren Top 30000,4,Take a Look at Our Town: Ren Top 30000,230,title_e_0102_04005_0003,223043005 +4000231,Take a Look at Our Town: Kinako Top 30000,4,Take a Look at Our Town: Kinako Top 30000,231,title_e_0102_04006_0003,223043005 +4000232,Take a Look at Our Town: Mei Top 30000,4,Take a Look at Our Town: Mei Top 30000,232,title_e_0102_04007_0003,223043005 +4000233,Take a Look at Our Town: Shiki Top 30000,4,Take a Look at Our Town: Shiki Top 30000,233,title_e_0102_04008_0003,223043005 +4000234,Take a Look at Our Town: Natsumi Top 30000,4,Take a Look at Our Town: Natsumi Top 30000,234,title_e_0102_04009_0003,223043005 +4000235,Come Have Fun in Numazu: Honoka TOP 100,4,Come Have Fun in Numazu: Honoka TOP 100,235,title_e_0104_01001_0001,223051506 +4000236,Come Have Fun in Numazu: Eli TOP 100,4,Come Have Fun in Numazu: Eli TOP 100,236,title_e_0104_01002_0001,223051506 +4000237,Come Have Fun in Numazu: Kotori TOP 100,4,Come Have Fun in Numazu: Kotori TOP 100,237,title_e_0104_01003_0001,223051506 +4000238,Come Have Fun in Numazu: Umi TOP 100,4,Come Have Fun in Numazu: Umi TOP 100,238,title_e_0104_01004_0001,223051506 +4000239,Come Have Fun in Numazu: Rin TOP 100,4,Come Have Fun in Numazu: Rin TOP 100,239,title_e_0104_01005_0001,223051506 +4000240,Come Have Fun in Numazu: Maki TOP 100,4,Come Have Fun in Numazu: Maki TOP 100,240,title_e_0104_01006_0001,223051506 +4000241,Come Have Fun in Numazu: Nozomi TOP 100,4,Come Have Fun in Numazu: Nozomi TOP 100,241,title_e_0104_01007_0001,223051506 +4000242,Come Have Fun in Numazu: Hanayo TOP 100,4,Come Have Fun in Numazu: Hanayo TOP 100,242,title_e_0104_01008_0001,223051506 +4000243,Come Have Fun in Numazu: Nico TOP 100,4,Come Have Fun in Numazu: Nico TOP 100,243,title_e_0104_01009_0001,223051506 +4000244,Come Have Fun in Numazu: Chika TOP 100,4,Come Have Fun in Numazu: Chika TOP 100,244,title_e_0104_02001_0001,223051506 +4000245,Come Have Fun in Numazu: Riko TOP 100,4,Come Have Fun in Numazu: Riko TOP 100,245,title_e_0104_02002_0001,223051506 +4000246,Come Have Fun in Numazu: Kanan TOP 100,4,Come Have Fun in Numazu: Kanan TOP 100,246,title_e_0104_02003_0001,223051506 +4000247,Come Have Fun in Numazu: Dia TOP 100,4,Come Have Fun in Numazu: Dia TOP 100,247,title_e_0104_02004_0001,223051506 +4000248,Come Have Fun in Numazu: You TOP 100,4,Come Have Fun in Numazu: You TOP 100,248,title_e_0104_02005_0001,223051506 +4000249,Come Have Fun in Numazu: Yoshiko TOP 100,4,Come Have Fun in Numazu: Yoshiko TOP 100,249,title_e_0104_02006_0001,223051506 +4000250,Come Have Fun in Numazu: Hanamaru TOP 100,4,Come Have Fun in Numazu: Hanamaru TOP 100,250,title_e_0104_02007_0001,223051506 +4000251,Come Have Fun in Numazu: Mari TOP 100,4,Come Have Fun in Numazu: Mari TOP 100,251,title_e_0104_02008_0001,223051506 +4000252,Come Have Fun in Numazu: Ruby TOP 100,4,Come Have Fun in Numazu: Ruby TOP 100,252,title_e_0104_02009_0001,223051506 +4000253,Come Have Fun in Numazu: Ayumu TOP 100,4,Come Have Fun in Numazu: Ayumu TOP 100,253,title_e_0104_03001_0001,223051506 +4000254,Come Have Fun in Numazu: Kasumi TOP 100,4,Come Have Fun in Numazu: Kasumi TOP 100,254,title_e_0104_03002_0001,223051506 +4000255,Come Have Fun in Numazu: Shizuku TOP 100,4,Come Have Fun in Numazu: Shizuku TOP 100,255,title_e_0104_03003_0001,223051506 +4000256,Come Have Fun in Numazu: Karin TOP 100,4,Come Have Fun in Numazu: Karin TOP 100,256,title_e_0104_03004_0001,223051506 +4000257,Come Have Fun in Numazu: Ai TOP 100,4,Come Have Fun in Numazu: Ai TOP 100,257,title_e_0104_03005_0001,223051506 +4000258,Come Have Fun in Numazu: Kanata TOP 100,4,Come Have Fun in Numazu: Kanata TOP 100,258,title_e_0104_03006_0001,223051506 +4000259,Come Have Fun in Numazu: Setsuna TOP 100,4,Come Have Fun in Numazu: Setsuna TOP 100,259,title_e_0104_03007_0001,223051506 +4000260,Come Have Fun in Numazu: Emma TOP 100,4,Come Have Fun in Numazu: Emma TOP 100,260,title_e_0104_03008_0001,223051506 +4000261,Come Have Fun in Numazu: Rina TOP 100,4,Come Have Fun in Numazu: Rina TOP 100,261,title_e_0104_03009_0001,223051506 +4000262,Come Have Fun in Numazu: Shioriko TOP 100,4,Come Have Fun in Numazu: Shioriko TOP 100,262,title_e_0104_03010_0001,223051506 +4000263,Come Have Fun in Numazu: Mia TOP 100,4,Come Have Fun in Numazu: Mia TOP 100,263,title_e_0104_03011_0001,223051506 +4000264,Come Have Fun in Numazu: Lanzhu TOP 100,4,Come Have Fun in Numazu: Lanzhu TOP 100,264,title_e_0104_03012_0001,223051506 +4000265,Come Have Fun in Numazu: Kanon TOP 100,4,Come Have Fun in Numazu: Kanon TOP 100,265,title_e_0104_04001_0001,223051506 +4000266,Come Have Fun in Numazu: Keke TOP 100,4,Come Have Fun in Numazu: Keke TOP 100,266,title_e_0104_04002_0001,223051506 +4000267,Come Have Fun in Numazu: Chisato TOP 100,4,Come Have Fun in Numazu: Chisato TOP 100,267,title_e_0104_04003_0001,223051506 +4000268,Come Have Fun in Numazu: Sumire TOP 100,4,Come Have Fun in Numazu: Sumire TOP 100,268,title_e_0104_04004_0001,223051506 +4000269,Come Have Fun in Numazu: Ren TOP 100,4,Come Have Fun in Numazu: Ren TOP 100,269,title_e_0104_04005_0001,223051506 +4000270,Come Have Fun in Numazu: Kinako TOP 100,4,Come Have Fun in Numazu: Kinako TOP 100,270,title_e_0104_04006_0001,223051506 +4000271,Come Have Fun in Numazu: Mei TOP 100,4,Come Have Fun in Numazu: Mei TOP 100,271,title_e_0104_04007_0001,223051506 +4000272,Come Have Fun in Numazu: Shiki TOP 100,4,Come Have Fun in Numazu: Shiki TOP 100,272,title_e_0104_04008_0001,223051506 +4000273,Come Have Fun in Numazu: Natsumi TOP 100,4,Come Have Fun in Numazu: Natsumi TOP 100,273,title_e_0104_04009_0001,223051506 +4000274,Come Have Fun in Numazu: Honoka TOP 10000,4,Come Have Fun in Numazu: Honoka TOP 10000,274,title_e_0104_01001_0002,223051506 +4000275,Come Have Fun in Numazu: Eli TOP 10000,4,Come Have Fun in Numazu: Eli TOP 10000,275,title_e_0104_01002_0002,223051506 +4000276,Come Have Fun in Numazu: Kotori TOP 10000,4,Come Have Fun in Numazu: Kotori TOP 10000,276,title_e_0104_01003_0002,223051506 +4000277,Come Have Fun in Numazu: Umi TOP 10000,4,Come Have Fun in Numazu: Umi TOP 10000,277,title_e_0104_01004_0002,223051506 +4000278,Come Have Fun in Numazu: Rin TOP 10000,4,Come Have Fun in Numazu: Rin TOP 10000,278,title_e_0104_01005_0002,223051506 +4000279,Come Have Fun in Numazu: Maki TOP 10000,4,Come Have Fun in Numazu: Maki TOP 10000,279,title_e_0104_01006_0002,223051506 +4000280,Come Have Fun in Numazu: Nozomi TOP 10000,4,Come Have Fun in Numazu: Nozomi TOP 10000,280,title_e_0104_01007_0002,223051506 +4000281,Come Have Fun in Numazu: Hanayo TOP 10000,4,Come Have Fun in Numazu: Hanayo TOP 10000,281,title_e_0104_01008_0002,223051506 +4000282,Come Have Fun in Numazu: Nico TOP 10000,4,Come Have Fun in Numazu: Nico TOP 10000,282,title_e_0104_01009_0002,223051506 +4000283,Come Have Fun in Numazu: Chika TOP 10000,4,Come Have Fun in Numazu: Chika TOP 10000,283,title_e_0104_02001_0002,223051506 +4000284,Come Have Fun in Numazu: Riko TOP 10000,4,Come Have Fun in Numazu: Riko TOP 10000,284,title_e_0104_02002_0002,223051506 +4000285,Come Have Fun in Numazu: Kanan TOP 10000,4,Come Have Fun in Numazu: Kanan TOP 10000,285,title_e_0104_02003_0002,223051506 +4000286,Come Have Fun in Numazu: Dia TOP 10000,4,Come Have Fun in Numazu: Dia TOP 10000,286,title_e_0104_02004_0002,223051506 +4000287,Come Have Fun in Numazu: You TOP 10000,4,Come Have Fun in Numazu: You TOP 10000,287,title_e_0104_02005_0002,223051506 +4000288,Come Have Fun in Numazu: Yoshiko TOP 10000,4,Come Have Fun in Numazu: Yoshiko TOP 10000,288,title_e_0104_02006_0002,223051506 +4000289,Come Have Fun in Numazu: Hanamaru TOP 10000,4,Come Have Fun in Numazu: Hanamaru TOP 10000,289,title_e_0104_02007_0002,223051506 +4000290,Come Have Fun in Numazu: Mari TOP 10000,4,Come Have Fun in Numazu: Mari TOP 10000,290,title_e_0104_02008_0002,223051506 +4000291,Come Have Fun in Numazu: Ruby TOP 10000,4,Come Have Fun in Numazu: Ruby TOP 10000,291,title_e_0104_02009_0002,223051506 +4000292,Come Have Fun in Numazu: Ayumu TOP 10000,4,Come Have Fun in Numazu: Ayumu TOP 10000,292,title_e_0104_03001_0002,223051506 +4000293,Come Have Fun in Numazu: Kasumi TOP 10000,4,Come Have Fun in Numazu: Kasumi TOP 10000,293,title_e_0104_03002_0002,223051506 +4000294,Come Have Fun in Numazu: Shizuku TOP 10000,4,Come Have Fun in Numazu: Shizuku TOP 10000,294,title_e_0104_03003_0002,223051506 +4000295,Come Have Fun in Numazu: Karin TOP 10000,4,Come Have Fun in Numazu: Karin TOP 10000,295,title_e_0104_03004_0002,223051506 +4000296,Come Have Fun in Numazu: Ai TOP 10000,4,Come Have Fun in Numazu: Ai TOP 10000,296,title_e_0104_03005_0002,223051506 +4000297,Come Have Fun in Numazu: Kanata TOP 10000,4,Come Have Fun in Numazu: Kanata TOP 10000,297,title_e_0104_03006_0002,223051506 +4000298,Come Have Fun in Numazu: Setsuna TOP 10000,4,Come Have Fun in Numazu: Setsuna TOP 10000,298,title_e_0104_03007_0002,223051506 +4000299,Come Have Fun in Numazu: Emma TOP 10000,4,Come Have Fun in Numazu: Emma TOP 10000,299,title_e_0104_03008_0002,223051506 +4000300,Come Have Fun in Numazu: Rina TOP 10000,4,Come Have Fun in Numazu: Rina TOP 10000,300,title_e_0104_03009_0002,223051506 +4000301,Come Have Fun in Numazu: Shioriko TOP 10000,4,Come Have Fun in Numazu: Shioriko TOP 10000,301,title_e_0104_03010_0002,223051506 +4000302,Come Have Fun in Numazu: Mia TOP 10000,4,Come Have Fun in Numazu: Mia TOP 10000,302,title_e_0104_03011_0002,223051506 +4000303,Come Have Fun in Numazu: Lanzhu TOP 10000,4,Come Have Fun in Numazu: Lanzhu TOP 10000,303,title_e_0104_03012_0002,223051506 +4000304,Come Have Fun in Numazu: Kanon TOP 10000,4,Come Have Fun in Numazu: Kanon TOP 10000,304,title_e_0104_04001_0002,223051506 +4000305,Come Have Fun in Numazu: Keke TOP 10000,4,Come Have Fun in Numazu: Keke TOP 10000,305,title_e_0104_04002_0002,223051506 +4000306,Come Have Fun in Numazu: Chisato TOP 10000,4,Come Have Fun in Numazu: Chisato TOP 10000,306,title_e_0104_04003_0002,223051506 +4000307,Come Have Fun in Numazu: Sumire TOP 10000,4,Come Have Fun in Numazu: Sumire TOP 10000,307,title_e_0104_04004_0002,223051506 +4000308,Come Have Fun in Numazu: Ren TOP 10000,4,Come Have Fun in Numazu: Ren TOP 10000,308,title_e_0104_04005_0002,223051506 +4000309,Come Have Fun in Numazu: Kinako TOP 10000,4,Come Have Fun in Numazu: Kinako TOP 10000,309,title_e_0104_04006_0002,223051506 +4000310,Come Have Fun in Numazu: Mei TOP 10000,4,Come Have Fun in Numazu: Mei TOP 10000,310,title_e_0104_04007_0002,223051506 +4000311,Come Have Fun in Numazu: Shiki TOP 10000,4,Come Have Fun in Numazu: Shiki TOP 10000,311,title_e_0104_04008_0002,223051506 +4000312,Come Have Fun in Numazu: Natsumi TOP 10000,4,Come Have Fun in Numazu: Natsumi TOP 10000,312,title_e_0104_04009_0002,223051506 +4000313,Come Have Fun in Numazu: Honoka TOP 30000,4,Come Have Fun in Numazu: Honoka TOP 30000,313,title_e_0104_01001_0003,223051506 +4000314,Come Have Fun in Numazu: Eli TOP 30000,4,Come Have Fun in Numazu: Eli TOP 30000,314,title_e_0104_01002_0003,223051506 +4000315,Come Have Fun in Numazu: Kotori TOP 30000,4,Come Have Fun in Numazu: Kotori TOP 30000,315,title_e_0104_01003_0003,223051506 +4000316,Come Have Fun in Numazu: Umi TOP 30000,4,Come Have Fun in Numazu: Umi TOP 30000,316,title_e_0104_01004_0003,223051506 +4000317,Come Have Fun in Numazu: Rin TOP 30000,4,Come Have Fun in Numazu: Rin TOP 30000,317,title_e_0104_01005_0003,223051506 +4000318,Come Have Fun in Numazu: Maki TOP 30000,4,Come Have Fun in Numazu: Maki TOP 30000,318,title_e_0104_01006_0003,223051506 +4000319,Come Have Fun in Numazu: Nozomi TOP 30000,4,Come Have Fun in Numazu: Nozomi TOP 30000,319,title_e_0104_01007_0003,223051506 +4000320,Come Have Fun in Numazu: Hanayo TOP 30000,4,Come Have Fun in Numazu: Hanayo TOP 30000,320,title_e_0104_01008_0003,223051506 +4000321,Come Have Fun in Numazu: Nico TOP 30000,4,Come Have Fun in Numazu: Nico TOP 30000,321,title_e_0104_01009_0003,223051506 +4000322,Come Have Fun in Numazu: Chika TOP 30000,4,Come Have Fun in Numazu: Chika TOP 30000,322,title_e_0104_02001_0003,223051506 +4000323,Come Have Fun in Numazu: Riko TOP 30000,4,Come Have Fun in Numazu: Riko TOP 30000,323,title_e_0104_02002_0003,223051506 +4000324,Come Have Fun in Numazu: Kanan TOP 30000,4,Come Have Fun in Numazu: Kanan TOP 30000,324,title_e_0104_02003_0003,223051506 +4000325,Come Have Fun in Numazu: Dia TOP 30000,4,Come Have Fun in Numazu: Dia TOP 30000,325,title_e_0104_02004_0003,223051506 +4000326,Come Have Fun in Numazu: You TOP 30000,4,Come Have Fun in Numazu: You TOP 30000,326,title_e_0104_02005_0003,223051506 +4000327,Come Have Fun in Numazu: Yoshiko TOP 30000,4,Come Have Fun in Numazu: Yoshiko TOP 30000,327,title_e_0104_02006_0003,223051506 +4000328,Come Have Fun in Numazu: Hanamaru TOP 30000,4,Come Have Fun in Numazu: Hanamaru TOP 30000,328,title_e_0104_02007_0003,223051506 +4000329,Come Have Fun in Numazu: Mari TOP 30000,4,Come Have Fun in Numazu: Mari TOP 30000,329,title_e_0104_02008_0003,223051506 +4000330,Come Have Fun in Numazu: Ruby TOP 30000,4,Come Have Fun in Numazu: Ruby TOP 30000,330,title_e_0104_02009_0003,223051506 +4000331,Come Have Fun in Numazu: Ayumu TOP 30000,4,Come Have Fun in Numazu: Ayumu TOP 30000,331,title_e_0104_03001_0003,223051506 +4000332,Come Have Fun in Numazu: Kasumi TOP 30000,4,Come Have Fun in Numazu: Kasumi TOP 30000,332,title_e_0104_03002_0003,223051506 +4000333,Come Have Fun in Numazu: Shizuku TOP 30000,4,Come Have Fun in Numazu: Shizuku TOP 30000,333,title_e_0104_03003_0003,223051506 +4000334,Come Have Fun in Numazu: Karin TOP 30000,4,Come Have Fun in Numazu: Karin TOP 30000,334,title_e_0104_03004_0003,223051506 +4000335,Come Have Fun in Numazu: Ai TOP 30000,4,Come Have Fun in Numazu: Ai TOP 30000,335,title_e_0104_03005_0003,223051506 +4000336,Come Have Fun in Numazu: Kanata TOP 30000,4,Come Have Fun in Numazu: Kanata TOP 30000,336,title_e_0104_03006_0003,223051506 +4000337,Come Have Fun in Numazu: Setsuna TOP 30000,4,Come Have Fun in Numazu: Setsuna TOP 30000,337,title_e_0104_03007_0003,223051506 +4000338,Come Have Fun in Numazu: Emma TOP 30000,4,Come Have Fun in Numazu: Emma TOP 30000,338,title_e_0104_03008_0003,223051506 +4000339,Come Have Fun in Numazu: Rina TOP 30000,4,Come Have Fun in Numazu: Rina TOP 30000,339,title_e_0104_03009_0003,223051506 +4000340,Come Have Fun in Numazu: Shioriko TOP 30000,4,Come Have Fun in Numazu: Shioriko TOP 30000,340,title_e_0104_03010_0003,223051506 +4000341,Come Have Fun in Numazu: Mia TOP 30000,4,Come Have Fun in Numazu: Mia TOP 30000,341,title_e_0104_03011_0003,223051506 +4000342,Come Have Fun in Numazu: Lanzhu TOP 30000,4,Come Have Fun in Numazu: Lanzhu TOP 30000,342,title_e_0104_03012_0003,223051506 +4000343,Come Have Fun in Numazu: Kanon TOP 30000,4,Come Have Fun in Numazu: Kanon TOP 30000,343,title_e_0104_04001_0003,223051506 +4000344,Come Have Fun in Numazu: Keke TOP 30000,4,Come Have Fun in Numazu: Keke TOP 30000,344,title_e_0104_04002_0003,223051506 +4000345,Come Have Fun in Numazu: Chisato TOP 30000,4,Come Have Fun in Numazu: Chisato TOP 30000,345,title_e_0104_04003_0003,223051506 +4000346,Come Have Fun in Numazu: Sumire TOP 30000,4,Come Have Fun in Numazu: Sumire TOP 30000,346,title_e_0104_04004_0003,223051506 +4000347,Come Have Fun in Numazu: Ren TOP 30000,4,Come Have Fun in Numazu: Ren TOP 30000,347,title_e_0104_04005_0003,223051506 +4000348,Come Have Fun in Numazu: Kinako TOP 30000,4,Come Have Fun in Numazu: Kinako TOP 30000,348,title_e_0104_04006_0003,223051506 +4000349,Come Have Fun in Numazu: Mei TOP 30000,4,Come Have Fun in Numazu: Mei TOP 30000,349,title_e_0104_04007_0003,223051506 +4000350,Come Have Fun in Numazu: Shiki TOP 30000,4,Come Have Fun in Numazu: Shiki TOP 30000,350,title_e_0104_04008_0003,223051506 +4000351,Come Have Fun in Numazu: Natsumi TOP 30000,4,Come Have Fun in Numazu: Natsumi TOP 30000,351,title_e_0104_04009_0003,223051506 +4000352,"Imagine, Connect, Network: Honoka TOP 100",4,"Imagine, Connect, Network: Honoka TOP 100",352,title_e_0106_01001_0001,223053106 +4000353,"Imagine, Connect, Network: Eli TOP 100",4,"Imagine, Connect, Network: Eli TOP 100",353,title_e_0106_01002_0001,223053106 +4000354,"Imagine, Connect, Network: Kotori TOP 100",4,"Imagine, Connect, Network: Kotori TOP 100",354,title_e_0106_01003_0001,223053106 +4000355,"Imagine, Connect, Network: Umi TOP 100",4,"Imagine, Connect, Network: Umi TOP 100",355,title_e_0106_01004_0001,223053106 +4000356,"Imagine, Connect, Network: Rin TOP 100",4,"Imagine, Connect, Network: Rin TOP 100",356,title_e_0106_01005_0001,223053106 +4000357,"Imagine, Connect, Network: Maki TOP 100",4,"Imagine, Connect, Network: Maki TOP 100",357,title_e_0106_01006_0001,223053106 +4000358,"Imagine, Connect, Network: Nozomi TOP 100",4,"Imagine, Connect, Network: Nozomi TOP 100",358,title_e_0106_01007_0001,223053106 +4000359,"Imagine, Connect, Network: Hanayo TOP 100",4,"Imagine, Connect, Network: Hanayo TOP 100",359,title_e_0106_01008_0001,223053106 +4000360,"Imagine, Connect, Network: Nico TOP 100",4,"Imagine, Connect, Network: Nico TOP 100",360,title_e_0106_01009_0001,223053106 +4000361,"Imagine, Connect, Network: Chika TOP 100",4,"Imagine, Connect, Network: Chika TOP 100",361,title_e_0106_02001_0001,223053106 +4000362,"Imagine, Connect, Network: Riko TOP 100",4,"Imagine, Connect, Network: Riko TOP 100",362,title_e_0106_02002_0001,223053106 +4000363,"Imagine, Connect, Network: Kanan TOP 100",4,"Imagine, Connect, Network: Kanan TOP 100",363,title_e_0106_02003_0001,223053106 +4000364,"Imagine, Connect, Network: Dia TOP 100",4,"Imagine, Connect, Network: Dia TOP 100",364,title_e_0106_02004_0001,223053106 +4000365,"Imagine, Connect, Network: You TOP 100",4,"Imagine, Connect, Network: You TOP 100",365,title_e_0106_02005_0001,223053106 +4000366,"Imagine, Connect, Network: Yoshiko TOP 100",4,"Imagine, Connect, Network: Yoshiko TOP 100",366,title_e_0106_02006_0001,223053106 +4000367,"Imagine, Connect, Network: Hanamaru TOP 100",4,"Imagine, Connect, Network: Hanamaru TOP 100",367,title_e_0106_02007_0001,223053106 +4000368,"Imagine, Connect, Network: Mari TOP 100",4,"Imagine, Connect, Network: Mari TOP 100",368,title_e_0106_02008_0001,223053106 +4000369,"Imagine, Connect, Network: Ruby TOP 100",4,"Imagine, Connect, Network: Ruby TOP 100",369,title_e_0106_02009_0001,223053106 +4000370,"Imagine, Connect, Network: Ayumu TOP 100",4,"Imagine, Connect, Network: Ayumu TOP 100",370,title_e_0106_03001_0001,223053106 +4000371,"Imagine, Connect, Network: Kasumi TOP 100",4,"Imagine, Connect, Network: Kasumi TOP 100",371,title_e_0106_03002_0001,223053106 +4000372,"Imagine, Connect, Network: Shizuku TOP 100",4,"Imagine, Connect, Network: Shizuku TOP 100",372,title_e_0106_03003_0001,223053106 +4000373,"Imagine, Connect, Network: Karin TOP 100",4,"Imagine, Connect, Network: Karin TOP 100",373,title_e_0106_03004_0001,223053106 +4000374,"Imagine, Connect, Network: Ai TOP 100",4,"Imagine, Connect, Network: Ai TOP 100",374,title_e_0106_03005_0001,223053106 +4000375,"Imagine, Connect, Network: Kanata TOP 100",4,"Imagine, Connect, Network: Kanata TOP 100",375,title_e_0106_03006_0001,223053106 +4000376,"Imagine, Connect, Network: Setsuna TOP 100",4,"Imagine, Connect, Network: Setsuna TOP 100",376,title_e_0106_03007_0001,223053106 +4000377,"Imagine, Connect, Network: Emma TOP 100",4,"Imagine, Connect, Network: Emma TOP 100",377,title_e_0106_03008_0001,223053106 +4000378,"Imagine, Connect, Network: Rina TOP 100",4,"Imagine, Connect, Network: Rina TOP 100",378,title_e_0106_03009_0001,223053106 +4000379,"Imagine, Connect, Network: Shioriko TOP 100",4,"Imagine, Connect, Network: Shioriko TOP 100",379,title_e_0106_03010_0001,223053106 +4000380,"Imagine, Connect, Network: Mia TOP 100",4,"Imagine, Connect, Network: Mia TOP 100",380,title_e_0106_03011_0001,223053106 +4000381,"Imagine, Connect, Network: Lanzhu TOP 100",4,"Imagine, Connect, Network: Lanzhu TOP 100",381,title_e_0106_03012_0001,223053106 +4000382,"Imagine, Connect, Network: Kanon TOP 100",4,"Imagine, Connect, Network: Kanon TOP 100",382,title_e_0106_04001_0001,223053106 +4000383,"Imagine, Connect, Network: Keke TOP 100",4,"Imagine, Connect, Network: Keke TOP 100",383,title_e_0106_04002_0001,223053106 +4000384,"Imagine, Connect, Network: Chisato TOP 100",4,"Imagine, Connect, Network: Chisato TOP 100",384,title_e_0106_04003_0001,223053106 +4000385,"Imagine, Connect, Network: Sumire TOP 100",4,"Imagine, Connect, Network: Sumire TOP 100",385,title_e_0106_04004_0001,223053106 +4000386,"Imagine, Connect, Network: Ren TOP 100",4,"Imagine, Connect, Network: Ren TOP 100",386,title_e_0106_04005_0001,223053106 +4000387,"Imagine, Connect, Network: Kinako TOP 100",4,"Imagine, Connect, Network: Kinako TOP 100",387,title_e_0106_04006_0001,223053106 +4000388,"Imagine, Connect, Network: Mei TOP 100",4,"Imagine, Connect, Network: Mei TOP 100",388,title_e_0106_04007_0001,223053106 +4000389,"Imagine, Connect, Network: Shiki TOP 100",4,"Imagine, Connect, Network: Shiki TOP 100",389,title_e_0106_04008_0001,223053106 +4000390,"Imagine, Connect, Network: Natsumi TOP 100",4,"Imagine, Connect, Network: Natsumi TOP 100",390,title_e_0106_04009_0001,223053106 +4000391,"Imagine, Connect, Network: Honoka TOP 10000",4,"Imagine, Connect, Network: Honoka TOP 10000",391,title_e_0106_01001_0002,223053106 +4000392,"Imagine, Connect, Network: Eli TOP 10000",4,"Imagine, Connect, Network: Eli TOP 10000",392,title_e_0106_01002_0002,223053106 +4000393,"Imagine, Connect, Network: Kotori TOP 10000",4,"Imagine, Connect, Network: Kotori TOP 10000",393,title_e_0106_01003_0002,223053106 +4000394,"Imagine, Connect, Network: Umi TOP 10000",4,"Imagine, Connect, Network: Umi TOP 10000",394,title_e_0106_01004_0002,223053106 +4000395,"Imagine, Connect, Network: Rin TOP 10000",4,"Imagine, Connect, Network: Rin TOP 10000",395,title_e_0106_01005_0002,223053106 +4000396,"Imagine, Connect, Network: Maki TOP 10000",4,"Imagine, Connect, Network: Maki TOP 10000",396,title_e_0106_01006_0002,223053106 +4000397,"Imagine, Connect, Network: Nozomi TOP 10000",4,"Imagine, Connect, Network: Nozomi TOP 10000",397,title_e_0106_01007_0002,223053106 +4000398,"Imagine, Connect, Network: Hanayo TOP 10000",4,"Imagine, Connect, Network: Hanayo TOP 10000",398,title_e_0106_01008_0002,223053106 +4000399,"Imagine, Connect, Network: Nico TOP 10000",4,"Imagine, Connect, Network: Nico TOP 10000",399,title_e_0106_01009_0002,223053106 +4000400,"Imagine, Connect, Network: Chika TOP 10000",4,"Imagine, Connect, Network: Chika TOP 10000",400,title_e_0106_02001_0002,223053106 +4000401,"Imagine, Connect, Network: Riko TOP 10000",4,"Imagine, Connect, Network: Riko TOP 10000",401,title_e_0106_02002_0002,223053106 +4000402,"Imagine, Connect, Network: Kanan TOP 10000",4,"Imagine, Connect, Network: Kanan TOP 10000",402,title_e_0106_02003_0002,223053106 +4000403,"Imagine, Connect, Network: Dia TOP 10000",4,"Imagine, Connect, Network: Dia TOP 10000",403,title_e_0106_02004_0002,223053106 +4000404,"Imagine, Connect, Network: You TOP 10000",4,"Imagine, Connect, Network: You TOP 10000",404,title_e_0106_02005_0002,223053106 +4000405,"Imagine, Connect, Network: Yoshiko TOP 10000",4,"Imagine, Connect, Network: Yoshiko TOP 10000",405,title_e_0106_02006_0002,223053106 +4000406,"Imagine, Connect, Network: Hanamaru TOP 10000",4,"Imagine, Connect, Network: Hanamaru TOP 10000",406,title_e_0106_02007_0002,223053106 +4000407,"Imagine, Connect, Network: Mari TOP 10000",4,"Imagine, Connect, Network: Mari TOP 10000",407,title_e_0106_02008_0002,223053106 +4000408,"Imagine, Connect, Network: Ruby TOP 10000",4,"Imagine, Connect, Network: Ruby TOP 10000",408,title_e_0106_02009_0002,223053106 +4000409,"Imagine, Connect, Network: Ayumu TOP 10000",4,"Imagine, Connect, Network: Ayumu TOP 10000",409,title_e_0106_03001_0002,223053106 +4000410,"Imagine, Connect, Network: Kasumi TOP 10000",4,"Imagine, Connect, Network: Kasumi TOP 10000",410,title_e_0106_03002_0002,223053106 +4000411,"Imagine, Connect, Network: Shizuku TOP 10000",4,"Imagine, Connect, Network: Shizuku TOP 10000",411,title_e_0106_03003_0002,223053106 +4000412,"Imagine, Connect, Network: Karin TOP 10000",4,"Imagine, Connect, Network: Karin TOP 10000",412,title_e_0106_03004_0002,223053106 +4000413,"Imagine, Connect, Network: Ai TOP 10000",4,"Imagine, Connect, Network: Ai TOP 10000",413,title_e_0106_03005_0002,223053106 +4000414,"Imagine, Connect, Network: Kanata TOP 10000",4,"Imagine, Connect, Network: Kanata TOP 10000",414,title_e_0106_03006_0002,223053106 +4000415,"Imagine, Connect, Network: Setsuna TOP 10000",4,"Imagine, Connect, Network: Setsuna TOP 10000",415,title_e_0106_03007_0002,223053106 +4000416,"Imagine, Connect, Network: Emma TOP 10000",4,"Imagine, Connect, Network: Emma TOP 10000",416,title_e_0106_03008_0002,223053106 +4000417,"Imagine, Connect, Network: Rina TOP 10000",4,"Imagine, Connect, Network: Rina TOP 10000",417,title_e_0106_03009_0002,223053106 +4000418,"Imagine, Connect, Network: Shioriko TOP 10000",4,"Imagine, Connect, Network: Shioriko TOP 10000",418,title_e_0106_03010_0002,223053106 +4000419,"Imagine, Connect, Network: Mia TOP 10000",4,"Imagine, Connect, Network: Mia TOP 10000",419,title_e_0106_03011_0002,223053106 +4000420,"Imagine, Connect, Network: Lanzhu TOP 10000",4,"Imagine, Connect, Network: Lanzhu TOP 10000",420,title_e_0106_03012_0002,223053106 +4000421,"Imagine, Connect, Network: Kanon TOP 10000",4,"Imagine, Connect, Network: Kanon TOP 10000",421,title_e_0106_04001_0002,223053106 +4000422,"Imagine, Connect, Network: Keke TOP 10000",4,"Imagine, Connect, Network: Keke TOP 10000",422,title_e_0106_04002_0002,223053106 +4000423,"Imagine, Connect, Network: Chisato TOP 10000",4,"Imagine, Connect, Network: Chisato TOP 10000",423,title_e_0106_04003_0002,223053106 +4000424,"Imagine, Connect, Network: Sumire TOP 10000",4,"Imagine, Connect, Network: Sumire TOP 10000",424,title_e_0106_04004_0002,223053106 +4000425,"Imagine, Connect, Network: Ren TOP 10000",4,"Imagine, Connect, Network: Ren TOP 10000",425,title_e_0106_04005_0002,223053106 +4000426,"Imagine, Connect, Network: Kinako TOP 10000",4,"Imagine, Connect, Network: Kinako TOP 10000",426,title_e_0106_04006_0002,223053106 +4000427,"Imagine, Connect, Network: Mei TOP 10000",4,"Imagine, Connect, Network: Mei TOP 10000",427,title_e_0106_04007_0002,223053106 +4000428,"Imagine, Connect, Network: Shiki TOP 10000",4,"Imagine, Connect, Network: Shiki TOP 10000",428,title_e_0106_04008_0002,223053106 +4000429,"Imagine, Connect, Network: Natsumi TOP 10000",4,"Imagine, Connect, Network: Natsumi TOP 10000",429,title_e_0106_04009_0002,223053106 +4000430,"Imagine, Connect, Network: Honoka TOP 30000",4,"Imagine, Connect, Network: Honoka TOP 30000",430,title_e_0106_01001_0003,223053106 +4000431,"Imagine, Connect, Network: Eli TOP 30000",4,"Imagine, Connect, Network: Eli TOP 30000",431,title_e_0106_01002_0003,223053106 +4000432,"Imagine, Connect, Network: Kotori TOP 30000",4,"Imagine, Connect, Network: Kotori TOP 30000",432,title_e_0106_01003_0003,223053106 +4000433,"Imagine, Connect, Network: Umi TOP 30000",4,"Imagine, Connect, Network: Umi TOP 30000",433,title_e_0106_01004_0003,223053106 +4000434,"Imagine, Connect, Network: Rin TOP 30000",4,"Imagine, Connect, Network: Rin TOP 30000",434,title_e_0106_01005_0003,223053106 +4000435,"Imagine, Connect, Network: Maki TOP 30000",4,"Imagine, Connect, Network: Maki TOP 30000",435,title_e_0106_01006_0003,223053106 +4000436,"Imagine, Connect, Network: Nozomi TOP 30000",4,"Imagine, Connect, Network: Nozomi TOP 30000",436,title_e_0106_01007_0003,223053106 +4000437,"Imagine, Connect, Network: Hanayo TOP 30000",4,"Imagine, Connect, Network: Hanayo TOP 30000",437,title_e_0106_01008_0003,223053106 +4000438,"Imagine, Connect, Network: Nico TOP 30000",4,"Imagine, Connect, Network: Nico TOP 30000",438,title_e_0106_01009_0003,223053106 +4000439,"Imagine, Connect, Network: Chika TOP 30000",4,"Imagine, Connect, Network: Chika TOP 30000",439,title_e_0106_02001_0003,223053106 +4000440,"Imagine, Connect, Network: Riko TOP 30000",4,"Imagine, Connect, Network: Riko TOP 30000",440,title_e_0106_02002_0003,223053106 +4000441,"Imagine, Connect, Network: Kanan TOP 30000",4,"Imagine, Connect, Network: Kanan TOP 30000",441,title_e_0106_02003_0003,223053106 +4000442,"Imagine, Connect, Network: Dia TOP 30000",4,"Imagine, Connect, Network: Dia TOP 30000",442,title_e_0106_02004_0003,223053106 +4000443,"Imagine, Connect, Network: You TOP 30000",4,"Imagine, Connect, Network: You TOP 30000",443,title_e_0106_02005_0003,223053106 +4000444,"Imagine, Connect, Network: Yoshiko TOP 30000",4,"Imagine, Connect, Network: Yoshiko TOP 30000",444,title_e_0106_02006_0003,223053106 +4000445,"Imagine, Connect, Network: Hanamaru TOP 30000",4,"Imagine, Connect, Network: Hanamaru TOP 30000",445,title_e_0106_02007_0003,223053106 +4000446,"Imagine, Connect, Network: Mari TOP 30000",4,"Imagine, Connect, Network: Mari TOP 30000",446,title_e_0106_02008_0003,223053106 +4000447,"Imagine, Connect, Network: Ruby TOP 30000",4,"Imagine, Connect, Network: Ruby TOP 30000",447,title_e_0106_02009_0003,223053106 +4000448,"Imagine, Connect, Network: Ayumu TOP 30000",4,"Imagine, Connect, Network: Ayumu TOP 30000",448,title_e_0106_03001_0003,223053106 +4000449,"Imagine, Connect, Network: Kasumi TOP 30000",4,"Imagine, Connect, Network: Kasumi TOP 30000",449,title_e_0106_03002_0003,223053106 +4000450,"Imagine, Connect, Network: Shizuku TOP 30000",4,"Imagine, Connect, Network: Shizuku TOP 30000",450,title_e_0106_03003_0003,223053106 +4000451,"Imagine, Connect, Network: Karin TOP 30000",4,"Imagine, Connect, Network: Karin TOP 30000",451,title_e_0106_03004_0003,223053106 +4000452,"Imagine, Connect, Network: Ai TOP 30000",4,"Imagine, Connect, Network: Ai TOP 30000",452,title_e_0106_03005_0003,223053106 +4000453,"Imagine, Connect, Network: Kanata TOP 30000",4,"Imagine, Connect, Network: Kanata TOP 30000",453,title_e_0106_03006_0003,223053106 +4000454,"Imagine, Connect, Network: Setsuna TOP 30000",4,"Imagine, Connect, Network: Setsuna TOP 30000",454,title_e_0106_03007_0003,223053106 +4000455,"Imagine, Connect, Network: Emma TOP 30000",4,"Imagine, Connect, Network: Emma TOP 30000",455,title_e_0106_03008_0003,223053106 +4000456,"Imagine, Connect, Network: Rina TOP 30000",4,"Imagine, Connect, Network: Rina TOP 30000",456,title_e_0106_03009_0003,223053106 +4000457,"Imagine, Connect, Network: Shioriko TOP 30000",4,"Imagine, Connect, Network: Shioriko TOP 30000",457,title_e_0106_03010_0003,223053106 +4000458,"Imagine, Connect, Network: Mia TOP 30000",4,"Imagine, Connect, Network: Mia TOP 30000",458,title_e_0106_03011_0003,223053106 +4000459,"Imagine, Connect, Network: Lanzhu TOP 30000",4,"Imagine, Connect, Network: Lanzhu TOP 30000",459,title_e_0106_03012_0003,223053106 +4000460,"Imagine, Connect, Network: Kanon TOP 30000",4,"Imagine, Connect, Network: Kanon TOP 30000",460,title_e_0106_04001_0003,223053106 +4000461,"Imagine, Connect, Network: Keke TOP 30000",4,"Imagine, Connect, Network: Keke TOP 30000",461,title_e_0106_04002_0003,223053106 +4000462,"Imagine, Connect, Network: Chisato TOP 30000",4,"Imagine, Connect, Network: Chisato TOP 30000",462,title_e_0106_04003_0003,223053106 +4000463,"Imagine, Connect, Network: Sumire TOP 30000",4,"Imagine, Connect, Network: Sumire TOP 30000",463,title_e_0106_04004_0003,223053106 +4000464,"Imagine, Connect, Network: Ren TOP 30000",4,"Imagine, Connect, Network: Ren TOP 30000",464,title_e_0106_04005_0003,223053106 +4000465,"Imagine, Connect, Network: Kinako TOP 30000",4,"Imagine, Connect, Network: Kinako TOP 30000",465,title_e_0106_04006_0003,223053106 +4000466,"Imagine, Connect, Network: Mei TOP 30000",4,"Imagine, Connect, Network: Mei TOP 30000",466,title_e_0106_04007_0003,223053106 +4000467,"Imagine, Connect, Network: Shiki TOP 30000",4,"Imagine, Connect, Network: Shiki TOP 30000",467,title_e_0106_04008_0003,223053106 +4000468,"Imagine, Connect, Network: Natsumi TOP 30000",4,"Imagine, Connect, Network: Natsumi TOP 30000",468,title_e_0106_04009_0003,223053106 +4000469,Seagull Mayhem Delivery: Honoka TOP 100,4,Seagull Mayhem Delivery: Honoka TOP 100,469,title_e_0109_01001_0001,223063006 +4000470,Seagull Mayhem Delivery: Eli TOP 100,4,Seagull Mayhem Delivery: Eli TOP 100,470,title_e_0109_01002_0001,223063006 +4000471,Seagull Mayhem Delivery: Kotori TOP 100,4,Seagull Mayhem Delivery: Kotori TOP 100,471,title_e_0109_01003_0001,223063006 +4000472,Seagull Mayhem Delivery: Umi TOP 100,4,Seagull Mayhem Delivery: Umi TOP 100,472,title_e_0109_01004_0001,223063006 +4000473,Seagull Mayhem Delivery: Rin TOP 100,4,Seagull Mayhem Delivery: Rin TOP 100,473,title_e_0109_01005_0001,223063006 +4000474,Seagull Mayhem Delivery: Maki TOP 100,4,Seagull Mayhem Delivery: Maki TOP 100,474,title_e_0109_01006_0001,223063006 +4000475,Seagull Mayhem Delivery: Nozomi TOP 100,4,Seagull Mayhem Delivery: Nozomi TOP 100,475,title_e_0109_01007_0001,223063006 +4000476,Seagull Mayhem Delivery: Hanayo TOP 100,4,Seagull Mayhem Delivery: Hanayo TOP 100,476,title_e_0109_01008_0001,223063006 +4000477,Seagull Mayhem Delivery: Nico TOP 100,4,Seagull Mayhem Delivery: Nico TOP 100,477,title_e_0109_01009_0001,223063006 +4000478,Seagull Mayhem Delivery: Chika TOP 100,4,Seagull Mayhem Delivery: Chika TOP 100,478,title_e_0109_02001_0001,223063006 +4000479,Seagull Mayhem Delivery: Riko TOP 100,4,Seagull Mayhem Delivery: Riko TOP 100,479,title_e_0109_02002_0001,223063006 +4000480,Seagull Mayhem Delivery: Kanan TOP 100,4,Seagull Mayhem Delivery: Kanan TOP 100,480,title_e_0109_02003_0001,223063006 +4000481,Seagull Mayhem Delivery: Dia TOP 100,4,Seagull Mayhem Delivery: Dia TOP 100,481,title_e_0109_02004_0001,223063006 +4000482,Seagull Mayhem Delivery: You TOP 100,4,Seagull Mayhem Delivery: You TOP 100,482,title_e_0109_02005_0001,223063006 +4000483,Seagull Mayhem Delivery: Yoshiko TOP 100,4,Seagull Mayhem Delivery: Yoshiko TOP 100,483,title_e_0109_02006_0001,223063006 +4000484,Seagull Mayhem Delivery: Hanamaru TOP 100,4,Seagull Mayhem Delivery: Hanamaru TOP 100,484,title_e_0109_02007_0001,223063006 +4000485,Seagull Mayhem Delivery: Mari TOP 100,4,Seagull Mayhem Delivery: Mari TOP 100,485,title_e_0109_02008_0001,223063006 +4000486,Seagull Mayhem Delivery: Ruby TOP 100,4,Seagull Mayhem Delivery: Ruby TOP 100,486,title_e_0109_02009_0001,223063006 +4000487,Seagull Mayhem Delivery: Ayumu TOP 100,4,Seagull Mayhem Delivery: Ayumu TOP 100,487,title_e_0109_03001_0001,223063006 +4000488,Seagull Mayhem Delivery: Kasumi TOP 100,4,Seagull Mayhem Delivery: Kasumi TOP 100,488,title_e_0109_03002_0001,223063006 +4000489,Seagull Mayhem Delivery: Shizuku TOP 100,4,Seagull Mayhem Delivery: Shizuku TOP 100,489,title_e_0109_03003_0001,223063006 +4000490,Seagull Mayhem Delivery: Karin TOP 100,4,Seagull Mayhem Delivery: Karin TOP 100,490,title_e_0109_03004_0001,223063006 +4000491,Seagull Mayhem Delivery: Ai TOP 100,4,Seagull Mayhem Delivery: Ai TOP 100,491,title_e_0109_03005_0001,223063006 +4000492,Seagull Mayhem Delivery: Kanata TOP 100,4,Seagull Mayhem Delivery: Kanata TOP 100,492,title_e_0109_03006_0001,223063006 +4000493,Seagull Mayhem Delivery: Setsuna TOP 100,4,Seagull Mayhem Delivery: Setsuna TOP 100,493,title_e_0109_03007_0001,223063006 +4000494,Seagull Mayhem Delivery: Emma TOP 100,4,Seagull Mayhem Delivery: Emma TOP 100,494,title_e_0109_03008_0001,223063006 +4000495,Seagull Mayhem Delivery: Rina TOP 100,4,Seagull Mayhem Delivery: Rina TOP 100,495,title_e_0109_03009_0001,223063006 +4000496,Seagull Mayhem Delivery: Shioriko TOP 100,4,Seagull Mayhem Delivery: Shioriko TOP 100,496,title_e_0109_03010_0001,223063006 +4000497,Seagull Mayhem Delivery: Mia TOP 100,4,Seagull Mayhem Delivery: Mia TOP 100,497,title_e_0109_03011_0001,223063006 +4000498,Seagull Mayhem Delivery: Lanzhu TOP 100,4,Seagull Mayhem Delivery: Lanzhu TOP 100,498,title_e_0109_03012_0001,223063006 +4000499,Seagull Mayhem Delivery: Kanon TOP 100,4,Seagull Mayhem Delivery: Kanon TOP 100,499,title_e_0109_04001_0001,223063006 +4000500,Seagull Mayhem Delivery: Keke TOP 100,4,Seagull Mayhem Delivery: Keke TOP 100,500,title_e_0109_04002_0001,223063006 +4000501,Seagull Mayhem Delivery: Chisato TOP 100,4,Seagull Mayhem Delivery: Chisato TOP 100,501,title_e_0109_04003_0001,223063006 +4000502,Seagull Mayhem Delivery: Sumire TOP 100,4,Seagull Mayhem Delivery: Sumire TOP 100,502,title_e_0109_04004_0001,223063006 +4000503,Seagull Mayhem Delivery: Ren TOP 100,4,Seagull Mayhem Delivery: Ren TOP 100,503,title_e_0109_04005_0001,223063006 +4000504,Seagull Mayhem Delivery: Kinako TOP 100,4,Seagull Mayhem Delivery: Kinako TOP 100,504,title_e_0109_04006_0001,223063006 +4000505,Seagull Mayhem Delivery: Mei TOP 100,4,Seagull Mayhem Delivery: Mei TOP 100,505,title_e_0109_04007_0001,223063006 +4000506,Seagull Mayhem Delivery: Shiki TOP 100,4,Seagull Mayhem Delivery: Shiki TOP 100,506,title_e_0109_04008_0001,223063006 +4000507,Seagull Mayhem Delivery: Natsumi TOP 100,4,Seagull Mayhem Delivery: Natsumi TOP 100,507,title_e_0109_04009_0001,223063006 +4000508,Seagull Mayhem Delivery: Honoka TOP 300,4,Seagull Mayhem Delivery: Honoka TOP 300,508,title_e_0109_01001_0002,223063006 +4000509,Seagull Mayhem Delivery: Eli TOP 300,4,Seagull Mayhem Delivery: Eli TOP 300,509,title_e_0109_01002_0002,223063006 +4000510,Seagull Mayhem Delivery: Kotori TOP 300,4,Seagull Mayhem Delivery: Kotori TOP 300,510,title_e_0109_01003_0002,223063006 +4000511,Seagull Mayhem Delivery: Umi TOP 300,4,Seagull Mayhem Delivery: Umi TOP 300,511,title_e_0109_01004_0002,223063006 +4000512,Seagull Mayhem Delivery: Rin TOP 300,4,Seagull Mayhem Delivery: Rin TOP 300,512,title_e_0109_01005_0002,223063006 +4000513,Seagull Mayhem Delivery: Maki TOP 300,4,Seagull Mayhem Delivery: Maki TOP 300,513,title_e_0109_01006_0002,223063006 +4000514,Seagull Mayhem Delivery: Nozomi TOP 300,4,Seagull Mayhem Delivery: Nozomi TOP 300,514,title_e_0109_01007_0002,223063006 +4000515,Seagull Mayhem Delivery: Hanayo TOP 300,4,Seagull Mayhem Delivery: Hanayo TOP 300,515,title_e_0109_01008_0002,223063006 +4000516,Seagull Mayhem Delivery: Nico TOP 300,4,Seagull Mayhem Delivery: Nico TOP 300,516,title_e_0109_01009_0002,223063006 +4000517,Seagull Mayhem Delivery: Chika TOP 300,4,Seagull Mayhem Delivery: Chika TOP 300,517,title_e_0109_02001_0002,223063006 +4000518,Seagull Mayhem Delivery: Riko TOP 300,4,Seagull Mayhem Delivery: Riko TOP 300,518,title_e_0109_02002_0002,223063006 +4000519,Seagull Mayhem Delivery: Kanan TOP 300,4,Seagull Mayhem Delivery: Kanan TOP 300,519,title_e_0109_02003_0002,223063006 +4000520,Seagull Mayhem Delivery: Dia TOP 300,4,Seagull Mayhem Delivery: Dia TOP 300,520,title_e_0109_02004_0002,223063006 +4000521,Seagull Mayhem Delivery: You TOP 300,4,Seagull Mayhem Delivery: You TOP 300,521,title_e_0109_02005_0002,223063006 +4000522,Seagull Mayhem Delivery: Yoshiko TOP 300,4,Seagull Mayhem Delivery: Yoshiko TOP 300,522,title_e_0109_02006_0002,223063006 +4000523,Seagull Mayhem Delivery: Hanamaru TOP 300,4,Seagull Mayhem Delivery: Hanamaru TOP 300,523,title_e_0109_02007_0002,223063006 +4000524,Seagull Mayhem Delivery: Mari TOP 300,4,Seagull Mayhem Delivery: Mari TOP 300,524,title_e_0109_02008_0002,223063006 +4000525,Seagull Mayhem Delivery: Ruby TOP 300,4,Seagull Mayhem Delivery: Ruby TOP 300,525,title_e_0109_02009_0002,223063006 +4000526,Seagull Mayhem Delivery: Ayumu TOP 300,4,Seagull Mayhem Delivery: Ayumu TOP 300,526,title_e_0109_03001_0002,223063006 +4000527,Seagull Mayhem Delivery: Kasumi TOP 300,4,Seagull Mayhem Delivery: Kasumi TOP 300,527,title_e_0109_03002_0002,223063006 +4000528,Seagull Mayhem Delivery: Shizuku TOP 300,4,Seagull Mayhem Delivery: Shizuku TOP 300,528,title_e_0109_03003_0002,223063006 +4000529,Seagull Mayhem Delivery: Karin TOP 300,4,Seagull Mayhem Delivery: Karin TOP 300,529,title_e_0109_03004_0002,223063006 +4000530,Seagull Mayhem Delivery: Ai TOP 300,4,Seagull Mayhem Delivery: Ai TOP 300,530,title_e_0109_03005_0002,223063006 +4000531,Seagull Mayhem Delivery: Kanata TOP 300,4,Seagull Mayhem Delivery: Kanata TOP 300,531,title_e_0109_03006_0002,223063006 +4000532,Seagull Mayhem Delivery: Setsuna TOP 300,4,Seagull Mayhem Delivery: Setsuna TOP 300,532,title_e_0109_03007_0002,223063006 +4000533,Seagull Mayhem Delivery: Emma TOP 300,4,Seagull Mayhem Delivery: Emma TOP 300,533,title_e_0109_03008_0002,223063006 +4000534,Seagull Mayhem Delivery: Rina TOP 300,4,Seagull Mayhem Delivery: Rina TOP 300,534,title_e_0109_03009_0002,223063006 +4000535,Seagull Mayhem Delivery: Shioriko TOP 300,4,Seagull Mayhem Delivery: Shioriko TOP 300,535,title_e_0109_03010_0002,223063006 +4000536,Seagull Mayhem Delivery: Mia TOP 300,4,Seagull Mayhem Delivery: Mia TOP 300,536,title_e_0109_03011_0002,223063006 +4000537,Seagull Mayhem Delivery: Lanzhu TOP 300,4,Seagull Mayhem Delivery: Lanzhu TOP 300,537,title_e_0109_03012_0002,223063006 +4000538,Seagull Mayhem Delivery: Kanon TOP 300,4,Seagull Mayhem Delivery: Kanon TOP 300,538,title_e_0109_04001_0002,223063006 +4000539,Seagull Mayhem Delivery: Keke TOP 300,4,Seagull Mayhem Delivery: Keke TOP 300,539,title_e_0109_04002_0002,223063006 +4000540,Seagull Mayhem Delivery: Chisato TOP 300,4,Seagull Mayhem Delivery: Chisato TOP 300,540,title_e_0109_04003_0002,223063006 +4000541,Seagull Mayhem Delivery: Sumire TOP 300,4,Seagull Mayhem Delivery: Sumire TOP 300,541,title_e_0109_04004_0002,223063006 +4000542,Seagull Mayhem Delivery: Ren TOP 300,4,Seagull Mayhem Delivery: Ren TOP 300,542,title_e_0109_04005_0002,223063006 +4000543,Seagull Mayhem Delivery: Kinako TOP 300,4,Seagull Mayhem Delivery: Kinako TOP 300,543,title_e_0109_04006_0002,223063006 +4000544,Seagull Mayhem Delivery: Mei TOP 300,4,Seagull Mayhem Delivery: Mei TOP 300,544,title_e_0109_04007_0002,223063006 +4000545,Seagull Mayhem Delivery: Shiki TOP 300,4,Seagull Mayhem Delivery: Shiki TOP 300,545,title_e_0109_04008_0002,223063006 +4000546,Seagull Mayhem Delivery: Natsumi TOP 300,4,Seagull Mayhem Delivery: Natsumi TOP 300,546,title_e_0109_04009_0002,223063006 +4000547,Seagull Mayhem Delivery: Honoka TOP 1000,4,Seagull Mayhem Delivery: Honoka TOP 1000,547,title_e_0109_01001_0003,223063006 +4000548,Seagull Mayhem Delivery: Eli TOP 1000,4,Seagull Mayhem Delivery: Eli TOP 1000,548,title_e_0109_01002_0003,223063006 +4000549,Seagull Mayhem Delivery: Kotori TOP 1000,4,Seagull Mayhem Delivery: Kotori TOP 1000,549,title_e_0109_01003_0003,223063006 +4000550,Seagull Mayhem Delivery: Umi TOP 1000,4,Seagull Mayhem Delivery: Umi TOP 1000,550,title_e_0109_01004_0003,223063006 +4000551,Seagull Mayhem Delivery: Rin TOP 1000,4,Seagull Mayhem Delivery: Rin TOP 1000,551,title_e_0109_01005_0003,223063006 +4000552,Seagull Mayhem Delivery: Maki TOP 1000,4,Seagull Mayhem Delivery: Maki TOP 1000,552,title_e_0109_01006_0003,223063006 +4000553,Seagull Mayhem Delivery: Nozomi TOP 1000,4,Seagull Mayhem Delivery: Nozomi TOP 1000,553,title_e_0109_01007_0003,223063006 +4000554,Seagull Mayhem Delivery: Hanayo TOP 1000,4,Seagull Mayhem Delivery: Hanayo TOP 1000,554,title_e_0109_01008_0003,223063006 +4000555,Seagull Mayhem Delivery: Nico TOP 1000,4,Seagull Mayhem Delivery: Nico TOP 1000,555,title_e_0109_01009_0003,223063006 +4000556,Seagull Mayhem Delivery: Chika TOP 1000,4,Seagull Mayhem Delivery: Chika TOP 1000,556,title_e_0109_02001_0003,223063006 +4000557,Seagull Mayhem Delivery: Riko TOP 1000,4,Seagull Mayhem Delivery: Riko TOP 1000,557,title_e_0109_02002_0003,223063006 +4000558,Seagull Mayhem Delivery: Kanan TOP 1000,4,Seagull Mayhem Delivery: Kanan TOP 1000,558,title_e_0109_02003_0003,223063006 +4000559,Seagull Mayhem Delivery: Dia TOP 1000,4,Seagull Mayhem Delivery: Dia TOP 1000,559,title_e_0109_02004_0003,223063006 +4000560,Seagull Mayhem Delivery: You TOP 1000,4,Seagull Mayhem Delivery: You TOP 1000,560,title_e_0109_02005_0003,223063006 +4000561,Seagull Mayhem Delivery: Yoshiko TOP 1000,4,Seagull Mayhem Delivery: Yoshiko TOP 1000,561,title_e_0109_02006_0003,223063006 +4000562,Seagull Mayhem Delivery: Hanamaru TOP 1000,4,Seagull Mayhem Delivery: Hanamaru TOP 1000,562,title_e_0109_02007_0003,223063006 +4000563,Seagull Mayhem Delivery: Mari TOP 1000,4,Seagull Mayhem Delivery: Mari TOP 1000,563,title_e_0109_02008_0003,223063006 +4000564,Seagull Mayhem Delivery: Ruby TOP 1000,4,Seagull Mayhem Delivery: Ruby TOP 1000,564,title_e_0109_02009_0003,223063006 +4000565,Seagull Mayhem Delivery: Ayumu TOP 1000,4,Seagull Mayhem Delivery: Ayumu TOP 1000,565,title_e_0109_03001_0003,223063006 +4000566,Seagull Mayhem Delivery: Kasumi TOP 1000,4,Seagull Mayhem Delivery: Kasumi TOP 1000,566,title_e_0109_03002_0003,223063006 +4000567,Seagull Mayhem Delivery: Shizuku TOP 1000,4,Seagull Mayhem Delivery: Shizuku TOP 1000,567,title_e_0109_03003_0003,223063006 +4000568,Seagull Mayhem Delivery: Karin TOP 1000,4,Seagull Mayhem Delivery: Karin TOP 1000,568,title_e_0109_03004_0003,223063006 +4000569,Seagull Mayhem Delivery: Ai TOP 1000,4,Seagull Mayhem Delivery: Ai TOP 1000,569,title_e_0109_03005_0003,223063006 +4000570,Seagull Mayhem Delivery: Kanata TOP 1000,4,Seagull Mayhem Delivery: Kanata TOP 1000,570,title_e_0109_03006_0003,223063006 +4000571,Seagull Mayhem Delivery: Setsuna TOP 1000,4,Seagull Mayhem Delivery: Setsuna TOP 1000,571,title_e_0109_03007_0003,223063006 +4000572,Seagull Mayhem Delivery: Emma TOP 1000,4,Seagull Mayhem Delivery: Emma TOP 1000,572,title_e_0109_03008_0003,223063006 +4000573,Seagull Mayhem Delivery: Rina TOP 1000,4,Seagull Mayhem Delivery: Rina TOP 1000,573,title_e_0109_03009_0003,223063006 +4000574,Seagull Mayhem Delivery: Shioriko TOP 1000,4,Seagull Mayhem Delivery: Shioriko TOP 1000,574,title_e_0109_03010_0003,223063006 +4000575,Seagull Mayhem Delivery: Mia TOP 1000,4,Seagull Mayhem Delivery: Mia TOP 1000,575,title_e_0109_03011_0003,223063006 +4000576,Seagull Mayhem Delivery: Lanzhu TOP 1000,4,Seagull Mayhem Delivery: Lanzhu TOP 1000,576,title_e_0109_03012_0003,223063006 +4000577,Seagull Mayhem Delivery: Kanon TOP 1000,4,Seagull Mayhem Delivery: Kanon TOP 1000,577,title_e_0109_04001_0003,223063006 +4000578,Seagull Mayhem Delivery: Keke TOP 1000,4,Seagull Mayhem Delivery: Keke TOP 1000,578,title_e_0109_04002_0003,223063006 +4000579,Seagull Mayhem Delivery: Chisato TOP 1000,4,Seagull Mayhem Delivery: Chisato TOP 1000,579,title_e_0109_04003_0003,223063006 +4000580,Seagull Mayhem Delivery: Sumire TOP 1000,4,Seagull Mayhem Delivery: Sumire TOP 1000,580,title_e_0109_04004_0003,223063006 +4000581,Seagull Mayhem Delivery: Ren TOP 1000,4,Seagull Mayhem Delivery: Ren TOP 1000,581,title_e_0109_04005_0003,223063006 +4000582,Seagull Mayhem Delivery: Kinako TOP 1000,4,Seagull Mayhem Delivery: Kinako TOP 1000,582,title_e_0109_04006_0003,223063006 +4000583,Seagull Mayhem Delivery: Mei TOP 1000,4,Seagull Mayhem Delivery: Mei TOP 1000,583,title_e_0109_04007_0003,223063006 +4000584,Seagull Mayhem Delivery: Shiki TOP 1000,4,Seagull Mayhem Delivery: Shiki TOP 1000,584,title_e_0109_04008_0003,223063006 +4000585,Seagull Mayhem Delivery: Natsumi TOP 1000,4,Seagull Mayhem Delivery: Natsumi TOP 1000,585,title_e_0109_04009_0003,223063006 +4000586,Beach Flag Racing: Honoka TOP 100,4,Beach Flag Racing: Honoka TOP 100,586,title_e_0113_01001_0001,223073106 +4000587,Beach Flag Racing: Eli TOP 100,4,Beach Flag Racing: Eli TOP 100,587,title_e_0113_01002_0001,223073106 +4000588,Beach Flag Racing: Kotori TOP 100,4,Beach Flag Racing: Kotori TOP 100,588,title_e_0113_01003_0001,223073106 +4000589,Beach Flag Racing: Umi TOP 100,4,Beach Flag Racing: Umi TOP 100,589,title_e_0113_01004_0001,223073106 +4000590,Beach Flag Racing: Rin TOP 100,4,Beach Flag Racing: Rin TOP 100,590,title_e_0113_01005_0001,223073106 +4000591,Beach Flag Racing: Maki TOP 100,4,Beach Flag Racing: Maki TOP 100,591,title_e_0113_01006_0001,223073106 +4000592,Beach Flag Racing: Nozomi TOP 100,4,Beach Flag Racing: Nozomi TOP 100,592,title_e_0113_01007_0001,223073106 +4000593,Beach Flag Racing: Hanayo TOP 100,4,Beach Flag Racing: Hanayo TOP 100,593,title_e_0113_01008_0001,223073106 +4000594,Beach Flag Racing: Nico TOP 100,4,Beach Flag Racing: Nico TOP 100,594,title_e_0113_01009_0001,223073106 +4000595,Beach Flag Racing: Chika TOP 100,4,Beach Flag Racing: Chika TOP 100,595,title_e_0113_02001_0001,223073106 +4000596,Beach Flag Racing: Riko TOP 100,4,Beach Flag Racing: Riko TOP 100,596,title_e_0113_02002_0001,223073106 +4000597,Beach Flag Racing: Kanan TOP 100,4,Beach Flag Racing: Kanan TOP 100,597,title_e_0113_02003_0001,223073106 +4000598,Beach Flag Racing: Dia TOP 100,4,Beach Flag Racing: Dia TOP 100,598,title_e_0113_02004_0001,223073106 +4000599,Beach Flag Racing: You TOP 100,4,Beach Flag Racing: You TOP 100,599,title_e_0113_02005_0001,223073106 +4000600,Beach Flag Racing: Yoshiko TOP 100,4,Beach Flag Racing: Yoshiko TOP 100,600,title_e_0113_02006_0001,223073106 +4000601,Beach Flag Racing: Hanamaru TOP 100,4,Beach Flag Racing: Hanamaru TOP 100,601,title_e_0113_02007_0001,223073106 +4000602,Beach Flag Racing: Mari TOP 100,4,Beach Flag Racing: Mari TOP 100,602,title_e_0113_02008_0001,223073106 +4000603,Beach Flag Racing: Ruby TOP 100,4,Beach Flag Racing: Ruby TOP 100,603,title_e_0113_02009_0001,223073106 +4000604,Beach Flag Racing: Ayumu TOP 100,4,Beach Flag Racing: Ayumu TOP 100,604,title_e_0113_03001_0001,223073106 +4000605,Beach Flag Racing: Kasumi TOP 100,4,Beach Flag Racing: Kasumi TOP 100,605,title_e_0113_03002_0001,223073106 +4000606,Beach Flag Racing: Shizuku TOP 100,4,Beach Flag Racing: Shizuku TOP 100,606,title_e_0113_03003_0001,223073106 +4000607,Beach Flag Racing: Karin TOP 100,4,Beach Flag Racing: Karin TOP 100,607,title_e_0113_03004_0001,223073106 +4000608,Beach Flag Racing: Ai TOP 100,4,Beach Flag Racing: Ai TOP 100,608,title_e_0113_03005_0001,223073106 +4000609,Beach Flag Racing: Kanata TOP 100,4,Beach Flag Racing: Kanata TOP 100,609,title_e_0113_03006_0001,223073106 +4000610,Beach Flag Racing: Setsuna TOP 100,4,Beach Flag Racing: Setsuna TOP 100,610,title_e_0113_03007_0001,223073106 +4000611,Beach Flag Racing: Emma TOP 100,4,Beach Flag Racing: Emma TOP 100,611,title_e_0113_03008_0001,223073106 +4000612,Beach Flag Racing: Rina TOP 100,4,Beach Flag Racing: Rina TOP 100,612,title_e_0113_03009_0001,223073106 +4000613,Beach Flag Racing: Shioriko TOP 100,4,Beach Flag Racing: Shioriko TOP 100,613,title_e_0113_03010_0001,223073106 +4000614,Beach Flag Racing: Mia TOP 100,4,Beach Flag Racing: Mia TOP 100,614,title_e_0113_03011_0001,223073106 +4000615,Beach Flag Racing: Lanzhu TOP 100,4,Beach Flag Racing: Lanzhu TOP 100,615,title_e_0113_03012_0001,223073106 +4000616,Beach Flag Racing: Kanon TOP 100,4,Beach Flag Racing: Kanon TOP 100,616,title_e_0113_04001_0001,223073106 +4000617,Beach Flag Racing: Keke TOP 100,4,Beach Flag Racing: Keke TOP 100,617,title_e_0113_04002_0001,223073106 +4000618,Beach Flag Racing: Chisato TOP 100,4,Beach Flag Racing: Chisato TOP 100,618,title_e_0113_04003_0001,223073106 +4000619,Beach Flag Racing: Sumire TOP 100,4,Beach Flag Racing: Sumire TOP 100,619,title_e_0113_04004_0001,223073106 +4000620,Beach Flag Racing: Ren TOP 100,4,Beach Flag Racing: Ren TOP 100,620,title_e_0113_04005_0001,223073106 +4000621,Beach Flag Racing: Kinako TOP 100,4,Beach Flag Racing: Kinako TOP 100,621,title_e_0113_04006_0001,223073106 +4000622,Beach Flag Racing: Mei TOP 100,4,Beach Flag Racing: Mei TOP 100,622,title_e_0113_04007_0001,223073106 +4000623,Beach Flag Racing: Shiki TOP 100,4,Beach Flag Racing: Shiki TOP 100,623,title_e_0113_04008_0001,223073106 +4000624,Beach Flag Racing: Natsumi TOP 100,4,Beach Flag Racing: Natsumi TOP 100,624,title_e_0113_04009_0001,223073106 +4000625,Beach Flag Racing: Honoka TOP 300,4,Beach Flag Racing: Honoka TOP 300,625,title_e_0113_01001_0002,223073106 +4000626,Beach Flag Racing: Eli TOP 300,4,Beach Flag Racing: Eli TOP 300,626,title_e_0113_01002_0002,223073106 +4000627,Beach Flag Racing: Kotori TOP 300,4,Beach Flag Racing: Kotori TOP 300,627,title_e_0113_01003_0002,223073106 +4000628,Beach Flag Racing: Umi TOP 300,4,Beach Flag Racing: Umi TOP 300,628,title_e_0113_01004_0002,223073106 +4000629,Beach Flag Racing: Rin TOP 300,4,Beach Flag Racing: Rin TOP 300,629,title_e_0113_01005_0002,223073106 +4000630,Beach Flag Racing: Maki TOP 300,4,Beach Flag Racing: Maki TOP 300,630,title_e_0113_01006_0002,223073106 +4000631,Beach Flag Racing: Nozomi TOP 300,4,Beach Flag Racing: Nozomi TOP 300,631,title_e_0113_01007_0002,223073106 +4000632,Beach Flag Racing: Hanayo TOP 300,4,Beach Flag Racing: Hanayo TOP 300,632,title_e_0113_01008_0002,223073106 +4000633,Beach Flag Racing: Nico TOP 300,4,Beach Flag Racing: Nico TOP 300,633,title_e_0113_01009_0002,223073106 +4000634,Beach Flag Racing: Chika TOP 300,4,Beach Flag Racing: Chika TOP 300,634,title_e_0113_02001_0002,223073106 +4000635,Beach Flag Racing: Riko TOP 300,4,Beach Flag Racing: Riko TOP 300,635,title_e_0113_02002_0002,223073106 +4000636,Beach Flag Racing: Kanan TOP 300,4,Beach Flag Racing: Kanan TOP 300,636,title_e_0113_02003_0002,223073106 +4000637,Beach Flag Racing: Dia TOP 300,4,Beach Flag Racing: Dia TOP 300,637,title_e_0113_02004_0002,223073106 +4000638,Beach Flag Racing: You TOP 300,4,Beach Flag Racing: You TOP 300,638,title_e_0113_02005_0002,223073106 +4000639,Beach Flag Racing: Yoshiko TOP 300,4,Beach Flag Racing: Yoshiko TOP 300,639,title_e_0113_02006_0002,223073106 +4000640,Beach Flag Racing: Hanamaru TOP 300,4,Beach Flag Racing: Hanamaru TOP 300,640,title_e_0113_02007_0002,223073106 +4000641,Beach Flag Racing: Mari TOP 300,4,Beach Flag Racing: Mari TOP 300,641,title_e_0113_02008_0002,223073106 +4000642,Beach Flag Racing: Ruby TOP 300,4,Beach Flag Racing: Ruby TOP 300,642,title_e_0113_02009_0002,223073106 +4000643,Beach Flag Racing: Ayumu TOP 300,4,Beach Flag Racing: Ayumu TOP 300,643,title_e_0113_03001_0002,223073106 +4000644,Beach Flag Racing: Kasumi TOP 300,4,Beach Flag Racing: Kasumi TOP 300,644,title_e_0113_03002_0002,223073106 +4000645,Beach Flag Racing: Shizuku TOP 300,4,Beach Flag Racing: Shizuku TOP 300,645,title_e_0113_03003_0002,223073106 +4000646,Beach Flag Racing: Karin TOP 300,4,Beach Flag Racing: Karin TOP 300,646,title_e_0113_03004_0002,223073106 +4000647,Beach Flag Racing: Ai TOP 300,4,Beach Flag Racing: Ai TOP 300,647,title_e_0113_03005_0002,223073106 +4000648,Beach Flag Racing: Kanata TOP 300,4,Beach Flag Racing: Kanata TOP 300,648,title_e_0113_03006_0002,223073106 +4000649,Beach Flag Racing: Setsuna TOP 300,4,Beach Flag Racing: Setsuna TOP 300,649,title_e_0113_03007_0002,223073106 +4000650,Beach Flag Racing: Emma TOP 300,4,Beach Flag Racing: Emma TOP 300,650,title_e_0113_03008_0002,223073106 +4000651,Beach Flag Racing: Rina TOP 300,4,Beach Flag Racing: Rina TOP 300,651,title_e_0113_03009_0002,223073106 +4000652,Beach Flag Racing: Shioriko TOP 300,4,Beach Flag Racing: Shioriko TOP 300,652,title_e_0113_03010_0002,223073106 +4000653,Beach Flag Racing: Mia TOP 300,4,Beach Flag Racing: Mia TOP 300,653,title_e_0113_03011_0002,223073106 +4000654,Beach Flag Racing: Lanzhu TOP 300,4,Beach Flag Racing: Lanzhu TOP 300,654,title_e_0113_03012_0002,223073106 +4000655,Beach Flag Racing: Kanon TOP 300,4,Beach Flag Racing: Kanon TOP 300,655,title_e_0113_04001_0002,223073106 +4000656,Beach Flag Racing: Keke TOP 300,4,Beach Flag Racing: Keke TOP 300,656,title_e_0113_04002_0002,223073106 +4000657,Beach Flag Racing: Chisato TOP 300,4,Beach Flag Racing: Chisato TOP 300,657,title_e_0113_04003_0002,223073106 +4000658,Beach Flag Racing: Sumire TOP 300,4,Beach Flag Racing: Sumire TOP 300,658,title_e_0113_04004_0002,223073106 +4000659,Beach Flag Racing: Ren TOP 300,4,Beach Flag Racing: Ren TOP 300,659,title_e_0113_04005_0002,223073106 +4000660,Beach Flag Racing: Kinako TOP 300,4,Beach Flag Racing: Kinako TOP 300,660,title_e_0113_04006_0002,223073106 +4000661,Beach Flag Racing: Mei TOP 300,4,Beach Flag Racing: Mei TOP 300,661,title_e_0113_04007_0002,223073106 +4000662,Beach Flag Racing: Shiki TOP 300,4,Beach Flag Racing: Shiki TOP 300,662,title_e_0113_04008_0002,223073106 +4000663,Beach Flag Racing: Natsumi TOP 300,4,Beach Flag Racing: Natsumi TOP 300,663,title_e_0113_04009_0002,223073106 +4000664,Beach Flag Racing: Honoka TOP 1000,4,Beach Flag Racing: Honoka TOP 1000,664,title_e_0113_01001_0003,223073106 +4000665,Beach Flag Racing: Eli TOP 1000,4,Beach Flag Racing: Eli TOP 1000,665,title_e_0113_01002_0003,223073106 +4000666,Beach Flag Racing: Kotori TOP 1000,4,Beach Flag Racing: Kotori TOP 1000,666,title_e_0113_01003_0003,223073106 +4000667,Beach Flag Racing: Umi TOP 1000,4,Beach Flag Racing: Umi TOP 1000,667,title_e_0113_01004_0003,223073106 +4000668,Beach Flag Racing: Rin TOP 1000,4,Beach Flag Racing: Rin TOP 1000,668,title_e_0113_01005_0003,223073106 +4000669,Beach Flag Racing: Maki TOP 1000,4,Beach Flag Racing: Maki TOP 1000,669,title_e_0113_01006_0003,223073106 +4000670,Beach Flag Racing: Nozomi TOP 1000,4,Beach Flag Racing: Nozomi TOP 1000,670,title_e_0113_01007_0003,223073106 +4000671,Beach Flag Racing: Hanayo TOP 1000,4,Beach Flag Racing: Hanayo TOP 1000,671,title_e_0113_01008_0003,223073106 +4000672,Beach Flag Racing: Nico TOP 1000,4,Beach Flag Racing: Nico TOP 1000,672,title_e_0113_01009_0003,223073106 +4000673,Beach Flag Racing: Chika TOP 1000,4,Beach Flag Racing: Chika TOP 1000,673,title_e_0113_02001_0003,223073106 +4000674,Beach Flag Racing: Riko TOP 1000,4,Beach Flag Racing: Riko TOP 1000,674,title_e_0113_02002_0003,223073106 +4000675,Beach Flag Racing: Kanan TOP 1000,4,Beach Flag Racing: Kanan TOP 1000,675,title_e_0113_02003_0003,223073106 +4000676,Beach Flag Racing: Dia TOP 1000,4,Beach Flag Racing: Dia TOP 1000,676,title_e_0113_02004_0003,223073106 +4000677,Beach Flag Racing: You TOP 1000,4,Beach Flag Racing: You TOP 1000,677,title_e_0113_02005_0003,223073106 +4000678,Beach Flag Racing: Yoshiko TOP 1000,4,Beach Flag Racing: Yoshiko TOP 1000,678,title_e_0113_02006_0003,223073106 +4000679,Beach Flag Racing: Hanamaru TOP 1000,4,Beach Flag Racing: Hanamaru TOP 1000,679,title_e_0113_02007_0003,223073106 +4000680,Beach Flag Racing: Mari TOP 1000,4,Beach Flag Racing: Mari TOP 1000,680,title_e_0113_02008_0003,223073106 +4000681,Beach Flag Racing: Ruby TOP 1000,4,Beach Flag Racing: Ruby TOP 1000,681,title_e_0113_02009_0003,223073106 +4000682,Beach Flag Racing: Ayumu TOP 1000,4,Beach Flag Racing: Ayumu TOP 1000,682,title_e_0113_03001_0003,223073106 +4000683,Beach Flag Racing: Kasumi TOP 1000,4,Beach Flag Racing: Kasumi TOP 1000,683,title_e_0113_03002_0003,223073106 +4000684,Beach Flag Racing: Shizuku TOP 1000,4,Beach Flag Racing: Shizuku TOP 1000,684,title_e_0113_03003_0003,223073106 +4000685,Beach Flag Racing: Karin TOP 1000,4,Beach Flag Racing: Karin TOP 1000,685,title_e_0113_03004_0003,223073106 +4000686,Beach Flag Racing: Ai TOP 1000,4,Beach Flag Racing: Ai TOP 1000,686,title_e_0113_03005_0003,223073106 +4000687,Beach Flag Racing: Kanata TOP 1000,4,Beach Flag Racing: Kanata TOP 1000,687,title_e_0113_03006_0003,223073106 +4000688,Beach Flag Racing: Setsuna TOP 1000,4,Beach Flag Racing: Setsuna TOP 1000,688,title_e_0113_03007_0003,223073106 +4000689,Beach Flag Racing: Emma TOP 1000,4,Beach Flag Racing: Emma TOP 1000,689,title_e_0113_03008_0003,223073106 +4000690,Beach Flag Racing: Rina TOP 1000,4,Beach Flag Racing: Rina TOP 1000,690,title_e_0113_03009_0003,223073106 +4000691,Beach Flag Racing: Shioriko TOP 1000,4,Beach Flag Racing: Shioriko TOP 1000,691,title_e_0113_03010_0003,223073106 +4000692,Beach Flag Racing: Mia TOP 1000,4,Beach Flag Racing: Mia TOP 1000,692,title_e_0113_03011_0003,223073106 +4000693,Beach Flag Racing: Lanzhu TOP 1000,4,Beach Flag Racing: Lanzhu TOP 1000,693,title_e_0113_03012_0003,223073106 +4000694,Beach Flag Racing: Kanon TOP 1000,4,Beach Flag Racing: Kanon TOP 1000,694,title_e_0113_04001_0003,223073106 +4000695,Beach Flag Racing: Keke TOP 1000,4,Beach Flag Racing: Keke TOP 1000,695,title_e_0113_04002_0003,223073106 +4000696,Beach Flag Racing: Chisato TOP 1000,4,Beach Flag Racing: Chisato TOP 1000,696,title_e_0113_04003_0003,223073106 +4000697,Beach Flag Racing: Sumire TOP 1000,4,Beach Flag Racing: Sumire TOP 1000,697,title_e_0113_04004_0003,223073106 +4000698,Beach Flag Racing: Ren TOP 1000,4,Beach Flag Racing: Ren TOP 1000,698,title_e_0113_04005_0003,223073106 +4000699,Beach Flag Racing: Kinako TOP 1000,4,Beach Flag Racing: Kinako TOP 1000,699,title_e_0113_04006_0003,223073106 +4000700,Beach Flag Racing: Mei TOP 1000,4,Beach Flag Racing: Mei TOP 1000,700,title_e_0113_04007_0003,223073106 +4000701,Beach Flag Racing: Shiki TOP 1000,4,Beach Flag Racing: Shiki TOP 1000,701,title_e_0113_04008_0003,223073106 +4000702,Beach Flag Racing: Natsumi TOP 1000,4,Beach Flag Racing: Natsumi TOP 1000,702,title_e_0113_04009_0003,223073106 +4000703,Silver Moon to Shining Knoll: Honoka TOP 100,4,Silver Moon to Shining Knoll: Honoka TOP 100,703,title_e_0117_01001_0001,223083106 +4000704,Silver Moon to Shining Knoll: Eli TOP 100,4,Silver Moon to Shining Knoll: Eli TOP 100,704,title_e_0117_01002_0001,223083106 +4000705,Silver Moon to Shining Knoll: Kotori TOP 100,4,Silver Moon to Shining Knoll: Kotori TOP 100,705,title_e_0117_01003_0001,223083106 +4000706,Silver Moon to Shining Knoll: Umi TOP 100,4,Silver Moon to Shining Knoll: Umi TOP 100,706,title_e_0117_01004_0001,223083106 +4000707,Silver Moon to Shining Knoll: Rin TOP 100,4,Silver Moon to Shining Knoll: Rin TOP 100,707,title_e_0117_01005_0001,223083106 +4000708,Silver Moon to Shining Knoll: Maki TOP 100,4,Silver Moon to Shining Knoll: Maki TOP 100,708,title_e_0117_01006_0001,223083106 +4000709,Silver Moon to Shining Knoll: Nozomi TOP 100,4,Silver Moon to Shining Knoll: Nozomi TOP 100,709,title_e_0117_01007_0001,223083106 +4000710,Silver Moon to Shining Knoll: Hanayo TOP 100,4,Silver Moon to Shining Knoll: Hanayo TOP 100,710,title_e_0117_01008_0001,223083106 +4000711,Silver Moon to Shining Knoll: Nico TOP 100,4,Silver Moon to Shining Knoll: Nico TOP 100,711,title_e_0117_01009_0001,223083106 +4000712,Silver Moon to Shining Knoll: Chika TOP 100,4,Silver Moon to Shining Knoll: Chika TOP 100,712,title_e_0117_02001_0001,223083106 +4000713,Silver Moon to Shining Knoll: Riko TOP 100,4,Silver Moon to Shining Knoll: Riko TOP 100,713,title_e_0117_02002_0001,223083106 +4000714,Silver Moon to Shining Knoll: Kanan TOP 100,4,Silver Moon to Shining Knoll: Kanan TOP 100,714,title_e_0117_02003_0001,223083106 +4000715,Silver Moon to Shining Knoll: Dia TOP 100,4,Silver Moon to Shining Knoll: Dia TOP 100,715,title_e_0117_02004_0001,223083106 +4000716,Silver Moon to Shining Knoll: You TOP 100,4,Silver Moon to Shining Knoll: You TOP 100,716,title_e_0117_02005_0001,223083106 +4000717,Silver Moon to Shining Knoll: Yoshiko TOP 100,4,Silver Moon to Shining Knoll: Yoshiko TOP 100,717,title_e_0117_02006_0001,223083106 +4000718,Silver Moon to Shining Knoll: Hanamaru TOP 100,4,Silver Moon to Shining Knoll: Hanamaru TOP 100,718,title_e_0117_02007_0001,223083106 +4000719,Silver Moon to Shining Knoll: Mari TOP 100,4,Silver Moon to Shining Knoll: Mari TOP 100,719,title_e_0117_02008_0001,223083106 +4000720,Silver Moon to Shining Knoll: Ruby TOP 100,4,Silver Moon to Shining Knoll: Ruby TOP 100,720,title_e_0117_02009_0001,223083106 +4000721,Silver Moon to Shining Knoll: Ayumu TOP 100,4,Silver Moon to Shining Knoll: Ayumu TOP 100,721,title_e_0117_03001_0001,223083106 +4000722,Silver Moon to Shining Knoll: Kasumi TOP 100,4,Silver Moon to Shining Knoll: Kasumi TOP 100,722,title_e_0117_03002_0001,223083106 +4000723,Silver Moon to Shining Knoll: Shizuku TOP 100,4,Silver Moon to Shining Knoll: Shizuku TOP 100,723,title_e_0117_03003_0001,223083106 +4000724,Silver Moon to Shining Knoll: Karin TOP 100,4,Silver Moon to Shining Knoll: Karin TOP 100,724,title_e_0117_03004_0001,223083106 +4000725,Silver Moon to Shining Knoll: Ai TOP 100,4,Silver Moon to Shining Knoll: Ai TOP 100,725,title_e_0117_03005_0001,223083106 +4000726,Silver Moon to Shining Knoll: Kanata TOP 100,4,Silver Moon to Shining Knoll: Kanata TOP 100,726,title_e_0117_03006_0001,223083106 +4000727,Silver Moon to Shining Knoll: Setsuna TOP 100,4,Silver Moon to Shining Knoll: Setsuna TOP 100,727,title_e_0117_03007_0001,223083106 +4000728,Silver Moon to Shining Knoll: Emma TOP 100,4,Silver Moon to Shining Knoll: Emma TOP 100,728,title_e_0117_03008_0001,223083106 +4000729,Silver Moon to Shining Knoll: Rina TOP 100,4,Silver Moon to Shining Knoll: Rina TOP 100,729,title_e_0117_03009_0001,223083106 +4000730,Silver Moon to Shining Knoll: Shioriko TOP 100,4,Silver Moon to Shining Knoll: Shioriko TOP 100,730,title_e_0117_03010_0001,223083106 +4000731,Silver Moon to Shining Knoll: Mia TOP 100,4,Silver Moon to Shining Knoll: Mia TOP 100,731,title_e_0117_03011_0001,223083106 +4000732,Silver Moon to Shining Knoll: Lanzhu TOP 100,4,Silver Moon to Shining Knoll: Lanzhu TOP 100,732,title_e_0117_03012_0001,223083106 +4000733,Silver Moon to Shining Knoll: Kanon TOP 100,4,Silver Moon to Shining Knoll: Kanon TOP 100,733,title_e_0117_04001_0001,223083106 +4000734,Silver Moon to Shining Knoll: Keke TOP 100,4,Silver Moon to Shining Knoll: Keke TOP 100,734,title_e_0117_04002_0001,223083106 +4000735,Silver Moon to Shining Knoll: Chisato TOP 100,4,Silver Moon to Shining Knoll: Chisato TOP 100,735,title_e_0117_04003_0001,223083106 +4000736,Silver Moon to Shining Knoll: Sumire TOP 100,4,Silver Moon to Shining Knoll: Sumire TOP 100,736,title_e_0117_04004_0001,223083106 +4000737,Silver Moon to Shining Knoll: Ren TOP 100,4,Silver Moon to Shining Knoll: Ren TOP 100,737,title_e_0117_04005_0001,223083106 +4000738,Silver Moon to Shining Knoll: Kinako TOP 100,4,Silver Moon to Shining Knoll: Kinako TOP 100,738,title_e_0117_04006_0001,223083106 +4000739,Silver Moon to Shining Knoll: Mei TOP 100,4,Silver Moon to Shining Knoll: Mei TOP 100,739,title_e_0117_04007_0001,223083106 +4000740,Silver Moon to Shining Knoll: Shiki TOP 100,4,Silver Moon to Shining Knoll: Shiki TOP 100,740,title_e_0117_04008_0001,223083106 +4000741,Silver Moon to Shining Knoll: Natsumi TOP 100,4,Silver Moon to Shining Knoll: Natsumi TOP 100,741,title_e_0117_04009_0001,223083106 +4000742,Silver Moon to Shining Knoll: Honoka TOP 300,4,Silver Moon to Shining Knoll: Honoka TOP 300,742,title_e_0117_01001_0002,223083106 +4000743,Silver Moon to Shining Knoll: Eli TOP 300,4,Silver Moon to Shining Knoll: Eli TOP 300,743,title_e_0117_01002_0002,223083106 +4000744,Silver Moon to Shining Knoll: Kotori TOP 300,4,Silver Moon to Shining Knoll: Kotori TOP 300,744,title_e_0117_01003_0002,223083106 +4000745,Silver Moon to Shining Knoll: Umi TOP 300,4,Silver Moon to Shining Knoll: Umi TOP 300,745,title_e_0117_01004_0002,223083106 +4000746,Silver Moon to Shining Knoll: Rin TOP 300,4,Silver Moon to Shining Knoll: Rin TOP 300,746,title_e_0117_01005_0002,223083106 +4000747,Silver Moon to Shining Knoll: Maki TOP 300,4,Silver Moon to Shining Knoll: Maki TOP 300,747,title_e_0117_01006_0002,223083106 +4000748,Silver Moon to Shining Knoll: Nozomi TOP 300,4,Silver Moon to Shining Knoll: Nozomi TOP 300,748,title_e_0117_01007_0002,223083106 +4000749,Silver Moon to Shining Knoll: Hanayo TOP 300,4,Silver Moon to Shining Knoll: Hanayo TOP 300,749,title_e_0117_01008_0002,223083106 +4000750,Silver Moon to Shining Knoll: Nico TOP 300,4,Silver Moon to Shining Knoll: Nico TOP 300,750,title_e_0117_01009_0002,223083106 +4000751,Silver Moon to Shining Knoll: Chika TOP 300,4,Silver Moon to Shining Knoll: Chika TOP 300,751,title_e_0117_02001_0002,223083106 +4000752,Silver Moon to Shining Knoll: Riko TOP 300,4,Silver Moon to Shining Knoll: Riko TOP 300,752,title_e_0117_02002_0002,223083106 +4000753,Silver Moon to Shining Knoll: Kanan TOP 300,4,Silver Moon to Shining Knoll: Kanan TOP 300,753,title_e_0117_02003_0002,223083106 +4000754,Silver Moon to Shining Knoll: Dia TOP 300,4,Silver Moon to Shining Knoll: Dia TOP 300,754,title_e_0117_02004_0002,223083106 +4000755,Silver Moon to Shining Knoll: You TOP 300,4,Silver Moon to Shining Knoll: You TOP 300,755,title_e_0117_02005_0002,223083106 +4000756,Silver Moon to Shining Knoll: Yoshiko TOP 300,4,Silver Moon to Shining Knoll: Yoshiko TOP 300,756,title_e_0117_02006_0002,223083106 +4000757,Silver Moon to Shining Knoll: Hanamaru TOP 300,4,Silver Moon to Shining Knoll: Hanamaru TOP 300,757,title_e_0117_02007_0002,223083106 +4000758,Silver Moon to Shining Knoll: Mari TOP 300,4,Silver Moon to Shining Knoll: Mari TOP 300,758,title_e_0117_02008_0002,223083106 +4000759,Silver Moon to Shining Knoll: Ruby TOP 300,4,Silver Moon to Shining Knoll: Ruby TOP 300,759,title_e_0117_02009_0002,223083106 +4000760,Silver Moon to Shining Knoll: Ayumu TOP 300,4,Silver Moon to Shining Knoll: Ayumu TOP 300,760,title_e_0117_03001_0002,223083106 +4000761,Silver Moon to Shining Knoll: Kasumi TOP 300,4,Silver Moon to Shining Knoll: Kasumi TOP 300,761,title_e_0117_03002_0002,223083106 +4000762,Silver Moon to Shining Knoll: Shizuku TOP 300,4,Silver Moon to Shining Knoll: Shizuku TOP 300,762,title_e_0117_03003_0002,223083106 +4000763,Silver Moon to Shining Knoll: Karin TOP 300,4,Silver Moon to Shining Knoll: Karin TOP 300,763,title_e_0117_03004_0002,223083106 +4000764,Silver Moon to Shining Knoll: Ai TOP 300,4,Silver Moon to Shining Knoll: Ai TOP 300,764,title_e_0117_03005_0002,223083106 +4000765,Silver Moon to Shining Knoll: Kanata TOP 300,4,Silver Moon to Shining Knoll: Kanata TOP 300,765,title_e_0117_03006_0002,223083106 +4000766,Silver Moon to Shining Knoll: Setsuna TOP 300,4,Silver Moon to Shining Knoll: Setsuna TOP 300,766,title_e_0117_03007_0002,223083106 +4000767,Silver Moon to Shining Knoll: Emma TOP 300,4,Silver Moon to Shining Knoll: Emma TOP 300,767,title_e_0117_03008_0002,223083106 +4000768,Silver Moon to Shining Knoll: Rina TOP 300,4,Silver Moon to Shining Knoll: Rina TOP 300,768,title_e_0117_03009_0002,223083106 +4000769,Silver Moon to Shining Knoll: Shioriko TOP 300,4,Silver Moon to Shining Knoll: Shioriko TOP 300,769,title_e_0117_03010_0002,223083106 +4000770,Silver Moon to Shining Knoll: Mia TOP 300,4,Silver Moon to Shining Knoll: Mia TOP 300,770,title_e_0117_03011_0002,223083106 +4000771,Silver Moon to Shining Knoll: Lanzhu TOP 300,4,Silver Moon to Shining Knoll: Lanzhu TOP 300,771,title_e_0117_03012_0002,223083106 +4000772,Silver Moon to Shining Knoll: Kanon TOP 300,4,Silver Moon to Shining Knoll: Kanon TOP 300,772,title_e_0117_04001_0002,223083106 +4000773,Silver Moon to Shining Knoll: Keke TOP 300,4,Silver Moon to Shining Knoll: Keke TOP 300,773,title_e_0117_04002_0002,223083106 +4000774,Silver Moon to Shining Knoll: Chisato TOP 300,4,Silver Moon to Shining Knoll: Chisato TOP 300,774,title_e_0117_04003_0002,223083106 +4000775,Silver Moon to Shining Knoll: Sumire TOP 300,4,Silver Moon to Shining Knoll: Sumire TOP 300,775,title_e_0117_04004_0002,223083106 +4000776,Silver Moon to Shining Knoll: Ren TOP 300,4,Silver Moon to Shining Knoll: Ren TOP 300,776,title_e_0117_04005_0002,223083106 +4000777,Silver Moon to Shining Knoll: Kinako TOP 300,4,Silver Moon to Shining Knoll: Kinako TOP 300,777,title_e_0117_04006_0002,223083106 +4000778,Silver Moon to Shining Knoll: Mei TOP 300,4,Silver Moon to Shining Knoll: Mei TOP 300,778,title_e_0117_04007_0002,223083106 +4000779,Silver Moon to Shining Knoll: Shiki TOP 300,4,Silver Moon to Shining Knoll: Shiki TOP 300,779,title_e_0117_04008_0002,223083106 +4000780,Silver Moon to Shining Knoll: Natsumi TOP 300,4,Silver Moon to Shining Knoll: Natsumi TOP 300,780,title_e_0117_04009_0002,223083106 +4000781,Silver Moon to Shining Knoll: Honoka TOP 1000,4,Silver Moon to Shining Knoll: Honoka TOP 1000,781,title_e_0117_01001_0003,223083106 +4000782,Silver Moon to Shining Knoll: Eli TOP 1000,4,Silver Moon to Shining Knoll: Eli TOP 1000,782,title_e_0117_01002_0003,223083106 +4000783,Silver Moon to Shining Knoll: Kotori TOP 1000,4,Silver Moon to Shining Knoll: Kotori TOP 1000,783,title_e_0117_01003_0003,223083106 +4000784,Silver Moon to Shining Knoll: Umi TOP 1000,4,Silver Moon to Shining Knoll: Umi TOP 1000,784,title_e_0117_01004_0003,223083106 +4000785,Silver Moon to Shining Knoll: Rin TOP 1000,4,Silver Moon to Shining Knoll: Rin TOP 1000,785,title_e_0117_01005_0003,223083106 +4000786,Silver Moon to Shining Knoll: Maki TOP 1000,4,Silver Moon to Shining Knoll: Maki TOP 1000,786,title_e_0117_01006_0003,223083106 +4000787,Silver Moon to Shining Knoll: Nozomi TOP 1000,4,Silver Moon to Shining Knoll: Nozomi TOP 1000,787,title_e_0117_01007_0003,223083106 +4000788,Silver Moon to Shining Knoll: Hanayo TOP 1000,4,Silver Moon to Shining Knoll: Hanayo TOP 1000,788,title_e_0117_01008_0003,223083106 +4000789,Silver Moon to Shining Knoll: Nico TOP 1000,4,Silver Moon to Shining Knoll: Nico TOP 1000,789,title_e_0117_01009_0003,223083106 +4000790,Silver Moon to Shining Knoll: Chika TOP 1000,4,Silver Moon to Shining Knoll: Chika TOP 1000,790,title_e_0117_02001_0003,223083106 +4000791,Silver Moon to Shining Knoll: Riko TOP 1000,4,Silver Moon to Shining Knoll: Riko TOP 1000,791,title_e_0117_02002_0003,223083106 +4000792,Silver Moon to Shining Knoll: Kanan TOP 1000,4,Silver Moon to Shining Knoll: Kanan TOP 1000,792,title_e_0117_02003_0003,223083106 +4000793,Silver Moon to Shining Knoll: Dia TOP 1000,4,Silver Moon to Shining Knoll: Dia TOP 1000,793,title_e_0117_02004_0003,223083106 +4000794,Silver Moon to Shining Knoll: You TOP 1000,4,Silver Moon to Shining Knoll: You TOP 1000,794,title_e_0117_02005_0003,223083106 +4000795,Silver Moon to Shining Knoll: Yoshiko TOP 1000,4,Silver Moon to Shining Knoll: Yoshiko TOP 1000,795,title_e_0117_02006_0003,223083106 +4000796,Silver Moon to Shining Knoll: Hanamaru TOP 1000,4,Silver Moon to Shining Knoll: Hanamaru TOP 1000,796,title_e_0117_02007_0003,223083106 +4000797,Silver Moon to Shining Knoll: Mari TOP 1000,4,Silver Moon to Shining Knoll: Mari TOP 1000,797,title_e_0117_02008_0003,223083106 +4000798,Silver Moon to Shining Knoll: Ruby TOP 1000,4,Silver Moon to Shining Knoll: Ruby TOP 1000,798,title_e_0117_02009_0003,223083106 +4000799,Silver Moon to Shining Knoll: Ayumu TOP 1000,4,Silver Moon to Shining Knoll: Ayumu TOP 1000,799,title_e_0117_03001_0003,223083106 +4000800,Silver Moon to Shining Knoll: Kasumi TOP 1000,4,Silver Moon to Shining Knoll: Kasumi TOP 1000,800,title_e_0117_03002_0003,223083106 +4000801,Silver Moon to Shining Knoll: Shizuku TOP 1000,4,Silver Moon to Shining Knoll: Shizuku TOP 1000,801,title_e_0117_03003_0003,223083106 +4000802,Silver Moon to Shining Knoll: Karin TOP 1000,4,Silver Moon to Shining Knoll: Karin TOP 1000,802,title_e_0117_03004_0003,223083106 +4000803,Silver Moon to Shining Knoll: Ai TOP 1000,4,Silver Moon to Shining Knoll: Ai TOP 1000,803,title_e_0117_03005_0003,223083106 +4000804,Silver Moon to Shining Knoll: Kanata TOP 1000,4,Silver Moon to Shining Knoll: Kanata TOP 1000,804,title_e_0117_03006_0003,223083106 +4000805,Silver Moon to Shining Knoll: Setsuna TOP 1000,4,Silver Moon to Shining Knoll: Setsuna TOP 1000,805,title_e_0117_03007_0003,223083106 +4000806,Silver Moon to Shining Knoll: Emma TOP 1000,4,Silver Moon to Shining Knoll: Emma TOP 1000,806,title_e_0117_03008_0003,223083106 +4000807,Silver Moon to Shining Knoll: Rina TOP 1000,4,Silver Moon to Shining Knoll: Rina TOP 1000,807,title_e_0117_03009_0003,223083106 +4000808,Silver Moon to Shining Knoll: Shioriko TOP 1000,4,Silver Moon to Shining Knoll: Shioriko TOP 1000,808,title_e_0117_03010_0003,223083106 +4000809,Silver Moon to Shining Knoll: Mia TOP 1000,4,Silver Moon to Shining Knoll: Mia TOP 1000,809,title_e_0117_03011_0003,223083106 +4000810,Silver Moon to Shining Knoll: Lanzhu TOP 1000,4,Silver Moon to Shining Knoll: Lanzhu TOP 1000,810,title_e_0117_03012_0003,223083106 +4000811,Silver Moon to Shining Knoll: Kanon TOP 1000,4,Silver Moon to Shining Knoll: Kanon TOP 1000,811,title_e_0117_04001_0003,223083106 +4000812,Silver Moon to Shining Knoll: Keke TOP 1000,4,Silver Moon to Shining Knoll: Keke TOP 1000,812,title_e_0117_04002_0003,223083106 +4000813,Silver Moon to Shining Knoll: Chisato TOP 1000,4,Silver Moon to Shining Knoll: Chisato TOP 1000,813,title_e_0117_04003_0003,223083106 +4000814,Silver Moon to Shining Knoll: Sumire TOP 1000,4,Silver Moon to Shining Knoll: Sumire TOP 1000,814,title_e_0117_04004_0003,223083106 +4000815,Silver Moon to Shining Knoll: Ren TOP 1000,4,Silver Moon to Shining Knoll: Ren TOP 1000,815,title_e_0117_04005_0003,223083106 +4000816,Silver Moon to Shining Knoll: Kinako TOP 1000,4,Silver Moon to Shining Knoll: Kinako TOP 1000,816,title_e_0117_04006_0003,223083106 +4000817,Silver Moon to Shining Knoll: Mei TOP 1000,4,Silver Moon to Shining Knoll: Mei TOP 1000,817,title_e_0117_04007_0003,223083106 +4000818,Silver Moon to Shining Knoll: Shiki TOP 1000,4,Silver Moon to Shining Knoll: Shiki TOP 1000,818,title_e_0117_04008_0003,223083106 +4000819,Silver Moon to Shining Knoll: Natsumi TOP 1000,4,Silver Moon to Shining Knoll: Natsumi TOP 1000,819,title_e_0117_04009_0003,223083106 +4000820,Halloween: What's Gonna Jump Out at Me?!: Honoka TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Honoka TOP 100,820,title_e_0121_01001_0001,223093006 +4000821,Halloween: What's Gonna Jump Out at Me?!: Eli TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Eli TOP 100,821,title_e_0121_01002_0001,223093006 +4000822,Halloween: What's Gonna Jump Out at Me?!: Kotori TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Kotori TOP 100,822,title_e_0121_01003_0001,223093006 +4000823,Halloween: What's Gonna Jump Out at Me?!: Umi TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Umi TOP 100,823,title_e_0121_01004_0001,223093006 +4000824,Halloween: What's Gonna Jump Out at Me?!: Rin TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Rin TOP 100,824,title_e_0121_01005_0001,223093006 +4000825,Halloween: What's Gonna Jump Out at Me?!: Maki TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Maki TOP 100,825,title_e_0121_01006_0001,223093006 +4000826,Halloween: What's Gonna Jump Out at Me?!: Nozomi TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Nozomi TOP 100,826,title_e_0121_01007_0001,223093006 +4000827,Halloween: What's Gonna Jump Out at Me?!: Hanayo TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Hanayo TOP 100,827,title_e_0121_01008_0001,223093006 +4000828,Halloween: What's Gonna Jump Out at Me?!: Nico TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Nico TOP 100,828,title_e_0121_01009_0001,223093006 +4000829,Halloween: What's Gonna Jump Out at Me?!: Chika TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Chika TOP 100,829,title_e_0121_02001_0001,223093006 +4000830,Halloween: What's Gonna Jump Out at Me?!: Riko TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Riko TOP 100,830,title_e_0121_02002_0001,223093006 +4000831,Halloween: What's Gonna Jump Out at Me?!: Kanan TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Kanan TOP 100,831,title_e_0121_02003_0001,223093006 +4000832,Halloween: What's Gonna Jump Out at Me?!: Dia TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Dia TOP 100,832,title_e_0121_02004_0001,223093006 +4000833,Halloween: What's Gonna Jump Out at Me?!: You TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: You TOP 100,833,title_e_0121_02005_0001,223093006 +4000834,Halloween: What's Gonna Jump Out at Me?!: Yoshiko TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Yoshiko TOP 100,834,title_e_0121_02006_0001,223093006 +4000835,Halloween: What's Gonna Jump Out at Me?!: Hanamaru TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Hanamaru TOP 100,835,title_e_0121_02007_0001,223093006 +4000836,Halloween: What's Gonna Jump Out at Me?!: Mari TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Mari TOP 100,836,title_e_0121_02008_0001,223093006 +4000837,Halloween: What's Gonna Jump Out at Me?!: Ruby TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Ruby TOP 100,837,title_e_0121_02009_0001,223093006 +4000838,Halloween: What's Gonna Jump Out at Me?!: Ayumu TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Ayumu TOP 100,838,title_e_0121_03001_0001,223093006 +4000839,Halloween: What's Gonna Jump Out at Me?!: Kasumi TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Kasumi TOP 100,839,title_e_0121_03002_0001,223093006 +4000840,Halloween: What's Gonna Jump Out at Me?!: Shizuku TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Shizuku TOP 100,840,title_e_0121_03003_0001,223093006 +4000841,Halloween: What's Gonna Jump Out at Me?!: Karin TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Karin TOP 100,841,title_e_0121_03004_0001,223093006 +4000842,Halloween: What's Gonna Jump Out at Me?!: Ai TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Ai TOP 100,842,title_e_0121_03005_0001,223093006 +4000843,Halloween: What's Gonna Jump Out at Me?!: Kanata TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Kanata TOP 100,843,title_e_0121_03006_0001,223093006 +4000844,Halloween: What's Gonna Jump Out at Me?!: Setsuna TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Setsuna TOP 100,844,title_e_0121_03007_0001,223093006 +4000845,Halloween: What's Gonna Jump Out at Me?!: Emma TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Emma TOP 100,845,title_e_0121_03008_0001,223093006 +4000846,Halloween: What's Gonna Jump Out at Me?!: Rina TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Rina TOP 100,846,title_e_0121_03009_0001,223093006 +4000847,Halloween: What's Gonna Jump Out at Me?!: Shioriko TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Shioriko TOP 100,847,title_e_0121_03010_0001,223093006 +4000848,Halloween: What's Gonna Jump Out at Me?!: Mia TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Mia TOP 100,848,title_e_0121_03011_0001,223093006 +4000849,Halloween: What's Gonna Jump Out at Me?!: Lanzhu TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Lanzhu TOP 100,849,title_e_0121_03012_0001,223093006 +4000850,Halloween: What's Gonna Jump Out at Me?!: Kanon TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Kanon TOP 100,850,title_e_0121_04001_0001,223093006 +4000851,Halloween: What's Gonna Jump Out at Me?!: Keke TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Keke TOP 100,851,title_e_0121_04002_0001,223093006 +4000852,Halloween: What's Gonna Jump Out at Me?!: Chisato TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Chisato TOP 100,852,title_e_0121_04003_0001,223093006 +4000853,Halloween: What's Gonna Jump Out at Me?!: Sumire TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Sumire TOP 100,853,title_e_0121_04004_0001,223093006 +4000854,Halloween: What's Gonna Jump Out at Me?!: Ren TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Ren TOP 100,854,title_e_0121_04005_0001,223093006 +4000855,Halloween: What's Gonna Jump Out at Me?!: Kinako TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Kinako TOP 100,855,title_e_0121_04006_0001,223093006 +4000856,Halloween: What's Gonna Jump Out at Me?!: Mei TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Mei TOP 100,856,title_e_0121_04007_0001,223093006 +4000857,Halloween: What's Gonna Jump Out at Me?!: Shiki TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Shiki TOP 100,857,title_e_0121_04008_0001,223093006 +4000858,Halloween: What's Gonna Jump Out at Me?!: Natsumi TOP 100,4,Halloween: What's Gonna Jump Out at Me?!: Natsumi TOP 100,858,title_e_0121_04009_0001,223093006 +4000859,Halloween: What's Gonna Jump Out at Me?!: Honoka TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Honoka TOP 300,859,title_e_0121_01001_0002,223093006 +4000860,Halloween: What's Gonna Jump Out at Me?!: Eli TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Eli TOP 300,860,title_e_0121_01002_0002,223093006 +4000861,Halloween: What's Gonna Jump Out at Me?!: Kotori TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Kotori TOP 300,861,title_e_0121_01003_0002,223093006 +4000862,Halloween: What's Gonna Jump Out at Me?!: Umi TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Umi TOP 300,862,title_e_0121_01004_0002,223093006 +4000863,Halloween: What's Gonna Jump Out at Me?!: Rin TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Rin TOP 300,863,title_e_0121_01005_0002,223093006 +4000864,Halloween: What's Gonna Jump Out at Me?!: Maki TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Maki TOP 300,864,title_e_0121_01006_0002,223093006 +4000865,Halloween: What's Gonna Jump Out at Me?!: Nozomi TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Nozomi TOP 300,865,title_e_0121_01007_0002,223093006 +4000866,Halloween: What's Gonna Jump Out at Me?!: Hanayo TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Hanayo TOP 300,866,title_e_0121_01008_0002,223093006 +4000867,Halloween: What's Gonna Jump Out at Me?!: Nico TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Nico TOP 300,867,title_e_0121_01009_0002,223093006 +4000868,Halloween: What's Gonna Jump Out at Me?!: Chika TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Chika TOP 300,868,title_e_0121_02001_0002,223093006 +4000869,Halloween: What's Gonna Jump Out at Me?!: Riko TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Riko TOP 300,869,title_e_0121_02002_0002,223093006 +4000870,Halloween: What's Gonna Jump Out at Me?!: Kanan TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Kanan TOP 300,870,title_e_0121_02003_0002,223093006 +4000871,Halloween: What's Gonna Jump Out at Me?!: Dia TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Dia TOP 300,871,title_e_0121_02004_0002,223093006 +4000872,Halloween: What's Gonna Jump Out at Me?!: You TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: You TOP 300,872,title_e_0121_02005_0002,223093006 +4000873,Halloween: What's Gonna Jump Out at Me?!: Yoshiko TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Yoshiko TOP 300,873,title_e_0121_02006_0002,223093006 +4000874,Halloween: What's Gonna Jump Out at Me?!: Hanamaru TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Hanamaru TOP 300,874,title_e_0121_02007_0002,223093006 +4000875,Halloween: What's Gonna Jump Out at Me?!: Mari TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Mari TOP 300,875,title_e_0121_02008_0002,223093006 +4000876,Halloween: What's Gonna Jump Out at Me?!: Ruby TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Ruby TOP 300,876,title_e_0121_02009_0002,223093006 +4000877,Halloween: What's Gonna Jump Out at Me?!: Ayumu TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Ayumu TOP 300,877,title_e_0121_03001_0002,223093006 +4000878,Halloween: What's Gonna Jump Out at Me?!: Kasumi TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Kasumi TOP 300,878,title_e_0121_03002_0002,223093006 +4000879,Halloween: What's Gonna Jump Out at Me?!: Shizuku TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Shizuku TOP 300,879,title_e_0121_03003_0002,223093006 +4000880,Halloween: What's Gonna Jump Out at Me?!: Karin TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Karin TOP 300,880,title_e_0121_03004_0002,223093006 +4000881,Halloween: What's Gonna Jump Out at Me?!: Ai TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Ai TOP 300,881,title_e_0121_03005_0002,223093006 +4000882,Halloween: What's Gonna Jump Out at Me?!: Kanata TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Kanata TOP 300,882,title_e_0121_03006_0002,223093006 +4000883,Halloween: What's Gonna Jump Out at Me?!: Setsuna TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Setsuna TOP 300,883,title_e_0121_03007_0002,223093006 +4000884,Halloween: What's Gonna Jump Out at Me?!: Emma TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Emma TOP 300,884,title_e_0121_03008_0002,223093006 +4000885,Halloween: What's Gonna Jump Out at Me?!: Rina TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Rina TOP 300,885,title_e_0121_03009_0002,223093006 +4000886,Halloween: What's Gonna Jump Out at Me?!: Shioriko TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Shioriko TOP 300,886,title_e_0121_03010_0002,223093006 +4000887,Halloween: What's Gonna Jump Out at Me?!: Mia TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Mia TOP 300,887,title_e_0121_03011_0002,223093006 +4000888,Halloween: What's Gonna Jump Out at Me?!: Lanzhu TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Lanzhu TOP 300,888,title_e_0121_03012_0002,223093006 +4000889,Halloween: What's Gonna Jump Out at Me?!: Kanon TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Kanon TOP 300,889,title_e_0121_04001_0002,223093006 +4000890,Halloween: What's Gonna Jump Out at Me?!: Keke TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Keke TOP 300,890,title_e_0121_04002_0002,223093006 +4000891,Halloween: What's Gonna Jump Out at Me?!: Chisato TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Chisato TOP 300,891,title_e_0121_04003_0002,223093006 +4000892,Halloween: What's Gonna Jump Out at Me?!: Sumire TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Sumire TOP 300,892,title_e_0121_04004_0002,223093006 +4000893,Halloween: What's Gonna Jump Out at Me?!: Ren TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Ren TOP 300,893,title_e_0121_04005_0002,223093006 +4000894,Halloween: What's Gonna Jump Out at Me?!: Kinako TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Kinako TOP 300,894,title_e_0121_04006_0002,223093006 +4000895,Halloween: What's Gonna Jump Out at Me?!: Mei TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Mei TOP 300,895,title_e_0121_04007_0002,223093006 +4000896,Halloween: What's Gonna Jump Out at Me?!: Shiki TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Shiki TOP 300,896,title_e_0121_04008_0002,223093006 +4000897,Halloween: What's Gonna Jump Out at Me?!: Natsumi TOP 300,4,Halloween: What's Gonna Jump Out at Me?!: Natsumi TOP 300,897,title_e_0121_04009_0002,223093006 +4000898,Halloween: What's Gonna Jump Out at Me?!: Honoka TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Honoka TOP 1000,898,title_e_0121_01001_0003,223093006 +4000899,Halloween: What's Gonna Jump Out at Me?!: Eli TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Eli TOP 1000,899,title_e_0121_01002_0003,223093006 +4000900,Halloween: What's Gonna Jump Out at Me?!: Kotori TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Kotori TOP 1000,900,title_e_0121_01003_0003,223093006 +4000901,Halloween: What's Gonna Jump Out at Me?!: Umi TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Umi TOP 1000,901,title_e_0121_01004_0003,223093006 +4000902,Halloween: What's Gonna Jump Out at Me?!: Rin TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Rin TOP 1000,902,title_e_0121_01005_0003,223093006 +4000903,Halloween: What's Gonna Jump Out at Me?!: Maki TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Maki TOP 1000,903,title_e_0121_01006_0003,223093006 +4000904,Halloween: What's Gonna Jump Out at Me?!: Nozomi TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Nozomi TOP 1000,904,title_e_0121_01007_0003,223093006 +4000905,Halloween: What's Gonna Jump Out at Me?!: Hanayo TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Hanayo TOP 1000,905,title_e_0121_01008_0003,223093006 +4000906,Halloween: What's Gonna Jump Out at Me?!: Nico TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Nico TOP 1000,906,title_e_0121_01009_0003,223093006 +4000907,Halloween: What's Gonna Jump Out at Me?!: Chika TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Chika TOP 1000,907,title_e_0121_02001_0003,223093006 +4000908,Halloween: What's Gonna Jump Out at Me?!: Riko TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Riko TOP 1000,908,title_e_0121_02002_0003,223093006 +4000909,Halloween: What's Gonna Jump Out at Me?!: Kanan TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Kanan TOP 1000,909,title_e_0121_02003_0003,223093006 +4000910,Halloween: What's Gonna Jump Out at Me?!: Dia TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Dia TOP 1000,910,title_e_0121_02004_0003,223093006 +4000911,Halloween: What's Gonna Jump Out at Me?!: You TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: You TOP 1000,911,title_e_0121_02005_0003,223093006 +4000912,Halloween: What's Gonna Jump Out at Me?!: Yoshiko TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Yoshiko TOP 1000,912,title_e_0121_02006_0003,223093006 +4000913,Halloween: What's Gonna Jump Out at Me?!: Hanamaru TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Hanamaru TOP 1000,913,title_e_0121_02007_0003,223093006 +4000914,Halloween: What's Gonna Jump Out at Me?!: Mari TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Mari TOP 1000,914,title_e_0121_02008_0003,223093006 +4000915,Halloween: What's Gonna Jump Out at Me?!: Ruby TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Ruby TOP 1000,915,title_e_0121_02009_0003,223093006 +4000916,Halloween: What's Gonna Jump Out at Me?!: Ayumu TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Ayumu TOP 1000,916,title_e_0121_03001_0003,223093006 +4000917,Halloween: What's Gonna Jump Out at Me?!: Kasumi TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Kasumi TOP 1000,917,title_e_0121_03002_0003,223093006 +4000918,Halloween: What's Gonna Jump Out at Me?!: Shizuku TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Shizuku TOP 1000,918,title_e_0121_03003_0003,223093006 +4000919,Halloween: What's Gonna Jump Out at Me?!: Karin TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Karin TOP 1000,919,title_e_0121_03004_0003,223093006 +4000920,Halloween: What's Gonna Jump Out at Me?!: Ai TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Ai TOP 1000,920,title_e_0121_03005_0003,223093006 +4000921,Halloween: What's Gonna Jump Out at Me?!: Kanata TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Kanata TOP 1000,921,title_e_0121_03006_0003,223093006 +4000922,Halloween: What's Gonna Jump Out at Me?!: Setsuna TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Setsuna TOP 1000,922,title_e_0121_03007_0003,223093006 +4000923,Halloween: What's Gonna Jump Out at Me?!: Emma TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Emma TOP 1000,923,title_e_0121_03008_0003,223093006 +4000924,Halloween: What's Gonna Jump Out at Me?!: Rina TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Rina TOP 1000,924,title_e_0121_03009_0003,223093006 +4000925,Halloween: What's Gonna Jump Out at Me?!: Shioriko TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Shioriko TOP 1000,925,title_e_0121_03010_0003,223093006 +4000926,Halloween: What's Gonna Jump Out at Me?!: Mia TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Mia TOP 1000,926,title_e_0121_03011_0003,223093006 +4000927,Halloween: What's Gonna Jump Out at Me?!: Lanzhu TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Lanzhu TOP 1000,927,title_e_0121_03012_0003,223093006 +4000928,Halloween: What's Gonna Jump Out at Me?!: Kanon TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Kanon TOP 1000,928,title_e_0121_04001_0003,223093006 +4000929,Halloween: What's Gonna Jump Out at Me?!: Keke TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Keke TOP 1000,929,title_e_0121_04002_0003,223093006 +4000930,Halloween: What's Gonna Jump Out at Me?!: Chisato TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Chisato TOP 1000,930,title_e_0121_04003_0003,223093006 +4000931,Halloween: What's Gonna Jump Out at Me?!: Sumire TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Sumire TOP 1000,931,title_e_0121_04004_0003,223093006 +4000932,Halloween: What's Gonna Jump Out at Me?!: Ren TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Ren TOP 1000,932,title_e_0121_04005_0003,223093006 +4000933,Halloween: What's Gonna Jump Out at Me?!: Kinako TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Kinako TOP 1000,933,title_e_0121_04006_0003,223093006 +4000934,Halloween: What's Gonna Jump Out at Me?!: Mei TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Mei TOP 1000,934,title_e_0121_04007_0003,223093006 +4000935,Halloween: What's Gonna Jump Out at Me?!: Shiki TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Shiki TOP 1000,935,title_e_0121_04008_0003,223093006 +4000936,Halloween: What's Gonna Jump Out at Me?!: Natsumi TOP 1000,4,Halloween: What's Gonna Jump Out at Me?!: Natsumi TOP 1000,936,title_e_0121_04009_0003,223093006 +4000937,Half Anniversary Honoka TOP 1,4,Half Anniversary Honoka TOP 1,937,title_e_0123_01001_0001,223101510 +4000938,Half Anniversary Eli TOP 1,4,Half Anniversary Eli TOP 1,938,title_e_0123_01002_0001,223101510 +4000939,Half Anniversary Kotori TOP 1,4,Half Anniversary Kotori TOP 1,939,title_e_0123_01003_0001,223101510 +4000940,Half Anniversary Umi TOP 1,4,Half Anniversary Umi TOP 1,940,title_e_0123_01004_0001,223101510 +4000941,Half Anniversary Rin TOP 1,4,Half Anniversary Rin TOP 1,941,title_e_0123_01005_0001,223101510 +4000942,Half Anniversary Maki TOP 1,4,Half Anniversary Maki TOP 1,942,title_e_0123_01006_0001,223101510 +4000943,Half Anniversary Nozomi TOP 1,4,Half Anniversary Nozomi TOP 1,943,title_e_0123_01007_0001,223101510 +4000944,Half Anniversary Hanayo TOP 1,4,Half Anniversary Hanayo TOP 1,944,title_e_0123_01008_0001,223101510 +4000945,Half Anniversary Nico TOP 1,4,Half Anniversary Nico TOP 1,945,title_e_0123_01009_0001,223101510 +4000946,Half Anniversary Chika TOP 1,4,Half Anniversary Chika TOP 1,946,title_e_0123_02001_0001,223101510 +4000947,Half Anniversary Riko TOP 1,4,Half Anniversary Riko TOP 1,947,title_e_0123_02002_0001,223101510 +4000948,Half Anniversary Kanan TOP 1,4,Half Anniversary Kanan TOP 1,948,title_e_0123_02003_0001,223101510 +4000949,Half Anniversary Dia TOP 1,4,Half Anniversary Dia TOP 1,949,title_e_0123_02004_0001,223101510 +4000950,Half Anniversary You TOP 1,4,Half Anniversary You TOP 1,950,title_e_0123_02005_0001,223101510 +4000951,Half Anniversary Yoshiko TOP 1,4,Half Anniversary Yoshiko TOP 1,951,title_e_0123_02006_0001,223101510 +4000952,Half Anniversary Hanamaru TOP 1,4,Half Anniversary Hanamaru TOP 1,952,title_e_0123_02007_0001,223101510 +4000953,Half Anniversary Mari TOP 1,4,Half Anniversary Mari TOP 1,953,title_e_0123_02008_0001,223101510 +4000954,Half Anniversary Ruby TOP 1,4,Half Anniversary Ruby TOP 1,954,title_e_0123_02009_0001,223101510 +4000955,Half Anniversary Ayumu TOP 1,4,Half Anniversary Ayumu TOP 1,955,title_e_0123_03001_0001,223101510 +4000956,Half Anniversary Kasumi TOP 1,4,Half Anniversary Kasumi TOP 1,956,title_e_0123_03002_0001,223101510 +4000957,Half Anniversary Shizuku TOP 1,4,Half Anniversary Shizuku TOP 1,957,title_e_0123_03003_0001,223101510 +4000958,Half Anniversary Karin TOP 1,4,Half Anniversary Karin TOP 1,958,title_e_0123_03004_0001,223101510 +4000959,Half Anniversary Ai TOP 1,4,Half Anniversary Ai TOP 1,959,title_e_0123_03005_0001,223101510 +4000960,Half Anniversary Kanata TOP 1,4,Half Anniversary Kanata TOP 1,960,title_e_0123_03006_0001,223101510 +4000961,Half Anniversary Setsuna TOP 1,4,Half Anniversary Setsuna TOP 1,961,title_e_0123_03007_0001,223101510 +4000962,Half Anniversary Emma TOP 1,4,Half Anniversary Emma TOP 1,962,title_e_0123_03008_0001,223101510 +4000963,Half Anniversary Rina TOP 1,4,Half Anniversary Rina TOP 1,963,title_e_0123_03009_0001,223101510 +4000964,Half Anniversary Shioriko TOP 1,4,Half Anniversary Shioriko TOP 1,964,title_e_0123_03010_0001,223101510 +4000965,Half Anniversary Mia TOP 1,4,Half Anniversary Mia TOP 1,965,title_e_0123_03011_0001,223101510 +4000966,Half Anniversary Lanzhu TOP 1,4,Half Anniversary Lanzhu TOP 1,966,title_e_0123_03012_0001,223101510 +4000967,Half Anniversary Kanon TOP 1,4,Half Anniversary Kanon TOP 1,967,title_e_0123_04001_0001,223101510 +4000968,Half Anniversary Keke TOP 1,4,Half Anniversary Keke TOP 1,968,title_e_0123_04002_0001,223101510 +4000969,Half Anniversary Chisato TOP 1,4,Half Anniversary Chisato TOP 1,969,title_e_0123_04003_0001,223101510 +4000970,Half Anniversary Sumire TOP 1,4,Half Anniversary Sumire TOP 1,970,title_e_0123_04004_0001,223101510 +4000971,Half Anniversary Ren TOP 1,4,Half Anniversary Ren TOP 1,971,title_e_0123_04005_0001,223101510 +4000972,Half Anniversary Kinako TOP 1,4,Half Anniversary Kinako TOP 1,972,title_e_0123_04006_0001,223101510 +4000973,Half Anniversary Mei TOP 1,4,Half Anniversary Mei TOP 1,973,title_e_0123_04007_0001,223101510 +4000974,Half Anniversary Shiki TOP 1,4,Half Anniversary Shiki TOP 1,974,title_e_0123_04008_0001,223101510 +4000975,Half Anniversary Natsumi TOP 1,4,Half Anniversary Natsumi TOP 1,975,title_e_0123_04009_0001,223101510 +4000976,Half Anniversary Honoka TOP 2,4,Half Anniversary Honoka TOP 2,976,title_e_0123_01001_0002,223101510 +4000977,Half Anniversary Eli TOP 2,4,Half Anniversary Eli TOP 2,977,title_e_0123_01002_0002,223101510 +4000978,Half Anniversary Kotori TOP 2,4,Half Anniversary Kotori TOP 2,978,title_e_0123_01003_0002,223101510 +4000979,Half Anniversary Umi TOP 2,4,Half Anniversary Umi TOP 2,979,title_e_0123_01004_0002,223101510 +4000980,Half Anniversary Rin TOP 2,4,Half Anniversary Rin TOP 2,980,title_e_0123_01005_0002,223101510 +4000981,Half Anniversary Maki TOP 2,4,Half Anniversary Maki TOP 2,981,title_e_0123_01006_0002,223101510 +4000982,Half Anniversary Nozomi TOP 2,4,Half Anniversary Nozomi TOP 2,982,title_e_0123_01007_0002,223101510 +4000983,Half Anniversary Hanayo TOP 2,4,Half Anniversary Hanayo TOP 2,983,title_e_0123_01008_0002,223101510 +4000984,Half Anniversary Nico TOP 2,4,Half Anniversary Nico TOP 2,984,title_e_0123_01009_0002,223101510 +4000985,Half Anniversary Chika TOP 2,4,Half Anniversary Chika TOP 2,985,title_e_0123_02001_0002,223101510 +4000986,Half Anniversary Riko TOP 2,4,Half Anniversary Riko TOP 2,986,title_e_0123_02002_0002,223101510 +4000987,Half Anniversary Kanan TOP 2,4,Half Anniversary Kanan TOP 2,987,title_e_0123_02003_0002,223101510 +4000988,Half Anniversary Dia TOP 2,4,Half Anniversary Dia TOP 2,988,title_e_0123_02004_0002,223101510 +4000989,Half Anniversary You TOP 2,4,Half Anniversary You TOP 2,989,title_e_0123_02005_0002,223101510 +4000990,Half Anniversary Yoshiko TOP 2,4,Half Anniversary Yoshiko TOP 2,990,title_e_0123_02006_0002,223101510 +4000991,Half Anniversary Hanamaru TOP 2,4,Half Anniversary Hanamaru TOP 2,991,title_e_0123_02007_0002,223101510 +4000992,Half Anniversary Mari TOP 2,4,Half Anniversary Mari TOP 2,992,title_e_0123_02008_0002,223101510 +4000993,Half Anniversary Ruby TOP 2,4,Half Anniversary Ruby TOP 2,993,title_e_0123_02009_0002,223101510 +4000994,Half Anniversary Ayumu TOP 2,4,Half Anniversary Ayumu TOP 2,994,title_e_0123_03001_0002,223101510 +4000995,Half Anniversary Kasumi TOP 2,4,Half Anniversary Kasumi TOP 2,995,title_e_0123_03002_0002,223101510 +4000996,Half Anniversary Shizuku TOP 2,4,Half Anniversary Shizuku TOP 2,996,title_e_0123_03003_0002,223101510 +4000997,Half Anniversary Karin TOP 2,4,Half Anniversary Karin TOP 2,997,title_e_0123_03004_0002,223101510 +4000998,Half Anniversary Ai TOP 2,4,Half Anniversary Ai TOP 2,998,title_e_0123_03005_0002,223101510 +4000999,Half Anniversary Kanata TOP 2,4,Half Anniversary Kanata TOP 2,999,title_e_0123_03006_0002,223101510 +4001000,Half Anniversary Setsuna TOP 2,4,Half Anniversary Setsuna TOP 2,1000,title_e_0123_03007_0002,223101510 +4001001,Half Anniversary Emma TOP 2,4,Half Anniversary Emma TOP 2,1001,title_e_0123_03008_0002,223101510 +4001002,Half Anniversary Rina TOP 2,4,Half Anniversary Rina TOP 2,1002,title_e_0123_03009_0002,223101510 +4001003,Half Anniversary Shioriko TOP 2,4,Half Anniversary Shioriko TOP 2,1003,title_e_0123_03010_0002,223101510 +4001004,Half Anniversary Mia TOP 2,4,Half Anniversary Mia TOP 2,1004,title_e_0123_03011_0002,223101510 +4001005,Half Anniversary Lanzhu TOP 2,4,Half Anniversary Lanzhu TOP 2,1005,title_e_0123_03012_0002,223101510 +4001006,Half Anniversary Kanon TOP 2,4,Half Anniversary Kanon TOP 2,1006,title_e_0123_04001_0002,223101510 +4001007,Half Anniversary Keke TOP 2,4,Half Anniversary Keke TOP 2,1007,title_e_0123_04002_0002,223101510 +4001008,Half Anniversary Chisato TOP 2,4,Half Anniversary Chisato TOP 2,1008,title_e_0123_04003_0002,223101510 +4001009,Half Anniversary Sumire TOP 2,4,Half Anniversary Sumire TOP 2,1009,title_e_0123_04004_0002,223101510 +4001010,Half Anniversary Ren TOP 2,4,Half Anniversary Ren TOP 2,1010,title_e_0123_04005_0002,223101510 +4001011,Half Anniversary Kinako TOP 2,4,Half Anniversary Kinako TOP 2,1011,title_e_0123_04006_0002,223101510 +4001012,Half Anniversary Mei TOP 2,4,Half Anniversary Mei TOP 2,1012,title_e_0123_04007_0002,223101510 +4001013,Half Anniversary Shiki TOP 2,4,Half Anniversary Shiki TOP 2,1013,title_e_0123_04008_0002,223101510 +4001014,Half Anniversary Natsumi TOP 2,4,Half Anniversary Natsumi TOP 2,1014,title_e_0123_04009_0002,223101510 +4001015,Half Anniversary Honoka TOP 3,4,Half Anniversary Honoka TOP 3,1015,title_e_0123_01001_0003,223101510 +4001016,Half Anniversary Eli TOP 3,4,Half Anniversary Eli TOP 3,1016,title_e_0123_01002_0003,223101510 +4001017,Half Anniversary Kotori TOP 3,4,Half Anniversary Kotori TOP 3,1017,title_e_0123_01003_0003,223101510 +4001018,Half Anniversary Umi TOP 3,4,Half Anniversary Umi TOP 3,1018,title_e_0123_01004_0003,223101510 +4001019,Half Anniversary Rin TOP 3,4,Half Anniversary Rin TOP 3,1019,title_e_0123_01005_0003,223101510 +4001020,Half Anniversary Maki TOP 3,4,Half Anniversary Maki TOP 3,1020,title_e_0123_01006_0003,223101510 +4001021,Half Anniversary Nozomi TOP 3,4,Half Anniversary Nozomi TOP 3,1021,title_e_0123_01007_0003,223101510 +4001022,Half Anniversary Hanayo TOP 3,4,Half Anniversary Hanayo TOP 3,1022,title_e_0123_01008_0003,223101510 +4001023,Half Anniversary Nico TOP 3,4,Half Anniversary Nico TOP 3,1023,title_e_0123_01009_0003,223101510 +4001024,Half Anniversary Chika TOP 3,4,Half Anniversary Chika TOP 3,1024,title_e_0123_02001_0003,223101510 +4001025,Half Anniversary Riko TOP 3,4,Half Anniversary Riko TOP 3,1025,title_e_0123_02002_0003,223101510 +4001026,Half Anniversary Kanan TOP 3,4,Half Anniversary Kanan TOP 3,1026,title_e_0123_02003_0003,223101510 +4001027,Half Anniversary Dia TOP 3,4,Half Anniversary Dia TOP 3,1027,title_e_0123_02004_0003,223101510 +4001028,Half Anniversary You TOP 3,4,Half Anniversary You TOP 3,1028,title_e_0123_02005_0003,223101510 +4001029,Half Anniversary Yoshiko TOP 3,4,Half Anniversary Yoshiko TOP 3,1029,title_e_0123_02006_0003,223101510 +4001030,Half Anniversary Hanamaru TOP 3,4,Half Anniversary Hanamaru TOP 3,1030,title_e_0123_02007_0003,223101510 +4001031,Half Anniversary Mari TOP 3,4,Half Anniversary Mari TOP 3,1031,title_e_0123_02008_0003,223101510 +4001032,Half Anniversary Ruby TOP 3,4,Half Anniversary Ruby TOP 3,1032,title_e_0123_02009_0003,223101510 +4001033,Half Anniversary Ayumu TOP 3,4,Half Anniversary Ayumu TOP 3,1033,title_e_0123_03001_0003,223101510 +4001034,Half Anniversary Kasumi TOP 3,4,Half Anniversary Kasumi TOP 3,1034,title_e_0123_03002_0003,223101510 +4001035,Half Anniversary Shizuku TOP 3,4,Half Anniversary Shizuku TOP 3,1035,title_e_0123_03003_0003,223101510 +4001036,Half Anniversary Karin TOP 3,4,Half Anniversary Karin TOP 3,1036,title_e_0123_03004_0003,223101510 +4001037,Half Anniversary Ai TOP 3,4,Half Anniversary Ai TOP 3,1037,title_e_0123_03005_0003,223101510 +4001038,Half Anniversary Kanata TOP 3,4,Half Anniversary Kanata TOP 3,1038,title_e_0123_03006_0003,223101510 +4001039,Half Anniversary Setsuna TOP 3,4,Half Anniversary Setsuna TOP 3,1039,title_e_0123_03007_0003,223101510 +4001040,Half Anniversary Emma TOP 3,4,Half Anniversary Emma TOP 3,1040,title_e_0123_03008_0003,223101510 +4001041,Half Anniversary Rina TOP 3,4,Half Anniversary Rina TOP 3,1041,title_e_0123_03009_0003,223101510 +4001042,Half Anniversary Shioriko TOP 3,4,Half Anniversary Shioriko TOP 3,1042,title_e_0123_03010_0003,223101510 +4001043,Half Anniversary Mia TOP 3,4,Half Anniversary Mia TOP 3,1043,title_e_0123_03011_0003,223101510 +4001044,Half Anniversary Lanzhu TOP 3,4,Half Anniversary Lanzhu TOP 3,1044,title_e_0123_03012_0003,223101510 +4001045,Half Anniversary Kanon TOP 3,4,Half Anniversary Kanon TOP 3,1045,title_e_0123_04001_0003,223101510 +4001046,Half Anniversary Keke TOP 3,4,Half Anniversary Keke TOP 3,1046,title_e_0123_04002_0003,223101510 +4001047,Half Anniversary Chisato TOP 3,4,Half Anniversary Chisato TOP 3,1047,title_e_0123_04003_0003,223101510 +4001048,Half Anniversary Sumire TOP 3,4,Half Anniversary Sumire TOP 3,1048,title_e_0123_04004_0003,223101510 +4001049,Half Anniversary Ren TOP 3,4,Half Anniversary Ren TOP 3,1049,title_e_0123_04005_0003,223101510 +4001050,Half Anniversary Kinako TOP 3,4,Half Anniversary Kinako TOP 3,1050,title_e_0123_04006_0003,223101510 +4001051,Half Anniversary Mei TOP 3,4,Half Anniversary Mei TOP 3,1051,title_e_0123_04007_0003,223101510 +4001052,Half Anniversary Shiki TOP 3,4,Half Anniversary Shiki TOP 3,1052,title_e_0123_04008_0003,223101510 +4001053,Half Anniversary Natsumi TOP 3,4,Half Anniversary Natsumi TOP 3,1053,title_e_0123_04009_0003,223101510 +4001054,Half Anniversary Honoka TOP 10,4,Half Anniversary Honoka TOP 10,1054,title_e_0123_01001_0010,223101510 +4001055,Half Anniversary Eli TOP 10,4,Half Anniversary Eli TOP 10,1055,title_e_0123_01002_0010,223101510 +4001056,Half Anniversary Kotori TOP 10,4,Half Anniversary Kotori TOP 10,1056,title_e_0123_01003_0010,223101510 +4001057,Half Anniversary Umi TOP 10,4,Half Anniversary Umi TOP 10,1057,title_e_0123_01004_0010,223101510 +4001058,Half Anniversary Rin TOP 10,4,Half Anniversary Rin TOP 10,1058,title_e_0123_01005_0010,223101510 +4001059,Half Anniversary Maki TOP 10,4,Half Anniversary Maki TOP 10,1059,title_e_0123_01006_0010,223101510 +4001060,Half Anniversary Nozomi TOP 10,4,Half Anniversary Nozomi TOP 10,1060,title_e_0123_01007_0010,223101510 +4001061,Half Anniversary Hanayo TOP 10,4,Half Anniversary Hanayo TOP 10,1061,title_e_0123_01008_0010,223101510 +4001062,Half Anniversary Nico TOP 10,4,Half Anniversary Nico TOP 10,1062,title_e_0123_01009_0010,223101510 +4001063,Half Anniversary Chika TOP 10,4,Half Anniversary Chika TOP 10,1063,title_e_0123_02001_0010,223101510 +4001064,Half Anniversary Riko TOP 10,4,Half Anniversary Riko TOP 10,1064,title_e_0123_02002_0010,223101510 +4001065,Half Anniversary Kanan TOP 10,4,Half Anniversary Kanan TOP 10,1065,title_e_0123_02003_0010,223101510 +4001066,Half Anniversary Dia TOP 10,4,Half Anniversary Dia TOP 10,1066,title_e_0123_02004_0010,223101510 +4001067,Half Anniversary You TOP 10,4,Half Anniversary You TOP 10,1067,title_e_0123_02005_0010,223101510 +4001068,Half Anniversary Yoshiko TOP 10,4,Half Anniversary Yoshiko TOP 10,1068,title_e_0123_02006_0010,223101510 +4001069,Half Anniversary Hanamaru TOP 10,4,Half Anniversary Hanamaru TOP 10,1069,title_e_0123_02007_0010,223101510 +4001070,Half Anniversary Mari TOP 10,4,Half Anniversary Mari TOP 10,1070,title_e_0123_02008_0010,223101510 +4001071,Half Anniversary Ruby TOP 10,4,Half Anniversary Ruby TOP 10,1071,title_e_0123_02009_0010,223101510 +4001072,Half Anniversary Ayumu TOP 10,4,Half Anniversary Ayumu TOP 10,1072,title_e_0123_03001_0010,223101510 +4001073,Half Anniversary Kasumi TOP 10,4,Half Anniversary Kasumi TOP 10,1073,title_e_0123_03002_0010,223101510 +4001074,Half Anniversary Shizuku TOP 10,4,Half Anniversary Shizuku TOP 10,1074,title_e_0123_03003_0010,223101510 +4001075,Half Anniversary Karin TOP 10,4,Half Anniversary Karin TOP 10,1075,title_e_0123_03004_0010,223101510 +4001076,Half Anniversary Ai TOP 10,4,Half Anniversary Ai TOP 10,1076,title_e_0123_03005_0010,223101510 +4001077,Half Anniversary Kanata TOP 10,4,Half Anniversary Kanata TOP 10,1077,title_e_0123_03006_0010,223101510 +4001078,Half Anniversary Setsuna TOP 10,4,Half Anniversary Setsuna TOP 10,1078,title_e_0123_03007_0010,223101510 +4001079,Half Anniversary Emma TOP 10,4,Half Anniversary Emma TOP 10,1079,title_e_0123_03008_0010,223101510 +4001080,Half Anniversary Rina TOP 10,4,Half Anniversary Rina TOP 10,1080,title_e_0123_03009_0010,223101510 +4001081,Half Anniversary Shioriko TOP 10,4,Half Anniversary Shioriko TOP 10,1081,title_e_0123_03010_0010,223101510 +4001082,Half Anniversary Mia TOP 10,4,Half Anniversary Mia TOP 10,1082,title_e_0123_03011_0010,223101510 +4001083,Half Anniversary Lanzhu TOP 10,4,Half Anniversary Lanzhu TOP 10,1083,title_e_0123_03012_0010,223101510 +4001084,Half Anniversary Kanon TOP 10,4,Half Anniversary Kanon TOP 10,1084,title_e_0123_04001_0010,223101510 +4001085,Half Anniversary Keke TOP 10,4,Half Anniversary Keke TOP 10,1085,title_e_0123_04002_0010,223101510 +4001086,Half Anniversary Chisato TOP 10,4,Half Anniversary Chisato TOP 10,1086,title_e_0123_04003_0010,223101510 +4001087,Half Anniversary Sumire TOP 10,4,Half Anniversary Sumire TOP 10,1087,title_e_0123_04004_0010,223101510 +4001088,Half Anniversary Ren TOP 10,4,Half Anniversary Ren TOP 10,1088,title_e_0123_04005_0010,223101510 +4001089,Half Anniversary Kinako TOP 10,4,Half Anniversary Kinako TOP 10,1089,title_e_0123_04006_0010,223101510 +4001090,Half Anniversary Mei TOP 10,4,Half Anniversary Mei TOP 10,1090,title_e_0123_04007_0010,223101510 +4001091,Half Anniversary Shiki TOP 10,4,Half Anniversary Shiki TOP 10,1091,title_e_0123_04008_0010,223101510 +4001092,Half Anniversary Natsumi TOP 10,4,Half Anniversary Natsumi TOP 10,1092,title_e_0123_04009_0010,223101510 +4001093,Half Anniversary Honoka TOP 100,4,Half Anniversary Honoka TOP 100,1093,title_e_0123_01001_0100,223101510 +4001094,Half Anniversary Eli TOP 100,4,Half Anniversary Eli TOP 100,1094,title_e_0123_01002_0100,223101510 +4001095,Half Anniversary Kotori TOP 100,4,Half Anniversary Kotori TOP 100,1095,title_e_0123_01003_0100,223101510 +4001096,Half Anniversary Umi TOP 100,4,Half Anniversary Umi TOP 100,1096,title_e_0123_01004_0100,223101510 +4001097,Half Anniversary Rin TOP 100,4,Half Anniversary Rin TOP 100,1097,title_e_0123_01005_0100,223101510 +4001098,Half Anniversary Maki TOP 100,4,Half Anniversary Maki TOP 100,1098,title_e_0123_01006_0100,223101510 +4001099,Half Anniversary Nozomi TOP 100,4,Half Anniversary Nozomi TOP 100,1099,title_e_0123_01007_0100,223101510 +4001100,Half Anniversary Hanayo TOP 100,4,Half Anniversary Hanayo TOP 100,1100,title_e_0123_01008_0100,223101510 +4001101,Half Anniversary Nico TOP 100,4,Half Anniversary Nico TOP 100,1101,title_e_0123_01009_0100,223101510 +4001102,Half Anniversary Chika TOP 100,4,Half Anniversary Chika TOP 100,1102,title_e_0123_02001_0100,223101510 +4001103,Half Anniversary Riko TOP 100,4,Half Anniversary Riko TOP 100,1103,title_e_0123_02002_0100,223101510 +4001104,Half Anniversary Kanan TOP 100,4,Half Anniversary Kanan TOP 100,1104,title_e_0123_02003_0100,223101510 +4001105,Half Anniversary Dia TOP 100,4,Half Anniversary Dia TOP 100,1105,title_e_0123_02004_0100,223101510 +4001106,Half Anniversary You TOP 100,4,Half Anniversary You TOP 100,1106,title_e_0123_02005_0100,223101510 +4001107,Half Anniversary Yoshiko TOP 100,4,Half Anniversary Yoshiko TOP 100,1107,title_e_0123_02006_0100,223101510 +4001108,Half Anniversary Hanamaru TOP 100,4,Half Anniversary Hanamaru TOP 100,1108,title_e_0123_02007_0100,223101510 +4001109,Half Anniversary Mari TOP 100,4,Half Anniversary Mari TOP 100,1109,title_e_0123_02008_0100,223101510 +4001110,Half Anniversary Ruby TOP 100,4,Half Anniversary Ruby TOP 100,1110,title_e_0123_02009_0100,223101510 +4001111,Half Anniversary Ayumu TOP 100,4,Half Anniversary Ayumu TOP 100,1111,title_e_0123_03001_0100,223101510 +4001112,Half Anniversary Kasumi TOP 100,4,Half Anniversary Kasumi TOP 100,1112,title_e_0123_03002_0100,223101510 +4001113,Half Anniversary Shizuku TOP 100,4,Half Anniversary Shizuku TOP 100,1113,title_e_0123_03003_0100,223101510 +4001114,Half Anniversary Karin TOP 100,4,Half Anniversary Karin TOP 100,1114,title_e_0123_03004_0100,223101510 +4001115,Half Anniversary Ai TOP 100,4,Half Anniversary Ai TOP 100,1115,title_e_0123_03005_0100,223101510 +4001116,Half Anniversary Kanata TOP 100,4,Half Anniversary Kanata TOP 100,1116,title_e_0123_03006_0100,223101510 +4001117,Half Anniversary Setsuna TOP 100,4,Half Anniversary Setsuna TOP 100,1117,title_e_0123_03007_0100,223101510 +4001118,Half Anniversary Emma TOP 100,4,Half Anniversary Emma TOP 100,1118,title_e_0123_03008_0100,223101510 +4001119,Half Anniversary Rina TOP 100,4,Half Anniversary Rina TOP 100,1119,title_e_0123_03009_0100,223101510 +4001120,Half Anniversary Shioriko TOP 100,4,Half Anniversary Shioriko TOP 100,1120,title_e_0123_03010_0100,223101510 +4001121,Half Anniversary Mia TOP 100,4,Half Anniversary Mia TOP 100,1121,title_e_0123_03011_0100,223101510 +4001122,Half Anniversary Lanzhu TOP 100,4,Half Anniversary Lanzhu TOP 100,1122,title_e_0123_03012_0100,223101510 +4001123,Half Anniversary Kanon TOP 100,4,Half Anniversary Kanon TOP 100,1123,title_e_0123_04001_0100,223101510 +4001124,Half Anniversary Keke TOP 100,4,Half Anniversary Keke TOP 100,1124,title_e_0123_04002_0100,223101510 +4001125,Half Anniversary Chisato TOP 100,4,Half Anniversary Chisato TOP 100,1125,title_e_0123_04003_0100,223101510 +4001126,Half Anniversary Sumire TOP 100,4,Half Anniversary Sumire TOP 100,1126,title_e_0123_04004_0100,223101510 +4001127,Half Anniversary Ren TOP 100,4,Half Anniversary Ren TOP 100,1127,title_e_0123_04005_0100,223101510 +4001128,Half Anniversary Kinako TOP 100,4,Half Anniversary Kinako TOP 100,1128,title_e_0123_04006_0100,223101510 +4001129,Half Anniversary Mei TOP 100,4,Half Anniversary Mei TOP 100,1129,title_e_0123_04007_0100,223101510 +4001130,Half Anniversary Shiki TOP 100,4,Half Anniversary Shiki TOP 100,1130,title_e_0123_04008_0100,223101510 +4001131,Half Anniversary Natsumi TOP 100,4,Half Anniversary Natsumi TOP 100,1131,title_e_0123_04009_0100,223101510 +4001132,Half Anniversary Honoka TOP 300,4,Half Anniversary Honoka TOP 300,1132,title_e_0123_01001_0300,223101510 +4001133,Half Anniversary Eli TOP 300,4,Half Anniversary Eli TOP 300,1133,title_e_0123_01002_0300,223101510 +4001134,Half Anniversary Kotori TOP 300,4,Half Anniversary Kotori TOP 300,1134,title_e_0123_01003_0300,223101510 +4001135,Half Anniversary Umi TOP 300,4,Half Anniversary Umi TOP 300,1135,title_e_0123_01004_0300,223101510 +4001136,Half Anniversary Rin TOP 300,4,Half Anniversary Rin TOP 300,1136,title_e_0123_01005_0300,223101510 +4001137,Half Anniversary Maki TOP 300,4,Half Anniversary Maki TOP 300,1137,title_e_0123_01006_0300,223101510 +4001138,Half Anniversary Nozomi TOP 300,4,Half Anniversary Nozomi TOP 300,1138,title_e_0123_01007_0300,223101510 +4001139,Half Anniversary Hanayo TOP 300,4,Half Anniversary Hanayo TOP 300,1139,title_e_0123_01008_0300,223101510 +4001140,Half Anniversary Nico TOP 300,4,Half Anniversary Nico TOP 300,1140,title_e_0123_01009_0300,223101510 +4001141,Half Anniversary Chika TOP 300,4,Half Anniversary Chika TOP 300,1141,title_e_0123_02001_0300,223101510 +4001142,Half Anniversary Riko TOP 300,4,Half Anniversary Riko TOP 300,1142,title_e_0123_02002_0300,223101510 +4001143,Half Anniversary Kanan TOP 300,4,Half Anniversary Kanan TOP 300,1143,title_e_0123_02003_0300,223101510 +4001144,Half Anniversary Dia TOP 300,4,Half Anniversary Dia TOP 300,1144,title_e_0123_02004_0300,223101510 +4001145,Half Anniversary You TOP 300,4,Half Anniversary You TOP 300,1145,title_e_0123_02005_0300,223101510 +4001146,Half Anniversary Yoshiko TOP 300,4,Half Anniversary Yoshiko TOP 300,1146,title_e_0123_02006_0300,223101510 +4001147,Half Anniversary Hanamaru TOP 300,4,Half Anniversary Hanamaru TOP 300,1147,title_e_0123_02007_0300,223101510 +4001148,Half Anniversary Mari TOP 300,4,Half Anniversary Mari TOP 300,1148,title_e_0123_02008_0300,223101510 +4001149,Half Anniversary Ruby TOP 300,4,Half Anniversary Ruby TOP 300,1149,title_e_0123_02009_0300,223101510 +4001150,Half Anniversary Ayumu TOP 300,4,Half Anniversary Ayumu TOP 300,1150,title_e_0123_03001_0300,223101510 +4001151,Half Anniversary Kasumi TOP 300,4,Half Anniversary Kasumi TOP 300,1151,title_e_0123_03002_0300,223101510 +4001152,Half Anniversary Shizuku TOP 300,4,Half Anniversary Shizuku TOP 300,1152,title_e_0123_03003_0300,223101510 +4001153,Half Anniversary Karin TOP 300,4,Half Anniversary Karin TOP 300,1153,title_e_0123_03004_0300,223101510 +4001154,Half Anniversary Ai TOP 300,4,Half Anniversary Ai TOP 300,1154,title_e_0123_03005_0300,223101510 +4001155,Half Anniversary Kanata TOP 300,4,Half Anniversary Kanata TOP 300,1155,title_e_0123_03006_0300,223101510 +4001156,Half Anniversary Setsuna TOP 300,4,Half Anniversary Setsuna TOP 300,1156,title_e_0123_03007_0300,223101510 +4001157,Half Anniversary Emma TOP 300,4,Half Anniversary Emma TOP 300,1157,title_e_0123_03008_0300,223101510 +4001158,Half Anniversary Rina TOP 300,4,Half Anniversary Rina TOP 300,1158,title_e_0123_03009_0300,223101510 +4001159,Half Anniversary Shioriko TOP 300,4,Half Anniversary Shioriko TOP 300,1159,title_e_0123_03010_0300,223101510 +4001160,Half Anniversary Mia TOP 300,4,Half Anniversary Mia TOP 300,1160,title_e_0123_03011_0300,223101510 +4001161,Half Anniversary Lanzhu TOP 300,4,Half Anniversary Lanzhu TOP 300,1161,title_e_0123_03012_0300,223101510 +4001162,Half Anniversary Kanon TOP 300,4,Half Anniversary Kanon TOP 300,1162,title_e_0123_04001_0300,223101510 +4001163,Half Anniversary Keke TOP 300,4,Half Anniversary Keke TOP 300,1163,title_e_0123_04002_0300,223101510 +4001164,Half Anniversary Chisato TOP 300,4,Half Anniversary Chisato TOP 300,1164,title_e_0123_04003_0300,223101510 +4001165,Half Anniversary Sumire TOP 300,4,Half Anniversary Sumire TOP 300,1165,title_e_0123_04004_0300,223101510 +4001166,Half Anniversary Ren TOP 300,4,Half Anniversary Ren TOP 300,1166,title_e_0123_04005_0300,223101510 +4001167,Half Anniversary Kinako TOP 300,4,Half Anniversary Kinako TOP 300,1167,title_e_0123_04006_0300,223101510 +4001168,Half Anniversary Mei TOP 300,4,Half Anniversary Mei TOP 300,1168,title_e_0123_04007_0300,223101510 +4001169,Half Anniversary Shiki TOP 300,4,Half Anniversary Shiki TOP 300,1169,title_e_0123_04008_0300,223101510 +4001170,Half Anniversary Natsumi TOP 300,4,Half Anniversary Natsumi TOP 300,1170,title_e_0123_04009_0300,223101510 +4001171,Half Anniversary Honoka TOP 1000,4,Half Anniversary Honoka TOP 1000,1171,title_e_0123_01001_1000,223101510 +4001172,Half Anniversary Eli TOP 1000,4,Half Anniversary Eli TOP 1000,1172,title_e_0123_01002_1000,223101510 +4001173,Half Anniversary Kotori TOP 1000,4,Half Anniversary Kotori TOP 1000,1173,title_e_0123_01003_1000,223101510 +4001174,Half Anniversary Umi TOP 1000,4,Half Anniversary Umi TOP 1000,1174,title_e_0123_01004_1000,223101510 +4001175,Half Anniversary Rin TOP 1000,4,Half Anniversary Rin TOP 1000,1175,title_e_0123_01005_1000,223101510 +4001176,Half Anniversary Maki TOP 1000,4,Half Anniversary Maki TOP 1000,1176,title_e_0123_01006_1000,223101510 +4001177,Half Anniversary Nozomi TOP 1000,4,Half Anniversary Nozomi TOP 1000,1177,title_e_0123_01007_1000,223101510 +4001178,Half Anniversary Hanayo TOP 1000,4,Half Anniversary Hanayo TOP 1000,1178,title_e_0123_01008_1000,223101510 +4001179,Half Anniversary Nico TOP 1000,4,Half Anniversary Nico TOP 1000,1179,title_e_0123_01009_1000,223101510 +4001180,Half Anniversary Chika TOP 1000,4,Half Anniversary Chika TOP 1000,1180,title_e_0123_02001_1000,223101510 +4001181,Half Anniversary Riko TOP 1000,4,Half Anniversary Riko TOP 1000,1181,title_e_0123_02002_1000,223101510 +4001182,Half Anniversary Kanan TOP 1000,4,Half Anniversary Kanan TOP 1000,1182,title_e_0123_02003_1000,223101510 +4001183,Half Anniversary Dia TOP 1000,4,Half Anniversary Dia TOP 1000,1183,title_e_0123_02004_1000,223101510 +4001184,Half Anniversary You TOP 1000,4,Half Anniversary You TOP 1000,1184,title_e_0123_02005_1000,223101510 +4001185,Half Anniversary Yoshiko TOP 1000,4,Half Anniversary Yoshiko TOP 1000,1185,title_e_0123_02006_1000,223101510 +4001186,Half Anniversary Hanamaru TOP 1000,4,Half Anniversary Hanamaru TOP 1000,1186,title_e_0123_02007_1000,223101510 +4001187,Half Anniversary Mari TOP 1000,4,Half Anniversary Mari TOP 1000,1187,title_e_0123_02008_1000,223101510 +4001188,Half Anniversary Ruby TOP 1000,4,Half Anniversary Ruby TOP 1000,1188,title_e_0123_02009_1000,223101510 +4001189,Half Anniversary Ayumu TOP 1000,4,Half Anniversary Ayumu TOP 1000,1189,title_e_0123_03001_1000,223101510 +4001190,Half Anniversary Kasumi TOP 1000,4,Half Anniversary Kasumi TOP 1000,1190,title_e_0123_03002_1000,223101510 +4001191,Half Anniversary Shizuku TOP 1000,4,Half Anniversary Shizuku TOP 1000,1191,title_e_0123_03003_1000,223101510 +4001192,Half Anniversary Karin TOP 1000,4,Half Anniversary Karin TOP 1000,1192,title_e_0123_03004_1000,223101510 +4001193,Half Anniversary Ai TOP 1000,4,Half Anniversary Ai TOP 1000,1193,title_e_0123_03005_1000,223101510 +4001194,Half Anniversary Kanata TOP 1000,4,Half Anniversary Kanata TOP 1000,1194,title_e_0123_03006_1000,223101510 +4001195,Half Anniversary Setsuna TOP 1000,4,Half Anniversary Setsuna TOP 1000,1195,title_e_0123_03007_1000,223101510 +4001196,Half Anniversary Emma TOP 1000,4,Half Anniversary Emma TOP 1000,1196,title_e_0123_03008_1000,223101510 +4001197,Half Anniversary Rina TOP 1000,4,Half Anniversary Rina TOP 1000,1197,title_e_0123_03009_1000,223101510 +4001198,Half Anniversary Shioriko TOP 1000,4,Half Anniversary Shioriko TOP 1000,1198,title_e_0123_03010_1000,223101510 +4001199,Half Anniversary Mia TOP 1000,4,Half Anniversary Mia TOP 1000,1199,title_e_0123_03011_1000,223101510 +4001200,Half Anniversary Lanzhu TOP 1000,4,Half Anniversary Lanzhu TOP 1000,1200,title_e_0123_03012_1000,223101510 +4001201,Half Anniversary Kanon TOP 1000,4,Half Anniversary Kanon TOP 1000,1201,title_e_0123_04001_1000,223101510 +4001202,Half Anniversary Keke TOP 1000,4,Half Anniversary Keke TOP 1000,1202,title_e_0123_04002_1000,223101510 +4001203,Half Anniversary Chisato TOP 1000,4,Half Anniversary Chisato TOP 1000,1203,title_e_0123_04003_1000,223101510 +4001204,Half Anniversary Sumire TOP 1000,4,Half Anniversary Sumire TOP 1000,1204,title_e_0123_04004_1000,223101510 +4001205,Half Anniversary Ren TOP 1000,4,Half Anniversary Ren TOP 1000,1205,title_e_0123_04005_1000,223101510 +4001206,Half Anniversary Kinako TOP 1000,4,Half Anniversary Kinako TOP 1000,1206,title_e_0123_04006_1000,223101510 +4001207,Half Anniversary Mei TOP 1000,4,Half Anniversary Mei TOP 1000,1207,title_e_0123_04007_1000,223101510 +4001208,Half Anniversary Shiki TOP 1000,4,Half Anniversary Shiki TOP 1000,1208,title_e_0123_04008_1000,223101510 +4001209,Half Anniversary Natsumi TOP 1000,4,Half Anniversary Natsumi TOP 1000,1209,title_e_0123_04009_1000,223101510 +4001210,Half Anniversary Title,4,A special title to commemorate the Half Anniversary.,1210,title_r_0001_00000_0020,223101510 +4001211,Pit-a-pat School Information Session Honoka TOP 100,4,Pit-a-pat School Information Session Honoka TOP 100,1211,title_e_0125_01001_0001,223103106 +4001212,Pit-a-pat School Information Session Eli TOP 100,4,Pit-a-pat School Information Session Eli TOP 100,1212,title_e_0125_01002_0001,223103106 +4001213,Pit-a-pat School Information Session Kotori TOP 100,4,Pit-a-pat School Information Session Kotori TOP 100,1213,title_e_0125_01003_0001,223103106 +4001214,Pit-a-pat School Information Session Umi TOP 100,4,Pit-a-pat School Information Session Umi TOP 100,1214,title_e_0125_01004_0001,223103106 +4001215,Pit-a-pat School Information Session Rin TOP 100,4,Pit-a-pat School Information Session Rin TOP 100,1215,title_e_0125_01005_0001,223103106 +4001216,Pit-a-pat School Information Session Maki TOP 100,4,Pit-a-pat School Information Session Maki TOP 100,1216,title_e_0125_01006_0001,223103106 +4001217,Pit-a-pat School Information Session Nozomi TOP 100,4,Pit-a-pat School Information Session Nozomi TOP 100,1217,title_e_0125_01007_0001,223103106 +4001218,Pit-a-pat School Information Session Hanayo TOP 100,4,Pit-a-pat School Information Session Hanayo TOP 100,1218,title_e_0125_01008_0001,223103106 +4001219,Pit-a-pat School Information Session Nico TOP 100,4,Pit-a-pat School Information Session Nico TOP 100,1219,title_e_0125_01009_0001,223103106 +4001220,Pit-a-pat School Information Session Chika TOP 100,4,Pit-a-pat School Information Session Chika TOP 100,1220,title_e_0125_02001_0001,223103106 +4001221,Pit-a-pat School Information Session Riko TOP 100,4,Pit-a-pat School Information Session Riko TOP 100,1221,title_e_0125_02002_0001,223103106 +4001222,Pit-a-pat School Information Session Kanan TOP 100,4,Pit-a-pat School Information Session Kanan TOP 100,1222,title_e_0125_02003_0001,223103106 +4001223,Pit-a-pat School Information Session Dia TOP 100,4,Pit-a-pat School Information Session Dia TOP 100,1223,title_e_0125_02004_0001,223103106 +4001224,Pit-a-pat School Information Session You TOP 100,4,Pit-a-pat School Information Session You TOP 100,1224,title_e_0125_02005_0001,223103106 +4001225,Pit-a-pat School Information Session Yoshiko TOP 100,4,Pit-a-pat School Information Session Yoshiko TOP 100,1225,title_e_0125_02006_0001,223103106 +4001226,Pit-a-pat School Information Session Hanamaru TOP 100,4,Pit-a-pat School Information Session Hanamaru TOP 100,1226,title_e_0125_02007_0001,223103106 +4001227,Pit-a-pat School Information Session Mari TOP 100,4,Pit-a-pat School Information Session Mari TOP 100,1227,title_e_0125_02008_0001,223103106 +4001228,Pit-a-pat School Information Session Ruby TOP 100,4,Pit-a-pat School Information Session Ruby TOP 100,1228,title_e_0125_02009_0001,223103106 +4001229,Pit-a-pat School Information Session Ayumu TOP 100,4,Pit-a-pat School Information Session Ayumu TOP 100,1229,title_e_0125_03001_0001,223103106 +4001230,Pit-a-pat School Information Session Kasumi TOP 100,4,Pit-a-pat School Information Session Kasumi TOP 100,1230,title_e_0125_03002_0001,223103106 +4001231,Pit-a-pat School Information Session Shizuku TOP 100,4,Pit-a-pat School Information Session Shizuku TOP 100,1231,title_e_0125_03003_0001,223103106 +4001232,Pit-a-pat School Information Session Karin TOP 100,4,Pit-a-pat School Information Session Karin TOP 100,1232,title_e_0125_03004_0001,223103106 +4001233,Pit-a-pat School Information Session Ai TOP 100,4,Pit-a-pat School Information Session Ai TOP 100,1233,title_e_0125_03005_0001,223103106 +4001234,Pit-a-pat School Information Session Kanata TOP 100,4,Pit-a-pat School Information Session Kanata TOP 100,1234,title_e_0125_03006_0001,223103106 +4001235,Pit-a-pat School Information Session Setsuna TOP 100,4,Pit-a-pat School Information Session Setsuna TOP 100,1235,title_e_0125_03007_0001,223103106 +4001236,Pit-a-pat School Information Session Emma TOP 100,4,Pit-a-pat School Information Session Emma TOP 100,1236,title_e_0125_03008_0001,223103106 +4001237,Pit-a-pat School Information Session Rina TOP 100,4,Pit-a-pat School Information Session Rina TOP 100,1237,title_e_0125_03009_0001,223103106 +4001238,Pit-a-pat School Information Session Shioriko TOP 100,4,Pit-a-pat School Information Session Shioriko TOP 100,1238,title_e_0125_03010_0001,223103106 +4001239,Pit-a-pat School Information Session Mia TOP 100,4,Pit-a-pat School Information Session Mia TOP 100,1239,title_e_0125_03011_0001,223103106 +4001240,Pit-a-pat School Information Session Lanzhu TOP 100,4,Pit-a-pat School Information Session Lanzhu TOP 100,1240,title_e_0125_03012_0001,223103106 +4001241,Pit-a-pat School Information Session Kanon TOP 100,4,Pit-a-pat School Information Session Kanon TOP 100,1241,title_e_0125_04001_0001,223103106 +4001242,Pit-a-pat School Information Session Keke TOP 100,4,Pit-a-pat School Information Session Keke TOP 100,1242,title_e_0125_04002_0001,223103106 +4001243,Pit-a-pat School Information Session Chisato TOP 100,4,Pit-a-pat School Information Session Chisato TOP 100,1243,title_e_0125_04003_0001,223103106 +4001244,Pit-a-pat School Information Session Sumire TOP 100,4,Pit-a-pat School Information Session Sumire TOP 100,1244,title_e_0125_04004_0001,223103106 +4001245,Pit-a-pat School Information Session Ren TOP 100,4,Pit-a-pat School Information Session Ren TOP 100,1245,title_e_0125_04005_0001,223103106 +4001246,Pit-a-pat School Information Session Kinako TOP 100,4,Pit-a-pat School Information Session Kinako TOP 100,1246,title_e_0125_04006_0001,223103106 +4001247,Pit-a-pat School Information Session Mei TOP 100,4,Pit-a-pat School Information Session Mei TOP 100,1247,title_e_0125_04007_0001,223103106 +4001248,Pit-a-pat School Information Session Shiki TOP 100,4,Pit-a-pat School Information Session Shiki TOP 100,1248,title_e_0125_04008_0001,223103106 +4001249,Pit-a-pat School Information Session Natsumi TOP 100,4,Pit-a-pat School Information Session Natsumi TOP 100,1249,title_e_0125_04009_0001,223103106 +4001250,Pit-a-pat School Information Session Honoka TOP 300,4,Pit-a-pat School Information Session Honoka TOP 300,1250,title_e_0125_01001_0002,223103106 +4001251,Pit-a-pat School Information Session Eli TOP 300,4,Pit-a-pat School Information Session Eli TOP 300,1251,title_e_0125_01002_0002,223103106 +4001252,Pit-a-pat School Information Session Kotori TOP 300,4,Pit-a-pat School Information Session Kotori TOP 300,1252,title_e_0125_01003_0002,223103106 +4001253,Pit-a-pat School Information Session Umi TOP 300,4,Pit-a-pat School Information Session Umi TOP 300,1253,title_e_0125_01004_0002,223103106 +4001254,Pit-a-pat School Information Session Rin TOP 300,4,Pit-a-pat School Information Session Rin TOP 300,1254,title_e_0125_01005_0002,223103106 +4001255,Pit-a-pat School Information Session Maki TOP 300,4,Pit-a-pat School Information Session Maki TOP 300,1255,title_e_0125_01006_0002,223103106 +4001256,Pit-a-pat School Information Session Nozomi TOP 300,4,Pit-a-pat School Information Session Nozomi TOP 300,1256,title_e_0125_01007_0002,223103106 +4001257,Pit-a-pat School Information Session Hanayo TOP 300,4,Pit-a-pat School Information Session Hanayo TOP 300,1257,title_e_0125_01008_0002,223103106 +4001258,Pit-a-pat School Information Session Nico TOP 300,4,Pit-a-pat School Information Session Nico TOP 300,1258,title_e_0125_01009_0002,223103106 +4001259,Pit-a-pat School Information Session Chika TOP 300,4,Pit-a-pat School Information Session Chika TOP 300,1259,title_e_0125_02001_0002,223103106 +4001260,Pit-a-pat School Information Session Riko TOP 300,4,Pit-a-pat School Information Session Riko TOP 300,1260,title_e_0125_02002_0002,223103106 +4001261,Pit-a-pat School Information Session Kanan TOP 300,4,Pit-a-pat School Information Session Kanan TOP 300,1261,title_e_0125_02003_0002,223103106 +4001262,Pit-a-pat School Information Session Dia TOP 300,4,Pit-a-pat School Information Session Dia TOP 300,1262,title_e_0125_02004_0002,223103106 +4001263,Pit-a-pat School Information Session You TOP 300,4,Pit-a-pat School Information Session You TOP 300,1263,title_e_0125_02005_0002,223103106 +4001264,Pit-a-pat School Information Session Yoshiko TOP 300,4,Pit-a-pat School Information Session Yoshiko TOP 300,1264,title_e_0125_02006_0002,223103106 +4001265,Pit-a-pat School Information Session Hanamaru TOP 300,4,Pit-a-pat School Information Session Hanamaru TOP 300,1265,title_e_0125_02007_0002,223103106 +4001266,Pit-a-pat School Information Session Mari TOP 300,4,Pit-a-pat School Information Session Mari TOP 300,1266,title_e_0125_02008_0002,223103106 +4001267,Pit-a-pat School Information Session Ruby TOP 300,4,Pit-a-pat School Information Session Ruby TOP 300,1267,title_e_0125_02009_0002,223103106 +4001268,Pit-a-pat School Information Session Ayumu TOP 300,4,Pit-a-pat School Information Session Ayumu TOP 300,1268,title_e_0125_03001_0002,223103106 +4001269,Pit-a-pat School Information Session Kasumi TOP 300,4,Pit-a-pat School Information Session Kasumi TOP 300,1269,title_e_0125_03002_0002,223103106 +4001270,Pit-a-pat School Information Session Shizuku TOP 300,4,Pit-a-pat School Information Session Shizuku TOP 300,1270,title_e_0125_03003_0002,223103106 +4001271,Pit-a-pat School Information Session Karin TOP 300,4,Pit-a-pat School Information Session Karin TOP 300,1271,title_e_0125_03004_0002,223103106 +4001272,Pit-a-pat School Information Session Ai TOP 300,4,Pit-a-pat School Information Session Ai TOP 300,1272,title_e_0125_03005_0002,223103106 +4001273,Pit-a-pat School Information Session Kanata TOP 300,4,Pit-a-pat School Information Session Kanata TOP 300,1273,title_e_0125_03006_0002,223103106 +4001274,Pit-a-pat School Information Session Setsuna TOP 300,4,Pit-a-pat School Information Session Setsuna TOP 300,1274,title_e_0125_03007_0002,223103106 +4001275,Pit-a-pat School Information Session Emma TOP 300,4,Pit-a-pat School Information Session Emma TOP 300,1275,title_e_0125_03008_0002,223103106 +4001276,Pit-a-pat School Information Session Rina TOP 300,4,Pit-a-pat School Information Session Rina TOP 300,1276,title_e_0125_03009_0002,223103106 +4001277,Pit-a-pat School Information Session Shioriko TOP 300,4,Pit-a-pat School Information Session Shioriko TOP 300,1277,title_e_0125_03010_0002,223103106 +4001278,Pit-a-pat School Information Session Mia TOP 300,4,Pit-a-pat School Information Session Mia TOP 300,1278,title_e_0125_03011_0002,223103106 +4001279,Pit-a-pat School Information Session Lanzhu TOP 300,4,Pit-a-pat School Information Session Lanzhu TOP 300,1279,title_e_0125_03012_0002,223103106 +4001280,Pit-a-pat School Information Session Kanon TOP 300,4,Pit-a-pat School Information Session Kanon TOP 300,1280,title_e_0125_04001_0002,223103106 +4001281,Pit-a-pat School Information Session Keke TOP 300,4,Pit-a-pat School Information Session Keke TOP 300,1281,title_e_0125_04002_0002,223103106 +4001282,Pit-a-pat School Information Session Chisato TOP 300,4,Pit-a-pat School Information Session Chisato TOP 300,1282,title_e_0125_04003_0002,223103106 +4001283,Pit-a-pat School Information Session Sumire TOP 300,4,Pit-a-pat School Information Session Sumire TOP 300,1283,title_e_0125_04004_0002,223103106 +4001284,Pit-a-pat School Information Session Ren TOP 300,4,Pit-a-pat School Information Session Ren TOP 300,1284,title_e_0125_04005_0002,223103106 +4001285,Pit-a-pat School Information Session Kinako TOP 300,4,Pit-a-pat School Information Session Kinako TOP 300,1285,title_e_0125_04006_0002,223103106 +4001286,Pit-a-pat School Information Session Mei TOP 300,4,Pit-a-pat School Information Session Mei TOP 300,1286,title_e_0125_04007_0002,223103106 +4001287,Pit-a-pat School Information Session Shiki TOP 300,4,Pit-a-pat School Information Session Shiki TOP 300,1287,title_e_0125_04008_0002,223103106 +4001288,Pit-a-pat School Information Session Natsumi TOP 300,4,Pit-a-pat School Information Session Natsumi TOP 300,1288,title_e_0125_04009_0002,223103106 +4001289,Pit-a-pat School Information Session Honoka TOP 1000,4,Pit-a-pat School Information Session Honoka TOP 1000,1289,title_e_0125_01001_0003,223103106 +4001290,Pit-a-pat School Information Session Eli TOP 1000,4,Pit-a-pat School Information Session Eli TOP 1000,1290,title_e_0125_01002_0003,223103106 +4001291,Pit-a-pat School Information Session Kotori TOP 1000,4,Pit-a-pat School Information Session Kotori TOP 1000,1291,title_e_0125_01003_0003,223103106 +4001292,Pit-a-pat School Information Session Umi TOP 1000,4,Pit-a-pat School Information Session Umi TOP 1000,1292,title_e_0125_01004_0003,223103106 +4001293,Pit-a-pat School Information Session Rin TOP 1000,4,Pit-a-pat School Information Session Rin TOP 1000,1293,title_e_0125_01005_0003,223103106 +4001294,Pit-a-pat School Information Session Maki TOP 1000,4,Pit-a-pat School Information Session Maki TOP 1000,1294,title_e_0125_01006_0003,223103106 +4001295,Pit-a-pat School Information Session Nozomi TOP 1000,4,Pit-a-pat School Information Session Nozomi TOP 1000,1295,title_e_0125_01007_0003,223103106 +4001296,Pit-a-pat School Information Session Hanayo TOP 1000,4,Pit-a-pat School Information Session Hanayo TOP 1000,1296,title_e_0125_01008_0003,223103106 +4001297,Pit-a-pat School Information Session Nico TOP 1000,4,Pit-a-pat School Information Session Nico TOP 1000,1297,title_e_0125_01009_0003,223103106 +4001298,Pit-a-pat School Information Session Chika TOP 1000,4,Pit-a-pat School Information Session Chika TOP 1000,1298,title_e_0125_02001_0003,223103106 +4001299,Pit-a-pat School Information Session Riko TOP 1000,4,Pit-a-pat School Information Session Riko TOP 1000,1299,title_e_0125_02002_0003,223103106 +4001300,Pit-a-pat School Information Session Kanan TOP 1000,4,Pit-a-pat School Information Session Kanan TOP 1000,1300,title_e_0125_02003_0003,223103106 +4001301,Pit-a-pat School Information Session Dia TOP 1000,4,Pit-a-pat School Information Session Dia TOP 1000,1301,title_e_0125_02004_0003,223103106 +4001302,Pit-a-pat School Information Session You TOP 1000,4,Pit-a-pat School Information Session You TOP 1000,1302,title_e_0125_02005_0003,223103106 +4001303,Pit-a-pat School Information Session Yoshiko TOP 1000,4,Pit-a-pat School Information Session Yoshiko TOP 1000,1303,title_e_0125_02006_0003,223103106 +4001304,Pit-a-pat School Information Session Hanamaru TOP 1000,4,Pit-a-pat School Information Session Hanamaru TOP 1000,1304,title_e_0125_02007_0003,223103106 +4001305,Pit-a-pat School Information Session Mari TOP 1000,4,Pit-a-pat School Information Session Mari TOP 1000,1305,title_e_0125_02008_0003,223103106 +4001306,Pit-a-pat School Information Session Ruby TOP 1000,4,Pit-a-pat School Information Session Ruby TOP 1000,1306,title_e_0125_02009_0003,223103106 +4001307,Pit-a-pat School Information Session Ayumu TOP 1000,4,Pit-a-pat School Information Session Ayumu TOP 1000,1307,title_e_0125_03001_0003,223103106 +4001308,Pit-a-pat School Information Session Kasumi TOP 1000,4,Pit-a-pat School Information Session Kasumi TOP 1000,1308,title_e_0125_03002_0003,223103106 +4001309,Pit-a-pat School Information Session Shizuku TOP 1000,4,Pit-a-pat School Information Session Shizuku TOP 1000,1309,title_e_0125_03003_0003,223103106 +4001310,Pit-a-pat School Information Session Karin TOP 1000,4,Pit-a-pat School Information Session Karin TOP 1000,1310,title_e_0125_03004_0003,223103106 +4001311,Pit-a-pat School Information Session Ai TOP 1000,4,Pit-a-pat School Information Session Ai TOP 1000,1311,title_e_0125_03005_0003,223103106 +4001312,Pit-a-pat School Information Session Kanata TOP 1000,4,Pit-a-pat School Information Session Kanata TOP 1000,1312,title_e_0125_03006_0003,223103106 +4001313,Pit-a-pat School Information Session Setsuna TOP 1000,4,Pit-a-pat School Information Session Setsuna TOP 1000,1313,title_e_0125_03007_0003,223103106 +4001314,Pit-a-pat School Information Session Emma TOP 1000,4,Pit-a-pat School Information Session Emma TOP 1000,1314,title_e_0125_03008_0003,223103106 +4001315,Pit-a-pat School Information Session Rina TOP 1000,4,Pit-a-pat School Information Session Rina TOP 1000,1315,title_e_0125_03009_0003,223103106 +4001316,Pit-a-pat School Information Session Shioriko TOP 1000,4,Pit-a-pat School Information Session Shioriko TOP 1000,1316,title_e_0125_03010_0003,223103106 +4001317,Pit-a-pat School Information Session Mia TOP 1000,4,Pit-a-pat School Information Session Mia TOP 1000,1317,title_e_0125_03011_0003,223103106 +4001318,Pit-a-pat School Information Session Lanzhu TOP 1000,4,Pit-a-pat School Information Session Lanzhu TOP 1000,1318,title_e_0125_03012_0003,223103106 +4001319,Pit-a-pat School Information Session Kanon TOP 1000,4,Pit-a-pat School Information Session Kanon TOP 1000,1319,title_e_0125_04001_0003,223103106 +4001320,Pit-a-pat School Information Session Keke TOP 1000,4,Pit-a-pat School Information Session Keke TOP 1000,1320,title_e_0125_04002_0003,223103106 +4001321,Pit-a-pat School Information Session Chisato TOP 1000,4,Pit-a-pat School Information Session Chisato TOP 1000,1321,title_e_0125_04003_0003,223103106 +4001322,Pit-a-pat School Information Session Sumire TOP 1000,4,Pit-a-pat School Information Session Sumire TOP 1000,1322,title_e_0125_04004_0003,223103106 +4001323,Pit-a-pat School Information Session Ren TOP 1000,4,Pit-a-pat School Information Session Ren TOP 1000,1323,title_e_0125_04005_0003,223103106 +4001324,Pit-a-pat School Information Session Kinako TOP 1000,4,Pit-a-pat School Information Session Kinako TOP 1000,1324,title_e_0125_04006_0003,223103106 +4001325,Pit-a-pat School Information Session Mei TOP 1000,4,Pit-a-pat School Information Session Mei TOP 1000,1325,title_e_0125_04007_0003,223103106 +4001326,Pit-a-pat School Information Session Shiki TOP 1000,4,Pit-a-pat School Information Session Shiki TOP 1000,1326,title_e_0125_04008_0003,223103106 +4001327,Pit-a-pat School Information Session Natsumi TOP 1000,4,Pit-a-pat School Information Session Natsumi TOP 1000,1327,title_e_0125_04009_0003,223103106 +4001328,Christmas Parties Are The Best! Honoka TOP 100,4,Christmas Parties Are The Best! Honoka TOP 100,1328,title_e_0129_01001_0001,223113006 +4001329,Christmas Parties Are The Best! Eli TOP 100,4,Christmas Parties Are The Best! Eli TOP 100,1329,title_e_0129_01002_0001,223113006 +4001330,Christmas Parties Are The Best! Kotori TOP 100,4,Christmas Parties Are The Best! Kotori TOP 100,1330,title_e_0129_01003_0001,223113006 +4001331,Christmas Parties Are The Best! Umi TOP 100,4,Christmas Parties Are The Best! Umi TOP 100,1331,title_e_0129_01004_0001,223113006 +4001332,Christmas Parties Are The Best! Rin TOP 100,4,Christmas Parties Are The Best! Rin TOP 100,1332,title_e_0129_01005_0001,223113006 +4001333,Christmas Parties Are The Best! Maki TOP 100,4,Christmas Parties Are The Best! Maki TOP 100,1333,title_e_0129_01006_0001,223113006 +4001334,Christmas Parties Are The Best! Nozomi TOP 100,4,Christmas Parties Are The Best! Nozomi TOP 100,1334,title_e_0129_01007_0001,223113006 +4001335,Christmas Parties Are The Best! Hanayo TOP 100,4,Christmas Parties Are The Best! Hanayo TOP 100,1335,title_e_0129_01008_0001,223113006 +4001336,Christmas Parties Are The Best! Nico TOP 100,4,Christmas Parties Are The Best! Nico TOP 100,1336,title_e_0129_01009_0001,223113006 +4001337,Christmas Parties Are The Best! Chika TOP 100,4,Christmas Parties Are The Best! Chika TOP 100,1337,title_e_0129_02001_0001,223113006 +4001338,Christmas Parties Are The Best! Riko TOP 100,4,Christmas Parties Are The Best! Riko TOP 100,1338,title_e_0129_02002_0001,223113006 +4001339,Christmas Parties Are The Best! Kanan TOP 100,4,Christmas Parties Are The Best! Kanan TOP 100,1339,title_e_0129_02003_0001,223113006 +4001340,Christmas Parties Are The Best! Dia TOP 100,4,Christmas Parties Are The Best! Dia TOP 100,1340,title_e_0129_02004_0001,223113006 +4001341,Christmas Parties Are The Best! You TOP 100,4,Christmas Parties Are The Best! You TOP 100,1341,title_e_0129_02005_0001,223113006 +4001342,Christmas Parties Are The Best! Yoshiko TOP 100,4,Christmas Parties Are The Best! Yoshiko TOP 100,1342,title_e_0129_02006_0001,223113006 +4001343,Christmas Parties Are The Best! Hanamaru TOP 100,4,Christmas Parties Are The Best! Hanamaru TOP 100,1343,title_e_0129_02007_0001,223113006 +4001344,Christmas Parties Are The Best! Mari TOP 100,4,Christmas Parties Are The Best! Mari TOP 100,1344,title_e_0129_02008_0001,223113006 +4001345,Christmas Parties Are The Best! Ruby TOP 100,4,Christmas Parties Are The Best! Ruby TOP 100,1345,title_e_0129_02009_0001,223113006 +4001346,Christmas Parties Are The Best! Ayumu TOP 100,4,Christmas Parties Are The Best! Ayumu TOP 100,1346,title_e_0129_03001_0001,223113006 +4001347,Christmas Parties Are The Best! Kasumi TOP 100,4,Christmas Parties Are The Best! Kasumi TOP 100,1347,title_e_0129_03002_0001,223113006 +4001348,Christmas Parties Are The Best! Shizuku TOP 100,4,Christmas Parties Are The Best! Shizuku TOP 100,1348,title_e_0129_03003_0001,223113006 +4001349,Christmas Parties Are The Best! Karin TOP 100,4,Christmas Parties Are The Best! Karin TOP 100,1349,title_e_0129_03004_0001,223113006 +4001350,Christmas Parties Are The Best! Ai TOP 100,4,Christmas Parties Are The Best! Ai TOP 100,1350,title_e_0129_03005_0001,223113006 +4001351,Christmas Parties Are The Best! Kanata TOP 100,4,Christmas Parties Are The Best! Kanata TOP 100,1351,title_e_0129_03006_0001,223113006 +4001352,Christmas Parties Are The Best! Setsuna TOP 100,4,Christmas Parties Are The Best! Setsuna TOP 100,1352,title_e_0129_03007_0001,223113006 +4001353,Christmas Parties Are The Best! Emma TOP 100,4,Christmas Parties Are The Best! Emma TOP 100,1353,title_e_0129_03008_0001,223113006 +4001354,Christmas Parties Are The Best! Rina TOP 100,4,Christmas Parties Are The Best! Rina TOP 100,1354,title_e_0129_03009_0001,223113006 +4001355,Christmas Parties Are The Best! Shioriko TOP 100,4,Christmas Parties Are The Best! Shioriko TOP 100,1355,title_e_0129_03010_0001,223113006 +4001356,Christmas Parties Are The Best! Mia TOP 100,4,Christmas Parties Are The Best! Mia TOP 100,1356,title_e_0129_03011_0001,223113006 +4001357,Christmas Parties Are The Best! Lanzhu TOP 100,4,Christmas Parties Are The Best! Lanzhu TOP 100,1357,title_e_0129_03012_0001,223113006 +4001358,Christmas Parties Are The Best! Kanon TOP 100,4,Christmas Parties Are The Best! Kanon TOP 100,1358,title_e_0129_04001_0001,223113006 +4001359,Christmas Parties Are The Best! Keke TOP 100,4,Christmas Parties Are The Best! Keke TOP 100,1359,title_e_0129_04002_0001,223113006 +4001360,Christmas Parties Are The Best! Chisato TOP 100,4,Christmas Parties Are The Best! Chisato TOP 100,1360,title_e_0129_04003_0001,223113006 +4001361,Christmas Parties Are The Best! Sumire TOP 100,4,Christmas Parties Are The Best! Sumire TOP 100,1361,title_e_0129_04004_0001,223113006 +4001362,Christmas Parties Are The Best! Ren TOP 100,4,Christmas Parties Are The Best! Ren TOP 100,1362,title_e_0129_04005_0001,223113006 +4001363,Christmas Parties Are The Best! Kinako TOP 100,4,Christmas Parties Are The Best! Kinako TOP 100,1363,title_e_0129_04006_0001,223113006 +4001364,Christmas Parties Are The Best! Mei TOP 100,4,Christmas Parties Are The Best! Mei TOP 100,1364,title_e_0129_04007_0001,223113006 +4001365,Christmas Parties Are The Best! Shiki TOP 100,4,Christmas Parties Are The Best! Shiki TOP 100,1365,title_e_0129_04008_0001,223113006 +4001366,Christmas Parties Are The Best! Natsumi TOP 100,4,Christmas Parties Are The Best! Natsumi TOP 100,1366,title_e_0129_04009_0001,223113006 +4001367,Christmas Parties Are The Best! Honoka TOP 300,4,Christmas Parties Are The Best! Honoka TOP 300,1367,title_e_0129_01001_0002,223113006 +4001368,Christmas Parties Are The Best! Eli TOP 300,4,Christmas Parties Are The Best! Eli TOP 300,1368,title_e_0129_01002_0002,223113006 +4001369,Christmas Parties Are The Best! Kotori TOP 300,4,Christmas Parties Are The Best! Kotori TOP 300,1369,title_e_0129_01003_0002,223113006 +4001370,Christmas Parties Are The Best! Umi TOP 300,4,Christmas Parties Are The Best! Umi TOP 300,1370,title_e_0129_01004_0002,223113006 +4001371,Christmas Parties Are The Best! Rin TOP 300,4,Christmas Parties Are The Best! Rin TOP 300,1371,title_e_0129_01005_0002,223113006 +4001372,Christmas Parties Are The Best! Maki TOP 300,4,Christmas Parties Are The Best! Maki TOP 300,1372,title_e_0129_01006_0002,223113006 +4001373,Christmas Parties Are The Best! Nozomi TOP 300,4,Christmas Parties Are The Best! Nozomi TOP 300,1373,title_e_0129_01007_0002,223113006 +4001374,Christmas Parties Are The Best! Hanayo TOP 300,4,Christmas Parties Are The Best! Hanayo TOP 300,1374,title_e_0129_01008_0002,223113006 +4001375,Christmas Parties Are The Best! Nico TOP 300,4,Christmas Parties Are The Best! Nico TOP 300,1375,title_e_0129_01009_0002,223113006 +4001376,Christmas Parties Are The Best! Chika TOP 300,4,Christmas Parties Are The Best! Chika TOP 300,1376,title_e_0129_02001_0002,223113006 +4001377,Christmas Parties Are The Best! Riko TOP 300,4,Christmas Parties Are The Best! Riko TOP 300,1377,title_e_0129_02002_0002,223113006 +4001378,Christmas Parties Are The Best! Kanan TOP 300,4,Christmas Parties Are The Best! Kanan TOP 300,1378,title_e_0129_02003_0002,223113006 +4001379,Christmas Parties Are The Best! Dia TOP 300,4,Christmas Parties Are The Best! Dia TOP 300,1379,title_e_0129_02004_0002,223113006 +4001380,Christmas Parties Are The Best! You TOP 300,4,Christmas Parties Are The Best! You TOP 300,1380,title_e_0129_02005_0002,223113006 +4001381,Christmas Parties Are The Best! Yoshiko TOP 300,4,Christmas Parties Are The Best! Yoshiko TOP 300,1381,title_e_0129_02006_0002,223113006 +4001382,Christmas Parties Are The Best! Hanamaru TOP 300,4,Christmas Parties Are The Best! Hanamaru TOP 300,1382,title_e_0129_02007_0002,223113006 +4001383,Christmas Parties Are The Best! Mari TOP 300,4,Christmas Parties Are The Best! Mari TOP 300,1383,title_e_0129_02008_0002,223113006 +4001384,Christmas Parties Are The Best! Ruby TOP 300,4,Christmas Parties Are The Best! Ruby TOP 300,1384,title_e_0129_02009_0002,223113006 +4001385,Christmas Parties Are The Best! Ayumu TOP 300,4,Christmas Parties Are The Best! Ayumu TOP 300,1385,title_e_0129_03001_0002,223113006 +4001386,Christmas Parties Are The Best! Kasumi TOP 300,4,Christmas Parties Are The Best! Kasumi TOP 300,1386,title_e_0129_03002_0002,223113006 +4001387,Christmas Parties Are The Best! Shizuku TOP 300,4,Christmas Parties Are The Best! Shizuku TOP 300,1387,title_e_0129_03003_0002,223113006 +4001388,Christmas Parties Are The Best! Karin TOP 300,4,Christmas Parties Are The Best! Karin TOP 300,1388,title_e_0129_03004_0002,223113006 +4001389,Christmas Parties Are The Best! Ai TOP 300,4,Christmas Parties Are The Best! Ai TOP 300,1389,title_e_0129_03005_0002,223113006 +4001390,Christmas Parties Are The Best! Kanata TOP 300,4,Christmas Parties Are The Best! Kanata TOP 300,1390,title_e_0129_03006_0002,223113006 +4001391,Christmas Parties Are The Best! Setsuna TOP 300,4,Christmas Parties Are The Best! Setsuna TOP 300,1391,title_e_0129_03007_0002,223113006 +4001392,Christmas Parties Are The Best! Emma TOP 300,4,Christmas Parties Are The Best! Emma TOP 300,1392,title_e_0129_03008_0002,223113006 +4001393,Christmas Parties Are The Best! Rina TOP 300,4,Christmas Parties Are The Best! Rina TOP 300,1393,title_e_0129_03009_0002,223113006 +4001394,Christmas Parties Are The Best! Shioriko TOP 300,4,Christmas Parties Are The Best! Shioriko TOP 300,1394,title_e_0129_03010_0002,223113006 +4001395,Christmas Parties Are The Best! Mia TOP 300,4,Christmas Parties Are The Best! Mia TOP 300,1395,title_e_0129_03011_0002,223113006 +4001396,Christmas Parties Are The Best! Lanzhu TOP 300,4,Christmas Parties Are The Best! Lanzhu TOP 300,1396,title_e_0129_03012_0002,223113006 +4001397,Christmas Parties Are The Best! Kanon TOP 300,4,Christmas Parties Are The Best! Kanon TOP 300,1397,title_e_0129_04001_0002,223113006 +4001398,Christmas Parties Are The Best! Keke TOP 300,4,Christmas Parties Are The Best! Keke TOP 300,1398,title_e_0129_04002_0002,223113006 +4001399,Christmas Parties Are The Best! Chisato TOP 300,4,Christmas Parties Are The Best! Chisato TOP 300,1399,title_e_0129_04003_0002,223113006 +4001400,Christmas Parties Are The Best! Sumire TOP 300,4,Christmas Parties Are The Best! Sumire TOP 300,1400,title_e_0129_04004_0002,223113006 +4001401,Christmas Parties Are The Best! Ren TOP 300,4,Christmas Parties Are The Best! Ren TOP 300,1401,title_e_0129_04005_0002,223113006 +4001402,Christmas Parties Are The Best! Kinako TOP 300,4,Christmas Parties Are The Best! Kinako TOP 300,1402,title_e_0129_04006_0002,223113006 +4001403,Christmas Parties Are The Best! Mei TOP 300,4,Christmas Parties Are The Best! Mei TOP 300,1403,title_e_0129_04007_0002,223113006 +4001404,Christmas Parties Are The Best! Shiki TOP 300,4,Christmas Parties Are The Best! Shiki TOP 300,1404,title_e_0129_04008_0002,223113006 +4001405,Christmas Parties Are The Best! Natsumi TOP 300,4,Christmas Parties Are The Best! Natsumi TOP 300,1405,title_e_0129_04009_0002,223113006 +4001406,Christmas Parties Are The Best! Honoka TOP 1000,4,Christmas Parties Are The Best! Honoka TOP 1000,1406,title_e_0129_01001_0003,223113006 +4001407,Christmas Parties Are The Best! Eli TOP 1000,4,Christmas Parties Are The Best! Eli TOP 1000,1407,title_e_0129_01002_0003,223113006 +4001408,Christmas Parties Are The Best! Kotori TOP 1000,4,Christmas Parties Are The Best! Kotori TOP 1000,1408,title_e_0129_01003_0003,223113006 +4001409,Christmas Parties Are The Best! Umi TOP 1000,4,Christmas Parties Are The Best! Umi TOP 1000,1409,title_e_0129_01004_0003,223113006 +4001410,Christmas Parties Are The Best! Rin TOP 1000,4,Christmas Parties Are The Best! Rin TOP 1000,1410,title_e_0129_01005_0003,223113006 +4001411,Christmas Parties Are The Best! Maki TOP 1000,4,Christmas Parties Are The Best! Maki TOP 1000,1411,title_e_0129_01006_0003,223113006 +4001412,Christmas Parties Are The Best! Nozomi TOP 1000,4,Christmas Parties Are The Best! Nozomi TOP 1000,1412,title_e_0129_01007_0003,223113006 +4001413,Christmas Parties Are The Best! Hanayo TOP 1000,4,Christmas Parties Are The Best! Hanayo TOP 1000,1413,title_e_0129_01008_0003,223113006 +4001414,Christmas Parties Are The Best! Nico TOP 1000,4,Christmas Parties Are The Best! Nico TOP 1000,1414,title_e_0129_01009_0003,223113006 +4001415,Christmas Parties Are The Best! Chika TOP 1000,4,Christmas Parties Are The Best! Chika TOP 1000,1415,title_e_0129_02001_0003,223113006 +4001416,Christmas Parties Are The Best! Riko TOP 1000,4,Christmas Parties Are The Best! Riko TOP 1000,1416,title_e_0129_02002_0003,223113006 +4001417,Christmas Parties Are The Best! Kanan TOP 1000,4,Christmas Parties Are The Best! Kanan TOP 1000,1417,title_e_0129_02003_0003,223113006 +4001418,Christmas Parties Are The Best! Dia TOP 1000,4,Christmas Parties Are The Best! Dia TOP 1000,1418,title_e_0129_02004_0003,223113006 +4001419,Christmas Parties Are The Best! You TOP 1000,4,Christmas Parties Are The Best! You TOP 1000,1419,title_e_0129_02005_0003,223113006 +4001420,Christmas Parties Are The Best! Yoshiko TOP 1000,4,Christmas Parties Are The Best! Yoshiko TOP 1000,1420,title_e_0129_02006_0003,223113006 +4001421,Christmas Parties Are The Best! Hanamaru TOP 1000,4,Christmas Parties Are The Best! Hanamaru TOP 1000,1421,title_e_0129_02007_0003,223113006 +4001422,Christmas Parties Are The Best! Mari TOP 1000,4,Christmas Parties Are The Best! Mari TOP 1000,1422,title_e_0129_02008_0003,223113006 +4001423,Christmas Parties Are The Best! Ruby TOP 1000,4,Christmas Parties Are The Best! Ruby TOP 1000,1423,title_e_0129_02009_0003,223113006 +4001424,Christmas Parties Are The Best! Ayumu TOP 1000,4,Christmas Parties Are The Best! Ayumu TOP 1000,1424,title_e_0129_03001_0003,223113006 +4001425,Christmas Parties Are The Best! Kasumi TOP 1000,4,Christmas Parties Are The Best! Kasumi TOP 1000,1425,title_e_0129_03002_0003,223113006 +4001426,Christmas Parties Are The Best! Shizuku TOP 1000,4,Christmas Parties Are The Best! Shizuku TOP 1000,1426,title_e_0129_03003_0003,223113006 +4001427,Christmas Parties Are The Best! Karin TOP 1000,4,Christmas Parties Are The Best! Karin TOP 1000,1427,title_e_0129_03004_0003,223113006 +4001428,Christmas Parties Are The Best! Ai TOP 1000,4,Christmas Parties Are The Best! Ai TOP 1000,1428,title_e_0129_03005_0003,223113006 +4001429,Christmas Parties Are The Best! Kanata TOP 1000,4,Christmas Parties Are The Best! Kanata TOP 1000,1429,title_e_0129_03006_0003,223113006 +4001430,Christmas Parties Are The Best! Setsuna TOP 1000,4,Christmas Parties Are The Best! Setsuna TOP 1000,1430,title_e_0129_03007_0003,223113006 +4001431,Christmas Parties Are The Best! Emma TOP 1000,4,Christmas Parties Are The Best! Emma TOP 1000,1431,title_e_0129_03008_0003,223113006 +4001432,Christmas Parties Are The Best! Rina TOP 1000,4,Christmas Parties Are The Best! Rina TOP 1000,1432,title_e_0129_03009_0003,223113006 +4001433,Christmas Parties Are The Best! Shioriko TOP 1000,4,Christmas Parties Are The Best! Shioriko TOP 1000,1433,title_e_0129_03010_0003,223113006 +4001434,Christmas Parties Are The Best! Mia TOP 1000,4,Christmas Parties Are The Best! Mia TOP 1000,1434,title_e_0129_03011_0003,223113006 +4001435,Christmas Parties Are The Best! Lanzhu TOP 1000,4,Christmas Parties Are The Best! Lanzhu TOP 1000,1435,title_e_0129_03012_0003,223113006 +4001436,Christmas Parties Are The Best! Kanon TOP 1000,4,Christmas Parties Are The Best! Kanon TOP 1000,1436,title_e_0129_04001_0003,223113006 +4001437,Christmas Parties Are The Best! Keke TOP 1000,4,Christmas Parties Are The Best! Keke TOP 1000,1437,title_e_0129_04002_0003,223113006 +4001438,Christmas Parties Are The Best! Chisato TOP 1000,4,Christmas Parties Are The Best! Chisato TOP 1000,1438,title_e_0129_04003_0003,223113006 +4001439,Christmas Parties Are The Best! Sumire TOP 1000,4,Christmas Parties Are The Best! Sumire TOP 1000,1439,title_e_0129_04004_0003,223113006 +4001440,Christmas Parties Are The Best! Ren TOP 1000,4,Christmas Parties Are The Best! Ren TOP 1000,1440,title_e_0129_04005_0003,223113006 +4001441,Christmas Parties Are The Best! Kinako TOP 1000,4,Christmas Parties Are The Best! Kinako TOP 1000,1441,title_e_0129_04006_0003,223113006 +4001442,Christmas Parties Are The Best! Mei TOP 1000,4,Christmas Parties Are The Best! Mei TOP 1000,1442,title_e_0129_04007_0003,223113006 +4001443,Christmas Parties Are The Best! Shiki TOP 1000,4,Christmas Parties Are The Best! Shiki TOP 1000,1443,title_e_0129_04008_0003,223113006 +4001444,Christmas Parties Are The Best! Natsumi TOP 1000,4,Christmas Parties Are The Best! Natsumi TOP 1000,1444,title_e_0129_04009_0003,223113006 +4001445,Awashima Isle HAPPY NEW YEAR!Honoka TOP 1,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 1,1445,title_e_0133_01001_0001,223123105 +4001446,Awashima Isle HAPPY NEW YEAR!Eli TOP 1,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 1,1446,title_e_0133_01002_0001,223123105 +4001447,Awashima Isle HAPPY NEW YEAR!Kotori TOP 1,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 1,1447,title_e_0133_01003_0001,223123105 +4001448,Awashima Isle HAPPY NEW YEAR!Umi TOP 1,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 1,1448,title_e_0133_01004_0001,223123105 +4001449,Awashima Isle HAPPY NEW YEAR!Rin TOP 1,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 1,1449,title_e_0133_01005_0001,223123105 +4001450,Awashima Isle HAPPY NEW YEAR!Maki TOP 1,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 1,1450,title_e_0133_01006_0001,223123105 +4001451,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 1,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 1,1451,title_e_0133_01007_0001,223123105 +4001452,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 1,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 1,1452,title_e_0133_01008_0001,223123105 +4001453,Awashima Isle HAPPY NEW YEAR!Nico TOP 1,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 1,1453,title_e_0133_01009_0001,223123105 +4001454,Awashima Isle HAPPY NEW YEAR!Chika TOP 1,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 1,1454,title_e_0133_02001_0001,223123105 +4001455,Awashima Isle HAPPY NEW YEAR!Riko TOP 1,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 1,1455,title_e_0133_02002_0001,223123105 +4001456,Awashima Isle HAPPY NEW YEAR!Kanan TOP 1,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 1,1456,title_e_0133_02003_0001,223123105 +4001457,Awashima Isle HAPPY NEW YEAR!Dia TOP 1,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 1,1457,title_e_0133_02004_0001,223123105 +4001458,Awashima Isle HAPPY NEW YEAR!You TOP 1,4,Awashima Isle HAPPY NEW YEAR!You TOP 1,1458,title_e_0133_02005_0001,223123105 +4001459,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 1,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 1,1459,title_e_0133_02006_0001,223123105 +4001460,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 1,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 1,1460,title_e_0133_02007_0001,223123105 +4001461,Awashima Isle HAPPY NEW YEAR!Mari TOP 1,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 1,1461,title_e_0133_02008_0001,223123105 +4001462,Awashima Isle HAPPY NEW YEAR!Ruby TOP 1,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 1,1462,title_e_0133_02009_0001,223123105 +4001463,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 1,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 1,1463,title_e_0133_03001_0001,223123105 +4001464,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 1,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 1,1464,title_e_0133_03002_0001,223123105 +4001465,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 1,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 1,1465,title_e_0133_03003_0001,223123105 +4001466,Awashima Isle HAPPY NEW YEAR!Karin TOP 1,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 1,1466,title_e_0133_03004_0001,223123105 +4001467,Awashima Isle HAPPY NEW YEAR!Ai TOP 1,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 1,1467,title_e_0133_03005_0001,223123105 +4001468,Awashima Isle HAPPY NEW YEAR!Kanata TOP 1,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 1,1468,title_e_0133_03006_0001,223123105 +4001469,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 1,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 1,1469,title_e_0133_03007_0001,223123105 +4001470,Awashima Isle HAPPY NEW YEAR!Emma TOP 1,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 1,1470,title_e_0133_03008_0001,223123105 +4001471,Awashima Isle HAPPY NEW YEAR!Rina TOP 1,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 1,1471,title_e_0133_03009_0001,223123105 +4001472,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 1,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 1,1472,title_e_0133_03010_0001,223123105 +4001473,Awashima Isle HAPPY NEW YEAR!Mia TOP 1,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 1,1473,title_e_0133_03011_0001,223123105 +4001474,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 1,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 1,1474,title_e_0133_03012_0001,223123105 +4001475,Awashima Isle HAPPY NEW YEAR!Kanon TOP 1,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 1,1475,title_e_0133_04001_0001,223123105 +4001476,Awashima Isle HAPPY NEW YEAR!Keke TOP 1,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 1,1476,title_e_0133_04002_0001,223123105 +4001477,Awashima Isle HAPPY NEW YEAR!Chisato TOP 1,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 1,1477,title_e_0133_04003_0001,223123105 +4001478,Awashima Isle HAPPY NEW YEAR!Sumire TOP 1,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 1,1478,title_e_0133_04004_0001,223123105 +4001479,Awashima Isle HAPPY NEW YEAR!Ren TOP 1,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 1,1479,title_e_0133_04005_0001,223123105 +4001480,Awashima Isle HAPPY NEW YEAR!Kinako TOP 1,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 1,1480,title_e_0133_04006_0001,223123105 +4001481,Awashima Isle HAPPY NEW YEAR!Mei TOP 1,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 1,1481,title_e_0133_04007_0001,223123105 +4001482,Awashima Isle HAPPY NEW YEAR!Shiki TOP 1,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 1,1482,title_e_0133_04008_0001,223123105 +4001483,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 1,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 1,1483,title_e_0133_04009_0001,223123105 +4001484,Awashima Isle HAPPY NEW YEAR!Margarete TOP 1,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 1,1484,title_e_0133_04010_0001,223123105 +4001485,Awashima Isle HAPPY NEW YEAR!Tomari TOP 1,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 1,1485,title_e_0133_04011_0001,223123105 +4001486,Awashima Isle HAPPY NEW YEAR!Honoka TOP 2,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 2,1486,title_e_0133_01001_0002,223123105 +4001487,Awashima Isle HAPPY NEW YEAR!Eli TOP 2,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 2,1487,title_e_0133_01002_0002,223123105 +4001488,Awashima Isle HAPPY NEW YEAR!Kotori TOP 2,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 2,1488,title_e_0133_01003_0002,223123105 +4001489,Awashima Isle HAPPY NEW YEAR!Umi TOP 2,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 2,1489,title_e_0133_01004_0002,223123105 +4001490,Awashima Isle HAPPY NEW YEAR!Rin TOP 2,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 2,1490,title_e_0133_01005_0002,223123105 +4001491,Awashima Isle HAPPY NEW YEAR!Maki TOP 2,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 2,1491,title_e_0133_01006_0002,223123105 +4001492,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 2,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 2,1492,title_e_0133_01007_0002,223123105 +4001493,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 2,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 2,1493,title_e_0133_01008_0002,223123105 +4001494,Awashima Isle HAPPY NEW YEAR!Nico TOP 2,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 2,1494,title_e_0133_01009_0002,223123105 +4001495,Awashima Isle HAPPY NEW YEAR!Chika TOP 2,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 2,1495,title_e_0133_02001_0002,223123105 +4001496,Awashima Isle HAPPY NEW YEAR!Riko TOP 2,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 2,1496,title_e_0133_02002_0002,223123105 +4001497,Awashima Isle HAPPY NEW YEAR!Kanan TOP 2,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 2,1497,title_e_0133_02003_0002,223123105 +4001498,Awashima Isle HAPPY NEW YEAR!Dia TOP 2,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 2,1498,title_e_0133_02004_0002,223123105 +4001499,Awashima Isle HAPPY NEW YEAR!You TOP 2,4,Awashima Isle HAPPY NEW YEAR!You TOP 2,1499,title_e_0133_02005_0002,223123105 +4001500,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 2,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 2,1500,title_e_0133_02006_0002,223123105 +4001501,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 2,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 2,1501,title_e_0133_02007_0002,223123105 +4001502,Awashima Isle HAPPY NEW YEAR!Mari TOP 2,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 2,1502,title_e_0133_02008_0002,223123105 +4001503,Awashima Isle HAPPY NEW YEAR!Ruby TOP 2,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 2,1503,title_e_0133_02009_0002,223123105 +4001504,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 2,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 2,1504,title_e_0133_03001_0002,223123105 +4001505,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 2,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 2,1505,title_e_0133_03002_0002,223123105 +4001506,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 2,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 2,1506,title_e_0133_03003_0002,223123105 +4001507,Awashima Isle HAPPY NEW YEAR!Karin TOP 2,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 2,1507,title_e_0133_03004_0002,223123105 +4001508,Awashima Isle HAPPY NEW YEAR!Ai TOP 2,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 2,1508,title_e_0133_03005_0002,223123105 +4001509,Awashima Isle HAPPY NEW YEAR!Kanata TOP 2,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 2,1509,title_e_0133_03006_0002,223123105 +4001510,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 2,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 2,1510,title_e_0133_03007_0002,223123105 +4001511,Awashima Isle HAPPY NEW YEAR!Emma TOP 2,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 2,1511,title_e_0133_03008_0002,223123105 +4001512,Awashima Isle HAPPY NEW YEAR!Rina TOP 2,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 2,1512,title_e_0133_03009_0002,223123105 +4001513,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 2,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 2,1513,title_e_0133_03010_0002,223123105 +4001514,Awashima Isle HAPPY NEW YEAR!Mia TOP 2,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 2,1514,title_e_0133_03011_0002,223123105 +4001515,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 2,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 2,1515,title_e_0133_03012_0002,223123105 +4001516,Awashima Isle HAPPY NEW YEAR!Kanon TOP 2,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 2,1516,title_e_0133_04001_0002,223123105 +4001517,Awashima Isle HAPPY NEW YEAR!Keke TOP 2,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 2,1517,title_e_0133_04002_0002,223123105 +4001518,Awashima Isle HAPPY NEW YEAR!Chisato TOP 2,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 2,1518,title_e_0133_04003_0002,223123105 +4001519,Awashima Isle HAPPY NEW YEAR!Sumire TOP 2,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 2,1519,title_e_0133_04004_0002,223123105 +4001520,Awashima Isle HAPPY NEW YEAR!Ren TOP 2,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 2,1520,title_e_0133_04005_0002,223123105 +4001521,Awashima Isle HAPPY NEW YEAR!Kinako TOP 2,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 2,1521,title_e_0133_04006_0002,223123105 +4001522,Awashima Isle HAPPY NEW YEAR!Mei TOP 2,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 2,1522,title_e_0133_04007_0002,223123105 +4001523,Awashima Isle HAPPY NEW YEAR!Shiki TOP 2,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 2,1523,title_e_0133_04008_0002,223123105 +4001524,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 2,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 2,1524,title_e_0133_04009_0002,223123105 +4001525,Awashima Isle HAPPY NEW YEAR!Margarete TOP 2,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 2,1525,title_e_0133_04010_0002,223123105 +4001526,Awashima Isle HAPPY NEW YEAR!Tomari TOP 2,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 2,1526,title_e_0133_04011_0002,223123105 +4001527,Awashima Isle HAPPY NEW YEAR!Honoka TOP 3,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 3,1527,title_e_0133_01001_0003,223123105 +4001528,Awashima Isle HAPPY NEW YEAR!Eli TOP 3,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 3,1528,title_e_0133_01002_0003,223123105 +4001529,Awashima Isle HAPPY NEW YEAR!Kotori TOP 3,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 3,1529,title_e_0133_01003_0003,223123105 +4001530,Awashima Isle HAPPY NEW YEAR!Umi TOP 3,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 3,1530,title_e_0133_01004_0003,223123105 +4001531,Awashima Isle HAPPY NEW YEAR!Rin TOP 3,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 3,1531,title_e_0133_01005_0003,223123105 +4001532,Awashima Isle HAPPY NEW YEAR!Maki TOP 3,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 3,1532,title_e_0133_01006_0003,223123105 +4001533,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 3,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 3,1533,title_e_0133_01007_0003,223123105 +4001534,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 3,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 3,1534,title_e_0133_01008_0003,223123105 +4001535,Awashima Isle HAPPY NEW YEAR!Nico TOP 3,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 3,1535,title_e_0133_01009_0003,223123105 +4001536,Awashima Isle HAPPY NEW YEAR!Chika TOP 3,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 3,1536,title_e_0133_02001_0003,223123105 +4001537,Awashima Isle HAPPY NEW YEAR!Riko TOP 3,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 3,1537,title_e_0133_02002_0003,223123105 +4001538,Awashima Isle HAPPY NEW YEAR!Kanan TOP 3,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 3,1538,title_e_0133_02003_0003,223123105 +4001539,Awashima Isle HAPPY NEW YEAR!Dia TOP 3,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 3,1539,title_e_0133_02004_0003,223123105 +4001540,Awashima Isle HAPPY NEW YEAR!You TOP 3,4,Awashima Isle HAPPY NEW YEAR!You TOP 3,1540,title_e_0133_02005_0003,223123105 +4001541,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 3,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 3,1541,title_e_0133_02006_0003,223123105 +4001542,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 3,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 3,1542,title_e_0133_02007_0003,223123105 +4001543,Awashima Isle HAPPY NEW YEAR!Mari TOP 3,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 3,1543,title_e_0133_02008_0003,223123105 +4001544,Awashima Isle HAPPY NEW YEAR!Ruby TOP 3,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 3,1544,title_e_0133_02009_0003,223123105 +4001545,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 3,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 3,1545,title_e_0133_03001_0003,223123105 +4001546,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 3,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 3,1546,title_e_0133_03002_0003,223123105 +4001547,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 3,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 3,1547,title_e_0133_03003_0003,223123105 +4001548,Awashima Isle HAPPY NEW YEAR!Karin TOP 3,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 3,1548,title_e_0133_03004_0003,223123105 +4001549,Awashima Isle HAPPY NEW YEAR!Ai TOP 3,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 3,1549,title_e_0133_03005_0003,223123105 +4001550,Awashima Isle HAPPY NEW YEAR!Kanata TOP 3,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 3,1550,title_e_0133_03006_0003,223123105 +4001551,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 3,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 3,1551,title_e_0133_03007_0003,223123105 +4001552,Awashima Isle HAPPY NEW YEAR!Emma TOP 3,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 3,1552,title_e_0133_03008_0003,223123105 +4001553,Awashima Isle HAPPY NEW YEAR!Rina TOP 3,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 3,1553,title_e_0133_03009_0003,223123105 +4001554,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 3,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 3,1554,title_e_0133_03010_0003,223123105 +4001555,Awashima Isle HAPPY NEW YEAR!Mia TOP 3,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 3,1555,title_e_0133_03011_0003,223123105 +4001556,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 3,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 3,1556,title_e_0133_03012_0003,223123105 +4001557,Awashima Isle HAPPY NEW YEAR!Kanon TOP 3,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 3,1557,title_e_0133_04001_0003,223123105 +4001558,Awashima Isle HAPPY NEW YEAR!Keke TOP 3,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 3,1558,title_e_0133_04002_0003,223123105 +4001559,Awashima Isle HAPPY NEW YEAR!Chisato TOP 3,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 3,1559,title_e_0133_04003_0003,223123105 +4001560,Awashima Isle HAPPY NEW YEAR!Sumire TOP 3,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 3,1560,title_e_0133_04004_0003,223123105 +4001561,Awashima Isle HAPPY NEW YEAR!Ren TOP 3,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 3,1561,title_e_0133_04005_0003,223123105 +4001562,Awashima Isle HAPPY NEW YEAR!Kinako TOP 3,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 3,1562,title_e_0133_04006_0003,223123105 +4001563,Awashima Isle HAPPY NEW YEAR!Mei TOP 3,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 3,1563,title_e_0133_04007_0003,223123105 +4001564,Awashima Isle HAPPY NEW YEAR!Shiki TOP 3,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 3,1564,title_e_0133_04008_0003,223123105 +4001565,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 3,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 3,1565,title_e_0133_04009_0003,223123105 +4001566,Awashima Isle HAPPY NEW YEAR!Margarete TOP 3,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 3,1566,title_e_0133_04010_0003,223123105 +4001567,Awashima Isle HAPPY NEW YEAR!Tomari TOP 3,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 3,1567,title_e_0133_04011_0003,223123105 +4001568,Awashima Isle HAPPY NEW YEAR!Honoka TOP 10,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 10,1568,title_e_0133_01001_0010,223123105 +4001569,Awashima Isle HAPPY NEW YEAR!Eli TOP 10,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 10,1569,title_e_0133_01002_0010,223123105 +4001570,Awashima Isle HAPPY NEW YEAR!Kotori TOP 10,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 10,1570,title_e_0133_01003_0010,223123105 +4001571,Awashima Isle HAPPY NEW YEAR!Umi TOP 10,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 10,1571,title_e_0133_01004_0010,223123105 +4001572,Awashima Isle HAPPY NEW YEAR!Rin TOP 10,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 10,1572,title_e_0133_01005_0010,223123105 +4001573,Awashima Isle HAPPY NEW YEAR!Maki TOP 10,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 10,1573,title_e_0133_01006_0010,223123105 +4001574,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 10,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 10,1574,title_e_0133_01007_0010,223123105 +4001575,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 10,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 10,1575,title_e_0133_01008_0010,223123105 +4001576,Awashima Isle HAPPY NEW YEAR!Nico TOP 10,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 10,1576,title_e_0133_01009_0010,223123105 +4001577,Awashima Isle HAPPY NEW YEAR!Chika TOP 10,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 10,1577,title_e_0133_02001_0010,223123105 +4001578,Awashima Isle HAPPY NEW YEAR!Riko TOP 10,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 10,1578,title_e_0133_02002_0010,223123105 +4001579,Awashima Isle HAPPY NEW YEAR!Kanan TOP 10,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 10,1579,title_e_0133_02003_0010,223123105 +4001580,Awashima Isle HAPPY NEW YEAR!Dia TOP 10,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 10,1580,title_e_0133_02004_0010,223123105 +4001581,Awashima Isle HAPPY NEW YEAR!You TOP 10,4,Awashima Isle HAPPY NEW YEAR!You TOP 10,1581,title_e_0133_02005_0010,223123105 +4001582,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 10,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 10,1582,title_e_0133_02006_0010,223123105 +4001583,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 10,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 10,1583,title_e_0133_02007_0010,223123105 +4001584,Awashima Isle HAPPY NEW YEAR!Mari TOP 10,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 10,1584,title_e_0133_02008_0010,223123105 +4001585,Awashima Isle HAPPY NEW YEAR!Ruby TOP 10,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 10,1585,title_e_0133_02009_0010,223123105 +4001586,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 10,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 10,1586,title_e_0133_03001_0010,223123105 +4001587,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 10,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 10,1587,title_e_0133_03002_0010,223123105 +4001588,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 10,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 10,1588,title_e_0133_03003_0010,223123105 +4001589,Awashima Isle HAPPY NEW YEAR!Karin TOP 10,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 10,1589,title_e_0133_03004_0010,223123105 +4001590,Awashima Isle HAPPY NEW YEAR!Ai TOP 10,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 10,1590,title_e_0133_03005_0010,223123105 +4001591,Awashima Isle HAPPY NEW YEAR!Kanata TOP 10,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 10,1591,title_e_0133_03006_0010,223123105 +4001592,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 10,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 10,1592,title_e_0133_03007_0010,223123105 +4001593,Awashima Isle HAPPY NEW YEAR!Emma TOP 10,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 10,1593,title_e_0133_03008_0010,223123105 +4001594,Awashima Isle HAPPY NEW YEAR!Rina TOP 10,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 10,1594,title_e_0133_03009_0010,223123105 +4001595,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 10,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 10,1595,title_e_0133_03010_0010,223123105 +4001596,Awashima Isle HAPPY NEW YEAR!Mia TOP 10,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 10,1596,title_e_0133_03011_0010,223123105 +4001597,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 10,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 10,1597,title_e_0133_03012_0010,223123105 +4001598,Awashima Isle HAPPY NEW YEAR!Kanon TOP 10,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 10,1598,title_e_0133_04001_0010,223123105 +4001599,Awashima Isle HAPPY NEW YEAR!Keke TOP 10,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 10,1599,title_e_0133_04002_0010,223123105 +4001600,Awashima Isle HAPPY NEW YEAR!Chisato TOP 10,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 10,1600,title_e_0133_04003_0010,223123105 +4001601,Awashima Isle HAPPY NEW YEAR!Sumire TOP 10,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 10,1601,title_e_0133_04004_0010,223123105 +4001602,Awashima Isle HAPPY NEW YEAR!Ren TOP 10,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 10,1602,title_e_0133_04005_0010,223123105 +4001603,Awashima Isle HAPPY NEW YEAR!Kinako TOP 10,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 10,1603,title_e_0133_04006_0010,223123105 +4001604,Awashima Isle HAPPY NEW YEAR!Mei TOP 10,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 10,1604,title_e_0133_04007_0010,223123105 +4001605,Awashima Isle HAPPY NEW YEAR!Shiki TOP 10,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 10,1605,title_e_0133_04008_0010,223123105 +4001606,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 10,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 10,1606,title_e_0133_04009_0010,223123105 +4001607,Awashima Isle HAPPY NEW YEAR!Margarete TOP 10,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 10,1607,title_e_0133_04010_0010,223123105 +4001608,Awashima Isle HAPPY NEW YEAR!Tomari TOP 10,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 10,1608,title_e_0133_04011_0010,223123105 +4001609,Awashima Isle HAPPY NEW YEAR!Honoka TOP 100,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 100,1609,title_e_0133_01001_0100,223123105 +4001610,Awashima Isle HAPPY NEW YEAR!Eli TOP 100,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 100,1610,title_e_0133_01002_0100,223123105 +4001611,Awashima Isle HAPPY NEW YEAR!Kotori TOP 100,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 100,1611,title_e_0133_01003_0100,223123105 +4001612,Awashima Isle HAPPY NEW YEAR!Umi TOP 100,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 100,1612,title_e_0133_01004_0100,223123105 +4001613,Awashima Isle HAPPY NEW YEAR!Rin TOP 100,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 100,1613,title_e_0133_01005_0100,223123105 +4001614,Awashima Isle HAPPY NEW YEAR!Maki TOP 100,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 100,1614,title_e_0133_01006_0100,223123105 +4001615,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 100,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 100,1615,title_e_0133_01007_0100,223123105 +4001616,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 100,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 100,1616,title_e_0133_01008_0100,223123105 +4001617,Awashima Isle HAPPY NEW YEAR!Nico TOP 100,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 100,1617,title_e_0133_01009_0100,223123105 +4001618,Awashima Isle HAPPY NEW YEAR!Chika TOP 100,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 100,1618,title_e_0133_02001_0100,223123105 +4001619,Awashima Isle HAPPY NEW YEAR!Riko TOP 100,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 100,1619,title_e_0133_02002_0100,223123105 +4001620,Awashima Isle HAPPY NEW YEAR!Kanan TOP 100,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 100,1620,title_e_0133_02003_0100,223123105 +4001621,Awashima Isle HAPPY NEW YEAR!Dia TOP 100,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 100,1621,title_e_0133_02004_0100,223123105 +4001622,Awashima Isle HAPPY NEW YEAR!You TOP 100,4,Awashima Isle HAPPY NEW YEAR!You TOP 100,1622,title_e_0133_02005_0100,223123105 +4001623,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 100,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 100,1623,title_e_0133_02006_0100,223123105 +4001624,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 100,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 100,1624,title_e_0133_02007_0100,223123105 +4001625,Awashima Isle HAPPY NEW YEAR!Mari TOP 100,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 100,1625,title_e_0133_02008_0100,223123105 +4001626,Awashima Isle HAPPY NEW YEAR!Ruby TOP 100,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 100,1626,title_e_0133_02009_0100,223123105 +4001627,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 100,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 100,1627,title_e_0133_03001_0100,223123105 +4001628,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 100,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 100,1628,title_e_0133_03002_0100,223123105 +4001629,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 100,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 100,1629,title_e_0133_03003_0100,223123105 +4001630,Awashima Isle HAPPY NEW YEAR!Karin TOP 100,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 100,1630,title_e_0133_03004_0100,223123105 +4001631,Awashima Isle HAPPY NEW YEAR!Ai TOP 100,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 100,1631,title_e_0133_03005_0100,223123105 +4001632,Awashima Isle HAPPY NEW YEAR!Kanata TOP 100,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 100,1632,title_e_0133_03006_0100,223123105 +4001633,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 100,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 100,1633,title_e_0133_03007_0100,223123105 +4001634,Awashima Isle HAPPY NEW YEAR!Emma TOP 100,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 100,1634,title_e_0133_03008_0100,223123105 +4001635,Awashima Isle HAPPY NEW YEAR!Rina TOP 100,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 100,1635,title_e_0133_03009_0100,223123105 +4001636,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 100,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 100,1636,title_e_0133_03010_0100,223123105 +4001637,Awashima Isle HAPPY NEW YEAR!Mia TOP 100,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 100,1637,title_e_0133_03011_0100,223123105 +4001638,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 100,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 100,1638,title_e_0133_03012_0100,223123105 +4001639,Awashima Isle HAPPY NEW YEAR!Kanon TOP 100,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 100,1639,title_e_0133_04001_0100,223123105 +4001640,Awashima Isle HAPPY NEW YEAR!Keke TOP 100,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 100,1640,title_e_0133_04002_0100,223123105 +4001641,Awashima Isle HAPPY NEW YEAR!Chisato TOP 100,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 100,1641,title_e_0133_04003_0100,223123105 +4001642,Awashima Isle HAPPY NEW YEAR!Sumire TOP 100,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 100,1642,title_e_0133_04004_0100,223123105 +4001643,Awashima Isle HAPPY NEW YEAR!Ren TOP 100,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 100,1643,title_e_0133_04005_0100,223123105 +4001644,Awashima Isle HAPPY NEW YEAR!Kinako TOP 100,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 100,1644,title_e_0133_04006_0100,223123105 +4001645,Awashima Isle HAPPY NEW YEAR!Mei TOP 100,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 100,1645,title_e_0133_04007_0100,223123105 +4001646,Awashima Isle HAPPY NEW YEAR!Shiki TOP 100,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 100,1646,title_e_0133_04008_0100,223123105 +4001647,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 100,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 100,1647,title_e_0133_04009_0100,223123105 +4001648,Awashima Isle HAPPY NEW YEAR!Margarete TOP 100,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 100,1648,title_e_0133_04010_0100,223123105 +4001649,Awashima Isle HAPPY NEW YEAR!Tomari TOP 100,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 100,1649,title_e_0133_04011_0100,223123105 +4001650,Awashima Isle HAPPY NEW YEAR!Honoka TOP 300,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 300,1650,title_e_0133_01001_0300,223123105 +4001651,Awashima Isle HAPPY NEW YEAR!Eli TOP 300,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 300,1651,title_e_0133_01002_0300,223123105 +4001652,Awashima Isle HAPPY NEW YEAR!Kotori TOP 300,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 300,1652,title_e_0133_01003_0300,223123105 +4001653,Awashima Isle HAPPY NEW YEAR!Umi TOP 300,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 300,1653,title_e_0133_01004_0300,223123105 +4001654,Awashima Isle HAPPY NEW YEAR!Rin TOP 300,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 300,1654,title_e_0133_01005_0300,223123105 +4001655,Awashima Isle HAPPY NEW YEAR!Maki TOP 300,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 300,1655,title_e_0133_01006_0300,223123105 +4001656,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 300,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 300,1656,title_e_0133_01007_0300,223123105 +4001657,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 300,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 300,1657,title_e_0133_01008_0300,223123105 +4001658,Awashima Isle HAPPY NEW YEAR!Nico TOP 300,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 300,1658,title_e_0133_01009_0300,223123105 +4001659,Awashima Isle HAPPY NEW YEAR!Chika TOP 300,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 300,1659,title_e_0133_02001_0300,223123105 +4001660,Awashima Isle HAPPY NEW YEAR!Riko TOP 300,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 300,1660,title_e_0133_02002_0300,223123105 +4001661,Awashima Isle HAPPY NEW YEAR!Kanan TOP 300,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 300,1661,title_e_0133_02003_0300,223123105 +4001662,Awashima Isle HAPPY NEW YEAR!Dia TOP 300,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 300,1662,title_e_0133_02004_0300,223123105 +4001663,Awashima Isle HAPPY NEW YEAR!You TOP 300,4,Awashima Isle HAPPY NEW YEAR!You TOP 300,1663,title_e_0133_02005_0300,223123105 +4001664,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 300,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 300,1664,title_e_0133_02006_0300,223123105 +4001665,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 300,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 300,1665,title_e_0133_02007_0300,223123105 +4001666,Awashima Isle HAPPY NEW YEAR!Mari TOP 300,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 300,1666,title_e_0133_02008_0300,223123105 +4001667,Awashima Isle HAPPY NEW YEAR!Ruby TOP 300,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 300,1667,title_e_0133_02009_0300,223123105 +4001668,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 300,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 300,1668,title_e_0133_03001_0300,223123105 +4001669,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 300,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 300,1669,title_e_0133_03002_0300,223123105 +4001670,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 300,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 300,1670,title_e_0133_03003_0300,223123105 +4001671,Awashima Isle HAPPY NEW YEAR!Karin TOP 300,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 300,1671,title_e_0133_03004_0300,223123105 +4001672,Awashima Isle HAPPY NEW YEAR!Ai TOP 300,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 300,1672,title_e_0133_03005_0300,223123105 +4001673,Awashima Isle HAPPY NEW YEAR!Kanata TOP 300,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 300,1673,title_e_0133_03006_0300,223123105 +4001674,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 300,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 300,1674,title_e_0133_03007_0300,223123105 +4001675,Awashima Isle HAPPY NEW YEAR!Emma TOP 300,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 300,1675,title_e_0133_03008_0300,223123105 +4001676,Awashima Isle HAPPY NEW YEAR!Rina TOP 300,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 300,1676,title_e_0133_03009_0300,223123105 +4001677,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 300,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 300,1677,title_e_0133_03010_0300,223123105 +4001678,Awashima Isle HAPPY NEW YEAR!Mia TOP 300,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 300,1678,title_e_0133_03011_0300,223123105 +4001679,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 300,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 300,1679,title_e_0133_03012_0300,223123105 +4001680,Awashima Isle HAPPY NEW YEAR!Kanon TOP 300,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 300,1680,title_e_0133_04001_0300,223123105 +4001681,Awashima Isle HAPPY NEW YEAR!Keke TOP 300,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 300,1681,title_e_0133_04002_0300,223123105 +4001682,Awashima Isle HAPPY NEW YEAR!Chisato TOP 300,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 300,1682,title_e_0133_04003_0300,223123105 +4001683,Awashima Isle HAPPY NEW YEAR!Sumire TOP 300,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 300,1683,title_e_0133_04004_0300,223123105 +4001684,Awashima Isle HAPPY NEW YEAR!Ren TOP 300,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 300,1684,title_e_0133_04005_0300,223123105 +4001685,Awashima Isle HAPPY NEW YEAR!Kinako TOP 300,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 300,1685,title_e_0133_04006_0300,223123105 +4001686,Awashima Isle HAPPY NEW YEAR!Mei TOP 300,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 300,1686,title_e_0133_04007_0300,223123105 +4001687,Awashima Isle HAPPY NEW YEAR!Shiki TOP 300,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 300,1687,title_e_0133_04008_0300,223123105 +4001688,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 300,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 300,1688,title_e_0133_04009_0300,223123105 +4001689,Awashima Isle HAPPY NEW YEAR!Margarete TOP 300,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 300,1689,title_e_0133_04010_0300,223123105 +4001690,Awashima Isle HAPPY NEW YEAR!Tomari TOP 300,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 300,1690,title_e_0133_04011_0300,223123105 +4001691,Awashima Isle HAPPY NEW YEAR!Honoka TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Honoka TOP 1000,1691,title_e_0133_01001_1000,223123105 +4001692,Awashima Isle HAPPY NEW YEAR!Eli TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Eli TOP 1000,1692,title_e_0133_01002_1000,223123105 +4001693,Awashima Isle HAPPY NEW YEAR!Kotori TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Kotori TOP 1000,1693,title_e_0133_01003_1000,223123105 +4001694,Awashima Isle HAPPY NEW YEAR!Umi TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Umi TOP 1000,1694,title_e_0133_01004_1000,223123105 +4001695,Awashima Isle HAPPY NEW YEAR!Rin TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Rin TOP 1000,1695,title_e_0133_01005_1000,223123105 +4001696,Awashima Isle HAPPY NEW YEAR!Maki TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Maki TOP 1000,1696,title_e_0133_01006_1000,223123105 +4001697,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Nozomi TOP 1000,1697,title_e_0133_01007_1000,223123105 +4001698,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Hanayo TOP 1000,1698,title_e_0133_01008_1000,223123105 +4001699,Awashima Isle HAPPY NEW YEAR!Nico TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Nico TOP 1000,1699,title_e_0133_01009_1000,223123105 +4001700,Awashima Isle HAPPY NEW YEAR!Chika TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Chika TOP 1000,1700,title_e_0133_02001_1000,223123105 +4001701,Awashima Isle HAPPY NEW YEAR!Riko TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Riko TOP 1000,1701,title_e_0133_02002_1000,223123105 +4001702,Awashima Isle HAPPY NEW YEAR!Kanan TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Kanan TOP 1000,1702,title_e_0133_02003_1000,223123105 +4001703,Awashima Isle HAPPY NEW YEAR!Dia TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Dia TOP 1000,1703,title_e_0133_02004_1000,223123105 +4001704,Awashima Isle HAPPY NEW YEAR!You TOP 1000,4,Awashima Isle HAPPY NEW YEAR!You TOP 1000,1704,title_e_0133_02005_1000,223123105 +4001705,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Yoshiko TOP 1000,1705,title_e_0133_02006_1000,223123105 +4001706,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Hanamaru TOP 1000,1706,title_e_0133_02007_1000,223123105 +4001707,Awashima Isle HAPPY NEW YEAR!Mari TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Mari TOP 1000,1707,title_e_0133_02008_1000,223123105 +4001708,Awashima Isle HAPPY NEW YEAR!Ruby TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Ruby TOP 1000,1708,title_e_0133_02009_1000,223123105 +4001709,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Ayumu TOP 1000,1709,title_e_0133_03001_1000,223123105 +4001710,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Kasumi TOP 1000,1710,title_e_0133_03002_1000,223123105 +4001711,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Shizuku TOP 1000,1711,title_e_0133_03003_1000,223123105 +4001712,Awashima Isle HAPPY NEW YEAR!Karin TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Karin TOP 1000,1712,title_e_0133_03004_1000,223123105 +4001713,Awashima Isle HAPPY NEW YEAR!Ai TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Ai TOP 1000,1713,title_e_0133_03005_1000,223123105 +4001714,Awashima Isle HAPPY NEW YEAR!Kanata TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Kanata TOP 1000,1714,title_e_0133_03006_1000,223123105 +4001715,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Setsuna TOP 1000,1715,title_e_0133_03007_1000,223123105 +4001716,Awashima Isle HAPPY NEW YEAR!Emma TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Emma TOP 1000,1716,title_e_0133_03008_1000,223123105 +4001717,Awashima Isle HAPPY NEW YEAR!Rina TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Rina TOP 1000,1717,title_e_0133_03009_1000,223123105 +4001718,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Shioriko TOP 1000,1718,title_e_0133_03010_1000,223123105 +4001719,Awashima Isle HAPPY NEW YEAR!Mia TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Mia TOP 1000,1719,title_e_0133_03011_1000,223123105 +4001720,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Lanzhu TOP 1000,1720,title_e_0133_03012_1000,223123105 +4001721,Awashima Isle HAPPY NEW YEAR!Kanon TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Kanon TOP 1000,1721,title_e_0133_04001_1000,223123105 +4001722,Awashima Isle HAPPY NEW YEAR!Keke TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Keke TOP 1000,1722,title_e_0133_04002_1000,223123105 +4001723,Awashima Isle HAPPY NEW YEAR!Chisato TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Chisato TOP 1000,1723,title_e_0133_04003_1000,223123105 +4001724,Awashima Isle HAPPY NEW YEAR!Sumire TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Sumire TOP 1000,1724,title_e_0133_04004_1000,223123105 +4001725,Awashima Isle HAPPY NEW YEAR!Ren TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Ren TOP 1000,1725,title_e_0133_04005_1000,223123105 +4001726,Awashima Isle HAPPY NEW YEAR!Kinako TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Kinako TOP 1000,1726,title_e_0133_04006_1000,223123105 +4001727,Awashima Isle HAPPY NEW YEAR!Mei TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Mei TOP 1000,1727,title_e_0133_04007_1000,223123105 +4001728,Awashima Isle HAPPY NEW YEAR!Shiki TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Shiki TOP 1000,1728,title_e_0133_04008_1000,223123105 +4001729,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Natsumi TOP 1000,1729,title_e_0133_04009_1000,223123105 +4001730,Awashima Isle HAPPY NEW YEAR!Margarete TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Margarete TOP 1000,1730,title_e_0133_04010_1000,223123105 +4001731,Awashima Isle HAPPY NEW YEAR!Tomari TOP 1000,4,Awashima Isle HAPPY NEW YEAR!Tomari TOP 1000,1731,title_e_0133_04011_1000,223123105 +4001732,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 1,1732,title_e_0139_00000_0001,224021405 +4001733,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 2,1733,title_e_0139_00000_0002,224021405 +4001734,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 3,1734,title_e_0139_00000_0003,224021405 +4001735,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 4,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 4,1735,title_e_0139_00000_0004,224021405 +4001736,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 5,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 5,1736,title_e_0139_00000_0005,224021405 +4001737,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 6,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 6,1737,title_e_0139_00000_0006,224021405 +4001738,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 7,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 7,1738,title_e_0139_00000_0007,224021405 +4001739,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 8,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 8,1739,title_e_0139_00000_0008,224021405 +4001740,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 9,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 9,1740,title_e_0139_00000_0009,224021405 +4001741,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 10,1741,title_e_0139_00000_0010,224021405 +4001742,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 11,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 11,1742,title_e_0139_00000_0011,224021405 +4001743,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 12,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 12,1743,title_e_0139_00000_0012,224021405 +4001744,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 13,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 13,1744,title_e_0139_00000_0013,224021405 +4001745,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 14,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 14,1745,title_e_0139_00000_0014,224021405 +4001746,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 15,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 15,1746,title_e_0139_00000_0015,224021405 +4001747,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 16,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 16,1747,title_e_0139_00000_0016,224021405 +4001748,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 17,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 17,1748,title_e_0139_00000_0017,224021405 +4001749,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 18,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 18,1749,title_e_0139_00000_0018,224021405 +4001750,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 19,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 19,1750,title_e_0139_00000_0019,224021405 +4001751,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 20,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 20,1751,title_e_0139_00000_0020,224021405 +4001752,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 100,1752,title_e_0139_00000_0100,224021405 +4001753,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 300,1753,title_e_0139_00000_0300,224021405 +4001754,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! TOP 1000,1754,title_e_0139_00000_1000,224021405 +4001755,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 1,1755,title_e_0141_01001_0001,224030105 +4001756,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 1,1756,title_e_0141_01002_0001,224030105 +4001757,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 1,1757,title_e_0141_01003_0001,224030105 +4001758,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 1,1758,title_e_0141_01004_0001,224030105 +4001759,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 1,1759,title_e_0141_01005_0001,224030105 +4001760,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 1,1760,title_e_0141_01006_0001,224030105 +4001761,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 1,1761,title_e_0141_01007_0001,224030105 +4001762,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 1,1762,title_e_0141_01008_0001,224030105 +4001763,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 1,1763,title_e_0141_01009_0001,224030105 +4001764,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 1,1764,title_e_0141_02001_0001,224030105 +4001765,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 1,1765,title_e_0141_02002_0001,224030105 +4001766,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 1,1766,title_e_0141_02003_0001,224030105 +4001767,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 1,1767,title_e_0141_02004_0001,224030105 +4001768,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 1,1768,title_e_0141_02005_0001,224030105 +4001769,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 1,1769,title_e_0141_02006_0001,224030105 +4001770,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 1,1770,title_e_0141_02007_0001,224030105 +4001771,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 1,1771,title_e_0141_02008_0001,224030105 +4001772,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 1,1772,title_e_0141_02009_0001,224030105 +4001773,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 1,1773,title_e_0141_03001_0001,224030105 +4001774,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 1,1774,title_e_0141_03002_0001,224030105 +4001775,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 1,1775,title_e_0141_03003_0001,224030105 +4001776,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 1,1776,title_e_0141_03004_0001,224030105 +4001777,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 1,1777,title_e_0141_03005_0001,224030105 +4001778,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 1,1778,title_e_0141_03006_0001,224030105 +4001779,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 1,1779,title_e_0141_03007_0001,224030105 +4001780,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 1,1780,title_e_0141_03008_0001,224030105 +4001781,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 1,1781,title_e_0141_03009_0001,224030105 +4001782,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 1,1782,title_e_0141_03010_0001,224030105 +4001783,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 1,1783,title_e_0141_03011_0001,224030105 +4001784,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 1,1784,title_e_0141_03012_0001,224030105 +4001785,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 1,1785,title_e_0141_04001_0001,224030105 +4001786,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 1,1786,title_e_0141_04002_0001,224030105 +4001787,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 1,1787,title_e_0141_04003_0001,224030105 +4001788,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 1,1788,title_e_0141_04004_0001,224030105 +4001789,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 1,1789,title_e_0141_04005_0001,224030105 +4001790,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 1,1790,title_e_0141_04006_0001,224030105 +4001791,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 1,1791,title_e_0141_04007_0001,224030105 +4001792,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 1,1792,title_e_0141_04008_0001,224030105 +4001793,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 1,1793,title_e_0141_04009_0001,224030105 +4001794,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 1,1794,title_e_0141_04010_0001,224030105 +4001795,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 1,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 1,1795,title_e_0141_04011_0001,224030105 +4001796,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 2,1796,title_e_0141_01001_0002,224030105 +4001797,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 2,1797,title_e_0141_01002_0002,224030105 +4001798,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 2,1798,title_e_0141_01003_0002,224030105 +4001799,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 2,1799,title_e_0141_01004_0002,224030105 +4001800,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 2,1800,title_e_0141_01005_0002,224030105 +4001801,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 2,1801,title_e_0141_01006_0002,224030105 +4001802,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 2,1802,title_e_0141_01007_0002,224030105 +4001803,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 2,1803,title_e_0141_01008_0002,224030105 +4001804,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 2,1804,title_e_0141_01009_0002,224030105 +4001805,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 2,1805,title_e_0141_02001_0002,224030105 +4001806,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 2,1806,title_e_0141_02002_0002,224030105 +4001807,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 2,1807,title_e_0141_02003_0002,224030105 +4001808,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 2,1808,title_e_0141_02004_0002,224030105 +4001809,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 2,1809,title_e_0141_02005_0002,224030105 +4001810,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 2,1810,title_e_0141_02006_0002,224030105 +4001811,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 2,1811,title_e_0141_02007_0002,224030105 +4001812,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 2,1812,title_e_0141_02008_0002,224030105 +4001813,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 2,1813,title_e_0141_02009_0002,224030105 +4001814,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 2,1814,title_e_0141_03001_0002,224030105 +4001815,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 2,1815,title_e_0141_03002_0002,224030105 +4001816,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 2,1816,title_e_0141_03003_0002,224030105 +4001817,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 2,1817,title_e_0141_03004_0002,224030105 +4001818,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 2,1818,title_e_0141_03005_0002,224030105 +4001819,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 2,1819,title_e_0141_03006_0002,224030105 +4001820,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 2,1820,title_e_0141_03007_0002,224030105 +4001821,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 2,1821,title_e_0141_03008_0002,224030105 +4001822,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 2,1822,title_e_0141_03009_0002,224030105 +4001823,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 2,1823,title_e_0141_03010_0002,224030105 +4001824,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 2,1824,title_e_0141_03011_0002,224030105 +4001825,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 2,1825,title_e_0141_03012_0002,224030105 +4001826,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 2,1826,title_e_0141_04001_0002,224030105 +4001827,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 2,1827,title_e_0141_04002_0002,224030105 +4001828,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 2,1828,title_e_0141_04003_0002,224030105 +4001829,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 2,1829,title_e_0141_04004_0002,224030105 +4001830,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 2,1830,title_e_0141_04005_0002,224030105 +4001831,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 2,1831,title_e_0141_04006_0002,224030105 +4001832,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 2,1832,title_e_0141_04007_0002,224030105 +4001833,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 2,1833,title_e_0141_04008_0002,224030105 +4001834,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 2,1834,title_e_0141_04009_0002,224030105 +4001835,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 2,1835,title_e_0141_04010_0002,224030105 +4001836,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 2,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 2,1836,title_e_0141_04011_0002,224030105 +4001837,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 3,1837,title_e_0141_01001_0003,224030105 +4001838,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 3,1838,title_e_0141_01002_0003,224030105 +4001839,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 3,1839,title_e_0141_01003_0003,224030105 +4001840,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 3,1840,title_e_0141_01004_0003,224030105 +4001841,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 3,1841,title_e_0141_01005_0003,224030105 +4001842,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 3,1842,title_e_0141_01006_0003,224030105 +4001843,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 3,1843,title_e_0141_01007_0003,224030105 +4001844,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 3,1844,title_e_0141_01008_0003,224030105 +4001845,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 3,1845,title_e_0141_01009_0003,224030105 +4001846,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 3,1846,title_e_0141_02001_0003,224030105 +4001847,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 3,1847,title_e_0141_02002_0003,224030105 +4001848,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 3,1848,title_e_0141_02003_0003,224030105 +4001849,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 3,1849,title_e_0141_02004_0003,224030105 +4001850,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 3,1850,title_e_0141_02005_0003,224030105 +4001851,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 3,1851,title_e_0141_02006_0003,224030105 +4001852,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 3,1852,title_e_0141_02007_0003,224030105 +4001853,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 3,1853,title_e_0141_02008_0003,224030105 +4001854,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 3,1854,title_e_0141_02009_0003,224030105 +4001855,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 3,1855,title_e_0141_03001_0003,224030105 +4001856,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 3,1856,title_e_0141_03002_0003,224030105 +4001857,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 3,1857,title_e_0141_03003_0003,224030105 +4001858,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 3,1858,title_e_0141_03004_0003,224030105 +4001859,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 3,1859,title_e_0141_03005_0003,224030105 +4001860,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 3,1860,title_e_0141_03006_0003,224030105 +4001861,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 3,1861,title_e_0141_03007_0003,224030105 +4001862,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 3,1862,title_e_0141_03008_0003,224030105 +4001863,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 3,1863,title_e_0141_03009_0003,224030105 +4001864,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 3,1864,title_e_0141_03010_0003,224030105 +4001865,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 3,1865,title_e_0141_03011_0003,224030105 +4001866,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 3,1866,title_e_0141_03012_0003,224030105 +4001867,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 3,1867,title_e_0141_04001_0003,224030105 +4001868,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 3,1868,title_e_0141_04002_0003,224030105 +4001869,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 3,1869,title_e_0141_04003_0003,224030105 +4001870,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 3,1870,title_e_0141_04004_0003,224030105 +4001871,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 3,1871,title_e_0141_04005_0003,224030105 +4001872,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 3,1872,title_e_0141_04006_0003,224030105 +4001873,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 3,1873,title_e_0141_04007_0003,224030105 +4001874,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 3,1874,title_e_0141_04008_0003,224030105 +4001875,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 3,1875,title_e_0141_04009_0003,224030105 +4001876,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 3,1876,title_e_0141_04010_0003,224030105 +4001877,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 3,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 3,1877,title_e_0141_04011_0003,224030105 +4001878,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 10,1878,title_e_0141_01001_0010,224030105 +4001879,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 10,1879,title_e_0141_01002_0010,224030105 +4001880,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 10,1880,title_e_0141_01003_0010,224030105 +4001881,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 10,1881,title_e_0141_01004_0010,224030105 +4001882,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 10,1882,title_e_0141_01005_0010,224030105 +4001883,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 10,1883,title_e_0141_01006_0010,224030105 +4001884,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 10,1884,title_e_0141_01007_0010,224030105 +4001885,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 10,1885,title_e_0141_01008_0010,224030105 +4001886,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 10,1886,title_e_0141_01009_0010,224030105 +4001887,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 10,1887,title_e_0141_02001_0010,224030105 +4001888,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 10,1888,title_e_0141_02002_0010,224030105 +4001889,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 10,1889,title_e_0141_02003_0010,224030105 +4001890,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 10,1890,title_e_0141_02004_0010,224030105 +4001891,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 10,1891,title_e_0141_02005_0010,224030105 +4001892,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 10,1892,title_e_0141_02006_0010,224030105 +4001893,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 10,1893,title_e_0141_02007_0010,224030105 +4001894,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 10,1894,title_e_0141_02008_0010,224030105 +4001895,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 10,1895,title_e_0141_02009_0010,224030105 +4001896,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 10,1896,title_e_0141_03001_0010,224030105 +4001897,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 10,1897,title_e_0141_03002_0010,224030105 +4001898,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 10,1898,title_e_0141_03003_0010,224030105 +4001899,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 10,1899,title_e_0141_03004_0010,224030105 +4001900,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 10,1900,title_e_0141_03005_0010,224030105 +4001901,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 10,1901,title_e_0141_03006_0010,224030105 +4001902,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 10,1902,title_e_0141_03007_0010,224030105 +4001903,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 10,1903,title_e_0141_03008_0010,224030105 +4001904,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 10,1904,title_e_0141_03009_0010,224030105 +4001905,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 10,1905,title_e_0141_03010_0010,224030105 +4001906,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 10,1906,title_e_0141_03011_0010,224030105 +4001907,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 10,1907,title_e_0141_03012_0010,224030105 +4001908,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 10,1908,title_e_0141_04001_0010,224030105 +4001909,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 10,1909,title_e_0141_04002_0010,224030105 +4001910,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 10,1910,title_e_0141_04003_0010,224030105 +4001911,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 10,1911,title_e_0141_04004_0010,224030105 +4001912,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 10,1912,title_e_0141_04005_0010,224030105 +4001913,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 10,1913,title_e_0141_04006_0010,224030105 +4001914,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 10,1914,title_e_0141_04007_0010,224030105 +4001915,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 10,1915,title_e_0141_04008_0010,224030105 +4001916,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 10,1916,title_e_0141_04009_0010,224030105 +4001917,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 10,1917,title_e_0141_04010_0010,224030105 +4001918,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 10,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 10,1918,title_e_0141_04011_0010,224030105 +4001919,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 100,1919,title_e_0141_01001_0100,224030105 +4001920,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 100,1920,title_e_0141_01002_0100,224030105 +4001921,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 100,1921,title_e_0141_01003_0100,224030105 +4001922,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 100,1922,title_e_0141_01004_0100,224030105 +4001923,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 100,1923,title_e_0141_01005_0100,224030105 +4001924,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 100,1924,title_e_0141_01006_0100,224030105 +4001925,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 100,1925,title_e_0141_01007_0100,224030105 +4001926,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 100,1926,title_e_0141_01008_0100,224030105 +4001927,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 100,1927,title_e_0141_01009_0100,224030105 +4001928,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 100,1928,title_e_0141_02001_0100,224030105 +4001929,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 100,1929,title_e_0141_02002_0100,224030105 +4001930,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 100,1930,title_e_0141_02003_0100,224030105 +4001931,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 100,1931,title_e_0141_02004_0100,224030105 +4001932,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 100,1932,title_e_0141_02005_0100,224030105 +4001933,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 100,1933,title_e_0141_02006_0100,224030105 +4001934,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 100,1934,title_e_0141_02007_0100,224030105 +4001935,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 100,1935,title_e_0141_02008_0100,224030105 +4001936,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 100,1936,title_e_0141_02009_0100,224030105 +4001937,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 100,1937,title_e_0141_03001_0100,224030105 +4001938,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 100,1938,title_e_0141_03002_0100,224030105 +4001939,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 100,1939,title_e_0141_03003_0100,224030105 +4001940,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 100,1940,title_e_0141_03004_0100,224030105 +4001941,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 100,1941,title_e_0141_03005_0100,224030105 +4001942,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 100,1942,title_e_0141_03006_0100,224030105 +4001943,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 100,1943,title_e_0141_03007_0100,224030105 +4001944,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 100,1944,title_e_0141_03008_0100,224030105 +4001945,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 100,1945,title_e_0141_03009_0100,224030105 +4001946,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 100,1946,title_e_0141_03010_0100,224030105 +4001947,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 100,1947,title_e_0141_03011_0100,224030105 +4001948,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 100,1948,title_e_0141_03012_0100,224030105 +4001949,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 100,1949,title_e_0141_04001_0100,224030105 +4001950,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 100,1950,title_e_0141_04002_0100,224030105 +4001951,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 100,1951,title_e_0141_04003_0100,224030105 +4001952,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 100,1952,title_e_0141_04004_0100,224030105 +4001953,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 100,1953,title_e_0141_04005_0100,224030105 +4001954,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 100,1954,title_e_0141_04006_0100,224030105 +4001955,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 100,1955,title_e_0141_04007_0100,224030105 +4001956,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 100,1956,title_e_0141_04008_0100,224030105 +4001957,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 100,1957,title_e_0141_04009_0100,224030105 +4001958,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 100,1958,title_e_0141_04010_0100,224030105 +4001959,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 100,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 100,1959,title_e_0141_04011_0100,224030105 +4001960,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 300,1960,title_e_0141_01001_0300,224030105 +4001961,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 300,1961,title_e_0141_01002_0300,224030105 +4001962,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 300,1962,title_e_0141_01003_0300,224030105 +4001963,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 300,1963,title_e_0141_01004_0300,224030105 +4001964,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 300,1964,title_e_0141_01005_0300,224030105 +4001965,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 300,1965,title_e_0141_01006_0300,224030105 +4001966,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 300,1966,title_e_0141_01007_0300,224030105 +4001967,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 300,1967,title_e_0141_01008_0300,224030105 +4001968,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 300,1968,title_e_0141_01009_0300,224030105 +4001969,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 300,1969,title_e_0141_02001_0300,224030105 +4001970,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 300,1970,title_e_0141_02002_0300,224030105 +4001971,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 300,1971,title_e_0141_02003_0300,224030105 +4001972,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 300,1972,title_e_0141_02004_0300,224030105 +4001973,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 300,1973,title_e_0141_02005_0300,224030105 +4001974,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 300,1974,title_e_0141_02006_0300,224030105 +4001975,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 300,1975,title_e_0141_02007_0300,224030105 +4001976,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 300,1976,title_e_0141_02008_0300,224030105 +4001977,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 300,1977,title_e_0141_02009_0300,224030105 +4001978,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 300,1978,title_e_0141_03001_0300,224030105 +4001979,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 300,1979,title_e_0141_03002_0300,224030105 +4001980,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 300,1980,title_e_0141_03003_0300,224030105 +4001981,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 300,1981,title_e_0141_03004_0300,224030105 +4001982,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 300,1982,title_e_0141_03005_0300,224030105 +4001983,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 300,1983,title_e_0141_03006_0300,224030105 +4001984,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 300,1984,title_e_0141_03007_0300,224030105 +4001985,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 300,1985,title_e_0141_03008_0300,224030105 +4001986,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 300,1986,title_e_0141_03009_0300,224030105 +4001987,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 300,1987,title_e_0141_03010_0300,224030105 +4001988,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 300,1988,title_e_0141_03011_0300,224030105 +4001989,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 300,1989,title_e_0141_03012_0300,224030105 +4001990,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 300,1990,title_e_0141_04001_0300,224030105 +4001991,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 300,1991,title_e_0141_04002_0300,224030105 +4001992,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 300,1992,title_e_0141_04003_0300,224030105 +4001993,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 300,1993,title_e_0141_04004_0300,224030105 +4001994,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 300,1994,title_e_0141_04005_0300,224030105 +4001995,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 300,1995,title_e_0141_04006_0300,224030105 +4001996,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 300,1996,title_e_0141_04007_0300,224030105 +4001997,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 300,1997,title_e_0141_04008_0300,224030105 +4001998,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 300,1998,title_e_0141_04009_0300,224030105 +4001999,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 300,1999,title_e_0141_04010_0300,224030105 +4002000,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 300,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 300,2000,title_e_0141_04011_0300,224030105 +4002001,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Honoka TOP 1000,2001,title_e_0141_01001_1000,224030105 +4002002,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Eli TOP 1000,2002,title_e_0141_01002_1000,224030105 +4002003,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kotori TOP 1000,2003,title_e_0141_01003_1000,224030105 +4002004,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Umi TOP 1000,2004,title_e_0141_01004_1000,224030105 +4002005,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rin TOP 1000,2005,title_e_0141_01005_1000,224030105 +4002006,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Maki TOP 1000,2006,title_e_0141_01006_1000,224030105 +4002007,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nozomi TOP 1000,2007,title_e_0141_01007_1000,224030105 +4002008,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanayo TOP 1000,2008,title_e_0141_01008_1000,224030105 +4002009,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Nico TOP 1000,2009,title_e_0141_01009_1000,224030105 +4002010,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chika TOP 1000,2010,title_e_0141_02001_1000,224030105 +4002011,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Riko TOP 1000,2011,title_e_0141_02002_1000,224030105 +4002012,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanan TOP 1000,2012,title_e_0141_02003_1000,224030105 +4002013,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Dia TOP 1000,2013,title_e_0141_02004_1000,224030105 +4002014,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! You TOP 1000,2014,title_e_0141_02005_1000,224030105 +4002015,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Yoshiko TOP 1000,2015,title_e_0141_02006_1000,224030105 +4002016,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Hanamaru TOP 1000,2016,title_e_0141_02007_1000,224030105 +4002017,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mari TOP 1000,2017,title_e_0141_02008_1000,224030105 +4002018,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ruby TOP 1000,2018,title_e_0141_02009_1000,224030105 +4002019,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ayumu TOP 1000,2019,title_e_0141_03001_1000,224030105 +4002020,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kasumi TOP 1000,2020,title_e_0141_03002_1000,224030105 +4002021,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shizuku TOP 1000,2021,title_e_0141_03003_1000,224030105 +4002022,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Karin TOP 1000,2022,title_e_0141_03004_1000,224030105 +4002023,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ai TOP 1000,2023,title_e_0141_03005_1000,224030105 +4002024,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanata TOP 1000,2024,title_e_0141_03006_1000,224030105 +4002025,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Setsuna TOP 1000,2025,title_e_0141_03007_1000,224030105 +4002026,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Emma TOP 1000,2026,title_e_0141_03008_1000,224030105 +4002027,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Rina TOP 1000,2027,title_e_0141_03009_1000,224030105 +4002028,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shioriko TOP 1000,2028,title_e_0141_03010_1000,224030105 +4002029,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mia TOP 1000,2029,title_e_0141_03011_1000,224030105 +4002030,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Lanzhu TOP 1000,2030,title_e_0141_03012_1000,224030105 +4002031,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kanon TOP 1000,2031,title_e_0141_04001_1000,224030105 +4002032,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Keke TOP 1000,2032,title_e_0141_04002_1000,224030105 +4002033,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Chisato TOP 1000,2033,title_e_0141_04003_1000,224030105 +4002034,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Sumire TOP 1000,2034,title_e_0141_04004_1000,224030105 +4002035,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Ren TOP 1000,2035,title_e_0141_04005_1000,224030105 +4002036,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Kinako TOP 1000,2036,title_e_0141_04006_1000,224030105 +4002037,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Mei TOP 1000,2037,title_e_0141_04007_1000,224030105 +4002038,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Shiki TOP 1000,2038,title_e_0141_04008_1000,224030105 +4002039,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Natsumi TOP 1000,2039,title_e_0141_04009_1000,224030105 +4002040,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Margarete TOP 1000,2040,title_e_0141_04010_1000,224030105 +4002041,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 1000,4,Love Live! School Idol Festival 2 MIRACLE LIVE! Tomari TOP 1000,2041,title_e_0141_04011_1000,224030105 +41000001,I Reached Star Level 2!,4,A title to celebrate reaching Star Level 2.,1000001,title_e_0127_00000_0002,223111506 +41000002,I Reached Star Level 3!,4,A title to celebrate reaching Star Level 3.,1000002,title_e_0127_00000_0003,223111506 +41000003,I Reached Star Level 4!,4,A title to celebrate reaching Star Level 4.,1000003,title_e_0127_00000_0004,223111506 +41000004,I Reached Star Level 5!,4,A title to celebrate reaching Star Level 5.,1000004,title_e_0127_00000_0005,223111506 +41000005,I Reached Star Level 6!,4,A title to celebrate reaching Star Level 6.,1000005,title_e_0127_00000_0006,223111506 +41000006,I Reached Star Level 7!,4,A title to celebrate reaching Star Level 7.,1000006,title_e_0127_00000_0007,223111506 +41000007,I Reached Star Level 8!,4,A title to celebrate reaching Star Level 8.,1000007,title_e_0127_00000_0008,223111506 +41000008,I Reached Star Level 9!,4,A title to celebrate reaching Star Level 9.,1000008,title_e_0127_00000_0009,223111506 +41000009,I Reached Star Level 10!,4,A title to celebrate reaching Star Level 10.,1000009,title_e_0127_00000_0010,223111506 +41000010,I Reached Star Level 11!,4,A title to celebrate reaching Star Level 11.,1000010,title_e_0127_00000_0011,223111506 +41000011,I Reached Star Level 12!,4,A title to celebrate reaching Star Level 12.,1000011,title_e_0127_00000_0012,223111506 +41000012,I Reached Star Level 13!,4,A title to celebrate reaching Star Level 13.,1000012,title_e_0127_00000_0013,223111506 +41000013,I Reached Star Level 14!,4,A title to celebrate reaching Star Level 14.,1000013,title_e_0127_00000_0014,223111506 +41000014,I Reached Star Level 15,4,A title to celebrate reaching Star Level 15.,1000014,title_e_0127_00000_0015,223111506 +41000015,I Reached Star Level 16!,4,A title to celebrate reaching Star Level 16.,1000015,title_e_0127_00000_0016,223111506 +41000016,I Reached Star Level 17!,4,A title to celebrate reaching Star Level 17.,1000016,title_e_0127_00000_0017,223111506 +41000017,I Reached Star Level 18!,4,A title to celebrate reaching Star Level 18.,1000017,title_e_0127_00000_0018,223111506 +41000018,I Reached Star Level 19!,4,A title to celebrate reaching Star Level 19.,1000018,title_e_0127_00000_0019,223111506 +41000019,I Reached Star Level 20!,4,A title to celebrate reaching Star Level 20.,1000019,title_e_0127_00000_0020,223111506 +41000020,I Reached Star Level 21!,4,A title to celebrate reaching Star Level 21.,1000020,title_e_0127_00000_0021,223111506 +41000021,I Reached Star Level 22!,4,A title to celebrate reaching Star Level 22.,1000021,title_e_0127_00000_0022,223111506 +41000022,I Reached Star Level 23!,4,A title to celebrate reaching Star Level 23.,1000022,title_e_0127_00000_0023,223111506 +41000023,I Reached Star Level 24!,4,A title to celebrate reaching Star Level 24.,1000023,title_e_0127_00000_0024,223111506 +41000024,I Reached Star Level 25!,4,A title to celebrate reaching Star Level 25.,1000024,title_e_0127_00000_0025,223111506 +41000025,I Reached Star Level 26!,4,A title to celebrate reaching Star Level 26.,1000025,title_e_0127_00000_0026,223111506 +41000026,I Reached Star Level 27!,4,A title to celebrate reaching Star Level 27.,1000026,title_e_0127_00000_0027,223111506 +41000027,I Reached Star Level 28!,4,A title to celebrate reaching Star Level 28.,1000027,title_e_0127_00000_0028,223111506 +41000028,I Reached Star Level 29!,4,A title to celebrate reaching Star Level 29.,1000028,title_e_0127_00000_0029,223111506 +41000029,I Reached Star Level 30!,4,A title to celebrate reaching Star Level 30.,1000029,title_e_0127_00000_0030,223111506 +41000030,I Reached Star Level 31!,4,A title to celebrate reaching Star Level 31.,1000030,title_e_0127_00000_0031,223111506 +41000031,I Reached Star Level 32!,4,A title to celebrate reaching Star Level 32.,1000031,title_e_0127_00000_0032,223111506 +41000032,I Reached Star Level 33!,4,A title to celebrate reaching Star Level 33.,1000032,title_e_0127_00000_0033,223111506 +41000033,I Reached Star Level 34!,4,A title to celebrate reaching Star Level 34.,1000033,title_e_0127_00000_0034,223111506 +41000034,I Reached Star Level 35!,4,A title to celebrate reaching Star Level 35.,1000034,title_e_0127_00000_0035,223111506 +41000035,I Reached Star Level 36!,4,A title to celebrate reaching Star Level 36.,1000035,title_e_0127_00000_0036,223111506 +41000036,I Reached Star Level 37!,4,A title to celebrate reaching Star Level 37.,1000036,title_e_0127_00000_0037,223111506 +41000037,I Reached Star Level 38!,4,A title to celebrate reaching Star Level 38.,1000037,title_e_0127_00000_0038,223111506 +41000038,I Reached Star Level 39!,4,A title to celebrate reaching Star Level 39.,1000038,title_e_0127_00000_0039,223111506 +41000039,I Reached Star Level 40!,4,A title to celebrate reaching Star Level 40.,1000039,title_e_0127_00000_0040,223111506 +41000040,I Reached Star Level 41!,4,A title to celebrate reaching Star Level 41.,1000040,title_e_0127_00000_0041,223111506 +41000041,I Reached Star Level 42!,4,A title to celebrate reaching Star Level 42.,1000041,title_e_0127_00000_0042,223111506 +41000042,I Reached Star Level 43!,4,A title to celebrate reaching Star Level 43.,1000042,title_e_0127_00000_0043,223111506 +41000043,I Reached Star Level 44!,4,A title to celebrate reaching Star Level 44.,1000043,title_e_0127_00000_0044,223111506 +41000044,I Reached Star Level 45!,4,A title to celebrate reaching Star Level 45.,1000044,title_e_0127_00000_0045,223111506 +41000045,I Reached Star Level 46!,4,A title to celebrate reaching Star Level 46.,1000045,title_e_0127_00000_0046,223111506 +41000046,I Reached Star Level 47!,4,A title to celebrate reaching Star Level 47.,1000046,title_e_0127_00000_0047,223111506 +41000047,I Reached Star Level 48!,4,A title to celebrate reaching Star Level 48.,1000047,title_e_0127_00000_0048,223111506 +41000048,I Reached Star Level 49!,4,A title to celebrate reaching Star Level 49.,1000048,title_e_0127_00000_0049,223111506 +41000049,I Reached Star Level 50!,4,A title to celebrate reaching Star Level 50.,1000049,title_e_0127_00000_0050,223111506 +41000050,I Reached Star Level 51!,4,A title to celebrate reaching Star Level 51.,1000050,title_e_0127_00000_0051,224011505 +41000051,I Reached Star Level 52!,4,A title to celebrate reaching Star Level 52.,1000051,title_e_0127_00000_0052,224011505 +41000052,I Reached Star Level 53!,4,A title to celebrate reaching Star Level 53.,1000052,title_e_0127_00000_0053,224011505 +41000053,I Reached Star Level 54!,4,A title to celebrate reaching Star Level 54.,1000053,title_e_0127_00000_0054,224011505 +41000054,I Reached Star Level 55!,4,A title to celebrate reaching Star Level 55.,1000054,title_e_0127_00000_0055,224011505 +41000055,I Reached Star Level 56!,4,A title to celebrate reaching Star Level 56.,1000055,title_e_0127_00000_0056,224011505 +41000056,I Reached Star Level 57!,4,A title to celebrate reaching Star Level 57.,1000056,title_e_0127_00000_0057,224011505 +41000057,I Reached Star Level 58!,4,A title to celebrate reaching Star Level 58.,1000057,title_e_0127_00000_0058,224011505 +41000058,I Reached Star Level 59!,4,A title to celebrate reaching Star Level 59.,1000058,title_e_0127_00000_0059,224011505 +41000059,I Reached Star Level 60!,4,A title to celebrate reaching Star Level 60.,1000059,title_e_0127_00000_0060,224011505 +41000060,I Reached Star Level 61!,4,A title to celebrate reaching Star Level 61.,1000060,title_e_0127_00000_0061,224011505 +41000061,I Reached Star Level 62!,4,A title to celebrate reaching Star Level 62.,1000061,title_e_0127_00000_0062,224011505 +41000062,I Reached Star Level 63!,4,A title to celebrate reaching Star Level 63.,1000062,title_e_0127_00000_0063,224011505 +41000063,I Reached Star Level 64!,4,A title to celebrate reaching Star Level 64.,1000063,title_e_0127_00000_0064,224011505 +41000064,I Reached Star Level 65!,4,A title to celebrate reaching Star Level 65.,1000064,title_e_0127_00000_0065,224011505 +41000065,I Reached Star Level 66!,4,A title to celebrate reaching Star Level 66.,1000065,title_e_0127_00000_0066,224011505 +41000066,I Reached Star Level 67!,4,A title to celebrate reaching Star Level 67.,1000066,title_e_0127_00000_0067,224011505 +41000067,I Reached Star Level 68!,4,A title to celebrate reaching Star Level 68.,1000067,title_e_0127_00000_0068,224011505 +41000068,I Reached Star Level 69!,4,A title to celebrate reaching Star Level 69.,1000068,title_e_0127_00000_0069,224011505 +41000069,I Reached Star Level 70!,4,A title to celebrate reaching Star Level 70.,1000069,title_e_0127_00000_0070,224011505 +41000070,I Reached Star Level 71!,4,A title to celebrate reaching Star Level 71.,1000070,title_e_0127_00000_0071,224021405 +41000071,I Reached Star Level 72!,4,A title to celebrate reaching Star Level 72.,1000071,title_e_0127_00000_0072,224021405 +41000072,I Reached Star Level 73!,4,A title to celebrate reaching Star Level 73.,1000072,title_e_0127_00000_0073,224021405 +41000073,I Reached Star Level 74!,4,A title to celebrate reaching Star Level 74.,1000073,title_e_0127_00000_0074,224021405 +41000074,I Reached Star Level 75!,4,A title to celebrate reaching Star Level 75.,1000074,title_e_0127_00000_0075,224021405 +41000075,I Reached Star Level 76!,4,A title to celebrate reaching Star Level 76.,1000075,title_e_0127_00000_0076,224021405 +41000076,I Reached Star Level 77!,4,A title to celebrate reaching Star Level 77.,1000076,title_e_0127_00000_0077,224021405 +41000077,I Reached Star Level 78!,4,A title to celebrate reaching Star Level 78.,1000077,title_e_0127_00000_0078,224021405 +41000078,I Reached Star Level 79!,4,A title to celebrate reaching Star Level 79.,1000078,title_e_0127_00000_0079,224021405 +41000079,I Reached Star Level 80!,4,A title to celebrate reaching Star Level 80.,1000079,title_e_0127_00000_0080,224021405 diff --git a/src/router/masterdata/csv/title_screen.csv b/src/router/databases/csv-en/title_screen.csv similarity index 100% rename from src/router/masterdata/csv/title_screen.csv rename to src/router/databases/csv-en/title_screen.csv diff --git a/src/router/databases/csv-en/url.csv b/src/router/databases/csv-en/url.csv new file mode 100644 index 0000000..71ba058 --- /dev/null +++ b/src/router/databases/csv-en/url.csv @@ -0,0 +1,26 @@ +_id,_url,_masterReleaseLabelId +Help_Faq,https://lovelive-sif2.com/contact/faq/,1 +Help_ContactForm,https://lovelive-sif2.com/contact/,1 +Help_Note,https://lovelive-sif2.com/contact/,1 +TermsOfService_Terms,/web/policy,1 +TermsOfService_Rights,/web/policy/copyright,1 +TermsOfService_PrivacyPolicy,/web/policy/privacy,1 +GemShop_MedalGuidelines,/web/policy/gem,1 +GemShop_SpecifiedCommercialTransactions_FundSettlement,/web/policy/payment,1 +GemShop_SpecifiedCommercialTransactions,/web/policy/specifiedcommercial,1 +GemShop_FundSettlement,/web/policy/fundsettlement,1 +Notice_Main,web/announcement?category=1&Lng=1,1 +Notice_Update,web/announcement?category=2&Lng=1,1 +Notice_Bug,web/announcement?category=3&Lng=1,1 +Notice_Detail,web/announcement/detail?announcement_id={0}&Lng=1,1 +Migration_Info,web/migration,1 +GameUpdate_AppStore,https://apps.apple.com/us/app/id6455889305,1 +GameUpdate_GooglePlay,https://play.google.com/store/apps/details?id=com.bushiroad.global.lovelive.sif2.google,1 +Web_Official,https://lovelive-sif2.com/,1 +Mission_TwitterOfficial,https://twitter.com/lovelive_SIF_GL,1 +Mission_LineOfficial,https://lin.ee,1 +Notice_StorySource,web/announcement/story,1 +Membership_PlayAccount,https://play.google.com/store/account,1 +TermsOfService_Credit,/web/policy/credit,1 +Theater_Dialog,/web/theater,223120502 +Help_Payback,https://lovelive-sif2.com/news/,1 diff --git a/src/router/masterdata/csv/user_rank.csv b/src/router/databases/csv-en/user_rank.csv similarity index 100% rename from src/router/masterdata/csv/user_rank.csv rename to src/router/databases/csv-en/user_rank.csv diff --git a/src/router/masterdata/csv/user_rank_reward.csv b/src/router/databases/csv-en/user_rank_reward.csv similarity index 100% rename from src/router/masterdata/csv/user_rank_reward.csv rename to src/router/databases/csv-en/user_rank_reward.csv diff --git a/src/router/databases/csv-en/voice.csv b/src/router/databases/csv-en/voice.csv new file mode 100644 index 0000000..bb02b00 --- /dev/null +++ b/src/router/databases/csv-en/voice.csv @@ -0,0 +1,8797 @@ +_id,_num,_cueSheetName,_cueName,_masterReleaseLabelId +40001001,0,SYS_VOICE_HONOKA,RANDOM_1,1 +40001002,0,SYS_VOICE_HONOKA,RANDOM_EVOLUTION_1,1 +40001003,0,SYS_VOICE_HONOKA,RANDOM_2,1 +40001004,0,SYS_VOICE_HONOKA,RANDOM_EVOLUTION_2,1 +40001005,0,SYS_VOICE_HONOKA,RANDOM_3,1 +40001006,0,SYS_VOICE_HONOKA,RANDOM_EVOLUTION_3,1 +40001007,0,SYS_VOICE_HONOKA,RANDOM_UNEVOLUTION_SMILE_1,1 +40001008,0,SYS_VOICE_HONOKA,RANDOM_UNEVOLUTION_PURE_1,1 +40001009,0,SYS_VOICE_HONOKA,RANDOM_UNEVOLUTION_COOL_1,1 +40001010,0,SYS_VOICE_HONOKA,RANDOM_EVOLUTION_SMILE_1,1 +40001011,0,SYS_VOICE_HONOKA,RANDOM_EVOLUTION_PURE_1,1 +40001012,0,SYS_VOICE_HONOKA,RANDOM_EVOLUTION_COOL_1,1 +40001013,0,SYS_VOICE_HONOKA,RANDOM_BOND_MAX_SMILE_1,1 +40001014,0,SYS_VOICE_HONOKA,RANDOM_BOND_MAX_PURE_1,1 +40001015,0,SYS_VOICE_HONOKA,RANDOM_BOND_MAX_COOL_1,1 +40001016,0,SYS_VOICE_HONOKA,TIME_1,1 +40001017,0,SYS_VOICE_HONOKA,TIME_FIRSTHALF_1,1 +40001018,0,SYS_VOICE_HONOKA,TIME_LATTERHALF_1,1 +40001019,0,SYS_VOICE_HONOKA,TIME_MORNING_1,1 +40001020,0,SYS_VOICE_HONOKA,TIME_NOON_1,1 +40001021,0,SYS_VOICE_HONOKA,TIME_EVENING_1,1 +40001022,0,SYS_VOICE_HONOKA,TIME_NIGHT_1,1 +40001023,0,SYS_VOICE_HONOKA,SEASON_SPRING_1,1 +40001024,0,SYS_VOICE_HONOKA,SEASON_SUMMER_1,1 +40001025,0,SYS_VOICE_HONOKA,SEASON_AUTUMN_1,1 +40001026,0,SYS_VOICE_HONOKA,SEASON_WINTER_1,1 +40001027,0,SYS_VOICE_HONOKA,TOUCH_1,1 +40001028,0,SYS_VOICE_HONOKA,TOUCH_2,1 +40001029,0,SYS_VOICE_HONOKA,TOUCH_3,1 +40001030,0,SYS_VOICE_HONOKA,TOUCH_4,1 +40001031,0,SYS_VOICE_HONOKA,TOUCH_5,1 +40001032,0,SYS_VOICE_HONOKA,TOUCH_6,1 +40001033,0,SYS_VOICE_HONOKA,TOUCH_7,1 +40001034,0,SYS_VOICE_HONOKA,TOUCH_8,1 +40001035,0,SYS_VOICE_HONOKA,TOUCH_9,1 +40001036,0,SYS_VOICE_HONOKA,TOUCH_10,1 +40001037,0,SYS_VOICE_HONOKA,TOUCH_11,1 +40001038,0,SYS_VOICE_HONOKA,ADVICE_STORY_1,1 +40001039,0,SYS_VOICE_HONOKA,ADVICE_MISSION_1,1 +40001040,0,SYS_VOICE_HONOKA,ADVICE_LIVE_1,1 +40001041,0,SYS_VOICE_HONOKA,ADVICE_LP_1,1 +40001042,0,SYS_VOICE_HONOKA,TRIGGER_SHOP_1,1 +40001043,0,SYS_VOICE_HONOKA,ADVICE_LESSON_1,1 +40001044,0,SYS_VOICE_HONOKA,ADVICE_EVOLUTION_1,1 +40001045,0,SYS_VOICE_HONOKA,ADVICE_PRESENT_1,1 +40001046,0,SYS_VOICE_HONOKA,ADVICE_GACHA_1,1 +40001047,0,SYS_VOICE_HONOKA,ADVICE_INFOMATION_1,1 +40001048,0,SYS_VOICE_HONOKA,ADVICE_EVENT_1,1 +40001049,0,SYS_VOICE_HONOKA,TRIGGER_STORY_1,1 +40001050,0,SYS_VOICE_HONOKA,TRIGGER_FRIEND_1,1 +40001051,0,SYS_VOICE_HONOKA,TRIGGER_MEMBER_1,1 +40001052,0,SYS_VOICE_HONOKA,INTRODUCTION_1,1 +40001053,0,SYS_VOICE_HONOKA,INTRODUCTION_2,1 +40001054,0,SYS_VOICE_HONOKA,INTRODUCTION_3,1 +40001055,0,SYS_VOICE_HONOKA,SKILL_SMAIL_1,1 +40001056,0,SYS_VOICE_HONOKA,SKILL_PURE_1,1 +40001057,0,SYS_VOICE_HONOKA,SKILL_COOL_1,1 +40001058,0,SYS_VOICE_HONOKA,LIVE_START_1,1 +40001059,0,SYS_VOICE_HONOKA,LIVE_START_2,1 +40001060,0,SYS_VOICE_HONOKA,LIVE_START_3,1 +40001061,0,SYS_VOICE_HONOKA,LIVE_SUCCESS_1,1 +40001062,0,SYS_VOICE_HONOKA,LIVE_SUCCESS_2,1 +40001063,0,SYS_VOICE_HONOKA,LIVE_SUCCESS_3,1 +40001064,0,SYS_VOICE_HONOKA,LIVE_SUCCESS_4,1 +40001065,0,SYS_VOICE_HONOKA,LIVE_SUCCESS_5,1 +40001066,0,SYS_VOICE_HONOKA,LIVE_FAILED_1,1 +40001067,0,SYS_VOICE_HONOKA,LIVE_FAILED_2,1 +40001068,0,SYS_VOICE_HONOKA,RESULT_BOND_1,1 +40001069,0,SYS_VOICE_HONOKA,RESULT_BOND_2,1 +40001070,0,SYS_VOICE_HONOKA,RESULT_BOND_3,1 +40001071,0,SYS_VOICE_HONOKA,RESULT_BOND_4,1 +40001072,0,SYS_VOICE_HONOKA,RESULT_BOND_5,1 +40001073,0,SYS_VOICE_HONOKA,RESULT_BOND_6,1 +40001074,0,SYS_VOICE_HONOKA,RESULT_BOND_7,1 +40001075,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_1,1 +40001076,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_2,1 +40001077,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_3,1 +40001078,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_4,1 +40001079,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_5,1 +40001080,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_6,1 +40001081,0,SYS_VOICE_HONOKA,RESULT_BOND_MAX_7,1 +40001082,0,SYS_VOICE_HONOKA,TRIGGER_EVO_SMILE_1,1 +40001083,0,SYS_VOICE_HONOKA,TRIGGER_EVO_PURE_1,1 +40001084,0,SYS_VOICE_HONOKA,TRIGGER_EVO_COOL_1,1 +40001085,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0101,1 +40001086,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0203,1 +40001087,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0214,1 +40001088,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0303,1 +40001089,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0314,1 +40001090,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0505,1 +40001091,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0707,1 +40001092,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0717,1 +40001093,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_0929,1 +40001094,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_1031,1 +40001095,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_1225,1 +40001096,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_1231,1 +40001097,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_HONOKA,1 +40001098,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_ERI,1 +40001099,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_KOTORI,1 +40001100,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_UMI,1 +40001101,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_RIN,1 +40001102,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_MAKI,1 +40001103,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_NOZOMI,1 +40001104,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_HANAYO,1 +40001105,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_NIKO,1 +40001106,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40001107,0,SYS_VOICE_HONOKA,SYS_VOICE_DAY_HALFANI,223101514 +40002001,0,SYS_VOICE_ERI,RANDOM_1,1 +40002002,0,SYS_VOICE_ERI,RANDOM_EVOLUTION_1,1 +40002003,0,SYS_VOICE_ERI,RANDOM_2,1 +40002004,0,SYS_VOICE_ERI,RANDOM_EVOLUTION_2,1 +40002005,0,SYS_VOICE_ERI,RANDOM_3,1 +40002006,0,SYS_VOICE_ERI,RANDOM_EVOLUTION_3,1 +40002007,0,SYS_VOICE_ERI,RANDOM_UNEVOLUTION_SMILE_1,1 +40002008,0,SYS_VOICE_ERI,RANDOM_UNEVOLUTION_PURE_1,1 +40002009,0,SYS_VOICE_ERI,RANDOM_UNEVOLUTION_COOL_1,1 +40002010,0,SYS_VOICE_ERI,RANDOM_EVOLUTION_SMILE_1,1 +40002011,0,SYS_VOICE_ERI,RANDOM_EVOLUTION_PURE_1,1 +40002012,0,SYS_VOICE_ERI,RANDOM_EVOLUTION_COOL_1,1 +40002013,0,SYS_VOICE_ERI,RANDOM_BOND_MAX_SMILE_1,1 +40002014,0,SYS_VOICE_ERI,RANDOM_BOND_MAX_PURE_1,1 +40002015,0,SYS_VOICE_ERI,RANDOM_BOND_MAX_COOL_1,1 +40002016,0,SYS_VOICE_ERI,TIME_1,1 +40002017,0,SYS_VOICE_ERI,TIME_FIRSTHALF_1,1 +40002018,0,SYS_VOICE_ERI,TIME_LATTERHALF_1,1 +40002019,0,SYS_VOICE_ERI,TIME_MORNING_1,1 +40002020,0,SYS_VOICE_ERI,TIME_NOON_1,1 +40002021,0,SYS_VOICE_ERI,TIME_EVENING_1,1 +40002022,0,SYS_VOICE_ERI,TIME_NIGHT_1,1 +40002023,0,SYS_VOICE_ERI,SEASON_SPRING_1,1 +40002024,0,SYS_VOICE_ERI,SEASON_SUMMER_1,1 +40002025,0,SYS_VOICE_ERI,SEASON_AUTUMN_1,1 +40002026,0,SYS_VOICE_ERI,SEASON_WINTER_1,1 +40002027,0,SYS_VOICE_ERI,TOUCH_1,1 +40002028,0,SYS_VOICE_ERI,TOUCH_2,1 +40002029,0,SYS_VOICE_ERI,TOUCH_3,1 +40002030,0,SYS_VOICE_ERI,TOUCH_4,1 +40002031,0,SYS_VOICE_ERI,TOUCH_5,1 +40002032,0,SYS_VOICE_ERI,TOUCH_6,1 +40002033,0,SYS_VOICE_ERI,TOUCH_7,1 +40002034,0,SYS_VOICE_ERI,TOUCH_8,1 +40002035,0,SYS_VOICE_ERI,TOUCH_9,1 +40002036,0,SYS_VOICE_ERI,TOUCH_10,1 +40002037,0,SYS_VOICE_ERI,TOUCH_11,1 +40002038,0,SYS_VOICE_ERI,ADVICE_STORY_1,1 +40002039,0,SYS_VOICE_ERI,ADVICE_MISSION_1,1 +40002040,0,SYS_VOICE_ERI,ADVICE_LIVE_1,1 +40002041,0,SYS_VOICE_ERI,ADVICE_LP_1,1 +40002042,0,SYS_VOICE_ERI,TRIGGER_SHOP_1,1 +40002043,0,SYS_VOICE_ERI,ADVICE_LESSON_1,1 +40002044,0,SYS_VOICE_ERI,ADVICE_EVOLUTION_1,1 +40002045,0,SYS_VOICE_ERI,ADVICE_PRESENT_1,1 +40002046,0,SYS_VOICE_ERI,ADVICE_GACHA_1,1 +40002047,0,SYS_VOICE_ERI,ADVICE_INFOMATION_1,1 +40002048,0,SYS_VOICE_ERI,ADVICE_EVENT_1,1 +40002049,0,SYS_VOICE_ERI,TRIGGER_STORY_1,1 +40002050,0,SYS_VOICE_ERI,TRIGGER_FRIEND_1,1 +40002051,0,SYS_VOICE_ERI,TRIGGER_MEMBER_1,1 +40002052,0,SYS_VOICE_ERI,INTRODUCTION_1,1 +40002053,0,SYS_VOICE_ERI,INTRODUCTION_2,1 +40002054,0,SYS_VOICE_ERI,INTRODUCTION_3,1 +40002055,0,SYS_VOICE_ERI,SKILL_SMAIL_1,1 +40002056,0,SYS_VOICE_ERI,SKILL_PURE_1,1 +40002057,0,SYS_VOICE_ERI,SKILL_COOL_1,1 +40002058,0,SYS_VOICE_ERI,LIVE_START_1,1 +40002059,0,SYS_VOICE_ERI,LIVE_START_2,1 +40002060,0,SYS_VOICE_ERI,LIVE_START_3,1 +40002061,0,SYS_VOICE_ERI,LIVE_SUCCESS_1,1 +40002062,0,SYS_VOICE_ERI,LIVE_SUCCESS_2,1 +40002063,0,SYS_VOICE_ERI,LIVE_SUCCESS_3,1 +40002064,0,SYS_VOICE_ERI,LIVE_SUCCESS_4,1 +40002065,0,SYS_VOICE_ERI,LIVE_SUCCESS_5,1 +40002066,0,SYS_VOICE_ERI,LIVE_FAILED_1,1 +40002067,0,SYS_VOICE_ERI,LIVE_FAILED_2,1 +40002068,0,SYS_VOICE_ERI,RESULT_BOND_1,1 +40002069,0,SYS_VOICE_ERI,RESULT_BOND_2,1 +40002070,0,SYS_VOICE_ERI,RESULT_BOND_3,1 +40002071,0,SYS_VOICE_ERI,RESULT_BOND_4,1 +40002072,0,SYS_VOICE_ERI,RESULT_BOND_5,1 +40002073,0,SYS_VOICE_ERI,RESULT_BOND_6,1 +40002074,0,SYS_VOICE_ERI,RESULT_BOND_7,1 +40002075,0,SYS_VOICE_ERI,RESULT_BOND_MAX_1,1 +40002076,0,SYS_VOICE_ERI,RESULT_BOND_MAX_2,1 +40002077,0,SYS_VOICE_ERI,RESULT_BOND_MAX_3,1 +40002078,0,SYS_VOICE_ERI,RESULT_BOND_MAX_4,1 +40002079,0,SYS_VOICE_ERI,RESULT_BOND_MAX_5,1 +40002080,0,SYS_VOICE_ERI,RESULT_BOND_MAX_6,1 +40002081,0,SYS_VOICE_ERI,RESULT_BOND_MAX_7,1 +40002082,0,SYS_VOICE_ERI,TRIGGER_EVO_SMILE_1,1 +40002083,0,SYS_VOICE_ERI,TRIGGER_EVO_PURE_1,1 +40002084,0,SYS_VOICE_ERI,TRIGGER_EVO_COOL_1,1 +40002085,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0101,1 +40002086,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0203,1 +40002087,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0214,1 +40002088,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0303,1 +40002089,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0314,1 +40002090,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0505,1 +40002091,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0707,1 +40002092,0,SYS_VOICE_ERI,SYS_VOICE_DAY_0929,1 +40002093,0,SYS_VOICE_ERI,SYS_VOICE_DAY_1031,1 +40002094,0,SYS_VOICE_ERI,SYS_VOICE_DAY_1225,1 +40002095,0,SYS_VOICE_ERI,SYS_VOICE_DAY_1231,1 +40002096,0,SYS_VOICE_ERI,SYS_VOICE_DAY_HONOKA,1 +40002097,0,SYS_VOICE_ERI,SYS_VOICE_DAY_ERI,1 +40002098,0,SYS_VOICE_ERI,SYS_VOICE_DAY_KOTORI,1 +40002099,0,SYS_VOICE_ERI,SYS_VOICE_DAY_UMI,1 +40002100,0,SYS_VOICE_ERI,SYS_VOICE_DAY_RIN,1 +40002101,0,SYS_VOICE_ERI,SYS_VOICE_DAY_MAKI,1 +40002102,0,SYS_VOICE_ERI,SYS_VOICE_DAY_NOZOMI,1 +40002103,0,SYS_VOICE_ERI,SYS_VOICE_DAY_HANAYO,1 +40002104,0,SYS_VOICE_ERI,SYS_VOICE_DAY_NIKO,1 +40002105,0,SYS_VOICE_ERI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40002106,0,SYS_VOICE_ERI,SYS_VOICE_DAY_HALFANI,223101514 +40003001,0,SYS_VOICE_KOTORI,RANDOM_1,1 +40003002,0,SYS_VOICE_KOTORI,RANDOM_EVOLUTION_1,1 +40003003,0,SYS_VOICE_KOTORI,RANDOM_2,1 +40003004,0,SYS_VOICE_KOTORI,RANDOM_EVOLUTION_2,1 +40003005,0,SYS_VOICE_KOTORI,RANDOM_3,1 +40003006,0,SYS_VOICE_KOTORI,RANDOM_EVOLUTION_3,1 +40003007,0,SYS_VOICE_KOTORI,RANDOM_UNEVOLUTION_SMILE_1,1 +40003008,0,SYS_VOICE_KOTORI,RANDOM_UNEVOLUTION_PURE_1,1 +40003009,0,SYS_VOICE_KOTORI,RANDOM_UNEVOLUTION_COOL_1,1 +40003010,0,SYS_VOICE_KOTORI,RANDOM_EVOLUTION_SMILE_1,1 +40003011,0,SYS_VOICE_KOTORI,RANDOM_EVOLUTION_PURE_1,1 +40003012,0,SYS_VOICE_KOTORI,RANDOM_EVOLUTION_COOL_1,1 +40003013,0,SYS_VOICE_KOTORI,RANDOM_BOND_MAX_SMILE_1,1 +40003014,0,SYS_VOICE_KOTORI,RANDOM_BOND_MAX_PURE_1,1 +40003015,0,SYS_VOICE_KOTORI,RANDOM_BOND_MAX_COOL_1,1 +40003016,0,SYS_VOICE_KOTORI,TIME_1,1 +40003017,0,SYS_VOICE_KOTORI,TIME_FIRSTHALF_1,1 +40003018,0,SYS_VOICE_KOTORI,TIME_LATTERHALF_1,1 +40003019,0,SYS_VOICE_KOTORI,TIME_MORNING_1,1 +40003020,0,SYS_VOICE_KOTORI,TIME_NOON_1,1 +40003021,0,SYS_VOICE_KOTORI,TIME_EVENING_1,1 +40003022,0,SYS_VOICE_KOTORI,TIME_NIGHT_1,1 +40003023,0,SYS_VOICE_KOTORI,SEASON_SPRING_1,1 +40003024,0,SYS_VOICE_KOTORI,SEASON_SUMMER_1,1 +40003025,0,SYS_VOICE_KOTORI,SEASON_AUTUMN_1,1 +40003026,0,SYS_VOICE_KOTORI,SEASON_WINTER_1,1 +40003027,0,SYS_VOICE_KOTORI,TOUCH_1,1 +40003028,0,SYS_VOICE_KOTORI,TOUCH_2,1 +40003029,0,SYS_VOICE_KOTORI,TOUCH_3,1 +40003030,0,SYS_VOICE_KOTORI,TOUCH_4,1 +40003031,0,SYS_VOICE_KOTORI,TOUCH_5,1 +40003032,0,SYS_VOICE_KOTORI,TOUCH_6,1 +40003033,0,SYS_VOICE_KOTORI,TOUCH_7,1 +40003034,0,SYS_VOICE_KOTORI,TOUCH_8,1 +40003035,0,SYS_VOICE_KOTORI,TOUCH_9,1 +40003036,0,SYS_VOICE_KOTORI,TOUCH_10,1 +40003037,0,SYS_VOICE_KOTORI,TOUCH_11,1 +40003038,0,SYS_VOICE_KOTORI,ADVICE_STORY_1,1 +40003039,0,SYS_VOICE_KOTORI,ADVICE_MISSION_1,1 +40003040,0,SYS_VOICE_KOTORI,ADVICE_LIVE_1,1 +40003041,0,SYS_VOICE_KOTORI,ADVICE_LP_1,1 +40003042,0,SYS_VOICE_KOTORI,TRIGGER_SHOP_1,1 +40003043,0,SYS_VOICE_KOTORI,ADVICE_LESSON_1,1 +40003044,0,SYS_VOICE_KOTORI,ADVICE_EVOLUTION_1,1 +40003045,0,SYS_VOICE_KOTORI,ADVICE_PRESENT_1,1 +40003046,0,SYS_VOICE_KOTORI,ADVICE_GACHA_1,1 +40003047,0,SYS_VOICE_KOTORI,ADVICE_INFOMATION_1,1 +40003048,0,SYS_VOICE_KOTORI,ADVICE_EVENT_1,1 +40003049,0,SYS_VOICE_KOTORI,TRIGGER_STORY_1,1 +40003050,0,SYS_VOICE_KOTORI,TRIGGER_FRIEND_1,1 +40003051,0,SYS_VOICE_KOTORI,TRIGGER_MEMBER_1,1 +40003052,0,SYS_VOICE_KOTORI,INTRODUCTION_1,1 +40003053,0,SYS_VOICE_KOTORI,INTRODUCTION_2,1 +40003054,0,SYS_VOICE_KOTORI,INTRODUCTION_3,1 +40003055,0,SYS_VOICE_KOTORI,SKILL_SMAIL_1,1 +40003056,0,SYS_VOICE_KOTORI,SKILL_PURE_1,1 +40003057,0,SYS_VOICE_KOTORI,SKILL_COOL_1,1 +40003058,0,SYS_VOICE_KOTORI,LIVE_START_1,1 +40003059,0,SYS_VOICE_KOTORI,LIVE_START_2,1 +40003060,0,SYS_VOICE_KOTORI,LIVE_START_3,1 +40003061,0,SYS_VOICE_KOTORI,LIVE_SUCCESS_1,1 +40003062,0,SYS_VOICE_KOTORI,LIVE_SUCCESS_2,1 +40003063,0,SYS_VOICE_KOTORI,LIVE_SUCCESS_3,1 +40003064,0,SYS_VOICE_KOTORI,LIVE_SUCCESS_4,1 +40003065,0,SYS_VOICE_KOTORI,LIVE_SUCCESS_5,1 +40003066,0,SYS_VOICE_KOTORI,LIVE_FAILED_1,1 +40003067,0,SYS_VOICE_KOTORI,LIVE_FAILED_2,1 +40003068,0,SYS_VOICE_KOTORI,RESULT_BOND_1,1 +40003069,0,SYS_VOICE_KOTORI,RESULT_BOND_2,1 +40003070,0,SYS_VOICE_KOTORI,RESULT_BOND_3,1 +40003071,0,SYS_VOICE_KOTORI,RESULT_BOND_4,1 +40003072,0,SYS_VOICE_KOTORI,RESULT_BOND_5,1 +40003073,0,SYS_VOICE_KOTORI,RESULT_BOND_6,1 +40003074,0,SYS_VOICE_KOTORI,RESULT_BOND_7,1 +40003075,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_1,1 +40003076,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_2,1 +40003077,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_3,1 +40003078,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_4,1 +40003079,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_5,1 +40003080,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_6,1 +40003081,0,SYS_VOICE_KOTORI,RESULT_BOND_MAX_7,1 +40003082,0,SYS_VOICE_KOTORI,TRIGGER_EVO_SMILE_1,1 +40003083,0,SYS_VOICE_KOTORI,TRIGGER_EVO_PURE_1,1 +40003084,0,SYS_VOICE_KOTORI,TRIGGER_EVO_COOL_1,1 +40003085,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0101,1 +40003086,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0203,1 +40003087,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0214,1 +40003088,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0303,1 +40003089,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0314,1 +40003090,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0505,1 +40003091,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0707,1 +40003092,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0717,1 +40003093,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_0929,1 +40003094,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_1031,1 +40003095,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_1225,1 +40003096,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_1231,1 +40003097,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_HONOKA,1 +40003098,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_ERI,1 +40003099,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_KOTORI,1 +40003100,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_UMI,1 +40003101,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_RIN,1 +40003102,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_MAKI,1 +40003103,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_NOZOMI,1 +40003104,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_HANAYO,1 +40003105,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_NIKO,1 +40003106,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40003107,0,SYS_VOICE_KOTORI,SYS_VOICE_DAY_HALFANI,223101514 +40004001,0,SYS_VOICE_UMI,RANDOM_1,1 +40004002,0,SYS_VOICE_UMI,RANDOM_EVOLUTION_1,1 +40004003,0,SYS_VOICE_UMI,RANDOM_2,1 +40004004,0,SYS_VOICE_UMI,RANDOM_EVOLUTION_2,1 +40004005,0,SYS_VOICE_UMI,RANDOM_3,1 +40004006,0,SYS_VOICE_UMI,RANDOM_EVOLUTION_3,1 +40004007,0,SYS_VOICE_UMI,RANDOM_UNEVOLUTION_SMILE_1,1 +40004008,0,SYS_VOICE_UMI,RANDOM_UNEVOLUTION_PURE_1,1 +40004009,0,SYS_VOICE_UMI,RANDOM_UNEVOLUTION_COOL_1,1 +40004010,0,SYS_VOICE_UMI,RANDOM_EVOLUTION_SMILE_1,1 +40004011,0,SYS_VOICE_UMI,RANDOM_EVOLUTION_PURE_1,1 +40004012,0,SYS_VOICE_UMI,RANDOM_EVOLUTION_COOL_1,1 +40004013,0,SYS_VOICE_UMI,RANDOM_BOND_MAX_SMILE_1,1 +40004014,0,SYS_VOICE_UMI,RANDOM_BOND_MAX_PURE_1,1 +40004015,0,SYS_VOICE_UMI,RANDOM_BOND_MAX_COOL_1,1 +40004016,0,SYS_VOICE_UMI,TIME_1,1 +40004017,0,SYS_VOICE_UMI,TIME_FIRSTHALF_1,1 +40004018,0,SYS_VOICE_UMI,TIME_LATTERHALF_1,1 +40004019,0,SYS_VOICE_UMI,TIME_MORNING_1,1 +40004020,0,SYS_VOICE_UMI,TIME_NOON_1,1 +40004021,0,SYS_VOICE_UMI,TIME_EVENING_1,1 +40004022,0,SYS_VOICE_UMI,TIME_NIGHT_1,1 +40004023,0,SYS_VOICE_UMI,SEASON_SPRING_1,1 +40004024,0,SYS_VOICE_UMI,SEASON_SUMMER_1,1 +40004025,0,SYS_VOICE_UMI,SEASON_AUTUMN_1,1 +40004026,0,SYS_VOICE_UMI,SEASON_WINTER_1,1 +40004027,0,SYS_VOICE_UMI,TOUCH_1,1 +40004028,0,SYS_VOICE_UMI,TOUCH_2,1 +40004029,0,SYS_VOICE_UMI,TOUCH_3,1 +40004030,0,SYS_VOICE_UMI,TOUCH_4,1 +40004031,0,SYS_VOICE_UMI,TOUCH_5,1 +40004032,0,SYS_VOICE_UMI,TOUCH_6,1 +40004033,0,SYS_VOICE_UMI,TOUCH_7,1 +40004034,0,SYS_VOICE_UMI,TOUCH_8,1 +40004035,0,SYS_VOICE_UMI,TOUCH_9,1 +40004036,0,SYS_VOICE_UMI,TOUCH_10,1 +40004037,0,SYS_VOICE_UMI,TOUCH_11,1 +40004038,0,SYS_VOICE_UMI,ADVICE_STORY_1,1 +40004039,0,SYS_VOICE_UMI,ADVICE_MISSION_1,1 +40004040,0,SYS_VOICE_UMI,ADVICE_LIVE_1,1 +40004041,0,SYS_VOICE_UMI,ADVICE_LP_1,1 +40004042,0,SYS_VOICE_UMI,TRIGGER_SHOP_1,1 +40004043,0,SYS_VOICE_UMI,ADVICE_LESSON_1,1 +40004044,0,SYS_VOICE_UMI,ADVICE_EVOLUTION_1,1 +40004045,0,SYS_VOICE_UMI,ADVICE_PRESENT_1,1 +40004046,0,SYS_VOICE_UMI,ADVICE_GACHA_1,1 +40004047,0,SYS_VOICE_UMI,ADVICE_INFOMATION_1,1 +40004048,0,SYS_VOICE_UMI,ADVICE_EVENT_1,1 +40004049,0,SYS_VOICE_UMI,TRIGGER_STORY_1,1 +40004050,0,SYS_VOICE_UMI,TRIGGER_FRIEND_1,1 +40004051,0,SYS_VOICE_UMI,TRIGGER_MEMBER_1,1 +40004052,0,SYS_VOICE_UMI,INTRODUCTION_1,1 +40004053,0,SYS_VOICE_UMI,INTRODUCTION_2,1 +40004054,0,SYS_VOICE_UMI,INTRODUCTION_3,1 +40004055,0,SYS_VOICE_UMI,SKILL_SMAIL_1,1 +40004056,0,SYS_VOICE_UMI,SKILL_PURE_1,1 +40004057,0,SYS_VOICE_UMI,SKILL_COOL_1,1 +40004058,0,SYS_VOICE_UMI,LIVE_START_1,1 +40004059,0,SYS_VOICE_UMI,LIVE_START_2,1 +40004060,0,SYS_VOICE_UMI,LIVE_START_3,1 +40004061,0,SYS_VOICE_UMI,LIVE_SUCCESS_1,1 +40004062,0,SYS_VOICE_UMI,LIVE_SUCCESS_2,1 +40004063,0,SYS_VOICE_UMI,LIVE_SUCCESS_3,1 +40004064,0,SYS_VOICE_UMI,LIVE_SUCCESS_4,1 +40004065,0,SYS_VOICE_UMI,LIVE_SUCCESS_5,1 +40004066,0,SYS_VOICE_UMI,LIVE_FAILED_1,1 +40004067,0,SYS_VOICE_UMI,LIVE_FAILED_2,1 +40004068,0,SYS_VOICE_UMI,RESULT_BOND_1,1 +40004069,0,SYS_VOICE_UMI,RESULT_BOND_2,1 +40004070,0,SYS_VOICE_UMI,RESULT_BOND_3,1 +40004071,0,SYS_VOICE_UMI,RESULT_BOND_4,1 +40004072,0,SYS_VOICE_UMI,RESULT_BOND_5,1 +40004073,0,SYS_VOICE_UMI,RESULT_BOND_6,1 +40004074,0,SYS_VOICE_UMI,RESULT_BOND_7,1 +40004075,0,SYS_VOICE_UMI,RESULT_BOND_MAX_1,1 +40004076,0,SYS_VOICE_UMI,RESULT_BOND_MAX_2,1 +40004077,0,SYS_VOICE_UMI,RESULT_BOND_MAX_3,1 +40004078,0,SYS_VOICE_UMI,RESULT_BOND_MAX_4,1 +40004079,0,SYS_VOICE_UMI,RESULT_BOND_MAX_5,1 +40004080,0,SYS_VOICE_UMI,RESULT_BOND_MAX_6,1 +40004081,0,SYS_VOICE_UMI,RESULT_BOND_MAX_7,1 +40004082,0,SYS_VOICE_UMI,TRIGGER_EVO_SMILE_1,1 +40004083,0,SYS_VOICE_UMI,TRIGGER_EVO_PURE_1,1 +40004084,0,SYS_VOICE_UMI,TRIGGER_EVO_COOL_1,1 +40004085,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0101,1 +40004086,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0203,1 +40004087,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0214,1 +40004088,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0303,1 +40004089,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0314,1 +40004090,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0505,1 +40004091,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0707,1 +40004092,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0717,1 +40004093,0,SYS_VOICE_UMI,SYS_VOICE_DAY_0929,1 +40004094,0,SYS_VOICE_UMI,SYS_VOICE_DAY_1031,1 +40004095,0,SYS_VOICE_UMI,SYS_VOICE_DAY_1225,1 +40004096,0,SYS_VOICE_UMI,SYS_VOICE_DAY_1231,1 +40004097,0,SYS_VOICE_UMI,SYS_VOICE_DAY_HONOKA,1 +40004098,0,SYS_VOICE_UMI,SYS_VOICE_DAY_ERI,1 +40004099,0,SYS_VOICE_UMI,SYS_VOICE_DAY_KOTORI,1 +40004100,0,SYS_VOICE_UMI,SYS_VOICE_DAY_UMI,1 +40004101,0,SYS_VOICE_UMI,SYS_VOICE_DAY_RIN,1 +40004102,0,SYS_VOICE_UMI,SYS_VOICE_DAY_MAKI,1 +40004103,0,SYS_VOICE_UMI,SYS_VOICE_DAY_NOZOMI,1 +40004104,0,SYS_VOICE_UMI,SYS_VOICE_DAY_HANAYO,1 +40004105,0,SYS_VOICE_UMI,SYS_VOICE_DAY_NIKO,1 +40004106,0,SYS_VOICE_UMI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40004107,0,SYS_VOICE_UMI,SYS_VOICE_DAY_HALFANI,223101514 +40005001,0,SYS_VOICE_RIN,RANDOM_1,1 +40005002,0,SYS_VOICE_RIN,RANDOM_EVOLUTION_1,1 +40005003,0,SYS_VOICE_RIN,RANDOM_2,1 +40005004,0,SYS_VOICE_RIN,RANDOM_EVOLUTION_2,1 +40005005,0,SYS_VOICE_RIN,RANDOM_3,1 +40005006,0,SYS_VOICE_RIN,RANDOM_EVOLUTION_3,1 +40005007,0,SYS_VOICE_RIN,RANDOM_UNEVOLUTION_SMILE_1,1 +40005008,0,SYS_VOICE_RIN,RANDOM_UNEVOLUTION_PURE_1,1 +40005009,0,SYS_VOICE_RIN,RANDOM_UNEVOLUTION_COOL_1,1 +40005010,0,SYS_VOICE_RIN,RANDOM_EVOLUTION_SMILE_1,1 +40005011,0,SYS_VOICE_RIN,RANDOM_EVOLUTION_PURE_1,1 +40005012,0,SYS_VOICE_RIN,RANDOM_EVOLUTION_COOL_1,1 +40005013,0,SYS_VOICE_RIN,RANDOM_BOND_MAX_SMILE_1,1 +40005014,0,SYS_VOICE_RIN,RANDOM_BOND_MAX_PURE_1,1 +40005015,0,SYS_VOICE_RIN,RANDOM_BOND_MAX_COOL_1,1 +40005016,0,SYS_VOICE_RIN,TIME_1,1 +40005017,0,SYS_VOICE_RIN,TIME_FIRSTHALF_1,1 +40005018,0,SYS_VOICE_RIN,TIME_LATTERHALF_1,1 +40005019,0,SYS_VOICE_RIN,TIME_MORNING_1,1 +40005020,0,SYS_VOICE_RIN,TIME_NOON_1,1 +40005021,0,SYS_VOICE_RIN,TIME_EVENING_1,1 +40005022,0,SYS_VOICE_RIN,TIME_NIGHT_1,1 +40005023,0,SYS_VOICE_RIN,SEASON_SPRING_1,1 +40005024,0,SYS_VOICE_RIN,SEASON_SUMMER_1,1 +40005025,0,SYS_VOICE_RIN,SEASON_AUTUMN_1,1 +40005026,0,SYS_VOICE_RIN,SEASON_WINTER_1,1 +40005027,0,SYS_VOICE_RIN,TOUCH_1,1 +40005028,0,SYS_VOICE_RIN,TOUCH_2,1 +40005029,0,SYS_VOICE_RIN,TOUCH_3,1 +40005030,0,SYS_VOICE_RIN,TOUCH_4,1 +40005031,0,SYS_VOICE_RIN,TOUCH_5,1 +40005032,0,SYS_VOICE_RIN,TOUCH_6,1 +40005033,0,SYS_VOICE_RIN,TOUCH_7,1 +40005034,0,SYS_VOICE_RIN,TOUCH_8,1 +40005035,0,SYS_VOICE_RIN,TOUCH_9,1 +40005036,0,SYS_VOICE_RIN,TOUCH_10,1 +40005037,0,SYS_VOICE_RIN,TOUCH_11,1 +40005038,0,SYS_VOICE_RIN,ADVICE_STORY_1,1 +40005039,0,SYS_VOICE_RIN,ADVICE_MISSION_1,1 +40005040,0,SYS_VOICE_RIN,ADVICE_LIVE_1,1 +40005041,0,SYS_VOICE_RIN,ADVICE_LP_1,1 +40005042,0,SYS_VOICE_RIN,TRIGGER_SHOP_1,1 +40005043,0,SYS_VOICE_RIN,ADVICE_LESSON_1,1 +40005044,0,SYS_VOICE_RIN,ADVICE_EVOLUTION_1,1 +40005045,0,SYS_VOICE_RIN,ADVICE_PRESENT_1,1 +40005046,0,SYS_VOICE_RIN,ADVICE_GACHA_1,1 +40005047,0,SYS_VOICE_RIN,ADVICE_INFOMATION_1,1 +40005048,0,SYS_VOICE_RIN,ADVICE_EVENT_1,1 +40005049,0,SYS_VOICE_RIN,TRIGGER_STORY_1,1 +40005050,0,SYS_VOICE_RIN,TRIGGER_FRIEND_1,1 +40005051,0,SYS_VOICE_RIN,TRIGGER_MEMBER_1,1 +40005052,0,SYS_VOICE_RIN,INTRODUCTION_1,1 +40005053,0,SYS_VOICE_RIN,INTRODUCTION_2,1 +40005054,0,SYS_VOICE_RIN,INTRODUCTION_3,1 +40005055,0,SYS_VOICE_RIN,SKILL_SMAIL_1,1 +40005056,0,SYS_VOICE_RIN,SKILL_PURE_1,1 +40005057,0,SYS_VOICE_RIN,SKILL_COOL_1,1 +40005058,0,SYS_VOICE_RIN,LIVE_START_1,1 +40005059,0,SYS_VOICE_RIN,LIVE_START_2,1 +40005060,0,SYS_VOICE_RIN,LIVE_START_3,1 +40005061,0,SYS_VOICE_RIN,LIVE_SUCCESS_1,1 +40005062,0,SYS_VOICE_RIN,LIVE_SUCCESS_2,1 +40005063,0,SYS_VOICE_RIN,LIVE_SUCCESS_3,1 +40005064,0,SYS_VOICE_RIN,LIVE_SUCCESS_4,1 +40005065,0,SYS_VOICE_RIN,LIVE_SUCCESS_5,1 +40005066,0,SYS_VOICE_RIN,LIVE_FAILED_1,1 +40005067,0,SYS_VOICE_RIN,LIVE_FAILED_2,1 +40005068,0,SYS_VOICE_RIN,RESULT_BOND_1,1 +40005069,0,SYS_VOICE_RIN,RESULT_BOND_2,1 +40005070,0,SYS_VOICE_RIN,RESULT_BOND_3,1 +40005071,0,SYS_VOICE_RIN,RESULT_BOND_4,1 +40005072,0,SYS_VOICE_RIN,RESULT_BOND_5,1 +40005073,0,SYS_VOICE_RIN,RESULT_BOND_6,1 +40005074,0,SYS_VOICE_RIN,RESULT_BOND_7,1 +40005075,0,SYS_VOICE_RIN,RESULT_BOND_MAX_1,1 +40005076,0,SYS_VOICE_RIN,RESULT_BOND_MAX_2,1 +40005077,0,SYS_VOICE_RIN,RESULT_BOND_MAX_3,1 +40005078,0,SYS_VOICE_RIN,RESULT_BOND_MAX_4,1 +40005079,0,SYS_VOICE_RIN,RESULT_BOND_MAX_5,1 +40005080,0,SYS_VOICE_RIN,RESULT_BOND_MAX_6,1 +40005081,0,SYS_VOICE_RIN,RESULT_BOND_MAX_7,1 +40005082,0,SYS_VOICE_RIN,TRIGGER_EVO_SMILE_1,1 +40005083,0,SYS_VOICE_RIN,TRIGGER_EVO_PURE_1,1 +40005084,0,SYS_VOICE_RIN,TRIGGER_EVO_COOL_1,1 +40005085,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0101,1 +40005086,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0203,1 +40005087,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0214,1 +40005088,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0303,1 +40005089,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0314,1 +40005090,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0505,1 +40005091,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0707,1 +40005092,0,SYS_VOICE_RIN,SYS_VOICE_DAY_0929,1 +40005093,0,SYS_VOICE_RIN,SYS_VOICE_DAY_1031,1 +40005094,0,SYS_VOICE_RIN,SYS_VOICE_DAY_1225,1 +40005095,0,SYS_VOICE_RIN,SYS_VOICE_DAY_1231,1 +40005096,0,SYS_VOICE_RIN,SYS_VOICE_DAY_HONOKA,1 +40005097,0,SYS_VOICE_RIN,SYS_VOICE_DAY_ERI,1 +40005098,0,SYS_VOICE_RIN,SYS_VOICE_DAY_KOTORI,1 +40005099,0,SYS_VOICE_RIN,SYS_VOICE_DAY_UMI,1 +40005100,0,SYS_VOICE_RIN,SYS_VOICE_DAY_RIN,1 +40005101,0,SYS_VOICE_RIN,SYS_VOICE_DAY_MAKI,1 +40005102,0,SYS_VOICE_RIN,SYS_VOICE_DAY_NOZOMI,1 +40005103,0,SYS_VOICE_RIN,SYS_VOICE_DAY_HANAYO,1 +40005104,0,SYS_VOICE_RIN,SYS_VOICE_DAY_NIKO,1 +40005105,0,SYS_VOICE_RIN,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40005106,0,SYS_VOICE_RIN,SYS_VOICE_DAY_HALFANI,223101514 +40006001,0,SYS_VOICE_MAKI,RANDOM_1,1 +40006002,0,SYS_VOICE_MAKI,RANDOM_EVOLUTION_1,1 +40006003,0,SYS_VOICE_MAKI,RANDOM_2,1 +40006004,0,SYS_VOICE_MAKI,RANDOM_EVOLUTION_2,1 +40006005,0,SYS_VOICE_MAKI,RANDOM_3,1 +40006006,0,SYS_VOICE_MAKI,RANDOM_EVOLUTION_3,1 +40006007,0,SYS_VOICE_MAKI,RANDOM_UNEVOLUTION_SMILE_1,1 +40006008,0,SYS_VOICE_MAKI,RANDOM_UNEVOLUTION_PURE_1,1 +40006009,0,SYS_VOICE_MAKI,RANDOM_UNEVOLUTION_COOL_1,1 +40006010,0,SYS_VOICE_MAKI,RANDOM_EVOLUTION_SMILE_1,1 +40006011,0,SYS_VOICE_MAKI,RANDOM_EVOLUTION_PURE_1,1 +40006012,0,SYS_VOICE_MAKI,RANDOM_EVOLUTION_COOL_1,1 +40006013,0,SYS_VOICE_MAKI,RANDOM_BOND_MAX_SMILE_1,1 +40006014,0,SYS_VOICE_MAKI,RANDOM_BOND_MAX_PURE_1,1 +40006015,0,SYS_VOICE_MAKI,RANDOM_BOND_MAX_COOL_1,1 +40006016,0,SYS_VOICE_MAKI,TIME_1,1 +40006017,0,SYS_VOICE_MAKI,TIME_FIRSTHALF_1,1 +40006018,0,SYS_VOICE_MAKI,TIME_LATTERHALF_1,1 +40006019,0,SYS_VOICE_MAKI,TIME_MORNING_1,1 +40006020,0,SYS_VOICE_MAKI,TIME_NOON_1,1 +40006021,0,SYS_VOICE_MAKI,TIME_EVENING_1,1 +40006022,0,SYS_VOICE_MAKI,TIME_NIGHT_1,1 +40006023,0,SYS_VOICE_MAKI,SEASON_SPRING_1,1 +40006024,0,SYS_VOICE_MAKI,SEASON_SUMMER_1,1 +40006025,0,SYS_VOICE_MAKI,SEASON_AUTUMN_1,1 +40006026,0,SYS_VOICE_MAKI,SEASON_WINTER_1,1 +40006027,0,SYS_VOICE_MAKI,TOUCH_1,1 +40006028,0,SYS_VOICE_MAKI,TOUCH_2,1 +40006029,0,SYS_VOICE_MAKI,TOUCH_3,1 +40006030,0,SYS_VOICE_MAKI,TOUCH_4,1 +40006031,0,SYS_VOICE_MAKI,TOUCH_5,1 +40006032,0,SYS_VOICE_MAKI,TOUCH_6,1 +40006033,0,SYS_VOICE_MAKI,TOUCH_7,1 +40006034,0,SYS_VOICE_MAKI,TOUCH_8,1 +40006035,0,SYS_VOICE_MAKI,TOUCH_9,1 +40006036,0,SYS_VOICE_MAKI,TOUCH_10,1 +40006037,0,SYS_VOICE_MAKI,TOUCH_11,1 +40006038,0,SYS_VOICE_MAKI,ADVICE_STORY_1,1 +40006039,0,SYS_VOICE_MAKI,ADVICE_MISSION_1,1 +40006040,0,SYS_VOICE_MAKI,ADVICE_LIVE_1,1 +40006041,0,SYS_VOICE_MAKI,ADVICE_LP_1,1 +40006042,0,SYS_VOICE_MAKI,TRIGGER_SHOP_1,1 +40006043,0,SYS_VOICE_MAKI,ADVICE_LESSON_1,1 +40006044,0,SYS_VOICE_MAKI,ADVICE_EVOLUTION_1,1 +40006045,0,SYS_VOICE_MAKI,ADVICE_PRESENT_1,1 +40006046,0,SYS_VOICE_MAKI,ADVICE_GACHA_1,1 +40006047,0,SYS_VOICE_MAKI,ADVICE_INFOMATION_1,1 +40006048,0,SYS_VOICE_MAKI,ADVICE_EVENT_1,1 +40006049,0,SYS_VOICE_MAKI,TRIGGER_STORY_1,1 +40006050,0,SYS_VOICE_MAKI,TRIGGER_FRIEND_1,1 +40006051,0,SYS_VOICE_MAKI,TRIGGER_MEMBER_1,1 +40006052,0,SYS_VOICE_MAKI,INTRODUCTION_1,1 +40006053,0,SYS_VOICE_MAKI,INTRODUCTION_2,1 +40006054,0,SYS_VOICE_MAKI,INTRODUCTION_3,1 +40006055,0,SYS_VOICE_MAKI,SKILL_SMAIL_1,1 +40006056,0,SYS_VOICE_MAKI,SKILL_PURE_1,1 +40006057,0,SYS_VOICE_MAKI,SKILL_COOL_1,1 +40006058,0,SYS_VOICE_MAKI,LIVE_START_1,1 +40006059,0,SYS_VOICE_MAKI,LIVE_START_2,1 +40006060,0,SYS_VOICE_MAKI,LIVE_START_3,1 +40006061,0,SYS_VOICE_MAKI,LIVE_SUCCESS_1,1 +40006062,0,SYS_VOICE_MAKI,LIVE_SUCCESS_2,1 +40006063,0,SYS_VOICE_MAKI,LIVE_SUCCESS_3,1 +40006064,0,SYS_VOICE_MAKI,LIVE_SUCCESS_4,1 +40006065,0,SYS_VOICE_MAKI,LIVE_SUCCESS_5,1 +40006066,0,SYS_VOICE_MAKI,LIVE_FAILED_1,1 +40006067,0,SYS_VOICE_MAKI,LIVE_FAILED_2,1 +40006068,0,SYS_VOICE_MAKI,RESULT_BOND_1,1 +40006069,0,SYS_VOICE_MAKI,RESULT_BOND_2,1 +40006070,0,SYS_VOICE_MAKI,RESULT_BOND_3,1 +40006071,0,SYS_VOICE_MAKI,RESULT_BOND_4,1 +40006072,0,SYS_VOICE_MAKI,RESULT_BOND_5,1 +40006073,0,SYS_VOICE_MAKI,RESULT_BOND_6,1 +40006074,0,SYS_VOICE_MAKI,RESULT_BOND_7,1 +40006075,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_1,1 +40006076,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_2,1 +40006077,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_3,1 +40006078,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_4,1 +40006079,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_5,1 +40006080,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_6,1 +40006081,0,SYS_VOICE_MAKI,RESULT_BOND_MAX_7,1 +40006082,0,SYS_VOICE_MAKI,TRIGGER_EVO_SMILE_1,1 +40006083,0,SYS_VOICE_MAKI,TRIGGER_EVO_PURE_1,1 +40006084,0,SYS_VOICE_MAKI,TRIGGER_EVO_COOL_1,1 +40006085,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0101,1 +40006086,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0203,1 +40006087,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0214,1 +40006088,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0303,1 +40006089,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0314,1 +40006090,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0505,1 +40006091,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0707,1 +40006092,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_0929,1 +40006093,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_1031,1 +40006094,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_1225,1 +40006095,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_1231,1 +40006096,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_HONOKA,1 +40006097,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_ERI,1 +40006098,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_KOTORI,1 +40006099,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_UMI,1 +40006100,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_RIN,1 +40006101,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_MAKI,1 +40006102,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_NOZOMI,1 +40006103,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_HANAYO,1 +40006104,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_NIKO,1 +40006105,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40006106,0,SYS_VOICE_MAKI,SYS_VOICE_DAY_HALFANI,223101514 +40007001,0,SYS_VOICE_NOZOMI,RANDOM_1,1 +40007002,0,SYS_VOICE_NOZOMI,RANDOM_EVOLUTION_1,1 +40007003,0,SYS_VOICE_NOZOMI,RANDOM_2,1 +40007004,0,SYS_VOICE_NOZOMI,RANDOM_EVOLUTION_2,1 +40007005,0,SYS_VOICE_NOZOMI,RANDOM_3,1 +40007006,0,SYS_VOICE_NOZOMI,RANDOM_EVOLUTION_3,1 +40007007,0,SYS_VOICE_NOZOMI,RANDOM_UNEVOLUTION_SMILE_1,1 +40007008,0,SYS_VOICE_NOZOMI,RANDOM_UNEVOLUTION_PURE_1,1 +40007009,0,SYS_VOICE_NOZOMI,RANDOM_UNEVOLUTION_COOL_1,1 +40007010,0,SYS_VOICE_NOZOMI,RANDOM_EVOLUTION_SMILE_1,1 +40007011,0,SYS_VOICE_NOZOMI,RANDOM_EVOLUTION_PURE_1,1 +40007012,0,SYS_VOICE_NOZOMI,RANDOM_EVOLUTION_COOL_1,1 +40007013,0,SYS_VOICE_NOZOMI,RANDOM_BOND_MAX_SMILE_1,1 +40007014,0,SYS_VOICE_NOZOMI,RANDOM_BOND_MAX_PURE_1,1 +40007015,0,SYS_VOICE_NOZOMI,RANDOM_BOND_MAX_COOL_1,1 +40007016,0,SYS_VOICE_NOZOMI,TIME_1,1 +40007017,0,SYS_VOICE_NOZOMI,TIME_FIRSTHALF_1,1 +40007018,0,SYS_VOICE_NOZOMI,TIME_LATTERHALF_1,1 +40007019,0,SYS_VOICE_NOZOMI,TIME_MORNING_1,1 +40007020,0,SYS_VOICE_NOZOMI,TIME_NOON_1,1 +40007021,0,SYS_VOICE_NOZOMI,TIME_EVENING_1,1 +40007022,0,SYS_VOICE_NOZOMI,TIME_NIGHT_1,1 +40007023,0,SYS_VOICE_NOZOMI,SEASON_SPRING_1,1 +40007024,0,SYS_VOICE_NOZOMI,SEASON_SUMMER_1,1 +40007025,0,SYS_VOICE_NOZOMI,SEASON_AUTUMN_1,1 +40007026,0,SYS_VOICE_NOZOMI,SEASON_WINTER_1,1 +40007027,0,SYS_VOICE_NOZOMI,TOUCH_1,1 +40007028,0,SYS_VOICE_NOZOMI,TOUCH_2,1 +40007029,0,SYS_VOICE_NOZOMI,TOUCH_3,1 +40007030,0,SYS_VOICE_NOZOMI,TOUCH_4,1 +40007031,0,SYS_VOICE_NOZOMI,TOUCH_5,1 +40007032,0,SYS_VOICE_NOZOMI,TOUCH_6,1 +40007033,0,SYS_VOICE_NOZOMI,TOUCH_7,1 +40007034,0,SYS_VOICE_NOZOMI,TOUCH_8,1 +40007035,0,SYS_VOICE_NOZOMI,TOUCH_9,1 +40007036,0,SYS_VOICE_NOZOMI,TOUCH_10,1 +40007037,0,SYS_VOICE_NOZOMI,TOUCH_11,1 +40007038,0,SYS_VOICE_NOZOMI,ADVICE_STORY_1,1 +40007039,0,SYS_VOICE_NOZOMI,ADVICE_MISSION_1,1 +40007040,0,SYS_VOICE_NOZOMI,ADVICE_LIVE_1,1 +40007041,0,SYS_VOICE_NOZOMI,ADVICE_LP_1,1 +40007042,0,SYS_VOICE_NOZOMI,TRIGGER_SHOP_1,1 +40007043,0,SYS_VOICE_NOZOMI,ADVICE_LESSON_1,1 +40007044,0,SYS_VOICE_NOZOMI,ADVICE_EVOLUTION_1,1 +40007045,0,SYS_VOICE_NOZOMI,ADVICE_PRESENT_1,1 +40007046,0,SYS_VOICE_NOZOMI,ADVICE_GACHA_1,1 +40007047,0,SYS_VOICE_NOZOMI,ADVICE_INFOMATION_1,1 +40007048,0,SYS_VOICE_NOZOMI,ADVICE_EVENT_1,1 +40007049,0,SYS_VOICE_NOZOMI,TRIGGER_STORY_1,1 +40007050,0,SYS_VOICE_NOZOMI,TRIGGER_FRIEND_1,1 +40007051,0,SYS_VOICE_NOZOMI,TRIGGER_MEMBER_1,1 +40007052,0,SYS_VOICE_NOZOMI,INTRODUCTION_1,1 +40007053,0,SYS_VOICE_NOZOMI,INTRODUCTION_2,1 +40007054,0,SYS_VOICE_NOZOMI,INTRODUCTION_3,1 +40007055,0,SYS_VOICE_NOZOMI,SKILL_SMAIL_1,1 +40007056,0,SYS_VOICE_NOZOMI,SKILL_PURE_1,1 +40007057,0,SYS_VOICE_NOZOMI,SKILL_COOL_1,1 +40007058,0,SYS_VOICE_NOZOMI,LIVE_START_1,1 +40007059,0,SYS_VOICE_NOZOMI,LIVE_START_2,1 +40007060,0,SYS_VOICE_NOZOMI,LIVE_START_3,1 +40007061,0,SYS_VOICE_NOZOMI,LIVE_SUCCESS_1,1 +40007062,0,SYS_VOICE_NOZOMI,LIVE_SUCCESS_2,1 +40007063,0,SYS_VOICE_NOZOMI,LIVE_SUCCESS_3,1 +40007064,0,SYS_VOICE_NOZOMI,LIVE_SUCCESS_4,1 +40007065,0,SYS_VOICE_NOZOMI,LIVE_SUCCESS_5,1 +40007066,0,SYS_VOICE_NOZOMI,LIVE_FAILED_1,1 +40007067,0,SYS_VOICE_NOZOMI,LIVE_FAILED_2,1 +40007068,0,SYS_VOICE_NOZOMI,RESULT_BOND_1,1 +40007069,0,SYS_VOICE_NOZOMI,RESULT_BOND_2,1 +40007070,0,SYS_VOICE_NOZOMI,RESULT_BOND_3,1 +40007071,0,SYS_VOICE_NOZOMI,RESULT_BOND_4,1 +40007072,0,SYS_VOICE_NOZOMI,RESULT_BOND_5,1 +40007073,0,SYS_VOICE_NOZOMI,RESULT_BOND_6,1 +40007074,0,SYS_VOICE_NOZOMI,RESULT_BOND_7,1 +40007075,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_1,1 +40007076,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_2,1 +40007077,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_3,1 +40007078,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_4,1 +40007079,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_5,1 +40007080,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_6,1 +40007081,0,SYS_VOICE_NOZOMI,RESULT_BOND_MAX_7,1 +40007082,0,SYS_VOICE_NOZOMI,TRIGGER_EVO_SMILE_1,1 +40007083,0,SYS_VOICE_NOZOMI,TRIGGER_EVO_PURE_1,1 +40007084,0,SYS_VOICE_NOZOMI,TRIGGER_EVO_COOL_1,1 +40007085,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0101,1 +40007086,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0203,1 +40007087,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0214,1 +40007088,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0303,1 +40007089,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0314,1 +40007090,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0505,1 +40007091,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0707,1 +40007092,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_0929,1 +40007093,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_1031,1 +40007094,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_1225,1 +40007095,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_1231,1 +40007096,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_HONOKA,1 +40007097,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_ERI,1 +40007098,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_KOTORI,1 +40007099,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_UMI,1 +40007100,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_RIN,1 +40007101,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_MAKI,1 +40007102,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_NOZOMI,1 +40007103,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_HANAYO,1 +40007104,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_NIKO,1 +40007105,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40007106,0,SYS_VOICE_NOZOMI,SYS_VOICE_DAY_HALFANI,223101514 +40008001,0,SYS_VOICE_HANAYO,RANDOM_1,1 +40008002,0,SYS_VOICE_HANAYO,RANDOM_EVOLUTION_1,1 +40008003,0,SYS_VOICE_HANAYO,RANDOM_2,1 +40008004,0,SYS_VOICE_HANAYO,RANDOM_EVOLUTION_2,1 +40008005,0,SYS_VOICE_HANAYO,RANDOM_3,1 +40008006,0,SYS_VOICE_HANAYO,RANDOM_EVOLUTION_3,1 +40008007,0,SYS_VOICE_HANAYO,RANDOM_UNEVOLUTION_SMILE_1,1 +40008008,0,SYS_VOICE_HANAYO,RANDOM_UNEVOLUTION_PURE_1,1 +40008009,0,SYS_VOICE_HANAYO,RANDOM_UNEVOLUTION_COOL_1,1 +40008010,0,SYS_VOICE_HANAYO,RANDOM_EVOLUTION_SMILE_1,1 +40008011,0,SYS_VOICE_HANAYO,RANDOM_EVOLUTION_PURE_1,1 +40008012,0,SYS_VOICE_HANAYO,RANDOM_EVOLUTION_COOL_1,1 +40008013,0,SYS_VOICE_HANAYO,RANDOM_BOND_MAX_SMILE_1,1 +40008014,0,SYS_VOICE_HANAYO,RANDOM_BOND_MAX_PURE_1,1 +40008015,0,SYS_VOICE_HANAYO,RANDOM_BOND_MAX_COOL_1,1 +40008016,0,SYS_VOICE_HANAYO,TIME_1,1 +40008017,0,SYS_VOICE_HANAYO,TIME_FIRSTHALF_1,1 +40008018,0,SYS_VOICE_HANAYO,TIME_LATTERHALF_1,1 +40008019,0,SYS_VOICE_HANAYO,TIME_MORNING_1,1 +40008020,0,SYS_VOICE_HANAYO,TIME_NOON_1,1 +40008021,0,SYS_VOICE_HANAYO,TIME_EVENING_1,1 +40008022,0,SYS_VOICE_HANAYO,TIME_NIGHT_1,1 +40008023,0,SYS_VOICE_HANAYO,SEASON_SPRING_1,1 +40008024,0,SYS_VOICE_HANAYO,SEASON_SUMMER_1,1 +40008025,0,SYS_VOICE_HANAYO,SEASON_AUTUMN_1,1 +40008026,0,SYS_VOICE_HANAYO,SEASON_WINTER_1,1 +40008027,0,SYS_VOICE_HANAYO,TOUCH_1,1 +40008028,0,SYS_VOICE_HANAYO,TOUCH_2,1 +40008029,0,SYS_VOICE_HANAYO,TOUCH_3,1 +40008030,0,SYS_VOICE_HANAYO,TOUCH_4,1 +40008031,0,SYS_VOICE_HANAYO,TOUCH_5,1 +40008032,0,SYS_VOICE_HANAYO,TOUCH_6,1 +40008033,0,SYS_VOICE_HANAYO,TOUCH_7,1 +40008034,0,SYS_VOICE_HANAYO,TOUCH_8,1 +40008035,0,SYS_VOICE_HANAYO,TOUCH_9,1 +40008036,0,SYS_VOICE_HANAYO,TOUCH_10,1 +40008037,0,SYS_VOICE_HANAYO,TOUCH_11,1 +40008038,0,SYS_VOICE_HANAYO,ADVICE_STORY_1,1 +40008039,0,SYS_VOICE_HANAYO,ADVICE_MISSION_1,1 +40008040,0,SYS_VOICE_HANAYO,ADVICE_LIVE_1,1 +40008041,0,SYS_VOICE_HANAYO,ADVICE_LP_1,1 +40008042,0,SYS_VOICE_HANAYO,TRIGGER_SHOP_1,1 +40008043,0,SYS_VOICE_HANAYO,ADVICE_LESSON_1,1 +40008044,0,SYS_VOICE_HANAYO,ADVICE_EVOLUTION_1,1 +40008045,0,SYS_VOICE_HANAYO,ADVICE_PRESENT_1,1 +40008046,0,SYS_VOICE_HANAYO,ADVICE_GACHA_1,1 +40008047,0,SYS_VOICE_HANAYO,ADVICE_INFOMATION_1,1 +40008048,0,SYS_VOICE_HANAYO,ADVICE_EVENT_1,1 +40008049,0,SYS_VOICE_HANAYO,TRIGGER_STORY_1,1 +40008050,0,SYS_VOICE_HANAYO,TRIGGER_FRIEND_1,1 +40008051,0,SYS_VOICE_HANAYO,TRIGGER_MEMBER_1,1 +40008052,0,SYS_VOICE_HANAYO,INTRODUCTION_1,1 +40008053,0,SYS_VOICE_HANAYO,INTRODUCTION_2,1 +40008054,0,SYS_VOICE_HANAYO,INTRODUCTION_3,1 +40008055,0,SYS_VOICE_HANAYO,SKILL_SMAIL_1,1 +40008056,0,SYS_VOICE_HANAYO,SKILL_PURE_1,1 +40008057,0,SYS_VOICE_HANAYO,SKILL_COOL_1,1 +40008058,0,SYS_VOICE_HANAYO,LIVE_START_1,1 +40008059,0,SYS_VOICE_HANAYO,LIVE_START_2,1 +40008060,0,SYS_VOICE_HANAYO,LIVE_START_3,1 +40008061,0,SYS_VOICE_HANAYO,LIVE_SUCCESS_1,1 +40008062,0,SYS_VOICE_HANAYO,LIVE_SUCCESS_2,1 +40008063,0,SYS_VOICE_HANAYO,LIVE_SUCCESS_3,1 +40008064,0,SYS_VOICE_HANAYO,LIVE_SUCCESS_4,1 +40008065,0,SYS_VOICE_HANAYO,LIVE_SUCCESS_5,1 +40008066,0,SYS_VOICE_HANAYO,LIVE_FAILED_1,1 +40008067,0,SYS_VOICE_HANAYO,LIVE_FAILED_2,1 +40008068,0,SYS_VOICE_HANAYO,RESULT_BOND_1,1 +40008069,0,SYS_VOICE_HANAYO,RESULT_BOND_2,1 +40008070,0,SYS_VOICE_HANAYO,RESULT_BOND_3,1 +40008071,0,SYS_VOICE_HANAYO,RESULT_BOND_4,1 +40008072,0,SYS_VOICE_HANAYO,RESULT_BOND_5,1 +40008073,0,SYS_VOICE_HANAYO,RESULT_BOND_6,1 +40008074,0,SYS_VOICE_HANAYO,RESULT_BOND_7,1 +40008075,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_1,1 +40008076,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_2,1 +40008077,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_3,1 +40008078,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_4,1 +40008079,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_5,1 +40008080,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_6,1 +40008081,0,SYS_VOICE_HANAYO,RESULT_BOND_MAX_7,1 +40008082,0,SYS_VOICE_HANAYO,TRIGGER_EVO_SMILE_1,1 +40008083,0,SYS_VOICE_HANAYO,TRIGGER_EVO_PURE_1,1 +40008084,0,SYS_VOICE_HANAYO,TRIGGER_EVO_COOL_1,1 +40008085,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0101,1 +40008086,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0203,1 +40008087,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0214,1 +40008088,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0303,1 +40008089,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0314,1 +40008090,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0505,1 +40008091,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0707,1 +40008092,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_0929,1 +40008093,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_1031,1 +40008094,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_1225,1 +40008095,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_1231,1 +40008096,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_HONOKA,1 +40008097,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_ERI,1 +40008098,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_KOTORI,1 +40008099,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_UMI,1 +40008100,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_RIN,1 +40008101,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_MAKI,1 +40008102,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_NOZOMI,1 +40008103,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_HANAYO,1 +40008104,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_NIKO,1 +40008105,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40008106,0,SYS_VOICE_HANAYO,SYS_VOICE_DAY_HALFANI,223101514 +40009001,0,SYS_VOICE_NIKO,RANDOM_1,1 +40009002,0,SYS_VOICE_NIKO,RANDOM_EVOLUTION_1,1 +40009003,0,SYS_VOICE_NIKO,RANDOM_2,1 +40009004,0,SYS_VOICE_NIKO,RANDOM_EVOLUTION_2,1 +40009005,0,SYS_VOICE_NIKO,RANDOM_3,1 +40009006,0,SYS_VOICE_NIKO,RANDOM_EVOLUTION_3,1 +40009007,0,SYS_VOICE_NIKO,RANDOM_UNEVOLUTION_SMILE_1,1 +40009008,0,SYS_VOICE_NIKO,RANDOM_UNEVOLUTION_PURE_1,1 +40009009,0,SYS_VOICE_NIKO,RANDOM_UNEVOLUTION_COOL_1,1 +40009010,0,SYS_VOICE_NIKO,RANDOM_EVOLUTION_SMILE_1,1 +40009011,0,SYS_VOICE_NIKO,RANDOM_EVOLUTION_PURE_1,1 +40009012,0,SYS_VOICE_NIKO,RANDOM_EVOLUTION_COOL_1,1 +40009013,0,SYS_VOICE_NIKO,RANDOM_BOND_MAX_SMILE_1,1 +40009014,0,SYS_VOICE_NIKO,RANDOM_BOND_MAX_PURE_1,1 +40009015,0,SYS_VOICE_NIKO,RANDOM_BOND_MAX_COOL_1,1 +40009016,0,SYS_VOICE_NIKO,TIME_1,1 +40009017,0,SYS_VOICE_NIKO,TIME_FIRSTHALF_1,1 +40009018,0,SYS_VOICE_NIKO,TIME_LATTERHALF_1,1 +40009019,0,SYS_VOICE_NIKO,TIME_MORNING_1,1 +40009020,0,SYS_VOICE_NIKO,TIME_NOON_1,1 +40009021,0,SYS_VOICE_NIKO,TIME_EVENING_1,1 +40009022,0,SYS_VOICE_NIKO,TIME_NIGHT_1,1 +40009023,0,SYS_VOICE_NIKO,SEASON_SPRING_1,1 +40009024,0,SYS_VOICE_NIKO,SEASON_SUMMER_1,1 +40009025,0,SYS_VOICE_NIKO,SEASON_AUTUMN_1,1 +40009026,0,SYS_VOICE_NIKO,SEASON_WINTER_1,1 +40009027,0,SYS_VOICE_NIKO,TOUCH_1,1 +40009028,0,SYS_VOICE_NIKO,TOUCH_2,1 +40009029,0,SYS_VOICE_NIKO,TOUCH_3,1 +40009030,0,SYS_VOICE_NIKO,TOUCH_4,1 +40009031,0,SYS_VOICE_NIKO,TOUCH_5,1 +40009032,0,SYS_VOICE_NIKO,TOUCH_6,1 +40009033,0,SYS_VOICE_NIKO,TOUCH_7,1 +40009034,0,SYS_VOICE_NIKO,TOUCH_8,1 +40009035,0,SYS_VOICE_NIKO,TOUCH_9,1 +40009036,0,SYS_VOICE_NIKO,TOUCH_10,1 +40009037,0,SYS_VOICE_NIKO,TOUCH_11,1 +40009038,0,SYS_VOICE_NIKO,ADVICE_STORY_1,1 +40009039,0,SYS_VOICE_NIKO,ADVICE_MISSION_1,1 +40009040,0,SYS_VOICE_NIKO,ADVICE_LIVE_1,1 +40009041,0,SYS_VOICE_NIKO,ADVICE_LP_1,1 +40009042,0,SYS_VOICE_NIKO,TRIGGER_SHOP_1,1 +40009043,0,SYS_VOICE_NIKO,ADVICE_LESSON_1,1 +40009044,0,SYS_VOICE_NIKO,ADVICE_EVOLUTION_1,1 +40009045,0,SYS_VOICE_NIKO,ADVICE_PRESENT_1,1 +40009046,0,SYS_VOICE_NIKO,ADVICE_GACHA_1,1 +40009047,0,SYS_VOICE_NIKO,ADVICE_INFOMATION_1,1 +40009048,0,SYS_VOICE_NIKO,ADVICE_EVENT_1,1 +40009049,0,SYS_VOICE_NIKO,TRIGGER_STORY_1,1 +40009050,0,SYS_VOICE_NIKO,TRIGGER_FRIEND_1,1 +40009051,0,SYS_VOICE_NIKO,TRIGGER_MEMBER_1,1 +40009052,0,SYS_VOICE_NIKO,INTRODUCTION_1,1 +40009053,0,SYS_VOICE_NIKO,INTRODUCTION_2,1 +40009054,0,SYS_VOICE_NIKO,INTRODUCTION_3,1 +40009055,0,SYS_VOICE_NIKO,SKILL_SMAIL_1,1 +40009056,0,SYS_VOICE_NIKO,SKILL_PURE_1,1 +40009057,0,SYS_VOICE_NIKO,SKILL_COOL_1,1 +40009058,0,SYS_VOICE_NIKO,LIVE_START_1,1 +40009059,0,SYS_VOICE_NIKO,LIVE_START_2,1 +40009060,0,SYS_VOICE_NIKO,LIVE_START_3,1 +40009061,0,SYS_VOICE_NIKO,LIVE_SUCCESS_1,1 +40009062,0,SYS_VOICE_NIKO,LIVE_SUCCESS_2,1 +40009063,0,SYS_VOICE_NIKO,LIVE_SUCCESS_3,1 +40009064,0,SYS_VOICE_NIKO,LIVE_SUCCESS_4,1 +40009065,0,SYS_VOICE_NIKO,LIVE_SUCCESS_5,1 +40009066,0,SYS_VOICE_NIKO,LIVE_FAILED_1,1 +40009067,0,SYS_VOICE_NIKO,LIVE_FAILED_2,1 +40009068,0,SYS_VOICE_NIKO,RESULT_BOND_1,1 +40009069,0,SYS_VOICE_NIKO,RESULT_BOND_2,1 +40009070,0,SYS_VOICE_NIKO,RESULT_BOND_3,1 +40009071,0,SYS_VOICE_NIKO,RESULT_BOND_4,1 +40009072,0,SYS_VOICE_NIKO,RESULT_BOND_5,1 +40009073,0,SYS_VOICE_NIKO,RESULT_BOND_6,1 +40009074,0,SYS_VOICE_NIKO,RESULT_BOND_7,1 +40009075,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_1,1 +40009076,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_2,1 +40009077,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_3,1 +40009078,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_4,1 +40009079,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_5,1 +40009080,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_6,1 +40009081,0,SYS_VOICE_NIKO,RESULT_BOND_MAX_7,1 +40009082,0,SYS_VOICE_NIKO,TRIGGER_EVO_SMILE_1,1 +40009083,0,SYS_VOICE_NIKO,TRIGGER_EVO_PURE_1,1 +40009084,0,SYS_VOICE_NIKO,TRIGGER_EVO_COOL_1,1 +40009085,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0101,1 +40009086,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0203,1 +40009087,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0214,1 +40009088,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0303,1 +40009089,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0314,1 +40009090,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0505,1 +40009091,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0707,1 +40009092,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_0929,1 +40009093,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_1031,1 +40009094,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_1225,1 +40009095,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_1231,1 +40009096,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_HONOKA,1 +40009097,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_ERI,1 +40009098,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_KOTORI,1 +40009099,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_UMI,1 +40009100,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_RIN,1 +40009101,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_MAKI,1 +40009102,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_NOZOMI,1 +40009103,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_HANAYO,1 +40009104,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_NIKO,1 +40009105,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40009106,0,SYS_VOICE_NIKO,SYS_VOICE_DAY_HALFANI,223101514 +40010001,0,SYS_VOICE_CHIKA,RANDOM_1,1 +40010002,0,SYS_VOICE_CHIKA,RANDOM_EVOLUTION_1,1 +40010003,0,SYS_VOICE_CHIKA,RANDOM_2,1 +40010004,0,SYS_VOICE_CHIKA,RANDOM_EVOLUTION_2,1 +40010005,0,SYS_VOICE_CHIKA,RANDOM_3,1 +40010006,0,SYS_VOICE_CHIKA,RANDOM_EVOLUTION_3,1 +40010007,0,SYS_VOICE_CHIKA,RANDOM_UNEVOLUTION_SMILE_1,1 +40010008,0,SYS_VOICE_CHIKA,RANDOM_UNEVOLUTION_PURE_1,1 +40010009,0,SYS_VOICE_CHIKA,RANDOM_UNEVOLUTION_COOL_1,1 +40010010,0,SYS_VOICE_CHIKA,RANDOM_EVOLUTION_SMILE_1,1 +40010011,0,SYS_VOICE_CHIKA,RANDOM_EVOLUTION_PURE_1,1 +40010012,0,SYS_VOICE_CHIKA,RANDOM_EVOLUTION_COOL_1,1 +40010013,0,SYS_VOICE_CHIKA,RANDOM_BOND_MAX_SMILE_1,1 +40010014,0,SYS_VOICE_CHIKA,RANDOM_BOND_MAX_PURE_1,1 +40010015,0,SYS_VOICE_CHIKA,RANDOM_BOND_MAX_COOL_1,1 +40010016,0,SYS_VOICE_CHIKA,TIME_1,1 +40010017,0,SYS_VOICE_CHIKA,TIME_FIRSTHALF_1,1 +40010018,0,SYS_VOICE_CHIKA,TIME_LATTERHALF_1,1 +40010019,0,SYS_VOICE_CHIKA,TIME_MORNING_1,1 +40010020,0,SYS_VOICE_CHIKA,TIME_NOON_1,1 +40010021,0,SYS_VOICE_CHIKA,TIME_EVENING_1,1 +40010022,0,SYS_VOICE_CHIKA,TIME_NIGHT_1,1 +40010023,0,SYS_VOICE_CHIKA,SEASON_SPRING_1,1 +40010024,0,SYS_VOICE_CHIKA,SEASON_SUMMER_1,1 +40010025,0,SYS_VOICE_CHIKA,SEASON_AUTUMN_1,1 +40010026,0,SYS_VOICE_CHIKA,SEASON_WINTER_1,1 +40010027,0,SYS_VOICE_CHIKA,TOUCH_1,1 +40010028,0,SYS_VOICE_CHIKA,TOUCH_2,1 +40010029,0,SYS_VOICE_CHIKA,TOUCH_3,1 +40010030,0,SYS_VOICE_CHIKA,TOUCH_4,1 +40010031,0,SYS_VOICE_CHIKA,TOUCH_5,1 +40010032,0,SYS_VOICE_CHIKA,TOUCH_6,1 +40010033,0,SYS_VOICE_CHIKA,TOUCH_7,1 +40010034,0,SYS_VOICE_CHIKA,TOUCH_8,1 +40010035,0,SYS_VOICE_CHIKA,TOUCH_9,1 +40010036,0,SYS_VOICE_CHIKA,TOUCH_10,1 +40010037,0,SYS_VOICE_CHIKA,TOUCH_11,1 +40010038,0,SYS_VOICE_CHIKA,ADVICE_STORY_1,1 +40010039,0,SYS_VOICE_CHIKA,ADVICE_MISSION_1,1 +40010040,0,SYS_VOICE_CHIKA,ADVICE_LIVE_1,1 +40010041,0,SYS_VOICE_CHIKA,ADVICE_LP_1,1 +40010042,0,SYS_VOICE_CHIKA,TRIGGER_SHOP_1,1 +40010043,0,SYS_VOICE_CHIKA,ADVICE_LESSON_1,1 +40010044,0,SYS_VOICE_CHIKA,ADVICE_EVOLUTION_1,1 +40010045,0,SYS_VOICE_CHIKA,ADVICE_PRESENT_1,1 +40010046,0,SYS_VOICE_CHIKA,ADVICE_GACHA_1,1 +40010047,0,SYS_VOICE_CHIKA,ADVICE_INFOMATION_1,1 +40010048,0,SYS_VOICE_CHIKA,ADVICE_EVENT_1,1 +40010049,0,SYS_VOICE_CHIKA,TRIGGER_STORY_1,1 +40010050,0,SYS_VOICE_CHIKA,TRIGGER_FRIEND_1,1 +40010051,0,SYS_VOICE_CHIKA,TRIGGER_MEMBER_1,1 +40010052,0,SYS_VOICE_CHIKA,INTRODUCTION_1,1 +40010053,0,SYS_VOICE_CHIKA,INTRODUCTION_2,1 +40010054,0,SYS_VOICE_CHIKA,INTRODUCTION_3,1 +40010055,0,SYS_VOICE_CHIKA,SKILL_SMAIL_1,1 +40010056,0,SYS_VOICE_CHIKA,SKILL_PURE_1,1 +40010057,0,SYS_VOICE_CHIKA,SKILL_COOL_1,1 +40010058,0,SYS_VOICE_CHIKA,LIVE_START_1,1 +40010059,0,SYS_VOICE_CHIKA,LIVE_START_2,1 +40010060,0,SYS_VOICE_CHIKA,LIVE_START_3,1 +40010061,0,SYS_VOICE_CHIKA,LIVE_SUCCESS_1,1 +40010062,0,SYS_VOICE_CHIKA,LIVE_SUCCESS_2,1 +40010063,0,SYS_VOICE_CHIKA,LIVE_SUCCESS_3,1 +40010064,0,SYS_VOICE_CHIKA,LIVE_SUCCESS_4,1 +40010065,0,SYS_VOICE_CHIKA,LIVE_SUCCESS_5,1 +40010066,0,SYS_VOICE_CHIKA,LIVE_FAILED_1,1 +40010067,0,SYS_VOICE_CHIKA,LIVE_FAILED_2,1 +40010068,0,SYS_VOICE_CHIKA,RESULT_BOND_1,1 +40010069,0,SYS_VOICE_CHIKA,RESULT_BOND_2,1 +40010070,0,SYS_VOICE_CHIKA,RESULT_BOND_3,1 +40010071,0,SYS_VOICE_CHIKA,RESULT_BOND_4,1 +40010072,0,SYS_VOICE_CHIKA,RESULT_BOND_5,1 +40010073,0,SYS_VOICE_CHIKA,RESULT_BOND_6,1 +40010074,0,SYS_VOICE_CHIKA,RESULT_BOND_7,1 +40010075,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_1,1 +40010076,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_2,1 +40010077,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_3,1 +40010078,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_4,1 +40010079,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_5,1 +40010080,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_6,1 +40010081,0,SYS_VOICE_CHIKA,RESULT_BOND_MAX_7,1 +40010082,0,SYS_VOICE_CHIKA,TRIGGER_EVO_SMILE_1,1 +40010083,0,SYS_VOICE_CHIKA,TRIGGER_EVO_PURE_1,1 +40010084,0,SYS_VOICE_CHIKA,TRIGGER_EVO_COOL_1,1 +40010085,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0101,1 +40010086,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0203,1 +40010087,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0214,1 +40010088,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0303,1 +40010089,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0314,1 +40010090,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0505,1 +40010091,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0707,1 +40010092,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0717,1 +40010093,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_0929,1 +40010094,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_1031,1 +40010095,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_1225,1 +40010096,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_1231,1 +40010097,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_CHIKA,1 +40010098,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_RIKO,1 +40010099,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_KANAN,1 +40010100,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_DAIYA,1 +40010101,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_YOU,1 +40010102,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_YOSHIKO,1 +40010103,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_HANAMARU,1 +40010104,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_MARI,1 +40010105,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_RUBY,1 +40010106,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40010107,0,SYS_VOICE_CHIKA,SYS_VOICE_DAY_HALFANI,223101514 +40011001,0,SYS_VOICE_RIKO,RANDOM_1,1 +40011002,0,SYS_VOICE_RIKO,RANDOM_EVOLUTION_1,1 +40011003,0,SYS_VOICE_RIKO,RANDOM_2,1 +40011004,0,SYS_VOICE_RIKO,RANDOM_EVOLUTION_2,1 +40011005,0,SYS_VOICE_RIKO,RANDOM_3,1 +40011006,0,SYS_VOICE_RIKO,RANDOM_EVOLUTION_3,1 +40011007,0,SYS_VOICE_RIKO,RANDOM_UNEVOLUTION_SMILE_1,1 +40011008,0,SYS_VOICE_RIKO,RANDOM_UNEVOLUTION_PURE_1,1 +40011009,0,SYS_VOICE_RIKO,RANDOM_UNEVOLUTION_COOL_1,1 +40011010,0,SYS_VOICE_RIKO,RANDOM_EVOLUTION_SMILE_1,1 +40011011,0,SYS_VOICE_RIKO,RANDOM_EVOLUTION_PURE_1,1 +40011012,0,SYS_VOICE_RIKO,RANDOM_EVOLUTION_COOL_1,1 +40011013,0,SYS_VOICE_RIKO,RANDOM_BOND_MAX_SMILE_1,1 +40011014,0,SYS_VOICE_RIKO,RANDOM_BOND_MAX_PURE_1,1 +40011015,0,SYS_VOICE_RIKO,RANDOM_BOND_MAX_COOL_1,1 +40011016,0,SYS_VOICE_RIKO,TIME_1,1 +40011017,0,SYS_VOICE_RIKO,TIME_FIRSTHALF_1,1 +40011018,0,SYS_VOICE_RIKO,TIME_LATTERHALF_1,1 +40011019,0,SYS_VOICE_RIKO,TIME_MORNING_1,1 +40011020,0,SYS_VOICE_RIKO,TIME_NOON_1,1 +40011021,0,SYS_VOICE_RIKO,TIME_EVENING_1,1 +40011022,0,SYS_VOICE_RIKO,TIME_NIGHT_1,1 +40011023,0,SYS_VOICE_RIKO,SEASON_SPRING_1,1 +40011024,0,SYS_VOICE_RIKO,SEASON_SUMMER_1,1 +40011025,0,SYS_VOICE_RIKO,SEASON_AUTUMN_1,1 +40011026,0,SYS_VOICE_RIKO,SEASON_WINTER_1,1 +40011027,0,SYS_VOICE_RIKO,TOUCH_1,1 +40011028,0,SYS_VOICE_RIKO,TOUCH_2,1 +40011029,0,SYS_VOICE_RIKO,TOUCH_3,1 +40011030,0,SYS_VOICE_RIKO,TOUCH_4,1 +40011031,0,SYS_VOICE_RIKO,TOUCH_5,1 +40011032,0,SYS_VOICE_RIKO,TOUCH_6,1 +40011033,0,SYS_VOICE_RIKO,TOUCH_7,1 +40011034,0,SYS_VOICE_RIKO,TOUCH_8,1 +40011035,0,SYS_VOICE_RIKO,TOUCH_9,1 +40011036,0,SYS_VOICE_RIKO,TOUCH_10,1 +40011037,0,SYS_VOICE_RIKO,TOUCH_11,1 +40011038,0,SYS_VOICE_RIKO,ADVICE_STORY_1,1 +40011039,0,SYS_VOICE_RIKO,ADVICE_MISSION_1,1 +40011040,0,SYS_VOICE_RIKO,ADVICE_LIVE_1,1 +40011041,0,SYS_VOICE_RIKO,ADVICE_LP_1,1 +40011042,0,SYS_VOICE_RIKO,TRIGGER_SHOP_1,1 +40011043,0,SYS_VOICE_RIKO,ADVICE_LESSON_1,1 +40011044,0,SYS_VOICE_RIKO,ADVICE_EVOLUTION_1,1 +40011045,0,SYS_VOICE_RIKO,ADVICE_PRESENT_1,1 +40011046,0,SYS_VOICE_RIKO,ADVICE_GACHA_1,1 +40011047,0,SYS_VOICE_RIKO,ADVICE_INFOMATION_1,1 +40011048,0,SYS_VOICE_RIKO,ADVICE_EVENT_1,1 +40011049,0,SYS_VOICE_RIKO,TRIGGER_STORY_1,1 +40011050,0,SYS_VOICE_RIKO,TRIGGER_FRIEND_1,1 +40011051,0,SYS_VOICE_RIKO,TRIGGER_MEMBER_1,1 +40011052,0,SYS_VOICE_RIKO,INTRODUCTION_1,1 +40011053,0,SYS_VOICE_RIKO,INTRODUCTION_2,1 +40011054,0,SYS_VOICE_RIKO,INTRODUCTION_3,1 +40011055,0,SYS_VOICE_RIKO,SKILL_SMAIL_1,1 +40011056,0,SYS_VOICE_RIKO,SKILL_PURE_1,1 +40011057,0,SYS_VOICE_RIKO,SKILL_COOL_1,1 +40011058,0,SYS_VOICE_RIKO,LIVE_START_1,1 +40011059,0,SYS_VOICE_RIKO,LIVE_START_2,1 +40011060,0,SYS_VOICE_RIKO,LIVE_START_3,1 +40011061,0,SYS_VOICE_RIKO,LIVE_SUCCESS_1,1 +40011062,0,SYS_VOICE_RIKO,LIVE_SUCCESS_2,1 +40011063,0,SYS_VOICE_RIKO,LIVE_SUCCESS_3,1 +40011064,0,SYS_VOICE_RIKO,LIVE_SUCCESS_4,1 +40011065,0,SYS_VOICE_RIKO,LIVE_SUCCESS_5,1 +40011066,0,SYS_VOICE_RIKO,LIVE_FAILED_1,1 +40011067,0,SYS_VOICE_RIKO,LIVE_FAILED_2,1 +40011068,0,SYS_VOICE_RIKO,RESULT_BOND_1,1 +40011069,0,SYS_VOICE_RIKO,RESULT_BOND_2,1 +40011070,0,SYS_VOICE_RIKO,RESULT_BOND_3,1 +40011071,0,SYS_VOICE_RIKO,RESULT_BOND_4,1 +40011072,0,SYS_VOICE_RIKO,RESULT_BOND_5,1 +40011073,0,SYS_VOICE_RIKO,RESULT_BOND_6,1 +40011074,0,SYS_VOICE_RIKO,RESULT_BOND_7,1 +40011075,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_1,1 +40011076,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_2,1 +40011077,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_3,1 +40011078,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_4,1 +40011079,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_5,1 +40011080,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_6,1 +40011081,0,SYS_VOICE_RIKO,RESULT_BOND_MAX_7,1 +40011082,0,SYS_VOICE_RIKO,TRIGGER_EVO_SMILE_1,1 +40011083,0,SYS_VOICE_RIKO,TRIGGER_EVO_PURE_1,1 +40011084,0,SYS_VOICE_RIKO,TRIGGER_EVO_COOL_1,1 +40011085,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0101,1 +40011086,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0203,1 +40011087,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0214,1 +40011088,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0303,1 +40011089,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0314,1 +40011090,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0505,1 +40011091,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0707,1 +40011092,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0717,1 +40011093,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_0929,1 +40011094,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_1031,1 +40011095,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_1225,1 +40011096,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_1231,1 +40011097,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_CHIKA,1 +40011098,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_RIKO,1 +40011099,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_KANAN,1 +40011100,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_DAIYA,1 +40011101,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_YOU,1 +40011102,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_YOSHIKO,1 +40011103,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_HANAMARU,1 +40011104,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_MARI,1 +40011105,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_RUBY,1 +40011106,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40011107,0,SYS_VOICE_RIKO,SYS_VOICE_DAY_HALFANI,223101514 +40012001,0,SYS_VOICE_KANAN,RANDOM_1,1 +40012002,0,SYS_VOICE_KANAN,RANDOM_EVOLUTION_1,1 +40012003,0,SYS_VOICE_KANAN,RANDOM_2,1 +40012004,0,SYS_VOICE_KANAN,RANDOM_EVOLUTION_2,1 +40012005,0,SYS_VOICE_KANAN,RANDOM_3,1 +40012006,0,SYS_VOICE_KANAN,RANDOM_EVOLUTION_3,1 +40012007,0,SYS_VOICE_KANAN,RANDOM_UNEVOLUTION_SMILE_1,1 +40012008,0,SYS_VOICE_KANAN,RANDOM_UNEVOLUTION_PURE_1,1 +40012009,0,SYS_VOICE_KANAN,RANDOM_UNEVOLUTION_COOL_1,1 +40012010,0,SYS_VOICE_KANAN,RANDOM_EVOLUTION_SMILE_1,1 +40012011,0,SYS_VOICE_KANAN,RANDOM_EVOLUTION_PURE_1,1 +40012012,0,SYS_VOICE_KANAN,RANDOM_EVOLUTION_COOL_1,1 +40012013,0,SYS_VOICE_KANAN,RANDOM_BOND_MAX_SMILE_1,1 +40012014,0,SYS_VOICE_KANAN,RANDOM_BOND_MAX_PURE_1,1 +40012015,0,SYS_VOICE_KANAN,RANDOM_BOND_MAX_COOL_1,1 +40012016,0,SYS_VOICE_KANAN,TIME_1,1 +40012017,0,SYS_VOICE_KANAN,TIME_FIRSTHALF_1,1 +40012018,0,SYS_VOICE_KANAN,TIME_LATTERHALF_1,1 +40012019,0,SYS_VOICE_KANAN,TIME_MORNING_1,1 +40012020,0,SYS_VOICE_KANAN,TIME_NOON_1,1 +40012021,0,SYS_VOICE_KANAN,TIME_EVENING_1,1 +40012022,0,SYS_VOICE_KANAN,TIME_NIGHT_1,1 +40012023,0,SYS_VOICE_KANAN,SEASON_SPRING_1,1 +40012024,0,SYS_VOICE_KANAN,SEASON_SUMMER_1,1 +40012025,0,SYS_VOICE_KANAN,SEASON_AUTUMN_1,1 +40012026,0,SYS_VOICE_KANAN,SEASON_WINTER_1,1 +40012027,0,SYS_VOICE_KANAN,TOUCH_1,1 +40012028,0,SYS_VOICE_KANAN,TOUCH_2,1 +40012029,0,SYS_VOICE_KANAN,TOUCH_3,1 +40012030,0,SYS_VOICE_KANAN,TOUCH_4,1 +40012031,0,SYS_VOICE_KANAN,TOUCH_5,1 +40012032,0,SYS_VOICE_KANAN,TOUCH_6,1 +40012033,0,SYS_VOICE_KANAN,TOUCH_7,1 +40012034,0,SYS_VOICE_KANAN,TOUCH_8,1 +40012035,0,SYS_VOICE_KANAN,TOUCH_9,1 +40012036,0,SYS_VOICE_KANAN,TOUCH_10,1 +40012037,0,SYS_VOICE_KANAN,TOUCH_11,1 +40012038,0,SYS_VOICE_KANAN,ADVICE_STORY_1,1 +40012039,0,SYS_VOICE_KANAN,ADVICE_MISSION_1,1 +40012040,0,SYS_VOICE_KANAN,ADVICE_LIVE_1,1 +40012041,0,SYS_VOICE_KANAN,ADVICE_LP_1,1 +40012042,0,SYS_VOICE_KANAN,TRIGGER_SHOP_1,1 +40012043,0,SYS_VOICE_KANAN,ADVICE_LESSON_1,1 +40012044,0,SYS_VOICE_KANAN,ADVICE_EVOLUTION_1,1 +40012045,0,SYS_VOICE_KANAN,ADVICE_PRESENT_1,1 +40012046,0,SYS_VOICE_KANAN,ADVICE_GACHA_1,1 +40012047,0,SYS_VOICE_KANAN,ADVICE_INFOMATION_1,1 +40012048,0,SYS_VOICE_KANAN,ADVICE_EVENT_1,1 +40012049,0,SYS_VOICE_KANAN,TRIGGER_STORY_1,1 +40012050,0,SYS_VOICE_KANAN,TRIGGER_FRIEND_1,1 +40012051,0,SYS_VOICE_KANAN,TRIGGER_MEMBER_1,1 +40012052,0,SYS_VOICE_KANAN,INTRODUCTION_1,1 +40012053,0,SYS_VOICE_KANAN,INTRODUCTION_2,1 +40012054,0,SYS_VOICE_KANAN,INTRODUCTION_3,1 +40012055,0,SYS_VOICE_KANAN,SKILL_SMAIL_1,1 +40012056,0,SYS_VOICE_KANAN,SKILL_PURE_1,1 +40012057,0,SYS_VOICE_KANAN,SKILL_COOL_1,1 +40012058,0,SYS_VOICE_KANAN,LIVE_START_1,1 +40012059,0,SYS_VOICE_KANAN,LIVE_START_2,1 +40012060,0,SYS_VOICE_KANAN,LIVE_START_3,1 +40012061,0,SYS_VOICE_KANAN,LIVE_SUCCESS_1,1 +40012062,0,SYS_VOICE_KANAN,LIVE_SUCCESS_2,1 +40012063,0,SYS_VOICE_KANAN,LIVE_SUCCESS_3,1 +40012064,0,SYS_VOICE_KANAN,LIVE_SUCCESS_4,1 +40012065,0,SYS_VOICE_KANAN,LIVE_SUCCESS_5,1 +40012066,0,SYS_VOICE_KANAN,LIVE_FAILED_1,1 +40012067,0,SYS_VOICE_KANAN,LIVE_FAILED_2,1 +40012068,0,SYS_VOICE_KANAN,RESULT_BOND_1,1 +40012069,0,SYS_VOICE_KANAN,RESULT_BOND_2,1 +40012070,0,SYS_VOICE_KANAN,RESULT_BOND_3,1 +40012071,0,SYS_VOICE_KANAN,RESULT_BOND_4,1 +40012072,0,SYS_VOICE_KANAN,RESULT_BOND_5,1 +40012073,0,SYS_VOICE_KANAN,RESULT_BOND_6,1 +40012074,0,SYS_VOICE_KANAN,RESULT_BOND_7,1 +40012075,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_1,1 +40012076,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_2,1 +40012077,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_3,1 +40012078,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_4,1 +40012079,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_5,1 +40012080,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_6,1 +40012081,0,SYS_VOICE_KANAN,RESULT_BOND_MAX_7,1 +40012082,0,SYS_VOICE_KANAN,TRIGGER_EVO_SMILE_1,1 +40012083,0,SYS_VOICE_KANAN,TRIGGER_EVO_PURE_1,1 +40012084,0,SYS_VOICE_KANAN,TRIGGER_EVO_COOL_1,1 +40012085,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0101,1 +40012086,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0203,1 +40012087,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0214,1 +40012088,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0303,1 +40012089,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0314,1 +40012090,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0505,1 +40012091,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0707,1 +40012092,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0717,1 +40012093,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_0929,1 +40012094,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_1031,1 +40012095,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_1225,1 +40012096,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_1231,1 +40012097,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_CHIKA,1 +40012098,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_RIKO,1 +40012099,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_KANAN,1 +40012100,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_DAIYA,1 +40012101,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_YOU,1 +40012102,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_YOSHIKO,1 +40012103,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_HANAMARU,1 +40012104,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_MARI,1 +40012105,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_RUBY,1 +40012106,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40012107,0,SYS_VOICE_KANAN,SYS_VOICE_DAY_HALFANI,223101514 +40013001,0,SYS_VOICE_DAIYA,RANDOM_1,1 +40013002,0,SYS_VOICE_DAIYA,RANDOM_EVOLUTION_1,1 +40013003,0,SYS_VOICE_DAIYA,RANDOM_2,1 +40013004,0,SYS_VOICE_DAIYA,RANDOM_EVOLUTION_2,1 +40013005,0,SYS_VOICE_DAIYA,RANDOM_3,1 +40013006,0,SYS_VOICE_DAIYA,RANDOM_EVOLUTION_3,1 +40013007,0,SYS_VOICE_DAIYA,RANDOM_UNEVOLUTION_SMILE_1,1 +40013008,0,SYS_VOICE_DAIYA,RANDOM_UNEVOLUTION_PURE_1,1 +40013009,0,SYS_VOICE_DAIYA,RANDOM_UNEVOLUTION_COOL_1,1 +40013010,0,SYS_VOICE_DAIYA,RANDOM_EVOLUTION_SMILE_1,1 +40013011,0,SYS_VOICE_DAIYA,RANDOM_EVOLUTION_PURE_1,1 +40013012,0,SYS_VOICE_DAIYA,RANDOM_EVOLUTION_COOL_1,1 +40013013,0,SYS_VOICE_DAIYA,RANDOM_BOND_MAX_SMILE_1,1 +40013014,0,SYS_VOICE_DAIYA,RANDOM_BOND_MAX_PURE_1,1 +40013015,0,SYS_VOICE_DAIYA,RANDOM_BOND_MAX_COOL_1,1 +40013016,0,SYS_VOICE_DAIYA,TIME_1,1 +40013017,0,SYS_VOICE_DAIYA,TIME_FIRSTHALF_1,1 +40013018,0,SYS_VOICE_DAIYA,TIME_LATTERHALF_1,1 +40013019,0,SYS_VOICE_DAIYA,TIME_MORNING_1,1 +40013020,0,SYS_VOICE_DAIYA,TIME_NOON_1,1 +40013021,0,SYS_VOICE_DAIYA,TIME_EVENING_1,1 +40013022,0,SYS_VOICE_DAIYA,TIME_NIGHT_1,1 +40013023,0,SYS_VOICE_DAIYA,SEASON_SPRING_1,1 +40013024,0,SYS_VOICE_DAIYA,SEASON_SUMMER_1,1 +40013025,0,SYS_VOICE_DAIYA,SEASON_AUTUMN_1,1 +40013026,0,SYS_VOICE_DAIYA,SEASON_WINTER_1,1 +40013027,0,SYS_VOICE_DAIYA,TOUCH_1,1 +40013028,0,SYS_VOICE_DAIYA,TOUCH_2,1 +40013029,0,SYS_VOICE_DAIYA,TOUCH_3,1 +40013030,0,SYS_VOICE_DAIYA,TOUCH_4,1 +40013031,0,SYS_VOICE_DAIYA,TOUCH_5,1 +40013032,0,SYS_VOICE_DAIYA,TOUCH_6,1 +40013033,0,SYS_VOICE_DAIYA,TOUCH_7,1 +40013034,0,SYS_VOICE_DAIYA,TOUCH_8,1 +40013035,0,SYS_VOICE_DAIYA,TOUCH_9,1 +40013036,0,SYS_VOICE_DAIYA,TOUCH_10,1 +40013037,0,SYS_VOICE_DAIYA,TOUCH_11,1 +40013038,0,SYS_VOICE_DAIYA,ADVICE_STORY_1,1 +40013039,0,SYS_VOICE_DAIYA,ADVICE_MISSION_1,1 +40013040,0,SYS_VOICE_DAIYA,ADVICE_LIVE_1,1 +40013041,0,SYS_VOICE_DAIYA,ADVICE_LP_1,1 +40013042,0,SYS_VOICE_DAIYA,TRIGGER_SHOP_1,1 +40013043,0,SYS_VOICE_DAIYA,ADVICE_LESSON_1,1 +40013044,0,SYS_VOICE_DAIYA,ADVICE_EVOLUTION_1,1 +40013045,0,SYS_VOICE_DAIYA,ADVICE_PRESENT_1,1 +40013046,0,SYS_VOICE_DAIYA,ADVICE_GACHA_1,1 +40013047,0,SYS_VOICE_DAIYA,ADVICE_INFOMATION_1,1 +40013048,0,SYS_VOICE_DAIYA,ADVICE_EVENT_1,1 +40013049,0,SYS_VOICE_DAIYA,TRIGGER_STORY_1,1 +40013050,0,SYS_VOICE_DAIYA,TRIGGER_FRIEND_1,1 +40013051,0,SYS_VOICE_DAIYA,TRIGGER_MEMBER_1,1 +40013052,0,SYS_VOICE_DAIYA,INTRODUCTION_1,1 +40013053,0,SYS_VOICE_DAIYA,INTRODUCTION_2,1 +40013054,0,SYS_VOICE_DAIYA,INTRODUCTION_3,1 +40013055,0,SYS_VOICE_DAIYA,SKILL_SMAIL_1,1 +40013056,0,SYS_VOICE_DAIYA,SKILL_PURE_1,1 +40013057,0,SYS_VOICE_DAIYA,SKILL_COOL_1,1 +40013058,0,SYS_VOICE_DAIYA,LIVE_START_1,1 +40013059,0,SYS_VOICE_DAIYA,LIVE_START_2,1 +40013060,0,SYS_VOICE_DAIYA,LIVE_START_3,1 +40013061,0,SYS_VOICE_DAIYA,LIVE_SUCCESS_1,1 +40013062,0,SYS_VOICE_DAIYA,LIVE_SUCCESS_2,1 +40013063,0,SYS_VOICE_DAIYA,LIVE_SUCCESS_3,1 +40013064,0,SYS_VOICE_DAIYA,LIVE_SUCCESS_4,1 +40013065,0,SYS_VOICE_DAIYA,LIVE_SUCCESS_5,1 +40013066,0,SYS_VOICE_DAIYA,LIVE_FAILED_1,1 +40013067,0,SYS_VOICE_DAIYA,LIVE_FAILED_2,1 +40013068,0,SYS_VOICE_DAIYA,RESULT_BOND_1,1 +40013069,0,SYS_VOICE_DAIYA,RESULT_BOND_2,1 +40013070,0,SYS_VOICE_DAIYA,RESULT_BOND_3,1 +40013071,0,SYS_VOICE_DAIYA,RESULT_BOND_4,1 +40013072,0,SYS_VOICE_DAIYA,RESULT_BOND_5,1 +40013073,0,SYS_VOICE_DAIYA,RESULT_BOND_6,1 +40013074,0,SYS_VOICE_DAIYA,RESULT_BOND_7,1 +40013075,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_1,1 +40013076,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_2,1 +40013077,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_3,1 +40013078,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_4,1 +40013079,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_5,1 +40013080,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_6,1 +40013081,0,SYS_VOICE_DAIYA,RESULT_BOND_MAX_7,1 +40013082,0,SYS_VOICE_DAIYA,TRIGGER_EVO_SMILE_1,1 +40013083,0,SYS_VOICE_DAIYA,TRIGGER_EVO_PURE_1,1 +40013084,0,SYS_VOICE_DAIYA,TRIGGER_EVO_COOL_1,1 +40013085,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0101,1 +40013086,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0203,1 +40013087,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0214,1 +40013088,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0303,1 +40013089,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0314,1 +40013090,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0505,1 +40013091,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0707,1 +40013092,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0717,1 +40013093,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_0929,1 +40013094,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_1031,1 +40013095,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_1225,1 +40013096,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_1231,1 +40013097,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_CHIKA,1 +40013098,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_RIKO,1 +40013099,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_KANAN,1 +40013100,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_DAIYA,1 +40013101,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_YOU,1 +40013102,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_YOSHIKO,1 +40013103,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_HANAMARU,1 +40013104,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_MARI,1 +40013105,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_RUBY,1 +40013106,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40013107,0,SYS_VOICE_DAIYA,SYS_VOICE_DAY_HALFANI,223101514 +40014001,0,SYS_VOICE_YOU,RANDOM_1,1 +40014002,0,SYS_VOICE_YOU,RANDOM_EVOLUTION_1,1 +40014003,0,SYS_VOICE_YOU,RANDOM_2,1 +40014004,0,SYS_VOICE_YOU,RANDOM_EVOLUTION_2,1 +40014005,0,SYS_VOICE_YOU,RANDOM_3,1 +40014006,0,SYS_VOICE_YOU,RANDOM_EVOLUTION_3,1 +40014007,0,SYS_VOICE_YOU,RANDOM_UNEVOLUTION_SMILE_1,1 +40014008,0,SYS_VOICE_YOU,RANDOM_UNEVOLUTION_PURE_1,1 +40014009,0,SYS_VOICE_YOU,RANDOM_UNEVOLUTION_COOL_1,1 +40014010,0,SYS_VOICE_YOU,RANDOM_EVOLUTION_SMILE_1,1 +40014011,0,SYS_VOICE_YOU,RANDOM_EVOLUTION_PURE_1,1 +40014012,0,SYS_VOICE_YOU,RANDOM_EVOLUTION_COOL_1,1 +40014013,0,SYS_VOICE_YOU,RANDOM_BOND_MAX_SMILE_1,1 +40014014,0,SYS_VOICE_YOU,RANDOM_BOND_MAX_PURE_1,1 +40014015,0,SYS_VOICE_YOU,RANDOM_BOND_MAX_COOL_1,1 +40014016,0,SYS_VOICE_YOU,TIME_1,1 +40014017,0,SYS_VOICE_YOU,TIME_FIRSTHALF_1,1 +40014018,0,SYS_VOICE_YOU,TIME_LATTERHALF_1,1 +40014019,0,SYS_VOICE_YOU,TIME_MORNING_1,1 +40014020,0,SYS_VOICE_YOU,TIME_NOON_1,1 +40014021,0,SYS_VOICE_YOU,TIME_EVENING_1,1 +40014022,0,SYS_VOICE_YOU,TIME_NIGHT_1,1 +40014023,0,SYS_VOICE_YOU,SEASON_SPRING_1,1 +40014024,0,SYS_VOICE_YOU,SEASON_SUMMER_1,1 +40014025,0,SYS_VOICE_YOU,SEASON_AUTUMN_1,1 +40014026,0,SYS_VOICE_YOU,SEASON_WINTER_1,1 +40014027,0,SYS_VOICE_YOU,TOUCH_1,1 +40014028,0,SYS_VOICE_YOU,TOUCH_2,1 +40014029,0,SYS_VOICE_YOU,TOUCH_3,1 +40014030,0,SYS_VOICE_YOU,TOUCH_4,1 +40014031,0,SYS_VOICE_YOU,TOUCH_5,1 +40014032,0,SYS_VOICE_YOU,TOUCH_6,1 +40014033,0,SYS_VOICE_YOU,TOUCH_7,1 +40014034,0,SYS_VOICE_YOU,TOUCH_8,1 +40014035,0,SYS_VOICE_YOU,TOUCH_9,1 +40014036,0,SYS_VOICE_YOU,TOUCH_10,1 +40014037,0,SYS_VOICE_YOU,TOUCH_11,1 +40014038,0,SYS_VOICE_YOU,ADVICE_STORY_1,1 +40014039,0,SYS_VOICE_YOU,ADVICE_MISSION_1,1 +40014040,0,SYS_VOICE_YOU,ADVICE_LIVE_1,1 +40014041,0,SYS_VOICE_YOU,ADVICE_LP_1,1 +40014042,0,SYS_VOICE_YOU,TRIGGER_SHOP_1,1 +40014043,0,SYS_VOICE_YOU,ADVICE_LESSON_1,1 +40014044,0,SYS_VOICE_YOU,ADVICE_EVOLUTION_1,1 +40014045,0,SYS_VOICE_YOU,ADVICE_PRESENT_1,1 +40014046,0,SYS_VOICE_YOU,ADVICE_GACHA_1,1 +40014047,0,SYS_VOICE_YOU,ADVICE_INFOMATION_1,1 +40014048,0,SYS_VOICE_YOU,ADVICE_EVENT_1,1 +40014049,0,SYS_VOICE_YOU,TRIGGER_STORY_1,1 +40014050,0,SYS_VOICE_YOU,TRIGGER_FRIEND_1,1 +40014051,0,SYS_VOICE_YOU,TRIGGER_MEMBER_1,1 +40014052,0,SYS_VOICE_YOU,INTRODUCTION_1,1 +40014053,0,SYS_VOICE_YOU,INTRODUCTION_2,1 +40014054,0,SYS_VOICE_YOU,INTRODUCTION_3,1 +40014055,0,SYS_VOICE_YOU,SKILL_SMAIL_1,1 +40014056,0,SYS_VOICE_YOU,SKILL_PURE_1,1 +40014057,0,SYS_VOICE_YOU,SKILL_COOL_1,1 +40014058,0,SYS_VOICE_YOU,LIVE_START_1,1 +40014059,0,SYS_VOICE_YOU,LIVE_START_2,1 +40014060,0,SYS_VOICE_YOU,LIVE_START_3,1 +40014061,0,SYS_VOICE_YOU,LIVE_SUCCESS_1,1 +40014062,0,SYS_VOICE_YOU,LIVE_SUCCESS_2,1 +40014063,0,SYS_VOICE_YOU,LIVE_SUCCESS_3,1 +40014064,0,SYS_VOICE_YOU,LIVE_SUCCESS_4,1 +40014065,0,SYS_VOICE_YOU,LIVE_SUCCESS_5,1 +40014066,0,SYS_VOICE_YOU,LIVE_FAILED_1,1 +40014067,0,SYS_VOICE_YOU,LIVE_FAILED_2,1 +40014068,0,SYS_VOICE_YOU,RESULT_BOND_1,1 +40014069,0,SYS_VOICE_YOU,RESULT_BOND_2,1 +40014070,0,SYS_VOICE_YOU,RESULT_BOND_3,1 +40014071,0,SYS_VOICE_YOU,RESULT_BOND_4,1 +40014072,0,SYS_VOICE_YOU,RESULT_BOND_5,1 +40014073,0,SYS_VOICE_YOU,RESULT_BOND_6,1 +40014074,0,SYS_VOICE_YOU,RESULT_BOND_7,1 +40014075,0,SYS_VOICE_YOU,RESULT_BOND_MAX_1,1 +40014076,0,SYS_VOICE_YOU,RESULT_BOND_MAX_2,1 +40014077,0,SYS_VOICE_YOU,RESULT_BOND_MAX_3,1 +40014078,0,SYS_VOICE_YOU,RESULT_BOND_MAX_4,1 +40014079,0,SYS_VOICE_YOU,RESULT_BOND_MAX_5,1 +40014080,0,SYS_VOICE_YOU,RESULT_BOND_MAX_6,1 +40014081,0,SYS_VOICE_YOU,RESULT_BOND_MAX_7,1 +40014082,0,SYS_VOICE_YOU,TRIGGER_EVO_SMILE_1,1 +40014083,0,SYS_VOICE_YOU,TRIGGER_EVO_PURE_1,1 +40014084,0,SYS_VOICE_YOU,TRIGGER_EVO_COOL_1,1 +40014085,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0101,1 +40014086,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0203,1 +40014087,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0214,1 +40014088,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0303,1 +40014089,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0314,1 +40014090,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0505,1 +40014091,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0707,1 +40014092,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0717,1 +40014093,0,SYS_VOICE_YOU,SYS_VOICE_DAY_0929,1 +40014094,0,SYS_VOICE_YOU,SYS_VOICE_DAY_1031,1 +40014095,0,SYS_VOICE_YOU,SYS_VOICE_DAY_1225,1 +40014096,0,SYS_VOICE_YOU,SYS_VOICE_DAY_1231,1 +40014097,0,SYS_VOICE_YOU,SYS_VOICE_DAY_CHIKA,1 +40014098,0,SYS_VOICE_YOU,SYS_VOICE_DAY_RIKO,1 +40014099,0,SYS_VOICE_YOU,SYS_VOICE_DAY_KANAN,1 +40014100,0,SYS_VOICE_YOU,SYS_VOICE_DAY_DAIYA,1 +40014101,0,SYS_VOICE_YOU,SYS_VOICE_DAY_YOU,1 +40014102,0,SYS_VOICE_YOU,SYS_VOICE_DAY_YOSHIKO,1 +40014103,0,SYS_VOICE_YOU,SYS_VOICE_DAY_HANAMARU,1 +40014104,0,SYS_VOICE_YOU,SYS_VOICE_DAY_MARI,1 +40014105,0,SYS_VOICE_YOU,SYS_VOICE_DAY_RUBY,1 +40014106,0,SYS_VOICE_YOU,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40014107,0,SYS_VOICE_YOU,SYS_VOICE_DAY_HALFANI,223101514 +40015001,0,SYS_VOICE_YOSHIKO,RANDOM_1,1 +40015002,0,SYS_VOICE_YOSHIKO,RANDOM_EVOLUTION_1,1 +40015003,0,SYS_VOICE_YOSHIKO,RANDOM_2,1 +40015004,0,SYS_VOICE_YOSHIKO,RANDOM_EVOLUTION_2,1 +40015005,0,SYS_VOICE_YOSHIKO,RANDOM_3,1 +40015006,0,SYS_VOICE_YOSHIKO,RANDOM_EVOLUTION_3,1 +40015007,0,SYS_VOICE_YOSHIKO,RANDOM_UNEVOLUTION_SMILE_1,1 +40015008,0,SYS_VOICE_YOSHIKO,RANDOM_UNEVOLUTION_PURE_1,1 +40015009,0,SYS_VOICE_YOSHIKO,RANDOM_UNEVOLUTION_COOL_1,1 +40015010,0,SYS_VOICE_YOSHIKO,RANDOM_EVOLUTION_SMILE_1,1 +40015011,0,SYS_VOICE_YOSHIKO,RANDOM_EVOLUTION_PURE_1,1 +40015012,0,SYS_VOICE_YOSHIKO,RANDOM_EVOLUTION_COOL_1,1 +40015013,0,SYS_VOICE_YOSHIKO,RANDOM_BOND_MAX_SMILE_1,1 +40015014,0,SYS_VOICE_YOSHIKO,RANDOM_BOND_MAX_PURE_1,1 +40015015,0,SYS_VOICE_YOSHIKO,RANDOM_BOND_MAX_COOL_1,1 +40015016,0,SYS_VOICE_YOSHIKO,TIME_1,1 +40015017,0,SYS_VOICE_YOSHIKO,TIME_FIRSTHALF_1,1 +40015018,0,SYS_VOICE_YOSHIKO,TIME_LATTERHALF_1,1 +40015019,0,SYS_VOICE_YOSHIKO,TIME_MORNING_1,1 +40015020,0,SYS_VOICE_YOSHIKO,TIME_NOON_1,1 +40015021,0,SYS_VOICE_YOSHIKO,TIME_EVENING_1,1 +40015022,0,SYS_VOICE_YOSHIKO,TIME_NIGHT_1,1 +40015023,0,SYS_VOICE_YOSHIKO,SEASON_SPRING_1,1 +40015024,0,SYS_VOICE_YOSHIKO,SEASON_SUMMER_1,1 +40015025,0,SYS_VOICE_YOSHIKO,SEASON_AUTUMN_1,1 +40015026,0,SYS_VOICE_YOSHIKO,SEASON_WINTER_1,1 +40015027,0,SYS_VOICE_YOSHIKO,TOUCH_1,1 +40015028,0,SYS_VOICE_YOSHIKO,TOUCH_2,1 +40015029,0,SYS_VOICE_YOSHIKO,TOUCH_3,1 +40015030,0,SYS_VOICE_YOSHIKO,TOUCH_4,1 +40015031,0,SYS_VOICE_YOSHIKO,TOUCH_5,1 +40015032,0,SYS_VOICE_YOSHIKO,TOUCH_6,1 +40015033,0,SYS_VOICE_YOSHIKO,TOUCH_7,1 +40015034,0,SYS_VOICE_YOSHIKO,TOUCH_8,1 +40015035,0,SYS_VOICE_YOSHIKO,TOUCH_9,1 +40015036,0,SYS_VOICE_YOSHIKO,TOUCH_10,1 +40015037,0,SYS_VOICE_YOSHIKO,TOUCH_11,1 +40015038,0,SYS_VOICE_YOSHIKO,ADVICE_STORY_1,1 +40015039,0,SYS_VOICE_YOSHIKO,ADVICE_MISSION_1,1 +40015040,0,SYS_VOICE_YOSHIKO,ADVICE_LIVE_1,1 +40015041,0,SYS_VOICE_YOSHIKO,ADVICE_LP_1,1 +40015042,0,SYS_VOICE_YOSHIKO,TRIGGER_SHOP_1,1 +40015043,0,SYS_VOICE_YOSHIKO,ADVICE_LESSON_1,1 +40015044,0,SYS_VOICE_YOSHIKO,ADVICE_EVOLUTION_1,1 +40015045,0,SYS_VOICE_YOSHIKO,ADVICE_PRESENT_1,1 +40015046,0,SYS_VOICE_YOSHIKO,ADVICE_GACHA_1,1 +40015047,0,SYS_VOICE_YOSHIKO,ADVICE_INFOMATION_1,1 +40015048,0,SYS_VOICE_YOSHIKO,ADVICE_EVENT_1,1 +40015049,0,SYS_VOICE_YOSHIKO,TRIGGER_STORY_1,1 +40015050,0,SYS_VOICE_YOSHIKO,TRIGGER_FRIEND_1,1 +40015051,0,SYS_VOICE_YOSHIKO,TRIGGER_MEMBER_1,1 +40015052,0,SYS_VOICE_YOSHIKO,INTRODUCTION_1,1 +40015053,0,SYS_VOICE_YOSHIKO,INTRODUCTION_2,1 +40015054,0,SYS_VOICE_YOSHIKO,INTRODUCTION_3,1 +40015055,0,SYS_VOICE_YOSHIKO,SKILL_SMAIL_1,1 +40015056,0,SYS_VOICE_YOSHIKO,SKILL_PURE_1,1 +40015057,0,SYS_VOICE_YOSHIKO,SKILL_COOL_1,1 +40015058,0,SYS_VOICE_YOSHIKO,LIVE_START_1,1 +40015059,0,SYS_VOICE_YOSHIKO,LIVE_START_2,1 +40015060,0,SYS_VOICE_YOSHIKO,LIVE_START_3,1 +40015061,0,SYS_VOICE_YOSHIKO,LIVE_SUCCESS_1,1 +40015062,0,SYS_VOICE_YOSHIKO,LIVE_SUCCESS_2,1 +40015063,0,SYS_VOICE_YOSHIKO,LIVE_SUCCESS_3,1 +40015064,0,SYS_VOICE_YOSHIKO,LIVE_SUCCESS_4,1 +40015065,0,SYS_VOICE_YOSHIKO,LIVE_SUCCESS_5,1 +40015066,0,SYS_VOICE_YOSHIKO,LIVE_FAILED_1,1 +40015067,0,SYS_VOICE_YOSHIKO,LIVE_FAILED_2,1 +40015068,0,SYS_VOICE_YOSHIKO,RESULT_BOND_1,1 +40015069,0,SYS_VOICE_YOSHIKO,RESULT_BOND_2,1 +40015070,0,SYS_VOICE_YOSHIKO,RESULT_BOND_3,1 +40015071,0,SYS_VOICE_YOSHIKO,RESULT_BOND_4,1 +40015072,0,SYS_VOICE_YOSHIKO,RESULT_BOND_5,1 +40015073,0,SYS_VOICE_YOSHIKO,RESULT_BOND_6,1 +40015074,0,SYS_VOICE_YOSHIKO,RESULT_BOND_7,1 +40015075,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_1,1 +40015076,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_2,1 +40015077,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_3,1 +40015078,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_4,1 +40015079,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_5,1 +40015080,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_6,1 +40015081,0,SYS_VOICE_YOSHIKO,RESULT_BOND_MAX_7,1 +40015082,0,SYS_VOICE_YOSHIKO,TRIGGER_EVO_SMILE_1,1 +40015083,0,SYS_VOICE_YOSHIKO,TRIGGER_EVO_PURE_1,1 +40015084,0,SYS_VOICE_YOSHIKO,TRIGGER_EVO_COOL_1,1 +40015085,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0101,1 +40015086,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0203,1 +40015087,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0214,1 +40015088,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0303,1 +40015089,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0314,1 +40015090,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0505,1 +40015091,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0707,1 +40015092,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0717,1 +40015093,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_0929,1 +40015094,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_1031,1 +40015095,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_1225,1 +40015096,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_1231,1 +40015097,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_CHIKA,1 +40015098,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_RIKO,1 +40015099,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_KANAN,1 +40015100,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_DAIYA,1 +40015101,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_YOU,1 +40015102,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_YOSHIKO,1 +40015103,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_HANAMARU,1 +40015104,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_MARI,1 +40015105,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_RUBY,1 +40015106,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40015107,0,SYS_VOICE_YOSHIKO,SYS_VOICE_DAY_HALFANI,223101514 +40016001,0,SYS_VOICE_HANAMARU,RANDOM_1,1 +40016002,0,SYS_VOICE_HANAMARU,RANDOM_EVOLUTION_1,1 +40016003,0,SYS_VOICE_HANAMARU,RANDOM_2,1 +40016004,0,SYS_VOICE_HANAMARU,RANDOM_EVOLUTION_2,1 +40016005,0,SYS_VOICE_HANAMARU,RANDOM_3,1 +40016006,0,SYS_VOICE_HANAMARU,RANDOM_EVOLUTION_3,1 +40016007,0,SYS_VOICE_HANAMARU,RANDOM_UNEVOLUTION_SMILE_1,1 +40016008,0,SYS_VOICE_HANAMARU,RANDOM_UNEVOLUTION_PURE_1,1 +40016009,0,SYS_VOICE_HANAMARU,RANDOM_UNEVOLUTION_COOL_1,1 +40016010,0,SYS_VOICE_HANAMARU,RANDOM_EVOLUTION_SMILE_1,1 +40016011,0,SYS_VOICE_HANAMARU,RANDOM_EVOLUTION_PURE_1,1 +40016012,0,SYS_VOICE_HANAMARU,RANDOM_EVOLUTION_COOL_1,1 +40016013,0,SYS_VOICE_HANAMARU,RANDOM_BOND_MAX_SMILE_1,1 +40016014,0,SYS_VOICE_HANAMARU,RANDOM_BOND_MAX_PURE_1,1 +40016015,0,SYS_VOICE_HANAMARU,RANDOM_BOND_MAX_COOL_1,1 +40016016,0,SYS_VOICE_HANAMARU,TIME_1,1 +40016017,0,SYS_VOICE_HANAMARU,TIME_FIRSTHALF_1,1 +40016018,0,SYS_VOICE_HANAMARU,TIME_LATTERHALF_1,1 +40016019,0,SYS_VOICE_HANAMARU,TIME_MORNING_1,1 +40016020,0,SYS_VOICE_HANAMARU,TIME_NOON_1,1 +40016021,0,SYS_VOICE_HANAMARU,TIME_EVENING_1,1 +40016022,0,SYS_VOICE_HANAMARU,TIME_NIGHT_1,1 +40016023,0,SYS_VOICE_HANAMARU,SEASON_SPRING_1,1 +40016024,0,SYS_VOICE_HANAMARU,SEASON_SUMMER_1,1 +40016025,0,SYS_VOICE_HANAMARU,SEASON_AUTUMN_1,1 +40016026,0,SYS_VOICE_HANAMARU,SEASON_WINTER_1,1 +40016027,0,SYS_VOICE_HANAMARU,TOUCH_1,1 +40016028,0,SYS_VOICE_HANAMARU,TOUCH_2,1 +40016029,0,SYS_VOICE_HANAMARU,TOUCH_3,1 +40016030,0,SYS_VOICE_HANAMARU,TOUCH_4,1 +40016031,0,SYS_VOICE_HANAMARU,TOUCH_5,1 +40016032,0,SYS_VOICE_HANAMARU,TOUCH_6,1 +40016033,0,SYS_VOICE_HANAMARU,TOUCH_7,1 +40016034,0,SYS_VOICE_HANAMARU,TOUCH_8,1 +40016035,0,SYS_VOICE_HANAMARU,TOUCH_9,1 +40016036,0,SYS_VOICE_HANAMARU,TOUCH_10,1 +40016037,0,SYS_VOICE_HANAMARU,TOUCH_11,1 +40016038,0,SYS_VOICE_HANAMARU,ADVICE_STORY_1,1 +40016039,0,SYS_VOICE_HANAMARU,ADVICE_MISSION_1,1 +40016040,0,SYS_VOICE_HANAMARU,ADVICE_LIVE_1,1 +40016041,0,SYS_VOICE_HANAMARU,ADVICE_LP_1,1 +40016042,0,SYS_VOICE_HANAMARU,TRIGGER_SHOP_1,1 +40016043,0,SYS_VOICE_HANAMARU,ADVICE_LESSON_1,1 +40016044,0,SYS_VOICE_HANAMARU,ADVICE_EVOLUTION_1,1 +40016045,0,SYS_VOICE_HANAMARU,ADVICE_PRESENT_1,1 +40016046,0,SYS_VOICE_HANAMARU,ADVICE_GACHA_1,1 +40016047,0,SYS_VOICE_HANAMARU,ADVICE_INFOMATION_1,1 +40016048,0,SYS_VOICE_HANAMARU,ADVICE_EVENT_1,1 +40016049,0,SYS_VOICE_HANAMARU,TRIGGER_STORY_1,1 +40016050,0,SYS_VOICE_HANAMARU,TRIGGER_FRIEND_1,1 +40016051,0,SYS_VOICE_HANAMARU,TRIGGER_MEMBER_1,1 +40016052,0,SYS_VOICE_HANAMARU,INTRODUCTION_1,1 +40016053,0,SYS_VOICE_HANAMARU,INTRODUCTION_2,1 +40016054,0,SYS_VOICE_HANAMARU,INTRODUCTION_3,1 +40016055,0,SYS_VOICE_HANAMARU,SKILL_SMAIL_1,1 +40016056,0,SYS_VOICE_HANAMARU,SKILL_PURE_1,1 +40016057,0,SYS_VOICE_HANAMARU,SKILL_COOL_1,1 +40016058,0,SYS_VOICE_HANAMARU,LIVE_START_1,1 +40016059,0,SYS_VOICE_HANAMARU,LIVE_START_2,1 +40016060,0,SYS_VOICE_HANAMARU,LIVE_START_3,1 +40016061,0,SYS_VOICE_HANAMARU,LIVE_SUCCESS_1,1 +40016062,0,SYS_VOICE_HANAMARU,LIVE_SUCCESS_2,1 +40016063,0,SYS_VOICE_HANAMARU,LIVE_SUCCESS_3,1 +40016064,0,SYS_VOICE_HANAMARU,LIVE_SUCCESS_4,1 +40016065,0,SYS_VOICE_HANAMARU,LIVE_SUCCESS_5,1 +40016066,0,SYS_VOICE_HANAMARU,LIVE_FAILED_1,1 +40016067,0,SYS_VOICE_HANAMARU,LIVE_FAILED_2,1 +40016068,0,SYS_VOICE_HANAMARU,RESULT_BOND_1,1 +40016069,0,SYS_VOICE_HANAMARU,RESULT_BOND_2,1 +40016070,0,SYS_VOICE_HANAMARU,RESULT_BOND_3,1 +40016071,0,SYS_VOICE_HANAMARU,RESULT_BOND_4,1 +40016072,0,SYS_VOICE_HANAMARU,RESULT_BOND_5,1 +40016073,0,SYS_VOICE_HANAMARU,RESULT_BOND_6,1 +40016074,0,SYS_VOICE_HANAMARU,RESULT_BOND_7,1 +40016075,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_1,1 +40016076,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_2,1 +40016077,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_3,1 +40016078,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_4,1 +40016079,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_5,1 +40016080,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_6,1 +40016081,0,SYS_VOICE_HANAMARU,RESULT_BOND_MAX_7,1 +40016082,0,SYS_VOICE_HANAMARU,TRIGGER_EVO_SMILE_1,1 +40016083,0,SYS_VOICE_HANAMARU,TRIGGER_EVO_PURE_1,1 +40016084,0,SYS_VOICE_HANAMARU,TRIGGER_EVO_COOL_1,1 +40016085,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0101,1 +40016086,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0203,1 +40016087,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0214,1 +40016088,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0303,1 +40016089,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0314,1 +40016090,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0505,1 +40016091,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0707,1 +40016092,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0717,1 +40016093,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_0929,1 +40016094,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_1031,1 +40016095,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_1225,1 +40016096,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_1231,1 +40016097,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_CHIKA,1 +40016098,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_RIKO,1 +40016099,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_KANAN,1 +40016100,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_DAIYA,1 +40016101,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_YOU,1 +40016102,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_YOSHIKO,1 +40016103,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_HANAMARU,1 +40016104,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_MARI,1 +40016105,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_RUBY,1 +40016106,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40016107,0,SYS_VOICE_HANAMARU,SYS_VOICE_DAY_HALFANI,223101514 +40017001,0,SYS_VOICE_MARI,RANDOM_1,1 +40017002,0,SYS_VOICE_MARI,RANDOM_EVOLUTION_1,1 +40017003,0,SYS_VOICE_MARI,RANDOM_2,1 +40017004,0,SYS_VOICE_MARI,RANDOM_EVOLUTION_2,1 +40017005,0,SYS_VOICE_MARI,RANDOM_3,1 +40017006,0,SYS_VOICE_MARI,RANDOM_EVOLUTION_3,1 +40017007,0,SYS_VOICE_MARI,RANDOM_UNEVOLUTION_SMILE_1,1 +40017008,0,SYS_VOICE_MARI,RANDOM_UNEVOLUTION_PURE_1,1 +40017009,0,SYS_VOICE_MARI,RANDOM_UNEVOLUTION_COOL_1,1 +40017010,0,SYS_VOICE_MARI,RANDOM_EVOLUTION_SMILE_1,1 +40017011,0,SYS_VOICE_MARI,RANDOM_EVOLUTION_PURE_1,1 +40017012,0,SYS_VOICE_MARI,RANDOM_EVOLUTION_COOL_1,1 +40017013,0,SYS_VOICE_MARI,RANDOM_BOND_MAX_SMILE_1,1 +40017014,0,SYS_VOICE_MARI,RANDOM_BOND_MAX_PURE_1,1 +40017015,0,SYS_VOICE_MARI,RANDOM_BOND_MAX_COOL_1,1 +40017016,0,SYS_VOICE_MARI,TIME_1,1 +40017017,0,SYS_VOICE_MARI,TIME_FIRSTHALF_1,1 +40017018,0,SYS_VOICE_MARI,TIME_LATTERHALF_1,1 +40017019,0,SYS_VOICE_MARI,TIME_MORNING_1,1 +40017020,0,SYS_VOICE_MARI,TIME_NOON_1,1 +40017021,0,SYS_VOICE_MARI,TIME_EVENING_1,1 +40017022,0,SYS_VOICE_MARI,TIME_NIGHT_1,1 +40017023,0,SYS_VOICE_MARI,SEASON_SPRING_1,1 +40017024,0,SYS_VOICE_MARI,SEASON_SUMMER_1,1 +40017025,0,SYS_VOICE_MARI,SEASON_AUTUMN_1,1 +40017026,0,SYS_VOICE_MARI,SEASON_WINTER_1,1 +40017027,0,SYS_VOICE_MARI,TOUCH_1,1 +40017028,0,SYS_VOICE_MARI,TOUCH_2,1 +40017029,0,SYS_VOICE_MARI,TOUCH_3,1 +40017030,0,SYS_VOICE_MARI,TOUCH_4,1 +40017031,0,SYS_VOICE_MARI,TOUCH_5,1 +40017032,0,SYS_VOICE_MARI,TOUCH_6,1 +40017033,0,SYS_VOICE_MARI,TOUCH_7,1 +40017034,0,SYS_VOICE_MARI,TOUCH_8,1 +40017035,0,SYS_VOICE_MARI,TOUCH_9,1 +40017036,0,SYS_VOICE_MARI,TOUCH_10,1 +40017037,0,SYS_VOICE_MARI,TOUCH_11,1 +40017038,0,SYS_VOICE_MARI,ADVICE_STORY_1,1 +40017039,0,SYS_VOICE_MARI,ADVICE_MISSION_1,1 +40017040,0,SYS_VOICE_MARI,ADVICE_LIVE_1,1 +40017041,0,SYS_VOICE_MARI,ADVICE_LP_1,1 +40017042,0,SYS_VOICE_MARI,TRIGGER_SHOP_1,1 +40017043,0,SYS_VOICE_MARI,ADVICE_LESSON_1,1 +40017044,0,SYS_VOICE_MARI,ADVICE_EVOLUTION_1,1 +40017045,0,SYS_VOICE_MARI,ADVICE_PRESENT_1,1 +40017046,0,SYS_VOICE_MARI,ADVICE_GACHA_1,1 +40017047,0,SYS_VOICE_MARI,ADVICE_INFOMATION_1,1 +40017048,0,SYS_VOICE_MARI,ADVICE_EVENT_1,1 +40017049,0,SYS_VOICE_MARI,TRIGGER_STORY_1,1 +40017050,0,SYS_VOICE_MARI,TRIGGER_FRIEND_1,1 +40017051,0,SYS_VOICE_MARI,TRIGGER_MEMBER_1,1 +40017052,0,SYS_VOICE_MARI,INTRODUCTION_1,1 +40017053,0,SYS_VOICE_MARI,INTRODUCTION_2,1 +40017054,0,SYS_VOICE_MARI,INTRODUCTION_3,1 +40017055,0,SYS_VOICE_MARI,SKILL_SMAIL_1,1 +40017056,0,SYS_VOICE_MARI,SKILL_PURE_1,1 +40017057,0,SYS_VOICE_MARI,SKILL_COOL_1,1 +40017058,0,SYS_VOICE_MARI,LIVE_START_1,1 +40017059,0,SYS_VOICE_MARI,LIVE_START_2,1 +40017060,0,SYS_VOICE_MARI,LIVE_START_3,1 +40017061,0,SYS_VOICE_MARI,LIVE_SUCCESS_1,1 +40017062,0,SYS_VOICE_MARI,LIVE_SUCCESS_2,1 +40017063,0,SYS_VOICE_MARI,LIVE_SUCCESS_3,1 +40017064,0,SYS_VOICE_MARI,LIVE_SUCCESS_4,1 +40017065,0,SYS_VOICE_MARI,LIVE_SUCCESS_5,1 +40017066,0,SYS_VOICE_MARI,LIVE_FAILED_1,1 +40017067,0,SYS_VOICE_MARI,LIVE_FAILED_2,1 +40017068,0,SYS_VOICE_MARI,RESULT_BOND_1,1 +40017069,0,SYS_VOICE_MARI,RESULT_BOND_2,1 +40017070,0,SYS_VOICE_MARI,RESULT_BOND_3,1 +40017071,0,SYS_VOICE_MARI,RESULT_BOND_4,1 +40017072,0,SYS_VOICE_MARI,RESULT_BOND_5,1 +40017073,0,SYS_VOICE_MARI,RESULT_BOND_6,1 +40017074,0,SYS_VOICE_MARI,RESULT_BOND_7,1 +40017075,0,SYS_VOICE_MARI,RESULT_BOND_MAX_1,1 +40017076,0,SYS_VOICE_MARI,RESULT_BOND_MAX_2,1 +40017077,0,SYS_VOICE_MARI,RESULT_BOND_MAX_3,1 +40017078,0,SYS_VOICE_MARI,RESULT_BOND_MAX_4,1 +40017079,0,SYS_VOICE_MARI,RESULT_BOND_MAX_5,1 +40017080,0,SYS_VOICE_MARI,RESULT_BOND_MAX_6,1 +40017081,0,SYS_VOICE_MARI,RESULT_BOND_MAX_7,1 +40017082,0,SYS_VOICE_MARI,TRIGGER_EVO_SMILE_1,1 +40017083,0,SYS_VOICE_MARI,TRIGGER_EVO_PURE_1,1 +40017084,0,SYS_VOICE_MARI,TRIGGER_EVO_COOL_1,1 +40017085,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0101,1 +40017086,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0203,1 +40017087,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0214,1 +40017088,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0303,1 +40017089,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0314,1 +40017090,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0505,1 +40017091,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0707,1 +40017092,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0717,1 +40017093,0,SYS_VOICE_MARI,SYS_VOICE_DAY_0929,1 +40017094,0,SYS_VOICE_MARI,SYS_VOICE_DAY_1031,1 +40017095,0,SYS_VOICE_MARI,SYS_VOICE_DAY_1225,1 +40017096,0,SYS_VOICE_MARI,SYS_VOICE_DAY_1231,1 +40017097,0,SYS_VOICE_MARI,SYS_VOICE_DAY_CHIKA,1 +40017098,0,SYS_VOICE_MARI,SYS_VOICE_DAY_RIKO,1 +40017099,0,SYS_VOICE_MARI,SYS_VOICE_DAY_KANAN,1 +40017100,0,SYS_VOICE_MARI,SYS_VOICE_DAY_DAIYA,1 +40017101,0,SYS_VOICE_MARI,SYS_VOICE_DAY_YOU,1 +40017102,0,SYS_VOICE_MARI,SYS_VOICE_DAY_YOSHIKO,1 +40017103,0,SYS_VOICE_MARI,SYS_VOICE_DAY_HANAMARU,1 +40017104,0,SYS_VOICE_MARI,SYS_VOICE_DAY_MARI,1 +40017105,0,SYS_VOICE_MARI,SYS_VOICE_DAY_RUBY,1 +40017106,0,SYS_VOICE_MARI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40017107,0,SYS_VOICE_MARI,SYS_VOICE_DAY_HALFANI,223101514 +40018001,0,SYS_VOICE_RUBY,RANDOM_1,1 +40018002,0,SYS_VOICE_RUBY,RANDOM_EVOLUTION_1,1 +40018003,0,SYS_VOICE_RUBY,RANDOM_2,1 +40018004,0,SYS_VOICE_RUBY,RANDOM_EVOLUTION_2,1 +40018005,0,SYS_VOICE_RUBY,RANDOM_3,1 +40018006,0,SYS_VOICE_RUBY,RANDOM_EVOLUTION_3,1 +40018007,0,SYS_VOICE_RUBY,RANDOM_UNEVOLUTION_SMILE_1,1 +40018008,0,SYS_VOICE_RUBY,RANDOM_UNEVOLUTION_PURE_1,1 +40018009,0,SYS_VOICE_RUBY,RANDOM_UNEVOLUTION_COOL_1,1 +40018010,0,SYS_VOICE_RUBY,RANDOM_EVOLUTION_SMILE_1,1 +40018011,0,SYS_VOICE_RUBY,RANDOM_EVOLUTION_PURE_1,1 +40018012,0,SYS_VOICE_RUBY,RANDOM_EVOLUTION_COOL_1,1 +40018013,0,SYS_VOICE_RUBY,RANDOM_BOND_MAX_SMILE_1,1 +40018014,0,SYS_VOICE_RUBY,RANDOM_BOND_MAX_PURE_1,1 +40018015,0,SYS_VOICE_RUBY,RANDOM_BOND_MAX_COOL_1,1 +40018016,0,SYS_VOICE_RUBY,TIME_1,1 +40018017,0,SYS_VOICE_RUBY,TIME_FIRSTHALF_1,1 +40018018,0,SYS_VOICE_RUBY,TIME_LATTERHALF_1,1 +40018019,0,SYS_VOICE_RUBY,TIME_MORNING_1,1 +40018020,0,SYS_VOICE_RUBY,TIME_NOON_1,1 +40018021,0,SYS_VOICE_RUBY,TIME_EVENING_1,1 +40018022,0,SYS_VOICE_RUBY,TIME_NIGHT_1,1 +40018023,0,SYS_VOICE_RUBY,SEASON_SPRING_1,1 +40018024,0,SYS_VOICE_RUBY,SEASON_SUMMER_1,1 +40018025,0,SYS_VOICE_RUBY,SEASON_AUTUMN_1,1 +40018026,0,SYS_VOICE_RUBY,SEASON_WINTER_1,1 +40018027,0,SYS_VOICE_RUBY,TOUCH_1,1 +40018028,0,SYS_VOICE_RUBY,TOUCH_2,1 +40018029,0,SYS_VOICE_RUBY,TOUCH_3,1 +40018030,0,SYS_VOICE_RUBY,TOUCH_4,1 +40018031,0,SYS_VOICE_RUBY,TOUCH_5,1 +40018032,0,SYS_VOICE_RUBY,TOUCH_6,1 +40018033,0,SYS_VOICE_RUBY,TOUCH_7,1 +40018034,0,SYS_VOICE_RUBY,TOUCH_8,1 +40018035,0,SYS_VOICE_RUBY,TOUCH_9,1 +40018036,0,SYS_VOICE_RUBY,TOUCH_10,1 +40018037,0,SYS_VOICE_RUBY,TOUCH_11,1 +40018038,0,SYS_VOICE_RUBY,ADVICE_STORY_1,1 +40018039,0,SYS_VOICE_RUBY,ADVICE_MISSION_1,1 +40018040,0,SYS_VOICE_RUBY,ADVICE_LIVE_1,1 +40018041,0,SYS_VOICE_RUBY,ADVICE_LP_1,1 +40018042,0,SYS_VOICE_RUBY,TRIGGER_SHOP_1,1 +40018043,0,SYS_VOICE_RUBY,ADVICE_LESSON_1,1 +40018044,0,SYS_VOICE_RUBY,ADVICE_EVOLUTION_1,1 +40018045,0,SYS_VOICE_RUBY,ADVICE_PRESENT_1,1 +40018046,0,SYS_VOICE_RUBY,ADVICE_GACHA_1,1 +40018047,0,SYS_VOICE_RUBY,ADVICE_INFOMATION_1,1 +40018048,0,SYS_VOICE_RUBY,ADVICE_EVENT_1,1 +40018049,0,SYS_VOICE_RUBY,TRIGGER_STORY_1,1 +40018050,0,SYS_VOICE_RUBY,TRIGGER_FRIEND_1,1 +40018051,0,SYS_VOICE_RUBY,TRIGGER_MEMBER_1,1 +40018052,0,SYS_VOICE_RUBY,INTRODUCTION_1,1 +40018053,0,SYS_VOICE_RUBY,INTRODUCTION_2,1 +40018054,0,SYS_VOICE_RUBY,INTRODUCTION_3,1 +40018055,0,SYS_VOICE_RUBY,SKILL_SMAIL_1,1 +40018056,0,SYS_VOICE_RUBY,SKILL_PURE_1,1 +40018057,0,SYS_VOICE_RUBY,SKILL_COOL_1,1 +40018058,0,SYS_VOICE_RUBY,LIVE_START_1,1 +40018059,0,SYS_VOICE_RUBY,LIVE_START_2,1 +40018060,0,SYS_VOICE_RUBY,LIVE_START_3,1 +40018061,0,SYS_VOICE_RUBY,LIVE_SUCCESS_1,1 +40018062,0,SYS_VOICE_RUBY,LIVE_SUCCESS_2,1 +40018063,0,SYS_VOICE_RUBY,LIVE_SUCCESS_3,1 +40018064,0,SYS_VOICE_RUBY,LIVE_SUCCESS_4,1 +40018065,0,SYS_VOICE_RUBY,LIVE_SUCCESS_5,1 +40018066,0,SYS_VOICE_RUBY,LIVE_FAILED_1,1 +40018067,0,SYS_VOICE_RUBY,LIVE_FAILED_2,1 +40018068,0,SYS_VOICE_RUBY,RESULT_BOND_1,1 +40018069,0,SYS_VOICE_RUBY,RESULT_BOND_2,1 +40018070,0,SYS_VOICE_RUBY,RESULT_BOND_3,1 +40018071,0,SYS_VOICE_RUBY,RESULT_BOND_4,1 +40018072,0,SYS_VOICE_RUBY,RESULT_BOND_5,1 +40018073,0,SYS_VOICE_RUBY,RESULT_BOND_6,1 +40018074,0,SYS_VOICE_RUBY,RESULT_BOND_7,1 +40018075,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_1,1 +40018076,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_2,1 +40018077,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_3,1 +40018078,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_4,1 +40018079,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_5,1 +40018080,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_6,1 +40018081,0,SYS_VOICE_RUBY,RESULT_BOND_MAX_7,1 +40018082,0,SYS_VOICE_RUBY,TRIGGER_EVO_SMILE_1,1 +40018083,0,SYS_VOICE_RUBY,TRIGGER_EVO_PURE_1,1 +40018084,0,SYS_VOICE_RUBY,TRIGGER_EVO_COOL_1,1 +40018085,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0101,1 +40018086,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0203,1 +40018087,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0214,1 +40018088,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0303,1 +40018089,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0314,1 +40018090,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0505,1 +40018091,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0707,1 +40018092,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0717,1 +40018093,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_0929,1 +40018094,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_1031,1 +40018095,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_1225,1 +40018096,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_1231,1 +40018097,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_CHIKA,1 +40018098,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_RIKO,1 +40018099,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_KANAN,1 +40018100,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_DAIYA,1 +40018101,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_YOU,1 +40018102,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_YOSHIKO,1 +40018103,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_HANAMARU,1 +40018104,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_MARI,1 +40018105,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_RUBY,1 +40018106,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40018107,0,SYS_VOICE_RUBY,SYS_VOICE_DAY_HALFANI,223101514 +40019001,0,SYS_VOICE_AYUMU,RANDOM_1,1 +40019002,0,SYS_VOICE_AYUMU,RANDOM_EVOLUTION_1,1 +40019003,0,SYS_VOICE_AYUMU,RANDOM_2,1 +40019004,0,SYS_VOICE_AYUMU,RANDOM_EVOLUTION_2,1 +40019005,0,SYS_VOICE_AYUMU,RANDOM_3,1 +40019006,0,SYS_VOICE_AYUMU,RANDOM_EVOLUTION_3,1 +40019007,0,SYS_VOICE_AYUMU,RANDOM_UNEVOLUTION_SMILE_1,1 +40019008,0,SYS_VOICE_AYUMU,RANDOM_UNEVOLUTION_PURE_1,1 +40019009,0,SYS_VOICE_AYUMU,RANDOM_UNEVOLUTION_COOL_1,1 +40019010,0,SYS_VOICE_AYUMU,RANDOM_EVOLUTION_SMILE_1,1 +40019011,0,SYS_VOICE_AYUMU,RANDOM_EVOLUTION_PURE_1,1 +40019012,0,SYS_VOICE_AYUMU,RANDOM_EVOLUTION_COOL_1,1 +40019013,0,SYS_VOICE_AYUMU,RANDOM_BOND_MAX_SMILE_1,1 +40019014,0,SYS_VOICE_AYUMU,RANDOM_BOND_MAX_PURE_1,1 +40019015,0,SYS_VOICE_AYUMU,RANDOM_BOND_MAX_COOL_1,1 +40019016,0,SYS_VOICE_AYUMU,TIME_1,1 +40019017,0,SYS_VOICE_AYUMU,TIME_FIRSTHALF_1,1 +40019018,0,SYS_VOICE_AYUMU,TIME_LATTERHALF_1,1 +40019019,0,SYS_VOICE_AYUMU,TIME_MORNING_1,1 +40019020,0,SYS_VOICE_AYUMU,TIME_NOON_1,1 +40019021,0,SYS_VOICE_AYUMU,TIME_EVENING_1,1 +40019022,0,SYS_VOICE_AYUMU,TIME_NIGHT_1,1 +40019023,0,SYS_VOICE_AYUMU,SEASON_SPRING_1,1 +40019024,0,SYS_VOICE_AYUMU,SEASON_SUMMER_1,1 +40019025,0,SYS_VOICE_AYUMU,SEASON_AUTUMN_1,1 +40019026,0,SYS_VOICE_AYUMU,SEASON_WINTER_1,1 +40019027,0,SYS_VOICE_AYUMU,TOUCH_1,1 +40019028,0,SYS_VOICE_AYUMU,TOUCH_2,1 +40019029,0,SYS_VOICE_AYUMU,TOUCH_3,1 +40019030,0,SYS_VOICE_AYUMU,TOUCH_4,1 +40019031,0,SYS_VOICE_AYUMU,TOUCH_5,1 +40019032,0,SYS_VOICE_AYUMU,TOUCH_6,1 +40019033,0,SYS_VOICE_AYUMU,TOUCH_7,1 +40019034,0,SYS_VOICE_AYUMU,TOUCH_8,1 +40019035,0,SYS_VOICE_AYUMU,TOUCH_9,1 +40019036,0,SYS_VOICE_AYUMU,TOUCH_10,1 +40019037,0,SYS_VOICE_AYUMU,TOUCH_11,1 +40019038,0,SYS_VOICE_AYUMU,ADVICE_STORY_1,1 +40019039,0,SYS_VOICE_AYUMU,ADVICE_MISSION_1,1 +40019040,0,SYS_VOICE_AYUMU,ADVICE_LIVE_1,1 +40019041,0,SYS_VOICE_AYUMU,ADVICE_LP_1,1 +40019042,0,SYS_VOICE_AYUMU,TRIGGER_SHOP_1,1 +40019043,0,SYS_VOICE_AYUMU,ADVICE_LESSON_1,1 +40019044,0,SYS_VOICE_AYUMU,ADVICE_EVOLUTION_1,1 +40019045,0,SYS_VOICE_AYUMU,ADVICE_PRESENT_1,1 +40019046,0,SYS_VOICE_AYUMU,ADVICE_GACHA_1,1 +40019047,0,SYS_VOICE_AYUMU,ADVICE_INFOMATION_1,1 +40019048,0,SYS_VOICE_AYUMU,ADVICE_EVENT_1,1 +40019049,0,SYS_VOICE_AYUMU,TRIGGER_STORY_1,1 +40019050,0,SYS_VOICE_AYUMU,TRIGGER_FRIEND_1,1 +40019051,0,SYS_VOICE_AYUMU,TRIGGER_MEMBER_1,1 +40019052,0,SYS_VOICE_AYUMU,INTRODUCTION_1,1 +40019053,0,SYS_VOICE_AYUMU,SKILL_SMAIL_1,1 +40019054,0,SYS_VOICE_AYUMU,SKILL_PURE_1,1 +40019055,0,SYS_VOICE_AYUMU,SKILL_COOL_1,1 +40019056,0,SYS_VOICE_AYUMU,LIVE_START_1,1 +40019057,0,SYS_VOICE_AYUMU,LIVE_START_2,1 +40019058,0,SYS_VOICE_AYUMU,LIVE_START_3,1 +40019059,0,SYS_VOICE_AYUMU,LIVE_SUCCESS_1,1 +40019060,0,SYS_VOICE_AYUMU,LIVE_SUCCESS_2,1 +40019061,0,SYS_VOICE_AYUMU,LIVE_SUCCESS_3,1 +40019062,0,SYS_VOICE_AYUMU,LIVE_SUCCESS_4,1 +40019063,0,SYS_VOICE_AYUMU,LIVE_SUCCESS_5,1 +40019064,0,SYS_VOICE_AYUMU,LIVE_FAILED_1,1 +40019065,0,SYS_VOICE_AYUMU,LIVE_FAILED_2,1 +40019066,0,SYS_VOICE_AYUMU,RESULT_BOND_1,1 +40019067,0,SYS_VOICE_AYUMU,RESULT_BOND_2,1 +40019068,0,SYS_VOICE_AYUMU,RESULT_BOND_3,1 +40019069,0,SYS_VOICE_AYUMU,RESULT_BOND_4,1 +40019070,0,SYS_VOICE_AYUMU,RESULT_BOND_5,1 +40019071,0,SYS_VOICE_AYUMU,RESULT_BOND_6,1 +40019072,0,SYS_VOICE_AYUMU,RESULT_BOND_7,1 +40019073,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_1,1 +40019074,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_2,1 +40019075,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_3,1 +40019076,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_4,1 +40019077,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_5,1 +40019078,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_6,1 +40019079,0,SYS_VOICE_AYUMU,RESULT_BOND_MAX_7,1 +40019080,0,SYS_VOICE_AYUMU,TRIGGER_EVO_SMILE_1,1 +40019081,0,SYS_VOICE_AYUMU,TRIGGER_EVO_PURE_1,1 +40019082,0,SYS_VOICE_AYUMU,TRIGGER_EVO_COOL_1,1 +40019083,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0101,1 +40019084,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0203,1 +40019085,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0214,1 +40019086,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0303,1 +40019087,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0314,1 +40019088,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0505,1 +40019089,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0707,1 +40019090,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0717,1 +40019091,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_0929,1 +40019092,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_1031,1 +40019093,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_1225,1 +40019094,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_1231,1 +40019095,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_AYUMU,1 +40019096,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_KASUMI,1 +40019097,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_SHIZUKU,1 +40019098,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_KARIN,1 +40019099,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_AI,1 +40019100,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_KANATA,1 +40019101,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_SETUNA,1 +40019102,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_EMA,1 +40019103,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_RINA,1 +40019104,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_SHIORIKO,1 +40019105,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_MIA,1 +40019106,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_RANZYU,1 +40019107,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40019108,0,SYS_VOICE_AYUMU,SYS_VOICE_DAY_HALFANI,223101514 +40020001,0,SYS_VOICE_KASUMI,RANDOM_1,1 +40020002,0,SYS_VOICE_KASUMI,RANDOM_EVOLUTION_1,1 +40020003,0,SYS_VOICE_KASUMI,RANDOM_2,1 +40020004,0,SYS_VOICE_KASUMI,RANDOM_EVOLUTION_2,1 +40020005,0,SYS_VOICE_KASUMI,RANDOM_3,1 +40020006,0,SYS_VOICE_KASUMI,RANDOM_EVOLUTION_3,1 +40020007,0,SYS_VOICE_KASUMI,RANDOM_UNEVOLUTION_SMILE_1,1 +40020008,0,SYS_VOICE_KASUMI,RANDOM_UNEVOLUTION_PURE_1,1 +40020009,0,SYS_VOICE_KASUMI,RANDOM_UNEVOLUTION_COOL_1,1 +40020010,0,SYS_VOICE_KASUMI,RANDOM_EVOLUTION_SMILE_1,1 +40020011,0,SYS_VOICE_KASUMI,RANDOM_EVOLUTION_PURE_1,1 +40020012,0,SYS_VOICE_KASUMI,RANDOM_EVOLUTION_COOL_1,1 +40020013,0,SYS_VOICE_KASUMI,RANDOM_BOND_MAX_SMILE_1,1 +40020014,0,SYS_VOICE_KASUMI,RANDOM_BOND_MAX_PURE_1,1 +40020015,0,SYS_VOICE_KASUMI,RANDOM_BOND_MAX_COOL_1,1 +40020016,0,SYS_VOICE_KASUMI,TIME_1,1 +40020017,0,SYS_VOICE_KASUMI,TIME_FIRSTHALF_1,1 +40020018,0,SYS_VOICE_KASUMI,TIME_LATTERHALF_1,1 +40020019,0,SYS_VOICE_KASUMI,TIME_MORNING_1,1 +40020020,0,SYS_VOICE_KASUMI,TIME_NOON_1,1 +40020021,0,SYS_VOICE_KASUMI,TIME_EVENING_1,1 +40020022,0,SYS_VOICE_KASUMI,TIME_NIGHT_1,1 +40020023,0,SYS_VOICE_KASUMI,SEASON_SPRING_1,1 +40020024,0,SYS_VOICE_KASUMI,SEASON_SUMMER_1,1 +40020025,0,SYS_VOICE_KASUMI,SEASON_AUTUMN_1,1 +40020026,0,SYS_VOICE_KASUMI,SEASON_WINTER_1,1 +40020027,0,SYS_VOICE_KASUMI,TOUCH_1,1 +40020028,0,SYS_VOICE_KASUMI,TOUCH_2,1 +40020029,0,SYS_VOICE_KASUMI,TOUCH_3,1 +40020030,0,SYS_VOICE_KASUMI,TOUCH_4,1 +40020031,0,SYS_VOICE_KASUMI,TOUCH_5,1 +40020032,0,SYS_VOICE_KASUMI,TOUCH_6,1 +40020033,0,SYS_VOICE_KASUMI,TOUCH_7,1 +40020034,0,SYS_VOICE_KASUMI,TOUCH_8,1 +40020035,0,SYS_VOICE_KASUMI,TOUCH_9,1 +40020036,0,SYS_VOICE_KASUMI,TOUCH_10,1 +40020037,0,SYS_VOICE_KASUMI,TOUCH_11,1 +40020038,0,SYS_VOICE_KASUMI,ADVICE_STORY_1,1 +40020039,0,SYS_VOICE_KASUMI,ADVICE_MISSION_1,1 +40020040,0,SYS_VOICE_KASUMI,ADVICE_LIVE_1,1 +40020041,0,SYS_VOICE_KASUMI,ADVICE_LP_1,1 +40020042,0,SYS_VOICE_KASUMI,TRIGGER_SHOP_1,1 +40020043,0,SYS_VOICE_KASUMI,ADVICE_LESSON_1,1 +40020044,0,SYS_VOICE_KASUMI,ADVICE_EVOLUTION_1,1 +40020045,0,SYS_VOICE_KASUMI,ADVICE_PRESENT_1,1 +40020046,0,SYS_VOICE_KASUMI,ADVICE_GACHA_1,1 +40020047,0,SYS_VOICE_KASUMI,ADVICE_INFOMATION_1,1 +40020048,0,SYS_VOICE_KASUMI,ADVICE_EVENT_1,1 +40020049,0,SYS_VOICE_KASUMI,TRIGGER_STORY_1,1 +40020050,0,SYS_VOICE_KASUMI,TRIGGER_FRIEND_1,1 +40020051,0,SYS_VOICE_KASUMI,TRIGGER_MEMBER_1,1 +40020052,0,SYS_VOICE_KASUMI,INTRODUCTION_1,1 +40020053,0,SYS_VOICE_KASUMI,SKILL_SMAIL_1,1 +40020054,0,SYS_VOICE_KASUMI,SKILL_PURE_1,1 +40020055,0,SYS_VOICE_KASUMI,SKILL_COOL_1,1 +40020056,0,SYS_VOICE_KASUMI,LIVE_START_1,1 +40020057,0,SYS_VOICE_KASUMI,LIVE_START_2,1 +40020058,0,SYS_VOICE_KASUMI,LIVE_START_3,1 +40020059,0,SYS_VOICE_KASUMI,LIVE_SUCCESS_1,1 +40020060,0,SYS_VOICE_KASUMI,LIVE_SUCCESS_2,1 +40020061,0,SYS_VOICE_KASUMI,LIVE_SUCCESS_3,1 +40020062,0,SYS_VOICE_KASUMI,LIVE_SUCCESS_4,1 +40020063,0,SYS_VOICE_KASUMI,LIVE_SUCCESS_5,1 +40020064,0,SYS_VOICE_KASUMI,LIVE_FAILED_1,1 +40020065,0,SYS_VOICE_KASUMI,LIVE_FAILED_2,1 +40020066,0,SYS_VOICE_KASUMI,RESULT_BOND_1,1 +40020067,0,SYS_VOICE_KASUMI,RESULT_BOND_2,1 +40020068,0,SYS_VOICE_KASUMI,RESULT_BOND_3,1 +40020069,0,SYS_VOICE_KASUMI,RESULT_BOND_4,1 +40020070,0,SYS_VOICE_KASUMI,RESULT_BOND_5,1 +40020071,0,SYS_VOICE_KASUMI,RESULT_BOND_6,1 +40020072,0,SYS_VOICE_KASUMI,RESULT_BOND_7,1 +40020073,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_1,1 +40020074,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_2,1 +40020075,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_3,1 +40020076,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_4,1 +40020077,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_5,1 +40020078,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_6,1 +40020079,0,SYS_VOICE_KASUMI,RESULT_BOND_MAX_7,1 +40020080,0,SYS_VOICE_KASUMI,TRIGGER_EVO_SMILE_1,1 +40020081,0,SYS_VOICE_KASUMI,TRIGGER_EVO_PURE_1,1 +40020082,0,SYS_VOICE_KASUMI,TRIGGER_EVO_COOL_1,1 +40020083,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0101,1 +40020084,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0203,1 +40020085,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0214,1 +40020086,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0303,1 +40020087,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0314,1 +40020088,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0505,1 +40020089,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0707,1 +40020090,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0717,1 +40020091,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_0929,1 +40020092,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_1031,1 +40020093,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_1225,1 +40020094,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_1231,1 +40020095,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_AYUMU,1 +40020096,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_KASUMI,1 +40020097,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_SHIZUKU,1 +40020098,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_KARIN,1 +40020099,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_AI,1 +40020100,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_KANATA,1 +40020101,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_SETUNA,1 +40020102,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_EMA,1 +40020103,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_RINA,1 +40020104,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_SHIORIKO,1 +40020105,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_MIA,1 +40020106,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_RANZYU,1 +40020107,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40020108,0,SYS_VOICE_KASUMI,SYS_VOICE_DAY_HALFANI,223101514 +40021001,0,SYS_VOICE_SHIZUKU,RANDOM_1,1 +40021002,0,SYS_VOICE_SHIZUKU,RANDOM_EVOLUTION_1,1 +40021003,0,SYS_VOICE_SHIZUKU,RANDOM_2,1 +40021004,0,SYS_VOICE_SHIZUKU,RANDOM_EVOLUTION_2,1 +40021005,0,SYS_VOICE_SHIZUKU,RANDOM_3,1 +40021006,0,SYS_VOICE_SHIZUKU,RANDOM_EVOLUTION_3,1 +40021007,0,SYS_VOICE_SHIZUKU,RANDOM_UNEVOLUTION_SMILE_1,1 +40021008,0,SYS_VOICE_SHIZUKU,RANDOM_UNEVOLUTION_PURE_1,1 +40021009,0,SYS_VOICE_SHIZUKU,RANDOM_UNEVOLUTION_COOL_1,1 +40021010,0,SYS_VOICE_SHIZUKU,RANDOM_EVOLUTION_SMILE_1,1 +40021011,0,SYS_VOICE_SHIZUKU,RANDOM_EVOLUTION_PURE_1,1 +40021012,0,SYS_VOICE_SHIZUKU,RANDOM_EVOLUTION_COOL_1,1 +40021013,0,SYS_VOICE_SHIZUKU,RANDOM_BOND_MAX_SMILE_1,1 +40021014,0,SYS_VOICE_SHIZUKU,RANDOM_BOND_MAX_PURE_1,1 +40021015,0,SYS_VOICE_SHIZUKU,RANDOM_BOND_MAX_COOL_1,1 +40021016,0,SYS_VOICE_SHIZUKU,TIME_1,1 +40021017,0,SYS_VOICE_SHIZUKU,TIME_FIRSTHALF_1,1 +40021018,0,SYS_VOICE_SHIZUKU,TIME_LATTERHALF_1,1 +40021019,0,SYS_VOICE_SHIZUKU,TIME_MORNING_1,1 +40021020,0,SYS_VOICE_SHIZUKU,TIME_NOON_1,1 +40021021,0,SYS_VOICE_SHIZUKU,TIME_EVENING_1,1 +40021022,0,SYS_VOICE_SHIZUKU,TIME_NIGHT_1,1 +40021023,0,SYS_VOICE_SHIZUKU,SEASON_SPRING_1,1 +40021024,0,SYS_VOICE_SHIZUKU,SEASON_SUMMER_1,1 +40021025,0,SYS_VOICE_SHIZUKU,SEASON_AUTUMN_1,1 +40021026,0,SYS_VOICE_SHIZUKU,SEASON_WINTER_1,1 +40021027,0,SYS_VOICE_SHIZUKU,TOUCH_1,1 +40021028,0,SYS_VOICE_SHIZUKU,TOUCH_2,1 +40021029,0,SYS_VOICE_SHIZUKU,TOUCH_3,1 +40021030,0,SYS_VOICE_SHIZUKU,TOUCH_4,1 +40021031,0,SYS_VOICE_SHIZUKU,TOUCH_5,1 +40021032,0,SYS_VOICE_SHIZUKU,TOUCH_6,1 +40021033,0,SYS_VOICE_SHIZUKU,TOUCH_7,1 +40021034,0,SYS_VOICE_SHIZUKU,TOUCH_8,1 +40021035,0,SYS_VOICE_SHIZUKU,TOUCH_9,1 +40021036,0,SYS_VOICE_SHIZUKU,TOUCH_10,1 +40021037,0,SYS_VOICE_SHIZUKU,TOUCH_11,1 +40021038,0,SYS_VOICE_SHIZUKU,ADVICE_STORY_1,1 +40021039,0,SYS_VOICE_SHIZUKU,ADVICE_MISSION_1,1 +40021040,0,SYS_VOICE_SHIZUKU,ADVICE_LIVE_1,1 +40021041,0,SYS_VOICE_SHIZUKU,ADVICE_LP_1,1 +40021042,0,SYS_VOICE_SHIZUKU,TRIGGER_SHOP_1,1 +40021043,0,SYS_VOICE_SHIZUKU,ADVICE_LESSON_1,1 +40021044,0,SYS_VOICE_SHIZUKU,ADVICE_EVOLUTION_1,1 +40021045,0,SYS_VOICE_SHIZUKU,ADVICE_PRESENT_1,1 +40021046,0,SYS_VOICE_SHIZUKU,ADVICE_GACHA_1,1 +40021047,0,SYS_VOICE_SHIZUKU,ADVICE_INFOMATION_1,1 +40021048,0,SYS_VOICE_SHIZUKU,ADVICE_EVENT_1,1 +40021049,0,SYS_VOICE_SHIZUKU,TRIGGER_STORY_1,1 +40021050,0,SYS_VOICE_SHIZUKU,TRIGGER_FRIEND_1,1 +40021051,0,SYS_VOICE_SHIZUKU,TRIGGER_MEMBER_1,1 +40021052,0,SYS_VOICE_SHIZUKU,INTRODUCTION_1,1 +40021053,0,SYS_VOICE_SHIZUKU,SKILL_SMAIL_1,1 +40021054,0,SYS_VOICE_SHIZUKU,SKILL_PURE_1,1 +40021055,0,SYS_VOICE_SHIZUKU,SKILL_COOL_1,1 +40021056,0,SYS_VOICE_SHIZUKU,LIVE_START_1,1 +40021057,0,SYS_VOICE_SHIZUKU,LIVE_START_2,1 +40021058,0,SYS_VOICE_SHIZUKU,LIVE_START_3,1 +40021059,0,SYS_VOICE_SHIZUKU,LIVE_SUCCESS_1,1 +40021060,0,SYS_VOICE_SHIZUKU,LIVE_SUCCESS_2,1 +40021061,0,SYS_VOICE_SHIZUKU,LIVE_SUCCESS_3,1 +40021062,0,SYS_VOICE_SHIZUKU,LIVE_SUCCESS_4,1 +40021063,0,SYS_VOICE_SHIZUKU,LIVE_SUCCESS_5,1 +40021064,0,SYS_VOICE_SHIZUKU,LIVE_FAILED_1,1 +40021065,0,SYS_VOICE_SHIZUKU,LIVE_FAILED_2,1 +40021066,0,SYS_VOICE_SHIZUKU,RESULT_BOND_1,1 +40021067,0,SYS_VOICE_SHIZUKU,RESULT_BOND_2,1 +40021068,0,SYS_VOICE_SHIZUKU,RESULT_BOND_3,1 +40021069,0,SYS_VOICE_SHIZUKU,RESULT_BOND_4,1 +40021070,0,SYS_VOICE_SHIZUKU,RESULT_BOND_5,1 +40021071,0,SYS_VOICE_SHIZUKU,RESULT_BOND_6,1 +40021072,0,SYS_VOICE_SHIZUKU,RESULT_BOND_7,1 +40021073,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_1,1 +40021074,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_2,1 +40021075,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_3,1 +40021076,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_4,1 +40021077,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_5,1 +40021078,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_6,1 +40021079,0,SYS_VOICE_SHIZUKU,RESULT_BOND_MAX_7,1 +40021080,0,SYS_VOICE_SHIZUKU,TRIGGER_EVO_SMILE_1,1 +40021081,0,SYS_VOICE_SHIZUKU,TRIGGER_EVO_PURE_1,1 +40021082,0,SYS_VOICE_SHIZUKU,TRIGGER_EVO_COOL_1,1 +40021083,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0101,1 +40021084,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0203,1 +40021085,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0214,1 +40021086,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0303,1 +40021087,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0314,1 +40021088,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0505,1 +40021089,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0707,1 +40021090,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0717,1 +40021091,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_0929,1 +40021092,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_1031,1 +40021093,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_1225,1 +40021094,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_1231,1 +40021095,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_AYUMU,1 +40021096,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_KASUMI,1 +40021097,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_SHIZUKU,1 +40021098,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_KARIN,1 +40021099,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_AI,1 +40021100,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_KANATA,1 +40021101,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_SETUNA,1 +40021102,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_EMA,1 +40021103,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_RINA,1 +40021104,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_SHIORIKO,1 +40021105,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_MIA,1 +40021106,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_RANZYU,1 +40021107,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40021108,0,SYS_VOICE_SHIZUKU,SYS_VOICE_DAY_HALFANI,223101514 +40022001,0,SYS_VOICE_KARIN,RANDOM_1,1 +40022002,0,SYS_VOICE_KARIN,RANDOM_EVOLUTION_1,1 +40022003,0,SYS_VOICE_KARIN,RANDOM_2,1 +40022004,0,SYS_VOICE_KARIN,RANDOM_EVOLUTION_2,1 +40022005,0,SYS_VOICE_KARIN,RANDOM_3,1 +40022006,0,SYS_VOICE_KARIN,RANDOM_EVOLUTION_3,1 +40022007,0,SYS_VOICE_KARIN,RANDOM_UNEVOLUTION_SMILE_1,1 +40022008,0,SYS_VOICE_KARIN,RANDOM_UNEVOLUTION_PURE_1,1 +40022009,0,SYS_VOICE_KARIN,RANDOM_UNEVOLUTION_COOL_1,1 +40022010,0,SYS_VOICE_KARIN,RANDOM_EVOLUTION_SMILE_1,1 +40022011,0,SYS_VOICE_KARIN,RANDOM_EVOLUTION_PURE_1,1 +40022012,0,SYS_VOICE_KARIN,RANDOM_EVOLUTION_COOL_1,1 +40022013,0,SYS_VOICE_KARIN,RANDOM_BOND_MAX_SMILE_1,1 +40022014,0,SYS_VOICE_KARIN,RANDOM_BOND_MAX_PURE_1,1 +40022015,0,SYS_VOICE_KARIN,RANDOM_BOND_MAX_COOL_1,1 +40022016,0,SYS_VOICE_KARIN,TIME_1,1 +40022017,0,SYS_VOICE_KARIN,TIME_FIRSTHALF_1,1 +40022018,0,SYS_VOICE_KARIN,TIME_LATTERHALF_1,1 +40022019,0,SYS_VOICE_KARIN,TIME_MORNING_1,1 +40022020,0,SYS_VOICE_KARIN,TIME_NOON_1,1 +40022021,0,SYS_VOICE_KARIN,TIME_EVENING_1,1 +40022022,0,SYS_VOICE_KARIN,TIME_NIGHT_1,1 +40022023,0,SYS_VOICE_KARIN,SEASON_SPRING_1,1 +40022024,0,SYS_VOICE_KARIN,SEASON_SUMMER_1,1 +40022025,0,SYS_VOICE_KARIN,SEASON_AUTUMN_1,1 +40022026,0,SYS_VOICE_KARIN,SEASON_WINTER_1,1 +40022027,0,SYS_VOICE_KARIN,TOUCH_1,1 +40022028,0,SYS_VOICE_KARIN,TOUCH_2,1 +40022029,0,SYS_VOICE_KARIN,TOUCH_3,1 +40022030,0,SYS_VOICE_KARIN,TOUCH_4,1 +40022031,0,SYS_VOICE_KARIN,TOUCH_5,1 +40022032,0,SYS_VOICE_KARIN,TOUCH_6,1 +40022033,0,SYS_VOICE_KARIN,TOUCH_7,1 +40022034,0,SYS_VOICE_KARIN,TOUCH_8,1 +40022035,0,SYS_VOICE_KARIN,TOUCH_9,1 +40022036,0,SYS_VOICE_KARIN,TOUCH_10,1 +40022037,0,SYS_VOICE_KARIN,TOUCH_11,1 +40022038,0,SYS_VOICE_KARIN,ADVICE_STORY_1,1 +40022039,0,SYS_VOICE_KARIN,ADVICE_MISSION_1,1 +40022040,0,SYS_VOICE_KARIN,ADVICE_LIVE_1,1 +40022041,0,SYS_VOICE_KARIN,ADVICE_LP_1,1 +40022042,0,SYS_VOICE_KARIN,TRIGGER_SHOP_1,1 +40022043,0,SYS_VOICE_KARIN,ADVICE_LESSON_1,1 +40022044,0,SYS_VOICE_KARIN,ADVICE_EVOLUTION_1,1 +40022045,0,SYS_VOICE_KARIN,ADVICE_PRESENT_1,1 +40022046,0,SYS_VOICE_KARIN,ADVICE_GACHA_1,1 +40022047,0,SYS_VOICE_KARIN,ADVICE_INFOMATION_1,1 +40022048,0,SYS_VOICE_KARIN,ADVICE_EVENT_1,1 +40022049,0,SYS_VOICE_KARIN,TRIGGER_STORY_1,1 +40022050,0,SYS_VOICE_KARIN,TRIGGER_FRIEND_1,1 +40022051,0,SYS_VOICE_KARIN,TRIGGER_MEMBER_1,1 +40022052,0,SYS_VOICE_KARIN,INTRODUCTION_1,1 +40022053,0,SYS_VOICE_KARIN,SKILL_SMAIL_1,1 +40022054,0,SYS_VOICE_KARIN,SKILL_PURE_1,1 +40022055,0,SYS_VOICE_KARIN,SKILL_COOL_1,1 +40022056,0,SYS_VOICE_KARIN,LIVE_START_1,1 +40022057,0,SYS_VOICE_KARIN,LIVE_START_2,1 +40022058,0,SYS_VOICE_KARIN,LIVE_START_3,1 +40022059,0,SYS_VOICE_KARIN,LIVE_SUCCESS_1,1 +40022060,0,SYS_VOICE_KARIN,LIVE_SUCCESS_2,1 +40022061,0,SYS_VOICE_KARIN,LIVE_SUCCESS_3,1 +40022062,0,SYS_VOICE_KARIN,LIVE_SUCCESS_4,1 +40022063,0,SYS_VOICE_KARIN,LIVE_SUCCESS_5,1 +40022064,0,SYS_VOICE_KARIN,LIVE_FAILED_1,1 +40022065,0,SYS_VOICE_KARIN,LIVE_FAILED_2,1 +40022066,0,SYS_VOICE_KARIN,RESULT_BOND_1,1 +40022067,0,SYS_VOICE_KARIN,RESULT_BOND_2,1 +40022068,0,SYS_VOICE_KARIN,RESULT_BOND_3,1 +40022069,0,SYS_VOICE_KARIN,RESULT_BOND_4,1 +40022070,0,SYS_VOICE_KARIN,RESULT_BOND_5,1 +40022071,0,SYS_VOICE_KARIN,RESULT_BOND_6,1 +40022072,0,SYS_VOICE_KARIN,RESULT_BOND_7,1 +40022073,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_1,1 +40022074,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_2,1 +40022075,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_3,1 +40022076,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_4,1 +40022077,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_5,1 +40022078,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_6,1 +40022079,0,SYS_VOICE_KARIN,RESULT_BOND_MAX_7,1 +40022080,0,SYS_VOICE_KARIN,TRIGGER_EVO_SMILE_1,1 +40022081,0,SYS_VOICE_KARIN,TRIGGER_EVO_PURE_1,1 +40022082,0,SYS_VOICE_KARIN,TRIGGER_EVO_COOL_1,1 +40022083,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0101,1 +40022084,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0203,1 +40022085,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0214,1 +40022086,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0303,1 +40022087,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0314,1 +40022088,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0505,1 +40022089,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0707,1 +40022090,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0717,1 +40022091,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_0929,1 +40022092,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_1031,1 +40022093,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_1225,1 +40022094,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_1231,1 +40022095,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_AYUMU,1 +40022096,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_KASUMI,1 +40022097,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_SHIZUKU,1 +40022098,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_KARIN,1 +40022099,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_AI,1 +40022100,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_KANATA,1 +40022101,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_SETUNA,1 +40022102,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_EMA,1 +40022103,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_RINA,1 +40022104,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_SHIORIKO,1 +40022105,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_MIA,1 +40022106,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_RANZYU,1 +40022107,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40022108,0,SYS_VOICE_KARIN,SYS_VOICE_DAY_HALFANI,223101514 +40023001,0,SYS_VOICE_AI,RANDOM_1,1 +40023002,0,SYS_VOICE_AI,RANDOM_EVOLUTION_1,1 +40023003,0,SYS_VOICE_AI,RANDOM_2,1 +40023004,0,SYS_VOICE_AI,RANDOM_EVOLUTION_2,1 +40023005,0,SYS_VOICE_AI,RANDOM_3,1 +40023006,0,SYS_VOICE_AI,RANDOM_EVOLUTION_3,1 +40023007,0,SYS_VOICE_AI,RANDOM_UNEVOLUTION_SMILE_1,1 +40023008,0,SYS_VOICE_AI,RANDOM_UNEVOLUTION_PURE_1,1 +40023009,0,SYS_VOICE_AI,RANDOM_UNEVOLUTION_COOL_1,1 +40023010,0,SYS_VOICE_AI,RANDOM_EVOLUTION_SMILE_1,1 +40023011,0,SYS_VOICE_AI,RANDOM_EVOLUTION_PURE_1,1 +40023012,0,SYS_VOICE_AI,RANDOM_EVOLUTION_COOL_1,1 +40023013,0,SYS_VOICE_AI,RANDOM_BOND_MAX_SMILE_1,1 +40023014,0,SYS_VOICE_AI,RANDOM_BOND_MAX_PURE_1,1 +40023015,0,SYS_VOICE_AI,RANDOM_BOND_MAX_COOL_1,1 +40023016,0,SYS_VOICE_AI,TIME_1,1 +40023017,0,SYS_VOICE_AI,TIME_FIRSTHALF_1,1 +40023018,0,SYS_VOICE_AI,TIME_LATTERHALF_1,1 +40023019,0,SYS_VOICE_AI,TIME_MORNING_1,1 +40023020,0,SYS_VOICE_AI,TIME_NOON_1,1 +40023021,0,SYS_VOICE_AI,TIME_EVENING_1,1 +40023022,0,SYS_VOICE_AI,TIME_NIGHT_1,1 +40023023,0,SYS_VOICE_AI,SEASON_SPRING_1,1 +40023024,0,SYS_VOICE_AI,SEASON_SUMMER_1,1 +40023025,0,SYS_VOICE_AI,SEASON_AUTUMN_1,1 +40023026,0,SYS_VOICE_AI,SEASON_WINTER_1,1 +40023027,0,SYS_VOICE_AI,TOUCH_1,1 +40023028,0,SYS_VOICE_AI,TOUCH_2,1 +40023029,0,SYS_VOICE_AI,TOUCH_3,1 +40023030,0,SYS_VOICE_AI,TOUCH_4,1 +40023031,0,SYS_VOICE_AI,TOUCH_5,1 +40023032,0,SYS_VOICE_AI,TOUCH_6,1 +40023033,0,SYS_VOICE_AI,TOUCH_7,1 +40023034,0,SYS_VOICE_AI,TOUCH_8,1 +40023035,0,SYS_VOICE_AI,TOUCH_9,1 +40023036,0,SYS_VOICE_AI,TOUCH_10,1 +40023037,0,SYS_VOICE_AI,TOUCH_11,1 +40023038,0,SYS_VOICE_AI,ADVICE_STORY_1,1 +40023039,0,SYS_VOICE_AI,ADVICE_MISSION_1,1 +40023040,0,SYS_VOICE_AI,ADVICE_LIVE_1,1 +40023041,0,SYS_VOICE_AI,ADVICE_LP_1,1 +40023042,0,SYS_VOICE_AI,TRIGGER_SHOP_1,1 +40023043,0,SYS_VOICE_AI,ADVICE_LESSON_1,1 +40023044,0,SYS_VOICE_AI,ADVICE_EVOLUTION_1,1 +40023045,0,SYS_VOICE_AI,ADVICE_PRESENT_1,1 +40023046,0,SYS_VOICE_AI,ADVICE_GACHA_1,1 +40023047,0,SYS_VOICE_AI,ADVICE_INFOMATION_1,1 +40023048,0,SYS_VOICE_AI,ADVICE_EVENT_1,1 +40023049,0,SYS_VOICE_AI,TRIGGER_STORY_1,1 +40023050,0,SYS_VOICE_AI,TRIGGER_FRIEND_1,1 +40023051,0,SYS_VOICE_AI,TRIGGER_MEMBER_1,1 +40023052,0,SYS_VOICE_AI,INTRODUCTION_1,1 +40023053,0,SYS_VOICE_AI,SKILL_SMAIL_1,1 +40023054,0,SYS_VOICE_AI,SKILL_PURE_1,1 +40023055,0,SYS_VOICE_AI,SKILL_COOL_1,1 +40023056,0,SYS_VOICE_AI,LIVE_START_1,1 +40023057,0,SYS_VOICE_AI,LIVE_START_2,1 +40023058,0,SYS_VOICE_AI,LIVE_START_3,1 +40023059,0,SYS_VOICE_AI,LIVE_SUCCESS_1,1 +40023060,0,SYS_VOICE_AI,LIVE_SUCCESS_2,1 +40023061,0,SYS_VOICE_AI,LIVE_SUCCESS_3,1 +40023062,0,SYS_VOICE_AI,LIVE_SUCCESS_4,1 +40023063,0,SYS_VOICE_AI,LIVE_SUCCESS_5,1 +40023064,0,SYS_VOICE_AI,LIVE_FAILED_1,1 +40023065,0,SYS_VOICE_AI,LIVE_FAILED_2,1 +40023066,0,SYS_VOICE_AI,RESULT_BOND_1,1 +40023067,0,SYS_VOICE_AI,RESULT_BOND_2,1 +40023068,0,SYS_VOICE_AI,RESULT_BOND_3,1 +40023069,0,SYS_VOICE_AI,RESULT_BOND_4,1 +40023070,0,SYS_VOICE_AI,RESULT_BOND_5,1 +40023071,0,SYS_VOICE_AI,RESULT_BOND_6,1 +40023072,0,SYS_VOICE_AI,RESULT_BOND_7,1 +40023073,0,SYS_VOICE_AI,RESULT_BOND_MAX_1,1 +40023074,0,SYS_VOICE_AI,RESULT_BOND_MAX_2,1 +40023075,0,SYS_VOICE_AI,RESULT_BOND_MAX_3,1 +40023076,0,SYS_VOICE_AI,RESULT_BOND_MAX_4,1 +40023077,0,SYS_VOICE_AI,RESULT_BOND_MAX_5,1 +40023078,0,SYS_VOICE_AI,RESULT_BOND_MAX_6,1 +40023079,0,SYS_VOICE_AI,RESULT_BOND_MAX_7,1 +40023080,0,SYS_VOICE_AI,TRIGGER_EVO_SMILE_1,1 +40023081,0,SYS_VOICE_AI,TRIGGER_EVO_PURE_1,1 +40023082,0,SYS_VOICE_AI,TRIGGER_EVO_COOL_1,1 +40023083,0,SYS_VOICE_AI,SYS_VOICE_DAY_0101,1 +40023084,0,SYS_VOICE_AI,SYS_VOICE_DAY_0203,1 +40023085,0,SYS_VOICE_AI,SYS_VOICE_DAY_0214,1 +40023086,0,SYS_VOICE_AI,SYS_VOICE_DAY_0303,1 +40023087,0,SYS_VOICE_AI,SYS_VOICE_DAY_0314,1 +40023088,0,SYS_VOICE_AI,SYS_VOICE_DAY_0505,1 +40023089,0,SYS_VOICE_AI,SYS_VOICE_DAY_0707,1 +40023090,0,SYS_VOICE_AI,SYS_VOICE_DAY_0717,1 +40023091,0,SYS_VOICE_AI,SYS_VOICE_DAY_0929,1 +40023092,0,SYS_VOICE_AI,SYS_VOICE_DAY_1031,1 +40023093,0,SYS_VOICE_AI,SYS_VOICE_DAY_1225,1 +40023094,0,SYS_VOICE_AI,SYS_VOICE_DAY_1231,1 +40023095,0,SYS_VOICE_AI,SYS_VOICE_DAY_AYUMU,1 +40023096,0,SYS_VOICE_AI,SYS_VOICE_DAY_KASUMI,1 +40023097,0,SYS_VOICE_AI,SYS_VOICE_DAY_SHIZUKU,1 +40023098,0,SYS_VOICE_AI,SYS_VOICE_DAY_KARIN,1 +40023099,0,SYS_VOICE_AI,SYS_VOICE_DAY_AI,1 +40023100,0,SYS_VOICE_AI,SYS_VOICE_DAY_KANATA,1 +40023101,0,SYS_VOICE_AI,SYS_VOICE_DAY_SETUNA,1 +40023102,0,SYS_VOICE_AI,SYS_VOICE_DAY_EMA,1 +40023103,0,SYS_VOICE_AI,SYS_VOICE_DAY_RINA,1 +40023104,0,SYS_VOICE_AI,SYS_VOICE_DAY_SHIORIKO,1 +40023105,0,SYS_VOICE_AI,SYS_VOICE_DAY_MIA,1 +40023106,0,SYS_VOICE_AI,SYS_VOICE_DAY_RANZYU,1 +40023107,0,SYS_VOICE_AI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40023108,0,SYS_VOICE_AI,SYS_VOICE_DAY_HALFANI,223101514 +40024001,0,SYS_VOICE_KANATA,RANDOM_1,1 +40024002,0,SYS_VOICE_KANATA,RANDOM_EVOLUTION_1,1 +40024003,0,SYS_VOICE_KANATA,RANDOM_2,1 +40024004,0,SYS_VOICE_KANATA,RANDOM_EVOLUTION_2,1 +40024005,0,SYS_VOICE_KANATA,RANDOM_3,1 +40024006,0,SYS_VOICE_KANATA,RANDOM_EVOLUTION_3,1 +40024007,0,SYS_VOICE_KANATA,RANDOM_UNEVOLUTION_SMILE_1,1 +40024008,0,SYS_VOICE_KANATA,RANDOM_UNEVOLUTION_PURE_1,1 +40024009,0,SYS_VOICE_KANATA,RANDOM_UNEVOLUTION_COOL_1,1 +40024010,0,SYS_VOICE_KANATA,RANDOM_EVOLUTION_SMILE_1,1 +40024011,0,SYS_VOICE_KANATA,RANDOM_EVOLUTION_PURE_1,1 +40024012,0,SYS_VOICE_KANATA,RANDOM_EVOLUTION_COOL_1,1 +40024013,0,SYS_VOICE_KANATA,RANDOM_BOND_MAX_SMILE_1,1 +40024014,0,SYS_VOICE_KANATA,RANDOM_BOND_MAX_PURE_1,1 +40024015,0,SYS_VOICE_KANATA,RANDOM_BOND_MAX_COOL_1,1 +40024016,0,SYS_VOICE_KANATA,TIME_1,1 +40024017,0,SYS_VOICE_KANATA,TIME_FIRSTHALF_1,1 +40024018,0,SYS_VOICE_KANATA,TIME_LATTERHALF_1,1 +40024019,0,SYS_VOICE_KANATA,TIME_MORNING_1,1 +40024020,0,SYS_VOICE_KANATA,TIME_NOON_1,1 +40024021,0,SYS_VOICE_KANATA,TIME_EVENING_1,1 +40024022,0,SYS_VOICE_KANATA,TIME_NIGHT_1,1 +40024023,0,SYS_VOICE_KANATA,SEASON_SPRING_1,1 +40024024,0,SYS_VOICE_KANATA,SEASON_SUMMER_1,1 +40024025,0,SYS_VOICE_KANATA,SEASON_AUTUMN_1,1 +40024026,0,SYS_VOICE_KANATA,SEASON_WINTER_1,1 +40024027,0,SYS_VOICE_KANATA,TOUCH_1,1 +40024028,0,SYS_VOICE_KANATA,TOUCH_2,1 +40024029,0,SYS_VOICE_KANATA,TOUCH_3,1 +40024030,0,SYS_VOICE_KANATA,TOUCH_4,1 +40024031,0,SYS_VOICE_KANATA,TOUCH_5,1 +40024032,0,SYS_VOICE_KANATA,TOUCH_6,1 +40024033,0,SYS_VOICE_KANATA,TOUCH_7,1 +40024034,0,SYS_VOICE_KANATA,TOUCH_8,1 +40024035,0,SYS_VOICE_KANATA,TOUCH_9,1 +40024036,0,SYS_VOICE_KANATA,TOUCH_10,1 +40024037,0,SYS_VOICE_KANATA,TOUCH_11,1 +40024038,0,SYS_VOICE_KANATA,ADVICE_STORY_1,1 +40024039,0,SYS_VOICE_KANATA,ADVICE_MISSION_1,1 +40024040,0,SYS_VOICE_KANATA,ADVICE_LIVE_1,1 +40024041,0,SYS_VOICE_KANATA,ADVICE_LP_1,1 +40024042,0,SYS_VOICE_KANATA,TRIGGER_SHOP_1,1 +40024043,0,SYS_VOICE_KANATA,ADVICE_LESSON_1,1 +40024044,0,SYS_VOICE_KANATA,ADVICE_EVOLUTION_1,1 +40024045,0,SYS_VOICE_KANATA,ADVICE_PRESENT_1,1 +40024046,0,SYS_VOICE_KANATA,ADVICE_GACHA_1,1 +40024047,0,SYS_VOICE_KANATA,ADVICE_INFOMATION_1,1 +40024048,0,SYS_VOICE_KANATA,ADVICE_EVENT_1,1 +40024049,0,SYS_VOICE_KANATA,TRIGGER_STORY_1,1 +40024050,0,SYS_VOICE_KANATA,TRIGGER_FRIEND_1,1 +40024051,0,SYS_VOICE_KANATA,TRIGGER_MEMBER_1,1 +40024052,0,SYS_VOICE_KANATA,INTRODUCTION_1,1 +40024053,0,SYS_VOICE_KANATA,SKILL_SMAIL_1,1 +40024054,0,SYS_VOICE_KANATA,SKILL_PURE_1,1 +40024055,0,SYS_VOICE_KANATA,SKILL_COOL_1,1 +40024056,0,SYS_VOICE_KANATA,LIVE_START_1,1 +40024057,0,SYS_VOICE_KANATA,LIVE_START_2,1 +40024058,0,SYS_VOICE_KANATA,LIVE_START_3,1 +40024059,0,SYS_VOICE_KANATA,LIVE_SUCCESS_1,1 +40024060,0,SYS_VOICE_KANATA,LIVE_SUCCESS_2,1 +40024061,0,SYS_VOICE_KANATA,LIVE_SUCCESS_3,1 +40024062,0,SYS_VOICE_KANATA,LIVE_SUCCESS_4,1 +40024063,0,SYS_VOICE_KANATA,LIVE_SUCCESS_5,1 +40024064,0,SYS_VOICE_KANATA,LIVE_FAILED_1,1 +40024065,0,SYS_VOICE_KANATA,LIVE_FAILED_2,1 +40024066,0,SYS_VOICE_KANATA,RESULT_BOND_1,1 +40024067,0,SYS_VOICE_KANATA,RESULT_BOND_2,1 +40024068,0,SYS_VOICE_KANATA,RESULT_BOND_3,1 +40024069,0,SYS_VOICE_KANATA,RESULT_BOND_4,1 +40024070,0,SYS_VOICE_KANATA,RESULT_BOND_5,1 +40024071,0,SYS_VOICE_KANATA,RESULT_BOND_6,1 +40024072,0,SYS_VOICE_KANATA,RESULT_BOND_7,1 +40024073,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_1,1 +40024074,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_2,1 +40024075,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_3,1 +40024076,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_4,1 +40024077,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_5,1 +40024078,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_6,1 +40024079,0,SYS_VOICE_KANATA,RESULT_BOND_MAX_7,1 +40024080,0,SYS_VOICE_KANATA,TRIGGER_EVO_SMILE_1,1 +40024081,0,SYS_VOICE_KANATA,TRIGGER_EVO_PURE_1,1 +40024082,0,SYS_VOICE_KANATA,TRIGGER_EVO_COOL_1,1 +40024083,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0101,1 +40024084,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0203,1 +40024085,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0214,1 +40024086,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0303,1 +40024087,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0314,1 +40024088,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0505,1 +40024089,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0707,1 +40024090,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0717,1 +40024091,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_0929,1 +40024092,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_1031,1 +40024093,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_1225,1 +40024094,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_1231,1 +40024095,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_AYUMU,1 +40024096,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_KASUMI,1 +40024097,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_SHIZUKU,1 +40024098,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_KARIN,1 +40024099,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_AI,1 +40024100,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_KANATA,1 +40024101,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_SETUNA,1 +40024102,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_EMA,1 +40024103,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_RINA,1 +40024104,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_SHIORIKO,1 +40024105,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_MIA,1 +40024106,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_RANZYU,1 +40024107,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40024108,0,SYS_VOICE_KANATA,SYS_VOICE_DAY_HALFANI,223101514 +40025001,0,SYS_VOICE_SETUNA,RANDOM_1,1 +40025002,0,SYS_VOICE_SETUNA,RANDOM_EVOLUTION_1,1 +40025003,0,SYS_VOICE_SETUNA,RANDOM_2,1 +40025004,0,SYS_VOICE_SETUNA,RANDOM_EVOLUTION_2,1 +40025005,0,SYS_VOICE_SETUNA,RANDOM_3,1 +40025006,0,SYS_VOICE_SETUNA,RANDOM_EVOLUTION_3,1 +40025007,0,SYS_VOICE_SETUNA,RANDOM_UNEVOLUTION_SMILE_1,1 +40025008,0,SYS_VOICE_SETUNA,RANDOM_UNEVOLUTION_PURE_1,1 +40025009,0,SYS_VOICE_SETUNA,RANDOM_UNEVOLUTION_COOL_1,1 +40025010,0,SYS_VOICE_SETUNA,RANDOM_EVOLUTION_SMILE_1,1 +40025011,0,SYS_VOICE_SETUNA,RANDOM_EVOLUTION_PURE_1,1 +40025012,0,SYS_VOICE_SETUNA,RANDOM_EVOLUTION_COOL_1,1 +40025013,0,SYS_VOICE_SETUNA,RANDOM_BOND_MAX_SMILE_1,1 +40025014,0,SYS_VOICE_SETUNA,RANDOM_BOND_MAX_PURE_1,1 +40025015,0,SYS_VOICE_SETUNA,RANDOM_BOND_MAX_COOL_1,1 +40025016,0,SYS_VOICE_SETUNA,TIME_1,1 +40025017,0,SYS_VOICE_SETUNA,TIME_FIRSTHALF_1,1 +40025018,0,SYS_VOICE_SETUNA,TIME_LATTERHALF_1,1 +40025019,0,SYS_VOICE_SETUNA,TIME_MORNING_1,1 +40025020,0,SYS_VOICE_SETUNA,TIME_NOON_1,1 +40025021,0,SYS_VOICE_SETUNA,TIME_EVENING_1,1 +40025022,0,SYS_VOICE_SETUNA,TIME_NIGHT_1,1 +40025023,0,SYS_VOICE_SETUNA,SEASON_SPRING_1,1 +40025024,0,SYS_VOICE_SETUNA,SEASON_SUMMER_1,1 +40025025,0,SYS_VOICE_SETUNA,SEASON_AUTUMN_1,1 +40025026,0,SYS_VOICE_SETUNA,SEASON_WINTER_1,1 +40025027,0,SYS_VOICE_SETUNA,TOUCH_1,1 +40025028,0,SYS_VOICE_SETUNA,TOUCH_2,1 +40025029,0,SYS_VOICE_SETUNA,TOUCH_3,1 +40025030,0,SYS_VOICE_SETUNA,TOUCH_4,1 +40025031,0,SYS_VOICE_SETUNA,TOUCH_5,1 +40025032,0,SYS_VOICE_SETUNA,TOUCH_6,1 +40025033,0,SYS_VOICE_SETUNA,TOUCH_7,1 +40025034,0,SYS_VOICE_SETUNA,TOUCH_8,1 +40025035,0,SYS_VOICE_SETUNA,TOUCH_9,1 +40025036,0,SYS_VOICE_SETUNA,TOUCH_10,1 +40025037,0,SYS_VOICE_SETUNA,TOUCH_11,1 +40025038,0,SYS_VOICE_SETUNA,ADVICE_STORY_1,1 +40025039,0,SYS_VOICE_SETUNA,ADVICE_MISSION_1,1 +40025040,0,SYS_VOICE_SETUNA,ADVICE_LIVE_1,1 +40025041,0,SYS_VOICE_SETUNA,ADVICE_LP_1,1 +40025042,0,SYS_VOICE_SETUNA,TRIGGER_SHOP_1,1 +40025043,0,SYS_VOICE_SETUNA,ADVICE_LESSON_1,1 +40025044,0,SYS_VOICE_SETUNA,ADVICE_EVOLUTION_1,1 +40025045,0,SYS_VOICE_SETUNA,ADVICE_PRESENT_1,1 +40025046,0,SYS_VOICE_SETUNA,ADVICE_GACHA_1,1 +40025047,0,SYS_VOICE_SETUNA,ADVICE_INFOMATION_1,1 +40025048,0,SYS_VOICE_SETUNA,ADVICE_EVENT_1,1 +40025049,0,SYS_VOICE_SETUNA,TRIGGER_STORY_1,1 +40025050,0,SYS_VOICE_SETUNA,TRIGGER_FRIEND_1,1 +40025051,0,SYS_VOICE_SETUNA,TRIGGER_MEMBER_1,1 +40025052,0,SYS_VOICE_SETUNA,INTRODUCTION_1,1 +40025053,0,SYS_VOICE_SETUNA,SKILL_SMAIL_1,1 +40025054,0,SYS_VOICE_SETUNA,SKILL_PURE_1,1 +40025055,0,SYS_VOICE_SETUNA,SKILL_COOL_1,1 +40025056,0,SYS_VOICE_SETUNA,LIVE_START_1,1 +40025057,0,SYS_VOICE_SETUNA,LIVE_START_2,1 +40025058,0,SYS_VOICE_SETUNA,LIVE_START_3,1 +40025059,0,SYS_VOICE_SETUNA,LIVE_SUCCESS_1,1 +40025060,0,SYS_VOICE_SETUNA,LIVE_SUCCESS_2,1 +40025061,0,SYS_VOICE_SETUNA,LIVE_SUCCESS_3,1 +40025062,0,SYS_VOICE_SETUNA,LIVE_SUCCESS_4,1 +40025063,0,SYS_VOICE_SETUNA,LIVE_SUCCESS_5,1 +40025064,0,SYS_VOICE_SETUNA,LIVE_FAILED_1,1 +40025065,0,SYS_VOICE_SETUNA,LIVE_FAILED_2,1 +40025066,0,SYS_VOICE_SETUNA,RESULT_BOND_1,1 +40025067,0,SYS_VOICE_SETUNA,RESULT_BOND_2,1 +40025068,0,SYS_VOICE_SETUNA,RESULT_BOND_3,1 +40025069,0,SYS_VOICE_SETUNA,RESULT_BOND_4,1 +40025070,0,SYS_VOICE_SETUNA,RESULT_BOND_5,1 +40025071,0,SYS_VOICE_SETUNA,RESULT_BOND_6,1 +40025072,0,SYS_VOICE_SETUNA,RESULT_BOND_7,1 +40025073,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_1,1 +40025074,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_2,1 +40025075,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_3,1 +40025076,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_4,1 +40025077,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_5,1 +40025078,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_6,1 +40025079,0,SYS_VOICE_SETUNA,RESULT_BOND_MAX_7,1 +40025080,0,SYS_VOICE_SETUNA,TRIGGER_EVO_SMILE_1,1 +40025081,0,SYS_VOICE_SETUNA,TRIGGER_EVO_PURE_1,1 +40025082,0,SYS_VOICE_SETUNA,TRIGGER_EVO_COOL_1,1 +40025083,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0101,1 +40025084,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0203,1 +40025085,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0214,1 +40025086,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0303,1 +40025087,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0314,1 +40025088,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0505,1 +40025089,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0707,1 +40025090,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0717,1 +40025091,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_0929,1 +40025092,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_1031,1 +40025093,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_1225,1 +40025094,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_1231,1 +40025095,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_AYUMU,1 +40025096,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_KASUMI,1 +40025097,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_SHIZUKU,1 +40025098,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_KARIN,1 +40025099,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_AI,1 +40025100,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_KANATA,1 +40025101,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_SETUNA,1 +40025102,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_EMA,1 +40025103,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_RINA,1 +40025104,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_SHIORIKO,1 +40025105,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_MIA,1 +40025106,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_RANZYU,1 +40025107,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40025108,0,SYS_VOICE_SETUNA,SYS_VOICE_DAY_HALFANI,223101514 +40026001,0,SYS_VOICE_EMA,RANDOM_1,1 +40026002,0,SYS_VOICE_EMA,RANDOM_EVOLUTION_1,1 +40026003,0,SYS_VOICE_EMA,RANDOM_2,1 +40026004,0,SYS_VOICE_EMA,RANDOM_EVOLUTION_2,1 +40026005,0,SYS_VOICE_EMA,RANDOM_3,1 +40026006,0,SYS_VOICE_EMA,RANDOM_EVOLUTION_3,1 +40026007,0,SYS_VOICE_EMA,RANDOM_UNEVOLUTION_SMILE_1,1 +40026008,0,SYS_VOICE_EMA,RANDOM_UNEVOLUTION_PURE_1,1 +40026009,0,SYS_VOICE_EMA,RANDOM_UNEVOLUTION_COOL_1,1 +40026010,0,SYS_VOICE_EMA,RANDOM_EVOLUTION_SMILE_1,1 +40026011,0,SYS_VOICE_EMA,RANDOM_EVOLUTION_PURE_1,1 +40026012,0,SYS_VOICE_EMA,RANDOM_EVOLUTION_COOL_1,1 +40026013,0,SYS_VOICE_EMA,RANDOM_BOND_MAX_SMILE_1,1 +40026014,0,SYS_VOICE_EMA,RANDOM_BOND_MAX_PURE_1,1 +40026015,0,SYS_VOICE_EMA,RANDOM_BOND_MAX_COOL_1,1 +40026016,0,SYS_VOICE_EMA,TIME_1,1 +40026017,0,SYS_VOICE_EMA,TIME_FIRSTHALF_1,1 +40026018,0,SYS_VOICE_EMA,TIME_LATTERHALF_1,1 +40026019,0,SYS_VOICE_EMA,TIME_MORNING_1,1 +40026020,0,SYS_VOICE_EMA,TIME_NOON_1,1 +40026021,0,SYS_VOICE_EMA,TIME_EVENING_1,1 +40026022,0,SYS_VOICE_EMA,TIME_NIGHT_1,1 +40026023,0,SYS_VOICE_EMA,SEASON_SPRING_1,1 +40026024,0,SYS_VOICE_EMA,SEASON_SUMMER_1,1 +40026025,0,SYS_VOICE_EMA,SEASON_AUTUMN_1,1 +40026026,0,SYS_VOICE_EMA,SEASON_WINTER_1,1 +40026027,0,SYS_VOICE_EMA,TOUCH_1,1 +40026028,0,SYS_VOICE_EMA,TOUCH_2,1 +40026029,0,SYS_VOICE_EMA,TOUCH_3,1 +40026030,0,SYS_VOICE_EMA,TOUCH_4,1 +40026031,0,SYS_VOICE_EMA,TOUCH_5,1 +40026032,0,SYS_VOICE_EMA,TOUCH_6,1 +40026033,0,SYS_VOICE_EMA,TOUCH_7,1 +40026034,0,SYS_VOICE_EMA,TOUCH_8,1 +40026035,0,SYS_VOICE_EMA,TOUCH_9,1 +40026036,0,SYS_VOICE_EMA,TOUCH_10,1 +40026037,0,SYS_VOICE_EMA,TOUCH_11,1 +40026038,0,SYS_VOICE_EMA,ADVICE_STORY_1,1 +40026039,0,SYS_VOICE_EMA,ADVICE_MISSION_1,1 +40026040,0,SYS_VOICE_EMA,ADVICE_LIVE_1,1 +40026041,0,SYS_VOICE_EMA,ADVICE_LP_1,1 +40026042,0,SYS_VOICE_EMA,TRIGGER_SHOP_1,1 +40026043,0,SYS_VOICE_EMA,ADVICE_LESSON_1,1 +40026044,0,SYS_VOICE_EMA,ADVICE_EVOLUTION_1,1 +40026045,0,SYS_VOICE_EMA,ADVICE_PRESENT_1,1 +40026046,0,SYS_VOICE_EMA,ADVICE_GACHA_1,1 +40026047,0,SYS_VOICE_EMA,ADVICE_INFOMATION_1,1 +40026048,0,SYS_VOICE_EMA,ADVICE_EVENT_1,1 +40026049,0,SYS_VOICE_EMA,TRIGGER_STORY_1,1 +40026050,0,SYS_VOICE_EMA,TRIGGER_FRIEND_1,1 +40026051,0,SYS_VOICE_EMA,TRIGGER_MEMBER_1,1 +40026052,0,SYS_VOICE_EMA,INTRODUCTION_1,1 +40026053,0,SYS_VOICE_EMA,SKILL_SMAIL_1,1 +40026054,0,SYS_VOICE_EMA,SKILL_PURE_1,1 +40026055,0,SYS_VOICE_EMA,SKILL_COOL_1,1 +40026056,0,SYS_VOICE_EMA,LIVE_START_1,1 +40026057,0,SYS_VOICE_EMA,LIVE_START_2,1 +40026058,0,SYS_VOICE_EMA,LIVE_START_3,1 +40026059,0,SYS_VOICE_EMA,LIVE_SUCCESS_1,1 +40026060,0,SYS_VOICE_EMA,LIVE_SUCCESS_2,1 +40026061,0,SYS_VOICE_EMA,LIVE_SUCCESS_3,1 +40026062,0,SYS_VOICE_EMA,LIVE_SUCCESS_4,1 +40026063,0,SYS_VOICE_EMA,LIVE_SUCCESS_5,1 +40026064,0,SYS_VOICE_EMA,LIVE_FAILED_1,1 +40026065,0,SYS_VOICE_EMA,LIVE_FAILED_2,1 +40026066,0,SYS_VOICE_EMA,RESULT_BOND_1,1 +40026067,0,SYS_VOICE_EMA,RESULT_BOND_2,1 +40026068,0,SYS_VOICE_EMA,RESULT_BOND_3,1 +40026069,0,SYS_VOICE_EMA,RESULT_BOND_4,1 +40026070,0,SYS_VOICE_EMA,RESULT_BOND_5,1 +40026071,0,SYS_VOICE_EMA,RESULT_BOND_6,1 +40026072,0,SYS_VOICE_EMA,RESULT_BOND_7,1 +40026073,0,SYS_VOICE_EMA,RESULT_BOND_MAX_1,1 +40026074,0,SYS_VOICE_EMA,RESULT_BOND_MAX_2,1 +40026075,0,SYS_VOICE_EMA,RESULT_BOND_MAX_3,1 +40026076,0,SYS_VOICE_EMA,RESULT_BOND_MAX_4,1 +40026077,0,SYS_VOICE_EMA,RESULT_BOND_MAX_5,1 +40026078,0,SYS_VOICE_EMA,RESULT_BOND_MAX_6,1 +40026079,0,SYS_VOICE_EMA,RESULT_BOND_MAX_7,1 +40026080,0,SYS_VOICE_EMA,TRIGGER_EVO_SMILE_1,1 +40026081,0,SYS_VOICE_EMA,TRIGGER_EVO_PURE_1,1 +40026082,0,SYS_VOICE_EMA,TRIGGER_EVO_COOL_1,1 +40026083,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0101,1 +40026084,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0203,1 +40026085,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0214,1 +40026086,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0303,1 +40026087,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0314,1 +40026088,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0505,1 +40026089,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0707,1 +40026090,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0717,1 +40026091,0,SYS_VOICE_EMA,SYS_VOICE_DAY_0929,1 +40026092,0,SYS_VOICE_EMA,SYS_VOICE_DAY_1031,1 +40026093,0,SYS_VOICE_EMA,SYS_VOICE_DAY_1225,1 +40026094,0,SYS_VOICE_EMA,SYS_VOICE_DAY_1231,1 +40026095,0,SYS_VOICE_EMA,SYS_VOICE_DAY_AYUMU,1 +40026096,0,SYS_VOICE_EMA,SYS_VOICE_DAY_KASUMI,1 +40026097,0,SYS_VOICE_EMA,SYS_VOICE_DAY_SHIZUKU,1 +40026098,0,SYS_VOICE_EMA,SYS_VOICE_DAY_KARIN,1 +40026099,0,SYS_VOICE_EMA,SYS_VOICE_DAY_AI,1 +40026100,0,SYS_VOICE_EMA,SYS_VOICE_DAY_KANATA,1 +40026101,0,SYS_VOICE_EMA,SYS_VOICE_DAY_SETUNA,1 +40026102,0,SYS_VOICE_EMA,SYS_VOICE_DAY_EMA,1 +40026103,0,SYS_VOICE_EMA,SYS_VOICE_DAY_RINA,1 +40026104,0,SYS_VOICE_EMA,SYS_VOICE_DAY_SHIORIKO,1 +40026105,0,SYS_VOICE_EMA,SYS_VOICE_DAY_MIA,1 +40026106,0,SYS_VOICE_EMA,SYS_VOICE_DAY_RANZYU,1 +40026107,0,SYS_VOICE_EMA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40026108,0,SYS_VOICE_EMA,SYS_VOICE_DAY_HALFANI,223101514 +40027001,0,SYS_VOICE_RINA,RANDOM_1,1 +40027002,0,SYS_VOICE_RINA,RANDOM_EVOLUTION_1,1 +40027003,0,SYS_VOICE_RINA,RANDOM_2,1 +40027004,0,SYS_VOICE_RINA,RANDOM_EVOLUTION_2,1 +40027005,0,SYS_VOICE_RINA,RANDOM_3,1 +40027006,0,SYS_VOICE_RINA,RANDOM_EVOLUTION_3,1 +40027007,0,SYS_VOICE_RINA,RANDOM_UNEVOLUTION_SMILE_1,1 +40027008,0,SYS_VOICE_RINA,RANDOM_UNEVOLUTION_PURE_1,1 +40027009,0,SYS_VOICE_RINA,RANDOM_UNEVOLUTION_COOL_1,1 +40027010,0,SYS_VOICE_RINA,RANDOM_EVOLUTION_SMILE_1,1 +40027011,0,SYS_VOICE_RINA,RANDOM_EVOLUTION_PURE_1,1 +40027012,0,SYS_VOICE_RINA,RANDOM_EVOLUTION_COOL_1,1 +40027013,0,SYS_VOICE_RINA,RANDOM_BOND_MAX_SMILE_1,1 +40027014,0,SYS_VOICE_RINA,RANDOM_BOND_MAX_PURE_1,1 +40027015,0,SYS_VOICE_RINA,RANDOM_BOND_MAX_COOL_1,1 +40027016,0,SYS_VOICE_RINA,TIME_1,1 +40027017,0,SYS_VOICE_RINA,TIME_FIRSTHALF_1,1 +40027018,0,SYS_VOICE_RINA,TIME_LATTERHALF_1,1 +40027019,0,SYS_VOICE_RINA,TIME_MORNING_1,1 +40027020,0,SYS_VOICE_RINA,TIME_NOON_1,1 +40027021,0,SYS_VOICE_RINA,TIME_EVENING_1,1 +40027022,0,SYS_VOICE_RINA,TIME_NIGHT_1,1 +40027023,0,SYS_VOICE_RINA,SEASON_SPRING_1,1 +40027024,0,SYS_VOICE_RINA,SEASON_SUMMER_1,1 +40027025,0,SYS_VOICE_RINA,SEASON_AUTUMN_1,1 +40027026,0,SYS_VOICE_RINA,SEASON_WINTER_1,1 +40027027,0,SYS_VOICE_RINA,TOUCH_1,1 +40027028,0,SYS_VOICE_RINA,TOUCH_2,1 +40027029,0,SYS_VOICE_RINA,TOUCH_3,1 +40027030,0,SYS_VOICE_RINA,TOUCH_4,1 +40027031,0,SYS_VOICE_RINA,TOUCH_5,1 +40027032,0,SYS_VOICE_RINA,TOUCH_6,1 +40027033,0,SYS_VOICE_RINA,TOUCH_7,1 +40027034,0,SYS_VOICE_RINA,TOUCH_8,1 +40027035,0,SYS_VOICE_RINA,TOUCH_9,1 +40027036,0,SYS_VOICE_RINA,TOUCH_10,1 +40027037,0,SYS_VOICE_RINA,TOUCH_11,1 +40027038,0,SYS_VOICE_RINA,ADVICE_STORY_1,1 +40027039,0,SYS_VOICE_RINA,ADVICE_MISSION_1,1 +40027040,0,SYS_VOICE_RINA,ADVICE_LIVE_1,1 +40027041,0,SYS_VOICE_RINA,ADVICE_LP_1,1 +40027042,0,SYS_VOICE_RINA,TRIGGER_SHOP_1,1 +40027043,0,SYS_VOICE_RINA,ADVICE_LESSON_1,1 +40027044,0,SYS_VOICE_RINA,ADVICE_EVOLUTION_1,1 +40027045,0,SYS_VOICE_RINA,ADVICE_PRESENT_1,1 +40027046,0,SYS_VOICE_RINA,ADVICE_GACHA_1,1 +40027047,0,SYS_VOICE_RINA,ADVICE_INFOMATION_1,1 +40027048,0,SYS_VOICE_RINA,ADVICE_EVENT_1,1 +40027049,0,SYS_VOICE_RINA,TRIGGER_STORY_1,1 +40027050,0,SYS_VOICE_RINA,TRIGGER_FRIEND_1,1 +40027051,0,SYS_VOICE_RINA,TRIGGER_MEMBER_1,1 +40027052,0,SYS_VOICE_RINA,INTRODUCTION_1,1 +40027053,0,SYS_VOICE_RINA,SKILL_SMAIL_1,1 +40027054,0,SYS_VOICE_RINA,SKILL_PURE_1,1 +40027055,0,SYS_VOICE_RINA,SKILL_COOL_1,1 +40027056,0,SYS_VOICE_RINA,LIVE_START_1,1 +40027057,0,SYS_VOICE_RINA,LIVE_START_2,1 +40027058,0,SYS_VOICE_RINA,LIVE_START_3,1 +40027059,0,SYS_VOICE_RINA,LIVE_SUCCESS_1,1 +40027060,0,SYS_VOICE_RINA,LIVE_SUCCESS_2,1 +40027061,0,SYS_VOICE_RINA,LIVE_SUCCESS_3,1 +40027062,0,SYS_VOICE_RINA,LIVE_SUCCESS_4,1 +40027063,0,SYS_VOICE_RINA,LIVE_SUCCESS_5,1 +40027064,0,SYS_VOICE_RINA,LIVE_FAILED_1,1 +40027065,0,SYS_VOICE_RINA,LIVE_FAILED_2,1 +40027066,0,SYS_VOICE_RINA,RESULT_BOND_1,1 +40027067,0,SYS_VOICE_RINA,RESULT_BOND_2,1 +40027068,0,SYS_VOICE_RINA,RESULT_BOND_3,1 +40027069,0,SYS_VOICE_RINA,RESULT_BOND_4,1 +40027070,0,SYS_VOICE_RINA,RESULT_BOND_5,1 +40027071,0,SYS_VOICE_RINA,RESULT_BOND_6,1 +40027072,0,SYS_VOICE_RINA,RESULT_BOND_7,1 +40027073,0,SYS_VOICE_RINA,RESULT_BOND_MAX_1,1 +40027074,0,SYS_VOICE_RINA,RESULT_BOND_MAX_2,1 +40027075,0,SYS_VOICE_RINA,RESULT_BOND_MAX_3,1 +40027076,0,SYS_VOICE_RINA,RESULT_BOND_MAX_4,1 +40027077,0,SYS_VOICE_RINA,RESULT_BOND_MAX_5,1 +40027078,0,SYS_VOICE_RINA,RESULT_BOND_MAX_6,1 +40027079,0,SYS_VOICE_RINA,RESULT_BOND_MAX_7,1 +40027080,0,SYS_VOICE_RINA,TRIGGER_EVO_SMILE_1,1 +40027081,0,SYS_VOICE_RINA,TRIGGER_EVO_PURE_1,1 +40027082,0,SYS_VOICE_RINA,TRIGGER_EVO_COOL_1,1 +40027083,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0101,1 +40027084,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0203,1 +40027085,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0214,1 +40027086,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0303,1 +40027087,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0314,1 +40027088,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0505,1 +40027089,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0707,1 +40027090,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0717,1 +40027091,0,SYS_VOICE_RINA,SYS_VOICE_DAY_0929,1 +40027092,0,SYS_VOICE_RINA,SYS_VOICE_DAY_1031,1 +40027093,0,SYS_VOICE_RINA,SYS_VOICE_DAY_1225,1 +40027094,0,SYS_VOICE_RINA,SYS_VOICE_DAY_1231,1 +40027095,0,SYS_VOICE_RINA,SYS_VOICE_DAY_AYUMU,1 +40027096,0,SYS_VOICE_RINA,SYS_VOICE_DAY_KASUMI,1 +40027097,0,SYS_VOICE_RINA,SYS_VOICE_DAY_SHIZUKU,1 +40027098,0,SYS_VOICE_RINA,SYS_VOICE_DAY_KARIN,1 +40027099,0,SYS_VOICE_RINA,SYS_VOICE_DAY_AI,1 +40027100,0,SYS_VOICE_RINA,SYS_VOICE_DAY_KANATA,1 +40027101,0,SYS_VOICE_RINA,SYS_VOICE_DAY_SETUNA,1 +40027102,0,SYS_VOICE_RINA,SYS_VOICE_DAY_EMA,1 +40027103,0,SYS_VOICE_RINA,SYS_VOICE_DAY_RINA,1 +40027104,0,SYS_VOICE_RINA,SYS_VOICE_DAY_SHIORIKO,1 +40027105,0,SYS_VOICE_RINA,SYS_VOICE_DAY_MIA,1 +40027106,0,SYS_VOICE_RINA,SYS_VOICE_DAY_RANZYU,1 +40027107,0,SYS_VOICE_RINA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40027108,0,SYS_VOICE_RINA,SYS_VOICE_DAY_HALFANI,223101514 +40028001,0,SYS_VOICE_SHIORIKO,RANDOM_1,1 +40028002,0,SYS_VOICE_SHIORIKO,RANDOM_EVOLUTION_1,1 +40028003,0,SYS_VOICE_SHIORIKO,RANDOM_2,1 +40028004,0,SYS_VOICE_SHIORIKO,RANDOM_EVOLUTION_2,1 +40028005,0,SYS_VOICE_SHIORIKO,RANDOM_3,1 +40028006,0,SYS_VOICE_SHIORIKO,RANDOM_EVOLUTION_3,1 +40028007,0,SYS_VOICE_SHIORIKO,RANDOM_UNEVOLUTION_SMILE_1,1 +40028008,0,SYS_VOICE_SHIORIKO,RANDOM_UNEVOLUTION_PURE_1,1 +40028009,0,SYS_VOICE_SHIORIKO,RANDOM_UNEVOLUTION_COOL_1,1 +40028010,0,SYS_VOICE_SHIORIKO,RANDOM_EVOLUTION_SMILE_1,1 +40028011,0,SYS_VOICE_SHIORIKO,RANDOM_EVOLUTION_PURE_1,1 +40028012,0,SYS_VOICE_SHIORIKO,RANDOM_EVOLUTION_COOL_1,1 +40028013,0,SYS_VOICE_SHIORIKO,RANDOM_BOND_MAX_SMILE_1,1 +40028014,0,SYS_VOICE_SHIORIKO,RANDOM_BOND_MAX_PURE_1,1 +40028015,0,SYS_VOICE_SHIORIKO,RANDOM_BOND_MAX_COOL_1,1 +40028016,0,SYS_VOICE_SHIORIKO,TIME_1,1 +40028017,0,SYS_VOICE_SHIORIKO,TIME_FIRSTHALF_1,1 +40028018,0,SYS_VOICE_SHIORIKO,TIME_LATTERHALF_1,1 +40028019,0,SYS_VOICE_SHIORIKO,TIME_MORNING_1,1 +40028020,0,SYS_VOICE_SHIORIKO,TIME_NOON_1,1 +40028021,0,SYS_VOICE_SHIORIKO,TIME_EVENING_1,1 +40028022,0,SYS_VOICE_SHIORIKO,TIME_NIGHT_1,1 +40028023,0,SYS_VOICE_SHIORIKO,SEASON_SPRING_1,1 +40028024,0,SYS_VOICE_SHIORIKO,SEASON_SUMMER_1,1 +40028025,0,SYS_VOICE_SHIORIKO,SEASON_AUTUMN_1,1 +40028026,0,SYS_VOICE_SHIORIKO,SEASON_WINTER_1,1 +40028027,0,SYS_VOICE_SHIORIKO,TOUCH_1,1 +40028028,0,SYS_VOICE_SHIORIKO,TOUCH_2,1 +40028029,0,SYS_VOICE_SHIORIKO,TOUCH_3,1 +40028030,0,SYS_VOICE_SHIORIKO,TOUCH_4,1 +40028031,0,SYS_VOICE_SHIORIKO,TOUCH_5,1 +40028032,0,SYS_VOICE_SHIORIKO,TOUCH_6,1 +40028033,0,SYS_VOICE_SHIORIKO,TOUCH_7,1 +40028034,0,SYS_VOICE_SHIORIKO,TOUCH_8,1 +40028035,0,SYS_VOICE_SHIORIKO,TOUCH_9,1 +40028036,0,SYS_VOICE_SHIORIKO,TOUCH_10,1 +40028037,0,SYS_VOICE_SHIORIKO,TOUCH_11,1 +40028038,0,SYS_VOICE_SHIORIKO,ADVICE_STORY_1,1 +40028039,0,SYS_VOICE_SHIORIKO,ADVICE_MISSION_1,1 +40028040,0,SYS_VOICE_SHIORIKO,ADVICE_LIVE_1,1 +40028041,0,SYS_VOICE_SHIORIKO,ADVICE_LP_1,1 +40028042,0,SYS_VOICE_SHIORIKO,TRIGGER_SHOP_1,1 +40028043,0,SYS_VOICE_SHIORIKO,ADVICE_LESSON_1,1 +40028044,0,SYS_VOICE_SHIORIKO,ADVICE_EVOLUTION_1,1 +40028045,0,SYS_VOICE_SHIORIKO,ADVICE_PRESENT_1,1 +40028046,0,SYS_VOICE_SHIORIKO,ADVICE_GACHA_1,1 +40028047,0,SYS_VOICE_SHIORIKO,ADVICE_INFOMATION_1,1 +40028048,0,SYS_VOICE_SHIORIKO,ADVICE_EVENT_1,1 +40028049,0,SYS_VOICE_SHIORIKO,TRIGGER_STORY_1,1 +40028050,0,SYS_VOICE_SHIORIKO,TRIGGER_FRIEND_1,1 +40028051,0,SYS_VOICE_SHIORIKO,TRIGGER_MEMBER_1,1 +40028052,0,SYS_VOICE_SHIORIKO,INTRODUCTION_1,1 +40028053,0,SYS_VOICE_SHIORIKO,SKILL_SMAIL_1,1 +40028054,0,SYS_VOICE_SHIORIKO,SKILL_PURE_1,1 +40028055,0,SYS_VOICE_SHIORIKO,SKILL_COOL_1,1 +40028056,0,SYS_VOICE_SHIORIKO,LIVE_START_1,1 +40028057,0,SYS_VOICE_SHIORIKO,LIVE_START_2,1 +40028058,0,SYS_VOICE_SHIORIKO,LIVE_START_3,1 +40028059,0,SYS_VOICE_SHIORIKO,LIVE_SUCCESS_1,1 +40028060,0,SYS_VOICE_SHIORIKO,LIVE_SUCCESS_2,1 +40028061,0,SYS_VOICE_SHIORIKO,LIVE_SUCCESS_3,1 +40028062,0,SYS_VOICE_SHIORIKO,LIVE_SUCCESS_4,1 +40028063,0,SYS_VOICE_SHIORIKO,LIVE_SUCCESS_5,1 +40028064,0,SYS_VOICE_SHIORIKO,LIVE_FAILED_1,1 +40028065,0,SYS_VOICE_SHIORIKO,LIVE_FAILED_2,1 +40028066,0,SYS_VOICE_SHIORIKO,RESULT_BOND_1,1 +40028067,0,SYS_VOICE_SHIORIKO,RESULT_BOND_2,1 +40028068,0,SYS_VOICE_SHIORIKO,RESULT_BOND_3,1 +40028069,0,SYS_VOICE_SHIORIKO,RESULT_BOND_4,1 +40028070,0,SYS_VOICE_SHIORIKO,RESULT_BOND_5,1 +40028071,0,SYS_VOICE_SHIORIKO,RESULT_BOND_6,1 +40028072,0,SYS_VOICE_SHIORIKO,RESULT_BOND_7,1 +40028073,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_1,1 +40028074,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_2,1 +40028075,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_3,1 +40028076,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_4,1 +40028077,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_5,1 +40028078,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_6,1 +40028079,0,SYS_VOICE_SHIORIKO,RESULT_BOND_MAX_7,1 +40028080,0,SYS_VOICE_SHIORIKO,TRIGGER_EVO_SMILE_1,1 +40028081,0,SYS_VOICE_SHIORIKO,TRIGGER_EVO_PURE_1,1 +40028082,0,SYS_VOICE_SHIORIKO,TRIGGER_EVO_COOL_1,1 +40028083,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0101,1 +40028084,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0203,1 +40028085,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0214,1 +40028086,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0303,1 +40028087,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0314,1 +40028088,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0505,1 +40028089,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0707,1 +40028090,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0717,1 +40028091,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_0929,1 +40028092,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_1031,1 +40028093,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_1225,1 +40028094,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_1231,1 +40028095,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_AYUMU,1 +40028096,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_KASUMI,1 +40028097,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_SHIZUKU,1 +40028098,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_KARIN,1 +40028099,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_AI,1 +40028100,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_KANATA,1 +40028101,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_SETUNA,1 +40028102,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_EMA,1 +40028103,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_RINA,1 +40028104,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_SHIORIKO,1 +40028105,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_MIA,1 +40028106,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_RANZYU,1 +40028107,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40028108,0,SYS_VOICE_SHIORIKO,SYS_VOICE_DAY_HALFANI,223101514 +40029001,0,SYS_VOICE_MIA,RANDOM_1,1 +40029002,0,SYS_VOICE_MIA,RANDOM_EVOLUTION_1,1 +40029003,0,SYS_VOICE_MIA,RANDOM_2,1 +40029004,0,SYS_VOICE_MIA,RANDOM_EVOLUTION_2,1 +40029005,0,SYS_VOICE_MIA,RANDOM_3,1 +40029006,0,SYS_VOICE_MIA,RANDOM_EVOLUTION_3,1 +40029007,0,SYS_VOICE_MIA,RANDOM_UNEVOLUTION_SMILE_1,1 +40029008,0,SYS_VOICE_MIA,RANDOM_UNEVOLUTION_PURE_1,1 +40029009,0,SYS_VOICE_MIA,RANDOM_UNEVOLUTION_COOL_1,1 +40029010,0,SYS_VOICE_MIA,RANDOM_EVOLUTION_SMILE_1,1 +40029011,0,SYS_VOICE_MIA,RANDOM_EVOLUTION_PURE_1,1 +40029012,0,SYS_VOICE_MIA,RANDOM_EVOLUTION_COOL_1,1 +40029013,0,SYS_VOICE_MIA,RANDOM_BOND_MAX_SMILE_1,1 +40029014,0,SYS_VOICE_MIA,RANDOM_BOND_MAX_PURE_1,1 +40029015,0,SYS_VOICE_MIA,RANDOM_BOND_MAX_COOL_1,1 +40029016,0,SYS_VOICE_MIA,TIME_1,1 +40029017,0,SYS_VOICE_MIA,TIME_FIRSTHALF_1,1 +40029018,0,SYS_VOICE_MIA,TIME_LATTERHALF_1,1 +40029019,0,SYS_VOICE_MIA,TIME_MORNING_1,1 +40029020,0,SYS_VOICE_MIA,TIME_NOON_1,1 +40029021,0,SYS_VOICE_MIA,TIME_EVENING_1,1 +40029022,0,SYS_VOICE_MIA,TIME_NIGHT_1,1 +40029023,0,SYS_VOICE_MIA,SEASON_SPRING_1,1 +40029024,0,SYS_VOICE_MIA,SEASON_SUMMER_1,1 +40029025,0,SYS_VOICE_MIA,SEASON_AUTUMN_1,1 +40029026,0,SYS_VOICE_MIA,SEASON_WINTER_1,1 +40029027,0,SYS_VOICE_MIA,TOUCH_1,1 +40029028,0,SYS_VOICE_MIA,TOUCH_2,1 +40029029,0,SYS_VOICE_MIA,TOUCH_3,1 +40029030,0,SYS_VOICE_MIA,TOUCH_4,1 +40029031,0,SYS_VOICE_MIA,TOUCH_5,1 +40029032,0,SYS_VOICE_MIA,TOUCH_6,1 +40029033,0,SYS_VOICE_MIA,TOUCH_7,1 +40029034,0,SYS_VOICE_MIA,TOUCH_8,1 +40029035,0,SYS_VOICE_MIA,TOUCH_9,1 +40029036,0,SYS_VOICE_MIA,TOUCH_10,1 +40029037,0,SYS_VOICE_MIA,TOUCH_11,1 +40029038,0,SYS_VOICE_MIA,ADVICE_STORY_1,1 +40029039,0,SYS_VOICE_MIA,ADVICE_MISSION_1,1 +40029040,0,SYS_VOICE_MIA,ADVICE_LIVE_1,1 +40029041,0,SYS_VOICE_MIA,ADVICE_LP_1,1 +40029042,0,SYS_VOICE_MIA,TRIGGER_SHOP_1,1 +40029043,0,SYS_VOICE_MIA,ADVICE_LESSON_1,1 +40029044,0,SYS_VOICE_MIA,ADVICE_EVOLUTION_1,1 +40029045,0,SYS_VOICE_MIA,ADVICE_PRESENT_1,1 +40029046,0,SYS_VOICE_MIA,ADVICE_GACHA_1,1 +40029047,0,SYS_VOICE_MIA,ADVICE_INFOMATION_1,1 +40029048,0,SYS_VOICE_MIA,ADVICE_EVENT_1,1 +40029049,0,SYS_VOICE_MIA,TRIGGER_STORY_1,1 +40029050,0,SYS_VOICE_MIA,TRIGGER_FRIEND_1,1 +40029051,0,SYS_VOICE_MIA,TRIGGER_MEMBER_1,1 +40029052,0,SYS_VOICE_MIA,INTRODUCTION_1,1 +40029053,0,SYS_VOICE_MIA,SKILL_SMAIL_1,1 +40029054,0,SYS_VOICE_MIA,SKILL_PURE_1,1 +40029055,0,SYS_VOICE_MIA,SKILL_COOL_1,1 +40029056,0,SYS_VOICE_MIA,LIVE_START_1,1 +40029057,0,SYS_VOICE_MIA,LIVE_START_2,1 +40029058,0,SYS_VOICE_MIA,LIVE_START_3,1 +40029059,0,SYS_VOICE_MIA,LIVE_SUCCESS_1,1 +40029060,0,SYS_VOICE_MIA,LIVE_SUCCESS_2,1 +40029061,0,SYS_VOICE_MIA,LIVE_SUCCESS_3,1 +40029062,0,SYS_VOICE_MIA,LIVE_SUCCESS_4,1 +40029063,0,SYS_VOICE_MIA,LIVE_SUCCESS_5,1 +40029064,0,SYS_VOICE_MIA,LIVE_FAILED_1,1 +40029065,0,SYS_VOICE_MIA,LIVE_FAILED_2,1 +40029066,0,SYS_VOICE_MIA,RESULT_BOND_1,1 +40029067,0,SYS_VOICE_MIA,RESULT_BOND_2,1 +40029068,0,SYS_VOICE_MIA,RESULT_BOND_3,1 +40029069,0,SYS_VOICE_MIA,RESULT_BOND_4,1 +40029070,0,SYS_VOICE_MIA,RESULT_BOND_5,1 +40029071,0,SYS_VOICE_MIA,RESULT_BOND_6,1 +40029072,0,SYS_VOICE_MIA,RESULT_BOND_7,1 +40029073,0,SYS_VOICE_MIA,RESULT_BOND_MAX_1,1 +40029074,0,SYS_VOICE_MIA,RESULT_BOND_MAX_2,1 +40029075,0,SYS_VOICE_MIA,RESULT_BOND_MAX_3,1 +40029076,0,SYS_VOICE_MIA,RESULT_BOND_MAX_4,1 +40029077,0,SYS_VOICE_MIA,RESULT_BOND_MAX_5,1 +40029078,0,SYS_VOICE_MIA,RESULT_BOND_MAX_6,1 +40029079,0,SYS_VOICE_MIA,RESULT_BOND_MAX_7,1 +40029080,0,SYS_VOICE_MIA,TRIGGER_EVO_SMILE_1,1 +40029081,0,SYS_VOICE_MIA,TRIGGER_EVO_PURE_1,1 +40029082,0,SYS_VOICE_MIA,TRIGGER_EVO_COOL_1,1 +40029083,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0101,1 +40029084,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0203,1 +40029085,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0214,1 +40029086,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0303,1 +40029087,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0314,1 +40029088,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0505,1 +40029089,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0707,1 +40029090,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0717,1 +40029091,0,SYS_VOICE_MIA,SYS_VOICE_DAY_0929,1 +40029092,0,SYS_VOICE_MIA,SYS_VOICE_DAY_1031,1 +40029093,0,SYS_VOICE_MIA,SYS_VOICE_DAY_1225,1 +40029094,0,SYS_VOICE_MIA,SYS_VOICE_DAY_1231,1 +40029095,0,SYS_VOICE_MIA,SYS_VOICE_DAY_AYUMU,1 +40029096,0,SYS_VOICE_MIA,SYS_VOICE_DAY_KASUMI,1 +40029097,0,SYS_VOICE_MIA,SYS_VOICE_DAY_SHIZUKU,1 +40029098,0,SYS_VOICE_MIA,SYS_VOICE_DAY_KARIN,1 +40029099,0,SYS_VOICE_MIA,SYS_VOICE_DAY_AI,1 +40029100,0,SYS_VOICE_MIA,SYS_VOICE_DAY_KANATA,1 +40029101,0,SYS_VOICE_MIA,SYS_VOICE_DAY_SETUNA,1 +40029102,0,SYS_VOICE_MIA,SYS_VOICE_DAY_EMA,1 +40029103,0,SYS_VOICE_MIA,SYS_VOICE_DAY_RINA,1 +40029104,0,SYS_VOICE_MIA,SYS_VOICE_DAY_SHIORIKO,1 +40029105,0,SYS_VOICE_MIA,SYS_VOICE_DAY_MIA,1 +40029106,0,SYS_VOICE_MIA,SYS_VOICE_DAY_RANZYU,1 +40029107,0,SYS_VOICE_MIA,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40029108,0,SYS_VOICE_MIA,SYS_VOICE_DAY_HALFANI,223101514 +40030001,0,SYS_VOICE_RANZYU,RANDOM_1,1 +40030002,0,SYS_VOICE_RANZYU,RANDOM_EVOLUTION_1,1 +40030003,0,SYS_VOICE_RANZYU,RANDOM_2,1 +40030004,0,SYS_VOICE_RANZYU,RANDOM_EVOLUTION_2,1 +40030005,0,SYS_VOICE_RANZYU,RANDOM_3,1 +40030006,0,SYS_VOICE_RANZYU,RANDOM_EVOLUTION_3,1 +40030007,0,SYS_VOICE_RANZYU,RANDOM_UNEVOLUTION_SMILE_1,1 +40030008,0,SYS_VOICE_RANZYU,RANDOM_UNEVOLUTION_PURE_1,1 +40030009,0,SYS_VOICE_RANZYU,RANDOM_UNEVOLUTION_COOL_1,1 +40030010,0,SYS_VOICE_RANZYU,RANDOM_EVOLUTION_SMILE_1,1 +40030011,0,SYS_VOICE_RANZYU,RANDOM_EVOLUTION_PURE_1,1 +40030012,0,SYS_VOICE_RANZYU,RANDOM_EVOLUTION_COOL_1,1 +40030013,0,SYS_VOICE_RANZYU,RANDOM_BOND_MAX_SMILE_1,1 +40030014,0,SYS_VOICE_RANZYU,RANDOM_BOND_MAX_PURE_1,1 +40030015,0,SYS_VOICE_RANZYU,RANDOM_BOND_MAX_COOL_1,1 +40030016,0,SYS_VOICE_RANZYU,TIME_1,1 +40030017,0,SYS_VOICE_RANZYU,TIME_FIRSTHALF_1,1 +40030018,0,SYS_VOICE_RANZYU,TIME_LATTERHALF_1,1 +40030019,0,SYS_VOICE_RANZYU,TIME_MORNING_1,1 +40030020,0,SYS_VOICE_RANZYU,TIME_NOON_1,1 +40030021,0,SYS_VOICE_RANZYU,TIME_EVENING_1,1 +40030022,0,SYS_VOICE_RANZYU,TIME_NIGHT_1,1 +40030023,0,SYS_VOICE_RANZYU,SEASON_SPRING_1,1 +40030024,0,SYS_VOICE_RANZYU,SEASON_SUMMER_1,1 +40030025,0,SYS_VOICE_RANZYU,SEASON_AUTUMN_1,1 +40030026,0,SYS_VOICE_RANZYU,SEASON_WINTER_1,1 +40030027,0,SYS_VOICE_RANZYU,TOUCH_1,1 +40030028,0,SYS_VOICE_RANZYU,TOUCH_2,1 +40030029,0,SYS_VOICE_RANZYU,TOUCH_3,1 +40030030,0,SYS_VOICE_RANZYU,TOUCH_4,1 +40030031,0,SYS_VOICE_RANZYU,TOUCH_5,1 +40030032,0,SYS_VOICE_RANZYU,TOUCH_6,1 +40030033,0,SYS_VOICE_RANZYU,TOUCH_7,1 +40030034,0,SYS_VOICE_RANZYU,TOUCH_8,1 +40030035,0,SYS_VOICE_RANZYU,TOUCH_9,1 +40030036,0,SYS_VOICE_RANZYU,TOUCH_10,1 +40030037,0,SYS_VOICE_RANZYU,TOUCH_11,1 +40030038,0,SYS_VOICE_RANZYU,ADVICE_STORY_1,1 +40030039,0,SYS_VOICE_RANZYU,ADVICE_MISSION_1,1 +40030040,0,SYS_VOICE_RANZYU,ADVICE_LIVE_1,1 +40030041,0,SYS_VOICE_RANZYU,ADVICE_LP_1,1 +40030042,0,SYS_VOICE_RANZYU,TRIGGER_SHOP_1,1 +40030043,0,SYS_VOICE_RANZYU,ADVICE_LESSON_1,1 +40030044,0,SYS_VOICE_RANZYU,ADVICE_EVOLUTION_1,1 +40030045,0,SYS_VOICE_RANZYU,ADVICE_PRESENT_1,1 +40030046,0,SYS_VOICE_RANZYU,ADVICE_GACHA_1,1 +40030047,0,SYS_VOICE_RANZYU,ADVICE_INFOMATION_1,1 +40030048,0,SYS_VOICE_RANZYU,ADVICE_EVENT_1,1 +40030049,0,SYS_VOICE_RANZYU,TRIGGER_STORY_1,1 +40030050,0,SYS_VOICE_RANZYU,TRIGGER_FRIEND_1,1 +40030051,0,SYS_VOICE_RANZYU,TRIGGER_MEMBER_1,1 +40030052,0,SYS_VOICE_RANZYU,INTRODUCTION_1,1 +40030053,0,SYS_VOICE_RANZYU,SKILL_SMAIL_1,1 +40030054,0,SYS_VOICE_RANZYU,SKILL_PURE_1,1 +40030055,0,SYS_VOICE_RANZYU,SKILL_COOL_1,1 +40030056,0,SYS_VOICE_RANZYU,LIVE_START_1,1 +40030057,0,SYS_VOICE_RANZYU,LIVE_START_2,1 +40030058,0,SYS_VOICE_RANZYU,LIVE_START_3,1 +40030059,0,SYS_VOICE_RANZYU,LIVE_SUCCESS_1,1 +40030060,0,SYS_VOICE_RANZYU,LIVE_SUCCESS_2,1 +40030061,0,SYS_VOICE_RANZYU,LIVE_SUCCESS_3,1 +40030062,0,SYS_VOICE_RANZYU,LIVE_SUCCESS_4,1 +40030063,0,SYS_VOICE_RANZYU,LIVE_SUCCESS_5,1 +40030064,0,SYS_VOICE_RANZYU,LIVE_FAILED_1,1 +40030065,0,SYS_VOICE_RANZYU,LIVE_FAILED_2,1 +40030066,0,SYS_VOICE_RANZYU,RESULT_BOND_1,1 +40030067,0,SYS_VOICE_RANZYU,RESULT_BOND_2,1 +40030068,0,SYS_VOICE_RANZYU,RESULT_BOND_3,1 +40030069,0,SYS_VOICE_RANZYU,RESULT_BOND_4,1 +40030070,0,SYS_VOICE_RANZYU,RESULT_BOND_5,1 +40030071,0,SYS_VOICE_RANZYU,RESULT_BOND_6,1 +40030072,0,SYS_VOICE_RANZYU,RESULT_BOND_7,1 +40030073,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_1,1 +40030074,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_2,1 +40030075,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_3,1 +40030076,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_4,1 +40030077,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_5,1 +40030078,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_6,1 +40030079,0,SYS_VOICE_RANZYU,RESULT_BOND_MAX_7,1 +40030080,0,SYS_VOICE_RANZYU,TRIGGER_EVO_SMILE_1,1 +40030081,0,SYS_VOICE_RANZYU,TRIGGER_EVO_PURE_1,1 +40030082,0,SYS_VOICE_RANZYU,TRIGGER_EVO_COOL_1,1 +40030083,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0101,1 +40030084,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0203,1 +40030085,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0214,1 +40030086,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0303,1 +40030087,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0314,1 +40030088,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0505,1 +40030089,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0707,1 +40030090,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0717,1 +40030091,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_0929,1 +40030092,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_1031,1 +40030093,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_1225,1 +40030094,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_1231,1 +40030095,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_AYUMU,1 +40030096,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_KASUMI,1 +40030097,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_SHIZUKU,1 +40030098,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_KARIN,1 +40030099,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_AI,1 +40030100,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_KANATA,1 +40030101,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_SETUNA,1 +40030102,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_EMA,1 +40030103,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_RINA,1 +40030104,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_SHIORIKO,1 +40030105,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_MIA,1 +40030106,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_RANZYU,1 +40030107,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40030108,0,SYS_VOICE_RANZYU,SYS_VOICE_DAY_HALFANI,223101514 +40031001,0,SYS_VOICE_KANON,RANDOM_1,1 +40031002,0,SYS_VOICE_KANON,RANDOM_EVOLUTION_1,1 +40031003,0,SYS_VOICE_KANON,RANDOM_2,1 +40031004,0,SYS_VOICE_KANON,RANDOM_EVOLUTION_2,1 +40031005,0,SYS_VOICE_KANON,RANDOM_3,1 +40031006,0,SYS_VOICE_KANON,RANDOM_EVOLUTION_3,1 +40031007,0,SYS_VOICE_KANON,RANDOM_UNEVOLUTION_SMILE_1,1 +40031008,0,SYS_VOICE_KANON,RANDOM_UNEVOLUTION_PURE_1,1 +40031009,0,SYS_VOICE_KANON,RANDOM_UNEVOLUTION_COOL_1,1 +40031010,0,SYS_VOICE_KANON,RANDOM_EVOLUTION_SMILE_1,1 +40031011,0,SYS_VOICE_KANON,RANDOM_EVOLUTION_PURE_1,1 +40031012,0,SYS_VOICE_KANON,RANDOM_EVOLUTION_COOL_1,1 +40031013,0,SYS_VOICE_KANON,RANDOM_BOND_MAX_SMILE_1,1 +40031014,0,SYS_VOICE_KANON,RANDOM_BOND_MAX_PURE_1,1 +40031015,0,SYS_VOICE_KANON,RANDOM_BOND_MAX_COOL_1,1 +40031016,0,SYS_VOICE_KANON,TIME_1,1 +40031017,0,SYS_VOICE_KANON,TIME_FIRSTHALF_1,1 +40031018,0,SYS_VOICE_KANON,TIME_LATTERHALF_1,1 +40031019,0,SYS_VOICE_KANON,TIME_MORNING_1,1 +40031020,0,SYS_VOICE_KANON,TIME_NOON_1,1 +40031021,0,SYS_VOICE_KANON,TIME_EVENING_1,1 +40031022,0,SYS_VOICE_KANON,TIME_NIGHT_1,1 +40031023,0,SYS_VOICE_KANON,SEASON_SPRING_1,1 +40031024,0,SYS_VOICE_KANON,SEASON_SUMMER_1,1 +40031025,0,SYS_VOICE_KANON,SEASON_AUTUMN_1,1 +40031026,0,SYS_VOICE_KANON,SEASON_WINTER_1,1 +40031027,0,SYS_VOICE_KANON,TOUCH_1,1 +40031028,0,SYS_VOICE_KANON,TOUCH_2,1 +40031029,0,SYS_VOICE_KANON,TOUCH_3,1 +40031030,0,SYS_VOICE_KANON,TOUCH_4,1 +40031031,0,SYS_VOICE_KANON,TOUCH_5,1 +40031032,0,SYS_VOICE_KANON,TOUCH_6,1 +40031033,0,SYS_VOICE_KANON,TOUCH_7,1 +40031034,0,SYS_VOICE_KANON,TOUCH_8,1 +40031035,0,SYS_VOICE_KANON,TOUCH_9,1 +40031036,0,SYS_VOICE_KANON,TOUCH_10,1 +40031037,0,SYS_VOICE_KANON,TOUCH_11,1 +40031038,0,SYS_VOICE_KANON,ADVICE_STORY_1,1 +40031039,0,SYS_VOICE_KANON,ADVICE_MISSION_1,1 +40031040,0,SYS_VOICE_KANON,ADVICE_LIVE_1,1 +40031041,0,SYS_VOICE_KANON,ADVICE_LP_1,1 +40031042,0,SYS_VOICE_KANON,TRIGGER_SHOP_1,1 +40031043,0,SYS_VOICE_KANON,ADVICE_LESSON_1,1 +40031044,0,SYS_VOICE_KANON,ADVICE_EVOLUTION_1,1 +40031045,0,SYS_VOICE_KANON,ADVICE_PRESENT_1,1 +40031046,0,SYS_VOICE_KANON,ADVICE_GACHA_1,1 +40031047,0,SYS_VOICE_KANON,ADVICE_INFOMATION_1,1 +40031048,0,SYS_VOICE_KANON,ADVICE_EVENT_1,1 +40031049,0,SYS_VOICE_KANON,TRIGGER_STORY_1,1 +40031050,0,SYS_VOICE_KANON,TRIGGER_FRIEND_1,1 +40031051,0,SYS_VOICE_KANON,TRIGGER_MEMBER_1,1 +40031052,0,SYS_VOICE_KANON,INTRODUCTION_1,1 +40031053,0,SYS_VOICE_KANON,SKILL_SMAIL_1,1 +40031054,0,SYS_VOICE_KANON,SKILL_PURE_1,1 +40031055,0,SYS_VOICE_KANON,SKILL_COOL_1,1 +40031056,0,SYS_VOICE_KANON,LIVE_START_1,1 +40031057,0,SYS_VOICE_KANON,LIVE_START_2,1 +40031058,0,SYS_VOICE_KANON,LIVE_START_3,1 +40031059,0,SYS_VOICE_KANON,LIVE_SUCCESS_1,1 +40031060,0,SYS_VOICE_KANON,LIVE_SUCCESS_2,1 +40031061,0,SYS_VOICE_KANON,LIVE_SUCCESS_3,1 +40031062,0,SYS_VOICE_KANON,LIVE_SUCCESS_4,1 +40031063,0,SYS_VOICE_KANON,LIVE_SUCCESS_5,1 +40031064,0,SYS_VOICE_KANON,LIVE_FAILED_1,1 +40031065,0,SYS_VOICE_KANON,LIVE_FAILED_2,1 +40031066,0,SYS_VOICE_KANON,RESULT_BOND_1,1 +40031067,0,SYS_VOICE_KANON,RESULT_BOND_2,1 +40031068,0,SYS_VOICE_KANON,RESULT_BOND_3,1 +40031069,0,SYS_VOICE_KANON,RESULT_BOND_4,1 +40031070,0,SYS_VOICE_KANON,RESULT_BOND_5,1 +40031071,0,SYS_VOICE_KANON,RESULT_BOND_6,1 +40031072,0,SYS_VOICE_KANON,RESULT_BOND_7,1 +40031073,0,SYS_VOICE_KANON,RESULT_BOND_MAX_1,1 +40031074,0,SYS_VOICE_KANON,RESULT_BOND_MAX_2,1 +40031075,0,SYS_VOICE_KANON,RESULT_BOND_MAX_3,1 +40031076,0,SYS_VOICE_KANON,RESULT_BOND_MAX_4,1 +40031077,0,SYS_VOICE_KANON,RESULT_BOND_MAX_5,1 +40031078,0,SYS_VOICE_KANON,RESULT_BOND_MAX_6,1 +40031079,0,SYS_VOICE_KANON,RESULT_BOND_MAX_7,1 +40031080,0,SYS_VOICE_KANON,TRIGGER_EVO_SMILE_1,1 +40031081,0,SYS_VOICE_KANON,TRIGGER_EVO_PURE_1,1 +40031082,0,SYS_VOICE_KANON,TRIGGER_EVO_COOL_1,1 +40031083,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0101,1 +40031084,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0203,1 +40031085,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0214,1 +40031086,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0303,1 +40031087,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0314,1 +40031088,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0505,1 +40031089,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0707,1 +40031090,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0717,1 +40031091,0,SYS_VOICE_KANON,SYS_VOICE_DAY_0929,1 +40031092,0,SYS_VOICE_KANON,SYS_VOICE_DAY_1031,1 +40031093,0,SYS_VOICE_KANON,SYS_VOICE_DAY_1225,1 +40031094,0,SYS_VOICE_KANON,SYS_VOICE_DAY_1231,1 +40031095,0,SYS_VOICE_KANON,SYS_VOICE_DAY_KANON,1 +40031096,0,SYS_VOICE_KANON,SYS_VOICE_DAY_KUKU,1 +40031097,0,SYS_VOICE_KANON,SYS_VOICE_DAY_CHISATO,1 +40031098,0,SYS_VOICE_KANON,SYS_VOICE_DAY_SUMIRE,1 +40031099,0,SYS_VOICE_KANON,SYS_VOICE_DAY_REN,1 +40031100,0,SYS_VOICE_KANON,SYS_VOICE_DAY_KINAKO,1 +40031101,0,SYS_VOICE_KANON,SYS_VOICE_DAY_MEI,1 +40031102,0,SYS_VOICE_KANON,SYS_VOICE_DAY_SHIKI,1 +40031103,0,SYS_VOICE_KANON,SYS_VOICE_DAY_NATUMI,1 +40031104,0,SYS_VOICE_KANON,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40031105,0,SYS_VOICE_KANON,SYS_VOICE_DAY_HALFANI,223101514 +40031106,0,SYS_VOICE_KANON,SYS_VOICE_DAY_MARGARETE,223121502 +40031107,0,SYS_VOICE_KANON,SYS_VOICE_DAY_TOMARI,223121502 +40032001,0,SYS_VOICE_KUKU,RANDOM_1,1 +40032002,0,SYS_VOICE_KUKU,RANDOM_EVOLUTION_1,1 +40032003,0,SYS_VOICE_KUKU,RANDOM_2,1 +40032004,0,SYS_VOICE_KUKU,RANDOM_EVOLUTION_2,1 +40032005,0,SYS_VOICE_KUKU,RANDOM_3,1 +40032006,0,SYS_VOICE_KUKU,RANDOM_EVOLUTION_3,1 +40032007,0,SYS_VOICE_KUKU,RANDOM_UNEVOLUTION_SMILE_1,1 +40032008,0,SYS_VOICE_KUKU,RANDOM_UNEVOLUTION_PURE_1,1 +40032009,0,SYS_VOICE_KUKU,RANDOM_UNEVOLUTION_COOL_1,1 +40032010,0,SYS_VOICE_KUKU,RANDOM_EVOLUTION_SMILE_1,1 +40032011,0,SYS_VOICE_KUKU,RANDOM_EVOLUTION_PURE_1,1 +40032012,0,SYS_VOICE_KUKU,RANDOM_EVOLUTION_COOL_1,1 +40032013,0,SYS_VOICE_KUKU,RANDOM_BOND_MAX_SMILE_1,1 +40032014,0,SYS_VOICE_KUKU,RANDOM_BOND_MAX_PURE_1,1 +40032015,0,SYS_VOICE_KUKU,RANDOM_BOND_MAX_COOL_1,1 +40032016,0,SYS_VOICE_KUKU,TIME_1,1 +40032017,0,SYS_VOICE_KUKU,TIME_FIRSTHALF_1,1 +40032018,0,SYS_VOICE_KUKU,TIME_LATTERHALF_1,1 +40032019,0,SYS_VOICE_KUKU,TIME_MORNING_1,1 +40032020,0,SYS_VOICE_KUKU,TIME_NOON_1,1 +40032021,0,SYS_VOICE_KUKU,TIME_EVENING_1,1 +40032022,0,SYS_VOICE_KUKU,TIME_NIGHT_1,1 +40032023,0,SYS_VOICE_KUKU,SEASON_SPRING_1,1 +40032024,0,SYS_VOICE_KUKU,SEASON_SUMMER_1,1 +40032025,0,SYS_VOICE_KUKU,SEASON_AUTUMN_1,1 +40032026,0,SYS_VOICE_KUKU,SEASON_WINTER_1,1 +40032027,0,SYS_VOICE_KUKU,TOUCH_1,1 +40032028,0,SYS_VOICE_KUKU,TOUCH_2,1 +40032029,0,SYS_VOICE_KUKU,TOUCH_3,1 +40032030,0,SYS_VOICE_KUKU,TOUCH_4,1 +40032031,0,SYS_VOICE_KUKU,TOUCH_5,1 +40032032,0,SYS_VOICE_KUKU,TOUCH_6,1 +40032033,0,SYS_VOICE_KUKU,TOUCH_7,1 +40032034,0,SYS_VOICE_KUKU,TOUCH_8,1 +40032035,0,SYS_VOICE_KUKU,TOUCH_9,1 +40032036,0,SYS_VOICE_KUKU,TOUCH_10,1 +40032037,0,SYS_VOICE_KUKU,TOUCH_11,1 +40032038,0,SYS_VOICE_KUKU,ADVICE_STORY_1,1 +40032039,0,SYS_VOICE_KUKU,ADVICE_MISSION_1,1 +40032040,0,SYS_VOICE_KUKU,ADVICE_LIVE_1,1 +40032041,0,SYS_VOICE_KUKU,ADVICE_LP_1,1 +40032042,0,SYS_VOICE_KUKU,TRIGGER_SHOP_1,1 +40032043,0,SYS_VOICE_KUKU,ADVICE_LESSON_1,1 +40032044,0,SYS_VOICE_KUKU,ADVICE_EVOLUTION_1,1 +40032045,0,SYS_VOICE_KUKU,ADVICE_PRESENT_1,1 +40032046,0,SYS_VOICE_KUKU,ADVICE_GACHA_1,1 +40032047,0,SYS_VOICE_KUKU,ADVICE_INFOMATION_1,1 +40032048,0,SYS_VOICE_KUKU,ADVICE_EVENT_1,1 +40032049,0,SYS_VOICE_KUKU,TRIGGER_STORY_1,1 +40032050,0,SYS_VOICE_KUKU,TRIGGER_FRIEND_1,1 +40032051,0,SYS_VOICE_KUKU,TRIGGER_MEMBER_1,1 +40032052,0,SYS_VOICE_KUKU,INTRODUCTION_1,1 +40032053,0,SYS_VOICE_KUKU,SKILL_SMAIL_1,1 +40032054,0,SYS_VOICE_KUKU,SKILL_PURE_1,1 +40032055,0,SYS_VOICE_KUKU,SKILL_COOL_1,1 +40032056,0,SYS_VOICE_KUKU,LIVE_START_1,1 +40032057,0,SYS_VOICE_KUKU,LIVE_START_2,1 +40032058,0,SYS_VOICE_KUKU,LIVE_START_3,1 +40032059,0,SYS_VOICE_KUKU,LIVE_SUCCESS_1,1 +40032060,0,SYS_VOICE_KUKU,LIVE_SUCCESS_2,1 +40032061,0,SYS_VOICE_KUKU,LIVE_SUCCESS_3,1 +40032062,0,SYS_VOICE_KUKU,LIVE_SUCCESS_4,1 +40032063,0,SYS_VOICE_KUKU,LIVE_SUCCESS_5,1 +40032064,0,SYS_VOICE_KUKU,LIVE_FAILED_1,1 +40032065,0,SYS_VOICE_KUKU,LIVE_FAILED_2,1 +40032066,0,SYS_VOICE_KUKU,RESULT_BOND_1,1 +40032067,0,SYS_VOICE_KUKU,RESULT_BOND_2,1 +40032068,0,SYS_VOICE_KUKU,RESULT_BOND_3,1 +40032069,0,SYS_VOICE_KUKU,RESULT_BOND_4,1 +40032070,0,SYS_VOICE_KUKU,RESULT_BOND_5,1 +40032071,0,SYS_VOICE_KUKU,RESULT_BOND_6,1 +40032072,0,SYS_VOICE_KUKU,RESULT_BOND_7,1 +40032073,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_1,1 +40032074,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_2,1 +40032075,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_3,1 +40032076,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_4,1 +40032077,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_5,1 +40032078,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_6,1 +40032079,0,SYS_VOICE_KUKU,RESULT_BOND_MAX_7,1 +40032080,0,SYS_VOICE_KUKU,TRIGGER_EVO_SMILE_1,1 +40032081,0,SYS_VOICE_KUKU,TRIGGER_EVO_PURE_1,1 +40032082,0,SYS_VOICE_KUKU,TRIGGER_EVO_COOL_1,1 +40032083,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0101,1 +40032084,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0203,1 +40032085,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0214,1 +40032086,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0303,1 +40032087,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0314,1 +40032088,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0505,1 +40032089,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0707,1 +40032090,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0717,1 +40032091,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_0929,1 +40032092,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_1031,1 +40032093,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_1225,1 +40032094,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_1231,1 +40032095,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_KANON,1 +40032096,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_KUKU,1 +40032097,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_CHISATO,1 +40032098,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_SUMIRE,1 +40032099,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_REN,1 +40032100,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_KINAKO,1 +40032101,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_MEI,1 +40032102,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_SHIKI,1 +40032103,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_NATUMI,1 +40032104,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40032105,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_HALFANI,223101514 +40032106,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_MARGARETE,223121502 +40032107,0,SYS_VOICE_KUKU,SYS_VOICE_DAY_TOMARI,223121502 +40033001,0,SYS_VOICE_CHISATO,RANDOM_1,1 +40033002,0,SYS_VOICE_CHISATO,RANDOM_EVOLUTION_1,1 +40033003,0,SYS_VOICE_CHISATO,RANDOM_2,1 +40033004,0,SYS_VOICE_CHISATO,RANDOM_EVOLUTION_2,1 +40033005,0,SYS_VOICE_CHISATO,RANDOM_3,1 +40033006,0,SYS_VOICE_CHISATO,RANDOM_EVOLUTION_3,1 +40033007,0,SYS_VOICE_CHISATO,RANDOM_UNEVOLUTION_SMILE_1,1 +40033008,0,SYS_VOICE_CHISATO,RANDOM_UNEVOLUTION_PURE_1,1 +40033009,0,SYS_VOICE_CHISATO,RANDOM_UNEVOLUTION_COOL_1,1 +40033010,0,SYS_VOICE_CHISATO,RANDOM_EVOLUTION_SMILE_1,1 +40033011,0,SYS_VOICE_CHISATO,RANDOM_EVOLUTION_PURE_1,1 +40033012,0,SYS_VOICE_CHISATO,RANDOM_EVOLUTION_COOL_1,1 +40033013,0,SYS_VOICE_CHISATO,RANDOM_BOND_MAX_SMILE_1,1 +40033014,0,SYS_VOICE_CHISATO,RANDOM_BOND_MAX_PURE_1,1 +40033015,0,SYS_VOICE_CHISATO,RANDOM_BOND_MAX_COOL_1,1 +40033016,0,SYS_VOICE_CHISATO,TIME_1,1 +40033017,0,SYS_VOICE_CHISATO,TIME_FIRSTHALF_1,1 +40033018,0,SYS_VOICE_CHISATO,TIME_LATTERHALF_1,1 +40033019,0,SYS_VOICE_CHISATO,TIME_MORNING_1,1 +40033020,0,SYS_VOICE_CHISATO,TIME_NOON_1,1 +40033021,0,SYS_VOICE_CHISATO,TIME_EVENING_1,1 +40033022,0,SYS_VOICE_CHISATO,TIME_NIGHT_1,1 +40033023,0,SYS_VOICE_CHISATO,SEASON_SPRING_1,1 +40033024,0,SYS_VOICE_CHISATO,SEASON_SUMMER_1,1 +40033025,0,SYS_VOICE_CHISATO,SEASON_AUTUMN_1,1 +40033026,0,SYS_VOICE_CHISATO,SEASON_WINTER_1,1 +40033027,0,SYS_VOICE_CHISATO,TOUCH_1,1 +40033028,0,SYS_VOICE_CHISATO,TOUCH_2,1 +40033029,0,SYS_VOICE_CHISATO,TOUCH_3,1 +40033030,0,SYS_VOICE_CHISATO,TOUCH_4,1 +40033031,0,SYS_VOICE_CHISATO,TOUCH_5,1 +40033032,0,SYS_VOICE_CHISATO,TOUCH_6,1 +40033033,0,SYS_VOICE_CHISATO,TOUCH_7,1 +40033034,0,SYS_VOICE_CHISATO,TOUCH_8,1 +40033035,0,SYS_VOICE_CHISATO,TOUCH_9,1 +40033036,0,SYS_VOICE_CHISATO,TOUCH_10,1 +40033037,0,SYS_VOICE_CHISATO,TOUCH_11,1 +40033038,0,SYS_VOICE_CHISATO,ADVICE_STORY_1,1 +40033039,0,SYS_VOICE_CHISATO,ADVICE_MISSION_1,1 +40033040,0,SYS_VOICE_CHISATO,ADVICE_LIVE_1,1 +40033041,0,SYS_VOICE_CHISATO,ADVICE_LP_1,1 +40033042,0,SYS_VOICE_CHISATO,TRIGGER_SHOP_1,1 +40033043,0,SYS_VOICE_CHISATO,ADVICE_LESSON_1,1 +40033044,0,SYS_VOICE_CHISATO,ADVICE_EVOLUTION_1,1 +40033045,0,SYS_VOICE_CHISATO,ADVICE_PRESENT_1,1 +40033046,0,SYS_VOICE_CHISATO,ADVICE_GACHA_1,1 +40033047,0,SYS_VOICE_CHISATO,ADVICE_INFOMATION_1,1 +40033048,0,SYS_VOICE_CHISATO,ADVICE_EVENT_1,1 +40033049,0,SYS_VOICE_CHISATO,TRIGGER_STORY_1,1 +40033050,0,SYS_VOICE_CHISATO,TRIGGER_FRIEND_1,1 +40033051,0,SYS_VOICE_CHISATO,TRIGGER_MEMBER_1,1 +40033052,0,SYS_VOICE_CHISATO,INTRODUCTION_1,1 +40033053,0,SYS_VOICE_CHISATO,SKILL_SMAIL_1,1 +40033054,0,SYS_VOICE_CHISATO,SKILL_PURE_1,1 +40033055,0,SYS_VOICE_CHISATO,SKILL_COOL_1,1 +40033056,0,SYS_VOICE_CHISATO,LIVE_START_1,1 +40033057,0,SYS_VOICE_CHISATO,LIVE_START_2,1 +40033058,0,SYS_VOICE_CHISATO,LIVE_START_3,1 +40033059,0,SYS_VOICE_CHISATO,LIVE_SUCCESS_1,1 +40033060,0,SYS_VOICE_CHISATO,LIVE_SUCCESS_2,1 +40033061,0,SYS_VOICE_CHISATO,LIVE_SUCCESS_3,1 +40033062,0,SYS_VOICE_CHISATO,LIVE_SUCCESS_4,1 +40033063,0,SYS_VOICE_CHISATO,LIVE_SUCCESS_5,1 +40033064,0,SYS_VOICE_CHISATO,LIVE_FAILED_1,1 +40033065,0,SYS_VOICE_CHISATO,LIVE_FAILED_2,1 +40033066,0,SYS_VOICE_CHISATO,RESULT_BOND_1,1 +40033067,0,SYS_VOICE_CHISATO,RESULT_BOND_2,1 +40033068,0,SYS_VOICE_CHISATO,RESULT_BOND_3,1 +40033069,0,SYS_VOICE_CHISATO,RESULT_BOND_4,1 +40033070,0,SYS_VOICE_CHISATO,RESULT_BOND_5,1 +40033071,0,SYS_VOICE_CHISATO,RESULT_BOND_6,1 +40033072,0,SYS_VOICE_CHISATO,RESULT_BOND_7,1 +40033073,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_1,1 +40033074,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_2,1 +40033075,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_3,1 +40033076,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_4,1 +40033077,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_5,1 +40033078,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_6,1 +40033079,0,SYS_VOICE_CHISATO,RESULT_BOND_MAX_7,1 +40033080,0,SYS_VOICE_CHISATO,TRIGGER_EVO_SMILE_1,1 +40033081,0,SYS_VOICE_CHISATO,TRIGGER_EVO_PURE_1,1 +40033082,0,SYS_VOICE_CHISATO,TRIGGER_EVO_COOL_1,1 +40033083,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0101,1 +40033084,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0203,1 +40033085,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0214,1 +40033086,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0303,1 +40033087,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0314,1 +40033088,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0505,1 +40033089,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0707,1 +40033090,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0717,1 +40033091,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_0929,1 +40033092,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_1031,1 +40033093,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_1225,1 +40033094,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_1231,1 +40033095,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_KANON,1 +40033096,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_KUKU,1 +40033097,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_CHISATO,1 +40033098,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_SUMIRE,1 +40033099,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_REN,1 +40033100,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_KINAKO,1 +40033101,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_MEI,1 +40033102,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_SHIKI,1 +40033103,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_NATUMI,1 +40033104,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40033105,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_HALFANI,223101514 +40033106,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_MARGARETE,223121502 +40033107,0,SYS_VOICE_CHISATO,SYS_VOICE_DAY_TOMARI,223121502 +40034001,0,SYS_VOICE_SUMIRE,RANDOM_1,1 +40034002,0,SYS_VOICE_SUMIRE,RANDOM_EVOLUTION_1,1 +40034003,0,SYS_VOICE_SUMIRE,RANDOM_2,1 +40034004,0,SYS_VOICE_SUMIRE,RANDOM_EVOLUTION_2,1 +40034005,0,SYS_VOICE_SUMIRE,RANDOM_3,1 +40034006,0,SYS_VOICE_SUMIRE,RANDOM_EVOLUTION_3,1 +40034007,0,SYS_VOICE_SUMIRE,RANDOM_UNEVOLUTION_SMILE_1,1 +40034008,0,SYS_VOICE_SUMIRE,RANDOM_UNEVOLUTION_PURE_1,1 +40034009,0,SYS_VOICE_SUMIRE,RANDOM_UNEVOLUTION_COOL_1,1 +40034010,0,SYS_VOICE_SUMIRE,RANDOM_EVOLUTION_SMILE_1,1 +40034011,0,SYS_VOICE_SUMIRE,RANDOM_EVOLUTION_PURE_1,1 +40034012,0,SYS_VOICE_SUMIRE,RANDOM_EVOLUTION_COOL_1,1 +40034013,0,SYS_VOICE_SUMIRE,RANDOM_BOND_MAX_SMILE_1,1 +40034014,0,SYS_VOICE_SUMIRE,RANDOM_BOND_MAX_PURE_1,1 +40034015,0,SYS_VOICE_SUMIRE,RANDOM_BOND_MAX_COOL_1,1 +40034016,0,SYS_VOICE_SUMIRE,TIME_1,1 +40034017,0,SYS_VOICE_SUMIRE,TIME_FIRSTHALF_1,1 +40034018,0,SYS_VOICE_SUMIRE,TIME_LATTERHALF_1,1 +40034019,0,SYS_VOICE_SUMIRE,TIME_MORNING_1,1 +40034020,0,SYS_VOICE_SUMIRE,TIME_NOON_1,1 +40034021,0,SYS_VOICE_SUMIRE,TIME_EVENING_1,1 +40034022,0,SYS_VOICE_SUMIRE,TIME_NIGHT_1,1 +40034023,0,SYS_VOICE_SUMIRE,SEASON_SPRING_1,1 +40034024,0,SYS_VOICE_SUMIRE,SEASON_SUMMER_1,1 +40034025,0,SYS_VOICE_SUMIRE,SEASON_AUTUMN_1,1 +40034026,0,SYS_VOICE_SUMIRE,SEASON_WINTER_1,1 +40034027,0,SYS_VOICE_SUMIRE,TOUCH_1,1 +40034028,0,SYS_VOICE_SUMIRE,TOUCH_2,1 +40034029,0,SYS_VOICE_SUMIRE,TOUCH_3,1 +40034030,0,SYS_VOICE_SUMIRE,TOUCH_4,1 +40034031,0,SYS_VOICE_SUMIRE,TOUCH_5,1 +40034032,0,SYS_VOICE_SUMIRE,TOUCH_6,1 +40034033,0,SYS_VOICE_SUMIRE,TOUCH_7,1 +40034034,0,SYS_VOICE_SUMIRE,TOUCH_8,1 +40034035,0,SYS_VOICE_SUMIRE,TOUCH_9,1 +40034036,0,SYS_VOICE_SUMIRE,TOUCH_10,1 +40034037,0,SYS_VOICE_SUMIRE,TOUCH_11,1 +40034038,0,SYS_VOICE_SUMIRE,ADVICE_STORY_1,1 +40034039,0,SYS_VOICE_SUMIRE,ADVICE_MISSION_1,1 +40034040,0,SYS_VOICE_SUMIRE,ADVICE_LIVE_1,1 +40034041,0,SYS_VOICE_SUMIRE,ADVICE_LP_1,1 +40034042,0,SYS_VOICE_SUMIRE,TRIGGER_SHOP_1,1 +40034043,0,SYS_VOICE_SUMIRE,ADVICE_LESSON_1,1 +40034044,0,SYS_VOICE_SUMIRE,ADVICE_EVOLUTION_1,1 +40034045,0,SYS_VOICE_SUMIRE,ADVICE_PRESENT_1,1 +40034046,0,SYS_VOICE_SUMIRE,ADVICE_GACHA_1,1 +40034047,0,SYS_VOICE_SUMIRE,ADVICE_INFOMATION_1,1 +40034048,0,SYS_VOICE_SUMIRE,ADVICE_EVENT_1,1 +40034049,0,SYS_VOICE_SUMIRE,TRIGGER_STORY_1,1 +40034050,0,SYS_VOICE_SUMIRE,TRIGGER_FRIEND_1,1 +40034051,0,SYS_VOICE_SUMIRE,TRIGGER_MEMBER_1,1 +40034052,0,SYS_VOICE_SUMIRE,INTRODUCTION_1,1 +40034053,0,SYS_VOICE_SUMIRE,SKILL_SMAIL_1,1 +40034054,0,SYS_VOICE_SUMIRE,SKILL_PURE_1,1 +40034055,0,SYS_VOICE_SUMIRE,SKILL_COOL_1,1 +40034056,0,SYS_VOICE_SUMIRE,LIVE_START_1,1 +40034057,0,SYS_VOICE_SUMIRE,LIVE_START_2,1 +40034058,0,SYS_VOICE_SUMIRE,LIVE_START_3,1 +40034059,0,SYS_VOICE_SUMIRE,LIVE_SUCCESS_1,1 +40034060,0,SYS_VOICE_SUMIRE,LIVE_SUCCESS_2,1 +40034061,0,SYS_VOICE_SUMIRE,LIVE_SUCCESS_3,1 +40034062,0,SYS_VOICE_SUMIRE,LIVE_SUCCESS_4,1 +40034063,0,SYS_VOICE_SUMIRE,LIVE_SUCCESS_5,1 +40034064,0,SYS_VOICE_SUMIRE,LIVE_FAILED_1,1 +40034065,0,SYS_VOICE_SUMIRE,LIVE_FAILED_2,1 +40034066,0,SYS_VOICE_SUMIRE,RESULT_BOND_1,1 +40034067,0,SYS_VOICE_SUMIRE,RESULT_BOND_2,1 +40034068,0,SYS_VOICE_SUMIRE,RESULT_BOND_3,1 +40034069,0,SYS_VOICE_SUMIRE,RESULT_BOND_4,1 +40034070,0,SYS_VOICE_SUMIRE,RESULT_BOND_5,1 +40034071,0,SYS_VOICE_SUMIRE,RESULT_BOND_6,1 +40034072,0,SYS_VOICE_SUMIRE,RESULT_BOND_7,1 +40034073,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_1,1 +40034074,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_2,1 +40034075,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_3,1 +40034076,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_4,1 +40034077,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_5,1 +40034078,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_6,1 +40034079,0,SYS_VOICE_SUMIRE,RESULT_BOND_MAX_7,1 +40034080,0,SYS_VOICE_SUMIRE,TRIGGER_EVO_SMILE_1,1 +40034081,0,SYS_VOICE_SUMIRE,TRIGGER_EVO_PURE_1,1 +40034082,0,SYS_VOICE_SUMIRE,TRIGGER_EVO_COOL_1,1 +40034083,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0101,1 +40034084,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0203,1 +40034085,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0214,1 +40034086,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0303,1 +40034087,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0314,1 +40034088,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0505,1 +40034089,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0707,1 +40034090,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0717,1 +40034091,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_0929,1 +40034092,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_1031,1 +40034093,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_1225,1 +40034094,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_1231,1 +40034095,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_KANON,1 +40034096,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_KUKU,1 +40034097,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_CHISATO,1 +40034098,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_SUMIRE,1 +40034099,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_REN,1 +40034100,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_KINAKO,1 +40034101,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_MEI,1 +40034102,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_SHIKI,1 +40034103,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_NATUMI,1 +40034104,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40034105,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_HALFANI,223101514 +40034106,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_MARGARETE,223121502 +40034107,0,SYS_VOICE_SUMIRE,SYS_VOICE_DAY_TOMARI,223121502 +40035001,0,SYS_VOICE_REN,RANDOM_1,1 +40035002,0,SYS_VOICE_REN,RANDOM_EVOLUTION_1,1 +40035003,0,SYS_VOICE_REN,RANDOM_2,1 +40035004,0,SYS_VOICE_REN,RANDOM_EVOLUTION_2,1 +40035005,0,SYS_VOICE_REN,RANDOM_3,1 +40035006,0,SYS_VOICE_REN,RANDOM_EVOLUTION_3,1 +40035007,0,SYS_VOICE_REN,RANDOM_UNEVOLUTION_SMILE_1,1 +40035008,0,SYS_VOICE_REN,RANDOM_UNEVOLUTION_PURE_1,1 +40035009,0,SYS_VOICE_REN,RANDOM_UNEVOLUTION_COOL_1,1 +40035010,0,SYS_VOICE_REN,RANDOM_EVOLUTION_SMILE_1,1 +40035011,0,SYS_VOICE_REN,RANDOM_EVOLUTION_PURE_1,1 +40035012,0,SYS_VOICE_REN,RANDOM_EVOLUTION_COOL_1,1 +40035013,0,SYS_VOICE_REN,RANDOM_BOND_MAX_SMILE_1,1 +40035014,0,SYS_VOICE_REN,RANDOM_BOND_MAX_PURE_1,1 +40035015,0,SYS_VOICE_REN,RANDOM_BOND_MAX_COOL_1,1 +40035016,0,SYS_VOICE_REN,TIME_1,1 +40035017,0,SYS_VOICE_REN,TIME_FIRSTHALF_1,1 +40035018,0,SYS_VOICE_REN,TIME_LATTERHALF_1,1 +40035019,0,SYS_VOICE_REN,TIME_MORNING_1,1 +40035020,0,SYS_VOICE_REN,TIME_NOON_1,1 +40035021,0,SYS_VOICE_REN,TIME_EVENING_1,1 +40035022,0,SYS_VOICE_REN,TIME_NIGHT_1,1 +40035023,0,SYS_VOICE_REN,SEASON_SPRING_1,1 +40035024,0,SYS_VOICE_REN,SEASON_SUMMER_1,1 +40035025,0,SYS_VOICE_REN,SEASON_AUTUMN_1,1 +40035026,0,SYS_VOICE_REN,SEASON_WINTER_1,1 +40035027,0,SYS_VOICE_REN,TOUCH_1,1 +40035028,0,SYS_VOICE_REN,TOUCH_2,1 +40035029,0,SYS_VOICE_REN,TOUCH_3,1 +40035030,0,SYS_VOICE_REN,TOUCH_4,1 +40035031,0,SYS_VOICE_REN,TOUCH_5,1 +40035032,0,SYS_VOICE_REN,TOUCH_6,1 +40035033,0,SYS_VOICE_REN,TOUCH_7,1 +40035034,0,SYS_VOICE_REN,TOUCH_8,1 +40035035,0,SYS_VOICE_REN,TOUCH_9,1 +40035036,0,SYS_VOICE_REN,TOUCH_10,1 +40035037,0,SYS_VOICE_REN,TOUCH_11,1 +40035038,0,SYS_VOICE_REN,ADVICE_STORY_1,1 +40035039,0,SYS_VOICE_REN,ADVICE_MISSION_1,1 +40035040,0,SYS_VOICE_REN,ADVICE_LIVE_1,1 +40035041,0,SYS_VOICE_REN,ADVICE_LP_1,1 +40035042,0,SYS_VOICE_REN,TRIGGER_SHOP_1,1 +40035043,0,SYS_VOICE_REN,ADVICE_LESSON_1,1 +40035044,0,SYS_VOICE_REN,ADVICE_EVOLUTION_1,1 +40035045,0,SYS_VOICE_REN,ADVICE_PRESENT_1,1 +40035046,0,SYS_VOICE_REN,ADVICE_GACHA_1,1 +40035047,0,SYS_VOICE_REN,ADVICE_INFOMATION_1,1 +40035048,0,SYS_VOICE_REN,ADVICE_EVENT_1,1 +40035049,0,SYS_VOICE_REN,TRIGGER_STORY_1,1 +40035050,0,SYS_VOICE_REN,TRIGGER_FRIEND_1,1 +40035051,0,SYS_VOICE_REN,TRIGGER_MEMBER_1,1 +40035052,0,SYS_VOICE_REN,INTRODUCTION_1,1 +40035053,0,SYS_VOICE_REN,SKILL_SMAIL_1,1 +40035054,0,SYS_VOICE_REN,SKILL_PURE_1,1 +40035055,0,SYS_VOICE_REN,SKILL_COOL_1,1 +40035056,0,SYS_VOICE_REN,LIVE_START_1,1 +40035057,0,SYS_VOICE_REN,LIVE_START_2,1 +40035058,0,SYS_VOICE_REN,LIVE_START_3,1 +40035059,0,SYS_VOICE_REN,LIVE_SUCCESS_1,1 +40035060,0,SYS_VOICE_REN,LIVE_SUCCESS_2,1 +40035061,0,SYS_VOICE_REN,LIVE_SUCCESS_3,1 +40035062,0,SYS_VOICE_REN,LIVE_SUCCESS_4,1 +40035063,0,SYS_VOICE_REN,LIVE_SUCCESS_5,1 +40035064,0,SYS_VOICE_REN,LIVE_FAILED_1,1 +40035065,0,SYS_VOICE_REN,LIVE_FAILED_2,1 +40035066,0,SYS_VOICE_REN,RESULT_BOND_1,1 +40035067,0,SYS_VOICE_REN,RESULT_BOND_2,1 +40035068,0,SYS_VOICE_REN,RESULT_BOND_3,1 +40035069,0,SYS_VOICE_REN,RESULT_BOND_4,1 +40035070,0,SYS_VOICE_REN,RESULT_BOND_5,1 +40035071,0,SYS_VOICE_REN,RESULT_BOND_6,1 +40035072,0,SYS_VOICE_REN,RESULT_BOND_7,1 +40035073,0,SYS_VOICE_REN,RESULT_BOND_MAX_1,1 +40035074,0,SYS_VOICE_REN,RESULT_BOND_MAX_2,1 +40035075,0,SYS_VOICE_REN,RESULT_BOND_MAX_3,1 +40035076,0,SYS_VOICE_REN,RESULT_BOND_MAX_4,1 +40035077,0,SYS_VOICE_REN,RESULT_BOND_MAX_5,1 +40035078,0,SYS_VOICE_REN,RESULT_BOND_MAX_6,1 +40035079,0,SYS_VOICE_REN,RESULT_BOND_MAX_7,1 +40035080,0,SYS_VOICE_REN,TRIGGER_EVO_SMILE_1,1 +40035081,0,SYS_VOICE_REN,TRIGGER_EVO_PURE_1,1 +40035082,0,SYS_VOICE_REN,TRIGGER_EVO_COOL_1,1 +40035083,0,SYS_VOICE_REN,SYS_VOICE_DAY_0101,1 +40035084,0,SYS_VOICE_REN,SYS_VOICE_DAY_0203,1 +40035085,0,SYS_VOICE_REN,SYS_VOICE_DAY_0214,1 +40035086,0,SYS_VOICE_REN,SYS_VOICE_DAY_0303,1 +40035087,0,SYS_VOICE_REN,SYS_VOICE_DAY_0314,1 +40035088,0,SYS_VOICE_REN,SYS_VOICE_DAY_0505,1 +40035089,0,SYS_VOICE_REN,SYS_VOICE_DAY_0707,1 +40035090,0,SYS_VOICE_REN,SYS_VOICE_DAY_0717,1 +40035091,0,SYS_VOICE_REN,SYS_VOICE_DAY_0929,1 +40035092,0,SYS_VOICE_REN,SYS_VOICE_DAY_1031,1 +40035093,0,SYS_VOICE_REN,SYS_VOICE_DAY_1225,1 +40035094,0,SYS_VOICE_REN,SYS_VOICE_DAY_1231,1 +40035095,0,SYS_VOICE_REN,SYS_VOICE_DAY_KANON,1 +40035096,0,SYS_VOICE_REN,SYS_VOICE_DAY_KUKU,1 +40035097,0,SYS_VOICE_REN,SYS_VOICE_DAY_CHISATO,1 +40035098,0,SYS_VOICE_REN,SYS_VOICE_DAY_SUMIRE,1 +40035099,0,SYS_VOICE_REN,SYS_VOICE_DAY_REN,1 +40035100,0,SYS_VOICE_REN,SYS_VOICE_DAY_KINAKO,1 +40035101,0,SYS_VOICE_REN,SYS_VOICE_DAY_MEI,1 +40035102,0,SYS_VOICE_REN,SYS_VOICE_DAY_SHIKI,1 +40035103,0,SYS_VOICE_REN,SYS_VOICE_DAY_NATUMI,1 +40035104,0,SYS_VOICE_REN,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40035105,0,SYS_VOICE_REN,SYS_VOICE_DAY_HALFANI,223101514 +40035106,0,SYS_VOICE_REN,SYS_VOICE_DAY_MARGARETE,223121502 +40035107,0,SYS_VOICE_REN,SYS_VOICE_DAY_TOMARI,223121502 +40036001,0,SYS_VOICE_KINAKO,RANDOM_1,1 +40036002,0,SYS_VOICE_KINAKO,RANDOM_EVOLUTION_1,1 +40036003,0,SYS_VOICE_KINAKO,RANDOM_2,1 +40036004,0,SYS_VOICE_KINAKO,RANDOM_EVOLUTION_2,1 +40036005,0,SYS_VOICE_KINAKO,RANDOM_3,1 +40036006,0,SYS_VOICE_KINAKO,RANDOM_EVOLUTION_3,1 +40036007,0,SYS_VOICE_KINAKO,RANDOM_UNEVOLUTION_SMILE_1,1 +40036008,0,SYS_VOICE_KINAKO,RANDOM_UNEVOLUTION_PURE_1,1 +40036009,0,SYS_VOICE_KINAKO,RANDOM_UNEVOLUTION_COOL_1,1 +40036010,0,SYS_VOICE_KINAKO,RANDOM_EVOLUTION_SMILE_1,1 +40036011,0,SYS_VOICE_KINAKO,RANDOM_EVOLUTION_PURE_1,1 +40036012,0,SYS_VOICE_KINAKO,RANDOM_EVOLUTION_COOL_1,1 +40036013,0,SYS_VOICE_KINAKO,RANDOM_BOND_MAX_SMILE_1,1 +40036014,0,SYS_VOICE_KINAKO,RANDOM_BOND_MAX_PURE_1,1 +40036015,0,SYS_VOICE_KINAKO,RANDOM_BOND_MAX_COOL_1,1 +40036016,0,SYS_VOICE_KINAKO,TIME_1,1 +40036017,0,SYS_VOICE_KINAKO,TIME_FIRSTHALF_1,1 +40036018,0,SYS_VOICE_KINAKO,TIME_LATTERHALF_1,1 +40036019,0,SYS_VOICE_KINAKO,TIME_MORNING_1,1 +40036020,0,SYS_VOICE_KINAKO,TIME_NOON_1,1 +40036021,0,SYS_VOICE_KINAKO,TIME_EVENING_1,1 +40036022,0,SYS_VOICE_KINAKO,TIME_NIGHT_1,1 +40036023,0,SYS_VOICE_KINAKO,SEASON_SPRING_1,1 +40036024,0,SYS_VOICE_KINAKO,SEASON_SUMMER_1,1 +40036025,0,SYS_VOICE_KINAKO,SEASON_AUTUMN_1,1 +40036026,0,SYS_VOICE_KINAKO,SEASON_WINTER_1,1 +40036027,0,SYS_VOICE_KINAKO,TOUCH_1,1 +40036028,0,SYS_VOICE_KINAKO,TOUCH_2,1 +40036029,0,SYS_VOICE_KINAKO,TOUCH_3,1 +40036030,0,SYS_VOICE_KINAKO,TOUCH_4,1 +40036031,0,SYS_VOICE_KINAKO,TOUCH_5,1 +40036032,0,SYS_VOICE_KINAKO,TOUCH_6,1 +40036033,0,SYS_VOICE_KINAKO,TOUCH_7,1 +40036034,0,SYS_VOICE_KINAKO,TOUCH_8,1 +40036035,0,SYS_VOICE_KINAKO,TOUCH_9,1 +40036036,0,SYS_VOICE_KINAKO,TOUCH_10,1 +40036037,0,SYS_VOICE_KINAKO,TOUCH_11,1 +40036038,0,SYS_VOICE_KINAKO,ADVICE_STORY_1,1 +40036039,0,SYS_VOICE_KINAKO,ADVICE_MISSION_1,1 +40036040,0,SYS_VOICE_KINAKO,ADVICE_LIVE_1,1 +40036041,0,SYS_VOICE_KINAKO,ADVICE_LP_1,1 +40036042,0,SYS_VOICE_KINAKO,TRIGGER_SHOP_1,1 +40036043,0,SYS_VOICE_KINAKO,ADVICE_LESSON_1,1 +40036044,0,SYS_VOICE_KINAKO,ADVICE_EVOLUTION_1,1 +40036045,0,SYS_VOICE_KINAKO,ADVICE_PRESENT_1,1 +40036046,0,SYS_VOICE_KINAKO,ADVICE_GACHA_1,1 +40036047,0,SYS_VOICE_KINAKO,ADVICE_INFOMATION_1,1 +40036048,0,SYS_VOICE_KINAKO,ADVICE_EVENT_1,1 +40036049,0,SYS_VOICE_KINAKO,TRIGGER_STORY_1,1 +40036050,0,SYS_VOICE_KINAKO,TRIGGER_FRIEND_1,1 +40036051,0,SYS_VOICE_KINAKO,TRIGGER_MEMBER_1,1 +40036052,0,SYS_VOICE_KINAKO,INTRODUCTION_1,1 +40036053,0,SYS_VOICE_KINAKO,SKILL_SMAIL_1,1 +40036054,0,SYS_VOICE_KINAKO,SKILL_PURE_1,1 +40036055,0,SYS_VOICE_KINAKO,SKILL_COOL_1,1 +40036056,0,SYS_VOICE_KINAKO,LIVE_START_1,1 +40036057,0,SYS_VOICE_KINAKO,LIVE_START_2,1 +40036058,0,SYS_VOICE_KINAKO,LIVE_START_3,1 +40036059,0,SYS_VOICE_KINAKO,LIVE_SUCCESS_1,1 +40036060,0,SYS_VOICE_KINAKO,LIVE_SUCCESS_2,1 +40036061,0,SYS_VOICE_KINAKO,LIVE_SUCCESS_3,1 +40036062,0,SYS_VOICE_KINAKO,LIVE_SUCCESS_4,1 +40036063,0,SYS_VOICE_KINAKO,LIVE_SUCCESS_5,1 +40036064,0,SYS_VOICE_KINAKO,LIVE_FAILED_1,1 +40036065,0,SYS_VOICE_KINAKO,LIVE_FAILED_2,1 +40036066,0,SYS_VOICE_KINAKO,RESULT_BOND_1,1 +40036067,0,SYS_VOICE_KINAKO,RESULT_BOND_2,1 +40036068,0,SYS_VOICE_KINAKO,RESULT_BOND_3,1 +40036069,0,SYS_VOICE_KINAKO,RESULT_BOND_4,1 +40036070,0,SYS_VOICE_KINAKO,RESULT_BOND_5,1 +40036071,0,SYS_VOICE_KINAKO,RESULT_BOND_6,1 +40036072,0,SYS_VOICE_KINAKO,RESULT_BOND_7,1 +40036073,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_1,1 +40036074,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_2,1 +40036075,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_3,1 +40036076,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_4,1 +40036077,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_5,1 +40036078,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_6,1 +40036079,0,SYS_VOICE_KINAKO,RESULT_BOND_MAX_7,1 +40036080,0,SYS_VOICE_KINAKO,TRIGGER_EVO_SMILE_1,1 +40036081,0,SYS_VOICE_KINAKO,TRIGGER_EVO_PURE_1,1 +40036082,0,SYS_VOICE_KINAKO,TRIGGER_EVO_COOL_1,1 +40036083,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0101,1 +40036084,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0203,1 +40036085,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0214,1 +40036086,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0303,1 +40036087,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0314,1 +40036088,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0505,1 +40036089,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0707,1 +40036090,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0717,1 +40036091,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_0929,1 +40036092,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_1031,1 +40036093,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_1225,1 +40036094,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_1231,1 +40036095,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_KANON,1 +40036096,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_KUKU,1 +40036097,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_CHISATO,1 +40036098,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_SUMIRE,1 +40036099,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_REN,1 +40036100,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_KINAKO,1 +40036101,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_MEI,1 +40036102,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_SHIKI,1 +40036103,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_NATUMI,1 +40036104,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40036105,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_HALFANI,223101514 +40036106,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_MARGARETE,223121502 +40036107,0,SYS_VOICE_KINAKO,SYS_VOICE_DAY_TOMARI,223121502 +40037001,0,SYS_VOICE_MEI,RANDOM_1,1 +40037002,0,SYS_VOICE_MEI,RANDOM_EVOLUTION_1,1 +40037003,0,SYS_VOICE_MEI,RANDOM_2,1 +40037004,0,SYS_VOICE_MEI,RANDOM_EVOLUTION_2,1 +40037005,0,SYS_VOICE_MEI,RANDOM_3,1 +40037006,0,SYS_VOICE_MEI,RANDOM_EVOLUTION_3,1 +40037007,0,SYS_VOICE_MEI,RANDOM_UNEVOLUTION_SMILE_1,1 +40037008,0,SYS_VOICE_MEI,RANDOM_UNEVOLUTION_PURE_1,1 +40037009,0,SYS_VOICE_MEI,RANDOM_UNEVOLUTION_COOL_1,1 +40037010,0,SYS_VOICE_MEI,RANDOM_EVOLUTION_SMILE_1,1 +40037011,0,SYS_VOICE_MEI,RANDOM_EVOLUTION_PURE_1,1 +40037012,0,SYS_VOICE_MEI,RANDOM_EVOLUTION_COOL_1,1 +40037013,0,SYS_VOICE_MEI,RANDOM_BOND_MAX_SMILE_1,1 +40037014,0,SYS_VOICE_MEI,RANDOM_BOND_MAX_PURE_1,1 +40037015,0,SYS_VOICE_MEI,RANDOM_BOND_MAX_COOL_1,1 +40037016,0,SYS_VOICE_MEI,TIME_1,1 +40037017,0,SYS_VOICE_MEI,TIME_FIRSTHALF_1,1 +40037018,0,SYS_VOICE_MEI,TIME_LATTERHALF_1,1 +40037019,0,SYS_VOICE_MEI,TIME_MORNING_1,1 +40037020,0,SYS_VOICE_MEI,TIME_NOON_1,1 +40037021,0,SYS_VOICE_MEI,TIME_EVENING_1,1 +40037022,0,SYS_VOICE_MEI,TIME_NIGHT_1,1 +40037023,0,SYS_VOICE_MEI,SEASON_SPRING_1,1 +40037024,0,SYS_VOICE_MEI,SEASON_SUMMER_1,1 +40037025,0,SYS_VOICE_MEI,SEASON_AUTUMN_1,1 +40037026,0,SYS_VOICE_MEI,SEASON_WINTER_1,1 +40037027,0,SYS_VOICE_MEI,TOUCH_1,1 +40037028,0,SYS_VOICE_MEI,TOUCH_2,1 +40037029,0,SYS_VOICE_MEI,TOUCH_3,1 +40037030,0,SYS_VOICE_MEI,TOUCH_4,1 +40037031,0,SYS_VOICE_MEI,TOUCH_5,1 +40037032,0,SYS_VOICE_MEI,TOUCH_6,1 +40037033,0,SYS_VOICE_MEI,TOUCH_7,1 +40037034,0,SYS_VOICE_MEI,TOUCH_8,1 +40037035,0,SYS_VOICE_MEI,TOUCH_9,1 +40037036,0,SYS_VOICE_MEI,TOUCH_10,1 +40037037,0,SYS_VOICE_MEI,TOUCH_11,1 +40037038,0,SYS_VOICE_MEI,ADVICE_STORY_1,1 +40037039,0,SYS_VOICE_MEI,ADVICE_MISSION_1,1 +40037040,0,SYS_VOICE_MEI,ADVICE_LIVE_1,1 +40037041,0,SYS_VOICE_MEI,ADVICE_LP_1,1 +40037042,0,SYS_VOICE_MEI,TRIGGER_SHOP_1,1 +40037043,0,SYS_VOICE_MEI,ADVICE_LESSON_1,1 +40037044,0,SYS_VOICE_MEI,ADVICE_EVOLUTION_1,1 +40037045,0,SYS_VOICE_MEI,ADVICE_PRESENT_1,1 +40037046,0,SYS_VOICE_MEI,ADVICE_GACHA_1,1 +40037047,0,SYS_VOICE_MEI,ADVICE_INFOMATION_1,1 +40037048,0,SYS_VOICE_MEI,ADVICE_EVENT_1,1 +40037049,0,SYS_VOICE_MEI,TRIGGER_STORY_1,1 +40037050,0,SYS_VOICE_MEI,TRIGGER_FRIEND_1,1 +40037051,0,SYS_VOICE_MEI,TRIGGER_MEMBER_1,1 +40037052,0,SYS_VOICE_MEI,INTRODUCTION_1,1 +40037053,0,SYS_VOICE_MEI,SKILL_SMAIL_1,1 +40037054,0,SYS_VOICE_MEI,SKILL_PURE_1,1 +40037055,0,SYS_VOICE_MEI,SKILL_COOL_1,1 +40037056,0,SYS_VOICE_MEI,LIVE_START_1,1 +40037057,0,SYS_VOICE_MEI,LIVE_START_2,1 +40037058,0,SYS_VOICE_MEI,LIVE_START_3,1 +40037059,0,SYS_VOICE_MEI,LIVE_SUCCESS_1,1 +40037060,0,SYS_VOICE_MEI,LIVE_SUCCESS_2,1 +40037061,0,SYS_VOICE_MEI,LIVE_SUCCESS_3,1 +40037062,0,SYS_VOICE_MEI,LIVE_SUCCESS_4,1 +40037063,0,SYS_VOICE_MEI,LIVE_SUCCESS_5,1 +40037064,0,SYS_VOICE_MEI,LIVE_FAILED_1,1 +40037065,0,SYS_VOICE_MEI,LIVE_FAILED_2,1 +40037066,0,SYS_VOICE_MEI,RESULT_BOND_1,1 +40037067,0,SYS_VOICE_MEI,RESULT_BOND_2,1 +40037068,0,SYS_VOICE_MEI,RESULT_BOND_3,1 +40037069,0,SYS_VOICE_MEI,RESULT_BOND_4,1 +40037070,0,SYS_VOICE_MEI,RESULT_BOND_5,1 +40037071,0,SYS_VOICE_MEI,RESULT_BOND_6,1 +40037072,0,SYS_VOICE_MEI,RESULT_BOND_7,1 +40037073,0,SYS_VOICE_MEI,RESULT_BOND_MAX_1,1 +40037074,0,SYS_VOICE_MEI,RESULT_BOND_MAX_2,1 +40037075,0,SYS_VOICE_MEI,RESULT_BOND_MAX_3,1 +40037076,0,SYS_VOICE_MEI,RESULT_BOND_MAX_4,1 +40037077,0,SYS_VOICE_MEI,RESULT_BOND_MAX_5,1 +40037078,0,SYS_VOICE_MEI,RESULT_BOND_MAX_6,1 +40037079,0,SYS_VOICE_MEI,RESULT_BOND_MAX_7,1 +40037080,0,SYS_VOICE_MEI,TRIGGER_EVO_SMILE_1,1 +40037081,0,SYS_VOICE_MEI,TRIGGER_EVO_PURE_1,1 +40037082,0,SYS_VOICE_MEI,TRIGGER_EVO_COOL_1,1 +40037083,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0101,1 +40037084,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0203,1 +40037085,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0214,1 +40037086,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0303,1 +40037087,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0314,1 +40037088,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0505,1 +40037089,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0707,1 +40037090,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0717,1 +40037091,0,SYS_VOICE_MEI,SYS_VOICE_DAY_0929,1 +40037092,0,SYS_VOICE_MEI,SYS_VOICE_DAY_1031,1 +40037093,0,SYS_VOICE_MEI,SYS_VOICE_DAY_1225,1 +40037094,0,SYS_VOICE_MEI,SYS_VOICE_DAY_1231,1 +40037095,0,SYS_VOICE_MEI,SYS_VOICE_DAY_KANON,1 +40037096,0,SYS_VOICE_MEI,SYS_VOICE_DAY_KUKU,1 +40037097,0,SYS_VOICE_MEI,SYS_VOICE_DAY_CHISATO,1 +40037098,0,SYS_VOICE_MEI,SYS_VOICE_DAY_SUMIRE,1 +40037099,0,SYS_VOICE_MEI,SYS_VOICE_DAY_REN,1 +40037100,0,SYS_VOICE_MEI,SYS_VOICE_DAY_KINAKO,1 +40037101,0,SYS_VOICE_MEI,SYS_VOICE_DAY_MEI,1 +40037102,0,SYS_VOICE_MEI,SYS_VOICE_DAY_SHIKI,1 +40037103,0,SYS_VOICE_MEI,SYS_VOICE_DAY_NATUMI,1 +40037104,0,SYS_VOICE_MEI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40037105,0,SYS_VOICE_MEI,SYS_VOICE_DAY_HALFANI,223101514 +40037106,0,SYS_VOICE_MEI,SYS_VOICE_DAY_MARGARETE,223121502 +40037107,0,SYS_VOICE_MEI,SYS_VOICE_DAY_TOMARI,223121502 +40038001,0,SYS_VOICE_SHIKI,RANDOM_1,1 +40038002,0,SYS_VOICE_SHIKI,RANDOM_EVOLUTION_1,1 +40038003,0,SYS_VOICE_SHIKI,RANDOM_2,1 +40038004,0,SYS_VOICE_SHIKI,RANDOM_EVOLUTION_2,1 +40038005,0,SYS_VOICE_SHIKI,RANDOM_3,1 +40038006,0,SYS_VOICE_SHIKI,RANDOM_EVOLUTION_3,1 +40038007,0,SYS_VOICE_SHIKI,RANDOM_UNEVOLUTION_SMILE_1,1 +40038008,0,SYS_VOICE_SHIKI,RANDOM_UNEVOLUTION_PURE_1,1 +40038009,0,SYS_VOICE_SHIKI,RANDOM_UNEVOLUTION_COOL_1,1 +40038010,0,SYS_VOICE_SHIKI,RANDOM_EVOLUTION_SMILE_1,1 +40038011,0,SYS_VOICE_SHIKI,RANDOM_EVOLUTION_PURE_1,1 +40038012,0,SYS_VOICE_SHIKI,RANDOM_EVOLUTION_COOL_1,1 +40038013,0,SYS_VOICE_SHIKI,RANDOM_BOND_MAX_SMILE_1,1 +40038014,0,SYS_VOICE_SHIKI,RANDOM_BOND_MAX_PURE_1,1 +40038015,0,SYS_VOICE_SHIKI,RANDOM_BOND_MAX_COOL_1,1 +40038016,0,SYS_VOICE_SHIKI,TIME_1,1 +40038017,0,SYS_VOICE_SHIKI,TIME_FIRSTHALF_1,1 +40038018,0,SYS_VOICE_SHIKI,TIME_LATTERHALF_1,1 +40038019,0,SYS_VOICE_SHIKI,TIME_MORNING_1,1 +40038020,0,SYS_VOICE_SHIKI,TIME_NOON_1,1 +40038021,0,SYS_VOICE_SHIKI,TIME_EVENING_1,1 +40038022,0,SYS_VOICE_SHIKI,TIME_NIGHT_1,1 +40038023,0,SYS_VOICE_SHIKI,SEASON_SPRING_1,1 +40038024,0,SYS_VOICE_SHIKI,SEASON_SUMMER_1,1 +40038025,0,SYS_VOICE_SHIKI,SEASON_AUTUMN_1,1 +40038026,0,SYS_VOICE_SHIKI,SEASON_WINTER_1,1 +40038027,0,SYS_VOICE_SHIKI,TOUCH_1,1 +40038028,0,SYS_VOICE_SHIKI,TOUCH_2,1 +40038029,0,SYS_VOICE_SHIKI,TOUCH_3,1 +40038030,0,SYS_VOICE_SHIKI,TOUCH_4,1 +40038031,0,SYS_VOICE_SHIKI,TOUCH_5,1 +40038032,0,SYS_VOICE_SHIKI,TOUCH_6,1 +40038033,0,SYS_VOICE_SHIKI,TOUCH_7,1 +40038034,0,SYS_VOICE_SHIKI,TOUCH_8,1 +40038035,0,SYS_VOICE_SHIKI,TOUCH_9,1 +40038036,0,SYS_VOICE_SHIKI,TOUCH_10,1 +40038037,0,SYS_VOICE_SHIKI,TOUCH_11,1 +40038038,0,SYS_VOICE_SHIKI,ADVICE_STORY_1,1 +40038039,0,SYS_VOICE_SHIKI,ADVICE_MISSION_1,1 +40038040,0,SYS_VOICE_SHIKI,ADVICE_LIVE_1,1 +40038041,0,SYS_VOICE_SHIKI,ADVICE_LP_1,1 +40038042,0,SYS_VOICE_SHIKI,TRIGGER_SHOP_1,1 +40038043,0,SYS_VOICE_SHIKI,ADVICE_LESSON_1,1 +40038044,0,SYS_VOICE_SHIKI,ADVICE_EVOLUTION_1,1 +40038045,0,SYS_VOICE_SHIKI,ADVICE_PRESENT_1,1 +40038046,0,SYS_VOICE_SHIKI,ADVICE_GACHA_1,1 +40038047,0,SYS_VOICE_SHIKI,ADVICE_INFOMATION_1,1 +40038048,0,SYS_VOICE_SHIKI,ADVICE_EVENT_1,1 +40038049,0,SYS_VOICE_SHIKI,TRIGGER_STORY_1,1 +40038050,0,SYS_VOICE_SHIKI,TRIGGER_FRIEND_1,1 +40038051,0,SYS_VOICE_SHIKI,TRIGGER_MEMBER_1,1 +40038052,0,SYS_VOICE_SHIKI,INTRODUCTION_1,1 +40038053,0,SYS_VOICE_SHIKI,SKILL_SMAIL_1,1 +40038054,0,SYS_VOICE_SHIKI,SKILL_PURE_1,1 +40038055,0,SYS_VOICE_SHIKI,SKILL_COOL_1,1 +40038056,0,SYS_VOICE_SHIKI,LIVE_START_1,1 +40038057,0,SYS_VOICE_SHIKI,LIVE_START_2,1 +40038058,0,SYS_VOICE_SHIKI,LIVE_START_3,1 +40038059,0,SYS_VOICE_SHIKI,LIVE_SUCCESS_1,1 +40038060,0,SYS_VOICE_SHIKI,LIVE_SUCCESS_2,1 +40038061,0,SYS_VOICE_SHIKI,LIVE_SUCCESS_3,1 +40038062,0,SYS_VOICE_SHIKI,LIVE_SUCCESS_4,1 +40038063,0,SYS_VOICE_SHIKI,LIVE_SUCCESS_5,1 +40038064,0,SYS_VOICE_SHIKI,LIVE_FAILED_1,1 +40038065,0,SYS_VOICE_SHIKI,LIVE_FAILED_2,1 +40038066,0,SYS_VOICE_SHIKI,RESULT_BOND_1,1 +40038067,0,SYS_VOICE_SHIKI,RESULT_BOND_2,1 +40038068,0,SYS_VOICE_SHIKI,RESULT_BOND_3,1 +40038069,0,SYS_VOICE_SHIKI,RESULT_BOND_4,1 +40038070,0,SYS_VOICE_SHIKI,RESULT_BOND_5,1 +40038071,0,SYS_VOICE_SHIKI,RESULT_BOND_6,1 +40038072,0,SYS_VOICE_SHIKI,RESULT_BOND_7,1 +40038073,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_1,1 +40038074,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_2,1 +40038075,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_3,1 +40038076,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_4,1 +40038077,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_5,1 +40038078,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_6,1 +40038079,0,SYS_VOICE_SHIKI,RESULT_BOND_MAX_7,1 +40038080,0,SYS_VOICE_SHIKI,TRIGGER_EVO_SMILE_1,1 +40038081,0,SYS_VOICE_SHIKI,TRIGGER_EVO_PURE_1,1 +40038082,0,SYS_VOICE_SHIKI,TRIGGER_EVO_COOL_1,1 +40038083,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0101,1 +40038084,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0203,1 +40038085,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0214,1 +40038086,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0303,1 +40038087,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0314,1 +40038088,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0505,1 +40038089,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0707,1 +40038090,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0717,1 +40038091,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_0929,1 +40038092,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_1031,1 +40038093,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_1225,1 +40038094,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_1231,1 +40038095,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_KANON,1 +40038096,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_KUKU,1 +40038097,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_CHISATO,1 +40038098,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_SUMIRE,1 +40038099,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_REN,1 +40038100,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_KINAKO,1 +40038101,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_MEI,1 +40038102,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_SHIKI,1 +40038103,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_NATUMI,1 +40038104,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40038105,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_HALFANI,223101514 +40038106,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_MARGARETE,223121502 +40038107,0,SYS_VOICE_SHIKI,SYS_VOICE_DAY_TOMARI,223121502 +40039001,0,SYS_VOICE_NATUMI,RANDOM_1,1 +40039002,0,SYS_VOICE_NATUMI,RANDOM_EVOLUTION_1,1 +40039003,0,SYS_VOICE_NATUMI,RANDOM_2,1 +40039004,0,SYS_VOICE_NATUMI,RANDOM_EVOLUTION_2,1 +40039005,0,SYS_VOICE_NATUMI,RANDOM_3,1 +40039006,0,SYS_VOICE_NATUMI,RANDOM_EVOLUTION_3,1 +40039007,0,SYS_VOICE_NATUMI,RANDOM_UNEVOLUTION_SMILE_1,1 +40039008,0,SYS_VOICE_NATUMI,RANDOM_UNEVOLUTION_PURE_1,1 +40039009,0,SYS_VOICE_NATUMI,RANDOM_UNEVOLUTION_COOL_1,1 +40039010,0,SYS_VOICE_NATUMI,RANDOM_EVOLUTION_SMILE_1,1 +40039011,0,SYS_VOICE_NATUMI,RANDOM_EVOLUTION_PURE_1,1 +40039012,0,SYS_VOICE_NATUMI,RANDOM_EVOLUTION_COOL_1,1 +40039013,0,SYS_VOICE_NATUMI,RANDOM_BOND_MAX_SMILE_1,1 +40039014,0,SYS_VOICE_NATUMI,RANDOM_BOND_MAX_PURE_1,1 +40039015,0,SYS_VOICE_NATUMI,RANDOM_BOND_MAX_COOL_1,1 +40039016,0,SYS_VOICE_NATUMI,TIME_1,1 +40039017,0,SYS_VOICE_NATUMI,TIME_FIRSTHALF_1,1 +40039018,0,SYS_VOICE_NATUMI,TIME_LATTERHALF_1,1 +40039019,0,SYS_VOICE_NATUMI,TIME_MORNING_1,1 +40039020,0,SYS_VOICE_NATUMI,TIME_NOON_1,1 +40039021,0,SYS_VOICE_NATUMI,TIME_EVENING_1,1 +40039022,0,SYS_VOICE_NATUMI,TIME_NIGHT_1,1 +40039023,0,SYS_VOICE_NATUMI,SEASON_SPRING_1,1 +40039024,0,SYS_VOICE_NATUMI,SEASON_SUMMER_1,1 +40039025,0,SYS_VOICE_NATUMI,SEASON_AUTUMN_1,1 +40039026,0,SYS_VOICE_NATUMI,SEASON_WINTER_1,1 +40039027,0,SYS_VOICE_NATUMI,TOUCH_1,1 +40039028,0,SYS_VOICE_NATUMI,TOUCH_2,1 +40039029,0,SYS_VOICE_NATUMI,TOUCH_3,1 +40039030,0,SYS_VOICE_NATUMI,TOUCH_4,1 +40039031,0,SYS_VOICE_NATUMI,TOUCH_5,1 +40039032,0,SYS_VOICE_NATUMI,TOUCH_6,1 +40039033,0,SYS_VOICE_NATUMI,TOUCH_7,1 +40039034,0,SYS_VOICE_NATUMI,TOUCH_8,1 +40039035,0,SYS_VOICE_NATUMI,TOUCH_9,1 +40039036,0,SYS_VOICE_NATUMI,TOUCH_10,1 +40039037,0,SYS_VOICE_NATUMI,TOUCH_11,1 +40039038,0,SYS_VOICE_NATUMI,ADVICE_STORY_1,1 +40039039,0,SYS_VOICE_NATUMI,ADVICE_MISSION_1,1 +40039040,0,SYS_VOICE_NATUMI,ADVICE_LIVE_1,1 +40039041,0,SYS_VOICE_NATUMI,ADVICE_LP_1,1 +40039042,0,SYS_VOICE_NATUMI,TRIGGER_SHOP_1,1 +40039043,0,SYS_VOICE_NATUMI,ADVICE_LESSON_1,1 +40039044,0,SYS_VOICE_NATUMI,ADVICE_EVOLUTION_1,1 +40039045,0,SYS_VOICE_NATUMI,ADVICE_PRESENT_1,1 +40039046,0,SYS_VOICE_NATUMI,ADVICE_GACHA_1,1 +40039047,0,SYS_VOICE_NATUMI,ADVICE_INFOMATION_1,1 +40039048,0,SYS_VOICE_NATUMI,ADVICE_EVENT_1,1 +40039049,0,SYS_VOICE_NATUMI,TRIGGER_STORY_1,1 +40039050,0,SYS_VOICE_NATUMI,TRIGGER_FRIEND_1,1 +40039051,0,SYS_VOICE_NATUMI,TRIGGER_MEMBER_1,1 +40039052,0,SYS_VOICE_NATUMI,INTRODUCTION_1,1 +40039053,0,SYS_VOICE_NATUMI,SKILL_SMAIL_1,1 +40039054,0,SYS_VOICE_NATUMI,SKILL_PURE_1,1 +40039055,0,SYS_VOICE_NATUMI,SKILL_COOL_1,1 +40039056,0,SYS_VOICE_NATUMI,LIVE_START_1,1 +40039057,0,SYS_VOICE_NATUMI,LIVE_START_2,1 +40039058,0,SYS_VOICE_NATUMI,LIVE_START_3,1 +40039059,0,SYS_VOICE_NATUMI,LIVE_SUCCESS_1,1 +40039060,0,SYS_VOICE_NATUMI,LIVE_SUCCESS_2,1 +40039061,0,SYS_VOICE_NATUMI,LIVE_SUCCESS_3,1 +40039062,0,SYS_VOICE_NATUMI,LIVE_SUCCESS_4,1 +40039063,0,SYS_VOICE_NATUMI,LIVE_SUCCESS_5,1 +40039064,0,SYS_VOICE_NATUMI,LIVE_FAILED_1,1 +40039065,0,SYS_VOICE_NATUMI,LIVE_FAILED_2,1 +40039066,0,SYS_VOICE_NATUMI,RESULT_BOND_1,1 +40039067,0,SYS_VOICE_NATUMI,RESULT_BOND_2,1 +40039068,0,SYS_VOICE_NATUMI,RESULT_BOND_3,1 +40039069,0,SYS_VOICE_NATUMI,RESULT_BOND_4,1 +40039070,0,SYS_VOICE_NATUMI,RESULT_BOND_5,1 +40039071,0,SYS_VOICE_NATUMI,RESULT_BOND_6,1 +40039072,0,SYS_VOICE_NATUMI,RESULT_BOND_7,1 +40039073,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_1,1 +40039074,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_2,1 +40039075,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_3,1 +40039076,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_4,1 +40039077,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_5,1 +40039078,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_6,1 +40039079,0,SYS_VOICE_NATUMI,RESULT_BOND_MAX_7,1 +40039080,0,SYS_VOICE_NATUMI,TRIGGER_EVO_SMILE_1,1 +40039081,0,SYS_VOICE_NATUMI,TRIGGER_EVO_PURE_1,1 +40039082,0,SYS_VOICE_NATUMI,TRIGGER_EVO_COOL_1,1 +40039083,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0101,1 +40039084,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0203,1 +40039085,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0214,1 +40039086,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0303,1 +40039087,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0314,1 +40039088,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0505,1 +40039089,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0707,1 +40039090,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0717,1 +40039091,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_0929,1 +40039092,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_1031,1 +40039093,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_1225,1 +40039094,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_1231,1 +40039095,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_KANON,1 +40039096,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_KUKU,1 +40039097,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_CHISATO,1 +40039098,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_SUMIRE,1 +40039099,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_REN,1 +40039100,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_KINAKO,1 +40039101,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_MEI,1 +40039102,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_SHIKI,1 +40039103,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_NATUMI,1 +40039104,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_KANSYASAI2023,223062402 +40039105,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_HALFANI,223101514 +40039106,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_MARGARETE,223121502 +40039107,0,SYS_VOICE_NATUMI,SYS_VOICE_DAY_TOMARI,223121502 +40040001,0,SYS_VOICE_MARGARETE,RANDOM_1,223121502 +40040002,0,SYS_VOICE_MARGARETE,RANDOM_EVOLUTION_1,223121502 +40040003,0,SYS_VOICE_MARGARETE,RANDOM_2,223121502 +40040004,0,SYS_VOICE_MARGARETE,RANDOM_EVOLUTION_2,223121502 +40040005,0,SYS_VOICE_MARGARETE,RANDOM_3,223121502 +40040006,0,SYS_VOICE_MARGARETE,RANDOM_EVOLUTION_3,223121502 +40040007,0,SYS_VOICE_MARGARETE,RANDOM_UNEVOLUTION_SMILE_1,223121502 +40040008,0,SYS_VOICE_MARGARETE,RANDOM_UNEVOLUTION_PURE_1,223121502 +40040009,0,SYS_VOICE_MARGARETE,RANDOM_UNEVOLUTION_COOL_1,223121502 +40040010,0,SYS_VOICE_MARGARETE,RANDOM_EVOLUTION_SMILE_1,223121502 +40040011,0,SYS_VOICE_MARGARETE,RANDOM_EVOLUTION_PURE_1,223121502 +40040012,0,SYS_VOICE_MARGARETE,RANDOM_EVOLUTION_COOL_1,223121502 +40040013,0,SYS_VOICE_MARGARETE,RANDOM_BOND_MAX_SMILE_1,223121502 +40040014,0,SYS_VOICE_MARGARETE,RANDOM_BOND_MAX_PURE_1,223121502 +40040015,0,SYS_VOICE_MARGARETE,RANDOM_BOND_MAX_COOL_1,223121502 +40040016,0,SYS_VOICE_MARGARETE,TIME_1,223121502 +40040017,0,SYS_VOICE_MARGARETE,TIME_FIRSTHALF_1,223121502 +40040018,0,SYS_VOICE_MARGARETE,TIME_LATTERHALF_1,223121502 +40040019,0,SYS_VOICE_MARGARETE,TIME_MORNING_1,223121502 +40040020,0,SYS_VOICE_MARGARETE,TIME_NOON_1,223121502 +40040021,0,SYS_VOICE_MARGARETE,TIME_EVENING_1,223121502 +40040022,0,SYS_VOICE_MARGARETE,TIME_NIGHT_1,223121502 +40040023,0,SYS_VOICE_MARGARETE,SEASON_SPRING_1,223121502 +40040024,0,SYS_VOICE_MARGARETE,SEASON_SUMMER_1,223121502 +40040025,0,SYS_VOICE_MARGARETE,SEASON_AUTUMN_1,223121502 +40040026,0,SYS_VOICE_MARGARETE,SEASON_WINTER_1,223121502 +40040027,0,SYS_VOICE_MARGARETE,TOUCH_1,223121502 +40040028,0,SYS_VOICE_MARGARETE,TOUCH_2,223121502 +40040029,0,SYS_VOICE_MARGARETE,TOUCH_3,223121502 +40040030,0,SYS_VOICE_MARGARETE,TOUCH_4,223121502 +40040031,0,SYS_VOICE_MARGARETE,TOUCH_5,223121502 +40040032,0,SYS_VOICE_MARGARETE,TOUCH_6,223121502 +40040033,0,SYS_VOICE_MARGARETE,TOUCH_7,223121502 +40040034,0,SYS_VOICE_MARGARETE,TOUCH_8,223121502 +40040035,0,SYS_VOICE_MARGARETE,TOUCH_9,223121502 +40040036,0,SYS_VOICE_MARGARETE,TOUCH_10,223121502 +40040037,0,SYS_VOICE_MARGARETE,TOUCH_11,223121502 +40040038,0,SYS_VOICE_MARGARETE,ADVICE_STORY_1,223121502 +40040039,0,SYS_VOICE_MARGARETE,ADVICE_MISSION_1,223121502 +40040040,0,SYS_VOICE_MARGARETE,ADVICE_LIVE_1,223121502 +40040041,0,SYS_VOICE_MARGARETE,ADVICE_LP_1,223121502 +40040042,0,SYS_VOICE_MARGARETE,TRIGGER_SHOP_1,223121502 +40040043,0,SYS_VOICE_MARGARETE,ADVICE_LESSON_1,223121502 +40040044,0,SYS_VOICE_MARGARETE,ADVICE_EVOLUTION_1,223121502 +40040045,0,SYS_VOICE_MARGARETE,ADVICE_PRESENT_1,223121502 +40040046,0,SYS_VOICE_MARGARETE,ADVICE_GACHA_1,223121502 +40040047,0,SYS_VOICE_MARGARETE,ADVICE_INFOMATION_1,223121502 +40040048,0,SYS_VOICE_MARGARETE,ADVICE_EVENT_1,223121502 +40040049,0,SYS_VOICE_MARGARETE,TRIGGER_STORY_1,223121502 +40040050,0,SYS_VOICE_MARGARETE,TRIGGER_FRIEND_1,223121502 +40040051,0,SYS_VOICE_MARGARETE,TRIGGER_MEMBER_1,223121502 +40040052,0,SYS_VOICE_MARGARETE,INTRODUCTION_1,223121502 +40040053,0,SYS_VOICE_MARGARETE,SKILL_SMAIL_1,223121502 +40040054,0,SYS_VOICE_MARGARETE,SKILL_PURE_1,223121502 +40040055,0,SYS_VOICE_MARGARETE,SKILL_COOL_1,223121502 +40040056,0,SYS_VOICE_MARGARETE,LIVE_START_1,223121502 +40040057,0,SYS_VOICE_MARGARETE,LIVE_START_2,223121502 +40040058,0,SYS_VOICE_MARGARETE,LIVE_START_3,223121502 +40040059,0,SYS_VOICE_MARGARETE,LIVE_SUCCESS_1,223121502 +40040060,0,SYS_VOICE_MARGARETE,LIVE_SUCCESS_2,223121502 +40040061,0,SYS_VOICE_MARGARETE,LIVE_SUCCESS_3,223121502 +40040062,0,SYS_VOICE_MARGARETE,LIVE_SUCCESS_4,223121502 +40040063,0,SYS_VOICE_MARGARETE,LIVE_SUCCESS_5,223121502 +40040064,0,SYS_VOICE_MARGARETE,LIVE_FAILED_1,223121502 +40040065,0,SYS_VOICE_MARGARETE,LIVE_FAILED_2,223121502 +40040066,0,SYS_VOICE_MARGARETE,RESULT_BOND_1,223121502 +40040067,0,SYS_VOICE_MARGARETE,RESULT_BOND_2,223121502 +40040068,0,SYS_VOICE_MARGARETE,RESULT_BOND_3,223121502 +40040069,0,SYS_VOICE_MARGARETE,RESULT_BOND_4,223121502 +40040070,0,SYS_VOICE_MARGARETE,RESULT_BOND_5,223121502 +40040071,0,SYS_VOICE_MARGARETE,RESULT_BOND_6,223121502 +40040072,0,SYS_VOICE_MARGARETE,RESULT_BOND_7,223121502 +40040073,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_1,223121502 +40040074,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_2,223121502 +40040075,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_3,223121502 +40040076,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_4,223121502 +40040077,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_5,223121502 +40040078,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_6,223121502 +40040079,0,SYS_VOICE_MARGARETE,RESULT_BOND_MAX_7,223121502 +40040080,0,SYS_VOICE_MARGARETE,TRIGGER_EVO_SMILE_1,223121502 +40040081,0,SYS_VOICE_MARGARETE,TRIGGER_EVO_PURE_1,223121502 +40040082,0,SYS_VOICE_MARGARETE,TRIGGER_EVO_COOL_1,223121502 +40040083,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0101,223121502 +40040084,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0203,223121502 +40040085,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0214,223121502 +40040086,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0303,223121502 +40040087,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0314,223121502 +40040088,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0505,223121502 +40040089,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0707,223121502 +40040090,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0717,223121502 +40040091,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_0929,223121502 +40040092,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_1031,223121502 +40040093,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_1225,223121502 +40040094,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_1231,223121502 +40040095,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_KANON,223121502 +40040096,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_KUKU,223121502 +40040097,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_CHISATO,223121502 +40040098,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_SUMIRE,223121502 +40040099,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_REN,223121502 +40040100,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_KINAKO,223121502 +40040101,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_MEI,223121502 +40040102,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_SHIKI,223121502 +40040103,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_NATUMI,223121502 +40040104,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_MARGARETE,223121502 +40040105,0,SYS_VOICE_MARGARETE,SYS_VOICE_DAY_TOMARI,223121502 +40041001,0,SYS_VOICE_TOMARI,RANDOM_1,223121502 +40041002,0,SYS_VOICE_TOMARI,RANDOM_EVOLUTION_1,223121502 +40041003,0,SYS_VOICE_TOMARI,RANDOM_2,223121502 +40041004,0,SYS_VOICE_TOMARI,RANDOM_EVOLUTION_2,223121502 +40041005,0,SYS_VOICE_TOMARI,RANDOM_3,223121502 +40041006,0,SYS_VOICE_TOMARI,RANDOM_EVOLUTION_3,223121502 +40041007,0,SYS_VOICE_TOMARI,RANDOM_UNEVOLUTION_SMILE_1,223121502 +40041008,0,SYS_VOICE_TOMARI,RANDOM_UNEVOLUTION_PURE_1,223121502 +40041009,0,SYS_VOICE_TOMARI,RANDOM_UNEVOLUTION_COOL_1,223121502 +40041010,0,SYS_VOICE_TOMARI,RANDOM_EVOLUTION_SMILE_1,223121502 +40041011,0,SYS_VOICE_TOMARI,RANDOM_EVOLUTION_PURE_1,223121502 +40041012,0,SYS_VOICE_TOMARI,RANDOM_EVOLUTION_COOL_1,223121502 +40041013,0,SYS_VOICE_TOMARI,RANDOM_BOND_MAX_SMILE_1,223121502 +40041014,0,SYS_VOICE_TOMARI,RANDOM_BOND_MAX_PURE_1,223121502 +40041015,0,SYS_VOICE_TOMARI,RANDOM_BOND_MAX_COOL_1,223121502 +40041016,0,SYS_VOICE_TOMARI,TIME_1,223121502 +40041017,0,SYS_VOICE_TOMARI,TIME_FIRSTHALF_1,223121502 +40041018,0,SYS_VOICE_TOMARI,TIME_LATTERHALF_1,223121502 +40041019,0,SYS_VOICE_TOMARI,TIME_MORNING_1,223121502 +40041020,0,SYS_VOICE_TOMARI,TIME_NOON_1,223121502 +40041021,0,SYS_VOICE_TOMARI,TIME_EVENING_1,223121502 +40041022,0,SYS_VOICE_TOMARI,TIME_NIGHT_1,223121502 +40041023,0,SYS_VOICE_TOMARI,SEASON_SPRING_1,223121502 +40041024,0,SYS_VOICE_TOMARI,SEASON_SUMMER_1,223121502 +40041025,0,SYS_VOICE_TOMARI,SEASON_AUTUMN_1,223121502 +40041026,0,SYS_VOICE_TOMARI,SEASON_WINTER_1,223121502 +40041027,0,SYS_VOICE_TOMARI,TOUCH_1,223121502 +40041028,0,SYS_VOICE_TOMARI,TOUCH_2,223121502 +40041029,0,SYS_VOICE_TOMARI,TOUCH_3,223121502 +40041030,0,SYS_VOICE_TOMARI,TOUCH_4,223121502 +40041031,0,SYS_VOICE_TOMARI,TOUCH_5,223121502 +40041032,0,SYS_VOICE_TOMARI,TOUCH_6,223121502 +40041033,0,SYS_VOICE_TOMARI,TOUCH_7,223121502 +40041034,0,SYS_VOICE_TOMARI,TOUCH_8,223121502 +40041035,0,SYS_VOICE_TOMARI,TOUCH_9,223121502 +40041036,0,SYS_VOICE_TOMARI,TOUCH_10,223121502 +40041037,0,SYS_VOICE_TOMARI,TOUCH_11,223121502 +40041038,0,SYS_VOICE_TOMARI,ADVICE_STORY_1,223121502 +40041039,0,SYS_VOICE_TOMARI,ADVICE_MISSION_1,223121502 +40041040,0,SYS_VOICE_TOMARI,ADVICE_LIVE_1,223121502 +40041041,0,SYS_VOICE_TOMARI,ADVICE_LP_1,223121502 +40041042,0,SYS_VOICE_TOMARI,TRIGGER_SHOP_1,223121502 +40041043,0,SYS_VOICE_TOMARI,ADVICE_LESSON_1,223121502 +40041044,0,SYS_VOICE_TOMARI,ADVICE_EVOLUTION_1,223121502 +40041045,0,SYS_VOICE_TOMARI,ADVICE_PRESENT_1,223121502 +40041046,0,SYS_VOICE_TOMARI,ADVICE_GACHA_1,223121502 +40041047,0,SYS_VOICE_TOMARI,ADVICE_INFOMATION_1,223121502 +40041048,0,SYS_VOICE_TOMARI,ADVICE_EVENT_1,223121502 +40041049,0,SYS_VOICE_TOMARI,TRIGGER_STORY_1,223121502 +40041050,0,SYS_VOICE_TOMARI,TRIGGER_FRIEND_1,223121502 +40041051,0,SYS_VOICE_TOMARI,TRIGGER_MEMBER_1,223121502 +40041052,0,SYS_VOICE_TOMARI,INTRODUCTION_1,223121502 +40041053,0,SYS_VOICE_TOMARI,SKILL_SMAIL_1,223121502 +40041054,0,SYS_VOICE_TOMARI,SKILL_PURE_1,223121502 +40041055,0,SYS_VOICE_TOMARI,SKILL_COOL_1,223121502 +40041056,0,SYS_VOICE_TOMARI,LIVE_START_1,223121502 +40041057,0,SYS_VOICE_TOMARI,LIVE_START_2,223121502 +40041058,0,SYS_VOICE_TOMARI,LIVE_START_3,223121502 +40041059,0,SYS_VOICE_TOMARI,LIVE_SUCCESS_1,223121502 +40041060,0,SYS_VOICE_TOMARI,LIVE_SUCCESS_2,223121502 +40041061,0,SYS_VOICE_TOMARI,LIVE_SUCCESS_3,223121502 +40041062,0,SYS_VOICE_TOMARI,LIVE_SUCCESS_4,223121502 +40041063,0,SYS_VOICE_TOMARI,LIVE_SUCCESS_5,223121502 +40041064,0,SYS_VOICE_TOMARI,LIVE_FAILED_1,223121502 +40041065,0,SYS_VOICE_TOMARI,LIVE_FAILED_2,223121502 +40041066,0,SYS_VOICE_TOMARI,RESULT_BOND_1,223121502 +40041067,0,SYS_VOICE_TOMARI,RESULT_BOND_2,223121502 +40041068,0,SYS_VOICE_TOMARI,RESULT_BOND_3,223121502 +40041069,0,SYS_VOICE_TOMARI,RESULT_BOND_4,223121502 +40041070,0,SYS_VOICE_TOMARI,RESULT_BOND_5,223121502 +40041071,0,SYS_VOICE_TOMARI,RESULT_BOND_6,223121502 +40041072,0,SYS_VOICE_TOMARI,RESULT_BOND_7,223121502 +40041073,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_1,223121502 +40041074,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_2,223121502 +40041075,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_3,223121502 +40041076,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_4,223121502 +40041077,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_5,223121502 +40041078,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_6,223121502 +40041079,0,SYS_VOICE_TOMARI,RESULT_BOND_MAX_7,223121502 +40041080,0,SYS_VOICE_TOMARI,TRIGGER_EVO_SMILE_1,223121502 +40041081,0,SYS_VOICE_TOMARI,TRIGGER_EVO_PURE_1,223121502 +40041082,0,SYS_VOICE_TOMARI,TRIGGER_EVO_COOL_1,223121502 +40041083,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0101,223121502 +40041084,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0203,223121502 +40041085,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0214,223121502 +40041086,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0303,223121502 +40041087,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0314,223121502 +40041088,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0505,223121502 +40041089,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0707,223121502 +40041090,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0717,223121502 +40041091,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_0929,223121502 +40041092,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_1031,223121502 +40041093,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_1225,223121502 +40041094,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_1231,223121502 +40041095,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_KANON,223121502 +40041096,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_KUKU,223121502 +40041097,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_CHISATO,223121502 +40041098,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_SUMIRE,223121502 +40041099,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_REN,223121502 +40041100,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_KINAKO,223121502 +40041101,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_MEI,223121502 +40041102,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_SHIKI,223121502 +40041103,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_NATUMI,223121502 +40041104,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_MARGARETE,223121502 +40041105,0,SYS_VOICE_TOMARI,SYS_VOICE_DAY_TOMARI,223121502 +40042001,0,SYS_VOICE_YOHANE,RANDOM_1,223121404 +40042002,0,SYS_VOICE_YOHANE,RANDOM_EVOLUTION_1,223121404 +40042003,0,SYS_VOICE_YOHANE,TIME_1,223121404 +40042004,0,SYS_VOICE_YOHANE,TOUCH_1,223121404 +40042005,0,SYS_VOICE_YOHANE,TOUCH_2,223121404 +40042006,0,SYS_VOICE_YOHANE,TOUCH_3,223121404 +40042007,0,SYS_VOICE_YOHANE,SKILL_SMAIL_1,223121404 +40042008,0,SYS_VOICE_YOHANE,SKILL_PURE_1,223121404 +40042009,0,SYS_VOICE_YOHANE,SKILL_COOL_1,223121404 +40042010,0,SYS_VOICE_YOHANE,LIVE_START_1,223121404 +40042011,0,SYS_VOICE_YOHANE,LIVE_SUCCESS_1,223121404 +40042012,0,SYS_VOICE_YOHANE,LIVE_FAILED_1,223121404 +40042013,0,SYS_VOICE_YOHANE,RESULT_BOND_1,223121404 +40042014,0,SYS_VOICE_YOHANE,RESULT_BOND_MAX_1,223121404 +40043001,0,SYS_VOICE_YOHANEHANAMARU,RANDOM_1,223121404 +40043002,0,SYS_VOICE_YOHANEHANAMARU,RANDOM_EVOLUTION_1,223121404 +40043003,0,SYS_VOICE_YOHANEHANAMARU,TIME_1,223121404 +40043004,0,SYS_VOICE_YOHANEHANAMARU,TOUCH_1,223121404 +40043005,0,SYS_VOICE_YOHANEHANAMARU,TOUCH_2,223121404 +40043006,0,SYS_VOICE_YOHANEHANAMARU,TOUCH_3,223121404 +40043007,0,SYS_VOICE_YOHANEHANAMARU,SKILL_SMAIL_1,223121404 +40043008,0,SYS_VOICE_YOHANEHANAMARU,SKILL_PURE_1,223121404 +40043009,0,SYS_VOICE_YOHANEHANAMARU,SKILL_COOL_1,223121404 +40043010,0,SYS_VOICE_YOHANEHANAMARU,LIVE_START_1,223121404 +40043011,0,SYS_VOICE_YOHANEHANAMARU,LIVE_SUCCESS_1,223121404 +40043012,0,SYS_VOICE_YOHANEHANAMARU,LIVE_FAILED_1,223121404 +40043013,0,SYS_VOICE_YOHANEHANAMARU,RESULT_BOND_1,223121404 +40043014,0,SYS_VOICE_YOHANEHANAMARU,RESULT_BOND_MAX_1,223121404 +40044001,0,SYS_VOICE_YOHANEDIA,RANDOM_1,223121404 +40044002,0,SYS_VOICE_YOHANEDIA,RANDOM_EVOLUTION_1,223121404 +40044003,0,SYS_VOICE_YOHANEDIA,TIME_1,223121404 +40044004,0,SYS_VOICE_YOHANEDIA,TOUCH_1,223121404 +40044005,0,SYS_VOICE_YOHANEDIA,TOUCH_2,223121404 +40044006,0,SYS_VOICE_YOHANEDIA,TOUCH_3,223121404 +40044007,0,SYS_VOICE_YOHANEDIA,SKILL_SMAIL_1,223121404 +40044008,0,SYS_VOICE_YOHANEDIA,SKILL_PURE_1,223121404 +40044009,0,SYS_VOICE_YOHANEDIA,SKILL_COOL_1,223121404 +40044010,0,SYS_VOICE_YOHANEDIA,LIVE_START_1,223121404 +40044011,0,SYS_VOICE_YOHANEDIA,LIVE_SUCCESS_1,223121404 +40044012,0,SYS_VOICE_YOHANEDIA,LIVE_FAILED_1,223121404 +40044013,0,SYS_VOICE_YOHANEDIA,RESULT_BOND_1,223121404 +40044014,0,SYS_VOICE_YOHANEDIA,RESULT_BOND_MAX_1,223121404 +40045001,0,SYS_VOICE_YOHANERUBY,RANDOM_1,223121404 +40045002,0,SYS_VOICE_YOHANERUBY,RANDOM_EVOLUTION_1,223121404 +40045003,0,SYS_VOICE_YOHANERUBY,TIME_1,223121404 +40045004,0,SYS_VOICE_YOHANERUBY,TOUCH_1,223121404 +40045005,0,SYS_VOICE_YOHANERUBY,TOUCH_2,223121404 +40045006,0,SYS_VOICE_YOHANERUBY,TOUCH_3,223121404 +40045007,0,SYS_VOICE_YOHANERUBY,SKILL_SMAIL_1,223121404 +40045008,0,SYS_VOICE_YOHANERUBY,SKILL_PURE_1,223121404 +40045009,0,SYS_VOICE_YOHANERUBY,SKILL_COOL_1,223121404 +40045010,0,SYS_VOICE_YOHANERUBY,LIVE_START_1,223121404 +40045011,0,SYS_VOICE_YOHANERUBY,LIVE_SUCCESS_1,223121404 +40045012,0,SYS_VOICE_YOHANERUBY,LIVE_FAILED_1,223121404 +40045013,0,SYS_VOICE_YOHANERUBY,RESULT_BOND_1,223121404 +40045014,0,SYS_VOICE_YOHANERUBY,RESULT_BOND_MAX_1,223121404 +40046001,0,SYS_VOICE_YOHANECHIKA,RANDOM_1,223121404 +40046002,0,SYS_VOICE_YOHANECHIKA,RANDOM_EVOLUTION_1,223121404 +40046003,0,SYS_VOICE_YOHANECHIKA,TIME_1,223121404 +40046004,0,SYS_VOICE_YOHANECHIKA,TOUCH_1,223121404 +40046005,0,SYS_VOICE_YOHANECHIKA,TOUCH_2,223121404 +40046006,0,SYS_VOICE_YOHANECHIKA,TOUCH_3,223121404 +40046007,0,SYS_VOICE_YOHANECHIKA,SKILL_SMAIL_1,223121404 +40046008,0,SYS_VOICE_YOHANECHIKA,SKILL_PURE_1,223121404 +40046009,0,SYS_VOICE_YOHANECHIKA,SKILL_COOL_1,223121404 +40046010,0,SYS_VOICE_YOHANECHIKA,LIVE_START_1,223121404 +40046011,0,SYS_VOICE_YOHANECHIKA,LIVE_SUCCESS_1,223121404 +40046012,0,SYS_VOICE_YOHANECHIKA,LIVE_FAILED_1,223121404 +40046013,0,SYS_VOICE_YOHANECHIKA,RESULT_BOND_1,223121404 +40046014,0,SYS_VOICE_YOHANECHIKA,RESULT_BOND_MAX_1,223121404 +40047001,0,SYS_VOICE_YOHANEYOU,RANDOM_1,223121404 +40047002,0,SYS_VOICE_YOHANEYOU,RANDOM_EVOLUTION_1,223121404 +40047003,0,SYS_VOICE_YOHANEYOU,TIME_1,223121404 +40047004,0,SYS_VOICE_YOHANEYOU,TOUCH_1,223121404 +40047005,0,SYS_VOICE_YOHANEYOU,TOUCH_2,223121404 +40047006,0,SYS_VOICE_YOHANEYOU,TOUCH_3,223121404 +40047007,0,SYS_VOICE_YOHANEYOU,SKILL_SMAIL_1,223121404 +40047008,0,SYS_VOICE_YOHANEYOU,SKILL_PURE_1,223121404 +40047009,0,SYS_VOICE_YOHANEYOU,SKILL_COOL_1,223121404 +40047010,0,SYS_VOICE_YOHANEYOU,LIVE_START_1,223121404 +40047011,0,SYS_VOICE_YOHANEYOU,LIVE_SUCCESS_1,223121404 +40047012,0,SYS_VOICE_YOHANEYOU,LIVE_FAILED_1,223121404 +40047013,0,SYS_VOICE_YOHANEYOU,RESULT_BOND_1,223121404 +40047014,0,SYS_VOICE_YOHANEYOU,RESULT_BOND_MAX_1,223121404 +40048001,0,SYS_VOICE_YOHANEKANAN,RANDOM_1,223121404 +40048002,0,SYS_VOICE_YOHANEKANAN,RANDOM_EVOLUTION_1,223121404 +40048003,0,SYS_VOICE_YOHANEKANAN,TIME_1,223121404 +40048004,0,SYS_VOICE_YOHANEKANAN,TOUCH_1,223121404 +40048005,0,SYS_VOICE_YOHANEKANAN,TOUCH_2,223121404 +40048006,0,SYS_VOICE_YOHANEKANAN,TOUCH_3,223121404 +40048007,0,SYS_VOICE_YOHANEKANAN,SKILL_SMAIL_1,223121404 +40048008,0,SYS_VOICE_YOHANEKANAN,SKILL_PURE_1,223121404 +40048009,0,SYS_VOICE_YOHANEKANAN,SKILL_COOL_1,223121404 +40048010,0,SYS_VOICE_YOHANEKANAN,LIVE_START_1,223121404 +40048011,0,SYS_VOICE_YOHANEKANAN,LIVE_SUCCESS_1,223121404 +40048012,0,SYS_VOICE_YOHANEKANAN,LIVE_FAILED_1,223121404 +40048013,0,SYS_VOICE_YOHANEKANAN,RESULT_BOND_1,223121404 +40048014,0,SYS_VOICE_YOHANEKANAN,RESULT_BOND_MAX_1,223121404 +40049001,0,SYS_VOICE_YOHANERIKO,RANDOM_1,223121404 +40049002,0,SYS_VOICE_YOHANERIKO,RANDOM_EVOLUTION_1,223121404 +40049003,0,SYS_VOICE_YOHANERIKO,TIME_1,223121404 +40049004,0,SYS_VOICE_YOHANERIKO,TOUCH_1,223121404 +40049005,0,SYS_VOICE_YOHANERIKO,TOUCH_2,223121404 +40049006,0,SYS_VOICE_YOHANERIKO,TOUCH_3,223121404 +40049007,0,SYS_VOICE_YOHANERIKO,SKILL_SMAIL_1,223121404 +40049008,0,SYS_VOICE_YOHANERIKO,SKILL_PURE_1,223121404 +40049009,0,SYS_VOICE_YOHANERIKO,SKILL_COOL_1,223121404 +40049010,0,SYS_VOICE_YOHANERIKO,LIVE_START_1,223121404 +40049011,0,SYS_VOICE_YOHANERIKO,LIVE_SUCCESS_1,223121404 +40049012,0,SYS_VOICE_YOHANERIKO,LIVE_FAILED_1,223121404 +40049013,0,SYS_VOICE_YOHANERIKO,RESULT_BOND_1,223121404 +40049014,0,SYS_VOICE_YOHANERIKO,RESULT_BOND_MAX_1,223121404 +40050001,0,SYS_VOICE_YOHANEMARI,RANDOM_1,223121404 +40050002,0,SYS_VOICE_YOHANEMARI,RANDOM_EVOLUTION_1,223121404 +40050003,0,SYS_VOICE_YOHANEMARI,TIME_1,223121404 +40050004,0,SYS_VOICE_YOHANEMARI,TOUCH_1,223121404 +40050005,0,SYS_VOICE_YOHANEMARI,TOUCH_2,223121404 +40050006,0,SYS_VOICE_YOHANEMARI,TOUCH_3,223121404 +40050007,0,SYS_VOICE_YOHANEMARI,SKILL_SMAIL_1,223121404 +40050008,0,SYS_VOICE_YOHANEMARI,SKILL_PURE_1,223121404 +40050009,0,SYS_VOICE_YOHANEMARI,SKILL_COOL_1,223121404 +40050010,0,SYS_VOICE_YOHANEMARI,LIVE_START_1,223121404 +40050011,0,SYS_VOICE_YOHANEMARI,LIVE_SUCCESS_1,223121404 +40050012,0,SYS_VOICE_YOHANEMARI,LIVE_FAILED_1,223121404 +40050013,0,SYS_VOICE_YOHANEMARI,RESULT_BOND_1,223121404 +40050014,0,SYS_VOICE_YOHANEMARI,RESULT_BOND_MAX_1,223121404 +40101001,0,SYS_VOICE_LOGO,HONOKA_LOGO_1,1 +40101002,0,SYS_VOICE_TITLE,HONOKA_TITLE_1,1 +40102001,0,SYS_VOICE_LOGO,ERI_LOGO_1,1 +40102002,0,SYS_VOICE_TITLE,ERI_TITLE_1,1 +40103001,0,SYS_VOICE_LOGO,KOTORI_LOGO_1,1 +40103002,0,SYS_VOICE_TITLE,KOTORI_TITLE_1,1 +40104001,0,SYS_VOICE_LOGO,UMI_LOGO_1,1 +40104002,0,SYS_VOICE_TITLE,UMI_TITLE_1,1 +40105001,0,SYS_VOICE_LOGO,RIN_LOGO_1,1 +40105002,0,SYS_VOICE_TITLE,RIN_TITLE_1,1 +40106001,0,SYS_VOICE_LOGO,MAKI_LOGO_1,1 +40106002,0,SYS_VOICE_TITLE,MAKI_TITLE_1,1 +40107001,0,SYS_VOICE_LOGO,NOZOMI_LOGO_1,1 +40107002,0,SYS_VOICE_TITLE,NOZOMI_TITLE_1,1 +40108001,0,SYS_VOICE_LOGO,HANAYO_LOGO_1,1 +40108002,0,SYS_VOICE_TITLE,HANAYO_TITLE_1,1 +40109001,0,SYS_VOICE_LOGO,NIKO_LOGO_1,1 +40109002,0,SYS_VOICE_TITLE,NIKO_TITLE_1,1 +40110001,0,SYS_VOICE_LOGO,CHIKA_LOGO_1,1 +40110002,0,SYS_VOICE_TITLE,CHIKA_TITLE_1,1 +40111001,0,SYS_VOICE_LOGO,RIKO_LOGO_1,1 +40111002,0,SYS_VOICE_TITLE,RIKO_TITLE_1,1 +40112001,0,SYS_VOICE_LOGO,KANAN_LOGO_1,1 +40112002,0,SYS_VOICE_TITLE,KANAN_TITLE_1,1 +40113001,0,SYS_VOICE_LOGO,DAIYA_LOGO_1,1 +40113002,0,SYS_VOICE_TITLE,DAIYA_TITLE_1,1 +40114001,0,SYS_VOICE_LOGO,YOU_LOGO_1,1 +40114002,0,SYS_VOICE_TITLE,YOU_TITLE_1,1 +40115001,0,SYS_VOICE_LOGO,YOSHIKO_LOGO_1,1 +40115002,0,SYS_VOICE_TITLE,YOSHIKO_TITLE_1,1 +40115003,0,SYS_VOICE_TITLE,YOSHIKO_TITLE_2,1 +40116001,0,SYS_VOICE_LOGO,HANAMARU_LOGO_1,1 +40116002,0,SYS_VOICE_TITLE,HANAMARU_TITLE_1,1 +40117001,0,SYS_VOICE_LOGO,MARI_LOGO_1,1 +40117002,0,SYS_VOICE_TITLE,MARI_TITLE_1,1 +40118001,0,SYS_VOICE_LOGO,RUBY_LOGO_1,1 +40118002,0,SYS_VOICE_TITLE,RUBY_TITLE_1,1 +40119001,0,SYS_VOICE_LOGO,AYUMU_LOGO_1,1 +40119002,0,SYS_VOICE_TITLE,AYUMU_TITLE_1,1 +40120001,0,SYS_VOICE_LOGO,KASUMI_LOGO_1,1 +40120002,0,SYS_VOICE_TITLE,KASUMI_TITLE_1,1 +40121001,0,SYS_VOICE_LOGO,SHIZUKU_LOGO_1,1 +40121002,0,SYS_VOICE_TITLE,SHIZUKU_TITLE_1,1 +40122001,0,SYS_VOICE_LOGO,KARIN_LOGO_1,1 +40122002,0,SYS_VOICE_TITLE,KARIN_TITLE_1,1 +40123001,0,SYS_VOICE_LOGO,AI_LOGO_1,1 +40123002,0,SYS_VOICE_TITLE,AI_TITLE_1,1 +40124001,0,SYS_VOICE_LOGO,KANATA_LOGO_1,1 +40124002,0,SYS_VOICE_TITLE,KANATA_TITLE_1,1 +40125001,0,SYS_VOICE_LOGO,SETUNA_LOGO_1,1 +40125002,0,SYS_VOICE_TITLE,SETUNA_TITLE_1,1 +40126001,0,SYS_VOICE_LOGO,EMA_LOGO_1,1 +40126002,0,SYS_VOICE_TITLE,EMA_TITLE_1,1 +40127001,0,SYS_VOICE_LOGO,RINA_LOGO_1,1 +40127002,0,SYS_VOICE_TITLE,RINA_TITLE_1,1 +40128001,0,SYS_VOICE_LOGO,SHIORIKO_LOGO_1,1 +40128002,0,SYS_VOICE_TITLE,SHIORIKO_TITLE_1,1 +40129001,0,SYS_VOICE_LOGO,MIA_LOGO_1,1 +40129002,0,SYS_VOICE_TITLE,MIA_TITLE_1,1 +40130001,0,SYS_VOICE_LOGO,RANZYU_LOGO_1,1 +40130002,0,SYS_VOICE_TITLE,RANZYU_TITLE_1,1 +40131001,0,SYS_VOICE_LOGO,KANON_LOGO_1,1 +40131002,0,SYS_VOICE_TITLE,KANON_TITLE_1,1 +40132001,0,SYS_VOICE_LOGO,KUKU_LOGO_1,1 +40132002,0,SYS_VOICE_TITLE,KUKU_TITLE_1,1 +40133001,0,SYS_VOICE_LOGO,CHISATO_LOGO_1,1 +40133002,0,SYS_VOICE_TITLE,CHISATO_TITLE_1,1 +40134001,0,SYS_VOICE_LOGO,SUMIRE_LOGO_1,1 +40134002,0,SYS_VOICE_TITLE,SUMIRE_TITLE_1,1 +40135001,0,SYS_VOICE_LOGO,REN_LOGO_1,1 +40135002,0,SYS_VOICE_TITLE,REN_TITLE_1,1 +40136001,0,SYS_VOICE_LOGO,KINAKO_LOGO_1,1 +40136002,0,SYS_VOICE_TITLE,KINAKO_TITLE_1,1 +40137001,0,SYS_VOICE_LOGO,MEI_LOGO_1,1 +40137002,0,SYS_VOICE_TITLE,MEI_TITLE_1,1 +40138001,0,SYS_VOICE_LOGO,SHIKI_LOGO_1,1 +40138002,0,SYS_VOICE_TITLE,SHIKI_TITLE_1,1 +40139001,0,SYS_VOICE_LOGO,NATUMI_LOGO_1,1 +40139002,0,SYS_VOICE_TITLE,NATUMI_TITLE_1,1 +40140001,0,SYS_VOICE_LOGO,MARGARETE_LOGO_1,223121502 +40140002,0,SYS_VOICE_TITLE,MARGARETE_TITLE_1,223121502 +40141001,0,SYS_VOICE_LOGO,TOMARI_LOGO_1,223121502 +40141002,0,SYS_VOICE_TITLE,TOMARI_TITLE_1,223121502 +51010131,0,SYS_VOICE_10010013,SERIF_1,1 +51010132,0,SYS_VOICE_10010013,SERIF_EVOLUTION_1,1 +51010152,0,SYS_VOICE_10010015,SERIF_EVOLUTION_1,1 +51010161,0,SYS_VOICE_10010016,SERIF_1,223043003 +51010162,0,SYS_VOICE_10010016,SERIF_EVOLUTION_1,223043003 +51010171,0,SYS_VOICE_10010017,SERIF_1,223080304 +51010172,0,SYS_VOICE_10010017,SERIF_EVOLUTION_1,223080304 +51010201,0,SYS_VOICE_10010020,SERIF_1,223113006 +51010202,0,SYS_VOICE_10010020,SERIF_EVOLUTION_1,223113006 +51020131,0,SYS_VOICE_10020013,SERIF_1,1 +51020132,0,SYS_VOICE_10020013,SERIF_EVOLUTION_1,1 +51020151,0,SYS_VOICE_10020015,SERIF_1,223043003 +51020152,0,SYS_VOICE_10020015,SERIF_EVOLUTION_1,223043003 +51020171,0,SYS_VOICE_10020017,SERIF_1,223102102 +51020172,0,SYS_VOICE_10020017,SERIF_EVOLUTION_1,223102102 +51030131,0,SYS_VOICE_10030013,SERIF_1,1 +51030132,0,SYS_VOICE_10030013,SERIF_EVOLUTION_1,1 +51030161,0,SYS_VOICE_10030016,SERIF_1,223073103 +51030162,0,SYS_VOICE_10030016,SERIF_EVOLUTION_1,223073103 +51030171,0,SYS_VOICE_10030017,SERIF_1,223091202 +51030172,0,SYS_VOICE_10030017,SERIF_EVOLUTION_1,223091202 +51030181,0,SYS_VOICE_10030018,SERIF_1,224011503 +51030182,0,SYS_VOICE_10030018,SERIF_EVOLUTION_1,224011503 +51040131,0,SYS_VOICE_10040013,SERIF_1,1 +51040132,0,SYS_VOICE_10040013,SERIF_EVOLUTION_1,1 +51040161,0,SYS_VOICE_10040016,SERIF_1,223073105 +51040162,0,SYS_VOICE_10040016,SERIF_EVOLUTION_1,223073105 +51040171,0,SYS_VOICE_10040017,SERIF_1,223100504 +51040172,0,SYS_VOICE_10040017,SERIF_EVOLUTION_1,223100504 +51040191,0,SYS_VOICE_10040019,SERIF_1,223113010 +51040192,0,SYS_VOICE_10040019,SERIF_EVOLUTION_1,223113010 +51040201,0,SYS_VOICE_10040020,SERIF_1,224031503 +51040202,0,SYS_VOICE_10040020,SERIF_EVOLUTION_1,224031503 +51050131,0,SYS_VOICE_10050013,SERIF_1,1 +51050132,0,SYS_VOICE_10050013,SERIF_EVOLUTION_1,1 +51050151,0,SYS_VOICE_10050015,SERIF_1,223073103 +51050152,0,SYS_VOICE_10050015,SERIF_EVOLUTION_1,223073103 +51050161,0,SYS_VOICE_10050016,SERIF_1,223110102 +51050162,0,SYS_VOICE_10050016,SERIF_EVOLUTION_1,223110102 +51050181,0,SYS_VOICE_10050018,SERIF_1,224011506 +51050182,0,SYS_VOICE_10050018,SERIF_EVOLUTION_1,224011506 +51060131,0,SYS_VOICE_10060013,SERIF_1,1 +51060132,0,SYS_VOICE_10060013,SERIF_EVOLUTION_1,1 +51060151,0,SYS_VOICE_10060015,SERIF_1,223091503 +51060152,0,SYS_VOICE_10060015,SERIF_EVOLUTION_1,223091503 +51060171,0,SYS_VOICE_10060017,SERIF_1,224011503 +51060172,0,SYS_VOICE_10060017,SERIF_EVOLUTION_1,224011503 +51060181,0,SYS_VOICE_10060018,SERIF_1,224031603 +51060182,0,SYS_VOICE_10060018,SERIF_EVOLUTION_1,224031603 +51070131,0,SYS_VOICE_10070013,SERIF_1,1 +51070132,0,SYS_VOICE_10070013,SERIF_EVOLUTION_1,1 +51070151,0,SYS_VOICE_10070015,SERIF_1,223060902 +51070152,0,SYS_VOICE_10070015,SERIF_EVOLUTION_1,223060902 +51070171,0,SYS_VOICE_10070017,SERIF_1,223091503 +51070172,0,SYS_VOICE_10070017,SERIF_EVOLUTION_1,223091503 +51080131,0,SYS_VOICE_10080013,SERIF_1,1 +51080132,0,SYS_VOICE_10080013,SERIF_EVOLUTION_1,1 +51080161,0,SYS_VOICE_10080016,SERIF_1,223091505 +51080162,0,SYS_VOICE_10080016,SERIF_EVOLUTION_1,223091505 +51080171,0,SYS_VOICE_10080017,SERIF_1,224011703 +51080172,0,SYS_VOICE_10080017,SERIF_EVOLUTION_1,224011703 +51090131,0,SYS_VOICE_10090013,SERIF_1,1 +51090132,0,SYS_VOICE_10090013,SERIF_EVOLUTION_1,1 +51090151,0,SYS_VOICE_10090015,SERIF_1,223043005 +51090152,0,SYS_VOICE_10090015,SERIF_EVOLUTION_1,223043005 +51090161,0,SYS_VOICE_10090016,SERIF_1,223072202 +51090162,0,SYS_VOICE_10090016,SERIF_EVOLUTION_1,223072202 +51090181,0,SYS_VOICE_10090018,SERIF_1,223113010 +51090182,0,SYS_VOICE_10090018,SERIF_EVOLUTION_1,223113010 +52010111,0,SYS_VOICE_20010011,SERIF_1,1 +52010112,0,SYS_VOICE_20010011,SERIF_EVOLUTION_1,1 +52010132,0,SYS_VOICE_20010013,SERIF_EVOLUTION_1,1 +52010141,0,SYS_VOICE_20010014,SERIF_1,223051503 +52010142,0,SYS_VOICE_20010014,SERIF_EVOLUTION_1,223051503 +52010151,0,SYS_VOICE_20010015,SERIF_1,223080103 +52010152,0,SYS_VOICE_20010015,SERIF_EVOLUTION_1,223080103 +52010191,0,SYS_VOICE_20010019,SERIF_1,223123106 +52010192,0,SYS_VOICE_20010019,SERIF_EVOLUTION_1,223123106 +52020111,0,SYS_VOICE_20020011,SERIF_1,1 +52020112,0,SYS_VOICE_20020011,SERIF_EVOLUTION_1,1 +52020131,0,SYS_VOICE_20020013,SERIF_1,223051503 +52020132,0,SYS_VOICE_20020013,SERIF_EVOLUTION_1,223051503 +52020141,0,SYS_VOICE_20020014,SERIF_1,223091902 +52020142,0,SYS_VOICE_20020014,SERIF_EVOLUTION_1,223091902 +52020161,0,SYS_VOICE_20020016,SERIF_1,224021403 +52020162,0,SYS_VOICE_20020016,SERIF_EVOLUTION_1,224021403 +52030111,0,SYS_VOICE_20030011,SERIF_1,1 +52030112,0,SYS_VOICE_20030011,SERIF_EVOLUTION_1,1 +52030131,0,SYS_VOICE_20030013,SERIF_1,223061503 +52030132,0,SYS_VOICE_20030013,SERIF_EVOLUTION_1,223061503 +52030151,0,SYS_VOICE_20030015,SERIF_1,223101509 +52030152,0,SYS_VOICE_20030015,SERIF_EVOLUTION_1,223101509 +52030161,0,SYS_VOICE_20030016,SERIF_1,224021005 +52030162,0,SYS_VOICE_20030016,SERIF_EVOLUTION_1,224021005 +52040111,0,SYS_VOICE_20040011,SERIF_1,1 +52040112,0,SYS_VOICE_20040011,SERIF_EVOLUTION_1,1 +52040131,0,SYS_VOICE_20040013,SERIF_1,223061503 +52040132,0,SYS_VOICE_20040013,SERIF_EVOLUTION_1,223061503 +52040151,0,SYS_VOICE_20040015,SERIF_1,223101507 +52040152,0,SYS_VOICE_20040015,SERIF_EVOLUTION_1,223101507 +52040161,0,SYS_VOICE_20040016,SERIF_1,224010104 +52040162,0,SYS_VOICE_20040016,SERIF_EVOLUTION_1,224010104 +52050111,0,SYS_VOICE_20050011,SERIF_1,1 +52050112,0,SYS_VOICE_20050011,SERIF_EVOLUTION_1,1 +52050141,0,SYS_VOICE_20050014,SERIF_1,223083105 +52050142,0,SYS_VOICE_20050014,SERIF_EVOLUTION_1,223083105 +52050151,0,SYS_VOICE_20050015,SERIF_1,223101504 +52050152,0,SYS_VOICE_20050015,SERIF_EVOLUTION_1,223101504 +52050171,0,SYS_VOICE_20050017,SERIF_1,223123103 +52050172,0,SYS_VOICE_20050017,SERIF_EVOLUTION_1,223123103 +52050191,0,SYS_VOICE_20050019,SERIF_1,224031603 +52050192,0,SYS_VOICE_20050019,SERIF_EVOLUTION_1,224031603 +52060111,0,SYS_VOICE_20060011,SERIF_1,1 +52060112,0,SYS_VOICE_20060011,SERIF_EVOLUTION_1,1 +52060141,0,SYS_VOICE_20060014,SERIF_1,223071302 +52060142,0,SYS_VOICE_20060014,SERIF_EVOLUTION_1,223071302 +52060151,0,SYS_VOICE_20060015,SERIF_1,223083103 +52060152,0,SYS_VOICE_20060015,SERIF_EVOLUTION_1,223083103 +52060161,0,SYS_VOICE_20060016,SERIF_1,224021403 +52060162,0,SYS_VOICE_20060016,SERIF_EVOLUTION_1,224021403 +52070111,0,SYS_VOICE_20070011,SERIF_1,1 +52070112,0,SYS_VOICE_20070011,SERIF_EVOLUTION_1,1 +52070131,0,SYS_VOICE_20070013,SERIF_1,223051505 +52070132,0,SYS_VOICE_20070013,SERIF_EVOLUTION_1,223051505 +52070151,0,SYS_VOICE_20070015,SERIF_1,223101507 +52070152,0,SYS_VOICE_20070015,SERIF_EVOLUTION_1,223101507 +52070161,0,SYS_VOICE_20070016,SERIF_1,224030403 +52070162,0,SYS_VOICE_20070016,SERIF_EVOLUTION_1,224030403 +52080111,0,SYS_VOICE_20080011,SERIF_1,1 +52080112,0,SYS_VOICE_20080011,SERIF_EVOLUTION_1,1 +52080131,0,SYS_VOICE_20080013,SERIF_1,223061302 +52080132,0,SYS_VOICE_20080013,SERIF_EVOLUTION_1,223061302 +52080141,0,SYS_VOICE_20080014,SERIF_1,223083103 +52080142,0,SYS_VOICE_20080014,SERIF_EVOLUTION_1,223083103 +52080161,0,SYS_VOICE_20080016,SERIF_1,224021406 +52080162,0,SYS_VOICE_20080016,SERIF_EVOLUTION_1,224021406 +52090111,0,SYS_VOICE_20090011,SERIF_1,1 +52090112,0,SYS_VOICE_20090011,SERIF_EVOLUTION_1,1 +52090131,0,SYS_VOICE_20090013,SERIF_1,223061505 +52090132,0,SYS_VOICE_20090013,SERIF_EVOLUTION_1,223061505 +52090141,0,SYS_VOICE_20090014,SERIF_1,223092102 +52090142,0,SYS_VOICE_20090014,SERIF_EVOLUTION_1,223092102 +52090161,0,SYS_VOICE_20090016,SERIF_1,223123103 +52090162,0,SYS_VOICE_20090016,SERIF_EVOLUTION_1,223123103 +53010071,0,SYS_VOICE_30010007,SERIF_1,1 +53010072,0,SYS_VOICE_30010007,SERIF_EVOLUTION_1,1 +53010092,0,SYS_VOICE_30010009,SERIF_EVOLUTION_1,1 +53010101,0,SYS_VOICE_30010010,SERIF_1,223071504 +53010102,0,SYS_VOICE_30010010,SERIF_EVOLUTION_1,223071504 +53010121,0,SYS_VOICE_30010012,SERIF_1,223100302 +53010122,0,SYS_VOICE_30010012,SERIF_EVOLUTION_1,223100302 +53010171,0,SYS_VOICE_30010017,SERIF_1,224013106 +53010172,0,SYS_VOICE_30010017,SERIF_EVOLUTION_1,224013106 +53010181,0,SYS_VOICE_30010018,SERIF_1,224030108 +53010182,0,SYS_VOICE_30010018,SERIF_EVOLUTION_1,224030108 +53020071,0,SYS_VOICE_30020007,SERIF_1,1 +53020072,0,SYS_VOICE_30020007,SERIF_EVOLUTION_1,1 +53020091,0,SYS_VOICE_30020009,SERIF_1,223071506 +53020092,0,SYS_VOICE_30020009,SERIF_EVOLUTION_1,223071506 +53020111,0,SYS_VOICE_30020011,SERIF_1,223101002 +53020112,0,SYS_VOICE_30020011,SERIF_EVOLUTION_1,223101002 +53020141,0,SYS_VOICE_30020014,SERIF_1,224012303 +53020142,0,SYS_VOICE_30020014,SERIF_EVOLUTION_1,224012303 +53030071,0,SYS_VOICE_30030007,SERIF_1,1 +53030072,0,SYS_VOICE_30030007,SERIF_EVOLUTION_1,1 +53030101,0,SYS_VOICE_30030010,SERIF_1,223093005 +53030102,0,SYS_VOICE_30030010,SERIF_EVOLUTION_1,223093005 +53030121,0,SYS_VOICE_30030012,SERIF_1,223101702 +53030122,0,SYS_VOICE_30030012,SERIF_EVOLUTION_1,223101702 +53030141,0,SYS_VOICE_30030014,SERIF_1,224013103 +53030142,0,SYS_VOICE_30030014,SERIF_EVOLUTION_1,224013103 +53030151,0,SYS_VOICE_30030015,SERIF_1,224031603 +53030152,0,SYS_VOICE_30030015,SERIF_EVOLUTION_1,224031603 +53040071,0,SYS_VOICE_30040007,SERIF_1,1 +53040072,0,SYS_VOICE_30040007,SERIF_EVOLUTION_1,1 +53040091,0,SYS_VOICE_30040009,SERIF_1,223062902 +53040092,0,SYS_VOICE_30040009,SERIF_EVOLUTION_1,223062902 +53040111,0,SYS_VOICE_30040011,SERIF_1,223102402 +53040112,0,SYS_VOICE_30040011,SERIF_EVOLUTION_1,223102402 +53040121,0,SYS_VOICE_30040012,SERIF_1,223111506 +53040122,0,SYS_VOICE_30040012,SERIF_EVOLUTION_1,223111506 +53040141,0,SYS_VOICE_30040014,SERIF_1,224013103 +53040142,0,SYS_VOICE_30040014,SERIF_EVOLUTION_1,224013103 +53050071,0,SYS_VOICE_30050007,SERIF_1,1 +53050072,0,SYS_VOICE_30050007,SERIF_EVOLUTION_1,1 +53050091,0,SYS_VOICE_30050009,SERIF_1,223053002 +53050092,0,SYS_VOICE_30050009,SERIF_EVOLUTION_1,223053002 +53050121,0,SYS_VOICE_30050012,SERIF_1,223103102 +53050122,0,SYS_VOICE_30050012,SERIF_EVOLUTION_1,223103102 +53050131,0,SYS_VOICE_30050013,SERIF_1,223111503 +53050132,0,SYS_VOICE_30050013,SERIF_EVOLUTION_1,223111503 +53060071,0,SYS_VOICE_30060007,SERIF_1,1 +53060072,0,SYS_VOICE_30060007,SERIF_EVOLUTION_1,1 +53060091,0,SYS_VOICE_30060009,SERIF_1,223053103 +53060092,0,SYS_VOICE_30060009,SERIF_EVOLUTION_1,223053103 +53060111,0,SYS_VOICE_30060011,SERIF_1,223110702 +53060112,0,SYS_VOICE_30060011,SERIF_EVOLUTION_1,223110702 +53060131,0,SYS_VOICE_30060013,SERIF_1,223121602 +53060132,0,SYS_VOICE_30060013,SERIF_EVOLUTION_1,223121602 +53070071,0,SYS_VOICE_30070007,SERIF_1,1 +53070072,0,SYS_VOICE_30070007,SERIF_EVOLUTION_1,1 +53070091,0,SYS_VOICE_30070009,SERIF_1,223080802 +53070092,0,SYS_VOICE_30070009,SERIF_EVOLUTION_1,223080802 +53070111,0,SYS_VOICE_30070011,SERIF_1,223101504 +53070112,0,SYS_VOICE_30070011,SERIF_EVOLUTION_1,223101504 +53070131,0,SYS_VOICE_30070013,SERIF_1,223111503 +53070132,0,SYS_VOICE_30070013,SERIF_EVOLUTION_1,223111503 +53070141,0,SYS_VOICE_30070014,SERIF_1,223111402 +53070142,0,SYS_VOICE_30070014,SERIF_EVOLUTION_1,223111402 +53080071,0,SYS_VOICE_30080007,SERIF_1,1 +53080072,0,SYS_VOICE_30080007,SERIF_EVOLUTION_1,1 +53080091,0,SYS_VOICE_30080009,SERIF_1,223053103 +53080092,0,SYS_VOICE_30080009,SERIF_EVOLUTION_1,223053103 +53080111,0,SYS_VOICE_30080011,SERIF_1,223112102 +53080112,0,SYS_VOICE_30080011,SERIF_EVOLUTION_1,223112102 +53080141,0,SYS_VOICE_30080014,SERIF_1,224020503 +53080142,0,SYS_VOICE_30080014,SERIF_EVOLUTION_1,224020503 +53090071,0,SYS_VOICE_30090007,SERIF_1,1 +53090072,0,SYS_VOICE_30090007,SERIF_EVOLUTION_1,1 +53090091,0,SYS_VOICE_30090009,SERIF_1,223053105 +53090092,0,SYS_VOICE_30090009,SERIF_EVOLUTION_1,223053105 +53090121,0,SYS_VOICE_30090012,SERIF_1,223111302 +53090122,0,SYS_VOICE_30090012,SERIF_EVOLUTION_1,223111302 +53090131,0,SYS_VOICE_30090013,SERIF_1,223112802 +53090132,0,SYS_VOICE_30090013,SERIF_EVOLUTION_1,223112802 +53100071,0,SYS_VOICE_30100007,SERIF_1,1 +53100072,0,SYS_VOICE_30100007,SERIF_EVOLUTION_1,1 +53100091,0,SYS_VOICE_30100009,SERIF_1,223071504 +53100092,0,SYS_VOICE_30100009,SERIF_EVOLUTION_1,223071504 +53100101,0,SYS_VOICE_30100010,SERIF_1,223100503 +53100102,0,SYS_VOICE_30100010,SERIF_EVOLUTION_1,223100503 +53100131,0,SYS_VOICE_30100013,SERIF_1,223120502 +53100132,0,SYS_VOICE_30100013,SERIF_EVOLUTION_1,223120502 +53110071,0,SYS_VOICE_30110007,SERIF_1,1 +53110072,0,SYS_VOICE_30110007,SERIF_EVOLUTION_1,1 +53110101,0,SYS_VOICE_30110010,SERIF_1,223093003 +53110102,0,SYS_VOICE_30110010,SERIF_EVOLUTION_1,223093003 +53110131,0,SYS_VOICE_30110013,SERIF_1,223120602 +53110132,0,SYS_VOICE_30110013,SERIF_EVOLUTION_1,223120602 +53110141,0,SYS_VOICE_30110014,SERIF_1,223121202 +53110142,0,SYS_VOICE_30110014,SERIF_EVOLUTION_1,223121202 +53120071,0,SYS_VOICE_30120007,SERIF_1,1 +53120072,0,SYS_VOICE_30120007,SERIF_EVOLUTION_1,1 +53120101,0,SYS_VOICE_30120010,SERIF_1,223093003 +53120102,0,SYS_VOICE_30120010,SERIF_EVOLUTION_1,223093003 +53120131,0,SYS_VOICE_30120013,SERIF_1,223121902 +53120132,0,SYS_VOICE_30120013,SERIF_EVOLUTION_1,223121902 +53120141,0,SYS_VOICE_30120014,SERIF_1,224021503 +53120142,0,SYS_VOICE_30120014,SERIF_EVOLUTION_1,224021503 +54010071,0,SYS_VOICE_40010007,SERIF_1,1 +54010072,0,SYS_VOICE_40010007,SERIF_EVOLUTION_1,1 +54010092,0,SYS_VOICE_40010009,SERIF_EVOLUTION_1,1 +54010101,0,SYS_VOICE_40010010,SERIF_1,223050104 +54010102,0,SYS_VOICE_40010010,SERIF_EVOLUTION_1,223050104 +54010111,0,SYS_VOICE_40010011,SERIF_1,223081505 +54010112,0,SYS_VOICE_40010011,SERIF_EVOLUTION_1,223081505 +54010141,0,SYS_VOICE_40010014,SERIF_1,223121506 +54010142,0,SYS_VOICE_40010014,SERIF_EVOLUTION_1,223121506 +54020071,0,SYS_VOICE_40020007,SERIF_1,1 +54020072,0,SYS_VOICE_40020007,SERIF_EVOLUTION_1,1 +54020091,0,SYS_VOICE_40020009,SERIF_1,223041902 +54020092,0,SYS_VOICE_40020009,SERIF_EVOLUTION_1,223041902 +54020101,0,SYS_VOICE_40020010,SERIF_1,223071703 +54020102,0,SYS_VOICE_40020010,SERIF_EVOLUTION_1,223071703 +54020121,0,SYS_VOICE_40020012,SERIF_1,223121506 +54020122,0,SYS_VOICE_40020012,SERIF_EVOLUTION_1,223121506 +54030071,0,SYS_VOICE_40030007,SERIF_1,1 +54030072,0,SYS_VOICE_40030007,SERIF_EVOLUTION_1,1 +54030091,0,SYS_VOICE_40030009,SERIF_1,223041904 +54030092,0,SYS_VOICE_40030009,SERIF_EVOLUTION_1,223041904 +54030111,0,SYS_VOICE_40030011,SERIF_1,223101504 +54030112,0,SYS_VOICE_40030011,SERIF_EVOLUTION_1,223101504 +54030121,0,SYS_VOICE_40030012,SERIF_1,223103109 +54030122,0,SYS_VOICE_40030012,SERIF_EVOLUTION_1,223103109 +54030141,0,SYS_VOICE_40030014,SERIF_1,224022503 +54030142,0,SYS_VOICE_40030014,SERIF_EVOLUTION_1,224022503 +54040071,0,SYS_VOICE_40040007,SERIF_1,1 +54040072,0,SYS_VOICE_40040007,SERIF_EVOLUTION_1,1 +54040091,0,SYS_VOICE_40040009,SERIF_1,223063003 +54040092,0,SYS_VOICE_40040009,SERIF_EVOLUTION_1,223063003 +54040101,0,SYS_VOICE_40040010,SERIF_1,223092802 +54040102,0,SYS_VOICE_40040010,SERIF_EVOLUTION_1,223092802 +54040131,0,SYS_VOICE_40040013,SERIF_1,224030106 +54040132,0,SYS_VOICE_40040013,SERIF_EVOLUTION_1,224030106 +54050071,0,SYS_VOICE_40050007,SERIF_1,1 +54050072,0,SYS_VOICE_40050007,SERIF_EVOLUTION_1,1 +54050091,0,SYS_VOICE_40050009,SERIF_1,223063003 +54050092,0,SYS_VOICE_40050009,SERIF_EVOLUTION_1,223063003 +54050111,0,SYS_VOICE_40050011,SERIF_1,223112402 +54050112,0,SYS_VOICE_40050011,SERIF_EVOLUTION_1,223112402 +54050131,0,SYS_VOICE_40050013,SERIF_1,224030103 +54050132,0,SYS_VOICE_40050013,SERIF_EVOLUTION_1,224030103 +54060071,0,SYS_VOICE_40060007,SERIF_1,1 +54060072,0,SYS_VOICE_40060007,SERIF_EVOLUTION_1,1 +54060101,0,SYS_VOICE_40060010,SERIF_1,223063005 +54060102,0,SYS_VOICE_40060010,SERIF_EVOLUTION_1,223063005 +54060111,0,SYS_VOICE_40060011,SERIF_1,223103109 +54060112,0,SYS_VOICE_40060011,SERIF_EVOLUTION_1,223103109 +54060131,0,SYS_VOICE_40060013,SERIF_1,224031603 +54060132,0,SYS_VOICE_40060013,SERIF_EVOLUTION_1,224031603 +54070071,0,SYS_VOICE_40070007,SERIF_1,1 +54070072,0,SYS_VOICE_40070007,SERIF_EVOLUTION_1,1 +54070101,0,SYS_VOICE_40070010,SERIF_1,223081503 +54070102,0,SYS_VOICE_40070010,SERIF_EVOLUTION_1,223081503 +54070111,0,SYS_VOICE_40070011,SERIF_1,223102902 +54070112,0,SYS_VOICE_40070011,SERIF_EVOLUTION_1,223102902 +54070131,0,SYS_VOICE_40070013,SERIF_1,224030103 +54070132,0,SYS_VOICE_40070013,SERIF_EVOLUTION_1,224030103 +54080071,0,SYS_VOICE_40080007,SERIF_1,1 +54080072,0,SYS_VOICE_40080007,SERIF_EVOLUTION_1,1 +54080091,0,SYS_VOICE_40080009,SERIF_1,223061702 +54080092,0,SYS_VOICE_40080009,SERIF_EVOLUTION_1,223061702 +54080101,0,SYS_VOICE_40080010,SERIF_1,223081503 +54080102,0,SYS_VOICE_40080010,SERIF_EVOLUTION_1,223081503 +54080111,0,SYS_VOICE_40080011,SERIF_1,223121509 +54080112,0,SYS_VOICE_40080011,SERIF_EVOLUTION_1,223121509 +54090071,0,SYS_VOICE_40090007,SERIF_1,1 +54090072,0,SYS_VOICE_40090007,SERIF_EVOLUTION_1,1 +54090091,0,SYS_VOICE_40090009,SERIF_1,223041902 +54090092,0,SYS_VOICE_40090009,SERIF_EVOLUTION_1,223041902 +54090101,0,SYS_VOICE_40090010,SERIF_1,223080702 +54090102,0,SYS_VOICE_40090010,SERIF_EVOLUTION_1,223080702 +54090111,0,SYS_VOICE_40090011,SERIF_1,223103106 +54090112,0,SYS_VOICE_40090011,SERIF_EVOLUTION_1,223103106 +54100021,0,SYS_VOICE_40100002,SERIF_1,224012003 +54100022,0,SYS_VOICE_40100002,SERIF_EVOLUTION_1,224012003 +54110011,0,SYS_VOICE_40110001,SERIF_1,223121510 +54110012,0,SYS_VOICE_40110001,SERIF_EVOLUTION_1,223121510 +54110021,0,SYS_VOICE_40110002,SERIF_1,223122802 +54110022,0,SYS_VOICE_40110002,SERIF_EVOLUTION_1,223122802 +56010011,0,SYS_VOICE_60010001,SERIF_1,223121403 +56010012,0,SYS_VOICE_60010001,SERIF_EVOLUTION_1,223121403 +56020011,0,SYS_VOICE_60020001,SERIF_1,223121403 +56020012,0,SYS_VOICE_60020001,SERIF_EVOLUTION_1,223121403 +56030011,0,SYS_VOICE_60030001,SERIF_1,223121403 +56030012,0,SYS_VOICE_60030001,SERIF_EVOLUTION_1,223121403 +56040011,0,SYS_VOICE_60040001,SERIF_1,223121403 +56040012,0,SYS_VOICE_60040001,SERIF_EVOLUTION_1,223121403 +56050011,0,SYS_VOICE_60050001,SERIF_1,223121403 +56050012,0,SYS_VOICE_60050001,SERIF_EVOLUTION_1,223121403 +56060011,0,SYS_VOICE_60060001,SERIF_1,223121403 +56060012,0,SYS_VOICE_60060001,SERIF_EVOLUTION_1,223121403 +56070011,0,SYS_VOICE_60070001,SERIF_1,223121403 +56070012,0,SYS_VOICE_60070001,SERIF_EVOLUTION_1,223121403 +56080011,0,SYS_VOICE_60080001,SERIF_1,223121403 +56080012,0,SYS_VOICE_60080001,SERIF_EVOLUTION_1,223121403 +56090011,0,SYS_VOICE_60090001,SERIF_1,223121403 +56090012,0,SYS_VOICE_60090001,SERIF_EVOLUTION_1,223121403 +101001001,0,STORY_VOICE_19010001,1,1 +101001002,0,STORY_VOICE_19010001,2,1 +101001003,0,STORY_VOICE_19010001,3,1 +100001001,0,STORY_VOICE_10000001,1,1 +100001002,0,STORY_VOICE_10000001,2,1 +100001003,0,STORY_VOICE_10000001,3,1 +100001004,0,STORY_VOICE_10000001,4,1 +100001005,0,STORY_VOICE_10000001,5,1 +100001006,0,STORY_VOICE_10000001,6,1 +100001007,0,STORY_VOICE_10000001,7,1 +100001008,0,STORY_VOICE_10000001,8,1 +100001009,0,STORY_VOICE_10000001,9,1 +100001010,0,STORY_VOICE_10000001,10,1 +100001011,0,STORY_VOICE_10000001,11,1 +100001012,0,STORY_VOICE_10000001,12,1 +100001013,0,STORY_VOICE_10000001,13,1 +100001014,0,STORY_VOICE_10000001,14,1 +100001015,0,STORY_VOICE_10000001,15,1 +100001016,0,STORY_VOICE_10000001,16,1 +100001017,0,STORY_VOICE_10000001,17,1 +100001018,0,STORY_VOICE_10000001,18,1 +100001019,0,STORY_VOICE_10000001,19,1 +100001020,0,STORY_VOICE_10000001,20,1 +100001021,0,STORY_VOICE_10000001,21,1 +100001022,0,STORY_VOICE_10000001,22,1 +100001023,0,STORY_VOICE_10000001,23,1 +100001024,0,STORY_VOICE_10000001,24,1 +100001025,0,STORY_VOICE_10000001,25,1 +100001026,0,STORY_VOICE_10000001,26,1 +100001027,0,STORY_VOICE_10000001,27,1 +100001028,0,STORY_VOICE_10000001,28,1 +100001029,0,STORY_VOICE_10000001,29,1 +100001030,0,STORY_VOICE_10000001,30,1 +100001031,0,STORY_VOICE_10000001,31,1 +100001032,0,STORY_VOICE_10000001,32,1 +100001033,0,STORY_VOICE_10000001,33,1 +100001034,0,STORY_VOICE_10000001,34,1 +100001035,0,STORY_VOICE_10000001,35,1 +100001036,0,STORY_VOICE_10000001,36,1 +100001037,0,STORY_VOICE_10000001,37,1 +100001038,0,STORY_VOICE_10000001,38,1 +100001039,0,STORY_VOICE_10000001,39,1 +100001040,0,STORY_VOICE_10000001,40,1 +100001041,0,STORY_VOICE_10000001,41,1 +100001042,0,STORY_VOICE_10000001,42,1 +100001043,0,STORY_VOICE_10000001,43,1 +100001044,0,STORY_VOICE_10000001,44,1 +100001045,0,STORY_VOICE_10000001,45,1 +100001046,0,STORY_VOICE_10000001,46,1 +100001047,0,STORY_VOICE_10000001,47,1 +100001048,0,STORY_VOICE_10000001,48,1 +100001049,0,STORY_VOICE_10000001,49,1 +200001001,0,STORY_VOICE_20000001,1,1 +200001002,0,STORY_VOICE_20000001,2,1 +200001003,0,STORY_VOICE_20000001,3,1 +200001004,0,STORY_VOICE_20000001,4,1 +200001005,0,STORY_VOICE_20000001,5,1 +200001006,0,STORY_VOICE_20000001,6,1 +200001007,0,STORY_VOICE_20000001,7,1 +200001008,0,STORY_VOICE_20000001,8,1 +200001009,0,STORY_VOICE_20000001,9,1 +200001010,0,STORY_VOICE_20000001,10,1 +200001011,0,STORY_VOICE_20000001,11,1 +200001012,0,STORY_VOICE_20000001,12,1 +200001013,0,STORY_VOICE_20000001,13,1 +200001014,0,STORY_VOICE_20000001,14,1 +200001015,0,STORY_VOICE_20000001,15,1 +200001016,0,STORY_VOICE_20000001,16,1 +200001017,0,STORY_VOICE_20000001,17,1 +200001018,0,STORY_VOICE_20000001,18,1 +200001019,0,STORY_VOICE_20000001,19,1 +200001020,0,STORY_VOICE_20000001,20,1 +200001021,0,STORY_VOICE_20000001,21,1 +200001022,0,STORY_VOICE_20000001,22,1 +200001023,0,STORY_VOICE_20000001,23,1 +200001024,0,STORY_VOICE_20000001,24,1 +200001025,0,STORY_VOICE_20000001,25,1 +200001026,0,STORY_VOICE_20000001,26,1 +200001027,0,STORY_VOICE_20000001,27,1 +200001028,0,STORY_VOICE_20000001,28,1 +200001029,0,STORY_VOICE_20000001,29,1 +200001030,0,STORY_VOICE_20000001,30,1 +200001031,0,STORY_VOICE_20000001,31,1 +200001032,0,STORY_VOICE_20000001,32,1 +200001033,0,STORY_VOICE_20000001,33,1 +200001034,0,STORY_VOICE_20000001,34,1 +200001035,0,STORY_VOICE_20000001,35,1 +200001036,0,STORY_VOICE_20000001,36,1 +200001037,0,STORY_VOICE_20000001,37,1 +200001038,0,STORY_VOICE_20000001,38,1 +200001039,0,STORY_VOICE_20000001,39,1 +200001040,0,STORY_VOICE_20000001,40,1 +200001041,0,STORY_VOICE_20000001,41,1 +200001042,0,STORY_VOICE_20000001,42,1 +200001043,0,STORY_VOICE_20000001,43,1 +200001044,0,STORY_VOICE_20000001,44,1 +200001045,0,STORY_VOICE_20000001,45,1 +200001046,0,STORY_VOICE_20000001,46,1 +200001047,0,STORY_VOICE_20000001,47,1 +200001048,0,STORY_VOICE_20000001,48,1 +200001049,0,STORY_VOICE_20000001,49,1 +200001050,0,STORY_VOICE_20000001,50,1 +300001001,0,STORY_VOICE_30000001,1,1 +300001002,0,STORY_VOICE_30000001,2,1 +300001003,0,STORY_VOICE_30000001,3,1 +300001004,0,STORY_VOICE_30000001,4,1 +300001005,0,STORY_VOICE_30000001,5,1 +300001006,0,STORY_VOICE_30000001,6,1 +300001007,0,STORY_VOICE_30000001,7,1 +300001008,0,STORY_VOICE_30000001,8,1 +300001009,0,STORY_VOICE_30000001,9,1 +300001010,0,STORY_VOICE_30000001,10,1 +300001011,0,STORY_VOICE_30000001,11,1 +300001012,0,STORY_VOICE_30000001,12,1 +300001013,0,STORY_VOICE_30000001,13,1 +300001014,0,STORY_VOICE_30000001,14,1 +300001015,0,STORY_VOICE_30000001,15,1 +300001016,0,STORY_VOICE_30000001,16,1 +300001017,0,STORY_VOICE_30000001,17,1 +300001018,0,STORY_VOICE_30000001,18,1 +300001019,0,STORY_VOICE_30000001,19,1 +300001020,0,STORY_VOICE_30000001,20,1 +300001021,0,STORY_VOICE_30000001,21,1 +300001022,0,STORY_VOICE_30000001,22,1 +300001023,0,STORY_VOICE_30000001,23,1 +300001024,0,STORY_VOICE_30000001,24,1 +300001025,0,STORY_VOICE_30000001,25,1 +300001026,0,STORY_VOICE_30000001,26,1 +300001027,0,STORY_VOICE_30000001,27,1 +300001028,0,STORY_VOICE_30000001,28,1 +300001029,0,STORY_VOICE_30000001,29,1 +300001030,0,STORY_VOICE_30000001,30,1 +300001031,0,STORY_VOICE_30000001,31,1 +300001032,0,STORY_VOICE_30000001,32,1 +300001033,0,STORY_VOICE_30000001,33,1 +300001034,0,STORY_VOICE_30000001,34,1 +300001035,0,STORY_VOICE_30000001,35,1 +300001036,0,STORY_VOICE_30000001,36,1 +300001037,0,STORY_VOICE_30000001,37,1 +300001038,0,STORY_VOICE_30000001,38,1 +300001039,0,STORY_VOICE_30000001,39,1 +300001040,0,STORY_VOICE_30000001,40,1 +300001041,0,STORY_VOICE_30000001,41,1 +300001042,0,STORY_VOICE_30000001,42,1 +300001043,0,STORY_VOICE_30000001,43,1 +300001044,0,STORY_VOICE_30000001,44,1 +300001045,0,STORY_VOICE_30000001,45,1 +300001046,0,STORY_VOICE_30000001,46,1 +300001047,0,STORY_VOICE_30000001,47,1 +300001048,0,STORY_VOICE_30000001,48,1 +300001049,0,STORY_VOICE_30000001,49,1 +300001050,0,STORY_VOICE_30000001,50,1 +300001051,0,STORY_VOICE_30000001,51,1 +300001052,0,STORY_VOICE_30000001,52,1 +300001053,0,STORY_VOICE_30000001,53,1 +300001054,0,STORY_VOICE_30000001,54,1 +300001055,0,STORY_VOICE_30000001,55,1 +300001056,0,STORY_VOICE_30000001,56,1 +300001057,0,STORY_VOICE_30000001,57,1 +300001058,0,STORY_VOICE_30000001,58,1 +300001059,0,STORY_VOICE_30000001,59,1 +300001060,0,STORY_VOICE_30000001,60,1 +300001061,0,STORY_VOICE_30000001,61,1 +300001062,0,STORY_VOICE_30000001,62,1 +400001001,0,STORY_VOICE_40000001,1,1 +400001002,0,STORY_VOICE_40000001,2,1 +400001003,0,STORY_VOICE_40000001,3,1 +400001004,0,STORY_VOICE_40000001,4,1 +400001005,0,STORY_VOICE_40000001,5,1 +400001006,0,STORY_VOICE_40000001,6,1 +400001007,0,STORY_VOICE_40000001,7,1 +400001008,0,STORY_VOICE_40000001,8,1 +400001009,0,STORY_VOICE_40000001,9,1 +400001010,0,STORY_VOICE_40000001,10,1 +400001011,0,STORY_VOICE_40000001,11,1 +400001012,0,STORY_VOICE_40000001,12,1 +400001013,0,STORY_VOICE_40000001,13,1 +400001014,0,STORY_VOICE_40000001,14,1 +400001015,0,STORY_VOICE_40000001,15,1 +400001016,0,STORY_VOICE_40000001,16,1 +400001017,0,STORY_VOICE_40000001,17,1 +400001018,0,STORY_VOICE_40000001,18,1 +400001019,0,STORY_VOICE_40000001,19,1 +400001020,0,STORY_VOICE_40000001,20,1 +400001021,0,STORY_VOICE_40000001,21,1 +400001022,0,STORY_VOICE_40000001,22,1 +400001023,0,STORY_VOICE_40000001,23,1 +400001024,0,STORY_VOICE_40000001,24,1 +400001025,0,STORY_VOICE_40000001,25,1 +400001026,0,STORY_VOICE_40000001,26,1 +400001027,0,STORY_VOICE_40000001,27,1 +400001028,0,STORY_VOICE_40000001,28,1 +400001029,0,STORY_VOICE_40000001,29,1 +400001030,0,STORY_VOICE_40000001,30,1 +400001031,0,STORY_VOICE_40000001,31,1 +400001032,0,STORY_VOICE_40000001,32,1 +400001033,0,STORY_VOICE_40000001,33,1 +400001034,0,STORY_VOICE_40000001,34,1 +400001035,0,STORY_VOICE_40000001,35,1 +400001036,0,STORY_VOICE_40000001,36,1 +400001037,0,STORY_VOICE_40000001,37,1 +400001038,0,STORY_VOICE_40000001,38,1 +400001039,0,STORY_VOICE_40000001,39,1 +400001040,0,STORY_VOICE_40000001,40,1 +400001041,0,STORY_VOICE_40000001,41,1 +400001042,0,STORY_VOICE_40000001,42,1 +400001043,0,STORY_VOICE_40000001,43,1 +400001044,0,STORY_VOICE_40000001,44,1 +400001045,0,STORY_VOICE_40000001,45,1 +400001046,0,STORY_VOICE_40000001,46,1 +400001047,0,STORY_VOICE_40000001,47,1 +400001048,0,STORY_VOICE_40000001,48,1 +400001049,0,STORY_VOICE_40000001,49,1 +400001050,0,STORY_VOICE_40000001,50,1 +400001051,0,STORY_VOICE_40000001,51,1 +400001052,0,STORY_VOICE_40000001,52,1 +400001053,0,STORY_VOICE_40000001,53,1 +400001054,0,STORY_VOICE_40000001,54,1 +400001055,0,STORY_VOICE_40000001,55,1 +400001056,0,STORY_VOICE_40000001,56,1 +400001057,0,STORY_VOICE_40000001,57,1 +400001058,0,STORY_VOICE_40000001,58,1 +400001059,0,STORY_VOICE_40000001,59,1 +400001060,0,STORY_VOICE_40000001,60,1 +400001061,0,STORY_VOICE_40000001,61,1 +400001062,0,STORY_VOICE_40000001,62,1 +400001063,0,STORY_VOICE_40000001,63,1 +199903001,0,STORY_VOICE_19999003,1,1 +199904001,0,STORY_VOICE_19999004,1,1 +199905001,0,STORY_VOICE_19999005,1,1 +199906001,0,STORY_VOICE_19999006,1,1 +199907001,0,STORY_VOICE_19999007,1,1 +299903001,0,STORY_VOICE_29999003,1,1 +299904001,0,STORY_VOICE_29999004,1,1 +299905001,0,STORY_VOICE_29999005,1,1 +299906001,0,STORY_VOICE_29999006,1,1 +299907001,0,STORY_VOICE_29999007,1,1 +399903001,0,STORY_VOICE_39999003,1,1 +399904001,0,STORY_VOICE_39999004,1,1 +399905001,0,STORY_VOICE_39999005,1,1 +399906001,0,STORY_VOICE_39999006,1,1 +399907001,0,STORY_VOICE_39999007,1,1 +499903001,0,STORY_VOICE_49999003,1,1 +499904001,0,STORY_VOICE_49999004,1,1 +499905001,0,STORY_VOICE_49999005,1,1 +499906001,0,STORY_VOICE_49999006,1,1 +499907001,0,STORY_VOICE_49999007,1,1 +400101001,0,STORY_VOICE_40001001,400101001,223041904 +400101002,0,STORY_VOICE_40001001,400101002,223041904 +400101003,0,STORY_VOICE_40001001,400101003,223041904 +400101004,0,STORY_VOICE_40001001,400101004,223041904 +400101005,0,STORY_VOICE_40001001,400101005,223041904 +400101006,0,STORY_VOICE_40001001,400101006,223041904 +400101007,0,STORY_VOICE_40001001,400101007,223041904 +400101008,0,STORY_VOICE_40001001,400101008,223041904 +400101009,0,STORY_VOICE_40001001,400101009,223041904 +400101010,0,STORY_VOICE_40001001,400101010,223041904 +400101011,0,STORY_VOICE_40001001,400101011,223041904 +400101012,0,STORY_VOICE_40001001,400101012,223041904 +400101013,0,STORY_VOICE_40001001,400101013,223041904 +400101014,0,STORY_VOICE_40001001,400101014,223041904 +400101015,0,STORY_VOICE_40001001,400101015,223041904 +400101016,0,STORY_VOICE_40001001,400101016,223041904 +400101017,0,STORY_VOICE_40001001,400101017,223041904 +400101018,0,STORY_VOICE_40001001,400101018,223041904 +400101019,0,STORY_VOICE_40001001,400101019,223041904 +400101020,0,STORY_VOICE_40001001,400101020,223041904 +400101021,0,STORY_VOICE_40001001,400101021,223041904 +400101022,0,STORY_VOICE_40001001,400101022,223041904 +400101023,0,STORY_VOICE_40001001,400101023,223041904 +400101024,0,STORY_VOICE_40001001,400101024,223041904 +400101025,0,STORY_VOICE_40001001,400101025,223041904 +400101026,0,STORY_VOICE_40001001,400101026,223041904 +400101027,0,STORY_VOICE_40001001,400101027,223041904 +400101028,0,STORY_VOICE_40001001,400101028,223041904 +400101029,0,STORY_VOICE_40001001,400101029,223041904 +400101030,0,STORY_VOICE_40001001,400101030,223041904 +400101031,0,STORY_VOICE_40001001,400101031,223041904 +400101032,0,STORY_VOICE_40001001,400101032,223041904 +400101033,0,STORY_VOICE_40001001,400101033,223041904 +400101034,0,STORY_VOICE_40001001,400101034,223041904 +400101035,0,STORY_VOICE_40001001,400101035,223041904 +400101036,0,STORY_VOICE_40001001,400101036,223041904 +400101037,0,STORY_VOICE_40001001,400101037,223041904 +400101038,0,STORY_VOICE_40001001,400101038,223041904 +400101039,0,STORY_VOICE_40001001,400101039,223041904 +400101040,0,STORY_VOICE_40001001,400101040,223041904 +400101041,0,STORY_VOICE_40001001,400101041,223041904 +400101042,0,STORY_VOICE_40001001,400101042,223041904 +400101043,0,STORY_VOICE_40001001,400101043,223041904 +400101044,0,STORY_VOICE_40001001,400101044,223041904 +400101045,0,STORY_VOICE_40001001,400101045,223041904 +400102001,0,STORY_VOICE_40001002,400102001,223041904 +400102002,0,STORY_VOICE_40001002,400102002,223041904 +400102003,0,STORY_VOICE_40001002,400102003,223041904 +400102004,0,STORY_VOICE_40001002,400102004,223041904 +400102005,0,STORY_VOICE_40001002,400102005,223041904 +400102006,0,STORY_VOICE_40001002,400102006,223041904 +400102007,0,STORY_VOICE_40001002,400102007,223041904 +400102008,0,STORY_VOICE_40001002,400102008,223041904 +400102009,0,STORY_VOICE_40001002,400102009,223041904 +400102010,0,STORY_VOICE_40001002,400102010,223041904 +400102011,0,STORY_VOICE_40001002,400102011,223041904 +400102012,0,STORY_VOICE_40001002,400102012,223041904 +400102013,0,STORY_VOICE_40001002,400102013,223041904 +400102014,0,STORY_VOICE_40001002,400102014,223041904 +400102015,0,STORY_VOICE_40001002,400102015,223041904 +400102016,0,STORY_VOICE_40001002,400102016,223041904 +400102017,0,STORY_VOICE_40001002,400102017,223041904 +400102018,0,STORY_VOICE_40001002,400102018,223041904 +400102019,0,STORY_VOICE_40001002,400102019,223041904 +400102020,0,STORY_VOICE_40001002,400102020,223041904 +400102021,0,STORY_VOICE_40001002,400102021,223041904 +400102022,0,STORY_VOICE_40001002,400102022,223041904 +400102023,0,STORY_VOICE_40001002,400102023,223041904 +400102024,0,STORY_VOICE_40001002,400102024,223041904 +400102025,0,STORY_VOICE_40001002,400102025,223041904 +400102026,0,STORY_VOICE_40001002,400102026,223041904 +400102027,0,STORY_VOICE_40001002,400102027,223041904 +400102028,0,STORY_VOICE_40001002,400102028,223041904 +400102029,0,STORY_VOICE_40001002,400102029,223041904 +400102030,0,STORY_VOICE_40001002,400102030,223041904 +400102031,0,STORY_VOICE_40001002,400102031,223041904 +400102032,0,STORY_VOICE_40001002,400102032,223041904 +400102033,0,STORY_VOICE_40001002,400102033,223041904 +400102034,0,STORY_VOICE_40001002,400102034,223041904 +400102035,0,STORY_VOICE_40001002,400102035,223041904 +400102036,0,STORY_VOICE_40001002,400102036,223041904 +400102037,0,STORY_VOICE_40001002,400102037,223041904 +400102038,0,STORY_VOICE_40001002,400102038,223041904 +400102039,0,STORY_VOICE_40001002,400102039,223041904 +400102040,0,STORY_VOICE_40001002,400102040,223041904 +400102041,0,STORY_VOICE_40001002,400102041,223041904 +400102042,0,STORY_VOICE_40001002,400102042,223041904 +400102043,0,STORY_VOICE_40001002,400102043,223041904 +400102044,0,STORY_VOICE_40001002,400102044,223041904 +400102045,0,STORY_VOICE_40001002,400102045,223041904 +400102046,0,STORY_VOICE_40001002,400102046,223041904 +400102047,0,STORY_VOICE_40001002,400102047,223041904 +400102048,0,STORY_VOICE_40001002,400102048,223041904 +400102049,0,STORY_VOICE_40001002,400102049,223041904 +400102050,0,STORY_VOICE_40001002,400102050,223041904 +400102051,0,STORY_VOICE_40001002,400102051,223041904 +400102052,0,STORY_VOICE_40001002,400102052,223041904 +400102053,0,STORY_VOICE_40001002,400102053,223041904 +400102054,0,STORY_VOICE_40001002,400102054,223041904 +400102055,0,STORY_VOICE_40001002,400102055,223041904 +400102056,0,STORY_VOICE_40001002,400102056,223041904 +400102057,0,STORY_VOICE_40001002,400102057,223041904 +400102058,0,STORY_VOICE_40001002,400102058,223041904 +400102059,0,STORY_VOICE_40001002,400102059,223041904 +400102060,0,STORY_VOICE_40001002,400102060,223041904 +400102061,0,STORY_VOICE_40001002,400102061,223041904 +400102062,0,STORY_VOICE_40001002,400102062,223041904 +400102063,0,STORY_VOICE_40001002,400102063,223041904 +400102064,0,STORY_VOICE_40001002,400102064,223041904 +400102065,0,STORY_VOICE_40001002,400102065,223041904 +400102066,0,STORY_VOICE_40001002,400102066,223041904 +400102067,0,STORY_VOICE_40001002,400102067,223041904 +400103001,0,STORY_VOICE_40001003,400103001,223041904 +400103002,0,STORY_VOICE_40001003,400103002,223041904 +400103003,0,STORY_VOICE_40001003,400103003,223041904 +400103004,0,STORY_VOICE_40001003,400103004,223041904 +400103005,0,STORY_VOICE_40001003,400103005,223041904 +400103006,0,STORY_VOICE_40001003,400103006,223041904 +400103007,0,STORY_VOICE_40001003,400103007,223041904 +400103008,0,STORY_VOICE_40001003,400103008,223041904 +400103009,0,STORY_VOICE_40001003,400103009,223041904 +400103010,0,STORY_VOICE_40001003,400103010,223041904 +400103011,0,STORY_VOICE_40001003,400103011,223041904 +400103012,0,STORY_VOICE_40001003,400103012,223041904 +400103013,0,STORY_VOICE_40001003,400103013,223041904 +400103014,0,STORY_VOICE_40001003,400103014,223041904 +400103015,0,STORY_VOICE_40001003,400103015,223041904 +400103016,0,STORY_VOICE_40001003,400103016,223041904 +400103017,0,STORY_VOICE_40001003,400103017,223041904 +400103018,0,STORY_VOICE_40001003,400103018,223041904 +400103019,0,STORY_VOICE_40001003,400103019,223041904 +400103020,0,STORY_VOICE_40001003,400103020,223041904 +400103021,0,STORY_VOICE_40001003,400103021,223041904 +400103022,0,STORY_VOICE_40001003,400103022,223041904 +400103023,0,STORY_VOICE_40001003,400103023,223041904 +400103024,0,STORY_VOICE_40001003,400103024,223041904 +400103025,0,STORY_VOICE_40001003,400103025,223041904 +400103026,0,STORY_VOICE_40001003,400103026,223041904 +400103027,0,STORY_VOICE_40001003,400103027,223041904 +400103028,0,STORY_VOICE_40001003,400103028,223041904 +400103029,0,STORY_VOICE_40001003,400103029,223041904 +400103030,0,STORY_VOICE_40001003,400103030,223041904 +400103031,0,STORY_VOICE_40001003,400103031,223041904 +400103032,0,STORY_VOICE_40001003,400103032,223041904 +400103033,0,STORY_VOICE_40001003,400103033,223041904 +400103034,0,STORY_VOICE_40001003,400103034,223041904 +400103035,0,STORY_VOICE_40001003,400103035,223041904 +400103036,0,STORY_VOICE_40001003,400103036,223041904 +400103037,0,STORY_VOICE_40001003,400103037,223041904 +400103038,0,STORY_VOICE_40001003,400103038,223041904 +400103039,0,STORY_VOICE_40001003,400103039,223041904 +400103040,0,STORY_VOICE_40001003,400103040,223041904 +400103041,0,STORY_VOICE_40001003,400103041,223041904 +400103042,0,STORY_VOICE_40001003,400103042,223041904 +400103043,0,STORY_VOICE_40001003,400103043,223041904 +400103044,0,STORY_VOICE_40001003,400103044,223041904 +400103045,0,STORY_VOICE_40001003,400103045,223041904 +400103046,0,STORY_VOICE_40001003,400103046,223041904 +400103047,0,STORY_VOICE_40001003,400103047,223041904 +400103048,0,STORY_VOICE_40001003,400103048,223041904 +400103049,0,STORY_VOICE_40001003,400103049,223041904 +400103050,0,STORY_VOICE_40001003,400103050,223041904 +400103051,0,STORY_VOICE_40001003,400103051,223041904 +400103052,0,STORY_VOICE_40001003,400103052,223041904 +400103053,0,STORY_VOICE_40001003,400103053,223041904 +400103054,0,STORY_VOICE_40001003,400103054,223041904 +400103055,0,STORY_VOICE_40001003,400103055,223041904 +400103056,0,STORY_VOICE_40001003,400103056,223041904 +400103057,0,STORY_VOICE_40001003,400103057,223041904 +400103058,0,STORY_VOICE_40001003,400103058,223041904 +400103059,0,STORY_VOICE_40001003,400103059,223041904 +400103060,0,STORY_VOICE_40001003,400103060,223041904 +400103061,0,STORY_VOICE_40001003,400103061,223041904 +400103062,0,STORY_VOICE_40001003,400103062,223041904 +400103063,0,STORY_VOICE_40001003,400103063,223041904 +400103064,0,STORY_VOICE_40001003,400103064,223041904 +400103065,0,STORY_VOICE_40001003,400103065,223041904 +400103066,0,STORY_VOICE_40001003,400103066,223041904 +400103067,0,STORY_VOICE_40001003,400103067,223041904 +400103068,0,STORY_VOICE_40001003,400103068,223041904 +400103069,0,STORY_VOICE_40001003,400103069,223041904 +400103070,0,STORY_VOICE_40001003,400103070,223041904 +400103071,0,STORY_VOICE_40001003,400103071,223041904 +400103072,0,STORY_VOICE_40001003,400103072,223041904 +400104001,0,STORY_VOICE_40001004,400104001,223041904 +400104002,0,STORY_VOICE_40001004,400104002,223041904 +400104003,0,STORY_VOICE_40001004,400104003,223041904 +400104004,0,STORY_VOICE_40001004,400104004,223041904 +400104005,0,STORY_VOICE_40001004,400104005,223041904 +400104006,0,STORY_VOICE_40001004,400104006,223041904 +400104007,0,STORY_VOICE_40001004,400104007,223041904 +400104008,0,STORY_VOICE_40001004,400104008,223041904 +400104009,0,STORY_VOICE_40001004,400104009,223041904 +400104010,0,STORY_VOICE_40001004,400104010,223041904 +400104011,0,STORY_VOICE_40001004,400104011,223041904 +400104012,0,STORY_VOICE_40001004,400104012,223041904 +400104013,0,STORY_VOICE_40001004,400104013,223041904 +400104014,0,STORY_VOICE_40001004,400104014,223041904 +400104015,0,STORY_VOICE_40001004,400104015,223041904 +400104016,0,STORY_VOICE_40001004,400104016,223041904 +400104017,0,STORY_VOICE_40001004,400104017,223041904 +400104018,0,STORY_VOICE_40001004,400104018,223041904 +400104019,0,STORY_VOICE_40001004,400104019,223041904 +400104020,0,STORY_VOICE_40001004,400104020,223041904 +400104021,0,STORY_VOICE_40001004,400104021,223041904 +400104022,0,STORY_VOICE_40001004,400104022,223041904 +400104023,0,STORY_VOICE_40001004,400104023,223041904 +400104024,0,STORY_VOICE_40001004,400104024,223041904 +400104025,0,STORY_VOICE_40001004,400104025,223041904 +400104026,0,STORY_VOICE_40001004,400104026,223041904 +400104027,0,STORY_VOICE_40001004,400104027,223041904 +400104028,0,STORY_VOICE_40001004,400104028,223041904 +400104029,0,STORY_VOICE_40001004,400104029,223041904 +400104030,0,STORY_VOICE_40001004,400104030,223041904 +400104031,0,STORY_VOICE_40001004,400104031,223041904 +400104032,0,STORY_VOICE_40001004,400104032,223041904 +400104033,0,STORY_VOICE_40001004,400104033,223041904 +400104034,0,STORY_VOICE_40001004,400104034,223041904 +400104035,0,STORY_VOICE_40001004,400104035,223041904 +400104036,0,STORY_VOICE_40001004,400104036,223041904 +400104037,0,STORY_VOICE_40001004,400104037,223041904 +400104038,0,STORY_VOICE_40001004,400104038,223041904 +400104039,0,STORY_VOICE_40001004,400104039,223041904 +400104040,0,STORY_VOICE_40001004,400104040,223041904 +400104041,0,STORY_VOICE_40001004,400104041,223041904 +400104042,0,STORY_VOICE_40001004,400104042,223041904 +400104043,0,STORY_VOICE_40001004,400104043,223041904 +400104044,0,STORY_VOICE_40001004,400104044,223041904 +400104045,0,STORY_VOICE_40001004,400104045,223041904 +400104046,0,STORY_VOICE_40001004,400104046,223041904 +400104047,0,STORY_VOICE_40001004,400104047,223041904 +400104048,0,STORY_VOICE_40001004,400104048,223041904 +400104049,0,STORY_VOICE_40001004,400104049,223041904 +400104050,0,STORY_VOICE_40001004,400104050,223041904 +400104051,0,STORY_VOICE_40001004,400104051,223041904 +400104052,0,STORY_VOICE_40001004,400104052,223041904 +400104053,0,STORY_VOICE_40001004,400104053,223041904 +400104054,0,STORY_VOICE_40001004,400104054,223041904 +400104055,0,STORY_VOICE_40001004,400104055,223041904 +400104056,0,STORY_VOICE_40001004,400104056,223041904 +400104057,0,STORY_VOICE_40001004,400104057,223041904 +400104058,0,STORY_VOICE_40001004,400104058,223041904 +400105001,0,STORY_VOICE_40001005,400105001,223041904 +400105002,0,STORY_VOICE_40001005,400105002,223041904 +400105003,0,STORY_VOICE_40001005,400105003,223041904 +400105004,0,STORY_VOICE_40001005,400105004,223041904 +400105005,0,STORY_VOICE_40001005,400105005,223041904 +400105006,0,STORY_VOICE_40001005,400105006,223041904 +400105007,0,STORY_VOICE_40001005,400105007,223041904 +400105008,0,STORY_VOICE_40001005,400105008,223041904 +400105009,0,STORY_VOICE_40001005,400105009,223041904 +400105010,0,STORY_VOICE_40001005,400105010,223041904 +400105011,0,STORY_VOICE_40001005,400105011,223041904 +400105012,0,STORY_VOICE_40001005,400105012,223041904 +400105013,0,STORY_VOICE_40001005,400105013,223041904 +400105014,0,STORY_VOICE_40001005,400105014,223041904 +400105015,0,STORY_VOICE_40001005,400105015,223041904 +400105016,0,STORY_VOICE_40001005,400105016,223041904 +400105017,0,STORY_VOICE_40001005,400105017,223041904 +400105018,0,STORY_VOICE_40001005,400105018,223041904 +400105019,0,STORY_VOICE_40001005,400105019,223041904 +400105020,0,STORY_VOICE_40001005,400105020,223041904 +400105021,0,STORY_VOICE_40001005,400105021,223041904 +400105022,0,STORY_VOICE_40001005,400105022,223041904 +400105023,0,STORY_VOICE_40001005,400105023,223041904 +400105024,0,STORY_VOICE_40001005,400105024,223041904 +400105025,0,STORY_VOICE_40001005,400105025,223041904 +400105026,0,STORY_VOICE_40001005,400105026,223041904 +400105027,0,STORY_VOICE_40001005,400105027,223041904 +400105028,0,STORY_VOICE_40001005,400105028,223041904 +400105029,0,STORY_VOICE_40001005,400105029,223041904 +400105030,0,STORY_VOICE_40001005,400105030,223041904 +400105031,0,STORY_VOICE_40001005,400105031,223041904 +400105032,0,STORY_VOICE_40001005,400105032,223041904 +400105033,0,STORY_VOICE_40001005,400105033,223041904 +400105034,0,STORY_VOICE_40001005,400105034,223041904 +400105035,0,STORY_VOICE_40001005,400105035,223041904 +400105036,0,STORY_VOICE_40001005,400105036,223041904 +400105037,0,STORY_VOICE_40001005,400105037,223041904 +400105038,0,STORY_VOICE_40001005,400105038,223041904 +400105039,0,STORY_VOICE_40001005,400105039,223041904 +400105040,0,STORY_VOICE_40001005,400105040,223041904 +400105041,0,STORY_VOICE_40001005,400105041,223041904 +400105042,0,STORY_VOICE_40001005,400105042,223041904 +400105043,0,STORY_VOICE_40001005,400105043,223041904 +400105044,0,STORY_VOICE_40001005,400105044,223041904 +400105045,0,STORY_VOICE_40001005,400105045,223041904 +400105046,0,STORY_VOICE_40001005,400105046,223041904 +400105047,0,STORY_VOICE_40001005,400105047,223041904 +400105048,0,STORY_VOICE_40001005,400105048,223041904 +400105049,0,STORY_VOICE_40001005,400105049,223041904 +400105050,0,STORY_VOICE_40001005,400105050,223041904 +400105051,0,STORY_VOICE_40001005,400105051,223041904 +400105052,0,STORY_VOICE_40001005,400105052,223041904 +400105053,0,STORY_VOICE_40001005,400105053,223041904 +400105054,0,STORY_VOICE_40001005,400105054,223041904 +400105055,0,STORY_VOICE_40001005,400105055,223041904 +400105056,0,STORY_VOICE_40001005,400105056,223041904 +400105057,0,STORY_VOICE_40001005,400105057,223041904 +400105058,0,STORY_VOICE_40001005,400105058,223041904 +400105059,0,STORY_VOICE_40001005,400105059,223041904 +400105060,0,STORY_VOICE_40001005,400105060,223041904 +400105061,0,STORY_VOICE_40001005,400105061,223041904 +400105062,0,STORY_VOICE_40001005,400105062,223041904 +400105063,0,STORY_VOICE_40001005,400105063,223041904 +400105064,0,STORY_VOICE_40001005,400105064,223041904 +400105065,0,STORY_VOICE_40001005,400105065,223041904 +400105066,0,STORY_VOICE_40001005,400105066,223041904 +400105067,0,STORY_VOICE_40001005,400105067,223041904 +400105068,0,STORY_VOICE_40001005,400105068,223041904 +400105069,0,STORY_VOICE_40001005,400105069,223041904 +100101001,0,STORY_VOICE_10001001,100101001,223043005 +100101002,0,STORY_VOICE_10001001,100101002,223043005 +100101003,0,STORY_VOICE_10001001,100101003,223043005 +100101004,0,STORY_VOICE_10001001,100101004,223043005 +100101005,0,STORY_VOICE_10001001,100101005,223043005 +100101006,0,STORY_VOICE_10001001,100101006,223043005 +100101007,0,STORY_VOICE_10001001,100101007,223043005 +100101008,0,STORY_VOICE_10001001,100101008,223043005 +100101009,0,STORY_VOICE_10001001,100101009,223043005 +100101010,0,STORY_VOICE_10001001,100101010,223043005 +100101011,0,STORY_VOICE_10001001,100101011,223043005 +100101012,0,STORY_VOICE_10001001,100101012,223043005 +100101013,0,STORY_VOICE_10001001,100101013,223043005 +100101014,0,STORY_VOICE_10001001,100101014,223043005 +100101015,0,STORY_VOICE_10001001,100101015,223043005 +100101016,0,STORY_VOICE_10001001,100101016,223043005 +100101017,0,STORY_VOICE_10001001,100101017,223043005 +100101018,0,STORY_VOICE_10001001,100101018,223043005 +100101019,0,STORY_VOICE_10001001,100101019,223043005 +100101020,0,STORY_VOICE_10001001,100101020,223043005 +100101021,0,STORY_VOICE_10001001,100101021,223043005 +100101022,0,STORY_VOICE_10001001,100101022,223043005 +100101023,0,STORY_VOICE_10001001,100101023,223043005 +100101024,0,STORY_VOICE_10001001,100101024,223043005 +100101025,0,STORY_VOICE_10001001,100101025,223043005 +100101026,0,STORY_VOICE_10001001,100101026,223043005 +100101027,0,STORY_VOICE_10001001,100101027,223043005 +100101028,0,STORY_VOICE_10001001,100101028,223043005 +100101029,0,STORY_VOICE_10001001,100101029,223043005 +100101030,0,STORY_VOICE_10001001,100101030,223043005 +100101031,0,STORY_VOICE_10001001,100101031,223043005 +100101032,0,STORY_VOICE_10001001,100101032,223043005 +100101033,0,STORY_VOICE_10001001,100101033,223043005 +100101034,0,STORY_VOICE_10001001,100101034,223043005 +100101035,0,STORY_VOICE_10001001,100101035,223043005 +100101036,0,STORY_VOICE_10001001,100101036,223043005 +100101037,0,STORY_VOICE_10001001,100101037,223043005 +100101038,0,STORY_VOICE_10001001,100101038,223043005 +100101039,0,STORY_VOICE_10001001,100101039,223043005 +100101040,0,STORY_VOICE_10001001,100101040,223043005 +100101041,0,STORY_VOICE_10001001,100101041,223043005 +100101042,0,STORY_VOICE_10001001,100101042,223043005 +100101043,0,STORY_VOICE_10001001,100101043,223043005 +100101044,0,STORY_VOICE_10001001,100101044,223043005 +100101045,0,STORY_VOICE_10001001,100101045,223043005 +100101046,0,STORY_VOICE_10001001,100101046,223043005 +100101047,0,STORY_VOICE_10001001,100101047,223043005 +100101048,0,STORY_VOICE_10001001,100101048,223043005 +100101049,0,STORY_VOICE_10001001,100101049,223043005 +100101050,0,STORY_VOICE_10001001,100101050,223043005 +100101051,0,STORY_VOICE_10001001,100101051,223043005 +100101052,0,STORY_VOICE_10001001,100101052,223043005 +100101053,0,STORY_VOICE_10001001,100101053,223043005 +100102001,0,STORY_VOICE_10001002,100102001,223043005 +100102002,0,STORY_VOICE_10001002,100102002,223043005 +100102003,0,STORY_VOICE_10001002,100102003,223043005 +100102004,0,STORY_VOICE_10001002,100102004,223043005 +100102005,0,STORY_VOICE_10001002,100102005,223043005 +100102006,0,STORY_VOICE_10001002,100102006,223043005 +100102007,0,STORY_VOICE_10001002,100102007,223043005 +100102008,0,STORY_VOICE_10001002,100102008,223043005 +100102009,0,STORY_VOICE_10001002,100102009,223043005 +100102010,0,STORY_VOICE_10001002,100102010,223043005 +100102011,0,STORY_VOICE_10001002,100102011,223043005 +100102012,0,STORY_VOICE_10001002,100102012,223043005 +100102013,0,STORY_VOICE_10001002,100102013,223043005 +100102014,0,STORY_VOICE_10001002,100102014,223043005 +100102015,0,STORY_VOICE_10001002,100102015,223043005 +100102016,0,STORY_VOICE_10001002,100102016,223043005 +100102017,0,STORY_VOICE_10001002,100102017,223043005 +100102018,0,STORY_VOICE_10001002,100102018,223043005 +100102019,0,STORY_VOICE_10001002,100102019,223043005 +100102020,0,STORY_VOICE_10001002,100102020,223043005 +100102021,0,STORY_VOICE_10001002,100102021,223043005 +100102022,0,STORY_VOICE_10001002,100102022,223043005 +100102023,0,STORY_VOICE_10001002,100102023,223043005 +100102024,0,STORY_VOICE_10001002,100102024,223043005 +100102025,0,STORY_VOICE_10001002,100102025,223043005 +100102026,0,STORY_VOICE_10001002,100102026,223043005 +100102027,0,STORY_VOICE_10001002,100102027,223043005 +100102028,0,STORY_VOICE_10001002,100102028,223043005 +100102029,0,STORY_VOICE_10001002,100102029,223043005 +100102030,0,STORY_VOICE_10001002,100102030,223043005 +100102031,0,STORY_VOICE_10001002,100102031,223043005 +100102032,0,STORY_VOICE_10001002,100102032,223043005 +100102033,0,STORY_VOICE_10001002,100102033,223043005 +100102034,0,STORY_VOICE_10001002,100102034,223043005 +100102035,0,STORY_VOICE_10001002,100102035,223043005 +100102036,0,STORY_VOICE_10001002,100102036,223043005 +100102037,0,STORY_VOICE_10001002,100102037,223043005 +100102038,0,STORY_VOICE_10001002,100102038,223043005 +100102039,0,STORY_VOICE_10001002,100102039,223043005 +100102040,0,STORY_VOICE_10001002,100102040,223043005 +100102041,0,STORY_VOICE_10001002,100102041,223043005 +100102042,0,STORY_VOICE_10001002,100102042,223043005 +100102043,0,STORY_VOICE_10001002,100102043,223043005 +100102044,0,STORY_VOICE_10001002,100102044,223043005 +100102045,0,STORY_VOICE_10001002,100102045,223043005 +100102046,0,STORY_VOICE_10001002,100102046,223043005 +100102047,0,STORY_VOICE_10001002,100102047,223043005 +100102048,0,STORY_VOICE_10001002,100102048,223043005 +100102049,0,STORY_VOICE_10001002,100102049,223043005 +100102050,0,STORY_VOICE_10001002,100102050,223043005 +100102051,0,STORY_VOICE_10001002,100102051,223043005 +100102052,0,STORY_VOICE_10001002,100102052,223043005 +100102053,0,STORY_VOICE_10001002,100102053,223043005 +100102054,0,STORY_VOICE_10001002,100102054,223043005 +100102055,0,STORY_VOICE_10001002,100102055,223043005 +100102056,0,STORY_VOICE_10001002,100102056,223043005 +100102057,0,STORY_VOICE_10001002,100102057,223043005 +100102058,0,STORY_VOICE_10001002,100102058,223043005 +100102059,0,STORY_VOICE_10001002,100102059,223043005 +100102060,0,STORY_VOICE_10001002,100102060,223043005 +100103001,0,STORY_VOICE_10001003,100103001,223043005 +100103002,0,STORY_VOICE_10001003,100103002,223043005 +100103003,0,STORY_VOICE_10001003,100103003,223043005 +100103004,0,STORY_VOICE_10001003,100103004,223043005 +100103005,0,STORY_VOICE_10001003,100103005,223043005 +100103006,0,STORY_VOICE_10001003,100103006,223043005 +100103007,0,STORY_VOICE_10001003,100103007,223043005 +100103008,0,STORY_VOICE_10001003,100103008,223043005 +100103009,0,STORY_VOICE_10001003,100103009,223043005 +100103010,0,STORY_VOICE_10001003,100103010,223043005 +100103011,0,STORY_VOICE_10001003,100103011,223043005 +100103012,0,STORY_VOICE_10001003,100103012,223043005 +100103013,0,STORY_VOICE_10001003,100103013,223043005 +100103014,0,STORY_VOICE_10001003,100103014,223043005 +100103015,0,STORY_VOICE_10001003,100103015,223043005 +100103016,0,STORY_VOICE_10001003,100103016,223043005 +100103017,0,STORY_VOICE_10001003,100103017,223043005 +100103018,0,STORY_VOICE_10001003,100103018,223043005 +100103019,0,STORY_VOICE_10001003,100103019,223043005 +100103020,0,STORY_VOICE_10001003,100103020,223043005 +100103021,0,STORY_VOICE_10001003,100103021,223043005 +100103022,0,STORY_VOICE_10001003,100103022,223043005 +100103023,0,STORY_VOICE_10001003,100103023,223043005 +100103024,0,STORY_VOICE_10001003,100103024,223043005 +100103025,0,STORY_VOICE_10001003,100103025,223043005 +100103026,0,STORY_VOICE_10001003,100103026,223043005 +100103027,0,STORY_VOICE_10001003,100103027,223043005 +100103028,0,STORY_VOICE_10001003,100103028,223043005 +100103029,0,STORY_VOICE_10001003,100103029,223043005 +100103030,0,STORY_VOICE_10001003,100103030,223043005 +100103031,0,STORY_VOICE_10001003,100103031,223043005 +100103032,0,STORY_VOICE_10001003,100103032,223043005 +100103033,0,STORY_VOICE_10001003,100103033,223043005 +100103034,0,STORY_VOICE_10001003,100103034,223043005 +100103035,0,STORY_VOICE_10001003,100103035,223043005 +100103036,0,STORY_VOICE_10001003,100103036,223043005 +100103037,0,STORY_VOICE_10001003,100103037,223043005 +100103038,0,STORY_VOICE_10001003,100103038,223043005 +100103039,0,STORY_VOICE_10001003,100103039,223043005 +100103040,0,STORY_VOICE_10001003,100103040,223043005 +100103041,0,STORY_VOICE_10001003,100103041,223043005 +100103042,0,STORY_VOICE_10001003,100103042,223043005 +100103043,0,STORY_VOICE_10001003,100103043,223043005 +100103044,0,STORY_VOICE_10001003,100103044,223043005 +100103045,0,STORY_VOICE_10001003,100103045,223043005 +100103046,0,STORY_VOICE_10001003,100103046,223043005 +100103047,0,STORY_VOICE_10001003,100103047,223043005 +100103048,0,STORY_VOICE_10001003,100103048,223043005 +100103049,0,STORY_VOICE_10001003,100103049,223043005 +100103050,0,STORY_VOICE_10001003,100103050,223043005 +100103051,0,STORY_VOICE_10001003,100103051,223043005 +100103052,0,STORY_VOICE_10001003,100103052,223043005 +100103053,0,STORY_VOICE_10001003,100103053,223043005 +100103054,0,STORY_VOICE_10001003,100103054,223043005 +100103055,0,STORY_VOICE_10001003,100103055,223043005 +100103056,0,STORY_VOICE_10001003,100103056,223043005 +100103057,0,STORY_VOICE_10001003,100103057,223043005 +100103058,0,STORY_VOICE_10001003,100103058,223043005 +100104001,0,STORY_VOICE_10001004,100104001,223043005 +100104002,0,STORY_VOICE_10001004,100104002,223043005 +100104003,0,STORY_VOICE_10001004,100104003,223043005 +100104004,0,STORY_VOICE_10001004,100104004,223043005 +100104005,0,STORY_VOICE_10001004,100104005,223043005 +100104006,0,STORY_VOICE_10001004,100104006,223043005 +100104007,0,STORY_VOICE_10001004,100104007,223043005 +100104008,0,STORY_VOICE_10001004,100104008,223043005 +100104009,0,STORY_VOICE_10001004,100104009,223043005 +100104010,0,STORY_VOICE_10001004,100104010,223043005 +100104011,0,STORY_VOICE_10001004,100104011,223043005 +100104012,0,STORY_VOICE_10001004,100104012,223043005 +100104013,0,STORY_VOICE_10001004,100104013,223043005 +100104014,0,STORY_VOICE_10001004,100104014,223043005 +100104015,0,STORY_VOICE_10001004,100104015,223043005 +100104016,0,STORY_VOICE_10001004,100104016,223043005 +100104017,0,STORY_VOICE_10001004,100104017,223043005 +100104018,0,STORY_VOICE_10001004,100104018,223043005 +100104019,0,STORY_VOICE_10001004,100104019,223043005 +100104020,0,STORY_VOICE_10001004,100104020,223043005 +100104021,0,STORY_VOICE_10001004,100104021,223043005 +100104022,0,STORY_VOICE_10001004,100104022,223043005 +100104023,0,STORY_VOICE_10001004,100104023,223043005 +100104024,0,STORY_VOICE_10001004,100104024,223043005 +100104025,0,STORY_VOICE_10001004,100104025,223043005 +100104026,0,STORY_VOICE_10001004,100104026,223043005 +100104027,0,STORY_VOICE_10001004,100104027,223043005 +100104028,0,STORY_VOICE_10001004,100104028,223043005 +100104029,0,STORY_VOICE_10001004,100104029,223043005 +100104030,0,STORY_VOICE_10001004,100104030,223043005 +100104031,0,STORY_VOICE_10001004,100104031,223043005 +100104032,0,STORY_VOICE_10001004,100104032,223043005 +100104033,0,STORY_VOICE_10001004,100104033,223043005 +100104034,0,STORY_VOICE_10001004,100104034,223043005 +100104035,0,STORY_VOICE_10001004,100104035,223043005 +100104036,0,STORY_VOICE_10001004,100104036,223043005 +100104037,0,STORY_VOICE_10001004,100104037,223043005 +100104038,0,STORY_VOICE_10001004,100104038,223043005 +100104039,0,STORY_VOICE_10001004,100104039,223043005 +100104040,0,STORY_VOICE_10001004,100104040,223043005 +100104041,0,STORY_VOICE_10001004,100104041,223043005 +100104042,0,STORY_VOICE_10001004,100104042,223043005 +100104043,0,STORY_VOICE_10001004,100104043,223043005 +100104044,0,STORY_VOICE_10001004,100104044,223043005 +100104045,0,STORY_VOICE_10001004,100104045,223043005 +100104046,0,STORY_VOICE_10001004,100104046,223043005 +100104047,0,STORY_VOICE_10001004,100104047,223043005 +100104048,0,STORY_VOICE_10001004,100104048,223043005 +100104049,0,STORY_VOICE_10001004,100104049,223043005 +100104050,0,STORY_VOICE_10001004,100104050,223043005 +100104051,0,STORY_VOICE_10001004,100104051,223043005 +100104052,0,STORY_VOICE_10001004,100104052,223043005 +100104053,0,STORY_VOICE_10001004,100104053,223043005 +100104054,0,STORY_VOICE_10001004,100104054,223043005 +100104055,0,STORY_VOICE_10001004,100104055,223043005 +100104056,0,STORY_VOICE_10001004,100104056,223043005 +100104057,0,STORY_VOICE_10001004,100104057,223043005 +100104058,0,STORY_VOICE_10001004,100104058,223043005 +100104059,0,STORY_VOICE_10001004,100104059,223043005 +100104060,0,STORY_VOICE_10001004,100104060,223043005 +100104061,0,STORY_VOICE_10001004,100104061,223043005 +100104062,0,STORY_VOICE_10001004,100104062,223043005 +100104063,0,STORY_VOICE_10001004,100104063,223043005 +100104064,0,STORY_VOICE_10001004,100104064,223043005 +100104065,0,STORY_VOICE_10001004,100104065,223043005 +100104066,0,STORY_VOICE_10001004,100104066,223043005 +100104067,0,STORY_VOICE_10001004,100104067,223043005 +100104068,0,STORY_VOICE_10001004,100104068,223043005 +100104069,0,STORY_VOICE_10001004,100104069,223043005 +100105001,0,STORY_VOICE_10001005,100105001,223043005 +100105002,0,STORY_VOICE_10001005,100105002,223043005 +100105003,0,STORY_VOICE_10001005,100105003,223043005 +100105004,0,STORY_VOICE_10001005,100105004,223043005 +100105005,0,STORY_VOICE_10001005,100105005,223043005 +100105006,0,STORY_VOICE_10001005,100105006,223043005 +100105007,0,STORY_VOICE_10001005,100105007,223043005 +100105008,0,STORY_VOICE_10001005,100105008,223043005 +100105009,0,STORY_VOICE_10001005,100105009,223043005 +100105010,0,STORY_VOICE_10001005,100105010,223043005 +100105011,0,STORY_VOICE_10001005,100105011,223043005 +100105012,0,STORY_VOICE_10001005,100105012,223043005 +100105013,0,STORY_VOICE_10001005,100105013,223043005 +100105014,0,STORY_VOICE_10001005,100105014,223043005 +100105015,0,STORY_VOICE_10001005,100105015,223043005 +100105016,0,STORY_VOICE_10001005,100105016,223043005 +100105017,0,STORY_VOICE_10001005,100105017,223043005 +100105018,0,STORY_VOICE_10001005,100105018,223043005 +100105019,0,STORY_VOICE_10001005,100105019,223043005 +100105020,0,STORY_VOICE_10001005,100105020,223043005 +100105021,0,STORY_VOICE_10001005,100105021,223043005 +100105022,0,STORY_VOICE_10001005,100105022,223043005 +100105023,0,STORY_VOICE_10001005,100105023,223043005 +100105024,0,STORY_VOICE_10001005,100105024,223043005 +100105025,0,STORY_VOICE_10001005,100105025,223043005 +100105026,0,STORY_VOICE_10001005,100105026,223043005 +100105027,0,STORY_VOICE_10001005,100105027,223043005 +100105028,0,STORY_VOICE_10001005,100105028,223043005 +100105029,0,STORY_VOICE_10001005,100105029,223043005 +100105030,0,STORY_VOICE_10001005,100105030,223043005 +100105031,0,STORY_VOICE_10001005,100105031,223043005 +100105032,0,STORY_VOICE_10001005,100105032,223043005 +100105033,0,STORY_VOICE_10001005,100105033,223043005 +100105034,0,STORY_VOICE_10001005,100105034,223043005 +100105035,0,STORY_VOICE_10001005,100105035,223043005 +100105036,0,STORY_VOICE_10001005,100105036,223043005 +100105037,0,STORY_VOICE_10001005,100105037,223043005 +100105038,0,STORY_VOICE_10001005,100105038,223043005 +100105039,0,STORY_VOICE_10001005,100105039,223043005 +100105040,0,STORY_VOICE_10001005,100105040,223043005 +100105041,0,STORY_VOICE_10001005,100105041,223043005 +100105042,0,STORY_VOICE_10001005,100105042,223043005 +100105043,0,STORY_VOICE_10001005,100105043,223043005 +100105044,0,STORY_VOICE_10001005,100105044,223043005 +100105045,0,STORY_VOICE_10001005,100105045,223043005 +200101001,0,STORY_VOICE_20001001,200101001,223051506 +200101002,0,STORY_VOICE_20001001,200101002,223051506 +200101003,0,STORY_VOICE_20001001,200101003,223051506 +200101004,0,STORY_VOICE_20001001,200101004,223051506 +200101005,0,STORY_VOICE_20001001,200101005,223051506 +200101006,0,STORY_VOICE_20001001,200101006,223051506 +200101007,0,STORY_VOICE_20001001,200101007,223051506 +200101008,0,STORY_VOICE_20001001,200101008,223051506 +200101009,0,STORY_VOICE_20001001,200101009,223051506 +200101010,0,STORY_VOICE_20001001,200101010,223051506 +200101011,0,STORY_VOICE_20001001,200101011,223051506 +200101012,0,STORY_VOICE_20001001,200101012,223051506 +200101013,0,STORY_VOICE_20001001,200101013,223051506 +200101014,0,STORY_VOICE_20001001,200101014,223051506 +200101015,0,STORY_VOICE_20001001,200101015,223051506 +200101016,0,STORY_VOICE_20001001,200101016,223051506 +200101017,0,STORY_VOICE_20001001,200101017,223051506 +200101018,0,STORY_VOICE_20001001,200101018,223051506 +200101019,0,STORY_VOICE_20001001,200101019,223051506 +200101020,0,STORY_VOICE_20001001,200101020,223051506 +200101021,0,STORY_VOICE_20001001,200101021,223051506 +200101022,0,STORY_VOICE_20001001,200101022,223051506 +200101023,0,STORY_VOICE_20001001,200101023,223051506 +200101024,0,STORY_VOICE_20001001,200101024,223051506 +200101025,0,STORY_VOICE_20001001,200101025,223051506 +200101026,0,STORY_VOICE_20001001,200101026,223051506 +200101027,0,STORY_VOICE_20001001,200101027,223051506 +200101028,0,STORY_VOICE_20001001,200101028,223051506 +200101029,0,STORY_VOICE_20001001,200101029,223051506 +200101030,0,STORY_VOICE_20001001,200101030,223051506 +200101031,0,STORY_VOICE_20001001,200101031,223051506 +200101032,0,STORY_VOICE_20001001,200101032,223051506 +200101033,0,STORY_VOICE_20001001,200101033,223051506 +200101034,0,STORY_VOICE_20001001,200101034,223051506 +200101035,0,STORY_VOICE_20001001,200101035,223051506 +200101036,0,STORY_VOICE_20001001,200101036,223051506 +200101037,0,STORY_VOICE_20001001,200101037,223051506 +200101038,0,STORY_VOICE_20001001,200101038,223051506 +200101039,0,STORY_VOICE_20001001,200101039,223051506 +200101040,0,STORY_VOICE_20001001,200101040,223051506 +200101041,0,STORY_VOICE_20001001,200101041,223051506 +200101042,0,STORY_VOICE_20001001,200101042,223051506 +200101043,0,STORY_VOICE_20001001,200101043,223051506 +200101044,0,STORY_VOICE_20001001,200101044,223051506 +200101045,0,STORY_VOICE_20001001,200101045,223051506 +200101046,0,STORY_VOICE_20001001,200101046,223051506 +200101047,0,STORY_VOICE_20001001,200101047,223051506 +200101048,0,STORY_VOICE_20001001,200101048,223051506 +200101049,0,STORY_VOICE_20001001,200101049,223051506 +200101050,0,STORY_VOICE_20001001,200101050,223051506 +200101051,0,STORY_VOICE_20001001,200101051,223051506 +200101052,0,STORY_VOICE_20001001,200101052,223051506 +200101053,0,STORY_VOICE_20001001,200101053,223051506 +200101054,0,STORY_VOICE_20001001,200101054,223051506 +200101055,0,STORY_VOICE_20001001,200101055,223051506 +200101056,0,STORY_VOICE_20001001,200101056,223051506 +200101057,0,STORY_VOICE_20001001,200101057,223051506 +200101058,0,STORY_VOICE_20001001,200101058,223051506 +200101059,0,STORY_VOICE_20001001,200101059,223051506 +200101060,0,STORY_VOICE_20001001,200101060,223051506 +200102001,0,STORY_VOICE_20001002,200102001,223051506 +200102002,0,STORY_VOICE_20001002,200102002,223051506 +200102003,0,STORY_VOICE_20001002,200102003,223051506 +200102004,0,STORY_VOICE_20001002,200102004,223051506 +200102005,0,STORY_VOICE_20001002,200102005,223051506 +200102006,0,STORY_VOICE_20001002,200102006,223051506 +200102007,0,STORY_VOICE_20001002,200102007,223051506 +200102008,0,STORY_VOICE_20001002,200102008,223051506 +200102009,0,STORY_VOICE_20001002,200102009,223051506 +200102010,0,STORY_VOICE_20001002,200102010,223051506 +200102011,0,STORY_VOICE_20001002,200102011,223051506 +200102012,0,STORY_VOICE_20001002,200102012,223051506 +200102013,0,STORY_VOICE_20001002,200102013,223051506 +200102014,0,STORY_VOICE_20001002,200102014,223051506 +200102015,0,STORY_VOICE_20001002,200102015,223051506 +200102016,0,STORY_VOICE_20001002,200102016,223051506 +200102017,0,STORY_VOICE_20001002,200102017,223051506 +200102018,0,STORY_VOICE_20001002,200102018,223051506 +200102019,0,STORY_VOICE_20001002,200102019,223051506 +200102020,0,STORY_VOICE_20001002,200102020,223051506 +200102021,0,STORY_VOICE_20001002,200102021,223051506 +200102022,0,STORY_VOICE_20001002,200102022,223051506 +200102023,0,STORY_VOICE_20001002,200102023,223051506 +200102024,0,STORY_VOICE_20001002,200102024,223051506 +200102025,0,STORY_VOICE_20001002,200102025,223051506 +200102026,0,STORY_VOICE_20001002,200102026,223051506 +200102027,0,STORY_VOICE_20001002,200102027,223051506 +200102028,0,STORY_VOICE_20001002,200102028,223051506 +200102029,0,STORY_VOICE_20001002,200102029,223051506 +200102030,0,STORY_VOICE_20001002,200102030,223051506 +200102031,0,STORY_VOICE_20001002,200102031,223051506 +200102032,0,STORY_VOICE_20001002,200102032,223051506 +200102033,0,STORY_VOICE_20001002,200102033,223051506 +200102034,0,STORY_VOICE_20001002,200102034,223051506 +200102035,0,STORY_VOICE_20001002,200102035,223051506 +200102036,0,STORY_VOICE_20001002,200102036,223051506 +200102037,0,STORY_VOICE_20001002,200102037,223051506 +200102038,0,STORY_VOICE_20001002,200102038,223051506 +200102039,0,STORY_VOICE_20001002,200102039,223051506 +200102040,0,STORY_VOICE_20001002,200102040,223051506 +200102041,0,STORY_VOICE_20001002,200102041,223051506 +200102042,0,STORY_VOICE_20001002,200102042,223051506 +200102043,0,STORY_VOICE_20001002,200102043,223051506 +200102044,0,STORY_VOICE_20001002,200102044,223051506 +200102045,0,STORY_VOICE_20001002,200102045,223051506 +200102046,0,STORY_VOICE_20001002,200102046,223051506 +200102047,0,STORY_VOICE_20001002,200102047,223051506 +200102048,0,STORY_VOICE_20001002,200102048,223051506 +200102049,0,STORY_VOICE_20001002,200102049,223051506 +200102050,0,STORY_VOICE_20001002,200102050,223051506 +200102051,0,STORY_VOICE_20001002,200102051,223051506 +200102052,0,STORY_VOICE_20001002,200102052,223051506 +200102053,0,STORY_VOICE_20001002,200102053,223051506 +200103001,0,STORY_VOICE_20001003,200103001,223051506 +200103002,0,STORY_VOICE_20001003,200103002,223051506 +200103003,0,STORY_VOICE_20001003,200103003,223051506 +200103004,0,STORY_VOICE_20001003,200103004,223051506 +200103005,0,STORY_VOICE_20001003,200103005,223051506 +200103006,0,STORY_VOICE_20001003,200103006,223051506 +200103007,0,STORY_VOICE_20001003,200103007,223051506 +200103008,0,STORY_VOICE_20001003,200103008,223051506 +200103009,0,STORY_VOICE_20001003,200103009,223051506 +200103010,0,STORY_VOICE_20001003,200103010,223051506 +200103011,0,STORY_VOICE_20001003,200103011,223051506 +200103012,0,STORY_VOICE_20001003,200103012,223051506 +200103013,0,STORY_VOICE_20001003,200103013,223051506 +200103014,0,STORY_VOICE_20001003,200103014,223051506 +200103015,0,STORY_VOICE_20001003,200103015,223051506 +200103016,0,STORY_VOICE_20001003,200103016,223051506 +200103017,0,STORY_VOICE_20001003,200103017,223051506 +200103018,0,STORY_VOICE_20001003,200103018,223051506 +200103019,0,STORY_VOICE_20001003,200103019,223051506 +200103020,0,STORY_VOICE_20001003,200103020,223051506 +200103021,0,STORY_VOICE_20001003,200103021,223051506 +200103022,0,STORY_VOICE_20001003,200103022,223051506 +200103023,0,STORY_VOICE_20001003,200103023,223051506 +200103024,0,STORY_VOICE_20001003,200103024,223051506 +200103025,0,STORY_VOICE_20001003,200103025,223051506 +200103026,0,STORY_VOICE_20001003,200103026,223051506 +200103027,0,STORY_VOICE_20001003,200103027,223051506 +200103028,0,STORY_VOICE_20001003,200103028,223051506 +200103029,0,STORY_VOICE_20001003,200103029,223051506 +200103030,0,STORY_VOICE_20001003,200103030,223051506 +200103031,0,STORY_VOICE_20001003,200103031,223051506 +200103032,0,STORY_VOICE_20001003,200103032,223051506 +200103033,0,STORY_VOICE_20001003,200103033,223051506 +200103034,0,STORY_VOICE_20001003,200103034,223051506 +200103035,0,STORY_VOICE_20001003,200103035,223051506 +200103036,0,STORY_VOICE_20001003,200103036,223051506 +200103037,0,STORY_VOICE_20001003,200103037,223051506 +200103038,0,STORY_VOICE_20001003,200103038,223051506 +200103039,0,STORY_VOICE_20001003,200103039,223051506 +200103040,0,STORY_VOICE_20001003,200103040,223051506 +200103041,0,STORY_VOICE_20001003,200103041,223051506 +200103042,0,STORY_VOICE_20001003,200103042,223051506 +200103043,0,STORY_VOICE_20001003,200103043,223051506 +200103044,0,STORY_VOICE_20001003,200103044,223051506 +200103045,0,STORY_VOICE_20001003,200103045,223051506 +200103046,0,STORY_VOICE_20001003,200103046,223051506 +200103047,0,STORY_VOICE_20001003,200103047,223051506 +200103048,0,STORY_VOICE_20001003,200103048,223051506 +200103049,0,STORY_VOICE_20001003,200103049,223051506 +200103050,0,STORY_VOICE_20001003,200103050,223051506 +200103051,0,STORY_VOICE_20001003,200103051,223051506 +200103052,0,STORY_VOICE_20001003,200103052,223051506 +200103053,0,STORY_VOICE_20001003,200103053,223051506 +200103054,0,STORY_VOICE_20001003,200103054,223051506 +200103055,0,STORY_VOICE_20001003,200103055,223051506 +200104001,0,STORY_VOICE_20001004,200104001,223051506 +200104002,0,STORY_VOICE_20001004,200104002,223051506 +200104003,0,STORY_VOICE_20001004,200104003,223051506 +200104004,0,STORY_VOICE_20001004,200104004,223051506 +200104005,0,STORY_VOICE_20001004,200104005,223051506 +200104006,0,STORY_VOICE_20001004,200104006,223051506 +200104007,0,STORY_VOICE_20001004,200104007,223051506 +200104008,0,STORY_VOICE_20001004,200104008,223051506 +200104009,0,STORY_VOICE_20001004,200104009,223051506 +200104010,0,STORY_VOICE_20001004,200104010,223051506 +200104011,0,STORY_VOICE_20001004,200104011,223051506 +200104012,0,STORY_VOICE_20001004,200104012,223051506 +200104013,0,STORY_VOICE_20001004,200104013,223051506 +200104014,0,STORY_VOICE_20001004,200104014,223051506 +200104015,0,STORY_VOICE_20001004,200104015,223051506 +200104016,0,STORY_VOICE_20001004,200104016,223051506 +200104017,0,STORY_VOICE_20001004,200104017,223051506 +200104018,0,STORY_VOICE_20001004,200104018,223051506 +200104019,0,STORY_VOICE_20001004,200104019,223051506 +200104020,0,STORY_VOICE_20001004,200104020,223051506 +200104021,0,STORY_VOICE_20001004,200104021,223051506 +200104022,0,STORY_VOICE_20001004,200104022,223051506 +200104023,0,STORY_VOICE_20001004,200104023,223051506 +200104024,0,STORY_VOICE_20001004,200104024,223051506 +200104025,0,STORY_VOICE_20001004,200104025,223051506 +200104026,0,STORY_VOICE_20001004,200104026,223051506 +200104027,0,STORY_VOICE_20001004,200104027,223051506 +200104028,0,STORY_VOICE_20001004,200104028,223051506 +200104029,0,STORY_VOICE_20001004,200104029,223051506 +200104030,0,STORY_VOICE_20001004,200104030,223051506 +200104031,0,STORY_VOICE_20001004,200104031,223051506 +200104032,0,STORY_VOICE_20001004,200104032,223051506 +200104033,0,STORY_VOICE_20001004,200104033,223051506 +200104034,0,STORY_VOICE_20001004,200104034,223051506 +200104035,0,STORY_VOICE_20001004,200104035,223051506 +200104036,0,STORY_VOICE_20001004,200104036,223051506 +200104037,0,STORY_VOICE_20001004,200104037,223051506 +200104038,0,STORY_VOICE_20001004,200104038,223051506 +200104039,0,STORY_VOICE_20001004,200104039,223051506 +200104040,0,STORY_VOICE_20001004,200104040,223051506 +200104041,0,STORY_VOICE_20001004,200104041,223051506 +200104042,0,STORY_VOICE_20001004,200104042,223051506 +200104043,0,STORY_VOICE_20001004,200104043,223051506 +200104044,0,STORY_VOICE_20001004,200104044,223051506 +200104045,0,STORY_VOICE_20001004,200104045,223051506 +200104046,0,STORY_VOICE_20001004,200104046,223051506 +200104047,0,STORY_VOICE_20001004,200104047,223051506 +200104048,0,STORY_VOICE_20001004,200104048,223051506 +200104049,0,STORY_VOICE_20001004,200104049,223051506 +200105001,0,STORY_VOICE_20001005,200105001,223051506 +200105002,0,STORY_VOICE_20001005,200105002,223051506 +200105003,0,STORY_VOICE_20001005,200105003,223051506 +200105004,0,STORY_VOICE_20001005,200105004,223051506 +200105005,0,STORY_VOICE_20001005,200105005,223051506 +200105006,0,STORY_VOICE_20001005,200105006,223051506 +200105007,0,STORY_VOICE_20001005,200105007,223051506 +200105008,0,STORY_VOICE_20001005,200105008,223051506 +200105009,0,STORY_VOICE_20001005,200105009,223051506 +200105010,0,STORY_VOICE_20001005,200105010,223051506 +200105011,0,STORY_VOICE_20001005,200105011,223051506 +200105012,0,STORY_VOICE_20001005,200105012,223051506 +200105013,0,STORY_VOICE_20001005,200105013,223051506 +200105014,0,STORY_VOICE_20001005,200105014,223051506 +200105015,0,STORY_VOICE_20001005,200105015,223051506 +200105016,0,STORY_VOICE_20001005,200105016,223051506 +200105017,0,STORY_VOICE_20001005,200105017,223051506 +200105018,0,STORY_VOICE_20001005,200105018,223051506 +200105019,0,STORY_VOICE_20001005,200105019,223051506 +200105020,0,STORY_VOICE_20001005,200105020,223051506 +200105021,0,STORY_VOICE_20001005,200105021,223051506 +200105022,0,STORY_VOICE_20001005,200105022,223051506 +200105023,0,STORY_VOICE_20001005,200105023,223051506 +200105024,0,STORY_VOICE_20001005,200105024,223051506 +200105025,0,STORY_VOICE_20001005,200105025,223051506 +200105026,0,STORY_VOICE_20001005,200105026,223051506 +200105027,0,STORY_VOICE_20001005,200105027,223051506 +200105028,0,STORY_VOICE_20001005,200105028,223051506 +200105029,0,STORY_VOICE_20001005,200105029,223051506 +200105030,0,STORY_VOICE_20001005,200105030,223051506 +200105031,0,STORY_VOICE_20001005,200105031,223051506 +200105032,0,STORY_VOICE_20001005,200105032,223051506 +200105033,0,STORY_VOICE_20001005,200105033,223051506 +200105034,0,STORY_VOICE_20001005,200105034,223051506 +200105035,0,STORY_VOICE_20001005,200105035,223051506 +200105036,0,STORY_VOICE_20001005,200105036,223051506 +200105037,0,STORY_VOICE_20001005,200105037,223051506 +200105038,0,STORY_VOICE_20001005,200105038,223051506 +200105039,0,STORY_VOICE_20001005,200105039,223051506 +200105040,0,STORY_VOICE_20001005,200105040,223051506 +200105041,0,STORY_VOICE_20001005,200105041,223051506 +200105042,0,STORY_VOICE_20001005,200105042,223051506 +200105043,0,STORY_VOICE_20001005,200105043,223051506 +200105044,0,STORY_VOICE_20001005,200105044,223051506 +200105045,0,STORY_VOICE_20001005,200105045,223051506 +200105046,0,STORY_VOICE_20001005,200105046,223051506 +200105047,0,STORY_VOICE_20001005,200105047,223051506 +200105048,0,STORY_VOICE_20001005,200105048,223051506 +200105049,0,STORY_VOICE_20001005,200105049,223051506 +200105050,0,STORY_VOICE_20001005,200105050,223051506 +200105051,0,STORY_VOICE_20001005,200105051,223051506 +200105052,0,STORY_VOICE_20001005,200105052,223051506 +200105053,0,STORY_VOICE_20001005,200105053,223051506 +200105054,0,STORY_VOICE_20001005,200105054,223051506 +200105055,0,STORY_VOICE_20001005,200105055,223051506 +200105056,0,STORY_VOICE_20001005,200105056,223051506 +200105057,0,STORY_VOICE_20001005,200105057,223051506 +200105058,0,STORY_VOICE_20001005,200105058,223051506 +200105059,0,STORY_VOICE_20001005,200105059,223051506 +200105060,0,STORY_VOICE_20001005,200105060,223051506 +200105061,0,STORY_VOICE_20001005,200105061,223051506 +300101001,0,STORY_VOICE_30001001,300101001,223053106 +300101002,0,STORY_VOICE_30001001,300101002,223053106 +300101003,0,STORY_VOICE_30001001,300101003,223053106 +300101004,0,STORY_VOICE_30001001,300101004,223053106 +300101005,0,STORY_VOICE_30001001,300101005,223053106 +300101006,0,STORY_VOICE_30001001,300101006,223053106 +300101007,0,STORY_VOICE_30001001,300101007,223053106 +300101008,0,STORY_VOICE_30001001,300101008,223053106 +300101009,0,STORY_VOICE_30001001,300101009,223053106 +300101010,0,STORY_VOICE_30001001,300101010,223053106 +300101011,0,STORY_VOICE_30001001,300101011,223053106 +300101012,0,STORY_VOICE_30001001,300101012,223053106 +300101013,0,STORY_VOICE_30001001,300101013,223053106 +300101014,0,STORY_VOICE_30001001,300101014,223053106 +300101015,0,STORY_VOICE_30001001,300101015,223053106 +300101016,0,STORY_VOICE_30001001,300101016,223053106 +300101017,0,STORY_VOICE_30001001,300101017,223053106 +300101018,0,STORY_VOICE_30001001,300101018,223053106 +300101019,0,STORY_VOICE_30001001,300101019,223053106 +300101020,0,STORY_VOICE_30001001,300101020,223053106 +300101021,0,STORY_VOICE_30001001,300101021,223053106 +300101022,0,STORY_VOICE_30001001,300101022,223053106 +300101023,0,STORY_VOICE_30001001,300101023,223053106 +300101024,0,STORY_VOICE_30001001,300101024,223053106 +300101025,0,STORY_VOICE_30001001,300101025,223053106 +300101026,0,STORY_VOICE_30001001,300101026,223053106 +300101027,0,STORY_VOICE_30001001,300101027,223053106 +300101028,0,STORY_VOICE_30001001,300101028,223053106 +300101029,0,STORY_VOICE_30001001,300101029,223053106 +300101030,0,STORY_VOICE_30001001,300101030,223053106 +300101031,0,STORY_VOICE_30001001,300101031,223053106 +300101032,0,STORY_VOICE_30001001,300101032,223053106 +300101033,0,STORY_VOICE_30001001,300101033,223053106 +300101034,0,STORY_VOICE_30001001,300101034,223053106 +300101035,0,STORY_VOICE_30001001,300101035,223053106 +300101036,0,STORY_VOICE_30001001,300101036,223053106 +300101037,0,STORY_VOICE_30001001,300101037,223053106 +300101038,0,STORY_VOICE_30001001,300101038,223053106 +300101039,0,STORY_VOICE_30001001,300101039,223053106 +300101040,0,STORY_VOICE_30001001,300101040,223053106 +300101041,0,STORY_VOICE_30001001,300101041,223053106 +300101042,0,STORY_VOICE_30001001,300101042,223053106 +300101043,0,STORY_VOICE_30001001,300101043,223053106 +300101044,0,STORY_VOICE_30001001,300101044,223053106 +300101045,0,STORY_VOICE_30001001,300101045,223053106 +300101046,0,STORY_VOICE_30001001,300101046,223053106 +300101047,0,STORY_VOICE_30001001,300101047,223053106 +300101048,0,STORY_VOICE_30001001,300101048,223053106 +300101049,0,STORY_VOICE_30001001,300101049,223053106 +300101050,0,STORY_VOICE_30001001,300101050,223053106 +300101051,0,STORY_VOICE_30001001,300101051,223053106 +300101052,0,STORY_VOICE_30001001,300101052,223053106 +300101053,0,STORY_VOICE_30001001,300101053,223053106 +300101054,0,STORY_VOICE_30001001,300101054,223053106 +300101055,0,STORY_VOICE_30001001,300101055,223053106 +300102001,0,STORY_VOICE_30001002,300102001,223053106 +300102002,0,STORY_VOICE_30001002,300102002,223053106 +300102003,0,STORY_VOICE_30001002,300102003,223053106 +300102004,0,STORY_VOICE_30001002,300102004,223053106 +300102005,0,STORY_VOICE_30001002,300102005,223053106 +300102006,0,STORY_VOICE_30001002,300102006,223053106 +300102007,0,STORY_VOICE_30001002,300102007,223053106 +300102008,0,STORY_VOICE_30001002,300102008,223053106 +300102009,0,STORY_VOICE_30001002,300102009,223053106 +300102010,0,STORY_VOICE_30001002,300102010,223053106 +300102011,0,STORY_VOICE_30001002,300102011,223053106 +300102012,0,STORY_VOICE_30001002,300102012,223053106 +300102013,0,STORY_VOICE_30001002,300102013,223053106 +300102014,0,STORY_VOICE_30001002,300102014,223053106 +300102015,0,STORY_VOICE_30001002,300102015,223053106 +300102016,0,STORY_VOICE_30001002,300102016,223053106 +300102017,0,STORY_VOICE_30001002,300102017,223053106 +300102018,0,STORY_VOICE_30001002,300102018,223053106 +300102019,0,STORY_VOICE_30001002,300102019,223053106 +300102020,0,STORY_VOICE_30001002,300102020,223053106 +300102021,0,STORY_VOICE_30001002,300102021,223053106 +300102022,0,STORY_VOICE_30001002,300102022,223053106 +300102023,0,STORY_VOICE_30001002,300102023,223053106 +300102024,0,STORY_VOICE_30001002,300102024,223053106 +300102025,0,STORY_VOICE_30001002,300102025,223053106 +300102026,0,STORY_VOICE_30001002,300102026,223053106 +300102027,0,STORY_VOICE_30001002,300102027,223053106 +300102028,0,STORY_VOICE_30001002,300102028,223053106 +300102029,0,STORY_VOICE_30001002,300102029,223053106 +300102030,0,STORY_VOICE_30001002,300102030,223053106 +300102031,0,STORY_VOICE_30001002,300102031,223053106 +300102032,0,STORY_VOICE_30001002,300102032,223053106 +300102033,0,STORY_VOICE_30001002,300102033,223053106 +300102034,0,STORY_VOICE_30001002,300102034,223053106 +300102035,0,STORY_VOICE_30001002,300102035,223053106 +300102036,0,STORY_VOICE_30001002,300102036,223053106 +300102037,0,STORY_VOICE_30001002,300102037,223053106 +300102038,0,STORY_VOICE_30001002,300102038,223053106 +300102039,0,STORY_VOICE_30001002,300102039,223053106 +300102040,0,STORY_VOICE_30001002,300102040,223053106 +300102041,0,STORY_VOICE_30001002,300102041,223053106 +300102042,0,STORY_VOICE_30001002,300102042,223053106 +300102043,0,STORY_VOICE_30001002,300102043,223053106 +300102044,0,STORY_VOICE_30001002,300102044,223053106 +300102045,0,STORY_VOICE_30001002,300102045,223053106 +300102046,0,STORY_VOICE_30001002,300102046,223053106 +300102047,0,STORY_VOICE_30001002,300102047,223053106 +300102048,0,STORY_VOICE_30001002,300102048,223053106 +300102049,0,STORY_VOICE_30001002,300102049,223053106 +300103001,0,STORY_VOICE_30001003,300103001,223053106 +300103002,0,STORY_VOICE_30001003,300103002,223053106 +300103003,0,STORY_VOICE_30001003,300103003,223053106 +300103004,0,STORY_VOICE_30001003,300103004,223053106 +300103005,0,STORY_VOICE_30001003,300103005,223053106 +300103006,0,STORY_VOICE_30001003,300103006,223053106 +300103007,0,STORY_VOICE_30001003,300103007,223053106 +300103008,0,STORY_VOICE_30001003,300103008,223053106 +300103009,0,STORY_VOICE_30001003,300103009,223053106 +300103010,0,STORY_VOICE_30001003,300103010,223053106 +300103011,0,STORY_VOICE_30001003,300103011,223053106 +300103012,0,STORY_VOICE_30001003,300103012,223053106 +300103013,0,STORY_VOICE_30001003,300103013,223053106 +300103014,0,STORY_VOICE_30001003,300103014,223053106 +300103015,0,STORY_VOICE_30001003,300103015,223053106 +300103016,0,STORY_VOICE_30001003,300103016,223053106 +300103017,0,STORY_VOICE_30001003,300103017,223053106 +300103018,0,STORY_VOICE_30001003,300103018,223053106 +300103019,0,STORY_VOICE_30001003,300103019,223053106 +300103020,0,STORY_VOICE_30001003,300103020,223053106 +300103021,0,STORY_VOICE_30001003,300103021,223053106 +300103022,0,STORY_VOICE_30001003,300103022,223053106 +300103023,0,STORY_VOICE_30001003,300103023,223053106 +300103024,0,STORY_VOICE_30001003,300103024,223053106 +300103025,0,STORY_VOICE_30001003,300103025,223053106 +300103026,0,STORY_VOICE_30001003,300103026,223053106 +300103027,0,STORY_VOICE_30001003,300103027,223053106 +300103028,0,STORY_VOICE_30001003,300103028,223053106 +300103029,0,STORY_VOICE_30001003,300103029,223053106 +300103030,0,STORY_VOICE_30001003,300103030,223053106 +300103031,0,STORY_VOICE_30001003,300103031,223053106 +300103032,0,STORY_VOICE_30001003,300103032,223053106 +300103033,0,STORY_VOICE_30001003,300103033,223053106 +300103034,0,STORY_VOICE_30001003,300103034,223053106 +300103035,0,STORY_VOICE_30001003,300103035,223053106 +300103036,0,STORY_VOICE_30001003,300103036,223053106 +300103037,0,STORY_VOICE_30001003,300103037,223053106 +300103038,0,STORY_VOICE_30001003,300103038,223053106 +300103039,0,STORY_VOICE_30001003,300103039,223053106 +300103040,0,STORY_VOICE_30001003,300103040,223053106 +300103041,0,STORY_VOICE_30001003,300103041,223053106 +300103042,0,STORY_VOICE_30001003,300103042,223053106 +300103043,0,STORY_VOICE_30001003,300103043,223053106 +300103044,0,STORY_VOICE_30001003,300103044,223053106 +300103045,0,STORY_VOICE_30001003,300103045,223053106 +300104001,0,STORY_VOICE_30001004,300104001,223053106 +300104002,0,STORY_VOICE_30001004,300104002,223053106 +300104003,0,STORY_VOICE_30001004,300104003,223053106 +300104004,0,STORY_VOICE_30001004,300104004,223053106 +300104005,0,STORY_VOICE_30001004,300104005,223053106 +300104006,0,STORY_VOICE_30001004,300104006,223053106 +300104007,0,STORY_VOICE_30001004,300104007,223053106 +300104008,0,STORY_VOICE_30001004,300104008,223053106 +300104009,0,STORY_VOICE_30001004,300104009,223053106 +300104010,0,STORY_VOICE_30001004,300104010,223053106 +300104011,0,STORY_VOICE_30001004,300104011,223053106 +300104012,0,STORY_VOICE_30001004,300104012,223053106 +300104013,0,STORY_VOICE_30001004,300104013,223053106 +300104014,0,STORY_VOICE_30001004,300104014,223053106 +300104015,0,STORY_VOICE_30001004,300104015,223053106 +300104016,0,STORY_VOICE_30001004,300104016,223053106 +300104017,0,STORY_VOICE_30001004,300104017,223053106 +300104018,0,STORY_VOICE_30001004,300104018,223053106 +300104019,0,STORY_VOICE_30001004,300104019,223053106 +300104020,0,STORY_VOICE_30001004,300104020,223053106 +300104021,0,STORY_VOICE_30001004,300104021,223053106 +300104022,0,STORY_VOICE_30001004,300104022,223053106 +300104023,0,STORY_VOICE_30001004,300104023,223053106 +300104024,0,STORY_VOICE_30001004,300104024,223053106 +300104025,0,STORY_VOICE_30001004,300104025,223053106 +300104026,0,STORY_VOICE_30001004,300104026,223053106 +300104027,0,STORY_VOICE_30001004,300104027,223053106 +300104028,0,STORY_VOICE_30001004,300104028,223053106 +300104029,0,STORY_VOICE_30001004,300104029,223053106 +300104030,0,STORY_VOICE_30001004,300104030,223053106 +300104031,0,STORY_VOICE_30001004,300104031,223053106 +300104032,0,STORY_VOICE_30001004,300104032,223053106 +300104033,0,STORY_VOICE_30001004,300104033,223053106 +300104034,0,STORY_VOICE_30001004,300104034,223053106 +300104035,0,STORY_VOICE_30001004,300104035,223053106 +300104036,0,STORY_VOICE_30001004,300104036,223053106 +300104037,0,STORY_VOICE_30001004,300104037,223053106 +300104038,0,STORY_VOICE_30001004,300104038,223053106 +300104039,0,STORY_VOICE_30001004,300104039,223053106 +300104040,0,STORY_VOICE_30001004,300104040,223053106 +300104041,0,STORY_VOICE_30001004,300104041,223053106 +300104042,0,STORY_VOICE_30001004,300104042,223053106 +300104043,0,STORY_VOICE_30001004,300104043,223053106 +300104044,0,STORY_VOICE_30001004,300104044,223053106 +300104045,0,STORY_VOICE_30001004,300104045,223053106 +300104046,0,STORY_VOICE_30001004,300104046,223053106 +300104047,0,STORY_VOICE_30001004,300104047,223053106 +300104048,0,STORY_VOICE_30001004,300104048,223053106 +300104049,0,STORY_VOICE_30001004,300104049,223053106 +300104050,0,STORY_VOICE_30001004,300104050,223053106 +300105001,0,STORY_VOICE_30001005,300105001,223053106 +300105002,0,STORY_VOICE_30001005,300105002,223053106 +300105003,0,STORY_VOICE_30001005,300105003,223053106 +300105004,0,STORY_VOICE_30001005,300105004,223053106 +300105005,0,STORY_VOICE_30001005,300105005,223053106 +300105006,0,STORY_VOICE_30001005,300105006,223053106 +300105007,0,STORY_VOICE_30001005,300105007,223053106 +300105008,0,STORY_VOICE_30001005,300105008,223053106 +300105009,0,STORY_VOICE_30001005,300105009,223053106 +300105010,0,STORY_VOICE_30001005,300105010,223053106 +300105011,0,STORY_VOICE_30001005,300105011,223053106 +300105012,0,STORY_VOICE_30001005,300105012,223053106 +300105013,0,STORY_VOICE_30001005,300105013,223053106 +300105014,0,STORY_VOICE_30001005,300105014,223053106 +300105015,0,STORY_VOICE_30001005,300105015,223053106 +300105016,0,STORY_VOICE_30001005,300105016,223053106 +300105017,0,STORY_VOICE_30001005,300105017,223053106 +300105018,0,STORY_VOICE_30001005,300105018,223053106 +300105019,0,STORY_VOICE_30001005,300105019,223053106 +300105020,0,STORY_VOICE_30001005,300105020,223053106 +300105021,0,STORY_VOICE_30001005,300105021,223053106 +300105022,0,STORY_VOICE_30001005,300105022,223053106 +300105023,0,STORY_VOICE_30001005,300105023,223053106 +300105024,0,STORY_VOICE_30001005,300105024,223053106 +300105025,0,STORY_VOICE_30001005,300105025,223053106 +300105026,0,STORY_VOICE_30001005,300105026,223053106 +300105027,0,STORY_VOICE_30001005,300105027,223053106 +300105028,0,STORY_VOICE_30001005,300105028,223053106 +300105029,0,STORY_VOICE_30001005,300105029,223053106 +300105030,0,STORY_VOICE_30001005,300105030,223053106 +300105031,0,STORY_VOICE_30001005,300105031,223053106 +300105032,0,STORY_VOICE_30001005,300105032,223053106 +300105033,0,STORY_VOICE_30001005,300105033,223053106 +300105034,0,STORY_VOICE_30001005,300105034,223053106 +300105035,0,STORY_VOICE_30001005,300105035,223053106 +300105036,0,STORY_VOICE_30001005,300105036,223053106 +300105037,0,STORY_VOICE_30001005,300105037,223053106 +300105038,0,STORY_VOICE_30001005,300105038,223053106 +300105039,0,STORY_VOICE_30001005,300105039,223053106 +300105040,0,STORY_VOICE_30001005,300105040,223053106 +300105041,0,STORY_VOICE_30001005,300105041,223053106 +300105042,0,STORY_VOICE_30001005,300105042,223053106 +300105043,0,STORY_VOICE_30001005,300105043,223053106 +300105044,0,STORY_VOICE_30001005,300105044,223053106 +300105045,0,STORY_VOICE_30001005,300105045,223053106 +400201001,0,STORY_VOICE_40002001,400201001,223063006 +400201002,0,STORY_VOICE_40002001,400201002,223063006 +400201003,0,STORY_VOICE_40002001,400201003,223063006 +400201004,0,STORY_VOICE_40002001,400201004,223063006 +400201005,0,STORY_VOICE_40002001,400201005,223063006 +400201006,0,STORY_VOICE_40002001,400201006,223063006 +400201007,0,STORY_VOICE_40002001,400201007,223063006 +400201008,0,STORY_VOICE_40002001,400201008,223063006 +400201009,0,STORY_VOICE_40002001,400201009,223063006 +400201010,0,STORY_VOICE_40002001,400201010,223063006 +400201011,0,STORY_VOICE_40002001,400201011,223063006 +400201012,0,STORY_VOICE_40002001,400201012,223063006 +400201013,0,STORY_VOICE_40002001,400201013,223063006 +400201014,0,STORY_VOICE_40002001,400201014,223063006 +400201015,0,STORY_VOICE_40002001,400201015,223063006 +400201016,0,STORY_VOICE_40002001,400201016,223063006 +400201017,0,STORY_VOICE_40002001,400201017,223063006 +400201018,0,STORY_VOICE_40002001,400201018,223063006 +400201019,0,STORY_VOICE_40002001,400201019,223063006 +400201020,0,STORY_VOICE_40002001,400201020,223063006 +400201021,0,STORY_VOICE_40002001,400201021,223063006 +400201022,0,STORY_VOICE_40002001,400201022,223063006 +400201023,0,STORY_VOICE_40002001,400201023,223063006 +400201024,0,STORY_VOICE_40002001,400201024,223063006 +400201025,0,STORY_VOICE_40002001,400201025,223063006 +400201026,0,STORY_VOICE_40002001,400201026,223063006 +400201027,0,STORY_VOICE_40002001,400201027,223063006 +400201028,0,STORY_VOICE_40002001,400201028,223063006 +400201029,0,STORY_VOICE_40002001,400201029,223063006 +400201030,0,STORY_VOICE_40002001,400201030,223063006 +400201031,0,STORY_VOICE_40002001,400201031,223063006 +400201032,0,STORY_VOICE_40002001,400201032,223063006 +400201033,0,STORY_VOICE_40002001,400201033,223063006 +400201034,0,STORY_VOICE_40002001,400201034,223063006 +400201035,0,STORY_VOICE_40002001,400201035,223063006 +400201036,0,STORY_VOICE_40002001,400201036,223063006 +400201037,0,STORY_VOICE_40002001,400201037,223063006 +400201038,0,STORY_VOICE_40002001,400201038,223063006 +400201039,0,STORY_VOICE_40002001,400201039,223063006 +400201040,0,STORY_VOICE_40002001,400201040,223063006 +400201041,0,STORY_VOICE_40002001,400201041,223063006 +400201042,0,STORY_VOICE_40002001,400201042,223063006 +400201043,0,STORY_VOICE_40002001,400201043,223063006 +400201044,0,STORY_VOICE_40002001,400201044,223063006 +400201045,0,STORY_VOICE_40002001,400201045,223063006 +400201046,0,STORY_VOICE_40002001,400201046,223063006 +400201047,0,STORY_VOICE_40002001,400201047,223063006 +400201048,0,STORY_VOICE_40002001,400201048,223063006 +400201049,0,STORY_VOICE_40002001,400201049,223063006 +400201050,0,STORY_VOICE_40002001,400201050,223063006 +400201051,0,STORY_VOICE_40002001,400201051,223063006 +400201052,0,STORY_VOICE_40002001,400201052,223063006 +400201053,0,STORY_VOICE_40002001,400201053,223063006 +400201054,0,STORY_VOICE_40002001,400201054,223063006 +400201055,0,STORY_VOICE_40002001,400201055,223063006 +400201056,0,STORY_VOICE_40002001,400201056,223063006 +400201057,0,STORY_VOICE_40002001,400201057,223063006 +400202001,0,STORY_VOICE_40002002,400202001,223063006 +400202002,0,STORY_VOICE_40002002,400202002,223063006 +400202003,0,STORY_VOICE_40002002,400202003,223063006 +400202004,0,STORY_VOICE_40002002,400202004,223063006 +400202005,0,STORY_VOICE_40002002,400202005,223063006 +400202006,0,STORY_VOICE_40002002,400202006,223063006 +400202007,0,STORY_VOICE_40002002,400202007,223063006 +400202008,0,STORY_VOICE_40002002,400202008,223063006 +400202009,0,STORY_VOICE_40002002,400202009,223063006 +400202010,0,STORY_VOICE_40002002,400202010,223063006 +400202011,0,STORY_VOICE_40002002,400202011,223063006 +400202012,0,STORY_VOICE_40002002,400202012,223063006 +400202013,0,STORY_VOICE_40002002,400202013,223063006 +400202014,0,STORY_VOICE_40002002,400202014,223063006 +400202015,0,STORY_VOICE_40002002,400202015,223063006 +400202016,0,STORY_VOICE_40002002,400202016,223063006 +400202017,0,STORY_VOICE_40002002,400202017,223063006 +400202018,0,STORY_VOICE_40002002,400202018,223063006 +400202019,0,STORY_VOICE_40002002,400202019,223063006 +400202020,0,STORY_VOICE_40002002,400202020,223063006 +400202021,0,STORY_VOICE_40002002,400202021,223063006 +400202022,0,STORY_VOICE_40002002,400202022,223063006 +400202023,0,STORY_VOICE_40002002,400202023,223063006 +400202024,0,STORY_VOICE_40002002,400202024,223063006 +400202025,0,STORY_VOICE_40002002,400202025,223063006 +400202026,0,STORY_VOICE_40002002,400202026,223063006 +400202027,0,STORY_VOICE_40002002,400202027,223063006 +400202028,0,STORY_VOICE_40002002,400202028,223063006 +400202029,0,STORY_VOICE_40002002,400202029,223063006 +400202030,0,STORY_VOICE_40002002,400202030,223063006 +400202031,0,STORY_VOICE_40002002,400202031,223063006 +400202032,0,STORY_VOICE_40002002,400202032,223063006 +400202033,0,STORY_VOICE_40002002,400202033,223063006 +400202034,0,STORY_VOICE_40002002,400202034,223063006 +400202035,0,STORY_VOICE_40002002,400202035,223063006 +400202036,0,STORY_VOICE_40002002,400202036,223063006 +400202037,0,STORY_VOICE_40002002,400202037,223063006 +400202038,0,STORY_VOICE_40002002,400202038,223063006 +400202039,0,STORY_VOICE_40002002,400202039,223063006 +400202040,0,STORY_VOICE_40002002,400202040,223063006 +400202041,0,STORY_VOICE_40002002,400202041,223063006 +400202042,0,STORY_VOICE_40002002,400202042,223063006 +400202043,0,STORY_VOICE_40002002,400202043,223063006 +400202044,0,STORY_VOICE_40002002,400202044,223063006 +400202045,0,STORY_VOICE_40002002,400202045,223063006 +400202046,0,STORY_VOICE_40002002,400202046,223063006 +400202047,0,STORY_VOICE_40002002,400202047,223063006 +400202048,0,STORY_VOICE_40002002,400202048,223063006 +400202049,0,STORY_VOICE_40002002,400202049,223063006 +400202050,0,STORY_VOICE_40002002,400202050,223063006 +400202051,0,STORY_VOICE_40002002,400202051,223063006 +400202052,0,STORY_VOICE_40002002,400202052,223063006 +400202053,0,STORY_VOICE_40002002,400202053,223063006 +400202054,0,STORY_VOICE_40002002,400202054,223063006 +400202055,0,STORY_VOICE_40002002,400202055,223063006 +400202056,0,STORY_VOICE_40002002,400202056,223063006 +400202057,0,STORY_VOICE_40002002,400202057,223063006 +400202058,0,STORY_VOICE_40002002,400202058,223063006 +400202059,0,STORY_VOICE_40002002,400202059,223063006 +400202060,0,STORY_VOICE_40002002,400202060,223063006 +400202061,0,STORY_VOICE_40002002,400202061,223063006 +400202062,0,STORY_VOICE_40002002,400202062,223063006 +400202063,0,STORY_VOICE_40002002,400202063,223063006 +400203001,0,STORY_VOICE_40002003,400203001,223063006 +400203002,0,STORY_VOICE_40002003,400203002,223063006 +400203003,0,STORY_VOICE_40002003,400203003,223063006 +400203004,0,STORY_VOICE_40002003,400203004,223063006 +400203005,0,STORY_VOICE_40002003,400203005,223063006 +400203006,0,STORY_VOICE_40002003,400203006,223063006 +400203007,0,STORY_VOICE_40002003,400203007,223063006 +400203008,0,STORY_VOICE_40002003,400203008,223063006 +400203009,0,STORY_VOICE_40002003,400203009,223063006 +400203010,0,STORY_VOICE_40002003,400203010,223063006 +400203011,0,STORY_VOICE_40002003,400203011,223063006 +400203012,0,STORY_VOICE_40002003,400203012,223063006 +400203013,0,STORY_VOICE_40002003,400203013,223063006 +400203014,0,STORY_VOICE_40002003,400203014,223063006 +400203015,0,STORY_VOICE_40002003,400203015,223063006 +400203016,0,STORY_VOICE_40002003,400203016,223063006 +400203017,0,STORY_VOICE_40002003,400203017,223063006 +400203018,0,STORY_VOICE_40002003,400203018,223063006 +400203019,0,STORY_VOICE_40002003,400203019,223063006 +400203020,0,STORY_VOICE_40002003,400203020,223063006 +400203021,0,STORY_VOICE_40002003,400203021,223063006 +400203022,0,STORY_VOICE_40002003,400203022,223063006 +400203023,0,STORY_VOICE_40002003,400203023,223063006 +400203024,0,STORY_VOICE_40002003,400203024,223063006 +400203025,0,STORY_VOICE_40002003,400203025,223063006 +400203026,0,STORY_VOICE_40002003,400203026,223063006 +400203027,0,STORY_VOICE_40002003,400203027,223063006 +400203028,0,STORY_VOICE_40002003,400203028,223063006 +400203029,0,STORY_VOICE_40002003,400203029,223063006 +400203030,0,STORY_VOICE_40002003,400203030,223063006 +400203031,0,STORY_VOICE_40002003,400203031,223063006 +400203032,0,STORY_VOICE_40002003,400203032,223063006 +400203033,0,STORY_VOICE_40002003,400203033,223063006 +400203034,0,STORY_VOICE_40002003,400203034,223063006 +400203035,0,STORY_VOICE_40002003,400203035,223063006 +400203036,0,STORY_VOICE_40002003,400203036,223063006 +400203037,0,STORY_VOICE_40002003,400203037,223063006 +400203038,0,STORY_VOICE_40002003,400203038,223063006 +400203039,0,STORY_VOICE_40002003,400203039,223063006 +400203040,0,STORY_VOICE_40002003,400203040,223063006 +400203041,0,STORY_VOICE_40002003,400203041,223063006 +400203042,0,STORY_VOICE_40002003,400203042,223063006 +400203043,0,STORY_VOICE_40002003,400203043,223063006 +400203044,0,STORY_VOICE_40002003,400203044,223063006 +400203045,0,STORY_VOICE_40002003,400203045,223063006 +400203046,0,STORY_VOICE_40002003,400203046,223063006 +400204001,0,STORY_VOICE_40002004,400204001,223063006 +400204002,0,STORY_VOICE_40002004,400204002,223063006 +400204003,0,STORY_VOICE_40002004,400204003,223063006 +400204004,0,STORY_VOICE_40002004,400204004,223063006 +400204005,0,STORY_VOICE_40002004,400204005,223063006 +400204006,0,STORY_VOICE_40002004,400204006,223063006 +400204007,0,STORY_VOICE_40002004,400204007,223063006 +400204008,0,STORY_VOICE_40002004,400204008,223063006 +400204009,0,STORY_VOICE_40002004,400204009,223063006 +400204010,0,STORY_VOICE_40002004,400204010,223063006 +400204011,0,STORY_VOICE_40002004,400204011,223063006 +400204012,0,STORY_VOICE_40002004,400204012,223063006 +400204013,0,STORY_VOICE_40002004,400204013,223063006 +400204014,0,STORY_VOICE_40002004,400204014,223063006 +400204015,0,STORY_VOICE_40002004,400204015,223063006 +400204016,0,STORY_VOICE_40002004,400204016,223063006 +400204017,0,STORY_VOICE_40002004,400204017,223063006 +400204018,0,STORY_VOICE_40002004,400204018,223063006 +400204019,0,STORY_VOICE_40002004,400204019,223063006 +400204020,0,STORY_VOICE_40002004,400204020,223063006 +400204021,0,STORY_VOICE_40002004,400204021,223063006 +400204022,0,STORY_VOICE_40002004,400204022,223063006 +400204023,0,STORY_VOICE_40002004,400204023,223063006 +400204024,0,STORY_VOICE_40002004,400204024,223063006 +400204025,0,STORY_VOICE_40002004,400204025,223063006 +400204026,0,STORY_VOICE_40002004,400204026,223063006 +400204027,0,STORY_VOICE_40002004,400204027,223063006 +400204028,0,STORY_VOICE_40002004,400204028,223063006 +400204029,0,STORY_VOICE_40002004,400204029,223063006 +400204030,0,STORY_VOICE_40002004,400204030,223063006 +400204031,0,STORY_VOICE_40002004,400204031,223063006 +400204032,0,STORY_VOICE_40002004,400204032,223063006 +400204033,0,STORY_VOICE_40002004,400204033,223063006 +400204034,0,STORY_VOICE_40002004,400204034,223063006 +400204035,0,STORY_VOICE_40002004,400204035,223063006 +400204036,0,STORY_VOICE_40002004,400204036,223063006 +400204037,0,STORY_VOICE_40002004,400204037,223063006 +400204038,0,STORY_VOICE_40002004,400204038,223063006 +400204039,0,STORY_VOICE_40002004,400204039,223063006 +400204040,0,STORY_VOICE_40002004,400204040,223063006 +400204041,0,STORY_VOICE_40002004,400204041,223063006 +400204042,0,STORY_VOICE_40002004,400204042,223063006 +400204043,0,STORY_VOICE_40002004,400204043,223063006 +400204044,0,STORY_VOICE_40002004,400204044,223063006 +400204045,0,STORY_VOICE_40002004,400204045,223063006 +400204046,0,STORY_VOICE_40002004,400204046,223063006 +400204047,0,STORY_VOICE_40002004,400204047,223063006 +400204048,0,STORY_VOICE_40002004,400204048,223063006 +400204049,0,STORY_VOICE_40002004,400204049,223063006 +400204050,0,STORY_VOICE_40002004,400204050,223063006 +400204051,0,STORY_VOICE_40002004,400204051,223063006 +400204052,0,STORY_VOICE_40002004,400204052,223063006 +400204053,0,STORY_VOICE_40002004,400204053,223063006 +400204054,0,STORY_VOICE_40002004,400204054,223063006 +400204055,0,STORY_VOICE_40002004,400204055,223063006 +400205001,0,STORY_VOICE_40002005,400205001,223063006 +400205002,0,STORY_VOICE_40002005,400205002,223063006 +400205003,0,STORY_VOICE_40002005,400205003,223063006 +400205004,0,STORY_VOICE_40002005,400205004,223063006 +400205005,0,STORY_VOICE_40002005,400205005,223063006 +400205006,0,STORY_VOICE_40002005,400205006,223063006 +400205007,0,STORY_VOICE_40002005,400205007,223063006 +400205008,0,STORY_VOICE_40002005,400205008,223063006 +400205009,0,STORY_VOICE_40002005,400205009,223063006 +400205010,0,STORY_VOICE_40002005,400205010,223063006 +400205011,0,STORY_VOICE_40002005,400205011,223063006 +400205012,0,STORY_VOICE_40002005,400205012,223063006 +400205013,0,STORY_VOICE_40002005,400205013,223063006 +400205014,0,STORY_VOICE_40002005,400205014,223063006 +400205015,0,STORY_VOICE_40002005,400205015,223063006 +400205016,0,STORY_VOICE_40002005,400205016,223063006 +400205017,0,STORY_VOICE_40002005,400205017,223063006 +400205018,0,STORY_VOICE_40002005,400205018,223063006 +400205019,0,STORY_VOICE_40002005,400205019,223063006 +400205020,0,STORY_VOICE_40002005,400205020,223063006 +400205021,0,STORY_VOICE_40002005,400205021,223063006 +400205022,0,STORY_VOICE_40002005,400205022,223063006 +400205023,0,STORY_VOICE_40002005,400205023,223063006 +400205024,0,STORY_VOICE_40002005,400205024,223063006 +400205025,0,STORY_VOICE_40002005,400205025,223063006 +400205026,0,STORY_VOICE_40002005,400205026,223063006 +400205027,0,STORY_VOICE_40002005,400205027,223063006 +400205028,0,STORY_VOICE_40002005,400205028,223063006 +400205029,0,STORY_VOICE_40002005,400205029,223063006 +400205030,0,STORY_VOICE_40002005,400205030,223063006 +400205031,0,STORY_VOICE_40002005,400205031,223063006 +400205032,0,STORY_VOICE_40002005,400205032,223063006 +400205033,0,STORY_VOICE_40002005,400205033,223063006 +400205034,0,STORY_VOICE_40002005,400205034,223063006 +400205035,0,STORY_VOICE_40002005,400205035,223063006 +400205036,0,STORY_VOICE_40002005,400205036,223063006 +400205037,0,STORY_VOICE_40002005,400205037,223063006 +400205038,0,STORY_VOICE_40002005,400205038,223063006 +400205039,0,STORY_VOICE_40002005,400205039,223063006 +400205040,0,STORY_VOICE_40002005,400205040,223063006 +400205041,0,STORY_VOICE_40002005,400205041,223063006 +400205042,0,STORY_VOICE_40002005,400205042,223063006 +400205043,0,STORY_VOICE_40002005,400205043,223063006 +400205044,0,STORY_VOICE_40002005,400205044,223063006 +400205045,0,STORY_VOICE_40002005,400205045,223063006 +400205046,0,STORY_VOICE_40002005,400205046,223063006 +400205047,0,STORY_VOICE_40002005,400205047,223063006 +400205048,0,STORY_VOICE_40002005,400205048,223063006 +400205049,0,STORY_VOICE_40002005,400205049,223063006 +400205050,0,STORY_VOICE_40002005,400205050,223063006 +400205051,0,STORY_VOICE_40002005,400205051,223063006 +400205052,0,STORY_VOICE_40002005,400205052,223063006 +400205053,0,STORY_VOICE_40002005,400205053,223063006 +400205054,0,STORY_VOICE_40002005,400205054,223063006 +400205055,0,STORY_VOICE_40002005,400205055,223063006 +400205056,0,STORY_VOICE_40002005,400205056,223063006 +100201001,0,STORY_VOICE_10002001,100201001,223073106 +100201002,0,STORY_VOICE_10002001,100201002,223073106 +100201003,0,STORY_VOICE_10002001,100201003,223073106 +100201004,0,STORY_VOICE_10002001,100201004,223073106 +100201005,0,STORY_VOICE_10002001,100201005,223073106 +100201006,0,STORY_VOICE_10002001,100201006,223073106 +100201007,0,STORY_VOICE_10002001,100201007,223073106 +100201008,0,STORY_VOICE_10002001,100201008,223073106 +100201009,0,STORY_VOICE_10002001,100201009,223073106 +100201010,0,STORY_VOICE_10002001,100201010,223073106 +100201011,0,STORY_VOICE_10002001,100201011,223073106 +100201012,0,STORY_VOICE_10002001,100201012,223073106 +100201013,0,STORY_VOICE_10002001,100201013,223073106 +100201014,0,STORY_VOICE_10002001,100201014,223073106 +100201015,0,STORY_VOICE_10002001,100201015,223073106 +100201016,0,STORY_VOICE_10002001,100201016,223073106 +100201017,0,STORY_VOICE_10002001,100201017,223073106 +100201018,0,STORY_VOICE_10002001,100201018,223073106 +100201019,0,STORY_VOICE_10002001,100201019,223073106 +100201020,0,STORY_VOICE_10002001,100201020,223073106 +100201021,0,STORY_VOICE_10002001,100201021,223073106 +100201022,0,STORY_VOICE_10002001,100201022,223073106 +100201023,0,STORY_VOICE_10002001,100201023,223073106 +100201024,0,STORY_VOICE_10002001,100201024,223073106 +100201025,0,STORY_VOICE_10002001,100201025,223073106 +100201026,0,STORY_VOICE_10002001,100201026,223073106 +100201027,0,STORY_VOICE_10002001,100201027,223073106 +100201028,0,STORY_VOICE_10002001,100201028,223073106 +100201029,0,STORY_VOICE_10002001,100201029,223073106 +100201030,0,STORY_VOICE_10002001,100201030,223073106 +100201031,0,STORY_VOICE_10002001,100201031,223073106 +100201032,0,STORY_VOICE_10002001,100201032,223073106 +100201033,0,STORY_VOICE_10002001,100201033,223073106 +100201034,0,STORY_VOICE_10002001,100201034,223073106 +100201035,0,STORY_VOICE_10002001,100201035,223073106 +100201036,0,STORY_VOICE_10002001,100201036,223073106 +100201037,0,STORY_VOICE_10002001,100201037,223073106 +100201038,0,STORY_VOICE_10002001,100201038,223073106 +100201039,0,STORY_VOICE_10002001,100201039,223073106 +100201040,0,STORY_VOICE_10002001,100201040,223073106 +100201041,0,STORY_VOICE_10002001,100201041,223073106 +100201042,0,STORY_VOICE_10002001,100201042,223073106 +100201043,0,STORY_VOICE_10002001,100201043,223073106 +100201044,0,STORY_VOICE_10002001,100201044,223073106 +100201045,0,STORY_VOICE_10002001,100201045,223073106 +100201046,0,STORY_VOICE_10002001,100201046,223073106 +100201047,0,STORY_VOICE_10002001,100201047,223073106 +100201048,0,STORY_VOICE_10002001,100201048,223073106 +100201049,0,STORY_VOICE_10002001,100201049,223073106 +100201050,0,STORY_VOICE_10002001,100201050,223073106 +100201051,0,STORY_VOICE_10002001,100201051,223073106 +100201052,0,STORY_VOICE_10002001,100201052,223073106 +100201053,0,STORY_VOICE_10002001,100201053,223073106 +100201054,0,STORY_VOICE_10002001,100201054,223073106 +100201055,0,STORY_VOICE_10002001,100201055,223073106 +100201056,0,STORY_VOICE_10002001,100201056,223073106 +100201057,0,STORY_VOICE_10002001,100201057,223073106 +100201058,0,STORY_VOICE_10002001,100201058,223073106 +100202001,0,STORY_VOICE_10002002,100202001,223073106 +100202002,0,STORY_VOICE_10002002,100202002,223073106 +100202003,0,STORY_VOICE_10002002,100202003,223073106 +100202004,0,STORY_VOICE_10002002,100202004,223073106 +100202005,0,STORY_VOICE_10002002,100202005,223073106 +100202006,0,STORY_VOICE_10002002,100202006,223073106 +100202007,0,STORY_VOICE_10002002,100202007,223073106 +100202008,0,STORY_VOICE_10002002,100202008,223073106 +100202009,0,STORY_VOICE_10002002,100202009,223073106 +100202010,0,STORY_VOICE_10002002,100202010,223073106 +100202011,0,STORY_VOICE_10002002,100202011,223073106 +100202012,0,STORY_VOICE_10002002,100202012,223073106 +100202013,0,STORY_VOICE_10002002,100202013,223073106 +100202014,0,STORY_VOICE_10002002,100202014,223073106 +100202015,0,STORY_VOICE_10002002,100202015,223073106 +100202016,0,STORY_VOICE_10002002,100202016,223073106 +100202017,0,STORY_VOICE_10002002,100202017,223073106 +100202018,0,STORY_VOICE_10002002,100202018,223073106 +100202019,0,STORY_VOICE_10002002,100202019,223073106 +100202020,0,STORY_VOICE_10002002,100202020,223073106 +100202021,0,STORY_VOICE_10002002,100202021,223073106 +100202022,0,STORY_VOICE_10002002,100202022,223073106 +100202023,0,STORY_VOICE_10002002,100202023,223073106 +100202024,0,STORY_VOICE_10002002,100202024,223073106 +100202025,0,STORY_VOICE_10002002,100202025,223073106 +100202026,0,STORY_VOICE_10002002,100202026,223073106 +100202027,0,STORY_VOICE_10002002,100202027,223073106 +100202028,0,STORY_VOICE_10002002,100202028,223073106 +100202029,0,STORY_VOICE_10002002,100202029,223073106 +100202030,0,STORY_VOICE_10002002,100202030,223073106 +100202031,0,STORY_VOICE_10002002,100202031,223073106 +100202032,0,STORY_VOICE_10002002,100202032,223073106 +100202033,0,STORY_VOICE_10002002,100202033,223073106 +100202034,0,STORY_VOICE_10002002,100202034,223073106 +100202035,0,STORY_VOICE_10002002,100202035,223073106 +100202036,0,STORY_VOICE_10002002,100202036,223073106 +100202037,0,STORY_VOICE_10002002,100202037,223073106 +100202038,0,STORY_VOICE_10002002,100202038,223073106 +100202039,0,STORY_VOICE_10002002,100202039,223073106 +100202040,0,STORY_VOICE_10002002,100202040,223073106 +100202041,0,STORY_VOICE_10002002,100202041,223073106 +100202042,0,STORY_VOICE_10002002,100202042,223073106 +100202043,0,STORY_VOICE_10002002,100202043,223073106 +100202044,0,STORY_VOICE_10002002,100202044,223073106 +100202045,0,STORY_VOICE_10002002,100202045,223073106 +100202046,0,STORY_VOICE_10002002,100202046,223073106 +100202047,0,STORY_VOICE_10002002,100202047,223073106 +100202048,0,STORY_VOICE_10002002,100202048,223073106 +100202049,0,STORY_VOICE_10002002,100202049,223073106 +100202050,0,STORY_VOICE_10002002,100202050,223073106 +100202051,0,STORY_VOICE_10002002,100202051,223073106 +100202052,0,STORY_VOICE_10002002,100202052,223073106 +100202053,0,STORY_VOICE_10002002,100202053,223073106 +100203001,0,STORY_VOICE_10002003,100203001,223073106 +100203002,0,STORY_VOICE_10002003,100203002,223073106 +100203003,0,STORY_VOICE_10002003,100203003,223073106 +100203004,0,STORY_VOICE_10002003,100203004,223073106 +100203005,0,STORY_VOICE_10002003,100203005,223073106 +100203006,0,STORY_VOICE_10002003,100203006,223073106 +100203007,0,STORY_VOICE_10002003,100203007,223073106 +100203008,0,STORY_VOICE_10002003,100203008,223073106 +100203009,0,STORY_VOICE_10002003,100203009,223073106 +100203010,0,STORY_VOICE_10002003,100203010,223073106 +100203011,0,STORY_VOICE_10002003,100203011,223073106 +100203012,0,STORY_VOICE_10002003,100203012,223073106 +100203013,0,STORY_VOICE_10002003,100203013,223073106 +100203014,0,STORY_VOICE_10002003,100203014,223073106 +100203015,0,STORY_VOICE_10002003,100203015,223073106 +100203016,0,STORY_VOICE_10002003,100203016,223073106 +100203017,0,STORY_VOICE_10002003,100203017,223073106 +100203018,0,STORY_VOICE_10002003,100203018,223073106 +100203019,0,STORY_VOICE_10002003,100203019,223073106 +100203020,0,STORY_VOICE_10002003,100203020,223073106 +100203021,0,STORY_VOICE_10002003,100203021,223073106 +100203022,0,STORY_VOICE_10002003,100203022,223073106 +100203023,0,STORY_VOICE_10002003,100203023,223073106 +100203024,0,STORY_VOICE_10002003,100203024,223073106 +100203025,0,STORY_VOICE_10002003,100203025,223073106 +100203026,0,STORY_VOICE_10002003,100203026,223073106 +100203027,0,STORY_VOICE_10002003,100203027,223073106 +100203028,0,STORY_VOICE_10002003,100203028,223073106 +100203029,0,STORY_VOICE_10002003,100203029,223073106 +100203030,0,STORY_VOICE_10002003,100203030,223073106 +100203031,0,STORY_VOICE_10002003,100203031,223073106 +100203032,0,STORY_VOICE_10002003,100203032,223073106 +100203033,0,STORY_VOICE_10002003,100203033,223073106 +100203034,0,STORY_VOICE_10002003,100203034,223073106 +100203035,0,STORY_VOICE_10002003,100203035,223073106 +100203036,0,STORY_VOICE_10002003,100203036,223073106 +100203037,0,STORY_VOICE_10002003,100203037,223073106 +100203038,0,STORY_VOICE_10002003,100203038,223073106 +100203039,0,STORY_VOICE_10002003,100203039,223073106 +100203040,0,STORY_VOICE_10002003,100203040,223073106 +100203041,0,STORY_VOICE_10002003,100203041,223073106 +100203042,0,STORY_VOICE_10002003,100203042,223073106 +100203043,0,STORY_VOICE_10002003,100203043,223073106 +100203044,0,STORY_VOICE_10002003,100203044,223073106 +100203045,0,STORY_VOICE_10002003,100203045,223073106 +100203046,0,STORY_VOICE_10002003,100203046,223073106 +100203047,0,STORY_VOICE_10002003,100203047,223073106 +100203048,0,STORY_VOICE_10002003,100203048,223073106 +100203049,0,STORY_VOICE_10002003,100203049,223073106 +100204001,0,STORY_VOICE_10002004,100204001,223073106 +100204002,0,STORY_VOICE_10002004,100204002,223073106 +100204003,0,STORY_VOICE_10002004,100204003,223073106 +100204004,0,STORY_VOICE_10002004,100204004,223073106 +100204005,0,STORY_VOICE_10002004,100204005,223073106 +100204006,0,STORY_VOICE_10002004,100204006,223073106 +100204007,0,STORY_VOICE_10002004,100204007,223073106 +100204008,0,STORY_VOICE_10002004,100204008,223073106 +100204009,0,STORY_VOICE_10002004,100204009,223073106 +100204010,0,STORY_VOICE_10002004,100204010,223073106 +100204011,0,STORY_VOICE_10002004,100204011,223073106 +100204012,0,STORY_VOICE_10002004,100204012,223073106 +100204013,0,STORY_VOICE_10002004,100204013,223073106 +100204014,0,STORY_VOICE_10002004,100204014,223073106 +100204015,0,STORY_VOICE_10002004,100204015,223073106 +100204016,0,STORY_VOICE_10002004,100204016,223073106 +100204017,0,STORY_VOICE_10002004,100204017,223073106 +100204018,0,STORY_VOICE_10002004,100204018,223073106 +100204019,0,STORY_VOICE_10002004,100204019,223073106 +100204020,0,STORY_VOICE_10002004,100204020,223073106 +100204021,0,STORY_VOICE_10002004,100204021,223073106 +100204022,0,STORY_VOICE_10002004,100204022,223073106 +100204023,0,STORY_VOICE_10002004,100204023,223073106 +100204024,0,STORY_VOICE_10002004,100204024,223073106 +100204025,0,STORY_VOICE_10002004,100204025,223073106 +100204026,0,STORY_VOICE_10002004,100204026,223073106 +100204027,0,STORY_VOICE_10002004,100204027,223073106 +100204028,0,STORY_VOICE_10002004,100204028,223073106 +100204029,0,STORY_VOICE_10002004,100204029,223073106 +100204030,0,STORY_VOICE_10002004,100204030,223073106 +100204031,0,STORY_VOICE_10002004,100204031,223073106 +100204032,0,STORY_VOICE_10002004,100204032,223073106 +100204033,0,STORY_VOICE_10002004,100204033,223073106 +100204034,0,STORY_VOICE_10002004,100204034,223073106 +100204035,0,STORY_VOICE_10002004,100204035,223073106 +100204036,0,STORY_VOICE_10002004,100204036,223073106 +100204037,0,STORY_VOICE_10002004,100204037,223073106 +100204038,0,STORY_VOICE_10002004,100204038,223073106 +100204039,0,STORY_VOICE_10002004,100204039,223073106 +100204040,0,STORY_VOICE_10002004,100204040,223073106 +100204041,0,STORY_VOICE_10002004,100204041,223073106 +100204042,0,STORY_VOICE_10002004,100204042,223073106 +100204043,0,STORY_VOICE_10002004,100204043,223073106 +100204044,0,STORY_VOICE_10002004,100204044,223073106 +100204045,0,STORY_VOICE_10002004,100204045,223073106 +100204046,0,STORY_VOICE_10002004,100204046,223073106 +100204047,0,STORY_VOICE_10002004,100204047,223073106 +100204048,0,STORY_VOICE_10002004,100204048,223073106 +100204049,0,STORY_VOICE_10002004,100204049,223073106 +100204050,0,STORY_VOICE_10002004,100204050,223073106 +100204051,0,STORY_VOICE_10002004,100204051,223073106 +100204052,0,STORY_VOICE_10002004,100204052,223073106 +100205001,0,STORY_VOICE_10002005,100205001,223073106 +100205002,0,STORY_VOICE_10002005,100205002,223073106 +100205003,0,STORY_VOICE_10002005,100205003,223073106 +100205004,0,STORY_VOICE_10002005,100205004,223073106 +100205005,0,STORY_VOICE_10002005,100205005,223073106 +100205006,0,STORY_VOICE_10002005,100205006,223073106 +100205007,0,STORY_VOICE_10002005,100205007,223073106 +100205008,0,STORY_VOICE_10002005,100205008,223073106 +100205009,0,STORY_VOICE_10002005,100205009,223073106 +100205010,0,STORY_VOICE_10002005,100205010,223073106 +100205011,0,STORY_VOICE_10002005,100205011,223073106 +100205012,0,STORY_VOICE_10002005,100205012,223073106 +100205013,0,STORY_VOICE_10002005,100205013,223073106 +100205014,0,STORY_VOICE_10002005,100205014,223073106 +100205015,0,STORY_VOICE_10002005,100205015,223073106 +100205016,0,STORY_VOICE_10002005,100205016,223073106 +100205017,0,STORY_VOICE_10002005,100205017,223073106 +100205018,0,STORY_VOICE_10002005,100205018,223073106 +100205019,0,STORY_VOICE_10002005,100205019,223073106 +100205020,0,STORY_VOICE_10002005,100205020,223073106 +100205021,0,STORY_VOICE_10002005,100205021,223073106 +100205022,0,STORY_VOICE_10002005,100205022,223073106 +100205023,0,STORY_VOICE_10002005,100205023,223073106 +100205024,0,STORY_VOICE_10002005,100205024,223073106 +100205025,0,STORY_VOICE_10002005,100205025,223073106 +100205026,0,STORY_VOICE_10002005,100205026,223073106 +100205027,0,STORY_VOICE_10002005,100205027,223073106 +100205028,0,STORY_VOICE_10002005,100205028,223073106 +100205029,0,STORY_VOICE_10002005,100205029,223073106 +100205030,0,STORY_VOICE_10002005,100205030,223073106 +100205031,0,STORY_VOICE_10002005,100205031,223073106 +100205032,0,STORY_VOICE_10002005,100205032,223073106 +100205033,0,STORY_VOICE_10002005,100205033,223073106 +100205034,0,STORY_VOICE_10002005,100205034,223073106 +100205035,0,STORY_VOICE_10002005,100205035,223073106 +100205036,0,STORY_VOICE_10002005,100205036,223073106 +100205037,0,STORY_VOICE_10002005,100205037,223073106 +100205038,0,STORY_VOICE_10002005,100205038,223073106 +100205039,0,STORY_VOICE_10002005,100205039,223073106 +100205040,0,STORY_VOICE_10002005,100205040,223073106 +100205041,0,STORY_VOICE_10002005,100205041,223073106 +100205042,0,STORY_VOICE_10002005,100205042,223073106 +100205043,0,STORY_VOICE_10002005,100205043,223073106 +100205044,0,STORY_VOICE_10002005,100205044,223073106 +100205045,0,STORY_VOICE_10002005,100205045,223073106 +100205046,0,STORY_VOICE_10002005,100205046,223073106 +100205047,0,STORY_VOICE_10002005,100205047,223073106 +100205048,0,STORY_VOICE_10002005,100205048,223073106 +100205049,0,STORY_VOICE_10002005,100205049,223073106 +100205050,0,STORY_VOICE_10002005,100205050,223073106 +100205051,0,STORY_VOICE_10002005,100205051,223073106 +100205052,0,STORY_VOICE_10002005,100205052,223073106 +100205053,0,STORY_VOICE_10002005,100205053,223073106 +100205054,0,STORY_VOICE_10002005,100205054,223073106 +100205055,0,STORY_VOICE_10002005,100205055,223073106 +100205056,0,STORY_VOICE_10002005,100205056,223073106 +100205057,0,STORY_VOICE_10002005,100205057,223073106 +100205058,0,STORY_VOICE_10002005,100205058,223073106 +100205059,0,STORY_VOICE_10002005,100205059,223073106 +100205060,0,STORY_VOICE_10002005,100205060,223073106 +100205061,0,STORY_VOICE_10002005,100205061,223073106 +200201001,0,STORY_VOICE_20002001,200201001,223083106 +200201002,0,STORY_VOICE_20002001,200201002,223083106 +200201003,0,STORY_VOICE_20002001,200201003,223083106 +200201004,0,STORY_VOICE_20002001,200201004,223083106 +200201005,0,STORY_VOICE_20002001,200201005,223083106 +200201006,0,STORY_VOICE_20002001,200201006,223083106 +200201007,0,STORY_VOICE_20002001,200201007,223083106 +200201008,0,STORY_VOICE_20002001,200201008,223083106 +200201009,0,STORY_VOICE_20002001,200201009,223083106 +200201010,0,STORY_VOICE_20002001,200201010,223083106 +200201011,0,STORY_VOICE_20002001,200201011,223083106 +200201012,0,STORY_VOICE_20002001,200201012,223083106 +200201013,0,STORY_VOICE_20002001,200201013,223083106 +200201014,0,STORY_VOICE_20002001,200201014,223083106 +200201015,0,STORY_VOICE_20002001,200201015,223083106 +200201016,0,STORY_VOICE_20002001,200201016,223083106 +200201017,0,STORY_VOICE_20002001,200201017,223083106 +200201018,0,STORY_VOICE_20002001,200201018,223083106 +200201019,0,STORY_VOICE_20002001,200201019,223083106 +200201020,0,STORY_VOICE_20002001,200201020,223083106 +200201021,0,STORY_VOICE_20002001,200201021,223083106 +200201022,0,STORY_VOICE_20002001,200201022,223083106 +200201023,0,STORY_VOICE_20002001,200201023,223083106 +200201024,0,STORY_VOICE_20002001,200201024,223083106 +200201025,0,STORY_VOICE_20002001,200201025,223083106 +200201026,0,STORY_VOICE_20002001,200201026,223083106 +200201027,0,STORY_VOICE_20002001,200201027,223083106 +200201028,0,STORY_VOICE_20002001,200201028,223083106 +200201029,0,STORY_VOICE_20002001,200201029,223083106 +200201030,0,STORY_VOICE_20002001,200201030,223083106 +200201031,0,STORY_VOICE_20002001,200201031,223083106 +200201032,0,STORY_VOICE_20002001,200201032,223083106 +200201033,0,STORY_VOICE_20002001,200201033,223083106 +200201034,0,STORY_VOICE_20002001,200201034,223083106 +200201035,0,STORY_VOICE_20002001,200201035,223083106 +200201036,0,STORY_VOICE_20002001,200201036,223083106 +200201037,0,STORY_VOICE_20002001,200201037,223083106 +200201038,0,STORY_VOICE_20002001,200201038,223083106 +200201039,0,STORY_VOICE_20002001,200201039,223083106 +200201040,0,STORY_VOICE_20002001,200201040,223083106 +200201041,0,STORY_VOICE_20002001,200201041,223083106 +200201042,0,STORY_VOICE_20002001,200201042,223083106 +200201043,0,STORY_VOICE_20002001,200201043,223083106 +200201044,0,STORY_VOICE_20002001,200201044,223083106 +200201045,0,STORY_VOICE_20002001,200201045,223083106 +200201046,0,STORY_VOICE_20002001,200201046,223083106 +200201047,0,STORY_VOICE_20002001,200201047,223083106 +200201048,0,STORY_VOICE_20002001,200201048,223083106 +200201049,0,STORY_VOICE_20002001,200201049,223083106 +200201050,0,STORY_VOICE_20002001,200201050,223083106 +200201051,0,STORY_VOICE_20002001,200201051,223083106 +200201052,0,STORY_VOICE_20002001,200201052,223083106 +200201053,0,STORY_VOICE_20002001,200201053,223083106 +200201054,0,STORY_VOICE_20002001,200201054,223083106 +200201055,0,STORY_VOICE_20002001,200201055,223083106 +200201056,0,STORY_VOICE_20002001,200201056,223083106 +200201057,0,STORY_VOICE_20002001,200201057,223083106 +200201058,0,STORY_VOICE_20002001,200201058,223083106 +200201059,0,STORY_VOICE_20002001,200201059,223083106 +200201060,0,STORY_VOICE_20002001,200201060,223083106 +200201061,0,STORY_VOICE_20002001,200201061,223083106 +200201062,0,STORY_VOICE_20002001,200201062,223083106 +200202001,0,STORY_VOICE_20002002,200202001,223083106 +200202002,0,STORY_VOICE_20002002,200202002,223083106 +200202003,0,STORY_VOICE_20002002,200202003,223083106 +200202004,0,STORY_VOICE_20002002,200202004,223083106 +200202005,0,STORY_VOICE_20002002,200202005,223083106 +200202006,0,STORY_VOICE_20002002,200202006,223083106 +200202007,0,STORY_VOICE_20002002,200202007,223083106 +200202008,0,STORY_VOICE_20002002,200202008,223083106 +200202009,0,STORY_VOICE_20002002,200202009,223083106 +200202010,0,STORY_VOICE_20002002,200202010,223083106 +200202011,0,STORY_VOICE_20002002,200202011,223083106 +200202012,0,STORY_VOICE_20002002,200202012,223083106 +200202013,0,STORY_VOICE_20002002,200202013,223083106 +200202014,0,STORY_VOICE_20002002,200202014,223083106 +200202015,0,STORY_VOICE_20002002,200202015,223083106 +200202016,0,STORY_VOICE_20002002,200202016,223083106 +200202017,0,STORY_VOICE_20002002,200202017,223083106 +200202018,0,STORY_VOICE_20002002,200202018,223083106 +200202019,0,STORY_VOICE_20002002,200202019,223083106 +200202020,0,STORY_VOICE_20002002,200202020,223083106 +200202021,0,STORY_VOICE_20002002,200202021,223083106 +200202022,0,STORY_VOICE_20002002,200202022,223083106 +200202023,0,STORY_VOICE_20002002,200202023,223083106 +200202024,0,STORY_VOICE_20002002,200202024,223083106 +200202025,0,STORY_VOICE_20002002,200202025,223083106 +200202026,0,STORY_VOICE_20002002,200202026,223083106 +200202027,0,STORY_VOICE_20002002,200202027,223083106 +200202028,0,STORY_VOICE_20002002,200202028,223083106 +200202029,0,STORY_VOICE_20002002,200202029,223083106 +200202030,0,STORY_VOICE_20002002,200202030,223083106 +200202031,0,STORY_VOICE_20002002,200202031,223083106 +200202032,0,STORY_VOICE_20002002,200202032,223083106 +200202033,0,STORY_VOICE_20002002,200202033,223083106 +200202034,0,STORY_VOICE_20002002,200202034,223083106 +200202035,0,STORY_VOICE_20002002,200202035,223083106 +200202036,0,STORY_VOICE_20002002,200202036,223083106 +200202037,0,STORY_VOICE_20002002,200202037,223083106 +200202038,0,STORY_VOICE_20002002,200202038,223083106 +200202039,0,STORY_VOICE_20002002,200202039,223083106 +200202040,0,STORY_VOICE_20002002,200202040,223083106 +200202041,0,STORY_VOICE_20002002,200202041,223083106 +200202042,0,STORY_VOICE_20002002,200202042,223083106 +200202043,0,STORY_VOICE_20002002,200202043,223083106 +200202044,0,STORY_VOICE_20002002,200202044,223083106 +200202045,0,STORY_VOICE_20002002,200202045,223083106 +200202046,0,STORY_VOICE_20002002,200202046,223083106 +200202047,0,STORY_VOICE_20002002,200202047,223083106 +200202048,0,STORY_VOICE_20002002,200202048,223083106 +200202049,0,STORY_VOICE_20002002,200202049,223083106 +200202050,0,STORY_VOICE_20002002,200202050,223083106 +200202051,0,STORY_VOICE_20002002,200202051,223083106 +200202052,0,STORY_VOICE_20002002,200202052,223083106 +200202053,0,STORY_VOICE_20002002,200202053,223083106 +200202054,0,STORY_VOICE_20002002,200202054,223083106 +200202055,0,STORY_VOICE_20002002,200202055,223083106 +200202056,0,STORY_VOICE_20002002,200202056,223083106 +200202057,0,STORY_VOICE_20002002,200202057,223083106 +200202058,0,STORY_VOICE_20002002,200202058,223083106 +200202059,0,STORY_VOICE_20002002,200202059,223083106 +200203001,0,STORY_VOICE_20002003,200203001,223083106 +200203002,0,STORY_VOICE_20002003,200203002,223083106 +200203003,0,STORY_VOICE_20002003,200203003,223083106 +200203004,0,STORY_VOICE_20002003,200203004,223083106 +200203005,0,STORY_VOICE_20002003,200203005,223083106 +200203006,0,STORY_VOICE_20002003,200203006,223083106 +200203007,0,STORY_VOICE_20002003,200203007,223083106 +200203008,0,STORY_VOICE_20002003,200203008,223083106 +200203009,0,STORY_VOICE_20002003,200203009,223083106 +200203010,0,STORY_VOICE_20002003,200203010,223083106 +200203011,0,STORY_VOICE_20002003,200203011,223083106 +200203012,0,STORY_VOICE_20002003,200203012,223083106 +200203013,0,STORY_VOICE_20002003,200203013,223083106 +200203014,0,STORY_VOICE_20002003,200203014,223083106 +200203015,0,STORY_VOICE_20002003,200203015,223083106 +200203016,0,STORY_VOICE_20002003,200203016,223083106 +200203017,0,STORY_VOICE_20002003,200203017,223083106 +200203018,0,STORY_VOICE_20002003,200203018,223083106 +200203019,0,STORY_VOICE_20002003,200203019,223083106 +200203020,0,STORY_VOICE_20002003,200203020,223083106 +200203021,0,STORY_VOICE_20002003,200203021,223083106 +200203022,0,STORY_VOICE_20002003,200203022,223083106 +200203023,0,STORY_VOICE_20002003,200203023,223083106 +200203024,0,STORY_VOICE_20002003,200203024,223083106 +200203025,0,STORY_VOICE_20002003,200203025,223083106 +200203026,0,STORY_VOICE_20002003,200203026,223083106 +200203027,0,STORY_VOICE_20002003,200203027,223083106 +200203028,0,STORY_VOICE_20002003,200203028,223083106 +200203029,0,STORY_VOICE_20002003,200203029,223083106 +200203030,0,STORY_VOICE_20002003,200203030,223083106 +200203031,0,STORY_VOICE_20002003,200203031,223083106 +200203032,0,STORY_VOICE_20002003,200203032,223083106 +200203033,0,STORY_VOICE_20002003,200203033,223083106 +200203034,0,STORY_VOICE_20002003,200203034,223083106 +200203035,0,STORY_VOICE_20002003,200203035,223083106 +200203036,0,STORY_VOICE_20002003,200203036,223083106 +200203037,0,STORY_VOICE_20002003,200203037,223083106 +200203038,0,STORY_VOICE_20002003,200203038,223083106 +200203039,0,STORY_VOICE_20002003,200203039,223083106 +200203040,0,STORY_VOICE_20002003,200203040,223083106 +200203041,0,STORY_VOICE_20002003,200203041,223083106 +200203042,0,STORY_VOICE_20002003,200203042,223083106 +200203043,0,STORY_VOICE_20002003,200203043,223083106 +200203044,0,STORY_VOICE_20002003,200203044,223083106 +200203045,0,STORY_VOICE_20002003,200203045,223083106 +200203046,0,STORY_VOICE_20002003,200203046,223083106 +200203047,0,STORY_VOICE_20002003,200203047,223083106 +200203048,0,STORY_VOICE_20002003,200203048,223083106 +200203049,0,STORY_VOICE_20002003,200203049,223083106 +200203050,0,STORY_VOICE_20002003,200203050,223083106 +200203051,0,STORY_VOICE_20002003,200203051,223083106 +200203052,0,STORY_VOICE_20002003,200203052,223083106 +200203053,0,STORY_VOICE_20002003,200203053,223083106 +200203054,0,STORY_VOICE_20002003,200203054,223083106 +200203055,0,STORY_VOICE_20002003,200203055,223083106 +200204001,0,STORY_VOICE_20002004,200204001,223083106 +200204002,0,STORY_VOICE_20002004,200204002,223083106 +200204003,0,STORY_VOICE_20002004,200204003,223083106 +200204004,0,STORY_VOICE_20002004,200204004,223083106 +200204005,0,STORY_VOICE_20002004,200204005,223083106 +200204006,0,STORY_VOICE_20002004,200204006,223083106 +200204007,0,STORY_VOICE_20002004,200204007,223083106 +200204008,0,STORY_VOICE_20002004,200204008,223083106 +200204009,0,STORY_VOICE_20002004,200204009,223083106 +200204010,0,STORY_VOICE_20002004,200204010,223083106 +200204011,0,STORY_VOICE_20002004,200204011,223083106 +200204012,0,STORY_VOICE_20002004,200204012,223083106 +200204013,0,STORY_VOICE_20002004,200204013,223083106 +200204014,0,STORY_VOICE_20002004,200204014,223083106 +200204015,0,STORY_VOICE_20002004,200204015,223083106 +200204016,0,STORY_VOICE_20002004,200204016,223083106 +200204017,0,STORY_VOICE_20002004,200204017,223083106 +200204018,0,STORY_VOICE_20002004,200204018,223083106 +200204019,0,STORY_VOICE_20002004,200204019,223083106 +200204020,0,STORY_VOICE_20002004,200204020,223083106 +200204021,0,STORY_VOICE_20002004,200204021,223083106 +200204022,0,STORY_VOICE_20002004,200204022,223083106 +200204023,0,STORY_VOICE_20002004,200204023,223083106 +200204024,0,STORY_VOICE_20002004,200204024,223083106 +200204025,0,STORY_VOICE_20002004,200204025,223083106 +200204026,0,STORY_VOICE_20002004,200204026,223083106 +200204027,0,STORY_VOICE_20002004,200204027,223083106 +200204028,0,STORY_VOICE_20002004,200204028,223083106 +200204029,0,STORY_VOICE_20002004,200204029,223083106 +200204030,0,STORY_VOICE_20002004,200204030,223083106 +200204031,0,STORY_VOICE_20002004,200204031,223083106 +200204032,0,STORY_VOICE_20002004,200204032,223083106 +200204033,0,STORY_VOICE_20002004,200204033,223083106 +200204034,0,STORY_VOICE_20002004,200204034,223083106 +200204035,0,STORY_VOICE_20002004,200204035,223083106 +200204036,0,STORY_VOICE_20002004,200204036,223083106 +200204037,0,STORY_VOICE_20002004,200204037,223083106 +200204038,0,STORY_VOICE_20002004,200204038,223083106 +200204039,0,STORY_VOICE_20002004,200204039,223083106 +200204040,0,STORY_VOICE_20002004,200204040,223083106 +200204041,0,STORY_VOICE_20002004,200204041,223083106 +200204042,0,STORY_VOICE_20002004,200204042,223083106 +200204043,0,STORY_VOICE_20002004,200204043,223083106 +200204044,0,STORY_VOICE_20002004,200204044,223083106 +200204045,0,STORY_VOICE_20002004,200204045,223083106 +200204046,0,STORY_VOICE_20002004,200204046,223083106 +200204047,0,STORY_VOICE_20002004,200204047,223083106 +200204048,0,STORY_VOICE_20002004,200204048,223083106 +200204049,0,STORY_VOICE_20002004,200204049,223083106 +200204050,0,STORY_VOICE_20002004,200204050,223083106 +200204051,0,STORY_VOICE_20002004,200204051,223083106 +200205001,0,STORY_VOICE_20002005,200205001,223083106 +200205002,0,STORY_VOICE_20002005,200205002,223083106 +200205003,0,STORY_VOICE_20002005,200205003,223083106 +200205004,0,STORY_VOICE_20002005,200205004,223083106 +200205005,0,STORY_VOICE_20002005,200205005,223083106 +200205006,0,STORY_VOICE_20002005,200205006,223083106 +200205007,0,STORY_VOICE_20002005,200205007,223083106 +200205008,0,STORY_VOICE_20002005,200205008,223083106 +200205009,0,STORY_VOICE_20002005,200205009,223083106 +200205010,0,STORY_VOICE_20002005,200205010,223083106 +200205011,0,STORY_VOICE_20002005,200205011,223083106 +200205012,0,STORY_VOICE_20002005,200205012,223083106 +200205013,0,STORY_VOICE_20002005,200205013,223083106 +200205014,0,STORY_VOICE_20002005,200205014,223083106 +200205015,0,STORY_VOICE_20002005,200205015,223083106 +200205016,0,STORY_VOICE_20002005,200205016,223083106 +200205017,0,STORY_VOICE_20002005,200205017,223083106 +200205018,0,STORY_VOICE_20002005,200205018,223083106 +200205019,0,STORY_VOICE_20002005,200205019,223083106 +200205020,0,STORY_VOICE_20002005,200205020,223083106 +200205021,0,STORY_VOICE_20002005,200205021,223083106 +200205022,0,STORY_VOICE_20002005,200205022,223083106 +200205023,0,STORY_VOICE_20002005,200205023,223083106 +200205024,0,STORY_VOICE_20002005,200205024,223083106 +200205025,0,STORY_VOICE_20002005,200205025,223083106 +200205026,0,STORY_VOICE_20002005,200205026,223083106 +200205027,0,STORY_VOICE_20002005,200205027,223083106 +200205028,0,STORY_VOICE_20002005,200205028,223083106 +200205029,0,STORY_VOICE_20002005,200205029,223083106 +200205030,0,STORY_VOICE_20002005,200205030,223083106 +200205031,0,STORY_VOICE_20002005,200205031,223083106 +200205032,0,STORY_VOICE_20002005,200205032,223083106 +200205033,0,STORY_VOICE_20002005,200205033,223083106 +200205034,0,STORY_VOICE_20002005,200205034,223083106 +200205035,0,STORY_VOICE_20002005,200205035,223083106 +200205036,0,STORY_VOICE_20002005,200205036,223083106 +200205037,0,STORY_VOICE_20002005,200205037,223083106 +200205038,0,STORY_VOICE_20002005,200205038,223083106 +200205039,0,STORY_VOICE_20002005,200205039,223083106 +200205040,0,STORY_VOICE_20002005,200205040,223083106 +200205041,0,STORY_VOICE_20002005,200205041,223083106 +200205042,0,STORY_VOICE_20002005,200205042,223083106 +200205043,0,STORY_VOICE_20002005,200205043,223083106 +200205044,0,STORY_VOICE_20002005,200205044,223083106 +200205045,0,STORY_VOICE_20002005,200205045,223083106 +200205046,0,STORY_VOICE_20002005,200205046,223083106 +200205047,0,STORY_VOICE_20002005,200205047,223083106 +200205048,0,STORY_VOICE_20002005,200205048,223083106 +200205049,0,STORY_VOICE_20002005,200205049,223083106 +200205050,0,STORY_VOICE_20002005,200205050,223083106 +200205051,0,STORY_VOICE_20002005,200205051,223083106 +200205052,0,STORY_VOICE_20002005,200205052,223083106 +200205053,0,STORY_VOICE_20002005,200205053,223083106 +200205054,0,STORY_VOICE_20002005,200205054,223083106 +200205055,0,STORY_VOICE_20002005,200205055,223083106 +200205056,0,STORY_VOICE_20002005,200205056,223083106 +200205057,0,STORY_VOICE_20002005,200205057,223083106 +200205058,0,STORY_VOICE_20002005,200205058,223083106 +200205059,0,STORY_VOICE_20002005,200205059,223083106 +200301001,0,STORY_VOICE_20003001,200301001,223123105 +200301002,0,STORY_VOICE_20003001,200301002,223123105 +200301003,0,STORY_VOICE_20003001,200301003,223123105 +200301004,0,STORY_VOICE_20003001,200301004,223123105 +200301005,0,STORY_VOICE_20003001,200301005,223123105 +200301006,0,STORY_VOICE_20003001,200301006,223123105 +200301007,0,STORY_VOICE_20003001,200301007,223123105 +200301008,0,STORY_VOICE_20003001,200301008,223123105 +200301009,0,STORY_VOICE_20003001,200301009,223123105 +200301010,0,STORY_VOICE_20003001,200301010,223123105 +200301011,0,STORY_VOICE_20003001,200301011,223123105 +200301012,0,STORY_VOICE_20003001,200301012,223123105 +200301013,0,STORY_VOICE_20003001,200301013,223123105 +200301014,0,STORY_VOICE_20003001,200301014,223123105 +200301015,0,STORY_VOICE_20003001,200301015,223123105 +200301016,0,STORY_VOICE_20003001,200301016,223123105 +200301017,0,STORY_VOICE_20003001,200301017,223123105 +200301018,0,STORY_VOICE_20003001,200301018,223123105 +200301019,0,STORY_VOICE_20003001,200301019,223123105 +200301020,0,STORY_VOICE_20003001,200301020,223123105 +200301021,0,STORY_VOICE_20003001,200301021,223123105 +200301022,0,STORY_VOICE_20003001,200301022,223123105 +200301023,0,STORY_VOICE_20003001,200301023,223123105 +200301024,0,STORY_VOICE_20003001,200301024,223123105 +200301025,0,STORY_VOICE_20003001,200301025,223123105 +200301026,0,STORY_VOICE_20003001,200301026,223123105 +200301027,0,STORY_VOICE_20003001,200301027,223123105 +200301028,0,STORY_VOICE_20003001,200301028,223123105 +200301029,0,STORY_VOICE_20003001,200301029,223123105 +200301030,0,STORY_VOICE_20003001,200301030,223123105 +200301031,0,STORY_VOICE_20003001,200301031,223123105 +200301032,0,STORY_VOICE_20003001,200301032,223123105 +200301033,0,STORY_VOICE_20003001,200301033,223123105 +200301034,0,STORY_VOICE_20003001,200301034,223123105 +200301035,0,STORY_VOICE_20003001,200301035,223123105 +200301036,0,STORY_VOICE_20003001,200301036,223123105 +200301037,0,STORY_VOICE_20003001,200301037,223123105 +200301038,0,STORY_VOICE_20003001,200301038,223123105 +200301039,0,STORY_VOICE_20003001,200301039,223123105 +200301040,0,STORY_VOICE_20003001,200301040,223123105 +200301041,0,STORY_VOICE_20003001,200301041,223123105 +200301042,0,STORY_VOICE_20003001,200301042,223123105 +200301043,0,STORY_VOICE_20003001,200301043,223123105 +200301044,0,STORY_VOICE_20003001,200301044,223123105 +200301045,0,STORY_VOICE_20003001,200301045,223123105 +200301046,0,STORY_VOICE_20003001,200301046,223123105 +200301047,0,STORY_VOICE_20003001,200301047,223123105 +200301048,0,STORY_VOICE_20003001,200301048,223123105 +200301049,0,STORY_VOICE_20003001,200301049,223123105 +200301050,0,STORY_VOICE_20003001,200301050,223123105 +200301051,0,STORY_VOICE_20003001,200301051,223123105 +200301052,0,STORY_VOICE_20003001,200301052,223123105 +200301053,0,STORY_VOICE_20003001,200301053,223123105 +200301054,0,STORY_VOICE_20003001,200301054,223123105 +200301055,0,STORY_VOICE_20003001,200301055,223123105 +200301056,0,STORY_VOICE_20003001,200301056,223123105 +200301057,0,STORY_VOICE_20003001,200301057,223123105 +200301058,0,STORY_VOICE_20003001,200301058,223123105 +200302001,0,STORY_VOICE_20003002,200302001,223123105 +200302002,0,STORY_VOICE_20003002,200302002,223123105 +200302003,0,STORY_VOICE_20003002,200302003,223123105 +200302004,0,STORY_VOICE_20003002,200302004,223123105 +200302005,0,STORY_VOICE_20003002,200302005,223123105 +200302006,0,STORY_VOICE_20003002,200302006,223123105 +200302007,0,STORY_VOICE_20003002,200302007,223123105 +200302008,0,STORY_VOICE_20003002,200302008,223123105 +200302009,0,STORY_VOICE_20003002,200302009,223123105 +200302010,0,STORY_VOICE_20003002,200302010,223123105 +200302011,0,STORY_VOICE_20003002,200302011,223123105 +200302012,0,STORY_VOICE_20003002,200302012,223123105 +200302013,0,STORY_VOICE_20003002,200302013,223123105 +200302014,0,STORY_VOICE_20003002,200302014,223123105 +200302015,0,STORY_VOICE_20003002,200302015,223123105 +200302016,0,STORY_VOICE_20003002,200302016,223123105 +200302017,0,STORY_VOICE_20003002,200302017,223123105 +200302018,0,STORY_VOICE_20003002,200302018,223123105 +200302019,0,STORY_VOICE_20003002,200302019,223123105 +200302020,0,STORY_VOICE_20003002,200302020,223123105 +200302021,0,STORY_VOICE_20003002,200302021,223123105 +200302022,0,STORY_VOICE_20003002,200302022,223123105 +200302023,0,STORY_VOICE_20003002,200302023,223123105 +200302024,0,STORY_VOICE_20003002,200302024,223123105 +200302025,0,STORY_VOICE_20003002,200302025,223123105 +200302026,0,STORY_VOICE_20003002,200302026,223123105 +200302027,0,STORY_VOICE_20003002,200302027,223123105 +200302028,0,STORY_VOICE_20003002,200302028,223123105 +200302029,0,STORY_VOICE_20003002,200302029,223123105 +200302030,0,STORY_VOICE_20003002,200302030,223123105 +200302031,0,STORY_VOICE_20003002,200302031,223123105 +200302032,0,STORY_VOICE_20003002,200302032,223123105 +200302033,0,STORY_VOICE_20003002,200302033,223123105 +200302034,0,STORY_VOICE_20003002,200302034,223123105 +200302035,0,STORY_VOICE_20003002,200302035,223123105 +200302036,0,STORY_VOICE_20003002,200302036,223123105 +200302037,0,STORY_VOICE_20003002,200302037,223123105 +200302038,0,STORY_VOICE_20003002,200302038,223123105 +200302039,0,STORY_VOICE_20003002,200302039,223123105 +200302040,0,STORY_VOICE_20003002,200302040,223123105 +200302041,0,STORY_VOICE_20003002,200302041,223123105 +200302042,0,STORY_VOICE_20003002,200302042,223123105 +200302043,0,STORY_VOICE_20003002,200302043,223123105 +200302044,0,STORY_VOICE_20003002,200302044,223123105 +200302045,0,STORY_VOICE_20003002,200302045,223123105 +200302046,0,STORY_VOICE_20003002,200302046,223123105 +200302047,0,STORY_VOICE_20003002,200302047,223123105 +200302048,0,STORY_VOICE_20003002,200302048,223123105 +200302049,0,STORY_VOICE_20003002,200302049,223123105 +200302050,0,STORY_VOICE_20003002,200302050,223123105 +200302051,0,STORY_VOICE_20003002,200302051,223123105 +200302052,0,STORY_VOICE_20003002,200302052,223123105 +200302053,0,STORY_VOICE_20003002,200302053,223123105 +200302054,0,STORY_VOICE_20003002,200302054,223123105 +200302055,0,STORY_VOICE_20003002,200302055,223123105 +200302056,0,STORY_VOICE_20003002,200302056,223123105 +200302057,0,STORY_VOICE_20003002,200302057,223123105 +200302058,0,STORY_VOICE_20003002,200302058,223123105 +200303001,0,STORY_VOICE_20003003,200303001,223123105 +200303002,0,STORY_VOICE_20003003,200303002,223123105 +200303003,0,STORY_VOICE_20003003,200303003,223123105 +200303004,0,STORY_VOICE_20003003,200303004,223123105 +200303005,0,STORY_VOICE_20003003,200303005,223123105 +200303006,0,STORY_VOICE_20003003,200303006,223123105 +200303007,0,STORY_VOICE_20003003,200303007,223123105 +200303008,0,STORY_VOICE_20003003,200303008,223123105 +200303009,0,STORY_VOICE_20003003,200303009,223123105 +200303010,0,STORY_VOICE_20003003,200303010,223123105 +200303011,0,STORY_VOICE_20003003,200303011,223123105 +200303012,0,STORY_VOICE_20003003,200303012,223123105 +200303013,0,STORY_VOICE_20003003,200303013,223123105 +200303014,0,STORY_VOICE_20003003,200303014,223123105 +200303015,0,STORY_VOICE_20003003,200303015,223123105 +200303016,0,STORY_VOICE_20003003,200303016,223123105 +200303017,0,STORY_VOICE_20003003,200303017,223123105 +200303018,0,STORY_VOICE_20003003,200303018,223123105 +200303019,0,STORY_VOICE_20003003,200303019,223123105 +200303020,0,STORY_VOICE_20003003,200303020,223123105 +200303021,0,STORY_VOICE_20003003,200303021,223123105 +200303022,0,STORY_VOICE_20003003,200303022,223123105 +200303023,0,STORY_VOICE_20003003,200303023,223123105 +200303024,0,STORY_VOICE_20003003,200303024,223123105 +200303025,0,STORY_VOICE_20003003,200303025,223123105 +200303026,0,STORY_VOICE_20003003,200303026,223123105 +200303027,0,STORY_VOICE_20003003,200303027,223123105 +200303028,0,STORY_VOICE_20003003,200303028,223123105 +200303029,0,STORY_VOICE_20003003,200303029,223123105 +200303030,0,STORY_VOICE_20003003,200303030,223123105 +200303031,0,STORY_VOICE_20003003,200303031,223123105 +200303032,0,STORY_VOICE_20003003,200303032,223123105 +200303033,0,STORY_VOICE_20003003,200303033,223123105 +200303034,0,STORY_VOICE_20003003,200303034,223123105 +200303035,0,STORY_VOICE_20003003,200303035,223123105 +200303036,0,STORY_VOICE_20003003,200303036,223123105 +200303037,0,STORY_VOICE_20003003,200303037,223123105 +200303038,0,STORY_VOICE_20003003,200303038,223123105 +200303039,0,STORY_VOICE_20003003,200303039,223123105 +200303040,0,STORY_VOICE_20003003,200303040,223123105 +200303041,0,STORY_VOICE_20003003,200303041,223123105 +200303042,0,STORY_VOICE_20003003,200303042,223123105 +200303043,0,STORY_VOICE_20003003,200303043,223123105 +200303044,0,STORY_VOICE_20003003,200303044,223123105 +200303045,0,STORY_VOICE_20003003,200303045,223123105 +200303046,0,STORY_VOICE_20003003,200303046,223123105 +200303047,0,STORY_VOICE_20003003,200303047,223123105 +200303048,0,STORY_VOICE_20003003,200303048,223123105 +200303049,0,STORY_VOICE_20003003,200303049,223123105 +200303050,0,STORY_VOICE_20003003,200303050,223123105 +200303051,0,STORY_VOICE_20003003,200303051,223123105 +200303052,0,STORY_VOICE_20003003,200303052,223123105 +200303053,0,STORY_VOICE_20003003,200303053,223123105 +200303054,0,STORY_VOICE_20003003,200303054,223123105 +200303055,0,STORY_VOICE_20003003,200303055,223123105 +200303056,0,STORY_VOICE_20003003,200303056,223123105 +200303057,0,STORY_VOICE_20003003,200303057,223123105 +200303058,0,STORY_VOICE_20003003,200303058,223123105 +200303059,0,STORY_VOICE_20003003,200303059,223123105 +200304001,0,STORY_VOICE_20003004,200304001,223123105 +200304002,0,STORY_VOICE_20003004,200304002,223123105 +200304003,0,STORY_VOICE_20003004,200304003,223123105 +200304004,0,STORY_VOICE_20003004,200304004,223123105 +200304005,0,STORY_VOICE_20003004,200304005,223123105 +200304006,0,STORY_VOICE_20003004,200304006,223123105 +200304007,0,STORY_VOICE_20003004,200304007,223123105 +200304008,0,STORY_VOICE_20003004,200304008,223123105 +200304009,0,STORY_VOICE_20003004,200304009,223123105 +200304010,0,STORY_VOICE_20003004,200304010,223123105 +200304011,0,STORY_VOICE_20003004,200304011,223123105 +200304012,0,STORY_VOICE_20003004,200304012,223123105 +200304013,0,STORY_VOICE_20003004,200304013,223123105 +200304014,0,STORY_VOICE_20003004,200304014,223123105 +200304015,0,STORY_VOICE_20003004,200304015,223123105 +200304016,0,STORY_VOICE_20003004,200304016,223123105 +200304017,0,STORY_VOICE_20003004,200304017,223123105 +200304018,0,STORY_VOICE_20003004,200304018,223123105 +200304019,0,STORY_VOICE_20003004,200304019,223123105 +200304020,0,STORY_VOICE_20003004,200304020,223123105 +200304021,0,STORY_VOICE_20003004,200304021,223123105 +200304022,0,STORY_VOICE_20003004,200304022,223123105 +200304023,0,STORY_VOICE_20003004,200304023,223123105 +200304024,0,STORY_VOICE_20003004,200304024,223123105 +200304025,0,STORY_VOICE_20003004,200304025,223123105 +200304026,0,STORY_VOICE_20003004,200304026,223123105 +200304027,0,STORY_VOICE_20003004,200304027,223123105 +200304028,0,STORY_VOICE_20003004,200304028,223123105 +200304029,0,STORY_VOICE_20003004,200304029,223123105 +200304030,0,STORY_VOICE_20003004,200304030,223123105 +200304031,0,STORY_VOICE_20003004,200304031,223123105 +200304032,0,STORY_VOICE_20003004,200304032,223123105 +200304033,0,STORY_VOICE_20003004,200304033,223123105 +200304034,0,STORY_VOICE_20003004,200304034,223123105 +200304035,0,STORY_VOICE_20003004,200304035,223123105 +200304036,0,STORY_VOICE_20003004,200304036,223123105 +200304037,0,STORY_VOICE_20003004,200304037,223123105 +200304038,0,STORY_VOICE_20003004,200304038,223123105 +200304039,0,STORY_VOICE_20003004,200304039,223123105 +200304040,0,STORY_VOICE_20003004,200304040,223123105 +200304041,0,STORY_VOICE_20003004,200304041,223123105 +200304042,0,STORY_VOICE_20003004,200304042,223123105 +200304043,0,STORY_VOICE_20003004,200304043,223123105 +200304044,0,STORY_VOICE_20003004,200304044,223123105 +200304045,0,STORY_VOICE_20003004,200304045,223123105 +200304046,0,STORY_VOICE_20003004,200304046,223123105 +200304047,0,STORY_VOICE_20003004,200304047,223123105 +200304048,0,STORY_VOICE_20003004,200304048,223123105 +200304049,0,STORY_VOICE_20003004,200304049,223123105 +200304050,0,STORY_VOICE_20003004,200304050,223123105 +200304051,0,STORY_VOICE_20003004,200304051,223123105 +200304052,0,STORY_VOICE_20003004,200304052,223123105 +200304053,0,STORY_VOICE_20003004,200304053,223123105 +200304054,0,STORY_VOICE_20003004,200304054,223123105 +200304055,0,STORY_VOICE_20003004,200304055,223123105 +200304056,0,STORY_VOICE_20003004,200304056,223123105 +200305001,0,STORY_VOICE_20003005,200305001,223123105 +200305002,0,STORY_VOICE_20003005,200305002,223123105 +200305003,0,STORY_VOICE_20003005,200305003,223123105 +200305004,0,STORY_VOICE_20003005,200305004,223123105 +200305005,0,STORY_VOICE_20003005,200305005,223123105 +200305006,0,STORY_VOICE_20003005,200305006,223123105 +200305007,0,STORY_VOICE_20003005,200305007,223123105 +200305008,0,STORY_VOICE_20003005,200305008,223123105 +200305009,0,STORY_VOICE_20003005,200305009,223123105 +200305010,0,STORY_VOICE_20003005,200305010,223123105 +200305011,0,STORY_VOICE_20003005,200305011,223123105 +200305012,0,STORY_VOICE_20003005,200305012,223123105 +200305013,0,STORY_VOICE_20003005,200305013,223123105 +200305014,0,STORY_VOICE_20003005,200305014,223123105 +200305015,0,STORY_VOICE_20003005,200305015,223123105 +200305016,0,STORY_VOICE_20003005,200305016,223123105 +200305017,0,STORY_VOICE_20003005,200305017,223123105 +200305018,0,STORY_VOICE_20003005,200305018,223123105 +200305019,0,STORY_VOICE_20003005,200305019,223123105 +200305020,0,STORY_VOICE_20003005,200305020,223123105 +200305021,0,STORY_VOICE_20003005,200305021,223123105 +200305022,0,STORY_VOICE_20003005,200305022,223123105 +200305023,0,STORY_VOICE_20003005,200305023,223123105 +200305024,0,STORY_VOICE_20003005,200305024,223123105 +200305025,0,STORY_VOICE_20003005,200305025,223123105 +200305026,0,STORY_VOICE_20003005,200305026,223123105 +200305027,0,STORY_VOICE_20003005,200305027,223123105 +200305028,0,STORY_VOICE_20003005,200305028,223123105 +200305029,0,STORY_VOICE_20003005,200305029,223123105 +200305030,0,STORY_VOICE_20003005,200305030,223123105 +200305031,0,STORY_VOICE_20003005,200305031,223123105 +200305032,0,STORY_VOICE_20003005,200305032,223123105 +200305033,0,STORY_VOICE_20003005,200305033,223123105 +200305034,0,STORY_VOICE_20003005,200305034,223123105 +200305035,0,STORY_VOICE_20003005,200305035,223123105 +200305036,0,STORY_VOICE_20003005,200305036,223123105 +200305037,0,STORY_VOICE_20003005,200305037,223123105 +200305038,0,STORY_VOICE_20003005,200305038,223123105 +200305039,0,STORY_VOICE_20003005,200305039,223123105 +200305040,0,STORY_VOICE_20003005,200305040,223123105 +200305041,0,STORY_VOICE_20003005,200305041,223123105 +200305042,0,STORY_VOICE_20003005,200305042,223123105 +200305043,0,STORY_VOICE_20003005,200305043,223123105 +200305044,0,STORY_VOICE_20003005,200305044,223123105 +200305045,0,STORY_VOICE_20003005,200305045,223123105 +200305046,0,STORY_VOICE_20003005,200305046,223123105 +200305047,0,STORY_VOICE_20003005,200305047,223123105 +200305048,0,STORY_VOICE_20003005,200305048,223123105 +200305049,0,STORY_VOICE_20003005,200305049,223123105 +200305050,0,STORY_VOICE_20003005,200305050,223123105 +200305051,0,STORY_VOICE_20003005,200305051,223123105 +200305052,0,STORY_VOICE_20003005,200305052,223123105 +200305053,0,STORY_VOICE_20003005,200305053,223123105 +200305054,0,STORY_VOICE_20003005,200305054,223123105 +200305055,0,STORY_VOICE_20003005,200305055,223123105 +200305056,0,STORY_VOICE_20003005,200305056,223123105 +200305057,0,STORY_VOICE_20003005,200305057,223123105 +200305058,0,STORY_VOICE_20003005,200305058,223123105 +200305059,0,STORY_VOICE_20003005,200305059,223123105 +300201001,0,STORY_VOICE_30002001,300201001,223093006 +300201002,0,STORY_VOICE_30002001,300201002,223093006 +300201003,0,STORY_VOICE_30002001,300201003,223093006 +300201004,0,STORY_VOICE_30002001,300201004,223093006 +300201005,0,STORY_VOICE_30002001,300201005,223093006 +300201006,0,STORY_VOICE_30002001,300201006,223093006 +300201007,0,STORY_VOICE_30002001,300201007,223093006 +300201008,0,STORY_VOICE_30002001,300201008,223093006 +300201009,0,STORY_VOICE_30002001,300201009,223093006 +300201010,0,STORY_VOICE_30002001,300201010,223093006 +300201011,0,STORY_VOICE_30002001,300201011,223093006 +300201012,0,STORY_VOICE_30002001,300201012,223093006 +300201013,0,STORY_VOICE_30002001,300201013,223093006 +300201014,0,STORY_VOICE_30002001,300201014,223093006 +300201015,0,STORY_VOICE_30002001,300201015,223093006 +300201016,0,STORY_VOICE_30002001,300201016,223093006 +300201017,0,STORY_VOICE_30002001,300201017,223093006 +300201018,0,STORY_VOICE_30002001,300201018,223093006 +300201019,0,STORY_VOICE_30002001,300201019,223093006 +300201020,0,STORY_VOICE_30002001,300201020,223093006 +300201021,0,STORY_VOICE_30002001,300201021,223093006 +300201022,0,STORY_VOICE_30002001,300201022,223093006 +300201023,0,STORY_VOICE_30002001,300201023,223093006 +300201024,0,STORY_VOICE_30002001,300201024,223093006 +300201025,0,STORY_VOICE_30002001,300201025,223093006 +300201026,0,STORY_VOICE_30002001,300201026,223093006 +300201027,0,STORY_VOICE_30002001,300201027,223093006 +300201028,0,STORY_VOICE_30002001,300201028,223093006 +300201029,0,STORY_VOICE_30002001,300201029,223093006 +300201030,0,STORY_VOICE_30002001,300201030,223093006 +300201031,0,STORY_VOICE_30002001,300201031,223093006 +300201032,0,STORY_VOICE_30002001,300201032,223093006 +300201033,0,STORY_VOICE_30002001,300201033,223093006 +300201034,0,STORY_VOICE_30002001,300201034,223093006 +300201035,0,STORY_VOICE_30002001,300201035,223093006 +300201036,0,STORY_VOICE_30002001,300201036,223093006 +300201037,0,STORY_VOICE_30002001,300201037,223093006 +300201038,0,STORY_VOICE_30002001,300201038,223093006 +300201039,0,STORY_VOICE_30002001,300201039,223093006 +300201040,0,STORY_VOICE_30002001,300201040,223093006 +300201041,0,STORY_VOICE_30002001,300201041,223093006 +300201042,0,STORY_VOICE_30002001,300201042,223093006 +300201043,0,STORY_VOICE_30002001,300201043,223093006 +300201044,0,STORY_VOICE_30002001,300201044,223093006 +300201045,0,STORY_VOICE_30002001,300201045,223093006 +300201046,0,STORY_VOICE_30002001,300201046,223093006 +300201047,0,STORY_VOICE_30002001,300201047,223093006 +300201048,0,STORY_VOICE_30002001,300201048,223093006 +300201049,0,STORY_VOICE_30002001,300201049,223093006 +300201050,0,STORY_VOICE_30002001,300201050,223093006 +300202001,0,STORY_VOICE_30002002,300202001,223093006 +300202002,0,STORY_VOICE_30002002,300202002,223093006 +300202003,0,STORY_VOICE_30002002,300202003,223093006 +300202004,0,STORY_VOICE_30002002,300202004,223093006 +300202005,0,STORY_VOICE_30002002,300202005,223093006 +300202006,0,STORY_VOICE_30002002,300202006,223093006 +300202007,0,STORY_VOICE_30002002,300202007,223093006 +300202008,0,STORY_VOICE_30002002,300202008,223093006 +300202009,0,STORY_VOICE_30002002,300202009,223093006 +300202010,0,STORY_VOICE_30002002,300202010,223093006 +300202011,0,STORY_VOICE_30002002,300202011,223093006 +300202012,0,STORY_VOICE_30002002,300202012,223093006 +300202013,0,STORY_VOICE_30002002,300202013,223093006 +300202014,0,STORY_VOICE_30002002,300202014,223093006 +300202015,0,STORY_VOICE_30002002,300202015,223093006 +300202016,0,STORY_VOICE_30002002,300202016,223093006 +300202017,0,STORY_VOICE_30002002,300202017,223093006 +300202018,0,STORY_VOICE_30002002,300202018,223093006 +300202019,0,STORY_VOICE_30002002,300202019,223093006 +300202020,0,STORY_VOICE_30002002,300202020,223093006 +300202021,0,STORY_VOICE_30002002,300202021,223093006 +300202022,0,STORY_VOICE_30002002,300202022,223093006 +300202023,0,STORY_VOICE_30002002,300202023,223093006 +300202024,0,STORY_VOICE_30002002,300202024,223093006 +300202025,0,STORY_VOICE_30002002,300202025,223093006 +300202026,0,STORY_VOICE_30002002,300202026,223093006 +300202027,0,STORY_VOICE_30002002,300202027,223093006 +300202028,0,STORY_VOICE_30002002,300202028,223093006 +300202029,0,STORY_VOICE_30002002,300202029,223093006 +300202030,0,STORY_VOICE_30002002,300202030,223093006 +300202031,0,STORY_VOICE_30002002,300202031,223093006 +300202032,0,STORY_VOICE_30002002,300202032,223093006 +300202033,0,STORY_VOICE_30002002,300202033,223093006 +300202034,0,STORY_VOICE_30002002,300202034,223093006 +300202035,0,STORY_VOICE_30002002,300202035,223093006 +300202036,0,STORY_VOICE_30002002,300202036,223093006 +300202037,0,STORY_VOICE_30002002,300202037,223093006 +300202038,0,STORY_VOICE_30002002,300202038,223093006 +300202039,0,STORY_VOICE_30002002,300202039,223093006 +300202040,0,STORY_VOICE_30002002,300202040,223093006 +300202041,0,STORY_VOICE_30002002,300202041,223093006 +300202042,0,STORY_VOICE_30002002,300202042,223093006 +300202043,0,STORY_VOICE_30002002,300202043,223093006 +300202044,0,STORY_VOICE_30002002,300202044,223093006 +300202045,0,STORY_VOICE_30002002,300202045,223093006 +300202046,0,STORY_VOICE_30002002,300202046,223093006 +300202047,0,STORY_VOICE_30002002,300202047,223093006 +300202048,0,STORY_VOICE_30002002,300202048,223093006 +300202049,0,STORY_VOICE_30002002,300202049,223093006 +300203001,0,STORY_VOICE_30002003,300203001,223093006 +300203002,0,STORY_VOICE_30002003,300203002,223093006 +300203003,0,STORY_VOICE_30002003,300203003,223093006 +300203004,0,STORY_VOICE_30002003,300203004,223093006 +300203005,0,STORY_VOICE_30002003,300203005,223093006 +300203006,0,STORY_VOICE_30002003,300203006,223093006 +300203007,0,STORY_VOICE_30002003,300203007,223093006 +300203008,0,STORY_VOICE_30002003,300203008,223093006 +300203009,0,STORY_VOICE_30002003,300203009,223093006 +300203010,0,STORY_VOICE_30002003,300203010,223093006 +300203011,0,STORY_VOICE_30002003,300203011,223093006 +300203012,0,STORY_VOICE_30002003,300203012,223093006 +300203013,0,STORY_VOICE_30002003,300203013,223093006 +300203014,0,STORY_VOICE_30002003,300203014,223093006 +300203015,0,STORY_VOICE_30002003,300203015,223093006 +300203016,0,STORY_VOICE_30002003,300203016,223093006 +300203017,0,STORY_VOICE_30002003,300203017,223093006 +300203018,0,STORY_VOICE_30002003,300203018,223093006 +300203019,0,STORY_VOICE_30002003,300203019,223093006 +300203020,0,STORY_VOICE_30002003,300203020,223093006 +300203021,0,STORY_VOICE_30002003,300203021,223093006 +300203022,0,STORY_VOICE_30002003,300203022,223093006 +300203023,0,STORY_VOICE_30002003,300203023,223093006 +300203024,0,STORY_VOICE_30002003,300203024,223093006 +300203025,0,STORY_VOICE_30002003,300203025,223093006 +300203026,0,STORY_VOICE_30002003,300203026,223093006 +300203027,0,STORY_VOICE_30002003,300203027,223093006 +300203028,0,STORY_VOICE_30002003,300203028,223093006 +300203029,0,STORY_VOICE_30002003,300203029,223093006 +300203030,0,STORY_VOICE_30002003,300203030,223093006 +300203031,0,STORY_VOICE_30002003,300203031,223093006 +300203032,0,STORY_VOICE_30002003,300203032,223093006 +300203033,0,STORY_VOICE_30002003,300203033,223093006 +300203034,0,STORY_VOICE_30002003,300203034,223093006 +300203035,0,STORY_VOICE_30002003,300203035,223093006 +300203036,0,STORY_VOICE_30002003,300203036,223093006 +300203037,0,STORY_VOICE_30002003,300203037,223093006 +300203038,0,STORY_VOICE_30002003,300203038,223093006 +300203039,0,STORY_VOICE_30002003,300203039,223093006 +300203040,0,STORY_VOICE_30002003,300203040,223093006 +300203041,0,STORY_VOICE_30002003,300203041,223093006 +300203042,0,STORY_VOICE_30002003,300203042,223093006 +300203043,0,STORY_VOICE_30002003,300203043,223093006 +300203044,0,STORY_VOICE_30002003,300203044,223093006 +300203045,0,STORY_VOICE_30002003,300203045,223093006 +300203046,0,STORY_VOICE_30002003,300203046,223093006 +300203047,0,STORY_VOICE_30002003,300203047,223093006 +300203048,0,STORY_VOICE_30002003,300203048,223093006 +300203049,0,STORY_VOICE_30002003,300203049,223093006 +300203050,0,STORY_VOICE_30002003,300203050,223093006 +300203051,0,STORY_VOICE_30002003,300203051,223093006 +300203052,0,STORY_VOICE_30002003,300203052,223093006 +300203053,0,STORY_VOICE_30002003,300203053,223093006 +300203054,0,STORY_VOICE_30002003,300203054,223093006 +300203055,0,STORY_VOICE_30002003,300203055,223093006 +300203056,0,STORY_VOICE_30002003,300203056,223093006 +300203057,0,STORY_VOICE_30002003,300203057,223093006 +300203058,0,STORY_VOICE_30002003,300203058,223093006 +300203059,0,STORY_VOICE_30002003,300203059,223093006 +300203060,0,STORY_VOICE_30002003,300203060,223093006 +300203061,0,STORY_VOICE_30002003,300203061,223093006 +300203062,0,STORY_VOICE_30002003,300203062,223093006 +300203063,0,STORY_VOICE_30002003,300203063,223093006 +300203064,0,STORY_VOICE_30002003,300203064,223093006 +300203065,0,STORY_VOICE_30002003,300203065,223093006 +300204001,0,STORY_VOICE_30002004,300204001,223093006 +300204002,0,STORY_VOICE_30002004,300204002,223093006 +300204003,0,STORY_VOICE_30002004,300204003,223093006 +300204004,0,STORY_VOICE_30002004,300204004,223093006 +300204005,0,STORY_VOICE_30002004,300204005,223093006 +300204006,0,STORY_VOICE_30002004,300204006,223093006 +300204007,0,STORY_VOICE_30002004,300204007,223093006 +300204008,0,STORY_VOICE_30002004,300204008,223093006 +300204009,0,STORY_VOICE_30002004,300204009,223093006 +300204010,0,STORY_VOICE_30002004,300204010,223093006 +300204011,0,STORY_VOICE_30002004,300204011,223093006 +300204012,0,STORY_VOICE_30002004,300204012,223093006 +300204013,0,STORY_VOICE_30002004,300204013,223093006 +300204014,0,STORY_VOICE_30002004,300204014,223093006 +300204015,0,STORY_VOICE_30002004,300204015,223093006 +300204016,0,STORY_VOICE_30002004,300204016,223093006 +300204017,0,STORY_VOICE_30002004,300204017,223093006 +300204018,0,STORY_VOICE_30002004,300204018,223093006 +300204019,0,STORY_VOICE_30002004,300204019,223093006 +300204020,0,STORY_VOICE_30002004,300204020,223093006 +300204021,0,STORY_VOICE_30002004,300204021,223093006 +300204022,0,STORY_VOICE_30002004,300204022,223093006 +300204023,0,STORY_VOICE_30002004,300204023,223093006 +300204024,0,STORY_VOICE_30002004,300204024,223093006 +300204025,0,STORY_VOICE_30002004,300204025,223093006 +300204026,0,STORY_VOICE_30002004,300204026,223093006 +300204027,0,STORY_VOICE_30002004,300204027,223093006 +300204028,0,STORY_VOICE_30002004,300204028,223093006 +300204029,0,STORY_VOICE_30002004,300204029,223093006 +300204030,0,STORY_VOICE_30002004,300204030,223093006 +300204031,0,STORY_VOICE_30002004,300204031,223093006 +300204032,0,STORY_VOICE_30002004,300204032,223093006 +300204033,0,STORY_VOICE_30002004,300204033,223093006 +300204034,0,STORY_VOICE_30002004,300204034,223093006 +300204035,0,STORY_VOICE_30002004,300204035,223093006 +300204036,0,STORY_VOICE_30002004,300204036,223093006 +300204037,0,STORY_VOICE_30002004,300204037,223093006 +300204038,0,STORY_VOICE_30002004,300204038,223093006 +300204039,0,STORY_VOICE_30002004,300204039,223093006 +300204040,0,STORY_VOICE_30002004,300204040,223093006 +300204041,0,STORY_VOICE_30002004,300204041,223093006 +300204042,0,STORY_VOICE_30002004,300204042,223093006 +300204043,0,STORY_VOICE_30002004,300204043,223093006 +300204044,0,STORY_VOICE_30002004,300204044,223093006 +300204045,0,STORY_VOICE_30002004,300204045,223093006 +300205001,0,STORY_VOICE_30002005,300205001,223093006 +300205002,0,STORY_VOICE_30002005,300205002,223093006 +300205003,0,STORY_VOICE_30002005,300205003,223093006 +300205004,0,STORY_VOICE_30002005,300205004,223093006 +300205005,0,STORY_VOICE_30002005,300205005,223093006 +300205006,0,STORY_VOICE_30002005,300205006,223093006 +300205007,0,STORY_VOICE_30002005,300205007,223093006 +300205008,0,STORY_VOICE_30002005,300205008,223093006 +300205009,0,STORY_VOICE_30002005,300205009,223093006 +300205010,0,STORY_VOICE_30002005,300205010,223093006 +300205011,0,STORY_VOICE_30002005,300205011,223093006 +300205012,0,STORY_VOICE_30002005,300205012,223093006 +300205013,0,STORY_VOICE_30002005,300205013,223093006 +300205014,0,STORY_VOICE_30002005,300205014,223093006 +300205015,0,STORY_VOICE_30002005,300205015,223093006 +300205016,0,STORY_VOICE_30002005,300205016,223093006 +300205017,0,STORY_VOICE_30002005,300205017,223093006 +300205018,0,STORY_VOICE_30002005,300205018,223093006 +300205019,0,STORY_VOICE_30002005,300205019,223093006 +300205020,0,STORY_VOICE_30002005,300205020,223093006 +300205021,0,STORY_VOICE_30002005,300205021,223093006 +300205022,0,STORY_VOICE_30002005,300205022,223093006 +300205023,0,STORY_VOICE_30002005,300205023,223093006 +300205024,0,STORY_VOICE_30002005,300205024,223093006 +300205025,0,STORY_VOICE_30002005,300205025,223093006 +300205026,0,STORY_VOICE_30002005,300205026,223093006 +300205027,0,STORY_VOICE_30002005,300205027,223093006 +300205028,0,STORY_VOICE_30002005,300205028,223093006 +300205029,0,STORY_VOICE_30002005,300205029,223093006 +300205030,0,STORY_VOICE_30002005,300205030,223093006 +300205031,0,STORY_VOICE_30002005,300205031,223093006 +300205032,0,STORY_VOICE_30002005,300205032,223093006 +300205033,0,STORY_VOICE_30002005,300205033,223093006 +300205034,0,STORY_VOICE_30002005,300205034,223093006 +300205035,0,STORY_VOICE_30002005,300205035,223093006 +300205036,0,STORY_VOICE_30002005,300205036,223093006 +300205037,0,STORY_VOICE_30002005,300205037,223093006 +300205038,0,STORY_VOICE_30002005,300205038,223093006 +300205039,0,STORY_VOICE_30002005,300205039,223093006 +300205040,0,STORY_VOICE_30002005,300205040,223093006 +300205041,0,STORY_VOICE_30002005,300205041,223093006 +300205042,0,STORY_VOICE_30002005,300205042,223093006 +300205043,0,STORY_VOICE_30002005,300205043,223093006 +300205044,0,STORY_VOICE_30002005,300205044,223093006 +300205045,0,STORY_VOICE_30002005,300205045,223093006 +300205046,0,STORY_VOICE_30002005,300205046,223093006 +300205047,0,STORY_VOICE_30002005,300205047,223093006 +300205048,0,STORY_VOICE_30002005,300205048,223093006 +300205049,0,STORY_VOICE_30002005,300205049,223093006 +300205050,0,STORY_VOICE_30002005,300205050,223093006 +300205051,0,STORY_VOICE_30002005,300205051,223093006 +300205052,0,STORY_VOICE_30002005,300205052,223093006 +300205053,0,STORY_VOICE_30002005,300205053,223093006 +300205054,0,STORY_VOICE_30002005,300205054,223093006 +300205055,0,STORY_VOICE_30002005,300205055,223093006 +300205056,0,STORY_VOICE_30002005,300205056,223093006 +300205057,0,STORY_VOICE_30002005,300205057,223093006 +300205058,0,STORY_VOICE_30002005,300205058,223093006 +300205059,0,STORY_VOICE_30002005,300205059,223093006 +300205060,0,STORY_VOICE_30002005,300205060,223093006 +300205061,0,STORY_VOICE_30002005,300205061,223093006 +300205062,0,STORY_VOICE_30002005,300205062,223093006 +300205063,0,STORY_VOICE_30002005,300205063,223093006 +300205064,0,STORY_VOICE_30002005,300205064,223093006 +300205065,0,STORY_VOICE_30002005,300205065,223093006 +300205066,0,STORY_VOICE_30002005,300205066,223093006 +300205067,0,STORY_VOICE_30002005,300205067,223093006 +300205068,0,STORY_VOICE_30002005,300205068,223093006 +300205069,0,STORY_VOICE_30002005,300205069,223093006 +300301001,0,STORY_VOICE_30003001,300301001,224013105 +300301002,0,STORY_VOICE_30003001,300301002,224013105 +300301003,0,STORY_VOICE_30003001,300301003,224013105 +300301004,0,STORY_VOICE_30003001,300301004,224013105 +300301005,0,STORY_VOICE_30003001,300301005,224013105 +300301006,0,STORY_VOICE_30003001,300301006,224013105 +300301007,0,STORY_VOICE_30003001,300301007,224013105 +300301008,0,STORY_VOICE_30003001,300301008,224013105 +300301009,0,STORY_VOICE_30003001,300301009,224013105 +300301010,0,STORY_VOICE_30003001,300301010,224013105 +300301011,0,STORY_VOICE_30003001,300301011,224013105 +300301012,0,STORY_VOICE_30003001,300301012,224013105 +300301013,0,STORY_VOICE_30003001,300301013,224013105 +300301014,0,STORY_VOICE_30003001,300301014,224013105 +300301015,0,STORY_VOICE_30003001,300301015,224013105 +300301016,0,STORY_VOICE_30003001,300301016,224013105 +300301017,0,STORY_VOICE_30003001,300301017,224013105 +300301018,0,STORY_VOICE_30003001,300301018,224013105 +300301019,0,STORY_VOICE_30003001,300301019,224013105 +300301020,0,STORY_VOICE_30003001,300301020,224013105 +300301021,0,STORY_VOICE_30003001,300301021,224013105 +300301022,0,STORY_VOICE_30003001,300301022,224013105 +300301023,0,STORY_VOICE_30003001,300301023,224013105 +300301024,0,STORY_VOICE_30003001,300301024,224013105 +300301025,0,STORY_VOICE_30003001,300301025,224013105 +300301026,0,STORY_VOICE_30003001,300301026,224013105 +300301027,0,STORY_VOICE_30003001,300301027,224013105 +300301028,0,STORY_VOICE_30003001,300301028,224013105 +300301029,0,STORY_VOICE_30003001,300301029,224013105 +300301030,0,STORY_VOICE_30003001,300301030,224013105 +300301031,0,STORY_VOICE_30003001,300301031,224013105 +300301032,0,STORY_VOICE_30003001,300301032,224013105 +300301033,0,STORY_VOICE_30003001,300301033,224013105 +300301034,0,STORY_VOICE_30003001,300301034,224013105 +300301035,0,STORY_VOICE_30003001,300301035,224013105 +300301036,0,STORY_VOICE_30003001,300301036,224013105 +300301037,0,STORY_VOICE_30003001,300301037,224013105 +300301038,0,STORY_VOICE_30003001,300301038,224013105 +300301039,0,STORY_VOICE_30003001,300301039,224013105 +300301040,0,STORY_VOICE_30003001,300301040,224013105 +300301041,0,STORY_VOICE_30003001,300301041,224013105 +300301042,0,STORY_VOICE_30003001,300301042,224013105 +300301043,0,STORY_VOICE_30003001,300301043,224013105 +300301044,0,STORY_VOICE_30003001,300301044,224013105 +300301045,0,STORY_VOICE_30003001,300301045,224013105 +300301046,0,STORY_VOICE_30003001,300301046,224013105 +300301047,0,STORY_VOICE_30003001,300301047,224013105 +300301048,0,STORY_VOICE_30003001,300301048,224013105 +300301049,0,STORY_VOICE_30003001,300301049,224013105 +300301050,0,STORY_VOICE_30003001,300301050,224013105 +300301051,0,STORY_VOICE_30003001,300301051,224013105 +300301052,0,STORY_VOICE_30003001,300301052,224013105 +300301053,0,STORY_VOICE_30003001,300301053,224013105 +300301054,0,STORY_VOICE_30003001,300301054,224013105 +300301055,0,STORY_VOICE_30003001,300301055,224013105 +300301056,0,STORY_VOICE_30003001,300301056,224013105 +300302001,0,STORY_VOICE_30003002,300302001,224013105 +300302002,0,STORY_VOICE_30003002,300302002,224013105 +300302003,0,STORY_VOICE_30003002,300302003,224013105 +300302004,0,STORY_VOICE_30003002,300302004,224013105 +300302005,0,STORY_VOICE_30003002,300302005,224013105 +300302006,0,STORY_VOICE_30003002,300302006,224013105 +300302007,0,STORY_VOICE_30003002,300302007,224013105 +300302008,0,STORY_VOICE_30003002,300302008,224013105 +300302009,0,STORY_VOICE_30003002,300302009,224013105 +300302010,0,STORY_VOICE_30003002,300302010,224013105 +300302011,0,STORY_VOICE_30003002,300302011,224013105 +300302012,0,STORY_VOICE_30003002,300302012,224013105 +300302013,0,STORY_VOICE_30003002,300302013,224013105 +300302014,0,STORY_VOICE_30003002,300302014,224013105 +300302015,0,STORY_VOICE_30003002,300302015,224013105 +300302016,0,STORY_VOICE_30003002,300302016,224013105 +300302017,0,STORY_VOICE_30003002,300302017,224013105 +300302018,0,STORY_VOICE_30003002,300302018,224013105 +300302019,0,STORY_VOICE_30003002,300302019,224013105 +300302020,0,STORY_VOICE_30003002,300302020,224013105 +300302021,0,STORY_VOICE_30003002,300302021,224013105 +300302022,0,STORY_VOICE_30003002,300302022,224013105 +300302023,0,STORY_VOICE_30003002,300302023,224013105 +300302024,0,STORY_VOICE_30003002,300302024,224013105 +300302025,0,STORY_VOICE_30003002,300302025,224013105 +300302026,0,STORY_VOICE_30003002,300302026,224013105 +300302027,0,STORY_VOICE_30003002,300302027,224013105 +300302028,0,STORY_VOICE_30003002,300302028,224013105 +300302029,0,STORY_VOICE_30003002,300302029,224013105 +300302030,0,STORY_VOICE_30003002,300302030,224013105 +300302031,0,STORY_VOICE_30003002,300302031,224013105 +300302032,0,STORY_VOICE_30003002,300302032,224013105 +300302033,0,STORY_VOICE_30003002,300302033,224013105 +300302034,0,STORY_VOICE_30003002,300302034,224013105 +300302035,0,STORY_VOICE_30003002,300302035,224013105 +300302036,0,STORY_VOICE_30003002,300302036,224013105 +300302037,0,STORY_VOICE_30003002,300302037,224013105 +300302038,0,STORY_VOICE_30003002,300302038,224013105 +300302039,0,STORY_VOICE_30003002,300302039,224013105 +300302040,0,STORY_VOICE_30003002,300302040,224013105 +300302041,0,STORY_VOICE_30003002,300302041,224013105 +300302042,0,STORY_VOICE_30003002,300302042,224013105 +300302043,0,STORY_VOICE_30003002,300302043,224013105 +300302044,0,STORY_VOICE_30003002,300302044,224013105 +300302045,0,STORY_VOICE_30003002,300302045,224013105 +300302046,0,STORY_VOICE_30003002,300302046,224013105 +300302047,0,STORY_VOICE_30003002,300302047,224013105 +300302048,0,STORY_VOICE_30003002,300302048,224013105 +300302049,0,STORY_VOICE_30003002,300302049,224013105 +300303001,0,STORY_VOICE_30003003,300303001,224013105 +300303002,0,STORY_VOICE_30003003,300303002,224013105 +300303003,0,STORY_VOICE_30003003,300303003,224013105 +300303004,0,STORY_VOICE_30003003,300303004,224013105 +300303005,0,STORY_VOICE_30003003,300303005,224013105 +300303006,0,STORY_VOICE_30003003,300303006,224013105 +300303007,0,STORY_VOICE_30003003,300303007,224013105 +300303008,0,STORY_VOICE_30003003,300303008,224013105 +300303009,0,STORY_VOICE_30003003,300303009,224013105 +300303010,0,STORY_VOICE_30003003,300303010,224013105 +300303011,0,STORY_VOICE_30003003,300303011,224013105 +300303012,0,STORY_VOICE_30003003,300303012,224013105 +300303013,0,STORY_VOICE_30003003,300303013,224013105 +300303014,0,STORY_VOICE_30003003,300303014,224013105 +300303015,0,STORY_VOICE_30003003,300303015,224013105 +300303016,0,STORY_VOICE_30003003,300303016,224013105 +300303017,0,STORY_VOICE_30003003,300303017,224013105 +300303018,0,STORY_VOICE_30003003,300303018,224013105 +300303019,0,STORY_VOICE_30003003,300303019,224013105 +300303020,0,STORY_VOICE_30003003,300303020,224013105 +300303021,0,STORY_VOICE_30003003,300303021,224013105 +300303022,0,STORY_VOICE_30003003,300303022,224013105 +300303023,0,STORY_VOICE_30003003,300303023,224013105 +300303024,0,STORY_VOICE_30003003,300303024,224013105 +300303025,0,STORY_VOICE_30003003,300303025,224013105 +300303026,0,STORY_VOICE_30003003,300303026,224013105 +300303027,0,STORY_VOICE_30003003,300303027,224013105 +300303028,0,STORY_VOICE_30003003,300303028,224013105 +300303029,0,STORY_VOICE_30003003,300303029,224013105 +300303030,0,STORY_VOICE_30003003,300303030,224013105 +300303031,0,STORY_VOICE_30003003,300303031,224013105 +300303032,0,STORY_VOICE_30003003,300303032,224013105 +300303033,0,STORY_VOICE_30003003,300303033,224013105 +300303034,0,STORY_VOICE_30003003,300303034,224013105 +300303035,0,STORY_VOICE_30003003,300303035,224013105 +300303036,0,STORY_VOICE_30003003,300303036,224013105 +300303037,0,STORY_VOICE_30003003,300303037,224013105 +300303038,0,STORY_VOICE_30003003,300303038,224013105 +300303039,0,STORY_VOICE_30003003,300303039,224013105 +300303040,0,STORY_VOICE_30003003,300303040,224013105 +300303041,0,STORY_VOICE_30003003,300303041,224013105 +300303042,0,STORY_VOICE_30003003,300303042,224013105 +300303043,0,STORY_VOICE_30003003,300303043,224013105 +300303044,0,STORY_VOICE_30003003,300303044,224013105 +300303045,0,STORY_VOICE_30003003,300303045,224013105 +300303046,0,STORY_VOICE_30003003,300303046,224013105 +300303047,0,STORY_VOICE_30003003,300303047,224013105 +300303048,0,STORY_VOICE_30003003,300303048,224013105 +300303049,0,STORY_VOICE_30003003,300303049,224013105 +300303050,0,STORY_VOICE_30003003,300303050,224013105 +300303051,0,STORY_VOICE_30003003,300303051,224013105 +300303052,0,STORY_VOICE_30003003,300303052,224013105 +300303053,0,STORY_VOICE_30003003,300303053,224013105 +300303054,0,STORY_VOICE_30003003,300303054,224013105 +300303055,0,STORY_VOICE_30003003,300303055,224013105 +300303056,0,STORY_VOICE_30003003,300303056,224013105 +300303057,0,STORY_VOICE_30003003,300303057,224013105 +300303058,0,STORY_VOICE_30003003,300303058,224013105 +300303059,0,STORY_VOICE_30003003,300303059,224013105 +300303060,0,STORY_VOICE_30003003,300303060,224013105 +300304001,0,STORY_VOICE_30003004,300304001,224013105 +300304002,0,STORY_VOICE_30003004,300304002,224013105 +300304003,0,STORY_VOICE_30003004,300304003,224013105 +300304004,0,STORY_VOICE_30003004,300304004,224013105 +300304005,0,STORY_VOICE_30003004,300304005,224013105 +300304006,0,STORY_VOICE_30003004,300304006,224013105 +300304007,0,STORY_VOICE_30003004,300304007,224013105 +300304008,0,STORY_VOICE_30003004,300304008,224013105 +300304009,0,STORY_VOICE_30003004,300304009,224013105 +300304010,0,STORY_VOICE_30003004,300304010,224013105 +300304011,0,STORY_VOICE_30003004,300304011,224013105 +300304012,0,STORY_VOICE_30003004,300304012,224013105 +300304013,0,STORY_VOICE_30003004,300304013,224013105 +300304014,0,STORY_VOICE_30003004,300304014,224013105 +300304015,0,STORY_VOICE_30003004,300304015,224013105 +300304016,0,STORY_VOICE_30003004,300304016,224013105 +300304017,0,STORY_VOICE_30003004,300304017,224013105 +300304018,0,STORY_VOICE_30003004,300304018,224013105 +300304019,0,STORY_VOICE_30003004,300304019,224013105 +300304020,0,STORY_VOICE_30003004,300304020,224013105 +300304021,0,STORY_VOICE_30003004,300304021,224013105 +300304022,0,STORY_VOICE_30003004,300304022,224013105 +300304023,0,STORY_VOICE_30003004,300304023,224013105 +300304024,0,STORY_VOICE_30003004,300304024,224013105 +300304025,0,STORY_VOICE_30003004,300304025,224013105 +300304026,0,STORY_VOICE_30003004,300304026,224013105 +300304027,0,STORY_VOICE_30003004,300304027,224013105 +300304028,0,STORY_VOICE_30003004,300304028,224013105 +300304029,0,STORY_VOICE_30003004,300304029,224013105 +300304030,0,STORY_VOICE_30003004,300304030,224013105 +300304031,0,STORY_VOICE_30003004,300304031,224013105 +300304032,0,STORY_VOICE_30003004,300304032,224013105 +300304033,0,STORY_VOICE_30003004,300304033,224013105 +300304034,0,STORY_VOICE_30003004,300304034,224013105 +300304035,0,STORY_VOICE_30003004,300304035,224013105 +300304036,0,STORY_VOICE_30003004,300304036,224013105 +300304037,0,STORY_VOICE_30003004,300304037,224013105 +300304038,0,STORY_VOICE_30003004,300304038,224013105 +300304039,0,STORY_VOICE_30003004,300304039,224013105 +300304040,0,STORY_VOICE_30003004,300304040,224013105 +300304041,0,STORY_VOICE_30003004,300304041,224013105 +300304042,0,STORY_VOICE_30003004,300304042,224013105 +300304043,0,STORY_VOICE_30003004,300304043,224013105 +300304044,0,STORY_VOICE_30003004,300304044,224013105 +300304045,0,STORY_VOICE_30003004,300304045,224013105 +300304046,0,STORY_VOICE_30003004,300304046,224013105 +300304047,0,STORY_VOICE_30003004,300304047,224013105 +300304048,0,STORY_VOICE_30003004,300304048,224013105 +300304049,0,STORY_VOICE_30003004,300304049,224013105 +300304050,0,STORY_VOICE_30003004,300304050,224013105 +300304051,0,STORY_VOICE_30003004,300304051,224013105 +300304052,0,STORY_VOICE_30003004,300304052,224013105 +300304053,0,STORY_VOICE_30003004,300304053,224013105 +300304054,0,STORY_VOICE_30003004,300304054,224013105 +300304055,0,STORY_VOICE_30003004,300304055,224013105 +300304056,0,STORY_VOICE_30003004,300304056,224013105 +300305001,0,STORY_VOICE_30003005,300305001,224013105 +300305002,0,STORY_VOICE_30003005,300305002,224013105 +300305003,0,STORY_VOICE_30003005,300305003,224013105 +300305004,0,STORY_VOICE_30003005,300305004,224013105 +300305005,0,STORY_VOICE_30003005,300305005,224013105 +300305006,0,STORY_VOICE_30003005,300305006,224013105 +300305007,0,STORY_VOICE_30003005,300305007,224013105 +300305008,0,STORY_VOICE_30003005,300305008,224013105 +300305009,0,STORY_VOICE_30003005,300305009,224013105 +300305010,0,STORY_VOICE_30003005,300305010,224013105 +300305011,0,STORY_VOICE_30003005,300305011,224013105 +300305012,0,STORY_VOICE_30003005,300305012,224013105 +300305013,0,STORY_VOICE_30003005,300305013,224013105 +300305014,0,STORY_VOICE_30003005,300305014,224013105 +300305015,0,STORY_VOICE_30003005,300305015,224013105 +300305016,0,STORY_VOICE_30003005,300305016,224013105 +300305017,0,STORY_VOICE_30003005,300305017,224013105 +300305018,0,STORY_VOICE_30003005,300305018,224013105 +300305019,0,STORY_VOICE_30003005,300305019,224013105 +300305020,0,STORY_VOICE_30003005,300305020,224013105 +300305021,0,STORY_VOICE_30003005,300305021,224013105 +300305022,0,STORY_VOICE_30003005,300305022,224013105 +300305023,0,STORY_VOICE_30003005,300305023,224013105 +300305024,0,STORY_VOICE_30003005,300305024,224013105 +300305025,0,STORY_VOICE_30003005,300305025,224013105 +300305026,0,STORY_VOICE_30003005,300305026,224013105 +300305027,0,STORY_VOICE_30003005,300305027,224013105 +300305028,0,STORY_VOICE_30003005,300305028,224013105 +300305029,0,STORY_VOICE_30003005,300305029,224013105 +300305030,0,STORY_VOICE_30003005,300305030,224013105 +300305031,0,STORY_VOICE_30003005,300305031,224013105 +300305032,0,STORY_VOICE_30003005,300305032,224013105 +300305033,0,STORY_VOICE_30003005,300305033,224013105 +300305034,0,STORY_VOICE_30003005,300305034,224013105 +300305035,0,STORY_VOICE_30003005,300305035,224013105 +300305036,0,STORY_VOICE_30003005,300305036,224013105 +300305037,0,STORY_VOICE_30003005,300305037,224013105 +300305038,0,STORY_VOICE_30003005,300305038,224013105 +300305039,0,STORY_VOICE_30003005,300305039,224013105 +300305040,0,STORY_VOICE_30003005,300305040,224013105 +300305041,0,STORY_VOICE_30003005,300305041,224013105 +300305042,0,STORY_VOICE_30003005,300305042,224013105 +300305043,0,STORY_VOICE_30003005,300305043,224013105 +300305044,0,STORY_VOICE_30003005,300305044,224013105 +300305045,0,STORY_VOICE_30003005,300305045,224013105 +300305046,0,STORY_VOICE_30003005,300305046,224013105 +300305047,0,STORY_VOICE_30003005,300305047,224013105 +300305048,0,STORY_VOICE_30003005,300305048,224013105 +300305049,0,STORY_VOICE_30003005,300305049,224013105 +300305050,0,STORY_VOICE_30003005,300305050,224013105 +300305051,0,STORY_VOICE_30003005,300305051,224013105 +300305052,0,STORY_VOICE_30003005,300305052,224013105 +300305053,0,STORY_VOICE_30003005,300305053,224013105 +300305054,0,STORY_VOICE_30003005,300305054,224013105 +300305055,0,STORY_VOICE_30003005,300305055,224013105 +300305056,0,STORY_VOICE_30003005,300305056,224013105 +400301001,0,STORY_VOICE_40003001,400301001,223103106 +400301002,0,STORY_VOICE_40003001,400301002,223103106 +400301003,0,STORY_VOICE_40003001,400301003,223103106 +400301004,0,STORY_VOICE_40003001,400301004,223103106 +400301005,0,STORY_VOICE_40003001,400301005,223103106 +400301006,0,STORY_VOICE_40003001,400301006,223103106 +400301007,0,STORY_VOICE_40003001,400301007,223103106 +400301008,0,STORY_VOICE_40003001,400301008,223103106 +400301009,0,STORY_VOICE_40003001,400301009,223103106 +400301010,0,STORY_VOICE_40003001,400301010,223103106 +400301011,0,STORY_VOICE_40003001,400301011,223103106 +400301012,0,STORY_VOICE_40003001,400301012,223103106 +400301013,0,STORY_VOICE_40003001,400301013,223103106 +400301014,0,STORY_VOICE_40003001,400301014,223103106 +400301015,0,STORY_VOICE_40003001,400301015,223103106 +400301016,0,STORY_VOICE_40003001,400301016,223103106 +400301017,0,STORY_VOICE_40003001,400301017,223103106 +400301018,0,STORY_VOICE_40003001,400301018,223103106 +400301019,0,STORY_VOICE_40003001,400301019,223103106 +400301020,0,STORY_VOICE_40003001,400301020,223103106 +400301021,0,STORY_VOICE_40003001,400301021,223103106 +400301022,0,STORY_VOICE_40003001,400301022,223103106 +400301023,0,STORY_VOICE_40003001,400301023,223103106 +400301024,0,STORY_VOICE_40003001,400301024,223103106 +400301025,0,STORY_VOICE_40003001,400301025,223103106 +400301026,0,STORY_VOICE_40003001,400301026,223103106 +400301027,0,STORY_VOICE_40003001,400301027,223103106 +400301028,0,STORY_VOICE_40003001,400301028,223103106 +400301029,0,STORY_VOICE_40003001,400301029,223103106 +400301030,0,STORY_VOICE_40003001,400301030,223103106 +400301031,0,STORY_VOICE_40003001,400301031,223103106 +400301032,0,STORY_VOICE_40003001,400301032,223103106 +400301033,0,STORY_VOICE_40003001,400301033,223103106 +400301034,0,STORY_VOICE_40003001,400301034,223103106 +400301035,0,STORY_VOICE_40003001,400301035,223103106 +400301036,0,STORY_VOICE_40003001,400301036,223103106 +400301037,0,STORY_VOICE_40003001,400301037,223103106 +400301038,0,STORY_VOICE_40003001,400301038,223103106 +400301039,0,STORY_VOICE_40003001,400301039,223103106 +400301040,0,STORY_VOICE_40003001,400301040,223103106 +400301041,0,STORY_VOICE_40003001,400301041,223103106 +400301042,0,STORY_VOICE_40003001,400301042,223103106 +400301043,0,STORY_VOICE_40003001,400301043,223103106 +400301044,0,STORY_VOICE_40003001,400301044,223103106 +400301045,0,STORY_VOICE_40003001,400301045,223103106 +400301046,0,STORY_VOICE_40003001,400301046,223103106 +400301047,0,STORY_VOICE_40003001,400301047,223103106 +400301048,0,STORY_VOICE_40003001,400301048,223103106 +400301049,0,STORY_VOICE_40003001,400301049,223103106 +400301050,0,STORY_VOICE_40003001,400301050,223103106 +400301051,0,STORY_VOICE_40003001,400301051,223103106 +400301052,0,STORY_VOICE_40003001,400301052,223103106 +400301053,0,STORY_VOICE_40003001,400301053,223103106 +400301054,0,STORY_VOICE_40003001,400301054,223103106 +400301055,0,STORY_VOICE_40003001,400301055,223103106 +400301056,0,STORY_VOICE_40003001,400301056,223103106 +400302001,0,STORY_VOICE_40003002,400302001,223103106 +400302002,0,STORY_VOICE_40003002,400302002,223103106 +400302003,0,STORY_VOICE_40003002,400302003,223103106 +400302004,0,STORY_VOICE_40003002,400302004,223103106 +400302005,0,STORY_VOICE_40003002,400302005,223103106 +400302006,0,STORY_VOICE_40003002,400302006,223103106 +400302007,0,STORY_VOICE_40003002,400302007,223103106 +400302008,0,STORY_VOICE_40003002,400302008,223103106 +400302009,0,STORY_VOICE_40003002,400302009,223103106 +400302010,0,STORY_VOICE_40003002,400302010,223103106 +400302011,0,STORY_VOICE_40003002,400302011,223103106 +400302012,0,STORY_VOICE_40003002,400302012,223103106 +400302013,0,STORY_VOICE_40003002,400302013,223103106 +400302014,0,STORY_VOICE_40003002,400302014,223103106 +400302015,0,STORY_VOICE_40003002,400302015,223103106 +400302016,0,STORY_VOICE_40003002,400302016,223103106 +400302017,0,STORY_VOICE_40003002,400302017,223103106 +400302018,0,STORY_VOICE_40003002,400302018,223103106 +400302019,0,STORY_VOICE_40003002,400302019,223103106 +400302020,0,STORY_VOICE_40003002,400302020,223103106 +400302021,0,STORY_VOICE_40003002,400302021,223103106 +400302022,0,STORY_VOICE_40003002,400302022,223103106 +400302023,0,STORY_VOICE_40003002,400302023,223103106 +400302024,0,STORY_VOICE_40003002,400302024,223103106 +400302025,0,STORY_VOICE_40003002,400302025,223103106 +400302026,0,STORY_VOICE_40003002,400302026,223103106 +400302027,0,STORY_VOICE_40003002,400302027,223103106 +400302028,0,STORY_VOICE_40003002,400302028,223103106 +400302029,0,STORY_VOICE_40003002,400302029,223103106 +400302030,0,STORY_VOICE_40003002,400302030,223103106 +400302031,0,STORY_VOICE_40003002,400302031,223103106 +400302032,0,STORY_VOICE_40003002,400302032,223103106 +400302033,0,STORY_VOICE_40003002,400302033,223103106 +400302034,0,STORY_VOICE_40003002,400302034,223103106 +400302035,0,STORY_VOICE_40003002,400302035,223103106 +400302036,0,STORY_VOICE_40003002,400302036,223103106 +400302037,0,STORY_VOICE_40003002,400302037,223103106 +400302038,0,STORY_VOICE_40003002,400302038,223103106 +400302039,0,STORY_VOICE_40003002,400302039,223103106 +400303001,0,STORY_VOICE_40003003,400303001,223103106 +400303002,0,STORY_VOICE_40003003,400303002,223103106 +400303003,0,STORY_VOICE_40003003,400303003,223103106 +400303004,0,STORY_VOICE_40003003,400303004,223103106 +400303005,0,STORY_VOICE_40003003,400303005,223103106 +400303006,0,STORY_VOICE_40003003,400303006,223103106 +400303007,0,STORY_VOICE_40003003,400303007,223103106 +400303008,0,STORY_VOICE_40003003,400303008,223103106 +400303009,0,STORY_VOICE_40003003,400303009,223103106 +400303010,0,STORY_VOICE_40003003,400303010,223103106 +400303011,0,STORY_VOICE_40003003,400303011,223103106 +400303012,0,STORY_VOICE_40003003,400303012,223103106 +400303013,0,STORY_VOICE_40003003,400303013,223103106 +400303014,0,STORY_VOICE_40003003,400303014,223103106 +400303015,0,STORY_VOICE_40003003,400303015,223103106 +400303016,0,STORY_VOICE_40003003,400303016,223103106 +400303017,0,STORY_VOICE_40003003,400303017,223103106 +400303018,0,STORY_VOICE_40003003,400303018,223103106 +400303019,0,STORY_VOICE_40003003,400303019,223103106 +400303020,0,STORY_VOICE_40003003,400303020,223103106 +400303021,0,STORY_VOICE_40003003,400303021,223103106 +400303022,0,STORY_VOICE_40003003,400303022,223103106 +400303023,0,STORY_VOICE_40003003,400303023,223103106 +400303024,0,STORY_VOICE_40003003,400303024,223103106 +400303025,0,STORY_VOICE_40003003,400303025,223103106 +400303026,0,STORY_VOICE_40003003,400303026,223103106 +400303027,0,STORY_VOICE_40003003,400303027,223103106 +400303028,0,STORY_VOICE_40003003,400303028,223103106 +400303029,0,STORY_VOICE_40003003,400303029,223103106 +400303030,0,STORY_VOICE_40003003,400303030,223103106 +400303031,0,STORY_VOICE_40003003,400303031,223103106 +400303032,0,STORY_VOICE_40003003,400303032,223103106 +400303033,0,STORY_VOICE_40003003,400303033,223103106 +400303034,0,STORY_VOICE_40003003,400303034,223103106 +400303035,0,STORY_VOICE_40003003,400303035,223103106 +400303036,0,STORY_VOICE_40003003,400303036,223103106 +400303037,0,STORY_VOICE_40003003,400303037,223103106 +400303038,0,STORY_VOICE_40003003,400303038,223103106 +400303039,0,STORY_VOICE_40003003,400303039,223103106 +400303040,0,STORY_VOICE_40003003,400303040,223103106 +400303041,0,STORY_VOICE_40003003,400303041,223103106 +400303042,0,STORY_VOICE_40003003,400303042,223103106 +400303043,0,STORY_VOICE_40003003,400303043,223103106 +400303044,0,STORY_VOICE_40003003,400303044,223103106 +400304001,0,STORY_VOICE_40003004,400304001,223103106 +400304002,0,STORY_VOICE_40003004,400304002,223103106 +400304003,0,STORY_VOICE_40003004,400304003,223103106 +400304004,0,STORY_VOICE_40003004,400304004,223103106 +400304005,0,STORY_VOICE_40003004,400304005,223103106 +400304006,0,STORY_VOICE_40003004,400304006,223103106 +400304007,0,STORY_VOICE_40003004,400304007,223103106 +400304008,0,STORY_VOICE_40003004,400304008,223103106 +400304009,0,STORY_VOICE_40003004,400304009,223103106 +400304010,0,STORY_VOICE_40003004,400304010,223103106 +400304011,0,STORY_VOICE_40003004,400304011,223103106 +400304012,0,STORY_VOICE_40003004,400304012,223103106 +400304013,0,STORY_VOICE_40003004,400304013,223103106 +400304014,0,STORY_VOICE_40003004,400304014,223103106 +400304015,0,STORY_VOICE_40003004,400304015,223103106 +400304016,0,STORY_VOICE_40003004,400304016,223103106 +400304017,0,STORY_VOICE_40003004,400304017,223103106 +400304018,0,STORY_VOICE_40003004,400304018,223103106 +400304019,0,STORY_VOICE_40003004,400304019,223103106 +400304020,0,STORY_VOICE_40003004,400304020,223103106 +400304021,0,STORY_VOICE_40003004,400304021,223103106 +400304022,0,STORY_VOICE_40003004,400304022,223103106 +400304023,0,STORY_VOICE_40003004,400304023,223103106 +400304024,0,STORY_VOICE_40003004,400304024,223103106 +400304025,0,STORY_VOICE_40003004,400304025,223103106 +400304026,0,STORY_VOICE_40003004,400304026,223103106 +400304027,0,STORY_VOICE_40003004,400304027,223103106 +400304028,0,STORY_VOICE_40003004,400304028,223103106 +400304029,0,STORY_VOICE_40003004,400304029,223103106 +400304030,0,STORY_VOICE_40003004,400304030,223103106 +400304031,0,STORY_VOICE_40003004,400304031,223103106 +400304032,0,STORY_VOICE_40003004,400304032,223103106 +400304033,0,STORY_VOICE_40003004,400304033,223103106 +400304034,0,STORY_VOICE_40003004,400304034,223103106 +400304035,0,STORY_VOICE_40003004,400304035,223103106 +400304036,0,STORY_VOICE_40003004,400304036,223103106 +400304037,0,STORY_VOICE_40003004,400304037,223103106 +400304038,0,STORY_VOICE_40003004,400304038,223103106 +400304039,0,STORY_VOICE_40003004,400304039,223103106 +400304040,0,STORY_VOICE_40003004,400304040,223103106 +400304041,0,STORY_VOICE_40003004,400304041,223103106 +400304042,0,STORY_VOICE_40003004,400304042,223103106 +400304043,0,STORY_VOICE_40003004,400304043,223103106 +400304044,0,STORY_VOICE_40003004,400304044,223103106 +400304045,0,STORY_VOICE_40003004,400304045,223103106 +400304046,0,STORY_VOICE_40003004,400304046,223103106 +400304047,0,STORY_VOICE_40003004,400304047,223103106 +400305001,0,STORY_VOICE_40003005,400305001,223103106 +400305002,0,STORY_VOICE_40003005,400305002,223103106 +400305003,0,STORY_VOICE_40003005,400305003,223103106 +400305004,0,STORY_VOICE_40003005,400305004,223103106 +400305005,0,STORY_VOICE_40003005,400305005,223103106 +400305006,0,STORY_VOICE_40003005,400305006,223103106 +400305007,0,STORY_VOICE_40003005,400305007,223103106 +400305008,0,STORY_VOICE_40003005,400305008,223103106 +400305009,0,STORY_VOICE_40003005,400305009,223103106 +400305010,0,STORY_VOICE_40003005,400305010,223103106 +400305011,0,STORY_VOICE_40003005,400305011,223103106 +400305012,0,STORY_VOICE_40003005,400305012,223103106 +400305013,0,STORY_VOICE_40003005,400305013,223103106 +400305014,0,STORY_VOICE_40003005,400305014,223103106 +400305015,0,STORY_VOICE_40003005,400305015,223103106 +400305016,0,STORY_VOICE_40003005,400305016,223103106 +400305017,0,STORY_VOICE_40003005,400305017,223103106 +400305018,0,STORY_VOICE_40003005,400305018,223103106 +400305019,0,STORY_VOICE_40003005,400305019,223103106 +400305020,0,STORY_VOICE_40003005,400305020,223103106 +400305021,0,STORY_VOICE_40003005,400305021,223103106 +400305022,0,STORY_VOICE_40003005,400305022,223103106 +400305023,0,STORY_VOICE_40003005,400305023,223103106 +400305024,0,STORY_VOICE_40003005,400305024,223103106 +400305025,0,STORY_VOICE_40003005,400305025,223103106 +400305026,0,STORY_VOICE_40003005,400305026,223103106 +400305027,0,STORY_VOICE_40003005,400305027,223103106 +400305028,0,STORY_VOICE_40003005,400305028,223103106 +400305029,0,STORY_VOICE_40003005,400305029,223103106 +400305030,0,STORY_VOICE_40003005,400305030,223103106 +400305031,0,STORY_VOICE_40003005,400305031,223103106 +400305032,0,STORY_VOICE_40003005,400305032,223103106 +400305033,0,STORY_VOICE_40003005,400305033,223103106 +400305034,0,STORY_VOICE_40003005,400305034,223103106 +400305035,0,STORY_VOICE_40003005,400305035,223103106 +400305036,0,STORY_VOICE_40003005,400305036,223103106 +400305037,0,STORY_VOICE_40003005,400305037,223103106 +400305038,0,STORY_VOICE_40003005,400305038,223103106 +400305039,0,STORY_VOICE_40003005,400305039,223103106 +400305040,0,STORY_VOICE_40003005,400305040,223103106 +400305041,0,STORY_VOICE_40003005,400305041,223103106 +400305042,0,STORY_VOICE_40003005,400305042,223103106 +400305043,0,STORY_VOICE_40003005,400305043,223103106 +400305044,0,STORY_VOICE_40003005,400305044,223103106 +400305045,0,STORY_VOICE_40003005,400305045,223103106 +400305046,0,STORY_VOICE_40003005,400305046,223103106 +400305047,0,STORY_VOICE_40003005,400305047,223103106 +400305048,0,STORY_VOICE_40003005,400305048,223103106 +400305049,0,STORY_VOICE_40003005,400305049,223103106 +400305050,0,STORY_VOICE_40003005,400305050,223103106 +400305051,0,STORY_VOICE_40003005,400305051,223103106 +400305052,0,STORY_VOICE_40003005,400305052,223103106 +400305053,0,STORY_VOICE_40003005,400305053,223103106 +400305054,0,STORY_VOICE_40003005,400305054,223103106 +400305055,0,STORY_VOICE_40003005,400305055,223103106 +400305056,0,STORY_VOICE_40003005,400305056,223103106 +400305057,0,STORY_VOICE_40003005,400305057,223103106 +400305058,0,STORY_VOICE_40003005,400305058,223103106 +400305059,0,STORY_VOICE_40003005,400305059,223103106 +400305060,0,STORY_VOICE_40003005,400305060,223103106 +400305061,0,STORY_VOICE_40003005,400305061,223103106 +400305062,0,STORY_VOICE_40003005,400305062,223103106 +400305063,0,STORY_VOICE_40003005,400305063,223103106 +400305064,0,STORY_VOICE_40003005,400305064,223103106 +400305065,0,STORY_VOICE_40003005,400305065,223103106 +400305066,0,STORY_VOICE_40003005,400305066,223103106 +400305067,0,STORY_VOICE_40003005,400305067,223103106 +400305068,0,STORY_VOICE_40003005,400305068,223103106 +400305069,0,STORY_VOICE_40003005,400305069,223103106 +400305070,0,STORY_VOICE_40003005,400305070,223103106 +400305071,0,STORY_VOICE_40003005,400305071,223103106 +400305072,0,STORY_VOICE_40003005,400305072,223103106 +400305073,0,STORY_VOICE_40003005,400305073,223103106 +400305074,0,STORY_VOICE_40003005,400305074,223103106 +400305075,0,STORY_VOICE_40003005,400305075,223103106 +400305076,0,STORY_VOICE_40003005,400305076,223103106 +400305077,0,STORY_VOICE_40003005,400305077,223103106 +400305078,0,STORY_VOICE_40003005,400305078,223103106 +400305079,0,STORY_VOICE_40003005,400305079,223103106 +400305080,0,STORY_VOICE_40003005,400305080,223103106 +400305081,0,STORY_VOICE_40003005,400305081,223103106 +400305082,0,STORY_VOICE_40003005,400305082,223103106 +400305083,0,STORY_VOICE_40003005,400305083,223103106 +400305084,0,STORY_VOICE_40003005,400305084,223103106 +400305085,0,STORY_VOICE_40003005,400305085,223103106 +400401001,0,STORY_VOICE_40004001,400401001,224030105 +400401002,0,STORY_VOICE_40004001,400401002,224030105 +400401003,0,STORY_VOICE_40004001,400401003,224030105 +400401004,0,STORY_VOICE_40004001,400401004,224030105 +400401005,0,STORY_VOICE_40004001,400401005,224030105 +400401006,0,STORY_VOICE_40004001,400401006,224030105 +400401007,0,STORY_VOICE_40004001,400401007,224030105 +400401008,0,STORY_VOICE_40004001,400401008,224030105 +400401009,0,STORY_VOICE_40004001,400401009,224030105 +400401010,0,STORY_VOICE_40004001,400401010,224030105 +400401011,0,STORY_VOICE_40004001,400401011,224030105 +400401012,0,STORY_VOICE_40004001,400401012,224030105 +400401013,0,STORY_VOICE_40004001,400401013,224030105 +400401014,0,STORY_VOICE_40004001,400401014,224030105 +400401015,0,STORY_VOICE_40004001,400401015,224030105 +400401016,0,STORY_VOICE_40004001,400401016,224030105 +400401017,0,STORY_VOICE_40004001,400401017,224030105 +400401018,0,STORY_VOICE_40004001,400401018,224030105 +400401019,0,STORY_VOICE_40004001,400401019,224030105 +400401020,0,STORY_VOICE_40004001,400401020,224030105 +400401021,0,STORY_VOICE_40004001,400401021,224030105 +400401022,0,STORY_VOICE_40004001,400401022,224030105 +400401023,0,STORY_VOICE_40004001,400401023,224030105 +400401024,0,STORY_VOICE_40004001,400401024,224030105 +400401025,0,STORY_VOICE_40004001,400401025,224030105 +400401026,0,STORY_VOICE_40004001,400401026,224030105 +400401027,0,STORY_VOICE_40004001,400401027,224030105 +400401028,0,STORY_VOICE_40004001,400401028,224030105 +400401029,0,STORY_VOICE_40004001,400401029,224030105 +400401030,0,STORY_VOICE_40004001,400401030,224030105 +400401031,0,STORY_VOICE_40004001,400401031,224030105 +400401032,0,STORY_VOICE_40004001,400401032,224030105 +400401033,0,STORY_VOICE_40004001,400401033,224030105 +400401034,0,STORY_VOICE_40004001,400401034,224030105 +400401035,0,STORY_VOICE_40004001,400401035,224030105 +400401036,0,STORY_VOICE_40004001,400401036,224030105 +400401037,0,STORY_VOICE_40004001,400401037,224030105 +400401038,0,STORY_VOICE_40004001,400401038,224030105 +400401039,0,STORY_VOICE_40004001,400401039,224030105 +400401040,0,STORY_VOICE_40004001,400401040,224030105 +400401041,0,STORY_VOICE_40004001,400401041,224030105 +400401042,0,STORY_VOICE_40004001,400401042,224030105 +400401043,0,STORY_VOICE_40004001,400401043,224030105 +400401044,0,STORY_VOICE_40004001,400401044,224030105 +400401045,0,STORY_VOICE_40004001,400401045,224030105 +400401046,0,STORY_VOICE_40004001,400401046,224030105 +400401047,0,STORY_VOICE_40004001,400401047,224030105 +400401048,0,STORY_VOICE_40004001,400401048,224030105 +400401049,0,STORY_VOICE_40004001,400401049,224030105 +400402001,0,STORY_VOICE_40004002,400402001,224030105 +400402002,0,STORY_VOICE_40004002,400402002,224030105 +400402003,0,STORY_VOICE_40004002,400402003,224030105 +400402004,0,STORY_VOICE_40004002,400402004,224030105 +400402005,0,STORY_VOICE_40004002,400402005,224030105 +400402006,0,STORY_VOICE_40004002,400402006,224030105 +400402007,0,STORY_VOICE_40004002,400402007,224030105 +400402008,0,STORY_VOICE_40004002,400402008,224030105 +400402009,0,STORY_VOICE_40004002,400402009,224030105 +400402010,0,STORY_VOICE_40004002,400402010,224030105 +400402011,0,STORY_VOICE_40004002,400402011,224030105 +400402012,0,STORY_VOICE_40004002,400402012,224030105 +400402013,0,STORY_VOICE_40004002,400402013,224030105 +400402014,0,STORY_VOICE_40004002,400402014,224030105 +400402015,0,STORY_VOICE_40004002,400402015,224030105 +400402016,0,STORY_VOICE_40004002,400402016,224030105 +400402017,0,STORY_VOICE_40004002,400402017,224030105 +400402018,0,STORY_VOICE_40004002,400402018,224030105 +400402019,0,STORY_VOICE_40004002,400402019,224030105 +400402020,0,STORY_VOICE_40004002,400402020,224030105 +400402021,0,STORY_VOICE_40004002,400402021,224030105 +400402022,0,STORY_VOICE_40004002,400402022,224030105 +400402023,0,STORY_VOICE_40004002,400402023,224030105 +400402024,0,STORY_VOICE_40004002,400402024,224030105 +400402025,0,STORY_VOICE_40004002,400402025,224030105 +400402026,0,STORY_VOICE_40004002,400402026,224030105 +400402027,0,STORY_VOICE_40004002,400402027,224030105 +400402028,0,STORY_VOICE_40004002,400402028,224030105 +400402029,0,STORY_VOICE_40004002,400402029,224030105 +400402030,0,STORY_VOICE_40004002,400402030,224030105 +400402031,0,STORY_VOICE_40004002,400402031,224030105 +400402032,0,STORY_VOICE_40004002,400402032,224030105 +400402033,0,STORY_VOICE_40004002,400402033,224030105 +400402034,0,STORY_VOICE_40004002,400402034,224030105 +400402035,0,STORY_VOICE_40004002,400402035,224030105 +400402036,0,STORY_VOICE_40004002,400402036,224030105 +400402037,0,STORY_VOICE_40004002,400402037,224030105 +400402038,0,STORY_VOICE_40004002,400402038,224030105 +400402039,0,STORY_VOICE_40004002,400402039,224030105 +400402040,0,STORY_VOICE_40004002,400402040,224030105 +400402041,0,STORY_VOICE_40004002,400402041,224030105 +400402042,0,STORY_VOICE_40004002,400402042,224030105 +400402043,0,STORY_VOICE_40004002,400402043,224030105 +400402044,0,STORY_VOICE_40004002,400402044,224030105 +400402045,0,STORY_VOICE_40004002,400402045,224030105 +400402046,0,STORY_VOICE_40004002,400402046,224030105 +400403001,0,STORY_VOICE_40004003,400403001,224030105 +400403002,0,STORY_VOICE_40004003,400403002,224030105 +400403003,0,STORY_VOICE_40004003,400403003,224030105 +400403004,0,STORY_VOICE_40004003,400403004,224030105 +400403005,0,STORY_VOICE_40004003,400403005,224030105 +400403006,0,STORY_VOICE_40004003,400403006,224030105 +400403007,0,STORY_VOICE_40004003,400403007,224030105 +400403008,0,STORY_VOICE_40004003,400403008,224030105 +400403009,0,STORY_VOICE_40004003,400403009,224030105 +400403010,0,STORY_VOICE_40004003,400403010,224030105 +400403011,0,STORY_VOICE_40004003,400403011,224030105 +400403012,0,STORY_VOICE_40004003,400403012,224030105 +400403013,0,STORY_VOICE_40004003,400403013,224030105 +400403014,0,STORY_VOICE_40004003,400403014,224030105 +400403015,0,STORY_VOICE_40004003,400403015,224030105 +400403016,0,STORY_VOICE_40004003,400403016,224030105 +400403017,0,STORY_VOICE_40004003,400403017,224030105 +400403018,0,STORY_VOICE_40004003,400403018,224030105 +400403019,0,STORY_VOICE_40004003,400403019,224030105 +400403020,0,STORY_VOICE_40004003,400403020,224030105 +400403021,0,STORY_VOICE_40004003,400403021,224030105 +400403022,0,STORY_VOICE_40004003,400403022,224030105 +400403023,0,STORY_VOICE_40004003,400403023,224030105 +400403024,0,STORY_VOICE_40004003,400403024,224030105 +400403025,0,STORY_VOICE_40004003,400403025,224030105 +400403026,0,STORY_VOICE_40004003,400403026,224030105 +400403027,0,STORY_VOICE_40004003,400403027,224030105 +400403028,0,STORY_VOICE_40004003,400403028,224030105 +400403029,0,STORY_VOICE_40004003,400403029,224030105 +400403030,0,STORY_VOICE_40004003,400403030,224030105 +400403031,0,STORY_VOICE_40004003,400403031,224030105 +400403032,0,STORY_VOICE_40004003,400403032,224030105 +400403033,0,STORY_VOICE_40004003,400403033,224030105 +400403034,0,STORY_VOICE_40004003,400403034,224030105 +400403035,0,STORY_VOICE_40004003,400403035,224030105 +400403036,0,STORY_VOICE_40004003,400403036,224030105 +400403037,0,STORY_VOICE_40004003,400403037,224030105 +400403038,0,STORY_VOICE_40004003,400403038,224030105 +400403039,0,STORY_VOICE_40004003,400403039,224030105 +400403040,0,STORY_VOICE_40004003,400403040,224030105 +400403041,0,STORY_VOICE_40004003,400403041,224030105 +400403042,0,STORY_VOICE_40004003,400403042,224030105 +400403043,0,STORY_VOICE_40004003,400403043,224030105 +400403044,0,STORY_VOICE_40004003,400403044,224030105 +400403045,0,STORY_VOICE_40004003,400403045,224030105 +400403046,0,STORY_VOICE_40004003,400403046,224030105 +400403047,0,STORY_VOICE_40004003,400403047,224030105 +400403048,0,STORY_VOICE_40004003,400403048,224030105 +400403049,0,STORY_VOICE_40004003,400403049,224030105 +400403050,0,STORY_VOICE_40004003,400403050,224030105 +400404001,0,STORY_VOICE_40004004,400404001,224030105 +400404002,0,STORY_VOICE_40004004,400404002,224030105 +400404003,0,STORY_VOICE_40004004,400404003,224030105 +400404004,0,STORY_VOICE_40004004,400404004,224030105 +400404005,0,STORY_VOICE_40004004,400404005,224030105 +400404006,0,STORY_VOICE_40004004,400404006,224030105 +400404007,0,STORY_VOICE_40004004,400404007,224030105 +400404008,0,STORY_VOICE_40004004,400404008,224030105 +400404009,0,STORY_VOICE_40004004,400404009,224030105 +400404010,0,STORY_VOICE_40004004,400404010,224030105 +400404011,0,STORY_VOICE_40004004,400404011,224030105 +400404012,0,STORY_VOICE_40004004,400404012,224030105 +400404013,0,STORY_VOICE_40004004,400404013,224030105 +400404014,0,STORY_VOICE_40004004,400404014,224030105 +400404015,0,STORY_VOICE_40004004,400404015,224030105 +400404016,0,STORY_VOICE_40004004,400404016,224030105 +400404017,0,STORY_VOICE_40004004,400404017,224030105 +400404018,0,STORY_VOICE_40004004,400404018,224030105 +400404019,0,STORY_VOICE_40004004,400404019,224030105 +400404020,0,STORY_VOICE_40004004,400404020,224030105 +400404021,0,STORY_VOICE_40004004,400404021,224030105 +400404022,0,STORY_VOICE_40004004,400404022,224030105 +400404023,0,STORY_VOICE_40004004,400404023,224030105 +400404024,0,STORY_VOICE_40004004,400404024,224030105 +400404025,0,STORY_VOICE_40004004,400404025,224030105 +400404026,0,STORY_VOICE_40004004,400404026,224030105 +400404027,0,STORY_VOICE_40004004,400404027,224030105 +400404028,0,STORY_VOICE_40004004,400404028,224030105 +400404029,0,STORY_VOICE_40004004,400404029,224030105 +400404030,0,STORY_VOICE_40004004,400404030,224030105 +400404031,0,STORY_VOICE_40004004,400404031,224030105 +400404032,0,STORY_VOICE_40004004,400404032,224030105 +400404033,0,STORY_VOICE_40004004,400404033,224030105 +400404034,0,STORY_VOICE_40004004,400404034,224030105 +400404035,0,STORY_VOICE_40004004,400404035,224030105 +400404036,0,STORY_VOICE_40004004,400404036,224030105 +400404037,0,STORY_VOICE_40004004,400404037,224030105 +400404038,0,STORY_VOICE_40004004,400404038,224030105 +400404039,0,STORY_VOICE_40004004,400404039,224030105 +400404040,0,STORY_VOICE_40004004,400404040,224030105 +400404041,0,STORY_VOICE_40004004,400404041,224030105 +400404042,0,STORY_VOICE_40004004,400404042,224030105 +400404043,0,STORY_VOICE_40004004,400404043,224030105 +400404044,0,STORY_VOICE_40004004,400404044,224030105 +400404045,0,STORY_VOICE_40004004,400404045,224030105 +400404046,0,STORY_VOICE_40004004,400404046,224030105 +400404047,0,STORY_VOICE_40004004,400404047,224030105 +400404048,0,STORY_VOICE_40004004,400404048,224030105 +400404049,0,STORY_VOICE_40004004,400404049,224030105 +400404050,0,STORY_VOICE_40004004,400404050,224030105 +400404051,0,STORY_VOICE_40004004,400404051,224030105 +400404052,0,STORY_VOICE_40004004,400404052,224030105 +400404053,0,STORY_VOICE_40004004,400404053,224030105 +400404054,0,STORY_VOICE_40004004,400404054,224030105 +400404055,0,STORY_VOICE_40004004,400404055,224030105 +400404056,0,STORY_VOICE_40004004,400404056,224030105 +400404057,0,STORY_VOICE_40004004,400404057,224030105 +400404058,0,STORY_VOICE_40004004,400404058,224030105 +400404059,0,STORY_VOICE_40004004,400404059,224030105 +400404060,0,STORY_VOICE_40004004,400404060,224030105 +400405001,0,STORY_VOICE_40004005,400405001,224030105 +400405002,0,STORY_VOICE_40004005,400405002,224030105 +400405003,0,STORY_VOICE_40004005,400405003,224030105 +400405004,0,STORY_VOICE_40004005,400405004,224030105 +400405005,0,STORY_VOICE_40004005,400405005,224030105 +400405006,0,STORY_VOICE_40004005,400405006,224030105 +400405007,0,STORY_VOICE_40004005,400405007,224030105 +400405008,0,STORY_VOICE_40004005,400405008,224030105 +400405009,0,STORY_VOICE_40004005,400405009,224030105 +400405010,0,STORY_VOICE_40004005,400405010,224030105 +400405011,0,STORY_VOICE_40004005,400405011,224030105 +400405012,0,STORY_VOICE_40004005,400405012,224030105 +400405013,0,STORY_VOICE_40004005,400405013,224030105 +400405014,0,STORY_VOICE_40004005,400405014,224030105 +400405015,0,STORY_VOICE_40004005,400405015,224030105 +400405016,0,STORY_VOICE_40004005,400405016,224030105 +400405017,0,STORY_VOICE_40004005,400405017,224030105 +400405018,0,STORY_VOICE_40004005,400405018,224030105 +400405019,0,STORY_VOICE_40004005,400405019,224030105 +400405020,0,STORY_VOICE_40004005,400405020,224030105 +400405021,0,STORY_VOICE_40004005,400405021,224030105 +400405022,0,STORY_VOICE_40004005,400405022,224030105 +400405023,0,STORY_VOICE_40004005,400405023,224030105 +400405024,0,STORY_VOICE_40004005,400405024,224030105 +400405025,0,STORY_VOICE_40004005,400405025,224030105 +400405026,0,STORY_VOICE_40004005,400405026,224030105 +400405027,0,STORY_VOICE_40004005,400405027,224030105 +400405028,0,STORY_VOICE_40004005,400405028,224030105 +400405029,0,STORY_VOICE_40004005,400405029,224030105 +400405030,0,STORY_VOICE_40004005,400405030,224030105 +400405031,0,STORY_VOICE_40004005,400405031,224030105 +400405032,0,STORY_VOICE_40004005,400405032,224030105 +400405033,0,STORY_VOICE_40004005,400405033,224030105 +400405034,0,STORY_VOICE_40004005,400405034,224030105 +400405035,0,STORY_VOICE_40004005,400405035,224030105 +400405036,0,STORY_VOICE_40004005,400405036,224030105 +400405037,0,STORY_VOICE_40004005,400405037,224030105 +400405038,0,STORY_VOICE_40004005,400405038,224030105 +400405039,0,STORY_VOICE_40004005,400405039,224030105 +400405040,0,STORY_VOICE_40004005,400405040,224030105 +400405041,0,STORY_VOICE_40004005,400405041,224030105 +400405042,0,STORY_VOICE_40004005,400405042,224030105 +400405043,0,STORY_VOICE_40004005,400405043,224030105 +400405044,0,STORY_VOICE_40004005,400405044,224030105 +400405045,0,STORY_VOICE_40004005,400405045,224030105 +400405046,0,STORY_VOICE_40004005,400405046,224030105 +400405047,0,STORY_VOICE_40004005,400405047,224030105 +400405048,0,STORY_VOICE_40004005,400405048,224030105 +100301001,0,STORY_VOICE_10003001,100301001,223113006 +100301002,0,STORY_VOICE_10003001,100301002,223113006 +100301003,0,STORY_VOICE_10003001,100301003,223113006 +100301004,0,STORY_VOICE_10003001,100301004,223113006 +100301005,0,STORY_VOICE_10003001,100301005,223113006 +100301006,0,STORY_VOICE_10003001,100301006,223113006 +100301007,0,STORY_VOICE_10003001,100301007,223113006 +100301008,0,STORY_VOICE_10003001,100301008,223113006 +100301009,0,STORY_VOICE_10003001,100301009,223113006 +100301010,0,STORY_VOICE_10003001,100301010,223113006 +100301011,0,STORY_VOICE_10003001,100301011,223113006 +100301012,0,STORY_VOICE_10003001,100301012,223113006 +100301013,0,STORY_VOICE_10003001,100301013,223113006 +100301014,0,STORY_VOICE_10003001,100301014,223113006 +100301015,0,STORY_VOICE_10003001,100301015,223113006 +100301016,0,STORY_VOICE_10003001,100301016,223113006 +100301017,0,STORY_VOICE_10003001,100301017,223113006 +100301018,0,STORY_VOICE_10003001,100301018,223113006 +100301019,0,STORY_VOICE_10003001,100301019,223113006 +100301020,0,STORY_VOICE_10003001,100301020,223113006 +100301021,0,STORY_VOICE_10003001,100301021,223113006 +100301022,0,STORY_VOICE_10003001,100301022,223113006 +100301023,0,STORY_VOICE_10003001,100301023,223113006 +100301024,0,STORY_VOICE_10003001,100301024,223113006 +100301025,0,STORY_VOICE_10003001,100301025,223113006 +100301026,0,STORY_VOICE_10003001,100301026,223113006 +100301027,0,STORY_VOICE_10003001,100301027,223113006 +100301028,0,STORY_VOICE_10003001,100301028,223113006 +100301029,0,STORY_VOICE_10003001,100301029,223113006 +100301030,0,STORY_VOICE_10003001,100301030,223113006 +100301031,0,STORY_VOICE_10003001,100301031,223113006 +100301032,0,STORY_VOICE_10003001,100301032,223113006 +100301033,0,STORY_VOICE_10003001,100301033,223113006 +100301034,0,STORY_VOICE_10003001,100301034,223113006 +100301035,0,STORY_VOICE_10003001,100301035,223113006 +100301036,0,STORY_VOICE_10003001,100301036,223113006 +100301037,0,STORY_VOICE_10003001,100301037,223113006 +100301038,0,STORY_VOICE_10003001,100301038,223113006 +100301039,0,STORY_VOICE_10003001,100301039,223113006 +100301040,0,STORY_VOICE_10003001,100301040,223113006 +100301041,0,STORY_VOICE_10003001,100301041,223113006 +100301042,0,STORY_VOICE_10003001,100301042,223113006 +100301043,0,STORY_VOICE_10003001,100301043,223113006 +100301044,0,STORY_VOICE_10003001,100301044,223113006 +100301045,0,STORY_VOICE_10003001,100301045,223113006 +100301046,0,STORY_VOICE_10003001,100301046,223113006 +100301047,0,STORY_VOICE_10003001,100301047,223113006 +100301048,0,STORY_VOICE_10003001,100301048,223113006 +100301049,0,STORY_VOICE_10003001,100301049,223113006 +100301050,0,STORY_VOICE_10003001,100301050,223113006 +100301051,0,STORY_VOICE_10003001,100301051,223113006 +100302001,0,STORY_VOICE_10003002,100302001,223113006 +100302002,0,STORY_VOICE_10003002,100302002,223113006 +100302003,0,STORY_VOICE_10003002,100302003,223113006 +100302004,0,STORY_VOICE_10003002,100302004,223113006 +100302005,0,STORY_VOICE_10003002,100302005,223113006 +100302006,0,STORY_VOICE_10003002,100302006,223113006 +100302007,0,STORY_VOICE_10003002,100302007,223113006 +100302008,0,STORY_VOICE_10003002,100302008,223113006 +100302009,0,STORY_VOICE_10003002,100302009,223113006 +100302010,0,STORY_VOICE_10003002,100302010,223113006 +100302011,0,STORY_VOICE_10003002,100302011,223113006 +100302012,0,STORY_VOICE_10003002,100302012,223113006 +100302013,0,STORY_VOICE_10003002,100302013,223113006 +100302014,0,STORY_VOICE_10003002,100302014,223113006 +100302015,0,STORY_VOICE_10003002,100302015,223113006 +100302016,0,STORY_VOICE_10003002,100302016,223113006 +100302017,0,STORY_VOICE_10003002,100302017,223113006 +100302018,0,STORY_VOICE_10003002,100302018,223113006 +100302019,0,STORY_VOICE_10003002,100302019,223113006 +100302020,0,STORY_VOICE_10003002,100302020,223113006 +100302021,0,STORY_VOICE_10003002,100302021,223113006 +100302022,0,STORY_VOICE_10003002,100302022,223113006 +100302023,0,STORY_VOICE_10003002,100302023,223113006 +100302024,0,STORY_VOICE_10003002,100302024,223113006 +100302025,0,STORY_VOICE_10003002,100302025,223113006 +100302026,0,STORY_VOICE_10003002,100302026,223113006 +100302027,0,STORY_VOICE_10003002,100302027,223113006 +100302028,0,STORY_VOICE_10003002,100302028,223113006 +100302029,0,STORY_VOICE_10003002,100302029,223113006 +100302030,0,STORY_VOICE_10003002,100302030,223113006 +100302031,0,STORY_VOICE_10003002,100302031,223113006 +100302032,0,STORY_VOICE_10003002,100302032,223113006 +100302033,0,STORY_VOICE_10003002,100302033,223113006 +100302034,0,STORY_VOICE_10003002,100302034,223113006 +100302035,0,STORY_VOICE_10003002,100302035,223113006 +100302036,0,STORY_VOICE_10003002,100302036,223113006 +100302037,0,STORY_VOICE_10003002,100302037,223113006 +100302038,0,STORY_VOICE_10003002,100302038,223113006 +100302039,0,STORY_VOICE_10003002,100302039,223113006 +100302040,0,STORY_VOICE_10003002,100302040,223113006 +100302041,0,STORY_VOICE_10003002,100302041,223113006 +100302042,0,STORY_VOICE_10003002,100302042,223113006 +100302043,0,STORY_VOICE_10003002,100302043,223113006 +100302044,0,STORY_VOICE_10003002,100302044,223113006 +100302045,0,STORY_VOICE_10003002,100302045,223113006 +100302046,0,STORY_VOICE_10003002,100302046,223113006 +100302047,0,STORY_VOICE_10003002,100302047,223113006 +100302048,0,STORY_VOICE_10003002,100302048,223113006 +100302049,0,STORY_VOICE_10003002,100302049,223113006 +100302050,0,STORY_VOICE_10003002,100302050,223113006 +100302051,0,STORY_VOICE_10003002,100302051,223113006 +100302052,0,STORY_VOICE_10003002,100302052,223113006 +100302053,0,STORY_VOICE_10003002,100302053,223113006 +100302054,0,STORY_VOICE_10003002,100302054,223113006 +100302055,0,STORY_VOICE_10003002,100302055,223113006 +100302056,0,STORY_VOICE_10003002,100302056,223113006 +100302057,0,STORY_VOICE_10003002,100302057,223113006 +100302058,0,STORY_VOICE_10003002,100302058,223113006 +100302059,0,STORY_VOICE_10003002,100302059,223113006 +100302060,0,STORY_VOICE_10003002,100302060,223113006 +100302061,0,STORY_VOICE_10003002,100302061,223113006 +100302062,0,STORY_VOICE_10003002,100302062,223113006 +100302063,0,STORY_VOICE_10003002,100302063,223113006 +100302064,0,STORY_VOICE_10003002,100302064,223113006 +100302065,0,STORY_VOICE_10003002,100302065,223113006 +100302066,0,STORY_VOICE_10003002,100302066,223113006 +100302067,0,STORY_VOICE_10003002,100302067,223113006 +100302068,0,STORY_VOICE_10003002,100302068,223113006 +100302069,0,STORY_VOICE_10003002,100302069,223113006 +100302070,0,STORY_VOICE_10003002,100302070,223113006 +100302071,0,STORY_VOICE_10003002,100302071,223113006 +100303001,0,STORY_VOICE_10003003,100303001,223113006 +100303002,0,STORY_VOICE_10003003,100303002,223113006 +100303003,0,STORY_VOICE_10003003,100303003,223113006 +100303004,0,STORY_VOICE_10003003,100303004,223113006 +100303005,0,STORY_VOICE_10003003,100303005,223113006 +100303006,0,STORY_VOICE_10003003,100303006,223113006 +100303007,0,STORY_VOICE_10003003,100303007,223113006 +100303008,0,STORY_VOICE_10003003,100303008,223113006 +100303009,0,STORY_VOICE_10003003,100303009,223113006 +100303010,0,STORY_VOICE_10003003,100303010,223113006 +100303011,0,STORY_VOICE_10003003,100303011,223113006 +100303012,0,STORY_VOICE_10003003,100303012,223113006 +100303013,0,STORY_VOICE_10003003,100303013,223113006 +100303014,0,STORY_VOICE_10003003,100303014,223113006 +100303015,0,STORY_VOICE_10003003,100303015,223113006 +100303016,0,STORY_VOICE_10003003,100303016,223113006 +100303017,0,STORY_VOICE_10003003,100303017,223113006 +100303018,0,STORY_VOICE_10003003,100303018,223113006 +100303019,0,STORY_VOICE_10003003,100303019,223113006 +100303020,0,STORY_VOICE_10003003,100303020,223113006 +100303021,0,STORY_VOICE_10003003,100303021,223113006 +100303022,0,STORY_VOICE_10003003,100303022,223113006 +100303023,0,STORY_VOICE_10003003,100303023,223113006 +100303024,0,STORY_VOICE_10003003,100303024,223113006 +100303025,0,STORY_VOICE_10003003,100303025,223113006 +100303026,0,STORY_VOICE_10003003,100303026,223113006 +100303027,0,STORY_VOICE_10003003,100303027,223113006 +100303028,0,STORY_VOICE_10003003,100303028,223113006 +100303029,0,STORY_VOICE_10003003,100303029,223113006 +100303030,0,STORY_VOICE_10003003,100303030,223113006 +100303031,0,STORY_VOICE_10003003,100303031,223113006 +100303032,0,STORY_VOICE_10003003,100303032,223113006 +100303033,0,STORY_VOICE_10003003,100303033,223113006 +100303034,0,STORY_VOICE_10003003,100303034,223113006 +100303035,0,STORY_VOICE_10003003,100303035,223113006 +100303036,0,STORY_VOICE_10003003,100303036,223113006 +100303037,0,STORY_VOICE_10003003,100303037,223113006 +100303038,0,STORY_VOICE_10003003,100303038,223113006 +100303039,0,STORY_VOICE_10003003,100303039,223113006 +100303040,0,STORY_VOICE_10003003,100303040,223113006 +100303041,0,STORY_VOICE_10003003,100303041,223113006 +100303042,0,STORY_VOICE_10003003,100303042,223113006 +100303043,0,STORY_VOICE_10003003,100303043,223113006 +100303044,0,STORY_VOICE_10003003,100303044,223113006 +100303045,0,STORY_VOICE_10003003,100303045,223113006 +100303046,0,STORY_VOICE_10003003,100303046,223113006 +100303047,0,STORY_VOICE_10003003,100303047,223113006 +100303048,0,STORY_VOICE_10003003,100303048,223113006 +100303049,0,STORY_VOICE_10003003,100303049,223113006 +100303050,0,STORY_VOICE_10003003,100303050,223113006 +100303051,0,STORY_VOICE_10003003,100303051,223113006 +100303052,0,STORY_VOICE_10003003,100303052,223113006 +100304001,0,STORY_VOICE_10003004,100304001,223113006 +100304002,0,STORY_VOICE_10003004,100304002,223113006 +100304003,0,STORY_VOICE_10003004,100304003,223113006 +100304004,0,STORY_VOICE_10003004,100304004,223113006 +100304005,0,STORY_VOICE_10003004,100304005,223113006 +100304006,0,STORY_VOICE_10003004,100304006,223113006 +100304007,0,STORY_VOICE_10003004,100304007,223113006 +100304008,0,STORY_VOICE_10003004,100304008,223113006 +100304009,0,STORY_VOICE_10003004,100304009,223113006 +100304010,0,STORY_VOICE_10003004,100304010,223113006 +100304011,0,STORY_VOICE_10003004,100304011,223113006 +100304012,0,STORY_VOICE_10003004,100304012,223113006 +100304013,0,STORY_VOICE_10003004,100304013,223113006 +100304014,0,STORY_VOICE_10003004,100304014,223113006 +100304015,0,STORY_VOICE_10003004,100304015,223113006 +100304016,0,STORY_VOICE_10003004,100304016,223113006 +100304017,0,STORY_VOICE_10003004,100304017,223113006 +100304018,0,STORY_VOICE_10003004,100304018,223113006 +100304019,0,STORY_VOICE_10003004,100304019,223113006 +100304020,0,STORY_VOICE_10003004,100304020,223113006 +100304021,0,STORY_VOICE_10003004,100304021,223113006 +100304022,0,STORY_VOICE_10003004,100304022,223113006 +100304023,0,STORY_VOICE_10003004,100304023,223113006 +100304024,0,STORY_VOICE_10003004,100304024,223113006 +100304025,0,STORY_VOICE_10003004,100304025,223113006 +100304026,0,STORY_VOICE_10003004,100304026,223113006 +100304027,0,STORY_VOICE_10003004,100304027,223113006 +100304028,0,STORY_VOICE_10003004,100304028,223113006 +100304029,0,STORY_VOICE_10003004,100304029,223113006 +100304030,0,STORY_VOICE_10003004,100304030,223113006 +100304031,0,STORY_VOICE_10003004,100304031,223113006 +100304032,0,STORY_VOICE_10003004,100304032,223113006 +100304033,0,STORY_VOICE_10003004,100304033,223113006 +100304034,0,STORY_VOICE_10003004,100304034,223113006 +100304035,0,STORY_VOICE_10003004,100304035,223113006 +100304036,0,STORY_VOICE_10003004,100304036,223113006 +100304037,0,STORY_VOICE_10003004,100304037,223113006 +100304038,0,STORY_VOICE_10003004,100304038,223113006 +100304039,0,STORY_VOICE_10003004,100304039,223113006 +100304040,0,STORY_VOICE_10003004,100304040,223113006 +100304041,0,STORY_VOICE_10003004,100304041,223113006 +100304042,0,STORY_VOICE_10003004,100304042,223113006 +100304043,0,STORY_VOICE_10003004,100304043,223113006 +100304044,0,STORY_VOICE_10003004,100304044,223113006 +100304045,0,STORY_VOICE_10003004,100304045,223113006 +100304046,0,STORY_VOICE_10003004,100304046,223113006 +100304047,0,STORY_VOICE_10003004,100304047,223113006 +100304048,0,STORY_VOICE_10003004,100304048,223113006 +100304049,0,STORY_VOICE_10003004,100304049,223113006 +100304050,0,STORY_VOICE_10003004,100304050,223113006 +100304051,0,STORY_VOICE_10003004,100304051,223113006 +100304052,0,STORY_VOICE_10003004,100304052,223113006 +100305001,0,STORY_VOICE_10003005,100305001,223113006 +100305002,0,STORY_VOICE_10003005,100305002,223113006 +100305003,0,STORY_VOICE_10003005,100305003,223113006 +100305004,0,STORY_VOICE_10003005,100305004,223113006 +100305005,0,STORY_VOICE_10003005,100305005,223113006 +100305006,0,STORY_VOICE_10003005,100305006,223113006 +100305007,0,STORY_VOICE_10003005,100305007,223113006 +100305008,0,STORY_VOICE_10003005,100305008,223113006 +100305009,0,STORY_VOICE_10003005,100305009,223113006 +100305010,0,STORY_VOICE_10003005,100305010,223113006 +100305011,0,STORY_VOICE_10003005,100305011,223113006 +100305012,0,STORY_VOICE_10003005,100305012,223113006 +100305013,0,STORY_VOICE_10003005,100305013,223113006 +100305014,0,STORY_VOICE_10003005,100305014,223113006 +100305015,0,STORY_VOICE_10003005,100305015,223113006 +100305016,0,STORY_VOICE_10003005,100305016,223113006 +100305017,0,STORY_VOICE_10003005,100305017,223113006 +100305018,0,STORY_VOICE_10003005,100305018,223113006 +100305019,0,STORY_VOICE_10003005,100305019,223113006 +100305020,0,STORY_VOICE_10003005,100305020,223113006 +100305021,0,STORY_VOICE_10003005,100305021,223113006 +100305022,0,STORY_VOICE_10003005,100305022,223113006 +100305023,0,STORY_VOICE_10003005,100305023,223113006 +100305024,0,STORY_VOICE_10003005,100305024,223113006 +100305025,0,STORY_VOICE_10003005,100305025,223113006 +100305026,0,STORY_VOICE_10003005,100305026,223113006 +100305027,0,STORY_VOICE_10003005,100305027,223113006 +100305028,0,STORY_VOICE_10003005,100305028,223113006 +100305029,0,STORY_VOICE_10003005,100305029,223113006 +100305030,0,STORY_VOICE_10003005,100305030,223113006 +100305031,0,STORY_VOICE_10003005,100305031,223113006 +100305032,0,STORY_VOICE_10003005,100305032,223113006 +100305033,0,STORY_VOICE_10003005,100305033,223113006 +100305034,0,STORY_VOICE_10003005,100305034,223113006 +100305035,0,STORY_VOICE_10003005,100305035,223113006 +100305036,0,STORY_VOICE_10003005,100305036,223113006 +100305037,0,STORY_VOICE_10003005,100305037,223113006 +100305038,0,STORY_VOICE_10003005,100305038,223113006 +100305039,0,STORY_VOICE_10003005,100305039,223113006 +100305040,0,STORY_VOICE_10003005,100305040,223113006 +100305041,0,STORY_VOICE_10003005,100305041,223113006 +100305042,0,STORY_VOICE_10003005,100305042,223113006 +100305043,0,STORY_VOICE_10003005,100305043,223113006 +100305044,0,STORY_VOICE_10003005,100305044,223113006 +100305045,0,STORY_VOICE_10003005,100305045,223113006 +100305046,0,STORY_VOICE_10003005,100305046,223113006 +100305047,0,STORY_VOICE_10003005,100305047,223113006 +100305048,0,STORY_VOICE_10003005,100305048,223113006 +100305049,0,STORY_VOICE_10003005,100305049,223113006 +100305050,0,STORY_VOICE_10003005,100305050,223113006 +100305051,0,STORY_VOICE_10003005,100305051,223113006 +100305052,0,STORY_VOICE_10003005,100305052,223113006 +100305053,0,STORY_VOICE_10003005,100305053,223113006 +100305054,0,STORY_VOICE_10003005,100305054,223113006 diff --git a/src/router/masterdata/csv/voice_key.csv b/src/router/databases/csv-en/voice_key.csv similarity index 100% rename from src/router/masterdata/csv/voice_key.csv rename to src/router/databases/csv-en/voice_key.csv diff --git a/src/router/masterdata/csv/wipe.csv b/src/router/databases/csv-en/wipe.csv similarity index 100% rename from src/router/masterdata/csv/wipe.csv rename to src/router/databases/csv-en/wipe.csv diff --git a/src/router/masterdata/csv/wipe_play_list.csv b/src/router/databases/csv-en/wipe_play_list.csv similarity index 100% rename from src/router/masterdata/csv/wipe_play_list.csv rename to src/router/databases/csv-en/wipe_play_list.csv diff --git a/src/router/databases/csv.rs b/src/router/databases/csv.rs new file mode 100644 index 0000000..848e12e --- /dev/null +++ b/src/router/databases/csv.rs @@ -0,0 +1,149 @@ +use jzon::{array, object, JsonValue}; +use lazy_static::lazy_static; +use std::collections::HashMap; +use std::sync::Mutex; + +use include_dir::{include_dir, Dir}; + +use crate::include_file; + +static MASTERDATA_JP: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/src/router/databases/csv"); +static MASTERDATA_EN: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/src/router/databases/csv-en"); + +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)] +pub enum Region { + Jp, + En, +} + +lazy_static! { + static ref TABLE_CACHE: Mutex> = + Mutex::new(HashMap::new()); + + // This also needs to be packed into the client - this never changes + static ref SCHEMAS: JsonValue = jzon::parse( + &include_file!("src/router/databases/schemas.json") + ).expect("schemas.json is malformed"); +} + +fn dir_for(region: Region) -> &'static Dir<'static> { + match region { + Region::Jp => &MASTERDATA_JP, + Region::En => &MASTERDATA_EN, + } +} + +pub fn csv_bytes(region: Region, name: &str) -> Option<&'static [u8]> { + dir_for(region) + .get_file(format!("{name}.csv")) + .map(|f| f.contents()) +} + +pub fn table(region: Region, name: &str) -> JsonValue { + let key = (region, name.to_owned()); + if let Some(cached) = TABLE_CACHE.lock().unwrap().get(&key) { + return cached.clone(); + } + + let bytes = csv_bytes(region, name).unwrap_or_else(|| { + panic!("masterdata CSV not bundled: {name}.csv ({region:?})") + }); + let parsed = parse_csv(name, bytes); + + TABLE_CACHE.lock().unwrap().insert(key, parsed.clone()); + parsed +} + +fn field_types(table_name: &str) -> HashMap { + let mut out = HashMap::new(); + let table = &SCHEMAS["tables"][table_name]; + for f in table["fields"].members() { + out.insert(f["name"].to_string(), f["type"].to_string()); + } + out +} + +fn parse_csv(table_name: &str, bytes: &[u8]) -> JsonValue { + let types = field_types(table_name); + + let mut rdr = csv::ReaderBuilder::new() + .has_headers(true) + .flexible(true) + .from_reader(bytes); + + let raw_headers: Vec = rdr + .headers() + .expect("malformed CSV header") + .iter() + .enumerate() + .map(|(i, h)| { + if i == 0 { + h.trim_start_matches('\u{feff}').to_owned() + } else { + h.to_owned() + } + }) + .collect(); + + let json_keys: Vec = raw_headers + .iter() + .map(|h| h.strip_prefix('_').unwrap_or(h).to_owned()) + .collect(); + + // Default missing schema columns to "string" — safer than guessing. + let column_types: Vec<&str> = raw_headers + .iter() + .map(|h| types.get(h.as_str()).map(String::as_str).unwrap_or("string")) + .collect(); + + let mut out = array![]; + for record in rdr.records() { + let record = record.expect("malformed CSV row"); + let mut row = object! {}; + for (i, raw) in record.iter().enumerate() { + let key = match json_keys.get(i) { + Some(k) => k.as_str(), + None => continue, // extra trailing columns — ignore + }; + row[key] = coerce(raw, column_types[i]); + } + out.push(row).expect("array push"); + } + out +} + +fn coerce(raw: &str, type_token: &str) -> JsonValue { + if let Some(elem) = type_token.strip_suffix("[]") { + if raw.is_empty() { + return array![]; + } + let mut out = array![]; + for part in raw.split(',') { + out.push(coerce(part, elem)).expect("array push"); + } + return out; + } + + match type_token { + "string" => JsonValue::String(raw.to_owned()), + "bool" => JsonValue::Boolean(matches!(raw, "1" | "true" | "True" | "TRUE")), + "float" | "double" => { + if raw.is_empty() { + JsonValue::from(0.0) + } else { + raw.parse::() + .map(JsonValue::from) + .unwrap_or_else(|_| JsonValue::String(raw.to_owned())) + } + } + _ => { + if raw.is_empty() { + JsonValue::from(0) + } else { + raw.parse::() + .map(JsonValue::from) + .unwrap_or_else(|_| JsonValue::String(raw.to_owned())) + } + } + } +} diff --git a/src/router/databases/csv/achievement.csv b/src/router/databases/csv/achievement.csv new file mode 100644 index 0000000..a977df8 --- /dev/null +++ b/src/router/databases/csv/achievement.csv @@ -0,0 +1,9 @@ +_id,_achievementIdAndroid,_achievementIdIos,_masterReleaseLabelId +Tutorial_Clear,CgkI58KMzscDEAIQAQ,tutorial,1 +Rank_3_Arrival,CgkI58KMzscDEAIQAg,rank3,1 +Rank_5_Arrival,CgkI58KMzscDEAIQAw,rank5,1 +Rank_10_Arrival,CgkI58KMzscDEAIQBA,rank10,1 +Rank_15_Arrival,CgkI58KMzscDEAIQBQ,rank15,1 +Rank_20_Arrival,CgkI58KMzscDEAIQBg,rank20,1 +Rank_25_Arrival,CgkI58KMzscDEAIQBw,rank25,1 +Rank_30_Arrival,CgkI58KMzscDEAIQCA,rank30,1 diff --git a/src/router/databases/csv/adjust_tracking_list.csv b/src/router/databases/csv/adjust_tracking_list.csv new file mode 100644 index 0000000..549d6ad --- /dev/null +++ b/src/router/databases/csv/adjust_tracking_list.csv @@ -0,0 +1,33 @@ +_id,_name,_trackingId,_trackingType,_value,_masterReleaseLabelId +1,USERNAME_COMPLETE,cxaf1k,1,,1 +2,TUTORIAL_COMPLETE,usrdzo,2,,1 +3,LOGIN_BONUS,253c9m,3,,1 +4,PURCHASE,1bsthi,4,,1 +5,INITIAL_PURCHASE,ydtj0o,5,,1 +6,RANK_005,gd5k9i,6,5,1 +7,RANK_010,32vmx1,6,10,1 +8,RANK_030,o7jsyo,6,30,1 +9,RANK_050,a8x3q0,6,50,1 +10,RANK_100,2t4qed,6,100,1 +11,RANK_200,6910uf,6,200,1 +12,RANK_300,z7sc9p,6,300,1 +13,STORYCLEAR_MS_01,xw39p7,7,10001001,223043005 +14,STORYCLEAR_MS_02,k0e5zr,7,10001002,223043005 +15,STORYCLEAR_MS_03,tbne9l,7,10001003,223043005 +16,STORYCLEAR_MS_04,ydfmv4,7,10001004,223043005 +17,STORYCLEAR_MS_05,v3kowc,7,10001005,223043005 +18,STORYCLEAR_AQOURS_01,1y4ciq,7,20001001,223051505 +19,STORYCLEAR_AQOURS_02,2x9bkp,7,20001002,223051505 +20,STORYCLEAR_AQOURS_03,l0ynyt,7,20001003,223051505 +21,STORYCLEAR_AQOURS_04,7fhbyg,7,20001004,223051505 +22,STORYCLEAR_AQOURS_05,mxlplg,7,20001005,223051505 +23,STORYCLEAR_NIJI_01,h9iti9,7,30001001,223053105 +24,STORYCLEAR_NIJI_02,c2bx53,7,30001002,223053105 +25,STORYCLEAR_NIJI_03,jxthtq,7,30001003,223053105 +26,STORYCLEAR_NIJI_04,thehu8,7,30001004,223053105 +27,STORYCLEAR_NIJI_05,g04pim,7,30001005,223053105 +28,STORYCLEAR_LIELLA_01,dcov5n,7,40001001,223041904 +29,STORYCLEAR_LIELLA_02,lpanui,7,40001002,223041904 +30,STORYCLEAR_LIELLA_03,yt1qhl,7,40001003,223041904 +31,STORYCLEAR_LIELLA_04,f74i28,7,40001004,223041904 +32,STORYCLEAR_LIELLA_05,vurijk,7,40001005,223041904 diff --git a/src/router/databases/csv/album_card_m.csv b/src/router/databases/csv/album_card_m.csv new file mode 100644 index 0000000..80c41b5 --- /dev/null +++ b/src/router/databases/csv/album_card_m.csv @@ -0,0 +1,7248 @@ +_cardId,_naviMoveX,_naviMoveY,_thumbnailName,_signedThumbnailName,_assetName,_signedAssetName,_isBgActive,_masterReleaseLabelId +1,0,0,u_normal_navi_11011001_thumbnail,,u_normal_navi_11011001,,1,1 +2,0,0,u_rankup_navi_11011001_thumbnail,,u_rankup_navi_11011001,,1,1 +6,0,0,u_normal_navi_12012001_thumbnail,,u_normal_navi_12012001,,1,1 +7,0,0,u_rankup_navi_12012001_thumbnail,,u_rankup_navi_12012001,,1,1 +11,0,0,u_normal_navi_13013001_thumbnail,,u_normal_navi_13013001,,1,1 +12,0,0,u_rankup_navi_13013001_thumbnail,,u_rankup_navi_13013001,,1,1 +16,-20,-3,u_normal_navi_11014001_thumbnail,,u_normal_navi_11014001,,1,1 +17,-20,-3,u_rankup_navi_11014001_thumbnail,,u_rankup_navi_11014001,,1,1 +21,-54,-18,u_normal_navi_12015001_thumbnail,,u_normal_navi_12015001,,1,1 +22,-54,-18,u_rankup_navi_12015001_thumbnail,,u_rankup_navi_12015001,,1,1 +26,0,0,u_normal_navi_13016001_thumbnail,,u_normal_navi_13016001,,1,1 +27,0,0,u_rankup_navi_13016001_thumbnail,,u_rankup_navi_13016001,,1,1 +31,0,0,u_normal_navi_11017001_thumbnail,,u_normal_navi_11017001,,1,1 +32,0,0,u_rankup_navi_11017001_thumbnail,,u_rankup_navi_11017001,,1,1 +36,0,0,u_normal_navi_12018001_thumbnail,,u_normal_navi_12018001,,1,1 +37,0,0,u_rankup_navi_12018001_thumbnail,,u_rankup_navi_12018001,,1,1 +41,0,0,u_normal_navi_13019001_thumbnail,,u_normal_navi_13019001,,1,1 +42,0,0,u_rankup_navi_13019001_thumbnail,,u_rankup_navi_13019001,,1,1 +46,0,0,u_normal_navi_11020001_thumbnail,,u_normal_navi_11020001,,1,1 +47,0,0,u_rankup_navi_11020001_thumbnail,,u_rankup_navi_11020001,,1,1 +51,-30,-33,u_normal_navi_12021001_thumbnail,,u_normal_navi_12021001,,1,1 +52,-30,-33,u_rankup_navi_12021001_thumbnail,,u_rankup_navi_12021001,,1,1 +56,0,0,u_normal_navi_13022001_thumbnail,,u_normal_navi_13022001,,1,1 +57,0,0,u_rankup_navi_13022001_thumbnail,,u_rankup_navi_13022001,,1,1 +61,0,0,u_normal_navi_11023001_thumbnail,,u_normal_navi_11023001,,1,1 +62,0,0,u_rankup_navi_11023001_thumbnail,,u_rankup_navi_11023001,,1,1 +66,0,0,u_normal_navi_12024001_thumbnail,,u_normal_navi_12024001,,1,1 +67,0,0,u_rankup_navi_12024001_thumbnail,,u_rankup_navi_12024001,,1,1 +71,-20,-3,u_normal_navi_13025001_thumbnail,,u_normal_navi_13025001,,1,1 +72,-20,-3,u_rankup_navi_13025001_thumbnail,,u_rankup_navi_13025001,,1,1 +76,0,0,u_normal_navi_11026001_thumbnail,,u_normal_navi_11026001,,1,1 +77,0,0,u_rankup_navi_11026001_thumbnail,,u_rankup_navi_11026001,,1,1 +81,0,0,u_normal_navi_12027001_thumbnail,,u_normal_navi_12027001,,1,1 +82,0,0,u_rankup_navi_12027001_thumbnail,,u_rankup_navi_12027001,,1,1 +86,-20,-28,u_normal_navi_13028001_thumbnail,,u_normal_navi_13028001,,1,1 +87,-20,-28,u_rankup_navi_13028001_thumbnail,,u_rankup_navi_13028001,,1,1 +91,0,0,u_normal_navi_11029001_thumbnail,,u_normal_navi_11029001,,1,1 +92,0,0,u_rankup_navi_11029001_thumbnail,,u_rankup_navi_11029001,,1,1 +96,0,0,u_normal_navi_12030001_thumbnail,,u_normal_navi_12030001,,1,1 +97,0,0,u_rankup_navi_12030001_thumbnail,,u_rankup_navi_12030001,,1,1 +101,0,0,u_normal_navi_13031001_thumbnail,,u_normal_navi_13031001,,1,1 +102,0,0,u_rankup_navi_13031001_thumbnail,,u_rankup_navi_13031001,,1,1 +106,0,0,u_normal_navi_11032001_thumbnail,,u_normal_navi_11032001,,1,1 +107,0,0,u_rankup_navi_11032001_thumbnail,,u_rankup_navi_11032001,,1,1 +111,0,0,u_normal_navi_12033001_thumbnail,,u_normal_navi_12033001,,1,1 +112,0,0,u_rankup_navi_12033001_thumbnail,,u_rankup_navi_12033001,,1,1 +116,0,0,u_normal_navi_13034001_thumbnail,,u_normal_navi_13034001,,1,1 +117,0,0,u_rankup_navi_13034001_thumbnail,,u_rankup_navi_13034001,,1,1 +121,0,0,u_normal_navi_11035001_thumbnail,,u_normal_navi_11035001,,1,1 +122,0,0,u_rankup_navi_11035001_thumbnail,,u_rankup_navi_11035001,,1,1 +126,0,0,u_normal_navi_12036001_thumbnail,,u_normal_navi_12036001,,1,1 +127,0,0,u_rankup_navi_12036001_thumbnail,,u_rankup_navi_12036001,,1,1 +131,0,0,u_normal_navi_13037001_thumbnail,,u_normal_navi_13037001,,1,1 +132,0,0,u_rankup_navi_13037001_thumbnail,,u_rankup_navi_13037001,,1,1 +151,0,0,u_23001001_normal_navi_thumbnail,,u_23001001_normal_navi,,1,1 +152,0,0,u_23001001_rankup_navi_thumbnail,,u_23001001_rankup_navi,,1,1 +156,0,0,u_23002001_normal_navi_thumbnail,,u_23002001_normal_navi,,1,1 +157,0,0,u_23002001_rankup_navi_thumbnail,,u_23002001_rankup_navi,,1,1 +161,0,0,u_23003001_normal_navi_thumbnail,,u_23003001_normal_navi,,1,1 +162,0,0,u_23003001_rankup_navi_thumbnail,,u_23003001_rankup_navi,,1,1 +166,0,0,u_23004001_normal_navi_thumbnail,,u_23004001_normal_navi,,1,1 +167,0,0,u_23004001_rankup_navi_thumbnail,,u_23004001_rankup_navi,,1,1 +171,0,0,u_23005001_normal_navi_thumbnail,,u_23005001_normal_navi,,1,1 +172,0,0,u_23005001_rankup_navi_thumbnail,,u_23005001_rankup_navi,,1,1 +176,0,0,u_23006001_normal_navi_thumbnail,,u_23006001_normal_navi,,1,1 +177,0,0,u_23006001_rankup_navi_thumbnail,,u_23006001_rankup_navi,,1,1 +181,0,0,u_23007001_normal_navi_thumbnail,,u_23007001_normal_navi,,1,1 +182,0,0,u_23007001_rankup_navi_thumbnail,,u_23007001_rankup_navi,,1,1 +186,0,0,u_23008001_normal_navi_thumbnail,,u_23008001_normal_navi,,1,1 +187,0,0,u_23008001_rankup_navi_thumbnail,,u_23008001_rankup_navi,,1,1 +191,0,0,u_23009001_normal_navi_thumbnail,,u_23009001_normal_navi,,1,1 +192,0,0,u_23009001_rankup_navi_thumbnail,,u_23009001_rankup_navi,,1,1 +196,0,0,u_22001001_normal_navi_thumbnail,,u_22001001_normal_navi,,1,1 +197,0,0,u_22001001_rankup_navi_thumbnail,,u_22001001_rankup_navi,,1,1 +201,0,0,u_22002001_normal_navi_thumbnail,,u_22002001_normal_navi,,1,1 +202,0,0,u_22002001_rankup_navi_thumbnail,,u_22002001_rankup_navi,,1,1 +206,0,0,u_22003001_normal_navi_thumbnail,,u_22003001_normal_navi,,1,1 +207,0,0,u_22003001_rankup_navi_thumbnail,,u_22003001_rankup_navi,,1,1 +211,0,0,u_22004001_normal_navi_thumbnail,,u_22004001_normal_navi,,1,1 +212,0,0,u_22004001_rankup_navi_thumbnail,,u_22004001_rankup_navi,,1,1 +216,0,0,u_22005001_normal_navi_thumbnail,,u_22005001_normal_navi,,1,1 +217,0,0,u_22005001_rankup_navi_thumbnail,,u_22005001_rankup_navi,,1,1 +221,0,0,u_22006001_normal_navi_thumbnail,,u_22006001_normal_navi,,1,1 +222,-120,0,u_22006001_rankup_navi_thumbnail,,u_22006001_rankup_navi,,1,1 +226,0,0,u_22007001_normal_navi_thumbnail,,u_22007001_normal_navi,,1,1 +227,0,0,u_22007001_rankup_navi_thumbnail,,u_22007001_rankup_navi,,1,1 +231,0,0,u_22008001_normal_navi_thumbnail,,u_22008001_normal_navi,,1,1 +232,0,0,u_22008001_rankup_navi_thumbnail,,u_22008001_rankup_navi,,1,1 +236,0,0,u_22009001_normal_navi_thumbnail,,u_22009001_normal_navi,,1,1 +237,0,0,u_22009001_rankup_navi_thumbnail,,u_22009001_rankup_navi,,1,1 +241,0,0,u_21001001_normal_navi_thumbnail,,u_21001001_normal_navi,,1,1 +242,0,0,u_21001001_rankup_navi_thumbnail,,u_21001001_rankup_navi,,1,1 +246,0,0,u_21002001_normal_navi_thumbnail,,u_21002001_normal_navi,,1,1 +247,0,0,u_21002001_rankup_navi_thumbnail,,u_21002001_rankup_navi,,1,1 +251,0,0,u_21003001_normal_navi_thumbnail,,u_21003001_normal_navi,,1,1 +252,0,0,u_21003001_rankup_navi_thumbnail,,u_21003001_rankup_navi,,1,1 +256,0,0,u_21004001_normal_navi_thumbnail,,u_21004001_normal_navi,,1,1 +257,0,0,u_21004001_rankup_navi_thumbnail,,u_21004001_rankup_navi,,1,1 +261,0,0,u_21005001_normal_navi_thumbnail,,u_21005001_normal_navi,,1,1 +262,0,0,u_21005001_rankup_navi_thumbnail,,u_21005001_rankup_navi,,1,1 +266,0,0,u_21006001_normal_navi_thumbnail,,u_21006001_normal_navi,,1,1 +267,0,0,u_21006001_rankup_navi_thumbnail,,u_21006001_rankup_navi,,1,1 +271,0,0,u_21007001_normal_navi_thumbnail,,u_21007001_normal_navi,,1,1 +272,0,0,u_21007001_rankup_navi_thumbnail,,u_21007001_rankup_navi,,1,1 +276,-20,-43,u_21008001_normal_navi_thumbnail,,u_21008001_normal_navi,,1,1 +277,0,0,u_21008001_rankup_navi_thumbnail,,u_21008001_rankup_navi,,1,1 +281,0,0,u_21009001_normal_navi_thumbnail,,u_21009001_normal_navi,,1,1 +282,0,0,u_21009001_rankup_navi_thumbnail,,u_21009001_rankup_navi,,1,1 +286,0,0,u_31001001_normal_navi_thumbnail,,u_31001001_normal_navi,,1,1 +287,0,0,u_31001001_rankup_navi_thumbnail,,u_31001001_rankup_navi,,1,1 +291,0,0,u_33002001_normal_navi_thumbnail,,u_33002001_normal_navi,,1,1 +292,0,0,u_33002001_rankup_navi_thumbnail,,u_33002001_rankup_navi,,1,1 +296,0,0,u_32003001_normal_navi_thumbnail,,u_32003001_normal_navi,,1,1 +297,0,0,u_32003001_rankup_navi_thumbnail,,u_32003001_rankup_navi,,1,1 +301,0,0,u_33004001_normal_navi_thumbnail,,u_33004001_normal_navi,,1,1 +302,0,0,u_33004001_rankup_navi_thumbnail,,u_33004001_rankup_navi,,1,1 +306,0,0,u_31005001_normal_navi_thumbnail,,u_31005001_normal_navi,,1,1 +307,0,0,u_31005001_rankup_navi_thumbnail,,u_31005001_rankup_navi,,1,1 +311,0,0,u_33006001_normal_navi_thumbnail,,u_33006001_normal_navi,,1,1 +312,0,0,u_33006001_rankup_navi_thumbnail,,u_33006001_rankup_navi,,1,1 +316,0,0,u_32007001_normal_navi_thumbnail,,u_32007001_normal_navi,,1,1 +317,0,0,u_32007001_rankup_navi_thumbnail,,u_32007001_rankup_navi,,1,1 +321,0,0,u_32008001_normal_navi_thumbnail,,u_32008001_normal_navi,,1,1 +322,0,0,u_32008001_rankup_navi_thumbnail,,u_32008001_rankup_navi,,1,1 +326,0,0,u_31009001_normal_navi_thumbnail,,u_31009001_normal_navi,,1,1 +327,0,0,u_31009001_rankup_navi_thumbnail,,u_31009001_rankup_navi,,1,1 +331,0,0,b_42008001_normal_thumbnail,,b_42008001_normal,,0,1 +332,0,0,b_42008001_rankup_thumbnail,b_42008001_rankup_signed_thumbnail,b_42008001_rankup,b_42008001_rankup_signed,0,1 +336,0,0,b_41001001_normal_thumbnail,,b_41001001_normal,,0,1 +337,0,0,b_41001001_rankup_thumbnail,b_41001001_rankup_signed_thumbnail,b_41001001_rankup,b_41001001_rankup_signed,0,1 +341,0,0,b_43002001_normal_thumbnail,,b_43002001_normal,,0,1 +342,0,0,b_43002001_rankup_thumbnail,b_43002001_rankup_signed_thumbnail,b_43002001_rankup,b_43002001_rankup_signed,0,1 +346,0,0,b_41001002_rankup_thumbnail,,b_41001002_rankup,,0,1 +350,0,0,b_43004002_normal_thumbnail,,b_43004002_normal,,0,1 +351,0,0,b_43004002_rankup_thumbnail,b_43004002_rankup_signed_thumbnail,b_43004002_rankup,b_43004002_rankup_signed,0,1 +355,0,0,b_41009001_normal_thumbnail,,b_41009001_normal,,0,1 +356,0,0,b_41009001_rankup_thumbnail,b_41009001_rankup_signed_thumbnail,b_41009001_rankup,b_41009001_rankup_signed,0,1 +360,0,0,b_43004001_rankup_thumbnail,,b_43004001_rankup,,0,1 +364,-20,0,u_normal_navi_11041001_thumbnail,,u_normal_navi_11041001,,1,1 +365,-20,0,u_rankup_navi_11041001_thumbnail,,u_rankup_navi_11041001,,1,1 +369,0,0,u_normal_navi_12042001_thumbnail,,u_normal_navi_12042001,,1,1 +370,0,0,u_rankup_navi_12042001_thumbnail,,u_rankup_navi_12042001,,1,1 +374,0,0,u_normal_navi_12045001_thumbnail,,u_normal_navi_12045001,,1,1 +375,0,0,u_rankup_navi_12045001_thumbnail,,u_rankup_navi_12045001,,1,1 +379,-20,-14,u_normal_navi_13043001_thumbnail,,u_normal_navi_13043001,,1,1 +380,-20,-14,u_rankup_navi_13043001_thumbnail,,u_rankup_navi_13043001,,1,1 +384,0,0,u_31001002_normal_navi_thumbnail,,u_31001002_normal_navi,,1,1 +385,0,0,u_31001002_rankup_navi_thumbnail,,u_31001002_rankup_navi,,1,1 +389,0,0,u_32003002_normal_navi_thumbnail,,u_32003002_normal_navi,,1,1 +390,0,0,u_32003002_rankup_navi_thumbnail,,u_32003002_rankup_navi,,1,1 +394,-16,0,u_32007002_normal_navi_thumbnail,,u_32007002_normal_navi,,1,1 +395,0,0,u_32007002_rankup_navi_thumbnail,,u_32007002_rankup_navi,,1,1 +399,0,0,b_normal_43006002_thumbnail,,b_normal_43006002,,0,1 +400,0,0,b_rankup_43006002_thumbnail,b_rankup_43006002_signed_thumbnail,b_rankup_43006002,b_rankup_43006002_signed,0,1 +404,0,0,u_normal_navi_11046001_thumbnail,,u_normal_navi_11046001,,1,1 +405,0,0,u_rankup_navi_11046001_thumbnail,,u_rankup_navi_11046001,,1,1 +409,0,0,u_normal_navi_33002002_thumbnail,,u_normal_navi_33002002,,1,1 +410,0,0,u_rankup_navi_33002002_thumbnail,,u_rankup_navi_33002002,,1,1 +414,0,0,u_33004002_normal_navi_thumbnail,,u_33004002_normal_navi,,1,1 +415,0,0,u_33004002_rankup_navi_thumbnail,,u_33004002_rankup_navi,,1,1 +419,0,0,u_32008002_normal_navi_thumbnail,,u_32008002_normal_navi,,1,1 +420,0,0,u_32008002_rankup_navi_thumbnail,,u_32008002_rankup_navi,,1,1 +424,0,0,b_42008002_rankup_thumbnail,,b_42008002_rankup,,0,1 +428,0,0,b_42003001_rankup_thumbnail,,b_42003001_rankup,,0,1 +432,0,0,u_33006002_normal_navi_thumbnail,,u_33006002_normal_navi,,1,1 +433,0,0,u_33006002_rankup_navi_thumbnail,,u_33006002_rankup_navi,,1,1 +437,0,0,u_21044001_normal_navi_thumbnail,,u_21044001_normal_navi,,1,1 +438,0,0,u_normal_navi_11047001_thumbnail,,u_normal_navi_11047001,,1,1 +439,0,0,u_rankup_navi_11047001_thumbnail,,u_rankup_navi_11047001,,1,1 +443,0,0,u_normal_navi_12048001_thumbnail,,u_normal_navi_12048001,,1,1 +444,0,0,u_rankup_navi_12048001_thumbnail,,u_rankup_navi_12048001,,1,1 +448,-40,0,u_normal_navi_13049001_thumbnail,,u_normal_navi_13049001,,1,1 +449,-40,0,u_rankup_navi_13049001_thumbnail,,u_rankup_navi_13049001,,1,1 +453,0,0,u_33004003_normal_navi_thumbnail,,u_33004003_normal_navi,,1,1 +454,0,0,u_33004003_rankup_navi_thumbnail,,u_33004003_rankup_navi,,1,1 +458,0,0,u_31005002_normal_navi_thumbnail,,u_31005002_normal_navi,,1,1 +459,0,0,u_31005002_rankup_navi_thumbnail,,u_31005002_rankup_navi,,1,1 +463,0,0,u_31009002_normal_navi_thumbnail,,u_31009002_normal_navi,,1,1 +464,0,0,u_31009002_rankup_navi_thumbnail,,u_31009002_rankup_navi,,1,1 +468,0,0,b_42003002_normal_thumbnail,,b_42003002_normal,,0,1 +469,0,0,b_42003002_rankup_thumbnail,b_42003002_rankup_signed_thumbnail,b_42003002_rankup,b_42003002_rankup_signed,0,1 +473,0,0,b_41005001_rankup_thumbnail,,b_41005001_rankup,,0,1 +477,0,0,b_43006001_rankup_thumbnail,,b_43006001_rankup,,0,1 +481,0,0,u_normal_navi_11050001_thumbnail,,u_normal_navi_11050001,,1,1 +482,0,0,u_rankup_navi_11050001_thumbnail,,u_rankup_navi_11050001,,1,1 +486,0,0,u_32003003_normal_navi_thumbnail,,u_32003003_normal_navi,,1,1 +487,0,0,u_32003003_rankup_navi_thumbnail,,u_32003003_rankup_navi,,1,1 +491,0,0,u_32007003_normal_navi_thumbnail,,u_32007003_normal_navi,,1,1 +492,0,0,u_32007003_rankup_navi_thumbnail,,u_32007003_rankup_navi,,1,1 +496,0,0,u_normal_navi_13051001_thumbnail,,u_normal_navi_13051001,,1,1 +497,0,0,u_rankup_navi_13051001_thumbnail,,u_rankup_navi_13051001,,1,1 +501,0,0,u_31005003_normal_navi_thumbnail,,u_31005003_normal_navi,,1,1 +502,0,0,u_31005003_rankup_navi_thumbnail,,u_31005003_rankup_navi,,1,1 +506,0,0,u_normal_navi_11052001_thumbnail,,u_normal_navi_11052001,,1,1 +507,0,0,u_rankup_navi_11052001_thumbnail,,u_rankup_navi_11052001,,1,1 +511,0,0,u_normal_navi_13053001_thumbnail,,u_normal_navi_13053001,,1,1 +512,0,0,u_rankup_navi_13053001_thumbnail,,u_rankup_navi_13053001,,1,1 +516,-155,0,u_33006003_normal_navi_thumbnail,,u_33006003_normal_navi,,1,1 +517,0,0,u_33006003_rankup_navi_thumbnail,,u_33006003_rankup_navi,,1,1 +521,0,0,u_31009003_normal_navi_thumbnail,,u_31009003_normal_navi,,1,1 +522,0,0,u_31009003_rankup_navi_thumbnail,,u_31009003_rankup_navi,,1,1 +526,0,0,b_42007001_normal_thumbnail,,b_42007001_normal,,0,1 +527,0,0,b_42007001_rankup_thumbnail,b_42007001_rankup_signed_thumbnail,b_42007001_rankup,b_42007001_rankup_signed,0,1 +531,0,0,u_normal_navi_12054001_thumbnail,,u_normal_navi_12054001,,1,1 +532,0,0,u_rankup_navi_12054001_thumbnail,,u_rankup_navi_12054001,,1,1 +536,0,0,u_normal_navi_12059001_thumbnail,,u_normal_navi_12059001,,1,1 +537,0,0,u_rankup_navi_12059001_thumbnail,,u_rankup_navi_12059001,,1,1 +541,0,0,u_31001003_normal_navi_thumbnail,,u_31001003_normal_navi,,1,1 +542,0,0,u_31001003_rankup_navi_thumbnail,,u_31001003_rankup_navi,,1,1 +546,0,0,u_33002003_normal_navi_thumbnail,,u_33002003_normal_navi,,1,1 +547,0,0,u_33002003_rankup_navi_thumbnail,,u_33002003_rankup_navi,,1,1 +551,0,0,b_41005002_normal_thumbnail,,b_41005002_normal,,0,1 +552,0,0,b_41005002_rankup_thumbnail,b_41005002_rankup_signed_thumbnail,b_41005002_rankup,b_41005002_rankup_signed,0,1 +556,0,0,u_31001005_rankup_navi_thumbnail,,u_31001005_rankup_navi,,1,1 +560,0,0,b_41009002_rankup_thumbnail,,b_41009002_rankup,,0,1 +564,0,0,u_31001004_rankup_navi_thumbnail,,u_31001004_rankup_navi,,1,1 +568,0,0,u_33002004_rankup_navi_thumbnail,,u_33002004_rankup_navi,,1,1 +572,0,0,u_32003004_rankup_navi_thumbnail,,u_32003004_rankup_navi,,1,1 +576,0,0,u_33004004_rankup_navi_thumbnail,,u_33004004_rankup_navi,,1,1 +580,0,0,u_31005004_rankup_navi_thumbnail,,u_31005004_rankup_navi,,1,1 +584,0,0,u_33006004_rankup_navi_thumbnail,,u_33006004_rankup_navi,,1,1 +588,0,0,u_32007004_rankup_navi_thumbnail,,u_32007004_rankup_navi,,1,1 +592,0,0,u_32008004_rankup_navi_thumbnail,,u_32008004_rankup_navi,,1,1 +596,0,0,u_31009004_rankup_navi_thumbnail,,u_31009004_rankup_navi,,1,1 +600,0,0,b_42003003_rankup_thumbnail,,b_42003003_rankup,,0,1 +604,0,0,u_normal_navi_12055001_thumbnail,,u_normal_navi_12055001,,1,1 +605,0,0,u_rankup_navi_12055001_thumbnail,,u_rankup_navi_12055001,,1,1 +609,0,0,u_normal_navi_13056001_thumbnail,,u_normal_navi_13056001,,1,1 +610,0,0,u_rankup_navi_13056001_thumbnail,,u_rankup_navi_13056001,,1,1 +614,0,0,u_normal_navi_33001001_thumbnail,,u_normal_navi_33001001,,1,1 +615,0,0,u_rankup_navi_33001001_thumbnail,,u_rankup_navi_33001001,,1,1 +619,0,0,u_normal_navi_31002001_thumbnail,,u_normal_navi_31002001,,1,1 +620,0,0,u_rankup_navi_31002001_thumbnail,,u_rankup_navi_31002001,,1,1 +624,0,0,u_normal_navi_32004001_thumbnail,,u_normal_navi_32004001,,1,1 +625,0,0,u_rankup_navi_32004001_thumbnail,,u_rankup_navi_32004001,,1,1 +629,0,0,u_normal_navi_33005001_thumbnail,,u_normal_navi_33005001,,1,1 +630,0,0,u_rankup_navi_33005001_thumbnail,,u_rankup_navi_33005001,,1,1 +634,0,0,b_normal_42009001_thumbnail,,b_normal_42009001,,0,1 +635,0,0,b_rankup_42009001_thumbnail,b_rankup_42009001_signed_thumbnail,b_rankup_42009001,b_rankup_42009001_signed,0,1 +639,0,0,u_normal_navi_11057001_thumbnail,,u_normal_navi_11057001,,1,1 +640,0,0,u_rankup_navi_11057001_thumbnail,,u_rankup_navi_11057001,,1,1 +644,0,0,u_normal_navi_13058001_thumbnail,,u_normal_navi_13058001,,1,1 +645,0,0,u_rankup_navi_13058001_thumbnail,,u_rankup_navi_13058001,,1,1 +649,0,0,u_normal_navi_31003001_thumbnail,,u_normal_navi_31003001,,1,1 +650,0,0,u_rankup_navi_31003001_thumbnail,,u_rankup_navi_31003001,,1,1 +654,0,0,u_normal_navi_32006001_thumbnail,,u_normal_navi_32006001,,1,1 +655,0,0,u_rankup_navi_32006001_thumbnail,,u_rankup_navi_32006001,,1,1 +659,0,0,u_normal_navi_33008001_thumbnail,,u_normal_navi_33008001,,1,1 +660,0,0,u_rankup_navi_33008001_thumbnail,,u_rankup_navi_33008001,,1,1 +664,0,0,b_normal_41007001_thumbnail,,b_normal_41007001,,0,1 +665,0,0,b_rankup_41007001_thumbnail,b_rankup_41007001_signed_thumbnail,b_rankup_41007001,b_rankup_41007001_signed,0,1 +669,0,0,u_normal_navi_32008003_thumbnail,,u_normal_navi_32008003,,1,1 +670,0,0,u_rankup_navi_32008003_thumbnail,,u_rankup_navi_32008003,,1,1 +674,0,0,b_rankup_43002002_thumbnail,,b_rankup_43002002,,0,1 +678,0,0,b_rankup_42007002_thumbnail,,b_rankup_42007002,,0,1 +682,0,0,b_rankup_41001003_thumbnail,,b_rankup_41001003,,0,1 +686,0,0,u_normal_navi_12060001_thumbnail,,u_normal_navi_12060001,,1,1 +687,0,0,u_rankup_navi_12060001_thumbnail,,u_rankup_navi_12060001,,1,1 +691,0,0,u_normal_navi_12064001_thumbnail,,u_normal_navi_12064001,,1,1 +692,0,0,u_rankup_navi_12064001_thumbnail,,u_rankup_navi_12064001,,1,1 +696,0,0,u_normal_navi_32001001_thumbnail,,u_normal_navi_32001001,,1,1 +697,0,0,u_rankup_navi_32001001_thumbnail,,u_rankup_navi_32001001,,1,1 +701,0,0,u_normal_navi_32005001_thumbnail,,u_normal_navi_32005001,,1,1 +702,0,0,u_rankup_navi_32005001_thumbnail,,u_rankup_navi_32005001,,1,1 +706,0,0,u_normal_navi_31006001_thumbnail,,u_normal_navi_31006001,,1,1 +707,0,0,u_rankup_navi_31006001_thumbnail,,u_rankup_navi_31006001,,1,1 +711,0,0,u_normal_navi_33007001_thumbnail,,u_normal_navi_33007001,,1,1 +712,0,0,u_rankup_navi_33007001_thumbnail,,u_rankup_navi_33007001,,1,1 +716,0,0,b_normal_41004001_thumbnail,,b_normal_41004001,,0,1 +717,0,0,b_rankup_41004001_thumbnail,b_rankup_41004001_signed_thumbnail,b_rankup_41004001,b_rankup_41004001_signed,0,1 +721,0,0,u_normal_navi_21038001_thumbnail,,u_normal_navi_21038001,,1,1 +722,0,0,u_normal_navi_22039001_thumbnail,,u_normal_navi_22039001,,1,1 +723,0,0,u_normal_navi_23040001_thumbnail,,u_normal_navi_23040001,,1,1 +724,0,0,u_normal_navi_13061001_thumbnail,,u_normal_navi_13061001,,1,1 +725,0,0,u_rankup_navi_13061001_thumbnail,,u_rankup_navi_13061001,,1,1 +729,0,0,u_normal_navi_33007002_thumbnail,,u_normal_navi_33007002,,1,1 +730,0,0,u_rankup_navi_33007002_thumbnail,,u_rankup_navi_33007002,,1,1 +734,0,0,u_normal_navi_13062001_thumbnail,,u_normal_navi_13062001,,1,1 +735,0,0,u_rankup_navi_13062001_thumbnail,,u_rankup_navi_13062001,,1,1 +739,0,0,u_normal_navi_32002001_thumbnail,,u_normal_navi_32002001,,1,1 +740,0,0,u_rankup_navi_32002001_thumbnail,,u_rankup_navi_32002001,,1,1 +744,0,0,u_normal_navi_31008001_thumbnail,,u_normal_navi_31008001,,1,1 +745,0,0,u_rankup_navi_31008001_thumbnail,,u_rankup_navi_31008001,,1,1 +749,0,0,u_normal_navi_33009001_thumbnail,,u_normal_navi_33009001,,1,1 +750,0,0,u_rankup_navi_33009001_thumbnail,,u_rankup_navi_33009001,,1,1 +754,0,0,b_normal_43003001_thumbnail,,b_normal_43003001,,0,1 +755,0,0,b_rankup_43003001_thumbnail,b_rankup_43003001_signed_thumbnail,b_rankup_43003001,b_rankup_43003001_signed,0,1 +759,0,0,u_normal_navi_11063001_thumbnail,,u_normal_navi_11063001,,1,1 +760,0,0,u_rankup_navi_11063001_thumbnail,,u_rankup_navi_11063001,,1,1 +764,0,0,u_normal_navi_32005002_thumbnail,,u_normal_navi_32005002,,1,1 +765,0,0,u_rankup_navi_32005002_thumbnail,,u_rankup_navi_32005002,,1,1 +769,0,0,u_rankup_navi_33004005_thumbnail,,u_rankup_navi_33004005,,1,1 +773,0,0,b_rankup_41001004_thumbnail,,b_rankup_41001004,,0,1 +777,0,0,u_normal_navi_31002002_thumbnail,,u_normal_navi_31002002,,1,1 +778,0,0,u_rankup_navi_31002002_thumbnail,,u_rankup_navi_31002002,,1,1 +782,0,0,u_normal_navi_32004002_thumbnail,,u_normal_navi_32004002,,1,1 +783,0,0,u_rankup_navi_32004002_thumbnail,,u_rankup_navi_32004002,,1,1 +787,0,0,u_normal_navi_33008002_thumbnail,,u_normal_navi_33008002,,1,1 +788,0,0,u_rankup_navi_33008002_thumbnail,,u_rankup_navi_33008002,,1,1 +792,0,0,u_normal_navi_31007001_thumbnail,,u_normal_navi_31007001,,1,1 +793,0,0,u_rankup_navi_31007001_thumbnail,,u_rankup_navi_31007001,,1,1 +797,0,0,b_normal_42001001_thumbnail,,b_normal_42001001,,0,1 +798,0,0,b_rankup_42001001_thumbnail,b_rankup_42001001_signed_thumbnail,b_rankup_42001001,b_rankup_42001001_signed,0,1 +802,0,0,u_normal_navi_11065001_thumbnail,,u_normal_navi_11065001,,1,1 +803,0,0,u_rankup_navi_11065001_thumbnail,,u_rankup_navi_11065001,,1,1 +807,0,0,u_normal_navi_31006002_thumbnail,,u_normal_navi_31006002,,1,1 +808,0,0,u_rankup_navi_31006002_thumbnail,,u_rankup_navi_31006002,,1,1 +812,0,0,u_normal_navi_13066001_thumbnail,,u_normal_navi_13066001,,1,1 +813,0,0,u_rankup_navi_13066001_thumbnail,,u_rankup_navi_13066001,,1,1 +817,0,0,u_normal_navi_31003002_thumbnail,,u_normal_navi_31003002,,1,1 +818,0,0,u_rankup_navi_31003002_thumbnail,,u_rankup_navi_31003002,,1,1 +822,0,0,u_normal_navi_32006002_thumbnail,,u_normal_navi_32006002,,1,1 +823,0,0,u_rankup_navi_32006002_thumbnail,,u_rankup_navi_32006002,,1,1 +827,0,0,u_normal_navi_33009002_thumbnail,,u_normal_navi_33009002,,1,1 +828,0,0,u_rankup_navi_33009002_thumbnail,,u_rankup_navi_33009002,,1,1 +832,0,0,b_normal_43005001_thumbnail,,b_normal_43005001,,0,1 +833,0,0,b_rankup_43005001_thumbnail,b_rankup_43005001_signed_thumbnail,b_rankup_43005001,b_rankup_43005001_signed,0,1 +837,0,0,u_normal_navi_11067001_thumbnail,,u_normal_navi_11067001,,1,1 +838,0,0,u_rankup_navi_11067001_thumbnail,,u_rankup_navi_11067001,,1,1 +842,0,0,u_normal_navi_31002003_thumbnail,,u_normal_navi_31002003,,1,1 +843,0,0,u_rankup_navi_31002003_thumbnail,,u_rankup_navi_31002003,,1,1 +847,0,0,u_normal_navi_12068001_thumbnail,,u_normal_navi_12068001,,1,1 +848,0,0,u_rankup_navi_12068001_thumbnail,,u_rankup_navi_12068001,,1,1 +852,0,0,u_normal_navi_33001002_thumbnail,,u_normal_navi_33001002,,1,1 +853,0,0,u_rankup_navi_33001002_thumbnail,,u_rankup_navi_33001002,,1,1 +857,0,0,u_normal_navi_32002002_thumbnail,,u_normal_navi_32002002,,1,1 +858,0,0,u_rankup_navi_32002002_thumbnail,,u_rankup_navi_32002002,,1,1 +862,0,0,u_normal_navi_31003003_thumbnail,,u_normal_navi_31003003,,1,1 +863,0,0,u_rankup_navi_31003003_thumbnail,,u_rankup_navi_31003003,,1,1 +867,0,0,u_normal_navi_32009001_thumbnail,,u_normal_navi_32009001,,1,1 +868,0,0,u_rankup_navi_32009001_thumbnail,,u_rankup_navi_32009001,,1,1 +872,0,0,b_normal_43008001_thumbnail,,b_normal_43008001,,0,1 +873,0,0,b_rankup_43008001_thumbnail,b_rankup_43008001_signed_thumbnail,b_rankup_43008001,b_rankup_43008001_signed,0,1 +877,0,0,u_rankup_navi_32003005_thumbnail,,u_rankup_navi_32003005,,1,1 +881,0,0,u_normal_navi_12028001_thumbnail,,u_normal_navi_12028001,,1,1 +882,0,0,u_rankup_navi_12028001_thumbnail,,u_rankup_navi_12028001,,1,1 +886,0,0,u_normal_navi_33003001_thumbnail,,u_normal_navi_33003001,,1,1 +887,0,0,u_rankup_navi_33003001_thumbnail,,u_rankup_navi_33003001,,1,1 +891,0,0,u_normal_navi_13017001_thumbnail,,u_normal_navi_13017001,,1,1 +892,0,0,u_rankup_navi_13017001_thumbnail,,u_rankup_navi_13017001,,1,1 +896,0,0,u_normal_navi_31004001_thumbnail,,u_normal_navi_31004001,,1,1 +897,-60,0,u_rankup_navi_31004001_thumbnail,,u_rankup_navi_31004001,,1,1 +901,0,0,u_normal_navi_32005003_thumbnail,,u_normal_navi_32005003,,1,1 +902,-43,0,u_rankup_navi_32005003_thumbnail,,u_rankup_navi_32005003,,1,1 +906,0,0,u_normal_navi_33007003_thumbnail,,u_normal_navi_33007003,,1,1 +907,0,0,u_rankup_navi_33007003_thumbnail,,u_rankup_navi_33007003,,1,1 +911,0,0,b_normal_41006001_thumbnail,,b_normal_41006001,,0,1 +912,0,0,b_rankup_41006001_thumbnail,b_rankup_41006001_signed_thumbnail,b_rankup_41006001,b_rankup_41006001_signed,0,1 +916,0,0,u_normal_navi_13011001_thumbnail,,u_normal_navi_13011001,,1,1 +917,0,0,u_rankup_navi_13011001_thumbnail,,u_rankup_navi_13011001,,1,1 +921,0,0,u_normal_navi_32001002_thumbnail,,u_normal_navi_32001002,,1,1 +922,0,0,u_rankup_navi_32001002_thumbnail,,u_rankup_navi_32001002,,1,1 +926,0,0,u_normal_navi_12032001_thumbnail,,u_normal_navi_12032001,,1,1 +927,0,0,u_rankup_navi_12032001_thumbnail,,u_rankup_navi_12032001,,1,1 +931,0,0,u_normal_navi_31004002_thumbnail,,u_normal_navi_31004002,,1,1 +932,0,0,u_rankup_navi_31004002_thumbnail,,u_rankup_navi_31004002,,1,1 +936,0,0,u_normal_navi_33005002_thumbnail,,u_normal_navi_33005002,,1,1 +937,0,0,u_rankup_navi_33005002_thumbnail,,u_rankup_navi_33005002,,1,1 +941,0,0,u_normal_navi_31006003_thumbnail,,u_normal_navi_31006003,,1,1 +942,0,0,u_rankup_navi_31006003_thumbnail,,u_rankup_navi_31006003,,1,1 +946,0,0,u_normal_navi_32009002_thumbnail,,u_normal_navi_32009002,,1,1 +947,0,0,u_rankup_navi_32009002_thumbnail,,u_rankup_navi_32009002,,1,1 +951,0,0,b_normal_42002001_thumbnail,,b_normal_42002001,,0,1 +952,0,0,b_rankup_42002001_thumbnail,b_rankup_42002001_signed_thumbnail,b_rankup_42002001,b_rankup_42002001_signed,0,1 +956,0,0,u_normal_navi_11034001_thumbnail,,u_normal_navi_11034001,,1,1 +957,0,0,u_rankup_navi_11034001_thumbnail,,u_rankup_navi_11034001,,1,1 +961,0,0,u_normal_navi_33008003_thumbnail,,u_normal_navi_33008003,,1,1 +962,0,0,u_rankup_navi_33008003_thumbnail,,u_rankup_navi_33008003,,1,1 +966,0,0,u_normal_navi_11048001_thumbnail,,u_normal_navi_11048001,,1,1 +967,0,0,u_rankup_navi_11048001_thumbnail,,u_rankup_navi_11048001,,1,1 +971,0,0,u_normal_navi_32001003_thumbnail,,u_normal_navi_32001003,,1,1 +972,0,0,u_rankup_navi_32001003_thumbnail,,u_rankup_navi_32001003,,1,1 +976,0,0,u_normal_navi_33003002_thumbnail,,u_normal_navi_33003002,,1,1 +977,0,0,u_rankup_navi_33003002_thumbnail,,u_rankup_navi_33003002,,1,1 +981,0,0,u_normal_navi_31008002_thumbnail,,u_normal_navi_31008002,,1,1 +982,0,0,u_rankup_navi_31008002_thumbnail,,u_rankup_navi_31008002,,1,1 +986,0,0,b_normal_43007001_thumbnail,,b_normal_43007001,,0,1 +987,0,0,b_rankup_43007001_thumbnail,b_rankup_43007001_signed_thumbnail,b_rankup_43007001,b_rankup_43007001_signed,0,1 +991,0,0,b_rankup_42003004_thumbnail,,b_rankup_42003004,,0,1 +995,0,0,u_normal_navi_13054001_thumbnail,,u_normal_navi_13054001,,1,1 +996,0,0,u_rankup_navi_13054001_thumbnail,,u_rankup_navi_13054001,,1,1 +1000,0,0,u_normal_navi_32004003_thumbnail,,u_normal_navi_32004003,,1,1 +1001,0,0,u_rankup_navi_32004003_thumbnail,,u_rankup_navi_32004003,,1,1 +1005,0,0,u_rankup_navi_31009007_thumbnail,,u_rankup_navi_31009007,,1,1 +1009,0,0,u_normal_navi_11021001_thumbnail,,u_normal_navi_11021001,,1,1 +1010,0,0,u_rankup_navi_11021001_thumbnail,,u_rankup_navi_11021001,,1,1 +1014,0,0,u_normal_navi_32003006_thumbnail,,u_normal_navi_32003006,,1,1 +1015,0,0,u_rankup_navi_32003006_thumbnail,,u_rankup_navi_32003006,,1,1 +1019,0,0,u_normal_navi_31005006_thumbnail,,u_normal_navi_31005006,,1,1 +1020,0,0,u_rankup_navi_31005006_thumbnail,,u_rankup_navi_31005006,,1,1 +1024,0,0,u_normal_navi_31007002_thumbnail,,u_normal_navi_31007002,,1,1 +1025,0,0,u_rankup_navi_31007002_thumbnail,,u_rankup_navi_31007002,,1,1 +1029,0,0,u_normal_navi_33009003_thumbnail,,u_normal_navi_33009003,,1,1 +1030,0,0,u_rankup_navi_33009003_thumbnail,,u_rankup_navi_33009003,,1,1 +1034,0,0,b_normal_42004001_thumbnail,,b_normal_42004001,,0,1 +1035,0,0,b_rankup_42004001_thumbnail,b_rankup_42004001_signed_thumbnail,b_rankup_42004001,b_rankup_42004001_signed,0,1 +1039,0,0,u_normal_navi_12041001_thumbnail,,u_normal_navi_12041001,,1,1 +1040,0,0,u_rankup_navi_12041001_thumbnail,,u_rankup_navi_12041001,,1,1 +1044,0,0,u_normal_navi_31009005_thumbnail,,u_normal_navi_31009005,,1,1 +1045,0,0,u_rankup_navi_31009005_thumbnail,,u_rankup_navi_31009005,,1,1 +1049,0,0,u_rankup_navi_33006006_thumbnail,,u_rankup_navi_33006006,,1,1 +1053,0,0,b_rankup_43004003_thumbnail,,b_rankup_43004003,,0,1 +1057,0,0,u_normal_navi_13057001_thumbnail,,u_normal_navi_13057001,,1,1 +1058,0,0,u_rankup_navi_13057001_thumbnail,,u_rankup_navi_13057001,,1,1 +1062,0,0,u_normal_navi_33002005_thumbnail,,u_normal_navi_33002005,,1,1 +1063,0,0,u_rankup_navi_33002005_thumbnail,,u_rankup_navi_33002005,,1,1 +1067,0,0,u_normal_navi_32006003_thumbnail,,u_normal_navi_32006003,,1,1 +1068,0,0,u_rankup_navi_32006003_thumbnail,,u_rankup_navi_32006003,,1,1 +1072,0,0,u_normal_navi_31008003_thumbnail,,u_normal_navi_31008003,,1,1 +1073,0,0,u_rankup_navi_31008003_thumbnail,,u_rankup_navi_31008003,,1,1 +1077,0,0,b_normal_43001001_thumbnail,,b_normal_43001001,,0,1 +1078,0,0,b_rankup_43001001_thumbnail,b_rankup_43001001_signed_thumbnail,b_rankup_43001001,b_rankup_43001001_signed,0,1 +1082,0,0,u_normal_navi_11043001_thumbnail,,u_normal_navi_11043001,,1,1 +1083,0,0,u_rankup_navi_11043001_thumbnail,,u_rankup_navi_11043001,,1,1 +1087,0,0,u_normal_navi_33007004_thumbnail,,u_normal_navi_33007004,,1,1 +1088,0,0,u_rankup_navi_33007004_thumbnail,,u_rankup_navi_33007004,,1,1 +1092,0,0,u_rankup_navi_21005003_thumbnail,,u_rankup_navi_21005003,,1,1 +1096,0,0,u_rankup_navi_31001006_thumbnail,,u_rankup_navi_31001006,,1,1 +1100,0,0,u_rankup_navi_33002006_thumbnail,,u_rankup_navi_33002006,,1,1 +1104,0,0,u_rankup_navi_32003007_thumbnail,,u_rankup_navi_32003007,,1,1 +1108,0,0,u_rankup_navi_33004006_thumbnail,,u_rankup_navi_33004006,,1,1 +1112,0,0,u_rankup_navi_31005005_thumbnail,,u_rankup_navi_31005005,,1,1 +1116,0,0,u_rankup_navi_33006005_thumbnail,,u_rankup_navi_33006005,,1,1 +1120,0,0,u_rankup_navi_32007005_thumbnail,,u_rankup_navi_32007005,,1,1 +1124,0,0,u_rankup_navi_32008005_thumbnail,,u_rankup_navi_32008005,,1,1 +1128,0,0,u_rankup_navi_31009006_thumbnail,,u_rankup_navi_31009006,,1,1 +1132,0,0,u_rankup_navi_31001007_thumbnail,,u_rankup_navi_31001007,,1,1 +1136,0,0,u_rankup_navi_33002007_thumbnail,,u_rankup_navi_33002007,,1,1 +1140,0,0,u_rankup_navi_32003008_thumbnail,,u_rankup_navi_32003008,,1,1 +1144,0,0,u_rankup_navi_33004007_thumbnail,,u_rankup_navi_33004007,,1,1 +1148,0,0,u_rankup_navi_31005007_thumbnail,,u_rankup_navi_31005007,,1,1 +1152,0,0,u_rankup_navi_33006007_thumbnail,,u_rankup_navi_33006007,,1,1 +1156,0,0,u_rankup_navi_32007006_thumbnail,,u_rankup_navi_32007006,,1,1 +1160,0,0,u_rankup_navi_32008006_thumbnail,,u_rankup_navi_32008006,,1,1 +1164,0,0,u_rankup_navi_31009008_thumbnail,,u_rankup_navi_31009008,,1,1 +1168,0,0,u_normal_navi_12023001_thumbnail,,u_normal_navi_12023001,,1,1 +1169,0,0,u_rankup_navi_12023001_thumbnail,,u_rankup_navi_12023001,,1,1 +1173,0,0,u_normal_navi_31001008_thumbnail,,u_normal_navi_31001008,,1,1 +1174,0,0,u_rankup_navi_31001008_thumbnail,,u_rankup_navi_31001008,,1,1 +1178,0,0,u_normal_navi_31004003_thumbnail,,u_normal_navi_31004003,,1,1 +1179,0,0,u_rankup_navi_31004003_thumbnail,,u_rankup_navi_31004003,,1,1 +1183,0,0,u_normal_navi_33005003_thumbnail,,u_normal_navi_33005003,,1,1 +1184,0,0,u_rankup_navi_33005003_thumbnail,,u_rankup_navi_33005003,,1,1 +1188,0,0,u_normal_navi_32008007_thumbnail,,u_normal_navi_32008007,,1,1 +1189,0,0,u_rankup_navi_32008007_thumbnail,,u_rankup_navi_32008007,,1,1 +1193,0,0,b_normal_43009001_thumbnail,,b_normal_43009001,,0,1 +1194,0,0,b_rankup_43009001_thumbnail,b_rankup_43009001_signed_thumbnail,b_rankup_43009001,b_rankup_43009001_signed,0,1 +1198,0,0,b_rankup_42003005_thumbnail,,b_rankup_42003005,,0,1 +1202,0,0,u_normal_navi_13036001_thumbnail,,u_normal_navi_13036001,,1,1 +1203,0,0,u_rankup_navi_13036001_thumbnail,,u_rankup_navi_13036001,,1,1 +1207,0,0,u_normal_navi_32005004_thumbnail,,u_normal_navi_32005004,,1,1 +1208,0,0,u_rankup_navi_32005004_thumbnail,,u_rankup_navi_32005004,,1,1 +1212,0,0,u_normal_navi_12065001_thumbnail,,u_normal_navi_12065001,,1,1 +1213,0,0,u_rankup_navi_12065001_thumbnail,,u_rankup_navi_12065001,,1,1 +1217,0,0,u_normal_navi_32002003_thumbnail,,u_normal_navi_32002003,,1,1 +1218,0,0,u_rankup_navi_32002003_thumbnail,,u_rankup_navi_32002003,,1,1 +1222,0,0,u_normal_navi_33003003_thumbnail,,u_normal_navi_33003003,,1,1 +1223,0,0,u_rankup_navi_33003003_thumbnail,,u_rankup_navi_33003003,,1,1 +1227,0,0,u_normal_navi_31007003_thumbnail,,u_normal_navi_31007003,,1,1 +1228,0,0,u_rankup_navi_31007003_thumbnail,,u_rankup_navi_31007003,,1,1 +1232,0,0,b_normal_42006001_thumbnail,,b_normal_42006001,,0,1 +1233,0,0,b_rankup_42006001_thumbnail,b_rankup_42006001_signed_thumbnail,b_rankup_42006001,b_rankup_42006001_signed,0,1 +1237,0,0,u_normal_navi_11049001_thumbnail,,u_normal_navi_11049001,,1,1 +1238,0,0,u_rankup_navi_11049001_thumbnail,,u_rankup_navi_11049001,,1,1 +1242,0,0,u_normal_navi_31006004_thumbnail,,u_normal_navi_31006004,,1,1 +1243,0,0,u_rankup_navi_31006004_thumbnail,,u_rankup_navi_31006004,,1,1 +1247,0,0,u_normal_navi_11012001_thumbnail,,u_normal_navi_11012001,,1,1 +1248,0,0,u_rankup_navi_11012001_thumbnail,,u_rankup_navi_11012001,,1,1 +1252,0,0,u_normal_navi_33001003_thumbnail,,u_normal_navi_33001003,,1,1 +1253,0,0,u_rankup_navi_33001003_thumbnail,,u_rankup_navi_33001003,,1,1 +1257,0,0,u_normal_navi_31002004_thumbnail,,u_normal_navi_31002004,,1,1 +1258,0,0,u_rankup_navi_31002004_thumbnail,,u_rankup_navi_31002004,,1,1 +1262,0,0,u_normal_navi_33004008_thumbnail,,u_normal_navi_33004008,,1,1 +1263,0,0,u_rankup_navi_33004008_thumbnail,,u_rankup_navi_33004008,,1,1 +1267,0,0,u_normal_navi_32007007_thumbnail,,u_normal_navi_32007007,,1,1 +1268,0,0,u_rankup_navi_32007007_thumbnail,,u_rankup_navi_32007007,,1,1 +1272,0,0,b_normal_41008001_thumbnail,,b_normal_41008001,,0,1 +1273,0,0,b_rankup_41008001_thumbnail,b_rankup_41008001_signed_thumbnail,b_rankup_41008001,b_rankup_41008001_signed,0,1 +1277,0,0,u_normal_navi_13033001_thumbnail,,u_normal_navi_13033001,,1,1 +1278,0,0,u_rankup_navi_13033001_thumbnail,,u_rankup_navi_13033001,,1,1 +1282,0,0,u_normal_navi_32009003_thumbnail,,u_normal_navi_32009003,,1,1 +1283,0,0,u_rankup_navi_32009003_thumbnail,,u_rankup_navi_32009003,,1,1 +1287,0,0,u_normal_navi_12022001_thumbnail,,u_normal_navi_12022001,,1,1 +1288,0,0,u_rankup_navi_12022001_thumbnail,,u_rankup_navi_12022001,,1,1 +1292,0,0,u_normal_navi_31003004_thumbnail,,u_normal_navi_31003004,,1,1 +1293,0,0,u_rankup_navi_31003004_thumbnail,,u_rankup_navi_31003004,,1,1 +1297,0,0,u_normal_navi_32006004_thumbnail,,u_normal_navi_32006004,,1,1 +1298,0,0,u_rankup_navi_32006004_thumbnail,,u_rankup_navi_32006004,,1,1 +1302,0,0,u_normal_navi_33009004_thumbnail,,u_normal_navi_33009004,,1,1 +1303,0,0,u_rankup_navi_33009004_thumbnail,,u_rankup_navi_33009004,,1,1 +1307,0,0,b_normal_42005001_thumbnail,,b_normal_42005001,,0,1 +1308,0,0,b_rankup_42005001_thumbnail,b_rankup_42005001_signed_thumbnail,b_rankup_42005001,b_rankup_42005001_signed,0,1 +1312,0,0,u_normal_navi_11042001_thumbnail,,u_normal_navi_11042001,,1,1 +1313,0,0,u_rankup_navi_11042001_thumbnail,,u_rankup_navi_11042001,,1,1 +1317,0,0,u_normal_navi_33003004_thumbnail,,u_normal_navi_33003004,,1,1 +1318,0,0,u_rankup_navi_33003004_thumbnail,,u_rankup_navi_33003004,,1,1 +1322,0,0,u_rankup_navi_31005009_thumbnail,,u_rankup_navi_31005009,,1,1 +1326,0,0,u_rankup_navi_32008008_thumbnail,,u_rankup_navi_32008008,,1,1 +1330,0,0,u_normal_navi_12037001_thumbnail,,u_normal_navi_12037001,,1,1 +1331,0,0,u_rankup_navi_12037001_thumbnail,,u_rankup_navi_12037001,,1,1 +1335,0,0,u_normal_navi_32001004_thumbnail,,u_normal_navi_32001004,,1,1 +1336,0,0,u_rankup_navi_32001004_thumbnail,,u_rankup_navi_32001004,,1,1 +1340,0,0,u_normal_navi_32003009_thumbnail,,u_normal_navi_32003009,,1,1 +1341,0,0,u_rankup_navi_32003009_thumbnail,,u_rankup_navi_32003009,,1,1 +1345,0,0,u_normal_navi_31005008_thumbnail,,u_normal_navi_31005008,,1,1 +1346,0,0,u_rankup_navi_31005008_thumbnail,,u_rankup_navi_31005008,,1,1 +1350,0,0,u_normal_navi_33008004_thumbnail,,u_normal_navi_33008004,,1,1 +1351,0,0,u_rankup_navi_33008004_thumbnail,,u_rankup_navi_33008004,,1,1 +1355,0,0,b_normal_41002001_thumbnail,,b_normal_41002001,,0,1 +1356,0,0,b_rankup_41002001_thumbnail,b_rankup_41002001_signed_thumbnail,b_rankup_41002001,b_rankup_41002001_signed,0,1 +1360,0,0,u_normal_navi_12047001_thumbnail,,u_normal_navi_12047001,,1,1 +1361,0,0,u_rankup_navi_12047001_thumbnail,,u_rankup_navi_12047001,,1,1 +1365,0,0,u_normal_navi_33006008_thumbnail,,u_normal_navi_33006008,,1,1 +1366,0,0,u_rankup_navi_33006008_thumbnail,,u_rankup_navi_33006008,,1,1 +1370,0,0,u_normal_navi_13027001_thumbnail,,u_normal_navi_13027001,,1,1 +1371,0,0,u_rankup_navi_13027001_thumbnail,,u_rankup_navi_13027001,,1,1 +1375,0,0,u_normal_navi_21001002_thumbnail,,u_normal_navi_21001002,,1,1 +1376,0,0,u_rankup_navi_21001002_thumbnail,,u_rankup_navi_21001002,,1,1 +1380,0,0,u_normal_navi_23002002_thumbnail,,u_normal_navi_23002002,,1,1 +1381,0,0,u_rankup_navi_23002002_thumbnail,,u_rankup_navi_23002002,,1,1 +1385,0,0,u_normal_navi_22003002_thumbnail,,u_normal_navi_22003002,,1,1 +1386,0,0,u_rankup_navi_22003002_thumbnail,,u_rankup_navi_22003002,,1,1 +1390,0,0,u_normal_navi_23004002_thumbnail,,u_normal_navi_23004002,,1,1 +1391,0,0,u_rankup_navi_23004002_thumbnail,,u_rankup_navi_23004002,,1,1 +1395,0,0,u_normal_navi_21005002_thumbnail,,u_normal_navi_21005002,,1,1 +1396,0,0,u_rankup_navi_21005002_thumbnail,,u_rankup_navi_21005002,,1,1 +1400,0,0,u_normal_navi_23006002_thumbnail,,u_normal_navi_23006002,,1,1 +1401,0,0,u_rankup_navi_23006002_thumbnail,,u_rankup_navi_23006002,,1,1 +1405,0,0,u_normal_navi_22007002_thumbnail,,u_normal_navi_22007002,,1,1 +1406,0,0,u_rankup_navi_22007002_thumbnail,,u_rankup_navi_22007002,,1,1 +1410,0,0,u_normal_navi_22008002_thumbnail,,u_normal_navi_22008002,,1,1 +1411,0,0,u_rankup_navi_22008002_thumbnail,,u_rankup_navi_22008002,,1,1 +1415,0,0,u_normal_navi_21009002_thumbnail,,u_normal_navi_21009002,,1,1 +1416,0,0,u_rankup_navi_21009002_thumbnail,,u_rankup_navi_21009002,,1,1 +1420,0,0,u_normal_navi_31006005_thumbnail,,u_normal_navi_31006005,,1,1 +1421,0,0,u_rankup_navi_31006005_thumbnail,,u_rankup_navi_31006005,,1,1 +1425,0,0,u_normal_navi_33007005_thumbnail,,u_normal_navi_33007005,,1,1 +1426,0,0,u_rankup_navi_33007005_thumbnail,,u_rankup_navi_33007005,,1,1 +1430,0,0,u_normal_navi_32009004_thumbnail,,u_normal_navi_32009004,,1,1 +1431,0,0,u_rankup_navi_32009004_thumbnail,,u_rankup_navi_32009004,,1,1 +1435,0,0,b_normal_43004004_thumbnail,,b_normal_43004004,,0,1 +1436,0,0,b_rankup_43004004_thumbnail,b_rankup_43004004_signed_thumbnail,b_rankup_43004004,b_rankup_43004004_signed,0,1 +1440,0,0,u_rankup_navi_21001003_thumbnail,,u_rankup_navi_21001003,,1,1 +1444,0,0,u_rankup_navi_23002003_thumbnail,,u_rankup_navi_23002003,,1,1 +1448,0,0,u_rankup_navi_22003003_thumbnail,,u_rankup_navi_22003003,,1,1 +1452,0,0,u_rankup_navi_23004003_thumbnail,,u_rankup_navi_23004003,,1,1 +1456,0,0,u_rankup_navi_21005004_thumbnail,,u_rankup_navi_21005004,,1,1 +1460,0,0,u_rankup_navi_23006003_thumbnail,,u_rankup_navi_23006003,,1,1 +1464,0,0,u_rankup_navi_22007003_thumbnail,,u_rankup_navi_22007003,,1,1 +1468,0,0,u_rankup_navi_22008004_thumbnail,,u_rankup_navi_22008004,,1,1 +1472,0,0,u_rankup_navi_21009003_thumbnail,,u_rankup_navi_21009003,,1,1 +1476,0,0,u_normal_navi_13067001_thumbnail,,u_normal_navi_13067001,,1,1 +1477,0,0,u_rankup_navi_13067001_thumbnail,,u_rankup_navi_13067001,,1,1 +1481,0,0,u_normal_navi_32008010_thumbnail,,u_normal_navi_32008010,,1,1 +1482,0,0,u_rankup_navi_32008010_thumbnail,,u_rankup_navi_32008010,,1,1 +1486,0,0,u_normal_navi_11060001_thumbnail,,u_normal_navi_11060001,,1,1 +1487,0,0,u_rankup_navi_11060001_thumbnail,,u_rankup_navi_11060001,,1,1 +1491,0,0,u_normal_navi_31004004_thumbnail,,u_normal_navi_31004004,,1,1 +1492,0,0,u_rankup_navi_31004004_thumbnail,,u_rankup_navi_31004004,,1,1 +1496,-43,0,u_normal_navi_33005004_thumbnail,,u_normal_navi_33005004,,1,1 +1497,0,0,u_rankup_navi_33005004_thumbnail,,u_rankup_navi_33005004,,1,1 +1501,0,0,u_normal_navi_33006010_thumbnail,,u_normal_navi_33006010,,1,1 +1502,0,0,u_rankup_navi_33006010_thumbnail,,u_rankup_navi_33006010,,1,1 +1506,0,0,u_normal_navi_32007009_thumbnail,,u_normal_navi_32007009,,1,1 +1507,0,0,u_rankup_navi_32007009_thumbnail,,u_rankup_navi_32007009,,1,1 +1511,0,0,b_normal_41003001_thumbnail,,b_normal_41003001,,0,1 +1512,0,0,b_rankup_41003001_thumbnail,b_rankup_41003001_signed_thumbnail,b_rankup_41003001,b_rankup_41003001_signed,0,1 +1516,0,0,u_normal_navi_12056001_thumbnail,,u_normal_navi_12056001,,1,1 +1517,0,0,u_rankup_navi_12056001_thumbnail,,u_rankup_navi_12056001,,1,1 +1521,0,0,u_normal_navi_32004004_thumbnail,,u_normal_navi_32004004,,1,1 +1522,0,0,u_rankup_navi_32004004_thumbnail,,u_rankup_navi_32004004,,1,1 +1526,0,0,u_normal_navi_12061001_thumbnail,,u_normal_navi_12061001,,1,1 +1527,0,0,u_rankup_navi_12061001_thumbnail,,u_rankup_navi_12061001,,1,1 +1531,0,0,u_normal_navi_33001004_thumbnail,,u_normal_navi_33001004,,1,1 +1532,0,0,u_rankup_navi_33001004_thumbnail,,u_rankup_navi_33001004,,1,1 +1536,0,0,u_normal_navi_32002004_thumbnail,,u_normal_navi_32002004,,1,1 +1537,0,0,u_rankup_navi_32002004_thumbnail,,u_rankup_navi_32002004,,1,1 +1541,0,0,u_normal_navi_31009010_thumbnail,,u_normal_navi_31009010,,1,1 +1542,0,0,u_rankup_navi_31009010_thumbnail,,u_rankup_navi_31009010,,1,1 +1546,0,0,b_normal_42008003_thumbnail,,b_normal_42008003,,0,1 +1547,0,0,b_rankup_42008003_thumbnail,b_rankup_42008003_signed_thumbnail,b_rankup_42008003,b_rankup_42008003_signed,0,1 +1551,0,0,u_normal_navi_13050001_thumbnail,,u_normal_navi_13050001,,1,1 +1552,0,0,u_rankup_navi_13050001_thumbnail,,u_rankup_navi_13050001,,1,1 +1556,0,0,u_normal_navi_31001010_thumbnail,,u_normal_navi_31001010,,1,1 +1557,0,0,u_rankup_navi_31001010_thumbnail,,u_rankup_navi_31001010,,1,1 +1561,0,0,u_normal_navi_13055001_thumbnail,,u_normal_navi_13055001,,1,1 +1562,0,0,u_rankup_navi_13055001_thumbnail,,u_rankup_navi_13055001,,1,1 +1566,0,0,u_normal_navi_32004005_thumbnail,,u_normal_navi_32004005,,1,1 +1567,0,0,u_rankup_navi_32004005_thumbnail,,u_rankup_navi_32004005,,1,1 +1571,0,0,u_normal_navi_32005005_thumbnail,,u_normal_navi_32005005,,1,1 +1572,0,0,u_rankup_navi_32005005_thumbnail,,u_rankup_navi_32005005,,1,1 +1576,0,0,u_normal_navi_31007004_thumbnail,,u_normal_navi_31007004,,1,1 +1577,0,0,u_rankup_navi_31007004_thumbnail,,u_rankup_navi_31007004,,1,1 +1581,0,0,u_normal_navi_33009005_thumbnail,,u_normal_navi_33009005,,1,1 +1582,0,0,u_rankup_navi_33009005_thumbnail,,u_rankup_navi_33009005,,1,1 +1586,0,0,b_normal_43002003_thumbnail,,b_normal_43002003,,0,1 +1587,0,0,b_rankup_43002003_thumbnail,b_rankup_43002003_signed_thumbnail,b_rankup_43002003,b_rankup_43002003_signed,0,1 +1591,0,0,u_normal_navi_12058001_thumbnail,,u_normal_navi_12058001,,1,1 +1592,0,0,u_rankup_navi_12058001_thumbnail,,u_rankup_navi_12058001,,1,1 +1596,0,0,u_normal_navi_31005010_thumbnail,,u_normal_navi_31005010,,1,1 +1597,0,0,u_rankup_navi_31005010_thumbnail,,u_rankup_navi_31005010,,1,1 +1601,0,0,b_rankup_41001006_thumbnail,,b_rankup_41001006,,0,1 +1605,0,0,u_normal_navi_11018001_thumbnail,,u_normal_navi_11018001,,1,1 +1606,0,0,u_rankup_navi_11018001_thumbnail,,u_rankup_navi_11018001,,1,1 +1610,0,0,u_normal_navi_33003005_thumbnail,,u_normal_navi_33003005,,1,1 +1611,0,0,u_rankup_navi_33003005_thumbnail,,u_rankup_navi_33003005,,1,1 +1615,0,0,u_normal_navi_32006005_thumbnail,,u_normal_navi_32006005,,1,1 +1616,0,0,u_rankup_navi_32006005_thumbnail,,u_rankup_navi_32006005,,1,1 +1620,0,0,u_normal_navi_31008004_thumbnail,,u_normal_navi_31008004,,1,1 +1621,0,0,u_rankup_navi_31008004_thumbnail,,u_rankup_navi_31008004,,1,1 +1625,0,0,b_normal_41001005_thumbnail,,b_normal_41001005,,0,1 +1626,0,0,b_rankup_41001005_thumbnail,b_rankup_41001005_signed_thumbnail,b_rankup_41001005,b_rankup_41001005_signed,0,1 +1630,0,0,u_normal_navi_23001002_thumbnail,,u_normal_navi_23001002,,1,1 +1631,0,0,u_rankup_navi_23001002_thumbnail,,u_rankup_navi_23001002,,1,1 +1635,0,0,u_normal_navi_23002004_thumbnail,,u_normal_navi_23002004,,1,1 +1636,0,0,u_rankup_navi_23002004_thumbnail,,u_rankup_navi_23002004,,1,1 +1640,0,0,u_normal_navi_23003002_thumbnail,,u_normal_navi_23003002,,1,1 +1641,0,0,u_rankup_navi_23003002_thumbnail,,u_rankup_navi_23003002,,1,1 +1645,0,0,u_normal_navi_23004004_thumbnail,,u_normal_navi_23004004,,1,1 +1646,0,0,u_rankup_navi_23004004_thumbnail,,u_rankup_navi_23004004,,1,1 +1650,0,0,u_normal_navi_23005002_thumbnail,,u_normal_navi_23005002,,1,1 +1651,0,0,u_rankup_navi_23005002_thumbnail,,u_rankup_navi_23005002,,1,1 +1655,0,0,u_normal_navi_23006004_thumbnail,,u_normal_navi_23006004,,1,1 +1656,0,0,u_rankup_navi_23006004_thumbnail,,u_rankup_navi_23006004,,1,1 +1660,0,0,u_normal_navi_23007002_thumbnail,,u_normal_navi_23007002,,1,1 +1661,0,0,u_rankup_navi_23007002_thumbnail,,u_rankup_navi_23007002,,1,1 +1665,0,0,u_normal_navi_23008002_thumbnail,,u_normal_navi_23008002,,1,1 +1666,0,0,u_rankup_navi_23008002_thumbnail,,u_rankup_navi_23008002,,1,1 +1670,0,0,u_normal_navi_23009002_thumbnail,,u_normal_navi_23009002,,1,1 +1671,0,0,u_rankup_navi_23009002_thumbnail,,u_rankup_navi_23009002,,1,1 +1675,0,0,u_normal_navi_11059001_thumbnail,,u_normal_navi_11059001,,1,1 +1676,0,0,u_rankup_navi_11059001_thumbnail,,u_rankup_navi_11059001,,1,1 +1680,0,0,u_normal_navi_33002009_thumbnail,,u_normal_navi_33002009,,1,1 +1681,0,0,u_rankup_navi_33002009_thumbnail,,u_rankup_navi_33002009,,1,1 +1685,0,0,u_rankup_navi_31001009_thumbnail,,u_rankup_navi_31001009,,1,1 +1689,0,0,u_rankup_navi_33002008_thumbnail,,u_rankup_navi_33002008,,1,1 +1693,0,0,u_rankup_navi_32007008_thumbnail,,u_rankup_navi_32007008,,1,1 +1697,0,0,u_normal_navi_13020001_thumbnail,,u_normal_navi_13020001,,1,1 +1698,0,0,u_rankup_navi_13020001_thumbnail,,u_rankup_navi_13020001,,1,1 +1702,0,0,u_normal_navi_32001005_thumbnail,,u_normal_navi_32001005,,1,1 +1703,0,0,u_rankup_navi_32001005_thumbnail,,u_rankup_navi_32001005,,1,1 +1707,0,0,u_normal_navi_31004005_thumbnail,,u_normal_navi_31004005,,1,1 +1708,0,0,u_rankup_navi_31004005_thumbnail,,u_rankup_navi_31004005,,1,1 +1712,0,0,u_normal_navi_33005005_thumbnail,,u_normal_navi_33005005,,1,1 +1713,0,0,u_rankup_navi_33005005_thumbnail,,u_rankup_navi_33005005,,1,1 +1717,0,0,u_normal_navi_31009009_thumbnail,,u_normal_navi_31009009,,1,1 +1718,0,0,u_rankup_navi_31009009_thumbnail,,u_rankup_navi_31009009,,1,1 +1722,0,0,b_normal_43006003_thumbnail,,b_normal_43006003,,0,1 +1723,0,0,b_rankup_43006003_thumbnail,b_rankup_43006003_signed_thumbnail,b_rankup_43006003,b_rankup_43006003_signed,0,1 +1727,0,0,u_normal_navi_12051001_thumbnail,,u_normal_navi_12051001,,1,1 +1728,0,0,u_rankup_navi_12051001_thumbnail,,u_rankup_navi_12051001,,1,1 +1732,0,0,u_normal_navi_31007005_thumbnail,,u_normal_navi_31007005,,1,1 +1733,0,0,u_rankup_navi_31007005_thumbnail,,u_rankup_navi_31007005,,1,1 +1737,0,0,b_rankup_43002004_thumbnail,,b_rankup_43002004,,0,1 +1741,0,0,b_rankup_43006005_thumbnail,,b_rankup_43006005,,0,1 +1745,0,0,u_normal_navi_11066001_thumbnail,,u_normal_navi_11066001,,1,1 +1746,0,0,u_rankup_navi_11066001_thumbnail,,u_rankup_navi_11066001,,1,1 +1750,0,0,u_normal_navi_32002005_thumbnail,,u_normal_navi_32002005,,1,1 +1751,0,0,u_rankup_navi_32002005_thumbnail,,u_rankup_navi_32002005,,1,1 +1755,0,0,u_normal_navi_31003005_thumbnail,,u_normal_navi_31003005,,1,1 +1756,0,0,u_rankup_navi_31003005_thumbnail,,u_rankup_navi_31003005,,1,1 +1760,0,0,u_normal_navi_33008005_thumbnail,,u_normal_navi_33008005,,1,1 +1761,0,0,u_rankup_navi_33008005_thumbnail,,u_rankup_navi_33008005,,1,1 +1765,0,0,b_normal_42007003_thumbnail,,b_normal_42007003,,0,1 +1766,0,0,b_rankup_42007003_thumbnail,b_rankup_42007003_signed_thumbnail,b_rankup_42007003,b_rankup_42007003_signed,0,1 +1770,0,0,b_rankup_43006004_thumbnail,,b_rankup_43006004,,0,1 +1774,0,0,b_rankup_41009003_thumbnail,,b_rankup_41009003,,0,1 +1778,0,0,u_normal_navi_12013001_thumbnail,,u_normal_navi_12013001,,1,1 +1779,0,0,u_rankup_navi_12013001_thumbnail,,u_rankup_navi_12013001,,1,1 +1783,0,0,u_normal_navi_32003010_thumbnail,,u_normal_navi_32003010,,1,1 +1784,0,0,u_rankup_navi_32003010_thumbnail,,u_rankup_navi_32003010,,1,1 +1788,0,0,b_rankup_43002005_thumbnail,,b_rankup_43002005,,0,1 +1792,0,0,u_normal_navi_11016001_thumbnail,,u_normal_navi_11016001,,1,1 +1793,0,0,u_rankup_navi_11016001_thumbnail,,u_rankup_navi_11016001,,1,1 +1797,0,0,u_normal_navi_33001005_thumbnail,,u_normal_navi_33001005,,1,1 +1798,0,0,u_rankup_navi_33001005_thumbnail,,u_rankup_navi_33001005,,1,1 +1802,0,0,u_normal_navi_31002005_thumbnail,,u_normal_navi_31002005,,1,1 +1803,0,0,u_rankup_navi_31002005_thumbnail,,u_rankup_navi_31002005,,1,1 +1807,0,0,u_normal_navi_32005006_thumbnail,,u_normal_navi_32005006,,1,1 +1808,0,0,u_rankup_navi_32005006_thumbnail,,u_rankup_navi_32005006,,1,1 +1812,0,0,u_normal_navi_33007006_thumbnail,,u_normal_navi_33007006,,1,1 +1813,0,0,u_rankup_navi_33007006_thumbnail,,u_rankup_navi_33007006,,1,1 +1817,0,0,b_normal_42003006_thumbnail,,b_normal_42003006,,0,1 +1818,0,0,b_rankup_42003006_thumbnail,b_rankup_42003006_signed_thumbnail,b_rankup_42003006,b_rankup_42003006_signed,0,1 +1822,0,0,u_normal_navi_21069001_thumbnail,,u_normal_navi_21069001,,1,1 +1823,0,0,u_normal_navi_22070001_thumbnail,,u_normal_navi_22070001,,1,1 +1824,0,0,u_normal_navi_23071001_thumbnail,,u_normal_navi_23071001,,1,1 +1825,0,0,u_normal_navi_25044001_thumbnail,,u_normal_navi_25044001,,1,1 +1826,0,0,u_normal_navi_31072001_thumbnail,,u_normal_navi_31072001,,1,1 +1827,0,0,u_normal_navi_32073001_thumbnail,,u_normal_navi_32073001,,1,1 +1828,0,0,u_normal_navi_33074001_thumbnail,,u_normal_navi_33074001,,1,1 +1829,0,0,u_normal_navi_35075001_thumbnail,,u_normal_navi_35075001,,1,1 +1830,0,0,b_normal_41076001_thumbnail,,b_normal_41076001,,0,1 +1831,0,0,b_normal_42077001_thumbnail,,b_normal_42077001,,0,1 +1832,0,0,b_normal_43078001_thumbnail,,b_normal_43078001,,0,1 +1833,0,0,b_normal_45079001_thumbnail,,b_normal_45079001,,0,1 +1834,0,0,u_normal_navi_11025001_thumbnail,,u_normal_navi_11025001,,1,1 +1835,0,0,u_rankup_navi_11025001_thumbnail,,u_rankup_navi_11025001,,1,1 +1839,0,0,u_normal_navi_32009005_thumbnail,,u_normal_navi_32009005,,1,1 +1840,0,0,u_rankup_navi_32009005_thumbnail,,u_rankup_navi_32009005,,1,1 +1844,0,0,u_normal_navi_13030001_thumbnail,,u_normal_navi_13030001,,1,1 +1845,0,0,u_rankup_navi_13030001_thumbnail,,u_rankup_navi_13030001,,1,1 +1849,0,0,u_normal_navi_33004009_thumbnail,,u_normal_navi_33004009,,1,1 +1850,0,0,u_rankup_navi_33004009_thumbnail,,u_rankup_navi_33004009,,1,1 +1854,0,0,u_normal_navi_31006006_thumbnail,,u_normal_navi_31006006,,1,1 +1855,0,0,u_rankup_navi_31006006_thumbnail,,u_rankup_navi_31006006,,1,1 +1859,0,0,u_normal_navi_32008009_thumbnail,,u_normal_navi_32008009,,1,1 +1860,0,0,u_rankup_navi_32008009_thumbnail,,u_rankup_navi_32008009,,1,1 +1864,0,0,b_normal_41009004_thumbnail,,b_normal_41009004,,0,1 +1865,0,0,b_rankup_41009004_thumbnail,b_rankup_41009004_signed_thumbnail,b_rankup_41009004,b_rankup_41009004_signed,0,1 +1869,0,0,u_normal_navi_12031001_thumbnail,,u_normal_navi_12031001,,1,1 +1870,0,0,u_rankup_navi_12031001_thumbnail,,u_rankup_navi_12031001,,1,1 +1874,0,0,u_normal_navi_33006009_thumbnail,,u_normal_navi_33006009,,1,1 +1875,0,0,u_rankup_navi_33006009_thumbnail,,u_rankup_navi_33006009,,1,1 +1879,0,0,u_rankup_navi_33006012_thumbnail,,u_rankup_navi_33006012,,1,1 +1883,-155,0,u_rankup_navi_31009011_thumbnail,,u_rankup_navi_31009011,,1,1 +1887,0,0,b_rankup_41005003_thumbnail,,b_rankup_41005003,,0,1 +1891,0,0,u_normal_navi_13026001_thumbnail,,u_normal_navi_13026001,,1,1 +1892,0,0,u_rankup_navi_13026001_thumbnail,,u_rankup_navi_13026001,,1,1 +1896,0,0,u_normal_navi_33003006_thumbnail,,u_normal_navi_33003006,,1,1 +1897,0,0,u_rankup_navi_33003006_thumbnail,,u_rankup_navi_33003006,,1,1 +1901,0,0,u_normal_navi_33006011_thumbnail,,u_normal_navi_33006011,,1,1 +1902,0,0,u_rankup_navi_33006011_thumbnail,,u_rankup_navi_33006011,,1,1 +1906,0,0,u_normal_navi_31007006_thumbnail,,u_normal_navi_31007006,,1,1 +1907,0,0,u_rankup_navi_31007006_thumbnail,,u_rankup_navi_31007006,,1,1 +1911,0,0,u_normal_navi_32009006_thumbnail,,u_normal_navi_32009006,,1,1 +1912,0,0,u_rankup_navi_32009006_thumbnail,,u_rankup_navi_32009006,,1,1 +1916,0,0,b_normal_41005004_thumbnail,,b_normal_41005004,,0,1 +1917,0,0,b_rankup_41005004_thumbnail,b_rankup_41005004_signed_thumbnail,b_rankup_41005004,b_rankup_41005004_signed,0,1 +1921,0,0,u_normal_navi_13046001_thumbnail,,u_normal_navi_13046001,,1,1 +1922,0,0,u_rankup_navi_13046001_thumbnail,,u_rankup_navi_13046001,,1,1 +1926,0,0,u_normal_navi_31001011_thumbnail,,u_normal_navi_31001011,,1,1 +1927,0,0,u_rankup_navi_31001011_thumbnail,,u_rankup_navi_31001011,,1,1 +1931,0,0,u_normal_navi_11019001_thumbnail,,u_normal_navi_11019001,,1,1 +1932,0,0,u_rankup_navi_11019001_thumbnail,,u_rankup_navi_11019001,,1,1 +1936,0,0,u_normal_navi_32001006_thumbnail,,u_normal_navi_32001006,,1,1 +1937,0,0,u_rankup_navi_32001006_thumbnail,,u_rankup_navi_32001006,,1,1 +1941,0,0,u_normal_navi_33002010_thumbnail,,u_normal_navi_33002010,,1,1 +1942,0,0,u_rankup_navi_33002010_thumbnail,,u_rankup_navi_33002010,,1,1 +1946,0,0,u_normal_navi_31008005_thumbnail,,u_normal_navi_31008005,,1,1 +1947,0,0,u_rankup_navi_31008005_thumbnail,,u_rankup_navi_31008005,,1,1 +1951,0,0,b_normal_42004002_thumbnail,,b_normal_42004002,,0,1 +1952,0,0,b_rankup_42004002_thumbnail,b_rankup_42004002_signed_thumbnail,b_rankup_42004002,b_rankup_42004002_signed,0,1 +1956,0,0,u_normal_navi_12062001_thumbnail,,u_normal_navi_12062001,,1,1 +1957,0,0,u_rankup_navi_12062001_thumbnail,,u_rankup_navi_12062001,,1,1 +1961,0,0,u_normal_navi_33004010_thumbnail,,u_normal_navi_33004010,,1,1 +1962,0,0,u_rankup_navi_33004010_thumbnail,,u_rankup_navi_33004010,,1,1 +1966,0,0,b_rankup_43002006_thumbnail,,b_rankup_43002006,,0,1 +1970,0,0,b_rankup_43004005_thumbnail,,b_rankup_43004005,,0,1 +1974,0,0,u_normal_navi_13014001_thumbnail,,u_normal_navi_13014001,,1,1 +1975,0,0,u_rankup_navi_13014001_thumbnail,,u_rankup_navi_13014001,,1,1 +1979,0,0,u_normal_navi_31001012_thumbnail,,u_normal_navi_31001012,,1,1 +1980,0,0,u_rankup_navi_31001012_thumbnail,,u_rankup_navi_31001012,,1,1 +1984,0,0,u_normal_navi_32004006_thumbnail,,u_normal_navi_32004006,,1,1 +1985,0,0,u_rankup_navi_32004006_thumbnail,,u_rankup_navi_32004006,,1,1 +1989,0,0,u_normal_navi_32006006_thumbnail,,u_normal_navi_32006006,,1,1 +1990,0,0,u_rankup_navi_32006006_thumbnail,,u_rankup_navi_32006006,,1,1 +1994,0,0,u_normal_navi_33009006_thumbnail,,u_normal_navi_33009006,,1,1 +1995,0,0,u_rankup_navi_33009006_thumbnail,,u_rankup_navi_33009006,,1,1 +1999,0,0,b_normal_41008002_thumbnail,,b_normal_41008002,,0,1 +2000,0,0,b_rankup_41008002_thumbnail,b_rankup_41008002_signed_thumbnail,b_rankup_41008002,b_rankup_41008002_signed,0,1 +2004,0,0,u_rankup_navi_22008003_thumbnail,,u_rankup_navi_22008003,,1,1 +2008,0,0,u_normal_navi_13045001_thumbnail,,u_normal_navi_13045001,,1,1 +2009,0,0,u_rankup_navi_13045001_thumbnail,,u_rankup_navi_13045001,,1,1 +2013,0,0,u_normal_navi_33008006_thumbnail,,u_normal_navi_33008006,,1,1 +2014,0,0,u_rankup_navi_33008006_thumbnail,,u_rankup_navi_33008006,,1,1 +2018,0,0,u_normal_navi_11015001_thumbnail,,u_normal_navi_11015001,,1,1 +2019,0,0,u_rankup_navi_11015001_thumbnail,,u_rankup_navi_11015001,,1,1 +2023,0,0,u_normal_navi_21001004_thumbnail,,u_normal_navi_21001004,,1,1 +2024,0,0,u_rankup_navi_21001004_thumbnail,,u_rankup_navi_21001004,,1,1 +2028,0,0,u_normal_navi_21002002_thumbnail,,u_normal_navi_21002002,,1,1 +2029,0,0,u_rankup_navi_21002002_thumbnail,,u_rankup_navi_21002002,,1,1 +2033,0,0,u_normal_navi_21003002_thumbnail,,u_normal_navi_21003002,,1,1 +2034,0,0,u_rankup_navi_21003002_thumbnail,,u_rankup_navi_21003002,,1,1 +2038,0,0,u_normal_navi_21004002_thumbnail,,u_normal_navi_21004002,,1,1 +2039,0,0,u_rankup_navi_21004002_thumbnail,,u_rankup_navi_21004002,,1,1 +2043,0,0,u_normal_navi_21005005_thumbnail,,u_normal_navi_21005005,,1,1 +2044,0,0,u_rankup_navi_21005005_thumbnail,,u_rankup_navi_21005005,,1,1 +2048,0,0,u_normal_navi_21006002_thumbnail,,u_normal_navi_21006002,,1,1 +2049,0,0,u_rankup_navi_21006002_thumbnail,,u_rankup_navi_21006002,,1,1 +2053,0,0,u_normal_navi_21007002_thumbnail,,u_normal_navi_21007002,,1,1 +2054,0,0,u_rankup_navi_21007002_thumbnail,,u_rankup_navi_21007002,,1,1 +2058,0,0,u_normal_navi_21008002_thumbnail,,u_normal_navi_21008002,,1,1 +2059,0,0,u_rankup_navi_21008002_thumbnail,,u_rankup_navi_21008002,,1,1 +2063,0,0,u_normal_navi_21009004_thumbnail,,u_normal_navi_21009004,,1,1 +2064,0,0,u_rankup_navi_21009004_thumbnail,,u_rankup_navi_21009004,,1,1 +2068,0,0,u_normal_navi_31002006_thumbnail,,u_normal_navi_31002006,,1,1 +2069,0,0,u_rankup_navi_31002006_thumbnail,,u_rankup_navi_31002006,,1,1 +2073,0,0,u_normal_navi_32003011_thumbnail,,u_normal_navi_32003011,,1,1 +2074,0,0,u_rankup_navi_32003011_thumbnail,,u_rankup_navi_32003011,,1,1 +2078,0,0,u_normal_navi_33005006_thumbnail,,u_normal_navi_33005006,,1,1 +2079,0,0,u_rankup_navi_33005006_thumbnail,,u_rankup_navi_33005006,,1,1 +2083,0,0,b_normal_43007002_thumbnail,,b_normal_43007002,,0,1 +2084,0,0,b_rankup_43007002_thumbnail,b_rankup_43007002_signed_thumbnail,b_rankup_43007002,b_rankup_43007002_signed,0,1 +2088,0,0,u_normal_navi_12052001_thumbnail,,u_normal_navi_12052001,,1,1 +2089,0,0,u_rankup_navi_12052001_thumbnail,,u_rankup_navi_12052001,,1,1 +2093,0,0,u_normal_navi_31005011_thumbnail,,u_normal_navi_31005011,,1,1 +2094,0,0,u_rankup_navi_31005011_thumbnail,,u_rankup_navi_31005011,,1,1 +2098,0,0,u_rankup_navi_31001013_thumbnail,,u_rankup_navi_31001013,,1,1 +2102,0,0,u_rankup_navi_33004011_thumbnail,,u_rankup_navi_33004011,,1,1 +2106,0,0,u_rankup_navi_31001014_thumbnail,,u_rankup_navi_31001014,,1,1 +2110,0,0,u_rankup_navi_31003007_thumbnail,,u_rankup_navi_31003007,,1,1 +2114,0,0,u_rankup_navi_31008007_thumbnail,,u_rankup_navi_31008007,,1,1 +2118,0,0,b_rankup_42007004_thumbnail,,b_rankup_42007004,,0,1 +2122,0,0,u_normal_navi_11053001_thumbnail,,u_normal_navi_11053001,,1,1 +2123,0,0,u_rankup_navi_11053001_thumbnail,,u_rankup_navi_11053001,,1,1 +2127,0,0,u_normal_navi_32001007_thumbnail,,u_normal_navi_32001007,,1,1 +2128,0,0,u_rankup_navi_32001007_thumbnail,,u_rankup_navi_32001007,,1,1 +2132,0,0,u_normal_navi_31003006_thumbnail,,u_normal_navi_31003006,,1,1 +2133,0,0,u_rankup_navi_31003006_thumbnail,,u_rankup_navi_31003006,,1,1 +2137,0,0,u_normal_navi_33007007_thumbnail,,u_normal_navi_33007007,,1,1 +2138,0,0,u_rankup_navi_33007007_thumbnail,,u_rankup_navi_33007007,,1,1 +2142,0,0,u_normal_navi_31008006_thumbnail,,u_normal_navi_31008006,,1,1 +2143,0,0,u_rankup_navi_31008006_thumbnail,,u_rankup_navi_31008006,,1,1 +2147,0,0,b_normal_42006002_thumbnail,,b_normal_42006002,,0,1 +2148,0,0,b_rankup_42006002_thumbnail,b_rankup_42006002_signed_thumbnail,b_rankup_42006002,b_rankup_42006002_signed,0,1 +2152,0,0,u_normal_navi_13029001_thumbnail,,u_normal_navi_13029001,,1,1 +2153,0,0,u_rankup_navi_13029001_thumbnail,,u_rankup_navi_13029001,,1,1 +2157,0,0,u_normal_navi_31002007_thumbnail,,u_normal_navi_31002007,,1,1 +2158,0,0,u_rankup_navi_31002007_thumbnail,,u_rankup_navi_31002007,,1,1 +2162,0,0,u_normal_navi_12063001_thumbnail,,u_normal_navi_12063001,,1,1 +2163,0,0,u_rankup_navi_12063001_thumbnail,,u_rankup_navi_12063001,,1,1 +2167,0,0,u_normal_navi_32002006_thumbnail,,u_normal_navi_32002006,,1,1 +2168,0,0,u_rankup_navi_32002006_thumbnail,,u_rankup_navi_32002006,,1,1 +2172,0,0,u_normal_navi_33004012_thumbnail,,u_normal_navi_33004012,,1,1 +2173,0,0,u_rankup_navi_33004012_thumbnail,,u_rankup_navi_33004012,,1,1 +2177,0,0,u_normal_navi_31009012_thumbnail,,u_normal_navi_31009012,,1,1 +2178,0,0,u_rankup_navi_31009012_thumbnail,,u_rankup_navi_31009012,,1,1 +2182,0,0,b_normal_43005002_thumbnail,,b_normal_43005002,,0,1 +2183,0,0,b_rankup_43005002_thumbnail,b_rankup_43005002_signed_thumbnail,b_rankup_43005002,b_rankup_43005002_signed,0,1 +2187,0,0,b_rankup_42003007_thumbnail,,b_rankup_42003007,,0,1 +2191,0,0,b_rankup_42008004_thumbnail,,b_rankup_42008004,,0,1 +2195,0,0,u_normal_navi_11024001_thumbnail,,u_normal_navi_11024001,,1,1 +2196,0,0,u_rankup_navi_11024001_thumbnail,,u_rankup_navi_11024001,,1,1 +2200,0,0,u_normal_navi_32007010_thumbnail,,u_normal_navi_32007010,,1,1 +2201,0,0,u_rankup_navi_32007010_thumbnail,,u_rankup_navi_32007010,,1,1 +2205,0,0,u_rankup_navi_32004007_thumbnail,,u_rankup_navi_32004007,,1,1 +2209,0,0,u_rankup_navi_32005008_thumbnail,,u_rankup_navi_32005008,,1,1 +2213,0,0,u_rankup_navi_32007011_thumbnail,,u_rankup_navi_32007011,,1,1 +2217,0,0,u_normal_navi_13035001_thumbnail,,u_normal_navi_13035001,,1,1 +2218,0,0,u_rankup_navi_13035001_thumbnail,,u_rankup_navi_13035001,,1,1 +2222,0,0,u_normal_navi_31004006_thumbnail,,u_normal_navi_31004006,,1,1 +2223,0,0,u_rankup_navi_31004006_thumbnail,,u_rankup_navi_31004006,,1,1 +2227,0,0,u_normal_navi_32007012_thumbnail,,u_normal_navi_32007012,,1,1 +2228,0,0,u_rankup_navi_32007012_thumbnail,,u_rankup_navi_32007012,,1,1 +2232,0,0,u_normal_navi_33008007_thumbnail,,u_normal_navi_33008007,,1,1 +2233,0,0,u_rankup_navi_33008007_thumbnail,,u_rankup_navi_33008007,,1,1 +2237,0,0,u_normal_navi_33009007_thumbnail,,u_normal_navi_33009007,,1,1 +2238,0,0,u_rankup_navi_33009007_thumbnail,,u_rankup_navi_33009007,,1,1 +2242,0,0,b_normal_41003002_thumbnail,,b_normal_41003002,,0,1 +2243,0,0,b_rankup_41003002_thumbnail,b_rankup_41003002_signed_thumbnail,b_rankup_41003002,b_rankup_41003002_signed,0,1 +2247,0,0,u_normal_navi_13064001_thumbnail,,u_normal_navi_13064001,,1,1 +2248,0,0,u_rankup_navi_13064001_thumbnail,,u_rankup_navi_13064001,,1,1 +2252,0,0,u_normal_navi_32006007_thumbnail,,u_normal_navi_32006007,,1,1 +2253,0,0,u_rankup_navi_32006007_thumbnail,,u_rankup_navi_32006007,,1,1 +2257,0,0,u_normal_navi_11068001_thumbnail,,u_normal_navi_11068001,,1,1 +2258,0,0,u_rankup_navi_11068001_thumbnail,,u_rankup_navi_11068001,,1,1 +2262,0,0,u_normal_navi_33002011_thumbnail,,u_normal_navi_33002011,,1,1 +2263,0,0,u_rankup_navi_33002011_thumbnail,,u_rankup_navi_33002011,,1,1 +2267,0,0,u_normal_navi_32005007_thumbnail,,u_normal_navi_32005007,,1,1 +2268,0,0,u_rankup_navi_32005007_thumbnail,,u_rankup_navi_32005007,,1,1 +2272,0,0,u_normal_navi_31006007_thumbnail,,u_normal_navi_31006007,,1,1 +2273,0,0,u_rankup_navi_31006007_thumbnail,,u_rankup_navi_31006007,,1,1 +2277,0,0,b_normal_42001002_thumbnail,,b_normal_42001002,,0,1 +2278,0,0,b_rankup_42001002_thumbnail,b_rankup_42001002_signed_thumbnail,b_rankup_42001002,b_rankup_42001002_signed,0,1 +2282,0,0,b_rankup_41006002_thumbnail,,b_rankup_41006002,,0,1 +2286,0,0,u_normal_navi_11045001_thumbnail,,u_normal_navi_11045001,,1,1 +2287,0,0,u_rankup_navi_11045001_thumbnail,,u_rankup_navi_11045001,,1,1 +2291,0,0,u_normal_navi_31009014_thumbnail,,u_normal_navi_31009014,,1,1 +2292,0,0,u_rankup_navi_31009014_thumbnail,,u_rankup_navi_31009014,,1,1 +2296,0,0,u_rankup_navi_33002012_thumbnail,,u_rankup_navi_33002012,,1,1 +2300,0,0,u_rankup_navi_33006013_thumbnail,,u_rankup_navi_33006013,,1,1 +2304,0,0,u_rankup_navi_33009008_thumbnail,,u_rankup_navi_33009008,,1,1 +2308,0,0,u_rankup_navi_33002013_thumbnail,,u_rankup_navi_33002013,,1,1 +2312,0,0,u_rankup_navi_32007013_thumbnail,,u_rankup_navi_32007013,,1,1 +2316,0,0,b_rankup_41001007_thumbnail,,b_rankup_41001007,,0,1 +2320,0,0,u_normal_navi_11056001_thumbnail,,u_normal_navi_11056001,,1,1 +2321,0,0,u_rankup_navi_11056001_thumbnail,,u_rankup_navi_11056001,,1,1 +2325,0,0,u_normal_navi_22001002_thumbnail,,u_normal_navi_22001002,,1,1 +2326,0,0,u_rankup_navi_22001002_thumbnail,,u_rankup_navi_22001002,,1,1 +2330,0,0,u_normal_navi_22002002_thumbnail,,u_normal_navi_22002002,,1,1 +2331,0,0,u_rankup_navi_22002002_thumbnail,,u_rankup_navi_22002002,,1,1 +2335,0,0,u_normal_navi_22003004_thumbnail,,u_normal_navi_22003004,,1,1 +2336,0,0,u_rankup_navi_22003004_thumbnail,,u_rankup_navi_22003004,,1,1 +2340,0,0,u_normal_navi_22004002_thumbnail,,u_normal_navi_22004002,,1,1 +2341,0,0,u_rankup_navi_22004002_thumbnail,,u_rankup_navi_22004002,,1,1 +2345,0,0,u_normal_navi_22005002_thumbnail,,u_normal_navi_22005002,,1,1 +2346,0,0,u_rankup_navi_22005002_thumbnail,,u_rankup_navi_22005002,,1,1 +2350,0,0,u_normal_navi_22006002_thumbnail,,u_normal_navi_22006002,,1,1 +2351,0,0,u_rankup_navi_22006002_thumbnail,,u_rankup_navi_22006002,,1,1 +2355,0,0,u_normal_navi_22007004_thumbnail,,u_normal_navi_22007004,,1,1 +2356,0,0,u_rankup_navi_22007004_thumbnail,,u_rankup_navi_22007004,,1,1 +2360,0,0,u_normal_navi_22008005_thumbnail,,u_normal_navi_22008005,,1,1 +2361,0,0,u_rankup_navi_22008005_thumbnail,,u_rankup_navi_22008005,,1,1 +2365,0,0,u_normal_navi_22009002_thumbnail,,u_normal_navi_22009002,,1,1 +2366,0,0,u_rankup_navi_22009002_thumbnail,,u_rankup_navi_22009002,,1,1 +2370,0,0,u_normal_navi_33001006_thumbnail,,u_normal_navi_33001006,,1,1 +2371,0,0,u_rankup_navi_33001006_thumbnail,,u_rankup_navi_33001006,,1,1 +2375,0,0,u_normal_navi_32003012_thumbnail,,u_normal_navi_32003012,,1,1 +2376,0,0,u_rankup_navi_32003012_thumbnail,,u_rankup_navi_32003012,,1,1 +2380,0,0,u_normal_navi_31007007_thumbnail,,u_normal_navi_31007007,,1,1 +2381,0,0,u_rankup_navi_31007007_thumbnail,,u_rankup_navi_31007007,,1,1 +2385,0,0,u_normal_navi_32008011_thumbnail,,u_normal_navi_32008011,,1,1 +2386,0,0,u_rankup_navi_32008011_thumbnail,,u_rankup_navi_32008011,,1,1 +2390,0,0,b_normal_41002002_thumbnail,,b_normal_41002002,,0,1 +2391,0,0,b_rankup_41002002_thumbnail,b_rankup_41002002_signed_thumbnail,b_rankup_41002002,b_rankup_41002002_signed,0,1 +2395,0,0,u_normal_navi_12017001_thumbnail,,u_normal_navi_12017001,,1,1 +2396,0,0,u_rankup_navi_12017001_thumbnail,,u_rankup_navi_12017001,,1,1 +2400,0,0,u_normal_navi_33003007_thumbnail,,u_normal_navi_33003007,,1,1 +2401,0,0,u_rankup_navi_33003007_thumbnail,,u_rankup_navi_33003007,,1,1 +2405,0,0,u_normal_navi_11058001_thumbnail,,u_normal_navi_11058001,,1,1 +2406,0,0,u_rankup_navi_11058001_thumbnail,,u_rankup_navi_11058001,,1,1 +2410,0,0,u_normal_navi_32004008_thumbnail,,u_normal_navi_32004008,,1,1 +2411,0,0,u_rankup_navi_32004008_thumbnail,,u_rankup_navi_32004008,,1,1 +2415,0,0,u_normal_navi_31005012_thumbnail,,u_normal_navi_31005012,,1,1 +2416,0,0,u_rankup_navi_31005012_thumbnail,,u_rankup_navi_31005012,,1,1 +2420,0,0,u_normal_navi_33006014_thumbnail,,u_normal_navi_33006014,,1,1 +2421,0,0,u_rankup_navi_33006014_thumbnail,,u_rankup_navi_33006014,,1,1 +2425,0,0,b_normal_43009002_thumbnail,,b_normal_43009002,,0,1 +2426,0,0,b_rankup_43009002_thumbnail,b_rankup_43009002_signed_thumbnail,b_rankup_43009002,b_rankup_43009002_signed,0,1 +2430,0,0,u_rankup_navi_31001015_thumbnail,,u_rankup_navi_31001015,,1,1 +2434,0,0,u_rankup_navi_33002014_thumbnail,,u_rankup_navi_33002014,,1,1 +2438,0,0,u_rankup_navi_32003013_thumbnail,,u_rankup_navi_32003013,,1,1 +2442,0,0,u_rankup_navi_33004013_thumbnail,,u_rankup_navi_33004013,,1,1 +2446,0,0,u_rankup_navi_31005013_thumbnail,,u_rankup_navi_31005013,,1,1 +2450,0,0,u_rankup_navi_33006015_thumbnail,,u_rankup_navi_33006015,,1,1 +2454,0,0,u_rankup_navi_32007014_thumbnail,,u_rankup_navi_32007014,,1,1 +2458,0,0,u_rankup_navi_32008012_thumbnail,,u_rankup_navi_32008012,,1,1 +2462,0,0,u_rankup_navi_31009015_thumbnail,,u_rankup_navi_31009015,,1,1 +2466,0,0,u_normal_navi_12067001_thumbnail,,u_normal_navi_12067001,,1,1 +2467,0,0,u_rankup_navi_12067001_thumbnail,,u_rankup_navi_12067001,,1,1 +2471,0,0,u_normal_navi_31008008_thumbnail,,u_normal_navi_31008008,,1,1 +2472,0,0,u_rankup_navi_31008008_thumbnail,,u_rankup_navi_31008008,,1,1 +2476,0,0,u_normal_navi_12029001_thumbnail,,u_normal_navi_12029001,,1,1 +2477,0,0,u_rankup_navi_12029001_thumbnail,,u_rankup_navi_12029001,,1,1 +2481,0,0,u_normal_navi_31001016_thumbnail,,u_normal_navi_31001016,,1,1 +2482,0,0,u_rankup_navi_31001016_thumbnail,,u_rankup_navi_31001016,,1,1 +2486,0,0,u_normal_navi_33002015_thumbnail,,u_normal_navi_33002015,,1,1 +2487,0,0,u_rankup_navi_33002015_thumbnail,,u_rankup_navi_33002015,,1,1 +2491,0,0,u_normal_navi_32006008_thumbnail,,u_normal_navi_32006008,,1,1 +2492,0,0,u_rankup_navi_32006008_thumbnail,,u_rankup_navi_32006008,,1,1 +2496,0,0,u_normal_navi_33008008_thumbnail,,u_normal_navi_33008008,,1,1 +2497,0,0,u_rankup_navi_33008008_thumbnail,,u_rankup_navi_33008008,,1,1 +2501,0,0,b_normal_41007002_thumbnail,,b_normal_41007002,,0,1 +2502,0,0,b_rankup_41007002_thumbnail,b_rankup_41007002_signed_thumbnail,b_rankup_41007002,b_rankup_41007002_signed,0,1 +2506,0,0,u_normal_navi_13048001_thumbnail,,u_normal_navi_13048001,,1,1 +2507,0,0,u_rankup_navi_13048001_thumbnail,,u_rankup_navi_13048001,,1,1 +2511,0,0,u_normal_navi_33001007_thumbnail,,u_normal_navi_33001007,,1,1 +2512,0,0,u_rankup_navi_33001007_thumbnail,,u_rankup_navi_33001007,,1,1 +2516,0,0,u_normal_navi_11028001_thumbnail,,u_normal_navi_11028001,,1,1 +2517,0,0,u_rankup_navi_11028001_thumbnail,,u_rankup_navi_11028001,,1,1 +2521,0,0,u_normal_navi_33003008_thumbnail,,u_normal_navi_33003008,,1,1 +2522,0,0,u_rankup_navi_33003008_thumbnail,,u_rankup_navi_33003008,,1,1 +2526,0,0,u_normal_navi_31004007_thumbnail,,u_normal_navi_31004007,,1,1 +2527,0,0,u_rankup_navi_31004007_thumbnail,,u_rankup_navi_31004007,,1,1 +2531,0,0,u_normal_navi_32009007_thumbnail,,u_normal_navi_32009007,,1,1 +2532,0,0,u_rankup_navi_32009007_thumbnail,,u_rankup_navi_32009007,,1,1 +2536,0,0,b_normal_42005002_thumbnail,,b_normal_42005002,,0,1 +2537,0,0,b_rankup_42005002_thumbnail,b_rankup_42005002_signed_thumbnail,b_rankup_42005002,b_rankup_42005002_signed,0,1 +2541,0,0,u_normal_navi_12057001_thumbnail,,u_normal_navi_12057001,,1,1 +2542,0,0,u_rankup_navi_12057001_thumbnail,,u_rankup_navi_12057001,,1,1 +2546,0,0,u_normal_navi_32007015_thumbnail,,u_normal_navi_32007015,,1,1 +2547,0,0,u_rankup_navi_32007015_thumbnail,,u_rankup_navi_32007015,,1,1 +2551,0,0,u_rankup_navi_21009005_thumbnail,,u_rankup_navi_21009005,,1,1 +2555,0,0,u_rankup_navi_31005014_thumbnail,,u_rankup_navi_31005014,,1,1 +2559,0,0,u_rankup_navi_32008013_thumbnail,,u_rankup_navi_32008013,,1,1 +2563,0,0,u_normal_navi_12049001_thumbnail,,u_normal_navi_12049001,,1,1 +2564,0,0,u_rankup_navi_12049001_thumbnail,,u_rankup_navi_12049001,,1,1 +2568,0,0,u_normal_navi_32002007_thumbnail,,u_normal_navi_32002007,,1,1 +2569,0,0,u_rankup_navi_32002007_thumbnail,,u_rankup_navi_32002007,,1,1 +2573,0,0,u_normal_navi_32003014_thumbnail,,u_normal_navi_32003014,,1,1 +2574,0,0,u_rankup_navi_32003014_thumbnail,,u_rankup_navi_32003014,,1,1 +2578,0,0,u_normal_navi_33005007_thumbnail,,u_normal_navi_33005007,,1,1 +2579,0,0,u_rankup_navi_33005007_thumbnail,,u_rankup_navi_33005007,,1,1 +2583,0,0,u_normal_navi_31006008_thumbnail,,u_normal_navi_31006008,,1,1 +2584,0,0,u_rankup_navi_31006008_thumbnail,,u_rankup_navi_31006008,,1,1 +2588,0,0,b_normal_41004002_thumbnail,,b_normal_41004002,,0,1 +2589,0,0,b_rankup_41004002_thumbnail,b_rankup_41004002_signed_thumbnail,b_rankup_41004002,b_rankup_41004002_signed,0,1 +2593,0,0,u_normal_navi_11036001_thumbnail,,u_normal_navi_11036001,,1,1 +2594,0,0,u_rankup_navi_11036001_thumbnail,,u_rankup_navi_11036001,,1,1 +2598,0,0,u_normal_navi_33002016_thumbnail,,u_normal_navi_33002016,,1,1 +2599,0,0,u_rankup_navi_33002016_thumbnail,,u_rankup_navi_33002016,,1,1 +2603,0,0,u_normal_navi_11061001_thumbnail,,u_normal_navi_11061001,,1,1 +2604,0,0,u_rankup_navi_11061001_thumbnail,,u_rankup_navi_11061001,,1,1 +2608,0,0,u_normal_navi_32001008_thumbnail,,u_normal_navi_32001008,,1,1 +2609,0,0,u_rankup_navi_32001008_thumbnail,,u_rankup_navi_32001008,,1,1 +2613,0,0,u_normal_navi_33007008_thumbnail,,u_normal_navi_33007008,,1,1 +2614,0,0,u_rankup_navi_33007008_thumbnail,,u_rankup_navi_33007008,,1,1 +2618,0,0,u_normal_navi_31009016_thumbnail,,u_normal_navi_31009016,,1,1 +2619,0,0,u_rankup_navi_31009016_thumbnail,,u_rankup_navi_31009016,,1,1 +2623,0,0,b_normal_43008002_thumbnail,,b_normal_43008002,,0,1 +2624,0,0,b_rankup_43008002_thumbnail,b_rankup_43008002_signed_thumbnail,b_rankup_43008002,b_rankup_43008002_signed,0,1 +2628,0,0,b_rankup_41009005_thumbnail,,b_rankup_41009005,,0,1 +2632,0,0,u_normal_navi_13065001_thumbnail,,u_normal_navi_13065001,,1,1 +2633,0,0,u_rankup_navi_13065001_thumbnail,,u_rankup_navi_13065001,,1,1 +2637,0,0,u_normal_navi_31005015_thumbnail,,u_normal_navi_31005015,,1,1 +2638,0,0,u_rankup_navi_31005015_thumbnail,,u_rankup_navi_31005015,,1,1 +2642,0,0,u_normal_navi_13021001_thumbnail,,u_normal_navi_13021001,,1,1 +2643,0,0,u_rankup_navi_13021001_thumbnail,,u_rankup_navi_13021001,,1,1 +2647,0,0,u_normal_navi_21001005_thumbnail,,u_normal_navi_21001005,,1,1 +2648,0,0,u_rankup_navi_21001005_thumbnail,,u_rankup_navi_21001005,,1,1 +2652,0,0,u_normal_navi_21002003_thumbnail,,u_normal_navi_21002003,,1,1 +2653,0,0,u_rankup_navi_21002003_thumbnail,,u_rankup_navi_21002003,,1,1 +2657,0,0,u_normal_navi_21003003_thumbnail,,u_normal_navi_21003003,,1,1 +2658,0,0,u_rankup_navi_21003003_thumbnail,,u_rankup_navi_21003003,,1,1 +2662,0,0,u_normal_navi_21004003_thumbnail,,u_normal_navi_21004003,,1,1 +2663,0,0,u_rankup_navi_21004003_thumbnail,,u_rankup_navi_21004003,,1,1 +2667,0,0,u_normal_navi_21005006_thumbnail,,u_normal_navi_21005006,,1,1 +2668,0,0,u_rankup_navi_21005006_thumbnail,,u_rankup_navi_21005006,,1,1 +2672,0,0,u_normal_navi_21006003_thumbnail,,u_normal_navi_21006003,,1,1 +2673,0,0,u_rankup_navi_21006003_thumbnail,,u_rankup_navi_21006003,,1,1 +2677,0,0,u_normal_navi_21007003_thumbnail,,u_normal_navi_21007003,,1,1 +2678,0,0,u_rankup_navi_21007003_thumbnail,,u_rankup_navi_21007003,,1,1 +2682,0,0,u_normal_navi_21008003_thumbnail,,u_normal_navi_21008003,,1,1 +2683,0,0,u_rankup_navi_21008003_thumbnail,,u_rankup_navi_21008003,,1,1 +2687,0,0,u_normal_navi_21009006_thumbnail,,u_normal_navi_21009006,,1,1 +2688,0,0,u_rankup_navi_21009006_thumbnail,,u_rankup_navi_21009006,,1,1 +2692,0,0,u_normal_navi_31001017_thumbnail,,u_normal_navi_31001017,,1,1 +2693,0,0,u_rankup_navi_31001017_thumbnail,,u_rankup_navi_31001017,,1,1 +2697,0,0,u_normal_navi_32005010_thumbnail,,u_normal_navi_32005010,,1,1 +2698,0,0,u_rankup_navi_32005010_thumbnail,,u_rankup_navi_32005010,,1,1 +2702,0,0,u_normal_navi_33006016_thumbnail,,u_normal_navi_33006016,,1,1 +2703,0,0,u_rankup_navi_33006016_thumbnail,,u_rankup_navi_33006016,,1,1 +2707,0,0,u_normal_navi_31007008_thumbnail,,u_normal_navi_31007008,,1,1 +2708,0,0,u_rankup_navi_31007008_thumbnail,,u_rankup_navi_31007008,,1,1 +2712,0,0,b_normal_43003002_thumbnail,,b_normal_43003002,,0,1 +2713,0,0,b_rankup_43003002_thumbnail,b_rankup_43003002_signed_thumbnail,b_rankup_43003002,b_rankup_43003002_signed,0,1 +2717,0,0,u_normal_navi_11055001_thumbnail,,u_normal_navi_11055001,,1,1 +2718,0,0,u_rankup_navi_11055001_thumbnail,,u_rankup_navi_11055001,,1,1 +2722,0,0,u_normal_navi_32004010_thumbnail,,u_normal_navi_32004010,,1,1 +2723,0,0,u_rankup_navi_32004010_thumbnail,,u_rankup_navi_32004010,,1,1 +2727,0,0,u_normal_navi_11031001_thumbnail,,u_normal_navi_11031001,,1,1 +2728,0,0,u_rankup_navi_11031001_thumbnail,,u_rankup_navi_11031001,,1,1 +2732,0,0,u_normal_navi_33004014_thumbnail,,u_normal_navi_33004014,,1,1 +2733,0,0,u_rankup_navi_33004014_thumbnail,,u_rankup_navi_33004014,,1,1 +2737,0,0,u_normal_navi_31008009_thumbnail,,u_normal_navi_31008009,,1,1 +2738,0,0,u_rankup_navi_31008009_thumbnail,,u_rankup_navi_31008009,,1,1 +2742,0,0,u_normal_navi_32009008_thumbnail,,u_normal_navi_32009008,,1,1 +2743,0,0,u_rankup_navi_32009008_thumbnail,,u_rankup_navi_32009008,,1,1 +2747,0,0,b_normal_42002002_thumbnail,,b_normal_42002002,,0,1 +2748,0,0,b_rankup_42002002_thumbnail,b_rankup_42002002_signed_thumbnail,b_rankup_42002002,b_rankup_42002002_signed,0,1 +2752,0,0,u_normal_navi_11051001_thumbnail,,u_normal_navi_11051001,,1,1 +2753,0,0,u_rankup_navi_11051001_thumbnail,,u_rankup_navi_11051001,,1,1 +2757,0,0,u_normal_navi_31003008_thumbnail,,u_normal_navi_31003008,,1,1 +2758,0,0,u_rankup_navi_31003008_thumbnail,,u_rankup_navi_31003008,,1,1 +2770,0,0,b_rankup_43007003_thumbnail,,b_rankup_43007003,,0,1 +2774,0,0,u_normal_navi_12016001_thumbnail,,u_normal_navi_12016001,,1,1 +2775,0,0,u_rankup_navi_12016001_thumbnail,,u_rankup_navi_12016001,,1,1 +2779,0,0,u_normal_navi_31003009_thumbnail,,u_normal_navi_31003009,,1,1 +2780,0,0,u_rankup_navi_31003009_thumbnail,,u_rankup_navi_31003009,,1,1 +2784,0,0,u_normal_navi_31004008_thumbnail,,u_normal_navi_31004008,,1,1 +2785,0,0,u_rankup_navi_31004008_thumbnail,,u_rankup_navi_31004008,,1,1 +2789,0,0,u_normal_navi_33005008_thumbnail,,u_normal_navi_33005008,,1,1 +2790,0,0,u_rankup_navi_33005008_thumbnail,,u_rankup_navi_33005008,,1,1 +2794,0,0,u_normal_navi_32007016_thumbnail,,u_normal_navi_32007016,,1,1 +2795,0,0,u_rankup_navi_32007016_thumbnail,,u_rankup_navi_32007016,,1,1 +2799,0,0,b_normal_42009002_thumbnail,,b_normal_42009002,,0,1 +2800,0,0,b_rankup_42009002_thumbnail,b_rankup_42009002_signed_thumbnail,b_rankup_42009002,b_rankup_42009002_signed,0,1 +2804,0,0,u_normal_navi_12053001_thumbnail,,u_normal_navi_12053001,,1,1 +2805,0,0,u_rankup_navi_12053001_thumbnail,,u_rankup_navi_12053001,,1,1 +2809,0,0,u_normal_navi_33006017_thumbnail,,u_normal_navi_33006017,,1,1 +2810,0,0,u_rankup_navi_33006017_thumbnail,,u_rankup_navi_33006017,,1,1 +2814,0,0,u_rankup_navi_21001006_thumbnail,,u_rankup_navi_21001006,,1,1 +2818,0,0,u_rankup_navi_22003005_thumbnail,,u_rankup_navi_22003005,,1,1 +2822,0,0,u_rankup_navi_23004005_thumbnail,,u_rankup_navi_23004005,,1,1 +2826,0,0,u_normal_navi_13023001_thumbnail,,u_normal_navi_13023001,,1,1 +2827,0,0,u_rankup_navi_13023001_thumbnail,,u_rankup_navi_13023001,,1,1 +2831,0,0,u_normal_navi_31002008_thumbnail,,u_normal_navi_31002008,,1,1 +2832,0,0,u_rankup_navi_31002008_thumbnail,,u_rankup_navi_31002008,,1,1 +2836,0,0,u_normal_navi_32006009_thumbnail,,u_normal_navi_32006009,,1,1 +2837,0,0,u_rankup_navi_32006009_thumbnail,,u_rankup_navi_32006009,,1,1 +2841,0,0,u_normal_navi_33008009_thumbnail,,u_normal_navi_33008009,,1,1 +2842,0,0,u_rankup_navi_33008009_thumbnail,,u_rankup_navi_33008009,,1,1 +2846,0,0,b_normal_43001002_thumbnail,,b_normal_43001002,,0,1 +2847,0,0,b_rankup_43001002_thumbnail,b_rankup_43001002_signed_thumbnail,b_rankup_43001002,b_rankup_43001002_signed,0,1 +2851,0,0,u_normal_navi_12014001_thumbnail,,u_normal_navi_12014001,,1,1 +2852,0,0,u_rankup_navi_12014001_thumbnail,,u_rankup_navi_12014001,,1,1 +2856,0,0,u_normal_navi_31008010_thumbnail,,u_normal_navi_31008010,,1,1 +2857,0,0,u_rankup_navi_31008010_thumbnail,,u_rankup_navi_31008010,,1,1 +2861,0,0,b_rankup_41009006_thumbnail,,b_rankup_41009006,,0,1 +2865,0,0,u_normal_navi_12050001_thumbnail,,u_normal_navi_12050001,,1,1 +2866,0,0,u_rankup_navi_12050001_thumbnail,,u_rankup_navi_12050001,,1,1 +2870,0,0,u_normal_navi_31001019_thumbnail,,u_normal_navi_31001019,,1,1 +2871,0,0,u_rankup_navi_31001019_thumbnail,,u_rankup_navi_31001019,,1,1 +2875,0,0,u_normal_navi_33002017_thumbnail,,u_normal_navi_33002017,,1,1 +2876,0,0,u_rankup_navi_33002017_thumbnail,,u_rankup_navi_33002017,,1,1 +2880,0,0,u_normal_navi_33004015_thumbnail,,u_normal_navi_33004015,,1,1 +2881,0,0,u_rankup_navi_33004015_thumbnail,,u_rankup_navi_33004015,,1,1 +2885,0,0,u_normal_navi_32008014_thumbnail,,u_normal_navi_32008014,,1,1 +2886,0,0,u_rankup_navi_32008014_thumbnail,,u_rankup_navi_32008014,,1,1 +2890,0,0,b_normal_41006003_thumbnail,,b_normal_41006003,,0,1 +2891,0,0,b_rankup_41006003_thumbnail,b_rankup_41006003_signed_thumbnail,b_rankup_41006003,b_rankup_41006003_signed,0,1 +2895,0,0,u_normal_navi_11033001_thumbnail,,u_normal_navi_11033001,,1,1 +2896,0,0,u_rankup_navi_11033001_thumbnail,,u_rankup_navi_11033001,,1,1 +2900,0,0,u_rankup_navi_21001007_thumbnail,,u_rankup_navi_21001007,,1,1 +2904,0,0,u_rankup_navi_23002005_thumbnail,,u_rankup_navi_23002005,,1,1 +2908,0,0,u_rankup_navi_22003006_thumbnail,,u_rankup_navi_22003006,,1,1 +2912,0,0,u_rankup_navi_23004006_thumbnail,,u_rankup_navi_23004006,,1,1 +2916,0,0,u_rankup_navi_21005007_thumbnail,,u_rankup_navi_21005007,,1,1 +2920,0,0,u_rankup_navi_23006005_thumbnail,,u_rankup_navi_23006005,,1,1 +2924,0,0,u_rankup_navi_22007005_thumbnail,,u_rankup_navi_22007005,,1,1 +2928,0,0,u_rankup_navi_22008006_thumbnail,,u_rankup_navi_22008006,,1,1 +2932,0,0,u_rankup_navi_21009007_thumbnail,,u_rankup_navi_21009007,,1,1 +2936,0,0,u_normal_navi_33009009_thumbnail,,u_normal_navi_33009009,,1,1 +2937,0,0,u_rankup_navi_33009009_thumbnail,,u_rankup_navi_33009009,,1,1 +2941,0,0,u_rankup_navi_31001020_thumbnail,,u_rankup_navi_31001020,,1,1 +2945,0,0,u_rankup_navi_33002018_thumbnail,,u_rankup_navi_33002018,,1,1 +2949,0,0,u_rankup_navi_32003017_thumbnail,,u_rankup_navi_32003017,,1,1 +2953,0,0,u_rankup_navi_33004016_thumbnail,,u_rankup_navi_33004016,,1,1 +2957,0,0,u_rankup_navi_31005017_thumbnail,,u_rankup_navi_31005017,,1,1 +2961,0,0,u_rankup_navi_33006018_thumbnail,,u_rankup_navi_33006018,,1,1 +2965,0,0,u_rankup_navi_32007017_thumbnail,,u_rankup_navi_32007017,,1,1 +2969,0,0,u_rankup_navi_32008015_thumbnail,,u_rankup_navi_32008015,,1,1 +2973,0,0,u_rankup_navi_31009017_thumbnail,,u_rankup_navi_31009017,,1,1 +2977,0,0,u_normal_navi_35044001_thumbnail,,u_normal_navi_35044001,,1,1 +2978,0,0,u_normal_navi_13047001_thumbnail,,u_normal_navi_13047001,,1,1 +2979,0,0,u_rankup_navi_13047001_thumbnail,,u_rankup_navi_13047001,,1,1 +2983,0,0,u_normal_navi_32005009_thumbnail,,u_normal_navi_32005009,,1,1 +2984,0,0,u_rankup_navi_32005009_thumbnail,,u_rankup_navi_32005009,,1,1 +2988,0,0,u_normal_navi_33007009_thumbnail,,u_normal_navi_33007009,,1,1 +2989,0,0,u_rankup_navi_33007009_thumbnail,,u_rankup_navi_33007009,,1,1 +2993,0,0,u_normal_navi_31009013_thumbnail,,u_normal_navi_31009013,,1,1 +2994,0,0,u_rankup_navi_31009013_thumbnail,,u_rankup_navi_31009013,,1,1 +2998,0,0,b_normal_42003008_thumbnail,,b_normal_42003008,,0,1 +2999,0,0,b_rankup_42003008_thumbnail,b_rankup_42003008_signed_thumbnail,b_rankup_42003008,b_rankup_42003008_signed,0,1 +3003,0,0,u_normal_navi_12035001_thumbnail,,u_normal_navi_12035001,,1,1 +3004,0,0,u_rankup_navi_12035001_thumbnail,,u_rankup_navi_12035001,,1,1 +3008,0,0,u_normal_navi_32001009_thumbnail,,u_normal_navi_32001009,,1,1 +3009,0,0,u_rankup_navi_32001009_thumbnail,,u_rankup_navi_32001009,,1,1 +3013,0,0,u_normal_navi_12020001_thumbnail,,u_normal_navi_12020001,,1,1 +3014,0,0,u_rankup_navi_12020001_thumbnail,,u_rankup_navi_12020001,,1,1 +3018,0,0,u_normal_navi_32001010_thumbnail,,u_normal_navi_32001010,,1,1 +3019,0,0,u_rankup_navi_32001010_thumbnail,,u_rankup_navi_32001010,,1,1 +3023,0,0,u_normal_navi_31005016_thumbnail,,u_normal_navi_31005016,,1,1 +3024,0,0,u_rankup_navi_31005016_thumbnail,,u_rankup_navi_31005016,,1,1 +3028,0,0,u_normal_navi_31006009_thumbnail,,u_normal_navi_31006009,,1,1 +3029,0,0,u_rankup_navi_31006009_thumbnail,,u_rankup_navi_31006009,,1,1 +3033,0,0,u_normal_navi_33009010_thumbnail,,u_normal_navi_33009010,,1,1 +3034,0,0,u_rankup_navi_33009010_thumbnail,,u_rankup_navi_33009010,,1,1 +3038,0,0,b_normal_43004006_thumbnail,,b_normal_43004006,,0,1 +3039,0,0,b_rankup_43004006_thumbnail,b_rankup_43004006_signed_thumbnail,b_rankup_43004006,b_rankup_43004006_signed,0,1 +3043,0,0,u_normal_navi_11062001_thumbnail,,u_normal_navi_11062001,,1,1 +3044,0,0,u_rankup_navi_11062001_thumbnail,,u_rankup_navi_11062001,,1,1 +3048,0,0,u_normal_navi_32002008_thumbnail,,u_normal_navi_32002008,,1,1 +3049,0,0,u_rankup_navi_32002008_thumbnail,,u_rankup_navi_32002008,,1,1 +3053,0,0,u_normal_navi_11030001_thumbnail,,u_normal_navi_11030001,,1,1 +3054,0,0,u_rankup_navi_11030001_thumbnail,,u_rankup_navi_11030001,,1,1 +3058,0,0,u_normal_navi_31002009_thumbnail,,u_normal_navi_31002009,,1,1 +3059,0,0,u_rankup_navi_31002009_thumbnail,,u_rankup_navi_31002009,,1,1 +3063,0,0,u_normal_navi_32003016_thumbnail,,u_normal_navi_32003016,,1,1 +3064,0,0,u_rankup_navi_32003016_thumbnail,,u_rankup_navi_32003016,,1,1 +3068,0,0,u_normal_navi_33008010_thumbnail,,u_normal_navi_33008010,,1,1 +3069,0,0,u_rankup_navi_33008010_thumbnail,,u_rankup_navi_33008010,,1,1 +3073,0,0,b_normal_42007005_thumbnail,,b_normal_42007005,,0,1 +3074,0,0,b_rankup_42007005_thumbnail,b_rankup_42007005_signed_thumbnail,b_rankup_42007005,b_rankup_42007005_signed,0,1 +3078,0,0,u_normal_navi_13068001_thumbnail,,u_normal_navi_13068001,,1,1 +3079,0,0,u_rankup_navi_13068001_thumbnail,,u_rankup_navi_13068001,,1,1 +3083,0,0,u_normal_navi_31004009_thumbnail,,u_normal_navi_31004009,,1,1 +3084,0,0,u_rankup_navi_31004009_thumbnail,,u_rankup_navi_31004009,,1,1 +3088,0,0,u_rankup_navi_31009019_thumbnail,,u_rankup_navi_31009019,,1,1 +3092,0,0,u_normal_navi_13042001_thumbnail,,u_normal_navi_13042001,,1,1 +3093,0,0,u_rankup_navi_13042001_thumbnail,,u_rankup_navi_13042001,,1,1 +3097,0,0,u_normal_navi_33003009_thumbnail,,u_normal_navi_33003009,,1,1 +3098,0,0,u_rankup_navi_33003009_thumbnail,,u_rankup_navi_33003009,,1,1 +3102,0,0,u_normal_navi_32004011_thumbnail,,u_normal_navi_32004011,,1,1 +3103,0,0,u_rankup_navi_32004011_thumbnail,,u_rankup_navi_32004011,,1,1 +3107,0,0,u_normal_navi_31007009_thumbnail,,u_normal_navi_31007009,,1,1 +3108,0,0,u_rankup_navi_31007009_thumbnail,,u_rankup_navi_31007009,,1,1 +3112,0,0,u_normal_navi_32008016_thumbnail,,u_normal_navi_32008016,,1,1 +3113,0,0,u_rankup_navi_32008016_thumbnail,,u_rankup_navi_32008016,,1,1 +3117,0,0,b_normal_43002007_thumbnail,,b_normal_43002007,,0,1 +3118,0,0,b_rankup_43002007_thumbnail,b_rankup_43002007_signed_thumbnail,b_rankup_43002007,b_rankup_43002007_signed,0,1 +3122,0,0,u_normal_navi_12034001_thumbnail,,u_normal_navi_12034001,,1,1 +3123,0,0,u_rankup_navi_12034001_thumbnail,,u_rankup_navi_12034001,,1,1 +3127,0,0,u_normal_navi_32007018_thumbnail,,u_normal_navi_32007018,,1,1 +3128,0,0,u_rankup_navi_32007018_thumbnail,,u_rankup_navi_32007018,,1,1 +3132,0,0,u_normal_navi_11064001_thumbnail,,u_normal_navi_11064001,,1,1 +3133,0,0,u_rankup_navi_11064001_thumbnail,,u_rankup_navi_11064001,,1,1 +3137,0,0,u_normal_navi_33001008_thumbnail,,u_normal_navi_33001008,,1,1 +3138,0,0,u_rankup_navi_33001008_thumbnail,,u_rankup_navi_33001008,,1,1 +3142,0,0,u_normal_navi_32006010_thumbnail,,u_normal_navi_32006010,,1,1 +3143,0,0,u_rankup_navi_32006010_thumbnail,,u_rankup_navi_32006010,,1,1 +3147,0,0,u_normal_navi_31009018_thumbnail,,u_normal_navi_31009018,,1,1 +3148,0,0,u_rankup_navi_31009018_thumbnail,,u_rankup_navi_31009018,,1,1 +3152,0,0,b_normal_41005005_thumbnail,,b_normal_41005005,,0,1 +3153,0,0,b_rankup_41005005_thumbnail,b_rankup_41005005_signed_thumbnail,b_rankup_41005005,b_rankup_41005005_signed,0,1 +3157,0,0,u_normal_navi_12046001_thumbnail,,u_normal_navi_12046001,,1,1 +3158,0,0,u_rankup_navi_12046001_thumbnail,,u_rankup_navi_12046001,,1,1 +3162,0,0,u_normal_navi_33005009_thumbnail,,u_normal_navi_33005009,,1,1 +3163,0,0,u_rankup_navi_33005009_thumbnail,,u_rankup_navi_33005009,,1,1 +3167,0,0,u_rankup_navi_21005008_thumbnail,,u_rankup_navi_21005008,,1,1 +3171,0,0,u_rankup_navi_33006020_thumbnail,,u_rankup_navi_33006020,,1,1 +3175,0,0,u_normal_navi_12026001_thumbnail,,u_normal_navi_12026001,,1,1 +3176,0,0,u_rankup_navi_12026001_thumbnail,,u_rankup_navi_12026001,,1,1 +3180,0,0,u_normal_navi_31001021_thumbnail,,u_normal_navi_31001021,,1,1 +3181,0,0,u_rankup_navi_31001021_thumbnail,,u_rankup_navi_31001021,,1,1 +3185,0,0,u_normal_navi_32002009_thumbnail,,u_normal_navi_32002009,,1,1 +3186,0,0,u_rankup_navi_32002009_thumbnail,,u_rankup_navi_32002009,,1,1 +3190,0,0,u_normal_navi_33004017_thumbnail,,u_normal_navi_33004017,,1,1 +3191,0,0,u_rankup_navi_33004017_thumbnail,,u_rankup_navi_33004017,,1,1 +3195,0,0,u_normal_navi_33006019_thumbnail,,u_normal_navi_33006019,,1,1 +3196,0,0,u_rankup_navi_33006019_thumbnail,,u_rankup_navi_33006019,,1,1 +3200,0,0,b_normal_42008005_thumbnail,,b_normal_42008005,,0,1 +3201,0,0,b_rankup_42008005_thumbnail,b_rankup_42008005_signed_thumbnail,b_rankup_42008005,b_rankup_42008005_signed,0,1 +3205,0,0,u_normal_navi_13032001_thumbnail,,u_normal_navi_13032001,,1,1 +3206,0,0,u_rankup_navi_13032001_thumbnail,,u_rankup_navi_13032001,,1,1 +3210,0,0,u_normal_navi_32003018_thumbnail,,u_normal_navi_32003018,,1,1 +3211,0,0,u_rankup_navi_32003018_thumbnail,,u_rankup_navi_32003018,,1,1 +3215,0,0,u_normal_navi_13018001_thumbnail,,u_normal_navi_13018001,,1,1 +3216,0,0,u_rankup_navi_13018001_thumbnail,,u_rankup_navi_13018001,,1,1 +3220,0,0,u_normal_navi_23001003_thumbnail,,u_normal_navi_23001003,,1,1 +3221,0,0,u_rankup_navi_23001003_thumbnail,,u_rankup_navi_23001003,,1,1 +3225,0,0,u_normal_navi_23002006_thumbnail,,u_normal_navi_23002006,,1,1 +3226,0,0,u_rankup_navi_23002006_thumbnail,,u_rankup_navi_23002006,,1,1 +3230,0,0,u_normal_navi_23003003_thumbnail,,u_normal_navi_23003003,,1,1 +3231,0,0,u_rankup_navi_23003003_thumbnail,,u_rankup_navi_23003003,,1,1 +3235,0,0,u_normal_navi_23004007_thumbnail,,u_normal_navi_23004007,,1,1 +3236,0,0,u_rankup_navi_23004007_thumbnail,,u_rankup_navi_23004007,,1,1 +3240,0,0,u_normal_navi_23005003_thumbnail,,u_normal_navi_23005003,,1,1 +3241,0,0,u_rankup_navi_23005003_thumbnail,,u_rankup_navi_23005003,,1,1 +3245,0,0,u_normal_navi_23006006_thumbnail,,u_normal_navi_23006006,,1,1 +3246,0,0,u_rankup_navi_23006006_thumbnail,,u_rankup_navi_23006006,,1,1 +3250,0,0,u_normal_navi_23007003_thumbnail,,u_normal_navi_23007003,,1,1 +3251,0,0,u_rankup_navi_23007003_thumbnail,,u_rankup_navi_23007003,,1,1 +3255,0,0,u_normal_navi_23008003_thumbnail,,u_normal_navi_23008003,,1,1 +3256,0,0,u_rankup_navi_23008003_thumbnail,,u_rankup_navi_23008003,,1,1 +3260,0,0,u_normal_navi_23009003_thumbnail,,u_normal_navi_23009003,,1,1 +3261,0,0,u_rankup_navi_23009003_thumbnail,,u_rankup_navi_23009003,,1,1 +3265,0,0,u_normal_navi_31003010_thumbnail,,u_normal_navi_31003010,,1,1 +3266,0,0,u_rankup_navi_31003010_thumbnail,,u_rankup_navi_31003010,,1,1 +3270,0,0,u_normal_navi_33005010_thumbnail,,u_normal_navi_33005010,,1,1 +3271,0,0,u_rankup_navi_33005010_thumbnail,,u_rankup_navi_33005010,,1,1 +3275,0,0,u_normal_navi_32007019_thumbnail,,u_normal_navi_32007019,,1,1 +3276,0,0,u_rankup_navi_32007019_thumbnail,,u_rankup_navi_32007019,,1,1 +3280,0,0,b_normal_41009007_thumbnail,,b_normal_41009007,,0,1 +3281,0,0,b_rankup_41009007_thumbnail,b_rankup_41009007_signed_thumbnail,b_rankup_41009007,b_rankup_41009007_signed,0,1 +3285,0,0,b_rankup_43002008_thumbnail,,b_rankup_43002008,,0,1 +3289,0,0,u_normal_navi_12043001_thumbnail,,u_normal_navi_12043001,,1,1 +3290,0,0,u_rankup_navi_12043001_thumbnail,,u_rankup_navi_12043001,,1,1 +3294,0,0,u_normal_navi_33008011_thumbnail,,u_normal_navi_33008011,,1,1 +3295,0,0,u_rankup_navi_33008011_thumbnail,,u_rankup_navi_33008011,,1,1 +3299,0,0,u_normal_navi_11022001_thumbnail,,u_normal_navi_11022001,,1,1 +3300,0,0,u_rankup_navi_11022001_thumbnail,,u_rankup_navi_11022001,,1,1 +3304,0,0,u_normal_navi_32004009_thumbnail,,u_normal_navi_32004009,,1,1 +3305,0,0,u_rankup_navi_32004009_thumbnail,,u_rankup_navi_32004009,,1,1 +3309,0,0,u_normal_navi_33007010_thumbnail,,u_normal_navi_33007010,,1,1 +3310,0,0,u_rankup_navi_33007010_thumbnail,,u_rankup_navi_33007010,,1,1 +3314,0,0,u_normal_navi_31008011_thumbnail,,u_normal_navi_31008011,,1,1 +3315,0,0,u_rankup_navi_31008011_thumbnail,,u_rankup_navi_31008011,,1,1 +3319,0,0,u_normal_navi_32009009_thumbnail,,u_normal_navi_32009009,,1,1 +3320,0,0,u_rankup_navi_32009009_thumbnail,,u_rankup_navi_32009009,,1,1 +3324,0,0,b_normal_43006006_thumbnail,,b_normal_43006006,,0,1 +3325,0,0,b_rankup_43006006_thumbnail,b_rankup_43006006_signed_thumbnail,b_rankup_43006006,b_rankup_43006006_signed,0,1 +3329,0,0,u_normal_navi_12066001_thumbnail,,u_normal_navi_12066001,,1,1 +3330,0,0,u_rankup_navi_12066001_thumbnail,,u_rankup_navi_12066001,,1,1 +3334,0,0,u_normal_navi_32006011_thumbnail,,u_normal_navi_32006011,,1,1 +3335,0,0,u_rankup_navi_32006011_thumbnail,,u_rankup_navi_32006011,,1,1 +3339,0,0,u_normal_navi_13012001_thumbnail,,u_normal_navi_13012001,,1,1 +3340,0,0,u_rankup_navi_13012001_thumbnail,,u_rankup_navi_13012001,,1,1 +3344,0,0,u_normal_navi_33002019_thumbnail,,u_normal_navi_33002019,,1,1 +3345,0,0,u_rankup_navi_33002019_thumbnail,,u_rankup_navi_33002019,,1,1 +3349,0,0,u_normal_navi_32003019_thumbnail,,u_normal_navi_32003019,,1,1 +3350,0,0,u_rankup_navi_32003019_thumbnail,,u_rankup_navi_32003019,,1,1 +3354,0,0,u_normal_navi_31005018_thumbnail,,u_normal_navi_31005018,,1,1 +3355,0,0,u_rankup_navi_31005018_thumbnail,,u_rankup_navi_31005018,,1,1 +3359,0,0,b_normal_41001008_thumbnail,,b_normal_41001008,,0,1 +3360,0,0,b_rankup_41001008_thumbnail,b_rankup_41001008_signed_thumbnail,b_rankup_41001008,b_rankup_41001008_signed,0,1 +3364,0,0,u_normal_navi_11027001_thumbnail,,u_normal_navi_11027001,,1,1 +3365,0,0,u_rankup_navi_11027001_thumbnail,,u_rankup_navi_11027001,,1,1 +3369,0,0,u_normal_navi_31002010_thumbnail,,u_normal_navi_31002010,,1,1 +3370,0,0,u_rankup_navi_31002010_thumbnail,,u_rankup_navi_31002010,,1,1 +3374,0,0,u_rankup_navi_31001022_thumbnail,,u_rankup_navi_31001022,,1,1 +3378,0,0,u_rankup_navi_33002020_thumbnail,,u_rankup_navi_33002020,,1,1 +3382,0,0,u_rankup_navi_32003020_thumbnail,,u_rankup_navi_32003020,,1,1 +3386,0,0,u_rankup_navi_33004019_thumbnail,,u_rankup_navi_33004019,,1,1 +3390,0,0,u_rankup_navi_31005019_thumbnail,,u_rankup_navi_31005019,,1,1 +3394,0,0,u_rankup_navi_33006021_thumbnail,,u_rankup_navi_33006021,,1,1 +3398,0,0,u_rankup_navi_32007020_thumbnail,,u_rankup_navi_32007020,,1,1 +3402,0,0,u_rankup_navi_32008018_thumbnail,,u_rankup_navi_32008018,,1,1 +3406,0,0,u_rankup_navi_31009021_thumbnail,,u_rankup_navi_31009021,,1,1 +3410,0,0,b_rankup_41008003_thumbnail,,b_rankup_41008003,,0,1 +3414,0,0,u_normal_navi_12011001_thumbnail,,u_normal_navi_12011001,,1,1 +3415,0,0,u_rankup_navi_12011001_thumbnail,,u_rankup_navi_12011001,,1,1 +3419,0,0,u_normal_navi_32002010_thumbnail,,u_normal_navi_32002010,,1,1 +3420,0,0,u_rankup_navi_32002010_thumbnail,,u_rankup_navi_32002010,,1,1 +3424,0,0,u_normal_navi_31004010_thumbnail,,u_normal_navi_31004010,,1,1 +3425,0,0,u_rankup_navi_31004010_thumbnail,,u_rankup_navi_31004010,,1,1 +3429,0,0,u_normal_navi_32005011_thumbnail,,u_normal_navi_32005011,,1,1 +3430,0,0,u_rankup_navi_32005011_thumbnail,,u_rankup_navi_32005011,,1,1 +3434,0,0,u_normal_navi_33009011_thumbnail,,u_normal_navi_33009011,,1,1 +3435,0,0,u_rankup_navi_33009011_thumbnail,,u_rankup_navi_33009011,,1,1 +3439,0,0,b_normal_41003003_thumbnail,,b_normal_41003003,,0,1 +3440,0,0,b_rankup_41003003_thumbnail,b_rankup_41003003_signed_thumbnail,b_rankup_41003003,b_rankup_41003003_signed,0,1 +3444,0,0,u_normal_navi_12025001_thumbnail,,u_normal_navi_12025001,,1,1 +3445,0,0,u_rankup_navi_12025001_thumbnail,,u_rankup_navi_12025001,,1,1 +3449,0,0,u_normal_navi_31009020_thumbnail,,u_normal_navi_31009020,,1,1 +3450,0,0,u_rankup_navi_31009020_thumbnail,,u_rankup_navi_31009020,,1,1 +3454,0,0,u_normal_navi_11054001_thumbnail,,u_normal_navi_11054001,,1,1 +3455,0,0,u_rankup_navi_11054001_thumbnail,,u_rankup_navi_11054001,,1,1 +3459,0,0,u_normal_navi_33001009_thumbnail,,u_normal_navi_33001009,,1,1 +3460,0,0,u_rankup_navi_33001009_thumbnail,,u_rankup_navi_33001009,,1,1 +3464,0,0,u_normal_navi_32006012_thumbnail,,u_normal_navi_32006012,,1,1 +3465,0,0,u_rankup_navi_32006012_thumbnail,,u_rankup_navi_32006012,,1,1 +3469,0,0,u_normal_navi_31008013_thumbnail,,u_normal_navi_31008013,,1,1 +3470,0,0,u_rankup_navi_31008013_thumbnail,,u_rankup_navi_31008013,,1,1 +3474,0,0,b_normal_43007004_thumbnail,,b_normal_43007004,,0,1 +3475,0,0,b_rankup_43007004_thumbnail,b_rankup_43007004_signed_thumbnail,b_rankup_43007004,b_rankup_43007004_signed,0,1 +3479,0,0,u_normal_navi_12019001_thumbnail,,u_normal_navi_12019001,,1,1 +3480,0,0,u_rankup_navi_12019001_thumbnail,,u_rankup_navi_12019001,,1,1 +3484,0,0,u_normal_navi_33004018_thumbnail,,u_normal_navi_33004018,,1,1 +3485,0,0,u_rankup_navi_33004018_thumbnail,,u_rankup_navi_33004018,,1,1 +3489,0,0,u_rankup_navi_31001024_thumbnail,,u_rankup_navi_31001024,,1,1 +3493,0,0,u_rankup_navi_31003011_thumbnail,,u_rankup_navi_31003011,,1,1 +3497,0,0,u_rankup_navi_31008012_thumbnail,,u_rankup_navi_31008012,,1,1 +3501,0,0,u_normal_navi_13063001_thumbnail,,u_normal_navi_13063001,,1,1 +3502,0,0,u_rankup_navi_13063001_thumbnail,,u_rankup_navi_13063001,,1,1 +3506,0,0,u_normal_navi_32004012_thumbnail,,u_normal_navi_32004012,,1,1 +3507,0,0,u_rankup_navi_32004012_thumbnail,,u_rankup_navi_32004012,,1,1 +3511,0,0,u_normal_navi_33005011_thumbnail,,u_normal_navi_33005011,,1,1 +3512,0,0,u_rankup_navi_33005011_thumbnail,,u_rankup_navi_33005011,,1,1 +3516,0,0,u_normal_navi_31006010_thumbnail,,u_normal_navi_31006010,,1,1 +3517,0,0,u_rankup_navi_31006010_thumbnail,,u_rankup_navi_31006010,,1,1 +3521,0,0,u_normal_navi_32007021_thumbnail,,u_normal_navi_32007021,,1,1 +3522,0,0,u_rankup_navi_32007021_thumbnail,,u_rankup_navi_32007021,,1,1 +3526,0,0,b_normal_41002003_thumbnail,,b_normal_41002003,,0,1 +3527,0,0,b_rankup_41002003_thumbnail,b_rankup_41002003_signed_thumbnail,b_rankup_41002003,b_rankup_41002003_signed,0,1 +3531,0,0,u_normal_navi_13059001_thumbnail,,u_normal_navi_13059001,,1,1 +3532,0,0,u_rankup_navi_13059001_thumbnail,,u_rankup_navi_13059001,,1,1 +3536,0,0,u_normal_navi_33001010_thumbnail,,u_normal_navi_33001010,,1,1 +3537,0,0,u_rankup_navi_33001010_thumbnail,,u_rankup_navi_33001010,,1,1 +3541,0,0,b_rankup_41001009_thumbnail,,b_rankup_41001009,,0,1 +3545,0,0,u_normal_navi_13060001_thumbnail,,u_normal_navi_13060001,,1,1 +3546,0,0,u_rankup_navi_13060001_thumbnail,,u_rankup_navi_13060001,,1,1 +3550,0,0,u_normal_navi_22001003_thumbnail,,u_normal_navi_22001003,,1,1 +3551,0,0,u_rankup_navi_22001003_thumbnail,,u_rankup_navi_22001003,,1,1 +3555,0,0,u_normal_navi_22002003_thumbnail,,u_normal_navi_22002003,,1,1 +3556,0,0,u_rankup_navi_22002003_thumbnail,,u_rankup_navi_22002003,,1,1 +3560,0,0,u_normal_navi_22003007_thumbnail,,u_normal_navi_22003007,,1,1 +3561,0,0,u_rankup_navi_22003007_thumbnail,,u_rankup_navi_22003007,,1,1 +3565,0,0,u_normal_navi_22004003_thumbnail,,u_normal_navi_22004003,,1,1 +3566,0,0,u_rankup_navi_22004003_thumbnail,,u_rankup_navi_22004003,,1,1 +3570,0,0,u_normal_navi_22005003_thumbnail,,u_normal_navi_22005003,,1,1 +3571,0,0,u_rankup_navi_22005003_thumbnail,,u_rankup_navi_22005003,,1,1 +3575,0,0,u_normal_navi_22006003_thumbnail,,u_normal_navi_22006003,,1,1 +3576,0,0,u_rankup_navi_22006003_thumbnail,,u_rankup_navi_22006003,,1,1 +3580,0,0,u_normal_navi_22007006_thumbnail,,u_normal_navi_22007006,,1,1 +3581,0,0,u_rankup_navi_22007006_thumbnail,,u_rankup_navi_22007006,,1,1 +3585,0,0,u_normal_navi_22008007_thumbnail,,u_normal_navi_22008007,,1,1 +3586,0,0,u_rankup_navi_22008007_thumbnail,,u_rankup_navi_22008007,,1,1 +3590,0,0,u_normal_navi_22009003_thumbnail,,u_normal_navi_22009003,,1,1 +3591,0,0,u_rankup_navi_22009003_thumbnail,,u_rankup_navi_22009003,,1,1 +3595,0,0,u_normal_navi_31001023_thumbnail,,u_normal_navi_31001023,,1,1 +3596,0,0,u_rankup_navi_31001023_thumbnail,,u_rankup_navi_31001023,,1,1 +3600,0,0,u_normal_navi_33003010_thumbnail,,u_normal_navi_33003010,,1,1 +3601,0,0,u_rankup_navi_33003010_thumbnail,,u_rankup_navi_33003010,,1,1 +3605,0,0,u_normal_navi_32009010_thumbnail,,u_normal_navi_32009010,,1,1 +3606,0,0,u_rankup_navi_32009010_thumbnail,,u_rankup_navi_32009010,,1,1 +3610,0,0,b_normal_43008003_thumbnail,,b_normal_43008003,,0,1 +3611,0,0,b_rankup_43008003_thumbnail,b_rankup_43008003_signed_thumbnail,b_rankup_43008003,b_rankup_43008003_signed,0,1 +3615,0,0,u_normal_navi_11037001_thumbnail,,u_normal_navi_11037001,,1,1 +3616,0,0,u_rankup_navi_11037001_thumbnail,,u_rankup_navi_11037001,,1,1 +3620,0,0,u_normal_navi_32005012_thumbnail,,u_normal_navi_32005012,,1,1 +3621,0,0,u_rankup_navi_32005012_thumbnail,,u_rankup_navi_32005012,,1,1 +3625,0,0,u_rankup_navi_32004013_thumbnail,,u_rankup_navi_32004013,,1,1 +3629,0,0,u_rankup_navi_32005013_thumbnail,,u_rankup_navi_32005013,,1,1 +3633,0,0,u_rankup_navi_32007022_thumbnail,,u_rankup_navi_32007022,,1,1 +3637,0,0,u_normal_navi_13024001_thumbnail,,u_normal_navi_13024001,,1,1 +3638,0,0,u_rankup_navi_13024001_thumbnail,,u_rankup_navi_13024001,,1,1 +3642,0,0,u_normal_navi_32001011_thumbnail,,u_normal_navi_32001011,,1,1 +3643,0,0,u_rankup_navi_32001011_thumbnail,,u_rankup_navi_32001011,,1,1 +3647,0,0,u_normal_navi_31005020_thumbnail,,u_normal_navi_31005020,,1,1 +3648,0,0,u_rankup_navi_31005020_thumbnail,,u_rankup_navi_31005020,,1,1 +3652,0,0,u_normal_navi_33007011_thumbnail,,u_normal_navi_33007011,,1,1 +3653,0,0,u_rankup_navi_33007011_thumbnail,,u_rankup_navi_33007011,,1,1 +3657,0,0,u_normal_navi_33009012_thumbnail,,u_normal_navi_33009012,,1,1 +3658,0,0,u_rankup_navi_33009012_thumbnail,,u_rankup_navi_33009012,,1,1 +3662,0,0,b_normal_42006003_thumbnail,,b_normal_42006003,,0,1 +3663,0,0,b_rankup_42006003_thumbnail,b_rankup_42006003_signed_thumbnail,b_rankup_42006003,b_rankup_42006003_signed,0,1 +3667,0,0,u_normal_navi_13052001_thumbnail,,u_normal_navi_13052001,,1,1 +3668,0,0,u_rankup_navi_13052001_thumbnail,,u_rankup_navi_13052001,,1,1 +3672,0,0,u_normal_navi_31007010_thumbnail,,u_normal_navi_31007010,,1,1 +3673,0,0,u_rankup_navi_31007010_thumbnail,,u_rankup_navi_31007010,,1,1 +3677,0,0,u_normal_navi_13015001_thumbnail,,u_normal_navi_13015001,,1,1 +3678,0,0,u_rankup_navi_13015001_thumbnail,,u_rankup_navi_13015001,,1,1 +3682,0,0,u_normal_navi_33002021_thumbnail,,u_normal_navi_33002021,,1,1 +3683,0,0,u_rankup_navi_33002021_thumbnail,,u_rankup_navi_33002021,,1,1 +3687,0,0,u_normal_navi_31003012_thumbnail,,u_normal_navi_31003012,,1,1 +3688,0,0,u_rankup_navi_31003012_thumbnail,,u_rankup_navi_31003012,,1,1 +3692,0,0,u_normal_navi_32008017_thumbnail,,u_normal_navi_32008017,,1,1 +3693,0,0,u_rankup_navi_32008017_thumbnail,,u_rankup_navi_32008017,,1,1 +3697,0,0,b_normal_41004003_thumbnail,,b_normal_41004003,,0,1 +3698,0,0,b_rankup_41004003_thumbnail,b_rankup_41004003_signed_thumbnail,b_rankup_41004003,b_rankup_41004003_signed,0,1 +3702,0,0,u_normal_navi_13041001_thumbnail,,u_normal_navi_13041001,,1,1 +3703,0,0,u_rankup_navi_13041001_thumbnail,,u_rankup_navi_13041001,,1,1 +3707,0,0,u_normal_navi_33003011_thumbnail,,u_normal_navi_33003011,,1,1 +3708,0,0,u_rankup_navi_33003011_thumbnail,,u_rankup_navi_33003011,,1,1 +3712,0,0,u_rankup_navi_33002022_thumbnail,,u_rankup_navi_33002022,,1,1 +3716,0,0,u_rankup_navi_33006022_thumbnail,,u_rankup_navi_33006022,,1,1 +3720,0,0,u_rankup_navi_33009013_thumbnail,,u_rankup_navi_33009013,,1,1 +3724,0,0,u_normal_navi_11013001_thumbnail,,u_normal_navi_11013001,,1,1 +3725,0,0,u_rankup_navi_11013001_thumbnail,,u_rankup_navi_11013001,,1,1 +3729,0,0,u_normal_navi_22101001_thumbnail,,u_normal_navi_22101001,,1,1 +3730,0,0,u_rankup_navi_22101001_thumbnail,,u_rankup_navi_22101001,,1,1 +3734,0,0,u_normal_navi_22102001_thumbnail,,u_normal_navi_22102001,,1,1 +3735,0,0,u_rankup_navi_22102001_thumbnail,,u_rankup_navi_22102001,,1,1 +3739,0,0,u_normal_navi_22103001_thumbnail,,u_normal_navi_22103001,,1,1 +3740,0,0,u_rankup_navi_22103001_thumbnail,,u_rankup_navi_22103001,,1,1 +3744,0,0,u_normal_navi_22104001_thumbnail,,u_normal_navi_22104001,,1,1 +3745,0,0,u_rankup_navi_22104001_thumbnail,,u_rankup_navi_22104001,,1,1 +3749,0,0,u_normal_navi_22105001_thumbnail,,u_normal_navi_22105001,,1,1 +3750,0,0,u_rankup_navi_22105001_thumbnail,,u_rankup_navi_22105001,,1,1 +3754,0,0,u_normal_navi_22106001_thumbnail,,u_normal_navi_22106001,,1,1 +3755,0,0,u_rankup_navi_22106001_thumbnail,,u_rankup_navi_22106001,,1,1 +3759,0,0,u_normal_navi_22107001_thumbnail,,u_normal_navi_22107001,,1,1 +3760,0,0,u_rankup_navi_22107001_thumbnail,,u_rankup_navi_22107001,,1,1 +3764,0,0,u_normal_navi_22108001_thumbnail,,u_normal_navi_22108001,,1,1 +3765,0,0,u_rankup_navi_22108001_thumbnail,,u_rankup_navi_22108001,,1,1 +3769,0,0,u_normal_navi_22109001_thumbnail,,u_normal_navi_22109001,,1,1 +3770,0,0,u_rankup_navi_22109001_thumbnail,,u_rankup_navi_22109001,,1,1 +3774,0,0,u_normal_navi_31002011_thumbnail,,u_normal_navi_31002011,,1,1 +3775,0,0,u_rankup_navi_31002011_thumbnail,,u_rankup_navi_31002011,,1,1 +3779,0,0,u_normal_navi_32004014_thumbnail,,u_normal_navi_32004014,,1,1 +3780,0,0,u_rankup_navi_32004014_thumbnail,,u_rankup_navi_32004014,,1,1 +3784,0,0,u_normal_navi_32007023_thumbnail,,u_normal_navi_32007023,,1,1 +3785,0,0,u_rankup_navi_32007023_thumbnail,,u_rankup_navi_32007023,,1,1 +3789,0,0,u_normal_navi_33008012_thumbnail,,u_normal_navi_33008012,,1,1 +3790,0,0,u_rankup_navi_33008012_thumbnail,,u_rankup_navi_33008012,,1,1 +3794,0,0,b_normal_42009003_thumbnail,,b_normal_42009003,,0,1 +3795,0,0,b_rankup_42009003_thumbnail,b_rankup_42009003_signed_thumbnail,b_rankup_42009003,b_rankup_42009003_signed,0,1 +3799,0,0,u_normal_navi_11023002_thumbnail,,u_normal_navi_11023002,,1,1 +3800,0,0,u_rankup_navi_11023002_thumbnail,,u_rankup_navi_11023002,,1,1 +3804,0,0,u_normal_navi_32002011_thumbnail,,u_normal_navi_32002011,,1,1 +3805,0,0,u_rankup_navi_32002011_thumbnail,,u_rankup_navi_32002011,,1,1 +3809,0,0,u_rankup_navi_23001004_thumbnail,,u_rankup_navi_23001004,,1,1 +3813,0,0,u_rankup_navi_23002007_thumbnail,,u_rankup_navi_23002007,,1,1 +3817,0,0,u_rankup_navi_23003004_thumbnail,,u_rankup_navi_23003004,,1,1 +3821,0,0,u_rankup_navi_23004008_thumbnail,,u_rankup_navi_23004008,,1,1 +3825,0,0,u_rankup_navi_23005004_thumbnail,,u_rankup_navi_23005004,,1,1 +3829,0,0,u_rankup_navi_23006007_thumbnail,,u_rankup_navi_23006007,,1,1 +3833,0,0,u_rankup_navi_23007004_thumbnail,,u_rankup_navi_23007004,,1,1 +3837,0,0,u_rankup_navi_23008004_thumbnail,,u_rankup_navi_23008004,,1,1 +3841,0,0,u_rankup_navi_23009004_thumbnail,,u_rankup_navi_23009004,,1,1 +3845,0,0,u_normal_navi_13058002_thumbnail,,u_normal_navi_13058002,,1,1 +3846,0,0,u_rankup_navi_13058002_thumbnail,,u_rankup_navi_13058002,,1,1 +3850,0,0,u_normal_navi_33001011_thumbnail,,u_normal_navi_33001011,,1,1 +3851,0,0,u_rankup_navi_33001011_thumbnail,,u_rankup_navi_33001011,,1,1 +3855,0,0,u_normal_navi_32003021_thumbnail,,u_normal_navi_32003021,,1,1 +3856,0,0,u_rankup_navi_32003021_thumbnail,,u_rankup_navi_32003021,,1,1 +3860,0,0,u_normal_navi_31006011_thumbnail,,u_normal_navi_31006011,,1,1 +3861,0,0,u_rankup_navi_31006011_thumbnail,,u_rankup_navi_31006011,,1,1 +3865,0,0,b_normal_43005003_thumbnail,,b_normal_43005003,,0,1 +3866,0,0,b_rankup_43005003_thumbnail,b_rankup_43005003_signed_thumbnail,b_rankup_43005003,b_rankup_43005003_signed,0,1 +3870,0,0,u_normal_navi_12021002_thumbnail,,u_normal_navi_12021002,,1,1 +3871,0,0,u_rankup_navi_12021002_thumbnail,,u_rankup_navi_12021002,,1,1 +3875,0,0,u_normal_navi_31004012_thumbnail,,u_normal_navi_31004012,,1,1 +3876,0,0,u_rankup_navi_31004012_thumbnail,,u_rankup_navi_31004012,,1,1 +3880,0,0,b_rankup_41001010_thumbnail,,b_rankup_41001010,,0,1 +3884,0,0,u_normal_navi_11020002_thumbnail,,u_normal_navi_11020002,,1,1 +3885,0,0,u_rankup_navi_11020002_thumbnail,,u_rankup_navi_11020002,,1,1 +3889,0,0,u_normal_navi_32002012_thumbnail,,u_normal_navi_32002012,,1,1 +3890,0,0,u_rankup_navi_32002012_thumbnail,,u_rankup_navi_32002012,,1,1 +3894,0,0,u_normal_navi_33003012_thumbnail,,u_normal_navi_33003012,,1,1 +3895,0,0,u_rankup_navi_33003012_thumbnail,,u_rankup_navi_33003012,,1,1 +3899,0,0,u_normal_navi_33005012_thumbnail,,u_normal_navi_33005012,,1,1 +3900,0,0,u_rankup_navi_33005012_thumbnail,,u_rankup_navi_33005012,,1,1 +3904,0,0,u_normal_navi_31007011_thumbnail,,u_normal_navi_31007011,,1,1 +3905,0,0,u_rankup_navi_31007011_thumbnail,,u_rankup_navi_31007011,,1,1 +3909,0,0,b_normal_42001003_thumbnail,,b_normal_42001003,,0,1 +3910,0,0,b_rankup_42001003_thumbnail,b_rankup_42001003_signed_thumbnail,b_rankup_42001003,b_rankup_42001003_signed,0,1 +3914,0,0,u_rankup_navi_31001025_thumbnail,,u_rankup_navi_31001025,,1,1 +3918,0,0,u_rankup_navi_33002023_thumbnail,,u_rankup_navi_33002023,,1,1 +3922,0,0,u_rankup_navi_32003022_thumbnail,,u_rankup_navi_32003022,,1,1 +3926,0,0,u_rankup_navi_33004020_thumbnail,,u_rankup_navi_33004020,,1,1 +3930,0,0,u_rankup_navi_31005021_thumbnail,,u_rankup_navi_31005021,,1,1 +3934,0,0,u_rankup_navi_33006024_thumbnail,,u_rankup_navi_33006024,,1,1 +3938,0,0,u_rankup_navi_32007024_thumbnail,,u_rankup_navi_32007024,,1,1 +3942,0,0,u_rankup_navi_32008019_thumbnail,,u_rankup_navi_32008019,,1,1 +3946,0,0,u_rankup_navi_31009022_thumbnail,,u_rankup_navi_31009022,,1,1 +3950,0,0,u_normal_navi_13056002_thumbnail,,u_normal_navi_13056002,,1,1 +3951,0,0,u_rankup_navi_13056002_thumbnail,,u_rankup_navi_13056002,,1,1 +3955,0,0,u_normal_navi_31006012_thumbnail,,u_normal_navi_31006012,,1,1 +3956,0,0,u_rankup_navi_31006012_thumbnail,,u_rankup_navi_31006012,,1,1 +3960,0,0,u_normal_navi_12060002_thumbnail,,u_normal_navi_12060002,,1,1 +3961,0,0,u_rankup_navi_12060002_thumbnail,,u_rankup_navi_12060002,,1,1 +3965,0,0,u_normal_navi_31004011_thumbnail,,u_normal_navi_31004011,,1,1 +3966,0,0,u_rankup_navi_31004011_thumbnail,,u_rankup_navi_31004011,,1,1 +3970,0,0,u_normal_navi_33006023_thumbnail,,u_normal_navi_33006023,,1,1 +3971,0,0,u_rankup_navi_33006023_thumbnail,,u_rankup_navi_33006023,,1,1 +3975,0,0,u_normal_navi_32009011_thumbnail,,u_normal_navi_32009011,,1,1 +3976,0,0,u_rankup_navi_32009011_thumbnail,,u_rankup_navi_32009011,,1,1 +3980,0,0,b_normal_41008004_thumbnail,,b_normal_41008004,,0,1 +3981,0,0,b_rankup_41008004_thumbnail,b_rankup_41008004_signed_thumbnail,b_rankup_41008004,b_rankup_41008004_signed,0,1 +3985,0,0,u_normal_navi_23080001_thumbnail,,u_normal_navi_23080001,,1,1 +3986,0,0,u_rankup_navi_23080001_thumbnail,,u_rankup_navi_23080001,,1,1 +3990,0,0,u_normal_navi_23081001_thumbnail,,u_normal_navi_23081001,,1,1 +3991,0,0,u_rankup_navi_23081001_thumbnail,,u_rankup_navi_23081001,,1,1 +3995,0,0,u_normal_navi_23082001_thumbnail,,u_normal_navi_23082001,,1,1 +3996,0,0,u_rankup_navi_23082001_thumbnail,,u_rankup_navi_23082001,,1,1 +4000,0,0,u_normal_navi_13062002_thumbnail,,u_normal_navi_13062002,,1,1 +4001,0,0,u_rankup_navi_13062002_thumbnail,,u_rankup_navi_13062002,,1,1 +4005,0,0,u_normal_navi_33009014_thumbnail,,u_normal_navi_33009014,,1,1 +4006,0,0,u_rankup_navi_33009014_thumbnail,,u_rankup_navi_33009014,,1,1 +4010,0,0,b_rankup_41001011_thumbnail,,b_rankup_41001011,,0,1 +4014,0,0,u_normal_navi_13061002_thumbnail,,u_normal_navi_13061002,,1,1 +4015,0,0,u_rankup_navi_13061002_thumbnail,,u_rankup_navi_13061002,,1,1 +4019,0,0,u_normal_navi_31001026_thumbnail,,u_normal_navi_31001026,,1,1 +4020,0,0,u_rankup_navi_31001026_thumbnail,,u_rankup_navi_31001026,,1,1 +4024,0,0,u_normal_navi_32005014_thumbnail,,u_normal_navi_32005014,,1,1 +4025,0,0,u_rankup_navi_32005014_thumbnail,,u_rankup_navi_32005014,,1,1 +4029,0,0,u_normal_navi_33007012_thumbnail,,u_normal_navi_33007012,,1,1 +4030,0,0,u_rankup_navi_33007012_thumbnail,,u_rankup_navi_33007012,,1,1 +4034,0,0,u_normal_navi_33008013_thumbnail,,u_normal_navi_33008013,,1,1 +4035,0,0,u_rankup_navi_33008013_thumbnail,,u_rankup_navi_33008013,,1,1 +4039,0,0,b_normal_41006004_thumbnail,,b_normal_41006004,,0,1 +4040,0,0,b_rankup_41006004_thumbnail,b_rankup_41006004_signed_thumbnail,b_rankup_41006004,b_rankup_41006004_signed,0,1 +4044,0,0,b_rankup_41001012_thumbnail,,b_rankup_41001012,,0,1 +4048,0,0,b_rankup_42003009_thumbnail,,b_rankup_42003009,,0,1 +4052,0,0,b_rankup_43004007_thumbnail,,b_rankup_43004007,,0,1 +4056,0,0,u_normal_navi_12012002_thumbnail,,u_normal_navi_12012002,,1,1 +4057,0,0,u_rankup_navi_12012002_thumbnail,,u_rankup_navi_12012002,,1,1 +4061,0,0,u_normal_navi_32008020_thumbnail,,u_normal_navi_32008020,,1,1 +4062,0,0,u_rankup_navi_32008020_thumbnail,,u_rankup_navi_32008020,,1,1 +4066,0,0,u_normal_navi_13022002_thumbnail,,u_normal_navi_13022002,,1,1 +4067,0,0,u_rankup_navi_13022002_thumbnail,,u_rankup_navi_13022002,,1,1 +4071,0,0,u_normal_navi_32003023_thumbnail,,u_normal_navi_32003023,,1,1 +4072,0,0,u_rankup_navi_32003023_thumbnail,,u_rankup_navi_32003023,,1,1 +4076,0,0,u_normal_navi_33004021_thumbnail,,u_normal_navi_33004021,,1,1 +4077,0,0,u_rankup_navi_33004021_thumbnail,,u_rankup_navi_33004021,,1,1 +4081,0,0,u_normal_navi_31009023_thumbnail,,u_normal_navi_31009023,,1,1 +4082,0,0,u_rankup_navi_31009023_thumbnail,,u_rankup_navi_31009023,,1,1 +4086,0,0,b_normal_42002003_thumbnail,,b_normal_42002003,,0,1 +4087,0,0,b_rankup_42002003_thumbnail,b_rankup_42002003_signed_thumbnail,b_rankup_42002003,b_rankup_42002003_signed,0,1 +4091,0,0,u_normal_navi_11026002_thumbnail,,u_normal_navi_11026002,,1,1 +4092,0,0,u_rankup_navi_11026002_thumbnail,,u_rankup_navi_11026002,,1,1 +4096,0,0,u_normal_navi_33005013_thumbnail,,u_normal_navi_33005013,,1,1 +4097,0,0,u_rankup_navi_33005013_thumbnail,,u_rankup_navi_33005013,,1,1 +4101,0,0,u_rankup_navi_22008008_thumbnail,,u_rankup_navi_22008008,,1,1 +4105,0,0,u_normal_navi_13051002_thumbnail,,u_normal_navi_13051002,,1,1 +4106,0,0,u_rankup_navi_13051002_thumbnail,,u_rankup_navi_13051002,,1,1 +4110,0,0,u_normal_navi_32001012_thumbnail,,u_normal_navi_32001012,,1,1 +4111,0,0,u_rankup_navi_32001012_thumbnail,,u_rankup_navi_32001012,,1,1 +4115,0,0,u_normal_navi_33002024_thumbnail,,u_normal_navi_33002024,,1,1 +4116,0,0,u_rankup_navi_33002024_thumbnail,,u_rankup_navi_33002024,,1,1 +4120,0,0,u_normal_navi_31004013_thumbnail,,u_normal_navi_31004013,,1,1 +4121,0,0,u_rankup_navi_31004013_thumbnail,,u_rankup_navi_31004013,,1,1 +4125,0,0,u_normal_navi_31008014_thumbnail,,u_normal_navi_31008014,,1,1 +4126,0,0,u_rankup_navi_31008014_thumbnail,,u_rankup_navi_31008014,,1,1 +4130,0,0,b_normal_43003003_thumbnail,,b_normal_43003003,,0,1 +4131,0,0,b_rankup_43003003_thumbnail,b_rankup_43003003_signed_thumbnail,b_rankup_43003003,b_rankup_43003003_signed,0,1 +4135,0,0,b_rankup_41005006_thumbnail,,b_rankup_41005006,,0,1 +4139,0,0,b_rankup_43006007_thumbnail,,b_rankup_43006007,,0,1 +4143,0,0,b_rankup_42008006_thumbnail,,b_rankup_42008006,,0,1 +4147,0,0,u_normal_navi_12033002_thumbnail,,u_normal_navi_12033002,,1,1 +4148,0,0,u_rankup_navi_12033002_thumbnail,,u_rankup_navi_12033002,,1,1 +4152,0,0,u_normal_navi_32007025_thumbnail,,u_normal_navi_32007025,,1,1 +4153,0,0,u_rankup_navi_32007025_thumbnail,,u_rankup_navi_32007025,,1,1 +4157,0,0,u_normal_navi_12027002_thumbnail,,u_normal_navi_12027002,,1,1 +4158,0,0,u_rankup_navi_12027002_thumbnail,,u_rankup_navi_12027002,,1,1 +4162,0,0,u_normal_navi_32006013_thumbnail,,u_normal_navi_32006013,,1,1 +4163,0,0,u_rankup_navi_32006013_thumbnail,,u_rankup_navi_32006013,,1,1 +4167,0,0,u_normal_navi_31007012_thumbnail,,u_normal_navi_31007012,,1,1 +4168,0,0,u_rankup_navi_31007012_thumbnail,,u_rankup_navi_31007012,,1,1 +4172,0,0,u_normal_navi_33009015_thumbnail,,u_normal_navi_33009015,,1,1 +4173,0,0,u_rankup_navi_33009015_thumbnail,,u_rankup_navi_33009015,,1,1 +4177,0,0,b_normal_42005003_thumbnail,,b_normal_42005003,,0,1 +4178,0,0,b_rankup_42005003_thumbnail,b_rankup_42005003_signed_thumbnail,b_rankup_42005003,b_rankup_42005003_signed,0,1 +4182,0,0,u_normal_navi_13016002_thumbnail,,u_normal_navi_13016002,,1,1 +4183,0,0,u_rankup_navi_13016002_thumbnail,,u_rankup_navi_13016002,,1,1 +4187,0,0,u_normal_navi_31001027_thumbnail,,u_normal_navi_31001027,,1,1 +4188,0,0,u_rankup_navi_31001027_thumbnail,,u_rankup_navi_31001027,,1,1 +4192,0,0,u_normal_navi_11035002_thumbnail,,u_normal_navi_11035002,,1,1 +4193,0,0,u_rankup_navi_11035002_thumbnail,,u_rankup_navi_11035002,,1,1 +4197,0,0,u_normal_navi_32002013_thumbnail,,u_normal_navi_32002013,,1,1 +4198,0,0,u_rankup_navi_32002013_thumbnail,,u_rankup_navi_32002013,,1,1 +4202,0,0,u_normal_navi_31003013_thumbnail,,u_normal_navi_31003013,,1,1 +4203,0,0,u_rankup_navi_31003013_thumbnail,,u_rankup_navi_31003013,,1,1 +4207,0,0,u_normal_navi_32004015_thumbnail,,u_normal_navi_32004015,,1,1 +4208,0,0,u_rankup_navi_32004015_thumbnail,,u_rankup_navi_32004015,,1,1 +4212,0,0,u_normal_navi_33008014_thumbnail,,u_normal_navi_33008014,,1,1 +4213,0,0,u_rankup_navi_33008014_thumbnail,,u_rankup_navi_33008014,,1,1 +4217,0,0,b_normal_41007003_thumbnail,,b_normal_41007003,,0,1 +4218,0,0,b_rankup_41007003_thumbnail,b_rankup_41007003_signed_thumbnail,b_rankup_41007003,b_rankup_41007003_signed,0,1 +4222,0,0,b_rankup_43002009_thumbnail,,b_rankup_43002009,,0,1 +4226,0,0,b_rankup_42007006_thumbnail,,b_rankup_42007006,,0,1 +4230,0,0,b_rankup_41009008_thumbnail,,b_rankup_41009008,,0,1 +4234,0,0,u_normal_navi_13031002_thumbnail,,u_normal_navi_13031002,,1,1 +4235,0,0,u_rankup_navi_13031002_thumbnail,,u_rankup_navi_13031002,,1,1 +4239,0,0,u_normal_navi_31101001_thumbnail,,u_normal_navi_31101001,,1,1 +4240,0,0,u_rankup_navi_31101001_thumbnail,,u_rankup_navi_31101001,,1,1 +4244,0,0,u_normal_navi_33102001_thumbnail,,u_normal_navi_33102001,,1,1 +4245,0,0,u_rankup_navi_33102001_thumbnail,,u_rankup_navi_33102001,,1,1 +4249,0,0,u_normal_navi_12024002_thumbnail,,u_normal_navi_12024002,,1,1 +4250,0,0,u_rankup_navi_12024002_thumbnail,,u_rankup_navi_12024002,,1,1 +4254,0,0,u_normal_navi_31005022_thumbnail,,u_normal_navi_31005022,,1,1 +4255,0,0,u_rankup_navi_31005022_thumbnail,,u_rankup_navi_31005022,,1,1 +4259,0,0,u_normal_navi_33006025_thumbnail,,u_normal_navi_33006025,,1,1 +4260,0,0,u_rankup_navi_33006025_thumbnail,,u_rankup_navi_33006025,,1,1 +4264,0,0,u_normal_navi_32009012_thumbnail,,u_normal_navi_32009012,,1,1 +4265,0,0,u_rankup_navi_32009012_thumbnail,,u_rankup_navi_32009012,,1,1 +4269,0,0,b_normal_43001003_thumbnail,,b_normal_43001003,,0,1 +4270,0,0,b_rankup_43001003_thumbnail,b_rankup_43001003_signed_thumbnail,b_rankup_43001003,b_rankup_43001003_signed,0,1 +4274,0,0,u_normal_navi_13053002_thumbnail,,u_normal_navi_13053002,,1,1 +4275,0,0,u_rankup_navi_13053002_thumbnail,,u_rankup_navi_13053002,,1,1 +4279,0,0,u_normal_navi_33007013_thumbnail,,u_normal_navi_33007013,,1,1 +4280,0,0,u_rankup_navi_33007013_thumbnail,,u_rankup_navi_33007013,,1,1 +4284,0,0,u_normal_navi_31008015_thumbnail,,u_normal_navi_31008015,,1,1 +4285,0,0,u_rankup_navi_31008015_thumbnail,,u_rankup_navi_31008015,,1,1 +4289,0,0,u_normal_navi_12018002_thumbnail,,u_normal_navi_12018002,,1,1 +4290,0,0,u_rankup_navi_12018002_thumbnail,,u_rankup_navi_12018002,,1,1 +4294,0,0,u_normal_navi_31001028_thumbnail,,u_normal_navi_31001028,,1,1 +4295,0,0,u_rankup_navi_31001028_thumbnail,,u_rankup_navi_31001028,,1,1 +4299,0,0,u_normal_navi_32006014_thumbnail,,u_normal_navi_32006014,,1,1 +4300,0,0,u_rankup_navi_32006014_thumbnail,,u_rankup_navi_32006014,,1,1 +4304,0,0,u_normal_navi_33007014_thumbnail,,u_normal_navi_33007014,,1,1 +4305,0,0,u_rankup_navi_33007014_thumbnail,,u_rankup_navi_33007014,,1,1 +4309,0,0,u_normal_navi_31008016_thumbnail,,u_normal_navi_31008016,,1,1 +4310,0,0,u_rankup_navi_31008016_thumbnail,,u_rankup_navi_31008016,,1,1 +4314,0,0,b_normal_43009003_thumbnail,,b_normal_43009003,,0,1 +4315,0,0,b_rankup_43009003_thumbnail,b_rankup_43009003_signed_thumbnail,b_rankup_43009003,b_rankup_43009003_signed,0,1 +4319,0,0,u_normal_navi_23101001_thumbnail,,u_normal_navi_23101001,,1,1 +4320,0,0,u_rankup_navi_23101001_thumbnail,,u_rankup_navi_23101001,,1,1 +4321,0,0,u_normal_navi_23102001_thumbnail,,u_normal_navi_23102001,,1,1 +4322,0,0,u_rankup_navi_23102001_thumbnail,,u_rankup_navi_23102001,,1,1 +4323,0,0,u_normal_navi_23103001_thumbnail,,u_normal_navi_23103001,,1,1 +4324,0,0,u_rankup_navi_23103001_thumbnail,,u_rankup_navi_23103001,,1,1 +4325,0,0,u_normal_navi_23104001_thumbnail,,u_normal_navi_23104001,,1,1 +4326,0,0,u_rankup_navi_23104001_thumbnail,,u_rankup_navi_23104001,,1,1 +4327,0,0,u_normal_navi_23105001_thumbnail,,u_normal_navi_23105001,,1,1 +4328,0,0,u_rankup_navi_23105001_thumbnail,,u_rankup_navi_23105001,,1,1 +4329,0,0,u_normal_navi_23106001_thumbnail,,u_normal_navi_23106001,,1,1 +4330,0,0,u_rankup_navi_23106001_thumbnail,,u_rankup_navi_23106001,,1,1 +4331,0,0,u_normal_navi_23107001_thumbnail,,u_normal_navi_23107001,,1,1 +4332,0,0,u_rankup_navi_23107001_thumbnail,,u_rankup_navi_23107001,,1,1 +4333,0,0,u_normal_navi_23108001_thumbnail,,u_normal_navi_23108001,,1,1 +4334,0,0,u_rankup_navi_23108001_thumbnail,,u_rankup_navi_23108001,,1,1 +4335,0,0,u_normal_navi_23109001_thumbnail,,u_normal_navi_23109001,,1,1 +4336,0,0,u_rankup_navi_23109001_thumbnail,,u_rankup_navi_23109001,,1,1 +4337,0,0,u_normal_navi_21101001_thumbnail,,u_normal_navi_21101001,,1,1 +4338,0,0,u_rankup_navi_21101001_thumbnail,,u_rankup_navi_21101001,,1,1 +4339,0,0,u_normal_navi_21102001_thumbnail,,u_normal_navi_21102001,,1,1 +4340,0,0,u_rankup_navi_21102001_thumbnail,,u_rankup_navi_21102001,,1,1 +4341,0,0,u_normal_navi_21103001_thumbnail,,u_normal_navi_21103001,,1,1 +4342,0,0,u_rankup_navi_21103001_thumbnail,,u_rankup_navi_21103001,,1,1 +4343,0,0,u_normal_navi_21104001_thumbnail,,u_normal_navi_21104001,,1,1 +4344,0,0,u_rankup_navi_21104001_thumbnail,,u_rankup_navi_21104001,,1,1 +4345,0,0,u_normal_navi_21105001_thumbnail,,u_normal_navi_21105001,,1,1 +4346,0,0,u_rankup_navi_21105001_thumbnail,,u_rankup_navi_21105001,,1,1 +4347,0,0,u_normal_navi_21106001_thumbnail,,u_normal_navi_21106001,,1,1 +4348,0,0,u_rankup_navi_21106001_thumbnail,,u_rankup_navi_21106001,,1,1 +4349,0,0,u_normal_navi_21107001_thumbnail,,u_normal_navi_21107001,,1,1 +4350,0,0,u_rankup_navi_21107001_thumbnail,,u_rankup_navi_21107001,,1,1 +4351,0,0,u_normal_navi_21108001_thumbnail,,u_normal_navi_21108001,,1,1 +4352,0,0,u_rankup_navi_21108001_thumbnail,,u_rankup_navi_21108001,,1,1 +4353,0,0,u_normal_navi_21109001_thumbnail,,u_normal_navi_21109001,,1,1 +4354,0,0,u_rankup_navi_21109001_thumbnail,,u_rankup_navi_21109001,,1,1 +4355,0,0,u_normal_navi_31101002_thumbnail,,u_normal_navi_31101002,,1,1 +4356,0,0,u_rankup_navi_31101002_thumbnail,,u_rankup_navi_31101002,,1,1 +4357,0,0,u_normal_navi_33102002_thumbnail,,u_normal_navi_33102002,,1,1 +4358,0,0,u_rankup_navi_33102002_thumbnail,,u_rankup_navi_33102002,,1,1 +4359,0,0,u_normal_navi_32103001_thumbnail,,u_normal_navi_32103001,,1,1 +4360,0,0,u_rankup_navi_32103001_thumbnail,,u_rankup_navi_32103001,,1,1 +4361,0,0,u_normal_navi_33104002_thumbnail,,u_normal_navi_33104002,,1,1 +4362,0,0,u_rankup_navi_33104002_thumbnail,,u_rankup_navi_33104002,,1,1 +4363,0,0,u_normal_navi_32105001_thumbnail,,u_normal_navi_32105001,,1,1 +4364,0,0,u_rankup_navi_32105001_thumbnail,,u_rankup_navi_32105001,,1,1 +4365,0,0,u_normal_navi_33106001_thumbnail,,u_normal_navi_33106001,,1,1 +4366,0,0,u_rankup_navi_33106001_thumbnail,,u_rankup_navi_33106001,,1,1 +4367,0,0,u_normal_navi_31107001_thumbnail,,u_normal_navi_31107001,,1,1 +4368,0,0,u_rankup_navi_31107001_thumbnail,,u_rankup_navi_31107001,,1,1 +4369,0,0,u_normal_navi_31108001_thumbnail,,u_normal_navi_31108001,,1,1 +4370,0,0,u_rankup_navi_31108001_thumbnail,,u_rankup_navi_31108001,,1,1 +4371,0,0,u_normal_navi_32109002_thumbnail,,u_normal_navi_32109002,,1,1 +4372,0,0,u_rankup_navi_32109002_thumbnail,,u_rankup_navi_32109002,,1,1 +4373,0,0,b_normal_51001001_thumbnail,,b_normal_51001001,,0,1 +4374,0,0,b_rankup_51001001_thumbnail,,b_rankup_51001001,,0,1 +4375,0,0,b_normal_53002001_thumbnail,,b_normal_53002001,,0,1 +4376,0,0,b_rankup_53002001_thumbnail,,b_rankup_53002001,,0,1 +4377,0,0,b_normal_52003001_thumbnail,,b_normal_52003001,,0,1 +4378,0,0,b_rankup_52003001_thumbnail,,b_rankup_52003001,,0,1 +4379,0,0,b_normal_53004001_thumbnail,,b_normal_53004001,,0,1 +4380,0,0,b_rankup_53004001_thumbnail,,b_rankup_53004001,,0,1 +4381,0,0,b_normal_51005001_thumbnail,,b_normal_51005001,,0,1 +4382,0,0,b_rankup_51005001_thumbnail,,b_rankup_51005001,,0,1 +4383,0,0,b_normal_53006001_thumbnail,,b_normal_53006001,,0,1 +4384,0,0,b_rankup_53006001_thumbnail,,b_rankup_53006001,,0,1 +4385,0,0,b_normal_52007001_thumbnail,,b_normal_52007001,,0,1 +4386,0,0,b_rankup_52007001_thumbnail,,b_rankup_52007001,,0,1 +4387,0,0,b_normal_52008001_thumbnail,,b_normal_52008001,,0,1 +4388,0,0,b_rankup_52008001_thumbnail,,b_rankup_52008001,,0,1 +4389,0,0,b_normal_51009001_thumbnail,,b_normal_51009001,,0,1 +4390,0,0,b_rankup_51009001_thumbnail,,b_rankup_51009001,,0,1 +4391,0,0,b_normal_51101001_thumbnail,,b_normal_51101001,,0,1 +4392,0,0,b_rankup_51101001_thumbnail,,b_rankup_51101001,,0,1 +4393,0,0,b_normal_53102001_thumbnail,,b_normal_53102001,,0,1 +4394,0,0,b_rankup_53102001_thumbnail,,b_rankup_53102001,,0,1 +4395,0,0,b_normal_52103001_thumbnail,,b_normal_52103001,,0,1 +4396,0,0,b_rankup_52103001_thumbnail,,b_rankup_52103001,,0,1 +4397,0,0,b_normal_53104001_thumbnail,,b_normal_53104001,,0,1 +4398,0,0,b_rankup_53104001_thumbnail,,b_rankup_53104001,,0,1 +4399,0,0,b_normal_52105001_thumbnail,,b_normal_52105001,,0,1 +4400,0,0,b_rankup_52105001_thumbnail,,b_rankup_52105001,,0,1 +4401,0,0,b_normal_53106001_thumbnail,,b_normal_53106001,,0,1 +4402,0,0,b_rankup_53106001_thumbnail,,b_rankup_53106001,,0,1 +4403,0,0,b_normal_51107001_thumbnail,,b_normal_51107001,,0,1 +4404,0,0,b_rankup_51107001_thumbnail,,b_rankup_51107001,,0,1 +4405,0,0,b_normal_51108001_thumbnail,,b_normal_51108001,,0,1 +4406,0,0,b_rankup_51108001_thumbnail,,b_rankup_51108001,,0,1 +4407,0,0,b_normal_52109001_thumbnail,,b_normal_52109001,,0,1 +4408,0,0,b_rankup_52109001_thumbnail,,b_rankup_52109001,,0,1 +4409,0,0,b_normal_41101001_thumbnail,,b_normal_41101001,,0,1 +4410,0,0,b_rankup_41101001_thumbnail,b_rankup_41101001_signed_thumbnail,b_rankup_41101001,b_rankup_41101001_signed,0,1 +4411,0,0,b_normal_43102001_thumbnail,,b_normal_43102001,,0,1 +4412,0,0,b_rankup_43102001_thumbnail,b_rankup_43102001_signed_thumbnail,b_rankup_43102001,b_rankup_43102001_signed,0,1 +4413,0,0,b_normal_42105001_thumbnail,,b_normal_42105001,,0,1 +4414,0,0,b_rankup_42105001_thumbnail,b_rankup_42105001_signed_thumbnail,b_rankup_42105001,b_rankup_42105001_signed,0,1 +4415,0,0,u_normal_navi_11011002_thumbnail,,u_normal_navi_11011002,,1,1 +4416,0,0,u_rankup_navi_11011002_thumbnail,,u_rankup_navi_11011002,,1,1 +4417,0,0,u_normal_navi_33104001_thumbnail,,u_normal_navi_33104001,,1,1 +4418,0,0,u_rankup_navi_33104001_thumbnail,,u_rankup_navi_33104001,,1,1 +4419,0,0,u_normal_navi_32109001_thumbnail,,u_normal_navi_32109001,,1,1 +4420,0,0,u_rankup_navi_32109001_thumbnail,,u_rankup_navi_32109001,,1,1 +4421,0,0,u_normal_navi_12036002_thumbnail,,u_normal_navi_12036002,,1,1 +4422,0,0,u_rankup_navi_12036002_thumbnail,,u_rankup_navi_12036002,,1,1 +4423,0,0,u_normal_navi_31002012_thumbnail,,u_normal_navi_31002012,,1,1 +4424,0,0,u_rankup_navi_31002012_thumbnail,,u_rankup_navi_31002012,,1,1 +4425,0,0,u_normal_navi_33003013_thumbnail,,u_normal_navi_33003013,,1,1 +4426,0,0,u_rankup_navi_33003013_thumbnail,,u_rankup_navi_33003013,,1,1 +4427,0,0,u_normal_navi_32005015_thumbnail,,u_normal_navi_32005015,,1,1 +4428,0,0,u_rankup_navi_32005015_thumbnail,,u_rankup_navi_32005015,,1,1 +4429,0,0,b_normal_42004003_thumbnail,,b_normal_42004003,,0,1 +4430,0,0,b_rankup_42004003_thumbnail,b_rankup_42004003_signed_thumbnail,b_rankup_42004003,b_rankup_42004003_signed,0,1 +4431,0,0,u_normal_navi_11050002_thumbnail,,u_normal_navi_11050002,,1,1 +4432,0,0,u_rankup_navi_11050002_thumbnail,,u_rankup_navi_11050002,,1,1 +4433,0,0,u_normal_navi_33002025_thumbnail,,u_normal_navi_33002025,,1,1 +4434,0,0,u_rankup_navi_33002025_thumbnail,,u_rankup_navi_33002025,,1,1 +4435,0,0,u_normal_navi_31003014_thumbnail,,u_normal_navi_31003014,,1,1 +4436,0,0,u_rankup_navi_31003014_thumbnail,,u_rankup_navi_31003014,,1,1 +4437,0,0,u_normal_navi_13028002_thumbnail,,u_normal_navi_13028002,,1,1 +4438,0,0,u_rankup_navi_13028002_thumbnail,,u_rankup_navi_13028002,,1,1 +4439,0,0,u_normal_navi_33101001_thumbnail,,u_normal_navi_33101001,,1,1 +4440,0,0,u_rankup_navi_33101001_thumbnail,,u_rankup_navi_33101001,,1,1 +4441,0,0,u_normal_navi_31104001_thumbnail,,u_normal_navi_31104001,,1,1 +4442,0,0,u_rankup_navi_31104001_thumbnail,,u_rankup_navi_31104001,,1,1 +4443,0,0,u_normal_navi_32108001_thumbnail,,u_normal_navi_32108001,,1,1 +4444,0,0,u_rankup_navi_32108001_thumbnail,,u_rankup_navi_32108001,,1,1 +4445,0,0,b_normal_52106001_thumbnail,,b_normal_52106001,,0,1 +4446,0,0,b_rankup_52106001_thumbnail,,b_rankup_52106001,,0,1 +4447,0,0,b_normal_41107001_thumbnail,,b_normal_41107001,,0,1 +4448,0,0,b_rankup_41107001_thumbnail,b_rankup_41107001_signed_thumbnail,b_rankup_41107001,b_rankup_41107001_signed,0,1 +4449,0,0,u_normal_navi_11014002_thumbnail,,u_normal_navi_11014002,,1,1 +4450,0,0,u_rankup_navi_11014002_thumbnail,,u_rankup_navi_11014002,,1,1 +4451,0,0,u_normal_navi_32105002_thumbnail,,u_normal_navi_32105002,,1,1 +4452,0,0,u_rankup_navi_32105002_thumbnail,,u_rankup_navi_32105002,,1,1 +4453,0,0,u_normal_navi_31107002_thumbnail,,u_normal_navi_31107002,,1,1 +4454,0,0,u_rankup_navi_31107002_thumbnail,,u_rankup_navi_31107002,,1,1 +4455,0,0,u_normal_navi_33002026_thumbnail,,u_normal_navi_33002026,,1,1 +4456,0,0,u_rankup_navi_33002026_thumbnail,,u_rankup_navi_33002026,,1,1 +4457,0,0,u_normal_navi_32007026_thumbnail,,u_normal_navi_32007026,,1,1 +4458,0,0,u_rankup_navi_32007026_thumbnail,,u_rankup_navi_32007026,,1,1 +4459,0,0,b_normal_41001013_thumbnail,,b_normal_41001013,,0,1 +4460,0,0,b_rankup_41001013_thumbnail,b_rankup_41001013_signed_thumbnail,b_rankup_41001013,b_rankup_41001013_signed,0,1 +4461,0,0,u_normal_navi_12030002_thumbnail,,u_normal_navi_12030002,,1,1 +4462,0,0,u_rankup_navi_12030002_thumbnail,,u_rankup_navi_12030002,,1,1 +4463,0,0,u_normal_navi_31102001_thumbnail,,u_normal_navi_31102001,,1,1 +4464,0,0,u_rankup_navi_31102001_thumbnail,,u_rankup_navi_31102001,,1,1 +4465,0,0,u_normal_navi_33103001_thumbnail,,u_normal_navi_33103001,,1,1 +4466,0,0,u_rankup_navi_33103001_thumbnail,,u_rankup_navi_33103001,,1,1 +4467,0,0,b_normal_53105001_thumbnail,,b_normal_53105001,,0,1 +4468,0,0,b_rankup_53105001_thumbnail,,b_rankup_53105001,,0,1 +4469,0,0,b_normal_42109001_thumbnail,,b_normal_42109001,,0,1 +4470,0,0,b_rankup_42109001_thumbnail,b_rankup_42109001_signed_thumbnail,b_rankup_42109001,b_rankup_42109001_signed,0,1 +4471,0,0,u_normal_navi_11047002_thumbnail,,u_normal_navi_11047002,,1,1 +4472,0,0,u_rankup_navi_11047002_thumbnail,,u_rankup_navi_11047002,,1,1 +4473,0,0,u_normal_navi_32004016_thumbnail,,u_normal_navi_32004016,,1,1 +4474,0,0,u_rankup_navi_32004016_thumbnail,,u_rankup_navi_32004016,,1,1 +4475,0,0,u_normal_navi_33006026_thumbnail,,u_normal_navi_33006026,,1,1 +4476,0,0,u_rankup_navi_33006026_thumbnail,,u_rankup_navi_33006026,,1,1 +4477,0,0,u_normal_navi_31004014_thumbnail,,u_normal_navi_31004014,,1,1 +4478,0,0,u_rankup_navi_31004014_thumbnail,,u_rankup_navi_31004014,,1,1 +4479,0,0,b_normal_53009001_thumbnail,,b_normal_53009001,,0,1 +4480,0,0,b_rankup_53009001_thumbnail,,b_rankup_53009001,,0,1 +4481,0,0,u_rankup_navi_21009009_thumbnail,,u_rankup_navi_21009009,,1,1 +4482,0,0,u_normal_navi_13066002_thumbnail,,u_normal_navi_13066002,,1,1 +4483,0,0,u_rankup_navi_13066002_thumbnail,,u_rankup_navi_13066002,,1,1 +4484,0,0,u_normal_navi_32101001_thumbnail,,u_normal_navi_32101001,,1,1 +4485,0,0,u_rankup_navi_32101001_thumbnail,,u_rankup_navi_32101001,,1,1 +4486,0,0,u_normal_navi_31106001_thumbnail,,u_normal_navi_31106001,,1,1 +4487,0,0,u_rankup_navi_31106001_thumbnail,,u_rankup_navi_31106001,,1,1 +4488,0,0,u_normal_navi_33109001_thumbnail,,u_normal_navi_33109001,,1,1 +4489,0,0,u_rankup_navi_33109001_thumbnail,,u_rankup_navi_33109001,,1,1 +4490,0,0,b_normal_52104001_thumbnail,,b_normal_52104001,,0,1 +4491,0,0,b_rankup_52104001_thumbnail,,b_rankup_52104001,,0,1 +4492,0,0,b_normal_41108001_thumbnail,,b_normal_41108001,,0,1 +4493,0,0,b_rankup_41108001_thumbnail,b_rankup_41108001_signed_thumbnail,b_rankup_41108001,b_rankup_41108001_signed,0,1 +4494,0,0,u_normal_navi_12015002_thumbnail,,u_normal_navi_12015002,,1,1 +4495,0,0,u_rankup_navi_12015002_thumbnail,,u_rankup_navi_12015002,,1,1 +4496,0,0,u_normal_navi_32103002_thumbnail,,u_normal_navi_32103002,,1,1 +4497,0,0,u_rankup_navi_32103002_thumbnail,,u_rankup_navi_32103002,,1,1 +4498,0,0,u_normal_navi_31108002_thumbnail,,u_normal_navi_31108002,,1,1 +4499,0,0,u_rankup_navi_31108002_thumbnail,,u_rankup_navi_31108002,,1,1 +4500,0,0,u_normal_navi_31005023_thumbnail,,u_normal_navi_31005023,,1,1 +4501,0,0,u_rankup_navi_31005023_thumbnail,,u_rankup_navi_31005023,,1,1 +4502,0,0,b_normal_42003010_thumbnail,,b_normal_42003010,,0,1 +4503,0,0,b_rankup_42003010_thumbnail,b_rankup_42003010_signed_thumbnail,b_rankup_42003010,b_rankup_42003010_signed,0,1 +4504,0,0,u_normal_navi_13043002_thumbnail,,u_normal_navi_13043002,,1,1 +4505,0,0,u_rankup_navi_13043002_thumbnail,,u_rankup_navi_13043002,,1,1 +4506,0,0,u_normal_navi_33105001_thumbnail,,u_normal_navi_33105001,,1,1 +4507,0,0,u_rankup_navi_33105001_thumbnail,,u_rankup_navi_33105001,,1,1 +4508,0,0,u_normal_navi_33107001_thumbnail,,u_normal_navi_33107001,,1,1 +4509,0,0,u_rankup_navi_33107001_thumbnail,,u_rankup_navi_33107001,,1,1 +4510,0,0,b_normal_51102001_thumbnail,,b_normal_51102001,,0,1 +4511,0,0,b_rankup_51102001_thumbnail,,b_rankup_51102001,,0,1 +4512,0,0,b_normal_42103001_thumbnail,,b_normal_42103001,,0,1 +4513,0,0,b_rankup_42103001_thumbnail,b_rankup_42103001_signed_thumbnail,b_rankup_42103001,b_rankup_42103001_signed,0,1 +4514,0,0,u_normal_navi_13049002_thumbnail,,u_normal_navi_13049002,,1,1 +4515,0,0,u_rankup_navi_13049002_thumbnail,,u_rankup_navi_13049002,,1,1 +4516,0,0,u_normal_navi_31001029_thumbnail,,u_normal_navi_31001029,,1,1 +4517,0,0,u_rankup_navi_31001029_thumbnail,,u_rankup_navi_31001029,,1,1 +4518,0,0,u_normal_navi_32009013_thumbnail,,u_normal_navi_32009013,,1,1 +4519,0,0,u_rankup_navi_32009013_thumbnail,,u_rankup_navi_32009013,,1,1 +4520,0,0,u_normal_navi_33008015_thumbnail,,u_normal_navi_33008015,,1,1 +4521,0,0,u_rankup_navi_33008015_thumbnail,,u_rankup_navi_33008015,,1,1 +4522,0,0,b_normal_52006001_thumbnail,,b_normal_52006001,,0,1 +4523,0,0,b_rankup_52006001_thumbnail,,b_rankup_52006001,,0,1 +4524,0,0,u_normal_navi_12054002_thumbnail,,u_normal_navi_12054002,,1,1 +4525,0,0,u_rankup_navi_12054002_thumbnail,,u_rankup_navi_12054002,,1,1 +4526,0,0,u_normal_navi_32102001_thumbnail,,u_normal_navi_32102001,,1,1 +4527,0,0,u_rankup_navi_32102001_thumbnail,,u_rankup_navi_32102001,,1,1 +4528,0,0,u_normal_navi_31103001_thumbnail,,u_normal_navi_31103001,,1,1 +4529,0,0,u_rankup_navi_31103001_thumbnail,,u_rankup_navi_31103001,,1,1 +4530,0,0,u_normal_navi_32108002_thumbnail,,u_normal_navi_32108002,,1,1 +4531,0,0,u_rankup_navi_32108002_thumbnail,,u_rankup_navi_32108002,,1,1 +4532,0,0,b_normal_51109001_thumbnail,,b_normal_51109001,,0,1 +4533,0,0,b_rankup_51109001_thumbnail,,b_rankup_51109001,,0,1 +4534,0,0,b_normal_43106001_thumbnail,,b_normal_43106001,,0,1 +4535,0,0,b_rankup_43106001_thumbnail,b_rankup_43106001_signed_thumbnail,b_rankup_43106001,b_rankup_43106001_signed,0,1 +4536,0,0,u_normal_navi_12042002_thumbnail,,u_normal_navi_12042002,,1,1 +4537,0,0,u_rankup_navi_12042002_thumbnail,,u_rankup_navi_12042002,,1,1 +4538,0,0,u_normal_navi_33106002_thumbnail,,u_normal_navi_33106002,,1,1 +4539,0,0,u_rankup_navi_33106002_thumbnail,,u_rankup_navi_33106002,,1,1 +4540,0,0,u_normal_navi_31109001_thumbnail,,u_normal_navi_31109001,,1,1 +4541,0,0,u_rankup_navi_31109001_thumbnail,,u_rankup_navi_31109001,,1,1 +4542,0,0,u_normal_navi_22111001_thumbnail,,u_normal_navi_22111001,,1,1 +4543,0,0,u_normal_navi_32004017_thumbnail,,u_normal_navi_32004017,,1,1 +4544,0,0,u_rankup_navi_32004017_thumbnail,,u_rankup_navi_32004017,,1,1 +4545,0,0,u_normal_navi_31009024_thumbnail,,u_normal_navi_31009024,,1,1 +4546,0,0,u_rankup_navi_31009024_thumbnail,,u_rankup_navi_31009024,,1,1 +4547,0,0,b_normal_43002010_thumbnail,,b_normal_43002010,,0,1 +4548,0,0,b_rankup_43002010_thumbnail,b_rankup_43002010_signed_thumbnail,b_rankup_43002010,b_rankup_43002010_signed,0,1 +4549,0,0,u_normal_navi_11041002_thumbnail,,u_normal_navi_11041002,,1,1 +4550,0,0,u_rankup_navi_11041002_thumbnail,,u_rankup_navi_11041002,,1,1 +4551,0,0,u_normal_navi_31105001_thumbnail,,u_normal_navi_31105001,,1,1 +4552,0,0,u_rankup_navi_31105001_thumbnail,,u_rankup_navi_31105001,,1,1 +4553,0,0,u_normal_navi_32107001_thumbnail,,u_normal_navi_32107001,,1,1 +4554,0,0,u_rankup_navi_32107001_thumbnail,,u_rankup_navi_32107001,,1,1 +4555,0,0,b_normal_53101001_thumbnail,,b_normal_53101001,,0,1 +4556,0,0,b_rankup_53101001_thumbnail,,b_rankup_53101001,,0,1 +4557,0,0,b_normal_43104001_thumbnail,,b_normal_43104001,,0,1 +4558,0,0,b_rankup_43104001_thumbnail,b_rankup_43104001_signed_thumbnail,b_rankup_43104001,b_rankup_43104001_signed,0,1 +4559,0,0,u_normal_navi_11052002_thumbnail,,u_normal_navi_11052002,,1,1 +4560,0,0,u_rankup_navi_11052002_thumbnail,,u_rankup_navi_11052002,,1,1 +4561,0,0,u_normal_navi_32005016_thumbnail,,u_normal_navi_32005016,,1,1 +4562,0,0,u_rankup_navi_32005016_thumbnail,,u_rankup_navi_32005016,,1,1 +4563,0,0,u_normal_navi_31007013_thumbnail,,u_normal_navi_31007013,,1,1 +4564,0,0,u_rankup_navi_31007013_thumbnail,,u_rankup_navi_31007013,,1,1 +4565,0,0,u_normal_navi_33005014_thumbnail,,u_normal_navi_33005014,,1,1 +4566,0,0,u_rankup_navi_33005014_thumbnail,,u_rankup_navi_33005014,,1,1 +4567,0,0,b_normal_51008001_thumbnail,,b_normal_51008001,,0,1 +4568,0,0,b_rankup_51008001_thumbnail,,b_rankup_51008001,,0,1 +4569,0,0,u_normal_navi_12055002_thumbnail,,u_normal_navi_12055002,,1,1 +4570,0,0,u_rankup_navi_12055002_thumbnail,,u_rankup_navi_12055002,,1,1 +4571,0,0,u_normal_navi_33103002_thumbnail,,u_normal_navi_33103002,,1,1 +4572,0,0,u_rankup_navi_33103002_thumbnail,,u_rankup_navi_33103002,,1,1 +4573,0,0,u_normal_navi_32106001_thumbnail,,u_normal_navi_32106001,,1,1 +4574,0,0,u_rankup_navi_32106001_thumbnail,,u_rankup_navi_32106001,,1,1 +4575,0,0,u_normal_navi_31109002_thumbnail,,u_normal_navi_31109002,,1,1 +4576,0,0,u_rankup_navi_31109002_thumbnail,,u_rankup_navi_31109002,,1,1 +4577,0,0,b_normal_53107001_thumbnail,,b_normal_53107001,,0,1 +4578,0,0,b_rankup_53107001_thumbnail,,b_rankup_53107001,,0,1 +4579,0,0,b_normal_41102001_thumbnail,,b_normal_41102001,,0,1 +4580,0,0,b_rankup_41102001_thumbnail,b_rankup_41102001_signed_thumbnail,b_rankup_41102001,b_rankup_41102001_signed,0,1 +4581,0,0,u_normal_navi_11017002_thumbnail,,u_normal_navi_11017002,,1,1 +4582,0,0,u_rankup_navi_11017002_thumbnail,,u_rankup_navi_11017002,,1,1 +4583,0,0,u_normal_navi_32101002_thumbnail,,u_normal_navi_32101002,,1,1 +4584,0,0,u_rankup_navi_32101002_thumbnail,,u_rankup_navi_32101002,,1,1 +4585,0,0,u_normal_navi_33105002_thumbnail,,u_normal_navi_33105002,,1,1 +4586,0,0,u_rankup_navi_33105002_thumbnail,,u_rankup_navi_33105002,,1,1 +4587,0,0,u_normal_navi_31003015_thumbnail,,u_normal_navi_31003015,,1,1 +4588,0,0,u_rankup_navi_31003015_thumbnail,,u_rankup_navi_31003015,,1,1 +4589,0,0,b_normal_42007007_thumbnail,,b_normal_42007007,,0,1 +4590,0,0,b_rankup_42007007_thumbnail,b_rankup_42007007_signed_thumbnail,b_rankup_42007007,b_rankup_42007007_signed,0,1 +4591,0,0,u_normal_navi_23112001_thumbnail,,u_normal_navi_23112001,,1,1 +4592,0,0,u_rankup_navi_23112001_thumbnail,,u_rankup_navi_23112001,,1,1 +4593,0,0,u_normal_navi_35116001_thumbnail,,u_normal_navi_35116001,,1,1 +4594,0,0,u_normal_navi_13013002_thumbnail,,u_normal_navi_13013002,,1,1 +4595,0,0,u_rankup_navi_13013002_thumbnail,,u_rankup_navi_13013002,,1,1 +4596,0,0,u_normal_navi_32104001_thumbnail,,u_normal_navi_32104001,,1,1 +4597,0,0,u_rankup_navi_32104001_thumbnail,,u_rankup_navi_32104001,,1,1 +4598,0,0,u_normal_navi_31105002_thumbnail,,u_normal_navi_31105002,,1,1 +4599,0,0,u_rankup_navi_31105002_thumbnail,,u_rankup_navi_31105002,,1,1 +4600,0,0,b_normal_52108001_thumbnail,,b_normal_52108001,,0,1 +4601,0,0,b_rankup_52108001_thumbnail,,b_rankup_52108001,,0,1 +4602,0,0,b_normal_43101001_thumbnail,,b_normal_43101001,,0,1 +4603,0,0,b_rankup_43101001_thumbnail,b_rankup_43101001_signed_thumbnail,b_rankup_43101001,b_rankup_43101001_signed,0,1 +4604,0,0,b_rankup_41009009_thumbnail,,b_rankup_41009009,,0,1 +4605,0,0,u_normal_navi_23113001_thumbnail,,u_normal_navi_23113001,,1,1 +4606,0,0,u_rankup_navi_23113001_thumbnail,,u_rankup_navi_23113001,,1,1 +4607,0,0,u_normal_navi_12064002_thumbnail,,u_normal_navi_12064002,,1,1 +4608,0,0,u_rankup_navi_12064002_thumbnail,,u_rankup_navi_12064002,,1,1 +4609,0,0,u_normal_navi_32003024_thumbnail,,u_normal_navi_32003024,,1,1 +4610,0,0,u_rankup_navi_32003024_thumbnail,,u_rankup_navi_32003024,,1,1 +4611,0,0,u_normal_navi_31006013_thumbnail,,u_normal_navi_31006013,,1,1 +4612,0,0,u_rankup_navi_31006013_thumbnail,,u_rankup_navi_31006013,,1,1 +4613,0,0,u_normal_navi_32006015_thumbnail,,u_normal_navi_32006015,,1,1 +4614,0,0,u_rankup_navi_32006015_thumbnail,,u_rankup_navi_32006015,,1,1 +4615,0,0,b_normal_53001001_thumbnail,,b_normal_53001001,,0,1 +4616,0,0,b_rankup_53001001_thumbnail,,b_rankup_53001001,,0,1 +4617,0,0,u_normal_navi_11063002_thumbnail,,u_normal_navi_11063002,,1,1 +4618,0,0,u_rankup_navi_11063002_thumbnail,,u_rankup_navi_11063002,,1,1 +4619,0,0,u_normal_navi_31101003_thumbnail,,u_normal_navi_31101003,,1,1 +4620,0,0,u_rankup_navi_31101003_thumbnail,,u_rankup_navi_31101003,,1,1 +4621,0,0,u_normal_navi_32102002_thumbnail,,u_normal_navi_32102002,,1,1 +4622,0,0,u_rankup_navi_32102002_thumbnail,,u_rankup_navi_32102002,,1,1 +4623,0,0,u_normal_navi_33108001_thumbnail,,u_normal_navi_33108001,,1,1 +4624,0,0,u_rankup_navi_33108001_thumbnail,,u_rankup_navi_33108001,,1,1 +4625,0,0,b_normal_51103001_thumbnail,,b_normal_51103001,,0,1 +4626,0,0,b_rankup_51103001_thumbnail,,b_rankup_51103001,,0,1 +4627,0,0,b_normal_43105001_thumbnail,,b_normal_43105001,,0,1 +4628,0,0,b_rankup_43105001_thumbnail,b_rankup_43105001_signed_thumbnail,b_rankup_43105001,b_rankup_43105001_signed,0,1 +4629,0,0,u_normal_navi_13019002_thumbnail,,u_normal_navi_13019002,,1,1 +4630,0,0,u_rankup_navi_13019002_thumbnail,,u_rankup_navi_13019002,,1,1 +4631,0,0,u_normal_navi_31102002_thumbnail,,u_normal_navi_31102002,,1,1 +4632,0,0,u_rankup_navi_31102002_thumbnail,,u_rankup_navi_31102002,,1,1 +4633,0,0,u_normal_navi_32104002_thumbnail,,u_normal_navi_32104002,,1,1 +4634,0,0,u_rankup_navi_32104002_thumbnail,,u_rankup_navi_32104002,,1,1 +4635,0,0,u_normal_navi_23114001_thumbnail,,u_normal_navi_23114001,,1,1 +4636,0,0,u_normal_navi_31002013_thumbnail,,u_normal_navi_31002013,,1,1 +4637,0,0,u_rankup_navi_31002013_thumbnail,,u_rankup_navi_31002013,,1,1 +4638,0,0,u_normal_navi_32007027_thumbnail,,u_normal_navi_32007027,,1,1 +4639,0,0,u_rankup_navi_32007027_thumbnail,,u_rankup_navi_32007027,,1,1 +4640,0,0,b_normal_43006008_thumbnail,,b_normal_43006008,,0,1 +4641,0,0,b_rankup_43006008_thumbnail,b_rankup_43006008_signed_thumbnail,b_rankup_43006008,b_rankup_43006008_signed,0,1 +4642,0,0,u_normal_navi_13025002_thumbnail,,u_normal_navi_13025002,,1,1 +4643,0,0,u_rankup_navi_13025002_thumbnail,,u_rankup_navi_13025002,,1,1 +4644,0,0,u_normal_navi_33104003_thumbnail,,u_normal_navi_33104003,,1,1 +4645,0,0,u_rankup_navi_33104003_thumbnail,,u_rankup_navi_33104003,,1,1 +4646,0,0,u_normal_navi_32109003_thumbnail,,u_normal_navi_32109003,,1,1 +4647,0,0,u_rankup_navi_32109003_thumbnail,,u_rankup_navi_32109003,,1,1 +4648,0,0,b_normal_51106001_thumbnail,,b_normal_51106001,,0,1 +4649,0,0,b_rankup_51106001_thumbnail,,b_rankup_51106001,,0,1 +4650,0,0,b_normal_42107001_thumbnail,,b_normal_42107001,,0,1 +4651,0,0,b_rankup_42107001_thumbnail,b_rankup_42107001_signed_thumbnail,b_rankup_42107001,b_rankup_42107001_signed,0,1 +4652,0,0,u_normal_navi_11046002_thumbnail,,u_normal_navi_11046002,,1,1 +4653,0,0,u_rankup_navi_11046002_thumbnail,,u_rankup_navi_11046002,,1,1 +4654,0,0,u_normal_navi_32001013_thumbnail,,u_normal_navi_32001013,,1,1 +4655,0,0,u_rankup_navi_32001013_thumbnail,,u_rankup_navi_32001013,,1,1 +4656,0,0,u_normal_navi_33004022_thumbnail,,u_normal_navi_33004022,,1,1 +4657,0,0,u_rankup_navi_33004022_thumbnail,,u_rankup_navi_33004022,,1,1 +4658,0,0,b_rankup_42105002_thumbnail,,b_rankup_42105002,,0,1 +4659,0,0,b_normal_45115001_thumbnail,,b_normal_45115001,,0,1 +4662,0,0,u_normal_navi_33009016_thumbnail,,u_normal_navi_33009016,,1,1 +4663,0,0,u_rankup_navi_33009016_thumbnail,,u_rankup_navi_33009016,,1,1 +4664,0,0,b_normal_52004001_thumbnail,,b_normal_52004001,,0,1 +4665,0,0,b_rankup_52004001_thumbnail,,b_rankup_52004001,,0,1 +4666,0,0,u_normal_navi_12048002_thumbnail,,u_normal_navi_12048002,,1,1 +4667,0,0,u_rankup_navi_12048002_thumbnail,,u_rankup_navi_12048002,,1,1 +4668,0,0,u_normal_navi_22101002_thumbnail,,u_normal_navi_22101002,,1,1 +4669,0,0,u_rankup_navi_22101002_thumbnail,,u_rankup_navi_22101002,,1,1 +4670,0,0,u_normal_navi_22102002_thumbnail,,u_normal_navi_22102002,,1,1 +4671,0,0,u_rankup_navi_22102002_thumbnail,,u_rankup_navi_22102002,,1,1 +4672,0,0,u_normal_navi_22103002_thumbnail,,u_normal_navi_22103002,,1,1 +4673,0,0,u_rankup_navi_22103002_thumbnail,,u_rankup_navi_22103002,,1,1 +4674,0,0,u_normal_navi_22104002_thumbnail,,u_normal_navi_22104002,,1,1 +4675,0,0,u_rankup_navi_22104002_thumbnail,,u_rankup_navi_22104002,,1,1 +4676,0,0,u_normal_navi_22105002_thumbnail,,u_normal_navi_22105002,,1,1 +4677,0,0,u_rankup_navi_22105002_thumbnail,,u_rankup_navi_22105002,,1,1 +4678,0,0,u_normal_navi_22106002_thumbnail,,u_normal_navi_22106002,,1,1 +4679,0,0,u_rankup_navi_22106002_thumbnail,,u_rankup_navi_22106002,,1,1 +4680,0,0,u_normal_navi_22107002_thumbnail,,u_normal_navi_22107002,,1,1 +4681,0,0,u_rankup_navi_22107002_thumbnail,,u_rankup_navi_22107002,,1,1 +4682,0,0,u_normal_navi_22108002_thumbnail,,u_normal_navi_22108002,,1,1 +4683,0,0,u_rankup_navi_22108002_thumbnail,,u_rankup_navi_22108002,,1,1 +4684,0,0,u_normal_navi_22109002_thumbnail,,u_normal_navi_22109002,,1,1 +4685,0,0,u_rankup_navi_22109002_thumbnail,,u_rankup_navi_22109002,,1,1 +4686,0,0,u_normal_navi_33101002_thumbnail,,u_normal_navi_33101002,,1,1 +4687,0,0,u_rankup_navi_33101002_thumbnail,,u_rankup_navi_33101002,,1,1 +4688,0,0,u_normal_navi_32105003_thumbnail,,u_normal_navi_32105003,,1,1 +4689,0,0,u_rankup_navi_32105003_thumbnail,,u_rankup_navi_32105003,,1,1 +4690,0,0,u_normal_navi_31107003_thumbnail,,u_normal_navi_31107003,,1,1 +4691,0,0,u_rankup_navi_31107003_thumbnail,,u_rankup_navi_31107003,,1,1 +4692,0,0,b_normal_53108001_thumbnail,,b_normal_53108001,,0,1 +4693,0,0,b_rankup_53108001_thumbnail,,b_rankup_53108001,,0,1 +4694,0,0,b_normal_42104001_thumbnail,,b_normal_42104001,,0,1 +4695,0,0,b_rankup_42104001_thumbnail,b_rankup_42104001_signed_thumbnail,b_rankup_42104001,b_rankup_42104001_signed,0,1 +4696,0,0,u_normal_navi_13034002_thumbnail,,u_normal_navi_13034002,,1,1 +4697,0,0,u_rankup_navi_13034002_thumbnail,,u_rankup_navi_13034002,,1,1 +4698,0,0,u_normal_navi_31106002_thumbnail,,u_normal_navi_31106002,,1,1 +4699,0,0,u_rankup_navi_31106002_thumbnail,,u_rankup_navi_31106002,,1,1 +4700,0,0,u_normal_navi_33108002_thumbnail,,u_normal_navi_33108002,,1,1 +4701,0,0,u_rankup_navi_33108002_thumbnail,,u_rankup_navi_33108002,,1,1 +4702,0,0,u_normal_navi_32008021_thumbnail,,u_normal_navi_32008021,,1,1 +4703,0,0,u_rankup_navi_32008021_thumbnail,,u_rankup_navi_32008021,,1,1 +4704,0,0,b_normal_41005007_thumbnail,,b_normal_41005007,,0,1 +4705,0,0,b_rankup_41005007_thumbnail,b_rankup_41005007_signed_thumbnail,b_rankup_41005007,b_rankup_41005007_signed,0,1 +4706,0,0,u_normal_navi_11029002_thumbnail,,u_normal_navi_11029002,,1,1 +4707,0,0,u_rankup_navi_11029002_thumbnail,,u_rankup_navi_11029002,,1,1 +4708,0,0,u_normal_navi_31103002_thumbnail,,u_normal_navi_31103002,,1,1 +4709,0,0,u_rankup_navi_31103002_thumbnail,,u_rankup_navi_31103002,,1,1 +4710,0,0,u_normal_navi_33106003_thumbnail,,u_normal_navi_33106003,,1,1 +4711,0,0,u_rankup_navi_33106003_thumbnail,,u_rankup_navi_33106003,,1,1 +4712,0,0,b_normal_52102001_thumbnail,,b_normal_52102001,,0,1 +4713,0,0,b_rankup_52102001_thumbnail,,b_rankup_52102001,,0,1 +4714,0,0,b_normal_41109001_thumbnail,,b_normal_41109001,,0,1 +4715,0,0,b_rankup_41109001_thumbnail,b_rankup_41109001_signed_thumbnail,b_rankup_41109001,b_rankup_41109001_signed,0,1 +4716,0,0,u_normal_navi_12045002_thumbnail,,u_normal_navi_12045002,,1,1 +4717,0,0,u_rankup_navi_12045002_thumbnail,,u_rankup_navi_12045002,,1,1 +4718,0,0,u_normal_navi_32002014_thumbnail,,u_normal_navi_32002014,,1,1 +4719,0,0,u_rankup_navi_32002014_thumbnail,,u_rankup_navi_32002014,,1,1 +4720,0,0,u_normal_navi_33008016_thumbnail,,u_normal_navi_33008016,,1,1 +4721,0,0,u_rankup_navi_33008016_thumbnail,,u_rankup_navi_33008016,,1,1 +4722,0,0,u_normal_navi_33001012_thumbnail,,u_normal_navi_33001012,,1,1 +4723,0,0,u_rankup_navi_33001012_thumbnail,,u_rankup_navi_33001012,,1,1 +4724,0,0,b_normal_51003001_thumbnail,,b_normal_51003001,,0,1 +4725,0,0,b_rankup_51003001_thumbnail,,b_rankup_51003001,,0,1 +4726,0,0,u_normal_navi_11067002_thumbnail,,u_normal_navi_11067002,,1,1 +4727,0,0,u_rankup_navi_11067002_thumbnail,,u_rankup_navi_11067002,,1,1 +4728,0,0,u_normal_navi_33102003_thumbnail,,u_normal_navi_33102003,,1,1 +4729,0,0,u_rankup_navi_33102003_thumbnail,,u_rankup_navi_33102003,,1,1 +4730,0,0,u_normal_navi_32103003_thumbnail,,u_normal_navi_32103003,,1,1 +4731,0,0,u_rankup_navi_32103003_thumbnail,,u_rankup_navi_32103003,,1,1 +4732,0,0,u_normal_navi_31104002_thumbnail,,u_normal_navi_31104002,,1,1 +4733,0,0,u_rankup_navi_31104002_thumbnail,,u_rankup_navi_31104002,,1,1 +4734,0,0,b_normal_52101001_thumbnail,,b_normal_52101001,,0,1 +4735,0,0,b_rankup_52101001_thumbnail,,b_rankup_52101001,,0,1 +4736,0,0,b_normal_41106001_thumbnail,,b_normal_41106001,,0,1 +4737,0,0,b_rankup_41106001_thumbnail,b_rankup_41106001_signed_thumbnail,b_rankup_41106001,b_rankup_41106001_signed,0,1 +4738,0,0,u_normal_navi_13037002_thumbnail,,u_normal_navi_13037002,,1,1 +4739,0,0,u_rankup_navi_13037002_thumbnail,,u_rankup_navi_13037002,,1,1 +4740,0,0,u_normal_navi_33103003_thumbnail,,u_normal_navi_33103003,,1,1 +4741,0,0,u_rankup_navi_33103003_thumbnail,,u_rankup_navi_33103003,,1,1 +4742,0,0,u_normal_navi_32107002_thumbnail,,u_normal_navi_32107002,,1,1 +4743,0,0,u_rankup_navi_32107002_thumbnail,,u_rankup_navi_32107002,,1,1 +4744,0,0,u_normal_navi_32003025_thumbnail,,u_normal_navi_32003025,,1,1 +4745,0,0,u_rankup_navi_32003025_thumbnail,,u_rankup_navi_32003025,,1,1 +4746,0,0,u_normal_navi_31008017_thumbnail,,u_normal_navi_31008017,,1,1 +4747,0,0,u_rankup_navi_31008017_thumbnail,,u_rankup_navi_31008017,,1,1 +4748,0,0,b_normal_43004008_thumbnail,,b_normal_43004008,,0,1 +4749,0,0,b_rankup_43004008_thumbnail,b_rankup_43004008_signed_thumbnail,b_rankup_43004008,b_rankup_43004008_signed,0,1 +4750,0,0,u_normal_navi_11032002_thumbnail,,u_normal_navi_11032002,,1,1 +4751,0,0,u_rankup_navi_11032002_thumbnail,,u_rankup_navi_11032002,,1,1 +4752,0,0,u_normal_navi_33107002_thumbnail,,u_normal_navi_33107002,,1,1 +4753,0,0,u_rankup_navi_33107002_thumbnail,,u_rankup_navi_33107002,,1,1 +4754,0,0,u_normal_navi_33109002_thumbnail,,u_normal_navi_33109002,,1,1 +4755,0,0,u_rankup_navi_33109002_thumbnail,,u_rankup_navi_33109002,,1,1 +4756,0,0,b_normal_51105001_thumbnail,,b_normal_51105001,,0,1 +4757,0,0,b_rankup_51105001_thumbnail,,b_rankup_51105001,,0,1 +4758,0,0,b_normal_42108001_thumbnail,,b_normal_42108001,,0,1 +4759,0,0,b_rankup_42108001_thumbnail,b_rankup_42108001_signed_thumbnail,b_rankup_42108001,b_rankup_42108001_signed,0,1 +4760,0,0,u_normal_navi_11057002_thumbnail,,u_normal_navi_11057002,,1,1 +4761,0,0,u_rankup_navi_11057002_thumbnail,,u_rankup_navi_11057002,,1,1 +4762,0,0,u_normal_navi_33005015_thumbnail,,u_normal_navi_33005015,,1,1 +4763,0,0,u_rankup_navi_33005015_thumbnail,,u_rankup_navi_33005015,,1,1 +4764,0,0,u_normal_navi_31009025_thumbnail,,u_normal_navi_31009025,,1,1 +4765,0,0,u_rankup_navi_31009025_thumbnail,,u_rankup_navi_31009025,,1,1 +4766,0,0,u_normal_navi_33007015_thumbnail,,u_normal_navi_33007015,,1,1 +4767,0,0,u_rankup_navi_33007015_thumbnail,,u_rankup_navi_33007015,,1,1 +4768,0,0,b_normal_52002001_thumbnail,,b_normal_52002001,,0,1 +4769,0,0,b_rankup_52002001_thumbnail,,b_rankup_52002001,,0,1 +4770,0,0,u_normal_navi_35111001_thumbnail,,u_normal_navi_35111001,,1,1 +4771,0,0,u_normal_navi_11065002_thumbnail,,u_normal_navi_11065002,,1,1 +4772,0,0,u_rankup_navi_11065002_thumbnail,,u_rankup_navi_11065002,,1,1 +4773,0,0,u_normal_navi_32101003_thumbnail,,u_normal_navi_32101003,,1,1 +4774,0,0,u_rankup_navi_32101003_thumbnail,,u_rankup_navi_32101003,,1,1 +4775,0,0,u_normal_navi_33105003_thumbnail,,u_normal_navi_33105003,,1,1 +4776,0,0,u_rankup_navi_33105003_thumbnail,,u_rankup_navi_33105003,,1,1 +4777,0,0,u_normal_navi_31108003_thumbnail,,u_normal_navi_31108003,,1,1 +4778,0,0,u_rankup_navi_31108003_thumbnail,,u_rankup_navi_31108003,,1,1 +4779,0,0,b_normal_52107001_thumbnail,,b_normal_52107001,,0,1 +4780,0,0,b_rankup_52107001_thumbnail,,b_rankup_52107001,,0,1 +4781,0,0,b_normal_43103001_thumbnail,,b_normal_43103001,,0,1 +4782,0,0,b_rankup_43103001_thumbnail,b_rankup_43103001_signed_thumbnail,b_rankup_43103001,b_rankup_43103001_signed,0,1 +4783,0,0,u_normal_navi_12059002_thumbnail,,u_normal_navi_12059002,,1,1 +4784,0,0,u_rankup_navi_12059002_thumbnail,,u_rankup_navi_12059002,,1,1 +4785,0,0,u_normal_navi_32102003_thumbnail,,u_normal_navi_32102003,,1,1 +4786,0,0,u_rankup_navi_32102003_thumbnail,,u_rankup_navi_32102003,,1,1 +4787,0,0,u_normal_navi_33109003_thumbnail,,u_normal_navi_33109003,,1,1 +4788,0,0,u_rankup_navi_33109003_thumbnail,,u_rankup_navi_33109003,,1,1 +4789,0,0,u_normal_navi_32001014_thumbnail,,u_normal_navi_32001014,,1,1 +4790,0,0,u_rankup_navi_32001014_thumbnail,,u_rankup_navi_32001014,,1,1 +4791,0,0,b_normal_41009010_thumbnail,,b_normal_41009010,,0,1 +4792,0,0,b_rankup_41009010_thumbnail,b_rankup_41009010_signed_thumbnail,b_rankup_41009010,b_rankup_41009010_signed,0,1 +4793,0,0,u_normal_navi_12068002_thumbnail,,u_normal_navi_12068002,,1,1 +4794,0,0,u_rankup_navi_12068002_thumbnail,,u_rankup_navi_12068002,,1,1 +4795,0,0,u_normal_navi_31102003_thumbnail,,u_normal_navi_31102003,,1,1 +4796,0,0,u_rankup_navi_31102003_thumbnail,,u_rankup_navi_31102003,,1,1 +4797,0,0,u_normal_navi_32106002_thumbnail,,u_normal_navi_32106002,,1,1 +4798,0,0,u_rankup_navi_32106002_thumbnail,,u_rankup_navi_32106002,,1,1 +4799,0,0,b_normal_53109001_thumbnail,,b_normal_53109001,,0,1 +4800,0,0,b_rankup_53109001_thumbnail,,b_rankup_53109001,,0,1 +4801,0,0,b_normal_41104001_thumbnail,,b_normal_41104001,,0,1 +4802,0,0,b_rankup_41104001_thumbnail,b_rankup_41104001_signed_thumbnail,b_rankup_41104001,b_rankup_41104001_signed,0,1 +4803,0,0,u_normal_navi_11060002_thumbnail,,u_normal_navi_11060002,,1,1 +4804,0,0,u_rankup_navi_11060002_thumbnail,,u_rankup_navi_11060002,,1,1 +4805,0,0,u_normal_navi_32006016_thumbnail,,u_normal_navi_32006016,,1,1 +4806,0,0,u_rankup_navi_32006016_thumbnail,,u_rankup_navi_32006016,,1,1 +4807,0,0,u_normal_navi_31008018_thumbnail,,u_normal_navi_31008018,,1,1 +4808,0,0,u_rankup_navi_31008018_thumbnail,,u_rankup_navi_31008018,,1,1 +4809,0,0,u_normal_navi_31006014_thumbnail,,u_normal_navi_31006014,,1,1 +4810,0,0,u_rankup_navi_31006014_thumbnail,,u_rankup_navi_31006014,,1,1 +4811,0,0,b_normal_53005001_thumbnail,,b_normal_53005001,,0,1 +4812,0,0,b_rankup_53005001_thumbnail,,b_rankup_53005001,,0,1 +4813,0,0,u_normal_navi_11016002_thumbnail,,u_normal_navi_11016002,,1,1 +4814,0,0,u_rankup_navi_11016002_thumbnail,,u_rankup_navi_11016002,,1,1 +4815,0,0,u_normal_navi_31101004_thumbnail,,u_normal_navi_31101004,,1,1 +4816,0,0,u_rankup_navi_31101004_thumbnail,,u_rankup_navi_31101004,,1,1 +4817,0,0,u_normal_navi_33108003_thumbnail,,u_normal_navi_33108003,,1,1 +4818,0,0,u_rankup_navi_33108003_thumbnail,,u_rankup_navi_33108003,,1,1 +4819,0,0,u_normal_navi_32109004_thumbnail,,u_normal_navi_32109004,,1,1 +4820,0,0,u_rankup_navi_32109004_thumbnail,,u_rankup_navi_32109004,,1,1 +4821,0,0,b_normal_53103001_thumbnail,,b_normal_53103001,,0,1 +4822,0,0,b_rankup_53103001_thumbnail,,b_rankup_53103001,,0,1 +4823,0,0,b_normal_42106001_thumbnail,,b_normal_42106001,,0,1 +4824,0,0,b_rankup_42106001_thumbnail,b_rankup_42106001_signed_thumbnail,b_rankup_42106001,b_rankup_42106001_signed,0,1 +4825,0,0,u_normal_navi_11117001_thumbnail,,u_normal_navi_11117001,,1,1 +4827,0,0,u_normal_navi_12032002_thumbnail,,u_normal_navi_12032002,,1,1 +4828,0,0,u_rankup_navi_12032002_thumbnail,,u_rankup_navi_12032002,,1,1 +4829,0,0,u_normal_navi_31104003_thumbnail,,u_normal_navi_31104003,,1,1 +4830,0,0,u_rankup_navi_31104003_thumbnail,,u_rankup_navi_31104003,,1,1 +4831,0,0,u_normal_navi_32108003_thumbnail,,u_normal_navi_32108003,,1,1 +4832,0,0,u_rankup_navi_32108003_thumbnail,,u_rankup_navi_32108003,,1,1 +4833,0,0,u_normal_navi_31004015_thumbnail,,u_normal_navi_31004015,,1,1 +4834,0,0,u_rankup_navi_31004015_thumbnail,,u_rankup_navi_31004015,,1,1 +4835,0,0,u_normal_navi_33006027_thumbnail,,u_normal_navi_33006027,,1,1 +4836,0,0,u_rankup_navi_33006027_thumbnail,,u_rankup_navi_33006027,,1,1 +4837,0,0,b_normal_42008007_thumbnail,,b_normal_42008007,,0,1 +4838,0,0,b_rankup_42008007_thumbnail,b_rankup_42008007_signed_thumbnail,b_rankup_42008007,b_rankup_42008007_signed,0,1 +4839,0,0,u_normal_navi_12031002_thumbnail,,u_normal_navi_12031002,,1,1 +4840,0,0,u_rankup_navi_12031002_thumbnail,,u_rankup_navi_12031002,,1,1 +4841,0,0,u_normal_navi_32102004_thumbnail,,u_normal_navi_32102004,,1,1 +4842,0,0,u_rankup_navi_32102004_thumbnail,,u_rankup_navi_32102004,,1,1 +4843,0,0,u_normal_navi_31105003_thumbnail,,u_normal_navi_31105003,,1,1 +4844,0,0,u_rankup_navi_31105003_thumbnail,,u_rankup_navi_31105003,,1,1 +4845,0,0,b_normal_51104001_thumbnail,,b_normal_51104001,,0,1 +4846,0,0,b_rankup_51104001_thumbnail,,b_rankup_51104001,,0,1 +4847,0,0,b_normal_43107001_thumbnail,,b_normal_43107001,,0,1 +4848,0,0,b_rankup_43107001_thumbnail,b_rankup_43107001_signed_thumbnail,b_rankup_43107001,b_rankup_43107001_signed,0,1 +4849,0,0,u_normal_navi_12047002_thumbnail,,u_normal_navi_12047002,,1,1 +4850,0,0,u_rankup_navi_12047002_thumbnail,,u_rankup_navi_12047002,,1,1 +4851,0,0,u_normal_navi_33001013_thumbnail,,u_normal_navi_33001013,,1,1 +4852,0,0,u_rankup_navi_33001013_thumbnail,,u_rankup_navi_33001013,,1,1 +4853,0,0,u_normal_navi_31005024_thumbnail,,u_normal_navi_31005024,,1,1 +4854,0,0,u_rankup_navi_31005024_thumbnail,,u_rankup_navi_31005024,,1,1 +4855,0,0,u_normal_navi_32009014_thumbnail,,u_normal_navi_32009014,,1,1 +4856,0,0,u_rankup_navi_32009014_thumbnail,,u_rankup_navi_32009014,,1,1 +4857,0,0,b_normal_51007001_thumbnail,,b_normal_51007001,,0,1 +4858,0,0,b_rankup_51007001_thumbnail,,b_rankup_51007001,,0,1 +4859,0,0,u_normal_navi_13046002_thumbnail,,u_normal_navi_13046002,,1,1 +4860,0,0,u_rankup_navi_13046002_thumbnail,,u_rankup_navi_13046002,,1,1 +4861,0,0,u_normal_navi_33104004_thumbnail,,u_normal_navi_33104004,,1,1 +4862,0,0,u_rankup_navi_33104004_thumbnail,,u_rankup_navi_33104004,,1,1 +4863,0,0,u_normal_navi_33105004_thumbnail,,u_normal_navi_33105004,,1,1 +4864,0,0,u_rankup_navi_33105004_thumbnail,,u_rankup_navi_33105004,,1,1 +4865,0,0,u_normal_navi_31109003_thumbnail,,u_normal_navi_31109003,,1,1 +4866,0,0,u_rankup_navi_31109003_thumbnail,,u_rankup_navi_31109003,,1,1 +4867,0,0,b_normal_52103002_thumbnail,,b_normal_52103002,,0,1 +4868,0,0,b_rankup_52103002_thumbnail,,b_rankup_52103002,,0,1 +4869,0,0,b_normal_42102001_thumbnail,,b_normal_42102001,,0,1 +4870,0,0,b_rankup_42102001_thumbnail,b_rankup_42102001_signed_thumbnail,b_rankup_42102001,b_rankup_42102001_signed,0,1 +4871,0,0,u_normal_navi_12037002_thumbnail,,u_normal_navi_12037002,,1,1 +4872,0,0,u_rankup_navi_12037002_thumbnail,,u_rankup_navi_12037002,,1,1 +4873,0,0,u_normal_navi_31103003_thumbnail,,u_normal_navi_31103003,,1,1 +4874,0,0,u_rankup_navi_31103003_thumbnail,,u_rankup_navi_31103003,,1,1 +4875,0,0,u_normal_navi_33107003_thumbnail,,u_normal_navi_33107003,,1,1 +4876,0,0,u_rankup_navi_33107003_thumbnail,,u_rankup_navi_33107003,,1,1 +4877,0,0,u_normal_navi_33005016_thumbnail,,u_normal_navi_33005016,,1,1 +4878,0,0,u_rankup_navi_33005016_thumbnail,,u_rankup_navi_33005016,,1,1 +4879,0,0,b_normal_41003004_thumbnail,,b_normal_41003004,,0,1 +4880,0,0,b_rankup_41003004_thumbnail,b_rankup_41003004_signed_thumbnail,b_rankup_41003004,b_rankup_41003004_signed,0,1 +4881,0,0,u_normal_navi_11018002_thumbnail,,u_normal_navi_11018002,,1,1 +4882,0,0,u_rankup_navi_11018002_thumbnail,,u_rankup_navi_11018002,,1,1 +4883,0,0,u_normal_navi_31106003_thumbnail,,u_normal_navi_31106003,,1,1 +4884,0,0,u_rankup_navi_31106003_thumbnail,,u_rankup_navi_31106003,,1,1 +4885,0,0,u_normal_navi_32107003_thumbnail,,u_normal_navi_32107003,,1,1 +4886,0,0,u_rankup_navi_32107003_thumbnail,,u_rankup_navi_32107003,,1,1 +4887,0,0,b_normal_51101002_thumbnail,,b_normal_51101002,,0,1 +4888,0,0,b_rankup_51101002_thumbnail,,b_rankup_51101002,,0,1 +4889,0,0,b_normal_43108001_thumbnail,,b_normal_43108001,,0,1 +4890,0,0,b_rankup_43108001_thumbnail,b_rankup_43108001_signed_thumbnail,b_rankup_43108001,b_rankup_43108001_signed,0,1 +4891,0,0,u_normal_navi_13036002_thumbnail,,u_normal_navi_13036002,,1,1 +4892,0,0,u_rankup_navi_13036002_thumbnail,,u_rankup_navi_13036002,,1,1 +4893,0,0,u_normal_navi_31002014_thumbnail,,u_normal_navi_31002014,,1,1 +4894,0,0,u_rankup_navi_31002014_thumbnail,,u_rankup_navi_31002014,,1,1 +4895,0,0,u_normal_navi_32004018_thumbnail,,u_normal_navi_32004018,,1,1 +4896,0,0,u_rankup_navi_32004018_thumbnail,,u_rankup_navi_32004018,,1,1 +4897,0,0,u_normal_navi_33002027_thumbnail,,u_normal_navi_33002027,,1,1 +4898,0,0,u_rankup_navi_33002027_thumbnail,,u_rankup_navi_33002027,,1,1 +4899,0,0,b_normal_52001001_thumbnail,,b_normal_52001001,,0,1 +4900,0,0,b_rankup_52001001_thumbnail,,b_rankup_52001001,,0,1 +4901,0,0,u_normal_navi_12056002_thumbnail,,u_normal_navi_12056002,,1,1 +4902,0,0,u_rankup_navi_12056002_thumbnail,,u_rankup_navi_12056002,,1,1 +4903,0,0,u_normal_navi_33102004_thumbnail,,u_normal_navi_33102004,,1,1 +4904,0,0,u_rankup_navi_33102004_thumbnail,,u_rankup_navi_33102004,,1,1 +4905,0,0,u_normal_navi_32104003_thumbnail,,u_normal_navi_32104003,,1,1 +4906,0,0,u_rankup_navi_32104003_thumbnail,,u_rankup_navi_32104003,,1,1 +4907,0,0,u_normal_navi_33107004_thumbnail,,u_normal_navi_33107004,,1,1 +4908,0,0,u_rankup_navi_33107004_thumbnail,,u_rankup_navi_33107004,,1,1 +4909,0,0,b_normal_51108002_thumbnail,,b_normal_51108002,,0,1 +4910,0,0,b_rankup_51108002_thumbnail,,b_rankup_51108002,,0,1 +4911,0,0,b_normal_42101001_thumbnail,,b_normal_42101001,,0,1 +4912,0,0,b_rankup_42101001_thumbnail,b_rankup_42101001_signed_thumbnail,b_rankup_42101001,b_rankup_42101001_signed,0,1 +4913,0,0,u_normal_navi_13064002_thumbnail,,u_normal_navi_13064002,,1,1 +4914,0,0,u_rankup_navi_13064002_thumbnail,,u_rankup_navi_13064002,,1,1 +4915,0,0,u_normal_navi_31105004_thumbnail,,u_normal_navi_31105004,,1,1 +4916,0,0,u_rankup_navi_31105004_thumbnail,,u_rankup_navi_31105004,,1,1 +4917,0,0,u_normal_navi_32106003_thumbnail,,u_normal_navi_32106003,,1,1 +4918,0,0,u_rankup_navi_32106003_thumbnail,,u_rankup_navi_32106003,,1,1 +4919,0,0,u_normal_navi_32002015_thumbnail,,u_normal_navi_32002015,,1,1 +4920,0,0,u_rankup_navi_32002015_thumbnail,,u_rankup_navi_32002015,,1,1 +4921,0,0,u_normal_navi_31005025_thumbnail,,u_normal_navi_31005025,,1,1 +4922,0,0,u_rankup_navi_31005025_thumbnail,,u_rankup_navi_31005025,,1,1 +4923,0,0,b_normal_42001004_thumbnail,,b_normal_42001004,,0,1 +4924,0,0,b_rankup_42001004_thumbnail,b_rankup_42001004_signed_thumbnail,b_rankup_42001004,b_rankup_42001004_signed,0,1 +4925,0,0,u_normal_navi_13011002_thumbnail,,u_normal_navi_13011002,,1,1 +4926,0,0,u_rankup_navi_13011002_thumbnail,,u_rankup_navi_13011002,,1,1 +4927,0,0,u_normal_navi_31103004_thumbnail,,u_normal_navi_31103004,,1,1 +4928,0,0,u_rankup_navi_31103004_thumbnail,,u_rankup_navi_31103004,,1,1 +4929,0,0,u_normal_navi_33106004_thumbnail,,u_normal_navi_33106004,,1,1 +4930,0,0,u_rankup_navi_33106004_thumbnail,,u_rankup_navi_33106004,,1,1 +4931,0,0,b_normal_52109002_thumbnail,,b_normal_52109002,,0,1 +4932,0,0,b_rankup_52109002_thumbnail,,b_rankup_52109002,,0,1 +4933,0,0,b_normal_41105001_thumbnail,,b_normal_41105001,,0,1 +4934,0,0,b_rankup_41105001_thumbnail,b_rankup_41105001_signed_thumbnail,b_rankup_41105001,b_rankup_41105001_signed,0,1 +4935,0,0,u_normal_navi_11066002_thumbnail,,u_normal_navi_11066002,,1,1 +4936,0,0,u_rankup_navi_11066002_thumbnail,,u_rankup_navi_11066002,,1,1 +4937,0,0,u_normal_navi_32007028_thumbnail,,u_normal_navi_32007028,,1,1 +4938,0,0,u_rankup_navi_32007028_thumbnail,,u_rankup_navi_32007028,,1,1 +4939,0,0,u_normal_navi_33009017_thumbnail,,u_normal_navi_33009017,,1,1 +4940,0,0,u_rankup_navi_33009017_thumbnail,,u_rankup_navi_33009017,,1,1 +4941,0,0,u_normal_navi_33004023_thumbnail,,u_normal_navi_33004023,,1,1 +4942,0,0,u_rankup_navi_33004023_thumbnail,,u_rankup_navi_33004023,,1,1 +4943,0,0,b_normal_52009001_thumbnail,,b_normal_52009001,,0,1 +4944,0,0,b_rankup_52009001_thumbnail,,b_rankup_52009001,,0,1 +4945,0,0,b_rankup_43106002_thumbnail,,b_rankup_43106002,,0,1 +4946,0,0,u_normal_navi_12013002_thumbnail,,u_normal_navi_12013002,,1,1 +4947,0,0,u_rankup_navi_12013002_thumbnail,,u_rankup_navi_12013002,,1,1 +4948,0,0,u_normal_navi_32105004_thumbnail,,u_normal_navi_32105004,,1,1 +4949,0,0,u_rankup_navi_32105004_thumbnail,,u_rankup_navi_32105004,,1,1 +4950,0,0,u_normal_navi_31107004_thumbnail,,u_normal_navi_31107004,,1,1 +4951,0,0,u_rankup_navi_31107004_thumbnail,,u_rankup_navi_31107004,,1,1 +4952,0,0,u_normal_navi_32108004_thumbnail,,u_normal_navi_32108004,,1,1 +4953,0,0,u_rankup_navi_32108004_thumbnail,,u_rankup_navi_32108004,,1,1 +4954,0,0,b_normal_53102002_thumbnail,,b_normal_53102002,,0,1 +4955,0,0,b_rankup_53102002_thumbnail,,b_rankup_53102002,,0,1 +4956,0,0,b_normal_41103001_thumbnail,,b_normal_41103001,,0,1 +4957,0,0,b_rankup_41103001_thumbnail,b_rankup_41103001_signed_thumbnail,b_rankup_41103001,b_rankup_41103001_signed,0,1 +4958,0,0,u_normal_navi_13057002_thumbnail,,u_normal_navi_13057002,,1,1 +4959,0,0,u_rankup_navi_13057002_thumbnail,,u_rankup_navi_13057002,,1,1 +4960,0,0,u_normal_navi_33101003_thumbnail,,u_normal_navi_33101003,,1,1 +4961,0,0,u_rankup_navi_33101003_thumbnail,,u_rankup_navi_33101003,,1,1 +4962,0,0,u_normal_navi_32103004_thumbnail,,u_normal_navi_32103004,,1,1 +4963,0,0,u_rankup_navi_32103004_thumbnail,,u_rankup_navi_32103004,,1,1 +4964,0,0,u_normal_navi_31003016_thumbnail,,u_normal_navi_31003016,,1,1 +4965,0,0,u_rankup_navi_31003016_thumbnail,,u_rankup_navi_31003016,,1,1 +4966,0,0,b_normal_43007005_thumbnail,,b_normal_43007005,,0,1 +4967,0,0,b_rankup_43007005_thumbnail,b_rankup_43007005_signed_thumbnail,b_rankup_43007005,b_rankup_43007005_signed,0,1 +4968,0,0,b_rankup_41101002_thumbnail,,b_rankup_41101002,,0,1 +4969,0,0,b_rankup_43102002_thumbnail,,b_rankup_43102002,,0,1 +4970,0,0,b_rankup_42103002_thumbnail,,b_rankup_42103002,,0,1 +4971,0,0,b_rankup_43104002_thumbnail,,b_rankup_43104002,,0,1 +4972,0,0,b_rankup_42105003_thumbnail,,b_rankup_42105003,,0,1 +4973,0,0,b_rankup_43106003_thumbnail,,b_rankup_43106003,,0,1 +4974,0,0,b_rankup_41107002_thumbnail,,b_rankup_41107002,,0,1 +4975,0,0,b_rankup_41108002_thumbnail,,b_rankup_41108002,,0,1 +4976,0,0,b_rankup_42109002_thumbnail,,b_rankup_42109002,,0,1 +4977,0,0,u_normal_navi_13033002_thumbnail,,u_normal_navi_13033002,,1,1 +4978,0,0,u_rankup_navi_13033002_thumbnail,,u_rankup_navi_13033002,,1,1 +4979,0,0,u_normal_navi_21101002_thumbnail,,u_normal_navi_21101002,,1,1 +4980,0,0,u_rankup_navi_21101002_thumbnail,,u_rankup_navi_21101002,,1,1 +4981,0,0,u_normal_navi_21102002_thumbnail,,u_normal_navi_21102002,,1,1 +4982,0,0,u_rankup_navi_21102002_thumbnail,,u_rankup_navi_21102002,,1,1 +4983,0,0,u_normal_navi_21103002_thumbnail,,u_normal_navi_21103002,,1,1 +4984,0,0,u_rankup_navi_21103002_thumbnail,,u_rankup_navi_21103002,,1,1 +4985,0,0,u_normal_navi_21104002_thumbnail,,u_normal_navi_21104002,,1,1 +4986,0,0,u_rankup_navi_21104002_thumbnail,,u_rankup_navi_21104002,,1,1 +4987,0,0,u_normal_navi_21105002_thumbnail,,u_normal_navi_21105002,,1,1 +4988,0,0,u_rankup_navi_21105002_thumbnail,,u_rankup_navi_21105002,,1,1 +4989,0,0,u_normal_navi_21106002_thumbnail,,u_normal_navi_21106002,,1,1 +4990,0,0,u_rankup_navi_21106002_thumbnail,,u_rankup_navi_21106002,,1,1 +4991,0,0,u_normal_navi_21107002_thumbnail,,u_normal_navi_21107002,,1,1 +4992,0,0,u_rankup_navi_21107002_thumbnail,,u_rankup_navi_21107002,,1,1 +4993,0,0,u_normal_navi_21108002_thumbnail,,u_normal_navi_21108002,,1,1 +4994,0,0,u_rankup_navi_21108002_thumbnail,,u_rankup_navi_21108002,,1,1 +4995,0,0,u_normal_navi_21109002_thumbnail,,u_normal_navi_21109002,,1,1 +4996,0,0,u_rankup_navi_21109002_thumbnail,,u_rankup_navi_21109002,,1,1 +4997,0,0,u_normal_navi_32101004_thumbnail,,u_normal_navi_32101004,,1,1 +4998,0,0,u_rankup_navi_32101004_thumbnail,,u_rankup_navi_32101004,,1,1 +4999,0,0,u_normal_navi_31104004_thumbnail,,u_normal_navi_31104004,,1,1 +5000,0,0,u_rankup_navi_31104004_thumbnail,,u_rankup_navi_31104004,,1,1 +5001,0,0,b_normal_53106002_thumbnail,,b_normal_53106002,,0,1 +5002,0,0,b_rankup_53106002_thumbnail,,b_rankup_53106002,,0,1 +5003,0,0,b_normal_43109001_thumbnail,,b_normal_43109001,,0,1 +5004,0,0,b_rankup_43109001_thumbnail,b_rankup_43109001_signed_thumbnail,b_rankup_43109001,b_rankup_43109001_signed,0,1 +5005,0,0,u_normal_navi_11049002_thumbnail,,u_normal_navi_11049002,,1,1 +5006,0,0,u_rankup_navi_11049002_thumbnail,,u_rankup_navi_11049002,,1,1 +5007,0,0,u_normal_navi_33003014_thumbnail,,u_normal_navi_33003014,,1,1 +5008,0,0,u_rankup_navi_33003014_thumbnail,,u_rankup_navi_33003014,,1,1 +5009,0,0,u_normal_navi_32008022_thumbnail,,u_normal_navi_32008022,,1,1 +5010,0,0,u_rankup_navi_32008022_thumbnail,,u_rankup_navi_32008022,,1,1 +5011,0,0,u_normal_navi_33008017_thumbnail,,u_normal_navi_33008017,,1,1 +5012,0,0,u_rankup_navi_33008017_thumbnail,,u_rankup_navi_33008017,,1,1 +5013,0,0,b_normal_51006001_thumbnail,,b_normal_51006001,,0,1 +5014,0,0,b_rankup_51006001_thumbnail,,b_rankup_51006001,,0,1 +5015,0,0,u_normal_navi_11034002_thumbnail,,u_normal_navi_11034002,,1,1 +5016,0,0,u_rankup_navi_11034002_thumbnail,,u_rankup_navi_11034002,,1,1 +5017,0,0,u_normal_navi_32102005_thumbnail,,u_normal_navi_32102005,,1,1 +5018,0,0,u_rankup_navi_32102005_thumbnail,,u_rankup_navi_32102005,,1,1 +5019,0,0,u_normal_navi_33103004_thumbnail,,u_normal_navi_33103004,,1,1 +5020,0,0,u_rankup_navi_33103004_thumbnail,,u_rankup_navi_33103004,,1,1 +5021,0,0,u_normal_navi_31109004_thumbnail,,u_normal_navi_31109004,,1,1 +5022,0,0,u_rankup_navi_31109004_thumbnail,,u_rankup_navi_31109004,,1,1 +5023,0,0,b_normal_51107002_thumbnail,,b_normal_51107002,,0,1 +5024,0,0,b_rankup_51107002_thumbnail,,b_rankup_51107002,,0,1 +5025,0,0,b_normal_43106004_thumbnail,,b_normal_43106004,,0,1 +5026,0,0,b_rankup_43106004_thumbnail,b_rankup_43106004_signed_thumbnail,b_rankup_43106004,b_rankup_43106004_signed,0,1 +5027,0,0,u_normal_navi_11059002_thumbnail,,u_normal_navi_11059002,,1,1 +5028,0,0,u_rankup_navi_11059002_thumbnail,,u_rankup_navi_11059002,,1,1 +5029,0,0,u_normal_navi_33102005_thumbnail,,u_normal_navi_33102005,,1,1 +5030,0,0,u_rankup_navi_33102005_thumbnail,,u_rankup_navi_33102005,,1,1 +5031,0,0,u_normal_navi_32105005_thumbnail,,u_normal_navi_32105005,,1,1 +5032,0,0,u_rankup_navi_32105005_thumbnail,,u_rankup_navi_32105005,,1,1 +5033,0,0,u_normal_navi_33001014_thumbnail,,u_normal_navi_33001014,,1,1 +5034,0,0,u_rankup_navi_33001014_thumbnail,,u_rankup_navi_33001014,,1,1 +5035,0,0,u_normal_navi_32007029_thumbnail,,u_normal_navi_32007029,,1,1 +5036,0,0,u_rankup_navi_32007029_thumbnail,,u_rankup_navi_32007029,,1,1 +5037,0,0,b_normal_41002004_thumbnail,,b_normal_41002004,,0,1 +5038,0,0,b_rankup_41002004_thumbnail,b_rankup_41002004_signed_thumbnail,b_rankup_41002004,b_rankup_41002004_signed,0,1 +5039,0,0,u_normal_navi_11021002_thumbnail,,u_normal_navi_11021002,,1,1 +5040,0,0,u_rankup_navi_11021002_thumbnail,,u_rankup_navi_11021002,,1,1 +5041,0,0,u_normal_navi_32104004_thumbnail,,u_normal_navi_32104004,,1,1 +5042,0,0,u_rankup_navi_32104004_thumbnail,,u_rankup_navi_32104004,,1,1 +5043,0,0,u_normal_navi_33108004_thumbnail,,u_normal_navi_33108004,,1,1 +5044,0,0,u_rankup_navi_33108004_thumbnail,,u_rankup_navi_33108004,,1,1 +5045,0,0,b_normal_52105002_thumbnail,,b_normal_52105002,,0,1 +5046,0,0,b_rankup_52105002_thumbnail,,b_rankup_52105002,,0,1 +5047,0,0,b_normal_41101003_thumbnail,,b_normal_41101003,,0,1 +5048,0,0,b_rankup_41101003_thumbnail,b_rankup_41101003_signed_thumbnail,b_rankup_41101003,b_rankup_41101003_signed,0,1 +5049,0,0,u_normal_navi_13020002_thumbnail,,u_normal_navi_13020002,,1,1 +5050,0,0,u_rankup_navi_13020002_thumbnail,,u_rankup_navi_13020002,,1,1 +5051,0,0,u_normal_navi_32002016_thumbnail,,u_normal_navi_32002016,,1,1 +5052,0,0,u_rankup_navi_32002016_thumbnail,,u_rankup_navi_32002016,,1,1 +5053,0,0,u_normal_navi_33005017_thumbnail,,u_normal_navi_33005017,,1,1 +5054,0,0,u_rankup_navi_33005017_thumbnail,,u_rankup_navi_33005017,,1,1 +5055,0,0,u_normal_navi_32008023_thumbnail,,u_normal_navi_32008023,,1,1 +5056,0,0,u_rankup_navi_32008023_thumbnail,,u_rankup_navi_32008023,,1,1 +5057,0,0,b_normal_53003001_thumbnail,,b_normal_53003001,,0,1 +5058,0,0,b_rankup_53003001_thumbnail,,b_rankup_53003001,,0,1 +5059,0,0,u_normal_navi_13045002_thumbnail,,u_normal_navi_13045002,,1,1 +5060,0,0,u_rankup_navi_13045002_thumbnail,,u_rankup_navi_13045002,,1,1 +5061,0,0,u_normal_navi_33101004_thumbnail,,u_normal_navi_33101004,,1,1 +5062,0,0,u_rankup_navi_33101004_thumbnail,,u_rankup_navi_33101004,,1,1 +5063,0,0,u_normal_navi_32107004_thumbnail,,u_normal_navi_32107004,,1,1 +5064,0,0,u_rankup_navi_32107004_thumbnail,,u_rankup_navi_32107004,,1,1 +5065,0,0,u_normal_navi_31108004_thumbnail,,u_normal_navi_31108004,,1,1 +5066,0,0,u_rankup_navi_31108004_thumbnail,,u_rankup_navi_31108004,,1,1 +5067,0,0,b_normal_53104002_thumbnail,,b_normal_53104002,,0,1 +5068,0,0,b_rankup_53104002_thumbnail,,b_rankup_53104002,,0,1 +5069,0,0,b_normal_42105004_thumbnail,,b_normal_42105004,,0,1 +5070,0,0,b_rankup_42105004_thumbnail,b_rankup_42105004_signed_thumbnail,b_rankup_42105004,b_rankup_42105004_signed,0,1 +5071,0,0,u_normal_navi_13055002_thumbnail,,u_normal_navi_13055002,,1,1 +5072,0,0,u_rankup_navi_13055002_thumbnail,,u_rankup_navi_13055002,,1,1 +5073,0,0,u_normal_navi_33106005_thumbnail,,u_normal_navi_33106005,,1,1 +5074,0,0,u_rankup_navi_33106005_thumbnail,,u_rankup_navi_33106005,,1,1 +5075,0,0,u_normal_navi_31107005_thumbnail,,u_normal_navi_31107005,,1,1 +5076,0,0,u_rankup_navi_31107005_thumbnail,,u_rankup_navi_31107005,,1,1 +5077,0,0,u_normal_navi_31009026_thumbnail,,u_normal_navi_31009026,,1,1 +5078,0,0,u_rankup_navi_31009026_thumbnail,,u_rankup_navi_31009026,,1,1 +5079,0,0,b_normal_43005004_thumbnail,,b_normal_43005004,,0,1 +5080,0,0,b_rankup_43005004_thumbnail,b_rankup_43005004_signed_thumbnail,b_rankup_43005004,b_rankup_43005004_signed,0,1 +5081,0,0,u_normal_navi_13029002_thumbnail,,u_normal_navi_13029002,,1,1 +5082,0,0,u_rankup_navi_13029002_thumbnail,,u_rankup_navi_13029002,,1,1 +5083,0,0,u_normal_navi_32103005_thumbnail,,u_normal_navi_32103005,,1,1 +5084,0,0,u_rankup_navi_32103005_thumbnail,,u_rankup_navi_32103005,,1,1 +5085,0,0,u_normal_navi_31106004_thumbnail,,u_normal_navi_31106004,,1,1 +5086,0,0,u_rankup_navi_31106004_thumbnail,,u_rankup_navi_31106004,,1,1 +5087,0,0,b_normal_51109002_thumbnail,,b_normal_51109002,,0,1 +5088,0,0,b_rankup_51109002_thumbnail,,b_rankup_51109002,,0,1 +5089,0,0,b_normal_43102003_thumbnail,,b_normal_43102003,,0,1 +5090,0,0,b_rankup_43102003_thumbnail,b_rankup_43102003_signed_thumbnail,b_rankup_43102003,b_rankup_43102003_signed,0,1 +5091,0,0,u_normal_navi_11068002_thumbnail,,u_normal_navi_11068002,,1,1 +5092,0,0,u_rankup_navi_11068002_thumbnail,,u_rankup_navi_11068002,,1,1 +5093,0,0,u_normal_navi_31001030_thumbnail,,u_normal_navi_31001030,,1,1 +5094,0,0,u_rankup_navi_31001030_thumbnail,,u_rankup_navi_31001030,,1,1 +5095,0,0,u_normal_navi_33006029_thumbnail,,u_normal_navi_33006029,,1,1 +5096,0,0,u_rankup_navi_33006029_thumbnail,,u_rankup_navi_33006029,,1,1 +5097,0,0,u_normal_navi_32006017_thumbnail,,u_normal_navi_32006017,,1,1 +5098,0,0,u_rankup_navi_32006017_thumbnail,,u_rankup_navi_32006017,,1,1 +5099,0,0,b_normal_51004001_thumbnail,,b_normal_51004001,,0,1 +5100,0,0,b_rankup_51004001_thumbnail,,b_rankup_51004001,,0,1 +5101,0,0,u_normal_navi_13017002_thumbnail,,u_normal_navi_13017002,,1,1 +5102,0,0,u_rankup_navi_13017002_thumbnail,,u_rankup_navi_13017002,,1,1 +5103,0,0,u_normal_navi_23101002_thumbnail,,u_normal_navi_23101002,,1,1 +5104,0,0,u_rankup_navi_23101002_thumbnail,,u_rankup_navi_23101002,,1,1 +5105,0,0,u_normal_navi_23102002_thumbnail,,u_normal_navi_23102002,,1,1 +5106,0,0,u_rankup_navi_23102002_thumbnail,,u_rankup_navi_23102002,,1,1 +5107,0,0,u_normal_navi_23103002_thumbnail,,u_normal_navi_23103002,,1,1 +5108,0,0,u_rankup_navi_23103002_thumbnail,,u_rankup_navi_23103002,,1,1 +5109,0,0,u_normal_navi_23104002_thumbnail,,u_normal_navi_23104002,,1,1 +5110,0,0,u_rankup_navi_23104002_thumbnail,,u_rankup_navi_23104002,,1,1 +5111,0,0,u_normal_navi_23105002_thumbnail,,u_normal_navi_23105002,,1,1 +5112,0,0,u_rankup_navi_23105002_thumbnail,,u_rankup_navi_23105002,,1,1 +5113,0,0,u_normal_navi_23106002_thumbnail,,u_normal_navi_23106002,,1,1 +5114,0,0,u_rankup_navi_23106002_thumbnail,,u_rankup_navi_23106002,,1,1 +5115,0,0,u_normal_navi_23107002_thumbnail,,u_normal_navi_23107002,,1,1 +5116,0,0,u_rankup_navi_23107002_thumbnail,,u_rankup_navi_23107002,,1,1 +5117,0,0,u_normal_navi_23108002_thumbnail,,u_normal_navi_23108002,,1,1 +5118,0,0,u_rankup_navi_23108002_thumbnail,,u_rankup_navi_23108002,,1,1 +5119,0,0,u_normal_navi_23109002_thumbnail,,u_normal_navi_23109002,,1,1 +5120,0,0,u_rankup_navi_23109002_thumbnail,,u_rankup_navi_23109002,,1,1 +5121,0,0,u_normal_navi_32101005_thumbnail,,u_normal_navi_32101005,,1,1 +5122,0,0,u_rankup_navi_32101005_thumbnail,,u_rankup_navi_32101005,,1,1 +5123,0,0,u_normal_navi_31104005_thumbnail,,u_normal_navi_31104005,,1,1 +5124,0,0,u_rankup_navi_31104005_thumbnail,,u_rankup_navi_31104005,,1,1 +5125,0,0,u_normal_navi_33105005_thumbnail,,u_normal_navi_33105005,,1,1 +5126,0,0,u_rankup_navi_33105005_thumbnail,,u_rankup_navi_33105005,,1,1 +5127,0,0,b_normal_53108002_thumbnail,,b_normal_53108002,,0,1 +5128,0,0,b_rankup_53108002_thumbnail,,b_rankup_53108002,,0,1 +5129,0,0,b_normal_41107003_thumbnail,,b_normal_41107003,,0,1 +5130,0,0,b_rankup_41107003_thumbnail,b_rankup_41107003_signed_thumbnail,b_rankup_41107003,b_rankup_41107003_signed,0,1 +5131,0,0,u_normal_navi_11015002_thumbnail,,u_normal_navi_11015002,,1,1 +5132,0,0,u_rankup_navi_11015002_thumbnail,,u_rankup_navi_11015002,,1,1 +5133,0,0,u_normal_navi_31101005_thumbnail,,u_normal_navi_31101005,,1,1 +5134,0,0,u_rankup_navi_31101005_thumbnail,,u_rankup_navi_31101005,,1,1 +5135,0,0,u_normal_navi_33104005_thumbnail,,u_normal_navi_33104005,,1,1 +5136,0,0,u_rankup_navi_33104005_thumbnail,,u_rankup_navi_33104005,,1,1 +5137,0,0,u_normal_navi_32002017_thumbnail,,u_normal_navi_32002017,,1,1 +5138,0,0,u_rankup_navi_32002017_thumbnail,,u_rankup_navi_32002017,,1,1 +5139,0,0,u_normal_navi_33009018_thumbnail,,u_normal_navi_33009018,,1,1 +5140,0,0,u_rankup_navi_33009018_thumbnail,,u_rankup_navi_33009018,,1,1 +5141,0,0,b_normal_41004004_thumbnail,,b_normal_41004004,,0,1 +5142,0,0,b_rankup_41004004_thumbnail,b_rankup_41004004_signed_thumbnail,b_rankup_41004004,b_rankup_41004004_signed,0,1 +5143,0,0,b_rankup_43106005_thumbnail,b_rankup_43106005_signed_thumbnail,b_rankup_43106005,b_rankup_43106005_signed,0,1 +5144,0,0,b_rankup_41107004_thumbnail,b_rankup_41107004_signed_thumbnail,b_rankup_41107004,b_rankup_41107004_signed,0,1 +5145,0,0,b_rankup_42109003_thumbnail,b_rankup_42109003_signed_thumbnail,b_rankup_42109003,b_rankup_42109003_signed,0,1 +5146,0,0,u_normal_navi_11048002_thumbnail,,u_normal_navi_11048002,,1,1 +5147,0,0,u_rankup_navi_11048002_thumbnail,,u_rankup_navi_11048002,,1,1 +5148,0,0,u_normal_navi_31102004_thumbnail,,u_normal_navi_31102004,,1,1 +5149,0,0,u_rankup_navi_31102004_thumbnail,,u_rankup_navi_31102004,,1,1 +5150,0,0,u_normal_navi_33109004_thumbnail,,u_normal_navi_33109004,,1,1 +5151,0,0,u_rankup_navi_33109004_thumbnail,,u_rankup_navi_33109004,,1,1 +5152,0,0,b_normal_52106002_thumbnail,,b_normal_52106002,,0,1 +5153,0,0,b_rankup_52106002_thumbnail,,b_rankup_52106002,,0,1 +5154,0,0,b_normal_42103003_thumbnail,,b_normal_42103003,,0,1 +5155,0,0,b_rankup_42103003_thumbnail,b_rankup_42103003_signed_thumbnail,b_rankup_42103003,b_rankup_42103003_signed,0,1 +5156,0,0,u_normal_navi_11042002_thumbnail,,u_normal_navi_11042002,,1,1 +5157,0,0,u_rankup_navi_11042002_thumbnail,,u_rankup_navi_11042002,,1,1 +5158,0,0,u_normal_navi_31004016_thumbnail,,u_normal_navi_31004016,,1,1 +5159,0,0,u_rankup_navi_31004016_thumbnail,,u_rankup_navi_31004016,,1,1 +5160,0,0,u_normal_navi_32009015_thumbnail,,u_normal_navi_32009015,,1,1 +5161,0,0,u_rankup_navi_32009015_thumbnail,,u_rankup_navi_32009015,,1,1 +5162,0,0,u_normal_navi_31007014_thumbnail,,u_normal_navi_31007014,,1,1 +5163,0,0,u_rankup_navi_31007014_thumbnail,,u_rankup_navi_31007014,,1,1 +5164,0,0,b_normal_53008001_thumbnail,,b_normal_53008001,,0,1 +5165,0,0,b_rankup_53008001_thumbnail,,b_rankup_53008001,,0,1 +5166,0,0,u_normal_navi_13030002_thumbnail,,u_normal_navi_13030002,,1,1 +5167,0,0,u_rankup_navi_13030002_thumbnail,,u_rankup_navi_13030002,,1,1 +5168,0,0,u_normal_navi_32103006_thumbnail,,u_normal_navi_32103006,,1,1 +5169,0,0,u_rankup_navi_32103006_thumbnail,,u_rankup_navi_32103006,,1,1 +5170,0,0,u_normal_navi_33107005_thumbnail,,u_normal_navi_33107005,,1,1 +5171,0,0,u_rankup_navi_33107005_thumbnail,,u_rankup_navi_33107005,,1,1 +5172,0,0,u_normal_navi_31109005_thumbnail,,u_normal_navi_31109005,,1,1 +5173,0,0,u_rankup_navi_31109005_thumbnail,,u_rankup_navi_31109005,,1,1 +5174,0,0,b_normal_52102002_thumbnail,,b_normal_52102002,,0,1 +5175,0,0,b_rankup_52102002_thumbnail,,b_rankup_52102002,,0,1 +5176,0,0,b_normal_43104003_thumbnail,,b_normal_43104003,,0,1 +5177,0,0,b_rankup_43104003_thumbnail,b_rankup_43104003_signed_thumbnail,b_rankup_43104003,b_rankup_43104003_signed,0,1 +5178,0,0,u_normal_navi_31118001_thumbnail,,u_normal_navi_31118001,,1,1 +5179,0,0,u_normal_navi_32119001_thumbnail,,u_normal_navi_32119001,,1,1 +5180,0,0,u_normal_navi_33120001_thumbnail,,u_normal_navi_33120001,,1,1 +5181,0,0,b_normal_41121001_thumbnail,,b_normal_41121001,,0,1 +5182,0,0,b_normal_42122001_thumbnail,,b_normal_42122001,,0,1 +5183,0,0,b_normal_43123001_thumbnail,,b_normal_43123001,,0,1 +5184,0,0,u_normal_navi_13067002_thumbnail,,u_normal_navi_13067002,,1,1 +5185,0,0,u_rankup_navi_13067002_thumbnail,,u_rankup_navi_13067002,,1,1 +5186,0,0,u_normal_navi_31108005_thumbnail,,u_normal_navi_31108005,,1,1 +5187,0,0,u_rankup_navi_31108005_thumbnail,,u_rankup_navi_31108005,,1,1 +5188,0,0,u_normal_navi_32109005_thumbnail,,u_normal_navi_32109005,,1,1 +5189,0,0,u_rankup_navi_32109005_thumbnail,,u_rankup_navi_32109005,,1,1 +5190,0,0,b_rankup_41101004_thumbnail,b_rankup_41101004_signed_thumbnail,b_rankup_41101004,b_rankup_41101004_signed,0,1 +5191,0,0,b_rankup_43102004_thumbnail,b_rankup_43102004_signed_thumbnail,b_rankup_43102004,b_rankup_43102004_signed,0,1 +5192,0,0,b_rankup_42105005_thumbnail,b_rankup_42105005_signed_thumbnail,b_rankup_42105005,b_rankup_42105005_signed,0,1 +5193,0,0,u_normal_navi_31001031_thumbnail,,u_normal_navi_31001031,,1,1 +5194,0,0,u_rankup_navi_31001031_thumbnail,,u_rankup_navi_31001031,,1,1 +5195,0,0,b_normal_42006004_thumbnail,,b_normal_42006004,,0,1 +5196,0,0,b_rankup_42006004_thumbnail,b_rankup_42006004_signed_thumbnail,b_rankup_42006004,b_rankup_42006004_signed,0,1 +5197,0,0,u_normal_navi_12022002_thumbnail,,u_normal_navi_12022002,,1,1 +5198,0,0,u_rankup_navi_12022002_thumbnail,,u_rankup_navi_12022002,,1,1 +5199,0,0,u_normal_navi_31105005_thumbnail,,u_normal_navi_31105005,,1,1 +5200,0,0,u_rankup_navi_31105005_thumbnail,,u_rankup_navi_31105005,,1,1 +5201,0,0,u_normal_navi_32106004_thumbnail,,u_normal_navi_32106004,,1,1 +5202,0,0,u_rankup_navi_32106004_thumbnail,,u_rankup_navi_32106004,,1,1 +5203,0,0,b_normal_53101002_thumbnail,,b_normal_53101002,,0,1 +5204,0,0,b_rankup_53101002_thumbnail,,b_rankup_53101002,,0,1 +5205,0,0,b_normal_41108003_thumbnail,,b_normal_41108003,,0,1 +5206,0,0,b_rankup_41108003_thumbnail,b_rankup_41108003_signed_thumbnail,b_rankup_41108003,b_rankup_41108003_signed,0,1 +5207,0,0,u_normal_navi_13050002_thumbnail,,u_normal_navi_13050002,,1,1 +5208,0,0,u_rankup_navi_13050002_thumbnail,,u_rankup_navi_13050002,,1,1 +5209,0,0,u_normal_navi_31003017_thumbnail,,u_normal_navi_31003017,,1,1 +5210,0,0,u_rankup_navi_31003017_thumbnail,,u_rankup_navi_31003017,,1,1 +5211,0,0,u_normal_navi_33007016_thumbnail,,u_normal_navi_33007016,,1,1 +5212,0,0,u_rankup_navi_33007016_thumbnail,,u_rankup_navi_33007016,,1,1 +5213,0,0,u_normal_navi_33003015_thumbnail,,u_normal_navi_33003015,,1,1 +5214,0,0,u_rankup_navi_33003015_thumbnail,,u_rankup_navi_33003015,,1,1 +5215,0,0,b_normal_52005001_thumbnail,,b_normal_52005001,,0,1 +5216,0,0,b_rankup_52005001_thumbnail,,b_rankup_52005001,,0,1 +5217,0,0,u_normal_navi_12041002_thumbnail,,u_normal_navi_12041002,,1,1 +5218,0,0,u_rankup_navi_12041002_thumbnail,,u_rankup_navi_12041002,,1,1 +5219,0,0,u_normal_navi_31101006_thumbnail,,u_normal_navi_31101006,,1,1 +5220,0,0,u_rankup_navi_31101006_thumbnail,,u_rankup_navi_31101006,,1,1 +5221,0,0,u_normal_navi_33106006_thumbnail,,u_normal_navi_33106006,,1,1 +5222,0,0,u_rankup_navi_33106006_thumbnail,,u_rankup_navi_33106006,,1,1 +5223,0,0,u_normal_navi_32108005_thumbnail,,u_normal_navi_32108005,,1,1 +5224,0,0,u_rankup_navi_32108005_thumbnail,,u_rankup_navi_32108005,,1,1 +5225,0,0,b_normal_51103002_thumbnail,,b_normal_51103002,,0,1 +5226,0,0,b_rankup_51103002_thumbnail,,b_rankup_51103002,,0,1 +5227,0,0,b_normal_42109004_thumbnail,,b_normal_42109004,,0,1 +5228,0,0,b_rankup_42109004_thumbnail,b_rankup_42109004_signed_thumbnail,b_rankup_42109004,b_rankup_42109004_signed,0,1 +5229,0,0,u_normal_navi_11012002_thumbnail,,u_normal_navi_11012002,,1,1 +5230,0,0,u_rankup_navi_11012002_thumbnail,,u_rankup_navi_11012002,,1,1 +5231,0,0,u_normal_navi_33002028_thumbnail,,u_normal_navi_33002028,,1,1 +5232,0,0,u_rankup_navi_33002028_thumbnail,,u_rankup_navi_33002028,,1,1 +5233,0,0,u_normal_navi_31009027_thumbnail,,u_normal_navi_31009027,,1,1 +5234,0,0,u_rankup_navi_31009027_thumbnail,,u_rankup_navi_31009027,,1,1 +5235,0,0,b_rankup_43002011_thumbnail,b_rankup_43002011_signed_thumbnail,b_rankup_43002011,b_rankup_43002011_signed,0,1 +5236,0,0,b_rankup_42007008_thumbnail,b_rankup_42007008_signed_thumbnail,b_rankup_42007008,b_rankup_42007008_signed,0,1 +5237,0,0,b_rankup_41009011_thumbnail,b_rankup_41009011_signed_thumbnail,b_rankup_41009011,b_rankup_41009011_signed,0,1 +5238,0,0,u_normal_navi_33112001_thumbnail,,u_normal_navi_33112001,,1,1 +5239,0,0,u_rankup_navi_33112001_thumbnail,,u_rankup_navi_33112001,,1,1 +5240,0,0,u_normal_navi_33113001_thumbnail,,u_normal_navi_33113001,,1,1 +5241,0,0,u_rankup_navi_33113001_thumbnail,,u_rankup_navi_33113001,,1,1 +5242,0,0,u_normal_navi_32001015_thumbnail,,u_normal_navi_32001015,,1,1 +5243,0,0,u_rankup_navi_32001015_thumbnail,,u_rankup_navi_32001015,,1,1 +5244,0,0,u_normal_navi_31006015_thumbnail,,u_normal_navi_31006015,,1,1 +5245,0,0,u_rankup_navi_31006015_thumbnail,,u_rankup_navi_31006015,,1,1 +5246,0,0,b_normal_43008004_thumbnail,,b_normal_43008004,,0,1 +5247,0,0,b_rankup_43008004_thumbnail,b_rankup_43008004_signed_thumbnail,b_rankup_43008004,b_rankup_43008004_signed,0,1 +5248,0,0,u_normal_navi_12058002_thumbnail,,u_normal_navi_12058002,,1,1 +5249,0,0,u_rankup_navi_12058002_thumbnail,,u_rankup_navi_12058002,,1,1 +5250,0,0,u_normal_navi_33104006_thumbnail,,u_normal_navi_33104006,,1,1 +5251,0,0,u_rankup_navi_33104006_thumbnail,,u_rankup_navi_33104006,,1,1 +5252,0,0,u_normal_navi_32105006_thumbnail,,u_normal_navi_32105006,,1,1 +5253,0,0,u_rankup_navi_32105006_thumbnail,,u_rankup_navi_32105006,,1,1 +5254,0,0,b_normal_53107002_thumbnail,,b_normal_53107002,,0,1 +5255,0,0,b_rankup_53107002_thumbnail,,b_rankup_53107002,,0,1 +5256,0,0,b_normal_41102002_thumbnail,,b_normal_41102002,,0,1 +5257,0,0,b_rankup_41102002_thumbnail,b_rankup_41102002_signed_thumbnail,b_rankup_41102002,b_rankup_41102002_signed,0,1 +5258,0,0,b_normal_51101003_thumbnail,,b_normal_51101003,,0,1 +5259,0,0,b_rankup_51101003_thumbnail,,b_rankup_51101003,,0,1 +5260,0,0,b_normal_53102003_thumbnail,,b_normal_53102003,,0,1 +5261,0,0,b_rankup_53102003_thumbnail,,b_rankup_53102003,,0,1 +5262,0,0,b_normal_52103003_thumbnail,,b_normal_52103003,,0,1 +5263,0,0,b_rankup_52103003_thumbnail,,b_rankup_52103003,,0,1 +5264,0,0,b_normal_53104003_thumbnail,,b_normal_53104003,,0,1 +5265,0,0,b_rankup_53104003_thumbnail,,b_rankup_53104003,,0,1 +5266,0,0,b_normal_52105003_thumbnail,,b_normal_52105003,,0,1 +5267,0,0,b_rankup_52105003_thumbnail,,b_rankup_52105003,,0,1 +5268,0,0,b_normal_53106003_thumbnail,,b_normal_53106003,,0,1 +5269,0,0,b_rankup_53106003_thumbnail,,b_rankup_53106003,,0,1 +5270,0,0,b_normal_51107003_thumbnail,,b_normal_51107003,,0,1 +5271,0,0,b_rankup_51107003_thumbnail,,b_rankup_51107003,,0,1 +5272,0,0,b_normal_51108003_thumbnail,,b_normal_51108003,,0,1 +5273,0,0,b_rankup_51108003_thumbnail,,b_rankup_51108003,,0,1 +5274,0,0,b_normal_52109003_thumbnail,,b_normal_52109003,,0,1 +5275,0,0,b_rankup_52109003_thumbnail,,b_rankup_52109003,,0,1 +5276,0,0,u_normal_navi_35044002_thumbnail,,u_normal_navi_35044002,,1,1 +5277,0,0,u_normal_navi_35114002_thumbnail,,u_normal_navi_35114002,,1,1 +5278,0,0,u_normal_navi_35114001_thumbnail,,u_normal_navi_35114001,,1,1 +5279,0,0,u_normal_navi_12063002_thumbnail,,u_normal_navi_12063002,,1,1 +5280,0,0,u_rankup_navi_12063002_thumbnail,,u_rankup_navi_12063002,,1,1 +5281,0,0,u_normal_navi_32102006_thumbnail,,u_normal_navi_32102006,,1,1 +5282,0,0,u_rankup_navi_32102006_thumbnail,,u_rankup_navi_32102006,,1,1 +5283,0,0,u_normal_navi_33107006_thumbnail,,u_normal_navi_33107006,,1,1 +5284,0,0,u_rankup_navi_33107006_thumbnail,,u_rankup_navi_33107006,,1,1 +5285,0,0,b_rankup_42103004_thumbnail,b_rankup_42103004_signed_thumbnail,b_rankup_42103004,b_rankup_42103004_signed,0,1 +5286,0,0,b_rankup_43104004_thumbnail,b_rankup_43104004_signed_thumbnail,b_rankup_43104004,b_rankup_43104004_signed,0,1 +5287,0,0,b_rankup_41108004_thumbnail,b_rankup_41108004_signed_thumbnail,b_rankup_41108004,b_rankup_41108004_signed,0,1 +5288,0,0,u_normal_navi_33005018_thumbnail,,u_normal_navi_33005018,,1,1 +5289,0,0,u_rankup_navi_33005018_thumbnail,,u_rankup_navi_33005018,,1,1 +5290,0,0,b_normal_51002001_thumbnail,,b_normal_51002001,,0,1 +5291,0,0,b_rankup_51002001_thumbnail,,b_rankup_51002001,,0,1 +5292,0,0,u_normal_navi_11019002_thumbnail,,u_normal_navi_11019002,,1,1 +5293,0,0,u_rankup_navi_11019002_thumbnail,,u_rankup_navi_11019002,,1,1 +5294,0,0,u_normal_navi_33102006_thumbnail,,u_normal_navi_33102006,,1,1 +5295,0,0,u_rankup_navi_33102006_thumbnail,,u_rankup_navi_33102006,,1,1 +5296,0,0,u_normal_navi_31106005_thumbnail,,u_normal_navi_31106005,,1,1 +5297,0,0,u_rankup_navi_31106005_thumbnail,,u_rankup_navi_31106005,,1,1 +5298,0,0,u_normal_navi_32109006_thumbnail,,u_normal_navi_32109006,,1,1 +5299,0,0,u_rankup_navi_32109006_thumbnail,,u_rankup_navi_32109006,,1,1 +5300,0,0,b_normal_52104002_thumbnail,,b_normal_52104002,,0,1 +5301,0,0,b_rankup_52104002_thumbnail,,b_rankup_52104002,,0,1 +5302,0,0,b_normal_41103002_thumbnail,,b_normal_41103002,,0,1 +5303,0,0,b_rankup_41103002_thumbnail,b_rankup_41103002_signed_thumbnail,b_rankup_41103002,b_rankup_41103002_signed,0,1 +5304,0,0,u_normal_navi_12051002_thumbnail,,u_normal_navi_12051002,,1,1 +5305,0,0,u_rankup_navi_12051002_thumbnail,,u_rankup_navi_12051002,,1,1 +5306,0,0,u_normal_navi_33001015_thumbnail,,u_normal_navi_33001015,,1,1 +5307,0,0,u_rankup_navi_33001015_thumbnail,,u_rankup_navi_33001015,,1,1 +5308,0,0,u_normal_navi_32005017_thumbnail,,u_normal_navi_32005017,,1,1 +5309,0,0,u_rankup_navi_32005017_thumbnail,,u_rankup_navi_32005017,,1,1 +5310,0,0,b_rankup_41001014_thumbnail,b_rankup_41001014_signed_thumbnail,b_rankup_41001014,b_rankup_41001014_signed,0,1 +5311,0,0,b_rankup_42003011_thumbnail,b_rankup_42003011_signed_thumbnail,b_rankup_42003011,b_rankup_42003011_signed,0,1 +5312,0,0,b_rankup_43004009_thumbnail,b_rankup_43004009_signed_thumbnail,b_rankup_43004009,b_rankup_43004009_signed,0,1 +5313,0,0,u_normal_navi_31003018_thumbnail,,u_normal_navi_31003018,,1,1 +5314,0,0,u_rankup_navi_31003018_thumbnail,,u_rankup_navi_31003018,,1,1 +5315,0,0,b_normal_42009004_thumbnail,,b_normal_42009004,,0,1 +5316,0,0,b_rankup_42009004_thumbnail,b_rankup_42009004_signed_thumbnail,b_rankup_42009004,b_rankup_42009004_signed,0,1 +5317,0,0,u_normal_navi_11025002_thumbnail,,u_normal_navi_11025002,,1,1 +5318,0,0,u_rankup_navi_11025002_thumbnail,,u_rankup_navi_11025002,,1,1 +5319,0,0,u_normal_navi_32107005_thumbnail,,u_normal_navi_32107005,,1,1 +5320,0,0,u_rankup_navi_32107005_thumbnail,,u_rankup_navi_32107005,,1,1 +5321,0,0,u_normal_navi_33108005_thumbnail,,u_normal_navi_33108005,,1,1 +5322,0,0,u_rankup_navi_33108005_thumbnail,,u_rankup_navi_33108005,,1,1 +5323,0,0,b_normal_51105002_thumbnail,,b_normal_51105002,,0,1 +5324,0,0,b_rankup_51105002_thumbnail,,b_rankup_51105002,,0,1 +5325,0,0,b_normal_43101002_thumbnail,,b_normal_43101002,,0,1 +5326,0,0,b_rankup_43101002_thumbnail,b_rankup_43101002_signed_thumbnail,b_rankup_43101002,b_rankup_43101002_signed,0,1 +5327,0,0,b_rankup_42008008_thumbnail,b_rankup_42008008_signed_thumbnail,b_rankup_42008008,b_rankup_42008008_signed,0,1 +5328,0,0,u_normal_navi_13026002_thumbnail,,u_normal_navi_13026002,,1,1 +5329,0,0,u_rankup_navi_13026002_thumbnail,,u_rankup_navi_13026002,,1,1 +5330,0,0,u_normal_navi_33105006_thumbnail,,u_normal_navi_33105006,,1,1 +5331,0,0,u_rankup_navi_33105006_thumbnail,,u_rankup_navi_33105006,,1,1 +5332,0,0,u_normal_navi_31109006_thumbnail,,u_normal_navi_31109006,,1,1 +5333,0,0,u_rankup_navi_31109006_thumbnail,,u_rankup_navi_31109006,,1,1 +5334,0,0,u_normal_navi_32004019_thumbnail,,u_normal_navi_32004019,,1,1 +5335,0,0,u_rankup_navi_32004019_thumbnail,,u_rankup_navi_32004019,,1,1 +5336,0,0,b_normal_53007001_thumbnail,,b_normal_53007001,,0,1 +5337,0,0,b_rankup_53007001_thumbnail,,b_rankup_53007001,,0,1 +5338,45,0,u_normal_navi_11043002_thumbnail,,u_normal_navi_11043002,,1,1 +5339,0,0,u_rankup_navi_11043002_thumbnail,,u_rankup_navi_11043002,,1,1 +5340,0,0,u_normal_navi_21101003_thumbnail,,u_normal_navi_21101003,,1,1 +5341,0,0,u_rankup_navi_21101003_thumbnail,,u_rankup_navi_21101003,,1,1 +5342,0,0,u_normal_navi_23102003_thumbnail,,u_normal_navi_23102003,,1,1 +5343,0,0,u_rankup_navi_23102003_thumbnail,,u_rankup_navi_23102003,,1,1 +5344,0,0,u_normal_navi_22103003_thumbnail,,u_normal_navi_22103003,,1,1 +5345,0,0,u_rankup_navi_22103003_thumbnail,,u_rankup_navi_22103003,,1,1 +5346,0,0,u_normal_navi_23104003_thumbnail,,u_normal_navi_23104003,,1,1 +5347,0,0,u_rankup_navi_23104003_thumbnail,,u_rankup_navi_23104003,,1,1 +5348,0,0,u_normal_navi_22105003_thumbnail,,u_normal_navi_22105003,,1,1 +5349,0,0,u_rankup_navi_22105003_thumbnail,,u_rankup_navi_22105003,,1,1 +5350,0,0,u_normal_navi_23106003_thumbnail,,u_normal_navi_23106003,,1,1 +5351,0,0,u_rankup_navi_23106003_thumbnail,,u_rankup_navi_23106003,,1,1 +5352,0,0,u_normal_navi_21107003_thumbnail,,u_normal_navi_21107003,,1,1 +5353,0,0,u_rankup_navi_21107003_thumbnail,,u_rankup_navi_21107003,,1,1 +5354,0,0,u_normal_navi_21108003_thumbnail,,u_normal_navi_21108003,,1,1 +5355,0,0,u_rankup_navi_21108003_thumbnail,,u_rankup_navi_21108003,,1,1 +5356,0,0,u_normal_navi_22109003_thumbnail,,u_normal_navi_22109003,,1,1 +5357,0,0,u_rankup_navi_22109003_thumbnail,,u_rankup_navi_22109003,,1,1 +5358,0,0,u_normal_navi_33101005_thumbnail,,u_normal_navi_33101005,,1,1 +5359,0,0,u_rankup_navi_33101005_thumbnail,,u_rankup_navi_33101005,,1,1 +5360,0,0,u_normal_navi_31103005_thumbnail,,u_normal_navi_31103005,,1,1 +5361,0,0,u_rankup_navi_31103005_thumbnail,,u_rankup_navi_31103005,,1,1 +5362,0,0,u_normal_navi_32106005_thumbnail,,u_normal_navi_32106005,,1,1 +5363,0,0,u_rankup_navi_32106005_thumbnail,,u_rankup_navi_32106005,,1,1 +5364,0,0,b_normal_51102002_thumbnail,,b_normal_51102002,,0,1 +5365,0,0,b_rankup_51102002_thumbnail,,b_rankup_51102002,,0,1 +5366,0,0,b_normal_43105002_thumbnail,,b_normal_43105002,,0,1 +5367,0,0,b_rankup_43105002_thumbnail,b_rankup_43105002_signed_thumbnail,b_rankup_43105002,b_rankup_43105002_signed,0,1 +5368,0,0,u_normal_navi_12065002_thumbnail,,u_normal_navi_12065002,,1,1 +5369,0,0,u_rankup_navi_12065002_thumbnail,,u_rankup_navi_12065002,,1,1 +5370,0,0,u_normal_navi_32007030_thumbnail,,u_normal_navi_32007030,,1,1 +5371,0,0,u_rankup_navi_32007030_thumbnail,,u_rankup_navi_32007030,,1,1 +5372,0,0,u_normal_navi_31008019_thumbnail,,u_normal_navi_31008019,,1,1 +5373,0,0,u_rankup_navi_31008019_thumbnail,,u_rankup_navi_31008019,,1,1 +5374,0,0,b_rankup_41005008_thumbnail,b_rankup_41005008_signed_thumbnail,b_rankup_41005008,b_rankup_41005008_signed,0,1 +5375,0,0,b_rankup_43006009_thumbnail,b_rankup_43006009_signed_thumbnail,b_rankup_43006009,b_rankup_43006009_signed,0,1 +5376,0,0,b_rankup_42008009_thumbnail,b_rankup_42008009_signed_thumbnail,b_rankup_42008009,b_rankup_42008009_signed,0,1 +5377,0,0,u_normal_navi_31002015_thumbnail,,u_normal_navi_31002015,,1,1 +5378,0,0,u_rankup_navi_31002015_thumbnail,,u_rankup_navi_31002015,,1,1 +5379,0,0,u_normal_navi_33004024_thumbnail,,u_normal_navi_33004024,,1,1 +5380,0,0,u_rankup_navi_33004024_thumbnail,,u_rankup_navi_33004024,,1,1 +5381,0,0,b_normal_43003004_thumbnail,,b_normal_43003004,,0,1 +5382,0,0,b_rankup_43003004_thumbnail,b_rankup_43003004_signed_thumbnail,b_rankup_43003004,b_rankup_43003004_signed,0,1 +5383,0,0,u_normal_navi_12023002_thumbnail,,u_normal_navi_12023002,,1,1 +5384,0,0,u_rankup_navi_12023002_thumbnail,,u_rankup_navi_12023002,,1,1 +5385,0,0,u_normal_navi_31107006_thumbnail,,u_normal_navi_31107006,,1,1 +5386,0,0,u_rankup_navi_31107006_thumbnail,,u_rankup_navi_31107006,,1,1 +5387,0,0,u_normal_navi_32108006_thumbnail,,u_normal_navi_32108006,,1,1 +5388,0,0,u_rankup_navi_32108006_thumbnail,,u_rankup_navi_32108006,,1,1 +5389,0,0,b_normal_53109002_thumbnail,,b_normal_53109002,,0,1 +5390,0,0,b_rankup_53109002_thumbnail,,b_rankup_53109002,,0,1 +5391,0,0,b_normal_42104002_thumbnail,,b_normal_42104002,,0,1 +5392,0,0,b_rankup_42104002_thumbnail,b_rankup_42104002_signed_thumbnail,b_rankup_42104002,b_rankup_42104002_signed,0,1 +5393,0,0,u_normal_navi_11024002_thumbnail,,u_normal_navi_11024002,,1,1 +5394,0,0,u_rankup_navi_11024002_thumbnail,,u_rankup_navi_11024002,,1,1 +5395,0,0,u_normal_navi_32101006_thumbnail,,u_normal_navi_32101006,,1,1 +5396,0,0,u_rankup_navi_32101006_thumbnail,,u_rankup_navi_32101006,,1,1 +5397,0,0,u_normal_navi_33108006_thumbnail,,u_normal_navi_33108006,,1,1 +5398,0,0,u_rankup_navi_33108006_thumbnail,,u_rankup_navi_33108006,,1,1 +5399,0,0,u_normal_navi_32009016_thumbnail,,u_normal_navi_32009016,,1,1 +5400,0,0,u_rankup_navi_32009016_thumbnail,,u_rankup_navi_32009016,,1,1 +5401,0,0,b_normal_51001002_thumbnail,,b_normal_51001002,,0,1 +5402,0,0,b_rankup_51001002_thumbnail,,b_rankup_51001002,,0,1 +5403,0,0,b_rankup_43106006_thumbnail,,b_rankup_43106006,,0,1 +5404,0,0,u_normal_navi_13035002_thumbnail,,u_normal_navi_13035002,,1,1 +5405,0,0,u_rankup_navi_13035002_thumbnail,,u_rankup_navi_13035002,,1,1 +5406,0,0,u_normal_navi_33103005_thumbnail,,u_normal_navi_33103005,,1,1 +5407,0,0,u_rankup_navi_33103005_thumbnail,,u_rankup_navi_33103005,,1,1 +5408,0,0,u_normal_navi_31104006_thumbnail,,u_normal_navi_31104006,,1,1 +5409,0,0,u_rankup_navi_31104006_thumbnail,,u_rankup_navi_31104006,,1,1 +5410,0,0,u_normal_navi_33105007_thumbnail,,u_normal_navi_33105007,,1,1 +5411,0,0,u_rankup_navi_33105007_thumbnail,,u_rankup_navi_33105007,,1,1 +5412,0,0,b_normal_52101002_thumbnail,,b_normal_52101002,,0,1 +5413,0,0,b_rankup_52101002_thumbnail,,b_rankup_52101002,,0,1 +5414,0,0,b_normal_42106002_thumbnail,,b_normal_42106002,,0,1 +5415,0,0,b_rankup_42106002_thumbnail,b_rankup_42106002_signed_thumbnail,b_rankup_42106002,b_rankup_42106002_signed,0,1 +5416,0,0,u_normal_navi_32201001_thumbnail,,u_normal_navi_32201001,,1,1 +5417,0,0,u_rankup_navi_32201001_thumbnail,,u_rankup_navi_32201001,,1,1 +5418,0,0,u_normal_navi_31205001_thumbnail,,u_normal_navi_31205001,,1,1 +5419,0,0,u_rankup_navi_31205001_thumbnail,,u_rankup_navi_31205001,,1,1 +5420,0,0,u_normal_navi_33207001_thumbnail,,u_normal_navi_33207001,,1,1 +5421,0,0,u_rankup_navi_33207001_thumbnail,,u_rankup_navi_33207001,,1,1 +5422,0,0,u_normal_navi_13014002_thumbnail,,u_normal_navi_13014002,,1,1 +5423,0,0,u_rankup_navi_13014002_thumbnail,,u_rankup_navi_13014002,,1,1 +5424,0,0,u_normal_navi_32003026_thumbnail,,u_normal_navi_32003026,,1,1 +5425,0,0,u_rankup_navi_32003026_thumbnail,,u_rankup_navi_32003026,,1,1 +5426,0,0,u_normal_navi_31006016_thumbnail,,u_normal_navi_31006016,,1,1 +5427,0,0,u_rankup_navi_31006016_thumbnail,,u_rankup_navi_31006016,,1,1 +5428,0,0,b_normal_42005004_thumbnail,,b_normal_42005004,,0,1 +5429,0,0,b_rankup_42005004_thumbnail,b_rankup_42005004_signed_thumbnail,b_rankup_42005004,b_rankup_42005004_signed,0,1 +5430,0,0,b_normal_41006005_thumbnail,,b_normal_41006005,,0,1 +5431,0,0,b_rankup_41006005_thumbnail,b_rankup_41006005_signed_thumbnail,b_rankup_41006005,b_rankup_41006005_signed,0,1 +5432,0,0,b_normal_43008005_thumbnail,,b_normal_43008005,,0,1 +5433,0,0,b_rankup_43008005_thumbnail,b_rankup_43008005_signed_thumbnail,b_rankup_43008005,b_rankup_43008005_signed,0,1 +5434,0,0,u_normal_navi_32008024_thumbnail,,u_normal_navi_32008024,,1,1 +5435,0,0,u_rankup_navi_32008024_thumbnail,,u_rankup_navi_32008024,,1,1 +5436,0,0,b_normal_41007004_thumbnail,,b_normal_41007004,,0,1 +5437,0,0,b_rankup_41007004_thumbnail,b_rankup_41007004_signed_thumbnail,b_rankup_41007004,b_rankup_41007004_signed,0,1 +5438,0,0,b_rankup_43004010_thumbnail,b_rankup_43004010_signed_thumbnail,b_rankup_43004010,b_rankup_43004010_signed,0,1 +5439,0,0,u_normal_navi_35114003_thumbnail,,u_normal_navi_35114003,,1,1 +5440,0,0,u_normal_navi_13054002_thumbnail,,u_normal_navi_13054002,,1,1 +5441,0,0,u_rankup_navi_13054002_thumbnail,,u_rankup_navi_13054002,,1,1 +5442,0,0,u_normal_navi_31102005_thumbnail,,u_normal_navi_31102005,,1,1 +5443,0,0,u_rankup_navi_31102005_thumbnail,,u_rankup_navi_31102005,,1,1 +5444,0,0,u_normal_navi_33107007_thumbnail,,u_normal_navi_33107007,,1,1 +5445,0,0,u_rankup_navi_33107007_thumbnail,,u_rankup_navi_33107007,,1,1 +5446,0,0,b_normal_52108002_thumbnail,,b_normal_52108002,,0,1 +5447,0,0,b_rankup_52108002_thumbnail,,b_rankup_52108002,,0,1 +5448,0,0,b_normal_41109002_thumbnail,,b_normal_41109002,,0,1 +5449,0,0,b_rankup_41109002_thumbnail,b_rankup_41109002_signed_thumbnail,b_rankup_41109002,b_rankup_41109002_signed,0,1 +5450,0,0,b_rankup_53101003_thumbnail,,b_rankup_53101003,,0,1 +5451,0,0,b_rankup_52102003_thumbnail,,b_rankup_52102003,,0,1 +5452,0,0,b_rankup_51103003_thumbnail,,b_rankup_51103003,,0,1 +5453,0,0,b_rankup_52104003_thumbnail,,b_rankup_52104003,,0,1 +5454,0,0,b_rankup_51105003_thumbnail,,b_rankup_51105003,,0,1 +5455,0,0,b_rankup_52106003_thumbnail,,b_rankup_52106003,,0,1 +5456,0,0,b_rankup_53107003_thumbnail,,b_rankup_53107003,,0,1 +5457,0,0,b_rankup_53108003_thumbnail,,b_rankup_53108003,,0,1 +5458,0,0,b_rankup_51109003_thumbnail,,b_rankup_51109003,,0,1 +5459,0,0,u_normal_navi_11053002_thumbnail,,u_normal_navi_11053002,,1,1 +5460,0,0,u_rankup_navi_11053002_thumbnail,,u_rankup_navi_11053002,,1,1 +5461,0,0,u_normal_navi_31103006_thumbnail,,u_normal_navi_31103006,,1,1 +5462,0,0,u_rankup_navi_31103006_thumbnail,,u_rankup_navi_31103006,,1,1 +5463,0,0,u_normal_navi_32104005_thumbnail,,u_normal_navi_32104005,,1,1 +5464,0,0,u_rankup_navi_32104005_thumbnail,,u_rankup_navi_32104005,,1,1 +5465,0,0,b_normal_43103002_thumbnail,,b_normal_43103002,,0,1 +5466,0,0,b_rankup_43103002_thumbnail,b_rankup_43103002_signed_thumbnail,b_rankup_43103002,b_rankup_43103002_signed,0,1 +5467,0,0,b_normal_41104002_thumbnail,,b_normal_41104002,,0,1 +5468,0,0,b_rankup_41104002_thumbnail,b_rankup_41104002_signed_thumbnail,b_rankup_41104002,b_rankup_41104002_signed,0,1 +5469,0,0,b_normal_42108002_thumbnail,,b_normal_42108002,,0,1 +5470,0,0,b_rankup_42108002_thumbnail,b_rankup_42108002_signed_thumbnail,b_rankup_42108002,b_rankup_42108002_signed,0,1 +5471,0,0,u_normal_navi_32005018_thumbnail,,u_normal_navi_32005018,,1,1 +5472,0,0,u_rankup_navi_32005018_thumbnail,,u_rankup_navi_32005018,,1,1 +5473,0,0,b_normal_53006002_thumbnail,,b_normal_53006002,,0,1 +5474,0,0,b_rankup_53006002_thumbnail,,b_rankup_53006002,,0,1 +5475,0,0,u_normal_navi_12061002_thumbnail,,u_normal_navi_12061002,,1,1 +5476,0,0,u_rankup_navi_12061002_thumbnail,,u_rankup_navi_12061002,,1,1 +5477,0,0,u_normal_navi_33102007_thumbnail,,u_normal_navi_33102007,,1,1 +5478,0,0,u_rankup_navi_33102007_thumbnail,,u_rankup_navi_33102007,,1,1 +5479,0,0,u_normal_navi_32103007_thumbnail,,u_normal_navi_32103007,,1,1 +5480,0,0,u_rankup_navi_32103007_thumbnail,,u_rankup_navi_32103007,,1,1 +5481,0,0,u_normal_navi_31105006_thumbnail,,u_normal_navi_31105006,,1,1 +5482,0,0,u_rankup_navi_31105006_thumbnail,,u_rankup_navi_31105006,,1,1 +5483,0,0,b_normal_51104002_thumbnail,,b_normal_51104002,,0,1 +5484,0,0,b_rankup_51104002_thumbnail,,b_rankup_51104002,,0,1 +5485,0,0,b_normal_43107002_thumbnail,,b_normal_43107002,,0,1 +5486,0,0,b_rankup_43107002_thumbnail,b_rankup_43107002_signed_thumbnail,b_rankup_43107002,b_rankup_43107002_signed,0,1 +5487,0,0,u_normal_navi_32202001_thumbnail,,u_normal_navi_32202001,,1,1 +5488,0,0,u_rankup_navi_32202001_thumbnail,,u_rankup_navi_32202001,,1,1 +5489,0,0,u_normal_navi_33203001_thumbnail,,u_normal_navi_33203001,,1,1 +5490,0,0,u_rankup_navi_33203001_thumbnail,,u_rankup_navi_33203001,,1,1 +5491,0,0,u_normal_navi_31209001_thumbnail,,u_normal_navi_31209001,,1,1 +5492,0,0,u_rankup_navi_31209001_thumbnail,,u_rankup_navi_31209001,,1,1 +5493,0,0,u_rankup_navi_21091001_thumbnail,,u_rankup_navi_21091001,,1,1 +5494,0,0,u_rankup_navi_23092001_thumbnail,,u_rankup_navi_23092001,,1,1 +5495,0,0,u_rankup_navi_22093001_thumbnail,,u_rankup_navi_22093001,,1,1 +5496,0,0,u_rankup_navi_23094001_thumbnail,,u_rankup_navi_23094001,,1,1 +5497,0,0,u_rankup_navi_21095001_thumbnail,,u_rankup_navi_21095001,,1,1 +5498,0,0,u_rankup_navi_23096001_thumbnail,,u_rankup_navi_23096001,,1,1 +5499,0,0,u_rankup_navi_22097001_thumbnail,,u_rankup_navi_22097001,,1,1 +5500,0,0,u_rankup_navi_22098001_thumbnail,,u_rankup_navi_22098001,,1,1 +5501,0,0,u_rankup_navi_21099001_thumbnail,,u_rankup_navi_21099001,,1,1 +5502,0,0,u_rankup_navi_21191001_thumbnail,,u_rankup_navi_21191001,,1,1 +5503,0,0,u_rankup_navi_23192001_thumbnail,,u_rankup_navi_23192001,,1,1 +5504,0,0,u_rankup_navi_22193001_thumbnail,,u_rankup_navi_22193001,,1,1 +5505,0,0,u_rankup_navi_23194001_thumbnail,,u_rankup_navi_23194001,,1,1 +5506,0,0,u_rankup_navi_22195001_thumbnail,,u_rankup_navi_22195001,,1,1 +5507,0,0,u_rankup_navi_23196001_thumbnail,,u_rankup_navi_23196001,,1,1 +5508,0,0,u_rankup_navi_21197001_thumbnail,,u_rankup_navi_21197001,,1,1 +5509,0,0,u_rankup_navi_21198001_thumbnail,,u_rankup_navi_21198001,,1,1 +5510,0,0,u_rankup_navi_22199001_thumbnail,,u_rankup_navi_22199001,,1,1 +5511,0,0,u_normal_navi_13027002_thumbnail,,u_normal_navi_13027002,,1,1 +5512,0,0,u_rankup_navi_13027002_thumbnail,,u_rankup_navi_13027002,,1,1 +5513,0,0,u_normal_navi_33004025_thumbnail,,u_normal_navi_33004025,,1,1 +5514,0,0,u_rankup_navi_33004025_thumbnail,,u_rankup_navi_33004025,,1,1 +5515,0,0,u_normal_navi_32009017_thumbnail,,u_normal_navi_32009017,,1,1 +5516,0,0,u_rankup_navi_32009017_thumbnail,,u_rankup_navi_32009017,,1,1 +5517,0,0,b_normal_42001005_thumbnail,,b_normal_42001005,,0,1 +5518,0,0,b_rankup_42001005_thumbnail,b_rankup_42001005_signed_thumbnail,b_rankup_42001005,b_rankup_42001005_signed,0,1 +5519,0,0,b_normal_43003005_thumbnail,,b_normal_43003005,,0,1 +5520,0,0,b_rankup_43003005_thumbnail,b_rankup_43003005_signed_thumbnail,b_rankup_43003005,b_rankup_43003005_signed,0,1 +5521,0,0,b_normal_41004005_thumbnail,,b_normal_41004005,,0,1 +5522,0,0,b_rankup_41004005_thumbnail,b_rankup_41004005_signed_thumbnail,b_rankup_41004005,b_rankup_41004005_signed,0,1 +5523,0,0,u_normal_navi_32002018_thumbnail,,u_normal_navi_32002018,,1,1 +5524,0,0,u_rankup_navi_32002018_thumbnail,,u_rankup_navi_32002018,,1,1 +5525,0,0,u_normal_navi_33007017_thumbnail,,u_normal_navi_33007017,,1,1 +5526,0,0,u_rankup_navi_33007017_thumbnail,,u_rankup_navi_33007017,,1,1 +5527,0,0,b_normal_41008005_thumbnail,,b_normal_41008005,,0,1 +5528,0,0,b_rankup_41008005_thumbnail,b_rankup_41008005_signed_thumbnail,b_rankup_41008005,b_rankup_41008005_signed,0,1 +5529,0,0,u_normal_navi_12052002_thumbnail,,u_normal_navi_12052002,,1,1 +5530,0,0,u_rankup_navi_12052002_thumbnail,,u_rankup_navi_12052002,,1,1 +5531,0,0,u_normal_navi_32101007_thumbnail,,u_normal_navi_32101007,,1,1 +5532,0,0,u_rankup_navi_32101007_thumbnail,,u_rankup_navi_32101007,,1,1 +5533,0,0,u_normal_navi_33109005_thumbnail,,u_normal_navi_33109005,,1,1 +5534,0,0,u_rankup_navi_33109005_thumbnail,,u_rankup_navi_33109005,,1,1 +5535,0,0,b_normal_51106002_thumbnail,,b_normal_51106002,,0,1 +5536,0,0,b_rankup_51106002_thumbnail,,b_rankup_51106002,,0,1 +5537,0,0,b_normal_42108003_thumbnail,,b_normal_42108003,,0,1 +5538,0,0,b_rankup_42108003_thumbnail,b_rankup_42108003_signed_thumbnail,b_rankup_42108003,b_rankup_42108003_signed,0,1 +5539,0,0,b_rankup_43006010_thumbnail,b_rankup_43006010_signed_thumbnail,b_rankup_43006010,b_rankup_43006010_signed,0,1 +5540,0,0,u_normal_navi_12062002_thumbnail,,u_normal_navi_12062002,,1,1 +5541,0,0,u_rankup_navi_12062002_thumbnail,,u_rankup_navi_12062002,,1,1 +5542,0,0,u_normal_navi_33104007_thumbnail,,u_normal_navi_33104007,,1,1 +5543,0,0,u_rankup_navi_33104007_thumbnail,,u_rankup_navi_33104007,,1,1 +5544,0,0,u_normal_navi_31106006_thumbnail,,u_normal_navi_31106006,,1,1 +5545,0,0,u_rankup_navi_31106006_thumbnail,,u_rankup_navi_31106006,,1,1 +5546,0,0,b_normal_41106002_thumbnail,,b_normal_41106002,,0,1 +5547,0,0,b_rankup_41106002_thumbnail,b_rankup_41106002_signed_thumbnail,b_rankup_41106002,b_rankup_41106002_signed,0,1 +5548,0,0,b_normal_42107002_thumbnail,,b_normal_42107002,,0,1 +5549,0,0,b_rankup_42107002_thumbnail,b_rankup_42107002_signed_thumbnail,b_rankup_42107002,b_rankup_42107002_signed,0,1 +5550,0,0,b_normal_43109002_thumbnail,,b_normal_43109002,,0,1 +5551,0,0,b_rankup_43109002_thumbnail,b_rankup_43109002_signed_thumbnail,b_rankup_43109002,b_rankup_43109002_signed,0,1 +5552,0,0,u_normal_navi_32003027_thumbnail,,u_normal_navi_32003027,,1,1 +5553,0,0,u_rankup_navi_32003027_thumbnail,,u_rankup_navi_32003027,,1,1 +5554,0,0,b_normal_53004002_thumbnail,,b_normal_53004002,,0,1 +5555,0,0,b_rankup_53004002_thumbnail,,b_rankup_53004002,,0,1 +5556,0,0,u_normal_navi_32112001_thumbnail,,u_normal_navi_32112001,,1,1 +5557,0,0,u_rankup_navi_32112001_thumbnail,,u_rankup_navi_32112001,,1,1 +5558,0,0,u_normal_navi_32113001_thumbnail,,u_normal_navi_32113001,,1,1 +5559,0,0,u_rankup_navi_32113001_thumbnail,,u_rankup_navi_32113001,,1,1 +5560,0,0,u_normal_navi_12028002_thumbnail,,u_normal_navi_12028002,,1,1 +5561,0,0,u_rankup_navi_12028002_thumbnail,,u_rankup_navi_12028002,,1,1 +5562,0,0,u_normal_navi_31101008_thumbnail,,u_normal_navi_31101008,,1,1 +5563,0,0,u_rankup_navi_31101008_thumbnail,,u_rankup_navi_31101008,,1,1 +5564,0,0,u_normal_navi_33106008_thumbnail,,u_normal_navi_33106008,,1,1 +5565,0,0,u_rankup_navi_33106008_thumbnail,,u_rankup_navi_33106008,,1,1 +5566,0,0,u_normal_navi_32109007_thumbnail,,u_normal_navi_32109007,,1,1 +5567,0,0,u_rankup_navi_32109007_thumbnail,,u_rankup_navi_32109007,,1,1 +5568,0,0,b_normal_53103002_thumbnail,,b_normal_53103002,,0,1 +5569,0,0,b_rankup_53103002_thumbnail,,b_rankup_53103002,,0,1 +5570,0,0,b_normal_42102002_thumbnail,,b_normal_42102002,,0,1 +5571,0,0,b_rankup_42102002_thumbnail,b_rankup_42102002_signed_thumbnail,b_rankup_42102002,b_rankup_42102002_signed,0,1 +5572,0,0,u_normal_navi_31101007_thumbnail,,u_normal_navi_31101007,,1,1 +5573,0,0,u_rankup_navi_31101007_thumbnail,,u_rankup_navi_31101007,,1,1 +5574,0,0,u_normal_navi_31105007_thumbnail,,u_normal_navi_31105007,,1,1 +5575,0,0,u_rankup_navi_31105007_thumbnail,,u_rankup_navi_31105007,,1,1 +5576,0,0,u_normal_navi_31109007_thumbnail,,u_normal_navi_31109007,,1,1 +5577,0,0,u_rankup_navi_31109007_thumbnail,,u_rankup_navi_31109007,,1,1 +5578,0,0,b_rankup_53106004_thumbnail,,b_rankup_53106004,,0,1 +5579,0,0,u_normal_navi_33204001_thumbnail,,u_normal_navi_33204001,,1,1 +5580,0,0,u_rankup_navi_33204001_thumbnail,,u_rankup_navi_33204001,,1,1 +5581,0,0,u_normal_navi_31206001_thumbnail,,u_normal_navi_31206001,,1,1 +5582,0,0,u_rankup_navi_31206001_thumbnail,,u_rankup_navi_31206001,,1,1 +5583,0,0,u_normal_navi_32208001_thumbnail,,u_normal_navi_32208001,,1,1 +5584,0,0,u_rankup_navi_32208001_thumbnail,,u_rankup_navi_32208001,,1,1 +5585,0,0,u_normal_navi_32006018_thumbnail,,u_normal_navi_32006018,,1,1 +5586,0,0,u_rankup_navi_32006018_thumbnail,,u_rankup_navi_32006018,,1,1 +5587,0,0,u_normal_navi_33008018_thumbnail,,u_normal_navi_33008018,,1,1 +5588,0,0,u_rankup_navi_33008018_thumbnail,,u_rankup_navi_33008018,,1,1 +5589,0,0,b_normal_41002005_thumbnail,,b_normal_41002005,,0,1 +5590,0,0,b_rankup_41002005_thumbnail,b_rankup_41002005_signed_thumbnail,b_rankup_41002005,b_rankup_41002005_signed,0,1 +5591,0,0,b_normal_43007006_thumbnail,,b_normal_43007006,,0,1 +5592,0,0,b_rankup_43007006_thumbnail,b_rankup_43007006_signed_thumbnail,b_rankup_43007006,b_rankup_43007006_signed,0,1 +5593,0,0,b_normal_42009005_thumbnail,,b_normal_42009005,,0,1 +5594,0,0,b_rankup_42009005_thumbnail,b_rankup_42009005_signed_thumbnail,b_rankup_42009005,b_rankup_42009005_signed,0,1 +5595,0,0,u_normal_navi_31001032_thumbnail,,u_normal_navi_31001032,,1,1 +5596,0,0,u_rankup_navi_31001032_thumbnail,,u_rankup_navi_31001032,,1,1 +5597,0,0,b_normal_42005005_thumbnail,,b_normal_42005005,,0,1 +5598,0,0,b_rankup_42005005_thumbnail,b_rankup_42005005_signed_thumbnail,b_rankup_42005005,b_rankup_42005005_signed,0,1 +5599,0,0,u_normal_navi_32107007_thumbnail,,u_normal_navi_32107007,,1,1 +5600,0,0,u_rankup_navi_32107007_thumbnail,,u_rankup_navi_32107007,,1,1 +5601,0,0,u_normal_navi_31108006_thumbnail,,u_normal_navi_31108006,,1,1 +5602,0,0,u_rankup_navi_31108006_thumbnail,,u_rankup_navi_31108006,,1,1 +5603,0,0,b_normal_53105002_thumbnail,,b_normal_53105002,,0,1 +5604,0,0,b_rankup_53105002_thumbnail,,b_rankup_53105002,,0,1 +5605,0,0,b_normal_41104003_thumbnail,,b_normal_41104003,,0,1 +5606,0,0,b_rankup_41104003_thumbnail,b_rankup_41104003_signed_thumbnail,b_rankup_41104003,b_rankup_41104003_signed,0,1 +5607,0,0,u_normal_navi_32103008_thumbnail,,u_normal_navi_32103008,,1,1 +5608,0,0,u_rankup_navi_32103008_thumbnail,,u_rankup_navi_32103008,,1,1 +5609,0,0,u_normal_navi_32104006_thumbnail,,u_normal_navi_32104006,,1,1 +5610,0,0,u_rankup_navi_32104006_thumbnail,,u_rankup_navi_32104006,,1,1 +5611,0,0,u_normal_navi_32107006_thumbnail,,u_normal_navi_32107006,,1,1 +5612,0,0,u_rankup_navi_32107006_thumbnail,,u_rankup_navi_32107006,,1,1 +5613,0,0,b_normal_53203001_thumbnail,,b_normal_53203001,,0,1 +5614,0,0,b_rankup_53203001_thumbnail,,b_rankup_53203001,,0,1 +5615,0,0,b_normal_52018001_thumbnail,,b_normal_52018001,,0,1 +5616,0,0,b_rankup_52018001_thumbnail,,b_rankup_52018001,,0,1 +5617,0,0,u_normal_navi_33101006_thumbnail,,u_normal_navi_33101006,,1,1 +5618,0,0,u_rankup_navi_33101006_thumbnail,,u_rankup_navi_33101006,,1,1 +5619,0,0,u_normal_navi_31102006_thumbnail,,u_normal_navi_31102006,,1,1 +5620,0,0,u_rankup_navi_31102006_thumbnail,,u_rankup_navi_31102006,,1,1 +5621,0,0,b_normal_42101002_thumbnail,,b_normal_42101002,,0,1 +5622,0,0,b_rankup_42101002_thumbnail,b_rankup_42101002_signed_thumbnail,b_rankup_42101002,b_rankup_42101002_signed,0,1 +5623,0,0,b_normal_41102003_thumbnail,,b_normal_41102003,,0,1 +5624,0,0,b_rankup_41102003_thumbnail,b_rankup_41102003_signed_thumbnail,b_rankup_41102003,b_rankup_41102003_signed,0,1 +5625,0,0,b_normal_43105003_thumbnail,,b_normal_43105003,,0,1 +5626,0,0,b_rankup_43105003_thumbnail,b_rankup_43105003_signed_thumbnail,b_rankup_43105003,b_rankup_43105003_signed,0,1 +5627,0,0,u_normal_navi_33006030_thumbnail,,u_normal_navi_33006030,,1,1 +5628,0,0,u_rankup_navi_33006030_thumbnail,,u_rankup_navi_33006030,,1,1 +5629,0,0,b_normal_51009002_thumbnail,,b_normal_51009002,,0,1 +5630,0,0,b_rankup_51009002_thumbnail,,b_rankup_51009002,,0,1 +5631,0,0,u_normal_navi_33101007_thumbnail,,u_normal_navi_33101007,,1,1 +5632,0,0,u_rankup_navi_33101007_thumbnail,,u_rankup_navi_33101007,,1,1 +5633,0,0,u_normal_navi_32108007_thumbnail,,u_normal_navi_32108007,,1,1 +5634,0,0,u_rankup_navi_32108007_thumbnail,,u_rankup_navi_32108007,,1,1 +5635,0,0,u_normal_navi_31109008_thumbnail,,u_normal_navi_31109008,,1,1 +5636,0,0,u_rankup_navi_31109008_thumbnail,,u_rankup_navi_31109008,,1,1 +5637,0,0,b_normal_52107002_thumbnail,,b_normal_52107002,,0,1 +5638,0,0,b_rankup_52107002_thumbnail,,b_rankup_52107002,,0,1 +5639,0,0,b_normal_41105002_thumbnail,,b_normal_41105002,,0,1 +5640,0,0,b_rankup_41105002_thumbnail,b_rankup_41105002_signed_thumbnail,b_rankup_41105002,b_rankup_41105002_signed,0,1 +5641,0,0,u_normal_navi_33102008_thumbnail,,u_normal_navi_33102008,,1,1 +5642,0,0,u_rankup_navi_33102008_thumbnail,,u_rankup_navi_33102008,,1,1 +5643,0,0,u_normal_navi_33106007_thumbnail,,u_normal_navi_33106007,,1,1 +5644,0,0,u_rankup_navi_33106007_thumbnail,,u_rankup_navi_33106007,,1,1 +5645,0,0,u_normal_navi_33108007_thumbnail,,u_normal_navi_33108007,,1,1 +5646,0,0,u_rankup_navi_33108007_thumbnail,,u_rankup_navi_33108007,,1,1 +5647,0,0,b_rankup_51009003_thumbnail,,b_rankup_51009003,,0,1 +5648,0,0,u_normal_navi_32001016_thumbnail,,u_normal_navi_32001016,,1,1 +5649,0,0,u_rankup_navi_32001016_thumbnail,,u_rankup_navi_32001016,,1,1 +5650,0,0,u_normal_navi_31004017_thumbnail,,u_normal_navi_31004017,,1,1 +5651,0,0,u_rankup_navi_31004017_thumbnail,,u_rankup_navi_31004017,,1,1 +5652,0,0,b_normal_52042001_thumbnail,,b_normal_52042001,,0,1 +5653,0,0,b_rankup_52042001_thumbnail,,b_rankup_52042001,,0,1 +5654,0,0,b_normal_51047001_thumbnail,,b_normal_51047001,,0,1 +5655,0,0,b_rankup_51047001_thumbnail,,b_rankup_51047001,,0,1 +5656,0,0,b_rankup_42007009_thumbnail,b_rankup_42007009_signed_thumbnail,b_rankup_42007009,b_rankup_42007009_signed,0,1 +5657,0,0,u_normal_navi_32004020_thumbnail,,u_normal_navi_32004020,,1,1 +5658,0,0,u_rankup_navi_32004020_thumbnail,,u_rankup_navi_32004020,,1,1 +5659,0,0,u_normal_navi_33008019_thumbnail,,u_normal_navi_33008019,,1,1 +5660,0,0,u_rankup_navi_33008019_thumbnail,,u_rankup_navi_33008019,,1,1 +5661,0,0,b_normal_42002004_thumbnail,,b_normal_42002004,,0,1 +5662,0,0,b_rankup_42002004_thumbnail,b_rankup_42002004_signed_thumbnail,b_rankup_42002004,b_rankup_42002004_signed,0,1 +5663,0,0,u_normal_navi_31104007_thumbnail,,u_normal_navi_31104007,,1,1 +5664,0,0,u_rankup_navi_31104007_thumbnail,,u_rankup_navi_31104007,,1,1 +5665,0,0,u_normal_navi_32106006_thumbnail,,u_normal_navi_32106006,,1,1 +5666,0,0,u_rankup_navi_32106006_thumbnail,,u_rankup_navi_32106006,,1,1 +5667,0,0,b_normal_53102004_thumbnail,,b_normal_53102004,,0,1 +5668,0,0,b_rankup_53102004_thumbnail,,b_rankup_53102004,,0,1 +5669,0,0,b_normal_43103003_thumbnail,,b_normal_43103003,,0,1 +5670,0,0,b_rankup_43103003_thumbnail,b_rankup_43103003_signed_thumbnail,b_rankup_43103003,b_rankup_43103003_signed,0,1 +5671,0,0,u_normal_navi_33103006_thumbnail,,u_normal_navi_33103006,,1,1 +5672,0,0,u_rankup_navi_33103006_thumbnail,,u_rankup_navi_33103006,,1,1 +5673,0,0,u_normal_navi_32109008_thumbnail,,u_normal_navi_32109008,,1,1 +5674,0,0,u_rankup_navi_32109008_thumbnail,,u_rankup_navi_32109008,,1,1 +5675,0,0,b_normal_53031001_thumbnail,,b_normal_53031001,,0,1 +5676,0,0,b_rankup_53031001_thumbnail,,b_rankup_53031001,,0,1 +5677,0,0,b_normal_53062001_thumbnail,,b_normal_53062001,,0,1 +5678,0,0,b_rankup_53062001_thumbnail,,b_rankup_53062001,,0,1 +5679,0,0,b_rankup_52101003_thumbnail,,b_rankup_52101003,,0,1 +5680,0,0,b_rankup_51102003_thumbnail,,b_rankup_51102003,,0,1 +5681,0,0,b_rankup_53103003_thumbnail,,b_rankup_53103003,,0,1 +5682,0,0,b_rankup_51104003_thumbnail,,b_rankup_51104003,,0,1 +5683,0,0,b_rankup_53105003_thumbnail,,b_rankup_53105003,,0,1 +5684,0,0,b_rankup_51106003_thumbnail,,b_rankup_51106003,,0,1 +5685,0,0,b_rankup_52107003_thumbnail,,b_rankup_52107003,,0,1 +5686,0,0,b_rankup_52108003_thumbnail,,b_rankup_52108003,,0,1 +5687,0,0,b_rankup_53109003_thumbnail,,b_rankup_53109003,,0,1 +5688,0,0,u_normal_navi_33009019_thumbnail,,u_normal_navi_33009019,,1,1 +5689,0,0,u_rankup_navi_33009019_thumbnail,,u_rankup_navi_33009019,,1,1 +5690,0,0,b_normal_51005002_thumbnail,,b_normal_51005002,,0,1 +5691,0,0,b_rankup_51005002_thumbnail,,b_rankup_51005002,,0,1 +5692,0,0,u_normal_navi_32102007_thumbnail,,u_normal_navi_32102007,,1,1 +5693,0,0,u_rankup_navi_32102007_thumbnail,,u_rankup_navi_32102007,,1,1 +5694,0,0,u_normal_navi_31103007_thumbnail,,u_normal_navi_31103007,,1,1 +5695,0,0,u_rankup_navi_31103007_thumbnail,,u_rankup_navi_31103007,,1,1 +5696,0,0,u_normal_navi_31106007_thumbnail,,u_normal_navi_31106007,,1,1 +5697,0,0,u_rankup_navi_31106007_thumbnail,,u_rankup_navi_31106007,,1,1 +5698,0,0,b_normal_53104004_thumbnail,,b_normal_53104004,,0,1 +5699,0,0,b_rankup_53104004_thumbnail,,b_rankup_53104004,,0,1 +5700,0,0,b_normal_42107003_thumbnail,,b_normal_42107003,,0,1 +5701,0,0,b_rankup_42107003_thumbnail,b_rankup_42107003_signed_thumbnail,b_rankup_42107003,b_rankup_42107003_signed,0,1 +5702,0,0,b_rankup_53207001_thumbnail,,b_rankup_53207001,,0,1 +5703,0,0,u_normal_navi_31002016_thumbnail,,u_normal_navi_31002016,,1,1 +5704,0,0,u_rankup_navi_31002016_thumbnail,,u_rankup_navi_31002016,,1,1 +5705,0,0,u_normal_navi_33005019_thumbnail,,u_normal_navi_33005019,,1,1 +5706,0,0,u_rankup_navi_33005019_thumbnail,,u_rankup_navi_33005019,,1,1 +5707,0,0,b_normal_53022001_thumbnail,,b_normal_53022001,,0,1 +5708,0,0,b_rankup_53022001_thumbnail,,b_rankup_53022001,,0,1 +5709,0,0,b_normal_52036001_thumbnail,,b_normal_52036001,,0,1 +5710,0,0,b_rankup_52036001_thumbnail,,b_rankup_52036001,,0,1 +5711,0,0,u_normal_navi_31006017_thumbnail,,u_normal_navi_31006017,,1,1 +5712,0,0,u_rankup_navi_31006017_thumbnail,,u_rankup_navi_31006017,,1,1 +5713,0,0,b_normal_43001004_thumbnail,,b_normal_43001004,,0,1 +5714,0,0,b_rankup_43001004_thumbnail,b_rankup_43001004_signed_thumbnail,b_rankup_43001004,b_rankup_43001004_signed,0,1 +5715,0,0,u_normal_navi_33105008_thumbnail,,u_normal_navi_33105008,,1,1 +5716,0,0,u_rankup_navi_33105008_thumbnail,,u_rankup_navi_33105008,,1,1 +5717,0,0,u_normal_navi_33109006_thumbnail,,u_normal_navi_33109006,,1,1 +5718,0,0,u_rankup_navi_33109006_thumbnail,,u_rankup_navi_33109006,,1,1 +5719,0,0,b_normal_51108004_thumbnail,,b_normal_51108004,,0,1 +5720,0,0,b_rankup_51108004_thumbnail,,b_rankup_51108004,,0,1 +5721,0,0,b_normal_42101003_thumbnail,,b_normal_42101003,,0,1 +5722,0,0,b_rankup_42101003_thumbnail,b_rankup_42101003_signed_thumbnail,b_rankup_42101003,b_rankup_42101003_signed,0,1 +5723,0,0,b_rankup_41102004_thumbnail,,b_rankup_41102004,,0,1 +5724,0,0,u_normal_navi_32106007_thumbnail,,u_normal_navi_32106007,,1,1 +5725,0,0,u_rankup_navi_32106007_thumbnail,,u_rankup_navi_32106007,,1,1 +5726,0,0,u_normal_navi_31107007_thumbnail,,u_normal_navi_31107007,,1,1 +5727,0,0,u_rankup_navi_31107007_thumbnail,,u_rankup_navi_31107007,,1,1 +5728,0,0,b_normal_53049001_thumbnail,,b_normal_53049001,,0,1 +5729,0,0,b_rankup_53049001_thumbnail,,b_rankup_53049001,,0,1 +5730,0,0,b_normal_52060001_thumbnail,,b_normal_52060001,,0,1 +5731,0,0,b_rankup_52060001_thumbnail,,b_rankup_52060001,,0,1 +5732,0,0,b_rankup_41009012_thumbnail,b_rankup_41009012_signed_thumbnail,b_rankup_41009012,b_rankup_41009012_signed,0,1 +5733,0,0,u_normal_navi_31007015_thumbnail,,u_normal_navi_31007015,,1,1 +5734,0,0,u_rankup_navi_31007015_thumbnail,,u_rankup_navi_31007015,,1,1 +5735,0,0,b_normal_52003002_thumbnail,,b_normal_52003002,,0,1 +5736,0,0,b_rankup_52003002_thumbnail,,b_rankup_52003002,,0,1 +5737,0,0,u_normal_navi_32103009_thumbnail,,u_normal_navi_32103009,,1,1 +5738,0,0,u_rankup_navi_32103009_thumbnail,,u_rankup_navi_32103009,,1,1 +5739,0,0,u_normal_navi_33106009_thumbnail,,u_normal_navi_33106009,,1,1 +5740,0,0,u_rankup_navi_33106009_thumbnail,,u_rankup_navi_33106009,,1,1 +5741,0,0,b_normal_51101004_thumbnail,,b_normal_51101004,,0,1 +5742,0,0,b_rankup_51101004_thumbnail,,b_rankup_51101004,,0,1 +5743,0,0,b_normal_43109003_thumbnail,,b_normal_43109003,,0,1 +5744,0,0,b_rankup_43109003_thumbnail,b_rankup_43109003_signed_thumbnail,b_rankup_43109003,b_rankup_43109003_signed,0,1 +5745,0,0,b_rankup_41101005_thumbnail,,b_rankup_41101005,,0,1 +5746,0,0,b_rankup_41001015_thumbnail,b_rankup_41001015_signed_thumbnail,b_rankup_41001015,b_rankup_41001015_signed,0,1 +5747,0,0,b_rankup_41001016_thumbnail,,b_rankup_41001016,,0,1 +5748,0,0,u_normal_navi_33003016_thumbnail,,u_normal_navi_33003016,,1,1 +5749,0,0,u_rankup_navi_33003016_thumbnail,,u_rankup_navi_33003016,,1,1 +5750,0,0,u_normal_navi_31007016_thumbnail,,u_normal_navi_31007016,,1,1 +5751,0,0,u_rankup_navi_31007016_thumbnail,,u_rankup_navi_31007016,,1,1 +5752,0,0,b_normal_53037001_thumbnail,,b_normal_53037001,,0,1 +5753,0,0,b_rankup_53037001_thumbnail,,b_rankup_53037001,,0,1 +5754,0,0,b_normal_51065001_thumbnail,,b_normal_51065001,,0,1 +5755,0,0,b_rankup_51065001_thumbnail,,b_rankup_51065001,,0,1 +5756,0,0,b_rankup_51101005_thumbnail,,b_rankup_51101005,,0,1 +5757,0,0,b_rankup_53102005_thumbnail,,b_rankup_53102005,,0,1 +5758,0,0,b_rankup_52103004_thumbnail,,b_rankup_52103004,,0,1 +5759,0,0,b_rankup_53104005_thumbnail,,b_rankup_53104005,,0,1 +5760,0,0,b_rankup_52105004_thumbnail,,b_rankup_52105004,,0,1 +5761,0,0,b_rankup_53106005_thumbnail,,b_rankup_53106005,,0,1 +5762,0,0,b_rankup_51107005_thumbnail,,b_rankup_51107005,,0,1 +5763,0,0,b_rankup_51108005_thumbnail,,b_rankup_51108005,,0,1 +5764,0,0,b_rankup_52109004_thumbnail,,b_rankup_52109004,,0,1 +5765,0,0,u_normal_navi_31005026_thumbnail,,u_normal_navi_31005026,,1,1 +5766,0,0,u_rankup_navi_31005026_thumbnail,,u_rankup_navi_31005026,,1,1 +5767,0,0,u_normal_navi_32007031_thumbnail,,u_normal_navi_32007031,,1,1 +5768,0,0,u_rankup_navi_32007031_thumbnail,,u_rankup_navi_32007031,,1,1 +5769,0,0,b_normal_41006006_thumbnail,,b_normal_41006006,,0,1 +5770,0,0,b_rankup_41006006_thumbnail,b_rankup_41006006_signed_thumbnail,b_rankup_41006006,b_rankup_41006006_signed,0,1 +5771,0,0,u_normal_navi_31102007_thumbnail,,u_normal_navi_31102007,,1,1 +5772,0,0,u_rankup_navi_31102007_thumbnail,,u_rankup_navi_31102007,,1,1 +5773,0,0,u_normal_navi_32104007_thumbnail,,u_normal_navi_32104007,,1,1 +5774,0,0,u_rankup_navi_32104007_thumbnail,,u_rankup_navi_32104007,,1,1 +5775,0,0,u_normal_navi_32105007_thumbnail,,u_normal_navi_32105007,,1,1 +5776,0,0,u_rankup_navi_32105007_thumbnail,,u_rankup_navi_32105007,,1,1 +5777,0,0,b_normal_51107004_thumbnail,,b_normal_51107004,,0,1 +5778,0,0,b_rankup_51107004_thumbnail,,b_rankup_51107004,,0,1 +5779,0,0,b_normal_43108002_thumbnail,,b_normal_43108002,,0,1 +5780,0,0,b_rankup_43108002_thumbnail,b_rankup_43108002_signed_thumbnail,b_rankup_43108002,b_rankup_43108002_signed,0,1 +5781,0,0,u_normal_navi_31105008_thumbnail,,u_normal_navi_31105008,,1,1 +5782,0,0,u_rankup_navi_31105008_thumbnail,,u_rankup_navi_31105008,,1,1 +5783,0,0,u_normal_navi_32108008_thumbnail,,u_normal_navi_32108008,,1,1 +5784,0,0,u_rankup_navi_32108008_thumbnail,,u_rankup_navi_32108008,,1,1 +5785,0,0,b_normal_52012001_thumbnail,,b_normal_52012001,,0,1 +5786,0,0,b_rankup_52012001_thumbnail,,b_rankup_52012001,,0,1 +5787,0,0,b_normal_51023001_thumbnail,,b_normal_51023001,,0,1 +5788,0,0,b_rankup_51023001_thumbnail,,b_rankup_51023001,,0,1 +5789,0,0,u_normal_navi_32003028_thumbnail,,u_normal_navi_32003028,,1,1 +5790,0,0,u_rankup_navi_32003028_thumbnail,,u_rankup_navi_32003028,,1,1 +5791,0,0,b_normal_53002002_thumbnail,,b_normal_53002002,,0,1 +5792,0,0,b_rankup_53002002_thumbnail,,b_rankup_53002002,,0,1 +5793,0,0,u_normal_navi_32101008_thumbnail,,u_normal_navi_32101008,,1,1 +5794,0,0,u_rankup_navi_32101008_thumbnail,,u_rankup_navi_32101008,,1,1 +5795,0,0,u_normal_navi_31107008_thumbnail,,u_normal_navi_31107008,,1,1 +5796,0,0,u_rankup_navi_31107008_thumbnail,,u_rankup_navi_31107008,,1,1 +5797,0,0,u_normal_navi_33108008_thumbnail,,u_normal_navi_33108008,,1,1 +5798,0,0,u_rankup_navi_33108008_thumbnail,,u_rankup_navi_33108008,,1,1 +5799,0,0,b_normal_52109005_thumbnail,,b_normal_52109005,,0,1 +5800,0,0,b_rankup_52109005_thumbnail,,b_rankup_52109005,,0,1 +5801,0,0,b_normal_41106003_thumbnail,,b_normal_41106003,,0,1 +5802,0,0,b_rankup_41106003_thumbnail,b_rankup_41106003_signed_thumbnail,b_rankup_41106003,b_rankup_41106003_signed,0,1 +5803,0,0,b_rankup_53101004_thumbnail,,b_rankup_53101004,,0,1 +5804,0,0,b_rankup_52102004_thumbnail,,b_rankup_52102004,,0,1 +5805,0,0,b_rankup_51103004_thumbnail,,b_rankup_51103004,,0,1 +5806,0,0,b_rankup_52104004_thumbnail,,b_rankup_52104004,,0,1 +5807,0,0,b_rankup_51105004_thumbnail,,b_rankup_51105004,,0,1 +5808,0,0,b_rankup_52106004_thumbnail,,b_rankup_52106004,,0,1 +5809,0,0,b_rankup_53107004_thumbnail,,b_rankup_53107004,,0,1 +5810,0,0,b_rankup_53108004_thumbnail,,b_rankup_53108004,,0,1 +5811,0,0,b_rankup_51109004_thumbnail,,b_rankup_51109004,,0,1 +5812,0,0,b_rankup_41005009_thumbnail,,b_rankup_41005009,,0,1 +5813,0,0,u_normal_navi_31006018_thumbnail,,u_normal_navi_31006018,,1,1 +5814,0,0,u_rankup_navi_31006018_thumbnail,,u_rankup_navi_31006018,,1,1 +5815,0,0,u_normal_navi_33009020_thumbnail,,u_normal_navi_33009020,,1,1 +5816,0,0,u_rankup_navi_33009020_thumbnail,,u_rankup_navi_33009020,,1,1 +5817,0,0,b_normal_52048001_thumbnail,,b_normal_52048001,,0,1 +5818,0,0,b_rankup_52048001_thumbnail,,b_rankup_52048001,,0,1 +5819,0,0,b_normal_53056001_thumbnail,,b_normal_53056001,,0,1 +5820,0,0,b_rankup_53056001_thumbnail,,b_rankup_53056001,,0,1 +5821,0,0,b_rankup_41107005_thumbnail,,b_rankup_41107005,,0,1 +5822,0,0,u_normal_navi_31004018_thumbnail,,u_normal_navi_31004018,,1,1 +5823,0,0,u_rankup_navi_31004018_thumbnail,,u_rankup_navi_31004018,,1,1 +5824,0,0,b_normal_43009004_thumbnail,,b_normal_43009004,,0,1 +5825,0,0,b_rankup_43009004_thumbnail,b_rankup_43009004_signed_thumbnail,b_rankup_43009004,b_rankup_43009004_signed,0,1 +5826,0,0,b_rankup_42003012_thumbnail,b_rankup_42003012_signed_thumbnail,b_rankup_42003012,b_rankup_42003012_signed,0,1 +5827,0,0,b_rankup_42003013_thumbnail,,b_rankup_42003013,,0,1 +5828,0,0,u_normal_navi_31104008_thumbnail,,u_normal_navi_31104008,,1,1 +5829,0,0,u_rankup_navi_31104008_thumbnail,,u_rankup_navi_31104008,,1,1 +5830,0,0,u_normal_navi_33105009_thumbnail,,u_normal_navi_33105009,,1,1 +5831,0,0,u_rankup_navi_33105009_thumbnail,,u_rankup_navi_33105009,,1,1 +5832,0,0,b_normal_52103005_thumbnail,,b_normal_52103005,,0,1 +5833,0,0,b_rankup_52103005_thumbnail,,b_rankup_52103005,,0,1 +5834,0,0,b_normal_43102005_thumbnail,,b_normal_43102005,,0,1 +5835,0,0,b_rankup_43102005_thumbnail,b_rankup_43102005_signed_thumbnail,b_rankup_43102005,b_rankup_43102005_signed,0,1 +5836,0,0,b_rankup_43102006_thumbnail,,b_rankup_43102006,,0,1 +5837,0,0,u_normal_navi_31101009_thumbnail,,u_normal_navi_31101009,,1,1 +5838,0,0,u_rankup_navi_31101009_thumbnail,,u_rankup_navi_31101009,,1,1 +5839,0,0,u_normal_navi_33109007_thumbnail,,u_normal_navi_33109007,,1,1 +5840,0,0,u_rankup_navi_33109007_thumbnail,,u_rankup_navi_33109007,,1,1 +5841,0,0,b_normal_52030001_thumbnail,,b_normal_52030001,,0,1 +5842,0,0,b_rankup_52030001_thumbnail,,b_rankup_52030001,,0,1 +5843,0,0,b_normal_52045001_thumbnail,,b_normal_52045001,,0,1 +5844,0,0,b_rankup_52045001_thumbnail,,b_rankup_52045001,,0,1 +5845,0,0,b_rankup_42109005_thumbnail,,b_rankup_42109005,,0,1 +5846,0,0,u_normal_navi_33001016_thumbnail,,u_normal_navi_33001016,,1,1 +5847,0,0,u_rankup_navi_33001016_thumbnail,,u_rankup_navi_33001016,,1,1 +5848,0,0,b_normal_52008002_thumbnail,,b_normal_52008002,,0,1 +5849,0,0,b_rankup_52008002_thumbnail,,b_rankup_52008002,,0,1 +5850,0,0,u_normal_navi_33102009_thumbnail,,u_normal_navi_33102009,,1,1 +5851,0,0,u_rankup_navi_33102009_thumbnail,,u_rankup_navi_33102009,,1,1 +5852,0,0,u_normal_navi_32103010_thumbnail,,u_normal_navi_32103010,,1,1 +5853,0,0,u_rankup_navi_32103010_thumbnail,,u_rankup_navi_32103010,,1,1 +5854,0,0,u_normal_navi_31108008_thumbnail,,u_normal_navi_31108008,,1,1 +5855,0,0,u_rankup_navi_31108008_thumbnail,,u_rankup_navi_31108008,,1,1 +5856,0,0,b_normal_53106006_thumbnail,,b_normal_53106006,,0,1 +5857,0,0,b_rankup_53106006_thumbnail,,b_rankup_53106006,,0,1 +5858,0,0,b_normal_41107006_thumbnail,,b_normal_41107006,,0,1 +5859,0,0,b_rankup_41107006_thumbnail,b_rankup_41107006_signed_thumbnail,b_rankup_41107006,b_rankup_41107006_signed,0,1 +5860,0,0,b_rankup_51101006_thumbnail,,b_rankup_51101006,,0,1 +5861,0,0,u_normal_navi_31005027_thumbnail,,u_normal_navi_31005027,,1,1 +5862,0,0,u_rankup_navi_31005027_thumbnail,,u_rankup_navi_31005027,,1,1 +5863,0,0,u_normal_navi_32008025_thumbnail,,u_normal_navi_32008025,,1,1 +5864,0,0,u_rankup_navi_32008025_thumbnail,,u_rankup_navi_32008025,,1,1 +5865,0,0,b_normal_52015001_thumbnail,,b_normal_52015001,,0,1 +5866,0,0,b_rankup_52015001_thumbnail,,b_rankup_52015001,,0,1 +5867,0,0,b_normal_52021001_thumbnail,,b_normal_52021001,,0,1 +5868,0,0,b_rankup_52021001_thumbnail,,b_rankup_52021001,,0,1 +5869,0,0,b_rankup_51001003_thumbnail,,b_rankup_51001003,,0,1 +5870,0,0,b_rankup_53002003_thumbnail,,b_rankup_53002003,,0,1 +5871,0,0,b_rankup_52003003_thumbnail,,b_rankup_52003003,,0,1 +5872,0,0,b_rankup_53004003_thumbnail,,b_rankup_53004003,,0,1 +5873,0,0,b_rankup_51005003_thumbnail,,b_rankup_51005003,,0,1 +5874,0,0,b_rankup_53006003_thumbnail,,b_rankup_53006003,,0,1 +5875,0,0,b_rankup_52007002_thumbnail,,b_rankup_52007002,,0,1 +5876,0,0,b_rankup_52008003_thumbnail,,b_rankup_52008003,,0,1 +5877,0,0,b_rankup_51009004_thumbnail,,b_rankup_51009004,,0,1 +5878,0,0,b_rankup_51105005_thumbnail,,b_rankup_51105005,,0,1 +5879,0,0,u_normal_navi_33002029_thumbnail,,u_normal_navi_33002029,,1,1 +5880,0,0,u_rankup_navi_33002029_thumbnail,,u_rankup_navi_33002029,,1,1 +5881,0,0,u_normal_navi_32006019_thumbnail,,u_normal_navi_32006019,,1,1 +5882,0,0,u_rankup_navi_32006019_thumbnail,,u_rankup_navi_32006019,,1,1 +5883,0,0,b_normal_42004004_thumbnail,,b_normal_42004004,,0,1 +5884,0,0,b_rankup_42004004_thumbnail,b_rankup_42004004_signed_thumbnail,b_rankup_42004004,b_rankup_42004004_signed,0,1 +5885,0,0,b_rankup_51109005_thumbnail,,b_rankup_51109005,,0,1 +5886,0,0,u_normal_navi_33101008_thumbnail,,u_normal_navi_33101008,,1,1 +5887,0,0,u_rankup_navi_33101008_thumbnail,,u_rankup_navi_33101008,,1,1 +5888,0,0,u_normal_navi_32109009_thumbnail,,u_normal_navi_32109009,,1,1 +5889,0,0,u_rankup_navi_32109009_thumbnail,,u_rankup_navi_32109009,,1,1 +5890,0,0,b_normal_52105005_thumbnail,,b_normal_52105005,,0,1 +5891,0,0,b_rankup_52105005_thumbnail,,b_rankup_52105005,,0,1 +5892,0,0,b_normal_41104004_thumbnail,,b_normal_41104004,,0,1 +5893,0,0,b_rankup_41104004_thumbnail,b_rankup_41104004_signed_thumbnail,b_rankup_41104004,b_rankup_41104004_signed,0,1 +5894,0,0,b_normal_31084001_thumbnail,,b_normal_31084001,,0,1 +5895,0,0,b_rankup_31084001_thumbnail,,b_rankup_31084001,,0,1 +5896,0,0,b_normal_32124001_thumbnail,,b_normal_32124001,,0,1 +5897,0,0,b_rankup_32124001_thumbnail,,b_rankup_32124001,,0,1 +5898,0,0,b_rankup_43002012_thumbnail,b_rankup_43002012_signed_thumbnail,b_rankup_43002012,b_rankup_43002012_signed,0,1 +5899,0,0,u_normal_navi_31104009_thumbnail,,u_normal_navi_31104009,,1,1 +5900,0,0,u_rankup_navi_31104009_thumbnail,,u_rankup_navi_31104009,,1,1 +5901,0,0,u_normal_navi_33108009_thumbnail,,u_normal_navi_33108009,,1,1 +5902,0,0,u_rankup_navi_33108009_thumbnail,,u_rankup_navi_33108009,,1,1 +5903,0,0,b_normal_53019001_thumbnail,,b_normal_53019001,,0,1 +5904,0,0,b_rankup_53019001_thumbnail,,b_rankup_53019001,,0,1 +5905,0,0,b_normal_51052001_thumbnail,,b_normal_51052001,,0,1 +5906,0,0,b_rankup_51052001_thumbnail,,b_rankup_51052001,,0,1 +5907,0,0,b_rankup_43002013_thumbnail,,b_rankup_43002013,,0,1 +5908,0,0,u_normal_navi_31008020_thumbnail,,u_normal_navi_31008020,,1,1 +5909,0,0,u_rankup_navi_31008020_thumbnail,,u_rankup_navi_31008020,,1,1 +5910,0,0,b_normal_52007003_thumbnail,,b_normal_52007003,,0,1 +5911,0,0,b_rankup_52007003_thumbnail,,b_rankup_52007003,,0,1 +5912,0,0,b_rankup_41005010_thumbnail,b_rankup_41005010_signed_thumbnail,b_rankup_41005010,b_rankup_41005010_signed,0,1 +5913,0,0,u_normal_navi_31103008_thumbnail,,u_normal_navi_31103008,,1,1 +5914,0,0,u_rankup_navi_31103008_thumbnail,,u_rankup_navi_31103008,,1,1 +5915,0,0,u_normal_navi_33107008_thumbnail,,u_normal_navi_33107008,,1,1 +5916,0,0,u_rankup_navi_33107008_thumbnail,,u_rankup_navi_33107008,,1,1 +5917,0,0,u_normal_navi_32108009_thumbnail,,u_normal_navi_32108009,,1,1 +5918,0,0,u_rankup_navi_32108009_thumbnail,,u_rankup_navi_32108009,,1,1 +5919,0,0,b_normal_53101005_thumbnail,,b_normal_53101005,,0,1 +5920,0,0,b_rankup_53101005_thumbnail,,b_rankup_53101005,,0,1 +5921,0,0,b_normal_42105006_thumbnail,,b_normal_42105006,,0,1 +5922,0,0,b_rankup_42105006_thumbnail,b_rankup_42105006_signed_thumbnail,b_rankup_42105006,b_rankup_42105006_signed,0,1 +5923,0,0,b_rankup_41005011_thumbnail,,b_rankup_41005011,,0,1 +5924,0,0,u_normal_navi_32002019_thumbnail,,u_normal_navi_32002019,,1,1 +5925,0,0,u_rankup_navi_32002019_thumbnail,,u_rankup_navi_32002019,,1,1 +5926,0,0,u_normal_navi_33007018_thumbnail,,u_normal_navi_33007018,,1,1 +5927,0,0,u_rankup_navi_33007018_thumbnail,,u_rankup_navi_33007018,,1,1 +5928,0,0,b_normal_53051001_thumbnail,,b_normal_53051001,,0,1 +5929,0,0,b_rankup_53051001_thumbnail,,b_rankup_53051001,,0,1 +5930,0,0,b_normal_52054001_thumbnail,,b_normal_52054001,,0,1 +5931,0,0,b_rankup_52054001_thumbnail,,b_rankup_52054001,,0,1 +5932,0,0,u_normal_navi_33005020_thumbnail,,u_normal_navi_33005020,,1,1 +5933,0,0,u_rankup_navi_33005020_thumbnail,,u_rankup_navi_33005020,,1,1 +5934,0,0,b_normal_41001017_thumbnail,,b_normal_41001017,,0,1 +5935,0,0,b_rankup_41001017_thumbnail,b_rankup_41001017_signed_thumbnail,b_rankup_41001017,b_rankup_41001017_signed,0,1 +5936,0,0,u_normal_navi_31102009_thumbnail,,u_normal_navi_31102009,,1,1 +5937,0,0,u_rankup_navi_31102009_thumbnail,,u_rankup_navi_31102009,,1,1 +5938,0,0,u_normal_navi_31106009_thumbnail,,u_normal_navi_31106009,,1,1 +5939,0,0,u_rankup_navi_31106009_thumbnail,,u_rankup_navi_31106009,,1,1 +5940,0,0,b_normal_52104005_thumbnail,,b_normal_52104005,,0,1 +5941,0,0,b_rankup_52104005_thumbnail,,b_rankup_52104005,,0,1 +5942,0,0,b_normal_43109004_thumbnail,,b_normal_43109004,,0,1 +5943,0,0,b_rankup_43109004_thumbnail,b_rankup_43109004_signed_thumbnail,b_rankup_43109004,b_rankup_43109004_signed,0,1 +5944,0,0,u_normal_navi_32102008_thumbnail,,u_normal_navi_32102008,,1,1 +5945,0,0,u_rankup_navi_32102008_thumbnail,,u_rankup_navi_32102008,,1,1 +5946,0,0,u_normal_navi_33106010_thumbnail,,u_normal_navi_33106010,,1,1 +5947,0,0,u_rankup_navi_33106010_thumbnail,,u_rankup_navi_33106010,,1,1 +5948,0,0,b_normal_51029001_thumbnail,,b_normal_51029001,,0,1 +5949,0,0,b_rankup_51029001_thumbnail,,b_rankup_51029001,,0,1 +5950,0,0,b_normal_53034001_thumbnail,,b_normal_53034001,,0,1 +5951,0,0,b_rankup_53034001_thumbnail,,b_rankup_53034001,,0,1 +5952,0,0,u_rankup_navi_32201002_thumbnail,,u_rankup_navi_32201002,,1,1 +5953,0,0,u_rankup_navi_32202002_thumbnail,,u_rankup_navi_32202002,,1,1 +5954,0,0,u_rankup_navi_33203002_thumbnail,,u_rankup_navi_33203002,,1,1 +5955,0,0,u_rankup_navi_33204002_thumbnail,,u_rankup_navi_33204002,,1,1 +5956,0,0,u_rankup_navi_31205002_thumbnail,,u_rankup_navi_31205002,,1,1 +5957,0,0,u_rankup_navi_31206002_thumbnail,,u_rankup_navi_31206002,,1,1 +5958,0,0,u_rankup_navi_33207002_thumbnail,,u_rankup_navi_33207002,,1,1 +5959,0,0,u_rankup_navi_32208002_thumbnail,,u_rankup_navi_32208002,,1,1 +5961,0,0,u_rankup_navi_31209002_thumbnail,,u_rankup_navi_31209002,,1,1 +5962,0,0,u_normal_navi_31003019_thumbnail,,u_normal_navi_31003019,,1,1 +5963,0,0,u_rankup_navi_31003019_thumbnail,,u_rankup_navi_31003019,,1,1 +5964,0,0,b_normal_53009002_thumbnail,,b_normal_53009002,,0,1 +5965,0,0,b_rankup_53009002_thumbnail,,b_rankup_53009002,,0,1 +5966,0,0,u_normal_navi_33104008_thumbnail,,u_normal_navi_33104008,,1,1 +5967,0,0,u_rankup_navi_33104008_thumbnail,,u_rankup_navi_33104008,,1,1 +5968,0,0,u_normal_navi_32105008_thumbnail,,u_normal_navi_32105008,,1,1 +5969,0,0,u_rankup_navi_32105008_thumbnail,,u_rankup_navi_32105008,,1,1 +5970,0,0,u_normal_navi_33106011_thumbnail,,u_normal_navi_33106011,,1,1 +5971,0,0,u_rankup_navi_33106011_thumbnail,,u_rankup_navi_33106011,,1,1 +5972,0,0,b_normal_51103005_thumbnail,,b_normal_51103005,,0,1 +5973,0,0,b_rankup_51103005_thumbnail,,b_rankup_51103005,,0,1 +5974,0,0,b_normal_41101006_thumbnail,,b_normal_41101006,,0,1 +5975,0,0,b_rankup_41101006_thumbnail,b_rankup_41101006_signed_thumbnail,b_rankup_41101006,b_rankup_41101006_signed,0,1 +5976,0,0,u_normal_navi_31001033_thumbnail,,u_normal_navi_31001033,,1,1 +5977,0,0,u_rankup_navi_31001033_thumbnail,,u_rankup_navi_31001033,,1,1 +5978,0,0,u_normal_navi_33004026_thumbnail,,u_normal_navi_33004026,,1,1 +5979,0,0,u_rankup_navi_33004026_thumbnail,,u_rankup_navi_33004026,,1,1 +5980,0,0,b_normal_53013001_thumbnail,,b_normal_53013001,,0,1 +5981,0,0,b_rankup_53013001_thumbnail,,b_rankup_53013001,,0,1 +5982,0,0,b_normal_53066001_thumbnail,,b_normal_53066001,,0,1 +5983,0,0,b_rankup_53066001_thumbnail,,b_rankup_53066001,,0,1 +5984,0,0,u_rankup_navi_31101010_thumbnail,,u_rankup_navi_31101010,,1,1 +5985,0,0,u_rankup_navi_33102010_thumbnail,,u_rankup_navi_33102010,,1,1 +5986,0,0,u_rankup_navi_32103011_thumbnail,,u_rankup_navi_32103011,,1,1 +5987,0,0,u_rankup_navi_33104009_thumbnail,,u_rankup_navi_33104009,,1,1 +5988,0,0,u_rankup_navi_32105009_thumbnail,,u_rankup_navi_32105009,,1,1 +5989,0,0,u_rankup_navi_33106012_thumbnail,,u_rankup_navi_33106012,,1,1 +5990,0,0,u_rankup_navi_31107009_thumbnail,,u_rankup_navi_31107009,,1,1 +5991,0,0,u_rankup_navi_31108009_thumbnail,,u_rankup_navi_31108009,,1,1 +5992,0,0,u_rankup_navi_32109010_thumbnail,,u_rankup_navi_32109010,,1,1 +5993,0,0,b_rankup_42106003_thumbnail,b_rankup_42106003_signed_thumbnail,b_rankup_42106003,b_rankup_42106003_signed,0,1 +5994,0,0,b_rankup_43107003_thumbnail,b_rankup_43107003_signed_thumbnail,b_rankup_43107003,b_rankup_43107003_signed,0,1 +5995,0,0,b_rankup_41109003_thumbnail,b_rankup_41109003_signed_thumbnail,b_rankup_41109003,b_rankup_41109003_signed,0,1 +5996,0,0,u_normal_navi_31004019_thumbnail,,u_normal_navi_31004019,,1,1 +5997,0,0,u_rankup_navi_31004019_thumbnail,,u_rankup_navi_31004019,,1,1 +5998,0,0,u_normal_navi_33007019_thumbnail,,u_normal_navi_33007019,,1,1 +5999,0,0,u_rankup_navi_33007019_thumbnail,,u_rankup_navi_33007019,,1,1 +6000,0,0,b_normal_42003014_thumbnail,,b_normal_42003014,,0,1 +6001,0,0,b_rankup_42003014_thumbnail,b_rankup_42003014_signed_thumbnail,b_rankup_42003014,b_rankup_42003014_signed,0,1 +6002,0,0,u_normal_navi_32107008_thumbnail,,u_normal_navi_32107008,,1,1 +6003,0,0,u_rankup_navi_32107008_thumbnail,,u_rankup_navi_32107008,,1,1 +6004,0,0,u_normal_navi_31109009_thumbnail,,u_normal_navi_31109009,,1,1 +6005,0,0,u_rankup_navi_31109009_thumbnail,,u_rankup_navi_31109009,,1,1 +6006,0,0,b_normal_52102005_thumbnail,,b_normal_52102005,,0,1 +6007,0,0,b_rankup_52102005_thumbnail,,b_rankup_52102005,,0,1 +6008,0,0,b_normal_43108003_thumbnail,,b_normal_43108003,,0,1 +6009,0,0,b_rankup_43108003_thumbnail,b_rankup_43108003_signed_thumbnail,b_rankup_43108003,b_rankup_43108003_signed,0,1 +6010,0,0,u_normal_navi_32103012_thumbnail,,u_normal_navi_32103012,,1,1 +6011,0,0,u_rankup_navi_32103012_thumbnail,,u_rankup_navi_32103012,,1,1 +6012,0,0,u_normal_navi_31105009_thumbnail,,u_normal_navi_31105009,,1,1 +6013,0,0,u_rankup_navi_31105009_thumbnail,,u_rankup_navi_31105009,,1,1 +6014,0,0,b_normal_51017001_thumbnail,,b_normal_51017001,,0,1 +6015,0,0,b_rankup_51017001_thumbnail,,b_rankup_51017001,,0,1 +6016,0,0,b_normal_51050001_thumbnail,,b_normal_51050001,,0,1 +6017,0,0,b_rankup_51050001_thumbnail,,b_rankup_51050001,,0,1 +6018,0,0,b_rankup_43101003_thumbnail,b_rankup_43101003_signed_thumbnail,b_rankup_43101003,b_rankup_43101003_signed,0,1 +6019,0,0,b_rankup_42102003_thumbnail,b_rankup_42102003_signed_thumbnail,b_rankup_42102003,b_rankup_42102003_signed,0,1 +6020,0,0,b_rankup_41105003_thumbnail,b_rankup_41105003_signed_thumbnail,b_rankup_41105003,b_rankup_41105003_signed,0,1 +6021,0,0,u_normal_navi_33001017_thumbnail,,u_normal_navi_33001017,,1,1 +6022,0,0,u_rankup_navi_33001017_thumbnail,,u_rankup_navi_33001017,,1,1 +6023,0,0,b_normal_52005002_thumbnail,,b_normal_52005002,,0,1 +6024,0,0,b_rankup_52005002_thumbnail,,b_rankup_52005002,,0,1 +6025,0,0,u_normal_navi_33102011_thumbnail,,u_normal_navi_33102011,,1,1 +6026,0,0,u_rankup_navi_33102011_thumbnail,,u_rankup_navi_33102011,,1,1 +6027,0,0,u_normal_navi_32104008_thumbnail,,u_normal_navi_32104008,,1,1 +6028,0,0,u_rankup_navi_32104008_thumbnail,,u_rankup_navi_32104008,,1,1 +6029,0,0,u_normal_navi_31109010_thumbnail,,u_normal_navi_31109010,,1,1 +6030,0,0,u_rankup_navi_31109010_thumbnail,,u_rankup_navi_31109010,,1,1 +6031,0,0,b_normal_51105006_thumbnail,,b_normal_51105006,,0,1 +6032,0,0,b_rankup_51105006_thumbnail,,b_rankup_51105006,,0,1 +6033,0,0,b_normal_42106004_thumbnail,,b_normal_42106004,,0,1 +6034,0,0,b_rankup_42106004_thumbnail,b_rankup_42106004_signed_thumbnail,b_rankup_42106004,b_rankup_42106004_signed,0,1 +6035,0,0,u_rankup_navi_31101011_thumbnail,,u_rankup_navi_31101011,,1,1 +6036,0,0,u_rankup_navi_33102012_thumbnail,,u_rankup_navi_33102012,,1,1 +6037,0,0,u_rankup_navi_32103013_thumbnail,,u_rankup_navi_32103013,,1,1 +6038,0,0,u_rankup_navi_33104010_thumbnail,,u_rankup_navi_33104010,,1,1 +6039,0,0,u_rankup_navi_32105010_thumbnail,,u_rankup_navi_32105010,,1,1 +6040,0,0,u_rankup_navi_33106013_thumbnail,,u_rankup_navi_33106013,,1,1 +6041,0,0,u_rankup_navi_31107010_thumbnail,,u_rankup_navi_31107010,,1,1 +6042,0,0,u_rankup_navi_31108010_thumbnail,,u_rankup_navi_31108010,,1,1 +6043,0,0,u_rankup_navi_32109011_thumbnail,,u_rankup_navi_32109011,,1,1 +6044,0,0,b_rankup_43104005_thumbnail,,b_rankup_43104005,,0,1 +6045,0,0,u_normal_navi_32003029_thumbnail,,u_normal_navi_32003029,,1,1 +6046,0,0,u_rankup_navi_32003029_thumbnail,,u_rankup_navi_32003029,,1,1 +6047,0,0,u_normal_navi_33009021_thumbnail,,u_normal_navi_33009021,,1,1 +6048,0,0,u_rankup_navi_33009021_thumbnail,,u_rankup_navi_33009021,,1,1 +6049,0,0,b_normal_53043001_thumbnail,,b_normal_53043001,,0,1 +6050,0,0,b_rankup_53043001_thumbnail,,b_rankup_53043001,,0,1 +6051,0,0,b_normal_51067001_thumbnail,,b_normal_51067001,,0,1 +6052,0,0,b_rankup_51067001_thumbnail,,b_rankup_51067001,,0,1 +6053,0,0,b_rankup_41103004_thumbnail,b_rankup_41103004_signed_thumbnail,b_rankup_41103004,b_rankup_41103004_signed,0,1 +6054,0,0,b_rankup_42104003_thumbnail,b_rankup_42104003_signed_thumbnail,b_rankup_42104003,b_rankup_42104003_signed,0,1 +6055,0,0,b_rankup_43108004_thumbnail,b_rankup_43108004_signed_thumbnail,b_rankup_43108004,b_rankup_43108004_signed,0,1 +6056,0,0,u_normal_navi_33101009_thumbnail,,u_normal_navi_33101009,,1,1 +6057,0,0,u_rankup_navi_33101009_thumbnail,,u_rankup_navi_33101009,,1,1 +6058,0,0,u_normal_navi_32102009_thumbnail,,u_normal_navi_32102009,,1,1 +6059,0,0,u_rankup_navi_32102009_thumbnail,,u_rankup_navi_32102009,,1,1 +6060,0,0,u_normal_navi_31103009_thumbnail,,u_normal_navi_31103009,,1,1 +6061,0,0,u_rankup_navi_31103009_thumbnail,,u_rankup_navi_31103009,,1,1 +6062,0,0,u_normal_navi_32104009_thumbnail,,u_normal_navi_32104009,,1,1 +6063,0,0,u_rankup_navi_32104009_thumbnail,,u_rankup_navi_32104009,,1,1 +6064,0,0,u_normal_navi_31105010_thumbnail,,u_normal_navi_31105010,,1,1 +6065,0,0,u_rankup_navi_31105010_thumbnail,,u_rankup_navi_31105010,,1,1 +6066,0,0,u_normal_navi_32106008_thumbnail,,u_normal_navi_32106008,,1,1 +6067,0,0,u_rankup_navi_32106008_thumbnail,,u_rankup_navi_32106008,,1,1 +6068,0,0,u_normal_navi_33107010_thumbnail,,u_normal_navi_33107010,,1,1 +6069,0,0,u_rankup_navi_33107010_thumbnail,,u_rankup_navi_33107010,,1,1 +6070,0,0,u_normal_navi_33108010_thumbnail,,u_normal_navi_33108010,,1,1 +6071,0,0,u_rankup_navi_33108010_thumbnail,,u_rankup_navi_33108010,,1,1 +6072,0,0,u_normal_navi_31109011_thumbnail,,u_normal_navi_31109011,,1,1 +6073,0,0,u_rankup_navi_31109011_thumbnail,,u_rankup_navi_31109011,,1,1 +6074,0,0,u_normal_navi_31009028_thumbnail,,u_normal_navi_31009028,,1,1 +6075,0,0,u_rankup_navi_31009028_thumbnail,,u_rankup_navi_31009028,,1,1 +6076,0,0,b_normal_43002014_thumbnail,,b_normal_43002014,,0,1 +6077,0,0,b_rankup_43002014_thumbnail,b_rankup_43002014_signed_thumbnail,b_rankup_43002014,b_rankup_43002014_signed,0,1 +6078,0,0,u_normal_navi_32101009_thumbnail,,u_normal_navi_32101009,,1,1 +6079,0,0,u_rankup_navi_32101009_thumbnail,,u_rankup_navi_32101009,,1,1 +6080,0,0,u_normal_navi_33107009_thumbnail,,u_normal_navi_33107009,,1,1 +6081,0,0,u_rankup_navi_33107009_thumbnail,,u_rankup_navi_33107009,,1,1 +6082,0,0,b_normal_53108005_thumbnail,,b_normal_53108005,,0,1 +6083,0,0,b_rankup_53108005_thumbnail,,b_rankup_53108005,,0,1 +6084,0,0,b_normal_41103003_thumbnail,,b_normal_41103003,,0,1 +6085,0,0,b_rankup_41103003_thumbnail,b_rankup_41103003_signed_thumbnail,b_rankup_41103003,b_rankup_41103003_signed,0,1 +6086,0,0,b_rankup_43008006_thumbnail,b_rankup_43008006_signed_thumbnail,b_rankup_43008006,b_rankup_43008006_signed,0,1 +6087,0,0,b_rankup_42008010_thumbnail,,b_rankup_42008010,,0,1 +6088,0,0,u_normal_navi_33104011_thumbnail,,u_normal_navi_33104011,,1,1 +6089,0,0,u_rankup_navi_33104011_thumbnail,,u_rankup_navi_33104011,,1,1 +6090,0,0,u_normal_navi_32107009_thumbnail,,u_normal_navi_32107009,,1,1 +6091,0,0,u_rankup_navi_32107009_thumbnail,,u_rankup_navi_32107009,,1,1 +6092,0,0,b_normal_51020001_thumbnail,,b_normal_51020001,,0,1 +6093,0,0,b_rankup_51020001_thumbnail,,b_rankup_51020001,,0,1 +6094,0,0,b_normal_53025001_thumbnail,,b_normal_53025001,,0,1 +6095,0,0,b_rankup_53025001_thumbnail,,b_rankup_53025001,,0,1 +6096,0,0,b_rankup_52101004_thumbnail,,b_rankup_52101004,,0,1 +6097,0,0,b_rankup_51102004_thumbnail,,b_rankup_51102004,,0,1 +6098,0,0,b_rankup_53103004_thumbnail,,b_rankup_53103004,,0,1 +6099,0,0,b_rankup_51104004_thumbnail,,b_rankup_51104004,,0,1 +6100,0,0,b_rankup_53105004_thumbnail,,b_rankup_53105004,,0,1 +6101,0,0,b_rankup_51106004_thumbnail,,b_rankup_51106004,,0,1 +6102,0,0,b_rankup_52107004_thumbnail,,b_rankup_52107004,,0,1 +6103,0,0,b_rankup_52108004_thumbnail,,b_rankup_52108004,,0,1 +6104,0,0,b_rankup_53109004_thumbnail,,b_rankup_53109004,,0,1 +6105,0,0,u_normal_navi_32008026_thumbnail,,u_normal_navi_32008026,,1,1 +6106,0,0,u_rankup_navi_32008026_thumbnail,,u_rankup_navi_32008026,,1,1 +6107,0,0,b_normal_51006002_thumbnail,,b_normal_51006002,,0,1 +6108,0,0,b_rankup_51006002_thumbnail,,b_rankup_51006002,,0,1 +6109,0,0,u_normal_navi_33103007_thumbnail,,u_normal_navi_33103007,,1,1 +6110,0,0,u_rankup_navi_33103007_thumbnail,,u_rankup_navi_33103007,,1,1 +6111,0,0,u_normal_navi_32105011_thumbnail,,u_normal_navi_32105011,,1,1 +6112,0,0,u_rankup_navi_32105011_thumbnail,,u_rankup_navi_32105011,,1,1 +6113,0,0,u_normal_navi_31108011_thumbnail,,u_normal_navi_31108011,,1,1 +6114,0,0,u_rankup_navi_31108011_thumbnail,,u_rankup_navi_31108011,,1,1 +6115,0,0,b_normal_51109006_thumbnail,,b_normal_51109006,,0,1 +6116,0,0,b_rankup_51109006_thumbnail,,b_rankup_51109006,,0,1 +6117,0,0,b_normal_42107004_thumbnail,,b_normal_42107004,,0,1 +6118,0,0,b_rankup_42107004_thumbnail,b_rankup_42107004_signed_thumbnail,b_rankup_42107004,b_rankup_42107004_signed,0,1 +6119,0,0,u_normal_navi_33002030_thumbnail,,u_normal_navi_33002030,,1,1 +6120,0,0,u_rankup_navi_33002030_thumbnail,,u_rankup_navi_33002030,,1,1 +6121,0,0,u_normal_navi_32006020_thumbnail,,u_normal_navi_32006020,,1,1 +6122,0,0,u_rankup_navi_32006020_thumbnail,,u_rankup_navi_32006020,,1,1 +6123,0,0,b_normal_51046001_thumbnail,,b_normal_51046001,,0,1 +6124,0,0,b_rankup_51046001_thumbnail,,b_rankup_51046001,,0,1 +6125,0,0,b_normal_52059001_thumbnail,,b_normal_52059001,,0,1 +6126,0,0,b_rankup_52059001_thumbnail,,b_rankup_52059001,,0,1 +6127,0,0,b_rankup_42103005_thumbnail,,b_rankup_42103005,,0,1 +6128,0,0,u_normal_navi_32001017_thumbnail,,u_normal_navi_32001017,,1,1 +6129,0,0,u_rankup_navi_32001017_thumbnail,,u_rankup_navi_32001017,,1,1 +6130,0,0,u_normal_navi_33005021_thumbnail,,u_normal_navi_33005021,,1,1 +6131,0,0,u_rankup_navi_33005021_thumbnail,,u_rankup_navi_33005021,,1,1 +6132,0,0,b_normal_41009013_thumbnail,,b_normal_41009013,,0,1 +6133,0,0,b_rankup_41009013_thumbnail,b_rankup_41009013_signed_thumbnail,b_rankup_41009013,b_rankup_41009013_signed,0,1 +6134,0,0,u_normal_navi_33101010_thumbnail,,u_normal_navi_33101010,,1,1 +6135,0,0,u_rankup_navi_33101010_thumbnail,,u_rankup_navi_33101010,,1,1 +6136,0,0,u_normal_navi_33104012_thumbnail,,u_normal_navi_33104012,,1,1 +6137,0,0,u_rankup_navi_33104012_thumbnail,,u_rankup_navi_33104012,,1,1 +6138,0,0,b_normal_52106005_thumbnail,,b_normal_52106005,,0,1 +6139,0,0,b_rankup_52106005_thumbnail,,b_rankup_52106005,,0,1 +6140,0,0,b_normal_41102005_thumbnail,,b_normal_41102005,,0,1 +6141,0,0,b_rankup_41102005_thumbnail,b_rankup_41102005_signed_thumbnail,b_rankup_41102005,b_rankup_41102005_signed,0,1 +6142,0,0,u_rankup_navi_31101012_thumbnail,,u_rankup_navi_31101012,,1,1 +6143,0,0,u_rankup_navi_33102013_thumbnail,,u_rankup_navi_33102013,,1,1 +6144,0,0,u_rankup_navi_32103014_thumbnail,,u_rankup_navi_32103014,,1,1 +6145,0,0,u_rankup_navi_33104013_thumbnail,,u_rankup_navi_33104013,,1,1 +6146,0,0,u_rankup_navi_32105012_thumbnail,,u_rankup_navi_32105012,,1,1 +6147,0,0,u_rankup_navi_33106014_thumbnail,,u_rankup_navi_33106014,,1,1 +6148,0,0,u_rankup_navi_31107011_thumbnail,,u_rankup_navi_31107011,,1,1 +6149,0,0,u_rankup_navi_31108012_thumbnail,,u_rankup_navi_31108012,,1,1 +6150,0,0,u_rankup_navi_32109012_thumbnail,,u_rankup_navi_32109012,,1,1 +6151,0,0,u_normal_navi_33106015_thumbnail,,u_normal_navi_33106015,,1,1 +6152,0,0,u_rankup_navi_33106015_thumbnail,,u_rankup_navi_33106015,,1,1 +6153,0,0,u_normal_navi_32108010_thumbnail,,u_normal_navi_32108010,,1,1 +6154,0,0,u_rankup_navi_32108010_thumbnail,,u_rankup_navi_32108010,,1,1 +6155,0,0,b_normal_52027001_thumbnail,,b_normal_52027001,,0,1 +6156,0,0,b_rankup_52027001_thumbnail,,b_rankup_52027001,,0,1 +6157,0,0,b_normal_51035001_thumbnail,,b_normal_51035001,,0,1 +6158,0,0,b_rankup_51035001_thumbnail,,b_rankup_51035001,,0,1 +6159,0,0,u_normal_navi_33006031_thumbnail,,u_normal_navi_33006031,,1,1 +6160,0,0,u_rankup_navi_33006031_thumbnail,,u_rankup_navi_33006031,,1,1 +6161,0,0,b_normal_52004002_thumbnail,,b_normal_52004002,,0,1 +6162,0,0,b_rankup_52004002_thumbnail,,b_rankup_52004002,,0,1 +6163,0,0,u_normal_navi_32102010_thumbnail,,u_normal_navi_32102010,,1,1 +6164,0,0,u_rankup_navi_32102010_thumbnail,,u_rankup_navi_32102010,,1,1 +6165,0,0,u_normal_navi_31103010_thumbnail,,u_normal_navi_31103010,,1,1 +6166,0,0,u_rankup_navi_31103010_thumbnail,,u_rankup_navi_31103010,,1,1 +6167,0,0,u_normal_navi_32106009_thumbnail,,u_normal_navi_32106009,,1,1 +6168,0,0,u_rankup_navi_32106009_thumbnail,,u_rankup_navi_32106009,,1,1 +6169,0,0,b_normal_53107005_thumbnail,,b_normal_53107005,,0,1 +6170,0,0,b_rankup_53107005_thumbnail,,b_rankup_53107005,,0,1 +6171,0,0,b_normal_41109004_thumbnail,,b_normal_41109004,,0,1 +6172,0,0,b_rankup_41109004_thumbnail,b_rankup_41109004_signed_thumbnail,b_rankup_41109004,b_rankup_41109004_signed,0,1 +6173,0,0,b_rankup_41107007_thumbnail,,b_rankup_41107007,,0,1 +6174,0,0,u_normal_navi_31004020_thumbnail,,u_normal_navi_31004020,,1,1 +6175,0,0,u_rankup_navi_31004020_thumbnail,,u_rankup_navi_31004020,,1,1 +6176,0,0,u_normal_navi_32005019_thumbnail,,u_normal_navi_32005019,,1,1 +6177,0,0,u_rankup_navi_32005019_thumbnail,,u_rankup_navi_32005019,,1,1 +6178,0,0,b_normal_51026001_thumbnail,,b_normal_51026001,,0,1 +6179,0,0,b_rankup_51026001_thumbnail,,b_rankup_51026001,,0,1 +6180,0,0,b_normal_51057001_thumbnail,,b_normal_51057001,,0,1 +6181,0,0,b_rankup_51057001_thumbnail,,b_rankup_51057001,,0,1 +6182,0,0,u_normal_navi_31002017_thumbnail,,u_normal_navi_31002017,,1,1 +6183,0,0,u_rankup_navi_31002017_thumbnail,,u_rankup_navi_31002017,,1,1 +6184,0,0,b_normal_42007010_thumbnail,,b_normal_42007010,,0,1 +6185,0,0,b_rankup_42007010_thumbnail,b_rankup_42007010_signed_thumbnail,b_rankup_42007010,b_rankup_42007010_signed,0,1 +6186,0,0,b_rankup_41004006_thumbnail,b_rankup_41004006_signed_thumbnail,b_rankup_41004006,b_rankup_41004006_signed,0,1 +6187,0,0,b_rankup_43004011_thumbnail,,b_rankup_43004011,,0,1 +6188,0,0,u_normal_navi_33105010_thumbnail,,u_normal_navi_33105010,,1,1 +6189,0,0,u_rankup_navi_33105010_thumbnail,,u_rankup_navi_33105010,,1,1 +6190,0,0,u_normal_navi_32108011_thumbnail,,u_normal_navi_32108011,,1,1 +6191,0,0,u_rankup_navi_32108011_thumbnail,,u_rankup_navi_32108011,,1,1 +6192,0,0,b_normal_51104005_thumbnail,,b_normal_51104005,,0,1 +6193,0,0,b_rankup_51104005_thumbnail,,b_rankup_51104005,,0,1 +6194,0,0,b_normal_43101004_thumbnail,,b_normal_43101004,,0,1 +6195,0,0,b_rankup_43101004_thumbnail,b_rankup_43101004_signed_thumbnail,b_rankup_43101004,b_rankup_43101004_signed,0,1 +6196,0,0,b_normal_53112001_thumbnail,,b_normal_53112001,,0,1 +6197,0,0,b_rankup_53112001_thumbnail,,b_rankup_53112001,,0,1 +6198,0,0,b_normal_53113001_thumbnail,,b_normal_53113001,,0,1 +6199,0,0,b_rankup_53113001_thumbnail,,b_rankup_53113001,,0,1 +6200,0,0,u_normal_navi_32101010_thumbnail,,u_normal_navi_32101010,,1,1 +6201,0,0,u_rankup_navi_32101010_thumbnail,,u_rankup_navi_32101010,,1,1 +6202,0,0,u_normal_navi_31107012_thumbnail,,u_normal_navi_31107012,,1,1 +6203,0,0,u_rankup_navi_31107012_thumbnail,,u_rankup_navi_31107012,,1,1 +6204,0,0,b_normal_51014001_thumbnail,,b_normal_51014001,,0,1 +6205,0,0,b_rankup_51014001_thumbnail,,b_rankup_51014001,,0,1 +6206,0,0,b_normal_52064001_thumbnail,,b_normal_52064001,,0,1 +6207,0,0,b_rankup_52064001_thumbnail,,b_rankup_52064001,,0,1 +6208,0,0,b_normal_43106007_thumbnail,,b_normal_43106007,,0,1 +6209,0,0,b_rankup_43106007_thumbnail,b_rankup_43106007_signed_thumbnail,b_rankup_43106007,b_rankup_43106007_signed,0,1 +6210,0,0,b_normal_41107008_thumbnail,,b_normal_41107008,,0,1 +6211,0,0,b_rankup_41107008_thumbnail,b_rankup_41107008_signed_thumbnail,b_rankup_41107008,b_rankup_41107008_signed,0,1 +6212,0,0,b_normal_42109006_thumbnail,,b_normal_42109006,,0,1 +6213,0,0,b_rankup_42109006_thumbnail,b_rankup_42109006_signed_thumbnail,b_rankup_42109006,b_rankup_42109006_signed,0,1 +6214,0,0,b_rankup_41101007_thumbnail,,b_rankup_41101007,,0,1 +6215,0,0,u_normal_navi_33003017_thumbnail,,u_normal_navi_33003017,,1,1 +6216,0,0,u_rankup_navi_33003017_thumbnail,,u_rankup_navi_33003017,,1,1 +6217,0,0,b_normal_51008002_thumbnail,,b_normal_51008002,,0,1 +6218,0,0,b_rankup_51008002_thumbnail,,b_rankup_51008002,,0,1 +6219,0,0,u_normal_navi_31102010_thumbnail,,u_normal_navi_31102010,,1,1 +6220,0,0,u_rankup_navi_31102010_thumbnail,,u_rankup_navi_31102010,,1,1 +6221,0,0,u_normal_navi_33107011_thumbnail,,u_normal_navi_33107011,,1,1 +6222,0,0,u_rankup_navi_33107011_thumbnail,,u_rankup_navi_33107011,,1,1 +6223,0,0,u_normal_navi_32109013_thumbnail,,u_normal_navi_32109013,,1,1 +6224,0,0,u_rankup_navi_32109013_thumbnail,,u_rankup_navi_32109013,,1,1 +6225,0,0,b_normal_52108005_thumbnail,,b_normal_52108005,,0,1 +6226,0,0,b_rankup_52108005_thumbnail,,b_rankup_52108005,,0,1 +6227,0,0,b_normal_43105004_thumbnail,,b_normal_43105004,,0,1 +6228,0,0,b_rankup_43105004_thumbnail,b_rankup_43105004_signed_thumbnail,b_rankup_43105004,b_rankup_43105004_signed,0,1 +6229,0,0,u_rankup_navi_21091002_thumbnail,,u_rankup_navi_21091002,,1,1 +6230,0,0,u_rankup_navi_23092002_thumbnail,,u_rankup_navi_23092002,,1,1 +6231,0,0,u_rankup_navi_22093002_thumbnail,,u_rankup_navi_22093002,,1,1 +6232,0,0,u_rankup_navi_23094002_thumbnail,,u_rankup_navi_23094002,,1,1 +6233,0,0,u_rankup_navi_21095002_thumbnail,,u_rankup_navi_21095002,,1,1 +6234,0,0,u_rankup_navi_23096002_thumbnail,,u_rankup_navi_23096002,,1,1 +6235,0,0,u_rankup_navi_22097002_thumbnail,,u_rankup_navi_22097002,,1,1 +6236,0,0,u_rankup_navi_22098002_thumbnail,,u_rankup_navi_22098002,,1,1 +6237,0,0,u_rankup_navi_21099002_thumbnail,,u_rankup_navi_21099002,,1,1 +6238,0,0,u_rankup_navi_21191002_thumbnail,,u_rankup_navi_21191002,,1,1 +6239,0,0,u_rankup_navi_22192001_thumbnail,,u_rankup_navi_22192001,,1,1 +6240,0,0,u_rankup_navi_23193001_thumbnail,,u_rankup_navi_23193001,,1,1 +6241,0,0,u_rankup_navi_21194001_thumbnail,,u_rankup_navi_21194001,,1,1 +6242,0,0,u_rankup_navi_21195001_thumbnail,,u_rankup_navi_21195001,,1,1 +6243,0,0,u_rankup_navi_22196001_thumbnail,,u_rankup_navi_22196001,,1,1 +6244,0,0,u_rankup_navi_23197001_thumbnail,,u_rankup_navi_23197001,,1,1 +6245,0,0,u_rankup_navi_23198001_thumbnail,,u_rankup_navi_23198001,,1,1 +6246,0,0,u_rankup_navi_22199002_thumbnail,,u_rankup_navi_22199002,,1,1 +6247,0,0,u_normal_navi_11085001_thumbnail,,u_normal_navi_11085001,,1,1 +6248,0,0,u_normal_navi_12125001_thumbnail,,u_normal_navi_12125001,,1,1 +6249,0,0,u_normal_navi_13126001_thumbnail,,u_normal_navi_13126001,,1,1 +6250,0,0,u_normal_navi_31003020_thumbnail,,u_normal_navi_31003020,,1,1 +6251,0,0,u_rankup_navi_31003020_thumbnail,,u_rankup_navi_31003020,,1,1 +6252,0,0,u_normal_navi_33008020_thumbnail,,u_normal_navi_33008020,,1,1 +6253,0,0,u_rankup_navi_33008020_thumbnail,,u_rankup_navi_33008020,,1,1 +6254,0,0,b_normal_53053001_thumbnail,,b_normal_53053001,,0,1 +6255,0,0,b_rankup_53053001_thumbnail,,b_rankup_53053001,,0,1 +6256,0,0,b_normal_52055001_thumbnail,,b_normal_52055001,,0,1 +6257,0,0,b_rankup_52055001_thumbnail,,b_rankup_52055001,,0,1 +6258,0,0,b_normal_42002005_thumbnail,,b_normal_42002005,,0,1 +6259,0,0,b_rankup_42002005_thumbnail,b_rankup_42002005_signed_thumbnail,b_rankup_42002005,b_rankup_42002005_signed,0,1 +6260,0,0,b_normal_41007005_thumbnail,,b_normal_41007005,,0,1 +6261,0,0,b_rankup_41007005_thumbnail,b_rankup_41007005_signed_thumbnail,b_rankup_41007005,b_rankup_41007005_signed,0,1 +6262,0,0,b_normal_43009005_thumbnail,,b_normal_43009005,,0,1 +6263,0,0,b_rankup_43009005_thumbnail,b_rankup_43009005_signed_thumbnail,b_rankup_43009005,b_rankup_43009005_signed,0,1 +6264,0,0,u_normal_navi_32008027_thumbnail,,u_normal_navi_32008027,,1,1 +6265,0,0,u_rankup_navi_32008027_thumbnail,,u_rankup_navi_32008027,,1,1 +6266,0,0,u_normal_navi_32009018_thumbnail,,u_normal_navi_32009018,,1,1 +6267,0,0,u_rankup_navi_32009018_thumbnail,,u_rankup_navi_32009018,,1,1 +6268,0,0,b_normal_41005012_thumbnail,,b_normal_41005012,,0,1 +6269,0,0,b_rankup_41005012_thumbnail,b_rankup_41005012_signed_thumbnail,b_rankup_41005012,b_rankup_41005012_signed,0,1 +6270,0,0,u_normal_navi_31101013_thumbnail,,u_normal_navi_31101013,,1,1 +6271,0,0,u_rankup_navi_31101013_thumbnail,,u_rankup_navi_31101013,,1,1 +6272,0,0,u_normal_navi_32104010_thumbnail,,u_normal_navi_32104010,,1,1 +6273,0,0,u_rankup_navi_32104010_thumbnail,,u_rankup_navi_32104010,,1,1 +6274,0,0,b_normal_53103005_thumbnail,,b_normal_53103005,,0,1 +6275,0,0,b_rankup_53103005_thumbnail,,b_rankup_53103005,,0,1 +6276,0,0,b_normal_41106004_thumbnail,,b_normal_41106004,,0,1 +6277,0,0,b_rankup_41106004_thumbnail,b_rankup_41106004_signed_thumbnail,b_rankup_41106004,b_rankup_41106004_signed,0,1 +6278,0,0,b_rankup_42105007_thumbnail,b_rankup_42105007_signed_thumbnail,b_rankup_42105007,b_rankup_42105007_signed,0,1 +6279,0,0,b_rankup_42105008_thumbnail,,b_rankup_42105008,,0,1 +6280,0,0,b_rankup_41006007_thumbnail,b_rankup_41006007_signed_thumbnail,b_rankup_41006007,b_rankup_41006007_signed,0,1 +6281,0,0,b_rankup_43006011_thumbnail,,b_rankup_43006011,,0,1 +6282,0,0,u_normal_navi_33102014_thumbnail,,u_normal_navi_33102014,,1,1 +6283,0,0,u_rankup_navi_33102014_thumbnail,,u_rankup_navi_33102014,,1,1 +6284,0,0,u_normal_navi_31103011_thumbnail,,u_normal_navi_31103011,,1,1 +6285,0,0,u_rankup_navi_31103011_thumbnail,,u_rankup_navi_31103011,,1,1 +6286,0,0,b_normal_51041001_thumbnail,,b_normal_51041001,,0,1 +6287,0,0,b_rankup_51041001_thumbnail,,b_rankup_51041001,,0,1 +6288,0,0,b_normal_53058001_thumbnail,,b_normal_53058001,,0,1 +6289,0,0,b_rankup_53058001_thumbnail,,b_rankup_53058001,,0,1 +6290,0,0,b_normal_42103006_thumbnail,,b_normal_42103006,,0,1 +6291,0,0,b_rankup_42103006_thumbnail,b_rankup_42103006_signed_thumbnail,b_rankup_42103006,b_rankup_42103006_signed,0,1 +6292,0,0,b_normal_43104006_thumbnail,,b_normal_43104006,,0,1 +6293,0,0,b_rankup_43104006_thumbnail,b_rankup_43104006_signed_thumbnail,b_rankup_43104006,b_rankup_43104006_signed,0,1 +6294,0,0,b_normal_41108005_thumbnail,,b_normal_41108005,,0,1 +6295,0,0,b_rankup_41108005_thumbnail,b_rankup_41108005_signed_thumbnail,b_rankup_41108005,b_rankup_41108005_signed,0,1 +6296,0,0,u_normal_navi_33006032_thumbnail,,u_normal_navi_33006032,,1,1 +6297,0,0,u_rankup_navi_33006032_thumbnail,,u_rankup_navi_33006032,,1,1 +6298,0,0,b_normal_51003002_thumbnail,,b_normal_51003002,,0,1 +6299,0,0,b_rankup_51003002_thumbnail,,b_rankup_51003002,,0,1 +6300,0,0,u_normal_navi_35010001_thumbnail,,u_normal_navi_35010001,,1,1 +6301,0,0,u_normal_navi_35110001_thumbnail,,u_normal_navi_35110001,,1,1 +6302,0,0,u_normal_navi_32103015_thumbnail,,u_normal_navi_32103015,,1,1 +6303,0,0,u_rankup_navi_32103015_thumbnail,,u_rankup_navi_32103015,,1,1 +6304,0,0,u_normal_navi_31106010_thumbnail,,u_normal_navi_31106010,,1,1 +6305,0,0,u_rankup_navi_31106010_thumbnail,,u_rankup_navi_31106010,,1,1 +6306,0,0,u_normal_navi_33109008_thumbnail,,u_normal_navi_33109008,,1,1 +6307,0,0,u_rankup_navi_33109008_thumbnail,,u_rankup_navi_33109008,,1,1 +6308,0,0,b_normal_51102005_thumbnail,,b_normal_51102005,,0,1 +6309,0,0,b_rankup_51102005_thumbnail,,b_rankup_51102005,,0,1 +6310,0,0,b_normal_42101004_thumbnail,,b_normal_42101004,,0,1 +6311,0,0,b_rankup_42101004_thumbnail,b_rankup_42101004_signed_thumbnail,b_rankup_42101004,b_rankup_42101004_signed,0,1 +6312,0,0,u_normal_navi_32001018_thumbnail,,u_normal_navi_32001018,,1,1 +6313,0,0,u_rankup_navi_32001018_thumbnail,,u_rankup_navi_32001018,,1,1 +6314,0,0,u_normal_navi_31007017_thumbnail,,u_normal_navi_31007017,,1,1 +6315,0,0,u_rankup_navi_31007017_thumbnail,,u_rankup_navi_31007017,,1,1 +6316,0,0,b_normal_52024001_thumbnail,,b_normal_52024001,,0,1 +6317,0,0,b_rankup_52024001_thumbnail,,b_rankup_52024001,,0,1 +6318,0,0,b_normal_51032001_thumbnail,,b_normal_51032001,,0,1 +6319,0,0,b_rankup_51032001_thumbnail,,b_rankup_51032001,,0,1 +6320,0,0,b_normal_43005005_thumbnail,,b_normal_43005005,,0,1 +6321,0,0,b_rankup_43005005_thumbnail,b_rankup_43005005_signed_thumbnail,b_rankup_43005005,b_rankup_43005005_signed,0,1 +6322,0,0,b_normal_42006005_thumbnail,,b_normal_42006005,,0,1 +6323,0,0,b_rankup_42006005_thumbnail,b_rankup_42006005_signed_thumbnail,b_rankup_42006005,b_rankup_42006005_signed,0,1 +6324,0,0,b_normal_41008006_thumbnail,,b_normal_41008006,,0,1 +6325,0,0,b_rankup_41008006_thumbnail,b_rankup_41008006_signed_thumbnail,b_rankup_41008006,b_rankup_41008006_signed,0,1 +6326,0,0,u_normal_navi_32002020_thumbnail,,u_normal_navi_32002020,,1,1 +6327,0,0,u_rankup_navi_32002020_thumbnail,,u_rankup_navi_32002020,,1,1 +6328,0,0,b_normal_43004012_thumbnail,,b_normal_43004012,,0,1 +6329,0,0,b_rankup_43004012_thumbnail,b_rankup_43004012_signed_thumbnail,b_rankup_43004012,b_rankup_43004012_signed,0,1 +6330,0,0,u_normal_navi_31107013_thumbnail,,u_normal_navi_31107013,,1,1 +6331,0,0,u_rankup_navi_31107013_thumbnail,,u_rankup_navi_31107013,,1,1 +6332,0,0,u_normal_navi_32108012_thumbnail,,u_normal_navi_32108012,,1,1 +6333,0,0,u_rankup_navi_32108012_thumbnail,,u_rankup_navi_32108012,,1,1 +6334,0,0,b_normal_53105005_thumbnail,,b_normal_53105005,,0,1 +6335,0,0,b_rankup_53105005_thumbnail,,b_rankup_53105005,,0,1 +6336,0,0,b_normal_43104007_thumbnail,,b_normal_43104007,,0,1 +6337,0,0,b_rankup_43104007_thumbnail,b_rankup_43104007_signed_thumbnail,b_rankup_43104007,b_rankup_43104007_signed,0,1 +6338,0,0,u_normal_navi_32105013_thumbnail,,u_normal_navi_32105013,,1,1 +6339,0,0,u_rankup_navi_32105013_thumbnail,,u_rankup_navi_32105013,,1,1 +6340,0,0,u_normal_navi_31109012_thumbnail,,u_normal_navi_31109012,,1,1 +6341,0,0,u_rankup_navi_31109012_thumbnail,,u_rankup_navi_31109012,,1,1 +6342,0,0,b_normal_53016001_thumbnail,,b_normal_53016001,,0,1 +6343,0,0,b_rankup_53016001_thumbnail,,b_rankup_53016001,,0,1 +6344,0,0,b_normal_53061001_thumbnail,,b_normal_53061001,,0,1 +6345,0,0,b_rankup_53061001_thumbnail,,b_rankup_53061001,,0,1 +6346,0,0,b_normal_41101008_thumbnail,,b_normal_41101008,,0,1 +6347,0,0,b_rankup_41101008_thumbnail,b_rankup_41101008_signed_thumbnail,b_rankup_41101008,b_rankup_41101008_signed,0,1 +6348,0,0,b_normal_43102007_thumbnail,,b_normal_43102007,,0,1 +6349,0,0,b_rankup_43102007_thumbnail,b_rankup_43102007_signed_thumbnail,b_rankup_43102007,b_rankup_43102007_signed,0,1 +6350,0,0,b_normal_42105009_thumbnail,,b_normal_42105009,,0,1 +6351,0,0,b_rankup_42105009_thumbnail,b_rankup_42105009_signed_thumbnail,b_rankup_42105009,b_rankup_42105009_signed,0,1 +6352,0,0,u_rankup_navi_33204003_thumbnail,,u_rankup_navi_33204003,,1,1 +6353,0,0,u_rankup_navi_33207003_thumbnail,,u_rankup_navi_33207003,,1,1 +6354,0,0,u_rankup_navi_31209003_thumbnail,,u_rankup_navi_31209003,,1,1 +6355,0,0,u_normal_navi_31001034_thumbnail,,u_normal_navi_31001034,,1,1 +6356,0,0,u_rankup_navi_31001034_thumbnail,,u_rankup_navi_31001034,,1,1 +6357,0,0,b_normal_53007002_thumbnail,,b_normal_53007002,,0,1 +6358,0,0,b_rankup_53007002_thumbnail,,b_rankup_53007002,,0,1 +6359,0,0,u_normal_navi_31101014_thumbnail,,u_normal_navi_31101014,,1,1 +6360,0,0,u_rankup_navi_31101014_thumbnail,,u_rankup_navi_31101014,,1,1 +6361,0,0,u_normal_navi_32106010_thumbnail,,u_normal_navi_32106010,,1,1 +6362,0,0,u_rankup_navi_32106010_thumbnail,,u_rankup_navi_32106010,,1,1 +6363,0,0,u_normal_navi_33108011_thumbnail,,u_normal_navi_33108011,,1,1 +6364,0,0,u_rankup_navi_33108011_thumbnail,,u_rankup_navi_33108011,,1,1 +6365,0,0,b_normal_52107005_thumbnail,,b_normal_52107005,,0,1 +6366,0,0,b_rankup_52107005_thumbnail,,b_rankup_52107005,,0,1 +6367,0,0,b_normal_43103004_thumbnail,,b_normal_43103004,,0,1 +6368,0,0,b_rankup_43103004_thumbnail,b_rankup_43103004_signed_thumbnail,b_rankup_43103004,b_rankup_43103004_signed,0,1 +6369,0,0,u_normal_navi_31002018_thumbnail,,u_normal_navi_31002018,,1,1 +6370,0,0,u_rankup_navi_31002018_thumbnail,,u_rankup_navi_31002018,,1,1 +6371,0,0,u_normal_navi_33003018_thumbnail,,u_normal_navi_33003018,,1,1 +6372,0,0,u_rankup_navi_33003018_thumbnail,,u_rankup_navi_33003018,,1,1 +6373,0,0,b_normal_51206001_thumbnail,,b_normal_51206001,,0,1 +6374,0,0,b_rankup_51206001_thumbnail,,b_rankup_51206001,,0,1 +6375,0,0,b_normal_52068001_thumbnail,,b_normal_52068001,,0,1 +6376,0,0,b_rankup_52068001_thumbnail,,b_rankup_52068001,,0,1 +6377,0,0,b_normal_43001005_thumbnail,,b_normal_43001005,,0,1 +6378,0,0,b_rankup_43001005_thumbnail,b_rankup_43001005_signed_thumbnail,b_rankup_43001005,b_rankup_43001005_signed,0,1 +6379,0,0,b_normal_41003005_thumbnail,,b_normal_41003005,,0,1 +6380,0,0,b_rankup_41003005_thumbnail,b_rankup_41003005_signed_thumbnail,b_rankup_41003005,b_rankup_41003005_signed,0,1 +6381,0,0,b_normal_42004005_thumbnail,,b_normal_42004005,,0,1 +6382,0,0,b_rankup_42004005_thumbnail,b_rankup_42004005_signed_thumbnail,b_rankup_42004005,b_rankup_42004005_signed,0,1 +6383,0,0,b_rankup_43007007_thumbnail,b_rankup_43007007_signed_thumbnail,b_rankup_43007007,b_rankup_43007007_signed,0,1 +6384,0,0,b_rankup_42007011_thumbnail,,b_rankup_42007011,,0,1 +6385,0,0,u_normal_navi_31005028_thumbnail,,u_normal_navi_31005028,,1,1 +6386,0,0,u_rankup_navi_31005028_thumbnail,,u_rankup_navi_31005028,,1,1 +6387,0,0,u_normal_navi_33009022_thumbnail,,u_normal_navi_33009022,,1,1 +6388,0,0,u_rankup_navi_33009022_thumbnail,,u_rankup_navi_33009022,,1,1 +6389,0,0,b_normal_43006012_thumbnail,,b_normal_43006012,,0,1 +6390,0,0,b_rankup_43006012_thumbnail,b_rankup_43006012_signed_thumbnail,b_rankup_43006012,b_rankup_43006012_signed,0,1 +6391,0,0,b_rankup_41108006_thumbnail,b_rankup_41108006_signed_thumbnail,b_rankup_41108006,b_rankup_41108006_signed,0,1 +6392,0,0,b_rankup_41108007_thumbnail,,b_rankup_41108007,,0,1 +6393,0,0,u_normal_navi_31104010_thumbnail,,u_normal_navi_31104010,,1,1 +6394,0,0,u_rankup_navi_31104010_thumbnail,,u_rankup_navi_31104010,,1,1 +6395,0,0,u_normal_navi_31105011_thumbnail,,u_normal_navi_31105011,,1,1 +6396,0,0,u_rankup_navi_31105011_thumbnail,,u_rankup_navi_31105011,,1,1 +6397,0,0,b_normal_53109005_thumbnail,,b_normal_53109005,,0,1 +6398,0,0,b_rankup_53109005_thumbnail,,b_rankup_53109005,,0,1 +6399,0,0,b_normal_42102004_thumbnail,,b_normal_42102004,,0,1 +6400,0,0,b_rankup_42102004_thumbnail,b_rankup_42102004_signed_thumbnail,b_rankup_42102004,b_rankup_42102004_signed,0,1 +6401,0,0,u_normal_navi_33107012_thumbnail,,u_normal_navi_33107012,,1,1 +6402,0,0,u_rankup_navi_33107012_thumbnail,,u_rankup_navi_33107012,,1,1 +6403,0,0,u_normal_navi_31108013_thumbnail,,u_normal_navi_31108013,,1,1 +6404,0,0,u_rankup_navi_31108013_thumbnail,,u_rankup_navi_31108013,,1,1 +6405,0,0,b_normal_52208001_thumbnail,,b_normal_52208001,,0,1 +6406,0,0,b_rankup_52208001_thumbnail,,b_rankup_52208001,,0,1 +6407,0,0,b_normal_52033001_thumbnail,,b_normal_52033001,,0,1 +6408,0,0,b_rankup_52033001_thumbnail,,b_rankup_52033001,,0,1 +6409,0,0,u_normal_navi_31003021_thumbnail,,u_normal_navi_31003021,,1,1 +6410,0,0,u_rankup_navi_31003021_thumbnail,,u_rankup_navi_31003021,,1,1 +6411,0,0,b_normal_52002002_thumbnail,,b_normal_52002002,,0,1 +6412,0,0,b_rankup_52002002_thumbnail,,b_rankup_52002002,,0,1 +6413,0,0,u_normal_navi_33103008_thumbnail,,u_normal_navi_33103008,,1,1 +6414,0,0,u_rankup_navi_33103008_thumbnail,,u_rankup_navi_33103008,,1,1 +6415,0,0,u_normal_navi_33104014_thumbnail,,u_normal_navi_33104014,,1,1 +6416,0,0,u_rankup_navi_33104014_thumbnail,,u_rankup_navi_33104014,,1,1 +6417,0,0,u_normal_navi_32109014_thumbnail,,u_normal_navi_32109014,,1,1 +6418,0,0,u_rankup_navi_32109014_thumbnail,,u_rankup_navi_32109014,,1,1 +6419,0,0,b_normal_51106005_thumbnail,,b_normal_51106005,,0,1 +6420,0,0,b_rankup_51106005_thumbnail,,b_rankup_51106005,,0,1 +6421,0,0,b_normal_42108004_thumbnail,,b_normal_42108004,,0,1 +6422,0,0,b_rankup_42108004_thumbnail,b_rankup_42108004_signed_thumbnail,b_rankup_42108004,b_rankup_42108004_signed,0,1 +6423,0,0,u_normal_navi_13018002_thumbnail,,u_normal_navi_13018002,,1,1 +6424,0,0,u_rankup_navi_13018002_thumbnail,,u_rankup_navi_13018002,,1,1 +6425,0,0,u_normal_navi_32005020_thumbnail,,u_normal_navi_32005020,,1,1 +6426,0,0,u_rankup_navi_32005020_thumbnail,,u_rankup_navi_32005020,,1,1 +6427,0,0,u_normal_navi_31009029_thumbnail,,u_normal_navi_31009029,,1,1 +6428,0,0,u_rankup_navi_31009029_thumbnail,,u_rankup_navi_31009029,,1,1 +6429,0,0,u_normal_navi_31007018_thumbnail,,u_normal_navi_31007018,,1,1 +6430,0,0,u_rankup_navi_31007018_thumbnail,,u_rankup_navi_31007018,,1,1 +6431,0,0,b_normal_42008011_thumbnail,,b_normal_42008011,,0,1 +6432,0,0,b_rankup_42008011_thumbnail,b_rankup_42008011_signed_thumbnail,b_rankup_42008011,b_rankup_42008011_signed,0,1 +6433,0,0,b_rankup_43106008_thumbnail,b_rankup_43106008_signed_thumbnail,b_rankup_43106008,b_rankup_43106008_signed,0,1 +6434,0,0,b_rankup_43106009_thumbnail,,b_rankup_43106009,,0,1 +6435,0,0,u_normal_navi_13042002_thumbnail,,u_normal_navi_13042002,,1,1 +6436,0,0,u_rankup_navi_13042002_thumbnail,,u_rankup_navi_13042002,,1,1 +6437,0,0,u_normal_navi_33102015_thumbnail,,u_normal_navi_33102015,,1,1 +6438,0,0,u_rankup_navi_33102015_thumbnail,,u_rankup_navi_33102015,,1,1 +6439,0,0,u_normal_navi_31107014_thumbnail,,u_normal_navi_31107014,,1,1 +6440,0,0,u_rankup_navi_31107014_thumbnail,,u_rankup_navi_31107014,,1,1 +6441,0,0,b_normal_52101005_thumbnail,,b_normal_52101005,,0,1 +6442,0,0,b_rankup_52101005_thumbnail,,b_rankup_52101005,,0,1 +6443,0,0,b_normal_41105004_thumbnail,,b_normal_41105004,,0,1 +6444,0,0,b_rankup_41105004_thumbnail,b_rankup_41105004_signed_thumbnail,b_rankup_41105004,b_rankup_41105004_signed,0,1 +6445,0,0,u_normal_navi_13047002_thumbnail,,u_normal_navi_13047002,,1,1 +6446,0,0,u_rankup_navi_13047002_thumbnail,,u_rankup_navi_13047002,,1,1 +6447,0,0,u_normal_navi_32104011_thumbnail,,u_normal_navi_32104011,,1,1 +6448,0,0,u_rankup_navi_32104011_thumbnail,,u_rankup_navi_32104011,,1,1 +6449,0,0,u_normal_navi_33105011_thumbnail,,u_normal_navi_33105011,,1,1 +6450,0,0,u_rankup_navi_33105011_thumbnail,,u_rankup_navi_33105011,,1,1 +6451,0,0,b_rankup_51101007_thumbnail,,b_rankup_51101007,,0,1 +6452,0,0,b_rankup_53102006_thumbnail,,b_rankup_53102006,,0,1 +6453,0,0,b_rankup_52103006_thumbnail,,b_rankup_52103006,,0,1 +6454,0,0,b_rankup_53104006_thumbnail,,b_rankup_53104006,,0,1 +6455,0,0,b_rankup_52105006_thumbnail,,b_rankup_52105006,,0,1 +6456,0,0,b_rankup_53106007_thumbnail,,b_rankup_53106007,,0,1 +6457,0,0,b_rankup_51107006_thumbnail,,b_rankup_51107006,,0,1 +6458,0,0,b_rankup_51108006_thumbnail,,b_rankup_51108006,,0,1 +6459,0,0,b_rankup_52109006_thumbnail,,b_rankup_52109006,,0,1 +6460,0,0,b_rankup_42009006_thumbnail,b_rankup_42009006_signed_thumbnail,b_rankup_42009006,b_rankup_42009006_signed,0,1 +6461,0,0,b_rankup_41009014_thumbnail,,b_rankup_41009014,,0,1 +6462,0,0,u_normal_navi_32004021_thumbnail,,u_normal_navi_32004021,,1,1 +6463,0,0,u_rankup_navi_32004021_thumbnail,,u_rankup_navi_32004021,,1,1 +6464,0,0,b_normal_53001002_thumbnail,,b_normal_53001002,,0,1 +6465,0,0,b_rankup_53001002_thumbnail,,b_rankup_53001002,,0,1 +6466,0,0,b_rankup_41101009_thumbnail,b_rankup_41101009_signed_thumbnail,b_rankup_41101009,b_rankup_41101009_signed,0,1 +6467,0,0,u_normal_navi_11062002_thumbnail,,u_normal_navi_11062002,,1,1 +6468,0,0,u_rankup_navi_11062002_thumbnail,,u_rankup_navi_11062002,,1,1 +6469,0,0,u_normal_navi_33101011_thumbnail,,u_normal_navi_33101011,,1,1 +6470,0,0,u_rankup_navi_33101011_thumbnail,,u_rankup_navi_33101011,,1,1 +6471,0,0,u_normal_navi_33107013_thumbnail,,u_normal_navi_33107013,,1,1 +6472,0,0,u_rankup_navi_33107013_thumbnail,,u_rankup_navi_33107013,,1,1 +6473,0,0,u_normal_navi_31108014_thumbnail,,u_normal_navi_31108014,,1,1 +6474,0,0,u_rankup_navi_31108014_thumbnail,,u_rankup_navi_31108014,,1,1 +6475,0,0,b_normal_52105007_thumbnail,,b_normal_52105007,,0,1 +6476,0,0,b_rankup_52105007_thumbnail,,b_rankup_52105007,,0,1 +6477,0,0,b_normal_42104004_thumbnail,,b_normal_42104004,,0,1 +6478,0,0,b_rankup_42104004_thumbnail,b_rankup_42104004_signed_thumbnail,b_rankup_42104004,b_rankup_42104004_signed,0,1 +6479,0,0,b_rankup_42001006_thumbnail,b_rankup_42001006_signed_thumbnail,b_rankup_42001006,b_rankup_42001006_signed,0,1 +6480,0,0,b_rankup_43105005_thumbnail,b_rankup_43105005_signed_thumbnail,b_rankup_43105005,b_rankup_43105005_signed,0,1 +6481,0,0,b_rankup_41109005_thumbnail,b_rankup_41109005_signed_thumbnail,b_rankup_41109005,b_rankup_41109005_signed,0,1 +6482,0,0,u_normal_navi_11031002_thumbnail,,u_normal_navi_11031002,,1,1 +6483,0,0,u_rankup_navi_11031002_thumbnail,,u_rankup_navi_11031002,,1,1 +6484,0,0,u_normal_navi_32004022_thumbnail,,u_normal_navi_32004022,,1,1 +6485,0,0,u_rankup_navi_32004022_thumbnail,,u_rankup_navi_32004022,,1,1 +6486,0,0,u_normal_navi_33006033_thumbnail,,u_normal_navi_33006033,,1,1 +6487,0,0,u_rankup_navi_33006033_thumbnail,,u_rankup_navi_33006033,,1,1 +6488,0,0,b_rankup_41001018_thumbnail,b_rankup_41001018_signed_thumbnail,b_rankup_41001018,b_rankup_41001018_signed,0,1 +6489,0,0,b_rankup_43002015_thumbnail,b_rankup_43002015_signed_thumbnail,b_rankup_43002015,b_rankup_43002015_signed,0,1 +6490,0,0,b_rankup_42003015_thumbnail,b_rankup_42003015_signed_thumbnail,b_rankup_42003015,b_rankup_42003015_signed,0,1 +6491,0,0,b_rankup_43004013_thumbnail,b_rankup_43004013_signed_thumbnail,b_rankup_43004013,b_rankup_43004013_signed,0,1 +6492,0,0,b_rankup_41005013_thumbnail,b_rankup_41005013_signed_thumbnail,b_rankup_41005013,b_rankup_41005013_signed,0,1 +6493,0,0,b_rankup_43006013_thumbnail,b_rankup_43006013_signed_thumbnail,b_rankup_43006013,b_rankup_43006013_signed,0,1 +6494,0,0,b_rankup_42007012_thumbnail,b_rankup_42007012_signed_thumbnail,b_rankup_42007012,b_rankup_42007012_signed,0,1 +6495,0,0,b_rankup_42008012_thumbnail,b_rankup_42008012_signed_thumbnail,b_rankup_42008012,b_rankup_42008012_signed,0,1 +6496,0,0,b_rankup_41009015_thumbnail,b_rankup_41009015_signed_thumbnail,b_rankup_41009015,b_rankup_41009015_signed,0,1 +6497,0,0,u_normal_navi_33007020_thumbnail,,u_normal_navi_33007020,,1,1 +6498,0,0,u_rankup_navi_33007020_thumbnail,,u_rankup_navi_33007020,,1,1 +6499,0,0,u_normal_navi_31008021_thumbnail,,u_normal_navi_31008021,,1,1 +6500,0,0,u_rankup_navi_31008021_thumbnail,,u_rankup_navi_31008021,,1,1 +6501,0,0,b_normal_42002006_thumbnail,,b_normal_42002006,,0,1 +6502,0,0,b_rankup_42002006_thumbnail,b_rankup_42002006_signed_thumbnail,b_rankup_42002006,b_rankup_42002006_signed,0,1 +6503,0,0,u_normal_navi_11036002_thumbnail,,u_normal_navi_11036002,,1,1 +6504,0,0,u_rankup_navi_11036002_thumbnail,,u_rankup_navi_11036002,,1,1 +6505,0,0,u_normal_navi_31103012_thumbnail,,u_normal_navi_31103012,,1,1 +6506,0,0,u_rankup_navi_31103012_thumbnail,,u_rankup_navi_31103012,,1,1 +6507,0,0,u_normal_navi_31106011_thumbnail,,u_normal_navi_31106011,,1,1 +6508,0,0,u_rankup_navi_31106011_thumbnail,,u_rankup_navi_31106011,,1,1 +6509,0,0,b_normal_52109007_thumbnail,,b_normal_52109007,,0,1 +6510,0,0,b_rankup_52109007_thumbnail,,b_rankup_52109007,,0,1 +6511,0,0,b_normal_43102008_thumbnail,,b_normal_43102008,,0,1 +6512,0,0,b_rankup_43102008_thumbnail,b_rankup_43102008_signed_thumbnail,b_rankup_43102008,b_rankup_43102008_signed,0,1 +6513,0,0,b_rankup_42101005_thumbnail,b_rankup_42101005_signed_thumbnail,b_rankup_42101005,b_rankup_42101005_signed,0,1 +6514,0,0,b_rankup_41102006_thumbnail,b_rankup_41102006_signed_thumbnail,b_rankup_41102006,b_rankup_41102006_signed,0,1 +6515,0,0,b_rankup_43103005_thumbnail,b_rankup_43103005_signed_thumbnail,b_rankup_43103005,b_rankup_43103005_signed,0,1 +6516,0,0,b_rankup_41104005_thumbnail,b_rankup_41104005_signed_thumbnail,b_rankup_41104005,b_rankup_41104005_signed,0,1 +6517,0,0,b_rankup_43105006_thumbnail,b_rankup_43105006_signed_thumbnail,b_rankup_43105006,b_rankup_43105006_signed,0,1 +6518,0,0,b_rankup_41106005_thumbnail,b_rankup_41106005_signed_thumbnail,b_rankup_41106005,b_rankup_41106005_signed,0,1 +6519,0,0,b_rankup_42107005_thumbnail,b_rankup_42107005_signed_thumbnail,b_rankup_42107005,b_rankup_42107005_signed,0,1 +6520,0,0,b_rankup_42108005_thumbnail,b_rankup_42108005_signed_thumbnail,b_rankup_42108005,b_rankup_42108005_signed,0,1 +6521,0,0,b_rankup_43109005_thumbnail,b_rankup_43109005_signed_thumbnail,b_rankup_43109005,b_rankup_43109005_signed,0,1 +6522,0,0,u_normal_navi_11022002_thumbnail,,u_normal_navi_11022002,,1,1 +6523,0,0,u_rankup_navi_11022002_thumbnail,,u_rankup_navi_11022002,,1,1 +6524,0,0,u_normal_navi_33103009_thumbnail,,u_normal_navi_33103009,,1,1 +6525,0,0,u_rankup_navi_33103009_thumbnail,,u_rankup_navi_33103009,,1,1 +6526,0,0,u_normal_navi_32106011_thumbnail,,u_normal_navi_32106011,,1,1 +6527,0,0,u_rankup_navi_32106011_thumbnail,,u_rankup_navi_32106011,,1,1 +6528,0,0,u_normal_navi_31009030_thumbnail,,u_normal_navi_31009030,,1,1 +6529,0,0,u_rankup_navi_31009030_thumbnail,,u_rankup_navi_31009030,,1,1 +6530,0,0,b_normal_53003002_thumbnail,,b_normal_53003002,,0,1 +6531,0,0,b_rankup_53003002_thumbnail,,b_rankup_53003002,,0,1 +6532,0,0,u_normal_navi_13060002_thumbnail,,u_normal_navi_13060002,,1,1 +6533,0,0,u_rankup_navi_13060002_thumbnail,,u_rankup_navi_13060002,,1,1 +6534,0,0,u_normal_navi_32101011_thumbnail,,u_normal_navi_32101011,,1,1 +6535,0,0,u_rankup_navi_32101011_thumbnail,,u_rankup_navi_32101011,,1,1 +6536,0,0,u_normal_navi_32103016_thumbnail,,u_normal_navi_32103016,,1,1 +6537,0,0,u_rankup_navi_32103016_thumbnail,,u_rankup_navi_32103016,,1,1 +6538,0,0,u_normal_navi_31109013_thumbnail,,u_normal_navi_31109013,,1,1 +6539,0,0,u_rankup_navi_31109013_thumbnail,,u_rankup_navi_31109013,,1,1 +6540,0,0,b_normal_51108007_thumbnail,,b_normal_51108007,,0,1 +6541,0,0,b_rankup_51108007_thumbnail,,b_rankup_51108007,,0,1 +6542,0,0,b_normal_43106010_thumbnail,,b_normal_43106010,,0,1 +6543,0,0,b_rankup_43106010_thumbnail,b_rankup_43106010_signed_thumbnail,b_rankup_43106010,b_rankup_43106010_signed,0,1 +6544,0,0,u_normal_navi_12049002_thumbnail,,u_normal_navi_12049002,,1,1 +6545,0,0,u_rankup_navi_12049002_thumbnail,,u_rankup_navi_12049002,,1,1 +6546,0,0,u_normal_navi_31001035_thumbnail,,u_normal_navi_31001035,,1,1 +6547,0,0,u_rankup_navi_31001035_thumbnail,,u_rankup_navi_31001035,,1,1 +6548,0,0,u_normal_navi_32008028_thumbnail,,u_normal_navi_32008028,,1,1 +6549,0,0,u_rankup_navi_32008028_thumbnail,,u_rankup_navi_32008028,,1,1 +6550,0,0,u_normal_navi_32005021_thumbnail,,u_normal_navi_32005021,,1,1 +6551,0,0,u_rankup_navi_32005021_thumbnail,,u_rankup_navi_32005021,,1,1 +6552,0,0,b_normal_41004007_thumbnail,,b_normal_41004007,,0,1 +6553,0,0,b_rankup_41004007_thumbnail,b_rankup_41004007_signed_thumbnail,b_rankup_41004007,b_rankup_41004007_signed,0,1 +6554,0,0,b_rankup_43003006_thumbnail,b_rankup_43003006_signed_thumbnail,b_rankup_43003006,b_rankup_43003006_signed,0,1 +6555,0,0,u_normal_navi_13065002_thumbnail,,u_normal_navi_13065002,,1,1 +6556,0,0,u_rankup_navi_13065002_thumbnail,,u_rankup_navi_13065002,,1,1 +6557,0,0,u_normal_navi_31102011_thumbnail,,u_normal_navi_31102011,,1,1 +6558,0,0,u_rankup_navi_31102011_thumbnail,,u_rankup_navi_31102011,,1,1 +6559,0,0,u_normal_navi_32105014_thumbnail,,u_normal_navi_32105014,,1,1 +6560,0,0,u_rankup_navi_32105014_thumbnail,,u_rankup_navi_32105014,,1,1 +6561,0,0,b_normal_53104007_thumbnail,,b_normal_53104007,,0,1 +6562,0,0,b_rankup_53104007_thumbnail,,b_rankup_53104007,,0,1 +6563,0,0,b_normal_43107004_thumbnail,,b_normal_43107004,,0,1 +6564,0,0,b_rankup_43107004_thumbnail,b_rankup_43107004_signed_thumbnail,b_rankup_43107004,b_rankup_43107004_signed,0,1 +6565,0,0,b_rankup_43102009_thumbnail,b_rankup_43102009_signed_thumbnail,b_rankup_43102009,b_rankup_43102009_signed,0,1 +6566,0,0,b_rankup_42109007_thumbnail,b_rankup_42109007_signed_thumbnail,b_rankup_42109007,b_rankup_42109007_signed,0,1 +6567,0,0,b_rankup_53101006_thumbnail,,b_rankup_53101006,,0,1 +6568,0,0,b_rankup_52102006_thumbnail,,b_rankup_52102006,,0,1 +6569,0,0,b_rankup_51103006_thumbnail,,b_rankup_51103006,,0,1 +6570,0,0,b_rankup_52104006_thumbnail,,b_rankup_52104006,,0,1 +6571,0,0,b_rankup_51105007_thumbnail,,b_rankup_51105007,,0,1 +6572,0,0,b_rankup_52106006_thumbnail,,b_rankup_52106006,,0,1 +6573,0,0,b_rankup_53107006_thumbnail,,b_rankup_53107006,,0,1 +6574,0,0,b_rankup_53108006_thumbnail,,b_rankup_53108006,,0,1 +6575,0,0,b_rankup_51109007_thumbnail,,b_rankup_51109007,,0,1 +6576,0,0,b_rankup_43106011_thumbnail,,b_rankup_43106011,,0,1 +6577,0,0,u_normal_navi_33001018_thumbnail,,u_normal_navi_33001018,,1,1 +6578,0,0,u_rankup_navi_33001018_thumbnail,,u_rankup_navi_33001018,,1,1 +6579,0,0,b_normal_52006002_thumbnail,,b_normal_52006002,,0,1 +6580,0,0,b_rankup_52006002_thumbnail,,b_rankup_52006002,,0,1 +6581,0,0,u_normal_navi_13023002_thumbnail,,u_normal_navi_13023002,,1,1 +6582,0,0,u_rankup_navi_13023002_thumbnail,,u_rankup_navi_13023002,,1,1 +6583,0,0,u_normal_navi_33101012_thumbnail,,u_normal_navi_33101012,,1,1 +6584,0,0,u_rankup_navi_33101012_thumbnail,,u_rankup_navi_33101012,,1,1 +6585,0,0,u_normal_navi_31105012_thumbnail,,u_normal_navi_31105012,,1,1 +6586,0,0,u_rankup_navi_31105012_thumbnail,,u_rankup_navi_31105012,,1,1 +6587,0,0,u_normal_navi_32107010_thumbnail,,u_normal_navi_32107010,,1,1 +6588,0,0,u_rankup_navi_32107010_thumbnail,,u_rankup_navi_32107010,,1,1 +6589,0,0,b_normal_52103007_thumbnail,,b_normal_52103007,,0,1 +6590,0,0,b_rankup_52103007_thumbnail,,b_rankup_52103007,,0,1 +6591,0,0,b_normal_41108008_thumbnail,,b_normal_41108008,,0,1 +6592,0,0,b_rankup_41108008_thumbnail,b_rankup_41108008_signed_thumbnail,b_rankup_41108008,b_rankup_41108008_signed,0,1 +6593,0,0,u_normal_navi_13012002_thumbnail,,u_normal_navi_13012002,,1,1 +6594,0,0,u_rankup_navi_13012002_thumbnail,,u_rankup_navi_13012002,,1,1 +6595,0,0,u_normal_navi_33007021_thumbnail,,u_normal_navi_33007021,,1,1 +6596,0,0,u_rankup_navi_33007021_thumbnail,,u_rankup_navi_33007021,,1,1 +6597,0,0,u_normal_navi_32009019_thumbnail,,u_normal_navi_32009019,,1,1 +6598,0,0,u_rankup_navi_32009019_thumbnail,,u_rankup_navi_32009019,,1,1 +6599,0,0,u_normal_navi_33002031_thumbnail,,u_normal_navi_33002031,,1,1 +6600,0,0,u_rankup_navi_33002031_thumbnail,,u_rankup_navi_33002031,,1,1 +6601,0,0,u_normal_navi_31006019_thumbnail,,u_normal_navi_31006019,,1,1 +6602,0,0,u_rankup_navi_31006019_thumbnail,,u_rankup_navi_31006019,,1,1 +6603,0,0,b_normal_43001006_thumbnail,,b_normal_43001006,,0,1 +6604,0,0,b_rankup_43001006_thumbnail,b_rankup_43001006_signed_thumbnail,b_rankup_43001006,b_rankup_43001006_signed,0,1 +6605,0,0,u_normal_navi_11045002_thumbnail,,u_normal_navi_11045002,,1,1 +6606,0,0,u_rankup_navi_11045002_thumbnail,,u_rankup_navi_11045002,,1,1 +6607,0,0,u_normal_navi_31104011_thumbnail,,u_normal_navi_31104011,,1,1 +6608,0,0,u_rankup_navi_31104011_thumbnail,,u_rankup_navi_31104011,,1,1 +6609,0,0,u_normal_navi_33106016_thumbnail,,u_normal_navi_33106016,,1,1 +6610,0,0,u_rankup_navi_33106016_thumbnail,,u_rankup_navi_33106016,,1,1 +6611,0,0,b_normal_53102007_thumbnail,,b_normal_53102007,,0,1 +6612,0,0,b_rankup_53102007_thumbnail,,b_rankup_53102007,,0,1 +6613,0,0,b_normal_42109008_thumbnail,,b_normal_42109008,,0,1 +6614,0,0,b_rankup_42109008_thumbnail,b_rankup_42109008_signed_thumbnail,b_rankup_42109008,b_rankup_42109008_signed,0,1 +6615,0,0,b_rankup_41002006_thumbnail,b_rankup_41002006_signed_thumbnail,b_rankup_41002006,b_rankup_41002006_signed,0,1 +6616,0,0,u_normal_navi_13048002_thumbnail,,u_normal_navi_13048002,,1,1 +6617,0,0,u_rankup_navi_13048002_thumbnail,,u_rankup_navi_13048002,,1,1 +6618,0,0,u_normal_navi_33102016_thumbnail,,u_normal_navi_33102016,,1,1 +6619,0,0,u_rankup_navi_33102016_thumbnail,,u_rankup_navi_33102016,,1,1 +6620,0,0,u_normal_navi_32108013_thumbnail,,u_normal_navi_32108013,,1,1 +6621,0,0,u_rankup_navi_32108013_thumbnail,,u_rankup_navi_32108013,,1,1 +6622,0,0,u_normal_navi_31008022_thumbnail,,u_normal_navi_31008022,,1,1 +6623,0,0,u_rankup_navi_31008022_thumbnail,,u_rankup_navi_31008022,,1,1 +6624,0,0,b_normal_53005002_thumbnail,,b_normal_53005002,,0,1 +6625,0,0,b_rankup_53005002_thumbnail,,b_rankup_53005002,,0,1 +6626,0,0,b_rankup_42005006_thumbnail,b_rankup_42005006_signed_thumbnail,b_rankup_42005006,b_rankup_42005006_signed,0,1 +6627,0,0,u_normal_navi_11056002_thumbnail,,u_normal_navi_11056002,,1,1 +6628,0,0,u_rankup_navi_11056002_thumbnail,,u_rankup_navi_11056002,,1,1 +6629,0,0,u_normal_navi_31103013_thumbnail,,u_normal_navi_31103013,,1,1 +6630,0,0,u_rankup_navi_31103013_thumbnail,,u_rankup_navi_31103013,,1,1 +6631,0,0,u_normal_navi_33108012_thumbnail,,u_normal_navi_33108012,,1,1 +6632,0,0,u_rankup_navi_33108012_thumbnail,,u_rankup_navi_33108012,,1,1 +6633,0,0,u_normal_navi_32109015_thumbnail,,u_normal_navi_32109015,,1,1 +6634,0,0,u_rankup_navi_32109015_thumbnail,,u_rankup_navi_32109015,,1,1 +6635,0,0,b_normal_51107007_thumbnail,,b_normal_51107007,,0,1 +6636,0,0,b_rankup_51107007_thumbnail,,b_rankup_51107007,,0,1 +6637,0,0,b_normal_42105010_thumbnail,,b_normal_42105010,,0,1 +6638,0,0,b_rankup_42105010_thumbnail,b_rankup_42105010_signed_thumbnail,b_rankup_42105010,b_rankup_42105010_signed,0,1 +6639,0,0,u_normal_navi_13021002_thumbnail,,u_normal_navi_13021002,,1,1 +6640,0,0,u_rankup_navi_13021002_thumbnail,,u_rankup_navi_13021002,,1,1 +6641,0,0,u_normal_navi_32002021_thumbnail,,u_normal_navi_32002021,,1,1 +6642,0,0,u_rankup_navi_32002021_thumbnail,,u_rankup_navi_32002021,,1,1 +6643,0,0,u_normal_navi_31008023_thumbnail,,u_normal_navi_31008023,,1,1 +6644,0,0,u_rankup_navi_31008023_thumbnail,,u_rankup_navi_31008023,,1,1 +6645,0,0,u_normal_navi_32004023_thumbnail,,u_normal_navi_32004023,,1,1 +6646,0,0,u_rankup_navi_32004023_thumbnail,,u_rankup_navi_32004023,,1,1 +6647,0,0,b_normal_42009007_thumbnail,,b_normal_42009007,,0,1 +6648,0,0,b_rankup_42009007_thumbnail,b_rankup_42009007_signed_thumbnail,b_rankup_42009007,b_rankup_42009007_signed,0,1 +6649,0,0,u_normal_navi_11030002_thumbnail,,u_normal_navi_11030002,,1,1 +6650,0,0,u_rankup_navi_11030002_thumbnail,,u_rankup_navi_11030002,,1,1 +6651,0,0,u_normal_navi_32102011_thumbnail,,u_normal_navi_32102011,,1,1 +6652,0,0,u_rankup_navi_32102011_thumbnail,,u_rankup_navi_32102011,,1,1 +6653,0,0,u_normal_navi_33104015_thumbnail,,u_normal_navi_33104015,,1,1 +6654,0,0,u_rankup_navi_33104015_thumbnail,,u_rankup_navi_33104015,,1,1 +6655,0,0,b_normal_53106008_thumbnail,,b_normal_53106008,,0,1 +6656,0,0,b_rankup_53106008_thumbnail,,b_rankup_53106008,,0,1 +6657,0,0,b_normal_41101010_thumbnail,,b_normal_41101010,,0,1 +6658,0,0,b_rankup_41101010_thumbnail,b_rankup_41101010_signed_thumbnail,b_rankup_41101010,b_rankup_41101010_signed,0,1 +6659,0,0,u_normal_navi_13015002_thumbnail,,u_normal_navi_13015002,,1,1 +6660,0,0,u_rankup_navi_13015002_thumbnail,,u_rankup_navi_13015002,,1,1 +6661,0,0,u_normal_navi_31104012_thumbnail,,u_normal_navi_31104012,,1,1 +6662,0,0,u_rankup_navi_31104012_thumbnail,,u_rankup_navi_31104012,,1,1 +6663,0,0,u_normal_navi_32106012_thumbnail,,u_normal_navi_32106012,,1,1 +6664,0,0,u_rankup_navi_32106012_thumbnail,,u_rankup_navi_32106012,,1,1 +6665,0,0,b_rankup_41001019_thumbnail,,b_rankup_41001019,,0,1 +6666,0,0,b_rankup_42101006_thumbnail,,b_rankup_42101006,,0,1 +6667,0,0,u_normal_navi_32003030_thumbnail,,u_normal_navi_32003030,,1,1 +6668,0,0,u_rankup_navi_32003030_thumbnail,,u_rankup_navi_32003030,,1,1 +6669,0,0,b_normal_51007002_thumbnail,,b_normal_51007002,,0,1 +6670,0,0,b_rankup_51007002_thumbnail,,b_rankup_51007002,,0,1 +6671,0,0,u_normal_navi_11051002_thumbnail,,u_normal_navi_11051002,,1,1 +6672,0,0,u_rankup_navi_11051002_thumbnail,,u_rankup_navi_11051002,,1,1 +6673,0,0,u_normal_navi_33102017_thumbnail,,u_normal_navi_33102017,,1,1 +6674,0,0,u_rankup_navi_33102017_thumbnail,,u_rankup_navi_33102017,,1,1 +6675,0,0,u_normal_navi_32107011_thumbnail,,u_normal_navi_32107011,,1,1 +6676,0,0,u_rankup_navi_32107011_thumbnail,,u_rankup_navi_32107011,,1,1 +6677,0,0,u_normal_navi_31108015_thumbnail,,u_normal_navi_31108015,,1,1 +6678,0,0,u_rankup_navi_31108015_thumbnail,,u_rankup_navi_31108015,,1,1 +6679,0,0,b_normal_51101008_thumbnail,,b_normal_51101008,,0,1 +6680,0,0,b_rankup_51101008_thumbnail,,b_rankup_51101008,,0,1 +6681,0,0,b_normal_42103007_thumbnail,,b_normal_42103007,,0,1 +6682,0,0,b_rankup_42103007_thumbnail,b_rankup_42103007_signed_thumbnail,b_rankup_42103007,b_rankup_42103007_signed,0,1 +6683,0,0,u_normal_navi_13052002_thumbnail,,u_normal_navi_13052002,,1,1 +6684,0,0,u_rankup_navi_13052002_thumbnail,,u_rankup_navi_13052002,,1,1 +6685,0,0,u_normal_navi_33001019_thumbnail,,u_normal_navi_33001019,,1,1 +6686,0,0,u_rankup_navi_33001019_thumbnail,,u_rankup_navi_33001019,,1,1 +6687,0,0,u_normal_navi_32003031_thumbnail,,u_normal_navi_32003031,,1,1 +6688,0,0,u_rankup_navi_32003031_thumbnail,,u_rankup_navi_32003031,,1,1 +6689,0,0,u_normal_navi_33004027_thumbnail,,u_normal_navi_33004027,,1,1 +6690,0,0,u_rankup_navi_33004027_thumbnail,,u_rankup_navi_33004027,,1,1 +6691,0,0,u_normal_navi_33008021_thumbnail,,u_normal_navi_33008021,,1,1 +6692,0,0,u_rankup_navi_33008021_thumbnail,,u_rankup_navi_33008021,,1,1 +6693,0,0,b_normal_41006008_thumbnail,,b_normal_41006008,,0,1 +6694,0,0,b_rankup_41006008_thumbnail,b_rankup_41006008_signed_thumbnail,b_rankup_41006008,b_rankup_41006008_signed,0,1 +6695,0,0,u_normal_navi_11054002_thumbnail,,u_normal_navi_11054002,,1,1 +6696,0,0,u_rankup_navi_11054002_thumbnail,,u_rankup_navi_11054002,,1,1 +6697,0,0,u_normal_navi_32104012_thumbnail,,u_normal_navi_32104012,,1,1 +6698,0,0,u_rankup_navi_32104012_thumbnail,,u_rankup_navi_32104012,,1,1 +6699,0,0,u_normal_navi_33105012_thumbnail,,u_normal_navi_33105012,,1,1 +6700,0,0,u_rankup_navi_33105012_thumbnail,,u_rankup_navi_33105012,,1,1 +6701,0,0,b_normal_53109006_thumbnail,,b_normal_53109006,,0,1 +6702,0,0,b_rankup_53109006_thumbnail,,b_rankup_53109006,,0,1 +6703,0,0,b_normal_41106006_thumbnail,,b_normal_41106006,,0,1 +6704,0,0,b_rankup_41106006_thumbnail,b_rankup_41106006_signed_thumbnail,b_rankup_41106006,b_rankup_41106006_signed,0,1 +6705,0,0,u_normal_navi_12034002_thumbnail,,u_normal_navi_12034002,,1,1 +6706,0,0,u_rankup_navi_12034002_thumbnail,,u_rankup_navi_12034002,,1,1 +6707,0,0,u_normal_navi_33101013_thumbnail,,u_normal_navi_33101013,,1,1 +6708,0,0,u_rankup_navi_33101013_thumbnail,,u_rankup_navi_33101013,,1,1 +6709,0,0,u_normal_navi_31105013_thumbnail,,u_normal_navi_31105013,,1,1 +6710,0,0,u_rankup_navi_31105013_thumbnail,,u_rankup_navi_31105013,,1,1 +6711,0,0,b_rankup_43002016_thumbnail,b_rankup_43002016_signed_thumbnail,b_rankup_43002016,b_rankup_43002016_signed,0,1 +6712,0,0,b_rankup_42007013_thumbnail,b_rankup_42007013_signed_thumbnail,b_rankup_42007013,b_rankup_42007013_signed,0,1 +6713,0,0,b_rankup_43106012_thumbnail,b_rankup_43106012_signed_thumbnail,b_rankup_43106012,b_rankup_43106012_signed,0,1 +6714,0,0,b_rankup_41107009_thumbnail,b_rankup_41107009_signed_thumbnail,b_rankup_41107009,b_rankup_41107009_signed,0,1 +6715,0,0,u_normal_navi_31005029_thumbnail,,u_normal_navi_31005029,,1,1 +6716,0,0,u_rankup_navi_31005029_thumbnail,,u_rankup_navi_31005029,,1,1 +6717,0,0,b_normal_52009002_thumbnail,,b_normal_52009002,,0,1 +6718,0,0,b_rankup_52009002_thumbnail,,b_rankup_52009002,,0,1 +6719,0,0,b_rankup_43104008_thumbnail,b_rankup_43104008_signed_thumbnail,b_rankup_43104008,b_rankup_43104008_signed,0,1 +6720,0,0,u_normal_navi_12019002_thumbnail,,u_normal_navi_12019002,,1,1 +6721,0,0,u_rankup_navi_12019002_thumbnail,,u_rankup_navi_12019002,,1,1 +6722,0,0,u_normal_navi_32101012_thumbnail,,u_normal_navi_32101012,,1,1 +6723,0,0,u_rankup_navi_32101012_thumbnail,,u_rankup_navi_32101012,,1,1 +6724,0,0,u_normal_navi_31107015_thumbnail,,u_normal_navi_31107015,,1,1 +6725,0,0,u_rankup_navi_31107015_thumbnail,,u_rankup_navi_31107015,,1,1 +6726,0,0,u_normal_navi_33108013_thumbnail,,u_normal_navi_33108013,,1,1 +6727,0,0,u_rankup_navi_33108013_thumbnail,,u_rankup_navi_33108013,,1,1 +6728,0,0,b_normal_52106007_thumbnail,,b_normal_52106007,,0,1 +6729,0,0,b_rankup_52106007_thumbnail,,b_rankup_52106007,,0,1 +6730,0,0,b_normal_43105007_thumbnail,,b_normal_43105007,,0,1 +6731,0,0,b_rankup_43105007_thumbnail,b_rankup_43105007_signed_thumbnail,b_rankup_43105007,b_rankup_43105007_signed,0,1 +6732,0,0,u_normal_navi_12029002_thumbnail,,u_normal_navi_12029002,,1,1 +6733,0,0,u_rankup_navi_12029002_thumbnail,,u_rankup_navi_12029002,,1,1 +6734,0,0,u_normal_navi_33005022_thumbnail,,u_normal_navi_33005022,,1,1 +6735,0,0,u_rankup_navi_33005022_thumbnail,,u_rankup_navi_33005022,,1,1 +6736,0,0,u_normal_navi_31006020_thumbnail,,u_normal_navi_31006020,,1,1 +6737,0,0,u_rankup_navi_31006020_thumbnail,,u_rankup_navi_31006020,,1,1 +6738,0,0,u_normal_navi_32001019_thumbnail,,u_normal_navi_32001019,,1,1 +6739,0,0,u_rankup_navi_32001019_thumbnail,,u_rankup_navi_32001019,,1,1 +6740,0,0,b_normal_43003007_thumbnail,,b_normal_43003007,,0,1 +6741,0,0,b_rankup_43003007_thumbnail,b_rankup_43003007_signed_thumbnail,b_rankup_43003007,b_rankup_43003007_signed,0,1 +6742,0,0,b_rankup_41008007_thumbnail,b_rankup_41008007_signed_thumbnail,b_rankup_41008007,b_rankup_41008007_signed,0,1 +6743,0,0,u_normal_navi_12043002_thumbnail,,u_normal_navi_12043002,,1,1 +6744,0,0,u_rankup_navi_12043002_thumbnail,,u_rankup_navi_12043002,,1,1 +6745,0,0,u_normal_navi_31104013_thumbnail,,u_normal_navi_31104013,,1,1 +6746,0,0,u_rankup_navi_31104013_thumbnail,,u_rankup_navi_31104013,,1,1 +6747,0,0,u_normal_navi_33109009_thumbnail,,u_normal_navi_33109009,,1,1 +6748,0,0,u_rankup_navi_33109009_thumbnail,,u_rankup_navi_33109009,,1,1 +6749,0,0,b_normal_51103007_thumbnail,,b_normal_51103007,,0,1 +6750,0,0,b_rankup_51103007_thumbnail,,b_rankup_51103007,,0,1 +6751,0,0,b_normal_42102005_thumbnail,,b_normal_42102005,,0,1 +6752,0,0,b_rankup_42102005_thumbnail,b_rankup_42102005_signed_thumbnail,b_rankup_42102005,b_rankup_42102005_signed,0,1 +6753,0,0,b_rankup_43008007_thumbnail,,b_rankup_43008007,,0,1 +6754,0,0,u_normal_navi_12050002_thumbnail,,u_normal_navi_12050002,,1,1 +6755,0,0,u_rankup_navi_12050002_thumbnail,,u_rankup_navi_12050002,,1,1 +6756,0,0,u_normal_navi_33102018_thumbnail,,u_normal_navi_33102018,,1,1 +6757,0,0,u_rankup_navi_33102018_thumbnail,,u_rankup_navi_33102018,,1,1 +6758,0,0,u_normal_navi_32103017_thumbnail,,u_normal_navi_32103017,,1,1 +6759,0,0,u_rankup_navi_32103017_thumbnail,,u_rankup_navi_32103017,,1,1 +6760,0,0,u_normal_navi_32007032_thumbnail,,u_normal_navi_32007032,,1,1 +6761,0,0,u_rankup_navi_32007032_thumbnail,,u_rankup_navi_32007032,,1,1 +6762,0,0,b_normal_51002002_thumbnail,,b_normal_51002002,,0,1 +6763,0,0,b_rankup_51002002_thumbnail,,b_rankup_51002002,,0,1 +6764,0,0,u_normal_navi_12066002_thumbnail,,u_normal_navi_12066002,,1,1 +6765,0,0,u_rankup_navi_12066002_thumbnail,,u_rankup_navi_12066002,,1,1 +6766,0,0,u_normal_navi_32102012_thumbnail,,u_normal_navi_32102012,,1,1 +6767,0,0,u_rankup_navi_32102012_thumbnail,,u_rankup_navi_32102012,,1,1 +6768,0,0,u_normal_navi_33103010_thumbnail,,u_normal_navi_33103010,,1,1 +6769,0,0,u_rankup_navi_33103010_thumbnail,,u_rankup_navi_33103010,,1,1 +6770,0,0,u_normal_navi_32107012_thumbnail,,u_normal_navi_32107012,,1,1 +6771,0,0,u_rankup_navi_32107012_thumbnail,,u_rankup_navi_32107012,,1,1 +6772,0,0,b_normal_51105008_thumbnail,,b_normal_51105008,,0,1 +6773,0,0,b_rankup_51105008_thumbnail,,b_rankup_51105008,,0,1 +6774,0,0,b_normal_41109006_thumbnail,,b_normal_41109006,,0,1 +6775,0,0,b_rankup_41109006_thumbnail,b_rankup_41109006_signed_thumbnail,b_rankup_41109006,b_rankup_41109006_signed,0,1 +6776,0,0,u_normal_navi_12017002_thumbnail,,u_normal_navi_12017002,,1,1 +6777,0,0,u_rankup_navi_12017002_thumbnail,,u_rankup_navi_12017002,,1,1 +6778,0,0,u_normal_navi_33004028_thumbnail,,u_normal_navi_33004028,,1,1 +6779,0,0,u_rankup_navi_33004028_thumbnail,,u_rankup_navi_33004028,,1,1 +6780,0,0,u_normal_navi_31007019_thumbnail,,u_normal_navi_31007019,,1,1 +6781,0,0,u_rankup_navi_31007019_thumbnail,,u_rankup_navi_31007019,,1,1 +6782,0,0,b_rankup_42103008_thumbnail,b_rankup_42103008_signed_thumbnail,b_rankup_42103008,b_rankup_42103008_signed,0,1 +6783,0,0,u_normal_navi_33003019_thumbnail,,u_normal_navi_33003019,,1,1 +6784,0,0,u_rankup_navi_33003019_thumbnail,,u_rankup_navi_33003019,,1,1 +6785,0,0,u_normal_navi_31004021_thumbnail,,u_normal_navi_31004021,,1,1 +6786,0,0,u_rankup_navi_31004021_thumbnail,,u_rankup_navi_31004021,,1,1 +6787,0,0,b_normal_42005007_thumbnail,,b_normal_42005007,,0,1 +6788,0,0,b_rankup_42005007_thumbnail,b_rankup_42005007_signed_thumbnail,b_rankup_42005007,b_rankup_42005007_signed,0,1 +6789,0,0,u_normal_navi_11013002_thumbnail,,u_normal_navi_11013002,,1,1 +6790,0,0,u_rankup_navi_11013002_thumbnail,,u_rankup_navi_11013002,,1,1 +6791,0,0,u_normal_navi_33104016_thumbnail,,u_normal_navi_33104016,,1,1 +6792,0,0,u_rankup_navi_33104016_thumbnail,,u_rankup_navi_33104016,,1,1 +6793,0,0,u_normal_navi_31106012_thumbnail,,u_normal_navi_31106012,,1,1 +6794,0,0,u_rankup_navi_31106012_thumbnail,,u_rankup_navi_31106012,,1,1 +6795,0,0,b_normal_53108007_thumbnail,,b_normal_53108007,,0,1 +6796,0,0,b_rankup_53108007_thumbnail,,b_rankup_53108007,,0,1 +6797,0,0,b_normal_42101007_thumbnail,,b_normal_42101007,,0,1 +6798,0,0,b_rankup_42101007_thumbnail,b_rankup_42101007_signed_thumbnail,b_rankup_42101007,b_rankup_42101007_signed,0,1 +6799,0,0,u_normal_navi_12025002_thumbnail,,u_normal_navi_12025002,,1,1 +6800,0,0,u_rankup_navi_12025002_thumbnail,,u_rankup_navi_12025002,,1,1 +6801,0,0,u_normal_navi_32107013_thumbnail,,u_normal_navi_32107013,,1,1 +6802,0,0,u_rankup_navi_32107013_thumbnail,,u_rankup_navi_32107013,,1,1 +6803,0,0,u_normal_navi_33109010_thumbnail,,u_normal_navi_33109010,,1,1 +6804,0,0,u_rankup_navi_33109010_thumbnail,,u_rankup_navi_33109010,,1,1 +6805,0,0,b_rankup_42008013_thumbnail,b_rankup_42008013_signed_thumbnail,b_rankup_42008013,b_rankup_42008013_signed,0,1 +6806,0,0,,,,,0,1 +6807,0,0,u_normal_navi_33009023_thumbnail,,u_normal_navi_33009023,,1,1 +6808,0,0,u_rankup_navi_33009023_thumbnail,,u_rankup_navi_33009023,,1,1 +6809,0,0,b_normal_52001002_thumbnail,,b_normal_52001002,,0,1 +6810,0,0,b_rankup_52001002_thumbnail,,b_rankup_52001002,,0,1 +6811,0,0,u_normal_navi_12046002_thumbnail,,u_normal_navi_12046002,,1,1 +6812,0,0,u_rankup_navi_12046002_thumbnail,,u_rankup_navi_12046002,,1,1 +6813,0,0,u_normal_navi_31101015_thumbnail,,u_normal_navi_31101015,,1,1 +6814,0,0,u_rankup_navi_31101015_thumbnail,,u_rankup_navi_31101015,,1,1 +6815,0,0,u_normal_navi_33106017_thumbnail,,u_normal_navi_33106017,,1,1 +6816,0,0,u_rankup_navi_33106017_thumbnail,,u_rankup_navi_33106017,,1,1 +6817,0,0,u_normal_navi_31109014_thumbnail,,u_normal_navi_31109014,,1,1 +6818,0,0,u_rankup_navi_31109014_thumbnail,,u_rankup_navi_31109014,,1,1 +6819,0,0,b_normal_52102007_thumbnail,,b_normal_52102007,,0,1 +6820,0,0,b_rankup_52102007_thumbnail,,b_rankup_52102007,,0,1 +6821,0,0,b_normal_43104009_thumbnail,,b_normal_43104009,,0,1 +6822,0,0,b_rankup_43104009_thumbnail,b_rankup_43104009_signed_thumbnail,b_rankup_43104009,b_rankup_43104009_signed,0,1 +6823,0,0,b_rankup_41107010_thumbnail,b_rankup_41107010_signed_thumbnail,b_rankup_41107010,b_rankup_41107010_signed,0,1 +6824,0,0,u_normal_navi_13059002_thumbnail,,u_normal_navi_13059002,,1,1 +6825,0,0,u_rankup_navi_13059002_thumbnail,,u_rankup_navi_13059002,,1,1 +6826,0,0,u_normal_navi_33001020_thumbnail,,u_normal_navi_33001020,,1,1 +6827,0,0,u_rankup_navi_33001020_thumbnail,,u_rankup_navi_33001020,,1,1 +6828,0,0,u_normal_navi_32002022_thumbnail,,u_normal_navi_32002022,,1,1 +6829,0,0,u_rankup_navi_32002022_thumbnail,,u_rankup_navi_32002022,,1,1 +6830,0,0,b_rankup_42004006_thumbnail,b_rankup_42004006_signed_thumbnail,b_rankup_42004006,b_rankup_42004006_signed,0,1 +6831,0,0,u_normal_navi_32006021_thumbnail,,u_normal_navi_32006021,,1,1 +6832,0,0,u_rankup_navi_32006021_thumbnail,,u_rankup_navi_32006021,,1,1 +6833,0,0,b_normal_41007006_thumbnail,,b_normal_41007006,,0,1 +6834,0,0,b_rankup_41007006_thumbnail,b_rankup_41007006_signed_thumbnail,b_rankup_41007006,b_rankup_41007006_signed,0,1 +6835,0,0,b_rankup_41004009_thumbnail,,b_rankup_41004009,,0,1 +6836,0,0,b_rankup_42003016_thumbnail,b_rankup_42003016_signed_thumbnail,b_rankup_42003016,b_rankup_42003016_signed,0,1 +6837,0,0,b_rankup_41007007_thumbnail,b_rankup_41007007_signed_thumbnail,b_rankup_41007007,b_rankup_41007007_signed,0,1 +6838,0,0,u_normal_navi_12067002_thumbnail,,u_normal_navi_12067002,,1,1 +6839,0,0,u_rankup_navi_12067002_thumbnail,,u_rankup_navi_12067002,,1,1 +6840,0,0,u_normal_navi_31103014_thumbnail,,u_normal_navi_31103014,,1,1 +6841,0,0,u_rankup_navi_31103014_thumbnail,,u_rankup_navi_31103014,,1,1 +6842,0,0,u_normal_navi_32105015_thumbnail,,u_normal_navi_32105015,,1,1 +6843,0,0,u_rankup_navi_32105015_thumbnail,,u_rankup_navi_32105015,,1,1 +6844,0,0,b_normal_53107007_thumbnail,,b_normal_53107007,,0,1 +6845,0,0,b_rankup_53107007_thumbnail,,b_rankup_53107007,,0,1 +6846,0,0,b_normal_42108006_thumbnail,,b_normal_42108006,,0,1 +6847,0,0,b_rankup_42108006_thumbnail,b_rankup_42108006_signed_thumbnail,b_rankup_42108006,b_rankup_42108006_signed,0,1 +6848,0,0,u_normal_navi_11027002_thumbnail,,u_normal_navi_11027002,,1,1 +6849,0,0,u_rankup_navi_11027002_thumbnail,,u_rankup_navi_11027002,,1,1 +6850,0,0,u_normal_navi_33105013_thumbnail,,u_normal_navi_33105013,,1,1 +6851,0,0,u_rankup_navi_33105013_thumbnail,,u_rankup_navi_33105013,,1,1 +6852,0,0,u_normal_navi_31108016_thumbnail,,u_normal_navi_31108016,,1,1 +6853,0,0,u_rankup_navi_31108016_thumbnail,,u_rankup_navi_31108016,,1,1 +6854,0,0,b_rankup_43101005_thumbnail,b_rankup_43101005_signed_thumbnail,b_rankup_43101005,b_rankup_43101005_signed,0,1 +6855,0,0,b_rankup_42102006_thumbnail,b_rankup_42102006_signed_thumbnail,b_rankup_42102006,b_rankup_42102006_signed,0,1 +6856,0,0,b_rankup_41105005_thumbnail,b_rankup_41105005_signed_thumbnail,b_rankup_41105005,b_rankup_41105005_signed,0,1 +6857,0,0,b_rankup_41101011_thumbnail,,b_rankup_41101011,,0,1 +6858,0,0,u_normal_navi_31002019_thumbnail,,u_normal_navi_31002019,,1,1 +6859,0,0,u_rankup_navi_31002019_thumbnail,,u_rankup_navi_31002019,,1,1 +6860,0,0,b_normal_53008002_thumbnail,,b_normal_53008002,,0,1 +6861,0,0,b_rankup_53008002_thumbnail,,b_rankup_53008002,,0,1 +6862,0,0,u_normal_navi_12020002_thumbnail,,u_normal_navi_12020002,,1,1 +6863,0,0,u_rankup_navi_12020002_thumbnail,,u_rankup_navi_12020002,,1,1 +6864,0,0,b_rankup_51901001_thumbnail,,b_rankup_51901001,,0,1 +6865,0,0,b_rankup_53902001_thumbnail,,b_rankup_53902001,,0,1 +6866,0,0,b_rankup_52903001_thumbnail,,b_rankup_52903001,,0,1 +6867,0,0,b_rankup_53904001_thumbnail,,b_rankup_53904001,,0,1 +6868,0,0,b_rankup_51905001_thumbnail,,b_rankup_51905001,,0,1 +6869,0,0,b_rankup_53906001_thumbnail,,b_rankup_53906001,,0,1 +6870,0,0,b_rankup_52907001_thumbnail,,b_rankup_52907001,,0,1 +6871,0,0,b_rankup_52908001_thumbnail,,b_rankup_52908001,,0,1 +6872,0,0,b_rankup_51909001_thumbnail,,b_rankup_51909001,,0,1 +6873,0,0,b_rankup_51911001_thumbnail,,b_rankup_51911001,,0,1 +6874,0,0,b_rankup_53912001_thumbnail,,b_rankup_53912001,,0,1 +6875,0,0,b_rankup_52913001_thumbnail,,b_rankup_52913001,,0,1 +6876,0,0,b_rankup_53914001_thumbnail,,b_rankup_53914001,,0,1 +6877,0,0,b_rankup_52915001_thumbnail,,b_rankup_52915001,,0,1 +6878,0,0,b_rankup_53916001_thumbnail,,b_rankup_53916001,,0,1 +6879,0,0,b_rankup_51917001_thumbnail,,b_rankup_51917001,,0,1 +6880,0,0,b_rankup_51918001_thumbnail,,b_rankup_51918001,,0,1 +6881,0,0,b_rankup_52919001_thumbnail,,b_rankup_52919001,,0,1 +6885,0,0,u_normal_navi_12035002_thumbnail,,u_normal_navi_12035002,,1,1 +6886,0,0,u_rankup_navi_12035002_thumbnail,,u_rankup_navi_12035002,,1,1 +6887,0,0,u_rankup_navi_32001020_thumbnail,,u_rankup_navi_32001020,,1,1 +6888,0,0,u_rankup_navi_33002032_thumbnail,,u_rankup_navi_33002032,,1,1 +6889,0,0,u_rankup_navi_31003022_thumbnail,,u_rankup_navi_31003022,,1,1 +6890,0,0,u_rankup_navi_31004022_thumbnail,,u_rankup_navi_31004022,,1,1 +6891,0,0,u_rankup_navi_32006022_thumbnail,,u_rankup_navi_32006022,,1,1 +6892,0,0,u_rankup_navi_32007033_thumbnail,,u_rankup_navi_32007033,,1,1 +6893,0,0,u_rankup_navi_33009024_thumbnail,,u_rankup_navi_33009024,,1,1 +6894,0,0,b_rankup_42001007_thumbnail,b_rankup_42001007_signed_thumbnail,b_rankup_42001007,b_rankup_42001007_signed,0,1 +6895,0,0,b_rankup_43003008_thumbnail,b_rankup_43003008_signed_thumbnail,b_rankup_43003008,b_rankup_43003008_signed,0,1 +6896,0,0,b_rankup_41004008_thumbnail,b_rankup_41004008_signed_thumbnail,b_rankup_41004008,b_rankup_41004008_signed,0,1 +6897,0,0,b_rankup_43105008_thumbnail,b_rankup_43105008_signed_thumbnail,b_rankup_43105008,b_rankup_43105008_signed,0,1 +6898,0,0,b_rankup_42006006_thumbnail,b_rankup_42006006_signed_thumbnail,b_rankup_42006006,b_rankup_42006006_signed,0,1 +6899,0,0,u_normal_navi_12057002_thumbnail,,u_normal_navi_12057002,,1,1 +6900,0,0,u_rankup_navi_12057002_thumbnail,,u_rankup_navi_12057002,,1,1 +6901,0,0,u_normal_navi_35010002_thumbnail,,u_normal_navi_35010002,,1,1 +6902,0,0,u_normal_navi_35110002_thumbnail,,u_normal_navi_35110002,,1,1 +6903,0,0,b_rankup_43105009_thumbnail,,b_rankup_43105009,,0,1 +6904,0,0,b_rankup_41006011_thumbnail,,b_rankup_41006011,,0,1 +6905,0,0,u_normal_navi_11064002_thumbnail,,u_normal_navi_11064002,,1,1 +6906,0,0,u_rankup_navi_11064002_thumbnail,,u_rankup_navi_11064002,,1,1 +6907,0,0,u_rankup_navi_32102013_thumbnail,,u_rankup_navi_32102013,,1,1 +6908,0,0,u_rankup_navi_32103018_thumbnail,,u_rankup_navi_32103018,,1,1 +6909,0,0,u_rankup_navi_33104017_thumbnail,,u_rankup_navi_33104017,,1,1 +6910,0,0,u_rankup_navi_31106013_thumbnail,,u_rankup_navi_31106013,,1,1 +6911,0,0,u_rankup_navi_33107014_thumbnail,,u_rankup_navi_33107014,,1,1 +6912,0,0,u_rankup_navi_33108014_thumbnail,,u_rankup_navi_33108014,,1,1 +6913,0,0,u_rankup_navi_31109015_thumbnail,,u_rankup_navi_31109015,,1,1 +6914,0,0,b_rankup_42106005_thumbnail,b_rankup_42106005_signed_thumbnail,b_rankup_42106005,b_rankup_42106005_signed,0,1 +6915,0,0,b_rankup_43107005_thumbnail,b_rankup_43107005_signed_thumbnail,b_rankup_43107005,b_rankup_43107005_signed,0,1 +6916,0,0,b_rankup_41109007_thumbnail,b_rankup_41109007_signed_thumbnail,b_rankup_41109007,b_rankup_41109007_signed,0,1 +6917,0,0,u_normal_navi_11055002_thumbnail,,u_normal_navi_11055002,,1,1 +6918,0,0,u_rankup_navi_11055002_thumbnail,,u_rankup_navi_11055002,,1,1 +6919,0,0,b_rankup_41005014_thumbnail,b_rankup_41005014_signed_thumbnail,b_rankup_41005014,b_rankup_41005014_signed,0,1 +6920,0,0,b_rankup_43008009_thumbnail,b_rankup_43008009_signed_thumbnail,b_rankup_43008009,b_rankup_43008009_signed,0,1 +6921,0,0,,,,,0,1 +6922,0,0,,,,,0,1 +6923,0,0,,,,,0,1 +6924,0,0,,,,,0,1 +6925,0,0,,,,,0,1 +6926,0,0,,,,,0,1 +6927,0,0,,,,,0,1 +6928,0,0,,,,,0,1 +6929,0,0,,,,,0,1 +6930,0,0,,,,,0,1 +6931,0,0,,,,,0,1 +6932,0,0,,,,,0,1 +6933,0,0,,,,,0,1 +6934,0,0,,,,,0,1 +6935,0,0,,,,,0,1 +6936,0,0,,,,,0,1 +6937,0,0,,,,,0,1 +6938,0,0,,,,,0,1 +6939,0,0,u_normal_navi_12014002_thumbnail,,u_normal_navi_12014002,,1,1 +6940,0,0,u_rankup_navi_12014002_thumbnail,,u_rankup_navi_12014002,,1,1 +6941,0,0,u_rankup_navi_31001036_thumbnail,,u_rankup_navi_31001036,,1,1 +6942,0,0,u_rankup_navi_32002023_thumbnail,,u_rankup_navi_32002023,,1,1 +6943,0,0,u_rankup_navi_31005030_thumbnail,,u_rankup_navi_31005030,,1,1 +6944,0,0,u_rankup_navi_33006034_thumbnail,,u_rankup_navi_33006034,,1,1 +6945,0,0,u_rankup_navi_33007022_thumbnail,,u_rankup_navi_33007022,,1,1 +6946,0,0,u_rankup_navi_33008022_thumbnail,,u_rankup_navi_33008022,,1,1 +6947,0,0,u_rankup_navi_32009020_thumbnail,,u_rankup_navi_32009020,,1,1 +6948,0,0,b_rankup_41002007_thumbnail,b_rankup_41002007_signed_thumbnail,b_rankup_41002007,b_rankup_41002007_signed,0,1 +6949,0,0,b_rankup_43007008_thumbnail,b_rankup_43007008_signed_thumbnail,b_rankup_43007008,b_rankup_43007008_signed,0,1 +6950,0,0,b_rankup_42009008_thumbnail,b_rankup_42009008_signed_thumbnail,b_rankup_42009008,b_rankup_42009008_signed,0,1 +6951,0,0,u_normal_navi_12026002_thumbnail,,u_normal_navi_12026002,,1,1 +6952,0,0,u_rankup_navi_12026002_thumbnail,,u_rankup_navi_12026002,,1,1 +6953,0,0,b_rankup_41101013_thumbnail,b_rankup_41101013_signed_thumbnail,b_rankup_41101013,b_rankup_41101013_signed,0,1 +6954,0,0,b_rankup_42105012_thumbnail,b_rankup_42105012_signed_thumbnail,b_rankup_42105012,b_rankup_42105012_signed,0,1 +6955,0,0,,,,,0,1 +6956,0,0,,,,,0,1 +6957,0,0,,,,,0,1 +6958,0,0,,,,,0,1 +6959,0,0,,,,,0,1 +6960,0,0,,,,,0,1 +6961,0,0,,,,,0,1 +6962,0,0,,,,,0,1 +6963,0,0,,,,,0,1 +6964,0,0,,,,,0,1 +6965,0,0,,,,,0,1 +6966,0,0,,,,,0,1 +6967,0,0,,,,,0,1 +6968,0,0,,,,,0,1 +6969,0,0,,,,,0,1 +6970,0,0,,,,,0,1 +6971,0,0,,,,,0,1 +6972,0,0,,,,,0,1 +6973,0,0,u_normal_navi_13032002_thumbnail,,u_normal_navi_13032002,,1,1 +6974,0,0,u_rankup_navi_13032002_thumbnail,,u_rankup_navi_13032002,,1,1 +6975,0,0,u_rankup_navi_32101013_thumbnail,,u_rankup_navi_32101013,,1,1 +6976,0,0,u_rankup_navi_31102012_thumbnail,,u_rankup_navi_31102012,,1,1 +6977,0,0,u_rankup_navi_33103011_thumbnail,,u_rankup_navi_33103011,,1,1 +6978,0,0,u_rankup_navi_33105014_thumbnail,,u_rankup_navi_33105014,,1,1 +6979,0,0,u_rankup_navi_32106013_thumbnail,,u_rankup_navi_32106013,,1,1 +6980,0,0,u_rankup_navi_32107014_thumbnail,,u_rankup_navi_32107014,,1,1 +6981,0,0,u_rankup_navi_31108017_thumbnail,,u_rankup_navi_31108017,,1,1 +6982,0,0,b_rankup_41103005_thumbnail,b_rankup_41103005_signed_thumbnail,b_rankup_41103005,b_rankup_41103005_signed,0,1 +6983,0,0,b_rankup_42104005_thumbnail,b_rankup_42104005_signed_thumbnail,b_rankup_42104005,b_rankup_42104005_signed,0,1 +6984,0,0,b_rankup_43108005_thumbnail,b_rankup_43108005_signed_thumbnail,b_rankup_43108005,b_rankup_43108005_signed,0,1 +6985,0,0,u_normal_navi_13041002_thumbnail,,u_normal_navi_13041002,,1,1 +6986,0,0,u_rankup_navi_13041002_thumbnail,,u_rankup_navi_13041002,,1,1 +6987,0,0,b_rankup_42003017_thumbnail,b_rankup_42003017_signed_thumbnail,b_rankup_42003017,b_rankup_42003017_signed,0,1 +6988,0,0,b_rankup_41004011_thumbnail,b_rankup_41004011_signed_thumbnail,b_rankup_41004011,b_rankup_41004011_signed,0,1 +6989,0,0,b_rankup_41007008_thumbnail,b_rankup_41007008_signed_thumbnail,b_rankup_41007008,b_rankup_41007008_signed,0,1 +6990,0,0,,,,,0,1 +6991,0,0,,,,,0,1 +6992,0,0,,,,,0,1 +6993,0,0,,,,,0,1 +6994,0,0,,,,,0,1 +6995,0,0,,,,,0,1 +6996,0,0,,,,,0,1 +6997,0,0,,,,,0,1 +6998,0,0,,,,,0,1 +6999,0,0,,,,,0,1 +7000,0,0,,,,,0,1 +7001,0,0,,,,,0,1 +7002,0,0,,,,,0,1 +7003,0,0,,,,,0,1 +7004,0,0,,,,,0,1 +7005,0,0,,,,,0,1 +7006,0,0,,,,,0,1 +7007,0,0,,,,,0,1 +7008,0,0,u_normal_navi_13068002_thumbnail,,u_normal_navi_13068002,,1,1 +7009,0,0,u_rankup_navi_13068002_thumbnail,,u_rankup_navi_13068002,,1,1 +7010,0,0,u_rankup_navi_31001037_thumbnail,,u_rankup_navi_31001037,,1,1 +7011,0,0,u_rankup_navi_33002033_thumbnail,,u_rankup_navi_33002033,,1,1 +7012,0,0,u_rankup_navi_33003020_thumbnail,,u_rankup_navi_33003020,,1,1 +7013,0,0,u_rankup_navi_32004024_thumbnail,,u_rankup_navi_32004024,,1,1 +7014,0,0,u_rankup_navi_31005031_thumbnail,,u_rankup_navi_31005031,,1,1 +7015,0,0,u_rankup_navi_31007020_thumbnail,,u_rankup_navi_31007020,,1,1 +7016,0,0,u_rankup_navi_32008029_thumbnail,,u_rankup_navi_32008029,,1,1 +7017,0,0,b_rankup_42005008_thumbnail,b_rankup_42005008_signed_thumbnail,b_rankup_42005008,b_rankup_42005008_signed,0,1 +7018,0,0,b_rankup_41006009_thumbnail,b_rankup_41006009_signed_thumbnail,b_rankup_41006009,b_rankup_41006009_signed,0,1 +7019,0,0,b_rankup_43008008_thumbnail,b_rankup_43008008_signed_thumbnail,b_rankup_43008008,b_rankup_43008008_signed,0,1 +7020,0,0,b_rankup_42108008_thumbnail,b_rankup_42108008_signed_thumbnail,b_rankup_42108008,b_rankup_42108008_signed,0,1 +7021,0,0,b_rankup_43007010_thumbnail,,b_rankup_43007010,,0,1 +7022,0,0,b_rankup_42108009_thumbnail,,b_rankup_42108009,,0,1 +7023,0,0,u_normal_navi_13024002_thumbnail,,u_normal_navi_13024002,,1,1 +7024,0,0,u_rankup_navi_13024002_thumbnail,,u_rankup_navi_13024002,,1,1 +7025,0,0,b_rankup_43104010_thumbnail,b_rankup_43104010_signed_thumbnail,b_rankup_43104010,b_rankup_43104010_signed,0,1 +7026,0,0,b_rankup_41109008_thumbnail,b_rankup_41109008_signed_thumbnail,b_rankup_41109008,b_rankup_41109008_signed,0,1 +7027,0,0,u_normal_navi_12016002_thumbnail,,u_normal_navi_12016002,,1,1 +7028,0,0,u_rankup_navi_12016002_thumbnail,,u_rankup_navi_12016002,,1,1 +7029,0,0,u_rankup_navi_33101014_thumbnail,,u_rankup_navi_33101014,,1,1 +7030,0,0,u_rankup_navi_32102014_thumbnail,,u_rankup_navi_32102014,,1,1 +7031,0,0,u_rankup_navi_32104013_thumbnail,,u_rankup_navi_32104013,,1,1 +7032,0,0,u_rankup_navi_31105014_thumbnail,,u_rankup_navi_31105014,,1,1 +7033,0,0,u_rankup_navi_31106014_thumbnail,,u_rankup_navi_31106014,,1,1 +7034,0,0,u_rankup_navi_31107016_thumbnail,,u_rankup_navi_31107016,,1,1 +7035,0,0,u_rankup_navi_33109011_thumbnail,,u_rankup_navi_33109011,,1,1 +7036,0,0,u_normal_navi_11033002_thumbnail,,u_normal_navi_11033002,,1,1 +7037,0,0,u_rankup_navi_11033002_thumbnail,,u_rankup_navi_11033002,,1,1 +7038,0,0,u_normal_navi_11037002_thumbnail,,u_normal_navi_11037002,,1,1 +7039,0,0,u_rankup_navi_11037002_thumbnail,,u_rankup_navi_11037002,,1,1 +7040,0,0,u_normal_navi_12053002_thumbnail,,u_normal_navi_12053002,,1,1 +7041,0,0,u_rankup_navi_12053002_thumbnail,,u_rankup_navi_12053002,,1,1 +7042,0,0,u_normal_navi_11058002_thumbnail,,u_normal_navi_11058002,,1,1 +7043,0,0,u_rankup_navi_11058002_thumbnail,,u_rankup_navi_11058002,,1,1 +7044,0,0,u_normal_navi_11061002_thumbnail,,u_normal_navi_11061002,,1,1 +7045,0,0,u_rankup_navi_11061002_thumbnail,,u_rankup_navi_11061002,,1,1 +7046,0,0,b_rankup_43006014_thumbnail,b_rankup_43006014_signed_thumbnail,b_rankup_43006014,b_rankup_43006014_signed,0,1 +7047,0,0,b_rankup_42009009_thumbnail,b_rankup_42009009_signed_thumbnail,b_rankup_42009009,b_rankup_42009009_signed,0,1 +7048,0,0,b_rankup_43103006_thumbnail,b_rankup_43103006_signed_thumbnail,b_rankup_43103006,b_rankup_43103006_signed,0,1 +7049,0,0,b_rankup_42104006_thumbnail,b_rankup_42104006_signed_thumbnail,b_rankup_42104006,b_rankup_42104006_signed,0,1 +7050,0,0,b_rankup_41107011_thumbnail,b_rankup_41107011_signed_thumbnail,b_rankup_41107011,b_rankup_41107011_signed,0,1 +7051,0,0,b_rankup_53006005_thumbnail,,b_rankup_53006005,,0,1 +7052,0,0,b_normal_42003018_thumbnail,,b_normal_42003018,,0,1 +7053,0,0,b_rankup_42003018_thumbnail,b_rankup_42003018_signed_thumbnail,b_rankup_42003018,b_rankup_42003018_signed,0,1 +7054,0,0,b_normal_43004014_thumbnail,,b_normal_43004014,,0,1 +7055,0,0,b_rankup_43004014_thumbnail,b_rankup_43004014_signed_thumbnail,b_rankup_43004014,b_rankup_43004014_signed,0,1 +7056,0,0,b_normal_41009016_thumbnail,,b_normal_41009016,,0,1 +7057,0,0,b_rankup_41009016_thumbnail,,b_rankup_41009016,,0,1 +7058,0,0,b_rankup_41106007_thumbnail,b_rankup_41106007_signed_thumbnail,b_rankup_41106007,b_rankup_41106007_signed,0,1 +7059,0,0,b_rankup_41101014_thumbnail,b_rankup_41101014_signed_thumbnail,b_rankup_41101014,b_rankup_41101014_signed,0,1 +7060,0,0,b_rankup_42105013_thumbnail,b_rankup_42105013_signed_thumbnail,b_rankup_42105013,b_rankup_42105013_signed,0,1 +7061,0,0,b_rankup_43109007_thumbnail,b_rankup_43109007_signed_thumbnail,b_rankup_43109007,b_rankup_43109007_signed,0,1 +7062,0,0,b_rankup_41106008_thumbnail,,b_rankup_41106008,,0,1 +7065,0,0,b_rankup_42103010_thumbnail,b_rankup_42103010_signed_thumbnail,b_rankup_42103010,b_rankup_42103010_signed,0,1 +7066,0,0,b_rankup_43108006_thumbnail,b_rankup_43108006_signed_thumbnail,b_rankup_43108006,b_rankup_43108006_signed,0,1 +7067,0,0,b_rankup_43009007_thumbnail,b_rankup_43009007_signed_thumbnail,b_rankup_43009007,b_rankup_43009007_signed,0,1 +7068,0,0,b_rankup_53102009_thumbnail,,b_rankup_53102009,,0,1 +7069,0,0,b_normal_42103011_thumbnail,,b_normal_42103011,,0,1 +7070,0,0,b_rankup_42103011_thumbnail,b_rankup_42103011_signed_thumbnail,b_rankup_42103011,b_rankup_42103011_signed,0,1 +7071,0,0,b_normal_43104011_thumbnail,,b_normal_43104011,,0,1 +7072,0,0,b_rankup_43104011_thumbnail,b_rankup_43104011_signed_thumbnail,b_rankup_43104011,b_rankup_43104011_signed,0,1 +7073,0,0,b_normal_41107012_thumbnail,,b_normal_41107012,,0,1 +7074,0,0,b_rankup_41107012_thumbnail,,b_rankup_41107012,,0,1 +7075,0,0,b_rankup_42009010_thumbnail,,b_rankup_42009010,,0,1 +7076,0,0,b_rankup_41102007_thumbnail,b_rankup_41102007_signed_thumbnail,b_rankup_41102007,b_rankup_41102007_signed,0,1 +7077,0,0,b_rankup_43106014_thumbnail,b_rankup_43106014_signed_thumbnail,b_rankup_43106014,b_rankup_43106014_signed,0,1 +7078,0,0,b_rankup_42108010_thumbnail,b_rankup_42108010_signed_thumbnail,b_rankup_42108010,b_rankup_42108010_signed,0,1 +7079,0,0,b_rankup_42101008_thumbnail,b_rankup_42101008_signed_thumbnail,b_rankup_42101008,b_rankup_42101008_signed,0,1 +7080,0,0,b_rankup_43001007_thumbnail,b_rankup_43001007_signed_thumbnail,b_rankup_43001007,b_rankup_43001007_signed,0,1 +7081,0,0,b_rankup_41001020_thumbnail,b_rankup_41001020_signed_thumbnail,b_rankup_41001020,b_rankup_41001020_signed,0,1 +7082,0,0,b_rankup_42002007_thumbnail,b_rankup_42002007_signed_thumbnail,b_rankup_42002007,b_rankup_42002007_signed,0,1 +7083,0,0,b_rankup_42101009_thumbnail,,b_rankup_42101009,,0,1 +7084,0,0,b_rankup_42001009_thumbnail,,b_rankup_42001009,,0,1 +7085,0,0,b_rankup_51001005_thumbnail,,b_rankup_51001005,,0,1 +7086,0,0,b_normal_41005015_thumbnail,,b_normal_41005015,,0,1 +7087,0,0,b_rankup_41005015_thumbnail,b_rankup_41005015_signed_thumbnail,b_rankup_41005015,b_rankup_41005015_signed,0,1 +7088,0,0,b_normal_43006015_thumbnail,,b_normal_43006015,,0,1 +7089,0,0,b_rankup_43006015_thumbnail,b_rankup_43006015_signed_thumbnail,b_rankup_43006015,b_rankup_43006015_signed,0,1 +7090,0,0,b_normal_42008014_thumbnail,,b_normal_42008014,,0,1 +7091,0,0,b_rankup_42008014_thumbnail,,b_rankup_42008014,,0,1 +7092,0,0,b_rankup_42101010_thumbnail,b_rankup_42101010_signed_thumbnail,b_rankup_42101010,b_rankup_42101010_signed,0,1 +7093,0,0,b_rankup_43102011_thumbnail,b_rankup_43102011_signed_thumbnail,b_rankup_43102011,b_rankup_43102011_signed,0,1 +7094,0,0,b_rankup_41103006_thumbnail,b_rankup_41103006_signed_thumbnail,b_rankup_41103006,b_rankup_41103006_signed,0,1 +7095,0,0,b_rankup_43104012_thumbnail,b_rankup_43104012_signed_thumbnail,b_rankup_43104012,b_rankup_43104012_signed,0,1 +7096,0,0,b_rankup_43105011_thumbnail,b_rankup_43105011_signed_thumbnail,b_rankup_43105011,b_rankup_43105011_signed,0,1 +7097,0,0,b_rankup_41106010_thumbnail,b_rankup_41106010_signed_thumbnail,b_rankup_41106010,b_rankup_41106010_signed,0,1 +7098,0,0,b_rankup_42107006_thumbnail,b_rankup_42107006_signed_thumbnail,b_rankup_42107006,b_rankup_42107006_signed,0,1 +7099,0,0,b_rankup_41108009_thumbnail,b_rankup_41108009_signed_thumbnail,b_rankup_41108009,b_rankup_41108009_signed,0,1 +7100,0,0,b_rankup_42109009_thumbnail,b_rankup_42109009_signed_thumbnail,b_rankup_42109009,b_rankup_42109009_signed,0,1 +7101,0,0,b_rankup_43102010_thumbnail,b_rankup_43102010_signed_thumbnail,b_rankup_43102010,b_rankup_43102010_signed,0,1 +7102,0,0,b_rankup_41106009_thumbnail,b_rankup_41106009_signed_thumbnail,b_rankup_41106009,b_rankup_41106009_signed,0,1 +7103,0,0,,,,,0,1 +7104,0,0,,,,,0,1 +7105,0,0,,,,,0,1 +7106,0,0,,,,,0,1 +7107,0,0,,,,,0,1 +7108,0,0,,,,,0,1 +7109,0,0,,,,,0,1 +7110,0,0,,,,,0,1 +7111,0,0,,,,,0,1 +7112,0,0,,,,,0,1 +7113,0,0,,,,,0,1 +7114,0,0,,,,,0,1 +7115,0,0,,,,,0,1 +7116,0,0,b_rankup_51107009_thumbnail,,b_rankup_51107009,,0,1 +7117,0,0,b_normal_43102012_thumbnail,,b_normal_43102012,,0,1 +7118,0,0,b_rankup_43102012_thumbnail,b_rankup_43102012_signed_thumbnail,b_rankup_43102012,b_rankup_43102012_signed,0,1 +7119,0,0,b_normal_43106015_thumbnail,,b_normal_43106015,,0,1 +7120,0,0,b_rankup_43106015_thumbnail,b_rankup_43106015_signed_thumbnail,b_rankup_43106015,b_rankup_43106015_signed,0,1 +7121,0,0,b_normal_41108010_thumbnail,,b_normal_41108010,,0,1 +7122,0,0,b_rankup_41108010_thumbnail,,b_rankup_41108010,,0,1 +7123,0,0,b_rankup_41007009_thumbnail,b_rankup_41007009_signed_thumbnail,b_rankup_41007009,b_rankup_41007009_signed,0,1 +7124,0,0,b_rankup_43009008_thumbnail,b_rankup_43009008_signed_thumbnail,b_rankup_43009008,b_rankup_43009008_signed,0,1 +7125,0,0,b_rankup_52003005_thumbnail,,b_rankup_52003005,,0,1 +7126,0,0,b_normal_41001021_thumbnail,,b_normal_41001021,,0,1 +7127,0,0,b_rankup_41001021_thumbnail,b_rankup_41001021_signed_thumbnail,b_rankup_41001021,b_rankup_41001021_signed,0,1 +7128,0,0,b_normal_43002018_thumbnail,,b_normal_43002018,,0,1 +7129,0,0,b_rankup_43002018_thumbnail,b_rankup_43002018_signed_thumbnail,b_rankup_43002018,b_rankup_43002018_signed,0,1 +7130,0,0,b_normal_42007014_thumbnail,,b_normal_42007014,,0,1 +7131,0,0,b_rankup_42007014_thumbnail,,b_rankup_42007014,,0,1 +7132,0,0,b_rankup_41003006_thumbnail,b_rankup_41003006_signed_thumbnail,b_rankup_41003006,b_rankup_41003006_signed,0,1 +7133,0,0,b_rankup_43003010_thumbnail,,b_rankup_43003010,,0,1 +7134,0,0,b_rankup_41102008_thumbnail,b_rankup_41102008_signed_thumbnail,b_rankup_41102008,b_rankup_41102008_signed,0,1 +7135,0,0,b_rankup_43109008_thumbnail,b_rankup_43109008_signed_thumbnail,b_rankup_43109008,b_rankup_43109008_signed,0,1 +7136,0,0,,,,,0,1 +7137,0,0,,,,,0,1 +7138,0,0,,,,,0,1 +7139,0,0,,,,,0,1 +7140,0,0,,,,,0,1 +7141,0,0,,,,,0,1 +7142,0,0,,,,,0,1 +7143,0,0,,,,,0,1 +7144,0,0,,,,,0,1 +7145,0,0,,,,,0,1 +7146,0,0,,,,,0,1 +7147,0,0,,,,,0,1 +7148,0,0,,,,,0,1 +7149,0,0,,,,,0,1 +7150,0,0,,,,,0,1 +7151,0,0,,,,,0,1 +7152,0,0,,,,,0,1 +7153,0,0,,,,,0,1 +7154,0,0,,,,,0,1 +7155,0,0,,,,,0,1 +7156,0,0,,,,,0,1 +7157,0,0,,,,,0,1 +7158,0,0,b_rankup_41104007_thumbnail,b_rankup_41104007_signed_thumbnail,b_rankup_41104007,b_rankup_41104007_signed,0,1 +7159,0,0,b_rankup_43105012_thumbnail,b_rankup_43105012_signed_thumbnail,b_rankup_43105012,b_rankup_43105012_signed,0,1 +7160,0,0,b_rankup_41102009_thumbnail,,b_rankup_41102009,,0,1 +7161,0,0,,,,,0,1 +7162,0,0,,,,,0,1 +7163,0,0,,,,,0,1 +7164,0,0,,,,,0,1 +7165,0,0,,,,,0,1 +7166,0,0,,,,,0,1 +7167,0,0,,,,,0,1 +7168,0,0,,,,,0,1 +7169,0,0,,,,,0,1 +7170,0,0,,,,,0,1 +7171,0,0,,,,,0,1 +7172,0,0,,,,,0,1 +7173,0,0,,,,,0,1 +7174,0,0,,,,,0,1 +7175,0,0,,,,,0,1 +7176,0,0,,,,,0,1 +7177,0,0,b_rankup_53106010_thumbnail,,b_rankup_53106010,,0,1 +7178,0,0,b_normal_41101015_thumbnail,,b_normal_41101015,,0,1 +7179,0,0,b_rankup_41101015_thumbnail,b_rankup_41101015_signed_thumbnail,b_rankup_41101015,b_rankup_41101015_signed,0,1 +7180,0,0,b_normal_42105014_thumbnail,,b_normal_42105014,,0,1 +7181,0,0,b_rankup_42105014_thumbnail,b_rankup_42105014_signed_thumbnail,b_rankup_42105014,b_rankup_42105014_signed,0,1 +7182,0,0,b_normal_42109010_thumbnail,,b_normal_42109010,,0,1 +7183,0,0,b_rankup_42109010_thumbnail,,b_rankup_42109010,,0,1 +7184,0,0,b_rankup_43109009_thumbnail,,b_rankup_43109009,,0,1 +7185,0,0,,,,,0,1 +7186,0,0,,,,,0,1 +7187,0,0,,,,,0,1 +7188,0,0,,,,,0,1 +7189,0,0,,,,,0,1 +7190,0,0,,,,,0,1 +7191,0,0,,,,,0,1 +7192,0,0,,,,,0,1 +7193,0,0,,,,,0,1 +7194,0,0,,,,,0,1 +7195,0,0,,,,,0,1 +7196,0,0,,,,,0,1 +7197,0,0,,,,,0,1 +7198,0,0,,,,,0,1 +7199,0,0,,,,,0,1 +7200,0,0,,,,,0,1 +7201,0,0,,,,,0,1 +7202,0,0,,,,,0,1 +7203,0,0,,,,,0,1 +7204,0,0,,,,,0,1 +7205,0,0,,,,,0,1 +7206,0,0,,,,,0,1 +7207,0,0,,,,,0,1 +7208,0,0,,,,,0,1 +7209,0,0,,,,,0,1 +7210,0,0,,,,,0,1 +7211,0,0,,,,,0,1 +7212,0,0,,,,,0,1 +7213,0,0,,,,,0,1 +7214,0,0,,,,,0,1 +7215,0,0,,,,,0,1 +7216,0,0,,,,,0,1 +7217,0,0,b_rankup_42006007_thumbnail,b_rankup_42006007_signed_thumbnail,b_rankup_42006007,b_rankup_42006007_signed,0,1 +7218,0,0,b_rankup_41008009_thumbnail,b_rankup_41008009_signed_thumbnail,b_rankup_41008009,b_rankup_41008009_signed,0,1 +7219,0,0,b_rankup_52201001_thumbnail,,b_rankup_52201001,,0,1 +7220,0,0,b_rankup_52202001_thumbnail,,b_rankup_52202001,,0,1 +7221,0,0,b_rankup_53203002_thumbnail,,b_rankup_53203002,,0,1 +7222,0,0,b_rankup_53204001_thumbnail,,b_rankup_53204001,,0,1 +7223,0,0,b_rankup_51205001_thumbnail,,b_rankup_51205001,,0,1 +7224,0,0,b_rankup_51206002_thumbnail,,b_rankup_51206002,,0,1 +7225,0,0,b_rankup_53207002_thumbnail,,b_rankup_53207002,,0,1 +7226,0,0,b_rankup_52208002_thumbnail,,b_rankup_52208002,,0,1 +7227,0,0,b_rankup_51209001_thumbnail,,b_rankup_51209001,,0,1 +7228,0,0,,,,,0,1 +7229,0,0,,,,,0,1 +7230,0,0,,,,,0,1 +7231,0,0,,,,,0,1 +7232,0,0,,,,,0,1 +7233,0,0,,,,,0,1 +7234,0,0,,,,,0,1 +7235,0,0,,,,,0,1 +7236,0,0,,,,,0,1 +7237,0,0,,,,,0,1 +7238,0,0,,,,,0,1 +7239,0,0,,,,,0,1 +7240,0,0,,,,,0,1 +7241,0,0,b_rankup_52009003_thumbnail,,b_rankup_52009003,,0,1 +7242,0,0,b_normal_41003007_thumbnail,,b_normal_41003007,,0,1 +7243,0,0,b_rankup_41003007_thumbnail,,b_rankup_41003007,,0,1 +7244,0,0,b_normal_43007011_thumbnail,,b_normal_43007011,,0,1 +7245,0,0,b_rankup_43007011_thumbnail,b_rankup_43007011_signed_thumbnail,b_rankup_43007011,b_rankup_43007011_signed,0,1 +7246,0,0,b_normal_42008015_thumbnail,,b_normal_42008015,,0,1 +7247,0,0,b_rankup_42008015_thumbnail,b_rankup_42008015_signed_thumbnail,b_rankup_42008015,b_rankup_42008015_signed,0,1 +7248,0,0,b_rankup_42002008_thumbnail,b_rankup_42002008_signed_thumbnail,b_rankup_42002008,b_rankup_42002008_signed,0,1 +7249,0,0,,,,,0,1 +7250,0,0,,,,,0,1 +7251,0,0,,,,,0,1 +7252,0,0,,,,,0,1 +7253,0,0,,,,,0,1 +7254,0,0,,,,,0,1 +7255,0,0,,,,,0,1 +7256,0,0,,,,,0,1 +7257,0,0,,,,,0,1 +7258,0,0,,,,,0,1 +7259,0,0,,,,,0,1 +7260,0,0,,,,,0,1 +7261,0,0,,,,,0,1 +7262,0,0,b_rankup_42107007_thumbnail,b_rankup_42107007_signed_thumbnail,b_rankup_42107007,b_rankup_42107007_signed,0,1 +7263,0,0,b_rankup_43109010_thumbnail,b_rankup_43109010_signed_thumbnail,b_rankup_43109010,b_rankup_43109010_signed,0,1 +7264,0,0,,,,,0,1 +7265,0,0,,,,,0,1 +7266,0,0,,,,,0,1 +7267,0,0,,,,,0,1 +7268,0,0,,,,,0,1 +7269,0,0,,,,,0,1 +7270,0,0,,,,,0,1 +7271,0,0,,,,,0,1 +7272,0,0,,,,,0,1 +7273,0,0,,,,,0,1 +7274,0,0,,,,,0,1 +7275,0,0,,,,,0,1 +7276,0,0,,,,,0,1 +7277,0,0,,,,,0,1 +7278,0,0,,,,,0,1 +7279,0,0,,,,,0,1 +7280,0,0,,,,,0,1 +7281,0,0,b_rankup_51109009_thumbnail,,b_rankup_51109009,,0,1 +7282,0,0,b_normal_43104013_thumbnail,,b_normal_43104013,,0,1 +7283,0,0,b_rankup_43104013_thumbnail,,b_rankup_43104013,,0,1 +7284,0,0,b_normal_41105006_thumbnail,,b_normal_41105006,,0,1 +7285,0,0,b_rankup_41105006_thumbnail,b_rankup_41105006_signed_thumbnail,b_rankup_41105006,b_rankup_41105006_signed,0,1 +7286,0,0,b_normal_43107007_thumbnail,,b_normal_43107007,,0,1 +7287,0,0,b_rankup_43107007_thumbnail,b_rankup_43107007_signed_thumbnail,b_rankup_43107007,b_rankup_43107007_signed,0,1 +7288,0,0,b_rankup_41002008_thumbnail,,b_rankup_41002008,,0,1 +7289,0,0,b_rankup_43005006_thumbnail,b_rankup_43005006_signed_thumbnail,b_rankup_43005006,b_rankup_43005006_signed,0,1 +7290,0,0,,,,,0,1 +7291,0,0,,,,,0,1 +7292,0,0,,,,,0,1 +7293,0,0,,,,,0,1 +7294,0,0,,,,,0,1 +7295,0,0,,,,,0,1 +7296,0,0,,,,,0,1 +7297,0,0,,,,,0,1 +7298,0,0,,,,,0,1 +7299,0,0,,,,,0,1 +7300,0,0,,,,,0,1 +7301,0,0,,,,,0,1 +7302,0,0,,,,,0,1 +7303,0,0,,,,,0,1 +7304,0,0,,,,,0,1 +7305,0,0,,,,,0,1 +7306,0,0,,,,,0,1 +7307,0,0,,,,,0,1 +7308,0,0,,,,,0,1 +7309,0,0,,,,,0,1 +7310,0,0,,,,,0,1 +7311,0,0,,,,,0,1 +7312,0,0,,,,,0,1 +7313,0,0,,,,,0,1 +7314,0,0,b_rankup_42001010_thumbnail,b_rankup_42001010_signed_thumbnail,b_rankup_42001010,b_rankup_42001010_signed,0,1 +7315,0,0,b_rankup_43003011_thumbnail,b_rankup_43003011_signed_thumbnail,b_rankup_43003011,b_rankup_43003011_signed,0,1 +7316,0,0,b_rankup_43102013_thumbnail,b_rankup_43102013_signed_thumbnail,b_rankup_43102013,b_rankup_43102013_signed,0,1 +7317,0,0,b_rankup_42005010_thumbnail,,b_rankup_42005010,,0,1 +7318,0,0,b_rankup_42201001_thumbnail,,b_rankup_42201001,,0,1 +7319,0,0,b_normal_55086001_thumbnail,,b_normal_55086001,,0,1 +7320,0,0,b_normal_55130001_thumbnail,,b_normal_55130001,,0,1 +7321,0,0,b_normal_55210001_thumbnail,,b_normal_55210001,,0,1 +7322,0,0,b_rankup_53008003_thumbnail,,b_rankup_53008003,,0,1 +7323,0,0,b_normal_42004007_thumbnail,,b_normal_42004007,,0,1 +7324,0,0,b_rankup_42004007_thumbnail,b_rankup_42004007_signed_thumbnail,b_rankup_42004007,b_rankup_42004007_signed,0,1 +7325,0,0,b_normal_43005007_thumbnail,,b_normal_43005007,,0,1 +7326,0,0,b_rankup_43005007_thumbnail,,b_rankup_43005007,,0,1 +7327,0,0,b_normal_41006013_thumbnail,,b_normal_41006013,,0,1 +7328,0,0,b_rankup_41006013_thumbnail,b_rankup_41006013_signed_thumbnail,b_rankup_41006013,b_rankup_41006013_signed,0,1 +7329,0,0,b_rankup_41104008_thumbnail,b_rankup_41104008_signed_thumbnail,b_rankup_41104008,b_rankup_41104008_signed,0,1 +7330,0,0,u_normal_navi_35211001_thumbnail,,u_normal_navi_35211001,,1,1 +7331,0,0,b_rankup_42106006_thumbnail,b_rankup_42106006_signed_thumbnail,b_rankup_42106006,b_rankup_42106006_signed,0,1 +7332,0,0,b_rankup_41101016_thumbnail,b_rankup_41101016_signed_thumbnail,b_rankup_41101016,b_rankup_41101016_signed,0,1 +7333,0,0,b_rankup_43103007_thumbnail,b_rankup_43103007_signed_thumbnail,b_rankup_43103007,b_rankup_43103007_signed,0,1 +7334,0,0,b_rankup_43001008_thumbnail,b_rankup_43001008_signed_thumbnail,b_rankup_43001008,b_rankup_43001008_signed,0,1 +7335,0,0,b_rankup_53101007_thumbnail,,b_rankup_53101007,,0,1 +7336,0,0,b_normal_42103012_thumbnail,,b_normal_42103012,,0,1 +7337,0,0,b_rankup_42103012_thumbnail,,b_rankup_42103012,,0,1 +7338,0,0,b_normal_42108011_thumbnail,,b_normal_42108011,,0,1 +7339,0,0,b_rankup_42108011_thumbnail,b_rankup_42108011_signed_thumbnail,b_rankup_42108011,b_rankup_42108011_signed,0,1 +7340,0,0,b_normal_41109009_thumbnail,,b_normal_41109009,,0,1 +7341,0,0,b_rankup_41109009_thumbnail,b_rankup_41109009_signed_thumbnail,b_rankup_41109009,b_rankup_41109009_signed,0,1 +7342,0,0,b_rankup_42007015_thumbnail,b_rankup_42007015_signed_thumbnail,b_rankup_42007015,b_rankup_42007015_signed,0,1 +7343,0,0,b_rankup_43005008_thumbnail,b_rankup_43005008_signed_thumbnail,b_rankup_43005008,b_rankup_43005008_signed,0,1 +7344,0,0,b_rankup_41004012_thumbnail,b_rankup_41004012_signed_thumbnail,b_rankup_41004012,b_rankup_41004012_signed,0,1 +7345,0,0,b_rankup_43005009_thumbnail,b_rankup_43005009_signed_thumbnail,b_rankup_43005009,b_rankup_43005009_signed,0,1 +7346,0,0,b_rankup_41105007_thumbnail,b_rankup_41105007_signed_thumbnail,b_rankup_41105007,b_rankup_41105007_signed,0,1 +7347,0,0,b_rankup_42202001_thumbnail,,b_rankup_42202001,,0,1 +7348,0,0,b_rankup_51005005_thumbnail,,b_rankup_51005005,,0,1 +7349,0,0,b_normal_43001009_thumbnail,,b_normal_43001009,,0,1 +7350,0,0,b_rankup_43001009_thumbnail,b_rankup_43001009_signed_thumbnail,b_rankup_43001009,b_rankup_43001009_signed,0,1 +7351,0,0,b_normal_41002009_thumbnail,,b_normal_41002009,,0,1 +7352,0,0,b_rankup_41002009_thumbnail,,b_rankup_41002009,,0,1 +7353,0,0,b_normal_42009011_thumbnail,,b_normal_42009011,,0,1 +7354,0,0,b_rankup_42009011_thumbnail,b_rankup_42009011_signed_thumbnail,b_rankup_42009011,b_rankup_42009011_signed,0,1 +7355,0,0,b_rankup_43103008_thumbnail,b_rankup_43103008_signed_thumbnail,b_rankup_43103008,b_rankup_43103008_signed,0,1 +7356,0,0,b_rankup_41107013_thumbnail,b_rankup_41107013_signed_thumbnail,b_rankup_41107013,b_rankup_41107013_signed,0,1 +7357,0,0,b_rankup_42102008_thumbnail,b_rankup_42102008_signed_thumbnail,b_rankup_42102008,b_rankup_42102008_signed,0,1 +7358,0,0,b_rankup_41108011_thumbnail,b_rankup_41108011_signed_thumbnail,b_rankup_41108011,b_rankup_41108011_signed,0,1 +7359,0,0,b_rankup_41003008_thumbnail,b_rankup_41003008_signed_thumbnail,b_rankup_41003008,b_rankup_41003008_signed,0,1 +7360,0,0,b_rankup_52104007_thumbnail,,b_rankup_52104007,,0,1 +7361,0,0,b_normal_43101006_thumbnail,,b_normal_43101006,,0,1 +7362,0,0,b_rankup_43101006_thumbnail,b_rankup_43101006_signed_thumbnail,b_rankup_43101006,b_rankup_43101006_signed,0,1 +7363,0,0,b_normal_42102009_thumbnail,,b_normal_42102009,,0,1 +7364,0,0,b_rankup_42102009_thumbnail,,b_rankup_42102009,,0,1 +7365,0,0,b_normal_41106011_thumbnail,,b_normal_41106011,,0,1 +7366,0,0,b_rankup_41106011_thumbnail,b_rankup_41106011_signed_thumbnail,b_rankup_41106011,b_rankup_41106011_signed,0,1 +7367,0,0,b_rankup_42002009_thumbnail,b_rankup_42002009_signed_thumbnail,b_rankup_42002009,b_rankup_42002009_signed,0,1 +7368,0,0,b_rankup_41002010_thumbnail,b_rankup_41002010_signed_thumbnail,b_rankup_41002010,b_rankup_41002010_signed,0,1 +7369,0,0,b_rankup_43007012_thumbnail,b_rankup_43007012_signed_thumbnail,b_rankup_43007012,b_rankup_43007012_signed,0,1 +7370,0,0,b_rankup_41009017_thumbnail,b_rankup_41009017_signed_thumbnail,b_rankup_41009017,b_rankup_41009017_signed,0,1 +7371,0,0,b_rankup_42103013_thumbnail,b_rankup_42103013_signed_thumbnail,b_rankup_42103013,b_rankup_42103013_signed,0,1 +7372,0,0,b_rankup_42104007_thumbnail,b_rankup_42104007_signed_thumbnail,b_rankup_42104007,b_rankup_42104007_signed,0,1 +7373,0,0,b_rankup_41108012_thumbnail,b_rankup_41108012_signed_thumbnail,b_rankup_41108012,b_rankup_41108012_signed,0,1 +7374,0,0,b_rankup_42006008_thumbnail,b_rankup_42006008_signed_thumbnail,b_rankup_42006008,b_rankup_42006008_signed,0,1 +7375,0,0,b_rankup_41104009_thumbnail,b_rankup_41104009_signed_thumbnail,b_rankup_41104009,b_rankup_41104009_signed,0,1 +7376,0,0,b_rankup_41005016_thumbnail,b_rankup_41005016_signed_thumbnail,b_rankup_41005016,b_rankup_41005016_signed,0,1 +7377,0,0,b_rankup_42006009_thumbnail,b_rankup_42006009_signed_thumbnail,b_rankup_42006009,b_rankup_42006009_signed,0,1 +7378,0,0,b_rankup_43008010_thumbnail,b_rankup_43008010_signed_thumbnail,b_rankup_43008010,b_rankup_43008010_signed,0,1 +7379,0,0,b_rankup_41106012_thumbnail,b_rankup_41106012_signed_thumbnail,b_rankup_41106012,b_rankup_41106012_signed,0,1 +7380,0,0,b_rankup_43107008_thumbnail,b_rankup_43107008_signed_thumbnail,b_rankup_43107008,b_rankup_43107008_signed,0,1 +7381,0,0,b_rankup_42109011_thumbnail,b_rankup_42109011_signed_thumbnail,b_rankup_42109011,b_rankup_42109011_signed,0,1 +7382,0,0,b_rankup_41002011_thumbnail,b_rankup_41002011_signed_thumbnail,b_rankup_41002011,b_rankup_41002011_signed,0,1 +7383,0,0,b_rankup_42009012_thumbnail,b_rankup_42009012_signed_thumbnail,b_rankup_42009012,b_rankup_42009012_signed,0,1 +7384,0,0,b_rankup_42101011_thumbnail,b_rankup_42101011_signed_thumbnail,b_rankup_42101011,b_rankup_42101011_signed,0,1 +7385,0,0,b_rankup_43203001_thumbnail,,b_rankup_43203001,,0,1 +7386,0,0,b_rankup_42001011_thumbnail,b_rankup_42001011_signed_thumbnail,b_rankup_42001011,b_rankup_42001011_signed,0,1 +7387,0,0,b_rankup_42003019_thumbnail,b_rankup_42003019_signed_thumbnail,b_rankup_42003019,b_rankup_42003019_signed,0,1 +7388,0,0,b_rankup_43004015_thumbnail,b_rankup_43004015_signed_thumbnail,b_rankup_43004015,b_rankup_43004015_signed,0,1 +7389,0,0,b_rankup_43101007_thumbnail,b_rankup_43101007_signed_thumbnail,b_rankup_43101007,b_rankup_43101007_signed,0,1 +7390,0,0,b_rankup_43102014_thumbnail,b_rankup_43102014_signed_thumbnail,b_rankup_43102014,b_rankup_43102014_signed,0,1 +7391,0,0,b_rankup_41105008_thumbnail,b_rankup_41105008_signed_thumbnail,b_rankup_41105008,b_rankup_41105008_signed,0,1 +7392,0,0,b_rankup_41104010_thumbnail,,b_rankup_41104010,,0,1 +7393,0,0,b_rankup_52004003_thumbnail,,b_rankup_52004003,,0,1 +7394,0,0,b_normal_43001010_thumbnail,,b_normal_43001010,,0,1 +7395,0,0,b_rankup_43001010_thumbnail,,b_rankup_43001010,,0,1 +7396,0,0,b_normal_42005011_thumbnail,,b_normal_42005011,,0,1 +7397,0,0,b_rankup_42005011_thumbnail,b_rankup_42005011_signed_thumbnail,b_rankup_42005011,b_rankup_42005011_signed,0,1 +7398,0,0,b_normal_41007010_thumbnail,,b_normal_41007010,,0,1 +7399,0,0,b_rankup_41007010_thumbnail,b_rankup_41007010_signed_thumbnail,b_rankup_41007010,b_rankup_41007010_signed,0,1 +7400,0,0,b_rankup_42108012_thumbnail,b_rankup_42108012_signed_thumbnail,b_rankup_42108012,b_rankup_42108012_signed,0,1 +7401,0,0,b_rankup_43109011_thumbnail,b_rankup_43109011_signed_thumbnail,b_rankup_43109011,b_rankup_43109011_signed,0,1 +7402,0,0,b_rankup_42008016_thumbnail,b_rankup_42008016_signed_thumbnail,b_rankup_42008016,b_rankup_42008016_signed,0,1 +7403,0,0,b_rankup_43104014_thumbnail,b_rankup_43104014_signed_thumbnail,b_rankup_43104014,b_rankup_43104014_signed,0,1 +7404,0,0,b_rankup_42106007_thumbnail,b_rankup_42106007_signed_thumbnail,b_rankup_42106007,b_rankup_42106007_signed,0,1 +7405,0,0,b_rankup_41004013_thumbnail,b_rankup_41004013_signed_thumbnail,b_rankup_41004013,b_rankup_41004013_signed,0,1 +7406,0,0,b_rankup_41008010_thumbnail,,b_rankup_41008010,,0,1 +7407,0,0,b_rankup_52108006_thumbnail,,b_rankup_52108006,,0,1 +7408,0,0,b_normal_43103009_thumbnail,,b_normal_43103009,,0,1 +7409,0,0,b_rankup_43103009_thumbnail,b_rankup_43103009_signed_thumbnail,b_rankup_43103009,b_rankup_43103009_signed,0,1 +7410,0,0,b_normal_43105013_thumbnail,,b_normal_43105013,,0,1 +7411,0,0,b_rankup_43105013_thumbnail,,b_rankup_43105013,,0,1 +7412,0,0,b_normal_42107008_thumbnail,,b_normal_42107008,,0,1 +7413,0,0,b_rankup_42107008_thumbnail,b_rankup_42107008_signed_thumbnail,b_rankup_42107008,b_rankup_42107008_signed,0,1 +7414,0,0,b_rankup_43009009_thumbnail,b_rankup_43009009_signed_thumbnail,b_rankup_43009009,b_rankup_43009009_signed,0,1 +7415,0,0,b_rankup_41008011_thumbnail,b_rankup_41008011_signed_thumbnail,b_rankup_41008011,b_rankup_41008011_signed,0,1 +7416,0,0,b_rankup_43001011_thumbnail,b_rankup_43001011_signed_thumbnail,b_rankup_43001011,b_rankup_43001011_signed,0,1 +7417,0,0,b_rankup_41006014_thumbnail,b_rankup_41006014_signed_thumbnail,b_rankup_41006014,b_rankup_41006014_signed,0,1 +7418,0,0,b_rankup_43204001_thumbnail,,b_rankup_43204001,,0,1 +7419,0,0,b_rankup_43103010_thumbnail,b_rankup_43103010_signed_thumbnail,b_rankup_43103010,b_rankup_43103010_signed,0,1 +7420,0,0,b_rankup_51007003_thumbnail,,b_rankup_51007003,,0,1 +7421,0,0,b_normal_41002012_thumbnail,,b_normal_41002012,,0,1 +7422,0,0,b_rankup_41002012_thumbnail,b_rankup_41002012_signed_thumbnail,b_rankup_41002012,b_rankup_41002012_signed,0,1 +7423,0,0,b_normal_41003009_thumbnail,,b_normal_41003009,,0,1 +7424,0,0,b_rankup_41003009_thumbnail,b_rankup_41003009_signed_thumbnail,b_rankup_41003009,b_rankup_41003009_signed,0,1 +7425,0,0,b_normal_42004008_thumbnail,,b_normal_42004008,,0,1 +7426,0,0,b_rankup_42004008_thumbnail,,b_rankup_42004008,,0,1 +7427,0,0,b_rankup_43103011_thumbnail,,b_rankup_43103011,,0,1 +7428,0,0,b_normal_42101012_thumbnail,,b_normal_42101012,,0,1 +7429,0,0,b_rankup_42101012_thumbnail,b_rankup_42101012_signed_thumbnail,b_rankup_42101012,b_rankup_42101012_signed,0,1 +7430,0,0,b_normal_41102010_thumbnail,,b_normal_41102010,,0,1 +7431,0,0,b_rankup_41102010_thumbnail,b_rankup_41102010_signed_thumbnail,b_rankup_41102010,b_rankup_41102010_signed,0,1 +7432,0,0,b_normal_42103014_thumbnail,,b_normal_42103014,,0,1 +7433,0,0,b_rankup_42103014_thumbnail,b_rankup_42103014_signed_thumbnail,b_rankup_42103014,b_rankup_42103014_signed,0,1 +7434,0,0,b_normal_41104011_thumbnail,,b_normal_41104011,,0,1 +7435,0,0,b_rankup_41104011_thumbnail,b_rankup_41104011_signed_thumbnail,b_rankup_41104011,b_rankup_41104011_signed,0,1 +7436,0,0,b_normal_43105014_thumbnail,,b_normal_43105014,,0,1 +7437,0,0,b_rankup_43105014_thumbnail,b_rankup_43105014_signed_thumbnail,b_rankup_43105014,b_rankup_43105014_signed,0,1 +7438,0,0,b_normal_42106008_thumbnail,,b_normal_42106008,,0,1 +7439,0,0,b_rankup_42106008_thumbnail,b_rankup_42106008_signed_thumbnail,b_rankup_42106008,b_rankup_42106008_signed,0,1 +7440,0,0,b_normal_43107009_thumbnail,,b_normal_43107009,,0,1 +7441,0,0,b_rankup_43107009_thumbnail,b_rankup_43107009_signed_thumbnail,b_rankup_43107009,b_rankup_43107009_signed,0,1 +7442,0,0,b_normal_43108007_thumbnail,,b_normal_43108007,,0,1 +7443,0,0,b_rankup_43108007_thumbnail,b_rankup_43108007_signed_thumbnail,b_rankup_43108007,b_rankup_43108007_signed,0,1 +7444,0,0,b_normal_41109010_thumbnail,,b_normal_41109010,,0,1 +7445,0,0,b_rankup_41109010_thumbnail,b_rankup_41109010_signed_thumbnail,b_rankup_41109010,b_rankup_41109010_signed,0,1 +7449,0,0,b_rankup_41105009_thumbnail,b_rankup_41105009_signed_thumbnail,b_rankup_41105009,b_rankup_41105009_signed,0,1 +7450,0,0,b_rankup_42109012_thumbnail,b_rankup_42109012_signed_thumbnail,b_rankup_42109012,b_rankup_42109012_signed,0,1 +7451,0,0,b_rankup_52105009_thumbnail,,b_rankup_52105009,,0,1 +7452,0,0,b_normal_42101013_thumbnail,,b_normal_42101013,,0,1 +7453,0,0,b_rankup_42101013_thumbnail,,b_rankup_42101013,,0,1 +7454,0,0,b_normal_41104012_thumbnail,,b_normal_41104012,,0,1 +7455,0,0,b_rankup_41104012_thumbnail,b_rankup_41104012_signed_thumbnail,b_rankup_41104012,b_rankup_41104012_signed,0,1 +7456,0,0,b_normal_41108013_thumbnail,,b_normal_41108013,,0,1 +7457,0,0,b_rankup_41108013_thumbnail,b_rankup_41108013_signed_thumbnail,b_rankup_41108013,b_rankup_41108013_signed,0,1 +7458,0,0,b_rankup_42107010_thumbnail,b_rankup_42107010_signed_thumbnail,b_rankup_42107010,b_rankup_42107010_signed,0,1 +7459,0,0,b_rankup_41003011_thumbnail,b_rankup_41003011_signed_thumbnail,b_rankup_41003011,b_rankup_41003011_signed,0,1 +7460,0,0,b_rankup_42005012_thumbnail,b_rankup_42005012_signed_thumbnail,b_rankup_42005012,b_rankup_42005012_signed,0,1 +7461,0,0,b_rankup_41205001_thumbnail,,b_rankup_41205001,,0,1 +7462,0,0,b_rankup_42107011_thumbnail,,b_rankup_42107011,,0,1 +7463,0,0,b_rankup_53002005_thumbnail,,b_rankup_53002005,,0,1 +7464,0,0,b_normal_43006016_thumbnail,,b_normal_43006016,,0,1 +7465,0,0,b_rankup_43006016_thumbnail,,b_rankup_43006016,,0,1 +7466,0,0,b_normal_43008011_thumbnail,,b_normal_43008011,,0,1 +7467,0,0,b_rankup_43008011_thumbnail,b_rankup_43008011_signed_thumbnail,b_rankup_43008011,b_rankup_43008011_signed,0,1 +7468,0,0,b_normal_43009010_thumbnail,,b_normal_43009010,,0,1 +7469,0,0,b_rankup_43009010_thumbnail,b_rankup_43009010_signed_thumbnail,b_rankup_43009010,b_rankup_43009010_signed,0,1 +7470,0,0,b_rankup_43004016_thumbnail,b_rankup_43004016_signed_thumbnail,b_rankup_43004016,b_rankup_43004016_signed,0,1 +7471,0,0,b_rankup_42004009_thumbnail,,b_rankup_42004009,,0,1 +7472,0,0,b_rankup_42101014_thumbnail,b_rankup_42101014_signed_thumbnail,b_rankup_42101014,b_rankup_42101014_signed,0,1 +7473,0,0,b_rankup_43107010_thumbnail,b_rankup_43107010_signed_thumbnail,b_rankup_43107010,b_rankup_43107010_signed,0,1 +7474,0,0,b_rankup_53103006_thumbnail,,b_rankup_53103006,,0,1 +7475,0,0,b_normal_42102010_thumbnail,,b_normal_42102010,,0,1 +7476,0,0,b_rankup_42102010_thumbnail,b_rankup_42102010_signed_thumbnail,b_rankup_42102010,b_rankup_42102010_signed,0,1 +7477,0,0,b_normal_41106013_thumbnail,,b_normal_41106013,,0,1 +7478,0,0,b_rankup_41106013_thumbnail,,b_rankup_41106013,,0,1 +7479,0,0,b_normal_43109012_thumbnail,,b_normal_43109012,,0,1 +7480,0,0,b_rankup_43109012_thumbnail,b_rankup_43109012_signed_thumbnail,b_rankup_43109012,b_rankup_43109012_signed,0,1 +7481,0,0,b_rankup_43001012_thumbnail,b_rankup_43001012_signed_thumbnail,b_rankup_43001012,b_rankup_43001012_signed,0,1 +7482,0,0,b_rankup_41003012_thumbnail,b_rankup_41003012_signed_thumbnail,b_rankup_41003012,b_rankup_41003012_signed,0,1 +7483,0,0,b_rankup_41004014_thumbnail,b_rankup_41004014_signed_thumbnail,b_rankup_41004014,b_rankup_41004014_signed,0,1 +7484,0,0,b_rankup_43007013_thumbnail,b_rankup_43007013_signed_thumbnail,b_rankup_43007013,b_rankup_43007013_signed,0,1 +7485,0,0,b_rankup_42008017_thumbnail,b_rankup_42008017_signed_thumbnail,b_rankup_42008017,b_rankup_42008017_signed,0,1 +7486,0,0,b_rankup_41206001_thumbnail,,b_rankup_41206001,,0,1 +7487,0,0,b_rankup_51921001_thumbnail,,b_rankup_51921001,,0,1 +7488,0,0,b_rankup_53922001_thumbnail,,b_rankup_53922001,,0,1 +7489,0,0,b_rankup_52923001_thumbnail,,b_rankup_52923001,,0,1 +7490,0,0,b_rankup_53924001_thumbnail,,b_rankup_53924001,,0,1 +7491,0,0,b_rankup_51925001_thumbnail,,b_rankup_51925001,,0,1 +7492,0,0,b_rankup_53926001_thumbnail,,b_rankup_53926001,,0,1 +7493,0,0,b_rankup_52927001_thumbnail,,b_rankup_52927001,,0,1 +7494,0,0,b_rankup_52928001_thumbnail,,b_rankup_52928001,,0,1 +7495,0,0,b_rankup_51929001_thumbnail,,b_rankup_51929001,,0,1 +7496,0,0,b_rankup_51931001_thumbnail,,b_rankup_51931001,,0,1 +7497,0,0,b_rankup_53932001_thumbnail,,b_rankup_53932001,,0,1 +7498,0,0,b_rankup_52933001_thumbnail,,b_rankup_52933001,,0,1 +7499,0,0,b_rankup_53934001_thumbnail,,b_rankup_53934001,,0,1 +7500,0,0,b_rankup_52935001_thumbnail,,b_rankup_52935001,,0,1 +7501,0,0,b_rankup_53936001_thumbnail,,b_rankup_53936001,,0,1 +7502,0,0,b_rankup_51937001_thumbnail,,b_rankup_51937001,,0,1 +7503,0,0,b_rankup_51938001_thumbnail,,b_rankup_51938001,,0,1 +7504,0,0,b_rankup_52939001_thumbnail,,b_rankup_52939001,,0,1 +7517,0,0,b_rankup_51003003_thumbnail,,b_rankup_51003003,,0,1 +7518,0,0,b_normal_42001012_thumbnail,,b_normal_42001012,,0,1 +7519,0,0,b_rankup_42001012_thumbnail,b_rankup_42001012_signed_thumbnail,b_rankup_42001012,b_rankup_42001012_signed,0,1 +7520,0,0,b_normal_42002010_thumbnail,,b_normal_42002010,,0,1 +7521,0,0,b_rankup_42002010_thumbnail,,b_rankup_42002010,,0,1 +7522,0,0,b_normal_41004015_thumbnail,,b_normal_41004015,,0,1 +7523,0,0,b_rankup_41004015_thumbnail,b_rankup_41004015_signed_thumbnail,b_rankup_41004015,b_rankup_41004015_signed,0,1 +7524,0,0,b_rankup_42101015_thumbnail,b_rankup_42101015_signed_thumbnail,b_rankup_42101015,b_rankup_42101015_signed,0,1 +7525,0,0,b_rankup_43102015_thumbnail,b_rankup_43102015_signed_thumbnail,b_rankup_43102015,b_rankup_43102015_signed,0,1 +7526,0,0,b_rankup_41105010_thumbnail,b_rankup_41105010_signed_thumbnail,b_rankup_41105010,b_rankup_41105010_signed,0,1 +7527,0,0,b_rankup_41105011_thumbnail,b_rankup_41105011_signed_thumbnail,b_rankup_41105011,b_rankup_41105011_signed,0,1 +7528,0,0,b_rankup_43006017_thumbnail,b_rankup_43006017_signed_thumbnail,b_rankup_43006017,b_rankup_43006017_signed,0,1 +7529,0,0,,,,,0,1 +7530,0,0,,,,,0,1 +7531,0,0,,,,,0,1 +7532,0,0,,,,,0,1 +7533,0,0,,,,,0,1 +7534,0,0,,,,,0,1 +7535,0,0,,,,,0,1 +7536,0,0,,,,,0,1 +7537,0,0,,,,,0,1 +7538,0,0,,,,,0,1 +7539,0,0,,,,,0,1 +7540,0,0,,,,,0,1 +7541,0,0,,,,,0,1 +7542,0,0,,,,,0,1 +7543,0,0,,,,,0,1 +7544,0,0,,,,,0,1 +7545,0,0,,,,,0,1 +7546,0,0,,,,,0,1 +7547,0,0,,,,,0,1 +7548,0,0,,,,,0,1 +7549,0,0,,,,,0,1 +7550,0,0,,,,,0,1 +7551,0,0,,,,,0,1 +7552,0,0,,,,,0,1 +7553,0,0,,,,,0,1 +7554,0,0,,,,,0,1 +7555,0,0,,,,,0,1 +7556,0,0,,,,,0,1 +7557,0,0,,,,,0,1 +7558,0,0,,,,,0,1 +7559,0,0,,,,,0,1 +7560,0,0,,,,,0,1 +7561,0,0,,,,,0,1 +7562,0,0,,,,,0,1 +7563,0,0,,,,,0,1 +7564,0,0,,,,,0,1 +7565,0,0,,,,,0,1 +7566,0,0,,,,,0,1 +7567,0,0,,,,,0,1 +7568,0,0,,,,,0,1 +7569,0,0,,,,,0,1 +7570,0,0,,,,,0,1 +7571,0,0,,,,,0,1 +7572,0,0,,,,,0,1 +7573,0,0,,,,,0,1 +7574,0,0,,,,,0,1 +7575,0,0,,,,,0,1 +7576,0,0,,,,,0,1 +7577,0,0,,,,,0,1 +7578,0,0,,,,,0,1 +7579,0,0,,,,,0,1 +7580,0,0,,,,,0,1 +7581,0,0,,,,,0,1 +7582,0,0,,,,,0,1 +7583,0,0,,,,,0,1 +7584,0,0,,,,,0,1 +7585,0,0,,,,,0,1 +7586,0,0,,,,,0,1 +7587,0,0,,,,,0,1 +7588,0,0,,,,,0,1 +7589,0,0,,,,,0,1 +7590,0,0,,,,,0,1 +7591,0,0,,,,,0,1 +7592,0,0,,,,,0,1 +7593,0,0,,,,,0,1 +7594,0,0,,,,,0,1 +7595,0,0,,,,,0,1 +7596,0,0,,,,,0,1 +7597,0,0,,,,,0,1 +7598,0,0,,,,,0,1 +7599,0,0,,,,,0,1 +7600,0,0,,,,,0,1 +7601,0,0,,,,,0,1 +7602,0,0,,,,,0,1 +7603,0,0,,,,,0,1 +7604,0,0,,,,,0,1 +7605,0,0,,,,,0,1 +7606,0,0,,,,,0,1 +7607,0,0,,,,,0,1 +7608,0,0,,,,,0,1 +7609,0,0,,,,,0,1 +7610,0,0,,,,,0,1 +7611,0,0,,,,,0,1 +7612,0,0,,,,,0,1 +7613,0,0,,,,,0,1 +7614,0,0,,,,,0,1 +7615,0,0,,,,,0,1 +7616,0,0,,,,,0,1 +7617,0,0,b_rankup_42102011_thumbnail,b_rankup_42102011_signed_thumbnail,b_rankup_42102011,b_rankup_42102011_signed,0,1 +7618,0,0,b_rankup_41103007_thumbnail,b_rankup_41103007_signed_thumbnail,b_rankup_41103007,b_rankup_41103007_signed,0,1 +7619,0,0,b_rankup_41105012_thumbnail,,b_rankup_41105012,,0,1 +7620,0,0,b_rankup_42006010_thumbnail,,b_rankup_42006010,,0,1 +7621,0,0,u_rankup_navi_21201001_thumbnail,,u_rankup_navi_21201001,,1,1 +7622,0,0,u_rankup_navi_21205001_thumbnail,,u_rankup_navi_21205001,,1,1 +7623,0,0,u_rankup_navi_21207001_thumbnail,,u_rankup_navi_21207001,,1,1 +7624,0,0,u_rankup_navi_22201001_thumbnail,,u_rankup_navi_22201001,,1,1 +7625,0,0,u_rankup_navi_22205001_thumbnail,,u_rankup_navi_22205001,,1,1 +7626,0,0,u_rankup_navi_22207001_thumbnail,,u_rankup_navi_22207001,,1,1 +7627,0,0,u_rankup_navi_22201002_thumbnail,,u_rankup_navi_22201002,,1,1 +7628,0,0,u_rankup_navi_21205002_thumbnail,,u_rankup_navi_21205002,,1,1 +7629,0,0,u_rankup_navi_23207002_thumbnail,,u_rankup_navi_23207002,,1,1 +7630,0,0,u_rankup_navi_23201001_thumbnail,,u_rankup_navi_23201001,,1,1 +7631,0,0,u_rankup_navi_23205001_thumbnail,,u_rankup_navi_23205001,,1,1 +7632,0,0,u_rankup_navi_23207001_thumbnail,,u_rankup_navi_23207001,,1,1 +7633,0,0,u_rankup_navi_23201002_thumbnail,,u_rankup_navi_23201002,,1,1 +7634,0,0,u_rankup_navi_22205002_thumbnail,,u_rankup_navi_22205002,,1,1 +7635,0,0,u_rankup_navi_21207002_thumbnail,,u_rankup_navi_21207002,,1,1 +7636,0,0,u_rankup_navi_33201001_thumbnail,,u_rankup_navi_33201001,,1,1 +7637,0,0,u_rankup_navi_32205001_thumbnail,,u_rankup_navi_32205001,,1,1 +7638,0,0,u_rankup_navi_31207001_thumbnail,,u_rankup_navi_31207001,,1,1 +7639,0,0,u_rankup_navi_32201003_thumbnail,,u_rankup_navi_32201003,,1,1 +7640,0,0,u_rankup_navi_31205003_thumbnail,,u_rankup_navi_31205003,,1,1 +7641,0,0,u_rankup_navi_33207004_thumbnail,,u_rankup_navi_33207004,,1,1 +7642,0,0,b_rankup_42201002_thumbnail,b_rankup_42201002_signed_thumbnail,b_rankup_42201002,b_rankup_42201002_signed,0,1 +7643,0,0,b_rankup_41205002_thumbnail,b_rankup_41205002_signed_thumbnail,b_rankup_41205002,b_rankup_41205002_signed,0,1 +7644,0,0,b_rankup_43207002_thumbnail,b_rankup_43207002_signed_thumbnail,b_rankup_43207002,b_rankup_43207002_signed,0,1 +7645,0,0,b_rankup_52106008_thumbnail,,b_rankup_52106008,,0,1 +7646,0,0,b_normal_42101016_thumbnail,,b_normal_42101016,,0,1 +7647,0,0,b_rankup_42101016_thumbnail,b_rankup_42101016_signed_thumbnail,b_rankup_42101016,b_rankup_42101016_signed,0,1 +7648,0,0,b_normal_41107014_thumbnail,,b_normal_41107014,,0,1 +7649,0,0,b_rankup_41107014_thumbnail,b_rankup_41107014_signed_thumbnail,b_rankup_41107014,b_rankup_41107014_signed,0,1 +7650,0,0,b_normal_43108008_thumbnail,,b_normal_43108008,,0,1 +7651,0,0,b_rankup_43108008_thumbnail,,b_rankup_43108008,,0,1 +7652,0,0,b_rankup_42002011_thumbnail,b_rankup_42002011_signed_thumbnail,b_rankup_42002011,b_rankup_42002011_signed,0,1 +7653,0,0,b_rankup_42007016_thumbnail,b_rankup_42007016_signed_thumbnail,b_rankup_42007016,b_rankup_42007016_signed,0,1 +7654,0,0,b_rankup_43009011_thumbnail,b_rankup_43009011_signed_thumbnail,b_rankup_43009011,b_rankup_43009011_signed,0,1 +7655,0,0,u_rankup_navi_21202001_thumbnail,,u_rankup_navi_21202001,,1,1 +7656,0,0,u_rankup_navi_21203001_thumbnail,,u_rankup_navi_21203001,,1,1 +7657,0,0,u_rankup_navi_21209001_thumbnail,,u_rankup_navi_21209001,,1,1 +7658,0,0,u_rankup_navi_22202001_thumbnail,,u_rankup_navi_22202001,,1,1 +7659,0,0,u_rankup_navi_22203001_thumbnail,,u_rankup_navi_22203001,,1,1 +7660,0,0,u_rankup_navi_22209001_thumbnail,,u_rankup_navi_22209001,,1,1 +7661,0,0,u_rankup_navi_22202002_thumbnail,,u_rankup_navi_22202002,,1,1 +7662,0,0,u_rankup_navi_23203002_thumbnail,,u_rankup_navi_23203002,,1,1 +7663,0,0,u_rankup_navi_21209002_thumbnail,,u_rankup_navi_21209002,,1,1 +7664,0,0,u_rankup_navi_23202001_thumbnail,,u_rankup_navi_23202001,,1,1 +7665,0,0,u_rankup_navi_23203001_thumbnail,,u_rankup_navi_23203001,,1,1 +7666,0,0,u_rankup_navi_23209001_thumbnail,,u_rankup_navi_23209001,,1,1 +7667,0,0,u_rankup_navi_21202002_thumbnail,,u_rankup_navi_21202002,,1,1 +7668,0,0,u_rankup_navi_22203002_thumbnail,,u_rankup_navi_22203002,,1,1 +7669,0,0,u_rankup_navi_23209002_thumbnail,,u_rankup_navi_23209002,,1,1 +7670,0,0,u_rankup_navi_31202001_thumbnail,,u_rankup_navi_31202001,,1,1 +7671,0,0,u_rankup_navi_32203001_thumbnail,,u_rankup_navi_32203001,,1,1 +7672,0,0,u_rankup_navi_33209002_thumbnail,,u_rankup_navi_33209002,,1,1 +7673,0,0,u_rankup_navi_32202003_thumbnail,,u_rankup_navi_32202003,,1,1 +7674,0,0,u_rankup_navi_33203003_thumbnail,,u_rankup_navi_33203003,,1,1 +7675,0,0,u_rankup_navi_31209004_thumbnail,,u_rankup_navi_31209004,,1,1 +7676,0,0,b_rankup_42202002_thumbnail,b_rankup_42202002_signed_thumbnail,b_rankup_42202002,b_rankup_42202002_signed,0,1 +7677,0,0,b_rankup_43203002_thumbnail,b_rankup_43203002_signed_thumbnail,b_rankup_43203002,b_rankup_43203002_signed,0,1 +7678,0,0,b_rankup_41209001_thumbnail,b_rankup_41209001_signed_thumbnail,b_rankup_41209001,b_rankup_41209001_signed,0,1 +7679,0,0,u_rankup_navi_21204001_thumbnail,,u_rankup_navi_21204001,,1,1 +7680,0,0,u_rankup_navi_21206001_thumbnail,,u_rankup_navi_21206001,,1,1 +7681,0,0,u_rankup_navi_21208001_thumbnail,,u_rankup_navi_21208001,,1,1 +7682,0,0,u_rankup_navi_22204001_thumbnail,,u_rankup_navi_22204001,,1,1 +7683,0,0,u_rankup_navi_22206001_thumbnail,,u_rankup_navi_22206001,,1,1 +7684,0,0,u_rankup_navi_22208001_thumbnail,,u_rankup_navi_22208001,,1,1 +7685,0,0,u_rankup_navi_23204002_thumbnail,,u_rankup_navi_23204002,,1,1 +7686,0,0,u_rankup_navi_21206002_thumbnail,,u_rankup_navi_21206002,,1,1 +7687,0,0,u_rankup_navi_22208002_thumbnail,,u_rankup_navi_22208002,,1,1 +7688,0,0,u_rankup_navi_23204001_thumbnail,,u_rankup_navi_23204001,,1,1 +7689,0,0,u_rankup_navi_23206001_thumbnail,,u_rankup_navi_23206001,,1,1 +7690,0,0,u_rankup_navi_23208001_thumbnail,,u_rankup_navi_23208001,,1,1 +7691,0,0,u_rankup_navi_22204002_thumbnail,,u_rankup_navi_22204002,,1,1 +7692,0,0,u_rankup_navi_23206002_thumbnail,,u_rankup_navi_23206002,,1,1 +7693,0,0,u_rankup_navi_21208002_thumbnail,,u_rankup_navi_21208002,,1,1 +7694,0,0,u_rankup_navi_32204001_thumbnail,,u_rankup_navi_32204001,,1,1 +7695,0,0,u_rankup_navi_33206001_thumbnail,,u_rankup_navi_33206001,,1,1 +7696,0,0,u_rankup_navi_31208001_thumbnail,,u_rankup_navi_31208001,,1,1 +7697,0,0,u_rankup_navi_33204004_thumbnail,,u_rankup_navi_33204004,,1,1 +7698,0,0,u_rankup_navi_31206003_thumbnail,,u_rankup_navi_31206003,,1,1 +7699,0,0,u_rankup_navi_32208003_thumbnail,,u_rankup_navi_32208003,,1,1 +7700,0,0,b_rankup_43204002_thumbnail,b_rankup_43204002_signed_thumbnail,b_rankup_43204002,b_rankup_43204002_signed,0,1 +7701,0,0,b_rankup_41206002_thumbnail,b_rankup_41206002_signed_thumbnail,b_rankup_41206002,b_rankup_41206002_signed,0,1 +7702,0,0,b_rankup_42208001_thumbnail,b_rankup_42208001_signed_thumbnail,b_rankup_42208001,b_rankup_42208001_signed,0,1 +7703,0,0,b_rankup_41002013_thumbnail,b_rankup_41002013_signed_thumbnail,b_rankup_41002013,b_rankup_41002013_signed,0,1 +7704,0,0,b_rankup_42004010_thumbnail,b_rankup_42004010_signed_thumbnail,b_rankup_42004010,b_rankup_42004010_signed,0,1 +7705,0,0,b_rankup_43207001_thumbnail,,b_rankup_43207001,,0,1 +7706,0,0,b_rankup_52001003_thumbnail,,b_rankup_52001003,,0,1 +7707,0,0,b_normal_42007017_thumbnail,,b_normal_42007017,,0,1 +7708,0,0,b_rankup_42007017_thumbnail,b_rankup_42007017_signed_thumbnail,b_rankup_42007017,b_rankup_42007017_signed,0,1 +7709,0,0,b_normal_43008012_thumbnail,,b_normal_43008012,,0,1 +7710,0,0,b_rankup_43008012_thumbnail,,b_rankup_43008012,,0,1 +7711,0,0,b_normal_41009018_thumbnail,,b_normal_41009018,,0,1 +7712,0,0,b_rankup_41009018_thumbnail,b_rankup_41009018_signed_thumbnail,b_rankup_41009018,b_rankup_41009018_signed,0,1 +7713,0,0,b_rankup_43103012_thumbnail,b_rankup_43103012_signed_thumbnail,b_rankup_43103012,b_rankup_43103012_signed,0,1 +7714,0,0,b_rankup_41104013_thumbnail,b_rankup_41104013_signed_thumbnail,b_rankup_41104013,b_rankup_41104013_signed,0,1 +7715,0,0,b_rankup_42108013_thumbnail,b_rankup_42108013_signed_thumbnail,b_rankup_42108013,b_rankup_42108013_signed,0,1 +7716,0,0,,,,,0,1 +7717,0,0,,,,,0,1 +7718,0,0,,,,,0,1 +7719,0,0,,,,,0,1 +7720,0,0,,,,,0,1 +7721,0,0,,,,,0,1 +7722,0,0,,,,,0,1 +7723,0,0,,,,,0,1 +7724,0,0,,,,,0,1 +7725,0,0,,,,,0,1 +7726,0,0,,,,,0,1 +7727,0,0,,,,,0,1 +7728,0,0,,,,,0,1 +7729,0,0,,,,,0,1 +7730,0,0,,,,,0,1 +7731,0,0,,,,,0,1 +7732,0,0,,,,,0,1 +7733,0,0,,,,,0,1 +7734,0,0,,,,,0,1 +7735,0,0,,,,,0,1 +7736,0,0,b_rankup_42104008_thumbnail,b_rankup_42104008_signed_thumbnail,b_rankup_42104008,b_rankup_42104008_signed,0,1 +7737,0,0,b_rankup_43108009_thumbnail,b_rankup_43108009_signed_thumbnail,b_rankup_43108009,b_rankup_43108009_signed,0,1 +7738,0,0,b_rankup_51101010_thumbnail,,b_rankup_51101010,,0,1 +7739,0,0,b_normal_43105015_thumbnail,,b_normal_43105015,,0,1 +7740,0,0,b_rankup_43105015_thumbnail,b_rankup_43105015_signed_thumbnail,b_rankup_43105015,b_rankup_43105015_signed,0,1 +7741,0,0,b_normal_42106009_thumbnail,,b_normal_42106009,,0,1 +7742,0,0,b_rankup_42106009_thumbnail,b_rankup_42106009_signed_thumbnail,b_rankup_42106009,b_rankup_42106009_signed,0,1 +7743,0,0,b_normal_43109013_thumbnail,,b_normal_43109013,,0,1 +7744,0,0,b_rankup_43109013_thumbnail,,b_rankup_43109013,,0,1 +7745,0,0,b_rankup_43005010_thumbnail,b_rankup_43005010_signed_thumbnail,b_rankup_43005010,b_rankup_43005010_signed,0,1 +7746,0,0,b_rankup_42006011_thumbnail,b_rankup_42006011_signed_thumbnail,b_rankup_42006011,b_rankup_42006011_signed,0,1 +7747,0,0,b_rankup_41008012_thumbnail,b_rankup_41008012_signed_thumbnail,b_rankup_41008012,b_rankup_41008012_signed,0,1 +7748,0,0,b_rankup_41205003_thumbnail,b_rankup_41205003_signed_thumbnail,b_rankup_41205003,b_rankup_41205003_signed,0,1 +7749,0,0,b_rankup_41205004_thumbnail,,b_rankup_41205004,,0,1 +7750,0,0,b_rankup_43001013_thumbnail,b_rankup_43001013_signed_thumbnail,b_rankup_43001013,b_rankup_43001013_signed,0,1 +7751,0,0,b_rankup_41009019_thumbnail,b_rankup_41009019_signed_thumbnail,b_rankup_41009019,b_rankup_41009019_signed,0,1 +7752,0,0,b_rankup_42208002_thumbnail,,b_rankup_42208002,,0,1 +7753,0,0,b_rankup_42007018_thumbnail,b_rankup_42007018_signed_thumbnail,b_rankup_42007018,b_rankup_42007018_signed,0,1 +7754,0,0,b_rankup_52002003_thumbnail,,b_rankup_52002003,,0,1 +7755,0,0,b_normal_43003012_thumbnail,,b_normal_43003012,,0,1 +7756,0,0,b_rankup_43003012_thumbnail,b_rankup_43003012_signed_thumbnail,b_rankup_43003012,b_rankup_43003012_signed,0,1 +7757,0,0,b_normal_41005017_thumbnail,,b_normal_41005017,,0,1 +7758,0,0,b_rankup_41005017_thumbnail,,b_rankup_41005017,,0,1 +7759,0,0,b_normal_42006012_thumbnail,,b_normal_42006012,,0,1 +7760,0,0,b_rankup_42006012_thumbnail,b_rankup_42006012_signed_thumbnail,b_rankup_42006012,b_rankup_42006012_signed,0,1 +7761,0,0,b_rankup_42106010_thumbnail,b_rankup_42106010_signed_thumbnail,b_rankup_42106010,b_rankup_42106010_signed,0,1 +7762,0,0,b_rankup_41107015_thumbnail,b_rankup_41107015_signed_thumbnail,b_rankup_41107015,b_rankup_41107015_signed,0,1 +7763,0,0,b_rankup_43109014_thumbnail,b_rankup_43109014_signed_thumbnail,b_rankup_43109014,b_rankup_43109014_signed,0,1 +7764,0,0,b_rankup_43108010_thumbnail,b_rankup_43108010_signed_thumbnail,b_rankup_43108010,b_rankup_43108010_signed,0,1 +7765,0,0,b_rankup_41007011_thumbnail,,b_rankup_41007011,,0,1 +7766,0,0,b_rankup_43108011_thumbnail,,b_rankup_43108011,,0,1 +7767,0,0,b_rankup_41106014_thumbnail,b_rankup_41106014_signed_thumbnail,b_rankup_41106014,b_rankup_41106014_signed,0,1 +7768,0,0,b_rankup_43109015_thumbnail,b_rankup_43109015_signed_thumbnail,b_rankup_43109015,b_rankup_43109015_signed,0,1 +7769,0,0,b_rankup_51105009_thumbnail,,b_rankup_51105009,,0,1 +7770,0,0,b_normal_41102011_thumbnail,,b_normal_41102011,,0,1 +7771,0,0,b_rankup_41102011_thumbnail,b_rankup_41102011_signed_thumbnail,b_rankup_41102011,b_rankup_41102011_signed,0,1 +7772,0,0,b_normal_41103008_thumbnail,,b_normal_41103008,,0,1 +7773,0,0,b_rankup_41103008_thumbnail,b_rankup_41103008_signed_thumbnail,b_rankup_41103008,b_rankup_41103008_signed,0,1 +7774,0,0,b_normal_41104014_thumbnail,,b_normal_41104014,,0,1 +7775,0,0,b_rankup_41104014_thumbnail,,b_rankup_41104014,,0,1 +7776,0,0,b_rankup_43204003_thumbnail,b_rankup_43204003_signed_thumbnail,b_rankup_43204003,b_rankup_43204003_signed,0,1 +7777,0,0,b_rankup_43204004_thumbnail,,b_rankup_43204004,,0,1 +7778,0,0,b_rankup_42003020_thumbnail,b_rankup_42003020_signed_thumbnail,b_rankup_42003020,b_rankup_42003020_signed,0,1 +7779,0,0,b_rankup_41006015_thumbnail,b_rankup_41006015_signed_thumbnail,b_rankup_41006015,b_rankup_41006015_signed,0,1 +7780,0,0,b_rankup_41209002_thumbnail,,b_rankup_41209002,,0,1 +7781,0,0,b_rankup_42101017_thumbnail,b_rankup_42101017_signed_thumbnail,b_rankup_42101017,b_rankup_42101017_signed,0,1 +7782,0,0,b_rankup_42105015_thumbnail,b_rankup_42105015_signed_thumbnail,b_rankup_42105015,b_rankup_42105015_signed,0,1 +7783,0,0,b_rankup_43109016_thumbnail,b_rankup_43109016_signed_thumbnail,b_rankup_43109016,b_rankup_43109016_signed,0,1 +7784,0,0,b_rankup_42103015_thumbnail,b_rankup_42103015_signed_thumbnail,b_rankup_42103015,b_rankup_42103015_signed,0,1 +7785,0,0,b_rankup_41104015_thumbnail,b_rankup_41104015_signed_thumbnail,b_rankup_41104015,b_rankup_41104015_signed,0,1 +7786,0,0,b_rankup_41107016_thumbnail,b_rankup_41107016_signed_thumbnail,b_rankup_41107016,b_rankup_41107016_signed,0,1 +7787,0,0,b_rankup_53005003_thumbnail,,b_rankup_53005003,,0,1 +7788,0,0,b_normal_43004017_thumbnail,,b_normal_43004017,,0,1 +7789,0,0,b_rankup_43004017_thumbnail,b_rankup_43004017_signed_thumbnail,b_rankup_43004017,b_rankup_43004017_signed,0,1 +7790,0,0,b_normal_41007012_thumbnail,,b_normal_41007012,,0,1 +7791,0,0,b_rankup_41007012_thumbnail,,b_rankup_41007012,,0,1 +7792,0,0,b_normal_42009013_thumbnail,,b_normal_42009013,,0,1 +7793,0,0,b_rankup_42009013_thumbnail,b_rankup_42009013_signed_thumbnail,b_rankup_42009013,b_rankup_42009013_signed,0,1 +7794,0,0,b_rankup_42106011_thumbnail,b_rankup_42106011_signed_thumbnail,b_rankup_42106011,b_rankup_42106011_signed,0,1 +7795,0,0,b_rankup_42102012_thumbnail,b_rankup_42102012_signed_thumbnail,b_rankup_42102012,b_rankup_42102012_signed,0,1 +7796,0,0,b_rankup_43106016_thumbnail,b_rankup_43106016_signed_thumbnail,b_rankup_43106016,b_rankup_43106016_signed,0,1 +7797,0,0,b_rankup_43108012_thumbnail,b_rankup_43108012_signed_thumbnail,b_rankup_43108012,b_rankup_43108012_signed,0,1 +7798,0,0,u_normal_navi_33301001_thumbnail,,u_normal_navi_33301001,,1,1 +7799,0,0,u_rankup_navi_33301001_thumbnail,,u_rankup_navi_33301001,,1,1 +7800,0,0,b_rankup_42106012_thumbnail,,b_rankup_42106012,,0,1 +7801,0,0,b_rankup_43103013_thumbnail,b_rankup_43103013_signed_thumbnail,b_rankup_43103013,b_rankup_43103013_signed,0,1 +7802,0,0,b_rankup_42105017_thumbnail,b_rankup_42105017_signed_thumbnail,b_rankup_42105017,b_rankup_42105017_signed,0,1 +7803,0,0,b_rankup_41009020_thumbnail,b_rankup_41009020_signed_thumbnail,b_rankup_41009020,b_rankup_41009020_signed,0,1 +7804,0,0,u_normal_navi_32302001_thumbnail,,u_normal_navi_32302001,,1,1 +7805,0,0,u_rankup_navi_32302001_thumbnail,,u_rankup_navi_32302001,,1,1 +7806,0,0,b_rankup_51104006_thumbnail,,b_rankup_51104006,,0,1 +7807,0,0,b_normal_43102017_thumbnail,,b_normal_43102017,,0,1 +7808,0,0,b_rankup_43102017_thumbnail,,b_rankup_43102017,,0,1 +7809,0,0,b_normal_43107011_thumbnail,,b_normal_43107011,,0,1 +7810,0,0,b_rankup_43107011_thumbnail,b_rankup_43107011_signed_thumbnail,b_rankup_43107011,b_rankup_43107011_signed,0,1 +7811,0,0,b_normal_42109014_thumbnail,,b_normal_42109014,,0,1 +7812,0,0,b_rankup_42109014_thumbnail,b_rankup_42109014_signed_thumbnail,b_rankup_42109014,b_rankup_42109014_signed,0,1 +7813,0,0,b_rankup_43009012_thumbnail,,b_rankup_43009012,,0,1 +7814,0,0,b_rankup_41032001_thumbnail,,b_rankup_41032001,,0,1 +7815,0,0,b_rankup_43101008_thumbnail,b_rankup_43101008_signed_thumbnail,b_rankup_43101008,b_rankup_43101008_signed,0,1 +7816,0,0,u_normal_navi_31304001_thumbnail,,u_normal_navi_31304001,,1,1 +7817,0,0,u_rankup_navi_31304001_thumbnail,,u_rankup_navi_31304001,,1,1 +7818,0,0,b_rankup_41001022_thumbnail,b_rankup_41001022_signed_thumbnail,b_rankup_41001022,b_rankup_41001022_signed,0,1 +7819,0,0,b_rankup_43005011_thumbnail,b_rankup_43005011_signed_thumbnail,b_rankup_43005011,b_rankup_43005011_signed,0,1 +7820,0,0,b_rankup_42007019_thumbnail,b_rankup_42007019_signed_thumbnail,b_rankup_42007019,b_rankup_42007019_signed,0,1 +7821,0,0,b_rankup_43201001_thumbnail,b_rankup_43201001_signed_thumbnail,b_rankup_43201001,b_rankup_43201001_signed,0,1 +7822,0,0,b_rankup_42205001_thumbnail,b_rankup_42205001_signed_thumbnail,b_rankup_42205001,b_rankup_42205001_signed,0,1 +7823,0,0,b_rankup_41207001_thumbnail,b_rankup_41207001_signed_thumbnail,b_rankup_41207001,b_rankup_41207001_signed,0,1 +7824,0,0,b_rankup_43101009_thumbnail,,b_rankup_43101009,,0,1 +7825,0,0,b_rankup_43207003_thumbnail,b_rankup_43207003_signed_thumbnail,b_rankup_43207003,b_rankup_43207003_signed,0,1 +7826,0,0,u_normal_navi_31303001_thumbnail,,u_normal_navi_31303001,,1,1 +7827,0,0,u_rankup_navi_31303001_thumbnail,,u_rankup_navi_31303001,,1,1 +7828,0,0,b_rankup_43001014_thumbnail,,b_rankup_43001014,,0,1 +7829,0,0,b_rankup_51004002_thumbnail,,b_rankup_51004002,,0,1 +7830,0,0,b_normal_42003021_thumbnail,,b_normal_42003021,,0,1 +7831,0,0,b_rankup_42003021_thumbnail,,b_rankup_42003021,,0,1 +7832,0,0,b_normal_43006018_thumbnail,,b_normal_43006018,,0,1 +7833,0,0,b_rankup_43006018_thumbnail,b_rankup_43006018_signed_thumbnail,b_rankup_43006018,b_rankup_43006018_signed,0,1 +7834,0,0,b_normal_41008013_thumbnail,,b_normal_41008013,,0,1 +7835,0,0,b_rankup_41008013_thumbnail,b_rankup_41008013_signed_thumbnail,b_rankup_41008013,b_rankup_41008013_signed,0,1 +7836,0,0,b_rankup_41202001_thumbnail,b_rankup_41202001_signed_thumbnail,b_rankup_41202001,b_rankup_41202001_signed,0,1 +7837,0,0,b_rankup_42203001_thumbnail,b_rankup_42203001_signed_thumbnail,b_rankup_42203001,b_rankup_42203001_signed,0,1 +7838,0,0,b_rankup_43209001_thumbnail,b_rankup_43209001_signed_thumbnail,b_rankup_43209001,b_rankup_43209001_signed,0,1 +7839,0,0,b_rankup_42212001_thumbnail,b_rankup_42212001_signed_thumbnail,b_rankup_42212001,b_rankup_42212001_signed,0,1 +7840,0,0,b_rankup_43207004_thumbnail,,b_rankup_43207004,,0,1 +7841,0,0,u_normal_navi_33305001_thumbnail,,u_normal_navi_33305001,,1,1 +7842,0,0,u_rankup_navi_33305001_thumbnail,,u_rankup_navi_33305001,,1,1 +7843,0,0,b_rankup_42204001_thumbnail,b_rankup_42204001_signed_thumbnail,b_rankup_42204001,b_rankup_42204001_signed,0,1 +7844,0,0,b_rankup_43206001_thumbnail,b_rankup_43206001_signed_thumbnail,b_rankup_43206001,b_rankup_43206001_signed,0,1 +7845,0,0,b_rankup_41208001_thumbnail,b_rankup_41208001_signed_thumbnail,b_rankup_41208001,b_rankup_41208001_signed,0,1 +7846,0,0,b_rankup_41201001_thumbnail,,b_rankup_41201001,,0,1 +7847,0,0,b_rankup_43101010_thumbnail,b_rankup_43101010_signed_thumbnail,b_rankup_43101010,b_rankup_43101010_signed,0,1 +7848,0,0,b_rankup_41102013_thumbnail,b_rankup_41102013_signed_thumbnail,b_rankup_41102013,b_rankup_41102013_signed,0,1 +7849,0,0,b_rankup_42103017_thumbnail,b_rankup_42103017_signed_thumbnail,b_rankup_42103017,b_rankup_42103017_signed,0,1 +7850,0,0,b_rankup_42104009_thumbnail,b_rankup_42104009_signed_thumbnail,b_rankup_42104009,b_rankup_42104009_signed,0,1 +7851,0,0,b_rankup_41105013_thumbnail,b_rankup_41105013_signed_thumbnail,b_rankup_41105013,b_rankup_41105013_signed,0,1 +7852,0,0,b_rankup_43106018_thumbnail,b_rankup_43106018_signed_thumbnail,b_rankup_43106018,b_rankup_43106018_signed,0,1 +7853,0,0,b_rankup_42107012_thumbnail,b_rankup_42107012_signed_thumbnail,b_rankup_42107012,b_rankup_42107012_signed,0,1 +7854,0,0,b_rankup_43108013_thumbnail,b_rankup_43108013_signed_thumbnail,b_rankup_43108013,b_rankup_43108013_signed,0,1 +7855,0,0,b_rankup_41109011_thumbnail,b_rankup_41109011_signed_thumbnail,b_rankup_41109011,b_rankup_41109011_signed,0,1 +7856,0,0,b_rankup_41102012_thumbnail,b_rankup_41102012_signed_thumbnail,b_rankup_41102012,b_rankup_41102012_signed,0,1 +7857,0,0,b_rankup_42107013_thumbnail,b_rankup_42107013_signed_thumbnail,b_rankup_42107013,b_rankup_42107013_signed,0,1 +7858,0,0,b_rankup_22301001_thumbnail,,b_rankup_22301001,,0,1 +7859,0,0,b_rankup_21302001_thumbnail,,b_rankup_21302001,,0,1 +7860,0,0,b_rankup_23303001_thumbnail,,b_rankup_23303001,,0,1 +7861,0,0,b_rankup_23304001_thumbnail,,b_rankup_23304001,,0,1 +7862,0,0,b_rankup_22305001_thumbnail,,b_rankup_22305001,,0,1 +7863,0,0,b_rankup_23301001_thumbnail,,b_rankup_23301001,,0,1 +7864,0,0,b_rankup_22302001_thumbnail,,b_rankup_22302001,,0,1 +7865,0,0,b_rankup_21303001_thumbnail,,b_rankup_21303001,,0,1 +7866,0,0,b_rankup_21304001_thumbnail,,b_rankup_21304001,,0,1 +7867,0,0,b_rankup_23305001_thumbnail,,b_rankup_23305001,,0,1 +7868,0,0,b_rankup_33301002_thumbnail,,b_rankup_33301002,,0,1 +7869,0,0,b_rankup_32302002_thumbnail,,b_rankup_32302002,,0,1 +7870,0,0,b_rankup_31303002_thumbnail,,b_rankup_31303002,,0,1 +7871,0,0,b_rankup_31304002_thumbnail,,b_rankup_31304002,,0,1 +7872,0,0,b_rankup_33305002_thumbnail,,b_rankup_33305002,,0,1 +7873,0,0,b_rankup_31301001_thumbnail,,b_rankup_31301001,,0,1 +7874,0,0,b_rankup_33302001_thumbnail,,b_rankup_33302001,,0,1 +7875,0,0,b_rankup_32303001_thumbnail,,b_rankup_32303001,,0,1 +7876,0,0,b_rankup_32304001_thumbnail,,b_rankup_32304001,,0,1 +7877,0,0,b_rankup_31305001_thumbnail,,b_rankup_31305001,,0,1 +7878,0,0,b_rankup_53301001_thumbnail,,b_rankup_53301001,,0,1 +7879,0,0,b_rankup_52302001_thumbnail,,b_rankup_52302001,,0,1 +7880,0,0,b_rankup_51303001_thumbnail,,b_rankup_51303001,,0,1 +7881,0,0,b_rankup_51304001_thumbnail,,b_rankup_51304001,,0,1 +7882,0,0,b_rankup_53305001_thumbnail,,b_rankup_53305001,,0,1 +7883,0,0,b_rankup_43301001_thumbnail,b_rankup_43301001_signed_thumbnail,b_rankup_43301001,b_rankup_43301001_signed,0,1 +7884,0,0,b_rankup_42302001_thumbnail,b_rankup_42302001_signed_thumbnail,b_rankup_42302001,b_rankup_42302001_signed,0,1 +7885,0,0,b_rankup_41101017_thumbnail,,b_rankup_41101017,,0,1 +7886,0,0,b_rankup_43102016_thumbnail,,b_rankup_43102016,,0,1 +7887,0,0,b_rankup_42105016_thumbnail,,b_rankup_42105016,,0,1 +7888,0,0,b_rankup_52109009_thumbnail,,b_rankup_52109009,,0,1 +7889,0,0,b_normal_41101018_thumbnail,,b_normal_41101018,,0,1 +7890,0,0,b_rankup_41101018_thumbnail,b_rankup_41101018_signed_thumbnail,b_rankup_41101018,b_rankup_41101018_signed,0,1 +7891,0,0,b_normal_43106019_thumbnail,,b_normal_43106019,,0,1 +7892,0,0,b_rankup_43106019_thumbnail,,b_rankup_43106019,,0,1 +7893,0,0,b_normal_43108014_thumbnail,,b_normal_43108014,,0,1 +7894,0,0,b_rankup_43108014_thumbnail,b_rankup_43108014_signed_thumbnail,b_rankup_43108014,b_rankup_43108014_signed,0,1 +7895,0,0,b_rankup_42057001_thumbnail,,b_rankup_42057001,,0,1 +7896,0,0,b_rankup_43004018_thumbnail,b_rankup_43004018_signed_thumbnail,b_rankup_43004018,b_rankup_43004018_signed,0,1 +7897,0,0,b_rankup_42008018_thumbnail,b_rankup_42008018_signed_thumbnail,b_rankup_42008018,b_rankup_42008018_signed,0,1 +7898,0,0,b_rankup_41304001_thumbnail,b_rankup_41304001_signed_thumbnail,b_rankup_41304001,b_rankup_41304001_signed,0,1 +7899,0,0,b_rankup_41101019_thumbnail,b_rankup_41101019_signed_thumbnail,b_rankup_41101019,b_rankup_41101019_signed,0,1 +7900,0,0,b_rankup_41102014_thumbnail,b_rankup_41102014_signed_thumbnail,b_rankup_41102014,b_rankup_41102014_signed,0,1 +7901,0,0,b_rankup_42103018_thumbnail,b_rankup_42103018_signed_thumbnail,b_rankup_42103018,b_rankup_42103018_signed,0,1 +7902,0,0,b_rankup_43104017_thumbnail,b_rankup_43104017_signed_thumbnail,b_rankup_43104017,b_rankup_43104017_signed,0,1 +7903,0,0,b_rankup_42105018_thumbnail,b_rankup_42105018_signed_thumbnail,b_rankup_42105018,b_rankup_42105018_signed,0,1 +7904,0,0,b_rankup_43106020_thumbnail,b_rankup_43106020_signed_thumbnail,b_rankup_43106020,b_rankup_43106020_signed,0,1 +7905,0,0,b_rankup_43107012_thumbnail,b_rankup_43107012_signed_thumbnail,b_rankup_43107012,b_rankup_43107012_signed,0,1 +7906,0,0,b_rankup_42108014_thumbnail,b_rankup_42108014_signed_thumbnail,b_rankup_42108014,b_rankup_42108014_signed,0,1 +7907,0,0,b_rankup_41109012_thumbnail,b_rankup_41109012_signed_thumbnail,b_rankup_41109012,b_rankup_41109012_signed,0,1 +7908,0,0,b_rankup_43202001_thumbnail,,b_rankup_43202001,,0,1 +7909,0,0,b_rankup_53009003_thumbnail,,b_rankup_53009003,,0,1 +7910,0,0,b_normal_41001023_thumbnail,,b_normal_41001023,,0,1 +7911,0,0,b_rankup_41001023_thumbnail,,b_rankup_41001023,,0,1 +7912,0,0,b_normal_42002012_thumbnail,,b_normal_42002012,,0,1 +7913,0,0,b_rankup_42002012_thumbnail,b_rankup_42002012_signed_thumbnail,b_rankup_42002012,b_rankup_42002012_signed,0,1 +7914,0,0,b_normal_43005012_thumbnail,,b_normal_43005012,,0,1 +7915,0,0,b_rankup_43005012_thumbnail,b_rankup_43005012_signed_thumbnail,b_rankup_43005012,b_rankup_43005012_signed,0,1 +7916,0,0,b_rankup_42003022_thumbnail,b_rankup_42003022_signed_thumbnail,b_rankup_42003022,b_rankup_42003022_signed,0,1 +7917,0,0,b_rankup_41003013_thumbnail,,b_rankup_41003013,,0,1 +7918,0,0,b_rankup_42102013_thumbnail,b_rankup_42102013_signed_thumbnail,b_rankup_42102013,b_rankup_42102013_signed,0,1 +7919,0,0,b_rankup_41109013_thumbnail,b_rankup_41109013_signed_thumbnail,b_rankup_41109013,b_rankup_41109013_signed,0,1 +7920,0,0,b_rankup_43101011_thumbnail,b_rankup_43101011_signed_thumbnail,b_rankup_43101011,b_rankup_43101011_signed,0,1 +7921,0,0,b_rankup_42102014_thumbnail,b_rankup_42102014_signed_thumbnail,b_rankup_42102014,b_rankup_42102014_signed,0,1 +7922,0,0,b_rankup_43103014_thumbnail,b_rankup_43103014_signed_thumbnail,b_rankup_43103014,b_rankup_43103014_signed,0,1 +7923,0,0,b_rankup_41104016_thumbnail,b_rankup_41104016_signed_thumbnail,b_rankup_41104016,b_rankup_41104016_signed,0,1 +7924,0,0,b_rankup_43105016_thumbnail,b_rankup_43105016_signed_thumbnail,b_rankup_43105016,b_rankup_43105016_signed,0,1 +7925,0,0,b_rankup_42106013_thumbnail,b_rankup_42106013_signed_thumbnail,b_rankup_42106013,b_rankup_42106013_signed,0,1 +7926,0,0,b_rankup_41107018_thumbnail,b_rankup_41107018_signed_thumbnail,b_rankup_41107018,b_rankup_41107018_signed,0,1 +7927,0,0,b_rankup_41108015_thumbnail,b_rankup_41108015_signed_thumbnail,b_rankup_41108015,b_rankup_41108015_signed,0,1 +7928,0,0,b_rankup_42109015_thumbnail,b_rankup_42109015_signed_thumbnail,b_rankup_42109015,b_rankup_42109015_signed,0,1 +7929,0,0,b_rankup_41101020_thumbnail,,b_rankup_41101020,,0,1 +7930,0,0,b_rankup_43102018_thumbnail,,b_rankup_43102018,,0,1 +7931,0,0,b_rankup_42103019_thumbnail,,b_rankup_42103019,,0,1 +7932,0,0,b_rankup_43104018_thumbnail,,b_rankup_43104018,,0,1 +7933,0,0,b_rankup_42105019_thumbnail,,b_rankup_42105019,,0,1 +7934,0,0,b_rankup_43106021_thumbnail,,b_rankup_43106021,,0,1 +7935,0,0,b_rankup_41107019_thumbnail,,b_rankup_41107019,,0,1 +7936,0,0,b_rankup_41108017_thumbnail,,b_rankup_41108017,,0,1 +7937,0,0,b_rankup_42109016_thumbnail,,b_rankup_42109016,,0,1 +7938,0,0,b_rankup_43101012_thumbnail,b_rankup_43101012_signed_thumbnail,b_rankup_43101012,b_rankup_43101012_signed,0,1 +7939,0,0,b_rankup_41108016_thumbnail,b_rankup_41108016_signed_thumbnail,b_rankup_41108016,b_rankup_41108016_signed,0,1 +7940,0,0,b_rankup_41303001_thumbnail,b_rankup_41303001_signed_thumbnail,b_rankup_41303001,b_rankup_41303001_signed,0,1 +7941,0,0,b_rankup_42102015_thumbnail,,b_rankup_42102015,,0,1 +7942,0,0,b_rankup_43106017_thumbnail,,b_rankup_43106017,,0,1 +7943,0,0,b_rankup_41107017_thumbnail,,b_rankup_41107017,,0,1 +7944,0,0,b_rankup_42109013_thumbnail,,b_rankup_42109013,,0,1 +7945,0,0,b_rankup_53107008_thumbnail,,b_rankup_53107008,,0,1 +7946,0,0,b_normal_43103015_thumbnail,,b_normal_43103015,,0,1 +7947,0,0,b_rankup_43103015_thumbnail,,b_rankup_43103015,,0,1 +7948,0,0,b_normal_42104010_thumbnail,,b_normal_42104010,,0,1 +7949,0,0,b_rankup_42104010_thumbnail,b_rankup_42104010_signed_thumbnail,b_rankup_42104010,b_rankup_42104010_signed,0,1 +7950,0,0,b_normal_42105020_thumbnail,,b_normal_42105020,,0,1 +7951,0,0,b_rankup_42105020_thumbnail,b_rankup_42105020_signed_thumbnail,b_rankup_42105020,b_rankup_42105020_signed,0,1 +7952,0,0,b_rankup_41109014_thumbnail,,b_rankup_41109014,,0,1 +7953,0,0,b_rankup_43065001_thumbnail,,b_rankup_43065001,,0,1 +7954,0,0,b_rankup_42212002_thumbnail,b_rankup_42212002_signed_thumbnail,b_rankup_42212002,b_rankup_42212002_signed,0,1 +7955,0,0,u_rankup_navi_21212001_thumbnail,,u_rankup_navi_21212001,,1,1 +7956,0,0,u_rankup_navi_22212001_thumbnail,,u_rankup_navi_22212001,,1,1 +7957,0,0,u_rankup_navi_22212002_thumbnail,,u_rankup_navi_22212002,,1,1 +7958,0,0,u_rankup_navi_21212002_thumbnail,,u_rankup_navi_21212002,,1,1 +7959,0,0,u_rankup_navi_23212001_thumbnail,,u_rankup_navi_23212001,,1,1 +7960,0,0,u_rankup_navi_32212001_thumbnail,,u_rankup_navi_32212001,,1,1 +7961,0,0,u_rankup_navi_33212001_thumbnail,,u_rankup_navi_33212001,,1,1 +7962,0,0,b_rankup_43003013_thumbnail,b_rankup_43003013_signed_thumbnail,b_rankup_43003013,b_rankup_43003013_signed,0,1 +7963,0,0,b_rankup_41009021_thumbnail,b_rankup_41009021_signed_thumbnail,b_rankup_41009021,b_rankup_41009021_signed,0,1 +7964,0,0,b_rankup_43305001_thumbnail,b_rankup_43305001_signed_thumbnail,b_rankup_43305001,b_rankup_43305001_signed,0,1 +7965,0,0,b_rankup_41203001_thumbnail,,b_rankup_41203001,,0,1 +7966,0,0,b_rankup_42212003_thumbnail,,b_rankup_42212003,,0,1 +7967,0,0,b_rankup_53007003_thumbnail,,b_rankup_53007003,,0,1 +7968,0,0,b_normal_41001024_thumbnail,,b_normal_41001024,,0,1 +7969,0,0,b_rankup_41001024_thumbnail,b_rankup_41001024_signed_thumbnail,b_rankup_41001024,b_rankup_41001024_signed,0,1 +7970,0,0,b_normal_42006013_thumbnail,,b_normal_42006013,,0,1 +7971,0,0,b_rankup_42006013_thumbnail,,b_rankup_42006013,,0,1 +7972,0,0,b_normal_42008019_thumbnail,,b_normal_42008019,,0,1 +7973,0,0,b_rankup_42008019_thumbnail,b_rankup_42008019_signed_thumbnail,b_rankup_42008019,b_rankup_42008019_signed,0,1 +7974,0,0,b_rankup_41101021_thumbnail,,b_rankup_41101021,,0,1 +7975,0,0,b_rankup_43102019_thumbnail,,b_rankup_43102019,,0,1 +7976,0,0,b_rankup_42103020_thumbnail,,b_rankup_42103020,,0,1 +7977,0,0,b_rankup_43104019_thumbnail,,b_rankup_43104019,,0,1 +7978,0,0,b_rankup_42105021_thumbnail,,b_rankup_42105021,,0,1 +7979,0,0,b_rankup_43106022_thumbnail,,b_rankup_43106022,,0,1 +7980,0,0,b_rankup_41107020_thumbnail,,b_rankup_41107020,,0,1 +7981,0,0,b_rankup_41108018_thumbnail,,b_rankup_41108018,,0,1 +7982,0,0,b_rankup_42109017_thumbnail,,b_rankup_42109017,,0,1 +7983,0,0,b_rankup_43002019_thumbnail,b_rankup_43002019_signed_thumbnail,b_rankup_43002019,b_rankup_43002019_signed,0,1 +7984,0,0,b_rankup_42103021_thumbnail,b_rankup_42103021_signed_thumbnail,b_rankup_42103021,b_rankup_42103021_signed,0,1 +7985,0,0,b_rankup_41104017_thumbnail,b_rankup_41104017_signed_thumbnail,b_rankup_41104017,b_rankup_41104017_signed,0,1 +7986,0,0,b_rankup_42103016_thumbnail,,b_rankup_42103016,,0,1 +7987,0,0,b_rankup_43104016_thumbnail,,b_rankup_43104016,,0,1 +7988,0,0,b_rankup_41108014_thumbnail,,b_rankup_41108014,,0,1 +7989,0,0,b_rankup_41101022_thumbnail,b_rankup_41101022_signed_thumbnail,b_rankup_41101022,b_rankup_41101022_signed,0,1 +7990,0,0,b_rankup_43102020_thumbnail,b_rankup_43102020_signed_thumbnail,b_rankup_43102020,b_rankup_43102020_signed,0,1 +7991,0,0,b_rankup_41103009_thumbnail,b_rankup_41103009_signed_thumbnail,b_rankup_41103009,b_rankup_41103009_signed,0,1 +7992,0,0,b_rankup_43104020_thumbnail,b_rankup_43104020_signed_thumbnail,b_rankup_43104020,b_rankup_43104020_signed,0,1 +7993,0,0,b_rankup_42105022_thumbnail,b_rankup_42105022_signed_thumbnail,b_rankup_42105022,b_rankup_42105022_signed,0,1 +7994,0,0,b_rankup_41106015_thumbnail,b_rankup_41106015_signed_thumbnail,b_rankup_41106015,b_rankup_41106015_signed,0,1 +7995,0,0,b_rankup_42107014_thumbnail,b_rankup_42107014_signed_thumbnail,b_rankup_42107014,b_rankup_42107014_signed,0,1 +7996,0,0,b_rankup_42108015_thumbnail,b_rankup_42108015_signed_thumbnail,b_rankup_42108015,b_rankup_42108015_signed,0,1 +7997,0,0,b_rankup_43109017_thumbnail,b_rankup_43109017_signed_thumbnail,b_rankup_43109017,b_rankup_43109017_signed,0,1 +7998,0,0,b_rankup_41201002_thumbnail,b_rankup_41201002_signed_thumbnail,b_rankup_41201002,b_rankup_41201002_signed,0,1 +7999,0,0,b_rankup_43202002_thumbnail,b_rankup_43202002_signed_thumbnail,b_rankup_43202002,b_rankup_43202002_signed,0,1 +8000,0,0,b_rankup_41203002_thumbnail,b_rankup_41203002_signed_thumbnail,b_rankup_41203002,b_rankup_41203002_signed,0,1 +8001,0,0,b_rankup_41204002_thumbnail,b_rankup_41204002_signed_thumbnail,b_rankup_41204002,b_rankup_41204002_signed,0,1 +8002,0,0,b_rankup_43205002_thumbnail,b_rankup_43205002_signed_thumbnail,b_rankup_43205002,b_rankup_43205002_signed,0,1 +8003,0,0,b_rankup_42206002_thumbnail,b_rankup_42206002_signed_thumbnail,b_rankup_42206002,b_rankup_42206002_signed,0,1 +8004,0,0,b_rankup_42207003_thumbnail,b_rankup_42207003_signed_thumbnail,b_rankup_42207003,b_rankup_42207003_signed,0,1 +8005,0,0,b_rankup_43208002_thumbnail,b_rankup_43208002_signed_thumbnail,b_rankup_43208002,b_rankup_43208002_signed,0,1 +8006,0,0,b_rankup_42209002_thumbnail,b_rankup_42209002_signed_thumbnail,b_rankup_42209002,b_rankup_42209002_signed,0,1 +8007,0,0,b_rankup_43212001_thumbnail,b_rankup_43212001_signed_thumbnail,b_rankup_43212001,b_rankup_43212001_signed,0,1 +8008,0,0,b_rankup_51108009_thumbnail,,b_rankup_51108009,,0,1 +8009,0,0,b_normal_43101013_thumbnail,,b_normal_43101013,,0,1 +8010,0,0,b_rankup_43101013_thumbnail,,b_rankup_43101013,,0,1 +8011,0,0,b_normal_41106016_thumbnail,,b_normal_41106016,,0,1 +8012,0,0,b_rankup_41106016_thumbnail,b_rankup_41106016_signed_thumbnail,b_rankup_41106016,b_rankup_41106016_signed,0,1 +8013,0,0,b_normal_42109018_thumbnail,,b_normal_42109018,,0,1 +8014,0,0,b_rankup_42109018_thumbnail,b_rankup_42109018_signed_thumbnail,b_rankup_42109018,b_rankup_42109018_signed,0,1 +8015,0,0,b_rankup_42060001_thumbnail,,b_rankup_42060001,,0,1 +8016,0,0,b_rankup_42002013_thumbnail,,b_rankup_42002013,,0,1 +8017,0,0,b_rankup_41005018_thumbnail,b_rankup_41005018_signed_thumbnail,b_rankup_41005018,b_rankup_41005018_signed,0,1 +8018,0,0,b_rankup_41212001_thumbnail,b_rankup_41212001_signed_thumbnail,b_rankup_41212001,b_rankup_41212001_signed,0,1 +8019,0,0,b_rankup_43002021_thumbnail,b_rankup_43002021_signed_thumbnail,b_rankup_43002021,b_rankup_43002021_signed,0,1 +8020,0,0,b_rankup_42006014_thumbnail,b_rankup_42006014_signed_thumbnail,b_rankup_42006014,b_rankup_42006014_signed,0,1 +8021,0,0,b_rankup_42001013_thumbnail,b_rankup_42001013_signed_thumbnail,b_rankup_42001013,b_rankup_42001013_signed,0,1 +8022,0,0,b_rankup_42002014_thumbnail,b_rankup_42002014_signed_thumbnail,b_rankup_42002014,b_rankup_42002014_signed,0,1 +8023,0,0,b_rankup_43003014_thumbnail,b_rankup_43003014_signed_thumbnail,b_rankup_43003014,b_rankup_43003014_signed,0,1 +8024,0,0,b_rankup_42004011_thumbnail,b_rankup_42004011_signed_thumbnail,b_rankup_42004011,b_rankup_42004011_signed,0,1 +8025,0,0,b_rankup_43005014_thumbnail,b_rankup_43005014_signed_thumbnail,b_rankup_43005014,b_rankup_43005014_signed,0,1 +8026,0,0,b_rankup_41006016_thumbnail,b_rankup_41006016_signed_thumbnail,b_rankup_41006016,b_rankup_41006016_signed,0,1 +8027,0,0,b_rankup_41007013_thumbnail,b_rankup_41007013_signed_thumbnail,b_rankup_41007013,b_rankup_41007013_signed,0,1 +8028,0,0,b_rankup_41008014_thumbnail,b_rankup_41008014_signed_thumbnail,b_rankup_41008014,b_rankup_41008014_signed,0,1 +8029,0,0,b_rankup_43009013_thumbnail,b_rankup_43009013_signed_thumbnail,b_rankup_43009013,b_rankup_43009013_signed,0,1 +8030,0,0,b_rankup_43002022_thumbnail,,b_rankup_43002022,,0,1 +8031,0,0,b_rankup_51940001_thumbnail,,b_rankup_51940001,,0,1 +8032,0,0,b_rankup_53941001_thumbnail,,b_rankup_53941001,,0,1 +8033,0,0,b_rankup_52942001_thumbnail,,b_rankup_52942001,,0,1 +8034,0,0,b_rankup_53943001_thumbnail,,b_rankup_53943001,,0,1 +8035,0,0,b_rankup_52944001_thumbnail,,b_rankup_52944001,,0,1 +8036,0,0,b_rankup_53945001_thumbnail,,b_rankup_53945001,,0,1 +8037,0,0,b_rankup_51946001_thumbnail,,b_rankup_51946001,,0,1 +8038,0,0,b_rankup_51947001_thumbnail,,b_rankup_51947001,,0,1 +8039,0,0,b_rankup_52948001_thumbnail,,b_rankup_52948001,,0,1 +8049,0,0,b_rankup_43005013_thumbnail,,b_rankup_43005013,,0,1 +8050,0,0,,,,,0,1 +8051,0,0,,,,,0,1 +8052,0,0,,,,,0,1 +8053,0,0,,,,,0,1 +8054,0,0,,,,,0,1 +8055,0,0,,,,,0,1 +8056,0,0,,,,,0,1 +8057,0,0,,,,,0,1 +8058,0,0,,,,,0,1 +8059,0,0,b_rankup_52008005_thumbnail,,b_rankup_52008005,,0,1 +8060,0,0,b_normal_41003014_thumbnail,,b_normal_41003014,,0,1 +8061,0,0,b_rankup_41003014_thumbnail,b_rankup_41003014_signed_thumbnail,b_rankup_41003014,b_rankup_41003014_signed,0,1 +8062,0,0,b_normal_41005020_thumbnail,,b_normal_41005020,,0,1 +8063,0,0,b_rankup_41005020_thumbnail,b_rankup_41005020_signed_thumbnail,b_rankup_41005020,b_rankup_41005020_signed,0,1 +8064,0,0,b_normal_42009014_thumbnail,,b_normal_42009014,,0,1 +8065,0,0,b_rankup_42009014_thumbnail,,b_rankup_42009014,,0,1 +8066,0,0,b_rankup_41209003_thumbnail,b_rankup_41209003_signed_thumbnail,b_rankup_41209003,b_rankup_41209003_signed,0,1 +8067,0,0,b_rankup_42301001_thumbnail,b_rankup_42301001_signed_thumbnail,b_rankup_42301001,b_rankup_42301001_signed,0,1 +8068,0,0,b_rankup_41302001_thumbnail,b_rankup_41302001_signed_thumbnail,b_rankup_41302001,b_rankup_41302001_signed,0,1 +8069,0,0,b_rankup_53303001_thumbnail,,b_rankup_53303001,,0,1 +8070,0,0,u_rankup_navi_33304001_thumbnail,,u_rankup_navi_33304001,,1,1 +8071,0,0,u_rankup_navi_32305001_thumbnail,,u_rankup_navi_32305001,,1,1 +8072,0,0,b_rankup_41209004_thumbnail,,b_rankup_41209004,,0,1 +8073,0,0,b_rankup_42108016_thumbnail,b_rankup_42108016_signed_thumbnail,b_rankup_42108016,b_rankup_42108016_signed,0,1 +8074,0,0,b_rankup_41109015_thumbnail,b_rankup_41109015_signed_thumbnail,b_rankup_41109015,b_rankup_41109015_signed,0,1 +8075,0,0,b_rankup_42101018_thumbnail,b_rankup_42101018_signed_thumbnail,b_rankup_42101018,b_rankup_42101018_signed,0,1 +8076,0,0,b_rankup_41102015_thumbnail,b_rankup_41102015_signed_thumbnail,b_rankup_41102015,b_rankup_41102015_signed,0,1 +8077,0,0,b_rankup_43103016_thumbnail,b_rankup_43103016_signed_thumbnail,b_rankup_43103016,b_rankup_43103016_signed,0,1 +8078,0,0,b_rankup_42104011_thumbnail,b_rankup_42104011_signed_thumbnail,b_rankup_42104011,b_rankup_42104011_signed,0,1 +8079,0,0,b_rankup_41105014_thumbnail,b_rankup_41105014_signed_thumbnail,b_rankup_41105014,b_rankup_41105014_signed,0,1 +8080,0,0,b_rankup_43106023_thumbnail,b_rankup_43106023_signed_thumbnail,b_rankup_43106023,b_rankup_43106023_signed,0,1 +8081,0,0,b_rankup_41107021_thumbnail,b_rankup_41107021_signed_thumbnail,b_rankup_41107021,b_rankup_41107021_signed,0,1 +8082,0,0,b_rankup_43108015_thumbnail,b_rankup_43108015_signed_thumbnail,b_rankup_43108015,b_rankup_43108015_signed,0,1 +8083,0,0,b_rankup_42109019_thumbnail,b_rankup_42109019_signed_thumbnail,b_rankup_42109019,b_rankup_42109019_signed,0,1 +8084,0,0,b_normal_41155001_thumbnail,,b_normal_41155001,,0,1 +8085,0,0,b_normal_42153001_thumbnail,,b_normal_42153001,,0,1 +8086,0,0,b_normal_43152001_thumbnail,,b_normal_43152001,,0,1 +8087,0,0,b_normal_41154001_thumbnail,,b_normal_41154001,,0,1 +8088,0,0,b_normal_42156001_thumbnail,,b_normal_42156001,,0,1 +8089,0,0,b_normal_43155001_thumbnail,,b_normal_43155001,,0,1 +8090,0,0,b_normal_41152001_thumbnail,,b_normal_41152001,,0,1 +8091,0,0,b_normal_42153002_thumbnail,,b_normal_42153002,,0,1 +8092,0,0,b_normal_43156001_thumbnail,,b_normal_43156001,,0,1 +8093,0,0,b_normal_41154002_thumbnail,,b_normal_41154002,,0,1 +8094,0,0,b_normal_42161001_thumbnail,,b_normal_42161001,,0,1 +8095,0,0,b_normal_43160001_thumbnail,,b_normal_43160001,,0,1 +8096,0,0,b_normal_41157001_thumbnail,,b_normal_41157001,,0,1 +8097,0,0,b_normal_42159001_thumbnail,,b_normal_42159001,,0,1 +8098,0,0,b_normal_43158001_thumbnail,,b_normal_43158001,,0,1 +8099,0,0,b_normal_41160001_thumbnail,,b_normal_41160001,,0,1 +8100,0,0,b_normal_42158001_thumbnail,,b_normal_42158001,,0,1 +8101,0,0,b_normal_43157001_thumbnail,,b_normal_43157001,,0,1 +8102,0,0,b_normal_41159001_thumbnail,,b_normal_41159001,,0,1 +8103,0,0,b_normal_42161002_thumbnail,,b_normal_42161002,,0,1 +8104,0,0,b_normal_43164001_thumbnail,,b_normal_43164001,,0,1 +8105,0,0,b_normal_41165001_thumbnail,,b_normal_41165001,,0,1 +8106,0,0,b_normal_42163001_thumbnail,,b_normal_42163001,,0,1 +8107,0,0,b_normal_43162001_thumbnail,,b_normal_43162001,,0,1 +8108,0,0,b_normal_41166001_thumbnail,,b_normal_41166001,,0,1 +8109,0,0,b_normal_42164001_thumbnail,,b_normal_42164001,,0,1 +8110,0,0,b_normal_43162002_thumbnail,,b_normal_43162002,,0,1 +8111,0,0,b_normal_41166002_thumbnail,,b_normal_41166002,,0,1 +8112,0,0,b_normal_42165001_thumbnail,,b_normal_42165001,,0,1 +8113,0,0,b_normal_43163001_thumbnail,,b_normal_43163001,,0,1 +8114,0,0,b_normal_41167001_thumbnail,,b_normal_41167001,,0,1 +8115,0,0,b_normal_42167001_thumbnail,,b_normal_42167001,,0,1 +8116,0,0,b_normal_43167001_thumbnail,,b_normal_43167001,,0,1 +8117,0,0,b_rankup_53103007_thumbnail,,b_rankup_53103007,,0,1 +8118,0,0,b_normal_41102016_thumbnail,,b_normal_41102016,,0,1 +8119,0,0,b_rankup_41102016_thumbnail,b_rankup_41102016_signed_thumbnail,b_rankup_41102016,b_rankup_41102016_signed,0,1 +8120,0,0,b_normal_43104021_thumbnail,,b_normal_43104021,,0,1 +8121,0,0,b_rankup_43104021_thumbnail,b_rankup_43104021_signed_thumbnail,b_rankup_43104021,b_rankup_43104021_signed,0,1 +8122,0,0,b_normal_43107013_thumbnail,,b_normal_43107013,,0,1 +8123,0,0,b_rankup_43107013_thumbnail,,b_rankup_43107013,,0,1 +8124,0,0,b_rankup_41029001_thumbnail,,b_rankup_41029001,,0,1 +8125,0,0,b_rankup_43214001_thumbnail,b_rankup_43214001_signed_thumbnail,b_rankup_43214001,b_rankup_43214001_signed,0,1 +8126,0,0,u_rankup_navi_21214001_thumbnail,,u_rankup_navi_21214001,,1,1 +8127,0,0,u_rankup_navi_23214001_thumbnail,,u_rankup_navi_23214001,,1,1 +8128,0,0,u_rankup_navi_22214001_thumbnail,,u_rankup_navi_22214001,,1,1 +8129,0,0,u_rankup_navi_22214002_thumbnail,,u_rankup_navi_22214002,,1,1 +8130,0,0,u_rankup_navi_23214002_thumbnail,,u_rankup_navi_23214002,,1,1 +8131,0,0,u_rankup_navi_33214001_thumbnail,,u_rankup_navi_33214001,,1,1 +8152,0,0,b_rankup_41001025_thumbnail,b_rankup_41001025_signed_thumbnail,b_rankup_41001025,b_rankup_41001025_signed,0,1 +8153,0,0,b_rankup_43008013_thumbnail,b_rankup_43008013_signed_thumbnail,b_rankup_43008013,b_rankup_43008013_signed,0,1 +8154,0,0,b_rankup_41204001_thumbnail,,b_rankup_41204001,,0,1 +8155,0,0,b_rankup_52006003_thumbnail,,b_rankup_52006003,,0,1 +8156,0,0,b_normal_43002023_thumbnail,,b_normal_43002023,,0,1 +8157,0,0,b_rankup_43002023_thumbnail,b_rankup_43002023_signed_thumbnail,b_rankup_43002023,b_rankup_43002023_signed,0,1 +8158,0,0,b_normal_43004019_thumbnail,,b_normal_43004019,,0,1 +8159,0,0,b_rankup_43004019_thumbnail,,b_rankup_43004019,,0,1 +8160,0,0,b_normal_43007014_thumbnail,,b_normal_43007014,,0,1 +8161,0,0,b_rankup_43007014_thumbnail,b_rankup_43007014_signed_thumbnail,b_rankup_43007014,b_rankup_43007014_signed,0,1 +8162,0,0,b_rankup_43214002_thumbnail,,b_rankup_43214002,,0,1 +8163,0,0,b_rankup_42303001_thumbnail,b_rankup_42303001_signed_thumbnail,b_rankup_42303001,b_rankup_42303001_signed,0,1 +8164,0,0,b_rankup_43304001_thumbnail,b_rankup_43304001_signed_thumbnail,b_rankup_43304001,b_rankup_43304001_signed,0,1 +8165,0,0,b_rankup_52305001_thumbnail,,b_rankup_52305001,,0,1 +8166,0,0,u_rankup_navi_32301001_thumbnail,,u_rankup_navi_32301001,,1,1 +8167,0,0,u_rankup_navi_31302001_thumbnail,,u_rankup_navi_31302001,,1,1 +8168,0,0,b_rankup_41206003_thumbnail,b_rankup_41206003_signed_thumbnail,b_rankup_41206003,b_rankup_41206003_signed,0,1 +8169,0,0,,,,,0,1 +8170,0,0,,,,,0,1 +8171,0,0,,,,,0,1 +8172,0,0,,,,,0,1 +8173,0,0,,,,,0,1 +8174,0,0,,,,,0,1 +8175,0,0,,,,,0,1 +8176,0,0,,,,,0,1 +8177,0,0,,,,,0,1 +8178,0,0,,,,,0,1 +8179,0,0,,,,,0,1 +8180,0,0,,,,,0,1 +8181,0,0,,,,,0,1 +8182,0,0,,,,,0,1 +8183,0,0,,,,,0,1 +8184,0,0,,,,,0,1 +8185,0,0,,,,,0,1 +8186,0,0,,,,,0,1 +8187,0,0,,,,,0,1 +8188,0,0,,,,,0,1 +8189,0,0,,,,,0,1 +8190,0,0,,,,,0,1 +8191,0,0,,,,,0,1 +8192,0,0,,,,,0,1 +8193,0,0,,,,,0,1 +8194,0,0,,,,,0,1 +8195,0,0,,,,,0,1 +8196,0,0,,,,,0,1 +8197,0,0,,,,,0,1 +8198,0,0,,,,,0,1 +8199,0,0,,,,,0,1 +8200,0,0,,,,,0,1 +8201,0,0,,,,,0,1 +8202,0,0,,,,,0,1 +8203,0,0,,,,,0,1 +8204,0,0,,,,,0,1 +8205,0,0,,,,,0,1 +8206,0,0,,,,,0,1 +8207,0,0,,,,,0,1 +8208,0,0,,,,,0,1 +8209,0,0,,,,,0,1 +8210,0,0,,,,,0,1 +8211,0,0,,,,,0,1 +8212,0,0,,,,,0,1 +8213,0,0,,,,,0,1 +8214,0,0,,,,,0,1 +8215,0,0,,,,,0,1 +8216,0,0,,,,,0,1 +8217,0,0,,,,,0,1 +8218,0,0,,,,,0,1 +8219,0,0,,,,,0,1 +8220,0,0,,,,,0,1 +8221,0,0,,,,,0,1 +8222,0,0,,,,,0,1 +8223,0,0,,,,,0,1 +8224,0,0,,,,,0,1 +8225,0,0,,,,,0,1 +8226,0,0,,,,,0,1 +8227,0,0,,,,,0,1 +8228,0,0,,,,,0,1 +8229,0,0,,,,,0,1 +8230,0,0,,,,,0,1 +8231,0,0,,,,,0,1 +8232,0,0,,,,,0,1 +8233,0,0,,,,,0,1 +8234,0,0,,,,,0,1 +8235,0,0,,,,,0,1 +8236,0,0,,,,,0,1 +8237,0,0,,,,,0,1 +8238,0,0,,,,,0,1 +8239,0,0,,,,,0,1 +8240,0,0,,,,,0,1 +8241,0,0,,,,,0,1 +8242,0,0,,,,,0,1 +8243,0,0,,,,,0,1 +8244,0,0,,,,,0,1 +8245,0,0,,,,,0,1 +8246,0,0,,,,,0,1 +8247,0,0,,,,,0,1 +8248,0,0,,,,,0,1 +8249,0,0,,,,,0,1 +8250,0,0,,,,,0,1 +8251,0,0,,,,,0,1 +8252,0,0,,,,,0,1 +8253,0,0,,,,,0,1 +8254,0,0,,,,,0,1 +8255,0,0,,,,,0,1 +8256,0,0,,,,,0,1 +8257,0,0,,,,,0,1 +8258,0,0,,,,,0,1 +8259,0,0,,,,,0,1 +8260,0,0,,,,,0,1 +8261,0,0,,,,,0,1 +8262,0,0,,,,,0,1 +8263,0,0,,,,,0,1 +8264,0,0,,,,,0,1 +8265,0,0,,,,,0,1 +8266,0,0,,,,,0,1 +8267,0,0,,,,,0,1 +8268,0,0,,,,,0,1 +8269,0,0,,,,,0,1 +8270,0,0,,,,,0,1 +8271,0,0,,,,,0,1 +8272,0,0,,,,,0,1 +8273,0,0,,,,,0,1 +8274,0,0,,,,,0,1 +8275,0,0,,,,,0,1 +8276,0,0,,,,,0,1 +8277,0,0,,,,,0,1 +8278,0,0,,,,,0,1 +8279,0,0,,,,,0,1 +8280,0,0,,,,,0,1 +8281,0,0,,,,,0,1 +8282,0,0,,,,,0,1 +8283,0,0,,,,,0,1 +8284,0,0,,,,,0,1 +8285,0,0,,,,,0,1 +8286,0,0,,,,,0,1 +8287,0,0,,,,,0,1 +8288,0,0,,,,,0,1 +8289,0,0,,,,,0,1 +8290,0,0,,,,,0,1 +8291,0,0,,,,,0,1 +8292,0,0,,,,,0,1 +8293,0,0,,,,,0,1 +8294,0,0,,,,,0,1 +8295,0,0,,,,,0,1 +8296,0,0,,,,,0,1 +8297,0,0,,,,,0,1 +8298,0,0,,,,,0,1 +8299,0,0,,,,,0,1 +8300,0,0,,,,,0,1 +8301,0,0,,,,,0,1 +8302,0,0,,,,,0,1 +8303,0,0,,,,,0,1 +8304,0,0,,,,,0,1 +8305,0,0,,,,,0,1 +8306,0,0,,,,,0,1 +8307,0,0,,,,,0,1 +8308,0,0,,,,,0,1 +8309,0,0,,,,,0,1 +8310,0,0,,,,,0,1 +8311,0,0,,,,,0,1 +8312,0,0,,,,,0,1 +8313,0,0,,,,,0,1 +8314,0,0,,,,,0,1 +8315,0,0,,,,,0,1 +8316,0,0,,,,,0,1 +8317,0,0,,,,,0,1 +8318,0,0,,,,,0,1 +8319,0,0,,,,,0,1 +8320,0,0,,,,,0,1 +8321,0,0,,,,,0,1 +8322,0,0,,,,,0,1 +8323,0,0,,,,,0,1 +8324,0,0,,,,,0,1 +8325,0,0,b_rankup_43101014_thumbnail,b_rankup_43101014_signed_thumbnail,b_rankup_43101014,b_rankup_43101014_signed,0,1 +8326,0,0,b_rankup_42106014_thumbnail,b_rankup_42106014_signed_thumbnail,b_rankup_42106014,b_rankup_42106014_signed,0,1 +8327,0,0,b_rankup_41206004_thumbnail,,b_rankup_41206004,,0,1 +8328,0,0,b_rankup_51102006_thumbnail,,b_rankup_51102006,,0,1 +8329,0,0,b_normal_42103022_thumbnail,,b_normal_42103022,,0,1 +8330,0,0,b_rankup_42103022_thumbnail,b_rankup_42103022_signed_thumbnail,b_rankup_42103022,b_rankup_42103022_signed,0,1 +8331,0,0,b_normal_41105015_thumbnail,,b_normal_41105015,,0,1 +8332,0,0,b_rankup_41105015_thumbnail,,b_rankup_41105015,,0,1 +8333,0,0,b_normal_42108018_thumbnail,,b_normal_42108018,,0,1 +8334,0,0,b_rankup_42108018_thumbnail,b_rankup_42108018_signed_thumbnail,b_rankup_42108018,b_rankup_42108018_signed,0,1 +8335,0,0,b_rankup_43058001_thumbnail,,b_rankup_43058001,,0,1 +8336,0,0,b_rankup_42104012_thumbnail,b_rankup_42104012_signed_thumbnail,b_rankup_42104012,b_rankup_42104012_signed,0,1 +8337,0,0,b_rankup_41001026_thumbnail,b_rankup_41001026_signed_thumbnail,b_rankup_41001026,b_rankup_41001026_signed,0,1 +8338,0,0,b_rankup_43002024_thumbnail,b_rankup_43002024_signed_thumbnail,b_rankup_43002024,b_rankup_43002024_signed,0,1 +8339,0,0,b_rankup_42003023_thumbnail,b_rankup_42003023_signed_thumbnail,b_rankup_42003023,b_rankup_42003023_signed,0,1 +8340,0,0,b_rankup_43004020_thumbnail,b_rankup_43004020_signed_thumbnail,b_rankup_43004020,b_rankup_43004020_signed,0,1 +8341,0,0,b_rankup_41005021_thumbnail,b_rankup_41005021_signed_thumbnail,b_rankup_41005021,b_rankup_41005021_signed,0,1 +8342,0,0,b_rankup_43006019_thumbnail,b_rankup_43006019_signed_thumbnail,b_rankup_43006019,b_rankup_43006019_signed,0,1 +8343,0,0,b_rankup_42007020_thumbnail,b_rankup_42007020_signed_thumbnail,b_rankup_42007020,b_rankup_42007020_signed,0,1 +8344,0,0,b_rankup_42008020_thumbnail,b_rankup_42008020_signed_thumbnail,b_rankup_42008020,b_rankup_42008020_signed,0,1 +8345,0,0,b_rankup_41009022_thumbnail,b_rankup_41009022_signed_thumbnail,b_rankup_41009022,b_rankup_41009022_signed,0,1 +8346,0,0,b_rankup_41101023_thumbnail,b_rankup_41101023_signed_thumbnail,b_rankup_41101023,b_rankup_41101023_signed,0,1 +8347,0,0,b_rankup_42102016_thumbnail,b_rankup_42102016_signed_thumbnail,b_rankup_42102016,b_rankup_42102016_signed,0,1 +8348,0,0,b_rankup_41103010_thumbnail,b_rankup_41103010_signed_thumbnail,b_rankup_41103010,b_rankup_41103010_signed,0,1 +8349,0,0,b_rankup_41104018_thumbnail,b_rankup_41104018_signed_thumbnail,b_rankup_41104018,b_rankup_41104018_signed,0,1 +8350,0,0,b_rankup_42105024_thumbnail,b_rankup_42105024_signed_thumbnail,b_rankup_42105024,b_rankup_42105024_signed,0,1 +8351,0,0,b_rankup_43106024_thumbnail,b_rankup_43106024_signed_thumbnail,b_rankup_43106024,b_rankup_43106024_signed,0,1 +8352,0,0,b_rankup_43107014_thumbnail,b_rankup_43107014_signed_thumbnail,b_rankup_43107014,b_rankup_43107014_signed,0,1 +8353,0,0,b_rankup_42108017_thumbnail,b_rankup_42108017_signed_thumbnail,b_rankup_42108017,b_rankup_42108017_signed,0,1 +8354,0,0,b_rankup_43109018_thumbnail,b_rankup_43109018_signed_thumbnail,b_rankup_43109018,b_rankup_43109018_signed,0,1 +8355,0,0,b_rankup_42004012_thumbnail,b_rankup_42004012_signed_thumbnail,b_rankup_42004012,b_rankup_42004012_signed,0,1 +8356,0,0,b_rankup_43007015_thumbnail,b_rankup_43007015_signed_thumbnail,b_rankup_43007015,b_rankup_43007015_signed,0,1 +8357,0,0,b_rankup_42104013_thumbnail,,b_rankup_42104013,,0,1 +8358,0,0,b_rankup_43205001_thumbnail,,b_rankup_43205001,,0,1 +8359,0,0,b_rankup_43201002_thumbnail,b_rankup_43201002_signed_thumbnail,b_rankup_43201002,b_rankup_43201002_signed,0,1 +8360,0,0,b_rankup_41202002_thumbnail,b_rankup_41202002_signed_thumbnail,b_rankup_41202002,b_rankup_41202002_signed,0,1 +8361,0,0,b_rankup_42203002_thumbnail,b_rankup_42203002_signed_thumbnail,b_rankup_42203002,b_rankup_42203002_signed,0,1 +8362,0,0,b_rankup_42204002_thumbnail,b_rankup_42204002_signed_thumbnail,b_rankup_42204002,b_rankup_42204002_signed,0,1 +8363,0,0,b_rankup_42205002_thumbnail,b_rankup_42205002_signed_thumbnail,b_rankup_42205002,b_rankup_42205002_signed,0,1 +8364,0,0,b_rankup_43206002_thumbnail,b_rankup_43206002_signed_thumbnail,b_rankup_43206002,b_rankup_43206002_signed,0,1 +8365,0,0,b_rankup_41207002_thumbnail,b_rankup_41207002_signed_thumbnail,b_rankup_41207002,b_rankup_41207002_signed,0,1 +8366,0,0,b_rankup_41208002_thumbnail,b_rankup_41208002_signed_thumbnail,b_rankup_41208002,b_rankup_41208002_signed,0,1 +8367,0,0,b_rankup_43209002_thumbnail,b_rankup_43209002_signed_thumbnail,b_rankup_43209002,b_rankup_43209002_signed,0,1 +8368,0,0,b_rankup_51101011_thumbnail,,b_rankup_51101011,,0,1 +8369,0,0,b_rankup_53102010_thumbnail,,b_rankup_53102010,,0,1 +8370,0,0,b_rankup_52103009_thumbnail,,b_rankup_52103009,,0,1 +8371,0,0,b_rankup_53104009_thumbnail,,b_rankup_53104009,,0,1 +8372,0,0,b_rankup_52105010_thumbnail,,b_rankup_52105010,,0,1 +8373,0,0,b_rankup_53106011_thumbnail,,b_rankup_53106011,,0,1 +8374,0,0,b_rankup_51107010_thumbnail,,b_rankup_51107010,,0,1 +8375,0,0,b_rankup_51108010_thumbnail,,b_rankup_51108010,,0,1 +8376,0,0,b_rankup_52109010_thumbnail,,b_rankup_52109010,,0,1 +8377,0,0,b_rankup_52201002_thumbnail,,b_rankup_52201002,,0,1 +8378,0,0,b_rankup_52202002_thumbnail,,b_rankup_52202002,,0,1 +8379,0,0,b_rankup_53203003_thumbnail,,b_rankup_53203003,,0,1 +8380,0,0,b_rankup_53204002_thumbnail,,b_rankup_53204002,,0,1 +8381,0,0,b_rankup_51205002_thumbnail,,b_rankup_51205002,,0,1 +8382,0,0,b_rankup_51206003_thumbnail,,b_rankup_51206003,,0,1 +8383,0,0,b_rankup_53207003_thumbnail,,b_rankup_53207003,,0,1 +8384,0,0,b_rankup_52208003_thumbnail,,b_rankup_52208003,,0,1 +8385,0,0,b_rankup_51209002_thumbnail,,b_rankup_51209002,,0,1 +8386,0,0,b_rankup_52212001_thumbnail,,b_rankup_52212001,,0,1 +8387,0,0,b_rankup_51213001_thumbnail,,b_rankup_51213001,,0,1 +8388,0,0,b_rankup_53214001_thumbnail,,b_rankup_53214001,,0,1 +8389,0,0,b_rankup_53301002_thumbnail,,b_rankup_53301002,,0,1 +8390,0,0,b_rankup_52302002_thumbnail,,b_rankup_52302002,,0,1 +8391,0,0,b_rankup_51303002_thumbnail,,b_rankup_51303002,,0,1 +8392,0,0,b_rankup_51304002_thumbnail,,b_rankup_51304002,,0,1 +8393,0,0,b_rankup_53305002_thumbnail,,b_rankup_53305002,,0,1 +8394,0,0,,,,,0,1 +8395,0,0,,,,,0,1 +8396,0,0,,,,,0,1 +8397,0,0,,,,,0,1 +8398,0,0,,,,,0,1 +8399,0,0,,,,,0,1 +8400,0,0,,,,,0,1 +8401,0,0,,,,,0,1 +8402,0,0,,,,,0,1 +8403,0,0,,,,,0,1 +8404,0,0,,,,,0,1 +8405,0,0,,,,,0,1 +8406,0,0,,,,,0,1 +8407,0,0,,,,,0,1 +8408,0,0,,,,,0,1 +8409,0,0,,,,,0,1 +8410,0,0,,,,,0,1 +8411,0,0,,,,,0,1 +8412,0,0,b_rankup_51002003_thumbnail,,b_rankup_51002003,,0,1 +8413,0,0,b_normal_43001015_thumbnail,,b_normal_43001015,,0,1 +8414,0,0,b_rankup_43001015_thumbnail,b_rankup_43001015_signed_thumbnail,b_rankup_43001015,b_rankup_43001015_signed,0,1 +8415,0,0,b_normal_42005013_thumbnail,,b_normal_42005013,,0,1 +8416,0,0,b_rankup_42005013_thumbnail,,b_rankup_42005013,,0,1 +8417,0,0,b_normal_43009014_thumbnail,,b_normal_43009014,,0,1 +8418,0,0,b_rankup_43009014_thumbnail,b_rankup_43009014_signed_thumbnail,b_rankup_43009014,b_rankup_43009014_signed,0,1 +8419,0,0,b_rankup_42305001_thumbnail,b_rankup_42305001_signed_thumbnail,b_rankup_42305001,b_rankup_42305001_signed,0,1 +8420,0,0,b_rankup_41301001_thumbnail,b_rankup_41301001_signed_thumbnail,b_rankup_41301001,b_rankup_41301001_signed,0,1 +8421,0,0,b_rankup_51302001_thumbnail,,b_rankup_51302001,,0,1 +8422,0,0,u_rankup_navi_33303001_thumbnail,,u_rankup_navi_33303001,,1,1 +8423,0,0,u_rankup_navi_31304003_thumbnail,,u_rankup_navi_31304003,,1,1 +8424,0,0,b_rankup_41008015_thumbnail,b_rankup_41008015_signed_thumbnail,b_rankup_41008015,b_rankup_41008015_signed,0,1 +8425,0,0,b_rankup_42001014_thumbnail,b_rankup_42001014_signed_thumbnail,b_rankup_42001014,b_rankup_42001014_signed,0,1 +8426,0,0,b_rankup_42002015_thumbnail,b_rankup_42002015_signed_thumbnail,b_rankup_42002015,b_rankup_42002015_signed,0,1 +8427,0,0,b_rankup_43003015_thumbnail,b_rankup_43003015_signed_thumbnail,b_rankup_43003015,b_rankup_43003015_signed,0,1 +8428,0,0,b_rankup_42004013_thumbnail,b_rankup_42004013_signed_thumbnail,b_rankup_42004013,b_rankup_42004013_signed,0,1 +8429,0,0,b_rankup_43005015_thumbnail,b_rankup_43005015_signed_thumbnail,b_rankup_43005015,b_rankup_43005015_signed,0,1 +8430,0,0,b_rankup_41006017_thumbnail,b_rankup_41006017_signed_thumbnail,b_rankup_41006017,b_rankup_41006017_signed,0,1 +8431,0,0,b_rankup_41007014_thumbnail,b_rankup_41007014_signed_thumbnail,b_rankup_41007014,b_rankup_41007014_signed,0,1 +8432,0,0,b_rankup_41008016_thumbnail,b_rankup_41008016_signed_thumbnail,b_rankup_41008016,b_rankup_41008016_signed,0,1 +8433,0,0,b_rankup_43009015_thumbnail,b_rankup_43009015_signed_thumbnail,b_rankup_43009015,b_rankup_43009015_signed,0,1 +8434,0,0,b_rankup_41101024_thumbnail,b_rankup_41101024_signed_thumbnail,b_rankup_41101024,b_rankup_41101024_signed,0,1 +8435,0,0,b_rankup_43102021_thumbnail,b_rankup_43102021_signed_thumbnail,b_rankup_43102021,b_rankup_43102021_signed,0,1 +8436,0,0,b_rankup_43103017_thumbnail,b_rankup_43103017_signed_thumbnail,b_rankup_43103017,b_rankup_43103017_signed,0,1 +8437,0,0,b_rankup_42104014_thumbnail,b_rankup_42104014_signed_thumbnail,b_rankup_42104014,b_rankup_42104014_signed,0,1 +8438,0,0,b_rankup_41105016_thumbnail,b_rankup_41105016_signed_thumbnail,b_rankup_41105016,b_rankup_41105016_signed,0,1 +8439,0,0,b_rankup_42106015_thumbnail,b_rankup_42106015_signed_thumbnail,b_rankup_42106015,b_rankup_42106015_signed,0,1 +8440,0,0,b_rankup_42107015_thumbnail,b_rankup_42107015_signed_thumbnail,b_rankup_42107015,b_rankup_42107015_signed,0,1 +8441,0,0,b_rankup_41108019_thumbnail,b_rankup_41108019_signed_thumbnail,b_rankup_41108019,b_rankup_41108019_signed,0,1 +8442,0,0,b_rankup_43109019_thumbnail,b_rankup_43109019_signed_thumbnail,b_rankup_43109019,b_rankup_43109019_signed,0,1 +8443,0,0,,,,,0,1 +8444,0,0,,,,,0,1 +8445,0,0,,,,,0,1 +8446,0,0,,,,,0,1 +8447,0,0,,,,,0,1 +8448,0,0,,,,,0,1 +8449,0,0,,,,,0,1 +8450,0,0,,,,,0,1 +8451,0,0,,,,,0,1 +8452,0,0,,,,,0,1 +8453,0,0,,,,,0,1 +8454,0,0,,,,,0,1 +8455,0,0,,,,,0,1 +8456,0,0,,,,,0,1 +8457,0,0,,,,,0,1 +8458,0,0,,,,,0,1 +8459,0,0,,,,,0,1 +8460,0,0,,,,,0,1 +8461,0,0,,,,,0,1 +8462,0,0,,,,,0,1 +8463,0,0,,,,,0,1 +8464,0,0,,,,,0,1 +8465,0,0,,,,,0,1 +8466,0,0,,,,,0,1 +8467,0,0,,,,,0,1 +8468,0,0,,,,,0,1 +8469,0,0,,,,,0,1 +8470,0,0,,,,,0,1 +8471,0,0,,,,,0,1 +8472,0,0,,,,,0,1 +8473,0,0,,,,,0,1 +8474,0,0,,,,,0,1 +8475,0,0,,,,,0,1 +8476,0,0,,,,,0,1 +8477,0,0,,,,,0,1 +8478,0,0,,,,,0,1 +8479,0,0,,,,,0,1 +8480,0,0,,,,,0,1 +8481,0,0,,,,,0,1 +8482,0,0,,,,,0,1 +8483,0,0,,,,,0,1 +8484,0,0,,,,,0,1 +8485,0,0,,,,,0,1 +8486,0,0,,,,,0,1 +8487,0,0,,,,,0,1 +8488,0,0,,,,,0,1 +8489,0,0,,,,,0,1 +8490,0,0,,,,,0,1 +8491,0,0,,,,,0,1 +8492,0,0,,,,,0,1 +8493,0,0,,,,,0,1 +8494,0,0,,,,,0,1 +8495,0,0,,,,,0,1 +8496,0,0,,,,,0,1 +8497,0,0,,,,,0,1 +8498,0,0,,,,,0,1 +8499,0,0,,,,,0,1 +8500,0,0,,,,,0,1 +8501,0,0,,,,,0,1 +8502,0,0,,,,,0,1 +8503,0,0,,,,,0,1 +8504,0,0,,,,,0,1 +8505,0,0,,,,,0,1 +8506,0,0,,,,,0,1 +8507,0,0,,,,,0,1 +8508,0,0,,,,,0,1 +8509,0,0,,,,,0,1 +8510,0,0,,,,,0,1 +8511,0,0,,,,,0,1 +8512,0,0,,,,,0,1 +8513,0,0,,,,,0,1 +8514,0,0,,,,,0,1 +8515,0,0,,,,,0,1 +8516,0,0,,,,,0,1 +8517,0,0,,,,,0,1 +8518,0,0,,,,,0,1 +8519,0,0,,,,,0,1 +8520,0,0,,,,,0,1 +8521,0,0,,,,,0,1 +8522,0,0,,,,,0,1 +8523,0,0,,,,,0,1 +8524,0,0,,,,,0,1 +8525,0,0,,,,,0,1 +8526,0,0,,,,,0,1 +8527,0,0,,,,,0,1 +8528,0,0,,,,,0,1 +8529,0,0,,,,,0,1 +8530,0,0,,,,,0,1 +8531,0,0,,,,,0,1 +8532,0,0,,,,,0,1 +8533,0,0,,,,,0,1 +8534,0,0,,,,,0,1 +8535,0,0,,,,,0,1 +8536,0,0,,,,,0,1 +8537,0,0,,,,,0,1 +8538,0,0,,,,,0,1 +8539,0,0,,,,,0,1 +8540,0,0,,,,,0,1 +8541,0,0,,,,,0,1 +8542,0,0,,,,,0,1 +8543,0,0,,,,,0,1 +8544,0,0,,,,,0,1 +8545,0,0,,,,,0,1 +8546,0,0,,,,,0,1 +8547,0,0,,,,,0,1 +8548,0,0,,,,,0,1 +8549,0,0,,,,,0,1 +8550,0,0,,,,,0,1 +8551,0,0,,,,,0,1 +8552,0,0,,,,,0,1 +8553,0,0,,,,,0,1 +8554,0,0,,,,,0,1 +8555,0,0,,,,,0,1 +8556,0,0,,,,,0,1 +8557,0,0,,,,,0,1 +8558,0,0,,,,,0,1 +8559,0,0,,,,,0,1 +8560,0,0,,,,,0,1 +8561,0,0,,,,,0,1 +8562,0,0,,,,,0,1 +8563,0,0,,,,,0,1 +8564,0,0,,,,,0,1 +8565,0,0,,,,,0,1 +8566,0,0,,,,,0,1 +8567,0,0,,,,,0,1 +8568,0,0,,,,,0,1 +8569,0,0,,,,,0,1 +8570,0,0,b_rankup_43105017_thumbnail,b_rankup_43105017_signed_thumbnail,b_rankup_43105017,b_rankup_43105017_signed,0,1 +8571,0,0,b_rankup_41107022_thumbnail,b_rankup_41107022_signed_thumbnail,b_rankup_41107022,b_rankup_41107022_signed,0,1 +8572,0,0,b_rankup_42202003_thumbnail,b_rankup_42202003_signed_thumbnail,b_rankup_42202003,b_rankup_42202003_signed,0,1 +8573,0,0,b_rankup_42008021_thumbnail,,b_rankup_42008021,,0,1 +8574,0,0,b_rankup_53109007_thumbnail,,b_rankup_53109007,,0,1 +8575,0,0,b_normal_43101015_thumbnail,,b_normal_43101015,,0,1 +8576,0,0,b_rankup_43101015_thumbnail,b_rankup_43101015_signed_thumbnail,b_rankup_43101015,b_rankup_43101015_signed,0,1 +8577,0,0,b_normal_42102017_thumbnail,,b_normal_42102017,,0,1 +8578,0,0,b_rankup_42102017_thumbnail,b_rankup_42102017_signed_thumbnail,b_rankup_42102017,b_rankup_42102017_signed,0,1 +8579,0,0,b_normal_41103011_thumbnail,,b_normal_41103011,,0,1 +8580,0,0,b_rankup_41103011_thumbnail,,b_rankup_41103011,,0,1 +8581,0,0,b_rankup_42202004_thumbnail,,b_rankup_42202004,,0,1 +8582,0,0,b_rankup_42012001_thumbnail,,b_rankup_42012001,,0,1 +8583,0,0,b_rankup_42208003_thumbnail,b_rankup_42208003_signed_thumbnail,b_rankup_42208003,b_rankup_42208003_signed,0,1 +8584,0,0,b_rankup_41005022_thumbnail,b_rankup_41005022_signed_thumbnail,b_rankup_41005022,b_rankup_41005022_signed,0,1 +8585,0,0,b_rankup_43006020_thumbnail,b_rankup_43006020_signed_thumbnail,b_rankup_43006020,b_rankup_43006020_signed,0,1 +8586,0,0,b_rankup_42206001_thumbnail,,b_rankup_42206001,,0,1 +8587,0,0,b_rankup_41103012_thumbnail,b_rankup_41103012_signed_thumbnail,b_rankup_41103012,b_rankup_41103012_signed,0,1 +8588,0,0,b_rankup_42208004_thumbnail,,b_rankup_42208004,,0,1 +8589,0,0,b_rankup_53003003_thumbnail,,b_rankup_53003003,,0,1 +8590,0,0,b_normal_42004014_thumbnail,,b_normal_42004014,,0,1 +8591,0,0,b_rankup_42004014_thumbnail,b_rankup_42004014_signed_thumbnail,b_rankup_42004014,b_rankup_42004014_signed,0,1 +8592,0,0,b_normal_43007016_thumbnail,,b_normal_43007016,,0,1 +8593,0,0,b_rankup_43007016_thumbnail,,b_rankup_43007016,,0,1 +8594,0,0,b_normal_41008017_thumbnail,,b_normal_41008017,,0,1 +8595,0,0,b_rankup_41008017_thumbnail,b_rankup_41008017_signed_thumbnail,b_rankup_41008017,b_rankup_41008017_signed,0,1 +8596,0,0,b_rankup_41213001_thumbnail,b_rankup_41213001_signed_thumbnail,b_rankup_41213001,b_rankup_41213001_signed,0,1 +8597,0,0,u_rankup_navi_21213001_thumbnail,,u_rankup_navi_21213001,,1,1 +8598,0,0,u_rankup_navi_21213002_thumbnail,,u_rankup_navi_21213002,,1,1 +8599,0,0,u_rankup_navi_22213001_thumbnail,,u_rankup_navi_22213001,,1,1 +8600,0,0,u_rankup_navi_23213001_thumbnail,,u_rankup_navi_23213001,,1,1 +8601,0,0,u_rankup_navi_23213002_thumbnail,,u_rankup_navi_23213002,,1,1 +8602,0,0,u_rankup_navi_31213001_thumbnail,,u_rankup_navi_31213001,,1,1 +8603,0,0,b_rankup_43302001_thumbnail,b_rankup_43302001_signed_thumbnail,b_rankup_43302001,b_rankup_43302001_signed,0,1 +8604,0,0,b_rankup_43303001_thumbnail,b_rankup_43303001_signed_thumbnail,b_rankup_43303001,b_rankup_43303001_signed,0,1 +8605,0,0,b_rankup_52304001_thumbnail,,b_rankup_52304001,,0,1 +8606,0,0,u_rankup_navi_33305003_thumbnail,,u_rankup_navi_33305003,,1,1 +8607,0,0,u_rankup_navi_31301002_thumbnail,,u_rankup_navi_31301002,,1,1 +8608,0,0,b_rankup_41103013_thumbnail,,b_rankup_41103013,,0,1 +8609,0,0,b_rankup_41213002_thumbnail,,b_rankup_41213002,,0,1 +8610,0,0,b_rankup_41102017_thumbnail,b_rankup_41102017_signed_thumbnail,b_rankup_41102017,b_rankup_41102017_signed,0,1 +8611,0,0,b_rankup_42104015_thumbnail,b_rankup_42104015_signed_thumbnail,b_rankup_42104015,b_rankup_42104015_signed,0,1 +8612,0,0,b_rankup_51106006_thumbnail,,b_rankup_51106006,,0,1 +8613,0,0,b_normal_41105017_thumbnail,,b_normal_41105017,,0,1 +8614,0,0,b_rankup_41105017_thumbnail,b_rankup_41105017_signed_thumbnail,b_rankup_41105017,b_rankup_41105017_signed,0,1 +8615,0,0,b_normal_42108019_thumbnail,,b_normal_42108019,,0,1 +8616,0,0,b_rankup_42108019_thumbnail,,b_rankup_42108019,,0,1 +8617,0,0,b_normal_43109020_thumbnail,,b_normal_43109020,,0,1 +8618,0,0,b_rankup_43109020_thumbnail,b_rankup_43109020_signed_thumbnail,b_rankup_43109020,b_rankup_43109020_signed,0,1 +8619,0,0,b_rankup_42201003_thumbnail,b_rankup_42201003_signed_thumbnail,b_rankup_42201003,b_rankup_42201003_signed,0,1 +8620,0,0,b_rankup_43054001_thumbnail,,b_rankup_43054001,,0,1 +8621,0,0,b_rankup_43107015_thumbnail,b_rankup_43107015_signed_thumbnail,b_rankup_43107015,b_rankup_43107015_signed,0,1 +8623,0,0,b_rankup_41101026_thumbnail,,b_rankup_41101026,,0,1 +8624,0,0,b_rankup_43102023_thumbnail,,b_rankup_43102023,,0,1 +8625,0,0,b_rankup_42103023_thumbnail,,b_rankup_42103023,,0,1 +8626,0,0,b_rankup_43104022_thumbnail,,b_rankup_43104022,,0,1 +8627,0,0,b_rankup_42105023_thumbnail,,b_rankup_42105023,,0,1 +8628,0,0,b_rankup_43106027_thumbnail,,b_rankup_43106027,,0,1 +8629,0,0,b_rankup_41107023_thumbnail,,b_rankup_41107023,,0,1 +8630,0,0,b_rankup_41108020_thumbnail,,b_rankup_41108020,,0,1 +8631,0,0,b_rankup_42109020_thumbnail,,b_rankup_42109020,,0,1 +8633,0,0,b_rankup_41008018_thumbnail,b_rankup_41008018_signed_thumbnail,b_rankup_41008018,b_rankup_41008018_signed,0,1 +8634,0,0,b_rankup_43009017_thumbnail,b_rankup_43009017_signed_thumbnail,b_rankup_43009017,b_rankup_43009017_signed,0,1 +8635,0,0,b_rankup_42207001_thumbnail,,b_rankup_42207001,,0,1 +8636,0,0,b_rankup_42201004_thumbnail,,b_rankup_42201004,,0,1 +8637,0,0,b_rankup_43107016_thumbnail,,b_rankup_43107016,,0,1 +8638,0,0,b_rankup_52005003_thumbnail,,b_rankup_52005003,,0,1 +8639,0,0,b_normal_42002016_thumbnail,,b_normal_42002016,,0,1 +8640,0,0,b_rankup_42002016_thumbnail,,b_rankup_42002016,,0,1 +8641,0,0,b_normal_42003024_thumbnail,,b_normal_42003024,,0,1 +8642,0,0,b_rankup_42003024_thumbnail,b_rankup_42003024_signed_thumbnail,b_rankup_42003024,b_rankup_42003024_signed,0,1 +8643,0,0,b_normal_41006018_thumbnail,,b_normal_41006018,,0,1 +8644,0,0,b_rankup_41006018_thumbnail,b_rankup_41006018_signed_thumbnail,b_rankup_41006018,b_rankup_41006018_signed,0,1 +8645,0,0,b_rankup_41101027_thumbnail,,b_rankup_41101027,,0,1 +8646,0,0,b_rankup_43102024_thumbnail,,b_rankup_43102024,,0,1 +8647,0,0,b_rankup_42103024_thumbnail,,b_rankup_42103024,,0,1 +8648,0,0,b_rankup_43104023_thumbnail,,b_rankup_43104023,,0,1 +8649,0,0,b_rankup_42105025_thumbnail,,b_rankup_42105025,,0,1 +8650,0,0,b_rankup_43106028_thumbnail,,b_rankup_43106028,,0,1 +8651,0,0,b_rankup_41107024_thumbnail,,b_rankup_41107024,,0,1 +8652,0,0,b_rankup_41108021_thumbnail,,b_rankup_41108021,,0,1 +8653,0,0,b_rankup_42109021_thumbnail,,b_rankup_42109021,,0,1 +8654,0,0,b_rankup_41004016_thumbnail,b_rankup_41004016_signed_thumbnail,b_rankup_41004016,b_rankup_41004016_signed,0,1 +8655,0,0,b_rankup_42304001_thumbnail,b_rankup_42304001_signed_thumbnail,b_rankup_42304001,b_rankup_42304001_signed,0,1 +8656,0,0,b_rankup_41305001_thumbnail,b_rankup_41305001_signed_thumbnail,b_rankup_41305001,b_rankup_41305001_signed,0,1 +8657,0,0,b_rankup_52301001_thumbnail,,b_rankup_52301001,,0,1 +8658,0,0,u_rankup_navi_33302002_thumbnail,,u_rankup_navi_33302002,,1,1 +8659,0,0,u_rankup_navi_31303003_thumbnail,,u_rankup_navi_31303003,,1,1 +8660,0,0,b_rankup_43004021_thumbnail,,b_rankup_43004021,,0,1 +8661,0,0,,,,,0,1 +8662,0,0,b_rankup_42105026_thumbnail,b_rankup_42105026_signed_thumbnail,b_rankup_42105026,b_rankup_42105026_signed,0,1 +8663,0,0,b_rankup_43108016_thumbnail,b_rankup_43108016_signed_thumbnail,b_rankup_43108016,b_rankup_43108016_signed,0,1 +8664,0,0,u_rankup_navi_31311001_thumbnail,,u_rankup_navi_31311001,,1,1 +8665,0,0,u_rankup_navi_33312001_thumbnail,,u_rankup_navi_33312001,,1,1 +8666,0,0,u_normal_navi_25313001_thumbnail,,u_normal_navi_25313001,,1,1 +8667,0,0,u_normal_navi_31314001_thumbnail,,u_normal_navi_31314001,,1,1 +8668,0,0,u_normal_navi_32315001_thumbnail,,u_normal_navi_32315001,,1,1 +8669,0,0,u_normal_navi_33316001_thumbnail,,u_normal_navi_33316001,,1,1 +8670,0,0,u_normal_navi_35317001_thumbnail,,u_normal_navi_35317001,,1,1 +8671,0,0,b_normal_55318001_thumbnail,,b_normal_55318001,,0,1 +8672,0,0,b_normal_45319001_thumbnail,,b_normal_45319001,,0,1 +8673,0,0,u_normal_navi_22320001_thumbnail,,u_normal_navi_22320001,,1,1 +8674,0,0,u_normal_navi_21321001_thumbnail,,u_normal_navi_21321001,,1,1 +8675,0,0,u_normal_navi_35320001_thumbnail,,u_normal_navi_35320001,,1,1 +8676,0,0,b_rankup_42101019_thumbnail,b_rankup_42101019_signed_thumbnail,b_rankup_42101019,b_rankup_42101019_signed,0,1 +8677,0,0,b_rankup_41102018_thumbnail,b_rankup_41102018_signed_thumbnail,b_rankup_41102018,b_rankup_41102018_signed,0,1 +8678,0,0,b_rankup_43103018_thumbnail,b_rankup_43103018_signed_thumbnail,b_rankup_43103018,b_rankup_43103018_signed,0,1 +8679,0,0,b_rankup_41104019_thumbnail,b_rankup_41104019_signed_thumbnail,b_rankup_41104019,b_rankup_41104019_signed,0,1 +8680,0,0,b_rankup_43105018_thumbnail,b_rankup_43105018_signed_thumbnail,b_rankup_43105018,b_rankup_43105018_signed,0,1 +8681,0,0,b_rankup_41106017_thumbnail,b_rankup_41106017_signed_thumbnail,b_rankup_41106017,b_rankup_41106017_signed,0,1 +8682,0,0,b_rankup_42107016_thumbnail,b_rankup_42107016_signed_thumbnail,b_rankup_42107016,b_rankup_42107016_signed,0,1 +8683,0,0,b_rankup_42108020_thumbnail,b_rankup_42108020_signed_thumbnail,b_rankup_42108020,b_rankup_42108020_signed,0,1 +8684,0,0,b_rankup_43109021_thumbnail,b_rankup_43109021_signed_thumbnail,b_rankup_43109021,b_rankup_43109021_signed,0,1 +8685,0,0,,,,,0,1 +8686,0,0,,,,,0,1 +8687,0,0,,,,,0,1 +8688,0,0,b_rankup_52102008_thumbnail,,b_rankup_52102008,,0,1 +8689,0,0,b_normal_41104020_thumbnail,,b_normal_41104020,,0,1 +8690,0,0,b_rankup_41104020_thumbnail,b_rankup_41104020_signed_thumbnail,b_rankup_41104020,b_rankup_41104020_signed,0,1 +8691,0,0,b_normal_42106016_thumbnail,,b_normal_42106016,,0,1 +8692,0,0,b_rankup_42106016_thumbnail,,b_rankup_42106016,,0,1 +8693,0,0,b_normal_42107017_thumbnail,,b_normal_42107017,,0,1 +8694,0,0,b_rankup_42107017_thumbnail,b_rankup_42107017_signed_thumbnail,b_rankup_42107017,b_rankup_42107017_signed,0,1 +8695,0,0,b_rankup_41020001_thumbnail,,b_rankup_41020001,,0,1 +8696,0,0,b_rankup_43203003_thumbnail,b_rankup_43203003_signed_thumbnail,b_rankup_43203003,b_rankup_43203003_signed,0,1 +8697,0,0,,,,,0,1 +8698,0,0,,,,,0,1 +8699,0,0,,,,,0,1 +8700,0,0,,,,,0,1 +8701,0,0,,,,,0,1 +8702,0,0,,,,,0,1 +8703,0,0,b_rankup_41101031_thumbnail,,b_rankup_41101031,,0,1 +8704,0,0,b_rankup_43102027_thumbnail,,b_rankup_43102027,,0,1 +8705,0,0,b_rankup_42103027_thumbnail,,b_rankup_42103027,,0,1 +8706,0,0,b_rankup_43104026_thumbnail,,b_rankup_43104026,,0,1 +8707,0,0,b_rankup_42105031_thumbnail,,b_rankup_42105031,,0,1 +8708,0,0,b_rankup_43106031_thumbnail,,b_rankup_43106031,,0,1 +8709,0,0,b_rankup_41107027_thumbnail,,b_rankup_41107027,,0,1 +8710,0,0,b_rankup_41108024_thumbnail,,b_rankup_41108024,,0,1 +8711,0,0,b_rankup_42109024_thumbnail,,b_rankup_42109024,,0,1 +8712,0,0,b_rankup_43001016_thumbnail,b_rankup_43001016_signed_thumbnail,b_rankup_43001016,b_rankup_43001016_signed,0,1 +8713,0,0,b_rankup_41002014_thumbnail,b_rankup_41002014_signed_thumbnail,b_rankup_41002014,b_rankup_41002014_signed,0,1 +8714,0,0,b_rankup_41003016_thumbnail,b_rankup_41003016_signed_thumbnail,b_rankup_41003016,b_rankup_41003016_signed,0,1 +8715,0,0,b_rankup_41004017_thumbnail,b_rankup_41004017_signed_thumbnail,b_rankup_41004017,b_rankup_41004017_signed,0,1 +8716,0,0,b_rankup_42005014_thumbnail,b_rankup_42005014_signed_thumbnail,b_rankup_42005014,b_rankup_42005014_signed,0,1 +8717,0,0,b_rankup_42006015_thumbnail,b_rankup_42006015_signed_thumbnail,b_rankup_42006015,b_rankup_42006015_signed,0,1 +8718,0,0,b_rankup_43007017_thumbnail,b_rankup_43007017_signed_thumbnail,b_rankup_43007017,b_rankup_43007017_signed,0,1 +8719,0,0,b_rankup_43008014_thumbnail,b_rankup_43008014_signed_thumbnail,b_rankup_43008014,b_rankup_43008014_signed,0,1 +8720,0,0,b_rankup_42009015_thumbnail,b_rankup_42009015_signed_thumbnail,b_rankup_42009015,b_rankup_42009015_signed,0,1 +8721,0,0,b_rankup_41101028_thumbnail,b_rankup_41101028_signed_thumbnail,b_rankup_41101028,b_rankup_41101028_signed,0,1 +8722,0,0,b_rankup_43102025_thumbnail,b_rankup_43102025_signed_thumbnail,b_rankup_43102025,b_rankup_43102025_signed,0,1 +8723,0,0,b_rankup_42103025_thumbnail,b_rankup_42103025_signed_thumbnail,b_rankup_42103025,b_rankup_42103025_signed,0,1 +8724,0,0,b_rankup_43104024_thumbnail,b_rankup_43104024_signed_thumbnail,b_rankup_43104024,b_rankup_43104024_signed,0,1 +8725,0,0,b_rankup_42105027_thumbnail,b_rankup_42105027_signed_thumbnail,b_rankup_42105027,b_rankup_42105027_signed,0,1 +8726,0,0,b_rankup_43106029_thumbnail,b_rankup_43106029_signed_thumbnail,b_rankup_43106029,b_rankup_43106029_signed,0,1 +8727,0,0,b_rankup_41107025_thumbnail,b_rankup_41107025_signed_thumbnail,b_rankup_41107025,b_rankup_41107025_signed,0,1 +8728,0,0,b_rankup_41108022_thumbnail,b_rankup_41108022_signed_thumbnail,b_rankup_41108022,b_rankup_41108022_signed,0,1 +8729,0,0,b_rankup_42109022_thumbnail,b_rankup_42109022_signed_thumbnail,b_rankup_42109022,b_rankup_42109022_signed,0,1 +8730,0,0,b_rankup_41101029_thumbnail,,b_rankup_41101029,,0,1 +8731,0,0,b_rankup_51949001_thumbnail,,b_rankup_51949001,,0,1 +8732,0,0,b_rankup_53950001_thumbnail,,b_rankup_53950001,,0,1 +8733,0,0,b_rankup_52951001_thumbnail,,b_rankup_52951001,,0,1 +8734,0,0,b_rankup_53952001_thumbnail,,b_rankup_53952001,,0,1 +8735,0,0,b_rankup_51953001_thumbnail,,b_rankup_51953001,,0,1 +8736,0,0,b_rankup_53954001_thumbnail,,b_rankup_53954001,,0,1 +8737,0,0,b_rankup_52955001_thumbnail,,b_rankup_52955001,,0,1 +8738,0,0,b_rankup_52956001_thumbnail,,b_rankup_52956001,,0,1 +8739,0,0,b_rankup_51957001_thumbnail,,b_rankup_51957001,,0,1 +8749,0,0,b_rankup_43203004_thumbnail,,b_rankup_43203004,,0,1 +8750,0,0,,,,,0,1 +8751,0,0,,,,,0,1 +8752,0,0,,,,,0,1 +8753,0,0,,,,,0,1 +8754,0,0,,,,,0,1 +8755,0,0,,,,,0,1 +8756,0,0,,,,,0,1 +8757,0,0,,,,,0,1 +8758,0,0,,,,,0,1 +8759,0,0,,,,,0,1 +8760,0,0,,,,,0,1 +8761,0,0,,,,,0,1 +8762,0,0,,,,,0,1 +8763,0,0,,,,,0,1 +8764,0,0,,,,,0,1 +8765,0,0,,,,,0,1 +8766,0,0,,,,,0,1 +8767,0,0,,,,,0,1 +8768,0,0,b_normal_43501001_thumbnail,,b_normal_43501001,,0,1 +8769,0,0,b_normal_43501002_thumbnail,,b_normal_43501002,,0,1 +8770,0,0,b_normal_43501003_thumbnail,,b_normal_43501003,,0,1 +8771,0,0,b_normal_41502001_thumbnail,,b_normal_41502001,,0,1 +8772,0,0,b_normal_41502002_thumbnail,,b_normal_41502002,,0,1 +8773,0,0,b_normal_43503001_thumbnail,,b_normal_43503001,,0,1 +8774,0,0,b_normal_42504001_thumbnail,,b_normal_42504001,,0,1 +8775,0,0,b_normal_42504002_thumbnail,,b_normal_42504002,,0,1 +8776,0,0,b_normal_41505001_thumbnail,,b_normal_41505001,,0,1 +8777,0,0,b_normal_41506001_thumbnail,,b_normal_41506001,,0,1 +8778,0,0,b_normal_43507001_thumbnail,,b_normal_43507001,,0,1 +8779,0,0,b_normal_42508001_thumbnail,,b_normal_42508001,,0,1 +8780,0,0,b_normal_41509001_thumbnail,,b_normal_41509001,,0,1 +8781,0,0,b_normal_41509002_thumbnail,,b_normal_41509002,,0,1 +8782,0,0,b_normal_42510001_thumbnail,,b_normal_42510001,,0,1 +8783,0,0,b_normal_42511001_thumbnail,,b_normal_42511001,,0,1 +8784,0,0,b_normal_41512001_thumbnail,,b_normal_41512001,,0,1 +8785,0,0,b_normal_42513001_thumbnail,,b_normal_42513001,,0,1 +8786,0,0,b_normal_42514001_thumbnail,,b_normal_42514001,,0,1 +8787,0,0,b_normal_43515001_thumbnail,,b_normal_43515001,,0,1 +8788,0,0,b_normal_43516001_thumbnail,,b_normal_43516001,,0,1 +8789,0,0,b_normal_42517001_thumbnail,,b_normal_42517001,,0,1 +8790,0,0,b_normal_41518001_thumbnail,,b_normal_41518001,,0,1 +8791,0,0,b_normal_41519001_thumbnail,,b_normal_41519001,,0,1 +8792,0,0,b_normal_42520001_thumbnail,,b_normal_42520001,,0,1 +8793,0,0,b_normal_43521001_thumbnail,,b_normal_43521001,,0,1 +8794,0,0,b_normal_43501004_thumbnail,,b_normal_43501004,,0,1 +8795,0,0,b_normal_43501005_thumbnail,,b_normal_43501005,,0,1 +8796,0,0,b_normal_43501006_thumbnail,,b_normal_43501006,,0,1 +8797,0,0,b_normal_43501007_thumbnail,,b_normal_43501007,,0,1 +8798,0,0,b_normal_41502003_thumbnail,,b_normal_41502003,,0,1 +8799,0,0,b_normal_42504003_thumbnail,,b_normal_42504003,,0,1 +8800,0,0,b_normal_42504004_thumbnail,,b_normal_42504004,,0,1 +8801,0,0,b_normal_41505002_thumbnail,,b_normal_41505002,,0,1 +8802,0,0,b_normal_41506002_thumbnail,,b_normal_41506002,,0,1 +8803,0,0,b_normal_41522001_thumbnail,,b_normal_41522001,,0,1 +8804,0,0,b_normal_42508002_thumbnail,,b_normal_42508002,,0,1 +8805,0,0,b_normal_42508003_thumbnail,,b_normal_42508003,,0,1 +8806,0,0,b_normal_41512002_thumbnail,,b_normal_41512002,,0,1 +8807,0,0,b_normal_43515002_thumbnail,,b_normal_43515002,,0,1 +8808,0,0,b_normal_42517002_thumbnail,,b_normal_42517002,,0,1 +8809,0,0,b_rankup_42001016_thumbnail,,b_rankup_42001016,,0,1 +8810,0,0,b_rankup_43003016_thumbnail,,b_rankup_43003016,,0,1 +8811,0,0,b_rankup_41004018_thumbnail,,b_rankup_41004018,,0,1 +8812,0,0,b_rankup_43301003_thumbnail,b_rankup_43301003_signed_thumbnail,b_rankup_43301003,b_rankup_43301003_signed,0,1 +8813,0,0,b_rankup_42302003_thumbnail,b_rankup_42302003_signed_thumbnail,b_rankup_42302003,b_rankup_42302003_signed,0,1 +8814,0,0,b_rankup_52303001_thumbnail,,b_rankup_52303001,,0,1 +8815,0,0,u_rankup_navi_33304002_thumbnail,,u_rankup_navi_33304002,,1,1 +8816,0,0,u_rankup_navi_31305002_thumbnail,,u_rankup_navi_31305002,,1,1 +8817,0,0,b_rankup_42105028_thumbnail,b_rankup_42105028_signed_thumbnail,b_rankup_42105028,b_rankup_42105028_signed,0,1 +8818,0,0,b_rankup_42006016_thumbnail,b_rankup_42006016_signed_thumbnail,b_rankup_42006016,b_rankup_42006016_signed,0,1 +8819,0,0,,,,,0,1 +8820,0,0,,,,,0,1 +8821,0,0,b_rankup_41001028_thumbnail,b_rankup_41001028_signed_thumbnail,b_rankup_41001028,b_rankup_41001028_signed,0,1 +8822,0,0,b_rankup_43002026_thumbnail,b_rankup_43002026_signed_thumbnail,b_rankup_43002026,b_rankup_43002026_signed,0,1 +8823,0,0,b_rankup_42003026_thumbnail,b_rankup_42003026_signed_thumbnail,b_rankup_42003026,b_rankup_42003026_signed,0,1 +8824,0,0,b_rankup_43004023_thumbnail,b_rankup_43004023_signed_thumbnail,b_rankup_43004023,b_rankup_43004023_signed,0,1 +8825,0,0,b_rankup_41005024_thumbnail,b_rankup_41005024_signed_thumbnail,b_rankup_41005024,b_rankup_41005024_signed,0,1 +8826,0,0,b_rankup_43006023_thumbnail,b_rankup_43006023_signed_thumbnail,b_rankup_43006023,b_rankup_43006023_signed,0,1 +8827,0,0,b_rankup_42007022_thumbnail,b_rankup_42007022_signed_thumbnail,b_rankup_42007022,b_rankup_42007022_signed,0,1 +8828,0,0,b_rankup_42008023_thumbnail,b_rankup_42008023_signed_thumbnail,b_rankup_42008023,b_rankup_42008023_signed,0,1 +8829,0,0,b_rankup_41009024_thumbnail,b_rankup_41009024_signed_thumbnail,b_rankup_41009024,b_rankup_41009024_signed,0,1 +8830,0,0,b_rankup_43101017_thumbnail,b_rankup_43101017_signed_thumbnail,b_rankup_43101017,b_rankup_43101017_signed,0,1 +8831,0,0,b_rankup_42102019_thumbnail,b_rankup_42102019_signed_thumbnail,b_rankup_42102019,b_rankup_42102019_signed,0,1 +8832,0,0,b_rankup_41103015_thumbnail,b_rankup_41103015_signed_thumbnail,b_rankup_41103015,b_rankup_41103015_signed,0,1 +8833,0,0,b_rankup_42104017_thumbnail,b_rankup_42104017_signed_thumbnail,b_rankup_42104017,b_rankup_42104017_signed,0,1 +8834,0,0,b_rankup_41105019_thumbnail,b_rankup_41105019_signed_thumbnail,b_rankup_41105019,b_rankup_41105019_signed,0,1 +8835,0,0,b_rankup_42106018_thumbnail,b_rankup_42106018_signed_thumbnail,b_rankup_42106018,b_rankup_42106018_signed,0,1 +8836,0,0,b_rankup_43107018_thumbnail,b_rankup_43107018_signed_thumbnail,b_rankup_43107018,b_rankup_43107018_signed,0,1 +8837,0,0,b_rankup_43108019_thumbnail,b_rankup_43108019_signed_thumbnail,b_rankup_43108019,b_rankup_43108019_signed,0,1 +8838,0,0,b_rankup_41109018_thumbnail,b_rankup_41109018_signed_thumbnail,b_rankup_41109018,b_rankup_41109018_signed,0,1 +8839,0,0,b_rankup_41201003_thumbnail,b_rankup_41201003_signed_thumbnail,b_rankup_41201003,b_rankup_41201003_signed,0,1 +8840,0,0,b_rankup_43202003_thumbnail,b_rankup_43202003_signed_thumbnail,b_rankup_43202003,b_rankup_43202003_signed,0,1 +8841,0,0,b_rankup_41203003_thumbnail,b_rankup_41203003_signed_thumbnail,b_rankup_41203003,b_rankup_41203003_signed,0,1 +8842,0,0,b_rankup_41204003_thumbnail,b_rankup_41204003_signed_thumbnail,b_rankup_41204003,b_rankup_41204003_signed,0,1 +8843,0,0,b_rankup_43205003_thumbnail,b_rankup_43205003_signed_thumbnail,b_rankup_43205003,b_rankup_43205003_signed,0,1 +8844,0,0,b_rankup_42206003_thumbnail,b_rankup_42206003_signed_thumbnail,b_rankup_42206003,b_rankup_42206003_signed,0,1 +8845,0,0,b_rankup_42207004_thumbnail,b_rankup_42207004_signed_thumbnail,b_rankup_42207004,b_rankup_42207004_signed,0,1 +8846,0,0,b_rankup_43208003_thumbnail,b_rankup_43208003_signed_thumbnail,b_rankup_43208003,b_rankup_43208003_signed,0,1 +8847,0,0,b_rankup_42209003_thumbnail,b_rankup_42209003_signed_thumbnail,b_rankup_42209003,b_rankup_42209003_signed,0,1 +8848,0,0,b_rankup_43301002_thumbnail,b_rankup_43301002_signed_thumbnail,b_rankup_43301002,b_rankup_43301002_signed,0,1 +8849,0,0,b_rankup_42302002_thumbnail,b_rankup_42302002_signed_thumbnail,b_rankup_42302002,b_rankup_42302002_signed,0,1 +8850,0,0,b_rankup_41303002_thumbnail,b_rankup_41303002_signed_thumbnail,b_rankup_41303002,b_rankup_41303002_signed,0,1 +8851,0,0,b_rankup_41304002_thumbnail,b_rankup_41304002_signed_thumbnail,b_rankup_41304002,b_rankup_41304002_signed,0,1 +8852,0,0,b_rankup_43305002_thumbnail,b_rankup_43305002_signed_thumbnail,b_rankup_43305002,b_rankup_43305002_signed,0,1 +8853,0,0,b_rankup_42105030_thumbnail,,b_rankup_42105030,,0,1 +8854,0,0,b_rankup_43006022_thumbnail,,b_rankup_43006022,,0,1 +8855,0,0,,,,,0,1 +8856,0,0,,,,,0,1 +8857,0,0,,,,,0,1 +8858,0,0,,,,,0,1 +8859,0,0,,,,,0,1 +8860,0,0,,,,,0,1 +8861,0,0,,,,,0,1 +8862,0,0,,,,,0,1 +8863,0,0,,,,,0,1 +8864,0,0,,,,,0,1 +8865,0,0,,,,,0,1 +8866,0,0,,,,,0,1 +8867,0,0,,,,,0,1 +8868,0,0,,,,,0,1 +8869,0,0,,,,,0,1 +8870,0,0,,,,,0,1 +8871,0,0,,,,,0,1 +8872,0,0,,,,,0,1 +8873,0,0,,,,,0,1 +8874,0,0,,,,,0,1 +8875,0,0,,,,,0,1 +8876,0,0,,,,,0,1 +8877,0,0,,,,,0,1 +8878,0,0,,,,,0,1 +8879,0,0,,,,,0,1 +8880,0,0,,,,,0,1 +8881,0,0,,,,,0,1 +8882,0,0,,,,,0,1 +8883,0,0,,,,,0,1 +8884,0,0,,,,,0,1 +8885,0,0,,,,,0,1 +8886,0,0,,,,,0,1 +8887,0,0,,,,,0,1 +8888,0,0,,,,,0,1 +8889,0,0,,,,,0,1 +8890,0,0,,,,,0,1 +8891,0,0,,,,,0,1 +8892,0,0,,,,,0,1 +8893,0,0,,,,,0,1 +8894,0,0,,,,,0,1 +8895,0,0,,,,,0,1 +8896,0,0,,,,,0,1 +8897,0,0,,,,,0,1 +8898,0,0,,,,,0,1 +8899,0,0,,,,,0,1 +8900,0,0,,,,,0,1 +8901,0,0,,,,,0,1 +8902,0,0,,,,,0,1 +8903,0,0,,,,,0,1 +8904,0,0,,,,,0,1 +8905,0,0,,,,,0,1 +8906,0,0,,,,,0,1 +8907,0,0,,,,,0,1 +8908,0,0,,,,,0,1 +8909,0,0,,,,,0,1 +8910,0,0,,,,,0,1 +8911,0,0,,,,,0,1 +8912,0,0,,,,,0,1 +8913,0,0,,,,,0,1 +8914,0,0,,,,,0,1 +8915,0,0,,,,,0,1 +8916,0,0,,,,,0,1 +8917,0,0,,,,,0,1 +8918,0,0,,,,,0,1 +8919,0,0,,,,,0,1 +8920,0,0,,,,,0,1 +8921,0,0,,,,,0,1 +8922,0,0,,,,,0,1 +8923,0,0,,,,,0,1 +8924,0,0,,,,,0,1 +8925,0,0,,,,,0,1 +8926,0,0,,,,,0,1 +8927,0,0,,,,,0,1 +8928,0,0,,,,,0,1 +8929,0,0,,,,,0,1 +8930,0,0,,,,,0,1 +8931,0,0,,,,,0,1 +8932,0,0,,,,,0,1 +8933,0,0,,,,,0,1 +8934,0,0,,,,,0,1 +8935,0,0,,,,,0,1 +8936,0,0,,,,,0,1 +8937,0,0,,,,,0,1 +8938,0,0,,,,,0,1 +8939,0,0,,,,,0,1 +8940,0,0,,,,,0,1 +8941,0,0,,,,,0,1 +8942,0,0,,,,,0,1 +8943,0,0,,,,,0,1 +8944,0,0,,,,,0,1 +8945,0,0,,,,,0,1 +8946,0,0,,,,,0,1 +8947,0,0,,,,,0,1 +8948,0,0,,,,,0,1 +8949,0,0,,,,,0,1 +8950,0,0,,,,,0,1 +8951,0,0,,,,,0,1 +8952,0,0,,,,,0,1 +8953,0,0,,,,,0,1 +8954,0,0,,,,,0,1 +8955,0,0,,,,,0,1 +8956,0,0,,,,,0,1 +8957,0,0,,,,,0,1 +8958,0,0,,,,,0,1 +8959,0,0,,,,,0,1 +8960,0,0,,,,,0,1 +8961,0,0,,,,,0,1 +8962,0,0,,,,,0,1 +8963,0,0,,,,,0,1 +8964,0,0,,,,,0,1 +8965,0,0,,,,,0,1 +8966,0,0,,,,,0,1 +8967,0,0,,,,,0,1 +8968,0,0,,,,,0,1 +8969,0,0,,,,,0,1 +8970,0,0,,,,,0,1 +8971,0,0,,,,,0,1 +8972,0,0,,,,,0,1 +8973,0,0,,,,,0,1 +8974,0,0,,,,,0,1 +8975,0,0,,,,,0,1 +8976,0,0,,,,,0,1 +8977,0,0,,,,,0,1 +8978,0,0,,,,,0,1 +8979,0,0,,,,,0,1 +8980,0,0,,,,,0,1 +8981,0,0,,,,,0,1 +8982,0,0,,,,,0,1 +8983,0,0,,,,,0,1 +8984,0,0,,,,,0,1 +8985,0,0,,,,,0,1 +8986,0,0,,,,,0,1 +8987,0,0,,,,,0,1 +8988,0,0,,,,,0,1 +8989,0,0,,,,,0,1 +8990,0,0,,,,,0,1 +8991,0,0,,,,,0,1 +8992,0,0,,,,,0,1 +8993,0,0,,,,,0,1 +8994,0,0,,,,,0,1 +8995,0,0,,,,,0,1 +8996,0,0,,,,,0,1 +8997,0,0,,,,,0,1 +8998,0,0,,,,,0,1 +8999,0,0,,,,,0,1 +9000,0,0,,,,,0,1 +9001,0,0,,,,,0,1 +9002,0,0,,,,,0,1 +9003,0,0,,,,,0,1 +9004,0,0,,,,,0,1 +9005,0,0,,,,,0,1 +9006,0,0,,,,,0,1 +9007,0,0,,,,,0,1 +9008,0,0,,,,,0,1 +9009,0,0,,,,,0,1 +9010,0,0,,,,,0,1 +9011,0,0,,,,,0,1 +9012,0,0,,,,,0,1 +9013,0,0,,,,,0,1 +9014,0,0,,,,,0,1 +9015,0,0,,,,,0,1 +9016,0,0,,,,,0,1 +9017,0,0,,,,,0,1 +9018,0,0,,,,,0,1 +9019,0,0,,,,,0,1 +9020,0,0,,,,,0,1 +9021,0,0,,,,,0,1 +9022,0,0,,,,,0,1 +9023,0,0,,,,,0,1 +9024,0,0,,,,,0,1 +9025,0,0,b_rankup_43101018_thumbnail,,b_rankup_43101018,,0,1 +9026,0,0,b_rankup_41102019_thumbnail,,b_rankup_41102019,,0,1 +9027,0,0,b_rankup_42105032_thumbnail,,b_rankup_42105032,,0,1 +9028,0,0,b_rankup_41001027_thumbnail,b_rankup_41001027_signed_thumbnail,b_rankup_41001027,b_rankup_41001027_signed,0,1 +9029,0,0,b_rankup_43002025_thumbnail,b_rankup_43002025_signed_thumbnail,b_rankup_43002025,b_rankup_43002025_signed,0,1 +9030,0,0,b_rankup_42003025_thumbnail,b_rankup_42003025_signed_thumbnail,b_rankup_42003025,b_rankup_42003025_signed,0,1 +9031,0,0,b_rankup_43004022_thumbnail,b_rankup_43004022_signed_thumbnail,b_rankup_43004022,b_rankup_43004022_signed,0,1 +9032,0,0,b_rankup_41005023_thumbnail,b_rankup_41005023_signed_thumbnail,b_rankup_41005023,b_rankup_41005023_signed,0,1 +9033,0,0,b_rankup_43006021_thumbnail,b_rankup_43006021_signed_thumbnail,b_rankup_43006021,b_rankup_43006021_signed,0,1 +9034,0,0,b_rankup_42007021_thumbnail,b_rankup_42007021_signed_thumbnail,b_rankup_42007021,b_rankup_42007021_signed,0,1 +9035,0,0,b_rankup_42008022_thumbnail,b_rankup_42008022_signed_thumbnail,b_rankup_42008022,b_rankup_42008022_signed,0,1 +9036,0,0,b_rankup_41009023_thumbnail,b_rankup_41009023_signed_thumbnail,b_rankup_41009023,b_rankup_41009023_signed,0,1 +9037,0,0,b_rankup_43101016_thumbnail,b_rankup_43101016_signed_thumbnail,b_rankup_43101016,b_rankup_43101016_signed,0,1 +9038,0,0,b_rankup_42102018_thumbnail,b_rankup_42102018_signed_thumbnail,b_rankup_42102018,b_rankup_42102018_signed,0,1 +9039,0,0,b_rankup_41103014_thumbnail,b_rankup_41103014_signed_thumbnail,b_rankup_41103014,b_rankup_41103014_signed,0,1 +9040,0,0,b_rankup_42104016_thumbnail,b_rankup_42104016_signed_thumbnail,b_rankup_42104016,b_rankup_42104016_signed,0,1 +9041,0,0,b_rankup_41105018_thumbnail,b_rankup_41105018_signed_thumbnail,b_rankup_41105018,b_rankup_41105018_signed,0,1 +9042,0,0,b_rankup_42106017_thumbnail,b_rankup_42106017_signed_thumbnail,b_rankup_42106017,b_rankup_42106017_signed,0,1 +9043,0,0,b_rankup_43107017_thumbnail,b_rankup_43107017_signed_thumbnail,b_rankup_43107017,b_rankup_43107017_signed,0,1 +9044,0,0,b_rankup_43108018_thumbnail,b_rankup_43108018_signed_thumbnail,b_rankup_43108018,b_rankup_43108018_signed,0,1 +9045,0,0,b_rankup_41109017_thumbnail,b_rankup_41109017_signed_thumbnail,b_rankup_41109017,b_rankup_41109017_signed,0,1 +9046,0,0,b_rankup_43201004_thumbnail,b_rankup_43201004_signed_thumbnail,b_rankup_43201004,b_rankup_43201004_signed,0,1 +9047,0,0,b_rankup_41202004_thumbnail,b_rankup_41202004_signed_thumbnail,b_rankup_41202004,b_rankup_41202004_signed,0,1 +9048,0,0,b_rankup_42203004_thumbnail,b_rankup_42203004_signed_thumbnail,b_rankup_42203004,b_rankup_42203004_signed,0,1 +9049,0,0,b_rankup_42204004_thumbnail,b_rankup_42204004_signed_thumbnail,b_rankup_42204004,b_rankup_42204004_signed,0,1 +9050,0,0,b_rankup_42205004_thumbnail,b_rankup_42205004_signed_thumbnail,b_rankup_42205004,b_rankup_42205004_signed,0,1 +9051,0,0,b_rankup_43206004_thumbnail,b_rankup_43206004_signed_thumbnail,b_rankup_43206004,b_rankup_43206004_signed,0,1 +9052,0,0,b_rankup_41207004_thumbnail,b_rankup_41207004_signed_thumbnail,b_rankup_41207004,b_rankup_41207004_signed,0,1 +9053,0,0,b_rankup_41208004_thumbnail,b_rankup_41208004_signed_thumbnail,b_rankup_41208004,b_rankup_41208004_signed,0,1 +9054,0,0,b_rankup_43209004_thumbnail,b_rankup_43209004_signed_thumbnail,b_rankup_43209004,b_rankup_43209004_signed,0,1 +9055,0,0,b_rankup_41212003_thumbnail,b_rankup_41212003_signed_thumbnail,b_rankup_41212003,b_rankup_41212003_signed,0,1 +9056,0,0,b_rankup_43213002_thumbnail,b_rankup_43213002_signed_thumbnail,b_rankup_43213002,b_rankup_43213002_signed,0,1 +9057,0,0,b_rankup_42214002_thumbnail,b_rankup_42214002_signed_thumbnail,b_rankup_42214002,b_rankup_42214002_signed,0,1 +9058,0,0,b_rankup_42301002_thumbnail,b_rankup_42301002_signed_thumbnail,b_rankup_42301002,b_rankup_42301002_signed,0,1 +9059,0,0,b_rankup_41302002_thumbnail,b_rankup_41302002_signed_thumbnail,b_rankup_41302002,b_rankup_41302002_signed,0,1 +9060,0,0,b_rankup_42303002_thumbnail,b_rankup_42303002_signed_thumbnail,b_rankup_42303002,b_rankup_42303002_signed,0,1 +9061,0,0,b_rankup_43304002_thumbnail,b_rankup_43304002_signed_thumbnail,b_rankup_43304002,b_rankup_43304002_signed,0,1 +9062,0,0,b_rankup_41305002_thumbnail,b_rankup_41305002_signed_thumbnail,b_rankup_41305002,b_rankup_41305002_signed,0,1 +9063,0,0,,,,,0,1 +9064,0,0,,,,,0,1 +9065,0,0,,,,,0,1 +9066,0,0,,,,,0,1 +9067,0,0,,,,,0,1 +9068,0,0,,,,,0,1 +9069,0,0,,,,,0,1 +9070,0,0,,,,,0,1 +9071,0,0,,,,,0,1 +9072,0,0,,,,,0,1 +9073,0,0,,,,,0,1 +9074,0,0,,,,,0,1 +9075,0,0,,,,,0,1 +9076,0,0,,,,,0,1 +9077,0,0,,,,,0,1 +9078,0,0,,,,,0,1 +9079,0,0,,,,,0,1 +9080,0,0,,,,,0,1 +9081,0,0,,,,,0,1 +9082,0,0,,,,,0,1 +9083,0,0,,,,,0,1 +9084,0,0,,,,,0,1 +9085,0,0,,,,,0,1 +9086,0,0,,,,,0,1 +9087,0,0,,,,,0,1 +9088,0,0,,,,,0,1 +9089,0,0,,,,,0,1 +9090,0,0,,,,,0,1 +9091,0,0,,,,,0,1 +9092,0,0,,,,,0,1 +9093,0,0,,,,,0,1 +9094,0,0,,,,,0,1 +9095,0,0,,,,,0,1 +9096,0,0,,,,,0,1 +9097,0,0,,,,,0,1 +9098,0,0,b_rankup_43208001_thumbnail,,b_rankup_43208001,,0,1 +9099,0,0,b_rankup_43005016_thumbnail,,b_rankup_43005016,,0,1 +9100,0,0,b_rankup_41006019_thumbnail,,b_rankup_41006019,,0,1 +9101,0,0,b_rankup_41008019_thumbnail,,b_rankup_41008019,,0,1 +9102,0,0,b_rankup_43303002_thumbnail,b_rankup_43303002_signed_thumbnail,b_rankup_43303002,b_rankup_43303002_signed,0,1 +9103,0,0,b_rankup_41304003_thumbnail,b_rankup_41304003_signed_thumbnail,b_rankup_41304003,b_rankup_41304003_signed,0,1 +9104,0,0,b_rankup_51305001_thumbnail,,b_rankup_51305001,,0,1 +9105,0,0,u_rankup_navi_33301003_thumbnail,,u_rankup_navi_33301003,,1,1 +9106,0,0,u_rankup_navi_32302003_thumbnail,,u_rankup_navi_32302003,,1,1 +9107,0,0,b_rankup_41001029_thumbnail,b_rankup_41001029_signed_thumbnail,b_rankup_41001029,b_rankup_41001029_signed,0,1 +9108,0,0,b_rankup_41101032_thumbnail,b_rankup_41101032_signed_thumbnail,b_rankup_41101032,b_rankup_41101032_signed,0,1 +9109,0,0,b_rankup_42201005_thumbnail,b_rankup_42201005_signed_thumbnail,b_rankup_42201005,b_rankup_42201005_signed,0,1 +9110,0,0,b_rankup_43301004_thumbnail,b_rankup_43301004_signed_thumbnail,b_rankup_43301004,b_rankup_43301004_signed,0,1 +9111,0,0,b_rankup_52101006_thumbnail,,b_rankup_52101006,,0,1 +9112,0,0,b_rankup_51102007_thumbnail,,b_rankup_51102007,,0,1 +9113,0,0,b_rankup_53103008_thumbnail,,b_rankup_53103008,,0,1 +9114,0,0,b_rankup_51104007_thumbnail,,b_rankup_51104007,,0,1 +9115,0,0,b_rankup_53105006_thumbnail,,b_rankup_53105006,,0,1 +9116,0,0,b_rankup_51106007_thumbnail,,b_rankup_51106007,,0,1 +9117,0,0,b_rankup_52107007_thumbnail,,b_rankup_52107007,,0,1 +9118,0,0,b_rankup_52108007_thumbnail,,b_rankup_52108007,,0,1 +9119,0,0,b_rankup_53109008_thumbnail,,b_rankup_53109008,,0,1 +9120,0,0,,,,,0,1 +9121,0,0,,,,,0,1 +9122,0,0,,,,,0,1 +9123,0,0,,,,,0,1 +9124,0,0,,,,,0,1 +9125,0,0,,,,,0,1 +9126,0,0,,,,,0,1 +9127,0,0,,,,,0,1 +9128,0,0,,,,,0,1 +9129,0,0,,,,,0,1 +9130,0,0,,,,,0,1 +9131,0,0,,,,,0,1 +9132,0,0,,,,,0,1 +9133,0,0,,,,,0,1 +9134,0,0,,,,,0,1 +9135,0,0,,,,,0,1 +9136,0,0,,,,,0,1 +9137,0,0,,,,,0,1 +9138,0,0,,,,,0,1 +9139,0,0,,,,,0,1 +9140,0,0,,,,,0,1 +9141,0,0,,,,,0,1 +9142,0,0,,,,,0,1 +9143,0,0,,,,,0,1 +9144,0,0,,,,,0,1 +9145,0,0,b_rankup_43106032_thumbnail,,b_rankup_43106032,,0,1 +9146,0,0,b_rankup_42107018_thumbnail,,b_rankup_42107018,,0,1 +9147,0,0,b_rankup_41109019_thumbnail,,b_rankup_41109019,,0,1 +9148,0,0,b_rankup_43106030_thumbnail,b_rankup_43106030_signed_thumbnail,b_rankup_43106030,b_rankup_43106030_signed,0,1 +9149,0,0,b_rankup_41107026_thumbnail,b_rankup_41107026_signed_thumbnail,b_rankup_41107026,b_rankup_41107026_signed,0,1 +9150,0,0,b_rankup_42109023_thumbnail,b_rankup_42109023_signed_thumbnail,b_rankup_42109023,b_rankup_42109023_signed,0,1 +9151,0,0,b_rankup_42205003_thumbnail,b_rankup_42205003_signed_thumbnail,b_rankup_42205003,b_rankup_42205003_signed,0,1 +9152,0,0,b_rankup_42103026_thumbnail,b_rankup_42103026_signed_thumbnail,b_rankup_42103026,b_rankup_42103026_signed,0,1 +9153,0,0,b_rankup_43104025_thumbnail,b_rankup_43104025_signed_thumbnail,b_rankup_43104025,b_rankup_43104025_signed,0,1 +9154,0,0,b_rankup_41108023_thumbnail,b_rankup_41108023_signed_thumbnail,b_rankup_41108023,b_rankup_41108023_signed,0,1 +9155,0,0,b_rankup_43205004_thumbnail,,b_rankup_43205004,,0,1 +9156,0,0,,,,,0,1 +9157,0,0,,,,,0,1 +9158,0,0,,,,,0,1 +9159,0,0,,,,,0,1 +9160,0,0,,,,,0,1 +9161,0,0,,,,,0,1 +9162,0,0,,,,,0,1 +9163,0,0,b_rankup_42001017_thumbnail,b_rankup_42001017_signed_thumbnail,b_rankup_42001017,b_rankup_42001017_signed,0,1 +9164,0,0,b_rankup_43003017_thumbnail,b_rankup_43003017_signed_thumbnail,b_rankup_43003017,b_rankup_43003017_signed,0,1 +9165,0,0,b_rankup_42004015_thumbnail,b_rankup_42004015_signed_thumbnail,b_rankup_42004015,b_rankup_42004015_signed,0,1 +9166,0,0,b_rankup_41101030_thumbnail,b_rankup_41101030_signed_thumbnail,b_rankup_41101030,b_rankup_41101030_signed,0,1 +9167,0,0,b_rankup_43102026_thumbnail,b_rankup_43102026_signed_thumbnail,b_rankup_43102026,b_rankup_43102026_signed,0,1 +9168,0,0,b_rankup_42105029_thumbnail,b_rankup_42105029_signed_thumbnail,b_rankup_42105029,b_rankup_42105029_signed,0,1 +9169,0,0,b_rankup_42209001_thumbnail,,b_rankup_42209001,,0,1 +9170,0,0,b_rankup_43007018_thumbnail,b_rankup_43007018_signed_thumbnail,b_rankup_43007018,b_rankup_43007018_signed,0,1 +9171,0,0,,,,,0,1 +9172,0,0,,,,,0,1 +9173,0,0,,,,,0,1 +9174,0,0,,,,,0,1 +9175,0,0,,,,,0,1 +9176,0,0,,,,,0,1 +9177,0,0,,,,,0,1 +9178,0,0,b_rankup_41002015_thumbnail,,b_rankup_41002015,,0,1 +9179,0,0,b_rankup_42007024_thumbnail,,b_rankup_42007024,,0,1 +9180,0,0,b_rankup_43009019_thumbnail,,b_rankup_43009019,,0,1 +9181,0,0,b_rankup_43005017_thumbnail,b_rankup_43005017_signed_thumbnail,b_rankup_43005017,b_rankup_43005017_signed,0,1 +9182,0,0,b_rankup_41006020_thumbnail,b_rankup_41006020_signed_thumbnail,b_rankup_41006020,b_rankup_41006020_signed,0,1 +9183,0,0,b_rankup_41008020_thumbnail,b_rankup_41008020_signed_thumbnail,b_rankup_41008020,b_rankup_41008020_signed,0,1 +9184,0,0,b_rankup_42108021_thumbnail,b_rankup_42108021_signed_thumbnail,b_rankup_42108021,b_rankup_42108021_signed,0,1 +9185,0,0,b_rankup_42007023_thumbnail,,b_rankup_42007023,,0,1 +9186,0,0,b_rankup_41301002_thumbnail,b_rankup_41301002_signed_thumbnail,b_rankup_41301002,b_rankup_41301002_signed,0,1 +9187,0,0,b_rankup_42305002_thumbnail,b_rankup_42305002_signed_thumbnail,b_rankup_42305002,b_rankup_42305002_signed,0,1 +9188,0,0,b_rankup_53302001_thumbnail,,b_rankup_53302001,,0,1 +9189,0,0,u_rankup_navi_33303002_thumbnail,,u_rankup_navi_33303002,,1,1 +9190,0,0,u_rankup_navi_32304003_thumbnail,,u_rankup_navi_32304003,,1,1 +9191,0,0,b_rankup_42002019_thumbnail,b_rankup_42002019_signed_thumbnail,b_rankup_42002019,b_rankup_42002019_signed,0,1 +9192,0,0,b_rankup_41007016_thumbnail,b_rankup_41007016_signed_thumbnail,b_rankup_41007016,b_rankup_41007016_signed,0,1 +9193,0,0,b_rankup_43009018_thumbnail,b_rankup_43009018_signed_thumbnail,b_rankup_43009018,b_rankup_43009018_signed,0,1 +9194,0,0,b_rankup_41108025_thumbnail,,b_rankup_41108025,,0,1 +9195,0,0,,,,,0,1 +9196,0,0,,,,,0,1 +9197,0,0,,,,,0,1 +9198,0,0,,,,,0,1 +9199,0,0,,,,,0,1 +9200,0,0,,,,,0,1 +9201,0,0,,,,,0,1 +9202,0,0,b_rankup_41108027_thumbnail,b_rankup_41108027_signed_thumbnail,b_rankup_41108027,b_rankup_41108027_signed,0,1 +9203,0,0,,,,,0,1 +9204,0,0,,,,,0,1 +9205,0,0,,,,,0,1 +9206,0,0,,,,,0,1 +9207,0,0,,,,,0,1 +9208,0,0,,,,,0,1 +9209,0,0,,,,,0,1 +9210,0,0,b_rankup_43103019_thumbnail,,b_rankup_43103019,,0,1 +9211,0,0,b_rankup_42104018_thumbnail,,b_rankup_42104018,,0,1 +9212,0,0,b_rankup_41108026_thumbnail,,b_rankup_41108026,,0,1 +9213,0,0,b_rankup_43103020_thumbnail,b_rankup_43103020_signed_thumbnail,b_rankup_43103020,b_rankup_43103020_signed,0,1 +9214,0,0,b_rankup_41104021_thumbnail,b_rankup_41104021_signed_thumbnail,b_rankup_41104021,b_rankup_41104021_signed,0,1 +9215,0,0,b_rankup_42108022_thumbnail,b_rankup_42108022_signed_thumbnail,b_rankup_42108022,b_rankup_42108022_signed,0,1 +9216,0,0,b_rankup_41106018_thumbnail,b_rankup_41106018_signed_thumbnail,b_rankup_41106018,b_rankup_41106018_signed,0,1 +9217,0,0,b_rankup_42107019_thumbnail,b_rankup_42107019_signed_thumbnail,b_rankup_42107019,b_rankup_42107019_signed,0,1 +9218,0,0,b_rankup_43109022_thumbnail,b_rankup_43109022_signed_thumbnail,b_rankup_43109022,b_rankup_43109022_signed,0,1 +9219,0,0,b_rankup_42204003_thumbnail,b_rankup_42204003_signed_thumbnail,b_rankup_42204003,b_rankup_42204003_signed,0,1 +9220,0,0,b_rankup_41204004_thumbnail,,b_rankup_41204004,,0,1 +9221,0,0,,,,,0,1 +9222,0,0,,,,,0,1 +9223,0,0,,,,,0,1 +9224,0,0,,,,,0,1 +9225,0,0,,,,,0,1 +9226,0,0,,,,,0,1 +9227,0,0,,,,,0,1 +9228,0,0,b_rankup_43103021_thumbnail,b_rankup_43103021_signed_thumbnail,b_rankup_43103021,b_rankup_43103021_signed,0,1 +9229,0,0,b_rankup_41109016_thumbnail,b_rankup_41109016_signed_thumbnail,b_rankup_41109016,b_rankup_41109016_signed,0,1 +9230,0,0,b_rankup_43201005_thumbnail,,b_rankup_43201005,,0,1 +9231,0,0,b_rankup_41101033_thumbnail,,b_rankup_41101033,,0,1 +9232,0,0,b_rankup_43102028_thumbnail,,b_rankup_43102028,,0,1 +9233,0,0,b_rankup_42103028_thumbnail,,b_rankup_42103028,,0,1 +9234,0,0,b_rankup_43104027_thumbnail,,b_rankup_43104027,,0,1 +9235,0,0,b_rankup_42105033_thumbnail,,b_rankup_42105033,,0,1 +9236,0,0,b_rankup_43106033_thumbnail,,b_rankup_43106033,,0,1 +9237,0,0,b_rankup_41107028_thumbnail,,b_rankup_41107028,,0,1 +9238,0,0,b_rankup_41108028_thumbnail,,b_rankup_41108028,,0,1 +9239,0,0,b_rankup_42109025_thumbnail,,b_rankup_42109025,,0,1 +9240,0,0,b_rankup_43001017_thumbnail,b_rankup_43001017_signed_thumbnail,b_rankup_43001017,b_rankup_43001017_signed,0,1 +9241,0,0,b_rankup_41003017_thumbnail,b_rankup_41003017_signed_thumbnail,b_rankup_41003017,b_rankup_41003017_signed,0,1 +9242,0,0,b_rankup_41004019_thumbnail,b_rankup_41004019_signed_thumbnail,b_rankup_41004019,b_rankup_41004019_signed,0,1 +9243,0,0,b_rankup_42101020_thumbnail,b_rankup_42101020_signed_thumbnail,b_rankup_42101020,b_rankup_42101020_signed,0,1 +9244,0,0,b_rankup_41102020_thumbnail,b_rankup_41102020_signed_thumbnail,b_rankup_41102020,b_rankup_41102020_signed,0,1 +9245,0,0,b_rankup_43105019_thumbnail,b_rankup_43105019_signed_thumbnail,b_rankup_43105019,b_rankup_43105019_signed,0,1 +9246,0,0,,,,,0,1 +9247,0,0,,,,,0,1 +9248,0,0,,,,,0,1 +9249,0,0,,,,,0,1 +9250,0,0,,,,,0,1 +9251,0,0,,,,,0,1 +9252,0,0,b_normal_42001015_thumbnail,,b_normal_42001015,,0,1 +9253,0,0,b_rankup_42001015_thumbnail,b_rankup_42001015_signed_thumbnail,b_rankup_42001015,b_rankup_42001015_signed,0,1 +9254,0,0,b_normal_41007015_thumbnail,,b_normal_41007015,,0,1 +9255,0,0,b_rankup_41007015_thumbnail,b_rankup_41007015_signed_thumbnail,b_rankup_41007015,b_rankup_41007015_signed,0,1 +9256,0,0,b_normal_43009016_thumbnail,,b_normal_43009016,,0,1 +9257,0,0,b_rankup_43009016_thumbnail,,b_rankup_43009016,,0,1 +9258,0,0,b_rankup_53004005_thumbnail,,b_rankup_53004005,,0,1 +9259,0,0,b_rankup_41106019_thumbnail,b_rankup_41106019_signed_thumbnail,b_rankup_41106019,b_rankup_41106019_signed,0,1 +9260,0,0,b_rankup_41002016_thumbnail,b_rankup_41002016_signed_thumbnail,b_rankup_41002016,b_rankup_41002016_signed,0,1 +9261,0,0,b_rankup_43007019_thumbnail,b_rankup_43007019_signed_thumbnail,b_rankup_43007019,b_rankup_43007019_signed,0,1 +9262,0,0,b_rankup_42009016_thumbnail,b_rankup_42009016_signed_thumbnail,b_rankup_42009016,b_rankup_42009016_signed,0,1 +9263,0,0,b_rankup_42005015_thumbnail,b_rankup_42005015_signed_thumbnail,b_rankup_42005015,b_rankup_42005015_signed,0,1 +9264,0,0,b_rankup_42006017_thumbnail,b_rankup_42006017_signed_thumbnail,b_rankup_42006017,b_rankup_42006017_signed,0,1 +9265,0,0,b_rankup_43008015_thumbnail,b_rankup_43008015_signed_thumbnail,b_rankup_43008015,b_rankup_43008015_signed,0,1 +9266,0,0,b_rankup_41302003_thumbnail,b_rankup_41302003_signed_thumbnail,b_rankup_41302003,b_rankup_41302003_signed,0,1 +9267,0,0,b_rankup_42303003_thumbnail,b_rankup_42303003_signed_thumbnail,b_rankup_42303003,b_rankup_42303003_signed,0,1 +9268,0,0,b_rankup_53304001_thumbnail,,b_rankup_53304001,,0,1 +9269,0,0,u_rankup_navi_31301003_thumbnail,,u_rankup_navi_31301003,,1,1 +9270,0,0,u_rankup_navi_32305002_thumbnail,,u_rankup_navi_32305002,,1,1 +9271,0,0,b_rankup_43106034_thumbnail,,b_rankup_43106034,,0,1 +9272,0,0,u_rankup_navi_32306001_thumbnail,,u_rankup_navi_32306001,,1,1 +9273,0,0,u_rankup_navi_32307001_thumbnail,,u_rankup_navi_32307001,,1,1 +9274,0,0,u_rankup_navi_33308001_thumbnail,,u_rankup_navi_33308001,,1,1 +9275,0,0,u_rankup_navi_31309001_thumbnail,,u_rankup_navi_31309001,,1,1 +9276,0,0,,,,,0,1 +9277,0,0,,,,,0,1 +9278,0,0,,,,,0,1 +9279,0,0,,,,,0,1 +9280,0,0,,,,,0,1 +9281,0,0,,,,,0,1 +9282,0,0,,,,,0,1 +9283,0,0,b_rankup_43006025_thumbnail,b_rankup_43006025_signed_thumbnail,b_rankup_43006025,b_rankup_43006025_signed,0,1 +9284,0,0,b_rankup_42102020_thumbnail,b_rankup_42102020_signed_thumbnail,b_rankup_42102020,b_rankup_42102020_signed,0,1 +9285,0,0,b_rankup_42009017_thumbnail,b_rankup_42009017_signed_thumbnail,b_rankup_42009017,b_rankup_42009017_signed,0,1 +9286,0,0,,,,,0,1 +9287,0,0,,,,,0,1 +9288,0,0,,,,,0,1 +9289,0,0,b_rankup_42103029_thumbnail,b_rankup_42103029_signed_thumbnail,b_rankup_42103029,b_rankup_42103029_signed,0,1 +9290,0,0,b_rankup_43104028_thumbnail,b_rankup_43104028_signed_thumbnail,b_rankup_43104028,b_rankup_43104028_signed,0,1 +9291,0,0,b_rankup_41108029_thumbnail,b_rankup_41108029_signed_thumbnail,b_rankup_41108029,b_rankup_41108029_signed,0,1 +9292,0,0,b_rankup_41009026_thumbnail,,b_rankup_41009026,,0,1 +9293,0,0,b_rankup_43106035_thumbnail,b_rankup_43106035_signed_thumbnail,b_rankup_43106035,b_rankup_43106035_signed,0,1 +9294,0,0,b_rankup_41107029_thumbnail,b_rankup_41107029_signed_thumbnail,b_rankup_41107029,b_rankup_41107029_signed,0,1 +9295,0,0,b_rankup_42109026_thumbnail,b_rankup_42109026_signed_thumbnail,b_rankup_42109026,b_rankup_42109026_signed,0,1 +9296,0,0,b_rankup_42101021_thumbnail,b_rankup_42101021_signed_thumbnail,b_rankup_42101021,b_rankup_42101021_signed,0,1 +9297,0,0,b_rankup_42001018_thumbnail,b_rankup_42001018_signed_thumbnail,b_rankup_42001018,b_rankup_42001018_signed,0,1 +9298,0,0,,,,,0,1 +9299,0,0,,,,,0,1 +9300,0,0,b_rankup_41101035_thumbnail,b_rankup_41101035_signed_thumbnail,b_rankup_41101035,b_rankup_41101035_signed,0,1 +9301,0,0,b_rankup_43102029_thumbnail,b_rankup_43102029_signed_thumbnail,b_rankup_43102029,b_rankup_43102029_signed,0,1 +9302,0,0,b_rankup_42105034_thumbnail,b_rankup_42105034_signed_thumbnail,b_rankup_42105034,b_rankup_42105034_signed,0,1 +9303,0,0,b_rankup_41003018_thumbnail,b_rankup_41003018_signed_thumbnail,b_rankup_41003018,b_rankup_41003018_signed,0,1 +9304,0,0,b_rankup_43008016_thumbnail,b_rankup_43008016_signed_thumbnail,b_rankup_43008016,b_rankup_43008016_signed,0,1 +9305,0,0,b_rankup_41202005_thumbnail,,b_rankup_41202005,,0,1 +9306,0,0,b_rankup_43002027_thumbnail,b_rankup_43002027_signed_thumbnail,b_rankup_43002027,b_rankup_43002027_signed,0,1 +9307,0,0,b_rankup_42007025_thumbnail,b_rankup_42007025_signed_thumbnail,b_rankup_42007025,b_rankup_42007025_signed,0,1 +9308,0,0,b_rankup_41009027_thumbnail,b_rankup_41009027_signed_thumbnail,b_rankup_41009027,b_rankup_41009027_signed,0,1 +9309,0,0,b_rankup_41101034_thumbnail,,b_rankup_41101034,,0,1 +9310,0,0,b_rankup_41207003_thumbnail,b_rankup_41207003_signed_thumbnail,b_rankup_41207003,b_rankup_41207003_signed,0,1 +9311,0,0,,,,,0,1 +9312,0,0,b_rankup_41001031_thumbnail,,b_rankup_41001031,,0,1 +9313,0,0,b_rankup_41001030_thumbnail,b_rankup_41001030_signed_thumbnail,b_rankup_41001030,b_rankup_41001030_signed,0,1 +9314,0,0,b_rankup_42003027_thumbnail,b_rankup_42003027_signed_thumbnail,b_rankup_42003027,b_rankup_42003027_signed,0,1 +9315,0,0,b_rankup_43004024_thumbnail,b_rankup_43004024_signed_thumbnail,b_rankup_43004024,b_rankup_43004024_signed,0,1 +9316,0,0,b_rankup_43101020_thumbnail,b_rankup_43101020_signed_thumbnail,b_rankup_43101020,b_rankup_43101020_signed,0,1 +9317,0,0,b_rankup_42102021_thumbnail,b_rankup_42102021_signed_thumbnail,b_rankup_42102021,b_rankup_42102021_signed,0,1 +9318,0,0,b_rankup_41105021_thumbnail,b_rankup_41105021_signed_thumbnail,b_rankup_41105021,b_rankup_41105021_signed,0,1 +9319,0,0,,,,,0,1 +9320,0,0,,,,,0,1 +9321,0,0,,,,,0,1 +9322,0,0,,,,,0,1 +9323,0,0,,,,,0,1 +9324,0,0,,,,,0,1 +9325,0,0,,,,,0,1 +9326,0,0,,,,,0,1 +9327,0,0,,,,,0,1 +9328,0,0,,,,,0,1 +9329,0,0,,,,,0,1 +9330,0,0,,,,,0,1 +9331,0,0,,,,,0,1 +9332,0,0,,,,,0,1 +9333,0,0,,,,,0,1 +9334,0,0,,,,,0,1 +9335,0,0,,,,,0,1 +9336,0,0,,,,,0,1 +9337,0,0,b_normal_43103023_thumbnail,,b_normal_43103023,,0,1 +9338,0,0,b_rankup_43103023_thumbnail,b_rankup_43103023_signed_thumbnail,b_rankup_43103023,b_rankup_43103023_signed,0,1 +9339,0,0,b_normal_42105035_thumbnail,,b_normal_42105035,,0,1 +9340,0,0,b_rankup_42105035_thumbnail,,b_rankup_42105035,,0,1 +9341,0,0,b_normal_42106021_thumbnail,,b_normal_42106021,,0,1 +9342,0,0,b_rankup_42106021_thumbnail,b_rankup_42106021_signed_thumbnail,b_rankup_42106021,b_rankup_42106021_signed,0,1 +9343,0,0,b_rankup_53108008_thumbnail,,b_rankup_53108008,,0,1 +9344,0,0,b_rankup_42207005_thumbnail,,b_rankup_42207005,,0,1 +9345,0,0,b_rankup_41005025_thumbnail,b_rankup_41005025_signed_thumbnail,b_rankup_41005025,b_rankup_41005025_signed,0,1 +9346,0,0,b_rankup_43006024_thumbnail,b_rankup_43006024_signed_thumbnail,b_rankup_43006024,b_rankup_43006024_signed,0,1 +9347,0,0,b_rankup_42008024_thumbnail,b_rankup_42008024_signed_thumbnail,b_rankup_42008024,b_rankup_42008024_signed,0,1 +9348,0,0,b_rankup_42106020_thumbnail,b_rankup_42106020_signed_thumbnail,b_rankup_42106020,b_rankup_42106020_signed,0,1 +9349,0,0,b_rankup_43107020_thumbnail,b_rankup_43107020_signed_thumbnail,b_rankup_43107020,b_rankup_43107020_signed,0,1 +9350,0,0,b_rankup_41109021_thumbnail,b_rankup_41109021_signed_thumbnail,b_rankup_41109021,b_rankup_41109021_signed,0,1 +9351,0,0,b_rankup_41103017_thumbnail,b_rankup_41103017_signed_thumbnail,b_rankup_41103017,b_rankup_41103017_signed,0,1 +9352,0,0,b_rankup_42104020_thumbnail,b_rankup_42104020_signed_thumbnail,b_rankup_42104020,b_rankup_42104020_signed,0,1 +9353,0,0,b_rankup_43108021_thumbnail,b_rankup_43108021_signed_thumbnail,b_rankup_43108021,b_rankup_43108021_signed,0,1 +9354,0,0,,,,,0,1 +9355,0,0,,,,,0,1 +9356,0,0,,,,,0,1 +9357,0,0,,,,,0,1 +9358,0,0,,,,,0,1 +9359,0,0,,,,,0,1 +9360,0,0,,,,,0,1 +9361,0,0,,,,,0,1 +9362,0,0,,,,,0,1 +9363,0,0,b_rankup_43002028_thumbnail,b_rankup_43002028_signed_thumbnail,b_rankup_43002028,b_rankup_43002028_signed,0,1 +9364,0,0,b_rankup_42003028_thumbnail,b_rankup_42003028_signed_thumbnail,b_rankup_42003028,b_rankup_42003028_signed,0,1 +9365,0,0,b_rankup_41105020_thumbnail,b_rankup_41105020_signed_thumbnail,b_rankup_41105020,b_rankup_41105020_signed,0,1 +9366,0,0,b_rankup_43107019_thumbnail,b_rankup_43107019_signed_thumbnail,b_rankup_43107019,b_rankup_43107019_signed,0,1 +9367,0,0,b_rankup_42001019_thumbnail,b_rankup_42001019_signed_thumbnail,b_rankup_42001019,b_rankup_42001019_signed,0,1 +9368,0,0,b_rankup_43003018_thumbnail,b_rankup_43003018_signed_thumbnail,b_rankup_43003018,b_rankup_43003018_signed,0,1 +9369,0,0,b_rankup_42004016_thumbnail,b_rankup_42004016_signed_thumbnail,b_rankup_42004016,b_rankup_42004016_signed,0,1 +9370,0,0,b_rankup_42101022_thumbnail,b_rankup_42101022_signed_thumbnail,b_rankup_42101022,b_rankup_42101022_signed,0,1 +9371,0,0,b_rankup_41102021_thumbnail,b_rankup_41102021_signed_thumbnail,b_rankup_41102021,b_rankup_41102021_signed,0,1 +9372,0,0,b_rankup_43105020_thumbnail,b_rankup_43105020_signed_thumbnail,b_rankup_43105020,b_rankup_43105020_signed,0,1 +9373,0,0,b_rankup_43005018_thumbnail,b_rankup_43005018_signed_thumbnail,b_rankup_43005018,b_rankup_43005018_signed,0,1 +9374,0,0,b_rankup_41006021_thumbnail,b_rankup_41006021_signed_thumbnail,b_rankup_41006021,b_rankup_41006021_signed,0,1 +9375,0,0,b_rankup_41008021_thumbnail,b_rankup_41008021_signed_thumbnail,b_rankup_41008021,b_rankup_41008021_signed,0,1 +9376,0,0,b_rankup_41106020_thumbnail,b_rankup_41106020_signed_thumbnail,b_rankup_41106020,b_rankup_41106020_signed,0,1 +9377,0,0,b_rankup_42107020_thumbnail,b_rankup_42107020_signed_thumbnail,b_rankup_42107020,b_rankup_42107020_signed,0,1 +9378,0,0,b_rankup_43109023_thumbnail,b_rankup_43109023_signed_thumbnail,b_rankup_43109023,b_rankup_43109023_signed,0,1 +9379,0,0,b_rankup_42002020_thumbnail,b_rankup_42002020_signed_thumbnail,b_rankup_42002020,b_rankup_42002020_signed,0,1 +9380,0,0,b_rankup_41007017_thumbnail,b_rankup_41007017_signed_thumbnail,b_rankup_41007017,b_rankup_41007017_signed,0,1 +9381,0,0,b_rankup_43009020_thumbnail,b_rankup_43009020_signed_thumbnail,b_rankup_43009020,b_rankup_43009020_signed,0,1 +9382,0,0,b_rankup_43103022_thumbnail,b_rankup_43103022_signed_thumbnail,b_rankup_43103022,b_rankup_43103022_signed,0,1 +9383,0,0,b_rankup_41104023_thumbnail,b_rankup_41104023_signed_thumbnail,b_rankup_41104023,b_rankup_41104023_signed,0,1 +9384,0,0,b_rankup_42108023_thumbnail,b_rankup_42108023_signed_thumbnail,b_rankup_42108023,b_rankup_42108023_signed,0,1 +9385,0,0,,,,,0,1 +9386,0,0,,,,,0,1 +9387,0,0,,,,,0,1 +9388,0,0,,,,,0,1 +9389,0,0,,,,,0,1 +9390,0,0,,,,,0,1 +9391,0,0,,,,,0,1 +9392,0,0,,,,,0,1 +9393,0,0,,,,,0,1 +9394,0,0,,,,,0,1 +9395,0,0,,,,,0,1 +9396,0,0,,,,,0,1 +9397,0,0,,,,,0,1 +9398,0,0,,,,,0,1 +9399,0,0,,,,,0,1 +9400,0,0,,,,,0,1 +9401,0,0,,,,,0,1 +9402,0,0,,,,,0,1 +9403,0,0,,,,,0,1 +9404,0,0,,,,,0,1 +9405,0,0,,,,,0,1 +9406,0,0,,,,,0,1 +9407,0,0,,,,,0,1 +9408,0,0,,,,,0,1 +9409,0,0,,,,,0,1 +9410,0,0,,,,,0,1 +9411,0,0,,,,,0,1 +9412,0,0,,,,,0,1 +9413,0,0,,,,,0,1 +9414,0,0,,,,,0,1 +9415,0,0,,,,,0,1 +9416,0,0,,,,,0,1 +9417,0,0,,,,,0,1 +9418,0,0,,,,,0,1 +9419,0,0,,,,,0,1 +9420,0,0,,,,,0,1 +9421,0,0,,,,,0,1 +9422,0,0,,,,,0,1 +9423,0,0,,,,,0,1 +9424,0,0,,,,,0,1 +9425,0,0,,,,,0,1 +9426,0,0,,,,,0,1 +9427,0,0,,,,,0,1 +9428,0,0,,,,,0,1 +9429,0,0,b_rankup_43102030_thumbnail,,b_rankup_43102030,,0,1 +9430,0,0,b_rankup_41105023_thumbnail,,b_rankup_41105023,,0,1 +9431,0,0,b_rankup_42203005_thumbnail,,b_rankup_42203005,,0,1 +9432,0,0,b_rankup_42106022_thumbnail,b_rankup_42106022_signed_thumbnail,b_rankup_42106022,b_rankup_42106022_signed,0,1 +9433,0,0,b_rankup_43107021_thumbnail,b_rankup_43107021_signed_thumbnail,b_rankup_43107021,b_rankup_43107021_signed,0,1 +9434,0,0,b_rankup_41109022_thumbnail,b_rankup_41109022_signed_thumbnail,b_rankup_41109022,b_rankup_41109022_signed,0,1 +9435,0,0,b_rankup_41103018_thumbnail,b_rankup_41103018_signed_thumbnail,b_rankup_41103018,b_rankup_41103018_signed,0,1 +9436,0,0,b_rankup_42104021_thumbnail,b_rankup_42104021_signed_thumbnail,b_rankup_42104021,b_rankup_42104021_signed,0,1 +9437,0,0,b_rankup_43108022_thumbnail,b_rankup_43108022_signed_thumbnail,b_rankup_43108022,b_rankup_43108022_signed,0,1 +9438,0,0,,,,,0,1 +9439,0,0,,,,,0,1 +9440,0,0,,,,,0,1 +9441,0,0,,,,,0,1 +9442,0,0,,,,,0,1 +9443,0,0,,,,,0,1 +9444,0,0,b_normal_41002017_thumbnail,,b_normal_41002017,,0,1 +9445,0,0,b_rankup_41002017_thumbnail,,b_rankup_41002017,,0,1 +9446,0,0,b_normal_42005016_thumbnail,,b_normal_42005016,,0,1 +9447,0,0,b_rankup_42005016_thumbnail,,b_rankup_42005016,,0,1 +9448,0,0,b_normal_43006026_thumbnail,,b_normal_43006026,,0,1 +9449,0,0,b_rankup_43006026_thumbnail,,b_rankup_43006026,,0,1 +9450,0,0,b_rankup_51009006_thumbnail,,b_rankup_51009006,,0,1 +9451,0,0,b_rankup_41003019_thumbnail,b_rankup_41003019_signed_thumbnail,b_rankup_41003019,b_rankup_41003019_signed,0,1 +9452,0,0,b_rankup_43101021_thumbnail,b_rankup_43101021_signed_thumbnail,b_rankup_43101021,b_rankup_43101021_signed,0,1 +9453,0,0,b_rankup_42102022_thumbnail,b_rankup_42102022_signed_thumbnail,b_rankup_42102022,b_rankup_42102022_signed,0,1 +9454,0,0,b_rankup_41105022_thumbnail,b_rankup_41105022_signed_thumbnail,b_rankup_41105022,b_rankup_41105022_signed,0,1 +9455,0,0,b_rankup_43003019_thumbnail,,b_rankup_43003019,,0,1 +9456,0,0,b_rankup_41102022_thumbnail,b_rankup_41102022_signed_thumbnail,b_rankup_41102022,b_rankup_41102022_signed,0,1 +9457,0,0,b_rankup_43109024_thumbnail,b_rankup_43109024_signed_thumbnail,b_rankup_43109024,b_rankup_43109024_signed,0,1 +9458,0,0,,,,,0,1 +9459,0,0,,,,,0,1 +9460,0,0,,,,,0,1 +9461,0,0,,,,,0,1 +9462,0,0,,,,,0,1 +9463,0,0,,,,,0,1 +9464,0,0,b_rankup_43102031_thumbnail,,b_rankup_43102031,,0,1 +9465,0,0,b_rankup_43005019_thumbnail,b_rankup_43005019_signed_thumbnail,b_rankup_43005019,b_rankup_43005019_signed,0,1 +9466,0,0,b_rankup_42108024_thumbnail,b_rankup_42108024_signed_thumbnail,b_rankup_42108024,b_rankup_42108024_signed,0,1 +9467,0,0,b_rankup_42005017_thumbnail,b_rankup_42005017_signed_thumbnail,b_rankup_42005017,b_rankup_42005017_signed,0,1 +9468,0,0,b_rankup_41006022_thumbnail,b_rankup_41006022_signed_thumbnail,b_rankup_41006022,b_rankup_41006022_signed,0,1 +9469,0,0,b_rankup_43008017_thumbnail,b_rankup_43008017_signed_thumbnail,b_rankup_43008017,b_rankup_43008017_signed,0,1 +9470,0,0,b_rankup_42002021_thumbnail,b_rankup_42002021_signed_thumbnail,b_rankup_42002021,b_rankup_42002021_signed,0,1 +9471,0,0,b_rankup_43007020_thumbnail,b_rankup_43007020_signed_thumbnail,b_rankup_43007020,b_rankup_43007020_signed,0,1 +9472,0,0,b_rankup_41009028_thumbnail,b_rankup_41009028_signed_thumbnail,b_rankup_41009028,b_rankup_41009028_signed,0,1 +9473,0,0,,,,,0,1 +9474,0,0,,,,,0,1 +9475,0,0,,,,,0,1 +9476,0,0,,,,,0,1 +9477,0,0,,,,,0,1 +9478,0,0,,,,,0,1 +9479,0,0,,,,,0,1 +9480,0,0,,,,,0,1 +9481,0,0,b_rankup_42306001_thumbnail,b_rankup_42306001_signed_thumbnail,b_rankup_42306001,b_rankup_42306001_signed,0,1 +9482,0,0,b_rankup_43307001_thumbnail,b_rankup_43307001_signed_thumbnail,b_rankup_43307001,b_rankup_43307001_signed,0,1 +9483,0,0,b_rankup_42109027_thumbnail,,b_rankup_42109027,,0,1 +9484,0,0,b_rankup_43001018_thumbnail,b_rankup_43001018_signed_thumbnail,b_rankup_43001018,b_rankup_43001018_signed,0,1 +9485,0,0,b_rankup_42003029_thumbnail,b_rankup_42003029_signed_thumbnail,b_rankup_42003029,b_rankup_42003029_signed,0,1 +9486,0,0,b_rankup_41004020_thumbnail,b_rankup_41004020_signed_thumbnail,b_rankup_41004020,b_rankup_41004020_signed,0,1 +9487,0,0,b_rankup_43212002_thumbnail,b_rankup_43212002_signed_thumbnail,b_rankup_43212002,b_rankup_43212002_signed,0,1 +9488,0,0,,,,,0,1 +9489,0,0,,,,,0,1 +9490,0,0,,,,,0,1 +9491,0,0,,,,,0,1 +9492,0,0,,,,,0,1 +9493,0,0,,,,,0,1 +9494,0,0,b_rankup_41005026_thumbnail,,b_rankup_41005026,,0,1 +9495,0,0,b_rankup_42009018_thumbnail,,b_rankup_42009018,,0,1 +9496,0,0,b_rankup_42204005_thumbnail,,b_rankup_42204005,,0,1 +9497,0,0,b_rankup_41212004_thumbnail,,b_rankup_41212004,,0,1 +9498,0,0,b_normal_41106021_thumbnail,,b_normal_41106021,,0,1 +9499,0,0,b_rankup_41106021_thumbnail,b_rankup_41106021_signed_thumbnail,b_rankup_41106021,b_rankup_41106021_signed,0,1 +9500,0,0,b_normal_42107021_thumbnail,,b_normal_42107021,,0,1 +9501,0,0,b_rankup_42107021_thumbnail,b_rankup_42107021_signed_thumbnail,b_rankup_42107021,b_rankup_42107021_signed,0,1 +9502,0,0,b_normal_43109025_thumbnail,,b_normal_43109025,,0,1 +9503,0,0,b_rankup_43109025_thumbnail,b_rankup_43109025_signed_thumbnail,b_rankup_43109025,b_rankup_43109025_signed,0,1 +9504,0,0,b_normal_42101023_thumbnail,,b_normal_42101023,,0,1 +9505,0,0,b_rankup_42101023_thumbnail,b_rankup_42101023_signed_thumbnail,b_rankup_42101023,b_rankup_42101023_signed,0,1 +9506,0,0,b_normal_41102023_thumbnail,,b_normal_41102023,,0,1 +9507,0,0,b_rankup_41102023_thumbnail,b_rankup_41102023_signed_thumbnail,b_rankup_41102023,b_rankup_41102023_signed,0,1 +9508,0,0,b_normal_43105021_thumbnail,,b_normal_43105021,,0,1 +9509,0,0,b_rankup_43105021_thumbnail,b_rankup_43105021_signed_thumbnail,b_rankup_43105021,b_rankup_43105021_signed,0,1 +9510,0,0,,,,,0,1 +9511,0,0,,,,,0,1 +9512,0,0,,,,,0,1 +9513,0,0,,,,,0,1 +9514,0,0,,,,,0,1 +9515,0,0,,,,,0,1 +9516,0,0,b_normal_43103024_thumbnail,,b_normal_43103024,,0,1 +9517,0,0,b_rankup_43103024_thumbnail,b_rankup_43103024_signed_thumbnail,b_rankup_43103024,b_rankup_43103024_signed,0,1 +9518,0,0,b_normal_41104024_thumbnail,,b_normal_41104024,,0,1 +9519,0,0,b_rankup_41104024_thumbnail,b_rankup_41104024_signed_thumbnail,b_rankup_41104024,b_rankup_41104024_signed,0,1 +9520,0,0,b_normal_42108025_thumbnail,,b_normal_42108025,,0,1 +9521,0,0,b_rankup_42108025_thumbnail,b_rankup_42108025_signed_thumbnail,b_rankup_42108025,b_rankup_42108025_signed,0,1 +9522,0,0,b_rankup_52101007_thumbnail,,b_rankup_52101007,,0,1 +9523,0,0,b_normal_42104022_thumbnail,,b_normal_42104022,,0,1 +9524,0,0,b_rankup_42104022_thumbnail,,b_rankup_42104022,,0,1 +9525,0,0,b_normal_43107022_thumbnail,,b_normal_43107022,,0,1 +9526,0,0,b_rankup_43107022_thumbnail,,b_rankup_43107022,,0,1 +9527,0,0,b_normal_41109023_thumbnail,,b_normal_41109023,,0,1 +9528,0,0,b_rankup_41109023_thumbnail,,b_rankup_41109023,,0,1 +9529,0,0,b_rankup_41002018_thumbnail,b_rankup_41002018_signed_thumbnail,b_rankup_41002018,b_rankup_41002018_signed,0,1 +9530,0,0,,,,,0,1 +9531,0,0,,,,,0,1 +9532,0,0,,,,,0,1 +9533,0,0,,,,,0,1 +9534,0,0,b_rankup_42001020_thumbnail,b_rankup_42001020_signed_thumbnail,b_rankup_42001020,b_rankup_42001020_signed,0,1 +9535,0,0,b_rankup_41003020_thumbnail,b_rankup_41003020_signed_thumbnail,b_rankup_41003020,b_rankup_41003020_signed,0,1 +9536,0,0,b_rankup_43004025_thumbnail,b_rankup_43004025_signed_thumbnail,b_rankup_43004025,b_rankup_43004025_signed,0,1 +9537,0,0,b_rankup_43106036_thumbnail,b_rankup_43106036_signed_thumbnail,b_rankup_43106036,b_rankup_43106036_signed,0,1 +9538,0,0,b_rankup_41107030_thumbnail,b_rankup_41107030_signed_thumbnail,b_rankup_41107030,b_rankup_41107030_signed,0,1 +9539,0,0,b_rankup_42109028_thumbnail,b_rankup_42109028_signed_thumbnail,b_rankup_42109028,b_rankup_42109028_signed,0,1 +9540,0,0,b_rankup_42101024_thumbnail,,b_rankup_42101024,,0,1 +9541,0,0,b_rankup_42102023_thumbnail,,b_rankup_42102023,,0,1 +9542,0,0,b_rankup_41103019_thumbnail,,b_rankup_41103019,,0,1 +9543,0,0,b_rankup_42104023_thumbnail,,b_rankup_42104023,,0,1 +9544,0,0,b_rankup_43105022_thumbnail,,b_rankup_43105022,,0,1 +9545,0,0,b_rankup_41106022_thumbnail,,b_rankup_41106022,,0,1 +9546,0,0,b_rankup_43107023_thumbnail,,b_rankup_43107023,,0,1 +9547,0,0,b_rankup_43108023_thumbnail,,b_rankup_43108023,,0,1 +9548,0,0,b_rankup_41109024_thumbnail,,b_rankup_41109024,,0,1 +9549,0,0,b_rankup_43005020_thumbnail,b_rankup_43005020_signed_thumbnail,b_rankup_43005020,b_rankup_43005020_signed,0,1 +9550,0,0,b_rankup_42006018_thumbnail,b_rankup_42006018_signed_thumbnail,b_rankup_42006018,b_rankup_42006018_signed,0,1 +9551,0,0,b_rankup_41008022_thumbnail,b_rankup_41008022_signed_thumbnail,b_rankup_41008022,b_rankup_41008022_signed,0,1 +9552,0,0,b_rankup_41101036_thumbnail,b_rankup_41101036_signed_thumbnail,b_rankup_41101036,b_rankup_41101036_signed,0,1 +9553,0,0,b_rankup_43102032_thumbnail,b_rankup_43102032_signed_thumbnail,b_rankup_43102032,b_rankup_43102032_signed,0,1 +9554,0,0,b_rankup_42105036_thumbnail,b_rankup_42105036_signed_thumbnail,b_rankup_42105036,b_rankup_42105036_signed,0,1 +9555,0,0,,,,,0,1 +9556,0,0,,,,,0,1 +9557,0,0,,,,,0,1 +9558,0,0,,,,,0,1 +9559,0,0,,,,,0,1 +9560,0,0,,,,,0,1 +9561,0,0,,,,,0,1 +9562,0,0,,,,,0,1 +9563,0,0,,,,,0,1 +9564,0,0,,,,,0,1 +9565,0,0,,,,,0,1 +9566,0,0,,,,,0,1 +9567,0,0,b_rankup_42004017_thumbnail,b_rankup_42004017_signed_thumbnail,b_rankup_42004017,b_rankup_42004017_signed,0,1 +9568,0,0,b_rankup_41009029_thumbnail,b_rankup_41009029_signed_thumbnail,b_rankup_41009029,b_rankup_41009029_signed,0,1 +9569,0,0,b_rankup_41103020_thumbnail,b_rankup_41103020_signed_thumbnail,b_rankup_41103020,b_rankup_41103020_signed,0,1 +9570,0,0,b_rankup_42106023_thumbnail,b_rankup_42106023_signed_thumbnail,b_rankup_42106023,b_rankup_42106023_signed,0,1 +9571,0,0,b_rankup_41308001_thumbnail,b_rankup_41308001_signed_thumbnail,b_rankup_41308001,b_rankup_41308001_signed,0,1 +9572,0,0,b_rankup_43309001_thumbnail,b_rankup_43309001_signed_thumbnail,b_rankup_43309001,b_rankup_43309001_signed,0,1 +9573,0,0,b_rankup_42002022_thumbnail,,b_rankup_42002022,,0,1 +9574,0,0,b_rankup_43002029_thumbnail,b_rankup_43002029_signed_thumbnail,b_rankup_43002029,b_rankup_43002029_signed,0,1 +9575,0,0,b_rankup_41007018_thumbnail,b_rankup_41007018_signed_thumbnail,b_rankup_41007018,b_rankup_41007018_signed,0,1 +9576,0,0,b_rankup_42009019_thumbnail,b_rankup_42009019_signed_thumbnail,b_rankup_42009019,b_rankup_42009019_signed,0,1 +9577,0,0,b_rankup_42103030_thumbnail,b_rankup_42103030_signed_thumbnail,b_rankup_42103030,b_rankup_42103030_signed,0,1 +9578,0,0,b_rankup_43104029_thumbnail,b_rankup_43104029_signed_thumbnail,b_rankup_43104029,b_rankup_43104029_signed,0,1 +9579,0,0,b_rankup_41108030_thumbnail,b_rankup_41108030_signed_thumbnail,b_rankup_41108030,b_rankup_41108030_signed,0,1 +9580,0,0,b_rankup_42005018_thumbnail,b_rankup_42005018_signed_thumbnail,b_rankup_42005018,b_rankup_42005018_signed,0,1 +9581,0,0,b_rankup_41201005_thumbnail,b_rankup_41201005_signed_thumbnail,b_rankup_41201005,b_rankup_41201005_signed,0,1 +9582,0,0,b_rankup_43202004_thumbnail,b_rankup_43202004_signed_thumbnail,b_rankup_43202004,b_rankup_43202004_signed,0,1 +9583,0,0,b_rankup_41203004_thumbnail,b_rankup_41203004_signed_thumbnail,b_rankup_41203004,b_rankup_41203004_signed,0,1 +9584,0,0,b_rankup_41204005_thumbnail,b_rankup_41204005_signed_thumbnail,b_rankup_41204005,b_rankup_41204005_signed,0,1 +9585,0,0,b_rankup_43205005_thumbnail,b_rankup_43205005_signed_thumbnail,b_rankup_43205005,b_rankup_43205005_signed,0,1 +9586,0,0,b_rankup_42206004_thumbnail,b_rankup_42206004_signed_thumbnail,b_rankup_42206004,b_rankup_42206004_signed,0,1 +9587,0,0,b_rankup_42207006_thumbnail,b_rankup_42207006_signed_thumbnail,b_rankup_42207006,b_rankup_42207006_signed,0,1 +9588,0,0,b_rankup_43208004_thumbnail,b_rankup_43208004_signed_thumbnail,b_rankup_43208004,b_rankup_43208004_signed,0,1 +9589,0,0,b_rankup_42209004_thumbnail,b_rankup_42209004_signed_thumbnail,b_rankup_42209004,b_rankup_42209004_signed,0,1 +9590,0,0,b_rankup_42212004_thumbnail,b_rankup_42212004_signed_thumbnail,b_rankup_42212004,b_rankup_42212004_signed,0,1 +9591,0,0,b_rankup_41213003_thumbnail,b_rankup_41213003_signed_thumbnail,b_rankup_41213003,b_rankup_41213003_signed,0,1 +9592,0,0,b_rankup_43214003_thumbnail,b_rankup_43214003_signed_thumbnail,b_rankup_43214003,b_rankup_43214003_signed,0,1 +9593,0,0,,,,,0,1 +9594,0,0,,,,,0,1 +9595,0,0,,,,,0,1 +9596,0,0,,,,,0,1 +9597,0,0,,,,,0,1 +9598,0,0,,,,,0,1 +9599,0,0,,,,,0,1 +9600,0,0,,,,,0,1 +9601,0,0,,,,,0,1 +9602,0,0,,,,,0,1 +9603,0,0,,,,,0,1 +9604,0,0,,,,,0,1 +9605,0,0,,,,,0,1 +9606,0,0,,,,,0,1 +9607,0,0,,,,,0,1 +9608,0,0,,,,,0,1 +9609,0,0,,,,,0,1 +9610,0,0,,,,,0,1 +9611,0,0,,,,,0,1 +9612,0,0,,,,,0,1 +9613,0,0,,,,,0,1 +9614,0,0,,,,,0,1 +9615,0,0,,,,,0,1 +9616,0,0,,,,,0,1 +9617,0,0,,,,,0,1 +9618,0,0,,,,,0,1 +9619,0,0,,,,,0,1 +9620,0,0,,,,,0,1 +9621,0,0,,,,,0,1 +9622,0,0,,,,,0,1 +9623,0,0,,,,,0,1 +9624,0,0,,,,,0,1 +9625,0,0,,,,,0,1 +9626,0,0,b_rankup_43103025_thumbnail,,b_rankup_43103025,,0,1 +9627,0,0,b_rankup_41106023_thumbnail,,b_rankup_41106023,,0,1 +9628,0,0,b_rankup_42205005_thumbnail,,b_rankup_42205005,,0,1 +9629,0,0,b_rankup_43005021_thumbnail,,b_rankup_43005021,,0,1 +9630,0,0,b_rankup_43101022_thumbnail,b_rankup_43101022_signed_thumbnail,b_rankup_43101022,b_rankup_43101022_signed,0,1 +9631,0,0,b_rankup_42102024_thumbnail,b_rankup_42102024_signed_thumbnail,b_rankup_42102024,b_rankup_42102024_signed,0,1 +9632,0,0,b_rankup_41105024_thumbnail,b_rankup_41105024_signed_thumbnail,b_rankup_41105024,b_rankup_41105024_signed,0,1 +9633,0,0,b_rankup_42106024_thumbnail,b_rankup_42106024_signed_thumbnail,b_rankup_42106024,b_rankup_42106024_signed,0,1 +9634,0,0,b_rankup_43107024_thumbnail,b_rankup_43107024_signed_thumbnail,b_rankup_43107024,b_rankup_43107024_signed,0,1 +9635,0,0,b_rankup_41109025_thumbnail,b_rankup_41109025_signed_thumbnail,b_rankup_41109025,b_rankup_41109025_signed,0,1 +9636,0,0,,,,,0,1 +9637,0,0,,,,,0,1 +9638,0,0,,,,,0,1 +9639,0,0,,,,,0,1 +9640,0,0,,,,,0,1 +9641,0,0,,,,,0,1 +9642,0,0,b_normal_42004018_thumbnail,,b_normal_42004018,,0,1 +9643,0,0,b_rankup_42004018_thumbnail,,b_rankup_42004018,,0,1 +9644,0,0,b_normal_43003020_thumbnail,,b_normal_43003020,,0,1 +9645,0,0,b_rankup_43003020_thumbnail,,b_rankup_43003020,,0,1 +9646,0,0,b_normal_41008023_thumbnail,,b_normal_41008023,,0,1 +9647,0,0,b_rankup_41008023_thumbnail,,b_rankup_41008023,,0,1 +9648,0,0,b_rankup_53001003_thumbnail,,b_rankup_53001003,,0,1 +9649,0,0,b_rankup_43209003_thumbnail,b_rankup_43209003_signed_thumbnail,b_rankup_43209003,b_rankup_43209003_signed,0,1 +9650,0,0,b_rankup_41103021_thumbnail,b_rankup_41103021_signed_thumbnail,b_rankup_41103021,b_rankup_41103021_signed,0,1 +9651,0,0,b_rankup_42104024_thumbnail,b_rankup_42104024_signed_thumbnail,b_rankup_42104024,b_rankup_42104024_signed,0,1 +9652,0,0,b_rankup_43108024_thumbnail,b_rankup_43108024_signed_thumbnail,b_rankup_43108024,b_rankup_43108024_signed,0,1 +9653,0,0,b_rankup_42209005_thumbnail,,b_rankup_42209005,,0,1 +9654,0,0,,,,,0,1 +9655,0,0,,,,,0,1 +9656,0,0,,,,,0,1 +9657,0,0,,,,,0,1 +9658,0,0,b_rankup_53105007_thumbnail,,b_rankup_53105007,,0,1 +9659,0,0,b_rankup_52106009_thumbnail,,b_rankup_52106009,,0,1 +9660,0,0,b_rankup_51109010_thumbnail,,b_rankup_51109010,,0,1 +9661,0,0,b_rankup_51201001_thumbnail,,b_rankup_51201001,,0,1 +9662,0,0,b_rankup_52203001_thumbnail,,b_rankup_52203001,,0,1 +9663,0,0,b_rankup_53212001_thumbnail,,b_rankup_53212001,,0,1 +9664,0,0,b_rankup_41008024_thumbnail,b_rankup_41008024_signed_thumbnail,b_rankup_41008024,b_rankup_41008024_signed,0,1 +9665,0,0,b_rankup_43109026_thumbnail,b_rankup_43109026_signed_thumbnail,b_rankup_43109026,b_rankup_43109026_signed,0,1 +9666,0,0,b_rankup_42002023_thumbnail,b_rankup_42002023_signed_thumbnail,b_rankup_42002023,b_rankup_42002023_signed,0,1 +9667,0,0,b_rankup_41007019_thumbnail,b_rankup_41007019_signed_thumbnail,b_rankup_41007019,b_rankup_41007019_signed,0,1 +9668,0,0,b_rankup_43009021_thumbnail,b_rankup_43009021_signed_thumbnail,b_rankup_43009021,b_rankup_43009021_signed,0,1 +9669,0,0,,,,,0,1 +9670,0,0,,,,,0,1 +9671,0,0,,,,,0,1 +9672,0,0,,,,,0,1 +9673,0,0,,,,,0,1 +9674,0,0,b_rankup_42301003_thumbnail,b_rankup_42301003_signed_thumbnail,b_rankup_42301003,b_rankup_42301003_signed,0,1 +9675,0,0,b_rankup_43302002_thumbnail,b_rankup_43302002_signed_thumbnail,b_rankup_43302002,b_rankup_43302002_signed,0,1 +9676,0,0,b_rankup_41005027_thumbnail,b_rankup_41005027_signed_thumbnail,b_rankup_41005027,b_rankup_41005027_signed,0,1 +9677,0,0,b_rankup_43006027_thumbnail,b_rankup_43006027_signed_thumbnail,b_rankup_43006027,b_rankup_43006027_signed,0,1 +9678,0,0,b_rankup_42008025_thumbnail,b_rankup_42008025_signed_thumbnail,b_rankup_42008025,b_rankup_42008025_signed,0,1 +9679,0,0,b_rankup_41214001_thumbnail,b_rankup_41214001_signed_thumbnail,b_rankup_41214001,b_rankup_41214001_signed,0,1 +9680,0,0,b_rankup_42001023_thumbnail,b_rankup_42001023_signed_thumbnail,b_rankup_42001023,b_rankup_42001023_signed,0,1 +9681,0,0,b_rankup_41008025_thumbnail,b_rankup_41008025_signed_thumbnail,b_rankup_41008025,b_rankup_41008025_signed,0,1 +9682,0,0,b_rankup_43002030_thumbnail,b_rankup_43002030_signed_thumbnail,b_rankup_43002030,b_rankup_43002030_signed,0,1 +9683,0,0,b_rankup_41001032_thumbnail,b_rankup_41001032_signed_thumbnail,b_rankup_41001032,b_rankup_41001032_signed,0,1 +9684,0,0,b_rankup_43003021_thumbnail,b_rankup_43003021_signed_thumbnail,b_rankup_43003021,b_rankup_43003021_signed,0,1 +9685,0,0,b_rankup_42002024_thumbnail,b_rankup_42002024_signed_thumbnail,b_rankup_42002024,b_rankup_42002024_signed,0,1 +9686,0,0,b_rankup_41004022_thumbnail,b_rankup_41004022_signed_thumbnail,b_rankup_41004022,b_rankup_41004022_signed,0,1 +9687,0,0,b_rankup_42006019_thumbnail,b_rankup_42006019_signed_thumbnail,b_rankup_42006019,b_rankup_42006019_signed,0,1 +9688,0,0,b_rankup_42005019_thumbnail,b_rankup_42005019_signed_thumbnail,b_rankup_42005019,b_rankup_42005019_signed,0,1 +9689,0,0,b_rankup_43003022_thumbnail,b_rankup_43003022_signed_thumbnail,b_rankup_43003022,b_rankup_43003022_signed,0,1 +9690,0,0,b_rankup_43006028_thumbnail,b_rankup_43006028_signed_thumbnail,b_rankup_43006028,b_rankup_43006028_signed,0,1 +9691,0,0,b_rankup_42007026_thumbnail,b_rankup_42007026_signed_thumbnail,b_rankup_42007026,b_rankup_42007026_signed,0,1 +9692,0,0,b_rankup_42007027_thumbnail,b_rankup_42007027_signed_thumbnail,b_rankup_42007027,b_rankup_42007027_signed,0,1 +9693,0,0,b_rankup_41009030_thumbnail,b_rankup_41009030_signed_thumbnail,b_rankup_41009030,b_rankup_41009030_signed,0,1 +9694,0,0,b_rankup_41008026_thumbnail,b_rankup_41008026_signed_thumbnail,b_rankup_41008026,b_rankup_41008026_signed,0,1 +9695,0,0,b_rankup_42005020_thumbnail,b_rankup_42005020_signed_thumbnail,b_rankup_42005020,b_rankup_42005020_signed,0,1 +9696,0,0,b_rankup_43009022_thumbnail,b_rankup_43009022_signed_thumbnail,b_rankup_43009022,b_rankup_43009022_signed,0,1 +9697,0,0,b_rankup_42004019_thumbnail,b_rankup_42004019_signed_thumbnail,b_rankup_42004019,b_rankup_42004019_signed,0,1 +9698,0,0,b_rankup_42101025_thumbnail,b_rankup_42101025_signed_thumbnail,b_rankup_42101025,b_rankup_42101025_signed,0,1 +9699,0,0,b_rankup_41109026_thumbnail,b_rankup_41109026_signed_thumbnail,b_rankup_41109026,b_rankup_41109026_signed,0,1 +9700,0,0,b_rankup_42102026_thumbnail,b_rankup_42102026_signed_thumbnail,b_rankup_42102026,b_rankup_42102026_signed,0,1 +9701,0,0,b_rankup_43108025_thumbnail,b_rankup_43108025_signed_thumbnail,b_rankup_43108025,b_rankup_43108025_signed,0,1 +9702,0,0,b_rankup_42103031_thumbnail,b_rankup_42103031_signed_thumbnail,b_rankup_42103031,b_rankup_42103031_signed,0,1 +9703,0,0,b_rankup_41107031_thumbnail,b_rankup_41107031_signed_thumbnail,b_rankup_41107031,b_rankup_41107031_signed,0,1 +9704,0,0,b_rankup_41104026_thumbnail,b_rankup_41104026_signed_thumbnail,b_rankup_41104026,b_rankup_41104026_signed,0,1 +9705,0,0,b_rankup_43103026_thumbnail,b_rankup_43103026_signed_thumbnail,b_rankup_43103026,b_rankup_43103026_signed,0,1 +9706,0,0,b_rankup_42105037_thumbnail,b_rankup_42105037_signed_thumbnail,b_rankup_42105037,b_rankup_42105037_signed,0,1 +9707,0,0,b_rankup_43102033_thumbnail,b_rankup_43102033_signed_thumbnail,b_rankup_43102033,b_rankup_43102033_signed,0,1 +9708,0,0,b_rankup_43106037_thumbnail,b_rankup_43106037_signed_thumbnail,b_rankup_43106037,b_rankup_43106037_signed,0,1 +9709,0,0,b_rankup_43104030_thumbnail,b_rankup_43104030_signed_thumbnail,b_rankup_43104030,b_rankup_43104030_signed,0,1 +9710,0,0,b_rankup_42107023_thumbnail,b_rankup_42107023_signed_thumbnail,b_rankup_42107023,b_rankup_42107023_signed,0,1 +9711,0,0,b_rankup_42101026_thumbnail,b_rankup_42101026_signed_thumbnail,b_rankup_42101026,b_rankup_42101026_signed,0,1 +9712,0,0,b_rankup_42108026_thumbnail,b_rankup_42108026_signed_thumbnail,b_rankup_42108026,b_rankup_42108026_signed,0,1 +9713,0,0,b_rankup_41106025_thumbnail,b_rankup_41106025_signed_thumbnail,b_rankup_41106025,b_rankup_41106025_signed,0,1 +9714,0,0,b_rankup_43109028_thumbnail,b_rankup_43109028_signed_thumbnail,b_rankup_43109028,b_rankup_43109028_signed,0,1 +9715,0,0,b_rankup_42105038_thumbnail,b_rankup_42105038_signed_thumbnail,b_rankup_42105038,b_rankup_42105038_signed,0,1 +9716,0,0,,,,,0,1 +9717,0,0,,,,,0,1 +9718,0,0,,,,,0,1 +9719,0,0,,,,,0,1 +9720,0,0,,,,,0,1 +9721,0,0,,,,,0,1 +9722,0,0,,,,,0,1 +9723,0,0,,,,,0,1 +9724,0,0,,,,,0,1 +9725,0,0,,,,,0,1 +9726,0,0,,,,,0,1 +9727,0,0,,,,,0,1 +9728,0,0,,,,,0,1 +9729,0,0,,,,,0,1 +9730,0,0,,,,,0,1 +9731,0,0,,,,,0,1 +9732,0,0,,,,,0,1 +9733,0,0,,,,,0,1 +9734,0,0,,,,,0,1 +9735,0,0,,,,,0,1 +9736,0,0,,,,,0,1 +9737,0,0,,,,,0,1 +9738,0,0,,,,,0,1 +9739,0,0,,,,,0,1 +9740,0,0,,,,,0,1 +9741,0,0,,,,,0,1 +9742,0,0,,,,,0,1 +9743,0,0,,,,,0,1 +9744,0,0,,,,,0,1 +9745,0,0,,,,,0,1 +9746,0,0,,,,,0,1 +9747,0,0,,,,,0,1 +9748,0,0,,,,,0,1 +9749,0,0,,,,,0,1 +9750,0,0,,,,,0,1 +9751,0,0,,,,,0,1 +9752,0,0,,,,,0,1 +9753,0,0,,,,,0,1 +9754,0,0,,,,,0,1 +9755,0,0,,,,,0,1 +9756,0,0,,,,,0,1 +9757,0,0,,,,,0,1 +9758,0,0,b_rankup_42001022_thumbnail,,b_rankup_42001022,,0,1 +9759,0,0,b_rankup_43007021_thumbnail,,b_rankup_43007021,,0,1 +9760,0,0,b_rankup_41206005_thumbnail,,b_rankup_41206005,,0,1 +9761,0,0,b_rankup_43001019_thumbnail,b_rankup_43001019_signed_thumbnail,b_rankup_43001019,b_rankup_43001019_signed,0,1 +9762,0,0,b_rankup_42003030_thumbnail,b_rankup_42003030_signed_thumbnail,b_rankup_42003030,b_rankup_42003030_signed,0,1 +9763,0,0,b_rankup_41004021_thumbnail,b_rankup_41004021_signed_thumbnail,b_rankup_41004021,b_rankup_41004021_signed,0,1 +9764,0,0,b_rankup_43101023_thumbnail,b_rankup_43101023_signed_thumbnail,b_rankup_43101023,b_rankup_43101023_signed,0,1 +9765,0,0,b_rankup_42102025_thumbnail,b_rankup_42102025_signed_thumbnail,b_rankup_42102025,b_rankup_42102025_signed,0,1 +9766,0,0,b_rankup_41105025_thumbnail,b_rankup_41105025_signed_thumbnail,b_rankup_41105025,b_rankup_41105025_signed,0,1 +9767,0,0,b_rankup_41106024_thumbnail,b_rankup_41106024_signed_thumbnail,b_rankup_41106024,b_rankup_41106024_signed,0,1 +9768,0,0,b_rankup_42107022_thumbnail,b_rankup_42107022_signed_thumbnail,b_rankup_42107022,b_rankup_42107022_signed,0,1 +9769,0,0,b_rankup_43109027_thumbnail,b_rankup_43109027_signed_thumbnail,b_rankup_43109027,b_rankup_43109027_signed,0,1 +9770,0,0,,,,,0,1 +9771,0,0,,,,,0,1 +9772,0,0,,,,,0,1 +9773,0,0,,,,,0,1 +9774,0,0,,,,,0,1 +9775,0,0,,,,,0,1 +9776,0,0,,,,,0,1 +9777,0,0,,,,,0,1 +9778,0,0,,,,,0,1 +9779,0,0,b_normal_42102027_thumbnail,,b_normal_42102027,,0,1 +9780,0,0,b_rankup_42102027_thumbnail,,b_rankup_42102027,,0,1 +9781,0,0,b_normal_43108017_thumbnail,,b_normal_43108017,,0,1 +9782,0,0,b_rankup_43108017_thumbnail,,b_rankup_43108017,,0,1 +9783,0,0,b_normal_41101025_thumbnail,,b_normal_41101025,,0,1 +9784,0,0,b_rankup_41101025_thumbnail,,b_rankup_41101025,,0,1 +9785,0,0,b_rankup_52107008_thumbnail,,b_rankup_52107008,,0,1 +9786,0,0,b_rankup_42214001_thumbnail,,b_rankup_42214001,,0,1 +9787,0,0,b_rankup_41103022_thumbnail,b_rankup_41103022_signed_thumbnail,b_rankup_41103022,b_rankup_41103022_signed,0,1 +9788,0,0,b_rankup_42104025_thumbnail,b_rankup_42104025_signed_thumbnail,b_rankup_42104025,b_rankup_42104025_signed,0,1 +9789,0,0,b_rankup_43108026_thumbnail,b_rankup_43108026_signed_thumbnail,b_rankup_43108026,b_rankup_43108026_signed,0,1 +9790,0,0,b_rankup_43206003_thumbnail,b_rankup_43206003_signed_thumbnail,b_rankup_43206003,b_rankup_43206003_signed,0,1 +9791,0,0,,,,,0,1 +9792,0,0,,,,,0,1 +9793,0,0,,,,,0,1 +9794,0,0,,,,,0,1 +9795,0,0,b_rankup_41002019_thumbnail,b_rankup_41002019_signed_thumbnail,b_rankup_41002019,b_rankup_41002019_signed,0,1 +9796,0,0,b_rankup_43007022_thumbnail,b_rankup_43007022_signed_thumbnail,b_rankup_43007022,b_rankup_43007022_signed,0,1 +9797,0,0,b_rankup_42009020_thumbnail,b_rankup_42009020_signed_thumbnail,b_rankup_42009020,b_rankup_42009020_signed,0,1 +9798,0,0,b_rankup_42206005_thumbnail,,b_rankup_42206005,,0,1 +9799,0,0,b_rankup_43005022_thumbnail,b_rankup_43005022_signed_thumbnail,b_rankup_43005022,b_rankup_43005022_signed,0,1 +9800,0,0,b_rankup_42006020_thumbnail,b_rankup_42006020_signed_thumbnail,b_rankup_42006020,b_rankup_42006020_signed,0,1 +9801,0,0,b_rankup_41008027_thumbnail,b_rankup_41008027_signed_thumbnail,b_rankup_41008027,b_rankup_41008027_signed,0,1 +9802,0,0,,,,,0,1 +9803,0,0,,,,,0,1 +9804,0,0,,,,,0,1 +9805,0,0,,,,,0,1 +9806,0,0,,,,,0,1 +9807,0,0,,,,,0,1 +9808,0,0,b_rankup_42001021_thumbnail,b_rankup_42001021_signed_thumbnail,b_rankup_42001021,b_rankup_42001021_signed,0,1 +9809,0,0,b_rankup_41007020_thumbnail,b_rankup_41007020_signed_thumbnail,b_rankup_41007020,b_rankup_41007020_signed,0,1 +9810,0,0,b_rankup_43101024_thumbnail,b_rankup_43101024_signed_thumbnail,b_rankup_43101024,b_rankup_43101024_signed,0,1 +9811,0,0,b_rankup_41104025_thumbnail,b_rankup_41104025_signed_thumbnail,b_rankup_41104025,b_rankup_41104025_signed,0,1 +9812,0,0,b_rankup_41303003_thumbnail,b_rankup_41303003_signed_thumbnail,b_rankup_41303003,b_rankup_41303003_signed,0,1 +9813,0,0,b_rankup_42304002_thumbnail,b_rankup_42304002_signed_thumbnail,b_rankup_42304002,b_rankup_42304002_signed,0,1 +9814,0,0,b_rankup_41305003_thumbnail,b_rankup_41305003_signed_thumbnail,b_rankup_41305003,b_rankup_41305003_signed,0,1 +9815,0,0,b_rankup_43001020_thumbnail,b_rankup_43001020_signed_thumbnail,b_rankup_43001020,b_rankup_43001020_signed,0,1 +9816,0,0,b_rankup_41003021_thumbnail,b_rankup_41003021_signed_thumbnail,b_rankup_41003021,b_rankup_41003021_signed,0,1 +9817,0,0,b_rankup_42004020_thumbnail,b_rankup_42004020_signed_thumbnail,b_rankup_42004020,b_rankup_42004020_signed,0,1 +9818,0,0,b_rankup_41104027_thumbnail,b_rankup_41104027_signed_thumbnail,b_rankup_41104027,b_rankup_41104027_signed,0,1 +9819,0,0,,,,,0,1 +9820,0,0,,,,,0,1 +9821,0,0,,,,,0,1 +9822,0,0,,,,,0,1 +9823,0,0,,,,,0,1 +9824,0,0,,,,,0,1 +9825,0,0,,,,,0,1 +9826,0,0,,,,,0,1 +9827,0,0,,,,,0,1 +9828,0,0,,,,,0,1 +9829,0,0,,,,,0,1 +9830,0,0,b_rankup_42104026_thumbnail,,b_rankup_42104026,,0,1 +9831,0,0,b_rankup_43107025_thumbnail,,b_rankup_43107025,,0,1 +9832,0,0,b_rankup_43207005_thumbnail,,b_rankup_43207005,,0,1 +9833,0,0,b_rankup_42001024_thumbnail,b_rankup_42001024_signed_thumbnail,b_rankup_42001024,b_rankup_42001024_signed,0,1 +9834,0,0,b_rankup_43002031_thumbnail,b_rankup_43002031_signed_thumbnail,b_rankup_43002031,b_rankup_43002031_signed,0,1 +9835,0,0,b_rankup_43003023_thumbnail,b_rankup_43003023_signed_thumbnail,b_rankup_43003023,b_rankup_43003023_signed,0,1 +9836,0,0,b_rankup_41004023_thumbnail,b_rankup_41004023_signed_thumbnail,b_rankup_41004023,b_rankup_41004023_signed,0,1 +9837,0,0,b_rankup_42005021_thumbnail,b_rankup_42005021_signed_thumbnail,b_rankup_42005021,b_rankup_42005021_signed,0,1 +9838,0,0,b_rankup_41006023_thumbnail,b_rankup_41006023_signed_thumbnail,b_rankup_41006023,b_rankup_41006023_signed,0,1 +9839,0,0,b_rankup_41007021_thumbnail,b_rankup_41007021_signed_thumbnail,b_rankup_41007021,b_rankup_41007021_signed,0,1 +9840,0,0,b_rankup_43008018_thumbnail,b_rankup_43008018_signed_thumbnail,b_rankup_43008018,b_rankup_43008018_signed,0,1 +9841,0,0,b_rankup_42009021_thumbnail,b_rankup_42009021_signed_thumbnail,b_rankup_42009021,b_rankup_42009021_signed,0,1 +9842,0,0,b_rankup_42101027_thumbnail,b_rankup_42101027_signed_thumbnail,b_rankup_42101027,b_rankup_42101027_signed,0,1 +9843,0,0,b_rankup_41102024_thumbnail,b_rankup_41102024_signed_thumbnail,b_rankup_41102024,b_rankup_41102024_signed,0,1 +9844,0,0,b_rankup_43103027_thumbnail,b_rankup_43103027_signed_thumbnail,b_rankup_43103027,b_rankup_43103027_signed,0,1 +9845,0,0,b_rankup_41104028_thumbnail,b_rankup_41104028_signed_thumbnail,b_rankup_41104028,b_rankup_41104028_signed,0,1 +9846,0,0,b_rankup_43105023_thumbnail,b_rankup_43105023_signed_thumbnail,b_rankup_43105023,b_rankup_43105023_signed,0,1 +9847,0,0,b_rankup_42106025_thumbnail,b_rankup_42106025_signed_thumbnail,b_rankup_42106025,b_rankup_42106025_signed,0,1 +9848,0,0,b_rankup_41107032_thumbnail,b_rankup_41107032_signed_thumbnail,b_rankup_41107032,b_rankup_41107032_signed,0,1 +9849,0,0,b_rankup_42108027_thumbnail,b_rankup_42108027_signed_thumbnail,b_rankup_42108027,b_rankup_42108027_signed,0,1 +9850,0,0,b_rankup_43109029_thumbnail,b_rankup_43109029_signed_thumbnail,b_rankup_43109029,b_rankup_43109029_signed,0,1 +9851,0,0,b_rankup_42104027_thumbnail,,b_rankup_42104027,,0,1 +9852,0,0,,,,,0,1 +9853,0,0,,,,,0,1 +9854,0,0,,,,,0,1 +9855,0,0,,,,,0,1 +9856,0,0,,,,,0,1 +9857,0,0,,,,,0,1 +9858,0,0,,,,,0,1 +9859,0,0,,,,,0,1 +9860,0,0,,,,,0,1 +9861,0,0,,,,,0,1 +9862,0,0,,,,,0,1 +9863,0,0,,,,,0,1 +9864,0,0,,,,,0,1 +9865,0,0,,,,,0,1 +9866,0,0,,,,,0,1 +9867,0,0,,,,,0,1 +9868,0,0,,,,,0,1 +9869,0,0,,,,,0,1 +9870,0,0,b_normal_41002020_thumbnail,,b_normal_41002020,,0,1 +9871,0,0,b_rankup_41002020_thumbnail,,b_rankup_41002020,,0,1 +9872,0,0,b_normal_42006021_thumbnail,,b_normal_42006021,,0,1 +9873,0,0,b_rankup_42006021_thumbnail,,b_rankup_42006021,,0,1 +9874,0,0,b_normal_43004026_thumbnail,,b_normal_43004026,,0,1 +9875,0,0,b_rankup_43004026_thumbnail,,b_rankup_43004026,,0,1 +9876,0,0,b_rankup_52007005_thumbnail,,b_rankup_52007005,,0,1 +9885,0,0,,,,,0,1 +9886,0,0,,,,,0,1 +9887,0,0,,,,,0,1 +9888,0,0,,,,,0,1 +9889,0,0,,,,,0,1 +9890,0,0,,,,,0,1 +9891,0,0,,,,,0,1 +9892,0,0,,,,,0,1 +9893,0,0,b_rankup_41001033_thumbnail,b_rankup_41001033_signed_thumbnail,b_rankup_41001033,b_rankup_41001033_signed,0,1 +9894,0,0,b_rankup_43003024_thumbnail,b_rankup_43003024_signed_thumbnail,b_rankup_43003024,b_rankup_43003024_signed,0,1 +9895,0,0,b_rankup_42004021_thumbnail,b_rankup_42004021_signed_thumbnail,b_rankup_42004021,b_rankup_42004021_signed,0,1 +9896,0,0,b_rankup_43101025_thumbnail,b_rankup_43101025_signed_thumbnail,b_rankup_43101025,b_rankup_43101025_signed,0,1 +9897,0,0,b_rankup_42102028_thumbnail,b_rankup_42102028_signed_thumbnail,b_rankup_42102028,b_rankup_42102028_signed,0,1 +9898,0,0,b_rankup_41105026_thumbnail,b_rankup_41105026_signed_thumbnail,b_rankup_41105026,b_rankup_41105026_signed,0,1 +9899,0,0,b_rankup_42008026_thumbnail,b_rankup_42008026_signed_thumbnail,b_rankup_42008026,b_rankup_42008026_signed,0,1 +9900,0,0,,,,,0,1 +9901,0,0,,,,,0,1 +9902,0,0,,,,,0,1 +9903,0,0,,,,,0,1 +9904,0,0,,,,,0,1 +9905,0,0,,,,,0,1 +9906,0,0,,,,,0,1 +9907,0,0,b_rankup_42002025_thumbnail,,b_rankup_42002025,,0,1 +9908,0,0,b_rankup_41003022_thumbnail,,b_rankup_41003022,,0,1 +9909,0,0,b_rankup_42005022_thumbnail,b_rankup_42005022_signed_thumbnail,b_rankup_42005022,b_rankup_42005022_signed,0,1 +9910,0,0,b_rankup_43006029_thumbnail,b_rankup_43006029_signed_thumbnail,b_rankup_43006029,b_rankup_43006029_signed,0,1 +9911,0,0,b_rankup_41008028_thumbnail,b_rankup_41008028_signed_thumbnail,b_rankup_41008028,b_rankup_41008028_signed,0,1 +9912,0,0,b_rankup_41106026_thumbnail,b_rankup_41106026_signed_thumbnail,b_rankup_41106026,b_rankup_41106026_signed,0,1 +9913,0,0,b_rankup_43107028_thumbnail,b_rankup_43107028_signed_thumbnail,b_rankup_43107028,b_rankup_43107028_signed,0,1 +9914,0,0,b_rankup_42109029_thumbnail,b_rankup_42109029_signed_thumbnail,b_rankup_42109029,b_rankup_42109029_signed,0,1 +9915,0,0,b_rankup_41002021_thumbnail,b_rankup_41002021_signed_thumbnail,b_rankup_41002021,b_rankup_41002021_signed,0,1 +9916,0,0,b_rankup_42007028_thumbnail,b_rankup_42007028_signed_thumbnail,b_rankup_42007028,b_rankup_42007028_signed,0,1 +9917,0,0,b_rankup_43009023_thumbnail,b_rankup_43009023_signed_thumbnail,b_rankup_43009023,b_rankup_43009023_signed,0,1 +9918,0,0,b_rankup_41103024_thumbnail,b_rankup_41103024_signed_thumbnail,b_rankup_41103024,b_rankup_41103024_signed,0,1 +9919,0,0,b_rankup_43104031_thumbnail,b_rankup_43104031_signed_thumbnail,b_rankup_43104031,b_rankup_43104031_signed,0,1 +9920,0,0,b_rankup_42108028_thumbnail,b_rankup_42108028_signed_thumbnail,b_rankup_42108028,b_rankup_42108028_signed,0,1 +9921,0,0,b_rankup_41202003_thumbnail,b_rankup_41202003_signed_thumbnail,b_rankup_41202003,b_rankup_41202003_signed,0,1 +9922,0,0,b_normal_43108027_thumbnail,,b_normal_43108027,,0,1 +9923,0,0,b_rankup_43108027_thumbnail,,b_rankup_43108027,,0,1 +9924,0,0,b_normal_41109027_thumbnail,,b_normal_41109027,,0,1 +9925,0,0,b_rankup_41109027_thumbnail,,b_rankup_41109027,,0,1 +9926,0,0,b_normal_42107024_thumbnail,,b_normal_42107024,,0,1 +9927,0,0,b_rankup_42107024_thumbnail,,b_rankup_42107024,,0,1 +9928,0,0,b_rankup_51104008_thumbnail,,b_rankup_51104008,,0,1 +9929,0,0,b_rankup_43202005_thumbnail,,b_rankup_43202005,,0,1 +9930,0,0,b_rankup_41208003_thumbnail,b_rankup_41208003_signed_thumbnail,b_rankup_41208003,b_rankup_41208003_signed,0,1 +9931,0,0,b_rankup_43008020_thumbnail,,b_rankup_43008020,,0,1 +9932,0,0,b_rankup_42004022_thumbnail,,b_rankup_42004022,,0,1 +9933,0,0,b_rankup_43001021_thumbnail,b_rankup_43001021_signed_thumbnail,b_rankup_43001021,b_rankup_43001021_signed,0,1 +9934,0,0,b_rankup_41002022_thumbnail,b_rankup_41002022_signed_thumbnail,b_rankup_41002022,b_rankup_41002022_signed,0,1 +9935,0,0,b_rankup_42003031_thumbnail,b_rankup_42003031_signed_thumbnail,b_rankup_42003031,b_rankup_42003031_signed,0,1 +9936,0,0,b_rankup_41004024_thumbnail,b_rankup_41004024_signed_thumbnail,b_rankup_41004024,b_rankup_41004024_signed,0,1 +9937,0,0,b_rankup_42005023_thumbnail,b_rankup_42005023_signed_thumbnail,b_rankup_42005023,b_rankup_42005023_signed,0,1 +9938,0,0,b_rankup_41006024_thumbnail,b_rankup_41006024_signed_thumbnail,b_rankup_41006024,b_rankup_41006024_signed,0,1 +9939,0,0,b_rankup_43007023_thumbnail,b_rankup_43007023_signed_thumbnail,b_rankup_43007023,b_rankup_43007023_signed,0,1 +9940,0,0,b_rankup_43008019_thumbnail,b_rankup_43008019_signed_thumbnail,b_rankup_43008019,b_rankup_43008019_signed,0,1 +9941,0,0,b_rankup_42009022_thumbnail,b_rankup_42009022_signed_thumbnail,b_rankup_42009022,b_rankup_42009022_signed,0,1 +9942,0,0,b_rankup_41101037_thumbnail,b_rankup_41101037_signed_thumbnail,b_rankup_41101037,b_rankup_41101037_signed,0,1 +9943,0,0,b_rankup_43102034_thumbnail,b_rankup_43102034_signed_thumbnail,b_rankup_43102034,b_rankup_43102034_signed,0,1 +9944,0,0,b_rankup_43103029_thumbnail,b_rankup_43103029_signed_thumbnail,b_rankup_43103029,b_rankup_43103029_signed,0,1 +9945,0,0,b_rankup_42104028_thumbnail,b_rankup_42104028_signed_thumbnail,b_rankup_42104028,b_rankup_42104028_signed,0,1 +9946,0,0,b_rankup_42105039_thumbnail,b_rankup_42105039_signed_thumbnail,b_rankup_42105039,b_rankup_42105039_signed,0,1 +9947,0,0,b_rankup_42106026_thumbnail,b_rankup_42106026_signed_thumbnail,b_rankup_42106026,b_rankup_42106026_signed,0,1 +9948,0,0,b_rankup_41107033_thumbnail,b_rankup_41107033_signed_thumbnail,b_rankup_41107033,b_rankup_41107033_signed,0,1 +9949,0,0,b_rankup_41108031_thumbnail,b_rankup_41108031_signed_thumbnail,b_rankup_41108031,b_rankup_41108031_signed,0,1 +9950,0,0,b_rankup_43109030_thumbnail,b_rankup_43109030_signed_thumbnail,b_rankup_43109030,b_rankup_43109030_signed,0,1 +9951,0,0,b_rankup_41301003_thumbnail,b_rankup_41301003_signed_thumbnail,b_rankup_41301003,b_rankup_41301003_signed,0,1 +9952,0,0,b_rankup_42302004_thumbnail,b_rankup_42302004_signed_thumbnail,b_rankup_42302004,b_rankup_42302004_signed,0,1 +9953,0,0,b_rankup_43303003_thumbnail,b_rankup_43303003_signed_thumbnail,b_rankup_43303003,b_rankup_43303003_signed,0,1 +9954,0,0,b_rankup_43304003_thumbnail,b_rankup_43304003_signed_thumbnail,b_rankup_43304003,b_rankup_43304003_signed,0,1 +9955,0,0,b_rankup_42305003_thumbnail,b_rankup_42305003_signed_thumbnail,b_rankup_42305003,b_rankup_42305003_signed,0,1 +9956,0,0,b_rankup_41306001_thumbnail,b_rankup_41306001_signed_thumbnail,b_rankup_41306001,b_rankup_41306001_signed,0,1 +9957,0,0,b_rankup_42307001_thumbnail,b_rankup_42307001_signed_thumbnail,b_rankup_42307001,b_rankup_42307001_signed,0,1 +9958,0,0,b_rankup_43308001_thumbnail,b_rankup_43308001_signed_thumbnail,b_rankup_43308001,b_rankup_43308001_signed,0,1 +9959,0,0,b_rankup_41309001_thumbnail,b_rankup_41309001_signed_thumbnail,b_rankup_41309001,b_rankup_41309001_signed,0,1 +9961,0,0,b_rankup_41208005_thumbnail,,b_rankup_41208005,,0,1 +9963,0,0,b_rankup_43103028_thumbnail,b_rankup_43103028_signed_thumbnail,b_rankup_43103028,b_rankup_43103028_signed,0,1 +9965,0,0,b_rankup_42213001_thumbnail,b_rankup_42213001_signed_thumbnail,b_rankup_42213001,b_rankup_42213001_signed,0,1 +9967,0,0,b_rankup_43201003_thumbnail,b_rankup_43201003_signed_thumbnail,b_rankup_43201003,b_rankup_43201003_signed,0,1 +9969,0,0,b_rankup_43107026_thumbnail,b_rankup_43107026_signed_thumbnail,b_rankup_43107026,b_rankup_43107026_signed,0,1 +9971,0,0,b_rankup_42203003_thumbnail,b_rankup_42203003_signed_thumbnail,b_rankup_42203003,b_rankup_42203003_signed,0,1 +9973,0,0,b_rankup_43208005_thumbnail,,b_rankup_43208005,,0,1 +9974,0,0,b_rankup_41103023_thumbnail,,b_rankup_41103023,,0,1 +9976,0,0,b_rankup_43213001_thumbnail,,b_rankup_43213001,,0,1 +9978,0,0,b_rankup_43209005_thumbnail,,b_rankup_43209005,,0,1 +9980,0,0,b_rankup_41201004_thumbnail,,b_rankup_41201004,,0,1 +9981,0,0,b_rankup_43107027_thumbnail,,b_rankup_43107027,,0,1 +9983,0,0,b_rankup_41203005_thumbnail,,b_rankup_41203005,,0,1 +9984,0,0,,,,,0,1 +9985,0,0,,,,,0,1 +9986,0,0,,,,,0,1 +9987,0,0,,,,,0,1 +9988,0,0,,,,,0,1 +9989,0,0,,,,,0,1 +9990,0,0,,,,,0,1 +9991,0,0,,,,,0,1 +9992,0,0,,,,,0,1 +9993,0,0,,,,,0,1 +9994,0,0,,,,,0,1 +9995,0,0,,,,,0,1 +9996,0,0,,,,,0,1 +9997,0,0,,,,,0,1 +9998,0,0,,,,,0,1 +9999,0,0,,,,,0,1 +10000,0,0,,,,,0,1 +10001,0,0,,,,,0,1 +10002,0,0,,,,,0,1 +10003,0,0,,,,,0,1 +10004,0,0,,,,,0,1 +10005,0,0,,,,,0,1 +10006,0,0,,,,,0,1 +10007,0,0,,,,,0,1 +10008,0,0,,,,,0,1 +10009,0,0,,,,,0,1 +10010,0,0,,,,,0,1 +10011,0,0,,,,,0,1 +10012,0,0,,,,,0,1 +10013,0,0,,,,,0,1 +10014,0,0,,,,,0,1 +10015,0,0,,,,,0,1 +10016,0,0,,,,,0,1 +10017,0,0,,,,,0,1 +10018,0,0,,,,,0,1 +10019,0,0,,,,,0,1 +10020,0,0,,,,,0,1 +10021,0,0,,,,,0,1 +10022,0,0,,,,,0,1 +10023,0,0,,,,,0,1 +10024,0,0,,,,,0,1 +10025,0,0,,,,,0,1 +10026,0,0,,,,,0,1 +10027,0,0,,,,,0,1 +10028,0,0,,,,,0,1 +10029,0,0,,,,,0,1 diff --git a/src/router/masterdata/csv/album_member_tag_m.csv b/src/router/databases/csv/album_member_tag_m.csv similarity index 100% rename from src/router/masterdata/csv/album_member_tag_m.csv rename to src/router/databases/csv/album_member_tag_m.csv diff --git a/src/router/masterdata/csv/album_multi_unit_m.csv b/src/router/databases/csv/album_multi_unit_m.csv similarity index 100% rename from src/router/masterdata/csv/album_multi_unit_m.csv rename to src/router/databases/csv/album_multi_unit_m.csv diff --git a/src/router/masterdata/csv/album_series_m.csv b/src/router/databases/csv/album_series_m.csv similarity index 100% rename from src/router/masterdata/csv/album_series_m.csv rename to src/router/databases/csv/album_series_m.csv diff --git a/src/router/databases/csv/album_series_thumbnail_asset_m.csv b/src/router/databases/csv/album_series_thumbnail_asset_m.csv new file mode 100644 index 0000000..0b988a7 --- /dev/null +++ b/src/router/databases/csv/album_series_thumbnail_asset_m.csv @@ -0,0 +1,583 @@ +_albumSeriesId,_thumbnailAsset,_thumbnailAssetEn,_masterReleaseLabelId +1,series_thumbnail_1_1,0,1 +2,series_thumbnail_2_1,0,1 +3,series_thumbnail_3_1,0,1 +4,series_thumbnail_4_1,0,1 +5,series_thumbnail_5_1,0,1 +6,series_thumbnail_6_1,0,1 +7,series_thumbnail_7_1,0,1 +8,series_thumbnail_8_1,0,1 +9,series_thumbnail_9_1,0,1 +10,series_thumbnail_10_1,0,1 +11,series_thumbnail_11_1,0,1 +12,series_thumbnail_12_1,0,1 +13,series_thumbnail_13_1,0,1 +14,series_thumbnail_14_1,0,1 +15,series_thumbnail_15_1,0,1 +16,series_thumbnail_16_1,0,1 +17,series_thumbnail_17_1,0,1 +18,series_thumbnail_18_1,0,1 +19,series_thumbnail_19_1,0,1 +20,series_thumbnail_20_1,0,1 +21,series_thumbnail_21_1,0,1 +22,series_thumbnail_22_1,0,1 +23,series_thumbnail_23_1,0,1 +24,series_thumbnail_24_1,0,1 +25,series_thumbnail_25_1,0,1 +26,series_thumbnail_26_1,0,1 +27,series_thumbnail_27_1,0,1 +28,series_thumbnail_28_1,0,1 +29,series_thumbnail_29_1,0,1 +30,series_thumbnail_30_1,0,1 +31,series_thumbnail_31_1,0,1 +32,series_thumbnail_32_1,0,1 +33,series_thumbnail_33_1,0,1 +34,series_thumbnail_34_1,0,1 +35,series_thumbnail_35_1,0,1 +36,series_thumbnail_36_1,0,1 +37,series_thumbnail_37_1,0,1 +38,series_thumbnail_38_1,0,1 +39,series_thumbnail_39_1,0,1 +40,series_thumbnail_40_1,0,1 +41,series_thumbnail_41_1,0,1 +42,series_thumbnail_42_1,0,1 +43,series_thumbnail_43_1,0,1 +44,series_thumbnail_44_1,0,1 +45,series_thumbnail_45_1,0,1 +46,series_thumbnail_46_1,0,1 +47,series_thumbnail_47_1,0,1 +48,series_thumbnail_48_1,0,1 +49,series_thumbnail_49_1,0,1 +50,series_thumbnail_50_1,0,1 +51,series_thumbnail_51_1,0,1 +52,series_thumbnail_52_1,0,1 +53,series_thumbnail_53_1,0,1 +54,series_thumbnail_54_1,0,1 +55,series_thumbnail_55_1,0,1 +56,series_thumbnail_56_1,0,1 +57,series_thumbnail_57_1,0,1 +58,series_thumbnail_58_1,0,1 +59,series_thumbnail_59_1,0,1 +60,series_thumbnail_60_1,0,1 +61,series_thumbnail_61_1,0,1 +62,series_thumbnail_62_1,0,1 +63,series_thumbnail_63_1,0,1 +64,series_thumbnail_64_1,0,1 +65,series_thumbnail_65_1,0,1 +66,series_thumbnail_66_1,0,1 +67,series_thumbnail_67_1,0,1 +68,series_thumbnail_68_1,0,1 +69,series_thumbnail_69_1,0,1 +70,series_thumbnail_70_1,0,1 +71,series_thumbnail_71_1,0,1 +72,series_thumbnail_72_1,0,1 +73,series_thumbnail_73_1,0,1 +74,series_thumbnail_74_1,0,1 +75,series_thumbnail_75_1,0,1 +76,series_thumbnail_76_1,0,1 +77,series_thumbnail_77_1,0,1 +78,series_thumbnail_78_1,0,1 +79,series_thumbnail_79_1,0,1 +80,series_thumbnail_80_1,0,1 +81,series_thumbnail_81_1,0,1 +82,series_thumbnail_82_1,0,1 +83,series_thumbnail_83_1,0,1 +84,series_thumbnail_84_1,0,1 +85,series_thumbnail_85_1,0,1 +86,series_thumbnail_86_1,0,1 +87,series_thumbnail_87_1,0,1 +88,series_thumbnail_88_1,0,1 +89,series_thumbnail_89_1,0,1 +90,series_thumbnail_90_1,0,1 +91,series_thumbnail_91_1,0,1 +92,series_thumbnail_92_1,0,1 +93,series_thumbnail_93_1,0,1 +94,series_thumbnail_94_1,0,1 +95,series_thumbnail_95_1,0,1 +96,series_thumbnail_96_1,0,1 +97,series_thumbnail_97_1,0,1 +98,series_thumbnail_98_1,0,1 +99,series_thumbnail_99_1,0,1 +100,series_thumbnail_100_1,0,1 +101,series_thumbnail_101_1,0,1 +102,series_thumbnail_102_1,0,1 +103,series_thumbnail_103_1,0,1 +104,series_thumbnail_104_1,0,1 +105,series_thumbnail_105_1,0,1 +106,series_thumbnail_106_1,0,1 +107,series_thumbnail_107_1,0,1 +108,series_thumbnail_108_1,0,1 +109,series_thumbnail_109_1,0,1 +110,series_thumbnail_110_1,0,1 +111,series_thumbnail_111_1,0,1 +112,series_thumbnail_112_1,0,1 +113,series_thumbnail_113_1,0,1 +114,series_thumbnail_114_1,0,1 +115,series_thumbnail_115_1,0,1 +116,series_thumbnail_116_1,0,1 +117,series_thumbnail_117_1,0,1 +118,series_thumbnail_118_1,0,1 +119,series_thumbnail_119_1,0,1 +120,series_thumbnail_120_8,0,1 +121,series_thumbnail_121_8,0,1 +122,series_thumbnail_122_1,0,1 +123,series_thumbnail_123_1,0,1 +124,series_thumbnail_124_1,0,1 +125,series_thumbnail_125_1,0,1 +126,series_thumbnail_126_1,0,1 +127,series_thumbnail_127_1,0,1 +128,series_thumbnail_128_1,0,1 +129,series_thumbnail_0_1,0,1 +130,series_thumbnail_130_1,0,1 +131,series_thumbnail_0_1,0,1 +132,series_thumbnail_132_1,0,1 +133,series_thumbnail_133_1,0,1 +134,series_thumbnail_134_1,0,1 +135,series_thumbnail_135_1,0,1 +136,series_thumbnail_136_1,0,1 +137,series_thumbnail_0_1,0,1 +138,series_thumbnail_138_1,0,1 +139,series_thumbnail_139_1,0,1 +140,series_thumbnail_140_1,0,1 +141,series_thumbnail_141_1,0,1 +142,series_thumbnail_142_1,0,1 +143,series_thumbnail_143_1,0,1 +144,series_thumbnail_144_1,0,1 +145,series_thumbnail_145_1,0,1 +146,series_thumbnail_146_1,0,1 +147,series_thumbnail_147_1,0,1 +148,series_thumbnail_148_1,0,1 +149,series_thumbnail_149_1,0,1 +150,series_thumbnail_150_1,0,1 +151,series_thumbnail_151_1,0,1 +152,series_thumbnail_152_1,0,1 +153,series_thumbnail_153_1,0,1 +154,series_thumbnail_154_1,0,1 +155,series_thumbnail_155_1,0,1 +156,series_thumbnail_156_1,0,1 +157,series_thumbnail_157_1,0,1 +158,series_thumbnail_158_1,0,1 +159,series_thumbnail_159_1,0,1 +160,series_thumbnail_160_1,0,1 +161,series_thumbnail_161_1,0,1 +162,series_thumbnail_162_1,0,1 +163,series_thumbnail_163_1,0,1 +164,series_thumbnail_164_1,0,1 +165,series_thumbnail_165_1,0,1 +166,series_thumbnail_166_1,0,1 +167,series_thumbnail_167_1,0,1 +168,series_thumbnail_168_1,0,1 +169,series_thumbnail_169_1,0,1 +170,series_thumbnail_170_1,0,1 +171,series_thumbnail_0_1,0,1 +172,series_thumbnail_0_1,0,1 +173,series_thumbnail_173_1,0,1 +174,series_thumbnail_0_1,0,1 +175,series_thumbnail_0_1,0,1 +176,series_thumbnail_176_1,0,1 +177,series_thumbnail_0_1,0,1 +178,series_thumbnail_0_1,0,1 +179,series_thumbnail_179_1,0,1 +180,series_thumbnail_180_1,0,1 +181,series_thumbnail_0_1,0,1 +182,series_thumbnail_182_1,0,1 +183,series_thumbnail_183_1,0,1 +184,series_thumbnail_0_1,0,1 +185,series_thumbnail_0_1,0,1 +186,series_thumbnail_186_1,0,1 +187,series_thumbnail_0_1,0,1 +188,series_thumbnail_0_1,0,1 +189,series_thumbnail_0_1,0,1 +190,series_thumbnail_0_1,0,1 +191,series_thumbnail_191_1,0,1 +192,series_thumbnail_0_1,0,1 +193,series_thumbnail_193_1,0,1 +194,series_thumbnail_194_1,0,1 +195,series_thumbnail_195_1,0,1 +196,series_thumbnail_196_1,0,1 +197,series_thumbnail_197_1,0,1 +198,series_thumbnail_198_1,0,1 +199,series_thumbnail_199_1,0,1 +200,series_thumbnail_200_1,0,1 +201,series_thumbnail_201_1,0,1 +202,series_thumbnail_202_1,0,1 +203,series_thumbnail_203_1,0,1 +204,series_thumbnail_204_1,0,1 +205,series_thumbnail_205_1,0,1 +206,series_thumbnail_206_1,0,1 +207,series_thumbnail_207_1,0,1 +208,series_thumbnail_208_1,0,1 +209,series_thumbnail_209_1,0,1 +210,series_thumbnail_210_1,0,1 +211,series_thumbnail_211_1,0,1 +212,series_thumbnail_212_1,0,1 +213,series_thumbnail_213_1,0,1 +214,series_thumbnail_214_1,0,1 +215,series_thumbnail_215_1,0,1 +216,series_thumbnail_216_1,0,1 +217,series_thumbnail_217_1,0,1 +218,series_thumbnail_218_1,0,1 +219,series_thumbnail_219_1,0,1 +220,series_thumbnail_220_1,0,1 +221,series_thumbnail_221_1,0,1 +222,series_thumbnail_222_1,0,1 +223,series_thumbnail_223_1,0,1 +224,series_thumbnail_224_1,0,1 +225,series_thumbnail_225_1,0,1 +226,series_thumbnail_226_1,0,1 +227,series_thumbnail_227_1,0,1 +228,series_thumbnail_228_1,0,1 +229,series_thumbnail_229_1,0,1 +230,series_thumbnail_230_1,0,1 +231,series_thumbnail_231_1,0,1 +232,series_thumbnail_232_1,0,1 +233,series_thumbnail_233_1,0,1 +234,series_thumbnail_234_1,0,1 +235,series_thumbnail_235_1,0,1 +236,series_thumbnail_236_1,0,1 +237,series_thumbnail_237_1,0,1 +238,series_thumbnail_238_1,0,1 +239,series_thumbnail_239_1,0,1 +240,series_thumbnail_240_1,0,1 +241,series_thumbnail_241_1,0,1 +242,series_thumbnail_242_1,0,1 +243,series_thumbnail_243_1,0,1 +244,series_thumbnail_244_1,0,1 +245,series_thumbnail_245_1,0,1 +246,series_thumbnail_246_1,0,1 +247,series_thumbnail_247_1,0,1 +248,series_thumbnail_248_1,0,1 +249,series_thumbnail_249_1,0,1 +250,series_thumbnail_250_1,0,1 +251,series_thumbnail_251_1,0,1 +252,series_thumbnail_252_1,0,1 +253,series_thumbnail_253_1,0,1 +254,series_thumbnail_254_1,0,1 +255,series_thumbnail_255_1,0,1 +256,series_thumbnail_256_1,0,1 +257,series_thumbnail_257_1,0,1 +258,series_thumbnail_258_1,0,1 +259,series_thumbnail_259_1,0,1 +260,series_thumbnail_260_1,0,1 +261,series_thumbnail_261_1,0,1 +262,series_thumbnail_262_1,0,1 +263,series_thumbnail_263_1,0,1 +264,series_thumbnail_264_1,0,1 +265,series_thumbnail_265_1,0,1 +266,series_thumbnail_266_1,0,1 +267,series_thumbnail_267_1,0,1 +268,series_thumbnail_268_1,0,1 +269,series_thumbnail_269_1,0,1 +270,series_thumbnail_270_1,0,1 +271,series_thumbnail_271_1,0,1 +272,series_thumbnail_272_1,0,1 +273,series_thumbnail_273_1,0,1 +274,series_thumbnail_274_1,0,1 +275,series_thumbnail_275_1,0,1 +276,series_thumbnail_276_1,0,1 +277,series_thumbnail_277_1,0,1 +278,series_thumbnail_278_1,0,1 +279,series_thumbnail_279_1,0,1 +280,series_thumbnail_280_1,0,1 +281,series_thumbnail_281_1,0,1 +282,series_thumbnail_282_1,0,1 +283,series_thumbnail_283_1,0,1 +284,series_thumbnail_284_1,0,1 +285,series_thumbnail_285_1,0,1 +286,series_thumbnail_286_1,0,1 +287,series_thumbnail_287_1,0,1 +288,series_thumbnail_288_1,0,1 +289,series_thumbnail_289_1,0,1 +290,series_thumbnail_290_1,0,1 +291,series_thumbnail_291_1,0,1 +292,series_thumbnail_292_1,0,1 +293,series_thumbnail_293_1,0,1 +294,series_thumbnail_294_1,0,1 +295,series_thumbnail_295_1,0,1 +296,series_thumbnail_0_1,0,1 +297,series_thumbnail_297_1,0,1 +298,series_thumbnail_0_1,0,1 +299,series_thumbnail_299_1,0,1 +300,series_thumbnail_0_1,0,1 +301,series_thumbnail_0_1,0,1 +302,series_thumbnail_0_1,0,1 +303,series_thumbnail_303_1,0,1 +304,series_thumbnail_0_1,0,1 +305,series_thumbnail_0_1,0,1 +306,series_thumbnail_306_1,0,1 +307,series_thumbnail_307_1,0,1 +308,series_thumbnail_308_1,0,1 +309,series_thumbnail_0_1,0,1 +310,series_thumbnail_310_1,0,1 +311,series_thumbnail_0_1,0,1 +312,series_thumbnail_312_1,0,1 +313,series_thumbnail_313_1,0,1 +314,series_thumbnail_314_1,0,1 +315,series_thumbnail_315_1,0,1 +316,series_thumbnail_316_1,0,1 +317,series_thumbnail_317_1,0,1 +318,series_thumbnail_318_1,0,1 +319,series_thumbnail_319_1,0,1 +320,series_thumbnail_320_1,0,1 +321,series_thumbnail_321_1,0,1 +322,series_thumbnail_322_1,0,1 +323,series_thumbnail_323_1,0,1 +324,series_thumbnail_324_1,0,1 +325,series_thumbnail_325_1,0,1 +326,series_thumbnail_326_1,0,1 +327,series_thumbnail_327_1,0,1 +328,series_thumbnail_328_1,0,1 +329,series_thumbnail_0_1,0,1 +330,series_thumbnail_0_1,0,1 +331,series_thumbnail_331_1,0,1 +332,series_thumbnail_0_1,0,1 +333,series_thumbnail_0_1,0,1 +334,series_thumbnail_0_1,0,1 +335,series_thumbnail_335_1,0,1 +336,series_thumbnail_336_1,0,1 +337,series_thumbnail_337_1,0,1 +338,series_thumbnail_338_1,0,1 +339,series_thumbnail_339_1,0,1 +340,series_thumbnail_340_1,0,1 +341,series_thumbnail_341_1,0,1 +342,series_thumbnail_342_1,0,1 +343,series_thumbnail_343_1,0,1 +344,series_thumbnail_344_1,0,1 +345,series_thumbnail_345_1,0,1 +346,series_thumbnail_346_1,0,1 +347,series_thumbnail_347_1,0,1 +348,series_thumbnail_348_1,0,1 +349,series_thumbnail_349_1,0,1 +350,series_thumbnail_350_1,0,1 +351,series_thumbnail_351_1,0,1 +352,series_thumbnail_352_1,0,1 +353,series_thumbnail_353_1,0,1 +354,series_thumbnail_354_1,0,1 +355,series_thumbnail_355_1,0,1 +356,series_thumbnail_356_1,0,1 +357,series_thumbnail_357_1,0,1 +358,series_thumbnail_358_1,0,1 +359,series_thumbnail_359_1,0,1 +360,series_thumbnail_360_1,0,1 +361,series_thumbnail_361_1,0,1 +362,series_thumbnail_362_1,0,1 +363,series_thumbnail_363_1,0,1 +364,series_thumbnail_364_1,0,1 +365,series_thumbnail_365_1,0,1 +366,series_thumbnail_366_1,0,1 +367,series_thumbnail_367_1,0,1 +368,series_thumbnail_0_1,0,1 +369,series_thumbnail_369_2,0,1 +370,series_thumbnail_370_1,0,1 +371,series_thumbnail_371_1,0,1 +372,series_thumbnail_372_1,0,1 +373,series_thumbnail_373_1,0,1 +374,series_thumbnail_374_1,0,1 +375,series_thumbnail_0_1,0,1 +376,series_thumbnail_376_2,0,1 +377,series_thumbnail_377_1,0,1 +378,series_thumbnail_378_1,0,1 +379,series_thumbnail_379_1,0,1 +380,series_thumbnail_380_1,0,1 +381,series_thumbnail_381_1,0,1 +382,series_thumbnail_0_1,0,1 +383,series_thumbnail_383_2,0,1 +384,series_thumbnail_384_1,0,1 +385,series_thumbnail_385_1,0,1 +386,series_thumbnail_386_1,0,1 +387,series_thumbnail_387_1,0,1 +388,series_thumbnail_388_1,0,1 +389,series_thumbnail_0_1,0,1 +390,series_thumbnail_390_2,0,1 +391,series_thumbnail_391_1,0,1 +392,series_thumbnail_392_1,0,1 +393,series_thumbnail_393_1,0,1 +394,series_thumbnail_394_1,0,1 +395,series_thumbnail_395_1,0,1 +396,series_thumbnail_0_1,0,1 +397,series_thumbnail_397_2,0,1 +398,series_thumbnail_398_1,0,1 +399,series_thumbnail_399_1,0,1 +400,series_thumbnail_400_1,0,1 +401,series_thumbnail_401_1,0,1 +402,series_thumbnail_402_1,0,1 +403,series_thumbnail_0_1,0,1 +404,series_thumbnail_404_2,0,1 +405,series_thumbnail_0_1,0,1 +406,series_thumbnail_406_1,0,1 +407,series_thumbnail_407_1,0,1 +408,series_thumbnail_408_1,0,1 +409,series_thumbnail_409_1,0,1 +410,series_thumbnail_410_1,0,1 +411,series_thumbnail_411_1,0,1 +412,series_thumbnail_412_1,0,1 +413,series_thumbnail_413_1,0,1 +414,series_thumbnail_414_2,0,1 +415,series_thumbnail_0_1,0,1 +416,series_thumbnail_416_1,0,1 +417,series_thumbnail_417_1,0,1 +418,series_thumbnail_418_1,0,1 +419,series_thumbnail_419_1,0,1 +420,series_thumbnail_420_2,0,1 +421,series_thumbnail_421_9,0,1 +422,series_thumbnail_422_9,0,1 +423,series_thumbnail_423_1,0,1 +424,series_thumbnail_424_1,0,1 +425,series_thumbnail_425_1,0,1 +426,series_thumbnail_426_1,0,1 +427,series_thumbnail_427_1,0,1 +428,series_thumbnail_428_1,0,1 +429,series_thumbnail_429_1,0,1 +430,series_thumbnail_430_1,0,1 +431,series_thumbnail_431_1,0,1 +432,series_thumbnail_432_1,0,1 +433,series_thumbnail_433_1,0,1 +434,series_thumbnail_434_1,0,1 +435,series_thumbnail_435_1,0,1 +436,series_thumbnail_436_2,0,1 +437,series_thumbnail_437_9,0,1 +438,series_thumbnail_438_1,0,1 +439,series_thumbnail_439_1,0,1 +440,series_thumbnail_440_2,0,1 +441,series_thumbnail_441_9,0,1 +442,series_thumbnail_442_1,0,1 +443,series_thumbnail_443_1,0,1 +444,series_thumbnail_444_2,0,1 +445,series_thumbnail_445_1,0,1 +446,series_thumbnail_446_1,0,1 +447,series_thumbnail_447_1,0,1 +448,series_thumbnail_448_1,0,1 +449,series_thumbnail_449_2,0,1 +450,series_thumbnail_450_1,0,1 +451,series_thumbnail_451_2,0,1 +452,series_thumbnail_452_1,0,1 +453,series_thumbnail_453_1,0,1 +454,series_thumbnail_454_2,0,1 +455,series_thumbnail_455_2,0,1 +456,series_thumbnail_456_1,0,1 +457,series_thumbnail_457_1,0,1 +458,series_thumbnail_458_1,0,1 +459,series_thumbnail_459_1,0,1 +460,series_thumbnail_460_2,0,1 +461,series_thumbnail_461_1,0,1 +462,series_thumbnail_462_1,0,1 +463,series_thumbnail_463_1,0,1 +464,series_thumbnail_464_2,0,1 +465,series_thumbnail_465_2,0,1 +466,series_thumbnail_466_1,0,1 +467,series_thumbnail_467_2,0,1 +468,series_thumbnail_468_9,0,1 +469,series_thumbnail_469_1,0,1 +470,series_thumbnail_470_9,0,1 +471,series_thumbnail_471_2,0,1 +472,series_thumbnail_472_1,0,1 +473,series_thumbnail_473_2,0,1 +474,series_thumbnail_474_1,0,1 +475,series_thumbnail_475_1,0,1 +476,series_thumbnail_476_1,0,1 +477,series_thumbnail_477_2,0,1 +478,series_thumbnail_478_1,0,1 +479,series_thumbnail_479_1,0,1 +480,series_thumbnail_480_1,0,1 +481,series_thumbnail_481_1,0,1 +482,series_thumbnail_482_1,0,1 +484,series_thumbnail_484_2,0,1 +485,series_thumbnail_485_9,0,1 +486,series_thumbnail_486_2,0,1 +487,series_thumbnail_487_9,0,1 +488,series_thumbnail_488_9,0,1 +489,series_thumbnail_489_1,0,1 +490,series_thumbnail_490_2,0,1 +491,series_thumbnail_491_9,0,1 +492,series_thumbnail_492_2,0,1 +493,series_thumbnail_493_2,0,1 +494,series_thumbnail_494_2,0,1 +495,series_thumbnail_495_2,0,1 +496,series_thumbnail_496_2,0,1 +497,series_thumbnail_497_2,0,1 +498,series_thumbnail_498_2,0,1 +499,series_thumbnail_499_2,0,1 +500,series_thumbnail_500_1,0,1 +501,series_thumbnail_501_1,0,1 +502,series_thumbnail_502_8,0,1 +503,series_thumbnail_503_8,0,1 +504,series_thumbnail_504_1,0,1 +505,series_thumbnail_505_1,0,1 +506,series_thumbnail_506_1,0,1 +507,series_thumbnail_507_2,0,1 +508,series_thumbnail_508_2,0,1 +509,series_thumbnail_509_2,0,1 +510,series_thumbnail_510_1,0,1 +511,series_thumbnail_511_2,0,1 +512,series_thumbnail_512_1,0,1 +513,series_thumbnail_513_1,0,1 +514,series_thumbnail_514_2,0,1 +515,series_thumbnail_515_1,0,1 +516,series_thumbnail_516_2,0,1 +517,series_thumbnail_517_1,0,1 +518,series_thumbnail_0_1,0,1 +519,series_thumbnail_0_1,0,1 +520,series_thumbnail_0_1,0,1 +521,series_thumbnail_0_1,0,1 +522,series_thumbnail_0_1,0,1 +523,series_thumbnail_523_2,0,1 +524,series_thumbnail_524_1,0,1 +525,series_thumbnail_525_1,0,1 +526,series_thumbnail_526_1,0,1 +527,series_thumbnail_527_1,0,1 +528,series_thumbnail_528_1,0,1 +529,series_thumbnail_529_1,0,1 +530,series_thumbnail_530_3,0,1 +531,series_thumbnail_531_1,0,1 +532,series_thumbnail_532_1,0,1 +533,series_thumbnail_533_3,0,1 +534,series_thumbnail_534_2,0,1 +535,series_thumbnail_535_1,0,1 +536,series_thumbnail_536_3,0,1 +537,series_thumbnail_537_3,0,1 +538,series_thumbnail_538_3,0,1 +539,series_thumbnail_539_3,0,1 +540,series_thumbnail_540_3,0,1 +541,series_thumbnail_541_1,0,1 +542,series_thumbnail_542_3,0,1 +543,series_thumbnail_543_1,0,1 +544,series_thumbnail_544_1,0,1 +545,series_thumbnail_545_1,0,1 +546,series_thumbnail_546_1,0,1 +547,series_thumbnail_547_1,0,1 +548,series_thumbnail_548_1,0,1 +549,series_thumbnail_549_1,0,1 +550,series_thumbnail_550_1,0,1 +551,series_thumbnail_551_1,0,1 +552,series_thumbnail_552_1,0,1 +553,series_thumbnail_553_1,0,1 +554,series_thumbnail_554_1,0,1 +555,series_thumbnail_555_1,0,1 +556,series_thumbnail_556_1,0,1 +557,series_thumbnail_557_1,0,1 +558,series_thumbnail_558_1,0,1 +559,series_thumbnail_559_1,0,1 +560,series_thumbnail_560_1,0,1 +561,series_thumbnail_561_1,0,1 +562,series_thumbnail_562_1,0,1 +563,series_thumbnail_563_1,0,1 +564,series_thumbnail_564_1,0,1 +565,series_thumbnail_565_2,0,1 +566,series_thumbnail_566_1,0,1 +567,series_thumbnail_567_1,0,1 +568,series_thumbnail_568_1,0,1 +569,series_thumbnail_569_1,0,1 +570,series_thumbnail_570_2,0,1 +571,series_thumbnail_571_1,0,1 +572,series_thumbnail_572_1,0,1 +573,series_thumbnail_573_1,0,1 +574,series_thumbnail_574_1,0,1 +575,series_thumbnail_575_1,0,1 +576,series_thumbnail_576_1,0,1 +577,series_thumbnail_577_1,0,1 +578,series_thumbnail_578_1,0,1 +579,series_thumbnail_579_1,0,1 +580,series_thumbnail_580_1,0,1 +581,series_thumbnail_581_1,0,1 +584,series_thumbnail_584_1,0,1 +587,series_thumbnail_587_1,0,1 diff --git a/src/router/masterdata/csv/album_unit_m.csv b/src/router/databases/csv/album_unit_m.csv similarity index 100% rename from src/router/masterdata/csv/album_unit_m.csv rename to src/router/databases/csv/album_unit_m.csv diff --git a/src/router/databases/csv/album_unit_pair_m.csv b/src/router/databases/csv/album_unit_pair_m.csv new file mode 100644 index 0000000..433ee5b --- /dev/null +++ b/src/router/databases/csv/album_unit_pair_m.csv @@ -0,0 +1,409 @@ +_unitPairId,_pair,_unitId,_position,_rank,_masterReleaseLabelId +1,1,138,0,1,1 +2,1,132,1,1,1 +3,2,138,0,2,1 +4,2,132,1,2,1 +5,3,156,0,1,1 +6,3,149,1,1,1 +7,4,149,0,2,1 +8,4,156,1,2,1 +9,5,165,0,1,1 +10,5,172,1,1,1 +11,6,165,0,2,1 +12,6,172,1,2,1 +13,7,180,0,1,1 +14,7,188,1,1,1 +15,8,188,0,2,1 +16,8,180,1,2,1 +17,9,196,0,1,1 +18,9,203,1,1,1 +19,10,203,0,2,1 +20,10,196,1,2,1 +21,11,213,0,1,1 +22,11,222,1,1,1 +23,12,213,0,2,1 +24,12,222,1,2,1 +25,13,249,0,1,1 +26,13,257,1,1,1 +27,14,257,0,2,1 +28,14,249,1,2,1 +29,15,272,0,1,1 +30,15,265,1,1,1 +31,16,265,0,2,1 +32,16,272,1,2,1 +33,17,298,0,1,1 +34,17,282,1,1,1 +35,18,298,0,2,1 +36,18,282,1,2,1 +37,19,322,0,1,1 +38,19,315,1,1,1 +39,20,315,0,2,1 +40,20,322,1,2,1 +41,21,338,0,1,1 +42,21,330,1,1,1 +43,22,338,0,2,1 +44,22,330,1,2,1 +45,23,367,0,1,1 +46,23,358,1,1,1 +47,24,358,0,2,1 +48,24,367,1,2,1 +49,25,397,0,1,1 +50,25,378,1,1,1 +51,26,397,0,2,1 +52,26,378,1,2,1 +53,27,408,0,1,1 +54,27,415,1,1,1 +55,28,415,0,2,1 +56,28,408,1,2,1 +57,29,442,0,1,1 +58,29,425,1,1,1 +59,30,442,0,2,1 +60,30,425,1,2,1 +61,31,463,0,1,1 +62,31,456,1,1,1 +63,32,463,0,2,1 +64,32,456,1,2,1 +65,33,483,0,1,1 +66,33,476,1,1,1 +67,34,483,0,2,1 +68,34,476,1,2,1 +69,35,507,0,1,1 +70,35,514,1,1,1 +71,36,507,0,2,1 +72,36,514,1,2,1 +73,37,538,0,1,1 +74,37,531,1,1,1 +75,38,531,0,2,1 +76,38,538,1,2,1 +77,39,549,0,1,1 +78,39,556,1,1,1 +79,40,556,0,2,1 +80,40,549,1,2,1 +81,41,574,0,1,1 +82,41,581,1,1,1 +83,42,574,0,2,1 +84,42,581,1,2,1 +85,43,592,0,1,1 +86,43,602,1,1,1 +87,44,602,0,2,1 +88,44,592,1,2,1 +89,45,637,0,1,1 +90,45,611,1,1,1 +91,46,637,0,2,1 +92,46,611,1,2,1 +93,47,652,0,1,1 +94,47,645,1,1,1 +95,48,652,0,2,1 +96,48,645,1,2,1 +97,49,668,0,1,1 +98,49,661,1,1,1 +99,50,668,0,2,1 +100,50,661,1,2,1 +101,51,677,0,1,1 +102,51,693,1,1,1 +103,52,693,0,2,1 +104,52,677,1,2,1 +105,53,703,0,1,1 +106,53,710,1,1,1 +107,54,703,0,2,1 +108,54,710,1,2,1 +109,55,728,0,1,1 +110,55,735,1,1,1 +111,56,728,0,2,1 +112,56,735,1,2,1 +113,57,763,0,1,1 +114,57,746,1,1,1 +115,58,746,0,2,1 +116,58,763,1,2,1 +117,59,781,0,1,1 +118,59,774,1,1,1 +119,60,781,0,2,1 +120,60,774,1,2,1 +121,61,801,0,1,1 +122,61,817,1,1,1 +123,62,801,0,2,1 +124,62,817,1,2,1 +125,63,842,0,1,1 +126,63,826,1,1,1 +127,64,826,0,2,1 +128,64,842,1,2,1 +129,65,854,0,1,1 +130,65,864,1,1,1 +131,66,854,0,2,1 +132,66,864,1,2,1 +133,67,873,0,1,1 +134,67,883,1,1,1 +135,68,883,0,2,1 +136,68,873,1,2,1 +137,69,902,0,1,1 +138,69,891,1,1,1 +139,70,902,0,2,1 +140,70,891,1,2,1 +141,71,911,0,1,1 +142,71,967,1,1,1 +143,72,911,0,2,1 +144,72,967,1,2,1 +145,73,976,0,1,1 +146,73,987,1,1,1 +147,74,987,0,2,1 +148,74,976,1,2,1 +149,75,1004,0,1,1 +150,75,982,1,1,1 +151,76,982,0,2,1 +152,76,1004,1,2,1 +153,77,1009,0,1,1 +154,77,999,1,1,1 +155,78,999,0,2,1 +156,78,1009,1,2,1 +157,79,1032,0,1,1 +158,79,1020,1,1,1 +159,80,1032,0,2,1 +160,80,1020,1,2,1 +161,81,1027,0,1,1 +162,81,1048,1,1,1 +163,82,1048,0,2,1 +164,82,1027,1,2,1 +165,83,1055,0,1,1 +166,83,1043,1,1,1 +167,84,1043,0,2,1 +168,84,1055,1,2,1 +170,85,1068,0,1,1 +169,85,1080,1,1,1 +172,86,1080,0,2,1 +171,86,1068,1,2,1 +173,87,1109,0,1,1 +174,87,1075,1,1,1 +175,88,1075,0,2,1 +176,88,1109,1,2,1 +177,89,1114,0,1,1 +178,89,1104,1,1,1 +179,90,1114,0,2,1 +180,90,1104,1,2,1 +181,91,1125,0,1,1 +182,91,1136,1,1,1 +183,92,1125,0,2,1 +184,92,1136,1,2,1 +185,93,1153,0,1,1 +186,93,1131,1,1,1 +187,94,1131,0,2,1 +188,94,1153,1,2,1 +189,95,1158,0,1,1 +190,95,1148,1,1,1 +191,96,1158,0,2,1 +192,96,1148,1,2,1 +193,97,1182,0,1,1 +194,97,1169,1,1,1 +195,98,1169,0,2,1 +196,98,1182,1,2,1 +197,99,1198,0,1,1 +198,99,1177,1,1,1 +199,100,1198,0,2,1 +200,100,1177,1,2,1 +201,101,1193,0,1,1 +202,101,1203,1,1,1 +203,102,1193,0,2,1 +204,102,1203,1,2,1 +205,103,1225,0,1,1 +206,103,1214,1,1,1 +207,104,1214,0,2,1 +208,104,1225,1,2,1 +209,105,1220,0,1,1 +210,105,1242,1,1,1 +211,106,1220,0,2,1 +212,106,1242,1,2,1 +213,107,1237,0,1,1 +214,107,1265,1,1,1 +215,108,1265,0,2,1 +216,108,1237,1,2,1 +217,109,1276,0,1,1 +218,109,1287,1,1,1 +219,110,1276,0,2,1 +220,110,1287,1,2,1 +221,111,1303,0,1,1 +222,111,1282,1,1,1 +223,112,1303,0,2,1 +224,112,1282,1,2,1 +225,113,1298,0,1,1 +226,113,1308,1,1,1 +227,114,1298,0,2,1 +228,114,1308,1,2,1 +229,115,1342,0,1,1 +230,115,1328,1,1,1 +231,116,1342,0,2,1 +232,116,1328,1,2,1 +233,117,1334,0,1,1 +234,117,1367,1,1,1 +235,118,1334,0,2,1 +236,118,1367,1,2,1 +237,119,1353,0,1,1 +238,119,1372,1,1,1 +239,120,1353,0,2,1 +240,120,1372,1,2,1 +241,121,1383,0,1,1 +242,121,1399,1,1,1 +243,122,1383,0,2,1 +244,122,1399,1,2,1 +245,123,1394,0,1,1 +246,123,1433,1,1,1 +247,124,1394,0,2,1 +248,124,1433,1,2,1 +249,125,1425,0,1,1 +250,125,1438,1,1,1 +251,126,1438,0,2,1 +252,126,1425,1,2,1 +253,127,1473,0,1,1 +254,127,1459,1,1,1 +255,128,1459,0,2,1 +256,128,1473,1,2,1 +257,129,1496,0,1,1 +258,129,1468,1,1,1 +259,130,1496,0,2,1 +260,130,1468,1,2,1 +261,131,1485,0,1,1 +262,131,1503,1,1,1 +263,132,1485,0,2,1 +264,132,1503,1,2,1 +265,133,1561,0,1,1 +266,133,1526,1,1,1 +267,134,1561,0,2,1 +268,134,1526,1,2,1 +269,135,1556,0,1,1 +270,135,1592,1,1,1 +271,136,1556,0,2,1 +272,136,1592,1,2,1 +273,137,1596,0,1,1 +274,137,1578,1,1,1 +275,138,1596,0,2,1 +276,138,1578,1,2,1 +277,139,1629,0,1,1 +278,139,1613,1,1,1 +279,140,1629,0,2,1 +280,140,1613,1,2,1 +281,141,1625,0,1,1 +282,141,1656,1,1,1 +283,142,1625,0,2,1 +284,142,1656,1,2,1 +285,143,1649,0,1,1 +286,143,1660,1,1,1 +287,144,1660,0,2,1 +288,144,1649,1,2,1 +289,145,1672,0,1,1 +290,145,1696,1,1,1 +291,146,1672,0,2,1 +292,146,1696,1,2,1 +293,147,1691,0,1,1 +294,147,1724,1,1,1 +295,148,1724,0,2,1 +296,148,1691,1,2,1 +297,149,1707,0,1,1 +298,149,1730,1,1,1 +299,150,1730,0,2,1 +300,150,1707,1,2,1 +301,151,1766,0,1,1 +302,151,1743,1,1,1 +303,152,1766,0,2,1 +304,152,1743,1,2,1 +305,153,1789,0,1,1 +306,153,1761,1,1,1 +307,154,1761,0,2,1 +308,154,1789,1,2,1 +309,155,1782,0,1,1 +310,155,1793,1,1,1 +311,156,1782,0,2,1 +312,156,1793,1,2,1 +313,157,1813,0,1,1 +314,157,1836,1,1,1 +315,158,1813,0,2,1 +316,158,1836,1,2,1 +317,159,1878,0,1,1 +318,159,1832,1,1,1 +319,160,1832,0,2,1 +320,160,1878,1,2,1 +321,161,1882,0,1,1 +322,161,1850,1,1,1 +323,162,1882,0,2,1 +324,162,1850,1,2,1 +325,163,1916,0,1,1 +326,163,1904,1,1,1 +327,164,1916,0,2,1 +328,164,1904,1,2,1 +329,165,1912,0,1,1 +330,165,1943,1,1,1 +331,166,1943,0,2,1 +332,166,1912,1,2,1 +333,167,1936,0,1,1 +334,167,1949,1,1,1 +335,168,1949,0,2,1 +336,168,1936,1,2,1 +337,169,2001,0,1,1 +338,169,1966,1,1,1 +339,170,2001,0,2,1 +340,170,1966,1,2,1 +341,171,2030,0,1,1 +342,171,1997,1,1,1 +343,172,1997,0,2,1 +344,172,2030,1,2,1 +345,173,2021,0,1,1 +346,173,2034,1,1,1 +347,174,2034,0,2,1 +348,174,2021,1,2,1 +349,175,2051,0,1,1 +350,175,2069,1,1,1 +351,176,2069,0,2,1 +352,176,2051,1,2,1 +353,177,2063,0,1,1 +354,177,2085,1,1,1 +355,178,2085,0,2,1 +356,178,2063,1,2,1 +357,179,2092,0,1,1 +358,179,2080,1,1,1 +359,180,2092,0,2,1 +360,180,2080,1,2,1 +361,181,2115,0,1,1 +362,181,2138,1,1,1 +363,182,2138,0,2,1 +364,182,2115,1,2,1 +365,183,2133,0,1,1 +366,183,2163,1,1,1 +367,184,2163,0,2,1 +368,184,2133,1,2,1 +369,185,2169,0,1,1 +370,185,2158,1,1,1 +371,186,2158,0,2,1 +372,186,2169,1,2,1 +373,187,2200,0,1,1 +374,187,2189,1,1,1 +375,188,2200,0,2,1 +376,188,2189,1,2,1 +377,189,2195,0,1,1 +378,189,2218,1,1,1 +379,190,2218,0,2,1 +380,190,2195,1,2,1 +381,191,2213,0,1,1 +382,191,2223,1,1,1 +383,192,2223,0,2,1 +384,192,2213,1,2,1 +385,193,2247,0,1,1 +386,193,2236,1,1,1 +387,194,2236,0,2,1 +388,194,2247,1,2,1 +389,195,2242,0,1,1 +390,195,2268,1,1,1 +391,196,2268,0,2,1 +392,196,2242,1,2,1 +393,197,2274,0,1,1 +394,197,2263,1,1,1 +395,198,2263,0,2,1 +396,198,2274,1,2,1 +397,199,2286,0,1,1 +398,199,2298,1,1,1 +399,200,2286,0,2,1 +400,200,2298,1,2,1 +401,201,2317,0,1,1 +402,201,2293,1,1,1 +403,202,2293,0,2,1 +404,202,2317,1,2,1 +405,203,2325,0,1,1 +406,203,2310,1,1,1 +407,204,2310,0,2,1 +408,204,2325,1,2,1 diff --git a/src/router/databases/csv/album_unit_series_m.csv b/src/router/databases/csv/album_unit_series_m.csv new file mode 100644 index 0000000..11eaedc --- /dev/null +++ b/src/router/databases/csv/album_unit_series_m.csv @@ -0,0 +1,3963 @@ +_albumUnitSeriesId,_albumSeriesId,_unitId,_position,_masterReleaseLabelId +1,1,58,1,1 +2,1,59,2,1 +3,1,60,3,1 +4,1,61,4,1 +5,1,62,5,1 +6,1,63,6,1 +7,1,64,7,1 +8,1,65,8,1 +9,1,66,9,1 +10,2,67,1,1 +11,2,68,2,1 +12,2,96,3,1 +13,2,71,4,1 +14,2,113,5,1 +15,2,81,6,1 +16,2,108,7,1 +17,2,69,8,1 +18,2,72,9,1 +19,3,78,1,1 +20,3,112,2,1 +21,3,100,3,1 +22,3,93,4,1 +23,3,94,5,1 +24,3,88,6,1 +25,3,80,7,1 +26,3,85,8,1 +27,3,107,9,1 +28,4,103,2,1 +29,4,106,1,1 +30,4,101,3,1 +31,5,128,1,1 +32,5,129,2,1 +33,5,130,3,1 +34,5,131,4,1 +35,5,132,5,1 +36,6,135,1,1 +37,6,136,2,1 +38,6,137,3,1 +39,6,138,4,1 +40,7,145,1,1 +41,7,146,2,1 +42,7,147,3,1 +43,7,148,4,1 +44,7,149,5,1 +45,8,153,1,1 +46,8,154,2,1 +47,8,155,3,1 +48,8,156,4,1 +49,9,161,1,1 +50,9,162,2,1 +51,9,163,3,1 +52,9,164,4,1 +53,9,165,5,1 +54,10,169,1,1 +55,10,170,2,1 +56,10,171,3,1 +57,10,172,4,1 +58,11,176,1,1 +59,11,177,2,1 +60,11,178,3,1 +61,11,179,4,1 +62,11,180,5,1 +63,12,185,1,1 +64,12,186,2,1 +65,12,187,3,1 +66,12,188,4,1 +67,13,192,1,1 +68,13,193,2,1 +69,13,194,3,1 +70,13,195,4,1 +71,13,196,5,1 +72,14,200,1,1 +73,14,201,2,1 +74,14,202,3,1 +75,14,203,4,1 +76,15,209,1,1 +77,15,210,2,1 +78,15,211,3,1 +79,15,212,4,1 +80,15,213,5,1 +81,16,219,1,1 +82,16,220,2,1 +83,16,221,3,1 +84,16,222,4,1 +85,17,245,1,1 +86,17,246,2,1 +87,17,247,3,1 +88,17,248,4,1 +89,17,249,5,1 +90,18,254,1,1 +91,18,255,2,1 +92,18,256,3,1 +93,18,257,4,1 +94,19,261,1,1 +95,19,262,2,1 +96,19,263,3,1 +97,19,264,4,1 +98,19,265,5,1 +99,20,269,1,1 +100,20,270,2,1 +101,20,271,3,1 +102,20,272,4,1 +103,21,278,1,1 +104,21,279,2,1 +105,21,280,3,1 +106,21,281,4,1 +107,21,282,5,1 +108,22,295,1,1 +109,22,296,2,1 +110,22,297,3,1 +111,22,298,4,1 +112,23,311,1,1 +113,23,312,2,1 +114,23,313,3,1 +115,23,314,4,1 +116,23,315,5,1 +117,24,319,1,1 +118,24,320,2,1 +119,24,321,3,1 +120,24,322,4,1 +121,25,326,1,1 +122,25,327,2,1 +123,25,328,3,1 +124,25,329,4,1 +125,25,330,5,1 +126,26,335,1,1 +127,26,336,2,1 +128,26,337,3,1 +129,26,338,4,1 +130,27,354,1,1 +131,27,355,2,1 +132,27,356,3,1 +133,27,357,4,1 +134,27,358,5,1 +135,28,364,1,1 +136,28,365,2,1 +137,28,366,3,1 +138,28,367,4,1 +139,29,374,1,1 +140,29,375,2,1 +141,29,376,3,1 +142,29,377,4,1 +143,29,378,5,1 +144,30,394,1,1 +145,30,395,2,1 +146,30,396,3,1 +147,30,397,4,1 +148,31,404,1,1 +149,31,405,2,1 +150,31,406,3,1 +151,31,407,4,1 +152,31,408,5,1 +153,32,412,1,1 +154,32,413,2,1 +155,32,414,3,1 +156,32,415,4,1 +157,33,421,1,1 +158,33,422,2,1 +159,33,423,3,1 +160,33,424,4,1 +161,33,425,5,1 +162,34,439,1,1 +163,34,440,2,1 +164,34,441,3,1 +165,34,442,4,1 +166,35,452,1,1 +167,35,453,2,1 +168,35,454,3,1 +169,35,455,4,1 +170,35,456,5,1 +171,36,460,1,1 +172,36,461,2,1 +173,36,462,3,1 +174,36,463,4,1 +175,37,472,1,1 +176,37,473,2,1 +177,37,474,3,1 +178,37,475,4,1 +179,37,476,5,1 +180,38,480,1,1 +181,38,481,2,1 +182,38,482,3,1 +183,38,483,4,1 +184,39,503,1,1 +185,39,504,2,1 +186,39,505,3,1 +187,39,506,4,1 +188,39,507,5,1 +189,40,511,1,1 +190,40,512,2,1 +191,40,513,3,1 +192,40,514,4,1 +193,41,527,1,1 +194,41,528,2,1 +195,41,529,3,1 +196,41,530,4,1 +197,41,531,5,1 +198,42,535,1,1 +199,42,536,2,1 +200,42,537,3,1 +201,42,538,4,1 +202,43,545,1,1 +203,43,546,2,1 +204,43,547,3,1 +205,43,548,4,1 +206,43,549,5,1 +207,44,553,1,1 +208,44,554,2,1 +209,44,555,3,1 +210,44,556,4,1 +211,45,570,1,1 +212,45,571,2,1 +213,45,572,3,1 +214,45,573,4,1 +215,45,574,5,1 +216,46,578,1,1 +217,46,579,2,1 +218,46,580,3,1 +219,46,581,4,1 +220,47,588,1,1 +221,47,589,2,1 +222,47,590,3,1 +223,47,591,4,1 +224,47,592,5,1 +225,48,599,1,1 +226,48,600,2,1 +227,48,601,3,1 +228,48,602,4,1 +229,49,607,1,1 +230,49,608,2,1 +231,49,609,3,1 +232,49,610,4,1 +233,49,611,5,1 +234,50,634,1,1 +235,50,635,2,1 +236,50,636,3,1 +237,50,637,4,1 +238,51,641,1,1 +239,51,642,2,1 +240,51,643,3,1 +241,51,644,4,1 +242,51,645,5,1 +243,52,649,1,1 +244,52,650,2,1 +245,52,651,3,1 +246,52,652,4,1 +247,53,657,1,1 +248,53,658,2,1 +249,53,659,3,1 +250,53,660,4,1 +251,53,661,5,1 +252,54,665,1,1 +253,54,666,2,1 +254,54,667,3,1 +255,54,668,4,1 +256,55,673,1,1 +257,55,674,2,1 +258,55,675,3,1 +259,55,676,4,1 +260,55,677,5,1 +261,56,690,1,1 +262,56,691,2,1 +263,56,692,3,1 +264,56,693,4,1 +265,57,699,1,1 +266,57,700,2,1 +267,57,701,3,1 +268,57,702,4,1 +269,57,703,5,1 +270,58,707,1,1 +271,58,708,2,1 +272,58,709,3,1 +273,58,710,4,1 +274,59,724,1,1 +275,59,725,2,1 +276,59,726,3,1 +277,59,727,4,1 +278,59,728,5,1 +279,60,732,1,1 +280,60,733,2,1 +281,60,734,3,1 +282,60,735,4,1 +283,61,742,1,1 +284,61,743,2,1 +285,61,744,3,1 +286,61,745,4,1 +287,61,746,5,1 +288,62,760,1,1 +289,62,761,2,1 +290,62,762,3,1 +291,62,763,4,1 +292,63,770,1,1 +293,63,771,2,1 +294,63,772,3,1 +295,63,773,4,1 +296,63,774,5,1 +297,64,778,1,1 +298,64,779,2,1 +299,64,780,3,1 +300,64,781,4,1 +301,65,797,1,1 +302,65,798,2,1 +303,65,799,3,1 +304,65,800,4,1 +305,65,801,5,1 +306,66,814,1,1 +307,66,815,2,1 +308,66,816,3,1 +309,66,817,4,1 +310,67,822,1,1 +311,67,823,2,1 +312,67,824,3,1 +313,67,825,4,1 +314,67,826,5,1 +315,68,839,1,1 +316,68,840,2,1 +317,68,841,3,1 +318,68,842,4,1 +319,69,850,1,1 +320,69,851,2,1 +321,69,852,3,1 +322,69,853,4,1 +323,69,854,5,1 +324,70,861,1,1 +325,70,862,2,1 +326,70,863,3,1 +327,70,864,4,1 +328,71,869,1,1 +329,71,870,2,1 +330,71,871,3,1 +331,71,872,4,1 +332,71,873,5,1 +333,72,880,1,1 +334,72,881,2,1 +335,72,882,3,1 +336,72,883,4,1 +337,73,887,1,1 +338,73,888,2,1 +339,73,889,3,1 +340,73,890,4,1 +341,73,891,5,1 +342,74,899,1,1 +343,74,900,2,1 +344,74,901,3,1 +345,74,902,4,1 +346,75,907,1,1 +347,75,908,2,1 +348,75,909,3,1 +349,75,910,4,1 +350,75,911,5,1 +351,76,964,1,1 +352,76,965,2,1 +353,76,966,3,1 +354,76,967,4,1 +355,77,980,1,1 +356,77,991,2,1 +357,77,981,3,1 +358,77,992,4,1 +359,77,982,5,1 +360,78,1003,1,1 +361,78,1013,2,1 +362,78,1014,3,1 +363,78,1004,4,1 +364,79,1025,1,1 +365,79,1036,2,1 +366,79,1026,3,1 +367,79,1037,4,1 +368,79,1027,5,1 +369,80,1047,1,1 +370,80,1061,2,1 +371,80,1062,3,1 +372,80,1048,4,1 +373,81,1073,1,1 +374,81,1074,2,1 +375,81,1088,3,1 +376,81,1089,4,1 +377,81,1075,5,1 +378,82,1118,1,1 +379,82,1108,2,1 +380,82,1119,3,1 +381,82,1109,4,1 +382,83,1129,1,1 +383,83,1140,2,1 +384,83,1130,3,1 +385,83,1141,4,1 +386,83,1131,5,1 +387,84,1152,1,1 +388,84,1162,2,1 +389,84,1163,3,1 +390,84,1153,4,1 +391,85,1175,1,1 +392,85,1176,2,1 +393,85,1186,3,1 +394,85,1187,4,1 +395,85,1177,5,1 +396,86,1207,1,1 +397,86,1197,2,1 +398,86,1208,3,1 +399,86,1198,4,1 +400,87,1218,1,1 +401,87,1229,2,1 +402,87,1219,3,1 +403,87,1230,4,1 +404,87,1220,5,1 +405,88,1241,1,1 +406,88,1269,2,1 +407,88,1270,3,1 +408,88,1242,4,1 +409,89,1280,1,1 +410,89,1281,2,1 +411,89,1291,3,1 +412,89,1292,4,1 +413,89,1282,5,1 +414,90,1312,1,1 +415,90,1302,2,1 +416,90,1313,3,1 +417,90,1303,4,1 +418,91,1332,1,1 +419,91,1346,2,1 +420,91,1333,3,1 +421,91,1347,4,1 +422,91,1334,5,1 +423,92,1366,1,1 +424,92,1376,2,1 +425,92,1377,3,1 +426,92,1367,4,1 +427,93,1392,1,1 +428,93,1418,2,1 +429,93,1393,3,1 +430,93,1419,4,1 +431,93,1394,5,1 +432,94,1432,1,1 +433,94,1443,2,1 +434,94,1444,3,1 +435,94,1433,4,1 +436,95,1466,1,1 +437,95,1467,2,1 +438,95,1477,3,1 +439,95,1478,4,1 +440,95,1468,5,1 +441,96,1519,1,1 +442,96,1495,2,1 +443,96,1520,3,1 +444,96,1496,4,1 +445,97,1554,1,1 +446,97,1569,2,1 +447,97,1555,3,1 +448,97,1570,4,1 +449,97,1556,5,1 +450,98,1591,1,1 +451,98,1607,2,1 +452,98,1608,3,1 +453,98,1592,4,1 +454,99,1623,1,1 +455,99,1624,2,1 +456,99,1643,3,1 +457,99,1644,4,1 +458,99,1625,5,1 +459,100,1655,1,1 +460,100,1667,2,1 +461,100,1668,3,1 +462,100,1656,4,1 +463,101,1701,1,1 +464,101,1689,2,1 +465,101,1690,3,1 +466,101,1702,4,1 +467,101,1691,5,1 +468,102,1737,1,1 +469,102,1723,2,1 +470,102,1738,3,1 +471,102,1724,4,1 +472,103,1759,1,1 +473,103,1760,2,1 +474,103,1775,3,1 +475,103,1776,4,1 +476,103,1761,5,1 +477,104,1807,1,1 +478,104,1788,2,1 +479,104,1808,3,1 +480,104,1789,4,1 +481,105,1844,1,1 +482,105,1830,2,1 +483,105,1831,3,1 +484,105,1845,4,1 +485,105,1832,5,1 +486,106,1898,1,1 +487,106,1877,2,1 +488,106,1899,3,1 +489,106,1878,4,1 +490,107,1910,1,1 +491,107,1911,2,1 +492,107,1930,3,1 +493,107,1931,4,1 +494,107,1912,5,1 +495,108,1942,1,1 +496,108,1960,2,1 +497,108,1961,3,1 +498,108,1943,4,1 +499,109,2013,1,1 +500,109,1995,2,1 +501,109,1996,3,1 +502,109,2014,4,1 +503,109,1997,5,1 +504,110,2045,1,1 +505,110,2029,2,1 +506,110,2046,3,1 +507,110,2030,4,1 +508,111,2074,1,1 +509,111,2061,2,1 +510,111,2062,3,1 +511,111,2075,4,1 +512,111,2063,5,1 +513,112,2107,1,1 +514,112,2084,2,1 +515,112,2108,3,1 +516,112,2085,4,1 +517,113,2131,1,1 +518,113,2132,2,1 +519,113,2151,3,1 +520,113,2152,4,1 +521,113,2133,5,1 +522,114,2182,1,1 +523,114,2162,2,1 +524,114,2183,3,1 +525,114,2163,4,1 +526,115,2193,1,1 +527,115,2194,2,1 +528,115,2205,3,1 +529,115,2206,4,1 +530,115,2195,5,1 +531,116,2229,1,1 +532,116,2217,2,1 +533,116,2230,3,1 +534,116,2218,4,1 +535,117,2240,1,1 +536,117,2255,2,1 +537,117,2241,3,1 +538,117,2256,4,1 +539,117,2242,5,1 +540,118,2267,1,1 +541,118,2279,2,1 +542,118,2280,3,1 +543,118,2268,4,1 +544,119,2291,1,1 +545,119,2292,2,1 +546,119,2303,3,1 +547,119,2304,4,1 +548,119,2293,5,1 +549,120,2476,1,1 +550,120,2533,2,1 +551,120,2506,3,1 +552,120,2315,4,1 +553,120,2541,5,1 +554,120,2369,6,1 +555,120,2417,7,1 +556,120,2269,8,1 +557,120,2466,9,1 +558,121,2480,1,1 +559,121,2540,2,1 +560,121,2507,3,1 +561,121,2318,4,1 +562,121,2545,5,1 +563,121,2374,6,1 +564,121,2430,7,1 +565,121,2275,8,1 +566,121,2471,9,1 +567,122,2122,1,1 +568,122,2123,2,1 +569,122,2124,3,1 +570,122,2125,4,1 +571,122,2126,5,1 +572,122,2127,6,1 +573,122,2128,7,1 +574,122,2129,8,1 +575,122,2130,9,1 +576,123,2056,1,1 +577,123,1992,2,1 +578,123,2057,3,1 +579,123,2058,4,1 +580,123,2026,5,1 +581,123,2027,6,1 +582,123,1993,7,1 +583,123,2028,8,1 +584,123,1994,9,1 +585,124,2116,1,1 +586,124,2201,2,1 +587,124,2164,3,1 +588,124,1944,4,1 +589,124,2207,5,1 +590,124,2004,6,1 +591,124,2059,7,1 +592,124,1883,8,1 +593,124,2105,9,1 +594,125,1551,1,1 +595,125,1588,2,1 +596,125,1552,3,1 +597,125,1553,4,1 +598,125,1492,5,1 +599,125,1493,6,1 +600,125,1589,7,1 +601,125,1494,8,1 +602,125,1590,9,1 +603,126,1429,1,1 +604,126,1387,2,1 +605,126,1430,3,1 +606,126,1431,4,1 +607,126,1463,5,1 +608,126,1464,6,1 +609,126,1388,7,1 +610,126,1465,8,1 +611,126,1389,9,1 +612,127,1674,1,1 +613,127,1769,2,1 +614,127,1725,3,1 +615,127,1497,4,1 +616,127,1777,5,1 +617,127,1562,6,1 +618,127,1622,7,1 +619,127,1439,8,1 +620,127,1666,9,1 +621,128,1675,1,1 +622,128,1774,2,1 +623,128,1726,3,1 +624,128,1945,4,1 +625,128,1783,5,1 +626,128,2005,6,1 +627,128,2060,7,1 +628,128,1884,8,1 +629,128,2106,9,1 +630,129,939,1,1 +631,129,940,2,1 +632,129,941,3,1 +633,129,942,4,1 +634,129,943,5,1 +635,129,944,6,1 +636,129,945,7,1 +637,129,946,8,1 +638,129,947,9,1 +639,130,1749,1,1 +640,130,1750,2,1 +641,130,1751,3,1 +642,130,1752,4,1 +643,130,1753,5,1 +644,130,1754,6,1 +645,130,1755,7,1 +646,130,1756,8,1 +647,130,1757,9,1 +648,131,70,1,1 +649,131,140,2,1 +650,131,87,3,1 +651,131,73,4,1 +652,131,97,5,1 +653,131,98,6,1 +654,131,141,7,1 +655,131,86,8,1 +656,131,115,9,1 +657,131,160,10,1 +658,132,114,1,1 +659,132,159,4,1 +660,132,181,3,1 +661,132,275,5,1 +662,132,276,8,1 +663,132,351,2,1 +664,132,352,7,1 +665,132,655,9,1 +666,132,697,6,1 +667,133,116,1,1 +668,133,117,2,1 +669,133,118,3,1 +670,133,119,4,1 +671,133,120,5,1 +672,133,121,6,1 +673,133,122,7,1 +674,133,123,8,1 +675,133,124,9,1 +676,134,226,1,1 +677,134,227,2,1 +678,134,228,3,1 +679,134,229,4,1 +680,134,230,5,1 +681,134,231,6,1 +682,134,232,7,1 +683,134,233,8,1 +684,134,234,9,1 +685,135,235,1,1 +686,135,236,2,1 +687,135,237,3,1 +688,135,238,4,1 +689,135,239,5,1 +690,135,240,6,1 +691,135,241,7,1 +692,135,242,8,1 +693,135,243,9,1 +694,136,299,1,1 +695,136,300,2,1 +696,136,301,3,1 +697,136,302,4,1 +698,136,303,5,1 +699,136,304,6,1 +700,136,305,7,1 +701,136,306,8,1 +702,136,307,9,1 +703,137,333,1,1 +704,137,368,6,1 +705,137,369,9,1 +706,137,402,5,1 +707,137,418,2,1 +708,137,419,4,1 +709,137,450,7,1 +710,137,464,3,1 +711,137,465,8,1 +712,137,492,10,1 +713,138,445,1,1 +714,138,490,2,1 +715,138,446,3,1 +716,138,542,4,1 +717,138,400,5,1 +718,138,491,6,1 +719,138,543,7,1 +720,138,401,8,1 +721,139,515,1,1 +722,139,516,2,1 +723,139,517,3,1 +724,139,518,4,1 +725,139,519,5,1 +726,139,520,6,1 +727,139,521,7,1 +728,139,522,8,1 +729,139,523,9,1 +730,140,613,1,1 +731,140,614,2,1 +732,140,615,3,1 +733,140,616,4,1 +734,140,617,5,1 +735,140,618,6,1 +736,140,619,7,1 +737,140,620,8,1 +738,140,621,9,1 +739,141,623,1,1 +740,141,624,2,1 +741,141,625,3,1 +742,141,626,4,1 +743,141,627,5,1 +744,141,628,6,1 +745,141,629,7,1 +746,141,630,8,1 +747,141,631,9,1 +748,142,713,1,1 +749,142,714,2,1 +750,142,715,3,1 +751,142,716,4,1 +752,142,717,5,1 +753,142,718,6,1 +754,142,719,7,1 +755,142,720,8,1 +756,142,721,9,1 +757,143,827,1,1 +758,143,828,2,1 +759,143,829,3,1 +760,143,830,4,1 +761,143,831,5,1 +762,143,832,6,1 +763,143,833,7,1 +764,143,834,8,1 +765,143,835,9,1 +766,144,448,1,1 +767,144,447,2,1 +768,144,449,3,1 +769,145,469,1,1 +770,145,468,2,1 +771,145,470,3,1 +772,146,488,1,1 +773,146,487,2,1 +774,146,489,3,1 +775,147,739,1,1 +776,147,738,2,1 +777,147,740,3,1 +778,148,767,1,1 +779,148,766,2,1 +780,148,768,3,1 +781,149,785,1,1 +782,149,784,2,1 +783,149,786,3,1 +784,150,111,1,1 +785,150,83,2,1 +786,150,79,3,1 +787,150,84,4,1 +788,150,158,5,1 +789,150,167,6,1 +790,150,151,7,1 +791,150,139,8,1 +792,150,95,9,1 +793,151,190,1,1 +794,151,174,2,1 +795,151,183,3,1 +796,151,206,4,1 +797,151,252,5,1 +798,151,259,6,1 +799,151,224,7,1 +800,151,198,8,1 +801,151,215,9,1 +802,152,324,1,1 +803,152,349,2,1 +804,152,274,3,1 +805,152,317,4,1 +806,152,332,5,1 +807,152,284,6,1 +808,152,360,7,1 +809,152,309,8,1 +810,152,267,9,1 +811,153,410,1,1 +812,153,458,2,1 +813,153,371,3,1 +814,153,417,4,1 +815,153,444,5,1 +816,153,399,6,1 +817,153,467,7,1 +818,153,428,8,1 +819,153,392,9,1 +820,154,533,1,1 +821,154,551,2,1 +822,154,509,3,1 +823,154,576,4,1 +824,154,559,5,1 +825,154,478,6,1 +826,154,540,7,1 +827,154,525,8,1 +828,154,486,9,1 +829,155,639,1,1 +830,155,647,2,1 +831,155,583,3,1 +832,155,654,4,1 +833,155,670,5,1 +834,155,594,6,1 +835,155,663,7,1 +836,155,604,8,1 +837,155,622,9,1 +838,156,748,1,1 +839,156,712,2,1 +840,156,679,3,1 +841,156,737,4,1 +842,156,765,5,1 +843,156,705,6,1 +844,156,776,7,1 +845,156,696,8,1 +846,156,730,9,1 +847,157,885,1,1 +848,157,803,2,1 +849,157,783,3,1 +850,157,819,4,1 +851,157,866,5,1 +852,157,837,6,1 +853,157,878,7,1 +854,157,859,8,1 +855,157,847,9,1 +856,158,1011,1,1 +857,158,969,2,1 +858,158,970,3,1 +859,158,989,4,1 +860,158,1034,5,1 +861,158,990,6,1 +862,158,904,7,1 +863,158,905,8,1 +864,158,1012,9,1 +865,159,1082,1,1 +866,159,1116,2,1 +867,159,1059,3,1 +868,159,1083,4,1 +869,159,1138,5,1 +870,159,1060,6,1 +871,159,1035,7,1 +872,159,1117,8,1 +873,159,1139,9,1 +874,160,1184,1,1 +875,160,1205,2,1 +876,160,1267,3,1 +877,160,1206,4,1 +878,160,1185,5,1 +879,160,1160,6,1 +880,160,1227,7,1 +881,160,1161,8,1 +882,160,1228,9,1 +883,161,1310,1,1 +884,161,1289,2,1 +885,161,1374,3,1 +886,161,1344,4,1 +887,161,1290,5,1 +888,161,1311,6,1 +889,161,1375,7,1 +890,161,1268,8,1 +891,161,1345,9,1 +892,162,1427,1,1 +893,162,1385,2,1 +894,162,1490,3,1 +895,162,1549,4,1 +896,162,1428,5,1 +897,162,1491,6,1 +898,162,1461,7,1 +899,162,1462,8,1 +900,162,1386,9,1 +901,163,1618,1,1 +902,163,1651,2,1 +903,163,1676,3,1 +904,163,1619,4,1 +905,163,1652,5,1 +906,163,1586,6,1 +907,163,1677,7,1 +908,163,1587,8,1 +909,163,1550,9,1 +910,164,1814,1,1 +911,164,1784,2,1 +912,164,1861,3,1 +913,164,1815,4,1 +914,164,1745,5,1 +915,164,1718,6,1 +916,164,1785,7,1 +917,164,1746,8,1 +918,164,1719,9,1 +919,165,2022,1,1 +920,165,1905,2,1 +921,165,1988,3,1 +922,165,1938,4,1 +923,165,1939,5,1 +924,165,1906,6,1 +925,165,2023,7,1 +926,165,1989,8,1 +927,165,1862,9,1 +928,166,2160,1,1 +929,166,2052,2,1 +930,166,2053,3,1 +931,166,2120,4,1 +932,166,2082,5,1 +933,166,2121,6,1 +934,166,2191,7,1 +935,166,2161,8,1 +936,166,2083,9,1 +937,167,2238,1,1 +938,167,2215,2,1 +939,167,2239,3,1 +940,167,2288,4,1 +941,167,2265,5,1 +942,167,2266,6,1 +943,167,2289,7,1 +944,167,2216,8,1 +945,167,2192,9,1 +946,168,2251,1,1 +947,168,2252,2,1 +948,169,426,1,1 +949,169,225,2,1 +950,169,541,3,1 +951,169,867,4,1 +952,169,671,5,1 +953,169,993,6,1 +954,170,855,1,1 +955,170,856,3,1 +956,170,857,4,1 +957,170,874,5,1 +958,170,875,6,1 +959,170,876,8,1 +960,170,892,2,1 +961,170,893,7,1 +962,170,894,9,1 +963,171,125,1,1 +964,172,142,1,1 +965,173,207,2,1 +966,173,216,1,1 +967,173,204,3,1 +968,174,217,1,1 +969,175,250,1,1 +970,176,350,1,1 +971,177,361,1,1 +972,178,362,1,1 +973,179,372,1,1 +974,180,484,1,1 +975,181,557,1,1 +976,182,586,1,1 +977,183,596,3,1 +978,183,595,2,1 +979,183,597,1,1 +980,184,605,1,1 +981,185,694,1,1 +982,186,722,1,1 +983,187,749,1,1 +984,188,820,1,1 +985,189,848,1,1 +986,190,1056,1,1 +987,191,1617,1,1 +988,192,1717,1,1 +989,193,31,1,1 +990,193,32,2,1 +991,193,33,3,1 +992,193,34,4,1 +993,193,35,5,1 +994,193,36,6,1 +995,193,37,7,1 +996,193,38,8,1 +997,193,39,9,1 +998,194,40,1,1 +999,194,41,2,1 +1000,194,42,3,1 +1001,194,43,4,1 +1002,194,44,5,1 +1003,194,45,6,1 +1004,194,46,7,1 +1005,194,47,8,1 +1006,194,48,9,1 +1007,195,49,1,1 +1008,195,50,2,1 +1009,195,51,3,1 +1010,195,52,4,1 +1011,195,53,5,1 +1012,195,54,6,1 +1013,195,55,7,1 +1014,195,56,8,1 +1015,195,57,9,1 +1016,196,286,1,1 +1017,196,287,2,1 +1018,196,288,3,1 +1019,196,289,4,1 +1020,196,290,5,1 +1021,196,291,6,1 +1022,196,292,7,1 +1023,196,293,8,1 +1024,196,294,9,1 +1025,197,339,1,1 +1026,197,340,2,1 +1027,197,341,3,1 +1028,197,342,4,1 +1029,197,343,5,1 +1030,197,344,6,1 +1031,197,345,7,1 +1032,197,346,8,1 +1033,197,347,9,1 +1034,198,430,1,1 +1035,198,431,2,1 +1036,198,432,3,1 +1037,198,433,4,1 +1038,198,434,5,1 +1039,198,435,6,1 +1040,198,436,7,1 +1041,198,437,8,1 +1042,198,438,9,1 +1043,199,494,1,1 +1044,199,495,2,1 +1045,199,496,3,1 +1046,199,497,4,1 +1047,199,498,5,1 +1048,199,499,6,1 +1049,199,500,7,1 +1050,199,501,8,1 +1051,199,502,9,1 +1052,200,561,1,1 +1053,200,562,2,1 +1054,200,563,3,1 +1055,200,564,4,1 +1056,200,565,5,1 +1057,200,566,6,1 +1058,200,567,7,1 +1059,200,568,8,1 +1060,200,569,9,1 +1061,201,681,1,1 +1062,201,682,2,1 +1063,201,683,3,1 +1064,201,684,4,1 +1065,201,685,5,1 +1066,201,686,6,1 +1067,201,687,7,1 +1068,201,688,8,1 +1069,201,689,9,1 +1070,202,751,1,1 +1071,202,752,2,1 +1072,202,753,3,1 +1073,202,754,4,1 +1074,202,755,5,1 +1075,202,756,6,1 +1076,202,757,7,1 +1077,202,758,8,1 +1078,202,759,9,1 +1079,203,804,1,1 +1080,203,805,2,1 +1081,203,806,3,1 +1082,203,807,4,1 +1083,203,808,5,1 +1084,203,809,6,1 +1085,203,810,7,1 +1086,203,811,8,1 +1087,203,812,9,1 +1088,204,930,1,1 +1089,204,931,2,1 +1090,204,932,3,1 +1091,204,933,4,1 +1092,204,934,5,1 +1093,204,935,6,1 +1094,204,936,7,1 +1095,204,937,8,1 +1096,204,938,9,1 +1097,205,958,1,1 +1098,205,957,2,1 +1099,205,959,3,1 +1100,206,972,1,1 +1101,206,973,2,1 +1102,206,974,3,1 +1103,206,975,4,1 +1104,206,976,5,1 +1105,207,984,1,1 +1106,207,985,2,1 +1107,207,986,3,1 +1108,207,987,4,1 +1109,208,995,1,1 +1110,208,996,2,1 +1111,208,997,3,1 +1112,208,998,4,1 +1113,208,999,5,1 +1114,209,1006,1,1 +1115,209,1007,2,1 +1116,209,1008,3,1 +1117,209,1009,4,1 +1118,210,1016,1,1 +1119,210,1017,2,1 +1120,210,1018,3,1 +1121,210,1019,4,1 +1122,210,1020,5,1 +1123,211,1029,1,1 +1124,211,1030,2,1 +1125,211,1031,3,1 +1126,211,1032,4,1 +1127,212,1039,1,1 +1128,212,1040,2,1 +1129,212,1041,3,1 +1130,212,1042,4,1 +1131,212,1043,5,1 +1132,213,1052,1,1 +1133,213,1053,2,1 +1134,213,1054,3,1 +1135,213,1055,4,1 +1136,214,1064,1,1 +1137,214,1065,2,1 +1138,214,1066,3,1 +1139,214,1067,4,1 +1140,214,1068,5,1 +1141,215,1077,1,1 +1142,215,1078,2,1 +1143,215,1079,3,1 +1144,215,1080,4,1 +1145,216,1100,1,1 +1146,216,1101,2,1 +1147,216,1102,3,1 +1148,216,1103,4,1 +1149,216,1104,5,1 +1150,217,1111,1,1 +1151,217,1112,2,1 +1152,217,1113,3,1 +1153,217,1114,4,1 +1154,218,1121,1,1 +1155,218,1122,2,1 +1156,218,1123,3,1 +1157,218,1124,4,1 +1158,218,1125,5,1 +1159,219,1133,1,1 +1160,219,1134,2,1 +1161,219,1135,3,1 +1162,219,1136,4,1 +1163,220,1144,1,1 +1164,220,1145,2,1 +1165,220,1146,3,1 +1166,220,1147,4,1 +1167,220,1148,5,1 +1168,221,1155,1,1 +1169,221,1156,2,1 +1170,221,1157,3,1 +1171,221,1158,4,1 +1172,222,1165,1,1 +1173,222,1166,2,1 +1174,222,1167,3,1 +1175,222,1168,4,1 +1176,222,1169,5,1 +1177,223,1179,1,1 +1178,223,1180,2,1 +1179,223,1181,3,1 +1180,223,1182,4,1 +1181,224,1189,1,1 +1182,224,1190,2,1 +1183,224,1191,3,1 +1184,224,1192,4,1 +1185,224,1193,5,1 +1186,225,1200,1,1 +1187,225,1201,2,1 +1188,225,1202,3,1 +1189,225,1203,4,1 +1190,226,1210,1,1 +1191,226,1211,2,1 +1192,226,1212,3,1 +1193,226,1213,4,1 +1194,226,1214,5,1 +1195,227,1222,1,1 +1196,227,1223,2,1 +1197,227,1224,3,1 +1198,227,1225,4,1 +1199,228,1233,1,1 +1200,228,1234,2,1 +1201,228,1235,3,1 +1202,228,1236,4,1 +1203,228,1237,5,1 +1204,229,1262,1,1 +1205,229,1263,2,1 +1206,229,1264,3,1 +1207,229,1265,4,1 +1208,230,1272,1,1 +1209,230,1273,2,1 +1210,230,1274,3,1 +1211,230,1275,4,1 +1212,230,1276,5,1 +1213,231,1284,1,1 +1214,231,1285,2,1 +1215,231,1286,3,1 +1216,231,1287,4,1 +1217,232,1294,1,1 +1218,232,1295,2,1 +1219,232,1296,3,1 +1220,232,1297,4,1 +1221,232,1298,5,1 +1222,233,1305,1,1 +1223,233,1306,2,1 +1224,233,1307,3,1 +1225,233,1308,4,1 +1226,234,1324,1,1 +1227,234,1325,2,1 +1228,234,1326,3,1 +1229,234,1327,4,1 +1230,234,1328,5,1 +1231,235,1339,1,1 +1232,235,1340,2,1 +1233,235,1341,3,1 +1234,235,1342,4,1 +1235,236,1349,1,1 +1236,236,1350,2,1 +1237,236,1351,3,1 +1238,236,1352,4,1 +1239,236,1353,5,1 +1240,237,1369,1,1 +1241,237,1370,2,1 +1242,237,1371,3,1 +1243,237,1372,4,1 +1244,238,1379,1,1 +1245,238,1380,2,1 +1246,238,1381,3,1 +1247,238,1382,4,1 +1248,238,1383,5,1 +1249,239,1396,1,1 +1250,239,1397,2,1 +1251,239,1398,3,1 +1252,239,1399,4,1 +1253,240,1421,1,1 +1254,240,1422,2,1 +1255,240,1423,3,1 +1256,240,1424,4,1 +1257,240,1425,5,1 +1258,241,1435,1,1 +1259,241,1436,2,1 +1260,241,1437,3,1 +1261,241,1438,4,1 +1262,242,1455,1,1 +1263,242,1456,2,1 +1264,242,1457,3,1 +1265,242,1458,4,1 +1266,242,1459,5,1 +1267,243,1470,1,1 +1268,243,1471,2,1 +1269,243,1472,3,1 +1270,243,1473,4,1 +1271,244,1481,1,1 +1272,244,1482,2,1 +1273,244,1483,3,1 +1274,244,1484,4,1 +1275,244,1485,5,1 +1276,245,1500,1,1 +1277,245,1501,2,1 +1278,245,1502,3,1 +1279,245,1503,4,1 +1280,246,1522,1,1 +1281,246,1523,2,1 +1282,246,1524,3,1 +1283,246,1525,4,1 +1284,246,1526,5,1 +1285,247,1558,1,1 +1286,247,1559,2,1 +1287,247,1560,3,1 +1288,247,1561,4,1 +1289,248,1574,1,1 +1290,248,1575,2,1 +1291,248,1576,3,1 +1292,248,1577,4,1 +1293,248,1578,5,1 +1294,249,1593,1,1 +1295,249,1594,2,1 +1296,249,1595,3,1 +1297,249,1596,4,1 +1298,250,1609,1,1 +1299,250,1610,2,1 +1300,250,1611,3,1 +1301,250,1612,4,1 +1302,250,1613,5,1 +1303,251,1626,1,1 +1304,251,1627,2,1 +1305,251,1628,3,1 +1306,251,1629,4,1 +1307,252,1645,1,1 +1308,252,1646,2,1 +1309,252,1647,3,1 +1310,252,1648,4,1 +1311,252,1649,5,1 +1312,253,1657,1,1 +1313,253,1658,2,1 +1314,253,1659,3,1 +1315,253,1660,4,1 +1316,254,1669,1,1 +1317,254,1670,2,1 +1318,254,1671,3,1 +1319,254,1672,4,1 +1320,255,1692,1,1 +1321,255,1693,2,1 +1322,255,1694,3,1 +1323,255,1695,4,1 +1324,255,1696,5,1 +1325,256,1703,1,1 +1326,256,1704,2,1 +1327,256,1705,3,1 +1328,256,1706,4,1 +1329,256,1707,5,1 +1330,257,1727,1,1 +1331,257,1728,2,1 +1332,257,1729,3,1 +1333,257,1730,4,1 +1334,258,1739,1,1 +1335,258,1740,2,1 +1336,258,1741,3,1 +1337,258,1742,4,1 +1338,258,1743,5,1 +1339,259,1763,1,1 +1340,259,1764,2,1 +1341,259,1765,3,1 +1342,259,1766,4,1 +1343,260,1778,1,1 +1344,260,1779,2,1 +1345,260,1780,3,1 +1346,260,1781,4,1 +1347,260,1782,5,1 +1348,261,1790,1,1 +1349,261,1791,2,1 +1350,261,1792,3,1 +1351,261,1793,4,1 +1352,262,1809,1,1 +1353,262,1810,2,1 +1354,262,1811,3,1 +1355,262,1812,4,1 +1356,262,1813,5,1 +1357,263,1833,1,1 +1358,263,1834,2,1 +1359,263,1835,3,1 +1360,263,1836,4,1 +1361,264,1846,1,1 +1362,264,1847,2,1 +1363,264,1848,3,1 +1364,264,1849,4,1 +1365,264,1850,5,1 +1366,265,1879,1,1 +1367,265,1880,2,1 +1368,265,1881,3,1 +1369,265,1882,4,1 +1370,266,1900,1,1 +1371,266,1901,2,1 +1372,266,1902,3,1 +1373,266,1903,4,1 +1374,266,1904,5,1 +1375,267,1913,1,1 +1376,267,1914,2,1 +1377,267,1915,3,1 +1378,267,1916,4,1 +1379,268,1932,1,1 +1380,268,1933,2,1 +1381,268,1934,3,1 +1382,268,1935,4,1 +1383,268,1936,5,1 +1384,269,1946,1,1 +1385,269,1947,2,1 +1386,269,1948,3,1 +1387,269,1949,4,1 +1388,270,1962,1,1 +1389,270,1963,2,1 +1390,270,1964,3,1 +1391,270,1965,4,1 +1392,270,1966,5,1 +1393,271,1998,1,1 +1394,271,1999,2,1 +1395,271,2000,3,1 +1396,271,2001,4,1 +1397,272,2017,1,1 +1398,272,2018,2,1 +1399,272,2019,3,1 +1400,272,2020,4,1 +1401,272,2021,5,1 +1402,273,2031,1,1 +1403,273,2032,2,1 +1404,273,2033,3,1 +1405,273,2034,4,1 +1406,274,2047,1,1 +1407,274,2048,2,1 +1408,274,2049,3,1 +1409,274,2050,4,1 +1410,274,2051,5,1 +1411,275,2066,1,1 +1412,275,2067,2,1 +1413,275,2068,3,1 +1414,275,2069,4,1 +1415,276,2076,1,1 +1416,276,2077,2,1 +1417,276,2078,3,1 +1418,276,2079,4,1 +1419,276,2080,5,1 +1420,277,2089,1,1 +1421,277,2090,2,1 +1422,277,2091,3,1 +1423,277,2092,4,1 +1424,278,2111,1,1 +1425,278,2112,2,1 +1426,278,2113,3,1 +1427,278,2114,4,1 +1428,278,2115,5,1 +1429,279,2135,1,1 +1430,279,2136,2,1 +1431,279,2137,3,1 +1432,279,2138,4,1 +1433,280,2154,1,1 +1434,280,2155,2,1 +1435,280,2156,3,1 +1436,280,2157,4,1 +1437,280,2158,5,1 +1438,281,2166,1,1 +1439,281,2167,2,1 +1440,281,2168,3,1 +1441,281,2169,4,1 +1442,282,2185,1,1 +1443,282,2186,2,1 +1444,282,2187,3,1 +1445,282,2188,4,1 +1446,282,2189,5,1 +1447,283,2197,1,1 +1448,283,2198,2,1 +1449,283,2199,3,1 +1450,283,2200,4,1 +1451,284,2209,1,1 +1452,284,2210,2,1 +1453,284,2211,3,1 +1454,284,2212,4,1 +1455,284,2213,5,1 +1456,285,2220,1,1 +1457,285,2221,2,1 +1458,285,2222,3,1 +1459,285,2223,4,1 +1460,286,2232,1,1 +1461,286,2233,2,1 +1462,286,2234,3,1 +1463,286,2235,4,1 +1464,286,2236,5,1 +1465,287,2244,1,1 +1466,287,2245,2,1 +1467,287,2246,3,1 +1468,287,2247,4,1 +1469,288,2259,1,1 +1470,288,2260,2,1 +1471,288,2261,3,1 +1472,288,2262,4,1 +1473,288,2263,5,1 +1474,289,2271,1,1 +1475,289,2272,2,1 +1476,289,2273,3,1 +1477,289,2274,4,1 +1478,290,2282,1,1 +1479,290,2283,2,1 +1480,290,2284,3,1 +1481,290,2285,4,1 +1482,290,2286,5,1 +1483,291,2295,1,1 +1484,291,2296,2,1 +1485,291,2297,3,1 +1486,291,2298,4,1 +1487,292,2139,1,1 +1488,292,2140,2,1 +1489,292,2141,3,1 +1490,292,2142,4,1 +1491,292,2143,5,1 +1492,292,2144,6,1 +1493,292,2145,7,1 +1494,292,2146,8,1 +1495,292,2147,9,1 +1496,293,2039,1,1 +1497,293,2040,2,1 +1498,293,2010,3,1 +1499,293,2011,4,1 +1500,293,2041,5,1 +1501,293,1956,6,1 +1502,293,1957,7,1 +1503,293,2012,8,1 +1504,293,1958,9,1 +1505,294,2109,1,1 +1506,294,2170,2,1 +1507,294,2290,3,1 +1508,294,2257,4,1 +1509,294,2002,5,1 +1510,294,2086,6,1 +1511,294,2311,7,1 +1512,294,2064,8,1 +1513,294,2171,9,1 +1514,295,1841,1,1 +1515,295,1842,2,1 +1516,295,1865,3,1 +1517,295,1866,4,1 +1518,295,1843,5,1 +1519,295,1827,6,1 +1520,295,1828,7,1 +1521,295,1867,8,1 +1522,295,1829,9,1 +1523,296,1243,1,1 +1524,296,1244,2,1 +1525,296,1245,3,1 +1526,296,1246,4,1 +1527,296,1247,5,1 +1528,296,1248,6,1 +1529,296,1249,7,1 +1530,296,1250,8,1 +1531,296,1251,9,1 +1532,297,1673,1,1 +1533,297,1731,2,1 +1534,297,1909,3,1 +1535,297,1860,4,1 +1536,297,2003,5,1 +1537,297,2087,6,1 +1538,297,1937,7,1 +1539,297,2065,8,1 +1540,297,1736,9,1 +1541,298,1363,1,1 +1542,298,1364,2,1 +1543,298,1415,3,1 +1544,298,1416,4,1 +1545,298,1365,5,1 +1546,298,1335,6,1 +1547,298,1336,7,1 +1548,298,1417,8,1 +1549,298,1337,9,1 +1550,299,1604,1,1 +1551,299,1605,2,1 +1552,299,1516,3,1 +1553,299,1517,4,1 +1554,299,1606,5,1 +1555,299,1566,6,1 +1556,299,1567,7,1 +1557,299,1518,8,1 +1558,299,1568,9,1 +1559,300,948,1,1 +1560,300,949,2,1 +1561,300,950,3,1 +1562,300,951,4,1 +1563,300,952,5,1 +1564,300,953,6,1 +1565,300,954,7,1 +1566,300,955,8,1 +1567,300,956,9,1 +1568,301,1400,1,1 +1569,301,1401,2,1 +1570,301,1402,3,1 +1571,301,1403,4,1 +1572,301,1404,5,1 +1573,301,1405,6,1 +1574,301,1406,7,1 +1575,301,1407,8,1 +1576,301,1408,9,1 +1577,302,1504,1,1 +1578,302,1505,2,1 +1579,302,1506,3,1 +1580,302,1507,4,1 +1581,302,1508,5,1 +1582,302,1509,6,1 +1583,302,1510,7,1 +1584,302,1511,8,1 +1585,302,1512,9,1 +1586,303,1634,1,1 +1587,303,1635,2,1 +1588,303,1636,3,1 +1589,303,1637,4,1 +1590,303,1638,5,1 +1591,303,1639,6,1 +1592,303,1640,7,1 +1593,303,1641,8,1 +1594,303,1642,9,1 +1595,304,1680,1,1 +1596,304,1681,2,1 +1597,304,1682,3,1 +1598,304,1683,4,1 +1599,304,1684,5,1 +1600,304,1685,6,1 +1601,304,1686,7,1 +1602,304,1687,8,1 +1603,304,1688,9,1 +1604,305,1708,1,1 +1605,305,1709,2,1 +1606,305,1710,3,1 +1607,305,1711,4,1 +1608,305,1712,5,1 +1609,305,1713,6,1 +1610,305,1714,7,1 +1611,305,1715,8,1 +1612,305,1716,9,1 +1613,306,1818,1,1 +1614,306,1819,2,1 +1615,306,1820,3,1 +1616,306,1821,4,1 +1617,306,1822,5,1 +1618,306,1823,6,1 +1619,306,1824,7,1 +1620,306,1825,8,1 +1621,306,1826,9,1 +1622,307,1851,1,1 +1623,307,1852,2,1 +1624,307,1853,3,1 +1625,307,1854,4,1 +1626,307,1855,5,1 +1627,307,1856,6,1 +1628,307,1857,7,1 +1629,307,1858,8,1 +1630,307,1859,9,1 +1631,308,1868,1,1 +1632,308,1869,2,1 +1633,308,1870,3,1 +1634,308,1871,4,1 +1635,308,1872,5,1 +1636,308,1873,6,1 +1637,308,1874,7,1 +1638,308,1875,8,1 +1639,308,1876,9,1 +1640,309,1889,1,1 +1641,309,1890,2,1 +1642,309,1891,3,1 +1643,309,1892,4,1 +1644,309,1893,5,1 +1645,309,1894,6,1 +1646,309,1895,7,1 +1647,309,1896,8,1 +1648,309,1897,9,1 +1649,310,1917,1,1 +1650,310,1918,2,1 +1651,310,1919,3,1 +1652,310,1920,4,1 +1653,310,1921,5,1 +1654,310,1922,6,1 +1655,310,1923,7,1 +1656,310,1924,8,1 +1657,310,1925,9,1 +1658,311,2096,1,1 +1659,311,2097,2,1 +1660,311,2098,3,1 +1661,311,2099,4,1 +1662,311,2100,5,1 +1663,311,2101,6,1 +1664,311,2102,7,1 +1665,311,2103,8,1 +1666,311,2104,9,1 +1667,312,2172,1,1 +1668,312,2173,2,1 +1669,312,2174,3,1 +1670,312,2175,4,1 +1671,312,2176,5,1 +1672,312,2177,6,1 +1673,312,2178,7,1 +1674,312,2179,8,1 +1675,312,2180,9,1 +1676,313,1580,1,1 +1677,313,1579,2,1 +1678,313,1581,3,1 +1679,314,1598,1,1 +1680,314,1597,2,1 +1681,314,1599,3,1 +1682,315,1615,1,1 +1683,315,1614,2,1 +1684,315,1616,3,1 +1685,316,1758,1,1 +1686,316,1744,2,1 +1687,316,1762,3,1 +1688,317,896,1,1 +1689,317,897,2,1 +1690,317,1001,3,1 +1691,317,961,4,1 +1692,317,978,5,1 +1693,317,1022,6,1 +1694,317,979,7,1 +1695,317,1002,8,1 +1696,317,962,9,1 +1697,318,1045,1,1 +1698,318,1070,2,1 +1699,318,1127,3,1 +1700,318,1071,4,1 +1701,318,1046,5,1 +1702,318,1106,6,1 +1703,318,1128,7,1 +1704,318,1107,8,1 +1705,318,1023,9,1 +1706,319,1239,1,1 +1707,319,1150,2,1 +1708,319,1195,3,1 +1709,319,1173,4,1 +1710,319,1216,5,1 +1711,319,1217,6,1 +1712,319,1196,7,1 +1713,319,1174,8,1 +1714,319,1151,9,1 +1715,320,1330,1,1 +1716,320,1278,2,1 +1717,320,1240,3,1 +1718,320,1331,4,1 +1719,320,1279,5,1 +1720,320,1300,6,1 +1721,320,1301,7,1 +1722,320,1361,8,1 +1723,320,1362,9,1 +1724,321,1475,1,1 +1725,321,1413,2,1 +1726,321,1514,3,1 +1727,321,1515,4,1 +1728,321,1441,5,1 +1729,321,1565,6,1 +1730,321,1414,7,1 +1731,321,1476,8,1 +1732,321,1442,9,1 +1733,322,1602,1,1 +1734,322,1603,2,1 +1735,322,1630,3,1 +1736,322,1564,4,1 +1737,322,1697,5,1 +1738,322,1662,6,1 +1739,322,1663,7,1 +1740,322,1698,8,1 +1741,322,1631,9,1 +1742,323,1732,1,1 +1743,323,1794,2,1 +1744,323,1837,3,1 +1745,323,1770,4,1 +1746,323,1838,5,1 +1747,323,1795,6,1 +1748,323,1886,7,1 +1749,323,1771,8,1 +1750,323,1733,9,1 +1751,324,1952,1,1 +1752,324,2006,2,1 +1753,324,2007,3,1 +1754,324,1885,4,1 +1755,324,2035,5,1 +1756,324,1926,6,1 +1757,324,1953,7,1 +1758,324,1927,8,1 +1759,324,2036,9,1 +1760,325,2203,1,1 +1761,325,2149,2,1 +1762,325,2094,3,1 +1763,325,2095,4,1 +1764,325,2150,5,1 +1765,325,2070,6,1 +1766,325,2071,7,1 +1767,326,2249,1,1 +1768,326,2277,2,1 +1769,326,2278,3,1 +1770,326,2225,4,1 +1771,326,2250,5,1 +1772,326,2226,6,1 +1773,326,2300,7,1 +1774,326,2204,8,1 +1775,326,2301,9,1 +1776,327,2253,1,1 +1777,327,2254,2,1 +1778,328,1084,1,1 +1779,329,1231,1,1 +1780,330,1479,1,1 +1781,331,1582,1,1 +1782,332,1661,1,1 +1783,333,1722,1,1 +1784,334,1959,1,1 +1785,335,2181,1,1 +1786,336,788,1,1 +1787,336,789,2,1 +1788,336,790,3,1 +1789,336,791,4,1 +1790,336,792,5,1 +1791,336,793,6,1 +1792,336,794,7,1 +1793,336,795,8,1 +1794,336,796,9,1 +1795,337,912,1,1 +1796,337,913,2,1 +1797,337,914,3,1 +1798,337,915,4,1 +1799,337,916,5,1 +1800,337,917,6,1 +1801,337,918,7,1 +1802,337,919,8,1 +1803,337,920,9,1 +1804,338,921,1,1 +1805,338,922,2,1 +1806,338,923,3,1 +1807,338,924,4,1 +1808,338,925,5,1 +1809,338,926,6,1 +1810,338,927,7,1 +1811,338,928,8,1 +1812,338,929,9,1 +1813,339,1091,1,1 +1814,339,1092,2,1 +1815,339,1093,3,1 +1816,339,1094,4,1 +1817,339,1095,5,1 +1818,339,1096,6,1 +1819,339,1097,7,1 +1820,339,1098,8,1 +1821,339,1099,9,1 +1822,340,1253,1,1 +1823,340,1254,2,1 +1824,340,1255,3,1 +1825,340,1256,4,1 +1826,340,1257,5,1 +1827,340,1258,6,1 +1828,340,1259,7,1 +1829,340,1260,8,1 +1830,340,1261,9,1 +1831,341,1315,1,1 +1832,341,1316,2,1 +1833,341,1317,3,1 +1834,341,1318,4,1 +1835,341,1319,5,1 +1836,341,1320,6,1 +1837,341,1321,7,1 +1838,341,1322,8,1 +1839,341,1323,9,1 +1840,342,1446,1,1 +1841,342,1447,2,1 +1842,342,1448,3,1 +1843,342,1449,4,1 +1844,342,1450,5,1 +1845,342,1451,6,1 +1846,342,1452,7,1 +1847,342,1453,8,1 +1848,342,1454,9,1 +1849,343,1530,1,1 +1850,343,1531,2,1 +1851,343,1532,3,1 +1852,343,1533,4,1 +1853,343,1534,5,1 +1854,343,1535,6,1 +1855,343,1536,7,1 +1856,343,1537,8,1 +1857,343,1538,9,1 +1858,344,1967,1,1 +1859,344,1968,2,1 +1860,344,1969,3,1 +1861,344,1970,4,1 +1862,344,1971,5,1 +1863,344,1972,6,1 +1864,344,1973,7,1 +1865,344,1974,8,1 +1866,344,1975,9,1 +1867,345,844,1,1 +1868,345,843,2,1 +1869,345,845,3,1 +1870,346,28,1,1 +1871,346,29,2,1 +1872,346,30,3,1 +1873,346,386,4,1 +1874,346,383,5,1 +1875,346,384,6,1 +1876,346,385,7,1 +1877,347,379,1,1 +1878,347,380,2,1 +1879,347,381,3,1 +1880,347,390,4,1 +1881,347,388,5,1 +1882,347,389,6,1 +1883,347,387,7,1 +1884,348,382,1,1 +1885,348,89,2,1 +1886,348,1985,3,1 +1887,348,632,4,1 +1888,348,1409,5,1 +1889,349,1767,1,1 +1890,350,2015,1,1 +1891,351,1539,1,1 +1892,351,1540,2,1 +1893,351,1541,3,1 +1894,351,1542,4,1 +1895,351,1543,5,1 +1896,351,1544,6,1 +1897,351,1545,7,1 +1898,351,1546,8,1 +1899,351,1547,9,1 +1900,352,1976,1,1 +1901,352,1977,2,1 +1902,352,1978,3,1 +1903,352,1979,4,1 +1904,352,1980,5,1 +1905,352,1981,6,1 +1906,352,1982,7,1 +1907,352,1983,8,1 +1908,352,1984,9,1 +1909,353,1049,1,1 +1910,353,1057,2,1 +1911,353,1390,3,1 +1912,353,1571,4,1 +1913,353,1391,5,1 +1914,353,1572,6,1 +1915,353,1950,7,1 +1916,353,1951,8,1 +1917,354,1050,1,1 +1918,354,1354,2,1 +1919,354,1355,3,1 +1920,354,1356,4,1 +1921,355,1085,1,1 +1922,355,1357,2,1 +1923,355,1358,3,1 +1924,355,1359,4,1 +1925,356,1142,1,1 +1926,356,1410,2,1 +1927,356,1411,3,1 +1928,356,1498,4,1 +1929,356,1024,5,1 +1930,356,1072,6,1 +1931,356,1170,7,1 +1932,356,1986,8,1 +1933,356,1987,9,1 +1934,357,1768,1,1 +1935,358,2016,1,1 +1936,359,1486,1,1 +1937,359,1527,2,1 +1938,359,1528,3,1 +1939,359,1583,4,1 +1940,359,1487,5,1 +1941,359,1584,6,1 +1942,359,1488,7,1 +1943,359,1585,8,1 +1944,359,1529,9,1 +1945,360,1798,1,1 +1946,360,1799,2,1 +1947,360,1800,3,1 +1948,360,1801,4,1 +1949,360,1802,5,1 +1950,360,1803,6,1 +1951,360,1804,7,1 +1952,360,1805,8,1 +1953,360,1806,9,1 +1954,361,1650,1,1 +1955,362,2042,2,1 +1956,362,2043,1,1 +1957,362,2044,3,1 +1958,363,21,1,1 +1959,363,24,2,1 +1960,363,27,3,1 +1961,363,14,4,1 +1962,363,4,5,1 +1963,363,11,6,1 +1964,363,1,7,1 +1965,363,17,8,1 +1966,363,7,9,1 +1967,364,398,1,1 +1968,364,197,2,1 +1969,364,277,3,1 +1970,364,466,4,1 +1971,364,420,5,1 +1972,364,208,6,1 +1973,364,189,7,1 +1974,364,285,8,1 +1975,364,184,9,1 +1976,365,577,1,1 +1977,365,662,2,1 +1978,365,764,3,1 +1979,365,769,4,1 +1980,365,603,5,1 +1981,365,560,6,1 +1982,365,723,7,1 +1983,365,711,8,1 +1984,365,508,9,1 +1985,366,895,1,1 +1986,366,1105,2,1 +1987,366,1126,3,1 +1988,366,898,4,1 +1989,366,977,5,1 +1990,366,818,6,1 +1991,366,960,7,1 +1992,366,879,8,1 +1993,366,1044,9,1 +1994,367,1178,1,1 +1995,367,1271,2,1 +1996,367,1194,3,1 +1997,367,1474,4,1 +1998,367,1489,5,1 +1999,367,1283,6,1 +2000,367,1221,7,1 +2001,367,1548,8,1 +2002,367,1314,9,1 +2003,368,1632,1,1 +2004,368,1797,2,1 +2005,368,1678,3,1 +2006,368,2024,4,1 +2007,368,1954,5,1 +2008,368,1748,6,1 +2009,368,1600,7,1 +2010,368,1928,8,1 +2011,368,1839,9,1 +2012,369,2119,1,1 +2013,369,2248,2,1 +2014,369,2444,3,1 +2015,369,2432,4,1 +2016,369,2389,5,1 +2017,369,2214,6,1 +2019,369,2326,7,1 +2020,369,2287,8,1 +2021,370,18,1,1 +2022,370,12,2,1 +2023,370,8,3,1 +2024,370,19,4,1 +2025,370,2,5,1 +2026,370,5,6,1 +2027,370,22,7,1 +2028,370,15,8,1 +2029,370,25,9,1 +2030,371,182,1,1 +2031,371,268,2,1 +2032,371,334,3,1 +2033,371,457,4,1 +2034,371,260,5,1 +2035,371,429,6,1 +2036,371,191,7,1 +2037,371,391,8,1 +2038,371,471,9,1 +2039,372,534,1,1 +2040,372,698,2,1 +2041,372,680,3,1 +2042,372,526,4,1 +2043,372,706,5,1 +2044,372,777,6,1 +2045,372,678,7,1 +2046,372,729,8,1 +2047,372,638,9,1 +2048,373,971,1,1 +2049,373,860,2,1 +2050,373,906,3,1 +2051,373,1110,4,1 +2052,373,858,5,1 +2053,373,1000,6,1 +2054,373,1132,7,1 +2055,373,1076,8,1 +2056,373,886,9,1 +2057,374,1573,1,1 +2058,374,1368,2,1 +2059,374,1199,3,1 +2060,374,1304,4,1 +2061,374,1384,5,1 +2062,374,1329,6,1 +2063,374,1172,7,1 +2064,374,1434,8,1 +2065,374,1480,9,1 +2066,375,2054,1,1 +2067,375,1653,2,1 +2068,375,1601,3,1 +2069,375,1796,4,1 +2070,375,1699,5,1 +2071,375,1747,6,1 +2072,375,2025,7,1 +2073,375,1888,8,1 +2074,375,1929,9,1 +2076,376,2148,1,1 +2077,376,2081,2,1 +2078,376,2264,3,1 +2079,376,2190,4,1 +2080,376,2224,5,1 +2081,376,2403,6,1 +2082,376,2299,7,1 +2083,376,2357,8,1 +2084,377,13,1,1 +2085,377,26,2,1 +2086,377,16,3,1 +2087,377,10,4,1 +2088,377,6,5,1 +2089,377,9,6,1 +2090,377,3,7,1 +2091,377,23,8,1 +2092,377,20,9,1 +2093,378,244,1,1 +2094,378,251,2,1 +2095,378,403,3,1 +2096,378,353,4,1 +2097,378,373,5,1 +2098,378,411,6,1 +2099,378,370,7,1 +2100,378,266,8,1 +2101,378,393,9,1 +2102,379,598,1,1 +2103,379,550,2,1 +2104,379,672,3,1 +2105,379,640,4,1 +2106,379,587,5,1 +2107,379,736,6,1 +2108,379,787,7,1 +2109,379,612,8,1 +2110,379,648,9,1 +2111,380,802,1,1 +2112,380,963,2,1 +2113,380,865,3,1 +2114,380,821,4,1 +2115,380,884,5,1 +2116,380,1069,6,1 +2117,380,1051,7,1 +2118,380,877,8,1 +2119,380,983,9,1 +2120,381,1469,1,1 +2121,381,1204,2,1 +2122,381,1440,3,1 +2123,381,1288,4,1 +2124,381,1164,5,1 +2125,381,1420,6,1 +2126,381,1232,7,1 +2127,381,1252,8,1 +2128,381,1348,9,1 +2129,382,1700,1,1 +2130,382,1654,2,1 +2131,382,1940,3,1 +2132,382,1887,4,1 +2133,382,2037,5,1 +2134,382,1772,6,1 +2135,382,1816,7,1 +2136,382,2073,8,1 +2137,382,1734,9,1 +2138,383,2184,1,1 +2139,383,2134,2,1 +2140,383,2400,3,1 +2141,383,2335,4,1 +2142,383,2435,5,1 +2143,383,2258,6,1 +2144,383,2294,7,1 +2145,383,2443,8,1 +2146,383,2219,9,1 +2147,384,82,1,1 +2148,384,75,2,1 +2149,384,150,3,1 +2150,384,74,4,1 +2151,384,102,5,1 +2152,384,76,6,1 +2153,384,143,7,1 +2154,384,77,8,1 +2155,384,133,9,1 +2156,385,409,1,1 +2157,385,273,2,1 +2158,385,318,3,1 +2159,385,214,4,1 +2160,385,359,5,1 +2161,385,427,6,1 +2162,385,310,7,1 +2163,385,223,8,1 +2164,385,218,9,1 +2165,386,669,1,1 +2166,386,656,2,1 +2167,386,552,3,1 +2168,386,782,4,1 +2169,386,582,5,1 +2170,386,485,6,1 +2171,386,750,7,1 +2172,386,695,8,1 +2173,386,539,9,1 +2174,387,1081,1,1 +2175,387,1021,2,1 +2176,387,849,3,1 +2177,387,1028,4,1 +2178,387,868,5,1 +2179,387,1115,6,1 +2180,387,838,7,1 +2181,387,1005,8,1 +2182,387,1137,9,1 +2183,388,1188,1,1 +2184,388,1343,2,1 +2185,388,1521,3,1 +2186,388,1378,4,1 +2187,388,1426,5,1 +2188,388,1293,6,1 +2189,388,1159,7,1 +2190,388,1445,8,1 +2191,388,1238,9,1 +2192,389,1907,1,1 +2193,389,1620,2,1 +2194,389,2038,3,1 +2195,389,2008,4,1 +2196,389,1786,5,1 +2197,389,1735,6,1 +2198,389,1665,7,1 +2199,389,1863,8,1 +2200,389,1941,9,1 +2201,390,2305,1,1 +2202,390,2088,2,1 +2203,390,2447,3,1 +2204,390,2414,4,1 +2205,390,2231,5,1 +2206,390,2196,6,1 +2207,390,2153,7,1 +2208,390,2270,8,1 +2209,390,2370,9,1 +2210,391,99,1,1 +2211,391,104,2,1 +2212,391,92,3,1 +2213,391,144,4,1 +2214,391,90,5,1 +2215,391,134,6,1 +2216,391,105,7,1 +2217,391,110,8,1 +2218,391,91,9,1 +2219,392,323,1,1 +2220,392,443,2,1 +2221,392,258,3,1 +2222,392,477,4,1 +2223,392,283,5,1 +2224,392,331,6,1 +2225,392,451,7,1 +2226,392,348,8,1 +2227,392,199,9,1 +2228,393,606,1,1 +2229,393,775,2,1 +2230,393,544,3,1 +2231,393,664,4,1 +2232,393,633,5,1 +2233,393,510,6,1 +2234,393,593,7,1 +2235,393,747,8,1 +2236,393,532,9,1 +2237,394,968,1,1 +2238,394,1033,2,1 +2239,394,1010,3,1 +2240,394,1058,4,1 +2241,394,988,5,1 +2242,394,813,6,1 +2243,394,903,7,1 +2244,394,1149,8,1 +2245,394,1090,9,1 +2246,395,1373,1,1 +2247,395,1557,2,1 +2248,395,1266,3,1 +2249,395,1215,4,1 +2250,395,1183,5,1 +2251,395,1395,6,1 +2252,395,1513,7,1 +2253,395,1277,8,1 +2254,395,1338,9,1 +2255,396,1840,1,1 +2256,396,1773,2,1 +2257,396,1664,3,1 +2258,396,1955,4,1 +2259,396,1621,5,1 +2260,396,2009,6,1 +2261,396,1990,7,1 +2262,396,1908,8,1 +2263,396,1720,9,1 +2264,397,2276,1,1 +2265,397,2237,2,1 +2266,397,2159,3,1 +2267,397,2375,4,1 +2268,397,2093,5,1 +2269,397,2446,6,1 +2270,397,2445,7,1 +2271,397,2312,8,1 +2272,397,2202,9,1 +2273,398,173,1,1 +2274,398,126,2,1 +2275,398,152,3,1 +2276,398,127,4,1 +2277,398,166,5,1 +2278,398,168,6,1 +2279,398,157,7,1 +2280,398,175,8,1 +2281,398,109,9,1 +2282,399,308,1,1 +2283,399,325,2,1 +2284,399,416,3,1 +2285,399,316,4,1 +2286,399,253,5,1 +2287,399,363,6,1 +2288,399,459,7,1 +2289,399,479,8,1 +2290,399,205,9,1 +2291,400,524,1,1 +2292,400,575,2,1 +2293,400,646,3,1 +2294,400,493,4,1 +2295,400,558,5,1 +2296,400,704,6,1 +2297,400,741,7,1 +2298,400,653,8,1 +2299,400,731,9,1 +2300,401,1120,1,1 +2301,401,1038,2,1 +2302,401,846,3,1 +2303,401,836,4,1 +2304,401,1143,5,1 +2305,401,994,6,1 +2306,401,1063,7,1 +2307,401,1154,8,1 +2308,401,1015,9,1 +2309,402,1360,1,1 +2310,402,1299,2,1 +2311,402,1563,3,1 +2312,402,1209,4,1 +2313,402,1460,5,1 +2314,402,1226,6,1 +2315,402,1412,7,1 +2316,402,1309,8,1 +2317,402,1499,9,1 +2318,403,1864,1,1 +2319,403,1991,2,1 +2320,403,1633,3,1 +2321,403,1721,4,1 +2322,403,1679,5,1 +2323,403,1817,6,1 +2324,403,2072,7,1 +2325,403,2055,8,1 +2326,403,1787,9,1 +2327,404,2321,1,1 +2328,404,2386,2,1 +2329,404,2110,3,1 +2330,404,2208,4,1 +2331,404,2165,5,1 +2332,404,2281,6,1 +2334,404,2418,7,1 +2335,404,2243,8,1 +2336,405,2227,1,1 +2337,405,2228,2,1 +2338,406,2302,1,1 +2339,407,2117,1,1 +2340,407,2118,2,1 +2341,408,2319,1,1 +2342,408,2320,2,1 +2343,409,2306,1,1 +2344,409,2307,2,1 +2345,409,2308,3,1 +2346,409,2309,4,1 +2347,409,2310,5,1 +2348,410,2322,1,1 +2349,410,2323,2,1 +2350,410,2324,3,1 +2351,410,2325,4,1 +2352,411,2313,1,1 +2353,411,2314,2,1 +2354,412,2316,2,1 +2355,412,2317,4,1 +2356,412,2333,1,1 +2357,412,2334,3,1 +2358,413,2327,1,1 +2359,413,2328,2,1 +2360,414,2329,1,1 +2361,414,2330,2,1 +2362,414,2331,5,1 +2363,414,2383,6,1 +2364,414,2384,7,1 +2365,414,2385,9,1 +2366,414,2411,3,1 +2367,414,2412,4,1 +2368,414,2413,8,1 +2369,415,2332,1,1 +2370,416,2336,1,1 +2371,416,2337,2,1 +2372,416,2338,3,1 +2373,416,2339,4,1 +2374,416,2340,5,1 +2375,416,2341,6,1 +2376,416,2342,7,1 +2377,416,2343,8,1 +2378,416,2344,9,1 +2379,417,2345,1,1 +2380,417,2346,2,1 +2381,417,2347,3,1 +2382,417,2348,4,1 +2383,417,2349,5,1 +2384,417,2350,6,1 +2385,417,2351,7,1 +2386,417,2352,8,1 +2387,417,2353,9,1 +2388,418,2354,2,1 +2389,418,2355,1,1 +2390,418,2356,3,1 +2391,419,2358,1,1 +2392,419,2359,2,1 +2393,419,2360,3,1 +2394,419,2361,4,1 +2395,419,2362,5,1 +2396,419,2363,6,1 +2397,419,2364,7,1 +2398,420,2365,1,1 +2399,420,2397,2,1 +2400,420,2366,3,1 +2401,420,2367,4,1 +2402,420,2426,5,1 +2403,420,2427,6,1 +2404,420,2398,7,1 +2405,420,2428,8,1 +2406,420,2399,9,1 +2407,421,2475,1,1 +2408,421,2508,2,1 +2409,421,2629,3,1 +2410,421,2591,4,1 +2411,421,2368,5,1 +2412,421,2457,6,1 +2413,421,2653,7,1 +2414,421,2429,8,1 +2415,421,2509,9,1 +2416,422,2479,1,1 +2417,422,2512,2,1 +2418,422,2634,3,1 +2419,422,2608,4,1 +2420,422,2373,5,1 +2421,422,2461,6,1 +2422,422,2657,7,1 +2423,422,2431,8,1 +2424,422,2517,9,1 +2425,423,2371,1,1 +2426,424,2372,1,1 +2427,425,2376,1,1 +2428,425,2377,2,1 +2429,425,2378,3,1 +2430,425,2379,4,1 +2431,425,2380,5,1 +2432,425,2381,6,1 +2433,425,2382,7,1 +2434,426,2387,1,1 +2435,426,2388,2,1 +2436,427,2390,1,1 +2437,427,2391,2,1 +2438,427,2392,3,1 +2439,427,2393,4,1 +2440,427,2394,5,1 +2441,427,2395,6,1 +2442,427,2396,7,1 +2443,428,2401,1,1 +2444,428,2402,2,1 +2445,429,2404,1,1 +2446,429,2405,2,1 +2447,429,2406,3,1 +2448,429,2407,4,1 +2449,429,2408,5,1 +2450,429,2409,6,1 +2451,429,2410,7,1 +2452,430,2415,1,1 +2453,430,2416,2,1 +2454,431,2419,1,1 +2455,431,2420,2,1 +2456,431,2421,3,1 +2457,431,2422,4,1 +2458,431,2423,5,1 +2459,431,2424,6,1 +2460,431,2425,7,1 +2461,432,2433,1,1 +2462,432,2434,2,1 +2463,433,2436,1,1 +2464,433,2437,2,1 +2465,433,2438,3,1 +2466,433,2439,4,1 +2467,433,2440,5,1 +2468,433,2441,6,1 +2469,433,2442,7,1 +2470,434,2448,1,1 +2471,434,2449,2,1 +2472,435,2450,1,1 +2473,435,2451,2,1 +2474,435,2452,3,1 +2475,436,2503,1,1 +2476,436,2504,2,1 +2477,436,2454,3,1 +2478,436,2455,4,1 +2479,436,2482,5,1 +2480,436,2483,6,1 +2481,436,2505,7,1 +2482,436,2484,8,1 +2483,436,2456,9,1 +2484,438,2458,1,1 +2485,438,2459,2,1 +2486,438,2460,3,1 +2487,437,2481,1,1 +2488,437,2658,2,1 +2489,437,2502,3,1 +2490,437,2609,4,1 +2491,437,2570,5,1 +2492,437,2453,6,1 +2493,437,2630,7,1 +2494,437,2550,8,1 +2495,437,2529,9,1 +2496,439,2464,1,1 +2497,439,2465,2,1 +2498,440,2514,1,1 +2499,440,2497,2,1 +2500,440,2468,3,1 +2501,440,2469,4,1 +2502,440,2515,5,1 +2503,440,2498,6,1 +2504,440,2470,7,1 +2505,440,2499,8,1 +2506,440,2516,9,1 +2507,441,2560,1,1 +2508,441,2467,2,1 +2509,441,2666,3,1 +2510,441,2579,4,1 +2511,441,2649,5,1 +2512,441,2513,6,1 +2513,441,2496,7,1 +2514,441,2620,8,1 +2515,441,2536,9,1 +2516,442,2472,1,1 +2517,442,2473,2,1 +2518,442,2474,3,1 +2519,443,2477,1,1 +2520,443,2478,2,1 +2521,444,2485,1,1 +2522,444,2486,2,1 +2523,444,2487,3,1 +2524,444,2488,4,1 +2525,444,2489,5,1 +2526,444,2490,6,1 +2527,444,2491,7,1 +2528,444,2492,8,1 +2529,444,2493,9,1 +2530,445,2494,1,1 +2531,445,2495,2,1 +2532,446,2500,1,1 +2533,446,2501,2,1 +2534,447,2510,1,1 +2535,447,2511,2,1 +2536,448,2518,1,1 +2537,448,2519,2,1 +2538,452,2520,1,1 +2539,452,2521,2,1 +2540,452,2522,3,1 +2541,452,2523,4,1 +2542,452,2524,5,1 +2543,452,2525,6,1 +2544,452,2526,7,1 +2545,452,2527,8,1 +2546,452,2528,9,1 +2547,449,2571,1,1 +2548,449,2572,2,1 +2549,449,2530,3,1 +2550,449,2551,4,1 +2551,449,2552,5,1 +2552,449,2553,6,1 +2553,449,2531,7,1 +2554,449,2532,8,1 +2555,449,2573,9,1 +2556,450,2534,1,1 +2557,450,2535,2,1 +2558,451,2580,1,1 +2559,451,2581,2,1 +2560,451,2561,3,1 +2561,451,2537,4,1 +2562,451,2538,5,1 +2563,451,2582,6,1 +2564,451,2539,7,1 +2565,451,2562,8,1 +2566,451,2563,9,1 +2567,453,2542,1,1 +2568,453,2543,2,1 +2569,454,2600,1,1 +2570,454,2544,2,1 +2571,454,2574,3,1 +2572,454,2554,4,1 +2573,454,2568,5,1 +2574,454,2556,6,1 +2575,454,2575,7,1 +2576,454,2613,8,1 +2577,454,2614,9,1 +2578,457,2547,1,1 +2579,458,2548,1,1 +2580,459,2549,1,1 +2581,460,2546,1,1 +2582,460,2569,2,1 +2583,460,2601,3,1 +2584,460,2628,4,1 +2585,460,2656,5,1 +2586,460,2675,6,1 +2587,460,2800,7,1 +2588,460,2821,8,1 +2589,460,2843,9,1 +2590,461,2555,1,1 +2591,456,2557,1,1 +2592,456,2558,2,1 +2593,455,2559,1,1 +2594,455,2583,2,1 +2595,455,2578,3,1 +2596,455,2618,4,1 +2597,455,2565,5,1 +2598,455,2590,6,1 +2599,455,2564,7,1 +2600,455,2625,8,1 +2601,455,2624,9,1 +2602,462,2566,1,1 +2603,462,2567,2,1 +2604,463,2576,1,1 +2605,463,2577,2,1 +2606,464,2602,1,1 +2607,464,2584,2,1 +2608,464,2603,3,1 +2609,464,2604,4,1 +2610,464,2592,5,1 +2611,464,2593,6,1 +2612,464,2585,7,1 +2613,464,2594,8,1 +2614,464,2586,9,1 +2615,465,2605,1,1 +2616,465,2606,2,1 +2617,465,2587,3,1 +2618,465,2588,4,1 +2619,465,2607,5,1 +2620,465,2595,6,1 +2621,465,2596,7,1 +2622,465,2589,8,1 +2623,465,2597,9,1 +2624,466,2598,1,1 +2625,466,2599,2,1 +2626,467,2610,1,1 +2627,467,2631,2,1 +2628,467,2632,3,1 +2629,467,2633,4,1 +2630,467,2611,5,1 +2631,467,2659,6,1 +2632,467,2612,7,1 +2633,467,2660,8,1 +2634,467,2661,9,1 +2635,468,2872,1,1 +2636,468,3004,2,1 +2637,468,2958,3,1 +2638,468,2662,4,1 +2639,468,3052,5,1 +2640,468,2714,6,1 +2641,468,2822,7,1 +2642,468,2615,8,1 +2643,468,2861,9,1 +2644,469,2616,1,1 +2645,469,2617,2,1 +2646,470,2881,1,1 +2647,470,3050,2,1 +2648,470,2959,3,1 +2649,470,2663,4,1 +2650,470,3083,5,1 +2651,470,2718,6,1 +2652,470,2831,7,1 +2653,470,2619,8,1 +2654,470,2868,9,1 +2655,471,2650,1,1 +2656,471,2667,2,1 +2657,471,2621,3,1 +2658,471,2651,4,1 +2659,471,2622,5,1 +2660,471,2668,6,1 +2661,471,2623,7,1 +2662,471,2652,8,1 +2663,471,2669,9,1 +2664,472,2626,1,1 +2665,472,2627,2,1 +2666,473,2635,1,1 +2667,473,2636,2,1 +2668,473,2637,3,1 +2669,473,2638,4,1 +2670,473,2639,5,1 +2671,473,2640,6,1 +2672,473,2641,7,1 +2673,473,2642,8,1 +2674,473,2643,9,1 +2675,474,2647,1,1 +2676,474,2648,2,1 +2677,475,2654,1,1 +2678,475,2655,2,1 +2679,476,2664,1,1 +2680,476,2665,2,1 +2681,477,2670,1,1 +2682,477,2747,2,1 +2683,477,2671,3,1 +2684,477,2672,4,1 +2685,477,2814,5,1 +2686,477,2815,6,1 +2687,477,2748,7,1 +2688,477,2816,8,1 +2689,477,2749,9,1 +2690,478,2673,1,1 +2691,478,2674,2,1 +2692,479,2676,1,1 +2693,479,2677,2,1 +2694,479,2678,3,1 +2695,479,2679,4,1 +2696,479,2680,5,1 +2697,479,2681,6,1 +2698,479,2682,7,1 +2699,479,2683,8,1 +2700,479,2684,9,1 +2701,480,2685,1,1 +2702,480,2686,2,1 +2703,480,2687,3,1 +2704,480,2688,4,1 +2705,480,2689,5,1 +2706,480,2690,6,1 +2707,480,2691,7,1 +2708,480,2692,8,1 +2709,480,2693,9,1 +2710,481,2694,1,1 +2711,481,2697,2,1 +2712,481,2698,3,1 +2713,482,2699,1,1 +2714,482,2700,2,1 +2715,482,2701,3,1 +2716,482,2702,4,1 +2717,482,2703,5,1 +2718,484,2707,1,1 +2719,484,2708,2,1 +2720,484,2824,3,1 +2721,484,2709,4,1 +2722,484,2825,5,1 +2723,484,2826,6,1 +2724,484,2802,7,1 +2725,484,2803,8,1 +2726,484,2804,9,1 +2727,485,2801,1,1 +2728,485,2823,2,1 +2729,485,2706,3,1 +2730,485,2882,4,1 +2731,485,2850,5,1 +2732,485,3154,6,1 +2733,485,3000,7,1 +2734,485,3084,8,1 +2735,485,2954,9,1 +2736,486,2710,1,1 +2737,486,2711,2,1 +2738,486,2805,3,1 +2739,486,2806,4,1 +2740,486,2712,5,1 +2741,486,2827,6,1 +2742,486,2828,7,1 +2743,486,2807,8,1 +2744,486,2829,9,1 +2745,487,2870,1,1 +2746,487,2960,2,1 +2747,487,3273,3,1 +2748,487,3173,4,1 +2749,487,2713,5,1 +2750,487,2854,6,1 +2751,487,3301,7,1 +2752,487,2830,8,1 +2753,487,2961,9,1 +2754,488,2878,1,1 +2755,488,2984,2,1 +2756,488,3291,3,1 +2757,488,3194,4,1 +2758,488,2717,5,1 +2759,488,2858,6,1 +2760,488,3317,7,1 +2761,488,2832,8,1 +2762,488,2992,9,1 +2763,489,2715,1,1 +2764,489,2716,2,1 +2765,492,2719,1,1 +2766,492,2750,2,1 +2767,492,2751,3,1 +2768,492,2774,4,1 +2769,492,2720,5,1 +2770,492,2775,6,1 +2771,492,2721,7,1 +2772,492,2776,8,1 +2773,492,2752,9,1 +2774,493,2722,1,1 +2775,493,2753,2,1 +2776,493,2754,3,1 +2777,493,2777,4,1 +2778,493,2723,5,1 +2779,493,2778,6,1 +2780,493,2724,7,1 +2781,493,2779,8,1 +2782,493,2755,9,1 +2783,494,2725,1,1 +2784,494,2756,2,1 +2785,494,2757,3,1 +2786,494,2780,4,1 +2787,494,2726,5,1 +2788,494,2781,6,1 +2789,494,2727,7,1 +2790,494,2782,8,1 +2791,494,2758,9,1 +2792,495,2728,1,1 +2793,495,2759,2,1 +2794,495,2760,3,1 +2795,495,2783,4,1 +2796,495,2729,5,1 +2797,495,2784,6,1 +2798,495,2730,7,1 +2799,495,2785,8,1 +2800,495,2761,9,1 +2801,496,2731,1,1 +2802,496,2762,2,1 +2803,496,2763,3,1 +2804,496,2786,4,1 +2805,496,2732,5,1 +2806,496,2787,6,1 +2807,496,2733,7,1 +2808,496,2788,8,1 +2809,496,2764,9,1 +2810,497,2734,1,1 +2811,497,2765,2,1 +2812,497,2766,3,1 +2813,497,2789,4,1 +2814,497,2735,5,1 +2815,497,2790,6,1 +2816,497,2736,7,1 +2817,497,2791,8,1 +2818,497,2767,9,1 +2819,498,2737,1,1 +2820,498,2768,2,1 +2821,498,2769,3,1 +2822,498,2792,4,1 +2823,498,2738,5,1 +2824,498,2793,6,1 +2825,498,2739,7,1 +2826,498,2794,8,1 +2827,498,2770,9,1 +2828,499,2740,1,1 +2829,499,2771,2,1 +2830,499,2772,3,1 +2831,499,2795,4,1 +2832,499,2741,5,1 +2833,499,2796,6,1 +2834,499,2742,7,1 +2835,499,2797,8,1 +2836,499,2773,9,1 +2837,490,2744,1,1 +2838,490,2836,2,1 +2839,490,2837,3,1 +2840,490,2838,4,1 +2841,490,2811,5,1 +2842,490,2812,6,1 +2843,490,2745,7,1 +2844,490,2746,8,1 +2845,490,2813,9,1 +2846,491,2810,1,1 +2847,491,3168,2,1 +2848,491,3139,3,1 +2849,491,2864,4,1 +2850,491,2835,5,1 +2851,491,2743,6,1 +2852,491,2988,7,1 +2853,491,3045,8,1 +2854,491,2937,9,1 +2855,500,2798,1,1 +2856,500,2799,2,1 +2857,501,2808,1,1 +2858,501,2809,2,1 +2859,502,3299,1,1 +2860,502,3261,2,1 +2861,502,3366,3,1 +2862,502,2839,4,1 +2863,502,2817,5,1 +2864,502,3164,6,1 +2865,502,2879,7,1 +2866,502,3269,8,1 +2867,502,3088,9,1 +2868,503,3316,1,1 +2869,503,3267,2,1 +2870,503,3413,3,1 +2871,503,2840,4,1 +2872,503,2818,5,1 +2873,503,3167,6,1 +2874,503,2890,7,1 +2875,503,3274,8,1 +2876,503,3094,9,1 +2877,504,2819,1,1 +2878,504,2820,2,1 +2879,505,2833,1,1 +2880,505,2834,2,1 +2881,506,2841,1,1 +2882,506,2842,2,1 +2883,507,2844,1,1 +2884,507,2855,2,1 +2885,507,2847,3,1 +2886,507,2848,4,1 +2887,507,2845,5,1 +2888,507,2856,6,1 +2889,507,2849,7,1 +2890,507,2857,8,1 +2891,507,2846,9,1 +2892,508,2955,1,1 +2893,508,2956,2,1 +2894,508,2883,3,1 +2895,508,2851,4,1 +2896,508,2957,5,1 +2897,508,2884,6,1 +2898,508,2852,7,1 +2899,508,2885,8,1 +2900,508,2853,9,1 +2901,509,2862,1,1 +2902,509,2863,2,1 +2903,509,2880,3,1 +2904,509,2871,4,1 +2905,509,2891,5,1 +2906,510,2859,1,1 +2907,510,2860,2,1 +2908,511,2938,1,1 +2909,511,2865,2,1 +2910,511,2989,3,1 +2911,511,2990,4,1 +2912,511,2991,5,1 +2913,511,2939,6,1 +2914,511,2866,7,1 +2915,511,2940,8,1 +2916,511,2867,9,1 +2917,512,3143,1,1 +2918,512,2941,2,1 +2919,512,3049,3,1 +2920,512,2869,4,1 +2921,512,2993,5,1 +2922,512,3172,6,1 +2923,512,3268,7,1 +2924,512,3300,8,1 +2925,512,3365,9,1 +2926,513,2873,1,1 +2927,513,2874,2,1 +2928,514,2875,1,1 +2929,514,2886,2,1 +2930,514,2887,3,1 +2931,514,2892,4,1 +2932,514,2876,5,1 +2933,514,2893,6,1 +2934,514,2877,7,1 +2935,514,2894,8,1 +2936,514,2888,9,1 +2937,515,2889,1,1 +2938,524,2895,1,1 +2939,524,2896,2,1 +2940,524,2897,3,1 +2941,524,2898,4,1 +2942,524,2899,5,1 +2943,524,2900,6,1 +2944,524,2901,7,1 +2945,524,2902,8,1 +2946,524,2903,9,1 +2947,525,2904,1,1 +2948,525,2962,2,1 +2949,525,2998,3,1 +2950,525,3153,4,1 +2951,525,3195,5,1 +2952,525,3272,6,1 +2953,525,3315,7,1 +2954,525,3537,8,1 +2955,525,3576,9,1 +2956,516,2934,1,1 +2957,516,2935,2,1 +2958,516,3023,3,1 +2959,516,3024,4,1 +2960,516,2936,5,1 +2961,516,2985,6,1 +2962,516,2986,7,1 +2963,516,3025,8,1 +2964,516,2987,9,1 +2965,517,2905,1,1 +2966,517,2906,2,1 +2967,518,2907,1,1 +2968,518,2908,2,1 +2969,518,2909,3,1 +2970,518,2910,4,1 +2971,518,2911,5,1 +2972,519,2912,1,1 +2973,519,2913,2,1 +2974,519,2914,3,1 +2975,519,2915,4,1 +2976,519,2916,5,1 +2977,520,2917,1,1 +2978,520,2918,2,1 +2979,520,2919,3,1 +2980,520,2920,4,1 +2981,520,2921,5,1 +2982,521,2922,1,1 +2983,521,2923,2,1 +2984,521,2924,3,1 +2985,521,2925,4,1 +2986,521,2926,5,1 +2987,522,2927,1,1 +2988,522,2928,2,1 +2989,522,2929,3,1 +2990,522,2930,4,1 +2991,522,2931,5,1 +2992,523,2932,1,1 +2993,523,2933,2,1 +2994,523,2983,3,1 +2995,523,2944,4,1 +2996,523,2997,5,1 +2997,527,2945,1,1 +2998,527,2946,2,1 +2999,527,2947,3,1 +3000,527,2948,4,1 +3001,527,2949,5,1 +3002,527,2950,6,1 +3003,527,2951,7,1 +3004,527,2952,8,1 +3005,527,2953,9,1 +3006,526,2942,1,1 +3007,526,2943,2,1 +3008,532,2972,1,1 +3009,532,2973,2,1 +3010,532,2974,3,1 +3011,532,2975,4,1 +3012,532,2976,5,1 +3013,532,2977,6,1 +3014,532,2978,7,1 +3015,532,2979,8,1 +3016,532,2980,9,1 +3017,529,2981,1,1 +3018,529,2982,2,1 +3019,528,2963,1,1 +3020,528,2964,2,1 +3021,528,2965,3,1 +3022,528,2966,4,1 +3023,528,2967,5,1 +3024,528,2968,6,1 +3025,528,2969,7,1 +3026,528,2970,8,1 +3027,528,2971,9,1 +3028,530,2994,1,1 +3029,530,3144,2,1 +3030,530,3279,3,1 +3031,531,2995,1,1 +3032,531,2996,2,1 +3033,533,2999,1,1 +3034,533,3158,2,1 +3035,533,3292,3,1 +3036,534,3001,1,1 +3037,534,3155,2,1 +3038,534,3085,3,1 +3039,534,3156,4,1 +3040,534,3086,5,1 +3041,534,3002,6,1 +3042,534,3157,7,1 +3043,534,3003,8,1 +3044,534,3087,9,1 +3045,535,3005,1,1 +3046,535,3006,2,1 +3047,535,3007,3,1 +3048,535,3008,4,1 +3049,535,3009,5,1 +3050,535,3010,6,1 +3051,535,3011,7,1 +3052,535,3012,8,1 +3053,535,3013,9,1 +3054,536,3014,1,1 +3055,536,3145,2,1 +3056,536,3280,3,1 +3057,537,3016,1,1 +3058,537,3147,2,1 +3059,537,3282,3,1 +3060,538,3015,1,1 +3061,538,3146,2,1 +3062,538,3281,3,1 +3063,539,3018,1,1 +3064,539,3149,2,1 +3065,539,3284,3,1 +3066,540,3017,1,1 +3067,540,3148,2,1 +3068,540,3283,3,1 +3069,541,3020,1,1 +3070,541,99999,2,1 +3071,541,99999,3,1 +3072,542,3019,1,1 +3073,542,3150,2,1 +3074,542,3285,3,1 +3075,543,3021,1,1 +3076,543,3022,2,1 +3077,544,3026,1,1 +3078,544,3027,2,1 +3079,544,3028,3,1 +3080,544,3029,4,1 +3081,544,3030,5,1 +3082,544,3031,6,1 +3083,544,3032,7,1 +3084,544,3033,8,1 +3085,544,3034,9,1 +3086,545,3035,1,1 +3087,545,3036,2,1 +3088,545,3037,3,1 +3089,545,3038,4,1 +3090,545,3039,5,1 +3091,545,3040,6,1 +3092,545,3041,7,1 +3093,545,3042,8,1 +3094,545,3043,9,1 +3095,546,3044,1,1 +3096,547,3046,1,1 +3097,547,3140,2,1 +3098,547,3169,3,1 +3099,547,3141,4,1 +3100,547,3170,5,1 +3101,547,3047,6,1 +3102,547,3142,7,1 +3103,547,3171,8,1 +3104,547,3048,9,1 +3105,553,3051,1,1 +3106,548,3053,1,1 +3107,548,3054,2,1 +3108,549,3055,1,1 +3109,549,3056,2,1 +3110,549,3057,3,1 +3111,549,3058,4,1 +3112,549,3059,5,1 +3113,549,3060,6,1 +3114,549,3061,7,1 +3115,549,3062,8,1 +3116,549,3063,9,1 +3117,550,3064,1,1 +3118,551,3065,1,1 +3119,551,3066,2,1 +3120,551,3067,3,1 +3121,551,3068,4,1 +3122,551,3069,5,1 +3123,551,3070,6,1 +3124,551,3071,7,1 +3125,551,3072,8,1 +3126,551,3073,9,1 +3127,552,3074,1,1 +3128,552,3075,2,1 +3129,552,3076,3,1 +3130,552,3077,4,1 +3131,554,3078,1,1 +3132,554,3079,2,1 +3133,554,3080,3,1 +3134,554,3081,4,1 +3135,554,3082,5,1 +3136,555,3089,1,1 +3137,555,3090,2,1 +3138,555,3091,3,1 +3139,555,3092,4,1 +3140,555,3093,5,1 +3141,556,3128,1,1 +3142,556,3129,2,1 +3143,557,3130,1,1 +3144,557,3131,2,1 +3145,557,3134,5,1 +3146,557,3135,6,1 +3147,557,3136,7,1 +3148,557,3138,9,1 +3149,557,3132,3,1 +3150,557,3133,4,1 +3151,557,3137,8,1 +3152,558,3151,1,1 +3153,558,3152,2,1 +3154,559,3162,1,1 +3155,559,3163,2,1 +3156,559,3159,3,1 +3157,559,3160,4,1 +3158,559,3161,5,1 +3159,560,3165,1,1 +3160,560,3166,2,1 +3161,561,3174,1,1 +3162,561,3175,2,1 +3163,561,3176,3,1 +3164,561,3177,4,1 +3165,561,3178,5,1 +3166,561,3179,6,1 +3167,561,3180,7,1 +3168,561,3181,8,1 +3169,561,3182,9,1 +3170,562,3183,1,1 +3171,562,3184,2,1 +3172,562,3185,3,1 +3173,562,3186,4,1 +3174,562,3187,5,1 +3175,562,3188,6,1 +3176,562,3189,7,1 +3177,562,3190,8,1 +3178,562,3191,9,1 +3179,563,3192,1,1 +3180,563,3193,2,1 +3181,571,3241,1,1 +3182,571,3242,2,1 +3183,571,3243,3,1 +3184,571,3244,4,1 +3185,571,3245,5,1 +3186,571,3246,6,1 +3187,571,3247,7,1 +3188,571,3248,8,1 +3189,571,3249,9,1 +3190,572,3250,1,1 +3191,572,3251,2,1 +3192,572,3252,3,1 +3193,572,3253,4,1 +3194,572,3254,5,1 +3195,572,3255,6,1 +3196,572,3256,7,1 +3197,572,3257,8,1 +3198,572,3258,9,1 +3199,573,3196,1,1 +3200,573,3197,2,1 +3201,573,3198,3,1 +3202,573,3199,4,1 +3203,573,3200,5,1 +3204,573,3201,6,1 +3205,573,3202,7,1 +3206,573,3203,8,1 +3207,573,3204,9,1 +3208,574,3205,1,1 +3209,574,3206,2,1 +3210,574,3207,3,1 +3211,574,3208,4,1 +3212,574,3209,5,1 +3213,574,3210,6,1 +3214,574,3211,7,1 +3215,574,3212,8,1 +3216,574,3213,9,1 +3217,575,3214,1,1 +3218,575,3215,2,1 +3219,575,3216,3,1 +3220,575,3217,4,1 +3221,575,3218,5,1 +3222,575,3219,6,1 +3223,575,3220,7,1 +3224,575,3221,8,1 +3225,575,3222,9,1 +3226,576,3223,1,1 +3227,576,3224,2,1 +3228,576,3225,3,1 +3229,577,3226,1,1 +3230,577,3227,2,1 +3231,577,3228,3,1 +3232,577,3229,4,1 +3233,577,3230,5,1 +3234,565,3826,1,1 +3235,565,3231,2,1 +3236,565,3275,3,1 +3237,565,3628,4,1 +3238,565,3327,5,1 +3239,565,99999,6,1 +3240,565,3949,7,1 +3241,565,99999,8,1 +3242,565,3724,9,1 +3243,564,3232,1,1 +3244,564,3328,2,1 +3245,564,3329,3,1 +3246,564,3276,4,1 +3247,564,3233,5,1 +3248,564,3330,6,1 +3249,564,3277,7,1 +3250,564,3278,8,1 +3251,564,3234,9,1 +3252,567,3236,1,1 +3253,567,3237,2,1 +3254,567,3238,3,1 +3255,567,3239,4,1 +3256,567,3235,5,1 +3257,566,3657,1,1 +3258,566,3765,2,1 +3259,566,3725,3,1 +3260,566,3331,4,1 +3261,566,3800,5,1 +3262,566,3464,6,1 +3263,566,3577,7,1 +3264,566,3240,8,1 +3265,566,3648,9,1 +3266,568,3259,1,1 +3267,568,3260,2,1 +3268,578,3669,1,1 +3269,578,3793,2,1 +3270,578,3729,3,1 +3271,578,3337,4,1 +3272,578,3816,5,1 +3273,578,3498,6,1 +3274,578,3585,7,1 +3275,578,3262,8,1 +3276,578,3652,9,1 +3277,569,3264,1,1 +3278,569,3265,2,1 +3279,569,3266,3,1 +3280,569,3362,4,1 +3281,569,3296,5,1 +3282,569,3363,6,1 +3283,569,3364,7,1 +3284,569,3297,8,1 +3285,569,3298,9,1 +3286,570,3761,1,1 +3287,570,3361,2,1 +3288,570,99999,3,1 +3289,570,3974,4,1 +3290,570,99999,5,1 +3291,570,3295,6,1 +3292,570,3900,7,1 +3293,570,3679,8,1 +3294,570,3263,9,1 +3295,579,3270,1,1 +3296,579,3271,2,1 +3297,580,3290,1,1 +3298,580,3286,2,1 +3299,580,3287,3,1 +3300,580,3288,4,1 +3301,580,3289,5,1 +3302,581,3293,1,1 +3303,581,3294,2,1 +3304,587,3304,1,1 +3305,587,3305,2,1 +3306,587,3306,3,1 +3307,587,3307,4,1 +3308,587,3308,5,1 +3309,587,3309,6,1 +3310,587,3310,7,1 +3311,587,3311,8,1 +3312,587,3312,9,1 +3313,584,3313,1,1 +3314,584,3314,2,1 +3315,585,3334,1,1 +3316,585,3335,2,1 +3317,585,3336,3,1 +3318,585,3332,4,1 +3319,585,3333,5,1 +3320,588,3318,1,1 +3321,588,3319,2,1 +3322,588,3320,3,1 +3323,588,3321,4,1 +3324,588,3322,5,1 +3325,588,3323,6,1 +3326,588,3324,7,1 +3327,588,3325,8,1 +3328,588,3326,9,1 +3329,589,3338,1,1 +3330,589,3339,2,1 +3331,590,3340,1,1 +3332,590,3341,2,1 +3333,603,3343,1,1 +3334,603,3344,2,1 +3335,603,3345,3,1 +3336,603,3346,4,1 +3337,604,3347,1,1 +3338,604,3348,2,1 +3339,604,3342,3,1 +3340,605,3349,1,1 +3341,605,3350,2,1 +3342,605,3351,3,1 +3343,606,3352,1,1 +3344,606,3353,2,1 +3345,606,3354,3,1 +3346,606,3355,4,1 +3347,606,3356,5,1 +3348,606,3357,6,1 +3349,606,3358,7,1 +3350,606,3359,8,1 +3351,606,3360,9,1 +3352,607,3367,1,1 +3353,607,3368,2,1 +3354,607,3369,3,1 +3355,607,3370,4,1 +3356,607,3371,5,1 +3357,607,3372,6,1 +3358,607,3373,7,1 +3359,607,3374,8,1 +3360,607,3375,9,1 +3361,599,3385,1,1 +3362,599,3386,2,1 +3363,599,3387,3,1 +3364,599,3388,4,1 +3365,599,3389,5,1 +3366,599,3390,6,1 +3367,599,3391,7,1 +3368,599,3392,8,1 +3369,599,3393,9,1 +3370,600,3394,1,1 +3371,601,3395,1,1 +3372,601,3396,2,1 +3373,601,3397,3,1 +3374,601,3398,4,1 +3375,601,3399,5,1 +3376,601,3400,6,1 +3377,601,3401,7,1 +3378,601,3402,8,1 +3379,601,3403,9,1 +3380,602,3404,1,1 +3381,602,3405,2,1 +3382,602,3406,3,1 +3383,602,3407,4,1 +3384,602,3408,5,1 +3385,602,3409,6,1 +3386,602,3410,7,1 +3387,602,3411,8,1 +3388,602,3412,9,1 +3389,598,3376,1,1 +3390,598,3377,2,1 +3391,598,3378,3,1 +3392,598,3379,4,1 +3393,598,3380,5,1 +3394,598,3381,6,1 +3395,598,3382,7,1 +3396,598,3383,8,1 +3397,598,3384,9,1 +3398,613,3455,1,1 +3399,613,3578,2,1 +3400,613,3456,3,1 +3401,613,3457,4,1 +3402,613,3538,5,1 +3403,613,3539,6,1 +3404,613,3579,7,1 +3405,613,3540,8,1 +3406,613,3580,9,1 +3407,614,3458,1,1 +3408,614,3459,2,1 +3409,614,3460,3,1 +3410,614,3461,4,1 +3411,614,3462,5,1 +3412,609,3656,1,1 +3413,609,3730,2,1 +3414,609,3978,3,1 +3415,609,3923,4,1 +3416,609,3463,5,1 +3417,609,3629,6,1 +3418,609,3981,7,1 +3419,609,3584,8,1 +3420,609,3731,9,1 +3421,615,3465,1,1 +3422,615,3466,2,1 +3423,615,3467,3,1 +3424,615,3468,4,1 +3425,615,3469,5,1 +3426,615,3470,6,1 +3427,615,3471,7,1 +3428,615,3472,8,1 +3429,615,3473,9,1 +3430,616,3474,1,1 +3431,616,3475,2,1 +3432,616,3476,3,1 +3433,616,3477,4,1 +3434,616,3478,5,1 +3435,616,3479,6,1 +3436,616,3480,7,1 +3437,616,3481,8,1 +3438,616,3482,9,1 +3439,617,3483,1,1 +3440,617,3484,2,1 +3441,617,3485,3,1 +3442,617,3486,4,1 +3443,617,3487,5,1 +3444,617,3488,6,1 +3445,617,3489,7,1 +3446,617,3490,8,1 +3447,617,3491,9,1 +3448,618,3492,1,1 +3449,618,3493,2,1 +3450,618,3494,3,1 +3451,618,3495,4,1 +3452,618,3496,5,1 +3453,619,3667,1,1 +3454,619,3732,2,1 +3455,619,3984,3,1 +3456,619,3945,4,1 +3457,619,3497,5,1 +3458,619,3641,6,1 +3459,619,3988,7,1 +3460,619,3594,8,1 +3461,619,3743,9,1 +3462,611,3511,1,1 +3463,611,3512,2,1 +3464,611,3513,3,1 +3465,611,3514,4,1 +3466,611,3515,5,1 +3467,611,3516,6,1 +3468,611,3517,7,1 +3469,611,3518,8,1 +3470,611,3519,9,1 +3471,610,3502,1,1 +3472,610,3503,2,1 +3473,610,3504,3,1 +3474,610,3505,4,1 +3475,610,3506,5,1 +3476,610,3507,6,1 +3477,610,3508,7,1 +3478,610,3509,8,1 +3479,610,3510,9,1 +3480,612,3499,1,1 +3481,612,3500,2,1 +3482,612,3596,3,1 +3483,612,3597,4,1 +3484,612,3501,5,1 +3485,612,3559,6,1 +3486,612,3560,7,1 +3487,612,3598,8,1 +3488,612,3561,9,1 +3489,620,3520,1,1 +3490,620,3521,2,1 +3491,620,3522,3,1 +3492,620,3523,4,1 +3493,620,3524,5,1 +3494,620,3525,6,1 +3495,621,3526,1,1 +3496,621,3527,2,1 +3497,621,3528,3,1 +3498,621,3529,4,1 +3499,621,3530,5,1 +3500,621,3531,6,1 +3501,622,3532,1,1 +3502,622,3533,2,1 +3503,622,3534,3,1 +3504,622,3535,4,1 +3505,622,3536,5,1 +3506,623,3544,1,1 +3507,623,3545,2,1 +3508,623,3541,3,1 +3509,623,3542,4,1 +3510,623,3543,5,1 +3511,624,3546,1,1 +3512,625,3547,1,1 +3513,626,3548,1,1 +3514,627,3549,1,1 +3515,628,3550,1,1 +3516,628,3551,2,1 +3517,628,3552,3,1 +3518,628,3553,4,1 +3519,628,3554,5,1 +3520,628,3555,6,1 +3521,628,3556,7,1 +3522,628,3557,8,1 +3523,628,3558,9,1 +3524,629,3573,1,1 +3525,629,3574,2,1 +3526,629,3566,3,1 +3527,629,3567,4,1 +3528,629,3575,5,1 +3529,629,3562,6,1 +3530,629,3563,7,1 +3531,629,3568,8,1 +3532,629,3564,9,1 +3533,631,3980,1,1 +3534,631,3970,2,1 +3535,631,3982,3,1 +3536,631,3605,4,1 +3537,631,3565,5,1 +3538,631,3905,6,1 +3539,630,3987,1,1 +3540,630,3975,2,1 +3541,630,3989,3,1 +3542,630,3606,4,1 +3543,630,3569,5,1 +3544,630,3909,6,1 +3545,632,3570,1,1 +3546,632,3591,2,1 +3547,632,3571,3,1 +3548,632,3572,4,1 +3549,632,3581,5,1 +3550,632,3582,6,1 +3551,632,3592,7,1 +3552,632,3583,8,1 +3553,632,3593,9,1 +3554,633,3586,1,1 +3555,633,3588,2,1 +3556,633,3589,3,1 +3557,633,3590,4,1 +3558,633,3587,5,1 +3559,634,3595,1,1 +3560,635,3622,1,1 +3561,635,3623,2,1 +3562,635,3599,3,1 +3563,635,3600,4,1 +3564,635,3624,5,1 +3565,635,3602,6,1 +3566,635,3603,7,1 +3567,635,3601,8,1 +3568,635,3604,9,1 +3569,636,3607,1,1 +3570,636,3608,2,1 +3571,637,3609,1,1 +3572,637,3663,2,1 +3573,637,3714,3,1 +3574,637,3750,4,1 +3575,637,3815,5,1 +3576,637,3845,6,1 +3577,637,3926,7,1 +3578,637,3977,8,1 +3579,637,3986,9,1 +3580,638,3610,1,1 +3581,638,3611,2,1 +3582,638,3612,3,1 +3583,638,3613,4,1 +3584,638,3614,5,1 +3585,638,3615,6,1 +3586,638,3616,7,1 +3587,638,3617,8,1 +3588,638,3618,9,1 +3589,639,3619,1,1 +3590,639,3630,2,1 +3591,639,3620,3,1 +3592,639,3621,4,1 +3593,639,3633,5,1 +3594,639,3634,6,1 +3595,639,3631,7,1 +3596,639,3635,8,1 +3597,639,3632,9,1 +3598,640,3625,1,1 +3599,640,3721,2,1 +3600,640,3824,3,1 +3601,640,3823,4,1 +3602,640,3722,5,1 +3603,640,3723,6,1 +3604,640,3626,7,1 +3605,640,3825,8,1 +3606,640,3627,9,1 +3607,641,3639,1,1 +3608,641,3636,2,1 +3609,641,3637,3,1 +3610,641,3638,4,1 +3611,641,3640,5,1 +3612,642,3642,1,1 +3613,642,3643,2,1 +3614,642,3644,3,1 +3615,642,3645,4,1 +3616,643,3913,1,1 +3617,643,3690,2,1 +3618,643,3691,3,1 +3619,643,3787,4,1 +3620,643,3733,5,1 +3621,643,3646,6,1 +3622,643,3914,7,1 +3623,643,3832,8,1 +3624,643,3788,9,1 +3625,644,3915,1,1 +3626,644,3647,2,1 +3627,644,3789,3,1 +3628,644,3916,4,1 +3629,644,3692,5,1 +3630,644,3790,6,1 +3631,644,3693,7,1 +3632,644,3734,8,1 +3633,644,3833,9,1 +3634,645,3658,1,1 +3635,645,3659,2,1 +3636,645,3649,3,1 +3637,645,3650,4,1 +3638,645,3660,5,1 +3639,645,3653,6,1 +3640,645,3654,7,1 +3641,645,3651,8,1 +3642,645,3655,9,1 +3643,646,3668,1,1 +3644,646,3976,2,1 +3645,646,3827,3,1 +3646,646,3747,4,1 +3647,646,3979,5,1 +3648,646,3842,6,1 +3649,647,3661,1,1 +3650,647,3662,2,1 +3651,648,3670,1,1 +3652,648,3664,2,1 +3653,648,3671,3,1 +3654,648,3672,4,1 +3655,648,3681,5,1 +3656,648,3682,6,1 +3657,648,3665,7,1 +3658,648,3683,8,1 +3659,648,3666,9,1 +3660,649,3673,1,1 +3661,649,3674,2,1 +3662,649,3687,3,1 +3663,649,3688,4,1 +3664,649,3675,5,1 +3665,649,3684,6,1 +3666,649,3685,7,1 +3667,649,3689,8,1 +3668,649,3686,9,1 +3669,651,3680,1,1 +3670,651,3983,2,1 +3671,651,3831,3,1 +3672,651,3751,4,1 +3673,651,3985,5,1 +3674,651,3901,6,1 +3678,650,3899,1,1 +3679,650,3897,2,1 +3680,650,3676,3,1 +3681,650,3762,4,1 +3682,650,3677,5,1 +3683,650,3678,6,1 +3684,650,3763,7,1 +3685,650,3898,8,1 +3686,650,3764,9,1 +3687,652,3694,1,1 +3688,652,3706,2,1 +3689,652,3695,3,1 +3690,652,3696,4,1 +3691,652,3700,5,1 +3692,652,3701,6,1 +3693,652,3707,7,1 +3694,652,3702,8,1 +3695,652,3708,9,1 +3696,653,3697,1,1 +3697,653,3698,2,1 +3698,653,3709,3,1 +3699,653,3710,4,1 +3700,653,3699,5,1 +3701,653,3703,6,1 +3702,653,3704,7,1 +3703,653,3711,8,1 +3704,653,3705,9,1 +3705,654,3712,1,1 +3706,654,3713,2,1 +3707,655,3726,1,1 +3708,655,3727,2,1 +3709,655,3718,3,1 +3710,655,3719,4,1 +3711,655,3728,5,1 +3712,655,3715,6,1 +3713,655,3716,7,1 +3714,655,3720,8,1 +3715,655,3717,9,1 +3716,656,3744,1,1 +3717,656,3738,2,1 +3718,656,3745,3,1 +3719,656,3746,4,1 +3720,656,3735,5,1 +3721,656,3736,6,1 +3722,656,3739,7,1 +3723,656,3737,8,1 +3724,656,3740,9,1 +3725,657,3837,1,1 +3726,657,3838,2,1 +3727,657,3917,3,1 +3728,657,3918,4,1 +3729,657,3919,5,1 +3730,657,3741,6,1 +3731,657,3742,7,1 +3732,657,3791,8,1 +3733,657,3792,9,1 +3734,658,3748,1,1 +3735,658,3749,2,1 +3736,659,3758,1,1 +3737,659,3759,2,1 +3738,659,3753,3,1 +3739,660,3755,1,1 +3740,660,3757,2,1 +3741,660,3754,3,1 +3742,661,3756,1,1 +3743,661,3752,2,1 +3744,661,3760,3,1 +3745,662,3766,1,1 +3746,662,3794,2,1 +3747,662,3767,3,1 +3748,662,3768,4,1 +3749,662,3781,5,1 +3750,662,3782,6,1 +3751,662,3795,7,1 +3752,662,3783,8,1 +3753,662,3796,9,1 +3754,663,3784,1,1 +3755,663,3785,2,1 +3756,663,3797,3,1 +3757,663,3798,4,1 +3758,663,3786,5,1 +3759,663,3769,6,1 +3760,663,3770,7,1 +3761,663,3799,8,1 +3762,663,3771,9,1 +3763,664,3772,1,1 +3764,664,3773,2,1 +3765,664,3774,3,1 +3766,664,3775,4,1 +3767,664,3776,5,1 +3768,664,3777,6,1 +3769,664,3778,7,1 +3770,664,3779,8,1 +3771,664,3780,9,1 +3772,665,3801,1,1 +3773,665,3802,2,1 +3774,665,3803,3,1 +3775,665,3804,4,1 +3776,665,3805,5,1 +3777,665,3806,6,1 +3778,666,3807,1,1 +3779,666,3808,2,1 +3780,666,3809,3,1 +3781,666,3810,4,1 +3782,666,3811,5,1 +3783,666,3812,6,1 +3784,667,3813,1,1 +3785,667,3814,2,1 +3786,668,3817,1,1 +3787,668,3818,2,1 +3788,668,3828,3,1 +3789,668,3829,4,1 +3790,668,3819,5,1 +3791,668,3820,6,1 +3792,668,3821,7,1 +3793,668,3830,8,1 +3794,668,3822,9,1 +3795,670,3855,1,1 +3796,670,3856,2,1 +3797,670,3857,3,1 +3798,671,3858,1,1 +3799,671,3859,2,1 +3800,671,3860,3,1 +3801,669,3846,1,1 +3802,669,3834,2,1 +3803,669,3847,3,1 +3804,669,3848,4,1 +3805,669,3839,5,1 +3806,669,3840,6,1 +3807,669,3835,7,1 +3808,669,3841,8,1 +3809,669,3836,9,1 +3810,672,3861,1,1 +3811,672,3862,2,1 +3812,673,3863,1,1 +3813,673,3864,2,1 +3814,674,3865,1,1 +3815,674,3866,2,1 +3816,675,3867,1,1 +3817,675,3868,2,1 +3818,676,3869,1,1 +3819,676,3870,2,1 +3820,677,3871,1,1 +3821,677,3872,2,1 +3822,678,3873,1,1 +3823,678,3874,2,1 +3824,679,3875,1,1 +3825,679,3876,2,1 +3826,680,3877,1,1 +3827,680,3878,2,1 +3828,681,3879,1,1 +3829,681,3880,2,1 +3830,682,3881,1,1 +3831,682,3882,2,1 +3832,683,3883,1,1 +3833,683,3884,2,1 +3834,684,3885,1,1 +3835,684,3886,2,1 +3836,685,3887,1,1 +3837,685,3888,2,1 +3838,686,3889,1,1 +3839,686,3890,2,1 +3840,687,3891,1,1 +3841,687,3892,2,1 +3842,688,3893,1,1 +3843,688,3894,2,1 +3844,689,3895,1,1 +3845,689,3896,2,1 +3846,690,3849,1,1 +3847,690,3850,2,1 +3848,690,3902,3,1 +3849,690,3903,4,1 +3850,690,3851,5,1 +3851,690,3852,6,1 +3852,690,3853,7,1 +3853,690,3904,8,1 +3854,690,3854,9,1 +3855,691,3843,1,1 +3856,691,3844,2,1 +3857,692,3920,1,1 +3858,692,3906,2,1 +3859,692,3921,3,1 +3860,692,3922,4,1 +3861,692,3910,5,1 +3862,692,3911,6,1 +3863,692,3907,7,1 +3864,692,3912,8,1 +3865,692,3908,9,1 +3866,693,3924,1,1 +3867,693,3925,2,1 +3868,694,3927,1,1 +3869,694,3928,2,1 +3870,694,3929,3,1 +3871,694,3930,4,1 +3872,694,3931,5,1 +3873,694,3932,6,1 +3874,694,3933,7,1 +3875,694,3934,8,1 +3876,694,3935,9,1 +3877,695,3936,1,1 +3878,695,3937,2,1 +3879,695,3938,3,1 +3880,695,3939,4,1 +3881,695,3940,5,1 +3882,695,3941,6,1 +3883,695,3942,7,1 +3884,695,3943,8,1 +3885,695,3944,9,1 +3886,696,99999,1,1 +3887,696,3946,2,1 +3888,696,99999,3,1 +3889,696,3948,4,1 +3890,696,99999,5,1 +3891,696,3947,6,1 +3892,696,99999,7,1 +3893,696,99999,8,1 +3894,696,99999,9,1 +3895,697,3952,1,1 +3896,697,3964,2,1 +3897,697,3953,3,1 +3898,697,3954,4,1 +3899,697,3958,5,1 +3900,697,3959,6,1 +3901,697,3965,7,1 +3902,697,3960,8,1 +3903,697,3966,9,1 +3904,698,3955,1,1 +3905,698,3956,2,1 +3906,698,3967,3,1 +3907,698,3968,4,1 +3908,698,3957,5,1 +3909,698,3961,6,1 +3910,698,3962,7,1 +3911,698,3969,8,1 +3912,698,3963,9,1 +3913,699,99999,1,1 +3914,699,99999,2,1 +3915,699,99999,3,1 +3916,699,99999,4,1 +3917,699,99999,5,1 +3918,699,99999,6,1 +3919,699,99999,7,1 +3920,699,3990,8,1 +3921,699,99999,9,1 +3922,701,3993,1,1 +3923,701,3994,2,1 +3924,701,3995,3,1 +3925,701,3996,4,1 +3926,701,3997,5,1 +3927,701,3998,6,1 +3928,701,3999,7,1 +3929,701,4000,8,1 +3930,701,4001,9,1 +3931,702,4002,1,1 +3932,702,4003,2,1 +3933,702,4004,3,1 +3934,702,4005,4,1 +3935,702,4006,5,1 +3936,702,4007,6,1 +3937,702,4008,7,1 +3938,702,4009,8,1 +3939,702,4010,9,1 +3940,703,4011,1,1 +3941,703,4012,2,1 +3942,703,4013,3,1 +3943,703,4014,4,1 +3944,703,4015,5,1 +3945,703,4016,6,1 +3946,703,4017,7,1 +3947,703,4018,8,1 +3948,703,4019,9,1 +3949,700,3950,1,1 +3950,700,3951,2,1 +3951,704,99999,1,1 +3952,704,99999,2,1 +3953,704,99999,3,1 +3954,704,3992,4,1 +3955,704,99999,5,1 +3956,704,99999,6,1 +3957,704,99999,7,1 +3958,704,3991,8,1 +3959,704,99999,9,1 +3960,705,99999,1,1 +3961,705,99999,2,1 +3962,705,99999,3,1 +3963,705,99999,4,1 +3964,705,99999,5,1 +3965,705,99999,6,1 +3966,705,3973,7,1 +3967,705,3971,8,1 +3968,705,3972,9,1 diff --git a/src/router/databases/csv/album_unit_type.csv b/src/router/databases/csv/album_unit_type.csv new file mode 100644 index 0000000..59fb50b --- /dev/null +++ b/src/router/databases/csv/album_unit_type.csv @@ -0,0 +1,287 @@ +_unitTypeId,_name,_nameAlpha,_age,_birthday,_bloodType,_height,_cv,_masterReleaseLabelId +1,高坂穂乃果,HONOKA KOSAKA,2,8月3日,O型,157,新田恵海,1 +2,絢瀬絵里,ELI AYASE,3,10月21日,B型,162,南條愛乃,1 +3,南ことり,KOTORI MINAMI,2,9月12日,O型,159,内田 彩,1 +4,園田海未,UMI SONODA,2,3月15日,A型,159,三森すずこ,1 +5,星空凛,RIN HOSHIZORA,1,11月1日,A型,155,飯田里穂,1 +6,西木野真姫,MAKI NISHIKINO,1,4月19日,AB型,161,Pile,1 +7,東條希,NOZOMI TOJO,3,6月9日,O型,159,楠田亜衣奈,1 +8,小泉花陽,HANAYO KOIZUMI,1,1月17日,B型,156,久保ユリカ,1 +9,矢澤にこ,NICO YAZAWA,3,7月22日,A型,154,徳井青空,1 +10,μ's,μ's,?,?月?日,?型,?,????,1 +11,桜坂しずく,SHIZUKU OSAKA,1,4月3日,A型,157,????,1 +12,宮下ココ,COCO MIYASHITA,1,6月2日,A型,155,????,1 +13,逢沢遊宇,YUU AIZAWA,1,7月7日,O型,157,????,1 +14,一之瀬マリカ,MARIKA ICHINOSE,2,4月20日,B型,161,????,1 +15,結城紗菜,SANA YUKI,2,8月20日,B型,160,????,1 +16,西村文絵,FUMIE NISHIMURA,2,9月20日,B型,156,????,1 +17,永山みなみ,MINAMI NAGAYAMA,3,8月30日,O型,163,????,1 +18,クリスティーナ,CHRISTINA,3,1月21日,A型,161,????,1 +19,菊池朱美,AKEMI KIKUCHI,3,10月30日,B型,160,????,1 +20,須田いるか,IRUKA SUDA,1,2月18日,O型,159,????,1 +21,杉崎亜矢,AYA SUGISAKI,1,9月30日,O型,153,????,1 +22,御堂優理,YURI MIDO,1,12月24日,A型,164,????,1 +23,佐伯麗音,REINE SAEKI,2,6月16日,A型,155,????,1 +24,鳥居歩美,AYUMI TORII,2,3月8日,A型,154,????,1 +25,神谷理華,RIKA KAMIYA,2,1月7日,A型,159,????,1 +26,森嶋ななか,NANAKA MORISHIMA,3,3月7日,B型,163,????,1 +27,九条聖来,SEIRA KUJO,3,11月15日,O型,158,????,1 +28,近江彼方,KANATA KONOE,3,12月16日,O型,158,????,1 +29,近江遥,HARUKA KONOE,1,11月11日,A型,154,????,1 +30,下園咲,SAKI SHIMOZONO,1,5月5日,A型,158,????,1 +31,田中さち子,SACHIKO TANAKA,1,9月3日,AB型,156,????,1 +32,支倉かさね,KASANE HASEKURA,2,12月12日,O型,161,????,1 +33,多々良るう,RU TATARA,2,3月25日,A型,152,????,1 +34,篠宮あきる,AKIRU SHINOMIYA,2,7月20日,O型,160,????,1 +35,吉川瑞希,MIZUKI KIKKAWA,3,10月20日,A型,167,????,1 +36,白木凪,NAGI SHIRAKI,3,2月9日,B型,150,????,1 +37,藤城悠弓,YUMI FUJISHIRO,3,5月15日,AB型,165,????,1 +38,深山聡子,SATOKO MIYAMA,?,6月8日,O型,164,????,1 +39,山内奈々子,NANAKO YAMAUCHI,?,12月8日,A型,153,????,1 +40,笹原京子,KYOKO SASAHARA,?,9月8日,B型,168,????,1 +41,黒崎隼,SHUN KUROSAKI,2,6月15日,O型,163,????,1 +42,設楽ふみ,FUMI SHITARA,1,3月20日,AB型,151,????,1 +43,門田剣,TSURUGI KADOTA,3,7月10日,A型,168,????,1 +44,アルパカ[白],alpaca,?,?月?日,?型,?,????,1 +45,桐原優香,YUUKA KIRIHARA,2,4月2日,A型,158,????,1 +46,斉木風,FUU SAIKI,1,8月12日,O型,162,????,1 +47,福原命,MIKOTO FUKUHARA,1,11月5日,A型,147,????,1 +48,坂巻千鶴子,CHIDUKO SAKAMAKI,2,7月14日,O型,162,????,1 +49,志賀仁美,HITOMI SHIGA,3,6月6日,B型,167,????,1 +50,鬼崎アキラ,AKIRA KIZAKI,2,8月10日,A型,164,????,1 +51,紫藤美咲,MISAKI SHIDO,3,4月7日,AB型,167,????,1 +52,月島結架,YUKA TSUKISHIMA,2,7月21日,B型,158,????,1 +53,兵藤さゆり,SAYURI HYODO,3,4月22日,O型,163,????,1 +54,蘭花,RANPHA,1,2月8日,A型,154,????,1 +55,ラクシャータ,RAKSHATA,2,6月18日,O型,157,????,1 +56,レベッカ,REBECCA,2,11月14日,A型,167,????,1 +57,綾小路姫乃,HIMENO AYANOKOJI,2,4月17日,A型,158,????,1 +58,黒羽咲良,SAKURA KUROBANE,1,4月4日,AB型,162,????,1 +59,黒羽咲夜,SAKUYA KUROBANE,3,9月9日,AB型,160,????,1 +60,白瀬小雪,KOYUKI SHIRASE,1,2月23日,B型,147,????,1 +61,相川涼,RYO AIKAWA,3,5月6日,AB型,168,????,1 +62,イザベラ,ISABELLA,3,11月16日,B型,162,????,1 +63,エマ・ヴェルデ,EMMA VERDE,3,2月5日,O型,166,????,1 +64,高天原睦月,MUTSUKI TAKAMAGAHARA,1,1月25日,AB型,148,????,1 +65,ジェニファー,JENNIFER,2,5月12日,A型,165,????,1 +66,マリア,MARIA,1,8月6日,A型,163,????,1 +67,レオ,LEO,2,8月16日,AB型,151,????,1 +68,早乙女紫,YUKARI SAOTOME,1,3月3日,O型,158,????,1 +69,矢澤ここあ,COCOA YAZAWA,?,?月?日,?型,?,????,1 +70,矢澤虎太郎,COTARO YAZAWA,?,?月?日,?型,?,????,1 +71,矢澤こころ,COCORO YAZAWA,?,?月?日,?型,?,????,1 +72,ミカ,MIKA,2,?月?日,?型,?,????,1 +73,フミコ,FUMIKO,2,?月?日,?型,?,????,1 +74,ヒデコ,HIDEKO,2,?月?日,?型,?,????,1 +75,山田博子,HIROKO YAMADA,?,?月?日,?型,?,????,1 +76,にこの母,NICO'S MOTHER,?,?月?日,?型,?,????,1 +77,ことりの母,KOTORI'S MOTHER,?,?月?日,?型,?,????,1 +78,真姫の母,MAKI'S MOTHER,?,?月?日,?型,?,????,1 +79,穂乃果の母,HONOKA'S MOTHER,?,?月?日,?型,?,????,1 +80,綺羅ツバサ,TSUBASA KIRA,3,?月?日,?型,?,桜川めぐ,1 +81,優木あんじゅ,ANJU YUKI,3,?月?日,?型,?,大橋歩夕,1 +82,統堂英玲奈,ERENA TODO,3,?月?日,?型,?,松永真穂,1 +83,アルパカ[茶],alpaca,?,?月?日,?型,?,????,1 +84,μ's,μ's,?,?月?日,?型,?,????,1 +85,アルパカの子ども,alpaca's child,?,?月?日,?型,?,????,1 +86,絢瀬亜里沙,ALISA AYASE,?,?月?日,?型,?,????,1 +91,高坂穂乃果,HONOKA KOSAKA,?,8月3日,O型,?,新田恵海,1 +92,絢瀬絵里,ELI AYASE,?,10月21日,B型,?,南條愛乃,1 +93,南ことり,KOTORI MINAMI,?,9月12日,O型,?,内田 彩,1 +94,園田海未,UMI SONODA,?,3月15日,A型,?,三森すずこ,1 +95,星空凛,RIN HOSHIZORA,?,11月1日,A型,?,飯田里穂,1 +96,西木野真姫,MAKI NISHIKINO,?,4月19日,AB型,?,Pile,1 +97,東條希,NOZOMI TOJO,?,6月9日,O型,?,楠田亜衣奈,1 +98,小泉花陽,HANAYO KOIZUMI,?,1月17日,B型,?,久保ユリカ,1 +99,矢澤にこ,NICO YAZAWA,?,7月22日,A型,?,徳井青空,1 +101,高海千歌,CHIKA TAKAMI,2,8月1日,B型,157,伊波杏樹,1 +102,桜内梨子,RIKO SAKURAUCHI,2,9月19日,A型,160,逢田梨香子,1 +103,松浦果南,KANAN MATSUURA,3,2月10日,O型,162,諏訪ななか,1 +104,黒澤ダイヤ,DIA KUROSAWA,3,1月1日,A型,162,小宮有紗,1 +105,渡辺曜,YOU WATANABE,2,4月17日,AB型,157,斉藤朱夏,1 +106,津島善子,YOSHIKO TSUSHIMA,1,7月13日,O型,156,小林愛香,1 +107,国木田花丸,HANAMARU KUNIKIDA,1,3月4日,O型,152,高槻かなこ,1 +108,小原鞠莉,MARI OHARA,3,6月13日,AB型,163,鈴木愛奈,1 +109,黒澤ルビィ,RUBY KUROSAWA,1,9月21日,A型,154,降幡 愛,1 +110,Aqours,,?,?月?日,?型,?,????,1 +111,しいたけ,SHIITAKE,?,?月?日,?型,?,????,1 +112,鹿角理亞,LEAH KAZUNO,1,12月12日,AB型,153,佐藤日向,1 +113,鹿角聖良,SARAH KAZUNO,3,5月4日,A型,162,田野アサミ,1 +114,うちっちー,UCHICCHI,?,?月?日,?型,?,????,1 +115,千歌の母,CHIKA'S MOTHER,?,?月?日,?型,?,????,1 +116,佐藤洋子,YOKO SATO,?,?月?日,?型,?,????,1 +117,わたあめ,WATAAME,?,?月?日,?型,?,????,1 +118,よしみ,YOSHIMI,2,?月?日,?型,?,????,1 +119,いつき,ITSUKI,2,?月?日,?型,?,????,1 +120,むつ,MUTSU,2,?月?日,?型,?,????,1 +121,高海美渡,MITO TAKAMI,?,?月?日,?型,?,????,1 +122,高海志満,SHIMA TAKAMI,?,?月?日,?型,?,????,1 +123,梨子の母,RIKO'S MOTHER,?,?月?日,?型,?,????,1 +124,Aqours,Aqours,?,?月?日,?型,?,????,1 +125,しいたけの子ども,SHIITAKE'S CHILDREN,?,?月?日,?型,?,????,1 +126,あんこ,Anko,?,?月?日,?型,?,????,1 +127,ブロッサム,BLOSSOM,?,?月?日,?型,?,????,1 +128,バブルス,BUBBLES,?,?月?日,?型,?,????,1 +129,バターカップ,BUTTERCUP,?,?月?日,?型,?,????,1 +130,渡辺月,TSUKI WATANABE,?,?月?日,?型,?,????,1 +131,しんのすけ,SHINNOSUKE,?,?月?日,?型,?,????,1 +134,ひまわり,HIMAWARI,?,?月?日,?型,?,????,1 +135,シロ,SHIRO,?,?月?日,?型,?,????,1 +136,しんちゃん,SHINCHAN,?,?月?日,?型,?,????,1 +137,ボーちゃん,BO-CHAN,?,?月?日,?型,?,????,1 +138,風間くん,KAZAMA-KUN,?,?月?日,?型,?,????,1 +139,ネネちゃん,NENE-CHAN,?,?月?日,?型,?,????,1 +140,マサオくん,MASAO-KUN,?,?月?日,?型,?,????,1 +143,玲,LEI,?,?月?日,?型,?,????,1 +144,エリザベス,ELIZABETH,?,?月?日,?型,?,????,1 +145,マリー,MARIE,?,?月?日,?型,?,????,1 +146,マーガレット,MARGARET,?,?月?日,?型,?,????,1 +147,ひかり,HIKARI,?,?月?日,?型,?,????,1 +148,ナギ,NAGI,?,?月?日,?型,?,????,1 +149,エリザベス,ELIZABETH,?,?月?日,?型,?,????,1 +150,マーガレット,MARGARET,?,?月?日,?型,?,????,1 +151,ジュスティーヌ&カロリーヌ,JUSTINE & CAROLINE,?,?月?日,?型,?,????,1 +152,岳羽ゆかり,YUKARI TAKEBA,?,?月?日,?型,?,????,1 +153,桐条美鶴,MITSURU KIRIJO,?,?月?日,?型,?,????,1 +154,山岸風花,FUUKA YAMAGISHI,?,?月?日,?型,?,????,1 +155,アイギス,AEGIS,?,?月?日,?型,?,????,1 +156,汐見琴音,KOTONE SHIOMI,?,?月?日,?型,?,????,1 +157,里中千枝,CHIE SATONAKA,?,?月?日,?型,?,????,1 +158,天城雪子,YUKIKO AMAGI,?,?月?日,?型,?,????,1 +159,久慈川りせ,RISE KUJIKAWA,?,?月?日,?型,?,????,1 +160,白鐘直斗,NAOTO SHIROGANE,?,?月?日,?型,?,????,1 +161,マリー,MARIE,?,?月?日,?型,?,????,1 +162,パンサー,PANTHER,?,?月?日,?型,?,????,1 +163,クイーン,QUEEN,?,?月?日,?型,?,????,1 +164,ナビ,ORACLE,?,?月?日,?型,?,????,1 +165,ノワール,NOIR,?,?月?日,?型,?,????,1 +166,ヴァイオレット,VIOLET,?,?月?日,?型,?,????,1 +167,エリザベス,ELIZABETH,?,?月?日,?型,?,????,1 +168,カレン,Kallen,?,?月?日,?型,?,????,1 +169,シャーリー,Shirley,?,?月?日,?型,?,????,1 +170,C.C.,C.C.,?,?月?日,?型,?,????,1 +171,コーネリア,Cornelia,?,?月?日,?型,?,????,1 +172,ユーフェミア,Euphemia,?,?月?日,?型,?,????,1 +173,ナナリー,Nunnally,?,?月?日,?型,?,????,1 +174,ヴィレッタ,Villetta,?,?月?日,?型,?,????,1 +175,咲世子,Sayoko,?,?月?日,?型,?,????,1 +176,アーニャ,Anya,?,?月?日,?型,?,????,1 +191,高海千歌,CHIKA TAKAMI,?,8月1日,B型,?,伊波杏樹,1 +192,桜内梨子,RIKO SAKURAUCHI,?,9月19日,A型,?,逢田梨香子,1 +193,松浦果南,KANAN MATSUURA,?,2月10日,O型,?,諏訪ななか,1 +194,黒澤ダイヤ,DIA KUROSAWA,?,1月1日,A型,?,小宮有紗,1 +195,渡辺曜,YOU WATANABE,?,4月17日,AB型,?,斉藤朱夏,1 +196,津島善子,YOSHIKO TSUSHIMA,?,7月13日,O型,?,小林愛香,1 +197,国木田花丸,HANAMARU KUNIKIDA,?,3月4日,O型,?,高槻かなこ,1 +198,小原鞠莉,MARI OHARA,?,6月13日,AB型,?,鈴木愛奈,1 +199,黒澤ルビィ,RUBY KUROSAWA,?,9月21日,A型,?,降幡 愛,1 +201,上原歩夢,AYUMU UEHARA,2,3月1日,A型,159,大西亜玖璃,1 +202,中須かすみ,KASUMI NAKASU,1,1月23日,B型,155,相良茉優,1 +203,桜坂しずく,SHIZUKU OSAKA,1,4月3日,A型,157,前田佳織里,1 +204,朝香果林,KARIN ASAKA,3,6月29日,AB型,167,久保田未夢,1 +205,宮下愛,AI MIYASHITA,2,5月30日,A型,163,村上奈津実,1 +206,近江彼方,KANATA KONOE,3,12月16日,O型,158,鬼頭明里,1 +207,優木せつ菜,SETSUNA YUKI,2,8月8日,O型,154,林 鼓子,1 +208,エマ・ヴェルデ,EMMA VERDE,3,2月5日,O型,166,指出毬亜,1 +209,天王寺璃奈,RINA TENNOJI,1,11月13日,B型,149,田中ちえ美,1 +210,川本美里,MISATO KAWAMOTO,?,?月?日,?型,?,????,1 +211,夏川マイ,MAI NATSUKAWA,?,?月?日,?型,?,????,1 +212,三船栞子,SHIORIKO MIFUNE,1,10月5日,AB型,160,小泉萌香,1 +213,ショウ・ランジュ,LANZHU ZHONG,2,2月15日,B型,165,法元明菜,1 +214,ミア・テイラー,MIA TAYLOR,3,12月6日,AB型,156,内田 秀,1 +301,澁谷かのん,KANON SHIBUYA,1,5月1日,A型,159,伊達さゆり,1 +302,唐可可,KEKE TANG,1,7月17日,O型,159,Liyuu,1 +303,嵐千砂都,CHISATO ARASHI,1,2月25日,B型,155,岬 なこ,1 +304,平安名すみれ,SUMIRE HEANNA,1,9月28日,AB型,161,ペイトン尚未,1 +305,葉月恋,REN HAZUKI,1,11月24日,A型,163,青山なぎさ,1 +306,桜小路きな子,Kinako Sakurakoji,1,4月10日,O型,159,鈴原希実,1 +307,米女メイ,Mei Yoneme,1,10月29日,A型,155,薮島朱音,1 +308,若菜四季,Shiki Wakana,1,6月17日,B型,161,大熊和奏,1 +309,鬼塚夏美,Natsumi Onitsuka,1,8月7日,AB型,152,絵森 彩,1 +311,聖澤悠奈,Yuuna Hijirisawa,?,?月?日,?型,?,吉武千颯,1 +312,柊摩央,Mao Hiiragi,?,?月?日,?型,?,結木ゆな,1 +313,さや,Saya,?,?月?日,?型,?,????,1 +314,ナナミ,Nanami,?,?月?日,?型,?,????,1 +315,ヤエ,Yae,?,?月?日,?型,?,????,1 +316,ココノ,Kokono,?,?月?日,?型,?,????,1 +317,理事長,Director,?,?月?日,?型,?,????,1 +318,澁谷ありあ,Aria Shibuya,?,?月?日,?型,?,????,1 +319,かのんの母,Kanon's mother,?,?月?日,?型,?,????,1 +320,マンマル,Manmaru,?,?月?日,?型,?,????,1 +321,チビ,Chibi,?,?月?日,?型,?,????,1 +501,C.C.,C.C.,?,?月?日,?型,?,????,1 +502,アーニャ,Anya,?,?月?日,?型,?,????,1 +503,ヴィレッタ,Villetta,?,?月?日,?型,?,????,1 +504,カレン,Kallen,?,?月?日,?型,?,????,1 +505,コーネリア,Cornelia,?,?月?日,?型,?,????,1 +506,シャーリー,Shirley,?,?月?日,?型,?,????,1 +507,セシル,Cecile,?,?月?日,?型,?,????,1 +508,ナナリー,Nunnally,?,?月?日,?型,?,????,1 +509,ニーナ,Nina,?,?月?日,?型,?,????,1 +510,ノネット,Nonette,?,?月?日,?型,?,????,1 +511,マリアンヌ,Marianne,?,?月?日,?型,?,????,1 +512,ミレイ,Milly,?,?月?日,?型,?,????,1 +513,モニカ,Monica,?,?月?日,?型,?,????,1 +514,ユーフェミア,Euphemia,?,?月?日,?型,?,????,1 +515,ラクシャータ,Rakshata,?,?月?日,?型,?,????,1 +516,ローマイヤ,Lohmeyer,?,?月?日,?型,?,????,1 +517,咲世子,Sayoko,?,?月?日,?型,?,????,1 +518,周香凛,Zhou Xianglin,?,?月?日,?型,?,????,1 +519,神楽那,Kaguya,?,?月?日,?型,?,????,1 +520,千葉凪沙,Nagisa Chiba,?,?月?日,?型,?,????,1 +521,天子,Emperor,?,?月?日,?型,?,????,1 +522,シャムナ,Shamuna,?,?月?日,?型,?,????,1 +901,高坂穂乃果,HONOKA KOSAKA,?,8月3日,O型,?,新田恵海,1 +902,絢瀬絵里,ELI AYASE,?,10月21日,B型,?,南條愛乃,1 +903,南ことり,KOTORI MINAMI,?,9月12日,O型,?,内田 彩,1 +904,園田海未,UMI SONODA,?,3月15日,A型,?,三森すずこ,1 +905,星空凛,RIN HOSHIZORA,?,11月1日,A型,?,飯田里穂,1 +906,西木野真姫,MAKI NISHIKINO,?,4月19日,AB型,?,Pile,1 +907,東條希,NOZOMI TOJO,?,6月9日,O型,?,楠田亜衣奈,1 +908,小泉花陽,HANAYO KOIZUMI,?,1月17日,B型,?,久保ユリカ,1 +909,矢澤にこ,NICO YAZAWA,?,7月22日,A型,?,徳井青空,1 +911,高海千歌,CHIKA TAKAMI,?,8月1日,B型,?,伊波杏樹,1 +912,桜内梨子,RIKO SAKURAUCHI,?,9月19日,A型,?,逢田梨香子,1 +913,松浦果南,KANAN MATSUURA,?,2月10日,O型,?,諏訪ななか,1 +914,黒澤ダイヤ,DIA KUROSAWA,?,1月1日,A型,?,小宮有紗,1 +915,渡辺曜,YOU WATANABE,?,4月17日,AB型,?,斉藤朱夏,1 +916,津島善子,YOSHIKO TSUSHIMA,?,7月13日,O型,?,小林愛香,1 +917,国木田花丸,HANAMARU KUNIKIDA,?,3月4日,O型,?,高槻かなこ,1 +918,小原鞠莉,MARI OHARA,?,6月13日,AB型,?,鈴木愛奈,1 +919,黒澤ルビィ,RUBY KUROSAWA,?,9月21日,A型,?,降幡 愛,1 +921,高坂穂乃果,HONOKA KOSAKA,?,8月3日,O型,?,新田恵海,1 +922,絢瀬絵里,ELI AYASE,?,10月21日,B型,?,南條愛乃,1 +923,南ことり,KOTORI MINAMI,?,9月12日,O型,?,内田 彩,1 +924,園田海未,UMI SONODA,?,3月15日,A型,?,三森すずこ,1 +925,星空凛,RIN HOSHIZORA,?,11月1日,A型,?,飯田里穂,1 +926,西木野真姫,MAKI NISHIKINO,?,4月19日,AB型,?,Pile,1 +927,東條希,NOZOMI TOJO,?,6月9日,O型,?,楠田亜衣奈,1 +928,小泉花陽,HANAYO KOIZUMI,?,1月17日,B型,?,久保ユリカ,1 +929,矢澤にこ,NICO YAZAWA,?,7月22日,A型,?,徳井青空,1 +931,高海千歌,CHIKA TAKAMI,?,8月1日,B型,?,伊波杏樹,1 +932,桜内梨子,RIKO SAKURAUCHI,?,9月19日,A型,?,逢田梨香子,1 +933,松浦果南,KANAN MATSUURA,?,2月10日,O型,?,諏訪ななか,1 +934,黒澤ダイヤ,DIA KUROSAWA,?,1月1日,A型,?,小宮有紗,1 +935,渡辺曜,YOU WATANABE,?,4月17日,AB型,?,斉藤朱夏,1 +936,津島善子,YOSHIKO TSUSHIMA,?,7月13日,O型,?,小林愛香,1 +937,国木田花丸,HANAMARU KUNIKIDA,?,3月4日,O型,?,高槻かなこ,1 +938,小原鞠莉,MARI OHARA,?,6月13日,AB型,?,鈴木愛奈,1 +939,黒澤ルビィ,RUBY KUROSAWA,?,9月21日,A型,?,降幡 愛,1 +940,高海千歌,CHIKA TAKAMI,?,8月1日,B型,?,伊波杏樹,1 +941,桜内梨子,RIKO SAKURAUCHI,?,9月19日,A型,?,逢田梨香子,1 +942,松浦果南,KANAN MATSUURA,?,2月10日,O型,?,諏訪ななか,1 +943,黒澤ダイヤ,DIA KUROSAWA,?,1月1日,A型,?,小宮有紗,1 +944,渡辺曜,YOU WATANABE,?,4月17日,AB型,?,斉藤朱夏,1 +945,津島善子,YOSHIKO TSUSHIMA,?,7月13日,O型,?,小林愛香,1 +946,国木田花丸,HANAMARU KUNIKIDA,?,3月4日,O型,?,高槻かなこ,1 +947,小原鞠莉,MARI OHARA,?,6月13日,AB型,?,鈴木愛奈,1 +948,黒澤ルビィ,RUBY KUROSAWA,?,9月21日,A型,?,降幡 愛,1 +949,高坂穂乃果,Honoka Kosaka,?,8月3日,O型,?,新田恵海,1 +950,絢瀬絵里,Eli Ayase,?,10月21日,B型,?,南條愛乃,1 +951,南ことり,Kotori Minami,?,9月12日,O型,?,内田 彩,1 +952,園田海未,Umi Sonoda,?,3月15日,A型,?,三森すずこ,1 +953,星空凛,Rin Hoshizora,?,11月1日,A型,?,飯田里穂,1 +954,西木野真姫,Maki Nishikino,?,4月19日,AB型,?,Pile,1 +955,東條希,Nozomi Tojo,?,6月9日,O型,?,楠田亜衣奈,1 +956,小泉花陽,Hanayo Koizumi,?,1月17日,B型,?,久保ユリカ,1 +957,矢澤にこ,Nico Yazawa,?,7月22日,A型,?,徳井青空,1 diff --git a/src/router/databases/csv/album_unit_type_member_tag_m.csv b/src/router/databases/csv/album_unit_type_member_tag_m.csv new file mode 100644 index 0000000..8e93d80 --- /dev/null +++ b/src/router/databases/csv/album_unit_type_member_tag_m.csv @@ -0,0 +1,658 @@ +_unitTypeId,_memberTagId,_masterReleaseLabelId +1,4,1 +1,6,1 +1,14,1 +1,23,1 +1,32,1 +1,37,1 +1,71,1 +1,72,1 +1,73,1 +1,74,1 +1,75,1 +1,76,1 +1,77,1 +1,78,1 +1,145,1 +2,4,1 +2,8,1 +2,22,1 +2,29,1 +2,30,1 +2,31,1 +2,36,1 +2,39,1 +2,71,1 +2,79,1 +2,80,1 +2,81,1 +2,82,1 +2,83,1 +2,84,1 +2,85,1 +2,145,1 +3,4,1 +3,6,1 +3,17,1 +3,25,1 +3,26,1 +3,32,1 +3,37,1 +3,72,1 +3,79,1 +3,86,1 +3,87,1 +3,88,1 +3,89,1 +3,90,1 +3,91,1 +3,145,1 +4,4,1 +4,7,1 +4,19,1 +4,26,1 +4,29,1 +4,31,1 +4,32,1 +4,37,1 +4,73,1 +4,80,1 +4,86,1 +4,92,1 +4,93,1 +4,94,1 +4,95,1 +4,96,1 +4,145,1 +5,4,1 +5,1,1 +5,7,1 +5,20,1 +5,23,1 +5,27,1 +5,33,1 +5,35,1 +5,37,1 +5,39,1 +5,74,1 +5,81,1 +5,87,1 +5,92,1 +5,97,1 +5,98,1 +5,99,1 +5,100,1 +5,145,1 +6,4,1 +6,1,1 +6,8,1 +6,18,1 +6,27,1 +6,28,1 +6,31,1 +6,35,1 +6,37,1 +6,39,1 +6,75,1 +6,82,1 +6,88,1 +6,93,1 +6,97,1 +6,101,1 +6,102,1 +6,103,1 +6,145,1 +7,4,1 +7,7,1 +7,21,1 +7,24,1 +7,30,1 +7,36,1 +7,39,1 +7,76,1 +7,83,1 +7,89,1 +7,94,1 +7,98,1 +7,101,1 +7,104,1 +7,105,1 +7,145,1 +8,4,1 +8,1,1 +8,6,1 +8,15,1 +8,25,1 +8,33,1 +8,35,1 +8,37,1 +8,39,1 +8,77,1 +8,84,1 +8,90,1 +8,95,1 +8,99,1 +8,102,1 +8,104,1 +8,106,1 +8,145,1 +9,4,1 +9,8,1 +9,16,1 +9,24,1 +9,28,1 +9,33,1 +9,36,1 +9,37,1 +9,39,1 +9,78,1 +9,85,1 +9,91,1 +9,96,1 +9,100,1 +9,103,1 +9,105,1 +9,106,1 +9,145,1 +10,52,1 +11,50,1 +11,1,1 +12,50,1 +12,1,1 +13,50,1 +13,1,1 +14,50,1 +15,50,1 +16,50,1 +17,50,1 +18,50,1 +19,50,1 +20,50,1 +20,1,1 +21,50,1 +21,1,1 +22,50,1 +22,1,1 +23,50,1 +24,50,1 +25,50,1 +26,50,1 +27,50,1 +28,50,1 +29,50,1 +29,1,1 +30,50,1 +30,1,1 +31,50,1 +31,1,1 +32,50,1 +33,50,1 +34,50,1 +35,50,1 +36,50,1 +37,50,1 +38,52,1 +39,52,1 +40,52,1 +41,50,1 +42,50,1 +42,1,1 +43,50,1 +44,52,1 +45,50,1 +46,50,1 +46,1,1 +47,50,1 +47,1,1 +48,50,1 +49,50,1 +50,50,1 +51,50,1 +52,50,1 +53,50,1 +54,50,1 +54,1,1 +55,50,1 +56,50,1 +57,50,1 +58,50,1 +58,1,1 +59,50,1 +60,50,1 +60,1,1 +61,50,1 +62,50,1 +63,50,1 +64,50,1 +64,1,1 +65,50,1 +66,50,1 +66,1,1 +67,50,1 +68,50,1 +68,1,1 +69,52,1 +70,52,1 +71,52,1 +72,52,1 +73,52,1 +74,52,1 +75,52,1 +76,52,1 +77,52,1 +78,52,1 +79,52,1 +80,12,1 +80,51,1 +81,12,1 +81,51,1 +82,12,1 +82,51,1 +83,52,1 +85,52,1 +86,52,1 +91,14,1 +92,22,1 +93,17,1 +94,19,1 +95,20,1 +96,18,1 +97,21,1 +98,15,1 +99,16,1 +101,5,1 +101,9,1 +101,34,1 +101,41,1 +101,107,1 +101,108,1 +101,109,1 +101,110,1 +101,111,1 +101,112,1 +101,113,1 +101,114,1 +101,56,1 +101,57,1 +101,58,1 +101,147,1 +101,151,1 +102,5,1 +102,11,1 +102,34,1 +102,42,1 +102,107,1 +102,115,1 +102,116,1 +102,117,1 +102,118,1 +102,119,1 +102,120,1 +102,121,1 +102,53,1 +102,57,1 +102,58,1 +102,147,1 +102,148,1 +103,5,1 +103,10,1 +103,40,1 +103,43,1 +103,108,1 +103,115,1 +103,122,1 +103,123,1 +103,124,1 +103,125,1 +103,126,1 +103,127,1 +103,56,1 +103,57,1 +103,58,1 +103,147,1 +103,149,1 +104,5,1 +104,10,1 +104,40,1 +104,44,1 +104,109,1 +104,116,1 +104,122,1 +104,128,1 +104,129,1 +104,130,1 +104,131,1 +104,132,1 +104,54,1 +104,57,1 +104,58,1 +104,147,1 +104,151,1 +105,5,1 +105,9,1 +105,34,1 +105,45,1 +105,110,1 +105,117,1 +105,123,1 +105,128,1 +105,133,1 +105,134,1 +105,135,1 +105,136,1 +105,55,1 +105,57,1 +105,58,1 +105,147,1 +105,148,1 +106,5,1 +106,1,1 +106,11,1 +106,38,1 +106,46,1 +106,111,1 +106,118,1 +106,124,1 +106,129,1 +106,133,1 +106,137,1 +106,138,1 +106,139,1 +106,55,1 +106,57,1 +106,58,1 +106,70,1 +106,147,1 +106,151,1 +107,5,1 +107,1,1 +107,10,1 +107,38,1 +107,47,1 +107,112,1 +107,119,1 +107,125,1 +107,130,1 +107,134,1 +107,137,1 +107,140,1 +107,141,1 +107,53,1 +107,57,1 +107,58,1 +107,147,1 +107,150,1 +108,5,1 +108,11,1 +108,40,1 +108,48,1 +108,113,1 +108,120,1 +108,126,1 +108,131,1 +108,135,1 +108,138,1 +108,140,1 +108,142,1 +108,53,1 +108,57,1 +108,58,1 +108,147,1 +108,149,1 +109,5,1 +109,1,1 +109,9,1 +109,38,1 +109,49,1 +109,114,1 +109,121,1 +109,127,1 +109,132,1 +109,136,1 +109,139,1 +109,141,1 +109,142,1 +109,54,1 +109,57,1 +109,58,1 +109,147,1 +109,150,1 +110,52,1 +111,52,1 +112,51,1 +112,13,1 +112,57,1 +113,51,1 +113,13,1 +113,57,1 +114,52,1 +115,52,1 +116,52,1 +117,52,1 +118,52,1 +119,52,1 +120,52,1 +121,52,1 +122,52,1 +123,52,1 +125,52,1 +126,52,1 +127,52,1 +128,52,1 +129,52,1 +130,52,1 +131,52,1 +131,144,1 +134,52,1 +134,144,1 +135,52,1 +135,144,1 +136,52,1 +136,144,1 +137,52,1 +137,144,1 +138,52,1 +138,144,1 +139,52,1 +139,144,1 +140,52,1 +140,144,1 +143,145,1 +144,145,1 +145,145,1 +146,145,1 +147,145,1 +148,145,1 +149,145,1 +150,145,1 +151,145,1 +152,145,1 +153,145,1 +154,145,1 +155,145,1 +156,145,1 +157,145,1 +158,145,1 +159,145,1 +160,145,1 +161,145,1 +162,145,1 +163,145,1 +164,145,1 +165,145,1 +166,145,1 +167,145,1 +168,147,1 +169,147,1 +170,147,1 +171,147,1 +172,147,1 +173,147,1 +174,147,1 +175,147,1 +176,147,1 +191,41,1 +192,42,1 +193,43,1 +194,44,1 +195,45,1 +196,46,1 +197,47,1 +198,48,1 +199,49,1 +201,60,1 +201,61,1 +201,1001,1 +202,60,1 +202,1,1 +202,62,1 +202,1002,1 +203,60,1 +203,1,1 +203,63,1 +203,1001,1 +204,60,1 +204,64,1 +204,1000,1 +205,60,1 +205,65,1 +205,1000,1 +206,60,1 +206,66,1 +206,1002,1 +207,60,1 +207,67,1 +207,1001,1 +208,60,1 +208,68,1 +208,1002,1 +209,60,1 +209,1,1 +209,69,1 +209,1002,1 +210,52,1 +211,52,1 +212,60,1 +212,1,1 +212,2000,1 +213,60,1 +213,2002,1 +214,60,1 +214,2001,1 +301,143,1 +301,1,1 +301,3000,1 +302,143,1 +302,1,1 +302,3001,1 +303,143,1 +303,1,1 +303,3002,1 +304,143,1 +304,1,1 +304,3003,1 +305,143,1 +305,1,1 +305,3004,1 +306,143,1 +306,1,1 +306,3005,1 +307,143,1 +307,1,1 +307,3006,1 +308,143,1 +308,1,1 +308,3007,1 +309,143,1 +309,1,1 +309,3008,1 +311,146,1 +311,51,1 +312,146,1 +312,51,1 +313,52,1 +314,52,1 +315,52,1 +316,52,1 +317,52,1 +318,52,1 +319,52,1 +320,52,1 +321,52,1 +901,14,1 +902,22,1 +903,17,1 +904,19,1 +905,20,1 +906,18,1 +907,21,1 +908,15,1 +909,16,1 +911,41,1 +912,42,1 +913,43,1 +914,44,1 +915,45,1 +916,46,1 +917,47,1 +918,48,1 +919,49,1 +921,14,1 +921,144,1 +922,22,1 +922,144,1 +923,17,1 +923,144,1 +924,19,1 +924,144,1 +925,20,1 +925,144,1 +926,18,1 +926,144,1 +927,21,1 +927,144,1 +928,15,1 +928,144,1 +929,16,1 +929,144,1 +931,41,1 +931,144,1 +932,42,1 +932,144,1 +933,43,1 +933,144,1 +934,44,1 +934,144,1 +935,45,1 +935,144,1 +936,46,1 +936,144,1 +937,47,1 +937,144,1 +938,48,1 +938,144,1 +939,49,1 +939,144,1 +940,145,1 +941,145,1 +942,145,1 +943,145,1 +944,145,1 +945,145,1 +946,145,1 +947,145,1 +948,145,1 +949,147,1 +950,147,1 +951,147,1 +952,147,1 +953,147,1 +954,147,1 +955,147,1 +956,147,1 +957,147,1 +10301,143,1 +10302,143,1 +10303,143,1 +10304,143,1 +10305,143,1 diff --git a/src/router/databases/csv/beginner_mission.csv b/src/router/databases/csv/beginner_mission.csv new file mode 100644 index 0000000..4954ba8 --- /dev/null +++ b/src/router/databases/csv/beginner_mission.csv @@ -0,0 +1,28 @@ +_id,_level,_number,_masterMissionId,_masterReleaseLabelId +1,1,1,1653001,1 +1,1,2,1605001,1 +1,1,3,1662001,1 +1,1,4,1663001,1 +1,1,5,1660001,1 +1,1,6,1614001,1 +1,1,7,1666001,1 +1,1,8,1658001,1 +1,1,9,1661001,1 +1,2,1,1653002,1 +1,2,2,1605002,1 +1,2,3,1665001,1 +1,2,4,1664001,1 +1,2,5,1658002,1 +1,2,6,1630001,1 +1,2,7,1606001,1 +1,2,8,1614002,1 +1,2,9,1663002,1 +1,3,1,1653003,1 +1,3,2,1605003,1 +1,3,3,1660002,1 +1,3,4,1617001,1 +1,3,5,1658003,1 +1,3,6,1625001,1 +1,3,7,1614003,1 +1,3,8,1664002,1 +1,3,9,1626001,1 diff --git a/src/router/databases/csv/beginner_mission_reward.csv b/src/router/databases/csv/beginner_mission_reward.csv new file mode 100644 index 0000000..be796b4 --- /dev/null +++ b/src/router/databases/csv/beginner_mission_reward.csv @@ -0,0 +1,29 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +270000001,1,1,2,1,0,500,1 +270000002,1,1,2,1,0,50,1 +270000003,1,1,2,1,0,50,1 +270000004,1,1,2,1,0,50,1 +270000005,1,1,2,1,0,50,1 +270000006,1,1,2,1,0,50,1 +270000007,1,1,2,1,0,50,1 +270000008,1,1,2,1,0,100,1 +270000009,1,1,2,1,0,100,1 +270000010,1,1,2,1,0,500,1 +270000011,1,1,2,1,0,50,1 +270000012,1,1,2,1,0,50,1 +270000013,1,1,2,1,0,50,1 +270000014,1,1,2,1,0,50,1 +270000015,1,1,2,1,0,50,1 +270000016,1,1,2,1,0,50,1 +270000017,1,1,2,1,0,100,1 +270000018,1,1,2,1,0,100,1 +270000019,1,1,2,1,0,500,1 +270000020,1,1,2,1,0,50,1 +270000021,1,1,2,1,0,50,1 +270000022,1,1,2,1,0,50,1 +270000023,1,1,2,1,0,50,1 +270000024,1,1,2,1,0,50,1 +270000025,1,1,2,1,0,50,1 +270000026,1,1,2,1,0,100,1 +270000027,1,1,2,1,0,100,1 +270000999,1,3,1,15010004,0,1,1 diff --git a/src/router/databases/csv/beginner_mission_reward_setting.csv b/src/router/databases/csv/beginner_mission_reward_setting.csv new file mode 100644 index 0000000..b30d346 --- /dev/null +++ b/src/router/databases/csv/beginner_mission_reward_setting.csv @@ -0,0 +1,28 @@ +_masterBeginnerMissionId,_level,_number,_masterBeginnerMissionRewardId,_masterReleaseLabelId +1,1,0,270000001,1 +1,1,1,270000002,1 +1,1,2,270000003,1 +1,1,3,270000004,1 +1,1,4,270000005,1 +1,1,5,270000006,1 +1,1,6,270000007,1 +1,1,7,270000008,1 +1,1,8,270000009,1 +1,2,0,270000010,1 +1,2,1,270000011,1 +1,2,2,270000012,1 +1,2,3,270000013,1 +1,2,4,270000014,1 +1,2,5,270000015,1 +1,2,6,270000016,1 +1,2,7,270000017,1 +1,2,8,270000018,1 +1,3,0,270000019,1 +1,3,1,270000020,1 +1,3,2,270000021,1 +1,3,3,270000022,1 +1,3,4,270000023,1 +1,3,5,270000024,1 +1,3,6,270000025,1 +1,3,7,270000026,1 +1,3,8,270000027,1 diff --git a/src/router/masterdata/csv/bgm.csv b/src/router/databases/csv/bgm.csv similarity index 100% rename from src/router/masterdata/csv/bgm.csv rename to src/router/databases/csv/bgm.csv diff --git a/src/router/masterdata/csv/billing_product.csv b/src/router/databases/csv/billing_product.csv similarity index 100% rename from src/router/masterdata/csv/billing_product.csv rename to src/router/databases/csv/billing_product.csv diff --git a/src/router/masterdata/csv/billing_product_reward.csv b/src/router/databases/csv/billing_product_reward.csv similarity index 100% rename from src/router/masterdata/csv/billing_product_reward.csv rename to src/router/databases/csv/billing_product_reward.csv diff --git a/src/router/masterdata/csv/billing_shop.csv b/src/router/databases/csv/billing_shop.csv similarity index 100% rename from src/router/masterdata/csv/billing_shop.csv rename to src/router/databases/csv/billing_shop.csv diff --git a/src/router/masterdata/csv/billing_subscription.csv b/src/router/databases/csv/billing_subscription.csv similarity index 100% rename from src/router/masterdata/csv/billing_subscription.csv rename to src/router/databases/csv/billing_subscription.csv diff --git a/src/router/databases/csv/billing_subscription_reward.csv b/src/router/databases/csv/billing_subscription_reward.csv new file mode 100644 index 0000000..9bee6d6 --- /dev/null +++ b/src/router/databases/csv/billing_subscription_reward.csv @@ -0,0 +1,37 @@ +_masterBillingSubscriptionLabel,_number,_subscriptionRewardType,_value,_masterReleaseLabelId +subscription_01.980,1,1,20000,1 +subscription_01.980,2,2,1805001,1 +subscription_01.980,3,2,1805002,1 +subscription_01.980,4,2,1805003,1 +subscription_01.980,5,2,1805004,1 +subscription_01.980,6,2,1805005,1 +subscription_01.980,7,2,1805006,1 +subscription_01.980,8,2,1805007,1 +subscription_01.980,9,2,1805008,1 +subscription_01.980,10,2,1805009,1 +subscription_01.980,11,2,1805010,1 +subscription_01.980,12,2,1805011,1 +subscription_01.980,13,2,1805012,1 +subscription_01.980,14,2,1805013,1 +subscription_01.980,15,2,1805014,1 +subscription_01.980,16,2,1805015,1 +subscription_01.980,17,2,1805016,1 +subscription_01.980,18,2,1805017,1 +subscription_01.980,19,2,1805018,1 +subscription_01.980,20,2,1805019,1 +subscription_01.980,21,2,1805020,1 +subscription_01.980,22,2,1805021,223101513 +subscription_01.980,23,2,1805022,223101513 +subscription_01.980,24,2,1805023,223101513 +subscription_01.980,25,2,1805024,223101513 +subscription_01.980,26,2,1805025,223101513 +subscription_01.980,27,2,1805026,223101513 +subscription_01.980,28,2,1805027,223101513 +subscription_01.980,29,2,1805028,223101513 +subscription_01.980,30,2,1805029,223101513 +subscription_01.980,31,2,1805030,223101513 +subscription_01.980,32,2,1805031,223101513 +subscription_01.980,33,2,1805032,223101513 +subscription_01.980,34,2,1805033,223101513 +subscription_01.980,35,2,1805034,223101513 +subscription_01.980,36,2,1805035,223101513 diff --git a/src/router/masterdata/csv/card.csv b/src/router/databases/csv/card.csv similarity index 100% rename from src/router/masterdata/csv/card.csv rename to src/router/databases/csv/card.csv diff --git a/src/router/databases/csv/card_collection_reward.csv b/src/router/databases/csv/card_collection_reward.csv new file mode 100644 index 0000000..67ce2b2 --- /dev/null +++ b/src/router/databases/csv/card_collection_reward.csv @@ -0,0 +1,2 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +310000201,1,1,1,0,0,10,1 diff --git a/src/router/masterdata/csv/card_evolve.csv b/src/router/databases/csv/card_evolve.csv similarity index 100% rename from src/router/masterdata/csv/card_evolve.csv rename to src/router/databases/csv/card_evolve.csv diff --git a/src/router/databases/csv/card_evolve_condition.csv b/src/router/databases/csv/card_evolve_condition.csv new file mode 100644 index 0000000..6340806 --- /dev/null +++ b/src/router/databases/csv/card_evolve_condition.csv @@ -0,0 +1 @@ +_masterCardId,_evolveCount,_masterReleaseLabelId diff --git a/src/router/databases/csv/card_get.csv b/src/router/databases/csv/card_get.csv new file mode 100644 index 0000000..d38c87e --- /dev/null +++ b/src/router/databases/csv/card_get.csv @@ -0,0 +1,364 @@ +_masterCardId,_index,_getCategory,_value,_masterReleaseLabelId +10010013,1,1,1110001,1 +10020013,1,1,1110001,1 +10030013,1,1,1110001,1 +10040013,1,1,1110001,1 +10050013,1,1,1110001,1 +10060013,1,1,1110001,1 +10070013,1,1,1110001,1 +10080013,1,1,1110001,1 +10090013,1,1,1110001,1 +20010011,1,1,1110001,1 +20020011,1,1,1110001,1 +20030011,1,1,1110001,1 +20040011,1,1,1110001,1 +20050011,1,1,1110001,1 +20060011,1,1,1110001,1 +20070011,1,1,1110001,1 +20080011,1,1,1110001,1 +20090011,1,1,1110001,1 +30010007,1,1,1110001,1 +30020007,1,1,1110001,1 +30030007,1,1,1110001,1 +30040007,1,1,1110001,1 +30050007,1,1,1110001,1 +30060007,1,1,1110001,1 +30070007,1,1,1110001,1 +30080007,1,1,1110001,1 +30090007,1,1,1110001,1 +30100007,1,1,1110001,1 +30110007,1,1,1110001,1 +30120007,1,1,1110001,1 +40010007,1,1,1110001,1 +40020007,1,1,1110001,1 +40030007,1,1,1110001,1 +40040007,1,1,1110001,1 +40050007,1,1,1110001,1 +40060007,1,1,1110001,1 +40070007,1,1,1110001,1 +40080007,1,1,1110001,1 +40090007,1,1,1110001,1 +10010010,1,1,1110001,1 +10010011,1,1,1110001,1 +10010012,1,1,1110001,1 +10020010,1,1,1110001,1 +10020011,1,1,1110001,1 +10020012,1,1,1110001,1 +10030010,1,1,1110001,1 +10030011,1,1,1110001,1 +10030012,1,1,1110001,1 +10040010,1,1,1110001,1 +10040011,1,1,1110001,1 +10040012,1,1,1110001,1 +10050010,1,1,1110001,1 +10050011,1,1,1110001,1 +10050012,1,1,1110001,1 +10060010,1,1,1110001,1 +10060011,1,1,1110001,1 +10060012,1,1,1110001,1 +10070010,1,1,1110001,1 +10070011,1,1,1110001,1 +10070012,1,1,1110001,1 +10080010,1,1,1110001,1 +10080011,1,1,1110001,1 +10080012,1,1,1110001,1 +10090010,1,1,1110001,1 +10090011,1,1,1110001,1 +10090012,1,1,1110001,1 +20010008,1,1,1110001,1 +20010009,1,1,1110001,1 +20010010,1,1,1110001,1 +20020008,1,1,1110001,1 +20020009,1,1,1110001,1 +20020010,1,1,1110001,1 +20030008,1,1,1110001,1 +20030009,1,1,1110001,1 +20030010,1,1,1110001,1 +20040008,1,1,1110001,1 +20040009,1,1,1110001,1 +20040010,1,1,1110001,1 +20050008,1,1,1110001,1 +20050009,1,1,1110001,1 +20050010,1,1,1110001,1 +20060008,1,1,1110001,1 +20060009,1,1,1110001,1 +20060010,1,1,1110001,1 +20070008,1,1,1110001,1 +20070009,1,1,1110001,1 +20070010,1,1,1110001,1 +20080008,1,1,1110001,1 +20080009,1,1,1110001,1 +20080010,1,1,1110001,1 +20090008,1,1,1110001,1 +20090009,1,1,1110001,1 +20090010,1,1,1110001,1 +30010004,1,1,1110001,1 +30010005,1,1,1110001,1 +30010006,1,1,1110001,1 +30020004,1,1,1110001,1 +30020005,1,1,1110001,1 +30020006,1,1,1110001,1 +30030004,1,1,1110001,1 +30030005,1,1,1110001,1 +30030006,1,1,1110001,1 +30040004,1,1,1110001,1 +30040005,1,1,1110001,1 +30040006,1,1,1110001,1 +30050004,1,1,1110001,1 +30050005,1,1,1110001,1 +30050006,1,1,1110001,1 +30060004,1,1,1110001,1 +30060005,1,1,1110001,1 +30060006,1,1,1110001,1 +30070004,1,1,1110001,1 +30070005,1,1,1110001,1 +30070006,1,1,1110001,1 +30080004,1,1,1110001,1 +30080005,1,1,1110001,1 +30080006,1,1,1110001,1 +30090004,1,1,1110001,1 +30090005,1,1,1110001,1 +30090006,1,1,1110001,1 +30100004,1,1,1110001,1 +30100005,1,1,1110001,1 +30100006,1,1,1110001,1 +30110004,1,1,1110001,1 +30110005,1,1,1110001,1 +30110006,1,1,1110001,1 +30120004,1,1,1110001,1 +30120005,1,1,1110001,1 +30120006,1,1,1110001,1 +40010004,1,1,1110001,1 +40010005,1,1,1110001,1 +40010006,1,1,1110001,1 +40020004,1,1,1110001,1 +40020005,1,1,1110001,1 +40020006,1,1,1110001,1 +40030004,1,1,1110001,1 +40030005,1,1,1110001,1 +40030006,1,1,1110001,1 +40040004,1,1,1110001,1 +40040005,1,1,1110001,1 +40040006,1,1,1110001,1 +40050004,1,1,1110001,1 +40050005,1,1,1110001,1 +40050006,1,1,1110001,1 +40060004,1,1,1110001,1 +40060005,1,1,1110001,1 +40060006,1,1,1110001,1 +40070004,1,1,1110001,1 +40070005,1,1,1110001,1 +40070006,1,1,1110001,1 +40080004,1,1,1110001,1 +40080005,1,1,1110001,1 +40080006,1,1,1110001,1 +40090004,1,1,1110001,1 +40090005,1,1,1110001,1 +40090006,1,1,1110001,1 +10010001,1,1,1110001,1 +10010002,1,1,1110001,1 +10010003,1,1,1110001,1 +10010004,1,1,1110001,1 +10010005,1,1,1110001,1 +10010006,1,1,1110001,1 +10010007,1,1,1110001,1 +10010008,1,1,1110001,1 +10010009,1,1,1110001,1 +10020001,1,1,1110001,1 +10020002,1,1,1110001,1 +10020003,1,1,1110001,1 +10020004,1,1,1110001,1 +10020005,1,1,1110001,1 +10020006,1,1,1110001,1 +10020007,1,1,1110001,1 +10020008,1,1,1110001,1 +10020009,1,1,1110001,1 +10030001,1,1,1110001,1 +10030002,1,1,1110001,1 +10030003,1,1,1110001,1 +10030004,1,1,1110001,1 +10030005,1,1,1110001,1 +10030006,1,1,1110001,1 +10030007,1,1,1110001,1 +10030008,1,1,1110001,1 +10030009,1,1,1110001,1 +10040001,1,1,1110001,1 +10040002,1,1,1110001,1 +10040003,1,1,1110001,1 +10040004,1,1,1110001,1 +10040005,1,1,1110001,1 +10040006,1,1,1110001,1 +10040007,1,1,1110001,1 +10040008,1,1,1110001,1 +10040009,1,1,1110001,1 +10050001,1,1,1110001,1 +10050002,1,1,1110001,1 +10050003,1,1,1110001,1 +10050004,1,1,1110001,1 +10050005,1,1,1110001,1 +10050006,1,1,1110001,1 +10050007,1,1,1110001,1 +10050008,1,1,1110001,1 +10050009,1,1,1110001,1 +10060001,1,1,1110001,1 +10060002,1,1,1110001,1 +10060003,1,1,1110001,1 +10060004,1,1,1110001,1 +10060005,1,1,1110001,1 +10060006,1,1,1110001,1 +10060007,1,1,1110001,1 +10060008,1,1,1110001,1 +10060009,1,1,1110001,1 +10070001,1,1,1110001,1 +10070002,1,1,1110001,1 +10070003,1,1,1110001,1 +10070004,1,1,1110001,1 +10070005,1,1,1110001,1 +10070006,1,1,1110001,1 +10070007,1,1,1110001,1 +10070008,1,1,1110001,1 +10070009,1,1,1110001,1 +10080001,1,1,1110001,1 +10080002,1,1,1110001,1 +10080003,1,1,1110001,1 +10080004,1,1,1110001,1 +10080005,1,1,1110001,1 +10080006,1,1,1110001,1 +10080007,1,1,1110001,1 +10080008,1,1,1110001,1 +10080009,1,1,1110001,1 +10090001,1,1,1110001,1 +10090002,1,1,1110001,1 +10090003,1,1,1110001,1 +10090004,1,1,1110001,1 +10090005,1,1,1110001,1 +10090006,1,1,1110001,1 +10090007,1,1,1110001,1 +10090008,1,1,1110001,1 +10090009,1,1,1110001,1 +20010001,1,1,1110001,1 +20010002,1,1,1110001,1 +20010003,1,1,1110001,1 +20010004,1,1,1110001,1 +20010005,1,1,1110001,1 +20010006,1,1,1110001,1 +20010007,1,1,1110001,1 +20020001,1,1,1110001,1 +20020002,1,1,1110001,1 +20020003,1,1,1110001,1 +20020004,1,1,1110001,1 +20020005,1,1,1110001,1 +20020006,1,1,1110001,1 +20020007,1,1,1110001,1 +20030001,1,1,1110001,1 +20030002,1,1,1110001,1 +20030003,1,1,1110001,1 +20030004,1,1,1110001,1 +20030005,1,1,1110001,1 +20030006,1,1,1110001,1 +20030007,1,1,1110001,1 +20040001,1,1,1110001,1 +20040002,1,1,1110001,1 +20040003,1,1,1110001,1 +20040004,1,1,1110001,1 +20040005,1,1,1110001,1 +20040006,1,1,1110001,1 +20040007,1,1,1110001,1 +20050001,1,1,1110001,1 +20050002,1,1,1110001,1 +20050003,1,1,1110001,1 +20050004,1,1,1110001,1 +20050005,1,1,1110001,1 +20050006,1,1,1110001,1 +20050007,1,1,1110001,1 +20060001,1,1,1110001,1 +20060002,1,1,1110001,1 +20060003,1,1,1110001,1 +20060004,1,1,1110001,1 +20060005,1,1,1110001,1 +20060006,1,1,1110001,1 +20060007,1,1,1110001,1 +20070001,1,1,1110001,1 +20070002,1,1,1110001,1 +20070003,1,1,1110001,1 +20070004,1,1,1110001,1 +20070005,1,1,1110001,1 +20070006,1,1,1110001,1 +20070007,1,1,1110001,1 +20080001,1,1,1110001,1 +20080002,1,1,1110001,1 +20080003,1,1,1110001,1 +20080004,1,1,1110001,1 +20080005,1,1,1110001,1 +20080006,1,1,1110001,1 +20080007,1,1,1110001,1 +20090001,1,1,1110001,1 +20090002,1,1,1110001,1 +20090003,1,1,1110001,1 +20090004,1,1,1110001,1 +20090005,1,1,1110001,1 +20090006,1,1,1110001,1 +20090007,1,1,1110001,1 +30010001,1,1,1110001,1 +30010002,1,1,1110001,1 +30010003,1,1,1110001,1 +30020001,1,1,1110001,1 +30020002,1,1,1110001,1 +30020003,1,1,1110001,1 +30030001,1,1,1110001,1 +30030002,1,1,1110001,1 +30030003,1,1,1110001,1 +30040001,1,1,1110001,1 +30040002,1,1,1110001,1 +30040003,1,1,1110001,1 +30050001,1,1,1110001,1 +30050002,1,1,1110001,1 +30050003,1,1,1110001,1 +30060001,1,1,1110001,1 +30060002,1,1,1110001,1 +30060003,1,1,1110001,1 +30070001,1,1,1110001,1 +30070002,1,1,1110001,1 +30070003,1,1,1110001,1 +30080001,1,1,1110001,1 +30080002,1,1,1110001,1 +30080003,1,1,1110001,1 +30090001,1,1,1110001,1 +30090002,1,1,1110001,1 +30090003,1,1,1110001,1 +30100001,1,1,1110001,1 +30100002,1,1,1110001,1 +30100003,1,1,1110001,1 +30110001,1,1,1110001,1 +30110002,1,1,1110001,1 +30110003,1,1,1110001,1 +30120001,1,1,1110001,1 +30120002,1,1,1110001,1 +30120003,1,1,1110001,1 +40010001,1,1,1110001,1 +40010002,1,1,1110001,1 +40010003,1,1,1110001,1 +40020001,1,1,1110001,1 +40020002,1,1,1110001,1 +40020003,1,1,1110001,1 +40030001,1,1,1110001,1 +40030002,1,1,1110001,1 +40030003,1,1,1110001,1 +40040001,1,1,1110001,1 +40040002,1,1,1110001,1 +40040003,1,1,1110001,1 +40050001,1,1,1110001,1 +40050002,1,1,1110001,1 +40050003,1,1,1110001,1 +40060001,1,1,1110001,1 +40060002,1,1,1110001,1 +40060003,1,1,1110001,1 +40070001,1,1,1110001,1 +40070002,1,1,1110001,1 +40070003,1,1,1110001,1 +40080001,1,1,1110001,1 +40080002,1,1,1110001,1 +40080003,1,1,1110001,1 +40090001,1,1,1110001,1 +40090002,1,1,1110001,1 +40090003,1,1,1110001,1 diff --git a/src/router/databases/csv/card_level.csv b/src/router/databases/csv/card_level.csv new file mode 100644 index 0000000..5f3b02d --- /dev/null +++ b/src/router/databases/csv/card_level.csv @@ -0,0 +1,241 @@ +_id,_level,_exp,_hpRatio,_smileRatio,_pureRatio,_coolRatio,_masterReleaseLabelId +1,1,0,10000,7830,7830,7830,1 +1,2,100,10000,7860,7860,7860,1 +1,3,300,10000,7890,7890,7890,1 +1,4,600,10000,7920,7920,7920,1 +1,5,1025,10000,7950,7950,7950,1 +1,6,1454,10000,7980,7980,7980,1 +1,7,1889,10000,8010,8010,8010,1 +1,8,2332,10000,8040,8040,8040,1 +1,9,2787,10000,8070,8070,8070,1 +1,10,3254,10000,8100,8100,8100,1 +1,11,3739,10000,8130,8130,8130,1 +1,12,4244,10000,8160,8160,8160,1 +1,13,4773,10000,8190,8190,8190,1 +1,14,5330,10000,8220,8220,8220,1 +1,15,5920,10000,8250,8250,8250,1 +1,16,6549,10000,8280,8280,8280,1 +1,17,7220,10000,8310,8310,8310,1 +1,18,7939,10000,8340,8340,8340,1 +1,19,8714,10000,8370,8370,8370,1 +1,20,9548,10000,8400,8400,8400,1 +1,21,10450,10000,8430,8430,8430,1 +1,22,11426,10000,8460,8460,8460,1 +1,23,12484,10000,8490,8490,8490,1 +1,24,13630,10000,8520,8520,8520,1 +1,25,14873,10000,8550,8550,8550,1 +1,26,16221,10000,8580,8580,8580,1 +1,27,17683,10000,8610,8610,8610,1 +1,28,19267,10000,8640,8640,8640,1 +1,29,20983,10000,8670,8670,8670,1 +1,30,22840,10000,8700,8700,8700,1 +1,31,24848,10000,8730,8730,8730,1 +1,32,27018,10000,8760,8760,8760,1 +1,33,29359,10000,8790,8790,8790,1 +1,34,31884,10000,8820,8820,8820,1 +1,35,34603,10000,8850,8850,8850,1 +1,36,37528,10000,8880,8880,8880,1 +1,37,40670,10000,8910,8910,8910,1 +1,38,44043,10000,8940,8940,8940,1 +1,39,47658,10000,8970,8970,8970,1 +1,40,51528,10000,9000,9000,9000,1 +1,41,55668,10000,9050,9050,9050,1 +1,42,60089,10000,9100,9100,9100,1 +1,43,64807,10000,9150,9150,9150,1 +1,44,69836,10000,9200,9200,9200,1 +1,45,75190,10000,9250,9250,9250,1 +1,46,80884,10000,9300,9300,9300,1 +1,47,86934,10000,9350,9350,9350,1 +1,48,93355,10000,9400,9400,9400,1 +1,49,100163,10000,9450,9450,9450,1 +1,50,107374,10000,9500,9500,9500,1 +1,51,115005,10000,9550,9550,9550,1 +1,52,123073,10000,9600,9600,9600,1 +1,53,131596,10000,9650,9650,9650,1 +1,54,140590,10000,9700,9700,9700,1 +1,55,150074,10000,9750,9750,9750,1 +1,56,160067,10000,9800,9800,9800,1 +1,57,170586,10000,9850,9850,9850,1 +1,58,181651,10000,9900,9900,9900,1 +1,59,193282,10000,9950,9950,9950,1 +1,60,205497,10000,10000,10000,10000,1 +2,1,0,10000,7230,7230,7230,1 +2,2,100,10000,7260,7260,7260,1 +2,3,300,10000,7290,7290,7290,1 +2,4,600,10000,7320,7320,7320,1 +2,5,1025,10000,7350,7350,7350,1 +2,6,1454,10000,7380,7380,7380,1 +2,7,1889,10000,7410,7410,7410,1 +2,8,2332,10000,7440,7440,7440,1 +2,9,2787,10000,7470,7470,7470,1 +2,10,3254,10000,7500,7500,7500,1 +2,11,3739,10000,7530,7530,7530,1 +2,12,4244,10000,7560,7560,7560,1 +2,13,4773,10000,7590,7590,7590,1 +2,14,5330,10000,7620,7620,7620,1 +2,15,5920,10000,7650,7650,7650,1 +2,16,6549,10000,7680,7680,7680,1 +2,17,7220,10000,7710,7710,7710,1 +2,18,7939,10000,7740,7740,7740,1 +2,19,8714,10000,7770,7770,7770,1 +2,20,9548,10000,7800,7800,7800,1 +2,21,10450,10000,7830,7830,7830,1 +2,22,11426,10000,7860,7860,7860,1 +2,23,12484,10000,7890,7890,7890,1 +2,24,13630,10000,7920,7920,7920,1 +2,25,14873,10000,7950,7950,7950,1 +2,26,16221,10000,7980,7980,7980,1 +2,27,17683,10000,8010,8010,8010,1 +2,28,19267,10000,8040,8040,8040,1 +2,29,20983,10000,8070,8070,8070,1 +2,30,22840,10000,8100,8100,8100,1 +2,31,24848,10000,8130,8130,8130,1 +2,32,27018,10000,8160,8160,8160,1 +2,33,29359,10000,8190,8190,8190,1 +2,34,31884,10000,8220,8220,8220,1 +2,35,34603,10000,8250,8250,8250,1 +2,36,37528,10000,8280,8280,8280,1 +2,37,40670,10000,8310,8310,8310,1 +2,38,44043,10000,8340,8340,8340,1 +2,39,47658,10000,8370,8370,8370,1 +2,40,51528,10000,8400,8400,8400,1 +2,41,55668,10000,8430,8430,8430,1 +2,42,60089,10000,8460,8460,8460,1 +2,43,64807,10000,8490,8490,8490,1 +2,44,69836,10000,8520,8520,8520,1 +2,45,75190,10000,8550,8550,8550,1 +2,46,80884,10000,8580,8580,8580,1 +2,47,86934,10000,8610,8610,8610,1 +2,48,93355,10000,8640,8640,8640,1 +2,49,100163,10000,8670,8670,8670,1 +2,50,107374,10000,8700,8700,8700,1 +2,51,115005,10000,8730,8730,8730,1 +2,52,123073,10000,8760,8760,8760,1 +2,53,131596,10000,8790,8790,8790,1 +2,54,140590,10000,8820,8820,8820,1 +2,55,150074,10000,8850,8850,8850,1 +2,56,160067,10000,8880,8880,8880,1 +2,57,170586,10000,8910,8910,8910,1 +2,58,181651,10000,8940,8940,8940,1 +2,59,193282,10000,8970,8970,8970,1 +2,60,205497,10000,9000,9000,9000,1 +2,61,218317,10000,9050,9050,9050,1 +2,62,231762,10000,9100,9100,9100,1 +2,63,245853,10000,9150,9150,9150,1 +2,64,260610,10000,9200,9200,9200,1 +2,65,276056,10000,9250,9250,9250,1 +2,66,292212,10000,9300,9300,9300,1 +2,67,309099,10000,9350,9350,9350,1 +2,68,326740,10000,9400,9400,9400,1 +2,69,345159,10000,9450,9450,9450,1 +2,70,364377,10000,9500,9500,9500,1 +2,71,384418,10000,9550,9550,9550,1 +2,72,405307,10000,9600,9600,9600,1 +2,73,427066,10000,9650,9650,9650,1 +2,74,449720,10000,9700,9700,9700,1 +2,75,473295,10000,9750,9750,9750,1 +2,76,497814,10000,9800,9800,9800,1 +2,77,523304,10000,9850,9850,9850,1 +2,78,549790,10000,9900,9900,9900,1 +2,79,577298,10000,9950,9950,9950,1 +2,80,605854,10000,10000,10000,10000,1 +3,1,0,10000,6630,6630,6630,1 +3,2,100,10000,6660,6660,6660,1 +3,3,300,10000,6690,6690,6690,1 +3,4,600,10000,6720,6720,6720,1 +3,5,1025,10000,6750,6750,6750,1 +3,6,1454,10000,6780,6780,6780,1 +3,7,1889,10000,6810,6810,6810,1 +3,8,2332,10000,6840,6840,6840,1 +3,9,2787,10000,6870,6870,6870,1 +3,10,3254,10000,6900,6900,6900,1 +3,11,3739,10000,6930,6930,6930,1 +3,12,4244,10000,6960,6960,6960,1 +3,13,4773,10000,6990,6990,6990,1 +3,14,5330,10000,7020,7020,7020,1 +3,15,5920,10000,7050,7050,7050,1 +3,16,6549,10000,7080,7080,7080,1 +3,17,7220,10000,7110,7110,7110,1 +3,18,7939,10000,7140,7140,7140,1 +3,19,8714,10000,7170,7170,7170,1 +3,20,9548,10000,7200,7200,7200,1 +3,21,10450,10000,7230,7230,7230,1 +3,22,11426,10000,7260,7260,7260,1 +3,23,12484,10000,7290,7290,7290,1 +3,24,13630,10000,7320,7320,7320,1 +3,25,14873,10000,7350,7350,7350,1 +3,26,16221,10000,7380,7380,7380,1 +3,27,17683,10000,7410,7410,7410,1 +3,28,19267,10000,7440,7440,7440,1 +3,29,20983,10000,7470,7470,7470,1 +3,30,22840,10000,7500,7500,7500,1 +3,31,24848,10000,7530,7530,7530,1 +3,32,27018,10000,7560,7560,7560,1 +3,33,29359,10000,7590,7590,7590,1 +3,34,31884,10000,7620,7620,7620,1 +3,35,34603,10000,7650,7650,7650,1 +3,36,37528,10000,7680,7680,7680,1 +3,37,40670,10000,7710,7710,7710,1 +3,38,44043,10000,7740,7740,7740,1 +3,39,47658,10000,7770,7770,7770,1 +3,40,51528,10000,7800,7800,7800,1 +3,41,55668,10000,7830,7830,7830,1 +3,42,60089,10000,7860,7860,7860,1 +3,43,64807,10000,7890,7890,7890,1 +3,44,69836,10000,7920,7920,7920,1 +3,45,75190,10000,7950,7950,7950,1 +3,46,80884,10000,7980,7980,7980,1 +3,47,86934,10000,8010,8010,8010,1 +3,48,93355,10000,8040,8040,8040,1 +3,49,100163,10000,8070,8070,8070,1 +3,50,107374,10000,8100,8100,8100,1 +3,51,115005,10000,8130,8130,8130,1 +3,52,123073,10000,8160,8160,8160,1 +3,53,131596,10000,8190,8190,8190,1 +3,54,140590,10000,8220,8220,8220,1 +3,55,150074,10000,8250,8250,8250,1 +3,56,160067,10000,8280,8280,8280,1 +3,57,170586,10000,8310,8310,8310,1 +3,58,181651,10000,8340,8340,8340,1 +3,59,193282,10000,8370,8370,8370,1 +3,60,205497,10000,8400,8400,8400,1 +3,61,218317,10000,8430,8430,8430,1 +3,62,231762,10000,8460,8460,8460,1 +3,63,245853,10000,8490,8490,8490,1 +3,64,260610,10000,8520,8520,8520,1 +3,65,276056,10000,8550,8550,8550,1 +3,66,292212,10000,8580,8580,8580,1 +3,67,309099,10000,8610,8610,8610,1 +3,68,326740,10000,8640,8640,8640,1 +3,69,345159,10000,8670,8670,8670,1 +3,70,364377,10000,8700,8700,8700,1 +3,71,384418,10000,8730,8730,8730,1 +3,72,405307,10000,8760,8760,8760,1 +3,73,427066,10000,8790,8790,8790,1 +3,74,449720,10000,8820,8820,8820,1 +3,75,473295,10000,8850,8850,8850,1 +3,76,497814,10000,8880,8880,8880,1 +3,77,523304,10000,8910,8910,8910,1 +3,78,549790,10000,8940,8940,8940,1 +3,79,577298,10000,8970,8970,8970,1 +3,80,605854,10000,9000,9000,9000,1 +3,81,635486,10000,9050,9050,9050,1 +3,82,666220,10000,9100,9100,9100,1 +3,83,698083,10000,9150,9150,9150,1 +3,84,731104,10000,9200,9200,9200,1 +3,85,765311,10000,9250,9250,9250,1 +3,86,800731,10000,9300,9300,9300,1 +3,87,837393,10000,9350,9350,9350,1 +3,88,875328,10000,9400,9400,9400,1 +3,89,914563,10000,9450,9450,9450,1 +3,90,955129,10000,9500,9500,9500,1 +3,91,997056,10000,9550,9550,9550,1 +3,92,1040374,10000,9600,9600,9600,1 +3,93,1085113,10000,9650,9650,9650,1 +3,94,1131306,10000,9700,9700,9700,1 +3,95,1178984,10000,9750,9750,9750,1 +3,96,1228177,10000,9800,9800,9800,1 +3,97,1278919,10000,9850,9850,9850,1 +3,98,1331242,10000,9900,9900,9900,1 +3,99,1385178,10000,9950,9950,9950,1 +3,100,1440761,10000,10000,10000,10000,1 diff --git a/src/router/databases/csv/card_rarity.csv b/src/router/databases/csv/card_rarity.csv new file mode 100644 index 0000000..8f39a24 --- /dev/null +++ b/src/router/databases/csv/card_rarity.csv @@ -0,0 +1,4 @@ +_rarity,_maxLevel,_baseEvolveCount,_masterCardSkillLevelId,_exchangeMasterItemId,_exchangeItemAmount,_masterReleaseLabelId +1,40,1,1,19100001,20,1 +2,60,1,2,19100001,50,1 +3,80,1,3,19100001,500,1 diff --git a/src/router/databases/csv/card_skill_level.csv b/src/router/databases/csv/card_skill_level.csv new file mode 100644 index 0000000..ab270ce --- /dev/null +++ b/src/router/databases/csv/card_skill_level.csv @@ -0,0 +1,18 @@ +_id,_level,_exp,_masterReleaseLabelId +1,1,0,1 +1,2,1000,1 +1,3,3200,1 +2,1,0,1 +2,2,1000,1 +2,3,3200,1 +2,4,8100,1 +2,5,17800,1 +3,1,0,1 +3,2,1000,1 +3,3,3200,1 +3,4,8100,1 +3,5,17800,1 +3,6,35000,1 +3,7,63000,1 +3,8,105700,1 +3,9,167600,1 diff --git a/src/router/masterdata/csv/card_sys_voice.csv b/src/router/databases/csv/card_sys_voice.csv similarity index 100% rename from src/router/masterdata/csv/card_sys_voice.csv rename to src/router/databases/csv/card_sys_voice.csv diff --git a/src/router/masterdata/csv/character.csv b/src/router/databases/csv/character.csv similarity index 100% rename from src/router/masterdata/csv/character.csv rename to src/router/databases/csv/character.csv diff --git a/src/router/masterdata/csv/character_group.csv b/src/router/databases/csv/character_group.csv similarity index 100% rename from src/router/masterdata/csv/character_group.csv rename to src/router/databases/csv/character_group.csv diff --git a/src/router/masterdata/csv/character_sys_voice.csv b/src/router/databases/csv/character_sys_voice.csv similarity index 100% rename from src/router/masterdata/csv/character_sys_voice.csv rename to src/router/databases/csv/character_sys_voice.csv diff --git a/src/router/databases/csv/chat.csv b/src/router/databases/csv/chat.csv new file mode 100644 index 0000000..43da265 --- /dev/null +++ b/src/router/databases/csv/chat.csv @@ -0,0 +1,47 @@ +_id,_title,_type,_category,_chatCharaId,_bgColorCode,_headerColorCode,_masterReleaseLabelId +1001,穂乃果,0,1,1001,FF9210,FF9210,1 +1002,絵里,0,1,1002,47C3FB,47C3FB,1 +1003,ことり,0,1,1003,BAB3B3,BAB3B3,1 +1004,海未,0,1,1004,226BF1,226BF1,1 +1005,凛,0,1,1005,FCD500,FCD500,1 +1006,真姫,0,1,1006,F14747,F14747,1 +1007,希,0,1,1007,C355E8,C355E8,1 +1008,花陽,0,1,1008,44CF72,44CF72,1 +1009,にこ,0,1,1009,FF548F,FF548F,1 +1101,μ’s,1,1,0,F1399F,F1399F,1 +2001,千歌,0,2,2001,FF700F,FF700F,1 +2002,梨子,0,2,2002,FB697E,FB697E,1 +2003,果南,0,2,2003,02D09D,02D09D,1 +2004,ダイヤ,0,2,2004,E0083B,E0083B,1 +2005,曜,0,2,2005,07B0E8,07B0E8,1 +2006,善子,0,2,2006,A9ACB2,A9ACB2,1 +2007,花丸,0,2,2007,FFC000,FFC000,1 +2008,鞠莉,0,2,2008,A132D9,A132D9,1 +2009,ルビィ,0,2,2009,F143B4,F143B4,1 +2101,Aqours,1,2,0,009DE5,009DE5,1 +3001,歩夢,0,3,3001,F48099,F48099,1 +3002,かすみ,0,3,3002,E4D200,EDDC00,1 +3003,しずく,0,3,3003,2CAED5,2CAED5,1 +3004,果林,0,3,3004,4A62D2,4A62D2,1 +3005,愛,0,3,3005,F6663E,F6663E,1 +3006,彼方,0,3,3006,A96398,A96398,1 +3007,せつ菜,0,3,3007,DC2235,DC2235,1 +3008,エマ,0,3,3008,7EC36E,7EC36E,1 +3009,璃奈,0,3,3009,A0A3BC,A0A3BC,1 +3010,栞子,0,3,3010,37C4A1,37C4A1,1 +3011,ミア,0,3,3011,B6B5A8,D7D6C9,1 +3012,嵐珠,0,3,3012,EAB1AD,F7CBC7,1 +3099,侑,0,3,3099,303030,303030,323082802 +3101,ニジガク,1,3,0,FDAB0D,FDAB0D,1 +4001,かのん,0,4,4001,F57924,F57924,1 +4002,可可,0,4,4002,7CE8E6,85EDEC,1 +4003,千砂都,0,4,4003,FF6E97,FF6E97,1 +4004,すみれ,0,4,4004,70ED62,70ED62,1 +4005,恋,0,4,4005,2020AB,2020AB,1 +4006,きな子,0,4,4006,F6EB41,F6EB41,1 +4007,メイ,0,4,4007,F93535,F93535,1 +4008,四季,0,4,4008,9FE9C7,B4F6D8,1 +4009,夏美,0,4,4009,FC3ABA,FC3ABA,1 +4010,マルガレーテ,0,4,4010,E09FF7,E09FF7,223121502 +4011,冬毬,0,4,4011,4CD2E2,4CD2E2,223121502 +4101,Liella!,1,4,0,C04ABE,C04ABE,1 diff --git a/src/router/databases/csv/chat_attachment.csv b/src/router/databases/csv/chat_attachment.csv new file mode 100644 index 0000000..7cad64e --- /dev/null +++ b/src/router/databases/csv/chat_attachment.csv @@ -0,0 +1,85 @@ +_id,_filename,_masterReleaseLabelId +1,attach_f_01_0001,1 +2,attach_f_01_0002,1 +3,attach_f_01_0003,1 +4,attach_f_01_0004,1 +5,attach_f_01_0005,1 +6,attach_f_01_0006,1 +7,attach_f_01_0007,1 +8,attach_f_01_0008,1 +9,attach_f_01_0009,1 +10,attach_f_01_0010,1 +11,attach_f_01_0011,1 +12,attach_f_01_0012,1 +13,attach_f_01_0013,1 +14,attach_f_01_0014,1 +15,attach_f_01_0015,1 +16,attach_f_01_0016,1 +17,attach_f_01_0017,1 +18,attach_f_01_0018,1 +19,attach_f_01_0019,1 +20,attach_f_01_0020,1 +21,attach_f_02_0001,1 +22,attach_f_02_0002,1 +23,attach_f_02_0003,1 +24,attach_f_02_0004,1 +25,attach_f_02_0005,1 +26,attach_f_02_0006,1 +27,attach_f_02_0007,1 +28,attach_f_02_0008,1 +29,attach_f_02_0009,1 +30,attach_f_02_0010,1 +31,attach_f_02_0011,1 +32,attach_f_03_0001,1 +33,attach_f_03_0002,1 +34,attach_f_03_0003,1 +35,attach_f_03_0004,1 +36,attach_f_03_0005,1 +37,attach_f_03_0006,1 +38,attach_f_03_0007,1 +39,attach_f_03_0008,1 +40,attach_f_03_0009,1 +41,attach_f_03_0010,1 +42,attach_f_03_0011,1 +43,attach_f_03_0012,1 +44,attach_f_03_0013,1 +45,attach_f_03_0014,1 +46,attach_f_03_0015,1 +47,attach_f_03_0016,1 +48,attach_f_03_0017,1 +49,attach_f_03_0018,1 +50,attach_f_03_0019,1 +51,attach_f_03_0020,1 +52,attach_f_03_0021,1 +53,attach_f_03_0022,1 +54,attach_f_03_0023,1 +55,attach_f_03_0024,1 +56,attach_f_04_0001,1 +57,attach_f_04_0002,1 +58,attach_f_04_0003,1 +59,attach_f_04_0004,1 +60,attach_f_04_0005,1 +61,attach_f_04_0006,1 +62,attach_f_04_0007,1 +63,attach_f_04_0008,1 +64,attach_f_04_0009,1 +65,attach_f_04_0010,1 +66,attach_f_04_0011,1 +67,attach_f_02_0012,1 +68,attach_f_02_0013,1 +69,attach_f_02_0014,1 +70,attach_f_04_0012,123061702 +71,attach_f_04_0013,123061702 +72,attach_f_03_0025,123062902 +73,attach_f_02_0015,123071302 +74,attach_f_02_0016,123092102 +75,attach_f_04_0014,123102902 +76,attach_f_04_0015,323121501 +77,attach_f_04_0016,323121501 +78,attach_f_02_0017,124010103 +79,attach_f_03_0026,124020502 +80,attach_f_04_0017,124022502 +81,attach_f_03_0027,124021502 +82,attach_f_01_0021,324031601 +83,attach_f_02_0018,324031602 +84,attach_f_03_0028,324031603 diff --git a/src/router/masterdata/csv/chat_chapter.csv b/src/router/databases/csv/chat_chapter.csv similarity index 100% rename from src/router/masterdata/csv/chat_chapter.csv rename to src/router/databases/csv/chat_chapter.csv diff --git a/src/router/masterdata/csv/chat_character.csv b/src/router/databases/csv/chat_character.csv similarity index 100% rename from src/router/masterdata/csv/chat_character.csv rename to src/router/databases/csv/chat_character.csv diff --git a/src/router/databases/csv/chat_reward.csv b/src/router/databases/csv/chat_reward.csv new file mode 100644 index 0000000..4ecaf98 --- /dev/null +++ b/src/router/databases/csv/chat_reward.csv @@ -0,0 +1,7 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +270000001,1,3,1,16005001,1,10,1 +270000002,1,3,1,16005002,1,10,1 +270000003,1,3,1,17001001,1,10,1 +270000004,1,3,1,19100001,1,10,1 +270000005,1,3,1,20000001,1,10,1 +270000006,1,3,1,20000002,1,10,1 diff --git a/src/router/masterdata/csv/chat_room.csv b/src/router/databases/csv/chat_room.csv similarity index 100% rename from src/router/masterdata/csv/chat_room.csv rename to src/router/databases/csv/chat_room.csv diff --git a/src/router/masterdata/csv/chat_stamp.csv b/src/router/databases/csv/chat_stamp.csv similarity index 100% rename from src/router/masterdata/csv/chat_stamp.csv rename to src/router/databases/csv/chat_stamp.csv diff --git a/src/router/databases/csv/chat_voice_key.csv b/src/router/databases/csv/chat_voice_key.csv new file mode 100644 index 0000000..324c0b9 --- /dev/null +++ b/src/router/databases/csv/chat_voice_key.csv @@ -0,0 +1 @@ +_key,_num,_group,_comment,_masterReleaseLabelId diff --git a/src/router/databases/csv/chipster_result_code.csv b/src/router/databases/csv/chipster_result_code.csv new file mode 100644 index 0000000..64ca646 --- /dev/null +++ b/src/router/databases/csv/chipster_result_code.csv @@ -0,0 +1,10 @@ +_resultCode,_masterDialogId,_stayFlag,_silentFlag,_masterReleaseLabelId +0,ChipsterErrorCode_0,0,0,1 +100000,ChipsterErrorCode_100000,0,0,1 +100404,ChipsterErrorCode_100404,0,0,1 +100408,ChipsterErrorCode_100408,0,0,1 +100500,ChipsterErrorCode_100500,0,0,1 +200000,ChipsterErrorCode_200000,0,0,1 +200100,ChipsterErrorCode_200100,0,0,1 +200200,ChipsterErrorCode_200200,0,0,1 +999999,ChipsterErrorCode_999999,0,0,1 diff --git a/src/router/masterdata/csv/comic.csv b/src/router/databases/csv/comic.csv similarity index 100% rename from src/router/masterdata/csv/comic.csv rename to src/router/databases/csv/comic.csv diff --git a/src/router/databases/csv/common_bg_movie.csv b/src/router/databases/csv/common_bg_movie.csv new file mode 100644 index 0000000..d5d2608 --- /dev/null +++ b/src/router/databases/csv/common_bg_movie.csv @@ -0,0 +1,10 @@ +_id,_masterMovieId,_bandCategory,_sceneType,_masterReleaseLabelId +1,16100001,0,LiveSelectScene,1 +2,16100001,0,LiveSelectScene,1 +3,16100001,0,LiveSelectScene,1 +4,16100001,0,LiveSelectScene,1 +5,16100001,0,LiveSelectScene,1 +6,16100001,0,LiveSelectScene,1 +7,16100001,0,MusicSelectScene,1 +8,16100001,0,MusicSelectScene,1 +9,16100001,0,MusicSelectScene,1 diff --git a/src/router/masterdata/csv/const.csv b/src/router/databases/csv/const.csv similarity index 100% rename from src/router/masterdata/csv/const.csv rename to src/router/databases/csv/const.csv diff --git a/src/router/databases/csv/date_condition.csv b/src/router/databases/csv/date_condition.csv new file mode 100644 index 0000000..b3a7f68 --- /dev/null +++ b/src/router/databases/csv/date_condition.csv @@ -0,0 +1,56 @@ +_id,_dateConditionType,_arg1,_arg2,_arg3,_masterReleaseLabelId +1,1,1,1,0,1 +2,1,2,3,0,1 +3,1,2,14,0,1 +4,1,3,3,0,1 +5,1,3,14,0,1 +6,1,5,5,0,1 +7,1,7,7,0,1 +8,2,7,1,3,1 +9,3,1,0,0,1 +10,1,10,31,0,1 +11,1,12,25,0,1 +12,1,12,31,0,1 +13,0,1001,0,0,1 +14,0,1002,0,0,1 +15,0,1003,0,0,1 +16,0,1004,0,0,1 +17,0,1005,0,0,1 +18,0,1006,0,0,1 +19,0,1007,0,0,1 +20,0,1008,0,0,1 +21,0,1009,0,0,1 +22,0,2001,0,0,1 +23,0,2002,0,0,1 +24,0,2003,0,0,1 +25,0,2004,0,0,1 +26,0,2005,0,0,1 +27,0,2006,0,0,1 +28,0,2007,0,0,1 +29,0,2008,0,0,1 +30,0,2009,0,0,1 +31,0,3001,0,0,1 +32,0,3002,0,0,1 +33,0,3003,0,0,1 +34,0,3004,0,0,1 +35,0,3005,0,0,1 +36,0,3006,0,0,1 +37,0,3007,0,0,1 +38,0,3008,0,0,1 +39,0,3009,0,0,1 +40,0,3010,0,0,1 +41,0,3011,0,0,1 +42,0,3012,0,0,1 +43,0,4001,0,0,1 +44,0,4002,0,0,1 +45,0,4003,0,0,1 +46,0,4004,0,0,1 +47,0,4005,0,0,1 +48,0,4006,0,0,1 +49,0,4007,0,0,1 +50,0,4008,0,0,1 +51,0,4009,0,0,1 +52,3,2,0,0,223062402 +53,1,10,15,0,223101514 +54,0,4010,0,0,223121502 +55,0,4011,0,0,223121502 diff --git a/src/router/databases/csv/date_condition_others.csv b/src/router/databases/csv/date_condition_others.csv new file mode 100644 index 0000000..78c126f --- /dev/null +++ b/src/router/databases/csv/date_condition_others.csv @@ -0,0 +1,6 @@ +_id,_num,_date,_masterReleaseLabelId +1,1,2022/09/10,1 +1,2,2023/09/29,1 +1,3,2024/09/17,1 +2,1,2023/06/24,223062402 +2,2,2023/06/25,223062402 diff --git a/src/router/masterdata/csv/dialog.csv b/src/router/databases/csv/dialog.csv similarity index 100% rename from src/router/masterdata/csv/dialog.csv rename to src/router/databases/csv/dialog.csv diff --git a/src/router/databases/csv/dialog_button.csv b/src/router/databases/csv/dialog_button.csv new file mode 100644 index 0000000..9b5feb5 --- /dev/null +++ b/src/router/databases/csv/dialog_button.csv @@ -0,0 +1,21 @@ +_id,_spriteName,_masterTextId,_masterTextIdColor,_masterReleaseLabelId +CloseButton,common_img_white,Button_Close,Common_BlackText,1 +OkButton,common_img_white,Button_Ok,Common_WhiteText,1 +CancelButton,common_img_white,Button_Cancel,Common_BlackText,1 +CloseOkButton,common_img_white,Button_Ok,Common_WhiteText,1 +UpdateButton,common_img_white,Button_Update,Common_WhiteText,1 +RetryButton,common_img_white,Button_Retry,Common_WhiteText,1 +DownloadButton,common_img_white,Button_Download,Common_WhiteText,1 +VoiceOnButton,common_img_white,Button_VoiceOn,Common_GrayText,1 +VoiceOffButton,common_img_white,Button_VoiceOff,Common_GrayText,1 +ReturnButton,common_img_white,Button_Return,Common_BlackText,1 +ResumeButton,common_img_white,Button_Resume,Common_WhiteText,1 +SuspendButton,common_img_white,Button_Suspend,Common_BlackText,1 +SkipButton,common_img_white,Button_Skip,Common_BlackText,1 +RestartButton,common_img_white,Button_Restart,Common_WhiteText,1 +ShopButton,common_img_white,Button_Shop,Common_WhiteText,1 +HomeButton,common_img_white,Button_Home,Common_WhiteText,1 +BuyGemButton,common_img_white,Button_BuyGem,Common_WhiteText,1 +PresentBoxButton,common_img_white,Button_PresentBox,Common_WhiteText,1 +ChatButton,common_img_white,Button_Chat,Common_WhiteText,1 +ReleaseButton,common_img_white,Button_Release,Common_WhiteText,1 diff --git a/src/router/masterdata/csv/event.csv b/src/router/databases/csv/event.csv similarity index 100% rename from src/router/masterdata/csv/event.csv rename to src/router/databases/csv/event.csv diff --git a/src/router/databases/csv/event_card_bonus.csv b/src/router/databases/csv/event_card_bonus.csv new file mode 100644 index 0000000..11689b4 --- /dev/null +++ b/src/router/databases/csv/event_card_bonus.csv @@ -0,0 +1,82 @@ +_masterEventId,_targetId,_pointBonusRatioList,_eventTicketBonusAmountList,_masterReleaseLabelId +101,40090009,"1000,2000,0,0,0","250,500,0,0,0",223041903 +101,40020009,"1000,2000,0,0,0","250,500,0,0,0",223041903 +101,40030009,"1000,2000,0,0,0","250,500,0,0,0",223041903 +102,10010016,"1000,2000,0,0,0","250,500,0,0,0",223043004 +102,10020015,"1000,2000,0,0,0","250,500,0,0,0",223043004 +102,10090015,"1000,2000,0,0,0","250,500,0,0,0",223043004 +102,40090009,"0,0,0,0,0","250,500,0,0,0",223043004 +102,40020009,"0,0,0,0,0","250,500,0,0,0",223043004 +102,40030009,"0,0,0,0,0","250,500,0,0,0",223043004 +104,20010014,"1000,2000,0,0,0","250,500,0,0,0",223051504 +104,20020013,"1000,2000,0,0,0","250,500,0,0,0",223051504 +104,20070013,"1000,2000,0,0,0","250,500,0,0,0",223051504 +104,10010016,"0,0,0,0,0","250,500,0,0,0",223051504 +104,10020015,"0,0,0,0,0","250,500,0,0,0",223051504 +104,10090015,"0,0,0,0,0","250,500,0,0,0",223051504 +106,30060009,"1000,2000,0,0,0","250,500,0,0,0",223053104 +106,30080009,"1000,2000,0,0,0","250,500,0,0,0",223053104 +106,30090009,"1000,2000,0,0,0","250,500,0,0,0",223053104 +106,20010014,"0,0,0,0,0","250,500,0,0,0",223053104 +106,20020013,"0,0,0,0,0","250,500,0,0,0",223053104 +106,20070013,"0,0,0,0,0","250,500,0,0,0",223053104 +109,40040009,"1000,2000,0,0,0","250,500,0,0,0",223063004 +109,40050009,"1000,2000,0,0,0","250,500,0,0,0",223063004 +109,40060010,"1000,2000,0,0,0","250,500,0,0,0",223063004 +109,30060009,"0,0,0,0,0","250,500,0,0,0",223063004 +109,30080009,"0,0,0,0,0","250,500,0,0,0",223063004 +109,30090009,"0,0,0,0,0","250,500,0,0,0",223063004 +113,10030016,"1000,2000,0,0,0","250,500,0,0,0",223073104 +113,10050015,"1000,2000,0,0,0","250,500,0,0,0",223073104 +113,10040016,"1000,2000,0,0,0","250,500,0,0,0",223073104 +113,40040009,"0,0,0,0,0","250,500,0,0,0",223073104 +113,40050009,"0,0,0,0,0","250,500,0,0,0",223073104 +113,40060010,"0,0,0,0,0","250,500,0,0,0",223073104 +117,20060015,"1000,2000,0,0,0","250,500,0,0,0",223083104 +117,20080014,"1000,2000,0,0,0","250,500,0,0,0",223083104 +117,20050014,"1000,2000,0,0,0","250,500,0,0,0",223083104 +117,10030016,"0,0,0,0,0","250,500,0,0,0",223083104 +117,10050015,"0,0,0,0,0","250,500,0,0,0",223083104 +117,10040016,"0,0,0,0,0","250,500,0,0,0",223083104 +121,30120010,"1000,2000,0,0,0","250,500,0,0,0",223093004 +121,30110010,"1000,2000,0,0,0","250,500,0,0,0",223093004 +121,30030010,"1000,2000,0,0,0","250,500,0,0,0",223093004 +121,20060015,"0,0,0,0,0","250,500,0,0,0",223093004 +121,20080014,"0,0,0,0,0","250,500,0,0,0",223093004 +121,20050014,"0,0,0,0,0","250,500,0,0,0",223093004 +123,20070015,"1000,2000,0,0,0","250,500,0,0,0",223101508 +123,20040015,"1000,2000,0,0,0","250,500,0,0,0",223101508 +123,20030015,"1000,2000,0,0,0","250,500,0,0,0",223101508 +123,10060015,"0,0,0,0,0","250,500,0,0,0",223101508 +123,10070017,"0,0,0,0,0","250,500,0,0,0",223101508 +123,10080016,"0,0,0,0,0","250,500,0,0,0",223101508 +125,40030012,"1000,2000,0,0,0","250,500,0,0,0",223103104 +125,40060011,"1000,2000,0,0,0","250,500,0,0,0",223103104 +125,40090011,"1000,2000,0,0,0","250,500,0,0,0",223103104 +125,30120010,"0,0,0,0,0","250,500,0,0,0",223103104 +125,30110010,"0,0,0,0,0","250,500,0,0,0",223103104 +125,30030010,"0,0,0,0,0","250,500,0,0,0",223103104 +129,10040019,"1000,2000,0,0,0","250,500,0,0,0",223113004 +129,10090018,"1000,2000,0,0,0","250,500,0,0,0",223113004 +129,10010020,"1000,2000,0,0,0","250,500,0,0,0",223113004 +129,40030012,"0,0,0,0,0","250,500,0,0,0",223113004 +129,40060011,"0,0,0,0,0","250,500,0,0,0",223113004 +129,40090011,"0,0,0,0,0","250,500,0,0,0",223113004 +133,20050017,"1000,2000,0,0,0","250,500,0,0,0",223123104 +133,20090016,"1000,2000,0,0,0","250,500,0,0,0",223123104 +133,20010019,"1000,2000,0,0,0","250,500,0,0,0",223123104 +133,10040019,"0,0,0,0,0","250,500,0,0,0",223123104 +133,10090018,"0,0,0,0,0","250,500,0,0,0",223123104 +133,10010020,"0,0,0,0,0","250,500,0,0,0",223123104 +137,30030014,"1000,2000,0,0,0","250,500,0,0,0",224013104 +137,30040014,"1000,2000,0,0,0","250,500,0,0,0",224013104 +137,30010017,"1000,2000,0,0,0","250,500,0,0,0",224013104 +137,20050017,"0,0,0,0,0","250,500,0,0,0",224013104 +137,20090016,"0,0,0,0,0","250,500,0,0,0",224013104 +137,20010019,"0,0,0,0,0","250,500,0,0,0",224013104 +141,40050013,"1000,2000,0,0,0","250,500,0,0,0",224030104 +141,40070013,"1000,2000,0,0,0","250,500,0,0,0",224030104 +141,40040013,"1000,2000,0,0,0","250,500,0,0,0",224030104 +141,30030014,"0,0,0,0,0","250,500,0,0,0",224030104 +141,30040014,"0,0,0,0,0","250,500,0,0,0",224030104 +141,30010017,"0,0,0,0,0","250,500,0,0,0",224030104 diff --git a/src/router/databases/csv/event_live.csv b/src/router/databases/csv/event_live.csv new file mode 100644 index 0000000..4a73d3d --- /dev/null +++ b/src/router/databases/csv/event_live.csv @@ -0,0 +1,15 @@ +_masterEventId,_masterLiveId,_masterReleaseLabelId +101,1407101,223041903 +102,1103501,223043004 +104,1214201,223051504 +106,1311901,223053104 +109,1404801,223063004 +113,1110401,223073104 +117,1204601,223083104 +121,1311801,223093004 +123,1205501,223101508 +125,1403701,223103104 +129,1100801,223113004 +133,1209601,223123104 +137,1307801,224013104 +141,1400301,224030104 diff --git a/src/router/masterdata/csv/event_member_ranking.csv b/src/router/databases/csv/event_member_ranking.csv similarity index 100% rename from src/router/masterdata/csv/event_member_ranking.csv rename to src/router/databases/csv/event_member_ranking.csv diff --git a/src/router/masterdata/csv/event_member_ranking_reward.csv b/src/router/databases/csv/event_member_ranking_reward.csv similarity index 100% rename from src/router/masterdata/csv/event_member_ranking_reward.csv rename to src/router/databases/csv/event_member_ranking_reward.csv diff --git a/src/router/masterdata/csv/event_point.csv b/src/router/databases/csv/event_point.csv similarity index 100% rename from src/router/masterdata/csv/event_point.csv rename to src/router/databases/csv/event_point.csv diff --git a/src/router/masterdata/csv/event_point_ranking.csv b/src/router/databases/csv/event_point_ranking.csv similarity index 100% rename from src/router/masterdata/csv/event_point_ranking.csv rename to src/router/databases/csv/event_point_ranking.csv diff --git a/src/router/masterdata/csv/event_point_ranking_reward.csv b/src/router/databases/csv/event_point_ranking_reward.csv similarity index 100% rename from src/router/masterdata/csv/event_point_ranking_reward.csv rename to src/router/databases/csv/event_point_ranking_reward.csv diff --git a/src/router/masterdata/csv/event_point_reward.csv b/src/router/databases/csv/event_point_reward.csv similarity index 100% rename from src/router/masterdata/csv/event_point_reward.csv rename to src/router/databases/csv/event_point_reward.csv diff --git a/src/router/masterdata/csv/event_point_settings.csv b/src/router/databases/csv/event_point_settings.csv similarity index 100% rename from src/router/masterdata/csv/event_point_settings.csv rename to src/router/databases/csv/event_point_settings.csv diff --git a/src/router/masterdata/csv/event_score.csv b/src/router/databases/csv/event_score.csv similarity index 100% rename from src/router/masterdata/csv/event_score.csv rename to src/router/databases/csv/event_score.csv diff --git a/src/router/databases/csv/event_score_ranking.csv b/src/router/databases/csv/event_score_ranking.csv new file mode 100644 index 0000000..55e9c73 --- /dev/null +++ b/src/router/databases/csv/event_score_ranking.csv @@ -0,0 +1,127 @@ +_masterEventId,_groupCount,_number,_highRank,_lowRank,_masterEventScoreRankingRewardId,_masterReleaseLabelId +101,0,1,1,10000,190010101,223041903 +101,0,2,10001,30000,190010102,223041903 +101,0,3,30001,50000,190010103,223041903 +101,0,4,50001,75000,190010104,223041903 +101,0,5,75001,120000,190010105,223041903 +101,0,6,120001,250000,190010106,223041903 +101,0,7,250001,450000,190010107,223041903 +101,0,8,450001,750000,190010108,223041903 +101,0,9,750001,1000000,190010109,223041903 +102,0,1,1,10000,190010201,223043004 +102,0,2,10001,30000,190010202,223043004 +102,0,3,30001,50000,190010203,223043004 +102,0,4,50001,75000,190010204,223043004 +102,0,5,75001,120000,190010205,223043004 +102,0,6,120001,250000,190010206,223043004 +102,0,7,250001,450000,190010207,223043004 +102,0,8,450001,750000,190010208,223043004 +102,0,9,750001,1000000,190010209,223043004 +104,0,1,1,10000,190010401,223051504 +104,0,2,10001,30000,190010402,223051504 +104,0,3,30001,50000,190010403,223051504 +104,0,4,50001,75000,190010404,223051504 +104,0,5,75001,120000,190010405,223051504 +104,0,6,120001,250000,190010406,223051504 +104,0,7,250001,450000,190010407,223051504 +104,0,8,450001,750000,190010408,223051504 +104,0,9,750001,1000000,190010409,223051504 +106,0,1,1,10000,190010601,223053104 +106,0,2,10001,30000,190010602,223053104 +106,0,3,30001,50000,190010603,223053104 +106,0,4,50001,75000,190010604,223053104 +106,0,5,75001,120000,190010605,223053104 +106,0,6,120001,250000,190010606,223053104 +106,0,7,250001,450000,190010607,223053104 +106,0,8,450001,750000,190010608,223053104 +106,0,9,750001,1000000,190010609,223053104 +109,0,1,1,10000,190010901,223063004 +109,0,2,10001,30000,190010902,223063004 +109,0,3,30001,50000,190010903,223063004 +109,0,4,50001,75000,190010904,223063004 +109,0,5,75001,120000,190010905,223063004 +109,0,6,120001,250000,190010906,223063004 +109,0,7,250001,450000,190010907,223063004 +109,0,8,450001,750000,190010908,223063004 +109,0,9,750001,1000000,190010909,223063004 +113,0,1,1,10000,190011301,223073104 +113,0,2,10001,30000,190011302,223073104 +113,0,3,30001,50000,190011303,223073104 +113,0,4,50001,75000,190011304,223073104 +113,0,5,75001,120000,190011305,223073104 +113,0,6,120001,250000,190011306,223073104 +113,0,7,250001,450000,190011307,223073104 +113,0,8,450001,750000,190011308,223073104 +113,0,9,750001,1000000,190011309,223073104 +117,0,1,1,10000,190011701,223083104 +117,0,2,10001,30000,190011702,223083104 +117,0,3,30001,50000,190011703,223083104 +117,0,4,50001,75000,190011704,223083104 +117,0,5,75001,120000,190011705,223083104 +117,0,6,120001,250000,190011706,223083104 +117,0,7,250001,450000,190011707,223083104 +117,0,8,450001,750000,190011708,223083104 +117,0,9,750001,1000000,190011709,223083104 +121,0,1,1,10000,190012101,223093004 +121,0,2,10001,30000,190012102,223093004 +121,0,3,30001,50000,190012103,223093004 +121,0,4,50001,75000,190012104,223093004 +121,0,5,75001,120000,190012105,223093004 +121,0,6,120001,250000,190012106,223093004 +121,0,7,250001,450000,190012107,223093004 +121,0,8,450001,750000,190012108,223093004 +121,0,9,750001,1000000,190012109,223093004 +123,0,1,1,10000,190012301,223101508 +123,0,2,10001,30000,190012302,223101508 +123,0,3,30001,50000,190012303,223101508 +123,0,4,50001,75000,190012304,223101508 +123,0,5,75001,120000,190012305,223101508 +123,0,6,120001,250000,190012306,223101508 +123,0,7,250001,450000,190012307,223101508 +123,0,8,450001,750000,190012308,223101508 +123,0,9,750001,1000000,190012309,223101508 +125,0,1,1,10000,190012501,223103104 +125,0,2,10001,30000,190012502,223103104 +125,0,3,30001,50000,190012503,223103104 +125,0,4,50001,75000,190012504,223103104 +125,0,5,75001,120000,190012505,223103104 +125,0,6,120001,250000,190012506,223103104 +125,0,7,250001,450000,190012507,223103104 +125,0,8,450001,750000,190012508,223103104 +125,0,9,750001,1000000,190012509,223103104 +129,0,1,1,10000,190012901,223113004 +129,0,2,10001,30000,190012902,223113004 +129,0,3,30001,50000,190012903,223113004 +129,0,4,50001,75000,190012904,223113004 +129,0,5,75001,120000,190012905,223113004 +129,0,6,120001,250000,190012906,223113004 +129,0,7,250001,450000,190012907,223113004 +129,0,8,450001,750000,190012908,223113004 +129,0,9,750001,1000000,190012909,223113004 +133,0,1,1,10000,190013301,223123104 +133,0,2,10001,30000,190013302,223123104 +133,0,3,30001,50000,190013303,223123104 +133,0,4,50001,75000,190013304,223123104 +133,0,5,75001,120000,190013305,223123104 +133,0,6,120001,250000,190013306,223123104 +133,0,7,250001,450000,190013307,223123104 +133,0,8,450001,750000,190013308,223123104 +133,0,9,750001,1000000,190013309,223123104 +137,0,1,1,10000,190013701,224013104 +137,0,2,10001,30000,190013702,224013104 +137,0,3,30001,50000,190013703,224013104 +137,0,4,50001,75000,190013704,224013104 +137,0,5,75001,120000,190013705,224013104 +137,0,6,120001,250000,190013706,224013104 +137,0,7,250001,450000,190013707,224013104 +137,0,8,450001,750000,190013708,224013104 +137,0,9,750001,1000000,190013709,224013104 +141,0,1,1,10000,190014101,224030104 +141,0,2,10001,30000,190014102,224030104 +141,0,3,30001,50000,190014103,224030104 +141,0,4,50001,75000,190014104,224030104 +141,0,5,75001,120000,190014105,224030104 +141,0,6,120001,250000,190014106,224030104 +141,0,7,250001,450000,190014107,224030104 +141,0,8,450001,750000,190014108,224030104 +141,0,9,750001,1000000,190014109,224030104 diff --git a/src/router/databases/csv/event_score_ranking_reward.csv b/src/router/databases/csv/event_score_ranking_reward.csv new file mode 100644 index 0000000..3111245 --- /dev/null +++ b/src/router/databases/csv/event_score_ranking_reward.csv @@ -0,0 +1,267 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +190010101,1,1,1,0,0,300,223041903 +190010101,2,3,1,16005003,0,150,223041903 +190010101,3,4,1,1,0,1000000,223041903 +190010102,1,1,1,0,0,200,223041903 +190010102,2,3,1,16005003,0,75,223041903 +190010102,3,4,1,1,0,500000,223041903 +190010103,1,1,1,0,0,100,223041903 +190010103,2,3,1,16005003,0,50,223041903 +190010103,3,4,1,1,0,300000,223041903 +190010104,1,1,1,0,0,75,223041903 +190010104,2,3,1,16005003,0,30,223041903 +190010104,3,4,1,1,0,200000,223041903 +190010105,1,1,1,0,0,50,223041903 +190010105,2,3,1,16005003,0,10,223041903 +190010105,3,4,1,1,0,100000,223041903 +190010106,1,1,1,0,0,40,223041903 +190010107,1,1,1,0,0,30,223041903 +190010108,1,1,1,0,0,20,223041903 +190010109,1,1,1,0,0,10,223041903 +190010201,1,1,1,0,0,300,223043004 +190010201,2,3,1,16005003,0,150,223043004 +190010201,3,4,1,1,0,1000000,223043004 +190010202,1,1,1,0,0,200,223043004 +190010202,2,3,1,16005003,0,75,223043004 +190010202,3,4,1,1,0,500000,223043004 +190010203,1,1,1,0,0,100,223043004 +190010203,2,3,1,16005003,0,50,223043004 +190010203,3,4,1,1,0,300000,223043004 +190010204,1,1,1,0,0,75,223043004 +190010204,2,3,1,16005003,0,30,223043004 +190010204,3,4,1,1,0,200000,223043004 +190010205,1,1,1,0,0,50,223043004 +190010205,2,3,1,16005003,0,10,223043004 +190010205,3,4,1,1,0,100000,223043004 +190010206,1,1,1,0,0,40,223043004 +190010207,1,1,1,0,0,30,223043004 +190010208,1,1,1,0,0,20,223043004 +190010209,1,1,1,0,0,10,223043004 +190010401,1,1,1,0,0,300,223051504 +190010401,2,3,1,16005003,0,150,223051504 +190010401,3,4,1,1,0,1000000,223051504 +190010402,1,1,1,0,0,200,223051504 +190010402,2,3,1,16005003,0,75,223051504 +190010402,3,4,1,1,0,500000,223051504 +190010403,1,1,1,0,0,100,223051504 +190010403,2,3,1,16005003,0,50,223051504 +190010403,3,4,1,1,0,300000,223051504 +190010404,1,1,1,0,0,75,223051504 +190010404,2,3,1,16005003,0,30,223051504 +190010404,3,4,1,1,0,200000,223051504 +190010405,1,1,1,0,0,50,223051504 +190010405,2,3,1,16005003,0,10,223051504 +190010405,3,4,1,1,0,100000,223051504 +190010406,1,1,1,0,0,40,223051504 +190010407,1,1,1,0,0,30,223051504 +190010408,1,1,1,0,0,20,223051504 +190010409,1,1,1,0,0,10,223051504 +190010601,1,1,1,0,0,300,223053104 +190010601,2,3,1,16005003,0,150,223053104 +190010601,3,4,1,1,0,1000000,223053104 +190010602,1,1,1,0,0,200,223053104 +190010602,2,3,1,16005003,0,75,223053104 +190010602,3,4,1,1,0,500000,223053104 +190010603,1,1,1,0,0,100,223053104 +190010603,2,3,1,16005003,0,50,223053104 +190010603,3,4,1,1,0,300000,223053104 +190010604,1,1,1,0,0,75,223053104 +190010604,2,3,1,16005003,0,30,223053104 +190010604,3,4,1,1,0,200000,223053104 +190010605,1,1,1,0,0,50,223053104 +190010605,2,3,1,16005003,0,10,223053104 +190010605,3,4,1,1,0,100000,223053104 +190010606,1,1,1,0,0,40,223053104 +190010607,1,1,1,0,0,30,223053104 +190010608,1,1,1,0,0,20,223053104 +190010609,1,1,1,0,0,10,223053104 +190010901,1,1,1,0,0,300,223063004 +190010901,2,3,1,16005003,0,150,223063004 +190010901,3,4,1,1,0,1000000,223063004 +190010902,1,1,1,0,0,200,223063004 +190010902,2,3,1,16005003,0,75,223063004 +190010902,3,4,1,1,0,500000,223063004 +190010903,1,1,1,0,0,100,223063004 +190010903,2,3,1,16005003,0,50,223063004 +190010903,3,4,1,1,0,300000,223063004 +190010904,1,1,1,0,0,75,223063004 +190010904,2,3,1,16005003,0,30,223063004 +190010904,3,4,1,1,0,200000,223063004 +190010905,1,1,1,0,0,50,223063004 +190010905,2,3,1,16005003,0,10,223063004 +190010905,3,4,1,1,0,100000,223063004 +190010906,1,1,1,0,0,40,223063004 +190010907,1,1,1,0,0,30,223063004 +190010908,1,1,1,0,0,20,223063004 +190010909,1,1,1,0,0,10,223063004 +190011301,1,1,1,0,0,300,223073104 +190011301,2,3,1,16005003,0,150,223073104 +190011301,3,4,1,1,0,1000000,223073104 +190011302,1,1,1,0,0,200,223073104 +190011302,2,3,1,16005003,0,75,223073104 +190011302,3,4,1,1,0,500000,223073104 +190011303,1,1,1,0,0,100,223073104 +190011303,2,3,1,16005003,0,50,223073104 +190011303,3,4,1,1,0,300000,223073104 +190011304,1,1,1,0,0,75,223073104 +190011304,2,3,1,16005003,0,30,223073104 +190011304,3,4,1,1,0,200000,223073104 +190011305,1,1,1,0,0,50,223073104 +190011305,2,3,1,16005003,0,10,223073104 +190011305,3,4,1,1,0,100000,223073104 +190011306,1,1,1,0,0,40,223073104 +190011307,1,1,1,0,0,30,223073104 +190011308,1,1,1,0,0,20,223073104 +190011309,1,1,1,0,0,10,223073104 +190011701,1,1,1,0,0,300,223083104 +190011701,2,3,1,16005003,0,150,223083104 +190011701,3,4,1,1,0,1000000,223083104 +190011702,1,1,1,0,0,200,223083104 +190011702,2,3,1,16005003,0,75,223083104 +190011702,3,4,1,1,0,500000,223083104 +190011703,1,1,1,0,0,100,223083104 +190011703,2,3,1,16005003,0,50,223083104 +190011703,3,4,1,1,0,300000,223083104 +190011704,1,1,1,0,0,75,223083104 +190011704,2,3,1,16005003,0,30,223083104 +190011704,3,4,1,1,0,200000,223083104 +190011705,1,1,1,0,0,50,223083104 +190011705,2,3,1,16005003,0,10,223083104 +190011705,3,4,1,1,0,100000,223083104 +190011706,1,1,1,0,0,40,223083104 +190011707,1,1,1,0,0,30,223083104 +190011708,1,1,1,0,0,20,223083104 +190011709,1,1,1,0,0,10,223083104 +190012101,1,1,1,0,0,300,223093004 +190012101,2,3,1,16005003,0,150,223093004 +190012101,3,4,1,1,0,1000000,223093004 +190012102,1,1,1,0,0,200,223093004 +190012102,2,3,1,16005003,0,75,223093004 +190012102,3,4,1,1,0,500000,223093004 +190012103,1,1,1,0,0,100,223093004 +190012103,2,3,1,16005003,0,50,223093004 +190012103,3,4,1,1,0,300000,223093004 +190012104,1,1,1,0,0,75,223093004 +190012104,2,3,1,16005003,0,30,223093004 +190012104,3,4,1,1,0,200000,223093004 +190012105,1,1,1,0,0,50,223093004 +190012105,2,3,1,16005003,0,10,223093004 +190012105,3,4,1,1,0,100000,223093004 +190012106,1,1,1,0,0,40,223093004 +190012107,1,1,1,0,0,30,223093004 +190012108,1,1,1,0,0,20,223093004 +190012109,1,1,1,0,0,10,223093004 +190012301,1,1,1,0,0,300,223101508 +190012301,2,3,1,16005003,0,150,223101508 +190012301,3,4,1,1,0,1000000,223101508 +190012302,1,1,1,0,0,200,223101508 +190012302,2,3,1,16005003,0,75,223101508 +190012302,3,4,1,1,0,500000,223101508 +190012303,1,1,1,0,0,100,223101508 +190012303,2,3,1,16005003,0,50,223101508 +190012303,3,4,1,1,0,300000,223101508 +190012304,1,1,1,0,0,75,223101508 +190012304,2,3,1,16005003,0,30,223101508 +190012304,3,4,1,1,0,200000,223101508 +190012305,1,1,1,0,0,50,223101508 +190012305,2,3,1,16005003,0,10,223101508 +190012305,3,4,1,1,0,100000,223101508 +190012306,1,1,1,0,0,40,223101508 +190012307,1,1,1,0,0,30,223101508 +190012308,1,1,1,0,0,20,223101508 +190012309,1,1,1,0,0,10,223101508 +190012501,1,1,1,0,0,300,223103104 +190012501,2,3,1,16005003,0,150,223103104 +190012501,3,4,1,1,0,1000000,223103104 +190012502,1,1,1,0,0,200,223103104 +190012502,2,3,1,16005003,0,75,223103104 +190012502,3,4,1,1,0,500000,223103104 +190012503,1,1,1,0,0,100,223103104 +190012503,2,3,1,16005003,0,50,223103104 +190012503,3,4,1,1,0,300000,223103104 +190012504,1,1,1,0,0,75,223103104 +190012504,2,3,1,16005003,0,30,223103104 +190012504,3,4,1,1,0,200000,223103104 +190012505,1,1,1,0,0,50,223103104 +190012505,2,3,1,16005003,0,10,223103104 +190012505,3,4,1,1,0,100000,223103104 +190012506,1,1,1,0,0,40,223103104 +190012507,1,1,1,0,0,30,223103104 +190012508,1,1,1,0,0,20,223103104 +190012509,1,1,1,0,0,10,223103104 +190012901,1,1,1,0,0,300,223113004 +190012901,2,3,1,16005003,0,150,223113004 +190012901,3,4,1,1,0,1000000,223113004 +190012902,1,1,1,0,0,200,223113004 +190012902,2,3,1,16005003,0,75,223113004 +190012902,3,4,1,1,0,500000,223113004 +190012903,1,1,1,0,0,100,223113004 +190012903,2,3,1,16005003,0,50,223113004 +190012903,3,4,1,1,0,300000,223113004 +190012904,1,1,1,0,0,75,223113004 +190012904,2,3,1,16005003,0,30,223113004 +190012904,3,4,1,1,0,200000,223113004 +190012905,1,1,1,0,0,50,223113004 +190012905,2,3,1,16005003,0,10,223113004 +190012905,3,4,1,1,0,100000,223113004 +190012906,1,1,1,0,0,40,223113004 +190012907,1,1,1,0,0,30,223113004 +190012908,1,1,1,0,0,20,223113004 +190012909,1,1,1,0,0,10,223113004 +190013301,1,1,1,0,0,300,223123104 +190013301,2,3,1,16005003,0,150,223123104 +190013301,3,4,1,1,0,1000000,223123104 +190013302,1,1,1,0,0,200,223123104 +190013302,2,3,1,16005003,0,75,223123104 +190013302,3,4,1,1,0,500000,223123104 +190013303,1,1,1,0,0,100,223123104 +190013303,2,3,1,16005003,0,50,223123104 +190013303,3,4,1,1,0,300000,223123104 +190013304,1,1,1,0,0,75,223123104 +190013304,2,3,1,16005003,0,30,223123104 +190013304,3,4,1,1,0,200000,223123104 +190013305,1,1,1,0,0,50,223123104 +190013305,2,3,1,16005003,0,10,223123104 +190013305,3,4,1,1,0,100000,223123104 +190013306,1,1,1,0,0,40,223123104 +190013307,1,1,1,0,0,30,223123104 +190013308,1,1,1,0,0,20,223123104 +190013309,1,1,1,0,0,10,223123104 +190013701,1,1,1,0,0,300,224013104 +190013701,2,3,1,16005003,0,150,224013104 +190013701,3,4,1,1,0,1000000,224013104 +190013702,1,1,1,0,0,200,224013104 +190013702,2,3,1,16005003,0,75,224013104 +190013702,3,4,1,1,0,500000,224013104 +190013703,1,1,1,0,0,100,224013104 +190013703,2,3,1,16005003,0,50,224013104 +190013703,3,4,1,1,0,300000,224013104 +190013704,1,1,1,0,0,75,224013104 +190013704,2,3,1,16005003,0,30,224013104 +190013704,3,4,1,1,0,200000,224013104 +190013705,1,1,1,0,0,50,224013104 +190013705,2,3,1,16005003,0,10,224013104 +190013705,3,4,1,1,0,100000,224013104 +190013706,1,1,1,0,0,40,224013104 +190013707,1,1,1,0,0,30,224013104 +190013708,1,1,1,0,0,20,224013104 +190013709,1,1,1,0,0,10,224013104 +190014101,1,1,1,0,0,300,224030104 +190014101,2,3,1,16005003,0,150,224030104 +190014101,3,4,1,1,0,1000000,224030104 +190014102,1,1,1,0,0,200,224030104 +190014102,2,3,1,16005003,0,75,224030104 +190014102,3,4,1,1,0,500000,224030104 +190014103,1,1,1,0,0,100,224030104 +190014103,2,3,1,16005003,0,50,224030104 +190014103,3,4,1,1,0,300000,224030104 +190014104,1,1,1,0,0,75,224030104 +190014104,2,3,1,16005003,0,30,224030104 +190014104,3,4,1,1,0,200000,224030104 +190014105,1,1,1,0,0,50,224030104 +190014105,2,3,1,16005003,0,10,224030104 +190014105,3,4,1,1,0,100000,224030104 +190014106,1,1,1,0,0,40,224030104 +190014107,1,1,1,0,0,30,224030104 +190014108,1,1,1,0,0,20,224030104 +190014109,1,1,1,0,0,10,224030104 diff --git a/src/router/masterdata/csv/event_story.csv b/src/router/databases/csv/event_story.csv similarity index 100% rename from src/router/masterdata/csv/event_story.csv rename to src/router/databases/csv/event_story.csv diff --git a/src/router/masterdata/csv/event_tips.csv b/src/router/databases/csv/event_tips.csv similarity index 100% rename from src/router/masterdata/csv/event_tips.csv rename to src/router/databases/csv/event_tips.csv diff --git a/src/router/masterdata/csv/event_tips_page.csv b/src/router/databases/csv/event_tips_page.csv similarity index 100% rename from src/router/masterdata/csv/event_tips_page.csv rename to src/router/databases/csv/event_tips_page.csv diff --git a/src/router/masterdata/csv/event_top_banner.csv b/src/router/databases/csv/event_top_banner.csv similarity index 100% rename from src/router/masterdata/csv/event_top_banner.csv rename to src/router/databases/csv/event_top_banner.csv diff --git a/src/router/databases/csv/event_type.csv b/src/router/databases/csv/event_type.csv new file mode 100644 index 0000000..86a8595 --- /dev/null +++ b/src/router/databases/csv/event_type.csv @@ -0,0 +1 @@ +_type,_eventLiveName,_masterMultiPenaltyId,_masterReleaseLabelId diff --git a/src/router/databases/csv/evolve_item_amount.csv b/src/router/databases/csv/evolve_item_amount.csv new file mode 100644 index 0000000..b9430e3 --- /dev/null +++ b/src/router/databases/csv/evolve_item_amount.csv @@ -0,0 +1,4 @@ +_rarity,_evolveCount,_effectType,_amount,_masterReleaseLabelId +1,1,8,100,1 +2,1,8,200,1 +3,1,8,1800,1 diff --git a/src/router/databases/csv/evolve_item_condition.csv b/src/router/databases/csv/evolve_item_condition.csv new file mode 100644 index 0000000..ea06d56 --- /dev/null +++ b/src/router/databases/csv/evolve_item_condition.csv @@ -0,0 +1,2 @@ +_masterItemId,_number,_type,_valueList,_masterReleaseLabelId +19100001,1,0,,1 diff --git a/src/router/masterdata/csv/exchange.csv b/src/router/databases/csv/exchange.csv similarity index 100% rename from src/router/masterdata/csv/exchange.csv rename to src/router/databases/csv/exchange.csv diff --git a/src/router/masterdata/csv/exchange_item.csv b/src/router/databases/csv/exchange_item.csv similarity index 100% rename from src/router/masterdata/csv/exchange_item.csv rename to src/router/databases/csv/exchange_item.csv diff --git a/src/router/masterdata/csv/exchange_item_reward.csv b/src/router/databases/csv/exchange_item_reward.csv similarity index 100% rename from src/router/masterdata/csv/exchange_item_reward.csv rename to src/router/databases/csv/exchange_item_reward.csv diff --git a/src/router/databases/csv/function_lock.csv b/src/router/databases/csv/function_lock.csv new file mode 100644 index 0000000..8b96406 --- /dev/null +++ b/src/router/databases/csv/function_lock.csv @@ -0,0 +1,4 @@ +_id,_locked,_masterReleaseLabelId +BILLING_ANDROID,0,1 +BILLING_IOS,0,1 +MULTI_LIVE,0,1 diff --git a/src/router/databases/csv/gamelib_result_code.csv b/src/router/databases/csv/gamelib_result_code.csv new file mode 100644 index 0000000..8593ee4 --- /dev/null +++ b/src/router/databases/csv/gamelib_result_code.csv @@ -0,0 +1,34 @@ +_resultCode,_masterDialogId,_stayFlag,_silentFlag,_masterReleaseLabelId +1,GameLibErrorCode_1,1,0,1 +14,GameLibErrorCode_14,1,0,1 +20,GameLibErrorCode_20,1,0,1 +1000,GameLibErrorCode_1000,1,0,1 +17219,GameLibErrorCode_17219,1,0,1 +10001,GameLibErrorCode_10001,1,0,1 +10006,GameLibErrorCode_10006,1,0,1 +10007,GameLibErrorCode_10007,1,0,1 +7002,GameLibErrorCode_7002,1,0,1 +7003,GameLibErrorCode_7003,1,0,1 +7004,GameLibErrorCode_7004,1,0,1 +7005,GameLibErrorCode_7005,1,0,1 +7012,GameLibErrorCode_7012,1,0,1 +7013,GameLibErrorCode_7013,1,0,1 +8004,GameLibErrorCode_8004,1,0,1 +8022,GameLibErrorCode_8022,1,0,1 +16002,GameLibErrorCode_16002,1,0,1 +16005,GameLibErrorCode_16005,1,0,1 +16007,GameLibErrorCode_16007,1,0,1 +16008,GameLibErrorCode_16008,1,0,1 +16009,GameLibErrorCode_16009,1,0,1 +17002,GameLibErrorCode_17002,1,0,1 +17007,GameLibErrorCode_17007,1,0,1 +17100,GameLibErrorCode_17100,1,0,1 +17214,GameLibErrorCode_17214,1,1,1 +20001,GameLibErrorCode_20001,1,0,1 +21001,GameLibErrorCode_21001,1,0,1 +17101,GameLibErrorCode_17101,1,0,1 +16010,GameLibErrorCode_16010,1,0,1 +1100,GameLibErrorCode_1100,1,0,1 +37003,GameLibErrorCode_37003,1,0,1 +37004,GameLibErrorCode_37004,1,0,1 +37006,GameLibErrorCode_37006,1,0,1 diff --git a/src/router/masterdata/csv/group.csv b/src/router/databases/csv/group.csv similarity index 100% rename from src/router/masterdata/csv/group.csv rename to src/router/databases/csv/group.csv diff --git a/src/router/masterdata/csv/home_banner.csv b/src/router/databases/csv/home_banner.csv similarity index 100% rename from src/router/masterdata/csv/home_banner.csv rename to src/router/databases/csv/home_banner.csv diff --git a/src/router/databases/csv/home_bg.csv b/src/router/databases/csv/home_bg.csv new file mode 100644 index 0000000..798d278 --- /dev/null +++ b/src/router/databases/csv/home_bg.csv @@ -0,0 +1,2 @@ +_id,_imageName,_masterMovieId,_homeBgType,_priority,_masterReleaseLabelId +1,bg_lunasea,99999,0,0,1 diff --git a/src/router/masterdata/csv/item.csv b/src/router/databases/csv/item.csv similarity index 100% rename from src/router/masterdata/csv/item.csv rename to src/router/databases/csv/item.csv diff --git a/src/router/databases/csv/limited_live.csv b/src/router/databases/csv/limited_live.csv new file mode 100644 index 0000000..44e7722 --- /dev/null +++ b/src/router/databases/csv/limited_live.csv @@ -0,0 +1 @@ +_id,_nameMasterTextId,_ruleFormatMasterTextId,_masterLiveIdList,_bonusMasterLiveId,_bonusLiveLotteryRatio,_bonusEffectMasterTextId,_count,_masterItemId,_priority,_timeResetType,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/live.csv b/src/router/databases/csv/live.csv similarity index 100% rename from src/router/masterdata/csv/live.csv rename to src/router/databases/csv/live.csv diff --git a/src/router/databases/csv/live_boost.csv b/src/router/databases/csv/live_boost.csv new file mode 100644 index 0000000..4e24b30 --- /dev/null +++ b/src/router/databases/csv/live_boost.csv @@ -0,0 +1,11 @@ +_value,_lp,_icon,_eventPointRatio,_rewardRatio,_expRatio,_eventPointRatioAuto,_rewardRatioAuto,_expRatioAuto,_masterReleaseLabelId +1,10,1000,10000,10000,10000,10000,10000,10000,1 +2,20,2000,20000,20000,20000,20000,20000,20000,1 +3,30,3000,30000,30000,30000,30000,30000,30000,1 +4,40,4000,40000,40000,40000,40000,40000,40000,1 +5,50,5000,50000,50000,50000,50000,50000,50000,1 +6,60,6000,60000,60000,60000,60000,60000,60000,1 +7,70,7000,70000,70000,70000,70000,70000,70000,1 +8,80,8000,80000,80000,80000,80000,80000,80000,1 +9,90,9000,90000,90000,90000,90000,90000,90000,1 +10,100,10000,100000,100000,100000,100000,100000,100000,1 diff --git a/src/router/databases/csv/live_clear_reward.csv b/src/router/databases/csv/live_clear_reward.csv new file mode 100644 index 0000000..71d4114 --- /dev/null +++ b/src/router/databases/csv/live_clear_reward.csv @@ -0,0 +1,2528 @@ +_id,_masterLiveId,_type,_value,_amount,_priority,_getableCount,_masterReleaseLabelId +1,1100101,1,1,60,0,1,1 +2,1100201,1,1,60,0,1,1 +3,1100301,1,1,60,0,1,1 +4,1100401,1,1,60,0,1,1 +5,1100501,1,1,60,0,1,1 +6,1100601,1,1,60,0,1,1 +7,1100701,1,1,60,0,1,1 +8,1100801,1,1,60,0,1,1 +9,1100901,1,1,60,0,1,1 +10,1101001,1,1,60,0,1,1 +11,1101101,1,1,60,0,1,1 +12,1101201,1,1,60,0,1,1 +13,1101401,1,1,60,0,1,1 +14,1101501,1,1,60,0,1,1 +15,1101601,1,1,60,0,1,1 +16,1101701,1,1,60,0,1,1 +17,1101901,1,1,60,0,1,1 +18,1102001,1,1,60,0,1,1 +19,1102101,1,1,60,0,1,1 +20,1102201,1,1,60,0,1,1 +21,1102301,1,1,60,0,1,1 +22,1102401,1,1,60,0,1,1 +23,1102501,1,1,60,0,1,1 +24,1102601,1,1,60,0,1,1 +25,1102701,1,1,60,0,1,1 +26,1102801,1,1,60,0,1,1 +27,1102901,1,1,60,0,1,1 +28,1103001,1,1,60,0,1,1 +29,1103101,1,1,60,0,1,1 +30,1103201,1,1,60,0,1,1 +31,1103301,1,1,60,0,1,1 +32,1103501,1,1,60,0,1,1 +33,1103701,1,1,60,0,1,1 +34,1103801,1,1,60,0,1,1 +35,1103901,1,1,60,0,1,1 +36,1104001,1,1,60,0,1,1 +37,1104101,1,1,60,0,1,1 +38,1104201,1,1,60,0,1,1 +39,1104401,1,1,60,0,1,1 +40,1104501,1,1,60,0,1,1 +41,1104601,1,1,60,0,1,1 +42,1104701,1,1,60,0,1,1 +43,1104801,1,1,60,0,1,1 +44,1104901,1,1,60,0,1,1 +45,1105001,1,1,60,0,1,1 +46,1105401,1,1,60,0,1,1 +47,1105501,1,1,60,0,1,1 +48,1105701,1,1,60,0,1,1 +49,1105801,1,1,60,0,1,1 +50,1105901,1,1,60,0,1,1 +51,1106001,1,1,60,0,1,1 +52,1106101,1,1,60,0,1,1 +53,1106201,1,1,60,0,1,1 +54,1106301,1,1,60,0,1,1 +55,1106401,1,1,60,0,1,1 +56,1106601,1,1,60,0,1,1 +57,1106701,1,1,60,0,1,1 +58,1106801,1,1,60,0,1,1 +59,1106901,1,1,60,0,1,1 +60,1107001,1,1,60,0,1,1 +61,1107101,1,1,60,0,1,1 +62,1107201,1,1,60,0,1,1 +63,1107301,1,1,60,0,1,1 +64,1107401,1,1,60,0,1,1 +65,1107501,1,1,60,0,1,1 +66,1107601,1,1,60,0,1,1 +67,1107701,1,1,60,0,1,1 +68,1107801,1,1,60,0,1,1 +69,1107901,1,1,60,0,1,1 +70,1108001,1,1,60,0,1,1 +71,1108101,1,1,60,0,1,1 +72,1108201,1,1,60,0,1,1 +73,1108301,1,1,60,0,1,1 +74,1108401,1,1,60,0,1,1 +75,1108501,1,1,60,0,1,1 +76,1108601,1,1,60,0,1,1 +77,1108701,1,1,60,0,1,1 +78,1108801,1,1,60,0,1,1 +79,1108901,1,1,60,0,1,1 +80,1109001,1,1,60,0,1,1 +81,1109101,1,1,60,0,1,1 +82,1109201,1,1,60,0,1,1 +83,1109301,1,1,60,0,1,1 +84,1109401,1,1,60,0,1,1 +85,1109501,1,1,60,0,1,1 +86,1109601,1,1,60,0,1,1 +87,1109701,1,1,60,0,1,1 +88,1109801,1,1,60,0,1,1 +89,1109901,1,1,60,0,1,1 +90,1110001,1,1,60,0,1,1 +91,1110101,1,1,60,0,1,1 +92,1110201,1,1,60,0,1,1 +93,1110301,1,1,60,0,1,1 +94,1110401,1,1,60,0,1,1 +95,1110501,1,1,60,0,1,1 +96,1110601,1,1,60,0,1,1 +97,1110701,1,1,60,0,1,1 +98,1110801,1,1,60,0,1,1 +99,1110901,1,1,60,0,1,1 +100,1111001,1,1,60,0,1,1 +101,1111101,1,1,60,0,1,1 +102,1111201,1,1,60,0,1,1 +103,1111301,1,1,60,0,1,1 +104,1111401,1,1,60,0,1,1 +105,1111501,1,1,60,0,1,1 +106,1111601,1,1,60,0,1,1 +107,1111701,1,1,60,0,1,1 +108,1111801,1,1,60,0,1,1 +109,1111901,1,1,60,0,1,1 +110,1112001,1,1,60,0,1,1 +111,1112101,1,1,60,0,1,1 +112,1112301,1,1,60,0,1,1 +113,1112401,1,1,60,0,1,1 +114,1112601,1,1,60,0,1,1 +115,1112701,1,1,60,0,1,1 +116,1112801,1,1,60,0,1,1 +117,1112901,1,1,60,0,1,1 +118,1113001,1,1,60,0,1,1 +119,1113101,1,1,60,0,1,1 +120,1200101,1,1,60,0,1,1 +121,1200201,1,1,60,0,1,1 +122,1200301,1,1,60,0,1,1 +123,1200401,1,1,60,0,1,1 +124,1200501,1,1,60,0,1,1 +125,1200601,1,1,60,0,1,1 +126,1200701,1,1,60,0,1,1 +127,1200801,1,1,60,0,1,1 +128,1200901,1,1,60,0,1,1 +129,1201001,1,1,60,0,1,1 +130,1201101,1,1,60,0,1,1 +131,1201201,1,1,60,0,1,1 +132,1201301,1,1,60,0,1,1 +133,1201401,1,1,60,0,1,1 +134,1201501,1,1,60,0,1,1 +135,1201601,1,1,60,0,1,1 +136,1201701,1,1,60,0,1,1 +137,1201801,1,1,60,0,1,1 +138,1201901,1,1,60,0,1,1 +139,1202001,1,1,60,0,1,1 +140,1202101,1,1,60,0,1,1 +141,1202201,1,1,60,0,1,1 +142,1202301,1,1,60,0,1,1 +143,1202401,1,1,60,0,1,1 +144,1202501,1,1,60,0,1,1 +145,1202601,1,1,60,0,1,1 +146,1202701,1,1,60,0,1,1 +147,1202801,1,1,60,0,1,1 +148,1202901,1,1,60,0,1,1 +149,1203001,1,1,60,0,1,1 +150,1203101,1,1,60,0,1,1 +151,1203201,1,1,60,0,1,1 +152,1203301,1,1,60,0,1,1 +153,1203401,1,1,60,0,1,1 +154,1203501,1,1,60,0,1,1 +155,1203601,1,1,60,0,1,1 +156,1203701,1,1,60,0,1,1 +157,1203801,1,1,60,0,1,1 +158,1203901,1,1,60,0,1,1 +159,1204001,1,1,60,0,1,1 +160,1204101,1,1,60,0,1,1 +161,1204201,1,1,60,0,1,1 +162,1204301,1,1,60,0,1,1 +163,1204401,1,1,60,0,1,1 +164,1204501,1,1,60,0,1,1 +165,1204601,1,1,60,0,1,1 +166,1204701,1,1,60,0,1,1 +167,1204801,1,1,60,0,1,1 +168,1204901,1,1,60,0,1,1 +169,1205001,1,1,60,0,1,1 +170,1205101,1,1,60,0,1,1 +171,1205201,1,1,60,0,1,1 +172,1205301,1,1,60,0,1,1 +173,1205401,1,1,60,0,1,1 +174,1205501,1,1,60,0,1,1 +175,1205601,1,1,60,0,1,1 +176,1205701,1,1,60,0,1,1 +177,1205801,1,1,60,0,1,1 +178,1205901,1,1,60,0,1,1 +179,1206001,1,1,60,0,1,1 +180,1206101,1,1,60,0,1,1 +181,1206201,1,1,60,0,1,1 +182,1206301,1,1,60,0,1,1 +183,1206401,1,1,60,0,1,1 +184,1206501,1,1,60,0,1,1 +185,1206601,1,1,60,0,1,1 +186,1206701,1,1,60,0,1,1 +187,1206801,1,1,60,0,1,1 +188,1206901,1,1,60,0,1,1 +189,1207001,1,1,60,0,1,1 +190,1207101,1,1,60,0,1,1 +191,1207201,1,1,60,0,1,1 +192,1207301,1,1,60,0,1,1 +193,1207401,1,1,60,0,1,1 +194,1207501,1,1,60,0,1,1 +195,1207601,1,1,60,0,1,1 +196,1207701,1,1,60,0,1,1 +197,1207801,1,1,60,0,1,1 +198,1207901,1,1,60,0,1,1 +199,1208001,1,1,60,0,1,1 +200,1208101,1,1,60,0,1,1 +201,1208201,1,1,60,0,1,1 +202,1208301,1,1,60,0,1,1 +203,1208401,1,1,60,0,1,1 +204,1208601,1,1,60,0,1,1 +205,1208701,1,1,60,0,1,1 +206,1208801,1,1,60,0,1,1 +207,1208901,1,1,60,0,1,1 +208,1209001,1,1,60,0,1,1 +209,1209101,1,1,60,0,1,1 +210,1209201,1,1,60,0,1,1 +211,1209301,1,1,60,0,1,1 +212,1209401,1,1,60,0,1,1 +213,1209501,1,1,60,0,1,1 +214,1209601,1,1,60,0,1,1 +215,1209701,1,1,60,0,1,1 +216,1209801,1,1,60,0,1,1 +217,1209901,1,1,60,0,1,1 +218,1210001,1,1,60,0,1,1 +219,1210101,1,1,60,0,1,1 +220,1210201,1,1,60,0,1,1 +221,1210301,1,1,60,0,1,1 +222,1210401,1,1,60,0,1,1 +223,1210501,1,1,60,0,1,1 +224,1210601,1,1,60,0,1,1 +225,1210701,1,1,60,0,1,1 +226,1210801,1,1,60,0,1,1 +227,1210901,1,1,60,0,1,1 +228,1211101,1,1,60,0,1,1 +229,1211201,1,1,60,0,1,1 +230,1211301,1,1,60,0,1,1 +231,1211401,1,1,60,0,1,1 +232,1211501,1,1,60,0,1,1 +233,1211601,1,1,60,0,1,1 +234,1211701,1,1,60,0,1,1 +235,1211801,1,1,60,0,1,1 +236,1211901,1,1,60,0,1,1 +237,1212001,1,1,60,0,1,1 +238,1212101,1,1,60,0,1,1 +239,1212201,1,1,60,0,1,1 +240,1212301,1,1,60,0,1,1 +241,1212401,1,1,60,0,1,1 +242,1212501,1,1,60,0,1,1 +243,1212601,1,1,60,0,1,1 +244,1212701,1,1,60,0,1,1 +245,1212801,1,1,60,0,1,1 +246,1212901,1,1,60,0,1,1 +247,1213001,1,1,60,0,1,1 +248,1213101,1,1,60,0,1,1 +249,1213201,1,1,60,0,1,1 +250,1213301,1,1,60,0,1,1 +251,1213401,1,1,60,0,1,1 +252,1213501,1,1,60,0,1,1 +253,1213601,1,1,60,0,1,1 +254,1213701,1,1,60,0,1,1 +255,1213801,1,1,60,0,1,1 +256,1214201,1,1,60,0,1,1 +257,1214301,1,1,60,0,1,1 +258,1214401,1,1,60,0,1,1 +259,1214501,1,1,60,0,1,1 +260,1214601,1,1,60,0,1,1 +261,1214701,1,1,60,0,1,1 +262,1214801,1,1,60,0,1,1 +263,1214901,1,1,60,0,1,1 +264,1215001,1,1,60,0,1,1 +265,1215101,1,1,60,0,1,1 +266,1215201,1,1,60,0,1,1 +267,1215301,1,1,60,0,1,1 +268,1215401,1,1,60,0,1,1 +269,1215601,1,1,60,0,1,1 +270,1215701,1,1,60,0,1,1 +271,1215801,1,1,60,0,1,1 +272,1215901,1,1,60,0,1,1 +273,1216001,1,1,60,0,1,1 +274,1216101,1,1,60,0,1,1 +275,1216201,1,1,60,0,1,1 +276,1216301,1,1,60,0,1,1 +277,1216401,1,1,60,0,1,1 +278,1216501,1,1,60,0,1,1 +279,1217201,1,1,60,0,1,1 +280,1217301,1,1,60,0,1,1 +281,1217401,1,1,60,0,1,1 +282,1300101,1,1,60,0,1,1 +283,1300201,1,1,60,0,1,1 +284,1300301,1,1,60,0,1,1 +285,1300401,1,1,60,0,1,1 +286,1300501,1,1,60,0,1,1 +287,1300601,1,1,60,0,1,1 +288,1300701,1,1,60,0,1,1 +289,1300801,1,1,60,0,1,1 +290,1300901,1,1,60,0,1,1 +291,1301001,1,1,60,0,1,1 +292,1301101,1,1,60,0,1,1 +293,1301201,1,1,60,0,1,1 +294,1301301,1,1,60,0,1,1 +295,1301401,1,1,60,0,1,1 +296,1301501,1,1,60,0,1,1 +297,1301601,1,1,60,0,1,1 +298,1301701,1,1,60,0,1,1 +299,1301801,1,1,60,0,1,1 +300,1301901,1,1,60,0,1,1 +301,1302001,1,1,60,0,1,1 +302,1302101,1,1,60,0,1,1 +303,1302201,1,1,60,0,1,1 +304,1302301,1,1,60,0,1,1 +305,1302401,1,1,60,0,1,1 +306,1302501,1,1,60,0,1,1 +307,1302601,1,1,60,0,1,1 +308,1302701,1,1,60,0,1,1 +309,1302801,1,1,60,0,1,1 +310,1302901,1,1,60,0,1,1 +311,1303001,1,1,60,0,1,1 +312,1303101,1,1,60,0,1,1 +313,1303201,1,1,60,0,1,1 +314,1303401,1,1,60,0,1,1 +315,1303501,1,1,60,0,1,1 +316,1303601,1,1,60,0,1,1 +317,1303701,1,1,60,0,1,1 +318,1303801,1,1,60,0,1,1 +319,1303901,1,1,60,0,1,1 +320,1304001,1,1,60,0,1,1 +321,1304101,1,1,60,0,1,1 +322,1304201,1,1,60,0,1,1 +323,1304301,1,1,60,0,1,1 +324,1304401,1,1,60,0,1,1 +325,1304501,1,1,60,0,1,1 +326,1304601,1,1,60,0,1,1 +327,1304701,1,1,60,0,1,1 +328,1304801,1,1,60,0,1,1 +329,1304901,1,1,60,0,1,1 +330,1305001,1,1,60,0,1,1 +331,1305101,1,1,60,0,1,1 +332,1305201,1,1,60,0,1,1 +333,1305301,1,1,60,0,1,1 +334,1305401,1,1,60,0,1,1 +335,1305501,1,1,60,0,1,1 +336,1305601,1,1,60,0,1,1 +337,1305701,1,1,60,0,1,1 +338,1305801,1,1,60,0,1,1 +339,1305901,1,1,60,0,1,1 +340,1306001,1,1,60,0,1,1 +341,1306101,1,1,60,0,1,1 +342,1306201,1,1,60,0,1,1 +343,1306301,1,1,60,0,1,1 +344,1306401,1,1,60,0,1,1 +345,1306501,1,1,60,0,1,1 +346,1306601,1,1,60,0,1,1 +347,1306701,1,1,60,0,1,1 +348,1306801,1,1,60,0,1,1 +349,1306901,1,1,60,0,1,1 +350,1307001,1,1,60,0,1,1 +351,1307101,1,1,60,0,1,1 +352,1307201,1,1,60,0,1,1 +353,1307301,1,1,60,0,1,1 +354,1307401,1,1,60,0,1,1 +355,1307501,1,1,60,0,1,1 +356,1307601,1,1,60,0,1,1 +357,1307701,1,1,60,0,1,1 +358,1307801,1,1,60,0,1,1 +359,1307901,1,1,60,0,1,1 +360,1308001,1,1,60,0,1,1 +361,1308101,1,1,60,0,1,1 +362,1308201,1,1,60,0,1,1 +363,1308301,1,1,60,0,1,1 +364,1308401,1,1,60,0,1,1 +365,1308501,1,1,60,0,1,1 +366,1308601,1,1,60,0,1,1 +367,1308701,1,1,60,0,1,1 +368,1308801,1,1,60,0,1,1 +369,1308901,1,1,60,0,1,1 +370,1309001,1,1,60,0,1,1 +371,1309101,1,1,60,0,1,1 +372,1309201,1,1,60,0,1,1 +373,1309401,1,1,60,0,1,1 +374,1309501,1,1,60,0,1,1 +375,1309601,1,1,60,0,1,1 +376,1309701,1,1,60,0,1,1 +377,1309801,1,1,60,0,1,1 +378,1309901,1,1,60,0,1,1 +379,1310001,1,1,60,0,1,1 +380,1310101,1,1,60,0,1,1 +381,1310201,1,1,60,0,1,1 +382,1310301,1,1,60,0,1,1 +383,1310401,1,1,60,0,1,1 +384,1310501,1,1,60,0,1,1 +385,1310601,1,1,60,0,1,1 +386,1310701,1,1,60,0,1,1 +387,1310801,1,1,60,0,1,1 +388,1310901,1,1,60,0,1,1 +389,1311001,1,1,60,0,1,1 +390,1311101,1,1,60,0,1,1 +391,1311201,1,1,60,0,1,1 +392,1311301,1,1,60,0,1,1 +393,1311401,1,1,60,0,1,1 +394,1311501,1,1,60,0,1,1 +395,1311601,1,1,60,0,1,1 +396,1311701,1,1,60,0,1,1 +397,1311801,1,1,60,0,1,1 +398,1311901,1,1,60,0,1,1 +399,1312101,1,1,60,0,1,1 +400,1312201,1,1,60,0,1,1 +401,1312301,1,1,60,0,1,1 +402,1312401,1,1,60,0,1,1 +403,1312501,1,1,60,0,1,1 +404,1312601,1,1,60,0,1,1 +405,1312701,1,1,60,0,1,1 +406,1312801,1,1,60,0,1,1 +407,1312901,1,1,60,0,1,1 +408,1400101,1,1,60,0,1,1 +409,1400201,1,1,60,0,1,1 +410,1400301,1,1,60,0,1,1 +411,1400401,1,1,60,0,1,1 +412,1400501,1,1,60,0,1,1 +413,1400601,1,1,60,0,1,1 +414,1400701,1,1,60,0,1,1 +415,1400801,1,1,60,0,1,1 +416,1400901,1,1,60,0,1,1 +417,1401001,1,1,60,0,1,1 +418,1401101,1,1,60,0,1,1 +419,1401201,1,1,60,0,1,1 +420,1401301,1,1,60,0,1,1 +421,1401401,1,1,60,0,1,1 +422,1401501,1,1,60,0,1,1 +423,1401601,1,1,60,0,1,1 +424,1401701,1,1,60,0,1,1 +425,1401801,1,1,60,0,1,1 +426,1401901,1,1,60,0,1,1 +427,1402001,1,1,60,0,1,1 +428,1402101,1,1,60,0,1,1 +429,1402201,1,1,60,0,1,1 +430,1402301,1,1,60,0,1,1 +431,1402401,1,1,60,0,1,1 +432,1402501,1,1,60,0,1,1 +433,1402601,1,1,60,0,1,1 +434,1402701,1,1,60,0,1,1 +435,1402801,1,1,60,0,1,1 +436,1403001,1,1,60,0,1,1 +437,1403101,1,1,60,0,1,1 +438,1403201,1,1,60,0,1,1 +439,1403301,1,1,60,0,1,1 +440,1403401,1,1,60,0,1,1 +441,1403501,1,1,60,0,1,1 +442,1403601,1,1,60,0,1,1 +443,1403701,1,1,60,0,1,1 +444,1403801,1,1,60,0,1,1 +445,1403901,1,1,60,0,1,1 +446,1404001,1,1,60,0,1,1 +447,1404101,1,1,60,0,1,1 +448,1404201,1,1,60,0,1,1 +449,1404301,1,1,60,0,1,1 +450,1404401,1,1,60,0,1,1 +451,1404501,1,1,60,0,1,1 +452,1404601,1,1,60,0,1,1 +453,1404701,1,1,60,0,1,1 +454,1404801,1,1,60,0,1,1 +455,1404901,1,1,60,0,1,1 +456,1405001,1,1,60,0,1,1 +457,1405101,1,1,60,0,1,1 +458,1405201,1,1,60,0,1,1 +459,1405301,1,1,60,0,1,1 +460,1405401,1,1,60,0,1,1 +461,1405501,1,1,60,0,1,1 +462,1405601,1,1,60,0,1,1 +463,1405701,1,1,60,0,1,1 +464,1406001,1,1,60,0,1,1 +465,1406101,1,1,60,0,1,1 +466,1406401,1,1,60,0,1,1 +467,1406501,1,1,60,0,1,1 +468,1406601,1,1,60,0,1,1 +469,1406701,1,1,60,0,1,1 +470,1406801,1,1,60,0,1,1 +471,1406901,1,1,60,0,1,1 +472,1407101,1,1,60,0,1,1 +473,1407301,1,1,60,0,1,1 +474,1407401,1,1,60,0,1,1 +475,1407501,1,1,60,0,1,1 +476,1407601,1,1,60,0,1,1 +477,1407701,1,1,60,0,1,1 +478,1407801,1,1,60,0,1,1 +479,1407901,1,1,60,0,1,1 +480,1408001,1,1,60,0,1,1 +481,1408101,1,1,60,0,1,1 +482,1408201,1,1,60,0,1,1 +483,1408301,1,1,60,0,1,1 +484,1408401,1,1,60,0,1,1 +485,1408501,1,1,60,0,1,1 +486,1408601,1,1,60,0,1,1 +487,1408701,1,1,60,0,1,1 +488,1408801,1,1,60,0,1,1 +489,1408901,1,1,60,0,1,1 +490,1409001,1,1,60,0,1,1 +491,1409101,1,1,60,0,1,1 +492,1409201,1,1,60,0,1,1 +493,1500101,1,1,60,0,1,1 +494,1500201,1,1,60,0,1,1 +495,1500301,1,1,60,0,1,1 +496,1500401,1,1,60,0,1,223053107 +497,1500501,1,1,60,0,1,223053107 +498,1500601,1,1,60,0,1,223053107 +499,1500701,1,1,60,0,1,223053107 +500,1500801,1,1,60,0,1,223053107 +501,1500901,1,1,60,0,1,223053107 +502,1501001,1,1,60,0,1,223061507 +503,1501201,1,1,60,0,1,223061507 +504,1501401,1,1,60,0,1,1 +505,1501501,1,1,60,0,1,1 +506,1501701,1,1,60,0,1,1 +507,1900101,1,1,60,0,1,1 +508,1900201,1,1,60,0,1,1 +509,1900301,1,1,60,0,1,1 +510,1900401,1,1,60,0,1,1 +511,1100101,3,19100001,1,1,100,1 +512,1100201,3,19100001,1,1,100,1 +513,1100301,3,19100001,1,1,100,1 +514,1100401,3,19100001,1,1,100,1 +515,1100501,3,19100001,1,1,100,1 +516,1100601,3,19100001,1,1,100,1 +517,1100701,3,19100001,1,1,100,1 +518,1100801,3,19100001,1,1,100,1 +519,1100901,3,19100001,1,1,100,1 +520,1101001,3,19100001,1,1,100,1 +521,1101101,3,19100001,1,1,100,1 +522,1101201,3,19100001,1,1,100,1 +523,1101401,3,19100001,1,1,100,1 +524,1101501,3,19100001,1,1,100,1 +525,1101601,3,19100001,1,1,100,1 +526,1101701,3,19100001,1,1,100,1 +527,1101901,3,19100001,1,1,100,1 +528,1102001,3,19100001,1,1,100,1 +529,1102101,3,19100001,1,1,100,1 +530,1102201,3,19100001,1,1,100,1 +531,1102301,3,19100001,1,1,100,1 +532,1102401,3,19100001,1,1,100,1 +533,1102501,3,19100001,1,1,100,1 +534,1102601,3,19100001,1,1,100,1 +535,1102701,3,19100001,1,1,100,1 +536,1102801,3,19100001,1,1,100,1 +537,1102901,3,19100001,1,1,100,1 +538,1103001,3,19100001,1,1,100,1 +539,1103101,3,19100001,1,1,100,1 +540,1103201,3,19100001,1,1,100,1 +541,1103301,3,19100001,1,1,100,1 +542,1103501,3,19100001,1,1,100,1 +543,1103701,3,19100001,1,1,100,1 +544,1103801,3,19100001,1,1,100,1 +545,1103901,3,19100001,1,1,100,1 +546,1104001,3,19100001,1,1,100,1 +547,1104101,3,19100001,1,1,100,1 +548,1104201,3,19100001,1,1,100,1 +549,1104401,3,19100001,1,1,100,1 +550,1104501,3,19100001,1,1,100,1 +551,1104601,3,19100001,1,1,100,1 +552,1104701,3,19100001,1,1,100,1 +553,1104801,3,19100001,1,1,100,1 +554,1104901,3,19100001,1,1,100,1 +555,1105001,3,19100001,1,1,100,1 +556,1105401,3,19100001,1,1,100,1 +557,1105501,3,19100001,1,1,100,1 +558,1105701,3,19100001,1,1,100,1 +559,1105801,3,19100001,1,1,100,1 +560,1105901,3,19100001,1,1,100,1 +561,1106001,3,19100001,1,1,100,1 +562,1106101,3,19100001,1,1,100,1 +563,1106201,3,19100001,1,1,100,1 +564,1106301,3,19100001,1,1,100,1 +565,1106401,3,19100001,1,1,100,1 +566,1106601,3,19100001,1,1,100,1 +567,1106701,3,19100001,1,1,100,1 +568,1106801,3,19100001,1,1,100,1 +569,1106901,3,19100001,1,1,100,1 +570,1107001,3,19100001,1,1,100,1 +571,1107101,3,19100001,1,1,100,1 +572,1107201,3,19100001,1,1,100,1 +573,1107301,3,19100001,1,1,100,1 +574,1107401,3,19100001,1,1,100,1 +575,1107501,3,19100001,1,1,100,1 +576,1107601,3,19100001,1,1,100,1 +577,1107701,3,19100001,1,1,100,1 +578,1107801,3,19100001,1,1,100,1 +579,1107901,3,19100001,1,1,100,1 +580,1108001,3,19100001,1,1,100,1 +581,1108101,3,19100001,1,1,100,1 +582,1108201,3,19100001,1,1,100,1 +583,1108301,3,19100001,1,1,100,1 +584,1108401,3,19100001,1,1,100,1 +585,1108501,3,19100001,1,1,100,1 +586,1108601,3,19100001,1,1,100,1 +587,1108701,3,19100001,1,1,100,1 +588,1108801,3,19100001,1,1,100,1 +589,1108901,3,19100001,1,1,100,1 +590,1109001,3,19100001,1,1,100,1 +591,1109101,3,19100001,1,1,100,1 +592,1109201,3,19100001,1,1,100,1 +593,1109301,3,19100001,1,1,100,1 +594,1109401,3,19100001,1,1,100,1 +595,1109501,3,19100001,1,1,100,1 +596,1109601,3,19100001,1,1,100,1 +597,1109701,3,19100001,1,1,100,1 +598,1109801,3,19100001,1,1,100,1 +599,1109901,3,19100001,1,1,100,1 +600,1110001,3,19100001,1,1,100,1 +601,1110101,3,19100001,1,1,100,1 +602,1110201,3,19100001,1,1,100,1 +603,1110301,3,19100001,1,1,100,1 +604,1110401,3,19100001,1,1,100,1 +605,1110501,3,19100001,1,1,100,1 +606,1110601,3,19100001,1,1,100,1 +607,1110701,3,19100001,1,1,100,1 +608,1110801,3,19100001,1,1,100,1 +609,1110901,3,19100001,1,1,100,1 +610,1111001,3,19100001,1,1,100,1 +611,1111101,3,19100001,1,1,100,1 +612,1111201,3,19100001,1,1,100,1 +613,1111301,3,19100001,1,1,100,1 +614,1111401,3,19100001,1,1,100,1 +615,1111501,3,19100001,1,1,100,1 +616,1111601,3,19100001,1,1,100,1 +617,1111701,3,19100001,1,1,100,1 +618,1111801,3,19100001,1,1,100,1 +619,1111901,3,19100001,1,1,100,1 +620,1112001,3,19100001,1,1,100,1 +621,1112101,3,19100001,1,1,100,1 +622,1112301,3,19100001,1,1,100,1 +623,1112401,3,19100001,1,1,100,1 +624,1112601,3,19100001,1,1,100,1 +625,1112701,3,19100001,1,1,100,1 +626,1112801,3,19100001,1,1,100,1 +627,1112901,3,19100001,1,1,100,1 +628,1113001,3,19100001,1,1,100,1 +629,1113101,3,19100001,1,1,100,1 +630,1200101,3,19100001,1,1,100,1 +631,1200201,3,19100001,1,1,100,1 +632,1200301,3,19100001,1,1,100,1 +633,1200401,3,19100001,1,1,100,1 +634,1200501,3,19100001,1,1,100,1 +635,1200601,3,19100001,1,1,100,1 +636,1200701,3,19100001,1,1,100,1 +637,1200801,3,19100001,1,1,100,1 +638,1200901,3,19100001,1,1,100,1 +639,1201001,3,19100001,1,1,100,1 +640,1201101,3,19100001,1,1,100,1 +641,1201201,3,19100001,1,1,100,1 +642,1201301,3,19100001,1,1,100,1 +643,1201401,3,19100001,1,1,100,1 +644,1201501,3,19100001,1,1,100,1 +645,1201601,3,19100001,1,1,100,1 +646,1201701,3,19100001,1,1,100,1 +647,1201801,3,19100001,1,1,100,1 +648,1201901,3,19100001,1,1,100,1 +649,1202001,3,19100001,1,1,100,1 +650,1202101,3,19100001,1,1,100,1 +651,1202201,3,19100001,1,1,100,1 +652,1202301,3,19100001,1,1,100,1 +653,1202401,3,19100001,1,1,100,1 +654,1202501,3,19100001,1,1,100,1 +655,1202601,3,19100001,1,1,100,1 +656,1202701,3,19100001,1,1,100,1 +657,1202801,3,19100001,1,1,100,1 +658,1202901,3,19100001,1,1,100,1 +659,1203001,3,19100001,1,1,100,1 +660,1203101,3,19100001,1,1,100,1 +661,1203201,3,19100001,1,1,100,1 +662,1203301,3,19100001,1,1,100,1 +663,1203401,3,19100001,1,1,100,1 +664,1203501,3,19100001,1,1,100,1 +665,1203601,3,19100001,1,1,100,1 +666,1203701,3,19100001,1,1,100,1 +667,1203801,3,19100001,1,1,100,1 +668,1203901,3,19100001,1,1,100,1 +669,1204001,3,19100001,1,1,100,1 +670,1204101,3,19100001,1,1,100,1 +671,1204201,3,19100001,1,1,100,1 +672,1204301,3,19100001,1,1,100,1 +673,1204401,3,19100001,1,1,100,1 +674,1204501,3,19100001,1,1,100,1 +675,1204601,3,19100001,1,1,100,1 +676,1204701,3,19100001,1,1,100,1 +677,1204801,3,19100001,1,1,100,1 +678,1204901,3,19100001,1,1,100,1 +679,1205001,3,19100001,1,1,100,1 +680,1205101,3,19100001,1,1,100,1 +681,1205201,3,19100001,1,1,100,1 +682,1205301,3,19100001,1,1,100,1 +683,1205401,3,19100001,1,1,100,1 +684,1205501,3,19100001,1,1,100,1 +685,1205601,3,19100001,1,1,100,1 +686,1205701,3,19100001,1,1,100,1 +687,1205801,3,19100001,1,1,100,1 +688,1205901,3,19100001,1,1,100,1 +689,1206001,3,19100001,1,1,100,1 +690,1206101,3,19100001,1,1,100,1 +691,1206201,3,19100001,1,1,100,1 +692,1206301,3,19100001,1,1,100,1 +693,1206401,3,19100001,1,1,100,1 +694,1206501,3,19100001,1,1,100,1 +695,1206601,3,19100001,1,1,100,1 +696,1206701,3,19100001,1,1,100,1 +697,1206801,3,19100001,1,1,100,1 +698,1206901,3,19100001,1,1,100,1 +699,1207001,3,19100001,1,1,100,1 +700,1207101,3,19100001,1,1,100,1 +701,1207201,3,19100001,1,1,100,1 +702,1207301,3,19100001,1,1,100,1 +703,1207401,3,19100001,1,1,100,1 +704,1207501,3,19100001,1,1,100,1 +705,1207601,3,19100001,1,1,100,1 +706,1207701,3,19100001,1,1,100,1 +707,1207801,3,19100001,1,1,100,1 +708,1207901,3,19100001,1,1,100,1 +709,1208001,3,19100001,1,1,100,1 +710,1208101,3,19100001,1,1,100,1 +711,1208201,3,19100001,1,1,100,1 +712,1208301,3,19100001,1,1,100,1 +713,1208401,3,19100001,1,1,100,1 +714,1208601,3,19100001,1,1,100,1 +715,1208701,3,19100001,1,1,100,1 +716,1208801,3,19100001,1,1,100,1 +717,1208901,3,19100001,1,1,100,1 +718,1209001,3,19100001,1,1,100,1 +719,1209101,3,19100001,1,1,100,1 +720,1209201,3,19100001,1,1,100,1 +721,1209301,3,19100001,1,1,100,1 +722,1209401,3,19100001,1,1,100,1 +723,1209501,3,19100001,1,1,100,1 +724,1209601,3,19100001,1,1,100,1 +725,1209701,3,19100001,1,1,100,1 +726,1209801,3,19100001,1,1,100,1 +727,1209901,3,19100001,1,1,100,1 +728,1210001,3,19100001,1,1,100,1 +729,1210101,3,19100001,1,1,100,1 +730,1210201,3,19100001,1,1,100,1 +731,1210301,3,19100001,1,1,100,1 +732,1210401,3,19100001,1,1,100,1 +733,1210501,3,19100001,1,1,100,1 +734,1210601,3,19100001,1,1,100,1 +735,1210701,3,19100001,1,1,100,1 +736,1210801,3,19100001,1,1,100,1 +737,1210901,3,19100001,1,1,100,1 +738,1211101,3,19100001,1,1,100,1 +739,1211201,3,19100001,1,1,100,1 +740,1211301,3,19100001,1,1,100,1 +741,1211401,3,19100001,1,1,100,1 +742,1211501,3,19100001,1,1,100,1 +743,1211601,3,19100001,1,1,100,1 +744,1211701,3,19100001,1,1,100,1 +745,1211801,3,19100001,1,1,100,1 +746,1211901,3,19100001,1,1,100,1 +747,1212001,3,19100001,1,1,100,1 +748,1212101,3,19100001,1,1,100,1 +749,1212201,3,19100001,1,1,100,1 +750,1212301,3,19100001,1,1,100,1 +751,1212401,3,19100001,1,1,100,1 +752,1212501,3,19100001,1,1,100,1 +753,1212601,3,19100001,1,1,100,1 +754,1212701,3,19100001,1,1,100,1 +755,1212801,3,19100001,1,1,100,1 +756,1212901,3,19100001,1,1,100,1 +757,1213001,3,19100001,1,1,100,1 +758,1213101,3,19100001,1,1,100,1 +759,1213201,3,19100001,1,1,100,1 +760,1213301,3,19100001,1,1,100,1 +761,1213401,3,19100001,1,1,100,1 +762,1213501,3,19100001,1,1,100,1 +763,1213601,3,19100001,1,1,100,1 +764,1213701,3,19100001,1,1,100,1 +765,1213801,3,19100001,1,1,100,1 +766,1214201,3,19100001,1,1,100,1 +767,1214301,3,19100001,1,1,100,1 +768,1214401,3,19100001,1,1,100,1 +769,1214501,3,19100001,1,1,100,1 +770,1214601,3,19100001,1,1,100,1 +771,1214701,3,19100001,1,1,100,1 +772,1214801,3,19100001,1,1,100,1 +773,1214901,3,19100001,1,1,100,1 +774,1215001,3,19100001,1,1,100,1 +775,1215101,3,19100001,1,1,100,1 +776,1215201,3,19100001,1,1,100,1 +777,1215301,3,19100001,1,1,100,1 +778,1215401,3,19100001,1,1,100,1 +779,1215601,3,19100001,1,1,100,1 +780,1215701,3,19100001,1,1,100,1 +781,1215801,3,19100001,1,1,100,1 +782,1215901,3,19100001,1,1,100,1 +783,1216001,3,19100001,1,1,100,1 +784,1216101,3,19100001,1,1,100,1 +785,1216201,3,19100001,1,1,100,1 +786,1216301,3,19100001,1,1,100,1 +787,1216401,3,19100001,1,1,100,1 +788,1216501,3,19100001,1,1,100,1 +789,1217201,3,19100001,1,1,100,1 +790,1217301,3,19100001,1,1,100,1 +791,1217401,3,19100001,1,1,100,1 +792,1300101,3,19100001,1,1,100,1 +793,1300201,3,19100001,1,1,100,1 +794,1300301,3,19100001,1,1,100,1 +795,1300401,3,19100001,1,1,100,1 +796,1300501,3,19100001,1,1,100,1 +797,1300601,3,19100001,1,1,100,1 +798,1300701,3,19100001,1,1,100,1 +799,1300801,3,19100001,1,1,100,1 +800,1300901,3,19100001,1,1,100,1 +801,1301001,3,19100001,1,1,100,1 +802,1301101,3,19100001,1,1,100,1 +803,1301201,3,19100001,1,1,100,1 +804,1301301,3,19100001,1,1,100,1 +805,1301401,3,19100001,1,1,100,1 +806,1301501,3,19100001,1,1,100,1 +807,1301601,3,19100001,1,1,100,1 +808,1301701,3,19100001,1,1,100,1 +809,1301801,3,19100001,1,1,100,1 +810,1301901,3,19100001,1,1,100,1 +811,1302001,3,19100001,1,1,100,1 +812,1302101,3,19100001,1,1,100,1 +813,1302201,3,19100001,1,1,100,1 +814,1302301,3,19100001,1,1,100,1 +815,1302401,3,19100001,1,1,100,1 +816,1302501,3,19100001,1,1,100,1 +817,1302601,3,19100001,1,1,100,1 +818,1302701,3,19100001,1,1,100,1 +819,1302801,3,19100001,1,1,100,1 +820,1302901,3,19100001,1,1,100,1 +821,1303001,3,19100001,1,1,100,1 +822,1303101,3,19100001,1,1,100,1 +823,1303201,3,19100001,1,1,100,1 +824,1303401,3,19100001,1,1,100,1 +825,1303501,3,19100001,1,1,100,1 +826,1303601,3,19100001,1,1,100,1 +827,1303701,3,19100001,1,1,100,1 +828,1303801,3,19100001,1,1,100,1 +829,1303901,3,19100001,1,1,100,1 +830,1304001,3,19100001,1,1,100,1 +831,1304101,3,19100001,1,1,100,1 +832,1304201,3,19100001,1,1,100,1 +833,1304301,3,19100001,1,1,100,1 +834,1304401,3,19100001,1,1,100,1 +835,1304501,3,19100001,1,1,100,1 +836,1304601,3,19100001,1,1,100,1 +837,1304701,3,19100001,1,1,100,1 +838,1304801,3,19100001,1,1,100,1 +839,1304901,3,19100001,1,1,100,1 +840,1305001,3,19100001,1,1,100,1 +841,1305101,3,19100001,1,1,100,1 +842,1305201,3,19100001,1,1,100,1 +843,1305301,3,19100001,1,1,100,1 +844,1305401,3,19100001,1,1,100,1 +845,1305501,3,19100001,1,1,100,1 +846,1305601,3,19100001,1,1,100,1 +847,1305701,3,19100001,1,1,100,1 +848,1305801,3,19100001,1,1,100,1 +849,1305901,3,19100001,1,1,100,1 +850,1306001,3,19100001,1,1,100,1 +851,1306101,3,19100001,1,1,100,1 +852,1306201,3,19100001,1,1,100,1 +853,1306301,3,19100001,1,1,100,1 +854,1306401,3,19100001,1,1,100,1 +855,1306501,3,19100001,1,1,100,1 +856,1306601,3,19100001,1,1,100,1 +857,1306701,3,19100001,1,1,100,1 +858,1306801,3,19100001,1,1,100,1 +859,1306901,3,19100001,1,1,100,1 +860,1307001,3,19100001,1,1,100,1 +861,1307101,3,19100001,1,1,100,1 +862,1307201,3,19100001,1,1,100,1 +863,1307301,3,19100001,1,1,100,1 +864,1307401,3,19100001,1,1,100,1 +865,1307501,3,19100001,1,1,100,1 +866,1307601,3,19100001,1,1,100,1 +867,1307701,3,19100001,1,1,100,1 +868,1307801,3,19100001,1,1,100,1 +869,1307901,3,19100001,1,1,100,1 +870,1308001,3,19100001,1,1,100,1 +871,1308101,3,19100001,1,1,100,1 +872,1308201,3,19100001,1,1,100,1 +873,1308301,3,19100001,1,1,100,1 +874,1308401,3,19100001,1,1,100,1 +875,1308501,3,19100001,1,1,100,1 +876,1308601,3,19100001,1,1,100,1 +877,1308701,3,19100001,1,1,100,1 +878,1308801,3,19100001,1,1,100,1 +879,1308901,3,19100001,1,1,100,1 +880,1309001,3,19100001,1,1,100,1 +881,1309101,3,19100001,1,1,100,1 +882,1309201,3,19100001,1,1,100,1 +883,1309401,3,19100001,1,1,100,1 +884,1309501,3,19100001,1,1,100,1 +885,1309601,3,19100001,1,1,100,1 +886,1309701,3,19100001,1,1,100,1 +887,1309801,3,19100001,1,1,100,1 +888,1309901,3,19100001,1,1,100,1 +889,1310001,3,19100001,1,1,100,1 +890,1310101,3,19100001,1,1,100,1 +891,1310201,3,19100001,1,1,100,1 +892,1310301,3,19100001,1,1,100,1 +893,1310401,3,19100001,1,1,100,1 +894,1310501,3,19100001,1,1,100,1 +895,1310601,3,19100001,1,1,100,1 +896,1310701,3,19100001,1,1,100,1 +897,1310801,3,19100001,1,1,100,1 +898,1310901,3,19100001,1,1,100,1 +899,1311001,3,19100001,1,1,100,1 +900,1311101,3,19100001,1,1,100,1 +901,1311201,3,19100001,1,1,100,1 +902,1311301,3,19100001,1,1,100,1 +903,1311401,3,19100001,1,1,100,1 +904,1311501,3,19100001,1,1,100,1 +905,1311601,3,19100001,1,1,100,1 +906,1311701,3,19100001,1,1,100,1 +907,1311801,3,19100001,1,1,100,1 +908,1311901,3,19100001,1,1,100,1 +909,1312101,3,19100001,1,1,100,1 +910,1312201,3,19100001,1,1,100,1 +911,1312301,3,19100001,1,1,100,1 +912,1312401,3,19100001,1,1,100,1 +913,1312501,3,19100001,1,1,100,1 +914,1312601,3,19100001,1,1,100,1 +915,1312701,3,19100001,1,1,100,1 +916,1312801,3,19100001,1,1,100,1 +917,1312901,3,19100001,1,1,100,1 +918,1400101,3,19100001,1,1,100,1 +919,1400201,3,19100001,1,1,100,1 +920,1400301,3,19100001,1,1,100,1 +921,1400401,3,19100001,1,1,100,1 +922,1400501,3,19100001,1,1,100,1 +923,1400601,3,19100001,1,1,100,1 +924,1400701,3,19100001,1,1,100,1 +925,1400801,3,19100001,1,1,100,1 +926,1400901,3,19100001,1,1,100,1 +927,1401001,3,19100001,1,1,100,1 +928,1401101,3,19100001,1,1,100,1 +929,1401201,3,19100001,1,1,100,1 +930,1401301,3,19100001,1,1,100,1 +931,1401401,3,19100001,1,1,100,1 +932,1401501,3,19100001,1,1,100,1 +933,1401601,3,19100001,1,1,100,1 +934,1401701,3,19100001,1,1,100,1 +935,1401801,3,19100001,1,1,100,1 +936,1401901,3,19100001,1,1,100,1 +937,1402001,3,19100001,1,1,100,1 +938,1402101,3,19100001,1,1,100,1 +939,1402201,3,19100001,1,1,100,1 +940,1402301,3,19100001,1,1,100,1 +941,1402401,3,19100001,1,1,100,1 +942,1402501,3,19100001,1,1,100,1 +943,1402601,3,19100001,1,1,100,1 +944,1402701,3,19100001,1,1,100,1 +945,1402801,3,19100001,1,1,100,1 +946,1403001,3,19100001,1,1,100,1 +947,1403101,3,19100001,1,1,100,1 +948,1403201,3,19100001,1,1,100,1 +949,1403301,3,19100001,1,1,100,1 +950,1403401,3,19100001,1,1,100,1 +951,1403501,3,19100001,1,1,100,1 +952,1403601,3,19100001,1,1,100,1 +953,1403701,3,19100001,1,1,100,1 +954,1403801,3,19100001,1,1,100,1 +955,1403901,3,19100001,1,1,100,1 +956,1404001,3,19100001,1,1,100,1 +957,1404101,3,19100001,1,1,100,1 +958,1404201,3,19100001,1,1,100,1 +959,1404301,3,19100001,1,1,100,1 +960,1404401,3,19100001,1,1,100,1 +961,1404501,3,19100001,1,1,100,1 +962,1404601,3,19100001,1,1,100,1 +963,1404701,3,19100001,1,1,100,1 +964,1404801,3,19100001,1,1,100,1 +965,1404901,3,19100001,1,1,100,1 +966,1405001,3,19100001,1,1,100,1 +967,1405101,3,19100001,1,1,100,1 +968,1405201,3,19100001,1,1,100,1 +969,1405301,3,19100001,1,1,100,1 +970,1405401,3,19100001,1,1,100,1 +971,1405501,3,19100001,1,1,100,1 +972,1405601,3,19100001,1,1,100,1 +973,1405701,3,19100001,1,1,100,1 +974,1406001,3,19100001,1,1,100,1 +975,1406101,3,19100001,1,1,100,1 +976,1406401,3,19100001,1,1,100,1 +977,1406501,3,19100001,1,1,100,1 +978,1406601,3,19100001,1,1,100,1 +979,1406701,3,19100001,1,1,100,1 +980,1406801,3,19100001,1,1,100,1 +981,1406901,3,19100001,1,1,100,1 +982,1407101,3,19100001,1,1,100,1 +983,1407301,3,19100001,1,1,100,1 +984,1407401,3,19100001,1,1,100,1 +985,1407501,3,19100001,1,1,100,1 +986,1407601,3,19100001,1,1,100,1 +987,1407701,3,19100001,1,1,100,1 +988,1407801,3,19100001,1,1,100,1 +989,1407901,3,19100001,1,1,100,1 +990,1408001,3,19100001,1,1,100,1 +991,1408101,3,19100001,1,1,100,1 +992,1408201,3,19100001,1,1,100,1 +993,1408301,3,19100001,1,1,100,1 +994,1408401,3,19100001,1,1,100,1 +995,1408501,3,19100001,1,1,100,1 +996,1408601,3,19100001,1,1,100,1 +997,1408701,3,19100001,1,1,100,1 +998,1408801,3,19100001,1,1,100,1 +999,1408901,3,19100001,1,1,100,1 +1000,1409001,3,19100001,1,1,100,1 +1001,1409101,3,19100001,1,1,100,1 +1002,1409201,3,19100001,1,1,100,1 +1003,1500101,3,19100001,1,1,100,1 +1004,1500201,3,19100001,1,1,100,1 +1005,1500301,3,19100001,1,1,100,1 +1006,1500401,3,19100001,1,1,100,223053107 +1007,1500501,3,19100001,1,1,100,223053107 +1008,1500601,3,19100001,1,1,100,223053107 +1009,1500701,3,19100001,1,1,100,223053107 +1010,1500801,3,19100001,1,1,100,223053107 +1011,1500901,3,19100001,1,1,100,223053107 +1012,1501001,3,19100001,1,1,100,223061507 +1013,1501201,3,19100001,1,1,100,223061507 +1014,1501401,3,19100001,1,1,100,1 +1015,1501501,3,19100001,1,1,100,1 +1016,1501701,3,19100001,1,1,100,1 +1017,1900101,3,19100001,1,1,100,1 +1018,1900201,3,19100001,1,1,100,1 +1019,1900301,3,19100001,1,1,100,1 +1020,1900401,3,19100001,1,1,100,1 +1021,1100101,18,11002005,1,2,1,1 +1022,1106401,18,11003001,1,2,1,1 +1023,1109301,18,11004002,1,2,1,1 +1024,1112401,18,11005007,1,2,1,1 +1025,1103301,18,11006004,1,2,1,1 +1026,1104801,18,11007006,1,2,1,1 +1027,1107901,18,11008009,1,2,1,1 +1028,1110401,18,11009008,1,2,1,1 +1029,1214201,18,22002002,1,2,1,1 +1030,1203501,18,22003006,1,2,1,1 +1031,1209601,18,22004005,1,2,1,1 +1032,1208801,18,22005004,1,2,1,1 +1033,1209801,18,22006007,1,2,1,1 +1034,1211901,18,22007009,1,2,1,1 +1035,1204401,18,22008008,1,2,1,1 +1036,1204501,18,22009003,1,2,1,1 +1037,1311701,18,33002008,1,2,1,1 +1038,1311801,18,33003003,1,2,1,1 +1039,1307201,18,33004007,1,2,1,1 +1040,1311901,18,33005006,1,2,1,1 +1041,1304401,18,33006002,1,2,1,1 +1042,1306201,18,33007005,1,2,1,1 +1043,1305101,18,33008004,1,2,1,1 +1044,1306501,18,33009009,1,2,1,1 +1045,1308001,18,33010004,1,2,1,1 +1046,1308201,18,33011007,1,2,1,1 +1047,1312501,18,33012009,1,2,1,1 +1048,1403701,18,44002003,1,2,1,1 +1049,1400101,18,44003004,1,2,1,1 +1050,1404601,18,44004008,1,2,1,1 +1051,1400601,18,44005005,1,2,1,1 +1052,1404801,18,44006009,1,2,1,1 +1053,1405001,18,44007006,1,2,1,1 +1054,1405601,18,44008007,1,2,1,1 +1055,1405701,18,44009001,1,2,1,1 +1056,1900501,1,1,60,0,1,223050801 +1057,1900701,1,1,60,0,1,223050801 +1058,1901801,1,1,60,0,1,223050801 +1059,1903001,1,1,60,0,1,223050801 +1060,1903101,1,1,60,0,1,223050801 +1061,1900501,3,19100001,1,1,100,223050801 +1062,1900701,3,19100001,1,1,100,223050801 +1063,1901801,3,19100001,1,1,100,223050801 +1064,1903001,3,19100001,1,1,100,223050801 +1065,1903101,3,19100001,1,1,100,223050801 +1066,1900601,1,1,60,0,1,223052603 +1067,1900801,1,1,60,0,1,223052603 +1068,1900901,1,1,60,0,1,223052603 +1069,1901001,1,1,60,0,1,223052603 +1070,1901101,1,1,60,0,1,223052603 +1071,1901201,1,1,60,0,1,223052603 +1072,1901301,1,1,60,0,1,223052603 +1073,1901401,1,1,60,0,1,223052603 +1074,1901501,1,1,60,0,1,223052603 +1075,1901601,1,1,60,0,1,223052603 +1076,1901701,1,1,60,0,1,223052603 +1077,1901901,1,1,60,0,1,223052603 +1078,1902001,1,1,60,0,1,223052603 +1079,1902101,1,1,60,0,1,223052603 +1080,1902201,1,1,60,0,1,223052603 +1081,1902301,1,1,60,0,1,223052603 +1082,1902401,1,1,60,0,1,223052603 +1083,1902501,1,1,60,0,1,223052603 +1084,1902601,1,1,60,0,1,223052603 +1085,1902701,1,1,60,0,1,223052603 +1086,1902801,1,1,60,0,1,223052603 +1087,1902901,1,1,60,0,1,223052603 +1088,1900601,3,19100001,1,1,100,223052603 +1089,1900801,3,19100001,1,1,100,223052603 +1090,1900901,3,19100001,1,1,100,223052603 +1091,1901001,3,19100001,1,1,100,223052603 +1092,1901101,3,19100001,1,1,100,223052603 +1093,1901201,3,19100001,1,1,100,223052603 +1094,1901301,3,19100001,1,1,100,223052603 +1095,1901401,3,19100001,1,1,100,223052603 +1096,1901501,3,19100001,1,1,100,223052603 +1097,1901601,3,19100001,1,1,100,223052603 +1098,1901701,3,19100001,1,1,100,223052603 +1099,1901901,3,19100001,1,1,100,223052603 +1100,1902001,3,19100001,1,1,100,223052603 +1101,1902101,3,19100001,1,1,100,223052603 +1102,1902201,3,19100001,1,1,100,223052603 +1103,1902301,3,19100001,1,1,100,223052603 +1104,1902401,3,19100001,1,1,100,223052603 +1105,1902501,3,19100001,1,1,100,223052603 +1106,1902601,3,19100001,1,1,100,223052603 +1107,1902701,3,19100001,1,1,100,223052603 +1108,1902801,3,19100001,1,1,100,223052603 +1109,1902901,3,19100001,1,1,100,223052603 +1110,1313501,1,1,60,0,1,223060801 +1111,1313601,1,1,60,0,1,223060801 +1112,1600101,1,1,60,0,1,223060801 +1113,1313501,3,19100001,1,1,100,223060801 +1114,1313601,3,19100001,1,1,100,223060801 +1115,1600101,3,19100001,1,1,100,223060801 +1116,1216601,1,1,60,0,1,223061105 +1117,1410601,1,1,60,0,1,223061105 +1118,1410701,1,1,60,0,1,223061105 +1119,1216601,3,19100001,1,1,100,223061105 +1120,1410601,3,19100001,1,1,100,223061105 +1121,1410701,3,19100001,1,1,100,223061105 +1122,1501101,1,1,60,0,1,223061507 +1123,1501301,1,1,60,0,1,223061507 +1124,1501101,3,19100001,1,1,100,223061507 +1125,1501301,3,19100001,1,1,100,223061507 +1126,1600301,1,1,60,0,1,223062602 +1127,1600301,3,19100001,1,1,100,223062602 +1128,1313401,1,1,60,0,1,223063007 +1129,1313701,1,1,60,0,1,223063007 +1130,1405901,1,1,60,0,1,223063007 +1131,1313401,3,19100001,1,1,100,223063007 +1132,1313701,3,19100001,1,1,100,223063007 +1133,1405901,3,19100001,1,1,100,223063007 +1134,1600201,1,1,60,0,1,223070301 +1135,1600201,3,19100001,1,1,100,223070301 +1136,1600401,1,1,60,0,1,223071001 +1137,1409401,1,1,60,0,1,223071001 +1138,1409501,1,1,60,0,1,223071001 +1139,1409601,1,1,60,0,1,223071001 +1140,1600401,3,19100001,1,1,100,223071001 +1141,1409401,3,19100001,1,1,100,223071001 +1142,1409501,3,19100001,1,1,100,223071001 +1143,1409601,3,19100001,1,1,100,223071001 +1144,1600501,1,1,60,0,1,223071701 +1145,1600501,3,19100001,1,1,100,223071701 +1146,1600601,1,1,60,0,1,223073107 +1147,1600601,3,19100001,1,1,100,223073107 +1148,1216701,1,1,60,0,1,223071001 +1149,1216801,1,1,60,0,1,223071001 +1150,1409701,1,1,60,0,1,223071001 +1151,1409801,1,1,60,0,1,223071001 +1152,1409901,1,1,60,0,1,223071001 +1153,1313801,1,1,60,0,1,223071001 +1154,1313901,1,1,60,0,1,223071001 +1155,1216701,3,19100001,1,1,100,223071001 +1156,1216801,3,19100001,1,1,100,223071001 +1157,1409701,3,19100001,1,1,100,223071001 +1158,1409801,3,19100001,1,1,100,223071001 +1159,1409901,3,19100001,1,1,100,223071001 +1160,1313801,3,19100001,1,1,100,223071001 +1161,1313901,3,19100001,1,1,100,223071001 +1162,1600901,1,1,60,0,1,223080703 +1163,1600901,3,19100001,1,1,100,223080703 +1164,1501601,1,1,60,0,1,223081102 +1165,1501601,3,19100001,1,1,100,223081102 +1166,1600701,1,1,60,0,1,223081402 +1167,1600701,3,19100001,1,1,100,223081402 +1168,1410001,1,1,60,0,1,223081402 +1169,1410101,1,1,60,0,1,223081402 +1170,1410201,1,1,60,0,1,223081402 +1171,1410301,1,1,60,0,1,223081402 +1172,1410401,1,1,60,0,1,223081402 +1173,1410501,1,1,60,0,1,223081402 +1174,1410001,3,19100001,1,1,100,223081402 +1175,1410101,3,19100001,1,1,100,223081402 +1176,1410201,3,19100001,1,1,100,223081402 +1177,1410301,3,19100001,1,1,100,223081402 +1178,1410401,3,19100001,1,1,100,223081402 +1179,1410501,3,19100001,1,1,100,223081402 +1180,1314001,1,1,60,0,1,223083101 +1181,1314001,3,19100001,1,1,100,223083101 +1182,1411001,1,1,60,0,1,223091002 +1183,1314101,1,1,60,0,1,223090602 +1184,1314201,1,1,60,0,1,223090602 +1185,1314301,1,1,60,0,1,223090602 +1186,1314401,1,1,60,0,1,223090602 +1187,1314501,1,1,60,0,1,223090602 +1188,1314601,1,1,60,0,1,223090602 +1189,1314701,1,1,60,0,1,223090602 +1190,1314801,1,1,60,0,1,223090602 +1191,1314901,1,1,60,0,1,223090602 +1192,1315001,1,1,60,0,1,223090602 +1193,1315101,1,1,60,0,1,223090602 +1194,1315201,1,1,60,0,1,223090602 +1195,1411001,3,19100001,1,1,100,223091002 +1196,1314101,3,19100001,1,1,100,223090602 +1197,1314201,3,19100001,1,1,100,223090602 +1198,1314301,3,19100001,1,1,100,223090602 +1199,1314401,3,19100001,1,1,100,223090602 +1200,1314501,3,19100001,1,1,100,223090602 +1201,1314601,3,19100001,1,1,100,223090602 +1202,1314701,3,19100001,1,1,100,223090602 +1203,1314801,3,19100001,1,1,100,223090602 +1204,1314901,3,19100001,1,1,100,223090602 +1205,1315001,3,19100001,1,1,100,223090602 +1206,1315101,3,19100001,1,1,100,223090602 +1207,1315201,3,19100001,1,1,100,223090602 +1208,1315301,1,1,60,0,1,223100402 +1209,1315301,3,19100001,1,1,100,223100402 +1210,1216901,1,1,60,0,1,223100303 +1211,1216901,3,19100001,1,1,100,223100303 +1212,1217001,1,1,60,0,1,223100303 +1213,1217001,3,19100001,1,1,100,223100303 +1214,1217101,1,1,60,0,1,223100303 +1215,1217101,3,19100001,1,1,100,223100303 +1216,1217501,1,1,60,0,1,223100303 +1217,1217501,3,19100001,1,1,100,223100303 +1218,1410801,1,1,60,0,1,223101301 +1219,1410801,3,19100001,1,1,100,223101301 +1220,1411101,1,1,60,0,1,223101301 +1221,1411101,3,19100001,1,1,100,223101301 +1222,1411301,1,1,60,0,1,223101301 +1223,1411301,3,19100001,1,1,100,223101301 +1224,1411501,1,1,60,0,1,223101301 +1225,1411501,3,19100001,1,1,100,223101301 +1226,1600801,1,1,60,0,1,223091102 +1227,1600801,3,19100001,1,1,100,223091102 +1228,1601001,1,1,60,0,1,223091801 +1229,1601001,3,19100001,1,1,100,223091801 +1230,1411201,1,1,60,0,1,223110801 +1231,1411201,3,19100001,1,1,100,223110801 +1232,1411401,1,1,60,0,1,223110801 +1233,1411401,3,19100001,1,1,100,223110801 +1234,1411601,1,1,60,0,1,223110801 +1235,1411601,3,19100001,1,1,100,223110801 +1236,1501801,1,1,60,0,1,223111507 +1237,1501801,3,19100001,1,1,100,223111507 +1238,1501901,1,1,60,0,1,223111507 +1239,1501901,3,19100001,1,1,100,223111507 +1240,1502001,1,1,60,0,1,223111507 +1241,1502001,3,19100001,1,1,100,223111507 +1242,1502101,1,1,60,0,1,223111507 +1243,1502101,3,19100001,1,1,100,223111507 +1244,1903201,1,1,60,0,1,223111507 +1245,1903201,3,19100001,1,1,100,223111507 +1246,1100101,3,30010002,1,2,0,223110106 +1247,1100201,3,30010002,1,2,0,223110106 +1248,1100301,3,30010002,1,2,0,223110106 +1249,1100401,3,30010002,1,2,0,223110106 +1250,1100501,3,30010002,1,2,0,223110106 +1251,1100601,3,30010002,1,2,0,223110106 +1252,1100701,3,30010002,1,2,0,223110106 +1253,1100801,3,30010002,1,2,0,223110106 +1254,1100901,3,30010002,1,2,0,223110106 +1255,1101001,3,30010002,1,2,0,223110106 +1256,1101101,3,30010002,1,2,0,223110106 +1257,1101201,3,30010002,1,2,0,223110106 +1258,1101401,3,30010002,1,2,0,223110106 +1259,1101501,3,30010002,1,2,0,223110106 +1260,1101601,3,30010002,1,2,0,223110106 +1261,1101701,3,30010002,1,2,0,223110106 +1262,1101901,3,30010002,1,2,0,223110106 +1263,1102001,3,30010002,1,2,0,223110106 +1264,1102101,3,30010002,1,2,0,223110106 +1265,1102201,3,30010002,1,2,0,223110106 +1266,1102301,3,30010002,1,2,0,223110106 +1267,1102401,3,30010002,1,2,0,223110106 +1268,1102501,3,30010002,1,2,0,223110106 +1269,1102601,3,30010002,1,2,0,223110106 +1270,1102701,3,30010002,1,2,0,223110106 +1271,1102801,3,30010002,1,2,0,223110106 +1272,1102901,3,30010002,1,2,0,223110106 +1273,1103001,3,30010002,1,2,0,223110106 +1274,1103101,3,30010002,1,2,0,223110106 +1275,1103201,3,30010002,1,2,0,223110106 +1276,1103301,3,30010002,1,2,0,223110106 +1277,1103501,3,30010002,1,2,0,223110106 +1278,1103701,3,30010002,1,2,0,223110106 +1279,1103801,3,30010002,1,2,0,223110106 +1280,1103901,3,30010002,1,2,0,223110106 +1281,1104001,3,30010002,1,2,0,223110106 +1282,1104101,3,30010002,1,2,0,223110106 +1283,1104201,3,30010002,1,2,0,223110106 +1284,1104401,3,30010002,1,2,0,223110106 +1285,1104501,3,30010002,1,2,0,223110106 +1286,1104601,3,30010002,1,2,0,223110106 +1287,1104701,3,30010002,1,2,0,223110106 +1288,1104801,3,30010002,1,2,0,223110106 +1289,1104901,3,30010002,1,2,0,223110106 +1290,1105001,3,30010002,1,2,0,223110106 +1291,1105401,3,30010002,1,2,0,223110106 +1292,1105501,3,30010002,1,2,0,223110106 +1293,1105701,3,30010002,1,2,0,223110106 +1294,1105801,3,30010002,1,2,0,223110106 +1295,1105901,3,30010002,1,2,0,223110106 +1296,1106001,3,30010002,1,2,0,223110106 +1297,1106101,3,30010002,1,2,0,223110106 +1298,1106201,3,30010002,1,2,0,223110106 +1299,1106301,3,30010002,1,2,0,223110106 +1300,1106401,3,30010002,1,2,0,223110106 +1301,1106601,3,30010002,1,2,0,223110106 +1302,1106701,3,30010002,1,2,0,223110106 +1303,1106801,3,30010002,1,2,0,223110106 +1304,1106901,3,30010002,1,2,0,223110106 +1305,1107001,3,30010002,1,2,0,223110106 +1306,1107101,3,30010002,1,2,0,223110106 +1307,1107201,3,30010002,1,2,0,223110106 +1308,1107301,3,30010002,1,2,0,223110106 +1309,1107401,3,30010002,1,2,0,223110106 +1310,1107501,3,30010002,1,2,0,223110106 +1311,1107601,3,30010002,1,2,0,223110106 +1312,1107701,3,30010002,1,2,0,223110106 +1313,1107801,3,30010002,1,2,0,223110106 +1314,1107901,3,30010002,1,2,0,223110106 +1315,1108001,3,30010002,1,2,0,223110106 +1316,1108101,3,30010002,1,2,0,223110106 +1317,1108201,3,30010002,1,2,0,223110106 +1318,1108301,3,30010002,1,2,0,223110106 +1319,1108401,3,30010002,1,2,0,223110106 +1320,1108501,3,30010002,1,2,0,223110106 +1321,1108601,3,30010002,1,2,0,223110106 +1322,1108701,3,30010002,1,2,0,223110106 +1323,1108801,3,30010002,1,2,0,223110106 +1324,1108901,3,30010002,1,2,0,223110106 +1325,1109001,3,30010002,1,2,0,223110106 +1326,1109101,3,30010002,1,2,0,223110106 +1327,1109201,3,30010002,1,2,0,223110106 +1328,1109301,3,30010002,1,2,0,223110106 +1329,1109401,3,30010002,1,2,0,223110106 +1330,1109501,3,30010002,1,2,0,223110106 +1331,1109601,3,30010002,1,2,0,223110106 +1332,1109701,3,30010002,1,2,0,223110106 +1333,1109801,3,30010002,1,2,0,223110106 +1334,1109901,3,30010002,1,2,0,223110106 +1335,1110001,3,30010002,1,2,0,223110106 +1336,1110101,3,30010002,1,2,0,223110106 +1337,1110201,3,30010002,1,2,0,223110106 +1338,1110301,3,30010002,1,2,0,223110106 +1339,1110401,3,30010002,1,2,0,223110106 +1340,1110501,3,30010002,1,2,0,223110106 +1341,1110601,3,30010002,1,2,0,223110106 +1342,1110701,3,30010002,1,2,0,223110106 +1343,1110801,3,30010002,1,2,0,223110106 +1344,1110901,3,30010002,1,2,0,223110106 +1345,1111001,3,30010002,1,2,0,223110106 +1346,1111101,3,30010002,1,2,0,223110106 +1347,1111201,3,30010002,1,2,0,223110106 +1348,1111301,3,30010002,1,2,0,223110106 +1349,1111401,3,30010002,1,2,0,223110106 +1350,1111501,3,30010002,1,2,0,223110106 +1351,1111601,3,30010002,1,2,0,223110106 +1352,1111701,3,30010002,1,2,0,223110106 +1353,1111801,3,30010002,1,2,0,223110106 +1354,1111901,3,30010002,1,2,0,223110106 +1355,1112001,3,30010002,1,2,0,223110106 +1356,1112101,3,30010002,1,2,0,223110106 +1357,1112301,3,30010002,1,2,0,223110106 +1358,1112401,3,30010002,1,2,0,223110106 +1359,1112601,3,30010002,1,2,0,223110106 +1360,1112701,3,30010002,1,2,0,223110106 +1361,1112801,3,30010002,1,2,0,223110106 +1362,1112901,3,30010002,1,2,0,223110106 +1363,1113001,3,30010002,1,2,0,223110106 +1364,1113101,3,30010002,1,2,0,223110106 +1365,1200101,3,30010002,1,2,0,223110106 +1366,1200201,3,30010002,1,2,0,223110106 +1367,1200301,3,30010002,1,2,0,223110106 +1368,1200401,3,30010002,1,2,0,223110106 +1369,1200501,3,30010002,1,2,0,223110106 +1370,1200601,3,30010002,1,2,0,223110106 +1371,1200701,3,30010002,1,2,0,223110106 +1372,1200801,3,30010002,1,2,0,223110106 +1373,1200901,3,30010002,1,2,0,223110106 +1374,1201001,3,30010002,1,2,0,223110106 +1375,1201101,3,30010002,1,2,0,223110106 +1376,1201201,3,30010002,1,2,0,223110106 +1377,1201301,3,30010002,1,2,0,223110106 +1378,1201401,3,30010002,1,2,0,223110106 +1379,1201501,3,30010002,1,2,0,223110106 +1380,1201601,3,30010002,1,2,0,223110106 +1381,1201701,3,30010002,1,2,0,223110106 +1382,1201801,3,30010002,1,2,0,223110106 +1383,1201901,3,30010002,1,2,0,223110106 +1384,1202001,3,30010002,1,2,0,223110106 +1385,1202101,3,30010002,1,2,0,223110106 +1386,1202201,3,30010002,1,2,0,223110106 +1387,1202301,3,30010002,1,2,0,223110106 +1388,1202401,3,30010002,1,2,0,223110106 +1389,1202501,3,30010002,1,2,0,223110106 +1390,1202601,3,30010002,1,2,0,223110106 +1391,1202701,3,30010002,1,2,0,223110106 +1392,1202801,3,30010002,1,2,0,223110106 +1393,1202901,3,30010002,1,2,0,223110106 +1394,1203001,3,30010002,1,2,0,223110106 +1395,1203101,3,30010002,1,2,0,223110106 +1396,1203201,3,30010002,1,2,0,223110106 +1397,1203301,3,30010002,1,2,0,223110106 +1398,1203401,3,30010002,1,2,0,223110106 +1399,1203501,3,30010002,1,2,0,223110106 +1400,1203601,3,30010002,1,2,0,223110106 +1401,1203701,3,30010002,1,2,0,223110106 +1402,1203801,3,30010002,1,2,0,223110106 +1403,1203901,3,30010002,1,2,0,223110106 +1404,1204001,3,30010002,1,2,0,223110106 +1405,1204101,3,30010002,1,2,0,223110106 +1406,1204201,3,30010002,1,2,0,223110106 +1407,1204301,3,30010002,1,2,0,223110106 +1408,1204401,3,30010002,1,2,0,223110106 +1409,1204501,3,30010002,1,2,0,223110106 +1410,1204601,3,30010002,1,2,0,223110106 +1411,1204701,3,30010002,1,2,0,223110106 +1412,1204801,3,30010002,1,2,0,223110106 +1413,1204901,3,30010002,1,2,0,223110106 +1414,1205001,3,30010002,1,2,0,223110106 +1415,1205101,3,30010002,1,2,0,223110106 +1416,1205201,3,30010002,1,2,0,223110106 +1417,1205301,3,30010002,1,2,0,223110106 +1418,1205401,3,30010002,1,2,0,223110106 +1419,1205501,3,30010002,1,2,0,223110106 +1420,1205601,3,30010002,1,2,0,223110106 +1421,1205701,3,30010002,1,2,0,223110106 +1422,1205801,3,30010002,1,2,0,223110106 +1423,1205901,3,30010002,1,2,0,223110106 +1424,1206001,3,30010002,1,2,0,223110106 +1425,1206101,3,30010002,1,2,0,223110106 +1426,1206201,3,30010002,1,2,0,223110106 +1427,1206301,3,30010002,1,2,0,223110106 +1428,1206401,3,30010002,1,2,0,223110106 +1429,1206501,3,30010002,1,2,0,223110106 +1430,1206601,3,30010002,1,2,0,223110106 +1431,1206701,3,30010002,1,2,0,223110106 +1432,1206801,3,30010002,1,2,0,223110106 +1433,1206901,3,30010002,1,2,0,223110106 +1434,1207001,3,30010002,1,2,0,223110106 +1435,1207101,3,30010002,1,2,0,223110106 +1436,1207201,3,30010002,1,2,0,223110106 +1437,1207301,3,30010002,1,2,0,223110106 +1438,1207401,3,30010002,1,2,0,223110106 +1439,1207501,3,30010002,1,2,0,223110106 +1440,1207601,3,30010002,1,2,0,223110106 +1441,1207701,3,30010002,1,2,0,223110106 +1442,1207801,3,30010002,1,2,0,223110106 +1443,1207901,3,30010002,1,2,0,223110106 +1444,1208001,3,30010002,1,2,0,223110106 +1445,1208101,3,30010002,1,2,0,223110106 +1446,1208201,3,30010002,1,2,0,223110106 +1447,1208301,3,30010002,1,2,0,223110106 +1448,1208401,3,30010002,1,2,0,223110106 +1449,1208601,3,30010002,1,2,0,223110106 +1450,1208701,3,30010002,1,2,0,223110106 +1451,1208801,3,30010002,1,2,0,223110106 +1452,1208901,3,30010002,1,2,0,223110106 +1453,1209001,3,30010002,1,2,0,223110106 +1454,1209101,3,30010002,1,2,0,223110106 +1455,1209201,3,30010002,1,2,0,223110106 +1456,1209301,3,30010002,1,2,0,223110106 +1457,1209401,3,30010002,1,2,0,223110106 +1458,1209501,3,30010002,1,2,0,223110106 +1459,1209601,3,30010002,1,2,0,223110106 +1460,1209701,3,30010002,1,2,0,223110106 +1461,1209801,3,30010002,1,2,0,223110106 +1462,1209901,3,30010002,1,2,0,223110106 +1463,1210001,3,30010002,1,2,0,223110106 +1464,1210101,3,30010002,1,2,0,223110106 +1465,1210201,3,30010002,1,2,0,223110106 +1466,1210301,3,30010002,1,2,0,223110106 +1467,1210401,3,30010002,1,2,0,223110106 +1468,1210501,3,30010002,1,2,0,223110106 +1469,1210601,3,30010002,1,2,0,223110106 +1470,1210701,3,30010002,1,2,0,223110106 +1471,1210801,3,30010002,1,2,0,223110106 +1472,1210901,3,30010002,1,2,0,223110106 +1473,1211101,3,30010002,1,2,0,223110106 +1474,1211201,3,30010002,1,2,0,223110106 +1475,1211301,3,30010002,1,2,0,223110106 +1476,1211401,3,30010002,1,2,0,223110106 +1477,1211501,3,30010002,1,2,0,223110106 +1478,1211601,3,30010002,1,2,0,223110106 +1479,1211701,3,30010002,1,2,0,223110106 +1480,1211801,3,30010002,1,2,0,223110106 +1481,1211901,3,30010002,1,2,0,223110106 +1482,1212001,3,30010002,1,2,0,223110106 +1483,1212101,3,30010002,1,2,0,223110106 +1484,1212201,3,30010002,1,2,0,223110106 +1485,1212301,3,30010002,1,2,0,223110106 +1486,1212401,3,30010002,1,2,0,223110106 +1487,1212501,3,30010002,1,2,0,223110106 +1488,1212601,3,30010002,1,2,0,223110106 +1489,1212701,3,30010002,1,2,0,223110106 +1490,1212801,3,30010002,1,2,0,223110106 +1491,1212901,3,30010002,1,2,0,223110106 +1492,1213001,3,30010002,1,2,0,223110106 +1493,1213101,3,30010002,1,2,0,223110106 +1494,1213201,3,30010002,1,2,0,223110106 +1495,1213301,3,30010002,1,2,0,223110106 +1496,1213401,3,30010002,1,2,0,223110106 +1497,1213501,3,30010002,1,2,0,223110106 +1498,1213601,3,30010002,1,2,0,223110106 +1499,1213701,3,30010002,1,2,0,223110106 +1500,1213801,3,30010002,1,2,0,223110106 +1501,1214201,3,30010002,1,2,0,223110106 +1502,1214301,3,30010002,1,2,0,223110106 +1503,1214401,3,30010002,1,2,0,223110106 +1504,1214501,3,30010002,1,2,0,223110106 +1505,1214601,3,30010002,1,2,0,223110106 +1506,1214701,3,30010002,1,2,0,223110106 +1507,1214801,3,30010002,1,2,0,223110106 +1508,1214901,3,30010002,1,2,0,223110106 +1509,1215001,3,30010002,1,2,0,223110106 +1510,1215101,3,30010002,1,2,0,223110106 +1511,1215201,3,30010002,1,2,0,223110106 +1512,1215301,3,30010002,1,2,0,223110106 +1513,1215401,3,30010002,1,2,0,223110106 +1514,1215601,3,30010002,1,2,0,223110106 +1515,1215701,3,30010002,1,2,0,223110106 +1516,1215801,3,30010002,1,2,0,223110106 +1517,1215901,3,30010002,1,2,0,223110106 +1518,1216001,3,30010002,1,2,0,223110106 +1519,1216101,3,30010002,1,2,0,223110106 +1520,1216201,3,30010002,1,2,0,223110106 +1521,1216301,3,30010002,1,2,0,223110106 +1522,1216401,3,30010002,1,2,0,223110106 +1523,1216501,3,30010002,1,2,0,223110106 +1524,1217201,3,30010002,1,2,0,223110106 +1525,1217301,3,30010002,1,2,0,223110106 +1526,1217401,3,30010002,1,2,0,223110106 +1527,1300101,3,30010002,1,2,0,223110106 +1528,1300201,3,30010002,1,2,0,223110106 +1529,1300301,3,30010002,1,2,0,223110106 +1530,1300401,3,30010002,1,2,0,223110106 +1531,1300501,3,30010002,1,2,0,223110106 +1532,1300601,3,30010002,1,2,0,223110106 +1533,1300701,3,30010002,1,2,0,223110106 +1534,1300801,3,30010002,1,2,0,223110106 +1535,1300901,3,30010002,1,2,0,223110106 +1536,1301001,3,30010002,1,2,0,223110106 +1537,1301101,3,30010002,1,2,0,223110106 +1538,1301201,3,30010002,1,2,0,223110106 +1539,1301301,3,30010002,1,2,0,223110106 +1540,1301401,3,30010002,1,2,0,223110106 +1541,1301501,3,30010002,1,2,0,223110106 +1542,1301601,3,30010002,1,2,0,223110106 +1543,1301701,3,30010002,1,2,0,223110106 +1544,1301801,3,30010002,1,2,0,223110106 +1545,1301901,3,30010002,1,2,0,223110106 +1546,1302001,3,30010002,1,2,0,223110106 +1547,1302101,3,30010002,1,2,0,223110106 +1548,1302201,3,30010002,1,2,0,223110106 +1549,1302301,3,30010002,1,2,0,223110106 +1550,1302401,3,30010002,1,2,0,223110106 +1551,1302501,3,30010002,1,2,0,223110106 +1552,1302601,3,30010002,1,2,0,223110106 +1553,1302701,3,30010002,1,2,0,223110106 +1554,1302801,3,30010002,1,2,0,223110106 +1555,1302901,3,30010002,1,2,0,223110106 +1556,1303001,3,30010002,1,2,0,223110106 +1557,1303101,3,30010002,1,2,0,223110106 +1558,1303201,3,30010002,1,2,0,223110106 +1559,1303401,3,30010002,1,2,0,223110106 +1560,1303501,3,30010002,1,2,0,223110106 +1561,1303601,3,30010002,1,2,0,223110106 +1562,1303701,3,30010002,1,2,0,223110106 +1563,1303801,3,30010002,1,2,0,223110106 +1564,1303901,3,30010002,1,2,0,223110106 +1565,1304001,3,30010002,1,2,0,223110106 +1566,1304101,3,30010002,1,2,0,223110106 +1567,1304201,3,30010002,1,2,0,223110106 +1568,1304301,3,30010002,1,2,0,223110106 +1569,1304401,3,30010002,1,2,0,223110106 +1570,1304501,3,30010002,1,2,0,223110106 +1571,1304601,3,30010002,1,2,0,223110106 +1572,1304701,3,30010002,1,2,0,223110106 +1573,1304801,3,30010002,1,2,0,223110106 +1574,1304901,3,30010002,1,2,0,223110106 +1575,1305001,3,30010002,1,2,0,223110106 +1576,1305101,3,30010002,1,2,0,223110106 +1577,1305201,3,30010002,1,2,0,223110106 +1578,1305301,3,30010002,1,2,0,223110106 +1579,1305401,3,30010002,1,2,0,223110106 +1580,1305501,3,30010002,1,2,0,223110106 +1581,1305601,3,30010002,1,2,0,223110106 +1582,1305701,3,30010002,1,2,0,223110106 +1583,1305801,3,30010002,1,2,0,223110106 +1584,1305901,3,30010002,1,2,0,223110106 +1585,1306001,3,30010002,1,2,0,223110106 +1586,1306101,3,30010002,1,2,0,223110106 +1587,1306201,3,30010002,1,2,0,223110106 +1588,1306301,3,30010002,1,2,0,223110106 +1589,1306401,3,30010002,1,2,0,223110106 +1590,1306501,3,30010002,1,2,0,223110106 +1591,1306601,3,30010002,1,2,0,223110106 +1592,1306701,3,30010002,1,2,0,223110106 +1593,1306801,3,30010002,1,2,0,223110106 +1594,1306901,3,30010002,1,2,0,223110106 +1595,1307001,3,30010002,1,2,0,223110106 +1596,1307101,3,30010002,1,2,0,223110106 +1597,1307201,3,30010002,1,2,0,223110106 +1598,1307301,3,30010002,1,2,0,223110106 +1599,1307401,3,30010002,1,2,0,223110106 +1600,1307501,3,30010002,1,2,0,223110106 +1601,1307601,3,30010002,1,2,0,223110106 +1602,1307701,3,30010002,1,2,0,223110106 +1603,1307801,3,30010002,1,2,0,223110106 +1604,1307901,3,30010002,1,2,0,223110106 +1605,1308001,3,30010002,1,2,0,223110106 +1606,1308101,3,30010002,1,2,0,223110106 +1607,1308201,3,30010002,1,2,0,223110106 +1608,1308301,3,30010002,1,2,0,223110106 +1609,1308401,3,30010002,1,2,0,223110106 +1610,1308501,3,30010002,1,2,0,223110106 +1611,1308601,3,30010002,1,2,0,223110106 +1612,1308701,3,30010002,1,2,0,223110106 +1613,1308801,3,30010002,1,2,0,223110106 +1614,1308901,3,30010002,1,2,0,223110106 +1615,1309001,3,30010002,1,2,0,223110106 +1616,1309101,3,30010002,1,2,0,223110106 +1617,1309201,3,30010002,1,2,0,223110106 +1618,1309401,3,30010002,1,2,0,223110106 +1619,1309501,3,30010002,1,2,0,223110106 +1620,1309601,3,30010002,1,2,0,223110106 +1621,1309701,3,30010002,1,2,0,223110106 +1622,1309801,3,30010002,1,2,0,223110106 +1623,1309901,3,30010002,1,2,0,223110106 +1624,1310001,3,30010002,1,2,0,223110106 +1625,1310101,3,30010002,1,2,0,223110106 +1626,1310201,3,30010002,1,2,0,223110106 +1627,1310301,3,30010002,1,2,0,223110106 +1628,1310401,3,30010002,1,2,0,223110106 +1629,1310501,3,30010002,1,2,0,223110106 +1630,1310601,3,30010002,1,2,0,223110106 +1631,1310701,3,30010002,1,2,0,223110106 +1632,1310801,3,30010002,1,2,0,223110106 +1633,1310901,3,30010002,1,2,0,223110106 +1634,1311001,3,30010002,1,2,0,223110106 +1635,1311101,3,30010002,1,2,0,223110106 +1636,1311201,3,30010002,1,2,0,223110106 +1637,1311301,3,30010002,1,2,0,223110106 +1638,1311401,3,30010002,1,2,0,223110106 +1639,1311501,3,30010002,1,2,0,223110106 +1640,1311601,3,30010002,1,2,0,223110106 +1641,1311701,3,30010002,1,2,0,223110106 +1642,1311801,3,30010002,1,2,0,223110106 +1643,1311901,3,30010002,1,2,0,223110106 +1644,1312101,3,30010002,1,2,0,223110106 +1645,1312201,3,30010002,1,2,0,223110106 +1646,1312301,3,30010002,1,2,0,223110106 +1647,1312401,3,30010002,1,2,0,223110106 +1648,1312501,3,30010002,1,2,0,223110106 +1649,1312601,3,30010002,1,2,0,223110106 +1650,1312701,3,30010002,1,2,0,223110106 +1651,1312801,3,30010002,1,2,0,223110106 +1652,1312901,3,30010002,1,2,0,223110106 +1653,1400101,3,30010002,1,2,0,223110106 +1654,1400201,3,30010002,1,2,0,223110106 +1655,1400301,3,30010002,1,2,0,223110106 +1656,1400401,3,30010002,1,2,0,223110106 +1657,1400501,3,30010002,1,2,0,223110106 +1658,1400601,3,30010002,1,2,0,223110106 +1659,1400701,3,30010002,1,2,0,223110106 +1660,1400801,3,30010002,1,2,0,223110106 +1661,1400901,3,30010002,1,2,0,223110106 +1662,1401001,3,30010002,1,2,0,223110106 +1663,1401101,3,30010002,1,2,0,223110106 +1664,1401201,3,30010002,1,2,0,223110106 +1665,1401301,3,30010002,1,2,0,223110106 +1666,1401401,3,30010002,1,2,0,223110106 +1667,1401501,3,30010002,1,2,0,223110106 +1668,1401601,3,30010002,1,2,0,223110106 +1669,1401701,3,30010002,1,2,0,223110106 +1670,1401801,3,30010002,1,2,0,223110106 +1671,1401901,3,30010002,1,2,0,223110106 +1672,1402001,3,30010002,1,2,0,223110106 +1673,1402101,3,30010002,1,2,0,223110106 +1674,1402201,3,30010002,1,2,0,223110106 +1675,1402301,3,30010002,1,2,0,223110106 +1676,1402401,3,30010002,1,2,0,223110106 +1677,1402501,3,30010002,1,2,0,223110106 +1678,1402601,3,30010002,1,2,0,223110106 +1679,1402701,3,30010002,1,2,0,223110106 +1680,1402801,3,30010002,1,2,0,223110106 +1681,1403001,3,30010002,1,2,0,223110106 +1682,1403101,3,30010002,1,2,0,223110106 +1683,1403201,3,30010002,1,2,0,223110106 +1684,1403301,3,30010002,1,2,0,223110106 +1685,1403401,3,30010002,1,2,0,223110106 +1686,1403501,3,30010002,1,2,0,223110106 +1687,1403601,3,30010002,1,2,0,223110106 +1688,1403701,3,30010002,1,2,0,223110106 +1689,1403801,3,30010002,1,2,0,223110106 +1690,1403901,3,30010002,1,2,0,223110106 +1691,1404001,3,30010002,1,2,0,223110106 +1692,1404101,3,30010002,1,2,0,223110106 +1693,1404201,3,30010002,1,2,0,223110106 +1694,1404301,3,30010002,1,2,0,223110106 +1695,1404401,3,30010002,1,2,0,223110106 +1696,1404501,3,30010002,1,2,0,223110106 +1697,1404601,3,30010002,1,2,0,223110106 +1698,1404701,3,30010002,1,2,0,223110106 +1699,1404801,3,30010002,1,2,0,223110106 +1700,1404901,3,30010002,1,2,0,223110106 +1701,1405001,3,30010002,1,2,0,223110106 +1702,1405101,3,30010002,1,2,0,223110106 +1703,1405201,3,30010002,1,2,0,223110106 +1704,1405301,3,30010002,1,2,0,223110106 +1705,1405401,3,30010002,1,2,0,223110106 +1706,1405501,3,30010002,1,2,0,223110106 +1707,1405601,3,30010002,1,2,0,223110106 +1708,1405701,3,30010002,1,2,0,223110106 +1709,1406001,3,30010002,1,2,0,223110106 +1710,1406101,3,30010002,1,2,0,223110106 +1711,1406401,3,30010002,1,2,0,223110106 +1712,1406501,3,30010002,1,2,0,223110106 +1713,1406601,3,30010002,1,2,0,223110106 +1714,1406701,3,30010002,1,2,0,223110106 +1715,1406801,3,30010002,1,2,0,223110106 +1716,1406901,3,30010002,1,2,0,223110106 +1717,1407101,3,30010002,1,2,0,223110106 +1718,1407301,3,30010002,1,2,0,223110106 +1719,1407401,3,30010002,1,2,0,223110106 +1720,1407501,3,30010002,1,2,0,223110106 +1721,1407601,3,30010002,1,2,0,223110106 +1722,1407701,3,30010002,1,2,0,223110106 +1723,1407801,3,30010002,1,2,0,223110106 +1724,1407901,3,30010002,1,2,0,223110106 +1725,1408001,3,30010002,1,2,0,223110106 +1726,1408101,3,30010002,1,2,0,223110106 +1727,1408201,3,30010002,1,2,0,223110106 +1728,1408301,3,30010002,1,2,0,223110106 +1729,1408401,3,30010002,1,2,0,223110106 +1730,1408501,3,30010002,1,2,0,223110106 +1731,1408601,3,30010002,1,2,0,223110106 +1732,1408701,3,30010002,1,2,0,223110106 +1733,1408801,3,30010002,1,2,0,223110106 +1734,1408901,3,30010002,1,2,0,223110106 +1735,1409001,3,30010002,1,2,0,223110106 +1736,1409101,3,30010002,1,2,0,223110106 +1737,1409201,3,30010002,1,2,0,223110106 +1738,1500101,3,30010002,1,2,0,223110106 +1739,1500201,3,30010002,1,2,0,223110106 +1740,1500301,3,30010002,1,2,0,223110106 +1741,1500401,3,30010002,1,2,0,223110106 +1742,1500501,3,30010002,1,2,0,223110106 +1743,1500601,3,30010002,1,2,0,223110106 +1744,1500701,3,30010002,1,2,0,223110106 +1745,1500801,3,30010002,1,2,0,223110106 +1746,1500901,3,30010002,1,2,0,223110106 +1747,1501001,3,30010002,1,2,0,223110106 +1748,1501201,3,30010002,1,2,0,223110106 +1749,1501401,3,30010002,1,2,0,223110106 +1750,1501501,3,30010002,1,2,0,223110106 +1751,1501701,3,30010002,1,2,0,223110106 +1752,1900101,3,30010002,1,2,0,223110106 +1753,1900201,3,30010002,1,2,0,223110106 +1754,1900301,3,30010002,1,2,0,223110106 +1755,1900401,3,30010002,1,2,0,223110106 +1756,1900501,3,30010002,1,2,0,223110106 +1757,1900701,3,30010002,1,2,0,223110106 +1758,1901801,3,30010002,1,2,0,223110106 +1759,1903001,3,30010002,1,2,0,223110106 +1760,1903101,3,30010002,1,2,0,223110106 +1761,1900601,3,30010002,1,2,0,223110106 +1762,1900801,3,30010002,1,2,0,223110106 +1763,1900901,3,30010002,1,2,0,223110106 +1764,1901001,3,30010002,1,2,0,223110106 +1765,1901101,3,30010002,1,2,0,223110106 +1766,1901201,3,30010002,1,2,0,223110106 +1767,1901301,3,30010002,1,2,0,223110106 +1768,1901401,3,30010002,1,2,0,223110106 +1769,1901501,3,30010002,1,2,0,223110106 +1770,1901601,3,30010002,1,2,0,223110106 +1771,1901701,3,30010002,1,2,0,223110106 +1772,1901901,3,30010002,1,2,0,223110106 +1773,1902001,3,30010002,1,2,0,223110106 +1774,1902101,3,30010002,1,2,0,223110106 +1775,1902201,3,30010002,1,2,0,223110106 +1776,1902301,3,30010002,1,2,0,223110106 +1777,1902401,3,30010002,1,2,0,223110106 +1778,1902501,3,30010002,1,2,0,223110106 +1779,1902601,3,30010002,1,2,0,223110106 +1780,1902701,3,30010002,1,2,0,223110106 +1781,1902801,3,30010002,1,2,0,223110106 +1782,1902901,3,30010002,1,2,0,223110106 +1783,1313501,3,30010002,1,2,0,223110106 +1784,1313601,3,30010002,1,2,0,223110106 +1785,1600101,3,30010002,1,2,0,223110106 +1786,1216601,3,30010002,1,2,0,223110106 +1787,1410601,3,30010002,1,2,0,223110106 +1788,1410701,3,30010002,1,2,0,223110106 +1789,1501101,3,30010002,1,2,0,223110106 +1790,1501301,3,30010002,1,2,0,223110106 +1791,1600301,3,30010002,1,2,0,223110106 +1792,1313401,3,30010002,1,2,0,223110106 +1793,1313701,3,30010002,1,2,0,223110106 +1794,1405901,3,30010002,1,2,0,223110106 +1795,1600201,3,30010002,1,2,0,223110106 +1796,1600401,3,30010002,1,2,0,223110106 +1797,1409401,3,30010002,1,2,0,223110106 +1798,1409501,3,30010002,1,2,0,223110106 +1799,1409601,3,30010002,1,2,0,223110106 +1800,1600501,3,30010002,1,2,0,223110106 +1801,1600601,3,30010002,1,2,0,223110106 +1802,1216701,3,30010002,1,2,0,223110106 +1803,1216801,3,30010002,1,2,0,223110106 +1804,1409701,3,30010002,1,2,0,223110106 +1805,1409801,3,30010002,1,2,0,223110106 +1806,1409901,3,30010002,1,2,0,223110106 +1807,1313801,3,30010002,1,2,0,223110106 +1808,1313901,3,30010002,1,2,0,223110106 +1809,1600901,3,30010002,1,2,0,223110106 +1810,1501601,3,30010002,1,2,0,223110106 +1811,1600701,3,30010002,1,2,0,223110106 +1812,1410001,3,30010002,1,2,0,223110106 +1813,1410101,3,30010002,1,2,0,223110106 +1814,1410201,3,30010002,1,2,0,223110106 +1815,1410301,3,30010002,1,2,0,223110106 +1816,1410401,3,30010002,1,2,0,223110106 +1817,1410501,3,30010002,1,2,0,223110106 +1818,1314001,3,30010002,1,2,0,223110106 +1819,1411001,3,30010002,1,2,0,223110106 +1820,1314101,3,30010002,1,2,0,223110106 +1821,1314201,3,30010002,1,2,0,223110106 +1822,1314301,3,30010002,1,2,0,223110106 +1823,1314401,3,30010002,1,2,0,223110106 +1824,1314501,3,30010002,1,2,0,223110106 +1825,1314601,3,30010002,1,2,0,223110106 +1826,1314701,3,30010002,1,2,0,223110106 +1827,1314801,3,30010002,1,2,0,223110106 +1828,1314901,3,30010002,1,2,0,223110106 +1829,1315001,3,30010002,1,2,0,223110106 +1830,1315101,3,30010002,1,2,0,223110106 +1831,1315201,3,30010002,1,2,0,223110106 +1832,1315301,3,30010002,1,2,0,223110106 +1833,1216901,3,30010002,1,2,0,223110106 +1834,1217001,3,30010002,1,2,0,223110106 +1835,1217101,3,30010002,1,2,0,223110106 +1836,1217501,3,30010002,1,2,0,223110106 +1837,1410801,3,30010002,1,2,0,223110106 +1838,1411101,3,30010002,1,2,0,223110106 +1839,1411301,3,30010002,1,2,0,223110106 +1840,1411501,3,30010002,1,2,0,223110106 +1841,1600801,3,30010002,1,2,0,223110106 +1842,1601001,3,30010002,1,2,0,223110106 +1843,1411201,3,30010002,1,2,0,223110803 +1844,1411401,3,30010002,1,2,0,223110803 +1845,1411601,3,30010002,1,2,0,223110803 +1846,1501801,3,30010002,1,2,0,223111511 +1847,1501901,3,30010002,1,2,0,223111511 +1848,1502001,3,30010002,1,2,0,223111511 +1849,1502101,3,30010002,1,2,0,223111511 +1850,1502201,1,1,60,0,1,223120504 +1851,1502201,3,19100001,1,1,100,223120504 +1852,1502301,1,1,60,0,1,223120504 +1853,1502301,3,19100001,1,1,100,223120504 +1854,1502501,1,1,60,0,1,223120108 +1855,1502501,3,19100001,1,1,100,223120108 +1856,1502601,1,1,60,0,1,223120108 +1857,1502601,3,19100001,1,1,100,223120108 +1858,1502901,1,1,60,0,1,223120108 +1859,1502901,3,19100001,1,1,100,223120108 +1860,1503101,1,1,60,0,1,223120108 +1861,1503101,3,19100001,1,1,100,223120108 +1862,1601101,1,1,60,0,1,223121802 +1863,1601101,3,19100001,1,1,100,223121802 +1864,1601201,1,1,60,0,1,223121802 +1865,1601201,3,19100001,1,1,100,223121802 +1866,1903201,3,30010002,1,2,0,223111511 +1867,1113201,1,1,60,0,1,224012901 +1868,1113201,3,19100001,1,1,100,224012901 +1869,1113301,1,1,60,0,1,224012901 +1870,1113301,3,19100001,1,1,100,224012901 +1871,1113401,1,1,60,0,1,224012901 +1872,1113401,3,19100001,1,1,100,224012901 +1873,1113501,1,1,60,0,1,224012901 +1874,1113501,3,19100001,1,1,100,224012901 +1875,1113601,1,1,60,0,1,224012901 +1876,1113601,3,19100001,1,1,100,224012901 +1877,1113701,1,1,60,0,1,224012901 +1878,1113701,3,19100001,1,1,100,224012901 +1879,1113801,1,1,60,0,1,224012901 +1880,1113801,3,19100001,1,1,100,224012901 +1881,1113901,1,1,60,0,1,224012901 +1882,1113901,3,19100001,1,1,100,224012901 +1883,1114001,1,1,60,0,1,224012901 +1884,1114001,3,19100001,1,1,100,224012901 +1885,1217601,1,1,60,0,1,224012901 +1886,1217601,3,19100001,1,1,100,224012901 +1887,1217701,1,1,60,0,1,224012901 +1888,1217701,3,19100001,1,1,100,224012901 +1889,1217801,1,1,60,0,1,224012901 +1890,1217801,3,19100001,1,1,100,224012901 +1891,1217901,1,1,60,0,1,224012901 +1892,1217901,3,19100001,1,1,100,224012901 +1893,1218001,1,1,60,0,1,224012901 +1894,1218001,3,19100001,1,1,100,224012901 +1895,1218101,1,1,60,0,1,224012901 +1896,1218101,3,19100001,1,1,100,224012901 +1897,1100101,3,30010003,1,2,0,223120107 +1898,1100201,3,30010003,1,2,0,223120107 +1899,1100301,3,30010003,1,2,0,223120107 +1900,1100401,3,30010003,1,2,0,223120107 +1901,1100501,3,30010003,1,2,0,223120107 +1902,1100601,3,30010003,1,2,0,223120107 +1903,1100701,3,30010003,1,2,0,223120107 +1904,1100801,3,30010003,1,2,0,223120107 +1905,1100901,3,30010003,1,2,0,223120107 +1906,1101001,3,30010003,1,2,0,223120107 +1907,1101101,3,30010003,1,2,0,223120107 +1908,1101201,3,30010003,1,2,0,223120107 +1909,1101401,3,30010003,1,2,0,223120107 +1910,1101501,3,30010003,1,2,0,223120107 +1911,1101601,3,30010003,1,2,0,223120107 +1912,1101701,3,30010003,1,2,0,223120107 +1913,1101901,3,30010003,1,2,0,223120107 +1914,1102001,3,30010003,1,2,0,223120107 +1915,1102101,3,30010003,1,2,0,223120107 +1916,1102201,3,30010003,1,2,0,223120107 +1917,1102301,3,30010003,1,2,0,223120107 +1918,1102401,3,30010003,1,2,0,223120107 +1919,1102501,3,30010003,1,2,0,223120107 +1920,1102601,3,30010003,1,2,0,223120107 +1921,1102701,3,30010003,1,2,0,223120107 +1922,1102801,3,30010003,1,2,0,223120107 +1923,1102901,3,30010003,1,2,0,223120107 +1924,1103001,3,30010003,1,2,0,223120107 +1925,1103101,3,30010003,1,2,0,223120107 +1926,1103201,3,30010003,1,2,0,223120107 +1927,1103301,3,30010003,1,2,0,223120107 +1928,1103501,3,30010003,1,2,0,223120107 +1929,1103701,3,30010003,1,2,0,223120107 +1930,1103801,3,30010003,1,2,0,223120107 +1931,1103901,3,30010003,1,2,0,223120107 +1932,1104001,3,30010003,1,2,0,223120107 +1933,1104101,3,30010003,1,2,0,223120107 +1934,1104201,3,30010003,1,2,0,223120107 +1935,1104401,3,30010003,1,2,0,223120107 +1936,1104501,3,30010003,1,2,0,223120107 +1937,1104601,3,30010003,1,2,0,223120107 +1938,1104701,3,30010003,1,2,0,223120107 +1939,1104801,3,30010003,1,2,0,223120107 +1940,1104901,3,30010003,1,2,0,223120107 +1941,1105001,3,30010003,1,2,0,223120107 +1942,1105401,3,30010003,1,2,0,223120107 +1943,1105501,3,30010003,1,2,0,223120107 +1944,1105701,3,30010003,1,2,0,223120107 +1945,1105801,3,30010003,1,2,0,223120107 +1946,1105901,3,30010003,1,2,0,223120107 +1947,1106001,3,30010003,1,2,0,223120107 +1948,1106101,3,30010003,1,2,0,223120107 +1949,1106201,3,30010003,1,2,0,223120107 +1950,1106301,3,30010003,1,2,0,223120107 +1951,1106401,3,30010003,1,2,0,223120107 +1952,1106601,3,30010003,1,2,0,223120107 +1953,1106701,3,30010003,1,2,0,223120107 +1954,1106801,3,30010003,1,2,0,223120107 +1955,1106901,3,30010003,1,2,0,223120107 +1956,1107001,3,30010003,1,2,0,223120107 +1957,1107101,3,30010003,1,2,0,223120107 +1958,1107201,3,30010003,1,2,0,223120107 +1959,1107301,3,30010003,1,2,0,223120107 +1960,1107401,3,30010003,1,2,0,223120107 +1961,1107501,3,30010003,1,2,0,223120107 +1962,1107601,3,30010003,1,2,0,223120107 +1963,1107701,3,30010003,1,2,0,223120107 +1964,1107801,3,30010003,1,2,0,223120107 +1965,1107901,3,30010003,1,2,0,223120107 +1966,1108001,3,30010003,1,2,0,223120107 +1967,1108101,3,30010003,1,2,0,223120107 +1968,1108201,3,30010003,1,2,0,223120107 +1969,1108301,3,30010003,1,2,0,223120107 +1970,1108401,3,30010003,1,2,0,223120107 +1971,1108501,3,30010003,1,2,0,223120107 +1972,1108601,3,30010003,1,2,0,223120107 +1973,1108701,3,30010003,1,2,0,223120107 +1974,1108801,3,30010003,1,2,0,223120107 +1975,1108901,3,30010003,1,2,0,223120107 +1976,1109001,3,30010003,1,2,0,223120107 +1977,1109101,3,30010003,1,2,0,223120107 +1978,1109201,3,30010003,1,2,0,223120107 +1979,1109301,3,30010003,1,2,0,223120107 +1980,1109401,3,30010003,1,2,0,223120107 +1981,1109501,3,30010003,1,2,0,223120107 +1982,1109601,3,30010003,1,2,0,223120107 +1983,1109701,3,30010003,1,2,0,223120107 +1984,1109801,3,30010003,1,2,0,223120107 +1985,1109901,3,30010003,1,2,0,223120107 +1986,1110001,3,30010003,1,2,0,223120107 +1987,1110101,3,30010003,1,2,0,223120107 +1988,1110201,3,30010003,1,2,0,223120107 +1989,1110301,3,30010003,1,2,0,223120107 +1990,1110401,3,30010003,1,2,0,223120107 +1991,1110501,3,30010003,1,2,0,223120107 +1992,1110601,3,30010003,1,2,0,223120107 +1993,1110701,3,30010003,1,2,0,223120107 +1994,1110801,3,30010003,1,2,0,223120107 +1995,1110901,3,30010003,1,2,0,223120107 +1996,1111001,3,30010003,1,2,0,223120107 +1997,1111101,3,30010003,1,2,0,223120107 +1998,1111201,3,30010003,1,2,0,223120107 +1999,1111301,3,30010003,1,2,0,223120107 +2000,1111401,3,30010003,1,2,0,223120107 +2001,1111501,3,30010003,1,2,0,223120107 +2002,1111601,3,30010003,1,2,0,223120107 +2003,1111701,3,30010003,1,2,0,223120107 +2004,1111801,3,30010003,1,2,0,223120107 +2005,1111901,3,30010003,1,2,0,223120107 +2006,1112001,3,30010003,1,2,0,223120107 +2007,1112101,3,30010003,1,2,0,223120107 +2008,1112301,3,30010003,1,2,0,223120107 +2009,1112401,3,30010003,1,2,0,223120107 +2010,1112601,3,30010003,1,2,0,223120107 +2011,1112701,3,30010003,1,2,0,223120107 +2012,1112801,3,30010003,1,2,0,223120107 +2013,1112901,3,30010003,1,2,0,223120107 +2014,1113001,3,30010003,1,2,0,223120107 +2015,1113101,3,30010003,1,2,0,223120107 +2016,1200101,3,30010003,1,2,0,223120107 +2017,1200201,3,30010003,1,2,0,223120107 +2018,1200301,3,30010003,1,2,0,223120107 +2019,1200401,3,30010003,1,2,0,223120107 +2020,1200501,3,30010003,1,2,0,223120107 +2021,1200601,3,30010003,1,2,0,223120107 +2022,1200701,3,30010003,1,2,0,223120107 +2023,1200801,3,30010003,1,2,0,223120107 +2024,1200901,3,30010003,1,2,0,223120107 +2025,1201001,3,30010003,1,2,0,223120107 +2026,1201101,3,30010003,1,2,0,223120107 +2027,1201201,3,30010003,1,2,0,223120107 +2028,1201301,3,30010003,1,2,0,223120107 +2029,1201401,3,30010003,1,2,0,223120107 +2030,1201501,3,30010003,1,2,0,223120107 +2031,1201601,3,30010003,1,2,0,223120107 +2032,1201701,3,30010003,1,2,0,223120107 +2033,1201801,3,30010003,1,2,0,223120107 +2034,1201901,3,30010003,1,2,0,223120107 +2035,1202001,3,30010003,1,2,0,223120107 +2036,1202101,3,30010003,1,2,0,223120107 +2037,1202201,3,30010003,1,2,0,223120107 +2038,1202301,3,30010003,1,2,0,223120107 +2039,1202401,3,30010003,1,2,0,223120107 +2040,1202501,3,30010003,1,2,0,223120107 +2041,1202601,3,30010003,1,2,0,223120107 +2042,1202701,3,30010003,1,2,0,223120107 +2043,1202801,3,30010003,1,2,0,223120107 +2044,1202901,3,30010003,1,2,0,223120107 +2045,1203001,3,30010003,1,2,0,223120107 +2046,1203101,3,30010003,1,2,0,223120107 +2047,1203201,3,30010003,1,2,0,223120107 +2048,1203301,3,30010003,1,2,0,223120107 +2049,1203401,3,30010003,1,2,0,223120107 +2050,1203501,3,30010003,1,2,0,223120107 +2051,1203601,3,30010003,1,2,0,223120107 +2052,1203701,3,30010003,1,2,0,223120107 +2053,1203801,3,30010003,1,2,0,223120107 +2054,1203901,3,30010003,1,2,0,223120107 +2055,1204001,3,30010003,1,2,0,223120107 +2056,1204101,3,30010003,1,2,0,223120107 +2057,1204201,3,30010003,1,2,0,223120107 +2058,1204301,3,30010003,1,2,0,223120107 +2059,1204401,3,30010003,1,2,0,223120107 +2060,1204501,3,30010003,1,2,0,223120107 +2061,1204601,3,30010003,1,2,0,223120107 +2062,1204701,3,30010003,1,2,0,223120107 +2063,1204801,3,30010003,1,2,0,223120107 +2064,1204901,3,30010003,1,2,0,223120107 +2065,1205001,3,30010003,1,2,0,223120107 +2066,1205101,3,30010003,1,2,0,223120107 +2067,1205201,3,30010003,1,2,0,223120107 +2068,1205301,3,30010003,1,2,0,223120107 +2069,1205401,3,30010003,1,2,0,223120107 +2070,1205501,3,30010003,1,2,0,223120107 +2071,1205601,3,30010003,1,2,0,223120107 +2072,1205701,3,30010003,1,2,0,223120107 +2073,1205801,3,30010003,1,2,0,223120107 +2074,1205901,3,30010003,1,2,0,223120107 +2075,1206001,3,30010003,1,2,0,223120107 +2076,1206101,3,30010003,1,2,0,223120107 +2077,1206201,3,30010003,1,2,0,223120107 +2078,1206301,3,30010003,1,2,0,223120107 +2079,1206401,3,30010003,1,2,0,223120107 +2080,1206501,3,30010003,1,2,0,223120107 +2081,1206601,3,30010003,1,2,0,223120107 +2082,1206701,3,30010003,1,2,0,223120107 +2083,1206801,3,30010003,1,2,0,223120107 +2084,1206901,3,30010003,1,2,0,223120107 +2085,1207001,3,30010003,1,2,0,223120107 +2086,1207101,3,30010003,1,2,0,223120107 +2087,1207201,3,30010003,1,2,0,223120107 +2088,1207301,3,30010003,1,2,0,223120107 +2089,1207401,3,30010003,1,2,0,223120107 +2090,1207501,3,30010003,1,2,0,223120107 +2091,1207601,3,30010003,1,2,0,223120107 +2092,1207701,3,30010003,1,2,0,223120107 +2093,1207801,3,30010003,1,2,0,223120107 +2094,1207901,3,30010003,1,2,0,223120107 +2095,1208001,3,30010003,1,2,0,223120107 +2096,1208101,3,30010003,1,2,0,223120107 +2097,1208201,3,30010003,1,2,0,223120107 +2098,1208301,3,30010003,1,2,0,223120107 +2099,1208401,3,30010003,1,2,0,223120107 +2100,1208601,3,30010003,1,2,0,223120107 +2101,1208701,3,30010003,1,2,0,223120107 +2102,1208801,3,30010003,1,2,0,223120107 +2103,1208901,3,30010003,1,2,0,223120107 +2104,1209001,3,30010003,1,2,0,223120107 +2105,1209101,3,30010003,1,2,0,223120107 +2106,1209201,3,30010003,1,2,0,223120107 +2107,1209301,3,30010003,1,2,0,223120107 +2108,1209401,3,30010003,1,2,0,223120107 +2109,1209501,3,30010003,1,2,0,223120107 +2110,1209601,3,30010003,1,2,0,223120107 +2111,1209701,3,30010003,1,2,0,223120107 +2112,1209801,3,30010003,1,2,0,223120107 +2113,1209901,3,30010003,1,2,0,223120107 +2114,1210001,3,30010003,1,2,0,223120107 +2115,1210101,3,30010003,1,2,0,223120107 +2116,1210201,3,30010003,1,2,0,223120107 +2117,1210301,3,30010003,1,2,0,223120107 +2118,1210401,3,30010003,1,2,0,223120107 +2119,1210501,3,30010003,1,2,0,223120107 +2120,1210601,3,30010003,1,2,0,223120107 +2121,1210701,3,30010003,1,2,0,223120107 +2122,1210801,3,30010003,1,2,0,223120107 +2123,1210901,3,30010003,1,2,0,223120107 +2124,1211101,3,30010003,1,2,0,223120107 +2125,1211201,3,30010003,1,2,0,223120107 +2126,1211301,3,30010003,1,2,0,223120107 +2127,1211401,3,30010003,1,2,0,223120107 +2128,1211501,3,30010003,1,2,0,223120107 +2129,1211601,3,30010003,1,2,0,223120107 +2130,1211701,3,30010003,1,2,0,223120107 +2131,1211801,3,30010003,1,2,0,223120107 +2132,1211901,3,30010003,1,2,0,223120107 +2133,1212001,3,30010003,1,2,0,223120107 +2134,1212101,3,30010003,1,2,0,223120107 +2135,1212201,3,30010003,1,2,0,223120107 +2136,1212301,3,30010003,1,2,0,223120107 +2137,1212401,3,30010003,1,2,0,223120107 +2138,1212501,3,30010003,1,2,0,223120107 +2139,1212601,3,30010003,1,2,0,223120107 +2140,1212701,3,30010003,1,2,0,223120107 +2141,1212801,3,30010003,1,2,0,223120107 +2142,1212901,3,30010003,1,2,0,223120107 +2143,1213001,3,30010003,1,2,0,223120107 +2144,1213101,3,30010003,1,2,0,223120107 +2145,1213201,3,30010003,1,2,0,223120107 +2146,1213301,3,30010003,1,2,0,223120107 +2147,1213401,3,30010003,1,2,0,223120107 +2148,1213501,3,30010003,1,2,0,223120107 +2149,1213601,3,30010003,1,2,0,223120107 +2150,1213701,3,30010003,1,2,0,223120107 +2151,1213801,3,30010003,1,2,0,223120107 +2152,1214201,3,30010003,1,2,0,223120107 +2153,1214301,3,30010003,1,2,0,223120107 +2154,1214401,3,30010003,1,2,0,223120107 +2155,1214501,3,30010003,1,2,0,223120107 +2156,1214601,3,30010003,1,2,0,223120107 +2157,1214701,3,30010003,1,2,0,223120107 +2158,1214801,3,30010003,1,2,0,223120107 +2159,1214901,3,30010003,1,2,0,223120107 +2160,1215001,3,30010003,1,2,0,223120107 +2161,1215101,3,30010003,1,2,0,223120107 +2162,1215201,3,30010003,1,2,0,223120107 +2163,1215301,3,30010003,1,2,0,223120107 +2164,1215401,3,30010003,1,2,0,223120107 +2165,1215601,3,30010003,1,2,0,223120107 +2166,1215701,3,30010003,1,2,0,223120107 +2167,1215801,3,30010003,1,2,0,223120107 +2168,1215901,3,30010003,1,2,0,223120107 +2169,1216001,3,30010003,1,2,0,223120107 +2170,1216101,3,30010003,1,2,0,223120107 +2171,1216201,3,30010003,1,2,0,223120107 +2172,1216301,3,30010003,1,2,0,223120107 +2173,1216401,3,30010003,1,2,0,223120107 +2174,1216501,3,30010003,1,2,0,223120107 +2175,1216601,3,30010003,1,2,0,223120107 +2176,1216701,3,30010003,1,2,0,223120107 +2177,1216801,3,30010003,1,2,0,223120107 +2178,1216901,3,30010003,1,2,0,223120107 +2179,1217001,3,30010003,1,2,0,223120107 +2180,1217101,3,30010003,1,2,0,223120107 +2181,1217201,3,30010003,1,2,0,223120107 +2182,1217301,3,30010003,1,2,0,223120107 +2183,1217401,3,30010003,1,2,0,223120107 +2184,1217501,3,30010003,1,2,0,223120107 +2185,1300101,3,30010003,1,2,0,223120107 +2186,1300201,3,30010003,1,2,0,223120107 +2187,1300301,3,30010003,1,2,0,223120107 +2188,1300401,3,30010003,1,2,0,223120107 +2189,1300501,3,30010003,1,2,0,223120107 +2190,1300601,3,30010003,1,2,0,223120107 +2191,1300701,3,30010003,1,2,0,223120107 +2192,1300801,3,30010003,1,2,0,223120107 +2193,1300901,3,30010003,1,2,0,223120107 +2194,1301001,3,30010003,1,2,0,223120107 +2195,1301101,3,30010003,1,2,0,223120107 +2196,1301201,3,30010003,1,2,0,223120107 +2197,1301301,3,30010003,1,2,0,223120107 +2198,1301401,3,30010003,1,2,0,223120107 +2199,1301501,3,30010003,1,2,0,223120107 +2200,1301601,3,30010003,1,2,0,223120107 +2201,1301701,3,30010003,1,2,0,223120107 +2202,1301801,3,30010003,1,2,0,223120107 +2203,1301901,3,30010003,1,2,0,223120107 +2204,1302001,3,30010003,1,2,0,223120107 +2205,1302101,3,30010003,1,2,0,223120107 +2206,1302201,3,30010003,1,2,0,223120107 +2207,1302301,3,30010003,1,2,0,223120107 +2208,1302401,3,30010003,1,2,0,223120107 +2209,1302501,3,30010003,1,2,0,223120107 +2210,1302601,3,30010003,1,2,0,223120107 +2211,1302701,3,30010003,1,2,0,223120107 +2212,1302801,3,30010003,1,2,0,223120107 +2213,1302901,3,30010003,1,2,0,223120107 +2214,1303001,3,30010003,1,2,0,223120107 +2215,1303101,3,30010003,1,2,0,223120107 +2216,1303201,3,30010003,1,2,0,223120107 +2217,1303401,3,30010003,1,2,0,223120107 +2218,1303501,3,30010003,1,2,0,223120107 +2219,1303601,3,30010003,1,2,0,223120107 +2220,1303701,3,30010003,1,2,0,223120107 +2221,1303801,3,30010003,1,2,0,223120107 +2222,1303901,3,30010003,1,2,0,223120107 +2223,1304001,3,30010003,1,2,0,223120107 +2224,1304101,3,30010003,1,2,0,223120107 +2225,1304201,3,30010003,1,2,0,223120107 +2226,1304301,3,30010003,1,2,0,223120107 +2227,1304401,3,30010003,1,2,0,223120107 +2228,1304501,3,30010003,1,2,0,223120107 +2229,1304601,3,30010003,1,2,0,223120107 +2230,1304701,3,30010003,1,2,0,223120107 +2231,1304801,3,30010003,1,2,0,223120107 +2232,1304901,3,30010003,1,2,0,223120107 +2233,1305001,3,30010003,1,2,0,223120107 +2234,1305101,3,30010003,1,2,0,223120107 +2235,1305201,3,30010003,1,2,0,223120107 +2236,1305301,3,30010003,1,2,0,223120107 +2237,1305401,3,30010003,1,2,0,223120107 +2238,1305501,3,30010003,1,2,0,223120107 +2239,1305601,3,30010003,1,2,0,223120107 +2240,1305701,3,30010003,1,2,0,223120107 +2241,1305801,3,30010003,1,2,0,223120107 +2242,1305901,3,30010003,1,2,0,223120107 +2243,1306001,3,30010003,1,2,0,223120107 +2244,1306101,3,30010003,1,2,0,223120107 +2245,1306201,3,30010003,1,2,0,223120107 +2246,1306301,3,30010003,1,2,0,223120107 +2247,1306401,3,30010003,1,2,0,223120107 +2248,1306501,3,30010003,1,2,0,223120107 +2249,1306601,3,30010003,1,2,0,223120107 +2250,1306701,3,30010003,1,2,0,223120107 +2251,1306801,3,30010003,1,2,0,223120107 +2252,1306901,3,30010003,1,2,0,223120107 +2253,1307001,3,30010003,1,2,0,223120107 +2254,1307101,3,30010003,1,2,0,223120107 +2255,1307201,3,30010003,1,2,0,223120107 +2256,1307301,3,30010003,1,2,0,223120107 +2257,1307401,3,30010003,1,2,0,223120107 +2258,1307501,3,30010003,1,2,0,223120107 +2259,1307601,3,30010003,1,2,0,223120107 +2260,1307701,3,30010003,1,2,0,223120107 +2261,1307801,3,30010003,1,2,0,223120107 +2262,1307901,3,30010003,1,2,0,223120107 +2263,1308001,3,30010003,1,2,0,223120107 +2264,1308101,3,30010003,1,2,0,223120107 +2265,1308201,3,30010003,1,2,0,223120107 +2266,1308301,3,30010003,1,2,0,223120107 +2267,1308401,3,30010003,1,2,0,223120107 +2268,1308501,3,30010003,1,2,0,223120107 +2269,1308601,3,30010003,1,2,0,223120107 +2270,1308701,3,30010003,1,2,0,223120107 +2271,1308801,3,30010003,1,2,0,223120107 +2272,1308901,3,30010003,1,2,0,223120107 +2273,1309001,3,30010003,1,2,0,223120107 +2274,1309101,3,30010003,1,2,0,223120107 +2275,1309201,3,30010003,1,2,0,223120107 +2276,1309401,3,30010003,1,2,0,223120107 +2277,1309501,3,30010003,1,2,0,223120107 +2278,1309601,3,30010003,1,2,0,223120107 +2279,1309701,3,30010003,1,2,0,223120107 +2280,1309801,3,30010003,1,2,0,223120107 +2281,1309901,3,30010003,1,2,0,223120107 +2282,1310001,3,30010003,1,2,0,223120107 +2283,1310101,3,30010003,1,2,0,223120107 +2284,1310201,3,30010003,1,2,0,223120107 +2285,1310301,3,30010003,1,2,0,223120107 +2286,1310401,3,30010003,1,2,0,223120107 +2287,1310501,3,30010003,1,2,0,223120107 +2288,1310601,3,30010003,1,2,0,223120107 +2289,1310701,3,30010003,1,2,0,223120107 +2290,1310801,3,30010003,1,2,0,223120107 +2291,1310901,3,30010003,1,2,0,223120107 +2292,1311001,3,30010003,1,2,0,223120107 +2293,1311101,3,30010003,1,2,0,223120107 +2294,1311201,3,30010003,1,2,0,223120107 +2295,1311301,3,30010003,1,2,0,223120107 +2296,1311401,3,30010003,1,2,0,223120107 +2297,1311501,3,30010003,1,2,0,223120107 +2298,1311601,3,30010003,1,2,0,223120107 +2299,1311701,3,30010003,1,2,0,223120107 +2300,1311801,3,30010003,1,2,0,223120107 +2301,1311901,3,30010003,1,2,0,223120107 +2302,1312101,3,30010003,1,2,0,223120107 +2303,1312201,3,30010003,1,2,0,223120107 +2304,1312301,3,30010003,1,2,0,223120107 +2305,1312401,3,30010003,1,2,0,223120107 +2306,1312501,3,30010003,1,2,0,223120107 +2307,1312601,3,30010003,1,2,0,223120107 +2308,1312701,3,30010003,1,2,0,223120107 +2309,1312801,3,30010003,1,2,0,223120107 +2310,1312901,3,30010003,1,2,0,223120107 +2311,1313401,3,30010003,1,2,0,223120107 +2312,1313501,3,30010003,1,2,0,223120107 +2313,1313601,3,30010003,1,2,0,223120107 +2314,1313701,3,30010003,1,2,0,223120107 +2315,1313801,3,30010003,1,2,0,223120107 +2316,1313901,3,30010003,1,2,0,223120107 +2317,1314001,3,30010003,1,2,0,223120107 +2318,1314101,3,30010003,1,2,0,223120107 +2319,1314201,3,30010003,1,2,0,223120107 +2320,1314301,3,30010003,1,2,0,223120107 +2321,1314401,3,30010003,1,2,0,223120107 +2322,1314501,3,30010003,1,2,0,223120107 +2323,1314601,3,30010003,1,2,0,223120107 +2324,1314701,3,30010003,1,2,0,223120107 +2325,1314801,3,30010003,1,2,0,223120107 +2326,1314901,3,30010003,1,2,0,223120107 +2327,1315001,3,30010003,1,2,0,223120107 +2328,1315101,3,30010003,1,2,0,223120107 +2329,1315201,3,30010003,1,2,0,223120107 +2330,1315301,3,30010003,1,2,0,223120107 +2331,1400101,3,30010003,1,2,0,223120107 +2332,1400201,3,30010003,1,2,0,223120107 +2333,1400301,3,30010003,1,2,0,223120107 +2334,1400401,3,30010003,1,2,0,223120107 +2335,1400501,3,30010003,1,2,0,223120107 +2336,1400601,3,30010003,1,2,0,223120107 +2337,1400701,3,30010003,1,2,0,223120107 +2338,1400801,3,30010003,1,2,0,223120107 +2339,1400901,3,30010003,1,2,0,223120107 +2340,1401001,3,30010003,1,2,0,223120107 +2341,1401101,3,30010003,1,2,0,223120107 +2342,1401201,3,30010003,1,2,0,223120107 +2343,1401301,3,30010003,1,2,0,223120107 +2344,1401401,3,30010003,1,2,0,223120107 +2345,1401501,3,30010003,1,2,0,223120107 +2346,1401601,3,30010003,1,2,0,223120107 +2347,1401701,3,30010003,1,2,0,223120107 +2348,1401801,3,30010003,1,2,0,223120107 +2349,1401901,3,30010003,1,2,0,223120107 +2350,1402001,3,30010003,1,2,0,223120107 +2351,1402101,3,30010003,1,2,0,223120107 +2352,1402201,3,30010003,1,2,0,223120107 +2353,1402301,3,30010003,1,2,0,223120107 +2354,1402401,3,30010003,1,2,0,223120107 +2355,1402501,3,30010003,1,2,0,223120107 +2356,1402601,3,30010003,1,2,0,223120107 +2357,1402701,3,30010003,1,2,0,223120107 +2358,1402801,3,30010003,1,2,0,223120107 +2359,1403001,3,30010003,1,2,0,223120107 +2360,1403101,3,30010003,1,2,0,223120107 +2361,1403201,3,30010003,1,2,0,223120107 +2362,1403301,3,30010003,1,2,0,223120107 +2363,1403401,3,30010003,1,2,0,223120107 +2364,1403501,3,30010003,1,2,0,223120107 +2365,1403601,3,30010003,1,2,0,223120107 +2366,1403701,3,30010003,1,2,0,223120107 +2367,1403801,3,30010003,1,2,0,223120107 +2368,1403901,3,30010003,1,2,0,223120107 +2369,1404001,3,30010003,1,2,0,223120107 +2370,1404101,3,30010003,1,2,0,223120107 +2371,1404201,3,30010003,1,2,0,223120107 +2372,1404301,3,30010003,1,2,0,223120107 +2373,1404401,3,30010003,1,2,0,223120107 +2374,1404501,3,30010003,1,2,0,223120107 +2375,1404601,3,30010003,1,2,0,223120107 +2376,1404701,3,30010003,1,2,0,223120107 +2377,1404801,3,30010003,1,2,0,223120107 +2378,1404901,3,30010003,1,2,0,223120107 +2379,1405001,3,30010003,1,2,0,223120107 +2380,1405101,3,30010003,1,2,0,223120107 +2381,1405201,3,30010003,1,2,0,223120107 +2382,1405301,3,30010003,1,2,0,223120107 +2383,1405401,3,30010003,1,2,0,223120107 +2384,1405501,3,30010003,1,2,0,223120107 +2385,1405601,3,30010003,1,2,0,223120107 +2386,1405701,3,30010003,1,2,0,223120107 +2387,1405901,3,30010003,1,2,0,223120107 +2388,1406001,3,30010003,1,2,0,223120107 +2389,1406101,3,30010003,1,2,0,223120107 +2390,1406401,3,30010003,1,2,0,223120107 +2391,1406501,3,30010003,1,2,0,223120107 +2392,1406601,3,30010003,1,2,0,223120107 +2393,1406701,3,30010003,1,2,0,223120107 +2394,1406801,3,30010003,1,2,0,223120107 +2395,1406901,3,30010003,1,2,0,223120107 +2396,1407101,3,30010003,1,2,0,223120107 +2397,1407301,3,30010003,1,2,0,223120107 +2398,1407401,3,30010003,1,2,0,223120107 +2399,1407501,3,30010003,1,2,0,223120107 +2400,1407601,3,30010003,1,2,0,223120107 +2401,1407701,3,30010003,1,2,0,223120107 +2402,1407801,3,30010003,1,2,0,223120107 +2403,1407901,3,30010003,1,2,0,223120107 +2404,1408001,3,30010003,1,2,0,223120107 +2405,1408101,3,30010003,1,2,0,223120107 +2406,1408201,3,30010003,1,2,0,223120107 +2407,1408301,3,30010003,1,2,0,223120107 +2408,1408401,3,30010003,1,2,0,223120107 +2409,1408501,3,30010003,1,2,0,223120107 +2410,1408601,3,30010003,1,2,0,223120107 +2411,1408701,3,30010003,1,2,0,223120107 +2412,1408801,3,30010003,1,2,0,223120107 +2413,1408901,3,30010003,1,2,0,223120107 +2414,1409001,3,30010003,1,2,0,223120107 +2415,1409101,3,30010003,1,2,0,223120107 +2416,1409201,3,30010003,1,2,0,223120107 +2417,1409401,3,30010003,1,2,0,223120107 +2418,1409501,3,30010003,1,2,0,223120107 +2419,1409601,3,30010003,1,2,0,223120107 +2420,1409701,3,30010003,1,2,0,223120107 +2421,1409801,3,30010003,1,2,0,223120107 +2422,1409901,3,30010003,1,2,0,223120107 +2423,1410001,3,30010003,1,2,0,223120107 +2424,1410101,3,30010003,1,2,0,223120107 +2425,1410201,3,30010003,1,2,0,223120107 +2426,1410301,3,30010003,1,2,0,223120107 +2427,1410401,3,30010003,1,2,0,223120107 +2428,1410501,3,30010003,1,2,0,223120107 +2429,1410601,3,30010003,1,2,0,223120107 +2430,1410701,3,30010003,1,2,0,223120107 +2431,1410801,3,30010003,1,2,0,223120107 +2432,1411001,3,30010003,1,2,0,223120107 +2433,1411101,3,30010003,1,2,0,223120107 +2434,1411201,3,30010003,1,2,0,223120107 +2435,1411301,3,30010003,1,2,0,223120107 +2436,1411401,3,30010003,1,2,0,223120107 +2437,1411501,3,30010003,1,2,0,223120107 +2438,1411601,3,30010003,1,2,0,223120107 +2439,1500101,3,30010003,1,2,0,223120107 +2440,1500201,3,30010003,1,2,0,223120107 +2441,1500301,3,30010003,1,2,0,223120107 +2442,1500401,3,30010003,1,2,0,223120107 +2443,1500501,3,30010003,1,2,0,223120107 +2444,1500601,3,30010003,1,2,0,223120107 +2445,1500701,3,30010003,1,2,0,223120107 +2446,1500801,3,30010003,1,2,0,223120107 +2447,1500901,3,30010003,1,2,0,223120107 +2448,1501001,3,30010003,1,2,0,223120107 +2449,1501101,3,30010003,1,2,0,223120107 +2450,1501201,3,30010003,1,2,0,223120107 +2451,1501301,3,30010003,1,2,0,223120107 +2452,1501401,3,30010003,1,2,0,223120107 +2453,1501501,3,30010003,1,2,0,223120107 +2454,1501601,3,30010003,1,2,0,223120107 +2455,1501701,3,30010003,1,2,0,223120107 +2456,1501801,3,30010003,1,2,0,223120107 +2457,1501901,3,30010003,1,2,0,223120107 +2458,1502001,3,30010003,1,2,0,223120107 +2459,1502101,3,30010003,1,2,0,223120107 +2460,1600101,3,30010003,1,2,0,223120107 +2461,1600201,3,30010003,1,2,0,223120107 +2462,1600301,3,30010003,1,2,0,223120107 +2463,1600401,3,30010003,1,2,0,223120107 +2464,1600501,3,30010003,1,2,0,223120107 +2465,1600601,3,30010003,1,2,0,223120107 +2466,1600701,3,30010003,1,2,0,223120107 +2467,1600801,3,30010003,1,2,0,223120107 +2468,1600901,3,30010003,1,2,0,223120107 +2469,1601001,3,30010003,1,2,0,223120107 +2470,1900101,3,30010003,1,2,0,223120107 +2471,1900201,3,30010003,1,2,0,223120107 +2472,1900301,3,30010003,1,2,0,223120107 +2473,1900401,3,30010003,1,2,0,223120107 +2474,1900501,3,30010003,1,2,0,223120107 +2475,1900601,3,30010003,1,2,0,223120107 +2476,1900701,3,30010003,1,2,0,223120107 +2477,1900801,3,30010003,1,2,0,223120107 +2478,1900901,3,30010003,1,2,0,223120107 +2479,1901001,3,30010003,1,2,0,223120107 +2480,1901101,3,30010003,1,2,0,223120107 +2481,1901201,3,30010003,1,2,0,223120107 +2482,1901301,3,30010003,1,2,0,223120107 +2483,1901401,3,30010003,1,2,0,223120107 +2484,1901501,3,30010003,1,2,0,223120107 +2485,1901601,3,30010003,1,2,0,223120107 +2486,1901701,3,30010003,1,2,0,223120107 +2487,1901801,3,30010003,1,2,0,223120107 +2488,1901901,3,30010003,1,2,0,223120107 +2489,1902001,3,30010003,1,2,0,223120107 +2490,1902101,3,30010003,1,2,0,223120107 +2491,1902201,3,30010003,1,2,0,223120107 +2492,1902301,3,30010003,1,2,0,223120107 +2493,1902401,3,30010003,1,2,0,223120107 +2494,1902501,3,30010003,1,2,0,223120107 +2495,1902601,3,30010003,1,2,0,223120107 +2496,1902701,3,30010003,1,2,0,223120107 +2497,1902801,3,30010003,1,2,0,223120107 +2498,1902901,3,30010003,1,2,0,223120107 +2499,1903001,3,30010003,1,2,0,223120107 +2500,1903101,3,30010003,1,2,0,223120107 +2501,1903201,3,30010003,1,2,0,223120107 +2502,1502501,3,30010003,1,2,0,223120107 +2503,1502601,3,30010003,1,2,0,223120107 +2504,1502901,3,30010003,1,2,0,223120107 +2505,1503101,3,30010003,1,2,0,223120107 +2506,1502201,3,30010003,1,2,0,223120505 +2507,1502301,3,30010003,1,2,0,223120505 +2508,1601101,3,30010003,1,2,0,223121803 +2509,1601201,3,30010003,1,2,0,223121803 +2510,1315401,1,1,60,0,1,224010111 +2511,1315401,3,19100001,1,1,100,224010111 +2512,1315501,1,1,60,0,1,224010111 +2513,1315501,3,19100001,1,1,100,224010111 +2514,1411701,1,1,60,0,1,224012006 +2515,1411701,3,19100001,1,1,100,224012006 +2516,1411801,1,1,60,0,1,224012006 +2517,1411801,3,19100001,1,1,100,224012006 +2518,1502401,1,1,60,0,1,224011107 +2519,1502401,3,19100001,1,1,100,224011107 +2520,1502701,1,1,60,0,1,224011107 +2521,1502701,3,19100001,1,1,100,224011107 +2522,1502801,1,1,60,0,1,224011107 +2523,1502801,3,19100001,1,1,100,224011107 +2524,1503001,1,1,60,0,1,224011107 +2525,1503001,3,19100001,1,1,100,224011107 +2526,1411901,1,1,60,0,1,224021202 +2527,1411901,3,19100001,1,1,100,224021202 diff --git a/src/router/databases/csv/live_combo.csv b/src/router/databases/csv/live_combo.csv new file mode 100644 index 0000000..7b71156 --- /dev/null +++ b/src/router/databases/csv/live_combo.csv @@ -0,0 +1,8 @@ +_comboNum,_scoreUpRate,_masterReleaseLabelId +0,0,1 +51,0.1,1 +101,0.15,1 +201,0.2,1 +401,0.25,1 +601,0.3,1 +800,0.35,1 diff --git a/src/router/databases/csv/live_condition.csv b/src/router/databases/csv/live_condition.csv new file mode 100644 index 0000000..f17f4f9 --- /dev/null +++ b/src/router/databases/csv/live_condition.csv @@ -0,0 +1 @@ +_masterLiveId,_number,_detail,_type,_values,_amount,_compareType,_masterReleaseLabelId diff --git a/src/router/databases/csv/live_effect_value.csv b/src/router/databases/csv/live_effect_value.csv new file mode 100644 index 0000000..c18b2cd --- /dev/null +++ b/src/router/databases/csv/live_effect_value.csv @@ -0,0 +1,2 @@ +_id,_effectObjectName,_baseColor,_changeColor,_masterReleaseLabelId +9999,9999,#FF70FB,#FFC170,1 diff --git a/src/router/databases/csv/live_input_result.csv b/src/router/databases/csv/live_input_result.csv new file mode 100644 index 0000000..42fd307 --- /dev/null +++ b/src/router/databases/csv/live_input_result.csv @@ -0,0 +1,6 @@ +_type,_offsetTimeSec,_offsetTimeSecSlider,_scoreCoeff,_lifeDamage,_midpointLifeDamage,_bombLifeDamage,_enableCombo,_masterReleaseLabelId +1,0.043,0.3,1,0,0,0,1,1 +2,0.105,0.32,0.88,0,0,0,1,1 +3,0.135,0.33,0.8,0,0,1,0,1 +4,0.15,0.34,0.4,1,1,2,0,1 +5,0,0,0,2,2,4,0,1 diff --git a/src/router/databases/csv/live_lane_skin.csv b/src/router/databases/csv/live_lane_skin.csv new file mode 100644 index 0000000..88cbaf8 --- /dev/null +++ b/src/router/databases/csv/live_lane_skin.csv @@ -0,0 +1,6 @@ +_id,_lanePath,_masterReleaseLabelId +1,LaneAtlas_Type1,1 +2,LaneAtlas_Type2,1 +3,LaneAtlas_Type3,1 +4,LaneAtlas_Type4,1 +5,LaneAtlas_Type5,1 diff --git a/src/router/databases/csv/live_mission.csv b/src/router/databases/csv/live_mission.csv new file mode 100644 index 0000000..4f384e6 --- /dev/null +++ b/src/router/databases/csv/live_mission.csv @@ -0,0 +1,21 @@ +_id,_type,_level,_value,_masterLiveMissionRewardId,_masterReleaseLabelId +1,1,0,C,140000001,1 +2,1,0,B,140000002,1 +3,1,0,A,140000003,1 +4,1,0,S,140000004,1 +11,2,0,0,140000011,1 +12,2,0,1,140000012,1 +13,2,0,2,140000013,1 +14,2,0,3,140000014,1 +21,3,1,,140000021,1 +22,3,2,,140000022,1 +23,3,3,,140000023,1 +24,3,4,,140000024,1 +31,4,0,5,140000031,1 +32,4,0,10,140000032,1 +33,4,0,30,140000033,1 +34,4,0,50,140000034,1 +41,5,1,,0,1 +42,5,2,,0,1 +43,5,3,,0,1 +44,5,4,,0,1 diff --git a/src/router/databases/csv/live_mission_combo.csv b/src/router/databases/csv/live_mission_combo.csv new file mode 100644 index 0000000..7be077e --- /dev/null +++ b/src/router/databases/csv/live_mission_combo.csv @@ -0,0 +1,638 @@ +_masterMusicId,_valueList,_masterReleaseLabelId +1001,"139,279,418,558",1 +1002,"171,341,512,682",1 +1003,"173,346,519,692",1 +1004,"125,249,374,498",1 +1005,"146,293,439,586",1 +1006,"130,259,389,518",1 +1007,"166,332,499,665",1 +1008,"136,272,409,545",1 +1009,"170,340,511,681",1 +1010,"134,268,403,537",1 +1011,"175,351,526,702",1 +1012,"160,320,480,640",1 +1014,"140,280,421,561",1 +1015,"122,244,365,487",1 +1016,"142,284,427,569",1 +1017,"142,283,425,566",1 +1019,"128,256,384,512",1 +1020,"185,370,554,739",1 +1021,"192,384,576,768",1 +1022,"131,263,394,526",1 +1023,"151,302,452,603",1 +1024,"149,298,447,596",1 +1025,"151,302,453,604",1 +1026,"138,276,415,553",1 +1027,"123,246,370,493",1 +1028,"154,308,463,617",1 +1029,"144,289,433,578",1 +1030,"161,321,482,642",1 +1031,"158,317,475,634",1 +1032,"134,268,402,536",1 +1033,"160,321,481,642",1 +1035,"123,246,370,493",1 +1037,"158,317,475,634",1 +1038,"132,263,395,526",1 +1039,"152,304,457,609",1 +1040,"109,217,326,434",1 +1041,"199,398,596,795",1 +1042,"162,323,485,646",1 +1044,"110,219,329,438",1 +1045,"138,275,413,550",1 +1046,"89,179,268,358",1 +1047,"90,181,271,362",1 +1048,"110,220,331,441",1 +1049,"139,278,418,557",1 +1050,"129,258,387,516",1 +1054,"139,278,417,556",1 +1055,"136,271,407,542",1 +1057,"198,396,595,793",1 +1058,"150,300,450,600",1 +1059,"173,346,518,691",1 +1060,"139,279,418,558",1 +1061,"190,381,571,762",1 +1062,"144,288,431,575",1 +1063,"131,262,392,523",1 +1064,"123,246,370,493",1 +1066,"122,243,365,486",1 +1067,"88,176,263,351",1 +1068,"127,253,380,506",1 +1069,"118,236,353,471",1 +1070,"158,316,474,632",1 +1071,"101,202,303,404",1 +1072,"136,271,407,542",1 +1073,"158,316,475,633",1 +1074,"122,244,365,487",1 +1075,"138,276,414,552",1 +1076,"135,270,405,540",1 +1077,"180,360,541,721",1 +1078,"169,337,506,674",1 +1079,"127,254,380,507",1 +1080,"112,224,337,449",1 +1081,"147,294,441,588",1 +1082,"154,308,463,617",1 +1083,"113,225,338,450",1 +1084,"141,282,424,565",1 +1085,"88,177,265,354",1 +1086,"212,424,637,849",1 +1087,"120,240,360,480",1 +1088,"128,256,383,511",1 +1089,"190,380,569,759",1 +1090,"126,251,377,502",1 +1091,"144,288,431,575",1 +1092,"97,194,290,387",1 +1093,"115,230,345,460",1 +1094,"88,175,263,350",1 +1095,"173,346,520,693",1 +1096,"120,240,360,480",1 +1097,"164,328,493,657",1 +1098,"91,183,274,366",1 +1099,"125,251,376,502",1 +1100,"150,300,450,600",1 +1101,"162,324,485,647",1 +1102,"161,322,483,644",1 +1103,"106,212,317,423",1 +1104,"157,314,472,629",1 +1105,"133,267,400,534",1 +1106,"162,323,485,646",1 +1107,"168,336,505,673",1 +1108,"165,329,494,658",1 +1109,"139,278,416,555",1 +1110,"141,283,424,566",1 +1111,"102,204,305,407",1 +1112,"183,366,549,732",1 +1113,"140,281,421,562",1 +1114,"162,325,487,650",1 +1115,"163,326,489,652",1 +1116,"137,274,411,548",1 +1117,"199,397,596,794",1 +1118,"145,290,434,579",1 +1119,"126,252,377,503",1 +1120,"147,294,441,588",1 +1121,"163,325,488,650",1 +1123,"132,263,395,526",1 +1124,"135,270,406,541",1 +1126,"175,349,524,698",1 +1127,"146,292,439,585",1 +1128,"128,256,384,512",1 +1129,"147,294,441,588",1 +1130,"148,295,443,590",1 +1131,"92,183,275,366",1 +1132,"106,212,319,425",224012901 +1133,"130,260,390,520",224012901 +1134,"123,246,368,491",224012901 +1135,"92,184,277,369",224012901 +1136,"94,188,281,375",224012901 +1137,"92,184,277,369",224012901 +1138,"106,212,317,423",224012901 +1139,"150,299,449,598",224012901 +1140,"128,257,385,514",224012901 +2001,"158,316,475,633",1 +2002,"114,229,343,458",1 +2003,"118,236,353,471",1 +2004,"69,138,208,277",1 +2005,"123,247,370,494",1 +2006,"75,150,224,299",1 +2007,"99,198,296,395",1 +2008,"75,149,224,298",1 +2009,"67,134,200,267",1 +2010,"74,148,223,297",1 +2011,"100,200,300,400",1 +2012,"104,207,311,414",1 +2013,"88,176,263,351",1 +2014,"87,175,262,350",1 +2015,"137,274,412,549",1 +2016,"74,147,221,294",1 +2017,"91,182,273,364",1 +2018,"88,176,263,351",1 +2019,"76,153,229,306",1 +2020,"76,152,228,304",1 +2021,"99,198,298,397",1 +2022,"83,167,250,334",1 +2023,"87,174,261,348",1 +2024,"96,192,287,383",1 +2025,"90,179,269,358",1 +2026,"86,172,257,343",1 +2027,"91,183,274,366",1 +2028,"81,162,243,324",1 +2029,"131,261,392,522",1 +2030,"125,250,376,501",1 +2031,"143,286,430,573",1 +2032,"146,291,437,582",1 +2033,"168,336,504,672",1 +2034,"135,270,404,539",1 +2035,"145,289,434,578",1 +2036,"151,302,452,603",1 +2037,"146,291,437,582",1 +2038,"151,303,454,606",1 +2039,"180,360,540,720",1 +2040,"156,312,468,624",1 +2041,"108,217,325,434",1 +2042,"154,307,461,614",1 +2043,"125,250,376,501",1 +2044,"138,277,415,554",1 +2045,"127,254,380,507",1 +2046,"139,278,418,557",1 +2047,"109,219,328,438",1 +2048,"159,318,478,637",1 +2049,"200,401,601,802",1 +2050,"188,376,565,753",1 +2051,"200,400,599,799",1 +2052,"160,320,481,641",1 +2053,"150,299,449,598",1 +2054,"131,261,392,522",1 +2055,"150,299,449,598",1 +2056,"162,325,487,650",1 +2057,"119,238,357,476",1 +2058,"134,267,401,534",1 +2059,"122,243,365,486",1 +2060,"99,199,298,398",1 +2061,"108,215,323,430",1 +2062,"192,384,577,769",1 +2063,"129,258,386,515",1 +2064,"121,243,364,486",1 +2065,"133,266,400,533",1 +2066,"108,215,323,430",1 +2067,"159,318,478,637",1 +2068,"139,278,418,557",1 +2069,"144,289,433,578",1 +2070,"115,229,344,458",1 +2071,"111,222,334,445",1 +2072,"125,250,375,500",1 +2073,"123,246,370,493",1 +2074,"158,315,473,630",1 +2075,"122,245,367,490",1 +2076,"88,176,264,352",1 +2077,"187,373,560,746",1 +2078,"142,284,425,567",1 +2079,"159,318,477,636",1 +2080,"126,252,378,504",1 +2081,"171,342,512,683",1 +2082,"139,278,417,556",1 +2083,"144,289,433,578",1 +2084,"129,258,386,515",1 +2086,"154,309,463,618",1 +2087,"137,274,412,549",1 +2088,"178,356,533,711",1 +2089,"150,300,449,599",1 +2090,"121,241,362,482",1 +2091,"133,265,398,530",1 +2092,"114,227,341,454",1 +2093,"155,311,466,622",1 +2094,"133,266,400,533",1 +2095,"161,322,483,644",1 +2096,"136,272,409,545",1 +2097,"123,246,369,492",1 +2098,"131,263,394,526",1 +2099,"118,236,353,471",1 +2100,"108,216,323,431",1 +2101,"89,178,267,356",1 +2102,"143,287,430,574",1 +2103,"134,267,401,534",1 +2104,"158,317,475,634",1 +2105,"119,237,356,474",1 +2106,"89,178,266,355",1 +2107,"152,305,457,610",1 +2108,"106,212,318,424",1 +2109,"154,308,461,615",1 +2111,"164,328,492,656",1 +2112,"100,200,300,400",1 +2113,"200,400,599,799",1 +2114,"95,190,285,380",1 +2115,"128,257,385,514",1 +2116,"138,276,415,553",1 +2117,"114,228,343,457",1 +2118,"164,328,492,656",1 +2119,"138,276,415,553",1 +2120,"114,227,341,454",1 +2121,"153,306,459,612",1 +2122,"165,330,496,661",1 +2123,"157,315,472,630",1 +2124,"158,316,473,631",1 +2125,"135,270,406,541",1 +2126,"102,204,306,408",1 +2127,"115,230,346,461",1 +2128,"126,251,377,502",1 +2129,"105,211,316,422",1 +2130,"73,146,218,291",1 +2131,"131,262,392,523",1 +2132,"87,174,261,348",1 +2133,"142,284,426,568",1 +2134,"112,224,337,449",1 +2135,"133,265,398,530",1 +2136,"87,174,261,348",1 +2137,"73,146,219,292",1 +2138,"103,206,309,412",1 +2142,"139,278,416,555",1 +2143,"93,186,280,373",1 +2144,"103,207,310,414",1 +2145,"132,265,397,530",1 +2146,"128,256,384,512",1 +2147,"100,200,299,399",1 +2148,"89,179,268,358",1 +2149,"75,149,224,298",1 +2150,"94,188,283,377",1 +2151,"89,178,267,356",1 +2152,"78,156,233,311",1 +2153,"99,197,296,394",1 +2154,"86,173,259,346",1 +2156,"71,142,214,285",1 +2157,"95,190,286,381",1 +2158,"120,240,360,480",1 +2159,"73,145,218,290",1 +2160,"60,120,181,241",1 +2161,"85,170,255,340",1 +2162,"102,204,305,407",1 +2163,"89,178,268,357",1 +2164,"95,191,286,382",1 +2165,"169,338,507,676",1 +2166,"77,154,230,307",223061105 +2167,"72,143,215,286",223071001 +2168,"78,156,234,312",223071001 +2169,"59,118,177,236",223100303 +2170,"52,104,157,209",223100303 +2171,"89,178,268,357",223100303 +2172,"81,162,243,324",1 +2173,"76,152,228,304",1 +2174,"106,213,319,426",1 +2175,"88,176,265,353",223100303 +2176,"172,345,517,690",224012901 +2177,"149,299,448,598",224012901 +2178,"112,225,337,450",224012901 +2179,"137,274,412,549",224012901 +2180,"134,268,402,536",224012901 +2181,"119,239,358,478",224012901 +3001,"46,92,138,184",1 +3002,"99,198,296,395",1 +3003,"93,186,279,372",1 +3004,"86,172,259,345",1 +3005,"81,161,242,322",1 +3006,"97,195,292,390",1 +3007,"60,120,179,239",1 +3008,"75,149,224,298",1 +3009,"74,148,221,295",1 +3010,"66,132,197,263",1 +3011,"59,117,176,234",1 +3012,"65,130,195,260",1 +3013,"118,235,353,470",1 +3014,"102,204,305,407",1 +3015,"80,160,240,320",1 +3016,"89,178,268,357",1 +3017,"86,172,258,344",1 +3018,"83,167,250,334",1 +3019,"97,195,292,390",1 +3020,"80,159,239,318",1 +3021,"80,160,240,320",1 +3022,"101,201,302,402",1 +3023,"82,164,246,328",1 +3024,"75,149,224,298",1 +3025,"106,213,319,426",1 +3026,"96,192,288,384",1 +3027,"110,220,331,441",1 +3028,"76,151,227,302",1 +3029,"74,148,223,297",1 +3030,"91,181,272,362",1 +3031,"60,119,179,238",1 +3032,"53,106,158,211",1 +3034,"90,180,270,360",1 +3035,"94,188,281,375",1 +3036,"80,160,240,320",1 +3037,"68,137,205,274",1 +3038,"74,147,221,294",1 +3039,"75,150,226,301",1 +3040,"107,214,321,428",1 +3041,"81,162,242,323",1 +3042,"83,167,250,334",1 +3043,"68,137,205,274",1 +3044,"83,167,250,334",1 +3045,"90,179,269,358",1 +3046,"75,151,226,302",1 +3047,"88,176,263,351",1 +3048,"99,197,296,394",1 +3049,"103,205,308,410",1 +3050,"85,169,254,338",1 +3051,"67,134,202,269",1 +3052,"76,152,228,304",1 +3053,"80,160,240,320",1 +3054,"78,156,235,313",1 +3055,"91,182,273,364",1 +3056,"81,163,244,326",1 +3057,"67,133,200,266",1 +3058,"62,125,187,250",1 +3059,"85,170,256,341",1 +3060,"59,119,178,238",1 +3061,"82,164,246,328",1 +3062,"91,183,274,366",1 +3063,"73,146,218,291",1 +3064,"85,171,256,342",1 +3065,"87,174,260,347",1 +3066,"77,155,232,310",1 +3067,"78,157,235,314",1 +3068,"82,164,246,328",1 +3069,"75,150,225,300",1 +3070,"106,212,318,424",1 +3071,"82,163,245,326",1 +3072,"80,161,241,322",1 +3073,"64,128,191,255",1 +3074,"89,177,266,354",1 +3075,"88,175,263,350",1 +3076,"76,152,228,304",1 +3077,"94,188,282,376",1 +3078,"84,168,252,336",1 +3079,"92,184,275,367",1 +3080,"88,176,264,352",1 +3081,"97,195,292,390",1 +3082,"76,152,228,304",1 +3083,"109,218,328,437",1 +3084,"86,172,259,345",1 +3085,"86,172,257,343",1 +3086,"82,164,246,328",1 +3087,"97,194,291,388",1 +3088,"132,264,396,528",1 +3089,"119,238,358,477",1 +3090,"81,162,243,324",1 +3091,"80,160,241,321",1 +3092,"60,120,180,240",1 +3094,"85,170,254,339",1 +3095,"91,183,274,366",1 +3096,"81,163,244,326",1 +3097,"55,109,164,218",1 +3098,"94,188,282,376",1 +3099,"53,106,160,213",1 +3100,"89,178,268,357",1 +3101,"67,134,202,269",1 +3102,"57,115,172,230",1 +3103,"54,109,163,218",1 +3104,"82,165,247,330",1 +3105,"70,140,210,280",1 +3106,"87,174,261,348",1 +3107,"110,219,329,438",1 +3108,"100,200,299,399",1 +3109,"74,148,221,295",1 +3110,"122,244,366,488",1 +3111,"71,143,214,286",1 +3112,"74,148,221,295",1 +3113,"75,151,226,302",1 +3114,"104,208,313,417",1 +3115,"89,178,268,357",1 +3116,"86,172,259,345",1 +3117,"84,168,252,336",1 +3118,"88,176,263,351",1 +3119,"93,186,279,372",1 +3121,"95,190,285,380",1 +3122,"83,167,250,334",1 +3123,"85,171,256,342",1 +3124,"98,195,293,390",1 +3125,"87,174,261,348",1 +3126,"89,178,268,357",1 +3127,"85,171,256,342",1 +3128,"85,171,256,342",1 +3129,"85,171,256,342",1 +3134,"90,180,270,360",223063007 +3135,"111,221,332,442",223060801 +3136,"77,154,231,308",223060801 +3137,"62,124,185,247",223063007 +3138,"69,138,207,276",223071001 +3139,"74,148,222,296",223071001 +3140,"109,218,327,436",223083101 +3141,"70,141,211,282",223090602 +3142,"90,180,269,359",223090602 +3143,"70,140,211,281",223090602 +3144,"75,150,224,299",223090602 +3145,"75,149,224,298",223090602 +3146,"88,176,264,352",223090602 +3147,"93,186,280,373",223090602 +3148,"81,162,243,324",223090602 +3149,"54,109,163,218",223090602 +3150,"77,154,231,308",223090602 +3151,"93,186,279,372",223090602 +3152,"72,143,215,286",223090602 +3153,"164,328,492,656",223100402 +3154,"113,226,340,453",224010111 +3155,"130,261,391,522",224010111 +4001,"77,155,232,310",1 +4002,"114,227,341,454",1 +4003,"129,257,386,514",1 +4004,"89,178,267,356",1 +4005,"142,284,425,567",1 +4006,"109,218,328,437",1 +4007,"25,51,76,102",1 +4008,"106,212,319,425",1 +4009,"75,150,224,299",1 +4010,"74,148,221,295",1 +4011,"48,96,144,192",1 +4012,"117,234,351,468",1 +4013,"79,159,238,318",1 +4014,"79,158,236,315",1 +4015,"80,160,240,320",1 +4016,"70,140,209,279",1 +4017,"76,151,227,302",1 +4018,"83,165,248,330",1 +4019,"27,54,81,108",1 +4020,"141,282,422,563",1 +4021,"36,73,109,146",1 +4022,"129,257,386,514",1 +4023,"102,204,307,409",1 +4024,"138,275,413,550",1 +4025,"32,64,97,129",1 +4026,"41,81,122,162",1 +4027,"63,127,190,254",1 +4028,"59,118,177,236",1 +4030,"110,221,331,442",1 +4031,"138,276,414,552",1 +4032,"145,290,436,581",1 +4033,"74,148,222,296",1 +4034,"121,242,364,485",1 +4035,"76,152,227,303",1 +4036,"73,147,220,294",1 +4037,"169,337,506,674",1 +4038,"95,190,286,381",1 +4039,"68,135,203,270",1 +4040,"109,218,327,436",1 +4041,"89,179,268,358",1 +4042,"46,93,139,186",1 +4043,"106,212,319,425",1 +4044,"112,225,337,450",1 +4045,"60,120,181,241",1 +4046,"102,204,306,408",1 +4047,"57,114,172,229",1 +4048,"145,289,434,578",1 +4049,"64,128,191,255",1 +4050,"106,213,319,426",1 +4051,"79,158,236,315",1 +4052,"119,238,356,475",1 +4053,"116,232,348,464",1 +4054,"163,326,489,652",1 +4055,"153,307,460,614",1 +4056,"129,258,388,517",1 +4057,"152,304,455,607",1 +4059,"75,150,224,299",223063007 +4060,"42,84,127,169",1 +4061,"50,100,150,200",1 +4064,"53,106,158,211",1 +4065,"142,284,427,569",1 +4066,"83,167,250,334",1 +4067,"82,164,245,327",1 +4068,"78,156,233,311",1 +4069,"74,148,221,295",1 +4071,"113,226,338,451",1 +4073,"66,132,199,265",1 +4074,"62,124,187,249",1 +4075,"62,124,185,247",1 +4076,"56,112,167,223",1 +4077,"63,126,189,252",1 +4078,"67,134,202,269",1 +4079,"52,104,156,208",1 +4080,"64,128,193,257",1 +4081,"44,88,133,177",1 +4082,"31,62,92,123",1 +4083,"61,122,182,243",1 +4084,"31,63,94,126",1 +4085,"40,80,120,160",1 +4086,"43,86,128,171",1 +4087,"42,85,127,170",1 +4088,"61,122,183,244",1 +4089,"69,138,207,276",1 +4090,"63,125,188,250",1 +4091,"87,174,262,349",1 +4092,"73,147,220,294",1 +4094,"61,121,182,242",223071001 +4095,"73,146,220,293",223071001 +4096,"60,120,180,240",223071001 +4097,"45,90,134,179",223071001 +4098,"79,158,237,316",223071001 +4099,"58,116,174,232",223071001 +4100,"59,118,176,235",223081402 +4101,"75,150,225,300",223081402 +4102,"76,151,227,302",223081402 +4103,"79,158,238,317",223081402 +4104,"53,105,158,210",223081402 +4105,"77,154,231,308",223081402 +4106,"68,137,205,274",223061105 +4107,"101,201,302,402",223061105 +4108,"93,186,280,373",223101301 +4110,"86,172,258,344",223091002 +4111,"77,154,230,307",223101301 +4112,"78,156,235,313",223110801 +4113,"63,126,188,251",223101301 +4114,"63,126,190,253",223110801 +4115,"54,108,162,216",223101301 +4116,"67,134,201,268",223110801 +4117,"127,254,380,507",224012006 +4118,"82,165,247,330",224012006 +4119,"147,294,440,587",224021202 +5001,"103,205,308,410",1 +5002,"114,228,341,455",1 +5003,"76,152,227,303",1 +5004,"91,182,274,365",223053107 +5005,"75,150,224,299",223053107 +5006,"113,226,340,453",223053107 +5007,"81,162,243,324",223053107 +5008,"82,164,247,329",223053107 +5009,"78,156,233,311",223053107 +5010,"89,178,267,356",223061507 +5011,"85,170,254,339",223061507 +5012,"85,170,254,339",223061507 +5013,"61,121,182,242",223061507 +5014,"85,170,256,341",1 +5015,"74,148,221,295",1 +5016,"98,196,294,392",223081102 +5017,"102,204,306,408",1 +5018,"86,172,257,343",223111507 +5019,"112,224,336,448",223111507 +5020,"90,180,271,361",223111507 +5021,"64,127,191,254",223111507 +5022,"94,187,281,374",223120504 +5023,"68,136,204,272",223120504 +5024,"112,225,337,450",224011107 +5025,"108,217,325,434",223120108 +5026,"63,126,188,251",223120108 +5027,"102,205,307,410",224011107 +5028,"57,114,170,227",224011107 +5029,"82,163,245,326",223120108 +5030,"91,182,274,365",224011107 +5031,"106,212,319,425",223120108 +6001,"69,137,206,274",223060801 +6002,"81,162,244,325",223070301 +6003,"77,153,230,306",223062602 +6004,"106,212,319,425",223071001 +6005,"66,133,199,266",223071701 +6006,"62,123,185,246",223073107 +6007,"111,221,332,442",223081402 +6008,"81,162,243,324",223091102 +6009,"68,136,204,272",223080703 +6010,"75,151,226,302",223091801 +6011,"89,179,268,358",223121802 +6012,"70,141,211,282",223121802 +9001,"96,193,289,386",1 +9002,"78,156,234,312",1 +9003,"86,172,257,343",1 +9004,"89,178,267,356",1 +9005,"81,162,243,324",223050801 +9006,"67,133,200,266",223052603 +9007,"74,147,221,294",223050801 +9008,"52,103,155,206",223052603 +9009,"71,142,213,284",223052603 +9010,"74,148,222,296",223052603 +9011,"66,131,197,262",223052603 +9012,"51,102,152,203",223052603 +9013,"63,126,189,252",223052603 +9014,"108,215,323,430",223052603 +9015,"45,90,136,181",223052603 +9016,"50,100,150,200",223052603 +9017,"55,110,165,220",223052603 +9018,"99,197,296,394",223050801 +9019,"82,163,245,326",223052603 +9020,"56,111,167,222",223052603 +9021,"74,148,222,296",223052603 +9022,"56,112,169,225",223052603 +9023,"33,65,98,130",223052603 +9024,"79,158,236,315",223052603 +9025,"56,112,167,223",223052603 +9026,"46,92,137,183",223052603 +9027,"50,100,149,199",223052603 +9028,"91,182,273,364",223052603 +9029,"69,139,208,278",223052603 +9030,"90,179,269,358",223050801 +9031,"87,174,262,349",223050801 +9032,"130,259,389,518",223111507 diff --git a/src/router/databases/csv/live_mission_reward.csv b/src/router/databases/csv/live_mission_reward.csv new file mode 100644 index 0000000..ebed781 --- /dev/null +++ b/src/router/databases/csv/live_mission_reward.csv @@ -0,0 +1,17 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +140000001,1,4,1,1,0,5000,1 +140000002,1,3,1,16005003,0,1,1 +140000003,1,3,1,19100001,0,10,1 +140000004,1,1,1,0,0,10,1 +140000011,1,4,1,1,0,5000,1 +140000012,1,3,1,16005003,0,1,1 +140000013,1,3,1,19100001,0,10,1 +140000014,1,1,1,1,0,10,1 +140000021,1,4,1,1,0,5000,1 +140000022,1,3,1,16005003,0,1,1 +140000023,1,3,1,19100001,0,10,1 +140000024,1,1,1,0,0,10,1 +140000031,1,4,1,1,0,5000,1 +140000032,1,3,1,16005003,0,1,1 +140000033,1,3,1,19100001,0,10,1 +140000034,1,1,1,0,0,10,1 diff --git a/src/router/databases/csv/live_ranking_reward.csv b/src/router/databases/csv/live_ranking_reward.csv new file mode 100644 index 0000000..de5b968 --- /dev/null +++ b/src/router/databases/csv/live_ranking_reward.csv @@ -0,0 +1,2 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +240004001,1,8,1,18000001,0,1,1 diff --git a/src/router/masterdata/csv/live_recommend.csv b/src/router/databases/csv/live_recommend.csv similarity index 100% rename from src/router/masterdata/csv/live_recommend.csv rename to src/router/databases/csv/live_recommend.csv diff --git a/src/router/databases/csv/live_recommend_list.csv b/src/router/databases/csv/live_recommend_list.csv new file mode 100644 index 0000000..16a0668 --- /dev/null +++ b/src/router/databases/csv/live_recommend_list.csv @@ -0,0 +1,599 @@ +_masterLiveRecommendId,_number,_masterLiveId,_masterReleaseLabelId +10001,1,1112401,1 +10001,2,1106801,1 +10001,3,1107901,1 +10001,4,1108301,1 +10001,5,1209601,1 +10001,6,1209801,1 +10001,7,1204401,1 +10001,8,1204501,1 +10001,9,1306201,1 +10001,10,1305101,1 +10001,11,1308001,1 +10001,12,1308201,1 +10001,13,1312301,1 +10001,14,1400101,1 +10001,15,1404601,1 +10001,16,1404801,1 +10001,17,1405001,1 +10002,1,1101501,223041504 +10002,2,1104901,223041504 +10002,3,1100901,223041504 +10002,4,1107701,223041504 +10002,5,1102201,223041504 +10002,6,1206201,223041504 +10002,7,1201101,223041504 +10002,8,1215701,223041504 +10002,9,1305701,223041504 +10002,10,1301701,223041504 +10002,11,1306901,223041504 +10002,12,1305401,223041504 +10002,13,1302001,223041504 +10002,14,1406701,223041504 +10002,15,1108001,223041504 +10002,16,1208901,223041504 +10002,17,1304101,223041504 +10003,1,1107501,1 +10003,2,1104001,1 +10003,3,1113101,1 +10003,4,1107201,1 +10003,5,1100101,1 +10003,6,1106301,1 +10003,7,1103501,1 +10003,8,1105401,1 +10003,9,1104601,1 +10003,10,1109501,1 +10003,11,1102701,1 +10003,12,1101401,1 +10003,13,1104801,1 +10003,14,1102301,1 +10003,15,1112401,1 +10003,16,1109801,1 +10003,17,1103801,1 +10003,18,1102001,1 +10003,19,1102201,1 +10003,20,1100701,1 +10003,21,1100401,1 +10003,22,1101901,1 +10003,23,1100201,1 +10003,24,1112301,1 +10004,1,1308001,1 +10004,2,1308401,1 +10004,3,1308501,1 +10004,4,1308701,1 +10004,5,1308901,1 +10004,6,1309101,1 +10004,7,1307801,1 +10004,8,1309201,1 +10004,9,1312501,1 +10004,10,1308201,1 +10004,11,1306801,1 +10004,12,1303701,1 +10004,13,1304001,1 +10004,14,1305401,1 +10004,15,1306701,1 +10004,16,1304501,1 +10004,17,1306601,1 +10004,18,1305201,1 +10004,19,1304201,1 +10004,20,1311801,1 +10004,21,1308301,1 +10004,22,1310701,1 +10004,23,1308101,1 +10004,24,1309901,1 +10004,25,1312601,1 +10004,26,1311701,1 +10005,1,1305901,223050103 +10005,2,1307501,223050103 +10005,3,1307001,223050103 +10005,4,1306701,223050103 +10005,5,1302301,223050103 +10005,6,1404101,223050103 +10005,7,1408601,223050103 +10005,8,1402601,223050103 +10005,9,1404201,223050103 +10005,10,1406601,223050103 +10005,11,1307301,223050103 +10006,1,1111501,223060101 +10006,2,1109401,223060101 +10006,3,1110101,223060101 +10006,4,1111701,223060101 +10006,5,1100401,223060101 +10006,6,1206601,223060101 +10006,7,1215101,223060101 +10006,8,1215801,223060101 +10006,9,1305801,223060101 +10006,10,1306301,223060101 +10006,11,1300401,223060101 +10006,12,1306601,223060101 +10006,13,1302801,223060101 +10006,14,1407901,223060101 +10006,15,1111801,223060101 +10006,16,1209401,223060101 +10006,17,1304601,223060101 +10007,1,1109001,223070101 +10007,2,1108601,223070101 +10007,3,1110101,223070101 +10007,4,1107701,223070101 +10007,5,1102401,223070101 +10007,6,1206001,223070101 +10007,7,1201801,223070101 +10007,8,1215901,223070101 +10007,9,1402701,223070101 +10007,10,1408401,223070101 +10007,11,1408801,223070101 +10007,12,1401501,223070101 +10007,13,1407301,223070101 +10007,14,1109601,223070101 +10007,15,1210501,223070101 +10008,1,1109901,223080104 +10008,2,1109201,223080104 +10008,3,1105001,223080104 +10008,4,1112601,223080104 +10008,5,1107401,223080104 +10008,6,1205401,223080104 +10008,7,1200801,223080104 +10008,8,1202701,223080104 +10008,9,1216001,223080104 +10008,10,1303801,223080104 +10008,11,1304901,223080104 +10008,12,1301301,223080104 +10008,13,1304001,223080104 +10008,14,1302701,223080104 +10008,15,1407601,223080104 +10008,16,1409501,223080104 +10008,17,1102601,223080104 +10008,18,1209201,223080104 +10008,19,1303901,223080104 +10009,1,1109901,223081404 +10009,2,1109201,223081404 +10009,3,1105001,223081404 +10009,4,1112601,223081404 +10009,5,1107401,223081404 +10009,6,1205401,223081404 +10009,7,1200801,223081404 +10009,8,1202701,223081404 +10009,9,1216001,223081404 +10009,10,1303801,223081404 +10009,11,1304901,223081404 +10009,12,1301301,223081404 +10009,13,1304001,223081404 +10009,14,1302701,223081404 +10009,15,1407601,223081404 +10009,16,1410501,223081404 +10009,17,1409501,223081404 +10009,18,1102601,223081404 +10009,19,1209201,223081404 +10009,20,1303901,223081404 +10010,1,1107601,223090101 +10010,2,1108801,223090101 +10010,3,1110801,223090101 +10010,4,1100601,223090101 +10010,5,1110701,223090101 +10010,6,1206101,223090101 +10010,7,1213701,223090101 +10010,8,1202801,223090101 +10010,9,1216101,223090101 +10010,10,1206301,223090101 +10010,11,1213601,223090101 +10010,12,1201601,223090101 +10010,13,1216201,223090101 +10010,14,1408701,223090101 +10010,15,1408501,223090101 +10010,16,1403501,223090101 +10010,17,1403601,223090101 +10010,18,1407401,223090101 +10010,19,1410001,223090101 +10010,20,1105801,223090101 +10010,21,1207001,223090101 +10010,22,1207501,223090101 +10011,1,1106701,223100101 +10011,2,1104901,223100101 +10011,3,1111701,223100101 +10011,4,1105501,223100101 +10011,5,1100401,223100101 +10011,6,1307101,223100101 +10011,7,1306401,223100101 +10011,8,1302601,223100101 +10011,9,1309101,223100101 +10011,10,1315001,223100101 +10011,11,1407801,223100101 +10011,12,1410301,223100101 +10011,13,1409501,223100101 +10011,14,1101201,223100101 +10011,15,1301601,223100101 +10013,1,1204201,1 +10013,2,1209001,1 +10013,3,1210301,1 +10013,4,1209601,1 +10013,5,1206001,1 +10013,6,1205701,1 +10013,7,1206301,1 +10013,8,1206601,1 +10013,9,1206401,1 +10013,10,1206701,1 +10013,11,1206101,1 +10013,12,1206201,1 +10013,13,1205401,1 +10013,14,1207901,1 +10013,15,1210901,1 +10013,16,1207801,1 +10013,17,1204101,1 +10013,18,1214301,1 +10013,19,1214501,1 +10013,20,1215401,1 +10013,21,1215601,1 +10013,22,1204501,1 +10015,1,1404801,223041505 +10015,2,1404901,223041505 +10015,3,1405201,223041505 +10015,4,1406001,223041505 +10015,5,1405301,223041505 +10015,6,1407701,223041505 +10015,7,1407301,223041505 +10015,8,1407401,223041505 +10015,9,1408001,223041505 +10015,10,1408101,223041505 +10015,11,1405401,223041505 +10015,12,1409001,223041505 +10015,13,1408901,223041505 +10015,14,1405501,223041505 +10015,15,1406901,223041505 +10015,16,1406801,223041505 +10015,17,1406101,223041505 +10015,18,1405601,223041505 +10015,19,1409201,223041505 +10015,20,1410701,223041505 +10015,21,1405701,223041505 +10015,22,1405001,223041505 +10015,23,1410601,223041505 +10015,24,1405101,223041505 +10015,25,1401601,223041505 +10015,26,1401701,223041505 +10015,27,1409101,223041505 +10020,1,1109801,223041905 +10020,2,1400701,223041905 +10020,3,1300701,223041905 +10020,4,1211701,223041905 +10020,5,1212001,223041905 +10020,6,1211301,223041905 +10020,7,1110001,223041905 +10020,8,1107301,223041905 +10020,9,1208401,223041905 +10020,10,1208301,223041905 +10020,11,1207201,223041905 +10020,12,1307401,223041905 +10020,13,1401601,223041905 +10020,14,1405701,223041905 +10020,15,1307201,223041905 +10020,16,1103101,223041905 +10021,1,1500301,223060802 +10021,2,1500501,223060802 +10021,3,1500201,223060802 +10021,4,1500801,223060802 +10021,5,1501401,223060802 +10021,6,1500901,223060802 +10021,7,1501301,223061508 +10021,8,1500701,223060802 +10021,9,1501001,223061508 +10021,10,1500401,223060802 +10021,11,1500601,223060802 +10021,12,1501701,223060802 +10021,13,1501501,223060802 +10021,14,1500101,223060802 +10022,1,1112401,223061601 +10022,2,1100101,223061601 +10022,3,1106401,223061601 +10022,4,1110401,223061601 +10022,5,1107501,223061601 +10022,6,1112601,223061601 +10022,7,1108801,223061601 +10022,8,1111201,223061601 +10022,9,1108501,223061601 +10022,10,1113001,223061601 +10022,11,1101501,223061601 +10022,12,1109001,223061601 +10022,13,1106701,223061601 +10022,14,1111501,223061601 +10022,15,1113101,223061601 +10022,16,1107201,223061601 +10022,17,1109301,223061601 +10022,18,1106301,223061601 +10022,19,1110501,223061601 +10022,20,1106201,223061601 +10022,21,1103501,223061601 +10022,22,1104801,223061601 +10022,23,1105401,223061601 +10022,24,1106801,223061601 +10023,1,1303801,223062304 +10023,2,1304201,223062304 +10023,3,1305201,223062304 +10023,4,1304001,223062304 +10023,5,1306701,223062304 +10023,6,1304501,223062304 +10023,7,1306801,223062304 +10023,8,1303701,223062304 +10023,9,1305401,223062304 +10023,10,1306601,223062304 +10023,11,1303501,223062304 +10023,12,1306501,223062304 +10023,13,1308401,223062304 +10023,14,1308501,223062304 +10023,15,1305101,223062304 +10023,16,1308701,223062304 +10023,17,1308901,223062304 +10023,18,1309101,223062304 +10023,19,1307801,223062304 +10023,20,1309201,223062304 +10023,21,1304701,223062304 +10023,22,1307201,223062304 +10023,23,1312501,223062304 +10024,1,1209501,223062503 +10024,2,1105401,223062503 +10024,3,1109501,223062503 +10024,4,1209701,223062503 +10024,5,1210001,223062503 +10024,6,1207101,223062503 +10024,7,1210101,223062503 +10024,8,1210201,223062503 +10024,9,1210401,223062503 +10024,10,1204601,223062503 +10024,11,1214201,223062503 +10024,12,1207301,223062503 +10024,13,1205201,223062503 +10024,14,1210601,223062503 +10024,15,1207401,223062503 +10024,16,1205301,223062503 +10024,17,1204501,223062503 +10024,18,1205501,223062503 +10024,19,1209601,223062503 +10024,20,1205601,223062503 +10024,21,1208301,223062503 +10024,22,1208201,223062503 +10024,23,1208101,223062503 +10024,24,1211101,223062503 +10024,25,1216501,223062503 +10024,26,1206801,223062503 +10024,27,1208401,223062503 +10025,1,1110401,223070102 +10025,2,1208801,223070102 +10025,3,1404001,223070102 +10025,4,1401001,223070102 +10025,5,1102901,223070102 +10025,6,1103001,223070102 +10025,7,1306701,223070102 +10025,8,1204801,223070102 +10025,9,1204901,223070102 +10025,10,1205001,223070102 +10025,11,1205101,223070102 +10025,12,1310201,223070102 +10025,13,1206301,223070102 +10025,14,1110301,223070102 +10025,15,1112101,223070102 +10025,16,1104501,223070102 +10025,17,1101101,223070102 +10025,18,1405101,223070102 +10025,19,1405401,223070102 +10025,20,1203701,223070102 +10025,21,1210101,223070102 +10026,1,1501501,223081403 +10026,2,1500601,223081403 +10026,3,1501301,223081403 +10026,4,1501401,223081403 +10026,5,1500101,223081403 +10026,6,1405901,223081403 +10026,7,1405301,223081403 +10026,8,1406901,223081403 +10026,9,1400301,223081403 +10026,10,1401701,223081403 +10026,11,1410601,223081403 +10026,12,1409101,223081403 +10026,13,1304001,223081403 +10026,14,1306401,223081403 +10026,15,1302201,223081403 +10026,16,1302501,223081403 +10026,17,1308301,223081403 +10026,18,1310701,223081403 +10026,19,1209301,223081403 +10026,20,1204001,223081403 +10026,21,1207901,223081403 +10026,22,1206601,223081403 +10026,23,1203301,223081403 +10026,24,1205201,223081403 +10026,25,1105701,223081403 +10026,26,1102801,223081403 +10026,27,1109001,223081403 +10026,28,1100501,223081403 +10026,29,1112401,223081403 +10026,30,1103501,223081403 +10027,1,1411001,223091507 +10027,2,1404901,223091507 +10027,3,1409501,223091507 +10027,4,1405901,223091507 +10027,5,1407101,223091507 +10027,6,1410501,223091507 +10027,7,1410301,223091507 +10027,8,1410401,223091507 +10027,9,1409901,223091507 +10027,10,1409701,223091507 +10027,11,1411601,223110801 +10027,12,1411501,223101301 +10027,13,1401301,223091507 +10027,14,1409401,223091507 +10027,15,1409601,223091507 +10027,16,1405701,223091507 +10027,17,1410601,223091507 +10027,18,1410701,223091507 +10027,19,1405401,223091507 +10027,20,1409101,223091507 +10027,21,1410801,223101301 +10028,1,1100101,223102404 +10028,2,1205501,223102404 +10028,3,1315301,223102404 +10028,4,1411001,223102404 +10028,5,1501701,223102404 +10029,1,1113001,223110104 +10029,2,1107001,223110104 +10029,3,1103001,223110104 +10029,4,1100901,223110104 +10029,5,1102201,223110104 +10029,6,1306101,223110104 +10029,7,1307701,223110104 +10029,8,1300801,223110104 +10029,9,1306801,223110104 +10029,10,1302401,223110104 +10029,11,1314901,223110104 +10029,12,1401901,223110104 +10029,13,1402101,223110104 +10029,14,1406401,223110104 +10029,15,1404401,223110104 +10029,16,1407501,223110104 +10029,17,1410101,223110104 +10029,18,1106601,223110104 +10029,19,1305301,223110104 +10029,20,1411301,223110104 +10030,1,1306001,223120101 +10030,2,1305001,223120101 +10030,3,1300501,223120101 +10030,4,1303701,223120101 +10030,5,1301801,223120101 +10030,6,1314201,223120101 +10030,7,1300901,223120101 +10030,8,1302501,223120101 +10030,9,1309201,223120101 +10030,10,1315101,223120101 +10030,11,1303601,223120101 +10030,12,1311301,223120101 +10030,13,1411001,223121514 +10030,14,1411501,223121514 +10030,15,1411601,223121514 +10031,1,1210701,223120109 +10031,2,1111901,223120109 +10031,3,1310601,223120109 +10031,4,1210801,223120109 +10031,5,1501101,223120109 +10031,6,1400601,223120109 +10031,7,1213401,223120109 +10031,8,1300501,223120109 +10031,9,1200701,223120109 +10031,10,1103701,223120109 +10031,11,1405601,223120109 +10031,12,1501701,223120109 +10031,13,1205301,223120109 +10031,14,1304601,223120109 +10031,15,1104801,223120109 +10032,1,1903201,223120604 +10032,2,1900101,223120604 +10032,3,1100101,223120604 +10032,4,1104801,223120604 +10032,5,1112401,223120604 +10032,6,1103501,223120604 +10032,7,1105401,223120604 +10032,8,1107901,223120604 +10032,9,1102301,223120604 +10032,10,1100201,223120604 +10032,11,1112301,223120604 +10032,12,1100301,223120604 +10032,13,1214201,223120604 +10032,14,1209601,223120604 +10032,15,1210101,223120604 +10032,16,1217401,223120604 +10032,17,1204401,223120604 +10032,18,1205501,223120604 +10032,19,1216501,223120604 +10032,20,1214501,223120604 +10032,21,1600101,223120604 +10032,22,1204501,223120604 +10032,23,1306201,223120604 +10032,24,1308001,223120604 +10032,25,1304201,223120604 +10032,26,1305201,223120604 +10032,27,1305401,223120604 +10032,28,1306601,223120604 +10032,29,1306701,223120604 +10032,30,1303701,223120604 +10032,31,1304001,223120604 +10032,32,1304501,223120604 +10032,33,1306801,223120604 +10032,34,1309101,223120604 +10032,35,1309201,223120604 +10032,36,1308401,223120604 +10032,37,1311701,223120604 +10032,38,1403701,223120604 +10032,39,1400101,223120604 +10032,40,1400601,223120604 +10032,41,1401301,223120604 +10032,42,1404801,223120604 +10032,43,1405701,223120604 +10032,44,1410601,223120604 +10032,45,1407101,223120604 +10032,46,1411001,223120604 +10032,47,1410701,223120604 +10032,48,1500101,223120604 +10032,49,1501501,223120604 +10032,50,1500301,223120604 +10032,51,1500201,223120604 +10032,52,1501401,223120604 +10032,53,1502101,223120604 +10032,54,1501701,223120604 +10032,55,1900201,223120604 +10032,56,1900501,223120604 +10033,1,1110601,224010102 +10033,2,1108501,224010102 +10033,3,1206401,224010102 +10033,4,1201201,224010102 +10033,5,1214801,224010102 +10033,6,1216601,224010102 +10033,7,1305601,224010102 +10033,8,1303401,224010102 +10033,9,1301501,224010102 +10033,10,1301201,224010102 +10033,11,1305201,224010102 +10033,12,1303001,224010102 +10033,13,1314101,224010102 +10033,14,1406001,224010102 +10033,15,1406101,224010102 +10033,16,1104201,224010102 +10033,17,1202901,224010102 +10033,18,1310501,224010102 +10033,19,1411301,224010102 +10034,1,1201401,224020103 +10034,2,1206701,224020103 +10034,3,1201701,224020103 +10034,4,1216701,224020103 +10034,5,1304301,224020103 +10034,6,1304501,224020103 +10034,7,1307601,224020103 +10034,8,1300101,224020103 +10034,9,1302901,224020103 +10034,10,1314801,224020103 +10034,11,1301001,224020103 +10034,12,1302101,224020103 +10034,13,1308401,224020103 +10034,14,1315201,224020103 +10034,15,1400901,224020103 +10034,16,1402501,224020103 +10034,17,1402801,224020103 +10034,18,1404701,224020103 +10034,19,1408101,224020103 +10034,20,1409901,224020103 +10034,21,1204301,224020103 +10034,22,1310601,224020103 +10034,23,1311401,224020103 +10034,24,1403001,224020103 +10035,1,1111201,224030110 +10035,2,1112701,224030110 +10035,3,1201301,224030110 +10035,4,1205701,224030110 +10035,5,1202001,224030110 +10035,6,1216801,224030110 +10035,7,1303501,224030110 +10035,8,1304201,224030110 +10035,9,1305501,224030110 +10035,10,1307401,224030110 +10035,11,1301101,224030110 +10035,12,1302201,224030110 +10035,13,1314301,224030110 +10035,14,1112001,224030110 +10035,15,1202301,224030110 +10035,16,1309701,224030110 diff --git a/src/router/databases/csv/live_reward.csv b/src/router/databases/csv/live_reward.csv new file mode 100644 index 0000000..baa4b8c --- /dev/null +++ b/src/router/databases/csv/live_reward.csv @@ -0,0 +1,3 @@ +_id,_number,_type,_value,_level,_amount,_masterReleaseLabelId +10001,1,3,16005001,0,5,1 +20001,1,3,17001001,0,1,1 diff --git a/src/router/databases/csv/live_reward_setting.csv b/src/router/databases/csv/live_reward_setting.csv new file mode 100644 index 0000000..5bd065a --- /dev/null +++ b/src/router/databases/csv/live_reward_setting.csv @@ -0,0 +1,11 @@ +_id,_liveMode,_scoreRank,_masterLiveRewardIdList,_rareMasterLiveRewardIdList,_ensuredMasterLiveRewardId,_masterReleaseLabelId +1,1,0,0,20001,10001,1 +1,1,1,0,20001,10001,1 +1,1,2,0,20001,10001,1 +1,1,3,0,20001,10001,1 +1,1,4,0,20001,10001,1 +1,2,0,0,20001,10001,223061504 +1,2,1,0,20001,10001,223061504 +1,2,2,0,20001,10001,223061504 +1,2,3,0,20001,10001,223061504 +1,2,4,0,20001,10001,223061504 diff --git a/src/router/databases/csv/live_rule.csv b/src/router/databases/csv/live_rule.csv new file mode 100644 index 0000000..f17f4f9 --- /dev/null +++ b/src/router/databases/csv/live_rule.csv @@ -0,0 +1 @@ +_masterLiveId,_number,_detail,_type,_values,_amount,_compareType,_masterReleaseLabelId diff --git a/src/router/databases/csv/live_tap_effect.csv b/src/router/databases/csv/live_tap_effect.csv new file mode 100644 index 0000000..0466f4e --- /dev/null +++ b/src/router/databases/csv/live_tap_effect.csv @@ -0,0 +1,5 @@ +_id,_tapPath,_flickPath,_longPath,_longLoopPath,_skillPath,_emptyPath,_masterReleaseLabelId +1,Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,LongLoop/ef_live_tapeffect_longloop_0{0},Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,1 +2,Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,LongLoop/ef_live_tapeffect_longloop_0{0},Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,1 +3,Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,LongLoop/ef_live_tapeffect_longloop_0{0},Normal/ef_live_tapeffect_normal_new,Normal/ef_live_tapeffect_normal_new,1 +4,Tap/ef_live_tapeffect_tap_1{0},Flick/ef_live_tapeffect_flick_1{0},Long/ef_live_tapeffect_long_1{0},LongLoop/ef_live_tapeffect_longloop_0{0},skill/ef_live_tapeffect_skill_1{0},Normal/ef_live_tapeffect_normal_1{0},1 diff --git a/src/router/databases/csv/live_tap_se.csv b/src/router/databases/csv/live_tap_se.csv new file mode 100644 index 0000000..11db4e9 --- /dev/null +++ b/src/router/databases/csv/live_tap_se.csv @@ -0,0 +1,4 @@ +_id,_tapPerfectSoundId,_tapGrateSoundId,_tapGoodSoundId,_tapBadSoundId,_tapMissSoundId,_flickSoundId,_tapLongSoundId,_tapEmptySoundId,_masterReleaseLabelId +1,12000005,12000004,12000003,12000002,0,12000006,0,0,1 +2,12000012,12000012,12000012,12000012,0,12000013,12000020,12000022,1 +3,12000018,12000018,12000018,12000018,0,12000019,12000021,12000023,1 diff --git a/src/router/databases/csv/location.csv b/src/router/databases/csv/location.csv new file mode 100644 index 0000000..a1368b9 --- /dev/null +++ b/src/router/databases/csv/location.csv @@ -0,0 +1,31 @@ +_id,_name,_description,_masterLocationRewardId,_bannerName,_priority,_masterReleaseLabelId +100001,スクフェスシリーズ感謝祭2023,ベルサール秋葉原,330100001,location_100001,99,223062002 +100002,ブシロードゲームズ発表会,飛行船シアター,330100002,location_100002,99,223072701 +100003,スクールアイドルミュージカル,日本青年館ホール,330100003,location_100003,99,223080301 +100004,コミックマーケット102,東京国際展示場,330100004,location_100004,99,223081202 +100005,ラブライブ!スーパースター!! Liella! 4th LoveLive! Tour ~brand new Sparkle~[千葉],幕張メッセ国際展示場 展示ホール9〜11,330100005,location_100005,99,223081901 +100006,Animelo Summer Live 2023 -AXEL-,さいたまスーパーアリーナ,330100006,location_100006,99,223082502 +100007,ラブライブ!スーパースター!! Liella! 4th LoveLive! Tour ~brand new Sparkle~[愛知],ポートメッセなごや 新第1展示館,330100007,location_100007,99,223082603 +100008,ラブライブ!スーパースター!! Liella! 4th LoveLive! Tour ~brand new Sparkle~[東京],武蔵野の森総合スポーツプラザ メインアリーナ,330100008,location_100008,1,223090903 +100009,ROLL ICE CREAM FACTORY×スクフェス2♪コラボ,ROLL ICE CREAM FACTORY 渋谷・TOHOシネタワー店,330100009,location_100009,2,223091602 +100012,東京ゲームショウ,幕張メッセ,330100012,location_100012,99,223092301 +100013,Half Anniversary記念おでかけプレゼント in AKIHABARAゲーマーズ本店,AKIHABARAゲーマーズ本店,330100013,location_100013,99,223100505 +100014,Half Anniversary記念おでかけプレゼント in ゲーマーズ沼津店,ゲーマーズ沼津店,330100014,location_100014,99,223100505 +100015,Half Anniversary記念おでかけプレゼント in ODAIBAゲーマーズ,ODAIBAゲーマーズ,330100015,location_100015,99,223100505 +100016,Half Anniversary記念おでかけプレゼント in 原宿ゲーマーズ,原宿ゲーマーズ,330100016,location_100016,99,223100505 +100017,Half Anniversary記念おでかけプレゼント in アニメイト秋葉原,アニメイト秋葉原,330100017,location_100017,99,223100505 +100018,Half Anniversary記念おでかけプレゼント in アニメイト沼津,アニメイト沼津,330100018,location_100018,99,223100505 +100019,ラブライブ!サンシャイン!! 沼津地元愛まつり 2023,キラメッセぬまづ,330100019,location_100019,99,223100702 +100020,洋服の青山×ニジガクコラボ おでかけプレゼント in 洋服の青山 池袋東口総本店,洋服の青山 池袋東口総本店,330100020,location_100020,99,223110107 +100021,洋服の青山×ニジガクコラボ おでかけプレゼント in 洋服の青山 リンクスウメダ店,洋服の青山 リンクスウメダ店,330100021,location_100021,99,223110107 +100022,ヴァイスシュヴァルツ15周年記念ライブ in 東京ガーデンシアター,東京ガーデンシアター,330100022,location_100022,99,223110202 +100023,アスルクラロ沼津ユニフォーム ラブライブ!サンシャイン!!2023エディション着用試合開催記念おでかけプレゼント in 愛鷹広域公園多目的競技場,愛鷹広域公園多目的競技場,330100023,location_100006,99,223111902 +100024,異次元フェス アイドルマスター★♥ラブライブ!歌合戦開催記念おでかけプレゼント,東京ドーム,330100024,location_100006,99,223120903 +100025,幻日のヨハネ -The Story of the Sound of Heart-開催記念おでかけプレゼント,武蔵野の森総合スポーツプラザ・メインアリーナ,330100025,location_100006,99,223121511 +100026,ラブライブ!虹ヶ咲学園スクールアイドル同好会 6th Live! I love You ⇆ You love Me 愛知公演開催記念おでかけプレゼント,Aichi Sky Expo(愛知県国際展示場) ホールA,330100026,location_100006,99,223122302 +100027,ラブライブ!虹ヶ咲学園スクールアイドル同好会 6th Live! I love You ⇆ You love Me 神奈川公演開催記念おでかけプレゼント,Kアリーナ横浜,330100027,location_100006,99,224011302 +100028,スクールアイドルミュージカル<2024年公演>開催記念おでかけプレゼント,東急歌舞伎町タワー THEATER MILANO-Za,330100028,location_100006,99,224011103 +100029,「ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~<福岡公演>」開催記念おでかけプレゼント,西日本総合展示場 新館,330100029,location_100006,99,224012004 +100030,「ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~<東京公演>」開催記念おでかけプレゼント,武蔵野の森総合スポーツプラザ・メインアリーナ,330100030,location_100030,99,224021001 +100031,ラブライブ!TVアニメ放送10周年記念 LoveLive! Special Talk Session 開催記念おでかけプレゼント,東京ガーデンシアター,330100031,location_100006,99,224022302 +100032,「LoveLive! Series Presents ユニット甲子園 2024」開催記念おでかけプレゼント,Kアリーナ横浜,330100032,location_100006,99,224030902 diff --git a/src/router/masterdata/csv/location_reward.csv b/src/router/databases/csv/location_reward.csv similarity index 100% rename from src/router/masterdata/csv/location_reward.csv rename to src/router/databases/csv/location_reward.csv diff --git a/src/router/masterdata/csv/login_bonus.csv b/src/router/databases/csv/login_bonus.csv similarity index 100% rename from src/router/masterdata/csv/login_bonus.csv rename to src/router/databases/csv/login_bonus.csv diff --git a/src/router/masterdata/csv/login_bonus_reward.csv b/src/router/databases/csv/login_bonus_reward.csv similarity index 100% rename from src/router/masterdata/csv/login_bonus_reward.csv rename to src/router/databases/csv/login_bonus_reward.csv diff --git a/src/router/masterdata/csv/login_bonus_reward_setting.csv b/src/router/databases/csv/login_bonus_reward_setting.csv similarity index 100% rename from src/router/masterdata/csv/login_bonus_reward_setting.csv rename to src/router/databases/csv/login_bonus_reward_setting.csv diff --git a/src/router/masterdata/csv/lottery.csv b/src/router/databases/csv/lottery.csv similarity index 100% rename from src/router/masterdata/csv/lottery.csv rename to src/router/databases/csv/lottery.csv diff --git a/src/router/masterdata/csv/lottery_caution.csv b/src/router/databases/csv/lottery_caution.csv similarity index 100% rename from src/router/masterdata/csv/lottery_caution.csv rename to src/router/databases/csv/lottery_caution.csv diff --git a/src/router/databases/csv/lottery_eff_movie.csv b/src/router/databases/csv/lottery_eff_movie.csv new file mode 100644 index 0000000..354c341 --- /dev/null +++ b/src/router/databases/csv/lottery_eff_movie.csv @@ -0,0 +1,36 @@ +_id,_bandCategory,_normalMovieId,_expectedMoveId,_masterReleaseLabelId +1,1,90010001,90010002,1 +1,2,90020001,90020002,1 +1,3,90030001,90030002,1 +1,4,90040001,90040002,1 +1,5,90010001,90010002,1 +1,6,90020001,90020002,1 +1,0,90010001,90010002,1 +100,1,90010001,90010002,1 +100,2,90010001,90010002,1 +100,3,90010001,90010002,1 +100,4,90010001,90010002,1 +100,5,90010001,90010002,1 +100,6,90010001,90010002,1 +100,0,90010001,90010002,1 +200,1,90020001,90020002,1 +200,2,90020001,90020002,1 +200,3,90020001,90020002,1 +200,4,90020001,90020002,1 +200,5,90020001,90020002,1 +200,6,90020001,90020002,1 +200,0,90020001,90020002,1 +300,1,90030001,90030002,1 +300,2,90030001,90030002,1 +300,3,90030001,90030002,1 +300,4,90030001,90030002,1 +300,5,90030001,90030002,1 +300,6,90030001,90030002,1 +300,0,90030001,90030002,1 +400,1,90040001,90040002,1 +400,2,90040001,90040002,1 +400,3,90040001,90040002,1 +400,4,90040001,90040002,1 +400,5,90040001,90040002,1 +400,6,90040001,90040002,1 +400,0,90040001,90040002,1 diff --git a/src/router/databases/csv/lottery_eff_movie_ratio.csv b/src/router/databases/csv/lottery_eff_movie_ratio.csv new file mode 100644 index 0000000..17081ca --- /dev/null +++ b/src/router/databases/csv/lottery_eff_movie_ratio.csv @@ -0,0 +1,3 @@ +_id,_minRarity,_normalMovieRatio,_expectedMoveRatio,_masterReleaseLabelId +1,3,2500,7500,1 +2,3,0,10000,1 diff --git a/src/router/masterdata/csv/lottery_image.csv b/src/router/databases/csv/lottery_image.csv similarity index 100% rename from src/router/masterdata/csv/lottery_image.csv rename to src/router/databases/csv/lottery_image.csv diff --git a/src/router/masterdata/csv/lottery_info.csv b/src/router/databases/csv/lottery_info.csv similarity index 100% rename from src/router/masterdata/csv/lottery_info.csv rename to src/router/databases/csv/lottery_info.csv diff --git a/src/router/masterdata/csv/lottery_item.csv b/src/router/databases/csv/lottery_item.csv similarity index 100% rename from src/router/masterdata/csv/lottery_item.csv rename to src/router/databases/csv/lottery_item.csv diff --git a/src/router/masterdata/csv/lottery_price.csv b/src/router/databases/csv/lottery_price.csv similarity index 100% rename from src/router/masterdata/csv/lottery_price.csv rename to src/router/databases/csv/lottery_price.csv diff --git a/src/router/masterdata/csv/lottery_rarity.csv b/src/router/databases/csv/lottery_rarity.csv similarity index 100% rename from src/router/masterdata/csv/lottery_rarity.csv rename to src/router/databases/csv/lottery_rarity.csv diff --git a/src/router/databases/csv/lottery_reward.csv b/src/router/databases/csv/lottery_reward.csv new file mode 100644 index 0000000..4c8d018 --- /dev/null +++ b/src/router/databases/csv/lottery_reward.csv @@ -0,0 +1 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId diff --git a/src/router/databases/csv/lottery_stepup.csv b/src/router/databases/csv/lottery_stepup.csv new file mode 100644 index 0000000..0012e9b --- /dev/null +++ b/src/router/databases/csv/lottery_stepup.csv @@ -0,0 +1 @@ +_masterLotteryId,_count,_nextCount,_masterLotteryPriceId,_masterLotteryRarityId,_masterReleaseLabelId diff --git a/src/router/databases/csv/membership_wallpaper.csv b/src/router/databases/csv/membership_wallpaper.csv new file mode 100644 index 0000000..85038a5 --- /dev/null +++ b/src/router/databases/csv/membership_wallpaper.csv @@ -0,0 +1,11 @@ +_id,_priorily,_membershipWallpaperConditionType,_value,_masterReleaseLabelId +1,500,0,0,1 +2,499,1,0,1 +3,498,1,0,1 +4,497,1,0,1 +5,496,1,1,1 +6,495,0,0,1 +7,494,0,0,1 +8,493,0,0,1 +9,492,0,0,1 +10,491,1,1,1 diff --git a/src/router/masterdata/csv/mission.csv b/src/router/databases/csv/mission.csv similarity index 100% rename from src/router/masterdata/csv/mission.csv rename to src/router/databases/csv/mission.csv diff --git a/src/router/databases/csv/mission_banner.csv b/src/router/databases/csv/mission_banner.csv new file mode 100644 index 0000000..d96439c --- /dev/null +++ b/src/router/databases/csv/mission_banner.csv @@ -0,0 +1,4 @@ +_id,_type,_bannerFileName,_masterReleaseLabelId +10001001,16,mt_campaign_00000007,224030121 +10002001,18,mt_campaign_00000006,224020106 +10003001,20,mt_campaign_00000008,224030113 diff --git a/src/router/masterdata/csv/mission_reward.csv b/src/router/databases/csv/mission_reward.csv similarity index 100% rename from src/router/masterdata/csv/mission_reward.csv rename to src/router/databases/csv/mission_reward.csv diff --git a/src/router/masterdata/csv/movie.csv b/src/router/databases/csv/movie.csv similarity index 100% rename from src/router/masterdata/csv/movie.csv rename to src/router/databases/csv/movie.csv diff --git a/src/router/databases/csv/movie_key.csv b/src/router/databases/csv/movie_key.csv new file mode 100644 index 0000000..a4b74d9 --- /dev/null +++ b/src/router/databases/csv/movie_key.csv @@ -0,0 +1,28 @@ +_key,_masterMovieId,_masterReleaseLabelId +Live_Bg_Muse,10000001,1 +Live_Bg_Aqours,10000002,1 +Live_Bg_Niji,10000003,1 +Live_Bg_Liella,10000004,1 +Group_Render_Muse,10001001,1 +Group_Render_Aqours,10001002,1 +Group_Render_Niji,10001003,1 +Group_Render_Liella,10001004,1 +Group_Render_Hasu,10001005,1 +Group_Render_Yohane,10001006,1 +Group_Render_Others,10001007,1 +Common_HomePreset,20001006,1 +Common_DeckEdit,20001007,1 +Common_Member,20001008,1 +Common_Shop,20001010,1 +Common_Exchange,20001011,1 +Common_Profile,20001012,1 +Common_Friend,20001013,1 +Common_Gps,20001014,1 +Common_Item,20001015,1 +Common_Comic,20001004,1 +Common_MultiPlay,20001016,1 +GachaPlay_CardIn_R,90000201,1 +GachaPlay_CardIn_SR,90000202,1 +GachaPlay_CardIn_UR,90000203,1 +GachaPlay_Serif,90000301,1 +GachaPlay_Serif_Evolution,90000302,1 diff --git a/src/router/masterdata/csv/multi_daily_drop_effect.csv b/src/router/databases/csv/multi_daily_drop_effect.csv similarity index 100% rename from src/router/masterdata/csv/multi_daily_drop_effect.csv rename to src/router/databases/csv/multi_daily_drop_effect.csv diff --git a/src/router/databases/csv/multi_penalty.csv b/src/router/databases/csv/multi_penalty.csv new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/src/router/databases/csv/multi_penalty.csv @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/router/masterdata/csv/multi_room_condition.csv b/src/router/databases/csv/multi_room_condition.csv similarity index 100% rename from src/router/masterdata/csv/multi_room_condition.csv rename to src/router/databases/csv/multi_room_condition.csv diff --git a/src/router/databases/csv/multi_room_select.csv b/src/router/databases/csv/multi_room_select.csv new file mode 100644 index 0000000..4911c30 --- /dev/null +++ b/src/router/databases/csv/multi_room_select.csv @@ -0,0 +1,5 @@ +_id,_liveMode,_name,_detail,_opened,_status,_masterMultiRoomConditionId,_minRoomId,_maxRoomId,_masterReleaseLabelId +1,2,フリーセッション,総合力に関係なく自由にプレイが可能です。,1,1,1,0,200000,1 +5,6,XJAPANセッション,,1,1,5,500000,550000,1 +6,7,LUNASEAセッション,,1,1,6,550000,600000,1 +7,8,GLAYセッション,,1,1,7,650000,700000,1 diff --git a/src/router/databases/csv/multievent_card_bonus.csv b/src/router/databases/csv/multievent_card_bonus.csv new file mode 100644 index 0000000..63cf7bc --- /dev/null +++ b/src/router/databases/csv/multievent_card_bonus.csv @@ -0,0 +1,28 @@ +_masterEventId,_targetId,_pointBonusRatioList,_eventBonusAmountList,_masterReleaseLabelId +108,20030013,"1000,2000,0,0,0","5,10,0,0,0",223061504 +108,20040013,"1000,2000,0,0,0","5,10,0,0,0",223061504 +108,20090013,"1000,2000,0,0,0","5,10,0,0,0",223061504 +111,30010010,"1000,2000,0,0,0","10,20,0,0,0",223071505 +111,30100009,"1000,2000,0,0,0","10,20,0,0,0",223071505 +111,30020009,"1000,2000,0,0,0","10,20,0,0,0",223071505 +111,20030013,"0,0,0,0,0","10,20,0,0,0",223071505 +111,20040013,"0,0,0,0,0","10,20,0,0,0",223071505 +111,20090013,"0,0,0,0,0","10,20,0,0,0",223071505 +115,40070010,"1000,2000,0,0,0","10,20,0,0,0",223081504 +115,40080010,"1000,2000,0,0,0","10,20,0,0,0",223081504 +115,40010011,"1000,2000,0,0,0","10,20,0,0,0",223081504 +115,30010010,"0,0,0,0,0","10,20,0,0,0",223081504 +115,30100009,"0,0,0,0,0","10,20,0,0,0",223081504 +115,30020009,"0,0,0,0,0","10,20,0,0,0",223081504 +119,10060015,"1000,2000,0,0,0","10,20,0,0,0",223091504 +119,10070017,"1000,2000,0,0,0","10,20,0,0,0",223091504 +119,10080016,"1000,2000,0,0,0","10,20,0,0,0",223091504 +119,40070010,"0,0,0,0,0","10,20,0,0,0",223091504 +119,40080010,"0,0,0,0,0","10,20,0,0,0",223091504 +119,40010011,"0,0,0,0,0","10,20,0,0,0",223091504 +131,40010014,"1000,2000,0,0,0","10,20,0,0,0",223121507 +131,40020012,"1000,2000,0,0,0","10,20,0,0,0",223121507 +131,40080011,"1000,2000,0,0,0","10,20,0,0,0",223121507 +131,30050013,"0,0,0,0,0","10,20,0,0,0",223121507 +131,30070013,"0,0,0,0,0","10,20,0,0,0",223121507 +131,30040012,"0,0,0,0,0","10,20,0,0,0",223121507 diff --git a/src/router/databases/csv/multievent_matchingrange.csv b/src/router/databases/csv/multievent_matchingrange.csv new file mode 100644 index 0000000..797f1a8 --- /dev/null +++ b/src/router/databases/csv/multievent_matchingrange.csv @@ -0,0 +1,4 @@ +_id,_matchingDiffPer,_masterReleaseLabelId +1,1000,223061303 +2,2000,223061303 +3,3000,223061303 diff --git a/src/router/databases/csv/multievent_penalty.csv b/src/router/databases/csv/multievent_penalty.csv new file mode 100644 index 0000000..3527bbd --- /dev/null +++ b/src/router/databases/csv/multievent_penalty.csv @@ -0,0 +1,8 @@ +_penaltyCount,_penaltySec,_masterReleaseLabelId +1,0,223061303 +2,0,223061303 +3,0,223061303 +4,0,223061303 +5,300,223061303 +6,600,223061303 +7,86400,223061303 diff --git a/src/router/databases/csv/multievent_rankbonus.csv b/src/router/databases/csv/multievent_rankbonus.csv new file mode 100644 index 0000000..5c636c5 --- /dev/null +++ b/src/router/databases/csv/multievent_rankbonus.csv @@ -0,0 +1,10 @@ +_playerCount,_liveRank,_eventPtBonus,_masterReleaseLabelId +2,1,1000,223061303 +2,2,0,223061303 +3,1,2000,223061303 +3,2,1000,223061303 +3,3,0,223061303 +4,1,3000,223061303 +4,2,2000,223061303 +4,3,1000,223061303 +4,4,0,223061303 diff --git a/src/router/masterdata/csv/multievent_setting.csv b/src/router/databases/csv/multievent_setting.csv similarity index 100% rename from src/router/masterdata/csv/multievent_setting.csv rename to src/router/databases/csv/multievent_setting.csv diff --git a/src/router/masterdata/csv/music.csv b/src/router/databases/csv/music.csv similarity index 100% rename from src/router/masterdata/csv/music.csv rename to src/router/databases/csv/music.csv diff --git a/src/router/masterdata/csv/music_level.csv b/src/router/databases/csv/music_level.csv similarity index 100% rename from src/router/masterdata/csv/music_level.csv rename to src/router/databases/csv/music_level.csv diff --git a/src/router/databases/csv/music_shop_price.csv b/src/router/databases/csv/music_shop_price.csv new file mode 100644 index 0000000..abb940e --- /dev/null +++ b/src/router/databases/csv/music_shop_price.csv @@ -0,0 +1 @@ +_masterMusicId,_consumeType,_value,_amount,_priority,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/navigation.csv b/src/router/databases/csv/navigation.csv similarity index 100% rename from src/router/masterdata/csv/navigation.csv rename to src/router/databases/csv/navigation.csv diff --git a/src/router/databases/csv/navigation_condition.csv b/src/router/databases/csv/navigation_condition.csv new file mode 100644 index 0000000..dfadabf --- /dev/null +++ b/src/router/databases/csv/navigation_condition.csv @@ -0,0 +1 @@ +_masterNavigationId,_conditionType,_conditionValue,_conditionNumber,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/navigation_dialog_page.csv b/src/router/databases/csv/navigation_dialog_page.csv similarity index 100% rename from src/router/masterdata/csv/navigation_dialog_page.csv rename to src/router/databases/csv/navigation_dialog_page.csv diff --git a/src/router/masterdata/csv/new_skill.csv b/src/router/databases/csv/new_skill.csv similarity index 100% rename from src/router/masterdata/csv/new_skill.csv rename to src/router/databases/csv/new_skill.csv diff --git a/src/router/databases/csv/notice_birthday.csv b/src/router/databases/csv/notice_birthday.csv new file mode 100644 index 0000000..d140a58 --- /dev/null +++ b/src/router/databases/csv/notice_birthday.csv @@ -0,0 +1 @@ +_masterNoticeGeneralId,_masterCharacterId,_masterReleaseLabelId diff --git a/src/router/databases/csv/notice_card.csv b/src/router/databases/csv/notice_card.csv new file mode 100644 index 0000000..e9cd041 --- /dev/null +++ b/src/router/databases/csv/notice_card.csv @@ -0,0 +1 @@ +_id,_number,_cardId,_introductionText,_masterReleaseLabelId diff --git a/src/router/databases/csv/notice_card_image.csv b/src/router/databases/csv/notice_card_image.csv new file mode 100644 index 0000000..c45c5e8 --- /dev/null +++ b/src/router/databases/csv/notice_card_image.csv @@ -0,0 +1 @@ +_id,_imageName,_masterLotteryId,_masterReleaseLabelId diff --git a/src/router/databases/csv/notice_gacha.csv b/src/router/databases/csv/notice_gacha.csv new file mode 100644 index 0000000..5e6a95c --- /dev/null +++ b/src/router/databases/csv/notice_gacha.csv @@ -0,0 +1 @@ +_id,_spriteName,_textSpriteName,_efTextSpriteName,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/notice_general.csv b/src/router/databases/csv/notice_general.csv similarity index 100% rename from src/router/masterdata/csv/notice_general.csv rename to src/router/databases/csv/notice_general.csv diff --git a/src/router/databases/csv/notice_general_navigation.csv b/src/router/databases/csv/notice_general_navigation.csv new file mode 100644 index 0000000..ac23959 --- /dev/null +++ b/src/router/databases/csv/notice_general_navigation.csv @@ -0,0 +1 @@ +_masterNoticeGeneralId,_order,_spriteName,_message,_masterReleaseLabelId diff --git a/src/router/databases/csv/notice_general_sequence.csv b/src/router/databases/csv/notice_general_sequence.csv new file mode 100644 index 0000000..0a21f8a --- /dev/null +++ b/src/router/databases/csv/notice_general_sequence.csv @@ -0,0 +1 @@ +_masterNoticeGeneralId,_order,_type,_value,_masterBgmId,_endTransition,_skippableFlag,_masterReleaseLabelId diff --git a/src/router/databases/csv/notice_music.csv b/src/router/databases/csv/notice_music.csv new file mode 100644 index 0000000..6724f3f --- /dev/null +++ b/src/router/databases/csv/notice_music.csv @@ -0,0 +1 @@ +_id,_number,_masterMusicId,_stopLoadingImageName,_masterReleaseLabelId diff --git a/src/router/databases/csv/notice_music_image.csv b/src/router/databases/csv/notice_music_image.csv new file mode 100644 index 0000000..0fc0c5e --- /dev/null +++ b/src/router/databases/csv/notice_music_image.csv @@ -0,0 +1 @@ +_id,_startLoadingImageName1,_startLoadingImageName2,_startLoadingImageName3,_masterReleaseLabelId diff --git a/src/router/databases/csv/part_voice_key.csv b/src/router/databases/csv/part_voice_key.csv new file mode 100644 index 0000000..324c0b9 --- /dev/null +++ b/src/router/databases/csv/part_voice_key.csv @@ -0,0 +1 @@ +_key,_num,_group,_comment,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/preset_background.csv b/src/router/databases/csv/preset_background.csv similarity index 100% rename from src/router/masterdata/csv/preset_background.csv rename to src/router/databases/csv/preset_background.csv diff --git a/src/router/databases/csv/preset_foreground.csv b/src/router/databases/csv/preset_foreground.csv new file mode 100644 index 0000000..32786c6 --- /dev/null +++ b/src/router/databases/csv/preset_foreground.csv @@ -0,0 +1,17 @@ +_id,_name,_type,_filename,_masterReleaseLabelId +1,電飾,3,fe_00000001,1 +2,花びら,2,fe_00000002,1 +3,シャボン玉,3,fe_00000003,1 +4,[あなたを見つめる] 上原歩夢,4,fe_30010012,223100302 +5,[大人デート♡] 中須かすみ,4,fe_30020011,223101002 +6,[あざとくキメちゃう] 桜坂しずく,4,fe_30030012,223101702 +7,[特別な恋を探して] 朝香果林,4,fe_30040011,223102402 +8,[ふたりで楽しく] 宮下 愛,4,fe_30050012,223103102 +9,[ずっとあなたのことを] 近江彼方,4,fe_30060011,223110702 +10,[みんなに伝えるラブ] 優木せつ菜,4,fe_30070014,223111402 +11,[記憶のなかのあなた] エマ・ヴェルデ,4,fe_30080011,223112102 +12,[大切なあなたへ] 天王寺璃奈,4,fe_30090013,223112802 +13,[私の印] 三船栞子,4,fe_30100013,223120502 +14,[高鳴る気持ち] ミア・テイラー,4,fe_30110014,223121202 +15,[最高の恋しましょ!] 鐘 嵐珠,4,fe_30120013,223121902 +16,雪の結晶,2,fe_00000016,223121205 diff --git a/src/router/masterdata/csv/release_label.csv b/src/router/databases/csv/release_label.csv similarity index 100% rename from src/router/masterdata/csv/release_label.csv rename to src/router/databases/csv/release_label.csv diff --git a/src/router/databases/csv/resource_download.csv b/src/router/databases/csv/resource_download.csv new file mode 100644 index 0000000..3aeb545 --- /dev/null +++ b/src/router/databases/csv/resource_download.csv @@ -0,0 +1,12 @@ +_id,_imageName,_masterReleaseLabelId +1,AsetDl_TERU,1 +2,AsetDl_HISASHI,1 +3,AsetDl_JIRO,1 +4,AsetDl_TAKURO,1 +5,AsetDl_GLAY_01,1 +6,AsetDl_GLAY_02,1 +7,AsetDl_GLAY_03,1 +8,AsetDl_GLAY_04,1 +9,AsetDl_GLAY_05,1 +10,AsetDl_GLAY_06,1 +11,AsetDl_GLAY_07,1 diff --git a/src/router/databases/csv/result_code.csv b/src/router/databases/csv/result_code.csv new file mode 100644 index 0000000..345d0eb --- /dev/null +++ b/src/router/databases/csv/result_code.csv @@ -0,0 +1,22 @@ +_resultCode,_masterDialogId,_resetFlag,_silentFlag,_masterReleaseLabelId +4,ErrorStay,0,0,1 +10,Error_ResultCodeMaintenance,1,0,1 +12,Error_Game_Version_Updated,0,0,1 +24,Error_Friend_Max_Self,0,1,1 +25,Error_Friend_Max_Other,0,1,1 +26,Error_Friend_Request_Max_Self,0,1,1 +27,Error_Friend_Request_Max_Other,0,1,1 +28,Error_Friend_Pending_Max_Self,0,1,1 +29,Error_Friend_Pending_Max_Other,0,1,1 +30,Error_Friend_Already_Request,0,1,1 +31,Error_Friend_Already_Pending,0,1,1 +32,Error_Friend_Already_Friend,0,1,1 +33,Error_Friend_Request_Reject,0,1,1 +34,ErrorStay,0,1,1 +7,Error_Forbidden,0,1,1 +35,Event_ErrorEnded,0,1,1 +37,Error_Gift_Expired,0,0,1 +36,Error_Mission_Expired,0,0,1 +13,NetworkError_ResourceUpdated,1,0,1 +22,Error_Item_Expired,0,0,1 +42,MultiPenaltyWarning,0,0,223071507 diff --git a/src/router/masterdata/csv/rhythm_icon.csv b/src/router/databases/csv/rhythm_icon.csv similarity index 100% rename from src/router/masterdata/csv/rhythm_icon.csv rename to src/router/databases/csv/rhythm_icon.csv diff --git a/src/router/masterdata/csv/scene_title.csv b/src/router/databases/csv/scene_title.csv similarity index 100% rename from src/router/masterdata/csv/scene_title.csv rename to src/router/databases/csv/scene_title.csv diff --git a/src/router/databases/csv/se.csv b/src/router/databases/csv/se.csv new file mode 100644 index 0000000..b8026dc --- /dev/null +++ b/src/router/databases/csv/se.csv @@ -0,0 +1,120 @@ +_id,_num,_cueSheetName,_cueName,_masterReleaseLabelId +11000001,0,se_common,SE_DECISION001,1 +11000002,0,se_common,SE_CANCEL001,1 +11000003,0,se_common,SE_CANCEL001,1 +11000004,0,se_common,SE_SELECT001,1 +11000005,0,se_common,SE_SELECT002,1 +11000006,0,se_common,SE_STRATTAP001,1 +11000007,0,se_common,SE_WINDOW001,1 +11000009,0,se_common,SE_MUSICSWITCH001,1 +11000010,0,se_common,SE_LOGIN001,1 +11000012,0,se_common,SE_COMPLETE,1 +11000013,0,se_common,SE_LEVELUP,1 +11000014,0,se_common,SE_LIMIT,1 +11000016,0,se_common,SE_GACHASTAR02,1 +11000017,0,se_common,SE_GACHASTAR03,1 +11000018,0,se_common,SE_GACHASTAR04,1 +11000029,0,se_common,SE_SYSTEM_004,1 +11000030,0,se_common,SE_GACHA_WHITEOUT,1 +11000031,0,se_common,SE_GACHA_CARDSLIDE,1 +11000032,0,se_common,SE_GACHA_LOGO,1 +11000034,0,se_common,SE_SYSTEM_005,1 +11000035,0,se_common,SE_LIVE_START,1 +11000036,0,se_common,SE_LVUP_004,1 +11000037,0,se_common,SE_STORY_001,1 +11000038,0,se_common,SE_STORY_002,1 +11000039,0,se_common,SE_STORY_003,1 +11000040,0,se_common,SE_STORY_004,1 +11000041,0,se_common,SE_STORY_005,1 +11000042,0,se_common,SE_STORY_006,1 +11000043,0,se_common,SE_STORY_007,1 +11000044,0,se_common,SE_STORY_008,1 +11000045,0,se_common,SE_STORY_009,1 +11000046,0,se_common,SE_STORY_010,1 +11000047,0,se_common,SE_STORY_011,1 +11000048,0,se_common,SE_SYSTEM_010,1 +11000049,0,se_common,SE_STORY_SCROLL,1 +11000050,0,se_common,SE_STORY_SCROLL_END,1 +11000051,0,se_common,SE_STORY_PAGE,1 +11000052,0,se_common,SE_STORY_TITLE,1 +11000053,0,se_common,SE_CHAT_001,1 +11000054,0,se_common,SE_CHAT_002,1 +11000055,0,se_common,SE_CHAT_003,1 +11000056,0,se_common,SE_CHAT_004,1 +11000057,0,se_common,SE_CHAT_005,1 +11000058,0,se_common,SE_CHAT_007,1 +11000059,0,se_common,SE_CHAT_008,1 +11000060,0,se_common,SE_OPTION_BUTTON,1 +11000061,0,se_common,SE_TUTORIAL_STUMP,1 +11000062,0,se_common,SE_GACHA_ITEM,1 +11000063,0,se_common,SE_SYSTEM_008,1 +11000064,0,se_common,SE_GACHA_R,1 +11000065,0,se_common,SE_GACHA_SR,1 +11000066,0,se_common,SE_GACHA_UR,1 +11000067,0,se_common,SE_MISSIONCLEARSTAMP,1 +11000068,0,se_common,SE_MISSIONALERT,1 +11000069,0,se_common,SE_STORY_012,1 +11000070,0,se_common,SE_STORY_013,1 +11000071,0,se_common,SE_STORY_014,1 +11000072,0,se_common,SE_STORY_014_02,1 +11000073,0,se_common,SE_STORY_015,1 +11000074,0,se_common,SE_nitijou_001,1 +11000075,0,se_common,SE_nitijou_002,1 +11000076,0,se_common,SE_nitijou_003,1 +11000077,0,se_common,SE_nitijou_004,1 +11000078,0,se_common,SE_nitijou_005,1 +11000079,0,se_common,SE_nitijou_006,1 +11000080,0,se_common,SE_nitijou_007,1 +11000081,0,se_common,SE_nitijou_008,1 +11000082,0,se_common,SE_nitijou_009,1 +11000083,0,se_common,SE_nitijou_010,1 +11000084,0,se_common,SE_nitijou_011,1 +11000085,0,se_common,SE_nitijou_012,1 +11000086,0,se_common,SE_nitijou_013,1 +11000087,0,se_common,SE_nitijou_014,1 +11000088,0,se_common,SE_nitijou_015,1 +11000089,0,se_common,SE_nitijou_016,1 +11000090,0,se_common,SE_nitijou_017,1 +11000091,0,se_common,SE_nitijou_018,1 +11000092,0,se_common,SE_nitijou_019,1 +11000093,0,se_common,SE_nitijou_020,1 +11000094,0,se_common,SE_nitijou_021,1 +11000095,0,se_common,SE_nitijou_022,1 +11000096,0,se_common,SE_nitijou_023,1 +11000097,0,se_common,SE_nitijou_024,1 +11000098,0,se_common,SE_nitijou_025,1 +11000099,0,se_common,SE_nitijou_026,1 +11000100,0,se_common,SE_nitijou_027,1 +11000101,0,se_common,SE_nitijou_028,1 +11000102,0,se_common,SE_nitijou_029,1 +11000103,0,se_common,SE_STORY_016,1 +11000104,0,se_common,SE_STORY_017,1 +11000105,0,se_common,SE_STORY_018,1 +11000106,0,se_common,SE_STORY_019,1 +11000107,0,se_common,SE_STORY_020,1 +11000108,0,se_common,SE_StarEvent_Se_ScoreClearIn,1 +11000109,0,se_common,SE_StarEvent_Se_ScoreClearOut,1 +11000110,0,se_common,SE_StarEvent_Se_StarLvup,1 +12000002,0,se_tap,SE_BAD001,1 +12000003,0,se_tap,SE_GOOD001,1 +12000004,0,se_tap,SE_GREAT001,1 +12000005,0,se_tap,SE_PERFECT001,1 +12000012,0,se_tap,SE_PERFECT002,1 +12000018,0,se_tap,SE_PERFECT003,1 +12000020,0,se_tap,SE_LONGTAP002,1 +12000021,0,se_tap,SE_LONGTAP003,1 +12000022,0,se_tap,SE_MISS002,1 +12000023,0,se_tap,SE_MISS003,1 +14000001,0,se_live,SE_LIVELAST001,1 +14000002,0,se_live,SE_COUNT001,1 +15000001,0,se_result,SE_RESULTITEM001,1 +15000002,0,se_result,SE_RESULTSCORE001,1 +15000003,0,se_result,SE_RESULTTEXT001,1 +15000004,0,se_result,SE_LIVECLEAR,1 +15000005,0,se_result,SE_LIVECOMBO,1 +15000006,0,se_result,SE_LIVEPERFECT,1 +15000007,0,se_result,SE_RESULTSCORE002,1 +15000008,0,se_result,SE_RESULTDRUMROLL,1 +32003005,0,song_3005_Beloved,select_3005_Beloved,1 +21000007,0,BG_0007_TapAdjusting,BG_0007_TapAdjusting,1 +99999999,0,se_common,SE_CANCEL001,1 diff --git a/src/router/masterdata/csv/shop_item.csv b/src/router/databases/csv/shop_item.csv similarity index 100% rename from src/router/masterdata/csv/shop_item.csv rename to src/router/databases/csv/shop_item.csv diff --git a/src/router/databases/csv/shop_reward.csv b/src/router/databases/csv/shop_reward.csv new file mode 100644 index 0000000..d6aa7eb --- /dev/null +++ b/src/router/databases/csv/shop_reward.csv @@ -0,0 +1,3 @@ +_id,_number,_type,_giveType,_value,_isBonus,_level,_amount,_masterReleaseLabelId +40100011,1,11,2,10,0,1,1,1 +40100012,1,11,2,100,0,1,1,1 diff --git a/src/router/masterdata/csv/skill_center.csv b/src/router/databases/csv/skill_center.csv similarity index 100% rename from src/router/masterdata/csv/skill_center.csv rename to src/router/databases/csv/skill_center.csv diff --git a/src/router/databases/csv/skill_center_effect.csv b/src/router/databases/csv/skill_center_effect.csv new file mode 100644 index 0000000..e76660b --- /dev/null +++ b/src/router/databases/csv/skill_center_effect.csv @@ -0,0 +1,70 @@ +_id,_targetSchoolGrade,_targetGroupId,_targetCardType,_calcType,_value,_targetParam,_masterReleaseLabelId +100001,0,0,4,0,3000,1,1 +100002,0,0,4,0,6000,1,1 +100003,0,0,4,0,8000,1,1 +100004,0,0,4,0,10000,1,1 +100005,0,100,4,0,3000,1,1 +100006,0,200,4,0,3000,1,1 +100007,0,300,4,0,3000,1,1 +100008,0,400,4,0,3000,1,1 +100009,0,101,4,0,5000,1,1 +100010,0,102,4,0,5000,1,1 +100011,0,103,4,0,5000,1,1 +100012,0,201,4,0,5000,1,1 +100013,0,202,4,0,5000,1,1 +100014,0,203,4,0,5000,1,1 +100015,0,301,4,0,5000,1,1 +100016,0,302,4,0,5000,1,1 +100017,0,303,4,0,5000,1,1 +100018,0,304,4,0,5000,1,1 +100019,0,0,1,0,13000,1,223103109 +100020,0,100,1,0,7000,1,223103109 +100021,0,200,1,0,7000,1,223103109 +100022,0,300,1,0,7000,1,223103109 +100023,0,400,1,0,7000,1,223103109 +200001,0,0,4,0,3000,2,1 +200002,0,0,4,0,6000,2,1 +200003,0,0,4,0,8000,2,1 +200004,0,0,4,0,10000,2,1 +200005,0,100,4,0,3000,2,1 +200006,0,200,4,0,3000,2,1 +200007,0,300,4,0,3000,2,1 +200008,0,400,4,0,3000,2,1 +200009,0,101,4,0,5000,2,1 +200010,0,102,4,0,5000,2,1 +200011,0,103,4,0,5000,2,1 +200012,0,201,4,0,5000,2,1 +200013,0,202,4,0,5000,2,1 +200014,0,203,4,0,5000,2,1 +200015,0,301,4,0,5000,2,1 +200016,0,302,4,0,5000,2,1 +200017,0,303,4,0,5000,2,1 +200018,0,304,4,0,5000,2,1 +200019,0,0,2,0,13000,2,223103109 +200020,0,100,2,0,7000,2,223103109 +200021,0,200,2,0,7000,2,223103109 +200022,0,300,2,0,7000,2,223103109 +200023,0,400,2,0,7000,2,223103109 +300001,0,0,4,0,3000,3,1 +300002,0,0,4,0,6000,3,1 +300003,0,0,4,0,8000,3,1 +300004,0,0,4,0,10000,3,1 +300005,0,100,4,0,3000,3,1 +300006,0,200,4,0,3000,3,1 +300007,0,300,4,0,3000,3,1 +300008,0,400,4,0,3000,3,1 +300009,0,101,4,0,5000,3,1 +300010,0,102,4,0,5000,3,1 +300011,0,103,4,0,5000,3,1 +300012,0,201,4,0,5000,3,1 +300013,0,202,4,0,5000,3,1 +300014,0,203,4,0,5000,3,1 +300015,0,301,4,0,5000,3,1 +300016,0,302,4,0,5000,3,1 +300017,0,303,4,0,5000,3,1 +300018,0,304,4,0,5000,3,1 +300019,0,0,3,0,13000,3,223101507 +300020,0,100,3,0,7000,3,223101507 +300021,0,200,3,0,7000,3,223101507 +300022,0,300,3,0,7000,3,223101507 +300023,0,400,3,0,7000,3,223101507 diff --git a/src/router/databases/csv/sound_key.csv b/src/router/databases/csv/sound_key.csv new file mode 100644 index 0000000..3b04445 --- /dev/null +++ b/src/router/databases/csv/sound_key.csv @@ -0,0 +1,200 @@ +_key,_soundType,_masterSoundId,_masterSoundNum,_masterReleaseLabelId +Area_Se_PlaceItemEffect,1,99999999,0,1 +Area_Se_SpineTap,1,99999999,0,1 +Area_Se_SwitchArrowTap,1,99999999,0,1 +BandTop_Se_Paper,1,99999999,0,1 +Button_Se_Back00,1,11000003,0,1 +Button_Se_Cancel00,1,11000002,0,1 +Button_Se_Decide00,1,11000001,0,1 +Button_Se_Select00,1,11000004,0,1 +Button_Se_Select01,1,11000005,0,1 +Dialog_Se_Open,1,11000007,0,1 +GachaScene_Bgm_Menu,0,99999999,0,1 +GachaScene_Bgm_Play,0,21000004,0,1 +GachaScene_Bgm_Result,0,99999999,0,1 +HomeScene_Bgm_Main,0,99999999,0,1 +HomeScene_Se_FrontUiDeco,1,99999999,0,1 +LiveScene_Se_Begin,1,11000035,0,1 +LiveScene_Se_BeginYell,1,99999999,0,1 +LiveScene_Se_BeginYellCurtain,1,99999999,0,1 +LiveScene_Se_BeginMonitorOn,1,99999999,0,1 +LiveScene_Se_Cassette,1,99999999,0,1 +LiveScene_Se_ClimaxBegin,1,99999999,0,1 +LiveScene_Se_ClimaxEnd,1,99999999,0,1 +LiveScene_Se_CutInBegin,1,99999999,0,1 +LiveScene_Se_CutInEnd,1,99999999,0,1 +LiveScene_Se_EndChangeCostume,1,99999999,0,1 +LiveScene_Se_EndFireworks,1,99999999,0,1 +LiveScene_Se_EndYell,1,99999999,0,1 +LiveScene_Se_EndFullCombo,1,99999999,0,1 +LiveScene_Se_EndClimaxPerfect,1,99999999,0,1 +LiveScene_Se_GameOver,1,99999999,0,1 +LiveScene_Se_InputEmpty,1,12000009,0,1 +LiveScene_Se_InputFlickBad,1,12000002,0,1 +LiveScene_Se_InputFlickGood,1,12000006,0,1 +LiveScene_Se_InputFlickGreat,1,12000006,0,1 +LiveScene_Se_InputFlickPerfect,1,12000006,0,1 +LiveScene_Se_InputLongPress,1,12000007,0,1 +LiveScene_Se_InputMiss,1,12000001,0,1 +LiveScene_Se_InputSkillBad,1,12000002,0,1 +LiveScene_Se_InputSkillGood,1,12000008,0,1 +LiveScene_Se_InputSkillGreat,1,12000008,0,1 +LiveScene_Se_InputSkillPerfect,1,12000008,0,1 +LiveScene_Se_InputTapBad,1,12000002,0,1 +LiveScene_Se_InputTapGood,1,12000003,0,1 +LiveScene_Se_InputTapGreat,1,12000004,0,1 +LiveScene_Se_InputTapPerfect,1,12000005,0,1 +LiveScene_Se_Pause,1,11000003,0,1 +LiveScene_Se_PauseButton,1,11000003,0,1 +LiveScene_Se_CountDown,1,11000063,0,1 +LiveResultScene_Bgm_Main,0,21000003,0,1 +LiveResultScene_Se_DropCoin,1,15000001,0,1 +LiveResultScene_Se_DropItem,1,15000001,0,1 +LiveResultScene_Se_Failure,1,99999999,0,1 +LiveResultScene_Se_FullCombo,1,15000005,0,1 +LiveResultScene_Se_ScoreRank,1,15000002,0,1 +LiveResultScene_Se_ScoreText,1,15000003,0,1 +LiveResultScene_Se_Success,1,15000004,0,1 +LiveResultScene_Se_TweenNumber,1,99999999,0,1 +LiveSelectScene_Bgm_Main,0,99999999,0,1 +LoadingScene_Bgm_Main,0,99999999,0,1 +LoginBonusScene_Bgm_Main,0,99999999,0,1 +MainUi_Se_Enter,1,99999999,0,1 +MainUi_Se_StoryReleaseDialog,1,99999999,0,1 +MusicSelectScene_Se_Cassette,1,99999999,0,1 +MusicSelectScene_Se_MusicSwitch,1,11000009,0,1 +Notice_Se_GroupExpAppear,1,11000008,0,1 +Notice_Se_GroupExpAppearBox,1,99999999,0,1 +Notice_Se_GroupExpVanish,1,99999999,0,1 +Notice_Se_GroupExpVanishBox,1,99999999,0,1 +Notice_Se_GroupExpGroupLevelUpEffect,1,99999999,0,1 +Notice_Se_MissionClearAppear,1,11000068,0,1 +NoticeScene_Bgm_Main,0,99999999,0,1 +OptionScene_Bgm_LiveMusic,0,21000007,0,1 +Practice_Se_Success,1,11000008,0,1 +Practice_Se_GageMax,1,11000013,0,1 +RankUpDialog_Se_Open,1,11000013,0,1 +ResourceDownload_Se_ChangeBg,1,11000001,0,1 +SkillPractice_Se_Success,1,11000008,0,1 +SkillPractice_Se_GageMax,1,11000013,0,1 +StorySelectScene_Bgm_Main,0,99999999,0,1 +StorySelectScene_Se_Balloon,1,99999999,0,1 +StorySelectScene_Se_Deco,1,99999999,0,1 +StorySelectScene_Se_Photo,1,11000051,0,1 +TapToAdjustTapTiming_Se_Adjusting,1,21000007,0,1 +TapToAdjustTapTiming_Bgm_Adjusting,0,21000007,0,1 +TitleScene_Bgm_Main,0,21000001,0,1 +TitleScene_Se_TapStart,1,11000006,0,1 +WipeAnimation_Se_Begin,1,99999999,0,1 +WipeAnimation_Se_Begin01,1,99999999,0,1 +WipeAnimation_Se_Begin02,1,99999999,0,1 +WipeAnimation_Se_Begin03,1,99999999,0,1 +WipeAnimation_Se_Begin04,1,99999999,0,1 +WipeAnimation_Se_Begin05,1,99999999,0,1 +WipeAnimation_Se_Begin06,1,99999999,0,1 +WipeAnimation_Se_Begin07,1,99999999,0,1 +Shop_Se_Buy,1,11000001,0,1 +Adv_Se_TextTap,1,99999999,0,1 +Adv_Se_MenuTabOn,1,11000004,0,1 +Adv_Se_MenuTabOff,1,11000003,0,1 +LoginBonusScene_Se_CharaStep,1,99999999,0,1 +LoginBonusScene_Se_BgDraw,1,11000010,0,1 +LoginBonusScene_Se_TodayShine,1,11000011,0,1 +LoginBonusScene_Se_ItemTransition,1,99999999,0,1 +LoginBonusScene_Se_TomorrowItem,1,11000011,0,1 +LoginBonusScene_Se_PaperMove,1,99999999,0,1 +NoticeScene_Se_PaperIn,1,99999999,0,1 +NoticeScene_Se_CassetteCaseIn,1,99999999,0,1 +NoticeScene_Se_CassetteIn,1,99999999,0,1 +NoticeScene_Se_BalloonMove,1,99999999,0,1 +HomeScene_Se_BannerTurn,1,99999999,0,1 +TrainingScene_Se_CharaEffect,1,11000014,0,1 +TrainingScene_Se_EffectChange,1,99999999,0,1 +GachaScene_Se_PhotoChange,1,11000001,0,1 +GachaScene_Se_CostumeActive,1,99999999,0,1 +GachaPlayScene_Se_MultiPhotoIn,1,11000015,0,1 +GachaPlayScene_Se_SinglePhotoIn,1,11000015,0,1 +GachaPlayScene_Se_Rare2Turn,1,11000020,0,1 +GachaPlayScene_Se_Rare3Turn,1,11000023,0,1 +GachaPlayScene_Se_Rare4Turn,1,11000026,0,1 +GachaPlayScene_Se_Shutter,1,99999999,0,1 +Room_Bgm_Main,0,99999999,0,1 +GachaPlayScene_Se_Rare2Bright,1,11000021,0,1 +GachaPlayScene_Se_Rare3Bright,1,11000024,0,1 +GachaPlayScene_Se_Rare4Bright,1,11000027,0,1 +GachaPlayScene_Se_Rare2Star,1,11000022,0,1 +GachaPlayScene_Se_Rare3Star,1,11000025,0,1 +GachaPlayScene_Se_Rare4Star,1,11000028,0,1 +GachaPlayScene_Se_EffectSerif,1,11000028,0,1 +LiveResultScene_Se_RankUp,1,11000013,0,1 +LiveResultScene_Se_AllPerfect,1,15000006,0,1 +LiveResultScene_Se_NewRecord,1,15000002,0,1 +LiveResultScene_Se_LevelUp,1,11000013,0,1 +LiveResultScene_Se_MissionComplete,1,11000012,0,1 +LiveResultScene_Se_MissionItemGet,1,11000010,0,1 +LiveResultScene_Se_DropItemGet,1,11000011,0,1 +LiveResultScene_Se_LiveLast,1,14000001,0,1 +HomeScene_Bgm_Muse,0,21000008,0,1 +HomeScene_Bgm_Aqors,0,21000009,0,1 +HomeScene_Bgm_Nijigaku,0,21000010,0,1 +HomeScene_Bgm_Liella,0,21000011,0,1 +Story_Bgm_Muse,0,21000013,0,1 +Story_Bgm_Aqours,0,21000014,0,1 +Story_Bgm_Nijigaku,0,21000015,0,1 +Story_Bgm_Liella,0,21000016,0,1 +Story_Bgm_general1,0,21000017,0,1 +Story_Bgm_general2,0,21000018,0,1 +Story_Bgm_general3,0,21000019,0,1 +Story_Bgm_general4,0,21000020,0,1 +Download_Se_Swipe,1,11000029,0,1 +Transition_Se_In,1,11000030,0,1 +GachaPlayScene_Se_List,1,11000031,0,1 +GachaPlayScene_Se_Logo,1,11000032,0,1 +MusicSelectScene_Se_MusicSelect,1,11000034,0,1 +MusicSelectScene_Se_Cheers,1,11000035,0,1 +Practice_Se_Awakening,1,11000036,0,1 +Story_Se_story001,1,11000037,0,1 +Story_Se_story002,1,11000038,0,1 +Story_Se_story003,1,11000039,0,1 +Story_Se_story004,1,11000040,0,1 +Story_Se_story005,1,11000041,0,1 +Story_Se_story006,1,11000042,0,1 +Story_Se_story007,1,11000043,0,1 +Story_Se_story008,1,11000044,0,1 +Story_Se_story009,1,11000045,0,1 +Story_Se_story010,1,11000046,0,1 +Story_Se_story011,1,11000047,0,1 +Dialog_Se_Close,1,11000048,0,1 +StorySelectScene_Se_ListIn,1,11000049,0,1 +StorySelectScene_Se_ListScroll,1,11000050,0,1 +StorySelectScene_Se_Episodes,1,11000051,0,1 +StorySelectScene_Se_AdvTransition,1,11000052,0,1 +ChatScene_Se_SendButton,1,11000053,0,1 +ChatScene_Se_IncomingButton,1,11000054,0,1 +ChatScene_Se_CancelButton,1,11000055,0,1 +ChatScene_Se_ChatOpen,1,11000056,0,1 +ChatScene_Se_ChatClose,1,11000057,0,1 +ChatScene_Se_WindowAnime,1,11000058,0,1 +ChatScene_Se_IncomingDialog,1,11000059,0,1 +OptionScene_Se_Slider,1,11000060,0,1 +Tutorial_Se_Stump,1,11000061,0,1 +GachaPlayScene_Se_ItemGacha,1,11000062,0,1 +GachaPlayScene_Bgm_Bgm01,0,21000023,0,1 +LiveResultScene_Bgm_Bgm01,0,21000024,0,1 +Nichijou_Bgm_Bgm01,0,21000025,0,1 +Nichijou_Bgm_Bgm02,0,21000026,0,1 +OptionScene_Se_TapAdjust,1,11000063,0,1 +GachaPlayScene_Se_GetR,1,11000064,0,1 +GachaPlayScene_Se_GetSR,1,11000065,0,1 +GachaPlayScene_Se_GetUR,1,11000066,0,1 +LiveResultScene_Se_ScoreRank02,1,15000007,0,1 +LiveResultScene_Se_Drumroll,1,15000008,0,1 +LiveResultScene_Se_MissionClearStamp,1,11000067,0,1 +Notice_Se_MissionClearAlert,1,11000068,0,1 +HomeBeginnerMission_Se_Clear,1,11000012,0,1 +HomeBeginnerMission_Se_Complete,1,11000034,0,1 +HomeBeginnerMission_Se_LineBingo,1,11000034,0,1 +HomeBeginnerMission_Se_BingoRewardDialogOpen,1,11000001,0,1 +StarEvent_Se_ScoreClearIn,1,11000108,0,1 +StarEvent_Se_ScoreClearOut,1,11000109,0,1 +StarEvent_Se_StarLvup,1,11000110,0,1 diff --git a/src/router/databases/csv/stamp.csv b/src/router/databases/csv/stamp.csv new file mode 100644 index 0000000..457bf87 --- /dev/null +++ b/src/router/databases/csv/stamp.csv @@ -0,0 +1,16 @@ +_id,_name,_bandCategory,_isRare,_spriteName,_priority,_masterReleaseLabelId +1001,がんばろう!,6,0,1001,1,1 +1002,よろしく!,6,0,1002,1,1 +1003,準備OK,6,0,1003,1,1 +1004,一期一会,6,0,1004,1,1 +1005,Ready!,6,0,1005,1,1 +1006,Fight!,6,0,1006,1,1 +1007,わくわく,6,0,1007,1,1 +1008,おつかれさま!,6,0,1008,1,1 +1009,Next stage…,6,0,1009,1,1 +1010,感謝,6,0,1010,1,1 +1011,Thank you!,6,0,1011,1,1 +1012,素晴らしい,6,0,1012,1,1 +1013,Amazing!,6,0,1013,1,1 +1014,フルコンボ!,6,0,1014,1,1 +1015,Sorry…,6,0,1015,1,1 diff --git a/src/router/databases/csv/star_event_card_bonus.csv b/src/router/databases/csv/star_event_card_bonus.csv new file mode 100644 index 0000000..fd494a8 --- /dev/null +++ b/src/router/databases/csv/star_event_card_bonus.csv @@ -0,0 +1,19 @@ +_masterEventId,_targetId,_pointBonusRatioList,_eventBonusAmountList,_masterReleaseLabelId +127,30070013,"1000,2000,0,0,0","1,2,0,0,0",223111504 +127,30050013,"1000,2000,0,0,0","1,2,0,0,0",223111504 +127,30040012,"1000,2000,0,0,0","1,2,0,0,0",223111504 +127,20070015,"0,0,0,0,0","1,2,0,0,0",223111504 +127,20040015,"0,0,0,0,0","1,2,0,0,0",223111504 +127,20030015,"0,0,0,0,0","1,2,0,0,0",223111504 +135,10030018,"1000,2000,0,0,0","1,2,0,0,0",224011504 +135,10060017,"1000,2000,0,0,0","1,2,0,0,0",224011504 +135,10050018,"1000,2000,0,0,0","1,2,0,0,0",224011504 +135,40010014,"0,0,0,0,0","1,2,0,0,0",224011504 +135,40020012,"0,0,0,0,0","1,2,0,0,0",224011504 +135,40080011,"0,0,0,0,0","1,2,0,0,0",224011504 +139,20020016,"1000,2000,0,0,0","1,2,0,0,0",224021404 +139,20060016,"1000,2000,0,0,0","1,2,0,0,0",224021404 +139,20080016,"1000,2000,0,0,0","1,2,0,0,0",224021404 +139,10030018,"0,0,0,0,0","1,2,0,0,0",224021404 +139,10060017,"0,0,0,0,0","1,2,0,0,0",224021404 +139,10050018,"0,0,0,0,0","1,2,0,0,0",224021404 diff --git a/src/router/databases/csv/star_event_level.csv b/src/router/databases/csv/star_event_level.csv new file mode 100644 index 0000000..f1caf38 --- /dev/null +++ b/src/router/databases/csv/star_event_level.csv @@ -0,0 +1,16 @@ +_id,_level,_liveScoreCoefficient,_masterReleaseLabelId +1,1,990,170 +1,2,995,170 +1,3,1000,170 +1,4,1005,170 +1,5,1010,170 +1,6,1015,170 +1,7,1020,170 +1,8,1025,170 +1,9,1030,170 +1,10,1035,170 +1,11,1040,170 +1,12,1045,170 +1,13,1050,170 +1,14,1055,170 +1,15,1060,170 diff --git a/src/router/masterdata/csv/star_event_level_reward.csv b/src/router/databases/csv/star_event_level_reward.csv similarity index 100% rename from src/router/masterdata/csv/star_event_level_reward.csv rename to src/router/databases/csv/star_event_level_reward.csv diff --git a/src/router/masterdata/csv/star_event_level_reward_setting.csv b/src/router/databases/csv/star_event_level_reward_setting.csv similarity index 100% rename from src/router/masterdata/csv/star_event_level_reward_setting.csv rename to src/router/databases/csv/star_event_level_reward_setting.csv diff --git a/src/router/databases/csv/star_event_setting.csv b/src/router/databases/csv/star_event_setting.csv new file mode 100644 index 0000000..b00f7cd --- /dev/null +++ b/src/router/databases/csv/star_event_setting.csv @@ -0,0 +1,4 @@ +_id,_starId,_masterReleaseLabelId +127,1,223111504 +135,1,224011504 +139,1,224021404 diff --git a/src/router/masterdata/csv/story.csv b/src/router/databases/csv/story.csv similarity index 100% rename from src/router/masterdata/csv/story.csv rename to src/router/databases/csv/story.csv diff --git a/src/router/masterdata/csv/story_part.csv b/src/router/databases/csv/story_part.csv similarity index 100% rename from src/router/masterdata/csv/story_part.csv rename to src/router/databases/csv/story_part.csv diff --git a/src/router/masterdata/csv/story_release.csv b/src/router/databases/csv/story_release.csv similarity index 100% rename from src/router/masterdata/csv/story_release.csv rename to src/router/databases/csv/story_release.csv diff --git a/src/router/databases/csv/story_reward.csv b/src/router/databases/csv/story_reward.csv new file mode 100644 index 0000000..b7110d3 --- /dev/null +++ b/src/router/databases/csv/story_reward.csv @@ -0,0 +1,18 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId +120000001,1,1,1,0,0,100,1 +120000011,1,16,2,1001001,0,1,1 +120000011,2,17,2,100100101,0,1,1 +120000011,3,16,2,1101001,0,1,1 +120000011,4,17,2,110100101,0,1,1 +120000012,1,16,2,2001001,0,1,1 +120000012,2,17,2,200100101,0,1,1 +120000012,3,16,2,2101001,0,1,1 +120000012,4,17,2,210100101,0,1,1 +120000013,1,16,2,3001001,0,1,1 +120000013,2,17,2,300100101,0,1,1 +120000013,3,16,2,3101001,0,1,1 +120000013,4,17,2,310100101,0,1,1 +120000014,1,16,2,4001001,0,1,1 +120000014,2,17,2,400100101,0,1,1 +120000014,3,16,2,4101001,0,1,1 +120000014,4,17,2,410100101,0,1,1 diff --git a/src/router/masterdata/csv/subscription_image.csv b/src/router/databases/csv/subscription_image.csv similarity index 100% rename from src/router/masterdata/csv/subscription_image.csv rename to src/router/databases/csv/subscription_image.csv diff --git a/src/router/databases/csv/sys_voice_key.csv b/src/router/databases/csv/sys_voice_key.csv new file mode 100644 index 0000000..324c0b9 --- /dev/null +++ b/src/router/databases/csv/sys_voice_key.csv @@ -0,0 +1 @@ +_key,_num,_group,_comment,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/text.csv b/src/router/databases/csv/text.csv similarity index 100% rename from src/router/masterdata/csv/text.csv rename to src/router/databases/csv/text.csv diff --git a/src/router/masterdata/csv/title.csv b/src/router/databases/csv/title.csv similarity index 100% rename from src/router/masterdata/csv/title.csv rename to src/router/databases/csv/title.csv diff --git a/src/router/databases/csv/title_screen.csv b/src/router/databases/csv/title_screen.csv new file mode 100644 index 0000000..d7f29fc --- /dev/null +++ b/src/router/databases/csv/title_screen.csv @@ -0,0 +1,6 @@ +_id,_prefabName,_masterBgmId,_priority,_masterReleaseLabelId +1,DefaultTitle1,21000001,0,1 +2,DefaultTitle2,21000001,0,1 +3,DefaultTitle3,21000001,0,1 +4,DefaultTitle4,21000001,0,1 +5,DefaultTitle5,21000001,0,1 diff --git a/src/router/masterdata/csv/url.csv b/src/router/databases/csv/url.csv similarity index 100% rename from src/router/masterdata/csv/url.csv rename to src/router/databases/csv/url.csv diff --git a/src/router/databases/csv/user_rank.csv b/src/router/databases/csv/user_rank.csv new file mode 100644 index 0000000..c358456 --- /dev/null +++ b/src/router/databases/csv/user_rank.csv @@ -0,0 +1,301 @@ +_rank,_exp,_masterUserRankRewardId,_maxFriend,_maxLp,_masterReleaseLabelId +1,0,0,40,100,1 +2,40,0,40,101,1 +3,130,0,40,102,1 +4,225,0,40,103,1 +5,325,0,40,104,1 +6,430,0,40,105,1 +7,540,0,40,106,1 +8,655,0,40,107,1 +9,775,0,40,108,1 +10,900,0,40,109,1 +11,1075,0,40,110,1 +12,1300,0,40,111,1 +13,1575,0,40,112,1 +14,1850,0,40,113,1 +15,2125,0,40,114,1 +16,2400,0,40,115,1 +17,2675,0,40,116,1 +18,2950,0,40,117,1 +19,3225,0,40,118,1 +20,3500,0,40,119,1 +21,3775,0,40,120,1 +22,4050,0,40,121,1 +23,4325,0,40,122,1 +24,4600,0,40,123,1 +25,4875,0,40,124,1 +26,5150,0,40,125,1 +27,5425,0,40,126,1 +28,5700,0,40,127,1 +29,5975,0,40,128,1 +30,6250,0,40,129,1 +31,6525,0,40,130,1 +32,6800,0,40,131,1 +33,7075,0,40,132,1 +34,7350,0,40,133,1 +35,7625,0,40,134,1 +36,7900,0,40,135,1 +37,8175,0,40,136,1 +38,8450,0,40,137,1 +39,8725,0,40,138,1 +40,9000,0,40,139,1 +41,9275,0,40,140,1 +42,9550,0,40,141,1 +43,9825,0,40,142,1 +44,10100,0,40,143,1 +45,10375,0,40,144,1 +46,10650,0,40,145,1 +47,10925,0,40,146,1 +48,11200,0,40,147,1 +49,11475,0,40,148,1 +50,11750,0,40,149,1 +51,12025,0,40,150,1 +52,12300,0,40,151,1 +53,12575,0,40,152,1 +54,12850,0,40,153,1 +55,13125,0,40,154,1 +56,13400,0,40,155,1 +57,13675,0,40,156,1 +58,13950,0,40,157,1 +59,14225,0,40,158,1 +60,14500,0,40,159,1 +61,14775,0,40,160,1 +62,15050,0,40,161,1 +63,15325,0,40,162,1 +64,15600,0,40,163,1 +65,15875,0,40,164,1 +66,16150,0,40,165,1 +67,16425,0,40,166,1 +68,16700,0,40,167,1 +69,16975,0,40,168,1 +70,17250,0,40,169,1 +71,17525,0,40,170,1 +72,17800,0,40,171,1 +73,18075,0,40,172,1 +74,18350,0,40,173,1 +75,18625,0,40,174,1 +76,18900,0,40,175,1 +77,19175,0,40,176,1 +78,19450,0,40,177,1 +79,19725,0,40,178,1 +80,20000,0,40,179,1 +81,20275,0,40,180,1 +82,20550,0,40,181,1 +83,20825,0,40,182,1 +84,21100,0,40,183,1 +85,21375,0,40,184,1 +86,21650,0,40,185,1 +87,21925,0,40,186,1 +88,22200,0,40,187,1 +89,22475,0,40,188,1 +90,22750,0,40,189,1 +91,23025,0,40,190,1 +92,23300,0,40,191,1 +93,23575,0,40,192,1 +94,23850,0,40,193,1 +95,24125,0,40,194,1 +96,24400,0,40,195,1 +97,24675,0,40,196,1 +98,24950,0,40,197,1 +99,25225,0,40,198,1 +100,25500,0,40,199,1 +101,25781,0,40,200,1 +102,26068,0,40,201,1 +103,26361,0,40,202,1 +104,26660,0,40,203,1 +105,26965,0,40,204,1 +106,27276,0,40,205,1 +107,27593,0,40,206,1 +108,27916,0,40,207,1 +109,28245,0,40,208,1 +110,28580,0,40,209,1 +111,28922,0,40,210,1 +112,29271,0,40,211,1 +113,29627,0,40,212,1 +114,29990,0,40,213,1 +115,30360,0,40,214,1 +116,30737,0,40,215,1 +117,31121,0,40,216,1 +118,31512,0,40,217,1 +119,31910,0,40,218,1 +120,32315,0,40,219,1 +121,32728,0,40,220,1 +122,33149,0,40,221,1 +123,33578,0,40,222,1 +124,34015,0,40,223,1 +125,34460,0,40,224,1 +126,34913,0,40,225,1 +127,35374,0,40,226,1 +128,35843,0,40,227,1 +129,36320,0,40,228,1 +130,36805,0,40,229,1 +131,37299,0,40,230,1 +132,37802,0,40,231,1 +133,38314,0,40,232,1 +134,38835,0,40,233,1 +135,39365,0,40,234,1 +136,39904,0,40,235,1 +137,40452,0,40,236,1 +138,41009,0,40,237,1 +139,41575,0,40,238,1 +140,42150,0,40,239,1 +141,42735,0,40,240,1 +142,43330,0,40,241,1 +143,43935,0,40,242,1 +144,44550,0,40,243,1 +145,45175,0,40,244,1 +146,45810,0,40,245,1 +147,46455,0,40,246,1 +148,47110,0,40,247,1 +149,47775,0,40,248,1 +150,48452,0,40,249,1 +151,49141,0,40,250,1 +152,49842,0,40,251,1 +153,50555,0,40,252,1 +154,51280,0,40,253,1 +155,52017,0,40,254,1 +156,52766,0,40,255,1 +157,53527,0,40,256,1 +158,54300,0,40,257,1 +159,55085,0,40,258,1 +160,55882,0,40,259,1 +161,56693,0,40,260,1 +162,57518,0,40,261,1 +163,58357,0,40,262,1 +164,59210,0,40,263,1 +165,60077,0,40,264,1 +166,60958,0,40,265,1 +167,61853,0,40,266,1 +168,62762,0,40,267,1 +169,63685,0,40,268,1 +170,64624,0,40,269,1 +171,65579,0,40,270,1 +172,66550,0,40,271,1 +173,67537,0,40,272,1 +174,68540,0,40,273,1 +175,69559,0,40,274,1 +176,70594,0,40,275,1 +177,71645,0,40,276,1 +178,72712,0,40,277,1 +179,73795,0,40,278,1 +180,74894,0,40,279,1 +181,76011,0,40,280,1 +182,77146,0,40,281,1 +183,78299,0,40,282,1 +184,79470,0,40,283,1 +185,80659,0,40,284,1 +186,81866,0,40,285,1 +187,83091,0,40,286,1 +188,84334,0,40,287,1 +189,85595,0,40,288,1 +190,86874,0,40,289,1 +191,88173,0,40,290,1 +192,89492,0,40,291,1 +193,90831,0,40,292,1 +194,92190,0,40,293,1 +195,93569,0,40,294,1 +196,94968,0,40,295,1 +197,96387,0,40,296,1 +198,97826,0,40,297,1 +199,99285,0,40,298,1 +200,100764,0,40,299,1 +201,102263,0,40,300,1 +202,111023,0,40,300,1 +203,119783,0,40,300,1 +204,128543,0,40,300,1 +205,137303,0,40,300,1 +206,146063,0,40,300,1 +207,154823,0,40,300,1 +208,163583,0,40,300,1 +209,172343,0,40,300,1 +210,181103,0,40,300,1 +211,189863,0,40,300,1 +212,198623,0,40,300,1 +213,207383,0,40,300,1 +214,216143,0,40,300,1 +215,224903,0,40,300,1 +216,233663,0,40,300,1 +217,242423,0,40,300,1 +218,251183,0,40,300,1 +219,259943,0,40,300,1 +220,268703,0,40,300,1 +221,277463,0,40,300,1 +222,286223,0,40,300,1 +223,294983,0,40,300,1 +224,303743,0,40,300,1 +225,312503,0,40,300,1 +226,321263,0,40,300,1 +227,330023,0,40,300,1 +228,338783,0,40,300,1 +229,347543,0,40,300,1 +230,356303,0,40,300,1 +231,365063,0,40,300,1 +232,373823,0,40,300,1 +233,382583,0,40,300,1 +234,391343,0,40,300,1 +235,400103,0,40,300,1 +236,408863,0,40,300,1 +237,417623,0,40,300,1 +238,426383,0,40,300,1 +239,435143,0,40,300,1 +240,443903,0,40,300,1 +241,452663,0,40,300,1 +242,461423,0,40,300,1 +243,470183,0,40,300,1 +244,478943,0,40,300,1 +245,487703,0,40,300,1 +246,496463,0,40,300,1 +247,505223,0,40,300,1 +248,513983,0,40,300,1 +249,522743,0,40,300,1 +250,531503,0,40,300,1 +251,540263,0,40,300,1 +252,549023,0,40,300,1 +253,557783,0,40,300,1 +254,566543,0,40,300,1 +255,575303,0,40,300,1 +256,584063,0,40,300,1 +257,592823,0,40,300,1 +258,601583,0,40,300,1 +259,610343,0,40,300,1 +260,619103,0,40,300,1 +261,627863,0,40,300,1 +262,636623,0,40,300,1 +263,645383,0,40,300,1 +264,654143,0,40,300,1 +265,662903,0,40,300,1 +266,671663,0,40,300,1 +267,680423,0,40,300,1 +268,689183,0,40,300,1 +269,697943,0,40,300,1 +270,706703,0,40,300,1 +271,715463,0,40,300,1 +272,724223,0,40,300,1 +273,732983,0,40,300,1 +274,741743,0,40,300,1 +275,750503,0,40,300,1 +276,759263,0,40,300,1 +277,768023,0,40,300,1 +278,776783,0,40,300,1 +279,785543,0,40,300,1 +280,794303,0,40,300,1 +281,803063,0,40,300,1 +282,811823,0,40,300,1 +283,820583,0,40,300,1 +284,829343,0,40,300,1 +285,838103,0,40,300,1 +286,846863,0,40,300,1 +287,855623,0,40,300,1 +288,864383,0,40,300,1 +289,873143,0,40,300,1 +290,881903,0,40,300,1 +291,890663,0,40,300,1 +292,899423,0,40,300,1 +293,908183,0,40,300,1 +294,916943,0,40,300,1 +295,925703,0,40,300,1 +296,934463,0,40,300,1 +297,943223,0,40,300,1 +298,951983,0,40,300,1 +299,960743,0,40,300,1 +300,969503,0,40,300,1 diff --git a/src/router/databases/csv/user_rank_reward.csv b/src/router/databases/csv/user_rank_reward.csv new file mode 100644 index 0000000..4c8d018 --- /dev/null +++ b/src/router/databases/csv/user_rank_reward.csv @@ -0,0 +1 @@ +_id,_number,_type,_giveType,_value,_level,_amount,_masterReleaseLabelId diff --git a/src/router/masterdata/csv/voice.csv b/src/router/databases/csv/voice.csv similarity index 100% rename from src/router/masterdata/csv/voice.csv rename to src/router/databases/csv/voice.csv diff --git a/src/router/databases/csv/voice_key.csv b/src/router/databases/csv/voice_key.csv new file mode 100644 index 0000000..3c71e72 --- /dev/null +++ b/src/router/databases/csv/voice_key.csv @@ -0,0 +1 @@ +_key,_masterVoiceId,_masterVoiceNum,_masterReleaseLabelId diff --git a/src/router/databases/csv/wipe.csv b/src/router/databases/csv/wipe.csv new file mode 100644 index 0000000..04fabd5 --- /dev/null +++ b/src/router/databases/csv/wipe.csv @@ -0,0 +1,10 @@ +_id,_prefabPath,_readySeKey,_wipeSeKey,_masterReleaseLabelId +1,LiveFree/Wipe_LiveFree,,,1 +2,LiveFree/Wipe_LiveFree,,,1 +3,LiveFree/Wipe_LiveFree,,,1 +4,LiveFree/Wipe_LiveFree,,,1 +5,LiveFree/Wipe_LiveFree,,,1 +6,LiveFree/Wipe_LiveFree,,,1 +7,LiveFree/Wipe_LiveFree,,,1 +8,LiveFree/Wipe_LiveFree,,,1 +9,StoryOut/Wipe_StoryOut,,,1 diff --git a/src/router/databases/csv/wipe_play_list.csv b/src/router/databases/csv/wipe_play_list.csv new file mode 100644 index 0000000..2ccad97 --- /dev/null +++ b/src/router/databases/csv/wipe_play_list.csv @@ -0,0 +1 @@ +_id,_wipeIdList,_masterReleaseLabelId diff --git a/src/router/databases/json/card.json b/src/router/databases/json/card.json deleted file mode 100644 index 96ec967..0000000 --- a/src/router/databases/json/card.json +++ /dev/null @@ -1,13296 +0,0 @@ -[ - { - "id": 10010001, - "masterCharacterId": 1001, - "name": "発起人", - "type": 2, - "masterSkillCenterId": 100001, - "masterSkillId": 10010001, - "rarity": 2, - "hp": 2, - "smile": 3767, - "cool": 2968, - "pure": 3265, - "illustId": "01001_0001_00", - "evolveIllustId": "01001_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010002, - "masterCharacterId": 1001, - "name": "猪突猛進!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10010002, - "rarity": 1, - "hp": 2, - "smile": 3102, - "cool": 2899, - "pure": 3999, - "illustId": "01001_0002_00", - "evolveIllustId": "01001_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010003, - "masterCharacterId": 1001, - "name": "ポジティブ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10010003, - "rarity": 1, - "hp": 2, - "smile": 3235, - "cool": 3774, - "pure": 2991, - "illustId": "01001_0003_00", - "evolveIllustId": "01001_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010004, - "masterCharacterId": 1001, - "name": "元気が取り柄", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10010004, - "rarity": 1, - "hp": 2, - "smile": 3005, - "cool": 3085, - "pure": 3910, - "illustId": "01001_0004_00", - "evolveIllustId": "01001_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010005, - "masterCharacterId": 1001, - "name": "練習準備!", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10010005, - "rarity": 1, - "hp": 2, - "smile": 3130, - "cool": 3634, - "pure": 3236, - "illustId": "01001_0005_00", - "evolveIllustId": "01001_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010006, - "masterCharacterId": 1001, - "name": "一緒に歌おう", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10010006, - "rarity": 1, - "hp": 2, - "smile": 3600, - "cool": 3113, - "pure": 3287, - "illustId": "01001_0006_00", - "evolveIllustId": "01001_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010007, - "masterCharacterId": 1001, - "name": "おやすみ笑顔", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10010007, - "rarity": 1, - "hp": 2, - "smile": 3224, - "cool": 3035, - "pure": 3741, - "illustId": "01001_0007_00", - "evolveIllustId": "01001_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010008, - "masterCharacterId": 1001, - "name": "おでかけ笑顔", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10010008, - "rarity": 1, - "hp": 2, - "smile": 3720, - "cool": 3337, - "pure": 2943, - "illustId": "01001_0008_00", - "evolveIllustId": "01001_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010009, - "masterCharacterId": 1001, - "name": "スマッシュするよ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10010009, - "rarity": 1, - "hp": 2, - "smile": 2992, - "cool": 4077, - "pure": 2931, - "illustId": "01001_0009_00", - "evolveIllustId": "01001_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010010, - "masterCharacterId": 1001, - "name": "笑顔全開!", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10010010, - "rarity": 2, - "hp": 3, - "smile": 4599, - "cool": 3417, - "pure": 3484, - "illustId": "01001_0010_00", - "evolveIllustId": "01001_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010011, - "masterCharacterId": 1001, - "name": "炎の心", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10010011, - "rarity": 2, - "hp": 3, - "smile": 3344, - "cool": 3471, - "pure": 4685, - "illustId": "01001_0011_00", - "evolveIllustId": "01001_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_adv_0022", - "evolveUniqueBackgroundFileName": "b_card_0031", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010012, - "masterCharacterId": 1001, - "name": "たべちゃうぞ?", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10010012, - "rarity": 2, - "hp": 3, - "smile": 3665, - "cool": 4185, - "pure": 3650, - "illustId": "01001_0012_00", - "evolveIllustId": "01001_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0002", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010013, - "masterCharacterId": 1001, - "name": "満開の桜", - "type": 1, - "masterSkillCenterId": 100005, - "masterSkillId": 10010013, - "rarity": 3, - "hp": 4, - "smile": 4769, - "cool": 3962, - "pure": 4269, - "illustId": "01001_0013_00", - "evolveIllustId": "01001_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10010013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10010014, - "masterCharacterId": 1001, - "name": "ライスフルーツ!?", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10010014, - "rarity": 3, - "hp": 4, - "smile": 4263, - "cool": 4693, - "pure": 4044, - "illustId": "01001_0014_00", - "evolveIllustId": "01001_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2051, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020001, - "masterCharacterId": 1002, - "name": "クォーター", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10020001, - "rarity": 1, - "hp": 2, - "smile": 3867, - "cool": 3108, - "pure": 3025, - "illustId": "01002_0001_00", - "evolveIllustId": "01002_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020002, - "masterCharacterId": 1002, - "name": "頭脳明晰", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10020002, - "rarity": 1, - "hp": 2, - "smile": 3196, - "cool": 2943, - "pure": 3861, - "illustId": "01002_0002_00", - "evolveIllustId": "01002_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020003, - "masterCharacterId": 1002, - "name": "みんなの人気者", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10020003, - "rarity": 1, - "hp": 2, - "smile": 2962, - "cool": 3805, - "pure": 3233, - "illustId": "01002_0003_00", - "evolveIllustId": "01002_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020004, - "masterCharacterId": 1002, - "name": "運動神経抜群", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10020004, - "rarity": 1, - "hp": 2, - "smile": 3166, - "cool": 2807, - "pure": 4027, - "illustId": "01002_0004_00", - "evolveIllustId": "01002_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020005, - "masterCharacterId": 1002, - "name": "責任感", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10020005, - "rarity": 1, - "hp": 2, - "smile": 3063, - "cool": 3608, - "pure": 3329, - "illustId": "01002_0005_00", - "evolveIllustId": "01002_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020006, - "masterCharacterId": 1002, - "name": "生徒会長", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10020006, - "rarity": 1, - "hp": 2, - "smile": 3926, - "cool": 2840, - "pure": 3234, - "illustId": "01002_0006_00", - "evolveIllustId": "01002_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020007, - "masterCharacterId": 1002, - "name": "眠りにつく前", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10020007, - "rarity": 1, - "hp": 2, - "smile": 3083, - "cool": 3008, - "pure": 3909, - "illustId": "01002_0007_00", - "evolveIllustId": "01002_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020008, - "masterCharacterId": 1002, - "name": "おでかけするわ!", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10020008, - "rarity": 1, - "hp": 2, - "smile": 4015, - "cool": 2866, - "pure": 3119, - "illustId": "01002_0008_00", - "evolveIllustId": "01002_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020009, - "masterCharacterId": 1002, - "name": "応援しましょ♪", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10020009, - "rarity": 1, - "hp": 2, - "smile": 3195, - "cool": 4009, - "pure": 2796, - "illustId": "01002_0009_00", - "evolveIllustId": "01002_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020010, - "masterCharacterId": 1002, - "name": "ハラショー♪", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10020010, - "rarity": 2, - "hp": 3, - "smile": 4487, - "cool": 3621, - "pure": 3392, - "illustId": "01002_0010_00", - "evolveIllustId": "01002_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020011, - "masterCharacterId": 1002, - "name": "エリーの懺悔室", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10020011, - "rarity": 2, - "hp": 3, - "smile": 3783, - "cool": 3385, - "pure": 4332, - "illustId": "01002_0011_00", - "evolveIllustId": "01002_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0008", - "evolveUniqueBackgroundFileName": "b_card_0033", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020012, - "masterCharacterId": 1002, - "name": "狐の嫁入り", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10020012, - "rarity": 2, - "hp": 3, - "smile": 3656, - "cool": 4281, - "pure": 3563, - "illustId": "01002_0012_00", - "evolveIllustId": "01002_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0011", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020013, - "masterCharacterId": 1002, - "name": "夕暮れの生徒会室", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 10020013, - "rarity": 3, - "hp": 4, - "smile": 3954, - "cool": 5270, - "pure": 3776, - "illustId": "01002_0013_00", - "evolveIllustId": "01002_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10020013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10020014, - "masterCharacterId": 1002, - "name": "亜里沙のイタズラ?", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 10020014, - "rarity": 3, - "hp": 4, - "smile": 3958, - "cool": 4091, - "pure": 4951, - "illustId": "01002_0014_00", - "evolveIllustId": "01002_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1987, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030001, - "masterCharacterId": 1003, - "name": "おっとり柔らか", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10030001, - "rarity": 1, - "hp": 2, - "smile": 3940, - "cool": 2872, - "pure": 3188, - "illustId": "01003_0001_00", - "evolveIllustId": "01003_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030002, - "masterCharacterId": 1003, - "name": "実はメイドさん", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10030002, - "rarity": 1, - "hp": 2, - "smile": 2938, - "cool": 3073, - "pure": 3989, - "illustId": "01003_0002_00", - "evolveIllustId": "01003_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030003, - "masterCharacterId": 1003, - "name": "ことりと遊ぼう♪", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10030003, - "rarity": 1, - "hp": 2, - "smile": 3202, - "cool": 3717, - "pure": 3081, - "illustId": "01003_0003_00", - "evolveIllustId": "01003_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030004, - "masterCharacterId": 1003, - "name": "準備はできてる!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10030004, - "rarity": 1, - "hp": 2, - "smile": 3200, - "cool": 3042, - "pure": 3758, - "illustId": "01003_0004_00", - "evolveIllustId": "01003_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030005, - "masterCharacterId": 1003, - "name": "いっくよー!", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10030005, - "rarity": 1, - "hp": 2, - "smile": 3209, - "cool": 3635, - "pure": 3156, - "illustId": "01003_0005_00", - "evolveIllustId": "01003_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030006, - "masterCharacterId": 1003, - "name": "♡のサイン", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10030006, - "rarity": 1, - "hp": 2, - "smile": 3764, - "cool": 2937, - "pure": 3299, - "illustId": "01003_0006_00", - "evolveIllustId": "01003_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030007, - "masterCharacterId": 1003, - "name": "おねむな時間", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10030007, - "rarity": 1, - "hp": 2, - "smile": 2987, - "cool": 2914, - "pure": 4099, - "illustId": "01003_0007_00", - "evolveIllustId": "01003_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030008, - "masterCharacterId": 1003, - "name": "おでかけおめかし", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10030008, - "rarity": 1, - "hp": 2, - "smile": 4028, - "cool": 2893, - "pure": 3079, - "illustId": "01003_0008_00", - "evolveIllustId": "01003_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030009, - "masterCharacterId": 1003, - "name": "コートを駆け抜けて", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10030009, - "rarity": 1, - "hp": 2, - "smile": 3323, - "cool": 3624, - "pure": 3053, - "illustId": "01003_0009_00", - "evolveIllustId": "01003_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030010, - "masterCharacterId": 1003, - "name": "癒しの女神", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10030010, - "rarity": 2, - "hp": 3, - "smile": 4500, - "cool": 3609, - "pure": 3391, - "illustId": "01003_0010_00", - "evolveIllustId": "01003_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0075", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030011, - "masterCharacterId": 1003, - "name": "素敵なお菓子", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10030011, - "rarity": 2, - "hp": 3, - "smile": 3668, - "cool": 3662, - "pure": 4170, - "illustId": "01003_0011_00", - "evolveIllustId": "01003_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_adv_0022", - "evolveUniqueBackgroundFileName": "b_card_0018", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030012, - "masterCharacterId": 1003, - "name": "ひつじのきもち", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10030012, - "rarity": 2, - "hp": 3, - "smile": 3667, - "cool": 4383, - "pure": 3450, - "illustId": "01003_0012_00", - "evolveIllustId": "01003_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0002", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030013, - "masterCharacterId": 1003, - "name": "いらっしゃいませ♪", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10030013, - "rarity": 3, - "hp": 4, - "smile": 3725, - "cool": 3960, - "pure": 5315, - "illustId": "01003_0013_00", - "evolveIllustId": "01003_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10030013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10030014, - "masterCharacterId": 1003, - "name": "間違えないで〜!", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10030014, - "rarity": 3, - "hp": 4, - "smile": 4030, - "cool": 5285, - "pure": 3685, - "illustId": "01003_0014_00", - "evolveIllustId": "01003_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2052, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040001, - "masterCharacterId": 1004, - "name": "大和撫子", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10040001, - "rarity": 1, - "hp": 2, - "smile": 3815, - "cool": 3193, - "pure": 2992, - "illustId": "01004_0001_00", - "evolveIllustId": "01004_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040002, - "masterCharacterId": 1004, - "name": "日舞の家元", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10040002, - "rarity": 1, - "hp": 2, - "smile": 3061, - "cool": 3124, - "pure": 3815, - "illustId": "01004_0002_00", - "evolveIllustId": "01004_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040003, - "masterCharacterId": 1004, - "name": "凛として", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10040003, - "rarity": 1, - "hp": 2, - "smile": 3081, - "cool": 3934, - "pure": 2985, - "illustId": "01004_0003_00", - "evolveIllustId": "01004_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040004, - "masterCharacterId": 1004, - "name": "厳しい練習", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10040004, - "rarity": 1, - "hp": 2, - "smile": 3114, - "cool": 2955, - "pure": 3931, - "illustId": "01004_0004_00", - "evolveIllustId": "01004_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040005, - "masterCharacterId": 1004, - "name": "身体をほぐす", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10040005, - "rarity": 1, - "hp": 2, - "smile": 2861, - "cool": 4081, - "pure": 3058, - "illustId": "01004_0005_00", - "evolveIllustId": "01004_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040006, - "masterCharacterId": 1004, - "name": "撫子の微笑", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10040006, - "rarity": 1, - "hp": 2, - "smile": 3732, - "cool": 3209, - "pure": 3059, - "illustId": "01004_0006_00", - "evolveIllustId": "01004_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040007, - "masterCharacterId": 1004, - "name": "おやすみの挨拶", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10040007, - "rarity": 1, - "hp": 2, - "smile": 3055, - "cool": 3273, - "pure": 3672, - "illustId": "01004_0007_00", - "evolveIllustId": "01004_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040008, - "masterCharacterId": 1004, - "name": "ハイカーのやまびこ", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10040008, - "rarity": 1, - "hp": 2, - "smile": 3796, - "cool": 2919, - "pure": 3285, - "illustId": "01004_0008_00", - "evolveIllustId": "01004_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040009, - "masterCharacterId": 1004, - "name": "白衣でキリッと", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10040009, - "rarity": 1, - "hp": 2, - "smile": 3022, - "cool": 3641, - "pure": 3337, - "illustId": "01004_0009_00", - "evolveIllustId": "01004_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040010, - "masterCharacterId": 1004, - "name": "精神統一", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10040010, - "rarity": 2, - "hp": 3, - "smile": 4452, - "cool": 3673, - "pure": 3375, - "illustId": "01004_0010_00", - "evolveIllustId": "01004_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040011, - "masterCharacterId": 1004, - "name": "ラブバインド", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10040011, - "rarity": 2, - "hp": 3, - "smile": 3471, - "cool": 3618, - "pure": 4411, - "illustId": "01004_0011_00", - "evolveIllustId": "01004_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_adv_0022", - "evolveUniqueBackgroundFileName": "b_card_0028", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040012, - "masterCharacterId": 1004, - "name": "幸運の白うさぎ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10040012, - "rarity": 2, - "hp": 3, - "smile": 3522, - "cool": 4678, - "pure": 3300, - "illustId": "01004_0012_00", - "evolveIllustId": "01004_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0004", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040013, - "masterCharacterId": 1004, - "name": "無心へと", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10040013, - "rarity": 3, - "hp": 4, - "smile": 4773, - "cool": 4158, - "pure": 4069, - "illustId": "01004_0013_00", - "evolveIllustId": "01004_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10040013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10040014, - "masterCharacterId": 1004, - "name": "気持ちは一つ", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 10040014, - "rarity": 3, - "hp": 4, - "smile": 4251, - "cool": 4013, - "pure": 4736, - "illustId": "01004_0014_00", - "evolveIllustId": "01004_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2053, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050001, - "masterCharacterId": 1005, - "name": "体育会系", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10050001, - "rarity": 1, - "hp": 2, - "smile": 3821, - "cool": 3019, - "pure": 3160, - "illustId": "01005_0001_00", - "evolveIllustId": "01005_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050002, - "masterCharacterId": 1005, - "name": "いつでも明るく", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10050002, - "rarity": 1, - "hp": 2, - "smile": 3180, - "cool": 2892, - "pure": 3928, - "illustId": "01005_0002_00", - "evolveIllustId": "01005_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050003, - "masterCharacterId": 1005, - "name": "元気にジャンプ☆", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10050003, - "rarity": 1, - "hp": 2, - "smile": 3107, - "cool": 4073, - "pure": 2820, - "illustId": "01005_0003_00", - "evolveIllustId": "01005_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050004, - "masterCharacterId": 1005, - "name": "準備万端", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10050004, - "rarity": 1, - "hp": 2, - "smile": 3352, - "cool": 2952, - "pure": 3696, - "illustId": "01005_0004_00", - "evolveIllustId": "01005_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050005, - "masterCharacterId": 1005, - "name": "屋上練習", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10050005, - "rarity": 1, - "hp": 2, - "smile": 3275, - "cool": 3805, - "pure": 2920, - "illustId": "01005_0005_00", - "evolveIllustId": "01005_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050006, - "masterCharacterId": 1005, - "name": "よろしくにゃ♪", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10050006, - "rarity": 1, - "hp": 2, - "smile": 3915, - "cool": 3180, - "pure": 2905, - "illustId": "01005_0006_00", - "evolveIllustId": "01005_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050007, - "masterCharacterId": 1005, - "name": "おやすみ準備", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10050007, - "rarity": 1, - "hp": 2, - "smile": 3001, - "cool": 3191, - "pure": 3808, - "illustId": "01005_0007_00", - "evolveIllustId": "01005_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050008, - "masterCharacterId": 1005, - "name": "レッツハイキング", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10050008, - "rarity": 1, - "hp": 2, - "smile": 3751, - "cool": 3113, - "pure": 3136, - "illustId": "01005_0008_00", - "evolveIllustId": "01005_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050009, - "masterCharacterId": 1005, - "name": "タイムを競う", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10050009, - "rarity": 1, - "hp": 2, - "smile": 3019, - "cool": 3809, - "pure": 3172, - "illustId": "01005_0009_00", - "evolveIllustId": "01005_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050010, - "masterCharacterId": 1005, - "name": "μ'sの元気印", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10050010, - "rarity": 2, - "hp": 3, - "smile": 4192, - "cool": 3481, - "pure": 3827, - "illustId": "01005_0010_00", - "evolveIllustId": "01005_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0028", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050011, - "masterCharacterId": 1005, - "name": "凛をご覧下さいにゃ♪", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10050011, - "rarity": 2, - "hp": 3, - "smile": 3564, - "cool": 3272, - "pure": 4664, - "illustId": "01005_0011_00", - "evolveIllustId": "01005_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0005", - "evolveUniqueBackgroundFileName": "b_card_0034", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050012, - "masterCharacterId": 1005, - "name": "きまぐれにゃんこ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10050012, - "rarity": 2, - "hp": 3, - "smile": 3508, - "cool": 4533, - "pure": 3459, - "illustId": "01005_0012_00", - "evolveIllustId": "01005_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0006", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050013, - "masterCharacterId": 1005, - "name": "きらめく屋上", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 10050013, - "rarity": 3, - "hp": 4, - "smile": 4136, - "cool": 4958, - "pure": 3906, - "illustId": "01005_0013_00", - "evolveIllustId": "01005_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10050013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10050014, - "masterCharacterId": 1005, - "name": "初めての手作りチョコ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 10050014, - "rarity": 3, - "hp": 4, - "smile": 5229, - "cool": 3828, - "pure": 3943, - "illustId": "01005_0014_00", - "evolveIllustId": "01005_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2021, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060001, - "masterCharacterId": 1006, - "name": "大病院のお嬢様", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10060001, - "rarity": 1, - "hp": 2, - "smile": 3748, - "cool": 3179, - "pure": 3073, - "illustId": "01006_0001_00", - "evolveIllustId": "01006_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060002, - "masterCharacterId": 1006, - "name": "高飛車", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10060002, - "rarity": 1, - "hp": 2, - "smile": 3136, - "cool": 3023, - "pure": 3841, - "illustId": "01006_0002_00", - "evolveIllustId": "01006_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060003, - "masterCharacterId": 1006, - "name": "誇りを持って", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10060003, - "rarity": 1, - "hp": 2, - "smile": 3216, - "cool": 3632, - "pure": 3152, - "illustId": "01006_0003_00", - "evolveIllustId": "01006_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060004, - "masterCharacterId": 1006, - "name": "強気で練習", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10060004, - "rarity": 1, - "hp": 2, - "smile": 3301, - "cool": 2932, - "pure": 3767, - "illustId": "01006_0004_00", - "evolveIllustId": "01006_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060005, - "masterCharacterId": 1006, - "name": "ストレッチから", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10060005, - "rarity": 1, - "hp": 2, - "smile": 2944, - "cool": 3999, - "pure": 3057, - "illustId": "01006_0005_00", - "evolveIllustId": "01006_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060006, - "masterCharacterId": 1006, - "name": "果敢に意見", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10060006, - "rarity": 1, - "hp": 2, - "smile": 4025, - "cool": 2960, - "pure": 3015, - "illustId": "01006_0006_00", - "evolveIllustId": "01006_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060007, - "masterCharacterId": 1006, - "name": "明日の予定は", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10060007, - "rarity": 1, - "hp": 2, - "smile": 2841, - "cool": 3071, - "pure": 4088, - "illustId": "01006_0007_00", - "evolveIllustId": "01006_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060008, - "masterCharacterId": 1006, - "name": "お嬢様のおでかけ", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10060008, - "rarity": 1, - "hp": 2, - "smile": 3775, - "cool": 2938, - "pure": 3287, - "illustId": "01006_0008_00", - "evolveIllustId": "01006_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060009, - "masterCharacterId": 1006, - "name": "スパイラルを決めて", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10060009, - "rarity": 1, - "hp": 2, - "smile": 2955, - "cool": 3878, - "pure": 3167, - "illustId": "01006_0009_00", - "evolveIllustId": "01006_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060010, - "masterCharacterId": 1006, - "name": "放課後の歌姫", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10060010, - "rarity": 2, - "hp": 3, - "smile": 4433, - "cool": 3516, - "pure": 3551, - "illustId": "01006_0010_00", - "evolveIllustId": "01006_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0033", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060011, - "masterCharacterId": 1006, - "name": "秘密の診察室", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10060011, - "rarity": 2, - "hp": 3, - "smile": 3697, - "cool": 3487, - "pure": 4316, - "illustId": "01006_0011_00", - "evolveIllustId": "01006_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_adv_0022", - "evolveUniqueBackgroundFileName": "b_card_0075", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060012, - "masterCharacterId": 1006, - "name": "次の獲物はアナタ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10060012, - "rarity": 2, - "hp": 3, - "smile": 3563, - "cool": 4649, - "pure": 3288, - "illustId": "01006_0012_00", - "evolveIllustId": "01006_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0007", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060013, - "masterCharacterId": 1006, - "name": "スマホ越しのはにかみ", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10060013, - "rarity": 3, - "hp": 4, - "smile": 4107, - "cool": 4070, - "pure": 4823, - "illustId": "01006_0013_00", - "evolveIllustId": "01006_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10060013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10060014, - "masterCharacterId": 1006, - "name": "フルーツティー", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10060014, - "rarity": 3, - "hp": 4, - "smile": 3984, - "cool": 4866, - "pure": 4150, - "illustId": "01006_0014_00", - "evolveIllustId": "01006_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2022, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070001, - "masterCharacterId": 1007, - "name": "意外と策士", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10070001, - "rarity": 1, - "hp": 2, - "smile": 3880, - "cool": 3020, - "pure": 3100, - "illustId": "01007_0001_00", - "evolveIllustId": "01007_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070002, - "masterCharacterId": 1007, - "name": "巻き込んじゃうぞ", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10070002, - "rarity": 1, - "hp": 2, - "smile": 3075, - "cool": 2825, - "pure": 4100, - "illustId": "01007_0002_00", - "evolveIllustId": "01007_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070003, - "masterCharacterId": 1007, - "name": "のほほんとして", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10070003, - "rarity": 1, - "hp": 2, - "smile": 2862, - "cool": 4066, - "pure": 3072, - "illustId": "01007_0003_00", - "evolveIllustId": "01007_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070004, - "masterCharacterId": 1007, - "name": "まぶしい光", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10070004, - "rarity": 1, - "hp": 2, - "smile": 2920, - "cool": 3043, - "pure": 4037, - "illustId": "01007_0004_00", - "evolveIllustId": "01007_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070005, - "masterCharacterId": 1007, - "name": "今から練習♪", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10070005, - "rarity": 1, - "hp": 2, - "smile": 2982, - "cool": 4060, - "pure": 2958, - "illustId": "01007_0005_00", - "evolveIllustId": "01007_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070006, - "masterCharacterId": 1007, - "name": "占いの力", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10070006, - "rarity": 1, - "hp": 2, - "smile": 3648, - "cool": 3299, - "pure": 3053, - "illustId": "01007_0006_00", - "evolveIllustId": "01007_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070007, - "masterCharacterId": 1007, - "name": "明日もよろしく", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10070007, - "rarity": 1, - "hp": 2, - "smile": 3141, - "cool": 3209, - "pure": 3650, - "illustId": "01007_0007_00", - "evolveIllustId": "01007_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070008, - "masterCharacterId": 1007, - "name": "おでかけ日和", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10070008, - "rarity": 1, - "hp": 2, - "smile": 3736, - "cool": 2955, - "pure": 3309, - "illustId": "01007_0008_00", - "evolveIllustId": "01007_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070009, - "masterCharacterId": 1007, - "name": "アタックしちゃうぞ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10070009, - "rarity": 1, - "hp": 2, - "smile": 3273, - "cool": 3854, - "pure": 2873, - "illustId": "01007_0009_00", - "evolveIllustId": "01007_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070010, - "masterCharacterId": 1007, - "name": "スピリチュアルパワー", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10070010, - "rarity": 2, - "hp": 3, - "smile": 4564, - "cool": 3417, - "pure": 3519, - "illustId": "01007_0010_00", - "evolveIllustId": "01007_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070011, - "masterCharacterId": 1007, - "name": "運命のカード", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10070011, - "rarity": 2, - "hp": 3, - "smile": 3440, - "cool": 3781, - "pure": 4279, - "illustId": "01007_0011_00", - "evolveIllustId": "01007_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_adv_0022", - "evolveUniqueBackgroundFileName": "b_card_0033", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070012, - "masterCharacterId": 1007, - "name": "たぬき寝入り♪", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10070012, - "rarity": 2, - "hp": 3, - "smile": 3583, - "cool": 4310, - "pure": 3607, - "illustId": "01007_0012_00", - "evolveIllustId": "01007_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0009", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070013, - "masterCharacterId": 1007, - "name": "降り注ぐ光", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10070013, - "rarity": 3, - "hp": 4, - "smile": 4954, - "cool": 4084, - "pure": 3962, - "illustId": "01007_0013_00", - "evolveIllustId": "01007_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10070013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10070014, - "masterCharacterId": 1007, - "name": "サプライズ希望☆", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 10070014, - "rarity": 3, - "hp": 4, - "smile": 4202, - "cool": 3816, - "pure": 4982, - "illustId": "01007_0014_00", - "evolveIllustId": "01007_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1988, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080001, - "masterCharacterId": 1008, - "name": "白米大好き", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10080001, - "rarity": 1, - "hp": 2, - "smile": 3970, - "cool": 3061, - "pure": 2969, - "illustId": "01008_0001_00", - "evolveIllustId": "01008_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080002, - "masterCharacterId": 1008, - "name": "自信はないけど", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10080002, - "rarity": 1, - "hp": 2, - "smile": 2954, - "cool": 3047, - "pure": 3999, - "illustId": "01008_0002_00", - "evolveIllustId": "01008_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080003, - "masterCharacterId": 1008, - "name": "アイドルへの憧れ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10080003, - "rarity": 1, - "hp": 2, - "smile": 3035, - "cool": 3764, - "pure": 3201, - "illustId": "01008_0003_00", - "evolveIllustId": "01008_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080004, - "masterCharacterId": 1008, - "name": "頑張ります!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10080004, - "rarity": 1, - "hp": 2, - "smile": 2993, - "cool": 3127, - "pure": 3880, - "illustId": "01008_0004_00", - "evolveIllustId": "01008_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080005, - "masterCharacterId": 1008, - "name": "上達したい", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10080005, - "rarity": 1, - "hp": 2, - "smile": 3083, - "cool": 3831, - "pure": 3086, - "illustId": "01008_0005_00", - "evolveIllustId": "01008_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080006, - "masterCharacterId": 1008, - "name": "人見知り", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10080006, - "rarity": 1, - "hp": 2, - "smile": 4017, - "cool": 3121, - "pure": 2862, - "illustId": "01008_0006_00", - "evolveIllustId": "01008_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080007, - "masterCharacterId": 1008, - "name": "ひとりじゃ寂しい", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10080007, - "rarity": 1, - "hp": 2, - "smile": 3076, - "cool": 3143, - "pure": 3781, - "illustId": "01008_0007_00", - "evolveIllustId": "01008_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080008, - "masterCharacterId": 1008, - "name": "おでかけわくわく", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10080008, - "rarity": 1, - "hp": 2, - "smile": 3843, - "cool": 3219, - "pure": 2938, - "illustId": "01008_0008_00", - "evolveIllustId": "01008_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080009, - "masterCharacterId": 1008, - "name": "まるごとみかん", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10080009, - "rarity": 1, - "hp": 2, - "smile": 3268, - "cool": 3827, - "pure": 2905, - "illustId": "01008_0009_00", - "evolveIllustId": "01008_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080010, - "masterCharacterId": 1008, - "name": "炊き立てご飯です♪", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10080010, - "rarity": 2, - "hp": 3, - "smile": 4460, - "cool": 3632, - "pure": 3408, - "illustId": "01008_0010_00", - "evolveIllustId": "01008_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0028", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080011, - "masterCharacterId": 1008, - "name": "ご注文のお品物です♪", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10080011, - "rarity": 2, - "hp": 3, - "smile": 3594, - "cool": 3202, - "pure": 4704, - "illustId": "01008_0011_00", - "evolveIllustId": "01008_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_card_0023", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080012, - "masterCharacterId": 1008, - "name": "不思議なシンパシー", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10080012, - "rarity": 2, - "hp": 3, - "smile": 3322, - "cool": 4681, - "pure": 3497, - "illustId": "01008_0012_00", - "evolveIllustId": "01008_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0012", - "evolveUniqueBackgroundFileName": "b_card_0043", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080013, - "masterCharacterId": 1008, - "name": "µ'sへの想い", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 10080013, - "rarity": 3, - "hp": 4, - "smile": 4123, - "cool": 4952, - "pure": 3925, - "illustId": "01008_0013_00", - "evolveIllustId": "01008_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10080013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10080014, - "masterCharacterId": 1008, - "name": "キラキラリップ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 10080014, - "rarity": 3, - "hp": 4, - "smile": 4678, - "cool": 4265, - "pure": 4057, - "illustId": "01008_0014_00", - "evolveIllustId": "01008_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2023, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090001, - "masterCharacterId": 1009, - "name": "アイドルオタク", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10090001, - "rarity": 1, - "hp": 2, - "smile": 3706, - "cool": 2950, - "pure": 3344, - "illustId": "01009_0001_00", - "evolveIllustId": "01009_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090002, - "masterCharacterId": 1009, - "name": "日夜励んで", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10090002, - "rarity": 1, - "hp": 2, - "smile": 2902, - "cool": 3257, - "pure": 3841, - "illustId": "01009_0002_00", - "evolveIllustId": "01009_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090003, - "masterCharacterId": 1009, - "name": "かわいい仕草", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10090003, - "rarity": 1, - "hp": 2, - "smile": 3094, - "cool": 3922, - "pure": 2984, - "illustId": "01009_0003_00", - "evolveIllustId": "01009_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090004, - "masterCharacterId": 1009, - "name": "がんばるにこ!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10090004, - "rarity": 1, - "hp": 2, - "smile": 2856, - "cool": 3135, - "pure": 4009, - "illustId": "01009_0004_00", - "evolveIllustId": "01009_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090005, - "masterCharacterId": 1009, - "name": "努力なら任せなさい", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10090005, - "rarity": 1, - "hp": 2, - "smile": 2854, - "cool": 4045, - "pure": 3101, - "illustId": "01009_0005_00", - "evolveIllustId": "01009_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090006, - "masterCharacterId": 1009, - "name": "みんなのニコニー", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10090006, - "rarity": 1, - "hp": 2, - "smile": 3839, - "cool": 3104, - "pure": 3057, - "illustId": "01009_0006_00", - "evolveIllustId": "01009_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090007, - "masterCharacterId": 1009, - "name": "ぎゅっと抱きしめて", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 10090007, - "rarity": 1, - "hp": 2, - "smile": 3049, - "cool": 3349, - "pure": 3602, - "illustId": "01009_0007_00", - "evolveIllustId": "01009_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090008, - "masterCharacterId": 1009, - "name": "お待たせ♪", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 10090008, - "rarity": 1, - "hp": 2, - "smile": 3859, - "cool": 2883, - "pure": 3258, - "illustId": "01009_0008_00", - "evolveIllustId": "01009_0008_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090009, - "masterCharacterId": 1009, - "name": "心身の鍛錬をして", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 10090009, - "rarity": 1, - "hp": 2, - "smile": 2851, - "cool": 3935, - "pure": 3214, - "illustId": "01009_0009_00", - "evolveIllustId": "01009_0009_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090010, - "masterCharacterId": 1009, - "name": "にっこにっこにー", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 10090010, - "rarity": 2, - "hp": 3, - "smile": 4310, - "cool": 3609, - "pure": 3581, - "illustId": "01009_0010_00", - "evolveIllustId": "01009_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0001", - "evolveUniqueBackgroundFileName": "b_card_0028", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090011, - "masterCharacterId": 1009, - "name": "教えてあげる♪", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 10090011, - "rarity": 2, - "hp": 3, - "smile": 3499, - "cool": 3564, - "pure": 4437, - "illustId": "01009_0011_00", - "evolveIllustId": "01009_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0008", - "evolveUniqueBackgroundFileName": "b_card_0028", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090012, - "masterCharacterId": 1009, - "name": "にこは人気者", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 10090012, - "rarity": 2, - "hp": 3, - "smile": 3744, - "cool": 4346, - "pure": 3410, - "illustId": "01009_0012_00", - "evolveIllustId": "01009_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0002", - "evolveUniqueBackgroundFileName": "b_card_0039", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090013, - "masterCharacterId": 1009, - "name": "ありがた~い講義", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10090013, - "rarity": 3, - "hp": 4, - "smile": 3754, - "cool": 4011, - "pure": 5235, - "illustId": "01009_0013_00", - "evolveIllustId": "01009_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10090013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 10090014, - "masterCharacterId": 1009, - "name": "スイカケーキ?", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10090014, - "rarity": 3, - "hp": 4, - "smile": 3839, - "cool": 5164, - "pure": 3997, - "illustId": "01009_0014_00", - "evolveIllustId": "01009_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1989, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010001, - "masterCharacterId": 2001, - "name": "憧れのスクールアイドル", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20010001, - "rarity": 1, - "hp": 2, - "smile": 3256, - "cool": 2951, - "pure": 3793, - "illustId": "02001_0001_00", - "evolveIllustId": "02001_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010002, - "masterCharacterId": 2001, - "name": "夢は叶うよ!", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20010002, - "rarity": 1, - "hp": 2, - "smile": 3982, - "cool": 3042, - "pure": 2976, - "illustId": "02001_0002_00", - "evolveIllustId": "02001_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010003, - "masterCharacterId": 2001, - "name": "やってみなくちゃ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20010003, - "rarity": 1, - "hp": 2, - "smile": 3124, - "cool": 3873, - "pure": 3003, - "illustId": "02001_0003_00", - "evolveIllustId": "02001_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010004, - "masterCharacterId": 2001, - "name": "負けず嫌い", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20010004, - "rarity": 1, - "hp": 2, - "smile": 3307, - "cool": 3049, - "pure": 3644, - "illustId": "02001_0004_00", - "evolveIllustId": "02001_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010005, - "masterCharacterId": 2001, - "name": "遠出の準備", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20010005, - "rarity": 1, - "hp": 2, - "smile": 3779, - "cool": 2929, - "pure": 3292, - "illustId": "02001_0005_00", - "evolveIllustId": "02001_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010006, - "masterCharacterId": 2001, - "name": "想いを馳せて", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20010006, - "rarity": 1, - "hp": 2, - "smile": 3036, - "cool": 4080, - "pure": 2884, - "illustId": "02001_0006_00", - "evolveIllustId": "02001_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010007, - "masterCharacterId": 2001, - "name": "水泳日和!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20010007, - "rarity": 1, - "hp": 2, - "smile": 3289, - "cool": 3088, - "pure": 3623, - "illustId": "02001_0007_00", - "evolveIllustId": "02001_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010008, - "masterCharacterId": 2001, - "name": "みかんパワー!", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20010008, - "rarity": 2, - "hp": 3, - "smile": 4224, - "cool": 3467, - "pure": 3809, - "illustId": "02001_0008_00", - "evolveIllustId": "02001_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0045", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010009, - "masterCharacterId": 2001, - "name": "ブラッシングタイム!", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20010009, - "rarity": 2, - "hp": 3, - "smile": 3483, - "cool": 3608, - "pure": 4409, - "illustId": "02001_0009_00", - "evolveIllustId": "02001_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0085", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010010, - "masterCharacterId": 2001, - "name": "コアラの眠り", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20010010, - "rarity": 2, - "hp": 3, - "smile": 3513, - "cool": 4440, - "pure": 3547, - "illustId": "02001_0010_00", - "evolveIllustId": "02001_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0041", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010011, - "masterCharacterId": 2001, - "name": "練習帰りの談笑", - "type": 1, - "masterSkillCenterId": 100006, - "masterSkillId": 20010011, - "rarity": 3, - "hp": 4, - "smile": 5181, - "cool": 3778, - "pure": 4041, - "illustId": "02001_0011_00", - "evolveIllustId": "02001_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20010011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010012, - "masterCharacterId": 2001, - "name": "オレンジマーメイド", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20010012, - "rarity": 3, - "hp": 4, - "smile": 4022, - "cool": 3870, - "pure": 5108, - "illustId": "02001_0012_00", - "evolveIllustId": "02001_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2034, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020001, - "masterCharacterId": 2002, - "name": "みんなの力に", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20020001, - "rarity": 1, - "hp": 2, - "smile": 2980, - "cool": 3063, - "pure": 3957, - "illustId": "02002_0001_00", - "evolveIllustId": "02002_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020002, - "masterCharacterId": 2002, - "name": "都会から来た転入生", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20020002, - "rarity": 1, - "hp": 2, - "smile": 3834, - "cool": 3255, - "pure": 2911, - "illustId": "02002_0002_00", - "evolveIllustId": "02002_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020003, - "masterCharacterId": 2002, - "name": "一緒に楽しもう♪", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20020003, - "rarity": 1, - "hp": 2, - "smile": 3170, - "cool": 3677, - "pure": 3153, - "illustId": "02002_0003_00", - "evolveIllustId": "02002_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020004, - "masterCharacterId": 2002, - "name": "いい汗かいたね", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20020004, - "rarity": 1, - "hp": 2, - "smile": 3065, - "cool": 2971, - "pure": 3964, - "illustId": "02002_0004_00", - "evolveIllustId": "02002_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020005, - "masterCharacterId": 2002, - "name": "色んな場所に", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20020005, - "rarity": 1, - "hp": 2, - "smile": 4009, - "cool": 2816, - "pure": 3175, - "illustId": "02002_0005_00", - "evolveIllustId": "02002_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020006, - "masterCharacterId": 2002, - "name": "たくさん遊ぼう", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20020006, - "rarity": 1, - "hp": 2, - "smile": 2946, - "cool": 3747, - "pure": 3307, - "illustId": "02002_0006_00", - "evolveIllustId": "02002_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020007, - "masterCharacterId": 2002, - "name": "好きになった内浦", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20020007, - "rarity": 1, - "hp": 2, - "smile": 3146, - "cool": 4089, - "pure": 2765, - "illustId": "02002_0007_00", - "evolveIllustId": "02002_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020008, - "masterCharacterId": 2002, - "name": "新しい自分へ", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20020008, - "rarity": 2, - "hp": 3, - "smile": 4430, - "cool": 3717, - "pure": 3353, - "illustId": "02002_0008_00", - "evolveIllustId": "02002_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0046", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020009, - "masterCharacterId": 2002, - "name": "お注射の時間", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20020009, - "rarity": 2, - "hp": 3, - "smile": 3474, - "cool": 3604, - "pure": 4422, - "illustId": "02002_0009_00", - "evolveIllustId": "02002_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0061", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020010, - "masterCharacterId": 2002, - "name": "ショーの相棒", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20020010, - "rarity": 2, - "hp": 3, - "smile": 3427, - "cool": 4602, - "pure": 3471, - "illustId": "02002_0010_00", - "evolveIllustId": "02002_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0041", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020011, - "masterCharacterId": 2002, - "name": "トリオの旋律", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20020011, - "rarity": 3, - "hp": 4, - "smile": 4060, - "cool": 5028, - "pure": 3912, - "illustId": "02002_0011_00", - "evolveIllustId": "02002_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20020011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20020012, - "masterCharacterId": 2002, - "name": "りんごの誘惑", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20020012, - "rarity": 3, - "hp": 4, - "smile": 4930, - "cool": 4155, - "pure": 3915, - "illustId": "02002_0012_00", - "evolveIllustId": "02002_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2035, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030001, - "masterCharacterId": 2003, - "name": "大人な性格", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20030001, - "rarity": 1, - "hp": 2, - "smile": 3108, - "cool": 3202, - "pure": 3690, - "illustId": "02003_0001_00", - "evolveIllustId": "02003_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030002, - "masterCharacterId": 2003, - "name": "ショップの手伝い", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20030002, - "rarity": 1, - "hp": 2, - "smile": 3996, - "cool": 2901, - "pure": 3103, - "illustId": "02003_0002_00", - "evolveIllustId": "02003_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030003, - "masterCharacterId": 2003, - "name": "出かけようか", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20030003, - "rarity": 1, - "hp": 2, - "smile": 2827, - "cool": 3954, - "pure": 3219, - "illustId": "02003_0003_00", - "evolveIllustId": "02003_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030004, - "masterCharacterId": 2003, - "name": "髪を結んで", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20030004, - "rarity": 1, - "hp": 2, - "smile": 3090, - "cool": 3040, - "pure": 3870, - "illustId": "02003_0004_00", - "evolveIllustId": "02003_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030005, - "masterCharacterId": 2003, - "name": "遠路はるばる", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20030005, - "rarity": 1, - "hp": 2, - "smile": 3642, - "cool": 3137, - "pure": 3221, - "illustId": "02003_0005_00", - "evolveIllustId": "02003_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030006, - "masterCharacterId": 2003, - "name": "機能性抜群", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20030006, - "rarity": 1, - "hp": 2, - "smile": 3124, - "cool": 3856, - "pure": 3020, - "illustId": "02003_0006_00", - "evolveIllustId": "02003_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030007, - "masterCharacterId": 2003, - "name": "サーフィンもお手の物", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20030007, - "rarity": 1, - "hp": 2, - "smile": 3624, - "cool": 3057, - "pure": 3319, - "illustId": "02003_0007_00", - "evolveIllustId": "02003_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030008, - "masterCharacterId": 2003, - "name": "衣装合わせ", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20030008, - "rarity": 2, - "hp": 3, - "smile": 4646, - "cool": 3317, - "pure": 3537, - "illustId": "02003_0008_00", - "evolveIllustId": "02003_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_adv_0018", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030009, - "masterCharacterId": 2003, - "name": "何度でも頑張ろう♪", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20030009, - "rarity": 2, - "hp": 3, - "smile": 3333, - "cool": 3679, - "pure": 4488, - "illustId": "02003_0009_00", - "evolveIllustId": "02003_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0056", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030010, - "masterCharacterId": 2003, - "name": "自然に惹かれて", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20030010, - "rarity": 2, - "hp": 3, - "smile": 3750, - "cool": 4318, - "pure": 3432, - "illustId": "02003_0010_00", - "evolveIllustId": "02003_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0055", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030011, - "masterCharacterId": 2003, - "name": "頬を撫でる潮風", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20030011, - "rarity": 3, - "hp": 4, - "smile": 4081, - "cool": 3838, - "pure": 5081, - "illustId": "02003_0011_00", - "evolveIllustId": "02003_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20030011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20030012, - "masterCharacterId": 2003, - "name": "ring finger", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 20030012, - "rarity": 3, - "hp": 4, - "smile": 4229, - "cool": 4809, - "pure": 3962, - "illustId": "02003_0012_00", - "evolveIllustId": "02003_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2005, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040001, - "masterCharacterId": 2004, - "name": "名家の子女", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20040001, - "rarity": 1, - "hp": 2, - "smile": 3230, - "cool": 3139, - "pure": 3631, - "illustId": "02004_0001_00", - "evolveIllustId": "02004_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040002, - "masterCharacterId": 2004, - "name": "完璧主義者", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20040002, - "rarity": 1, - "hp": 2, - "smile": 3775, - "cool": 3236, - "pure": 2989, - "illustId": "02004_0002_00", - "evolveIllustId": "02004_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040003, - "masterCharacterId": 2004, - "name": "曲がったことは許さない", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20040003, - "rarity": 1, - "hp": 2, - "smile": 3212, - "cool": 3931, - "pure": 2857, - "illustId": "02004_0003_00", - "evolveIllustId": "02004_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040004, - "masterCharacterId": 2004, - "name": "優勝目指して", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20040004, - "rarity": 1, - "hp": 2, - "smile": 3070, - "cool": 3207, - "pure": 3723, - "illustId": "02004_0004_00", - "evolveIllustId": "02004_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040005, - "masterCharacterId": 2004, - "name": "どこまで遠出を?", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20040005, - "rarity": 1, - "hp": 2, - "smile": 4089, - "cool": 2919, - "pure": 2992, - "illustId": "02004_0005_00", - "evolveIllustId": "02004_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040006, - "masterCharacterId": 2004, - "name": "水門で待ち合わせ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20040006, - "rarity": 1, - "hp": 2, - "smile": 3177, - "cool": 3994, - "pure": 2829, - "illustId": "02004_0006_00", - "evolveIllustId": "02004_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040007, - "masterCharacterId": 2004, - "name": "内浦に射す光", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20040007, - "rarity": 1, - "hp": 2, - "smile": 3708, - "cool": 3316, - "pure": 2976, - "illustId": "02004_0007_00", - "evolveIllustId": "02004_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040008, - "masterCharacterId": 2004, - "name": "断固2cm!", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20040008, - "rarity": 2, - "hp": 3, - "smile": 4692, - "cool": 3555, - "pure": 3253, - "illustId": "02004_0008_00", - "evolveIllustId": "02004_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0047", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040009, - "masterCharacterId": 2004, - "name": "Aqoursと申しますわ!", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20040009, - "rarity": 2, - "hp": 3, - "smile": 3476, - "cool": 3754, - "pure": 4270, - "illustId": "02004_0009_00", - "evolveIllustId": "02004_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0056", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040010, - "masterCharacterId": 2004, - "name": "歴史のねじれ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20040010, - "rarity": 2, - "hp": 3, - "smile": 3758, - "cool": 4281, - "pure": 3461, - "illustId": "02004_0010_00", - "evolveIllustId": "02004_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0055", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040011, - "masterCharacterId": 2004, - "name": "姉の日課", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20040011, - "rarity": 3, - "hp": 4, - "smile": 5180, - "cool": 4072, - "pure": 3748, - "illustId": "02004_0011_00", - "evolveIllustId": "02004_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20040011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20040012, - "masterCharacterId": 2004, - "name": "狼にご用心", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20040012, - "rarity": 3, - "hp": 4, - "smile": 3749, - "cool": 3943, - "pure": 5308, - "illustId": "02004_0012_00", - "evolveIllustId": "02004_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2006, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050001, - "masterCharacterId": 2005, - "name": "ヨーソロー!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20050001, - "rarity": 1, - "hp": 2, - "smile": 3201, - "cool": 2911, - "pure": 3888, - "illustId": "02005_0001_00", - "evolveIllustId": "02005_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050002, - "masterCharacterId": 2005, - "name": "船長志望", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20050002, - "rarity": 1, - "hp": 2, - "smile": 4099, - "cool": 3086, - "pure": 2815, - "illustId": "02005_0002_00", - "evolveIllustId": "02005_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050003, - "masterCharacterId": 2005, - "name": "千歌ちゃんのみかん", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20050003, - "rarity": 1, - "hp": 2, - "smile": 3076, - "cool": 3659, - "pure": 3265, - "illustId": "02005_0003_00", - "evolveIllustId": "02005_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050004, - "masterCharacterId": 2005, - "name": "船出の時間", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20050004, - "rarity": 1, - "hp": 2, - "smile": 2948, - "cool": 3101, - "pure": 3951, - "illustId": "02005_0004_00", - "evolveIllustId": "02005_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050005, - "masterCharacterId": 2005, - "name": "電車で出発!", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20050005, - "rarity": 1, - "hp": 2, - "smile": 4095, - "cool": 2776, - "pure": 3129, - "illustId": "02005_0005_00", - "evolveIllustId": "02005_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050006, - "masterCharacterId": 2005, - "name": "お邪魔しまっす♪", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20050006, - "rarity": 1, - "hp": 2, - "smile": 2952, - "cool": 3700, - "pure": 3348, - "illustId": "02005_0006_00", - "evolveIllustId": "02005_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050007, - "masterCharacterId": 2005, - "name": "海水浴場へ", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20050007, - "rarity": 1, - "hp": 2, - "smile": 3147, - "cool": 3027, - "pure": 3826, - "illustId": "02005_0007_00", - "evolveIllustId": "02005_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050008, - "masterCharacterId": 2005, - "name": "衣装作り", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20050008, - "rarity": 2, - "hp": 3, - "smile": 4166, - "cool": 3829, - "pure": 3505, - "illustId": "02005_0008_00", - "evolveIllustId": "02005_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0048", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050009, - "masterCharacterId": 2005, - "name": "近くで寄り添って", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20050009, - "rarity": 2, - "hp": 3, - "smile": 3723, - "cool": 3484, - "pure": 4293, - "illustId": "02005_0009_00", - "evolveIllustId": "02005_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0056", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050010, - "masterCharacterId": 2005, - "name": "犯人は、お前だ!", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20050010, - "rarity": 2, - "hp": 3, - "smile": 3522, - "cool": 4718, - "pure": 3260, - "illustId": "02005_0010_00", - "evolveIllustId": "02005_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0060", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050011, - "masterCharacterId": 2005, - "name": "耀う水面", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20050011, - "rarity": 3, - "hp": 4, - "smile": 3886, - "cool": 4888, - "pure": 4226, - "illustId": "02005_0011_00", - "evolveIllustId": "02005_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20050011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20050012, - "masterCharacterId": 2005, - "name": "花嫁カウントダウン", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20050012, - "rarity": 3, - "hp": 4, - "smile": 4705, - "cool": 3974, - "pure": 4321, - "illustId": "02005_0012_00", - "evolveIllustId": "02005_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2036, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060001, - "masterCharacterId": 2006, - "name": "ヨハネ見参!", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20060001, - "rarity": 1, - "hp": 2, - "smile": 3166, - "cool": 3207, - "pure": 3627, - "illustId": "02006_0001_00", - "evolveIllustId": "02006_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060002, - "masterCharacterId": 2006, - "name": "堕天使ヨハネ", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20060002, - "rarity": 1, - "hp": 2, - "smile": 3704, - "cool": 3297, - "pure": 2999, - "illustId": "02006_0002_00", - "evolveIllustId": "02006_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060003, - "masterCharacterId": 2006, - "name": "罪深いアクマなの", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20060003, - "rarity": 1, - "hp": 2, - "smile": 2875, - "cool": 4079, - "pure": 3046, - "illustId": "02006_0003_00", - "evolveIllustId": "02006_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060004, - "masterCharacterId": 2006, - "name": "堕☆天", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20060004, - "rarity": 1, - "hp": 2, - "smile": 3174, - "cool": 3187, - "pure": 3639, - "illustId": "02006_0004_00", - "evolveIllustId": "02006_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060005, - "masterCharacterId": 2006, - "name": "仮の姿よ!", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20060005, - "rarity": 1, - "hp": 2, - "smile": 3959, - "cool": 3059, - "pure": 2982, - "illustId": "02006_0005_00", - "evolveIllustId": "02006_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060006, - "masterCharacterId": 2006, - "name": "堕天してみない?", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20060006, - "rarity": 1, - "hp": 2, - "smile": 3192, - "cool": 3712, - "pure": 3096, - "illustId": "02006_0006_00", - "evolveIllustId": "02006_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060007, - "masterCharacterId": 2006, - "name": "浜辺の堕天使", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20060007, - "rarity": 1, - "hp": 2, - "smile": 3257, - "cool": 3670, - "pure": 3073, - "illustId": "02006_0007_00", - "evolveIllustId": "02006_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060008, - "masterCharacterId": 2006, - "name": "罪深き闇のドレス", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20060008, - "rarity": 2, - "hp": 3, - "smile": 4421, - "cool": 3573, - "pure": 3506, - "illustId": "02006_0008_00", - "evolveIllustId": "02006_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0049", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060009, - "masterCharacterId": 2006, - "name": "極上堕天使の応援", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20060009, - "rarity": 2, - "hp": 3, - "smile": 3502, - "cool": 3626, - "pure": 4372, - "illustId": "02006_0009_00", - "evolveIllustId": "02006_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0056", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060010, - "masterCharacterId": 2006, - "name": "暗黒魔術", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20060010, - "rarity": 2, - "hp": 3, - "smile": 3478, - "cool": 4639, - "pure": 3383, - "illustId": "02006_0010_00", - "evolveIllustId": "02006_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0033", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060011, - "masterCharacterId": 2006, - "name": "堕天使じゃんけん", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20060011, - "rarity": 3, - "hp": 4, - "smile": 4071, - "cool": 3931, - "pure": 4998, - "illustId": "02006_0011_00", - "evolveIllustId": "02006_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20060011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20060012, - "masterCharacterId": 2006, - "name": "煉獄の紅焔への降臨", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 20060012, - "rarity": 3, - "hp": 4, - "smile": 3994, - "cool": 5223, - "pure": 3783, - "illustId": "02006_0012_00", - "evolveIllustId": "02006_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1951, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070001, - "masterCharacterId": 2007, - "name": "お寺の娘", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20070001, - "rarity": 1, - "hp": 2, - "smile": 3141, - "cool": 3189, - "pure": 3670, - "illustId": "02007_0001_00", - "evolveIllustId": "02007_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070002, - "masterCharacterId": 2007, - "name": "読書大好き", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20070002, - "rarity": 1, - "hp": 2, - "smile": 3836, - "cool": 3051, - "pure": 3113, - "illustId": "02007_0002_00", - "evolveIllustId": "02007_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070003, - "masterCharacterId": 2007, - "name": "休日は図書館へ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20070003, - "rarity": 1, - "hp": 2, - "smile": 3147, - "cool": 3842, - "pure": 3011, - "illustId": "02007_0003_00", - "evolveIllustId": "02007_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070004, - "masterCharacterId": 2007, - "name": "オラも頑張る", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20070004, - "rarity": 1, - "hp": 2, - "smile": 2863, - "cool": 3100, - "pure": 4037, - "illustId": "02007_0004_00", - "evolveIllustId": "02007_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070005, - "masterCharacterId": 2007, - "name": "文学少女のお出掛け", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20070005, - "rarity": 1, - "hp": 2, - "smile": 3896, - "cool": 3078, - "pure": 3026, - "illustId": "02007_0005_00", - "evolveIllustId": "02007_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070006, - "masterCharacterId": 2007, - "name": "聖歌隊の練習後に", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20070006, - "rarity": 1, - "hp": 2, - "smile": 2949, - "cool": 3925, - "pure": 3126, - "illustId": "02007_0006_00", - "evolveIllustId": "02007_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070007, - "masterCharacterId": 2007, - "name": "内浦の浅瀬で", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20070007, - "rarity": 1, - "hp": 2, - "smile": 3850, - "cool": 2990, - "pure": 3160, - "illustId": "02007_0007_00", - "evolveIllustId": "02007_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070008, - "masterCharacterId": 2007, - "name": "本は財産", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20070008, - "rarity": 2, - "hp": 3, - "smile": 4206, - "cool": 3734, - "pure": 3560, - "illustId": "02007_0008_00", - "evolveIllustId": "02007_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0050", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070009, - "masterCharacterId": 2007, - "name": "毎日が大冒険♪", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20070009, - "rarity": 2, - "hp": 3, - "smile": 3598, - "cool": 3749, - "pure": 4153, - "illustId": "02007_0009_00", - "evolveIllustId": "02007_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0055", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070010, - "masterCharacterId": 2007, - "name": "ボールを四角く", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20070010, - "rarity": 2, - "hp": 3, - "smile": 3725, - "cool": 4218, - "pure": 3557, - "illustId": "02007_0010_00", - "evolveIllustId": "02007_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0063", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070011, - "masterCharacterId": 2007, - "name": "アフターランチ", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20070011, - "rarity": 3, - "hp": 4, - "smile": 4877, - "cool": 4127, - "pure": 3996, - "illustId": "02007_0011_00", - "evolveIllustId": "02007_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20070011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20070012, - "masterCharacterId": 2007, - "name": "色褪せぬ美しさ", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20070012, - "rarity": 3, - "hp": 4, - "smile": 4009, - "cool": 4181, - "pure": 4810, - "illustId": "02007_0012_00", - "evolveIllustId": "02007_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1952, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080001, - "masterCharacterId": 2008, - "name": "チャオ♪", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20080001, - "rarity": 1, - "hp": 2, - "smile": 2891, - "cool": 3097, - "pure": 4012, - "illustId": "02008_0001_00", - "evolveIllustId": "02008_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080002, - "masterCharacterId": 2008, - "name": "理事長", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20080002, - "rarity": 1, - "hp": 2, - "smile": 3665, - "cool": 3137, - "pure": 3198, - "illustId": "02008_0002_00", - "evolveIllustId": "02008_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080003, - "masterCharacterId": 2008, - "name": "シャイニー☆", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20080003, - "rarity": 1, - "hp": 2, - "smile": 3092, - "cool": 3715, - "pure": 3193, - "illustId": "02008_0003_00", - "evolveIllustId": "02008_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080004, - "masterCharacterId": 2008, - "name": "恐れ知らずの挑戦者", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20080004, - "rarity": 1, - "hp": 2, - "smile": 3346, - "cool": 2976, - "pure": 3678, - "illustId": "02008_0004_00", - "evolveIllustId": "02008_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080005, - "masterCharacterId": 2008, - "name": "乗馬のレッスン", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20080005, - "rarity": 1, - "hp": 2, - "smile": 3859, - "cool": 3020, - "pure": 3121, - "illustId": "02008_0005_00", - "evolveIllustId": "02008_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080006, - "masterCharacterId": 2008, - "name": "マリーとおでかけ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20080006, - "rarity": 1, - "hp": 2, - "smile": 3159, - "cool": 4078, - "pure": 2763, - "illustId": "02008_0006_00", - "evolveIllustId": "02008_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080007, - "masterCharacterId": 2008, - "name": "内浦が一番♪", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20080007, - "rarity": 1, - "hp": 2, - "smile": 3151, - "cool": 3807, - "pure": 3042, - "illustId": "02008_0007_00", - "evolveIllustId": "02008_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080008, - "masterCharacterId": 2008, - "name": "リゾートコーデ", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20080008, - "rarity": 2, - "hp": 3, - "smile": 4547, - "cool": 3338, - "pure": 3615, - "illustId": "02008_0008_00", - "evolveIllustId": "02008_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0051", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080009, - "masterCharacterId": 2008, - "name": "愛の調剤", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20080009, - "rarity": 2, - "hp": 3, - "smile": 3244, - "cool": 3643, - "pure": 4613, - "illustId": "02008_0009_00", - "evolveIllustId": "02008_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0061", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080010, - "masterCharacterId": 2008, - "name": "熱いパッション", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20080010, - "rarity": 2, - "hp": 3, - "smile": 3362, - "cool": 4594, - "pure": 3544, - "illustId": "02008_0010_00", - "evolveIllustId": "02008_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0041", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080011, - "masterCharacterId": 2008, - "name": "風光明媚", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20080011, - "rarity": 3, - "hp": 4, - "smile": 4086, - "cool": 4760, - "pure": 4154, - "illustId": "02008_0011_00", - "evolveIllustId": "02008_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20080011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20080012, - "masterCharacterId": 2008, - "name": "フルーツカーニバル♪", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20080012, - "rarity": 3, - "hp": 4, - "smile": 4797, - "cool": 3980, - "pure": 4223, - "illustId": "02008_0012_00", - "evolveIllustId": "02008_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 2007, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090001, - "masterCharacterId": 2009, - "name": "泣き虫さん", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20090001, - "rarity": 1, - "hp": 2, - "smile": 3103, - "cool": 2805, - "pure": 4092, - "illustId": "02009_0001_00", - "evolveIllustId": "02009_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090002, - "masterCharacterId": 2009, - "name": "臆病だって", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20090002, - "rarity": 1, - "hp": 2, - "smile": 3660, - "cool": 3059, - "pure": 3281, - "illustId": "02009_0002_00", - "evolveIllustId": "02009_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090003, - "masterCharacterId": 2009, - "name": "得意の裁縫", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20090003, - "rarity": 1, - "hp": 2, - "smile": 3108, - "cool": 3951, - "pure": 2941, - "illustId": "02009_0003_00", - "evolveIllustId": "02009_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090004, - "masterCharacterId": 2009, - "name": "アイドル目指して", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20090004, - "rarity": 1, - "hp": 2, - "smile": 3156, - "cool": 2832, - "pure": 4012, - "illustId": "02009_0004_00", - "evolveIllustId": "02009_0004_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090005, - "masterCharacterId": 2009, - "name": "行こうよ遠くまで", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 20090005, - "rarity": 1, - "hp": 2, - "smile": 3719, - "cool": 3228, - "pure": 3053, - "illustId": "02009_0005_00", - "evolveIllustId": "02009_0005_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090006, - "masterCharacterId": 2009, - "name": "お姉ちゃん待ち", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 20090006, - "rarity": 1, - "hp": 2, - "smile": 2860, - "cool": 3892, - "pure": 3248, - "illustId": "02009_0006_00", - "evolveIllustId": "02009_0006_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090007, - "masterCharacterId": 2009, - "name": "砂浜の温度", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 20090007, - "rarity": 1, - "hp": 2, - "smile": 2884, - "cool": 3263, - "pure": 3853, - "illustId": "02009_0007_00", - "evolveIllustId": "02009_0007_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090008, - "masterCharacterId": 2009, - "name": "出来るもんっ", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 20090008, - "rarity": 2, - "hp": 3, - "smile": 4516, - "cool": 3604, - "pure": 3380, - "illustId": "02009_0008_00", - "evolveIllustId": "02009_0008_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0052", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090009, - "masterCharacterId": 2009, - "name": "目指せチアガールさん", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 20090009, - "rarity": 2, - "hp": 3, - "smile": 3542, - "cool": 3760, - "pure": 4198, - "illustId": "02009_0009_00", - "evolveIllustId": "02009_0009_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0056", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090010, - "masterCharacterId": 2009, - "name": "ルビィの勇気", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 20090010, - "rarity": 2, - "hp": 3, - "smile": 3556, - "cool": 4382, - "pure": 3562, - "illustId": "02009_0010_00", - "evolveIllustId": "02009_0010_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0041", - "evolveUniqueBackgroundFileName": "b_card_0078", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090011, - "masterCharacterId": 2009, - "name": "おねぼうさん", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20090011, - "rarity": 3, - "hp": 4, - "smile": 4249, - "cool": 4054, - "pure": 4697, - "illustId": "02009_0011_00", - "evolveIllustId": "02009_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20090011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20090012, - "masterCharacterId": 2009, - "name": "お花がポイント", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 20090012, - "rarity": 3, - "hp": 4, - "smile": 3982, - "cool": 4735, - "pure": 4283, - "illustId": "02009_0012_00", - "evolveIllustId": "02009_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1953, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010001, - "masterCharacterId": 3001, - "name": "しとやかに", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30010001, - "rarity": 1, - "hp": 2, - "smile": 3671, - "cool": 3226, - "pure": 3103, - "illustId": "03001_0001_00", - "evolveIllustId": "03001_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010002, - "masterCharacterId": 3001, - "name": "一歩ずつ", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30010002, - "rarity": 1, - "hp": 2, - "smile": 3228, - "cool": 2983, - "pure": 3789, - "illustId": "03001_0002_00", - "evolveIllustId": "03001_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010003, - "masterCharacterId": 3001, - "name": "努力家", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30010003, - "rarity": 1, - "hp": 2, - "smile": 2907, - "cool": 4025, - "pure": 3068, - "illustId": "03001_0003_00", - "evolveIllustId": "03001_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010004, - "masterCharacterId": 3001, - "name": "夜空に咲く花", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30010004, - "rarity": 2, - "hp": 3, - "smile": 4267, - "cool": 3708, - "pure": 3525, - "illustId": "03001_0004_00", - "evolveIllustId": "03001_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010005, - "masterCharacterId": 3001, - "name": "涼やかに咲く花", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30010005, - "rarity": 2, - "hp": 3, - "smile": 3600, - "cool": 3402, - "pure": 4498, - "illustId": "03001_0005_00", - "evolveIllustId": "03001_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010006, - "masterCharacterId": 3001, - "name": "イースターの兎さん♡", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30010006, - "rarity": 2, - "hp": 3, - "smile": 3576, - "cool": 4202, - "pure": 3722, - "illustId": "03001_0006_00", - "evolveIllustId": "03001_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010007, - "masterCharacterId": 3001, - "name": "隣にいるよ", - "type": 3, - "masterSkillCenterId": 300007, - "masterSkillId": 30010007, - "rarity": 3, - "hp": 4, - "smile": 4136, - "cool": 4805, - "pure": 4059, - "illustId": "03001_0007_00", - "evolveIllustId": "03001_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30010007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020001, - "masterCharacterId": 3002, - "name": "小悪魔", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30020001, - "rarity": 1, - "hp": 2, - "smile": 4101, - "cool": 3024, - "pure": 2875, - "illustId": "03002_0001_00", - "evolveIllustId": "03002_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020002, - "masterCharacterId": 3002, - "name": "かすみん♡", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30020002, - "rarity": 1, - "hp": 2, - "smile": 2986, - "cool": 3318, - "pure": 3696, - "illustId": "03002_0002_00", - "evolveIllustId": "03002_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020003, - "masterCharacterId": 3002, - "name": "可愛さ研究", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30020003, - "rarity": 1, - "hp": 2, - "smile": 2831, - "cool": 3970, - "pure": 3199, - "illustId": "03002_0003_00", - "evolveIllustId": "03002_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020004, - "masterCharacterId": 3002, - "name": "金糸雀かすみん", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30020004, - "rarity": 2, - "hp": 3, - "smile": 4216, - "cool": 3688, - "pure": 3596, - "illustId": "03002_0004_00", - "evolveIllustId": "03002_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020005, - "masterCharacterId": 3002, - "name": "ヘルシーキュート", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30020005, - "rarity": 2, - "hp": 3, - "smile": 3436, - "cool": 3359, - "pure": 4705, - "illustId": "03002_0005_00", - "evolveIllustId": "03002_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020006, - "masterCharacterId": 3002, - "name": "かすみんと探そっ♪", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30020006, - "rarity": 2, - "hp": 3, - "smile": 3367, - "cool": 4431, - "pure": 3702, - "illustId": "03002_0006_00", - "evolveIllustId": "03002_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30020007, - "masterCharacterId": 3002, - "name": "レインボーコッペパン", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30020007, - "rarity": 3, - "hp": 4, - "smile": 4799, - "cool": 4265, - "pure": 3936, - "illustId": "03002_0007_00", - "evolveIllustId": "03002_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30020007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030001, - "masterCharacterId": 3003, - "name": "赤いリボン", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30030001, - "rarity": 1, - "hp": 2, - "smile": 3629, - "cool": 3230, - "pure": 3141, - "illustId": "03003_0001_00", - "evolveIllustId": "03003_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030002, - "masterCharacterId": 3003, - "name": "しっかり者", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30030002, - "rarity": 1, - "hp": 2, - "smile": 3095, - "cool": 3015, - "pure": 3890, - "illustId": "03003_0002_00", - "evolveIllustId": "03003_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030003, - "masterCharacterId": 3003, - "name": "演劇部兼部", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30030003, - "rarity": 1, - "hp": 2, - "smile": 3060, - "cool": 3626, - "pure": 3314, - "illustId": "03003_0003_00", - "evolveIllustId": "03003_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030004, - "masterCharacterId": 3003, - "name": "紺碧のヒロイン", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30030004, - "rarity": 2, - "hp": 3, - "smile": 4302, - "cool": 3421, - "pure": 3777, - "illustId": "03003_0004_00", - "evolveIllustId": "03003_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030005, - "masterCharacterId": 3003, - "name": "涼を求めて", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30030005, - "rarity": 2, - "hp": 3, - "smile": 3547, - "cool": 3508, - "pure": 4445, - "illustId": "03003_0005_00", - "evolveIllustId": "03003_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030006, - "masterCharacterId": 3003, - "name": "お茶会でひとやすみ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30030006, - "rarity": 2, - "hp": 3, - "smile": 3663, - "cool": 4248, - "pure": 3589, - "illustId": "03003_0006_00", - "evolveIllustId": "03003_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30030007, - "masterCharacterId": 3003, - "name": "素の自分で", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30030007, - "rarity": 3, - "hp": 4, - "smile": 3906, - "cool": 4293, - "pure": 4801, - "illustId": "03003_0007_00", - "evolveIllustId": "03003_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30030007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040001, - "masterCharacterId": 3004, - "name": "読者モデル", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30040001, - "rarity": 1, - "hp": 2, - "smile": 4070, - "cool": 3030, - "pure": 2900, - "illustId": "03004_0001_00", - "evolveIllustId": "03004_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040002, - "masterCharacterId": 3004, - "name": "頼りになる存在", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30040002, - "rarity": 1, - "hp": 2, - "smile": 3048, - "cool": 3202, - "pure": 3750, - "illustId": "03004_0002_00", - "evolveIllustId": "03004_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040003, - "masterCharacterId": 3004, - "name": "ストイックに", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30040003, - "rarity": 1, - "hp": 2, - "smile": 3066, - "cool": 3788, - "pure": 3146, - "illustId": "03004_0003_00", - "evolveIllustId": "03004_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040004, - "masterCharacterId": 3004, - "name": "薫る夏扇子", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30040004, - "rarity": 2, - "hp": 3, - "smile": 4455, - "cool": 3543, - "pure": 3502, - "illustId": "03004_0004_00", - "evolveIllustId": "03004_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040005, - "masterCharacterId": 3004, - "name": "情熱は胸の奥に", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30040005, - "rarity": 2, - "hp": 3, - "smile": 3355, - "cool": 3693, - "pure": 4452, - "illustId": "03004_0005_00", - "evolveIllustId": "03004_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040006, - "masterCharacterId": 3004, - "name": "たまにはキュートに", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30040006, - "rarity": 2, - "hp": 3, - "smile": 3414, - "cool": 4547, - "pure": 3539, - "illustId": "03004_0006_00", - "evolveIllustId": "03004_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30040007, - "masterCharacterId": 3004, - "name": "クオリティの追求", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30040007, - "rarity": 3, - "hp": 4, - "smile": 3960, - "cool": 5024, - "pure": 4016, - "illustId": "03004_0007_00", - "evolveIllustId": "03004_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30040007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050001, - "masterCharacterId": 3005, - "name": "みんなの太陽", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30050001, - "rarity": 1, - "hp": 2, - "smile": 3931, - "cool": 3168, - "pure": 2901, - "illustId": "03005_0001_00", - "evolveIllustId": "03005_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050002, - "masterCharacterId": 3005, - "name": "助っ人", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30050002, - "rarity": 1, - "hp": 2, - "smile": 3030, - "cool": 3034, - "pure": 3936, - "illustId": "03005_0002_00", - "evolveIllustId": "03005_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050003, - "masterCharacterId": 3005, - "name": "向上心", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30050003, - "rarity": 1, - "hp": 2, - "smile": 2841, - "cool": 3971, - "pure": 3188, - "illustId": "03005_0003_00", - "evolveIllustId": "03005_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050004, - "masterCharacterId": 3005, - "name": "真夏の太陽", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30050004, - "rarity": 2, - "hp": 3, - "smile": 4263, - "cool": 3594, - "pure": 3643, - "illustId": "03005_0004_00", - "evolveIllustId": "03005_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050005, - "masterCharacterId": 3005, - "name": "はじける笑顔と水風船", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30050005, - "rarity": 2, - "hp": 3, - "smile": 3622, - "cool": 3280, - "pure": 4598, - "illustId": "03005_0005_00", - "evolveIllustId": "03005_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050006, - "masterCharacterId": 3005, - "name": "ハッピーイースター", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30050006, - "rarity": 2, - "hp": 3, - "smile": 3265, - "cool": 4693, - "pure": 3542, - "illustId": "03005_0006_00", - "evolveIllustId": "03005_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30050007, - "masterCharacterId": 3005, - "name": "チェンジオブペース", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30050007, - "rarity": 3, - "hp": 4, - "smile": 4871, - "cool": 3888, - "pure": 4241, - "illustId": "03005_0007_00", - "evolveIllustId": "03005_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30050007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060001, - "masterCharacterId": 3006, - "name": "マイペース", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30060001, - "rarity": 1, - "hp": 2, - "smile": 3940, - "cool": 3070, - "pure": 2990, - "illustId": "03006_0001_00", - "evolveIllustId": "03006_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060002, - "masterCharacterId": 3006, - "name": "すやぴー……", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30060002, - "rarity": 1, - "hp": 2, - "smile": 3067, - "cool": 3078, - "pure": 3855, - "illustId": "03006_0002_00", - "evolveIllustId": "03006_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060003, - "masterCharacterId": 3006, - "name": "姉として", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30060003, - "rarity": 1, - "hp": 2, - "smile": 2927, - "cool": 3878, - "pure": 3195, - "illustId": "03006_0003_00", - "evolveIllustId": "03006_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060004, - "masterCharacterId": 3006, - "name": "夏だって夢の国へ", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30060004, - "rarity": 2, - "hp": 3, - "smile": 4511, - "cool": 3642, - "pure": 3347, - "illustId": "03006_0004_00", - "evolveIllustId": "03006_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060005, - "masterCharacterId": 3006, - "name": "朝凪のおでかけ", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30060005, - "rarity": 2, - "hp": 3, - "smile": 3796, - "cool": 3417, - "pure": 4287, - "illustId": "03006_0005_00", - "evolveIllustId": "03006_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060006, - "masterCharacterId": 3006, - "name": "うさぎさんがご案内", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30060006, - "rarity": 2, - "hp": 3, - "smile": 3473, - "cool": 4671, - "pure": 3356, - "illustId": "03006_0006_00", - "evolveIllustId": "03006_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30060007, - "masterCharacterId": 3006, - "name": "姉妹の食卓", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30060007, - "rarity": 3, - "hp": 4, - "smile": 3848, - "cool": 3959, - "pure": 5193, - "illustId": "03006_0007_00", - "evolveIllustId": "03006_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30060007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070001, - "masterCharacterId": 3007, - "name": "熱血真面目", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30070001, - "rarity": 1, - "hp": 2, - "smile": 3865, - "cool": 3007, - "pure": 3128, - "illustId": "03007_0001_00", - "evolveIllustId": "03007_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070002, - "masterCharacterId": 3007, - "name": "変身ヒーロー", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30070002, - "rarity": 1, - "hp": 2, - "smile": 3289, - "cool": 2894, - "pure": 3817, - "illustId": "03007_0002_00", - "evolveIllustId": "03007_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070003, - "masterCharacterId": 3007, - "name": "アツいココロ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30070003, - "rarity": 1, - "hp": 2, - "smile": 3294, - "cool": 3643, - "pure": 3063, - "illustId": "03007_0003_00", - "evolveIllustId": "03007_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070004, - "masterCharacterId": 3007, - "name": "太陽の下で輝いて", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30070004, - "rarity": 2, - "hp": 3, - "smile": 4700, - "cool": 3536, - "pure": 3264, - "illustId": "03007_0004_00", - "evolveIllustId": "03007_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070005, - "masterCharacterId": 3007, - "name": "紅緋のかざぐるま", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30070005, - "rarity": 2, - "hp": 3, - "smile": 3799, - "cool": 3533, - "pure": 4168, - "illustId": "03007_0005_00", - "evolveIllustId": "03007_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070006, - "masterCharacterId": 3007, - "name": "エッグ発見♪", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30070006, - "rarity": 2, - "hp": 3, - "smile": 3436, - "cool": 4564, - "pure": 3500, - "illustId": "03007_0006_00", - "evolveIllustId": "03007_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30070007, - "masterCharacterId": 3007, - "name": "大好きを伝えたい!", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30070007, - "rarity": 3, - "hp": 4, - "smile": 3802, - "cool": 5139, - "pure": 4059, - "illustId": "03007_0007_00", - "evolveIllustId": "03007_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30070007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080001, - "masterCharacterId": 3008, - "name": "おっとりマイペース", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30080001, - "rarity": 1, - "hp": 2, - "smile": 4018, - "cool": 3014, - "pure": 2968, - "illustId": "03008_0001_00", - "evolveIllustId": "03008_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080002, - "masterCharacterId": 3008, - "name": "スイスの空気", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30080002, - "rarity": 1, - "hp": 2, - "smile": 3205, - "cool": 3109, - "pure": 3686, - "illustId": "03008_0002_00", - "evolveIllustId": "03008_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080003, - "masterCharacterId": 3008, - "name": "みんなの支え", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30080003, - "rarity": 1, - "hp": 2, - "smile": 2963, - "cool": 3994, - "pure": 3043, - "illustId": "03008_0003_00", - "evolveIllustId": "03008_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080004, - "masterCharacterId": 3008, - "name": "夏の木漏れ日の下", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30080004, - "rarity": 2, - "hp": 3, - "smile": 4539, - "cool": 3480, - "pure": 3481, - "illustId": "03008_0004_00", - "evolveIllustId": "03008_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080005, - "masterCharacterId": 3008, - "name": "かき氷の清涼感", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30080005, - "rarity": 2, - "hp": 3, - "smile": 3534, - "cool": 3713, - "pure": 4253, - "illustId": "03008_0005_00", - "evolveIllustId": "03008_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080006, - "masterCharacterId": 3008, - "name": "可愛い卵見つけたよ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30080006, - "rarity": 2, - "hp": 3, - "smile": 3518, - "cool": 4401, - "pure": 3581, - "illustId": "03008_0006_00", - "evolveIllustId": "03008_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30080007, - "masterCharacterId": 3008, - "name": "爽やかな木漏れ日", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30080007, - "rarity": 3, - "hp": 4, - "smile": 5327, - "cool": 3807, - "pure": 3866, - "illustId": "03008_0007_00", - "evolveIllustId": "03008_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30080007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090001, - "masterCharacterId": 3009, - "name": "やりたいこと", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30090001, - "rarity": 1, - "hp": 2, - "smile": 3594, - "cool": 3070, - "pure": 3336, - "illustId": "03009_0001_00", - "evolveIllustId": "03009_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090002, - "masterCharacterId": 3009, - "name": "気持ちを繋げる", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30090002, - "rarity": 1, - "hp": 2, - "smile": 2982, - "cool": 3078, - "pure": 3940, - "illustId": "03009_0002_00", - "evolveIllustId": "03009_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090003, - "masterCharacterId": 3009, - "name": "璃奈ちゃんボード", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30090003, - "rarity": 1, - "hp": 2, - "smile": 2987, - "cool": 3833, - "pure": 3180, - "illustId": "03009_0003_00", - "evolveIllustId": "03009_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090004, - "masterCharacterId": 3009, - "name": "璃奈ちゃんうちわ", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30090004, - "rarity": 2, - "hp": 3, - "smile": 4323, - "cool": 3728, - "pure": 3449, - "illustId": "03009_0004_00", - "evolveIllustId": "03009_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090005, - "masterCharacterId": 3009, - "name": "避暑地で涼もう", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30090005, - "rarity": 2, - "hp": 3, - "smile": 3670, - "cool": 3660, - "pure": 4170, - "illustId": "03009_0005_00", - "evolveIllustId": "03009_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090006, - "masterCharacterId": 3009, - "name": "イースターバルーン", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30090006, - "rarity": 2, - "hp": 3, - "smile": 3558, - "cool": 4442, - "pure": 3500, - "illustId": "03009_0006_00", - "evolveIllustId": "03009_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30090007, - "masterCharacterId": 3009, - "name": "お散歩役員のお世話", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30090007, - "rarity": 3, - "hp": 4, - "smile": 3810, - "cool": 3916, - "pure": 5274, - "illustId": "03009_0007_00", - "evolveIllustId": "03009_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30090007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100001, - "masterCharacterId": 3010, - "name": "夢の始まり", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30100001, - "rarity": 1, - "hp": 2, - "smile": 3757, - "cool": 2955, - "pure": 3288, - "illustId": "03010_0001_00", - "evolveIllustId": "03010_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100002, - "masterCharacterId": 3010, - "name": "みんなのために", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30100002, - "rarity": 1, - "hp": 2, - "smile": 3093, - "cool": 3098, - "pure": 3809, - "illustId": "03010_0002_00", - "evolveIllustId": "03010_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100003, - "masterCharacterId": 3010, - "name": "努力を重ねて", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30100003, - "rarity": 1, - "hp": 2, - "smile": 2790, - "cool": 4032, - "pure": 3178, - "illustId": "03010_0003_00", - "evolveIllustId": "03010_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100004, - "masterCharacterId": 3010, - "name": "そよぐ花萌葱", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30100004, - "rarity": 2, - "hp": 3, - "smile": 4378, - "cool": 3496, - "pure": 3626, - "illustId": "03010_0004_00", - "evolveIllustId": "03010_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100005, - "masterCharacterId": 3010, - "name": "半日陰で咲く", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30100005, - "rarity": 2, - "hp": 3, - "smile": 3587, - "cool": 3490, - "pure": 4423, - "illustId": "03010_0005_00", - "evolveIllustId": "03010_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100006, - "masterCharacterId": 3010, - "name": "復活の象徴", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30100006, - "rarity": 2, - "hp": 3, - "smile": 3369, - "cool": 4423, - "pure": 3708, - "illustId": "03010_0006_00", - "evolveIllustId": "03010_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30100007, - "masterCharacterId": 3010, - "name": "精進あるのみ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30100007, - "rarity": 3, - "hp": 4, - "smile": 4111, - "cool": 4704, - "pure": 4185, - "illustId": "03010_0007_00", - "evolveIllustId": "03010_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30100007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110001, - "masterCharacterId": 3011, - "name": "飛び級転入生", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30110001, - "rarity": 1, - "hp": 2, - "smile": 3840, - "cool": 2942, - "pure": 3218, - "illustId": "03011_0001_00", - "evolveIllustId": "03011_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110002, - "masterCharacterId": 3011, - "name": "NewYorker", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30110002, - "rarity": 1, - "hp": 2, - "smile": 3307, - "cool": 2987, - "pure": 3706, - "illustId": "03011_0002_00", - "evolveIllustId": "03011_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110003, - "masterCharacterId": 3011, - "name": "ボクの曲", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30110003, - "rarity": 1, - "hp": 2, - "smile": 2908, - "cool": 3870, - "pure": 3222, - "illustId": "03011_0003_00", - "evolveIllustId": "03011_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110004, - "masterCharacterId": 3011, - "name": "浴衣に挑戦", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30110004, - "rarity": 2, - "hp": 3, - "smile": 4610, - "cool": 3345, - "pure": 3545, - "illustId": "03011_0004_00", - "evolveIllustId": "03011_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110005, - "masterCharacterId": 3011, - "name": "しゅわっとラムネ", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30110005, - "rarity": 2, - "hp": 3, - "smile": 3820, - "cool": 3511, - "pure": 4169, - "illustId": "03011_0005_00", - "evolveIllustId": "03011_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110006, - "masterCharacterId": 3011, - "name": "エッグはどこに?", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30110006, - "rarity": 2, - "hp": 3, - "smile": 3703, - "cool": 4384, - "pure": 3413, - "illustId": "03011_0006_00", - "evolveIllustId": "03011_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30110007, - "masterCharacterId": 3011, - "name": "渾身の作曲", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30110007, - "rarity": 3, - "hp": 4, - "smile": 4815, - "cool": 4179, - "pure": 4006, - "illustId": "03011_0007_00", - "evolveIllustId": "03011_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30110007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120001, - "masterCharacterId": 3012, - "name": "無問題ラ!", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 30120001, - "rarity": 1, - "hp": 2, - "smile": 4048, - "cool": 2794, - "pure": 3158, - "illustId": "03012_0001_00", - "evolveIllustId": "03012_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120002, - "masterCharacterId": 3012, - "name": "香港出身", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 30120002, - "rarity": 1, - "hp": 2, - "smile": 3014, - "cool": 2909, - "pure": 4077, - "illustId": "03012_0002_00", - "evolveIllustId": "03012_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120003, - "masterCharacterId": 3012, - "name": "何でもできる", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 30120003, - "rarity": 1, - "hp": 2, - "smile": 3167, - "cool": 3945, - "pure": 2888, - "illustId": "03012_0003_00", - "evolveIllustId": "03012_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120004, - "masterCharacterId": 3012, - "name": "軽やかな足取り", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 30120004, - "rarity": 2, - "hp": 3, - "smile": 4661, - "cool": 3368, - "pure": 3471, - "illustId": "03012_0004_00", - "evolveIllustId": "03012_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0013", - "evolveUniqueBackgroundFileName": "b_adv_0019", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120005, - "masterCharacterId": 3012, - "name": "パリパリりんご飴", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 30120005, - "rarity": 2, - "hp": 3, - "smile": 3380, - "cool": 3717, - "pure": 4403, - "illustId": "03012_0005_00", - "evolveIllustId": "03012_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0081", - "evolveUniqueBackgroundFileName": "b_card_0074", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120006, - "masterCharacterId": 3012, - "name": "フルーツサンド", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 30120006, - "rarity": 2, - "hp": 3, - "smile": 3676, - "cool": 4155, - "pure": 3669, - "illustId": "03012_0006_00", - "evolveIllustId": "03012_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0003", - "evolveUniqueBackgroundFileName": "b_adv_0021", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30120007, - "masterCharacterId": 3012, - "name": "ライバルで仲間", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30120007, - "rarity": 3, - "hp": 4, - "smile": 4124, - "cool": 3946, - "pure": 4930, - "illustId": "03012_0007_00", - "evolveIllustId": "03012_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30120007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010001, - "masterCharacterId": 4001, - "name": "諦めないキモチ", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40010001, - "rarity": 1, - "hp": 2, - "smile": 3861, - "cool": 2923, - "pure": 3216, - "illustId": "04001_0001_00", - "evolveIllustId": "04001_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010002, - "masterCharacterId": 4001, - "name": "歌うのが好き", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40010002, - "rarity": 1, - "hp": 2, - "smile": 3092, - "cool": 2832, - "pure": 4076, - "illustId": "04001_0002_00", - "evolveIllustId": "04001_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010003, - "masterCharacterId": 4001, - "name": "おうちで唄おう", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40010003, - "rarity": 1, - "hp": 2, - "smile": 3089, - "cool": 3807, - "pure": 3104, - "illustId": "04001_0003_00", - "evolveIllustId": "04001_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010004, - "masterCharacterId": 4001, - "name": "みんなを元気に", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40010004, - "rarity": 2, - "hp": 3, - "smile": 4457, - "cool": 3676, - "pure": 3367, - "illustId": "04001_0004_00", - "evolveIllustId": "04001_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010005, - "masterCharacterId": 4001, - "name": "ちょっぴりシャイでも", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40010005, - "rarity": 2, - "hp": 3, - "smile": 3428, - "cool": 3720, - "pure": 4352, - "illustId": "04001_0005_00", - "evolveIllustId": "04001_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010006, - "masterCharacterId": 4001, - "name": "原宿に繰り出そう", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40010006, - "rarity": 2, - "hp": 3, - "smile": 3501, - "cool": 4166, - "pure": 3833, - "illustId": "04001_0006_00", - "evolveIllustId": "04001_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010007, - "masterCharacterId": 4001, - "name": "想いを胸に", - "type": 1, - "masterSkillCenterId": 100008, - "masterSkillId": 40010007, - "rarity": 3, - "hp": 4, - "smile": 5292, - "cool": 3855, - "pure": 3853, - "illustId": "04001_0007_00", - "evolveIllustId": "04001_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40010007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020001, - "masterCharacterId": 4002, - "name": "一直線!", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40020001, - "rarity": 1, - "hp": 2, - "smile": 3617, - "cool": 3318, - "pure": 3065, - "illustId": "04002_0001_00", - "evolveIllustId": "04002_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020002, - "masterCharacterId": 4002, - "name": "上海出身", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40020002, - "rarity": 1, - "hp": 2, - "smile": 3084, - "cool": 3089, - "pure": 3827, - "illustId": "04002_0002_00", - "evolveIllustId": "04002_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020003, - "masterCharacterId": 4002, - "name": "おうちでおめかし", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40020003, - "rarity": 1, - "hp": 2, - "smile": 3163, - "cool": 3910, - "pure": 2927, - "illustId": "04002_0003_00", - "evolveIllustId": "04002_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020004, - "masterCharacterId": 4002, - "name": "精一杯頑張るのデス!", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40020004, - "rarity": 2, - "hp": 3, - "smile": 4379, - "cool": 3458, - "pure": 3663, - "illustId": "04002_0004_00", - "evolveIllustId": "04002_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020005, - "masterCharacterId": 4002, - "name": "パワフルな情熱家", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40020005, - "rarity": 2, - "hp": 3, - "smile": 3518, - "cool": 3736, - "pure": 4246, - "illustId": "04002_0005_00", - "evolveIllustId": "04002_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020006, - "masterCharacterId": 4002, - "name": "ラフにキメて☆", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40020006, - "rarity": 2, - "hp": 3, - "smile": 3541, - "cool": 4499, - "pure": 3460, - "illustId": "04002_0006_00", - "evolveIllustId": "04002_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40020007, - "masterCharacterId": 4002, - "name": "衣装スタイリスト", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40020007, - "rarity": 3, - "hp": 4, - "smile": 3825, - "cool": 4983, - "pure": 4192, - "illustId": "04002_0007_00", - "evolveIllustId": "04002_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40020007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030001, - "masterCharacterId": 4003, - "name": "ダンス担当", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40030001, - "rarity": 1, - "hp": 2, - "smile": 4048, - "cool": 2917, - "pure": 3035, - "illustId": "04003_0001_00", - "evolveIllustId": "04003_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030002, - "masterCharacterId": 4003, - "name": "丸いものラブ", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40030002, - "rarity": 1, - "hp": 2, - "smile": 3293, - "cool": 3093, - "pure": 3614, - "illustId": "04003_0002_00", - "evolveIllustId": "04003_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030003, - "masterCharacterId": 4003, - "name": "おうちでサプライズ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40030003, - "rarity": 1, - "hp": 2, - "smile": 3063, - "cool": 3804, - "pure": 3133, - "illustId": "04003_0003_00", - "evolveIllustId": "04003_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030004, - "masterCharacterId": 4003, - "name": "一緒に踊ろう", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40030004, - "rarity": 2, - "hp": 3, - "smile": 4463, - "cool": 3354, - "pure": 3683, - "illustId": "04003_0004_00", - "evolveIllustId": "04003_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030005, - "masterCharacterId": 4003, - "name": "たこ焼き食べる?", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40030005, - "rarity": 2, - "hp": 3, - "smile": 3643, - "cool": 3326, - "pure": 4531, - "illustId": "04003_0005_00", - "evolveIllustId": "04003_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030006, - "masterCharacterId": 4003, - "name": "軽快な挨拶♪", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40030006, - "rarity": 2, - "hp": 3, - "smile": 3418, - "cool": 4471, - "pure": 3611, - "illustId": "04003_0006_00", - "evolveIllustId": "04003_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40030007, - "masterCharacterId": 4003, - "name": "先輩のステップ", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 40030007, - "rarity": 3, - "hp": 4, - "smile": 3777, - "cool": 4028, - "pure": 5195, - "illustId": "04003_0007_00", - "evolveIllustId": "04003_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40030007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040001, - "masterCharacterId": 4004, - "name": "ショウビズ精神", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40040001, - "rarity": 1, - "hp": 2, - "smile": 3936, - "cool": 2971, - "pure": 3093, - "illustId": "04004_0001_00", - "evolveIllustId": "04004_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040002, - "masterCharacterId": 4004, - "name": "ジョーカー的存在", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40040002, - "rarity": 1, - "hp": 2, - "smile": 3114, - "cool": 3134, - "pure": 3752, - "illustId": "04004_0002_00", - "evolveIllustId": "04004_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040003, - "masterCharacterId": 4004, - "name": "おうちでカンパイ☆", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40040003, - "rarity": 1, - "hp": 2, - "smile": 2985, - "cool": 3636, - "pure": 3379, - "illustId": "04004_0003_00", - "evolveIllustId": "04004_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040004, - "masterCharacterId": 4004, - "name": "ギャラクシー!", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40040004, - "rarity": 2, - "hp": 3, - "smile": 4628, - "cool": 3340, - "pure": 3532, - "illustId": "04004_0004_00", - "evolveIllustId": "04004_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040005, - "masterCharacterId": 4004, - "name": "舞い戻った表舞台", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40040005, - "rarity": 2, - "hp": 3, - "smile": 3544, - "cool": 3800, - "pure": 4156, - "illustId": "04004_0005_00", - "evolveIllustId": "04004_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040006, - "masterCharacterId": 4004, - "name": "厚底で往く!", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40040006, - "rarity": 2, - "hp": 3, - "smile": 3597, - "cool": 4267, - "pure": 3636, - "illustId": "04004_0006_00", - "evolveIllustId": "04004_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40040007, - "masterCharacterId": 4004, - "name": "両腕いっぱい", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 40040007, - "rarity": 3, - "hp": 4, - "smile": 5052, - "cool": 3842, - "pure": 4106, - "illustId": "04004_0007_00", - "evolveIllustId": "04004_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40040007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050001, - "masterCharacterId": 4005, - "name": "優等生", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40050001, - "rarity": 1, - "hp": 2, - "smile": 3664, - "cool": 3305, - "pure": 3031, - "illustId": "04005_0001_00", - "evolveIllustId": "04005_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050002, - "masterCharacterId": 4005, - "name": "お嬢様", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40050002, - "rarity": 1, - "hp": 2, - "smile": 3249, - "cool": 2907, - "pure": 3844, - "illustId": "04005_0002_00", - "evolveIllustId": "04005_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050003, - "masterCharacterId": 4005, - "name": "おうちを飾り付け", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40050003, - "rarity": 1, - "hp": 2, - "smile": 3146, - "cool": 4034, - "pure": 2820, - "illustId": "04005_0003_00", - "evolveIllustId": "04005_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050004, - "masterCharacterId": 4005, - "name": "たゆまぬ努力", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40050004, - "rarity": 2, - "hp": 3, - "smile": 4248, - "cool": 3512, - "pure": 3740, - "illustId": "04005_0004_00", - "evolveIllustId": "04005_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050005, - "masterCharacterId": 4005, - "name": "みなさんの模範に", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40050005, - "rarity": 2, - "hp": 3, - "smile": 3644, - "cool": 3547, - "pure": 4309, - "illustId": "04005_0005_00", - "evolveIllustId": "04005_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050006, - "masterCharacterId": 4005, - "name": "ゆるリラコーデ", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40050006, - "rarity": 2, - "hp": 3, - "smile": 3454, - "cool": 4206, - "pure": 3840, - "illustId": "04005_0006_00", - "evolveIllustId": "04005_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40050007, - "masterCharacterId": 4005, - "name": "母の残した結ヶ丘", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40050007, - "rarity": 3, - "hp": 4, - "smile": 3878, - "cool": 4947, - "pure": 4175, - "illustId": "04005_0007_00", - "evolveIllustId": "04005_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40050007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060001, - "masterCharacterId": 4006, - "name": "北の大地から", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40060001, - "rarity": 1, - "hp": 2, - "smile": 3817, - "cool": 2979, - "pure": 3204, - "illustId": "04006_0001_00", - "evolveIllustId": "04006_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060002, - "masterCharacterId": 4006, - "name": "明るく大らか", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40060002, - "rarity": 1, - "hp": 2, - "smile": 3150, - "cool": 3244, - "pure": 3606, - "illustId": "04006_0002_00", - "evolveIllustId": "04006_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060003, - "masterCharacterId": 4006, - "name": "おうちで休憩", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40060003, - "rarity": 1, - "hp": 2, - "smile": 3032, - "cool": 3913, - "pure": 3055, - "illustId": "04006_0003_00", - "evolveIllustId": "04006_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060004, - "masterCharacterId": 4006, - "name": "キラキラを目指して", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40060004, - "rarity": 2, - "hp": 3, - "smile": 4429, - "cool": 3552, - "pure": 3519, - "illustId": "04006_0004_00", - "evolveIllustId": "04006_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060005, - "masterCharacterId": 4006, - "name": "頑張るっす!", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40060005, - "rarity": 2, - "hp": 3, - "smile": 3441, - "cool": 3772, - "pure": 4287, - "illustId": "04006_0005_00", - "evolveIllustId": "04006_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060006, - "masterCharacterId": 4006, - "name": "ガーリーと合わせて", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40060006, - "rarity": 2, - "hp": 3, - "smile": 3857, - "cool": 4152, - "pure": 3491, - "illustId": "04006_0006_00", - "evolveIllustId": "04006_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40060007, - "masterCharacterId": 4006, - "name": "地上230メートル", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 40060007, - "rarity": 3, - "hp": 4, - "smile": 4042, - "cool": 4197, - "pure": 4761, - "illustId": "04006_0007_00", - "evolveIllustId": "04006_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40060007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070001, - "masterCharacterId": 4007, - "name": "やってみたい", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40070001, - "rarity": 1, - "hp": 2, - "smile": 3683, - "cool": 3061, - "pure": 3256, - "illustId": "04007_0001_00", - "evolveIllustId": "04007_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070002, - "masterCharacterId": 4007, - "name": "四季と共に", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40070002, - "rarity": 1, - "hp": 2, - "smile": 2910, - "cool": 3289, - "pure": 3801, - "illustId": "04007_0002_00", - "evolveIllustId": "04007_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070003, - "masterCharacterId": 4007, - "name": "おうちでパーティ", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40070003, - "rarity": 1, - "hp": 2, - "smile": 3268, - "cool": 3856, - "pure": 2876, - "illustId": "04007_0003_00", - "evolveIllustId": "04007_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070004, - "masterCharacterId": 4007, - "name": "……応援よろしく", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40070004, - "rarity": 2, - "hp": 3, - "smile": 4391, - "cool": 3371, - "pure": 3738, - "illustId": "04007_0004_00", - "evolveIllustId": "04007_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070005, - "masterCharacterId": 4007, - "name": "私も夢に向かって", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40070005, - "rarity": 2, - "hp": 3, - "smile": 3604, - "cool": 3240, - "pure": 4656, - "illustId": "04007_0005_00", - "evolveIllustId": "04007_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070006, - "masterCharacterId": 4007, - "name": "クールにおめかし", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40070006, - "rarity": 2, - "hp": 3, - "smile": 3351, - "cool": 4408, - "pure": 3741, - "illustId": "04007_0006_00", - "evolveIllustId": "04007_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40070007, - "masterCharacterId": 4007, - "name": "コンプリート目前", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 40070007, - "rarity": 3, - "hp": 4, - "smile": 4976, - "cool": 3847, - "pure": 4177, - "illustId": "04007_0007_00", - "evolveIllustId": "04007_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40070007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080001, - "masterCharacterId": 4008, - "name": "科学部兼務", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40080001, - "rarity": 1, - "hp": 2, - "smile": 3649, - "cool": 3262, - "pure": 3089, - "illustId": "04008_0001_00", - "evolveIllustId": "04008_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080002, - "masterCharacterId": 4008, - "name": "メイと共に", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40080002, - "rarity": 1, - "hp": 2, - "smile": 3055, - "cool": 3289, - "pure": 3656, - "illustId": "04008_0002_00", - "evolveIllustId": "04008_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080003, - "masterCharacterId": 4008, - "name": "おうちでまったり", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40080003, - "rarity": 1, - "hp": 2, - "smile": 3043, - "cool": 3887, - "pure": 3070, - "illustId": "04008_0003_00", - "evolveIllustId": "04008_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080004, - "masterCharacterId": 4008, - "name": "冷静沈着ミステリアス", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40080004, - "rarity": 2, - "hp": 3, - "smile": 4476, - "cool": 3384, - "pure": 3640, - "illustId": "04008_0004_00", - "evolveIllustId": "04008_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080005, - "masterCharacterId": 4008, - "name": "賑やかも悪くない", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40080005, - "rarity": 2, - "hp": 3, - "smile": 3557, - "cool": 3490, - "pure": 4453, - "illustId": "04008_0005_00", - "evolveIllustId": "04008_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080006, - "masterCharacterId": 4008, - "name": "一枚でもサマに", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40080006, - "rarity": 2, - "hp": 3, - "smile": 3249, - "cool": 4671, - "pure": 3580, - "illustId": "04008_0006_00", - "evolveIllustId": "04008_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40080007, - "masterCharacterId": 4008, - "name": "放課後の科学室", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40080007, - "rarity": 3, - "hp": 4, - "smile": 4095, - "cool": 4736, - "pure": 4169, - "illustId": "04008_0007_00", - "evolveIllustId": "04008_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40080007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090001, - "masterCharacterId": 4009, - "name": "オニサプリ", - "type": 1, - "masterSkillCenterId": 100001, - "masterSkillId": 40090001, - "rarity": 1, - "hp": 2, - "smile": 3728, - "cool": 3040, - "pure": 3232, - "illustId": "04009_0001_00", - "evolveIllustId": "04009_0001_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090002, - "masterCharacterId": 4009, - "name": "マニーの匂い", - "type": 2, - "masterSkillCenterId": 200001, - "masterSkillId": 40090002, - "rarity": 1, - "hp": 2, - "smile": 2935, - "cool": 3132, - "pure": 3933, - "illustId": "04009_0002_00", - "evolveIllustId": "04009_0002_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090003, - "masterCharacterId": 4009, - "name": "心弾むおうち", - "type": 3, - "masterSkillCenterId": 300001, - "masterSkillId": 40090003, - "rarity": 1, - "hp": 2, - "smile": 2953, - "cool": 4064, - "pure": 2983, - "illustId": "04009_0003_00", - "evolveIllustId": "04009_0003_01", - "masterCardLevelId": 1, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090004, - "masterCharacterId": 4009, - "name": "盛り上げますの!", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40090004, - "rarity": 2, - "hp": 3, - "smile": 4321, - "cool": 3495, - "pure": 3684, - "illustId": "04009_0004_00", - "evolveIllustId": "04009_0004_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0084", - "evolveUniqueBackgroundFileName": "b_st_0004", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090005, - "masterCharacterId": 4009, - "name": "見つけた新たな夢", - "type": 2, - "masterSkillCenterId": 200002, - "masterSkillId": 40090005, - "rarity": 2, - "hp": 3, - "smile": 3571, - "cool": 3252, - "pure": 4677, - "illustId": "04009_0005_00", - "evolveIllustId": "04009_0005_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0073", - "evolveUniqueBackgroundFileName": "b_card_0013", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090006, - "masterCharacterId": 4009, - "name": "甘♡辛ピース", - "type": 3, - "masterSkillCenterId": 300002, - "masterSkillId": 40090006, - "rarity": 2, - "hp": 3, - "smile": 3433, - "cool": 4638, - "pure": 3429, - "illustId": "04009_0006_00", - "evolveIllustId": "04009_0006_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0082", - "evolveUniqueBackgroundFileName": "b_card_0083", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090007, - "masterCharacterId": 4009, - "name": "オニナッツ生配信中!", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 40090007, - "rarity": 3, - "hp": 4, - "smile": 4062, - "cool": 4208, - "pure": 4730, - "illustId": "04009_0007_00", - "evolveIllustId": "04009_0007_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40090007, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010008, - "masterCharacterId": 4001, - "name": "雲の上はいつも晴れ", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40010008, - "rarity": 3, - "hp": 4, - "smile": 4111, - "cool": 5089, - "pure": 3956, - "illustId": "04001_0008_00", - "evolveIllustId": "04001_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40020008, - "masterCharacterId": 4002, - "name": "思い立ったが吉日", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40020008, - "rarity": 3, - "hp": 4, - "smile": 4257, - "cool": 3869, - "pure": 5030, - "illustId": "04002_0008_00", - "evolveIllustId": "04002_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40030008, - "masterCharacterId": 4003, - "name": "笑う門には福来たる", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40030008, - "rarity": 3, - "hp": 4, - "smile": 5066, - "cool": 3865, - "pure": 4225, - "illustId": "04003_0008_00", - "evolveIllustId": "04003_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40040008, - "masterCharacterId": 4004, - "name": "一念天に通ず", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40040008, - "rarity": 3, - "hp": 4, - "smile": 4045, - "cool": 4057, - "pure": 5054, - "illustId": "04004_0008_00", - "evolveIllustId": "04004_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40050008, - "masterCharacterId": 4005, - "name": "初心忘るべからず", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40050008, - "rarity": 3, - "hp": 4, - "smile": 5072, - "cool": 3977, - "pure": 4107, - "illustId": "04005_0008_00", - "evolveIllustId": "04005_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40060008, - "masterCharacterId": 4006, - "name": "七転び八起き", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40060008, - "rarity": 3, - "hp": 4, - "smile": 3943, - "cool": 5028, - "pure": 4185, - "illustId": "04006_0008_00", - "evolveIllustId": "04006_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40070008, - "masterCharacterId": 4007, - "name": "一生懸命", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40070008, - "rarity": 3, - "hp": 4, - "smile": 3943, - "cool": 4169, - "pure": 5044, - "illustId": "04007_0008_00", - "evolveIllustId": "04007_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40080008, - "masterCharacterId": 4008, - "name": "沈黙は金", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40080008, - "rarity": 3, - "hp": 4, - "smile": 5046, - "cool": 3930, - "pure": 4180, - "illustId": "04008_0008_00", - "evolveIllustId": "04008_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 40090008, - "masterCharacterId": 4009, - "name": "嘘も方便", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40090008, - "rarity": 3, - "hp": 4, - "smile": 4194, - "cool": 4951, - "pure": 4011, - "illustId": "04009_0008_00", - "evolveIllustId": "04009_0008_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 10010015, - "masterCharacterId": 1001, - "name": "ミラクルライブ!", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 10010015, - "rarity": 3, - "hp": 4, - "smile": 3804, - "cool": 3883, - "pure": 4663, - "illustId": "01001_0015_00", - "evolveIllustId": "01001_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 10010015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 20010013, - "masterCharacterId": 2001, - "name": "ミラクルライブ☆", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 20010013, - "rarity": 3, - "hp": 4, - "smile": 3725, - "cool": 4594, - "pure": 4031, - "illustId": "02001_0013_00", - "evolveIllustId": "02001_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 20010013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 30010009, - "masterCharacterId": 3001, - "name": "ミラクルライブ♡", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30010009, - "rarity": 3, - "hp": 4, - "smile": 4907, - "cool": 3824, - "pure": 3619, - "illustId": "03001_0009_00", - "evolveIllustId": "03001_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 30010009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40010009, - "masterCharacterId": 4001, - "name": "ミラクルライブ♪", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40010009, - "rarity": 3, - "hp": 4, - "smile": 3771, - "cool": 3851, - "pure": 4728, - "illustId": "04001_0009_00", - "evolveIllustId": "04001_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 40010009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 40090009, - "masterCharacterId": 4009, - "name": "レクチャーしますの", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 40090009, - "rarity": 3, - "hp": 4, - "smile": 5012, - "cool": 4062, - "pure": 3952, - "illustId": "04009_0009_00", - "evolveIllustId": "04009_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40090009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223041902 - }, - { - "id": 40020009, - "masterCharacterId": 4002, - "name": "くるくるアイス", - "type": 1, - "masterSkillCenterId": 100008, - "masterSkillId": 40020009, - "rarity": 3, - "hp": 4, - "smile": 4727, - "cool": 4157, - "pure": 4142, - "illustId": "04002_0009_00", - "evolveIllustId": "04002_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40020009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223041902 - }, - { - "id": 40030009, - "masterCharacterId": 4003, - "name": "元気出して♪", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40030009, - "rarity": 3, - "hp": 4, - "smile": 5135, - "cool": 3771, - "pure": 4120, - "illustId": "04003_0009_00", - "evolveIllustId": "04003_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 40030009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223041904 - }, - { - "id": 10010016, - "masterCharacterId": 1001, - "name": "スポーツドリンク", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 10010016, - "rarity": 3, - "hp": 4, - "smile": 4315, - "cool": 4740, - "pure": 3971, - "illustId": "01001_0016_00", - "evolveIllustId": "01001_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10010016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 10020015, - "masterCharacterId": 1002, - "name": "新作!動物モナカ", - "type": 3, - "masterSkillCenterId": 300005, - "masterSkillId": 10020015, - "rarity": 3, - "hp": 4, - "smile": 4000, - "cool": 4929, - "pure": 4097, - "illustId": "01002_0015_00", - "evolveIllustId": "01002_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10020015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 10090015, - "masterCharacterId": 1009, - "name": "µ'sと私", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10090015, - "rarity": 3, - "hp": 4, - "smile": 4011, - "cool": 4792, - "pure": 4223, - "illustId": "01009_0015_00", - "evolveIllustId": "01009_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 10090015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223043005 - }, - { - "id": 20010014, - "masterCharacterId": 2001, - "name": "メガネ試着中", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20010014, - "rarity": 3, - "hp": 4, - "smile": 4071, - "cool": 3879, - "pure": 5076, - "illustId": "02001_0014_00", - "evolveIllustId": "02001_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20010014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223051503 - }, - { - "id": 20020013, - "masterCharacterId": 2002, - "name": "ひとくちどうぞ", - "type": 2, - "masterSkillCenterId": 200006, - "masterSkillId": 20020013, - "rarity": 3, - "hp": 4, - "smile": 3827, - "cool": 4045, - "pure": 5154, - "illustId": "02002_0013_00", - "evolveIllustId": "02002_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20020013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223051503 - }, - { - "id": 20070013, - "masterCharacterId": 2007, - "name": "商店街グルメ食べ歩き", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20070013, - "rarity": 3, - "hp": 4, - "smile": 4095, - "cool": 3842, - "pure": 5089, - "illustId": "02007_0013_00", - "evolveIllustId": "02007_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 20070013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223051505 - }, - { - "id": 40010010, - "masterCharacterId": 4001, - "name": "幸せのアップルパイ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40010010, - "rarity": 3, - "hp": 4, - "smile": 4150, - "cool": 4716, - "pure": 4160, - "illustId": "04001_0010_00", - "evolveIllustId": "04001_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40010010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223050104 - }, - { - "id": 30050009, - "masterCharacterId": 3005, - "name": "サプライズBBQ", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30050009, - "rarity": 3, - "hp": 4, - "smile": 3980, - "cool": 4047, - "pure": 4999, - "illustId": "03005_0009_00", - "evolveIllustId": "03005_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30050009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223053002 - }, - { - "id": 30060009, - "masterCharacterId": 3006, - "name": "下見後のすやぴ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30060009, - "rarity": 3, - "hp": 4, - "smile": 3789, - "cool": 5356, - "pure": 3907, - "illustId": "03006_0009_00", - "evolveIllustId": "03006_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30060009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223053103 - }, - { - "id": 30080009, - "masterCharacterId": 3008, - "name": "空に響く癒しの声", - "type": 3, - "masterSkillCenterId": 300007, - "masterSkillId": 30080009, - "rarity": 3, - "hp": 4, - "smile": 3802, - "cool": 5307, - "pure": 3943, - "illustId": "03008_0009_00", - "evolveIllustId": "03008_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30080009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223053103 - }, - { - "id": 30090009, - "masterCharacterId": 3009, - "name": "難易度高めのライブ", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30090009, - "rarity": 3, - "hp": 4, - "smile": 3878, - "cool": 4963, - "pure": 4211, - "illustId": "03009_0009_00", - "evolveIllustId": "03009_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30090009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223053105 - }, - { - "id": 20030013, - "masterCharacterId": 2003, - "name": "この海が大好き", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20030013, - "rarity": 3, - "hp": 4, - "smile": 5216, - "cool": 4045, - "pure": 3791, - "illustId": "02003_0013_00", - "evolveIllustId": "02003_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20030013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223061503 - }, - { - "id": 20040013, - "masterCharacterId": 2004, - "name": "シェルフロート", - "type": 1, - "masterSkillCenterId": 100006, - "masterSkillId": 20040013, - "rarity": 3, - "hp": 4, - "smile": 5226, - "cool": 3853, - "pure": 3973, - "illustId": "02004_0013_00", - "evolveIllustId": "02004_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20040013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223061503 - }, - { - "id": 20090013, - "masterCharacterId": 2009, - "name": "割れないスイカ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20090013, - "rarity": 3, - "hp": 4, - "smile": 4937, - "cool": 4042, - "pure": 4073, - "illustId": "02009_0013_00", - "evolveIllustId": "02009_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20090013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223061505 - }, - { - "id": 10070015, - "masterCharacterId": 1007, - "name": "レイニーバースデイ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 10070015, - "rarity": 3, - "hp": 4, - "smile": 4021, - "cool": 5262, - "pure": 3769, - "illustId": "01007_0015_00", - "evolveIllustId": "01007_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10070015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223060902 - }, - { - "id": 20080013, - "masterCharacterId": 2008, - "name": "雫滴る紫陽花", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20080013, - "rarity": 3, - "hp": 4, - "smile": 5251, - "cool": 3817, - "pure": 3984, - "illustId": "02008_0013_00", - "evolveIllustId": "02008_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20080013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223061302 - }, - { - "id": 40080009, - "masterCharacterId": 4008, - "name": "クワガタケーキ", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 40080009, - "rarity": 3, - "hp": 4, - "smile": 5266, - "cool": 4048, - "pure": 3738, - "illustId": "04008_0009_00", - "evolveIllustId": "04008_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40080009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223061702 - }, - { - "id": 30040009, - "masterCharacterId": 3004, - "name": "朝からサプライズ!", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30040009, - "rarity": 3, - "hp": 4, - "smile": 3993, - "cool": 3748, - "pure": 5311, - "illustId": "03004_0009_00", - "evolveIllustId": "03004_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30040009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223062902 - }, - { - "id": 10070016, - "masterCharacterId": 1007, - "name": "梅田の街で", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 10070016, - "rarity": 3, - "hp": 4, - "smile": 4492, - "cool": 3993, - "pure": 3865, - "illustId": "01007_0016_00", - "evolveIllustId": "01007_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1988, - "priority": 1, - "masterReleaseLabelId": 223070703 - }, - { - "id": 40040009, - "masterCharacterId": 4004, - "name": "まるでハリウッドスター", - "type": 2, - "masterSkillCenterId": 200008, - "masterSkillId": 40040009, - "rarity": 3, - "hp": 4, - "smile": 3839, - "cool": 3880, - "pure": 5359, - "illustId": "04004_0009_00", - "evolveIllustId": "04004_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40040009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223063003 - }, - { - "id": 40050009, - "masterCharacterId": 4005, - "name": "夏空ビーチバレー", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 40050009, - "rarity": 3, - "hp": 4, - "smile": 4044, - "cool": 3734, - "pure": 5300, - "illustId": "04005_0009_00", - "evolveIllustId": "04005_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40050009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223063003 - }, - { - "id": 40060010, - "masterCharacterId": 4006, - "name": "高波に驚いて", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40060010, - "rarity": 3, - "hp": 4, - "smile": 4185, - "cool": 3987, - "pure": 4906, - "illustId": "04006_0010_00", - "evolveIllustId": "04006_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 40060010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223063005 - }, - { - "id": 30010010, - "masterCharacterId": 3001, - "name": "休憩はプールサイドで", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30010010, - "rarity": 3, - "hp": 4, - "smile": 3805, - "cool": 3990, - "pure": 5283, - "illustId": "03001_0010_00", - "evolveIllustId": "03001_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30010010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223071504 - }, - { - "id": 30100009, - "masterCharacterId": 3010, - "name": "スライダープール", - "type": 2, - "masterSkillCenterId": 200007, - "masterSkillId": 30100009, - "rarity": 3, - "hp": 4, - "smile": 3994, - "cool": 3831, - "pure": 5253, - "illustId": "03010_0009_00", - "evolveIllustId": "03010_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30100009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223071504 - }, - { - "id": 30020009, - "masterCharacterId": 3002, - "name": "海の中で虎視眈々", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30020009, - "rarity": 3, - "hp": 4, - "smile": 4015, - "cool": 4346, - "pure": 4717, - "illustId": "03002_0009_00", - "evolveIllustId": "03002_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 30020009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223071506 - }, - { - "id": 20060014, - "masterCharacterId": 2006, - "name": "感謝を込めて", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20060014, - "rarity": 3, - "hp": 4, - "smile": 5318, - "cool": 3847, - "pure": 3913, - "illustId": "02006_0014_00", - "evolveIllustId": "02006_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20060014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223071302 - }, - { - "id": 40020010, - "masterCharacterId": 4002, - "name": "サニパサプライズ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40020010, - "rarity": 3, - "hp": 4, - "smile": 4014, - "cool": 5273, - "pure": 3791, - "illustId": "04002_0010_00", - "evolveIllustId": "04002_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40020010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223071703 - }, - { - "id": 10090016, - "masterCharacterId": 1009, - "name": "駅前に響く連弾", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10090016, - "rarity": 3, - "hp": 4, - "smile": 5352, - "cool": 3713, - "pure": 4013, - "illustId": "01009_0016_00", - "evolveIllustId": "01009_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10090016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223072202 - }, - { - "id": 10030016, - "masterCharacterId": 1003, - "name": "夏の終わりに近づいて", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10030016, - "rarity": 3, - "hp": 4, - "smile": 5223, - "cool": 3949, - "pure": 3932, - "illustId": "01003_0016_00", - "evolveIllustId": "01003_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10030016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223073103 - }, - { - "id": 10050015, - "masterCharacterId": 1005, - "name": "ノリノリサーフィン", - "type": 1, - "masterSkillCenterId": 100005, - "masterSkillId": 10050015, - "rarity": 3, - "hp": 4, - "smile": 5335, - "cool": 3940, - "pure": 3829, - "illustId": "01005_0015_00", - "evolveIllustId": "01005_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10050015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223073103 - }, - { - "id": 10040016, - "masterCharacterId": 1004, - "name": "ビーチフラッグ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 10040016, - "rarity": 3, - "hp": 4, - "smile": 4796, - "cool": 4297, - "pure": 4011, - "illustId": "01004_0016_00", - "evolveIllustId": "01004_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 10040016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223073105 - }, - { - "id": 40070010, - "masterCharacterId": 4007, - "name": "金魚すくい", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40070010, - "rarity": 3, - "hp": 4, - "smile": 3944, - "cool": 5291, - "pure": 3869, - "illustId": "04007_0010_00", - "evolveIllustId": "04007_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40070010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223081503 - }, - { - "id": 40080010, - "masterCharacterId": 4008, - "name": "メイのための百発百中", - "type": 3, - "masterSkillCenterId": 300008, - "masterSkillId": 40080010, - "rarity": 3, - "hp": 4, - "smile": 3817, - "cool": 5353, - "pure": 3934, - "illustId": "04008_0010_00", - "evolveIllustId": "04008_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40080010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223081503 - }, - { - "id": 40010011, - "masterCharacterId": 4001, - "name": "夜空に大輪の花", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40010011, - "rarity": 3, - "hp": 4, - "smile": 4257, - "cool": 4819, - "pure": 4028, - "illustId": "04001_0011_00", - "evolveIllustId": "04001_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 40010011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223081505 - }, - { - "id": 20010015, - "masterCharacterId": 2001, - "name": "バスに揺られて", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20010015, - "rarity": 3, - "hp": 4, - "smile": 3852, - "cool": 5180, - "pure": 4072, - "illustId": "02001_0015_00", - "evolveIllustId": "02001_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20010015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223080103 - }, - { - "id": 10010017, - "masterCharacterId": 1001, - "name": "幼馴染からの手紙", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10010017, - "rarity": 3, - "hp": 4, - "smile": 3908, - "cool": 3962, - "pure": 5234, - "illustId": "01001_0017_00", - "evolveIllustId": "01001_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10010017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223080304 - }, - { - "id": 40090010, - "masterCharacterId": 4009, - "name": "長いお鼻に掴まって", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40090010, - "rarity": 3, - "hp": 4, - "smile": 4020, - "cool": 5372, - "pure": 3712, - "illustId": "04009_0010_00", - "evolveIllustId": "04009_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40090010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223080702 - }, - { - "id": 30070009, - "masterCharacterId": 3007, - "name": "アニカラパーティー", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30070009, - "rarity": 3, - "hp": 4, - "smile": 3708, - "cool": 4024, - "pure": 5372, - "illustId": "03007_0009_00", - "evolveIllustId": "03007_0009_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30070009, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223080802 - }, - { - "id": 20060015, - "masterCharacterId": 2006, - "name": "闇の力が集う場所", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20060015, - "rarity": 3, - "hp": 4, - "smile": 3752, - "cool": 5304, - "pure": 4074, - "illustId": "02006_0015_00", - "evolveIllustId": "02006_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20060015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223083103 - }, - { - "id": 20080014, - "masterCharacterId": 2008, - "name": "遠い月を覗いて", - "type": 3, - "masterSkillCenterId": 300006, - "masterSkillId": 20080014, - "rarity": 3, - "hp": 4, - "smile": 3801, - "cool": 5367, - "pure": 3962, - "illustId": "02008_0014_00", - "evolveIllustId": "02008_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20080014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223083103 - }, - { - "id": 20050014, - "masterCharacterId": 2005, - "name": "ススキのさざなみ", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 20050014, - "rarity": 3, - "hp": 4, - "smile": 4219, - "cool": 5004, - "pure": 3907, - "illustId": "02005_0014_00", - "evolveIllustId": "02005_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 20050014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223083105 - }, - { - "id": 10060015, - "masterCharacterId": 1006, - "name": "納涼の夕べ", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10060015, - "rarity": 3, - "hp": 4, - "smile": 4023, - "cool": 3728, - "pure": 5379, - "illustId": "01006_0015_00", - "evolveIllustId": "01006_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10060015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223091503 - }, - { - "id": 10070017, - "masterCharacterId": 1007, - "name": "神田を往く納涼船", - "type": 2, - "masterSkillCenterId": 200005, - "masterSkillId": 10070017, - "rarity": 3, - "hp": 4, - "smile": 3895, - "cool": 3871, - "pure": 5364, - "illustId": "01007_0017_00", - "evolveIllustId": "01007_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10070017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223091503 - }, - { - "id": 10080016, - "masterCharacterId": 1008, - "name": "何皿食べちゃう?", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 10080016, - "rarity": 3, - "hp": 4, - "smile": 4136, - "cool": 4115, - "pure": 4879, - "illustId": "01008_0016_00", - "evolveIllustId": "01008_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 10080016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223091505 - }, - { - "id": 10030017, - "masterCharacterId": 1003, - "name": "二人でコスプリ♡", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10030017, - "rarity": 3, - "hp": 4, - "smile": 5361, - "cool": 4059, - "pure": 3710, - "illustId": "01003_0017_00", - "evolveIllustId": "01003_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10030017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223091202 - }, - { - "id": 20020014, - "masterCharacterId": 2002, - "name": "飛び交うカモメ", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20020014, - "rarity": 3, - "hp": 4, - "smile": 5379, - "cool": 3745, - "pure": 4006, - "illustId": "02002_0014_00", - "evolveIllustId": "02002_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20020014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223091902 - }, - { - "id": 20090014, - "masterCharacterId": 2009, - "name": "秋の新作スイーツ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20090014, - "rarity": 3, - "hp": 4, - "smile": 3835, - "cool": 5221, - "pure": 4074, - "illustId": "02009_0014_00", - "evolveIllustId": "02009_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20090014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223092102 - }, - { - "id": 40040010, - "masterCharacterId": 4004, - "name": "メロンにめろめろ♡", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40040010, - "rarity": 3, - "hp": 4, - "smile": 3873, - "cool": 5252, - "pure": 4005, - "illustId": "04004_0010_00", - "evolveIllustId": "04004_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40040010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223092802 - }, - { - "id": 30120010, - "masterCharacterId": 3012, - "name": "ハロウィンアフタヌーン", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30120010, - "rarity": 3, - "hp": 4, - "smile": 5384, - "cool": 3849, - "pure": 3923, - "illustId": "03012_0010_00", - "evolveIllustId": "03012_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30120010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223093003 - }, - { - "id": 30110010, - "masterCharacterId": 3011, - "name": "サプライズハロウィン", - "type": 1, - "masterSkillCenterId": 100007, - "masterSkillId": 30110010, - "rarity": 3, - "hp": 4, - "smile": 5390, - "cool": 3738, - "pure": 4028, - "illustId": "03011_0010_00", - "evolveIllustId": "03011_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30110010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223093003 - }, - { - "id": 30030010, - "masterCharacterId": 3003, - "name": "ヒミツの計画", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30030010, - "rarity": 3, - "hp": 4, - "smile": 5006, - "cool": 3975, - "pure": 4175, - "illustId": "03003_0010_00", - "evolveIllustId": "03003_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 30030010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223093005 - }, - { - "id": 20070015, - "masterCharacterId": 2007, - "name": "フラワーパーク", - "type": 3, - "masterSkillCenterId": 300019, - "masterSkillId": 20070015, - "rarity": 3, - "hp": 4, - "smile": 3960, - "cool": 5500, - "pure": 3696, - "illustId": "02007_0015_00", - "evolveIllustId": "02007_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20070015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223101507 - }, - { - "id": 20040015, - "masterCharacterId": 2004, - "name": "サカサマ世界", - "type": 3, - "masterSkillCenterId": 300021, - "masterSkillId": 20040015, - "rarity": 3, - "hp": 4, - "smile": 3690, - "cool": 5500, - "pure": 3966, - "illustId": "02004_0015_00", - "evolveIllustId": "02004_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20040015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223101507 - }, - { - "id": 20030015, - "masterCharacterId": 2003, - "name": "お化け屋敷", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 20030015, - "rarity": 3, - "hp": 4, - "smile": 3970, - "cool": 5050, - "pure": 4136, - "illustId": "02003_0015_00", - "evolveIllustId": "02003_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 20030015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223101509 - }, - { - "id": 30100010, - "masterCharacterId": 3010, - "name": "姉との時間", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30100010, - "rarity": 3, - "hp": 4, - "smile": 5344, - "cool": 3751, - "pure": 4061, - "illustId": "03010_0010_00", - "evolveIllustId": "03010_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30100010, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223100503 - }, - { - "id": 10020017, - "masterCharacterId": 1002, - "name": "ヘアアレンジ", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10020017, - "rarity": 3, - "hp": 4, - "smile": 3771, - "cool": 4009, - "pure": 5376, - "illustId": "01002_0017_00", - "evolveIllustId": "01002_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10020017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223102102 - }, - { - "id": 40070011, - "masterCharacterId": 4007, - "name": "猫カフェ日和", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 40070011, - "rarity": 3, - "hp": 4, - "smile": 3887, - "cool": 3885, - "pure": 5384, - "illustId": "04007_0011_00", - "evolveIllustId": "04007_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40070011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223102902 - }, - { - "id": 10040017, - "masterCharacterId": 1004, - "name": "あなたとどこまでも", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10040017, - "rarity": 2, - "hp": 3, - "smile": 3300, - "cool": 4744, - "pure": 3594, - "illustId": "01004_0017_00", - "evolveIllustId": "01004_0017_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 3, - "masterCardSysVoiceId": 10040017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223100504 - }, - { - "id": 20050015, - "masterCharacterId": 2005, - "name": "大冒険へヨーソロー!", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20050015, - "rarity": 2, - "hp": 3, - "smile": 4732, - "cool": 3255, - "pure": 3651, - "illustId": "02005_0015_00", - "evolveIllustId": "02005_0015_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0086", - "evolveUniqueBackgroundFileName": "b_card_0086", - "getCategory": 1, - "masterCardSysVoiceId": 20050015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223101504 - }, - { - "id": 30070011, - "masterCharacterId": 3007, - "name": "大冒険の幕開け", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30070011, - "rarity": 2, - "hp": 3, - "smile": 3409, - "cool": 4693, - "pure": 3536, - "illustId": "03007_0011_00", - "evolveIllustId": "03007_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0086", - "evolveUniqueBackgroundFileName": "b_card_0086", - "getCategory": 1, - "masterCardSysVoiceId": 30070011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223101504 - }, - { - "id": 40030011, - "masterCharacterId": 4003, - "name": "見たことのない景色へ", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40030011, - "rarity": 2, - "hp": 3, - "smile": 3632, - "cool": 3236, - "pure": 4770, - "illustId": "04003_0011_00", - "evolveIllustId": "04003_0011_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0086", - "evolveUniqueBackgroundFileName": "b_card_0086", - "getCategory": 1, - "masterCardSysVoiceId": 40030011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223101504 - }, - { - "id": 30010011, - "masterCharacterId": 3001, - "name": "共に歩んだ先に", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30010011, - "rarity": 3, - "hp": 4, - "smile": 3919, - "cool": 3986, - "pure": 5251, - "illustId": "03001_0011_00", - "evolveIllustId": "03001_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30020010, - "masterCharacterId": 3002, - "name": "超絶可憐にかわいい子", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30020010, - "rarity": 3, - "hp": 4, - "smile": 4300, - "cool": 4925, - "pure": 3931, - "illustId": "03002_0010_00", - "evolveIllustId": "03002_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30030011, - "masterCharacterId": 3003, - "name": "青春という舞台", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30030011, - "rarity": 3, - "hp": 4, - "smile": 4774, - "cool": 4211, - "pure": 4171, - "illustId": "03003_0011_00", - "evolveIllustId": "03003_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30040010, - "masterCharacterId": 3004, - "name": "クールビューティ", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30040010, - "rarity": 3, - "hp": 4, - "smile": 4248, - "cool": 4027, - "pure": 4881, - "illustId": "03004_0010_00", - "evolveIllustId": "03004_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30050011, - "masterCharacterId": 3005, - "name": "愛してるよ愛だけに", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30050011, - "rarity": 3, - "hp": 4, - "smile": 4111, - "cool": 5111, - "pure": 3934, - "illustId": "03005_0011_00", - "evolveIllustId": "03005_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30060010, - "masterCharacterId": 3006, - "name": "お昼寝ライブ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30060010, - "rarity": 3, - "hp": 4, - "smile": 5040, - "cool": 4256, - "pure": 3860, - "illustId": "03006_0010_00", - "evolveIllustId": "03006_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30070012, - "masterCharacterId": 3007, - "name": "『大好き』を伝えたい!", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30070012, - "rarity": 3, - "hp": 4, - "smile": 4119, - "cool": 4236, - "pure": 4801, - "illustId": "03007_0012_00", - "evolveIllustId": "03007_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30080010, - "masterCharacterId": 3008, - "name": "癒しの歌を唄おう", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30080010, - "rarity": 3, - "hp": 4, - "smile": 3852, - "cool": 5220, - "pure": 4084, - "illustId": "03008_0010_00", - "evolveIllustId": "03008_0010_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30090011, - "masterCharacterId": 3009, - "name": "ファンとのコネクト", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30090011, - "rarity": 3, - "hp": 4, - "smile": 4833, - "cool": 4091, - "pure": 4232, - "illustId": "03009_0011_00", - "evolveIllustId": "03009_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30100011, - "masterCharacterId": 3010, - "name": "適性が備わっています", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30100011, - "rarity": 3, - "hp": 4, - "smile": 3888, - "cool": 4113, - "pure": 5155, - "illustId": "03010_0011_00", - "evolveIllustId": "03010_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30110011, - "masterCharacterId": 3011, - "name": "夢に手を伸ばして", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30110011, - "rarity": 3, - "hp": 4, - "smile": 4074, - "cool": 4823, - "pure": 4259, - "illustId": "03011_0011_00", - "evolveIllustId": "03011_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30120011, - "masterCharacterId": 3012, - "name": "同好会の一員として", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30120011, - "rarity": 3, - "hp": 4, - "smile": 5224, - "cool": 4149, - "pure": 3783, - "illustId": "03012_0011_00", - "evolveIllustId": "03012_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 30010012, - "masterCharacterId": 3001, - "name": "あなたを見つめる", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30010012, - "rarity": 3, - "hp": 4, - "smile": 3810, - "cool": 5201, - "pure": 4145, - "illustId": "03001_0012_00", - "evolveIllustId": "03001_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30010012, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223100302 - }, - { - "id": 30020011, - "masterCharacterId": 3002, - "name": "大人デート♡", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30020011, - "rarity": 3, - "hp": 4, - "smile": 4005, - "cool": 5220, - "pure": 3931, - "illustId": "03002_0011_00", - "evolveIllustId": "03002_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30020011, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101002 - }, - { - "id": 30030012, - "masterCharacterId": 3003, - "name": "あざとくキメちゃう", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30030012, - "rarity": 3, - "hp": 4, - "smile": 3918, - "cool": 3966, - "pure": 5272, - "illustId": "03003_0012_00", - "evolveIllustId": "03003_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30030012, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223101702 - }, - { - "id": 30040011, - "masterCharacterId": 3004, - "name": "特別な恋を探して", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30040011, - "rarity": 3, - "hp": 4, - "smile": 3804, - "cool": 5222, - "pure": 4130, - "illustId": "03004_0011_00", - "evolveIllustId": "03004_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30040011, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223102402 - }, - { - "id": 30050012, - "masterCharacterId": 3005, - "name": "ふたりで楽しく", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30050012, - "rarity": 3, - "hp": 4, - "smile": 3991, - "cool": 3965, - "pure": 5200, - "illustId": "03005_0012_00", - "evolveIllustId": "03005_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30050012, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223103102 - }, - { - "id": 40030012, - "masterCharacterId": 4003, - "name": "おつかれさま会", - "type": 1, - "masterSkillCenterId": 100019, - "masterSkillId": 40030012, - "rarity": 3, - "hp": 4, - "smile": 5433, - "cool": 4023, - "pure": 3778, - "illustId": "04003_0012_00", - "evolveIllustId": "04003_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40030012, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223103109 - }, - { - "id": 40060011, - "masterCharacterId": 4006, - "name": "緊張の舞台袖", - "type": 1, - "masterSkillCenterId": 100008, - "masterSkillId": 40060011, - "rarity": 3, - "hp": 4, - "smile": 5428, - "cool": 3792, - "pure": 4014, - "illustId": "04006_0011_00", - "evolveIllustId": "04006_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40060011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223103109 - }, - { - "id": 40090011, - "masterCharacterId": 4009, - "name": "持ち前の情報収集能力", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40090011, - "rarity": 3, - "hp": 4, - "smile": 4999, - "cool": 4108, - "pure": 4127, - "illustId": "04009_0011_00", - "evolveIllustId": "04009_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 40090011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223103106 - }, - { - "id": 30070013, - "masterCharacterId": 3007, - "name": "有志でバンド", - "type": 3, - "masterSkillCenterId": 300019, - "masterSkillId": 30070013, - "rarity": 3, - "hp": 4, - "smile": 3929, - "cool": 5441, - "pure": 3864, - "illustId": "03007_0013_00", - "evolveIllustId": "03007_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30070013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223111503 - }, - { - "id": 30050013, - "masterCharacterId": 3005, - "name": "模擬店ハシゴ中", - "type": 3, - "masterSkillCenterId": 300007, - "masterSkillId": 30050013, - "rarity": 3, - "hp": 4, - "smile": 3850, - "cool": 5435, - "pure": 3949, - "illustId": "03005_0013_00", - "evolveIllustId": "03005_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30050013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223111503 - }, - { - "id": 30040012, - "masterCharacterId": 3004, - "name": "執事喫茶のエース", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30040012, - "rarity": 3, - "hp": 4, - "smile": 3972, - "cool": 4949, - "pure": 4313, - "illustId": "03004_0012_00", - "evolveIllustId": "03004_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 30040012, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223111506 - }, - { - "id": 10050016, - "masterCharacterId": 1005, - "name": "可愛い贈り物たち", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 10050016, - "rarity": 3, - "hp": 4, - "smile": 3853, - "cool": 3939, - "pure": 5442, - "illustId": "01005_0016_00", - "evolveIllustId": "01005_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10050016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223110102 - }, - { - "id": 30090012, - "masterCharacterId": 3009, - "name": "FULL COMBO!!", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30090012, - "rarity": 3, - "hp": 4, - "smile": 5439, - "cool": 3905, - "pure": 3890, - "illustId": "03009_0012_00", - "evolveIllustId": "03009_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30090012, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223111302 - }, - { - "id": 40050011, - "masterCharacterId": 4005, - "name": "苺スイーツビュッフェ", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 40050011, - "rarity": 3, - "hp": 4, - "smile": 5438, - "cool": 3751, - "pure": 4045, - "illustId": "04005_0011_00", - "evolveIllustId": "04005_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40050011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223112402 - }, - { - "id": 30060011, - "masterCharacterId": 3006, - "name": "ずっとあなたのことを", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30060011, - "rarity": 3, - "hp": 4, - "smile": 4048, - "cool": 3903, - "pure": 5205, - "illustId": "03006_0011_00", - "evolveIllustId": "03006_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30060011, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223110702 - }, - { - "id": 30070014, - "masterCharacterId": 3007, - "name": "みんなに伝えるラブ", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30070014, - "rarity": 3, - "hp": 4, - "smile": 5201, - "cool": 3892, - "pure": 4063, - "illustId": "03007_0014_00", - "evolveIllustId": "03007_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30070014, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223111402 - }, - { - "id": 30080011, - "masterCharacterId": 3008, - "name": "記憶のなかのあなた", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30080011, - "rarity": 3, - "hp": 4, - "smile": 5242, - "cool": 3847, - "pure": 4067, - "illustId": "03008_0011_00", - "evolveIllustId": "03008_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30080011, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223112102 - }, - { - "id": 30090013, - "masterCharacterId": 3009, - "name": "大切なあなたへ", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30090013, - "rarity": 3, - "hp": 4, - "smile": 4000, - "cool": 3949, - "pure": 5207, - "illustId": "03009_0013_00", - "evolveIllustId": "03009_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30090013, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223112802 - }, - { - "id": 10040018, - "masterCharacterId": 1004, - "name": "愛をあなたに", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 10040018, - "rarity": 2, - "hp": 3, - "smile": 4684, - "cool": 3595, - "pure": 3359, - "illustId": "01004_0018_00", - "evolveIllustId": "01004_0018_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223103001 - }, - { - "id": 20050016, - "masterCharacterId": 2005, - "name": "楽しむであります!", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20050016, - "rarity": 2, - "hp": 3, - "smile": 3671, - "cool": 3289, - "pure": 4678, - "illustId": "02005_0016_00", - "evolveIllustId": "02005_0016_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223103001 - }, - { - "id": 30070015, - "masterCharacterId": 3007, - "name": "行きますよー!", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30070015, - "rarity": 2, - "hp": 3, - "smile": 3517, - "cool": 3375, - "pure": 4746, - "illustId": "03007_0015_00", - "evolveIllustId": "03007_0015_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223103001 - }, - { - "id": 40030013, - "masterCharacterId": 4003, - "name": "準備はマルッ♪", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40030013, - "rarity": 2, - "hp": 3, - "smile": 3531, - "cool": 4678, - "pure": 3429, - "illustId": "04003_0013_00", - "evolveIllustId": "04003_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223103001 - }, - { - "id": 10010019, - "masterCharacterId": 1001, - "name": "春らんまんっ!", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 10010019, - "rarity": 2, - "hp": 3, - "smile": 4781, - "cool": 3540, - "pure": 3340, - "illustId": "01001_0019_00", - "evolveIllustId": "01001_0019_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0088", - "evolveUniqueBackgroundFileName": "b_card_0088", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223110103 - }, - { - "id": 20010017, - "masterCharacterId": 2001, - "name": "灼熱の夏浜", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20010017, - "rarity": 2, - "hp": 3, - "smile": 3516, - "cool": 3420, - "pure": 4725, - "illustId": "02001_0017_00", - "evolveIllustId": "02001_0017_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0089", - "evolveUniqueBackgroundFileName": "b_card_0089", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223110103 - }, - { - "id": 30010013, - "masterCharacterId": 3001, - "name": "秋の夜長に", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30010013, - "rarity": 2, - "hp": 3, - "smile": 3661, - "cool": 4732, - "pure": 3268, - "illustId": "03001_0013_00", - "evolveIllustId": "03001_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0090", - "evolveUniqueBackgroundFileName": "b_card_0090", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223110103 - }, - { - "id": 40010013, - "masterCharacterId": 4001, - "name": "煌めく冬天", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40010013, - "rarity": 2, - "hp": 3, - "smile": 4667, - "cool": 3454, - "pure": 3540, - "illustId": "04001_0013_00", - "evolveIllustId": "04001_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0091", - "evolveUniqueBackgroundFileName": "b_card_0091", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223110103 - }, - { - "id": 30010014, - "masterCharacterId": 3001, - "name": "準備はできたよ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30010014, - "rarity": 2, - "hp": 3, - "smile": 4781, - "cool": 3504, - "pure": 3376, - "illustId": "03001_0014_00", - "evolveIllustId": "03001_0014_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223110108 - }, - { - "id": 30020013, - "masterCharacterId": 3002, - "name": "フォーマルかすみん", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30020013, - "rarity": 2, - "hp": 3, - "smile": 3285, - "cool": 3628, - "pure": 4748, - "illustId": "03002_0013_00", - "evolveIllustId": "03002_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30030013, - "masterCharacterId": 3003, - "name": "社会人になりきります", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30030013, - "rarity": 2, - "hp": 3, - "smile": 3368, - "cool": 4775, - "pure": 3518, - "illustId": "03003_0013_00", - "evolveIllustId": "03003_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30040013, - "masterCharacterId": 3004, - "name": "格好よく行きましょう", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30040013, - "rarity": 2, - "hp": 3, - "smile": 4787, - "cool": 3458, - "pure": 3416, - "illustId": "03004_0013_00", - "evolveIllustId": "03004_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30050014, - "masterCharacterId": 3005, - "name": "部下を選『ぶか』!", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 30050014, - "rarity": 2, - "hp": 3, - "smile": 4797, - "cool": 3422, - "pure": 3442, - "illustId": "03005_0014_00", - "evolveIllustId": "03005_0014_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30060012, - "masterCharacterId": 3006, - "name": "すやぴの前の一仕事", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30060012, - "rarity": 2, - "hp": 3, - "smile": 3405, - "cool": 4746, - "pure": 3510, - "illustId": "03006_0012_00", - "evolveIllustId": "03006_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30070016, - "masterCharacterId": 3007, - "name": "ビシッと行きましょう", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30070016, - "rarity": 2, - "hp": 3, - "smile": 3556, - "cool": 4792, - "pure": 3313, - "illustId": "03007_0016_00", - "evolveIllustId": "03007_0016_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30080012, - "masterCharacterId": 3008, - "name": "キマってるかな?", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30080012, - "rarity": 2, - "hp": 3, - "smile": 3563, - "cool": 3352, - "pure": 4746, - "illustId": "03008_0012_00", - "evolveIllustId": "03008_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30090014, - "masterCharacterId": 3009, - "name": "いつもと違う感覚", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30090014, - "rarity": 2, - "hp": 3, - "smile": 3414, - "cool": 4742, - "pure": 3505, - "illustId": "03009_0014_00", - "evolveIllustId": "03009_0014_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30100012, - "masterCharacterId": 3010, - "name": "さあ、お仕事です♪", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 30100012, - "rarity": 2, - "hp": 3, - "smile": 3465, - "cool": 4781, - "pure": 3415, - "illustId": "03010_0012_00", - "evolveIllustId": "03010_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30110012, - "masterCharacterId": 3011, - "name": "行くよベイビーちゃん", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30110012, - "rarity": 2, - "hp": 3, - "smile": 3549, - "cool": 3317, - "pure": 4795, - "illustId": "03011_0012_00", - "evolveIllustId": "03011_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 30120012, - "masterCharacterId": 3012, - "name": "ランジュが上司よ!", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30120012, - "rarity": 2, - "hp": 3, - "smile": 3562, - "cool": 3308, - "pure": 4791, - "illustId": "03012_0012_00", - "evolveIllustId": "03012_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0092", - "evolveUniqueBackgroundFileName": "b_card_0092", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 40100001, - "masterCharacterId": 4010, - "name": "圧倒的音楽センス", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40100001, - "rarity": 2, - "hp": 3, - "smile": 4732, - "cool": 3467, - "pure": 3485, - "illustId": "04010_0001_00", - "evolveIllustId": "04010_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121510 - }, - { - "id": 40110001, - "masterCharacterId": 4011, - "name": "シビアに分析", - "type": 1, - "masterSkillCenterId": 100002, - "masterSkillId": 40110001, - "rarity": 2, - "hp": 3, - "smile": 4687, - "cool": 3307, - "pure": 3690, - "illustId": "04011_0001_00", - "evolveIllustId": "04011_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121510 - }, - { - "id": 10040019, - "masterCharacterId": 1004, - "name": "µ'sのクリスマス", - "type": 2, - "masterSkillCenterId": 200019, - "masterSkillId": 10040019, - "rarity": 3, - "hp": 4, - "smile": 4109, - "cool": 3725, - "pure": 5478, - "illustId": "01004_0019_00", - "evolveIllustId": "01004_0019_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10040019, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223113010 - }, - { - "id": 10090018, - "masterCharacterId": 1009, - "name": "ごちそう準備中", - "type": 2, - "masterSkillCenterId": 200005, - "masterSkillId": 10090018, - "rarity": 3, - "hp": 4, - "smile": 3756, - "cool": 4082, - "pure": 5474, - "illustId": "01009_0018_00", - "evolveIllustId": "01009_0018_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10090018, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223113010 - }, - { - "id": 10010020, - "masterCharacterId": 1001, - "name": "冬の星は木の上に", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 10010020, - "rarity": 3, - "hp": 4, - "smile": 4220, - "cool": 4016, - "pure": 5076, - "illustId": "01001_0020_00", - "evolveIllustId": "01001_0020_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 10010020, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223113006 - }, - { - "id": 40010014, - "masterCharacterId": 4001, - "name": "ふたりでポーズ", - "type": 2, - "masterSkillCenterId": 200019, - "masterSkillId": 40010014, - "rarity": 3, - "hp": 4, - "smile": 4018, - "cool": 3812, - "pure": 5482, - "illustId": "04001_0014_00", - "evolveIllustId": "04001_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40010014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121506 - }, - { - "id": 40020012, - "masterCharacterId": 4002, - "name": "雪と氷のツリー", - "type": 2, - "masterSkillCenterId": 200008, - "masterSkillId": 40020012, - "rarity": 3, - "hp": 4, - "smile": 3871, - "cool": 3958, - "pure": 5483, - "illustId": "04002_0012_00", - "evolveIllustId": "04002_0012_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40020012, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121506 - }, - { - "id": 40080011, - "masterCharacterId": 4008, - "name": "太古の世界から", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40080011, - "rarity": 3, - "hp": 4, - "smile": 4051, - "cool": 4223, - "pure": 5038, - "illustId": "04008_0011_00", - "evolveIllustId": "04008_0011_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 40080011, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121509 - }, - { - "id": 30110013, - "masterCharacterId": 3011, - "name": "憧れの選手が日本に!", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30110013, - "rarity": 3, - "hp": 4, - "smile": 4033, - "cool": 5484, - "pure": 3795, - "illustId": "03011_0013_00", - "evolveIllustId": "03011_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30110013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223120602 - }, - { - "id": 30060013, - "masterCharacterId": 3006, - "name": "抗えないこたつの魅力", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30060013, - "rarity": 3, - "hp": 4, - "smile": 5486, - "cool": 3992, - "pure": 3834, - "illustId": "03006_0013_00", - "evolveIllustId": "03006_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30060013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121602 - }, - { - "id": 40110002, - "masterCharacterId": 4011, - "name": "Jellyfish", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40110002, - "rarity": 3, - "hp": 4, - "smile": 3953, - "cool": 5489, - "pure": 3870, - "illustId": "04011_0002_00", - "evolveIllustId": "04011_0002_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40110002, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223122802 - }, - { - "id": 30100013, - "masterCharacterId": 3010, - "name": "私の印", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30100013, - "rarity": 3, - "hp": 4, - "smile": 3840, - "cool": 4110, - "pure": 5206, - "illustId": "03010_0013_00", - "evolveIllustId": "03010_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30100013, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 30110014, - "masterCharacterId": 3011, - "name": "高鳴る気持ち", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30110014, - "rarity": 3, - "hp": 4, - "smile": 5227, - "cool": 4162, - "pure": 3767, - "illustId": "03011_0014_00", - "evolveIllustId": "03011_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30110014, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121202 - }, - { - "id": 30120013, - "masterCharacterId": 3012, - "name": "最高の恋しましょ!", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30120013, - "rarity": 3, - "hp": 4, - "smile": 3957, - "cool": 5205, - "pure": 3994, - "illustId": "03012_0013_00", - "evolveIllustId": "03012_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30120013, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 223121902 - }, - { - "id": 60010001, - "masterCharacterId": 6001, - "name": "占い屋の少女", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 60010001, - "rarity": 2, - "hp": 3, - "smile": 3545, - "cool": 3296, - "pure": 4843, - "illustId": "06001_0001_00", - "evolveIllustId": "06001_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0093", - "evolveUniqueBackgroundFileName": "b_card_0102", - "getCategory": 1, - "masterCardSysVoiceId": 60010001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60020001, - "masterCharacterId": 6002, - "name": "屋台の売り子", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 60020001, - "rarity": 2, - "hp": 3, - "smile": 4992, - "cool": 3395, - "pure": 3297, - "illustId": "06002_0001_00", - "evolveIllustId": "06002_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0094", - "evolveUniqueBackgroundFileName": "b_card_0103", - "getCategory": 1, - "masterCardSysVoiceId": 60020001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60030001, - "masterCharacterId": 6003, - "name": "執務長官", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 60030001, - "rarity": 2, - "hp": 3, - "smile": 3463, - "cool": 4974, - "pure": 3247, - "illustId": "06003_0001_00", - "evolveIllustId": "06003_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0095", - "evolveUniqueBackgroundFileName": "b_card_0104", - "getCategory": 1, - "masterCardSysVoiceId": 60030001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60040001, - "masterCharacterId": 6004, - "name": "妖精族の末裔", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 60040001, - "rarity": 2, - "hp": 3, - "smile": 3335, - "cool": 3714, - "pure": 4635, - "illustId": "06004_0001_00", - "evolveIllustId": "06004_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0096", - "evolveUniqueBackgroundFileName": "b_card_0105", - "getCategory": 1, - "masterCardSysVoiceId": 60040001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60050001, - "masterCharacterId": 6005, - "name": "老舗旅館の看板娘", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 60050001, - "rarity": 2, - "hp": 3, - "smile": 4631, - "cool": 3453, - "pure": 3600, - "illustId": "06005_0001_00", - "evolveIllustId": "06005_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0097", - "evolveUniqueBackgroundFileName": "b_card_0106", - "getCategory": 1, - "masterCardSysVoiceId": 60050001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60060001, - "masterCharacterId": 6006, - "name": "メッセンジャー", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 60060001, - "rarity": 2, - "hp": 3, - "smile": 3527, - "cool": 4762, - "pure": 3395, - "illustId": "06006_0001_00", - "evolveIllustId": "06006_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0098", - "evolveUniqueBackgroundFileName": "b_card_0107", - "getCategory": 1, - "masterCardSysVoiceId": 60060001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60070001, - "masterCharacterId": 6007, - "name": "メカニック", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 60070001, - "rarity": 2, - "hp": 3, - "smile": 3466, - "cool": 3455, - "pure": 4763, - "illustId": "06007_0001_00", - "evolveIllustId": "06007_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0099", - "evolveUniqueBackgroundFileName": "b_card_0108", - "getCategory": 1, - "masterCardSysVoiceId": 60070001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60080001, - "masterCharacterId": 6008, - "name": "動物学者", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 60080001, - "rarity": 2, - "hp": 3, - "smile": 4824, - "cool": 3466, - "pure": 3394, - "illustId": "06008_0001_00", - "evolveIllustId": "06008_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0100", - "evolveUniqueBackgroundFileName": "b_card_0109", - "getCategory": 1, - "masterCardSysVoiceId": 60080001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 60090001, - "masterCharacterId": 6009, - "name": "魔王の末裔", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 60090001, - "rarity": 2, - "hp": 3, - "smile": 3710, - "cool": 4628, - "pure": 3346, - "illustId": "06009_0001_00", - "evolveIllustId": "06009_0001_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "b_card_0101", - "evolveUniqueBackgroundFileName": "b_card_0110", - "getCategory": 1, - "masterCardSysVoiceId": 60090001, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121403 - }, - { - "id": 20010018, - "masterCharacterId": 2001, - "name": "にぎやかな街!", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20010018, - "rarity": 2, - "hp": 3, - "smile": 4602, - "cool": 3530, - "pure": 3552, - "illustId": "02001_0018_00", - "evolveIllustId": "02001_0018_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223120806 - }, - { - "id": 30010015, - "masterCharacterId": 3001, - "name": "新たなステージへ", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30010015, - "rarity": 2, - "hp": 3, - "smile": 3574, - "cool": 3432, - "pure": 4678, - "illustId": "03001_0015_00", - "evolveIllustId": "03001_0015_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223120906 - }, - { - "id": 40010015, - "masterCharacterId": 4001, - "name": "出会いの予感", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40010015, - "rarity": 2, - "hp": 3, - "smile": 3436, - "cool": 4683, - "pure": 3565, - "illustId": "04001_0015_00", - "evolveIllustId": "04001_0015_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 0, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223121003 - }, - { - "id": 20050017, - "masterCharacterId": 2005, - "name": "おせちと特製シャイ煮", - "type": 1, - "masterSkillCenterId": 100019, - "masterSkillId": 20050017, - "rarity": 3, - "hp": 4, - "smile": 5527, - "cool": 4126, - "pure": 3737, - "illustId": "02005_0017_00", - "evolveIllustId": "02005_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20050017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223123103 - }, - { - "id": 20090016, - "masterCharacterId": 2009, - "name": "ペンギンさんたちと♡", - "type": 1, - "masterSkillCenterId": 100006, - "masterSkillId": 20090016, - "rarity": 3, - "hp": 4, - "smile": 5529, - "cool": 3779, - "pure": 4082, - "illustId": "02009_0016_00", - "evolveIllustId": "02009_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20090016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223123103 - }, - { - "id": 20010019, - "masterCharacterId": 2001, - "name": "海で眺める初日の出", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 20010019, - "rarity": 3, - "hp": 4, - "smile": 5061, - "cool": 4288, - "pure": 4041, - "illustId": "02001_0019_00", - "evolveIllustId": "02001_0019_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 20010019, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 223123106 - }, - { - "id": 10030018, - "masterCharacterId": 1003, - "name": "あ~ん、こけちゃった", - "type": 3, - "masterSkillCenterId": 300019, - "masterSkillId": 10030018, - "rarity": 3, - "hp": 4, - "smile": 4001, - "cool": 5543, - "pure": 3846, - "illustId": "01003_0018_00", - "evolveIllustId": "01003_0018_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10030018, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224011503 - }, - { - "id": 10060017, - "masterCharacterId": 1006, - "name": "雪舞うリンクで", - "type": 3, - "masterSkillCenterId": 300005, - "masterSkillId": 10060017, - "rarity": 3, - "hp": 4, - "smile": 3940, - "cool": 5506, - "pure": 3944, - "illustId": "01006_0017_00", - "evolveIllustId": "01006_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10060017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224011503 - }, - { - "id": 10050018, - "masterCharacterId": 1005, - "name": "手助けは任せるにゃ!", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 10050018, - "rarity": 3, - "hp": 4, - "smile": 4319, - "cool": 5049, - "pure": 4022, - "illustId": "01005_0018_00", - "evolveIllustId": "01005_0018_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 10050018, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224011506 - }, - { - "id": 20040016, - "masterCharacterId": 2004, - "name": "絵馬に記す願いは", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20040016, - "rarity": 3, - "hp": 4, - "smile": 4134, - "cool": 3756, - "pure": 5500, - "illustId": "02004_0016_00", - "evolveIllustId": "02004_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20040016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224010104 - }, - { - "id": 10080017, - "masterCharacterId": 1008, - "name": "高まる理由はひとつ", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10080017, - "rarity": 3, - "hp": 4, - "smile": 5527, - "cool": 4042, - "pure": 3821, - "illustId": "01008_0017_00", - "evolveIllustId": "01008_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10080017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224011703 - }, - { - "id": 40100002, - "masterCharacterId": 4010, - "name": "デュエット", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 40100002, - "rarity": 3, - "hp": 4, - "smile": 3878, - "cool": 3965, - "pure": 5547, - "illustId": "04010_0002_00", - "evolveIllustId": "04010_0002_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40100002, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224012003 - }, - { - "id": 30020014, - "masterCharacterId": 3002, - "name": "メイクアップかすみん", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30020014, - "rarity": 3, - "hp": 4, - "smile": 3955, - "cool": 5536, - "pure": 3899, - "illustId": "03002_0014_00", - "evolveIllustId": "03002_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30020014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224012303 - }, - { - "id": 30030014, - "masterCharacterId": 3003, - "name": "オフィーリアと協力♪", - "type": 2, - "masterSkillCenterId": 200019, - "masterSkillId": 30030014, - "rarity": 3, - "hp": 4, - "smile": 3838, - "cool": 4052, - "pure": 5578, - "illustId": "03003_0014_00", - "evolveIllustId": "03003_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30030014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224013103 - }, - { - "id": 30040014, - "masterCharacterId": 3004, - "name": "チョコレート試作中", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30040014, - "rarity": 3, - "hp": 4, - "smile": 3995, - "cool": 3912, - "pure": 5561, - "illustId": "03004_0014_00", - "evolveIllustId": "03004_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30040014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224013103 - }, - { - "id": 30010017, - "masterCharacterId": 3001, - "name": "あ~んして♡", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 30010017, - "rarity": 3, - "hp": 4, - "smile": 4347, - "cool": 4019, - "pure": 5102, - "illustId": "03001_0017_00", - "evolveIllustId": "03001_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 30010017, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224013106 - }, - { - "id": 20020016, - "masterCharacterId": 2002, - "name": "鬼のお面を手作りして", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20020016, - "rarity": 3, - "hp": 4, - "smile": 3920, - "cool": 3976, - "pure": 5572, - "illustId": "02002_0016_00", - "evolveIllustId": "02002_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20020016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224021403 - }, - { - "id": 20060016, - "masterCharacterId": 2006, - "name": "強力すぎる鬼は外", - "type": 2, - "masterSkillCenterId": 200019, - "masterSkillId": 20060016, - "rarity": 3, - "hp": 4, - "smile": 3916, - "cool": 3965, - "pure": 5587, - "illustId": "02006_0016_00", - "evolveIllustId": "02006_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20060016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224021403 - }, - { - "id": 20080016, - "masterCharacterId": 2008, - "name": "超豪華恵方巻", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 20080016, - "rarity": 3, - "hp": 4, - "smile": 4343, - "cool": 4006, - "pure": 5119, - "illustId": "02008_0016_00", - "evolveIllustId": "02008_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 20080016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224021406 - }, - { - "id": 30080014, - "masterCharacterId": 3008, - "name": "パンならいくらでも♡", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30080014, - "rarity": 3, - "hp": 4, - "smile": 3770, - "cool": 4122, - "pure": 5576, - "illustId": "03008_0014_00", - "evolveIllustId": "03008_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30080014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020503 - }, - { - "id": 20030016, - "masterCharacterId": 2003, - "name": "特別なティータイム", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 20030016, - "rarity": 3, - "hp": 4, - "smile": 3988, - "cool": 5577, - "pure": 3903, - "illustId": "02003_0016_00", - "evolveIllustId": "02003_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20030016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224021005 - }, - { - "id": 30120014, - "masterCharacterId": 3012, - "name": "空中ブランコに乗って", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 30120014, - "rarity": 3, - "hp": 4, - "smile": 4116, - "cool": 3787, - "pure": 5565, - "illustId": "03012_0014_00", - "evolveIllustId": "03012_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30120014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224021503 - }, - { - "id": 40030014, - "masterCharacterId": 4003, - "name": "マルをめぐった一日", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40030014, - "rarity": 3, - "hp": 4, - "smile": 4020, - "cool": 5587, - "pure": 3861, - "illustId": "04003_0014_00", - "evolveIllustId": "04003_0014_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40030014, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224022503 - }, - { - "id": 40010016, - "masterCharacterId": 4001, - "name": "お待ちどおさま♪", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40010016, - "rarity": 2, - "hp": 3, - "smile": 5022, - "cool": 3351, - "pure": 3357, - "illustId": "04001_0016_00", - "evolveIllustId": "04001_0016_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40020014, - "masterCharacterId": 4002, - "name": "クッキングデス!", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40020014, - "rarity": 2, - "hp": 3, - "smile": 3446, - "cool": 4969, - "pure": 3315, - "illustId": "04002_0014_00", - "evolveIllustId": "04002_0014_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40030015, - "masterCharacterId": 4003, - "name": "ひとくち食べちゃえ", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40030015, - "rarity": 2, - "hp": 3, - "smile": 3448, - "cool": 3279, - "pure": 5003, - "illustId": "04003_0015_00", - "evolveIllustId": "04003_0015_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40040012, - "masterCharacterId": 4004, - "name": "あ~んがお望み?", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40040012, - "rarity": 2, - "hp": 3, - "smile": 5019, - "cool": 3354, - "pure": 3357, - "illustId": "04004_0012_00", - "evolveIllustId": "04004_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40050012, - "masterCharacterId": 4005, - "name": "はい、どうぞ♪", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40050012, - "rarity": 2, - "hp": 3, - "smile": 3239, - "cool": 3489, - "pure": 5002, - "illustId": "04005_0012_00", - "evolveIllustId": "04005_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40060012, - "masterCharacterId": 4006, - "name": "ほっぺた落ちそうっす", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40060012, - "rarity": 2, - "hp": 3, - "smile": 4959, - "cool": 3402, - "pure": 3369, - "illustId": "04006_0012_00", - "evolveIllustId": "04006_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40070012, - "masterCharacterId": 4007, - "name": "美味しくできたぞ", - "type": 1, - "masterSkillCenterId": 100003, - "masterSkillId": 40070012, - "rarity": 2, - "hp": 3, - "smile": 4995, - "cool": 3298, - "pure": 3437, - "illustId": "04007_0012_00", - "evolveIllustId": "04007_0012_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40080013, - "masterCharacterId": 4008, - "name": "試食挑戦者募集中", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40080013, - "rarity": 2, - "hp": 3, - "smile": 3376, - "cool": 4980, - "pure": 3374, - "illustId": "04008_0013_00", - "evolveIllustId": "04008_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40090013, - "masterCharacterId": 4009, - "name": "特製スムージーですの", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40090013, - "rarity": 2, - "hp": 3, - "smile": 3419, - "cool": 3333, - "pure": 4978, - "illustId": "04009_0013_00", - "evolveIllustId": "04009_0013_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40100003, - "masterCharacterId": 4010, - "name": "気持ちを込めるわ", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40100003, - "rarity": 2, - "hp": 3, - "smile": 3357, - "cool": 5016, - "pure": 3357, - "illustId": "04010_0003_00", - "evolveIllustId": "04010_0003_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40110003, - "masterCharacterId": 4011, - "name": "効率的に調理完了", - "type": 2, - "masterSkillCenterId": 200003, - "masterSkillId": 40110003, - "rarity": 2, - "hp": 3, - "smile": 3442, - "cool": 3270, - "pure": 5018, - "illustId": "04011_0003_00", - "evolveIllustId": "04011_0003_01", - "masterCardLevelId": 2, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224020102 - }, - { - "id": 40050013, - "masterCharacterId": 4005, - "name": "ありがとうの気持ちを", - "type": 3, - "masterSkillCenterId": 300019, - "masterSkillId": 40050013, - "rarity": 3, - "hp": 4, - "smile": 3954, - "cool": 5607, - "pure": 3985, - "illustId": "04005_0013_00", - "evolveIllustId": "04005_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40050013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224030103 - }, - { - "id": 40070013, - "masterCharacterId": 4007, - "name": "先輩達への差し入れ", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40070013, - "rarity": 3, - "hp": 4, - "smile": 3780, - "cool": 5610, - "pure": 4156, - "illustId": "04007_0013_00", - "evolveIllustId": "04007_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40070013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224030103 - }, - { - "id": 40040013, - "masterCharacterId": 4004, - "name": "素直になれなくて", - "type": 3, - "masterSkillCenterId": 300003, - "masterSkillId": 40040013, - "rarity": 3, - "hp": 4, - "smile": 4018, - "cool": 5149, - "pure": 4379, - "illustId": "04004_0013_00", - "evolveIllustId": "04004_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 2, - "masterCardSysVoiceId": 40040013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224030106 - }, - { - "id": 30010018, - "masterCharacterId": 3001, - "name": "生け花に挑戦!", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30010018, - "rarity": 3, - "hp": 4, - "smile": 5610, - "cool": 4010, - "pure": 3926, - "illustId": "03001_0018_00", - "evolveIllustId": "03001_0018_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30010018, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224030108 - }, - { - "id": 20070016, - "masterCharacterId": 2007, - "name": "感動!VR体験", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20070016, - "rarity": 3, - "hp": 4, - "smile": 4100, - "cool": 3852, - "pure": 5594, - "illustId": "02007_0016_00", - "evolveIllustId": "02007_0016_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20070016, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224030403 - }, - { - "id": 10040020, - "masterCharacterId": 1004, - "name": "縁側にこぼれる微笑", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 10040020, - "rarity": 3, - "hp": 4, - "smile": 3967, - "cool": 5594, - "pure": 3985, - "illustId": "01004_0020_00", - "evolveIllustId": "01004_0020_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10040020, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224031503 - }, - { - "id": 30030015, - "masterCharacterId": 3003, - "name": "ふたりはヒーロー☆", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 30030015, - "rarity": 3, - "hp": 4, - "smile": 4075, - "cool": 5591, - "pure": 3880, - "illustId": "03003_0015_00", - "evolveIllustId": "03003_0015_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 30030015, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224031603 - }, - { - "id": 40060013, - "masterCharacterId": 4006, - "name": "東京フライドポテト", - "type": 3, - "masterSkillCenterId": 300004, - "masterSkillId": 40060013, - "rarity": 3, - "hp": 4, - "smile": 4036, - "cool": 5602, - "pure": 3908, - "illustId": "04006_0013_00", - "evolveIllustId": "04006_0013_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 40060013, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224031603 - }, - { - "id": 20050019, - "masterCharacterId": 2005, - "name": "思い出の場所で再撮影", - "type": 2, - "masterSkillCenterId": 200004, - "masterSkillId": 20050019, - "rarity": 3, - "hp": 4, - "smile": 4045, - "cool": 3882, - "pure": 5619, - "illustId": "02005_0019_00", - "evolveIllustId": "02005_0019_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 20050019, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224031603 - }, - { - "id": 10060018, - "masterCharacterId": 1006, - "name": "春の天体観測", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10060018, - "rarity": 3, - "hp": 4, - "smile": 5599, - "cool": 3940, - "pure": 4007, - "illustId": "01006_0018_00", - "evolveIllustId": "01006_0018_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 1, - "masterCardSysVoiceId": 10060018, - "albumUnitMId": 0, - "priority": 1, - "masterReleaseLabelId": 224031603 - }, - { - "id": 10020018, - "masterCharacterId": 1002, - "name": "エガオ、エイエン", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 10020018, - "rarity": 3, - "hp": 4, - "smile": 5150, - "cool": 4243, - "pure": 4075, - "illustId": "01002_0018_00", - "evolveIllustId": "01002_0018_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224020903 - }, - { - "id": 20060017, - "masterCharacterId": 2006, - "name": "どうしよう!?", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 20060017, - "rarity": 3, - "hp": 4, - "smile": 5118, - "cool": 4096, - "pure": 4254, - "illustId": "02006_0017_00", - "evolveIllustId": "02006_0017_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224020903 - }, - { - "id": 30010019, - "masterCharacterId": 3001, - "name": "近くにいてくれない?", - "type": 1, - "masterSkillCenterId": 100004, - "masterSkillId": 30010019, - "rarity": 3, - "hp": 4, - "smile": 5114, - "cool": 4065, - "pure": 4289, - "illustId": "03001_0019_00", - "evolveIllustId": "03001_0019_01", - "masterCardLevelId": 3, - "uniqueBackgroundFileName": "", - "evolveUniqueBackgroundFileName": "", - "getCategory": 4, - "masterCardSysVoiceId": 0, - "albumUnitMId": 1000, - "priority": 1, - "masterReleaseLabelId": 224020903 - } -] \ No newline at end of file diff --git a/src/router/databases/json/card_evolve.json b/src/router/databases/json/card_evolve.json deleted file mode 100644 index a52bebb..0000000 --- a/src/router/databases/json/card_evolve.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "rarity": 1, - "evolveCount": 1, - "maxLevel": 60, - "price": 30000, - "hpAddValue": 1, - "masterReleaseLabelId": 1 - }, - { - "rarity": 2, - "evolveCount": 1, - "maxLevel": 80, - "price": 70000, - "hpAddValue": 1, - "masterReleaseLabelId": 1 - }, - { - "rarity": 3, - "evolveCount": 1, - "maxLevel": 100, - "price": 100000, - "hpAddValue": 1, - "masterReleaseLabelId": 1 - } -] diff --git a/src/router/databases/json/chat_chapter.json b/src/router/databases/json/chat_chapter.json deleted file mode 100644 index f3363fb..0000000 --- a/src/router/databases/json/chat_chapter.json +++ /dev/null @@ -1,16046 +0,0 @@ -[ - { - "id": 100100101, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100101, - "scriptKey": "1001_1_1", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: こんばんはー!", - "noticeValue": "穂乃果: こんばんはー!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100100102, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100102, - "scriptKey": "1001_1_2", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがスタンプを送信しました", - "noticeValue": "穂乃果さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0026,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0083,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 100100103, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100103, - "scriptKey": "1001_1_3", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0039,stamp_00_00000_0053,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 100100104, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100104, - "scriptKey": "1001_1_4", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがスタンプを送信しました", - "noticeValue": "穂乃果さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 100100105, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100105, - "scriptKey": "1001_1_5", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: A-RISEの新曲のPV、もう見た?", - "noticeValue": "穂乃果: A-RISEの新曲のPV、もう見た?", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0035,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0085,stamp_01_01001_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 100100106, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100106, - "scriptKey": "1001_1_6", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: ねー! 聞いて聞いて、大ニュース!", - "noticeValue": "穂乃果: ねー! 聞いて聞いて、大ニュース!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0061,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100100107, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100107, - "scriptKey": "1001_1_7", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 100100108, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100108, - "scriptKey": "1001_1_8", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: ただいま~!", - "noticeValue": "穂乃果: ただいま~!", - "appearStampIdList": "stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 100100109, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100109, - "scriptKey": "1001_1_9", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 100100110, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100110, - "scriptKey": "1001_1_10", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: 予定確認してきたよー!", - "noticeValue": "穂乃果: 予定確認してきたよー!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 100100111, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100111, - "scriptKey": "1001_1_11", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがスタンプを送信しました", - "noticeValue": "穂乃果さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0039,stamp_00_00000_0041,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100100112, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100112, - "scriptKey": "1001_1_12", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 100100113, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100113, - "scriptKey": "1001_1_13", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0085,stamp_00_00000_0089,stamp_00_00000_0091,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100100114, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100114, - "scriptKey": "1001_1_14", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: もうライブ会場に着いた?", - "noticeValue": "穂乃果: もうライブ会場に着いた?", - "appearStampIdList": "stamp_00_00000_0035,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100100115, - "masterChatId": 1001, - "roomId": 1, - "chapterId": 100100115, - "scriptKey": "1001_1_15", - "title": "穂乃果 DM", - "firstLineValue": "穂乃果: 今日はライブに来てくれて、本当にありがとう!", - "noticeValue": "穂乃果: 今日はライブに来てくれて、本当にありがとう!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0066,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 100100201, - "masterChatId": 1001, - "roomId": 2, - "chapterId": 100100201, - "scriptKey": "1001_2_1", - "title": "穂乃果 お誕生日2023", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 123080302 - }, - { - "id": 100100301, - "masterChatId": 1001, - "roomId": 3, - "chapterId": 100100301, - "scriptKey": "1001_3_1", - "title": "穂乃果 お祝い2023", - "firstLineValue": "穂乃果: お誕生日おめでとーーー!", - "noticeValue": "穂乃果: お誕生日おめでとーーー!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0084,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 100100401, - "masterChatId": 1001, - "roomId": 16, - "chapterId": 100100401, - "scriptKey": "1001_16_1", - "title": "穂乃果 新年2024", - "firstLineValue": "穂乃果: あけましておめでとー!", - "noticeValue": "穂乃果: あけましておめでとー!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0060,stamp_00_00000_0076,stamp_01_01001_0003", - "masterReleaseLabelId": 324010140 - }, - { - "id": 100100501, - "masterChatId": 1001, - "roomId": 17, - "chapterId": 100100501, - "scriptKey": "1001_17_1", - "title": "穂乃果 バレンタイン2024", - "firstLineValue": "穂乃果: 聞いて聞いてー!", - "noticeValue": "穂乃果: 聞いて聞いてー!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0054", - "masterReleaseLabelId": 324021434 - }, - { - "id": 100101801, - "masterChatId": 1001, - "roomId": 18, - "chapterId": 100101801, - "scriptKey": "1001_18_1", - "title": "穂乃果 ホワイトデー2024", - "firstLineValue": "穂乃果: 今日はホワイトデーだね!", - "noticeValue": "穂乃果: 今日はホワイトデーだね!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0076", - "masterReleaseLabelId": 324031435 - }, - { - "id": 100100701, - "masterChatId": 1001, - "roomId": 7, - "chapterId": 100100701, - "scriptKey": "1001_7_1", - "title": "穂乃果 4月2023", - "firstLineValue": "穂乃果: もうすっかり春だね~", - "noticeValue": "穂乃果: もうすっかり春だね~", - "appearStampIdList": "stamp_00_00000_0056", - "masterReleaseLabelId": 1 - }, - { - "id": 100100801, - "masterChatId": 1001, - "roomId": 8, - "chapterId": 100100801, - "scriptKey": "1001_8_1", - "title": "穂乃果 5月2023", - "firstLineValue": "穂乃果: ねえねえ", - "noticeValue": "穂乃果: ねえねえ", - "appearStampIdList": "stamp_00_00000_0076", - "masterReleaseLabelId": 1 - }, - { - "id": 100100901, - "masterChatId": 1001, - "roomId": 9, - "chapterId": 100100901, - "scriptKey": "1001_9_1", - "title": "穂乃果 6月2023", - "firstLineValue": "穂乃果: ふいー", - "noticeValue": "穂乃果: ふいー", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0009,stamp_00_00000_0087,stamp_01_01001_0003", - "masterReleaseLabelId": 323061304 - }, - { - "id": 100101001, - "masterChatId": 1001, - "roomId": 10, - "chapterId": 100101001, - "scriptKey": "1001_10_1", - "title": "穂乃果 7月2023", - "firstLineValue": "穂乃果: いよいよ夏休みが始まったね!", - "noticeValue": "穂乃果: いよいよ夏休みが始まったね!", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0076,stamp_00_00000_0090", - "masterReleaseLabelId": 323072107 - }, - { - "id": 100101101, - "masterChatId": 1001, - "roomId": 11, - "chapterId": 100101101, - "scriptKey": "1001_11_1", - "title": "穂乃果 夏休み2023", - "firstLineValue": "穂乃果: やっほー", - "noticeValue": "穂乃果: やっほー", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0039,stamp_00_00000_0081", - "masterReleaseLabelId": 323082003 - }, - { - "id": 100101201, - "masterChatId": 1001, - "roomId": 12, - "chapterId": 100101201, - "scriptKey": "1001_12_1", - "title": "穂乃果 9月2023", - "firstLineValue": "穂乃果: 今ちょっといい?", - "noticeValue": "穂乃果: 今ちょっといい?", - "appearStampIdList": "stamp_00_00000_0060", - "masterReleaseLabelId": 323092104 - }, - { - "id": 100101301, - "masterChatId": 1001, - "roomId": 13, - "chapterId": 100101301, - "scriptKey": "1001_13_1", - "title": "穂乃果 2023ハロウィン", - "firstLineValue": "穂乃果: トリック・オア・トリート!", - "noticeValue": "穂乃果: トリック・オア・トリート!", - "appearStampIdList": "stamp_00_00000_0007", - "masterReleaseLabelId": 323103132 - }, - { - "id": 100101401, - "masterChatId": 1001, - "roomId": 14, - "chapterId": 100101401, - "scriptKey": "1001_14_1", - "title": "穂乃果 11月2023", - "firstLineValue": "穂乃果: こんばんは", - "noticeValue": "穂乃果: こんばんは", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0039", - "masterReleaseLabelId": 323111603 - }, - { - "id": 100101501, - "masterChatId": 1001, - "roomId": 15, - "chapterId": 100101501, - "scriptKey": "1001_15_1", - "title": "穂乃果 Xmas2023", - "firstLineValue": "穂乃果: メリークリスマス!", - "noticeValue": "穂乃果: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0046,stamp_00_00000_0077,stamp_00_00000_0092", - "masterReleaseLabelId": 323122413 - }, - { - "id": 100200101, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200101, - "scriptKey": "1002_1_1", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100200102, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200102, - "scriptKey": "1002_1_2", - "title": "絵里 DM", - "firstLineValue": "絵里: 今大丈夫かしら?", - "noticeValue": "絵里: 今大丈夫かしら?", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100200103, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200103, - "scriptKey": "1002_1_3", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0061,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 100200104, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200104, - "scriptKey": "1002_1_4", - "title": "絵里 DM", - "firstLineValue": "絵里: ねえねえ、ちょっといい~?", - "noticeValue": "絵里: ねえねえ、ちょっといい~?", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0080,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 100200105, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200105, - "scriptKey": "1002_1_5", - "title": "絵里 DM", - "firstLineValue": "絵里: 今ちょっといいかしら?", - "noticeValue": "絵里: 今ちょっといいかしら?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0080,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100200106, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200106, - "scriptKey": "1002_1_6", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0088,stamp_00_00000_0093,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100200107, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200107, - "scriptKey": "1002_1_7", - "title": "絵里 DM", - "firstLineValue": "絵里: ちょっといいかしら?", - "noticeValue": "絵里: ちょっといいかしら?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0045,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0090,stamp_00_00000_0094,stamp_01_01002_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 100200108, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200108, - "scriptKey": "1002_1_8", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0053,stamp_00_00000_0055,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 100200109, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200109, - "scriptKey": "1002_1_9", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0092,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100200110, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200110, - "scriptKey": "1002_1_10", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0034,stamp_00_00000_0055,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0093,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100200111, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200111, - "scriptKey": "1002_1_11", - "title": "絵里 DM", - "firstLineValue": "絵里さんがスタンプを送信しました", - "noticeValue": "絵里さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0090,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100200112, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200112, - "scriptKey": "1002_1_12", - "title": "絵里 DM", - "firstLineValue": "絵里: ちょっといいかしら", - "noticeValue": "絵里: ちょっといいかしら", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100200113, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200113, - "scriptKey": "1002_1_13", - "title": "絵里 DM", - "firstLineValue": "絵里: 聞いて!!", - "noticeValue": "絵里: 聞いて!!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0055,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100200114, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200114, - "scriptKey": "1002_1_14", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0026,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100200115, - "masterChatId": 1002, - "roomId": 1, - "chapterId": 100200115, - "scriptKey": "1002_1_15", - "title": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0071,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100200201, - "masterChatId": 1002, - "roomId": 2, - "chapterId": 100200201, - "scriptKey": "1002_2_1", - "title": "絵里 お誕生日2023", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0079", - "masterReleaseLabelId": 123102102 - }, - { - "id": 100200301, - "masterChatId": 1002, - "roomId": 3, - "chapterId": 100200301, - "scriptKey": "1002_3_1", - "title": "絵里 お祝い2023", - "firstLineValue": "絵里: お誕生日おめでとう", - "noticeValue": "絵里: お誕生日おめでとう", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100200401, - "masterChatId": 1002, - "roomId": 16, - "chapterId": 100200401, - "scriptKey": "1002_16_1", - "title": "絵里 新年2024", - "firstLineValue": "絵里: あけましておめでとう", - "noticeValue": "絵里: あけましておめでとう", - "appearStampIdList": "", - "masterReleaseLabelId": 324010141 - }, - { - "id": 100200501, - "masterChatId": 1002, - "roomId": 17, - "chapterId": 100200501, - "scriptKey": "1002_17_1", - "title": "絵里 バレンタイン2024", - "firstLineValue": "絵里: 今日はバレンタインデーのチョコレートをありがとう", - "noticeValue": "絵里: 今日はバレンタインデーのチョコレートをありがとう", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 324021435 - }, - { - "id": 100201801, - "masterChatId": 1002, - "roomId": 18, - "chapterId": 100201801, - "scriptKey": "1002_18_1", - "title": "絵里 ホワイトデー2024", - "firstLineValue": "絵里: 今日はバレンタインデーのお返しをありがとう", - "noticeValue": "絵里: 今日はバレンタインデーのお返しをありがとう", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 324031436 - }, - { - "id": 100200701, - "masterChatId": 1002, - "roomId": 7, - "chapterId": 100200701, - "scriptKey": "1002_7_1", - "title": "絵里 4月2023", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100200801, - "masterChatId": 1002, - "roomId": 8, - "chapterId": 100200801, - "scriptKey": "1002_8_1", - "title": "絵里 5月2023", - "firstLineValue": "絵里: 聞いてちょうだい!", - "noticeValue": "絵里: 聞いてちょうだい!", - "appearStampIdList": "stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100200901, - "masterChatId": 1002, - "roomId": 9, - "chapterId": 100200901, - "scriptKey": "1002_9_1", - "title": "絵里 6月2023", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0057", - "masterReleaseLabelId": 323060804 - }, - { - "id": 100201001, - "masterChatId": 1002, - "roomId": 10, - "chapterId": 100201001, - "scriptKey": "1002_10_1", - "title": "絵里 7月2023", - "firstLineValue": "絵里: 毎日暑いけど体調をくずしたりしていない?", - "noticeValue": "絵里: 毎日暑いけど体調をくずしたりしていない?", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0083,stamp_00_00000_0092,stamp_01_01001_0003", - "masterReleaseLabelId": 323072405 - }, - { - "id": 100201101, - "masterChatId": 1002, - "roomId": 11, - "chapterId": 100201101, - "scriptKey": "1002_11_1", - "title": "絵里 夏休み2023", - "firstLineValue": "絵里: どうして夏になるとみんな怖い話をしたがるのかしらね……", - "noticeValue": "絵里: どうして夏になるとみんな怖い話をしたがるのかしらね……", - "appearStampIdList": "stamp_00_00000_0016", - "masterReleaseLabelId": 323080703 - }, - { - "id": 100201201, - "masterChatId": 1002, - "roomId": 12, - "chapterId": 100201201, - "scriptKey": "1002_12_1", - "title": "絵里 9月2023", - "firstLineValue": "絵里: この前、希とにこと一緒に期間限定のケーキを食べに行ってきたの", - "noticeValue": "絵里: この前、希とにこと一緒に期間限定のケーキを食べに行ってきたの", - "appearStampIdList": "stamp_00_00000_0020", - "masterReleaseLabelId": 323092503 - }, - { - "id": 100201301, - "masterChatId": 1002, - "roomId": 13, - "chapterId": 100201301, - "scriptKey": "1002_13_1", - "title": "絵里 2023ハロウィン", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0088", - "masterReleaseLabelId": 323103133 - }, - { - "id": 100201401, - "masterChatId": 1002, - "roomId": 14, - "chapterId": 100201401, - "scriptKey": "1002_14_1", - "title": "絵里 11月2023", - "firstLineValue": "絵里: もうすっかり秋ね", - "noticeValue": "絵里: もうすっかり秋ね", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0056", - "masterReleaseLabelId": 323112003 - }, - { - "id": 100201501, - "masterChatId": 1002, - "roomId": 15, - "chapterId": 100201501, - "scriptKey": "1002_15_1", - "title": "絵里 Xmas2023", - "firstLineValue": "絵里さんがログインしました", - "noticeValue": "絵里さんがログインしました", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0088", - "masterReleaseLabelId": 323122414 - }, - { - "id": 100300101, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300101, - "scriptKey": "1003_1_1", - "title": "ことり DM", - "firstLineValue": "ことり: こんばんは、南ことりです", - "noticeValue": "ことり: こんばんは、南ことりです", - "appearStampIdList": "stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100300102, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300102, - "scriptKey": "1003_1_2", - "title": "ことり DM", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100300103, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300103, - "scriptKey": "1003_1_3", - "title": "ことり DM", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100300104, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300104, - "scriptKey": "1003_1_4", - "title": "ことり DM", - "firstLineValue": "ことりさんが画像を送信しました", - "noticeValue": "ことりさんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0068,stamp_00_00000_0077,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 100300105, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300105, - "scriptKey": "1003_1_5", - "title": "ことり DM", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0080,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0091,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100300106, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300106, - "scriptKey": "1003_1_6", - "title": "ことり DM", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0079,stamp_01_01003_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 100300107, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300107, - "scriptKey": "1003_1_7", - "title": "ことり DM", - "firstLineValue": "ことり: こんばんは", - "noticeValue": "ことり: こんばんは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 100300108, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300108, - "scriptKey": "1003_1_8", - "title": "ことり DM", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0059,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100300109, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300109, - "scriptKey": "1003_1_9", - "title": "ことり DM", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100300110, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300110, - "scriptKey": "1003_1_10", - "title": "ことり DM", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100300111, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300111, - "scriptKey": "1003_1_11", - "title": "ことり DM", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0069,stamp_00_00000_0077,stamp_00_00000_0080,stamp_00_00000_0094,stamp_01_01003_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 100300112, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300112, - "scriptKey": "1003_1_12", - "title": "ことり DM", - "firstLineValue": "ことり: どうしよう", - "noticeValue": "ことり: どうしよう", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 100300113, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300113, - "scriptKey": "1003_1_13", - "title": "ことり DM", - "firstLineValue": "ことり: さっきは恥ずかしいところ見せちゃってゴメンね", - "noticeValue": "ことり: さっきは恥ずかしいところ見せちゃってゴメンね", - "appearStampIdList": "stamp_00_00000_0075,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 100300114, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300114, - "scriptKey": "1003_1_14", - "title": "ことり DM", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0085,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100300115, - "masterChatId": 1003, - "roomId": 1, - "chapterId": 100300115, - "scriptKey": "1003_1_15", - "title": "ことり DM", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100300201, - "masterChatId": 1003, - "roomId": 2, - "chapterId": 100300201, - "scriptKey": "1003_2_1", - "title": "ことり お誕生日2023", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 123091202 - }, - { - "id": 100300301, - "masterChatId": 1003, - "roomId": 3, - "chapterId": 100300301, - "scriptKey": "1003_3_1", - "title": "ことり お祝い2023", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100300401, - "masterChatId": 1003, - "roomId": 16, - "chapterId": 100300401, - "scriptKey": "1003_16_1", - "title": "ことり 新年2024", - "firstLineValue": "ことり: あけましておめでとう", - "noticeValue": "ことり: あけましておめでとう", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0057", - "masterReleaseLabelId": 324010142 - }, - { - "id": 100300501, - "masterChatId": 1003, - "roomId": 17, - "chapterId": 100300501, - "scriptKey": "1003_17_1", - "title": "ことり バレンタイン2024", - "firstLineValue": "ことり: ハッピーバレンタイン!", - "noticeValue": "ことり: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0079", - "masterReleaseLabelId": 324021436 - }, - { - "id": 100301801, - "masterChatId": 1003, - "roomId": 18, - "chapterId": 100301801, - "scriptKey": "1003_18_1", - "title": "ことり ホワイトデー2024", - "firstLineValue": "ことり: 今日はバレンタインデーのお返しありがとう!", - "noticeValue": "ことり: 今日はバレンタインデーのお返しありがとう!", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0056", - "masterReleaseLabelId": 324031437 - }, - { - "id": 100300701, - "masterChatId": 1003, - "roomId": 7, - "chapterId": 100300701, - "scriptKey": "1003_7_1", - "title": "ことり 4月2023", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100300801, - "masterChatId": 1003, - "roomId": 8, - "chapterId": 100300801, - "scriptKey": "1003_8_1", - "title": "ことり 5月2023", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_01_01003_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 100300901, - "masterChatId": 1003, - "roomId": 9, - "chapterId": 100300901, - "scriptKey": "1003_9_1", - "title": "ことり 6月2023", - "firstLineValue": "ことり: この前ライブを見に来てくれた子からお手紙をもらったんだ", - "noticeValue": "ことり: この前ライブを見に来てくれた子からお手紙をもらったんだ", - "appearStampIdList": "", - "masterReleaseLabelId": 323060403 - }, - { - "id": 100301001, - "masterChatId": 1003, - "roomId": 10, - "chapterId": 100301001, - "scriptKey": "1003_10_1", - "title": "ことり 7月2023", - "firstLineValue": "ことり: ちょっと相談したいことがあるんだけど、いいかな?", - "noticeValue": "ことり: ちょっと相談したいことがあるんだけど、いいかな?", - "appearStampIdList": "", - "masterReleaseLabelId": 323071203 - }, - { - "id": 100301101, - "masterChatId": 1003, - "roomId": 11, - "chapterId": 100301101, - "scriptKey": "1003_11_1", - "title": "ことり 夏休み2023", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0079,stamp_01_01003_0001", - "masterReleaseLabelId": 323080704 - }, - { - "id": 100301201, - "masterChatId": 1003, - "roomId": 12, - "chapterId": 100301201, - "scriptKey": "1003_12_1", - "title": "ことり 9月2023", - "firstLineValue": "ことりさんがログインしました", - "noticeValue": "ことりさんがログインしました", - "appearStampIdList": "stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0060,stamp_01_01001_0003", - "masterReleaseLabelId": 323092804 - }, - { - "id": 100301301, - "masterChatId": 1003, - "roomId": 13, - "chapterId": 100301301, - "scriptKey": "1003_13_1", - "title": "ことり 2023ハロウィン", - "firstLineValue": "ことり: こんにちは!", - "noticeValue": "ことり: こんにちは!", - "appearStampIdList": "stamp_00_00000_0092", - "masterReleaseLabelId": 323103134 - }, - { - "id": 100301401, - "masterChatId": 1003, - "roomId": 14, - "chapterId": 100301401, - "scriptKey": "1003_14_1", - "title": "ことり 11月2023", - "firstLineValue": "ことりさんがスタンプを送信しました", - "noticeValue": "ことりさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0088,stamp_01_01003_0001", - "masterReleaseLabelId": 323112603 - }, - { - "id": 100301501, - "masterChatId": 1003, - "roomId": 15, - "chapterId": 100301501, - "scriptKey": "1003_15_1", - "title": "ことり Xmas2023", - "firstLineValue": "ことり: メリークリスマス!", - "noticeValue": "ことり: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0079", - "masterReleaseLabelId": 323122526 - }, - { - "id": 100400101, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400101, - "scriptKey": "1004_1_1", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 100400102, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400102, - "scriptKey": "1004_1_2", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0034", - "masterReleaseLabelId": 1 - }, - { - "id": 100400103, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400103, - "scriptKey": "1004_1_3", - "title": "海未 DM", - "firstLineValue": "海未: 今、よろしいでしょうか", - "noticeValue": "海未: 今、よろしいでしょうか", - "appearStampIdList": "stamp_00_00000_0048", - "masterReleaseLabelId": 1 - }, - { - "id": 100400104, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400104, - "scriptKey": "1004_1_4", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100400105, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400105, - "scriptKey": "1004_1_5", - "title": "海未 DM", - "firstLineValue": "海未: お待たせしました", - "noticeValue": "海未: お待たせしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0037", - "masterReleaseLabelId": 1 - }, - { - "id": 100400106, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400106, - "scriptKey": "1004_1_6", - "title": "海未 DM", - "firstLineValue": "海未さんがスタンプを送信しました", - "noticeValue": "海未さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0040,stamp_00_00000_0059,stamp_01_01004_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 100400107, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400107, - "scriptKey": "1004_1_7", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100400108, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400108, - "scriptKey": "1004_1_8", - "title": "海未 DM", - "firstLineValue": "海未: そういえば自分にもできそうなスポーツを探すと言っていましたが…", - "noticeValue": "海未: そういえば自分にもできそうなスポーツを探すと言っていましたが…", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 100400109, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400109, - "scriptKey": "1004_1_9", - "title": "海未 DM", - "firstLineValue": "海未さんがスタンプを送信しました", - "noticeValue": "海未さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 100400110, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400110, - "scriptKey": "1004_1_10", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0054", - "masterReleaseLabelId": 1 - }, - { - "id": 100400111, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400111, - "scriptKey": "1004_1_11", - "title": "海未 DM", - "firstLineValue": "海未: できました!", - "noticeValue": "海未: できました!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 100400112, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400112, - "scriptKey": "1004_1_12", - "title": "海未 DM", - "firstLineValue": "海未: すみません、こんな時間に", - "noticeValue": "海未: すみません、こんな時間に", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0008,stamp_00_00000_0059,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 100400113, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400113, - "scriptKey": "1004_1_13", - "title": "海未 DM", - "firstLineValue": "海未: いよいよ、明日ライブ当日です", - "noticeValue": "海未: いよいよ、明日ライブ当日です", - "appearStampIdList": "stamp_00_00000_0049", - "masterReleaseLabelId": 1 - }, - { - "id": 100400114, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400114, - "scriptKey": "1004_1_14", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 100400115, - "masterChatId": 1004, - "roomId": 1, - "chapterId": 100400115, - "scriptKey": "1004_1_15", - "title": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100400301, - "masterChatId": 1004, - "roomId": 3, - "chapterId": 100400301, - "scriptKey": "1004_3_1", - "title": "海未 お祝い2023", - "firstLineValue": "海未: 夜分に申し訳ありません", - "noticeValue": "海未: 夜分に申し訳ありません", - "appearStampIdList": "stamp_00_00000_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 100400401, - "masterChatId": 1004, - "roomId": 16, - "chapterId": 100400401, - "scriptKey": "1004_16_1", - "title": "海未 新年2024", - "firstLineValue": "海未: あけましておめでとうございます", - "noticeValue": "海未: あけましておめでとうございます", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0095", - "masterReleaseLabelId": 324010143 - }, - { - "id": 100400501, - "masterChatId": 1004, - "roomId": 17, - "chapterId": 100400501, - "scriptKey": "1004_17_1", - "title": "海未 バレンタイン2024", - "firstLineValue": "海未: 今日はバレンタインチョコをありがとうございました", - "noticeValue": "海未: 今日はバレンタインチョコをありがとうございました", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0089", - "masterReleaseLabelId": 324021437 - }, - { - "id": 100401801, - "masterChatId": 1004, - "roomId": 18, - "chapterId": 100401801, - "scriptKey": "1004_18_1", - "title": "海未 ホワイトデー2024", - "firstLineValue": "海未: 本日はバレンタインデーのお返しをありがとうございました", - "noticeValue": "海未: 本日はバレンタインデーのお返しをありがとうございました", - "appearStampIdList": "stamp_00_00000_0054", - "masterReleaseLabelId": 324031438 - }, - { - "id": 100400701, - "masterChatId": 1004, - "roomId": 7, - "chapterId": 100400701, - "scriptKey": "1004_7_1", - "title": "海未 4月2023", - "firstLineValue": "海未: もうすっかり春ですね", - "noticeValue": "海未: もうすっかり春ですね", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 100400801, - "masterChatId": 1004, - "roomId": 8, - "chapterId": 100400801, - "scriptKey": "1004_8_1", - "title": "海未 5月2023", - "firstLineValue": "海未さんが画像を送信しました", - "noticeValue": "海未さんが画像を送信しました", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 100400901, - "masterChatId": 1004, - "roomId": 9, - "chapterId": 100400901, - "scriptKey": "1004_9_1", - "title": "海未 6月2023", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323061602 - }, - { - "id": 100401001, - "masterChatId": 1004, - "roomId": 10, - "chapterId": 100401001, - "scriptKey": "1004_10_1", - "title": "海未 7月2023", - "firstLineValue": "海未: こんにちは", - "noticeValue": "海未: こんにちは", - "appearStampIdList": "stamp_00_00000_0056,stamp_00_00000_0093", - "masterReleaseLabelId": 323072406 - }, - { - "id": 100401101, - "masterChatId": 1004, - "roomId": 11, - "chapterId": 100401101, - "scriptKey": "1004_11_1", - "title": "海未 夏休み2023", - "firstLineValue": "海未: 聞いてください!", - "noticeValue": "海未: 聞いてください!", - "appearStampIdList": "", - "masterReleaseLabelId": 323082403 - }, - { - "id": 100401201, - "masterChatId": 1004, - "roomId": 12, - "chapterId": 100401201, - "scriptKey": "1004_12_1", - "title": "海未 9月2023", - "firstLineValue": "海未: こんにちは", - "noticeValue": "海未: こんにちは", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0095", - "masterReleaseLabelId": 323090303 - }, - { - "id": 100401301, - "masterChatId": 1004, - "roomId": 13, - "chapterId": 100401301, - "scriptKey": "1004_13_1", - "title": "海未 2023ハロウィン", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008", - "masterReleaseLabelId": 323103135 - }, - { - "id": 100401401, - "masterChatId": 1004, - "roomId": 14, - "chapterId": 100401401, - "scriptKey": "1004_14_1", - "title": "海未 11月2023", - "firstLineValue": "海未: 今度のバーベキューの準備進んでいますか?", - "noticeValue": "海未: 今度のバーベキューの準備進んでいますか?", - "appearStampIdList": "", - "masterReleaseLabelId": 323111604 - }, - { - "id": 100401501, - "masterChatId": 1004, - "roomId": 15, - "chapterId": 100401501, - "scriptKey": "1004_15_1", - "title": "海未 Xmas2023", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 323122415 - }, - { - "id": 100401901, - "masterChatId": 1004, - "roomId": 19, - "chapterId": 100401901, - "scriptKey": "1004_19_1", - "title": "海未 お誕生日2024", - "firstLineValue": "海未さんがログインしました", - "noticeValue": "海未さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0054", - "masterReleaseLabelId": 124031502 - }, - { - "id": 100500101, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500101, - "scriptKey": "1005_1_1", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100500102, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500102, - "scriptKey": "1005_1_2", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100500103, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500103, - "scriptKey": "1005_1_3", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100500104, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500104, - "scriptKey": "1005_1_4", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0012,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0093,stamp_01_01005_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 100500105, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500105, - "scriptKey": "1005_1_5", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0015,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 100500106, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500106, - "scriptKey": "1005_1_6", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 100500107, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500107, - "scriptKey": "1005_1_7", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0080,stamp_00_00000_0084,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100500108, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500108, - "scriptKey": "1005_1_8", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 100500109, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500109, - "scriptKey": "1005_1_9", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100500110, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500110, - "scriptKey": "1005_1_10", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0027,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0076,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100500111, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500111, - "scriptKey": "1005_1_11", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0016", - "masterReleaseLabelId": 1 - }, - { - "id": 100500112, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500112, - "scriptKey": "1005_1_12", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0059,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 100500113, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500113, - "scriptKey": "1005_1_13", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 100500114, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500114, - "scriptKey": "1005_1_14", - "title": "凛 DM", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0069,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 100500115, - "masterChatId": 1005, - "roomId": 1, - "chapterId": 100500115, - "scriptKey": "1005_1_15", - "title": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0026,stamp_00_00000_0036,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 100500201, - "masterChatId": 1005, - "roomId": 2, - "chapterId": 100500201, - "scriptKey": "1005_2_1", - "title": "凛 お誕生日2023", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0077", - "masterReleaseLabelId": 123110103 - }, - { - "id": 100500301, - "masterChatId": 1005, - "roomId": 3, - "chapterId": 100500301, - "scriptKey": "1005_3_1", - "title": "凛 お祝い2023", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0066,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 100500401, - "masterChatId": 1005, - "roomId": 16, - "chapterId": 100500401, - "scriptKey": "1005_16_1", - "title": "凛 新年2024", - "firstLineValue": "凛: あけましておめでとう!", - "noticeValue": "凛: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0060,stamp_01_01005_0007", - "masterReleaseLabelId": 324010144 - }, - { - "id": 100500501, - "masterChatId": 1005, - "roomId": 17, - "chapterId": 100500501, - "scriptKey": "1005_17_1", - "title": "凛 バレンタイン2024", - "firstLineValue": "凛: あなたからもらったチョコ、すっごくおいしいにゃ~~~", - "noticeValue": "凛: あなたからもらったチョコ、すっごくおいしいにゃ~~~", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0052,stamp_00_00000_0060", - "masterReleaseLabelId": 324021438 - }, - { - "id": 100501801, - "masterChatId": 1005, - "roomId": 18, - "chapterId": 100501801, - "scriptKey": "1005_18_1", - "title": "凛 ホワイトデー2024", - "firstLineValue": "凛: バレンタインも最高だったけど、ホワイトデーも最高だにゃ!", - "noticeValue": "凛: バレンタインも最高だったけど、ホワイトデーも最高だにゃ!", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 324031439 - }, - { - "id": 100500701, - "masterChatId": 1005, - "roomId": 7, - "chapterId": 100500701, - "scriptKey": "1005_7_1", - "title": "凛 4月2023", - "firstLineValue": "凛: 毎日ぽかぽかして気持ちいいにゃ~", - "noticeValue": "凛: 毎日ぽかぽかして気持ちいいにゃ~", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0076", - "masterReleaseLabelId": 1 - }, - { - "id": 100500801, - "masterChatId": 1005, - "roomId": 8, - "chapterId": 100500801, - "scriptKey": "1005_8_1", - "title": "凛 5月2023", - "firstLineValue": "凛: おはよう!", - "noticeValue": "凛: おはよう!", - "appearStampIdList": "stamp_00_00000_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 100500901, - "masterChatId": 1005, - "roomId": 9, - "chapterId": 100500901, - "scriptKey": "1005_9_1", - "title": "凛 6月2023", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323060203 - }, - { - "id": 100501001, - "masterChatId": 1005, - "roomId": 10, - "chapterId": 100501001, - "scriptKey": "1005_10_1", - "title": "凛 7月2023", - "firstLineValue": "凛: どうしよう~~~!", - "noticeValue": "凛: どうしよう~~~!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0060,stamp_00_00000_0061", - "masterReleaseLabelId": 323072303 - }, - { - "id": 100501101, - "masterChatId": 1005, - "roomId": 11, - "chapterId": 100501101, - "scriptKey": "1005_11_1", - "title": "凛 夏休み2023", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007", - "masterReleaseLabelId": 323080803 - }, - { - "id": 100501201, - "masterChatId": 1005, - "roomId": 12, - "chapterId": 100501201, - "scriptKey": "1005_12_1", - "title": "凛 9月2023", - "firstLineValue": "凛: 新聞読んだよ!", - "noticeValue": "凛: 新聞読んだよ!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0088", - "masterReleaseLabelId": 323092805 - }, - { - "id": 100501301, - "masterChatId": 1005, - "roomId": 13, - "chapterId": 100501301, - "scriptKey": "1005_13_1", - "title": "凛 2023ハロウィン", - "firstLineValue": "凛: ハッピーハロウィン!", - "noticeValue": "凛: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0060", - "masterReleaseLabelId": 323103136 - }, - { - "id": 100501401, - "masterChatId": 1005, - "roomId": 14, - "chapterId": 100501401, - "scriptKey": "1005_14_1", - "title": "凛 11月2023", - "firstLineValue": "凛: 今度のバーベキュー楽しみだね", - "noticeValue": "凛: 今度のバーベキュー楽しみだね", - "appearStampIdList": "", - "masterReleaseLabelId": 323112203 - }, - { - "id": 100501501, - "masterChatId": 1005, - "roomId": 15, - "chapterId": 100501501, - "scriptKey": "1005_15_1", - "title": "凛 Xmas2023", - "firstLineValue": "凛: メリークリスマス!", - "noticeValue": "凛: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0038", - "masterReleaseLabelId": 323122416 - }, - { - "id": 100600101, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600101, - "scriptKey": "1006_1_1", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100600102, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600102, - "scriptKey": "1006_1_2", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0037", - "masterReleaseLabelId": 1 - }, - { - "id": 100600103, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600103, - "scriptKey": "1006_1_3", - "title": "真姫 DM", - "firstLineValue": "真姫さんが画像を送信しました", - "noticeValue": "真姫さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 100600104, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600104, - "scriptKey": "1006_1_4", - "title": "真姫 DM", - "firstLineValue": "真姫さんが画像を送信しました", - "noticeValue": "真姫さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0023,stamp_00_00000_0049,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0077,stamp_01_01006_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 100600105, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600105, - "scriptKey": "1006_1_5", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0049,stamp_00_00000_0050", - "masterReleaseLabelId": 1 - }, - { - "id": 100600106, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600106, - "scriptKey": "1006_1_6", - "title": "真姫 DM", - "firstLineValue": "真姫: ちょっといい?", - "noticeValue": "真姫: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 100600107, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600107, - "scriptKey": "1006_1_7", - "title": "真姫 DM", - "firstLineValue": "真姫: 次のライブが決まったわ", - "noticeValue": "真姫: 次のライブが決まったわ", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0060,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 100600108, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600108, - "scriptKey": "1006_1_8", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 100600109, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600109, - "scriptKey": "1006_1_9", - "title": "真姫 DM", - "firstLineValue": "真姫: ちょっといい?", - "noticeValue": "真姫: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0027,stamp_00_00000_0049,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100600110, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600110, - "scriptKey": "1006_1_10", - "title": "真姫 DM", - "firstLineValue": "真姫: ねえ、今度のライブ来てくれるのよね?", - "noticeValue": "真姫: ねえ、今度のライブ来てくれるのよね?", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 100600111, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600111, - "scriptKey": "1006_1_11", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0080,stamp_00_00000_0084,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100600112, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600112, - "scriptKey": "1006_1_12", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0061,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 100600113, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600113, - "scriptKey": "1006_1_13", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0049", - "masterReleaseLabelId": 1 - }, - { - "id": 100600114, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600114, - "scriptKey": "1006_1_14", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0079,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 100600115, - "masterChatId": 1006, - "roomId": 1, - "chapterId": 100600115, - "scriptKey": "1006_1_15", - "title": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0027,stamp_00_00000_0028", - "masterReleaseLabelId": 1 - }, - { - "id": 100600301, - "masterChatId": 1006, - "roomId": 3, - "chapterId": 100600301, - "scriptKey": "1006_3_1", - "title": "真姫 お祝い2023", - "firstLineValue": "真姫: お誕生日おめでとう", - "noticeValue": "真姫: お誕生日おめでとう", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0023", - "masterReleaseLabelId": 1 - }, - { - "id": 100600401, - "masterChatId": 1006, - "roomId": 16, - "chapterId": 100600401, - "scriptKey": "1006_16_1", - "title": "真姫 新年2024", - "firstLineValue": "真姫: あけましておめでとう", - "noticeValue": "真姫: あけましておめでとう", - "appearStampIdList": "stamp_01_01005_0007", - "masterReleaseLabelId": 324010145 - }, - { - "id": 100600501, - "masterChatId": 1006, - "roomId": 17, - "chapterId": 100600501, - "scriptKey": "1006_17_1", - "title": "真姫 バレンタイン2024", - "firstLineValue": "真姫: 今日はバレンタインチョコをありがとう", - "noticeValue": "真姫: 今日はバレンタインチョコをありがとう", - "appearStampIdList": "stamp_00_00000_0079", - "masterReleaseLabelId": 324021439 - }, - { - "id": 100601801, - "masterChatId": 1006, - "roomId": 18, - "chapterId": 100601801, - "scriptKey": "1006_18_1", - "title": "真姫 ホワイトデー2024", - "firstLineValue": "真姫: おはよう", - "noticeValue": "真姫: おはよう", - "appearStampIdList": "", - "masterReleaseLabelId": 324031440 - }, - { - "id": 100600701, - "masterChatId": 1006, - "roomId": 7, - "chapterId": 100600701, - "scriptKey": "1006_7_1", - "title": "真姫 4月2023", - "firstLineValue": "真姫: さっき散歩をしていたら素敵な桜並木を見かけたの", - "noticeValue": "真姫: さっき散歩をしていたら素敵な桜並木を見かけたの", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 100600801, - "masterChatId": 1006, - "roomId": 8, - "chapterId": 100600801, - "scriptKey": "1006_8_1", - "title": "真姫 5月2023", - "firstLineValue": "真姫: さっき送った写真見てくれた?", - "noticeValue": "真姫: さっき送った写真見てくれた?", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0063,stamp_00_00000_0065", - "masterReleaseLabelId": 1 - }, - { - "id": 100600901, - "masterChatId": 1006, - "roomId": 9, - "chapterId": 100600901, - "scriptKey": "1006_9_1", - "title": "真姫 6月2023", - "firstLineValue": "真姫: さっきメールで送った曲、もう聴いてくれた?", - "noticeValue": "真姫: さっきメールで送った曲、もう聴いてくれた?", - "appearStampIdList": "stamp_00_00000_0079", - "masterReleaseLabelId": 323061803 - }, - { - "id": 100601001, - "masterChatId": 1006, - "roomId": 10, - "chapterId": 100601001, - "scriptKey": "1006_10_1", - "title": "真姫 7月2023", - "firstLineValue": "真姫: もうすぐ夏休みね", - "noticeValue": "真姫: もうすぐ夏休みね", - "appearStampIdList": "stamp_00_00000_0007", - "masterReleaseLabelId": 323071204 - }, - { - "id": 100601101, - "masterChatId": 1006, - "roomId": 11, - "chapterId": 100601101, - "scriptKey": "1006_11_1", - "title": "真姫 夏休み2023", - "firstLineValue": "真姫: もう少しで夏休みも終わりね", - "noticeValue": "真姫: もう少しで夏休みも終わりね", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0078,stamp_01_01001_0003", - "masterReleaseLabelId": 323081604 - }, - { - "id": 100601201, - "masterChatId": 1006, - "roomId": 12, - "chapterId": 100601201, - "scriptKey": "1006_12_1", - "title": "真姫 9月2023", - "firstLineValue": "真姫: 今日見てもらった練習のことで聞きたいことがあるんだけどいい?", - "noticeValue": "真姫: 今日見てもらった練習のことで聞きたいことがあるんだけどいい?", - "appearStampIdList": "stamp_00_00000_0094", - "masterReleaseLabelId": 323091903 - }, - { - "id": 100601301, - "masterChatId": 1006, - "roomId": 13, - "chapterId": 100601301, - "scriptKey": "1006_13_1", - "title": "真姫 2023ハロウィン", - "firstLineValue": "真姫: 今日はハロウィンね", - "noticeValue": "真姫: 今日はハロウィンね", - "appearStampIdList": "stamp_00_00000_0011", - "masterReleaseLabelId": 323103137 - }, - { - "id": 100601401, - "masterChatId": 1006, - "roomId": 14, - "chapterId": 100601401, - "scriptKey": "1006_14_1", - "title": "真姫 11月2023", - "firstLineValue": "真姫: 最近寒くなってきたわね", - "noticeValue": "真姫: 最近寒くなってきたわね", - "appearStampIdList": "", - "masterReleaseLabelId": 323112103 - }, - { - "id": 100601501, - "masterChatId": 1006, - "roomId": 15, - "chapterId": 100601501, - "scriptKey": "1006_15_1", - "title": "真姫 Xmas2023", - "firstLineValue": "真姫さんがログインしました", - "noticeValue": "真姫さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0057", - "masterReleaseLabelId": 323122417 - }, - { - "id": 100700101, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700101, - "scriptKey": "1007_1_1", - "title": "希 DM", - "firstLineValue": "希: こんばんは", - "noticeValue": "希: こんばんは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100700102, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700102, - "scriptKey": "1007_1_2", - "title": "希 DM", - "firstLineValue": "希: ちょっといいかな?", - "noticeValue": "希: ちょっといいかな?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100700103, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700103, - "scriptKey": "1007_1_3", - "title": "希 DM", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100700104, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700104, - "scriptKey": "1007_1_4", - "title": "希 DM", - "firstLineValue": "希: 今ちょっといい?", - "noticeValue": "希: 今ちょっといい?", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100700105, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700105, - "scriptKey": "1007_1_5", - "title": "希 DM", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0030,stamp_00_00000_0034,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0071,stamp_00_00000_0076,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0095,stamp_01_01007_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 100700106, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700106, - "scriptKey": "1007_1_6", - "title": "希 DM", - "firstLineValue": "希さんがスタンプを送信しました", - "noticeValue": "希さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100700107, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700107, - "scriptKey": "1007_1_7", - "title": "希 DM", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0026,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0071,stamp_00_00000_0079,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 100700108, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700108, - "scriptKey": "1007_1_8", - "title": "希 DM", - "firstLineValue": "希: 今、家に着いたよ~ そっちはどう?", - "noticeValue": "希: 今、家に着いたよ~ そっちはどう?", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100700109, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700109, - "scriptKey": "1007_1_9", - "title": "希 DM", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0076,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100700110, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700110, - "scriptKey": "1007_1_10", - "title": "希 DM", - "firstLineValue": "希さんがスタンプを送信しました", - "noticeValue": "希さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100700111, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700111, - "scriptKey": "1007_1_11", - "title": "希 DM", - "firstLineValue": "希: ちょっといい?", - "noticeValue": "希: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100700112, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700112, - "scriptKey": "1007_1_12", - "title": "希 DM", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0076,stamp_00_00000_0078,stamp_00_00000_0090,stamp_00_00000_0092,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100700113, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700113, - "scriptKey": "1007_1_13", - "title": "希 DM", - "firstLineValue": "希: ちょっといい?", - "noticeValue": "希: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0085,stamp_00_00000_0090,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100700114, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700114, - "scriptKey": "1007_1_14", - "title": "希 DM", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0069,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 100700115, - "masterChatId": 1007, - "roomId": 1, - "chapterId": 100700115, - "scriptKey": "1007_1_15", - "title": "希 DM", - "firstLineValue": "希: 今日は本当にありがとう", - "noticeValue": "希: 今日は本当にありがとう", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0039,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100700201, - "masterChatId": 1007, - "roomId": 2, - "chapterId": 100700201, - "scriptKey": "1007_2_1", - "title": "希 お誕生日2023", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 123060902 - }, - { - "id": 100700301, - "masterChatId": 1007, - "roomId": 3, - "chapterId": 100700301, - "scriptKey": "1007_3_1", - "title": "希 お祝い2023", - "firstLineValue": "希: 起きてる?", - "noticeValue": "希: 起きてる?", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 100700401, - "masterChatId": 1007, - "roomId": 16, - "chapterId": 100700401, - "scriptKey": "1007_16_1", - "title": "希 新年2024", - "firstLineValue": "希: あけましておめでとう!", - "noticeValue": "希: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 324010146 - }, - { - "id": 100700501, - "masterChatId": 1007, - "roomId": 17, - "chapterId": 100700501, - "scriptKey": "1007_17_1", - "title": "希 バレンタイン2024", - "firstLineValue": "希: 問題です", - "noticeValue": "希: 問題です", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0094", - "masterReleaseLabelId": 324021440 - }, - { - "id": 100701801, - "masterChatId": 1007, - "roomId": 18, - "chapterId": 100701801, - "scriptKey": "1007_18_1", - "title": "希 ホワイトデー2024", - "firstLineValue": "希: ねえ!", - "noticeValue": "希: ねえ!", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 324031441 - }, - { - "id": 100700701, - "masterChatId": 1007, - "roomId": 7, - "chapterId": 100700701, - "scriptKey": "1007_7_1", - "title": "希 4月2023", - "firstLineValue": "希さんが画像を送信しました", - "noticeValue": "希さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0057,stamp_00_00000_0060,stamp_01_01007_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 100700801, - "masterChatId": 1007, - "roomId": 8, - "chapterId": 100700801, - "scriptKey": "1007_8_1", - "title": "希 5月2023", - "firstLineValue": "希: おはよう~", - "noticeValue": "希: おはよう~", - "appearStampIdList": "stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100700901, - "masterChatId": 1007, - "roomId": 9, - "chapterId": 100700901, - "scriptKey": "1007_9_1", - "title": "希 6月2023", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0011", - "masterReleaseLabelId": 323061403 - }, - { - "id": 100701001, - "masterChatId": 1007, - "roomId": 10, - "chapterId": 100701001, - "scriptKey": "1007_10_1", - "title": "希 7月2023", - "firstLineValue": "希: こんにちはー", - "noticeValue": "希: こんにちはー", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0079", - "masterReleaseLabelId": 323072603 - }, - { - "id": 100701101, - "masterChatId": 1007, - "roomId": 11, - "chapterId": 100701101, - "scriptKey": "1007_11_1", - "title": "希 夏休み2023", - "firstLineValue": "希: おはよう!", - "noticeValue": "希: おはよう!", - "appearStampIdList": "stamp_00_00000_0075", - "masterReleaseLabelId": 323081703 - }, - { - "id": 100701201, - "masterChatId": 1007, - "roomId": 12, - "chapterId": 100701201, - "scriptKey": "1007_12_1", - "title": "希 9月2023", - "firstLineValue": "希: 今何してる?", - "noticeValue": "希: 今何してる?", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0081", - "masterReleaseLabelId": 323092105 - }, - { - "id": 100701301, - "masterChatId": 1007, - "roomId": 13, - "chapterId": 100701301, - "scriptKey": "1007_13_1", - "title": "希 2023ハロウィン", - "firstLineValue": "希: ハッピーハロウィーン!", - "noticeValue": "希: ハッピーハロウィーン!", - "appearStampIdList": "stamp_00_00000_0056,stamp_00_00000_0079", - "masterReleaseLabelId": 323103138 - }, - { - "id": 100701401, - "masterChatId": 1007, - "roomId": 14, - "chapterId": 100701401, - "scriptKey": "1007_14_1", - "title": "希 11月2023", - "firstLineValue": "希さんがログインしました", - "noticeValue": "希さんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0095", - "masterReleaseLabelId": 323111803 - }, - { - "id": 100701501, - "masterChatId": 1007, - "roomId": 15, - "chapterId": 100701501, - "scriptKey": "1007_15_1", - "title": "希 Xmas2023", - "firstLineValue": "希: メリークリスマス! すてきなクリスマスイブ、過ごしてる?", - "noticeValue": "希: メリークリスマス! すてきなクリスマスイブ、過ごしてる?", - "appearStampIdList": "stamp_00_00000_0020", - "masterReleaseLabelId": 323122418 - }, - { - "id": 100800101, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800101, - "scriptKey": "1008_1_1", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100800102, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800102, - "scriptKey": "1008_1_2", - "title": "花陽 DM", - "firstLineValue": "花陽: ちょっと質問があるんだけどいい?", - "noticeValue": "花陽: ちょっと質問があるんだけどいい?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0062,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100800103, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800103, - "scriptKey": "1008_1_3", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100800104, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800104, - "scriptKey": "1008_1_4", - "title": "花陽 DM", - "firstLineValue": "花陽さんがスタンプを送信しました", - "noticeValue": "花陽さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0056,stamp_00_00000_0061,stamp_00_00000_0088,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100800105, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800105, - "scriptKey": "1008_1_5", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100800106, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800106, - "scriptKey": "1008_1_6", - "title": "花陽 DM", - "firstLineValue": "花陽: 次のライブが決まったよ!", - "noticeValue": "花陽: 次のライブが決まったよ!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0092,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100800107, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800107, - "scriptKey": "1008_1_7", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100800108, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800108, - "scriptKey": "1008_1_8", - "title": "花陽 DM", - "firstLineValue": "花陽: こんにちは~", - "noticeValue": "花陽: こんにちは~", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0080,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0092,stamp_01_01008_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 100800109, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800109, - "scriptKey": "1008_1_9", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0017,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 100800110, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800110, - "scriptKey": "1008_1_10", - "title": "花陽 DM", - "firstLineValue": "花陽: ごめんなさい", - "noticeValue": "花陽: ごめんなさい", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0016,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 100800111, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800111, - "scriptKey": "1008_1_11", - "title": "花陽 DM", - "firstLineValue": "花陽: 助けて~~~!", - "noticeValue": "花陽: 助けて~~~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0083,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 100800112, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800112, - "scriptKey": "1008_1_12", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0011,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 100800113, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800113, - "scriptKey": "1008_1_13", - "title": "花陽 DM", - "firstLineValue": "花陽: 聞いて!!", - "noticeValue": "花陽: 聞いて!!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0089,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100800114, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800114, - "scriptKey": "1008_1_14", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100800115, - "masterChatId": 1008, - "roomId": 1, - "chapterId": 100800115, - "scriptKey": "1008_1_15", - "title": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 100800201, - "masterChatId": 1008, - "roomId": 2, - "chapterId": 100800201, - "scriptKey": "1008_2_1", - "title": "花陽 お誕生日2024", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0084", - "masterReleaseLabelId": 124011702 - }, - { - "id": 100800301, - "masterChatId": 1008, - "roomId": 3, - "chapterId": 100800301, - "scriptKey": "1008_3_1", - "title": "花陽 お祝い2023", - "firstLineValue": "花陽さんがスタンプを送信しました", - "noticeValue": "花陽さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100800401, - "masterChatId": 1008, - "roomId": 16, - "chapterId": 100800401, - "scriptKey": "1008_16_1", - "title": "花陽 新年2024", - "firstLineValue": "花陽: あけましておめでとう!", - "noticeValue": "花陽: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0053,stamp_00_00000_0095,stamp_01_01005_0007", - "masterReleaseLabelId": 324010147 - }, - { - "id": 100800501, - "masterChatId": 1008, - "roomId": 17, - "chapterId": 100800501, - "scriptKey": "1008_17_1", - "title": "花陽 バレンタイン2024", - "firstLineValue": "花陽: 今日はバレンタインチョコありがとう!", - "noticeValue": "花陽: 今日はバレンタインチョコありがとう!", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 324021441 - }, - { - "id": 100801801, - "masterChatId": 1008, - "roomId": 18, - "chapterId": 100801801, - "scriptKey": "1008_18_1", - "title": "花陽 ホワイトデー2024", - "firstLineValue": "花陽: おはよう!", - "noticeValue": "花陽: おはよう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0031,stamp_00_00000_0088", - "masterReleaseLabelId": 324031442 - }, - { - "id": 100800701, - "masterChatId": 1008, - "roomId": 7, - "chapterId": 100800701, - "scriptKey": "1008_7_1", - "title": "花陽 4月2023", - "firstLineValue": "花陽: ビッグニュースだよ!", - "noticeValue": "花陽: ビッグニュースだよ!", - "appearStampIdList": "stamp_01_01001_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 100800801, - "masterChatId": 1008, - "roomId": 8, - "chapterId": 100800801, - "scriptKey": "1008_8_1", - "title": "花陽 5月2023", - "firstLineValue": "花陽: すごかった……", - "noticeValue": "花陽: すごかった……", - "appearStampIdList": "stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 100800901, - "masterChatId": 1008, - "roomId": 9, - "chapterId": 100800901, - "scriptKey": "1008_9_1", - "title": "花陽 6月2023", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323060703 - }, - { - "id": 100801001, - "masterChatId": 1008, - "roomId": 10, - "chapterId": 100801001, - "scriptKey": "1008_10_1", - "title": "花陽 7月2023", - "firstLineValue": "花陽: 毎日暑いね~", - "noticeValue": "花陽: 毎日暑いね~", - "appearStampIdList": "stamp_00_00000_0056,stamp_00_00000_0086", - "masterReleaseLabelId": 323072902 - }, - { - "id": 100801101, - "masterChatId": 1008, - "roomId": 11, - "chapterId": 100801101, - "scriptKey": "1008_11_1", - "title": "花陽 夏休み2023", - "firstLineValue": "花陽: こんにちは", - "noticeValue": "花陽: こんにちは", - "appearStampIdList": "stamp_00_00000_0054", - "masterReleaseLabelId": 323080804 - }, - { - "id": 100801201, - "masterChatId": 1008, - "roomId": 12, - "chapterId": 100801201, - "scriptKey": "1008_12_1", - "title": "花陽 9月2023", - "firstLineValue": "花陽: 聞いて~", - "noticeValue": "花陽: 聞いて~", - "appearStampIdList": "", - "masterReleaseLabelId": 323092903 - }, - { - "id": 100801301, - "masterChatId": 1008, - "roomId": 13, - "chapterId": 100801301, - "scriptKey": "1008_13_1", - "title": "花陽 2023ハロウィン", - "firstLineValue": "花陽: ハッピーハロウィン!", - "noticeValue": "花陽: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0056", - "masterReleaseLabelId": 323103139 - }, - { - "id": 100801401, - "masterChatId": 1008, - "roomId": 14, - "chapterId": 100801401, - "scriptKey": "1008_14_1", - "title": "花陽 11月2023", - "firstLineValue": "花陽: 秋と言えば「実りの秋」だね!", - "noticeValue": "花陽: 秋と言えば「実りの秋」だね!", - "appearStampIdList": "stamp_00_00000_0025", - "masterReleaseLabelId": 323110803 - }, - { - "id": 100801501, - "masterChatId": 1008, - "roomId": 15, - "chapterId": 100801501, - "scriptKey": "1008_15_1", - "title": "花陽 Xmas2023", - "firstLineValue": "花陽: メリークリスマス!", - "noticeValue": "花陽: メリークリスマス!", - "appearStampIdList": "", - "masterReleaseLabelId": 323122419 - }, - { - "id": 100900101, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900101, - "scriptKey": "1009_1_1", - "title": "にこ DM", - "firstLineValue": "にこ: にっこにっこにー! 今日は取材ありがとね!", - "noticeValue": "にこ: にっこにっこにー! 今日は取材ありがとね!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100900102, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900102, - "scriptKey": "1009_1_2", - "title": "にこ DM", - "firstLineValue": "にこ: ちょっといい?", - "noticeValue": "にこ: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100900103, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900103, - "scriptKey": "1009_1_3", - "title": "にこ DM", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100900104, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900104, - "scriptKey": "1009_1_4", - "title": "にこ DM", - "firstLineValue": "にこ: ねえ聞いてよ!", - "noticeValue": "にこ: ねえ聞いてよ!", - "appearStampIdList": "stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 100900105, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900105, - "scriptKey": "1009_1_5", - "title": "にこ DM", - "firstLineValue": "にこ: ちょっといい?", - "noticeValue": "にこ: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0080,stamp_00_00000_0083,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100900106, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900106, - "scriptKey": "1009_1_6", - "title": "にこ DM", - "firstLineValue": "にこ: ちょっといい?", - "noticeValue": "にこ: ちょっといい?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 100900107, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900107, - "scriptKey": "1009_1_7", - "title": "にこ DM", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0071,stamp_00_00000_0089,stamp_00_00000_0091,stamp_01_01009_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 100900108, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900108, - "scriptKey": "1009_1_8", - "title": "にこ DM", - "firstLineValue": "にこさんがスタンプを送信しました", - "noticeValue": "にこさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100900109, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900109, - "scriptKey": "1009_1_9", - "title": "にこ DM", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0090,stamp_00_00000_0092,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 100900110, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900110, - "scriptKey": "1009_1_10", - "title": "にこ DM", - "firstLineValue": "にこ: まだ起きてる?", - "noticeValue": "にこ: まだ起きてる?", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0026,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0091,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 100900111, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900111, - "scriptKey": "1009_1_11", - "title": "にこ DM", - "firstLineValue": "にこさんがスタンプを送信しました", - "noticeValue": "にこさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0049,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100900112, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900112, - "scriptKey": "1009_1_12", - "title": "にこ DM", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0024,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 100900113, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900113, - "scriptKey": "1009_1_13", - "title": "にこ DM", - "firstLineValue": "にこ: 今いい?", - "noticeValue": "にこ: 今いい?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0013,stamp_00_00000_0079,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 100900114, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900114, - "scriptKey": "1009_1_14", - "title": "にこ DM", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0071,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0087,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 100900115, - "masterChatId": 1009, - "roomId": 1, - "chapterId": 100900115, - "scriptKey": "1009_1_15", - "title": "にこ DM", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 100900201, - "masterChatId": 1009, - "roomId": 2, - "chapterId": 100900201, - "scriptKey": "1009_2_1", - "title": "にこ お誕生日2023", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0021,stamp_00_00000_0027,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0060", - "masterReleaseLabelId": 123072202 - }, - { - "id": 100900301, - "masterChatId": 1009, - "roomId": 3, - "chapterId": 100900301, - "scriptKey": "1009_3_1", - "title": "にこ お祝い2023", - "firstLineValue": "にこ: ねえ、今日って時間空いてる?", - "noticeValue": "にこ: ねえ、今日って時間空いてる?", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0050,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 100900401, - "masterChatId": 1009, - "roomId": 16, - "chapterId": 100900401, - "scriptKey": "1009_16_1", - "title": "にこ 新年2024", - "firstLineValue": "にこ: あけましておめでとう!", - "noticeValue": "にこ: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0079,stamp_00_00000_0095,stamp_01_01009_0008", - "masterReleaseLabelId": 324010148 - }, - { - "id": 100900501, - "masterChatId": 1009, - "roomId": 17, - "chapterId": 100900501, - "scriptKey": "1009_17_1", - "title": "にこ バレンタイン2024", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0036", - "masterReleaseLabelId": 324021442 - }, - { - "id": 100901801, - "masterChatId": 1009, - "roomId": 18, - "chapterId": 100901801, - "scriptKey": "1009_18_1", - "title": "にこ ホワイトデー2024", - "firstLineValue": "にこ: バレンタインデーのお返しすごくおいしかったわ", - "noticeValue": "にこ: バレンタインデーのお返しすごくおいしかったわ", - "appearStampIdList": "stamp_00_00000_0036", - "masterReleaseLabelId": 324031443 - }, - { - "id": 100900701, - "masterChatId": 1009, - "roomId": 7, - "chapterId": 100900701, - "scriptKey": "1009_7_1", - "title": "にこ 4月2023", - "firstLineValue": "にこ: 元気?", - "noticeValue": "にこ: 元気?", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0062", - "masterReleaseLabelId": 1 - }, - { - "id": 100900801, - "masterChatId": 1009, - "roomId": 8, - "chapterId": 100900801, - "scriptKey": "1009_8_1", - "title": "にこ 5月2023", - "firstLineValue": "にこ: 大変よ!!", - "noticeValue": "にこ: 大変よ!!", - "appearStampIdList": "stamp_00_00000_0050", - "masterReleaseLabelId": 1 - }, - { - "id": 100900901, - "masterChatId": 1009, - "roomId": 9, - "chapterId": 100900901, - "scriptKey": "1009_9_1", - "title": "にこ 6月2023", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0079,stamp_01_01009_0008", - "masterReleaseLabelId": 323061003 - }, - { - "id": 100901001, - "masterChatId": 1009, - "roomId": 10, - "chapterId": 100901001, - "scriptKey": "1009_10_1", - "title": "にこ 7月2023", - "firstLineValue": "にこ: 暑いけど元気にしてる?", - "noticeValue": "にこ: 暑いけど元気にしてる?", - "appearStampIdList": "stamp_00_00000_0054", - "masterReleaseLabelId": 323072604 - }, - { - "id": 100901101, - "masterChatId": 1009, - "roomId": 11, - "chapterId": 100901101, - "scriptKey": "1009_11_1", - "title": "にこ 夏休み2023", - "firstLineValue": "にこ: 今何してる?", - "noticeValue": "にこ: 今何してる?", - "appearStampIdList": "stamp_00_00000_0024", - "masterReleaseLabelId": 323082904 - }, - { - "id": 100901201, - "masterChatId": 1009, - "roomId": 12, - "chapterId": 100901201, - "scriptKey": "1009_12_1", - "title": "にこ 9月2023", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0079,stamp_00_00000_0087,stamp_00_00000_0095", - "masterReleaseLabelId": 323090603 - }, - { - "id": 100901301, - "masterChatId": 1009, - "roomId": 13, - "chapterId": 100901301, - "scriptKey": "1009_13_1", - "title": "にこ 2023ハロウィン", - "firstLineValue": "にこ: 今日はありがとね", - "noticeValue": "にこ: 今日はありがとね", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0020", - "masterReleaseLabelId": 323103140 - }, - { - "id": 100901401, - "masterChatId": 1009, - "roomId": 14, - "chapterId": 100901401, - "scriptKey": "1009_14_1", - "title": "にこ 11月2023", - "firstLineValue": "にこ: 今度のバーベキューの準備進んでる?", - "noticeValue": "にこ: 今度のバーベキューの準備進んでる?", - "appearStampIdList": "stamp_00_00000_0039", - "masterReleaseLabelId": 323110603 - }, - { - "id": 100901501, - "masterChatId": 1009, - "roomId": 15, - "chapterId": 100901501, - "scriptKey": "1009_15_1", - "title": "にこ Xmas2023", - "firstLineValue": "にこ: メリークリスマス!", - "noticeValue": "にこ: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0087", - "masterReleaseLabelId": 323122420 - }, - { - "id": 110100101, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100101, - "scriptKey": "1101_1_1", - "title": "µ's", - "firstLineValue": "穂乃果: これで全員、グループに入ったかな?", - "noticeValue": "穂乃果: これで全員、グループに入ったかな?", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0088,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 110100102, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100102, - "scriptKey": "1101_1_2", - "title": "µ's", - "firstLineValue": "にこ: 正直に言いなさい", - "noticeValue": "にこ: 正直に言いなさい", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0017,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 110100103, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100103, - "scriptKey": "1101_1_3", - "title": "µ's", - "firstLineValue": "花陽: ごめん! 明日のインタビュー取材って何時集合だったっけ!?", - "noticeValue": "花陽: ごめん! 明日のインタビュー取材って何時集合だったっけ!?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0021,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 110100104, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100104, - "scriptKey": "1101_1_4", - "title": "µ's", - "firstLineValue": "希: μ's、本日の運勢占い~!", - "noticeValue": "希: μ's、本日の運勢占い~!", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0090,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 110100105, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100105, - "scriptKey": "1101_1_5", - "title": "µ's", - "firstLineValue": "ことり: ちょっと見てもらいたいんだけど", - "noticeValue": "ことり: ちょっと見てもらいたいんだけど", - "appearStampIdList": "stamp_00_00000_0090,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 110100106, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100106, - "scriptKey": "1101_1_6", - "title": "µ's", - "firstLineValue": "絵里: みんな、今度のテスト大丈夫そう?", - "noticeValue": "絵里: みんな、今度のテスト大丈夫そう?", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0045,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 110100107, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100107, - "scriptKey": "1101_1_7", - "title": "µ's", - "firstLineValue": "穂乃果: 重大ニュースだよ!", - "noticeValue": "穂乃果: 重大ニュースだよ!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 110100108, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100108, - "scriptKey": "1101_1_8", - "title": "µ's", - "firstLineValue": "凛さんがスタンプを送信しました", - "noticeValue": "凛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 110100109, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100109, - "scriptKey": "1101_1_9", - "title": "µ's", - "firstLineValue": "凛: かよちんどこいるのー?", - "noticeValue": "凛: かよちんどこいるのー?", - "appearStampIdList": "stamp_00_00000_0076,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 110100110, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100110, - "scriptKey": "1101_1_10", - "title": "µ's", - "firstLineValue": "真姫: みんな水族館好き?", - "noticeValue": "真姫: みんな水族館好き?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 110100111, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100111, - "scriptKey": "1101_1_11", - "title": "µ's", - "firstLineValue": "穂乃果さんがスタンプを送信しました", - "noticeValue": "穂乃果さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 110100112, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100112, - "scriptKey": "1101_1_12", - "title": "µ's", - "firstLineValue": "希: ごめん 生徒会の仕事で練習に遅れそう", - "noticeValue": "希: ごめん 生徒会の仕事で練習に遅れそう", - "appearStampIdList": "stamp_00_00000_0052,stamp_00_00000_0079,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 110100113, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100113, - "scriptKey": "1101_1_13", - "title": "µ's", - "firstLineValue": "にこ: ねぇ!", - "noticeValue": "にこ: ねぇ!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 110100114, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100114, - "scriptKey": "1101_1_14", - "title": "µ's", - "firstLineValue": "海未: 穂乃果を見ませんでしたか?", - "noticeValue": "海未: 穂乃果を見ませんでしたか?", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0027,stamp_00_00000_0053,stamp_00_00000_0078,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 110100115, - "masterChatId": 1101, - "roomId": 1, - "chapterId": 110100115, - "scriptKey": "1101_1_15", - "title": "µ's", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 110100201, - "masterChatId": 1101, - "roomId": 2, - "chapterId": 110100201, - "scriptKey": "1101_2_1", - "title": "µ's 春2023", - "firstLineValue": "穂乃果: 眠い~! 眠いったら眠い!", - "noticeValue": "穂乃果: 眠い~! 眠いったら眠い!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0068,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088,stamp_01_01005_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 110100301, - "masterChatId": 1101, - "roomId": 3, - "chapterId": 110100301, - "scriptKey": "1101_3_1", - "title": "希 誕生日お祝い 2023①", - "firstLineValue": "にこさんがログインしました", - "noticeValue": "にこさんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0010,stamp_00_00000_0021,stamp_00_00000_0023,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0082,stamp_00_00000_0088,stamp_01_01001_0003,stamp_01_01008_0009", - "masterReleaseLabelId": 123060902 - }, - { - "id": 110100401, - "masterChatId": 1101, - "roomId": 4, - "chapterId": 110100401, - "scriptKey": "1101_4_1", - "title": "希 誕生日お祝い 2023②", - "firstLineValue": "穂乃果: 希ちゃん絵里ちゃん、雨大丈夫~!?", - "noticeValue": "穂乃果: 希ちゃん絵里ちゃん、雨大丈夫~!?", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0026,stamp_00_00000_0033,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 123060902 - }, - { - "id": 110100501, - "masterChatId": 1101, - "roomId": 5, - "chapterId": 110100501, - "scriptKey": "1101_5_1", - "title": "µ's イベント準備2023", - "firstLineValue": "花陽: もうすぐイベントだね 楽しみだなあ……!", - "noticeValue": "花陽: もうすぐイベントだね 楽しみだなあ……!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0015,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0089", - "masterReleaseLabelId": 323062206 - }, - { - "id": 110100601, - "masterChatId": 1101, - "roomId": 6, - "chapterId": 110100601, - "scriptKey": "1101_6_1", - "title": "にこ 誕生日お祝い 2023①", - "firstLineValue": "絵里: みんな、にこにバレなかった?", - "noticeValue": "絵里: みんな、にこにバレなかった?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0039,stamp_00_00000_0051,stamp_00_00000_0088", - "masterReleaseLabelId": 123072202 - }, - { - "id": 110100701, - "masterChatId": 1101, - "roomId": 7, - "chapterId": 110100701, - "scriptKey": "1101_7_1", - "title": "にこ 誕生日お祝い 2023②", - "firstLineValue": "穂乃果: にこちゃんのお誕生日パーティー、楽しかったーー", - "noticeValue": "穂乃果: にこちゃんのお誕生日パーティー、楽しかったーー", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0033,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0072", - "masterReleaseLabelId": 123072202 - }, - { - "id": 110100801, - "masterChatId": 1101, - "roomId": 8, - "chapterId": 110100801, - "scriptKey": "1101_8_1", - "title": "µ's 夏2023", - "firstLineValue": "にこ: あつーーーーい…… 夏ってこんなに暑かったかしら", - "noticeValue": "にこ: あつーーーーい…… 夏ってこんなに暑かったかしら", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0023,stamp_00_00000_0044,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0067,stamp_00_00000_0088,stamp_01_01001_0003,stamp_01_01008_0009,stamp_01_01009_0008", - "masterReleaseLabelId": 323072606 - }, - { - "id": 110100901, - "masterChatId": 1101, - "roomId": 9, - "chapterId": 110100901, - "scriptKey": "1101_9_1", - "title": "穂乃果 誕生日お祝い 2023①", - "firstLineValue": "にこ: もうすぐ穂乃果の誕生日ね", - "noticeValue": "にこ: もうすぐ穂乃果の誕生日ね", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0088,stamp_00_00000_0096", - "masterReleaseLabelId": 123080302 - }, - { - "id": 110101001, - "masterChatId": 1101, - "roomId": 10, - "chapterId": 110101001, - "scriptKey": "1101_10_1", - "title": "穂乃果 誕生日お祝い 2023②", - "firstLineValue": "希: 穂乃果ちゃんの誕生日パーティー、楽しかったなあ!", - "noticeValue": "希: 穂乃果ちゃんの誕生日パーティー、楽しかったなあ!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0079,stamp_01_01009_0008", - "masterReleaseLabelId": 123080302 - }, - { - "id": 110101101, - "masterChatId": 1101, - "roomId": 11, - "chapterId": 110101101, - "scriptKey": "1101_11_1", - "title": "μ's 0825", - "firstLineValue": "穂乃果: おはよー! みんな起きてる?", - "noticeValue": "穂乃果: おはよー! みんな起きてる?", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0074,stamp_00_00000_0076,stamp_00_00000_0095,stamp_01_01001_0003,stamp_01_01003_0001,stamp_01_01009_0008", - "masterReleaseLabelId": 323082502 - }, - { - "id": 110101201, - "masterChatId": 1101, - "roomId": 12, - "chapterId": 110101201, - "scriptKey": "1101_12_1", - "title": "ことり 誕生日お祝い 2023①", - "firstLineValue": "花陽: もうすぐことりちゃんのお誕生日だね~", - "noticeValue": "花陽: もうすぐことりちゃんのお誕生日だね~", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0036,stamp_00_00000_0061,stamp_00_00000_0088,stamp_01_01001_0003,stamp_01_01006_0004", - "masterReleaseLabelId": 123091202 - }, - { - "id": 110101301, - "masterChatId": 1101, - "roomId": 13, - "chapterId": 110101301, - "scriptKey": "1101_13_1", - "title": "ことり 誕生日お祝い 2023②", - "firstLineValue": "ことり: みんな~!", - "noticeValue": "ことり: みんな~!", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0033", - "masterReleaseLabelId": 123091202 - }, - { - "id": 110101401, - "masterChatId": 1101, - "roomId": 14, - "chapterId": 110101401, - "scriptKey": "1101_14_1", - "title": "μ's 秋2023", - "firstLineValue": "海未: 暑かった夏も終わって、秋になってきましたね", - "noticeValue": "海未: 暑かった夏も終わって、秋になってきましたね", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0071,stamp_01_01006_0004", - "masterReleaseLabelId": 323100703 - }, - { - "id": 110101501, - "masterChatId": 1101, - "roomId": 15, - "chapterId": 110101501, - "scriptKey": "1101_15_1", - "title": "μ's Half Anniversary", - "firstLineValue": "穂乃果さんがログインしました", - "noticeValue": "穂乃果さんがログインしました", - "appearStampIdList": "stamp_00_00000_0066,stamp_00_00000_0079,stamp_00_00000_0090,stamp_01_01001_0003,stamp_01_01005_0007,stamp_01_01009_0008", - "masterReleaseLabelId": 323101503 - }, - { - "id": 110101601, - "masterChatId": 1101, - "roomId": 16, - "chapterId": 110101601, - "scriptKey": "1101_16_1", - "title": "絵里 誕生日お祝い 2023①", - "firstLineValue": "真姫: 明日のパーティー、楽しみね", - "noticeValue": "真姫: 明日のパーティー、楽しみね", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_01_01009_0008", - "masterReleaseLabelId": 123102102 - }, - { - "id": 110101701, - "masterChatId": 1101, - "roomId": 17, - "chapterId": 110101701, - "scriptKey": "1101_17_1", - "title": "絵里 誕生日お祝い 2023②", - "firstLineValue": "海未: 絵里の誕生日パーティー、楽しかったですね!", - "noticeValue": "海未: 絵里の誕生日パーティー、楽しかったですね!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0020,stamp_01_01009_0008", - "masterReleaseLabelId": 123102102 - }, - { - "id": 110101801, - "masterChatId": 1101, - "roomId": 18, - "chapterId": 110101801, - "scriptKey": "1101_18_1", - "title": "凛 誕生日お祝い 2023①", - "firstLineValue": "真姫: もうすぐ凛の誕生日ね", - "noticeValue": "真姫: もうすぐ凛の誕生日ね", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0079,stamp_01_01009_0008", - "masterReleaseLabelId": 123110103 - }, - { - "id": 110101901, - "masterChatId": 1101, - "roomId": 19, - "chapterId": 110101901, - "scriptKey": "1101_19_1", - "title": "凛 誕生日お祝い 2023②", - "firstLineValue": "凛: おはよ~!", - "noticeValue": "凛: おはよ~!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0006,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0033,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 123110103 - }, - { - "id": 110102001, - "masterChatId": 1101, - "roomId": 20, - "chapterId": 110102001, - "scriptKey": "1101_20_1", - "title": "花陽 誕生日お祝い 2024①", - "firstLineValue": "凛さんがログインしました", - "noticeValue": "凛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0029,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0091,stamp_00_00000_0094", - "masterReleaseLabelId": 124011702 - }, - { - "id": 110102101, - "masterChatId": 1101, - "roomId": 21, - "chapterId": 110102101, - "scriptKey": "1101_21_1", - "title": "花陽 誕生日お祝い 2024②", - "firstLineValue": "花陽さんがログインしました", - "noticeValue": "花陽さんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0046,stamp_00_00000_0066,stamp_00_00000_0076", - "masterReleaseLabelId": 124011702 - }, - { - "id": 110102201, - "masterChatId": 1101, - "roomId": 22, - "chapterId": 110102201, - "scriptKey": "1101_22_1", - "title": "μ's 冬2024", - "firstLineValue": "凛: ただいま~!", - "noticeValue": "凛: ただいま~!", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0045,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0083,stamp_00_00000_0088,stamp_01_01009_0008", - "masterReleaseLabelId": 324020906 - }, - { - "id": 110102301, - "masterChatId": 1101, - "roomId": 23, - "chapterId": 110102301, - "scriptKey": "1101_23_1", - "title": "μ's イベント① 2024", - "firstLineValue": "穂乃果: 早く明日になれ~~~!", - "noticeValue": "穂乃果: 早く明日になれ~~~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0071", - "masterReleaseLabelId": 324022202 - }, - { - "id": 110102401, - "masterChatId": 1101, - "roomId": 24, - "chapterId": 110102401, - "scriptKey": "1101_24_1", - "title": "海未 誕生日お祝い 2024①", - "firstLineValue": "穂乃果: どうしよ~~!", - "noticeValue": "穂乃果: どうしよ~~!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0077", - "masterReleaseLabelId": 124031502 - }, - { - "id": 110102501, - "masterChatId": 1101, - "roomId": 25, - "chapterId": 110102501, - "scriptKey": "1101_25_1", - "title": "海未 誕生日お祝い 2024②", - "firstLineValue": "ことり: 海未ちゃん 漫画全部読めた?", - "noticeValue": "ことり: 海未ちゃん 漫画全部読めた?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0069", - "masterReleaseLabelId": 124031502 - }, - { - "id": 110102601, - "masterChatId": 1101, - "roomId": 26, - "chapterId": 110102601, - "scriptKey": "1101_26_1", - "title": "真姫 誕生日お祝い 2024①", - "firstLineValue": "凛: 真姫ちゃーん", - "noticeValue": "凛: 真姫ちゃーん", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0075,stamp_00_00000_0077,stamp_00_00000_0089,stamp_01_01005_0007", - "masterReleaseLabelId": 324031601 - }, - { - "id": 110102701, - "masterChatId": 1101, - "roomId": 27, - "chapterId": 110102701, - "scriptKey": "1101_27_1", - "title": "真姫 誕生日お祝い 2024②", - "firstLineValue": "凛さんが画像を送信しました", - "noticeValue": "凛さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0046,stamp_00_00000_0075,stamp_00_00000_0087,stamp_00_00000_0088", - "masterReleaseLabelId": 324031601 - }, - { - "id": 110102801, - "masterChatId": 1101, - "roomId": 28, - "chapterId": 110102801, - "scriptKey": "1101_28_1", - "title": "μ's イベント② 2024", - "firstLineValue": "海未: なんだかドキドキしますね", - "noticeValue": "海未: なんだかドキドキしますね", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0028,stamp_00_00000_0036,stamp_00_00000_0060,stamp_00_00000_0079", - "masterReleaseLabelId": 324032902 - }, - { - "id": 200100101, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100101, - "scriptKey": "2001_1_1", - "title": "千歌 DM", - "firstLineValue": "千歌: こんばんはー", - "noticeValue": "千歌: こんばんはー", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 200100102, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100102, - "scriptKey": "2001_1_2", - "title": "千歌 DM", - "firstLineValue": "千歌: こんにちは!", - "noticeValue": "千歌: こんにちは!", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200100103, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100103, - "scriptKey": "2001_1_3", - "title": "千歌 DM", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 200100104, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100104, - "scriptKey": "2001_1_4", - "title": "千歌 DM", - "firstLineValue": "千歌さんがスタンプを送信しました", - "noticeValue": "千歌さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0041,stamp_00_00000_0049,stamp_00_00000_0083,stamp_02_02001_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 200100105, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100105, - "scriptKey": "2001_1_5", - "title": "千歌 DM", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200100106, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100106, - "scriptKey": "2001_1_6", - "title": "千歌 DM", - "firstLineValue": "千歌: ビッグニュースだよ~!", - "noticeValue": "千歌: ビッグニュースだよ~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0027,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 200100107, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100107, - "scriptKey": "2001_1_7", - "title": "千歌 DM", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200100108, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100108, - "scriptKey": "2001_1_8", - "title": "千歌 DM", - "firstLineValue": "千歌: この前はありがとう~!", - "noticeValue": "千歌: この前はありがとう~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200100109, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100109, - "scriptKey": "2001_1_9", - "title": "千歌 DM", - "firstLineValue": "千歌: こんばんは~", - "noticeValue": "千歌: こんばんは~", - "appearStampIdList": "stamp_00_00000_0026,stamp_00_00000_0067,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 200100110, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100110, - "scriptKey": "2001_1_10", - "title": "千歌 DM", - "firstLineValue": "千歌: 聞いて~!", - "noticeValue": "千歌: 聞いて~!", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0027,stamp_00_00000_0037,stamp_00_00000_0076,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 200100111, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100111, - "scriptKey": "2001_1_11", - "title": "千歌 DM", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0040,stamp_00_00000_0049,stamp_00_00000_0068,stamp_00_00000_0078,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 200100112, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100112, - "scriptKey": "2001_1_12", - "title": "千歌 DM", - "firstLineValue": "千歌: すごい! すごいよ!", - "noticeValue": "千歌: すごい! すごいよ!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0027,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200100113, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100113, - "scriptKey": "2001_1_13", - "title": "千歌 DM", - "firstLineValue": "千歌: ごめん……!", - "noticeValue": "千歌: ごめん……!", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0061,stamp_00_00000_0080,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200100114, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100114, - "scriptKey": "2001_1_14", - "title": "千歌 DM", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0069,stamp_00_00000_0077,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 200100115, - "masterChatId": 2001, - "roomId": 1, - "chapterId": 200100115, - "scriptKey": "2001_1_15", - "title": "千歌 DM", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0070,stamp_00_00000_0078,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200100201, - "masterChatId": 2001, - "roomId": 2, - "chapterId": 200100201, - "scriptKey": "2001_2_1", - "title": "千歌 お誕生日2023", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0021", - "masterReleaseLabelId": 123080104 - }, - { - "id": 200100301, - "masterChatId": 2001, - "roomId": 3, - "chapterId": 200100301, - "scriptKey": "2001_3_1", - "title": "千歌 お祝い2023", - "firstLineValue": "千歌さんがスタンプを送信しました", - "noticeValue": "千歌さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0057", - "masterReleaseLabelId": 1 - }, - { - "id": 200100401, - "masterChatId": 2001, - "roomId": 16, - "chapterId": 200100401, - "scriptKey": "2001_16_1", - "title": "千歌 新年2024", - "firstLineValue": "千歌: あけましておめでと~!", - "noticeValue": "千歌: あけましておめでと~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0021,stamp_02_02001_0001", - "masterReleaseLabelId": 324010149 - }, - { - "id": 200100501, - "masterChatId": 2001, - "roomId": 17, - "chapterId": 200100501, - "scriptKey": "2001_17_1", - "title": "千歌 バレンタイン2024", - "firstLineValue": "千歌: ハッピーバレンタイン!", - "noticeValue": "千歌: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0087,stamp_00_00000_0095", - "masterReleaseLabelId": 324021443 - }, - { - "id": 200101801, - "masterChatId": 2001, - "roomId": 18, - "chapterId": 200101801, - "scriptKey": "2001_18_1", - "title": "千歌 ホワイトデー2024", - "firstLineValue": "千歌: 今日はバレンタインデーのお返しありがとう!", - "noticeValue": "千歌: 今日はバレンタインデーのお返しありがとう!", - "appearStampIdList": "stamp_00_00000_0095", - "masterReleaseLabelId": 324031444 - }, - { - "id": 200100701, - "masterChatId": 2001, - "roomId": 7, - "chapterId": 200100701, - "scriptKey": "2001_7_1", - "title": "千歌 4月2023", - "firstLineValue": "千歌: おはよ~!", - "noticeValue": "千歌: おはよ~!", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 200100801, - "masterChatId": 2001, - "roomId": 8, - "chapterId": 200100801, - "scriptKey": "2001_8_1", - "title": "千歌 5月2023", - "firstLineValue": "千歌: 聞いてよ~!", - "noticeValue": "千歌: 聞いてよ~!", - "appearStampIdList": "stamp_00_00000_0024,stamp_00_00000_0061,stamp_00_00000_0083,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 200100901, - "masterChatId": 2001, - "roomId": 9, - "chapterId": 200100901, - "scriptKey": "2001_9_1", - "title": "千歌 6月2023", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 323060603 - }, - { - "id": 200101001, - "masterChatId": 2001, - "roomId": 10, - "chapterId": 200101001, - "scriptKey": "2001_10_1", - "title": "千歌 7月2023", - "firstLineValue": "千歌: やっほー!", - "noticeValue": "千歌: やっほー!", - "appearStampIdList": "", - "masterReleaseLabelId": 323072108 - }, - { - "id": 200101101, - "masterChatId": 2001, - "roomId": 11, - "chapterId": 200101101, - "scriptKey": "2001_11_1", - "title": "千歌 夏休み2023", - "firstLineValue": "千歌: 夏休みの宿題ってもう終わった!!??", - "noticeValue": "千歌: 夏休みの宿題ってもう終わった!!??", - "appearStampIdList": "", - "masterReleaseLabelId": 323081605 - }, - { - "id": 200101201, - "masterChatId": 2001, - "roomId": 12, - "chapterId": 200101201, - "scriptKey": "2001_12_1", - "title": "千歌 9月2023", - "firstLineValue": "千歌さんがスタンプを送信しました", - "noticeValue": "千歌さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0058,stamp_00_00000_0078,stamp_02_02001_0001", - "masterReleaseLabelId": 323090112 - }, - { - "id": 200101301, - "masterChatId": 2001, - "roomId": 13, - "chapterId": 200101301, - "scriptKey": "2001_13_1", - "title": "千歌 2023ハロウィン", - "firstLineValue": "千歌: ハッピーハロウィン!", - "noticeValue": "千歌: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0036", - "masterReleaseLabelId": 323103141 - }, - { - "id": 200101401, - "masterChatId": 2001, - "roomId": 14, - "chapterId": 200101401, - "scriptKey": "2001_14_1", - "title": "千歌 11月2023", - "firstLineValue": "千歌: やっほー", - "noticeValue": "千歌: やっほー", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 323112104 - }, - { - "id": 200101501, - "masterChatId": 2001, - "roomId": 15, - "chapterId": 200101501, - "scriptKey": "2001_15_1", - "title": "千歌 Xmas2023", - "firstLineValue": "千歌さんがログインしました", - "noticeValue": "千歌さんがログインしました", - "appearStampIdList": "stamp_00_00000_0056,stamp_00_00000_0084", - "masterReleaseLabelId": 323122421 - }, - { - "id": 200200101, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200101, - "scriptKey": "2002_1_1", - "title": "梨子 DM", - "firstLineValue": "梨子: こんばんは", - "noticeValue": "梨子: こんばんは", - "appearStampIdList": "stamp_00_00000_0077,stamp_00_00000_0084,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200200102, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200102, - "scriptKey": "2002_1_2", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0049,stamp_00_00000_0070,stamp_00_00000_0072,stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200200103, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200103, - "scriptKey": "2002_1_3", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0073", - "masterReleaseLabelId": 1 - }, - { - "id": 200200104, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200104, - "scriptKey": "2002_1_4", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0072,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200200105, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200105, - "scriptKey": "2002_1_5", - "title": "梨子 DM", - "firstLineValue": "梨子: 今ちょっと話せる?", - "noticeValue": "梨子: 今ちょっと話せる?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0026,stamp_00_00000_0072,stamp_00_00000_0084,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200200106, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200106, - "scriptKey": "2002_1_6", - "title": "梨子 DM", - "firstLineValue": "梨子: こんにちは", - "noticeValue": "梨子: こんにちは", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200200107, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200107, - "scriptKey": "2002_1_7", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200200108, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200108, - "scriptKey": "2002_1_8", - "title": "梨子 DM", - "firstLineValue": "梨子さんがスタンプを送信しました", - "noticeValue": "梨子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0066,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200200109, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200109, - "scriptKey": "2002_1_9", - "title": "梨子 DM", - "firstLineValue": "梨子: こんばんは", - "noticeValue": "梨子: こんばんは", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0040,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0074,stamp_00_00000_0079,stamp_00_00000_0084,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200200110, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200110, - "scriptKey": "2002_1_10", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 200200111, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200111, - "scriptKey": "2002_1_11", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0075,stamp_00_00000_0090,stamp_00_00000_0094,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200200112, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200112, - "scriptKey": "2002_1_12", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0015,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200200113, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200113, - "scriptKey": "2002_1_13", - "title": "梨子 DM", - "firstLineValue": "梨子: この前はありがとう", - "noticeValue": "梨子: この前はありがとう", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200200114, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200114, - "scriptKey": "2002_1_14", - "title": "梨子 DM", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0072,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200200115, - "masterChatId": 2002, - "roomId": 1, - "chapterId": 200200115, - "scriptKey": "2002_1_15", - "title": "梨子 DM", - "firstLineValue": "梨子: 今日はありがとう", - "noticeValue": "梨子: 今日はありがとう", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0076,stamp_00_00000_0084,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200200201, - "masterChatId": 2002, - "roomId": 2, - "chapterId": 200200201, - "scriptKey": "2002_2_1", - "title": "梨子 お誕生日2023", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0092", - "masterReleaseLabelId": 123091902 - }, - { - "id": 200200301, - "masterChatId": 2002, - "roomId": 3, - "chapterId": 200200301, - "scriptKey": "2002_3_1", - "title": "梨子 お祝い2023", - "firstLineValue": "梨子: 起きてる?", - "noticeValue": "梨子: 起きてる?", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0086,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200200401, - "masterChatId": 2002, - "roomId": 16, - "chapterId": 200200401, - "scriptKey": "2002_16_1", - "title": "梨子 新年2024", - "firstLineValue": "梨子: あけましておめでとう", - "noticeValue": "梨子: あけましておめでとう", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0095", - "masterReleaseLabelId": 324010150 - }, - { - "id": 200200501, - "masterChatId": 2002, - "roomId": 17, - "chapterId": 200200501, - "scriptKey": "2002_17_1", - "title": "梨子 バレンタイン2024", - "firstLineValue": "梨子: 今日はチョコありがとう", - "noticeValue": "梨子: 今日はチョコありがとう", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0060", - "masterReleaseLabelId": 324021444 - }, - { - "id": 200201801, - "masterChatId": 2002, - "roomId": 18, - "chapterId": 200201801, - "scriptKey": "2002_18_1", - "title": "梨子 ホワイトデー2024", - "firstLineValue": "梨子: 今日はバレンタインデーのお返しありがとう", - "noticeValue": "梨子: 今日はバレンタインデーのお返しありがとう", - "appearStampIdList": "stamp_00_00000_0005", - "masterReleaseLabelId": 324031445 - }, - { - "id": 200200701, - "masterChatId": 2002, - "roomId": 7, - "chapterId": 200200701, - "scriptKey": "2002_7_1", - "title": "梨子 4月2023", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0053", - "masterReleaseLabelId": 1 - }, - { - "id": 200200801, - "masterChatId": 2002, - "roomId": 8, - "chapterId": 200200801, - "scriptKey": "2002_8_1", - "title": "梨子 5月2023", - "firstLineValue": "梨子: こんばんは", - "noticeValue": "梨子: こんばんは", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 200200901, - "masterChatId": 2002, - "roomId": 9, - "chapterId": 200200901, - "scriptKey": "2002_9_1", - "title": "梨子 6月2023", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323060504 - }, - { - "id": 200201001, - "masterChatId": 2002, - "roomId": 10, - "chapterId": 200201001, - "scriptKey": "2002_10_1", - "title": "梨子 7月2023", - "firstLineValue": "梨子: こんにちは", - "noticeValue": "梨子: こんにちは", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 323071302 - }, - { - "id": 200201101, - "masterChatId": 2002, - "roomId": 11, - "chapterId": 200201101, - "scriptKey": "2002_11_1", - "title": "梨子 夏休み2023", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0078", - "masterReleaseLabelId": 323080103 - }, - { - "id": 200201201, - "masterChatId": 2002, - "roomId": 12, - "chapterId": 200201201, - "scriptKey": "2002_12_1", - "title": "梨子 9月2023", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323092904 - }, - { - "id": 200201301, - "masterChatId": 2002, - "roomId": 13, - "chapterId": 200201301, - "scriptKey": "2002_13_1", - "title": "梨子 2023ハロウィン", - "firstLineValue": "梨子: 10月31日って何の日か知ってる?", - "noticeValue": "梨子: 10月31日って何の日か知ってる?", - "appearStampIdList": "", - "masterReleaseLabelId": 323103142 - }, - { - "id": 200201401, - "masterChatId": 2002, - "roomId": 14, - "chapterId": 200201401, - "scriptKey": "2002_14_1", - "title": "梨子 11月2023", - "firstLineValue": "梨子: 最近寒くなってきたけど大丈夫?", - "noticeValue": "梨子: 最近寒くなってきたけど大丈夫?", - "appearStampIdList": "", - "masterReleaseLabelId": 323111804 - }, - { - "id": 200201501, - "masterChatId": 2002, - "roomId": 15, - "chapterId": 200201501, - "scriptKey": "2002_15_1", - "title": "梨子 Xmas2023", - "firstLineValue": "梨子: メリークリスマス", - "noticeValue": "梨子: メリークリスマス", - "appearStampIdList": "", - "masterReleaseLabelId": 323122422 - }, - { - "id": 200300101, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300101, - "scriptKey": "2003_1_1", - "title": "果南 DM", - "firstLineValue": "果南: こんばんは", - "noticeValue": "果南: こんばんは", - "appearStampIdList": "stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0078,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200300102, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300102, - "scriptKey": "2003_1_2", - "title": "果南 DM", - "firstLineValue": "果南: こんにちは", - "noticeValue": "果南: こんにちは", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0082,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200300103, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300103, - "scriptKey": "2003_1_3", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 200300104, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300104, - "scriptKey": "2003_1_4", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0037", - "masterReleaseLabelId": 1 - }, - { - "id": 200300105, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300105, - "scriptKey": "2003_1_5", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200300106, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300106, - "scriptKey": "2003_1_6", - "title": "果南 DM", - "firstLineValue": "果南さんがスタンプを送信しました", - "noticeValue": "果南さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0021,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0078,stamp_02_02001_0001,stamp_02_02003_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 200300107, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300107, - "scriptKey": "2003_1_7", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0049,stamp_00_00000_0078,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200300108, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300108, - "scriptKey": "2003_1_8", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200300109, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300109, - "scriptKey": "2003_1_9", - "title": "果南 DM", - "firstLineValue": "果南: こんばんはー", - "noticeValue": "果南: こんばんはー", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0025,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 200300110, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300110, - "scriptKey": "2003_1_10", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200300111, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300111, - "scriptKey": "2003_1_11", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0046,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200300112, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300112, - "scriptKey": "2003_1_12", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0081,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 200300113, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300113, - "scriptKey": "2003_1_13", - "title": "果南 DM", - "firstLineValue": "果南: こんにちは!", - "noticeValue": "果南: こんにちは!", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0017,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200300114, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300114, - "scriptKey": "2003_1_14", - "title": "果南 DM", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 200300115, - "masterChatId": 2003, - "roomId": 1, - "chapterId": 200300115, - "scriptKey": "2003_1_15", - "title": "果南 DM", - "firstLineValue": "果南: 電車は間に合った?", - "noticeValue": "果南: 電車は間に合った?", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0073,stamp_00_00000_0090,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 200300201, - "masterChatId": 2003, - "roomId": 17, - "chapterId": 200300201, - "scriptKey": "2003_17_1", - "title": "果南 お誕生日2024", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0030,stamp_00_00000_0060,stamp_00_00000_0070,stamp_00_00000_0073,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0091,stamp_00_00000_0092,stamp_00_00000_0095", - "masterReleaseLabelId": 124021002 - }, - { - "id": 200300301, - "masterChatId": 2003, - "roomId": 3, - "chapterId": 200300301, - "scriptKey": "2003_3_1", - "title": "果南 お祝い2023", - "firstLineValue": "果南: お誕生日おめでとう~!", - "noticeValue": "果南: お誕生日おめでとう~!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0086,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 200300401, - "masterChatId": 2003, - "roomId": 16, - "chapterId": 200300401, - "scriptKey": "2003_16_1", - "title": "果南 新年2024", - "firstLineValue": "果南: あけましておめでとう!", - "noticeValue": "果南: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0056", - "masterReleaseLabelId": 324010151 - }, - { - "id": 200300501, - "masterChatId": 2003, - "roomId": 18, - "chapterId": 200300501, - "scriptKey": "2003_18_1", - "title": "果南 バレンタイン2024", - "firstLineValue": "果南: ハッピーバレンタイン", - "noticeValue": "果南: ハッピーバレンタイン", - "appearStampIdList": "stamp_00_00000_0009", - "masterReleaseLabelId": 324021445 - }, - { - "id": 200301901, - "masterChatId": 2003, - "roomId": 19, - "chapterId": 200301901, - "scriptKey": "2003_19_1", - "title": "果南 ホワイトデー2024", - "firstLineValue": "果南: 今日はお返しありがとう", - "noticeValue": "果南: 今日はお返しありがとう", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0038,stamp_00_00000_0050", - "masterReleaseLabelId": 324031446 - }, - { - "id": 200300701, - "masterChatId": 2003, - "roomId": 7, - "chapterId": 200300701, - "scriptKey": "2003_7_1", - "title": "果南 4月2023", - "firstLineValue": "果南: おはよ~!", - "noticeValue": "果南: おはよ~!", - "appearStampIdList": "stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200300801, - "masterChatId": 2003, - "roomId": 8, - "chapterId": 200300801, - "scriptKey": "2003_8_1", - "title": "果南 5月2023", - "firstLineValue": "果南: やっほー", - "noticeValue": "果南: やっほー", - "appearStampIdList": "stamp_00_00000_0012", - "masterReleaseLabelId": 1 - }, - { - "id": 200300901, - "masterChatId": 2003, - "roomId": 9, - "chapterId": 200300901, - "scriptKey": "2003_9_1", - "title": "果南 6月2023", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "stamp_00_00000_0095", - "masterReleaseLabelId": 323061305 - }, - { - "id": 200301001, - "masterChatId": 2003, - "roomId": 10, - "chapterId": 200301001, - "scriptKey": "2003_10_1", - "title": "果南 7月2023", - "firstLineValue": "果南: 毎日暑いねー", - "noticeValue": "果南: 毎日暑いねー", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011", - "masterReleaseLabelId": 323072407 - }, - { - "id": 200301101, - "masterChatId": 2003, - "roomId": 11, - "chapterId": 200301101, - "scriptKey": "2003_11_1", - "title": "果南 夏休み2023", - "firstLineValue": "果南: やっほー", - "noticeValue": "果南: やっほー", - "appearStampIdList": "stamp_00_00000_0020", - "masterReleaseLabelId": 323081403 - }, - { - "id": 200301201, - "masterChatId": 2003, - "roomId": 12, - "chapterId": 200301201, - "scriptKey": "2003_12_1", - "title": "果南 9月2023", - "firstLineValue": "果南: 夏休み終わっちゃったねー", - "noticeValue": "果南: 夏休み終わっちゃったねー", - "appearStampIdList": "stamp_00_00000_0056", - "masterReleaseLabelId": 323091904 - }, - { - "id": 200301301, - "masterChatId": 2003, - "roomId": 13, - "chapterId": 200301301, - "scriptKey": "2003_13_1", - "title": "果南 2023ハロウィン", - "firstLineValue": "果南: トリック・オア・トリート!", - "noticeValue": "果南: トリック・オア・トリート!", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0058,stamp_00_00000_0081", - "masterReleaseLabelId": 323103143 - }, - { - "id": 200301401, - "masterChatId": 2003, - "roomId": 14, - "chapterId": 200301401, - "scriptKey": "2003_14_1", - "title": "果南 11月2023", - "firstLineValue": "果南さんがログインしました", - "noticeValue": "果南さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323112803 - }, - { - "id": 200301501, - "masterChatId": 2003, - "roomId": 15, - "chapterId": 200301501, - "scriptKey": "2003_15_1", - "title": "果南 Xmas2023", - "firstLineValue": "果南: メリークリスマス!", - "noticeValue": "果南: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0005", - "masterReleaseLabelId": 323122527 - }, - { - "id": 200400101, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400101, - "scriptKey": "2004_1_1", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: 本日はAqoursのライブの取材、ありがとうございます", - "noticeValue": "ダイヤ: 本日はAqoursのライブの取材、ありがとうございます", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0078,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200400102, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400102, - "scriptKey": "2004_1_2", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0080,stamp_00_00000_0084,stamp_02_02002_0002,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 200400103, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400103, - "scriptKey": "2004_1_3", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0049,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200400104, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400104, - "scriptKey": "2004_1_4", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: 先日は新聞部の記事を送っていただき、ありがとうございました", - "noticeValue": "ダイヤ: 先日は新聞部の記事を送っていただき、ありがとうございました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0014", - "masterReleaseLabelId": 1 - }, - { - "id": 200400105, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400105, - "scriptKey": "2004_1_5", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0088,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200400106, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400106, - "scriptKey": "2004_1_6", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0053", - "masterReleaseLabelId": 1 - }, - { - "id": 200400107, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400107, - "scriptKey": "2004_1_7", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0077,stamp_02_02004_0005,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200400108, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400108, - "scriptKey": "2004_1_8", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0094,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 200400109, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400109, - "scriptKey": "2004_1_9", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0026", - "masterReleaseLabelId": 1 - }, - { - "id": 200400110, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400110, - "scriptKey": "2004_1_10", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200400111, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400111, - "scriptKey": "2004_1_11", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: こんばんは", - "noticeValue": "ダイヤ: こんばんは", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0082,stamp_02_02004_0005,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200400112, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400112, - "scriptKey": "2004_1_12", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: こんばんは", - "noticeValue": "ダイヤ: こんばんは", - "appearStampIdList": "stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0049", - "masterReleaseLabelId": 1 - }, - { - "id": 200400113, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400113, - "scriptKey": "2004_1_13", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: 聞いてください!", - "noticeValue": "ダイヤ: 聞いてください!", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0094,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200400114, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400114, - "scriptKey": "2004_1_14", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: そろそろ入場が始まりますわ", - "noticeValue": "ダイヤ: そろそろ入場が始まりますわ", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0014,stamp_00_00000_0071", - "masterReleaseLabelId": 1 - }, - { - "id": 200400115, - "masterChatId": 2004, - "roomId": 1, - "chapterId": 200400115, - "scriptKey": "2004_1_15", - "title": "ダイヤ DM", - "firstLineValue": "ダイヤ: 今日はありがとうございました", - "noticeValue": "ダイヤ: 今日はありがとうございました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0088,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 200400201, - "masterChatId": 2004, - "roomId": 2, - "chapterId": 200400201, - "scriptKey": "2004_2_1", - "title": "ダイヤ お誕生日2024", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0096", - "masterReleaseLabelId": 124010103 - }, - { - "id": 200400301, - "masterChatId": 2004, - "roomId": 3, - "chapterId": 200400301, - "scriptKey": "2004_3_1", - "title": "ダイヤ お祝い2023", - "firstLineValue": "ダイヤ: 夜分遅くにすみません", - "noticeValue": "ダイヤ: 夜分遅くにすみません", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 200400401, - "masterChatId": 2004, - "roomId": 16, - "chapterId": 200400401, - "scriptKey": "2004_16_1", - "title": "ダイヤ 新年2024", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0019", - "masterReleaseLabelId": 324010152 - }, - { - "id": 200400501, - "masterChatId": 2004, - "roomId": 17, - "chapterId": 200400501, - "scriptKey": "2004_17_1", - "title": "ダイヤ バレンタイン2024", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0048", - "masterReleaseLabelId": 324021446 - }, - { - "id": 200401801, - "masterChatId": 2004, - "roomId": 18, - "chapterId": 200401801, - "scriptKey": "2004_18_1", - "title": "ダイヤ ホワイトデー2024", - "firstLineValue": "ダイヤ: 今日はバレンタインデーのお返しをくださり…", - "noticeValue": "ダイヤ: 今日はバレンタインデーのお返しをくださり…", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008", - "masterReleaseLabelId": 324031447 - }, - { - "id": 200400701, - "masterChatId": 2004, - "roomId": 7, - "chapterId": 200400701, - "scriptKey": "2004_7_1", - "title": "ダイヤ 4月2023", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 200400801, - "masterChatId": 2004, - "roomId": 8, - "chapterId": 200400801, - "scriptKey": "2004_8_1", - "title": "ダイヤ 5月2023", - "firstLineValue": "ダイヤ: こんにちは", - "noticeValue": "ダイヤ: こんにちは", - "appearStampIdList": "stamp_00_00000_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200400901, - "masterChatId": 2004, - "roomId": 9, - "chapterId": 200400901, - "scriptKey": "2004_9_1", - "title": "ダイヤ 6月2023", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0085", - "masterReleaseLabelId": 323062203 - }, - { - "id": 200401001, - "masterChatId": 2004, - "roomId": 10, - "chapterId": 200401001, - "scriptKey": "2004_10_1", - "title": "ダイヤ 7月2023", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0057", - "masterReleaseLabelId": 323072109 - }, - { - "id": 200401101, - "masterChatId": 2004, - "roomId": 11, - "chapterId": 200401101, - "scriptKey": "2004_11_1", - "title": "ダイヤ 夏休み2023", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0088", - "masterReleaseLabelId": 323082105 - }, - { - "id": 200401201, - "masterChatId": 2004, - "roomId": 12, - "chapterId": 200401201, - "scriptKey": "2004_12_1", - "title": "ダイヤ 9月2023", - "firstLineValue": "ダイヤ: いま少しよろしいですか?", - "noticeValue": "ダイヤ: いま少しよろしいですか?", - "appearStampIdList": "", - "masterReleaseLabelId": 323091403 - }, - { - "id": 200401301, - "masterChatId": 2004, - "roomId": 13, - "chapterId": 200401301, - "scriptKey": "2004_13_1", - "title": "ダイヤ 2023ハロウィン", - "firstLineValue": "ダイヤ: 今日はありがとうございました", - "noticeValue": "ダイヤ: 今日はありがとうございました", - "appearStampIdList": "stamp_00_00000_0081", - "masterReleaseLabelId": 323103144 - }, - { - "id": 200401401, - "masterChatId": 2004, - "roomId": 14, - "chapterId": 200401401, - "scriptKey": "2004_14_1", - "title": "ダイヤ 11月2023", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323111003 - }, - { - "id": 200401501, - "masterChatId": 2004, - "roomId": 15, - "chapterId": 200401501, - "scriptKey": "2004_15_1", - "title": "ダイヤ Xmas2023", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0075", - "masterReleaseLabelId": 323122528 - }, - { - "id": 200500101, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500101, - "scriptKey": "2005_1_1", - "title": "曜 DM", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0011,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500102, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500102, - "scriptKey": "2005_1_2", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0049,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500103, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500103, - "scriptKey": "2005_1_3", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0048", - "masterReleaseLabelId": 1 - }, - { - "id": 200500104, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500104, - "scriptKey": "2005_1_4", - "title": "曜 DM", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0052,stamp_00_00000_0083,stamp_00_00000_0085,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500105, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500105, - "scriptKey": "2005_1_5", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0087,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500106, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500106, - "scriptKey": "2005_1_6", - "title": "曜 DM", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0091,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500107, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500107, - "scriptKey": "2005_1_7", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0073,stamp_00_00000_0084,stamp_02_02005_0004,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200500108, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500108, - "scriptKey": "2005_1_8", - "title": "曜 DM", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0082,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500109, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500109, - "scriptKey": "2005_1_9", - "title": "曜 DM", - "firstLineValue": "曜: 新聞部の記事、送ってくれてありがとう!", - "noticeValue": "曜: 新聞部の記事、送ってくれてありがとう!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 200500110, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500110, - "scriptKey": "2005_1_10", - "title": "曜 DM", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0092,stamp_02_02001_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 200500111, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500111, - "scriptKey": "2005_1_11", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0022,stamp_00_00000_0026,stamp_00_00000_0051,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200500112, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500112, - "scriptKey": "2005_1_12", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0088,stamp_00_00000_0090,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500113, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500113, - "scriptKey": "2005_1_13", - "title": "曜 DM", - "firstLineValue": "曜: この前はごめんね", - "noticeValue": "曜: この前はごめんね", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0078,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200500114, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500114, - "scriptKey": "2005_1_14", - "title": "曜 DM", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0081,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500115, - "masterChatId": 2005, - "roomId": 1, - "chapterId": 200500115, - "scriptKey": "2005_1_15", - "title": "曜 DM", - "firstLineValue": "曜: 今日はありがとう", - "noticeValue": "曜: 今日はありがとう", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0086", - "masterReleaseLabelId": 1 - }, - { - "id": 200500301, - "masterChatId": 2005, - "roomId": 3, - "chapterId": 200500301, - "scriptKey": "2005_3_1", - "title": "曜 お祝い2023", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0015,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0056,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0091,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500401, - "masterChatId": 2005, - "roomId": 16, - "chapterId": 200500401, - "scriptKey": "2005_16_1", - "title": "曜 新年2024", - "firstLineValue": "曜: あけましておめでとう!", - "noticeValue": "曜: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0089,stamp_00_00000_0095,stamp_02_02005_0004", - "masterReleaseLabelId": 324010153 - }, - { - "id": 200500501, - "masterChatId": 2005, - "roomId": 17, - "chapterId": 200500501, - "scriptKey": "2005_17_1", - "title": "曜 バレンタイン2024", - "firstLineValue": "曜: 今日はバレンタインチョコありがとう!", - "noticeValue": "曜: 今日はバレンタインチョコありがとう!", - "appearStampIdList": "stamp_00_00000_0007", - "masterReleaseLabelId": 324021447 - }, - { - "id": 200501801, - "masterChatId": 2005, - "roomId": 18, - "chapterId": 200501801, - "scriptKey": "2005_18_1", - "title": "曜 ホワイトデー2024", - "firstLineValue": "曜: バレンタインデーのお返しありがとう~!", - "noticeValue": "曜: バレンタインデーのお返しありがとう~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0054", - "masterReleaseLabelId": 324031448 - }, - { - "id": 200500701, - "masterChatId": 2005, - "roomId": 7, - "chapterId": 200500701, - "scriptKey": "2005_7_1", - "title": "曜 4月2023", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 200500801, - "masterChatId": 2005, - "roomId": 8, - "chapterId": 200500801, - "scriptKey": "2005_8_1", - "title": "曜 5月2023", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 200500901, - "masterChatId": 2005, - "roomId": 9, - "chapterId": 200500901, - "scriptKey": "2005_9_1", - "title": "曜 6月2023", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 323061804 - }, - { - "id": 200501001, - "masterChatId": 2005, - "roomId": 10, - "chapterId": 200501001, - "scriptKey": "2005_10_1", - "title": "曜 7月2023", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0070", - "masterReleaseLabelId": 323072110 - }, - { - "id": 200501101, - "masterChatId": 2005, - "roomId": 11, - "chapterId": 200501101, - "scriptKey": "2005_11_1", - "title": "曜 夏休み2023", - "firstLineValue": "曜: 毎日暑いね~", - "noticeValue": "曜: 毎日暑いね~", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0060,stamp_02_02005_0004", - "masterReleaseLabelId": 323082905 - }, - { - "id": 200501201, - "masterChatId": 2005, - "roomId": 12, - "chapterId": 200501201, - "scriptKey": "2005_12_1", - "title": "曜 9月2023", - "firstLineValue": "曜さんがスタンプを送信しました", - "noticeValue": "曜さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0020", - "masterReleaseLabelId": 323091203 - }, - { - "id": 200501301, - "masterChatId": 2005, - "roomId": 13, - "chapterId": 200501301, - "scriptKey": "2005_13_1", - "title": "曜 2023ハロウィン", - "firstLineValue": "曜: ハッピーハロウィン!", - "noticeValue": "曜: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0079", - "masterReleaseLabelId": 323103145 - }, - { - "id": 200501401, - "masterChatId": 2005, - "roomId": 14, - "chapterId": 200501401, - "scriptKey": "2005_14_1", - "title": "曜 11月2023", - "firstLineValue": "曜: ちょっと今いいかな?", - "noticeValue": "曜: ちょっと今いいかな?", - "appearStampIdList": "stamp_00_00000_0050", - "masterReleaseLabelId": 323112703 - }, - { - "id": 200501501, - "masterChatId": 2005, - "roomId": 15, - "chapterId": 200501501, - "scriptKey": "2005_15_1", - "title": "曜 Xmas2023", - "firstLineValue": "曜さんがログインしました", - "noticeValue": "曜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0084", - "masterReleaseLabelId": 323122423 - }, - { - "id": 200600101, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600101, - "scriptKey": "2006_1_1", - "title": "善子 DM", - "firstLineValue": "善子: 今日は取材に来てくれてありがとう", - "noticeValue": "善子: 今日は取材に来てくれてありがとう", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0029,stamp_00_00000_0059,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200600102, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600102, - "scriptKey": "2006_1_2", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0086,stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200600103, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600103, - "scriptKey": "2006_1_3", - "title": "善子 DM", - "firstLineValue": "善子: さっそく記事を書いて送ってくれたのね", - "noticeValue": "善子: さっそく記事を書いて送ってくれたのね", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0034,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0092,stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200600104, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600104, - "scriptKey": "2006_1_4", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0029,stamp_00_00000_0049,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 200600105, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600105, - "scriptKey": "2006_1_5", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200600106, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600106, - "scriptKey": "2006_1_6", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0029,stamp_00_00000_0086", - "masterReleaseLabelId": 1 - }, - { - "id": 200600107, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600107, - "scriptKey": "2006_1_7", - "title": "善子 DM", - "firstLineValue": "善子: こんにちは", - "noticeValue": "善子: こんにちは", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0048,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 200600108, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600108, - "scriptKey": "2006_1_8", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 200600109, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600109, - "scriptKey": "2006_1_9", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0013,stamp_00_00000_0053", - "masterReleaseLabelId": 1 - }, - { - "id": 200600110, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600110, - "scriptKey": "2006_1_10", - "title": "善子 DM", - "firstLineValue": "善子: こんばんは", - "noticeValue": "善子: こんばんは", - "appearStampIdList": "stamp_00_00000_0077,stamp_00_00000_0084,stamp_02_02002_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 200600111, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600111, - "scriptKey": "2006_1_11", - "title": "善子 DM", - "firstLineValue": "善子さんがスタンプを送信しました", - "noticeValue": "善子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0013,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0052,stamp_00_00000_0085,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 200600112, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600112, - "scriptKey": "2006_1_12", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0007,stamp_00_00000_0013,stamp_00_00000_0049,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200600113, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600113, - "scriptKey": "2006_1_13", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0053,stamp_00_00000_0059,stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200600114, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600114, - "scriptKey": "2006_1_14", - "title": "善子 DM", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0052,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 200600115, - "masterChatId": 2006, - "roomId": 1, - "chapterId": 200600115, - "scriptKey": "2006_1_15", - "title": "善子 DM", - "firstLineValue": "善子: 電車には間に合った?", - "noticeValue": "善子: 電車には間に合った?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200600201, - "masterChatId": 2006, - "roomId": 2, - "chapterId": 200600201, - "scriptKey": "2006_2_1", - "title": "善子 お誕生日2023", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0013,stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0094,stamp_02_02006_0007", - "masterReleaseLabelId": 123071302 - }, - { - "id": 200600301, - "masterChatId": 2006, - "roomId": 3, - "chapterId": 200600301, - "scriptKey": "2006_3_1", - "title": "善子 お祝い2023", - "firstLineValue": "善子: 今宵は良き日ね", - "noticeValue": "善子: 今宵は良き日ね", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0092,stamp_00_00000_0096,stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200600401, - "masterChatId": 2006, - "roomId": 16, - "chapterId": 200600401, - "scriptKey": "2006_16_1", - "title": "善子 新年2024", - "firstLineValue": "善子: 今年もまたジェネシスが訪れたようね", - "noticeValue": "善子: 今年もまたジェネシスが訪れたようね", - "appearStampIdList": "stamp_00_00000_0013,stamp_02_02006_0007", - "masterReleaseLabelId": 324010154 - }, - { - "id": 200600501, - "masterChatId": 2006, - "roomId": 17, - "chapterId": 200600501, - "scriptKey": "2006_17_1", - "title": "善子 バレンタイン2024", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013", - "masterReleaseLabelId": 324021448 - }, - { - "id": 200601801, - "masterChatId": 2006, - "roomId": 18, - "chapterId": 200601801, - "scriptKey": "2006_18_1", - "title": "善子 ホワイトデー2024", - "firstLineValue": "善子さんがスタンプを送信しました", - "noticeValue": "善子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_02_02006_0007", - "masterReleaseLabelId": 324031449 - }, - { - "id": 200600701, - "masterChatId": 2006, - "roomId": 7, - "chapterId": 200600701, - "scriptKey": "2006_7_1", - "title": "善子 4月2023", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0013,stamp_00_00000_0050", - "masterReleaseLabelId": 1 - }, - { - "id": 200600801, - "masterChatId": 2006, - "roomId": 8, - "chapterId": 200600801, - "scriptKey": "2006_8_1", - "title": "善子 5月2023", - "firstLineValue": "善子さんがスタンプを送信しました", - "noticeValue": "善子さんがスタンプを送信しました", - "appearStampIdList": "stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 200600901, - "masterChatId": 2006, - "roomId": 9, - "chapterId": 200600901, - "scriptKey": "2006_9_1", - "title": "善子 6月2023", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0060", - "masterReleaseLabelId": 323062003 - }, - { - "id": 200601001, - "masterChatId": 2006, - "roomId": 10, - "chapterId": 200601001, - "scriptKey": "2006_10_1", - "title": "善子 7月2023", - "firstLineValue": "善子: ちょっと相談があるんだけどいい?", - "noticeValue": "善子: ちょっと相談があるんだけどいい?", - "appearStampIdList": "stamp_00_00000_0050", - "masterReleaseLabelId": 323070703 - }, - { - "id": 200601101, - "masterChatId": 2006, - "roomId": 11, - "chapterId": 200601101, - "scriptKey": "2006_11_1", - "title": "善子 夏休み2023", - "firstLineValue": "善子さんがスタンプを送信しました", - "noticeValue": "善子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0013,stamp_02_02006_0007", - "masterReleaseLabelId": 323081903 - }, - { - "id": 200601201, - "masterChatId": 2006, - "roomId": 12, - "chapterId": 200601201, - "scriptKey": "2006_12_1", - "title": "善子 9月2023", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0075,stamp_00_00000_0079", - "masterReleaseLabelId": 323092504 - }, - { - "id": 200601301, - "masterChatId": 2006, - "roomId": 13, - "chapterId": 200601301, - "scriptKey": "2006_13_1", - "title": "善子 2023ハロウィン", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0060", - "masterReleaseLabelId": 323103146 - }, - { - "id": 200601401, - "masterChatId": 2006, - "roomId": 14, - "chapterId": 200601401, - "scriptKey": "2006_14_1", - "title": "善子 11月2023", - "firstLineValue": "善子さんがログインしました", - "noticeValue": "善子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004", - "masterReleaseLabelId": 323112404 - }, - { - "id": 200601501, - "masterChatId": 2006, - "roomId": 15, - "chapterId": 200601501, - "scriptKey": "2006_15_1", - "title": "善子 Xmas2023", - "firstLineValue": "善子さんがスタンプを送信しました", - "noticeValue": "善子さんがスタンプを送信しました", - "appearStampIdList": "stamp_02_02006_0007", - "masterReleaseLabelId": 323122529 - }, - { - "id": 200700101, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700101, - "scriptKey": "2007_1_1", - "title": "花丸 DM", - "firstLineValue": "花丸: こんばんは", - "noticeValue": "花丸: こんばんは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0078,stamp_02_02007_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 200700102, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700102, - "scriptKey": "2007_1_2", - "title": "花丸 DM", - "firstLineValue": "花丸: こんにちは", - "noticeValue": "花丸: こんにちは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0031,stamp_00_00000_0049,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200700103, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700103, - "scriptKey": "2007_1_3", - "title": "花丸 DM", - "firstLineValue": "花丸さんがスタンプを送信しました", - "noticeValue": "花丸さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200700104, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700104, - "scriptKey": "2007_1_4", - "title": "花丸 DM", - "firstLineValue": "花丸: こんばんはー", - "noticeValue": "花丸: こんばんはー", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 200700105, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700105, - "scriptKey": "2007_1_5", - "title": "花丸 DM", - "firstLineValue": "花丸さんがログインしました", - "noticeValue": "花丸さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200700106, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700106, - "scriptKey": "2007_1_6", - "title": "花丸 DM", - "firstLineValue": "花丸さんがスタンプを送信しました", - "noticeValue": "花丸さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0034,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0091,stamp_02_02007_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 200700107, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700107, - "scriptKey": "2007_1_7", - "title": "花丸 DM", - "firstLineValue": "花丸さんがログインしました", - "noticeValue": "花丸さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0082,stamp_00_00000_0086", - "masterReleaseLabelId": 1 - }, - { - "id": 200700108, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700108, - "scriptKey": "2007_1_8", - "title": "花丸 DM", - "firstLineValue": "花丸: こんばんはー", - "noticeValue": "花丸: こんばんはー", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0026,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0081,stamp_02_02007_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 200700109, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700109, - "scriptKey": "2007_1_9", - "title": "花丸 DM", - "firstLineValue": "花丸さんがログインしました", - "noticeValue": "花丸さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 200700110, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700110, - "scriptKey": "2007_1_10", - "title": "花丸 DM", - "firstLineValue": "花丸: こんばんは", - "noticeValue": "花丸: こんばんは", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0078,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 200700111, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700111, - "scriptKey": "2007_1_11", - "title": "花丸 DM", - "firstLineValue": "花丸: こんばんは", - "noticeValue": "花丸: こんばんは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200700112, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700112, - "scriptKey": "2007_1_12", - "title": "花丸 DM", - "firstLineValue": "花丸: こんにちは!", - "noticeValue": "花丸: こんにちは!", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0083,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 200700113, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700113, - "scriptKey": "2007_1_13", - "title": "花丸 DM", - "firstLineValue": "花丸: おはよう!", - "noticeValue": "花丸: おはよう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0048,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 200700114, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700114, - "scriptKey": "2007_1_14", - "title": "花丸 DM", - "firstLineValue": "花丸さんがログインしました", - "noticeValue": "花丸さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0081,stamp_02_02007_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 200700115, - "masterChatId": 2007, - "roomId": 1, - "chapterId": 200700115, - "scriptKey": "2007_1_15", - "title": "花丸 DM", - "firstLineValue": "花丸: 電車、間に合った!?", - "noticeValue": "花丸: 電車、間に合った!?", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0089,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200700301, - "masterChatId": 2007, - "roomId": 3, - "chapterId": 200700301, - "scriptKey": "2007_3_1", - "title": "花丸 お祝い2023", - "firstLineValue": "花丸さんがスタンプを送信しました", - "noticeValue": "花丸さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0015,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0075,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 200700401, - "masterChatId": 2007, - "roomId": 16, - "chapterId": 200700401, - "scriptKey": "2007_16_1", - "title": "花丸 新年2024", - "firstLineValue": "花丸: あけましておめでとう!", - "noticeValue": "花丸: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0036,stamp_00_00000_0081", - "masterReleaseLabelId": 324010155 - }, - { - "id": 200700501, - "masterChatId": 2007, - "roomId": 17, - "chapterId": 200700501, - "scriptKey": "2007_17_1", - "title": "花丸 バレンタイン2024", - "firstLineValue": "花丸: ハッピーバレンタイン!", - "noticeValue": "花丸: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0005", - "masterReleaseLabelId": 324021449 - }, - { - "id": 200701901, - "masterChatId": 2007, - "roomId": 19, - "chapterId": 200701901, - "scriptKey": "2007_19_1", - "title": "花丸 ホワイトデー2024", - "firstLineValue": "花丸: 今日はバレンタインデーのお返しありがとう", - "noticeValue": "花丸: 今日はバレンタインデーのお返しありがとう", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0039,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 324031450 - }, - { - "id": 200700701, - "masterChatId": 2007, - "roomId": 7, - "chapterId": 200700701, - "scriptKey": "2007_7_1", - "title": "花丸 4月2023", - "firstLineValue": "花丸さんがログインしました", - "noticeValue": "花丸さんがログインしました", - "appearStampIdList": "", - "masterReleaseLabelId": 1 - }, - { - "id": 200700801, - "masterChatId": 2007, - "roomId": 8, - "chapterId": 200700801, - "scriptKey": "2007_8_1", - "title": "花丸 5月2023", - "firstLineValue": "花丸: ゴールデンウィーク、もうどこか遊びに行った?", - "noticeValue": "花丸: ゴールデンウィーク、もうどこか遊びに行った?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0046", - "masterReleaseLabelId": 1 - }, - { - "id": 200700901, - "masterChatId": 2007, - "roomId": 9, - "chapterId": 200700901, - "scriptKey": "2007_9_1", - "title": "花丸 6月2023", - "firstLineValue": "花丸: 新聞読んだよ!", - "noticeValue": "花丸: 新聞読んだよ!", - "appearStampIdList": "", - "masterReleaseLabelId": 323060204 - }, - { - "id": 200701001, - "masterChatId": 2007, - "roomId": 10, - "chapterId": 200701001, - "scriptKey": "2007_10_1", - "title": "花丸 7月2023", - "firstLineValue": "花丸: 今日はアイスの差し入れありがとう!", - "noticeValue": "花丸: 今日はアイスの差し入れありがとう!", - "appearStampIdList": "stamp_00_00000_0081,stamp_00_00000_0094", - "masterReleaseLabelId": 323071003 - }, - { - "id": 200701101, - "masterChatId": 2007, - "roomId": 11, - "chapterId": 200701101, - "scriptKey": "2007_11_1", - "title": "花丸 夏休み2023", - "firstLineValue": "花丸: もうちょっとでお祭りの日になるね", - "noticeValue": "花丸: もうちょっとでお祭りの日になるね", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0060", - "masterReleaseLabelId": 323081704 - }, - { - "id": 200701201, - "masterChatId": 2007, - "roomId": 12, - "chapterId": 200701201, - "scriptKey": "2007_12_1", - "title": "花丸 9月2023", - "firstLineValue": "花丸: 明日って時間あるかな?", - "noticeValue": "花丸: 明日って時間あるかな?", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0039", - "masterReleaseLabelId": 323092806 - }, - { - "id": 200701301, - "masterChatId": 2007, - "roomId": 13, - "chapterId": 200701301, - "scriptKey": "2007_13_1", - "title": "花丸 2023ハロウィン", - "firstLineValue": "花丸: トリック・オア・トリート!", - "noticeValue": "花丸: トリック・オア・トリート!", - "appearStampIdList": "stamp_00_00000_0081", - "masterReleaseLabelId": 323103147 - }, - { - "id": 200701401, - "masterChatId": 2007, - "roomId": 14, - "chapterId": 200701401, - "scriptKey": "2007_14_1", - "title": "花丸 11月2023", - "firstLineValue": "花丸: 国木田焼きいも店がオープンしました!", - "noticeValue": "花丸: 国木田焼きいも店がオープンしました!", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 323111203 - }, - { - "id": 200701501, - "masterChatId": 2007, - "roomId": 15, - "chapterId": 200701501, - "scriptKey": "2007_15_1", - "title": "花丸 Xmas2023", - "firstLineValue": "花丸: メリークリスマス!", - "noticeValue": "花丸: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0057", - "masterReleaseLabelId": 323122530 - }, - { - "id": 200701801, - "masterChatId": 2007, - "roomId": 18, - "chapterId": 200701801, - "scriptKey": "2007_18_1", - "title": "花丸 お誕生日2024", - "firstLineValue": "花丸さんがログインしました", - "noticeValue": "花丸さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0054,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0091,stamp_00_00000_0095", - "masterReleaseLabelId": 124030402 - }, - { - "id": 200800101, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800101, - "scriptKey": "2008_1_1", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉: チャオ~", - "noticeValue": "鞠莉: チャオ~", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0084,stamp_00_00000_0088,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800102, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800102, - "scriptKey": "2008_1_2", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0080,stamp_00_00000_0090,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 200800103, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800103, - "scriptKey": "2008_1_3", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0090,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800104, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800104, - "scriptKey": "2008_1_4", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉: チャオ~!", - "noticeValue": "鞠莉: チャオ~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0037,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800105, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800105, - "scriptKey": "2008_1_5", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉: チャオ~!", - "noticeValue": "鞠莉: チャオ~!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0049,stamp_00_00000_0079,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800106, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800106, - "scriptKey": "2008_1_6", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0058,stamp_00_00000_0066,stamp_00_00000_0078,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800107, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800107, - "scriptKey": "2008_1_7", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088,stamp_00_00000_0091,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800108, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800108, - "scriptKey": "2008_1_8", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0082,stamp_00_00000_0090,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 200800109, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800109, - "scriptKey": "2008_1_9", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉: こんばんは", - "noticeValue": "鞠莉: こんばんは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0075,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 200800110, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800110, - "scriptKey": "2008_1_10", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0088,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800111, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800111, - "scriptKey": "2008_1_11", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがスタンプを送信しました", - "noticeValue": "鞠莉さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0066,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800112, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800112, - "scriptKey": "2008_1_12", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉: チャオ~!", - "noticeValue": "鞠莉: チャオ~!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0060,stamp_00_00000_0094,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800113, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800113, - "scriptKey": "2008_1_13", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0084,stamp_00_00000_0094,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800114, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800114, - "scriptKey": "2008_1_14", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉さんがスタンプを送信しました", - "noticeValue": "鞠莉さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0085,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800115, - "masterChatId": 2008, - "roomId": 1, - "chapterId": 200800115, - "scriptKey": "2008_1_15", - "title": "鞠莉 DM", - "firstLineValue": "鞠莉: もう寝ちゃった?", - "noticeValue": "鞠莉: もう寝ちゃった?", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0062,stamp_00_00000_0081,stamp_00_00000_0088,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800201, - "masterChatId": 2008, - "roomId": 2, - "chapterId": 200800201, - "scriptKey": "2008_2_1", - "title": "鞠莉 お誕生日2023", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0032,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0093,stamp_02_02008_0008", - "masterReleaseLabelId": 123061302 - }, - { - "id": 200800301, - "masterChatId": 2008, - "roomId": 3, - "chapterId": 200800301, - "scriptKey": "2008_3_1", - "title": "鞠莉 お祝い2023", - "firstLineValue": "鞠莉: チャオ~!", - "noticeValue": "鞠莉: チャオ~!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0030,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0088,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 200800401, - "masterChatId": 2008, - "roomId": 16, - "chapterId": 200800401, - "scriptKey": "2008_16_1", - "title": "鞠莉 新年2024", - "firstLineValue": "鞠莉: ハッピーニューイヤー!", - "noticeValue": "鞠莉: ハッピーニューイヤー!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0038,stamp_02_02008_0008", - "masterReleaseLabelId": 324010156 - }, - { - "id": 200800501, - "masterChatId": 2008, - "roomId": 17, - "chapterId": 200800501, - "scriptKey": "2008_17_1", - "title": "鞠莉 バレンタイン2024", - "firstLineValue": "鞠莉: チャオ♪", - "noticeValue": "鞠莉: チャオ♪", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0038", - "masterReleaseLabelId": 324021450 - }, - { - "id": 200801801, - "masterChatId": 2008, - "roomId": 18, - "chapterId": 200801801, - "scriptKey": "2008_18_1", - "title": "鞠莉 ホワイトデー2024", - "firstLineValue": "鞠莉: 今日はバレンタインデーのお返しありがとう!", - "noticeValue": "鞠莉: 今日はバレンタインデーのお返しありがとう!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0038,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0095", - "masterReleaseLabelId": 324031451 - }, - { - "id": 200800701, - "masterChatId": 2008, - "roomId": 7, - "chapterId": 200800701, - "scriptKey": "2008_7_1", - "title": "鞠莉 4月2023", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 200800801, - "masterChatId": 2008, - "roomId": 8, - "chapterId": 200800801, - "scriptKey": "2008_8_1", - "title": "鞠莉 5月2023", - "firstLineValue": "鞠莉さんが画像を送信しました", - "noticeValue": "鞠莉さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200800901, - "masterChatId": 2008, - "roomId": 9, - "chapterId": 200800901, - "scriptKey": "2008_9_1", - "title": "鞠莉 6月2023", - "firstLineValue": "鞠莉: チャオ~", - "noticeValue": "鞠莉: チャオ~", - "appearStampIdList": "", - "masterReleaseLabelId": 323062004 - }, - { - "id": 200801001, - "masterChatId": 2008, - "roomId": 10, - "chapterId": 200801001, - "scriptKey": "2008_10_1", - "title": "鞠莉 7月2023", - "firstLineValue": "鞠莉: チャオ~♡", - "noticeValue": "鞠莉: チャオ~♡", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0036", - "masterReleaseLabelId": 323070704 - }, - { - "id": 200801101, - "masterChatId": 2008, - "roomId": 11, - "chapterId": 200801101, - "scriptKey": "2008_11_1", - "title": "鞠莉 夏休み2023", - "firstLineValue": "鞠莉: この前のキャンプ楽しかったわね~!", - "noticeValue": "鞠莉: この前のキャンプ楽しかったわね~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0088", - "masterReleaseLabelId": 323081003 - }, - { - "id": 200801201, - "masterChatId": 2008, - "roomId": 12, - "chapterId": 200801201, - "scriptKey": "2008_12_1", - "title": "鞠莉 9月2023", - "firstLineValue": "鞠莉さんが画像を送信しました", - "noticeValue": "鞠莉さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0076,stamp_00_00000_0088", - "masterReleaseLabelId": 323092106 - }, - { - "id": 200801301, - "masterChatId": 2008, - "roomId": 13, - "chapterId": 200801301, - "scriptKey": "2008_13_1", - "title": "鞠莉 2023ハロウィン", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0060", - "masterReleaseLabelId": 323103148 - }, - { - "id": 200801401, - "masterChatId": 2008, - "roomId": 14, - "chapterId": 200801401, - "scriptKey": "2008_14_1", - "title": "鞠莉 11月2023", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0092", - "masterReleaseLabelId": 323111204 - }, - { - "id": 200801501, - "masterChatId": 2008, - "roomId": 15, - "chapterId": 200801501, - "scriptKey": "2008_15_1", - "title": "鞠莉 Xmas2023", - "firstLineValue": "鞠莉: メリークリスマス♡", - "noticeValue": "鞠莉: メリークリスマス♡", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0060", - "masterReleaseLabelId": 323122424 - }, - { - "id": 200900101, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900101, - "scriptKey": "2009_1_1", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: 今日はAqoursのライブの取材、ありがとう", - "noticeValue": "ルビィ: 今日はAqoursのライブの取材、ありがとう", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0088,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900102, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900102, - "scriptKey": "2009_1_2", - "title": "ルビィ DM", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0088,stamp_00_00000_0090,stamp_00_00000_0094,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900103, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900103, - "scriptKey": "2009_1_3", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: こんにちは!", - "noticeValue": "ルビィ: こんにちは!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200900104, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900104, - "scriptKey": "2009_1_4", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: おまたせ!", - "noticeValue": "ルビィ: おまたせ!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0086,stamp_00_00000_0088,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900105, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900105, - "scriptKey": "2009_1_5", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: ちょっと相談があって……", - "noticeValue": "ルビィ: ちょっと相談があって……", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200900106, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900106, - "scriptKey": "2009_1_6", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: こんにちは!", - "noticeValue": "ルビィ: こんにちは!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049", - "masterReleaseLabelId": 1 - }, - { - "id": 200900107, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900107, - "scriptKey": "2009_1_7", - "title": "ルビィ DM", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 200900108, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900108, - "scriptKey": "2009_1_8", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: こんにちは!", - "noticeValue": "ルビィ: こんにちは!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0083,stamp_00_00000_0084,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900109, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900109, - "scriptKey": "2009_1_9", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: こんばんは", - "noticeValue": "ルビィ: こんばんは", - "appearStampIdList": "stamp_00_00000_0026,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 200900110, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900110, - "scriptKey": "2009_1_10", - "title": "ルビィ DM", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0080,stamp_00_00000_0088,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900111, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900111, - "scriptKey": "2009_1_11", - "title": "ルビィ DM", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0031,stamp_00_00000_0049,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200900112, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900112, - "scriptKey": "2009_1_12", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: こんばんは~", - "noticeValue": "ルビィ: こんばんは~", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200900113, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900113, - "scriptKey": "2009_1_13", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: おはよう!", - "noticeValue": "ルビィ: おはよう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0086,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 200900114, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900114, - "scriptKey": "2009_1_14", - "title": "ルビィ DM", - "firstLineValue": "ルビィ: おはよう!", - "noticeValue": "ルビィ: おはよう!", - "appearStampIdList": "stamp_00_00000_0031,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 200900115, - "masterChatId": 2009, - "roomId": 1, - "chapterId": 200900115, - "scriptKey": "2009_1_15", - "title": "ルビィ DM", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 200900201, - "masterChatId": 2009, - "roomId": 2, - "chapterId": 200900201, - "scriptKey": "2009_2_1", - "title": "ルビィ お誕生日2023", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0032,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 123092102 - }, - { - "id": 200900301, - "masterChatId": 2009, - "roomId": 3, - "chapterId": 200900301, - "scriptKey": "2009_3_1", - "title": "ルビィ お祝い2023", - "firstLineValue": "ルビィ: こんばんは", - "noticeValue": "ルビィ: こんばんは", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0068,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0090,stamp_00_00000_0092,stamp_00_00000_0094,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900401, - "masterChatId": 2009, - "roomId": 16, - "chapterId": 200900401, - "scriptKey": "2009_16_1", - "title": "ルビィ 新年2024", - "firstLineValue": "ルビィ: あけましておめでとう!", - "noticeValue": "ルビィ: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0095,stamp_02_02009_0003", - "masterReleaseLabelId": 324010157 - }, - { - "id": 200900501, - "masterChatId": 2009, - "roomId": 17, - "chapterId": 200900501, - "scriptKey": "2009_17_1", - "title": "ルビィ バレンタイン2024", - "firstLineValue": "ルビィ: ハッピーバレンタイン!", - "noticeValue": "ルビィ: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0088,stamp_00_00000_0093,stamp_02_02009_0003", - "masterReleaseLabelId": 324021451 - }, - { - "id": 200901801, - "masterChatId": 2009, - "roomId": 18, - "chapterId": 200901801, - "scriptKey": "2009_18_1", - "title": "ルビィ ホワイトデー2024", - "firstLineValue": "ルビィさんがスタンプを送信しました", - "noticeValue": "ルビィさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0094,stamp_00_00000_0095,stamp_02_02001_0001", - "masterReleaseLabelId": 324031452 - }, - { - "id": 200900701, - "masterChatId": 2009, - "roomId": 7, - "chapterId": 200900701, - "scriptKey": "2009_7_1", - "title": "ルビィ 4月2023", - "firstLineValue": "ルビィ: あなたがおすすめしてくれたケーキ食べに行ったよー!", - "noticeValue": "ルビィ: あなたがおすすめしてくれたケーキ食べに行ったよー!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0088,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 200900801, - "masterChatId": 2009, - "roomId": 8, - "chapterId": 200900801, - "scriptKey": "2009_8_1", - "title": "ルビィ 5月2023", - "firstLineValue": "ルビィ: ゴールデンウィークどこか遊びに行った?", - "noticeValue": "ルビィ: ゴールデンウィークどこか遊びに行った?", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 200900901, - "masterChatId": 2009, - "roomId": 9, - "chapterId": 200900901, - "scriptKey": "2009_9_1", - "title": "ルビィ 6月2023", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0088", - "masterReleaseLabelId": 323061404 - }, - { - "id": 200901001, - "masterChatId": 2009, - "roomId": 10, - "chapterId": 200901001, - "scriptKey": "2009_10_1", - "title": "ルビィ 7月2023", - "firstLineValue": "ルビィ: ちょっと相談してもいい?", - "noticeValue": "ルビィ: ちょっと相談してもいい?", - "appearStampIdList": "stamp_02_02009_0003", - "masterReleaseLabelId": 323070303 - }, - { - "id": 200901101, - "masterChatId": 2009, - "roomId": 11, - "chapterId": 200901101, - "scriptKey": "2009_11_1", - "title": "ルビィ 夏休み2023", - "firstLineValue": "ルビィ: 明日はいよいよ夏祭りだね!", - "noticeValue": "ルビィ: 明日はいよいよ夏祭りだね!", - "appearStampIdList": "stamp_00_00000_0095", - "masterReleaseLabelId": 323081904 - }, - { - "id": 200901201, - "masterChatId": 2009, - "roomId": 12, - "chapterId": 200901201, - "scriptKey": "2009_12_1", - "title": "ルビィ 9月2023", - "firstLineValue": "ルビィさんが画像を送信しました", - "noticeValue": "ルビィさんが画像を送信しました", - "appearStampIdList": "stamp_02_02009_0003", - "masterReleaseLabelId": 323092403 - }, - { - "id": 200901301, - "masterChatId": 2009, - "roomId": 13, - "chapterId": 200901301, - "scriptKey": "2009_13_1", - "title": "ルビィ 2023ハロウィン", - "firstLineValue": "ルビィ: ハッピーハロウィン♡", - "noticeValue": "ルビィ: ハッピーハロウィン♡", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0038", - "masterReleaseLabelId": 323103149 - }, - { - "id": 200901401, - "masterChatId": 2009, - "roomId": 14, - "chapterId": 200901401, - "scriptKey": "2009_14_1", - "title": "ルビィ 11月2023", - "firstLineValue": "ルビィ: スイートポテトおいしかったね~!", - "noticeValue": "ルビィ: スイートポテトおいしかったね~!", - "appearStampIdList": "stamp_00_00000_0088", - "masterReleaseLabelId": 323110604 - }, - { - "id": 200901501, - "masterChatId": 2009, - "roomId": 15, - "chapterId": 200901501, - "scriptKey": "2009_15_1", - "title": "ルビィ Xmas2023", - "firstLineValue": "ルビィ: どうしよう", - "noticeValue": "ルビィ: どうしよう", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0078", - "masterReleaseLabelId": 323122531 - }, - { - "id": 210100101, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100101, - "scriptKey": "2101_1_1", - "title": "Aqours", - "firstLineValue": "千歌: 千歌だよ!", - "noticeValue": "千歌: 千歌だよ!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0081,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 210100102, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100102, - "scriptKey": "2101_1_2", - "title": "Aqours", - "firstLineValue": "千歌さんがスタンプを送信しました", - "noticeValue": "千歌さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0045,stamp_00_00000_0060,stamp_00_00000_0078,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 210100103, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100103, - "scriptKey": "2101_1_3", - "title": "Aqours", - "firstLineValue": "善子さんがスタンプを送信しました", - "noticeValue": "善子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0088,stamp_02_02004_0005,stamp_02_02006_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 210100104, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100104, - "scriptKey": "2101_1_4", - "title": "Aqours", - "firstLineValue": "果南: みんな、明日のダイビングは10時にうちの前に集合ね!", - "noticeValue": "果南: みんな、明日のダイビングは10時にうちの前に集合ね!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0049,stamp_00_00000_0052,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 210100105, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100105, - "scriptKey": "2101_1_5", - "title": "Aqours", - "firstLineValue": "梨子さんがスタンプを送信しました", - "noticeValue": "梨子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0083,stamp_00_00000_0085,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 210100106, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100106, - "scriptKey": "2101_1_6", - "title": "Aqours", - "firstLineValue": "曜: みんな、お疲れさま! まだ練習やってる?", - "noticeValue": "曜: みんな、お疲れさま! まだ練習やってる?", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0090,stamp_02_02005_0004,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 210100107, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100107, - "scriptKey": "2101_1_7", - "title": "Aqours", - "firstLineValue": "ルビィ: 相談です!", - "noticeValue": "ルビィ: 相談です!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0060,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 210100108, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100108, - "scriptKey": "2101_1_8", - "title": "Aqours", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0038,stamp_00_00000_0086,stamp_00_00000_0088,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 210100109, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100109, - "scriptKey": "2101_1_9", - "title": "Aqours", - "firstLineValue": "ダイヤ: みなさん、テスト勉強は大丈夫ですか?", - "noticeValue": "ダイヤ: みなさん、テスト勉強は大丈夫ですか?", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0045,stamp_00_00000_0050,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 210100110, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100110, - "scriptKey": "2101_1_10", - "title": "Aqours", - "firstLineValue": "鞠莉さんが画像を送信しました", - "noticeValue": "鞠莉さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_02_02004_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 210100111, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100111, - "scriptKey": "2101_1_11", - "title": "Aqours", - "firstLineValue": "ダイヤさんがログインしました", - "noticeValue": "ダイヤさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0037,stamp_02_02005_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 210100112, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100112, - "scriptKey": "2101_1_12", - "title": "Aqours", - "firstLineValue": "ダイヤ: 夜分にすみません", - "noticeValue": "ダイヤ: 夜分にすみません", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_02_02005_0004,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 210100113, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100113, - "scriptKey": "2101_1_13", - "title": "Aqours", - "firstLineValue": "千歌: みんなー!", - "noticeValue": "千歌: みんなー!", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0058,stamp_00_00000_0077,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 210100114, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100114, - "scriptKey": "2101_1_14", - "title": "Aqours", - "firstLineValue": "果南: 曜、そっちはどう?", - "noticeValue": "果南: 曜、そっちはどう?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0048,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0094,stamp_02_02005_0004,stamp_02_02009_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 210100115, - "masterChatId": 2101, - "roomId": 1, - "chapterId": 210100115, - "scriptKey": "2101_1_15", - "title": "Aqours", - "firstLineValue": "鞠莉さんがスタンプを送信しました", - "noticeValue": "鞠莉さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0085,stamp_02_02004_0005,stamp_02_02008_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 210100201, - "masterChatId": 2101, - "roomId": 2, - "chapterId": 210100201, - "scriptKey": "2101_2_1", - "title": "鞠莉 誕生日お祝い 2023①", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0025,stamp_00_00000_0033,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0083,stamp_00_00000_0088,stamp_00_00000_0092", - "masterReleaseLabelId": 123061302 - }, - { - "id": 210100301, - "masterChatId": 2101, - "roomId": 3, - "chapterId": 210100301, - "scriptKey": "2101_3_1", - "title": "鞠莉 誕生日お祝い 2023②", - "firstLineValue": "果南さんが画像を送信しました", - "noticeValue": "果南さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0084", - "masterReleaseLabelId": 123061302 - }, - { - "id": 210100401, - "masterChatId": 2101, - "roomId": 4, - "chapterId": 210100401, - "scriptKey": "2101_4_1", - "title": "Aqours イベント準備2023", - "firstLineValue": "千歌: イベント楽しみ過ぎる", - "noticeValue": "千歌: イベント楽しみ過ぎる", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0079,stamp_00_00000_0081", - "masterReleaseLabelId": 323062007 - }, - { - "id": 210100501, - "masterChatId": 2101, - "roomId": 5, - "chapterId": 210100501, - "scriptKey": "2101_5_1", - "title": "善子 誕生日お祝い 2023①", - "firstLineValue": "千歌: 善子ちゃん、今度の日曜日って用事ある?", - "noticeValue": "千歌: 善子ちゃん、今度の日曜日って用事ある?", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0022,stamp_00_00000_0028,stamp_00_00000_0030,stamp_00_00000_0051,stamp_00_00000_0082,stamp_00_00000_0090", - "masterReleaseLabelId": 123071302 - }, - { - "id": 210100601, - "masterChatId": 2101, - "roomId": 6, - "chapterId": 210100601, - "scriptKey": "2101_6_1", - "title": "善子 誕生日お祝い 2023②", - "firstLineValue": "千歌: 今度の日曜ヒマな人~!", - "noticeValue": "千歌: 今度の日曜ヒマな人~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 123071302 - }, - { - "id": 210100701, - "masterChatId": 2101, - "roomId": 7, - "chapterId": 210100701, - "scriptKey": "2101_7_1", - "title": "千歌 誕生日お祝い 2023①", - "firstLineValue": "梨子: ちょっといいかな?", - "noticeValue": "梨子: ちょっといいかな?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0090,stamp_00_00000_0093", - "masterReleaseLabelId": 123080104 - }, - { - "id": 210100801, - "masterChatId": 2101, - "roomId": 8, - "chapterId": 210100801, - "scriptKey": "2101_8_1", - "title": "千歌 誕生日お祝い 2023②", - "firstLineValue": "千歌: おうち着いた!", - "noticeValue": "千歌: おうち着いた!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0085", - "masterReleaseLabelId": 123080104 - }, - { - "id": 210100901, - "masterChatId": 2101, - "roomId": 9, - "chapterId": 210100901, - "scriptKey": "2101_9_1", - "title": "Aqours 夏2023", - "firstLineValue": "花丸: そうめんあきちゃったずら", - "noticeValue": "花丸: そうめんあきちゃったずら", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0062,stamp_00_00000_0087", - "masterReleaseLabelId": 323081108 - }, - { - "id": 210101001, - "masterChatId": 2101, - "roomId": 10, - "chapterId": 210101001, - "scriptKey": "2101_10_1", - "title": "梨子 誕生日お祝い 2023①", - "firstLineValue": "曜: 梨子ちゃ~ん", - "noticeValue": "曜: 梨子ちゃ~ん", - "appearStampIdList": "stamp_00_00000_0034,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0087,stamp_00_00000_0090,stamp_00_00000_0093", - "masterReleaseLabelId": 123091902 - }, - { - "id": 210101101, - "masterChatId": 2101, - "roomId": 11, - "chapterId": 210101101, - "scriptKey": "2101_11_1", - "title": "梨子 誕生日お祝い 2023②", - "firstLineValue": "梨子: ただいま", - "noticeValue": "梨子: ただいま", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0039,stamp_00_00000_0070,stamp_02_02005_0004", - "masterReleaseLabelId": 123091902 - }, - { - "id": 210101201, - "masterChatId": 2101, - "roomId": 12, - "chapterId": 210101201, - "scriptKey": "2101_12_1", - "title": "Aqours 秋2023", - "firstLineValue": "果南: みんな、さつまいも好き?", - "noticeValue": "果南: みんな、さつまいも好き?", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0092", - "masterReleaseLabelId": 323091906 - }, - { - "id": 210101301, - "masterChatId": 2101, - "roomId": 13, - "chapterId": 210101301, - "scriptKey": "2101_13_1", - "title": "ルビィ 誕生日お祝い 2023①", - "firstLineValue": "花丸: ルビィちゃん、お誕生日おめでとうずら~!", - "noticeValue": "花丸: ルビィちゃん、お誕生日おめでとうずら~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0013,stamp_00_00000_0025,stamp_00_00000_0066,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 123092102 - }, - { - "id": 210101401, - "masterChatId": 2101, - "roomId": 14, - "chapterId": 210101401, - "scriptKey": "2101_14_1", - "title": "ルビィ 誕生日お祝い 2023②", - "firstLineValue": "ルビィさんがログインしました", - "noticeValue": "ルビィさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0084,stamp_00_00000_0090,stamp_02_02009_0003", - "masterReleaseLabelId": 123092102 - }, - { - "id": 210101501, - "masterChatId": 2101, - "roomId": 15, - "chapterId": 210101501, - "scriptKey": "2101_15_1", - "title": "Aqours 10月7日2023", - "firstLineValue": "千歌: みんな、メールで送ったダンスの動画、観てくれた?", - "noticeValue": "千歌: みんな、メールで送ったダンスの動画、観てくれた?", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0089", - "masterReleaseLabelId": 323100704 - }, - { - "id": 210101601, - "masterChatId": 2101, - "roomId": 16, - "chapterId": 210101601, - "scriptKey": "2101_16_1", - "title": "Aqours Half Anniversary", - "firstLineValue": "千歌: 確認です!", - "noticeValue": "千歌: 確認です!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0088", - "masterReleaseLabelId": 323101504 - }, - { - "id": 210101701, - "masterChatId": 2101, - "roomId": 17, - "chapterId": 210101701, - "scriptKey": "2101_17_1", - "title": "Aqours 冬2023", - "firstLineValue": "ダイヤ: みなさん、体調は問題ありませんか?", - "noticeValue": "ダイヤ: みなさん、体調は問題ありませんか?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0019,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0062,stamp_00_00000_0094", - "masterReleaseLabelId": 323122307 - }, - { - "id": 210101801, - "masterChatId": 2101, - "roomId": 18, - "chapterId": 210101801, - "scriptKey": "2101_18_1", - "title": "ダイヤ 誕生日お祝い 2024①", - "firstLineValue": "鞠莉さんがスタンプを送信しました", - "noticeValue": "鞠莉さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0034,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0093,stamp_02_02008_0008", - "masterReleaseLabelId": 124010103 - }, - { - "id": 210101901, - "masterChatId": 2101, - "roomId": 19, - "chapterId": 210101901, - "scriptKey": "2101_19_1", - "title": "ダイヤ 誕生日お祝い 2024②", - "firstLineValue": "千歌: やっほー!", - "noticeValue": "千歌: やっほー!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0037,stamp_02_02005_0004", - "masterReleaseLabelId": 124010103 - }, - { - "id": 210102001, - "masterChatId": 2101, - "roomId": 20, - "chapterId": 210102001, - "scriptKey": "2101_20_1", - "title": "果南 誕生日お祝い 2024①", - "firstLineValue": "鞠莉さんがログインしました", - "noticeValue": "鞠莉さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0023,stamp_00_00000_0077,stamp_02_02008_0008", - "masterReleaseLabelId": 124021002 - }, - { - "id": 210102101, - "masterChatId": 2101, - "roomId": 21, - "chapterId": 210102101, - "scriptKey": "2101_21_1", - "title": "果南 誕生日お祝い 2024②", - "firstLineValue": "果南: パンケーキのレシピの教えてくれたのってキミだったんだね!", - "noticeValue": "果南: パンケーキのレシピの教えてくれたのってキミだったんだね!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_02_02008_0008", - "masterReleaseLabelId": 124021002 - }, - { - "id": 210102201, - "masterChatId": 2101, - "roomId": 22, - "chapterId": 210102201, - "scriptKey": "2101_22_1", - "title": "花丸 誕生日お祝い 2024①", - "firstLineValue": "ルビィ: ねえねえ!", - "noticeValue": "ルビィ: ねえねえ!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0036,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0058,stamp_00_00000_0089", - "masterReleaseLabelId": 124030402 - }, - { - "id": 210102301, - "masterChatId": 2101, - "roomId": 23, - "chapterId": 210102301, - "scriptKey": "2101_23_1", - "title": "花丸 誕生日お祝い 2024②", - "firstLineValue": "花丸: ARとVRのテーマパーク", - "noticeValue": "花丸: ARとVRのテーマパーク", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0087,stamp_02_02008_0008", - "masterReleaseLabelId": 124030402 - }, - { - "id": 210102401, - "masterChatId": 2101, - "roomId": 24, - "chapterId": 210102401, - "scriptKey": "2101_24_1", - "title": "イベント2024", - "firstLineValue": "花丸: き、緊張してきたずら……", - "noticeValue": "花丸: き、緊張してきたずら……", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0076,stamp_00_00000_0087,stamp_02_02006_0007,stamp_02_02009_0003", - "masterReleaseLabelId": 324030802 - }, - { - "id": 210102501, - "masterChatId": 2101, - "roomId": 25, - "chapterId": 210102501, - "scriptKey": "2101_25_1", - "title": "曜 誕生日お祝い 2024①", - "firstLineValue": "千歌: 曜ちゃーーん!! お誕生日おめでとーーー!", - "noticeValue": "千歌: 曜ちゃーーん!! お誕生日おめでとーーー!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0086,stamp_02_02005_0004", - "masterReleaseLabelId": 324031602 - }, - { - "id": 210102601, - "masterChatId": 2101, - "roomId": 26, - "chapterId": 210102601, - "scriptKey": "2101_26_1", - "title": "曜 誕生日お祝い 2024②", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0036,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0086,stamp_02_02005_0004,stamp_02_02008_0008", - "masterReleaseLabelId": 324031602 - }, - { - "id": 210102701, - "masterChatId": 2101, - "roomId": 27, - "chapterId": 210102701, - "scriptKey": "2101_27_1", - "title": "Aqours 春2024", - "firstLineValue": "梨子さんがログインしました", - "noticeValue": "梨子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0024,stamp_00_00000_0040,stamp_00_00000_0041,stamp_00_00000_0050,stamp_00_00000_0081", - "masterReleaseLabelId": 324032302 - }, - { - "id": 300100101, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100101, - "scriptKey": "3001_1_1", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0053,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300100102, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100102, - "scriptKey": "3001_1_2", - "title": "歩夢 DM", - "firstLineValue": "歩夢: こんにちは", - "noticeValue": "歩夢: こんにちは", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0060,stamp_00_00000_0080,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 300100103, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100103, - "scriptKey": "3001_1_3", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300100104, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100104, - "scriptKey": "3001_1_4", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0080,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300100105, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100105, - "scriptKey": "3001_1_5", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがスタンプを送信しました", - "noticeValue": "歩夢さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0083,stamp_00_00000_0091,stamp_03_03001_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 300100106, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100106, - "scriptKey": "3001_1_6", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0031,stamp_00_00000_0046,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300100107, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100107, - "scriptKey": "3001_1_7", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 300100108, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100108, - "scriptKey": "3001_1_8", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがスタンプを送信しました", - "noticeValue": "歩夢さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0059,stamp_03_03001_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 300100109, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100109, - "scriptKey": "3001_1_9", - "title": "歩夢 DM", - "firstLineValue": "歩夢: こんばんは", - "noticeValue": "歩夢: こんばんは", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0021,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300100110, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100110, - "scriptKey": "3001_1_10", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0049", - "masterReleaseLabelId": 1 - }, - { - "id": 300100111, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100111, - "scriptKey": "3001_1_11", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300100112, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100112, - "scriptKey": "3001_1_12", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがスタンプを送信しました", - "noticeValue": "歩夢さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 300100113, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100113, - "scriptKey": "3001_1_13", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300100114, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100114, - "scriptKey": "3001_1_14", - "title": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300100115, - "masterChatId": 3001, - "roomId": 1, - "chapterId": 300100115, - "scriptKey": "3001_1_15", - "title": "歩夢 DM", - "firstLineValue": "歩夢: 今日は1日ありがとう", - "noticeValue": "歩夢: 今日は1日ありがとう", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0035,stamp_00_00000_0037", - "masterReleaseLabelId": 1 - }, - { - "id": 300100301, - "masterChatId": 3001, - "roomId": 3, - "chapterId": 300100301, - "scriptKey": "3001_3_1", - "title": "歩夢 お祝い2023", - "firstLineValue": "歩夢: こんばんは", - "noticeValue": "歩夢: こんばんは", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300100401, - "masterChatId": 3001, - "roomId": 16, - "chapterId": 300100401, - "scriptKey": "3001_16_1", - "title": "歩夢 新年2024", - "firstLineValue": "歩夢: 明けましておめでとう!", - "noticeValue": "歩夢: 明けましておめでとう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0019,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 324010158 - }, - { - "id": 300100501, - "masterChatId": 3001, - "roomId": 17, - "chapterId": 300100501, - "scriptKey": "3001_17_1", - "title": "歩夢 バレンタイン2024", - "firstLineValue": "歩夢: ハッピーバレンタインだね〜!", - "noticeValue": "歩夢: ハッピーバレンタインだね〜!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0038,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 324021452 - }, - { - "id": 300101901, - "masterChatId": 3001, - "roomId": 19, - "chapterId": 300101901, - "scriptKey": "3001_19_1", - "title": "歩夢 ホワイトデー2024", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 324031453 - }, - { - "id": 300100701, - "masterChatId": 3001, - "roomId": 7, - "chapterId": 300100701, - "scriptKey": "3001_7_1", - "title": "歩夢 4月2023", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0040,stamp_00_00000_0081,stamp_00_00000_0090,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300100801, - "masterChatId": 3001, - "roomId": 8, - "chapterId": 300100801, - "scriptKey": "3001_8_1", - "title": "歩夢 5月2023", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300100901, - "masterChatId": 3001, - "roomId": 9, - "chapterId": 300100901, - "scriptKey": "3001_9_1", - "title": "歩夢 6月2023", - "firstLineValue": "歩夢さんがスタンプを送信しました", - "noticeValue": "歩夢さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0057,stamp_00_00000_0079,stamp_03_03001_0001", - "masterReleaseLabelId": 323062403 - }, - { - "id": 300101001, - "masterChatId": 3001, - "roomId": 10, - "chapterId": 300101001, - "scriptKey": "3001_10_1", - "title": "歩夢 7月2023", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0044,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0092", - "masterReleaseLabelId": 323072804 - }, - { - "id": 300101101, - "masterChatId": 3001, - "roomId": 11, - "chapterId": 300101101, - "scriptKey": "3001_11_1", - "title": "歩夢 夏休み2023", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0076", - "masterReleaseLabelId": 323081803 - }, - { - "id": 300101201, - "masterChatId": 3001, - "roomId": 12, - "chapterId": 300101201, - "scriptKey": "3001_12_1", - "title": "歩夢 9月2023", - "firstLineValue": "歩夢: ねえねえ!", - "noticeValue": "歩夢: ねえねえ!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0076", - "masterReleaseLabelId": 323090803 - }, - { - "id": 300101301, - "masterChatId": 3001, - "roomId": 13, - "chapterId": 300101301, - "scriptKey": "3001_13_1", - "title": "歩夢 2023ハロウィン", - "firstLineValue": "歩夢: 今日はハロウィンのお菓子作ったんだ~!", - "noticeValue": "歩夢: 今日はハロウィンのお菓子作ったんだ~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0081,stamp_00_00000_0092", - "masterReleaseLabelId": 323103150 - }, - { - "id": 300101401, - "masterChatId": 3001, - "roomId": 14, - "chapterId": 300101401, - "scriptKey": "3001_14_1", - "title": "歩夢 11月2023", - "firstLineValue": "歩夢: こんばんは!", - "noticeValue": "歩夢: こんばんは!", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0038,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323113003 - }, - { - "id": 300101501, - "masterChatId": 3001, - "roomId": 15, - "chapterId": 300101501, - "scriptKey": "3001_15_1", - "title": "歩夢 Xmas2023", - "firstLineValue": "歩夢: メリークリスマス!", - "noticeValue": "歩夢: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0088", - "masterReleaseLabelId": 323122532 - }, - { - "id": 300101801, - "masterChatId": 3001, - "roomId": 18, - "chapterId": 300101801, - "scriptKey": "3001_18_1", - "title": "歩夢 お誕生日2024", - "firstLineValue": "歩夢さんがログインしました", - "noticeValue": "歩夢さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0081", - "masterReleaseLabelId": 124030103 - }, - { - "id": 300200101, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200101, - "scriptKey": "3002_1_1", - "title": "かすみ DM", - "firstLineValue": "かすみ: 中須かすみです! 取材の件、ありがとうございました!", - "noticeValue": "かすみ: 中須かすみです! 取材の件、ありがとうございました!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 300200102, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200102, - "scriptKey": "3002_1_2", - "title": "かすみ DM", - "firstLineValue": "かすみ: こんにちは!", - "noticeValue": "かすみ: こんにちは!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 300200103, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200103, - "scriptKey": "3002_1_3", - "title": "かすみ DM", - "firstLineValue": "かすみ: 先輩、こんにちは!", - "noticeValue": "かすみ: 先輩、こんにちは!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0054", - "masterReleaseLabelId": 1 - }, - { - "id": 300200104, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200104, - "scriptKey": "3002_1_4", - "title": "かすみ DM", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0026,stamp_00_00000_0059,stamp_00_00000_0087,stamp_00_00000_0088,stamp_03_03002_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 300200105, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200105, - "scriptKey": "3002_1_5", - "title": "かすみ DM", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0024", - "masterReleaseLabelId": 1 - }, - { - "id": 300200106, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200106, - "scriptKey": "3002_1_6", - "title": "かすみ DM", - "firstLineValue": "かすみさんがスタンプを送信しました", - "noticeValue": "かすみさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0024,stamp_00_00000_0025", - "masterReleaseLabelId": 1 - }, - { - "id": 300200107, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200107, - "scriptKey": "3002_1_7", - "title": "かすみ DM", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0079,stamp_03_03002_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 300200108, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200108, - "scriptKey": "3002_1_8", - "title": "かすみ DM", - "firstLineValue": "かすみ: 先輩こんばんはー!", - "noticeValue": "かすみ: 先輩こんばんはー!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0079,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300200109, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200109, - "scriptKey": "3002_1_9", - "title": "かすみ DM", - "firstLineValue": "かすみ: 先輩聞いてくださーい!", - "noticeValue": "かすみ: 先輩聞いてくださーい!", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0052,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300200110, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200110, - "scriptKey": "3002_1_10", - "title": "かすみ DM", - "firstLineValue": "かすみ: せんぱーい!", - "noticeValue": "かすみ: せんぱーい!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0081,stamp_03_03002_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 300200111, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200111, - "scriptKey": "3002_1_11", - "title": "かすみ DM", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0026,stamp_00_00000_0039,stamp_00_00000_0057,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300200112, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200112, - "scriptKey": "3002_1_12", - "title": "かすみ DM", - "firstLineValue": "かすみ: せんぱーーーい!!", - "noticeValue": "かすみ: せんぱーーーい!!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0055", - "masterReleaseLabelId": 1 - }, - { - "id": 300200113, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200113, - "scriptKey": "3002_1_13", - "title": "かすみ DM", - "firstLineValue": "かすみ: こんばんは", - "noticeValue": "かすみ: こんばんは", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0089,stamp_03_03002_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 300200114, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200114, - "scriptKey": "3002_1_14", - "title": "かすみ DM", - "firstLineValue": "かすみ: 今日のライブ、来てくれてありがとうございました!", - "noticeValue": "かすみ: 今日のライブ、来てくれてありがとうございました!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0033,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_03_03002_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 300200115, - "masterChatId": 3002, - "roomId": 1, - "chapterId": 300200115, - "scriptKey": "3002_1_15", - "title": "かすみ DM", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0022,stamp_03_03002_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 300200201, - "masterChatId": 3002, - "roomId": 2, - "chapterId": 300200201, - "scriptKey": "3002_2_1", - "title": "かすみ お誕生日2024", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 124012302 - }, - { - "id": 300200301, - "masterChatId": 3002, - "roomId": 3, - "chapterId": 300200301, - "scriptKey": "3002_3_1", - "title": "かすみ お祝い2023", - "firstLineValue": "かすみ: せんぱーい! お誕生日おめでとうございまーす!", - "noticeValue": "かすみ: せんぱーい! お誕生日おめでとうございまーす!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0034,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300200401, - "masterChatId": 3002, - "roomId": 16, - "chapterId": 300200401, - "scriptKey": "3002_16_1", - "title": "かすみ 新年2024", - "firstLineValue": "かすみ: ハッピーニューイヤー!!", - "noticeValue": "かすみ: ハッピーニューイヤー!!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0092", - "masterReleaseLabelId": 324010159 - }, - { - "id": 300200501, - "masterChatId": 3002, - "roomId": 17, - "chapterId": 300200501, - "scriptKey": "3002_17_1", - "title": "かすみ バレンタイン2024", - "firstLineValue": "かすみ: かすみんクイズー!", - "noticeValue": "かすみ: かすみんクイズー!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0036,stamp_00_00000_0039,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0092", - "masterReleaseLabelId": 324021453 - }, - { - "id": 300201801, - "masterChatId": 3002, - "roomId": 18, - "chapterId": 300201801, - "scriptKey": "3002_18_1", - "title": "かすみ ホワイトデー2024", - "firstLineValue": "かすみ: せんぱーい!!", - "noticeValue": "かすみ: せんぱーい!!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0082", - "masterReleaseLabelId": 324031454 - }, - { - "id": 300200701, - "masterChatId": 3002, - "roomId": 7, - "chapterId": 300200701, - "scriptKey": "3002_7_1", - "title": "かすみ 4月2023", - "firstLineValue": "かすみ: 今日はいいお天気ですね〜!", - "noticeValue": "かすみ: 今日はいいお天気ですね〜!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0045,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0058,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 300200801, - "masterChatId": 3002, - "roomId": 8, - "chapterId": 300200801, - "scriptKey": "3002_8_1", - "title": "かすみ 5月2023", - "firstLineValue": "かすみ: せんぱーい", - "noticeValue": "かすみ: せんぱーい", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0089,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 300200901, - "masterChatId": 3002, - "roomId": 9, - "chapterId": 300200901, - "scriptKey": "3002_9_1", - "title": "かすみ 6月2023", - "firstLineValue": "かすみさんがログインしました", - "noticeValue": "かすみさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 323062603 - }, - { - "id": 300201001, - "masterChatId": 3002, - "roomId": 10, - "chapterId": 300201001, - "scriptKey": "3002_10_1", - "title": "かすみ 7月2023", - "firstLineValue": "かすみ: せんぱーい!", - "noticeValue": "かすみ: せんぱーい!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0092", - "masterReleaseLabelId": 323072702 - }, - { - "id": 300201101, - "masterChatId": 3002, - "roomId": 11, - "chapterId": 300201101, - "scriptKey": "3002_11_1", - "title": "かすみ 夏休み2023", - "firstLineValue": "かすみ: 先輩! プールの写真いっぱい送ってくれて…", - "noticeValue": "かすみ: 先輩! プールの写真いっぱい送ってくれて…", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0015,stamp_00_00000_0079", - "masterReleaseLabelId": 323081404 - }, - { - "id": 300201201, - "masterChatId": 3002, - "roomId": 12, - "chapterId": 300201201, - "scriptKey": "3002_12_1", - "title": "かすみ 9月2023", - "firstLineValue": "かすみ: 夏休み終わっちゃいましたね〜", - "noticeValue": "かすみ: 夏休み終わっちゃいましたね〜", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0017,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0088,stamp_00_00000_0092", - "masterReleaseLabelId": 323090304 - }, - { - "id": 300201301, - "masterChatId": 3002, - "roomId": 13, - "chapterId": 300201301, - "scriptKey": "3002_13_1", - "title": "かすみ 2023ハロウィン", - "firstLineValue": "かすみ: ハッピーハロウィン〜!!", - "noticeValue": "かすみ: ハッピーハロウィン〜!!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0016,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0082", - "masterReleaseLabelId": 323103151 - }, - { - "id": 300201401, - "masterChatId": 3002, - "roomId": 14, - "chapterId": 300201401, - "scriptKey": "3002_14_1", - "title": "かすみ 11月2023", - "firstLineValue": "かすみ: 先輩、こんにちは〜!", - "noticeValue": "かすみ: 先輩、こんにちは〜!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0045,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0093", - "masterReleaseLabelId": 323112004 - }, - { - "id": 300201501, - "masterChatId": 3002, - "roomId": 15, - "chapterId": 300201501, - "scriptKey": "3002_15_1", - "title": "かすみ Xmas2023", - "firstLineValue": "かすみ: メリークリスマス!!", - "noticeValue": "かすみ: メリークリスマス!!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0084", - "masterReleaseLabelId": 323122533 - }, - { - "id": 300300101, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300101, - "scriptKey": "3003_1_1", - "title": "しずく DM", - "firstLineValue": "しずく: こんにちは", - "noticeValue": "しずく: こんにちは", - "appearStampIdList": "stamp_00_00000_0057,stamp_00_00000_0058", - "masterReleaseLabelId": 1 - }, - { - "id": 300300102, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300102, - "scriptKey": "3003_1_2", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0057,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 300300103, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300103, - "scriptKey": "3003_1_3", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 300300104, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300104, - "scriptKey": "3003_1_4", - "title": "しずく DM", - "firstLineValue": "しずく: こんにちは", - "noticeValue": "しずく: こんにちは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0057,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 300300105, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300105, - "scriptKey": "3003_1_5", - "title": "しずく DM", - "firstLineValue": "しずく: こんにちは!", - "noticeValue": "しずく: こんにちは!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0023,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0057,stamp_00_00000_0058", - "masterReleaseLabelId": 1 - }, - { - "id": 300300106, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300106, - "scriptKey": "3003_1_6", - "title": "しずく DM", - "firstLineValue": "しずく: 先輩、こんばんは", - "noticeValue": "しずく: 先輩、こんばんは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0094,stamp_03_03003_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 300300107, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300107, - "scriptKey": "3003_1_7", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0051,stamp_00_00000_0082,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 300300108, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300108, - "scriptKey": "3003_1_8", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0023,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0034,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300300109, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300109, - "scriptKey": "3003_1_9", - "title": "しずく DM", - "firstLineValue": "しずくさんが画像を送信しました", - "noticeValue": "しずくさんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_03_03003_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 300300110, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300110, - "scriptKey": "3003_1_10", - "title": "しずく DM", - "firstLineValue": "しずく: こんにちは", - "noticeValue": "しずく: こんにちは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300300111, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300111, - "scriptKey": "3003_1_11", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0040,stamp_00_00000_0057,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 300300112, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300112, - "scriptKey": "3003_1_12", - "title": "しずく DM", - "firstLineValue": "しずく: 先輩、見てください!", - "noticeValue": "しずく: 先輩、見てください!", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300300113, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300113, - "scriptKey": "3003_1_13", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300300114, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300114, - "scriptKey": "3003_1_14", - "title": "しずく DM", - "firstLineValue": "しずく: 先輩、まだ起きてますか?", - "noticeValue": "しずく: 先輩、まだ起きてますか?", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300300115, - "masterChatId": 3003, - "roomId": 1, - "chapterId": 300300115, - "scriptKey": "3003_1_15", - "title": "しずく DM", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300300301, - "masterChatId": 3003, - "roomId": 3, - "chapterId": 300300301, - "scriptKey": "3003_3_1", - "title": "しずく お祝い2023", - "firstLineValue": "しずく: 先輩、お誕生日おめでとうございます", - "noticeValue": "しずく: 先輩、お誕生日おめでとうございます", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300300401, - "masterChatId": 3003, - "roomId": 16, - "chapterId": 300300401, - "scriptKey": "3003_16_1", - "title": "しずく 新年2024", - "firstLineValue": "しずく: 明けましておめでとうございます!", - "noticeValue": "しずく: 明けましておめでとうございます!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0095", - "masterReleaseLabelId": 324010160 - }, - { - "id": 300300501, - "masterChatId": 3003, - "roomId": 17, - "chapterId": 300300501, - "scriptKey": "3003_17_1", - "title": "しずく バレンタイン2024", - "firstLineValue": "しずく: 先輩、今日ってニジガクに取材にくる日でしたよね?", - "noticeValue": "しずく: 先輩、今日ってニジガクに取材にくる日でしたよね?", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 324021454 - }, - { - "id": 300301801, - "masterChatId": 3003, - "roomId": 18, - "chapterId": 300301801, - "scriptKey": "3003_18_1", - "title": "しずく ホワイトデー2024", - "firstLineValue": "しずく: 先輩、今日は誘ってくれてありがとうございました!", - "noticeValue": "しずく: 先輩、今日は誘ってくれてありがとうございました!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0082", - "masterReleaseLabelId": 324031455 - }, - { - "id": 300300701, - "masterChatId": 3003, - "roomId": 7, - "chapterId": 300300701, - "scriptKey": "3003_7_1", - "title": "しずく 4月2023", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300300801, - "masterChatId": 3003, - "roomId": 8, - "chapterId": 300300801, - "scriptKey": "3003_8_1", - "title": "しずく 5月2023", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 300300901, - "masterChatId": 3003, - "roomId": 9, - "chapterId": 300300901, - "scriptKey": "3003_9_1", - "title": "しずく 6月2023", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0085", - "masterReleaseLabelId": 323062404 - }, - { - "id": 300301001, - "masterChatId": 3003, - "roomId": 10, - "chapterId": 300301001, - "scriptKey": "3003_10_1", - "title": "しずく 7月2023", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0073,stamp_00_00000_0081", - "masterReleaseLabelId": 323072805 - }, - { - "id": 300301101, - "masterChatId": 3003, - "roomId": 11, - "chapterId": 300301101, - "scriptKey": "3003_11_1", - "title": "しずく 夏休み2023", - "firstLineValue": "しずく: 先輩、見てください", - "noticeValue": "しずく: 先輩、見てください", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323082603 - }, - { - "id": 300301201, - "masterChatId": 3003, - "roomId": 12, - "chapterId": 300301201, - "scriptKey": "3003_12_1", - "title": "しずく 9月2023", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0079", - "masterReleaseLabelId": 323090604 - }, - { - "id": 300301301, - "masterChatId": 3003, - "roomId": 13, - "chapterId": 300301301, - "scriptKey": "3003_13_1", - "title": "しずく 2023ハロウィン", - "firstLineValue": "しずく: ハッピーハロウィン!", - "noticeValue": "しずく: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0087", - "masterReleaseLabelId": 323103152 - }, - { - "id": 300301401, - "masterChatId": 3003, - "roomId": 14, - "chapterId": 300301401, - "scriptKey": "3003_14_1", - "title": "しずく 11月2023", - "firstLineValue": "しずくさんがログインしました", - "noticeValue": "しずくさんがログインしました", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0045,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0088", - "masterReleaseLabelId": 323111004 - }, - { - "id": 300301501, - "masterChatId": 3003, - "roomId": 15, - "chapterId": 300301501, - "scriptKey": "3003_15_1", - "title": "しずく Xmas2023", - "firstLineValue": "しずく: メリークリスマス!", - "noticeValue": "しずく: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 323122534 - }, - { - "id": 300400101, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400101, - "scriptKey": "3004_1_1", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 300400102, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400102, - "scriptKey": "3004_1_2", - "title": "果林 DM", - "firstLineValue": "果林: キミが書いた記事を見たわよ", - "noticeValue": "果林: キミが書いた記事を見たわよ", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0022,stamp_03_03004_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 300400103, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400103, - "scriptKey": "3004_1_3", - "title": "果林 DM", - "firstLineValue": "果林: ライブの予定が決まったわ", - "noticeValue": "果林: ライブの予定が決まったわ", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0020,stamp_00_00000_0027,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300400104, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400104, - "scriptKey": "3004_1_4", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0014,stamp_00_00000_0020", - "masterReleaseLabelId": 1 - }, - { - "id": 300400105, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400105, - "scriptKey": "3004_1_5", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0081,stamp_03_03004_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 300400106, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400106, - "scriptKey": "3004_1_6", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0071,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 300400107, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400107, - "scriptKey": "3004_1_7", - "title": "果林 DM", - "firstLineValue": "果林さんが画像を送信しました", - "noticeValue": "果林さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300400108, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400108, - "scriptKey": "3004_1_8", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300400109, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400109, - "scriptKey": "3004_1_9", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300400110, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400110, - "scriptKey": "3004_1_10", - "title": "果林 DM", - "firstLineValue": "果林: こんにちは", - "noticeValue": "果林: こんにちは", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0088,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 300400111, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400111, - "scriptKey": "3004_1_11", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0061,stamp_00_00000_0085,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300400112, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400112, - "scriptKey": "3004_1_12", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0008,stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300400113, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400113, - "scriptKey": "3004_1_13", - "title": "果林 DM", - "firstLineValue": "果林: 自由になったわ", - "noticeValue": "果林: 自由になったわ", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0040,stamp_00_00000_0041,stamp_00_00000_0081,stamp_03_03004_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 300400114, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400114, - "scriptKey": "3004_1_14", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0045,stamp_00_00000_0053,stamp_00_00000_0079,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 300400115, - "masterChatId": 3004, - "roomId": 1, - "chapterId": 300400115, - "scriptKey": "3004_1_15", - "title": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 300400201, - "masterChatId": 3004, - "roomId": 2, - "chapterId": 300400201, - "scriptKey": "3004_2_1", - "title": "果林 お誕生日2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 123062902 - }, - { - "id": 300400301, - "masterChatId": 3004, - "roomId": 3, - "chapterId": 300400301, - "scriptKey": "3004_3_1", - "title": "果林 お祝い2023", - "firstLineValue": "果林: お誕生日おめでとう", - "noticeValue": "果林: お誕生日おめでとう", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0020,stamp_00_00000_0054,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300400401, - "masterChatId": 3004, - "roomId": 16, - "chapterId": 300400401, - "scriptKey": "3004_16_1", - "title": "果林 新年2024", - "firstLineValue": "果林: 明けましておめでとう", - "noticeValue": "果林: 明けましておめでとう", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0040,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 324010161 - }, - { - "id": 300400501, - "masterChatId": 3004, - "roomId": 17, - "chapterId": 300400501, - "scriptKey": "3004_17_1", - "title": "果林 バレンタイン2024", - "firstLineValue": "果林: ハッピーバレンタイン!", - "noticeValue": "果林: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0079", - "masterReleaseLabelId": 324021455 - }, - { - "id": 300401801, - "masterChatId": 3004, - "roomId": 18, - "chapterId": 300401801, - "scriptKey": "3004_18_1", - "title": "果林 ホワイトデー2024", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 324031456 - }, - { - "id": 300400701, - "masterChatId": 3004, - "roomId": 7, - "chapterId": 300400701, - "scriptKey": "3004_7_1", - "title": "果林 4月2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0069,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300400801, - "masterChatId": 3004, - "roomId": 8, - "chapterId": 300400801, - "scriptKey": "3004_8_1", - "title": "果林 5月2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0035,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 300400901, - "masterChatId": 3004, - "roomId": 9, - "chapterId": 300400901, - "scriptKey": "3004_9_1", - "title": "果林 6月2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 323060505 - }, - { - "id": 300401001, - "masterChatId": 3004, - "roomId": 10, - "chapterId": 300401001, - "scriptKey": "3004_10_1", - "title": "果林 7月2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0079", - "masterReleaseLabelId": 323072806 - }, - { - "id": 300401101, - "masterChatId": 3004, - "roomId": 11, - "chapterId": 300401101, - "scriptKey": "3004_11_1", - "title": "果林 夏休み2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0095", - "masterReleaseLabelId": 323082906 - }, - { - "id": 300401201, - "masterChatId": 3004, - "roomId": 12, - "chapterId": 300401201, - "scriptKey": "3004_12_1", - "title": "果林 9月2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0090", - "masterReleaseLabelId": 323090113 - }, - { - "id": 300401301, - "masterChatId": 3004, - "roomId": 13, - "chapterId": 300401301, - "scriptKey": "3004_13_1", - "title": "果林 2023ハロウィン", - "firstLineValue": "果林: ハッピーハロウィン!", - "noticeValue": "果林: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0020,stamp_00_00000_0028,stamp_00_00000_0054,stamp_00_00000_0079,stamp_00_00000_0081", - "masterReleaseLabelId": 323103153 - }, - { - "id": 300401401, - "masterChatId": 3004, - "roomId": 14, - "chapterId": 300401401, - "scriptKey": "3004_14_1", - "title": "果林 11月2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0052,stamp_00_00000_0092", - "masterReleaseLabelId": 323113004 - }, - { - "id": 300401501, - "masterChatId": 3004, - "roomId": 15, - "chapterId": 300401501, - "scriptKey": "3004_15_1", - "title": "果林 Xmas2023", - "firstLineValue": "果林さんがログインしました", - "noticeValue": "果林さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0095", - "masterReleaseLabelId": 323122535 - }, - { - "id": 300500101, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500101, - "scriptKey": "3005_1_1", - "title": "愛 DM", - "firstLineValue": "愛: やっほー宮下愛だよー!", - "noticeValue": "愛: やっほー宮下愛だよー!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300500102, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500102, - "scriptKey": "3005_1_2", - "title": "愛 DM", - "firstLineValue": "愛: やっほー!", - "noticeValue": "愛: やっほー!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0051", - "masterReleaseLabelId": 1 - }, - { - "id": 300500103, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500103, - "scriptKey": "3005_1_3", - "title": "愛 DM", - "firstLineValue": "愛: やっほー!", - "noticeValue": "愛: やっほー!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0030,stamp_00_00000_0035,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0087,stamp_03_03005_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 300500104, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500104, - "scriptKey": "3005_1_4", - "title": "愛 DM", - "firstLineValue": "愛: ねえねえ!", - "noticeValue": "愛: ねえねえ!", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0060,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 300500105, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500105, - "scriptKey": "3005_1_5", - "title": "愛 DM", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0025", - "masterReleaseLabelId": 1 - }, - { - "id": 300500106, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500106, - "scriptKey": "3005_1_6", - "title": "愛 DM", - "firstLineValue": "愛: 聞いて聞いて!", - "noticeValue": "愛: 聞いて聞いて!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0028,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 300500107, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500107, - "scriptKey": "3005_1_7", - "title": "愛 DM", - "firstLineValue": "愛: やっほー", - "noticeValue": "愛: やっほー", - "appearStampIdList": "stamp_00_00000_0029,stamp_03_03005_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 300500108, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500108, - "scriptKey": "3005_1_8", - "title": "愛 DM", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300500109, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500109, - "scriptKey": "3005_1_9", - "title": "愛 DM", - "firstLineValue": "愛: 質問への回答、朝メールで送ったんだけど届いてるかな?", - "noticeValue": "愛: 質問への回答、朝メールで送ったんだけど届いてるかな?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0036,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300500110, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500110, - "scriptKey": "3005_1_10", - "title": "愛 DM", - "firstLineValue": "愛: 聞いて聞いて!", - "noticeValue": "愛: 聞いて聞いて!", - "appearStampIdList": "stamp_00_00000_0033,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300500111, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500111, - "scriptKey": "3005_1_11", - "title": "愛 DM", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0035,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 300500112, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500112, - "scriptKey": "3005_1_12", - "title": "愛 DM", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300500113, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500113, - "scriptKey": "3005_1_13", - "title": "愛 DM", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0029,stamp_00_00000_0041,stamp_00_00000_0081,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 300500114, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500114, - "scriptKey": "3005_1_14", - "title": "愛 DM", - "firstLineValue": "愛: ねえねえ愛さんにお手伝いさせて!", - "noticeValue": "愛: ねえねえ愛さんにお手伝いさせて!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0028,stamp_00_00000_0030,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0089,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300500115, - "masterChatId": 3005, - "roomId": 1, - "chapterId": 300500115, - "scriptKey": "3005_1_15", - "title": "愛 DM", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 300500201, - "masterChatId": 3005, - "roomId": 2, - "chapterId": 300500201, - "scriptKey": "3005_2_1", - "title": "愛 お誕生日2023", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0081", - "masterReleaseLabelId": 123053002 - }, - { - "id": 300500301, - "masterChatId": 3005, - "roomId": 3, - "chapterId": 300500301, - "scriptKey": "3005_3_1", - "title": "愛 お祝い2023", - "firstLineValue": "愛さんがスタンプを送信しました", - "noticeValue": "愛さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0030,stamp_00_00000_0034,stamp_00_00000_0035,stamp_00_00000_0036,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_03_03005_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 300500401, - "masterChatId": 3005, - "roomId": 16, - "chapterId": 300500401, - "scriptKey": "3005_16_1", - "title": "愛 新年2024", - "firstLineValue": "愛: 明けましておめでとー!!", - "noticeValue": "愛: 明けましておめでとー!!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0056,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 324010162 - }, - { - "id": 300500501, - "masterChatId": 3005, - "roomId": 17, - "chapterId": 300500501, - "scriptKey": "3005_17_1", - "title": "愛 バレンタイン2024", - "firstLineValue": "愛: ハッピーバレンタイン!", - "noticeValue": "愛: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0038", - "masterReleaseLabelId": 324021456 - }, - { - "id": 300501801, - "masterChatId": 3005, - "roomId": 18, - "chapterId": 300501801, - "scriptKey": "3005_18_1", - "title": "愛 ホワイトデー2024", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0030,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0081", - "masterReleaseLabelId": 324031457 - }, - { - "id": 300500701, - "masterChatId": 3005, - "roomId": 7, - "chapterId": 300500701, - "scriptKey": "3005_7_1", - "title": "愛 4月2023", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300500801, - "masterChatId": 3005, - "roomId": 8, - "chapterId": 300500801, - "scriptKey": "3005_8_1", - "title": "愛 5月2023", - "firstLineValue": "愛: 大型連休がきたぞ〜〜〜!!", - "noticeValue": "愛: 大型連休がきたぞ〜〜〜!!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0015,stamp_00_00000_0035,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300500901, - "masterChatId": 3005, - "roomId": 9, - "chapterId": 300500901, - "scriptKey": "3005_9_1", - "title": "愛 6月2023", - "firstLineValue": "愛: かわいい傘買っちゃった〜", - "noticeValue": "愛: かわいい傘買っちゃった〜", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0035,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0091", - "masterReleaseLabelId": 323060902 - }, - { - "id": 300501001, - "masterChatId": 3005, - "roomId": 10, - "chapterId": 300501001, - "scriptKey": "3005_10_1", - "title": "愛 7月2023", - "firstLineValue": "愛: 夏がきたぞ〜〜〜!!", - "noticeValue": "愛: 夏がきたぞ〜〜〜!!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0060,stamp_00_00000_0069,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323072009 - }, - { - "id": 300501101, - "masterChatId": 3005, - "roomId": 11, - "chapterId": 300501101, - "scriptKey": "3005_11_1", - "title": "愛 夏休み2023", - "firstLineValue": "愛: ねえねえ、君ってお化け屋敷って大丈夫な人?", - "noticeValue": "愛: ねえねえ、君ってお化け屋敷って大丈夫な人?", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0026,stamp_00_00000_0034,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0092", - "masterReleaseLabelId": 323081004 - }, - { - "id": 300501201, - "masterChatId": 3005, - "roomId": 12, - "chapterId": 300501201, - "scriptKey": "3005_12_1", - "title": "愛 9月2023", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323090114 - }, - { - "id": 300501301, - "masterChatId": 3005, - "roomId": 13, - "chapterId": 300501301, - "scriptKey": "3005_13_1", - "title": "愛 2023ハロウィン", - "firstLineValue": "愛: ハッピーハロウィン!!", - "noticeValue": "愛: ハッピーハロウィン!!", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0052,stamp_00_00000_0081", - "masterReleaseLabelId": 323103154 - }, - { - "id": 300501401, - "masterChatId": 3005, - "roomId": 14, - "chapterId": 300501401, - "scriptKey": "3005_14_1", - "title": "愛 11月2023", - "firstLineValue": "愛: 練習試合見にこない?", - "noticeValue": "愛: 練習試合見にこない?", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0090,stamp_00_00000_0095", - "masterReleaseLabelId": 323112204 - }, - { - "id": 300501501, - "masterChatId": 3005, - "roomId": 15, - "chapterId": 300501501, - "scriptKey": "3005_15_1", - "title": "愛 Xmas2023", - "firstLineValue": "愛: めりくり〜!", - "noticeValue": "愛: めりくり〜!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0058,stamp_00_00000_0079,stamp_00_00000_0092", - "masterReleaseLabelId": 323122536 - }, - { - "id": 300600101, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600101, - "scriptKey": "3006_1_1", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300600102, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600102, - "scriptKey": "3006_1_2", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0030,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300600103, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600103, - "scriptKey": "3006_1_3", - "title": "彼方 DM", - "firstLineValue": "彼方: ごめーん!!!", - "noticeValue": "彼方: ごめーん!!!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0059,stamp_00_00000_0080,stamp_00_00000_0081,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300600104, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600104, - "scriptKey": "3006_1_4", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 300600105, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600105, - "scriptKey": "3006_1_5", - "title": "彼方 DM", - "firstLineValue": "彼方: やっほ~、彼方ちゃんだよ〜", - "noticeValue": "彼方: やっほ~、彼方ちゃんだよ〜", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0010,stamp_00_00000_0013,stamp_00_00000_0036,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 300600106, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600106, - "scriptKey": "3006_1_6", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300600107, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600107, - "scriptKey": "3006_1_7", - "title": "彼方 DM", - "firstLineValue": "彼方: 彼方ちゃんから耳寄りなお知らせでーす!", - "noticeValue": "彼方: 彼方ちゃんから耳寄りなお知らせでーす!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0013,stamp_00_00000_0019,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0040,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0088,stamp_03_03006_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 300600108, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600108, - "scriptKey": "3006_1_8", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0040,stamp_00_00000_0041,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0073,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300600109, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600109, - "scriptKey": "3006_1_9", - "title": "彼方 DM", - "firstLineValue": "彼方: どうしようどうしよう!", - "noticeValue": "彼方: どうしようどうしよう!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0026,stamp_00_00000_0083,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 300600110, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600110, - "scriptKey": "3006_1_10", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300600111, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600111, - "scriptKey": "3006_1_11", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 300600112, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600112, - "scriptKey": "3006_1_12", - "title": "彼方 DM", - "firstLineValue": "彼方: やほやほ〜", - "noticeValue": "彼方: やほやほ〜", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0050,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0093,stamp_03_03006_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 300600113, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600113, - "scriptKey": "3006_1_13", - "title": "彼方 DM", - "firstLineValue": "彼方: あなたが書いてくれた彼方ちゃんの記事見ちゃった!!", - "noticeValue": "彼方: あなたが書いてくれた彼方ちゃんの記事見ちゃった!!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0036,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300600114, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600114, - "scriptKey": "3006_1_14", - "title": "彼方 DM", - "firstLineValue": "彼方: 彼方ちゃんだよ〜", - "noticeValue": "彼方: 彼方ちゃんだよ〜", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0079,stamp_03_03006_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 300600115, - "masterChatId": 3006, - "roomId": 1, - "chapterId": 300600115, - "scriptKey": "3006_1_15", - "title": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300600201, - "masterChatId": 3006, - "roomId": 2, - "chapterId": 300600201, - "scriptKey": "3006_2_1", - "title": "彼方 お誕生日2023", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 123121602 - }, - { - "id": 300600301, - "masterChatId": 3006, - "roomId": 3, - "chapterId": 300600301, - "scriptKey": "3006_3_1", - "title": "彼方 お祝い2023", - "firstLineValue": "彼方: お誕生日おめでと〜〜〜!!", - "noticeValue": "彼方: お誕生日おめでと〜〜〜!!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300600401, - "masterChatId": 3006, - "roomId": 16, - "chapterId": 300600401, - "scriptKey": "3006_16_1", - "title": "彼方 新年2024", - "firstLineValue": "彼方: はっぴーにゅーいや〜!", - "noticeValue": "彼方: はっぴーにゅーいや〜!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0065,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 324010163 - }, - { - "id": 300600501, - "masterChatId": 3006, - "roomId": 17, - "chapterId": 300600501, - "scriptKey": "3006_17_1", - "title": "彼方 バレンタイン2024", - "firstLineValue": "彼方: 今日はバレンタインですよ〜!", - "noticeValue": "彼方: 今日はバレンタインですよ〜!", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0088", - "masterReleaseLabelId": 324021457 - }, - { - "id": 300601801, - "masterChatId": 3006, - "roomId": 18, - "chapterId": 300601801, - "scriptKey": "3006_18_1", - "title": "彼方 ホワイトデー2024", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0020,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 324031458 - }, - { - "id": 300600701, - "masterChatId": 3006, - "roomId": 7, - "chapterId": 300600701, - "scriptKey": "3006_7_1", - "title": "彼方 4月2023", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300600801, - "masterChatId": 3006, - "roomId": 8, - "chapterId": 300600801, - "scriptKey": "3006_8_1", - "title": "彼方 5月2023", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 300600901, - "masterChatId": 3006, - "roomId": 9, - "chapterId": 300600901, - "scriptKey": "3006_9_1", - "title": "彼方 6月2023", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077", - "masterReleaseLabelId": 323061103 - }, - { - "id": 300601001, - "masterChatId": 3006, - "roomId": 10, - "chapterId": 300601001, - "scriptKey": "3006_10_1", - "title": "彼方 7月2023", - "firstLineValue": "彼方: ねえねえ", - "noticeValue": "彼方: ねえねえ", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0061,stamp_00_00000_0073,stamp_00_00000_0088,stamp_00_00000_0091,stamp_00_00000_0095", - "masterReleaseLabelId": 323072111 - }, - { - "id": 300601101, - "masterChatId": 3006, - "roomId": 11, - "chapterId": 300601101, - "scriptKey": "3006_11_1", - "title": "彼方 夏休み2023", - "firstLineValue": "彼方: ねえねえ質問!", - "noticeValue": "彼方: ねえねえ質問!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0088", - "masterReleaseLabelId": 323082604 - }, - { - "id": 300601201, - "masterChatId": 3006, - "roomId": 12, - "chapterId": 300601201, - "scriptKey": "3006_12_1", - "title": "彼方 9月2023", - "firstLineValue": "彼方さんがログインしました", - "noticeValue": "彼方さんがログインしました", - "appearStampIdList": "stamp_00_00000_0044,stamp_00_00000_0056,stamp_00_00000_0065,stamp_00_00000_0068,stamp_00_00000_0076", - "masterReleaseLabelId": 323091503 - }, - { - "id": 300601301, - "masterChatId": 3006, - "roomId": 13, - "chapterId": 300601301, - "scriptKey": "3006_13_1", - "title": "彼方 2023ハロウィン", - "firstLineValue": "彼方: はっぴーはろうぃん〜!", - "noticeValue": "彼方: はっぴーはろうぃん〜!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0036,stamp_00_00000_0056,stamp_00_00000_0081", - "masterReleaseLabelId": 323103155 - }, - { - "id": 300601401, - "masterChatId": 3006, - "roomId": 14, - "chapterId": 300601401, - "scriptKey": "3006_14_1", - "title": "彼方 11月2023", - "firstLineValue": "彼方: お天気サイコー!", - "noticeValue": "彼方: お天気サイコー!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0045,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0087", - "masterReleaseLabelId": 323112804 - }, - { - "id": 300601501, - "masterChatId": 3006, - "roomId": 15, - "chapterId": 300601501, - "scriptKey": "3006_15_1", - "title": "彼方 Xmas2023", - "firstLineValue": "彼方: めりくりー!", - "noticeValue": "彼方: めりくりー!", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0065,stamp_00_00000_0096", - "masterReleaseLabelId": 323122537 - }, - { - "id": 300700101, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700101, - "scriptKey": "3007_1_1", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300700102, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700102, - "scriptKey": "3007_1_2", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: こんにちは!", - "noticeValue": "せつ菜: こんにちは!", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300700103, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700103, - "scriptKey": "3007_1_3", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: こんにちは!", - "noticeValue": "せつ菜: こんにちは!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300700104, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700104, - "scriptKey": "3007_1_4", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 300700105, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700105, - "scriptKey": "3007_1_5", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: ついに行ってしまいました!", - "noticeValue": "せつ菜: ついに行ってしまいました!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300700106, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700106, - "scriptKey": "3007_1_6", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0032,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0082,stamp_03_03007_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 300700107, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700107, - "scriptKey": "3007_1_7", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: こんにちは", - "noticeValue": "せつ菜: こんにちは", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300700108, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700108, - "scriptKey": "3007_1_8", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: 見てください!", - "noticeValue": "せつ菜: 見てください!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 300700109, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700109, - "scriptKey": "3007_1_9", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300700110, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700110, - "scriptKey": "3007_1_10", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんが画像を送信しました", - "noticeValue": "せつ菜さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300700111, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700111, - "scriptKey": "3007_1_11", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300700112, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700112, - "scriptKey": "3007_1_12", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0052,stamp_00_00000_0058,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 300700113, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700113, - "scriptKey": "3007_1_13", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: こんにちは", - "noticeValue": "せつ菜: こんにちは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 300700114, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700114, - "scriptKey": "3007_1_14", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: 見ました!!", - "noticeValue": "せつ菜: 見ました!!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0037,stamp_00_00000_0077,stamp_03_03007_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 300700115, - "masterChatId": 3007, - "roomId": 1, - "chapterId": 300700115, - "scriptKey": "3007_1_15", - "title": "せつ菜 DM", - "firstLineValue": "せつ菜: 今日はありがとうございました!", - "noticeValue": "せつ菜: 今日はありがとうございました!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0068,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 300700201, - "masterChatId": 3007, - "roomId": 2, - "chapterId": 300700201, - "scriptKey": "3007_2_1", - "title": "せつ菜 お誕生日2023", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0084", - "masterReleaseLabelId": 123080802 - }, - { - "id": 300700301, - "masterChatId": 3007, - "roomId": 3, - "chapterId": 300700301, - "scriptKey": "3007_3_1", - "title": "せつ菜 お祝い2023", - "firstLineValue": "せつ菜: お誕生日おめでとうございます!", - "noticeValue": "せつ菜: お誕生日おめでとうございます!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 300700401, - "masterChatId": 3007, - "roomId": 16, - "chapterId": 300700401, - "scriptKey": "3007_16_1", - "title": "せつ菜 新年2024", - "firstLineValue": "せつ菜: 新年あけましておめでとうございます!", - "noticeValue": "せつ菜: 新年あけましておめでとうございます!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0089,stamp_00_00000_0095", - "masterReleaseLabelId": 324010164 - }, - { - "id": 300700501, - "masterChatId": 3007, - "roomId": 17, - "chapterId": 300700501, - "scriptKey": "3007_17_1", - "title": "せつ菜 バレンタイン2024", - "firstLineValue": "せつ菜: こんにちは", - "noticeValue": "せつ菜: こんにちは", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0093", - "masterReleaseLabelId": 324021458 - }, - { - "id": 300701801, - "masterChatId": 3007, - "roomId": 18, - "chapterId": 300701801, - "scriptKey": "3007_18_1", - "title": "せつ菜 ホワイトデー2024", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0051,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0088", - "masterReleaseLabelId": 324031459 - }, - { - "id": 300700701, - "masterChatId": 3007, - "roomId": 7, - "chapterId": 300700701, - "scriptKey": "3007_7_1", - "title": "せつ菜 4月2023", - "firstLineValue": "せつ菜: 少し前まで肌寒かったのに、すっかり温かくなりましたね", - "noticeValue": "せつ菜: 少し前まで肌寒かったのに、すっかり温かくなりましたね", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0076", - "masterReleaseLabelId": 1 - }, - { - "id": 300700801, - "masterChatId": 3007, - "roomId": 8, - "chapterId": 300700801, - "scriptKey": "3007_8_1", - "title": "せつ菜 5月2023", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0036,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300700901, - "masterChatId": 3007, - "roomId": 9, - "chapterId": 300700901, - "scriptKey": "3007_9_1", - "title": "せつ菜 6月2023", - "firstLineValue": "せつ菜さんがログインしました", - "noticeValue": "せつ菜さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 323062703 - }, - { - "id": 300701001, - "masterChatId": 3007, - "roomId": 10, - "chapterId": 300701001, - "scriptKey": "3007_10_1", - "title": "せつ菜 7月2023", - "firstLineValue": "せつ菜: おはようございます!", - "noticeValue": "せつ菜: おはようございます!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0093,stamp_03_03007_0005", - "masterReleaseLabelId": 323072304 - }, - { - "id": 300701101, - "masterChatId": 3007, - "roomId": 11, - "chapterId": 300701101, - "scriptKey": "3007_11_1", - "title": "せつ菜 夏休み2023", - "firstLineValue": "せつ菜: 今日も暑いですね", - "noticeValue": "せつ菜: 今日も暑いですね", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0044,stamp_00_00000_0052,stamp_00_00000_0058,stamp_00_00000_0068", - "masterReleaseLabelId": 323081804 - }, - { - "id": 300701201, - "masterChatId": 3007, - "roomId": 12, - "chapterId": 300701201, - "scriptKey": "3007_12_1", - "title": "せつ菜 9月2023", - "firstLineValue": "せつ菜: 9月だというのに暑いですね", - "noticeValue": "せつ菜: 9月だというのに暑いですね", - "appearStampIdList": "stamp_00_00000_0044,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0090", - "masterReleaseLabelId": 323091703 - }, - { - "id": 300701301, - "masterChatId": 3007, - "roomId": 13, - "chapterId": 300701301, - "scriptKey": "3007_13_1", - "title": "せつ菜 2023ハロウィン", - "firstLineValue": "せつ菜: ハッピーハロウィン!", - "noticeValue": "せつ菜: ハッピーハロウィン!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0013,stamp_00_00000_0029,stamp_00_00000_0034,stamp_00_00000_0038,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0096", - "masterReleaseLabelId": 323103156 - }, - { - "id": 300701401, - "masterChatId": 3007, - "roomId": 14, - "chapterId": 300701401, - "scriptKey": "3007_14_1", - "title": "せつ菜 11月2023", - "firstLineValue": "せつ菜: すっかり肌寒くなってきましたね", - "noticeValue": "せつ菜: すっかり肌寒くなってきましたね", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 323110804 - }, - { - "id": 300701501, - "masterChatId": 3007, - "roomId": 15, - "chapterId": 300701501, - "scriptKey": "3007_15_1", - "title": "せつ菜 Xmas2023", - "firstLineValue": "せつ菜: メリークリスマス!", - "noticeValue": "せつ菜: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 323122538 - }, - { - "id": 300800101, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800101, - "scriptKey": "3008_1_1", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0035,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0077,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300800102, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800102, - "scriptKey": "3008_1_2", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜", - "noticeValue": "エマ: チャオ〜", - "appearStampIdList": "stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300800103, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800103, - "scriptKey": "3008_1_3", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300800104, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800104, - "scriptKey": "3008_1_4", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜!", - "noticeValue": "エマ: チャオ〜!", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0016,stamp_00_00000_0034,stamp_00_00000_0038,stamp_00_00000_0054,stamp_00_00000_0065,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 300800105, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800105, - "scriptKey": "3008_1_5", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜!", - "noticeValue": "エマ: チャオ〜!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0010,stamp_00_00000_0034,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0063,stamp_00_00000_0084,stamp_00_00000_0088,stamp_03_03008_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 300800106, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800106, - "scriptKey": "3008_1_6", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300800107, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800107, - "scriptKey": "3008_1_7", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜!", - "noticeValue": "エマ: チャオ〜!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300800108, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800108, - "scriptKey": "3008_1_8", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0022,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0062,stamp_00_00000_0090,stamp_03_03008_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 300800109, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800109, - "scriptKey": "3008_1_9", - "title": "エマ DM", - "firstLineValue": "エマさんが画像を送信しました", - "noticeValue": "エマさんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0028,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0060,stamp_00_00000_0065", - "masterReleaseLabelId": 1 - }, - { - "id": 300800110, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800110, - "scriptKey": "3008_1_10", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜!", - "noticeValue": "エマ: チャオ〜!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300800111, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800111, - "scriptKey": "3008_1_11", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0065", - "masterReleaseLabelId": 1 - }, - { - "id": 300800112, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800112, - "scriptKey": "3008_1_12", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0035,stamp_00_00000_0050,stamp_00_00000_0058,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300800113, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800113, - "scriptKey": "3008_1_13", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜!", - "noticeValue": "エマ: チャオ〜!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300800114, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800114, - "scriptKey": "3008_1_14", - "title": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0076", - "masterReleaseLabelId": 1 - }, - { - "id": 300800115, - "masterChatId": 3008, - "roomId": 1, - "chapterId": 300800115, - "scriptKey": "3008_1_15", - "title": "エマ DM", - "firstLineValue": "エマ: チャオ〜!", - "noticeValue": "エマ: チャオ〜!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0038,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300800201, - "masterChatId": 3008, - "roomId": 17, - "chapterId": 300800201, - "scriptKey": "3008_17_1", - "title": "エマ お誕生日2024", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0055,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 124020502 - }, - { - "id": 300800301, - "masterChatId": 3008, - "roomId": 3, - "chapterId": 300800301, - "scriptKey": "3008_3_1", - "title": "エマ お祝い2023", - "firstLineValue": "エマ: ハッピーバースデー!", - "noticeValue": "エマ: ハッピーバースデー!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0066,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 300800401, - "masterChatId": 3008, - "roomId": 16, - "chapterId": 300800401, - "scriptKey": "3008_16_1", - "title": "エマ 新年2024", - "firstLineValue": "エマ: 明けましておめでとう〜!", - "noticeValue": "エマ: 明けましておめでとう〜!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0095", - "masterReleaseLabelId": 324010165 - }, - { - "id": 300800501, - "masterChatId": 3008, - "roomId": 18, - "chapterId": 300800501, - "scriptKey": "3008_18_1", - "title": "エマ バレンタイン2024", - "firstLineValue": "エマ: ねえねえ", - "noticeValue": "エマ: ねえねえ", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0058,stamp_00_00000_0091,stamp_00_00000_0095", - "masterReleaseLabelId": 324021459 - }, - { - "id": 300801901, - "masterChatId": 3008, - "roomId": 19, - "chapterId": 300801901, - "scriptKey": "3008_19_1", - "title": "エマ ホワイトデー2024", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 324031460 - }, - { - "id": 300800701, - "masterChatId": 3008, - "roomId": 7, - "chapterId": 300800701, - "scriptKey": "3008_7_1", - "title": "エマ 4月2023", - "firstLineValue": "エマ: ぽかぽかになってきたね〜", - "noticeValue": "エマ: ぽかぽかになってきたね〜", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0088,stamp_03_03008_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 300800801, - "masterChatId": 3008, - "roomId": 8, - "chapterId": 300800801, - "scriptKey": "3008_8_1", - "title": "エマ 5月2023", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0051,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300800901, - "masterChatId": 3008, - "roomId": 9, - "chapterId": 300800901, - "scriptKey": "3008_9_1", - "title": "エマ 6月2023", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0051,stamp_00_00000_0064,stamp_00_00000_0065,stamp_00_00000_0088,stamp_00_00000_0089,stamp_00_00000_0095", - "masterReleaseLabelId": 323061306 - }, - { - "id": 300801001, - "masterChatId": 3008, - "roomId": 10, - "chapterId": 300801001, - "scriptKey": "3008_10_1", - "title": "エマ 7月2023", - "firstLineValue": "エマ: サマーバケーションだね〜!!", - "noticeValue": "エマ: サマーバケーションだね〜!!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0073,stamp_00_00000_0092", - "masterReleaseLabelId": 323072010 - }, - { - "id": 300801101, - "masterChatId": 3008, - "roomId": 11, - "chapterId": 300801101, - "scriptKey": "3008_11_1", - "title": "エマ 夏休み2023", - "firstLineValue": "エマ: 大発見!", - "noticeValue": "エマ: 大発見!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0094", - "masterReleaseLabelId": 323081104 - }, - { - "id": 300801201, - "masterChatId": 3008, - "roomId": 12, - "chapterId": 300801201, - "scriptKey": "3008_12_1", - "title": "エマ 9月2023", - "firstLineValue": "エマ: 台風来ちゃったね〜", - "noticeValue": "エマ: 台風来ちゃったね〜", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0065,stamp_00_00000_0079", - "masterReleaseLabelId": 323092404 - }, - { - "id": 300801301, - "masterChatId": 3008, - "roomId": 13, - "chapterId": 300801301, - "scriptKey": "3008_13_1", - "title": "エマ 2023ハロウィン", - "firstLineValue": "エマ: Happy Halloween!!", - "noticeValue": "エマ: Happy Halloween!!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0021,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088", - "masterReleaseLabelId": 323103157 - }, - { - "id": 300801401, - "masterChatId": 3008, - "roomId": 14, - "chapterId": 300801401, - "scriptKey": "3008_14_1", - "title": "エマ 11月2023", - "firstLineValue": "エマ: 焼き芋パーティーするよ〜〜〜〜!", - "noticeValue": "エマ: 焼き芋パーティーするよ〜〜〜〜!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0013,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0087", - "masterReleaseLabelId": 323112604 - }, - { - "id": 300801501, - "masterChatId": 3008, - "roomId": 15, - "chapterId": 300801501, - "scriptKey": "3008_15_1", - "title": "エマ Xmas2023", - "firstLineValue": "エマ: Merry Christmas!!", - "noticeValue": "エマ: Merry Christmas!!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0089,stamp_00_00000_0096", - "masterReleaseLabelId": 323122539 - }, - { - "id": 300900101, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900101, - "scriptKey": "3009_1_1", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300900102, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900102, - "scriptKey": "3009_1_2", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0088,stamp_00_00000_0093,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300900103, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900103, - "scriptKey": "3009_1_3", - "title": "璃奈 DM", - "firstLineValue": "璃奈: 今日、はんぺんがお仕事してるとこを動画に撮ったよ", - "noticeValue": "璃奈: 今日、はんぺんがお仕事してるとこを動画に撮ったよ", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900104, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900104, - "scriptKey": "3009_1_4", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0011,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0092,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 300900105, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900105, - "scriptKey": "3009_1_5", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0045,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900106, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900106, - "scriptKey": "3009_1_6", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0087,stamp_00_00000_0090,stamp_03_03009_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 300900107, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900107, - "scriptKey": "3009_1_7", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900108, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900108, - "scriptKey": "3009_1_8", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0089,stamp_03_03009_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 300900109, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900109, - "scriptKey": "3009_1_9", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがスタンプを送信しました", - "noticeValue": "璃奈さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0026,stamp_00_00000_0027,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0092,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 300900110, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900110, - "scriptKey": "3009_1_10", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300900111, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900111, - "scriptKey": "3009_1_11", - "title": "璃奈 DM", - "firstLineValue": "璃奈: こんにちは", - "noticeValue": "璃奈: こんにちは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0058,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300900112, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900112, - "scriptKey": "3009_1_12", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900113, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900113, - "scriptKey": "3009_1_13", - "title": "璃奈 DM", - "firstLineValue": "璃奈: 今日のはんぺん", - "noticeValue": "璃奈: 今日のはんぺん", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900114, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900114, - "scriptKey": "3009_1_14", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0089,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 300900115, - "masterChatId": 3009, - "roomId": 1, - "chapterId": 300900115, - "scriptKey": "3009_1_15", - "title": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0015,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0088,stamp_00_00000_0095,stamp_03_03009_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 300900201, - "masterChatId": 3009, - "roomId": 2, - "chapterId": 300900201, - "scriptKey": "3009_2_1", - "title": "璃奈 お誕生日2023", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 123111302 - }, - { - "id": 300900301, - "masterChatId": 3009, - "roomId": 3, - "chapterId": 300900301, - "scriptKey": "3009_3_1", - "title": "璃奈 お祝い2023", - "firstLineValue": "璃奈: お誕生日おめでとう!", - "noticeValue": "璃奈: お誕生日おめでとう!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900401, - "masterChatId": 3009, - "roomId": 16, - "chapterId": 300900401, - "scriptKey": "3009_16_1", - "title": "璃奈 新年2024", - "firstLineValue": "璃奈: 明けましておめでとう", - "noticeValue": "璃奈: 明けましておめでとう", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0069,stamp_00_00000_0095", - "masterReleaseLabelId": 324010166 - }, - { - "id": 300900501, - "masterChatId": 3009, - "roomId": 17, - "chapterId": 300900501, - "scriptKey": "3009_17_1", - "title": "璃奈 バレンタイン2024", - "firstLineValue": "璃奈: 今日、バレンタインだね", - "noticeValue": "璃奈: 今日、バレンタインだね", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0076,stamp_00_00000_0087", - "masterReleaseLabelId": 324021460 - }, - { - "id": 300901801, - "masterChatId": 3009, - "roomId": 18, - "chapterId": 300901801, - "scriptKey": "3009_18_1", - "title": "璃奈 ホワイトデー2024", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0084,stamp_00_00000_0092", - "masterReleaseLabelId": 324031461 - }, - { - "id": 300900701, - "masterChatId": 3009, - "roomId": 7, - "chapterId": 300900701, - "scriptKey": "3009_7_1", - "title": "璃奈 4月2023", - "firstLineValue": "璃奈: 毎日ぽかぽかだね", - "noticeValue": "璃奈: 毎日ぽかぽかだね", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 300900801, - "masterChatId": 3009, - "roomId": 8, - "chapterId": 300900801, - "scriptKey": "3009_8_1", - "title": "璃奈 5月2023", - "firstLineValue": "璃奈: ゴールデンウィーク、忙しい?", - "noticeValue": "璃奈: ゴールデンウィーク、忙しい?", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 300900901, - "masterChatId": 3009, - "roomId": 9, - "chapterId": 300900901, - "scriptKey": "3009_9_1", - "title": "璃奈 6月2023", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 323060805 - }, - { - "id": 300901001, - "masterChatId": 3009, - "roomId": 10, - "chapterId": 300901001, - "scriptKey": "3009_10_1", - "title": "璃奈 7月2023", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0060", - "masterReleaseLabelId": 323072011 - }, - { - "id": 300901101, - "masterChatId": 3009, - "roomId": 11, - "chapterId": 300901101, - "scriptKey": "3009_11_1", - "title": "璃奈 夏休み2023", - "firstLineValue": "璃奈: みんなで海にきてるよ", - "noticeValue": "璃奈: みんなで海にきてるよ", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0069,stamp_00_00000_0073", - "masterReleaseLabelId": 323081105 - }, - { - "id": 300901201, - "masterChatId": 3009, - "roomId": 12, - "chapterId": 300901201, - "scriptKey": "3009_12_1", - "title": "璃奈 9月2023", - "firstLineValue": "璃奈: 秋の連休、一緒にお出かけしない?", - "noticeValue": "璃奈: 秋の連休、一緒にお出かけしない?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0027,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0087", - "masterReleaseLabelId": 323091504 - }, - { - "id": 300901301, - "masterChatId": 3009, - "roomId": 13, - "chapterId": 300901301, - "scriptKey": "3009_13_1", - "title": "璃奈 2023ハロウィン", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0058", - "masterReleaseLabelId": 323103158 - }, - { - "id": 300901401, - "masterChatId": 3009, - "roomId": 14, - "chapterId": 300901401, - "scriptKey": "3009_14_1", - "title": "璃奈 11月2023", - "firstLineValue": "璃奈さんがログインしました", - "noticeValue": "璃奈さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0016,stamp_00_00000_0045,stamp_00_00000_0057,stamp_00_00000_0085,stamp_00_00000_0088,stamp_00_00000_0092", - "masterReleaseLabelId": 323112704 - }, - { - "id": 300901501, - "masterChatId": 3009, - "roomId": 15, - "chapterId": 300901501, - "scriptKey": "3009_15_1", - "title": "璃奈 Xmas2023", - "firstLineValue": "璃奈: メリークリスマス!", - "noticeValue": "璃奈: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0076", - "masterReleaseLabelId": 323122540 - }, - { - "id": 301000101, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000101, - "scriptKey": "3010_1_1", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは", - "noticeValue": "栞子: こんにちは", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 301000102, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000102, - "scriptKey": "3010_1_2", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは", - "noticeValue": "栞子: こんにちは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0058", - "masterReleaseLabelId": 1 - }, - { - "id": 301000103, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000103, - "scriptKey": "3010_1_3", - "title": "栞子 DM", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 301000104, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000104, - "scriptKey": "3010_1_4", - "title": "栞子 DM", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0026,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0078,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 301000105, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000105, - "scriptKey": "3010_1_5", - "title": "栞子 DM", - "firstLineValue": "栞子: 歩夢さん、相談させてください", - "noticeValue": "栞子: 歩夢さん、相談させてください", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0012,stamp_00_00000_0053,stamp_00_00000_0078,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 301000106, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000106, - "scriptKey": "3010_1_6", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは、栞子です", - "noticeValue": "栞子: こんにちは、栞子です", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 301000107, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000107, - "scriptKey": "3010_1_7", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは", - "noticeValue": "栞子: こんにちは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0077,stamp_03_03010_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 301000108, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000108, - "scriptKey": "3010_1_8", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは、栞子です", - "noticeValue": "栞子: こんにちは、栞子です", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 301000109, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000109, - "scriptKey": "3010_1_9", - "title": "栞子 DM", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0091,stamp_03_03010_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 301000110, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000110, - "scriptKey": "3010_1_10", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは!", - "noticeValue": "栞子: こんにちは!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0062,stamp_00_00000_0090,stamp_00_00000_0094,stamp_03_03010_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 301000111, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000111, - "scriptKey": "3010_1_11", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは、栞子です", - "noticeValue": "栞子: こんにちは、栞子です", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0034,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 301000112, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000112, - "scriptKey": "3010_1_12", - "title": "栞子 DM", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0015,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 301000113, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000113, - "scriptKey": "3010_1_13", - "title": "栞子 DM", - "firstLineValue": "栞子: こんにちは、栞子です", - "noticeValue": "栞子: こんにちは、栞子です", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301000114, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000114, - "scriptKey": "3010_1_14", - "title": "栞子 DM", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0027,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 301000115, - "masterChatId": 3010, - "roomId": 1, - "chapterId": 301000115, - "scriptKey": "3010_1_15", - "title": "栞子 DM", - "firstLineValue": "栞子: こんばんは、栞子です", - "noticeValue": "栞子: こんばんは、栞子です", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 301000201, - "masterChatId": 3010, - "roomId": 2, - "chapterId": 301000201, - "scriptKey": "3010_2_1", - "title": "栞子 お誕生日2023", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0040,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0081", - "masterReleaseLabelId": 123100502 - }, - { - "id": 301000301, - "masterChatId": 3010, - "roomId": 3, - "chapterId": 301000301, - "scriptKey": "3010_3_1", - "title": "栞子 お祝い2023", - "firstLineValue": "栞子: お誕生日おめでとうございます!", - "noticeValue": "栞子: お誕生日おめでとうございます!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301000401, - "masterChatId": 3010, - "roomId": 16, - "chapterId": 301000401, - "scriptKey": "3010_16_1", - "title": "栞子 新年2024", - "firstLineValue": "栞子: 新年明けましておめでとうございます", - "noticeValue": "栞子: 新年明けましておめでとうございます", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0088", - "masterReleaseLabelId": 324010167 - }, - { - "id": 301000501, - "masterChatId": 3010, - "roomId": 17, - "chapterId": 301000501, - "scriptKey": "3010_17_1", - "title": "栞子 バレンタイン2024", - "firstLineValue": "栞子: こんにちは", - "noticeValue": "栞子: こんにちは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0008,stamp_00_00000_0057,stamp_00_00000_0060", - "masterReleaseLabelId": 324021461 - }, - { - "id": 301001801, - "masterChatId": 3010, - "roomId": 18, - "chapterId": 301001801, - "scriptKey": "3010_18_1", - "title": "栞子 ホワイトデー2024", - "firstLineValue": "栞子: 贈り物ありがとうございました!", - "noticeValue": "栞子: 贈り物ありがとうございました!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0012,stamp_00_00000_0034,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0083", - "masterReleaseLabelId": 324031462 - }, - { - "id": 301000701, - "masterChatId": 3010, - "roomId": 7, - "chapterId": 301000701, - "scriptKey": "3010_7_1", - "title": "栞子 4月2023", - "firstLineValue": "栞子: あたたかくなってきましたね", - "noticeValue": "栞子: あたたかくなってきましたね", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301000801, - "masterChatId": 3010, - "roomId": 8, - "chapterId": 301000801, - "scriptKey": "3010_8_1", - "title": "栞子 5月2023", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 301000901, - "masterChatId": 3010, - "roomId": 9, - "chapterId": 301000901, - "scriptKey": "3010_9_1", - "title": "栞子 6月2023", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 323060404 - }, - { - "id": 301001001, - "masterChatId": 3010, - "roomId": 10, - "chapterId": 301001001, - "scriptKey": "3010_10_1", - "title": "栞子 7月2023", - "firstLineValue": "栞子: 姉さんどこですか?", - "noticeValue": "栞子: 姉さんどこですか?", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0012,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323072408 - }, - { - "id": 301001101, - "masterChatId": 3010, - "roomId": 11, - "chapterId": 301001101, - "scriptKey": "3010_11_1", - "title": "栞子 夏休み2023", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0070,stamp_00_00000_0081,stamp_00_00000_0083", - "masterReleaseLabelId": 323081606 - }, - { - "id": 301001201, - "masterChatId": 3010, - "roomId": 12, - "chapterId": 301001201, - "scriptKey": "3010_12_1", - "title": "栞子 9月2023", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 323090804 - }, - { - "id": 301001301, - "masterChatId": 3010, - "roomId": 13, - "chapterId": 301001301, - "scriptKey": "3010_13_1", - "title": "栞子 2023ハロウィン", - "firstLineValue": "栞子さんがログインしました", - "noticeValue": "栞子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 323103159 - }, - { - "id": 301001401, - "masterChatId": 3010, - "roomId": 14, - "chapterId": 301001401, - "scriptKey": "3010_14_1", - "title": "栞子 11月2023", - "firstLineValue": "栞子: 相談させてください!", - "noticeValue": "栞子: 相談させてください!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0083", - "masterReleaseLabelId": 323111503 - }, - { - "id": 301001501, - "masterChatId": 3010, - "roomId": 15, - "chapterId": 301001501, - "scriptKey": "3010_15_1", - "title": "栞子 Xmas2023", - "firstLineValue": "栞子: メリークリスマス!", - "noticeValue": "栞子: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060", - "masterReleaseLabelId": 323122541 - }, - { - "id": 301100101, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100101, - "scriptKey": "3011_1_1", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0050,stamp_00_00000_0090,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 301100102, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100102, - "scriptKey": "3011_1_2", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0028,stamp_00_00000_0037,stamp_00_00000_0048", - "masterReleaseLabelId": 1 - }, - { - "id": 301100103, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100103, - "scriptKey": "3011_1_3", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 301100104, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100104, - "scriptKey": "3011_1_4", - "title": "ミア DM", - "firstLineValue": "ミア: Hi.", - "noticeValue": "ミア: Hi.", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0029,stamp_00_00000_0059,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 301100105, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100105, - "scriptKey": "3011_1_5", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0028,stamp_00_00000_0039,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0078,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 301100106, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100106, - "scriptKey": "3011_1_6", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0034,stamp_00_00000_0052,stamp_03_03011_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 301100107, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100107, - "scriptKey": "3011_1_7", - "title": "ミア DM", - "firstLineValue": "ミア: Hi.", - "noticeValue": "ミア: Hi.", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0028,stamp_00_00000_0050,stamp_03_03011_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 301100108, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100108, - "scriptKey": "3011_1_8", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 301100109, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100109, - "scriptKey": "3011_1_9", - "title": "ミア DM", - "firstLineValue": "ミア: Hi.", - "noticeValue": "ミア: Hi.", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 301100110, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100110, - "scriptKey": "3011_1_10", - "title": "ミア DM", - "firstLineValue": "ミア: やった!", - "noticeValue": "ミア: やった!", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 301100111, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100111, - "scriptKey": "3011_1_11", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 301100112, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100112, - "scriptKey": "3011_1_12", - "title": "ミア DM", - "firstLineValue": "ミア: I’m in seventh heaven!", - "noticeValue": "ミア: I’m in seventh heaven!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0038,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 301100113, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100113, - "scriptKey": "3011_1_13", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0050,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 301100114, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100114, - "scriptKey": "3011_1_14", - "title": "ミア DM", - "firstLineValue": "ミアさんがスタンプを送信しました", - "noticeValue": "ミアさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 301100115, - "masterChatId": 3011, - "roomId": 1, - "chapterId": 301100115, - "scriptKey": "3011_1_15", - "title": "ミア DM", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0024,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 301100201, - "masterChatId": 3011, - "roomId": 2, - "chapterId": 301100201, - "scriptKey": "3011_2_1", - "title": "ミア お誕生日2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0024,stamp_00_00000_0035,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 123120602 - }, - { - "id": 301100301, - "masterChatId": 3011, - "roomId": 3, - "chapterId": 301100301, - "scriptKey": "3011_3_1", - "title": "ミア お祝い2023", - "firstLineValue": "ミア: Happy Birthday my dear friend!!", - "noticeValue": "ミア: Happy Birthday my dear friend!!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0024,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301100401, - "masterChatId": 3011, - "roomId": 16, - "chapterId": 301100401, - "scriptKey": "3011_16_1", - "title": "ミア 新年2024", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0095,stamp_03_03011_0007", - "masterReleaseLabelId": 324010168 - }, - { - "id": 301100501, - "masterChatId": 3011, - "roomId": 17, - "chapterId": 301100501, - "scriptKey": "3011_17_1", - "title": "ミア バレンタイン2024", - "firstLineValue": "ミア: 今日、キミに贈り物をしてるんだ", - "noticeValue": "ミア: 今日、キミに贈り物をしてるんだ", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0019,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0060", - "masterReleaseLabelId": 324021462 - }, - { - "id": 301101801, - "masterChatId": 3011, - "roomId": 18, - "chapterId": 301101801, - "scriptKey": "3011_18_1", - "title": "ミア ホワイトデー2024", - "firstLineValue": "ミア: Hi.", - "noticeValue": "ミア: Hi.", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0038,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0082", - "masterReleaseLabelId": 324031463 - }, - { - "id": 301100701, - "masterChatId": 3011, - "roomId": 7, - "chapterId": 301100701, - "scriptKey": "3011_7_1", - "title": "ミア 4月2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0054", - "masterReleaseLabelId": 1 - }, - { - "id": 301100801, - "masterChatId": 3011, - "roomId": 8, - "chapterId": 301100801, - "scriptKey": "3011_8_1", - "title": "ミア 5月2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 301100901, - "masterChatId": 3011, - "roomId": 9, - "chapterId": 301100901, - "scriptKey": "3011_9_1", - "title": "ミア 6月2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 323062704 - }, - { - "id": 301101001, - "masterChatId": 3011, - "roomId": 10, - "chapterId": 301101001, - "scriptKey": "3011_10_1", - "title": "ミア 7月2023", - "firstLineValue": "ミア: ちょっと聞いてもいい?", - "noticeValue": "ミア: ちょっと聞いてもいい?", - "appearStampIdList": "stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0061", - "masterReleaseLabelId": 323070304 - }, - { - "id": 301101101, - "masterChatId": 3011, - "roomId": 11, - "chapterId": 301101101, - "scriptKey": "3011_11_1", - "title": "ミア 夏休み2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0028,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0081", - "masterReleaseLabelId": 323080603 - }, - { - "id": 301101201, - "masterChatId": 3011, - "roomId": 12, - "chapterId": 301101201, - "scriptKey": "3011_12_1", - "title": "ミア 9月2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0044,stamp_00_00000_0060,stamp_00_00000_0081", - "masterReleaseLabelId": 323091204 - }, - { - "id": 301101301, - "masterChatId": 3011, - "roomId": 13, - "chapterId": 301101301, - "scriptKey": "3011_13_1", - "title": "ミア 2023ハロウィン", - "firstLineValue": "ミア: Happy Halloween!!", - "noticeValue": "ミア: Happy Halloween!!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0017,stamp_00_00000_0030,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 323103160 - }, - { - "id": 301101401, - "masterChatId": 3011, - "roomId": 14, - "chapterId": 301101401, - "scriptKey": "3011_14_1", - "title": "ミア 11月2023", - "firstLineValue": "ミア: 紅葉狩りっていうのに行ってきたよ", - "noticeValue": "ミア: 紅葉狩りっていうのに行ってきたよ", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0023,stamp_00_00000_0057,stamp_00_00000_0081", - "masterReleaseLabelId": 323112405 - }, - { - "id": 301101501, - "masterChatId": 3011, - "roomId": 15, - "chapterId": 301101501, - "scriptKey": "3011_15_1", - "title": "ミア Xmas2023", - "firstLineValue": "ミアさんがログインしました", - "noticeValue": "ミアさんがログインしました", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0060", - "masterReleaseLabelId": 323122542 - }, - { - "id": 301200101, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200101, - "scriptKey": "3012_1_1", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 你好!", - "noticeValue": "嵐珠: 你好!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0079,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 301200102, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200102, - "scriptKey": "3012_1_2", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 你好!", - "noticeValue": "嵐珠: 你好!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0054,stamp_00_00000_0061,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 301200103, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200103, - "scriptKey": "3012_1_3", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 你好!", - "noticeValue": "嵐珠: 你好!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 301200104, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200104, - "scriptKey": "3012_1_4", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 嗨!", - "noticeValue": "嵐珠: 嗨!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0023,stamp_00_00000_0050,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 301200105, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200105, - "scriptKey": "3012_1_5", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0040,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079,stamp_03_03012_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 301200106, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200106, - "scriptKey": "3012_1_6", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 嗨!", - "noticeValue": "嵐珠: 嗨!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0027,stamp_00_00000_0028,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 301200107, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200107, - "scriptKey": "3012_1_7", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 301200108, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200108, - "scriptKey": "3012_1_8", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 嗨!", - "noticeValue": "嵐珠: 嗨!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301200109, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200109, - "scriptKey": "3012_1_9", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: アナタの記事の反響がすごいわ!", - "noticeValue": "嵐珠: アナタの記事の反響がすごいわ!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0084,stamp_03_03012_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 301200110, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200110, - "scriptKey": "3012_1_10", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠さんがスタンプを送信しました", - "noticeValue": "嵐珠さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0025,stamp_00_00000_0059,stamp_00_00000_0083,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 301200111, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200111, - "scriptKey": "3012_1_11", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 聞いて聞いて!", - "noticeValue": "嵐珠: 聞いて聞いて!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 301200112, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200112, - "scriptKey": "3012_1_12", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0053,stamp_00_00000_0071,stamp_00_00000_0087,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301200113, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200113, - "scriptKey": "3012_1_13", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0051,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 301200114, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200114, - "scriptKey": "3012_1_14", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠: 哈囉~!", - "noticeValue": "嵐珠: 哈囉~!", - "appearStampIdList": "stamp_00_00000_0028,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301200115, - "masterChatId": 3012, - "roomId": 1, - "chapterId": 301200115, - "scriptKey": "3012_1_15", - "title": "嵐珠 DM", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 301200201, - "masterChatId": 3012, - "roomId": 18, - "chapterId": 301200201, - "scriptKey": "3012_18_1", - "title": "嵐珠 お誕生日2024", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0034,stamp_00_00000_0050,stamp_00_00000_0066,stamp_00_00000_0090", - "masterReleaseLabelId": 124021502 - }, - { - "id": 301200301, - "masterChatId": 3012, - "roomId": 3, - "chapterId": 301200301, - "scriptKey": "3012_3_1", - "title": "嵐珠 お祝い2023", - "firstLineValue": "嵐珠: アナタ今日お誕生日よね!", - "noticeValue": "嵐珠: アナタ今日お誕生日よね!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0054,stamp_00_00000_0059", - "masterReleaseLabelId": 1 - }, - { - "id": 301200401, - "masterChatId": 3012, - "roomId": 16, - "chapterId": 301200401, - "scriptKey": "3012_16_1", - "title": "嵐珠 新年2024", - "firstLineValue": "嵐珠: 新年快乐!!", - "noticeValue": "嵐珠: 新年快乐!!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0087", - "masterReleaseLabelId": 324010169 - }, - { - "id": 301200501, - "masterChatId": 3012, - "roomId": 17, - "chapterId": 301200501, - "scriptKey": "3012_17_1", - "title": "嵐珠 バレンタイン2024", - "firstLineValue": "嵐珠: 今日はバレンタインよ", - "noticeValue": "嵐珠: 今日はバレンタインよ", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 324021463 - }, - { - "id": 301201901, - "masterChatId": 3012, - "roomId": 19, - "chapterId": 301201901, - "scriptKey": "3012_19_1", - "title": "嵐珠 ホワイトデー2024", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0079", - "masterReleaseLabelId": 324031464 - }, - { - "id": 301200701, - "masterChatId": 3012, - "roomId": 7, - "chapterId": 301200701, - "scriptKey": "3012_7_1", - "title": "嵐珠 4月2023", - "firstLineValue": "嵐珠: お花見に行くわよ!", - "noticeValue": "嵐珠: お花見に行くわよ!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 301200801, - "masterChatId": 3012, - "roomId": 8, - "chapterId": 301200801, - "scriptKey": "3012_8_1", - "title": "嵐珠 5月2023", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 301200901, - "masterChatId": 3012, - "roomId": 9, - "chapterId": 301200901, - "scriptKey": "3012_9_1", - "title": "嵐珠 6月2023", - "firstLineValue": "嵐珠: アナタの記事を読んだわ", - "noticeValue": "嵐珠: アナタの記事を読んだわ", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0060", - "masterReleaseLabelId": 323060704 - }, - { - "id": 301201001, - "masterChatId": 3012, - "roomId": 10, - "chapterId": 301201001, - "scriptKey": "3012_10_1", - "title": "嵐珠 7月2023", - "firstLineValue": "嵐珠: さあ、決めるわよ!!", - "noticeValue": "嵐珠: さあ、決めるわよ!!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0083", - "masterReleaseLabelId": 323072112 - }, - { - "id": 301201101, - "masterChatId": 3012, - "roomId": 11, - "chapterId": 301201101, - "scriptKey": "3012_11_1", - "title": "嵐珠 夏休み2023", - "firstLineValue": "嵐珠: 今日はアナタの学校の近くでお祭りがあったみたいね", - "noticeValue": "嵐珠: 今日はアナタの学校の近くでお祭りがあったみたいね", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323082004 - }, - { - "id": 301201201, - "masterChatId": 3012, - "roomId": 12, - "chapterId": 301201201, - "scriptKey": "3012_12_1", - "title": "嵐珠 9月2023", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0061,stamp_00_00000_0079", - "masterReleaseLabelId": 323090115 - }, - { - "id": 301201301, - "masterChatId": 3012, - "roomId": 13, - "chapterId": 301201301, - "scriptKey": "3012_13_1", - "title": "嵐珠 2023ハロウィン", - "firstLineValue": "嵐珠: 万圣节快乐!!", - "noticeValue": "嵐珠: 万圣节快乐!!", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0045,stamp_00_00000_0051,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0079", - "masterReleaseLabelId": 323103161 - }, - { - "id": 301201401, - "masterChatId": 3012, - "roomId": 14, - "chapterId": 301201401, - "scriptKey": "3012_14_1", - "title": "嵐珠 11月2023", - "firstLineValue": "嵐珠さんがログインしました", - "noticeValue": "嵐珠さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0025,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0082", - "masterReleaseLabelId": 323112406 - }, - { - "id": 301201501, - "masterChatId": 3012, - "roomId": 15, - "chapterId": 301201501, - "scriptKey": "3012_15_1", - "title": "嵐珠 Xmas2023", - "firstLineValue": "嵐珠: 圣诞节快乐!", - "noticeValue": "嵐珠: 圣诞节快乐!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0028,stamp_00_00000_0076,stamp_00_00000_0081,stamp_03_03012_0009", - "masterReleaseLabelId": 323122543 - }, - { - "id": 309900101, - "masterChatId": 3099, - "roomId": 1, - "chapterId": 309900101, - "scriptKey": "3099_1_1", - "title": "侑 夏フェス2023", - "firstLineValue": "侑: 昨日のライブ最高だったね〜〜〜〜!!!", - "noticeValue": "侑: 昨日のライブ最高だったね〜〜〜〜!!!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0019,stamp_00_00000_0040,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0076", - "masterReleaseLabelId": 323082802 - }, - { - "id": 309900201, - "masterChatId": 3099, - "roomId": 2, - "chapterId": 309900201, - "scriptKey": "3099_2_1", - "title": "侑 合同フェス2023", - "firstLineValue": "侑: なんかまだ信じられないんだけど!", - "noticeValue": "侑: なんかまだ信じられないんだけど!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0016,stamp_00_00000_0059,stamp_00_00000_0079,stamp_00_00000_0085", - "masterReleaseLabelId": 323120802 - }, - { - "id": 310100101, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100101, - "scriptKey": "3101_1_1", - "title": "ニジガク", - "firstLineValue": "歩夢: グループちゃんと作れてるかな?", - "noticeValue": "歩夢: グループちゃんと作れてるかな?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0021,stamp_00_00000_0028,stamp_00_00000_0060,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 310100102, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100102, - "scriptKey": "3101_1_2", - "title": "ニジガク", - "firstLineValue": "嵐珠: 你好! みんな!", - "noticeValue": "嵐珠: 你好! みんな!", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0035,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 310100103, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100103, - "scriptKey": "3101_1_3", - "title": "ニジガク", - "firstLineValue": "侑: 聞いて聞いてー!", - "noticeValue": "侑: 聞いて聞いてー!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0028,stamp_00_00000_0035,stamp_00_00000_0036,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 310100104, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100104, - "scriptKey": "3101_1_4", - "title": "ニジガク", - "firstLineValue": "果林: ごめんエマ", - "noticeValue": "果林: ごめんエマ", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0020,stamp_00_00000_0050", - "masterReleaseLabelId": 1 - }, - { - "id": 310100105, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100105, - "scriptKey": "3101_1_5", - "title": "ニジガク", - "firstLineValue": "しずく: 全然なれません!!", - "noticeValue": "しずく: 全然なれません!!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0054", - "masterReleaseLabelId": 1 - }, - { - "id": 310100106, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100106, - "scriptKey": "3101_1_6", - "title": "ニジガク", - "firstLineValue": "彼方さんがスタンプを送信しました", - "noticeValue": "彼方さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0077,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 310100107, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100107, - "scriptKey": "3101_1_7", - "title": "ニジガク", - "firstLineValue": "愛さんがログインしました", - "noticeValue": "愛さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0035,stamp_00_00000_0057,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 310100108, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100108, - "scriptKey": "3101_1_8", - "title": "ニジガク", - "firstLineValue": "璃奈: みんなで遊べるゲーム作ったよ", - "noticeValue": "璃奈: みんなで遊べるゲーム作ったよ", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 310100109, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100109, - "scriptKey": "3101_1_9", - "title": "ニジガク", - "firstLineValue": "ミア: I'm so exhausted.", - "noticeValue": "ミア: I'm so exhausted.", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0028,stamp_00_00000_0041,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 310100110, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100110, - "scriptKey": "3101_1_10", - "title": "ニジガク", - "firstLineValue": "愛: 聞いて聞いてー!", - "noticeValue": "愛: 聞いて聞いてー!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0052,stamp_00_00000_0076,stamp_00_00000_0077,stamp_03_03005_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 310100111, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100111, - "scriptKey": "3101_1_11", - "title": "ニジガク", - "firstLineValue": "かすみ: 助けてくださいー!", - "noticeValue": "かすみ: 助けてくださいー!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0080", - "masterReleaseLabelId": 1 - }, - { - "id": 310100112, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100112, - "scriptKey": "3101_1_12", - "title": "ニジガク", - "firstLineValue": "栞子: みなさん、明日から部活はお休みです", - "noticeValue": "栞子: みなさん、明日から部活はお休みです", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 310100113, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100113, - "scriptKey": "3101_1_13", - "title": "ニジガク", - "firstLineValue": "エマ: 制服のリボンなくしちゃったみたいなの", - "noticeValue": "エマ: 制服のリボンなくしちゃったみたいなの", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 310100114, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100114, - "scriptKey": "3101_1_14", - "title": "ニジガク", - "firstLineValue": "せつ菜: 朗報です!!!", - "noticeValue": "せつ菜: 朗報です!!!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0086", - "masterReleaseLabelId": 1 - }, - { - "id": 310100115, - "masterChatId": 3101, - "roomId": 1, - "chapterId": 310100115, - "scriptKey": "3101_1_15", - "title": "ニジガク", - "firstLineValue": "侑さんがログインしました", - "noticeValue": "侑さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 310100201, - "masterChatId": 3101, - "roomId": 2, - "chapterId": 310100201, - "scriptKey": "3101_2_1", - "title": "ニジガク 春2023", - "firstLineValue": "愛: ねえねえ!", - "noticeValue": "愛: ねえねえ!", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0030,stamp_00_00000_0035,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 310100301, - "masterChatId": 3101, - "roomId": 3, - "chapterId": 310100301, - "scriptKey": "3101_3_1", - "title": "愛 誕生日お祝い 2023①", - "firstLineValue": "璃奈: 明日の準備、みんなどう?", - "noticeValue": "璃奈: 明日の準備、みんなどう?", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0079", - "masterReleaseLabelId": 123053002 - }, - { - "id": 310100401, - "masterChatId": 3101, - "roomId": 4, - "chapterId": 310100401, - "scriptKey": "3101_4_1", - "title": "愛 誕生日お祝い 2023②", - "firstLineValue": "愛: みんな! 今日はありがとう!", - "noticeValue": "愛: みんな! 今日はありがとう!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 123053002 - }, - { - "id": 310100501, - "masterChatId": 3101, - "roomId": 5, - "chapterId": 310100501, - "scriptKey": "3101_5_1", - "title": "ニジガク イベント準備2023", - "firstLineValue": "しずく: みなさん、大変です!", - "noticeValue": "しずく: みなさん、大変です!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0028,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0060", - "masterReleaseLabelId": 323061806 - }, - { - "id": 310100601, - "masterChatId": 3101, - "roomId": 6, - "chapterId": 310100601, - "scriptKey": "3101_6_1", - "title": "果林 誕生日お祝い 2023①", - "firstLineValue": "嵐珠: 果林、まだ起きてる?", - "noticeValue": "嵐珠: 果林、まだ起きてる?", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0040,stamp_00_00000_0054,stamp_00_00000_0075,stamp_00_00000_0079,stamp_00_00000_0083,stamp_03_03006_0002,stamp_03_03012_0009", - "masterReleaseLabelId": 123062902 - }, - { - "id": 310100701, - "masterChatId": 3101, - "roomId": 7, - "chapterId": 310100701, - "scriptKey": "3101_7_1", - "title": "果林 誕生日お祝い 2023②", - "firstLineValue": "果林: 今日のバースデーサプライズありがとう、本当に…", - "noticeValue": "果林: 今日のバースデーサプライズありがとう、本当に…", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0057,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0087,stamp_00_00000_0088", - "masterReleaseLabelId": 123062902 - }, - { - "id": 310100801, - "masterChatId": 3101, - "roomId": 8, - "chapterId": 310100801, - "scriptKey": "3101_8_1", - "title": "ニジガク 夏2023", - "firstLineValue": "嵐珠: 夏の予定を立てたいわ!", - "noticeValue": "嵐珠: 夏の予定を立てたいわ!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0088", - "masterReleaseLabelId": 323071304 - }, - { - "id": 310100901, - "masterChatId": 3101, - "roomId": 9, - "chapterId": 310100901, - "scriptKey": "3101_9_1", - "title": "せつ菜 誕生日お祝い 2023①", - "firstLineValue": "かすみ: みなさーん!", - "noticeValue": "かすみ: みなさーん!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0087,stamp_00_00000_0093,stamp_00_00000_0094", - "masterReleaseLabelId": 123080802 - }, - { - "id": 310101001, - "masterChatId": 3101, - "roomId": 10, - "chapterId": 310101001, - "scriptKey": "3101_10_1", - "title": "せつ菜 誕生日お祝い 2023②", - "firstLineValue": "せつ菜: 今日はありがとうございましたーーー!!!!", - "noticeValue": "せつ菜: 今日はありがとうございましたーーー!!!!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0034,stamp_00_00000_0077,stamp_00_00000_0084,stamp_03_03002_0008", - "masterReleaseLabelId": 123080802 - }, - { - "id": 310101101, - "masterChatId": 3101, - "roomId": 11, - "chapterId": 310101101, - "scriptKey": "3101_11_1", - "title": "ニジガク 夏フェス2023", - "firstLineValue": "侑: 明日のライブ楽しみだね~!", - "noticeValue": "侑: 明日のライブ楽しみだね~!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0033,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0077,stamp_00_00000_0089,stamp_00_00000_0094,stamp_03_03002_0008,stamp_03_03011_0007", - "masterReleaseLabelId": 323082606 - }, - { - "id": 310101201, - "masterChatId": 3101, - "roomId": 12, - "chapterId": 310101201, - "scriptKey": "3101_12_1", - "title": "ニジガク 秋2023", - "firstLineValue": "栞子: 読書会をしませんか?", - "noticeValue": "栞子: 読書会をしませんか?", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_03_03006_0002", - "masterReleaseLabelId": 323091206 - }, - { - "id": 310101301, - "masterChatId": 3101, - "roomId": 13, - "chapterId": 310101301, - "scriptKey": "3101_13_1", - "title": "栞子 誕生日お祝い 2023①", - "firstLineValue": "侑: ねえねえ!", - "noticeValue": "侑: ねえねえ!", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0088,stamp_03_03002_0008", - "masterReleaseLabelId": 123100502 - }, - { - "id": 310101401, - "masterChatId": 3101, - "roomId": 14, - "chapterId": 310101401, - "scriptKey": "3101_14_1", - "title": "栞子 誕生日お祝い 2023②", - "firstLineValue": "愛: やほやほ〜", - "noticeValue": "愛: やほやほ〜", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0079", - "masterReleaseLabelId": 123100502 - }, - { - "id": 310101501, - "masterChatId": 3101, - "roomId": 15, - "chapterId": 310101501, - "scriptKey": "3101_15_1", - "title": "ニジガク Half Anniversary", - "firstLineValue": "侑: そういえば明日って あなたと会ってちょうど半年…", - "noticeValue": "侑: そういえば明日って あなたと会ってちょうど半年…", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0034,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0087", - "masterReleaseLabelId": 323101403 - }, - { - "id": 310101601, - "masterChatId": 3101, - "roomId": 16, - "chapterId": 310101601, - "scriptKey": "3101_16_1", - "title": "璃奈 誕生日お祝い 2023①", - "firstLineValue": "愛: りなりー!", - "noticeValue": "愛: りなりー!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0051,stamp_00_00000_0066,stamp_00_00000_0076,stamp_00_00000_0077,stamp_00_00000_0087,stamp_00_00000_0094,stamp_03_03009_0009", - "masterReleaseLabelId": 123111302 - }, - { - "id": 310101701, - "masterChatId": 3101, - "roomId": 17, - "chapterId": 310101701, - "scriptKey": "3101_17_1", - "title": "璃奈 誕生日お祝い 2023②", - "firstLineValue": "璃奈: 今日はありがとう", - "noticeValue": "璃奈: 今日はありがとう", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0027,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0079", - "masterReleaseLabelId": 123111302 - }, - { - "id": 310101801, - "masterChatId": 3101, - "roomId": 18, - "chapterId": 310101801, - "scriptKey": "3101_18_1", - "title": "ニジガク 11月21日2023", - "firstLineValue": "かすみ: みなさん!", - "noticeValue": "かすみ: みなさん!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0083", - "masterReleaseLabelId": 323112106 - }, - { - "id": 310101901, - "masterChatId": 3101, - "roomId": 19, - "chapterId": 310101901, - "scriptKey": "3101_19_1", - "title": "ミア 誕生日お祝い 2023①", - "firstLineValue": "璃奈: ミアちゃんこれ知ってる?", - "noticeValue": "璃奈: ミアちゃんこれ知ってる?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 123120602 - }, - { - "id": 310102001, - "masterChatId": 3101, - "roomId": 20, - "chapterId": 310102001, - "scriptKey": "3101_20_1", - "title": "ミア 誕生日お祝い 2023②", - "firstLineValue": "ミア: なんか今起きたみたいな気がする", - "noticeValue": "ミア: なんか今起きたみたいな気がする", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0017,stamp_00_00000_0023,stamp_00_00000_0033", - "masterReleaseLabelId": 123120602 - }, - { - "id": 310102101, - "masterChatId": 3101, - "roomId": 21, - "chapterId": 310102101, - "scriptKey": "3101_21_1", - "title": "彼方 誕生日お祝い 2023①", - "firstLineValue": "エマ: ねえねえ、彼方ちゃんのお誕生日、どうやって…", - "noticeValue": "エマ: ねえねえ、彼方ちゃんのお誕生日、どうやって…", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0059,stamp_00_00000_0079,stamp_03_03005_0006,stamp_03_03008_0004", - "masterReleaseLabelId": 123121602 - }, - { - "id": 310102201, - "masterChatId": 3101, - "roomId": 22, - "chapterId": 310102201, - "scriptKey": "3101_22_1", - "title": "彼方 誕生日お祝い 2023②", - "firstLineValue": "彼方: みんな〜〜〜〜", - "noticeValue": "彼方: みんな〜〜〜〜", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0019,stamp_00_00000_0033,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0082,stamp_00_00000_0091,stamp_03_03006_0002", - "masterReleaseLabelId": 123121602 - }, - { - "id": 310102301, - "masterChatId": 3101, - "roomId": 23, - "chapterId": 310102301, - "scriptKey": "3101_23_1", - "title": "ニジガク 私たちのラブソング", - "firstLineValue": "侑: いよいよ明日!", - "noticeValue": "侑: いよいよ明日!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0017,stamp_00_00000_0036,stamp_00_00000_0060,stamp_00_00000_0066,stamp_00_00000_0079,stamp_00_00000_0082,stamp_03_03002_0008", - "masterReleaseLabelId": 323122202 - }, - { - "id": 310102401, - "masterChatId": 3101, - "roomId": 24, - "chapterId": 310102401, - "scriptKey": "3101_24_1", - "title": "ニジガク 冬2023", - "firstLineValue": "嵐珠: 寒いと欲しくなるものを教えて!", - "noticeValue": "嵐珠: 寒いと欲しくなるものを教えて!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0058", - "masterReleaseLabelId": 323122308 - }, - { - "id": 310102501, - "masterChatId": 3101, - "roomId": 25, - "chapterId": 310102501, - "scriptKey": "3101_25_1", - "title": "かすみ 誕生日お祝い 2024①", - "firstLineValue": "かすみ: 先輩と果林先輩にお願いがあるんです!", - "noticeValue": "かすみ: 先輩と果林先輩にお願いがあるんです!", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0033,stamp_00_00000_0091,stamp_03_03002_0008", - "masterReleaseLabelId": 124012302 - }, - { - "id": 310102601, - "masterChatId": 3101, - "roomId": 26, - "chapterId": 310102601, - "scriptKey": "3101_26_1", - "title": "かすみ 誕生日お祝い 2024②", - "firstLineValue": "かすみ: みなさん!", - "noticeValue": "かすみ: みなさん!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0025,stamp_00_00000_0033,stamp_00_00000_0066,stamp_00_00000_0083", - "masterReleaseLabelId": 124012302 - }, - { - "id": 310102701, - "masterChatId": 3101, - "roomId": 27, - "chapterId": 310102701, - "scriptKey": "3101_27_1", - "title": "エマ 誕生日お祝い 2024①", - "firstLineValue": "エマさんがログインしました", - "noticeValue": "エマさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0079,stamp_00_00000_0080,stamp_00_00000_0086,stamp_00_00000_0091", - "masterReleaseLabelId": 124020502 - }, - { - "id": 310102801, - "masterChatId": 3101, - "roomId": 28, - "chapterId": 310102801, - "scriptKey": "3101_28_1", - "title": "エマ 誕生日お祝い 2024②", - "firstLineValue": "エマ: あなたに教えてもらったパン屋さんに行ってきたよ!", - "noticeValue": "エマ: あなたに教えてもらったパン屋さんに行ってきたよ!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0027,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0089", - "masterReleaseLabelId": 124020502 - }, - { - "id": 310102901, - "masterChatId": 3101, - "roomId": 29, - "chapterId": 310102901, - "scriptKey": "3101_29_1", - "title": "嵐珠 誕生日お祝い 2024①", - "firstLineValue": "嵐珠: 今日はランジュの誕生日よ!!!", - "noticeValue": "嵐珠: 今日はランジュの誕生日よ!!!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0066,stamp_03_03008_0004", - "masterReleaseLabelId": 124021502 - }, - { - "id": 310103001, - "masterChatId": 3101, - "roomId": 30, - "chapterId": 310103001, - "scriptKey": "3101_30_1", - "title": "嵐珠 誕生日お祝い 2024②", - "firstLineValue": "嵐珠さんが画像を送信しました", - "noticeValue": "嵐珠さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0079", - "masterReleaseLabelId": 124021502 - }, - { - "id": 310103101, - "masterChatId": 3101, - "roomId": 31, - "chapterId": 310103101, - "scriptKey": "3101_31_1", - "title": "歩夢 誕生日お祝い 2024①", - "firstLineValue": "歩夢: 栞子ちゃん、お願いがあるの……!", - "noticeValue": "歩夢: 栞子ちゃん、お願いがあるの……!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0077,stamp_03_03002_0008,stamp_03_03003_0003", - "masterReleaseLabelId": 124030103 - }, - { - "id": 310103201, - "masterChatId": 3101, - "roomId": 32, - "chapterId": 310103201, - "scriptKey": "3101_32_1", - "title": "歩夢 誕生日お祝い 2024②", - "firstLineValue": "歩夢: 生け花、侑ちゃん すっごく喜んでくれたよ~!", - "noticeValue": "歩夢: 生け花、侑ちゃん すっごく喜んでくれたよ~!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0077,stamp_00_00000_0088", - "masterReleaseLabelId": 124030103 - }, - { - "id": 310103301, - "masterChatId": 3101, - "roomId": 33, - "chapterId": 310103301, - "scriptKey": "3101_33_1", - "title": "しずく 誕生日お祝い 2024①", - "firstLineValue": "せつ菜: しずくさん、よかったら春休みに予定を合わせて一緒に出かけ…", - "noticeValue": "せつ菜: しずくさん、よかったら春休みに予定を合わせて一緒に出かけ…", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0092", - "masterReleaseLabelId": 324031603 - }, - { - "id": 310103401, - "masterChatId": 3101, - "roomId": 34, - "chapterId": 310103401, - "scriptKey": "3101_34_1", - "title": "しずく 誕生日お祝い 2024②", - "firstLineValue": "せつ菜: 見てください!", - "noticeValue": "せつ菜: 見てください!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0085,stamp_00_00000_0086,stamp_00_00000_0088", - "masterReleaseLabelId": 324031603 - }, - { - "id": 400100101, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100101, - "scriptKey": "4001_1_1", - "title": "かのん DM", - "firstLineValue": "かのん: 今日はありがとうございました!", - "noticeValue": "かのん: 今日はありがとうございました!", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0063,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400100102, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100102, - "scriptKey": "4001_1_2", - "title": "かのん DM", - "firstLineValue": "かのん: おはよう!", - "noticeValue": "かのん: おはよう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400100103, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100103, - "scriptKey": "4001_1_3", - "title": "かのん DM", - "firstLineValue": "かのんさんがログインしました", - "noticeValue": "かのんさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0050,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400100104, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100104, - "scriptKey": "4001_1_4", - "title": "かのん DM", - "firstLineValue": "かのん: こんにちは!", - "noticeValue": "かのん: こんにちは!", - "appearStampIdList": "stamp_00_00000_0057,stamp_00_00000_0065,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 400100105, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100105, - "scriptKey": "4001_1_5", - "title": "かのん DM", - "firstLineValue": "かのん: こんにちは!", - "noticeValue": "かのん: こんにちは!", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0090,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400100106, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100106, - "scriptKey": "4001_1_6", - "title": "かのん DM", - "firstLineValue": "かのんさんがログインしました", - "noticeValue": "かのんさんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0030,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400100107, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100107, - "scriptKey": "4001_1_7", - "title": "かのん DM", - "firstLineValue": "かのん: こんばんは!", - "noticeValue": "かのん: こんばんは!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0040,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0085,stamp_04_04001_0002", - "masterReleaseLabelId": 1 - }, - { - "id": 400100108, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100108, - "scriptKey": "4001_1_8", - "title": "かのん DM", - "firstLineValue": "かのんさんがログインしました", - "noticeValue": "かのんさんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400100109, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100109, - "scriptKey": "4001_1_9", - "title": "かのん DM", - "firstLineValue": "かのん: ……起きてる?", - "noticeValue": "かのん: ……起きてる?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0046,stamp_00_00000_0063,stamp_00_00000_0083,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400100110, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100110, - "scriptKey": "4001_1_10", - "title": "かのん DM", - "firstLineValue": "かのん: 聞いて~", - "noticeValue": "かのん: 聞いて~", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0017,stamp_00_00000_0049,stamp_00_00000_0056,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 400100111, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100111, - "scriptKey": "4001_1_11", - "title": "かのん DM", - "firstLineValue": "かのん: 聞いて聞いて!", - "noticeValue": "かのん: 聞いて聞いて!", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400100112, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100112, - "scriptKey": "4001_1_12", - "title": "かのん DM", - "firstLineValue": "かのん: 夜遅くにごめん", - "noticeValue": "かのん: 夜遅くにごめん", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0015,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0075,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400100113, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100113, - "scriptKey": "4001_1_13", - "title": "かのん DM", - "firstLineValue": "かのん: 問題発生……", - "noticeValue": "かのん: 問題発生……", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0059,stamp_00_00000_0080,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400100114, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100114, - "scriptKey": "4001_1_14", - "title": "かのん DM", - "firstLineValue": "かのんさんがログインしました", - "noticeValue": "かのんさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400100115, - "masterChatId": 4001, - "roomId": 1, - "chapterId": 400100115, - "scriptKey": "4001_1_15", - "title": "かのん DM", - "firstLineValue": "かのん: 今日はありがとう!", - "noticeValue": "かのん: 今日はありがとう!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0075,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400100201, - "masterChatId": 4001, - "roomId": 2, - "chapterId": 400100201, - "scriptKey": "4001_2_1", - "title": "かのん お誕生日2023", - "firstLineValue": "かのんさんがログインしました", - "noticeValue": "かのんさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0021,stamp_00_00000_0057,stamp_00_00000_0063,stamp_00_00000_0064,stamp_00_00000_0065,stamp_00_00000_0084,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 400100301, - "masterChatId": 4001, - "roomId": 3, - "chapterId": 400100301, - "scriptKey": "4001_3_1", - "title": "かのん お祝い2023", - "firstLineValue": "かのん: ちょっといいかな?", - "noticeValue": "かのん: ちょっといいかな?", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0089,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400100401, - "masterChatId": 4001, - "roomId": 16, - "chapterId": 400100401, - "scriptKey": "4001_16_1", - "title": "かのん 新年2024", - "firstLineValue": "かのん: あけましておめでとう!", - "noticeValue": "かのん: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0034,stamp_00_00000_0045,stamp_00_00000_0049,stamp_00_00000_0062,stamp_00_00000_0063,stamp_00_00000_0079,stamp_00_00000_0095", - "masterReleaseLabelId": 324010170 - }, - { - "id": 400100501, - "masterChatId": 4001, - "roomId": 17, - "chapterId": 400100501, - "scriptKey": "4001_17_1", - "title": "かのん バレンタイン2024", - "firstLineValue": "かのんさんがスタンプを送信しました", - "noticeValue": "かのんさんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0062,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 324021003 - }, - { - "id": 400101801, - "masterChatId": 4001, - "roomId": 18, - "chapterId": 400101801, - "scriptKey": "4001_18_1", - "title": "かのん ホワイトデー2024", - "firstLineValue": "かのん: こんにちは!", - "noticeValue": "かのん: こんにちは!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0027,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 324031004 - }, - { - "id": 400100701, - "masterChatId": 4001, - "roomId": 7, - "chapterId": 400100701, - "scriptKey": "4001_7_1", - "title": "かのん 4月2023", - "firstLineValue": "かのん: おはよう!", - "noticeValue": "かのん: おはよう!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400100801, - "masterChatId": 4001, - "roomId": 8, - "chapterId": 400100801, - "scriptKey": "4001_8_1", - "title": "かのん 5月2023", - "firstLineValue": "かのん: こんばんは!", - "noticeValue": "かのん: こんばんは!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0046,stamp_04_04001_0002,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400100901, - "masterChatId": 4001, - "roomId": 9, - "chapterId": 400100901, - "scriptKey": "4001_9_1", - "title": "かのん 6月2023", - "firstLineValue": "かのん: Liella!の特集記事、ありがとう!", - "noticeValue": "かのん: Liella!の特集記事、ありがとう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0027,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0085", - "masterReleaseLabelId": 323061004 - }, - { - "id": 400101001, - "masterChatId": 4001, - "roomId": 10, - "chapterId": 400101001, - "scriptKey": "4001_10_1", - "title": "かのん 7月2023", - "firstLineValue": "かのんさんがログインしました", - "noticeValue": "かのんさんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 323072012 - }, - { - "id": 400101101, - "masterChatId": 4001, - "roomId": 11, - "chapterId": 400101101, - "scriptKey": "4001_11_1", - "title": "かのん 夏休み2023", - "firstLineValue": "かのん: 暑い……", - "noticeValue": "かのん: 暑い……", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0044,stamp_00_00000_0051,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 323080104 - }, - { - "id": 400101201, - "masterChatId": 4001, - "roomId": 12, - "chapterId": 400101201, - "scriptKey": "4001_12_1", - "title": "かのん 9月2023", - "firstLineValue": "かのん: こんばんは!", - "noticeValue": "かのん: こんばんは!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 323090116 - }, - { - "id": 400101301, - "masterChatId": 4001, - "roomId": 13, - "chapterId": 400101301, - "scriptKey": "4001_13_1", - "title": "かのん 2023ハロウィン", - "firstLineValue": "かのん: トリックオアトリート!", - "noticeValue": "かのん: トリックオアトリート!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 323102508 - }, - { - "id": 400101401, - "masterChatId": 4001, - "roomId": 14, - "chapterId": 400101401, - "scriptKey": "4001_14_1", - "title": "かのん 11月2023", - "firstLineValue": "かのん: ただいま~!", - "noticeValue": "かのん: ただいま~!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0045,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0094,stamp_04_04001_0002", - "masterReleaseLabelId": 323110109 - }, - { - "id": 400101501, - "masterChatId": 4001, - "roomId": 15, - "chapterId": 400101501, - "scriptKey": "4001_15_1", - "title": "かのん Xmas2023", - "firstLineValue": "かのん: メリークリスマス!", - "noticeValue": "かのん: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 323122303 - }, - { - "id": 400200101, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200101, - "scriptKey": "4002_1_1", - "title": "可可 DM", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0087,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400200102, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200102, - "scriptKey": "4002_1_2", - "title": "可可 DM", - "firstLineValue": "可可: おはようございマス!", - "noticeValue": "可可: おはようございマス!", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400200103, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200103, - "scriptKey": "4002_1_3", - "title": "可可 DM", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400200104, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200104, - "scriptKey": "4002_1_4", - "title": "可可 DM", - "firstLineValue": "可可: 聞いてクダサイ!", - "noticeValue": "可可: 聞いてクダサイ!", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0017,stamp_00_00000_0071,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400200105, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200105, - "scriptKey": "4002_1_5", - "title": "可可 DM", - "firstLineValue": "可可: 先日は取り乱してしまい、話の途中で申し訳ありマセンでした", - "noticeValue": "可可: 先日は取り乱してしまい、話の途中で申し訳ありマセンでした", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0024,stamp_00_00000_0052,stamp_00_00000_0081,stamp_04_04002_0003", - "masterReleaseLabelId": 1 - }, - { - "id": 400200106, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200106, - "scriptKey": "4002_1_6", - "title": "可可 DM", - "firstLineValue": "可可: 大ニュースデス!", - "noticeValue": "可可: 大ニュースデス!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0034,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 400200107, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200107, - "scriptKey": "4002_1_7", - "title": "可可 DM", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0082,stamp_00_00000_0083,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400200108, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200108, - "scriptKey": "4002_1_8", - "title": "可可 DM", - "firstLineValue": "可可: ちょっと聞きたいのデスが", - "noticeValue": "可可: ちょっと聞きたいのデスが", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0062,stamp_00_00000_0091,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400200109, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200109, - "scriptKey": "4002_1_9", - "title": "可可 DM", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0071,stamp_00_00000_0078,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 400200110, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200110, - "scriptKey": "4002_1_10", - "title": "可可 DM", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0087,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400200111, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200111, - "scriptKey": "4002_1_11", - "title": "可可 DM", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0071,stamp_00_00000_0084,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 400200112, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200112, - "scriptKey": "4002_1_12", - "title": "可可 DM", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0045,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0062,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 400200113, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200113, - "scriptKey": "4002_1_13", - "title": "可可 DM", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0077,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400200114, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200114, - "scriptKey": "4002_1_14", - "title": "可可 DM", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400200115, - "masterChatId": 4002, - "roomId": 1, - "chapterId": 400200115, - "scriptKey": "4002_1_15", - "title": "可可 DM", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0087,stamp_00_00000_0088,stamp_00_00000_0093,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400200201, - "masterChatId": 4002, - "roomId": 2, - "chapterId": 400200201, - "scriptKey": "4002_2_1", - "title": "可可 お誕生日2023", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0044,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0066,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0095", - "masterReleaseLabelId": 123071702 - }, - { - "id": 400200301, - "masterChatId": 4002, - "roomId": 3, - "chapterId": 400200301, - "scriptKey": "4002_3_1", - "title": "可可 お祝い2023", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400200401, - "masterChatId": 4002, - "roomId": 16, - "chapterId": 400200401, - "scriptKey": "4002_16_1", - "title": "可可 新年2024", - "firstLineValue": "可可: あけましておめでとうございマス!", - "noticeValue": "可可: あけましておめでとうございマス!", - "appearStampIdList": "stamp_00_00000_0020,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0089", - "masterReleaseLabelId": 324010171 - }, - { - "id": 400200501, - "masterChatId": 4002, - "roomId": 17, - "chapterId": 400200501, - "scriptKey": "4002_17_1", - "title": "可可 バレンタイン2024", - "firstLineValue": "可可: ハッピーバレンタイン!", - "noticeValue": "可可: ハッピーバレンタイン!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 324021464 - }, - { - "id": 400201801, - "masterChatId": 4002, - "roomId": 18, - "chapterId": 400201801, - "scriptKey": "4002_18_1", - "title": "可可 ホワイトデー2024", - "firstLineValue": "可可: こんばんは~", - "noticeValue": "可可: こんばんは~", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 324031103 - }, - { - "id": 400200701, - "masterChatId": 4002, - "roomId": 7, - "chapterId": 400200701, - "scriptKey": "4002_7_1", - "title": "可可 4月2023", - "firstLineValue": "可可さんが画像を送信しました", - "noticeValue": "可可さんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 400200801, - "masterChatId": 4002, - "roomId": 8, - "chapterId": 400200801, - "scriptKey": "4002_8_1", - "title": "可可 5月2023", - "firstLineValue": "可可: こんばんは~", - "noticeValue": "可可: こんばんは~", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0036,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400200901, - "masterChatId": 4002, - "roomId": 9, - "chapterId": 400200901, - "scriptKey": "4002_9_1", - "title": "可可 6月2023", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0088,stamp_04_04002_0003", - "masterReleaseLabelId": 323060102 - }, - { - "id": 400201001, - "masterChatId": 4002, - "roomId": 10, - "chapterId": 400201001, - "scriptKey": "4002_10_1", - "title": "可可 7月2023", - "firstLineValue": "可可: はじまりマス!", - "noticeValue": "可可: はじまりマス!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0055,stamp_00_00000_0073,stamp_00_00000_0076,stamp_00_00000_0084", - "masterReleaseLabelId": 323072013 - }, - { - "id": 400201101, - "masterChatId": 4002, - "roomId": 11, - "chapterId": 400201101, - "scriptKey": "4002_11_1", - "title": "可可 夏休み2023", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0015,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 323082404 - }, - { - "id": 400201201, - "masterChatId": 4002, - "roomId": 12, - "chapterId": 400201201, - "scriptKey": "4002_12_1", - "title": "可可 9月2023", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0023,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0032,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323091404 - }, - { - "id": 400201301, - "masterChatId": 4002, - "roomId": 13, - "chapterId": 400201301, - "scriptKey": "4002_13_1", - "title": "可可 2023ハロウィン", - "firstLineValue": "可可: トリックオアトリート!", - "noticeValue": "可可: トリックオアトリート!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0095", - "masterReleaseLabelId": 323102509 - }, - { - "id": 400201401, - "masterChatId": 4002, - "roomId": 14, - "chapterId": 400201401, - "scriptKey": "4002_14_1", - "title": "可可 11月2023", - "firstLineValue": "可可: こんばんは~", - "noticeValue": "可可: こんばんは~", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0045,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0095", - "masterReleaseLabelId": 323110110 - }, - { - "id": 400201501, - "masterChatId": 4002, - "roomId": 15, - "chapterId": 400201501, - "scriptKey": "4002_15_1", - "title": "可可 Xmas2023", - "firstLineValue": "可可: メリークリスマス!", - "noticeValue": "可可: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0084", - "masterReleaseLabelId": 323122544 - }, - { - "id": 400300101, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300101, - "scriptKey": "4003_1_1", - "title": "千砂都 DM", - "firstLineValue": "千砂都: うぃっす~", - "noticeValue": "千砂都: うぃっす~", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0050,stamp_00_00000_0064,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400300102, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300102, - "scriptKey": "4003_1_2", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0030,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400300103, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300103, - "scriptKey": "4003_1_3", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0077", - "masterReleaseLabelId": 1 - }, - { - "id": 400300104, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300104, - "scriptKey": "4003_1_4", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0084,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300105, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300105, - "scriptKey": "4003_1_5", - "title": "千砂都 DM", - "firstLineValue": "千砂都: うぃっす~!", - "noticeValue": "千砂都: うぃっす~!", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0081,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300106, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300106, - "scriptKey": "4003_1_6", - "title": "千砂都 DM", - "firstLineValue": "千砂都: うぃっす~!", - "noticeValue": "千砂都: うぃっす~!", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400300107, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300107, - "scriptKey": "4003_1_7", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400300108, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300108, - "scriptKey": "4003_1_8", - "title": "千砂都 DM", - "firstLineValue": "千砂都: ねえ、外見てみて!", - "noticeValue": "千砂都: ねえ、外見てみて!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0056,stamp_00_00000_0063,stamp_00_00000_0090,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300109, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300109, - "scriptKey": "4003_1_9", - "title": "千砂都 DM", - "firstLineValue": "千砂都: 聞いて~!", - "noticeValue": "千砂都: 聞いて~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0059,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 400300110, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300110, - "scriptKey": "4003_1_10", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがスタンプを送信しました", - "noticeValue": "千砂都さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0015,stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0036,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400300111, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300111, - "scriptKey": "4003_1_11", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがスタンプを送信しました", - "noticeValue": "千砂都さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0014,stamp_00_00000_0016", - "masterReleaseLabelId": 1 - }, - { - "id": 400300112, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300112, - "scriptKey": "4003_1_12", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがスタンプを送信しました", - "noticeValue": "千砂都さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0081,stamp_00_00000_0091,stamp_00_00000_0094,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300113, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300113, - "scriptKey": "4003_1_13", - "title": "千砂都 DM", - "firstLineValue": "千砂都: やったよ~!", - "noticeValue": "千砂都: やったよ~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 400300114, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300114, - "scriptKey": "4003_1_14", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0085,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300115, - "masterChatId": 4003, - "roomId": 1, - "chapterId": 400300115, - "scriptKey": "4003_1_15", - "title": "千砂都 DM", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0009,stamp_00_00000_0060,stamp_00_00000_0065,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300201, - "masterChatId": 4003, - "roomId": 18, - "chapterId": 400300201, - "scriptKey": "4003_18_1", - "title": "千砂都 お誕生日2024", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0030,stamp_00_00000_0034,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0064,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0095,stamp_04_04003_0004", - "masterReleaseLabelId": 124022502 - }, - { - "id": 400300301, - "masterChatId": 4003, - "roomId": 3, - "chapterId": 400300301, - "scriptKey": "4003_3_1", - "title": "千砂都 お祝い2023", - "firstLineValue": "千砂都: ういっすー!", - "noticeValue": "千砂都: ういっすー!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0021,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0064,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0095,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300401, - "masterChatId": 4003, - "roomId": 16, - "chapterId": 400300401, - "scriptKey": "4003_16_1", - "title": "千砂都 新年2024", - "firstLineValue": "千砂都: うぃっす~!", - "noticeValue": "千砂都: うぃっす~!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0048,stamp_00_00000_0064,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0094,stamp_00_00000_0095,stamp_04_04003_0004", - "masterReleaseLabelId": 324010172 - }, - { - "id": 400300501, - "masterChatId": 4003, - "roomId": 17, - "chapterId": 400300501, - "scriptKey": "4003_17_1", - "title": "千砂都 バレンタイン2024", - "firstLineValue": "千砂都: うぃっす~!", - "noticeValue": "千砂都: うぃっす~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0092,stamp_04_04003_0004", - "masterReleaseLabelId": 324020903 - }, - { - "id": 400301901, - "masterChatId": 4003, - "roomId": 19, - "chapterId": 400301901, - "scriptKey": "4003_19_1", - "title": "千砂都 ホワイトデー2024", - "firstLineValue": "千砂都: ハッピーホワイトデー!", - "noticeValue": "千砂都: ハッピーホワイトデー!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0081,stamp_04_04003_0004", - "masterReleaseLabelId": 324031465 - }, - { - "id": 400300701, - "masterChatId": 4003, - "roomId": 7, - "chapterId": 400300701, - "scriptKey": "4003_7_1", - "title": "千砂都 4月2023", - "firstLineValue": "千砂都: おはよ~!", - "noticeValue": "千砂都: おはよ~!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 400300801, - "masterChatId": 4003, - "roomId": 8, - "chapterId": 400300801, - "scriptKey": "4003_8_1", - "title": "千砂都 5月2023", - "firstLineValue": "千砂都: ういっす~!", - "noticeValue": "千砂都: ういっす~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0054,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 400300901, - "masterChatId": 4003, - "roomId": 9, - "chapterId": 400300901, - "scriptKey": "4003_9_1", - "title": "千砂都 6月2023", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0088,stamp_04_04003_0004", - "masterReleaseLabelId": 323061104 - }, - { - "id": 400301001, - "masterChatId": 4003, - "roomId": 10, - "chapterId": 400301001, - "scriptKey": "4003_10_1", - "title": "千砂都 7月2023", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0056,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 323071804 - }, - { - "id": 400301101, - "masterChatId": 4003, - "roomId": 11, - "chapterId": 400301101, - "scriptKey": "4003_11_1", - "title": "千砂都 夏休み2023", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0082,stamp_00_00000_0088,stamp_04_04003_0004", - "masterReleaseLabelId": 323081106 - }, - { - "id": 400301201, - "masterChatId": 4003, - "roomId": 12, - "chapterId": 400301201, - "scriptKey": "4003_12_1", - "title": "千砂都 9月2023", - "firstLineValue": "千砂都: うぃっす~!", - "noticeValue": "千砂都: うぃっす~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0062,stamp_00_00000_0069,stamp_00_00000_0081,stamp_00_00000_0085", - "masterReleaseLabelId": 323090117 - }, - { - "id": 400301301, - "masterChatId": 4003, - "roomId": 13, - "chapterId": 400301301, - "scriptKey": "4003_13_1", - "title": "千砂都 2023ハロウィン", - "firstLineValue": "千砂都さんがログインしました", - "noticeValue": "千砂都さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0022,stamp_00_00000_0034,stamp_00_00000_0036,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0094,stamp_04_04003_0004", - "masterReleaseLabelId": 323103162 - }, - { - "id": 400301401, - "masterChatId": 4003, - "roomId": 14, - "chapterId": 400301401, - "scriptKey": "4003_14_1", - "title": "千砂都 11月2023", - "firstLineValue": "千砂都: うぃっす~!", - "noticeValue": "千砂都: うぃっす~!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0029,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0094", - "masterReleaseLabelId": 323110111 - }, - { - "id": 400301501, - "masterChatId": 4003, - "roomId": 15, - "chapterId": 400301501, - "scriptKey": "4003_15_1", - "title": "千砂都 Xmas2023", - "firstLineValue": "千砂都: メリークリスマス!", - "noticeValue": "千砂都: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0065,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 323122545 - }, - { - "id": 400400101, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400101, - "scriptKey": "4004_1_1", - "title": "すみれ DM", - "firstLineValue": "すみれ: こんばんは", - "noticeValue": "すみれ: こんばんは", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0076,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 400400102, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400102, - "scriptKey": "4004_1_2", - "title": "すみれ DM", - "firstLineValue": "すみれ: 送ってくれた記事、読んだわよ", - "noticeValue": "すみれ: 送ってくれた記事、読んだわよ", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0078,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400400103, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400103, - "scriptKey": "4004_1_3", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0059,stamp_00_00000_0079,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 400400104, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400104, - "scriptKey": "4004_1_4", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0010,stamp_00_00000_0016,stamp_00_00000_0031,stamp_00_00000_0049,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0084,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 400400105, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400105, - "scriptKey": "4004_1_5", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400400106, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400106, - "scriptKey": "4004_1_6", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0082,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 400400107, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400107, - "scriptKey": "4004_1_7", - "title": "すみれ DM", - "firstLineValue": "すみれ: 今戻ったわ", - "noticeValue": "すみれ: 今戻ったわ", - "appearStampIdList": "stamp_00_00000_0024,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0058,stamp_00_00000_0078,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400400108, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400108, - "scriptKey": "4004_1_8", - "title": "すみれ DM", - "firstLineValue": "すみれ: 次のライブ、日程が決まったわよ", - "noticeValue": "すみれ: 次のライブ、日程が決まったわよ", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0085,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400400109, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400109, - "scriptKey": "4004_1_9", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400400110, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400110, - "scriptKey": "4004_1_10", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0028,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0082,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 400400111, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400111, - "scriptKey": "4004_1_11", - "title": "すみれ DM", - "firstLineValue": "すみれ: ……遅くにごめん", - "noticeValue": "すみれ: ……遅くにごめん", - "appearStampIdList": "stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 400400112, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400112, - "scriptKey": "4004_1_12", - "title": "すみれ DM", - "firstLineValue": "すみれ: 取材の準備はどう?", - "noticeValue": "すみれ: 取材の準備はどう?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0079,stamp_00_00000_0087", - "masterReleaseLabelId": 1 - }, - { - "id": 400400113, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400113, - "scriptKey": "4004_1_13", - "title": "すみれ DM", - "firstLineValue": "すみれ: おはよう!", - "noticeValue": "すみれ: おはよう!", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 400400114, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400114, - "scriptKey": "4004_1_14", - "title": "すみれ DM", - "firstLineValue": "すみれ: 迷わずに会場まで来られたかしら?", - "noticeValue": "すみれ: 迷わずに会場まで来られたかしら?", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0089,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 400400115, - "masterChatId": 4004, - "roomId": 1, - "chapterId": 400400115, - "scriptKey": "4004_1_15", - "title": "すみれ DM", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0026,stamp_00_00000_0035,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0083,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 400400201, - "masterChatId": 4004, - "roomId": 2, - "chapterId": 400400201, - "scriptKey": "4004_2_1", - "title": "すみれ お誕生日2023", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0021,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0033,stamp_00_00000_0035,stamp_00_00000_0052,stamp_00_00000_0076,stamp_00_00000_0078,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0095", - "masterReleaseLabelId": 123092802 - }, - { - "id": 400400301, - "masterChatId": 4004, - "roomId": 3, - "chapterId": 400400301, - "scriptKey": "4004_3_1", - "title": "すみれ お祝い2023", - "firstLineValue": "すみれ: 起きてるかしら?", - "noticeValue": "すみれ: 起きてるかしら?", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0034,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0088,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 400400401, - "masterChatId": 4004, - "roomId": 16, - "chapterId": 400400401, - "scriptKey": "4004_16_1", - "title": "すみれ 新年2024", - "firstLineValue": "すみれ: あけましておめでとう!", - "noticeValue": "すみれ: あけましておめでとう!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0062,stamp_00_00000_0079,stamp_00_00000_0088,stamp_00_00000_0095,stamp_04_04004_0008", - "masterReleaseLabelId": 324010173 - }, - { - "id": 400400501, - "masterChatId": 4004, - "roomId": 17, - "chapterId": 400400501, - "scriptKey": "4004_17_1", - "title": "すみれ バレンタイン2024", - "firstLineValue": "すみれ: こんにちは", - "noticeValue": "すみれ: こんにちは", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 324021465 - }, - { - "id": 400401801, - "masterChatId": 4004, - "roomId": 18, - "chapterId": 400401801, - "scriptKey": "4004_18_1", - "title": "すみれ ホワイトデー2024", - "firstLineValue": "すみれ: ハッピーホワイトデー!", - "noticeValue": "すみれ: ハッピーホワイトデー!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0015,stamp_00_00000_0075,stamp_00_00000_0079,stamp_00_00000_0081", - "masterReleaseLabelId": 324031466 - }, - { - "id": 400400701, - "masterChatId": 4004, - "roomId": 7, - "chapterId": 400400701, - "scriptKey": "4004_7_1", - "title": "すみれ 4月2023", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0062,stamp_00_00000_0079", - "masterReleaseLabelId": 1 - }, - { - "id": 400400801, - "masterChatId": 4004, - "roomId": 8, - "chapterId": 400400801, - "scriptKey": "4004_8_1", - "title": "すみれ 5月2023", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0078,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 400400901, - "masterChatId": 4004, - "roomId": 9, - "chapterId": 400400901, - "scriptKey": "4004_9_1", - "title": "すみれ 6月2023", - "firstLineValue": "すみれ: ちょっと相談なんだけどいい?", - "noticeValue": "すみれ: ちょっと相談なんだけどいい?", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0062,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323062902 - }, - { - "id": 400401001, - "masterChatId": 4004, - "roomId": 10, - "chapterId": 400401001, - "scriptKey": "4004_10_1", - "title": "すみれ 7月2023", - "firstLineValue": "すみれ: いよいよ夏休みね", - "noticeValue": "すみれ: いよいよ夏休みね", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0055,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0089,stamp_04_04004_0008", - "masterReleaseLabelId": 323072014 - }, - { - "id": 400401101, - "masterChatId": 4004, - "roomId": 11, - "chapterId": 400401101, - "scriptKey": "4004_11_1", - "title": "すみれ 夏休み2023", - "firstLineValue": "すみれ: 毎日暑いわね", - "noticeValue": "すみれ: 毎日暑いわね", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0023,stamp_00_00000_0029,stamp_00_00000_0081", - "masterReleaseLabelId": 323082106 - }, - { - "id": 400401201, - "masterChatId": 4004, - "roomId": 12, - "chapterId": 400401201, - "scriptKey": "4004_12_1", - "title": "すみれ 9月2023", - "firstLineValue": "すみれ: 元気?", - "noticeValue": "すみれ: 元気?", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0017,stamp_00_00000_0022,stamp_00_00000_0035,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0079,stamp_00_00000_0096", - "masterReleaseLabelId": 323091704 - }, - { - "id": 400401301, - "masterChatId": 4004, - "roomId": 13, - "chapterId": 400401301, - "scriptKey": "4004_13_1", - "title": "すみれ 2023ハロウィン", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084", - "masterReleaseLabelId": 323102510 - }, - { - "id": 400401401, - "masterChatId": 4004, - "roomId": 14, - "chapterId": 400401401, - "scriptKey": "4004_14_1", - "title": "すみれ 11月2023", - "firstLineValue": "すみれ: 今日は寒かったわね", - "noticeValue": "すみれ: 今日は寒かったわね", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0079,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04004_0008", - "masterReleaseLabelId": 323110112 - }, - { - "id": 400401501, - "masterChatId": 4004, - "roomId": 15, - "chapterId": 400401501, - "scriptKey": "4004_15_1", - "title": "すみれ Xmas2023", - "firstLineValue": "すみれ: メリークリスマス!", - "noticeValue": "すみれ: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0061,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088,stamp_04_04004_0008", - "masterReleaseLabelId": 323122546 - }, - { - "id": 400500101, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500101, - "scriptKey": "4005_1_1", - "title": "恋 DM", - "firstLineValue": "恋: 夜分遅くに申し訳ありません", - "noticeValue": "恋: 夜分遅くに申し訳ありません", - "appearStampIdList": "stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400500102, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500102, - "scriptKey": "4005_1_2", - "title": "恋 DM", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0057,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400500103, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500103, - "scriptKey": "4005_1_3", - "title": "恋 DM", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0037,stamp_00_00000_0048", - "masterReleaseLabelId": 1 - }, - { - "id": 400500104, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500104, - "scriptKey": "4005_1_4", - "title": "恋 DM", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0084,stamp_04_04005_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 400500105, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500105, - "scriptKey": "4005_1_5", - "title": "恋 DM", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0068", - "masterReleaseLabelId": 1 - }, - { - "id": 400500106, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500106, - "scriptKey": "4005_1_6", - "title": "恋 DM", - "firstLineValue": "恋: こんばんは 先日は動画の件、教えていただき…", - "noticeValue": "恋: こんばんは 先日は動画の件、教えていただき…", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 400500107, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500107, - "scriptKey": "4005_1_7", - "title": "恋 DM", - "firstLineValue": "恋: こんにちは ちょっとお伺いしたいことがあるのですが", - "noticeValue": "恋: こんにちは ちょっとお伺いしたいことがあるのですが", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0085", - "masterReleaseLabelId": 1 - }, - { - "id": 400500108, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500108, - "scriptKey": "4005_1_8", - "title": "恋 DM", - "firstLineValue": "恋: こんばんは", - "noticeValue": "恋: こんばんは", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400500109, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500109, - "scriptKey": "4005_1_9", - "title": "恋 DM", - "firstLineValue": "恋: ちょっと質問なのですが", - "noticeValue": "恋: ちょっと質問なのですが", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0057,stamp_00_00000_0085,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 400500110, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500110, - "scriptKey": "4005_1_10", - "title": "恋 DM", - "firstLineValue": "恋: こんにちは", - "noticeValue": "恋: こんにちは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0046,stamp_00_00000_0084,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400500111, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500111, - "scriptKey": "4005_1_11", - "title": "恋 DM", - "firstLineValue": "恋: 急なお願いですみません", - "noticeValue": "恋: 急なお願いですみません", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400500112, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500112, - "scriptKey": "4005_1_12", - "title": "恋 DM", - "firstLineValue": "恋: 先日はありがとうございます!", - "noticeValue": "恋: 先日はありがとうございます!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400500113, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500113, - "scriptKey": "4005_1_13", - "title": "恋 DM", - "firstLineValue": "恋: こんばんは", - "noticeValue": "恋: こんばんは", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0091", - "masterReleaseLabelId": 1 - }, - { - "id": 400500114, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500114, - "scriptKey": "4005_1_14", - "title": "恋 DM", - "firstLineValue": "恋: おはようございます", - "noticeValue": "恋: おはようございます", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400500115, - "masterChatId": 4005, - "roomId": 1, - "chapterId": 400500115, - "scriptKey": "4005_1_15", - "title": "恋 DM", - "firstLineValue": "恋: ただいま帰宅しました", - "noticeValue": "恋: ただいま帰宅しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400500201, - "masterChatId": 4005, - "roomId": 2, - "chapterId": 400500201, - "scriptKey": "4005_2_1", - "title": "恋 お誕生日2023", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0012,stamp_00_00000_0045,stamp_00_00000_0057,stamp_00_00000_0066,stamp_00_00000_0088,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 123112402 - }, - { - "id": 400500301, - "masterChatId": 4005, - "roomId": 3, - "chapterId": 400500301, - "scriptKey": "4005_3_1", - "title": "恋 お祝い2023", - "firstLineValue": "恋: あのーすみません", - "noticeValue": "恋: あのーすみません", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0057", - "masterReleaseLabelId": 1 - }, - { - "id": 400500401, - "masterChatId": 4005, - "roomId": 16, - "chapterId": 400500401, - "scriptKey": "4005_16_1", - "title": "恋 新年2024", - "firstLineValue": "恋: あけましておめでとうございます", - "noticeValue": "恋: あけましておめでとうございます", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0062", - "masterReleaseLabelId": 324010174 - }, - { - "id": 400500501, - "masterChatId": 4005, - "roomId": 17, - "chapterId": 400500501, - "scriptKey": "4005_17_1", - "title": "恋 バレンタイン2024", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 324021466 - }, - { - "id": 400501801, - "masterChatId": 4005, - "roomId": 18, - "chapterId": 400501801, - "scriptKey": "4005_18_1", - "title": "恋 ホワイトデー2024", - "firstLineValue": "恋: こんにちは", - "noticeValue": "恋: こんにちは", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 324031467 - }, - { - "id": 400500701, - "masterChatId": 4005, - "roomId": 7, - "chapterId": 400500701, - "scriptKey": "4005_7_1", - "title": "恋 4月2023", - "firstLineValue": "恋: こんにちは", - "noticeValue": "恋: こんにちは", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400500801, - "masterChatId": 4005, - "roomId": 8, - "chapterId": 400500801, - "scriptKey": "4005_8_1", - "title": "恋 5月2023", - "firstLineValue": "恋: こんばんは", - "noticeValue": "恋: こんばんは", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400500901, - "masterChatId": 4005, - "roomId": 9, - "chapterId": 400500901, - "scriptKey": "4005_9_1", - "title": "恋 6月2023", - "firstLineValue": "恋: Liella!の特集記事が届きました", - "noticeValue": "恋: Liella!の特集記事が届きました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 323062604 - }, - { - "id": 400501001, - "masterChatId": 4005, - "roomId": 10, - "chapterId": 400501001, - "scriptKey": "4005_10_1", - "title": "恋 7月2023", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0057,stamp_00_00000_0058,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0090", - "masterReleaseLabelId": 323071805 - }, - { - "id": 400501101, - "masterChatId": 4005, - "roomId": 11, - "chapterId": 400501101, - "scriptKey": "4005_11_1", - "title": "恋 夏休み2023", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0057,stamp_00_00000_0095", - "masterReleaseLabelId": 323080403 - }, - { - "id": 400501201, - "masterChatId": 4005, - "roomId": 12, - "chapterId": 400501201, - "scriptKey": "4005_12_1", - "title": "恋 9月2023", - "firstLineValue": "恋: 新学期がはじまりましたね", - "noticeValue": "恋: 新学期がはじまりましたね", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 323090118 - }, - { - "id": 400501301, - "masterChatId": 4005, - "roomId": 13, - "chapterId": 400501301, - "scriptKey": "4005_13_1", - "title": "恋 2023ハロウィン", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0051,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 323102511 - }, - { - "id": 400501401, - "masterChatId": 4005, - "roomId": 14, - "chapterId": 400501401, - "scriptKey": "4005_14_1", - "title": "恋 11月2023", - "firstLineValue": "恋: すっかり秋めいてきましたね", - "noticeValue": "恋: すっかり秋めいてきましたね", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0025,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 323110113 - }, - { - "id": 400501501, - "masterChatId": 4005, - "roomId": 15, - "chapterId": 400501501, - "scriptKey": "4005_15_1", - "title": "恋 Xmas2023", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0076", - "masterReleaseLabelId": 323122547 - }, - { - "id": 400600101, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600101, - "scriptKey": "4006_1_1", - "title": "きな子 DM", - "firstLineValue": "きな子: こんばんはっす~", - "noticeValue": "きな子: こんばんはっす~", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0056,stamp_00_00000_0062,stamp_00_00000_0082,stamp_00_00000_0094,stamp_00_00000_0095,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600102, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600102, - "scriptKey": "4006_1_2", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0090,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600103, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600103, - "scriptKey": "4006_1_3", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0045,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0094,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400600104, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600104, - "scriptKey": "4006_1_4", - "title": "きな子 DM", - "firstLineValue": "きな子: こんばんはっす~!", - "noticeValue": "きな子: こんばんはっす~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0060,stamp_00_00000_0080,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600105, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600105, - "scriptKey": "4006_1_5", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0095,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600106, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600106, - "scriptKey": "4006_1_6", - "title": "きな子 DM", - "firstLineValue": "きな子さんがスタンプを送信しました", - "noticeValue": "きな子さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 400600107, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600107, - "scriptKey": "4006_1_7", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600108, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600108, - "scriptKey": "4006_1_8", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0015,stamp_00_00000_0056,stamp_00_00000_0061,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400600109, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600109, - "scriptKey": "4006_1_9", - "title": "きな子 DM", - "firstLineValue": "きな子: おはようっす~!", - "noticeValue": "きな子: おはようっす~!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 400600110, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600110, - "scriptKey": "4006_1_10", - "title": "きな子 DM", - "firstLineValue": "きな子: こんばんはっす~!", - "noticeValue": "きな子: こんばんはっす~!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400600111, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600111, - "scriptKey": "4006_1_11", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0003,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0026,stamp_00_00000_0029,stamp_00_00000_0083,stamp_00_00000_0084,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600112, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600112, - "scriptKey": "4006_1_12", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0048,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0085,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600113, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600113, - "scriptKey": "4006_1_13", - "title": "きな子 DM", - "firstLineValue": "きな子: こんばんはっす~!", - "noticeValue": "きな子: こんばんはっす~!", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400600114, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600114, - "scriptKey": "4006_1_14", - "title": "きな子 DM", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0059,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0090,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600115, - "masterChatId": 4006, - "roomId": 1, - "chapterId": 400600115, - "scriptKey": "4006_1_15", - "title": "きな子 DM", - "firstLineValue": "きな子: 今日はありがとうっす!", - "noticeValue": "きな子: 今日はありがとうっす!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0048,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0083,stamp_00_00000_0088,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600301, - "masterChatId": 4006, - "roomId": 3, - "chapterId": 400600301, - "scriptKey": "4006_3_1", - "title": "きな子 お祝い2023", - "firstLineValue": "きな子: 突然ですが、じゃがいも好きっすか?", - "noticeValue": "きな子: 突然ですが、じゃがいも好きっすか?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0017,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0082,stamp_00_00000_0096", - "masterReleaseLabelId": 1 - }, - { - "id": 400600401, - "masterChatId": 4006, - "roomId": 16, - "chapterId": 400600401, - "scriptKey": "4006_16_1", - "title": "きな子 新年2024", - "firstLineValue": "きな子: あけましておめでとうっす~", - "noticeValue": "きな子: あけましておめでとうっす~", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04006_0009", - "masterReleaseLabelId": 324010175 - }, - { - "id": 400600501, - "masterChatId": 4006, - "roomId": 17, - "chapterId": 400600501, - "scriptKey": "4006_17_1", - "title": "きな子 バレンタイン2024", - "firstLineValue": "きな子: 今ちょっといいっすか?", - "noticeValue": "きな子: 今ちょっといいっすか?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0037,stamp_00_00000_0039,stamp_00_00000_0056", - "masterReleaseLabelId": 324021103 - }, - { - "id": 400601801, - "masterChatId": 4006, - "roomId": 18, - "chapterId": 400601801, - "scriptKey": "4006_18_1", - "title": "きな子 ホワイトデー2024", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0053,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0088", - "masterReleaseLabelId": 324031005 - }, - { - "id": 400600701, - "masterChatId": 4006, - "roomId": 7, - "chapterId": 400600701, - "scriptKey": "4006_7_1", - "title": "きな子 4月2023", - "firstLineValue": "きな子: 見てくださいっす~", - "noticeValue": "きな子: 見てくださいっす~", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 400600801, - "masterChatId": 4006, - "roomId": 8, - "chapterId": 400600801, - "scriptKey": "4006_8_1", - "title": "きな子 5月2023", - "firstLineValue": "きな子: もうすぐGWっすね", - "noticeValue": "きな子: もうすぐGWっすね", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0059,stamp_00_00000_0081,stamp_00_00000_0082,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 400600901, - "masterChatId": 4006, - "roomId": 9, - "chapterId": 400600901, - "scriptKey": "4006_9_1", - "title": "きな子 6月2023", - "firstLineValue": "きな子: 雨が続くっすね~", - "noticeValue": "きな子: 雨が続くっすね~", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0046,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0083,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 323062204 - }, - { - "id": 400601001, - "masterChatId": 4006, - "roomId": 10, - "chapterId": 400601001, - "scriptKey": "4006_10_1", - "title": "きな子 7月2023", - "firstLineValue": "きな子: 聞いてくださいっす~!", - "noticeValue": "きな子: 聞いてくださいっす~!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0084,stamp_00_00000_0085,stamp_04_04006_0009", - "masterReleaseLabelId": 323071004 - }, - { - "id": 400601101, - "masterChatId": 4006, - "roomId": 11, - "chapterId": 400601101, - "scriptKey": "4006_11_1", - "title": "きな子 夏休み2023", - "firstLineValue": "きな子: 大変っす~", - "noticeValue": "きな子: 大変っす~", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0071,stamp_00_00000_0081,stamp_04_04006_0009", - "masterReleaseLabelId": 323080604 - }, - { - "id": 400601201, - "masterChatId": 4006, - "roomId": 12, - "chapterId": 400601201, - "scriptKey": "4006_12_1", - "title": "きな子 9月2023", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0081", - "masterReleaseLabelId": 323090119 - }, - { - "id": 400601301, - "masterChatId": 4006, - "roomId": 13, - "chapterId": 400601301, - "scriptKey": "4006_13_1", - "title": "きな子 2023ハロウィン", - "firstLineValue": "きな子さんがログインしました", - "noticeValue": "きな子さんがログインしました", - "appearStampIdList": "stamp_00_00000_0013,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04006_0009", - "masterReleaseLabelId": 323102512 - }, - { - "id": 400601401, - "masterChatId": 4006, - "roomId": 14, - "chapterId": 400601401, - "scriptKey": "4006_14_1", - "title": "きな子 11月2023", - "firstLineValue": "きな子: すっかり秋っすね~", - "noticeValue": "きな子: すっかり秋っすね~", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0057,stamp_00_00000_0062,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 323110114 - }, - { - "id": 400601501, - "masterChatId": 4006, - "roomId": 15, - "chapterId": 400601501, - "scriptKey": "4006_15_1", - "title": "きな子 Xmas2023", - "firstLineValue": "きな子: メリークリスマス!", - "noticeValue": "きな子: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0056,stamp_00_00000_0058,stamp_00_00000_0060,stamp_00_00000_0076,stamp_00_00000_0084,stamp_00_00000_0088,stamp_04_04006_0009", - "masterReleaseLabelId": 323122304 - }, - { - "id": 400700101, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700101, - "scriptKey": "4007_1_1", - "title": "メイ DM", - "firstLineValue": "メイ: よう", - "noticeValue": "メイ: よう", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0082,stamp_00_00000_0084,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 400700102, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700102, - "scriptKey": "4007_1_2", - "title": "メイ DM", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400700103, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700103, - "scriptKey": "4007_1_3", - "title": "メイ DM", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0080,stamp_00_00000_0092,stamp_04_04007_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 400700104, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700104, - "scriptKey": "4007_1_4", - "title": "メイ DM", - "firstLineValue": "メイ: おはよう!", - "noticeValue": "メイ: おはよう!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0057,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 400700105, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700105, - "scriptKey": "4007_1_5", - "title": "メイ DM", - "firstLineValue": "メイ: よう", - "noticeValue": "メイ: よう", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0012,stamp_00_00000_0051,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400700106, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700106, - "scriptKey": "4007_1_6", - "title": "メイ DM", - "firstLineValue": "メイ: よう!", - "noticeValue": "メイ: よう!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0060,stamp_00_00000_0084,stamp_04_04007_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 400700107, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700107, - "scriptKey": "4007_1_7", - "title": "メイ DM", - "firstLineValue": "メイ: 聞いてくれ!", - "noticeValue": "メイ: 聞いてくれ!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0071,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0091,stamp_04_04007_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 400700108, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700108, - "scriptKey": "4007_1_8", - "title": "メイ DM", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0031,stamp_00_00000_0050,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400700109, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700109, - "scriptKey": "4007_1_9", - "title": "メイ DM", - "firstLineValue": "メイ: ヤバいヤバい!", - "noticeValue": "メイ: ヤバいヤバい!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0010,stamp_00_00000_0057,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400700110, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700110, - "scriptKey": "4007_1_10", - "title": "メイ DM", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0077,stamp_00_00000_0092", - "masterReleaseLabelId": 1 - }, - { - "id": 400700111, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700111, - "scriptKey": "4007_1_11", - "title": "メイ DM", - "firstLineValue": "メイ: こんばんは", - "noticeValue": "メイ: こんばんは", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400700112, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700112, - "scriptKey": "4007_1_12", - "title": "メイ DM", - "firstLineValue": "メイ: よう", - "noticeValue": "メイ: よう", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0061,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400700113, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700113, - "scriptKey": "4007_1_13", - "title": "メイ DM", - "firstLineValue": "メイ: 遅くなったけど、この前はありがとうな", - "noticeValue": "メイ: 遅くなったけど、この前はありがとうな", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0060", - "masterReleaseLabelId": 1 - }, - { - "id": 400700114, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700114, - "scriptKey": "4007_1_14", - "title": "メイ DM", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0085,stamp_04_04007_0006", - "masterReleaseLabelId": 1 - }, - { - "id": 400700115, - "masterChatId": 4007, - "roomId": 1, - "chapterId": 400700115, - "scriptKey": "4007_1_15", - "title": "メイ DM", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0088,stamp_00_00000_0095", - "masterReleaseLabelId": 1 - }, - { - "id": 400700201, - "masterChatId": 4007, - "roomId": 2, - "chapterId": 400700201, - "scriptKey": "4007_2_1", - "title": "メイ お誕生日2023", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0077", - "masterReleaseLabelId": 123102902 - }, - { - "id": 400700301, - "masterChatId": 4007, - "roomId": 3, - "chapterId": 400700301, - "scriptKey": "4007_3_1", - "title": "メイ お祝い2023", - "firstLineValue": "メイ: 今、時間あるか?", - "noticeValue": "メイ: 今、時間あるか?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0029,stamp_00_00000_0057,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0061,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400700401, - "masterChatId": 4007, - "roomId": 16, - "chapterId": 400700401, - "scriptKey": "4007_16_1", - "title": "メイ 新年2024", - "firstLineValue": "メイ: よう", - "noticeValue": "メイ: よう", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_04_04007_0006", - "masterReleaseLabelId": 324010176 - }, - { - "id": 400700501, - "masterChatId": 4007, - "roomId": 17, - "chapterId": 400700501, - "scriptKey": "4007_17_1", - "title": "メイ バレンタイン2024", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0066", - "masterReleaseLabelId": 324021004 - }, - { - "id": 400701801, - "masterChatId": 4007, - "roomId": 18, - "chapterId": 400701801, - "scriptKey": "4007_18_1", - "title": "メイ ホワイトデー2024", - "firstLineValue": "メイ: ちょっといいか?", - "noticeValue": "メイ: ちょっといいか?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0053", - "masterReleaseLabelId": 324031006 - }, - { - "id": 400700701, - "masterChatId": 4007, - "roomId": 7, - "chapterId": 400700701, - "scriptKey": "4007_7_1", - "title": "メイ 4月2023", - "firstLineValue": "メイさんが画像を送信しました", - "noticeValue": "メイさんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0006,stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0062,stamp_00_00000_0077,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400700801, - "masterChatId": 4007, - "roomId": 8, - "chapterId": 400700801, - "scriptKey": "4007_8_1", - "title": "メイ 5月2023", - "firstLineValue": "メイ: なあ、GWの予定、決まってるか?", - "noticeValue": "メイ: なあ、GWの予定、決まってるか?", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0050,stamp_00_00000_0055,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400700901, - "masterChatId": 4007, - "roomId": 9, - "chapterId": 400700901, - "scriptKey": "4007_9_1", - "title": "メイ 6月2023", - "firstLineValue": "メイ: 新聞記事、届いたぞ! いつもありがとうな", - "noticeValue": "メイ: 新聞記事、届いたぞ! いつもありがとうな", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017", - "masterReleaseLabelId": 323060604 - }, - { - "id": 400701001, - "masterChatId": 4007, - "roomId": 10, - "chapterId": 400701001, - "scriptKey": "4007_10_1", - "title": "メイ 7月2023", - "firstLineValue": "メイ: 元気か?", - "noticeValue": "メイ: 元気か?", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0049,stamp_00_00000_0053", - "masterReleaseLabelId": 323071806 - }, - { - "id": 400701101, - "masterChatId": 4007, - "roomId": 11, - "chapterId": 400701101, - "scriptKey": "4007_11_1", - "title": "メイ 夏休み2023", - "firstLineValue": "メイ: やばい……", - "noticeValue": "メイ: やばい……", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0027", - "masterReleaseLabelId": 323082107 - }, - { - "id": 400701201, - "masterChatId": 4007, - "roomId": 12, - "chapterId": 400701201, - "scriptKey": "4007_12_1", - "title": "メイ 9月2023", - "firstLineValue": "メイ: あっという間に新学期だな", - "noticeValue": "メイ: あっという間に新学期だな", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0032,stamp_00_00000_0037,stamp_00_00000_0046,stamp_04_04006_0009", - "masterReleaseLabelId": 323090120 - }, - { - "id": 400701301, - "masterChatId": 4007, - "roomId": 13, - "chapterId": 400701301, - "scriptKey": "4007_13_1", - "title": "メイ 2023ハロウィン", - "firstLineValue": "メイさんがログインしました", - "noticeValue": "メイさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029,stamp_00_00000_0035", - "masterReleaseLabelId": 323102513 - }, - { - "id": 400701401, - "masterChatId": 4007, - "roomId": 14, - "chapterId": 400701401, - "scriptKey": "4007_14_1", - "title": "メイ 11月2023", - "firstLineValue": "メイ: いま大丈夫か?", - "noticeValue": "メイ: いま大丈夫か?", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0038,stamp_00_00000_0048", - "masterReleaseLabelId": 323110115 - }, - { - "id": 400701501, - "masterChatId": 4007, - "roomId": 15, - "chapterId": 400701501, - "scriptKey": "4007_15_1", - "title": "メイ Xmas2023", - "firstLineValue": "メイ: メリークリスマス!", - "noticeValue": "メイ: メリークリスマス!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0026", - "masterReleaseLabelId": 323122548 - }, - { - "id": 400800101, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800101, - "scriptKey": "4008_1_1", - "title": "四季 DM", - "firstLineValue": "四季: テスト送信", - "noticeValue": "四季: テスト送信", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0037,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0061,stamp_00_00000_0062", - "masterReleaseLabelId": 1 - }, - { - "id": 400800102, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800102, - "scriptKey": "4008_1_2", - "title": "四季 DM", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 400800103, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800103, - "scriptKey": "4008_1_3", - "title": "四季 DM", - "firstLineValue": "四季: 今、いい?", - "noticeValue": "四季: 今、いい?", - "appearStampIdList": "stamp_00_00000_0051,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400800104, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800104, - "scriptKey": "4008_1_4", - "title": "四季 DM", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0064,stamp_00_00000_0077,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400800105, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800105, - "scriptKey": "4008_1_5", - "title": "四季 DM", - "firstLineValue": "四季: 記事、ありがとう", - "noticeValue": "四季: 記事、ありがとう", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400800106, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800106, - "scriptKey": "4008_1_6", - "title": "四季 DM", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400800107, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800107, - "scriptKey": "4008_1_7", - "title": "四季 DM", - "firstLineValue": "四季: 昆虫特別展の情報ありがとう", - "noticeValue": "四季: 昆虫特別展の情報ありがとう", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0081,stamp_04_04007_0006,stamp_04_04008_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 400800108, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800108, - "scriptKey": "4008_1_8", - "title": "四季 DM", - "firstLineValue": "四季: 今ちょっといい?", - "noticeValue": "四季: 今ちょっといい?", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400800109, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800109, - "scriptKey": "4008_1_9", - "title": "四季 DM", - "firstLineValue": "四季: こんにちは", - "noticeValue": "四季: こんにちは", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0061,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400800110, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800110, - "scriptKey": "4008_1_10", - "title": "四季 DM", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0078", - "masterReleaseLabelId": 1 - }, - { - "id": 400800111, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800111, - "scriptKey": "4008_1_11", - "title": "四季 DM", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0026,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050", - "masterReleaseLabelId": 1 - }, - { - "id": 400800112, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800112, - "scriptKey": "4008_1_12", - "title": "四季 DM", - "firstLineValue": "四季: こんばんは", - "noticeValue": "四季: こんばんは", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0053", - "masterReleaseLabelId": 1 - }, - { - "id": 400800113, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800113, - "scriptKey": "4008_1_13", - "title": "四季 DM", - "firstLineValue": "四季: 久しぶり", - "noticeValue": "四季: 久しぶり", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0082,stamp_00_00000_0084,stamp_04_04008_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 400800114, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800114, - "scriptKey": "4008_1_14", - "title": "四季 DM", - "firstLineValue": "四季: おはよう", - "noticeValue": "四季: おはよう", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0081,stamp_00_00000_0094,stamp_04_04008_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 400800115, - "masterChatId": 4008, - "roomId": 1, - "chapterId": 400800115, - "scriptKey": "4008_1_15", - "title": "四季 DM", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0060,stamp_00_00000_0063,stamp_00_00000_0075,stamp_04_04008_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 400800201, - "masterChatId": 4008, - "roomId": 2, - "chapterId": 400800201, - "scriptKey": "4008_2_1", - "title": "四季 お誕生日2023", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0005,stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0029,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0063,stamp_00_00000_0066,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0096", - "masterReleaseLabelId": 123061702 - }, - { - "id": 400800301, - "masterChatId": 4008, - "roomId": 3, - "chapterId": 400800301, - "scriptKey": "4008_3_1", - "title": "四季 お祝い2023", - "firstLineValue": "四季: おめでとう", - "noticeValue": "四季: おめでとう", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0083", - "masterReleaseLabelId": 1 - }, - { - "id": 400800401, - "masterChatId": 4008, - "roomId": 16, - "chapterId": 400800401, - "scriptKey": "4008_16_1", - "title": "四季 新年2024", - "firstLineValue": "四季: あけましておめでとう", - "noticeValue": "四季: あけましておめでとう", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0095,stamp_04_04008_0007", - "masterReleaseLabelId": 324010177 - }, - { - "id": 400800501, - "masterChatId": 4008, - "roomId": 17, - "chapterId": 400800501, - "scriptKey": "4008_17_1", - "title": "四季 バレンタイン2024", - "firstLineValue": "四季: 今いい?", - "noticeValue": "四季: 今いい?", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0091", - "masterReleaseLabelId": 324021104 - }, - { - "id": 400801801, - "masterChatId": 4008, - "roomId": 18, - "chapterId": 400801801, - "scriptKey": "4008_18_1", - "title": "四季 ホワイトデー2024", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0078,stamp_00_00000_0081,stamp_00_00000_0084,stamp_04_04008_0007", - "masterReleaseLabelId": 324031468 - }, - { - "id": 400800701, - "masterChatId": 4008, - "roomId": 7, - "chapterId": 400800701, - "scriptKey": "4008_7_1", - "title": "四季 4月2023", - "firstLineValue": "四季: 桜が咲いた", - "noticeValue": "四季: 桜が咲いた", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400800801, - "masterChatId": 4008, - "roomId": 8, - "chapterId": 400800801, - "scriptKey": "4008_8_1", - "title": "四季 5月2023", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0081,stamp_00_00000_0084,stamp_00_00000_0088,stamp_00_00000_0093", - "masterReleaseLabelId": 1 - }, - { - "id": 400800901, - "masterChatId": 4008, - "roomId": 9, - "chapterId": 400800901, - "scriptKey": "4008_9_1", - "title": "四季 6月2023", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0029,stamp_00_00000_0054,stamp_00_00000_0055,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 323060806 - }, - { - "id": 400801001, - "masterChatId": 4008, - "roomId": 10, - "chapterId": 400801001, - "scriptKey": "4008_10_1", - "title": "四季 7月2023", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 323072015 - }, - { - "id": 400801101, - "masterChatId": 4008, - "roomId": 11, - "chapterId": 400801101, - "scriptKey": "4008_11_1", - "title": "四季 夏休み2023", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0054,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0081,stamp_04_04008_0007", - "masterReleaseLabelId": 323080404 - }, - { - "id": 400801201, - "masterChatId": 4008, - "roomId": 12, - "chapterId": 400801201, - "scriptKey": "4008_12_1", - "title": "四季 9月2023", - "firstLineValue": "四季: レポート、送ってくれてありがとう", - "noticeValue": "四季: レポート、送ってくれてありがとう", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 323090121 - }, - { - "id": 400801301, - "masterChatId": 4008, - "roomId": 13, - "chapterId": 400801301, - "scriptKey": "4008_13_1", - "title": "四季 2023ハロウィン", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0064,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0094", - "masterReleaseLabelId": 323102202 - }, - { - "id": 400801401, - "masterChatId": 4008, - "roomId": 14, - "chapterId": 400801401, - "scriptKey": "4008_14_1", - "title": "四季 11月2023", - "firstLineValue": "四季: ハロウィンライブの記事、ありがとう", - "noticeValue": "四季: ハロウィンライブの記事、ありがとう", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0057,stamp_00_00000_0084", - "masterReleaseLabelId": 323111504 - }, - { - "id": 400801501, - "masterChatId": 4008, - "roomId": 15, - "chapterId": 400801501, - "scriptKey": "4008_15_1", - "title": "四季 Xmas2023", - "firstLineValue": "四季さんがログインしました", - "noticeValue": "四季さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0015,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0081,stamp_00_00000_0095", - "masterReleaseLabelId": 323122549 - }, - { - "id": 400900101, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900101, - "scriptKey": "4009_1_1", - "title": "夏美 DM", - "firstLineValue": "夏美: お疲れさまですの!", - "noticeValue": "夏美: お疲れさまですの!", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0020,stamp_00_00000_0025,stamp_00_00000_0078,stamp_00_00000_0082,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400900102, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900102, - "scriptKey": "4009_1_2", - "title": "夏美 DM", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0081,stamp_00_00000_0087,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400900103, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900103, - "scriptKey": "4009_1_3", - "title": "夏美 DM", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 1 - }, - { - "id": 400900104, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900104, - "scriptKey": "4009_1_4", - "title": "夏美 DM", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0025,stamp_00_00000_0045,stamp_00_00000_0048,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_04_04009_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 400900105, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900105, - "scriptKey": "4009_1_5", - "title": "夏美 DM", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0028,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400900106, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900106, - "scriptKey": "4009_1_6", - "title": "夏美 DM", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0012,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0021,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0084,stamp_04_04009_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 400900107, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900107, - "scriptKey": "4009_1_7", - "title": "夏美 DM", - "firstLineValue": "夏美: こんばんはですの", - "noticeValue": "夏美: こんばんはですの", - "appearStampIdList": "stamp_00_00000_0024,stamp_00_00000_0057,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0084", - "masterReleaseLabelId": 1 - }, - { - "id": 400900108, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900108, - "scriptKey": "4009_1_8", - "title": "夏美 DM", - "firstLineValue": "夏美: こんばんはですの!", - "noticeValue": "夏美: こんばんはですの!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0022,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0062,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 400900109, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900109, - "scriptKey": "4009_1_9", - "title": "夏美 DM", - "firstLineValue": "夏美: オニナッツ~!", - "noticeValue": "夏美: オニナッツ~!", - "appearStampIdList": "stamp_00_00000_0015,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0027,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0059,stamp_00_00000_0060,stamp_00_00000_0071", - "masterReleaseLabelId": 1 - }, - { - "id": 400900110, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900110, - "scriptKey": "4009_1_10", - "title": "夏美 DM", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0048,stamp_00_00000_0084,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400900111, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900111, - "scriptKey": "4009_1_11", - "title": "夏美 DM", - "firstLineValue": "夏美: フレッシュなニュースがありますの~!", - "noticeValue": "夏美: フレッシュなニュースがありますの~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0052,stamp_00_00000_0055,stamp_00_00000_0061,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400900112, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900112, - "scriptKey": "4009_1_12", - "title": "夏美 DM", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0016,stamp_00_00000_0025,stamp_00_00000_0037,stamp_00_00000_0082,stamp_00_00000_0089,stamp_00_00000_0094", - "masterReleaseLabelId": 1 - }, - { - "id": 400900113, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900113, - "scriptKey": "4009_1_13", - "title": "夏美 DM", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0020,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0084,stamp_04_04009_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 400900114, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900114, - "scriptKey": "4009_1_14", - "title": "夏美 DM", - "firstLineValue": "夏美: オニナッツ~!", - "noticeValue": "夏美: オニナッツ~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0049,stamp_00_00000_0076,stamp_00_00000_0081,stamp_00_00000_0082,stamp_00_00000_0088,stamp_00_00000_0089", - "masterReleaseLabelId": 1 - }, - { - "id": 400900115, - "masterChatId": 4009, - "roomId": 1, - "chapterId": 400900115, - "scriptKey": "4009_1_15", - "title": "夏美 DM", - "firstLineValue": "夏美: 今日はありがとうですの~", - "noticeValue": "夏美: 今日はありがとうですの~", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400900201, - "masterChatId": 4009, - "roomId": 2, - "chapterId": 400900201, - "scriptKey": "4009_2_1", - "title": "夏美 お誕生日2023", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0008,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0016,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0025,stamp_00_00000_0029,stamp_00_00000_0036,stamp_00_00000_0071,stamp_00_00000_0081,stamp_00_00000_0082", - "masterReleaseLabelId": 123080702 - }, - { - "id": 400900301, - "masterChatId": 4009, - "roomId": 3, - "chapterId": 400900301, - "scriptKey": "4009_3_1", - "title": "夏美 お祝い2023", - "firstLineValue": "夏美: オニナッツー!", - "noticeValue": "夏美: オニナッツー!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0013,stamp_00_00000_0020,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0027,stamp_00_00000_0029,stamp_00_00000_0030,stamp_00_00000_0050,stamp_00_00000_0054,stamp_00_00000_0056,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0090", - "masterReleaseLabelId": 1 - }, - { - "id": 400900401, - "masterChatId": 4009, - "roomId": 16, - "chapterId": 400900401, - "scriptKey": "4009_16_1", - "title": "夏美 新年2024", - "firstLineValue": "夏美: あけましておめでとうですの~!", - "noticeValue": "夏美: あけましておめでとうですの~!", - "appearStampIdList": "stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0022,stamp_00_00000_0039,stamp_00_00000_0055,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0095", - "masterReleaseLabelId": 324010178 - }, - { - "id": 400900501, - "masterChatId": 4009, - "roomId": 17, - "chapterId": 400900501, - "scriptKey": "4009_17_1", - "title": "夏美 バレンタイン2024", - "firstLineValue": "夏美: 突然ですがクイズですの~!", - "noticeValue": "夏美: 突然ですがクイズですの~!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0022,stamp_00_00000_0024,stamp_00_00000_0029", - "masterReleaseLabelId": 324020904 - }, - { - "id": 400901801, - "masterChatId": 4009, - "roomId": 18, - "chapterId": 400901801, - "scriptKey": "4009_18_1", - "title": "夏美 ホワイトデー2024", - "firstLineValue": "夏美: オニナッツ~!", - "noticeValue": "夏美: オニナッツ~!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0053", - "masterReleaseLabelId": 324031104 - }, - { - "id": 400900701, - "masterChatId": 4009, - "roomId": 7, - "chapterId": 400900701, - "scriptKey": "4009_7_1", - "title": "夏美 4月2023", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0036,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0094,stamp_04_04009_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 400900801, - "masterChatId": 4009, - "roomId": 8, - "chapterId": 400900801, - "scriptKey": "4009_8_1", - "title": "夏美 5月2023", - "firstLineValue": "夏美さんがログインしました", - "noticeValue": "夏美さんがログインしました", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0079,stamp_00_00000_0081,stamp_00_00000_0085,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 400900901, - "masterChatId": 4009, - "roomId": 9, - "chapterId": 400900901, - "scriptKey": "4009_9_1", - "title": "夏美 6月2023", - "firstLineValue": "夏美: 記事を送ってくれてありがとですの~!", - "noticeValue": "夏美: 記事を送ってくれてありがとですの~!", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0024,stamp_00_00000_0053", - "masterReleaseLabelId": 323060506 - }, - { - "id": 400901001, - "masterChatId": 4009, - "roomId": 10, - "chapterId": 400901001, - "scriptKey": "4009_10_1", - "title": "夏美 7月2023", - "firstLineValue": "夏美: オニナッツ~!", - "noticeValue": "夏美: オニナッツ~!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0048,stamp_00_00000_0052", - "masterReleaseLabelId": 323072016 - }, - { - "id": 400901101, - "masterChatId": 4009, - "roomId": 11, - "chapterId": 400901101, - "scriptKey": "4009_11_1", - "title": "夏美 夏休み2023", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0048", - "masterReleaseLabelId": 323082108 - }, - { - "id": 400901201, - "masterChatId": 4009, - "roomId": 12, - "chapterId": 400901201, - "scriptKey": "4009_12_1", - "title": "夏美 9月2023", - "firstLineValue": "夏美: いきなりですけど、オニナッツクーイズ!", - "noticeValue": "夏美: いきなりですけど、オニナッツクーイズ!", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0019,stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0049", - "masterReleaseLabelId": 323090122 - }, - { - "id": 400901301, - "masterChatId": 4009, - "roomId": 13, - "chapterId": 400901301, - "scriptKey": "4009_13_1", - "title": "夏美 2023ハロウィン", - "firstLineValue": "夏美: ハッピーハロウィンですの~!", - "noticeValue": "夏美: ハッピーハロウィンですの~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0011,stamp_00_00000_0013,stamp_00_00000_0014,stamp_00_00000_0049", - "masterReleaseLabelId": 323102514 - }, - { - "id": 400901401, - "masterChatId": 4009, - "roomId": 14, - "chapterId": 400901401, - "scriptKey": "4009_14_1", - "title": "夏美 11月2023", - "firstLineValue": "夏美: 食欲の秋ですの~!", - "noticeValue": "夏美: 食欲の秋ですの~!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0010,stamp_00_00000_0014,stamp_00_00000_0019", - "masterReleaseLabelId": 323110116 - }, - { - "id": 400901501, - "masterChatId": 4009, - "roomId": 15, - "chapterId": 400901501, - "scriptKey": "4009_15_1", - "title": "夏美 Xmas2023", - "firstLineValue": "夏美: メリークリスマスですの~!", - "noticeValue": "夏美: メリークリスマスですの~!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0017,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0022,stamp_00_00000_0048", - "masterReleaseLabelId": 323122550 - }, - { - "id": 401000101, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000101, - "scriptKey": "4010_1_1", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0077,stamp_00_00000_0086", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000102, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000102, - "scriptKey": "4010_1_2", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテ: 新聞記事 読んだわよ", - "noticeValue": "マルガレーテ: 新聞記事 読んだわよ", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0039", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000103, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000103, - "scriptKey": "4010_1_3", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0060,stamp_00_00000_0064,stamp_00_00000_0077,stamp_00_00000_0086", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000104, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000104, - "scriptKey": "4010_1_4", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0050,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000105, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000105, - "scriptKey": "4010_1_5", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテ: 今日は差し入れありがとう", - "noticeValue": "マルガレーテ: 今日は差し入れありがとう", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0022,stamp_00_00000_0046,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0088", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000106, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000106, - "scriptKey": "4010_1_6", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0049,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0063,stamp_00_00000_0077,stamp_00_00000_0086", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000107, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000107, - "scriptKey": "4010_1_7", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんが画像を送信しました", - "noticeValue": "マルガレーテさんが画像を送信しました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000108, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000108, - "scriptKey": "4010_1_8", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテ: この前教えてくれたサメの映画", - "noticeValue": "マルガレーテ: この前教えてくれたサメの映画", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0064,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000109, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000109, - "scriptKey": "4010_1_9", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0077,stamp_00_00000_0083,stamp_00_00000_0095", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000110, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000110, - "scriptKey": "4010_1_10", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0014,stamp_00_00000_0049,stamp_00_00000_0053,stamp_00_00000_0086", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000111, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000111, - "scriptKey": "4010_1_11", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテ: 今日はなかなか楽しかったわ", - "noticeValue": "マルガレーテ: 今日はなかなか楽しかったわ", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0009,stamp_00_00000_0052,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000112, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000112, - "scriptKey": "4010_1_12", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0062,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401000113, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000113, - "scriptKey": "4010_1_13", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテ: 差し入れのザッハトルテ なかなかおいしかったわ", - "noticeValue": "マルガレーテ: 差し入れのザッハトルテ なかなかおいしかったわ", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0064,stamp_00_00000_0077,stamp_00_00000_0085", - "masterReleaseLabelId": 324012001 - }, - { - "id": 401000114, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000114, - "scriptKey": "4010_1_14", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0064,stamp_00_00000_0071,stamp_00_00000_0085,stamp_00_00000_0089", - "masterReleaseLabelId": 324012001 - }, - { - "id": 401000115, - "masterChatId": 4010, - "roomId": 1, - "chapterId": 401000115, - "scriptKey": "4010_1_15", - "title": "マルガレーテ DM", - "firstLineValue": "マルガレーテさんがログインしました", - "noticeValue": "マルガレーテさんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0014,stamp_00_00000_0046,stamp_00_00000_0060,stamp_00_00000_0063", - "masterReleaseLabelId": 324012001 - }, - { - "id": 401000301, - "masterChatId": 4010, - "roomId": 3, - "chapterId": 401000301, - "scriptKey": "4010_3_1", - "title": "マルガレーテ お祝い2023", - "firstLineValue": "マルガレーテ: 誕生日おめでとう", - "noticeValue": "マルガレーテ: 誕生日おめでとう", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0086", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100101, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100101, - "scriptKey": "4011_1_1", - "title": "冬毬 DM", - "firstLineValue": "冬毬: はじめまして", - "noticeValue": "冬毬: はじめまして", - "appearStampIdList": "stamp_00_00000_0037,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0060,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100102, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100102, - "scriptKey": "4011_1_2", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0005,stamp_00_00000_0009,stamp_00_00000_0049,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100103, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100103, - "scriptKey": "4011_1_3", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0003,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0078,stamp_00_00000_0080,stamp_00_00000_0085", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100104, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100104, - "scriptKey": "4011_1_4", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0086,stamp_00_00000_0094,stamp_04_04008_0007", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100105, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100105, - "scriptKey": "4011_1_5", - "title": "冬毬 DM", - "firstLineValue": "冬毬: こんばんは", - "noticeValue": "冬毬: こんばんは", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0036,stamp_00_00000_0095", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100106, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100106, - "scriptKey": "4011_1_6", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0008,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0057", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100107, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100107, - "scriptKey": "4011_1_7", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0048,stamp_00_00000_0052,stamp_00_00000_0078,stamp_00_00000_0085,stamp_00_00000_0086", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100108, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100108, - "scriptKey": "4011_1_8", - "title": "冬毬 DM", - "firstLineValue": "冬毬: こんばんは", - "noticeValue": "冬毬: こんばんは", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0085", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100109, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100109, - "scriptKey": "4011_1_9", - "title": "冬毬 DM", - "firstLineValue": "冬毬: お疲れさまです", - "noticeValue": "冬毬: お疲れさまです", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0004,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0052,stamp_00_00000_0077,stamp_00_00000_0085", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100110, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100110, - "scriptKey": "4011_1_10", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0037,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100111, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100111, - "scriptKey": "4011_1_11", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0077", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100112, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100112, - "scriptKey": "4011_1_12", - "title": "冬毬 DM", - "firstLineValue": "冬毬: 差し入れありがとうございました", - "noticeValue": "冬毬: 差し入れありがとうございました", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0052,stamp_00_00000_0085", - "masterReleaseLabelId": 323121501 - }, - { - "id": 401100113, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100113, - "scriptKey": "4011_1_13", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0085,stamp_00_00000_0093,stamp_04_04002_0003", - "masterReleaseLabelId": 323122801 - }, - { - "id": 401100114, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100114, - "scriptKey": "4011_1_14", - "title": "冬毬 DM", - "firstLineValue": "冬毬: こんばんは", - "noticeValue": "冬毬: こんばんは", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0050,stamp_00_00000_0077", - "masterReleaseLabelId": 323122801 - }, - { - "id": 401100115, - "masterChatId": 4011, - "roomId": 1, - "chapterId": 401100115, - "scriptKey": "4011_1_15", - "title": "冬毬 DM", - "firstLineValue": "冬毬さんがログインしました", - "noticeValue": "冬毬さんがログインしました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0009,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0095", - "masterReleaseLabelId": 323122801 - }, - { - "id": 401100301, - "masterChatId": 4011, - "roomId": 3, - "chapterId": 401100301, - "scriptKey": "4011_3_1", - "title": "冬毬 お祝い2023", - "firstLineValue": "冬毬さんがスタンプを送信しました", - "noticeValue": "冬毬さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0014,stamp_00_00000_0077,stamp_00_00000_0086,stamp_04_04008_0007,stamp_04_04009_0001", - "masterReleaseLabelId": 323121501 - }, - { - "id": 410100101, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100101, - "scriptKey": "4101_1_1", - "title": "Liella!", - "firstLineValue": "可可: 一番乗りデス!", - "noticeValue": "可可: 一番乗りデス!", - "appearStampIdList": "stamp_00_00000_0061,stamp_00_00000_0071,stamp_04_04003_0004,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 410100102, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100102, - "scriptKey": "4101_1_2", - "title": "Liella!", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0049,stamp_04_04009_0001", - "masterReleaseLabelId": 1 - }, - { - "id": 410100103, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100103, - "scriptKey": "4101_1_3", - "title": "Liella!", - "firstLineValue": "可可: 大変デス!", - "noticeValue": "可可: 大変デス!", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0065,stamp_00_00000_0078,stamp_00_00000_0090,stamp_04_04004_0008", - "masterReleaseLabelId": 1 - }, - { - "id": 410100104, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100104, - "scriptKey": "4101_1_4", - "title": "Liella!", - "firstLineValue": "かのん: おはよう!", - "noticeValue": "かのん: おはよう!", - "appearStampIdList": "stamp_00_00000_0025,stamp_00_00000_0038,stamp_00_00000_0053,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 410100105, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100105, - "scriptKey": "4101_1_5", - "title": "Liella!", - "firstLineValue": "すみれ: ちょっと聞きたいんだけどいい?", - "noticeValue": "すみれ: ちょっと聞きたいんだけどいい?", - "appearStampIdList": "stamp_00_00000_0024,stamp_00_00000_0025,stamp_00_00000_0054,stamp_00_00000_0081,stamp_04_04001_0002,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 410100106, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100106, - "scriptKey": "4101_1_6", - "title": "Liella!", - "firstLineValue": "きな子: みなさん! じゃがいもは好きっすか~!?", - "noticeValue": "きな子: みなさん! じゃがいもは好きっすか~!?", - "appearStampIdList": "stamp_00_00000_0008,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0049,stamp_00_00000_0050", - "masterReleaseLabelId": 1 - }, - { - "id": 410100107, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100107, - "scriptKey": "4101_1_7", - "title": "Liella!", - "firstLineValue": "メイ: 可可先輩、原宿に新しくできたスクールアイドルショップ…", - "noticeValue": "メイ: 可可先輩、原宿に新しくできたスクールアイドルショップ…", - "appearStampIdList": "stamp_00_00000_0021,stamp_00_00000_0037,stamp_00_00000_0053", - "masterReleaseLabelId": 1 - }, - { - "id": 410100108, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100108, - "scriptKey": "4101_1_8", - "title": "Liella!", - "firstLineValue": "すみれさんがログインしました", - "noticeValue": "すみれさんがログインしました", - "appearStampIdList": "stamp_00_00000_0030,stamp_00_00000_0095,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 410100109, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100109, - "scriptKey": "4101_1_9", - "title": "Liella!", - "firstLineValue": "恋: 記事が届いたのでさっそくみなさんと読ませていただきました", - "noticeValue": "恋: 記事が届いたのでさっそくみなさんと読ませていただきました", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0038,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 410100110, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100110, - "scriptKey": "4101_1_10", - "title": "Liella!", - "firstLineValue": "恋: 来週からテスト期間ですね", - "noticeValue": "恋: 来週からテスト期間ですね", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0029,stamp_00_00000_0053,stamp_00_00000_0061,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 410100111, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100111, - "scriptKey": "4101_1_11", - "title": "Liella!", - "firstLineValue": "四季: 今日もメイはかわいい", - "noticeValue": "四季: 今日もメイはかわいい", - "appearStampIdList": "stamp_00_00000_0022,stamp_00_00000_0025,stamp_00_00000_0056,stamp_00_00000_0081,stamp_00_00000_0088,stamp_04_04003_0004,stamp_04_04007_0006,stamp_04_04008_0007", - "masterReleaseLabelId": 1 - }, - { - "id": 410100112, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100112, - "scriptKey": "4101_1_12", - "title": "Liella!", - "firstLineValue": "きな子: 先輩たち、明日部活のあとお時間あるっすか?", - "noticeValue": "きな子: 先輩たち、明日部活のあとお時間あるっすか?", - "appearStampIdList": "stamp_00_00000_0017,stamp_00_00000_0029,stamp_00_00000_0060,stamp_00_00000_0083,stamp_00_00000_0085,stamp_04_04003_0004,stamp_04_04006_0009", - "masterReleaseLabelId": 1 - }, - { - "id": 410100113, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100113, - "scriptKey": "4101_1_13", - "title": "Liella!", - "firstLineValue": "恋さんがログインしました", - "noticeValue": "恋さんがログインしました", - "appearStampIdList": "stamp_00_00000_0009,stamp_00_00000_0061", - "masterReleaseLabelId": 1 - }, - { - "id": 410100114, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100114, - "scriptKey": "4101_1_14", - "title": "Liella!", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0048,stamp_00_00000_0049,stamp_00_00000_0062,stamp_00_00000_0071,stamp_00_00000_0077,stamp_00_00000_0081,stamp_00_00000_0094,stamp_04_04005_0005", - "masterReleaseLabelId": 1 - }, - { - "id": 410100115, - "masterChatId": 4101, - "roomId": 1, - "chapterId": 410100115, - "scriptKey": "4101_1_15", - "title": "Liella!", - "firstLineValue": "可可さんがスタンプを送信しました", - "noticeValue": "可可さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0011,stamp_00_00000_0021,stamp_00_00000_0081", - "masterReleaseLabelId": 1 - }, - { - "id": 410100201, - "masterChatId": 4101, - "roomId": 2, - "chapterId": 410100201, - "scriptKey": "4101_2_1", - "title": "かのん 誕生日お祝い 2023①", - "firstLineValue": "千砂都: みんな! もうすぐかのんちゃんの誕生日だよ!", - "noticeValue": "千砂都: みんな! もうすぐかのんちゃんの誕生日だよ!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0023,stamp_00_00000_0024,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0056,stamp_00_00000_0057,stamp_00_00000_0064,stamp_00_00000_0076,stamp_00_00000_0087,stamp_04_04003_0004", - "masterReleaseLabelId": 1 - }, - { - "id": 410100301, - "masterChatId": 4101, - "roomId": 3, - "chapterId": 410100301, - "scriptKey": "4101_3_1", - "title": "かのん 誕生日お祝い 2023②", - "firstLineValue": "かのん: 今日はありがとう!", - "noticeValue": "かのん: 今日はありがとう!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0048,stamp_00_00000_0057,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 1 - }, - { - "id": 410100401, - "masterChatId": 4101, - "roomId": 4, - "chapterId": 410100401, - "scriptKey": "4101_4_1", - "title": "四季 誕生日お祝い 2023①", - "firstLineValue": "メイ: やばい", - "noticeValue": "メイ: やばい", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0005,stamp_00_00000_0011,stamp_00_00000_0022,stamp_00_00000_0029,stamp_00_00000_0066,stamp_00_00000_0088,stamp_00_00000_0094,stamp_04_04006_0009", - "masterReleaseLabelId": 123061702 - }, - { - "id": 410100501, - "masterChatId": 4101, - "roomId": 5, - "chapterId": 410100501, - "scriptKey": "4101_5_1", - "title": "四季 誕生日お祝い 2023②", - "firstLineValue": "四季: 今日は、私のバースデーパーティーに来てくれてありがとう", - "noticeValue": "四季: 今日は、私のバースデーパーティーに来てくれてありがとう", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0019,stamp_00_00000_0022,stamp_00_00000_0037,stamp_00_00000_0060,stamp_00_00000_0081,stamp_00_00000_0084", - "masterReleaseLabelId": 123061702 - }, - { - "id": 410100601, - "masterChatId": 4101, - "roomId": 6, - "chapterId": 410100601, - "scriptKey": "4101_6_1", - "title": "Liella! イベント準備2023", - "firstLineValue": "かのん: みんな~準備の進みはどうかな?", - "noticeValue": "かのん: みんな~準備の進みはどうかな?", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0024,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0053,stamp_00_00000_0064,stamp_00_00000_0076,stamp_00_00000_0079,stamp_00_00000_0095,stamp_04_04003_0004", - "masterReleaseLabelId": 323062008 - }, - { - "id": 410100701, - "masterChatId": 4101, - "roomId": 7, - "chapterId": 410100701, - "scriptKey": "4101_7_1", - "title": "Liella! 夏2023", - "firstLineValue": "きな子: もうすぐ七夕っすね!", - "noticeValue": "きな子: もうすぐ七夕っすね!", - "appearStampIdList": "stamp_00_00000_0005,stamp_00_00000_0020,stamp_00_00000_0037,stamp_00_00000_0038,stamp_00_00000_0050,stamp_00_00000_0052,stamp_00_00000_0075,stamp_00_00000_0094", - "masterReleaseLabelId": 323070402 - }, - { - "id": 410100801, - "masterChatId": 4101, - "roomId": 8, - "chapterId": 410100801, - "scriptKey": "4101_8_1", - "title": "可可 誕生日お祝い 2023①", - "firstLineValue": "すみれ: ねぇ、今度の可可の誕生日、Sunny Passionさんの…", - "noticeValue": "すみれ: ねぇ、今度の可可の誕生日、Sunny Passionさんの…", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0053,stamp_00_00000_0077,stamp_00_00000_0095,stamp_04_04003_0004", - "masterReleaseLabelId": 123071702 - }, - { - "id": 410100901, - "masterChatId": 4101, - "roomId": 9, - "chapterId": 410100901, - "scriptKey": "4101_9_1", - "title": "可可 誕生日お祝い 2023②", - "firstLineValue": "可可: びっくりしマシタよ~~~~!", - "noticeValue": "可可: びっくりしマシタよ~~~~!", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0033,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0057,stamp_00_00000_0065,stamp_00_00000_0071,stamp_00_00000_0077,stamp_00_00000_0079,stamp_00_00000_0081,stamp_04_04003_0004", - "masterReleaseLabelId": 123071702 - }, - { - "id": 410101001, - "masterChatId": 4101, - "roomId": 10, - "chapterId": 410101001, - "scriptKey": "4101_10_1", - "title": "夏美 誕生日お祝い 2023①", - "firstLineValue": "きな子: もうすぐ夏美ちゃんの誕生日っす~", - "noticeValue": "きな子: もうすぐ夏美ちゃんの誕生日っす~", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0029,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0076,stamp_00_00000_0077,stamp_04_04003_0004", - "masterReleaseLabelId": 123080702 - }, - { - "id": 410101101, - "masterChatId": 4101, - "roomId": 11, - "chapterId": 410101101, - "scriptKey": "4101_11_1", - "title": "夏美 誕生日お祝い 2023②", - "firstLineValue": "夏美: 今日は子供っぽくはしゃいでしまいましたの", - "noticeValue": "夏美: 今日は子供っぽくはしゃいでしまいましたの", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0020,stamp_00_00000_0033,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 123080702 - }, - { - "id": 410101201, - "masterChatId": 4101, - "roomId": 12, - "chapterId": 410101201, - "scriptKey": "4101_12_1", - "title": "Liella! 夏フェス2023", - "firstLineValue": "かのん: 明日はいよいよイベントだね!", - "noticeValue": "かのん: 明日はいよいよイベントだね!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0014,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0058,stamp_00_00000_0065,stamp_00_00000_0071,stamp_00_00000_0082,stamp_00_00000_0085,stamp_04_04003_0004,stamp_04_04004_0008", - "masterReleaseLabelId": 323082406 - }, - { - "id": 410101301, - "masterChatId": 4101, - "roomId": 13, - "chapterId": 410101301, - "scriptKey": "4101_13_1", - "title": "すみれ 誕生日お祝い 2023①", - "firstLineValue": "可可: すみれを祝ういい案を思いつきマシタ!", - "noticeValue": "可可: すみれを祝ういい案を思いつきマシタ!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0011,stamp_00_00000_0012,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_04_04003_0004,stamp_04_04004_0008", - "masterReleaseLabelId": 123092802 - }, - { - "id": 410101401, - "masterChatId": 4101, - "roomId": 14, - "chapterId": 410101401, - "scriptKey": "4101_14_1", - "title": "すみれ 誕生日お祝い 2023②", - "firstLineValue": "すみれ: 今日のメロン狩り すごく楽しかったわ", - "noticeValue": "すみれ: 今日のメロン狩り すごく楽しかったわ", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0021,stamp_00_00000_0036,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0051,stamp_00_00000_0077,stamp_00_00000_0087,stamp_04_04004_0008", - "masterReleaseLabelId": 123092802 - }, - { - "id": 410101501, - "masterChatId": 4101, - "roomId": 15, - "chapterId": 410101501, - "scriptKey": "4101_15_1", - "title": "Liella! 秋2023", - "firstLineValue": "恋: みなさん、今日はお月様がとってもきれいですよ", - "noticeValue": "恋: みなさん、今日はお月様がとってもきれいですよ", - "appearStampIdList": "stamp_00_00000_0010,stamp_00_00000_0020,stamp_00_00000_0038,stamp_00_00000_0039,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0064,stamp_00_00000_0068,stamp_00_00000_0078,stamp_00_00000_0092,stamp_04_04003_0004", - "masterReleaseLabelId": 323100102 - }, - { - "id": 410101601, - "masterChatId": 4101, - "roomId": 16, - "chapterId": 410101601, - "scriptKey": "4101_16_1", - "title": "Liella! Half Anniversary", - "firstLineValue": "千砂都: そういえば明日って 10月15日だ!", - "noticeValue": "千砂都: そういえば明日って 10月15日だ!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0009,stamp_00_00000_0036,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0065,stamp_00_00000_0077,stamp_00_00000_0088,stamp_04_04003_0004", - "masterReleaseLabelId": 323101404 - }, - { - "id": 410101701, - "masterChatId": 4101, - "roomId": 17, - "chapterId": 410101701, - "scriptKey": "4101_17_1", - "title": "メイ 誕生日お祝い 2023①", - "firstLineValue": "四季: 明日の予定、忘れてない?", - "noticeValue": "四季: 明日の予定、忘れてない?", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0060,stamp_00_00000_0089,stamp_00_00000_0095", - "masterReleaseLabelId": 123102902 - }, - { - "id": 410101801, - "masterChatId": 4101, - "roomId": 18, - "chapterId": 410101801, - "scriptKey": "4101_18_1", - "title": "メイ 誕生日お祝い 2023②", - "firstLineValue": "メイ: 猫カフェ最高だった~~~~~~~!!", - "noticeValue": "メイ: 猫カフェ最高だった~~~~~~~!!", - "appearStampIdList": "stamp_00_00000_0006,stamp_00_00000_0009,stamp_00_00000_0010,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0079,stamp_00_00000_0084,stamp_00_00000_0088", - "masterReleaseLabelId": 123102902 - }, - { - "id": 410101901, - "masterChatId": 4101, - "roomId": 19, - "chapterId": 410101901, - "scriptKey": "4101_19_1", - "title": "恋 誕生日お祝い 2023①", - "firstLineValue": "千砂都: もうすぐ恋ちゃんの誕生日だね", - "noticeValue": "千砂都: もうすぐ恋ちゃんの誕生日だね", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0064,stamp_00_00000_0094,stamp_04_04003_0004", - "masterReleaseLabelId": 123112402 - }, - { - "id": 410102001, - "masterChatId": 4101, - "roomId": 20, - "chapterId": 410102001, - "scriptKey": "4101_20_1", - "title": "恋 誕生日お祝い 2023②", - "firstLineValue": "恋: 今日はありがとうございました", - "noticeValue": "恋: 今日はありがとうございました", - "appearStampIdList": "stamp_00_00000_0016,stamp_00_00000_0033,stamp_00_00000_0051,stamp_00_00000_0060,stamp_00_00000_0062,stamp_04_04003_0004", - "masterReleaseLabelId": 123112402 - }, - { - "id": 410102101, - "masterChatId": 4101, - "roomId": 21, - "chapterId": 410102101, - "scriptKey": "4101_21_1", - "title": "Liella! 冬2023", - "firstLineValue": "恋: みなさん、今日はクリスマスパーティーに来てくださ…", - "noticeValue": "恋: みなさん、今日はクリスマスパーティーに来てくださ…", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0009,stamp_00_00000_0024,stamp_00_00000_0036,stamp_00_00000_0048,stamp_00_00000_0060,stamp_00_00000_0065,stamp_04_04003_0004", - "masterReleaseLabelId": 323122552 - }, - { - "id": 410102201, - "masterChatId": 4101, - "roomId": 22, - "chapterId": 410102201, - "scriptKey": "4101_22_1", - "title": "冬毬 誕生日お祝い 2023①", - "firstLineValue": "夏美: 助けてほしいですの!", - "noticeValue": "夏美: 助けてほしいですの!", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0065,stamp_00_00000_0096", - "masterReleaseLabelId": 123122802 - }, - { - "id": 410102301, - "masterChatId": 4101, - "roomId": 23, - "chapterId": 410102301, - "scriptKey": "4101_23_1", - "title": "冬毬 誕生日お祝い 2023②", - "firstLineValue": "すみれ: 夏美と冬毬、おみやげのクッキーありがとう", - "noticeValue": "すみれ: 夏美と冬毬、おみやげのクッキーありがとう", - "appearStampIdList": "stamp_00_00000_0002,stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0051,stamp_00_00000_0052,stamp_00_00000_0066,stamp_00_00000_0077,stamp_00_00000_0096", - "masterReleaseLabelId": 123122802 - }, - { - "id": 410102401, - "masterChatId": 4101, - "roomId": 24, - "chapterId": 410102401, - "scriptKey": "4101_24_1", - "title": "マルガレーテ 誕生日お祝い 2024①", - "firstLineValue": "かのん: もうすぐマルガレーテちゃんのお誕生日だね", - "noticeValue": "かのん: もうすぐマルガレーテちゃんのお誕生日だね", - "appearStampIdList": "stamp_00_00000_0001,stamp_00_00000_0007,stamp_00_00000_0029,stamp_00_00000_0033,stamp_00_00000_0037,stamp_00_00000_0046,stamp_00_00000_0053,stamp_00_00000_0065,stamp_04_04003_0004", - "masterReleaseLabelId": 124012002 - }, - { - "id": 410102501, - "masterChatId": 4101, - "roomId": 25, - "chapterId": 410102501, - "scriptKey": "4101_25_1", - "title": "マルガレーテ 誕生日お祝い 2024②", - "firstLineValue": "マルガレーテ: 今日のコンサート", - "noticeValue": "マルガレーテ: 今日のコンサート", - "appearStampIdList": "stamp_00_00000_0033,stamp_00_00000_0051,stamp_00_00000_0065", - "masterReleaseLabelId": 124012002 - }, - { - "id": 410102601, - "masterChatId": 4101, - "roomId": 26, - "chapterId": 410102601, - "scriptKey": "4101_26_1", - "title": "Liella! ライブ2024", - "firstLineValue": "千砂都: いよいよ明日はライブだね!", - "noticeValue": "千砂都: いよいよ明日はライブだね!", - "appearStampIdList": "stamp_00_00000_0046,stamp_00_00000_0055,stamp_00_00000_0060,stamp_04_04003_0004", - "masterReleaseLabelId": 324011902 - }, - { - "id": 410102701, - "masterChatId": 4101, - "roomId": 27, - "chapterId": 410102701, - "scriptKey": "4101_27_1", - "title": "千砂都 誕生日お祝い 2024①", - "firstLineValue": "かのん: みんな まるスポット探せた?", - "noticeValue": "かのん: みんな まるスポット探せた?", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0057,stamp_00_00000_0063,stamp_00_00000_0077,stamp_00_00000_0079,stamp_04_04003_0004", - "masterReleaseLabelId": 124022502 - }, - { - "id": 410102801, - "masterChatId": 4101, - "roomId": 28, - "chapterId": 410102801, - "scriptKey": "4101_28_1", - "title": "千砂都 誕生日お祝い 2024②", - "firstLineValue": "千砂都: まる最高……!", - "noticeValue": "千砂都: まる最高……!", - "appearStampIdList": "stamp_00_00000_0007,stamp_00_00000_0046,stamp_00_00000_0048,stamp_04_04003_0004", - "masterReleaseLabelId": 124022502 - }, - { - "id": 410102901, - "masterChatId": 4101, - "roomId": 29, - "chapterId": 410102901, - "scriptKey": "4101_29_1", - "title": "Liella! 春2024", - "firstLineValue": "可可さんがログインしました", - "noticeValue": "可可さんがログインしました", - "appearStampIdList": "stamp_00_00000_0019,stamp_00_00000_0046,stamp_00_00000_0050,stamp_00_00000_0065,stamp_04_04003_0004,stamp_04_04008_0007", - "masterReleaseLabelId": 324030303 - }, - { - "id": 410103001, - "masterChatId": 4101, - "roomId": 30, - "chapterId": 410103001, - "scriptKey": "4101_30_1", - "title": "きな子 誕生日お祝い 2024①", - "firstLineValue": "夏美さんがスタンプを送信しました", - "noticeValue": "夏美さんがスタンプを送信しました", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0006,stamp_00_00000_0014,stamp_00_00000_0036,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0054,stamp_00_00000_0060,stamp_00_00000_0094,stamp_04_04009_0001", - "masterReleaseLabelId": 324031604 - }, - { - "id": 410103101, - "masterChatId": 4101, - "roomId": 31, - "chapterId": 410103101, - "scriptKey": "4101_31_1", - "title": "きな子 誕生日お祝い 2024②", - "firstLineValue": "きな子: じゃがいも最高っす~~", - "noticeValue": "きな子: じゃがいも最高っす~~", - "appearStampIdList": "stamp_00_00000_0004,stamp_00_00000_0007,stamp_00_00000_0035,stamp_00_00000_0038,stamp_00_00000_0046,stamp_00_00000_0048,stamp_00_00000_0050,stamp_00_00000_0051,stamp_00_00000_0053,stamp_00_00000_0057,stamp_00_00000_0089", - "masterReleaseLabelId": 324031604 - } -] \ No newline at end of file diff --git a/src/router/databases/json/chat_room.json b/src/router/databases/json/chat_room.json deleted file mode 100644 index 4d5ded4..0000000 --- a/src/router/databases/json/chat_room.json +++ /dev/null @@ -1,7072 +0,0 @@ -[ - { - "id": 1001001, - "masterChatId": 1001, - "roomId": 1, - "hashTag": "穂乃果 DM", - "firstLineValue": "穂乃果: こんばんはー!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 1 - }, - { - "id": 1001002, - "masterChatId": 1001, - "roomId": 2, - "hashTag": "穂乃果 お誕生日2023", - "firstLineValue": "穂乃果さんがログインしました", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 123080302 - }, - { - "id": 1001003, - "masterChatId": 1001, - "roomId": 3, - "hashTag": "穂乃果 お祝い2023", - "firstLineValue": "穂乃果: お誕生日おめでとーーー!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 1 - }, - { - "id": 1001004, - "masterChatId": 1001, - "roomId": 16, - "hashTag": "穂乃果 新年2024", - "firstLineValue": "穂乃果: あけましておめでとー!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 324010140 - }, - { - "id": 1001005, - "masterChatId": 1001, - "roomId": 17, - "hashTag": "穂乃果 バレンタイン2024", - "firstLineValue": "穂乃果: 聞いて聞いてー!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 324021434 - }, - { - "id": 1001018, - "masterChatId": 1001, - "roomId": 18, - "hashTag": "穂乃果 ホワイトデー2024", - "firstLineValue": "穂乃果: 今日はホワイトデーだね!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 324031435 - }, - { - "id": 1001007, - "masterChatId": 1001, - "roomId": 7, - "hashTag": "穂乃果 4月2023", - "firstLineValue": "穂乃果: もうすっかり春だね~", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 1 - }, - { - "id": 1001008, - "masterChatId": 1001, - "roomId": 8, - "hashTag": "穂乃果 5月2023", - "firstLineValue": "穂乃果: ねえねえ", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 1 - }, - { - "id": 1001009, - "masterChatId": 1001, - "roomId": 9, - "hashTag": "穂乃果 6月2023", - "firstLineValue": "穂乃果: ふいー", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323061304 - }, - { - "id": 1001010, - "masterChatId": 1001, - "roomId": 10, - "hashTag": "穂乃果 7月2023", - "firstLineValue": "穂乃果: いよいよ夏休みが始まったね!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323072107 - }, - { - "id": 1001011, - "masterChatId": 1001, - "roomId": 11, - "hashTag": "穂乃果 夏休み2023", - "firstLineValue": "穂乃果: やっほー", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323082003 - }, - { - "id": 1001012, - "masterChatId": 1001, - "roomId": 12, - "hashTag": "穂乃果 9月2023", - "firstLineValue": "穂乃果: 今ちょっといい?", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323092104 - }, - { - "id": 1001013, - "masterChatId": 1001, - "roomId": 13, - "hashTag": "穂乃果 2023ハロウィン", - "firstLineValue": "穂乃果: トリック・オア・トリート!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323103132 - }, - { - "id": 1001014, - "masterChatId": 1001, - "roomId": 14, - "hashTag": "穂乃果 11月2023", - "firstLineValue": "穂乃果: こんばんは", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323111603 - }, - { - "id": 1001015, - "masterChatId": 1001, - "roomId": 15, - "hashTag": "穂乃果 Xmas2023", - "firstLineValue": "穂乃果: メリークリスマス!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001", - "masterReleaseLabelId": 323122413 - }, - { - "id": 1002001, - "masterChatId": 1002, - "roomId": 1, - "hashTag": "絵里 DM", - "firstLineValue": "絵里さんがログインしました", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 1 - }, - { - "id": 1002002, - "masterChatId": 1002, - "roomId": 2, - "hashTag": "絵里 お誕生日2023", - "firstLineValue": "絵里さんがログインしました", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 123102102 - }, - { - "id": 1002003, - "masterChatId": 1002, - "roomId": 3, - "hashTag": "絵里 お祝い2023", - "firstLineValue": "絵里: お誕生日おめでとう", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 1 - }, - { - "id": 1002004, - "masterChatId": 1002, - "roomId": 16, - "hashTag": "絵里 新年2024", - "firstLineValue": "絵里: あけましておめでとう", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 324010141 - }, - { - "id": 1002005, - "masterChatId": 1002, - "roomId": 17, - "hashTag": "絵里 バレンタイン2024", - "firstLineValue": "絵里: 今日はバレンタインデーのチョコレートをありがとう", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 324021435 - }, - { - "id": 1002018, - "masterChatId": 1002, - "roomId": 18, - "hashTag": "絵里 ホワイトデー2024", - "firstLineValue": "絵里: 今日はバレンタインデーのお返しをありがとう", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 324031436 - }, - { - "id": 1002007, - "masterChatId": 1002, - "roomId": 7, - "hashTag": "絵里 4月2023", - "firstLineValue": "絵里さんがログインしました", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 1 - }, - { - "id": 1002008, - "masterChatId": 1002, - "roomId": 8, - "hashTag": "絵里 5月2023", - "firstLineValue": "絵里: 聞いてちょうだい!", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 1 - }, - { - "id": 1002009, - "masterChatId": 1002, - "roomId": 9, - "hashTag": "絵里 6月2023", - "firstLineValue": "絵里さんがログインしました", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323060804 - }, - { - "id": 1002010, - "masterChatId": 1002, - "roomId": 10, - "hashTag": "絵里 7月2023", - "firstLineValue": "絵里: 毎日暑いけど体調をくずしたりしていない?", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323072405 - }, - { - "id": 1002011, - "masterChatId": 1002, - "roomId": 11, - "hashTag": "絵里 夏休み2023", - "firstLineValue": "絵里: どうして夏になるとみんな怖い話をしたがるのかしらね……", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323080703 - }, - { - "id": 1002012, - "masterChatId": 1002, - "roomId": 12, - "hashTag": "絵里 9月2023", - "firstLineValue": "絵里: この前、希とにこと一緒に期間限定のケーキを食べに行ってきたの", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323092503 - }, - { - "id": 1002013, - "masterChatId": 1002, - "roomId": 13, - "hashTag": "絵里 2023ハロウィン", - "firstLineValue": "絵里さんがログインしました", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323103133 - }, - { - "id": 1002014, - "masterChatId": 1002, - "roomId": 14, - "hashTag": "絵里 11月2023", - "firstLineValue": "絵里: もうすっかり秋ね", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323112003 - }, - { - "id": 1002015, - "masterChatId": 1002, - "roomId": 15, - "hashTag": "絵里 Xmas2023", - "firstLineValue": "絵里さんがログインしました", - "iconPath": "profile_01002_0000", - "appearCharaIdList": "1002", - "masterReleaseLabelId": 323122414 - }, - { - "id": 1003001, - "masterChatId": 1003, - "roomId": 1, - "hashTag": "ことり DM", - "firstLineValue": "ことり: こんばんは、南ことりです", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 1 - }, - { - "id": 1003002, - "masterChatId": 1003, - "roomId": 2, - "hashTag": "ことり お誕生日2023", - "firstLineValue": "ことりさんがログインしました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 123091202 - }, - { - "id": 1003003, - "masterChatId": 1003, - "roomId": 3, - "hashTag": "ことり お祝い2023", - "firstLineValue": "ことり: スタンプを送信しました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 1 - }, - { - "id": 1003004, - "masterChatId": 1003, - "roomId": 16, - "hashTag": "ことり 新年2024", - "firstLineValue": "ことり: あけましておめでとう", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 324010142 - }, - { - "id": 1003005, - "masterChatId": 1003, - "roomId": 17, - "hashTag": "ことり バレンタイン2024", - "firstLineValue": "ことり: ハッピーバレンタイン!", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 324021436 - }, - { - "id": 1003018, - "masterChatId": 1003, - "roomId": 18, - "hashTag": "ことり ホワイトデー2024", - "firstLineValue": "ことり: 今日はバレンタインデーのお返しありがとう!", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 324031437 - }, - { - "id": 1003007, - "masterChatId": 1003, - "roomId": 7, - "hashTag": "ことり 4月2023", - "firstLineValue": "ことりさんがログインしました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 1 - }, - { - "id": 1003008, - "masterChatId": 1003, - "roomId": 8, - "hashTag": "ことり 5月2023", - "firstLineValue": "ことり: スタンプを送信しました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 1 - }, - { - "id": 1003009, - "masterChatId": 1003, - "roomId": 9, - "hashTag": "ことり 6月2023", - "firstLineValue": "ことり: この前ライブを見に来てくれた子からお手紙をもらったんだ", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323060403 - }, - { - "id": 1003010, - "masterChatId": 1003, - "roomId": 10, - "hashTag": "ことり 7月2023", - "firstLineValue": "ことり: ちょっと相談したいことがあるんだけど、いいかな?", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323071203 - }, - { - "id": 1003011, - "masterChatId": 1003, - "roomId": 11, - "hashTag": "ことり 夏休み2023", - "firstLineValue": "ことり: スタンプを送信しました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323080704 - }, - { - "id": 1003012, - "masterChatId": 1003, - "roomId": 12, - "hashTag": "ことり 9月2023", - "firstLineValue": "ことりさんがログインしました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323092804 - }, - { - "id": 1003013, - "masterChatId": 1003, - "roomId": 13, - "hashTag": "ことり 2023ハロウィン", - "firstLineValue": "ことり: こんにちは!", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323103134 - }, - { - "id": 1003014, - "masterChatId": 1003, - "roomId": 14, - "hashTag": "ことり 11月2023", - "firstLineValue": "ことり: スタンプを送信しました", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323112603 - }, - { - "id": 1003015, - "masterChatId": 1003, - "roomId": 15, - "hashTag": "ことり Xmas2023", - "firstLineValue": "ことり: メリークリスマス!", - "iconPath": "profile_01003_0000", - "appearCharaIdList": "1003", - "masterReleaseLabelId": 323122526 - }, - { - "id": 1004001, - "masterChatId": 1004, - "roomId": 1, - "hashTag": "海未 DM", - "firstLineValue": "海未さんがログインしました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 1 - }, - { - "id": 1004003, - "masterChatId": 1004, - "roomId": 3, - "hashTag": "海未 お祝い2023", - "firstLineValue": "海未: 夜分に申し訳ありません", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 1 - }, - { - "id": 1004004, - "masterChatId": 1004, - "roomId": 16, - "hashTag": "海未 新年2024", - "firstLineValue": "海未: あけましておめでとうございます", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 324010143 - }, - { - "id": 1004005, - "masterChatId": 1004, - "roomId": 17, - "hashTag": "海未 バレンタイン2024", - "firstLineValue": "海未: 今日はバレンタインチョコをありがとうございました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 324021437 - }, - { - "id": 1004018, - "masterChatId": 1004, - "roomId": 18, - "hashTag": "海未 ホワイトデー2024", - "firstLineValue": "海未: 本日はバレンタインデーのお返しをありがとうございました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 324031438 - }, - { - "id": 1004007, - "masterChatId": 1004, - "roomId": 7, - "hashTag": "海未 4月2023", - "firstLineValue": "海未: もうすっかり春ですね", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 1 - }, - { - "id": 1004008, - "masterChatId": 1004, - "roomId": 8, - "hashTag": "海未 5月2023", - "firstLineValue": "海未: 画像を送信しました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 1 - }, - { - "id": 1004009, - "masterChatId": 1004, - "roomId": 9, - "hashTag": "海未 6月2023", - "firstLineValue": "海未さんがログインしました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323061602 - }, - { - "id": 1004010, - "masterChatId": 1004, - "roomId": 10, - "hashTag": "海未 7月2023", - "firstLineValue": "海未: こんにちは", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323072406 - }, - { - "id": 1004011, - "masterChatId": 1004, - "roomId": 11, - "hashTag": "海未 夏休み2023", - "firstLineValue": "海未: 聞いてください!", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323082403 - }, - { - "id": 1004012, - "masterChatId": 1004, - "roomId": 12, - "hashTag": "海未 9月2023", - "firstLineValue": "海未: こんにちは", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323090303 - }, - { - "id": 1004013, - "masterChatId": 1004, - "roomId": 13, - "hashTag": "海未 2023ハロウィン", - "firstLineValue": "海未さんがログインしました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323103135 - }, - { - "id": 1004014, - "masterChatId": 1004, - "roomId": 14, - "hashTag": "海未 11月2023", - "firstLineValue": "海未: 今度のバーベキューの準備進んでいますか?", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323111604 - }, - { - "id": 1004015, - "masterChatId": 1004, - "roomId": 15, - "hashTag": "海未 Xmas2023", - "firstLineValue": "海未さんがログインしました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 323122415 - }, - { - "id": 1004019, - "masterChatId": 1004, - "roomId": 19, - "hashTag": "海未 お誕生日2024", - "firstLineValue": "海未さんがログインしました", - "iconPath": "profile_01004_0000", - "appearCharaIdList": "1004", - "masterReleaseLabelId": 124031502 - }, - { - "id": 1005001, - "masterChatId": 1005, - "roomId": 1, - "hashTag": "凛 DM", - "firstLineValue": "凛さんがログインしました", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 1 - }, - { - "id": 1005002, - "masterChatId": 1005, - "roomId": 2, - "hashTag": "凛 お誕生日2023", - "firstLineValue": "凛さんがログインしました", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 123110103 - }, - { - "id": 1005003, - "masterChatId": 1005, - "roomId": 3, - "hashTag": "凛 お祝い2023", - "firstLineValue": "凛: スタンプを送信しました", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 1 - }, - { - "id": 1005004, - "masterChatId": 1005, - "roomId": 16, - "hashTag": "凛 新年2024", - "firstLineValue": "凛: あけましておめでとう!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 324010144 - }, - { - "id": 1005005, - "masterChatId": 1005, - "roomId": 17, - "hashTag": "凛 バレンタイン2024", - "firstLineValue": "凛: あなたからもらったチョコ、すっごくおいしいにゃ~~~", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 324021438 - }, - { - "id": 1005018, - "masterChatId": 1005, - "roomId": 18, - "hashTag": "凛 ホワイトデー2024", - "firstLineValue": "凛: バレンタインも最高だったけど、ホワイトデーも最高だにゃ!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 324031439 - }, - { - "id": 1005007, - "masterChatId": 1005, - "roomId": 7, - "hashTag": "凛 4月2023", - "firstLineValue": "凛: 毎日ぽかぽかして気持ちいいにゃ~", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 1 - }, - { - "id": 1005008, - "masterChatId": 1005, - "roomId": 8, - "hashTag": "凛 5月2023", - "firstLineValue": "凛: おはよう!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 1 - }, - { - "id": 1005009, - "masterChatId": 1005, - "roomId": 9, - "hashTag": "凛 6月2023", - "firstLineValue": "凛さんがログインしました", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323060203 - }, - { - "id": 1005010, - "masterChatId": 1005, - "roomId": 10, - "hashTag": "凛 7月2023", - "firstLineValue": "凛: どうしよう~~~!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323072303 - }, - { - "id": 1005011, - "masterChatId": 1005, - "roomId": 11, - "hashTag": "凛 夏休み2023", - "firstLineValue": "凛さんがログインしました", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323080803 - }, - { - "id": 1005012, - "masterChatId": 1005, - "roomId": 12, - "hashTag": "凛 9月2023", - "firstLineValue": "凛: 新聞読んだよ!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323092805 - }, - { - "id": 1005013, - "masterChatId": 1005, - "roomId": 13, - "hashTag": "凛 2023ハロウィン", - "firstLineValue": "凛: ハッピーハロウィン!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323103136 - }, - { - "id": 1005014, - "masterChatId": 1005, - "roomId": 14, - "hashTag": "凛 11月2023", - "firstLineValue": "凛: 今度のバーベキュー楽しみだね", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323112203 - }, - { - "id": 1005015, - "masterChatId": 1005, - "roomId": 15, - "hashTag": "凛 Xmas2023", - "firstLineValue": "凛: メリークリスマス!", - "iconPath": "profile_01005_0000", - "appearCharaIdList": "1005", - "masterReleaseLabelId": 323122416 - }, - { - "id": 1006001, - "masterChatId": 1006, - "roomId": 1, - "hashTag": "真姫 DM", - "firstLineValue": "真姫さんがログインしました", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 1 - }, - { - "id": 1006003, - "masterChatId": 1006, - "roomId": 3, - "hashTag": "真姫 お祝い2023", - "firstLineValue": "真姫: お誕生日おめでとう", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 1 - }, - { - "id": 1006004, - "masterChatId": 1006, - "roomId": 16, - "hashTag": "真姫 新年2024", - "firstLineValue": "真姫: あけましておめでとう", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 324010145 - }, - { - "id": 1006005, - "masterChatId": 1006, - "roomId": 17, - "hashTag": "真姫 バレンタイン2024", - "firstLineValue": "真姫: 今日はバレンタインチョコをありがとう", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 324021439 - }, - { - "id": 1006018, - "masterChatId": 1006, - "roomId": 18, - "hashTag": "真姫 ホワイトデー2024", - "firstLineValue": "真姫: おはよう", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 324031440 - }, - { - "id": 1006007, - "masterChatId": 1006, - "roomId": 7, - "hashTag": "真姫 4月2023", - "firstLineValue": "真姫: さっき散歩をしていたら素敵な桜並木を見かけたの", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 1 - }, - { - "id": 1006008, - "masterChatId": 1006, - "roomId": 8, - "hashTag": "真姫 5月2023", - "firstLineValue": "真姫: さっき送った写真見てくれた?", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 1 - }, - { - "id": 1006009, - "masterChatId": 1006, - "roomId": 9, - "hashTag": "真姫 6月2023", - "firstLineValue": "真姫: さっきメールで送った曲、もう聴いてくれた?", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323061803 - }, - { - "id": 1006010, - "masterChatId": 1006, - "roomId": 10, - "hashTag": "真姫 7月2023", - "firstLineValue": "真姫: もうすぐ夏休みね", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323071204 - }, - { - "id": 1006011, - "masterChatId": 1006, - "roomId": 11, - "hashTag": "真姫 夏休み2023", - "firstLineValue": "真姫: もう少しで夏休みも終わりね", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323081604 - }, - { - "id": 1006012, - "masterChatId": 1006, - "roomId": 12, - "hashTag": "真姫 9月2023", - "firstLineValue": "真姫: 今日見てもらった練習のことで聞きたいことがあるんだけどいい?", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323091903 - }, - { - "id": 1006013, - "masterChatId": 1006, - "roomId": 13, - "hashTag": "真姫 2023ハロウィン", - "firstLineValue": "真姫: 今日はハロウィンね", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323103137 - }, - { - "id": 1006014, - "masterChatId": 1006, - "roomId": 14, - "hashTag": "真姫 11月2023", - "firstLineValue": "真姫: 最近寒くなってきたわね", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323112103 - }, - { - "id": 1006015, - "masterChatId": 1006, - "roomId": 15, - "hashTag": "真姫 Xmas2023", - "firstLineValue": "真姫さんがログインしました", - "iconPath": "profile_01006_0000", - "appearCharaIdList": "1006", - "masterReleaseLabelId": 323122417 - }, - { - "id": 1007001, - "masterChatId": 1007, - "roomId": 1, - "hashTag": "希 DM", - "firstLineValue": "希: こんばんは", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 1 - }, - { - "id": 1007002, - "masterChatId": 1007, - "roomId": 2, - "hashTag": "希 お誕生日2023", - "firstLineValue": "希さんがログインしました", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 123060902 - }, - { - "id": 1007003, - "masterChatId": 1007, - "roomId": 3, - "hashTag": "希 お祝い2023", - "firstLineValue": "希: 起きてる?", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 1 - }, - { - "id": 1007004, - "masterChatId": 1007, - "roomId": 16, - "hashTag": "希 新年2024", - "firstLineValue": "希: あけましておめでとう!", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 324010146 - }, - { - "id": 1007005, - "masterChatId": 1007, - "roomId": 17, - "hashTag": "希 バレンタイン2024", - "firstLineValue": "希: 問題です", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 324021440 - }, - { - "id": 1007018, - "masterChatId": 1007, - "roomId": 18, - "hashTag": "希 ホワイトデー2024", - "firstLineValue": "希: ねえ!", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 324031441 - }, - { - "id": 1007007, - "masterChatId": 1007, - "roomId": 7, - "hashTag": "希 4月2023", - "firstLineValue": "希: 画像を送信しました", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 1 - }, - { - "id": 1007008, - "masterChatId": 1007, - "roomId": 8, - "hashTag": "希 5月2023", - "firstLineValue": "希: おはよう~", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 1 - }, - { - "id": 1007009, - "masterChatId": 1007, - "roomId": 9, - "hashTag": "希 6月2023", - "firstLineValue": "希さんがログインしました", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323061403 - }, - { - "id": 1007010, - "masterChatId": 1007, - "roomId": 10, - "hashTag": "希 7月2023", - "firstLineValue": "希: こんにちはー", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323072603 - }, - { - "id": 1007011, - "masterChatId": 1007, - "roomId": 11, - "hashTag": "希 夏休み2023", - "firstLineValue": "希: おはよう!", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323081703 - }, - { - "id": 1007012, - "masterChatId": 1007, - "roomId": 12, - "hashTag": "希 9月2023", - "firstLineValue": "希: 今何してる?", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323092105 - }, - { - "id": 1007013, - "masterChatId": 1007, - "roomId": 13, - "hashTag": "希 2023ハロウィン", - "firstLineValue": "希: ハッピーハロウィーン!", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323103138 - }, - { - "id": 1007014, - "masterChatId": 1007, - "roomId": 14, - "hashTag": "希 11月2023", - "firstLineValue": "希さんがログインしました", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323111803 - }, - { - "id": 1007015, - "masterChatId": 1007, - "roomId": 15, - "hashTag": "希 Xmas2023", - "firstLineValue": "希: メリークリスマス!
すてきなクリスマスイブ、過ごしてる?", - "iconPath": "profile_01007_0000", - "appearCharaIdList": "1007", - "masterReleaseLabelId": 323122418 - }, - { - "id": 1008001, - "masterChatId": 1008, - "roomId": 1, - "hashTag": "花陽 DM", - "firstLineValue": "花陽さんがログインしました", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 1 - }, - { - "id": 1008002, - "masterChatId": 1008, - "roomId": 2, - "hashTag": "花陽 お誕生日2024", - "firstLineValue": "花陽さんがログインしました", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 124011702 - }, - { - "id": 1008003, - "masterChatId": 1008, - "roomId": 3, - "hashTag": "花陽 お祝い2023", - "firstLineValue": "花陽: スタンプを送信しました", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 1 - }, - { - "id": 1008004, - "masterChatId": 1008, - "roomId": 16, - "hashTag": "花陽 新年2024", - "firstLineValue": "花陽: あけましておめでとう!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 324010147 - }, - { - "id": 1008005, - "masterChatId": 1008, - "roomId": 17, - "hashTag": "花陽 バレンタイン2024", - "firstLineValue": "花陽: 今日はバレンタインチョコありがとう!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 324021441 - }, - { - "id": 1008018, - "masterChatId": 1008, - "roomId": 18, - "hashTag": "花陽 ホワイトデー2024", - "firstLineValue": "花陽: おはよう!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 324031442 - }, - { - "id": 1008007, - "masterChatId": 1008, - "roomId": 7, - "hashTag": "花陽 4月2023", - "firstLineValue": "花陽: ビッグニュースだよ!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 1 - }, - { - "id": 1008008, - "masterChatId": 1008, - "roomId": 8, - "hashTag": "花陽 5月2023", - "firstLineValue": "花陽: すごかった……", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 1 - }, - { - "id": 1008009, - "masterChatId": 1008, - "roomId": 9, - "hashTag": "花陽 6月2023", - "firstLineValue": "花陽さんがログインしました", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323060703 - }, - { - "id": 1008010, - "masterChatId": 1008, - "roomId": 10, - "hashTag": "花陽 7月2023", - "firstLineValue": "花陽: 毎日暑いね~", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323072902 - }, - { - "id": 1008011, - "masterChatId": 1008, - "roomId": 11, - "hashTag": "花陽 夏休み2023", - "firstLineValue": "花陽: こんにちは", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323080804 - }, - { - "id": 1008012, - "masterChatId": 1008, - "roomId": 12, - "hashTag": "花陽 9月2023", - "firstLineValue": "花陽: 聞いて~", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323092903 - }, - { - "id": 1008013, - "masterChatId": 1008, - "roomId": 13, - "hashTag": "花陽 2023ハロウィン", - "firstLineValue": "花陽: ハッピーハロウィン!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323103139 - }, - { - "id": 1008014, - "masterChatId": 1008, - "roomId": 14, - "hashTag": "花陽 11月2023", - "firstLineValue": "花陽: 秋と言えば「実りの秋」だね!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323110803 - }, - { - "id": 1008015, - "masterChatId": 1008, - "roomId": 15, - "hashTag": "花陽 Xmas2023", - "firstLineValue": "花陽: メリークリスマス!", - "iconPath": "profile_01008_0000", - "appearCharaIdList": "1008", - "masterReleaseLabelId": 323122419 - }, - { - "id": 1009001, - "masterChatId": 1009, - "roomId": 1, - "hashTag": "にこ DM", - "firstLineValue": "にこ: にっこにっこにー! 今日は取材ありがとね!", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 1 - }, - { - "id": 1009002, - "masterChatId": 1009, - "roomId": 2, - "hashTag": "にこ お誕生日2023", - "firstLineValue": "にこさんがログインしました", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 123072202 - }, - { - "id": 1009003, - "masterChatId": 1009, - "roomId": 3, - "hashTag": "にこ お祝い2023", - "firstLineValue": "にこ: ねえ、今日って時間空いてる?", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 1 - }, - { - "id": 1009004, - "masterChatId": 1009, - "roomId": 16, - "hashTag": "にこ 新年2024", - "firstLineValue": "にこ: あけましておめでとう!", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 324010148 - }, - { - "id": 1009005, - "masterChatId": 1009, - "roomId": 17, - "hashTag": "にこ バレンタイン2024", - "firstLineValue": "にこさんがログインしました", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 324021442 - }, - { - "id": 1009018, - "masterChatId": 1009, - "roomId": 18, - "hashTag": "にこ ホワイトデー2024", - "firstLineValue": "にこ: バレンタインデーのお返しすごくおいしかったわ", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 324031443 - }, - { - "id": 1009007, - "masterChatId": 1009, - "roomId": 7, - "hashTag": "にこ 4月2023", - "firstLineValue": "にこ: 元気?", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 1 - }, - { - "id": 1009008, - "masterChatId": 1009, - "roomId": 8, - "hashTag": "にこ 5月2023", - "firstLineValue": "にこ: 大変よ!!", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 1 - }, - { - "id": 1009009, - "masterChatId": 1009, - "roomId": 9, - "hashTag": "にこ 6月2023", - "firstLineValue": "にこさんがログインしました", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323061003 - }, - { - "id": 1009010, - "masterChatId": 1009, - "roomId": 10, - "hashTag": "にこ 7月2023", - "firstLineValue": "にこ: 暑いけど元気にしてる?", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323072604 - }, - { - "id": 1009011, - "masterChatId": 1009, - "roomId": 11, - "hashTag": "にこ 夏休み2023", - "firstLineValue": "にこ: 今何してる?", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323082904 - }, - { - "id": 1009012, - "masterChatId": 1009, - "roomId": 12, - "hashTag": "にこ 9月2023", - "firstLineValue": "にこさんがログインしました", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323090603 - }, - { - "id": 1009013, - "masterChatId": 1009, - "roomId": 13, - "hashTag": "にこ 2023ハロウィン", - "firstLineValue": "にこ: 今日はありがとね", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323103140 - }, - { - "id": 1009014, - "masterChatId": 1009, - "roomId": 14, - "hashTag": "にこ 11月2023", - "firstLineValue": "にこ: 今度のバーベキューの準備進んでる?", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323110603 - }, - { - "id": 1009015, - "masterChatId": 1009, - "roomId": 15, - "hashTag": "にこ Xmas2023", - "firstLineValue": "にこ: メリークリスマス!", - "iconPath": "profile_01009_0000", - "appearCharaIdList": "1009", - "masterReleaseLabelId": 323122420 - }, - { - "id": 1101001, - "masterChatId": 1101, - "roomId": 1, - "hashTag": "µ's", - "firstLineValue": "穂乃果: これで全員、グループに入ったかな?", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001,1007,1002,1003,1004,1005,1006,1008,1009", - "masterReleaseLabelId": 1 - }, - { - "id": 1101002, - "masterChatId": 1101, - "roomId": 2, - "hashTag": "µ's 春2023", - "firstLineValue": "穂乃果: 眠い~!
眠いったら眠い!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001,1004,1007,1009,1003,1002,1006,1008,1005", - "masterReleaseLabelId": 1 - }, - { - "id": 1101003, - "masterChatId": 1101, - "roomId": 3, - "hashTag": "希 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1001,1003,1004,1005,1006,1008,1009", - "masterReleaseLabelId": 123060902 - }, - { - "id": 1101004, - "masterChatId": 1101, - "roomId": 4, - "hashTag": "希 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1001,1002,1003,1004,1005,1006,1007,1008,1009", - "masterReleaseLabelId": 123060902 - }, - { - "id": 1101005, - "masterChatId": 1101, - "roomId": 5, - "hashTag": "µ's イベント準備2023", - "firstLineValue": "花陽: もうすぐイベントだね
楽しみだなあ……!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1008,1005,1003,1002,1007,1001,1004,1006,1009", - "masterReleaseLabelId": 323062206 - }, - { - "id": 1101006, - "masterChatId": 1101, - "roomId": 6, - "hashTag": "にこ 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1002,1001,1003,1004,1005,1007,1006,1008", - "masterReleaseLabelId": 123072202 - }, - { - "id": 1101007, - "masterChatId": 1101, - "roomId": 7, - "hashTag": "にこ 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1001,1007,1005,1006,1004,1003,1002,1008,1009", - "masterReleaseLabelId": 123072202 - }, - { - "id": 1101008, - "masterChatId": 1101, - "roomId": 8, - "hashTag": "µ's 夏2023", - "firstLineValue": "にこ: あつーーーーい……
夏ってこんなに暑かったかしら", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1009,1007,1006,1001,1004,1002,1003,1008,1005", - "masterReleaseLabelId": 323072606 - }, - { - "id": 1101009, - "masterChatId": 1101, - "roomId": 9, - "hashTag": "穂乃果 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1009,1002,1007,1008,1005,1006,1004,1003", - "masterReleaseLabelId": 123080302 - }, - { - "id": 1101010, - "masterChatId": 1101, - "roomId": 10, - "hashTag": "穂乃果 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1007,1002,1009,1001,1008,1005,1006,1003,1004", - "masterReleaseLabelId": 123080302 - }, - { - "id": 1101011, - "masterChatId": 1101, - "roomId": 11, - "hashTag": "μ's 0825", - "firstLineValue": "穂乃果: おはよー!
みんな起きてる?", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1001,1003,1005,1007,1002,1008,1006,1004,1009", - "masterReleaseLabelId": 323082502 - }, - { - "id": 1101012, - "masterChatId": 1101, - "roomId": 12, - "hashTag": "ことり 誕生日お祝い 2023①", - "firstLineValue": "花陽: もうすぐことりちゃんのお誕生日だね~", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1008,1007,1004,1001,1009,1006,1002,1005", - "masterReleaseLabelId": 123091202 - }, - { - "id": 1101013, - "masterChatId": 1101, - "roomId": 13, - "hashTag": "ことり 誕生日お祝い 2023②", - "firstLineValue": "ことり: みんな~!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1003,1001,1002,1008,1009,1005,1004,1007,1006", - "masterReleaseLabelId": 123091202 - }, - { - "id": 1101014, - "masterChatId": 1101, - "roomId": 14, - "hashTag": "μ's 秋2023", - "firstLineValue": "海未: 暑かった夏も終わって、秋になってきましたね", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1004,1006,1003,1001,1007,1002,1005,1008,1009", - "masterReleaseLabelId": 323100703 - }, - { - "id": 1101015, - "masterChatId": 1101, - "roomId": 15, - "hashTag": "μ's Half Anniversary", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1001,1009,1003,1007,1002,1005,1008,1004,1006", - "masterReleaseLabelId": 323101503 - }, - { - "id": 1101016, - "masterChatId": 1101, - "roomId": 16, - "hashTag": "絵里 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1006,1002,1009", - "masterReleaseLabelId": 123102102 - }, - { - "id": 1101017, - "masterChatId": 1101, - "roomId": 17, - "hashTag": "絵里 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1004,1005,1001,1002,1008,1009,1006,1007,1003", - "masterReleaseLabelId": 123102102 - }, - { - "id": 1101018, - "masterChatId": 1101, - "roomId": 18, - "hashTag": "凛 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1006,1008,1003,1009,1001,1004,1007,1002", - "masterReleaseLabelId": 123110103 - }, - { - "id": 1101019, - "masterChatId": 1101, - "roomId": 19, - "hashTag": "凛 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1005,1008,1003,1001,1007,1004,1009,1006,1002", - "masterReleaseLabelId": 123110103 - }, - { - "id": 1101020, - "masterChatId": 1101, - "roomId": 20, - "hashTag": "花陽 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1005,1006", - "masterReleaseLabelId": 124011702 - }, - { - "id": 1101021, - "masterChatId": 1101, - "roomId": 21, - "hashTag": "花陽 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1008,1005,1006", - "masterReleaseLabelId": 124011702 - }, - { - "id": 1101022, - "masterChatId": 1101, - "roomId": 22, - "hashTag": "μ's 冬2024", - "firstLineValue": "凛: ただいま~!", - "iconPath": "profile_01001_0000", - "appearCharaIdList": "1005,1008,1009,1002,1007,1001,1006,1003,1004", - "masterReleaseLabelId": 324020906 - }, - { - "id": 1101023, - "masterChatId": 1101, - "roomId": 23, - "hashTag": "μ's イベント① 2024", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1001,1003,1005,1008,1006,1009,1002,1004,1007", - "masterReleaseLabelId": 324022202 - }, - { - "id": 1101024, - "masterChatId": 1101, - "roomId": 24, - "hashTag": "海未 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1001,1003", - "masterReleaseLabelId": 124031502 - }, - { - "id": 1101025, - "masterChatId": 1101, - "roomId": 25, - "hashTag": "海未 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1003,1004,1001", - "masterReleaseLabelId": 124031502 - }, - { - "id": 1101026, - "masterChatId": 1101, - "roomId": 26, - "hashTag": "真姫 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1005,1006,1008", - "masterReleaseLabelId": 324031601 - }, - { - "id": 1101027, - "masterChatId": 1101, - "roomId": 27, - "hashTag": "真姫 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1005,1003,1001,1002,1007,1004,1009,1006,1008", - "masterReleaseLabelId": 324031601 - }, - { - "id": 1101028, - "masterChatId": 1101, - "roomId": 28, - "hashTag": "μ's イベント② 2024", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "1004,1001,1003,1005,1007,1002,1006,1009,1008", - "masterReleaseLabelId": 324032902 - }, - { - "id": 2001001, - "masterChatId": 2001, - "roomId": 1, - "hashTag": "千歌 DM", - "firstLineValue": "千歌: こんばんはー", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 1 - }, - { - "id": 2001002, - "masterChatId": 2001, - "roomId": 2, - "hashTag": "千歌 お誕生日2023", - "firstLineValue": "千歌さんがログインしました", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 123080104 - }, - { - "id": 2001003, - "masterChatId": 2001, - "roomId": 3, - "hashTag": "千歌 お祝い2023", - "firstLineValue": "千歌: スタンプを送信しました", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 1 - }, - { - "id": 2001004, - "masterChatId": 2001, - "roomId": 16, - "hashTag": "千歌 新年2024", - "firstLineValue": "千歌: あけましておめでと~!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 324010149 - }, - { - "id": 2001005, - "masterChatId": 2001, - "roomId": 17, - "hashTag": "千歌 バレンタイン2024", - "firstLineValue": "千歌: ハッピーバレンタイン!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 324021443 - }, - { - "id": 2001018, - "masterChatId": 2001, - "roomId": 18, - "hashTag": "千歌 ホワイトデー2024", - "firstLineValue": "千歌: 今日はホワイトデーのお返しありがとう!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 324031444 - }, - { - "id": 2001007, - "masterChatId": 2001, - "roomId": 7, - "hashTag": "千歌 4月2023", - "firstLineValue": "千歌: おはよ~!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 1 - }, - { - "id": 2001008, - "masterChatId": 2001, - "roomId": 8, - "hashTag": "千歌 5月2023", - "firstLineValue": "千歌: 聞いてよ~!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 1 - }, - { - "id": 2001009, - "masterChatId": 2001, - "roomId": 9, - "hashTag": "千歌 6月2023", - "firstLineValue": "千歌さんがログインしました", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323060603 - }, - { - "id": 2001010, - "masterChatId": 2001, - "roomId": 10, - "hashTag": "千歌 7月2023", - "firstLineValue": "千歌: やっほー!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323072108 - }, - { - "id": 2001011, - "masterChatId": 2001, - "roomId": 11, - "hashTag": "千歌 夏休み2023", - "firstLineValue": "千歌: 夏休みの宿題ってもう終わった!!??", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323081605 - }, - { - "id": 2001012, - "masterChatId": 2001, - "roomId": 12, - "hashTag": "千歌 9月2023", - "firstLineValue": "千歌: スタンプを送信しました", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323090112 - }, - { - "id": 2001013, - "masterChatId": 2001, - "roomId": 13, - "hashTag": "千歌 2023ハロウィン", - "firstLineValue": "千歌: ハッピーハロウィン!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323103141 - }, - { - "id": 2001014, - "masterChatId": 2001, - "roomId": 14, - "hashTag": "千歌 11月2023", - "firstLineValue": "千歌: やっほー", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323112104 - }, - { - "id": 2001015, - "masterChatId": 2001, - "roomId": 15, - "hashTag": "千歌 Xmas2023", - "firstLineValue": "千歌さんがログインしました", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001", - "masterReleaseLabelId": 323122421 - }, - { - "id": 2002001, - "masterChatId": 2002, - "roomId": 1, - "hashTag": "梨子 DM", - "firstLineValue": "梨子: こんばんは", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 1 - }, - { - "id": 2002002, - "masterChatId": 2002, - "roomId": 2, - "hashTag": "梨子 お誕生日2023", - "firstLineValue": "梨子さんがログインしました", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 123091902 - }, - { - "id": 2002003, - "masterChatId": 2002, - "roomId": 3, - "hashTag": "梨子 お祝い2023", - "firstLineValue": "梨子: 起きてる?", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 1 - }, - { - "id": 2002004, - "masterChatId": 2002, - "roomId": 16, - "hashTag": "梨子 新年2024", - "firstLineValue": "梨子: あけましておめでとう♪", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 324010150 - }, - { - "id": 2002005, - "masterChatId": 2002, - "roomId": 17, - "hashTag": "梨子 バレンタイン2024", - "firstLineValue": "梨子: 今日はチョコありがとう", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 324021444 - }, - { - "id": 2002018, - "masterChatId": 2002, - "roomId": 18, - "hashTag": "梨子 ホワイトデー2024", - "firstLineValue": "梨子: 今日はバレンタインデーのお返しありがとう", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 324031445 - }, - { - "id": 2002007, - "masterChatId": 2002, - "roomId": 7, - "hashTag": "梨子 4月2023", - "firstLineValue": "梨子さんがログインしました", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 1 - }, - { - "id": 2002008, - "masterChatId": 2002, - "roomId": 8, - "hashTag": "梨子 5月2023", - "firstLineValue": "梨子: こんばんは", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 1 - }, - { - "id": 2002009, - "masterChatId": 2002, - "roomId": 9, - "hashTag": "梨子 6月2023", - "firstLineValue": "梨子さんがログインしました", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323060504 - }, - { - "id": 2002010, - "masterChatId": 2002, - "roomId": 10, - "hashTag": "梨子 7月2023", - "firstLineValue": "梨子: こんにちは", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323071302 - }, - { - "id": 2002011, - "masterChatId": 2002, - "roomId": 11, - "hashTag": "梨子 夏休み2023", - "firstLineValue": "梨子さんがログインしました", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323080103 - }, - { - "id": 2002012, - "masterChatId": 2002, - "roomId": 12, - "hashTag": "梨子 9月2023", - "firstLineValue": "梨子さんがログインしました", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323092904 - }, - { - "id": 2002013, - "masterChatId": 2002, - "roomId": 13, - "hashTag": "梨子 2023ハロウィン", - "firstLineValue": "梨子: 10月31日って何の日か知ってる?", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323103142 - }, - { - "id": 2002014, - "masterChatId": 2002, - "roomId": 14, - "hashTag": "梨子 11月2023", - "firstLineValue": "梨子: 最近寒くなってきたけど大丈夫?", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323111804 - }, - { - "id": 2002015, - "masterChatId": 2002, - "roomId": 15, - "hashTag": "梨子 Xmas2023", - "firstLineValue": "梨子: メリークリスマス♪", - "iconPath": "profile_02002_0000", - "appearCharaIdList": "2002", - "masterReleaseLabelId": 323122422 - }, - { - "id": 2003001, - "masterChatId": 2003, - "roomId": 1, - "hashTag": "果南 DM", - "firstLineValue": "果南: こんばんは", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 1 - }, - { - "id": 2003002, - "masterChatId": 2003, - "roomId": 17, - "hashTag": "果南 お誕生日2024", - "firstLineValue": "果南さんがログインしました", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 124021002 - }, - { - "id": 2003003, - "masterChatId": 2003, - "roomId": 3, - "hashTag": "果南 お祝い2023", - "firstLineValue": "果南: お誕生日おめでとう~!", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 1 - }, - { - "id": 2003004, - "masterChatId": 2003, - "roomId": 16, - "hashTag": "果南 新年2024", - "firstLineValue": "果南: あけましておめでとう!", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 324010151 - }, - { - "id": 2003005, - "masterChatId": 2003, - "roomId": 18, - "hashTag": "果南 バレンタイン2024", - "firstLineValue": "果南: ハッピーバレンタイン", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 324021445 - }, - { - "id": 2003019, - "masterChatId": 2003, - "roomId": 19, - "hashTag": "果南 ホワイトデー2024", - "firstLineValue": "果南: 今日はお返しありがとう", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 324031446 - }, - { - "id": 2003007, - "masterChatId": 2003, - "roomId": 7, - "hashTag": "果南 4月2023", - "firstLineValue": "果南: おはよ~!", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 1 - }, - { - "id": 2003008, - "masterChatId": 2003, - "roomId": 8, - "hashTag": "果南 5月2023", - "firstLineValue": "果南: やっほー", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 1 - }, - { - "id": 2003009, - "masterChatId": 2003, - "roomId": 9, - "hashTag": "果南 6月2023", - "firstLineValue": "果南さんがログインしました", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323061305 - }, - { - "id": 2003010, - "masterChatId": 2003, - "roomId": 10, - "hashTag": "果南 7月2023", - "firstLineValue": "果南: 毎日暑いねー", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323072407 - }, - { - "id": 2003011, - "masterChatId": 2003, - "roomId": 11, - "hashTag": "果南 夏休み2023", - "firstLineValue": "果南: やっほー", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323081403 - }, - { - "id": 2003012, - "masterChatId": 2003, - "roomId": 12, - "hashTag": "果南 9月2023", - "firstLineValue": "果南: 夏休み終わっちゃったねー", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323091904 - }, - { - "id": 2003013, - "masterChatId": 2003, - "roomId": 13, - "hashTag": "果南 2023ハロウィン", - "firstLineValue": "果南: トリック・オア・トリート!", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323103143 - }, - { - "id": 2003014, - "masterChatId": 2003, - "roomId": 14, - "hashTag": "果南 11月2023", - "firstLineValue": "果南さんがログインしました", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323112803 - }, - { - "id": 2003015, - "masterChatId": 2003, - "roomId": 15, - "hashTag": "果南 Xmas2023", - "firstLineValue": "果南: メリークリスマス!", - "iconPath": "profile_02003_0000", - "appearCharaIdList": "2003", - "masterReleaseLabelId": 323122527 - }, - { - "id": 2004001, - "masterChatId": 2004, - "roomId": 1, - "hashTag": "ダイヤ DM", - "firstLineValue": "ダイヤ: 本日はAqoursのライブの取材、ありがとうございます", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 1 - }, - { - "id": 2004002, - "masterChatId": 2004, - "roomId": 2, - "hashTag": "ダイヤ お誕生日2024", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 124010103 - }, - { - "id": 2004003, - "masterChatId": 2004, - "roomId": 3, - "hashTag": "ダイヤ お祝い2023", - "firstLineValue": "ダイヤ: 夜分遅くにすみません", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 1 - }, - { - "id": 2004004, - "masterChatId": 2004, - "roomId": 16, - "hashTag": "ダイヤ 新年2024", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 324010152 - }, - { - "id": 2004005, - "masterChatId": 2004, - "roomId": 17, - "hashTag": "ダイヤ バレンタイン2024", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 324021446 - }, - { - "id": 2004018, - "masterChatId": 2004, - "roomId": 18, - "hashTag": "ダイヤ ホワイトデー2024", - "firstLineValue": "ダイヤ: 今日はバレンタインデーのお返しをくださりありがとうございました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 324031447 - }, - { - "id": 2004007, - "masterChatId": 2004, - "roomId": 7, - "hashTag": "ダイヤ 4月2023", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 1 - }, - { - "id": 2004008, - "masterChatId": 2004, - "roomId": 8, - "hashTag": "ダイヤ 5月2023", - "firstLineValue": "ダイヤ: こんにちは", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 1 - }, - { - "id": 2004009, - "masterChatId": 2004, - "roomId": 9, - "hashTag": "ダイヤ 6月2023", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323062203 - }, - { - "id": 2004010, - "masterChatId": 2004, - "roomId": 10, - "hashTag": "ダイヤ 7月2023", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323072109 - }, - { - "id": 2004011, - "masterChatId": 2004, - "roomId": 11, - "hashTag": "ダイヤ 夏休み2023", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323082105 - }, - { - "id": 2004012, - "masterChatId": 2004, - "roomId": 12, - "hashTag": "ダイヤ 9月2023", - "firstLineValue": "ダイヤ: いま少しよろしいですか?", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323091403 - }, - { - "id": 2004013, - "masterChatId": 2004, - "roomId": 13, - "hashTag": "ダイヤ 2023ハロウィン", - "firstLineValue": "ダイヤ: 今日はありがとうございました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323103144 - }, - { - "id": 2004014, - "masterChatId": 2004, - "roomId": 14, - "hashTag": "ダイヤ 11月2023", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323111003 - }, - { - "id": 2004015, - "masterChatId": 2004, - "roomId": 15, - "hashTag": "ダイヤ Xmas2023", - "firstLineValue": "ダイヤさんがログインしました", - "iconPath": "profile_02004_0000", - "appearCharaIdList": "2004", - "masterReleaseLabelId": 323122528 - }, - { - "id": 2005001, - "masterChatId": 2005, - "roomId": 1, - "hashTag": "曜 DM", - "firstLineValue": "曜: スタンプを送信しました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 1 - }, - { - "id": 2005003, - "masterChatId": 2005, - "roomId": 3, - "hashTag": "曜 お祝い2023", - "firstLineValue": "曜: スタンプを送信しました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 1 - }, - { - "id": 2005004, - "masterChatId": 2005, - "roomId": 16, - "hashTag": "曜 新年2024", - "firstLineValue": "曜: あけましておめでとう!", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 324010153 - }, - { - "id": 2005005, - "masterChatId": 2005, - "roomId": 17, - "hashTag": "曜 バレンタイン2024", - "firstLineValue": "曜: 今日はバレンタインチョコありがとう!", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 324021447 - }, - { - "id": 2005018, - "masterChatId": 2005, - "roomId": 18, - "hashTag": "曜 ホワイトデー2024", - "firstLineValue": "曜: バレンタインデーのお返しありがとう~!", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 324031448 - }, - { - "id": 2005007, - "masterChatId": 2005, - "roomId": 7, - "hashTag": "曜 4月2023", - "firstLineValue": "曜さんがログインしました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 1 - }, - { - "id": 2005008, - "masterChatId": 2005, - "roomId": 8, - "hashTag": "曜 5月2023", - "firstLineValue": "曜: スタンプを送信しました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 1 - }, - { - "id": 2005009, - "masterChatId": 2005, - "roomId": 9, - "hashTag": "曜 6月2023", - "firstLineValue": "曜さんがログインしました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323061804 - }, - { - "id": 2005010, - "masterChatId": 2005, - "roomId": 10, - "hashTag": "曜 7月2023", - "firstLineValue": "曜さんがログインしました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323072110 - }, - { - "id": 2005011, - "masterChatId": 2005, - "roomId": 11, - "hashTag": "曜 夏休み2023", - "firstLineValue": "曜: 毎日暑いね~", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323082905 - }, - { - "id": 2005012, - "masterChatId": 2005, - "roomId": 12, - "hashTag": "曜 9月2023", - "firstLineValue": "曜: スタンプを送信しました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323091203 - }, - { - "id": 2005013, - "masterChatId": 2005, - "roomId": 13, - "hashTag": "曜 2023ハロウィン", - "firstLineValue": "曜: ハッピーハロウィン!", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323103145 - }, - { - "id": 2005014, - "masterChatId": 2005, - "roomId": 14, - "hashTag": "曜 11月2023", - "firstLineValue": "曜: ちょっと今いいかな?", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323112703 - }, - { - "id": 2005015, - "masterChatId": 2005, - "roomId": 15, - "hashTag": "曜 Xmas2023", - "firstLineValue": "曜さんがログインしました", - "iconPath": "profile_02005_0000", - "appearCharaIdList": "2005", - "masterReleaseLabelId": 323122423 - }, - { - "id": 2006001, - "masterChatId": 2006, - "roomId": 1, - "hashTag": "善子 DM", - "firstLineValue": "善子: 今日は取材に来てくれてありがとう", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 1 - }, - { - "id": 2006002, - "masterChatId": 2006, - "roomId": 2, - "hashTag": "善子 お誕生日2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 123071302 - }, - { - "id": 2006003, - "masterChatId": 2006, - "roomId": 3, - "hashTag": "善子 お祝い2023", - "firstLineValue": "善子: (仮)ユーザ誕生日 善子", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 1 - }, - { - "id": 2006004, - "masterChatId": 2006, - "roomId": 16, - "hashTag": "善子 新年2024", - "firstLineValue": "善子: 今年もまたジェネシスが訪れたようね", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 324010154 - }, - { - "id": 2006005, - "masterChatId": 2006, - "roomId": 17, - "hashTag": "善子 バレンタイン2024", - "firstLineValue": "善子さんがログインしました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 324021448 - }, - { - "id": 2006018, - "masterChatId": 2006, - "roomId": 18, - "hashTag": "善子 ホワイトデー2024", - "firstLineValue": "善子: スタンプを送信しました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 324031449 - }, - { - "id": 2006007, - "masterChatId": 2006, - "roomId": 7, - "hashTag": "善子 4月2023", - "firstLineValue": "善子さんがログインしました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 1 - }, - { - "id": 2006008, - "masterChatId": 2006, - "roomId": 8, - "hashTag": "善子 5月2023", - "firstLineValue": "善子: スタンプを送信しました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 1 - }, - { - "id": 2006009, - "masterChatId": 2006, - "roomId": 9, - "hashTag": "善子 6月2023", - "firstLineValue": "善子さんがログインしました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323062003 - }, - { - "id": 2006010, - "masterChatId": 2006, - "roomId": 10, - "hashTag": "善子 7月2023", - "firstLineValue": "善子: ちょっと相談があるんだけどいい?", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323070703 - }, - { - "id": 2006011, - "masterChatId": 2006, - "roomId": 11, - "hashTag": "善子 夏休み2023", - "firstLineValue": "善子: スタンプを送信しました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323081903 - }, - { - "id": 2006012, - "masterChatId": 2006, - "roomId": 12, - "hashTag": "善子 9月2023", - "firstLineValue": "善子さんがログインしました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323092504 - }, - { - "id": 2006013, - "masterChatId": 2006, - "roomId": 13, - "hashTag": "善子 2023ハロウィン", - "firstLineValue": "善子さんがログインしました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323103146 - }, - { - "id": 2006014, - "masterChatId": 2006, - "roomId": 14, - "hashTag": "善子 11月2023", - "firstLineValue": "善子さんがログインしました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323112404 - }, - { - "id": 2006015, - "masterChatId": 2006, - "roomId": 15, - "hashTag": "善子 Xmas2023", - "firstLineValue": "善子: スタンプを送信しました", - "iconPath": "profile_02006_0000", - "appearCharaIdList": "2006", - "masterReleaseLabelId": 323122529 - }, - { - "id": 2007001, - "masterChatId": 2007, - "roomId": 1, - "hashTag": "花丸 DM", - "firstLineValue": "花丸: こんばんは", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 1 - }, - { - "id": 2007003, - "masterChatId": 2007, - "roomId": 3, - "hashTag": "花丸 お祝い2023", - "firstLineValue": "花丸: (仮)ユーザ誕生日 花丸", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 1 - }, - { - "id": 2007004, - "masterChatId": 2007, - "roomId": 16, - "hashTag": "花丸 新年2024", - "firstLineValue": "花丸: あけましておめでとう!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 324010155 - }, - { - "id": 2007005, - "masterChatId": 2007, - "roomId": 17, - "hashTag": "花丸 バレンタイン2024", - "firstLineValue": "花丸: ハッピーバレンタイン!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 324021449 - }, - { - "id": 2007019, - "masterChatId": 2007, - "roomId": 19, - "hashTag": "花丸 ホワイトデー2024", - "firstLineValue": "花丸: 今日はホワイトデーのお返しありがとう", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 324031450 - }, - { - "id": 2007007, - "masterChatId": 2007, - "roomId": 7, - "hashTag": "花丸 4月2023", - "firstLineValue": "花丸さんがログインしました", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 1 - }, - { - "id": 2007008, - "masterChatId": 2007, - "roomId": 8, - "hashTag": "花丸 5月2023", - "firstLineValue": "花丸: ゴールデンウィーク、もうどこか遊びに行った?", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 1 - }, - { - "id": 2007009, - "masterChatId": 2007, - "roomId": 9, - "hashTag": "花丸 6月2023", - "firstLineValue": "花丸: 新聞読んだよ!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323060204 - }, - { - "id": 2007010, - "masterChatId": 2007, - "roomId": 10, - "hashTag": "花丸 7月2023", - "firstLineValue": "花丸: 今日はアイスの差し入れありがとう!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323071003 - }, - { - "id": 2007011, - "masterChatId": 2007, - "roomId": 11, - "hashTag": "花丸 夏休み2023", - "firstLineValue": "花丸: もうちょっとでお祭りの日になるね", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323081704 - }, - { - "id": 2007012, - "masterChatId": 2007, - "roomId": 12, - "hashTag": "花丸 9月2023", - "firstLineValue": "花丸: 明日って時間あるかな?", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323092806 - }, - { - "id": 2007013, - "masterChatId": 2007, - "roomId": 13, - "hashTag": "花丸 2023ハロウィン", - "firstLineValue": "花丸: トリック・オア・トリート!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323103147 - }, - { - "id": 2007014, - "masterChatId": 2007, - "roomId": 14, - "hashTag": "花丸 11月2023", - "firstLineValue": "花丸: 国木田焼きいも店がオープンしました!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323111203 - }, - { - "id": 2007015, - "masterChatId": 2007, - "roomId": 15, - "hashTag": "花丸 Xmas2023", - "firstLineValue": "花丸: メリークリスマス!", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 323122530 - }, - { - "id": 2007018, - "masterChatId": 2007, - "roomId": 18, - "hashTag": "花丸 お誕生日2024", - "firstLineValue": "花丸さんがログインしました", - "iconPath": "profile_02007_0000", - "appearCharaIdList": "2007", - "masterReleaseLabelId": 124030402 - }, - { - "id": 2008001, - "masterChatId": 2008, - "roomId": 1, - "hashTag": "鞠莉 DM", - "firstLineValue": "鞠莉: チャオ~", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 1 - }, - { - "id": 2008002, - "masterChatId": 2008, - "roomId": 2, - "hashTag": "鞠莉 お誕生日2023", - "firstLineValue": "鞠莉: (仮)鞠莉誕生日", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 123061302 - }, - { - "id": 2008003, - "masterChatId": 2008, - "roomId": 3, - "hashTag": "鞠莉 お祝い2023", - "firstLineValue": "鞠莉: (仮)ユーザ誕生日 鞠莉", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 1 - }, - { - "id": 2008004, - "masterChatId": 2008, - "roomId": 16, - "hashTag": "鞠莉 新年2024", - "firstLineValue": "鞠莉: ハッピーニューイヤー!", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 324010156 - }, - { - "id": 2008005, - "masterChatId": 2008, - "roomId": 17, - "hashTag": "鞠莉 バレンタイン2024", - "firstLineValue": "鞠莉: チャオ♡", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 324021450 - }, - { - "id": 2008018, - "masterChatId": 2008, - "roomId": 18, - "hashTag": "鞠莉 ホワイトデー2024", - "firstLineValue": "鞠莉: 今日はバレンタインデーのお返しありがとう!", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 324031451 - }, - { - "id": 2008007, - "masterChatId": 2008, - "roomId": 7, - "hashTag": "鞠莉 4月2023", - "firstLineValue": "鞠莉さんがログインしました", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 1 - }, - { - "id": 2008008, - "masterChatId": 2008, - "roomId": 8, - "hashTag": "鞠莉 5月2023", - "firstLineValue": "鞠莉: 画像を送信しました", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 1 - }, - { - "id": 2008009, - "masterChatId": 2008, - "roomId": 9, - "hashTag": "鞠莉 6月2023", - "firstLineValue": "鞠莉: チャオ~", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323062004 - }, - { - "id": 2008010, - "masterChatId": 2008, - "roomId": 10, - "hashTag": "鞠莉 7月2023", - "firstLineValue": "鞠莉: チャオ~♡", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323070704 - }, - { - "id": 2008011, - "masterChatId": 2008, - "roomId": 11, - "hashTag": "鞠莉 夏休み2023", - "firstLineValue": "鞠莉: この前のキャンプ楽しかったわね~!", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323081003 - }, - { - "id": 2008012, - "masterChatId": 2008, - "roomId": 12, - "hashTag": "鞠莉 9月2023", - "firstLineValue": "鞠莉: 画像を送信しました", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323092106 - }, - { - "id": 2008013, - "masterChatId": 2008, - "roomId": 13, - "hashTag": "鞠莉 2023ハロウィン", - "firstLineValue": "鞠莉さんがログインしました", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323103148 - }, - { - "id": 2008014, - "masterChatId": 2008, - "roomId": 14, - "hashTag": "鞠莉 11月2023", - "firstLineValue": "鞠莉さんがログインしました", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323111204 - }, - { - "id": 2008015, - "masterChatId": 2008, - "roomId": 15, - "hashTag": "鞠莉 Xmas2023", - "firstLineValue": "鞠莉: メリークリスマス♡", - "iconPath": "profile_02008_0000", - "appearCharaIdList": "2008", - "masterReleaseLabelId": 323122424 - }, - { - "id": 2009001, - "masterChatId": 2009, - "roomId": 1, - "hashTag": "ルビィ DM", - "firstLineValue": "ルビィさんがログインしました", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 1 - }, - { - "id": 2009002, - "masterChatId": 2009, - "roomId": 2, - "hashTag": "ルビィ お誕生日2023", - "firstLineValue": "ルビィさんがログインしました", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 123092102 - }, - { - "id": 2009003, - "masterChatId": 2009, - "roomId": 3, - "hashTag": "ルビィ お祝い2023", - "firstLineValue": "ルビィ: (仮)ユーザ誕生日  ルビィ", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 1 - }, - { - "id": 2009004, - "masterChatId": 2009, - "roomId": 16, - "hashTag": "ルビィ 新年2024", - "firstLineValue": "ルビィ: あけましておめでとう!", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 324010157 - }, - { - "id": 2009005, - "masterChatId": 2009, - "roomId": 17, - "hashTag": "ルビィ バレンタイン2024", - "firstLineValue": "ルビィ: ハッピーバレンタイン!", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 324021451 - }, - { - "id": 2009018, - "masterChatId": 2009, - "roomId": 18, - "hashTag": "ルビィ ホワイトデー2024", - "firstLineValue": "ルビィ: スタンプを送信しました", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 324031452 - }, - { - "id": 2009007, - "masterChatId": 2009, - "roomId": 7, - "hashTag": "ルビィ 4月2023", - "firstLineValue": "ルビィ: あなたがおすすめしてくれたケーキ食べに行ったよー!", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 1 - }, - { - "id": 2009008, - "masterChatId": 2009, - "roomId": 8, - "hashTag": "ルビィ 5月2023", - "firstLineValue": "ルビィ: ゴールデンウィークどこか遊びに行った?", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 1 - }, - { - "id": 2009009, - "masterChatId": 2009, - "roomId": 9, - "hashTag": "ルビィ 6月2023", - "firstLineValue": "ルビィさんがログインしました", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323061404 - }, - { - "id": 2009010, - "masterChatId": 2009, - "roomId": 10, - "hashTag": "ルビィ 7月2023", - "firstLineValue": "ルビィ: ちょっと相談してもいい?", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323070303 - }, - { - "id": 2009011, - "masterChatId": 2009, - "roomId": 11, - "hashTag": "ルビィ 夏休み2023", - "firstLineValue": "ルビィ: 明日はいよいよ夏祭りだね!", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323081904 - }, - { - "id": 2009012, - "masterChatId": 2009, - "roomId": 12, - "hashTag": "ルビィ 9月2023", - "firstLineValue": "ルビィ: 画像を送信しました", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323092403 - }, - { - "id": 2009013, - "masterChatId": 2009, - "roomId": 13, - "hashTag": "ルビィ 2023ハロウィン", - "firstLineValue": "ルビィ: ハッピーハロウィン♡", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323103149 - }, - { - "id": 2009014, - "masterChatId": 2009, - "roomId": 14, - "hashTag": "ルビィ 11月2023", - "firstLineValue": "ルビィ: スイートポテトおいしかったね~!", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323110604 - }, - { - "id": 2009015, - "masterChatId": 2009, - "roomId": 15, - "hashTag": "ルビィ Xmas2023", - "firstLineValue": "ルビィ: どうしよう", - "iconPath": "profile_02009_0000", - "appearCharaIdList": "2009", - "masterReleaseLabelId": 323122531 - }, - { - "id": 2101001, - "masterChatId": 2101, - "roomId": 1, - "hashTag": "Aqours", - "firstLineValue": "千歌: 千歌だよ!", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001,2005,2002,2006,2007,2004,2009,2008,2003", - "masterReleaseLabelId": 1 - }, - { - "id": 2101002, - "masterChatId": 2101, - "roomId": 2, - "hashTag": "鞠莉 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2003,2004,2008", - "masterReleaseLabelId": 123061302 - }, - { - "id": 2101003, - "masterChatId": 2101, - "roomId": 3, - "hashTag": "鞠莉 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2003,2004,2008", - "masterReleaseLabelId": 123061302 - }, - { - "id": 2101004, - "masterChatId": 2101, - "roomId": 4, - "hashTag": "Aqours イベント準備2023", - "firstLineValue": "千歌: イベント楽しみ過ぎる", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001,2002,2005,2003,2008,2006,2007,2009,2004", - "masterReleaseLabelId": 323062007 - }, - { - "id": 2101005, - "masterChatId": 2101, - "roomId": 5, - "hashTag": "善子 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2001,2006,2002,2004,2005,2008,2003,2007,2009", - "masterReleaseLabelId": 123071302 - }, - { - "id": 2101006, - "masterChatId": 2101, - "roomId": 6, - "hashTag": "善子 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2001,2005,2006,2003,2007,2002,2008,2009,2004", - "masterReleaseLabelId": 123071302 - }, - { - "id": 2101007, - "masterChatId": 2101, - "roomId": 7, - "hashTag": "千歌 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2002,2005", - "masterReleaseLabelId": 123080104 - }, - { - "id": 2101008, - "masterChatId": 2101, - "roomId": 8, - "hashTag": "千歌 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2001,2005,2006,2008,2007,2009,2003,2002,2004", - "masterReleaseLabelId": 123080104 - }, - { - "id": 2101009, - "masterChatId": 2101, - "roomId": 9, - "hashTag": "Aqours 夏2023", - "firstLineValue": "花丸: そうめんあきちゃったずら", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2007,2001,2009,2008,2004,2006,2002,2005,2003", - "masterReleaseLabelId": 323081108 - }, - { - "id": 2101010, - "masterChatId": 2101, - "roomId": 10, - "hashTag": "梨子 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2005,2002", - "masterReleaseLabelId": 123091902 - }, - { - "id": 2101011, - "masterChatId": 2101, - "roomId": 11, - "hashTag": "梨子 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2002,2001,2005,2003,2008,2004,2006,2007,2009", - "masterReleaseLabelId": 123091902 - }, - { - "id": 2101012, - "masterChatId": 2101, - "roomId": 12, - "hashTag": "Aqours 秋2023", - "firstLineValue": "果南: みんな、さつまいも好き?", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2003,2009,2006,2008,2001,2002,2005,2004,2007", - "masterReleaseLabelId": 323091906 - }, - { - "id": 2101013, - "masterChatId": 2101, - "roomId": 13, - "hashTag": "ルビィ 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2007,2006,2009", - "masterReleaseLabelId": 123092102 - }, - { - "id": 2101014, - "masterChatId": 2101, - "roomId": 14, - "hashTag": "ルビィ 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2009,2006,2007", - "masterReleaseLabelId": 123092102 - }, - { - "id": 2101015, - "masterChatId": 2101, - "roomId": 15, - "hashTag": "Aqours 10月7日2023", - "firstLineValue": "千歌: みんな、メールで送ったダンスの動画、観てくれた?
どうだった?", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2001,2006,2007,2003,2004,2008,2009,2002,2005", - "masterReleaseLabelId": 323100704 - }, - { - "id": 2101016, - "masterChatId": 2101, - "roomId": 16, - "hashTag": "Aqours Half Anniversary", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2001,2005,2002,2008,2003,2007,2006,2009,2004", - "masterReleaseLabelId": 323101504 - }, - { - "id": 2101017, - "masterChatId": 2101, - "roomId": 17, - "hashTag": "Aqours 冬2023", - "firstLineValue": "ダイヤ: みなさん、体調は問題ありませんか?", - "iconPath": "profile_02001_0000", - "appearCharaIdList": "2004,2001,2005,2003,2008,2006,2007,2009,2002", - "masterReleaseLabelId": 323122307 - }, - { - "id": 2101018, - "masterChatId": 2101, - "roomId": 18, - "hashTag": "ダイヤ 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2008,2003,2004", - "masterReleaseLabelId": 124010103 - }, - { - "id": 2101019, - "masterChatId": 2101, - "roomId": 19, - "hashTag": "ダイヤ 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2001,2005,2002,2007,2006,2008,2003,2009,2004", - "masterReleaseLabelId": 124010103 - }, - { - "id": 2101020, - "masterChatId": 2101, - "roomId": 20, - "hashTag": "果南 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2008,2004", - "masterReleaseLabelId": 124021002 - }, - { - "id": 2101021, - "masterChatId": 2101, - "roomId": 21, - "hashTag": "果南 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2003,2008,2004", - "masterReleaseLabelId": 124021002 - }, - { - "id": 2101022, - "masterChatId": 2101, - "roomId": 22, - "hashTag": "花丸 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2009,2006", - "masterReleaseLabelId": 124030402 - }, - { - "id": 2101023, - "masterChatId": 2101, - "roomId": 23, - "hashTag": "花丸 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2007,2009,2006,2001,2005,2008,2002,2003,2004", - "masterReleaseLabelId": 124030402 - }, - { - "id": 2101024, - "masterChatId": 2101, - "roomId": 24, - "hashTag": "イベント2024", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2007,2006,2008,2009,2003,2004,2001,2005,2002", - "masterReleaseLabelId": 324030802 - }, - { - "id": 2101025, - "masterChatId": 2101, - "roomId": 25, - "hashTag": "曜 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2001,2005", - "masterReleaseLabelId": 324031602 - }, - { - "id": 2101026, - "masterChatId": 2101, - "roomId": 26, - "hashTag": "曜 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2002,2008,2003,2009,2001,2006,2007,2004,2005", - "masterReleaseLabelId": 324031602 - }, - { - "id": 2101027, - "masterChatId": 2101, - "roomId": 27, - "hashTag": "Aqours 春2024", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "2002,2005,2003,2004,2006,2001,2008,2009,2007", - "masterReleaseLabelId": 324032302 - }, - { - "id": 3001001, - "masterChatId": 3001, - "roomId": 1, - "hashTag": "歩夢 DM", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 1 - }, - { - "id": 3001003, - "masterChatId": 3001, - "roomId": 3, - "hashTag": "歩夢 お祝い2023", - "firstLineValue": "歩夢: こんばんは", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 1 - }, - { - "id": 3001004, - "masterChatId": 3001, - "roomId": 16, - "hashTag": "歩夢 新年2024", - "firstLineValue": "歩夢: 明けましておめでとう!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 324010158 - }, - { - "id": 3001005, - "masterChatId": 3001, - "roomId": 17, - "hashTag": "歩夢 バレンタイン2024", - "firstLineValue": "歩夢: ハッピーバレンタインだね〜!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 324021452 - }, - { - "id": 3001019, - "masterChatId": 3001, - "roomId": 19, - "hashTag": "歩夢 ホワイトデー2024", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 324031453 - }, - { - "id": 3001007, - "masterChatId": 3001, - "roomId": 7, - "hashTag": "歩夢 4月2023", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 1 - }, - { - "id": 3001008, - "masterChatId": 3001, - "roomId": 8, - "hashTag": "歩夢 5月2023", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 1 - }, - { - "id": 3001009, - "masterChatId": 3001, - "roomId": 9, - "hashTag": "歩夢 6月2023", - "firstLineValue": "歩夢: スタンプを送信しました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323062403 - }, - { - "id": 3001010, - "masterChatId": 3001, - "roomId": 10, - "hashTag": "歩夢 7月2023", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323072804 - }, - { - "id": 3001011, - "masterChatId": 3001, - "roomId": 11, - "hashTag": "歩夢 夏休み2023", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323081803 - }, - { - "id": 3001012, - "masterChatId": 3001, - "roomId": 12, - "hashTag": "歩夢 9月2023", - "firstLineValue": "歩夢: ねえねえ!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323090803 - }, - { - "id": 3001013, - "masterChatId": 3001, - "roomId": 13, - "hashTag": "歩夢 2023ハロウィン", - "firstLineValue": "歩夢: 今日はハロウィンのお菓子作ったんだ~!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323103150 - }, - { - "id": 3001014, - "masterChatId": 3001, - "roomId": 14, - "hashTag": "歩夢 11月2023", - "firstLineValue": "歩夢: こんばんは!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323113003 - }, - { - "id": 3001015, - "masterChatId": 3001, - "roomId": 15, - "hashTag": "歩夢 Xmas2023", - "firstLineValue": "歩夢: メリークリスマス!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 323122532 - }, - { - "id": 3001018, - "masterChatId": 3001, - "roomId": 18, - "hashTag": "歩夢 お誕生日2024", - "firstLineValue": "歩夢さんがログインしました", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001", - "masterReleaseLabelId": 124030103 - }, - { - "id": 3002001, - "masterChatId": 3002, - "roomId": 1, - "hashTag": "かすみ DM", - "firstLineValue": "かすみ: 中須かすみです! 取材の件、ありがとうございました!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 1 - }, - { - "id": 3002002, - "masterChatId": 3002, - "roomId": 2, - "hashTag": "かすみ お誕生日2024", - "firstLineValue": "かすみさんがログインしました", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 124012302 - }, - { - "id": 3002003, - "masterChatId": 3002, - "roomId": 3, - "hashTag": "かすみ お祝い2023", - "firstLineValue": "かすみ: せんぱーい!
お誕生日おめでとうございまーす!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 1 - }, - { - "id": 3002004, - "masterChatId": 3002, - "roomId": 16, - "hashTag": "かすみ 新年2024", - "firstLineValue": "かすみ: ハッピーニューイヤー!!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 324010159 - }, - { - "id": 3002005, - "masterChatId": 3002, - "roomId": 17, - "hashTag": "かすみ バレンタイン2024", - "firstLineValue": "かすみ: かすみんクイズー!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 324021453 - }, - { - "id": 3002018, - "masterChatId": 3002, - "roomId": 18, - "hashTag": "かすみ ホワイトデー2024", - "firstLineValue": "かすみ: せんぱーい!!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 324031454 - }, - { - "id": 3002007, - "masterChatId": 3002, - "roomId": 7, - "hashTag": "かすみ 4月2023", - "firstLineValue": "かすみ: 今日はいいお天気ですね〜!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 1 - }, - { - "id": 3002008, - "masterChatId": 3002, - "roomId": 8, - "hashTag": "かすみ 5月2023", - "firstLineValue": "かすみ: せんぱーい", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 1 - }, - { - "id": 3002009, - "masterChatId": 3002, - "roomId": 9, - "hashTag": "かすみ 6月2023", - "firstLineValue": "かすみさんがログインしました", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323062603 - }, - { - "id": 3002010, - "masterChatId": 3002, - "roomId": 10, - "hashTag": "かすみ 7月2023", - "firstLineValue": "かすみ: せんぱーい!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323072702 - }, - { - "id": 3002011, - "masterChatId": 3002, - "roomId": 11, - "hashTag": "かすみ 夏休み2023", - "firstLineValue": "かすみ: 先輩!
プールの写真いっぱい送ってくれてありがとうございました!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323081404 - }, - { - "id": 3002012, - "masterChatId": 3002, - "roomId": 12, - "hashTag": "かすみ 9月2023", - "firstLineValue": "かすみ: 夏休み終わっちゃいましたね〜", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323090304 - }, - { - "id": 3002013, - "masterChatId": 3002, - "roomId": 13, - "hashTag": "かすみ 2023ハロウィン", - "firstLineValue": "かすみ: ハッピーハロウィン〜!!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323103151 - }, - { - "id": 3002014, - "masterChatId": 3002, - "roomId": 14, - "hashTag": "かすみ 11月2023", - "firstLineValue": "かすみ: 先輩、こんにちは〜!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323112004 - }, - { - "id": 3002015, - "masterChatId": 3002, - "roomId": 15, - "hashTag": "かすみ Xmas2023", - "firstLineValue": "かすみ: メリークリスマス!!", - "iconPath": "profile_03002_0000", - "appearCharaIdList": "3002", - "masterReleaseLabelId": 323122533 - }, - { - "id": 3003001, - "masterChatId": 3003, - "roomId": 1, - "hashTag": "しずく DM", - "firstLineValue": "しずく: こんにちは", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 1 - }, - { - "id": 3003003, - "masterChatId": 3003, - "roomId": 3, - "hashTag": "しずく お祝い2023", - "firstLineValue": "しずく: 先輩、お誕生日おめでとうございます", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 1 - }, - { - "id": 3003004, - "masterChatId": 3003, - "roomId": 16, - "hashTag": "しずく 新年2024", - "firstLineValue": "しずく: 明けましておめでとうございます!", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 324010160 - }, - { - "id": 3003005, - "masterChatId": 3003, - "roomId": 17, - "hashTag": "しずく バレンタイン2024", - "firstLineValue": "しずく: 先輩、今日ってニジガクに取材にくる日でしたよね?", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 324021454 - }, - { - "id": 3003018, - "masterChatId": 3003, - "roomId": 18, - "hashTag": "しずく ホワイトデー2024", - "firstLineValue": "しずく: 先輩、今日は誘ってくれてありがとうございました!", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 324031455 - }, - { - "id": 3003007, - "masterChatId": 3003, - "roomId": 7, - "hashTag": "しずく 4月2023", - "firstLineValue": "しずくさんがログインしました", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 1 - }, - { - "id": 3003008, - "masterChatId": 3003, - "roomId": 8, - "hashTag": "しずく 5月2023", - "firstLineValue": "しずくさんがログインしました", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 1 - }, - { - "id": 3003009, - "masterChatId": 3003, - "roomId": 9, - "hashTag": "しずく 6月2023", - "firstLineValue": "しずくさんがログインしました", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323062404 - }, - { - "id": 3003010, - "masterChatId": 3003, - "roomId": 10, - "hashTag": "しずく 7月2023", - "firstLineValue": "しずくさんがログインしました", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323072805 - }, - { - "id": 3003011, - "masterChatId": 3003, - "roomId": 11, - "hashTag": "しずく 夏休み2023", - "firstLineValue": "しずく: 先輩、見てください", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323082603 - }, - { - "id": 3003012, - "masterChatId": 3003, - "roomId": 12, - "hashTag": "しずく 9月2023", - "firstLineValue": "しずくさんがログインしました", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323090604 - }, - { - "id": 3003013, - "masterChatId": 3003, - "roomId": 13, - "hashTag": "しずく 2023ハロウィン", - "firstLineValue": "しずく: ハッピーハロウィン!", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323103152 - }, - { - "id": 3003014, - "masterChatId": 3003, - "roomId": 14, - "hashTag": "しずく 11月2023", - "firstLineValue": "しずくさんがログインしました", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323111004 - }, - { - "id": 3003015, - "masterChatId": 3003, - "roomId": 15, - "hashTag": "しずく Xmas2023", - "firstLineValue": "しずく: メリークリスマス!", - "iconPath": "profile_03003_0000", - "appearCharaIdList": "3003", - "masterReleaseLabelId": 323122534 - }, - { - "id": 3004001, - "masterChatId": 3004, - "roomId": 1, - "hashTag": "果林 DM", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 1 - }, - { - "id": 3004002, - "masterChatId": 3004, - "roomId": 2, - "hashTag": "果林 お誕生日2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 123062902 - }, - { - "id": 3004003, - "masterChatId": 3004, - "roomId": 3, - "hashTag": "果林 お祝い2023", - "firstLineValue": "果林: お誕生日おめでとう", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 1 - }, - { - "id": 3004004, - "masterChatId": 3004, - "roomId": 16, - "hashTag": "果林 新年2024", - "firstLineValue": "果林: 明けましておめでとう", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 324010161 - }, - { - "id": 3004005, - "masterChatId": 3004, - "roomId": 17, - "hashTag": "果林 バレンタイン2024", - "firstLineValue": "果林: ハッピーバレンタイン!", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 324021455 - }, - { - "id": 3004018, - "masterChatId": 3004, - "roomId": 18, - "hashTag": "果林 ホワイトデー2024", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 324031456 - }, - { - "id": 3004007, - "masterChatId": 3004, - "roomId": 7, - "hashTag": "果林 4月2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 1 - }, - { - "id": 3004008, - "masterChatId": 3004, - "roomId": 8, - "hashTag": "果林 5月2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 1 - }, - { - "id": 3004009, - "masterChatId": 3004, - "roomId": 9, - "hashTag": "果林 6月2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323060505 - }, - { - "id": 3004010, - "masterChatId": 3004, - "roomId": 10, - "hashTag": "果林 7月2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323072806 - }, - { - "id": 3004011, - "masterChatId": 3004, - "roomId": 11, - "hashTag": "果林 夏休み2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323082906 - }, - { - "id": 3004012, - "masterChatId": 3004, - "roomId": 12, - "hashTag": "果林 9月2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323090113 - }, - { - "id": 3004013, - "masterChatId": 3004, - "roomId": 13, - "hashTag": "果林 2023ハロウィン", - "firstLineValue": "果林: ハッピーハロウィン!", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323103153 - }, - { - "id": 3004014, - "masterChatId": 3004, - "roomId": 14, - "hashTag": "果林 11月2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323113004 - }, - { - "id": 3004015, - "masterChatId": 3004, - "roomId": 15, - "hashTag": "果林 Xmas2023", - "firstLineValue": "果林さんがログインしました", - "iconPath": "profile_03004_0000", - "appearCharaIdList": "3004", - "masterReleaseLabelId": 323122535 - }, - { - "id": 3005001, - "masterChatId": 3005, - "roomId": 1, - "hashTag": "愛 DM", - "firstLineValue": "愛: やっほー宮下愛だよー!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 1 - }, - { - "id": 3005002, - "masterChatId": 3005, - "roomId": 2, - "hashTag": "愛 お誕生日2023", - "firstLineValue": "愛さんがログインしました", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 123053002 - }, - { - "id": 3005003, - "masterChatId": 3005, - "roomId": 3, - "hashTag": "愛 お祝い2023", - "firstLineValue": "愛: スタンプを送信しました", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 1 - }, - { - "id": 3005004, - "masterChatId": 3005, - "roomId": 16, - "hashTag": "愛 新年2024", - "firstLineValue": "愛: 明けましておめでとー!!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 324010162 - }, - { - "id": 3005005, - "masterChatId": 3005, - "roomId": 17, - "hashTag": "愛 バレンタイン2024", - "firstLineValue": "愛: ハッピーバレンタイン!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 324021456 - }, - { - "id": 3005018, - "masterChatId": 3005, - "roomId": 18, - "hashTag": "愛 ホワイトデー2024", - "firstLineValue": "愛さんがログインしました", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 324031457 - }, - { - "id": 3005007, - "masterChatId": 3005, - "roomId": 7, - "hashTag": "愛 4月2023", - "firstLineValue": "愛さんがログインしました", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 1 - }, - { - "id": 3005008, - "masterChatId": 3005, - "roomId": 8, - "hashTag": "愛 5月2023", - "firstLineValue": "愛: 大型連休がきたぞ〜〜〜!!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 1 - }, - { - "id": 3005009, - "masterChatId": 3005, - "roomId": 9, - "hashTag": "愛 6月2023", - "firstLineValue": "愛: かわいい傘買っちゃった〜", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323060902 - }, - { - "id": 3005010, - "masterChatId": 3005, - "roomId": 10, - "hashTag": "愛 7月2023", - "firstLineValue": "愛: 夏がきたぞ〜〜〜!!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323072009 - }, - { - "id": 3005011, - "masterChatId": 3005, - "roomId": 11, - "hashTag": "愛 夏休み2023", - "firstLineValue": "愛: ねえねえ、君ってお化け屋敷って大丈夫な人?", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323081004 - }, - { - "id": 3005012, - "masterChatId": 3005, - "roomId": 12, - "hashTag": "愛 9月2023", - "firstLineValue": "愛さんがログインしました", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323090114 - }, - { - "id": 3005013, - "masterChatId": 3005, - "roomId": 13, - "hashTag": "愛 2023ハロウィン", - "firstLineValue": "愛: ハッピーハロウィン!!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323103154 - }, - { - "id": 3005014, - "masterChatId": 3005, - "roomId": 14, - "hashTag": "愛 11月2023", - "firstLineValue": "愛: 練習試合見にこない?", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323112204 - }, - { - "id": 3005015, - "masterChatId": 3005, - "roomId": 15, - "hashTag": "愛 Xmas2023", - "firstLineValue": "愛: めりくり〜!", - "iconPath": "profile_03005_0000", - "appearCharaIdList": "3005", - "masterReleaseLabelId": 323122536 - }, - { - "id": 3006001, - "masterChatId": 3006, - "roomId": 1, - "hashTag": "彼方 DM", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 1 - }, - { - "id": 3006002, - "masterChatId": 3006, - "roomId": 2, - "hashTag": "彼方 お誕生日2023", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 123121602 - }, - { - "id": 3006003, - "masterChatId": 3006, - "roomId": 3, - "hashTag": "彼方 お祝い2023", - "firstLineValue": "彼方: お誕生日おめでと〜〜〜!!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 1 - }, - { - "id": 3006004, - "masterChatId": 3006, - "roomId": 16, - "hashTag": "彼方 新年2024", - "firstLineValue": "彼方: はっぴーにゅーいや〜!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 324010163 - }, - { - "id": 3006005, - "masterChatId": 3006, - "roomId": 17, - "hashTag": "彼方 バレンタイン2024", - "firstLineValue": "彼方: 今日はバレンタインですよ〜!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 324021457 - }, - { - "id": 3006018, - "masterChatId": 3006, - "roomId": 18, - "hashTag": "彼方 ホワイトデー2024", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 324031458 - }, - { - "id": 3006007, - "masterChatId": 3006, - "roomId": 7, - "hashTag": "彼方 4月2023", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 1 - }, - { - "id": 3006008, - "masterChatId": 3006, - "roomId": 8, - "hashTag": "彼方 5月2023", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 1 - }, - { - "id": 3006009, - "masterChatId": 3006, - "roomId": 9, - "hashTag": "彼方 6月2023", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323061103 - }, - { - "id": 3006010, - "masterChatId": 3006, - "roomId": 10, - "hashTag": "彼方 7月2023", - "firstLineValue": "彼方: ねえねえ", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323072111 - }, - { - "id": 3006011, - "masterChatId": 3006, - "roomId": 11, - "hashTag": "彼方 夏休み2023", - "firstLineValue": "彼方: ねえねえ質問!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323082604 - }, - { - "id": 3006012, - "masterChatId": 3006, - "roomId": 12, - "hashTag": "彼方 9月2023", - "firstLineValue": "彼方さんがログインしました", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323091503 - }, - { - "id": 3006013, - "masterChatId": 3006, - "roomId": 13, - "hashTag": "彼方 2023ハロウィン", - "firstLineValue": "彼方: はっぴーはろうぃん〜!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323103155 - }, - { - "id": 3006014, - "masterChatId": 3006, - "roomId": 14, - "hashTag": "彼方 11月2023", - "firstLineValue": "彼方: お天気サイコー!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323112804 - }, - { - "id": 3006015, - "masterChatId": 3006, - "roomId": 15, - "hashTag": "彼方 Xmas2023", - "firstLineValue": "彼方: めりくりー!", - "iconPath": "profile_03006_0000", - "appearCharaIdList": "3006", - "masterReleaseLabelId": 323122537 - }, - { - "id": 3007001, - "masterChatId": 3007, - "roomId": 1, - "hashTag": "せつ菜 DM", - "firstLineValue": "せつ菜さんがログインしました", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 1 - }, - { - "id": 3007002, - "masterChatId": 3007, - "roomId": 2, - "hashTag": "せつ菜 お誕生日2023", - "firstLineValue": "せつ菜さんがログインしました", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 123080802 - }, - { - "id": 3007003, - "masterChatId": 3007, - "roomId": 3, - "hashTag": "せつ菜 お祝い2023", - "firstLineValue": "せつ菜: お誕生日おめでとうございます!", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 1 - }, - { - "id": 3007004, - "masterChatId": 3007, - "roomId": 16, - "hashTag": "せつ菜 新年2024", - "firstLineValue": "せつ菜: 新年あけましておめでとうございます!", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 324010164 - }, - { - "id": 3007005, - "masterChatId": 3007, - "roomId": 17, - "hashTag": "せつ菜 バレンタイン2024", - "firstLineValue": "せつ菜: こんにちは", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 324021458 - }, - { - "id": 3007018, - "masterChatId": 3007, - "roomId": 18, - "hashTag": "せつ菜 ホワイトデー2024", - "firstLineValue": "せつ菜さんがログインしました", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 324031459 - }, - { - "id": 3007007, - "masterChatId": 3007, - "roomId": 7, - "hashTag": "せつ菜 4月2023", - "firstLineValue": "せつ菜: 少し前まで肌寒かったのに、すっかり温かくなりましたね", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 1 - }, - { - "id": 3007008, - "masterChatId": 3007, - "roomId": 8, - "hashTag": "せつ菜 5月2023", - "firstLineValue": "せつ菜さんがログインしました", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 1 - }, - { - "id": 3007009, - "masterChatId": 3007, - "roomId": 9, - "hashTag": "せつ菜 6月2023", - "firstLineValue": "せつ菜さんがログインしました", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323062703 - }, - { - "id": 3007010, - "masterChatId": 3007, - "roomId": 10, - "hashTag": "せつ菜 7月2023", - "firstLineValue": "せつ菜: おはようございます!", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323072304 - }, - { - "id": 3007011, - "masterChatId": 3007, - "roomId": 11, - "hashTag": "せつ菜 夏休み2023", - "firstLineValue": "せつ菜: 今日も暑いですね", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323081804 - }, - { - "id": 3007012, - "masterChatId": 3007, - "roomId": 12, - "hashTag": "せつ菜 9月2023", - "firstLineValue": "せつ菜: 9月だというのに暑いですね", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323091703 - }, - { - "id": 3007013, - "masterChatId": 3007, - "roomId": 13, - "hashTag": "せつ菜 2023ハロウィン", - "firstLineValue": "せつ菜: ハッピーハロウィン!", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323103156 - }, - { - "id": 3007014, - "masterChatId": 3007, - "roomId": 14, - "hashTag": "せつ菜 11月2023", - "firstLineValue": "せつ菜: すっかり肌寒くなってきましたね", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323110804 - }, - { - "id": 3007015, - "masterChatId": 3007, - "roomId": 15, - "hashTag": "せつ菜 Xmas2023", - "firstLineValue": "せつ菜: メリークリスマス!", - "iconPath": "profile_03007_0000", - "appearCharaIdList": "3007", - "masterReleaseLabelId": 323122538 - }, - { - "id": 3008001, - "masterChatId": 3008, - "roomId": 1, - "hashTag": "エマ DM", - "firstLineValue": "エマさんがログインしました", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 1 - }, - { - "id": 3008002, - "masterChatId": 3008, - "roomId": 17, - "hashTag": "エマ お誕生日2024", - "firstLineValue": "エマさんがログインしました", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 124020502 - }, - { - "id": 3008003, - "masterChatId": 3008, - "roomId": 3, - "hashTag": "エマ お祝い2023", - "firstLineValue": "エマ: ハッピーバースデー!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 1 - }, - { - "id": 3008004, - "masterChatId": 3008, - "roomId": 16, - "hashTag": "エマ 新年2024", - "firstLineValue": "エマ: 明けましておめでとう〜!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 324010165 - }, - { - "id": 3008005, - "masterChatId": 3008, - "roomId": 18, - "hashTag": "エマ バレンタイン2024", - "firstLineValue": "エマ: ねえねえ", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 324021459 - }, - { - "id": 3008019, - "masterChatId": 3008, - "roomId": 19, - "hashTag": "エマ ホワイトデー2024", - "firstLineValue": "エマさんがログインしました", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 324031460 - }, - { - "id": 3008007, - "masterChatId": 3008, - "roomId": 7, - "hashTag": "エマ 4月2023", - "firstLineValue": "エマ: ぽかぽかになってきたね〜", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 1 - }, - { - "id": 3008008, - "masterChatId": 3008, - "roomId": 8, - "hashTag": "エマ 5月2023", - "firstLineValue": "エマさんがログインしました", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 1 - }, - { - "id": 3008009, - "masterChatId": 3008, - "roomId": 9, - "hashTag": "エマ 6月2023", - "firstLineValue": "エマさんがログインしました", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323061306 - }, - { - "id": 3008010, - "masterChatId": 3008, - "roomId": 10, - "hashTag": "エマ 7月2023", - "firstLineValue": "エマ: サマーバケーションだね〜!!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323072010 - }, - { - "id": 3008011, - "masterChatId": 3008, - "roomId": 11, - "hashTag": "エマ 夏休み2023", - "firstLineValue": "エマ: 大発見!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323081104 - }, - { - "id": 3008012, - "masterChatId": 3008, - "roomId": 12, - "hashTag": "エマ 9月2023", - "firstLineValue": "エマ: 台風来ちゃったね〜", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323092404 - }, - { - "id": 3008013, - "masterChatId": 3008, - "roomId": 13, - "hashTag": "エマ 2023ハロウィン", - "firstLineValue": "エマ: Happy Halloween!!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323103157 - }, - { - "id": 3008014, - "masterChatId": 3008, - "roomId": 14, - "hashTag": "エマ 11月2023", - "firstLineValue": "エマ: 焼き芋パーティーするよ〜〜〜〜!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323112604 - }, - { - "id": 3008015, - "masterChatId": 3008, - "roomId": 15, - "hashTag": "エマ Xmas2023", - "firstLineValue": "エマ: Merry Christmas!!", - "iconPath": "profile_03008_0000", - "appearCharaIdList": "3008", - "masterReleaseLabelId": 323122539 - }, - { - "id": 3009001, - "masterChatId": 3009, - "roomId": 1, - "hashTag": "璃奈 DM", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 1 - }, - { - "id": 3009002, - "masterChatId": 3009, - "roomId": 2, - "hashTag": "璃奈 お誕生日2023", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 123111302 - }, - { - "id": 3009003, - "masterChatId": 3009, - "roomId": 3, - "hashTag": "璃奈 お祝い2023", - "firstLineValue": "璃奈: お誕生日おめでとう!", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 1 - }, - { - "id": 3009004, - "masterChatId": 3009, - "roomId": 16, - "hashTag": "璃奈 新年2024", - "firstLineValue": "璃奈: 明けましておめでとう", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 324010166 - }, - { - "id": 3009005, - "masterChatId": 3009, - "roomId": 17, - "hashTag": "璃奈 バレンタイン2024", - "firstLineValue": "璃奈: 今日、バレンタインだね", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 324021460 - }, - { - "id": 3009018, - "masterChatId": 3009, - "roomId": 18, - "hashTag": "璃奈 ホワイトデー2024", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 324031461 - }, - { - "id": 3009007, - "masterChatId": 3009, - "roomId": 7, - "hashTag": "璃奈 4月2023", - "firstLineValue": "璃奈: 毎日ぽかぽかだね", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 1 - }, - { - "id": 3009008, - "masterChatId": 3009, - "roomId": 8, - "hashTag": "璃奈 5月2023", - "firstLineValue": "璃奈: ゴールデンウィーク、忙しい?", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 1 - }, - { - "id": 3009009, - "masterChatId": 3009, - "roomId": 9, - "hashTag": "璃奈 6月2023", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323060805 - }, - { - "id": 3009010, - "masterChatId": 3009, - "roomId": 10, - "hashTag": "璃奈 7月2023", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323072011 - }, - { - "id": 3009011, - "masterChatId": 3009, - "roomId": 11, - "hashTag": "璃奈 夏休み2023", - "firstLineValue": "璃奈: みんなで海にきてるよ", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323081105 - }, - { - "id": 3009012, - "masterChatId": 3009, - "roomId": 12, - "hashTag": "璃奈 9月2023", - "firstLineValue": "璃奈: 秋の連休、一緒にお出かけしない?", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323091504 - }, - { - "id": 3009013, - "masterChatId": 3009, - "roomId": 13, - "hashTag": "璃奈 2023ハロウィン", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323103158 - }, - { - "id": 3009014, - "masterChatId": 3009, - "roomId": 14, - "hashTag": "璃奈 11月2023", - "firstLineValue": "璃奈さんがログインしました", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323112704 - }, - { - "id": 3009015, - "masterChatId": 3009, - "roomId": 15, - "hashTag": "璃奈 Xmas2023", - "firstLineValue": "璃奈: メリークリスマス!", - "iconPath": "profile_03009_0000", - "appearCharaIdList": "3009", - "masterReleaseLabelId": 323122540 - }, - { - "id": 3010001, - "masterChatId": 3010, - "roomId": 1, - "hashTag": "栞子 DM", - "firstLineValue": "栞子 本日はお越しいただきありがとうござい...", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 1 - }, - { - "id": 3010002, - "masterChatId": 3010, - "roomId": 2, - "hashTag": "栞子 お誕生日2023", - "firstLineValue": "栞子さんがログインしました", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 123100502 - }, - { - "id": 3010003, - "masterChatId": 3010, - "roomId": 3, - "hashTag": "栞子 お祝い2023", - "firstLineValue": "(仮)栞子からプレイヤー誕生日", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 1 - }, - { - "id": 3010004, - "masterChatId": 3010, - "roomId": 16, - "hashTag": "栞子 新年2024", - "firstLineValue": "栞子: 新年明けましておめでとうございます", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 324010167 - }, - { - "id": 3010005, - "masterChatId": 3010, - "roomId": 17, - "hashTag": "栞子 バレンタイン2024", - "firstLineValue": "栞子: こんにちは", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 324021461 - }, - { - "id": 3010018, - "masterChatId": 3010, - "roomId": 18, - "hashTag": "栞子 ホワイトデー2024", - "firstLineValue": "栞子: 贈り物ありがとうございました!", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 324031462 - }, - { - "id": 3010007, - "masterChatId": 3010, - "roomId": 7, - "hashTag": "栞子 4月2023", - "firstLineValue": "栞子 (仮)栞子4月イベントチャット", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 1 - }, - { - "id": 3010008, - "masterChatId": 3010, - "roomId": 8, - "hashTag": "栞子 5月2023", - "firstLineValue": "栞子 (仮)栞子5月イベントチャット", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 1 - }, - { - "id": 3010009, - "masterChatId": 3010, - "roomId": 9, - "hashTag": "栞子 6月2023", - "firstLineValue": "栞子 (仮)栞子6月イベントチャット", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323060404 - }, - { - "id": 3010010, - "masterChatId": 3010, - "roomId": 10, - "hashTag": "栞子 7月2023", - "firstLineValue": "栞子 (仮)栞子7月イベントチャット", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323072408 - }, - { - "id": 3010011, - "masterChatId": 3010, - "roomId": 11, - "hashTag": "栞子 夏休み2023", - "firstLineValue": "栞子 (仮)栞子8月イベントチャット", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323081606 - }, - { - "id": 3010012, - "masterChatId": 3010, - "roomId": 12, - "hashTag": "栞子 9月2023", - "firstLineValue": "栞子さんがログインしました", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323090804 - }, - { - "id": 3010013, - "masterChatId": 3010, - "roomId": 13, - "hashTag": "栞子 2023ハロウィン", - "firstLineValue": "栞子さんがログインしました", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323103159 - }, - { - "id": 3010014, - "masterChatId": 3010, - "roomId": 14, - "hashTag": "栞子 11月2023", - "firstLineValue": "栞子: 相談させてください!", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323111503 - }, - { - "id": 3010015, - "masterChatId": 3010, - "roomId": 15, - "hashTag": "栞子 Xmas2023", - "firstLineValue": "栞子: メリークリスマス!", - "iconPath": "profile_03010_0000", - "appearCharaIdList": "3010", - "masterReleaseLabelId": 323122541 - }, - { - "id": 3011001, - "masterChatId": 3011, - "roomId": 1, - "hashTag": "ミア DM", - "firstLineValue": "ミア Hey, thank you for coming our show", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 1 - }, - { - "id": 3011002, - "masterChatId": 3011, - "roomId": 2, - "hashTag": "ミア お誕生日2023", - "firstLineValue": "ミアさんがログインしました", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 123120602 - }, - { - "id": 3011003, - "masterChatId": 3011, - "roomId": 3, - "hashTag": "ミア お祝い2023", - "firstLineValue": "(仮)ミアからプレイヤー誕生日", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 1 - }, - { - "id": 3011004, - "masterChatId": 3011, - "roomId": 16, - "hashTag": "ミア 新年2024", - "firstLineValue": "ミアさんがログインしました", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 324010168 - }, - { - "id": 3011005, - "masterChatId": 3011, - "roomId": 17, - "hashTag": "ミア バレンタイン2024", - "firstLineValue": "ミア: 今日、キミに贈り物をしてるんだ", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 324021462 - }, - { - "id": 3011018, - "masterChatId": 3011, - "roomId": 18, - "hashTag": "ミア ホワイトデー2024", - "firstLineValue": "ミア: Hi.", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 324031463 - }, - { - "id": 3011007, - "masterChatId": 3011, - "roomId": 7, - "hashTag": "ミア 4月2023", - "firstLineValue": "ミア (仮)ミア4月イベントチャット", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 1 - }, - { - "id": 3011008, - "masterChatId": 3011, - "roomId": 8, - "hashTag": "ミア 5月2023", - "firstLineValue": "ミア (仮)ミア5月イベントチャット", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 1 - }, - { - "id": 3011009, - "masterChatId": 3011, - "roomId": 9, - "hashTag": "ミア 6月2023", - "firstLineValue": "ミア (仮)ミア6月イベントチャット", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323062704 - }, - { - "id": 3011010, - "masterChatId": 3011, - "roomId": 10, - "hashTag": "ミア 7月2023", - "firstLineValue": "ミア (仮)ミア7月イベントチャット", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323070304 - }, - { - "id": 3011011, - "masterChatId": 3011, - "roomId": 11, - "hashTag": "ミア 夏休み2023", - "firstLineValue": "ミア (仮)ミア8月イベントチャット", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323080603 - }, - { - "id": 3011012, - "masterChatId": 3011, - "roomId": 12, - "hashTag": "ミア 9月2023", - "firstLineValue": "ミアさんがログインしました", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323091204 - }, - { - "id": 3011013, - "masterChatId": 3011, - "roomId": 13, - "hashTag": "ミア 2023ハロウィン", - "firstLineValue": "ミア: Happy Halloween!!", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323103160 - }, - { - "id": 3011014, - "masterChatId": 3011, - "roomId": 14, - "hashTag": "ミア 11月2023", - "firstLineValue": "ミア: 紅葉狩りっていうのに行ってきたよ", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323112405 - }, - { - "id": 3011015, - "masterChatId": 3011, - "roomId": 15, - "hashTag": "ミア Xmas2023", - "firstLineValue": "ミアさんがログインしました", - "iconPath": "profile_03011_0000", - "appearCharaIdList": "3011", - "masterReleaseLabelId": 323122542 - }, - { - "id": 3012001, - "masterChatId": 3012, - "roomId": 1, - "hashTag": "嵐珠 DM", - "firstLineValue": "嵐珠 ランジュよ!", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 1 - }, - { - "id": 3012002, - "masterChatId": 3012, - "roomId": 18, - "hashTag": "嵐珠 お誕生日2024", - "firstLineValue": "嵐珠さんがログインしました", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 124021502 - }, - { - "id": 3012003, - "masterChatId": 3012, - "roomId": 3, - "hashTag": "嵐珠 お祝い2023", - "firstLineValue": "(仮)嵐珠からプレイヤー誕生日", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 1 - }, - { - "id": 3012004, - "masterChatId": 3012, - "roomId": 16, - "hashTag": "嵐珠 新年2024", - "firstLineValue": "嵐珠: 新年快乐!!", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 324010169 - }, - { - "id": 3012005, - "masterChatId": 3012, - "roomId": 17, - "hashTag": "嵐珠 バレンタイン2024", - "firstLineValue": "嵐珠: 今日はバレンタインよ", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 324021463 - }, - { - "id": 3012019, - "masterChatId": 3012, - "roomId": 19, - "hashTag": "嵐珠 ホワイトデー2024", - "firstLineValue": "嵐珠さんがログインしました", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 324031464 - }, - { - "id": 3012007, - "masterChatId": 3012, - "roomId": 7, - "hashTag": "嵐珠 4月2023", - "firstLineValue": "嵐珠 (仮)嵐珠4月イベントチャット", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 1 - }, - { - "id": 3012008, - "masterChatId": 3012, - "roomId": 8, - "hashTag": "嵐珠 5月2023", - "firstLineValue": "嵐珠 (仮)嵐珠5月イベントチャット", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 1 - }, - { - "id": 3012009, - "masterChatId": 3012, - "roomId": 9, - "hashTag": "嵐珠 6月2023", - "firstLineValue": "嵐珠 (仮)嵐珠6月イベントチャット", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323060704 - }, - { - "id": 3012010, - "masterChatId": 3012, - "roomId": 10, - "hashTag": "嵐珠 7月2023", - "firstLineValue": "嵐珠 (仮)嵐珠7月イベントチャット", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323072112 - }, - { - "id": 3012011, - "masterChatId": 3012, - "roomId": 11, - "hashTag": "嵐珠 夏休み2023", - "firstLineValue": "嵐珠 (仮)嵐珠8月イベントチャット", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323082004 - }, - { - "id": 3012012, - "masterChatId": 3012, - "roomId": 12, - "hashTag": "嵐珠 9月2023", - "firstLineValue": "嵐珠 (仮)嵐珠9月イベントチャット", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323090115 - }, - { - "id": 3012013, - "masterChatId": 3012, - "roomId": 13, - "hashTag": "嵐珠 2023ハロウィン", - "firstLineValue": "嵐珠: 万圣节快乐!!", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323103161 - }, - { - "id": 3012014, - "masterChatId": 3012, - "roomId": 14, - "hashTag": "嵐珠 11月2023", - "firstLineValue": "嵐珠さんがログインしました", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323112406 - }, - { - "id": 3012015, - "masterChatId": 3012, - "roomId": 15, - "hashTag": "嵐珠 Xmas2023", - "firstLineValue": "嵐珠: 圣诞节快乐!", - "iconPath": "profile_03012_0000", - "appearCharaIdList": "3012", - "masterReleaseLabelId": 323122543 - }, - { - "id": 3099001, - "masterChatId": 3099, - "roomId": 1, - "hashTag": "侑 夏フェス2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3099", - "masterReleaseLabelId": 323082802 - }, - { - "id": 3099002, - "masterChatId": 3099, - "roomId": 2, - "hashTag": "侑 合同フェス2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3099", - "masterReleaseLabelId": 323120802 - }, - { - "id": 3101001, - "masterChatId": 3101, - "roomId": 1, - "hashTag": "ニジガク", - "firstLineValue": "嵐珠: 你好!
みんな!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3001,3002,3006,3005,3007,3009,3012,3010,3011,3008,3004,3003,3099", - "masterReleaseLabelId": 1 - }, - { - "id": 3101002, - "masterChatId": 3101, - "roomId": 2, - "hashTag": "ニジガク 春2023", - "firstLineValue": "愛: ねえねえ!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3005,3099,3003,3002,3008,3006,3001,3007,3012,3010,3011,3009,3004", - "masterReleaseLabelId": 1 - }, - { - "id": 3101003, - "masterChatId": 3101, - "roomId": 3, - "hashTag": "愛 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3001,3004,3009,3010,3099", - "masterReleaseLabelId": 123053002 - }, - { - "id": 3101004, - "masterChatId": 3101, - "roomId": 4, - "hashTag": "愛 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3099", - "masterReleaseLabelId": 123053002 - }, - { - "id": 3101005, - "masterChatId": 3101, - "roomId": 5, - "hashTag": "ニジガク イベント準備2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3003,3005,3001,3007,3010,3012,3011,3009,3099,3002,3006,3008,3004", - "masterReleaseLabelId": 323061806 - }, - { - "id": 3101006, - "masterChatId": 3101, - "roomId": 6, - "hashTag": "果林 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3004,3008,3011,3012", - "masterReleaseLabelId": 123062902 - }, - { - "id": 3101007, - "masterChatId": 3101, - "roomId": 7, - "hashTag": "果林 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3099", - "masterReleaseLabelId": 123062902 - }, - { - "id": 3101008, - "masterChatId": 3101, - "roomId": 8, - "hashTag": "ニジガク 夏2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3012,3099,3010,3006,3001,3002,3003,3009,3008,3011,3007,3004,3005", - "masterReleaseLabelId": 323071304 - }, - { - "id": 3101009, - "masterChatId": 3101, - "roomId": 9, - "hashTag": "せつ菜 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3002,3099,3005,3008,3006,3012,3003,3009,3001,3010,3011,3004", - "masterReleaseLabelId": 123080802 - }, - { - "id": 3101010, - "masterChatId": 3101, - "roomId": 10, - "hashTag": "せつ菜 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3007,3002,3008,3005,3099,3012,3011,3001,3009,3006,3010,3004,3003", - "masterReleaseLabelId": 123080802 - }, - { - "id": 3101011, - "masterChatId": 3101, - "roomId": 11, - "hashTag": "ニジガク 夏フェス2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3099,3012,3002,3006,3008,3009,3001", - "masterReleaseLabelId": 323082606 - }, - { - "id": 3101012, - "masterChatId": 3101, - "roomId": 12, - "hashTag": "ニジガク 秋2023", - "firstLineValue": "栞子: 読書会をしませんか?", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3010,3004,3008,3003,3002,3006,3009,3011,3012,3099,3001,3005,3007", - "masterReleaseLabelId": 323091206 - }, - { - "id": 3101013, - "masterChatId": 3101, - "roomId": 13, - "hashTag": "栞子 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3099,3002,3009,3005,3012,3008,3007,3010,3006,3004,3003,3011,3001", - "masterReleaseLabelId": 123100502 - }, - { - "id": 3101014, - "masterChatId": 3101, - "roomId": 14, - "hashTag": "栞子 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3005,3006,3012,3010,3002,3001,3011,3004,3007,3008,3003,3009,3099", - "masterReleaseLabelId": 123100502 - }, - { - "id": 3101015, - "masterChatId": 3101, - "roomId": 15, - "hashTag": "ニジガク Half Anniversary", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3099,3005,3004,3007,3010,3009,3011,3002,3012,3003,3008,3001,3006", - "masterReleaseLabelId": 323101403 - }, - { - "id": 3101016, - "masterChatId": 3101, - "roomId": 16, - "hashTag": "璃奈 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3005,3011,3099,3009", - "masterReleaseLabelId": 123111302 - }, - { - "id": 3101017, - "masterChatId": 3101, - "roomId": 17, - "hashTag": "璃奈 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3009,3099,3005,3011", - "masterReleaseLabelId": 123111302 - }, - { - "id": 3101018, - "masterChatId": 3101, - "roomId": 18, - "hashTag": "ニジガク 11月21日2023", - "firstLineValue": "かすみ: みなさん!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3002,3006,3005,3099,3003,3009,3008,3011,3012,3010,3001,3004,3007", - "masterReleaseLabelId": 323112106 - }, - { - "id": 3101019, - "masterChatId": 3101, - "roomId": 19, - "hashTag": "ミア 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3009,3011,3005", - "masterReleaseLabelId": 123120602 - }, - { - "id": 3101020, - "masterChatId": 3101, - "roomId": 20, - "hashTag": "ミア 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3011,3005,3009", - "masterReleaseLabelId": 123120602 - }, - { - "id": 3101021, - "masterChatId": 3101, - "roomId": 21, - "hashTag": "彼方 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3008,3011,3003,3012,3009,3004,3002,3007,3001,3005,3099,3010", - "masterReleaseLabelId": 123121602 - }, - { - "id": 3101022, - "masterChatId": 3101, - "roomId": 22, - "hashTag": "彼方 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3006,3099,3003,3002,3001,3011,3009,3004,3005,3010,3007,3012,3008", - "masterReleaseLabelId": 123121602 - }, - { - "id": 3101023, - "masterChatId": 3101, - "roomId": 23, - "hashTag": "ニジガク 私たちのラブソング", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3099,3002,3007,3006,3003,3011,3004,3012,3008,3009,3001,3010", - "masterReleaseLabelId": 323122202 - }, - { - "id": 3101024, - "masterChatId": 3101, - "roomId": 24, - "hashTag": "ニジガク 冬2023", - "firstLineValue": "嵐珠: 寒いと欲しくなるものを教えて!", - "iconPath": "profile_03001_0000", - "appearCharaIdList": "3012,3006,3011,3005,3009,3007,3004,3010,3099,3001,3003,3002,3008", - "masterReleaseLabelId": 323122308 - }, - { - "id": 3101025, - "masterChatId": 3101, - "roomId": 25, - "hashTag": "かすみ 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3002,3004", - "masterReleaseLabelId": 124012302 - }, - { - "id": 3101026, - "masterChatId": 3101, - "roomId": 26, - "hashTag": "かすみ 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3002,3005,3007,3001,3003,3006,3010,3009,3011,3012,3099,3008,3004", - "masterReleaseLabelId": 124012302 - }, - { - "id": 3101027, - "masterChatId": 3101, - "roomId": 27, - "hashTag": "エマ 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3008,3006", - "masterReleaseLabelId": 124020502 - }, - { - "id": 3101028, - "masterChatId": 3101, - "roomId": 28, - "hashTag": "エマ 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3008,3006", - "masterReleaseLabelId": 124020502 - }, - { - "id": 3101029, - "masterChatId": 3101, - "roomId": 29, - "hashTag": "嵐珠 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3012,3005,3010,3004,3009,3007,3008,3001,3003,3002,3006,3099,3011", - "masterReleaseLabelId": 124021502 - }, - { - "id": 3101030, - "masterChatId": 3101, - "roomId": 30, - "hashTag": "嵐珠 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3012,3004,3007,3008,3011,3002,3003,3010,3009,3006,3001,3005,3099", - "masterReleaseLabelId": 124021502 - }, - { - "id": 3101031, - "masterChatId": 3101, - "roomId": 31, - "hashTag": "歩夢 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3001,3010", - "masterReleaseLabelId": 124030103 - }, - { - "id": 3101032, - "masterChatId": 3101, - "roomId": 32, - "hashTag": "歩夢 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3001,3010", - "masterReleaseLabelId": 124030103 - }, - { - "id": 3101033, - "masterChatId": 3101, - "roomId": 33, - "hashTag": "しずく 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3007,3003", - "masterReleaseLabelId": 324031603 - }, - { - "id": 3101034, - "masterChatId": 3101, - "roomId": 34, - "hashTag": "しずく 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "3007,3099,3005,3002,3009,3012,3004,3011,3008,3001,3006,3010,3003", - "masterReleaseLabelId": 324031603 - }, - { - "id": 4001001, - "masterChatId": 4001, - "roomId": 1, - "hashTag": "かのん DM", - "firstLineValue": "かのん: おはよう!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 1 - }, - { - "id": 4001002, - "masterChatId": 4001, - "roomId": 2, - "hashTag": "かのん お誕生日2023", - "firstLineValue": "かのんさんがログインしました", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 1 - }, - { - "id": 4001003, - "masterChatId": 4001, - "roomId": 3, - "hashTag": "かのん お祝い2023", - "firstLineValue": "かのん: ちょっといいかな?", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 1 - }, - { - "id": 4001004, - "masterChatId": 4001, - "roomId": 16, - "hashTag": "かのん 新年2024", - "firstLineValue": "かのん: あけましておめでとう!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 324010170 - }, - { - "id": 4001005, - "masterChatId": 4001, - "roomId": 17, - "hashTag": "かのん バレンタイン2024", - "firstLineValue": "かのん: スタンプを送信しました", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 324021003 - }, - { - "id": 4001018, - "masterChatId": 4001, - "roomId": 18, - "hashTag": "かのん ホワイトデー2024", - "firstLineValue": "かのん: こんにちは!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 324031004 - }, - { - "id": 4001007, - "masterChatId": 4001, - "roomId": 7, - "hashTag": "かのん 4月2023", - "firstLineValue": "かのん: おはよう!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 1 - }, - { - "id": 4001008, - "masterChatId": 4001, - "roomId": 8, - "hashTag": "かのん 5月2023", - "firstLineValue": "かのん: こんばんは!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 1 - }, - { - "id": 4001009, - "masterChatId": 4001, - "roomId": 9, - "hashTag": "かのん 6月2023", - "firstLineValue": "かのん: Liella!の特集記事、ありがとう!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323061004 - }, - { - "id": 4001010, - "masterChatId": 4001, - "roomId": 10, - "hashTag": "かのん 7月2023", - "firstLineValue": "かのんさんがログインしました", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323072012 - }, - { - "id": 4001011, - "masterChatId": 4001, - "roomId": 11, - "hashTag": "かのん 夏休み2023", - "firstLineValue": "かのん: 暑い……", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323080104 - }, - { - "id": 4001012, - "masterChatId": 4001, - "roomId": 12, - "hashTag": "かのん 9月2023", - "firstLineValue": "かのん: こんばんは!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323090116 - }, - { - "id": 4001013, - "masterChatId": 4001, - "roomId": 13, - "hashTag": "かのん 2023ハロウィン", - "firstLineValue": "かのん: トリックオアトリート!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323102508 - }, - { - "id": 4001014, - "masterChatId": 4001, - "roomId": 14, - "hashTag": "かのん 11月2023", - "firstLineValue": "かのん: ただいま~!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323110109 - }, - { - "id": 4001015, - "masterChatId": 4001, - "roomId": 15, - "hashTag": "かのん Xmas2023", - "firstLineValue": "かのん: メリークリスマス!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001", - "masterReleaseLabelId": 323122303 - }, - { - "id": 4002001, - "masterChatId": 4002, - "roomId": 1, - "hashTag": "可可 DM", - "firstLineValue": "可可: スタンプを送信しました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 1 - }, - { - "id": 4002002, - "masterChatId": 4002, - "roomId": 2, - "hashTag": "可可 お誕生日2023", - "firstLineValue": "可可さんがログインしました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 123071702 - }, - { - "id": 4002003, - "masterChatId": 4002, - "roomId": 3, - "hashTag": "可可 お祝い2023", - "firstLineValue": "可可: スタンプを送信しました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 1 - }, - { - "id": 4002004, - "masterChatId": 4002, - "roomId": 16, - "hashTag": "可可 新年2024", - "firstLineValue": "可可: あけましておめでとうございマス!", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 324010171 - }, - { - "id": 4002005, - "masterChatId": 4002, - "roomId": 17, - "hashTag": "可可 バレンタイン2024", - "firstLineValue": "可可: ハッピーバレンタイン!", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 324021464 - }, - { - "id": 4002018, - "masterChatId": 4002, - "roomId": 18, - "hashTag": "可可 ホワイトデー2024", - "firstLineValue": "可可: こんばんは~", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 324031103 - }, - { - "id": 4002007, - "masterChatId": 4002, - "roomId": 7, - "hashTag": "可可 4月2023", - "firstLineValue": "可可: 画像を送信しました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 1 - }, - { - "id": 4002008, - "masterChatId": 4002, - "roomId": 8, - "hashTag": "可可 5月2023", - "firstLineValue": "可可: こんばんは~", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 1 - }, - { - "id": 4002009, - "masterChatId": 4002, - "roomId": 9, - "hashTag": "可可 6月2023", - "firstLineValue": "可可さんがログインしました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323060102 - }, - { - "id": 4002010, - "masterChatId": 4002, - "roomId": 10, - "hashTag": "可可 7月2023", - "firstLineValue": "可可: はじまりマス!", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323072013 - }, - { - "id": 4002011, - "masterChatId": 4002, - "roomId": 11, - "hashTag": "可可 夏休み2023", - "firstLineValue": "可可さんがログインしました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323082404 - }, - { - "id": 4002012, - "masterChatId": 4002, - "roomId": 12, - "hashTag": "可可 9月2023", - "firstLineValue": "可可: スタンプを送信しました", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323091404 - }, - { - "id": 4002013, - "masterChatId": 4002, - "roomId": 13, - "hashTag": "可可 2023ハロウィン", - "firstLineValue": "可可: トリックオアトリート!", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323102509 - }, - { - "id": 4002014, - "masterChatId": 4002, - "roomId": 14, - "hashTag": "可可 11月2023", - "firstLineValue": "可可: こんばんは~", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323110110 - }, - { - "id": 4002015, - "masterChatId": 4002, - "roomId": 15, - "hashTag": "可可 Xmas2023", - "firstLineValue": "可可: メリークリスマス!", - "iconPath": "profile_04002_0000", - "appearCharaIdList": "4002", - "masterReleaseLabelId": 323122544 - }, - { - "id": 4003001, - "masterChatId": 4003, - "roomId": 1, - "hashTag": "千砂都 DM", - "firstLineValue": "千砂都: うぃっす~", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 1 - }, - { - "id": 4003002, - "masterChatId": 4003, - "roomId": 18, - "hashTag": "千砂都 お誕生日2024", - "firstLineValue": "千砂都さんがログインしました", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 124022502 - }, - { - "id": 4003003, - "masterChatId": 4003, - "roomId": 3, - "hashTag": "千砂都 お祝い2023", - "firstLineValue": "千砂都: ういっすー!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 1 - }, - { - "id": 4003004, - "masterChatId": 4003, - "roomId": 16, - "hashTag": "千砂都 新年2024", - "firstLineValue": "千砂都: うぃっす~!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 324010172 - }, - { - "id": 4003005, - "masterChatId": 4003, - "roomId": 17, - "hashTag": "千砂都 バレンタイン2024", - "firstLineValue": "千砂都: うぃっす~!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 324020903 - }, - { - "id": 4003019, - "masterChatId": 4003, - "roomId": 19, - "hashTag": "千砂都 ホワイトデー2024", - "firstLineValue": "千砂都: ハッピーホワイトデー!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 324031465 - }, - { - "id": 4003007, - "masterChatId": 4003, - "roomId": 7, - "hashTag": "千砂都 4月2023", - "firstLineValue": "千砂都: おはよ~!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 1 - }, - { - "id": 4003008, - "masterChatId": 4003, - "roomId": 8, - "hashTag": "千砂都 5月2023", - "firstLineValue": "千砂都: ういっす~!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 1 - }, - { - "id": 4003009, - "masterChatId": 4003, - "roomId": 9, - "hashTag": "千砂都 6月2023", - "firstLineValue": "千砂都さんがログインしました", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323061104 - }, - { - "id": 4003010, - "masterChatId": 4003, - "roomId": 10, - "hashTag": "千砂都 7月2023", - "firstLineValue": "千砂都さんがログインしました", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323071804 - }, - { - "id": 4003011, - "masterChatId": 4003, - "roomId": 11, - "hashTag": "千砂都 夏休み2023", - "firstLineValue": "千砂都さんがログインしました", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323081106 - }, - { - "id": 4003012, - "masterChatId": 4003, - "roomId": 12, - "hashTag": "千砂都 9月2023", - "firstLineValue": "千砂都: うぃっす~!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323090117 - }, - { - "id": 4003013, - "masterChatId": 4003, - "roomId": 13, - "hashTag": "千砂都 2023ハロウィン", - "firstLineValue": "千砂都さんがログインしました", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323103162 - }, - { - "id": 4003014, - "masterChatId": 4003, - "roomId": 14, - "hashTag": "千砂都 11月2023", - "firstLineValue": "千砂都: うぃっす~!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323110111 - }, - { - "id": 4003015, - "masterChatId": 4003, - "roomId": 15, - "hashTag": "千砂都 Xmas2023", - "firstLineValue": "千砂都: メリークリスマス!", - "iconPath": "profile_04003_0000", - "appearCharaIdList": "4003", - "masterReleaseLabelId": 323122545 - }, - { - "id": 4004001, - "masterChatId": 4004, - "roomId": 1, - "hashTag": "すみれ DM", - "firstLineValue": "すみれ: こんばんは", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 1 - }, - { - "id": 4004002, - "masterChatId": 4004, - "roomId": 2, - "hashTag": "すみれ お誕生日2023", - "firstLineValue": "すみれさんがログインしました", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 123092802 - }, - { - "id": 4004003, - "masterChatId": 4004, - "roomId": 3, - "hashTag": "すみれ お祝い2023", - "firstLineValue": "すみれ: 起きてるかしら?", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 1 - }, - { - "id": 4004004, - "masterChatId": 4004, - "roomId": 16, - "hashTag": "すみれ 新年2024", - "firstLineValue": "すみれ: あけましておめでとう!", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 324010173 - }, - { - "id": 4004005, - "masterChatId": 4004, - "roomId": 17, - "hashTag": "すみれ バレンタイン2024", - "firstLineValue": "すみれ: こんにちは", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 324021465 - }, - { - "id": 4004018, - "masterChatId": 4004, - "roomId": 18, - "hashTag": "すみれ ホワイトデー2024", - "firstLineValue": "すみれ: ハッピーホワイトデー!", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 324031466 - }, - { - "id": 4004007, - "masterChatId": 4004, - "roomId": 7, - "hashTag": "すみれ 4月2023", - "firstLineValue": "すみれさんがログインしました", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 1 - }, - { - "id": 4004008, - "masterChatId": 4004, - "roomId": 8, - "hashTag": "すみれ 5月2023", - "firstLineValue": "すみれさんがログインしました", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 1 - }, - { - "id": 4004009, - "masterChatId": 4004, - "roomId": 9, - "hashTag": "すみれ 6月2023", - "firstLineValue": "すみれ: ちょっと相談なんだけどいい?", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323062902 - }, - { - "id": 4004010, - "masterChatId": 4004, - "roomId": 10, - "hashTag": "すみれ 7月2023", - "firstLineValue": "すみれ: いよいよ夏休みね", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323072014 - }, - { - "id": 4004011, - "masterChatId": 4004, - "roomId": 11, - "hashTag": "すみれ 夏休み2023", - "firstLineValue": "すみれ: 毎日暑いわね", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323082106 - }, - { - "id": 4004012, - "masterChatId": 4004, - "roomId": 12, - "hashTag": "すみれ 9月2023", - "firstLineValue": "すみれ: 元気?", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323091704 - }, - { - "id": 4004013, - "masterChatId": 4004, - "roomId": 13, - "hashTag": "すみれ 2023ハロウィン", - "firstLineValue": "すみれさんがログインしました", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323102510 - }, - { - "id": 4004014, - "masterChatId": 4004, - "roomId": 14, - "hashTag": "すみれ 11月2023", - "firstLineValue": "すみれ: 今日は寒かったわね", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323110112 - }, - { - "id": 4004015, - "masterChatId": 4004, - "roomId": 15, - "hashTag": "すみれ Xmas2023", - "firstLineValue": "すみれ: メリークリスマス!", - "iconPath": "profile_04004_0000", - "appearCharaIdList": "4004", - "masterReleaseLabelId": 323122546 - }, - { - "id": 4005001, - "masterChatId": 4005, - "roomId": 1, - "hashTag": "恋 DM", - "firstLineValue": "恋: 夜分遅くに申し訳ありません", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 1 - }, - { - "id": 4005002, - "masterChatId": 4005, - "roomId": 2, - "hashTag": "恋 お誕生日2023", - "firstLineValue": "恋さんがログインしました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 123112402 - }, - { - "id": 4005003, - "masterChatId": 4005, - "roomId": 3, - "hashTag": "恋 お祝い2023", - "firstLineValue": "恋: あのーすみません", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 1 - }, - { - "id": 4005004, - "masterChatId": 4005, - "roomId": 16, - "hashTag": "恋 新年2024", - "firstLineValue": "恋: あけましておめでとうございます", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 324010174 - }, - { - "id": 4005005, - "masterChatId": 4005, - "roomId": 17, - "hashTag": "恋 バレンタイン2024", - "firstLineValue": "恋さんがログインしました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 324021466 - }, - { - "id": 4005018, - "masterChatId": 4005, - "roomId": 18, - "hashTag": "恋 ホワイトデー2024", - "firstLineValue": "恋: こんにちは", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 324031467 - }, - { - "id": 4005007, - "masterChatId": 4005, - "roomId": 7, - "hashTag": "恋 4月2023", - "firstLineValue": "恋: こんにちは", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 1 - }, - { - "id": 4005008, - "masterChatId": 4005, - "roomId": 8, - "hashTag": "恋 5月2023", - "firstLineValue": "恋: こんばんは", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 1 - }, - { - "id": 4005009, - "masterChatId": 4005, - "roomId": 9, - "hashTag": "恋 6月2023", - "firstLineValue": "恋: Liella!の特集記事が届きました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323062604 - }, - { - "id": 4005010, - "masterChatId": 4005, - "roomId": 10, - "hashTag": "恋 7月2023", - "firstLineValue": "恋さんがログインしました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323071805 - }, - { - "id": 4005011, - "masterChatId": 4005, - "roomId": 11, - "hashTag": "恋 夏休み2023", - "firstLineValue": "恋さんがログインしました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323080403 - }, - { - "id": 4005012, - "masterChatId": 4005, - "roomId": 12, - "hashTag": "恋 9月2023", - "firstLineValue": "恋: 新学期がはじまりましたね", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323090118 - }, - { - "id": 4005013, - "masterChatId": 4005, - "roomId": 13, - "hashTag": "恋 2023ハロウィン", - "firstLineValue": "恋さんがログインしました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323102511 - }, - { - "id": 4005014, - "masterChatId": 4005, - "roomId": 14, - "hashTag": "恋 11月2023", - "firstLineValue": "恋: すっかり秋めいてきましたね", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323110113 - }, - { - "id": 4005015, - "masterChatId": 4005, - "roomId": 15, - "hashTag": "恋 Xmas2023", - "firstLineValue": "恋さんがログインしました", - "iconPath": "profile_04005_0000", - "appearCharaIdList": "4005", - "masterReleaseLabelId": 323122547 - }, - { - "id": 4006001, - "masterChatId": 4006, - "roomId": 1, - "hashTag": "きな子 DM", - "firstLineValue": "きな子: こんばんはっす~", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 1 - }, - { - "id": 4006003, - "masterChatId": 4006, - "roomId": 3, - "hashTag": "きな子 お祝い2023", - "firstLineValue": "きな子: 突然ですが、じゃがいも好きっすか?", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 1 - }, - { - "id": 4006004, - "masterChatId": 4006, - "roomId": 16, - "hashTag": "きな子 新年2024", - "firstLineValue": "きな子: あけましておめでとうっす~", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 324010175 - }, - { - "id": 4006005, - "masterChatId": 4006, - "roomId": 17, - "hashTag": "きな子 バレンタイン2024", - "firstLineValue": "きな子: 今ちょっといいっすか?", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 324021103 - }, - { - "id": 4006018, - "masterChatId": 4006, - "roomId": 18, - "hashTag": "きな子 ホワイトデー2024", - "firstLineValue": "きな子さんがログインしました", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 324031005 - }, - { - "id": 4006007, - "masterChatId": 4006, - "roomId": 7, - "hashTag": "きな子 4月2023", - "firstLineValue": "きな子: 見てくださいっす~", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 1 - }, - { - "id": 4006008, - "masterChatId": 4006, - "roomId": 8, - "hashTag": "きな子 5月2023", - "firstLineValue": "きな子: もうすぐGWっすね", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 1 - }, - { - "id": 4006009, - "masterChatId": 4006, - "roomId": 9, - "hashTag": "きな子 6月2023", - "firstLineValue": "きな子: 雨が続くっすね~", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323062204 - }, - { - "id": 4006010, - "masterChatId": 4006, - "roomId": 10, - "hashTag": "きな子 7月2023", - "firstLineValue": "きな子: 聞いてくださいっす~!", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323071004 - }, - { - "id": 4006011, - "masterChatId": 4006, - "roomId": 11, - "hashTag": "きな子 夏休み2023", - "firstLineValue": "夏美 オニナッツー!日々のあれこれエトセトラ! あなたの心のオニサプリ!", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323080604 - }, - { - "id": 4006012, - "masterChatId": 4006, - "roomId": 12, - "hashTag": "きな子 9月2023", - "firstLineValue": "きな子さんがログインしました", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323090119 - }, - { - "id": 4006013, - "masterChatId": 4006, - "roomId": 13, - "hashTag": "きな子 2023ハロウィン", - "firstLineValue": "きな子さんがログインしました", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323102512 - }, - { - "id": 4006014, - "masterChatId": 4006, - "roomId": 14, - "hashTag": "きな子 11月2023", - "firstLineValue": "きな子: すっかり秋っすね~", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323110114 - }, - { - "id": 4006015, - "masterChatId": 4006, - "roomId": 15, - "hashTag": "きな子 Xmas2023", - "firstLineValue": "きな子: メリークリスマス!", - "iconPath": "profile_04006_0000", - "appearCharaIdList": "4006", - "masterReleaseLabelId": 323122304 - }, - { - "id": 4007001, - "masterChatId": 4007, - "roomId": 1, - "hashTag": "メイ DM", - "firstLineValue": "メイ: よう", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 1 - }, - { - "id": 4007002, - "masterChatId": 4007, - "roomId": 2, - "hashTag": "メイ お誕生日2023", - "firstLineValue": "メイさんがログインしました", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 123102902 - }, - { - "id": 4007003, - "masterChatId": 4007, - "roomId": 3, - "hashTag": "メイ お祝い2023", - "firstLineValue": "メイ: 今、時間あるか?", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 1 - }, - { - "id": 4007004, - "masterChatId": 4007, - "roomId": 16, - "hashTag": "メイ 新年2024", - "firstLineValue": "メイ: よう", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 324010176 - }, - { - "id": 4007005, - "masterChatId": 4007, - "roomId": 17, - "hashTag": "メイ バレンタイン2024", - "firstLineValue": "メイさんがログインしました", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 324021004 - }, - { - "id": 4007018, - "masterChatId": 4007, - "roomId": 18, - "hashTag": "メイ ホワイトデー2024", - "firstLineValue": "メイ: ちょっといいか?", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 324031006 - }, - { - "id": 4007007, - "masterChatId": 4007, - "roomId": 7, - "hashTag": "メイ 4月2023", - "firstLineValue": "メイ: 画像を送信しました", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 1 - }, - { - "id": 4007008, - "masterChatId": 4007, - "roomId": 8, - "hashTag": "メイ 5月2023", - "firstLineValue": "メイ: なあ、GWの予定、決まってるか?", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 1 - }, - { - "id": 4007009, - "masterChatId": 4007, - "roomId": 9, - "hashTag": "メイ 6月2023", - "firstLineValue": "メイ: 新聞記事、届いたぞ! いつもありがとうな", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323060604 - }, - { - "id": 4007010, - "masterChatId": 4007, - "roomId": 10, - "hashTag": "メイ 7月2023", - "firstLineValue": "メイ: 元気か?", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323071806 - }, - { - "id": 4007011, - "masterChatId": 4007, - "roomId": 11, - "hashTag": "メイ 夏休み2023", - "firstLineValue": "メイ: やばい……", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323082107 - }, - { - "id": 4007012, - "masterChatId": 4007, - "roomId": 12, - "hashTag": "メイ 9月2023", - "firstLineValue": "メイ: あっという間に新学期だな", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323090120 - }, - { - "id": 4007013, - "masterChatId": 4007, - "roomId": 13, - "hashTag": "メイ 2023ハロウィン", - "firstLineValue": "メイさんがログインしました", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323102513 - }, - { - "id": 4007014, - "masterChatId": 4007, - "roomId": 14, - "hashTag": "メイ 11月2023", - "firstLineValue": "メイ: いま大丈夫か?", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323110115 - }, - { - "id": 4007015, - "masterChatId": 4007, - "roomId": 15, - "hashTag": "メイ Xmas2023", - "firstLineValue": "メイ: メリークリスマス!", - "iconPath": "profile_04007_0000", - "appearCharaIdList": "4007", - "masterReleaseLabelId": 323122548 - }, - { - "id": 4008001, - "masterChatId": 4008, - "roomId": 1, - "hashTag": "四季 DM", - "firstLineValue": "四季: テスト送信", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 1 - }, - { - "id": 4008002, - "masterChatId": 4008, - "roomId": 2, - "hashTag": "四季 お誕生日2023", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 123061702 - }, - { - "id": 4008003, - "masterChatId": 4008, - "roomId": 3, - "hashTag": "四季 お祝い2023", - "firstLineValue": "四季: おめでとう", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 1 - }, - { - "id": 4008004, - "masterChatId": 4008, - "roomId": 16, - "hashTag": "四季 新年2024", - "firstLineValue": "四季: あけましておめでとう", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 324010177 - }, - { - "id": 4008005, - "masterChatId": 4008, - "roomId": 17, - "hashTag": "四季 バレンタイン2024", - "firstLineValue": "四季: 今いい?", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 324021104 - }, - { - "id": 4008018, - "masterChatId": 4008, - "roomId": 18, - "hashTag": "四季 ホワイトデー2024", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 324031468 - }, - { - "id": 4008007, - "masterChatId": 4008, - "roomId": 7, - "hashTag": "四季 4月2023", - "firstLineValue": "四季: 桜が咲いた", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 1 - }, - { - "id": 4008008, - "masterChatId": 4008, - "roomId": 8, - "hashTag": "四季 5月2023", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 1 - }, - { - "id": 4008009, - "masterChatId": 4008, - "roomId": 9, - "hashTag": "四季 6月2023", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323060806 - }, - { - "id": 4008010, - "masterChatId": 4008, - "roomId": 10, - "hashTag": "四季 7月2023", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323072015 - }, - { - "id": 4008011, - "masterChatId": 4008, - "roomId": 11, - "hashTag": "四季 夏休み2023", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323080404 - }, - { - "id": 4008012, - "masterChatId": 4008, - "roomId": 12, - "hashTag": "四季 9月2023", - "firstLineValue": "四季: レポート、送ってくれてありがとう", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323090121 - }, - { - "id": 4008013, - "masterChatId": 4008, - "roomId": 13, - "hashTag": "四季 2023ハロウィン", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323102202 - }, - { - "id": 4008014, - "masterChatId": 4008, - "roomId": 14, - "hashTag": "四季 11月2023", - "firstLineValue": "四季: ハロウィンライブの記事、ありがとう", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323111504 - }, - { - "id": 4008015, - "masterChatId": 4008, - "roomId": 15, - "hashTag": "四季 Xmas2023", - "firstLineValue": "四季さんがログインしました", - "iconPath": "profile_04008_0000", - "appearCharaIdList": "4008", - "masterReleaseLabelId": 323122549 - }, - { - "id": 4009001, - "masterChatId": 4009, - "roomId": 1, - "hashTag": "夏美 DM", - "firstLineValue": "夏美: お疲れさまですの!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 1 - }, - { - "id": 4009002, - "masterChatId": 4009, - "roomId": 2, - "hashTag": "夏美 お誕生日2023", - "firstLineValue": "夏美さんがログインしました", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 123080702 - }, - { - "id": 4009003, - "masterChatId": 4009, - "roomId": 3, - "hashTag": "夏美 お祝い2023", - "firstLineValue": "夏美: オニナッツー!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 1 - }, - { - "id": 4009004, - "masterChatId": 4009, - "roomId": 16, - "hashTag": "夏美 新年2024", - "firstLineValue": "夏美: あけましておめでとうですの~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 324010178 - }, - { - "id": 4009005, - "masterChatId": 4009, - "roomId": 17, - "hashTag": "夏美 バレンタイン2024", - "firstLineValue": "夏美: 突然ですがクイズですの~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 324020904 - }, - { - "id": 4009018, - "masterChatId": 4009, - "roomId": 18, - "hashTag": "夏美 ホワイトデー2024", - "firstLineValue": "夏美: オニナッツ~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 324031104 - }, - { - "id": 4009007, - "masterChatId": 4009, - "roomId": 7, - "hashTag": "夏美 4月2023", - "firstLineValue": "夏美: スタンプを送信しました", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 1 - }, - { - "id": 4009008, - "masterChatId": 4009, - "roomId": 8, - "hashTag": "夏美 5月2023", - "firstLineValue": "夏美さんがログインしました", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 1 - }, - { - "id": 4009009, - "masterChatId": 4009, - "roomId": 9, - "hashTag": "夏美 6月2023", - "firstLineValue": "夏美: 記事を送ってくれてありがとですの~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323060506 - }, - { - "id": 4009010, - "masterChatId": 4009, - "roomId": 10, - "hashTag": "夏美 7月2023", - "firstLineValue": "夏美: オニナッツ~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323072016 - }, - { - "id": 4009011, - "masterChatId": 4009, - "roomId": 11, - "hashTag": "夏美 夏休み2023", - "firstLineValue": "夏美: スタンプを送信しました", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323082108 - }, - { - "id": 4009012, - "masterChatId": 4009, - "roomId": 12, - "hashTag": "夏美 9月2023", - "firstLineValue": "夏美: いきなりですけど、オニナッツクーイズ!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323090122 - }, - { - "id": 4009013, - "masterChatId": 4009, - "roomId": 13, - "hashTag": "夏美 2023ハロウィン", - "firstLineValue": "夏美: ハッピーハロウィンですの~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323102514 - }, - { - "id": 4009014, - "masterChatId": 4009, - "roomId": 14, - "hashTag": "夏美 11月2023", - "firstLineValue": "夏美: 食欲の秋ですの~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323110116 - }, - { - "id": 4009015, - "masterChatId": 4009, - "roomId": 15, - "hashTag": "夏美 Xmas2023", - "firstLineValue": "夏美: メリークリスマスですの~!", - "iconPath": "profile_04009_0000", - "appearCharaIdList": "4009", - "masterReleaseLabelId": 323122550 - }, - { - "id": 4010001, - "masterChatId": 4010, - "roomId": 1, - "hashTag": "マルガレーテ DM", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4010", - "masterReleaseLabelId": 323121501 - }, - { - "id": 4010003, - "masterChatId": 4010, - "roomId": 3, - "hashTag": "マルガレーテ お祝い2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4010", - "masterReleaseLabelId": 323121501 - }, - { - "id": 4011001, - "masterChatId": 4011, - "roomId": 1, - "hashTag": "冬毬 DM", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4011", - "masterReleaseLabelId": 323121501 - }, - { - "id": 4011003, - "masterChatId": 4011, - "roomId": 3, - "hashTag": "冬毬 お祝い2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4011", - "masterReleaseLabelId": 323121501 - }, - { - "id": 4101001, - "masterChatId": 4101, - "roomId": 1, - "hashTag": "Liella!", - "firstLineValue": "可可: 一番乗りデス!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4002,4003,4004,4001,4005,4006,4009,4007,4008", - "masterReleaseLabelId": 1 - }, - { - "id": 4101002, - "masterChatId": 4101, - "roomId": 2, - "hashTag": "かのん 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4003,4006,4002,4007,4008,4005,4004,4009", - "masterReleaseLabelId": 1 - }, - { - "id": 4101003, - "masterChatId": 4101, - "roomId": 3, - "hashTag": "かのん 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4001,4003,4002,4006,4004,4005,4008,4009,4007", - "masterReleaseLabelId": 1 - }, - { - "id": 4101004, - "masterChatId": 4101, - "roomId": 4, - "hashTag": "四季 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4006,4007,4009", - "masterReleaseLabelId": 123061702 - }, - { - "id": 4101005, - "masterChatId": 4101, - "roomId": 5, - "hashTag": "四季 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4006,4007,4008,4009", - "masterReleaseLabelId": 123061702 - }, - { - "id": 4101006, - "masterChatId": 4101, - "roomId": 6, - "hashTag": "Liella! イベント準備2023", - "firstLineValue": "かのん: みんな~準備の進みはどうかな?", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4001,4002,4004,4007,4008,4003,4005,4006,4009", - "masterReleaseLabelId": 323062008 - }, - { - "id": 4101007, - "masterChatId": 4101, - "roomId": 7, - "hashTag": "Liella! 夏2023", - "firstLineValue": "きな子: もうすぐ七夕っすね!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4006,4007,4002,4005,4003,4001,4004,4009,4008", - "masterReleaseLabelId": 323070402 - }, - { - "id": 4101008, - "masterChatId": 4101, - "roomId": 8, - "hashTag": "可可 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4004,4001,4003,4005", - "masterReleaseLabelId": 123071702 - }, - { - "id": 4101009, - "masterChatId": 4101, - "roomId": 9, - "hashTag": "可可 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4002,4001,4004,4003,4005", - "masterReleaseLabelId": 123071702 - }, - { - "id": 4101010, - "masterChatId": 4101, - "roomId": 10, - "hashTag": "夏美 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4006,4008,4007", - "masterReleaseLabelId": 123080702 - }, - { - "id": 4101011, - "masterChatId": 4101, - "roomId": 11, - "hashTag": "夏美 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4009,4006,4007,4008", - "masterReleaseLabelId": 123080702 - }, - { - "id": 4101012, - "masterChatId": 4101, - "roomId": 12, - "hashTag": "Liella! 夏フェス2023", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4001,4003,4002,4005,4006,4004,4007,4008,4009", - "masterReleaseLabelId": 323082406 - }, - { - "id": 4101013, - "masterChatId": 4101, - "roomId": 13, - "hashTag": "すみれ 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4002,4001,4006,4003,4005,4009,4008,4007", - "masterReleaseLabelId": 123092802 - }, - { - "id": 4101014, - "masterChatId": 4101, - "roomId": 14, - "hashTag": "すみれ 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4004,4002,4005,4001,4003,4006,4007,4008,4009", - "masterReleaseLabelId": 123092802 - }, - { - "id": 4101015, - "masterChatId": 4101, - "roomId": 15, - "hashTag": "Liella! 秋2023", - "firstLineValue": "恋: みなさん、今日はお月様がとってもきれいですよ", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4005,4003,4002,4008,4007,4009,4004,4006,4001", - "masterReleaseLabelId": 323100102 - }, - { - "id": 4101016, - "masterChatId": 4101, - "roomId": 16, - "hashTag": "Liella! Half Anniversary", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4003,4004,4007,4006,4002,4005,4009,4008,4001", - "masterReleaseLabelId": 323101404 - }, - { - "id": 4101017, - "masterChatId": 4101, - "roomId": 17, - "hashTag": "メイ 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4008,4007", - "masterReleaseLabelId": 123102902 - }, - { - "id": 4101018, - "masterChatId": 4101, - "roomId": 18, - "hashTag": "メイ 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4007,4008,4009,4006,4002,4004,4001,4003,4005", - "masterReleaseLabelId": 123102902 - }, - { - "id": 4101019, - "masterChatId": 4101, - "roomId": 19, - "hashTag": "恋 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4003,4002,4004,4001", - "masterReleaseLabelId": 123112402 - }, - { - "id": 4101020, - "masterChatId": 4101, - "roomId": 20, - "hashTag": "恋 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4005,4004,4002,4003,4001", - "masterReleaseLabelId": 123112402 - }, - { - "id": 4101021, - "masterChatId": 4101, - "roomId": 21, - "hashTag": "Liella! 冬2023", - "firstLineValue": "恋: みなさん、今日はクリスマスパーティーに来てくださってありがとうございました!", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4005,4001,4006,4003,4007,4008,4009,4004,4002", - "masterReleaseLabelId": 323122552 - }, - { - "id": 4101022, - "masterChatId": 4101, - "roomId": 22, - "hashTag": "冬毬 誕生日お祝い 2023①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4009,4001,4004", - "masterReleaseLabelId": 123122802 - }, - { - "id": 4101023, - "masterChatId": 4101, - "roomId": 23, - "hashTag": "冬毬 誕生日お祝い 2023②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4004,4006,4007,4011,4009,4001,4002,4003,4005,4008,4010", - "masterReleaseLabelId": 123122802 - }, - { - "id": 4101024, - "masterChatId": 4101, - "roomId": 24, - "hashTag": "マルガレーテ 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4001,4004,4003,4005,4009,4011,4008,4007,4002,4006", - "masterReleaseLabelId": 124012002 - }, - { - "id": 4101025, - "masterChatId": 4101, - "roomId": 25, - "hashTag": "マルガレーテ 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4010,4011,4001,4003,4004,4006,4009,4002,4007,4008,4005", - "masterReleaseLabelId": 124012002 - }, - { - "id": 4101026, - "masterChatId": 4101, - "roomId": 26, - "hashTag": "Liella! ライブ2024", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4003,4002,4011,4010,4006,4007,4009,4008,4001,4005,4004", - "masterReleaseLabelId": 324011902 - }, - { - "id": 4101027, - "masterChatId": 4101, - "roomId": 27, - "hashTag": "千砂都 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4001,4002,4004,4005", - "masterReleaseLabelId": 124022502 - }, - { - "id": 4101028, - "masterChatId": 4101, - "roomId": 28, - "hashTag": "千砂都 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4003,4001,4002,4004,4005", - "masterReleaseLabelId": 124022502 - }, - { - "id": 4101029, - "masterChatId": 4101, - "roomId": 29, - "hashTag": "Liella! 春2024", - "firstLineValue": "かのんさんがログインしました", - "iconPath": "profile_04001_0000", - "appearCharaIdList": "4002,4001,4006,4009,4004,4003,4008,4007,4005", - "masterReleaseLabelId": 324030303 - }, - { - "id": 4101030, - "masterChatId": 4101, - "roomId": 30, - "hashTag": "きな子 誕生日お祝い 2024①", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4009,4006", - "masterReleaseLabelId": 324031604 - }, - { - "id": 4101031, - "masterChatId": 4101, - "roomId": 31, - "hashTag": "きな子 誕生日お祝い 2024②", - "firstLineValue": "", - "iconPath": "", - "appearCharaIdList": "4006,4009,4007,4008", - "masterReleaseLabelId": 324031604 - } -] \ No newline at end of file diff --git a/src/router/databases/json/exchange_item.json b/src/router/databases/json/exchange_item.json deleted file mode 100644 index 63edcf2..0000000 --- a/src/router/databases/json/exchange_item.json +++ /dev/null @@ -1,71320 +0,0 @@ -[ - { - "id": 111000101, - "consumeType": 2, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000101, - "exchangeLimit": 0, - "timeResetType": 2, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000102, - "consumeType": 4, - "value": 15500001, - "amount": 5, - "masterExchangeItemRewardId": 111000102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000103, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000104, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000105, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000106, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000107, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000108, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000109, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000110, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000111, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000112, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000113, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000114, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000115, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000116, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000117, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000118, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000119, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000120, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000121, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000122, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000123, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000124, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000125, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000126, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000127, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000128, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000129, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000130, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000131, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000132, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000133, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000134, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000135, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000136, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000137, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000138, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000139, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000140, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000141, - "consumeType": 4, - "value": 15500001, - "amount": 250, - "masterExchangeItemRewardId": 111000141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000301, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000302, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000303, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000304, - "consumeType": 4, - "value": 15500002, - "amount": 5, - "masterExchangeItemRewardId": 111000304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000305, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000306, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000307, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000308, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000309, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000310, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000311, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000312, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000313, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000314, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000315, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000316, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000317, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000318, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000319, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000320, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000321, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000322, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000323, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000324, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000325, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000326, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000327, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000328, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000329, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000330, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000331, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000332, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000333, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000334, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000335, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000336, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000337, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000338, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000339, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000340, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000341, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000342, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000343, - "consumeType": 4, - "value": 15500002, - "amount": 250, - "masterExchangeItemRewardId": 111000343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 211000101, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000103, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000104, - "consumeType": 4, - "value": 15520001, - "amount": 5, - "masterExchangeItemRewardId": 211000104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000105, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000106, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000107, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000108, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000109, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000110, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000111, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000112, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000113, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000114, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000115, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000116, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000117, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000118, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000119, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000120, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000121, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000122, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000123, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000124, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000125, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000126, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000127, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000128, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000129, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000130, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000131, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000132, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000133, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000134, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000135, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000136, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000137, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000138, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000139, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000140, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000141, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000142, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000143, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000144, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000145, - "consumeType": 4, - "value": 15520001, - "amount": 250, - "masterExchangeItemRewardId": 211000145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000201, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000203, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000204, - "consumeType": 4, - "value": 15520002, - "amount": 5, - "masterExchangeItemRewardId": 211000204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000205, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000206, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000207, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000208, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000209, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000210, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000211, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000212, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000213, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000214, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000215, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000216, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000217, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000218, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000219, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000220, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000221, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000222, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000223, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000224, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000225, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000226, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000227, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000228, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000229, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000230, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000231, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000232, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000233, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000234, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000235, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000236, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000237, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000238, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000239, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000240, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000241, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000242, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000243, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000244, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000245, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000246, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000247, - "consumeType": 4, - "value": 15520002, - "amount": 250, - "masterExchangeItemRewardId": 211000247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000301, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000303, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000304, - "consumeType": 4, - "value": 15520003, - "amount": 5, - "masterExchangeItemRewardId": 211000304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000305, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000306, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000307, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000308, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000309, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000310, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000311, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000312, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000313, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000314, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000315, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000316, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000317, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000318, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000319, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000320, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000321, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000322, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000323, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000324, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000325, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000326, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000327, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000328, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000329, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000330, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000331, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000332, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000333, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000334, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000335, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000336, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000337, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000338, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000339, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000340, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000341, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000342, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000343, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000344, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000345, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000346, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000347, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000348, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000349, - "consumeType": 4, - "value": 15520003, - "amount": 250, - "masterExchangeItemRewardId": 211000349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000401, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000403, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000404, - "consumeType": 4, - "value": 15520004, - "amount": 5, - "masterExchangeItemRewardId": 211000404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000405, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000406, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000407, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000408, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000409, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000410, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000411, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000412, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000413, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000414, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000415, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000416, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000417, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000418, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000419, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000420, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000421, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000422, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000423, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000424, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000425, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000426, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000427, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000428, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000429, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000430, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000431, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000432, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000433, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000434, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000435, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000436, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000437, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000438, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000439, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000440, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000441, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000442, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000443, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000444, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000445, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000446, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000447, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000448, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000449, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000450, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000451, - "consumeType": 4, - "value": 15520004, - "amount": 250, - "masterExchangeItemRewardId": 211000451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000601, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000603, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000604, - "consumeType": 4, - "value": 15520005, - "amount": 5, - "masterExchangeItemRewardId": 211000604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000605, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000606, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000607, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000608, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000609, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000610, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000611, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000612, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000613, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000614, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000615, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000616, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000617, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000618, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000619, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000620, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000621, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000622, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000623, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000624, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000625, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000626, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000627, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000628, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000629, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000630, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000631, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000632, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000633, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000634, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000635, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000636, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000637, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000638, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000639, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000640, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000641, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000642, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000643, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000644, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000645, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000646, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000647, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000648, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000649, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000650, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000651, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000652, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000653, - "consumeType": 4, - "value": 15520005, - "amount": 250, - "masterExchangeItemRewardId": 211000653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000801, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000803, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000804, - "consumeType": 4, - "value": 15520006, - "amount": 5, - "masterExchangeItemRewardId": 211000804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000805, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000806, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000807, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000808, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000809, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000810, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000811, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000812, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000813, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000814, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000815, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000816, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000817, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000818, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000819, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000820, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000821, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000822, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000823, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000824, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000825, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000826, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000827, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000828, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000829, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000830, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000831, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000832, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000833, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000834, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000835, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000836, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000837, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000838, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000839, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000840, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000841, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000842, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000843, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000844, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000845, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000846, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000847, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000848, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000849, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000850, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000851, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000852, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000852, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000853, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000853, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000854, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000854, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000855, - "consumeType": 4, - "value": 15520006, - "amount": 250, - "masterExchangeItemRewardId": 211000855, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211001001, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001003, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001004, - "consumeType": 4, - "value": 15520007, - "amount": 5, - "masterExchangeItemRewardId": 211001004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001005, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001006, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001007, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001008, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001009, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001010, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001011, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001012, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001013, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001014, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001015, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001016, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001017, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001018, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001019, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001020, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001021, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001022, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001022, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001023, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001023, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001024, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001024, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001025, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001025, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001026, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001026, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001027, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001027, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001028, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001028, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001029, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001029, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001030, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001030, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001031, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001031, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001032, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001032, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001033, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001033, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001034, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001034, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001035, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001035, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001036, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001036, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001037, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001037, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001038, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001038, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001039, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001039, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001040, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001040, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001041, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001041, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001042, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001042, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001043, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001043, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001044, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001044, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001045, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001045, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001046, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001046, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001047, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001047, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001048, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001048, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001049, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001049, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001050, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001050, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001051, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001051, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001052, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001052, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001053, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001053, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001054, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001054, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001055, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001055, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001056, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001056, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001057, - "consumeType": 4, - "value": 15520007, - "amount": 250, - "masterExchangeItemRewardId": 211001057, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001201, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001203, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001204, - "consumeType": 4, - "value": 15520008, - "amount": 5, - "masterExchangeItemRewardId": 211001204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001205, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001206, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001207, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001208, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001209, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001210, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001211, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001212, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001213, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001214, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001215, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001216, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001217, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001218, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001219, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001220, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001221, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001222, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001223, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001224, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001225, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001226, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001227, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001228, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001229, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001230, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001231, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001232, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001233, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001234, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001235, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001236, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001237, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001238, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001239, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001240, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001241, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001242, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001243, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001244, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001245, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001246, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001247, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001248, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001249, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001250, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001251, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001252, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001253, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001254, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001255, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001256, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001257, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001257, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001258, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001258, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001259, - "consumeType": 4, - "value": 15520008, - "amount": 250, - "masterExchangeItemRewardId": 211001259, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001401, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001403, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001404, - "consumeType": 4, - "value": 15520009, - "amount": 5, - "masterExchangeItemRewardId": 211001404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001405, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001406, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001407, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001408, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001409, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001410, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001411, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001412, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001413, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001414, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001415, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001416, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001417, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001418, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001419, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001420, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001421, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001422, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001423, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001424, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001425, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001426, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001427, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001428, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001429, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001430, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001431, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001432, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001433, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001434, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001435, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001436, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001437, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001438, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001439, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001440, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001441, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001442, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001443, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001444, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001445, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001446, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001447, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001448, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001449, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001450, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001451, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001452, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001453, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001454, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001455, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001456, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001457, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001458, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001459, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001460, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001461, - "consumeType": 4, - "value": 15520009, - "amount": 250, - "masterExchangeItemRewardId": 211001461, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001601, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001603, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001604, - "consumeType": 4, - "value": 15520010, - "amount": 5, - "masterExchangeItemRewardId": 211001604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001605, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001606, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001607, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001608, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001609, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001610, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001611, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001612, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001613, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001614, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001615, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001616, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001617, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001618, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001619, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001620, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001621, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001622, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001623, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001624, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001625, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001626, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001627, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001628, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001629, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001630, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001631, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001632, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001633, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001634, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001635, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001636, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001637, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001638, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001639, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001640, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001641, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001642, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001643, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001644, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001645, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001646, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001647, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001648, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001649, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001650, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001651, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001652, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001653, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001654, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001654, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001655, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001655, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001656, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001656, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001657, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001657, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001658, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001658, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001659, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001659, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001660, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001660, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001661, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001661, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001662, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001662, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001663, - "consumeType": 4, - "value": 15520010, - "amount": 250, - "masterExchangeItemRewardId": 211001663, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001801, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001803, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001804, - "consumeType": 4, - "value": 15520011, - "amount": 5, - "masterExchangeItemRewardId": 211001804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001805, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001806, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001807, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001808, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001809, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001810, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001811, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001812, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001813, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001814, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001815, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001816, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001817, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001818, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001819, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001820, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001821, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001822, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001823, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001824, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001825, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001826, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001827, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001828, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001829, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001830, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001831, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001832, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001833, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001834, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001835, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001836, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001837, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001838, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001839, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001840, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001841, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001842, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001843, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001844, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001845, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001846, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001847, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001848, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001849, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001850, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001851, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001852, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001852, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001853, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001853, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001854, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001854, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001855, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001855, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001856, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001856, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001857, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001857, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001858, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001858, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001859, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001859, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001860, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001860, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001861, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001861, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001862, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001862, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001863, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001863, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001864, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001864, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001865, - "consumeType": 4, - "value": 15520011, - "amount": 250, - "masterExchangeItemRewardId": 211001865, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211002201, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002203, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002204, - "consumeType": 4, - "value": 15520012, - "amount": 5, - "masterExchangeItemRewardId": 211002204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002205, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002206, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002207, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002208, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002209, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002210, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002211, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002212, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002213, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002214, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002215, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002216, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002217, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002218, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002219, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002220, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002221, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002222, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002223, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002224, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002225, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002226, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002227, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002228, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002229, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002230, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002231, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002232, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002233, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002234, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002235, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002236, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002237, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002238, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002239, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002240, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002241, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002242, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002243, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002244, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002245, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002246, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002247, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002248, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002249, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002250, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002251, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002252, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002253, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002254, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002255, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002256, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002257, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002257, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002258, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002258, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002259, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002259, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002260, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002260, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002261, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002261, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002262, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002262, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002263, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002263, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002264, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002264, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002265, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002265, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002266, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002266, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002267, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002267, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002268, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002268, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002269, - "consumeType": 4, - "value": 15520012, - "amount": 250, - "masterExchangeItemRewardId": 211002269, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002401, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002403, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002404, - "consumeType": 4, - "value": 15520013, - "amount": 5, - "masterExchangeItemRewardId": 211002404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002405, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002406, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002407, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002408, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002409, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002410, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002411, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002412, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002413, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002414, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002415, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002416, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002417, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002418, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002419, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002420, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002421, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002422, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002423, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002424, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002425, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002426, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002427, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002428, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002429, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002430, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002431, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002432, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002433, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002434, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002435, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002436, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002437, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002438, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002439, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002440, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002441, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002442, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002443, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002444, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002445, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002446, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002447, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002448, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002449, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002450, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002451, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002452, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002453, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002454, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002455, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002456, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002457, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002458, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002459, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002460, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002461, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002461, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002462, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002462, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002463, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002463, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002464, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002464, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002465, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002465, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002466, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002466, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002467, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002467, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002468, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002468, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002469, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002469, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002470, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002470, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002471, - "consumeType": 4, - "value": 15520013, - "amount": 250, - "masterExchangeItemRewardId": 211002471, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002601, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002603, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002604, - "consumeType": 4, - "value": 15520014, - "amount": 5, - "masterExchangeItemRewardId": 211002604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002605, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002606, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002607, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002608, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002609, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002610, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002611, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002612, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002613, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002614, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002615, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002616, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002617, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002618, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002619, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002620, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002621, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002622, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002623, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002624, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002625, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002626, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002627, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002628, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002629, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002630, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002631, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002632, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002633, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002634, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002635, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002636, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002637, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002638, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002639, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002640, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002641, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002642, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002643, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002644, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002645, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002646, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002647, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002648, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002649, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002650, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002651, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002652, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002653, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002654, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002654, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002655, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002655, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002656, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002656, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002657, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002657, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002658, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002658, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002659, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002659, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002660, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002660, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002661, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002661, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002662, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002662, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002663, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002663, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002664, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002664, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002665, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002665, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002666, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002666, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002667, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002667, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002668, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002668, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002669, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002669, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002670, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002670, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002671, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002671, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002672, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002672, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002673, - "consumeType": 4, - "value": 15520014, - "amount": 250, - "masterExchangeItemRewardId": 211002673, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002801, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002803, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002804, - "consumeType": 4, - "value": 15520015, - "amount": 5, - "masterExchangeItemRewardId": 211002804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002805, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002806, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002807, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002808, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002809, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002810, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002811, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002812, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002813, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002814, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002815, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002816, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002817, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002818, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002819, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002820, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002821, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002822, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002823, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002824, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002825, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002826, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002827, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002828, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002829, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002830, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002831, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002832, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002833, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002834, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002835, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002836, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002837, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002838, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002839, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002840, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002841, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002842, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002843, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002844, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002845, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002846, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002847, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002848, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002849, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002850, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002851, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002852, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002852, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002853, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002853, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002854, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002854, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002855, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002855, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002856, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002856, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002857, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002857, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002858, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002858, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002859, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002859, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002860, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002860, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002861, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002861, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002862, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002862, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002863, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002863, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002864, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002864, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002865, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002865, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002866, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002866, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002867, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002867, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002868, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002868, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002869, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002869, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002870, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002870, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002871, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002871, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002872, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002872, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002873, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002873, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002874, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002874, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002875, - "consumeType": 4, - "value": 15520015, - "amount": 250, - "masterExchangeItemRewardId": 211002875, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211003001, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003003, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003004, - "consumeType": 4, - "value": 15520016, - "amount": 5, - "masterExchangeItemRewardId": 211003004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003005, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003006, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003007, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003008, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003009, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003010, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003011, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003012, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003013, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003014, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003015, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003016, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003017, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003018, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003019, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003020, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003021, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003022, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003022, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003023, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003023, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003024, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003024, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003025, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003025, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003026, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003026, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003027, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003027, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003028, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003028, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003029, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003029, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003030, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003030, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003031, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003031, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003032, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003032, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003033, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003033, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003034, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003034, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003035, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003035, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003036, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003036, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003037, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003037, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003038, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003038, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003039, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003039, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003040, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003040, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003041, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003041, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003042, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003042, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003043, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003043, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003044, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003044, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003045, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003045, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003046, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003046, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003047, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003047, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003048, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003048, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003049, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003049, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003050, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003050, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003051, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003051, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003052, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003052, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003053, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003053, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003054, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003054, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003055, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003055, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003056, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003056, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003057, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003057, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003058, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003058, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003059, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003059, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003060, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003060, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003061, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003061, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003062, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003062, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003063, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003063, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003064, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003064, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003065, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003065, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003066, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003066, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003067, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003067, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003068, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003068, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003069, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003069, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003070, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003070, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003071, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003071, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003072, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003072, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003073, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003073, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003074, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003074, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003075, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003075, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003076, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003076, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003077, - "consumeType": 4, - "value": 15520016, - "amount": 250, - "masterExchangeItemRewardId": 211003077, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003201, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003203, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003204, - "consumeType": 4, - "value": 15520017, - "amount": 5, - "masterExchangeItemRewardId": 211003204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003205, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003206, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003207, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003208, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003209, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003210, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003211, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003212, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003213, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003214, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003215, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003216, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003217, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003218, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003219, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003220, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003221, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003222, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003223, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003224, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003225, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003226, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003227, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003228, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003229, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003230, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003231, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003232, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003233, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003234, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003235, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003236, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003237, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003238, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003239, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003240, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003241, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003242, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003243, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003244, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003245, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003246, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003247, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003248, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003249, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003250, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003251, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003252, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003253, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003254, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003255, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003256, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003257, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003257, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003258, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003258, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003259, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003259, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003260, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003260, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003261, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003261, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003262, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003262, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003263, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003263, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003264, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003264, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003265, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003265, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003266, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003266, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003267, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003267, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003268, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003268, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003269, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003269, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003270, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003270, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003271, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003271, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003272, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003272, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003273, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003273, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003274, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003274, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003275, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003275, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003276, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003276, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003277, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003277, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003278, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003278, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003279, - "consumeType": 4, - "value": 15520017, - "amount": 250, - "masterExchangeItemRewardId": 211003279, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003401, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003403, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003404, - "consumeType": 4, - "value": 15520018, - "amount": 5, - "masterExchangeItemRewardId": 211003404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003405, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003406, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003407, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003408, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003409, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003410, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003411, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003412, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003413, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003414, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003415, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003416, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003417, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003418, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003419, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003420, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003421, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003422, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003423, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003424, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003425, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003426, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003427, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003428, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003429, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003430, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003431, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003432, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003433, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003434, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003435, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003436, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003437, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003438, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003439, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003440, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003441, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003442, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003443, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003444, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003445, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003446, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003447, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003448, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003449, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003450, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003451, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003452, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003453, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003454, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003455, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003456, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003457, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003458, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003459, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003460, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003461, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003461, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003462, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003462, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003463, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003463, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003464, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003464, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003465, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003465, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003466, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003466, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003467, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003467, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003468, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003468, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003469, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003469, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003470, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003470, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003471, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003471, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003472, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003472, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003473, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003473, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003474, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003474, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003475, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003475, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003476, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003476, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003477, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003477, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003478, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003478, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003479, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003479, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003480, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003480, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003481, - "consumeType": 4, - "value": 15520018, - "amount": 250, - "masterExchangeItemRewardId": 211003481, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003601, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003603, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003604, - "consumeType": 4, - "value": 15520019, - "amount": 5, - "masterExchangeItemRewardId": 211003604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003605, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003606, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003607, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003608, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003609, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003610, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003611, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003612, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003613, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003614, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003615, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003616, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003617, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003618, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003619, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003620, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003621, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003622, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003623, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003624, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003625, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003626, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003627, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003628, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003629, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003630, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003631, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003632, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003633, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003634, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003635, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003636, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003637, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003638, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003639, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003640, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003641, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003642, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003643, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003644, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003645, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003646, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003647, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003648, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003649, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003650, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003651, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003652, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003653, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003654, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003654, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003655, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003655, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003656, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003656, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003657, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003657, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003658, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003658, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003659, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003659, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003660, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003660, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003661, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003661, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003662, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003662, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003663, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003663, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003664, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003664, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003665, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003665, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003666, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003666, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003667, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003667, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003668, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003668, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003669, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003669, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003670, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003670, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003671, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003671, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003672, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003672, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003673, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003673, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003674, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003674, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003675, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003675, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003676, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003676, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003677, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003677, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003678, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003678, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003679, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003679, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003680, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003680, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003681, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003681, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003682, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003682, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003683, - "consumeType": 4, - "value": 15520019, - "amount": 250, - "masterExchangeItemRewardId": 211003683, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003801, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003803, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003804, - "consumeType": 4, - "value": 15520020, - "amount": 5, - "masterExchangeItemRewardId": 211003804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003805, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003806, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003807, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003808, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003809, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003810, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003811, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003812, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003813, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003814, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003815, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003816, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003817, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003818, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003819, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003820, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003821, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003822, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003823, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003824, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003825, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003826, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003827, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003828, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003829, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003830, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003831, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003832, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003833, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003834, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003835, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003836, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003837, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003838, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003839, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003840, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003841, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003842, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003843, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003844, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003845, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003846, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003847, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003848, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003849, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003850, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003851, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003852, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003852, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003853, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003853, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003854, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003854, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003855, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003855, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003856, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003856, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003857, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003857, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003858, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003858, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003859, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003859, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003860, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003860, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003861, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003861, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003862, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003862, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003863, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003863, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003864, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003864, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003865, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003865, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003866, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003866, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003867, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003867, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003868, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003868, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003869, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003869, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003870, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003870, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003871, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003871, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003872, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003872, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003873, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003873, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003874, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003874, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003875, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003875, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003876, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003876, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003877, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003877, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003878, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003878, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003879, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003879, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003880, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003880, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003881, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003881, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003882, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003882, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003883, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003883, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003884, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003884, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003885, - "consumeType": 4, - "value": 15520020, - "amount": 250, - "masterExchangeItemRewardId": 211003885, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 111000401, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000402, - "consumeType": 4, - "value": 15510004, - "amount": 5, - "masterExchangeItemRewardId": 111000402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000403, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000404, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000405, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000406, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000407, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000408, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000409, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000410, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000411, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000412, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000413, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000414, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000415, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000416, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000417, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000418, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000419, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000420, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000421, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000422, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000423, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000424, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000425, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000426, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000427, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000428, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000429, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000430, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000431, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000432, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000433, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000434, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000435, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000436, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000437, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000438, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000439, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000440, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000441, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000442, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000443, - "consumeType": 4, - "value": 15510004, - "amount": 250, - "masterExchangeItemRewardId": 111000443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000501, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000502, - "consumeType": 4, - "value": 15510005, - "amount": 5, - "masterExchangeItemRewardId": 111000502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000503, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000504, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000505, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000506, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000507, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000508, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000509, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000510, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000511, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000512, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000513, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000514, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000515, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000516, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000517, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000518, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000519, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000520, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000520, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000521, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000521, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000522, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000522, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000523, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000523, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000524, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000524, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000525, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000525, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000526, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000526, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000527, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000527, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000528, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000528, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000529, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000529, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000530, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000530, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000531, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000531, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000532, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000532, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000533, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000533, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000534, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000534, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000535, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000535, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000536, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000536, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000537, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000537, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000538, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000538, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000539, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000539, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000540, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000540, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000541, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000541, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000542, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000542, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000543, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000543, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000544, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000544, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000545, - "consumeType": 4, - "value": 15510005, - "amount": 250, - "masterExchangeItemRewardId": 111000545, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000601, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000602, - "consumeType": 4, - "value": 15510006, - "amount": 5, - "masterExchangeItemRewardId": 111000602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000603, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000604, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000605, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000606, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000607, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000608, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000609, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000610, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000611, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000612, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000613, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000614, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000615, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000616, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000617, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000618, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000619, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000620, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000621, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000622, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000623, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000624, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000625, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000626, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000627, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000628, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000629, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000630, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000631, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000632, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000633, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000634, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000635, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000636, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000637, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000638, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000639, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000640, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000641, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000642, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000643, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000644, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000645, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000646, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000647, - "consumeType": 4, - "value": 15510006, - "amount": 250, - "masterExchangeItemRewardId": 111000647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000701, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000702, - "consumeType": 4, - "value": 15510007, - "amount": 5, - "masterExchangeItemRewardId": 111000702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000703, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000704, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000705, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000706, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000707, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000708, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000709, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000710, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000711, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000712, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000713, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000714, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000715, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000716, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000717, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000718, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000719, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000720, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000721, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000722, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000723, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000724, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000725, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000726, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000727, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000728, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000729, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000730, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000731, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000731, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000732, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000732, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000733, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000733, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000734, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000734, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000735, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000735, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000736, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000736, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000737, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000737, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000738, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000738, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000739, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000739, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000740, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000740, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000741, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000741, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000742, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000742, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000743, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000743, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000744, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000744, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000745, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000745, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000746, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000746, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000747, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000747, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000748, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000748, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000749, - "consumeType": 4, - "value": 15510007, - "amount": 250, - "masterExchangeItemRewardId": 111000749, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000801, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000802, - "consumeType": 4, - "value": 15510008, - "amount": 5, - "masterExchangeItemRewardId": 111000802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000803, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000804, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000805, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000806, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000807, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000808, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000809, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000810, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000811, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000812, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000813, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000814, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000815, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000816, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000817, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000818, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000819, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000820, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000821, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000822, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000823, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000824, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000825, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000826, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000827, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000828, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000829, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000830, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000831, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000832, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000833, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000834, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000835, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000836, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000837, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000838, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000839, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000840, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000841, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000842, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000843, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000844, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000845, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000846, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000847, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000848, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000849, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000850, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000851, - "consumeType": 4, - "value": 15510008, - "amount": 250, - "masterExchangeItemRewardId": 111000851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000901, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000902, - "consumeType": 4, - "value": 15510009, - "amount": 5, - "masterExchangeItemRewardId": 111000902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000903, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000904, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000905, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000906, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000907, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000908, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000909, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000910, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000911, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000912, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000913, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000914, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000915, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000916, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000917, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000918, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000919, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000920, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000920, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000921, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000921, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000922, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000922, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000923, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000923, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000924, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000924, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000925, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000925, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000926, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000926, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000927, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000927, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000928, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000928, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000929, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000929, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000930, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000930, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000931, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000931, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000932, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000932, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000933, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000933, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000934, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000934, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000935, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000935, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000936, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000936, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000937, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000937, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000938, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000938, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000939, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000939, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000940, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000940, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000941, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000941, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000942, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000942, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000943, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000943, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000944, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000944, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000945, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000945, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000946, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000946, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000947, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000947, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000948, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000948, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000949, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000949, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000950, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000950, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000951, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000951, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000952, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000952, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000953, - "consumeType": 4, - "value": 15510009, - "amount": 250, - "masterExchangeItemRewardId": 111000953, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111001001, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001002, - "consumeType": 4, - "value": 15510010, - "amount": 5, - "masterExchangeItemRewardId": 111001002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001003, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001004, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001005, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001006, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001007, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001008, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001009, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001010, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001011, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001012, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001013, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001014, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001015, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001016, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001017, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001018, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001019, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001020, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001021, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001022, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001022, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001023, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001023, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001024, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001024, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001025, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001025, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001026, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001026, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001027, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001027, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001028, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001028, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001029, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001029, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001030, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001030, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001031, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001031, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001032, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001032, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001033, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001033, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001034, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001034, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001035, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001035, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001036, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001036, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001037, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001037, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001038, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001038, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001039, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001039, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001040, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001040, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001041, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001041, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001042, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001042, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001043, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001043, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001044, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001044, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001045, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001045, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001046, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001046, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001047, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001047, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001048, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001048, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001049, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001049, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001050, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001050, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001051, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001051, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001052, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001052, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001053, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001053, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001054, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001054, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001055, - "consumeType": 4, - "value": 15510010, - "amount": 250, - "masterExchangeItemRewardId": 111001055, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001101, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001102, - "consumeType": 4, - "value": 15510011, - "amount": 5, - "masterExchangeItemRewardId": 111001102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001103, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001104, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001105, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001106, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001107, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001108, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001109, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001110, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001111, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001112, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001113, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001114, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001115, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001116, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001117, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001118, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001119, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001120, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001121, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001122, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001123, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001124, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001125, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001126, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001127, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001128, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001129, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001130, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001131, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001132, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001133, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001134, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001135, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001136, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001137, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001138, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001139, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001140, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001141, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001142, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001143, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001144, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001145, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001146, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001147, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001148, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001148, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001149, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001149, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001150, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001150, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001151, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001151, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001152, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001152, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001153, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001153, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001154, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001154, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001155, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001155, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001156, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001156, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001157, - "consumeType": 4, - "value": 15510011, - "amount": 250, - "masterExchangeItemRewardId": 111001157, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001201, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001202, - "consumeType": 4, - "value": 15510012, - "amount": 5, - "masterExchangeItemRewardId": 111001202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001203, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001204, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001205, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001206, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001207, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001208, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001209, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001210, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001211, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001212, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001213, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001214, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001215, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001216, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001217, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001218, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001219, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001220, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001221, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001222, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001223, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001224, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001225, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001226, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001227, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001228, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001229, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001230, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001231, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001232, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001233, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001234, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001235, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001236, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001237, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001238, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001239, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001240, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001241, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001242, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001243, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001244, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001245, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001246, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001247, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001248, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001249, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001250, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001251, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001252, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001253, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001254, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001255, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001256, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001257, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001257, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001258, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001258, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001259, - "consumeType": 4, - "value": 15510012, - "amount": 250, - "masterExchangeItemRewardId": 111001259, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001301, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001302, - "consumeType": 4, - "value": 15510013, - "amount": 5, - "masterExchangeItemRewardId": 111001302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001303, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001304, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001305, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001306, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001307, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001308, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001309, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001310, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001311, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001312, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001313, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001314, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001315, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001316, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001317, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001318, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001319, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001320, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001321, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001322, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001323, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001324, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001325, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001326, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001327, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001328, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001329, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001330, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001331, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001332, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001333, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001334, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001335, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001336, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001337, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001338, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001339, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001340, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001341, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001342, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001343, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001344, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001345, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001346, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001347, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001348, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001349, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001350, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001350, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001351, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001351, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001352, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001352, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001353, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001353, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001354, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001354, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001355, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001355, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001356, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001356, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001357, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001357, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001358, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001358, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001359, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001359, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001360, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001360, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001361, - "consumeType": 4, - "value": 15510013, - "amount": 250, - "masterExchangeItemRewardId": 111001361, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001401, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001402, - "consumeType": 4, - "value": 15510014, - "amount": 5, - "masterExchangeItemRewardId": 111001402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001403, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001404, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001405, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001406, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001407, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001408, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001409, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001410, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001411, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001412, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001413, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001414, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001415, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001416, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001417, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001418, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001419, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001420, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001421, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001422, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001423, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001424, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001425, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001426, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001427, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001428, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001429, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001430, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001431, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001432, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001433, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001434, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001435, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001436, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001437, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001438, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001439, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001440, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001441, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001442, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001443, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001444, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001445, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001446, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001447, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001448, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001449, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001450, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001451, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001452, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001453, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001454, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001455, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001456, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001457, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001458, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001459, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001460, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001461, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001461, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001462, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001462, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001463, - "consumeType": 4, - "value": 15510014, - "amount": 250, - "masterExchangeItemRewardId": 111001463, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001501, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001502, - "consumeType": 4, - "value": 15510015, - "amount": 5, - "masterExchangeItemRewardId": 111001502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001503, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001504, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001505, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001506, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001507, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001508, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001509, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001510, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001511, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001512, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001513, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001514, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001515, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001516, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001517, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001518, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001519, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001520, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001520, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001521, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001521, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001522, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001522, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001523, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001523, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001524, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001524, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001525, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001525, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001526, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001526, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001527, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001527, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001528, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001528, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001529, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001529, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001530, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001530, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001531, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001531, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001532, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001532, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001533, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001533, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001534, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001534, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001535, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001535, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001536, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001536, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001537, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001537, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001538, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001538, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001539, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001539, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001540, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001540, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001541, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001541, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001542, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001542, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001543, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001543, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001544, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001544, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001545, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001545, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001546, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001546, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001547, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001547, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001548, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001548, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001549, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001549, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001550, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001550, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001551, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001551, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001552, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001552, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001553, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001553, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001554, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001554, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001555, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001555, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001556, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001556, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001557, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001557, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001558, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001558, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001559, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001559, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001560, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001560, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001561, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001561, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001562, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001562, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001563, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001563, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001564, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001564, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001565, - "consumeType": 4, - "value": 15510015, - "amount": 250, - "masterExchangeItemRewardId": 111001565, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001601, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001602, - "consumeType": 4, - "value": 15510016, - "amount": 5, - "masterExchangeItemRewardId": 111001602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001603, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001604, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001605, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001606, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001607, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001608, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001609, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001610, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001611, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001612, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001613, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001614, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001615, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001616, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001617, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001618, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001619, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001620, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001621, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001622, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001623, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001624, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001625, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001626, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001627, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001628, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001629, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001630, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001631, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001632, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001633, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001634, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001635, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001636, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001637, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001638, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001639, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001640, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001641, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001642, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001643, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001644, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001645, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001646, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001647, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001648, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001649, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001650, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001651, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001652, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001653, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001654, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001654, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001655, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001655, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001656, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001656, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001657, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001657, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001658, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001658, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001659, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001659, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001660, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001660, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001661, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001661, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001662, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001662, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001663, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001663, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001664, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001664, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001665, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001665, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001666, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001666, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001667, - "consumeType": 4, - "value": 15510016, - "amount": 250, - "masterExchangeItemRewardId": 111001667, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001701, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001702, - "consumeType": 4, - "value": 15510017, - "amount": 5, - "masterExchangeItemRewardId": 111001702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001703, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001704, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001705, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001706, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001707, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001708, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001709, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001710, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001711, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001712, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001713, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001714, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001715, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001716, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001717, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001718, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001719, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001720, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001721, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001722, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001723, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001724, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001725, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001726, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001727, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001728, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001729, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001730, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001731, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001731, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001732, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001732, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001733, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001733, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001734, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001734, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001735, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001735, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001736, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001736, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001737, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001737, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001738, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001738, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001739, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001739, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001740, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001740, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001741, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001741, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001742, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001742, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001743, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001743, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001744, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001744, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001745, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001745, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001746, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001746, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001747, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001747, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001748, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001748, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001749, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001749, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001750, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001750, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001751, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001751, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001752, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001752, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001753, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001753, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001754, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001754, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001755, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001755, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001756, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001756, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001757, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001757, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001758, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001758, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001759, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001759, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001760, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001760, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001761, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001761, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001762, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001762, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001763, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001763, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001764, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001764, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001765, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001765, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001766, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001766, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001767, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001767, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001768, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001768, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001769, - "consumeType": 4, - "value": 15510017, - "amount": 250, - "masterExchangeItemRewardId": 111001769, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001801, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001802, - "consumeType": 4, - "value": 15510018, - "amount": 5, - "masterExchangeItemRewardId": 111001802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001803, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001804, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001805, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001806, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001807, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001808, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001809, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001810, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001811, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001812, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001813, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001814, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001815, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001816, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001817, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001818, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001819, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001820, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001821, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001822, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001823, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001824, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001825, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001826, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001827, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001828, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001829, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001830, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001831, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001832, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001833, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001834, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001835, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001836, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001837, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001838, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001839, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001840, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001841, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001842, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001843, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001844, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001845, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001846, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001847, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001848, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001849, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001850, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001851, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001852, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001852, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001853, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001853, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001854, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001854, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001855, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001855, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001856, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001856, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001857, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001857, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001858, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001858, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001859, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001859, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001860, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001860, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001861, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001861, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001862, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001862, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001863, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001863, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001864, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001864, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001865, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001865, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001866, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001866, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001867, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001867, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001868, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001868, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001869, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001869, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001870, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001870, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001871, - "consumeType": 4, - "value": 15510018, - "amount": 250, - "masterExchangeItemRewardId": 111001871, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001901, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001902, - "consumeType": 4, - "value": 15510019, - "amount": 5, - "masterExchangeItemRewardId": 111001902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001903, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001904, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001905, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001906, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001907, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001908, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001909, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001910, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001911, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001912, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001913, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001914, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001915, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001916, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001917, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001918, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001919, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001920, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001920, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001921, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001921, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001922, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001922, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001923, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001923, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001924, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001924, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001925, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001925, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001926, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001926, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001927, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001927, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001928, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001928, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001929, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001929, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001930, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001930, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001931, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001931, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001932, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001932, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001933, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001933, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001934, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001934, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001935, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001935, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001936, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001936, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001937, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001937, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001938, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001938, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001939, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001939, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001940, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001940, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001941, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001941, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001942, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001942, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001943, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001943, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001944, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001944, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001945, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001945, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001946, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001946, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001947, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001947, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001948, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001948, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001949, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001949, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001950, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001950, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001951, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001951, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001952, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001952, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001953, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001953, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001954, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001954, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001955, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001955, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001956, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001956, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001957, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001957, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001958, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001958, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001959, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001959, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001960, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001960, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001961, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001961, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001962, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001962, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001963, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001963, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001964, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001964, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001965, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001965, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001966, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001966, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001967, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001967, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001968, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001968, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001969, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001969, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001970, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001970, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001971, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001971, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001972, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001972, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001973, - "consumeType": 4, - "value": 15510019, - "amount": 250, - "masterExchangeItemRewardId": 111001973, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111002001, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002002, - "consumeType": 4, - "value": 15510020, - "amount": 5, - "masterExchangeItemRewardId": 111002002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002003, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002004, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002005, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002006, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002007, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002008, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002009, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002010, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002011, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002012, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002013, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002014, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002015, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002016, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002017, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002018, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002019, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002020, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002021, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002022, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002022, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002023, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002023, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002024, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002024, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002025, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002025, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002026, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002026, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002027, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002027, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002028, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002028, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002029, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002029, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002030, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002030, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002031, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002031, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002032, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002032, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002033, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002033, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002034, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002034, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002035, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002035, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002036, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002036, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002037, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002037, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002038, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002038, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002039, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002039, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002040, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002040, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002041, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002041, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002042, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002042, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002043, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002043, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002044, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002044, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002045, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002045, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002046, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002046, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002047, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002047, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002048, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002048, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002049, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002049, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002050, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002050, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002051, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002051, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002052, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002052, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002053, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002053, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002054, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002054, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002055, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002055, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002056, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002056, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002057, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002057, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002058, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002058, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002059, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002059, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002060, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002060, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002061, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002061, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002062, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002062, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002063, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002063, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002064, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002064, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002065, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002065, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002066, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002066, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002067, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002067, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002068, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002068, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002069, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002069, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002070, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002070, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002071, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002071, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002072, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002072, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002073, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002073, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002074, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002074, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002075, - "consumeType": 4, - "value": 15510020, - "amount": 250, - "masterExchangeItemRewardId": 111002075, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002101, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002102, - "consumeType": 4, - "value": 15510021, - "amount": 5, - "masterExchangeItemRewardId": 111002102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002103, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002104, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002105, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002106, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002107, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002108, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002109, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002110, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002111, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002112, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002113, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002114, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002115, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002116, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002117, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002118, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002119, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002120, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002121, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002122, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002123, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002124, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002125, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002126, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002127, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002128, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002129, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002130, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002131, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002132, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002133, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002134, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002135, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002136, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002137, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002138, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002139, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002140, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002141, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002142, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002143, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002144, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002145, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002146, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002147, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002148, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002148, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002149, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002149, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002150, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002150, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002151, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002151, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002152, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002152, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002153, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002153, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002154, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002154, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002155, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002155, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002156, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002156, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002157, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002157, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002158, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002158, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002159, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002159, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002160, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002160, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002161, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002161, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002162, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002162, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002163, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002163, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002164, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002164, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002165, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002165, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002166, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002166, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002167, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002167, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002168, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002168, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002169, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002169, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002170, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002170, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002171, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002171, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002172, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002172, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002173, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002173, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002174, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002174, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002175, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002175, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002176, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002176, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002177, - "consumeType": 4, - "value": 15510021, - "amount": 250, - "masterExchangeItemRewardId": 111002177, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002201, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002202, - "consumeType": 4, - "value": 15510022, - "amount": 5, - "masterExchangeItemRewardId": 111002202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002203, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002204, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002205, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002206, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002207, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002208, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002209, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002210, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002211, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002212, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002213, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002214, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002215, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002216, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002217, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002218, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002219, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002220, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002221, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002222, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002223, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002224, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002225, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002226, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002227, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002228, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002229, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002230, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002231, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002232, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002233, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002234, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002235, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002236, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002237, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002238, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002239, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002240, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002241, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002242, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002243, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002244, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002245, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002246, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002247, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002248, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002249, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002250, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002251, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002252, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002253, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002254, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002255, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002256, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002257, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002257, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002258, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002258, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002259, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002259, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002260, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002260, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002261, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002261, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002262, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002262, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002263, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002263, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002264, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002264, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002265, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002265, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002266, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002266, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002267, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002267, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002268, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002268, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002269, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002269, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002270, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002270, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002271, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002271, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002272, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002272, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002273, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002273, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002274, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002274, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002275, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002275, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002276, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002276, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002277, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002277, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002278, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002278, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002279, - "consumeType": 4, - "value": 15510022, - "amount": 250, - "masterExchangeItemRewardId": 111002279, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002301, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002302, - "consumeType": 4, - "value": 15510023, - "amount": 5, - "masterExchangeItemRewardId": 111002302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002303, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002304, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002305, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002306, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002307, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002308, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002309, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002310, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002311, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002312, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002313, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002314, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002315, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002316, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002317, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002318, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002319, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002320, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002321, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002322, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002323, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002324, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002325, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002326, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002327, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002328, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002329, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002330, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002331, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002332, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002333, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002334, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002335, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002336, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002337, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002338, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002339, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002340, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002341, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002342, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002343, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002344, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002345, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002346, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002347, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002348, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002349, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002350, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002350, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002351, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002351, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002352, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002352, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002353, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002353, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002354, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002354, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002355, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002355, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002356, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002356, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002357, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002357, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002358, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002358, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002359, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002359, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002360, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002360, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002361, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002361, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002362, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002362, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002363, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002363, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002364, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002364, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002365, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002365, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002366, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002366, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002367, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002367, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002368, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002368, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002369, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002369, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002370, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002370, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002371, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002371, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002372, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002372, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002373, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002373, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002374, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002374, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002375, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002375, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002376, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002376, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002377, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002377, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002378, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002378, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002379, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002379, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002380, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002380, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002381, - "consumeType": 4, - "value": 15510023, - "amount": 250, - "masterExchangeItemRewardId": 111002381, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002401, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002402, - "consumeType": 4, - "value": 15510024, - "amount": 5, - "masterExchangeItemRewardId": 111002402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002403, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002404, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002405, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002406, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002407, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002408, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002409, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002410, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002411, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002412, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002413, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002414, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002415, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002416, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002417, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002418, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002419, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002420, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002421, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002422, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002423, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002424, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002425, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002426, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002427, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002428, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002429, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002430, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002431, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002432, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002433, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002434, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002435, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002436, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002437, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002438, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002439, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002440, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002441, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002442, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002443, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002444, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002445, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002446, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002447, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002448, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002449, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002450, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002451, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002452, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002453, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002454, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002455, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002456, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002457, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002458, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002459, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002460, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002461, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002461, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002462, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002462, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002463, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002463, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002464, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002464, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002465, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002465, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002466, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002466, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002467, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002467, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002468, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002468, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002469, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002469, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002470, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002470, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002471, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002471, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002472, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002472, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002473, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002473, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002474, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002474, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002475, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002475, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002476, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002476, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002477, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002477, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002478, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002478, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002479, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002479, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002480, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002480, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002481, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002481, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002482, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002482, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002483, - "consumeType": 4, - "value": 15510024, - "amount": 250, - "masterExchangeItemRewardId": 111002483, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 311000101, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000103, - "consumeType": 4, - "value": 15530001, - "amount": 5, - "masterExchangeItemRewardId": 311000103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000104, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000105, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000106, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000107, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000108, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000109, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000110, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000111, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000112, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000113, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000114, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000115, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000116, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000117, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000118, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000119, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000120, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000121, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000122, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000123, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000124, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000125, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000126, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000127, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000128, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000129, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000130, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000131, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000132, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000133, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000134, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000135, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000136, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000137, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000138, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000139, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000140, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000141, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000142, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000143, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000144, - "consumeType": 4, - "value": 15530001, - "amount": 250, - "masterExchangeItemRewardId": 311000144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000201, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000203, - "consumeType": 4, - "value": 15530002, - "amount": 5, - "masterExchangeItemRewardId": 311000203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000204, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000205, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000206, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000207, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000208, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000209, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000210, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000211, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000212, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000213, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000214, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000215, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000216, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000217, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000218, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000219, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000220, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000221, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000222, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000223, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000224, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000225, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000226, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000227, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000228, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000229, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000230, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000231, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000232, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000233, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000234, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000235, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000236, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000237, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000238, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000239, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000240, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000241, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000242, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000243, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000244, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000245, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000246, - "consumeType": 4, - "value": 15530002, - "amount": 250, - "masterExchangeItemRewardId": 311000246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000301, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000303, - "consumeType": 4, - "value": 15530003, - "amount": 5, - "masterExchangeItemRewardId": 311000303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000304, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000305, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000306, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000307, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000308, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000309, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000310, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000311, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000312, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000313, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000314, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000315, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000316, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000317, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000318, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000319, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000320, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000321, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000322, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000323, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000324, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000325, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000326, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000327, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000328, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000329, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000330, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000331, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000332, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000333, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000334, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000335, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000336, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000337, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000338, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000339, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000340, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000341, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000342, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000343, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000344, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000345, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000346, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000347, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000348, - "consumeType": 4, - "value": 15530003, - "amount": 250, - "masterExchangeItemRewardId": 311000348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000401, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000403, - "consumeType": 4, - "value": 15530004, - "amount": 5, - "masterExchangeItemRewardId": 311000403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000404, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000405, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000406, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000407, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000408, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000409, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000410, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000411, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000412, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000413, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000414, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000415, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000416, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000417, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000418, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000419, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000420, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000421, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000422, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000423, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000424, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000425, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000426, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000427, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000428, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000429, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000430, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000431, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000432, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000433, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000434, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000435, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000436, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000437, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000438, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000439, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000440, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000441, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000442, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000443, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000444, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000445, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000446, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000447, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000448, - "consumeType": 4, - "value": 15530004, - "amount": 250, - "masterExchangeItemRewardId": 311000448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000501, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000503, - "consumeType": 4, - "value": 15530005, - "amount": 5, - "masterExchangeItemRewardId": 311000503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000504, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000505, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000506, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000507, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000508, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000509, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000510, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000511, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000512, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000513, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000514, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000515, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000516, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000517, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000518, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000519, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000520, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000520, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000521, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000521, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000522, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000522, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000523, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000523, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000524, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000524, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000525, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000525, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000526, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000526, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000527, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000527, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000528, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000528, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000529, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000529, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000530, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000530, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000531, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000531, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000532, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000532, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000533, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000533, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000534, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000534, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000535, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000535, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000536, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000536, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000537, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000537, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000538, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000538, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000539, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000539, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000540, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000540, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000541, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000541, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000542, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000542, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000543, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000543, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000544, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000544, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000545, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000545, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000546, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000546, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000547, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000547, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000548, - "consumeType": 4, - "value": 15530005, - "amount": 250, - "masterExchangeItemRewardId": 311000548, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000601, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000603, - "consumeType": 4, - "value": 15530006, - "amount": 5, - "masterExchangeItemRewardId": 311000603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000604, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000605, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000606, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000607, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000608, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000609, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000610, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000611, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000612, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000613, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000614, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000615, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000616, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000617, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000618, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000619, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000620, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000621, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000622, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000623, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000624, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000625, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000626, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000627, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000628, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000629, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000630, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000631, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000632, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000633, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000634, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000635, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000636, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000637, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000638, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000639, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000640, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000641, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000642, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000643, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000644, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000645, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000646, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000647, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000648, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000649, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000650, - "consumeType": 4, - "value": 15530006, - "amount": 250, - "masterExchangeItemRewardId": 311000650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000701, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000703, - "consumeType": 4, - "value": 15530007, - "amount": 5, - "masterExchangeItemRewardId": 311000703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000704, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000705, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000706, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000707, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000708, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000709, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000710, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000711, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000712, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000713, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000714, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000715, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000716, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000717, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000718, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000719, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000720, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000721, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000722, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000723, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000724, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000725, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000726, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000727, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000728, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000729, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000730, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000731, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000731, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000732, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000732, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000733, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000733, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000734, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000734, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000735, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000735, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000736, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000736, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000737, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000737, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000738, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000738, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000739, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000739, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000740, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000740, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000741, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000741, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000742, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000742, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000743, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000743, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000744, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000744, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000745, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000745, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000746, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000746, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000747, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000747, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000748, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000748, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000749, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000749, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000750, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000750, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000751, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000751, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000752, - "consumeType": 4, - "value": 15530007, - "amount": 250, - "masterExchangeItemRewardId": 311000752, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000801, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000803, - "consumeType": 4, - "value": 15530008, - "amount": 5, - "masterExchangeItemRewardId": 311000803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000804, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000805, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000806, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000807, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000808, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000809, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000810, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000811, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000812, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000813, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000814, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000815, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000816, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000817, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000818, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000819, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000820, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000821, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000822, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000823, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000824, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000825, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000826, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000826, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000827, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000827, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000828, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000828, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000829, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000829, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000830, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000830, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000831, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000831, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000832, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000832, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000833, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000833, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000834, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000834, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000835, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000835, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000836, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000836, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000837, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000837, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000838, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000838, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000839, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000839, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000840, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000840, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000841, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000841, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000842, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000842, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000843, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000843, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000844, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000844, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000845, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000845, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000846, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000846, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000847, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000847, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000848, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000848, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000849, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000849, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000850, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000850, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000851, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000851, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000852, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000852, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000853, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000853, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000854, - "consumeType": 4, - "value": 15530008, - "amount": 250, - "masterExchangeItemRewardId": 311000854, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000901, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000903, - "consumeType": 4, - "value": 15530009, - "amount": 5, - "masterExchangeItemRewardId": 311000903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000904, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000905, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000906, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000907, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000908, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000909, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000910, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000911, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000912, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000913, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000914, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000915, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000916, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000917, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000918, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000919, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000920, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000920, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000921, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000921, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000922, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000922, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000923, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000923, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000924, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000924, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000925, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000925, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000926, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000926, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000927, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000927, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000928, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000928, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000929, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000929, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000930, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000930, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000931, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000931, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000932, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000932, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000933, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000933, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000934, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000934, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000935, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000935, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000936, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000936, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000937, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000937, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000938, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000938, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000939, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000939, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000940, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000940, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000941, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000941, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000942, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000942, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000943, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000943, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000944, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000944, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000945, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000945, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000946, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000946, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000947, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000947, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000948, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000948, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000949, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000949, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000950, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000950, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000951, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000951, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000952, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000952, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000953, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000953, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000954, - "consumeType": 4, - "value": 15530009, - "amount": 250, - "masterExchangeItemRewardId": 311000954, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311001001, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001003, - "consumeType": 4, - "value": 15530010, - "amount": 5, - "masterExchangeItemRewardId": 311001003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001004, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001005, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001006, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001007, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001008, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001009, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001010, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001011, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001012, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001013, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001014, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001015, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001016, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001017, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001018, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001019, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001020, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001021, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001022, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001022, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001023, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001023, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001024, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001024, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001025, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001025, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001026, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001026, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001027, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001027, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001028, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001028, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001029, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001029, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001030, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001030, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001031, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001031, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001032, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001032, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001033, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001033, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001034, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001034, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001035, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001035, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001036, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001036, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001037, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001037, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001038, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001038, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001039, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001039, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001040, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001040, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001041, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001041, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001042, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001042, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001043, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001043, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001044, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001044, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001045, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001045, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001046, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001046, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001047, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001047, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001048, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001048, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001049, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001049, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001050, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001050, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001051, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001051, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001052, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001052, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001053, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001053, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001054, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001054, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001055, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001055, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001056, - "consumeType": 4, - "value": 15530010, - "amount": 250, - "masterExchangeItemRewardId": 311001056, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001101, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001103, - "consumeType": 4, - "value": 15530011, - "amount": 5, - "masterExchangeItemRewardId": 311001103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001104, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001105, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001106, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001107, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001108, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001109, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001110, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001111, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001112, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001113, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001114, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001115, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001116, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001117, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001118, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001119, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001120, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001121, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001122, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001123, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001124, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001125, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001126, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001127, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001128, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001129, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001130, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001131, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001132, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001133, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001134, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001135, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001136, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001137, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001138, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001139, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001140, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001141, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001142, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001143, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001144, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001145, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001146, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001147, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001148, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001148, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001149, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001149, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001150, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001150, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001151, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001151, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001152, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001152, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001153, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001153, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001154, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001154, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001155, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001155, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001156, - "consumeType": 4, - "value": 15530011, - "amount": 250, - "masterExchangeItemRewardId": 311001156, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001201, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001203, - "consumeType": 4, - "value": 15530012, - "amount": 5, - "masterExchangeItemRewardId": 311001203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001204, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001205, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001206, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001207, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001208, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001209, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001210, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001211, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001212, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001213, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001214, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001215, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001216, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001217, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001218, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001219, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001220, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001221, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001222, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001223, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001224, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001225, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001226, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001227, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001228, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001229, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001230, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001231, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001232, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001233, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001234, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001235, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001236, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001237, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001238, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001239, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001240, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001241, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001242, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001243, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001244, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001245, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001246, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001247, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001248, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001249, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001250, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001251, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001252, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001253, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001254, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001255, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001256, - "consumeType": 4, - "value": 15530012, - "amount": 250, - "masterExchangeItemRewardId": 311001256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001301, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001303, - "consumeType": 4, - "value": 15530013, - "amount": 5, - "masterExchangeItemRewardId": 311001303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001304, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001305, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001306, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001307, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001308, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001309, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001310, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001311, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001312, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001313, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001314, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001315, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001316, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001317, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001318, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001319, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001320, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001321, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001322, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001323, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001324, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001325, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001326, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001327, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001328, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001329, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001330, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001331, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001332, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001333, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001334, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001335, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001336, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001337, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001338, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001339, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001340, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001341, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001342, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001343, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001344, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001345, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001346, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001347, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001348, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001349, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001350, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001350, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001351, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001351, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001352, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001352, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001353, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001353, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001354, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001354, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001355, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001355, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001356, - "consumeType": 4, - "value": 15530013, - "amount": 250, - "masterExchangeItemRewardId": 311001356, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001401, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001403, - "consumeType": 4, - "value": 15530014, - "amount": 5, - "masterExchangeItemRewardId": 311001403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001404, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001405, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001406, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001407, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001408, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001409, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001410, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001411, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001412, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001413, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001414, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001415, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001416, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001417, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001418, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001419, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001420, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001421, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001422, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001423, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001424, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001425, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001426, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001427, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001428, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001429, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001430, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001431, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001432, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001433, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001434, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001435, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001436, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001437, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001438, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001439, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001440, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001441, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001442, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001443, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001444, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001445, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001446, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001447, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001448, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001449, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001450, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001451, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001452, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001453, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001454, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001455, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001456, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001457, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001458, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001459, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001460, - "consumeType": 4, - "value": 15530014, - "amount": 250, - "masterExchangeItemRewardId": 311001460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001501, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001503, - "consumeType": 4, - "value": 15530015, - "amount": 5, - "masterExchangeItemRewardId": 311001503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001504, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001505, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001506, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001507, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001508, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001509, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001510, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001511, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001512, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001513, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001514, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001515, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001516, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001517, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001518, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001519, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001520, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001520, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001521, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001521, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001522, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001522, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001523, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001523, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001524, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001524, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001525, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001525, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001526, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001526, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001527, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001527, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001528, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001528, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001529, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001529, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001530, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001530, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001531, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001531, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001532, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001532, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001533, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001533, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001534, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001534, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001535, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001535, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001536, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001536, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001537, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001537, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001538, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001538, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001539, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001539, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001540, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001540, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001541, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001541, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001542, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001542, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001543, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001543, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001544, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001544, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001545, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001545, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001546, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001546, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001547, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001547, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001548, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001548, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001549, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001549, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001550, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001550, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001551, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001551, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001552, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001552, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001553, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001553, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001554, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001554, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001555, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001555, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001556, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001556, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001557, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001557, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001558, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001558, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001559, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001559, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001560, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001560, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001561, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001561, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001562, - "consumeType": 4, - "value": 15530015, - "amount": 250, - "masterExchangeItemRewardId": 311001562, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001601, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001603, - "consumeType": 4, - "value": 15530016, - "amount": 5, - "masterExchangeItemRewardId": 311001603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001604, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001605, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001606, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001607, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001608, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001609, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001610, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001611, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001612, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001613, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001614, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001615, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001616, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001617, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001618, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001619, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001620, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001621, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001622, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001623, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001624, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001625, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001626, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001627, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001628, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001629, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001630, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001631, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001632, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001633, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001634, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001635, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001636, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001637, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001638, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001639, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001640, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001641, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001642, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001643, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001644, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001645, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001646, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001647, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001648, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001649, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001650, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001651, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001652, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001653, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001654, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001654, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001655, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001655, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001656, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001656, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001657, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001657, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001658, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001658, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001659, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001659, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001660, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001660, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001661, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001661, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001662, - "consumeType": 4, - "value": 15530016, - "amount": 250, - "masterExchangeItemRewardId": 311001662, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001701, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001703, - "consumeType": 4, - "value": 15530017, - "amount": 5, - "masterExchangeItemRewardId": 311001703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001704, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001705, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001706, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001707, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001708, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001709, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001710, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001711, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001712, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001713, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001714, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001715, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001716, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001717, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001718, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001719, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001720, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001721, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001722, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001723, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001724, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001725, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001726, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001727, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001728, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001729, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001730, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001731, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001731, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001732, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001732, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001733, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001733, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001734, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001734, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001735, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001735, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001736, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001736, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001737, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001737, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001738, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001738, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001739, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001739, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001740, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001740, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001741, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001741, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001742, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001742, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001743, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001743, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001744, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001744, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001745, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001745, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001746, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001746, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001747, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001747, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001748, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001748, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001749, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001749, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001750, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001750, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001751, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001751, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001752, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001752, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001753, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001753, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001754, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001754, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001755, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001755, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001756, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001756, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001757, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001757, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001758, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001758, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001759, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001759, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001760, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001760, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001761, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001761, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001762, - "consumeType": 4, - "value": 15530017, - "amount": 250, - "masterExchangeItemRewardId": 311001762, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001801, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001803, - "consumeType": 4, - "value": 15530018, - "amount": 5, - "masterExchangeItemRewardId": 311001803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001804, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001805, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001806, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001807, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001808, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001809, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001810, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001811, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001812, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001813, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001814, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001815, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001816, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001817, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001818, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001819, - "consumeType": 4, - "value": 15530018, - "amount": 250, - "masterExchangeItemRewardId": 311001819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001901, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001903, - "consumeType": 4, - "value": 15530019, - "amount": 5, - "masterExchangeItemRewardId": 311001903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001904, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001905, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001906, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001907, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001908, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001909, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001910, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001911, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001912, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001913, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001914, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001915, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001916, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001917, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001918, - "consumeType": 4, - "value": 15530019, - "amount": 250, - "masterExchangeItemRewardId": 311001918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311002001, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002003, - "consumeType": 4, - "value": 15530020, - "amount": 5, - "masterExchangeItemRewardId": 311002003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002004, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002005, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002006, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002007, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002008, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002009, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002010, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002011, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002012, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002013, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002014, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002015, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002016, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002017, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002018, - "consumeType": 4, - "value": 15530020, - "amount": 250, - "masterExchangeItemRewardId": 311002018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002101, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002103, - "consumeType": 4, - "value": 15530021, - "amount": 5, - "masterExchangeItemRewardId": 311002103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002104, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002105, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002106, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002107, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002108, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002109, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002110, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002111, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002112, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002113, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002114, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002115, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002116, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002117, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002118, - "consumeType": 4, - "value": 15530021, - "amount": 250, - "masterExchangeItemRewardId": 311002118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002201, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002203, - "consumeType": 4, - "value": 15530022, - "amount": 5, - "masterExchangeItemRewardId": 311002203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002204, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002205, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002206, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002207, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002208, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002209, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002210, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002211, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002212, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002213, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002214, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002215, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002216, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002217, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002218, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002219, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002220, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002221, - "consumeType": 4, - "value": 15530022, - "amount": 250, - "masterExchangeItemRewardId": 311002221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002301, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002303, - "consumeType": 4, - "value": 15530023, - "amount": 5, - "masterExchangeItemRewardId": 311002303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002304, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002305, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002306, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002307, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002308, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002309, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002310, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002311, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002312, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002313, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002314, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002315, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002316, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002317, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002318, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002319, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002320, - "consumeType": 4, - "value": 15530023, - "amount": 250, - "masterExchangeItemRewardId": 311002320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002401, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002403, - "consumeType": 4, - "value": 15530024, - "amount": 5, - "masterExchangeItemRewardId": 311002403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002404, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002405, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002406, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002407, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002408, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002409, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002410, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002411, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002412, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002413, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002414, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002415, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002416, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002417, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002418, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002419, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002420, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002421, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002422, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002423, - "consumeType": 4, - "value": 15530024, - "amount": 250, - "masterExchangeItemRewardId": 311002423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002501, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002503, - "consumeType": 4, - "value": 15530025, - "amount": 5, - "masterExchangeItemRewardId": 311002503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002504, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002505, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002506, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002507, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002508, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002509, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002510, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002511, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002512, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002513, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002514, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002515, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002516, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002517, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002518, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002519, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002520, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002520, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002521, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002521, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002522, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002522, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002523, - "consumeType": 4, - "value": 15530025, - "amount": 250, - "masterExchangeItemRewardId": 311002523, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002601, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002603, - "consumeType": 4, - "value": 15530026, - "amount": 5, - "masterExchangeItemRewardId": 311002603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002604, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002605, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002606, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002607, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002608, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002609, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002610, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002611, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002612, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002613, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002614, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002615, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002616, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002617, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002618, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002619, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002620, - "consumeType": 4, - "value": 15530026, - "amount": 250, - "masterExchangeItemRewardId": 311002620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002701, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002703, - "consumeType": 4, - "value": 15530027, - "amount": 5, - "masterExchangeItemRewardId": 311002703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002704, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002705, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002706, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002707, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002708, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002709, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002710, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002711, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002712, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002713, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002714, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002715, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002716, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002717, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002718, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002719, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002720, - "consumeType": 4, - "value": 15530027, - "amount": 250, - "masterExchangeItemRewardId": 311002720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002801, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002803, - "consumeType": 4, - "value": 15530028, - "amount": 5, - "masterExchangeItemRewardId": 311002803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002804, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002805, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002806, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002807, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002808, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002809, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002810, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002811, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002812, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002813, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002814, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002815, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002816, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002817, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002818, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002819, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002820, - "consumeType": 4, - "value": 15530028, - "amount": 250, - "masterExchangeItemRewardId": 311002820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002901, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002903, - "consumeType": 4, - "value": 15530029, - "amount": 5, - "masterExchangeItemRewardId": 311002903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002904, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002905, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002906, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002907, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002908, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002909, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002910, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002911, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002912, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002913, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002914, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002915, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002916, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002917, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002918, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002919, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002920, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002920, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002921, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002921, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002922, - "consumeType": 4, - "value": 15530029, - "amount": 250, - "masterExchangeItemRewardId": 311002922, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311003001, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003003, - "consumeType": 4, - "value": 15530030, - "amount": 5, - "masterExchangeItemRewardId": 311003003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003004, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003005, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003006, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003007, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003008, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003009, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003010, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003011, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003012, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003013, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003014, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003015, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003016, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003017, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003018, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003019, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003020, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003021, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003022, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003022, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003023, - "consumeType": 4, - "value": 15530030, - "amount": 250, - "masterExchangeItemRewardId": 311003023, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003101, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003103, - "consumeType": 4, - "value": 15530031, - "amount": 5, - "masterExchangeItemRewardId": 311003103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003104, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003105, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003106, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003107, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003108, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003109, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003110, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003111, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003112, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003113, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003114, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003115, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003116, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003117, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003118, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003119, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003120, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003121, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003122, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003123, - "consumeType": 4, - "value": 15530031, - "amount": 250, - "masterExchangeItemRewardId": 311003123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003201, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003203, - "consumeType": 4, - "value": 15530032, - "amount": 5, - "masterExchangeItemRewardId": 311003203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003204, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003205, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003206, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003207, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003208, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003209, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003210, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003211, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003212, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003213, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003214, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003215, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003216, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003217, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003218, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003219, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003220, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003221, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003222, - "consumeType": 4, - "value": 15530032, - "amount": 250, - "masterExchangeItemRewardId": 311003222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003301, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003303, - "consumeType": 4, - "value": 15530033, - "amount": 5, - "masterExchangeItemRewardId": 311003303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003304, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003305, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003306, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003307, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003308, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003309, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003310, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003311, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003312, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003313, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003314, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003315, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003316, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003317, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003318, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003319, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003320, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003321, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003322, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003323, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003324, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003325, - "consumeType": 4, - "value": 15530033, - "amount": 250, - "masterExchangeItemRewardId": 311003325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003401, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003403, - "consumeType": 4, - "value": 15530034, - "amount": 5, - "masterExchangeItemRewardId": 311003403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003404, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003405, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003406, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003407, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003408, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003409, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003410, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003411, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003412, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003413, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003414, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003415, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003416, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003417, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003418, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003419, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003420, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003421, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003422, - "consumeType": 4, - "value": 15530034, - "amount": 250, - "masterExchangeItemRewardId": 311003422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003501, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003503, - "consumeType": 4, - "value": 15530035, - "amount": 5, - "masterExchangeItemRewardId": 311003503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003504, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003505, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003506, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003507, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003508, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003509, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003510, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003511, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003512, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003513, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003514, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003515, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003516, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003517, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003518, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003519, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003520, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003520, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003521, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003521, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003522, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003522, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003523, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003523, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003524, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003524, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003525, - "consumeType": 4, - "value": 15530035, - "amount": 250, - "masterExchangeItemRewardId": 311003525, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003601, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003603, - "consumeType": 4, - "value": 15530036, - "amount": 5, - "masterExchangeItemRewardId": 311003603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003604, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003605, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003606, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003607, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003608, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003609, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003610, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003611, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003612, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003613, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003614, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003615, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003616, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003617, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003618, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003619, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003620, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003621, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003622, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003623, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003624, - "consumeType": 4, - "value": 15530036, - "amount": 250, - "masterExchangeItemRewardId": 311003624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003701, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003703, - "consumeType": 4, - "value": 15530037, - "amount": 5, - "masterExchangeItemRewardId": 311003703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003704, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003705, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003706, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003707, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003708, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003709, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003710, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003711, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003712, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003713, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003714, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003715, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003716, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003717, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003718, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003719, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003720, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003721, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003722, - "consumeType": 4, - "value": 15530037, - "amount": 250, - "masterExchangeItemRewardId": 311003722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 411000101, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000102, - "consumeType": 4, - "value": 15540002, - "amount": 5, - "masterExchangeItemRewardId": 411000102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000103, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000104, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000105, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000106, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000107, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000108, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000109, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000110, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000111, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000112, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000113, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000114, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000115, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000116, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000117, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000118, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000119, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000120, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000121, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000122, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000123, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000124, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000125, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000126, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000127, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000128, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000129, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000130, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000131, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000132, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000133, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000134, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000135, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000136, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000137, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000138, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000139, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000140, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000141, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000142, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000143, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000144, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000145, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000146, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000147, - "consumeType": 4, - "value": 15540002, - "amount": 250, - "masterExchangeItemRewardId": 411000147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000501, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000503, - "consumeType": 4, - "value": 15540005, - "amount": 5, - "masterExchangeItemRewardId": 411000503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000504, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000505, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000506, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000507, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000508, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000509, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000510, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000511, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000512, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000513, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000514, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000515, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000516, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000517, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000518, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000519, - "consumeType": 4, - "value": 15540005, - "amount": 250, - "masterExchangeItemRewardId": 411000519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000601, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000603, - "consumeType": 4, - "value": 15540006, - "amount": 5, - "masterExchangeItemRewardId": 411000603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000604, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000605, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000606, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000607, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000608, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000609, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000610, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000611, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000612, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000613, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000614, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000615, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000616, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000617, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000618, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000619, - "consumeType": 4, - "value": 15540006, - "amount": 250, - "masterExchangeItemRewardId": 411000619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000701, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000703, - "consumeType": 4, - "value": 15540007, - "amount": 5, - "masterExchangeItemRewardId": 411000703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000704, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000705, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000706, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000707, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000708, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000709, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000710, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000711, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000712, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000713, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000714, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000715, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000716, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000717, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000718, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000719, - "consumeType": 4, - "value": 15540007, - "amount": 250, - "masterExchangeItemRewardId": 411000719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000801, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000803, - "consumeType": 4, - "value": 15540008, - "amount": 5, - "masterExchangeItemRewardId": 411000803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000804, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000805, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000806, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000807, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000808, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000809, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000810, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000811, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000812, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000813, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000814, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000815, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000816, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000817, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000818, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000819, - "consumeType": 4, - "value": 15540008, - "amount": 250, - "masterExchangeItemRewardId": 411000819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000901, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000903, - "consumeType": 4, - "value": 15540009, - "amount": 5, - "masterExchangeItemRewardId": 411000903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000904, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000905, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000906, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000907, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000908, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000909, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000910, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000911, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000912, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000913, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000914, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000915, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000916, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000917, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000918, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000919, - "consumeType": 4, - "value": 15540009, - "amount": 250, - "masterExchangeItemRewardId": 411000919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411001001, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001003, - "consumeType": 4, - "value": 15540010, - "amount": 5, - "masterExchangeItemRewardId": 411001003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001004, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001005, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001006, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001007, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001008, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001009, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001010, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001011, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001012, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001013, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001014, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001015, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001016, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001017, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001018, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001019, - "consumeType": 4, - "value": 15540010, - "amount": 250, - "masterExchangeItemRewardId": 411001019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001101, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001103, - "consumeType": 4, - "value": 15540011, - "amount": 5, - "masterExchangeItemRewardId": 411001103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001104, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001105, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001106, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001107, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001108, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001109, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001110, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001111, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001112, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001113, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001114, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001115, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001116, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001117, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001118, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001119, - "consumeType": 4, - "value": 15540011, - "amount": 250, - "masterExchangeItemRewardId": 411001119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001201, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001203, - "consumeType": 4, - "value": 15540012, - "amount": 5, - "masterExchangeItemRewardId": 411001203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001204, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001205, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001206, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001207, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001208, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001209, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001210, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001211, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001212, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001213, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001214, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001215, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001216, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001217, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001218, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001219, - "consumeType": 4, - "value": 15540012, - "amount": 250, - "masterExchangeItemRewardId": 411001219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001301, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001303, - "consumeType": 4, - "value": 15540013, - "amount": 5, - "masterExchangeItemRewardId": 411001303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001304, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001305, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001306, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001307, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001308, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001309, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001310, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001311, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001312, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001313, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001314, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001315, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001316, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001317, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001318, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001319, - "consumeType": 4, - "value": 15540013, - "amount": 250, - "masterExchangeItemRewardId": 411001319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001401, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001403, - "consumeType": 4, - "value": 15540014, - "amount": 5, - "masterExchangeItemRewardId": 411001403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001404, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001405, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001406, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001407, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001408, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001409, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001410, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001411, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001412, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001413, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001414, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001415, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001416, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001417, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001418, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001419, - "consumeType": 4, - "value": 15540014, - "amount": 250, - "masterExchangeItemRewardId": 411001419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001501, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001503, - "consumeType": 4, - "value": 15540015, - "amount": 5, - "masterExchangeItemRewardId": 411001503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001504, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001505, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001506, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001507, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001508, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001509, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001510, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001511, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001512, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001513, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001514, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001515, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001516, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001517, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001518, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001519, - "consumeType": 4, - "value": 15540015, - "amount": 250, - "masterExchangeItemRewardId": 411001519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001601, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001603, - "consumeType": 4, - "value": 15540016, - "amount": 5, - "masterExchangeItemRewardId": 411001603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001604, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001605, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001606, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001607, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001608, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001609, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001610, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001611, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001612, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001613, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001614, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001615, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001616, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001617, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001618, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001619, - "consumeType": 4, - "value": 15540016, - "amount": 250, - "masterExchangeItemRewardId": 411001619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001701, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001703, - "consumeType": 4, - "value": 15540017, - "amount": 50, - "masterExchangeItemRewardId": 411001703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001704, - "consumeType": 4, - "value": 15540017, - "amount": 50, - "masterExchangeItemRewardId": 411001704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001705, - "consumeType": 4, - "value": 15540017, - "amount": 50, - "masterExchangeItemRewardId": 411001705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001706, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001707, - "consumeType": 4, - "value": 15540017, - "amount": 5, - "masterExchangeItemRewardId": 411001707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001708, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001709, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001710, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001711, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001712, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001713, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001714, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001715, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001716, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001717, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001718, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001719, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001720, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001721, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001722, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001723, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001724, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001725, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001726, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001727, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001728, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001729, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001730, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001731, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001731, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001732, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001732, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001733, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001733, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001734, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001734, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001735, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001735, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001736, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001736, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001737, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001737, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001738, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001738, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001739, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001739, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001740, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001740, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001741, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001741, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001742, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001742, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001743, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001743, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001744, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001744, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001745, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001745, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001746, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001746, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001747, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001747, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001748, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001748, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001749, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001749, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001750, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001750, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001751, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001751, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001752, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001752, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001753, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001753, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001754, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001754, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001755, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001755, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001756, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001756, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001757, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001757, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001758, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001758, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001759, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001759, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001760, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001760, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001761, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001761, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001762, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001762, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001763, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001763, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001764, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001764, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001765, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001765, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001766, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001766, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001767, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001767, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001768, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001768, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001769, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001769, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001770, - "consumeType": 4, - "value": 15540017, - "amount": 250, - "masterExchangeItemRewardId": 411001770, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411002301, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002302, - "consumeType": 4, - "value": 15540023, - "amount": 5, - "masterExchangeItemRewardId": 411002302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002303, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002304, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002305, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002306, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002307, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002308, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002309, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002310, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002311, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002312, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002313, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002314, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002315, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002316, - "consumeType": 4, - "value": 15540023, - "amount": 250, - "masterExchangeItemRewardId": 411002316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002401, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002402, - "consumeType": 4, - "value": 15540024, - "amount": 5, - "masterExchangeItemRewardId": 411002402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002403, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002404, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002405, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002406, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002407, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002408, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002409, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002410, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002411, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002412, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002413, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002414, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002415, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002416, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002417, - "consumeType": 4, - "value": 15540024, - "amount": 250, - "masterExchangeItemRewardId": 411002417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002501, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002502, - "consumeType": 4, - "value": 15540025, - "amount": 5, - "masterExchangeItemRewardId": 411002502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002503, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002504, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002505, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002506, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002507, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002508, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002509, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002510, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002511, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002512, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002513, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002514, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002515, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002516, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002517, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002518, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002519, - "consumeType": 4, - "value": 15540025, - "amount": 250, - "masterExchangeItemRewardId": 411002519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002701, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002703, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002704, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002705, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002706, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002707, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002708, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002709, - "consumeType": 4, - "value": 15540027, - "amount": 50, - "masterExchangeItemRewardId": 411002709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002710, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002711, - "consumeType": 4, - "value": 15540027, - "amount": 5, - "masterExchangeItemRewardId": 411002711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002712, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002713, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002714, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002715, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002716, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002717, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002718, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002719, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002720, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002721, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002722, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002723, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002724, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002725, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002726, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002727, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002728, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002801, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002802, - "consumeType": 4, - "value": 15540028, - "amount": 5, - "masterExchangeItemRewardId": 411002802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002803, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002804, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002805, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002806, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002807, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002808, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002809, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002810, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002811, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002812, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002813, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002814, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002815, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002815, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002816, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002816, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002817, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002817, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002818, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002818, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002819, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002819, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002820, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002820, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002821, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002821, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002822, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002822, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002823, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002823, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002824, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002824, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002825, - "consumeType": 4, - "value": 15540028, - "amount": 250, - "masterExchangeItemRewardId": 411002825, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002901, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002902, - "consumeType": 4, - "value": 15540029, - "amount": 5, - "masterExchangeItemRewardId": 411002902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002903, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002904, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002905, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002906, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002907, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002908, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002909, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002910, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002911, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002912, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002913, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002914, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002915, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002916, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002917, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002918, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002919, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002920, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002920, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002921, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002921, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002922, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002922, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002923, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002923, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002924, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002924, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002925, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002925, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002926, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002926, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002927, - "consumeType": 4, - "value": 15540029, - "amount": 250, - "masterExchangeItemRewardId": 411002927, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411003001, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003001, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003002, - "consumeType": 4, - "value": 15540030, - "amount": 5, - "masterExchangeItemRewardId": 411003002, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003003, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003003, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003004, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003004, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003005, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003005, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003006, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003006, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003007, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003007, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003008, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003008, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003009, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003009, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003010, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003010, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003011, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003011, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003012, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003012, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003013, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003013, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003014, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003014, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003015, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003015, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003016, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003016, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003017, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003017, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003018, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003018, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003019, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003019, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003020, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003020, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003021, - "consumeType": 4, - "value": 15540030, - "amount": 250, - "masterExchangeItemRewardId": 411003021, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003101, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003102, - "consumeType": 4, - "value": 15540031, - "amount": 5, - "masterExchangeItemRewardId": 411003102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003103, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003104, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003105, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003106, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003107, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003108, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003109, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003110, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003111, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003112, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003113, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003114, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003115, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003116, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003117, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003118, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003119, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003120, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003121, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003122, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003123, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003124, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003125, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003126, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003127, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003128, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003129, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003130, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003131, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003132, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003133, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003134, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003135, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003136, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003137, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003138, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003139, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003140, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003141, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003142, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003143, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003144, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003145, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003146, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003147, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003148, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003148, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003149, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003149, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003150, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003150, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003151, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003151, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003152, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003152, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003153, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003153, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003154, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003154, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003155, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003155, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003156, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003156, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003157, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003157, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003158, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003158, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003159, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003159, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003160, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003160, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003161, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003161, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003162, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003162, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003163, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003163, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003164, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003164, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003165, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003165, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003166, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003166, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003167, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003167, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003168, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003168, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003169, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003169, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003170, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003170, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003171, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003171, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003172, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003172, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003173, - "consumeType": 4, - "value": 15540031, - "amount": 250, - "masterExchangeItemRewardId": 411003173, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003301, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003302, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003303, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003304, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003305, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003306, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003307, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003308, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003309, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003310, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003311, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003312, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003313, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003314, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003315, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003316, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003317, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003318, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003319, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003320, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003321, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003322, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003323, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003324, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003325, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003326, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003327, - "consumeType": 4, - "value": 15540032, - "amount": 5, - "masterExchangeItemRewardId": 411003327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003328, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003329, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003330, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003331, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003332, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003333, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003334, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003335, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003336, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003337, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003338, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003339, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003340, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003341, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003342, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003343, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003344, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003345, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003346, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003347, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003348, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003349, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003350, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003350, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003351, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003351, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003352, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003352, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003353, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003353, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003354, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003354, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003355, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003355, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003356, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003356, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003357, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003357, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003358, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003358, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003359, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003359, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003360, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003360, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003361, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003361, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003362, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003362, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003363, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003363, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003364, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003364, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003365, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003365, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003366, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003366, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003367, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003367, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003368, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003368, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003369, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003369, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003370, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003370, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003371, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003371, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003372, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003372, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003373, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003373, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003374, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003374, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003375, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003375, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003376, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003376, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003377, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003377, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003378, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003378, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003379, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003379, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003380, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003380, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003381, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003381, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003382, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003382, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003383, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003383, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003384, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003384, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003385, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003385, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003386, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003386, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003387, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003387, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003388, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003388, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003389, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003389, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003390, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003390, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003391, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003391, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003392, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003392, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003393, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003393, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003394, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003394, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003395, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003395, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003396, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003396, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003397, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003397, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003398, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003398, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003399, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003399, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003400, - "consumeType": 4, - "value": 15540032, - "amount": 250, - "masterExchangeItemRewardId": 411003400, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003501, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003502, - "consumeType": 4, - "value": 15540033, - "amount": 5, - "masterExchangeItemRewardId": 411003502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003503, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003504, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003505, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003506, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003507, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003508, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003509, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003510, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003511, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003512, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003513, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003514, - "consumeType": 4, - "value": 15540033, - "amount": 250, - "masterExchangeItemRewardId": 411003514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003901, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003901, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003902, - "consumeType": 4, - "value": 15540034, - "amount": 5, - "masterExchangeItemRewardId": 411003902, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003903, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003903, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003904, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003904, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003905, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003905, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003906, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003906, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003907, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003907, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003908, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003908, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003909, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003909, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003910, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003910, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003911, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003911, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003912, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003912, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003913, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003913, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003914, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003914, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003915, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003915, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003916, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003916, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003917, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003917, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003918, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003918, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003919, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003919, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003920, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003920, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003921, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003921, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003922, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003922, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003923, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003923, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003924, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003924, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003925, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003925, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003926, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003926, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003927, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003927, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003928, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003928, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003929, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003929, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003930, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003930, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003931, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003931, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003932, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003932, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003933, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003933, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003934, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003934, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003935, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003935, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003936, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003936, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003937, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003937, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003938, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003938, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003939, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003939, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003940, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003940, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003941, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003941, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003942, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003942, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003943, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003943, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003944, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003944, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003945, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003945, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003946, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003946, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003947, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003947, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003948, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003948, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003949, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003949, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003950, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003950, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003951, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003951, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003952, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003952, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003953, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003953, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003954, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003954, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003955, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003955, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003956, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003956, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003957, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003957, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003958, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003958, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003959, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003959, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003960, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003960, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003961, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003961, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003962, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003962, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003963, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003963, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003964, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003964, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003965, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003965, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003966, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003966, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003967, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003967, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003968, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003968, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003969, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003969, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003970, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003970, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003971, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003971, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003972, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003972, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003973, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003973, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003974, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003974, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003975, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003975, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003976, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003976, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003977, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003977, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003978, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003978, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003979, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003979, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003980, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003980, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003981, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003981, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003982, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003982, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003983, - "consumeType": 4, - "value": 15540034, - "amount": 250, - "masterExchangeItemRewardId": 411003983, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004301, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004303, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004304, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004305, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004306, - "consumeType": 4, - "value": 15540035, - "amount": 5, - "masterExchangeItemRewardId": 411004306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004307, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004308, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004309, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004310, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004311, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004312, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004313, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004314, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004315, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004316, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004317, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004318, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004319, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004320, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004321, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004322, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004323, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004324, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004325, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004326, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004327, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004328, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004329, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004330, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004331, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004332, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004333, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004334, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004335, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004336, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004337, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004338, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004339, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004340, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004341, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004342, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004343, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004344, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004345, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004346, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004347, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004348, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004349, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004350, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004350, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004351, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004351, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004352, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004352, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004353, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004353, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004354, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004354, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004355, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004355, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004356, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004356, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004357, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004357, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004358, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004358, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004359, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004359, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004360, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004360, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004361, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004361, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004362, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004362, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004363, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004363, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004364, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004364, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004365, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004365, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004366, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004366, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004367, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004367, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004368, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004368, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004369, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004369, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004370, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004370, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004371, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004371, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004372, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004372, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004373, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004373, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004374, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004374, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004375, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004375, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004376, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004376, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004377, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004377, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004378, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004378, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004379, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004379, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004380, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004380, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004381, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004381, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004382, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004382, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004383, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004383, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004384, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004384, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004385, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004385, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004386, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004386, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004387, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004387, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004388, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004388, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004389, - "consumeType": 4, - "value": 15540035, - "amount": 250, - "masterExchangeItemRewardId": 411004389, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 500000101, - "consumeType": 4, - "value": 30010002, - "amount": 50, - "masterExchangeItemRewardId": 500000101, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000102, - "consumeType": 4, - "value": 30010002, - "amount": 50, - "masterExchangeItemRewardId": 500000102, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000103, - "consumeType": 4, - "value": 30010002, - "amount": 50, - "masterExchangeItemRewardId": 500000103, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000104, - "consumeType": 4, - "value": 30010002, - "amount": 50, - "masterExchangeItemRewardId": 500000104, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000105, - "consumeType": 4, - "value": 30010002, - "amount": 20, - "masterExchangeItemRewardId": 500000105, - "exchangeLimit": 10, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000106, - "consumeType": 4, - "value": 30010002, - "amount": 1, - "masterExchangeItemRewardId": 500000106, - "exchangeLimit": 300, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000107, - "consumeType": 4, - "value": 30010002, - "amount": 1, - "masterExchangeItemRewardId": 500000107, - "exchangeLimit": 200, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000108, - "consumeType": 4, - "value": 30010002, - "amount": 1, - "masterExchangeItemRewardId": 500000108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000201, - "consumeType": 4, - "value": 30010003, - "amount": 100, - "masterExchangeItemRewardId": 500000201, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000202, - "consumeType": 4, - "value": 30010003, - "amount": 100, - "masterExchangeItemRewardId": 500000202, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000203, - "consumeType": 4, - "value": 30010003, - "amount": 100, - "masterExchangeItemRewardId": 500000203, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000204, - "consumeType": 4, - "value": 30010003, - "amount": 20, - "masterExchangeItemRewardId": 500000204, - "exchangeLimit": 10, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000205, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000205, - "exchangeLimit": 60, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000206, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000206, - "exchangeLimit": 30, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000207, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000208, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000301, - "consumeType": 4, - "value": 30010003, - "amount": 300, - "masterExchangeItemRewardId": 500000301, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000302, - "consumeType": 4, - "value": 30010003, - "amount": 20, - "masterExchangeItemRewardId": 500000302, - "exchangeLimit": 10, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000303, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000303, - "exchangeLimit": 60, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000304, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000304, - "exchangeLimit": 30, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000305, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000306, - "consumeType": 4, - "value": 30010003, - "amount": 1, - "masterExchangeItemRewardId": 500000306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000401, - "consumeType": 4, - "value": 30010004, - "amount": 3, - "masterExchangeItemRewardId": 500000401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000402, - "consumeType": 4, - "value": 30010004, - "amount": 1, - "masterExchangeItemRewardId": 500000402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000403, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000404, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000405, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000406, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000407, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000408, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000409, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000410, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000411, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000412, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000413, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000414, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000415, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000416, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000417, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000418, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000418, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000419, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000419, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000420, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000420, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000421, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000421, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000422, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000422, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000423, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000423, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000424, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000424, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000425, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000425, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000426, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000426, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000427, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000427, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000428, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000428, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000429, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000429, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000430, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000430, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000431, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000431, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000432, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000432, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000433, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000433, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000434, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000434, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000435, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000435, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000436, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000436, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000437, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000437, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000438, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000438, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000439, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000439, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000440, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000440, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000441, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000441, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000442, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000442, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000443, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000443, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000444, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000444, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000445, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000445, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000446, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000446, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000447, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000447, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000448, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000448, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000449, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000449, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000450, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000450, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000451, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000451, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000452, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000452, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000453, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000453, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000454, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000454, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000455, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000455, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000456, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000456, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000457, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000457, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000458, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000458, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000459, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000459, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000460, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000460, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000461, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000461, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000462, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000462, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000463, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000463, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000464, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000464, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000465, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000465, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000466, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000466, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000467, - "consumeType": 4, - "value": 30010004, - "amount": 300, - "masterExchangeItemRewardId": 500000467, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000501, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000501, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000502, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000502, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000503, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000503, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000504, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000504, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000505, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000505, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000506, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000506, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000507, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000507, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000508, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000508, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000509, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000509, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000510, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000510, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000511, - "consumeType": 4, - "value": 30010005, - "amount": 30, - "masterExchangeItemRewardId": 500000511, - "exchangeLimit": 1, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000512, - "consumeType": 4, - "value": 30010005, - "amount": 1, - "masterExchangeItemRewardId": 500000512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000513, - "consumeType": 4, - "value": 30010005, - "amount": 1, - "masterExchangeItemRewardId": 500000513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 900000101, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000102, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000103, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000104, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000105, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000106, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000107, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000108, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000109, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000110, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000111, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000112, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000113, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000114, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000115, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000116, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000117, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000118, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000119, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000120, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000121, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000122, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000123, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000124, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000125, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000126, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000127, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000128, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000129, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000130, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 2, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000131, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000132, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000133, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000134, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000135, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000136, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000137, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000138, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000139, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000140, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000141, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000142, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000143, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 3, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000144, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000145, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000146, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000147, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000148, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000148, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000149, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000149, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000150, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000150, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000151, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000151, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000152, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000152, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000153, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000153, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000154, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000154, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000155, - "consumeType": 4, - "value": 30010001, - "amount": 500, - "masterExchangeItemRewardId": 900000155, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 4, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000156, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000156, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 5, - "masterReleaseLabelId": 224020903 - }, - { - "id": 900000157, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000157, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 5, - "masterReleaseLabelId": 224020903 - }, - { - "id": 900000158, - "consumeType": 4, - "value": 30010001, - "amount": 3000, - "masterExchangeItemRewardId": 900000158, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 5, - "masterReleaseLabelId": 224020903 - }, - { - "id": 900000201, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000202, - "consumeType": 4, - "value": 15540001, - "amount": 5, - "masterExchangeItemRewardId": 900000202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000203, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000204, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000205, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000206, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000207, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000208, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000209, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000210, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000211, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000212, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000213, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000214, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000215, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000216, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000217, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000218, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000219, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000220, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000221, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000222, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000223, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000224, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000225, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000226, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000227, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000228, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000229, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000230, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000231, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000232, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000233, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000234, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000235, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000236, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000237, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000238, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000239, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000240, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000241, - "consumeType": 4, - "value": 15540001, - "amount": 250, - "masterExchangeItemRewardId": 900000241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "2030/03/31 23:59:59", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 411002729, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002730, - "consumeType": 4, - "value": 15540027, - "amount": 250, - "masterExchangeItemRewardId": 411002730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 711010101, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010101, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010102, - "consumeType": 4, - "value": 15570001, - "amount": 5, - "masterExchangeItemRewardId": 711010102, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010103, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010103, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010104, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010104, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010105, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010105, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010106, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010106, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010107, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010107, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010108, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010108, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010109, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010109, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010110, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010110, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010111, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010111, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010112, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010112, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010113, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010113, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010114, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010114, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010115, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010115, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010116, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010116, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010117, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010117, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010118, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010118, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010119, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010119, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010120, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010120, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010121, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010121, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010122, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010122, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010123, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010123, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010124, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010124, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010125, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010125, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010126, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010126, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010127, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010127, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010128, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010128, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010129, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010129, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010130, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010130, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010131, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010131, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010132, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010132, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010133, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010133, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010134, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010134, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010135, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010135, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010136, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010136, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010137, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010137, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010138, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010138, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010139, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010139, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010140, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010140, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010141, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010141, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010142, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010142, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010143, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010143, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010144, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010144, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010145, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010145, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010146, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010146, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010147, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010147, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010148, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010148, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010149, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010149, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010150, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010150, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010151, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010151, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010152, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010152, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010153, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010153, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010154, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010154, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010155, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010155, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010156, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010156, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010157, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010157, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010158, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010158, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010159, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010159, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010160, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010160, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010161, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010161, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010162, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010162, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010163, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010163, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010164, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010164, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010165, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010165, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010166, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010166, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010167, - "consumeType": 4, - "value": 15570001, - "amount": 250, - "masterExchangeItemRewardId": 711010167, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010201, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010201, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010202, - "consumeType": 4, - "value": 15570002, - "amount": 5, - "masterExchangeItemRewardId": 711010202, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010203, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010203, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010204, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010204, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010205, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010205, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010206, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010206, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010207, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010207, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010208, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010208, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010209, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010209, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010210, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010210, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010211, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010211, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010212, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010212, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010213, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010213, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010214, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010214, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010215, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010215, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010216, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010216, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010217, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010217, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010218, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010218, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010219, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010219, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010220, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010220, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010221, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010221, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010222, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010222, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010223, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010223, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010224, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010224, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010225, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010225, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010226, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010226, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010227, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010227, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010228, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010228, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010229, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010229, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010230, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010230, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010231, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010231, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010232, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010232, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010233, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010233, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010234, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010234, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010235, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010235, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010236, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010236, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010237, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010237, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010238, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010238, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010239, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010239, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010240, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010240, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010241, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010241, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010242, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010242, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010243, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010243, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010244, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010244, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010245, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010245, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010246, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010246, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010247, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010247, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010248, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010248, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010249, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010249, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010250, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010250, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010251, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010251, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010252, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010252, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010253, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010253, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010254, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010254, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010255, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010255, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010256, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010256, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010257, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010257, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010258, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010258, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010259, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010259, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010260, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010260, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010261, - "consumeType": 4, - "value": 15570002, - "amount": 250, - "masterExchangeItemRewardId": 711010261, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010301, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010301, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010302, - "consumeType": 4, - "value": 15570003, - "amount": 5, - "masterExchangeItemRewardId": 711010302, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010303, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010303, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010304, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010304, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010305, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010305, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010306, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010306, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010307, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010307, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010308, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010308, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010309, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010309, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010310, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010310, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010311, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010311, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010312, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010312, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010313, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010313, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010314, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010314, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010315, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010315, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010316, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010316, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010317, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010317, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010318, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010318, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010319, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010319, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010320, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010320, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010321, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010321, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010322, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010322, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010323, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010323, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010324, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010324, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010325, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010325, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010326, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010326, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010327, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010327, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010328, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010328, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010329, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010329, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010330, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010330, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010331, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010331, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010332, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010332, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010333, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010333, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010334, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010334, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010335, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010335, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010336, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010336, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010337, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010337, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010338, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010338, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010339, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010339, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010340, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010340, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010341, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010341, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010342, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010342, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010343, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010343, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010344, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010344, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010345, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010345, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010346, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010346, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010347, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010347, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010348, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010348, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010349, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010349, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010350, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010350, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010351, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010351, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010352, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010352, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010353, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010353, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010354, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010354, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010355, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010355, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010356, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010356, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010357, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010357, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010358, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010358, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010359, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010359, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010360, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010360, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010361, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010361, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010362, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010362, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010363, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010363, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010364, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010364, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010365, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010365, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010366, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010366, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010367, - "consumeType": 4, - "value": 15570003, - "amount": 250, - "masterExchangeItemRewardId": 711010367, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010401, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010401, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010402, - "consumeType": 4, - "value": 15570004, - "amount": 5, - "masterExchangeItemRewardId": 711010402, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010403, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010403, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010404, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010404, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010405, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010405, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010406, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010406, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010407, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010407, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010408, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010408, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010409, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010409, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010410, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010410, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010411, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010411, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010412, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010412, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010413, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010413, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010414, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010414, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010415, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010415, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010416, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010416, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010417, - "consumeType": 4, - "value": 15570004, - "amount": 250, - "masterExchangeItemRewardId": 711010417, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010501, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010501, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010502, - "consumeType": 4, - "value": 15570005, - "amount": 5, - "masterExchangeItemRewardId": 711010502, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010503, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010503, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010504, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010504, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010505, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010505, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010506, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010506, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010507, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010507, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010508, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010508, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010509, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010509, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010510, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010510, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010511, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010511, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010512, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010512, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010513, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010513, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010514, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010514, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010515, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010515, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010516, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010516, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010517, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010517, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010518, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010518, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010519, - "consumeType": 4, - "value": 15570005, - "amount": 250, - "masterExchangeItemRewardId": 711010519, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010601, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010601, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010602, - "consumeType": 4, - "value": 15570006, - "amount": 5, - "masterExchangeItemRewardId": 711010602, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010603, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010603, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010604, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010604, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010605, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010605, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010606, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010606, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010607, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010607, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010608, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010608, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010609, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010609, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010610, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010610, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010611, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010611, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010612, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010612, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010613, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010613, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010614, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010614, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010615, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010615, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010616, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010616, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010617, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010617, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010618, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010618, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010619, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010619, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010620, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010620, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010621, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010621, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010622, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010622, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010623, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010623, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010624, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010624, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010625, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010625, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010626, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010626, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010627, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010627, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010628, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010628, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010629, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010629, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010630, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010630, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010631, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010631, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010632, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010632, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010633, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010633, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010634, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010634, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010635, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010635, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010636, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010636, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010637, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010637, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010638, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010638, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010639, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010639, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010640, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010640, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010641, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010641, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010642, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010642, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010643, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010643, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010644, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010644, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010645, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010645, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010646, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010646, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010647, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010647, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010648, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010648, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010649, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010649, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010650, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010650, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010651, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010651, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010652, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010652, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010653, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010653, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010654, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010654, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010655, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010655, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010656, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010656, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010657, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010657, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010658, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010658, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010659, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010659, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010660, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010660, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010661, - "consumeType": 4, - "value": 15570006, - "amount": 250, - "masterExchangeItemRewardId": 711010661, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010701, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010701, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010702, - "consumeType": 4, - "value": 15570007, - "amount": 5, - "masterExchangeItemRewardId": 711010702, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010703, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010703, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010704, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010704, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010705, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010705, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010706, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010706, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010707, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010707, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010708, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010708, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010709, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010709, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010710, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010710, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010711, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010711, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010712, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010712, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010713, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010713, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010714, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010714, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010715, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010715, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010716, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010716, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010717, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010717, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010718, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010718, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010719, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010719, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010720, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010720, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010721, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010721, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010722, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010722, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010723, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010723, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010724, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010724, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010725, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010725, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010726, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010726, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010727, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010727, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010728, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010728, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010729, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010729, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010730, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010730, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010731, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010731, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010732, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010732, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010733, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010733, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010734, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010734, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010735, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010735, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010736, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010736, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010737, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010737, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010738, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010738, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010739, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010739, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010740, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010740, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010741, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010741, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010742, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010742, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010743, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010743, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010744, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010744, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010745, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010745, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010746, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010746, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010747, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010747, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010748, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010748, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010749, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010749, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010750, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010750, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010751, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010751, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010752, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010752, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010753, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010753, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010754, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010754, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010755, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010755, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010756, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010756, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010757, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010757, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010758, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010758, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010759, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010759, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010760, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010760, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010761, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010761, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010762, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010762, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010763, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010763, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010764, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010764, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010765, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010765, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010766, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010766, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010767, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010767, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010768, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010768, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010769, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010769, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010770, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010770, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010771, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010771, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010772, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010772, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010773, - "consumeType": 4, - "value": 15570007, - "amount": 250, - "masterExchangeItemRewardId": 711010773, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010801, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010801, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010802, - "consumeType": 4, - "value": 15570008, - "amount": 5, - "masterExchangeItemRewardId": 711010802, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010803, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010803, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010804, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010804, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010805, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010805, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010806, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010806, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010807, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010807, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010808, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010808, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010809, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010809, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010810, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010810, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010811, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010811, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010812, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010812, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010813, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010813, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010814, - "consumeType": 4, - "value": 15570008, - "amount": 250, - "masterExchangeItemRewardId": 711010814, - "exchangeLimit": 0, - "timeResetType": 0, - "recommendMarkClosedAt": "0", - "masterEventId": 0, - "priority": 1, - "masterReleaseLabelId": 924052401 - } -] \ No newline at end of file diff --git a/src/router/databases/json/exchange_item_reward.json b/src/router/databases/json/exchange_item_reward.json deleted file mode 100644 index e8f4f28..0000000 --- a/src/router/databases/json/exchange_item_reward.json +++ /dev/null @@ -1,54862 +0,0 @@ -[ - { - "id": 111000101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000302, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 211000101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000104, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000852, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000853, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000854, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000855, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211001001, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001022, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001023, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001024, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001025, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001026, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001027, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001028, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001029, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001030, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001031, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001032, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001033, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001034, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001035, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001036, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001037, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001038, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001039, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001040, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001041, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001042, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001043, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001044, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001045, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001046, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001047, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001048, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001049, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001050, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001051, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001052, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001053, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001054, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001055, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001056, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001057, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001257, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001258, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001259, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001461, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001654, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001655, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001656, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001657, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001658, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001659, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001660, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001661, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001662, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001663, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001852, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001853, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001854, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001855, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001856, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001857, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001858, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001859, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001860, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001861, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001862, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001863, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001864, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001865, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211002201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002257, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002258, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002259, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002260, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002261, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002262, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002263, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002264, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002265, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002266, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002267, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002268, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002269, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002461, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002462, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002463, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002464, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002465, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002466, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002467, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002468, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002469, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002470, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002471, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002654, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002655, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002656, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002657, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002658, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002659, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002660, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002661, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002662, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002663, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002664, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002665, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002666, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002667, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002668, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002669, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002670, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002671, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002672, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002673, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002852, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002853, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002854, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002855, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002856, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002857, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002858, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002859, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002860, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002861, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002862, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002863, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002864, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002865, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002866, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002867, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002868, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002869, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002870, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002871, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002872, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002873, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002874, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002875, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211003001, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003022, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003023, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003024, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003025, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003026, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003027, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003028, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003029, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003030, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003031, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003032, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003033, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003034, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003035, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003036, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003037, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003038, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003039, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003040, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003041, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003042, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003043, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003044, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003045, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003046, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003047, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003048, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003049, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003050, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003051, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003052, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003053, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003054, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003055, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003056, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003057, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003058, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003059, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003060, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003061, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003062, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003063, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003064, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003065, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003066, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003067, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003068, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003069, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003070, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003071, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003072, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003073, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003074, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003075, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003076, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003077, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003257, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003258, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003259, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003260, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003261, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003262, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003263, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003264, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003265, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003266, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003267, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003268, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003269, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003270, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003271, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003272, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003273, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003274, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003275, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003276, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003277, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003278, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003279, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003461, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003462, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003463, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003464, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003465, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003466, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003467, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003468, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003469, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003470, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003471, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003472, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003473, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003474, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003475, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003476, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003477, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003478, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003479, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003480, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003481, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003654, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003655, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003656, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003657, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003658, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003659, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003660, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003661, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003662, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003663, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003664, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003665, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003666, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003667, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003668, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003669, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003670, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003671, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003672, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003673, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003674, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003675, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003676, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003677, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003678, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003679, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003680, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003681, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003682, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003683, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003852, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003853, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003854, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003855, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003856, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003857, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003858, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003859, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003860, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003861, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003862, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003863, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003864, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003865, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003866, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003867, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003868, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003869, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003870, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003871, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003872, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003873, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003874, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003875, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003876, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003877, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003878, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003879, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003880, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003881, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003882, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003883, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003884, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003885, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 111000401, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000403, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000503, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000520, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000521, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000522, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000523, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000524, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000525, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000526, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000527, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000528, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000529, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000530, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000531, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000532, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000533, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000534, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000535, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000536, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000537, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000538, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000539, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000540, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000541, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000542, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000543, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000544, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000545, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000601, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000603, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000701, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000703, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000731, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000732, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000733, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000734, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000735, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000736, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000737, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000738, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000739, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000740, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000741, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000742, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000743, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000744, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000745, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000746, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000747, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000748, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000749, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000801, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000803, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000901, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000903, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000920, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000921, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000922, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000923, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000924, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000925, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000926, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000927, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000928, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000929, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000930, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000931, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000932, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000933, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000934, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000935, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000936, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000937, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000938, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000939, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000940, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000941, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000942, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000943, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000944, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000945, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000946, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000947, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000948, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000949, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000950, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000951, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000952, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000953, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111001001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001003, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001022, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001023, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001024, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001025, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001026, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001027, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001028, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001029, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001030, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001031, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001032, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001033, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001034, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001035, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001036, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001037, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001038, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001039, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001040, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001041, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001042, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001043, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001044, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001045, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001046, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001047, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001048, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001049, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001050, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001051, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001052, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001053, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001054, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001055, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001148, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001149, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001150, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001151, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001152, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001153, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001154, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001155, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001156, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001157, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001201, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001203, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001257, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001258, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001259, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001303, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001350, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001351, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001352, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001353, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001354, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001355, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001356, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001357, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001358, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001359, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001360, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001361, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001401, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001403, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001461, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001462, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001463, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001503, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001520, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001521, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001522, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001523, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001524, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001525, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001526, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001527, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001528, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001529, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001530, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001531, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001532, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001533, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001534, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001535, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001536, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001537, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001538, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001539, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001540, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001541, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001542, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001543, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001544, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001545, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001546, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001547, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001548, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001549, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001550, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001551, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001552, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001553, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001554, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001555, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001556, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001557, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001558, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001559, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001560, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001561, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001562, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001563, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001564, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001565, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001601, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001603, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001654, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001655, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001656, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001657, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001658, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001659, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001660, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001661, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001662, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001663, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001664, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001665, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001666, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001667, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001701, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001703, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001731, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001732, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001733, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001734, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001735, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001736, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001737, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001738, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001739, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001740, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001741, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001742, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001743, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001744, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001745, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001746, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001747, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001748, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001749, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001750, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001751, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001752, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001753, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001754, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001755, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001756, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001757, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001758, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001759, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001760, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001761, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001762, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001763, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001764, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001765, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001766, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001767, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001768, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001769, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001801, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001803, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001852, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001853, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001854, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001855, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001856, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001857, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001858, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001859, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001860, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001861, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001862, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001863, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001864, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001865, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001866, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001867, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001868, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001869, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001870, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001871, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001901, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001903, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001920, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001921, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001922, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001923, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001924, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001925, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001926, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001927, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001928, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001929, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001930, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001931, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001932, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001933, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001934, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001935, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001936, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001937, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001938, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001939, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001940, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001941, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001942, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001943, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001944, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001945, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001946, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001947, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001948, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001949, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001950, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001951, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001952, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001953, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001954, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001955, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001956, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001957, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001958, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001959, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001960, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001961, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001962, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001963, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001964, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001965, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001966, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001967, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001968, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001969, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001970, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001971, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001972, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001973, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111002001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002003, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002022, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002023, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002024, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002025, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002026, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002027, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002028, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002029, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002030, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002031, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002032, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002033, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002034, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002035, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002036, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002037, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002038, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002039, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002040, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002041, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002042, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002043, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002044, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002045, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002046, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002047, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002048, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002049, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002050, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002051, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002052, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002053, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002054, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002055, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002056, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002057, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002058, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002059, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002060, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002061, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002062, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002063, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002064, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002065, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002066, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002067, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002068, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002069, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002070, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002071, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002072, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002073, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002074, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002075, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002148, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002149, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002150, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002151, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002152, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002153, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002154, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002155, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002156, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002157, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002158, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002159, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002160, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002161, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002162, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002163, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002164, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002165, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002166, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002167, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002168, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002169, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002170, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002171, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002172, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002173, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002174, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002175, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002176, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002177, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002201, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002203, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002257, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002258, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002259, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002260, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002261, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002262, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002263, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002264, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002265, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002266, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002267, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002268, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002269, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002270, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002271, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002272, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002273, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002274, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002275, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002276, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002277, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002278, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002279, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002303, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002350, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002351, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002352, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002353, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002354, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002355, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002356, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002357, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002358, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002359, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002360, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002361, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002362, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002363, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002364, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002365, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002366, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002367, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002368, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002369, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002370, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002371, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002372, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002373, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002374, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002375, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002376, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002377, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002378, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002379, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002380, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002381, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002401, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002403, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002461, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002462, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002463, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002464, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002465, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002466, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002467, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002468, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002469, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002470, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002471, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002472, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002473, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002474, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002475, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002476, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002477, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002478, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002479, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002480, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002481, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002482, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002483, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 311000101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000520, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000521, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000522, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000523, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000524, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000525, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000526, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000527, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000528, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000529, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000530, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000531, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000532, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000533, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000534, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000535, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000536, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000537, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000538, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000539, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000540, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000541, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000542, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000543, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000544, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000545, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000546, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000547, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000548, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000731, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000732, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000733, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000734, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000735, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000736, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000737, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000738, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000739, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000740, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000741, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000742, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000743, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000744, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000745, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000746, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000747, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000748, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000749, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000750, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000751, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000752, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000826, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000827, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000828, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000829, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000830, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000831, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000832, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000833, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000834, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000835, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000836, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000837, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000838, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000839, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000840, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000841, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000842, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000843, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000844, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000845, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000846, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000847, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000848, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000849, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000850, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000851, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000852, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000853, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000854, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000901, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000920, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000921, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000922, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000923, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000924, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000925, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000926, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000927, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000928, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000929, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000930, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000931, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000932, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000933, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000934, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000935, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000936, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000937, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000938, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000939, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000940, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000941, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000942, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000943, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000944, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000945, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000946, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000947, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000948, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000949, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000950, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000951, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000952, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000953, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000954, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311001001, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001022, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001023, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001024, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001025, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001026, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001027, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001028, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001029, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001030, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001031, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001032, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001033, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001034, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001035, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001036, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001037, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001038, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001039, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001040, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001041, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001042, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001043, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001044, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001045, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001046, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001047, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001048, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001049, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001050, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001051, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001052, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001053, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001054, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001055, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001056, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001148, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001149, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001150, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001151, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001152, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001153, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001154, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001155, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001156, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001350, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001351, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001352, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001353, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001354, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001355, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001356, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001520, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001521, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001522, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001523, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001524, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001525, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001526, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001527, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001528, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001529, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001530, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001531, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001532, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001533, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001534, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001535, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001536, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001537, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001538, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001539, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001540, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001541, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001542, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001543, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001544, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001545, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001546, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001547, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001548, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001549, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001550, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001551, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001552, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001553, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001554, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001555, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001556, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001557, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001558, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001559, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001560, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001561, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001562, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001654, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001655, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001656, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001657, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001658, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001659, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001660, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001661, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001662, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001731, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001732, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001733, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001734, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001735, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001736, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001737, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001738, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001739, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001740, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001741, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001742, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001743, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001744, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001745, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001746, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001747, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001748, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001749, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001750, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001751, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001752, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001753, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001754, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001755, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001756, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001757, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001758, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001759, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001760, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001761, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001762, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001901, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311002001, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002520, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002521, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002522, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002523, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40110002, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002901, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40100002, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002920, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002921, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002922, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311003001, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003022, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003023, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003520, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003521, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003522, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003523, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003524, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003525, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040020, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 411000101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000801, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000901, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411001001, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001201, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001401, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001601, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001703, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001706, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001707, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001731, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001732, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001733, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001734, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001735, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001736, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001737, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001738, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001739, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001740, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001741, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001742, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001743, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001744, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001745, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001746, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001747, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001748, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001749, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001750, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001751, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001752, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001753, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001754, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001755, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001756, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001757, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001758, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001759, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001760, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001761, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001762, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001763, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001764, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001765, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001766, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001767, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001768, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001769, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001770, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411002301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002303, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002401, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002403, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002503, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002701, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60010001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60020001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002703, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60030001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60040001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60050001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60060001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60070001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60080001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 60090001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002710, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002711, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002801, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002803, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002815, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002816, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002817, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002818, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002819, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002820, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002821, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002822, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002823, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002824, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002825, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002901, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002903, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002920, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002921, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002922, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002923, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002924, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002925, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002926, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002927, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411003001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003003, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003004, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003005, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003006, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003007, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003008, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003009, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003010, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003011, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003012, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003013, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003014, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003015, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003016, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003017, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003018, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003019, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003020, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003021, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003148, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003149, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003150, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003151, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003152, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003153, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003154, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003155, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003156, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003157, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003158, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003159, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003160, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003161, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003162, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003163, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003164, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003165, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003166, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003167, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003168, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003169, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003170, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003171, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003172, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003173, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003302, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003303, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003326, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003327, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003350, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003351, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003352, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003353, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003354, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003355, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003356, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003357, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003358, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003359, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003360, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003361, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003362, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003363, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003364, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003365, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003366, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003367, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003368, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003369, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003370, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003371, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003372, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003373, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003374, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003375, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003376, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003377, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003378, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003379, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003380, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003381, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003382, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003383, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003384, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003385, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003386, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003387, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003388, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003389, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003390, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003391, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003392, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003393, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003394, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003395, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003396, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003397, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003398, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003399, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003400, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003503, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003901, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003903, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003904, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003905, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003906, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003907, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003908, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003909, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003910, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003911, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003912, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003913, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003914, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003915, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003916, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003917, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003918, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003919, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003920, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003921, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003922, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003923, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003924, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003925, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003926, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003927, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003928, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003929, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003930, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003931, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003932, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003933, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003934, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003935, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003936, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003937, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003938, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003939, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003940, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003941, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003942, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003943, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003944, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003945, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003946, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003947, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003948, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003949, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003950, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003951, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003952, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003953, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003954, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003955, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003956, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003957, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003958, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003959, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003960, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003961, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003962, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003963, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003964, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003965, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003966, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003967, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003968, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003969, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003970, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003971, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003972, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003973, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003974, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003975, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003976, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003977, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003978, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003979, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003980, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003981, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003982, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003983, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004301, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004303, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004305, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004306, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004350, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004351, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004352, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004353, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004354, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004355, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004356, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004357, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004358, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004359, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004360, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004361, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004362, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004363, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004364, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004365, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004366, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004367, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004368, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004369, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004370, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004371, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004372, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004373, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004374, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004375, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004376, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004377, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004378, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004379, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004380, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004381, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004382, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004383, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004384, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004385, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004386, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004387, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004388, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004389, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 500000101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000102, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000105, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 100, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000106, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000107, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000108, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223110106 - }, - { - "id": 500000201, - "number": 1, - "type": 15, - "giveType": 2, - "value": 32, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000202, - "number": 1, - "type": 15, - "giveType": 2, - "value": 33, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000203, - "number": 1, - "type": 15, - "giveType": 2, - "value": 34, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 100, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000205, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 1, - "amount": 5, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000206, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 1, - "amount": 5, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000207, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 1, - "amount": 5000, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000208, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005001, - "level": 1, - "amount": 3, - "masterReleaseLabelId": 223120105 - }, - { - "id": 500000301, - "number": 1, - "type": 14, - "giveType": 2, - "value": 16, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 100, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 1, - "amount": 5, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 1, - "amount": 5, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000305, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 1, - "amount": 5000, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000306, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005001, - "level": 1, - "amount": 3, - "masterReleaseLabelId": 223121204 - }, - { - "id": 500000401, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000403, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000418, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000419, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000420, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000421, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000422, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000423, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000424, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000425, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000426, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000427, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000428, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000429, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000430, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000431, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000432, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000433, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000434, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000435, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000436, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000437, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000438, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000439, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000440, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000441, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000442, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000443, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000444, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000445, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000446, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000447, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000448, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000449, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000450, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000451, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000452, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000453, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000454, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000455, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000456, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000457, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000458, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000459, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000460, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000461, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000462, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000463, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000464, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000465, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000466, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000467, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224010107 - }, - { - "id": 500000501, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000502, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000503, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40100003, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40110003, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000512, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 500000513, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020104 - }, - { - "id": 900000101, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000102, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 900000119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223101503 - }, - { - "id": 900000131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223111105 - }, - { - "id": 900000135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090008, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121515 - }, - { - "id": 900000144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000148, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000149, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000150, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000151, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000152, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000153, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000154, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000155, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224011105 - }, - { - "id": 900000156, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020903 - }, - { - "id": 900000157, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020903 - }, - { - "id": 900000158, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 224020903 - }, - { - "id": 900000201, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000203, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 900000241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 411002729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 711010101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010103, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010104, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010105, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010106, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010107, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010108, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010109, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010110, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010111, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010112, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010113, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010114, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010115, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010116, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010117, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010118, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010119, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010120, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010121, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010122, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010123, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010124, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010125, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010126, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010127, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010128, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010129, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010130, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010131, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010132, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010133, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010134, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010135, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010136, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010137, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010138, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010139, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010140, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010141, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010142, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010143, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010144, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010145, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010146, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010147, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010148, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010149, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010150, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010151, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010152, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010153, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010154, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010155, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010156, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010157, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010158, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010159, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010160, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010161, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010162, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010163, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010164, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010165, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010166, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010167, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924020101 - }, - { - "id": 711010201, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010203, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010204, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010205, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010206, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010207, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010208, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010209, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010210, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010211, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010212, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010213, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010214, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010215, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010216, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010217, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010218, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010219, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010220, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010221, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010222, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010223, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010224, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010225, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010226, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010227, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010228, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010229, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010230, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010231, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010232, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010233, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010234, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010235, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010236, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010237, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010238, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010239, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010240, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010241, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010242, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010243, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010244, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010245, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010246, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010247, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010248, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010249, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010250, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010251, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010252, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010253, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010254, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010255, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010256, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010257, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010258, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010259, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010260, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010261, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924021601 - }, - { - "id": 711010301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010303, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010304, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010305, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010306, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010307, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010308, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010309, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010310, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010311, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010312, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010313, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010314, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010315, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010316, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010317, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010318, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010319, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010320, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010321, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010322, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010323, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010324, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010325, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010326, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010327, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010328, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010329, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010330, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010331, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010332, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010333, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010334, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010335, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010336, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010337, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010338, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010339, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010340, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010341, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010342, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010343, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010344, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010345, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010346, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010347, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010348, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010349, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010350, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010351, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010352, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010353, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010354, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010355, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010356, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010357, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010358, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010359, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010360, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010361, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010362, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010363, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010364, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010365, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010366, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010367, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924031701 - }, - { - "id": 711010401, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010403, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010404, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010405, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010406, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010407, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010408, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010409, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010410, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010411, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010412, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010413, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010414, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010415, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010416, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010417, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924032501 - }, - { - "id": 711010501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010503, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010504, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010505, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010506, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010507, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010508, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010509, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010510, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010511, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010512, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010513, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010514, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010515, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010516, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010517, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010518, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010519, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 711010601, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010603, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010604, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010605, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010606, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010607, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010608, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010609, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010610, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010611, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010612, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010613, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010614, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010615, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010616, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010617, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010618, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010619, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010620, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010621, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010622, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010623, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010624, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010625, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010626, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010627, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010628, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010629, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010630, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010631, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010632, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010633, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010634, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010635, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010636, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010637, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010638, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010639, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010640, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010641, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010642, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010643, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010644, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010645, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010646, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010647, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010648, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010649, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010650, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010651, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010652, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010653, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010654, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010655, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010656, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010657, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010658, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010659, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010660, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010661, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 711010701, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010703, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010704, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010705, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010706, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010707, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010708, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010709, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010710, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10080013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010711, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010712, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010713, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010714, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010715, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010716, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20050011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010717, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010718, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010719, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010720, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20090011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010721, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010722, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010723, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010724, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010725, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010726, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010727, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010728, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010729, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010730, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010731, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010732, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010733, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40010007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010734, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010735, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010736, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010737, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010738, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010739, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010740, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010741, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090007, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010742, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40020009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010743, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40090009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010744, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10010016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010745, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10020015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010746, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20010014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010747, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20020013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010748, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010749, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010750, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20030013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010751, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010752, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40040009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010753, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40050009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010754, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010755, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010756, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10030016, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010757, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10050015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010758, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40070010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010759, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40080010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010760, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010761, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20080014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010762, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10060015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010763, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10070017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010764, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010765, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120010, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010766, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20040015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010767, - "number": 1, - "type": 2, - "giveType": 2, - "value": 20070015, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010768, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010769, - "number": 1, - "type": 2, - "giveType": 2, - "value": 40060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010770, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010771, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010772, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10040019, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010773, - "number": 1, - "type": 2, - "giveType": 2, - "value": 10090018, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 711010801, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 1, - "amount": 500, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010803, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30010012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010804, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30020011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010805, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30030012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010806, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30040011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010807, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30050012, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010808, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30060011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010809, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30070014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010810, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30080011, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010811, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30090013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010812, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30100013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010813, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30110014, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 711010814, - "number": 1, - "type": 2, - "giveType": 2, - "value": 30120013, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 924052401 - } -] \ No newline at end of file diff --git a/src/router/databases/json/global/login_bonus.json b/src/router/databases/json/global/login_bonus.json deleted file mode 100644 index 3883596..0000000 --- a/src/router/databases/json/global/login_bonus.json +++ /dev/null @@ -1,3794 +0,0 @@ -[ - { - "id": 1, - "name": "Daily Login Bonus", - "type": 2, - "masterEventId": 0, - "loop": 1, - "priority": 0, - "prefabName": "DailyLoginBonus", - "boardSpriteName": "loginbonus_daily", - "masterVoiceId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 2, - "name": "Starting Dash Login Bonus", - "type": 2, - "masterEventId": 0, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_startdash_0001", - "boardSpriteName": "loginbonus_startdash_0001", - "masterVoiceId": 0, - "masterReleaseLabelId": 223041502 - }, - { - "id": 3, - "name": "Starting Dash Login Bonus (Constant)", - "type": 2, - "masterEventId": 0, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_startdash_0002", - "boardSpriteName": "loginbonus_startdash_0002", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071501 - }, - { - "id": 10001, - "name": "Thanksgiving 10-Day", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0001", - "masterVoiceId": 0, - "masterReleaseLabelId": 223061402 - }, - { - "id": 10002, - "name": "Thanksgiving Day 1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0002", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062401 - }, - { - "id": 10003, - "name": "Thanksgiving Day 2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0003", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062501 - }, - { - "id": 10004, - "name": "Yohane 1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062502 - }, - { - "id": 10005, - "name": "Yohane 2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223070201 - }, - { - "id": 10006, - "name": "Yohane 3", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223070901 - }, - { - "id": 10007, - "name": "Yohane 4", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071601 - }, - { - "id": 10008, - "name": "Yohane 5", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223072301 - }, - { - "id": 10009, - "name": "Yohane 6", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223073001 - }, - { - "id": 10010, - "name": "Yohane 7", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223080601 - }, - { - "id": 10011, - "name": "Yohane 8", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081301 - }, - { - "id": 10012, - "name": "Yohane 9", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082001 - }, - { - "id": 10013, - "name": "Yohane 10", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082701 - }, - { - "id": 10014, - "name": "Yohane 11", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223090301 - }, - { - "id": 10015, - "name": "Yohane 12", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091001 - }, - { - "id": 10016, - "name": "Yohane 13", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091701 - }, - { - "id": 10017, - "name": "Nijigasaki OVA Release Celebration Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0017", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062302 - }, - { - "id": 10018, - "name": "Bon Festival", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_campaign07day_0001", - "boardSpriteName": "loginbonus_campaign_0018", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081001 - }, - { - "id": 10019, - "name": "Animelo Summer Login Bonus 1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0019", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082501 - }, - { - "id": 10020, - "name": "Animelo Summer Login Bonus 2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0020", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082702 - }, - { - "id": 10021, - "name": "Comiket Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0021", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081201 - }, - { - "id": 10022, - "name": "Liella! Chiba", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0022", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081903 - }, - { - "id": 10023, - "name": "Liella! Aichi", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0023", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082602 - }, - { - "id": 10024, - "name": "Liella! Tokyo", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0024", - "masterVoiceId": 0, - "masterReleaseLabelId": 223090901 - }, - { - "id": 10025, - "name": "Ice Cream", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0025", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091601 - }, - { - "id": 10026, - "name": "", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0026", - "masterVoiceId": 0, - "masterReleaseLabelId": 223100501 - }, - { - "id": 10027, - "name": "", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common03day_0001", - "boardSpriteName": "loginbonus_campaign_0027", - "masterVoiceId": 0, - "masterReleaseLabelId": 223100701 - }, - { - "id": 10028, - "name": "Halloween", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0028", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102501 - }, - { - "id": 10029, - "name": "Hasunosora: Fukuoka Concert", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0029", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102103 - }, - { - "id": 10030, - "name": "Hasunosora: Tokyo Concert", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0030", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111801 - }, - { - "id": 10031, - "name": "Hasunosora: Aichi Concert", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0031", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112501 - }, - { - "id": 10034, - "name": "IJIGEN FES THE IDOLM@STER★︎♥LOVE LIVE! Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0034", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120902 - }, - { - "id": 10037, - "name": "Fall Festival", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_campaign07day_0001", - "boardSpriteName": "loginbonus_campaign_0037", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111103 - }, - { - "id": 10035, - "name": "Yohane the Parhelion: The Story of the Sound of Heart Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common03day_0001", - "boardSpriteName": "loginbonus_campaign_0035", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121504 - }, - { - "id": 10036, - "name": "Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Aichi Concert Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0036", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122302 - }, - { - "id": 10038, - "name": "Snow White Christmas Campaign first half", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0038", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120105 - }, - { - "id": 10039, - "name": "New Year's! Miracle Campaign Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0039", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122804 - }, - { - "id": 10040, - "name": "Snow White Christmas Campaign second half", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0038", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121204 - }, - { - "id": 10041, - "name": "Love Live! Nijigasaki High School Idol Club 6th Live! I love You ⇆ You love Me Kanagawa Concert Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0041", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011302 - }, - { - "id": 10042, - "name": "School Idol Musical: 2024 Performance Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0042", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011104 - }, - { - "id": 10043, - "name": "3週連続ライブ応援!いっぱいシャンシャンしようキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0043", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120802 - }, - { - "id": 10044, - "name": "Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Fukuoka Concert Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0044", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012004 - }, - { - "id": 10045, - "name": "Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Tokyo Concert Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0045", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021001 - }, - { - "id": 10046, - "name": "Happy Valentine's Day Campaign Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0046", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020104 - }, - { - "id": 10047, - "name": "Winter Vacation! Let’s Play Together All We Can Campaign Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0047", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 10050, - "name": "Colorful Spring Campaign Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0050", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030113 - }, - { - "id": 10051, - "name": "Super Thanks! Let’s Play Together Until the End Campaign Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0051", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030115 - }, - { - "id": 10054, - "name": "Anime Broadcast 10 Year Anniversary LoveLive! Special Talk Session Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0054", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022302 - }, - { - "id": 10055, - "name": "LoveLive! Series Presents ユニット甲子園 2024 開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0055", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030902 - }, - { - "id": 10056, - "name": "ラブライブ!TVアニメ放送10周年記念 LoveLive! Orchestra Concert 開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0056", - "masterVoiceId": 0, - "masterReleaseLabelId": 224033002 - }, - { - "id": 10057, - "name": "School Idol Festival 2 Super Thanks Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_event30day_0001", - "boardSpriteName": "loginbonus_campaign_0057", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030117 - }, - { - "id": 10058, - "name": "School Idol Festival 2 Super Thanks Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_event30day_0001", - "boardSpriteName": "loginbonus_campaign_0058", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030117 - }, - { - "id": 10059, - "name": "スペシャル勧誘記念ログインボーナス~桜坂しずく~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "ThanksLoginBonus_03003_01", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031702 - }, - { - "id": 10060, - "name": "スペシャル勧誘記念ログインボーナス~桜小路きな子~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "ThanksLoginBonus_04006_01", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031802 - }, - { - "id": 10061, - "name": "スペシャル勧誘記念ログインボーナス~渡辺 曜~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "ThanksLoginBonus_02005_01", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031902 - }, - { - "id": 10062, - "name": "スペシャル勧誘記念ログインボーナス~西木野真姫~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "ThanksLoginBonus_01006_01", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032002 - }, - { - "id": 20000, - "name": "Subscription Login Bonus", - "type": 6, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "", - "boardSpriteName": "", - "masterVoiceId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20001, - "name": "Operation: Slump Escape! Login Bonus", - "type": 5, - "masterEventId": 101, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0101", - "masterVoiceId": 0, - "masterReleaseLabelId": 223041903 - }, - { - "id": 20002, - "name": "April 2023 (Event): μ's Login Bonus", - "type": 5, - "masterEventId": 102, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0102", - "masterVoiceId": 0, - "masterReleaseLabelId": 223043004 - }, - { - "id": 20003, - "name": "May 2023 (Event): Basic", - "type": 5, - "masterEventId": 103, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0103", - "masterVoiceId": 0, - "masterReleaseLabelId": 223051101 - }, - { - "id": 20004, - "name": "May 2023 (Event): Aqours Login Bonus", - "type": 5, - "masterEventId": 104, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0104", - "masterVoiceId": 0, - "masterReleaseLabelId": 223051504 - }, - { - "id": 20005, - "name": "May 2023 (Event): Basic", - "type": 5, - "masterEventId": 105, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0103", - "masterVoiceId": 0, - "masterReleaseLabelId": 223052601 - }, - { - "id": 20006, - "name": "June 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 106, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0106", - "masterVoiceId": 0, - "masterReleaseLabelId": 223053104 - }, - { - "id": 20007, - "name": "June 2023 (Event): Basic", - "type": 5, - "masterEventId": 107, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event07day_0002", - "boardSpriteName": "loginbonus_event_0107", - "masterVoiceId": 0, - "masterReleaseLabelId": 223061101 - }, - { - "id": 20008, - "name": "June 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 108, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0108", - "masterVoiceId": 0, - "masterReleaseLabelId": 223061504 - }, - { - "id": 20009, - "name": "July 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 109, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0109", - "masterVoiceId": 0, - "masterReleaseLabelId": 223063004 - }, - { - "id": 20010, - "name": "July 2023 (Event): Basic", - "type": 5, - "masterEventId": 110, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0110", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071101 - }, - { - "id": 20011, - "name": "July 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 111, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0111", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071505 - }, - { - "id": 20012, - "name": "July 2023 (Event): Basic", - "type": 5, - "masterEventId": 112, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0112", - "masterVoiceId": 0, - "masterReleaseLabelId": 223072601 - }, - { - "id": 20013, - "name": "August 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 113, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0113", - "masterVoiceId": 0, - "masterReleaseLabelId": 223073104 - }, - { - "id": 20014, - "name": "August 2023 (Event): Basic", - "type": 5, - "masterEventId": 114, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0114", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081101 - }, - { - "id": 20015, - "name": "August 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 115, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0115", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081504 - }, - { - "id": 20016, - "name": "August 2023 (Event): Basic", - "type": 5, - "masterEventId": 116, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0116", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082601 - }, - { - "id": 20017, - "name": "September 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 117, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0117", - "masterVoiceId": 0, - "masterReleaseLabelId": 223083104 - }, - { - "id": 20018, - "name": "September 2023 (Event): Basic", - "type": 5, - "masterEventId": 118, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0118", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091101 - }, - { - "id": 20019, - "name": "September 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 119, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0119", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091504 - }, - { - "id": 20020, - "name": "September 2023 (Event): Basic", - "type": 5, - "masterEventId": 120, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0120", - "masterVoiceId": 0, - "masterReleaseLabelId": 223092601 - }, - { - "id": 20021, - "name": "October 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 121, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0121", - "masterVoiceId": 0, - "masterReleaseLabelId": 223093004 - }, - { - "id": 20022, - "name": "October 2023 (Event): Basic (Early October)", - "type": 5, - "masterEventId": 122, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0122", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101101 - }, - { - "id": 20023, - "name": "October 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 123, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0123", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101508 - }, - { - "id": 20024, - "name": "October 2023 (Event): Basic (Late October)", - "type": 5, - "masterEventId": 124, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0124", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102601 - }, - { - "id": 20025, - "name": "October 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 125, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0125", - "masterVoiceId": 0, - "masterReleaseLabelId": 223103104 - }, - { - "id": 20026, - "name": "November 2023 (Event): Basic (Early October) Login Bonus", - "type": 5, - "masterEventId": 126, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0126", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111101 - }, - { - "id": 20027, - "name": "November 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 127, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0127", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 20028, - "name": "November 2023 (Event): Basic (Late November) Login Bonus", - "type": 5, - "masterEventId": 128, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0128", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112601 - }, - { - "id": 20029, - "name": "December 2023 (Event A): Login Bonus", - "type": 5, - "masterEventId": 129, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0129", - "masterVoiceId": 0, - "masterReleaseLabelId": 223113004 - }, - { - "id": 20030, - "name": "December 2023 (Event): Basic (Early December) Login Bonus", - "type": 5, - "masterEventId": 130, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0130", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121102 - }, - { - "id": 20031, - "name": "December 2023 (Event B): Login Bonus", - "type": 5, - "masterEventId": 131, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0131", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121507 - }, - { - "id": 20032, - "name": "December 2023 (Event): Basic (Late December) Login Bonus", - "type": 5, - "masterEventId": 132, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0132", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122603 - }, - { - "id": 20033, - "name": "January 2024 (Event A): Login Bonus", - "type": 5, - "masterEventId": 133, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0133", - "masterVoiceId": 0, - "masterReleaseLabelId": 223123104 - }, - { - "id": 20034, - "name": "January, 2024: Simple (Early)_Login Bonus", - "type": 5, - "masterEventId": 134, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0134", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011106 - }, - { - "id": 20035, - "name": "January, 2024: Event B_Login Bonus", - "type": 5, - "masterEventId": 135, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0135", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011504 - }, - { - "id": 20036, - "name": "January, 2024: Simple (Late)_Login Bonus", - "type": 5, - "masterEventId": 136, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0136", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012702 - }, - { - "id": 20037, - "name": "February, 2024 : Event A_Login Bonus", - "type": 5, - "masterEventId": 137, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0137", - "masterVoiceId": 0, - "masterReleaseLabelId": 224013104 - }, - { - "id": 20038, - "name": "February, 2024 : Event_Simple (Early)_Login Bonus", - "type": 5, - "masterEventId": 138, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0138", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021006 - }, - { - "id": 20039, - "name": "February 2024 (Event B): Login Bonus", - "type": 5, - "masterEventId": 139, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event9day_0001", - "boardSpriteName": "loginbonus_event_0139", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021404 - }, - { - "id": 20040, - "name": "February 2024 (Event): Basic (Late February) Login Bonus", - "type": 5, - "masterEventId": 140, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event07day_0002", - "boardSpriteName": "loginbonus_event_0140", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022305 - }, - { - "id": 20041, - "name": "March 2024 (Event B): Login Bonus", - "type": 5, - "masterEventId": 141, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0141", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030104 - }, - { - "id": 30001, - "name": "Honoka's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01001_01", - "boardSpriteName": "loginbonus_birthday_01001_01", - "masterVoiceId": 40001097, - "masterReleaseLabelId": 123080301 - }, - { - "id": 30002, - "name": "Eli's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01002_01", - "boardSpriteName": "loginbonus_birthday_01002_01", - "masterVoiceId": 40002097, - "masterReleaseLabelId": 123102101 - }, - { - "id": 30003, - "name": "Kotori's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01003_01", - "boardSpriteName": "loginbonus_birthday_01003_01", - "masterVoiceId": 40003099, - "masterReleaseLabelId": 123091201 - }, - { - "id": 30004, - "name": "Umi's Birthday Commemorative Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01004_01", - "boardSpriteName": "loginbonus_birthday_01004_01", - "masterVoiceId": 40004100, - "masterReleaseLabelId": 124031501 - }, - { - "id": 30005, - "name": "Rin's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01005_01", - "boardSpriteName": "loginbonus_birthday_01005_01", - "masterVoiceId": 40005100, - "masterReleaseLabelId": 123110101 - }, - { - "id": 30006, - "name": "Maki's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01006_01", - "boardSpriteName": "loginbonus_birthday_01006_01", - "masterVoiceId": 40006101, - "masterReleaseLabelId": 124041901 - }, - { - "id": 30007, - "name": "Nozomi's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01007_01", - "boardSpriteName": "loginbonus_birthday_01007_01", - "masterVoiceId": 40007102, - "masterReleaseLabelId": 123060901 - }, - { - "id": 30008, - "name": "Hanayo's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01008_01", - "boardSpriteName": "loginbonus_birthday_01008_01", - "masterVoiceId": 40008103, - "masterReleaseLabelId": 124011701 - }, - { - "id": 30009, - "name": "Nico's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01009_01", - "boardSpriteName": "loginbonus_birthday_01009_01", - "masterVoiceId": 40009104, - "masterReleaseLabelId": 123072201 - }, - { - "id": 30010, - "name": "Chika's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02001_01", - "boardSpriteName": "loginbonus_birthday_02001_01", - "masterVoiceId": 40010097, - "masterReleaseLabelId": 123080101 - }, - { - "id": 30011, - "name": "Riko's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02002_01", - "boardSpriteName": "loginbonus_birthday_02002_01", - "masterVoiceId": 40011098, - "masterReleaseLabelId": 123091901 - }, - { - "id": 30012, - "name": "Kanan's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02003_01", - "boardSpriteName": "loginbonus_birthday_02003_01", - "masterVoiceId": 40012099, - "masterReleaseLabelId": 124021001 - }, - { - "id": 30013, - "name": "Dia's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02004_01", - "boardSpriteName": "loginbonus_birthday_02004_01", - "masterVoiceId": 40013100, - "masterReleaseLabelId": 124010101 - }, - { - "id": 30014, - "name": "You's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02005_01", - "boardSpriteName": "loginbonus_birthday_02005_01", - "masterVoiceId": 40014101, - "masterReleaseLabelId": 124041701 - }, - { - "id": 30015, - "name": "Yoshiko's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02006_01", - "boardSpriteName": "loginbonus_birthday_02006_01", - "masterVoiceId": 40015102, - "masterReleaseLabelId": 123071301 - }, - { - "id": 30016, - "name": "Hanamaru's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02007_01", - "boardSpriteName": "loginbonus_birthday_02007_01", - "masterVoiceId": 40016103, - "masterReleaseLabelId": 124030401 - }, - { - "id": 30017, - "name": "Mari's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02008_01", - "boardSpriteName": "loginbonus_birthday_02008_01", - "masterVoiceId": 40017104, - "masterReleaseLabelId": 123061301 - }, - { - "id": 30018, - "name": "Ruby's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02009_01", - "boardSpriteName": "loginbonus_birthday_02009_01", - "masterVoiceId": 40018105, - "masterReleaseLabelId": 123092101 - }, - { - "id": 30019, - "name": "Ayumu's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03001_01", - "boardSpriteName": "loginbonus_birthday_03001_01", - "masterVoiceId": 40019095, - "masterReleaseLabelId": 124030101 - }, - { - "id": 30020, - "name": "Kasumi's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03002_01", - "boardSpriteName": "loginbonus_birthday_03002_01", - "masterVoiceId": 40020096, - "masterReleaseLabelId": 124012301 - }, - { - "id": 30021, - "name": "Shizuku's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03003_01", - "boardSpriteName": "loginbonus_birthday_03003_01", - "masterVoiceId": 40021097, - "masterReleaseLabelId": 124040301 - }, - { - "id": 30022, - "name": "Karin's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03004_01", - "boardSpriteName": "loginbonus_birthday_03004_01", - "masterVoiceId": 40022098, - "masterReleaseLabelId": 123062901 - }, - { - "id": 30023, - "name": "Ai's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03005_01", - "boardSpriteName": "loginbonus_birthday_03005_01", - "masterVoiceId": 40023099, - "masterReleaseLabelId": 123053001 - }, - { - "id": 30024, - "name": "Kanata's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03006_01", - "boardSpriteName": "loginbonus_birthday_03006_01", - "masterVoiceId": 40024100, - "masterReleaseLabelId": 123121601 - }, - { - "id": 30025, - "name": "Setsuna's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03007_01", - "boardSpriteName": "loginbonus_birthday_03007_01", - "masterVoiceId": 40025101, - "masterReleaseLabelId": 123080801 - }, - { - "id": 30026, - "name": "Emma's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03008_01", - "boardSpriteName": "loginbonus_birthday_03008_01", - "masterVoiceId": 40026102, - "masterReleaseLabelId": 124020501 - }, - { - "id": 30027, - "name": "Rina's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03009_01", - "boardSpriteName": "loginbonus_birthday_03009_01", - "masterVoiceId": 40027103, - "masterReleaseLabelId": 123111301 - }, - { - "id": 30028, - "name": "Shioriko's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03010_01", - "boardSpriteName": "loginbonus_birthday_03010_01", - "masterVoiceId": 40028104, - "masterReleaseLabelId": 123100501 - }, - { - "id": 30029, - "name": "Mia's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03011_01", - "boardSpriteName": "loginbonus_birthday_03011_01", - "masterVoiceId": 40029105, - "masterReleaseLabelId": 123120601 - }, - { - "id": 30030, - "name": "Lanzhu's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03012_01", - "boardSpriteName": "loginbonus_birthday_03012_01", - "masterVoiceId": 40030106, - "masterReleaseLabelId": 124021501 - }, - { - "id": 30031, - "name": "Kanon's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04001_01", - "boardSpriteName": "loginbonus_birthday_04001_01", - "masterVoiceId": 40031095, - "masterReleaseLabelId": 123050101 - }, - { - "id": 30032, - "name": "Keke's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04002_01", - "boardSpriteName": "loginbonus_birthday_04002_01", - "masterVoiceId": 40032096, - "masterReleaseLabelId": 123071701 - }, - { - "id": 30033, - "name": "Chisato's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04003_01", - "boardSpriteName": "loginbonus_birthday_04003_01", - "masterVoiceId": 40033097, - "masterReleaseLabelId": 124022501 - }, - { - "id": 30034, - "name": "Sumire's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04004_01", - "boardSpriteName": "loginbonus_birthday_04004_01", - "masterVoiceId": 40034098, - "masterReleaseLabelId": 123092801 - }, - { - "id": 30035, - "name": "Ren's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04005_01", - "boardSpriteName": "loginbonus_birthday_04005_01", - "masterVoiceId": 40035099, - "masterReleaseLabelId": 123112401 - }, - { - "id": 30036, - "name": "Kinako's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04006_01", - "boardSpriteName": "loginbonus_birthday_04006_01", - "masterVoiceId": 40036100, - "masterReleaseLabelId": 124041001 - }, - { - "id": 30037, - "name": "Mei's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04007_01", - "boardSpriteName": "loginbonus_birthday_04007_01", - "masterVoiceId": 40037101, - "masterReleaseLabelId": 123102901 - }, - { - "id": 30038, - "name": "Shiki's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04008_01", - "boardSpriteName": "loginbonus_birthday_04008_01", - "masterVoiceId": 40038102, - "masterReleaseLabelId": 123061701 - }, - { - "id": 30039, - "name": "Natsumi's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04009_01", - "boardSpriteName": "loginbonus_birthday_04009_01", - "masterVoiceId": 40039103, - "masterReleaseLabelId": 123080701 - }, - { - "id": 30040, - "name": "Riko's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02002_01", - "boardSpriteName": "loginbonus_birthday_02002_01", - "masterVoiceId": 40011098, - "masterReleaseLabelId": 123091903 - }, - { - "id": 30041, - "name": "Margarete's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04010_01", - "boardSpriteName": "loginbonus_birthday_04010_01", - "masterVoiceId": 40040104, - "masterReleaseLabelId": 124012001 - }, - { - "id": 30042, - "name": "Tomari's Birthday Login Bonus", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04011_01", - "boardSpriteName": "loginbonus_birthday_04011_01", - "masterVoiceId": 40041105, - "masterReleaseLabelId": 123122801 - }, - { - "id": 40001, - "name": "Daily Login Bonus 1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231011", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101102 - }, - { - "id": 40002, - "name": "Daily Login Bonus 2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231012", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101201 - }, - { - "id": 40003, - "name": "Daily Login Bonus 3", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231013", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101302 - }, - { - "id": 40004, - "name": "Daily Login Bonus 4", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231014", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101401 - }, - { - "id": 40005, - "name": "Daily Login Bonus 5", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231015", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101511 - }, - { - "id": 40006, - "name": "Daily Login Bonus 6", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231016", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101606 - }, - { - "id": 40007, - "name": "Daily Login Bonus 7", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231017", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101703 - }, - { - "id": 40008, - "name": "Daily Login Bonus 8", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231018", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101802 - }, - { - "id": 40009, - "name": "Daily Login Bonus 9", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231019", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101901 - }, - { - "id": 40010, - "name": "Daily Login Bonus 10", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231020", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102001 - }, - { - "id": 40011, - "name": "Daily Login Bonus 11", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231021", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102105 - }, - { - "id": 40012, - "name": "Daily Login Bonus 12", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231022", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102201 - }, - { - "id": 40013, - "name": "Daily Login Bonus 13", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231023", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102301 - }, - { - "id": 40014, - "name": "Daily Login Bonus 14", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231024", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102403 - }, - { - "id": 40015, - "name": "Daily Login Bonus 15", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231025", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102503 - }, - { - "id": 40016, - "name": "Daily Login Bonus 16", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231026", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102602 - }, - { - "id": 40017, - "name": "Daily Login Bonus 17", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231027", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102701 - }, - { - "id": 40018, - "name": "Daily Login Bonus 18", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231028", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102801 - }, - { - "id": 40019, - "name": "Daily Login Bonus 19", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231029", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102904 - }, - { - "id": 40020, - "name": "Daily Login Bonus 20", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231030", - "masterVoiceId": 0, - "masterReleaseLabelId": 223103002 - }, - { - "id": 40021, - "name": "Daily Login Bonus 21", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231031", - "masterVoiceId": 0, - "masterReleaseLabelId": 223103110 - }, - { - "id": 40022, - "name": "Daily Login Bonus 22", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231101", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110105 - }, - { - "id": 40023, - "name": "Daily Login Bonus 23", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231102", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110201 - }, - { - "id": 40024, - "name": "Daily Login Bonus 24", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231103", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110301 - }, - { - "id": 40025, - "name": "Daily Login Bonus 25", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231104", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110401 - }, - { - "id": 40026, - "name": "Daily Login Bonus 26", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231105", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110501 - }, - { - "id": 40027, - "name": "Daily Login Bonus 27", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231106", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110601 - }, - { - "id": 40028, - "name": "Daily Login Bonus 28", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231107", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110703 - }, - { - "id": 40029, - "name": "Daily Login Bonus 29", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231108", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110802 - }, - { - "id": 40030, - "name": "Daily Login Bonus 30", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231109", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110901 - }, - { - "id": 40031, - "name": "Daily Login Bonus 31", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231110", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111002 - }, - { - "id": 40032, - "name": "Daily Login Bonus 32", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231111", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111102 - }, - { - "id": 40033, - "name": "Daily Login Bonus 33", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231112", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111201 - }, - { - "id": 40034, - "name": "Daily Login Bonus 34", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231113", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111303 - }, - { - "id": 40035, - "name": "Daily Login Bonus 35", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231114", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111403 - }, - { - "id": 40036, - "name": "Daily Login Bonus 36", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231115", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111509 - }, - { - "id": 40037, - "name": "Daily Login Bonus 37", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231116", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111601 - }, - { - "id": 40038, - "name": "Daily Login Bonus 38", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231117", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111701 - }, - { - "id": 40039, - "name": "Daily Login Bonus 39", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231118", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111803 - }, - { - "id": 40040, - "name": "Daily Login Bonus 40", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231119", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111901 - }, - { - "id": 40041, - "name": "Daily Login Bonus 41", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231120", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112001 - }, - { - "id": 40042, - "name": "Daily Login Bonus 42", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231121", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112103 - }, - { - "id": 40043, - "name": "Daily Login Bonus 43", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231122", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112201 - }, - { - "id": 40044, - "name": "Daily Login Bonus 44", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231123", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112301 - }, - { - "id": 40045, - "name": "Daily Login Bonus 45", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231124", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112403 - }, - { - "id": 40046, - "name": "Daily Login Bonus 46", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231125", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112503 - }, - { - "id": 40047, - "name": "Daily Login Bonus 47", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231126", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112602 - }, - { - "id": 40048, - "name": "Daily Login Bonus 48", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231127", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112701 - }, - { - "id": 40049, - "name": "Daily Login Bonus 49", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231128", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112803 - }, - { - "id": 40050, - "name": "Daily Login Bonus 50", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231129", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112901 - }, - { - "id": 40051, - "name": "Daily Login Bonus 51", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231130", - "masterVoiceId": 0, - "masterReleaseLabelId": 223113007 - }, - { - "id": 40052, - "name": "Daily Login Bonus 52", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231201", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120102 - }, - { - "id": 40053, - "name": "Daily Login Bonus 53", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231202", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120201 - }, - { - "id": 40054, - "name": "Daily Login Bonus 54", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231203", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120301 - }, - { - "id": 40055, - "name": "Daily Login Bonus 55", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231204", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120401 - }, - { - "id": 40056, - "name": "Daily Login Bonus 56", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231205", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120503 - }, - { - "id": 40057, - "name": "Daily Login Bonus 57", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231206", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120603 - }, - { - "id": 40058, - "name": "Daily Login Bonus 58", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231207", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120701 - }, - { - "id": 40059, - "name": "Daily Login Bonus 59", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231208", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120801 - }, - { - "id": 40060, - "name": "Daily Login Bonus 60", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231209", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120901 - }, - { - "id": 40061, - "name": "Daily Login Bonus 61", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231210", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121001 - }, - { - "id": 40062, - "name": "Daily Login Bonus 62", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231211", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121101 - }, - { - "id": 40063, - "name": "Daily Login Bonus 63", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231212", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121203 - }, - { - "id": 40064, - "name": "Daily Login Bonus 64", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231213", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121301 - }, - { - "id": 40065, - "name": "Daily Login Bonus 65", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231214", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121401 - }, - { - "id": 40066, - "name": "Daily Login Bonus 66", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231215", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121501 - }, - { - "id": 40067, - "name": "Daily Login Bonus 67", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231216", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121603 - }, - { - "id": 40068, - "name": "Daily Login Bonus 68", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231217", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121701 - }, - { - "id": 40069, - "name": "Daily Login Bonus 69", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231218", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121801 - }, - { - "id": 40070, - "name": "Daily Login Bonus 70", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231219", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121903 - }, - { - "id": 40071, - "name": "Daily Login Bonus 71", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231220", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122001 - }, - { - "id": 40072, - "name": "Daily Login Bonus 72", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231221", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122101 - }, - { - "id": 40073, - "name": "Daily Login Bonus 73", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231222", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122201 - }, - { - "id": 40074, - "name": "Daily Login Bonus 74", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231223", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122301 - }, - { - "id": 40075, - "name": "Daily Login Bonus 75", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231224", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122401 - }, - { - "id": 40076, - "name": "Daily Login Bonus 76", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231225", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122501 - }, - { - "id": 40077, - "name": "Daily Login Bonus 77", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231226", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122601 - }, - { - "id": 40078, - "name": "Daily Login Bonus 78", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231227", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122701 - }, - { - "id": 40079, - "name": "Daily Login Bonus 79", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231228", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122803 - }, - { - "id": 40080, - "name": "Daily Login Bonus 80", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231229", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122901 - }, - { - "id": 40081, - "name": "Daily Login Bonus 81", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231230", - "masterVoiceId": 0, - "masterReleaseLabelId": 223123001 - }, - { - "id": 40082, - "name": "Daily Login Bonus 82", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231231", - "masterVoiceId": 0, - "masterReleaseLabelId": 223123101 - }, - { - "id": 40083, - "name": "Daily Login Bonus 83", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240101", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010101 - }, - { - "id": 40084, - "name": "Daily Login Bonus 84", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240102", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010201 - }, - { - "id": 40085, - "name": "Daily Login Bonus 85", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240103", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010301 - }, - { - "id": 40086, - "name": "Daily Login Bonus 86", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240104", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010401 - }, - { - "id": 40087, - "name": "Daily Login Bonus 87", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240105", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010501 - }, - { - "id": 40088, - "name": "Daily Login Bonus 88", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240106", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010601 - }, - { - "id": 40089, - "name": "Daily Login Bonus 89", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240107", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010701 - }, - { - "id": 40090, - "name": "Daily Login Bonus 90", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240108", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010801 - }, - { - "id": 40091, - "name": "Daily Login Bonus 91", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240109", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010901 - }, - { - "id": 40092, - "name": "Daily Login Bonus 92", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240110", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011001 - }, - { - "id": 40093, - "name": "Daily Login Bonus 93", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240111", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011101 - }, - { - "id": 40094, - "name": "Daily Login Bonus 94", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240112", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011201 - }, - { - "id": 40095, - "name": "Daily Login Bonus 95", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240113", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011301 - }, - { - "id": 40096, - "name": "Daily Login Bonus 96", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240114", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011401 - }, - { - "id": 40097, - "name": "Daily Login Bonus 97", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240115", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011501 - }, - { - "id": 40098, - "name": "Daily Login Bonus 98", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240116", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011601 - }, - { - "id": 40099, - "name": "Daily Login Bonus 99", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240117", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011701 - }, - { - "id": 40100, - "name": "Daily Login Bonus 00", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240118", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011801 - }, - { - "id": 40101, - "name": "Daily Login Bonus 01", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240119", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011901 - }, - { - "id": 40102, - "name": "Daily Login Bonus 02", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240120", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012001 - }, - { - "id": 40103, - "name": "Daily Login Bonus 03", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240121", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012101 - }, - { - "id": 40104, - "name": "Daily Login Bonus 04", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240122", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012201 - }, - { - "id": 40105, - "name": "Daily Login Bonus 05", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240123", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012301 - }, - { - "id": 40106, - "name": "Daily Login Bonus 06", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240124", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012401 - }, - { - "id": 40107, - "name": "Daily Login Bonus 07", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240125", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012501 - }, - { - "id": 40108, - "name": "Daily Login Bonus 08", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240126", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012601 - }, - { - "id": 40109, - "name": "Daily Login Bonus 09", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240127", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012701 - }, - { - "id": 40110, - "name": "Daily Login Bonus 10", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240128", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012801 - }, - { - "id": 40111, - "name": "Daily Login Bonus 11", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240129", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012902 - }, - { - "id": 40112, - "name": "Daily Login Bonus 12", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240130", - "masterVoiceId": 0, - "masterReleaseLabelId": 224013001 - }, - { - "id": 40113, - "name": "Daily Login Bonus 13", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240131", - "masterVoiceId": 0, - "masterReleaseLabelId": 224013101 - }, - { - "id": 40114, - "name": "Daily Login Bonus 14", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240201", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020101 - }, - { - "id": 40115, - "name": "Daily Login Bonus 15", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240202", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020201 - }, - { - "id": 40116, - "name": "Daily Login Bonus 16", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240203", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020301 - }, - { - "id": 40117, - "name": "Daily Login Bonus 17", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240204", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020401 - }, - { - "id": 40118, - "name": "Daily Login Bonus 18", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240205", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020501 - }, - { - "id": 40119, - "name": "Daily Login Bonus 19", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240206", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020601 - }, - { - "id": 40120, - "name": "Daily Login Bonus 20", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240207", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020701 - }, - { - "id": 40121, - "name": "Daily Login Bonus 21", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240208", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020801 - }, - { - "id": 40122, - "name": "Daily Login Bonus 22", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240209", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020901 - }, - { - "id": 40123, - "name": "Daily Login Bonus 23", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240210", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021003 - }, - { - "id": 40124, - "name": "Daily Login Bonus 24", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240211", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021101 - }, - { - "id": 40125, - "name": "Daily Login Bonus 25", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240212", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021201 - }, - { - "id": 40126, - "name": "Daily Login Bonus 26", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240213", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021301 - }, - { - "id": 40127, - "name": "Daily Login Bonus 27", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240214", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021401 - }, - { - "id": 40128, - "name": "Daily Login Bonus 28", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240215", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021501 - }, - { - "id": 40129, - "name": "Daily Login Bonus 29", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240216", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021601 - }, - { - "id": 40130, - "name": "Daily Login Bonus 30", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240217", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021701 - }, - { - "id": 40131, - "name": "Daily Login Bonus 31", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240218", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021801 - }, - { - "id": 40132, - "name": "Daily Login Bonus 32", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240219", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021901 - }, - { - "id": 40133, - "name": "Daily Login Bonus 33", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240220", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022001 - }, - { - "id": 40134, - "name": "Daily Login Bonus 34", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240221", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022101 - }, - { - "id": 40135, - "name": "Daily Login Bonus 35", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240222", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022201 - }, - { - "id": 40136, - "name": "Daily Login Bonus 36", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240223", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022301 - }, - { - "id": 40137, - "name": "Daily Login Bonus 37", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240224", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022401 - }, - { - "id": 40138, - "name": "Daily Login Bonus 38", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240225", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022501 - }, - { - "id": 40139, - "name": "Daily Login Bonus 39", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240226", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022601 - }, - { - "id": 40140, - "name": "Daily Login Bonus 40", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240227", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022701 - }, - { - "id": 40141, - "name": "Daily Login Bonus 41", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240228", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022801 - }, - { - "id": 40142, - "name": "Daily Login Bonus 42", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240229", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022901 - }, - { - "id": 40143, - "name": "Daily Login Bonus 43", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240301", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030101 - }, - { - "id": 40144, - "name": "Daily Login Bonus 44", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240302", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030201 - }, - { - "id": 40145, - "name": "Daily Login Bonus 45", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240303", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030301 - }, - { - "id": 40146, - "name": "Daily Login Bonus 46", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240304", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030401 - }, - { - "id": 40147, - "name": "Daily Login Bonus 47", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240305", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030501 - }, - { - "id": 40148, - "name": "Daily Login Bonus 48", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240306", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030601 - }, - { - "id": 40149, - "name": "Daily Login Bonus 49", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240307", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030701 - }, - { - "id": 40150, - "name": "Daily Login Bonus 50", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240308", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030801 - }, - { - "id": 40151, - "name": "Daily Login Bonus 51", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240309", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030901 - }, - { - "id": 40152, - "name": "Daily Login Bonus 52", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240310", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031001 - }, - { - "id": 40153, - "name": "Daily Login Bonus 53", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240311", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031101 - }, - { - "id": 40154, - "name": "Daily Login Bonus 54", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240312", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031201 - }, - { - "id": 40155, - "name": "Daily Login Bonus 55", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240313", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031301 - }, - { - "id": 40156, - "name": "Daily Login Bonus 56", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240314", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031401 - }, - { - "id": 40157, - "name": "Daily Login Bonus 57", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240315", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031501 - }, - { - "id": 40158, - "name": "Daily Login Bonus 58", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240316", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031601 - }, - { - "id": 40159, - "name": "Daily Login Bonus 59", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240317", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031701 - }, - { - "id": 40160, - "name": "Daily Login Bonus 60", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240318", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031801 - }, - { - "id": 40161, - "name": "Daily Login Bonus 61", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240319", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031901 - }, - { - "id": 40162, - "name": "Daily Login Bonus 62", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240320", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032001 - }, - { - "id": 40163, - "name": "Daily Login Bonus 63", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240321", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032101 - }, - { - "id": 40164, - "name": "Daily Login Bonus 64", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240322", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032201 - }, - { - "id": 40165, - "name": "Daily Login Bonus 65", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240323", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032301 - }, - { - "id": 40166, - "name": "Daily Login Bonus 66", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240324", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032401 - }, - { - "id": 40167, - "name": "Daily Login Bonus 67", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240325", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032501 - }, - { - "id": 40168, - "name": "Daily Login Bonus 68", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240326", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032601 - }, - { - "id": 40169, - "name": "Daily Login Bonus 69", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240327", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032701 - }, - { - "id": 40170, - "name": "Daily Login Bonus 70", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240328", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032801 - }, - { - "id": 40171, - "name": "Daily Login Bonus 71", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240329", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032901 - }, - { - "id": 40172, - "name": "Daily Login Bonus 72", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240330", - "masterVoiceId": 0, - "masterReleaseLabelId": 224033001 - }, - { - "id": 40173, - "name": "Daily Login Bonus 73", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240331", - "masterVoiceId": 0, - "masterReleaseLabelId": 224033101 - } -] \ No newline at end of file diff --git a/src/router/databases/json/global/lottery.json b/src/router/databases/json/global/lottery.json deleted file mode 100644 index d3b5ab3..0000000 --- a/src/router/databases/json/global/lottery.json +++ /dev/null @@ -1,4336 +0,0 @@ -[ - { - "id": 1110001, - "name": "Release Celebration Scout", - "masterLotteryInfoId": 1110001, - "masterCautionId": 1110001, - "category": 1, - "type": 2, - "priority": 20, - "masterLotteryPriceId": 1110001, - "masterLotteryRarityId": 1110001, - "masterLotteryImageId": 1110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15500001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "name": "Guaranteed UR! Release Celebration Scout", - "masterLotteryInfoId": 1110002, - "masterCautionId": 1110002, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110002, - "masterLotteryRarityId": 1110002, - "masterLotteryImageId": 1110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15500001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110003, - "name": "Spotlight Scout: Harajuku Liella! After School ♡", - "masterLotteryInfoId": 1110003, - "masterCautionId": 1110003, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110003, - "masterLotteryRarityId": 1110003, - "masterLotteryImageId": 1110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15500002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110004, - "name": "Normal Scout", - "masterLotteryInfoId": 1110004, - "masterCautionId": 1110004, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110004, - "masterLotteryRarityId": 1110004, - "masterLotteryImageId": 1110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110005, - "name": "Normal Scout", - "masterLotteryInfoId": 1110005, - "masterCautionId": 1110005, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110005, - "masterLotteryRarityId": 1110005, - "masterLotteryImageId": 1110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110006, - "name": "Normal Scout", - "masterLotteryInfoId": 1110006, - "masterCautionId": 1110006, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110006, - "masterLotteryRarityId": 1110006, - "masterLotteryImageId": 1110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110007, - "name": "Normal Scout", - "masterLotteryInfoId": 1110007, - "masterCautionId": 1110007, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110007, - "masterLotteryRarityId": 1110007, - "masterLotteryImageId": 1110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110008, - "name": "Normal Scout", - "masterLotteryInfoId": 1110008, - "masterCautionId": 1110008, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110008, - "masterLotteryRarityId": 1110008, - "masterLotteryImageId": 1110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110009, - "name": "Normal Scout", - "masterLotteryInfoId": 1110009, - "masterCautionId": 1110009, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110009, - "masterLotteryRarityId": 1110009, - "masterLotteryImageId": 1110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110010, - "name": "Normal Scout", - "masterLotteryInfoId": 1110010, - "masterCautionId": 1110010, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110010, - "masterLotteryRarityId": 1110010, - "masterLotteryImageId": 1110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110011, - "name": "Normal Scout", - "masterLotteryInfoId": 1110011, - "masterCautionId": 1110011, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110011, - "masterLotteryRarityId": 1110011, - "masterLotteryImageId": 1110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110012, - "name": "Normal Scout", - "masterLotteryInfoId": 1110012, - "masterCautionId": 1110012, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110012, - "masterLotteryRarityId": 1110012, - "masterLotteryImageId": 1110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110013, - "name": "Normal Scout", - "masterLotteryInfoId": 1110013, - "masterCautionId": 1110013, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110013, - "masterLotteryRarityId": 1110013, - "masterLotteryImageId": 1110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110014, - "name": "Normal Scout", - "masterLotteryInfoId": 1110014, - "masterCautionId": 1110014, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110014, - "masterLotteryRarityId": 1110014, - "masterLotteryImageId": 1110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110015, - "name": "Normal Scout", - "masterLotteryInfoId": 1110015, - "masterCautionId": 1110015, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110015, - "masterLotteryRarityId": 1110015, - "masterLotteryImageId": 1110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110016, - "name": "Normal Scout", - "masterLotteryInfoId": 1110016, - "masterCautionId": 1110016, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110016, - "masterLotteryRarityId": 1110016, - "masterLotteryImageId": 1110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110017, - "name": "Normal Scout", - "masterLotteryInfoId": 1110017, - "masterCautionId": 1110017, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110017, - "masterLotteryRarityId": 1110017, - "masterLotteryImageId": 1110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110018, - "name": "Normal Scout", - "masterLotteryInfoId": 1110018, - "masterCautionId": 1110018, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110018, - "masterLotteryRarityId": 1110018, - "masterLotteryImageId": 1110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110019, - "name": "Normal Scout", - "masterLotteryInfoId": 1110019, - "masterCautionId": 1110019, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110019, - "masterLotteryRarityId": 1110019, - "masterLotteryImageId": 1110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110020, - "name": "Normal Scout", - "masterLotteryInfoId": 1110020, - "masterCautionId": 1110020, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110020, - "masterLotteryRarityId": 1110020, - "masterLotteryImageId": 1110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110021, - "name": "Normal Scout", - "masterLotteryInfoId": 1110021, - "masterCautionId": 1110021, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110021, - "masterLotteryRarityId": 1110021, - "masterLotteryImageId": 1110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510021, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110022, - "name": "Normal Scout", - "masterLotteryInfoId": 1110022, - "masterCautionId": 1110022, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110022, - "masterLotteryRarityId": 1110022, - "masterLotteryImageId": 1110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510022, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110023, - "name": "Normal Scout", - "masterLotteryInfoId": 1110023, - "masterCautionId": 1110023, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110023, - "masterLotteryRarityId": 1110023, - "masterLotteryImageId": 1110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510023, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110024, - "name": "Normal Scout", - "masterLotteryInfoId": 1110024, - "masterCautionId": 1110024, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110024, - "masterLotteryRarityId": 1110024, - "masterLotteryImageId": 1110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510024, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 2110001, - "name": "Spotlight Scout: Out on the Town", - "masterLotteryInfoId": 2110001, - "masterCautionId": 2110001, - "category": 1, - "type": 1, - "priority": 2304307, - "masterLotteryPriceId": 2110001, - "masterLotteryRarityId": 2110001, - "masterLotteryImageId": 2110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110002, - "name": "Spotlight Scout: Shopping Streets", - "masterLotteryInfoId": 2110002, - "masterCautionId": 2110002, - "category": 1, - "type": 1, - "priority": 2305157, - "masterLotteryPriceId": 2110002, - "masterLotteryRarityId": 2110002, - "masterLotteryImageId": 2110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110003, - "name": "Spotlight Scout: Live in Nature", - "masterLotteryInfoId": 2110003, - "masterCautionId": 2110003, - "category": 1, - "type": 1, - "priority": 2305317, - "masterLotteryPriceId": 2110003, - "masterLotteryRarityId": 2110003, - "masterLotteryImageId": 2110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520003, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110004, - "name": "Spotlight Scout: Glittering Dancers", - "masterLotteryInfoId": 2110004, - "masterCautionId": 2110004, - "category": 1, - "type": 1, - "priority": 2306197, - "masterLotteryPriceId": 2110004, - "masterLotteryRarityId": 2110004, - "masterLotteryImageId": 2110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "name": "Spotlight Scout: Glittering Dancers", - "masterLotteryInfoId": 2110005, - "masterCautionId": 2110005, - "category": 1, - "type": 1, - "priority": 2306196, - "masterLotteryPriceId": 2110005, - "masterLotteryRarityId": 2110005, - "masterLotteryImageId": 2110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110006, - "name": "Spotlight Scout: Sunny Summer Camp", - "masterLotteryInfoId": 2110006, - "masterCautionId": 2110006, - "category": 1, - "type": 1, - "priority": 2306307, - "masterLotteryPriceId": 2110006, - "masterLotteryRarityId": 2110006, - "masterLotteryImageId": 2110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "name": "Spotlight Scout: Sunny Summer Camp", - "masterLotteryInfoId": 2110007, - "masterCautionId": 2110007, - "category": 1, - "type": 1, - "priority": 2306306, - "masterLotteryPriceId": 2110007, - "masterLotteryRarityId": 2110007, - "masterLotteryImageId": 2110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110008, - "name": "Spotlight Scout: Midsummer Mermaid", - "masterLotteryInfoId": 2110008, - "masterCautionId": 2110008, - "category": 1, - "type": 1, - "priority": 2307157, - "masterLotteryPriceId": 2110008, - "masterLotteryRarityId": 2110008, - "masterLotteryImageId": 2110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "name": "Spotlight Scout: Midsummer Mermaid", - "masterLotteryInfoId": 2110009, - "masterCautionId": 2110009, - "category": 1, - "type": 1, - "priority": 2307156, - "masterLotteryPriceId": 2110009, - "masterLotteryRarityId": 2110009, - "masterLotteryImageId": 2110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110010, - "name": "Spotlight Scout: Summer Beach Run", - "masterLotteryInfoId": 2110010, - "masterCautionId": 2110010, - "category": 1, - "type": 1, - "priority": 2307317, - "masterLotteryPriceId": 2110010, - "masterLotteryRarityId": 2110010, - "masterLotteryImageId": 2110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "name": "Spotlight Scout: Summer Beach Run", - "masterLotteryInfoId": 2110011, - "masterCautionId": 2110011, - "category": 1, - "type": 1, - "priority": 2307316, - "masterLotteryPriceId": 2110011, - "masterLotteryRarityId": 2110011, - "masterLotteryImageId": 2110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110012, - "name": "Spotlight Scout: Flowers Bloom in the Summer Night", - "masterLotteryInfoId": 2110012, - "masterCautionId": 2110012, - "category": 1, - "type": 1, - "priority": 2308157, - "masterLotteryPriceId": 2110012, - "masterLotteryRarityId": 2110012, - "masterLotteryImageId": 2110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "name": "Spotlight Scout: Flowers Bloom in the Summer Night", - "masterLotteryInfoId": 2110013, - "masterCautionId": 2110013, - "category": 1, - "type": 1, - "priority": 2308156, - "masterLotteryPriceId": 2110013, - "masterLotteryRarityId": 2110013, - "masterLotteryImageId": 2110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110014, - "name": "Spotlight Scout: Moonlight Silvergrass", - "masterLotteryInfoId": 2110014, - "masterCautionId": 2110014, - "category": 1, - "type": 1, - "priority": 2308317, - "masterLotteryPriceId": 2110014, - "masterLotteryRarityId": 2110014, - "masterLotteryImageId": 2110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "name": "Spotlight Scout: Moonlight Silvergrass", - "masterLotteryInfoId": 2110015, - "masterCautionId": 2110015, - "category": 1, - "type": 1, - "priority": 2308316, - "masterLotteryPriceId": 2110015, - "masterLotteryRarityId": 2110015, - "masterLotteryImageId": 2110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110016, - "name": "Spotlight Scout: Wandering Yukata", - "masterLotteryInfoId": 2110016, - "masterCautionId": 2110016, - "category": 1, - "type": 1, - "priority": 2309157, - "masterLotteryPriceId": 2110016, - "masterLotteryRarityId": 2110016, - "masterLotteryImageId": 2110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "name": "Spotlight Scout: Wandering Yukata", - "masterLotteryInfoId": 2110017, - "masterCautionId": 2110017, - "category": 1, - "type": 1, - "priority": 2309156, - "masterLotteryPriceId": 2110017, - "masterLotteryRarityId": 2110017, - "masterLotteryImageId": 2110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110018, - "name": "Spotlight Scout: Trick or Treat!", - "masterLotteryInfoId": 2110018, - "masterCautionId": 2110018, - "category": 1, - "type": 1, - "priority": 2309307, - "masterLotteryPriceId": 2110018, - "masterLotteryRarityId": 2110018, - "masterLotteryImageId": 2110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "name": "Spotlight Scout: Trick or Treat!", - "masterLotteryInfoId": 2110019, - "masterCautionId": 2110019, - "category": 1, - "type": 1, - "priority": 2309308, - "masterLotteryPriceId": 2110019, - "masterLotteryRarityId": 2110019, - "masterLotteryImageId": 2110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110020, - "name": "Spotlight Scout: Boo! Boo! Halloween Land", - "masterLotteryInfoId": 2110020, - "masterCautionId": 2110020, - "category": 1, - "type": 1, - "priority": 2310160, - "masterLotteryPriceId": 2110020, - "masterLotteryRarityId": 2110020, - "masterLotteryImageId": 2110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "name": "Spotlight Scout: Boo! Boo! Halloween Land", - "masterLotteryInfoId": 2110021, - "masterCautionId": 2110021, - "category": 1, - "type": 1, - "priority": 2310161, - "masterLotteryPriceId": 2110021, - "masterLotteryRarityId": 2110021, - "masterLotteryImageId": 2110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110022, - "name": "Spotlight Scout: Sunny Marching Band", - "masterLotteryInfoId": 2110022, - "masterCautionId": 2110022, - "category": 1, - "type": 1, - "priority": 2310319, - "masterLotteryPriceId": 2110022, - "masterLotteryRarityId": 2110022, - "masterLotteryImageId": 2110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "name": "Spotlight Scout: Sunny Marching Band", - "masterLotteryInfoId": 2110023, - "masterCautionId": 2110023, - "category": 1, - "type": 1, - "priority": 2310318, - "masterLotteryPriceId": 2110023, - "masterLotteryRarityId": 2110023, - "masterLotteryImageId": 2110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110024, - "name": "Spotlight Scout: Kitty Cat 🐾 Maids", - "masterLotteryInfoId": 2110024, - "masterCautionId": 2110024, - "category": 1, - "type": 1, - "priority": 2311157, - "masterLotteryPriceId": 2110024, - "masterLotteryRarityId": 2110024, - "masterLotteryImageId": 2110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "name": "Spotlight Scout: Kitty Cat 🐾 Maids", - "masterLotteryInfoId": 2110025, - "masterCautionId": 2110025, - "category": 1, - "type": 1, - "priority": 2311156, - "masterLotteryPriceId": 2110025, - "masterLotteryRarityId": 2110025, - "masterLotteryImageId": 2110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110026, - "name": "Spotlight Scout: Everyone's Merry Christmas!", - "masterLotteryInfoId": 2110026, - "masterCautionId": 2110026, - "category": 1, - "type": 1, - "priority": 2311307, - "masterLotteryPriceId": 2110026, - "masterLotteryRarityId": 2110026, - "masterLotteryImageId": 2110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "name": "Spotlight Scout: Everyone's Merry Christmas!", - "masterLotteryInfoId": 2110027, - "masterCautionId": 2110027, - "category": 1, - "type": 1, - "priority": 2311306, - "masterLotteryPriceId": 2110027, - "masterLotteryRarityId": 2110027, - "masterLotteryImageId": 2110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110028, - "name": "Spotlight Scout: Santa Claus at the Snow Festival", - "masterLotteryInfoId": 2110028, - "masterCautionId": 2110028, - "category": 1, - "type": 1, - "priority": 2312157, - "masterLotteryPriceId": 2110028, - "masterLotteryRarityId": 2110028, - "masterLotteryImageId": 2110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "name": "Spotlight Scout: Santa Claus at the Snow Festival", - "masterLotteryInfoId": 2110029, - "masterCautionId": 2110029, - "category": 1, - "type": 1, - "priority": 2312156, - "masterLotteryPriceId": 2110029, - "masterLotteryRarityId": 2110029, - "masterLotteryImageId": 2110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110030, - "name": "Spotlight Scout: Happy New Year to You!", - "masterLotteryInfoId": 2110030, - "masterCautionId": 2110030, - "category": 1, - "type": 1, - "priority": 2312317, - "masterLotteryPriceId": 2110030, - "masterLotteryRarityId": 2110030, - "masterLotteryImageId": 2110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "name": "Spotlight Scout: Happy New Year to You!", - "masterLotteryInfoId": 2110031, - "masterCautionId": 2110031, - "category": 1, - "type": 1, - "priority": 2312316, - "masterLotteryPriceId": 2110031, - "masterLotteryRarityId": 2110031, - "masterLotteryImageId": 2110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110032, - "name": "Spotlight Scout: Ice Fairy", - "masterLotteryInfoId": 2110032, - "masterCautionId": 2110032, - "category": 1, - "type": 1, - "priority": 2401157, - "masterLotteryPriceId": 2110032, - "masterLotteryRarityId": 2110032, - "masterLotteryImageId": 2110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "name": "Spotlight Scout: Ice Fairy", - "masterLotteryInfoId": 2110033, - "masterCautionId": 2110033, - "category": 1, - "type": 1, - "priority": 2401156, - "masterLotteryPriceId": 2110033, - "masterLotteryRarityId": 2110033, - "masterLotteryImageId": 2110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110034, - "name": "Spotlight Scout: Maidens Locked in Love", - "masterLotteryInfoId": 2110034, - "masterCautionId": 2110034, - "category": 1, - "type": 1, - "priority": 2401317, - "masterLotteryPriceId": 2110034, - "masterLotteryRarityId": 2110034, - "masterLotteryImageId": 2110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "name": "Spotlight Scout: Maidens Locked in Love", - "masterLotteryInfoId": 2110035, - "masterCautionId": 2110035, - "category": 1, - "type": 1, - "priority": 2401316, - "masterLotteryPriceId": 2110035, - "masterLotteryRarityId": 2110035, - "masterLotteryImageId": 2110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110036, - "name": "Spotlight Scout: Pandemonic Night", - "masterLotteryInfoId": 2110036, - "masterCautionId": 2110036, - "category": 1, - "type": 1, - "priority": 2402147, - "masterLotteryPriceId": 2110036, - "masterLotteryRarityId": 2110036, - "masterLotteryImageId": 2110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "name": "Spotlight Scout: Pandemonic Night", - "masterLotteryInfoId": 2110037, - "masterCautionId": 2110037, - "category": 1, - "type": 1, - "priority": 2402146, - "masterLotteryPriceId": 2110037, - "masterLotteryRarityId": 2110037, - "masterLotteryImageId": 2110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110038, - "name": "Spotlight Scout: Y2K♡GALS", - "masterLotteryInfoId": 2110038, - "masterCautionId": 2110038, - "category": 1, - "type": 1, - "priority": 2403017, - "masterLotteryPriceId": 2110038, - "masterLotteryRarityId": 2110038, - "masterLotteryImageId": 2110038, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "name": "Spotlight Scout: Y2K♡GALS", - "masterLotteryInfoId": 2110039, - "masterCautionId": 2110039, - "category": 1, - "type": 1, - "priority": 2403016, - "masterLotteryPriceId": 2110039, - "masterLotteryRarityId": 2110039, - "masterLotteryImageId": 2110039, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 3110001, - "name": "Kanon's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110001, - "masterCautionId": 3110001, - "category": 1, - "type": 1, - "priority": 2305010, - "masterLotteryPriceId": 3110001, - "masterLotteryRarityId": 3110001, - "masterLotteryImageId": 3110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110002, - "name": "Ai's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110002, - "masterCautionId": 3110002, - "category": 1, - "type": 1, - "priority": 2305300, - "masterLotteryPriceId": 3110002, - "masterLotteryRarityId": 3110002, - "masterLotteryImageId": 3110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110003, - "name": "Nozomi's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110003, - "masterCautionId": 3110003, - "category": 1, - "type": 1, - "priority": 2306090, - "masterLotteryPriceId": 3110003, - "masterLotteryRarityId": 3110003, - "masterLotteryImageId": 3110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530003, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110004, - "name": "Mari's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110004, - "masterCautionId": 3110004, - "category": 1, - "type": 1, - "priority": 2306130, - "masterLotteryPriceId": 3110004, - "masterLotteryRarityId": 3110004, - "masterLotteryImageId": 3110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110005, - "name": "Shiki's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110005, - "masterCautionId": 3110005, - "category": 1, - "type": 1, - "priority": 2306170, - "masterLotteryPriceId": 3110005, - "masterLotteryRarityId": 3110005, - "masterLotteryImageId": 3110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110006, - "name": "Karin's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110006, - "masterCautionId": 3110006, - "category": 1, - "type": 1, - "priority": 2306290, - "masterLotteryPriceId": 3110006, - "masterLotteryRarityId": 3110006, - "masterLotteryImageId": 3110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110007, - "name": "Yoshiko's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110007, - "masterCautionId": 3110007, - "category": 1, - "type": 1, - "priority": 2307130, - "masterLotteryPriceId": 3110007, - "masterLotteryRarityId": 3110007, - "masterLotteryImageId": 3110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110008, - "name": "Keke's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110008, - "masterCautionId": 3110008, - "category": 1, - "type": 1, - "priority": 2307170, - "masterLotteryPriceId": 3110008, - "masterLotteryRarityId": 3110008, - "masterLotteryImageId": 3110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110009, - "name": "Nico's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110009, - "masterCautionId": 3110009, - "category": 1, - "type": 1, - "priority": 2307220, - "masterLotteryPriceId": 3110009, - "masterLotteryRarityId": 3110009, - "masterLotteryImageId": 3110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110010, - "name": "Chika's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110010, - "masterCautionId": 3110010, - "category": 1, - "type": 1, - "priority": 2308010, - "masterLotteryPriceId": 3110010, - "masterLotteryRarityId": 3110010, - "masterLotteryImageId": 3110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110011, - "name": "Honoka's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110011, - "masterCautionId": 3110011, - "category": 1, - "type": 1, - "priority": 2308030, - "masterLotteryPriceId": 3110011, - "masterLotteryRarityId": 3110011, - "masterLotteryImageId": 3110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110012, - "name": "Natsumi's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110012, - "masterCautionId": 3110012, - "category": 1, - "type": 1, - "priority": 2308070, - "masterLotteryPriceId": 3110012, - "masterLotteryRarityId": 3110012, - "masterLotteryImageId": 3110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110013, - "name": "Setsuna's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110013, - "masterCautionId": 3110013, - "category": 1, - "type": 1, - "priority": 2308080, - "masterLotteryPriceId": 3110013, - "masterLotteryRarityId": 3110013, - "masterLotteryImageId": 3110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110014, - "name": "Kotori's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110014, - "masterCautionId": 3110014, - "category": 1, - "type": 1, - "priority": 2309120, - "masterLotteryPriceId": 3110014, - "masterLotteryRarityId": 3110014, - "masterLotteryImageId": 3110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110015, - "name": "Riko's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110015, - "masterCautionId": 3110015, - "category": 1, - "type": 1, - "priority": 2309190, - "masterLotteryPriceId": 3110015, - "masterLotteryRarityId": 3110015, - "masterLotteryImageId": 3110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110016, - "name": "Ruby's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110016, - "masterCautionId": 3110016, - "category": 1, - "type": 1, - "priority": 2309210, - "masterLotteryPriceId": 3110016, - "masterLotteryRarityId": 3110016, - "masterLotteryImageId": 3110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110017, - "name": "Sumire's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110017, - "masterCautionId": 3110017, - "category": 1, - "type": 1, - "priority": 2309280, - "masterLotteryPriceId": 3110017, - "masterLotteryRarityId": 3110017, - "masterLotteryImageId": 3110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110018, - "name": "Shioriko's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110018, - "masterCautionId": 3110018, - "category": 1, - "type": 1, - "priority": 2310050, - "masterLotteryPriceId": 3110018, - "masterLotteryRarityId": 3110018, - "masterLotteryImageId": 3110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110019, - "name": "Eli's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110019, - "masterCautionId": 3110019, - "category": 1, - "type": 1, - "priority": 2310210, - "masterLotteryPriceId": 3110019, - "masterLotteryRarityId": 3110019, - "masterLotteryImageId": 3110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110020, - "name": "Mei's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110020, - "masterCautionId": 3110020, - "category": 1, - "type": 1, - "priority": 2310290, - "masterLotteryPriceId": 3110020, - "masterLotteryRarityId": 3110020, - "masterLotteryImageId": 3110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110021, - "name": "Rin's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110021, - "masterCautionId": 3110021, - "category": 1, - "type": 1, - "priority": 2311010, - "masterLotteryPriceId": 3110021, - "masterLotteryRarityId": 3110021, - "masterLotteryImageId": 3110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530021, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110022, - "name": "Rina's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110022, - "masterCautionId": 3110022, - "category": 1, - "type": 1, - "priority": 2311130, - "masterLotteryPriceId": 3110022, - "masterLotteryRarityId": 3110022, - "masterLotteryImageId": 3110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530022, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110023, - "name": "Ren's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110023, - "masterCautionId": 3110023, - "category": 1, - "type": 1, - "priority": 2311240, - "masterLotteryPriceId": 3110023, - "masterLotteryRarityId": 3110023, - "masterLotteryImageId": 3110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530023, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110024, - "name": "Mia's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110024, - "masterCautionId": 3110024, - "category": 1, - "type": 1, - "priority": 2312060, - "masterLotteryPriceId": 3110024, - "masterLotteryRarityId": 3110024, - "masterLotteryImageId": 3110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530024, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110025, - "name": "Kanata's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110025, - "masterCautionId": 3110025, - "category": 1, - "type": 1, - "priority": 2312160, - "masterLotteryPriceId": 3110025, - "masterLotteryRarityId": 3110025, - "masterLotteryImageId": 3110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530025, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110026, - "name": "Tomari's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110026, - "masterCautionId": 3110026, - "category": 1, - "type": 1, - "priority": 2312280, - "masterLotteryPriceId": 3110026, - "masterLotteryRarityId": 3110026, - "masterLotteryImageId": 3110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530026, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110027, - "name": "Dia's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110027, - "masterCautionId": 3110027, - "category": 1, - "type": 1, - "priority": 2401010, - "masterLotteryPriceId": 3110027, - "masterLotteryRarityId": 3110027, - "masterLotteryImageId": 3110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530027, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110028, - "name": "Hanayo's Birthday Scout: Flower Shower", - "masterLotteryInfoId": 3110028, - "masterCautionId": 3110028, - "category": 1, - "type": 1, - "priority": 2401170, - "masterLotteryPriceId": 3110028, - "masterLotteryRarityId": 3110028, - "masterLotteryImageId": 3110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530028, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110029, - "name": "Margarete's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110029, - "masterCautionId": 3110029, - "category": 1, - "type": 1, - "priority": 2401200, - "masterLotteryPriceId": 3110029, - "masterLotteryRarityId": 3110029, - "masterLotteryImageId": 3110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530029, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110030, - "name": "Kasumi's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110030, - "masterCautionId": 3110030, - "category": 1, - "type": 1, - "priority": 2401230, - "masterLotteryPriceId": 3110030, - "masterLotteryRarityId": 3110030, - "masterLotteryImageId": 3110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530030, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110031, - "name": "Emma's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110031, - "masterCautionId": 3110031, - "category": 1, - "type": 1, - "priority": 2402050, - "masterLotteryPriceId": 3110031, - "masterLotteryRarityId": 3110031, - "masterLotteryImageId": 3110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530031, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110032, - "name": "Kanan's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110032, - "masterCautionId": 3110032, - "category": 1, - "type": 1, - "priority": 2402100, - "masterLotteryPriceId": 3110032, - "masterLotteryRarityId": 3110032, - "masterLotteryImageId": 3110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530032, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110033, - "name": "Lanzhu's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110033, - "masterCautionId": 3110033, - "category": 1, - "type": 1, - "priority": 2402150, - "masterLotteryPriceId": 3110033, - "masterLotteryRarityId": 3110033, - "masterLotteryImageId": 3110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530033, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110034, - "name": "Chisato's Birthday Scout: Harmony Star", - "masterLotteryInfoId": 3110034, - "masterCautionId": 3110034, - "category": 1, - "type": 1, - "priority": 2402250, - "masterLotteryPriceId": 3110034, - "masterLotteryRarityId": 3110034, - "masterLotteryImageId": 3110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110035, - "name": "Ayumu's Birthday Scout: Colorful Heroines", - "masterLotteryInfoId": 3110035, - "masterCautionId": 3110035, - "category": 1, - "type": 1, - "priority": 2403019, - "masterLotteryPriceId": 3110035, - "masterLotteryRarityId": 3110035, - "masterLotteryImageId": 3110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530035, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110036, - "name": "Hanamaru's Birthday Scout: Fairy Wings", - "masterLotteryInfoId": 3110036, - "masterCautionId": 3110036, - "category": 1, - "type": 1, - "priority": 2403040, - "masterLotteryPriceId": 3110036, - "masterLotteryRarityId": 3110036, - "masterLotteryImageId": 3110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530036, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110037, - "name": "Umi's Birthday Memorial Scouting~Flower Shower~", - "masterLotteryInfoId": 3110037, - "masterCautionId": 3110037, - "category": 1, - "type": 1, - "priority": 2403150, - "masterLotteryPriceId": 3110037, - "masterLotteryRarityId": 3110037, - "masterLotteryImageId": 3110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530037, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 4110001, - "name": "Smile Only! Spotlight Scout", - "masterLotteryInfoId": 4110001, - "masterCautionId": 4110001, - "category": 1, - "type": 1, - "priority": 2306119, - "masterLotteryPriceId": 4110001, - "masterLotteryRarityId": 4110001, - "masterLotteryImageId": 4110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "name": "Pure Only! Spotlight Scout", - "masterLotteryInfoId": 4110002, - "masterCautionId": 4110002, - "category": 1, - "type": 1, - "priority": 2306118, - "masterLotteryPriceId": 4110002, - "masterLotteryRarityId": 4110002, - "masterLotteryImageId": 4110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "name": "Cool Only! Spotlight Scout", - "masterLotteryInfoId": 4110003, - "masterCautionId": 4110003, - "category": 1, - "type": 1, - "priority": 2306117, - "masterLotteryPriceId": 4110003, - "masterLotteryRarityId": 4110003, - "masterLotteryImageId": 4110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110004, - "name": "SIF Series Thanksgiving 2023 UR Scout", - "masterLotteryInfoId": 4110004, - "masterCautionId": 4110004, - "category": 1, - "type": 1, - "priority": 2306237, - "masterLotteryPriceId": 4110004, - "masterLotteryRarityId": 4110004, - "masterLotteryImageId": 4110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110005, - "name": "Love Song Carnival Scout: Ayumu", - "masterLotteryInfoId": 4110005, - "masterCautionId": 4110005, - "category": 1, - "type": 1, - "priority": 2310037, - "masterLotteryPriceId": 4110005, - "masterLotteryRarityId": 4110005, - "masterLotteryImageId": 4110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110006, - "name": "Love Song Carnival Scout: Kasumi", - "masterLotteryInfoId": 4110006, - "masterCautionId": 4110006, - "category": 1, - "type": 1, - "priority": 2310107, - "masterLotteryPriceId": 4110006, - "masterLotteryRarityId": 4110006, - "masterLotteryImageId": 4110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110007, - "name": "Love Song Carnival Scout: Shizuku", - "masterLotteryInfoId": 4110007, - "masterCautionId": 4110007, - "category": 1, - "type": 1, - "priority": 2310177, - "masterLotteryPriceId": 4110007, - "masterLotteryRarityId": 4110007, - "masterLotteryImageId": 4110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110008, - "name": "Love Song Carnival Scout: Karin", - "masterLotteryInfoId": 4110008, - "masterCautionId": 4110008, - "category": 1, - "type": 1, - "priority": 2310247, - "masterLotteryPriceId": 4110008, - "masterLotteryRarityId": 4110008, - "masterLotteryImageId": 4110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110009, - "name": "Love Song Carnival Scout: Ai", - "masterLotteryInfoId": 4110009, - "masterCautionId": 4110009, - "category": 1, - "type": 1, - "priority": 2310316, - "masterLotteryPriceId": 4110009, - "masterLotteryRarityId": 4110009, - "masterLotteryImageId": 4110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110010, - "name": "Love Song Carnival Scout: Kanata", - "masterLotteryInfoId": 4110010, - "masterCautionId": 4110010, - "category": 1, - "type": 1, - "priority": 2311077, - "masterLotteryPriceId": 4110010, - "masterLotteryRarityId": 4110010, - "masterLotteryImageId": 4110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110011, - "name": "Love Song Carnival Scout: Setsuna", - "masterLotteryInfoId": 4110011, - "masterCautionId": 4110011, - "category": 1, - "type": 1, - "priority": 2311147, - "masterLotteryPriceId": 4110011, - "masterLotteryRarityId": 4110011, - "masterLotteryImageId": 4110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110012, - "name": "Love Song Carnival Scout: Emma", - "masterLotteryInfoId": 4110012, - "masterCautionId": 4110012, - "category": 1, - "type": 1, - "priority": 2311217, - "masterLotteryPriceId": 4110012, - "masterLotteryRarityId": 4110012, - "masterLotteryImageId": 4110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110013, - "name": "Love Song Carnival Scout: Rina", - "masterLotteryInfoId": 4110013, - "masterCautionId": 4110013, - "category": 1, - "type": 1, - "priority": 2311287, - "masterLotteryPriceId": 4110013, - "masterLotteryRarityId": 4110013, - "masterLotteryImageId": 4110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110014, - "name": "Love Song Carnival Scout: Shioriko", - "masterLotteryInfoId": 4110014, - "masterCautionId": 4110014, - "category": 1, - "type": 1, - "priority": 2312057, - "masterLotteryPriceId": 4110014, - "masterLotteryRarityId": 4110014, - "masterLotteryImageId": 4110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110015, - "name": "Love Song Carnival Scout: Mia", - "masterLotteryInfoId": 4110015, - "masterCautionId": 4110015, - "category": 1, - "type": 1, - "priority": 2312127, - "masterLotteryPriceId": 4110015, - "masterLotteryRarityId": 4110015, - "masterLotteryImageId": 4110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110016, - "name": "Love Song Carnival Scout: Lanzhu", - "masterLotteryInfoId": 4110016, - "masterCautionId": 4110016, - "category": 1, - "type": 1, - "priority": 2312197, - "masterLotteryPriceId": 4110016, - "masterLotteryRarityId": 4110016, - "masterLotteryImageId": 4110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110017, - "name": "Up to 100 Free Scouts! Half Anniversary Scout", - "masterLotteryInfoId": 4110017, - "masterCautionId": 4110017, - "category": 1, - "type": 1, - "priority": 3310157, - "masterLotteryPriceId": 4110017, - "masterLotteryRarityId": 4110017, - "masterLotteryImageId": 4110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110019, - "name": "Guaranteed UR! Half Anniversary Scout: μ's", - "masterLotteryInfoId": 4110019, - "masterCautionId": 4110019, - "category": 1, - "type": 1, - "priority": 2310156, - "masterLotteryPriceId": 4110019, - "masterLotteryRarityId": 4110019, - "masterLotteryImageId": 4110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "name": "Guaranteed UR! Half Anniversary Scout: Aqours", - "masterLotteryInfoId": 4110020, - "masterCautionId": 4110020, - "category": 1, - "type": 1, - "priority": 2310155, - "masterLotteryPriceId": 4110020, - "masterLotteryRarityId": 4110020, - "masterLotteryImageId": 4110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "name": "Guaranteed UR! Half Anniversary Scout: Nijigasaki", - "masterLotteryInfoId": 4110021, - "masterCautionId": 4110021, - "category": 1, - "type": 1, - "priority": 2310154, - "masterLotteryPriceId": 4110021, - "masterLotteryRarityId": 4110021, - "masterLotteryImageId": 4110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "name": "Guaranteed UR! Half Anniversary Scout: Liella!", - "masterLotteryInfoId": 4110022, - "masterCautionId": 4110022, - "category": 1, - "type": 1, - "priority": 2310153, - "masterLotteryPriceId": 4110022, - "masterLotteryRarityId": 4110022, - "masterLotteryImageId": 4110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110023, - "name": "\"ove Song by Me\" Launch Scout", - "masterLotteryInfoId": 4110023, - "masterCautionId": 4110023, - "category": 1, - "type": 1, - "priority": 2309067, - "masterLotteryPriceId": 4110023, - "masterLotteryRarityId": 4110023, - "masterLotteryImageId": 4110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540023, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110024, - "name": "μ's Only! Spotlight Scout", - "masterLotteryInfoId": 4110024, - "masterCautionId": 4110024, - "category": 1, - "type": 1, - "priority": 2310312, - "masterLotteryPriceId": 4110024, - "masterLotteryRarityId": 4110024, - "masterLotteryImageId": 4110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540024, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110025, - "name": "Aqours Only! Spotlight Scout", - "masterLotteryInfoId": 4110025, - "masterCautionId": 4110025, - "category": 1, - "type": 1, - "priority": 2311152, - "masterLotteryPriceId": 4110025, - "masterLotteryRarityId": 4110025, - "masterLotteryImageId": 4110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540025, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110026, - "name": "Guaranteed UR! Half Anniversary Scout: Closing Festival", - "masterLotteryInfoId": 4110026, - "masterCautionId": 4110026, - "category": 1, - "type": 1, - "priority": 2310317, - "masterLotteryPriceId": 4110026, - "masterLotteryRarityId": 4110026, - "masterLotteryImageId": 4110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110027, - "name": "Yohane the Parhelion: The Story of the Sound of Heart Commemorative Scout", - "masterLotteryInfoId": 4110027, - "masterCautionId": 4110027, - "category": 1, - "type": 1, - "priority": 2312147, - "masterLotteryPriceId": 4110027, - "masterLotteryRarityId": 4110027, - "masterLotteryImageId": 4110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540027, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110028, - "name": "1st-Years Only! Spotlight Scout", - "masterLotteryInfoId": 4110028, - "masterCautionId": 4110028, - "category": 1, - "type": 1, - "priority": 2311177, - "masterLotteryPriceId": 4110028, - "masterLotteryRarityId": 4110028, - "masterLotteryImageId": 4110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540028, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110029, - "name": "2nd-Years Only! Spotlight Scout", - "masterLotteryInfoId": 4110029, - "masterCautionId": 4110029, - "category": 1, - "type": 1, - "priority": 2311247, - "masterLotteryPriceId": 4110029, - "masterLotteryRarityId": 4110029, - "masterLotteryImageId": 4110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540029, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110030, - "name": "3rd-Years Only! Spotlight Scout", - "masterLotteryInfoId": 4110030, - "masterCautionId": 4110030, - "category": 1, - "type": 1, - "priority": 2312017, - "masterLotteryPriceId": 4110030, - "masterLotteryRarityId": 4110030, - "masterLotteryImageId": 4110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540030, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110031, - "name": "IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Aqours", - "masterLotteryInfoId": 4110031, - "masterCautionId": 4110031, - "category": 1, - "type": 1, - "priority": 2312095, - "masterLotteryPriceId": 4110031, - "masterLotteryRarityId": 4110031, - "masterLotteryImageId": 4110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110032, - "name": "IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Nijigasaki", - "masterLotteryInfoId": 4110032, - "masterCautionId": 4110032, - "category": 1, - "type": 1, - "priority": 2312094, - "masterLotteryPriceId": 4110032, - "masterLotteryRarityId": 4110032, - "masterLotteryImageId": 4110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110033, - "name": "IJIGEN FES THE IDOLM@STER LOVE LIVE! Commemorative Scout: Liella!", - "masterLotteryInfoId": 4110033, - "masterCautionId": 4110033, - "category": 1, - "type": 1, - "priority": 2312093, - "masterLotteryPriceId": 4110033, - "masterLotteryRarityId": 4110033, - "masterLotteryImageId": 4110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110034, - "name": "Up to 240 Free Scouts! New Year's Scout", - "masterLotteryInfoId": 4110034, - "masterCautionId": 4110034, - "category": 1, - "type": 1, - "priority": 3312267, - "masterLotteryPriceId": 4110034, - "masterLotteryRarityId": 4110034, - "masterLotteryImageId": 4110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540031, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "name": "Guaranteed UR! New Year's Scout", - "masterLotteryInfoId": 4110035, - "masterCautionId": 4110035, - "category": 1, - "type": 1, - "priority": 2312267, - "masterLotteryPriceId": 4110035, - "masterLotteryRarityId": 4110035, - "masterLotteryImageId": 4110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540031, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110036, - "name": "New Year's First Dream Scout", - "masterLotteryInfoId": 4110036, - "masterCautionId": 4110036, - "category": 1, - "type": 1, - "priority": 2401017, - "masterLotteryPriceId": 4110036, - "masterLotteryRarityId": 4110036, - "masterLotteryImageId": 4110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540032, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "name": "Guaranteed UR! New Year's First Dream Scout", - "masterLotteryInfoId": 4110037, - "masterCautionId": 4110037, - "category": 1, - "type": 1, - "priority": 2401016, - "masterLotteryPriceId": 4110037, - "masterLotteryRarityId": 4110037, - "masterLotteryImageId": 4110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540032, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110038, - "name": "Love Song Carnival Scouting", - "masterLotteryInfoId": 4110038, - "masterCautionId": 4110038, - "category": 1, - "type": 1, - "priority": 2401137, - "masterLotteryPriceId": 4110038, - "masterLotteryRarityId": 4110038, - "masterLotteryImageId": 4110038, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540033, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110039, - "name": "School Idol Festival 2 Super Thanks Scouting: μ's", - "masterLotteryInfoId": 4110039, - "masterCautionId": 4110039, - "category": 1, - "type": 1, - "priority": 3403020, - "masterLotteryPriceId": 4110039, - "masterLotteryRarityId": 4110039, - "masterLotteryImageId": 4110039, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "name": "School Idol Festival 2 Super Thanks Scouting: Aqours", - "masterLotteryInfoId": 4110040, - "masterCautionId": 4110040, - "category": 1, - "type": 1, - "priority": 3403019, - "masterLotteryPriceId": 4110040, - "masterLotteryRarityId": 4110040, - "masterLotteryImageId": 4110040, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "name": "School Idol Festival 2 Super Thanks Scouting: Nijigasaki", - "masterLotteryInfoId": 4110041, - "masterCautionId": 4110041, - "category": 1, - "type": 1, - "priority": 3403018, - "masterLotteryPriceId": 4110041, - "masterLotteryRarityId": 4110041, - "masterLotteryImageId": 4110041, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "name": "School Idol Festival 2 Super Thanks Scouting: Liella!", - "masterLotteryInfoId": 4110042, - "masterCautionId": 4110042, - "category": 1, - "type": 1, - "priority": 3403017, - "masterLotteryPriceId": 4110042, - "masterLotteryRarityId": 4110042, - "masterLotteryImageId": 4110042, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110043, - "name": "Special Scouting", - "masterLotteryInfoId": 4110043, - "masterCautionId": 4110043, - "category": 1, - "type": 1, - "priority": 2403167, - "masterLotteryPriceId": 4110043, - "masterLotteryRarityId": 4110043, - "masterLotteryImageId": 4110043, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540035, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110044, - "name": "School Idols Thanksgiving Festival Gather Everyone Scouting", - "masterLotteryInfoId": 4110044, - "masterCautionId": 4110044, - "category": 1, - "type": 1, - "priority": 2403207, - "masterLotteryPriceId": 4110044, - "masterLotteryRarityId": 4110044, - "masterLotteryImageId": 4110044, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 7110002, - "name": "SIF Data Link Bonus Ticket Scout", - "masterLotteryInfoId": 7110002, - "masterCautionId": 7110002, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110002, - "masterLotteryRarityId": 7110002, - "masterLotteryImageId": 7110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 15540001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110003, - "name": "SIFAS Data Link Bonus Ticket Scout", - "masterLotteryInfoId": 7110003, - "masterCautionId": 7110003, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110003, - "masterLotteryRarityId": 7110003, - "masterLotteryImageId": 7110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 15540001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110101, - "name": "Global Launch SP Scouting ~Set 1~", - "masterLotteryInfoId": 7110101, - "masterCautionId": 7110101, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110101, - "masterLotteryRarityId": 7110101, - "masterLotteryImageId": 7110101, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924020101 - }, - { - "id": 7110102, - "name": "Global Launch SP Scouting ~Set 2~", - "masterLotteryInfoId": 7110102, - "masterCautionId": 7110102, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110102, - "masterLotteryRarityId": 7110102, - "masterLotteryImageId": 7110102, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924021601 - }, - { - "id": 7110103, - "name": "[Rerun]Global Launch SP Scouting ~Set 1~", - "masterLotteryInfoId": 7110103, - "masterCautionId": 7110103, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110103, - "masterLotteryRarityId": 7110103, - "masterLotteryImageId": 7110103, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570003, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924031701 - }, - { - "id": 7110104, - "name": "[Rerun]μ's Only! Spotlight Scout", - "masterLotteryInfoId": 7110104, - "masterCautionId": 7110104, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110104, - "masterLotteryRarityId": 7110104, - "masterLotteryImageId": 7110104, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110105, - "name": "[Rerun]Aqours Only! Spotlight Scout", - "masterLotteryInfoId": 7110105, - "masterCautionId": 7110105, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110105, - "masterLotteryRarityId": 7110105, - "masterLotteryImageId": 7110105, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110106, - "name": "[Rerun]Global Launch SP Scouting ~Set 2~", - "masterLotteryInfoId": 7110106, - "masterCautionId": 7110106, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110106, - "masterLotteryRarityId": 7110106, - "masterLotteryImageId": 7110106, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110107, - "name": "[Rerun]UR Guaranteed!Special Scout!", - "masterLotteryInfoId": 7110107, - "masterCautionId": 7110107, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110107, - "masterLotteryRarityId": 7110107, - "masterLotteryImageId": 7110107, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924050701 - }, - { - "id": 7110108, - "name": "[Rerun]Love Song Carnival Commemorative Scouting", - "masterLotteryInfoId": 7110108, - "masterCautionId": 7110108, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110108, - "masterLotteryRarityId": 7110108, - "masterLotteryImageId": 7110108, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15570008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 8110001, - "name": "Item Scout", - "masterLotteryInfoId": 8110001, - "masterCautionId": 8110001, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110001, - "masterLotteryRarityId": 8110001, - "masterLotteryImageId": 8110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110002, - "name": "Item Scout", - "masterLotteryInfoId": 8110002, - "masterCautionId": 8110002, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110002, - "masterLotteryRarityId": 8110002, - "masterLotteryImageId": 8110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110004, - "name": "Item Scout", - "masterLotteryInfoId": 8110004, - "masterCautionId": 8110004, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110004, - "masterLotteryRarityId": 8110004, - "masterLotteryImageId": 8110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110005, - "name": "Item Scout", - "masterLotteryInfoId": 8110005, - "masterCautionId": 8110005, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110005, - "masterLotteryRarityId": 8110005, - "masterLotteryImageId": 8110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110006, - "name": "Item Scout", - "masterLotteryInfoId": 8110006, - "masterCautionId": 8110006, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110006, - "masterLotteryRarityId": 8110006, - "masterLotteryImageId": 8110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030115 - }, - { - "id": 9110001, - "name": "Tutorial Scout: Honoka Kosaka", - "masterLotteryInfoId": 9110001, - "masterCautionId": 9110001, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110001, - "masterLotteryRarityId": 9110001, - "masterLotteryImageId": 9110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "name": "Tutorial Scout: Eli Ayase", - "masterLotteryInfoId": 9110002, - "masterCautionId": 9110002, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110002, - "masterLotteryRarityId": 9110002, - "masterLotteryImageId": 9110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "name": "Tutorial Scout: Kotori Minami", - "masterLotteryInfoId": 9110003, - "masterCautionId": 9110003, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110003, - "masterLotteryRarityId": 9110003, - "masterLotteryImageId": 9110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "name": "Tutorial Scout: Umi Sonoda", - "masterLotteryInfoId": 9110004, - "masterCautionId": 9110004, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110004, - "masterLotteryRarityId": 9110004, - "masterLotteryImageId": 9110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "name": "Tutorial Scout: Rin Hoshizora", - "masterLotteryInfoId": 9110005, - "masterCautionId": 9110005, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110005, - "masterLotteryRarityId": 9110005, - "masterLotteryImageId": 9110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "name": "Tutorial Scout: Maki Nishikino", - "masterLotteryInfoId": 9110006, - "masterCautionId": 9110006, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110006, - "masterLotteryRarityId": 9110006, - "masterLotteryImageId": 9110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "name": "Tutorial Scout: Nozomi Tojo", - "masterLotteryInfoId": 9110007, - "masterCautionId": 9110007, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110007, - "masterLotteryRarityId": 9110007, - "masterLotteryImageId": 9110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "name": "Tutorial Scout: Hanayo Koizumi", - "masterLotteryInfoId": 9110008, - "masterCautionId": 9110008, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110008, - "masterLotteryRarityId": 9110008, - "masterLotteryImageId": 9110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "name": "Tutorial Scout: Nico Yazawa", - "masterLotteryInfoId": 9110009, - "masterCautionId": 9110009, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110009, - "masterLotteryRarityId": 9110009, - "masterLotteryImageId": 9110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "name": "Tutorial Scout: Chika Takami", - "masterLotteryInfoId": 9110010, - "masterCautionId": 9110010, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110010, - "masterLotteryRarityId": 9110010, - "masterLotteryImageId": 9110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "name": "Tutorial Scout: Riko Sakurauchi", - "masterLotteryInfoId": 9110011, - "masterCautionId": 9110011, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110011, - "masterLotteryRarityId": 9110011, - "masterLotteryImageId": 9110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "name": "Tutorial Scout: Kanan Matsuura", - "masterLotteryInfoId": 9110012, - "masterCautionId": 9110012, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110012, - "masterLotteryRarityId": 9110012, - "masterLotteryImageId": 9110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "name": "Tutorial Scout: Dia Kurosawa", - "masterLotteryInfoId": 9110013, - "masterCautionId": 9110013, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110013, - "masterLotteryRarityId": 9110013, - "masterLotteryImageId": 9110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "name": "Tutorial Scout: You Watanabe", - "masterLotteryInfoId": 9110014, - "masterCautionId": 9110014, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110014, - "masterLotteryRarityId": 9110014, - "masterLotteryImageId": 9110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "name": "Tutorial Scout: Yoshiko Tsushima", - "masterLotteryInfoId": 9110015, - "masterCautionId": 9110015, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110015, - "masterLotteryRarityId": 9110015, - "masterLotteryImageId": 9110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "name": "Tutorial Scout: Hanamaru Kunikida", - "masterLotteryInfoId": 9110016, - "masterCautionId": 9110016, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110016, - "masterLotteryRarityId": 9110016, - "masterLotteryImageId": 9110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "name": "Tutorial Scout: Mari Ohara", - "masterLotteryInfoId": 9110017, - "masterCautionId": 9110017, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110017, - "masterLotteryRarityId": 9110017, - "masterLotteryImageId": 9110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "name": "Tutorial Scout: Ruby Kurosawa", - "masterLotteryInfoId": 9110018, - "masterCautionId": 9110018, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110018, - "masterLotteryRarityId": 9110018, - "masterLotteryImageId": 9110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "name": "Tutorial Scout: Ayumu Uehara", - "masterLotteryInfoId": 9110019, - "masterCautionId": 9110019, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110019, - "masterLotteryRarityId": 9110019, - "masterLotteryImageId": 9110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "name": "Tutorial Scout: Kasumi Nakasu", - "masterLotteryInfoId": 9110020, - "masterCautionId": 9110020, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110020, - "masterLotteryRarityId": 9110020, - "masterLotteryImageId": 9110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "name": "Tutorial Scout: Shizuku Osaka", - "masterLotteryInfoId": 9110021, - "masterCautionId": 9110021, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110021, - "masterLotteryRarityId": 9110021, - "masterLotteryImageId": 9110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "name": "Tutorial Scout: Karin Asaka", - "masterLotteryInfoId": 9110022, - "masterCautionId": 9110022, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110022, - "masterLotteryRarityId": 9110022, - "masterLotteryImageId": 9110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "name": "Tutorial Scout: Ai Miyashita", - "masterLotteryInfoId": 9110023, - "masterCautionId": 9110023, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110023, - "masterLotteryRarityId": 9110023, - "masterLotteryImageId": 9110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "name": "Tutorial Scout: Kanata Konoe", - "masterLotteryInfoId": 9110024, - "masterCautionId": 9110024, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110024, - "masterLotteryRarityId": 9110024, - "masterLotteryImageId": 9110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "name": "Tutorial Scout: Setsuna Yuki", - "masterLotteryInfoId": 9110025, - "masterCautionId": 9110025, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110025, - "masterLotteryRarityId": 9110025, - "masterLotteryImageId": 9110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "name": "Tutorial Scout: Emma Verde", - "masterLotteryInfoId": 9110026, - "masterCautionId": 9110026, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110026, - "masterLotteryRarityId": 9110026, - "masterLotteryImageId": 9110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "name": "Tutorial Scout: Rina Tennoji", - "masterLotteryInfoId": 9110027, - "masterCautionId": 9110027, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110027, - "masterLotteryRarityId": 9110027, - "masterLotteryImageId": 9110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "name": "Tutorial Scout: Shioriko Mifune", - "masterLotteryInfoId": 9110028, - "masterCautionId": 9110028, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110028, - "masterLotteryRarityId": 9110028, - "masterLotteryImageId": 9110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "name": "Tutorial Scout: Mia Taylor", - "masterLotteryInfoId": 9110029, - "masterCautionId": 9110029, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110029, - "masterLotteryRarityId": 9110029, - "masterLotteryImageId": 9110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "name": "Tutorial Scout: Lanzhu Zhong", - "masterLotteryInfoId": 9110030, - "masterCautionId": 9110030, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110030, - "masterLotteryRarityId": 9110030, - "masterLotteryImageId": 9110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "name": "Tutorial Scout: Kanon Shibuya", - "masterLotteryInfoId": 9110031, - "masterCautionId": 9110031, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110031, - "masterLotteryRarityId": 9110031, - "masterLotteryImageId": 9110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "name": "Tutorial Scout: Keke Tang", - "masterLotteryInfoId": 9110032, - "masterCautionId": 9110032, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110032, - "masterLotteryRarityId": 9110032, - "masterLotteryImageId": 9110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "name": "Tutorial Scout: Chisato Arashi", - "masterLotteryInfoId": 9110033, - "masterCautionId": 9110033, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110033, - "masterLotteryRarityId": 9110033, - "masterLotteryImageId": 9110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "name": "Tutorial Scout: Sumire Heanna", - "masterLotteryInfoId": 9110034, - "masterCautionId": 9110034, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110034, - "masterLotteryRarityId": 9110034, - "masterLotteryImageId": 9110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "name": "Tutorial Scout: Ren Hazuki", - "masterLotteryInfoId": 9110035, - "masterCautionId": 9110035, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110035, - "masterLotteryRarityId": 9110035, - "masterLotteryImageId": 9110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "name": "Tutorial Scout: Kinako Sakurakoji", - "masterLotteryInfoId": 9110036, - "masterCautionId": 9110036, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110036, - "masterLotteryRarityId": 9110036, - "masterLotteryImageId": 9110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "name": "Tutorial Scout: Mei Yoneme", - "masterLotteryInfoId": 9110037, - "masterCautionId": 9110037, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110037, - "masterLotteryRarityId": 9110037, - "masterLotteryImageId": 9110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "name": "Tutorial Scout: Shiki Wakana", - "masterLotteryInfoId": 9110038, - "masterCautionId": 9110038, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110038, - "masterLotteryRarityId": 9110038, - "masterLotteryImageId": 9110038, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "name": "Tutorial Scout: Natsumi Onitsuka", - "masterLotteryInfoId": 9110039, - "masterCautionId": 9110039, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110039, - "masterLotteryRarityId": 9110039, - "masterLotteryImageId": 9110039, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/global/lottery_item.json b/src/router/databases/json/global/lottery_item.json deleted file mode 100644 index 8fb0cc5..0000000 --- a/src/router/databases/json/global/lottery_item.json +++ /dev/null @@ -1,99506 +0,0 @@ -[ - { - "id": 200044001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000301, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 40, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 1, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 1, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000501, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000801, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111001001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001201, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001301, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001501, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 62, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001801, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111002001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002201, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002301, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 78, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 79, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 78, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 79, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 80, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 81, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 211000101, - "number": 1, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000101, - "number": 2, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000201, - "number": 1, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000201, - "number": 2, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000301, - "number": 1, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000301, - "number": 2, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000401, - "number": 1, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 1, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000501, - "number": 1, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 1, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000601, - "number": 1, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 1, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000701, - "number": 1, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 1, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000801, - "number": 1, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 1, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000901, - "number": 1, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 1, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211001001, - "number": 1, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 1, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001101, - "number": 1, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 1, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001201, - "number": 1, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 1, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001301, - "number": 1, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 1, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001401, - "number": 1, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 1, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001501, - "number": 1, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 1, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001601, - "number": 1, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 1, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 1, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001701, - "number": 1, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 60, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001801, - "number": 1, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 1, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 1, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001901, - "number": 1, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 60, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 62, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211002001, - "number": 1, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 1, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 1, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002101, - "number": 1, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002201, - "number": 1, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 1, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 1, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002301, - "number": 1, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002401, - "number": 1, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 1, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 1, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002501, - "number": 1, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002601, - "number": 1, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 1, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 1, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002701, - "number": 1, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002801, - "number": 1, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 1, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 1, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002901, - "number": 1, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211003001, - "number": 1, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 1, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003101, - "number": 1, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 1, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003201, - "number": 1, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 1, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003301, - "number": 1, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 1, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003401, - "number": 1, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 1, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003501, - "number": 1, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 1, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003601, - "number": 1, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 1, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003701, - "number": 1, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 1, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003801, - "number": 1, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 1, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 81, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 82, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003901, - "number": 1, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 1, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 81, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 82, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 311000101, - "number": 1, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000201, - "number": 1, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000301, - "number": 1, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000401, - "number": 1, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000501, - "number": 1, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000601, - "number": 1, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000701, - "number": 1, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000801, - "number": 1, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000901, - "number": 1, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311001001, - "number": 1, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001101, - "number": 1, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001201, - "number": 1, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001301, - "number": 1, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001401, - "number": 1, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001501, - "number": 1, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001601, - "number": 1, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001701, - "number": 1, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001801, - "number": 1, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001901, - "number": 1, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311002001, - "number": 1, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002101, - "number": 1, - "type": 2, - "value": 10050016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002201, - "number": 1, - "type": 2, - "value": 30090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002301, - "number": 1, - "type": 2, - "value": 40050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002401, - "number": 1, - "type": 2, - "value": 30110013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002501, - "number": 1, - "type": 2, - "value": 30060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002601, - "number": 1, - "type": 2, - "value": 40110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002701, - "number": 1, - "type": 2, - "value": 20040016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002801, - "number": 1, - "type": 2, - "value": 10080017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 16, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 17, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002901, - "number": 1, - "type": 2, - "value": 40100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 18, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 19, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311003001, - "number": 1, - "type": 2, - "value": 30020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003101, - "number": 1, - "type": 2, - "value": 30080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003201, - "number": 1, - "type": 2, - "value": 20030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 18, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 19, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003301, - "number": 1, - "type": 2, - "value": 30120014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 21, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 22, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003401, - "number": 1, - "type": 2, - "value": 40030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 18, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 19, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003501, - "number": 1, - "type": 2, - "value": 30010018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 21, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 22, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003601, - "number": 1, - "type": 2, - "value": 20070016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 18, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 19, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 20, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 21, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003701, - "number": 1, - "type": 2, - "value": 10040020, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 16, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 17, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 18, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 19, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 411000101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 2, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 3, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 4, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 5, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 6, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 7, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 8, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 9, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 10, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 11, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 12, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 13, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 14, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 15, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 1, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 2, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 3, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 4, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 5, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 6, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 7, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 8, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 10, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 11, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 12, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 13, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 14, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 15, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 1, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 2, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 3, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 4, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 6, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 7, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 8, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 9, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 11, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 12, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 13, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 14, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 15, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000501, - "number": 1, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000601, - "number": 1, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000701, - "number": 1, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000801, - "number": 1, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000901, - "number": 1, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411001001, - "number": 1, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001101, - "number": 1, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001201, - "number": 1, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001301, - "number": 1, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001401, - "number": 1, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001501, - "number": 1, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001601, - "number": 1, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 62, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 1, - "type": 2, - "value": 20050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 2, - "type": 2, - "value": 30070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 3, - "type": 2, - "value": 40030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002002, - "number": 1, - "type": 2, - "value": 20050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 17, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 18, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002102, - "number": 1, - "type": 2, - "value": 30070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002202, - "number": 1, - "type": 2, - "value": 40030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002301, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002501, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002701, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 1, - "type": 2, - "value": 60010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 2, - "type": 2, - "value": 60020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 3, - "type": 2, - "value": 60030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 4, - "type": 2, - "value": 60040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 5, - "type": 2, - "value": 60050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 6, - "type": 2, - "value": 60060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 7, - "type": 2, - "value": 60070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 8, - "type": 2, - "value": 60080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 9, - "type": 2, - "value": 60090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002801, - "number": 1, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 2, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 3, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 4, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 5, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 6, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 7, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 8, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 11, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 12, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 13, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 14, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 15, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 17, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 18, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 19, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 20, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 21, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 22, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 23, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 2, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 3, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 4, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 5, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 6, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 7, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 8, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 9, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 10, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 11, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 12, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 13, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 14, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 15, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 16, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 17, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 18, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 19, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 20, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 21, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 22, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 23, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 24, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 25, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411003001, - "number": 1, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 2, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 3, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 4, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 5, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 6, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 7, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 8, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 9, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 10, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 12, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 13, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 14, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 15, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 16, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 17, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 18, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 19, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003101, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003201, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003301, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 46, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 47, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 48, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 49, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 50, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 51, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 52, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 53, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 54, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 55, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 56, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 57, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 58, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 59, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 60, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 61, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 62, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 63, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 64, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 65, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 66, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 67, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 68, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 69, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 70, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 71, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 72, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 73, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 74, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 75, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 76, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 77, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 78, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 79, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 80, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 81, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 82, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 83, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 84, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 85, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 86, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 87, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 88, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 89, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 90, - "type": 2, - "value": 10050016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 91, - "type": 2, - "value": 30090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 92, - "type": 2, - "value": 40050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 93, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 94, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 95, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 96, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 97, - "type": 2, - "value": 30110013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 98, - "type": 2, - "value": 30060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003801, - "number": 1, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 2, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 3, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 4, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 5, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 6, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 7, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 8, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 9, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 10, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 11, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 12, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 16, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 17, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 18, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 19, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 18, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 19, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 20, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 21, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 21, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 22, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 18, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 19, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004301, - "number": 1, - "type": 2, - "value": 30030015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004301, - "number": 2, - "type": 2, - "value": 40060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004301, - "number": 3, - "type": 2, - "value": 20050019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004301, - "number": 4, - "type": 2, - "value": 10060018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 78, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 79, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 80, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 81, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 82, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 83, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004401, - "number": 1, - "type": 2, - "value": 10040017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 2, - "type": 2, - "value": 20050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 3, - "type": 2, - "value": 30070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 4, - "type": 2, - "value": 40030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 5, - "type": 2, - "value": 60010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 6, - "type": 2, - "value": 60020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 7, - "type": 2, - "value": 60030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 8, - "type": 2, - "value": 60040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 9, - "type": 2, - "value": 60050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 10, - "type": 2, - "value": 60060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 11, - "type": 2, - "value": 60070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 12, - "type": 2, - "value": 60080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 13, - "type": 2, - "value": 60090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 14, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 15, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 16, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 17, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 18, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 19, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 20, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 21, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 22, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 23, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 24, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 25, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 26, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 27, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 28, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 29, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 30, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 31, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 32, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 33, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 34, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 35, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 36, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 37, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 38, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 39, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 40, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 41, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 42, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 43, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 44, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 45, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 46, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 47, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 48, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 49, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 50, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 51, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 52, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 53, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 54, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 55, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 56, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 57, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 58, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 59, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 60, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 61, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 62, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 63, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 64, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 65, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 66, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 67, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 68, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 69, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 70, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 71, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 72, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 73, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 74, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 75, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 76, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 77, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 78, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 79, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 80, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 81, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 82, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 83, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 84, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 85, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 86, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 87, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 88, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 89, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 90, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 91, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 92, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 93, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 94, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 95, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 96, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 97, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 98, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 99, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 100, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 101, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 102, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 103, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 104, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 105, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 106, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 107, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 108, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 109, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 110, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 111, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 112, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 113, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 114, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 115, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 116, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 117, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 118, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 119, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 120, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 121, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 122, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 123, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 124, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 125, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 126, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 127, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 128, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 129, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 130, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 131, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 132, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 1, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 2, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 3, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 4, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 5, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 6, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 7, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 8, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 9, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 10, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 11, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 12, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 13, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 14, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 15, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 16, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 17, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 18, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 19, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 20, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 21, - "type": 2, - "value": 10050016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 22, - "type": 2, - "value": 30090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 23, - "type": 2, - "value": 40050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 24, - "type": 2, - "value": 30110013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 25, - "type": 2, - "value": 30060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 26, - "type": 2, - "value": 40110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 27, - "type": 2, - "value": 20040016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 28, - "type": 2, - "value": 10080017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 29, - "type": 2, - "value": 40100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 30, - "type": 2, - "value": 30020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 31, - "type": 2, - "value": 30080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 32, - "type": 2, - "value": 20030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 33, - "type": 2, - "value": 30120014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 34, - "type": 2, - "value": 40030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 35, - "type": 2, - "value": 30010018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 36, - "type": 2, - "value": 20070016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 37, - "type": 2, - "value": 10040020, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 38, - "type": 2, - "value": 30030015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 39, - "type": 2, - "value": 40060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 40, - "type": 2, - "value": 20050019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 41, - "type": 2, - "value": 10060018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 42, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 43, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 44, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 45, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 46, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 47, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 48, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 49, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 50, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 51, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 52, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 53, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 54, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 55, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 56, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 57, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 58, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 59, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 60, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 61, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 62, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 63, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 64, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 65, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 66, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 67, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 68, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 69, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 70, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 71, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 72, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 73, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 74, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 75, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 76, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 77, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 78, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 79, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 80, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 81, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 82, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 83, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 84, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 85, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 86, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 87, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 88, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 89, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 90, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 91, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 92, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 93, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 94, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 95, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 96, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 97, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 98, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 99, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 100, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 101, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 102, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 103, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 104, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 105, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 106, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 107, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 108, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 109, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 110, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 111, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 112, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 113, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 114, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 115, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 116, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 117, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 118, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 119, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 120, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 121, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 122, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 123, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 124, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 125, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 126, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 127, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 128, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 129, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 130, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 131, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 132, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 133, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 134, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 135, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 136, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 711000201, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 110121001, - "number": 1, - "type": 3, - "value": 16005001, - "amount": 20, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121002, - "number": 1, - "type": 3, - "value": 16005002, - "amount": 8, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121003, - "number": 1, - "type": 3, - "value": 16005003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121004, - "number": 1, - "type": 3, - "value": 17001001, - "amount": 18, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121005, - "number": 1, - "type": 3, - "value": 17001002, - "amount": 3, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121006, - "number": 1, - "type": 3, - "value": 19100001, - "amount": 10, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121007, - "number": 1, - "type": 3, - "value": 20000001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121008, - "number": 1, - "type": 4, - "value": 1, - "amount": 35000, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000201, - "number": 1, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000301, - "number": 1, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000401, - "number": 1, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000501, - "number": 1, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000601, - "number": 1, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000701, - "number": 1, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000801, - "number": 1, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000901, - "number": 1, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001101, - "number": 1, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001201, - "number": 1, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001301, - "number": 1, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001401, - "number": 1, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001501, - "number": 1, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001601, - "number": 1, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001701, - "number": 1, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001801, - "number": 1, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001901, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002001, - "number": 1, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002101, - "number": 1, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002201, - "number": 1, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002301, - "number": 1, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002401, - "number": 1, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002501, - "number": 1, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002601, - "number": 1, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002701, - "number": 1, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002801, - "number": 1, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002901, - "number": 1, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003001, - "number": 1, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003101, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003201, - "number": 1, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003301, - "number": 1, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003401, - "number": 1, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003501, - "number": 1, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003601, - "number": 1, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003701, - "number": 1, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003801, - "number": 1, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003901, - "number": 1, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 4, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 5, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 6, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 7, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 8, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 9, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 10, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 11, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 12, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 13, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 14, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 15, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 16, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 17, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 18, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 19, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 20, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 21, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 22, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 23, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 24, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 25, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 26, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 27, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 28, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 29, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 30, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 31, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 32, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 33, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 34, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 35, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 36, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 37, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 38, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 39, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 40, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 41, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 42, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 43, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 44, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 45, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 46, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 47, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 48, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 49, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 50, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 51, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 52, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 53, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 54, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 55, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 56, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 57, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 58, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 59, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 60, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 61, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 62, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 63, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 64, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 65, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 66, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 67, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 68, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 69, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 70, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 71, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 72, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 73, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 74, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 75, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 76, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 77, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 78, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 79, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 80, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 81, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 82, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 83, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 84, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 85, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 86, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 87, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 88, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 89, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 90, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 91, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 92, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 93, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 94, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 95, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 96, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 97, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 98, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 99, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 100, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 101, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 102, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 103, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 104, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 105, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 106, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 107, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 108, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 109, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 110, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 111, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 112, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 113, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 114, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 115, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 116, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 117, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200002, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 4, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 5, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 6, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 7, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 8, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 9, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 10, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 11, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 12, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 13, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 14, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 15, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 16, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 17, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 18, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 19, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 20, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 21, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 22, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 23, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 24, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 25, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 26, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 27, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 28, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 29, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 30, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 31, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 32, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 33, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 34, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 35, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 36, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 37, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 38, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 39, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 40, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 41, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 42, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 43, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 44, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 45, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 46, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 47, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 48, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 49, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 50, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 51, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 52, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 53, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 54, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 55, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 56, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 57, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 58, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 59, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 60, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 61, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 62, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 63, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 64, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 65, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 66, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 67, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 68, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 69, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 70, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 71, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 72, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 73, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 74, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 75, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 76, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 77, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 78, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 79, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 80, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 81, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 82, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 83, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 84, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 85, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 86, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 87, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 88, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 89, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 90, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 91, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 92, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 93, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 94, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 95, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 96, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 97, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 98, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 99, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 100, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 101, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 102, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 103, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 104, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 105, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 106, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 107, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 108, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 109, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 110, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 111, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 112, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 113, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 114, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 115, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 116, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 117, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 118, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 119, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 201001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 4, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 5, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 6, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 7, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 8, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 9, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 10, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 11, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 12, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 13, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 14, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 15, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 16, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 17, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 18, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 19, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 20, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 21, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 22, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 23, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 24, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 25, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 26, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 27, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 1, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 2, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 3, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 4, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 5, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 6, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 7, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 8, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 9, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 10, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 11, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 12, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 13, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 14, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 15, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 16, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 17, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 18, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 19, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 20, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 21, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 22, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 23, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 24, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 25, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 26, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 27, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 1, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 2, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 3, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 4, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 5, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 6, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 7, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 8, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 9, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 10, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 11, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 12, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 13, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 14, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 15, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 16, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 17, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 18, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 19, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 20, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 21, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 22, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 23, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 24, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 25, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 26, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 27, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 29, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 30, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 31, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 32, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 33, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 34, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 35, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 36, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 1, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 2, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 3, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 4, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 5, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 6, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 7, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 8, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 9, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 10, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 11, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 12, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 13, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 14, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 15, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 16, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 17, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 18, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 19, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 20, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 21, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 22, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 23, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 24, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 25, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 26, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 27, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204002, - "number": 1, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 2, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 3, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 4, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 5, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 6, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 7, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 8, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 9, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 10, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 11, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 12, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 13, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 14, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 15, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 16, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 17, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 18, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 19, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 20, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 21, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 22, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 23, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 24, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 25, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 26, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 27, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 28, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 29, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 2, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 3, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 4, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 5, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 6, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 7, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 8, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 9, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 10, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 11, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 12, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 13, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 14, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 15, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 16, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 17, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 18, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 19, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 20, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 21, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 22, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 23, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 24, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 25, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 26, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 27, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 29, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 30, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 31, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 32, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 33, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 34, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 35, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 36, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 37, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 38, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 39, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211002, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 2, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 3, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 4, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 5, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 6, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 7, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 8, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 9, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 10, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 11, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 12, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 13, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 14, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 15, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 16, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 17, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 18, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 19, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 20, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 21, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 22, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 23, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 24, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 25, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 26, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 27, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 29, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 30, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 31, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 32, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 33, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 34, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 35, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 36, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 37, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 38, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 39, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 40, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 41, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 212001, - "number": 1, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 2, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 3, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 4, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 5, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 6, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 7, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 8, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 9, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 10, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 11, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 12, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 13, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 14, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 15, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 16, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 17, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 18, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 19, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 20, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 21, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 22, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 23, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 24, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 25, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 26, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 27, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 28, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 29, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 30, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 31, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 32, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 33, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 34, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 35, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 36, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 37, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 38, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 39, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 1, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 2, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 3, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 4, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 5, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 6, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 7, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 8, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 9, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 10, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 11, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 12, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 13, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 14, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 15, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 16, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 17, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 18, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 19, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 20, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 21, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 22, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 23, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 24, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 25, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 26, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 27, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 28, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 29, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 30, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 31, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 32, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 33, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 34, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 35, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 36, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 37, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 38, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 39, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 221001, - "number": 1, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 2, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 3, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 4, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 5, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 6, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 7, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 8, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 9, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 10, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 11, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 12, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 13, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 14, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 15, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 16, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 17, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 18, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 19, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 20, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 21, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 22, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 23, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 24, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 25, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 26, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 27, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 29, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 30, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 31, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 32, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 33, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 34, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 35, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 36, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 37, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 38, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 39, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 40, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 41, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 42, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 222001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 4, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 5, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 6, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 7, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 8, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 9, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 10, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 11, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 12, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 13, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 14, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 15, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 16, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 17, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 18, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 19, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 20, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 21, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 22, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 23, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 24, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 25, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 26, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 27, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 28, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 29, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 30, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 31, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 32, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 33, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 34, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 35, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 36, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 37, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 38, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 39, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 40, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 41, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 42, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 43, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 44, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 45, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 223001, - "number": 1, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 2, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 3, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 4, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 5, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 6, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 7, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 8, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 9, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 10, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 11, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 12, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 13, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 14, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 15, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 16, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 17, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 18, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 19, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 20, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 21, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 22, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 23, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 24, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 25, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 26, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 27, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 28, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 29, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 30, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 100001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 2, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 3, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 4, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 5, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 6, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 7, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 8, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 9, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 10, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 11, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 12, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 13, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 14, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 15, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 16, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 17, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 18, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 19, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 20, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 21, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 22, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 23, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 24, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 25, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 26, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 27, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 28, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 29, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 30, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 31, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 32, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 33, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 34, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 35, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 36, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 37, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 38, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 39, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 40, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 41, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 42, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 43, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 44, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 45, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 46, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 47, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 48, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 49, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 50, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 51, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 52, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 53, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 54, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 55, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 56, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 57, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 58, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 59, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 60, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 61, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 62, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 63, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 64, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 65, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 66, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 67, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 68, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 69, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 70, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 71, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 72, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 73, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 74, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 75, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 76, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 77, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 78, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 79, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 80, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 81, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 82, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 83, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 84, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 85, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 86, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 87, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 88, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 89, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 90, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 91, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 92, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 93, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 94, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 95, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 96, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 97, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 98, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 99, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 100, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 101, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 102, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 103, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 104, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 105, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 106, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 107, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 108, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 109, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 110, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 111, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 112, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 113, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 114, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 115, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 116, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 117, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 118, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 119, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 120, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 121, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 122, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 123, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 124, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 125, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 126, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 127, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 128, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 129, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 130, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 131, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 132, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 133, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 134, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 135, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 136, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 137, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 138, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 139, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 140, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 141, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 142, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 143, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 144, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 145, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 146, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 147, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 148, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 149, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 150, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 151, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 152, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 153, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 154, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 155, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 156, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 157, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 158, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 159, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 160, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 161, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 162, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 163, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 164, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 165, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 166, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 167, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 168, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 169, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 170, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 171, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 172, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 173, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 174, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 175, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 176, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 177, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 178, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 179, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 180, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 181, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 182, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 183, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 184, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 185, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 186, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 187, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 188, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 189, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 190, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 191, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 192, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 193, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 194, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 195, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 196, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 197, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 198, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 199, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 200, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 201, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 202, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 203, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 204, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 205, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 206, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 207, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 2, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 3, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 4, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 5, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 6, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 7, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 8, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 9, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 10, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 11, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 12, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 13, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 14, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 15, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 16, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 17, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 18, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 19, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 20, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 21, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 22, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 23, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 24, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 25, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 26, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 27, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 28, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 29, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 30, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 31, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 32, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 33, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 34, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 35, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 36, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 37, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 38, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 39, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 40, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 41, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 42, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 43, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 44, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 45, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 46, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 47, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 48, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 49, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 50, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 51, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 52, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 53, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 54, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 55, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 56, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 57, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 58, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 59, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 60, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 61, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 62, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 63, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 64, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 65, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 66, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 67, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 68, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 69, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 70, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 71, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 72, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 73, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 74, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 75, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 76, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 77, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 78, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 79, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 80, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 81, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 1, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 2, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 3, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 4, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 5, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 6, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 7, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 8, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 9, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 10, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 11, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 12, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 13, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 14, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 15, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 16, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 17, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 18, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 19, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 20, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 21, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 22, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 23, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 24, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 25, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 26, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 27, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 28, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 29, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 30, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 31, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 32, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 33, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 34, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 35, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 36, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 37, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 38, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 39, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 40, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 41, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 42, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 43, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 44, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 45, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 46, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 47, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 48, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 49, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 50, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 51, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 52, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 53, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 54, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 55, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 56, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 57, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 58, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 59, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 60, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 61, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 62, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 63, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 1, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 2, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 3, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 4, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 5, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 6, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 7, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 8, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 9, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 10, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 11, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 12, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 13, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 14, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 15, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 16, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 17, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 18, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 19, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 20, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 21, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 22, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 23, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 24, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 25, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 26, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 27, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 28, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 29, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 30, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 31, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 32, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 33, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 34, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 35, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 36, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 1, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 2, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 3, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 4, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 5, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 6, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 7, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 8, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 9, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 10, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 11, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 12, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 13, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 14, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 15, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 16, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 17, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 18, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 19, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 20, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 21, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 22, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 23, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 24, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 25, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 26, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 27, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 111001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 2, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 3, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 4, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 5, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 6, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 7, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 8, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 9, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 10, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 11, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 12, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 13, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 14, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 15, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 16, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 17, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 18, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 19, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 20, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 21, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 22, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 23, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 24, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 25, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 26, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 27, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 28, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 29, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 30, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 31, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 32, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 33, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 34, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 35, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 36, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 37, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 38, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 39, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 40, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 41, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 42, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 43, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 44, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 45, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 46, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 47, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 48, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 49, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 50, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 51, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 52, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 53, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 54, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 55, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 56, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 57, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 58, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 59, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 60, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 61, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 62, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 63, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 64, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 65, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 66, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 67, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 68, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 69, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 1, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 2, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 3, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 4, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 5, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 6, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 7, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 8, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 9, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 10, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 11, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 12, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 13, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 14, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 15, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 16, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 17, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 18, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 19, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 20, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 21, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 22, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 23, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 24, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 25, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 26, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 27, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 28, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 29, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 30, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 31, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 32, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 33, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 34, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 35, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 36, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 37, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 38, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 39, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 40, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 41, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 42, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 43, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 44, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 45, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 46, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 47, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 48, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 49, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 50, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 51, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 52, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 53, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 54, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 55, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 56, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 57, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 58, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 59, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 60, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 61, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 62, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 63, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 64, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 65, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 66, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 67, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 68, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 69, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 1, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 2, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 3, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 4, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 5, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 6, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 7, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 8, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 9, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 10, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 11, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 12, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 13, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 14, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 15, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 16, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 17, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 18, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 19, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 20, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 21, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 22, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 23, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 24, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 25, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 26, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 27, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 28, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 29, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 30, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 31, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 32, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 33, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 34, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 35, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 36, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 37, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 38, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 39, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 40, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 41, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 42, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 43, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 44, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 45, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 46, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 47, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 48, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 49, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 50, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 51, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 52, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 53, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 54, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 55, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 56, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 57, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 58, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 59, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 60, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 61, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 62, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 63, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 64, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 65, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 66, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 67, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 68, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 69, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 121001, - "number": 1, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 2, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 3, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 4, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 5, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 6, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 7, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 8, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 9, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 10, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 11, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 12, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 13, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 14, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 15, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 16, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 17, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 18, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 19, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 20, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 21, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 22, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 23, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 24, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 25, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 26, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 27, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 28, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 29, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 30, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 31, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 32, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 33, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 34, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 35, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 36, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 37, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 38, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 39, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 40, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 41, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 42, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 43, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 44, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 45, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 46, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 47, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 48, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 49, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 50, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 51, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 52, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 53, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 54, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 55, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 56, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 57, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 58, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 59, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 60, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 61, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 62, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 63, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 64, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 65, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 66, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 67, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 68, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 69, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 70, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 71, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 72, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 122001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 2, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 3, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 4, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 5, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 6, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 7, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 8, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 9, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 10, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 11, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 12, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 13, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 14, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 15, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 16, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 17, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 18, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 19, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 20, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 21, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 22, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 23, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 24, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 25, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 26, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 27, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 28, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 29, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 30, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 31, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 32, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 33, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 34, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 35, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 36, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 37, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 38, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 39, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 40, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 41, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 42, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 43, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 44, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 45, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 46, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 47, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 48, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 49, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 50, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 51, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 52, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 53, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 54, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 55, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 56, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 57, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 58, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 59, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 60, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 61, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 62, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 63, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 64, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 65, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 66, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 67, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 68, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 69, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 70, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 71, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 72, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 73, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 74, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 75, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 123001, - "number": 1, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 2, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 3, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 4, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 5, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 6, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 7, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 8, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 9, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 10, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 11, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 12, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 13, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 14, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 15, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 16, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 17, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 18, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 19, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 20, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 21, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 22, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 23, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 24, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 25, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 26, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 27, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 28, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 29, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 30, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 31, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 32, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 33, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 34, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 35, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 36, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 37, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 38, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 39, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 40, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 41, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 42, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 43, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 44, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 45, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 46, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 47, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 48, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 49, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 50, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 51, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 52, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 53, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 54, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 55, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 56, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 57, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 58, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 59, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 60, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 10005, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 970 - }, - { - "id": 10005, - "number": 2, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 970 - }, - { - "id": 10005, - "number": 3, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 970 - }, - { - "id": 10005, - "number": 4, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 1, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 970 - }, - { - "id": 711010100, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010100, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 1, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 2, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 3, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 4, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 5, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 6, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 7, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 8, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 9, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 10, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 11, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 12, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 13, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 14, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 15, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 16, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 17, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 18, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 19, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 20, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 21, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 22, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 23, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 24, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 25, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010101, - "number": 26, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010102, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 1, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 2, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 3, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 4, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 5, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 6, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 7, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 8, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 9, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 10, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 11, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 12, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 13, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 14, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 15, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 16, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 17, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 18, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 19, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010201, - "number": 20, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010501, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010701, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 1, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 2, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 3, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 4, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 5, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 6, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 7, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 8, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 9, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 10, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 11, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 711010801, - "number": 12, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/global/lottery_price.json b/src/router/databases/json/global/lottery_price.json deleted file mode 100644 index 03a3410..0000000 --- a/src/router/databases/json/global/lottery_price.json +++ /dev/null @@ -1,11150 +0,0 @@ -[ - { - "id": 1110001, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 8, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010004, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010005, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110004, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010006, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010007, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010008, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010009, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010010, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010011, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010012, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010013, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010014, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010015, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010016, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010017, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010018, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010019, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010020, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010021, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110013, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110014, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110015, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110016, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010023, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010024, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110017, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010025, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010026, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110015, - "number": 11, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010027, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110016, - "number": 11, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010027, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110018, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010028, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010029, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010032, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110018, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010033, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110019, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010030, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010031, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010032, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110019, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010033, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110020, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010034, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010035, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110021, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010036, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010037, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110022, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010038, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010039, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 2110001, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110002, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110004, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110018, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110020, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110022, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110026, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110028, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110030, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110032, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110034, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110036, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110038, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 3110001, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110002, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110004, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110017, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110018, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110019, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110020, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110021, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110022, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110025, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110026, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110027, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110028, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110029, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110030, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110031, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110032, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110033, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110034, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110035, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110036, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110037, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 4110001, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110004, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110017, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 10, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110019, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110025, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110026, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110027, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110028, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110029, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110030, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110031, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110032, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110033, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110034, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 24, - "dailyLimitCount": 3, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110036, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110038, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110039, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110043, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110044, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 2, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 50, - "limitCount": 0, - "dailyLimitCount": 3, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 7110002, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010004, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110003, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010005, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 8110001, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110002, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110004, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110005, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110006, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030115 - }, - { - "id": 9110001, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924020101 - }, - { - "id": 7110101, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924020101 - }, - { - "id": 7110101, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924020101 - }, - { - "id": 7110102, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924021601 - }, - { - "id": 7110102, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924021601 - }, - { - "id": 7110102, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924021601 - }, - { - "id": 7110103, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924031701 - }, - { - "id": 7110103, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924031701 - }, - { - "id": 7110103, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924031701 - }, - { - "id": 7110104, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110104, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110104, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110104, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110104, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110104, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924032501 - }, - { - "id": 7110105, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110106, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110107, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924050701 - }, - { - "id": 7110108, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 924052401 - } -] \ No newline at end of file diff --git a/src/router/databases/json/global/lottery_rarity.json b/src/router/databases/json/global/lottery_rarity.json deleted file mode 100644 index ce1e478..0000000 --- a/src/router/databases/json/global/lottery_rarity.json +++ /dev/null @@ -1,11432 +0,0 @@ -[ - { - "id": 1110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 2, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 3, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 5, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 3, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 4, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 3, - "masterLotteryItemId": 111000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 2333, - "ensured": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 5, - "masterLotteryItemId": 111000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 2333, - "ensured": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 3, - "masterLotteryItemId": 111000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 5, - "masterLotteryItemId": 111000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 3, - "masterLotteryItemId": 111000501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 5, - "masterLotteryItemId": 111000501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 3, - "masterLotteryItemId": 111000601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 5, - "masterLotteryItemId": 111000601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 3, - "masterLotteryItemId": 111000701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 5, - "masterLotteryItemId": 111000701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 3, - "masterLotteryItemId": 111000801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 5, - "masterLotteryItemId": 111000801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 3, - "masterLotteryItemId": 111000901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 5, - "masterLotteryItemId": 111000901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 3, - "masterLotteryItemId": 111001001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 5, - "masterLotteryItemId": 111001001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 3, - "masterLotteryItemId": 111001101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 5, - "masterLotteryItemId": 111001101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 3, - "masterLotteryItemId": 111001201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 5, - "masterLotteryItemId": 111001201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 3, - "masterLotteryItemId": 111001301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 5, - "masterLotteryItemId": 111001301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 3, - "masterLotteryItemId": 111001401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 5, - "masterLotteryItemId": 111001401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 3, - "masterLotteryItemId": 111001501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 5, - "masterLotteryItemId": 111001501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 3, - "masterLotteryItemId": 111001601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 5, - "masterLotteryItemId": 111001601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 3, - "masterLotteryItemId": 111001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 5, - "masterLotteryItemId": 111001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110018, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 3, - "masterLotteryItemId": 111001801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 5, - "masterLotteryItemId": 111001801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110019, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 3, - "masterLotteryItemId": 111001901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 5, - "masterLotteryItemId": 111001901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110020, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 3, - "masterLotteryItemId": 111002001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 5, - "masterLotteryItemId": 111002001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110021, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 3, - "masterLotteryItemId": 111002101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 5, - "masterLotteryItemId": 111002101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110022, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 3, - "masterLotteryItemId": 111002201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 5, - "masterLotteryItemId": 111002201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110023, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 3, - "masterLotteryItemId": 111002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 5, - "masterLotteryItemId": 111002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110024, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 3, - "masterLotteryItemId": 111002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 5, - "masterLotteryItemId": 111002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 2110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 3, - "masterLotteryItemId": 211000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 4, - "masterLotteryItemId": 211000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 6, - "masterLotteryItemId": 211000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 7, - "masterLotteryItemId": 211000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 3, - "masterLotteryItemId": 211000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 4, - "masterLotteryItemId": 211000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 6, - "masterLotteryItemId": 211000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 7, - "masterLotteryItemId": 211000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 3, - "masterLotteryItemId": 211000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 4, - "masterLotteryItemId": 211000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 6, - "masterLotteryItemId": 211000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 7, - "masterLotteryItemId": 211000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 3, - "masterLotteryItemId": 211000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 4, - "masterLotteryItemId": 211000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 6, - "masterLotteryItemId": 211000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 7, - "masterLotteryItemId": 211000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 3, - "masterLotteryItemId": 211000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 4, - "masterLotteryItemId": 211000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 6, - "masterLotteryItemId": 211000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 7, - "masterLotteryItemId": 211000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 3, - "masterLotteryItemId": 211000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 4, - "masterLotteryItemId": 211000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 6, - "masterLotteryItemId": 211000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 7, - "masterLotteryItemId": 211000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 3, - "masterLotteryItemId": 211000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 4, - "masterLotteryItemId": 211000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 6, - "masterLotteryItemId": 211000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 7, - "masterLotteryItemId": 211000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 3, - "masterLotteryItemId": 211000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 4, - "masterLotteryItemId": 211000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 6, - "masterLotteryItemId": 211000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 7, - "masterLotteryItemId": 211000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 3, - "masterLotteryItemId": 211000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 4, - "masterLotteryItemId": 211000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 6, - "masterLotteryItemId": 211000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 7, - "masterLotteryItemId": 211000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 3, - "masterLotteryItemId": 211001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 4, - "masterLotteryItemId": 211001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 6, - "masterLotteryItemId": 211001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 7, - "masterLotteryItemId": 211001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 3, - "masterLotteryItemId": 211001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 4, - "masterLotteryItemId": 211001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 6, - "masterLotteryItemId": 211001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 7, - "masterLotteryItemId": 211001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 3, - "masterLotteryItemId": 211001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 4, - "masterLotteryItemId": 211001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 6, - "masterLotteryItemId": 211001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 7, - "masterLotteryItemId": 211001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 3, - "masterLotteryItemId": 211001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 4, - "masterLotteryItemId": 211001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 6, - "masterLotteryItemId": 211001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 7, - "masterLotteryItemId": 211001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 3, - "masterLotteryItemId": 211001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 4, - "masterLotteryItemId": 211001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 6, - "masterLotteryItemId": 211001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 7, - "masterLotteryItemId": 211001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 3, - "masterLotteryItemId": 211001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 4, - "masterLotteryItemId": 211001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 6, - "masterLotteryItemId": 211001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 7, - "masterLotteryItemId": 211001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 3, - "masterLotteryItemId": 211001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 4, - "masterLotteryItemId": 211001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 6, - "masterLotteryItemId": 211001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 7, - "masterLotteryItemId": 211001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 3, - "masterLotteryItemId": 211001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 4, - "masterLotteryItemId": 211001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 6, - "masterLotteryItemId": 211001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 7, - "masterLotteryItemId": 211001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110018, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 3, - "masterLotteryItemId": 211001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 4, - "masterLotteryItemId": 211001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 6, - "masterLotteryItemId": 211001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 7, - "masterLotteryItemId": 211001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 3, - "masterLotteryItemId": 211001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 4, - "masterLotteryItemId": 211001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 6, - "masterLotteryItemId": 211001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 7, - "masterLotteryItemId": 211001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110020, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 3, - "masterLotteryItemId": 211002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 4, - "masterLotteryItemId": 211002002, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 6, - "masterLotteryItemId": 211002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 7, - "masterLotteryItemId": 211002002, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 3, - "masterLotteryItemId": 211002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 4, - "masterLotteryItemId": 211002102, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 6, - "masterLotteryItemId": 211002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 7, - "masterLotteryItemId": 211002102, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110022, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 3, - "masterLotteryItemId": 211002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 4, - "masterLotteryItemId": 211002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 6, - "masterLotteryItemId": 211002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 7, - "masterLotteryItemId": 211002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 3, - "masterLotteryItemId": 211002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 4, - "masterLotteryItemId": 211002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 6, - "masterLotteryItemId": 211002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 7, - "masterLotteryItemId": 211002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110024, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 3, - "masterLotteryItemId": 211002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 4, - "masterLotteryItemId": 211002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 6, - "masterLotteryItemId": 211002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 7, - "masterLotteryItemId": 211002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 3, - "masterLotteryItemId": 211002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 4, - "masterLotteryItemId": 211002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 6, - "masterLotteryItemId": 211002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 7, - "masterLotteryItemId": 211002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110026, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 3, - "masterLotteryItemId": 211002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 4, - "masterLotteryItemId": 211002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 6, - "masterLotteryItemId": 211002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 7, - "masterLotteryItemId": 211002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 3, - "masterLotteryItemId": 211002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 4, - "masterLotteryItemId": 211002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 6, - "masterLotteryItemId": 211002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 7, - "masterLotteryItemId": 211002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110028, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 3, - "masterLotteryItemId": 211002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 4, - "masterLotteryItemId": 211002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 6, - "masterLotteryItemId": 211002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 7, - "masterLotteryItemId": 211002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 3, - "masterLotteryItemId": 211002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 4, - "masterLotteryItemId": 211002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 6, - "masterLotteryItemId": 211002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 7, - "masterLotteryItemId": 211002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110030, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 3, - "masterLotteryItemId": 211003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 4, - "masterLotteryItemId": 211003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 6, - "masterLotteryItemId": 211003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 7, - "masterLotteryItemId": 211003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 3, - "masterLotteryItemId": 211003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 4, - "masterLotteryItemId": 211003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 6, - "masterLotteryItemId": 211003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 7, - "masterLotteryItemId": 211003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110032, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 3, - "masterLotteryItemId": 211003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 4, - "masterLotteryItemId": 211003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 6, - "masterLotteryItemId": 211003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 7, - "masterLotteryItemId": 211003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 3, - "masterLotteryItemId": 211003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 4, - "masterLotteryItemId": 211003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 6, - "masterLotteryItemId": 211003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 7, - "masterLotteryItemId": 211003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110034, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 3, - "masterLotteryItemId": 211003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 4, - "masterLotteryItemId": 211003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 6, - "masterLotteryItemId": 211003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 7, - "masterLotteryItemId": 211003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 3, - "masterLotteryItemId": 211003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 4, - "masterLotteryItemId": 211003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 6, - "masterLotteryItemId": 211003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 7, - "masterLotteryItemId": 211003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110036, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 3, - "masterLotteryItemId": 211003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 4, - "masterLotteryItemId": 211003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 6, - "masterLotteryItemId": 211003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 7, - "masterLotteryItemId": 211003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 3, - "masterLotteryItemId": 211003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 4, - "masterLotteryItemId": 211003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 6, - "masterLotteryItemId": 211003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 7, - "masterLotteryItemId": 211003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110038, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 3, - "masterLotteryItemId": 211003801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 4, - "masterLotteryItemId": 211003802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 6, - "masterLotteryItemId": 211003801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 7, - "masterLotteryItemId": 211003802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 3, - "masterLotteryItemId": 211003901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 4, - "masterLotteryItemId": 211003902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 6, - "masterLotteryItemId": 211003901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 7, - "masterLotteryItemId": 211003902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 3110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 3, - "masterLotteryItemId": 311000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 4, - "masterLotteryItemId": 311000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 6, - "masterLotteryItemId": 311000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 7, - "masterLotteryItemId": 311000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 3, - "masterLotteryItemId": 311000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 4, - "masterLotteryItemId": 311000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 6, - "masterLotteryItemId": 311000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 7, - "masterLotteryItemId": 311000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 3, - "masterLotteryItemId": 311000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 4, - "masterLotteryItemId": 311000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 6, - "masterLotteryItemId": 311000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 7, - "masterLotteryItemId": 311000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 3, - "masterLotteryItemId": 311000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 4, - "masterLotteryItemId": 311000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 6, - "masterLotteryItemId": 311000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 7, - "masterLotteryItemId": 311000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 3, - "masterLotteryItemId": 311000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 4, - "masterLotteryItemId": 311000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 6, - "masterLotteryItemId": 311000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 7, - "masterLotteryItemId": 311000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 3, - "masterLotteryItemId": 311000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 4, - "masterLotteryItemId": 311000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 6, - "masterLotteryItemId": 311000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 7, - "masterLotteryItemId": 311000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 3, - "masterLotteryItemId": 311000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 4, - "masterLotteryItemId": 311000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 6, - "masterLotteryItemId": 311000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 7, - "masterLotteryItemId": 311000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 3, - "masterLotteryItemId": 311000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 4, - "masterLotteryItemId": 311000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 6, - "masterLotteryItemId": 311000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 7, - "masterLotteryItemId": 311000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 3, - "masterLotteryItemId": 311000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 4, - "masterLotteryItemId": 311000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 6, - "masterLotteryItemId": 311000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 7, - "masterLotteryItemId": 311000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 3, - "masterLotteryItemId": 311001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 4, - "masterLotteryItemId": 311001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 6, - "masterLotteryItemId": 311001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 7, - "masterLotteryItemId": 311001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 3, - "masterLotteryItemId": 311001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 4, - "masterLotteryItemId": 311001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 6, - "masterLotteryItemId": 311001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 7, - "masterLotteryItemId": 311001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 3, - "masterLotteryItemId": 311001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 4, - "masterLotteryItemId": 311001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 6, - "masterLotteryItemId": 311001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 7, - "masterLotteryItemId": 311001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 3, - "masterLotteryItemId": 311001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 4, - "masterLotteryItemId": 311001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 6, - "masterLotteryItemId": 311001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 7, - "masterLotteryItemId": 311001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 3, - "masterLotteryItemId": 311001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 4, - "masterLotteryItemId": 311001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 6, - "masterLotteryItemId": 311001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 7, - "masterLotteryItemId": 311001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 3, - "masterLotteryItemId": 311001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 4, - "masterLotteryItemId": 311001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 6, - "masterLotteryItemId": 311001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 7, - "masterLotteryItemId": 311001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 3, - "masterLotteryItemId": 311001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 4, - "masterLotteryItemId": 311001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 6, - "masterLotteryItemId": 311001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 7, - "masterLotteryItemId": 311001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 3, - "masterLotteryItemId": 311001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 4, - "masterLotteryItemId": 311001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 6, - "masterLotteryItemId": 311001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 7, - "masterLotteryItemId": 311001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110018, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 3, - "masterLotteryItemId": 311001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 4, - "masterLotteryItemId": 311001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 6, - "masterLotteryItemId": 311001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 7, - "masterLotteryItemId": 311001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110019, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 3, - "masterLotteryItemId": 311001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 4, - "masterLotteryItemId": 311001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 6, - "masterLotteryItemId": 311001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 7, - "masterLotteryItemId": 311001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110020, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 2, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 3, - "masterLotteryItemId": 311002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 4, - "masterLotteryItemId": 311002002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 5, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 6, - "masterLotteryItemId": 311002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 7, - "masterLotteryItemId": 311002002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110021, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 3, - "masterLotteryItemId": 311002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 4, - "masterLotteryItemId": 311002102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 6, - "masterLotteryItemId": 311002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 7, - "masterLotteryItemId": 311002102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110022, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 3, - "masterLotteryItemId": 311002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 4, - "masterLotteryItemId": 311002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 6, - "masterLotteryItemId": 311002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 7, - "masterLotteryItemId": 311002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110023, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 2, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 3, - "masterLotteryItemId": 311002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 4, - "masterLotteryItemId": 311002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 5, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 6, - "masterLotteryItemId": 311002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 7, - "masterLotteryItemId": 311002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110024, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 3, - "masterLotteryItemId": 311002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 4, - "masterLotteryItemId": 311002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 6, - "masterLotteryItemId": 311002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 7, - "masterLotteryItemId": 311002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110025, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 3, - "masterLotteryItemId": 311002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 4, - "masterLotteryItemId": 311002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 6, - "masterLotteryItemId": 311002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 7, - "masterLotteryItemId": 311002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110026, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 3, - "masterLotteryItemId": 311002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 4, - "masterLotteryItemId": 311002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 5, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 6, - "masterLotteryItemId": 311002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 7, - "masterLotteryItemId": 311002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110027, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 3, - "masterLotteryItemId": 311002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 4, - "masterLotteryItemId": 311002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 5, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 6, - "masterLotteryItemId": 311002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 7, - "masterLotteryItemId": 311002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110028, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 3, - "masterLotteryItemId": 311002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 4, - "masterLotteryItemId": 311002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 6, - "masterLotteryItemId": 311002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 7, - "masterLotteryItemId": 311002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110029, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 3, - "masterLotteryItemId": 311002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 4, - "masterLotteryItemId": 311002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 5, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 6, - "masterLotteryItemId": 311002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 7, - "masterLotteryItemId": 311002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110030, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 3, - "masterLotteryItemId": 311003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 4, - "masterLotteryItemId": 311003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 6, - "masterLotteryItemId": 311003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 7, - "masterLotteryItemId": 311003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110031, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 3, - "masterLotteryItemId": 311003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 4, - "masterLotteryItemId": 311003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 6, - "masterLotteryItemId": 311003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 7, - "masterLotteryItemId": 311003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110032, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 3, - "masterLotteryItemId": 311003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 4, - "masterLotteryItemId": 311003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 5, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 6, - "masterLotteryItemId": 311003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 7, - "masterLotteryItemId": 311003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110033, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 3, - "masterLotteryItemId": 311003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 4, - "masterLotteryItemId": 311003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 6, - "masterLotteryItemId": 311003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 7, - "masterLotteryItemId": 311003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110034, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 3, - "masterLotteryItemId": 311003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 4, - "masterLotteryItemId": 311003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 5, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 6, - "masterLotteryItemId": 311003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 7, - "masterLotteryItemId": 311003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110035, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 3, - "masterLotteryItemId": 311003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 4, - "masterLotteryItemId": 311003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 6, - "masterLotteryItemId": 311003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 7, - "masterLotteryItemId": 311003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110036, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 3, - "masterLotteryItemId": 311003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 4, - "masterLotteryItemId": 311003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 5, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 6, - "masterLotteryItemId": 311003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 7, - "masterLotteryItemId": 311003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110037, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 3, - "masterLotteryItemId": 311003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 4, - "masterLotteryItemId": 311003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 6, - "masterLotteryItemId": 311003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 7, - "masterLotteryItemId": 311003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 4110001, - "number": 1, - "masterLotteryItemId": 111001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 2, - "masterLotteryItemId": 211001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 3, - "masterLotteryItemId": 411000101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 4, - "masterLotteryItemId": 211001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 5, - "masterLotteryItemId": 411000101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 1, - "masterLotteryItemId": 112001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 2, - "masterLotteryItemId": 212001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 3, - "masterLotteryItemId": 411000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 4, - "masterLotteryItemId": 212001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 5, - "masterLotteryItemId": 411000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 1, - "masterLotteryItemId": 113001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 2, - "masterLotteryItemId": 213001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 3, - "masterLotteryItemId": 411000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 4, - "masterLotteryItemId": 213001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 5, - "masterLotteryItemId": 411000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110004, - "number": 3, - "masterLotteryItemId": 411000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110004, - "number": 4, - "masterLotteryItemId": 411000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110005, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 3, - "masterLotteryItemId": 411000501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 4, - "masterLotteryItemId": 411000502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 6, - "masterLotteryItemId": 411000501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 7, - "masterLotteryItemId": 411000502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110006, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 3, - "masterLotteryItemId": 411000601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 4, - "masterLotteryItemId": 411000602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 6, - "masterLotteryItemId": 411000601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 7, - "masterLotteryItemId": 411000602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110007, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 3, - "masterLotteryItemId": 411000701, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 4, - "masterLotteryItemId": 411000702, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 6, - "masterLotteryItemId": 411000701, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 7, - "masterLotteryItemId": 411000702, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110008, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 3, - "masterLotteryItemId": 411000801, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 4, - "masterLotteryItemId": 411000802, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 6, - "masterLotteryItemId": 411000801, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 7, - "masterLotteryItemId": 411000802, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110009, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 3, - "masterLotteryItemId": 411000901, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 4, - "masterLotteryItemId": 411000902, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 6, - "masterLotteryItemId": 411000901, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 7, - "masterLotteryItemId": 411000902, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110010, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 3, - "masterLotteryItemId": 411001001, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 4, - "masterLotteryItemId": 411001002, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 6, - "masterLotteryItemId": 411001001, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 7, - "masterLotteryItemId": 411001002, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110011, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 3, - "masterLotteryItemId": 411001101, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 4, - "masterLotteryItemId": 411001102, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 6, - "masterLotteryItemId": 411001101, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 7, - "masterLotteryItemId": 411001102, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110012, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 3, - "masterLotteryItemId": 411001201, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 4, - "masterLotteryItemId": 411001202, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 6, - "masterLotteryItemId": 411001201, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 7, - "masterLotteryItemId": 411001202, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110013, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 3, - "masterLotteryItemId": 411001301, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 4, - "masterLotteryItemId": 411001302, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 6, - "masterLotteryItemId": 411001301, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 7, - "masterLotteryItemId": 411001302, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110014, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 3, - "masterLotteryItemId": 411001401, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 4, - "masterLotteryItemId": 411001402, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 6, - "masterLotteryItemId": 411001401, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 7, - "masterLotteryItemId": 411001402, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110015, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 3, - "masterLotteryItemId": 411001501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 4, - "masterLotteryItemId": 411001502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 6, - "masterLotteryItemId": 411001501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 7, - "masterLotteryItemId": 411001502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110016, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 3, - "masterLotteryItemId": 411001601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 4, - "masterLotteryItemId": 411001602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 6, - "masterLotteryItemId": 411001601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 7, - "masterLotteryItemId": 411001602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 2, - "masterLotteryItemId": 411001702, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 3, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 4, - "masterLotteryItemId": 411001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 5, - "masterLotteryItemId": 411001702, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 6, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 8700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 7, - "masterLotteryItemId": 411001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110019, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110019, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110019, - "number": 3, - "masterLotteryItemId": 411001901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110019, - "number": 4, - "masterLotteryItemId": 411001901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 2, - "masterLotteryItemId": 411002002, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 3, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 4, - "masterLotteryItemId": 411002001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 5, - "masterLotteryItemId": 411002001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 2, - "masterLotteryItemId": 411002102, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 3, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 4, - "masterLotteryItemId": 411002101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 5, - "masterLotteryItemId": 411002101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 2, - "masterLotteryItemId": 411002202, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 3, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 4, - "masterLotteryItemId": 411002201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 5, - "masterLotteryItemId": 411002201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110023, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 3, - "masterLotteryItemId": 411002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 5, - "masterLotteryItemId": 411002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110024, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 3, - "masterLotteryItemId": 411002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 4, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 5, - "masterLotteryItemId": 411002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110025, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 3, - "masterLotteryItemId": 411002501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 5, - "masterLotteryItemId": 411002501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110026, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110026, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110026, - "number": 3, - "masterLotteryItemId": 411002601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110026, - "number": 4, - "masterLotteryItemId": 411002601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110027, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 3, - "masterLotteryItemId": 411002702, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 4, - "masterLotteryItemId": 411002701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 5, - "masterLotteryItemId": 411002702, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 6, - "masterLotteryItemId": 411002701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110028, - "number": 1, - "masterLotteryItemId": 121001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 2, - "masterLotteryItemId": 221001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 3, - "masterLotteryItemId": 411002801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 4, - "masterLotteryItemId": 221001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 5, - "masterLotteryItemId": 411002801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110029, - "number": 1, - "masterLotteryItemId": 122001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 2, - "masterLotteryItemId": 222001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 3, - "masterLotteryItemId": 411002901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 4, - "masterLotteryItemId": 222001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 5, - "masterLotteryItemId": 411002901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110030, - "number": 1, - "masterLotteryItemId": 123001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 2, - "masterLotteryItemId": 223001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 3, - "masterLotteryItemId": 411003001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 4, - "masterLotteryItemId": 223001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 5, - "masterLotteryItemId": 411003001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110031, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 3, - "masterLotteryItemId": 411003101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 5, - "masterLotteryItemId": 411003101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110032, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 3, - "masterLotteryItemId": 411003201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 5, - "masterLotteryItemId": 411003201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110033, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 2, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 3, - "masterLotteryItemId": 411003301, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 4, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 5, - "masterLotteryItemId": 411003301, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110034, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 3, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 5, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 3, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 4, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110036, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 3, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 5, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 3, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 4, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110038, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 3, - "masterLotteryItemId": 411003801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 5, - "masterLotteryItemId": 411003801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110039, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 3, - "masterLotteryItemId": 411003901, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 4, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 5, - "masterLotteryItemId": 411003901, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 3, - "masterLotteryItemId": 411004001, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 5, - "masterLotteryItemId": 411004001, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 3, - "masterLotteryItemId": 411004101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 5, - "masterLotteryItemId": 411004101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 3, - "masterLotteryItemId": 411004201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 4, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 5, - "masterLotteryItemId": 411004201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110043, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 3, - "masterLotteryItemId": 411004301, - "rarity": 3, - "ratio": 280, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 4, - "masterLotteryItemId": 411004302, - "rarity": 3, - "ratio": 220, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 6, - "masterLotteryItemId": 411004301, - "rarity": 3, - "ratio": 280, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 7, - "masterLotteryItemId": 411004302, - "rarity": 3, - "ratio": 220, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110044, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 2, - "masterLotteryItemId": 411004401, - "rarity": 2, - "ratio": 4000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 3, - "masterLotteryItemId": 411004402, - "rarity": 3, - "ratio": 5000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 4, - "masterLotteryItemId": 411004401, - "rarity": 2, - "ratio": 5000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 5, - "masterLotteryItemId": 411004402, - "rarity": 3, - "ratio": 5000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224032003 - }, - { - "id": 7110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 3, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 5, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 3, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 5, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071202 - }, - { - "id": 8110001, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110002, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110004, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110005, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110006, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 9110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110001, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110001, - "number": 4, - "masterLotteryItemId": 911000101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 4, - "masterLotteryItemId": 911000201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 4, - "masterLotteryItemId": 911000301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 4, - "masterLotteryItemId": 911000401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 4, - "masterLotteryItemId": 911000501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 4, - "masterLotteryItemId": 911000601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 4, - "masterLotteryItemId": 911000701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 4, - "masterLotteryItemId": 911000801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 4, - "masterLotteryItemId": 911000901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 4, - "masterLotteryItemId": 911001001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 4, - "masterLotteryItemId": 911001101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 4, - "masterLotteryItemId": 911001201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 4, - "masterLotteryItemId": 911001301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 4, - "masterLotteryItemId": 911001401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 4, - "masterLotteryItemId": 911001501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 4, - "masterLotteryItemId": 911001601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 4, - "masterLotteryItemId": 911001701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 4, - "masterLotteryItemId": 911001801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 4, - "masterLotteryItemId": 911001901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 4, - "masterLotteryItemId": 911002001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 4, - "masterLotteryItemId": 911002101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 4, - "masterLotteryItemId": 911002201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 4, - "masterLotteryItemId": 911002301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 4, - "masterLotteryItemId": 911002401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 4, - "masterLotteryItemId": 911002501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 4, - "masterLotteryItemId": 911002601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 4, - "masterLotteryItemId": 911002701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 4, - "masterLotteryItemId": 911002801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 4, - "masterLotteryItemId": 911002901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 4, - "masterLotteryItemId": 911003001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 4, - "masterLotteryItemId": 911003101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 4, - "masterLotteryItemId": 911003201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 4, - "masterLotteryItemId": 911003301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 4, - "masterLotteryItemId": 911003401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 4, - "masterLotteryItemId": 911003501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 4, - "masterLotteryItemId": 911003601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 4, - "masterLotteryItemId": 911003701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 4, - "masterLotteryItemId": 911003801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 4, - "masterLotteryItemId": 911003901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 3, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 4, - "masterLotteryItemId": 711010101, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 6, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110101, - "number": 7, - "masterLotteryItemId": 711010101, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 3, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 4, - "masterLotteryItemId": 711010201, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 6, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110102, - "number": 7, - "masterLotteryItemId": 711010201, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 3, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 4, - "masterLotteryItemId": 711010101, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 6, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110103, - "number": 7, - "masterLotteryItemId": 711010101, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110104, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110104, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110104, - "number": 3, - "masterLotteryItemId": 711010102, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 7110104, - "number": 4, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110104, - "number": 5, - "masterLotteryItemId": 711010102, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 7110105, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 3, - "masterLotteryItemId": 711010501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110105, - "number": 5, - "masterLotteryItemId": 711010501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924041701 - }, - { - "id": 7110106, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 3, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 4, - "masterLotteryItemId": 711010201, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 6, - "masterLotteryItemId": 711010100, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110106, - "number": 7, - "masterLotteryItemId": 711010201, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924042401 - }, - { - "id": 7110107, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924050701 - }, - { - "id": 7110107, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924050701 - }, - { - "id": 7110107, - "number": 3, - "masterLotteryItemId": 711010701, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924050701 - }, - { - "id": 7110107, - "number": 4, - "masterLotteryItemId": 711010701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924050701 - }, - { - "id": 7110108, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 3, - "masterLotteryItemId": 711010801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924052401 - }, - { - "id": 7110108, - "number": 5, - "masterLotteryItemId": 711010801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 924052401 - } -] \ No newline at end of file diff --git a/src/router/databases/json/global/music.json b/src/router/databases/json/global/music.json deleted file mode 100644 index 36ba1dd..0000000 --- a/src/router/databases/json/global/music.json +++ /dev/null @@ -1,12742 +0,0 @@ -[ - { - "id": 1001, - "name": "Bokura no LIVE Kimi to no LIFE", - "shortName": "Bokura no LIVE Kimi to no LIFE", - "kana": "Bokura no LIVE Kimi to no LIFE", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "μ's monumental first single and the first song in the whole Love Live! series. Its simple yet memorable guitar theme creates a striking, invigorating impression of something new on the horizon. To this day, fans fondly look back on it with the pet name \"Borarara.\"", - "bandCategory": 2, - "masterGroupId": 100, - "jacketImageName": "jacket_1001", - "masterBgmId": 31001001, - "previewMasterBgmId": 32001001, - "locked": 0, - "obtainType": 2, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1002, - "name": "SUNNY DAY SONG", - "shortName": "SUNNY DAY SONG", - "kana": "SUNNY DAY SONG", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "A song made by μ's for school idols everywhere. It possesses vigor and affection in its message for those everywhere to broaden their horizons. One stunning scene in the Love Live! film shows all school idols performing this song together.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1002", - "masterBgmId": 31001002, - "previewMasterBgmId": 32001002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1003, - "name": "A song for You! You? You!!", - "shortName": "A song for You! You? You!!", - "kana": "A song for You! You? You!!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "μ's latest single, an optimistic tune that encourages listeners to embrace friends new and old and set off for the future with the enthusiasm to try new things and the courage to embark on fresh adventures.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1003", - "masterBgmId": 31001003, - "previewMasterBgmId": 32001003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/03/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1004, - "name": "?←HEARTBEAT", - "shortName": "?←HEARTBEAT", - "kana": "?←HEARTBEAT", - "artist": "Eli Ayase (C.V: Yoshino Nanjo), Nozomi Tojo (C.V: Aina Kusuda), and Nico Yazawa (C.V: Sora Tokui)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "A song that chronicles the thrill and subsequent sense of disorientation accompanying μ's sudden rise to stardom. It also talks about running away from fans while set to an upbeat tune. In the movie, the three third-year students dance to it in their school idol costumes.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1002", - "masterBgmId": 31001004, - "previewMasterBgmId": 32001004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1005, - "name": "After School NAVIGATORS", - "shortName": "After School NAVIGATORS", - "kana": "After School NAVIGATORS", - "artist": "Nico Yazawa (C.V: Sora Tokui), Rin Hoshizora (C.V: Riho Iida), and Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "", - "dictionaryComment": "The B-side of the Love Live! Radio Kagai Katsudo: Nikorinpana Theme Song CD. This track features a high-speed deliberation between Nico, Rin, and Hanayo over what to eat. Just as much a story of loved ones as tasty treats, the song culminates in the heartwarming ending of the three girls deciding they're happiest simply to spend time together.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1024", - "masterBgmId": 31001005, - "previewMasterBgmId": 32001005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/10/17", - "masterReleaseLabelId": 1 - }, - { - "id": 1006, - "name": "Anemone Heart", - "shortName": "Anemone Heart", - "kana": "Anemone Heart", - "artist": "Kotori Minami (C.V: Uchida Aya) and Umi Sonoda (C.V: Suzuko Mimori)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "A duet sung by two old friends about a secret, ephemeral first love told through the metaphors of anemones and acacia flowers. The bass punctuated with silent beats makes for an authentic techno sound, a perfect match for Kotori and Umi's vocals that are powerful or whispered by turns.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1006", - "masterBgmId": 31001006, - "previewMasterBgmId": 32001006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1007, - "name": "Angelic Angel", - "shortName": "Angelic Angel", - "kana": "Angelic Angel", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Shintaro Mori
Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "A background song in Love Live! The School Idol Movie. This song is memorable for its characters dressed in Japanese-style costumes performed on the backdrop of NYC at night. The emotive guitar and mellow drums represent μ's striking off in a new direction with this unprecedented sound.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001007, - "previewMasterBgmId": 32001007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1008, - "name": "Baby Maybe Koi no Button", - "shortName": "Baby Maybe Koi no Button", - "kana": "Baby Maybe Koi no Button", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "", - "dictionaryComment": "The B-side of μ's second single with lyrics expressing the ambivalence of wondering whether one should push the love button to take their relationship with a friend to the next level. First, the singer narrates her plight before pushing the button before recounting the results, only to wonder at the end if her partner also pushed the love button.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1048", - "masterBgmId": 31001008, - "previewMasterBgmId": 32001008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1009, - "name": "Beat in Angel", - "shortName": "Beat in Angel", - "kana": "Beat in Angel", - "artist": "Maki Nishikino and Rin Hoshizora", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "", - "dictionaryComment": "In this wild song, a doctor (well...no one's checking her medical license!) offers to cure someone who's been bit by the love bug. Starting off with a rapid-fire snare drum and moving into an authentic Eurobeat sound, Rin and Maki deliver a nonstop upbeat performance. In live shows, they wear angel wings on their uniforms and deliver high-power dance moves.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1009", - "masterBgmId": 31001009, - "previewMasterBgmId": 32001009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/06/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1010, - "name": "Cheer Day Cheer Girl!", - "shortName": "Cheer Day Cheer Girl!", - "kana": "Cheer Day Cheer Girl!", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "With the energy Printemps is known for, this song packs a cute and upbeat cheerleading feel. Pompoms a-shaking, Honoka, Kotori, and Hanayo banish even the worst self-doubts in the ears of listeners.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1010", - "masterBgmId": 31001010, - "previewMasterBgmId": 32001010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1011, - "name": "COLORFUL VOICE", - "shortName": "COLORFUL VOICE", - "kana": "COLORFUL VOICE", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "This song is a fun-filled discussion of what to do next. Some fans go all out the day before concerts setting their light sticks up to display the members' colors for the part before the chorus.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1083", - "masterBgmId": 31001011, - "previewMasterBgmId": 32001011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1012, - "name": "Cutie Panther", - "shortName": "Cutie Panther", - "kana": "Cutie Panther", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "BiBi's second single. This cute song compares pursuing one's love to an animal stalking its prey. The three BiBi girls lend this Eurobeat style track their signature sense of simultaneous comedy and coolness. Live show performances of this song are set apart for their dance moves involving tails.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1012", - "masterBgmId": 31001012, - "previewMasterBgmId": 32001012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/07/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1014, - "name": "Dancing Stars on Me!", - "shortName": "Dancing Stars on Me!", - "kana": "Dancing Stars on Me!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "", - "dictionaryComment": "Canonically, this song was unveiled on Halloween with orange-themed costumes of princesses, witches, and pirates. The intro sets the tone with a spooky tolling of bells, and the synthesizers lead the listeners away on a Halloween parade.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1027", - "masterBgmId": 31001014, - "previewMasterBgmId": 32001014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/06/11", - "masterReleaseLabelId": 1 - }, - { - "id": 1015, - "name": "Daring!!", - "shortName": "Daring!!", - "kana": "Daring!!", - "artist": "Maki Nishikino (C.V: Pile)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Keiichi Kondo", - "dictionaryReference": "", - "dictionaryComment": "As the title implies, this hip tune depicts Maki boldly pursuing a love interest. The K-pop-esque EDM sound coupled with Maki's nimble dance moves has won the hearts of many fans.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001015, - "previewMasterBgmId": 32001015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1016, - "name": "Dreamin’ Go! Go!!", - "shortName": "Dreamin’ Go! Go!!", - "kana": "Dreamin’ Go! Go!!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: TSUKASA
Arrangement: Kon-K", - "dictionaryReference": "", - "dictionaryComment": "Once a live show ends, it's back to the daily grind. But the school idols want to send their fans home with the determination to chase their dreams, so this song and its fanfare of trumpets drive that message home. In live shows, the performers spin the towels they use to wipe off their sweat.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1016", - "masterBgmId": 31001016, - "previewMasterBgmId": 32001016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/01/31", - "masterReleaseLabelId": 1 - }, - { - "id": 1017, - "name": "ENDLESS PARADE", - "shortName": "ENDLESS PARADE", - "kana": "ENDLESS PARADE", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Kana Yabuki
Arrangement: Wataru Maeguchi", - "dictionaryReference": "", - "dictionaryComment": "From the first note, this song feels like a culmination of everyone's effort in typical Love Live! fashion. It paints a picture of the impending end of a live show and the desire to not go home yet, to keep dancing and singing. Although this has become a title song for a live show, it has yet to be performed live.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1017", - "masterBgmId": 31001017, - "previewMasterBgmId": 32001017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/02/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1019, - "name": "Future Style", - "shortName": "Future Style", - "kana": "Future Style", - "artist": "Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), and Umi Sonoda (C.V: Suzuko Mimori)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "This song follows Honoka and her friends' efforts to make the best live show the world has ever seen. The lyrics are hopeful for the future, almost as if to indicate the style of future school idols.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1123", - "masterBgmId": 31001019, - "previewMasterBgmId": 32001019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1020, - "name": "Happy Maker!", - "shortName": "Happy Maker!", - "kana": "Happy Maker!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Wataru Maeguchi", - "dictionaryReference": "", - "dictionaryComment": "A tune that exemplifies happiness and the sense of accomplishment following giving something your all. The upbeat tempo and μ's power bring the energy to get toes tapping, listeners grinning, and happiness multiplied double-fold.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1023", - "masterBgmId": 31001020, - "previewMasterBgmId": 32001020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/07/09", - "masterReleaseLabelId": 1 - }, - { - "id": 1021, - "name": "HEART to HEART!", - "shortName": "HEART to HEART!", - "kana": "HEART to HEART!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazuya Nishioka", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This powerful, positive song's background rhythm is reminiscent of dancing at rock music festivals. It delivers a standard μ's message: You can make your dreams come true. And if you don't, we'll be here to stand with you and make them happen together.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1021", - "masterBgmId": 31001021, - "previewMasterBgmId": 32001021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1022, - "name": "Hello, Hoshiwo Kazoete", - "shortName": "Hello, Hoshiwo Kazoete", - "kana": "Hello, Hoshiwo Kazoete", - "artist": "Rin Hoshizora (C.V: Riho iida), Maki Nishikino (C.V: Pile), and Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "Part of the Love Live! The School Idol Movie's soundtrack. The adorableness of the first-year girls is out in full force. The optimistic lyrics send your worries packing and complement the lovely, jazzy tone.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001022, - "previewMasterBgmId": 32001022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1023, - "name": "KiRa-KiRa Sensation!", - "shortName": "KiRa-KiRa Sensation!", - "kana": "KiRa-KiRa Sensation!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda", - "dictionaryReference": "", - "dictionaryComment": "With costumes that hearken back to μ's starting days with START:DASH!!, this song incorporates every step along the way to deliver gratitude towards the fans and the feeling of having come so far. Even so, μ's sets off for even greater heights and promise to never stop dreaming.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1023", - "masterBgmId": 31001023, - "previewMasterBgmId": 32001023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/07/09", - "masterReleaseLabelId": 1 - }, - { - "id": 1024, - "name": "Listen to My Heart!", - "shortName": "Listen to My Heart!", - "kana": "Listen to My Heart!", - "artist": "Nico Yazawa (C.V: Sora Tokui), Rin Hoshizora (C.V: Riho Iida), and Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Mineaki Kawahara", - "dictionaryReference": "", - "dictionaryComment": "A theme from the internet radio show Love Live! Radio Kagai Katsudo: Nikorinpana. This song oozes charm and playfulness with the names of its cast members and supporting crew sprinkled throughout the lyrics. It's sung as if recording a real radio program, and NicoRinPana appear on the CD cover wearing Otonokizaka High tracksuits.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1024", - "masterBgmId": 31001024, - "previewMasterBgmId": 32001024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/10/17", - "masterReleaseLabelId": 1 - }, - { - "id": 1025, - "name": "LONELIEST BABY", - "shortName": "LONELIEST BABY", - "kana": "LONELIEST BABY", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "", - "dictionaryComment": "A special edition song from the Love Live! Blu-ray. This dance tune has listeners feelin' good with its mid-tempo funk/disco combo sound. Fans are won over by the repeated \"I love you\" in the chorus.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1025", - "masterBgmId": 31001025, - "previewMasterBgmId": 32001025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1026, - "name": "Love Marginal", - "shortName": "Love Marginal", - "kana": "Love Marginal", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition: Miki Fujisue
Arrangement: Miki Fujisue and Koji Matsuzaka", - "dictionaryReference": "", - "dictionaryComment": "Printemps' debut single. This love song hits home with the earnest love of as a teenager. The synthesizers make this 90's era J-pop tribute a must-listen.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1026", - "masterBgmId": 31001026, - "previewMasterBgmId": 32001026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1027, - "name": "Love Wing Bell", - "shortName": "Love Wing Bell", - "kana": "Love Wing Bell", - "artist": "Rin Hoshizora (C.V: Riho Iida), Maki Nishikino (C.V: Pile), Hanayo Koizumi (C.V: Yurika Kubo), Eli Ayase (C.V: Yoshino Nanjo), Nozomi Tojo (C.V: Aina Kusuda), and Nico Yazawa (C.V: Sora Tokui)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori", - "dictionaryReference": "Love Live! Anime Season 2: Episode 5 Soundtrack", - "dictionaryComment": "A song styled after wedding ceremonies to match Rin's wedding dress modeling scene from season 2 of the Love Live! anime. Rin once gave up on her dreams of ever looking cute, but now with her question, \"What new me does my future hold?\" this song illustrates her character growth.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1027", - "masterBgmId": 31001027, - "previewMasterBgmId": 32001027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/06/11", - "masterReleaseLabelId": 1 - }, - { - "id": 1028, - "name": "LOVELESS WORLD", - "shortName": "LOVELESS WORLD", - "kana": "LOVELESS WORLD", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Takahiro Kawata", - "dictionaryReference": "", - "dictionaryComment": "An unforgettable song with lyrics that describe a violent clash of conflicting feelings before all are reduced to ash. Its shredding guitar and bass produce a heavy gothic metal sound which, along with the strong flames of the live show performances, this song is known for.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1033", - "masterBgmId": 31001028, - "previewMasterBgmId": 32001028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1029, - "name": "Mermaid Festa Vol.1", - "shortName": "Mermaid Festa Vol.1", - "kana": "Mermaid Festa Vol.1", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Shunryu
Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "The B-side of μ's third single. The passionate flamenco tune is accompanied by mermaid-like flowing hand gestures in the chorus. Fans find it adorable how the girls attempt a more grown-up tune yet can't help but exhibit pathos in the lines, \"If you invert the symbols I've drawn/in the sand with my bare feet, they read, 'I love you.'\"", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1029", - "masterBgmId": 31001029, - "previewMasterBgmId": 32001029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1030, - "name": "Mermaid Festa Vol.2 ~Passionate~", - "shortName": "Mermaid Festa Vol.2 ~Passionate~", - "kana": "Mermaid Festa Vol.2 ~Passionate~", - "artist": "Honoka Kosaka (C.V: Emi Nitta) and Rin Hoshizora (C.V: Riho Iida)", - "detailInfo": "Lyrics: Aki Hata
Composition: Shingo Yamazaki
Arrangement: Nozomi Matsui", - "dictionaryReference": "", - "dictionaryComment": "The first installment of Honoka and Rin's duet singles. Among the μ's girls, Honoka and Rin look the youngest, so they sing about growing and pushing themselves to the limit via a fruit metaphor. Yet this contrasts with their more youthful, energetic dancing.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1030", - "masterBgmId": 31001030, - "previewMasterBgmId": 32001030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/04/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1031, - "name": "MOMENT RING", - "shortName": "MOMENT RING", - "kana": "MOMENT RING", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "μ's final single, a big wrap-up of all of their efforts. The music returns to their roots with that tried and true Love Live! style, but μ's also incorporates new elements like rap parts to go out with a bang.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1031", - "masterBgmId": 31001031, - "previewMasterBgmId": 32001031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 1032, - "name": "Museum de Doushitai?", - "shortName": "Museum de Doushitai?", - "kana": "Museum de Doushitai?", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda", - "dictionaryReference": "", - "dictionaryComment": "An electric pop song that sends a shy, open message asking, \"Hey, we barely just got together. Are we drifting apart already?\" It paints a lovely image of the future awaiting two people whose museum of love has yet to be filled with exhibits.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1032", - "masterBgmId": 31001032, - "previewMasterBgmId": 32001032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1033, - "name": "Music S.T.A.R.T!!", - "shortName": "Music S.T.A.R.T!!", - "kana": "Music S.T.A.R.T!!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "", - "dictionaryComment": "The title of this tune hearkens back to the rallying call μ's makes before taking the stage. Many fans adore the dance moves that accompany the chorus. The pajamas shown in the PV also make an appearance in season 2, episode 12 of the Love Live! anime.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1033", - "masterBgmId": 31001033, - "previewMasterBgmId": 32001033, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1035, - "name": "No Brand Girls", - "shortName": "No Brand Girls", - "kana": "No Brand Girls", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "Love Live! Anime Season 1: Episode 11 Soundtrack", - "dictionaryComment": "Soundtrack from season 1, episode 11 of the Love Live! anime. This song is memorable for the scene in the anime where the girls perform in the rain. Both live show outfits and the song itself have a hard rock feel, and the \"Hai hai hai!\" call make the excitement of the show reach an all-time peak.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1035", - "masterBgmId": 31001035, - "previewMasterBgmId": 32001035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/03", - "masterReleaseLabelId": 1 - }, - { - "id": 1037, - "name": "NO EXIT ORION", - "shortName": "NO EXIT ORION", - "kana": "NO EXIT ORION", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ryuhey Yamada", - "dictionaryReference": "", - "dictionaryComment": "A serious rock tune with gothic-style pipe organ and guitar, which is a departure from the usual upbeat Printemps sound. The lyrics depict a superb contrast between the intense heat of the singers' feelings and the cool air of a winter's night beneath the twinkling stars of Orion.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1061", - "masterBgmId": 31001037, - "previewMasterBgmId": 32001037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1038, - "name": "Oh, Love & Peace!", - "shortName": "Oh, Love & Peace!", - "kana": "Oh, Love & Peace!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Katsuhiko Kurosu", - "dictionaryReference": "", - "dictionaryComment": "The B-side of μ's fifth single. This song plays in season 2, episode 13 of the anime, and speaks to the strength of μ's friendship as the girls realize they'll never truly be apart, even after graduating and going off on their own. Hanayo performs the center role in this song for the only time in μ's history. In live shows, this song has often rounded out the set list, with the girls waving the audience goodbye with a three-finger salute and a call of \"Love and peace!\"", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1038", - "masterBgmId": 31001038, - "previewMasterBgmId": 32001038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/09/05", - "masterReleaseLabelId": 1 - }, - { - "id": 1039, - "name": "Paradise Live", - "shortName": "Paradise Live", - "kana": "Paradise Live", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "Many fans remember this song as the start-up music for SIF. In the latter stages of live shows, it urges the audience to keep working hard and chasing their dreams even after the show is done so audience and school idols may someday meet again at the next live show.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1081", - "masterBgmId": 31001039, - "previewMasterBgmId": 32001039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/01/29", - "masterReleaseLabelId": 1 - }, - { - "id": 1040, - "name": "Private Wars", - "shortName": "Private Wars", - "kana": "Private Wars", - "artist": "A-RISE", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yusuke Itagaki", - "dictionaryReference": "", - "dictionaryComment": "A powerful K-pop-esque tune with likewise macho lyrics, using each of the girls' strengths as individuals to amp themselves up and dish out fighting words. When Honoka sees this song performed in season 1, episode 1 of the Love Live! anime, it inspires her to become a school idol herself.", - "bandCategory": 1, - "masterGroupId": 104, - "jacketImageName": "jacket_1040", - "masterBgmId": 31001040, - "previewMasterBgmId": 32001040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/10", - "masterReleaseLabelId": 1 - }, - { - "id": 1041, - "name": "PSYCHIC FIRE", - "shortName": "PSYCHIC FIRE", - "kana": "PSYCHIC FIRE", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "Uh-huh, it's Nico, Maki, and Elichika! This song combines everything that BiBi is known for, from Bibi's powerful music to Nico's BiBi call. In live shows, the three BiBi girls get so animated the audience is swept up along in their excitement.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1110", - "masterBgmId": 31001041, - "previewMasterBgmId": 32001041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/01/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1042, - "name": "Pure Girls Project", - "shortName": "Pure Girls Project", - "kana": "Pure Girls Project", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "", - "dictionaryComment": "In Printemps fashion, this song is a no-holds-barred burst of positivity, celebrating their friendship and willingness to adventure together even if their personalities and opinions don't always see eye to eye. Compare with the Super-Mondo Mix for an extra splash of fun.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1042", - "masterBgmId": 31001042, - "previewMasterBgmId": 32001042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/08/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1044, - "name": "SENTIMENTAL StepS", - "shortName": "SENTIMENTAL StepS", - "kana": "SENTIMENTAL StepS", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Masayoshi Takasaka
Arrangement: Teppei Shimizu", - "dictionaryReference": "", - "dictionaryComment": "From the first ticking of the clock in the intro, this sentimental song reflects on the passage of time and the people around us. As time goes on, it quietly grows into a song that lives on forever in the hearts of listeners.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1095", - "masterBgmId": 31001044, - "previewMasterBgmId": 32001044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1045, - "name": "Shangri-La Shower", - "shortName": "Shangri-La Shower", - "kana": "Shangri-La Shower", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "PSVita Game Love Live! School Idol Paradise Main Theme", - "dictionaryComment": "This tune is accompanied by joyful choreography promising fun from morning 'til night at summer live shows. Right from the outset, those dance moves are distinct. They come together perfectly with the singing to illustrate a cohesive vision.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1045", - "masterBgmId": 31001045, - "previewMasterBgmId": 32001045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/10/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1046, - "name": "Shocking Party", - "shortName": "Shocking Party", - "kana": "Shocking Party", - "artist": "A-RISE", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yusuke Itagaki", - "dictionaryReference": "", - "dictionaryComment": "This song powerfully and stylishly delivers a message to the listeners to take responsibility of their own lives and press on. A-RISE displays their strength as prominent trailblazers.", - "bandCategory": 1, - "masterGroupId": 104, - "jacketImageName": "jacket_1046", - "masterBgmId": 31001046, - "previewMasterBgmId": 32001046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/08/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1047, - "name": "Silent Tonight", - "shortName": "Silent Tonight", - "kana": "Silent Tonight", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "BiBi may usually produce upbeat songs, but Silent tonight is a more gentle, heartfelt ballad. This song chronicles deep kindness and the desire to support a hardworking loved one through its pleasant, happy music blessing the song's \"you and I\" characters.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1047", - "masterBgmId": 31001047, - "previewMasterBgmId": 32001047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1048, - "name": "Snow Halation", - "shortName": "Snow Halation", - "kana": "Snow Halation", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Ryosuke Nakanishi", - "dictionaryReference": "Love Live! Anime Season 2: Episode 9 Soundtrack", - "dictionaryComment": "μ's second single and the first to be released under their group name. As is shown in season 2, episode 9 of the Love Live! anime, it has become a live show staple for fans to turn their lightsticks to orange when the song reaches its final chorus.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1048", - "masterBgmId": 31001048, - "previewMasterBgmId": 32001048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1049, - "name": "Soldier Game", - "shortName": "Soldier Game", - "kana": "Soldier Game", - "artist": "Maki Nishikino (C.V: Pile), Umi Sonoda (C.V: Suzuko Mimori), and Eli Ayase (C.V: Yoshino Nanjo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Mitsuru Wakabayashi", - "dictionaryReference": "", - "dictionaryComment": "A trio single featuring the unusual grouping of Umi, Maki, and Eli. The girls' harmonizing is a fresh and fun take. This disco dance tune offers good vibes and plenty of passion with funky cutting and Latin-style percussion.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001049, - "previewMasterBgmId": 32001049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1050, - "name": "Someday of My Life", - "shortName": "Someday of My Life", - "kana": "Someday of My Life", - "artist": "Honoka Kosaka (C.V: Emi Nitta)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yuichi Yaegashi", - "dictionaryReference": "", - "dictionaryComment": "An emotional song sung to a now-distant partner, requesting to face one another and try to chase their dreams together once more or else face a permanent separation. The powerful, expressive singing over the electronic pop of the drum machine gives listeners courage.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1030", - "masterBgmId": 31001050, - "previewMasterBgmId": 32001050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/04/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1054, - "name": "START: DASH!!", - "shortName": "START: DASH!!", - "kana": "START: DASH!!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "Love Live! Anime Season 1: Episode 13 Soundtrack", - "dictionaryComment": "A soundtrack of the first season of the Love Live! anime. With both positive lyrics and a nostalgic chorus, this song documents μ's journey and achievements throughout the whole first season. It appears in episode 3, sung by the three-second years in the first live version, and in episode 13 with the all-cast version.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1035", - "masterBgmId": 31001054, - "previewMasterBgmId": 32001054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/03", - "masterReleaseLabelId": 1 - }, - { - "id": 1055, - "name": "Storm in Lover", - "shortName": "Storm in Lover", - "kana": "Storm in Lover", - "artist": "Umi Sonoda (C.V: Suzuko Mimori) and Eli Ayase (C.V: Yoshino Nanjo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda", - "dictionaryReference": "", - "dictionaryComment": "A Latinesque song evocative of sunset on the beach in the height of summer when one has just discovered a new love. In this mature duet, Umi and Eli take turns alternating lines in a style reminiscent of kayokyoku, Japanese retro pop.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1055", - "masterBgmId": 31001055, - "previewMasterBgmId": 32001055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/09/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1057, - "name": "Super LOVE = Super LIVE!", - "shortName": "Super LOVE = Super LIVE!", - "kana": "Super LOVE = Super LIVE!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "", - "dictionaryComment": "A high-energy and fun song centered around the twin concepts of loving and living. In μ's Final LoveLive!, the entire audience of over 50,000 made a beautiful show before the final chorus by simultaneously changing their light stick colors.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1091", - "masterBgmId": 31001057, - "previewMasterBgmId": 32001057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/04/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1058, - "name": "Sweet & Sweet Holiday", - "shortName": "Sweet & Sweet Holiday", - "kana": "Sweet & Sweet Holiday", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "", - "dictionaryComment": "The B-side of Love marginal. This song depicts the Printemps crew gathering on a school-free day to chat and gush about their crushes.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1026", - "masterBgmId": 31001058, - "previewMasterBgmId": 32001058, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1059, - "name": "Trouble Busters", - "shortName": "Trouble Busters", - "kana": "Trouble Busters", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition: Yugo Sasakura
Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This upbeat, fun song proves that BiBi can bring on the comedy, too! (Er...are we sure about that?) Maki, Eli, and Nico show what their unit is made of as they try to cheer up a lovelorn friend. In live shows, a bazooka-esque smoke machine mounted on a trolley adds to the chaos and laughter.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1119", - "masterBgmId": 31001059, - "previewMasterBgmId": 32001059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1060, - "name": "UNBALANCED LOVE", - "shortName": "UNBALANCED LOVE", - "kana": "UNBALANCED LOVE", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "", - "dictionaryComment": "A sorrowful love song that brings all the optimism the Printemps girls are known for, with serious lyrics guaranteed to wring the hearts of all listening. The glittery Eurobeat base hits all the nostalgia feels while the revival pop aspect brings a fresh feel to the song.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1042", - "masterBgmId": 31001060, - "previewMasterBgmId": 32001060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/08/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1061, - "name": "WAO-WAO Powerful Day!", - "shortName": "WAO-WAO Powerful Day!", - "kana": "WAO-WAO Powerful Day!", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "A powerful song filled with the energy of an up-and-at-'em start! Fans adore the fresh feeling of the cherry blossom-laden CD cover illustration and high speed. In live shows, the school idols always have their hands moving, which is a perfect match for the lyrics that proclaim, \"We want to do everything!\"", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1061", - "masterBgmId": 31001061, - "previewMasterBgmId": 32001061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1062, - "name": "WILD STARS", - "shortName": "WILD STARS", - "kana": "WILD STARS", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "The B-side of Bokura wa Ima no Naka de. This song talks about adult feelings and a couple discussing their relationship status beneath a starry night sky. In live shows, the choreography likewise depicts a couple. The singers' solo parts are also worth attention in this unusually mature song.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1124", - "masterBgmId": 31001062, - "previewMasterBgmId": 32001062, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1063, - "name": "Wonder Zone", - "shortName": "Wonder Zone", - "kana": "Wonder Zone", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura", - "dictionaryReference": "Love Live! Anime Season 1: Episode 9 Soundtrack", - "dictionaryComment": "A soundtrack from season 1, episode 9 of the Love Live! anime that celebrates Kotori's character development. She sings about Akihabara, the place that accepts her as both the self-assured Minalinsky and the less confident μ's school idol.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1072", - "masterBgmId": 31001063, - "previewMasterBgmId": 32001063, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/03/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1064, - "name": "Wonderful Rush", - "shortName": "Wonderful Rush", - "kana": "Wonderful Rush", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "", - "dictionaryComment": "μ's fifth single. Its optimistic lyrics and energetic dance moves fit μ's to a T as the idol group has only gone on to bigger and better things. The outfits the girls wore at the airport also appear in season 1, episode 10 of the Love Live! anime, while Kotori's forgotten pillow appears in Love Live! The School Idol Movie.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1064", - "masterBgmId": 31001064, - "previewMasterBgmId": 32001064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/09/05", - "masterReleaseLabelId": 1 - }, - { - "id": 1066, - "name": "Anone Ganbare!", - "shortName": "Anone Ganbare!", - "kana": "Anone Ganbare!", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Taka Aoki", - "dictionaryReference": "", - "dictionaryComment": "The B-side of lily white's first single. With Umi as the center role in this retro-themed tune, Rin and Nozomi remind her she doesn't need to do everything by herself and, with her friends around, she can smile and have a good time.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1118", - "masterBgmId": 31001066, - "previewMasterBgmId": 32001066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1067, - "name": "Arifureta Kanashimi no Hate", - "shortName": "Arifureta Kanashimi no Hate", - "kana": "Arifureta Kanashimi no Hate", - "artist": "Eli Ayase (C.V: Yoshino Nanjo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "", - "dictionaryComment": "An Eli solo song revolving around the theme of lost love. The serious, sorrowful lyrics, the guitar sound prior to the chorus, and the heartfelt singing make this song lend the song a noticeable suaveness. The challenges of heartbreak are nothing compared to the courage of this tune.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001067, - "previewMasterBgmId": 32001067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1068, - "name": "Kitto Seishun ga Kikoeru", - "shortName": "Kitto Seishun ga Kikoeru", - "kana": "Kitto Seishun ga Kikoeru", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Anime Season 1: Ending Theme", - "dictionaryComment": "The ending theme for the first season of the Love Live! anime. Each grade level is accompanied by an acoustic tune, signaling the strength of the connections the girls have formed with their classmates as they set off for the future to make their dreams come true.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1068", - "masterBgmId": 31001068, - "previewMasterBgmId": 32001068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1069, - "name": "Kimi no kuse ni!", - "shortName": "Kimi no kuse ni!", - "kana": "Kimi no kuse ni!", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition: Yuri Sugimori
Arrangement: Yusuke Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "A sweet and emotionally frustrating song about two childhood friends, one of whom realizes she has fallen for the other and doesn't know what to do. This 2000s J-pop-esque mid-tempo tune shows a rare moment of lily white emotional vulnerability.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1121", - "masterBgmId": 31001069, - "previewMasterBgmId": 32001069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/06/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1070, - "name": "Kururin MIRACLE", - "shortName": "Kururin MIRACLE", - "kana": "Kururin MIRACLE", - "artist": "Rin Hoshizora (C.V: Riho Iida)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori", - "dictionaryReference": "", - "dictionaryComment": "A sweet song wherein Rin confesses that she's begun to be less of a tomboy and wants to be cuter and lovelier. With the orthodox Motown beat and the calls in the chorus, Rin delivers her usual full-throttle positivity.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1070", - "masterBgmId": 31001070, - "previewMasterBgmId": 32001070, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/08/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1071, - "name": "Korekara", - "shortName": "Korekara", - "kana": "Korekara", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Masumi Itou and mito
Arrangement: TO-MAS SOUNDSIGHT FLUORESCENT FOREST", - "dictionaryReference": "", - "dictionaryComment": "A piano-only intro opens this ballad before other instruments join in one by one, reflecting μ's journey. The girls promise to create the future by spending many moments together now. This song is a representation of their \"korekara\"—their future!", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1071", - "masterBgmId": 31001071, - "previewMasterBgmId": 32001071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/12/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1072, - "name": "Korekara no Someday", - "shortName": "Korekara no Someday", - "kana": "Korekara no Someday", - "artist": "Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), Umi Sonoda (C.V: Suzuko Mimori), Rin Hoshizora (C.V: Riho Iida), Maki Nishikino (C.V: Pile), Hanayo Koizumi (C.V: Yurika Kubo), and Nico Yazawa (C.V: Sora Tokui)", - "detailInfo": "Lyrics: Aki Hata
Composition: yozuca*
Arrangement: lotta", - "dictionaryReference": "Love Live! Anime Season 1: Episode 6 Soundtrack", - "dictionaryComment": "A soundtrack from season 1, episode 6 of the Love Live! anime. Sung before Eli and Nozomi joined the group, this cheerful song uses an Alice in Wonderland motif to achieve a fantasy theme. As is shown in episode 6, this song follows the guiding principle that all girls can sing and be the center, beginning with a solo and rapidly switching out characters.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1072", - "masterBgmId": 31001072, - "previewMasterBgmId": 32001072, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/03/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1073, - "name": "Sayounara e Sayounara!", - "shortName": "Sayounara e Sayounara!", - "kana": "Sayounara e Sayounara!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ken Masutani", - "dictionaryReference": "", - "dictionaryComment": "The girls don't want to say farewell and instead should have bid farewell to goodbye. Yet with the right mindset, they can see parting in a positive light. As the B-side to μ's final single MOMENT RING, this song feels like a true send-off.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1031", - "masterBgmId": 31001073, - "previewMasterBgmId": 32001073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 1074, - "name": "Shiawase yuki no SMILING!", - "shortName": "Shiawase yuki no SMILING!", - "kana": "Shiawase yuki no SMILING!", - "artist": "Honoka Kosaka (C.V: Emi Nitta)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Miki Watanabe", - "dictionaryReference": "", - "dictionaryComment": "Honoka's signature power to dispel worries with her heartfelt notion of \"I can do it!\" puts a smiler on listeners' faces everywhere. In live shows, she ties her sleeves up and rides around in a trolley as Conductor Honoka Kosaka. Believe it or not, her cap is a real conductor's hat.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1074", - "masterBgmId": 31001074, - "previewMasterBgmId": 32001074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/06/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1075, - "name": "Susume→Tomorrow", - "shortName": "Susume→Tomorrow", - "kana": "Susume→Tomorrow", - "artist": "Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), and Umi Sonoda (C.V: Suzuko Mimori)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "Love Live! Anime Season 1: Episode 1 Soundtrack", - "dictionaryComment": "A soundtrack from season 1, episode 1 of the Love Live! anime. Due to its early appearance in the show, it is many people's first introduction to Love Live! Its rapid-fire musical shifts to everything from ska to reggae and the lyrics, \"I mean, I just felt the possibility\" emphasize what Love Live! is all about.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1075", - "masterBgmId": 31001075, - "previewMasterBgmId": 32001075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1076, - "name": "Spicaterrible", - "shortName": "Spicaterrible", - "kana": "Spicaterrible", - "artist": "Kotori Minami (C.V: Aya Uchida)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Miki Fujisue", - "dictionaryReference": "", - "dictionaryComment": "Through the metaphor of a clock pendulum, this song discusses the uncertain feeling of knowing you need to open the door to move forward and yet being afraid to do so. Kotori's departure from her usual cute singing style lends a sharpness to this serious song. The surround sound lines are a must-listen.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1076", - "masterBgmId": 31001076, - "previewMasterBgmId": 32001076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/12/14", - "masterReleaseLabelId": 1 - }, - { - "id": 1077, - "name": "Zurui yo Magnetic Today", - "shortName": "Zurui yo Magnetic Today", - "kana": "Zurui yo Magnetic Today", - "artist": "Maki Nishikino and Nico Yazawa", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kensuke Okamoto", - "dictionaryReference": "", - "dictionaryComment": "Fans of Maki and Nico can't get enough of this song that uses the metaphor of the North and South Pole to explore the relationship of two girls who couldn't be more different and yet are always together. Their psychological battle is depicted alongside a cool, hard rock guitar sound.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1077", - "masterBgmId": 31001077, - "previewMasterBgmId": 32001077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1078, - "name": "Soshite Saigo no Page ni wa", - "shortName": "Soshite Saigo no Page ni wa", - "kana": "Soshite Saigo no Page ni wa", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "This song explores the melancholy of looking over one's notes and realizing that for all there's still to write, you'll still eventually reach the last page of the book. Speaking of last pages, the lyric book Love Live! Lyric Bible from μ's has a tiny \"Thank you!\" on it.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1078", - "masterBgmId": 31001078, - "previewMasterBgmId": 32001078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1079, - "name": "It's our miraculous time", - "shortName": "It's our miraculous time", - "kana": "It's our miraculous time", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Katsuhiko Kurosu", - "dictionaryReference": "Love Live! Anime Season 2: Opening Theme", - "dictionaryComment": "A song that offers a direct look at school idols and the tale of how they continue to make their dreams come true. The Japanese-style outfits the girls wear in the OP video also appear on the DVD jacket. Many fans cried at the lyrics \"Let's push on to the very end!\" in μ's Final Love Live!", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1079", - "masterBgmId": 31001079, - "previewMasterBgmId": 32001079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/04/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1080, - "name": "Diamond Princess no Yuutsu", - "shortName": "Diamond Princess no Yuutsu", - "kana": "Diamond Princess no Yuutsu", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition: Katsuya Yoshida
Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "The first installment of Bibi's unit singles. It tells the story of a cool, standoffish woman who is treated as carefully as a diamond and yet deep down wants nothing more than to throw off her frigid exterior and reveal her inner warm feelings. The funk and R&B rhythms do wonders for showing off Bibi's hip side.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1080", - "masterBgmId": 31001080, - "previewMasterBgmId": 32001080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1081, - "name": "Takaramonos", - "shortName": "Takaramonos", - "kana": "Takaramonos", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "A song written for Love Live! School Idol Festival. The cheerleader-like uniforms and upbeat tempo are all too appropriate for this cheer song. On the music side, the ska elements in the backing rhythm make this an ambitious tune.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1081", - "masterBgmId": 31001081, - "previewMasterBgmId": 32001081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/01/29", - "masterReleaseLabelId": 1 - }, - { - "id": 1082, - "name": "Datte Datte Aa Mujo", - "shortName": "Datte Datte Aa Mujo", - "kana": "Datte Datte Aa Mujo", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Takeshi Masuda", - "dictionaryReference": "", - "dictionaryComment": "With a sense of grim resolve in the air, the heroine of this song can't shake her reluctance to see her partner go. Yet she resolutely tries to tell herself, \"Isn't the fact that I met you... a joy in it of itself?\" The part before the main chorus uses many images of her waiting, which makes for an interesting comparison to the provocative images in the likewise J-rock song Kaguya no Shiro de Odoritai.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1079", - "masterBgmId": 31001082, - "previewMasterBgmId": 32001082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/04/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1083, - "name": "Donna Tokimo Zutto", - "shortName": "Donna Tokimo Zutto", - "kana": "Donna Tokimo Zutto", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki
Strings Arrangement: Yasuhiro Hase", - "dictionaryReference": "Love Live! Anime Season 2: Ending Theme", - "dictionaryComment": "When you're exhausted, this song's chorus and lyrics with their strong theme of friendship will set you on your way once more. Multiple versions of this song exist due to the different anime episodes it appears in. This includes visual differences, such as which girl is the one to catch the feathers.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1083", - "masterBgmId": 31001083, - "previewMasterBgmId": 32001083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1084, - "name": "Natte shimatta!", - "shortName": "Natte shimatta!", - "kana": "Natte shimatta!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Ryosuke Nakanishi", - "dictionaryReference": "", - "dictionaryComment": "A song that'll make the listener cry from nostalgia and seeing the girls doing so well. The song uses strings heavily to represent μ's. It talks of having fallen in love and inadvertently admitting it to oneself. There's no going back from that feeling.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1003", - "masterBgmId": 31001084, - "previewMasterBgmId": 32001084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/03/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1085, - "name": "Nawatobi", - "shortName": "Nawatobi", - "kana": "Nawatobi", - "artist": "Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition: rino
Arrangement: Yoshihisa Fujita", - "dictionaryReference": "", - "dictionaryComment": "This ballad likens being afraid to step into a jump-rope game to something longed for all one's life. Between gratitude for the old friends who have been a constant form of support, the gentle harmony of the voices, and the way the instrumentals emotional warmth grows little by little, this song can feel like a hug to any listener.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1085", - "masterBgmId": 31001085, - "previewMasterBgmId": 32001085, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/05/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1086, - "name": "Nico Puri ♡ Jyoshi dou", - "shortName": "Nico Puri ♡ Jyoshi dou", - "kana": "Nico Puri ♡ Jyoshi dou", - "artist": "Nico Yazawa (C.V: Sora Tokui)", - "detailInfo": "Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Yusuke Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "Nico's sense of what an idol should be collides headfirst with her approach to life. This song stresses the so-called \"way of the idol,\" the seeking of perfection in everything from the look on her face to the springiness of her hair. With a classic idol pop tune, Nico shows that she'll bring the same energy wherever she performs.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1086", - "masterBgmId": 31001086, - "previewMasterBgmId": 32001086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/07/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1087, - "name": "Futari Happiness", - "shortName": "Futari Happiness", - "kana": "Futari Happiness", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This slow ballad follows a woman on the night before her wedding happily recalling why she fell in love in the first place. In live shows, the audience makes hearts at the same time as the three lily white girls, creating that same sense of happiness.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1113", - "masterBgmId": 31001087, - "previewMasterBgmId": 32001087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1088, - "name": "Blueberry ♡ Train", - "shortName": "Blueberry ♡ Train", - "kana": "Blueberry ♡ Train", - "artist": "Kotori Minami (C.V: Aya Uchida)", - "detailInfo": "Lyrics: Aki Hata
Composition: Tatsuyuki Masuda
Arrangement: Seiji Miura", - "dictionaryReference": "", - "dictionaryComment": "Uh-oh! In Kotori's quest to dress up to the gills, she's about to be late. Well, she can beat herself up about it later. At the moment, she needs to get moving or else! This super cute song is a great reminder that flustered feelings make for great songs too. It's an exemplary school idol song, and who would expect anything different from Kotori?", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1108", - "masterBgmId": 31001088, - "previewMasterBgmId": 32001088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/06/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1089, - "name": "Puwa Puwa-O!", - "shortName": "Puwa Puwa-O!", - "kana": "Puwa Puwa-O!", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura", - "dictionaryReference": "", - "dictionaryComment": "Watch out: This song is so powerful that a single listen will get \"suki suki puwa puwa\" stuck in your head! Keep an ear open for the cute audio accents that don't appear in the lyrics for an even bigger ear worm.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1089", - "masterBgmId": 31001089, - "previewMasterBgmId": 32001089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1090, - "name": "Mahotsukai Hajimemashita!", - "shortName": "Mahotsukai Hajimemashita!", - "kana": "Mahotsukai Hajimemashita!", - "artist": "Nico Yazawa (C.V: Sora Tokui)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroaki Suzuki", - "dictionaryReference": "", - "dictionaryComment": "There's nothing more Nico than cuteness, boundless self-confidence, and the conviction that your own smile brings happiness the world over. With a sound hearkening back to 2000s melodic hardcore, this song is like being in the front row of a packed rock concert.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1101", - "masterBgmId": 31001090, - "previewMasterBgmId": 32001090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1091, - "name": "Mi wa µ'sic no Mi", - "shortName": "Mi wa µ'sic no Mi", - "kana": "Mi wa µ'sic no Mi", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "This song's lyrics were written in collaboration with fans and discuss the nature of μ's: past, future, and μ'sic forever. From the first performance to μ's Final Love Live!, dancing together made μ's and the fans feel connected.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1091", - "masterBgmId": 31001091, - "previewMasterBgmId": 32001091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/04/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1092, - "name": "Mo Hitori jyanaiyo", - "shortName": "Mo Hitori jyanaiyo", - "kana": "Mo Hitori jyanaiyo", - "artist": "Honoka Kosaka (C.V: Emi Nitta)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "", - "dictionaryComment": "In this solo balled based around a clear piano sound, a whole new side of Honoka appears that lets us see her vulnerability. Almost shockingly (?) calm, every moment of this song displays Honoka's affirming kindness, like a warm hug to those in trouble.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1099", - "masterBgmId": 31001092, - "previewMasterBgmId": 32001092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/01/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1093, - "name": "Mogyutto \"Love\" de Sekkinchu!", - "shortName": "Mogyutto \"Love\" de Sekkinchu!", - "kana": "Mogyutto \"Love\" de Sekkinchu!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Tatsuyuki Masuda
Arrangement: A-bee", - "dictionaryReference": "", - "dictionaryComment": "μ's fourth single. Through a poll, Honoka was picked to play the center role. This Valentine's Day-themed song is, in the usual μ's way, syrupy sweet. An homage to the performance in which Honoka threw her mic was featured in the anime. The sound clips of voices in the instrumental portion are just as charming as the rest of this dance tune.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1093", - "masterBgmId": 31001093, - "previewMasterBgmId": 32001093, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/02/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1094, - "name": "Moshimo Kara Kitto", - "shortName": "Moshimo Kara Kitto", - "kana": "Moshimo Kara Kitto", - "artist": "Nozomi Tojo (C.V: Aina Kusuda)", - "detailInfo": "Lyrics: Aki Hata
Composition: Satomi Kawasaki
Arrangement: Toshinori Moriya", - "dictionaryReference": "", - "dictionaryComment": "As the one who gave μ's its name and kept a supportive eye on the group from the stage when it was only three girls, Nozomi puts her feelings into song in this slow ballad. It is a gentle tune that gets its message across with a minimalistic sound.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1094", - "masterBgmId": 31001094, - "previewMasterBgmId": 32001094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/10/29", - "masterReleaseLabelId": 1 - }, - { - "id": 1095, - "name": "Yume no Tobira", - "shortName": "Yume no Tobira", - "kana": "Yume no Tobira", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "Love Live! Anime Season 2: Episode 3 Soundtrack", - "dictionaryComment": "Everyone looks, but no one can find the titular \"yume no tobira\"—the door to their dreams. This song encourages listeners to make the effort to pursue the search.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1095", - "masterBgmId": 31001095, - "previewMasterBgmId": 32001095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1096, - "name": "Love Novels", - "shortName": "Love Novels", - "kana": "Love Novels", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura", - "dictionaryReference": "", - "dictionaryComment": "The B-side to Diamond Princess no Yuutsu. The BiBi girls want their love lives to be like a romance novel, but their plans go awry when the objects of their affection seem intent on pursuing a side story. Maki and Eli typically have a more mature presence, but their more childish sweetness in this song creates an interesting disparity.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1080", - "masterBgmId": 31001096, - "previewMasterBgmId": 32001096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1097, - "name": "Ruteshi Kisuki Shiteru", - "shortName": "Ruteshi Kisuki Shiteru", - "kana": "Ruteshi Kisuki Shiteru", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "", - "dictionaryComment": "The palindrome title represents the difficulty of love, wherein one can only understand the true meaning of someone's words when they're considered in reverse. Fans go wild for the surround-sound cheering from each individual girl just before the final chorus.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1045", - "masterBgmId": 31001097, - "previewMasterBgmId": 32001097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/10/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1098, - "name": "Aishiteru Banzai!", - "shortName": "Aishiteru Banzai!", - "kana": "Aishiteru Banzai!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Teppei Shimizu", - "dictionaryReference": "", - "dictionaryComment": "The B-side of μ's fourth single. It is memorable for the anime scenes of Maki singing it alone in her music room to her own musical accompaniment and the girls all singing together before graduation. While various versions exist, the bass line of the original is worth especial attention.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1098", - "masterBgmId": 31001098, - "previewMasterBgmId": 32001098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/02/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1099, - "name": "Ai wa Taiyo jyanai?", - "shortName": "Ai wa Taiyo jyanai?", - "kana": "Ai wa Taiyo jyanai?", - "artist": "Honoka Kosaka (C.V: Emi Nitta)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura", - "dictionaryReference": "", - "dictionaryComment": "A song from Honoka's solo album Honnori Honokairo! While this cheering song will definitely perk you up, it also shows a new and rather surprising, more girly side of Honoka. The combination of the chorus and the piano is also a cute element.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1099", - "masterBgmId": 31001099, - "previewMasterBgmId": 32001099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/01/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1100, - "name": "Eien Friends", - "shortName": "Eien Friends", - "kana": "Eien Friends", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tomohiro Nakatsuchi", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This vibrant tune has deep, soulful lyrics which asks one's current friends what forever means. Printemps' school idol qualities and the refreshingly positive melody make for a fun harmony at the chorus.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1100", - "masterBgmId": 31001100, - "previewMasterBgmId": 32001100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/12", - "masterReleaseLabelId": 1 - }, - { - "id": 1101, - "name": "Otomeshiki Renai Juku", - "shortName": "Otomeshiki Renai Juku", - "kana": "Otomeshiki Renai Juku", - "artist": "Nico Yazawa (C.V: Sora Tokui) and Nozomi Tojo (C.V: Aina Kusuda)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "The second installment of Nico and Nozomi's single. It is a treat to listen to the alternating segments of Nico playing a cute, girly character and Nozomi butting in to make comments. Amidst all the teasing to hide their bashfulness, the listener can pick up on Nico's character's real feelings towards her crush in this quintessential school idol song.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1101", - "masterBgmId": 31001101, - "previewMasterBgmId": 32001101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1102, - "name": "Otohime Heart de Love Kyuuden", - "shortName": "Otohime Heart de Love Kyuuden", - "kana": "Otohime Heart de Love Kyuuden", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Seiji Miura", - "dictionaryReference": "", - "dictionaryComment": "In this retro tune, lily white delivers a passionate appeal as Otohime, the character of Urashima Taro legend, tells her lover he can never leave the Dragon Palace—and her—once he's stepped through its doors.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1102", - "masterBgmId": 31001102, - "previewMasterBgmId": 32001102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1103, - "name": "Natsu Owaranaide.", - "shortName": "Natsu Owaranaide.", - "kana": "Natsu Owaranaide.", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "A song that displays a more mature side of BiBi and their sentiments surrounding the end of summer with autumn fast approaching. Among the many summer-themed songs, this easy-listening ballad stands out and leaves a unique impression on the listener.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1012", - "masterBgmId": 31001103, - "previewMasterBgmId": 32001103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/07/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1104, - "name": "Natsuiro Egao de 1, 2, Jump!", - "shortName": "Natsuiro Egao de 1, 2, Jump!", - "kana": "Natsuiro Egao de 1, 2, Jump!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Makoto Okumatsu
Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "μ's third single. This song promises unrestrained summer fun, from the high-energy dancing of swimsuit-clad μ's on the Odaiba stage in the middle of summer to the call to come out and play at the beach together. This song marks Nico's first time in the role of center, and her distinctive idolness makes her a perfect fit for it. The long guitar solo takes the energy to the next level.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1104", - "masterBgmId": 31001104, - "previewMasterBgmId": 32001104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1105, - "name": "Kaguya no Shiro de Odoritai", - "shortName": "Kaguya no Shiro de Odoritai", - "kana": "Kaguya no Shiro de Odoritai", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yugo Sasakura", - "dictionaryReference": "", - "dictionaryComment": "The B-side of Kitto Seishun ga Kikoeru. This song makes the crowd go wild in live shows with its Japanese style, wherein the singers compare themselves to a rose princess living in Kaguya's castle and their loved one to a knight of the moon. Before the main chorus, each girl leaves a message for her particular loved one, encouraging fan imaginations to run wild.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1068", - "masterBgmId": 31001105, - "previewMasterBgmId": 32001105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1106, - "name": "Kodoku na Heaven", - "shortName": "Kodoku na Heaven", - "kana": "Kodoku na Heaven", - "artist": "Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition: Wataru Maeguchi
Arrangement: Takeshi Masuda", - "dictionaryReference": "", - "dictionaryComment": "Hanayo sings about her heartrending inner feelings for her classmate, which vacillate back and forth from love to fear. The high speed, typical of 2000s idol songs and now experiencing a revival, is paired with an overall thrilling vibe.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1108", - "masterBgmId": 31001106, - "previewMasterBgmId": 32001106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/06/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1107, - "name": "Suki desu ga Suki desu ka?", - "shortName": "Suki desu ga Suki desu ka?", - "kana": "Suki desu ga Suki desu ka?", - "artist": "Kotori Minami and Hanayo Koizumi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "This comical love song reads like a fanfiction depicting a couple of newlyweds played by μ's sweetest match-up (but who's counting?). Couple that with the era-typical sound, and you have a truly irresistible song reminiscent of a bold heroine from a 90's anime.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1107", - "masterBgmId": 31001107, - "previewMasterBgmId": 32001107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1108, - "name": "Kokuhaku Biyori, desu!", - "shortName": "Kokuhaku Biyori, desu!", - "kana": "Kokuhaku Biyori, desu!", - "artist": "Kotori Minami (C.V: Aya Uchida) and Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Mitsuru Wakabayashi", - "dictionaryReference": "", - "dictionaryComment": "The third installment of Kotori and Hanayo's duo single. Centered around a (literally) sweet confession, everything from the dancing to the music is so cute that the powerful lyrics can come as a shock. The lovely lyrics and the powerful backing guitar are sensational.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1108", - "masterBgmId": 31001108, - "previewMasterBgmId": 32001108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/06/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1109, - "name": "Saitei de Saikou no Paradiso", - "shortName": "Saitei de Saikou no Paradiso", - "kana": "Saitei de Saikou no Paradiso", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yuuki Kimura", - "dictionaryReference": "", - "dictionaryComment": "The main character of this song is treated like a princess, but deep down, she wants nothing more than to scream, \"mio amore!\" and demand her love pull her into a hug. BiBi's forte lies in delivering the passion, and they do a fine job here in this song.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1109", - "masterBgmId": 31001109, - "previewMasterBgmId": 32001109, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1110, - "name": "Sakkaku CROSSROADS", - "shortName": "Sakkaku CROSSROADS", - "kana": "Sakkaku CROSSROADS", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition: Satomi Kawasaki
Arrangement: Kazunori Watanabe", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "The CD illustration shows Akihabara late at night. BiBi sings about not being on the same page as one's partner and not noticing their feelings, bringing plenty of their signature maturity and coolness. However, in the live performance, they broke up the song with a small comical skit.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1110", - "masterBgmId": 31001110, - "previewMasterBgmId": 32001110, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/01/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1111, - "name": "Omoide Ijou ni Naritakute", - "shortName": "Omoide Ijou ni Naritakute", - "kana": "Omoide Ijou ni Naritakute", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition: rino
Arrangement: Yoichi Sakai", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song captures all the little, everyday moments that you only later come to realize how precious they are. The alternating parts in the chorus, the castanets, and the vibraslap all work together to make an 80s idol single sound just perfect for lily white.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1111", - "masterBgmId": 31001111, - "previewMasterBgmId": 32001111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/12/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1112, - "name": "Watashitachi wa Mirai no Hana", - "shortName": "Watashitachi wa Mirai no Hana", - "kana": "Watashitachi wa Mirai no Hana", - "artist": "Umi Sonoda (C.V: Suzuko Mimori)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Seiji Miura", - "dictionaryReference": "", - "dictionaryComment": "Umi's singing style speaks to her role as Love Live!'s first generation of rockstar in this rock song with Japanese flair. Her courage, encapsulated in her efforts to stay strong and shake off the \"pain of your sweet touch,\" are like that of a peony standing tall.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1112", - "masterBgmId": 31001112, - "previewMasterBgmId": 32001112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1113, - "name": "Aki no Anata no Sora Toku", - "shortName": "Aki no Anata no Sora Toku", - "kana": "Aki no Anata no Sora Toku", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "Starting with a retro rock intro, lily white sings of the end of summer, the coming autumn, and the leaves withering away like their love in this nostalgic tune. In a charming touch, these three rather mature girls just can't seem to let go, signified in their refusal to put their sandals away even as the leaves fall and the seasons change.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1113", - "masterBgmId": 31001113, - "previewMasterBgmId": 32001113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1114, - "name": "Shunjo Romantic", - "shortName": "Shunjo Romantic", - "kana": "Shunjo Romantic", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "The strong, echoing guitar sound pushes this pop ballad's emotional tones to the max. In live performances, the lily white girls captivate the audience with their balloon dresses and super difficult dance moves.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1111", - "masterBgmId": 31001114, - "previewMasterBgmId": 32001114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/12/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1115, - "name": "Junai Lens", - "shortName": "Junai Lens", - "kana": "Junai Lens", - "artist": "Nozomi Tojo (C.V: Aina Kusuda)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yusuke Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "This song features a guitar solo that stands out with a curious sense of speed amidst the rest of this upbeat, techno-pop tune. Nozomi's character has an awful lot of advice to give in this supportive love song. Try listening while pondering what she means by \"my rule\" for some extra fun.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1101", - "masterBgmId": 31001115, - "previewMasterBgmId": 32001115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1116, - "name": "Nightingale Love Song", - "shortName": "Nightingale Love Song", - "kana": "Nightingale Love Song", - "artist": "Printemps", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "In this innocent, beautiful love song, a girl compares herself to a nightingale who sings from within a cage in the hopes that her love will reach its intended audience. If only she could someday share her perch with her partner and sing this song with them.", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1100", - "masterBgmId": 31001116, - "previewMasterBgmId": 32001116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/12", - "masterReleaseLabelId": 1 - }, - { - "id": 1117, - "name": "Garasu no Hanazono", - "shortName": "Garasu no Hanazono", - "kana": "Garasu no Hanazono", - "artist": "Eli Ayase and Nozomi Tojo", - "detailInfo": "Lyrics: Aki Hata
Composition: Satomi Kawasaki
Arrangement: Takeshi Masuda", - "dictionaryReference": "", - "dictionaryComment": "How is it that they can look into each other's eyes and know everything as they pass one another on the swing, but the minute they try to put it into words, it all shatters like glass? Eli and Nozomi sing of that very pain in this song. The Spanish-esque music and beautiful tone have made this duet extremely popular.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1117", - "masterBgmId": 31001117, - "previewMasterBgmId": 32001117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/08/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1118, - "name": "Shiranai Love * Oshiete Love", - "shortName": "Shiranai Love * Oshiete Love", - "kana": "Shiranai Love * Oshiete Love", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition: Kazuo Hoshi
Arrangement: Masayuki Fukutomi", - "dictionaryReference": "", - "dictionaryComment": "The debut single of lily white. The unique world presented in its lyrics and the distinctive lily white song are the trademarks of this idol-style ballad. With the widespread respect for retro-era songs, listening to this song now delivers a refreshing novelty.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1118", - "masterBgmId": 31001118, - "previewMasterBgmId": 32001118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1119, - "name": "Fuyu ga Kureta Yokan", - "shortName": "Fuyu ga Kureta Yokan", - "kana": "Fuyu ga Kureta Yokan", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "In true BiBi style, this song depicts the mixture of feelings on a Christmas street corner. The 2000s R&B diva tone perfectly brings out the mature nature of BiBi with a dash of nostalgia in this medium-tempo ballad.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1119", - "masterBgmId": 31001119, - "previewMasterBgmId": 32001119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1120, - "name": "Onaji Hoshiga Mitai", - "shortName": "Onaji Hoshiga Mitai", - "kana": "Onaji Hoshiga Mitai", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "With the synth sounds, a rare treat for a lily white song, this electro-pop tune hearkens back to 80's idol music. The three interlaced vocals sing with the pathos of their quiet resolution to pursue those off chasing their dreams.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1120", - "masterBgmId": 31001120, - "previewMasterBgmId": 32001120, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1121, - "name": "Binetsu kara Mystery", - "shortName": "Binetsu kara Mystery", - "kana": "Binetsu kara Mystery", - "artist": "lily white", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "", - "dictionaryComment": "The girls aren't about to be outdone by the hot summer sun when their strong hidden feelings come to a head in this oh-so lily white retro-sounding song. The back-and-forth and \"Hey! Hey!\" chants are especially fun highlights.", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1121", - "masterBgmId": 31001121, - "previewMasterBgmId": 32001121, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/06/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1123, - "name": "Bokutachi wa Hitotsu no Hikari", - "shortName": "Bokutachi wa Hitotsu no Hikari", - "kana": "Bokutachi wa Hitotsu no Hikari", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: ZAQ
Arrangement: EFFY", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "As the girls' names sprinkled through the song express, \"bokutachi\" or \"we\" originally refers to μ's but soon grows to encapsulate everyone around them. And then it is time for them to take flight. The feelings behind the shout \"This present moment is the best!\" are unforgettable.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1123", - "masterBgmId": 31001123, - "previewMasterBgmId": 32001123, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1124, - "name": "Bokura wa Ima no Naka de", - "shortName": "Bokura wa Ima no Naka de", - "kana": "Bokura wa Ima no Naka de", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori", - "dictionaryReference": "Love Live! Anime Season 1: Opening Theme", - "dictionaryComment": "The opening theme for season 1 of the Love Live! anime. Once heard, these perpetually supportive lyrics can never be forgotten. As appropriate for a first anime adaptation, this classical work boasts majestic strings and powerful guitars.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1124", - "masterBgmId": 31001124, - "previewMasterBgmId": 32001124, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1126, - "name": "Yume naki Yume wa Yume jyanai", - "shortName": "Yume naki Yume wa Yume jyanai", - "kana": "Yume naki Yume wa Yume jyanai", - "artist": "Honoka Kosaka (C.V: Emi Nitta)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "This cheering song captures Honoka's essence. After all, what is the opening \"Good luck!\" if not another name for Honoka? That cheerful, rousing call makes the listener feel bold. This song is well-known for the live show performances that involve riding around the concert hall on a bicycle.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1126", - "masterBgmId": 31001126, - "previewMasterBgmId": 32001126, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/03/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1127, - "name": "Yuki no Reason", - "shortName": "Yuki no Reason", - "kana": "Yuki no Reason", - "artist": "Umi Sonoda (C.V: Suzuko Mimori)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ken Masutani", - "dictionaryReference": "", - "dictionaryComment": "Umi usually gives off calmer vibes, but this energetic rock song shows a new side of her. It gives off the impression of a model student who meant to cheer on the school idols in a bit of a detached fashion but somehow found herself falling head over heels for them.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001127, - "previewMasterBgmId": 32001127, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1128, - "name": "Yujo No-Change", - "shortName": "Yujo No-Change", - "kana": "Yujo No-Change", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tron-LM", - "dictionaryReference": "", - "dictionaryComment": "The B-side of μ's first single. When all the singers match one another in the chorus refrain in live shows, it creates an enormous sense of unity. This was also used as background music in season 2, episode 11 of the anime. The friendship-themed lyrics and the drum machine combine to make a delightful techno-pop tune.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1001", - "masterBgmId": 31001128, - "previewMasterBgmId": 32001128, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1129, - "name": "Arashi no Naka no Koi dakara", - "shortName": "Arashi no Naka no Koi dakara", - "kana": "Arashi no Naka no Koi dakara", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yoichi Sakai", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song is reminiscent of a musical set amidst the war-torn past on the night before the revolution. An unwedded couple yearns to meet one another once again in their dreams or in the next life. Pay attention to the theatrical lyrics and singing style for a whole new way to enjoy the song.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1021", - "masterBgmId": 31001129, - "previewMasterBgmId": 32001129, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1130, - "name": "Koi no Signal Rin Rin Rin!", - "shortName": "Koi no Signal Rin Rin Rin!", - "kana": "Koi no Signal Rin Rin Rin!", - "artist": "Rin Hoshizora (C.V: Riho Iida)", - "detailInfo": "Lyrics: Aki Hata
Composition: Shingo Suda
Arrangement: Takahiro Ando", - "dictionaryReference": "", - "dictionaryComment": "A downright adorable song with lyrics portraying the confusion and naivety of a girl first coming into an awareness of girlishness and struggling with the \"signals\" she feels inside. With guitar harmonies, impulsive bells, and a cheerful beat that'll make you itching to run, this song is all about fun.", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1030", - "masterBgmId": 31001130, - "previewMasterBgmId": 32001130, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/04/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1131, - "name": "START: DASH!!", - "shortName": "START: DASH!!", - "kana": "START: DASH!!", - "artist": "Honoka Kosaka (C.V: Emi Nitta), Kotori Minami (C.V: Aya Uchida), and Umi Sonoda (C.V: Suzuko Mimori)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiroshi Sasaki", - "dictionaryReference": "Love Live! Anime Season 1: Episode 3 Soundtrack", - "dictionaryComment": "A soundtrack of the first season of the Love Live! anime. With both positive lyrics and a nostalgic chorus, this song documents μ's journey and achievements throughout the whole first season. It appears in episode 3, sung by the three-second years in the first live version, and in episode 13 with the all-cast version. ", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1075", - "masterBgmId": 31001131, - "previewMasterBgmId": 32001131, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1132, - "name": "Snow Halation (School Idol Festival AC)", - "shortName": "Snow Halation (School Idol Festival AC)", - "kana": "Snow Halation", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Takahiro Yamada
Arrangement: Ryosuke Nakanishi", - "dictionaryReference": "Love Live! Anime Season 2: Episode 9 Soundtrack", - "dictionaryComment": "μ's second single and the first to be released under their group name. As is shown in season 2, episode 9 of the Love Live! anime, it has become a live show staple for fans to turn their lightsticks to orange when the song reaches its final chorus.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1048", - "masterBgmId": 31001132, - "previewMasterBgmId": 32001132, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2010/12/22", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1133, - "name": "Bokura wa Ima no Naka de (School Idol Festival AC)", - "shortName": "Bokura wa Ima no Naka de (School Idol Festival AC)", - "kana": "Bokura wa Ima no Naka de", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori", - "dictionaryReference": "Love Live! Anime Season 1: Opening Theme", - "dictionaryComment": "The opening theme for season 1 of the Love Live! anime. Once heard, these perpetually supportive lyrics can never be forgotten. As appropriate for a first anime adaptation, this classical work boasts majestic strings and powerful guitars.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1124", - "masterBgmId": 31001133, - "previewMasterBgmId": 32001133, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2013/01/23", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1134, - "name": "Music S.T.A.R.T!! (School Idol Festival AC)", - "shortName": "Music S.T.A.R.T!! (School Idol Festival AC)", - "kana": "Music S.T.A.R.T!!", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "", - "dictionaryComment": "The title of this tune hearkens back to the rallying call μ's makes before taking the stage. Many fans adore the dance moves that accompany the chorus. The pajamas shown in the PV also make an appearance in season 2, episode 12 of the Love Live! anime.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1033", - "masterBgmId": 31001134, - "previewMasterBgmId": 32001134, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2013/11/27", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1135, - "name": "Yume no Tobira (School Idol Festival AC)", - "shortName": "Yume no Tobira (School Idol Festival AC)", - "kana": "Yume no Tobira", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "Love Live! Anime Season 2: Episode 3 Soundtrack", - "dictionaryComment": "Everyone looks, but no one can find the titular \"yume no tobira\"—the door to their dreams. This song encourages listeners to make the effort to pursue the search.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1095", - "masterBgmId": 31001135, - "previewMasterBgmId": 32001135, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2014/05/28", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1136, - "name": "Angelic Angel (School Idol Festival AC)", - "shortName": "Angelic Angel (School Idol Festival AC)", - "kana": "Angelic Angel", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: Shintaro Mori
Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "A background song in Love Live! The School Idol Movie. This song is memorable for its characters dressed in Japanese-style costumes performed on the backdrop of NYC at night. The emotive guitar and mellow drums represent μ's striking off in a new direction with this unprecedented sound.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001136, - "previewMasterBgmId": 32001136, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1137, - "name": "Hello, Hoshiwo Kazoete (School Idol Festival AC)", - "shortName": "Hello, Hoshiwo Kazoete (School Idol Festival AC)", - "kana": "Hello, Hoshiwo Kazoete", - "artist": "Rin Hoshizora (C.V: Riho iida), Maki Nishikino (C.V: Pile), and Hanayo Koizumi (C.V: Yurika Kubo)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "Part of the Love Live! The School Idol Movie's soundtrack. The adorableness of the first-year girls is out in full force. The optimistic lyrics send your worries packing and complement the lovely, jazzy tone.", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001137, - "previewMasterBgmId": 32001137, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1138, - "name": "Bokutachi wa Hitotsu no Hikari (School Idol Festival AC)", - "shortName": "Bokutachi wa Hitotsu no Hikari (School Idol Festival AC)", - "kana": "Bokutachi wa Hitotsu no Hikari", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition: ZAQ
Arrangement: EFFY", - "dictionaryReference": "Love Live! The School Idol Movie Soundtrack", - "dictionaryComment": "As the girls' names sprinkled through the song express, \"bokutachi\" or \"we\" originally refers to μ's but soon grows to encapsulate everyone around them. And then it is time for them to take flight. The feelings behind the shout \"This present moment is the best!\" are unforgettable.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1123", - "masterBgmId": 31001138, - "previewMasterBgmId": 32001138, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2015/07/15", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1139, - "name": "PSYCHIC FIRE (School Idol Festival AC)", - "shortName": "PSYCHIC FIRE (School Idol Festival AC)", - "kana": "PSYCHIC FIRE", - "artist": "BiBi", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shintaro Mori", - "dictionaryReference": "Smartphone Game Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "Uh-huh, it's Nico, Maki, and Elichika! This song combines everything that BiBi is known for, from Bibi's powerful music to Nico's BiBi call. In live shows, the three BiBi girls get so animated the audience is swept up along in their excitement.", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1110", - "masterBgmId": 31001139, - "previewMasterBgmId": 32001139, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/01/20", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1140, - "name": "MOMENT RING (School Idol Festival AC)", - "shortName": "MOMENT RING (School Idol Festival AC)", - "kana": "MOMENT RING", - "artist": "μ's", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "μ's final single, a big wrap-up of all of their efforts. The music returns to their roots with that tried and true Love Live! style, but μ's also incorporates new elements like rap parts to go out with a bang.", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1031", - "masterBgmId": 31001140, - "previewMasterBgmId": 32001140, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/03/02", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2001, - "name": "CYaZALEA☆Kiss☆DADANDAAAN", - "shortName": "CYaZALEA☆Kiss☆DADANDAAAN", - "kana": "CYaZALEA☆Kiss☆DADANDAAAN", - "artist": "CYaZALEA☆Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "", - "dictionaryComment": "It is the year 20XX, and Aqours is on tour. A mysterious group of nine girls appears to bring hope to all those exhausted by mayhem and chaos. ...Or so this song symbolizes. The girls swear that Aqours and CYaZALEA☆Kiss are NOT the same people.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2001", - "masterBgmId": 31002001, - "previewMasterBgmId": 32002001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/05/08", - "masterReleaseLabelId": 1 - }, - { - "id": 2002, - "name": "SUKI for you, DREAM for you!", - "shortName": "SUKI for you, DREAM for you!", - "kana": "SUKI for you, DREAM for you!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Animated PV Single", - "dictionaryComment": "A direct song meant to convey feelings of love. In the 6th live, all the fans were touched when, in this song's distinctive intro, Chika shouted, \"Hey, everyone!\" and the other Aqours girls called, \"We love you!\"", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2146", - "masterBgmId": 31002002, - "previewMasterBgmId": 32002002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2003, - "name": "Namida ga Yuki ni Naru Mae ni", - "shortName": "Namida ga Yuki ni Naru Mae ni", - "kana": "Namida ga Yuki ni Naru Mae ni", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa) and Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yusuke Yamamoto", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION", - "dictionaryComment": "This song tells a story of bottling up feelings on both sides so as not to make the other person worried. With lyrics like \"Your breath comes out in a puff of shaky white\" that allude to winter, the line \"I wish we could stay together forever/My feelings for you won't ever change\" is a bit sad when sung by this third-year pair.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002003, - "previewMasterBgmId": 32002003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2004, - "name": "After The Rain", - "shortName": "After The Rain", - "kana": "After The Rain", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: R・O・N", - "dictionaryReference": "Saint Snow 1st Single: B-Side", - "dictionaryComment": "This song paints an image of a stormy night giving way to a bright, brilliant morning as Saint Snow breaks new ground in this original ballad. The solo parts reveal how each girl plans to spend the time remaining to her and recover from her previous setbacks.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2132", - "masterBgmId": 31002004, - "previewMasterBgmId": 32002004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2005, - "name": "JIMO-AI Dash!", - "shortName": "JIMO-AI Dash!", - "kana": "JIMO-AI Dash!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT and Carlos K.
Arrangement: Kazuya Komatsu", - "dictionaryReference": "Aqours 5th Anniversary JIMO-AI! Take Me Higher Project Theme Songs CD", - "dictionaryComment": "An authentic Eurobeat bop born from the choreography and phrase \"jimo-ai\" or \"local love\" from the first duo trio. The outfits and accessories, such as the baggy socks, shown in the PV are reminiscent of club scenes when disco dancing was in fashion.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2005", - "masterBgmId": 31002005, - "previewMasterBgmId": 32002005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2006, - "name": "Lonely Snow Planet", - "shortName": "Lonely Snow Planet", - "kana": "Lonely Snow Planet", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Naozumi Mabuchi", - "dictionaryReference": "Saint Snow 1st Single: B-Side", - "dictionaryComment": "The call in the chorus brings the audience together and hypes them up in this full-throttle, original, Saint Snow-esque hard rock ballad. The lyrics about \"the next world\" and \"the next future\" encapsulate the confident way these two girls charge forward to bigger and better things.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2132", - "masterBgmId": 31002006, - "previewMasterBgmId": 32002006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2007, - "name": "Party! Party! PaPaPaParty!", - "shortName": "Party! Party! PaPaPaParty!", - "kana": "Party! Party! PaPaPaParty!", - "artist": "Chika Takami (C.V: Anju Inami), Dia Kurosawa (C.V: Arisa Komiya), and Yoshiko Tsushima (C.V: Aika Kobayashi)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION", - "dictionaryComment": "The trio who starred as hosts on the Love Live! Sunshine!! Aqours Uranohoshi Girls' High School Radio are back together in this song. The upbeat music matches the high-spirited conversations of GuuRinPa, the nickname for the Chika, Dia, and Yoshiko match-up.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002007, - "previewMasterBgmId": 32002007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2008, - "name": "Never Giving Up!", - "shortName": "Never Giving Up!", - "kana": "Never Giving Up!", - "artist": "Chika Takami (C.V: Anju Inami)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall)", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Chika Takami First Solo Concert Album ~One More Sunshine Story~", - "dictionaryComment": "A song from Chika Takami's First Solo Concert Album ~One More Sunshine Story~. With inspiring lyrics, this swing jazz tune is based on Broadway musical show tunes. Its energy promises that anyone can be the main character of their own story.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2008", - "masterBgmId": 31002008, - "previewMasterBgmId": 32002008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2009, - "name": "KOKORO Magic “A to Z”", - "shortName": "KOKORO Magic “A to Z”", - "kana": "KOKORO Magic “A to Z”", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall)", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival All Stars Collaboration Single", - "dictionaryComment": "A dance tune with distinctive instruments and costumes. It delivers the message that even a single trigger, such as the courage to try something new or a source of excitement, can transform even the most mundane into something vastly different.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2009", - "masterBgmId": 31002009, - "previewMasterBgmId": 32002009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2010, - "name": "Kokoro no Hane yo Kimi e Tondeke!", - "shortName": "Kokoro no Hane yo Kimi e Tondeke!", - "kana": "Kokoro no Hane yo Kimi e Tondeke!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT", - "dictionaryReference": "Aqours 5th Anniversary Animated PV Single", - "dictionaryComment": "This song is reminiscent of the hush following a festival as dusk gives way to night. The \"kokoro no hane\" or \"heart's wings\" in the title also evoke a variety of emotions. This song was performed at the 6th live show Windy Stage accompanied by the Uranohoshi Symphony Orchestra.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2133", - "masterBgmId": 31002010, - "previewMasterBgmId": 32002010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2011, - "name": "Totsuzen GIRL", - "shortName": "Totsuzen GIRL", - "kana": "Totsuzen GIRL", - "artist": "You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yasushi Watanabe", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! You Watanabe First Solo Concert Album ~Beginner's Sailing~", - "dictionaryComment": "This song celebrates You's spontaneity by telling a story of how she sets out to meet Riko and Chika on a whim. When performed live, she made a big splash by ending the song with, \"That's all, folks, so see you later!\" and jumping off the stage.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2011", - "masterBgmId": 31002011, - "previewMasterBgmId": 32002011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2012, - "name": "Perfect SEKAI", - "shortName": "Perfect SEKAI", - "kana": "Perfect SEKAI", - "artist": "Dia Kurosawa (C.V: Arisa Komiya)", - "detailInfo": "Lyrics: Aki Hata
Composition: Katsuhiko Sugiyama and ulala
Arrangement: ulala", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Dia Kurosawa First Solo Concert Album ~WHITE FIRST LOVE~", - "dictionaryComment": "A song that captures all of Dia's best features between its Japanese flavor, its coolness, and its MV with the red and black color scheme. In its live performance, she wowed fans by dancing with a sword.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2012", - "masterBgmId": 31002012, - "previewMasterBgmId": 32002012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2013, - "name": "Akogare Ranraran", - "shortName": "Akogare Ranraran", - "kana": "Akogare Ranraran", - "artist": "Hanamaru Kunikida (C.V: Kanako Takatsuki)", - "detailInfo": "Lyrics: Aki Hata
Composition: INN
Arrangement: Takeshi Masuda", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Hanamaru Kunikida First Solo Concert Album ~Oyasuminasan!~", - "dictionaryComment": "This song reveals Hanamaru's true feelings of wanting to be cuter and feeling inadequate. That she later begins saying \"Let's try it!\" with greater frequency marks her character growth.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2013", - "masterBgmId": 31002013, - "previewMasterBgmId": 32002013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2014, - "name": "Motto ne!", - "shortName": "Motto ne!", - "kana": "Motto ne!", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa)", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima and pw.a
Arrangement: pw.a", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Kanan Matsuura First Solo Concert Album ~SAKANAKANANDAKA?~", - "dictionaryComment": "The third year's graduation is overlaid with feelings of wanting to stay together and the knowledge that they'll always be together somehow, even when far apart. This pop EDM tune displays their desire to spend quality time with their loved ones before the time comes to part.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2014", - "masterBgmId": 31002014, - "previewMasterBgmId": 32002014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/02/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2015, - "name": "Kimochi mo Yume mo Issyo dane!", - "shortName": "Kimochi mo Yume mo Issyo dane!", - "kana": "Kimochi mo Yume mo Issyo dane!", - "artist": "Hanamaru Kunikida (C.V: Kanako Takatsuki) and Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Koshiro Honda", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION", - "dictionaryComment": "This song compares dreams to melting snow and encourages the listener to pursue them before they vanish. Additionally, the lyric, \"Hey, you know... Sure, I could do it alone, but wouldn't it better together?\" highlights Ruby and Hanamaru's relationship.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002015, - "previewMasterBgmId": 32002015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2016, - "name": "1STAR", - "shortName": "1STAR", - "kana": "1STAR", - "artist": "Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Mash Tanaka", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Ruby Kurosawa", - "dictionaryComment": "The music box-like tones of the glockenspiel immediately draw attention in this song, but Ruby's cuteness and charm never let up throughout the entire song. As the title suggests, the song talks about an ardent desire for a twinkling star.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2016", - "masterBgmId": 31002016, - "previewMasterBgmId": 32002016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2017, - "name": "RUN KAKERU RUN", - "shortName": "RUN KAKERU RUN", - "kana": "RUN KAKERU RUN", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Kanan Matsuura", - "dictionaryComment": "Based on the concept of sporty Kanan running down the beach, this song is a straightforward depiction of her emotions. The lyrics contain many references to the ocean in true Aqours fashion, making this pop number a breezy delight.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2017", - "masterBgmId": 31002017, - "previewMasterBgmId": 32002017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2018, - "name": "Tatehoko Tsubasa", - "shortName": "Tatehoko Tsubasa", - "kana": "Tatehoko Tsubasa", - "artist": "Yoshiko Tsushima (C.V: Aika Kobayashi)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Yoshiko Tsushima First Solo Concert Album ~in this unstable world~", - "dictionaryComment": "In a total departure from Yoshiko's usual cooler tones, this techno-pop tune piles on the cuteness. The MV depicts a computer screen with lots of colorful scenes ranging from a Yohane video game to a Yohane live stream.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2018", - "masterBgmId": 31002018, - "previewMasterBgmId": 32002018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2019, - "name": "Namida×", - "shortName": "Namida×", - "kana": "Namida×", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "Aqours Best Of Album: Love Live! Sunshine!! Aqours CHRONICLE (2018–2020)", - "dictionaryComment": "A new song written for the best of record Aqours CHRONICLE (2018–2020). While written as \"Namida X,\" this song is pronounced as \"Namida Janai.\" The positive ballad laments the passage of time while looking forward to making new friends in the future.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2019", - "masterBgmId": 31002019, - "previewMasterBgmId": 32002019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2020, - "name": "Yaa! Kouunryuusui!?", - "shortName": "Yaa! Kouunryuusui!?", - "kana": "Yaa! Kouunryuusui!?", - "artist": "Hanamaru Kunikida (C.V: Kanako Takatsuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Satoru Shirasuka", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Hanamaru Kunikida", - "dictionaryComment": "A song that highlights Hanamaru's guiding principle: We'll cross that bridge when we come to it! A perfect tune for time off from school or work, this song would be great background music for wandering around before stopping all of a sudden to take a deep breath.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2020", - "masterBgmId": 31002020, - "previewMasterBgmId": 32002020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2021, - "name": "Nando datte YAKUSOKU!", - "shortName": "Nando datte YAKUSOKU!", - "kana": "Nando datte YAKUSOKU!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKUYA, MEG and Kanata Okajima
Arrangement: Akimitsu Homma", - "dictionaryReference": "Aqours 6th Live: WINDY STAGE Theme Songs CD", - "dictionaryComment": "This song is evocative of the Aqours girls looking to the future no matter what troubles lie in their path and promising to see their audience again someday. In a touching performance, this song opened the 6th Love Live! Tour and reappeared in the double encore with a performance by the Uranohoshi Symphony Orchestra.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2021", - "masterBgmId": 31002021, - "previewMasterBgmId": 32002021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2022, - "name": "PHOENIX DANCE", - "shortName": "PHOENIX DANCE", - "kana": "PHOENIX DANCE", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryuhey Yamada and YU-G
Arrangement: Ryuhey Yamada", - "dictionaryReference": "Love Live! Sunshine!! AZALEA 1st Full Album: B-Side", - "dictionaryComment": "In a departure from AZALEA's composed and ladylike image, this dance tune shakes things up with its upbeat lyrics. Its boldness is captivating. \"Let's do away with our hesitation!\" \"Let's fly above it all and leave it all behind!\"", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2023", - "masterBgmId": 31002022, - "previewMasterBgmId": 32002022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2023, - "name": "We'll Get the Next Dream!!!", - "shortName": "We'll Get the Next Dream!!!", - "kana": "We'll Get the Next Dream!!!", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ryuhey Yamada", - "dictionaryReference": "Love Live! Sunshine!! AZALEA 1st Full Album", - "dictionaryComment": "The powerful figures of AZALEA are prominent from the very first lines, whereupon they sing of their resolve to pursue their next dream. With a wild drop, this techno-pop song goes harder than any other song in AZALEA's discography.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2023", - "masterBgmId": 31002023, - "previewMasterBgmId": 32002023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2024, - "name": "Dragon Riders", - "shortName": "Dragon Riders", - "kana": "Dragon Riders", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKUYA and mito (Clammbom)
Arrangement: mito", - "dictionaryReference": "Love Live! Sunshine!! CYaRon! 1st Full Album: B-Side", - "dictionaryComment": "This song brings the energy in a homage to Hong Kong kung fu films. It is performed live with Chinese-inspired dresses to match the distinctive sounds of the erhu and gong. The final call where \"acho\" turns \"sharoon\" is a complete ear worm.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2153", - "masterBgmId": 31002024, - "previewMasterBgmId": 32002024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2025, - "name": "metamorphism", - "shortName": "metamorphism", - "kana": "metamorphism", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: TO-me", - "dictionaryReference": "Love Live! Sunshine!! AZALEA 1st Full Album: B-Side", - "dictionaryComment": "As a butterfly emerges from its chrysalis and wings its way to the sky, the message of this mid-tempo, future bass-inspired tune is to come out of your shell and try new things. Metamorphosis encompasses both internal change and transformation into something completely new.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2023", - "masterBgmId": 31002025, - "previewMasterBgmId": 32002025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2026, - "name": "Whistle of Revolution", - "shortName": "Whistle of Revolution", - "kana": "Whistle of Revolution", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: TAKUYA", - "dictionaryReference": "Love Live! Sunshine!! CYaRon! 1st Full Album: B-Side", - "dictionaryComment": "In a rare move for CYaRon!, this song is brought together with the stable foundation of its simple, pop-rock sound. The guitar riffs in the intro make for a memorable beginning. Like a whistle blowing to signal the start of a race, this song stresses the importance of pushing oneself to follow their dreams.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2153", - "masterBgmId": 31002026, - "previewMasterBgmId": 32002026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2027, - "name": "OKAWARI Happy life!", - "shortName": "OKAWARI Happy life!", - "kana": "OKAWARI Happy life!", - "artist": "Chika Takami (C.V: Anju Inami)", - "detailInfo": "Lyrics: Aki Hata
Composition: Koudai Iwatsubo, TAKAROT and Shoma Yamamoto
Arrangement: Shoma Yamamoto and TAKAROT", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Chika Takami", - "dictionaryComment": "In this musical-inspired number evocative of a sequel to One More Sunshine Story, Chika never stops moving forward through character growth and pushing herself to try new things.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2027", - "masterBgmId": 31002027, - "previewMasterBgmId": 32002027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2028, - "name": "Love Spiral Tower", - "shortName": "Love Spiral Tower", - "kana": "Love Spiral Tower", - "artist": "Riko Sakurauchi (C.V: Rikako Aida)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Riko Sakurauchi", - "dictionaryComment": "This swing jazz approach will get you on your feet before you know it! This song stands out for its speech-like singing style. By comparing the pursuit of a forbidden love to a spiral tower, this song unfolds in a thrilling, racing fashion.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2028", - "masterBgmId": 31002028, - "previewMasterBgmId": 32002028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2029, - "name": "Amazing Travel DNA", - "shortName": "Amazing Travel DNA", - "kana": "Amazing Travel DNA", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ryuhey Yamada", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "Through a comparison of journeying into the future to traveling, this song portrays a meandering journey into worlds unknown, making it the perfect background music for when your travels take you off the beaten path. The techno-pop sound is jam-packed with AZALEA's flair.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2029", - "masterBgmId": 31002029, - "previewMasterBgmId": 32002029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2030, - "name": "Aqours Pirates Desire", - "shortName": "Aqours Pirates Desire", - "kana": "Aqours Pirates Desire", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT", - "dictionaryReference": "Love Live! Sunshine!! Aqours 6th Love Live! Dome Tour Theme Songs CD
", - "dictionaryComment": "No Aqours song up until now has ever been as swashbuckling as this tale of a pirate sailing the seven seas for treasure. When performed live, all the Aqours girls waved flags. But Shuka Saito (You Watanabe's actor) waved a flag larger than herself in a truly impressive fashion.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2130", - "masterBgmId": 31002030, - "previewMasterBgmId": 32002030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2031, - "name": "Daydream Warrior", - "shortName": "Daydream Warrior", - "kana": "Daydream Warrior", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Wataru Maeguchi
Arrangement: Tomohiro Nakatsuchi", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 4: Aqours Original Songs CD 4", - "dictionaryComment": "A song from the Love Love! Sunshine!! Anime Season 1 Blu-Ray Volume 4 Aqours Original Songs CD. Yoshiko performs the center role in this aggressive, full-scale EDM song. The live performances feature lots of fun extras, such as snappy dance moves in the instrumental section or intros unique to the performance.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2031", - "masterBgmId": 31002031, - "previewMasterBgmId": 32002031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2032, - "name": "G Senjono Cinderella", - "shortName": "G Senjono Cinderella", - "kana": "G Senjono Cinderella", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), and Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition: Takayuki Ishikura
Arrangement: Ramseeni and Takayuki Ishikura", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 5: Aqours Original Songs CD 5", - "dictionaryComment": "This song is the result of the three third years imagining a dance party on a ship. In live performances, the other Aqours girls join hands and dance together. This fun tune hearkens to Broadway musical show tunes with its upbeat instruments.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2032", - "masterBgmId": 31002032, - "previewMasterBgmId": 32002032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/01/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2033, - "name": "Thrilling One-way", - "shortName": "Thrilling One-way", - "kana": "Thrilling One-way", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ryouta Fujii and Kotaro Odaka", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 6: Aqours Original Songs CD 6", - "dictionaryComment": "From Chika's opening call of \"We all want to shine!\" to the final moment, this rock song is one nonstop dash. In live shows, the wild guitar playing and dancing in the third verse are must-sees.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2033", - "masterBgmId": 31002033, - "previewMasterBgmId": 32002033, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/02/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2034, - "name": "Taiyo o Oi kakero!", - "shortName": "Taiyo o Oi kakero!", - "kana": "Taiyo o Oi kakero!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akito Matsuda", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 7: Aqours Original Songs CD 7", - "dictionaryComment": "Chika kicks off the song with her call \"Aqours, assemble!\" whereupon all the girls bow and march off towards the sun. In live shows, the girls wave their hands from side to side, producing an incredible unified performance.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2034", - "masterBgmId": 31002034, - "previewMasterBgmId": 32002034, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2035, - "name": "HAPPY PARTY TRAIN", - "shortName": "HAPPY PARTY TRAIN", - "kana": "HAPPY PARTY TRAIN", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Takuya Watanabe
Arrangement: EFFY", - "dictionaryReference": "Aqours 3rd Single", - "dictionaryComment": "Aqours' third single. Kanan was chosen to play the song's center role through a poll. The melancholy melody forewarning departure and the world building described by the lyrics are especially memorable. This song was first toured in Aqours second tour, also called HAPPY PARTY TRAIN, in which they literally rode the train all across Japan to meet fans everywhere.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002035, - "previewMasterBgmId": 32002035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 1 - }, - { - "id": 2036, - "name": "Humming Friend", - "shortName": "Humming Friend", - "kana": "Humming Friend", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Satoru Kuwabara (Arte Refact)
Arrangement: Takuya Sakai (Arte Refact)", - "dictionaryReference": "Love Live! Sunshine!! Anime Opening Theme: B-Side", - "dictionaryComment": "The B-side of Aozora Jumping Heart, an invigorating techno-pop song about friendship. The modernistic elements such as the cuts combine with the sentimental, dramatic developments to make a true bop.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2096", - "masterBgmId": 31002036, - "previewMasterBgmId": 32002036, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/07/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2037, - "name": "Sunshine Pikkapika Ondo", - "shortName": "Sunshine Pikkapika Ondo", - "kana": "Sunshine Pikkapika Ondo", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Masumi Itou: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Ending Theme: B-Side", - "dictionaryComment": "With memorable solos for each of the 9 Aqours girls, this marching song boasts a choreography that is super easy to learn. At Aqours 2nd Love Live!, Uchicchi showed up carrying a huge fan, making the crowd go wild.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2098", - "masterBgmId": 31002037, - "previewMasterBgmId": 32002037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2038, - "name": "Landing action Yeah!!", - "shortName": "Landing action Yeah!!", - "kana": "Landing action Yeah!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: TAKAROT", - "dictionaryReference": "Aqours Next Step! Project Theme Songs CD", - "dictionaryComment": "The theme song for fan meet-ups between 2017 and 2018. Mari's line of \"Where to next?\" not only questions where the next fan meet-up will be held but also what Aqours' next steps are.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2038", - "masterBgmId": 31002038, - "previewMasterBgmId": 32002038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2039, - "name": "Kinmirai Happy End", - "shortName": "Kinmirai Happy End", - "kana": "Kinmirai Happy End", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ryouta Fujii", - "dictionaryReference": "CYaRon! 2nd Single", - "dictionaryComment": "This song tells a story of a \"me\" who cheers on a \"you\" with little experience in love. In live performances, all the girls twirl a large flag. This tune gets listeners going with its upbeat techno rhythm.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2039", - "masterBgmId": 31002039, - "previewMasterBgmId": 32002039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2040, - "name": "KOWAREYASUKI", - "shortName": "KOWAREYASUKI", - "kana": "KOWAREYASUKI", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "Guilty Kiss 2nd Single", - "dictionaryComment": "This song offers a strong message of protecting the audience when they feel scared and confused. Combined with the powerful sound evocative of nu metal and mixture rock, the fade-in intro is sure to jazz the listener.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2040", - "masterBgmId": 31002040, - "previewMasterBgmId": 32002040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/06/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2041, - "name": "SKY JOURNEY", - "shortName": "SKY JOURNEY", - "kana": "SKY JOURNEY", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hirotaka Hayakawa", - "dictionaryReference": "Aqours 3rd Single", - "dictionaryComment": "The B-side of HAPPY PARTY TRAIN. This tune feels almost mystical, with its lyrics that paint an image of a journey to chase one's dreams and a sentimental melody. It continues the story from the A-side, taking the next stage of the trip into space.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002041, - "previewMasterBgmId": 32002041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 1 - }, - { - "id": 2042, - "name": "Shojo Ijo no Koi ga Shitai", - "shortName": "Shojo Ijo no Koi ga Shitai", - "kana": "Shojo Ijo no Koi ga Shitai", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT and Shinji Tanaka", - "dictionaryReference": "Aqours 3rd Single", - "dictionaryComment": "The B-side of HAPPY PARTY TRAIN. This love song is memorable for its lyrics which are as candid as they are adorable. The synth-pop sound is just as cute and filled with dazzling twists and turns.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002042, - "previewMasterBgmId": 32002042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 1 - }, - { - "id": 2043, - "name": "GALAXY HidE and SeeK", - "shortName": "GALAXY HidE and SeeK", - "kana": "GALAXY HidE and SeeK", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yoshinobu Takeichi", - "dictionaryReference": "AZALEA 2nd Single", - "dictionaryComment": "AZALEA's second single, a techno-pop song that strikes a balance between reservation and optimism in a manner AZALEA is known for. The authentic electronic touch sits side-by-side with the more orthodox vocals for a truly magical song.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2043", - "masterBgmId": 31002043, - "previewMasterBgmId": 32002043, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2044, - "name": "Mirai no Bokura wa Shitteru yo", - "shortName": "Mirai no Bokura wa Shitteru yo", - "kana": "Mirai no Bokura wa Shitteru yo", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Opening Theme", - "dictionaryComment": "The line \"Let's strive for a future where we can compete with everything we have\" televises the burning frustration the Aqours girls felt when they weren't able to compete in the first season of the anime. The song describes their efforts to achieve their dream.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2044", - "masterBgmId": 31002044, - "previewMasterBgmId": 32002044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/10/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2045, - "name": "Yuki wa Doko ni? Kimi no Mune ni!", - "shortName": "Yuki wa Doko ni? Kimi no Mune ni!", - "kana": "Yuki wa Doko ni? Kimi no Mune ni!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Ending Theme", - "dictionaryComment": "This song catalogues the Aqours' girls' character development over the course of their many setbacks. When this song is sung in the anime at the school closing festival, the line \"I'm leaving nothing undone\" applies both to their feelings about being Aqours idols and being students of Uranohoshi High.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2045", - "masterBgmId": 31002045, - "previewMasterBgmId": 32002045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/15", - "masterReleaseLabelId": 1 - }, - { - "id": 2046, - "name": "MY Mai☆TONIGHT", - "shortName": "MY Mai☆TONIGHT", - "kana": "MY Mai☆TONIGHT", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 3 Soundtrack", - "dictionaryComment": "The first classically Japanese-themed song to appear in the anime. It is preceded by a scene that shows the intense bond between the Kurosawa sisters, thus making the opening lines a kind of match point for them. The rock sound is perfect for dancing and shines through the koto and shakuhachi sounds.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2046", - "masterBgmId": 31002046, - "previewMasterBgmId": 32002046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/29", - "masterReleaseLabelId": 1 - }, - { - "id": 2047, - "name": "Shadow gate to love", - "shortName": "Shadow gate to love", - "kana": "Shadow gate to love", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "Guilty Kiss 2nd Single", - "dictionaryComment": "The lines \"I've set a trap\" and \"I bet you've gotten enthralled\" perfectly exemplify the bold, assertive approach Guilty Kiss takes in this song. It is especially well known for its live performances, where each girl makes a heart and releases them to the fans.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2040", - "masterBgmId": 31002047, - "previewMasterBgmId": 32002047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/06/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2048, - "name": "Natsu e no Tobira: Never end ver.", - "shortName": "Natsu e no Tobira: Never end ver.", - "kana": "Natsu e no Tobira: Never end ver.", - "artist": "Riko Sakurauchi (C.V: Rikako Aida), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION", - "dictionaryComment": "This song creates an image of Riko, Hanamaru, and Mari all having a delightful time at the seashore. In its memorable performance at Aqours 2nd Love Live!, the girls rode a trolley and sprayed the audience with water guns.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002048, - "previewMasterBgmId": 32002048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2049, - "name": "Manatsu wa Dare no Mono?", - "shortName": "Manatsu wa Dare no Mono?", - "kana": "Manatsu wa Dare no Mono?", - "artist": "Dia Kurosawa (C.V: Arisa Komiya) and Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Atsushi Harada (Arte Refact)", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION", - "dictionaryComment": "A song off the summer-themed album Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: Summer Vacation. This mid-tempo tune features the Kurosawa sisters with Latinesque music. Their live show costumes and dances also draw inspiration from other cultures.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002049, - "previewMasterBgmId": 32002049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2050, - "name": "Jimoai Mantan Summer Life", - "shortName": "Jimoai Mantan Summer Life", - "kana": "Jimoai Mantan Summer Life", - "artist": "You Watanabe (C.V: Shuka Saito) and Yoshiko Tsushima (C.V: Aika Kobayashi)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takayuki Ishikura", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION", - "dictionaryComment": "This song is evocative of You and Yoshiko spending a delightful summer day without a care in the world. In live shows, their costumes feature horns and tails for a unicorn theme. The tropical tune has many other such memorable elements like the ukuleles and dancing seasoned with local pride.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002050, - "previewMasterBgmId": 32002050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2051, - "name": "Natsu no Owari no Amaoto ga", - "shortName": "Natsu no Owari no Amaoto ga", - "kana": "Natsu no Owari no Amaoto ga", - "artist": "Chika Takami (C.V: Anju Inami) and Kanan Matsuura (C.V: Nanaka Suwa)", - "detailInfo": "Lyrics: Aki Hata
Composition: Shuutarou Katagiri
Arrangement: Kotaro Egami", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 1: SUMMER VACATION", - "dictionaryComment": "This song brings a melancholy vibe with Kanan's \"It's over,\" and Chika's \"That summer sure was fun.\" The bouncy EDM-esque live performance included the running man move, shocking fans.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002051, - "previewMasterBgmId": 32002051, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2052, - "name": "MIRACLE WAVE", - "shortName": "MIRACLE WAVE", - "kana": "MIRACLE WAVE", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Takuya Sakai (Arte Refact)
Arrangement: Masatomi Waki (Arte Refact)", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 6 Soundtrack", - "dictionaryComment": "This song describes Aqours taking on new things and produced a powerful impact with its dolphin choreography and Chika's backflip. It was performed at all shows on the Aqours 3rd Love Live! Tour and made the audience cheer with its choreography.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2046", - "masterBgmId": 31002052, - "previewMasterBgmId": 32002052, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/29", - "masterReleaseLabelId": 1 - }, - { - "id": 2053, - "name": "Awaken the power", - "shortName": "Awaken the power", - "kana": "Awaken the power", - "artist": "Saint Aqours Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 9 Soundtrack", - "dictionaryComment": "This song came to be after Saint Snow failed to place in the Love Live qualifying tournament due to a mistake Leah made during her performance. Ruby told her, \"Then, you can just make sure it's not the last performance, right?!\" and the rest is history.", - "bandCategory": 2, - "masterGroupId": 205, - "jacketImageName": "jacket_2053", - "masterBgmId": 31002053, - "previewMasterBgmId": 32002053, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2054, - "name": "One More Sunshine Story", - "shortName": "One More Sunshine Story", - "kana": "One More Sunshine Story", - "artist": "Chika Takami (C.V: Anju Inami)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall)", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 1: Aqours Original Songs CD 1", - "dictionaryComment": "From the intro, evocative of upending a toy chest, to the classic Chika energy, this song uses the theme of shining to depict her feelings in a single musical number. The rapid-fire melody and singing make it seem like a song performed live.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2054", - "masterBgmId": 31002054, - "previewMasterBgmId": 32002054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2055, - "name": "WATER BLUE NEW WORLD", - "shortName": "WATER BLUE NEW WORLD", - "kana": "WATER BLUE NEW WORLD", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki
Strings Arrangement:Tatsuya Kurauchi", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 12 Soundtrack", - "dictionaryComment": "Sung to win the Love Live! championship, this song sends the message that it will be the third years final competition. One live performance featured a rain of blue feathers while in another fans used their penlights to create a huge ship crossing the ocean as in the line \"Let's cross the sea.\"", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2055", - "masterBgmId": 31002055, - "previewMasterBgmId": 32002055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/01/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2056, - "name": "WONDERFUL STORIES", - "shortName": "WONDERFUL STORIES", - "kana": "WONDERFUL STORIES", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Carlos K.
Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 13 Soundtrack", - "dictionaryComment": "This song is a throwback, containing all the costumes worn during songs performed in the anime, to Aqours chasing their dreams. In live shows, the audience joins in the singers from the third verse on for all parts but Chika's, creating an incredible spectacle.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2055", - "masterBgmId": 31002056, - "previewMasterBgmId": 32002056, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/01/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2057, - "name": "Oyasuminasan!", - "shortName": "Oyasuminasan!", - "kana": "Oyasuminasan!", - "artist": "Hanamaru Kunikida (C.V: Kanako Takatsuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Satoru Shirasuka and Motoki Masuda", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 2: Aqours Original Songs CD 2", - "dictionaryComment": "The words \"by your side\" and \"smiling at one another\" inevitably conjure an image of Hanamaru addressing this song to someone else. It's easy to imagine her falling asleep looking forward to spending her tomorrows with that special someone.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2057", - "masterBgmId": 31002057, - "previewMasterBgmId": 32002057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/01/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2058, - "name": "Kaigandori de Matteru yo", - "shortName": "Kaigandori de Matteru yo", - "kana": "Kaigandori de Matteru yo", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Miki Watanabe", - "dictionaryReference": "CYaRon! 2nd Single: B-Side", - "dictionaryComment": "This song tells the story of a stubborn girl who has a fight with a loved one and now wants to make up. During the chorus in live performances, the singers salute and wave the three fingers of the opposite hand while the audience cheers for resolution.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2039", - "masterBgmId": 31002058, - "previewMasterBgmId": 32002058, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2059, - "name": "Kimi no Hitomi o Meguru Boken", - "shortName": "Kimi no Hitomi o Meguru Boken", - "kana": "Kimi no Hitomi o Meguru Boken", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Opening Theme: B-Side", - "dictionaryComment": "The main theme of Real Escape Game x Love Live! Sunshine!! Escape from the Island Aquarium. In accordance with that theme, the other girls create a maze with their choreography for Riko to traverse.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2044", - "masterBgmId": 31002059, - "previewMasterBgmId": 32002059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/10/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2060, - "name": "in this unstable world", - "shortName": "in this unstable world", - "kana": "in this unstable world", - "artist": "Yoshiko Tsushima (C.V: Aika Kobayashi)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Rei Kamiya", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 3: Aqours Original Songs CD 3", - "dictionaryComment": "This song imagines what future awaits Yoshiko Tsushima and the multiple characters that make up her (Yoshiko, Yohane, etc.) To illustrate that she isn't alone, the song uses \"you\" and \"I\" throughout. The instrumental portion of this EDM song seems perfect for large musical festivals, as it encourages the audience to jump up and down.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2060", - "masterBgmId": 31002060, - "previewMasterBgmId": 32002060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/02/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2061, - "name": "Pianoforte Monologue", - "shortName": "Pianoforte Monologue", - "kana": "Pianoforte Monologue", - "artist": "Riko Sakurauchi (C.V: Rikako Aida)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hironori Aoki and Yuya Hirozawa", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 3: Aqours Original Songs CD 3", - "dictionaryComment": "The outfit Riko wears and her line about \"I face the keyboard alone\" almost connects it like a monologue to Omoiyo Hitotsuninare. \"I want to embrace you through my music\" is directed at Chika, who gave Riko the strength to keep playing the piano.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2061", - "masterBgmId": 31002061, - "previewMasterBgmId": 32002061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/02/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2062, - "name": "Beginner's Sailing", - "shortName": "Beginner's Sailing", - "kana": "Beginner's Sailing", - "artist": "You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takuya Sakai (Arte Refact)", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 4: Aqours Original Songs CD 4", - "dictionaryComment": "The guitar sound in this song is full of You Watanabe's characteristic high energy. In the 3rd live show tour, she shocked the audience by leaping off stage. Check out the carefree vocals in the chorus, too.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2062", - "masterBgmId": 31002062, - "previewMasterBgmId": 32002062, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/03/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2063, - "name": "RED GEM WINK", - "shortName": "RED GEM WINK", - "kana": "RED GEM WINK", - "artist": "Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 5: Aqours Original Songs CD 5", - "dictionaryComment": "This song tells a story of a girl who dreams of love. The line \"I have to speak up\" when sung by Ruby paints a picture of her shyness. Many fans commented on her live performance of this song, as she wore the same outfit she wore on her trip to Tokyo in the first season.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2063", - "masterBgmId": 31002063, - "previewMasterBgmId": 32002063, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/04/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2064, - "name": "WHITE FIRST LOVE", - "shortName": "WHITE FIRST LOVE", - "kana": "WHITE FIRST LOVE", - "artist": "Dia Kurosawa (C.V: Arisa Komiya)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 5: Aqours Original Songs CD 5", - "dictionaryComment": "This song tells the story of the speaker falling in love for the first time. The mid-tempo ballad described her feelings changing from being attracted by their shared qualities to fear that the other party is oblivious to her feelings before finally ending with the realization that she wants to express her evolving feelings.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2064", - "masterBgmId": 31002064, - "previewMasterBgmId": 32002064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/04/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2065, - "name": "INNOCENT BIRD", - "shortName": "INNOCENT BIRD", - "kana": "INNOCENT BIRD", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "AZALEA 2nd Single: B-Side", - "dictionaryComment": "This techno-pop tune compares opening one's heart to being a bird with imagery involving hatching from an egg and unfolding one's damp wings. Finally, the singers' voices become more confident with the last spoken phrase, \"Say yes!\"", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2043", - "masterBgmId": 31002065, - "previewMasterBgmId": 32002065, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2066, - "name": "New winding road", - "shortName": "New winding road", - "kana": "New winding road", - "artist": "Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 6: Aqours Original Songs CD 6", - "dictionaryComment": "This mellow ballad creates a very optimistic image with its lyrics about looking forward and setting off. When it was performed at the 3rd live show tour, many fans were taken by Mari's whispered \"Thank you\" at the end.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2066", - "masterBgmId": 31002066, - "previewMasterBgmId": 32002066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2067, - "name": "SAKANAKANANDAKA?", - "shortName": "SAKANAKANANDAKA?", - "kana": "SAKANAKANANDAKA?", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tetsuya Shitara", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 6: Aqours Original Songs CD 6", - "dictionaryComment": "This waltz-esque song evokes an image of Kanan in a fishy dress grabbing your hand and pulling you away for dancing and fun. It is particularly well-known in live performances for Kanan riding on a trolley through a sea of green fan light sticks.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2067", - "masterBgmId": 31002067, - "previewMasterBgmId": 32002067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2068, - "name": "KISEKIHIKARU", - "shortName": "KISEKIHIKARU", - "kana": "KISEKIHIKARU", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kato", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-Ray Volume 7: Aqours Original Songs CD 7", - "dictionaryComment": "This song featured in the movie with a melody inspired by the soundtrack of the second anime season. The line \"It's when you want to give up that you should make the really big changes\" captures the positive aspect of change.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2068", - "masterBgmId": 31002068, - "previewMasterBgmId": 32002068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2069, - "name": "Hop Step Yippee!", - "shortName": "Hop Step Yippee!", - "kana": "Hop Step Yippee!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hajime Mitsumasu (FirstCall)", - "dictionaryReference": "Aqours Hop! Step! Jump! Project! Theme Songs CD", - "dictionaryComment": "Unlike the first fan meet-ups, this song delivers a different message: Let's all get together and strike out for the future! The choral choreography helps bring the audience together during live shows and fan meet-ups.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2069", - "masterBgmId": 31002069, - "previewMasterBgmId": 32002069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2070, - "name": "Guilty Eyes Fever", - "shortName": "Guilty Eyes Fever", - "kana": "Guilty Eyes Fever", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition: Yuki Honda (Arte Refact)
Arrangement: Takuya Sakai (Arte Refact)", - "dictionaryReference": "Love Live! Sunshine!! Blu-ray Bonus: Guilty Kiss New Songs CD", - "dictionaryComment": "A song exclusive to the Love Live! Sunshine!! anime Blu-ray edition. This cool and cute dance tune incorporates serious EDM elements while never neglecting the mischievous, flirty angle Guilty Kiss is known for.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2070", - "masterBgmId": 31002070, - "previewMasterBgmId": 32002070, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2071, - "name": "SELF CONTROL!!", - "shortName": "SELF CONTROL!!", - "kana": "SELF CONTROL!!", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 OST: Sailing to the Sunshine", - "dictionaryComment": "A song that represents what Saint Snow is all about. Every angle of the song emphasizes how seriously they view being school idols. It isn't just a game for them. The balance of Sarah's singing and Leah's rapping creates a perfect synchronized effect.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2071", - "masterBgmId": 31002071, - "previewMasterBgmId": 32002071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2072, - "name": "Thank you, FRIENDS!!", - "shortName": "Thank you, FRIENDS!!", - "kana": "Thank you, FRIENDS!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT and Koudai Iwatsubo
Arrangement: TAKAROT", - "dictionaryReference": "Aqours 4th Live Theme Songs CD", - "dictionaryComment": "This song describes how Aqours formed as a series of surprising gifts or miracles while also sending the message that the girls will only become closer from here on out. In the performance in Seoul in the Asia Tour 2019, the fans sang the chorus of this song in place of an encore.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2072", - "masterBgmId": 31002072, - "previewMasterBgmId": 32002072, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2073, - "name": "CRASH MIND", - "shortName": "CRASH MIND", - "kana": "CRASH MIND", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 9 Soundtrack: B-Side", - "dictionaryComment": "Between the slow intro giving way to a spooky melody and the puppet-like dancing, this gothic metal-esque song delivers a memorable fantasy vibe.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2053", - "masterBgmId": 31002073, - "previewMasterBgmId": 32002073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2074, - "name": "DROPOUT!?", - "shortName": "DROPOUT!?", - "kana": "DROPOUT!?", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Naozumi Mabuchi", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2: Episode 9 Soundtrack: B-Side", - "dictionaryComment": "This song can do it all: a piano intro, guitar and drum heavy metal, and even rap! Changing up the formula from SELF CONTROL!!, the portion of the song from the quiet \"Sarah, come on...\" to the final chorus is chillingly good.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2053", - "masterBgmId": 31002074, - "previewMasterBgmId": 32002074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2075, - "name": "P.S. no Mukougawa", - "shortName": "P.S. no Mukougawa", - "kana": "P.S. no Mukougawa", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition: Kensuke Okamoto
Arrangement: Kazunori Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-ray Bonus: CYaRon! New Songs CD", - "dictionaryComment": "In this song, the singers write a letter to someone most likely far, far away. Remembering the fun they've had in the letter reader's absence, this song is a bit melancholic but still ends with a P.S. of \"Thank you.\"", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2075", - "masterBgmId": 31002075, - "previewMasterBgmId": 32002075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2076, - "name": "“MY LIST” to you!", - "shortName": "“MY LIST” to you!", - "kana": "“MY LIST” to you!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hara Tomoya
Arrangement: Ramseeni", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Ending Theme: B-Side", - "dictionaryComment": "The main character of this song sends it out to a person she loves, but to her, it's all about me, me, me! Each Aqours' girl lends those emotions their own unique take in their solos. The doo-wop style in the chorus is especially worth listeners' attention.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2045", - "masterBgmId": 31002076, - "previewMasterBgmId": 32002076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/15", - "masterReleaseLabelId": 1 - }, - { - "id": 2077, - "name": "Hajimari Road", - "shortName": "Hajimari Road", - "kana": "Hajimari Road", - "artist": "Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT, FUNK UCHINO and Ankle Break
Arrangement: TAKAROT", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie Over the Rainbow Single (Grouped by School Year) CD", - "dictionaryComment": "As the title suggests, this song is all about \"hajimari\" or \"beginnings\" as the first-year students take off in all directions together. The audience always comes together in live shows for the \"Hajimari Road\" call.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2077", - "masterBgmId": 31002077, - "previewMasterBgmId": 32002077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2078, - "name": "Marine Border Parasol", - "shortName": "Marine Border Parasol", - "kana": "Marine Border Parasol", - "artist": "Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition: Akira Sunset and ulala
Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie Over the Rainbow Single (Grouped by School Year) CD", - "dictionaryComment": "In the middle and the end of this song, the second-year girls chat together while opening their parasols and spinning them in time to the music, each of these moves striking in its own way.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2078", - "masterBgmId": 31002078, - "previewMasterBgmId": 32002078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2079, - "name": "Yosoku Fukano Driving!", - "shortName": "Yosoku Fukano Driving!", - "kana": "Yosoku Fukano Driving!", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), and Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition: pw.a and Tomomi Ogata
Arrangement: pw.a", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie Over the Rainbow Single (Grouped by School Year) CD", - "dictionaryComment": "This song talks about the future with lines like, \"A pre-determined future is no future at all.\" With no destination or goal in mind, the lyrics compare plunging on ahead to setting out for a drive along a road that is impossible to know beforehand. A car-shaped trolley appeared in the 5th live performance of this song.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2079", - "masterBgmId": 31002079, - "previewMasterBgmId": 32002079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2080, - "name": "LONELY TUNING", - "shortName": "LONELY TUNING", - "kana": "LONELY TUNING", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kon-K", - "dictionaryReference": "Love Live! Sunshine!! Blu-ray Bonus: AZALEA New Songs CD", - "dictionaryComment": "This song talks about the feeling of wanting someone to listen to their voice like it's a song the DJ put on. In live performances, the girls hold imaginary headphones in one hand and make a disc-scratching gesture with the other.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2080", - "masterBgmId": 31002080, - "previewMasterBgmId": 32002080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2081, - "name": "Hop? Stop? Nonstop!", - "shortName": "Hop? Stop? Nonstop!", - "kana": "Hop? Stop? Nonstop!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima and Keisuke Koyama
Arrangement: Keisuke Koyama", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack", - "dictionaryComment": "In canon, this song is sung by the six students studying in Italy who try to put on a live show. When it was first performed in front of fans at the 5th live, the actors replicated the performance from the anime on a set of stairs leading up to the stage, just as if this was the show in Italy.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2082", - "masterBgmId": 31002081, - "previewMasterBgmId": 32002081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2082, - "name": "Toso Meiso Mobius Loop", - "shortName": "Toso Meiso Mobius Loop", - "kana": "Toso Meiso Mobius Loop", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), and Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack", - "dictionaryComment": "In canon, this song accompanies Kanan, Dia, and Mari running through the streets of an Italian city in an escape scene. The actors for these three girls wore the same dresses for the real-life 5th live performance, shocking the audience. This song is well-known for having a melody line evocative of other cultures.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2082", - "masterBgmId": 31002082, - "previewMasterBgmId": 32002082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2083, - "name": "Bokura no Hashittekita Michi wa...", - "shortName": "Bokura no Hashittekita Michi wa...", - "kana": "Bokura no Hashittekita Michi wa...", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: EFFY (FirstCall)", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack", - "dictionaryComment": "A part of the Love Live! Sunshine!! The School Idol Movie Over the Rainbow soundtrack. It plays at the beginning of the story as Aqours performs a show in Numazu. Performing with the locals drives home the theme of school idol local love.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2083", - "masterBgmId": 31002083, - "previewMasterBgmId": 32002083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2084, - "name": "Next SPARKLING!!", - "shortName": "Next SPARKLING!!", - "kana": "Next SPARKLING!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Carlos K.", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack", - "dictionaryComment": "A part of the Love Live! Sunshine!! The School Idol Movie Over the Rainbow soundtrack. This is the final song in the film that documents the characters' resolutions to pursue their own individual paths. It ends in a fade-out, which is uncommon for an Aqours song.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2083", - "masterBgmId": 31002084, - "previewMasterBgmId": 32002084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2086, - "name": "Step! ZERO to ONE", - "shortName": "Step! ZERO to ONE", - "kana": "Step! ZERO to ONE", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Aqours 1st Single: B-Side", - "dictionaryComment": "Included with Aqours first single Kimino Kokorowa Kagayaiterukai? and the title song for Aqours First Love Live! ~ Step! ZERO to ONE ~. This song is about the sense of setting off an adventure felt by the Aqours girls who have only just made their first forays from point zero to point one. During the interlude, the girls march forward and chant, creating a sense of unity.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2142", - "masterBgmId": 31002086, - "previewMasterBgmId": 32002086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2087, - "name": "Aqours HEROES", - "shortName": "Aqours HEROES", - "kana": "Aqours HEROES", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "Aqours 1st Single: B-Side", - "dictionaryComment": "Included with Aqours first single Kimino Kokorowa Kagayaiterukai? This song is designed to cheer up those who feel down by comparing the Aqours' girls to heroes who do battle with the negative emotions of doubts, confusion, and exhaustion. The guitar overture and the \"Yeah!\" calls are great spirit raisers.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2142", - "masterBgmId": 31002087, - "previewMasterBgmId": 32002087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2088, - "name": "Koini Naritai AQUARIUM", - "shortName": "Koini Naritai AQUARIUM", - "kana": "Koini Naritai AQUARIUM", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Yugo Sasakura
Arrangement: Kazunori Watanabe", - "dictionaryReference": "Aqours 2nd Single", - "dictionaryComment": "The title song of Aqours 2nd single. This is also You Watanabe's first song in the center role, as was decided by the first ever Love Live! Sunshine!! center poll. Using the theme of an aquarium, this song paints a mental image of the fish and the girls having a blast dancing.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002088, - "previewMasterBgmId": 32002088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2089, - "name": "Genki Zenkai DAY! DAY! DAY!", - "shortName": "Genki Zenkai DAY! DAY! DAY!", - "kana": "Genki Zenkai DAY! DAY! DAY!", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 1!", - "dictionaryComment": "CYaRon!'s first single. As the song title indicates, this cheering song is all about \"genki zenkai\" or \"full throttle energy.\" The alternating character parts, breezy guitar, loud trumpets, and orchestration jam-pack this anime-esque song with delights.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2089", - "masterBgmId": 31002089, - "previewMasterBgmId": 32002089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2090, - "name": "Mattete Aino Uta", - "shortName": "Mattete Aino Uta", - "kana": "Mattete Aino Uta", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "Aqours 2nd Single: B-Side", - "dictionaryComment": "Included with Aqours 2nd single Koini Naritai AQUARIUM. The narrator has never felt love before and sadly wonders if she will one day be able to incorporate her own personal feelings into the love songs she sings.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002090, - "previewMasterBgmId": 32002090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2091, - "name": "Torikoriko PLEASE!!", - "shortName": "Torikoriko PLEASE!!", - "kana": "Torikoriko PLEASE!!", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 2!", - "dictionaryComment": "In this song, the \"I\" character possesses a one-sided love for \"you\" and wishes \"you\" would turn your affections to her, falling head over heels (toriko) for her. In live performances, the actors shake a Torikoriko stick...but if anyone's falling head over heels, it's the audience falling for AZALEA!", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2091", - "masterBgmId": 31002091, - "previewMasterBgmId": 32002091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2092, - "name": "Yozorawa Nandemo Shitteruno?", - "shortName": "Yozorawa Nandemo Shitteruno?", - "kana": "Yozorawa Nandemo Shitteruno?", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kon-K", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 1! B-Side", - "dictionaryComment": "A song on the Love Live! Sunshine!! first unit CD Genki Zenkai Day! Day! Day! It laments not having been kinder to a crying girl. A far cry from this album's titular song, it conveys a consistent theme of sadness from start to finish.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2089", - "masterBgmId": 31002092, - "previewMasterBgmId": 32002092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2093, - "name": "Todokanai Hoshidatoshitemo", - "shortName": "Todokanai Hoshidatoshitemo", - "kana": "Todokanai Hoshidatoshitemo", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki", - "dictionaryReference": "Aqours 2nd Single: B-Side", - "dictionaryComment": "Included with Aqours 2nd single Koini Naritai AQUARIUM. This song encourages listeners to keep striving and not give up on their long-sought dreams, no matter how out of reach they seem.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002093, - "previewMasterBgmId": 32002093, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2094, - "name": "Strawberry Trapper", - "shortName": "Strawberry Trapper", - "kana": "Strawberry Trapper", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 3!", - "dictionaryComment": "The title song of the Love Live! Sunshine!! third unit CD. The main character has a crush on \"you,\" but you seem to be slow on the uptake. Sounds like it's time for her to set a trap for you. Her assertive approach, while thrilling and fun, ultimately concludes with you falling under her spell. The lyrics and the music are a perfect match for one another, with endless excitement from the first \"Ready?\"", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2094", - "masterBgmId": 31002094, - "previewMasterBgmId": 32002094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 2095, - "name": "Kimetayo Hand in Hand", - "shortName": "Kimetayo Hand in Hand", - "kana": "Kimetayo Hand in Hand", - "artist": "Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Anime Episode 1 Soundtrack", - "dictionaryComment": "In the anime, Chika suddenly discovers Riko during her efforts to establish a school idol club. Unable to contain their excitement, Chika and You draw the bewildered Riko into their song about the beginning of their dreams. Later, there occurs the famous scene when Chika asks Riko to be a school idol and Riko refuses.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2095", - "masterBgmId": 31002095, - "previewMasterBgmId": 32002095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 2096, - "name": "Aozora Jumping Heart", - "shortName": "Aozora Jumping Heart", - "kana": "Aozora Jumping Heart", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Ken Ito and Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Opening Theme", - "dictionaryComment": "The opening theme for the first season of the Love Live! Sunshine!! anime. This tried-and-true Aqours song delivers all the usual Love Live! goodness while also hinting at the start of a new chapter in the school idol story. With the fade-in like a curtain rising and the nonstop enthusiasm, this song promises a new story unfolding.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2096", - "masterBgmId": 31002096, - "previewMasterBgmId": 32002096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/07/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2097, - "name": "Daisuki Dattara Daijoubu!", - "shortName": "Daisuki Dattara Daijoubu!", - "kana": "Daisuki Dattara Daijoubu!", - "artist": "Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Sunshine!! Anime Episode 3 Soundtrack: B-Side", - "dictionaryComment": "When the three Aqours second-years tried to establish their school idol club, Mari, the school's director, said she would officially recognize it if they could hold a live show with an audience big enough to fill the school gym. This song was thus created as their first Aqours effort. In the anime, the girls ran into plenty of troubles along the way, but with a little help from their family, friends, and neighbors, they performed to a full house and founded the club.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2095", - "masterBgmId": 31002097, - "previewMasterBgmId": 32002097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 2098, - "name": "Yume Kataruyori Yume Utaou", - "shortName": "Yume Kataruyori Yume Utaou", - "kana": "Yume Kataruyori Yume Utaou", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Akihiko Yamaguchi", - "dictionaryReference": "Love Live! Sunshine!! Anime Ending Theme", - "dictionaryComment": "This song provides a quintessentially school idol message: Don't talk about your dreams with words. Put them into song! In the anime, the singers of this song change with every episode. As each of them pursue different dreams, so too do their methods of conveying these dreams differ.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2098", - "masterBgmId": 31002098, - "previewMasterBgmId": 32002098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2099, - "name": "Tokimeki Bunruigaku", - "shortName": "Tokimeki Bunruigaku", - "kana": "Tokimeki Bunruigaku", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 2! B-Side", - "dictionaryComment": "The second song on a Love Live! Sunshine!! unit CD. In this scientific song, the narrator replaces her feelings of love for excitment and studies them. When this song was performed in Aqours First Love Live! ~ Step! ZERO to ONE~, fans used their pen lights to make flowers and changed them to AZALEA colors in time to the actors' performances.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2091", - "masterBgmId": 31002099, - "previewMasterBgmId": 32002099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2100, - "name": "Yumede Yozorawo Terashitai", - "shortName": "Yumede Yozorawo Terashitai", - "kana": "Yumede Yozorawo Terashitai", - "artist": "Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Episode 6 Soundtrack", - "dictionaryComment": "A song from season 1, episode 6 of the Love Live! Sunshine!! anime. This pop song expresses gratitude for one's hometown with a beautiful melody that can resonate with everyone. In the anime, this song accompanies a touching scene of lanterns wheeling through the night sky.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2100", - "masterBgmId": 31002100, - "previewMasterBgmId": 32002100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/09/14", - "masterReleaseLabelId": 1 - }, - { - "id": 2101, - "name": "Mijuku DREAMER", - "shortName": "Mijuku DREAMER", - "kana": "Mijuku DREAMER", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Anime Episode 9 Soundtrack", - "dictionaryComment": "A song from season 1, episode 9 of the Love Live! Sunshine!! anime. This is the first song performed by all nine members of Aqours, a dramatic theme wherein the girls stand up to the \"storms\" of hardship encountered when chasing their dreams. The performance is especially memorable for its fireworks, J-rock, and traditional Japanese-inspired costumes.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2100", - "masterBgmId": 31002101, - "previewMasterBgmId": 32002101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/09/14", - "masterReleaseLabelId": 1 - }, - { - "id": 2102, - "name": "Omoiyo Hitotsuninare", - "shortName": "Omoiyo Hitotsuninare", - "kana": "Omoiyo Hitotsuninare", - "artist": "Chika Takami (C.V: Anju Inami), Kanan Matsuura (C.V: Nanaka Suwa), Dia Kurosawa (C.V: Arisa Komiya), You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), Mari Ohara (C.V: Aina Suzuki), and Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "Love Live! Sunshine!! Anime Episode 11 Soundtrack", - "dictionaryComment": "A song from episode 11 of the Love Live! Sunshine!! anime. It is performed in season 1 during the Love Live! preliminaries. Unfortunately, as the preliminaries fall on the same day as Riko's piano show, the other eight members must perform it without her. In the 1st Live tour, the actors reproduced Riko's piano part while in the 4th Live, Riko joined the rest of the cast to perform this song with nine people.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2102", - "masterBgmId": 31002102, - "previewMasterBgmId": 32002102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2103, - "name": "Pops Heart de Odorundamon!", - "shortName": "Pops Heart de Odorundamon!", - "kana": "Pops Heart de Odorundamon!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 1: Aqours Original Songs CD 1", - "dictionaryComment": "A song from the Love Live! Sunshine!! Anime Season 1 Blu-Ray Aqours Original Songs CD. This song is about spending a fantastic day, including dancing at a party, making it the ideal song for listening to in the morning of a day off before heading out to have fun. The Motown beat and the calls take the fun to the next level.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2103", - "masterBgmId": 31002103, - "previewMasterBgmId": 32002103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/09/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2104, - "name": "MIRAI TICKET", - "shortName": "MIRAI TICKET", - "kana": "MIRAI TICKET", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Episode 13 Soundtrack", - "dictionaryComment": "This song is played in season 1 of the Love Live! Sunshine!! anime during the Tokai regional qualifiers. After a pre-show performance depicting Aqours journey in a musical showtune style, this song brings the house down.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2102", - "masterBgmId": 31002104, - "previewMasterBgmId": 32002104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2105, - "name": "Guilty Night, Guilty Kiss!", - "shortName": "Guilty Night, Guilty Kiss!", - "kana": "Guilty Night, Guilty Kiss!", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: R・O・N", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 3!", - "dictionaryComment": "A song on the Love Live! Sunshine!! third unit CD Strawberry Trapper. Starting with a kiss noise, this mature song details an aggressive approach to love. The \"guilty kiss\" and \"guilty night\" portions in the chorus are so catchy—throw the cute choreography into the mix, and you're bopping along with!", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2094", - "masterBgmId": 31002105, - "previewMasterBgmId": 32002105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 2106, - "name": "Soramo Kokoromo Harerukara", - "shortName": "Soramo Kokoromo Harerukara", - "kana": "Soramo Kokoromo Harerukara", - "artist": "Chika Takami (C.V: Anju Inami), Riko Sakurauchi (C.V: Rikako Aida), and You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition: Atsushi Harada (Arte Refact)
Arrangement: Masatomi Waki (Arte Refact)", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 2: Aqours Original Songs CD 2", - "dictionaryComment": "A song from the Love Live! Sunshine!! Anime Season 1 Blu-Ray Aqours Original Songs CD 2. This song follows the girls in their process of trying new things, from initial jitters to the moment of \"See, I'm okay now!\" Chika, You, and Riko share a common emotional thread as easily as if it were a game of catch.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2106", - "masterBgmId": 31002106, - "previewMasterBgmId": 32002106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2107, - "name": "Jingle Bells ga Tomaranai", - "shortName": "Jingle Bells ga Tomaranai", - "kana": "Jingle Bells ga Tomaranai", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Aqours SIF Collaboration Single Vol. 1", - "dictionaryComment": "A Love Live! School Idol Festival collaboration single. Aqours' vibrant color is alive and well in this classic Christmas carol. A live-action CM was shot for each of the nine girls.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2107", - "masterBgmId": 31002107, - "previewMasterBgmId": 32002107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2108, - "name": "Seinaru Hino Inori", - "shortName": "Seinaru Hino Inori", - "kana": "Seinaru Hino Inori", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Shunsuke Tanaka
Arrangement: Shunsuke Tanaka and Ken Ito", - "dictionaryReference": "Aqours SIF Collaboration Single Vol. 1: B-Side", - "dictionaryComment": "A song from the 1st Aqours SIF collaboration about being all alone on Christmas. However, in the end, the song reexamines the topic in an optimistic light. In live performances, each girl carries a lantern in her particular color. The Aqours' members then form a line and slowly walk forward while singing, making for a striking performance.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2107", - "masterBgmId": 31002108, - "previewMasterBgmId": 32002108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2109, - "name": "Waku-Waku-Week!", - "shortName": "Waku-Waku-Week!", - "kana": "Waku-Waku-Week!", - "artist": "Yoshiko Tsushima (C.V: Aika Kobayashi), Hanamaru Kunikida (C.V: Kanako Takatsuki), and Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition: Ramseeni and Yogo Uchida
Arrangement: Kotaro Odaka and Ramseeni", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 1 Blu-Ray Volume 3: Aqours Original Songs CD 3", - "dictionaryComment": "A song from the Love Live! Sunshine!! Anime Season 1 Blu-Ray Aqours Original Songs CD 3. This song puts the high energy and chattiness of the first-years on full blast. In the final chorus, each girl slips in her own catchphrase.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2109", - "masterBgmId": 31002109, - "previewMasterBgmId": 32002109, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2111, - "name": "Believe again", - "shortName": "Believe again", - "kana": "Believe again", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack", - "dictionaryComment": "Saint Snow knows this is to be their final Love Live! before Sarah graduates, but the lyrics to this optimistic song are all about fresh starts and new beginnings. The heavy riffs and alternating rap sequences work together to give this song a modern heaviness.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2111", - "masterBgmId": 31002111, - "previewMasterBgmId": 32002111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 2112, - "name": "Over The Next Rainbow", - "shortName": "Over The Next Rainbow", - "kana": "Over The Next Rainbow", - "artist": "Saint Aqours Snow", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima and TAKAROT
Arrangement: TAKAROT and Shinji Tanaka", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie Over the Rainbow Soundtrack Singles: Songs Inspired by the Film", - "dictionaryComment": "This song depicts Aqours and Saint Snow's next steps after passing \"over the rainbow\" as the film's title suggests, and a reflection on the journey up to this point, with lyrics such as \"I'll never, ever forget this.\"", - "bandCategory": 2, - "masterGroupId": 205, - "jacketImageName": "jacket_2111", - "masterBgmId": 31002112, - "previewMasterBgmId": 32002112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 2113, - "name": "Sakura Bye Bye", - "shortName": "Sakura Bye Bye", - "kana": "Sakura Bye Bye", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-ray Bonus: CYaRon! New Songs CD", - "dictionaryComment": "A song about graduation. Even while singing about departure, CYaRon!'s cheerful voices put a smile on the listener's face and sets their hands waving in the air. In the 5th Live tour, CYaRon! rode out in a trolley while calling \"Bye-bye!\" as fans used their light sticks to create a rainbow.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2113", - "masterBgmId": 31002113, - "previewMasterBgmId": 32002113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2114, - "name": "No.10", - "shortName": "No.10", - "kana": "No.10", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Akira Sunset
Arrangement: APAZZI", - "dictionaryReference": "Aqours 4th Live Theme Songs CD: B-Side", - "dictionaryComment": "This song tells every listener that Aqours isn't just nine people—the audience is the tenth member of the group! In the 4th Live tour, 50,000 Aqours members rocked the Tokyo Dome with a shout of \"10!\"", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2072", - "masterBgmId": 31002114, - "previewMasterBgmId": 32002114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2115, - "name": "Jump up HIGH!!", - "shortName": "Jump up HIGH!!", - "kana": "Jump up HIGH!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima, Koudai Iwatsubo and TAKAROT
Arrangement: TAKAROT", - "dictionaryReference": "Aqours Jumpin' up Project Theme Songs CD", - "dictionaryComment": "The summer uniforms the Aqours girls wear on the CD cover art give this poppy EDM song the same invigorating feel as a soft drink ad. In live performances, the actors whip out towels and wave them about in big circles.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2115", - "masterBgmId": 31002115, - "previewMasterBgmId": 32002115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2116, - "name": "Bouken Type A, B, C!!", - "shortName": "Bouken Type A, B, C!!", - "kana": "Bouken Type A, B, C!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Aqours Best Of Album: Love Live! Sunshine!! Aqours CHRONICLE (2018–2020)", - "dictionaryComment": "The theme song for the second installment of Real Escape Game x Love Live! Sunshine!! This cheerful song is a huge departure from the previous theme, Kimi no Hitomi o Meguru Boken. From moment one to the final chorus, this song offers adventures of all types from A to C.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2116", - "masterBgmId": 31002116, - "previewMasterBgmId": 32002116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2117, - "name": "Sotsugyo desu ne", - "shortName": "Sotsugyo desu ne", - "kana": "Sotsugyo desu ne", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition: Hirotaka Hayakawa
Arrangement: TECHNOBOYS PULCRAFT GREEN-FUND", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-ray Bonus: AZALEA New Songs CD", - "dictionaryComment": "An AZALEA song about graduation. Kanan's heartfelt lyrics \"We start here and then go right or left\" and Dia's \"Each of us choosing our own futures\" highlights the theme of parting. Fans adore the moving choruses in live performances when the actors clasp their hands together and pump them back and forth.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2117", - "masterBgmId": 31002117, - "previewMasterBgmId": 32002117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2118, - "name": "Deep Resonance", - "shortName": "Deep Resonance", - "kana": "Deep Resonance", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Satoru Kuwabara (Arte Refact)
Arrangement: Takuya Sakai (Arte Refact)", - "dictionaryReference": "Aqours 4th Single (Shadowverse x SIF Collaboration Songs)", - "dictionaryComment": "The B-side of MITAIKEN HORIZON, a Shadowverse x SIF collaboration song. While it also offers the pathos of lyrical rock, the classical strings and gothic tones give this song a strait-laced feel.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2119", - "masterBgmId": 31002118, - "previewMasterBgmId": 32002118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2119, - "name": "MITAIKEN HORIZON", - "shortName": "MITAIKEN HORIZON", - "kana": "MITAIKEN HORIZON", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka", - "dictionaryReference": "Aqours 4th Single", - "dictionaryComment": "Aqours' fourth single. Hanamaru takes the center role in this song after being picked in a poll. As much as it cuts a majestic figure with its strings and brass, the calls in the chorus and the speed of the drums lend this song positivity and plenty of middle-period Aqours charm.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2119", - "masterBgmId": 31002119, - "previewMasterBgmId": 32002119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2120, - "name": "Guilty!? Farewell party", - "shortName": "Guilty!? Farewell party", - "kana": "Guilty!? Farewell party", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yasushi Watanabe", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Blu-ray Bonus: Guilty Kiss New Songs CD", - "dictionaryComment": "Continuing the series of graduation songs by CYaRon! and Azalea, Guilty Kiss steps in with a delightful party tune that focuses on having fun in the now instead of graduation and farewells.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2120", - "masterBgmId": 31002120, - "previewMasterBgmId": 32002120, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2121, - "name": "New Romantic Sailors", - "shortName": "New Romantic Sailors", - "kana": "New Romantic Sailors", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition: Katsuhiko Sugiyama and ulala
Arrangement: ulala", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song takes the three Guilty Kiss girls on a daring space adventure. Partway through the song, each girl busts out her signature move. Depending on the live show venue, lasers may come together to form a pyramid at this point.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2121", - "masterBgmId": 31002121, - "previewMasterBgmId": 32002121, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2122, - "name": "Braveheart Coaster", - "shortName": "Braveheart Coaster", - "kana": "Braveheart Coaster", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song draws the audience into the fun, as each girl calls out \"Let's play with my color now!\" as if she were horsing around at a theme park. Fans know it well for the live show choreography, which playacts going on a rollercoaster.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2122", - "masterBgmId": 31002122, - "previewMasterBgmId": 32002122, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2123, - "name": "Dance with Minotaurus", - "shortName": "Dance with Minotaurus", - "kana": "Dance with Minotaurus", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda", - "dictionaryReference": "Aqours 4th Single", - "dictionaryComment": "From moment one with the encouraging cheer, \"Fight oh!\" this song is a pick-me-up for the \"you\" character, as the singers tell them not to cry with their strong allies there to protect them. In live performances, the girls make Minotaur horns with their fingers as part of the choreography.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2119", - "masterBgmId": 31002123, - "previewMasterBgmId": 32002123, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2124, - "name": "i-n-g, I TRY!!", - "shortName": "i-n-g, I TRY!!", - "kana": "i-n-g, I TRY!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takeshi Masuda", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie Over the Rainbow Blu-ray New Recordings of Aqours Original Songs CD", - "dictionaryComment": "As the opposite of Bokura no Hashittekita Michi wa... and Next SPARKLING!!, this song begins with the graduated third-years and uses the present progressive tense to tell their ongoing story. This mid-tempo pop tune shines through the sadness around graduation like a ray of light.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2124", - "masterBgmId": 31002124, - "previewMasterBgmId": 32002124, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/07/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2125, - "name": "Love Pulsar", - "shortName": "Love Pulsar", - "kana": "Love Pulsar", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Miki Watanabe", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single: B-Side", - "dictionaryComment": "This song begins with bold laughter from the Guilty Kiss girls and a creepy vibe that lasts the entire song. It uses pulsars, astronomical objects that expel electricity, to explore the speed of love with lightning metaphors.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2121", - "masterBgmId": 31002125, - "previewMasterBgmId": 32002125, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2126, - "name": "CHANGELESS", - "shortName": "CHANGELESS", - "kana": "CHANGELESS", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Wataru Maeguchi", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song tells the tale of a girl walking alone on a beach, thinking of \"you\" who have gone so far away. She wants to tell you that she's waiting for you right here, but her words are swallowed up by the sky. With the final line, \"I whispered, 'We'll meet again someday,'\" she pledges to be reunited with you once more.", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2122", - "masterBgmId": 31002126, - "previewMasterBgmId": 32002126, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2127, - "name": "Kuchu Renairon", - "shortName": "Kuchu Renairon", - "kana": "Kuchu Renairon", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kohei by SIMONSAYZ", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "Many of the lyrics, from \"I dreamt I was pursuing you\" to \"My chest burns so hot,\" reveal the one-sided nature of the love in this song. It also borrows the word \"dreamlike\" from the older song Tokimeki Bunruigaku, suggesting that the story began there continues here.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2029", - "masterBgmId": 31002127, - "previewMasterBgmId": 32002127, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2128, - "name": "Phantom Rocket Adventure", - "shortName": "Phantom Rocket Adventure", - "kana": "Phantom Rocket Adventure", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yuki Honda (Arte Refact)", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song compares being unable to pluck up the courage to announce one-sided affection by equating the singer's runaway heart to a rocket. The \"extraterrestrial kiss\" in the third verse brings home all the bold Guilty Kiss goodness.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2121", - "masterBgmId": 31002128, - "previewMasterBgmId": 32002128, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2129, - "name": "Kodoku Teleport", - "shortName": "Kodoku Teleport", - "kana": "Kodoku Teleport", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition: Atsushi Harada (Arte Refact)
Arrangement: Yatoki Tsukasa (Arte Refact)", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song explores the burning desire to see \"you.\" It's so strong, the narrator claims she wishes she could \"teleport, so I could fly to you in an instant.\" Sounds like a classic symptom of \"missing-you-itis.\"", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2122", - "masterBgmId": 31002129, - "previewMasterBgmId": 32002129, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2130, - "name": "Fantastic Departure!", - "shortName": "Fantastic Departure!", - "kana": "Fantastic Departure!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima and MEG
Arrangement: MEG", - "dictionaryReference": "Love Live! Sunshine!! Aqours 6th Love Live! Dome Tour Theme Songs CD", - "dictionaryComment": "This song shows Aqours making a fresh departure. With the dolphins, whales, and metaphors about the waves of current trends, it carries a strong nautical voyage theme. A whale named Poipoi joined the group on tour to take the girls on a ride during performances.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2130", - "masterBgmId": 31002130, - "previewMasterBgmId": 32002130, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2131, - "name": "Maze Sekai", - "shortName": "Maze Sekai", - "kana": "Maze Sekai", - "artist": "AZALEA", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yosuke Kurokawa", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival Collaboration Single", - "dictionaryComment": "This song is all about taking on the future. When the singer compares a world to a maze, she walks a challenging path threaded with difficulties like a useless map and potentially missing the last flight off the planet. Yet her determination and mighty desire to survive demonstrate her resolution to rise to the challenge.", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2029", - "masterBgmId": 31002131, - "previewMasterBgmId": 32002131, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2132, - "name": "Dazzling White Town", - "shortName": "Dazzling White Town", - "kana": "Dazzling White Town", - "artist": "Saint Snow", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kazunori Watanabe", - "dictionaryReference": "Saint Snow 1st Single", - "dictionaryComment": "With lyrics like, \"It all starts here\" and \"Snow whirls through the air,\" this song depicts the Saint Snow girls setting off from the snowy land of Hakodate to take on the world. This is their only single with a PV, but it pulls no stops in showing just how cool they are against a backdrop of Hakodate's city streets.", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2132", - "masterBgmId": 31002132, - "previewMasterBgmId": 32002132, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2133, - "name": "smile smile ship Start!", - "shortName": "smile smile ship Start!", - "kana": "smile smile ship Start!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kato", - "dictionaryReference": "Aqours 5th Anniversary Animated PV Single", - "dictionaryComment": "This song depicts the Aqours' girls on a fun nautical journey. Picking up from where KISEKIHIKARU left off, this song is based off of the main theme of Love Live! Sunshine!!, another track included in the original soundtrack.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2133", - "masterBgmId": 31002133, - "previewMasterBgmId": 32002133, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2134, - "name": "Misty Frosty Love", - "shortName": "Misty Frosty Love", - "kana": "Misty Frosty Love", - "artist": "Riko Sakurauchi (C.V: Rikako Aida) and You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "Love Live! Sunshine!! Duo Trio Collection CD Vol. 2: WINTER VACATION", - "dictionaryComment": "A wintry bonus song. It's a fun and cute tune that hearkens back to the happy days of yesteryear. Sure, the narrator and her love interest may be friends, but that doesn't mean the narrator can't feel jealous when someone else gets closer to the object of her affection in this Riko and You duet.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002134, - "previewMasterBgmId": 32002134, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2135, - "name": "Future Flight", - "shortName": "Future Flight", - "kana": "Future Flight", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Keisuke Koyama", - "dictionaryReference": "Aqours Best Of Album: Love Live! Sunshine!! Aqours CHRONICLE (2015–2017)", - "dictionaryComment": "This song is a grand compilation of Aqours' journey, with phrases like, \"I have a neverending dream\" portending the future. It was also the fans' top pick in the official New Special MV Poll.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2135", - "masterBgmId": 31002135, - "previewMasterBgmId": 32002135, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2136, - "name": "Cotton Candy Ei-Ei-Oh!", - "shortName": "Cotton Candy Ei-Ei-Oh!", - "kana": "Cotton Candy Ei-Ei-Oh!", - "artist": "Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: TAKAROT", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Dia Kurosawa First Solo Concert Album ~RED GEM WINK~", - "dictionaryComment": "Fans know this song well for its influential design, the earworm phrase \"Yossha yossha, wasshoi!\" and the easy-to-learn dance moves. Dia joined Ruby in the first live performance to reenact the music video, much to the audience's amusement.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2136", - "masterBgmId": 31002136, - "previewMasterBgmId": 32002136, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2137, - "name": "PURE PHRASE", - "shortName": "PURE PHRASE", - "kana": "PURE PHRASE", - "artist": "Riko Sakurauchi (C.V: Rikako Aida)", - "detailInfo": "Lyrics: Aki Hata
Composition: Yuuta Yamaguchi", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Riko Sakurauchi First Solo Concert Album ~Pianoforte Monologue~", - "dictionaryComment": "While this may be a Riko solo, surprisingly, she is joined by a string section and a live band instead of a piano accompaniment. Even with the attention-grabbing elegance of the music, the lyrics about growth and change and the titular pure phrases grab at the heartstrings.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2137", - "masterBgmId": 31002137, - "previewMasterBgmId": 32002137, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2138, - "name": "Wake up, Challenger!!", - "shortName": "Wake up, Challenger!!", - "kana": "Wake up, Challenger!!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takahiro Kawata", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival ALL STARS Collaboration Single: B-Side", - "dictionaryComment": "The excitement is off the charts in this morale-raising song from the first moment of the hand-clapping intro. Even in situations where success seems impossible, Aqours can inspire the listener to go for it.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2009", - "masterBgmId": 31002138, - "previewMasterBgmId": 32002138, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2142, - "name": "Kimino Kokorowa Kagayaiterukai?", - "shortName": "Kimino Kokorowa Kagayaiterukai?", - "kana": "Kimino Kokorowa Kagayaiterukai?", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Aqours 1st Single", - "dictionaryComment": "This song is where it all began for Aqours. First released with an MV before the anime, it later showed up in season 2, episode 3 with the girls running to a school in a scene containing throwbacks to the MV.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2142", - "masterBgmId": 31002142, - "previewMasterBgmId": 32002142, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2143, - "name": "BANZAI! digital trippers", - "shortName": "BANZAI! digital trippers", - "kana": "BANZAI! digital trippers", - "artist": "Aqours ft. Hatsune Miku", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Mitchie M", - "dictionaryReference": "Love Live! Sunshine!! x Miku Hatsune Collaboration Animated PV Single", - "dictionaryComment": "A single with an animated PV from the Hatsune Miku collaboration. This ambitious piece is the first artist collaboration with the Vocaloid Hatsune Miku with chiptune and kawaii future bass elements. Yet for all those, Aqours core sound remains strong.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2143", - "masterBgmId": 31002143, - "previewMasterBgmId": 32002143, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2144, - "name": "Deep Sea Cocoon", - "shortName": "Deep Sea Cocoon", - "kana": "Deep Sea Cocoon", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition: MEG and Kanata Okajima
Arrangement: MEG", - "dictionaryReference": "Love Live! Sunshine!! Guilty Kiss 1st Full Album: B-Side", - "dictionaryComment": "In the style of bold approaches that Guilty Kiss is known for, the singer promises to use her \"impolite love to snatch you away.\" The song builds in excitement from the intro before reaching a crescendo with a heavy rock sound.", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2152", - "masterBgmId": 31002144, - "previewMasterBgmId": 32002144, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/28", - "masterReleaseLabelId": 1 - }, - { - "id": 2145, - "name": "DREAMY COLOR", - "shortName": "DREAMY COLOR", - "kana": "DREAMY COLOR", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima and MEG
Arrangement: MEG", - "dictionaryReference": "We Are Challengers Project Theme Songs CD", - "dictionaryComment": "With the phrase \"a new excitement,\" this song dares listeners to go try new things. It attracted major attention with its live action music video, the first to ever appear in Love Live!", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2145", - "masterBgmId": 31002145, - "previewMasterBgmId": 32002145, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2146, - "name": "KU-RU-KU-RU Cruller!", - "shortName": "KU-RU-KU-RU Cruller!", - "kana": "KU-RU-KU-RU Cruller!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kanata Okajima and Soma Genda
Arrangement: Soma Genda", - "dictionaryReference": "Love Live! Sunshine!! Animated PV Single (Monster Strike x Love Live! Sunshine!! Collaboration Songs)", - "dictionaryComment": "This disco tune calls to mind a modern arrangement of city pop, which is a whole new world for Aqours. This song is part of a collaboration with Monster Strike, giving its animated PV a pinball theme.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2146", - "masterBgmId": 31002146, - "previewMasterBgmId": 32002146, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2147, - "name": "LIVE with a smile! (Aqours Ver.)", - "shortName": "LIVE with a smile! (Aqours Ver.)", - "kana": "LIVE with a smile! (Aqours Ver.)", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall)", - "dictionaryReference": "Love Live! Series Presents COUNTDOWN Love Live! 2021 → 2022 ~LIVE with a smile!~ Theme Songs CD", - "dictionaryComment": "For the first time ever, three generations of school idols came together in this CD of singles, reminding fans all over again of the connections between characters and the epic stories of Love Live! Throwbacks to past songs for each of the school idol groups are sprinkled throughout the lyrics.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_9001", - "masterBgmId": 31002147, - "previewMasterBgmId": 32002147, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 2148, - "name": "MOTTO-ZUTTO be with you", - "shortName": "MOTTO-ZUTTO be with you", - "kana": "MOTTO-ZUTTO be with you", - "artist": "Dia Kurosawa (C.V: Arisa Komiya)", - "detailInfo": "Lyrics: Aki Hata
Composition: Yuya Fujinaka and Jays
Arrangement: Jays", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Dia Kurosawa", - "dictionaryComment": "A Dia solo. She developed a knack for techno-pop through AZALEA and put it all into this tropical house-style EDM song. At the 6th Love Live! Tour, she had the audience spellbound as she performed the song in the center of the Tokyo Dome.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2148", - "masterBgmId": 31002148, - "previewMasterBgmId": 32002148, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/01/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2149, - "name": "Nameless Love Song", - "shortName": "Nameless Love Song", - "kana": "Nameless Love Song", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition: MEG and Kanata Okajima
Arrangement: MEG", - "dictionaryReference": "Love Live! Sunshine!! Guilty Kiss 1st Full Album: B-Side", - "dictionaryComment": "While the \"nameless\" in the title might suggest otherwise, this is a love song that expresses a tidal wave of emotion. The floaty guitar and synth riffs intertwine and add pleasing progressions to this mid-tempo jam.
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2152", - "masterBgmId": 31002149, - "previewMasterBgmId": 32002149, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/28", - "masterReleaseLabelId": 1 - }, - { - "id": 2150, - "name": "not ALONE not HITORI", - "shortName": "not ALONE not HITORI", - "kana": "not ALONE not HITORI", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka and Naoki Tani (HANO)", - "dictionaryReference": "Love Live! Series' All-Night Japan GOLD Collaboration Project Split Single", - "dictionaryComment": "Aqours wants listeners to know they're not alone, and this song conveys their support in spades. The girls are in full DJ mode on the album jacket as they sit at a round table with a bright red \"ON AIR\" sign front and center.
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2150", - "masterBgmId": 31002150, - "previewMasterBgmId": 32002150, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2151, - "name": "Shiny Racers", - "shortName": "Shiny Racers", - "kana": "Shiny Racers", - "artist": "Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Hiromitsu Kawashima
", - "dictionaryReference": "Aqours First Solo Concert Album Love Live! Sunshine!! Mari Ohara First Solo Concert Album ~New winding road~", - "dictionaryComment": "The colorful, poppy music video + memories of Mari's awkward driving from season 2, episode 10 makes for a bit of an odd crossover, but it's hard not to think of them both! The fast tempo is a perfect match for Mari, who's always racing at top speed towards her goals.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2151", - "masterBgmId": 31002151, - "previewMasterBgmId": 32002151, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2152, - "name": "Shooting Star Warrior", - "shortName": "Shooting Star Warrior", - "kana": "Shooting Star Warrior", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition: MEG and Kanata Okajima
Arrangement: MEG", - "dictionaryReference": "Love Live! Sunshine!! Guilty Kiss 1st Full Album", - "dictionaryComment": "A Guilty Kiss pop-rock stomper that pays tribute to earlier American hard rock. The lyrics let fans know the girls are with them, and not to give up! It's hard not to feel stronger and want to start moving your body listening to this one.
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2152", - "masterBgmId": 31002152, - "previewMasterBgmId": 32002152, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/28", - "masterReleaseLabelId": 1 - }, - { - "id": 2153, - "name": "Aru Hi...Eien Mitai ni!", - "shortName": "Aru Hi...Eien Mitai ni!", - "kana": "Aru Hi...Eien Mitai ni!", - "artist": "CYaRon!", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKUYA
Arrangement: Akimitsu Homma", - "dictionaryReference": "Love Live! Sunshine!! CYaRon! 1st Full Album", - "dictionaryComment": "This multilayered song is full of waves, pearls, fish, and other aquatic imagery. The lyrics sing about a staircase suddenly appearing in the sea, perhaps a metaphor for how Chika first met the others and discovered school idols. When debuting this song, CYaRon! appeared on a large shell stage wearing the costumes from the album jacket.
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2153", - "masterBgmId": 31002153, - "previewMasterBgmId": 32002153, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2154, - "name": "Yume + Mirai = Mugendai", - "shortName": "Yume + Mirai = Mugendai", - "kana": "Yume + Mirai = Mugendai", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Junya Maesako, Ryosuke Saito and Hitoshi Harukawa
Arrangement: Ryosuke Saito and Hitoshi Harukawa", - "dictionaryReference": "Aqours Infinite WORLD ☆ Project Theme Songs CD", - "dictionaryComment": "A song about wanting to keep growing and sharing your dreams with the world. Each member's version has a slightly different feel, but few seconds in and you can already picture each member of Aqours getting excited for her next challenge.
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2154", - "masterBgmId": 31002154, - "previewMasterBgmId": 32002154, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2156, - "name": "KA-GA-YA-KI-RA-RI-RA", - "shortName": "KA-GA-YA-KI-RA-RI-RA", - "kana": "KA-GA-YA-KI-RA-RI-RA", - "artist": "Aqours ft. Hatsune Miku", - "detailInfo": "Lyrics: KIRA and Aki Hata
Composition / Arrangement: KIRA", - "dictionaryReference": "Love Live! Sunshine!! x Miku Hatsune Collaboration Animated PV Single", - "dictionaryComment": "A collab song with Hatsune Miku herself! A total 180 from BANZAI!! digital trippers, this is a cool club song with an EDM feel. The music video dropped during the February 2023 live performance with no advance notice!
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2143", - "masterBgmId": 31002156, - "previewMasterBgmId": 32002156, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2157, - "name": "Paradise Chime", - "shortName": "Paradise Chime", - "kana": "Paradise Chime", - "artist": "You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKAROT and FUNK UCHINO
Arrangement: TAKAROT", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring You Watanabe", - "dictionaryComment": "You likens hopes, dreams, and premonitions to chimes, and it's easy to picture her going to ring them as she sings this song. The rap in the second part adds an intensity that makes this one a great fit for clubs or outdoor music fests.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2157", - "masterBgmId": 31002157, - "previewMasterBgmId": 32002157, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2158, - "name": "Love is all, I sing love is all!", - "shortName": "Love is all, I sing love is all!", - "kana": "Love is all, I sing love is all!", - "artist": "Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition: TAKUYA
Arrangement: Jun Murayama", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Mari Ohara", - "dictionaryComment": "A Mari solo with ingenious piano phrases that make you want to get up and dance, and an exciting English opening that kicks things off with lots of energy. Mari sings all about becoming a school idol, meeting new people, and how she's felt along the way.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2158", - "masterBgmId": 31002158, - "previewMasterBgmId": 32002158, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2159, - "name": "Meimei Tantei Yohane", - "shortName": "Meimei Tantei Yohane", - "kana": "Meimei Tantei Yohane", - "artist": "Yoshiko Tsushima (C.V: Aika Kobayashi)", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: Diz", - "dictionaryReference": "Aqours Second Solo Concert Album Love Live! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Yoshiko Tsushima", - "dictionaryComment": "Yohane has become a case-cracking detective?! In name only, perhaps. But a cool, confident attitude coupled with a rough, conspicuous investigative style... that's Yohane-ish, right? During its premier at the 6th Love Live! Tour, fans were stunned as they heard a voice call \"Awaken to wisdom\" as black wings spread across the Tokyo Dome's video wall.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2159", - "masterBgmId": 31002159, - "previewMasterBgmId": 32002159, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2160, - "name": "Namioto Refrain", - "shortName": "Namioto Refrain", - "kana": "Namioto Refrain", - "artist": "Chika Takami (C.V: Anju Inami)", - "detailInfo": "Lyrics: Aki Hata
Composition: nako
Arrangement: Satomi Kawasaki", - "dictionaryReference": "Aqours Third Solo Concert Album Love Live! Sunshine!! Third Solo Concert Album ~THE STORY OF \"OVER THE RAINBOW\"~ starring Chika Takami", - "dictionaryComment": "A melodic, ballad-esque solo much different from the cheerful, energetic pop you'd usually expect from Chika. As she ponders where to go next, she sings about the people she's met and the time they've spent along the way. She comes to the conclusion that she knows new challenges await, and wants to keep singing and shining no matter what.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2160", - "masterBgmId": 31002160, - "previewMasterBgmId": 32002160, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2161, - "name": "Minamo ni Piano", - "shortName": "Minamo ni Piano", - "kana": "Minamo ni Piano", - "artist": "Riko Sakurauchi (C.V: Rikako Aida)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "Aqours Third Solo Concert Album Love Live! Sunshine!! Third Solo Concert Album ~THE STORY OF \"OVER THE RAINBOW\"~ starring Riko Sakurauchi", - "dictionaryComment": "Watching the waves gets Riko thinking about how she wants to be stronger, while realizing she's already been changing. She likens the sounds of the waves to a new song about her own future. This one's pure Riko.
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2161", - "masterBgmId": 31002161, - "previewMasterBgmId": 32002161, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2162, - "name": "Aikotoba", - "shortName": "Aikotoba", - "kana": "Aikotoba", - "artist": "Ruby Kurosawa (C.V: Ai Furihata)", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Kyo Takada", - "dictionaryReference": "Aqours Third Solo Concert Album Love Live! Sunshine!! Third Solo Concert Album ~THE STORY OF \"OVER THE RAINBOW\"~ starring Ruby Kurosawa", - "dictionaryComment": "\"ikotoba\" means \"password,\" and the password this time is \"I'll do my Rubesty\" and it's clear she wants us all to do the same, encouraging listeners to take a step forward and not shy away from hardship. The cadence of her voice towards the end sounds like confident strides towards the next goal!
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2162", - "masterBgmId": 31002162, - "previewMasterBgmId": 32002162, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2163, - "name": "GEMSTONE \"DE-A-I\"", - "shortName": "GEMSTONE \"DE-A-I\"", - "kana": "GEMSTONE \"DE-A-I\"", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Makoto Miyazaki", - "dictionaryReference": "", - "dictionaryComment": "This song rings with a desire to shine brighter, even after making so much progress. At the 6th Love Live! Tour, the performance was reminiscent of Next SPARKLING!! where the third-years graduated and left the remaining six to sing on their own for the first time. Seeing how strong they've become, fans couldn't help but think of what bright futures await all nine members.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2163", - "masterBgmId": 31002163, - "previewMasterBgmId": 32002163, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 2164, - "name": "Waai WaiWai WaiWaiWai!", - "shortName": "Waai WaiWai WaiWaiWai!", - "kana": "Waai WaiWai WaiWaiWai!", - "artist": "YYY (You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), and Ruby Kurosawa (C.V: Ai Furihata))", - "detailInfo": "Lyrics: Kenichi Maeyamada
Composition: Kenichi Maeyamada
Arrangement: Tota Fujiwara", - "dictionaryReference": "", - "dictionaryComment": "After noticing all their names have a \"Y\" in them, the girls took it on as their unit name and made this song specifically for the radio. The rapid, chattering lyrics and sudden tempo and melody changes are meant to evoke on-air DJs bantering back and forth.
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2164", - "masterBgmId": 31002164, - "previewMasterBgmId": 32002164, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2165, - "name": "Brightest Melody", - "shortName": "Brightest Melody", - "kana": "Brightest Melody", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu (FirstCall)
Arrangement: EFFY (FirstCall)", - "dictionaryReference": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow Soundtrack", - "dictionaryComment": "Sung by the full nine members of Aqours before the third-year girls graduated. It touches on the limitless potential of their futures while also looking back on their days together. With the ardent support of their fans, Aqours performed this live at the 6th Love Live! Tour backed by the Uranohoshi Symphony Orchestra.
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2111", - "masterBgmId": 31002165, - "previewMasterBgmId": 32002165, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 2166, - "name": "Pure heart Pure wish", - "shortName": "Pure heart Pure wish", - "kana": "Pure heart Pure wish", - "artist": "Dia Kurosawa (C.V: Arisa Komiya)", - "detailInfo": "Lyrics: Aki Hata
Composition: Menma
Arrangement: Menma", - "dictionaryReference": "", - "dictionaryComment": "This song is pumped full of purity and innocence from the first generation of Aqours, formed by Dia Kurosawa with Kanan Matsuura and Mari Ohara as first-years.
The melody somewhat resembles that of a μ's track, firmly accentuating Dia's love for μ's.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2166", - "masterBgmId": 31002166, - "previewMasterBgmId": 32002166, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/01/01", - "masterReleaseLabelId": 223061105 - }, - { - "id": 2167, - "name": "Sentimental Lemonade", - "shortName": "Sentimental Lemonade", - "kana": "Sentimental Lemonade", - "artist": "Kanan Matsuura (C.V: Nanaka Suwa)", - "detailInfo": "Lyrics: Aki Hata
Composition: Tetsushi Enami
Arrangement: Tetsushi Enami", - "dictionaryReference": "", - "dictionaryComment": "During her last summer vacation before graduating high school, third-year Kanan Matsuura harbors mixed feelings of anxiety and expectations for her future.
Contrary to her emotions, the town of Uchiura remains peaceful and calm. This cute track features Kanan singing of her somewhat sentimental state of mind while visualizing the ocean she loves so much.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2167", - "masterBgmId": 31002167, - "previewMasterBgmId": 32002167, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/10", - "masterReleaseLabelId": 223071001 - }, - { - "id": 2168, - "name": "TSUBOMI SEASON", - "shortName": "TSUBOMI SEASON", - "kana": "TSUBOMI SEASON", - "artist": "Hanamaru Kunikida (C.V: Kanako Takatsuki)", - "detailInfo": "Lyrics: Aki Hata
Composition: nako
Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "Feeling tension and uncertainty between the remaining members as the third-years face graduation, first-year Hanamaru Kunikida feels the need to improve herself from within.
Her soft, yet powerful determination is apparent in this song, which likens her emotional discord to an opening flower bud as she must slowly begin to emerge from her shell.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2168", - "masterBgmId": 31002168, - "previewMasterBgmId": 32002168, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/03", - "masterReleaseLabelId": 223071001 - }, - { - "id": 2169, - "name": "Ao no Aurora", - "shortName": "Ao no Aurora", - "kana": "Ao no Aurora", - "artist": "You Watanabe (C.V: Shuka Saito)", - "detailInfo": "Lyrics: Aki Hata
Composition: T4K
Arrangement: T4K", - "dictionaryReference": "", - "dictionaryComment": "With the graduation of the third-year members of the group looming, You Watanabe feels a strong sense of duty for the second years to become leaders.
The lyrics weave the remaining members’ wish to guide the way and to become a lighthouse that the graduating members can always feel welcome coming home to... With a ship’s captain as a father whom she respects very much, this song has strong ties to You Watanabe.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2169", - "masterBgmId": 31002169, - "previewMasterBgmId": 32002169, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/17", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2170, - "name": "Mata Kimi ni Aunda", - "shortName": "Mata Kimi ni Aunda", - "kana": "Mata Kimi ni Aunda", - "artist": "Mari Ohara (C.V: Aina Suzuki)", - "detailInfo": "Lyrics: Aki Hata
Composition: Junya Maesako, Dr. Lilcom, and Hitoshi Harukawa
Arrangement: Dr. Lilcom", - "dictionaryReference": "", - "dictionaryComment": "Mari returns to fulfill her promise to Dia and Kanan of winning Love Live! After securing an impressive victory with a nine-member Aqours that includes Chika’s group, Mari faces a new journey and her new life after graduation. This song and lyrics explore what’s in Mari’s heart during this moment.", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2170", - "masterBgmId": 31002170, - "previewMasterBgmId": 32002170, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/13", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2171, - "name": "MABOROSHI wing", - "shortName": "MABOROSHI wing", - "kana": "MABOROSHI wing", - "artist": "Yoshiko Tsushima (C.V: Aika Kobayashi)", - "detailInfo": "Lyrics: Aki Hata
Composition: Junya Maesako, MARI, and Hitoshi Harukawa
Arrangement: MARI", - "dictionaryReference": "", - "dictionaryComment": "At times, she's the cute innocent Angel. At other times, she's the ditzy Fallen Angel.
She's Yohane! The enigmatic girl who transcends space and time, traversing between reality and illusion. This is her new theme song ☆", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2171", - "masterBgmId": 31002171, - "previewMasterBgmId": 32002171, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/13", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2172, - "name": "Fabotage", - "shortName": "Fabotage", - "kana": "Fabotage", - "artist": "YYY (You Watanabe (C.V: Shuka Saito), Yoshiko Tsushima (C.V: Aika Kobayashi), and Ruby Kurosawa (C.V: Ai Furihata))", - "detailInfo": "Lyrics: Kaoru Kami
Composition: TOPHAMHAT-KYO (FAKE TYPE.), TAKAROT and RUSH EYE
Arrangement: RUSH EYE", - "dictionaryReference": "", - "dictionaryComment": "B-side track included in theme song CD Waai WaiWai WaiWaiWai! recorded by radio personalities YYY (You Watanabe, Yoshiko Tsushima, Ruby Kurosawa). A song with YYY's signature upbeat style, featuring tons of 2020's wordplay making waves on the radio as well as social media.
*\"Fabotage\" is a made-up word combining \"sabotage\" and \"favorite\" (referring to \"liking\" something on social media) to express sabotaging likes.", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2164", - "masterBgmId": 31002172, - "previewMasterBgmId": 32002172, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2173, - "name": "Soramo Kokoromo Harerukara (9 Singers Ver.)", - "shortName": "Soramo Kokoromo Harerukara (9 Singers Ver.)", - "kana": "Soramo Kokoromo Harerukara (9 Singers Ver.)", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Atsushi Harada (Arte Refact)
Arrangement: Masatomi Waki (Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "This played in the anime when the decision to close the school was finalized. The \"biting my lip\" and \"going to cry\" lyrics express the unease of taking on a challenge into a new feeling of having tried one's best and still coming up a bit short.
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2135", - "masterBgmId": 31002173, - "previewMasterBgmId": 32002173, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2174, - "name": "Omoiyo Hitotsuninare (9 Singers Ver.)", - "shortName": "Omoiyo Hitotsuninare (9 Singers Ver.)", - "kana": "Omoiyo Hitotsuninare (9 Singers Ver.)", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takashi Saeki", - "dictionaryReference": "", - "dictionaryComment": "The song that couldn't be performed with the full group in the anime is playable now! At the 4th Love Live!, the second-years (yes, including Riko) started the singing off while Riko played piano, and then she joined the other eight onstage to dance alongside them. The performance truly did justice to the lyrics that go \"I really understand now, I am not alone.\"
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2174", - "masterBgmId": 31002174, - "previewMasterBgmId": 32002174, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/16", - "masterReleaseLabelId": 1 - }, - { - "id": 2175, - "name": "SORA, FUJI, SUNSHINE!", - "shortName": "SORA, FUJI, SUNSHINE!", - "kana": "SORA, FUJI, SUNSHINE!", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Junya Maesako, RUSH EYE, and Hitoshi Harukawa
Arrangement: RUSH EYE", - "dictionaryReference": "", - "dictionaryComment": "Celebrating 8 years of Aqours! Mt. Fuji! Expanding Project ☆ theme song
8 years after its founding, Numazu and Aqours will expand just like the sprawling foothills of Mt. Fuji.
This song expresses the members’ desire for their music to reach as many people as possible ♪
They want everyone to clap along in the clapping sections. That, along with the 8-year celebratory cries of “Pachi pachi!”
make for a very lively song.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2175", - "masterBgmId": 31002175, - "previewMasterBgmId": 32002175, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/30", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2176, - "name": "Koini Naritai AQUARIUM (School Idol Festival AC)", - "shortName": "Koini Naritai AQUARIUM (School Idol Festival AC)", - "kana": "Koini Naritai AQUARIUM", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Yugo Sasakura
Arrangement: Kazunori Watanabe", - "dictionaryReference": "Aqours 2nd Single", - "dictionaryComment": "The title song of Aqours 2nd single. This is also You Watanabe's first song in the center role, as was decided by the first ever Love Live! Sunshine!! center poll. Using the theme of an aquarium, this song paints a mental image of the fish and the girls having a blast dancing.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002176, - "previewMasterBgmId": 32002176, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2177, - "name": "Strawberry Trapper (School Idol Festival AC)", - "shortName": "Strawberry Trapper (School Idol Festival AC)", - "kana": "Strawberry Trapper", - "artist": "Guilty Kiss", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Masashi Kanasaki", - "dictionaryReference": "Love Live! Sunshine!! Unit CD Vol. 3!", - "dictionaryComment": "The title song of the Love Live! Sunshine!! third unit CD. The main character has a crush on \"you,\" but you seem to be slow on the uptake. Sounds like it's time for her to set a trap for you. Her assertive approach, while thrilling and fun, ultimately concludes with you falling under her spell. The lyrics and the music are a perfect match for one another, with endless excitement from the first \"Ready?\"", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2094", - "masterBgmId": 31002177, - "previewMasterBgmId": 32002177, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/06/08", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2178, - "name": "Aozora Jumping Heart (School Idol Festival AC)", - "shortName": "Aozora Jumping Heart (School Idol Festival AC)", - "kana": "Aozora Jumping Heart", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Ken Ito and Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Opening Theme", - "dictionaryComment": "The opening theme for the first season of the Love Live! Sunshine!! anime. This tried-and-true Aqours song delivers all the usual Love Live! goodness while also hinting at the start of a new chapter in the school idol story. With the fade-in like a curtain rising and the nonstop enthusiasm, this song promises a new story unfolding.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2096", - "masterBgmId": 31002178, - "previewMasterBgmId": 32002178, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/07/20", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2179, - "name": "Jingle Bells ga Tomaranai (School Idol Festival AC)", - "shortName": "Jingle Bells ga Tomaranai (School Idol Festival AC)", - "kana": "Jingle Bells ga Tomaranai", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Aqours SIF Collaboration Single Vol. 1", - "dictionaryComment": "A Love Live! School Idol Festival collaboration single. Aqours' vibrant color is alive and well in this classic Christmas carol. A live-action CM was shot for each of the nine girls.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2107", - "masterBgmId": 31002179, - "previewMasterBgmId": 32002179, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/11/23", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2180, - "name": "HAPPY PARTY TRAIN (School Idol Festival AC)", - "shortName": "HAPPY PARTY TRAIN (School Idol Festival AC)", - "kana": "HAPPY PARTY TRAIN", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Takuya Watanabe
Arrangement: EFFY", - "dictionaryReference": "Aqours 3rd Single", - "dictionaryComment": "Aqours' third single. Kanan was chosen to play the song's center role through a poll. The melancholy melody forewarning departure and the world building described by the lyrics are especially memorable. This song was first toured in Aqours second tour, also called HAPPY PARTY TRAIN, in which they literally rode the train all across Japan to meet fans everywhere.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002180, - "previewMasterBgmId": 32002180, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2181, - "name": "Mirai no Bokura wa Shitteru yo (School Idol Festival AC)", - "shortName": "Mirai no Bokura wa Shitteru yo (School Idol Festival AC)", - "kana": "Mirai no Bokura wa Shitteru yo", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "Love Live! Sunshine!! Anime Season 2 Opening Theme", - "dictionaryComment": "The line Let's strive for a future where we can compete with everything we havetelevises the burning frustration the Aqours girls felt when they weren't able to compete in the first season of the anime. The song describes their efforts to achieve their dream.", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2044", - "masterBgmId": 31002181, - "previewMasterBgmId": 32002181, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2017/10/25", - "masterReleaseLabelId": 224012901 - }, - { - "id": 3001, - "name": "Aion no Uta", - "shortName": "Aion no Uta", - "kana": "Aion no Uta", - "artist": "Emma Verde (C.V: Maria Sashide)", - "detailInfo": "Lyrics: Ryota Saito
Composition / Arrangement: Kenta Urashima and Takumi Yamamoto", - "dictionaryReference": "Nijigasaki High School Idol Club Emma Bond Episode 21 Soundtrack", - "dictionaryComment": "As shown in an All Stars Kizuna episode, this is the song Emma inherited from Mai Natsuka, her personal heroine, when they met at a photo studio in Switzerland. The slightly melancholy Japanese ballad and Emma's Swiss-accented singing voice combine to make a uniquely moving tune. At the live show, she gave a stirring performance with folding fans during the chorus.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003001, - "previewMasterBgmId": 32003001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3002, - "name": "Zensoku Dreamer", - "shortName": "Zensoku Dreamer", - "kana": "Zensoku Dreamer", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: DAICHI and Shunsuke Harada
Arrangement: Shunsuke Harada", - "dictionaryReference": "", - "dictionaryComment": "The B-side song with NEO SKY, NEO MAP!. The dynamic opening lyrics and lead guitar instantly take listeners to a bright, happy place. At the R3BIRTH unit live show / meet & greet, the original dance patterned after a weightlifting workout became a hot topic.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3051", - "masterBgmId": 31003002, - "previewMasterBgmId": 32003002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/04", - "masterReleaseLabelId": 1 - }, - { - "id": 3003, - "name": "Just Believe!!!", - "shortName": "Just Believe!!!", - "kana": "Just Believe!!!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: ygarshy , PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "Except for remakes of existing tunes, this is the first Nijigasaki High School Idol Club song to feature all ten members after Shioriko joined. The intro kicks off with all the girls lined up in a row, signaling that this is a new beginning. Of all the Nijigasaki songs, the fierce dancing in Just Believe!!! left a lasting impression on fans.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003003, - "previewMasterBgmId": 32003003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3004, - "name": "Fire Bird", - "shortName": "Fire Bird", - "kana": "Fire Bird", - "artist": "Karin Asaka (C.V: Miyu Kubota)", - "detailInfo": "Lyrics: BEATNINE
Composition / Arrangement: Carlos K.", - "dictionaryReference": "Nijigasaki High School Idol Club Karin Bond Episode 20 Soundtrack", - "dictionaryComment": "A song from the Nijigasaki High School Idol Club's third album. A Kizuna episode revealed Karin made this to demonstrate her passion to fan club members. The flamenco guitar, Latin rhythm, passionate dancing reminiscent of a flaming bird create an irresistible, captivating performance.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003004, - "previewMasterBgmId": 32003004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3005, - "name": "Märchen Star", - "shortName": "Märchen Star", - "kana": "Märchen Star", - "artist": "Kanata Konoe (C.V: Akari Kito)", - "detailInfo": "Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz", - "dictionaryReference": "Nijigasaki High School Idol Club Kanata Bond Episode 21 Soundtrack", - "dictionaryComment": "In an All Stars Kizuna episode, this was sung for the fan club to express a beautiful, dreamlike place. The unique, musical 3/4 time melody certainly transports listeners to another world.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003005, - "previewMasterBgmId": 32003005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3006, - "name": "Swinging!", - "shortName": "Swinging!", - "kana": "Swinging!", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: miyakei and DAICHI
Composition: Keisuke Koyama and DAICHI
Arrangement: Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "QU4RTZ's second single. Fans get to experience the beautiful harmonization that only QU4RTZ can produce. The girls sing as if casually swaying back and forth on a swing, and during the live show, they did exactly that, just like on the CD jacket. A mature, mid-tempo pop tune with lots of cutting guitar riffs and fancy piano playing.
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3006", - "masterBgmId": 31003006, - "previewMasterBgmId": 32003006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/14", - "masterReleaseLabelId": 1 - }, - { - "id": 3007, - "name": "Not Sad", - "shortName": "Not Sad", - "kana": "Not Sad", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: Masami Kakinuma
Composition: Yoshihiro Suda and Takeru Yoda
Arrangement: Takeru Yoda", - "dictionaryReference": "", - "dictionaryComment": "Like the title says, this song is all about staying positive. The lyrics \"Farewell is not the final answer, it's just the start of a brand-new path\" shows how partings don't always have to be sad. Those optimistic words of encouragement sung in beautiful harmony, speak to the heart. The path we've walked thus far connects to the next part of the journey.
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3006", - "masterBgmId": 31003007, - "previewMasterBgmId": 32003007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/15", - "masterReleaseLabelId": 1 - }, - { - "id": 3008, - "name": "Analog Heart", - "shortName": "Analog Heart", - "kana": "Analog Heart", - "artist": "Rina Tennoji (C.V: Chiemi Tanaka)", - "detailInfo": "Lyrics: NOVECHIKA
Composition: Morito Yonezawa and Ayato Fujiwawa
Arrangement: JOE and Ayato Fujiwara", - "dictionaryReference": "Nijigasaki High School Idol Club Rina Bond Episode 21 Soundtrack", - "dictionaryComment": "This song was performed at an online live show for a fan event in a Kizuna episode. It was done specially for a group of fans who expressed a desire to \"listen to Rina sing in a quiet environment.\" The song intimately expresses Rina's desire to make friends and strengthen her bonds with others.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003008, - "previewMasterBgmId": 32003008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3009, - "name": "I'm Still...", - "shortName": "I'm Still...", - "kana": "I'm Still...", - "artist": "Mia Taylor (C.V: Shu Uchida)", - "detailInfo": "Lyrics: nana hatori
Composition / Arrangement: Soranoalto", - "dictionaryReference": "All Stars Story Chapter 22 Soundtrack", - "dictionaryComment": "Featured in All Starts story chapter 22. This song touches on Mia's past experience succumbing to the pressure of being part of the famous Taylor family to the point where she couldn't even sing. A ballad that walks through her meeting Rina, being exposed to school idols, and returning to the stage. The very first song in the Love Live! series with primarily English lyrics!", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003009, - "previewMasterBgmId": 32003009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3010, - "name": "Queendom", - "shortName": "Queendom", - "kana": "Queendom", - "artist": "Lanzhu Zhong (C.V: Akina Homoto)", - "detailInfo": "Lyrics / Composition / Arrangement: BEATNINE", - "dictionaryReference": "All Stars Story Chapter 20 Soundtrack", - "dictionaryComment": "Featured in All Stars story chapter 20. A grandiose, flamboyant song showcasing Lanzhu's personality that highlights the second season of the All Stars main story progression. In season 2, episode 8 of the anime Lanzhu sung the song a capella in a scene that transfixed the audience and left a lasting impression.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003010, - "previewMasterBgmId": 32003010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3011, - "name": "Say Good-Bye Namida", - "shortName": "Say Good-Bye Namida", - "kana": "Say Good-Bye Namida", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics / Composition: Akira Sunset
Arrangement: Naoki Endo", - "dictionaryReference": "Nijigasaki High School Idol Club Ayumu Bond Episode 21 Soundtrack", - "dictionaryComment": "Performed by Ayumu in an All Stars Kizuna episode for her loyal fans. It carries a message of Ayumu trying to love herself more. She put her feelings directly into lyrics, and the end result is a peppy tune that leaves listeners feeling more optimistic.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003011, - "previewMasterBgmId": 32003011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3012, - "name": "Margaret", - "shortName": "Margaret", - "kana": "Margaret", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition / Arrangement: Carlos K.", - "dictionaryReference": "Nijigasaki High School Idol Club Kasumi Bond Episode 20 Soundtrack", - "dictionaryComment": "Performed by Kasumi in an All Stars Kizuna episode. Initially upset that only her fan club numbers seemed to be stagnant, Kasumi sung this for those fans who continued to encourage her and let her true feelings out in the lyrics. This beautiful ballad admits to some weakness, and the real Kasumi underneath the school idol slips in and out of view.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003012, - "previewMasterBgmId": 32003012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3013, - "name": "LIKE IT! LOVE IT!", - "shortName": "LIKE IT! LOVE IT!", - "kana": "LIKE IT! LOVE IT!", - "artist": "Setsuna Yuki (C.V: Tomori Kusunoki)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition: Manaka Suzuki, Hiroki Sagwa and Takeru Yoda
Arrangement: Takeru Yoda", - "dictionaryReference": "Nijigasaki High School Idol Club Setsuna Bond Episode 21 Soundtrack", - "dictionaryComment": "Performed by Setsuna in an All Stars Kizuna episode. A song with a message! Setsuna performed this to share her love far and wide. A rock tune full of enthusiasm and zeal that's a perfect fit for Setsuna. Rather than let someone else's passion do the talking, she believes expressing herself directly is the only way to communicate how she feels.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003013, - "previewMasterBgmId": 32003013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3014, - "name": "Folklore ~Kanki no Uta~", - "shortName": "Folklore ~Kanki no Uta~", - "kana": "Folklore ~Kanki no Uta~", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: Sorano Muraki
Composition / Arrangement: Soranoalto", - "dictionaryReference": "", - "dictionaryComment": "Appearing on the same CD as Maze Town, a high tempo song sung in a major key. The harmony and key changes in the \"Pure-rara-lu Parira-ta-ta\" interlude fit the subtitle (Ode to Joy) perfectly. It's 100% musical joy!
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3048", - "masterBgmId": 31003014, - "previewMasterBgmId": 32003014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3015, - "name": "Muteki-kyuu*Believer", - "shortName": "Muteki-kyuu*Believer", - "kana": "Muteki-kyuu*Believer", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: DECO*27
Arrangement: Rockwell", - "dictionaryReference": "", - "dictionaryComment": "A Nijigasaki High School Idol Club single with an animated promo video. Written especially for Kasumi, it won the voter's choice for single to get an animated PV. We all have times when we look in the mirror and feel down about what's reflected back. This song's uplifting lyrics encourage us to be brave and keep moving forward.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3015", - "masterBgmId": 31003015, - "previewMasterBgmId": 32003015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/29", - "masterReleaseLabelId": 1 - }, - { - "id": 3016, - "name": "MONSTER GIRLS", - "shortName": "MONSTER GIRLS", - "kana": "MONSTER GIRLS", - "artist": "R3BIRTH", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "All Stars Story Chapter 28 Soundtrack", - "dictionaryComment": "R3BIRTH's first single. Mia wrote this as a challenge to Lanzhu in All Stars story chapter 28. The heavy EDM beats remind listeners that a new era is coming with the formation of this fourth unit. The lyrics for MONSTER GIRLS include Japanese, English, and Chinese, reflecting the rich multicultural diversity of the unit's members.
", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003016, - "previewMasterBgmId": 32003016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3017, - "name": "Audrey", - "shortName": "Audrey", - "kana": "Audrey", - "artist": "Shizuku Osaka (C.V: Kaori Maeda)", - "detailInfo": "Lyrics / Composition: Tsukimisou
Arrangement: Hiroto Kikuchi", - "dictionaryReference": "Nijigasaki High School Idol Club Shizuku Bond Episode 12 Soundtrack", - "dictionaryComment": "First appeared on the second Nijigasaki High School Idol Club album. A song prepared by the player in an All Stars Kizuna episode for Shizuku. The aim was to write a song for her to use when playing the part of her ideal school idol. The rock band sound puts it in a different genre than Shizuku's usual songs, but perhaps that makes it the perfect choice for an accomplished actress.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003017, - "previewMasterBgmId": 32003017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3018, - "name": "Silent Blaze", - "shortName": "Silent Blaze", - "kana": "Silent Blaze", - "artist": "Kanata Konoe (C.V: Akari Kito)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition: Ereca Suzuki and Mash Tanaka
Arrangement: Mash Tanaka", - "dictionaryReference": "Nijigasaki High School Idol Club Kanata Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Kanata was put in charge of writing the manga research club's theme song for the school film festival. She expertly expresses the feelings of the song's female ninja, and the desire to fight to defend peace shines through brilliantly. Kanata and hard rock is a rare combo, but a welcome one.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003018, - "previewMasterBgmId": 32003018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3019, - "name": "Sweet Eyes", - "shortName": "Sweet Eyes", - "kana": "Sweet Eyes", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: Carlos K. and Mash Tanaka", - "dictionaryReference": "", - "dictionaryComment": "B-side coupled with Nijiiro Passions!. In a rare break from their usual jams, Nijigasaki High School Idol Club put out this sugary sweet love song. The lyrics talk of a young girl's unrequired love to a lively pop melody with roots in American disco. All in all, it's a fun, peppy dance tune with fun back-and-forth lyrics.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3062", - "masterBgmId": 31003019, - "previewMasterBgmId": 32003019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3020, - "name": "Eieisa", - "shortName": "Eieisa", - "kana": "Eieisa", - "artist": "Shizuku Osaka (C.V: Kaori Maeda)", - "detailInfo": "Lyrics: Manaka Suzuki
Composition: Manaka Suzuki and Tatsuki Miyazawa
Arrangement: Naoki Endo", - "dictionaryReference": "Nijigasaki High School Idol Club Shizuku Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Shizuku was put in charge of writing the drama club's opening song for the school film festival. A firm, impactful Japanese melody that depicts the unshakeable resolve of Shizuku to unite a squad of ronin.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003020, - "previewMasterBgmId": 32003020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3021, - "name": "Ye Mingzhu", - "shortName": "Ye Mingzhu", - "kana": "Ye Mingzhu", - "artist": "Lanzhu Zhong (C.V: Akina Homoto)", - "detailInfo": "Lyrics / Composition / Arrangement: BEATNINE", - "dictionaryReference": "Nijigasaki High School Idol Club Lanzhu Bond Episode 6 Soundtrack", - "dictionaryComment": "In a Kizuna episode, Lanzhu moved into the Nijigasaki dorms, and you, the player, wrote this to express how she felt as you watched her mingling with the other dorm residents. A real EDM banger with copious amounts of English and Chinese mixed in.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003021, - "previewMasterBgmId": 32003021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3022, - "name": "Break The System", - "shortName": "Break The System", - "kana": "Break The System", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics / Composition: nana hitori and shun ÷1
Arrangement: shun ÷1", - "dictionaryReference": "Nijigasaki High School Idol Club Ayumu Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Ayumu was put in charge of writing the sci-fi research club's opening song for the school film festival. She wrote the lyrics herself. Though the Ayumu-ness in the track is present, you can also hear a new side of her rising to the surface in this up-tempo rock track.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003022, - "previewMasterBgmId": 32003022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3023, - "name": "Diabolic mulier", - "shortName": "Diabolic mulier", - "kana": "Diabolic mulier", - "artist": "Ai Miyashita (C.V: Natsumi Murakami)", - "detailInfo": "Lyrics:T4K
Composition: T4K and Luis Ogata
Arrangement: Ryosuke Saito", - "dictionaryReference": "Nijigasaki High School Idol Club Ai Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Ai was put in charge of the tabletop gaming club's opening song for the school film festival. It's written from the point of view of a bewitching vampire princess. With it being so different from her usual music, it's hard not to get sucked in to listening to Ai lay down this dark, sinister refrain.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003023, - "previewMasterBgmId": 32003023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3024, - "name": "First Love Again", - "shortName": "First Love Again", - "kana": "First Love Again", - "artist": "Rina Tennoji (C.V: Chiemi Tanaka)", - "detailInfo": "Lyrics: Tsukimisou
Composition: Tsukimisou and Takayuki Yoshimura
Arrangement: Takayuki Yoshimura", - "dictionaryReference": "Nijigasaki High School Idol Club Rina Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Rina volunteered to write the theme song for the gaming club's entry to the school film festival. It's a warm, intimate ballad that represents the film's protagonist's struggle: she can only remember one day's worth of memories.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003024, - "previewMasterBgmId": 32003024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3025, - "name": "Toy Doll", - "shortName": "Toy Doll", - "kana": "Toy Doll", - "artist": "Mia Taylor (C.V: Shu Uchida)", - "detailInfo": "Lyrics: nana hatori
Composition: Ryo \"Lefty\" Miyata and Carlos K.
Arrangement: Konnie Aoki", - "dictionaryReference": "Nijigasaki High School Idol Club Mia Bond Episode 6 Soundtrack", - "dictionaryComment": "Written by Mia in a Kizuna episode. After joining the School Idol Club, Mia decided she would sing because she wanted to, even if everything wasn't perfect, and came up with this song. The first song in the Love Live! series to be sung entirely in English!
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003025, - "previewMasterBgmId": 32003025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3026, - "name": "Concentrate!", - "shortName": "Concentrate!", - "kana": "Concentrate!", - "artist": "Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics: Sorano Muraki
Composition / Arrangement: Soranoalto", - "dictionaryReference": "Nijigasaki High School Idol Club Shioriko Bond Episode 14 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Shioriko wrote it to promote the student council's movie. She unveiled it the night before. Shioriko's personality shines through with a rollicking humdinger of a swing tune.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003026, - "previewMasterBgmId": 32003026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3027, - "name": "Yada!", - "shortName": "Yada!", - "kana": "Yada!", - "artist": "Setsuna Yuki (C.V: Tomori Kusunoki)", - "detailInfo": "Lyrics: Akira Sunset
Composition: Akira Sunset and Hiroto Kikuchi
Arrangement: Hiroto Kikuchi", - "dictionaryReference": "Nijigasaki High School Idol Club Setsuna Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Setsuna was put in charge of the light novel research club's opening song for the school film festival. She sang it to express her own infatuations. Much like the younger sister in the club's movie, the beat and melody are a little bratty but mainly just really adorable.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003027, - "previewMasterBgmId": 32003027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3028, - "name": "Turn it Up!", - "shortName": "Turn it Up!", - "kana": "Turn it Up!", - "artist": "Karin Asaka (C.V: Miyu Kubota)", - "detailInfo": "Lyrics: Akira Sunset
Composition: Akira Sunset and Naoki Endo
Arrangement: Naoki Endo", - "dictionaryReference": "Nijigasaki High School Idol Club Karin Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Karin was put in charge of the cinema studies club's opening song for the school film festival. You, the player, wrote the lyrics, inspired by watching Karin practice the saxophone after observing the film's actors. It's a breezy, memorable melody that makes you feel young again.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003028, - "previewMasterBgmId": 32003028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3029, - "name": "Itsu datte for you!", - "shortName": "Itsu datte for you!", - "kana": "Itsu datte for you!", - "artist": "Emma Verde (C.V: Maria Sashide)", - "detailInfo": "Lyrics: Ereca Suzuki and Carlos K.
Composition: Morito Yonezawa and Ayato Fujiwara
Arrangement: Ayato Fujiwara", - "dictionaryReference": "Nijigasaki High School Idol Club Emma Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Emma was tasked to help with the animation research club's promo material for the school film festival. She assisted you, the player, with finalizing the vision for the song after the \"great maid mission.\" The song is a testament to Emma's cute charms.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003029, - "previewMasterBgmId": 32003029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3030, - "name": "TO BE YOURSELF", - "shortName": "TO BE YOURSELF", - "kana": "TO BE YOURSELF", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz", - "dictionaryReference": "Nijigasaki High School Idol Club Kasumi Bond Episode 27 Soundtrack", - "dictionaryComment": "Appeared in a Kizuna episode where Kasumi was put in charge of the magical girl club's opening song for the school film festival. She fully immersed herself in the role of a magical girl. Kasumi's song gives listeners the courage to press onward, much like those magical girls who are always working diligently behind the scenes.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003030, - "previewMasterBgmId": 32003030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3031, - "name": "THE SECRET NIGHT", - "shortName": "THE SECRET NIGHT", - "kana": "THE SECRET NIGHT", - "artist": "DiverDiva", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "DiverDiva's trademark contrast between Ai's rapping and Karin's carefree singing are on full display in this song. No doubt that Ai and Karin's nose-to-nose dancing set many fans' hearts racing. This mid-tempo EDM banger is easy to picture getting play time at the club. Makes you want to start dancing now, doesn't it?
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3031", - "masterBgmId": 31003031, - "previewMasterBgmId": 32003031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/05/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3032, - "name": "Fly into the sky", - "shortName": "Fly into the sky", - "kana": "Fly into the sky", - "artist": "DiverDiva", - "detailInfo": "Lyrics: miyakei
Composition / Arrangement: Em.me", - "dictionaryReference": "", - "dictionaryComment": "Starts off with a slow intro and picks up steam as it moves into the chorus. Even if it feels sad, you can really feel the part about replacing your best memories together with even better ones. It's hard to forget the live show, where the whole audience put their hands straight up in the air and moved along with the choreography.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3031", - "masterBgmId": 31003032, - "previewMasterBgmId": 32003032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/05/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3034, - "name": "☆Wonderland☆", - "shortName": "☆Wonderland☆", - "kana": "☆Wonderland☆", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition / Arrangement: NOVECHIKA and TETTA", - "dictionaryReference": "Nijigasaki High School Idol Club Kasumi Bond Episode 12 Soundtrack", - "dictionaryComment": "A song from the Nijigasaki High School Idol Club's second album. Kasumi made it in a Kizuna episode where she felt self-conscious that her fan club numbers weren't growing like Ai's and Ayumu's. She wrote it to show the world how much fun her fan club is. The live show got very festive with the huge flag waving across the stage.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003034, - "previewMasterBgmId": 32003034, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3035, - "name": "Awakening Promise", - "shortName": "Awakening Promise", - "kana": "Awakening Promise", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: Keisuke Koyama", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 12 Soundtrack", - "dictionaryComment": "Thought she started as a school idol so Yu could see her, Ayumu decided to start performing for all her fans, not just her best friend. She wrote this song to demonstrate her newfound motivation. It was an insert song in season 1, episode 12 of the anime, and sun in the same spot where Dream with You was sung in the first episode. Ayumu started down her new path in the same spot where her journey originally began.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3035", - "masterBgmId": 31003035, - "previewMasterBgmId": 32003035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3036, - "name": "Beautiful Moonlight", - "shortName": "Beautiful Moonlight", - "kana": "Beautiful Moonlight", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: ygarshy
Arrangement: PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "A stylish, mature pop tune that evokes images of city nightlife. The harmonizing of the four members of QU4RTZ is at its best here, and the more bombastic choreography (a bit unusual for the unit) gives it even more panache.", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3053", - "masterBgmId": 31003036, - "previewMasterBgmId": 32003036, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3037, - "name": "Butterfly", - "shortName": "Butterfly", - "kana": "Butterfly", - "artist": "Kanata Konoe (C.V: Akari Kito)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: Em.me", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 7 Soundtrack", - "dictionaryComment": "When Haruka was on the verge of giving up her dreams for Kanata's sake, Kanata answered her concerns with this upbeat future bass song. The Konoe sisters' names, \"Haruka Kanata\" (meaning \"faraway\") appear in the lyrics. References to other media in the promo video, such as the four-panel comics from Awesome TenFes were a delight for dedicated fans.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3037", - "masterBgmId": 31003037, - "previewMasterBgmId": 32003037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3038, - "name": "CHASE!", - "shortName": "CHASE!", - "kana": "CHASE!", - "artist": "Setsuna Yuki (C.V: Tomori Kusunoki)", - "detailInfo": "Lyrics / Composition: Ereca Suzuki and JOE
Arrangement: tasuku", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Setsuna's first solo song. The overwhelming excitement is Setsuna personified, and the intense yelling in the last part of the song's hook had a major impact. In the very first episode of the anime, this song's debut in the first live show is what triggered Yu and Ayumu's journey into the world of school idols.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003038, - "previewMasterBgmId": 32003038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3039, - "name": "Cheer for you!!", - "shortName": "Cheer for you!!", - "kana": "Cheer for you!!", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangements: hot tears and Sheeta.C", - "dictionaryReference": "", - "dictionaryComment": "From A·ZU·NA's first single, where the three members encourage those with unrequited loves. The cheering yells of the A-ZU-NA members and the three-quarter time beat brighten up the hearts of listeners. Though the song goes through various progressions, the consistent cheering always rouses the audience at live shows.", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3041", - "masterBgmId": 31003039, - "previewMasterBgmId": 32003039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3040, - "name": "DIVE!", - "shortName": "DIVE!", - "kana": "DIVE!", - "artist": "Setsuna Yuki (C.V: Tomori Kusunoki)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: MOMIKEN
Arrangement: tasuku", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 3 Soundtrack", - "dictionaryComment": "Appeared as an insert song in season 1, episode 3 of Love Live! Nijigasaki High School Idol Club. A rock song that goes hard, representing Setsuna's renewed commitment to her own passions after considering giving up on being a school idol. Thankfully, a conversation with Yu changed her mind. In the music video, the wall of flames during the refrain and kicking choreography add production value worthy of the title.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3040", - "masterBgmId": 31003040, - "previewMasterBgmId": 32003040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/18", - "masterReleaseLabelId": 1 - }, - { - "id": 3041, - "name": "Dream Land! Dream World!", - "shortName": "Dream Land! Dream World!", - "kana": "Dream Land! Dream World!", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: hot tears
Composition: Shota Kageyama
Arrangement: MEGAneCOMIC", - "dictionaryReference": "", - "dictionaryComment": "From A·ZU·NA's first single album. The bouncy, swinging rhythm is similar to what plays at the entrance to an amusement park, inviting you into a world of fun and excitement. It works precisely because of the huge difference in Ayumu's, Shizuku's, and Setsuna's personalities. The changing music during the speaking part is a fun ride all on its own.
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3041", - "masterBgmId": 31003041, - "previewMasterBgmId": 32003041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3042, - "name": "Dream with You", - "shortName": "Dream with You", - "kana": "Dream with You", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: mitsuyuki miyake and Carlos K.", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 1 Soundtrack", - "dictionaryComment": "Appeared as an insert song in season 1, episode 1 of the Love Live! Nijigasaki High School Idol Club anime. After seeing school idols in person, Ayumu performed this song for Yu to try and sort out her own feelings. When the key changes at the high point of the song, you can feel Ayumu's optimism as she presses forward and takes on a new challenge.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3042", - "masterBgmId": 31003042, - "previewMasterBgmId": 32003042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/18", - "masterReleaseLabelId": 1 - }, - { - "id": 3043, - "name": "Evergreen", - "shortName": "Evergreen", - "kana": "Evergreen", - "artist": "Emma Verde (C.V: Maria Sashide)", - "detailInfo": "Lyrics / Composition / Arrangement: Ryota Saito and Naoyuki Chikatani", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Emma's first solo song. It's defining characteristics are the Celtic melody and the lyrics referring to her hometown. The perfect debut single for Emma! It's hard not to copy her when she does the circular arm motions into a clap.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003043, - "previewMasterBgmId": 32003043, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3044, - "name": "L! L! L! (Love the Life We Live)", - "shortName": "L! L! L! (Love the Life We Live)", - "kana": "L! L! L! (Love the Life We Live)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: Keisuke Koyama", - "dictionaryReference": "All Stars Story Chapter 30 Soundtrack", - "dictionaryComment": "The first Nijigasaki High School Idol Club sung by all 12 members after Mia and Lanzhu joined. The positive lyrics, such as \"encounters with the unknown\" \"budding excitement,\" and \"the future\" combined with the lead guitar make this a quintessential Love Live! song.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003044, - "previewMasterBgmId": 32003044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3045, - "name": "La Bella Patria", - "shortName": "La Bella Patria", - "kana": "La Bella Patria", - "artist": "Emma Verde (C.V: Maria Sashide)", - "detailInfo": "Lyrics: Ayaka Mikawa
Composition / Arrangement: Yosuke Saito", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 5 Soundtrack", - "dictionaryComment": "In the story, Emma sung this to encourage Karin to stop hesitating and act on her desires to join in school idol activities. The intro has a folksy Swiss feel, then pivots to a fast-paced tune that makes you feel like you're dashing across the expansive Swiss countryside. The promo video has lots of easter eggs for eagle-eyed fans, like costumes from Emma's time as a N-rarity member in SIF, and importing back tweets from the cast's Twitter.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3045", - "masterBgmId": 31003045, - "previewMasterBgmId": 32003045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3046, - "name": "Love Triangle", - "shortName": "Love Triangle", - "kana": "Love Triangle", - "artist": "DiverDiva", - "detailInfo": "Lyrics: Ayaka Miyake and Satoru Kurihara (Jazzin'park)
Composition: Singo Kubota (Jazzin'park) and Satoru Kurihara (Jazzin'park)
Arrangement: Singo Kubota (Jazzin'park)", - "dictionaryReference": "", - "dictionaryComment": "There's a love triangle, between you, her, and me. That's what this smooth R&B-influenced jam is all about. The modern melody is overlaid with imagery of the Winter Triangle in the sky. The choreography for the live show included drawing a huge triangle in the air.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3073", - "masterBgmId": 31003046, - "previewMasterBgmId": 32003046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3047, - "name": "Love U my friends", - "shortName": "Love U my friends", - "kana": "Love U my friends", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Kanata Okajima
Composition: Keisuke Koyama and Shunsuke Harada
Arrangement: Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "The title track of the Nijigasaki High School Idol Club's second album, and the first Nijigasaki song featuring all the club's members. The unforgettable opening moment had each member illuminated by her signature color. The emotional lead guitar and lyrics full of the girls' boundless gratitude for you will bring a tear to the eye of even the most stoic fans.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003047, - "previewMasterBgmId": 32003047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3048, - "name": "Maze Town", - "shortName": "Maze Town", - "kana": "Maze Town", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: Morito Yonezawa and Ayato Fujiwara
Composition: Morito Yonezawa, Ayato Fujiwara, Ryosuke Saito and PASSiON KiNG
Arrangement: Ryosuke Saito, Ayato Fujiwara and PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "A gothic metal horror fest that pays homage to the haunted house in A·ZU·NA Land. The song goes through multiple metamorphoses as it progresses. A video featuring Maze Town played during intermission at the A·ZU·NA Unit Live & fan meeting. The Latin opening translates to \"there is no escape from here.\"
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3048", - "masterBgmId": 31003048, - "previewMasterBgmId": 32003048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3049, - "name": "MELODY", - "shortName": "MELODY", - "kana": "MELODY", - "artist": "Setsuna Yuki (C.V: Tomori Kusunoki)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition: Manaka Suzuki and Hiroki Sagawa
Arrangement: Ryosuke Saito", - "dictionaryReference": "Nijigasaki High School Idol Club Setsuna Bond Episode 12 Soundtrack", - "dictionaryComment": "Appeared on the second Nijigasaki High School Idol Club album. In a Kizuna episode, Setsuna wrote this to show her parents exactly how much she loves school idols. The honest lyrics and speedy band playing express the strength of Setsuna's feelings with no room for doubt.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003049, - "previewMasterBgmId": 32003049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3050, - "name": "My Own Fairy-Tale", - "shortName": "My Own Fairy-Tale", - "kana": "My Own Fairy-Tale", - "artist": "Kanata Konoe (C.V: Akari Kito)", - "detailInfo": "Lyrics: Ryota Saito
Composition / Arrangement: Ryota Saito and Diz", - "dictionaryReference": "Nijigasaki High School Idol Club Kanata Bond Episode 12 Soundtrack", - "dictionaryComment": "In a Kizuna episode, Kanata put all her wants and desires into this song after realizing she should prioritize herself as Haruka becomes more independent. Kanata's gentle singing voice leads listeners into a beautiful, dreamy world.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003050, - "previewMasterBgmId": 32003050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3051, - "name": "NEO SKY, NEO MAP!", - "shortName": "NEO SKY, NEO MAP!", - "kana": "NEO SKY, NEO MAP!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka and Naoki Tani", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 1 Ending Theme", - "dictionaryComment": "The ending theme to Love Live! Nijigasaki High School Idol Club season 1. The grand scale of the music and the moving lyrics matched with a rainbow of umbrellas left a lasting impression on the hearts of viewers. In season 2, episode 3, Yu played this song on the piano.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3051", - "masterBgmId": 31003051, - "previewMasterBgmId": 32003051, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/04", - "masterReleaseLabelId": 1 - }, - { - "id": 3052, - "name": "Poppin' Up!", - "shortName": "Poppin' Up!", - "kana": "Poppin' Up!", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics: Ayake Miyake
Composition: Naoki Kubo
Arrangement: Hisashi Nawata", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 2 Soundtrack", - "dictionaryComment": "Appeared as an insert song in season 1, episode 2 of Love Live! Nijigasaki High School Idol Club. The music video pays homage to a scene in the video for Mutekikyu Believer. Kasumi's trademark cutie pop melody matches perfectly with the swing music rhythm and bass. This one's hard to get out of your head.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3052", - "masterBgmId": 31003052, - "previewMasterBgmId": 32003052, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/18", - "masterReleaseLabelId": 1 - }, - { - "id": 3053, - "name": "Sing & Smile!!", - "shortName": "Sing & Smile!!", - "kana": "Sing & Smile!!", - "artist": "QU4RTZ", - "detailInfo": "Lyrics / Arrangement: Carlos K.
Composition: Manabu Marutani and Carlos K.", - "dictionaryReference": "", - "dictionaryComment": "QU4RTZ's first single. The intense strings matched with QU4RTZ's harmonizing is sure to put a smile on anyone's face. The live show was a must-see performance that used the mic stand to great effect.", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3053", - "masterBgmId": 31003053, - "previewMasterBgmId": 32003053, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3054, - "name": "Solitude Rain", - "shortName": "Solitude Rain", - "kana": "Solitude Rain", - "artist": "Shizuku Osaka (C.V: Kaori Maeda)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: Ereca Suzuki and JOE
Arrangement: JOE", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 8 Soundtrack", - "dictionaryComment": "In the story, this song was performed as part of an onstage presentation by the drama club. It was also an insert song in season 1, episode 8 of the anime. Her black and white costume calls back to the episode's title: Shizuku, Monochrome. The promo video has lots of easter eggs showing other sides of Shizuku, like costumes from her N-rarity era in SIF, and her fondness for tan tan ramen from Awesome TenFes.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3054", - "masterBgmId": 31003054, - "previewMasterBgmId": 32003054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3055, - "name": "Yume e no Ippo", - "shortName": "Yume e no Ippo", - "kana": "Yume e no Ippo", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics / Composition: Akira Sunset
Arrangement: Hiroto Kikuchi", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Ayumu's first solo song. The lyrics carry a powerful message to her dearest friend (you, the player) about moving forward together, one step at a time.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003055, - "previewMasterBgmId": 32003055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3056, - "name": "Diamond", - "shortName": "Diamond", - "kana": "Diamond", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics / Composition: Ereca Suzuki and JOE
Arrangement: tasuku", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Kasumi's first solo song. The song is pure Kasumi; a showcase of cuteness, flirtatiousness, and just a bit of pushiness. The \"L-O-V-E KASUMIN!\" call in the middle of the song always gets a huge response from the crowd.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003056, - "previewMasterBgmId": 32003056, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3057, - "name": "Anata no Risou no Heroine", - "shortName": "Anata no Risou no Heroine", - "kana": "Anata no Risou no Heroine", - "artist": "Shizuku Osaka (C.V: Kaori Maeda)", - "detailInfo": "Lyrics / Composition: Tsukimisou
Arrangement: Naoki Endo", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Shuzuku's first solo song. It's filled with respect and admiration for her seniors in the drama club, and also matches Shizuku's own flair for acting. Both the music video and live show end with a line delivered silently.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003057, - "previewMasterBgmId": 32003057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3058, - "name": "Starlight", - "shortName": "Starlight", - "kana": "Starlight", - "artist": "Karin Asaka (C.V: Miyu Kubota)", - "detailInfo": "Lyrics / Composition / Arrangement: BEATNINE", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Karin's first solo song. An EDM banger dripping with Karin's trademark cool allure. The lasers and sharp dance moves added for the music video and live show create a thrilling, intense experience.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003058, - "previewMasterBgmId": 32003058, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3059, - "name": "Meccha Going!!", - "shortName": "Meccha Going!!", - "kana": "Meccha Going!!", - "artist": "Ai Miyashita (C.V: Natsumi Murakami)", - "detailInfo": "Lyrics: Akira Sunset
Composition: Akira Sunset and Carlos K.
Arrangement: Carlos K.", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Ai's first solo song. Chock full of Ai's trademark puns and gal-lingo, it's an up-tempo tune that gets the audience jamming to the beat. She also does a duet version with Karin at DiverDiva unit live shows and fan meetings.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003059, - "previewMasterBgmId": 32003059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3060, - "name": "Nemureru Mori ni Ikitai na", - "shortName": "Nemureru Mori ni Ikitai na", - "kana": "Nemureru Mori ni Ikitai na", - "artist": "Kanata Konoe (C.V: Akari Kito)", - "detailInfo": "Lyrics / Composition / Arrangement: Ryota Saito and Diz", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Kanata's first solo song. A lullaby-like tune that draws listeners in to a world of dreams. In more ways than one, it's the perfect representation of Kanata's personality. The music video and live shows incorporate a bed, and the song finishes with Kanata falling asleep.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003060, - "previewMasterBgmId": 32003060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3061, - "name": "Doki Pipo ☆ Emotion", - "shortName": "Doki Pipo ☆ Emotion", - "kana": "Doki Pipo ☆ Emotion", - "artist": "Rina Tennoji (C.V: Chiemi Tanaka)", - "detailInfo": "Lyrics / Composition / Arrangement: NOVECHIKA and Hiroto Kikuchi", - "dictionaryReference": "All Stars Story Chapter 2 Soundtrack", - "dictionaryComment": "Appeared on the first Nijigasaki High School Idol Club album. Rina's first solo song. She sings about having trouble expressing her emotions, and how she felt when first using her Rina-chan Board gives. Featuring lots of chiptune beeps and boops, the \"Rina-chan Board\" call is one of those classic moments that gets the crowd jumping.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003061, - "previewMasterBgmId": 32003061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3062, - "name": "Nijiiro Passions!", - "shortName": "Nijiiro Passions!", - "kana": "Nijiiro Passions!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: Keisuke Koyama", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 1 Opening Theme", - "dictionaryComment": "The opening song for the first season of the Love Live! Nijigasaki High School Idol Club anime. Despite the new premise of a solo idol project, it's still a classic Love Live! song performed by the whole group. The perky strings and energetic bassline set the tone for the season and kept viewers glued to the screen.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3062", - "masterBgmId": 31003062, - "previewMasterBgmId": 32003062, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3063, - "name": "Wish", - "shortName": "Wish", - "kana": "Wish", - "artist": "Karin Asaka (C.V: Miyu Kubota)", - "detailInfo": "Lyrics: BEATNINE
Composition: Carlos K.
Arrangement: Carlos K. and JOE", - "dictionaryReference": "Nijigasaki High School Idol Club Karin Bond Episode 12 Soundtrack", - "dictionaryComment": "Appeared on the second Nijigasaki High School Idol Club album. In a Kizuna episode, Karin faced mounting pressure to meet everyone's expectations. This song from you, the player, reminded her that it's better not to put up a facade. There was no shortage of fans who absolutely adored the change of pace from Karin's usual style.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003063, - "previewMasterBgmId": 32003063, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3064, - "name": "Aoi Canaria", - "shortName": "Aoi Canaria", - "kana": "Aoi Canaria", - "artist": "Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics: Ayumu Nakamura, Ereca Suzuki and JOE
Composition / Arrangement: Tomomichi Imagawa, Ereca Suzuki and JOE", - "dictionaryReference": "All Stars Story Chapter 27 Soundtrack", - "dictionaryComment": "An insert song from SIF All Stars story chapter 27. A song from Shioriko to her older sister Kaoruko, who came to Nijigasaki High School to work as a student teacher. In the lyrics, Shioriko ardently implores her older sister to treat her as an equal, not a child to be coddled and protected. The hard rock tune and Shioriko's intense singing deliver a strong message.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003064, - "previewMasterBgmId": 32003064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3065, - "name": "Yume ga Koko Kara Hajimaru yo", - "shortName": "Yume ga Koko Kara Hajimaru yo", - "kana": "Yume ga Koko Kara Hajimaru yo", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: Ayumu Nakamura and Taishi Noguchi", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 13 Soundtrack", - "dictionaryComment": "The first song in the anime storyline sung as a group rather than a solo performance, all to encourage you, the player. The music video features individual solos and choreography, with callbacks to the First Live stage and other fan-pleasing moments. And of course, everyone remembers when during season 1, episode 13 played during the 3rd Live!
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3065", - "masterBgmId": 31003065, - "previewMasterBgmId": 32003065, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3066, - "name": "VIVID WORLD", - "shortName": "VIVID WORLD", - "kana": "VIVID WORLD", - "artist": "Karin Asaka (C.V: Miyu Kubota)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: Luis Ogata
Arrangement: TeddyLoid", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 9 Soundtrack", - "dictionaryComment": "In the story, this celebratory-sounding EDM song debuted at Diver Fes. Just like the line \"If I were still all alone, I'd never know this weakness, this pain, this gloom\", Kanan sings about the own weak points she dealt with at the start. This song exemplifies season 1, episode 9's title: Friends but Rivals.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3066", - "masterBgmId": 31003066, - "previewMasterBgmId": 32003066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3067, - "name": "Saikou Heart", - "shortName": "Saikou Heart", - "kana": "Saikou Heart", - "artist": "Ai Miyashita (C.V: Natsumi Murakami)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: PASSiON KiNG", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 4 Soundtrack", - "dictionaryComment": "An insert song in season 1, episode 4 of the Love Live! Nijigasaki High School Idol Club anime. The lyrics follow a theme of smiles and sunshine, and has enough puns to keep Ai happy. It starts off relaxed, then quickly picks up the tempo. Great song to start your morning with.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3067", - "masterBgmId": 31003067, - "previewMasterBgmId": 32003067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3068, - "name": "Tsunagaru Connect", - "shortName": "Tsunagaru Connect", - "kana": "Tsunagaru Connect", - "artist": "Rina Tennoji (C.V: Chiemi Tanaka)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: DECO*27
Arrangement: Police Piccadilly", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Episode 6 Soundtrack", - "dictionaryComment": "Rina put her Rina-chan Board through its paces when debuting this song at her solo live show. The line \"CTRL + Z doesn't work\" is pure Rina, and is her way of expressing how we can't undo what we say in real-life conversations. As a bona fide techie, Rina of course includes plenty of chiptune samples.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3068", - "masterBgmId": 31003068, - "previewMasterBgmId": 32003068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3069, - "name": "Yagate Hitotsu no Monogatari", - "shortName": "Yagate Hitotsu no Monogatari", - "kana": "Yagate Hitotsu no Monogatari", - "artist": "Shizuku Osaka (C.V: Kaori Maeda)", - "detailInfo": "Lyrics / Composition: Tsukimisou
Arrangement: Hiroto Kikuchi", - "dictionaryReference": "Nijigasaki High School Idol Club Shizuku Bond Episode 21 Soundtrack", - "dictionaryComment": "In a SIF All Stars Kizuna episode, Shizuku performed this while doing a reading for her fan club. Shizuku's idea, \"The Stories of Beginnings\", which Shizuku thought up, and \"The Tale of a Certain Girl\", which she acted in, come together in this song much like a musical.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003069, - "previewMasterBgmId": 32003069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3070, - "name": "Tanoshii no Tensai", - "shortName": "Tanoshii no Tensai", - "kana": "Tanoshii no Tensai", - "artist": "Ai Miyashita (C.V: Natsumi Murakami)", - "detailInfo": "Lyrics: Akira Sunset
Composition: Akira Sunset and Carlos K.
Arrangement: Carlos K.", - "dictionaryReference": "Nijigasaki High School Idol Club Ai Bond Episode 21 Soundtrack", - "dictionaryComment": "In a SIF All Stars Kizuna episode, Ai performed this at her live show to cheer up everyone in the hospital. It's hard to be salty about a song peppered with so many puns and Ai's trademark rapping (which is really on point in this one), especially when it's such a cheerful, high-energy tune.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003070, - "previewMasterBgmId": 32003070, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3071, - "name": "Ketsui no Hikari", - "shortName": "Ketsui no Hikari", - "kana": "Ketsui no Hikari", - "artist": "Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi", - "dictionaryReference": "Nijigasaki High School Idol Club Shioriko Bond Episode 6 Soundtrack", - "dictionaryComment": "In a SIF All Stars Kizuna episode, Shioriko sung this about embarking down a new path. She sings about her big, but still vague dreams over a solid J-rock melody.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003071, - "previewMasterBgmId": 32003071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3072, - "name": "Mirai Harmony", - "shortName": "Mirai Harmony", - "kana": "Mirai Harmony", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Kanata Okajima
Composition / Arrangement: Akira Sunset and ulala", - "dictionaryReference": "", - "dictionaryComment": "The first Nijigasaki High School Idol Club B-side single to get an animated promo video! Another video was produced for just one round of the chorus. Most fans found the inspiring string section and optimistic, forward-looking lyrics really stuck with them. An arranged version played as background music in season 2, episode 11 of the anime.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3072", - "masterBgmId": 31003072, - "previewMasterBgmId": 32003072, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/29", - "masterReleaseLabelId": 1 - }, - { - "id": 3073, - "name": "SUPER NOVA", - "shortName": "SUPER NOVA", - "kana": "SUPER NOVA", - "artist": "DiverDiva", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "DiverDiva's first single. A pure dance song that embodies the idea that they're friends but rivals. The song evokes imagery of the milky way, and the contrast between Ai's hardcore rapping and Karin's cool, coy singing shows how they're as different as the sun and moon. But it's exactly that gap that makes them such a great unit.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3073", - "masterBgmId": 31003073, - "previewMasterBgmId": 32003073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3074, - "name": "Kaika Sengen", - "shortName": "Kaika Sengen", - "kana": "Kaika Sengen", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics / Composition: Akira Sunset
Arrangement: Naoki Endo", - "dictionaryReference": "Nijigasaki High School Idol Club Ayumu Bond Episode 12 Soundtrack", - "dictionaryComment": "In a Kizuna episode, Ayumu wrote this as a thank-you to those who sent her fan letters. The blooming gerbera daisies mean \"always progressing\" in the language of flowers, representing Ayumu's intent to keep growing alongside her fan base.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003074, - "previewMasterBgmId": 32003074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3075, - "name": "Yuu & Ai", - "shortName": "Yuu & Ai", - "kana": "Yuu & Ai", - "artist": "Ai Miyashita (C.V: Natsumi Murakami)", - "detailInfo": "Lyrics: Akira Sunset
Composition: Carlos K.
Arrangement: Carlos K. and Konnie Aoki", - "dictionaryReference": "Nijigasaki High School Idol Club Ai Bond Episode 12 Soundtrack", - "dictionaryComment": "A song from the Nijigasaki High School Idol Club's second album. In a Kizuna episode, Ai released this as a surprise thank-you to her fan club, the Ai Pals. The song's theme of friendship and love will bring a smile to anyone's face.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003075, - "previewMasterBgmId": 32003075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3076, - "name": "Koe Tsunagou yo", - "shortName": "Koe Tsunagou yo", - "kana": "Koe Tsunagou yo", - "artist": "Emma Verde (C.V: Maria Sashide)", - "detailInfo": "Lyrics: Ryota Saito
Composition / Arrangement: Kenta Urashima and Takumi Yamamoto", - "dictionaryReference": "Nijigasaki High School Idol Club Emma Bond Episode 12 Soundtrack", - "dictionaryComment": "In a Kizuna episode, Emma volunteered at a nursery school and met a little girl who was feeling down. Emma wrote this song with you, the player, to cheer her up. The performance at the First Live was based on this episode, and a kids dance troupe joined Emma onstage and danced with her.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003076, - "previewMasterBgmId": 32003076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3077, - "name": "Telepathy", - "shortName": "Telepathy", - "kana": "Telepathy", - "artist": "Rina Tennoji (C.V: Chiemi Tanaka)", - "detailInfo": "Lyrics: NOVECHIKA and Naoki Kubo
Composition: Naoki Kubo
Arrangement: Hisashi Nawata", - "dictionaryReference": "Nijigasaki High School Idol Club Rina Bond Episode 12 Soundtrack", - "dictionaryComment": "In a Kizuna episode, this became the very first song Rina performed without using her Rina-chan Board. Chapter 12 of that Kizuna episode blew up on social media and may have broken the internet. Fans also recall the telepathy sticks waved around during the live show as being especially memorable.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003077, - "previewMasterBgmId": 32003077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3078, - "name": "TOKIMEKI Runners", - "shortName": "TOKIMEKI Runners", - "kana": "TOKIMEKI Runners", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yatoki Tsukasa (Arte Refact)", - "dictionaryReference": "Love Live! School Idol Festival ALL STARS Opening Theme", - "dictionaryComment": "The theme song to School Idol Festival All Stars, and the first song on the first album. It's both the original song of the Nijigasaki High School Idol Club and a staple at their live shows. The opening movie featured the combined 27 members of μ's, Aqours, and Nijigasaki in an unforgettable animated spectacle.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003078, - "previewMasterBgmId": 32003078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3079, - "name": "Miracle STAY TUNE! (Ver. 1)", - "shortName": "Miracle STAY TUNE! (Ver. 1)", - "kana": "Miracle STAY TUNE! (Ver. 1)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: NOVECHIKA
Composition: NOVECHIKA and Takayuki Yoshimura
Arrangement: Naoki Endo", - "dictionaryReference": "", - "dictionaryComment": "A split single from the Love Live! Series All Night Nippon GOLD tie-in project. A catchy up-tempo tune that's a perfect fit for a radio collaboration. Between songs were link segments featuring all 12 girls talking much like real radio segments. They even released a separate version speaking the local Kansai dialect for the 4th Live in Osaka.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3079", - "masterBgmId": 31003079, - "previewMasterBgmId": 32003079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3080, - "name": "Colorful Dreams! Colorful Smiles!", - "shortName": "Colorful Dreams! Colorful Smiles!", - "kana": "Colorful Dreams! Colorful Smiles!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: Takeru Yoda and Carlos K.
Arrangement: Takeru Yoda and tasuku", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Opening Theme", - "dictionaryComment": "Noted by fans for the call during the intro. In the music video, the girls sing on the water around Odaiba, and during the interludes the video features Odaiba, Ariake, Toyosu, and other places around the setting of Nijigasaki High School. The Nijigasaki 5th Live opened with costumes and decorations themed after this song, putting the crowd in a colorful mood right off the bat.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3080", - "masterBgmId": 31003080, - "previewMasterBgmId": 32003080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/20", - "masterReleaseLabelId": 1 - }, - { - "id": 3081, - "name": "Twilight", - "shortName": "Twilight", - "kana": "Twilight", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ereca Suzuki
Composition: Ereca Suzuki and JOE
Arrangement: JOE", - "dictionaryReference": "", - "dictionaryComment": "Features a slightly melancholy melody, keeping with the song's theme of meetings and partings. Lyrics like \"Our youth may not last forever\" and \"I'm so glad we met\" urge us to make the most of the short time we've been given.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3080", - "masterBgmId": 31003081, - "previewMasterBgmId": 32003081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/20", - "masterReleaseLabelId": 1 - }, - { - "id": 3082, - "name": "Yume ga Bokura no Taiyou sa", - "shortName": "Yume ga Bokura no Taiyou sa", - "kana": "Yume ga Bokura no Taiyou sa", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Show Aratame (HANO)", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Ending Theme", - "dictionaryComment": "An encouraging song that tells listeners, even if you're crying today, try to smile tomorrow. The lyrics start packing in more syllables as the song progresses, like a crowd gathering together. In a heart-warming sequence, the music video and live show feature each member bringing flowers to Yu.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3082", - "masterBgmId": 31003082, - "previewMasterBgmId": 32003082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3083, - "name": "Ryouran! Victory Road (type A)", - "shortName": "Ryouran! Victory Road (type A)", - "kana": "Ryouran! Victory Road (type A)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: ChibaNyan", - "dictionaryReference": "", - "dictionaryComment": "The Nijigasaki High School Idol Club's member introduction song. The first half, type A version brings us Kasumi, Rina, Ai, Emma, Karin, and Setsuna. The EDM beats, poppy introductions, and the \"Flower and Flourish! Nijigasaki!\" calls live rent-free in the heads of many a fan.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3082", - "masterBgmId": 31003083, - "previewMasterBgmId": 32003083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3084, - "name": "Eutopia", - "shortName": "Eutopia", - "kana": "Eutopia", - "artist": "Lanzhu Zhong (C.V: Akina Homoto)", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: *Luna and Toshikazu Kadono", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 1 Soundtrack", - "dictionaryComment": "Features Lanzhu's forceful dancing and an impactful melody reminiscent of the second anime opening. Composed by Mia. The music video features shots of Lanzhu's costumes and poses from Queendom, giving her fans an extra-special treat.
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3084", - "masterBgmId": 31003084, - "previewMasterBgmId": 32003084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 3085, - "name": "ENJOY IT!", - "shortName": "ENJOY IT!", - "kana": "ENJOY IT!", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: Ereca Suzuki
Composition: Ryo \"Lefty\" Miyata and Carlos K.
Arrangement: Ryo \"Lefty\" Miyata", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 3 Soundtrack", - "dictionaryComment": "Kazumi, Rina, Emma, and Kanata came together as a unit and made this song to show Lanzhu the School Idol Club's highlights, deepening their own bonds in the process. At the live show, the entire audience started clapping before the big moment and danced along with the catchy choreography.
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3085", - "masterBgmId": 31003085, - "previewMasterBgmId": 32003085, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 3086, - "name": "4 SEASONS", - "shortName": "4 SEASONS", - "kana": "4 SEASONS", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: Pahamutan and Luis Ogata
Composition / Arrangement: Luis Ogata", - "dictionaryReference": "", - "dictionaryComment": "An sentimental melody takes listeners on a journey through the four seasons and the memories that accompany them. The members of QU4RTZ harmonize beautifully as always, but also sing in unison in this song.
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3085", - "masterBgmId": 31003086, - "previewMasterBgmId": 32003086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 3087, - "name": "Eternal Light", - "shortName": "Eternal Light", - "kana": "Eternal Light", - "artist": "DiverDiva", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 4 Soundtrack", - "dictionaryComment": "Unlike the harmony of QU4RTZ, Ai and Karin clash head-to-head like true rivals in this DiverDiva duet. Their live performances were in perfect sync with each other and the frantic drum 'n bass track.
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3087", - "masterBgmId": 31003087, - "previewMasterBgmId": 32003087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3088, - "name": "Koisuru Magic!!", - "shortName": "Koisuru Magic!!", - "kana": "Koisuru Magic!!", - "artist": "DiverDiva", - "detailInfo": "Lyrics: Pahamutan and PASSiON KiNG
Composition / Arrangement: PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "A rare pop love song from DiverDiva. Little-known bit of trivia: the opening chorus of \"Kissy kissy, I love love you! Kissy kissy, love love love me\" originated at a fan meeting.
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3087", - "masterBgmId": 31003088, - "previewMasterBgmId": 32003088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3089, - "name": "Infinity! Our wings!!", - "shortName": "Infinity! Our wings!!", - "kana": "Infinity! Our wings!!", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: Ereca Suzuki
Composition / Arrangement: Keisuke Koyama", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 6 Soundtrack", - "dictionaryComment": "Debuted on the eve of the 2nd School Idol Festival in season 2, episode 2 of the anime. After the shocking reveal that Setsuna and the student council president are the same person, she sung this song to declare she no longer needed to hide her love of school idols. In typical A·ZU·NA fashion, the mood changes as the singing rotates between members, making it fell like you're touring an amusement park going on different rides.
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3089", - "masterBgmId": 31003089, - "previewMasterBgmId": 32003089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 3090, - "name": "Poker face & Onegai! Fairy", - "shortName": "Poker face & Onegai! Fairy", - "kana": "Poker face & Onegai! Fairy", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics / Composition: ShinQ and Ryuki Baba
Arrangement: Ryuki Baba", - "dictionaryReference": "", - "dictionaryComment": "The theme of this song from quick-change virtuosos A·ZU·NA is all about jealousy. That keyword was submitted at a fan meeting. The girls sing about talking to someone they like in class, but being frustrated at failing to catch their eye. The intro features some excellent harmonizing between the unit's members.
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3089", - "masterBgmId": 31003090, - "previewMasterBgmId": 32003090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 3091, - "name": "EMOTION", - "shortName": "EMOTION", - "kana": "EMOTION", - "artist": "Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics / Composition / Arrangement: tofubeats", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 7 Soundtrack", - "dictionaryComment": "Played as an insert song in season 2, episode 7 of the Love Live! Nijigasaki High School Idol Club anime. The title says it all; after holding back her emotions for so long, Shioriko finally starts being honest with herself, breaking into a big smile at the height of the music video. Now that she remembers how much school idols mean to her, she can finally move forward.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3091", - "masterBgmId": 31003091, - "previewMasterBgmId": 32003091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 3092, - "name": "stars we chase", - "shortName": "stars we chase", - "kana": "stars we chase", - "artist": "Mia Taylor (C.V: Shu Uchida)", - "detailInfo": "Lyrics: Konnie Aoki
Composition / Arrangement: TeddyLoid", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 9 Soundtrack", - "dictionaryComment": "As part of the famous Taylor musical dynasty, Mia was always expected to be a world-class singer. Overwhelmed by the pressure, she turned her back on the stage and chose to become a composer, until a conversation with Rina changed her mind. She decided to sing again, on her terms, and sung this for Lanzhu when the latter considered returning to Hong Kong. The song, sung entirely in English, lays bare Mia's true feelings.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3092", - "masterBgmId": 31003092, - "previewMasterBgmId": 32003092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 3094, - "name": "Level Oops! Adventures", - "shortName": "Level Oops! Adventures", - "kana": "Level Oops! Adventures", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: T4K", - "dictionaryReference": "", - "dictionaryComment": "A fun romp with the Nijigasaki High School Idol Club playing all day at the arcade. The catchy rock tune changes to match the lyrics and will have you inserting another quarter to hear the next phrase.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3125", - "masterBgmId": 31003094, - "previewMasterBgmId": 32003094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3095, - "name": "Fashionista", - "shortName": "Fashionista", - "kana": "Fashionista", - "artist": "DiverDiva", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "An exclusive bonus song from the Love Live! Nijigasaki High School Idol Club anime Blu-ray. Fans agree, this bass-heavy jazz-EDM fusion totally slaps with its trumpets and clapping. It's a natural extension for DiverDiva while still maintaining their signature style.
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3095", - "masterBgmId": 31003095, - "previewMasterBgmId": 32003095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3096, - "name": "Fuwa Fuwa Hour!", - "shortName": "Fuwa Fuwa Hour!", - "kana": "Fuwa Fuwa Hour!", - "artist": "QU4RTZ", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi", - "dictionaryReference": "", - "dictionaryComment": "Sung by QU4RTZ while its four members splash around in the bath at a slumber party. The laid-back melody flows beautifully with the four singers, making it the perfect song to help listeners relax right before going to sleep.
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3096", - "masterBgmId": 31003096, - "previewMasterBgmId": 32003096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3097, - "name": "Romance no Naka de", - "shortName": "Romance no Naka de", - "kana": "Romance no Naka de", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: Pahamutan
Composition: Pahamutan and Takumi Inuzuka
Arrangement: Takumi Inuzuka", - "dictionaryReference": "", - "dictionaryComment": "Ever watch a movie and thing, \"If I were the main character, I'd...\"? Well, A·ZU·NA has, and wrote this song about their movie daydreams. A gentle ballad, it's a bit of a departure for A·ZU·NA, but the girls sing it beautifully.
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3097", - "masterBgmId": 31003097, - "previewMasterBgmId": 32003097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3098, - "name": "Look at me now", - "shortName": "Look at me now", - "kana": "Look at me now", - "artist": "R3BIRTH", - "detailInfo": "Lyrics: miyakei and ERECA
Composition / Arrangement: Add108", - "dictionaryReference": "", - "dictionaryComment": "Born from R3BIRTH's joking about releasing short videos on social media to take over the world. R3BIRTH's multicultural makeup showcases prominently in the lyrics over a fierce EDM melody.
", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3098", - "masterBgmId": 31003098, - "previewMasterBgmId": 32003098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3099, - "name": "Eien no Isshun", - "shortName": "Eien no Isshun", - "kana": "Eien no Isshun", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Akira Sunset
Composition: Ryuki Baba
Arrangement: Hisashi Nawata", - "dictionaryReference": "All Stars Story Chapter 41 Soundtrack", - "dictionaryComment": "When you, the player, felt a bit inferior watching your school idol friends pursue their own dreams, they all banded together to encourage you. This song was born after you realized you've been supporting their dreams the whole time. At the 5th Live, this was sung after a promo video chronicling Nijigasaki's progress over time.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3099", - "masterBgmId": 31003099, - "previewMasterBgmId": 32003099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3100, - "name": "Hurray Hurray", - "shortName": "Hurray Hurray", - "kana": "Hurray Hurray", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz", - "dictionaryReference": "", - "dictionaryComment": "A hopeful song that sings of the briefness of youth, but reassures listeners that even if we eventually take separate paths, we'll always remain friends. During the live show, the crowd went ballistic when Yu ran onstage and all 13 members began waving their flags.
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3100", - "masterBgmId": 31003100, - "previewMasterBgmId": 32003100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3101, - "name": "POWER SPOT!!", - "shortName": "POWER SPOT!!", - "kana": "POWER SPOT!!", - "artist": "DiverDiva", - "detailInfo": "Lyrics: Ereca Suzuki
Composition / Arrangement: Carlos K.", - "dictionaryReference": "", - "dictionaryComment": "What's the first thing you think of when someone mentions DiverDiva? Probably upbeat EDM tracks with driving basslines that make you want to get up and dance. Ai and Karin sing about going head to head in an intense board game showdown. Their rivalry came to life in the live performance.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3101", - "masterBgmId": 31003101, - "previewMasterBgmId": 32003101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3102, - "name": "Saika -saika-", - "shortName": "Saika -saika-", - "kana": "Saika -saika-", - "artist": "DiverDiva", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "Created for the Nijigasaki Listener's Choice♪ based on the theme of a summer festival. A bit of a R&B throwback. Memories from the live performance include the back video wall playing a beautiful fireworks show.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3102", - "masterBgmId": 31003102, - "previewMasterBgmId": 32003102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3103, - "name": "Kakushiaji!", - "shortName": "Kakushiaji!", - "kana": "Kakushiaji!", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: nana hatori
Composition: PASSiON KiNG and Ryosuke Saito
Arrangement: Ryosuke Saito", - "dictionaryReference": "", - "dictionaryComment": "A·ZU·NA's having a ball singing about cooking at home in this gleeful swing tune. When \"secret ingredients\" from the song like Tabasco sauce and the infamous cream stew showed up onstage during the live performance as props, and the audience went wild.", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3103", - "masterBgmId": 31003103, - "previewMasterBgmId": 32003103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3104, - "name": "Happy Nyan! Days", - "shortName": "Happy Nyan! Days", - "kana": "Happy Nyan! Days", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics: PASSiON KiNG and Rico
Composition / Arrangement: PASSiON KiNG and JOE", - "dictionaryReference": "", - "dictionaryComment": "Created for the Nijigasaki Listener's Choice♪ based on the theme of celebrating Cat Day. At the 4th Live, members wore cat ears onstage while performing, and the audience purred with approval.", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3104", - "masterBgmId": 31003104, - "previewMasterBgmId": 32003104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3105, - "name": "Make-up session ABC", - "shortName": "Make-up session ABC", - "kana": "Make-up session ABC", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: Takeru Yoda
Composition: Yoshihiro Suda and Takeru Yoda
Arrangement: Yoshihiro Suda", - "dictionaryReference": "", - "dictionaryComment": "QU4RTZ's signature harmony fires on all four cylinders from the moment the intro kicks off. The lyrics and melody give listeners a true appreciation for the hard work girls put in when doing their makeup. Lip balm and makeup mirrors were used as props during the live show, giving the performance a more immersive feel.", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3105", - "masterBgmId": 31003105, - "previewMasterBgmId": 32003105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3106, - "name": "Twinkle Town", - "shortName": "Twinkle Town", - "kana": "Twinkle Town", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: Rico
Composition: Rico and Mash Tanaka
Arrangement: Mash Tanaka", - "dictionaryReference": "", - "dictionaryComment": "Created for the Nijigasaki Listener's Choice♪ based on the theme of celebrating Christmas. At the live show, the QU4RTZ girls donned Santa capes and blanketed the venue in a festive atmosphere.", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3106", - "masterBgmId": 31003106, - "previewMasterBgmId": 32003106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/05/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3107, - "name": "Ryouran! Victory Road (type B)", - "shortName": "Ryouran! Victory Road (type B)", - "kana": "Ryouran! Victory Road (type B)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: ChibaNyan", - "dictionaryReference": "", - "dictionaryComment": "The Nijigasaki High School Idol Club's member introduction song. The type B version brings us Shizuku, Kanata, Mia, Lanzhu, Shioriko and Ayumu. Intro song or not, the quirky EDM beats quickly became an earworm for listeners.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3082", - "masterBgmId": 31003107, - "previewMasterBgmId": 32003107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3108, - "name": "LIVE with a smile! (Nijigasaki High School Idol Club Ver.)", - "shortName": "LIVE with a smile! (Nijigasaki High School Idol Club Ver.)", - "kana": "LIVE with a smile! (Nijigasaki High School Idol Club Ver.)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall)", - "dictionaryReference": "", - "dictionaryComment": "The theme song for the Love Live! Series Presents COUNTDOWN Love Live! 2021→2022 concert. This is the Nijigasaki High School Idol Club's version. The magnificent melody and lyrics shine in a way that only school idols can.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_9001", - "masterBgmId": 31003108, - "previewMasterBgmId": 32003108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 3109, - "name": "Blue!", - "shortName": "Blue!", - "kana": "Blue!", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics / Composition / Arrangement: Morito Yonezawa and Ayato Fujiwara", - "dictionaryReference": "", - "dictionaryComment": "The string section melody that plays from the song's intro evokes imagery of an endless ocean, while the gentle but hopeful singing of A·ZU·NA gives one a feeling that they're about to set sail on a grand adventure.", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3109", - "masterBgmId": 31003109, - "previewMasterBgmId": 32003109, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3110, - "name": "Dancing in the Light", - "shortName": "Dancing in the Light", - "kana": "Dancing in the Light", - "artist": "A·ZU·NA", - "detailInfo": "Lyrics / Composition / Arrangement: Mash Tanaka", - "dictionaryReference": "", - "dictionaryComment": "An addictive, high-tempo swing number that makes you want to get up and dance from the opening bars. Close your eyes, and it's easy to picture a couple dancing in the spotlight.", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3109", - "masterBgmId": 31003110, - "previewMasterBgmId": 32003110, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3111, - "name": "Shadow Effect", - "shortName": "Shadow Effect", - "kana": "Shadow Effect", - "artist": "DiverDiva", - "detailInfo": "Lyrics / Composition / Arrangement: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "A back-and-forth dance tune jumping between Ai's rap flow and Karin's crystal-clear singing voice. It has a 90's techno vibe, but updated to feel like an entirely new type of EDM. The end result is a song that legions of fans can't get enough of.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3111", - "masterBgmId": 31003111, - "previewMasterBgmId": 32003111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/05", - "masterReleaseLabelId": 1 - }, - { - "id": 3112, - "name": "Kiss the Sun", - "shortName": "Kiss the Sun", - "kana": "Kiss the Sun", - "artist": "DiverDiva", - "detailInfo": "Lyrics: ERECA
Composition / Arrangement: Em.me", - "dictionaryReference": "", - "dictionaryComment": "This is one of those songs bursting with emotion that you want to hear at the end of a big concert. DiverDiva sings against the backdrop of the setting sun, and the positive lyrics are full of a dynamic energy looking forward to the potential of tomorrow.", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3111", - "masterBgmId": 31003112, - "previewMasterBgmId": 32003112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/05", - "masterReleaseLabelId": 1 - }, - { - "id": 3113, - "name": "Vroom Vroom", - "shortName": "Vroom Vroom", - "kana": "Vroom Vroom", - "artist": "R3BIRTH", - "detailInfo": "Lyrics: ERECA
Composition: Carlos K.
Arrangement: Geek Boy Al Swettenham", - "dictionaryReference": "", - "dictionaryComment": "The title song of R3BIRTH's second album. A heavy EDM track with driving bass and an international flavor that instantly grabs listeners and never lets go. The new combination of Shioriko, Mia, and Lanzhu has infinite possibilities.", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3113", - "masterBgmId": 31003113, - "previewMasterBgmId": 32003113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3114, - "name": "Bubble Over!", - "shortName": "Bubble Over!", - "kana": "Bubble Over!", - "artist": "R3BIRTH", - "detailInfo": "Lyrics: ERECA
Composition: ERECA and JOE
Arrangement: JOE", - "dictionaryReference": "", - "dictionaryComment": "Bringing in K--pop elements is a natural fit for R3BIRTH to show off their multilingual, multicultural makeup. A bit of a departure from their usual fare, this is a love song with more of a cutesy sound. A fantastic example of R3BIRTH's limitless potential.", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3113", - "masterBgmId": 31003114, - "previewMasterBgmId": 32003114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3115, - "name": "TOKIMEKI Runners (All Stars Story Chapter 17 Soundtrack Ver.)", - "shortName": "TOKIMEKI Runners (All Stars Story Chapter 17 Soundtrack Ver.)", - "kana": "TOKIMEKI Runners (All Stars Story Chapter 17 Soundtrack Ver.)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yatoki Tsukasa (Arte Refact)", - "dictionaryReference": "All Stars Story Chapter 17 Soundtrack", - "dictionaryComment": "This version appears in SIF All Stars story chapter 17. In the story, Ayumu tells Shioriko that what really matters is what she wants to do. In response, Shioriko declares that she wants to take to the stage, and the girls, now a group of ten, sing this version of TOKIMEKI Runners. The piano intro features a duet between Ayumu and Shioriko in an arrangement only possible with this tune.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003115, - "previewMasterBgmId": 32003115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3116, - "name": "Miracle STAY TUNE! (Ver. 2)", - "shortName": "Miracle STAY TUNE! (Ver. 2)", - "kana": "Miracle STAY TUNE! (Ver. 2)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: NOVECHIKA
Composition: NOVECHIKA and Takayuki Yoshimura
Arrangement: Naoki Endo", - "dictionaryReference": "", - "dictionaryComment": "A split single from the Love Live! Series All Night Nippon GOLD tie-in project. A catchy up-tempo tune that's a perfect fit for a radio collaboration. Between songs were link segments featuring all 12 girls talking much like real radio segments. They even released a separate version speaking the local Kansai dialect for the 4th Live in Osaka.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3079", - "masterBgmId": 31003116, - "previewMasterBgmId": 32003116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3117, - "name": "TOKIMEKI Runners (12 Singers Ver.)", - "shortName": "TOKIMEKI Runners (12 Singers Ver.)", - "kana": "TOKIMEKI Runners (12 Singers Ver.)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Yatoki Tsukasa (Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "An exclusive bonus song from the Love Live! Nijigasaki High School Idol Club anime Blu-ray. The addition of Mia and Lanzhu brings the chorus up to 12 members, and the addition of their voices gives the Nijigasaki High School Idol Club's sound even more warmth. Debuted at the Love Live! Series Presents COUNTDOWN Love Live! 2021→2022 ~LIVE with a smile!~ concert.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3117", - "masterBgmId": 31003117, - "previewMasterBgmId": 32003117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3118, - "name": "Love U my friends (12 Singers Ver.)", - "shortName": "Love U my friends (12 Singers Ver.)", - "kana": "Love U my friends", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Kanata Okajima
Composition: Keisuke Koyama and Shunsuke Harada
Arrangement: Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "Sung by the Nijigasaki girls while wearing identical costumes. At the 4th Live, when the three newest members joined the rest onstage wearing matching outfits for a 12-person version, there wasn't a dry eye in the arena. The majority of the audience loves to follow along with the choreography during live performances, filling everyone with a sense of unity.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3118", - "masterBgmId": 31003118, - "previewMasterBgmId": 32003118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3119, - "name": "Just Believe!!! (12 Singers Ver.)", - "shortName": "Just Believe!!! (12 Singers Ver.)", - "kana": "Just Believe!!!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition / Arrangement: ygarshy and PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "First sung by the original 10 members of Nijigasaki, this version adds Mia and Lanzhu to the mix. The addition of their voices makes Nijigasaki's sound feel even more powerful.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3119", - "masterBgmId": 31003119, - "previewMasterBgmId": 32003119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/23", - "masterReleaseLabelId": 1 - }, - { - "id": 3121, - "name": "PASTEL", - "shortName": "PASTEL", - "kana": "PASTEL", - "artist": "QU4RTZ", - "detailInfo": "Lyrics: nine
Composition / Arrangement: ygarshy and PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "PASTEL has a bright, yet slightly sad melody. The motivating lyrics encourage listeners to stay positive as they look to tomorrow. QU4RTZ's irresistible harmonizing is the unit's biggest appeal, and this song has it from beginning to end.", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3121", - "masterBgmId": 31003121, - "previewMasterBgmId": 32003121, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 3122, - "name": "Michi no Saki", - "shortName": "Michi no Saki", - "kana": "Michi no Saki", - "artist": "QU4RTZ", - "detailInfo": "Lyrics / Composition: Manabu Marutani and Carlos K.
Arrangement: Carlos K.", - "dictionaryReference": "", - "dictionaryComment": "A mid-tempo ballad with a Japanese feel. The lyrics, which evoke the experience of graduation, will bring a tear to anyone's eye. It sends a strong message that there hasn't been a single meaningless moment on the road of life thus far, and to keep those experiences close in your heart as you move forward.", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3121", - "masterBgmId": 31003122, - "previewMasterBgmId": 32003122, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 3123, - "name": "Wachu Gonna Do", - "shortName": "Wachu Gonna Do", - "kana": "Wachu Gonna Do", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi", - "dictionaryReference": "Nijiyon Animation Theme Song", - "dictionaryComment": "The \"wachu\" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003123, - "previewMasterBgmId": 32003123, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3124, - "name": "OUR P13CES!!!", - "shortName": "OUR P13CES!!!", - "kana": "OUR P13CES!!!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: NOVECHIKA and Takayuki Yoshimura", - "dictionaryReference": "", - "dictionaryComment": "A song created with you for a brand-new project. It's a rousing song that everyone can clap along with. The lyrics are filled with all or part of the members' names, and in general features lots of lines submitted by you, the players! This song always puts listeners in a playful mood.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3099", - "masterBgmId": 31003124, - "previewMasterBgmId": 32003124, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3125, - "name": "Future Parade", - "shortName": "Future Parade", - "kana": "Future Parade", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition: Keisuke Koyama and DAICHI
Arrangement: Keisuke Koyama", - "dictionaryReference": "Love Live! Nijigasaki High School Idol Club Anime Season 2 Episode 13 Soundtrack", - "dictionaryComment": "Famous with fans for its impressive string melody. In the music video, each member performs her anime solo song choreography, coming together in unison at the song's peak. It truly feels like a crowning moment of awesome.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3125", - "masterBgmId": 31003125, - "previewMasterBgmId": 32003125, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3126, - "name": "Hurray Hurray (12 Singers Ver.)", - "shortName": "Hurray Hurray (12 Singers Ver.)", - "kana": "Hurray Hurray (12 Singers Ver.)", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ryota Saito
Composition: Ryota Saito and Diz
Arrangement: Diz", - "dictionaryReference": "", - "dictionaryComment": "An updated version of Hurray Hurray featuring Shioriki, Mia, and Lanzhu. It stirs feelings of a moment of youth captured in song. The surprising performance at the 5th Live is still fresh in many fans' minds. It's definitely a track that resonates with people who are trying their best!", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3099", - "masterBgmId": 31003126, - "previewMasterBgmId": 32003126, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3127, - "name": "Wachu Gonna Do (First Years & Yu Ver.)", - "shortName": "Wachu Gonna Do (First Years & Yu Ver.)", - "kana": "Wachu Gonna Do (First Years & Yu Ver.)", - "artist": "Yu Takasaki (C.V: Hinaki Yano), Kasumi Nakasu (C.V: Mayu Sagara), Shizuku Osaka (C.V: Kaori Maeda), Rina Tennoji (C.V: Chiemi Tanaka), and Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi", - "dictionaryReference": "", - "dictionaryComment": "The \"wachu\" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003127, - "previewMasterBgmId": 32003127, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3128, - "name": "Wachu Gonna Do (Second Years & Yu Ver.)", - "shortName": "Wachu Gonna Do (Second Years & Yu Ver.)", - "kana": "Wachu Gonna Do (Second Years & Yu Ver.)", - "artist": "Yu Takasaki (C.V: Hinaki Yano), Ayume Uehara (C.V: Aguri Onishi), Ai Miyashita (C.V: Natsumi Murakami), Setsuna Yuki (C.V: Tomori Kusunoki), and Lanzhu Zhong (C.V: Akina Homoto)", - "detailInfo": "Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi", - "dictionaryReference": "", - "dictionaryComment": "The \"wachu\" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003128, - "previewMasterBgmId": 32003128, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3129, - "name": "Wachu Gonna Do (Third Years & Yu Ver.)", - "shortName": "Wachu Gonna Do (Third Years & Yu Ver.)", - "kana": "Wachu Gonna Do (Third Years & Yu Ver.)", - "artist": "Yu Takasaki (C.V: Hinaki Yano), Karin Asaka (C.V: Miyu Kubota), Kanata Konoe (C.V: Akari Kito), Emma Verde (C.V: Maria Sashide), and Mia Taylor (C.V: Shu Uchida)", - "detailInfo": "Lyrics / Composition / Arrangement: NOVECHIKA and Taishi Noguchi", - "dictionaryReference": "", - "dictionaryComment": "The \"wachu\" in the title is also an onomatopoeia for chitchatting. The perfect broadcast radio song for immersing yourself in the atmosphere of Nijigasaki! The song is all about the daily lives of regular high school girls rather than school idols. It's the very first song to include Yu Takasaki, for a total of 13 different singers!", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003129, - "previewMasterBgmId": 32003129, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3134, - "name": "Go Our Way!", - "shortName": "Go Our Way!", - "kana": "Go Our Way!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Sakiel Kiriya and Konnie Aoki
Composition / Arrangement: Giga & Teddy Loid", - "dictionaryReference": "", - "dictionaryComment": "NEXT SKY insert song performed by the whole group at the DiverCity Tokyo Festival Plaza stairs, where the club initially began. Under the theme of running on with no limit in sight, this song utilizes hyperpop elements to depict each member charging forward with no signs of stopping.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3134", - "masterBgmId": 31003134, - "previewMasterBgmId": 32003134, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/28", - "masterReleaseLabelId": 223063007 - }, - { - "id": 3135, - "name": "KAGAYAKI Don't forget!", - "shortName": "KAGAYAKI Don't forget!", - "kana": "KAGAYAKI Don't forget!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: T4K and PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "A song performed by all Nijigasaki members during the All Stars story as they work hard to electrify the new festival in Odaiba, where they grew up. As they sing, they recall how they spent their youth in Odaiba and all the excitement and precious days they shared. For an emotional touch, the music video features them dancing in their very first costumes.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3135", - "masterBgmId": 31003135, - "previewMasterBgmId": 32003135, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/07", - "masterReleaseLabelId": 223060801 - }, - { - "id": 3136, - "name": "Sugar Sugar Yummy Yummy Parfait", - "shortName": "Sugar Sugar Yummy Yummy Parfait", - "kana": "Sugar Sugar Yummy Yummy Parfait", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: Takeru Yoda", - "dictionaryReference": "", - "dictionaryComment": "The Parfait Project refers to a story released in Love Live! Days where the girls branch out to participate in separate activities and hobbies. After the club members find themselves in a parfait contest, they sing of how several different parfait ingredients combine to form something even more beautiful and delicious! The parfait acts as a metaphor representing Nijigasaki.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3135", - "masterBgmId": 31003136, - "previewMasterBgmId": 32003136, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/07", - "masterReleaseLabelId": 223060801 - }, - { - "id": 3137, - "name": "Feel Alive", - "shortName": "Feel Alive", - "kana": "Feel Alive", - "artist": "R3BIRTH", - "detailInfo": "Lyrics: ERECA
Composition: ESME MORI and ERECA
Arrangement: ESME MMORI", - "dictionaryReference": "", - "dictionaryComment": "Song by the R3BIRTH unit which plays during the concert scene at the beginning of NEXT SKY. This mid-tempo hip-hop number describes the intricate emotions of the three R3BIRTH members in a poetic style differing from their normal sound. The instrumental elements provide the melody, arranged with a thick beat and rapping in three different languages.", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3137", - "masterBgmId": 31003137, - "previewMasterBgmId": 32003137, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/28", - "masterReleaseLabelId": 223063007 - }, - { - "id": 3138, - "name": "SINGING, DREAMING, NOW!", - "shortName": "SINGING, DREAMING, NOW!", - "kana": "SINGING, DREAMING, NOW!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Compositon / Arrangement: Carlos K. and Tomomichi Imagawa", - "dictionaryReference": "", - "dictionaryComment": "This song plays alongside a video resembling Polaroid pictures of each member as the finale of NEXT SKY. With a fresh yet somewhat nostalgic sound, this song is paired with calming illustrations to make for a warm ambience. After singing separately in their respective units, the group comes together for a performance that accurately follows themes from the anime and OVA.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3138", - "masterBgmId": 31003138, - "previewMasterBgmId": 32003138, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/05", - "masterReleaseLabelId": 223071001 - }, - { - "id": 3139, - "name": "Wawawa☆What's up!", - "shortName": "Wawawa☆What's up!", - "kana": "Wawawa☆What's up!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: miyakei
Composition / Arrangement: Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "With a festival atmosphere incorporating hints of ska, this song plays during the ending credits following the finale video of NEXT SKY, allowing the listener to visualize an animated concert scene full of energy from the Nijigasaki girls.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3138", - "masterBgmId": 31003139, - "previewMasterBgmId": 32003139, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/05", - "masterReleaseLabelId": 223071001 - }, - { - "id": 3140, - "name": "Waku Waku! Monday Morning", - "shortName": "Waku Waku! Monday Morning", - "kana": "Waku Waku! Monday Morning", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara), Shizuku Osaka (C.V: Kaori Maeda), Rina Tennoji (C.V: Chiemi Tanaka), and Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura and Hiroto Kikuchi", - "dictionaryReference": "", - "dictionaryComment": "New song by the first-years released exclusively with the NEXT SKY Blu-ray. Let's get psyched for another fun-filled week! The rap portion features a typical first-year interaction with cheerful vibes for a feel-good atmosphere.", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3140", - "masterBgmId": 31003140, - "previewMasterBgmId": 32003140, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/30", - "masterReleaseLabelId": 223083101 - }, - { - "id": 3141, - "name": "Senobi Shitatte", - "shortName": "Senobi Shitatte", - "kana": "Senobi Shitatte", - "artist": "Kasumi Nakasu (C.V: Mayu Sagara)", - "detailInfo": "Lyrics: Akira Sunset
Composition: Akira Sunset and Kanata Saito
Arrangement: Naoki Endo", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. This Western pop style song shows Kasumi, who longs for a grown-up love, trying her best to stand tall and healthy.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003141, - "previewMasterBgmId": 32003141, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3142, - "name": "Cooking with Love", - "shortName": "Cooking with Love", - "kana": "Cooking with Love", - "artist": "Kanata Konoe (C.V: Akari Kito)", - "detailInfo": "Lyrics: miyakei
Composition / Arrangement: Em.me", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. With a cute digital soundstage, this song explores Kanata's devotion to do anything and everything for you.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003142, - "previewMasterBgmId": 32003142, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3143, - "name": "Walking Dream", - "shortName": "Walking Dream", - "kana": "Walking Dream", - "artist": "Ayumu Uehara (C.V: Aguri Onishi)", - "detailInfo": "Lyrics: miyakei
Composition: DAICHI and Keisuke Koyama
Arrangement: Keisuke Koyama", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. This song paints a picture of Ayumu's love, her feelings only getting stronger as she wants to know you more and wants to watch over you.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003143, - "previewMasterBgmId": 32003143, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3144, - "name": "Koakuma LOVE♡", - "shortName": "Koakuma LOVE♡", - "kana": "Koakuma LOVE♡", - "artist": "Shizuku Osaka (C.V: Kaori Maeda)", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. See what the drama club member Shizuku is made of! She can become any kind of girl she'd like and make practically anybody swoon. This is a song that lets you see Shizuku's lovely side.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003144, - "previewMasterBgmId": 32003144, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3145, - "name": "My Shadow", - "shortName": "My Shadow", - "kana": "My Shadow", - "artist": "Karin Asaka (C.V: Miyu Kubota)", - "detailInfo": "Lyrics: Carlos K.
Composition / Arrangement: Yusei Koga and Carlos K.", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. The song depicts the struggle of holding onto the pain of wanting to say something but not being able to. A song for heartbreak with a jazzy mood.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003145, - "previewMasterBgmId": 32003145, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3146, - "name": "Request for U", - "shortName": "Request for U", - "kana": "Request for U", - "artist": "Ai Miyashita (C.V: Natsumi Murakami)", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Even the energetic Ai shows off her girlish colors when she's in love. A song that shows Ai's charming side.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003146, - "previewMasterBgmId": 32003146, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3147, - "name": "Cherry Bomb", - "shortName": "Cherry Bomb", - "kana": "Cherry Bomb", - "artist": "Setsuna Yuki (C.V: Coco Hayashi)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition: Ereca Suzuki and oni
Arrangement: oni", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by Setsuna, who was also invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2, but as a love song for everyone here. A rock n' roll piece with an explosive dose of rocket propelled affection.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003147, - "previewMasterBgmId": 32003147, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3148, - "name": "Koisuru Sunflower", - "shortName": "Koisuru Sunflower", - "kana": "Koisuru Sunflower", - "artist": "Emma Verde (C.V: Maria Sashide)", - "detailInfo": "Lyrics / Composition / Arrangement: Koh Iwano, Yuki Kato and Kohki Yokota", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. A warm tune taking after a bossa nova sound to remind listeners that in love, a do-nothing day can be just as lovely as sparks and fireworks.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003148, - "previewMasterBgmId": 32003148, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3149, - "name": "Watashi wa Magnet", - "shortName": "Watashi wa Magnet", - "kana": "Watashi wa Magnet", - "artist": "Rina Tennoji (C.V: Chiemi Tanaka)", - "detailInfo": "Lyrics: Ereca Suzuki
Composition / Arrangement: Luis Ogata", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Your outpouring of love helped save Rina, and with her horizons now broadened, she sings this song in a gospel style that feels bigger than life.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003149, - "previewMasterBgmId": 32003149, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3150, - "name": "Koufukuron", - "shortName": "Koufukuron", - "kana": "Koufukuron", - "artist": "Shioriko Mifune (C.V: Moeka Koizumi)", - "detailInfo": "Lyrics: Ryota Saito
Composition: Ryota Saito and Takayuki Yoshimura
Arrangement: Takayuki Yoshimura", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Shioriko, who has always touted the important of feeling connected to her partner, sings a pure and innocent pop melody about her bond, with you.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003150, - "previewMasterBgmId": 32003150, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3151, - "name": "Lemonade", - "shortName": "Lemonade", - "kana": "Lemonade", - "artist": "Mia Taylor (C.V: Shu Uchida)", - "detailInfo": "Lyrics: Konnie Aoki
Composition: Carlos K.
Arrangement: Gustav Mared", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. Mia, who always stretches in her shoes to act older, sings her heart out as her true-to-life fourteen-year-old self. A pure love song with an American influence.", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003151, - "previewMasterBgmId": 32003151, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3152, - "name": "5201314", - "shortName": "5201314", - "kana": "5201314", - "artist": "Lanzhu Zhong (C.V: Akina Homoto)", - "detailInfo": "Lyrics / Composition / Arrangement: ChibaNyan", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "Crafted by the Members in Nijigasaki that were invited to the Love Song Carnival as a part of the Daily Life of School Idols in SIF2. A danceable tune reflecting Lanzhu's extremely straightforward affection. The numbers 5201314 apparently mean \"I'll love you forever and always.\"", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003152, - "previewMasterBgmId": 32003152, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3153, - "name": "Fly with You!!", - "shortName": "Fly with You!!", - "kana": "Fly with You!!", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics: Ayaka Miyake
Composition/Arrangement: oni and PASSiON KiNG", - "dictionaryReference": "Nijigasaki High School Idol Club's 5th Album: Fly With You!!", - "dictionaryComment": "The title track of this fifth album. A powerful song that depicts the members of Nijigasaki running to the next sky with the whole lot of love they got from you.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003153, - "previewMasterBgmId": 32003153, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223100402 - }, - { - "id": 3154, - "name": "New Year's March! (Jan. to Jun. Ver.)", - "shortName": "New Year's March! (Jan. to Jun. Ver.)", - "kana": "New Year's March 1 to 6", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi", - "dictionaryReference": "Love Live! School Idol Festival 2 Collaboration Single", - "dictionaryComment": "A lively song in the style of a march that wishes for everyone to enjoy the new year together. Each of the 12 members takes on a different month, making for a very unique 12-month year.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3154", - "masterBgmId": 31003154, - "previewMasterBgmId": 32003154, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/24", - "masterReleaseLabelId": 224010111 - }, - { - "id": 3155, - "name": "New Year's March! (Jul. to Dec. Ver.)", - "shortName": "New Year's March! (Jul. to Dec. Ver.)", - "kana": "New Year's March 7 to 12", - "artist": "Nijigasaki High School Idol Club", - "detailInfo": "Lyrics / Composition / Arrangement: Ayumu Nakamura, Hiroto Kikuchi", - "dictionaryReference": "Love Live! School Idol Festival 2 Collaboration Single", - "dictionaryComment": "A lively song in the style of a march that wishes for everyone to enjoy the new year together. Each of the 12 members takes on a different month, making for a very unique 12-month year.", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3154", - "masterBgmId": 31003155, - "previewMasterBgmId": 32003155, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/24", - "masterReleaseLabelId": 224010111 - }, - { - "id": 4001, - "name": "START!! True dreams", - "shortName": "START!! True dreams", - "kana": "START!! True dreams", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Yasuhiro Obata
Arrangement: Yosuke Yamashita", - "dictionaryReference": "Love Live! Superstars!! Anime Opening Theme", - "dictionaryComment": "The opening song of the Love Live! Superstar!! anime. It represents the beginning of Liella! pursuing their dreams. It was the opening number on the 1st Live Tour. It takes the discordance between classic strings arrangement and edgy dance moves and brings them together in perfect balance.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4001", - "masterBgmId": 31004001, - "previewMasterBgmId": 32004001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4002, - "name": "Mirai Yohou Hallelujah!", - "shortName": "Mirai Yohou Hallelujah!", - "kana": "Mirai Yohou Hallelujah!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: EFFY
Arrangement: Yosuke Yamashita", - "dictionaryReference": "Love Live! Superstars!! Anime Episode 1 Soundtrack
", - "dictionaryComment": "An insert song in episode 1 of the Love Live! Superstar!! anime. A track filled with Kanon Shibuya's love of singing. The falling feathers, rising title logo, and dramatic string instruments all combine to drive home the point that a new Love Live! series is beginning.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4002", - "masterBgmId": 31004002, - "previewMasterBgmId": 32004002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4003, - "name": "Nonfiction!!", - "shortName": "Nonfiction!!", - "kana": "Nonfiction!!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Rap Lyrics: Monkichi
Composition: Monkichi and Hayato Tanaka
Arrangement: Hayato Tanaka", - "dictionaryReference": "Love Live! Superstars!! Anime Episode 10 Soundtrack", - "dictionaryComment": "An insert song in season 1, episode 10 of the Love Live! Superstar!! anime. With the regional Love Live! tournament themed around rap music, the girls chose Sumire Heanna as the center. She drops some very unique rhymes over a big band-esque music track in a must-listen performance.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4003", - "masterBgmId": 31004003, - "previewMasterBgmId": 32004003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4004, - "name": "GOING UP", - "shortName": "GOING UP", - "kana": "GOING UP", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Tomohiro Akiura", - "dictionaryReference": "", - "dictionaryComment": "B-side track with Mirai Yohou Hallelujia! and Tiny Stars Episode 1 edition. The lyrics and full band sound convey an uplifting sense of new beginnings. Only Kanon's solo version was performed on the the 1st Live Tour, but the 2nd Live included all five Liella! members. Both were remarkable in their own way!
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4002", - "masterBgmId": 31004004, - "previewMasterBgmId": 32004004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4005, - "name": "Dakara Bokura wa Narasunda!", - "shortName": "Dakara Bokura wa Narasunda!", - "kana": "Dakara Bokura wa Narasunda!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Mariko Fuji
Arrangement: Singo Kubata (Jazzin'park)", - "dictionaryReference": "", - "dictionaryComment": "B-side with START!! True dreams. The motivating lyrics will get you pumped up when you're about to take on a new challenge, or maybe just perk you up if you're feeling glum. A monumental festival song with a clapping part that always brings a live show audience together.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4001", - "masterBgmId": 31004005, - "previewMasterBgmId": 32004005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4006, - "name": "Starlight Prologue", - "shortName": "Starlight Prologue", - "kana": "Starlight Prologue", - "artist": "Liella!", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yosuke Yamashita
Strings Arrangement: Shu Kanematsu", - "dictionaryReference": "Love Live! Superstars!! Anime Episode 12 Soundtrack", - "dictionaryComment": "An insert song in season 1, episode 12 of the Love Live! Superstar!! anime. The theme for the Tokyo regional Love Live! tournament ended up being solo singing. This song, with its gaze fixed firmly on what comes next, made for the perfect capstone to the first season while simultaneously hinting at a new start. The CD jacket art pays homage to Liella!'s debut single.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4006", - "masterBgmId": 31004006, - "previewMasterBgmId": 32004006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4007, - "name": "Departure", - "shortName": "Departure", - "kana": "Departure", - "artist": "Liella!", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of season 1, episode 12 of the Love Live! Superstar!! anime. It follows a pentas flower motif, which means \"wish\" in the language of flowers. Appropriate, as the words sing of wishing for a fresh start. It was the final song on the 1st Live Tour.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004007, - "previewMasterBgmId": 32004007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4008, - "name": "Dream Rainbow", - "shortName": "Dream Rainbow", - "kana": "Dream Rainbow", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Akihiko Yamaguchi
Arrangement: Yosuke Yamashita", - "dictionaryReference": "", - "dictionaryComment": "B-side with Nonfiction!! and Starlight Prologue on the Episode 12 edition, it opens with the five Liella! members' a capella rendition from episode 11. Its theme is the sound of a new beginning, and the inspiring lyrics are all about believing in your future and moving towards it.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4006", - "masterBgmId": 31004008, - "previewMasterBgmId": 32004008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4009, - "name": "Flyer's High", - "shortName": "Flyer's High", - "kana": "Flyer's High", - "artist": "Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Singo Kubota (Jazzin'park) and Satoru Kurihara (Jazzin'park)
Arrangement: Singo Kubota (Jazzin'park)", - "dictionaryReference": "", - "dictionaryComment": "A song from Liella!'s first album, What a Wonderful Dream!!. A cheery Chisato Arashi single that'll get your head bobbing to the beat. The whole arena came together to join in the hand-waving choreography during the 2nd Live performances.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004009, - "previewMasterBgmId": 32004009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4010, - "name": "HOT PASSION!!", - "shortName": "HOT PASSION!!", - "kana": "HOT PASSION!!", - "artist": "Sunny Passion", - "detailInfo": "Lyrics: Lauren Kaori
Composition: NA.ZU.NA, Yu-ki Kokubo and Lauren Kaori", - "dictionaryReference": "", - "dictionaryComment": "An insert song in the Love Live! Superstar!! anime. The tropical rhythm and samba dresses are a perfect match for the Kozushima school idols and give the song a carnival-esque flair. Especially memorable for the way Yuuna Hijirisawa's \"Paa!\" catchphrase flows perfectly with the lyrics.
", - "bandCategory": 4, - "masterGroupId": 401, - "jacketImageName": "jacket_4010", - "masterBgmId": 31004010, - "previewMasterBgmId": 32004010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4011, - "name": "Primary", - "shortName": "Primary", - "kana": "Primary", - "artist": "Liella!", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of season 1, episode 1 of the Love Live! Superstar!! anime. It follows a crocus flower motif. The song's title is a perfect match for the first episode. On the 1st Live Tour, members performed both solo and duet versions, but most remember the Fukui performance where all five girls sung it together for the first time.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004011, - "previewMasterBgmId": 32004011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4012, - "name": "Till Sunrise", - "shortName": "Till Sunrise", - "kana": "Till Sunrise", - "artist": "Sunny Passion", - "detailInfo": "Lyrics: Lauren Kaori
Composition: NA.ZU.NA, Yu-ki Kokubo and Lauren Kaori", - "dictionaryReference": "", - "dictionaryComment": "B-side with HOT PASSION!!. The song's theme centers around daybreak and features lots of choreography symbolizing the rising sun. This cutting edge future bass/tropical fusion appeared at the 2nd Live in a special guest performance.", - "bandCategory": 4, - "masterGroupId": 401, - "jacketImageName": "jacket_4010", - "masterBgmId": 31004012, - "previewMasterBgmId": 32004012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4013, - "name": "What a Wonderful Dream!!", - "shortName": "What a Wonderful Dream!!", - "kana": "What a Wonderful Dream!!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: fuwari
Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "The title song of Liella!'s first album. It exemplifies the group's resolve to search for a new dream at the end of the first season. The uplifting rhythm gets your heart pumping and spurs your legs to start chasing dreams of your own. The music video features the cast in many places that appeared in the anime.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004013, - "previewMasterBgmId": 32004013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4014, - "name": "Bye Bye Shichaeba!?", - "shortName": "Bye Bye Shichaeba!?", - "kana": "Bye Bye Shichaeba!?", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Hajime Mitsumasu
Arrangement: EFFY", - "dictionaryReference": "", - "dictionaryComment": "B-side with Tokonatsu☆Sunshine and Wish Song on the Episode 6 edition. Powerful rhythms, lighthearted instrumentation and lyrics that sing of a desire to change and grow stronger inspire courage in listeners. An instant classic with easy-to-copy choreography that mimics waving goodbye.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4040", - "masterBgmId": 31004014, - "previewMasterBgmId": 32004014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4015, - "name": "Mizuiro no Sunday", - "shortName": "Mizuiro no Sunday", - "kana": "Mizuiro no Sunday", - "artist": "Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Gento Miyano", - "dictionaryReference": "", - "dictionaryComment": "Appeared on Liella!'s first album, What a Wonderful Dream!!. Keke Tang sings about a peaceful, easygoing Sunday. The jaunty piano and bells sync perfectly with Keke's cute singing and dancing. It's easy to picture her out on the town taking a nice Sunday morning walk.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004015, - "previewMasterBgmId": 32004015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4016, - "name": "Unison", - "shortName": "Unison", - "kana": "Unison", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Yu-ki Kokubo and Gou Ishikuro
Arrangement: Gou Ishikuro", - "dictionaryReference": "", - "dictionaryComment": "Appeared on Liella!'s first album, What a Wonderful Dream!!. All about appreciating the moment, the lyrics follow a second hand's motion across the clock, giving a slightly wistful feel. A slow tune that starts off with the ticking of a clock, which audience members quickly started clapping along to. This was the closing number at 2nd Live shows.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004016, - "previewMasterBgmId": 32004016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4017, - "name": "Day1", - "shortName": "Day1", - "kana": "Day1", - "artist": "Liella!", - "detailInfo": "Lyrics: KEN THE 390
Composition: menma and KEN THE 390
Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "A staple at Liella! live events! The big moments are the rapping in the second phase and chorus, and the finger-pointing dance move. Day1 features lots of modern musical effects, but within the binaural beats listeners still get their signature Love Live! guitar jams. It all combines to make a quirky but catchy tune.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4003", - "masterBgmId": 31004017, - "previewMasterBgmId": 32004017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4018, - "name": "1.2.3!", - "shortName": "1.2.3!", - "kana": "1.2.3!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Mayuko Maruyama
Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "B-side track with Mirai Yohou Hallelujia! and Tiny Stars Episode 3 edition. The inspiring lyrics sing of jumping headfirst into pursuing your passions. Kanon Shibuya, Keke Tang,, and Chisato Arashi performed on the 1st Live Tour. On the 2nd Live Tour, the latter two swapped out with Sumire Heanna and Ren Hazuki. Each trio has their own unique spin on the song.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4031", - "masterBgmId": 31004018, - "previewMasterBgmId": 32004018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4019, - "name": "Anniversary", - "shortName": "Anniversary", - "kana": "Anniversary", - "artist": "Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version of this track was sung by Ren Hazuki during the original broadcast. She sings to herself, reminding herself that she's worked hard to achieve her goals and to stay confident. A touching ballad with grand, sweeping hand motions at the song's climax.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004019, - "previewMasterBgmId": 32004019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4020, - "name": "Dancing Heart La-Pa-Pa-Pa!", - "shortName": "Dancing Heart La-Pa-Pa-Pa!", - "kana": "Dancing Heart La-Pa-Pa-Pa!", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Ryuichi Takagi
Strings Arrangement: Hinako Tsubakiyama", - "dictionaryReference": "", - "dictionaryComment": "B-side track with Hajimari wa Kimi no Sora. The song's central theme is taking on new challenges. It was the opening song for all 11 performances on the Fan Meeting Tour. Uncommon instruments like the marimba, accordion, and whistles give it an adorable, innocent quality. There's no question that this song signifies a new journey is about to begin.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4037", - "masterBgmId": 31004020, - "previewMasterBgmId": 32004020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4021, - "name": "Dears", - "shortName": "Dears", - "kana": "Dears", - "artist": "Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first version of this track was sung by Ren Hazuki during the original broadcast. It's a lovely ballad that follows an African violet flower motif. The plant means \"a budding affection\" in the language of flowers, and the lyrics hope to send that message to a certain special someone.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004021, - "previewMasterBgmId": 32004021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4022, - "name": "Dreaming Energy", - "shortName": "Dreaming Energy", - "kana": "Dreaming Energy", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Tokiwa Hironaka
Arrangement: Peach", - "dictionaryReference": "", - "dictionaryComment": "B-side with Hajimari wa Kimi no Sora on the A Story Achieved Together edition. A song brimming with a sense that something big is about to go down. Played as an insert song in season 1, episode 9 of the Love Live! Superstar!! anime. The intro starts off with a pleasant guitar riff, and the hand-waving choreography at live shows always gets the crowd moving to the music.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4037", - "masterBgmId": 31004022, - "previewMasterBgmId": 32004022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4023, - "name": "HAPPY TO DO WA!", - "shortName": "HAPPY TO DO WA!", - "kana": "HAPPY TO DO WA!", - "artist": "Keke Tang (C.V: Liyuu), Sumire Heanna (C.V: Naomi Payton), and Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Koudai Iwatsubo and Kuwagata Fukino
Arrangement: Kuwagata Fukino", - "dictionaryReference": "", - "dictionaryComment": "A trio with Keke Tang, Sumire Heanna and Ren Hazuki. It's clear that they're having a ball with this one as the singing parts match their friendships with one another. The jazzy big band sound brings to mind images of a bustling shopping arcade.
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4023", - "masterBgmId": 31004023, - "previewMasterBgmId": 32004023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4024, - "name": "LIVE with a smile! (Liella! Ver.)", - "shortName": "LIVE with a smile! (Liella! Ver.)", - "kana": "LIVE with a smile! (Liella! Ver.)", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall)", - "dictionaryReference": "", - "dictionaryComment": "Performed as an encore on day two of the 1st Live concert. The countdown live show had all three schools performing, but only Liella! did this one solo. In many ways, this tune is a look back on the history of Love Live! while bringing together everything that makes a Love Live! song.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_9001", - "masterBgmId": 31004024, - "previewMasterBgmId": 32004024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 4025, - "name": "Memories", - "shortName": "Memories", - "kana": "Memories", - "artist": "Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of episode 3 of the Love Live! Superstar!! anime. With its lyrics about \"dear memories\", it's the perfect song for longtime childhood friends Kanon Shibuya and Chisato Arashi.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004025, - "previewMasterBgmId": 32004025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4026, - "name": "Message", - "shortName": "Message", - "kana": "Message", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of episode 7 of the Love Live! Superstar!! anime. The second version of this track was sung by Kanon Shibuya during the original broadcast. She fiercely proclaims that no matter how scary it may seem, your can make your dreams come true!
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004026, - "previewMasterBgmId": 32004026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4027, - "name": "Oh! Ready Steady Positive", - "shortName": "Oh! Ready Steady Positive", - "kana": "Oh! Ready Steady Positive", - "artist": "Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Gento Miyano", - "dictionaryReference": "", - "dictionaryComment": "A Keke Tang solo track. In typical Keke style, it beats the listener over the head with unflappable positivity. Performed on day one of the Live & Fan Meeting Tour. Fans love this one for the Chinese lyrics and hummable melody.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4027", - "masterBgmId": 31004027, - "previewMasterBgmId": 32004027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4028, - "name": "Ringing!", - "shortName": "Ringing!", - "kana": "Ringing!", - "artist": "Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of episode 8 of the Love Live! Superstar!! anime. The first version of this track was sung by Chisato Arashi during the original broadcast. It's an energetic song that follows a kalanchoe motif. In the language of flowers, they represent expressing one's blessedness.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004028, - "previewMasterBgmId": 32004028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4030, - "name": "Stella!", - "shortName": "Stella!", - "kana": "Stella!", - "artist": "Kanon Shibuya (C.V: Sayuri Date), Chisato Arashi (C.V: Nako Misaki), and Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Singo Kubota (Jazzin'park) and Satoru Kurihara (Jazzin'park)
Arrangement: Singo Kubota (Jazzin'park)
Strings Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "A trio with Kanon Shibuya, Chisato Arashi, and Sumire Heanna. The uplifting lyrics associate the soul with the stars, and the crystal-clear harmony at the start draws listeners into a world featuring a cloudless sky filled with stars.
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4030", - "masterBgmId": 31004030, - "previewMasterBgmId": 32004030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4031, - "name": "Tiny Stars", - "shortName": "Tiny Stars", - "kana": "Tiny Stars", - "artist": "Kanon Shibuya (C.V: Sayuri Date) and Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Tomohiro Akiura
Strings Arrangement: Shu Kanematsu", - "dictionaryReference": "Love Live! Superstars!! Anime Episode 3 Soundtrack
", - "dictionaryComment": "Played as an insert song in episode 3 of the Love Live! Superstar!! anime. It was Kanon Shibuya and Keke Tang's first song as KeKa. Themed around shooting stars, it sums up the girls' dreams. An otherworldly mid-tempo tune that presses the ideals of hopes and bonds with others during the chorus.", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4031", - "masterBgmId": 31004031, - "previewMasterBgmId": 32004031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4032, - "name": "Wish Song", - "shortName": "Wish Song", - "kana": "Wish Song", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: fuwari
Arrangement: Shu Kanematsu", - "dictionaryReference": "Love Live! Superstars!! Anime Episode 8 Soundtrack", - "dictionaryComment": "Played as an insert song in season 1, episode 8 of the Love Live! Superstar!! anime. The first performance featuring all five members of Liella! after Ren Hazuki joined. Lyrics such as \"tears no longer suit you\" and \"your face was made to smile\" feel like they're directed directly at Ren, as well as her mother Hana's wish for for their feelings to be connected to the same place. The costumes were patterned after what Hana wore in the past, when she was a school idol.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4032", - "masterBgmId": 31004032, - "previewMasterBgmId": 32004032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4033, - "name": "Crescendo Yu・Ra", - "shortName": "Crescendo Yu・Ra", - "kana": "Crescendo Yu・Ra", - "artist": "Keke Tang (C.V: Liyuu) and Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Keita Miyoshi", - "dictionaryReference": "", - "dictionaryComment": "A duo with Keke Tang and Ren Hazuki. The phrase \"yura yura\", meaning \"wavering\", describes a relationship wavering between friendship and something more. Fans love the back-and-forth segments and the cutting Shibuya-kei guitar riffs that brighten up the song from start to finish.
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4033", - "masterBgmId": 31004033, - "previewMasterBgmId": 32004033, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4034, - "name": "Kono Machi de Ima Kimi to", - "shortName": "Kono Machi de Ima Kimi to", - "kana": "Kono Machi de Ima Kimi to", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: menma
Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "B-side with Mirai wa Kaze no you ni. The lyrics are all about friendship, and the hand-holding and arm-folding dance moves sync perfectly with the words. Every note from the sharp electric guitars is pure youthful fun. The title was used throughout Liella!'s nationwide 1st Live Tour. The girls were photographed during a certain segment during tour performances. Twenty-two pictures were taken across 11 different cities.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4046", - "masterBgmId": 31004034, - "previewMasterBgmId": 32004034, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/04", - "masterReleaseLabelId": 1 - }, - { - "id": 4035, - "name": "Heroine's☆Runway", - "shortName": "Heroine's☆Runway", - "kana": "Heroine's☆Runway", - "artist": "Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Mayuko Maruyama
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Sumire Heanna's first solo song, and it's all about her ambition to be a heroine for everyone. Debuted on day two of the Live & Fan Meeting Tour in Nagoya. The performance, using a wand as a prop, has endured with fans.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4035", - "masterBgmId": 31004035, - "previewMasterBgmId": 32004035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 4036, - "name": "Mitero!", - "shortName": "Mitero!", - "kana": "Mitero!", - "artist": "Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Masaki Iehara
Brass Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "A song from Liella!'s first album, What a Wonderful Dream!!. It features a duel between a hard rock guitar and a stirring brass section. The bold lyrics, a natural fit for Sumire, could drive anyone to want to be the center of the world.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004036, - "previewMasterBgmId": 32004036, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4037, - "name": "Hajimari wa Kimi no Sora", - "shortName": "Hajimari wa Kimi no Sora", - "kana": "Hajimari wa Kimi no Sora", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "Liella!'s debut single! A song that makes you feel giddy, like something big is about to awaken. The animated music video and live show starts with the sounds of downtown, then moves into a guitar progression that gets you hyped for the future. During the performance, the moment where the girls take off their jackets and toss them aside is the moment they beging taking the first step towards achieving their dreams.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4037", - "masterBgmId": 31004037, - "previewMasterBgmId": 32004037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4038, - "name": "Watashi no Symphony", - "shortName": "Watashi no Symphony", - "kana": "Watashi no Symphony", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Takagi Seiji and Takafumi \"CO-K\" Koukei
Arrangement: Takafumi \"CO-K\" Koukei
Strings and Brass Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "B-side with Hajimari wa Kimi no Sora on the A Story That Completes Me Edition. The lyrics tell a tale of pushing ahead to make your dreams come true, embodying the title's message that this is a story of self-actualization. The live shows incorporates a wide variety of performance styles that get the audience clapping along. All in all, this mid-tempo tune is the perfect theme song for the start of a new chapter.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4038", - "masterBgmId": 31004038, - "previewMasterBgmId": 32004038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4039, - "name": "Mabataki no Saki e", - "shortName": "Mabataki no Saki e", - "kana": "Mabataki no Saki e", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Yoshiaki Fujisawa", - "dictionaryReference": "", - "dictionaryComment": "A slow, classical piece that touches on the feelings of Ren Hazuki and her mother, Hana Hazuki. It offers Ren gentle encouragement as she continues to progress while thinking of her dear mother. Liella! fans always look forward to Ren's ballet interlude at live shows. Despite the slow tempo, the grand orchestral music gives this piece a classic Love Live! feel.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4032", - "masterBgmId": 31004039, - "previewMasterBgmId": 32004039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4040, - "name": "Tokonatsu☆Sunshine", - "shortName": "Tokonatsu☆Sunshine", - "kana": "Tokonatsu☆Sunshine", - "artist": "Kanon Shibuya (C.V: Sayuri Date), Keke Tang (C.V: Liyuu), Chisato Arashi (C.V: Nako Misaki), and Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: EFFY", - "dictionaryReference": "Love Live! Superstars!! Anime Episode 6 Soundtrack", - "dictionaryComment": "Played as an insert song in season 1, episode 6 of the Love Live! Superstar!! anime. A fiery soca rhythm performed in the first live show after Sumire and Chisato joined. The lyrics paint a picture of Kanon and Chisato's lifelong friendship.
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4040", - "masterBgmId": 31004040, - "previewMasterBgmId": 32004040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4041, - "name": "Kokoro Kirarara", - "shortName": "Kokoro Kirarara", - "kana": "Kokoro Kirarara", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Tomohiro Akiura
Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "Kanon Shibuya's first solo song. Listen for a minute and it's clear that thinking about what lies ahead as she begins her school idol adventure lights up Kanon's heart with a radiant sparkle. Performed on day one of the Tokyo Live & Fan Meeting tour, where fans couldn't get enough of her writing \"kira kira\" in the air with her fingers.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4041", - "masterBgmId": 31004041, - "previewMasterBgmId": 32004041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 4042, - "name": "Aozora o Matteru", - "shortName": "Aozora o Matteru", - "kana": "Aozora o Matteru", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Hiroki (Lily Sayonara)
Arrangement: Tatsuhiko Saiki", - "dictionaryReference": "", - "dictionaryComment": "Kanon works through her emotions about becoming a school idol in this slow, gentle track. Her initial timidness gives way to optimism, much like the clouds parting to reveal a clear blue sky. On the 2nd Live Tour, her changing feelings were represented by her walking down an elevated walkway through the audience.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004042, - "previewMasterBgmId": 32004042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4043, - "name": "Sagashite! Future", - "shortName": "Sagashite! Future", - "kana": "Sagashite! Future", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Ryota Nakano", - "dictionaryReference": "", - "dictionaryComment": "A song full of excitement about the future! Fans can't help but smile as each member's catchphrase (Galaxy!) makes its way into the lyrics. Chiptune-packed pop numbers like this aren't uncommon in the Love Live! series, but are bit of a departure for Liella!.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4043", - "masterBgmId": 31004043, - "previewMasterBgmId": 32004043, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4044, - "name": "Binetsu no Waltz", - "shortName": "Binetsu no Waltz", - "kana": "Binetsu no Waltz", - "artist": "Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Hidehiro Kawai", - "dictionaryReference": "", - "dictionaryComment": "A Ren Hazuki solo designed for singing and dancing. Ren struggled with opening up to the others in the original story, and you can hear her trying to break out of her shell in this sanguine waltz. For performances on the 2nd Live Tour, Ren performed this while doing ballet.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004044, - "previewMasterBgmId": 32004044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4045, - "name": "Kawaranai Subete", - "shortName": "Kawaranai Subete", - "kana": "Kawaranai Subete", - "artist": "Kanon Shibuya (C.V: Sayuri Date) and Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Satomi Kawasaki
Arrangement: Yoshiaki Dewa", - "dictionaryReference": "", - "dictionaryComment": "A duet between Kanon Shibuya and Chisato Arashi. It's easy to feel how much these longtime friends cherish their years of memories together, confident nothing will ever change between them. Like many friendships, it's a fun ride with its ups and downs. It starts with a serene piano intro, moving into what seems like an acoustic ballad at first, before switching to a country-style rhythm in the second half.
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4045", - "masterBgmId": 31004045, - "previewMasterBgmId": 32004045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4046, - "name": "Mirai wa Kaze no You ni", - "shortName": "Mirai wa Kaze no You ni", - "kana": "Mirai wa Kaze no You ni", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Tomokazu Yamada
Arrangement: Singo Kubota (Jazzin'park)
Strings Arrangement: Shu Kanematsu", - "dictionaryReference": "Love Live! Superstars!! Anime Ending Theme", - "dictionaryComment": "The ending theme for season 1 of the Love Live! Superstar!! anime. It's a tender fusion of acoustic and synth sounds, under reassuring lyrics that layer hopes and dreams for the future on the wind's caress. Live shows recreate the ending animation's choreography during the chorus, and during the interlude, the girls strike the pose from the CD jacket.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4046", - "masterBgmId": 31004046, - "previewMasterBgmId": 32004046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/04", - "masterReleaseLabelId": 1 - }, - { - "id": 4047, - "name": "Yuuki no Kakera", - "shortName": "Yuuki no Kakera", - "kana": "Yuuki no Kakera", - "artist": "Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: ArmySlick and Lauren Kaori
Arrangement: ArmySlick", - "dictionaryReference": "", - "dictionaryComment": "A Chisato Arashi solo song that's all about Chisato's strong determination to be a great school idol. First performed on day two of the Osaka Live & Fan Meeting Tour. A straight-up techno pop track with enough deep bass to bottom out even the biggest subs.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4047", - "masterBgmId": 31004047, - "previewMasterBgmId": 32004047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4048, - "name": "WE WILL‼", - "shortName": "WE WILL‼", - "kana": "WE WILL‼", - "artist": "Liella!", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Motokiyo
Arrangement: Yosuke Yamashita", - "dictionaryReference": "", - "dictionaryComment": "After coming up short in the first season, Liella!'s intent to avenge themselves is palpable. Their outfits include racing jackets, giving them a cooler look that's a new direction for the group. The first CD featuring the nine-member version Liella!.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4048", - "masterBgmId": 31004048, - "previewMasterBgmId": 32004048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 4049, - "name": "Star Sengen", - "shortName": "Star Sengen", - "kana": "Star Sengen", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Mayuko Maruyama
Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "Liella! makes judicious use of distorted guitar riffs to show a little more edge in this song. It's clear from start to finish that they're aiming to win no matter what it takes. The clapping section always brings fans and performers together, and the move where the girls yell \"Superstar!\" while pointing at themselves always leaves an impact.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4048", - "masterBgmId": 31004049, - "previewMasterBgmId": 32004049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 4050, - "name": "Okikakeru Yume no Saki de", - "shortName": "Okikakeru Yume no Saki de", - "kana": "Okikakeru Yume no Saki de", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Gou Ishikuro and Mio Jorakuji
Arrangement: Singo Kubota (Jazzin'park)
Strings Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "The ending theme for season 2 of the Love Live! Superstar!! anime. A mid-tempo tune brimming with hope for the future and gets listeners looking forward to tomorrow. The precious ending animation shows the girls doing their hair and feeding each other strawberries.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4050", - "masterBgmId": 31004050, - "previewMasterBgmId": 32004050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/10", - "masterReleaseLabelId": 1 - }, - { - "id": 4051, - "name": "Mizushibuki no Sign", - "shortName": "Mizushibuki no Sign", - "kana": "Mizushibuki no Sign", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: menma", - "dictionaryReference": "", - "dictionaryComment": "B-side with Oikakeru Yume no Saki de. A summertime jam if there ever was one, the live shows feature choreography that mimics swimming and playing in the water. The crisscrossing piano and guitars stir up thoughts of glowing skies after a summer sunset.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4050", - "masterBgmId": 31004051, - "previewMasterBgmId": 32004051, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/10", - "masterReleaseLabelId": 1 - }, - { - "id": 4052, - "name": "Welcome to Bokura no Sekai", - "shortName": "Welcome to Bokura no Sekai", - "kana": "Welcome to Bokura no Sekai", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Hajime Mitsumasu
Arrangement: EFFY
Strings and Brass Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played as an insert song in season 2, episode 1 of the Love Live! Superstar!! anime. This is the song that spurred Kinako Sakurakoji to join Liella!, and it's easy to see why. The lyrics feel so welcoming to a new transfer student, it almost seems deliberate! It kicks off with a jazzy piano tune, then goes into a fancy, cutie-pop mode. The chorus drives home the feeling that Liella! is entering a new stage.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4052", - "masterBgmId": 31004052, - "previewMasterBgmId": 32004052, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4053, - "name": "Go!! Restart", - "shortName": "Go!! Restart", - "kana": "Go!! Restart", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Gou Ishikuro and Mio Jorakuji
Arrangement: Gou Ishikuro", - "dictionaryReference": "", - "dictionaryComment": "Played as an insert song in season 2, episode 3 of the Love Live! Superstar!! anime. The first song to include Kinako Sakurakoji after she joined Liella!, it expresses the group's aspiration to start fresh and their positive expectations for the next stage. The drumline would be right at home at a cheerleading competition and quickly get listeners moving to the beat.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4053", - "masterBgmId": 31004053, - "previewMasterBgmId": 32004053, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4054, - "name": "Vitamin SUMMER!", - "shortName": "Vitamin SUMMER!", - "kana": "Vitamin SUMMER!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Hige Driver", - "dictionaryReference": "", - "dictionaryComment": "The first song Liella! performed after the addition of Natsumi Onitsuka. An instantly memorable performance with each member wearing her own unique Alice hairband. The clapping part in the song's second section gets fans pumped even more.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4054", - "masterBgmId": 31004054, - "previewMasterBgmId": 32004054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4055, - "name": "Chance Day, Chance Way!", - "shortName": "Chance Day, Chance Way!", - "kana": "Chance Day, Chance Way!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Kohei Tsunami", - "dictionaryReference": "", - "dictionaryComment": "Performed for the Love Live! district preliminaries. The song's theme is about finding your \"way\". Though it has the classic Love Live! J-rock feeling, it also shows a bit of rebelliousness as it lays out new possibilities. The Japanese-style costumes and dance moves mimicking a portable shrine will put anyone in a festival mood.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4055", - "masterBgmId": 31004055, - "previewMasterBgmId": 32004055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4056, - "name": "Sing! Shine! Smile!", - "shortName": "Sing! Shine! Smile!", - "kana": "Sing! Shine! Smile!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Yasuhiro Obata
Arrangement: Tasuku Maeda
Strings Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "Performed for the Love Live! Tokyo tournament. While doing their overnight camp, Liella! came to the conclusion that this song represents their \"true voice\". It's the first song that both the first- and second-years worked on. The costumes were worn on the 2nd Live Tour performance.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4056", - "masterBgmId": 31004056, - "previewMasterBgmId": 32004056, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4057, - "name": "Mirai no Oto ga Kikoeru", - "shortName": "Mirai no Oto ga Kikoeru", - "kana": "Mirai no Oto ga Kikoeru", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Yasuhiro Obata
Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "Liella! performed this for the Love Live! finals. It symbolizes everything they've learned and experienced throughout their Love Live! journey. Each member sings lyrics written especially for her. In the enduring final moment, the nine members come together in a star-shaped formation.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4057", - "masterBgmId": 31004057, - "previewMasterBgmId": 32004057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4059, - "name": "Killer Kyun☆", - "shortName": "Killer Kyun☆", - "kana": "Killer Kyun☆", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Atsuki Okuma", - "dictionaryReference": "", - "dictionaryComment": "With a catchy intro and a memorable chorus, this B-side track is coupled with MIRACLE NEW STORY, the theme song for Love Live! School Idol Festival 2: Miracle Live! Listen for those lighthearted lyrics describing the nervousness and excitement felt the day before meeting someone special.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4071", - "masterBgmId": 31004059, - "previewMasterBgmId": 32004059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/19", - "masterReleaseLabelId": 223063007 - }, - { - "id": 4060, - "name": "Butterfly Wing", - "shortName": "Butterfly Wing", - "kana": "Butterfly Wing", - "artist": "Wien Margarete (C.V: Yuina)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Wien Margarete's debut single, which won her the Yoyogi School Idol Fes championship. Her self-assured lyrics and intense stage performances reflect her ambitions to achieve at the highest levels all on her own. Margarete is someone who projects a powerful aura, and people take note when she enters a room.
", - "bandCategory": 4, - "masterGroupId": 402, - "jacketImageName": "jacket_4060", - "masterBgmId": 31004060, - "previewMasterBgmId": 32004060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/30", - "masterReleaseLabelId": 1 - }, - { - "id": 4061, - "name": "Edelstein", - "shortName": "Edelstein", - "kana": "Edelstein", - "artist": "Wien Margarete (C.V: Yuina)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Performed at the Love Live! Tokyo tournament. Margarete sung this to show her \"true voice\" to Kanon Shibuya. It demonstrates her unshakeable faith in herself and her performances' ability to achieve her ambitions. A grandiose, almost operatic orchestral number that could command the stage of the world's biggest concert halls.
", - "bandCategory": 4, - "masterGroupId": 402, - "jacketImageName": "jacket_4060", - "masterBgmId": 31004061, - "previewMasterBgmId": 32004061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/30", - "masterReleaseLabelId": 1 - }, - { - "id": 4064, - "name": "Reverb", - "shortName": "Reverb", - "kana": "Reverb", - "artist": "Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Mako Kuwabara", - "dictionaryReference": "", - "dictionaryComment": "A solo song from Ren Hazuki, dedicated to her mother Hana. There's a touching evolution of Ren's emotions between the first and second parts. It was first performed on day two of the Tokyo Live & Fan Meeting Tour. The moment where Ren looks to the sky and nods assuredly touched the heart of many a fan.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4064", - "masterBgmId": 31004064, - "previewMasterBgmId": 32004064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/01/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4065, - "name": "Shooting Voice!!", - "shortName": "Shooting Voice!!", - "kana": "Shooting Voice!!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Yasuhiro Obata
Arrangement: Yoshiaki Dewa", - "dictionaryReference": "", - "dictionaryComment": "A split single from the Love Live! Series All Night Nippon GOLD tie-in project. Fans say it reminds them of chilling out and listening to the radio late at night. The a capella opening draws listeners into the world of Liella!'s voices right off the bat, and the title appears again when the girls cup their hands as if shouting through megaphones.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4065", - "masterBgmId": 31004065, - "previewMasterBgmId": 32004065, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 4066, - "name": "Dreamer Coaster", - "shortName": "Dreamer Coaster", - "kana": "Dreamer Coaster", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first version, sung by Kanon Shibuya during the original broadcast. The catchy flamenco music draws on Kanon's Spanish roots, while encompassing the mixture of nervousness and excitement that comes with thinking about the future.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004066, - "previewMasterBgmId": 32004066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4067, - "name": "Dreamer Coaster", - "shortName": "Dreamer Coaster", - "kana": "Dreamer Coaster", - "artist": "Kinako Sakurakoji (C.V: Nozomi Suzuhara)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version, sung by Kinako Sakurakoji during the original broadcast. The music video delights with silly moments of Kinako devouring puffy clouds of cotton candy and flying along on a roller coaster. Meanwhile, the music itself exudes the optimism of an empowered girl who knows she's defining her own future.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004067, - "previewMasterBgmId": 32004067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4068, - "name": "Irozuite Toumei", - "shortName": "Irozuite Toumei", - "kana": "Irozuite Toumei", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Mariko Fuji
Arrangement: Gou Ishikuro", - "dictionaryReference": "", - "dictionaryComment": "B-side track with Welcome to Bokura no Sekai and Go!! Restart Episode 1 edition. An inspiring piece that compares the wide-open possibilities of one's future to a colorless canvas waiting to be dyed. The distinctive piano intro gives it an ethereal quality.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4052", - "masterBgmId": 31004068, - "previewMasterBgmId": 32004068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4069, - "name": "Yuragu wa", - "shortName": "Yuragu wa", - "kana": "Yuragu wa", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: menma
Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "A motivational track that sings of a heart flitting between timidity and resoluteness. The refrain is split right down the middle; the first half about wavering when faced with opposition, and the second half about being true to your passion and holding strong. The back-and-forth between admitting to your weakness and not losing the desire to overcome it draws out one's inner courage.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4053", - "masterBgmId": 31004069, - "previewMasterBgmId": 32004069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4071, - "name": "MIRACLE NEW STORY", - "shortName": "MIRACLE NEW STORY", - "kana": "MIRACLE NEW STORY", - "artist": "Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Yasuhiro Obata
Arrangement: EFFY", - "dictionaryReference": "Smartphone App Love Live! School Idol Festival 2 Miracle Live! Theme Song", - "dictionaryComment": "The theme song for Love Live! School Idol Festival 2, and Liella!'s first SIF tie-in song. The funky guitar track gets players ready for anything that the game throws their way. Liella! invites listeners to sing and play along with them, making the experience truly feel like a festival from the opening notes. Time for a new game!", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4071", - "masterBgmId": 31004071, - "previewMasterBgmId": 32004071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4073, - "name": "Endless Circuit", - "shortName": "Endless Circuit", - "kana": "Endless Circuit", - "artist": "Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first version, sung by Keke Tang during the original broadcast. Memorable moments form the music video include Keke and Sumire racing, and the pair striking a galaxy poste at the end. The lyrics start off singing about racing against her rival and blasting past her for an early lead.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004073, - "previewMasterBgmId": 32004073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4074, - "name": "Endless Circuit", - "shortName": "Endless Circuit", - "kana": "Endless Circuit", - "artist": "Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version, sung by Sumire Heanna during the original broadcast. Unlike the first version's music video, this one starts with Keke lending a hand and the two happily running alongside one another. The second half's lyrics sing about rivals helping one another out and making each other better.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004074, - "previewMasterBgmId": 32004074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4075, - "name": "Meikyu Sanka", - "shortName": "Meikyu Sanka", - "kana": "Meikyu Sanka", - "artist": "Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first version, sung by Ren Hazuki during the original broadcast. The beautifully-done music video depicts her and Chibi on an adventure in an Alice in Wonderland-like world. This lighthearted tango-influenced track is all about staying hopeful, even as you're fumbling through a labyrinth.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004075, - "previewMasterBgmId": 32004075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4076, - "name": "Meikyu Sanka", - "shortName": "Meikyu Sanka", - "kana": "Meikyu Sanka", - "artist": "Natsumi Onitsuka (C.V: Aya Emori)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version, sung by Natsumi Onitsuka during the original broadcast. The music video depicts Natsumi and Ren as Queens of Hearts, flying through the skies atop Chibi. It paints a picture of their days lost in the labyrinth as a special time in their lives that they'll always treasure.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004076, - "previewMasterBgmId": 32004076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4077, - "name": "Prime Adventure", - "shortName": "Prime Adventure", - "kana": "Prime Adventure", - "artist": "Liella!", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first track on the Songs of Liella! album to feature all nine members. The music video shows the girls enjoying nature and peeking through doors painted with their signature colors. Going off on an epic journey, chasing the light, and overcoming danger brings the power of positivity to listeners.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004077, - "previewMasterBgmId": 32004077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4078, - "name": "Parade wa Itsumo", - "shortName": "Parade wa Itsumo", - "kana": "Parade wa Itsumo", - "artist": "Mei Yoneme (C.V: Akane Yabushima)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first version, sung by Mei Yoneme during the original broadcast. Fan favorite moments from the music video are Mei transforming into an adorable costume, and blowing bubbles with Shiki while riding the rails. The tune rings with all the fun and variety of a big parade.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004078, - "previewMasterBgmId": 32004078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4079, - "name": "Parade wa Itsumo", - "shortName": "Parade wa Itsumo", - "kana": "Parade wa Itsumo", - "artist": "Shiki Wakana (C.V: Wakana Ookuma)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version, sung by Shiki Wakana during the original broadcast. Fan favorite moments from the music video are Shiki walking around with a turtle on her head, and bravely riding the rails with Mei. The song's carnival-like atmosphere convinces listeners it's better to have fun than fret.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004079, - "previewMasterBgmId": 32004079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4080, - "name": "Kakeru Merry-Go-Round", - "shortName": "Kakeru Merry-Go-Round", - "kana": "Kakeru Merry-Go-Round", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version, sung by Kanon Shibuya during the original broadcast. In the music video, Kanon and Chisato have a blast riding together on a merry-go-round. Like a carousel, the days may seem to repeat themselves as time goes on, but each one is different and special in its own way. The wistful sounds of the calliope fill this song with warmth.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004080, - "previewMasterBgmId": 32004080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4081, - "name": "Kakeru Merry-Go-Round", - "shortName": "Kakeru Merry-Go-Round", - "kana": "Kakeru Merry-Go-Round", - "artist": "Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The first version, sung by Chisato Arashi during the original broadcast. The music video features a sweet moment where Kanon finds Chisato sitting alone on the merry-go-round and reaches out her hand. The lyrics, which follow the leisurely pace of a spinning carousel, are a perfect fit for the longtime friends.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004081, - "previewMasterBgmId": 32004081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4082, - "name": "Time to go", - "shortName": "Time to go", - "kana": "Time to go", - "artist": "Liella!", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second track on the Songs of Liella! album to feature all nine members. The music video shows the girls napping on a Ferris wheel ride and peeking at their various expressions during the chorus. Much like a Ferris wheel, this song's all about realizing that one trip around doesn't end the story, but begins a new one.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004082, - "previewMasterBgmId": 32004082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4083, - "name": "Tu Tu Tu!", - "shortName": "Tu Tu Tu!", - "kana": "Tu Tu Tu!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Takagi Seiji", - "dictionaryReference": "", - "dictionaryComment": "A slow jam about endings and beginnings, like the changing of seasons. First performed as the closing number for Live & Fan Meeting Tour performances. The \"Tu Tu Tu\" chorus quickly became famous. Fans were easily able to perform the final finger-waving choreography along with the girls, including touching fingertips with the person next to them at the end.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4083", - "masterBgmId": 31004083, - "previewMasterBgmId": 32004083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4084, - "name": "Anniversary", - "shortName": "Anniversary", - "kana": "Anniversary", - "artist": "Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of season 1, episode 4 of the Love Live! Superstar!! anime. The first version of this track was sung by Keke Tang during the original broadcast. It follows a crinum motif, which means \"going somewhere faraway\" in the language of flowers. The lyrics, which lament the anniversary of a parting of ways, are melancholy but maintain a ray of hope.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004084, - "previewMasterBgmId": 32004084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4085, - "name": "Dears", - "shortName": "Dears", - "kana": "Dears", - "artist": "Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of season 1, episode 11 of the Love Live! Superstar!! anime. The second version of this track was sung by Sumire Heanna during the original broadcast. It aspires create a scene that brings happiness and joy to those \"dear\" to us.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004085, - "previewMasterBgmId": 32004085, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4086, - "name": "Memories", - "shortName": "Memories", - "kana": "Memories", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of episode 2 of the Love Live! Superstar!! anime. It follows an edelweiss motif, which means \"courage\" in the language of flowers. It's the perfect combination of flower and flow, as the lyrics inspire listeners to be brave. In an already stacked track list, the heartrending orchestral performance and straightforward lyrics make Memories stand out.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004086, - "previewMasterBgmId": 32004086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4087, - "name": "Message", - "shortName": "Message", - "kana": "Message", - "artist": "Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Played during a special segment of season 1, episode 6 of the Love Live! Superstar!! anime. The first version of this track was sung by Sumire Heanna during the original broadcast. It follows an helenium motif, which represents \"tears\" in the language of flowers. However, the lyrics note that tears can nuture the seeds of our dreams until they blossom, giving listeners the fortitude not to quit.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004087, - "previewMasterBgmId": 32004087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4088, - "name": "Ringing!", - "shortName": "Ringing!", - "kana": "Ringing!", - "artist": "Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Shintaro Mori
Composition: Yasuhiro Obata
Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "The second version, sung by Keke Tang during the original broadcast. It's a song about growing by noticing something unique in all the things one didn't manage to do. Marked by a violin section that seems to have a voice of its own, and dance moves that mimic ringing a bell.
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004088, - "previewMasterBgmId": 32004088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4089, - "name": "Utopia Magic", - "shortName": "Utopia Magic", - "kana": "Utopia Magic", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Aira
Arrangement: EFFY", - "dictionaryReference": "", - "dictionaryComment": "A happy, floaty song singing about finding the titular utopia. During the 3rd Live Tour, Liella! performed this while riding in carts on rails, unifying the arena in a seminal moment.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4054", - "masterBgmId": 31004089, - "previewMasterBgmId": 32004089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4090, - "name": "POP TALKING", - "shortName": "POP TALKING", - "kana": "POP TALKING", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: YOU for YUU and Giz Mo' (from Jam9)
Arrangement: YOU for YUU", - "dictionaryReference": "", - "dictionaryComment": "Dance practice videos for POP TALKING generated a lot of buzz on social media. The song's hook is a rap section that comes off as two friends having a chat. During the 3rd Live Tour, Liella! performed this while riding in carts on rails.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4055", - "masterBgmId": 31004090, - "previewMasterBgmId": 32004090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4091, - "name": "TO BE CONTINUED", - "shortName": "TO BE CONTINUED", - "kana": "TO BE CONTINUED", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: menma
Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "A song filled with burning passion, insisting that when a dream comes true, it's only the starting line for the next goal. This was performed as the final number of Liella! 3rd Live Tour shows. The sweeping arm motions during the chorus always brought the audience and cast together.
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4057", - "masterBgmId": 31004091, - "previewMasterBgmId": 32004091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4092, - "name": "Namae Yobiau You ni", - "shortName": "Namae Yobiau You ni", - "kana": "Namae Yobiau You ni", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Tak Miyazawa
Arrangement: Yusuke Shirato", - "dictionaryReference": "", - "dictionaryComment": "A slow, tender ballad that sings of a strong bond with someone precious. First performed on the Liella! 3rd Live Tour. Fans say they'll always remember the group turning to look at one another when they sing \"As we looked up just now, you and I locked eyes\". Another meaningful moment is the final move, where they gently push each other's backs.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4056", - "masterBgmId": 31004092, - "previewMasterBgmId": 32004092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4094, - "name": "Hoshizora Monologue", - "shortName": "Hoshizora Monologue", - "kana": "Hoshizora Monologue", - "artist": "Kanon Shibuya (C.V: Sayuri Date), Keke Tang (C.V: Liyuu), Chisato Arashi (C.V: Nako Misaki), Sumire Heanna (C.V: Naomi Payton), and Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Yasuhiro Obata", - "dictionaryReference": "", - "dictionaryComment": "A ballad performed by first-generation Liella! characterized by a soft acoustic guitar. This song is about looking back on past failures and realizing the significant role they played in personal growth.", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4094", - "masterBgmId": 31004094, - "previewMasterBgmId": 32004094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/23", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4095, - "name": "Blooming Dance! Dance!", - "shortName": "Blooming Dance! Dance!", - "kana": "Blooming Dance! Dance!", - "artist": "Kinako Sakurakoji (C.V: Nozomi Suzuhara), Mei Yoneme (C.V: Akane Yabushima), Shiki Wakana (C.V: Wakana Ookuma), and Natsumi Onitsuka (C.V: Aya Emori)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: YUU for YOU and Giz’Mo (from Jam9)
Arrangement: YUU for YOU", - "dictionaryReference": "", - "dictionaryComment": "With uplifting lyrics that describe jumping into a new world and working toward a dream, this song expresses the fresh attitudes of second-generation Liella! combining an upbeat tempo with a pop melody.", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4095", - "masterBgmId": 31004095, - "previewMasterBgmId": 32004095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/01/27", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4096, - "name": "Including you", - "shortName": "Including you", - "kana": "Including you", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Takamasa Yura
Arrangement: EFFY", - "dictionaryReference": "", - "dictionaryComment": "This ballad expresses tremendous respect and gratefulness to those we love and admire, featuring a soothing mid-tempo capturing the abundant purity of a new morning.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4096", - "masterBgmId": 31004096, - "previewMasterBgmId": 32004096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/24", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4097, - "name": "Free Flight", - "shortName": "Free Flight", - "kana": "Free Flight", - "artist": "Kanon Shibuya (C.V: Sayuri Date)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: INFX and Nurhadaina Binte Ariffin
Arrangement: INFX and Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Kanon Shibuya, describing her decision to study abroad during season 2 of the anime. An alternative rock song that distinctly increases in BPM toward the end.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004097, - "previewMasterBgmId": 32004097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4098, - "name": "Hoshikuzu Cruising", - "shortName": "Hoshikuzu Cruising", - "kana": "Hoshikuzu Cruising", - "artist": "Keke Tang (C.V: Liyuu)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Yasuhiro Obata", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Keke Tang, displaying her apparent growth upon completing the academic year. This mid-tempo rock song has a sad undertone, portraying the desire to stay together forever despite being aware of the inevitable end.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004098, - "previewMasterBgmId": 32004098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4099, - "name": "Kimi o Omou Hana ni Naru", - "shortName": "Kimi o Omou Hana ni Naru", - "kana": "Kimi o Omou Hana ni Naru", - "artist": "Chisato Arashi (C.V: Nako Misaki)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Gou Ikikuro and Mio Jorakuji
Arrangement: Gou Ishikuro", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Chisato Arashi, beginning with the impactful lyrics, \"What is kindness?\" This medium-speed ballad describes the determination to become a version of oneself capable of supporting someone else, even beyond words.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004099, - "previewMasterBgmId": 32004099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4100, - "name": "Starry Prayer", - "shortName": "Starry Prayer", - "kana": "Starry Prayer", - "artist": "Sumire Heanna (C.V: Naomi Payton)", - "detailInfo": "Lyrics: Juko Miyajima
Composition / Arrangement: JunPayer
Strings Arrangement: Ryuta Yoshioka", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Sumire Heanna. This rock ballad is about preparing oneself to never give up when it comes to being there for a certain \"someone\" who has always been there for you, even if it means opposing fate.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004100, - "previewMasterBgmId": 32004100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4101, - "name": "Midnight Rhapsody", - "shortName": "Midnight Rhapsody", - "kana": "Midnight Rhapsody", - "artist": "Ren Hazuki (C.V: Nagisa Aoyama)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Tomokazu Yamada
Arrangement: Shouhei Sumiya
Brass Arrangement: Yasuhisa Inoue", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Ren Hazuki about gradually becoming attracted to a fascinating new world. With a distinctive acceleration encouraged by a ska-style rhythm, the fiery lyrics overlap with the new side of Ren unveiled in season 2 of the anime.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004101, - "previewMasterBgmId": 32004101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4102, - "name": "Beginner's Rock!!", - "shortName": "Beginner's Rock!!", - "kana": "Beginner's Rock!!", - "artist": "Kinako Sakurakoji (C.V: Nozomi Suzuhara) ", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Shinpei Nozaki", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Kinako Sakurakoji in which she sings about maintaining a positive outlook when taking on a challenge, even when going outside of her comfort zone. This pop-rock tune suits Kinako's personality well with an energetic sound to give the listener a pat on the back.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004102, - "previewMasterBgmId": 32004102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4103, - "name": "Akane Gokoro", - "shortName": "Akane Gokoro", - "kana": "Akane Gokoro", - "artist": "Mei Yoneme (C.V: Akane Yabushima)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: menma", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Mei Yoneme, featuring fast-paced piano and rock-style elements accompanied by lyrics about clearly stating one's passion for confronting a goal. This song represents Mei's transformation as she decides to come out of the shadows as a mere fan to become a full-fledged school idol herself.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004103, - "previewMasterBgmId": 32004103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4104, - "name": "Glass Ball Rejection", - "shortName": "Glass Ball Rejection", - "kana": "Glass Ball Rejection", - "artist": "Shiki Wakana (C.V: Wakana Ookuma)", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Menma
Arrangement: Eunsol(1008)", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Shiki Wakana, whose personality proves transparent like a glass ball. This dance song with striking vocals softly and powerfully expresses the concept of a world growing larger and vibrant after learning various emotions from a certain someone.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004104, - "previewMasterBgmId": 32004104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4105, - "name": "Eye o Choudai", - "shortName": "Eye o Choudai", - "kana": "Eye o Choudai", - "artist": "Natsumi Onitsuka (C.V: Aya Emori)", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Junko Nakajima
Brass Arrangement: Yuya Mori", - "dictionaryReference": "", - "dictionaryComment": "Solo performance by Natsumi Onitsuka, featuring a distinctive pop sound in addition to its catchy lyrics and melody. In this track, Natsumi sings about making her approach while keeping her ulterior motives secret, matching her troublemaker persona.", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004105, - "previewMasterBgmId": 32004105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4106, - "name": "Second Sparkle", - "shortName": "Second Sparkle", - "kana": "Second Sparkle", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Menma
Arrangement: Ren Mizunoya", - "dictionaryReference": "", - "dictionaryComment": "Title track of Liella's 2nd album, Second Sparkle. With fast pacing from start to finish, this rock song is about not only chasing after dreams, but also finding the confidence to willingly make those dreams come true.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004106, - "previewMasterBgmId": 32004106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223061105 - }, - { - "id": 4107, - "name": "Watashi no Symphony ~2022 Ver.~", - "shortName": "Watashi no Symphony ~2022 Ver.~", - "kana": "Watashi no Symphony ~2022 Ver.~", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Takagi Seiji and Takafumi “CO-K” Koukei
Arrangement: Takafumi “COK” Koukei
Strings and Brass Arrangement: Shu Kanematsu", - "dictionaryReference": "", - "dictionaryComment": "Watashi no Symphony performed by both the first and second-generation members. First sung by the second generation only, this version with both generations together for the first time was unveiled at a combined release event for the opening and ending themes from season 2 of the anime.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004107, - "previewMasterBgmId": 32004107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223061105 - }, - { - "id": 4108, - "name": "UNIVERSE!!", - "shortName": "UNIVERSE!!", - "kana": "UNIVERSE!!", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Yuki Utamaru
Strings Arragement: Yoshiaki Dewa", - "dictionaryReference": "Liella! CLUB Membership Perk: Love Live! Superstar!! Liella! CLUB CD SET 2023", - "dictionaryComment": "A recording for the Liella! CLUB (started April 2023) membership bonus, Love Live! Superstar!! Liella! CLUB CD SET 2023. The strings and sing-alongs give the song a grandeur of an endlessly expanding universe. A song full of the joy you feel when one voice connects with another.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4108", - "masterBgmId": 31004108, - "previewMasterBgmId": 32004108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/05", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4110, - "name": "Jump Into the New World", - "shortName": "Jump Into the New World", - "kana": "Jump Into the New World", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Ren Mizunoya
Arrangement: Taishi Kawai", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "This is the lead song on Liella!'s first unit mini-album after adding two third-generation members to their now 11-member group. It's a unique dance track with a hard beat and contrasting playfulness. It's about the bond that carried Liella! this far and what the next chapter has in store for them.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004110, - "previewMasterBgmId": 32004110, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223091002 - }, - { - "id": 4111, - "name": "Alternate", - "shortName": "Alternate", - "kana": "Alternate", - "artist": "CatChu!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: menma", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "The first song from the unit CatChu! made up of Kanon Shibuya, Sumire Heanna, and Mei Yoneme. A song that evokes a sense of youth, about \"you\" and \"me\" doing everything to find hope while holding each other's hands and never giving up. This song's straightforward rock sound and intense lyrics are impressive.", - "bandCategory": 4, - "masterGroupId": 403, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004111, - "previewMasterBgmId": 32004111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4112, - "name": "Kage Asobi", - "shortName": "Kage Asobi", - "kana": "Kage Asobi", - "artist": "CatChu!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Naoto Kiyota", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "CatChu!'s second song. The tonal color of passionate acoustic guitar and Latin-like rhythms make an impact. The song evokes the struggles of adolescence with lyrics that tell us that it is up to us do decide what we want to be, while harboring anxiety and impatient feelings about the future we have yet to see.", - "bandCategory": 4, - "masterGroupId": 403, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004112, - "previewMasterBgmId": 32004112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223110801 - }, - { - "id": 4113, - "name": "Velour", - "shortName": "Velour", - "kana": "Velour", - "artist": "KALEIDOSCORE", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: menma
Strings Arrangement: Hoffnung", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "The first song from the unit KALEIDOSCORE made up of Keke Tang, Ren Hazuki, and Margarete Wien. A love song about sad feelings for the one you love—\"I can't chase after you any more.\" The song's sound feels somehow nostalgic with a melody as smooth as velour.", - "bandCategory": 4, - "masterGroupId": 404, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004113, - "previewMasterBgmId": 32004113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4114, - "name": "Fukashi na Blue", - "shortName": "Fukashi na Blue", - "kana": "Fukashi na Blue", - "artist": "KALEIDOSCORE", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Takuya Ohata and nulut
Strings Arrangement: Takeshi Iwasaki", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "KALEIDOSCORE's second song. A melody that gradually accelerates up your emotions and a sound that opens up to the entire world during the chorus make this song a moving one. This is a song for \"you,\" the first person I could show my feelings of loneliness to that I had been hiding and holding back.", - "bandCategory": 4, - "masterGroupId": 404, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004114, - "previewMasterBgmId": 32004114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223110801 - }, - { - "id": 4115, - "name": "Dancing Raspberry", - "shortName": "Dancing Raspberry", - "kana": "Dancing Raspberry", - "artist": "5yncri5e!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: ArmySlick and Mio Jorakuji
Arrangement: ArmySlick", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "The first song from the unit 5yncri5e!, made up of Chisato Arashi, Kinako Sakurakoji, Shiki Wakana, Natsumi Onitsuka, and Tomari Onitsuka. A danceable tune with a comfortable rhythm that makes you want to just \"dance the way you feel.\" A song that gives you the strength and courage to say, \"I'm awesome!\"", - "bandCategory": 4, - "masterGroupId": 405, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004115, - "previewMasterBgmId": 32004115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4116, - "name": "A Little Love", - "shortName": "A Little Love", - "kana": "A Little Love", - "artist": "5yncri5e!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Eunsol(1008) and Yu-ki Kokubo
Arrangement: Eunsol(1008)", - "dictionaryReference": "Liella! unit mini-album: Jump Into the New World", - "dictionaryComment": "5yncri5e!'s second song. The floating yet powerful sound of this EDM song draws you into the world all at once. A dazzling yet warm song filled with lots of kinds of love, where \"I\" convey my feelings and thoughts straight to you.", - "bandCategory": 4, - "masterGroupId": 405, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004116, - "previewMasterBgmId": 32004116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223110801 - }, - { - "id": 4117, - "name": "Shake It Up☆☆☆", - "shortName": "Shake It Up☆☆☆", - "kana": "Shake It Up☆☆☆", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition / Arrangement: Ryuki Koike and Hoffnung", - "dictionaryReference": "Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Theme Song", - "dictionaryComment": "The theme song for Liella's 5th Live. It opens with powerful trumpets in an upbeat intro, marking the start of the show. The catchy melody and rhythm will have you swaying unconsciously.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4117", - "masterBgmId": 31004117, - "previewMasterBgmId": 32004117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/10", - "masterReleaseLabelId": 224012006 - }, - { - "id": 4118, - "name": "FANTASTiC", - "shortName": "FANTASTiC", - "kana": "FANTASTiC", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: YUU for YOU , Giz'Mo (from Jam9)
Arrangement: YUU for YOU", - "dictionaryReference": "Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Theme Song Single B-side", - "dictionaryComment": "A B-side for Liella's 5th Live theme song single. A somewhat familiar but new sound makes for a pleasant EDM. At first glance, the lyrics describe a strong contender in an unrequited love, but they charmingly repeat the same words to themselves for reassurance.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4117", - "masterBgmId": 31004118, - "previewMasterBgmId": 32004118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/10", - "masterReleaseLabelId": 224012006 - }, - { - "id": 4119, - "name": "Watashi no Symphony ~2023 Ver.~", - "shortName": "Watashi no Symphony ~2023 Ver.~", - "kana": "Watashi no Symphony ~2022 Ver.~", - "artist": "Liella!", - "detailInfo": "Lyrics: Junko Miyajima
Composition: Takagi Seiji and Takafumi CO-KKoukei
Arrangement: Takafumi CO-KKoukei
Strings and Brass Arrangement: Shu Kanematsu", - "dictionaryReference": "Love Live! Superstar!! Liella! 5th LoveLive! ~Twinkle Triangle~ Theme Song Single B-side", - "dictionaryComment": "Watashi no Symphony performed with 11, including the third-generation members. It starts with solos from each of the third-generation members. It was first performed with all 11 members at Love Live! Superstar!! Liella! 4th LoveLive! Tour ~brand new Sparkle~.", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4117", - "masterBgmId": 31004119, - "previewMasterBgmId": 32004119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/10", - "masterReleaseLabelId": 224021202 - }, - { - "id": 5001, - "name": "Dream Believers", - "shortName": "Dream Believers", - "kana": "Dream Believers", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takuya Watanabe
Strings Arrangement: Takuya Watanabe and Yu Manabe", - "dictionaryReference": "Smartphone App Link! Like! Love Live! Theme Song", - "dictionaryComment": "Theme song for the Link! Like! Love Live! smartphone app, and the Hasunosora Girls' High School Idol Club debut song. It's got everything you could want in a debut song: positive, hopeful lyrics with just a hint of wistfulness, a group of determined girls who are living their best life chasing their dreams, and a straightforward melody with an impressive variety of instruments contributing. You can't listen to this and not feel a little happier.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005001, - "previewMasterBgmId": 32005001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5002, - "name": "AWOKE", - "shortName": "AWOKE", - "kana": "AWOKE", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. The first song of the marionette-themed DOLLCHESTRA sub-unit. It's an odd track with a unique composition, transitioning from synth-plucking to a waltz interlude. AWOKE sets the tone for DOLLCHESTRA's style.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005002, - "previewMasterBgmId": 32005002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5003, - "name": "Suisai Sekai", - "shortName": "Suisai Sekai", - "kana": "Suisai Sekai", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kyll
Composition: Satoru Kurihara (Jazzin'park) and Tasuku Maeda
Arrangement: Tasuku Maeda
Strings Arrangement: Daisuke Kadowaki", - "dictionaryReference": "", - "dictionaryComment": "Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. The first song of the Cerise Bouquet sub-unit. The touchingly hopeful lyrics, warmth, and sense of rushing forward are all presented in that special way only a duo can pull off. The straightforward melody and song composition are our first experience with Cerise Bouquet's style.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005003, - "previewMasterBgmId": 32005003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5004, - "name": "Reflection in the mirror", - "shortName": "Reflection in the mirror", - "kana": "Reflection in the mirror", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Arisa Momou and Menma
Arrangement: Menma
Strings Arrangement: Yu Manabe", - "dictionaryReference": "Smartphone App Link! Like! Love Live! Records (Story) Episode 3", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! records (story) episode 3. After feelings had been disconnected between Kaho and Kozue, this emotional performance describes a mirror representing the mutual understanding they eventually reached. The refreshing, yet traditional sound accompanied by magnificent strings successfully portrays Cerise Bouquet's new start.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5004", - "masterBgmId": 31005004, - "previewMasterBgmId": 32005004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5005, - "name": "Fortune Movie", - "shortName": "Fortune Movie", - "kana": "Fortune Movie", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Arisa Momou and Menma
Arrangement: Menma", - "dictionaryReference": "", - "dictionaryComment": "Song included in Cerise Bouquet's 1st single, Reflection in the mirror. Distinguished by brass instruments and a musical-style vocal performance, this song shows off an adorable side to these two performers, with the full-size version featuring a short skit to allow the listener to enjoy their comedic relationship, along with a climatic saxophone solo.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5004", - "masterBgmId": 31005005, - "previewMasterBgmId": 32005005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5006, - "name": "Mix shake!!", - "shortName": "Mix shake!!", - "kana": "Mix shake!!", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition / Arrangement: Tomoya Kawasaki ", - "dictionaryReference": "", - "dictionaryComment": "Song included in Cerise Bouquet's 1st single, Reflection in the mirror. The lyrics contain playful word choice and personality accompanied by noteworthy guitar and bass performances in this catchy rock tune by the fresh new Cerise Bouquet. The upbeat outro will especially make you want to jump on stage and join the song and dance.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5004", - "masterBgmId": 31005006, - "previewMasterBgmId": 32005006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5007, - "name": "Sparkly Spot", - "shortName": "Sparkly Spot", - "kana": "Sparkly Spot", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition / Arrangement: Takuya Watanabe ", - "dictionaryReference": "Smartphone App Link! Like! Love Live! Records (Story) Episode 6", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! records (story) episode 6. In this cool rock piece, Tsuzuri accepts Sayaka and her selfish side as the two of them sing of their intersecting feelings on a skating rink. The song is full of raw emotions and alternating harmonies accompanied by a fast tempo.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5007", - "masterBgmId": 31005007, - "previewMasterBgmId": 32005007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5008, - "name": "Tsuki Makase", - "shortName": "Tsuki Makase", - "kana": "Tsuki Makase", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Yohji Fukuta
Arrangement: Kazunori Watanabe", - "dictionaryReference": "", - "dictionaryComment": "Song included in DOLLCHESTRA's 1st single, Sparkly Spot. With lyrics describing a late-night setting, this electropop tune is matched with a diverse set of catchy sounds. The song's distinct atmosphere gives us a closer look into the expression of these two lovable performers.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5007", - "masterBgmId": 31005008, - "previewMasterBgmId": 32005008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5009, - "name": "Kiboteki Prism", - "shortName": "Kiboteki Prism", - "kana": "Kiboteki Prism", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Yuichiro Tsuru, Yumi Muroya, and Haruka Kato
Arrangement: Yuichiro Tsuru
Strings Arrangement: Yu Manabe", - "dictionaryReference": "", - "dictionaryComment": "Song included in DOLLCHESTRA's 1st single, Sparkly Spot. This soft pop tune has somewhat of a sad undertone, depicting the conflict girls face in real life. The full-size version features a heartache-ridden guitar solo.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5007", - "masterBgmId": 31005009, - "previewMasterBgmId": 32005009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5010, - "name": "Ouka Ranman", - "shortName": "Ouka Ranman", - "kana": "Ouka Ranman", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Yusuke Onodera (Arte Refact)
Arrangement: Taishi Kawai (Arte Refact)", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" April 2023", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! featured in \"Fes×LIVE\" in April 2023. This uplifting, mid-tempo song uses flowers as a central theme to represent the \"expectations\" associated with the blooming cherry blossoms of April in Japan.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5011", - "masterBgmId": 31005010, - "previewMasterBgmId": 32005010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5011, - "name": "Holiday∞Holiday", - "shortName": "Holiday∞Holiday", - "kana": "Holiday∞Holiday", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Arisa Momou and Menma
Arrangement: Menma", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" May 2023", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! featured in \"Fes×LIVE\" in May 2023. Themed around a roller coaster, this synth-pop song brings out the cutesy side of these two girls to make every day feel like a holiday.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5011", - "masterBgmId": 31005011, - "previewMasterBgmId": 32005011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5012, - "name": "Scapegoat", - "shortName": "Scapegoat", - "kana": "Scapegoat", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Hiroki Sagawa (Relic Lyric, inc.) and Joey Takeda
Arrangement: Joey Takeda", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" April 2023", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! featured in \"Fes×LIVE\" in April 2023. Marking the start of the school year, the month of April stirs up anxiety in the emotional states of many. This song features a somewhat sorrowful undertone with a brass intro for a relatively aggressive sound.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5013", - "masterBgmId": 31005012, - "previewMasterBgmId": 32005012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5013, - "name": "Tragic Drops", - "shortName": "Tragic Drops", - "kana": "Tragic Drops", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" May 2023", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! featured in \"Fes×LIVE\" in May 2023. Themed to the early-summer rain prominent in the climate of Kanazawa, this intense, emotional rock-style piece features a somewhat nostalgic undertone describing a timid love that is best described in music rather than words.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5013", - "masterBgmId": 31005013, - "previewMasterBgmId": 32005013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5014, - "name": "Do! Do! Do!", - "shortName": "Do! Do! Do!", - "kana": "Do! Do! Do!", - "artist": "Mira-Cra Park!", - "detailInfo": "Lyrics: Rosa
Composition / Arrangement: Reiji Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. The first song of the Mira-Cra Park! sub-unit. The chiptune intro immediately draws listeners into the sub-unit's unique world. The first and second melody sections have a high-tempo back-and-forth between Rurino and Megumi, showing their humanity. Then suddenly, the chorus transitions into a wildly motivational cheering-type song. The full version expands on the theme part experience, adding more chatter and a drop as hard as you'll find on any roller coaster.", - "bandCategory": 5, - "masterGroupId": 503, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005014, - "previewMasterBgmId": 32005014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5015, - "name": "On your mark", - "shortName": "On your mark", - "kana": "On your mark", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition / Arrangement: EFFY", - "dictionaryReference": "", - "dictionaryComment": "Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. A fast-paced techno jam that's all about a squad of clumsy, single-minded girls barrelling forward no matter what stands in their way. The girls show off their edgier side as they express a distinctly cool worldview.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005015, - "previewMasterBgmId": 32005015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5016, - "name": "DEEPNESS", - "shortName": "DEEPNESS", - "kana": "DEEPNESS", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: Arisa Momou
Composition: Yu Furukawa
Arrangement: EFFY", - "dictionaryReference": "Smartphone App Link! Like! Love Live! Records (Story) Episode 8
Smartphone App Link! Like! Love Live! \"Fes×LIVE\" June 2023", - "dictionaryComment": "Song from the smartphone app Link! Like! Love Live! records (story) episode 8, and featured in \"Fes×LIVE\" in June 2023. After losing her heart and finding herself in a stressful emotional state, Kozue finds her way out and discovers a new outlook through her group's tight four-person bond, resulting in this powerful vocal performance accompanied by dance music with fierce electronica and Asian-style influence.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5016", - "masterBgmId": 31005016, - "previewMasterBgmId": 32005016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223081102 - }, - { - "id": 5017, - "name": "Eien no Euphoria", - "shortName": "Eien no Euphoria", - "kana": "Eien no Euphoria", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: KOMU
Composition / Arrangement: Hiroo Ooyagi
String Arrangements: Yosuke Yamashita", - "dictionaryReference": "", - "dictionaryComment": "Appears on the Hasunosora Girls' High School Idol Club debut mini-album, Dream Believers. A catchy melody and awesome string section makes this one of those tunes everyone wants to sing along with. It's fun to listen to, and easy to identify each girl as they split the lyrics by grade and by sub-unit.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005017, - "previewMasterBgmId": 32005017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5018, - "name": "Genyo Yako", - "shortName": "Genyo Yako", - "kana": "Genyo Yako", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Yusuke Onodera (Arte Refact)
Arrangement: Masatomi Waki", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" July 2023", - "dictionaryComment": "A song from the Smartphone App Link! Like! Love Live! \"Fes×LIVE\" July 2023. The lyrics that show us \"moving forward\" amidst an early summer scene are appealing. You will want to listen to this as you feel the first hint of summer, with glimpses of fragility amidst your dash through the year. The brass and guitar tones also add a nice color to the sound.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5018", - "masterBgmId": 31005018, - "previewMasterBgmId": 32005018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5019, - "name": "Mirage Voyage", - "shortName": "Mirage Voyage", - "kana": "Mirage Voyage", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" July 2023", - "dictionaryComment": "A song from the Smartphone App Link! Like! Love Live! \"Fes×LIVE\" July 2023. This song features a nostalgic and melodious sound reminiscent of early summer sunsets and a staccato-like melody. The lyrics convey a message of \"I am good enough for me.\"", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5019", - "masterBgmId": 31005019, - "previewMasterBgmId": 32005019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5020, - "name": "Hakuchu À la mode", - "shortName": "Hakuchu À la mode", - "kana": "Hakuchu À la mode", - "artist": "Mira-Cra Park!", - "detailInfo": "Lyrics / Composition / Arrangement: Nayutalien", - "dictionaryReference": "", - "dictionaryComment": "A song for the first album, \"Natsumeki Pain.\" The song is based on a motif of sweets and is filled with cute expressions of two people looking for \"love.\" Throughout the song, you can enjoy the catchy words and fantastically comical dialogue between the two would be lovers.", - "bandCategory": 5, - "masterGroupId": 503, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005020, - "previewMasterBgmId": 32005020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5021, - "name": "Natsumeki Pain", - "shortName": "Natsumeki Pain", - "kana": "Natsumeki Pain", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: Rino Sashihara
Composition: Satoru Kurihara (Jazzin'park) and Tasuku Maeda
Arrangement: Tasuku Maeda
Strings Arrangement: Daisuke Kadowaki", - "dictionaryReference": "Smartphone App Link! Like! Love Live! \"Fes×LIVE\" August 2023", - "dictionaryComment": "A song from the Smartphone App Link! Like! Love Live! \"Fes×LIVE\" August 2023. The song, which will be performed at Tokumitsu Beach in the Fes × LIVE event, is a love song filed with the cuteness of the six girls that represent the symbolic monument of #LOVE. The sound feels ephemeral and exhilarating, making it the perfect Hasunosora summer tune for you.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005021, - "previewMasterBgmId": 32005021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5022, - "name": "Kawaii no susume", - "shortName": "Kawaii no susume", - "kana": "Kawaii no susume", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Atsushito Sato
Arrangement: Atsushito Sato, Kijibato", - "dictionaryReference": "", - "dictionaryComment": "Included in Cerise Bouquet's second single, Genyo Yako. The lyrics are filled with their \"kawaii,\" the airy and stylish sound of the song offering a new world view of Cerise Bouquet.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5018", - "masterBgmId": 31005022, - "previewMasterBgmId": 32005022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223120504 - }, - { - "id": 5023, - "name": "Jibun Diary", - "shortName": "Jibun Diary", - "kana": "Jibun Diary", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition: Satoru Kurihara (Jazzin'park) and Tasuku Maeda
Arrangement: Tasuku Maeda", - "dictionaryReference": "", - "dictionaryComment": "Included in DOLLCHESTRA's second single, Mirage Voyage. The song is a glimpse into a new side of DOLLCHESTRA with its true-to-life lyrics and poetry readings. Find a new side to DOLLCHESTRA while receiving some courage.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5019", - "masterBgmId": 31005023, - "previewMasterBgmId": 32005023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223120504 - }, - { - "id": 5024, - "name": "Yup! Yup! Yup!", - "shortName": "Yup! Yup! Yup!", - "kana": "Yup! Yup! Yup!", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: Kanata Okajima
Composition: Kanata Okajima and ArmySlick
Arrangement: ArmySlick", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. With weather as the theme, it brings an image of Kanazawa to the eyes. The members sing with great charm over the catchy and cute sound.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005024, - "previewMasterBgmId": 32005024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5025, - "name": "Kokon Touzai", - "shortName": "Kokon Touzai", - "kana": "Kokon Touzai", - "artist": "Mira-Cra Park!", - "detailInfo": "Lyrics: Rosa
Arrangement: Ryu", - "dictionaryReference": "", - "dictionaryComment": "Included in their first album, \"Natsumeki Pain.\" This song takes on an RPG theme while depicting the two members pushing forward, fully expressing the unique style of Mira-Cra Park! The high-tempo, fast-paced sound that takes you into the world of games and their dialogue makes for a catchy, comical, and fun song.", - "bandCategory": 5, - "masterGroupId": 503, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005025, - "previewMasterBgmId": 32005025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 5026, - "name": "Zanyou", - "shortName": "Zanyou", - "kana": "Zanyou", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Compositino / Arrangement: Yusuke Onodera (Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. With a nostalgic and somewhat lonely sound, the song depicts the themes of \"shade\" and \"sunshine\" and shows a new look at Cerise Bouquet.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005026, - "previewMasterBgmId": 32005026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 5027, - "name": "Seishun no Rinkakui", - "shortName": "Seishun no Rinkakui", - "kana": "Seishun no Rinkakui", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition / Arrangement: SHIBU", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. Find a more refreshing and youthful side to DOLLCHESTRA. Receive a dose of courage from their song which describes youthful, true-to-life emotions written with a \"bicycle\" motif.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005027, - "previewMasterBgmId": 32005027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5028, - "name": "Dear my future", - "shortName": "Dear my future", - "kana": "Dear my future", - "artist": "Cerise Bouquet", - "detailInfo": "Lyrics: Kelly
Composition: Joshua Leung and FumetsuNoAsuca
Arrangement: Joshua Leung", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. With \"a letter\" as the motif for this song, you can find a glimpse of a new side to Cerise Bouquet in this ballad. Listen as they send a powerful message to their future selves—one that only they can send.", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005028, - "previewMasterBgmId": 32005028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5029, - "name": "Parallel Dancer", - "shortName": "Parallel Dancer", - "kana": "Parallel Dancer", - "artist": "DOLLCHESTRA", - "detailInfo": "Lyrics: TATSUNE
Composition / Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. A song with a retro and sophisticated sound and lyrics that tell a story. Find a new side to DOLLCHESTRA as they push their limits and show expressions they don't show every day.", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005029, - "previewMasterBgmId": 32005029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 5030, - "name": "Ashita no Sora no Bokutachi he", - "shortName": "Ashita no Sora no Bokutachi he", - "kana": "Ashita no Sora no Bokutachi he", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: KOMU
Composition / Arrangement: Masaki Iehara", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. Half a year into their new life, they feel various changes around them. This song is a message with the theme of \"the unchanging self.\" With strings and piano overlaid on a memorable, fleeting sound, the members sing expressively, making a powerful appeal.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005030, - "previewMasterBgmId": 32005030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5031, - "name": "Legato", - "shortName": "Legato", - "kana": "Legato", - "artist": "Hasunosora Girls' High School Idol Club", - "detailInfo": "Lyrics: PA-NON
Composition: Shingo Asari
Arrangement: Yosuke Yamashita", - "dictionaryReference": "", - "dictionaryComment": "Included in Hasunosora Girls' High School Idol Club's first album, Natsumeki Pain. The song has a magnificent and transparent sound. Referring back to the song's title Legato, which means \"tied together,\" the members sing and connect with each other in this moving composition. The powerful lyrics, which give a sense of hope, are also noteworthy.", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005031, - "previewMasterBgmId": 32005031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 6001, - "name": "Genjitsu Mysterium", - "shortName": "Genjitsu Mysterium", - "kana": "Genjitsu Mysterium", - "artist": "Aqours", - "detailInfo": "Lyrics: Aki Hata
Composition / Arrangement: Takuya Sakai (Arte Refact) and Kyohei Yamamoto (Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "スクールアイドルグループ Aqoursが歌うTVアニメ『幻日のヨハネ』オープニング主題歌!ダークかつ妖艶な雰囲気を纏ったコーラスと力強いストリングスが印象的。グループとしても新たな境地を切り開く意欲曲で作品・物語をしっかりと彩る楽曲となっている。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6001", - "masterBgmId": 31006001, - "previewMasterBgmId": 32006001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/26", - "masterReleaseLabelId": 223060801 - }, - { - "id": 6002, - "name": "KIMINOTAMEBOKUNOTAME", - "shortName": "KIMINOTAMEBOKUNOTAME", - "kana": "KIMINOTAMEBOKUNOTAME", - "artist": "Aqours", - "detailInfo": "Lyrics: UiNA and Occhoko Bunny
Composition: Kotaro Odaka and UiNA
Arrangement: Kotaro Odaka and Takayuki Ishikura", - "dictionaryReference": "", - "dictionaryComment": "オープニング主題歌「幻日ミステリウム」とは対照的に、Aqoursの持つ明るい部分を全面に押し出した可愛らしい楽曲。【ONE FOR ALL、ALL FOR ONE】と言うフレーズが印象的で、作中でのヨハネ達の関係値と物語を凝縮している。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6002", - "masterBgmId": 31006002, - "previewMasterBgmId": 32006002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223070301 - }, - { - "id": 6003, - "name": "Far far away", - "shortName": "Far far away", - "kana": "Far far away", - "artist": "Yohane", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kanata Okajima, MEG, and Hayato Yamamoto
Arrangement: MEG and Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "From the Yohane the Parhelion anime episode 1. Yohane returns home and sings this song on the \"tree stump stage\" for Lailaps and Hanamaru. Developed through her life before and after going to Tokai, she sang this song in her auditions. Her feelings about music, dreams, and Lailaps are ever-present in this song.", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6003", - "masterBgmId": 31006003, - "previewMasterBgmId": 32006003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/23", - "masterReleaseLabelId": 223062602 - }, - { - "id": 6004, - "name": "Be as one!!!", - "shortName": "Be as one!!!", - "kana": "Be as one!!!", - "artist": "Chika, Dia, and Ruby", - "detailInfo": "Lyrics: Hayato Yamamoto
Composition: Makoto Miyazaki
Arrangement: Makoto Miyazaki", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第3話挿入歌。ヌマヅの異変の影響で凶暴化した鹿たちに襲われてしまうヨハネ。そのピンチに現れた “ミリオンダラー” & “スカーレット・デルタ”。いがみ合いながらも 力を合わせてピンチを乗り越え行く、ダイヤ、ルビィ、チカの3人が歌う -戦いの歌-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6004", - "masterBgmId": 31006004, - "previewMasterBgmId": 32006004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/23", - "masterReleaseLabelId": 223071001 - }, - { - "id": 6005, - "name": "R・E・P", - "shortName": "R・E・P", - "kana": "R・E・P", - "artist": "You, Hanamaru, and Kanan", - "detailInfo": "Lyrics: FUNK UCHINO
Composition: DJ Chika a.k.a. Inherit and FUNK UCHINO
Arrangement: DJ Chika a.k.a. Inherit and Hitoshi Harukawa", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第4話挿入歌。ヨハネがハナマルが繋いでくれた縁で仲良くなった “配達員(メッセンジャー)ヨウ”と“リサイクル・クイーン カナン”。生まれ育った町で地に足を付けて生活している3人がヌマヅを歌う -レップ曲-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6005", - "masterBgmId": 31006005, - "previewMasterBgmId": 32006005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/06", - "masterReleaseLabelId": 223071701 - }, - { - "id": 6006, - "name": "Hey, dear my friends", - "shortName": "Hey, dear my friends", - "kana": "Hey, dear my friends", - "artist": "Mari, Riko, and Yohane", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kanata Okajima, Hayato Yamamoto, KAIKI, and Nao Nishimura
Arrangement: Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第6話挿入歌。各々が異なる種類ではあるが独りでいる事を選んだヨハネ、マリ、リコ。既に周りの仲間達の力で自分に素直になる事の大切さを感じていたヨハネがマリを、ヨハネとマリがリコをといった形で向き合い仲良くなった3人が歌う -ポエトリー曲-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6006", - "masterBgmId": 31006006, - "previewMasterBgmId": 32006006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/06", - "masterReleaseLabelId": 223073107 - }, - { - "id": 6007, - "name": "Wonder sea breeze", - "shortName": "Wonder sea breeze", - "kana": "Wonder sea breeze", - "artist": "Yohane, Hanamaru, Dia, Ruby, Chika, You, Kanan, Riko, and Mari", - "detailInfo": "Lyrics: Kanata Okajima, Hayato Yamamoto
Composition: Tatsuya Kurauchi
Arrangement: Tatsuya Kurauchi", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第8話挿入歌。夏祭りのステージで歌うことに “異変” 解決の糸口を見出したヨハネたち9人が、初めて人前で披露した楽曲。サウンド、歌詞ともに 潮騒の町で育った9人ならではな -水属性楽曲-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6007", - "masterBgmId": 31006007, - "previewMasterBgmId": 32006007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/27", - "masterReleaseLabelId": 223081402 - }, - { - "id": 6008, - "name": "Forever U & I ", - "shortName": "Forever U & I ", - "kana": "Forever U & I ", - "artist": "Yohane", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kanata Okajima and Hayato Yamamoto
Arrangement: Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第12話挿入歌。ヨハネとライラプスの魔法が解ける瞬間(トキ)、「Far far away」を歌った 切り株のステージ始まりの場所でキセキが起きる。一歩踏み出した2つの魂の決意を歌った楽曲。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6008", - "masterBgmId": 31006008, - "previewMasterBgmId": 32006008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/11", - "masterReleaseLabelId": 223091102 - }, - { - "id": 6009, - "name": "GIRLS!!", - "shortName": "GIRLS!!", - "kana": "GIRLS!!", - "artist": "Yohane", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Kyo Takada
Arrangement: Kyo Takada", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第7話挿入歌。自分の殻に閉じこもって友達も作らなかったヨハネが、帰省したヌマヅで出来た8人もの友達と開催した 女子会ヨハネがその女子会がどれだけ楽しかったかを、歌にしてしまうほど気持ちを詰め込んだ -パーティーソング-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6009", - "masterBgmId": 31006009, - "previewMasterBgmId": 32006009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/27", - "masterReleaseLabelId": 223080703 - }, - { - "id": 6010, - "name": "La la Yuuki no Uta", - "shortName": "La la Yuuki no Uta", - "kana": "La la Yuuki no Uta", - "artist": "Yohane, Hanamaru, Dia, Ruby, Chika, You, Kanan, Riko, and Mari", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Fi’Ne, Morito Yonezawa, and alura
Arrangement: Fi’Ne, Morito Yonezawa, and alura", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第13話挿入歌。大切な人たちが住む、大切なこの町を守りたい!ヨハネ達9人が仲間と共に、その絆を手に、そして魔法を胸に再びステージに上がりヌマヅに平和を取り戻し、歌声で満たすために歌ったクラシックな旋律が印象的な美しくも力強い楽曲 ♪", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6010", - "masterBgmId": 31006010, - "previewMasterBgmId": 32006010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/11", - "masterReleaseLabelId": 223091801 - }, - { - "id": 6011, - "name": "GAME ON!", - "shortName": "GAME ON!", - "kana": "GAME ON!", - "artist": "Aqours", - "detailInfo": "Lyrics: Kanata Okajima and Hayato Yamamoto
Composition: Junya Maesako, Ryosuke Saito, and Hitoshi Harukawa
Arrangement: Ryosuke Saito", - "dictionaryReference": "", - "dictionaryComment": "Everyone is engaged in a \"war against the darkness within themselves.\" Facing the other you in the mirror, the signal to begin the operation in the parallel world is \"GAME ON!\"", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6001", - "masterBgmId": 31006011, - "previewMasterBgmId": 32006011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/26", - "masterReleaseLabelId": 223121802 - }, - { - "id": 6012, - "name": "SILENT PAIN", - "shortName": "SILENT PAIN", - "kana": "SILENT PAIN", - "artist": "Aqours", - "detailInfo": "Lyrics: FUNK UCHINO
Composition: TAKAROT and FUNK UCHINO
Arrangement: TAKAROT and Shoma Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "Yohane and her party combat the strange phenomenon threatening Numazu daily. In a slight reprieve from their daily battles... This song depicts each of their worries and troubles, and their hopes for a brighter future despite their heartache in that moment.", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6002", - "masterBgmId": 31006012, - "previewMasterBgmId": 32006012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223121802 - }, - { - "id": 9001, - "name": "LIVE with a smile!", - "shortName": "LIVE with a smile!", - "kana": "LIVE with a smile!", - "artist": "Aqours, Nijigasaki High School Idol Club, and Liella!", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Saito and Diz
Arrangement: EFFY (FirstCall)", - "dictionaryReference": "", - "dictionaryComment": "The theme song for the Love Live! Series Presents COUNTDOWN Love Live! 2021→2022 concert. The magnificent melody and lyrics shine in a way that only school idols can, reminding fans all over again of the connections between characters and the epic stories of Love Live!", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9001", - "masterBgmId": 31009001, - "previewMasterBgmId": 32009001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 9002, - "name": "Mikansei Dream!", - "shortName": "Mikansei Dream!", - "kana": "Mikansei Dream!", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Misaka), Yuuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), and Ruri Aoyama (as Sayaka Harukaze)", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Kojima
Arrangement: Mine Kushita", - "dictionaryReference": "School Idol Musical Theme Song", - "dictionaryComment": "The theme song for Love Live! School Idol Musical. The album was released just ahead of the first theatrical run. The perfect anthem for the musical, it depicts the blend of joy, anxiety, and excitement of jumping headfirst into a brand-new world.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9002", - "masterBgmId": 31009002, - "previewMasterBgmId": 32009002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/10", - "masterReleaseLabelId": 1 - }, - { - "id": 9003, - "name": "Mikansei Dream! (Tsubakisakuhana Girls' High School Ver.)", - "shortName": "Mikansei Dream! (Tsubakisakuhana Girls' High School Ver.)", - "kana": "Mikansei Dream! (Tsubakisakuhana Girls' High School Ver.)", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), and Minami Sato (as Maya Misaka)", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Kojima
Arrangement: Mine Kushita", - "dictionaryReference": "School Idol Musical Theme Song", - "dictionaryComment": "The Tsubakisakuhana version of the theme song for Love Live! School Idol Musical, included on the original album. The perfect anthem for the musical, it depicts the blend of joy, anxiety, and excitement of jumping headfirst into a brand-new world.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9002", - "masterBgmId": 31009003, - "previewMasterBgmId": 32009003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/10", - "masterReleaseLabelId": 1 - }, - { - "id": 9004, - "name": "Mikansei Dream! (Takizakura Girl's Academy Ver.)", - "shortName": "Mikansei Dream! (Takizakura Girl's Academy Ver.)", - "kana": "Mikansei Dream! (Takizakura Girl's Academy Ver.)", - "artist": "Yuuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), and Ruri Aoyama (as Sayaka Harukaze)", - "detailInfo": "Lyrics: Aki Hata
Composition: Ryota Kojima
Arrangement: Mine Kushita", - "dictionaryReference": "School Idol Musical Theme Song", - "dictionaryComment": "The Takizakura version of the theme song for Love Live! School Idol Musical, included on the original album. The perfect anthem for the musical, it depicts the blend of joy, anxiety, and excitement of jumping headfirst into a brand-new world.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9002", - "masterBgmId": 31009004, - "previewMasterBgmId": 32009004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/10", - "masterReleaseLabelId": 1 - }, - { - "id": 9005, - "name": "Kirari Hirari Mau Sakura", - "shortName": "Kirari Hirari Mau Sakura", - "kana": "Kirari Hirari Mau Sakura", - "artist": "Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Koshimoto
Composition: Ryota Kojima
Arrangement: Mine Kushita", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Most prominent piece by the idol club at Takizakura Girls' Academy's Performing Arts Department. This cheerful EDM track illustrates a group of girls full of energy and spirit, with lyrics describing new passions blooming alongside the cherry blossoms at their school.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009005, - "previewMasterBgmId": 32009005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9006, - "name": "Anata ga Center", - "shortName": "Anata ga Center", - "kana": "Anata ga Center", - "artist": "Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "This song heard during the musical features Kyoka, the school director, encouraging the club members of Takizakura Girls' Academy Idol Club after their performance of Kirari Hirari Mau Sakura for a television program. The other girls sing of their hopes and dreams as they work toward their bright futures on stage.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009006, - "previewMasterBgmId": 32009006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9007, - "name": "Yume Miru Sekai~Rurika no Omoi", - "shortName": "Yume Miru Sekai~Rurika no Omoi", - "kana": "Yume Miru Sekai~Rurika no Omoi", - "artist": "Marina Horiuchi (as Rurika Tsubaki)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Rurika sings about her admiration of Anzu after seeing her on stage during Takizakura Girls' Academy's performance on TV. This song provides a closer look at Rurika's character as her mind is flooded with thoughts of the important promise she made and that brilliant stage she dreams of.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009007, - "previewMasterBgmId": 32009007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9008, - "name": "Yume Miru Sekai(Tsubakisakuhana Joshi High School Ver.)", - "shortName": "Yume Miru Sekai(Tsubakisakuhana Joshi High School Ver.)", - "kana": "Yume Miru Sekai(Tsubakisakuhana Joshi High School Ver.)", - "artist": "Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "The students of Tsubakisakuhana Girls' High sing about the traditional ways of their school. Underneath that refined, proper outward appearance, the girls must endure a reality of strict, rigorous study every day.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009008, - "previewMasterBgmId": 32009008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9009, - "name": "Yume Miru Sekai~Tsubakisakuhana no Nichijou", - "shortName": "Yume Miru Sekai~Tsubakisakuhana no Nichijou", - "kana": "Yume Miru Sekai~Tsubakisakuhana no Nichijou", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), and Minami Sato (as Maya Mikasa)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Rurika is always the top scorer on every test, but her grades have suddenly dropped! In this song, her four close friends Yuzuha, Yukino, Hikaru, and Maya are worried something might have happened to her.", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009009, - "previewMasterBgmId": 32009009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9010, - "name": "Dento no Keifu", - "shortName": "Dento no Keifu", - "kana": "Dento no Keifu", - "artist": "Marina Horiuchi (as Rurika Tsubaki) and Yuki Aono (as Madoka Tsubaki)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Madoka, the director of Tsubakisakuhana Girls' High School and also Rurika's mother, preaches the importance of the school's traditions. Rurika then voices her understanding of this, singing of her promise to her father that she still holds dear.", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009010, - "previewMasterBgmId": 32009010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9011, - "name": "Mezase Major Debut", - "shortName": "Mezase Major Debut", - "kana": "Mezase Major Debut", - "artist": "Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "The Takizakura Girls' Academy Idol Club members work tremendously hard at what they do. Led by Misuzu Wakatsuki as club president, they each sing of their desire to stand at the top and utilize their individual talents to become the next ace.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009011, - "previewMasterBgmId": 32009011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9012, - "name": "Kagayakashii Mirai", - "shortName": "Kagayakashii Mirai", - "kana": "Kagayakashii Mirai", - "artist": "Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "After some fiery encouragement from Kyoka, the school director, all idol club members are pumped full of positive energy as they strive to work even harder for their major debut, singing this funk rhythm about their school's pride.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009012, - "previewMasterBgmId": 32009012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9013, - "name": "Naritai Jibun", - "shortName": "Naritai Jibun", - "kana": "Naritai Jibun", - "artist": "Yuna Sekine (as Anzu Takizawa)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "In this sentimental ballad, Anzu fondly recalls her younger self that dearly admired school idols. She sings about her genuine love for song and dance, the conflicts within herself, and distant memories with her mother.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009013, - "previewMasterBgmId": 32009013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9014, - "name": "Wa-ga Ko-no Ryugi", - "shortName": "Wa-ga Ko-no Ryugi", - "kana": "Wa-ga Ko-no Ryugi", - "artist": "Yuki Aono (as Madoka Tsubaki), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kurumi Fujimoto, Tomoe Furusawa, and Mei Morimoto", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "This performance takes place during a meeting among the Kansai Private School Federation. When Takizakura Girls' Academy Director Kyoka voices her stance about taking a more modern approach to her school's expansion, the back-and-forth turns into a clashing of opinions between old rivals Kyoka and Madoka.", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009014, - "previewMasterBgmId": 32009014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9015, - "name": "Sorezore no Yakuwari", - "shortName": "Sorezore no Yakuwari", - "kana": "Sorezore no Yakuwari", - "artist": "Mizuki Saiba (as Misuzu Wakatsuki) and Sayaka Okamura (as Kyoka Takizawa)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "In this duet, School Director Kyoka asks Misuzu about her reasons for serving as Takizakura Girls' Academy Idol Club President. Their voices begin to overlay against each other as their intertwining opinions and emotions spill out.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009015, - "previewMasterBgmId": 32009015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9016, - "name": "Heibon na Mirai", - "shortName": "Heibon na Mirai", - "kana": "Heibon na Mirai", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Upon seeing Takizakura Girls' Academy Idol Club's live performance up close, the group of five friends at Tsubakisakuhana sing about their admiration for school idols. Their ordinary school lives have been spent only studying, so the thought of becoming idols seems like a distant dream.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009016, - "previewMasterBgmId": 32009016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9017, - "name": "Uwasa no Tenkosei", - "shortName": "Uwasa no Tenkosei", - "kana": "Uwasa no Tenkosei", - "artist": "Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Anzu, the most popular member of Takizakura Girls' Academy Idol Club, was spotted at Tsubakisakuhana Girls' High School. In this energetic track, the students of Tsubakisakuhana sing of their surprise at the tsunami that has swept over their ordinary school lives.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009017, - "previewMasterBgmId": 32009017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9018, - "name": "Hossoku! Tsubakisakuhana Idol Club", - "shortName": "Hossoku! Tsubakisakuhana Idol Club", - "kana": "Hossoku! Tsubakisakuhana Idol Club", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Yuki Aono (as Madoka Tsubaki), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "A sudden declaration from Tsubakisakuhana Girls' High School Director Madoka stirs up confusion among those listening, after which everyone's thoughts complicate even further in this grand finale number to wrap up the first act of the musical.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009018, - "previewMasterBgmId": 32009018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9019, - "name": "Atarashii Chance", - "shortName": "Atarashii Chance", - "kana": "Atarashii Chance", - "artist": "Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Sayaka Okamura (as Kyoka Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "After Anzu's departure, members of the Takizakura Girls' Academy Idol Club, along with the director, sing about their opposition to the newly established Tsubakisakuhana Idol Club in this high-tempo, funky performance.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009019, - "previewMasterBgmId": 32009019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9020, - "name": "Shinyu", - "shortName": "Shinyu", - "kana": "Shinyu", - "artist": "Marina Horiuchi (as Rurika Tsubaki) and Nanami Asai (as Yuzuha Sumeragi)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "When Anzu comes into the picture, a wedge is driven between the childhood friendship of Rurika and Yuzuha. In this sentimental duet, the girls sing of their feelings toward one another and the discomfort in their hearts stemming from their miscommunication.", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009020, - "previewMasterBgmId": 32009020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9021, - "name": "Mezase Major Debut(Reprise)", - "shortName": "Mezase Major Debut(Reprise)", - "kana": "Mezase Major Debut(Reprise)", - "artist": "Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Upon the departure of Anzu, the members of Takizakura Girls' Academy Idol Club fall apart as they scramble for the chance to become the lead singer. The dialogue for this number also includes encouraging words from the director to pump them up.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009021, - "previewMasterBgmId": 32009021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9022, - "name": "Fukamaru Naka", - "shortName": "Fukamaru Naka", - "kana": "Fukamaru Naka", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "When Anzu joins the group of five friends at Tsubakisakuhana, they can finally establish their own idol club. This cheerful performance depicts their overflowing excitement and anticipation for the bright future to come.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009022, - "previewMasterBgmId": 32009022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9023, - "name": "Nakushite Hajimete Kizuku Koto", - "shortName": "Nakushite Hajimete Kizuku Koto", - "kana": "Nakushite Hajimete Kizuku Koto", - "artist": "Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Takizakura Girls' Academy Idol Club falls apart after losing Anzu. In this song, the first and second-year members sing of their worries and insecurities about the future of their idol club.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009023, - "previewMasterBgmId": 32009023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9024, - "name": "Kimi to Miru Yume (Practice Ver.)", - "shortName": "Kimi to Miru Yume (Practice Ver.)", - "kana": "Kimi to Miru Yume (Practice Ver.)", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), and Yuna Sekine (as Anzu Takizawa)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "This is the first song by the Tsubakisakuhana Idol Club, with lyrics by Yuzuha and composition by Anzu. The song describes the willingness of Rurika and Yuzuha to chase after the future together with their friends.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009024, - "previewMasterBgmId": 32009024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9025, - "name": "Kimi to Miru Yume~Kyouka no Tomadoi", - "shortName": "Kimi to Miru Yume~Kyouka no Tomadoi", - "kana": "Kimi to Miru Yume~Kyouka no Tomadoi", - "artist": "Sayaka Okamura (as Kyoka Takizawa)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "School Director Kyoka comes along to persuade Anzu to return to the idol club at Takizakura, but witnesses an unexpected sight... While recalling past memories, she expresses disappointment in herself after realizing something important.", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009025, - "previewMasterBgmId": 32009025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9026, - "name": "Ashita wa Kitto", - "shortName": "Ashita wa Kitto", - "kana": "Ashita wa Kitto", - "artist": "Marina Horiuchi (as Rurika Tsubaki)", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Rurika is alone now, due to a situation she is unable to repair. She sings about her welling sorrow after realizing just how precious her friends were for always being by her side, supporting and encouraging her.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009026, - "previewMasterBgmId": 32009026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9027, - "name": "Itsuka Watashi mo", - "shortName": "Itsuka Watashi mo", - "kana": "Itsuka Watashi mo", - "artist": "Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "During independent practice at Harborland Plaza, performers working toward their idol debuts sing and dance this uplifting tune with dreams of someday achieving that bright future they always wanted.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009027, - "previewMasterBgmId": 32009027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9028, - "name": "Yume no Compass", - "shortName": "Yume no Compass", - "kana": "Yume no Compass", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Rurika realizes the true reason she wanted to create the idol club. Although under time constraints, she decides to pursue her dreams because anything is possible. This high-tempo pop-rock number is performed by the five members at their full power.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009028, - "previewMasterBgmId": 32009028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9029, - "name": "Masshiro na Canvas", - "shortName": "Masshiro na Canvas", - "kana": "Masshiro na Canvas", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "The first number performed together as new friends. As each member brings their individual talents together, this upbeat and high-energy show tune describes their joy in the things they can achieve through their strong bonds.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009029, - "previewMasterBgmId": 32009029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9030, - "name": "Kimi to Miru Yume(Bunkasai version)", - "shortName": "Kimi to Miru Yume(Bunkasai version)", - "kana": "Kimi to Miru Yume(Bunkasai version)", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), and Ruri Aoyama (as Sayaka Harukaze)", - "detailInfo": "Lyrics: Koki Koshimoto
Composition: Ryota Kojima
Arrangement: Mine Kushita", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "This is the first song by the Tsubakisakuhana Idol Club, with lyrics by Yuzuha and composition by Anzu. This version is performed with new friends at the cultural festival as a brushed-up version of the one shown previously during the play.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009030, - "previewMasterBgmId": 32009030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9031, - "name": "Yume no Compass(Bunkasai version)", - "shortName": "Yume no Compass(Bunkasai version)", - "kana": "Yume no Compass(Bunkasai version)", - "artist": "Marina Horiuchi (as Rurika Tsubaki), Nanami Asai (as Yuzuha Sumeragi), Julia An (as Yukino Hojo), Rina Koyama (as Hikaru Amakusa), Minami Sato (as Maya Mikasa), Yuna Sekine (as Anzu Takizawa), Mizuki Saiba (as Misuzu Wakatsuki), Sana Hoshimori (as Toa Kurusu), Ibuki Mita (as Rena Suzuka), Ruri Aoyama (as Sayaka Harukaze), Mayuko Ohara, Kaede Kaneko, Mayuri Suzuki, Kanon Nakazaki, Kurumi Fujimoto, Tomoe Furusawa, Mei Morimoto, and Nanoka Watanabe", - "detailInfo": "Lyrics: Koki Kishimoto
Composition / Arrangement: Ryota Kojima", - "dictionaryReference": "School Idol Musical", - "dictionaryComment": "Originally sung by the five members of Tsubakisakuhana Idol Club, marked by the passion and enthusiasm overflowing from within Rurika and her friends. This full version is an expansion of that, performed together with new friends at the cultural festival.
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009031, - "previewMasterBgmId": 32009031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9032, - "name": "Ijigen★♥BIGBANG", - "shortName": "Ijigen★♥BIGBANG", - "kana": "Ijigen Big Bang", - "artist": "Uzuki Shimamura (CV: Ayaka Ohashi), Shizuka Mogami (CV: Azusa Tadokoro), Kogane Tsukioka (CV: Karin Isobe), Chika Takami (CV: Anju Inami), Ayumu Uehara (CV: Aguri Onishi), Kanon Shibuya (CV: Sayuri Date), Kaho Hinoshita (CV: Nozomi Nirei)", - "detailInfo": "Lyrics: YiNA
Composition: Koutarou Odaka and UiNA
Arrangement: Kotaro Odaka and Naoki Tani", - "dictionaryReference": "IJIGEN FES THE IDOLM@STER★︎♥LOVELIVE! UTAGASSEN", - "dictionaryComment": "Additional information to be added later.", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9032", - "masterBgmId": 31009032, - "previewMasterBgmId": 32009032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/12/06", - "masterReleaseLabelId": 223111507 - } -] \ No newline at end of file diff --git a/src/router/databases/json/item.json b/src/router/databases/json/item.json deleted file mode 100644 index 0bdc48d..0000000 --- a/src/router/databases/json/item.json +++ /dev/null @@ -1,3840 +0,0 @@ -[ - { - "id": 15010001, - "name": "1回勧誘チケット", - "category": 2, - "effectType": 2, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010001", - "itemTab": 2, - "priority": 1, - "expireDate": "", - "itemExpireType": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 15010002, - "name": "10回勧誘チケット", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010002", - "itemTab": 3, - "priority": 2, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 15010003, - "name": "期限付き10回勧誘チケット", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット(使用期限あり)
10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 3, - "expireDate": "", - "itemExpireType": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 15010004, - "name": "10回勧誘チケット(スクフェスデータ連携特典)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
一部の勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010002", - "itemTab": 3, - "priority": 4, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 15010005, - "name": "10回勧誘チケット(スクスタデータ連携特典)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
一部の勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010002", - "itemTab": 3, - "priority": 5, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 15010006, - "name": "1回通常勧誘チケット(2023/7/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 6, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 15010007, - "name": "10回通常勧誘チケット(2023/7/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 7, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 15010008, - "name": "1回通常勧誘チケット(2023/7/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 8, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 15010009, - "name": "10回通常勧誘チケット(2023/7/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 9, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 15010010, - "name": "1回通常勧誘チケット(2023/8/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 10, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 15010011, - "name": "10回通常勧誘チケット(2023/8/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 11, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 15010012, - "name": "1回通常勧誘チケット(2023/8/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 12, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 15010013, - "name": "10回通常勧誘チケット(2023/8/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 13, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 15010014, - "name": "1回通常勧誘チケット(2023/9/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 14, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 15010015, - "name": "10回通常勧誘チケット(2023/9/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 15, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 15010016, - "name": "1回通常勧誘チケット(2023/9/30 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 16, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 15010017, - "name": "10回通常勧誘チケット(2023/9/30 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 17, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 15010018, - "name": "1回通常勧誘チケット(2023/10/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 18, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 15010019, - "name": "10回通常勧誘チケット(2023/10/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 19, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 15010020, - "name": "1回通常勧誘チケット(2023/10/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 20, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 15010021, - "name": "10回通常勧誘チケット(2023/10/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 21, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 15010022, - "name": "1回通常勧誘チケット(2023/11/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 22, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 15010023, - "name": "1回通常勧誘チケット(2023/11/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 23, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 15010024, - "name": "10回通常勧誘チケット(2023/11/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 24, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 15010025, - "name": "1回通常勧誘チケット(2023/11/30 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 25, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 15010026, - "name": "10回通常勧誘チケット(2023/11/30 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 26, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 15010027, - "name": "1回通常勧誘チケット(2023/11/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 27, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223102506 - }, - { - "id": 15010028, - "name": "1回通常勧誘チケット(2023/12/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 28, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 15010029, - "name": "10回通常勧誘チケット(2023/12/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 29, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 15010030, - "name": "1回通常勧誘チケット(2023/12/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 30, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 15010031, - "name": "10回通常勧誘チケット(2023/12/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 31, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 15010032, - "name": "1回通常勧誘チケット(2023/12/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 32, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 15010033, - "name": "10回通常勧誘チケット(2023/12/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 33, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 15010034, - "name": "1回通常勧誘チケット(2024/1/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 34, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 15010035, - "name": "10回通常勧誘チケット(2024/1/15 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 35, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 15010036, - "name": "1回通常勧誘チケット(2024/1/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 36, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 15010037, - "name": "10回通常勧誘チケット(2024/1/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 37, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 15010038, - "name": "1回通常勧誘チケット(2024/2/14 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 38, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 15010039, - "name": "10回通常勧誘チケット(2024/2/14 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 39, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 15010040, - "name": "1回通常勧誘チケット(2024/3/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で1回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010006", - "itemTab": 3, - "priority": 40, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224020109 - }, - { - "id": 15010041, - "name": "10回通常勧誘チケット(2024/3/31 11:59まで)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "勧誘を実行できるチケット
通常勧誘で10回勧誘と同じ内容を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 41, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224020109 - }, - { - "id": 15020001, - "name": "10回勧誘チケット(スクフェス2 大感謝勧誘)", - "category": 9, - "effectType": 6, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スクフェス2 大感謝勧誘を実行できるチケット
10回勧誘を実行できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15010003", - "itemTab": 3, - "priority": 100, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030118 - }, - { - "id": 15500001, - "name": "勧誘ポイント [リリース記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「リリース記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 15500002, - "name": "勧誘ポイント [放課後の原宿Liella!♡]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~放課後の原宿Liella!♡~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 15510004, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、5月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 15510005, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、5月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 15510006, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、6月19日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 15510007, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、6月30日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 15510008, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、7月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 15510009, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、7月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 15510010, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、8月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 15510011, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、8月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 15510012, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、9月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 15510013, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、9月30日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 15510014, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、10月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 15510015, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、10月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 15510016, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、11月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 15510017, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、11月30日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 15510018, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、12月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 15510019, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、12月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 15510020, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、1月15日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 15510021, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、1月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 15510022, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、2月14日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 15510023, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、3月1日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 15510024, - "name": "勧誘ポイント [通常]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「通常勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます
※本ポイントの交換期限は、3月31日までとなります", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 15520001, - "name": "勧誘ポイント [わたしたちとこの街]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~わたしたちとこの街~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 15520002, - "name": "勧誘ポイント [商店街をアピールだ!]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~商店街をアピールだ!~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 15520003, - "name": "勧誘ポイント [Live in Nature]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~Live in Nature~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 15520004, - "name": "勧誘ポイント [煌めく踊り子]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~煌めく踊り子~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 15520005, - "name": "勧誘ポイント [太陽降り注ぐ夏合宿]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~太陽降り注ぐ夏合宿~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 15520006, - "name": "勧誘ポイント [真夏の人魚姫]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~真夏の人魚姫~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 15520007, - "name": "勧誘ポイント [砂浜駆ける夏の海]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~砂浜駆ける夏の海~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 15520008, - "name": "勧誘ポイント [夏夜に咲き誇る花]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~夏夜に咲き誇る花~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 15520009, - "name": "勧誘ポイント [月夜に輝く尾花]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~月夜に輝く尾花~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 15520010, - "name": "勧誘ポイント [浴衣で涼む街めぐり]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~浴衣で涼む街めぐり~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 15520011, - "name": "勧誘ポイント [Trick or Treat!]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~Trick or Treat!~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 15520012, - "name": "勧誘ポイント [ひだまりのマーチングバンド]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~ひだまりのマーチングバンド~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 15520013, - "name": "勧誘ポイント [にゃんにゃん🐾メイドさん]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~にゃんにゃん🐾メイドさん~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 15520014, - "name": "勧誘ポイント [みんなでMerryChristmas!]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~みんなでMerryChristmas!~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 15520015, - "name": "勧誘ポイント [雪まつりのサンタクロース]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~雪まつりのサンタクロース~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 15520016, - "name": "勧誘ポイント [みんなへのあけましておめでとう]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~みんなへのあけましておめでとう~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 15520017, - "name": "勧誘ポイント [氷上のフェアリー]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~氷上のフェアリー~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 15520018, - "name": "勧誘ポイント [恋に囚われし乙女]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~恋に囚われし乙女~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 15520019, - "name": "勧誘ポイント [百鬼夜行の夜]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~百鬼夜行の夜~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 15520020, - "name": "勧誘ポイント [Y2K♡GALS]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ピックアップ勧誘~Y2K♡GALS~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 15530001, - "name": "勧誘ポイント [かのんちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「かのんちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 15530002, - "name": "勧誘ポイント [愛ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「愛ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 15530003, - "name": "勧誘ポイント [希ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「希ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 15530004, - "name": "勧誘ポイント [鞠莉ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「鞠莉ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 15530005, - "name": "勧誘ポイント [四季ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「四季ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 15530006, - "name": "勧誘ポイント [果林ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「果林ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 15530007, - "name": "勧誘ポイント [善子ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「善子ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 15530008, - "name": "勧誘ポイント [可可ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「可可ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 15530009, - "name": "勧誘ポイント [にこちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「にこちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 15530010, - "name": "勧誘ポイント [千歌ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「千歌ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 15530011, - "name": "勧誘ポイント [穂乃果ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「穂乃果ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 15530012, - "name": "勧誘ポイント [夏美ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「夏美ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 15530013, - "name": "勧誘ポイント [せつ菜ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「せつ菜ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 15530014, - "name": "勧誘ポイント [ことりちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ことりちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 15530015, - "name": "勧誘ポイント [梨子ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「梨子ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 15530016, - "name": "勧誘ポイント [ルビィちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ルビィちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 15530017, - "name": "勧誘ポイント [すみれちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「すみれちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 15530018, - "name": "勧誘ポイント [栞子ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「栞子ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 15530019, - "name": "勧誘ポイント [絵里ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「絵里ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 15530020, - "name": "勧誘ポイント [メイちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「メイちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 15530021, - "name": "勧誘ポイント [凛ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「凛ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 15530022, - "name": "勧誘ポイント [璃奈ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「璃奈ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 15530023, - "name": "勧誘ポイント [恋ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「恋ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 15530024, - "name": "勧誘ポイント [ミアちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ミアちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 15530025, - "name": "勧誘ポイント [彼方ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「彼方ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 15530026, - "name": "勧誘ポイント [冬毬ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「冬毬ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 15530027, - "name": "勧誘ポイント [ダイヤちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ダイヤちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 15530028, - "name": "勧誘ポイント [花陽ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「花陽ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 15530029, - "name": "勧誘ポイント [マルガレーテちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「マルガレーテちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 15530030, - "name": "勧誘ポイント [かすみちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「かすみちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 15530031, - "name": "勧誘ポイント [エマちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「エマちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 15530032, - "name": "勧誘ポイント [果南ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「果南ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 15530033, - "name": "勧誘ポイント [嵐珠ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「嵐珠ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 15530034, - "name": "勧誘ポイント [千砂都ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「千砂都ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 15530035, - "name": "勧誘ポイント [歩夢ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「歩夢ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 15530036, - "name": "勧誘ポイント [花丸ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「花丸ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 15530037, - "name": "勧誘ポイント [海未ちゃんお誕生記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「海未ちゃんお誕生日記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 15540001, - "name": "勧誘ポイント [スクフェスデータ連携特典]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「スクフェスデータ連携特典 チケット勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 15540002, - "name": "勧誘ポイント [属性ピックアップ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「スマイル限定!ピックアップ勧誘」、
「ピュア限定!ピックアップ勧誘」、
「クール限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 15540005, - "name": "勧誘ポイント [ラブソングカーニバル 歩夢編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~歩夢編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 15540006, - "name": "勧誘ポイント [ラブソングカーニバル かすみ編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~かすみ編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 15540007, - "name": "勧誘ポイント [ラブソングカーニバル しずく編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~しずく編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 15540008, - "name": "勧誘ポイント [ラブソングカーニバル 果林編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~果林編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 15540009, - "name": "勧誘ポイント [ラブソングカーニバル 愛編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~愛編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 15540010, - "name": "勧誘ポイント [ラブソングカーニバル 彼方編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~彼方編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 15540011, - "name": "勧誘ポイント [ラブソングカーニバル せつ菜編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~せつ菜編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 15540012, - "name": "勧誘ポイント [ラブソングカーニバル エマ編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~エマ編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 15540013, - "name": "勧誘ポイント [ラブソングカーニバル 璃奈編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~璃奈編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 15540014, - "name": "勧誘ポイント [ラブソングカーニバル 栞子編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~栞子編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 15540015, - "name": "勧誘ポイント [ラブソングカーニバル ミア編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~ミア編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 15540016, - "name": "勧誘ポイント [ラブソングカーニバル 嵐珠編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘~嵐珠編~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 15540017, - "name": "勧誘ポイント [Half Anniversary]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「1日1回無料!Half Anniversary記念勧誘」、
「UR確定 Half Anniversary記念勧誘」、
「ピックアップ勧誘~Boo! Boo! ハロウィンランド~」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 15540023, - "name": "勧誘ポイント [私のラブソング編]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「私のラブソング編 開幕記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 15540024, - "name": "勧誘ポイント [μ's ピックアップ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「μ's限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 15540025, - "name": "勧誘ポイント [Aqours ピックアップ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「Aqours限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 15540027, - "name": "勧誘ポイント [幻日のヨハネ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「幻日のヨハネ -The Story of the Sound of Heart- 開催記念勧誘」
で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 15540028, - "name": "勧誘ポイント [1年生ピックアップ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「1年限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 15540029, - "name": "勧誘ポイント [2年生ピックアップ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「2年限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 15540030, - "name": "勧誘ポイント [3年生ピックアップ]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「3年限定!ピックアップ勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 15540031, - "name": "勧誘ポイント [年末年始記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「年末年始記念!最大240回無料勧誘」「年末年始記念!UR確定勧誘」
で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 15540032, - "name": "勧誘ポイント [新春記念]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「新春初夢記念勧誘」「新春初夢!UR確定勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 15540033, - "name": "勧誘ポイント [ラブソングカーニバル]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「ラブソングカーニバル記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 15540034, - "name": "勧誘ポイント [大感謝勧誘]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「スクフェス2大感謝祭 記念勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 15540035, - "name": "勧誘ポイント [スペシャル勧誘]", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "「スペシャル勧誘」で獲得できるポイント
様々な部員やアイテムと交換することができる
※期限終了後、スキルブック(中)に変換されます", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "15020001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 30010001, - "name": "メモリアルピース", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "イベントやログインボーナスなどで獲得できる
ピースを集めることで、交換所にて加入するメモリアル部員と交換できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "30010001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 30010002, - "name": "ヴァイスシュヴァルツ交換券", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "ヴァイスシュヴァルツ登場記念キャンペーン交換所で利用できる交換券", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "30010002", - "itemTab": 5, - "priority": 501, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223110106 - }, - { - "id": 30010003, - "name": "スノーホワイトクリスマス交換券", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スノーホワイトクリスマスキャンペーン交換所で利用できる交換券", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "30010003", - "itemTab": 5, - "priority": 502, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120107 - }, - { - "id": 30010004, - "name": "福袋ポイント", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "新春記念!福袋パック交換所で利用できる交換券", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "30010004", - "itemTab": 5, - "priority": 502, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224010107 - }, - { - "id": 30010005, - "name": "バレンタイン交換券", - "category": 1, - "effectType": 0, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "ハッピーバレンタインデーキャンペーン交換所で利用できる交換券", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "30010005", - "itemTab": 5, - "priority": 502, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224020104 - }, - { - "id": 16005001, - "name": "レッスンノート(小)", - "category": 4, - "effectType": 3, - "effectConditionValue": 0, - "effectValue": 100, - "extraEffectValue": 0, - "effectDetail": "レッスンで使用する事で部員の経験値を獲得できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 100, - "spriteName": "16005001", - "itemTab": 1, - "priority": 217, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 16005002, - "name": "レッスンノート(中)", - "category": 4, - "effectType": 3, - "effectConditionValue": 0, - "effectValue": 1000, - "extraEffectValue": 0, - "effectDetail": "レッスンで使用する事で部員の経験値を獲得できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 1000, - "spriteName": "16005002", - "itemTab": 1, - "priority": 218, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 16005003, - "name": "レッスンノート(大)", - "category": 4, - "effectType": 3, - "effectConditionValue": 0, - "effectValue": 5000, - "extraEffectValue": 0, - "effectDetail": "レッスンで使用する事で部員の経験値を獲得できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 5000, - "spriteName": "16005003", - "itemTab": 1, - "priority": 219, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 17001001, - "name": "スキルブック(小)", - "category": 5, - "effectType": 4, - "effectConditionValue": 0, - "effectValue": 100, - "extraEffectValue": 0, - "effectDetail": "スキルレッスンで使用する事で特技の経験値を獲得できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 1000, - "spriteName": "17001001", - "itemTab": 1, - "priority": 321, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 17001002, - "name": "スキルブック(中)", - "category": 5, - "effectType": 4, - "effectConditionValue": 0, - "effectValue": 1000, - "extraEffectValue": 0, - "effectDetail": "スキルレッスンで使用する事で特技の経験値を獲得できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 10000, - "spriteName": "17001002", - "itemTab": 1, - "priority": 322, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 17001003, - "name": "スキルブック(大)", - "category": 5, - "effectType": 4, - "effectConditionValue": 0, - "effectValue": 5000, - "extraEffectValue": 0, - "effectDetail": "スキルレッスンで使用する事で特技の経験値を獲得できる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 50000, - "spriteName": "17001003", - "itemTab": 1, - "priority": 323, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 19100001, - "name": "ペンライト", - "category": 3, - "effectType": 8, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "部員を覚醒することができる", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "19400001", - "itemTab": 1, - "priority": 405, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20000001, - "name": "LPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20000001", - "itemTab": 2, - "priority": 1, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20000002, - "name": "LPキャンディ[中]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 50, - "extraEffectValue": 0, - "effectDetail": "LPを50回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20000002", - "itemTab": 2, - "priority": 2, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20000003, - "name": "LPキャンディ[大]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 100, - "extraEffectValue": 0, - "effectDetail": "LPを100回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20000003", - "itemTab": 2, - "priority": 3, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20001001, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 10, - "expireDate": "2023/05/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20002001, - "name": "期限付きLPキャンディ[中]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 50, - "extraEffectValue": 0, - "effectDetail": "LPを50回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20002001", - "itemTab": 2, - "priority": 11, - "expireDate": "2023/05/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20003001, - "name": "期限付きLPキャンディ[大]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 100, - "extraEffectValue": 0, - "effectDetail": "LPを100回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20003001", - "itemTab": 2, - "priority": 12, - "expireDate": "2023/05/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20001002, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 13, - "expireDate": "2023/06/10 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 20001003, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 14, - "expireDate": "2023/06/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 20001004, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 15, - "expireDate": "2023/07/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223061107 - }, - { - "id": 20001005, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 16, - "expireDate": "2023/08/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 20001006, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 17, - "expireDate": "2023/09/30 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 20001007, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 18, - "expireDate": "2023/10/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 20001008, - "name": "ハロウィンLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001002", - "itemTab": 2, - "priority": 19, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223102502 - }, - { - "id": 20001009, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 20, - "expireDate": "2023/11/30 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 20001010, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 20, - "expireDate": "2023/12/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 20001011, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 20, - "expireDate": "2024/01/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 20001012, - "name": "クリスマスLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001003", - "itemTab": 2, - "priority": 20, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223120106 - }, - { - "id": 20001013, - "name": "LP鏡餅", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001004", - "itemTab": 2, - "priority": 20, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224010109 - }, - { - "id": 20001014, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 20, - "expireDate": "2024/01/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223120803 - }, - { - "id": 20001015, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 20, - "expireDate": "2024/02/29 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 20001016, - "name": "LPバレンタインチョコ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001005", - "itemTab": 2, - "priority": 20, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224020105 - }, - { - "id": 20001017, - "name": "LPホワイトデーマカロン[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001006", - "itemTab": 2, - "priority": 20, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 224030112 - }, - { - "id": 20001018, - "name": "期限付きLPキャンディ[小]", - "category": 8, - "effectType": 1, - "effectConditionValue": 0, - "effectValue": 10, - "extraEffectValue": 0, - "effectDetail": "LPを10回復できるアイテム(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "20001001", - "itemTab": 2, - "priority": 20, - "expireDate": "2024/03/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 21000001, - "name": "スキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21000001", - "itemTab": 3, - "priority": 10, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 21001001, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/05/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 21001002, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/06/10 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 21001003, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/06/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 21001004, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/07/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223061107 - }, - { - "id": 21001005, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/08/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 21001006, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/09/30 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 21001007, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/10/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 21001008, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/11/30 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 21001009, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2023/12/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 21001010, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2024/01/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 21001011, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2024/01/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223120803 - }, - { - "id": 21001012, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2024/02/29 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 21001013, - "name": "期限付きスキップチケット", - "category": 1, - "effectType": 10, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スキップを実施するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "21001001", - "itemTab": 3, - "priority": 10, - "expireDate": "2024/03/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 22000001, - "name": "スターアシストチケット", - "category": 1, - "effectType": 9, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スターアシストを使用するために必要なチケット", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "22000001", - "itemTab": 5, - "priority": 500, - "expireDate": "", - "itemExpireType": 0, - "masterReleaseLabelId": 223111506 - }, - { - "id": 22001001, - "name": "期限付きスターアシストチケット", - "category": 1, - "effectType": 9, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スターアシストを使用するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "22001001", - "itemTab": 5, - "priority": 500, - "expireDate": "2023/12/31 14:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 22001003, - "name": "期限付きスターアシストチケット", - "category": 1, - "effectType": 9, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スターアシストを使用するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "22001001", - "itemTab": 5, - "priority": 500, - "expireDate": "2024/01/25 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 224011505 - }, - { - "id": 22001004, - "name": "期限付きスターアシストチケット", - "category": 1, - "effectType": 9, - "effectConditionValue": 0, - "effectValue": 0, - "extraEffectValue": 0, - "effectDetail": "スターアシストを使用するために必要なチケット(使用期限あり)", - "wayToUse": "用途ダミー", - "wayToGet": "入手先ダミー", - "price": 0, - "spriteName": "22001001", - "itemTab": 5, - "priority": 500, - "expireDate": "2024/02/22 4:59:59", - "itemExpireType": 0, - "masterReleaseLabelId": 224021405 - } -] \ No newline at end of file diff --git a/src/router/databases/json/live.json b/src/router/databases/json/live.json deleted file mode 100644 index 54eb50e..0000000 --- a/src/router/databases/json/live.json +++ /dev/null @@ -1,14653 +0,0 @@ -[ - { - "id": 1100101, - "masterMusicId": 1001, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 210, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20100825, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100201, - "masterMusicId": 1002, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 173, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150708, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100301, - "masterMusicId": 1003, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 212, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20200325, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100401, - "masterMusicId": 1004, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 180, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150708, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100501, - "masterMusicId": 1005, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 187, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20121017, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100601, - "masterMusicId": 1006, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 118, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130424, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100701, - "masterMusicId": 1007, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 85, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150701, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100801, - "masterMusicId": 1008, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 143, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20101222, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1100901, - "masterMusicId": 1009, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 140, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130621, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101001, - "masterMusicId": 1010, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 196, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101101, - "masterMusicId": 1011, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 138, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140508, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101201, - "masterMusicId": 1012, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130724, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101401, - "masterMusicId": 1014, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 162, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140611, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101501, - "masterMusicId": 1015, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 140, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120725, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101601, - "masterMusicId": 1016, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 124, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150131, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101701, - "masterMusicId": 1017, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 165, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140208, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1101901, - "masterMusicId": 1019, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150715, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102001, - "masterMusicId": 1020, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 150, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140709, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102101, - "masterMusicId": 1021, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151028, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102201, - "masterMusicId": 1022, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150701, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102301, - "masterMusicId": 1023, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140709, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102401, - "masterMusicId": 1024, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20121017, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102501, - "masterMusicId": 1025, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130925, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102601, - "masterMusicId": 1026, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 174, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102701, - "masterMusicId": 1027, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 186, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140611, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102801, - "masterMusicId": 1028, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20131127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1102901, - "masterMusicId": 1029, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 62, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110824, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103001, - "masterMusicId": 1030, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120425, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103101, - "masterMusicId": 1031, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 110, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20160302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103201, - "masterMusicId": 1032, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 135, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150523, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103301, - "masterMusicId": 1033, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 90, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20131127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103501, - "masterMusicId": 1035, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 190, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130403, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103701, - "masterMusicId": 1037, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 195, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151125, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103801, - "masterMusicId": 1038, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 216, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120905, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1103901, - "masterMusicId": 1039, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 140, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140129, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104001, - "masterMusicId": 1040, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20130410, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104101, - "masterMusicId": 1041, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 150, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20160120, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104201, - "masterMusicId": 1042, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130821, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104401, - "masterMusicId": 1044, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140528, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104501, - "masterMusicId": 1045, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141001, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104601, - "masterMusicId": 1046, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20140827, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104701, - "masterMusicId": 1047, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104801, - "masterMusicId": 1048, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20101222, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1104901, - "masterMusicId": 1049, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120725, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1105001, - "masterMusicId": 1050, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120425, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1105401, - "masterMusicId": 1054, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130403, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1105501, - "masterMusicId": 1055, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140924, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1105701, - "masterMusicId": 1057, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150422, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1105801, - "masterMusicId": 1058, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1105901, - "masterMusicId": 1059, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141224, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106001, - "masterMusicId": 1060, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130821, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106101, - "masterMusicId": 1061, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151125, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106201, - "masterMusicId": 1062, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106301, - "masterMusicId": 1063, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130306, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106401, - "masterMusicId": 1064, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120905, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106601, - "masterMusicId": 1066, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110727, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106701, - "masterMusicId": 1067, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120725, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106801, - "masterMusicId": 1068, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130206, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1106901, - "masterMusicId": 1069, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130626, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107001, - "masterMusicId": 1070, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140827, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107101, - "masterMusicId": 1071, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151215, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107201, - "masterMusicId": 1072, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130306, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107301, - "masterMusicId": 1073, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20160302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107401, - "masterMusicId": 1074, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140620, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107501, - "masterMusicId": 1075, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130220, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107601, - "masterMusicId": 1076, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20111214, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107701, - "masterMusicId": 1077, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140725, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107801, - "masterMusicId": 1078, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1107901, - "masterMusicId": 1079, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140423, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108001, - "masterMusicId": 1080, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108101, - "masterMusicId": 1081, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140129, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108201, - "masterMusicId": 1082, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140423, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108301, - "masterMusicId": 1083, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140508, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108401, - "masterMusicId": 1084, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20200325, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108501, - "masterMusicId": 1085, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130528, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108601, - "masterMusicId": 1086, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130726, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108701, - "masterMusicId": 1087, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141126, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108801, - "masterMusicId": 1088, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120627, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1108901, - "masterMusicId": 1089, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130925, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109001, - "masterMusicId": 1090, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120523, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109101, - "masterMusicId": 1091, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150422, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109201, - "masterMusicId": 1092, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120125, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109301, - "masterMusicId": 1093, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120215, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109401, - "masterMusicId": 1094, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141029, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109501, - "masterMusicId": 1095, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140528, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109601, - "masterMusicId": 1096, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109701, - "masterMusicId": 1097, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141001, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109801, - "masterMusicId": 1098, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120215, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1109901, - "masterMusicId": 1099, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120125, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110001, - "masterMusicId": 1100, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141112, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110101, - "masterMusicId": 1101, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120523, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110201, - "masterMusicId": 1102, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150523, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110301, - "masterMusicId": 1103, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130724, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110401, - "masterMusicId": 1104, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110824, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110501, - "masterMusicId": 1105, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130206, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110601, - "masterMusicId": 1106, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120627, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110701, - "masterMusicId": 1107, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110801, - "masterMusicId": 1108, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120627, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1110901, - "masterMusicId": 1109, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150523, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111001, - "masterMusicId": 1110, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20160120, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111101, - "masterMusicId": 1111, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151223, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111201, - "masterMusicId": 1112, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20111123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111301, - "masterMusicId": 1113, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141126, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111401, - "masterMusicId": 1114, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151223, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111501, - "masterMusicId": 1115, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120523, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111601, - "masterMusicId": 1116, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141112, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111701, - "masterMusicId": 1117, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130828, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111801, - "masterMusicId": 1118, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20110727, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1111901, - "masterMusicId": 1119, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141224, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112001, - "masterMusicId": 1120, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20141225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112101, - "masterMusicId": 1121, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130626, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112301, - "masterMusicId": 1123, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150715, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112401, - "masterMusicId": 1124, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112601, - "masterMusicId": 1126, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130322, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112701, - "masterMusicId": 1127, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120725, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112801, - "masterMusicId": 1128, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20100825, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1112901, - "masterMusicId": 1129, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20151028, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1113001, - "masterMusicId": 1130, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20120425, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1113101, - "masterMusicId": 1131, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130220, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1113201, - "masterMusicId": 1132, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20101222, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113301, - "masterMusicId": 1133, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20130123, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113401, - "masterMusicId": 1134, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 90, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20131127, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113501, - "masterMusicId": 1135, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20140528, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113601, - "masterMusicId": 1136, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 85, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150701, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113701, - "masterMusicId": 1137, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150701, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113801, - "masterMusicId": 1138, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20150715, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1113901, - "masterMusicId": 1139, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 150, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20160120, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1114001, - "masterMusicId": 1140, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 110, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000001, - "rehearsalImagePath": "b_adv_0005", - "priority": 20160302, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1200101, - "masterMusicId": 2001, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200508, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200201, - "masterMusicId": 2002, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210922, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200301, - "masterMusicId": 2003, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20201209, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200401, - "masterMusicId": 2004, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20200819, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200501, - "masterMusicId": 2005, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200826, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200601, - "masterMusicId": 2006, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20200819, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200701, - "masterMusicId": 2007, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20201209, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200801, - "masterMusicId": 2008, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200801, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1200901, - "masterMusicId": 2009, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191030, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201001, - "masterMusicId": 2010, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210331, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201101, - "masterMusicId": 2011, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210417, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201201, - "masterMusicId": 2012, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210101, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201301, - "masterMusicId": 2013, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210304, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201401, - "masterMusicId": 2014, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210210, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201501, - "masterMusicId": 2015, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20201209, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201601, - "masterMusicId": 2016, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201701, - "masterMusicId": 2017, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220210, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201801, - "masterMusicId": 2018, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210713, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1201901, - "masterMusicId": 2019, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20211007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202001, - "masterMusicId": 2020, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220304, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202101, - "masterMusicId": 2021, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220413, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202201, - "masterMusicId": 2022, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210623, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202301, - "masterMusicId": 2023, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210623, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202401, - "masterMusicId": 2024, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210602, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202501, - "masterMusicId": 2025, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210623, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202601, - "masterMusicId": 2026, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210602, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202701, - "masterMusicId": 2027, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210801, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202801, - "masterMusicId": 2028, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210919, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1202901, - "masterMusicId": 2029, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191211, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203001, - "masterMusicId": 2030, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200722, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203101, - "masterMusicId": 2031, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161222, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203201, - "masterMusicId": 2032, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203301, - "masterMusicId": 2033, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170224, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203401, - "masterMusicId": 2034, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170324, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203501, - "masterMusicId": 2035, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170405, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203601, - "masterMusicId": 2036, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160720, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203701, - "masterMusicId": 2037, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160824, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203801, - "masterMusicId": 2038, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170630, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1203901, - "masterMusicId": 2039, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170510, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204001, - "masterMusicId": 2040, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170621, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204101, - "masterMusicId": 2041, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170405, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204201, - "masterMusicId": 2042, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170405, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204301, - "masterMusicId": 2043, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170531, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204401, - "masterMusicId": 2044, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171025, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204501, - "masterMusicId": 2045, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171115, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204601, - "masterMusicId": 2046, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171129, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204701, - "masterMusicId": 2047, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170621, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204801, - "masterMusicId": 2048, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170802, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1204901, - "masterMusicId": 2049, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170802, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205001, - "masterMusicId": 2050, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170802, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205101, - "masterMusicId": 2051, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170802, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205201, - "masterMusicId": 2052, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171129, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205301, - "masterMusicId": 2053, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171220, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205401, - "masterMusicId": 2054, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171222, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205501, - "masterMusicId": 2055, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180117, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205601, - "masterMusicId": 2056, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180117, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205701, - "masterMusicId": 2057, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180126, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205801, - "masterMusicId": 2058, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170510, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1205901, - "masterMusicId": 2059, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171025, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206001, - "masterMusicId": 2060, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180223, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206101, - "masterMusicId": 2061, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180223, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206201, - "masterMusicId": 2062, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180323, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206301, - "masterMusicId": 2063, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180424, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206401, - "masterMusicId": 2064, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180424, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206501, - "masterMusicId": 2065, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170531, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206601, - "masterMusicId": 2066, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206701, - "masterMusicId": 2067, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206801, - "masterMusicId": 2068, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1206901, - "masterMusicId": 2069, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180630, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207001, - "masterMusicId": 2070, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170324, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207101, - "masterMusicId": 2071, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20161130, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207201, - "masterMusicId": 2072, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180801, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207301, - "masterMusicId": 2073, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20171220, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207401, - "masterMusicId": 2074, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20171220, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207501, - "masterMusicId": 2075, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170324, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207601, - "masterMusicId": 2076, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171115, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207701, - "masterMusicId": 2077, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20181124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207801, - "masterMusicId": 2078, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20181124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1207901, - "masterMusicId": 2079, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20181124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208001, - "masterMusicId": 2080, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170324, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208101, - "masterMusicId": 2081, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190130, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208201, - "masterMusicId": 2082, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190130, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208301, - "masterMusicId": 2083, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208401, - "masterMusicId": 2084, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208601, - "masterMusicId": 2086, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20151007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208701, - "masterMusicId": 2087, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20151007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208801, - "masterMusicId": 2088, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1208901, - "masterMusicId": 2089, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160511, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209001, - "masterMusicId": 2090, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209101, - "masterMusicId": 2091, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209201, - "masterMusicId": 2092, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160511, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209301, - "masterMusicId": 2093, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209401, - "masterMusicId": 2094, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160608, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209501, - "masterMusicId": 2095, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160803, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209601, - "masterMusicId": 2096, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160720, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209701, - "masterMusicId": 2097, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160803, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209801, - "masterMusicId": 2098, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160824, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1209901, - "masterMusicId": 2099, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210001, - "masterMusicId": 2100, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160914, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210101, - "masterMusicId": 2101, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160914, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210201, - "masterMusicId": 2102, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161109, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210301, - "masterMusicId": 2103, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160927, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210401, - "masterMusicId": 2104, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161109, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210501, - "masterMusicId": 2105, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160608, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210601, - "masterMusicId": 2106, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210701, - "masterMusicId": 2107, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210801, - "masterMusicId": 2108, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1210901, - "masterMusicId": 2109, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161125, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211101, - "masterMusicId": 2111, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20190206, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211201, - "masterMusicId": 2112, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190206, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211301, - "masterMusicId": 2113, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211401, - "masterMusicId": 2114, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180801, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211501, - "masterMusicId": 2115, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190630, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211601, - "masterMusicId": 2116, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20211007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211701, - "masterMusicId": 2117, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211801, - "masterMusicId": 2118, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190925, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1211901, - "masterMusicId": 2119, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190925, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212001, - "masterMusicId": 2120, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20180622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212101, - "masterMusicId": 2121, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212201, - "masterMusicId": 2122, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191204, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212301, - "masterMusicId": 2123, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190925, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212401, - "masterMusicId": 2124, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190726, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212501, - "masterMusicId": 2125, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212601, - "masterMusicId": 2126, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191204, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212701, - "masterMusicId": 2127, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191211, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212801, - "masterMusicId": 2128, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1212901, - "masterMusicId": 2129, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191204, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213001, - "masterMusicId": 2130, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200722, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213101, - "masterMusicId": 2131, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191211, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213201, - "masterMusicId": 2132, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20200819, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213301, - "masterMusicId": 2133, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210331, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213401, - "masterMusicId": 2134, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20201209, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213501, - "masterMusicId": 2135, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20201007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213601, - "masterMusicId": 2136, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213701, - "masterMusicId": 2137, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20200919, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1213801, - "masterMusicId": 2138, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20191030, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214201, - "masterMusicId": 2142, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20151007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214301, - "masterMusicId": 2143, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220824, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214401, - "masterMusicId": 2144, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210728, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214501, - "masterMusicId": 2145, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210630, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214601, - "masterMusicId": 2146, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210922, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214701, - "masterMusicId": 2147, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20211103, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214801, - "masterMusicId": 2148, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220101, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1214901, - "masterMusicId": 2149, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210728, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215001, - "masterMusicId": 2150, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20211124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215101, - "masterMusicId": 2151, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210613, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215201, - "masterMusicId": 2152, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210728, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215301, - "masterMusicId": 2153, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20210602, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215401, - "masterMusicId": 2154, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 108, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220630, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215601, - "masterMusicId": 2156, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220824, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215701, - "masterMusicId": 2157, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 126, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220417, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215801, - "masterMusicId": 2158, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 108, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220613, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1215901, - "masterMusicId": 2159, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 135, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220713, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216001, - "masterMusicId": 2160, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 96, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220801, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216101, - "masterMusicId": 2161, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 175, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220919, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216201, - "masterMusicId": 2162, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 130, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216301, - "masterMusicId": 2163, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216401, - "masterMusicId": 2164, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20221109, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216501, - "masterMusicId": 2165, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 93, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20190206, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1216601, - "masterMusicId": 2166, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20230101, - "campaignFlag": 0, - "masterReleaseLabelId": 223061105 - }, - { - "id": 1216701, - "masterMusicId": 2167, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1216801, - "masterMusicId": 2168, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1216901, - "masterMusicId": 2169, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20231003, - "campaignFlag": 0, - "masterReleaseLabelId": 223100303 - }, - { - "id": 1217001, - "masterMusicId": 2170, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20231003, - "campaignFlag": 0, - "masterReleaseLabelId": 223100303 - }, - { - "id": 1217101, - "masterMusicId": 2171, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20231003, - "campaignFlag": 0, - "masterReleaseLabelId": 223100303 - }, - { - "id": 1217201, - "masterMusicId": 2172, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20221109, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1217301, - "masterMusicId": 2173, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20201007, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1217401, - "masterMusicId": 2174, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20220216, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1217501, - "masterMusicId": 2175, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20231003, - "campaignFlag": 0, - "masterReleaseLabelId": 223100303 - }, - { - "id": 1217601, - "masterMusicId": 2176, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160427, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1217701, - "masterMusicId": 2177, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160608, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1217801, - "masterMusicId": 2178, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20160720, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1217901, - "masterMusicId": 2179, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20161123, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1218001, - "masterMusicId": 2180, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20170405, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1218101, - "masterMusicId": 2181, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000002, - "rehearsalImagePath": "b_adv_0018", - "priority": 20171025, - "campaignFlag": 0, - "masterReleaseLabelId": 224012901 - }, - { - "id": 1300101, - "masterMusicId": 3001, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300201, - "masterMusicId": 3002, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201104, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300301, - "masterMusicId": 3003, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300401, - "masterMusicId": 3004, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300501, - "masterMusicId": 3005, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300601, - "masterMusicId": 3006, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210714, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300701, - "masterMusicId": 3007, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210715, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300801, - "masterMusicId": 3008, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1300901, - "masterMusicId": 3009, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211006, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301001, - "masterMusicId": 3010, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211006, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301101, - "masterMusicId": 3011, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301201, - "masterMusicId": 3012, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301301, - "masterMusicId": 3013, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301401, - "masterMusicId": 3014, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210616, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301501, - "masterMusicId": 3015, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200729, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301601, - "masterMusicId": 3016, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211006, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301701, - "masterMusicId": 3017, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301801, - "masterMusicId": 3018, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1301901, - "masterMusicId": 3019, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201021, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302001, - "masterMusicId": 3020, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302101, - "masterMusicId": 3021, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302201, - "masterMusicId": 3022, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302301, - "masterMusicId": 3023, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302401, - "masterMusicId": 3024, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302501, - "masterMusicId": 3025, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302601, - "masterMusicId": 3026, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302701, - "masterMusicId": 3027, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302801, - "masterMusicId": 3028, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1302901, - "masterMusicId": 3029, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303001, - "masterMusicId": 3030, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303101, - "masterMusicId": 3031, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210526, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303201, - "masterMusicId": 3032, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210526, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303401, - "masterMusicId": 3034, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303501, - "masterMusicId": 3035, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210113, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303601, - "masterMusicId": 3036, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200212, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303701, - "masterMusicId": 3037, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201216, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303801, - "masterMusicId": 3038, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1303901, - "masterMusicId": 3039, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200212, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304001, - "masterMusicId": 3040, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201118, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304101, - "masterMusicId": 3041, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200212, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304201, - "masterMusicId": 3042, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201118, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304301, - "masterMusicId": 3043, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304401, - "masterMusicId": 3044, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211013, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304501, - "masterMusicId": 3045, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201202, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304601, - "masterMusicId": 3046, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200212, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304701, - "masterMusicId": 3047, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304801, - "masterMusicId": 3048, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210616, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1304901, - "masterMusicId": 3049, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305001, - "masterMusicId": 3050, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305101, - "masterMusicId": 3051, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201104, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305201, - "masterMusicId": 3052, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201118, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305301, - "masterMusicId": 3053, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200212, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305401, - "masterMusicId": 3054, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201216, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305501, - "masterMusicId": 3055, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305601, - "masterMusicId": 3056, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305701, - "masterMusicId": 3057, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305801, - "masterMusicId": 3058, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1305901, - "masterMusicId": 3059, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306001, - "masterMusicId": 3060, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306101, - "masterMusicId": 3061, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306201, - "masterMusicId": 3062, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201021, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306301, - "masterMusicId": 3063, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306401, - "masterMusicId": 3064, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211006, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306501, - "masterMusicId": 3065, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210113, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306601, - "masterMusicId": 3066, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201216, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306701, - "masterMusicId": 3067, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201202, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306801, - "masterMusicId": 3068, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201202, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1306901, - "masterMusicId": 3069, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307001, - "masterMusicId": 3070, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307101, - "masterMusicId": 3071, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307201, - "masterMusicId": 3072, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200729, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307301, - "masterMusicId": 3073, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200212, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307401, - "masterMusicId": 3074, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307501, - "masterMusicId": 3075, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307601, - "masterMusicId": 3076, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307701, - "masterMusicId": 3077, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20191002, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307801, - "masterMusicId": 3078, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20181121, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1307901, - "masterMusicId": 3079, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308001, - "masterMusicId": 3080, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 93, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220420, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308101, - "masterMusicId": 3081, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220420, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308201, - "masterMusicId": 3082, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 127, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308301, - "masterMusicId": 3083, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 135, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308401, - "masterMusicId": 3084, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308501, - "masterMusicId": 3085, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 120, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220511, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308601, - "masterMusicId": 3086, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 117, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220511, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308701, - "masterMusicId": 3087, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 89, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308801, - "masterMusicId": 3088, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 150, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220525, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1308901, - "masterMusicId": 3089, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 90, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220608, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309001, - "masterMusicId": 3090, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 115, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220608, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309101, - "masterMusicId": 3091, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 171, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309201, - "masterMusicId": 3092, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 115, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220622, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309401, - "masterMusicId": 3094, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 91, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220727, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309501, - "masterMusicId": 3095, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220624, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309601, - "masterMusicId": 3096, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220727, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309701, - "masterMusicId": 3097, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220826, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309801, - "masterMusicId": 3098, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220928, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1309901, - "masterMusicId": 3099, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 93, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221012, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310001, - "masterMusicId": 3100, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210625, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310101, - "masterMusicId": 3101, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20201224, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310201, - "masterMusicId": 3102, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210326, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310301, - "masterMusicId": 3103, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210127, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310401, - "masterMusicId": 3104, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310501, - "masterMusicId": 3105, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310601, - "masterMusicId": 3106, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20210526, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310701, - "masterMusicId": 3107, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 135, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220427, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310801, - "masterMusicId": 3108, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211103, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1310901, - "masterMusicId": 3109, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221102, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311001, - "masterMusicId": 3110, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221102, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311101, - "masterMusicId": 3111, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 127, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221005, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311201, - "masterMusicId": 3112, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 106, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221005, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311301, - "masterMusicId": 3113, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 137, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220928, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311401, - "masterMusicId": 3114, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 164, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220928, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311501, - "masterMusicId": 3115, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20200902, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311601, - "masterMusicId": 3116, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20211124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311701, - "masterMusicId": 3117, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221028, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311801, - "masterMusicId": 3118, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221125, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1311901, - "masterMusicId": 3119, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221223, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312101, - "masterMusicId": 3121, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312201, - "masterMusicId": 3122, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221123, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312301, - "masterMusicId": 3123, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230201, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312401, - "masterMusicId": 3124, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221012, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312501, - "masterMusicId": 3125, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20220727, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312601, - "masterMusicId": 3126, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20221012, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312701, - "masterMusicId": 3127, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230201, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312801, - "masterMusicId": 3128, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230201, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1312901, - "masterMusicId": 3129, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230201, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1313401, - "masterMusicId": 3134, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230630, - "campaignFlag": 0, - "masterReleaseLabelId": 223063007 - }, - { - "id": 1313501, - "masterMusicId": 3135, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230608, - "campaignFlag": 0, - "masterReleaseLabelId": 223060801 - }, - { - "id": 1313601, - "masterMusicId": 3136, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230608, - "campaignFlag": 0, - "masterReleaseLabelId": 223060801 - }, - { - "id": 1313701, - "masterMusicId": 3137, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230630, - "campaignFlag": 0, - "masterReleaseLabelId": 223063007 - }, - { - "id": 1313801, - "masterMusicId": 3138, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1313901, - "masterMusicId": 3139, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1314001, - "masterMusicId": 3140, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230831, - "campaignFlag": 0, - "masterReleaseLabelId": 223083101 - }, - { - "id": 1314101, - "masterMusicId": 3141, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314201, - "masterMusicId": 3142, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314301, - "masterMusicId": 3143, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314401, - "masterMusicId": 3144, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314501, - "masterMusicId": 3145, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314601, - "masterMusicId": 3146, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314701, - "masterMusicId": 3147, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314801, - "masterMusicId": 3148, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1314901, - "masterMusicId": 3149, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1315001, - "masterMusicId": 3150, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1315101, - "masterMusicId": 3151, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1315201, - "masterMusicId": 3152, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20230906, - "campaignFlag": 0, - "masterReleaseLabelId": 223090602 - }, - { - "id": 1315301, - "masterMusicId": 3153, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20231004, - "campaignFlag": 0, - "masterReleaseLabelId": 223100402 - }, - { - "id": 1400101, - "masterMusicId": 4001, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210721, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400201, - "masterMusicId": 4002, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210825, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400301, - "masterMusicId": 4003, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211020, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400401, - "masterMusicId": 4004, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210825, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400501, - "masterMusicId": 4005, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210721, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400601, - "masterMusicId": 4006, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211020, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400701, - "masterMusicId": 4007, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400801, - "masterMusicId": 4008, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211020, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1400901, - "masterMusicId": 4009, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401001, - "masterMusicId": 4010, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20220202, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401101, - "masterMusicId": 4011, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 178, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401201, - "masterMusicId": 4012, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20220202, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401301, - "masterMusicId": 4013, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401401, - "masterMusicId": 4014, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 148, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210929, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401501, - "masterMusicId": 4015, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401601, - "masterMusicId": 4016, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401701, - "masterMusicId": 4017, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211020, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401801, - "masterMusicId": 4018, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210825, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1401901, - "masterMusicId": 4019, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 200, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402001, - "masterMusicId": 4020, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210407, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402101, - "masterMusicId": 4021, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402201, - "masterMusicId": 4022, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210407, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402301, - "masterMusicId": 4023, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 141, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402401, - "masterMusicId": 4024, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211103, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402501, - "masterMusicId": 4025, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402601, - "masterMusicId": 4026, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402701, - "masterMusicId": 4027, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1402801, - "masterMusicId": 4028, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403001, - "masterMusicId": 4030, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403101, - "masterMusicId": 4031, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 125, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210825, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403201, - "masterMusicId": 4032, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210929, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403301, - "masterMusicId": 4033, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403401, - "masterMusicId": 4034, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 113, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210804, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403501, - "masterMusicId": 4035, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211224, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403601, - "masterMusicId": 4036, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 128, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403701, - "masterMusicId": 4037, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210407, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403801, - "masterMusicId": 4038, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210407, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1403901, - "masterMusicId": 4039, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210929, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404001, - "masterMusicId": 4040, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210929, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404101, - "masterMusicId": 4041, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210928, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404201, - "masterMusicId": 4042, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404301, - "masterMusicId": 4043, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404401, - "masterMusicId": 4044, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220302, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404501, - "masterMusicId": 4045, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404601, - "masterMusicId": 4046, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20210804, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404701, - "masterMusicId": 4047, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 136, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211126, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404801, - "masterMusicId": 4048, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220803, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1404901, - "masterMusicId": 4049, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 154, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220803, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405001, - "masterMusicId": 4050, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 106, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220810, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405101, - "masterMusicId": 4051, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 147, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220810, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405201, - "masterMusicId": 4052, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 106, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220817, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405301, - "masterMusicId": 4053, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 153, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220817, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405401, - "masterMusicId": 4054, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 170, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405501, - "masterMusicId": 4055, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 140, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405601, - "masterMusicId": 4056, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221019, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405701, - "masterMusicId": 4057, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221019, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1405901, - "masterMusicId": 4059, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230630, - "campaignFlag": 0, - "masterReleaseLabelId": 223063007 - }, - { - "id": 1406001, - "masterMusicId": 4060, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20221130, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406101, - "masterMusicId": 4061, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20221130, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406401, - "masterMusicId": 4064, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220126, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406501, - "masterMusicId": 4065, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 171, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211124, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406601, - "masterMusicId": 4066, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406701, - "masterMusicId": 4067, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406801, - "masterMusicId": 4068, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 152, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220817, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1406901, - "masterMusicId": 4069, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 88, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220817, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407101, - "masterMusicId": 4071, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230415, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407301, - "masterMusicId": 4073, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407401, - "masterMusicId": 4074, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407501, - "masterMusicId": 4075, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407601, - "masterMusicId": 4076, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407701, - "masterMusicId": 4077, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407801, - "masterMusicId": 4078, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1407901, - "masterMusicId": 4079, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408001, - "masterMusicId": 4080, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408101, - "masterMusicId": 4081, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408201, - "masterMusicId": 4082, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221026, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408301, - "masterMusicId": 4083, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220225, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408401, - "masterMusicId": 4084, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408501, - "masterMusicId": 4085, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408601, - "masterMusicId": 4086, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408701, - "masterMusicId": 4087, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408801, - "masterMusicId": 4088, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20211027, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1408901, - "masterMusicId": 4089, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1409001, - "masterMusicId": 4090, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 122, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20220921, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1409101, - "masterMusicId": 4091, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221019, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1409201, - "masterMusicId": 4092, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20221019, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1409401, - "masterMusicId": 4094, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1409501, - "masterMusicId": 4095, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1409601, - "masterMusicId": 4096, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1409701, - "masterMusicId": 4097, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1409801, - "masterMusicId": 4098, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1409901, - "masterMusicId": 4099, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1410001, - "masterMusicId": 4100, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1410101, - "masterMusicId": 4101, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1410201, - "masterMusicId": 4102, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1410301, - "masterMusicId": 4103, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1410401, - "masterMusicId": 4104, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1410501, - "masterMusicId": 4105, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1410601, - "masterMusicId": 4106, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230315, - "campaignFlag": 0, - "masterReleaseLabelId": 223061105 - }, - { - "id": 1410701, - "masterMusicId": 4107, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230315, - "campaignFlag": 0, - "masterReleaseLabelId": 223061105 - }, - { - "id": 1410801, - "masterMusicId": 4108, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231013, - "campaignFlag": 0, - "masterReleaseLabelId": 223101301 - }, - { - "id": 1411001, - "masterMusicId": 4110, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20230910, - "campaignFlag": 0, - "masterReleaseLabelId": 223091002 - }, - { - "id": 1411101, - "masterMusicId": 4111, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231013, - "campaignFlag": 0, - "masterReleaseLabelId": 223101301 - }, - { - "id": 1411201, - "masterMusicId": 4112, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231108, - "campaignFlag": 0, - "masterReleaseLabelId": 223110801 - }, - { - "id": 1411301, - "masterMusicId": 4113, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231013, - "campaignFlag": 0, - "masterReleaseLabelId": 223101301 - }, - { - "id": 1411401, - "masterMusicId": 4114, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231108, - "campaignFlag": 0, - "masterReleaseLabelId": 223110801 - }, - { - "id": 1411501, - "masterMusicId": 4115, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231013, - "campaignFlag": 0, - "masterReleaseLabelId": 223101301 - }, - { - "id": 1411601, - "masterMusicId": 4116, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 20231108, - "campaignFlag": 0, - "masterReleaseLabelId": 223110801 - }, - { - "id": 1315401, - "masterMusicId": 3154, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20240124, - "campaignFlag": 0, - "masterReleaseLabelId": 224010111 - }, - { - "id": 1315501, - "masterMusicId": 3155, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000003, - "rehearsalImagePath": "b_adv_0025", - "priority": 20240124, - "campaignFlag": 0, - "masterReleaseLabelId": 224010111 - }, - { - "id": 1411701, - "masterMusicId": 4117, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 224011001, - "campaignFlag": 0, - "masterReleaseLabelId": 224012006 - }, - { - "id": 1411801, - "masterMusicId": 4118, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 224011002, - "campaignFlag": 0, - "masterReleaseLabelId": 224012006 - }, - { - "id": 1411901, - "masterMusicId": 4119, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000004, - "rehearsalImagePath": "b_adv_0026", - "priority": 224011003, - "campaignFlag": 0, - "masterReleaseLabelId": 224021202 - }, - { - "id": 1500101, - "masterMusicId": 5001, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1500201, - "masterMusicId": 5002, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1500301, - "masterMusicId": 5003, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1500401, - "masterMusicId": 5004, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230531, - "campaignFlag": 0, - "masterReleaseLabelId": 223053107 - }, - { - "id": 1500501, - "masterMusicId": 5005, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230531, - "campaignFlag": 0, - "masterReleaseLabelId": 223053107 - }, - { - "id": 1500601, - "masterMusicId": 5006, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230531, - "campaignFlag": 0, - "masterReleaseLabelId": 223053107 - }, - { - "id": 1500701, - "masterMusicId": 5007, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230531, - "campaignFlag": 0, - "masterReleaseLabelId": 223053107 - }, - { - "id": 1500801, - "masterMusicId": 5008, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230531, - "campaignFlag": 0, - "masterReleaseLabelId": 223053107 - }, - { - "id": 1500901, - "masterMusicId": 5009, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230531, - "campaignFlag": 0, - "masterReleaseLabelId": 223053107 - }, - { - "id": 1501001, - "masterMusicId": 5010, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230615, - "campaignFlag": 0, - "masterReleaseLabelId": 223061507 - }, - { - "id": 1501101, - "masterMusicId": 5011, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230615, - "campaignFlag": 0, - "masterReleaseLabelId": 223061507 - }, - { - "id": 1501201, - "masterMusicId": 5012, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230615, - "campaignFlag": 0, - "masterReleaseLabelId": 223061507 - }, - { - "id": 1501301, - "masterMusicId": 5013, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230615, - "campaignFlag": 0, - "masterReleaseLabelId": 223061507 - }, - { - "id": 1501401, - "masterMusicId": 5014, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1501501, - "masterMusicId": 5015, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1501601, - "masterMusicId": 5016, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230811, - "campaignFlag": 0, - "masterReleaseLabelId": 223081102 - }, - { - "id": 1501701, - "masterMusicId": 5017, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230329, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1501801, - "masterMusicId": 5018, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230809, - "campaignFlag": 0, - "masterReleaseLabelId": 223111507 - }, - { - "id": 1501901, - "masterMusicId": 5019, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230809, - "campaignFlag": 0, - "masterReleaseLabelId": 223111507 - }, - { - "id": 1502001, - "masterMusicId": 5020, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 223111507 - }, - { - "id": 1502101, - "masterMusicId": 5021, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 223111507 - }, - { - "id": 1502201, - "masterMusicId": 5022, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230809, - "campaignFlag": 0, - "masterReleaseLabelId": 223120504 - }, - { - "id": 1502301, - "masterMusicId": 5023, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230809, - "campaignFlag": 0, - "masterReleaseLabelId": 223120504 - }, - { - "id": 1502401, - "masterMusicId": 5024, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 224011107 - }, - { - "id": 1502501, - "masterMusicId": 5025, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 223120108 - }, - { - "id": 1502601, - "masterMusicId": 5026, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 223120108 - }, - { - "id": 1502701, - "masterMusicId": 5027, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 224011107 - }, - { - "id": 1502801, - "masterMusicId": 5028, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 224011107 - }, - { - "id": 1502901, - "masterMusicId": 5029, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 223120108 - }, - { - "id": 1503001, - "masterMusicId": 5030, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 224011107 - }, - { - "id": 1503101, - "masterMusicId": 5031, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000005, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230920, - "campaignFlag": 0, - "masterReleaseLabelId": 223120108 - }, - { - "id": 1600101, - "masterMusicId": 6001, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230608, - "campaignFlag": 0, - "masterReleaseLabelId": 223060801 - }, - { - "id": 1600201, - "masterMusicId": 6002, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230703, - "campaignFlag": 0, - "masterReleaseLabelId": 223070301 - }, - { - "id": 1600301, - "masterMusicId": 6003, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230626, - "campaignFlag": 0, - "masterReleaseLabelId": 223062602 - }, - { - "id": 1600401, - "masterMusicId": 6004, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230710, - "campaignFlag": 0, - "masterReleaseLabelId": 223071001 - }, - { - "id": 1600501, - "masterMusicId": 6005, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230717, - "campaignFlag": 0, - "masterReleaseLabelId": 223071701 - }, - { - "id": 1600601, - "masterMusicId": 6006, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230731, - "campaignFlag": 0, - "masterReleaseLabelId": 223073107 - }, - { - "id": 1600701, - "masterMusicId": 6007, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230814, - "campaignFlag": 0, - "masterReleaseLabelId": 223081402 - }, - { - "id": 1600801, - "masterMusicId": 6008, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230911, - "campaignFlag": 0, - "masterReleaseLabelId": 223091102 - }, - { - "id": 1600901, - "masterMusicId": 6009, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230807, - "campaignFlag": 0, - "masterReleaseLabelId": 223080703 - }, - { - "id": 1601001, - "masterMusicId": 6010, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230918, - "campaignFlag": 0, - "masterReleaseLabelId": 223091801 - }, - { - "id": 1601101, - "masterMusicId": 6011, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230608, - "campaignFlag": 0, - "masterReleaseLabelId": 223121802 - }, - { - "id": 1601201, - "masterMusicId": 6012, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000007, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230703, - "campaignFlag": 0, - "masterReleaseLabelId": 223121802 - }, - { - "id": 1900101, - "masterMusicId": 9001, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 99, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20211103, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1900201, - "masterMusicId": 9002, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20221210, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1900301, - "masterMusicId": 9003, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20221210, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1900401, - "masterMusicId": 9004, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20221210, - "campaignFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1900501, - "masterMusicId": 9005, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230508, - "campaignFlag": 0, - "masterReleaseLabelId": 223050801 - }, - { - "id": 1900601, - "masterMusicId": 9006, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1900701, - "masterMusicId": 9007, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230508, - "campaignFlag": 0, - "masterReleaseLabelId": 223050801 - }, - { - "id": 1900801, - "masterMusicId": 9008, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1900901, - "masterMusicId": 9009, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901001, - "masterMusicId": 9010, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901101, - "masterMusicId": 9011, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901201, - "masterMusicId": 9012, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901301, - "masterMusicId": 9013, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901401, - "masterMusicId": 9014, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901501, - "masterMusicId": 9015, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901601, - "masterMusicId": 9016, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901701, - "masterMusicId": 9017, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1901801, - "masterMusicId": 9018, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230508, - "campaignFlag": 0, - "masterReleaseLabelId": 223050801 - }, - { - "id": 1901901, - "masterMusicId": 9019, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902001, - "masterMusicId": 9020, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902101, - "masterMusicId": 9021, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902201, - "masterMusicId": 9022, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902301, - "masterMusicId": 9023, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902401, - "masterMusicId": 9024, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902501, - "masterMusicId": 9025, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902601, - "masterMusicId": 9026, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902701, - "masterMusicId": 9027, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902801, - "masterMusicId": 9028, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1902901, - "masterMusicId": 9029, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230526, - "campaignFlag": 0, - "masterReleaseLabelId": 223052603 - }, - { - "id": 1903001, - "masterMusicId": 9030, - "type": 2, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230508, - "campaignFlag": 0, - "masterReleaseLabelId": 223050801 - }, - { - "id": 1903101, - "masterMusicId": 9031, - "type": 3, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20230508, - "campaignFlag": 0, - "masterReleaseLabelId": 223050801 - }, - { - "id": 1903201, - "masterMusicId": 9032, - "type": 1, - "scoreC": 20000, - "scoreB": 100000, - "scoreA": 250000, - "scoreS": 350000, - "multiScoreC": 70000, - "multiScoreB": 350000, - "multiScoreA": 875000, - "multiScoreS": 1225000, - "liveEffectValueId": 9999, - "bpm": 0, - "startWait": 2.0, - "endWait": 0.0, - "masterLiveRewardSettingId": 1, - "liveBgMovieMasterId": 10000006, - "rehearsalImagePath": "b_adv_0024", - "priority": 20231206, - "campaignFlag": 0, - "masterReleaseLabelId": 223111507 - } -] diff --git a/src/router/databases/json/live_mission.json b/src/router/databases/json/live_mission.json deleted file mode 100644 index 82cb429..0000000 --- a/src/router/databases/json/live_mission.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "id": 1, - "type": 1, - "level": 2, - "value": "C", - "masterLiveMissionRewardId": 140000001, - "masterReleaseLabelId": 1 - }, - { - "id": 2, - "type": 1, - "level": 0, - "value": "B", - "masterLiveMissionRewardId": 140000002, - "masterReleaseLabelId": 1 - }, - { - "id": 3, - "type": 1, - "level": 0, - "value": "A", - "masterLiveMissionRewardId": 140000003, - "masterReleaseLabelId": 1 - }, - { - "id": 4, - "type": 1, - "level": 0, - "value": "S", - "masterLiveMissionRewardId": 140000004, - "masterReleaseLabelId": 1 - }, - { - "id": 11, - "type": 2, - "level": 0, - "value": "0", - "masterLiveMissionRewardId": 140000011, - "masterReleaseLabelId": 1 - }, - { - "id": 12, - "type": 2, - "level": 0, - "value": "1", - "masterLiveMissionRewardId": 140000012, - "masterReleaseLabelId": 1 - }, - { - "id": 13, - "type": 2, - "level": 0, - "value": "2", - "masterLiveMissionRewardId": 140000013, - "masterReleaseLabelId": 1 - }, - { - "id": 14, - "type": 2, - "level": 0, - "value": "3", - "masterLiveMissionRewardId": 140000014, - "masterReleaseLabelId": 1 - }, - { - "id": 21, - "type": 3, - "level": 1, - "value": "", - "masterLiveMissionRewardId": 140000021, - "masterReleaseLabelId": 1 - }, - { - "id": 22, - "type": 3, - "level": 2, - "value": "", - "masterLiveMissionRewardId": 140000022, - "masterReleaseLabelId": 1 - }, - { - "id": 23, - "type": 3, - "level": 3, - "value": "", - "masterLiveMissionRewardId": 140000023, - "masterReleaseLabelId": 1 - }, - { - "id": 24, - "type": 3, - "level": 4, - "value": "", - "masterLiveMissionRewardId": 140000024, - "masterReleaseLabelId": 1 - }, - { - "id": 31, - "type": 4, - "level": 0, - "value": "5", - "masterLiveMissionRewardId": 140000031, - "masterReleaseLabelId": 1 - }, - { - "id": 32, - "type": 4, - "level": 0, - "value": "10", - "masterLiveMissionRewardId": 140000032, - "masterReleaseLabelId": 1 - }, - { - "id": 33, - "type": 4, - "level": 0, - "value": "30", - "masterLiveMissionRewardId": 140000033, - "masterReleaseLabelId": 1 - }, - { - "id": 34, - "type": 4, - "level": 0, - "value": "50", - "masterLiveMissionRewardId": 140000034, - "masterReleaseLabelId": 1 - }, - { - "id": 41, - "type": 5, - "level": 1, - "value": "", - "masterLiveMissionRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 42, - "type": 5, - "level": 2, - "value": "", - "masterLiveMissionRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 43, - "type": 5, - "level": 3, - "value": "", - "masterLiveMissionRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 44, - "type": 5, - "level": 4, - "value": "", - "masterLiveMissionRewardId": 0, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/live_mission_combo.json b/src/router/databases/json/live_mission_combo.json deleted file mode 100644 index bb15788..0000000 --- a/src/router/databases/json/live_mission_combo.json +++ /dev/null @@ -1,6372 +0,0 @@ -[ - { - "masterMusicId": 1001, - "valueList": [ - 139, - 279, - 418, - 558 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1002, - "valueList": [ - 171, - 341, - 512, - 682 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1003, - "valueList": [ - 173, - 346, - 519, - 692 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1004, - "valueList": [ - 125, - 249, - 374, - 498 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1005, - "valueList": [ - 146, - 293, - 439, - 586 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1006, - "valueList": [ - 130, - 259, - 389, - 518 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1007, - "valueList": [ - 166, - 332, - 499, - 665 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1008, - "valueList": [ - 136, - 272, - 409, - 545 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1009, - "valueList": [ - 170, - 340, - 511, - 681 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1010, - "valueList": [ - 134, - 268, - 403, - 537 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1011, - "valueList": [ - 175, - 351, - 526, - 702 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1012, - "valueList": [ - 160, - 320, - 480, - 640 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1014, - "valueList": [ - 140, - 280, - 421, - 561 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1015, - "valueList": [ - 122, - 244, - 365, - 487 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1016, - "valueList": [ - 142, - 284, - 427, - 569 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1017, - "valueList": [ - 142, - 283, - 425, - 566 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1019, - "valueList": [ - 128, - 256, - 384, - 512 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1020, - "valueList": [ - 185, - 370, - 554, - 739 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1021, - "valueList": [ - 192, - 384, - 576, - 768 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1022, - "valueList": [ - 131, - 263, - 394, - 526 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1023, - "valueList": [ - 151, - 302, - 452, - 603 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1024, - "valueList": [ - 149, - 298, - 447, - 596 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1025, - "valueList": [ - 151, - 302, - 453, - 604 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1026, - "valueList": [ - 138, - 276, - 415, - 553 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1027, - "valueList": [ - 123, - 246, - 370, - 493 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1028, - "valueList": [ - 154, - 308, - 463, - 617 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1029, - "valueList": [ - 144, - 289, - 433, - 578 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1030, - "valueList": [ - 161, - 321, - 482, - 642 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1031, - "valueList": [ - 158, - 317, - 475, - 634 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1032, - "valueList": [ - 134, - 268, - 402, - 536 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1033, - "valueList": [ - 160, - 321, - 481, - 642 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1035, - "valueList": [ - 123, - 246, - 370, - 493 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1037, - "valueList": [ - 158, - 317, - 475, - 634 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1038, - "valueList": [ - 132, - 263, - 395, - 526 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1039, - "valueList": [ - 152, - 304, - 457, - 609 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1040, - "valueList": [ - 109, - 217, - 326, - 434 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1041, - "valueList": [ - 199, - 398, - 596, - 795 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1042, - "valueList": [ - 162, - 323, - 485, - 646 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1044, - "valueList": [ - 110, - 219, - 329, - 438 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1045, - "valueList": [ - 138, - 275, - 413, - 550 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1046, - "valueList": [ - 89, - 179, - 268, - 358 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1047, - "valueList": [ - 90, - 181, - 271, - 362 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1048, - "valueList": [ - 110, - 220, - 331, - 441 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1049, - "valueList": [ - 139, - 278, - 418, - 557 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1050, - "valueList": [ - 129, - 258, - 387, - 516 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1054, - "valueList": [ - 139, - 278, - 417, - 556 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1055, - "valueList": [ - 136, - 271, - 407, - 542 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1057, - "valueList": [ - 198, - 396, - 595, - 793 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1058, - "valueList": [ - 150, - 300, - 450, - 600 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1059, - "valueList": [ - 173, - 346, - 518, - 691 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1060, - "valueList": [ - 139, - 279, - 418, - 558 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1061, - "valueList": [ - 190, - 381, - 571, - 762 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1062, - "valueList": [ - 144, - 288, - 431, - 575 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1063, - "valueList": [ - 131, - 262, - 392, - 523 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1064, - "valueList": [ - 123, - 246, - 370, - 493 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1066, - "valueList": [ - 122, - 243, - 365, - 486 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1067, - "valueList": [ - 88, - 176, - 263, - 351 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1068, - "valueList": [ - 127, - 253, - 380, - 506 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1069, - "valueList": [ - 118, - 236, - 353, - 471 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1070, - "valueList": [ - 158, - 316, - 474, - 632 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1071, - "valueList": [ - 101, - 202, - 303, - 404 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1072, - "valueList": [ - 136, - 271, - 407, - 542 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1073, - "valueList": [ - 158, - 316, - 475, - 633 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1074, - "valueList": [ - 122, - 244, - 365, - 487 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1075, - "valueList": [ - 138, - 276, - 414, - 552 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1076, - "valueList": [ - 135, - 270, - 405, - 540 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1077, - "valueList": [ - 180, - 360, - 541, - 721 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1078, - "valueList": [ - 169, - 337, - 506, - 674 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1079, - "valueList": [ - 127, - 254, - 380, - 507 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1080, - "valueList": [ - 112, - 224, - 337, - 449 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1081, - "valueList": [ - 147, - 294, - 441, - 588 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1082, - "valueList": [ - 154, - 308, - 463, - 617 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1083, - "valueList": [ - 113, - 225, - 338, - 450 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1084, - "valueList": [ - 141, - 282, - 424, - 565 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1085, - "valueList": [ - 88, - 177, - 265, - 354 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1086, - "valueList": [ - 212, - 424, - 637, - 849 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1087, - "valueList": [ - 120, - 240, - 360, - 480 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1088, - "valueList": [ - 128, - 256, - 383, - 511 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1089, - "valueList": [ - 190, - 380, - 569, - 759 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1090, - "valueList": [ - 126, - 251, - 377, - 502 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1091, - "valueList": [ - 144, - 288, - 431, - 575 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1092, - "valueList": [ - 97, - 194, - 290, - 387 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1093, - "valueList": [ - 115, - 230, - 345, - 460 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1094, - "valueList": [ - 88, - 175, - 263, - 350 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1095, - "valueList": [ - 173, - 346, - 520, - 693 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1096, - "valueList": [ - 120, - 240, - 360, - 480 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1097, - "valueList": [ - 164, - 328, - 493, - 657 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1098, - "valueList": [ - 91, - 183, - 274, - 366 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1099, - "valueList": [ - 125, - 251, - 376, - 502 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1100, - "valueList": [ - 150, - 300, - 450, - 600 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1101, - "valueList": [ - 162, - 324, - 485, - 647 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1102, - "valueList": [ - 161, - 322, - 483, - 644 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1103, - "valueList": [ - 106, - 212, - 317, - 423 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1104, - "valueList": [ - 157, - 314, - 472, - 629 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1105, - "valueList": [ - 133, - 267, - 400, - 534 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1106, - "valueList": [ - 162, - 323, - 485, - 646 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1107, - "valueList": [ - 168, - 336, - 505, - 673 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1108, - "valueList": [ - 165, - 329, - 494, - 658 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1109, - "valueList": [ - 139, - 278, - 416, - 555 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1110, - "valueList": [ - 141, - 283, - 424, - 566 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1111, - "valueList": [ - 102, - 204, - 305, - 407 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1112, - "valueList": [ - 183, - 366, - 549, - 732 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1113, - "valueList": [ - 140, - 281, - 421, - 562 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1114, - "valueList": [ - 162, - 325, - 487, - 650 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1115, - "valueList": [ - 163, - 326, - 489, - 652 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1116, - "valueList": [ - 137, - 274, - 411, - 548 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1117, - "valueList": [ - 199, - 397, - 596, - 794 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1118, - "valueList": [ - 145, - 290, - 434, - 579 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1119, - "valueList": [ - 126, - 252, - 377, - 503 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1120, - "valueList": [ - 147, - 294, - 441, - 588 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1121, - "valueList": [ - 163, - 325, - 488, - 650 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1123, - "valueList": [ - 132, - 263, - 395, - 526 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1124, - "valueList": [ - 135, - 270, - 406, - 541 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1126, - "valueList": [ - 175, - 349, - 524, - 698 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1127, - "valueList": [ - 146, - 292, - 439, - 585 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1128, - "valueList": [ - 128, - 256, - 384, - 512 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1129, - "valueList": [ - 147, - 294, - 441, - 588 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1130, - "valueList": [ - 148, - 295, - 443, - 590 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1131, - "valueList": [ - 92, - 183, - 275, - 366 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 1132, - "valueList": [ - 106, - 212, - 319, - 425 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1133, - "valueList": [ - 130, - 260, - 390, - 520 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1134, - "valueList": [ - 123, - 246, - 368, - 491 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1135, - "valueList": [ - 92, - 184, - 277, - 369 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1136, - "valueList": [ - 94, - 188, - 281, - 375 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1137, - "valueList": [ - 92, - 184, - 277, - 369 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1138, - "valueList": [ - 106, - 212, - 317, - 423 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1139, - "valueList": [ - 150, - 299, - 449, - 598 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 1140, - "valueList": [ - 128, - 257, - 385, - 514 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 2001, - "valueList": [ - 158, - 316, - 475, - 633 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2002, - "valueList": [ - 114, - 229, - 343, - 458 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2003, - "valueList": [ - 118, - 236, - 353, - 471 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2004, - "valueList": [ - 69, - 138, - 208, - 277 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2005, - "valueList": [ - 123, - 247, - 370, - 494 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2006, - "valueList": [ - 75, - 150, - 224, - 299 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2007, - "valueList": [ - 99, - 198, - 296, - 395 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2008, - "valueList": [ - 75, - 149, - 224, - 298 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2009, - "valueList": [ - 67, - 134, - 200, - 267 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2010, - "valueList": [ - 74, - 148, - 223, - 297 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2011, - "valueList": [ - 100, - 200, - 300, - 400 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2012, - "valueList": [ - 104, - 207, - 311, - 414 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2013, - "valueList": [ - 88, - 176, - 263, - 351 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2014, - "valueList": [ - 87, - 175, - 262, - 350 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2015, - "valueList": [ - 137, - 274, - 412, - 549 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2016, - "valueList": [ - 74, - 147, - 221, - 294 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2017, - "valueList": [ - 91, - 182, - 273, - 364 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2018, - "valueList": [ - 88, - 176, - 263, - 351 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2019, - "valueList": [ - 76, - 153, - 229, - 306 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2020, - "valueList": [ - 76, - 152, - 228, - 304 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2021, - "valueList": [ - 99, - 198, - 298, - 397 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2022, - "valueList": [ - 83, - 167, - 250, - 334 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2023, - "valueList": [ - 87, - 174, - 261, - 348 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2024, - "valueList": [ - 96, - 192, - 287, - 383 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2025, - "valueList": [ - 90, - 179, - 269, - 358 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2026, - "valueList": [ - 86, - 172, - 257, - 343 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2027, - "valueList": [ - 91, - 183, - 274, - 366 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2028, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2029, - "valueList": [ - 131, - 261, - 392, - 522 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2030, - "valueList": [ - 125, - 250, - 376, - 501 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2031, - "valueList": [ - 143, - 286, - 430, - 573 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2032, - "valueList": [ - 146, - 291, - 437, - 582 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2033, - "valueList": [ - 168, - 336, - 504, - 672 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2034, - "valueList": [ - 135, - 270, - 404, - 539 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2035, - "valueList": [ - 145, - 289, - 434, - 578 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2036, - "valueList": [ - 151, - 302, - 452, - 603 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2037, - "valueList": [ - 146, - 291, - 437, - 582 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2038, - "valueList": [ - 151, - 303, - 454, - 606 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2039, - "valueList": [ - 180, - 360, - 540, - 720 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2040, - "valueList": [ - 156, - 312, - 468, - 624 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2041, - "valueList": [ - 108, - 217, - 325, - 434 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2042, - "valueList": [ - 154, - 307, - 461, - 614 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2043, - "valueList": [ - 125, - 250, - 376, - 501 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2044, - "valueList": [ - 138, - 277, - 415, - 554 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2045, - "valueList": [ - 127, - 254, - 380, - 507 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2046, - "valueList": [ - 139, - 278, - 418, - 557 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2047, - "valueList": [ - 109, - 219, - 328, - 438 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2048, - "valueList": [ - 159, - 318, - 478, - 637 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2049, - "valueList": [ - 200, - 401, - 601, - 802 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2050, - "valueList": [ - 188, - 376, - 565, - 753 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2051, - "valueList": [ - 200, - 400, - 599, - 799 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2052, - "valueList": [ - 160, - 320, - 481, - 641 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2053, - "valueList": [ - 150, - 299, - 449, - 598 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2054, - "valueList": [ - 131, - 261, - 392, - 522 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2055, - "valueList": [ - 150, - 299, - 449, - 598 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2056, - "valueList": [ - 162, - 325, - 487, - 650 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2057, - "valueList": [ - 119, - 238, - 357, - 476 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2058, - "valueList": [ - 134, - 267, - 401, - 534 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2059, - "valueList": [ - 122, - 243, - 365, - 486 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2060, - "valueList": [ - 99, - 199, - 298, - 398 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2061, - "valueList": [ - 108, - 215, - 323, - 430 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2062, - "valueList": [ - 192, - 384, - 577, - 769 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2063, - "valueList": [ - 129, - 258, - 386, - 515 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2064, - "valueList": [ - 121, - 243, - 364, - 486 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2065, - "valueList": [ - 133, - 266, - 400, - 533 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2066, - "valueList": [ - 108, - 215, - 323, - 430 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2067, - "valueList": [ - 159, - 318, - 478, - 637 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2068, - "valueList": [ - 139, - 278, - 418, - 557 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2069, - "valueList": [ - 144, - 289, - 433, - 578 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2070, - "valueList": [ - 115, - 229, - 344, - 458 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2071, - "valueList": [ - 111, - 222, - 334, - 445 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2072, - "valueList": [ - 125, - 250, - 375, - 500 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2073, - "valueList": [ - 123, - 246, - 370, - 493 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2074, - "valueList": [ - 158, - 315, - 473, - 630 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2075, - "valueList": [ - 122, - 245, - 367, - 490 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2076, - "valueList": [ - 88, - 176, - 264, - 352 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2077, - "valueList": [ - 187, - 373, - 560, - 746 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2078, - "valueList": [ - 142, - 284, - 425, - 567 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2079, - "valueList": [ - 159, - 318, - 477, - 636 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2080, - "valueList": [ - 126, - 252, - 378, - 504 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2081, - "valueList": [ - 171, - 342, - 512, - 683 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2082, - "valueList": [ - 139, - 278, - 417, - 556 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2083, - "valueList": [ - 144, - 289, - 433, - 578 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2084, - "valueList": [ - 129, - 258, - 386, - 515 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2086, - "valueList": [ - 154, - 309, - 463, - 618 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2087, - "valueList": [ - 137, - 274, - 412, - 549 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2088, - "valueList": [ - 178, - 356, - 533, - 711 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2089, - "valueList": [ - 150, - 300, - 449, - 599 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2090, - "valueList": [ - 121, - 241, - 362, - 482 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2091, - "valueList": [ - 133, - 265, - 398, - 530 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2092, - "valueList": [ - 114, - 227, - 341, - 454 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2093, - "valueList": [ - 155, - 311, - 466, - 622 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2094, - "valueList": [ - 133, - 266, - 400, - 533 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2095, - "valueList": [ - 161, - 322, - 483, - 644 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2096, - "valueList": [ - 136, - 272, - 409, - 545 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2097, - "valueList": [ - 123, - 246, - 369, - 492 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2098, - "valueList": [ - 131, - 263, - 394, - 526 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2099, - "valueList": [ - 118, - 236, - 353, - 471 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2100, - "valueList": [ - 108, - 216, - 323, - 431 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2101, - "valueList": [ - 89, - 178, - 267, - 356 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2102, - "valueList": [ - 143, - 287, - 430, - 574 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2103, - "valueList": [ - 134, - 267, - 401, - 534 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2104, - "valueList": [ - 158, - 317, - 475, - 634 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2105, - "valueList": [ - 119, - 237, - 356, - 474 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2106, - "valueList": [ - 89, - 178, - 266, - 355 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2107, - "valueList": [ - 152, - 305, - 457, - 610 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2108, - "valueList": [ - 106, - 212, - 318, - 424 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2109, - "valueList": [ - 154, - 308, - 461, - 615 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2111, - "valueList": [ - 164, - 328, - 492, - 656 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2112, - "valueList": [ - 100, - 200, - 300, - 400 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2113, - "valueList": [ - 200, - 400, - 599, - 799 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2114, - "valueList": [ - 95, - 190, - 285, - 380 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2115, - "valueList": [ - 128, - 257, - 385, - 514 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2116, - "valueList": [ - 138, - 276, - 415, - 553 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2117, - "valueList": [ - 114, - 228, - 343, - 457 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2118, - "valueList": [ - 164, - 328, - 492, - 656 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2119, - "valueList": [ - 138, - 276, - 415, - 553 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2120, - "valueList": [ - 114, - 227, - 341, - 454 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2121, - "valueList": [ - 153, - 306, - 459, - 612 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2122, - "valueList": [ - 165, - 330, - 496, - 661 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2123, - "valueList": [ - 157, - 315, - 472, - 630 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2124, - "valueList": [ - 158, - 316, - 473, - 631 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2125, - "valueList": [ - 135, - 270, - 406, - 541 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2126, - "valueList": [ - 102, - 204, - 306, - 408 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2127, - "valueList": [ - 115, - 230, - 346, - 461 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2128, - "valueList": [ - 126, - 251, - 377, - 502 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2129, - "valueList": [ - 105, - 211, - 316, - 422 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2130, - "valueList": [ - 73, - 146, - 218, - 291 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2131, - "valueList": [ - 131, - 262, - 392, - 523 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2132, - "valueList": [ - 87, - 174, - 261, - 348 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2133, - "valueList": [ - 142, - 284, - 426, - 568 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2134, - "valueList": [ - 112, - 224, - 337, - 449 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2135, - "valueList": [ - 133, - 265, - 398, - 530 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2136, - "valueList": [ - 87, - 174, - 261, - 348 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2137, - "valueList": [ - 73, - 146, - 219, - 292 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2138, - "valueList": [ - 103, - 206, - 309, - 412 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2142, - "valueList": [ - 139, - 278, - 416, - 555 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2143, - "valueList": [ - 93, - 186, - 280, - 373 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2144, - "valueList": [ - 103, - 207, - 310, - 414 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2145, - "valueList": [ - 132, - 265, - 397, - 530 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2146, - "valueList": [ - 128, - 256, - 384, - 512 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2147, - "valueList": [ - 100, - 200, - 299, - 399 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2148, - "valueList": [ - 89, - 179, - 268, - 358 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2149, - "valueList": [ - 75, - 149, - 224, - 298 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2150, - "valueList": [ - 94, - 188, - 283, - 377 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2151, - "valueList": [ - 89, - 178, - 267, - 356 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2152, - "valueList": [ - 78, - 156, - 233, - 311 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2153, - "valueList": [ - 99, - 197, - 296, - 394 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2154, - "valueList": [ - 86, - 173, - 259, - 346 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2156, - "valueList": [ - 71, - 142, - 214, - 285 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2157, - "valueList": [ - 95, - 190, - 286, - 381 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2158, - "valueList": [ - 120, - 240, - 360, - 480 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2159, - "valueList": [ - 73, - 145, - 218, - 290 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2160, - "valueList": [ - 60, - 120, - 181, - 241 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2161, - "valueList": [ - 85, - 170, - 255, - 340 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2162, - "valueList": [ - 102, - 204, - 305, - 407 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2163, - "valueList": [ - 89, - 178, - 268, - 357 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2164, - "valueList": [ - 95, - 191, - 286, - 382 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2165, - "valueList": [ - 169, - 338, - 507, - 676 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2166, - "valueList": [ - 77, - 154, - 230, - 307 - ], - "masterReleaseLabelId": 223061105 - }, - { - "masterMusicId": 2167, - "valueList": [ - 72, - 143, - 215, - 286 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 2168, - "valueList": [ - 78, - 156, - 234, - 312 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 2169, - "valueList": [ - 59, - 118, - 177, - 236 - ], - "masterReleaseLabelId": 223100303 - }, - { - "masterMusicId": 2170, - "valueList": [ - 52, - 104, - 157, - 209 - ], - "masterReleaseLabelId": 223100303 - }, - { - "masterMusicId": 2171, - "valueList": [ - 89, - 178, - 268, - 357 - ], - "masterReleaseLabelId": 223100303 - }, - { - "masterMusicId": 2172, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2173, - "valueList": [ - 76, - 152, - 228, - 304 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2174, - "valueList": [ - 106, - 213, - 319, - 426 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 2175, - "valueList": [ - 88, - 176, - 265, - 353 - ], - "masterReleaseLabelId": 223100303 - }, - { - "masterMusicId": 2176, - "valueList": [ - 172, - 345, - 517, - 690 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 2177, - "valueList": [ - 149, - 299, - 448, - 598 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 2178, - "valueList": [ - 112, - 225, - 337, - 450 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 2179, - "valueList": [ - 137, - 274, - 412, - 549 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 2180, - "valueList": [ - 134, - 268, - 402, - 536 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 2181, - "valueList": [ - 119, - 239, - 358, - 478 - ], - "masterReleaseLabelId": 224012901 - }, - { - "masterMusicId": 3001, - "valueList": [ - 46, - 92, - 138, - 184 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3002, - "valueList": [ - 99, - 198, - 296, - 395 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3003, - "valueList": [ - 93, - 186, - 279, - 372 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3004, - "valueList": [ - 86, - 172, - 259, - 345 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3005, - "valueList": [ - 81, - 161, - 242, - 322 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3006, - "valueList": [ - 97, - 195, - 292, - 390 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3007, - "valueList": [ - 60, - 120, - 179, - 239 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3008, - "valueList": [ - 75, - 149, - 224, - 298 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3009, - "valueList": [ - 74, - 148, - 221, - 295 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3010, - "valueList": [ - 66, - 132, - 197, - 263 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3011, - "valueList": [ - 59, - 117, - 176, - 234 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3012, - "valueList": [ - 65, - 130, - 195, - 260 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3013, - "valueList": [ - 118, - 235, - 353, - 470 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3014, - "valueList": [ - 102, - 204, - 305, - 407 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3015, - "valueList": [ - 80, - 160, - 240, - 320 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3016, - "valueList": [ - 89, - 178, - 268, - 357 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3017, - "valueList": [ - 86, - 172, - 258, - 344 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3018, - "valueList": [ - 83, - 167, - 250, - 334 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3019, - "valueList": [ - 97, - 195, - 292, - 390 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3020, - "valueList": [ - 80, - 159, - 239, - 318 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3021, - "valueList": [ - 80, - 160, - 240, - 320 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3022, - "valueList": [ - 101, - 201, - 302, - 402 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3023, - "valueList": [ - 82, - 164, - 246, - 328 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3024, - "valueList": [ - 75, - 149, - 224, - 298 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3025, - "valueList": [ - 106, - 213, - 319, - 426 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3026, - "valueList": [ - 96, - 192, - 288, - 384 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3027, - "valueList": [ - 110, - 220, - 331, - 441 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3028, - "valueList": [ - 76, - 151, - 227, - 302 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3029, - "valueList": [ - 74, - 148, - 223, - 297 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3030, - "valueList": [ - 91, - 181, - 272, - 362 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3031, - "valueList": [ - 60, - 119, - 179, - 238 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3032, - "valueList": [ - 53, - 106, - 158, - 211 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3034, - "valueList": [ - 90, - 180, - 270, - 360 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3035, - "valueList": [ - 94, - 188, - 281, - 375 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3036, - "valueList": [ - 80, - 160, - 240, - 320 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3037, - "valueList": [ - 68, - 137, - 205, - 274 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3038, - "valueList": [ - 74, - 147, - 221, - 294 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3039, - "valueList": [ - 75, - 150, - 226, - 301 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3040, - "valueList": [ - 107, - 214, - 321, - 428 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3041, - "valueList": [ - 81, - 162, - 242, - 323 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3042, - "valueList": [ - 83, - 167, - 250, - 334 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3043, - "valueList": [ - 68, - 137, - 205, - 274 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3044, - "valueList": [ - 83, - 167, - 250, - 334 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3045, - "valueList": [ - 90, - 179, - 269, - 358 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3046, - "valueList": [ - 75, - 151, - 226, - 302 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3047, - "valueList": [ - 88, - 176, - 263, - 351 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3048, - "valueList": [ - 99, - 197, - 296, - 394 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3049, - "valueList": [ - 103, - 205, - 308, - 410 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3050, - "valueList": [ - 85, - 169, - 254, - 338 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3051, - "valueList": [ - 67, - 134, - 202, - 269 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3052, - "valueList": [ - 76, - 152, - 228, - 304 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3053, - "valueList": [ - 80, - 160, - 240, - 320 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3054, - "valueList": [ - 78, - 156, - 235, - 313 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3055, - "valueList": [ - 91, - 182, - 273, - 364 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3056, - "valueList": [ - 81, - 163, - 244, - 326 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3057, - "valueList": [ - 67, - 133, - 200, - 266 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3058, - "valueList": [ - 62, - 125, - 187, - 250 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3059, - "valueList": [ - 85, - 170, - 256, - 341 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3060, - "valueList": [ - 59, - 119, - 178, - 238 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3061, - "valueList": [ - 82, - 164, - 246, - 328 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3062, - "valueList": [ - 91, - 183, - 274, - 366 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3063, - "valueList": [ - 73, - 146, - 218, - 291 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3064, - "valueList": [ - 85, - 171, - 256, - 342 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3065, - "valueList": [ - 87, - 174, - 260, - 347 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3066, - "valueList": [ - 77, - 155, - 232, - 310 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3067, - "valueList": [ - 78, - 157, - 235, - 314 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3068, - "valueList": [ - 82, - 164, - 246, - 328 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3069, - "valueList": [ - 75, - 150, - 225, - 300 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3070, - "valueList": [ - 106, - 212, - 318, - 424 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3071, - "valueList": [ - 82, - 163, - 245, - 326 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3072, - "valueList": [ - 80, - 161, - 241, - 322 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3073, - "valueList": [ - 64, - 128, - 191, - 255 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3074, - "valueList": [ - 89, - 177, - 266, - 354 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3075, - "valueList": [ - 88, - 175, - 263, - 350 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3076, - "valueList": [ - 76, - 152, - 228, - 304 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3077, - "valueList": [ - 94, - 188, - 282, - 376 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3078, - "valueList": [ - 84, - 168, - 252, - 336 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3079, - "valueList": [ - 92, - 184, - 275, - 367 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3080, - "valueList": [ - 88, - 176, - 264, - 352 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3081, - "valueList": [ - 97, - 195, - 292, - 390 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3082, - "valueList": [ - 76, - 152, - 228, - 304 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3083, - "valueList": [ - 109, - 218, - 328, - 437 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3084, - "valueList": [ - 86, - 172, - 259, - 345 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3085, - "valueList": [ - 86, - 172, - 257, - 343 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3086, - "valueList": [ - 82, - 164, - 246, - 328 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3087, - "valueList": [ - 97, - 194, - 291, - 388 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3088, - "valueList": [ - 132, - 264, - 396, - 528 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3089, - "valueList": [ - 119, - 238, - 358, - 477 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3090, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3091, - "valueList": [ - 80, - 160, - 241, - 321 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3092, - "valueList": [ - 60, - 120, - 180, - 240 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3094, - "valueList": [ - 85, - 170, - 254, - 339 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3095, - "valueList": [ - 91, - 183, - 274, - 366 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3096, - "valueList": [ - 81, - 163, - 244, - 326 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3097, - "valueList": [ - 55, - 109, - 164, - 218 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3098, - "valueList": [ - 94, - 188, - 282, - 376 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3099, - "valueList": [ - 53, - 106, - 160, - 213 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3100, - "valueList": [ - 89, - 178, - 268, - 357 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3101, - "valueList": [ - 67, - 134, - 202, - 269 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3102, - "valueList": [ - 57, - 115, - 172, - 230 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3103, - "valueList": [ - 54, - 109, - 163, - 218 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3104, - "valueList": [ - 82, - 165, - 247, - 330 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3105, - "valueList": [ - 70, - 140, - 210, - 280 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3106, - "valueList": [ - 87, - 174, - 261, - 348 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3107, - "valueList": [ - 110, - 219, - 329, - 438 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3108, - "valueList": [ - 100, - 200, - 299, - 399 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3109, - "valueList": [ - 74, - 148, - 221, - 295 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3110, - "valueList": [ - 122, - 244, - 366, - 488 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3111, - "valueList": [ - 71, - 143, - 214, - 286 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3112, - "valueList": [ - 74, - 148, - 221, - 295 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3113, - "valueList": [ - 75, - 151, - 226, - 302 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3114, - "valueList": [ - 104, - 208, - 313, - 417 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3115, - "valueList": [ - 89, - 178, - 268, - 357 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3116, - "valueList": [ - 86, - 172, - 259, - 345 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3117, - "valueList": [ - 84, - 168, - 252, - 336 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3118, - "valueList": [ - 88, - 176, - 263, - 351 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3119, - "valueList": [ - 93, - 186, - 279, - 372 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3121, - "valueList": [ - 95, - 190, - 285, - 380 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3122, - "valueList": [ - 83, - 167, - 250, - 334 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3123, - "valueList": [ - 85, - 171, - 256, - 342 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3124, - "valueList": [ - 98, - 195, - 293, - 390 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3125, - "valueList": [ - 87, - 174, - 261, - 348 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3126, - "valueList": [ - 89, - 178, - 268, - 357 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3127, - "valueList": [ - 85, - 171, - 256, - 342 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3128, - "valueList": [ - 85, - 171, - 256, - 342 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3129, - "valueList": [ - 85, - 171, - 256, - 342 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 3134, - "valueList": [ - 90, - 180, - 270, - 360 - ], - "masterReleaseLabelId": 223063007 - }, - { - "masterMusicId": 3135, - "valueList": [ - 111, - 221, - 332, - 442 - ], - "masterReleaseLabelId": 223060801 - }, - { - "masterMusicId": 3136, - "valueList": [ - 77, - 154, - 231, - 308 - ], - "masterReleaseLabelId": 223060801 - }, - { - "masterMusicId": 3137, - "valueList": [ - 62, - 124, - 185, - 247 - ], - "masterReleaseLabelId": 223063007 - }, - { - "masterMusicId": 3138, - "valueList": [ - 69, - 138, - 207, - 276 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 3139, - "valueList": [ - 74, - 148, - 222, - 296 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 3140, - "valueList": [ - 109, - 218, - 327, - 436 - ], - "masterReleaseLabelId": 223083101 - }, - { - "masterMusicId": 3141, - "valueList": [ - 70, - 141, - 211, - 282 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3142, - "valueList": [ - 90, - 180, - 269, - 359 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3143, - "valueList": [ - 70, - 140, - 211, - 281 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3144, - "valueList": [ - 75, - 150, - 224, - 299 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3145, - "valueList": [ - 75, - 149, - 224, - 298 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3146, - "valueList": [ - 88, - 176, - 264, - 352 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3147, - "valueList": [ - 93, - 186, - 280, - 373 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3148, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3149, - "valueList": [ - 54, - 109, - 163, - 218 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3150, - "valueList": [ - 77, - 154, - 231, - 308 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3151, - "valueList": [ - 93, - 186, - 279, - 372 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3152, - "valueList": [ - 72, - 143, - 215, - 286 - ], - "masterReleaseLabelId": 223090602 - }, - { - "masterMusicId": 3153, - "valueList": [ - 164, - 328, - 492, - 656 - ], - "masterReleaseLabelId": 223100402 - }, - { - "masterMusicId": 3154, - "valueList": [ - 113, - 226, - 340, - 453 - ], - "masterReleaseLabelId": 224010111 - }, - { - "masterMusicId": 3155, - "valueList": [ - 130, - 261, - 391, - 522 - ], - "masterReleaseLabelId": 224010111 - }, - { - "masterMusicId": 4001, - "valueList": [ - 77, - 155, - 232, - 310 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4002, - "valueList": [ - 114, - 227, - 341, - 454 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4003, - "valueList": [ - 129, - 257, - 386, - 514 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4004, - "valueList": [ - 89, - 178, - 267, - 356 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4005, - "valueList": [ - 142, - 284, - 425, - 567 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4006, - "valueList": [ - 109, - 218, - 328, - 437 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4007, - "valueList": [ - 25, - 51, - 76, - 102 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4008, - "valueList": [ - 106, - 212, - 319, - 425 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4009, - "valueList": [ - 75, - 150, - 224, - 299 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4010, - "valueList": [ - 74, - 148, - 221, - 295 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4011, - "valueList": [ - 48, - 96, - 144, - 192 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4012, - "valueList": [ - 117, - 234, - 351, - 468 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4013, - "valueList": [ - 79, - 159, - 238, - 318 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4014, - "valueList": [ - 79, - 158, - 236, - 315 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4015, - "valueList": [ - 80, - 160, - 240, - 320 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4016, - "valueList": [ - 70, - 140, - 209, - 279 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4017, - "valueList": [ - 76, - 151, - 227, - 302 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4018, - "valueList": [ - 83, - 165, - 248, - 330 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4019, - "valueList": [ - 27, - 54, - 81, - 108 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4020, - "valueList": [ - 141, - 282, - 422, - 563 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4021, - "valueList": [ - 36, - 73, - 109, - 146 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4022, - "valueList": [ - 129, - 257, - 386, - 514 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4023, - "valueList": [ - 102, - 204, - 307, - 409 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4024, - "valueList": [ - 138, - 275, - 413, - 550 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4025, - "valueList": [ - 32, - 64, - 97, - 129 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4026, - "valueList": [ - 41, - 81, - 122, - 162 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4027, - "valueList": [ - 63, - 127, - 190, - 254 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4028, - "valueList": [ - 59, - 118, - 177, - 236 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4030, - "valueList": [ - 110, - 221, - 331, - 442 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4031, - "valueList": [ - 138, - 276, - 414, - 552 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4032, - "valueList": [ - 145, - 290, - 436, - 581 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4033, - "valueList": [ - 74, - 148, - 222, - 296 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4034, - "valueList": [ - 121, - 242, - 364, - 485 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4035, - "valueList": [ - 76, - 152, - 227, - 303 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4036, - "valueList": [ - 73, - 147, - 220, - 294 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4037, - "valueList": [ - 169, - 337, - 506, - 674 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4038, - "valueList": [ - 95, - 190, - 286, - 381 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4039, - "valueList": [ - 68, - 135, - 203, - 270 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4040, - "valueList": [ - 109, - 218, - 327, - 436 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4041, - "valueList": [ - 89, - 179, - 268, - 358 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4042, - "valueList": [ - 46, - 93, - 139, - 186 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4043, - "valueList": [ - 106, - 212, - 319, - 425 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4044, - "valueList": [ - 112, - 225, - 337, - 450 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4045, - "valueList": [ - 60, - 120, - 181, - 241 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4046, - "valueList": [ - 102, - 204, - 306, - 408 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4047, - "valueList": [ - 57, - 114, - 172, - 229 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4048, - "valueList": [ - 145, - 289, - 434, - 578 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4049, - "valueList": [ - 64, - 128, - 191, - 255 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4050, - "valueList": [ - 106, - 213, - 319, - 426 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4051, - "valueList": [ - 79, - 158, - 236, - 315 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4052, - "valueList": [ - 119, - 238, - 356, - 475 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4053, - "valueList": [ - 116, - 232, - 348, - 464 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4054, - "valueList": [ - 163, - 326, - 489, - 652 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4055, - "valueList": [ - 153, - 307, - 460, - 614 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4056, - "valueList": [ - 129, - 258, - 388, - 517 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4057, - "valueList": [ - 152, - 304, - 455, - 607 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4059, - "valueList": [ - 75, - 150, - 224, - 299 - ], - "masterReleaseLabelId": 223063007 - }, - { - "masterMusicId": 4060, - "valueList": [ - 42, - 84, - 127, - 169 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4061, - "valueList": [ - 50, - 100, - 150, - 200 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4064, - "valueList": [ - 53, - 106, - 158, - 211 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4065, - "valueList": [ - 142, - 284, - 427, - 569 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4066, - "valueList": [ - 83, - 167, - 250, - 334 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4067, - "valueList": [ - 82, - 164, - 245, - 327 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4068, - "valueList": [ - 78, - 156, - 233, - 311 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4069, - "valueList": [ - 74, - 148, - 221, - 295 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4071, - "valueList": [ - 113, - 226, - 338, - 451 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4073, - "valueList": [ - 66, - 132, - 199, - 265 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4074, - "valueList": [ - 62, - 124, - 187, - 249 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4075, - "valueList": [ - 62, - 124, - 185, - 247 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4076, - "valueList": [ - 56, - 112, - 167, - 223 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4077, - "valueList": [ - 63, - 126, - 189, - 252 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4078, - "valueList": [ - 67, - 134, - 202, - 269 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4079, - "valueList": [ - 52, - 104, - 156, - 208 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4080, - "valueList": [ - 64, - 128, - 193, - 257 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4081, - "valueList": [ - 44, - 88, - 133, - 177 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4082, - "valueList": [ - 31, - 62, - 92, - 123 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4083, - "valueList": [ - 61, - 122, - 182, - 243 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4084, - "valueList": [ - 31, - 63, - 94, - 126 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4085, - "valueList": [ - 40, - 80, - 120, - 160 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4086, - "valueList": [ - 43, - 86, - 128, - 171 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4087, - "valueList": [ - 42, - 85, - 127, - 170 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4088, - "valueList": [ - 61, - 122, - 183, - 244 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4089, - "valueList": [ - 69, - 138, - 207, - 276 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4090, - "valueList": [ - 63, - 125, - 188, - 250 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4091, - "valueList": [ - 87, - 174, - 262, - 349 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4092, - "valueList": [ - 73, - 147, - 220, - 294 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 4094, - "valueList": [ - 61, - 121, - 182, - 242 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 4095, - "valueList": [ - 73, - 146, - 220, - 293 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 4096, - "valueList": [ - 60, - 120, - 180, - 240 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 4097, - "valueList": [ - 45, - 90, - 134, - 179 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 4098, - "valueList": [ - 79, - 158, - 237, - 316 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 4099, - "valueList": [ - 58, - 116, - 174, - 232 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 4100, - "valueList": [ - 59, - 118, - 176, - 235 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 4101, - "valueList": [ - 75, - 150, - 225, - 300 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 4102, - "valueList": [ - 76, - 151, - 227, - 302 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 4103, - "valueList": [ - 79, - 158, - 238, - 317 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 4104, - "valueList": [ - 53, - 105, - 158, - 210 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 4105, - "valueList": [ - 77, - 154, - 231, - 308 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 4106, - "valueList": [ - 68, - 137, - 205, - 274 - ], - "masterReleaseLabelId": 223061105 - }, - { - "masterMusicId": 4107, - "valueList": [ - 101, - 201, - 302, - 402 - ], - "masterReleaseLabelId": 223061105 - }, - { - "masterMusicId": 4108, - "valueList": [ - 93, - 186, - 280, - 373 - ], - "masterReleaseLabelId": 223101301 - }, - { - "masterMusicId": 4110, - "valueList": [ - 86, - 172, - 258, - 344 - ], - "masterReleaseLabelId": 223091002 - }, - { - "masterMusicId": 4111, - "valueList": [ - 77, - 154, - 230, - 307 - ], - "masterReleaseLabelId": 223101301 - }, - { - "masterMusicId": 4112, - "valueList": [ - 78, - 156, - 235, - 313 - ], - "masterReleaseLabelId": 223110801 - }, - { - "masterMusicId": 4113, - "valueList": [ - 63, - 126, - 188, - 251 - ], - "masterReleaseLabelId": 223101301 - }, - { - "masterMusicId": 4114, - "valueList": [ - 63, - 126, - 190, - 253 - ], - "masterReleaseLabelId": 223110801 - }, - { - "masterMusicId": 4115, - "valueList": [ - 54, - 108, - 162, - 216 - ], - "masterReleaseLabelId": 223101301 - }, - { - "masterMusicId": 4116, - "valueList": [ - 67, - 134, - 201, - 268 - ], - "masterReleaseLabelId": 223110801 - }, - { - "masterMusicId": 4117, - "valueList": [ - 127, - 254, - 380, - 507 - ], - "masterReleaseLabelId": 224012006 - }, - { - "masterMusicId": 4118, - "valueList": [ - 82, - 165, - 247, - 330 - ], - "masterReleaseLabelId": 224012006 - }, - { - "masterMusicId": 4119, - "valueList": [ - 147, - 294, - 440, - 587 - ], - "masterReleaseLabelId": 224021202 - }, - { - "masterMusicId": 5001, - "valueList": [ - 103, - 205, - 308, - 410 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 5002, - "valueList": [ - 114, - 228, - 341, - 455 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 5003, - "valueList": [ - 76, - 152, - 227, - 303 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 5004, - "valueList": [ - 91, - 182, - 274, - 365 - ], - "masterReleaseLabelId": 223053107 - }, - { - "masterMusicId": 5005, - "valueList": [ - 75, - 150, - 224, - 299 - ], - "masterReleaseLabelId": 223053107 - }, - { - "masterMusicId": 5006, - "valueList": [ - 113, - 226, - 340, - 453 - ], - "masterReleaseLabelId": 223053107 - }, - { - "masterMusicId": 5007, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 223053107 - }, - { - "masterMusicId": 5008, - "valueList": [ - 82, - 164, - 247, - 329 - ], - "masterReleaseLabelId": 223053107 - }, - { - "masterMusicId": 5009, - "valueList": [ - 78, - 156, - 233, - 311 - ], - "masterReleaseLabelId": 223053107 - }, - { - "masterMusicId": 5010, - "valueList": [ - 89, - 178, - 267, - 356 - ], - "masterReleaseLabelId": 223061507 - }, - { - "masterMusicId": 5011, - "valueList": [ - 85, - 170, - 254, - 339 - ], - "masterReleaseLabelId": 223061507 - }, - { - "masterMusicId": 5012, - "valueList": [ - 85, - 170, - 254, - 339 - ], - "masterReleaseLabelId": 223061507 - }, - { - "masterMusicId": 5013, - "valueList": [ - 61, - 121, - 182, - 242 - ], - "masterReleaseLabelId": 223061507 - }, - { - "masterMusicId": 5014, - "valueList": [ - 85, - 170, - 256, - 341 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 5015, - "valueList": [ - 74, - 148, - 221, - 295 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 5016, - "valueList": [ - 98, - 196, - 294, - 392 - ], - "masterReleaseLabelId": 223081102 - }, - { - "masterMusicId": 5017, - "valueList": [ - 102, - 204, - 306, - 408 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 5018, - "valueList": [ - 86, - 172, - 257, - 343 - ], - "masterReleaseLabelId": 223111507 - }, - { - "masterMusicId": 5019, - "valueList": [ - 112, - 224, - 336, - 448 - ], - "masterReleaseLabelId": 223111507 - }, - { - "masterMusicId": 5020, - "valueList": [ - 90, - 180, - 271, - 361 - ], - "masterReleaseLabelId": 223111507 - }, - { - "masterMusicId": 5021, - "valueList": [ - 64, - 127, - 191, - 254 - ], - "masterReleaseLabelId": 223111507 - }, - { - "masterMusicId": 5022, - "valueList": [ - 94, - 187, - 281, - 374 - ], - "masterReleaseLabelId": 223120504 - }, - { - "masterMusicId": 5023, - "valueList": [ - 68, - 136, - 204, - 272 - ], - "masterReleaseLabelId": 223120504 - }, - { - "masterMusicId": 5024, - "valueList": [ - 112, - 225, - 337, - 450 - ], - "masterReleaseLabelId": 224011107 - }, - { - "masterMusicId": 5025, - "valueList": [ - 108, - 217, - 325, - 434 - ], - "masterReleaseLabelId": 223120108 - }, - { - "masterMusicId": 5026, - "valueList": [ - 63, - 126, - 188, - 251 - ], - "masterReleaseLabelId": 223120108 - }, - { - "masterMusicId": 5027, - "valueList": [ - 102, - 205, - 307, - 410 - ], - "masterReleaseLabelId": 224011107 - }, - { - "masterMusicId": 5028, - "valueList": [ - 57, - 114, - 170, - 227 - ], - "masterReleaseLabelId": 224011107 - }, - { - "masterMusicId": 5029, - "valueList": [ - 82, - 163, - 245, - 326 - ], - "masterReleaseLabelId": 223120108 - }, - { - "masterMusicId": 5030, - "valueList": [ - 91, - 182, - 274, - 365 - ], - "masterReleaseLabelId": 224011107 - }, - { - "masterMusicId": 5031, - "valueList": [ - 106, - 212, - 319, - 425 - ], - "masterReleaseLabelId": 223120108 - }, - { - "masterMusicId": 6001, - "valueList": [ - 69, - 137, - 206, - 274 - ], - "masterReleaseLabelId": 223060801 - }, - { - "masterMusicId": 6002, - "valueList": [ - 81, - 162, - 244, - 325 - ], - "masterReleaseLabelId": 223070301 - }, - { - "masterMusicId": 6003, - "valueList": [ - 77, - 153, - 230, - 306 - ], - "masterReleaseLabelId": 223062602 - }, - { - "masterMusicId": 6004, - "valueList": [ - 106, - 212, - 319, - 425 - ], - "masterReleaseLabelId": 223071001 - }, - { - "masterMusicId": 6005, - "valueList": [ - 66, - 133, - 199, - 266 - ], - "masterReleaseLabelId": 223071701 - }, - { - "masterMusicId": 6006, - "valueList": [ - 62, - 123, - 185, - 246 - ], - "masterReleaseLabelId": 223073107 - }, - { - "masterMusicId": 6007, - "valueList": [ - 111, - 221, - 332, - 442 - ], - "masterReleaseLabelId": 223081402 - }, - { - "masterMusicId": 6008, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 223091102 - }, - { - "masterMusicId": 6009, - "valueList": [ - 68, - 136, - 204, - 272 - ], - "masterReleaseLabelId": 223080703 - }, - { - "masterMusicId": 6010, - "valueList": [ - 75, - 151, - 226, - 302 - ], - "masterReleaseLabelId": 223091801 - }, - { - "masterMusicId": 6011, - "valueList": [ - 89, - 179, - 268, - 358 - ], - "masterReleaseLabelId": 223121802 - }, - { - "masterMusicId": 6012, - "valueList": [ - 70, - 141, - 211, - 282 - ], - "masterReleaseLabelId": 223121802 - }, - { - "masterMusicId": 9001, - "valueList": [ - 96, - 193, - 289, - 386 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 9002, - "valueList": [ - 78, - 156, - 234, - 312 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 9003, - "valueList": [ - 86, - 172, - 257, - 343 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 9004, - "valueList": [ - 89, - 178, - 267, - 356 - ], - "masterReleaseLabelId": 1 - }, - { - "masterMusicId": 9005, - "valueList": [ - 81, - 162, - 243, - 324 - ], - "masterReleaseLabelId": 223050801 - }, - { - "masterMusicId": 9006, - "valueList": [ - 67, - 133, - 200, - 266 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9007, - "valueList": [ - 74, - 147, - 221, - 294 - ], - "masterReleaseLabelId": 223050801 - }, - { - "masterMusicId": 9008, - "valueList": [ - 52, - 103, - 155, - 206 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9009, - "valueList": [ - 71, - 142, - 213, - 284 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9010, - "valueList": [ - 74, - 148, - 222, - 296 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9011, - "valueList": [ - 66, - 131, - 197, - 262 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9012, - "valueList": [ - 51, - 102, - 152, - 203 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9013, - "valueList": [ - 63, - 126, - 189, - 252 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9014, - "valueList": [ - 108, - 215, - 323, - 430 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9015, - "valueList": [ - 45, - 90, - 136, - 181 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9016, - "valueList": [ - 50, - 100, - 150, - 200 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9017, - "valueList": [ - 55, - 110, - 165, - 220 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9018, - "valueList": [ - 99, - 197, - 296, - 394 - ], - "masterReleaseLabelId": 223050801 - }, - { - "masterMusicId": 9019, - "valueList": [ - 82, - 163, - 245, - 326 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9020, - "valueList": [ - 56, - 111, - 167, - 222 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9021, - "valueList": [ - 74, - 148, - 222, - 296 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9022, - "valueList": [ - 56, - 112, - 169, - 225 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9023, - "valueList": [ - 33, - 65, - 98, - 130 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9024, - "valueList": [ - 79, - 158, - 236, - 315 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9025, - "valueList": [ - 56, - 112, - 167, - 223 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9026, - "valueList": [ - 46, - 92, - 137, - 183 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9027, - "valueList": [ - 50, - 100, - 149, - 199 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9028, - "valueList": [ - 91, - 182, - 273, - 364 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9029, - "valueList": [ - 69, - 139, - 208, - 278 - ], - "masterReleaseLabelId": 223052603 - }, - { - "masterMusicId": 9030, - "valueList": [ - 90, - 179, - 269, - 358 - ], - "masterReleaseLabelId": 223050801 - }, - { - "masterMusicId": 9031, - "valueList": [ - 87, - 174, - 262, - 349 - ], - "masterReleaseLabelId": 223050801 - }, - { - "masterMusicId": 9032, - "valueList": [ - 130, - 259, - 389, - 518 - ], - "masterReleaseLabelId": 223111507 - } -] \ No newline at end of file diff --git a/src/router/databases/json/live_mission_reward.json b/src/router/databases/json/live_mission_reward.json deleted file mode 100644 index 5448cd6..0000000 --- a/src/router/databases/json/live_mission_reward.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "id": 140000001, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 5000, - "masterReleaseLabelId": 1 - }, - { - "id": 140000002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 140000003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000004, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000011, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 5000, - "masterReleaseLabelId": 1 - }, - { - "id": 140000012, - "number": 1, - "type": 3, - "giveType": 1, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 140000013, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000014, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000021, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 5000, - "masterReleaseLabelId": 1 - }, - { - "id": 140000022, - "number": 1, - "type": 3, - "giveType": 1, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 140000023, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000024, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000031, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 5000, - "masterReleaseLabelId": 1 - }, - { - "id": 140000032, - "number": 1, - "type": 3, - "giveType": 1, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 140000033, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 140000034, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/login_bonus.json b/src/router/databases/json/login_bonus.json deleted file mode 100644 index c05a3fd..0000000 --- a/src/router/databases/json/login_bonus.json +++ /dev/null @@ -1,3746 +0,0 @@ -[ - { - "id": 1, - "name": "デイリーログインボーナス", - "type": 2, - "masterEventId": 0, - "loop": 1, - "priority": 0, - "prefabName": "DailyLoginBonus", - "boardSpriteName": "loginbonus_daily", - "masterVoiceId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 2, - "name": "スタートダッシュログインボーナス", - "type": 2, - "masterEventId": 0, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_startdash_0001", - "boardSpriteName": "loginbonus_startdash_0001", - "masterVoiceId": 0, - "masterReleaseLabelId": 223041502 - }, - { - "id": 3, - "name": "スタートダッシュログインボーナス[恒常]", - "type": 2, - "masterEventId": 0, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_startdash_0002", - "boardSpriteName": "loginbonus_startdash_0002", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071501 - }, - { - "id": 10001, - "name": "感謝祭10日間", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0001", - "masterVoiceId": 0, - "masterReleaseLabelId": 223061402 - }, - { - "id": 10002, - "name": "感謝祭DAY1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0002", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062401 - }, - { - "id": 10003, - "name": "感謝祭DAY2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0003", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062501 - }, - { - "id": 10004, - "name": "ヨハネ1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062502 - }, - { - "id": 10005, - "name": "ヨハネ2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223070201 - }, - { - "id": 10006, - "name": "ヨハネ3", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223070901 - }, - { - "id": 10007, - "name": "ヨハネ4", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071601 - }, - { - "id": 10008, - "name": "ヨハネ5", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223072301 - }, - { - "id": 10009, - "name": "ヨハネ6", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223073001 - }, - { - "id": 10010, - "name": "ヨハネ7", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223080601 - }, - { - "id": 10011, - "name": "ヨハネ8", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081301 - }, - { - "id": 10012, - "name": "ヨハネ9", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082001 - }, - { - "id": 10013, - "name": "ヨハネ10", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082701 - }, - { - "id": 10014, - "name": "ヨハネ11", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223090301 - }, - { - "id": 10015, - "name": "ヨハネ12", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091001 - }, - { - "id": 10016, - "name": "ヨハネ13", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0004", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091701 - }, - { - "id": 10017, - "name": "虹ヶ咲OVA 公開記念ログボ", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0017", - "masterVoiceId": 0, - "masterReleaseLabelId": 223062302 - }, - { - "id": 10018, - "name": "お盆", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_campaign07day_0001", - "boardSpriteName": "loginbonus_campaign_0018", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081001 - }, - { - "id": 10019, - "name": "アニサマログボ_1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0019", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082501 - }, - { - "id": 10020, - "name": "アニサマログボ_2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0020", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082702 - }, - { - "id": 10021, - "name": "コミケログボ", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0021", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081201 - }, - { - "id": 10022, - "name": "Liella!千葉", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0022", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081903 - }, - { - "id": 10023, - "name": "Liella!愛知", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0023", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082602 - }, - { - "id": 10024, - "name": "Liella!東京", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0024", - "masterVoiceId": 0, - "masterReleaseLabelId": 223090901 - }, - { - "id": 10025, - "name": "アイス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_campaign_0025", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091601 - }, - { - "id": 10026, - "name": "", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0026", - "masterVoiceId": 0, - "masterReleaseLabelId": 223100501 - }, - { - "id": 10027, - "name": "", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common03day_0001", - "boardSpriteName": "loginbonus_campaign_0027", - "masterVoiceId": 0, - "masterReleaseLabelId": 223100701 - }, - { - "id": 10028, - "name": "ハロウィン", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0028", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102501 - }, - { - "id": 10029, - "name": "蓮ノ空<福岡公演>", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0029", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102103 - }, - { - "id": 10030, - "name": "蓮ノ空<東京公演>", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0030", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111801 - }, - { - "id": 10031, - "name": "蓮ノ空<愛知公演>", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0031", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112501 - }, - { - "id": 10034, - "name": "異次元フェス アイドルマスター★♥ラブライブ!歌合戦開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0034", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120902 - }, - { - "id": 10037, - "name": "秋まつり", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_campaign07day_0001", - "boardSpriteName": "loginbonus_campaign_0037", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111103 - }, - { - "id": 10035, - "name": "ログボ_幻日のヨハネ -The Story of the Sound of Heart- 開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common03day_0001", - "boardSpriteName": "loginbonus_campaign_0035", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121504 - }, - { - "id": 10036, - "name": "ラブライブ!虹ヶ咲学園スクールアイドル同好会 6th Live! I love You ⇆ You love Me 愛知公演開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0036", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122302 - }, - { - "id": 10038, - "name": "スノーホワイトクリスマスキャンペーン前半", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0038", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120105 - }, - { - "id": 10039, - "name": "お正月!みらくるキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0039", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122804 - }, - { - "id": 10040, - "name": "スノーホワイトクリスマスキャンペーン後半", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0038", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121204 - }, - { - "id": 10041, - "name": "ラブライブ!虹ヶ咲学園スクールアイドル同好会 6th Live! I love You ⇆ You love Me 神奈川公演開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0041", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011302 - }, - { - "id": 10042, - "name": "スクールアイドルミュージカル<2024年公演>開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0042", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011104 - }, - { - "id": 10043, - "name": "3週連続ライブ応援!いっぱいシャンシャンしようキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0043", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120802 - }, - { - "id": 10044, - "name": "「ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~<福岡公演>」開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0044", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012004 - }, - { - "id": 10045, - "name": "「ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~<東京公演>」開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0045", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021001 - }, - { - "id": 10046, - "name": "ハッピーバレンタインデーキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0046", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020104 - }, - { - "id": 10047, - "name": "冬休み!いっぱいシャンシャンしようキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0047", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 10050, - "name": "カラフルスプリングキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0050", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030113 - }, - { - "id": 10051, - "name": "大感謝!最後までいっぱいシャンシャンしようキャンペーンログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common10day_0001", - "boardSpriteName": "loginbonus_campaign_0051", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030115 - }, - { - "id": 10054, - "name": "ラブライブ!TVアニメ放送10周年記念 LoveLive! Special Talk Session開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0054", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022302 - }, - { - "id": 10055, - "name": "LoveLive! Series Presents ユニット甲子園 2024 開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0055", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030902 - }, - { - "id": 10056, - "name": "ラブライブ!TVアニメ放送10周年記念 LoveLive! Orchestra Concert 開催記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_common02day_0001", - "boardSpriteName": "loginbonus_campaign_0056", - "masterVoiceId": 0, - "masterReleaseLabelId": 224033002 - }, - { - "id": 10057, - "name": "スクフェス2 大感謝ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_event30day_0001", - "boardSpriteName": "loginbonus_campaign_0057", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030117 - }, - { - "id": 10058, - "name": "スクフェス2 大感謝ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "LoginBonus_event30day_0001", - "boardSpriteName": "loginbonus_campaign_0058", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030117 - }, - { - "id": 10059, - "name": "スペシャル勧誘記念ログインボーナス~桜坂しずく~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "ThanksLoginBonus_03003_01", - "boardSpriteName": "loginbonus_campaign_0059", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031605 - }, - { - "id": 10060, - "name": "スペシャル勧誘記念ログインボーナス~桜小路きな子~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "ThanksLoginBonus_04006_01", - "boardSpriteName": "loginbonus_campaign_0060", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031702 - }, - { - "id": 10061, - "name": "スペシャル勧誘記念ログインボーナス~渡辺 曜~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "ThanksLoginBonus_02005_01", - "boardSpriteName": "loginbonus_campaign_0061", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031802 - }, - { - "id": 10062, - "name": "スペシャル勧誘記念ログインボーナス~西木野真姫~", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 1, - "prefabName": "ThanksLoginBonus_01006_01", - "boardSpriteName": "loginbonus_campaign_0062", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031902 - }, - { - "id": 20000, - "name": "サブスク用ログインボーナス", - "type": 6, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "", - "boardSpriteName": "", - "masterVoiceId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20001, - "name": "スランプ脱出大作戦! ログインボーナス", - "type": 5, - "masterEventId": 101, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0101", - "masterVoiceId": 0, - "masterReleaseLabelId": 223041903 - }, - { - "id": 20002, - "name": "23年04月:イベント_μ's_ログインボーナス", - "type": 5, - "masterEventId": 102, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0102", - "masterVoiceId": 0, - "masterReleaseLabelId": 223043004 - }, - { - "id": 20003, - "name": "23年05月:イベント_簡易", - "type": 5, - "masterEventId": 103, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0103", - "masterVoiceId": 0, - "masterReleaseLabelId": 223051101 - }, - { - "id": 20004, - "name": "23年05月:イベント_Aqours_ログインボーナス", - "type": 5, - "masterEventId": 104, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0104", - "masterVoiceId": 0, - "masterReleaseLabelId": 223051504 - }, - { - "id": 20005, - "name": "23年05月:イベント_簡易", - "type": 5, - "masterEventId": 105, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0103", - "masterVoiceId": 0, - "masterReleaseLabelId": 223052601 - }, - { - "id": 20006, - "name": "23年06月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 106, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0106", - "masterVoiceId": 0, - "masterReleaseLabelId": 223053104 - }, - { - "id": 20007, - "name": "23年06月:イベント_簡易", - "type": 5, - "masterEventId": 107, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event07day_0002", - "boardSpriteName": "loginbonus_event_0107", - "masterVoiceId": 0, - "masterReleaseLabelId": 223061101 - }, - { - "id": 20008, - "name": "23年06月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 108, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0108", - "masterVoiceId": 0, - "masterReleaseLabelId": 223061504 - }, - { - "id": 20009, - "name": "23年07月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 109, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0109", - "masterVoiceId": 0, - "masterReleaseLabelId": 223063004 - }, - { - "id": 20010, - "name": "23年07月:イベント_簡易", - "type": 5, - "masterEventId": 110, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0110", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071101 - }, - { - "id": 20011, - "name": "23年07月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 111, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0111", - "masterVoiceId": 0, - "masterReleaseLabelId": 223071505 - }, - { - "id": 20012, - "name": "23年07月:イベント_簡易", - "type": 5, - "masterEventId": 112, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0112", - "masterVoiceId": 0, - "masterReleaseLabelId": 223072601 - }, - { - "id": 20013, - "name": "23年08月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 113, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0113", - "masterVoiceId": 0, - "masterReleaseLabelId": 223073104 - }, - { - "id": 20014, - "name": "23年08月:イベント_簡易", - "type": 5, - "masterEventId": 114, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0114", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081101 - }, - { - "id": 20015, - "name": "23年08月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 115, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0115", - "masterVoiceId": 0, - "masterReleaseLabelId": 223081504 - }, - { - "id": 20016, - "name": "23年08月:イベント_簡易", - "type": 5, - "masterEventId": 116, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0116", - "masterVoiceId": 0, - "masterReleaseLabelId": 223082601 - }, - { - "id": 20017, - "name": "23年09月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 117, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0117", - "masterVoiceId": 0, - "masterReleaseLabelId": 223083104 - }, - { - "id": 20018, - "name": "23年09月:イベント_簡易", - "type": 5, - "masterEventId": 118, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0118", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091101 - }, - { - "id": 20019, - "name": "23年09月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 119, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0119", - "masterVoiceId": 0, - "masterReleaseLabelId": 223091504 - }, - { - "id": 20020, - "name": "23年09月:イベント_簡易", - "type": 5, - "masterEventId": 120, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0120", - "masterVoiceId": 0, - "masterReleaseLabelId": 223092601 - }, - { - "id": 20021, - "name": "23年10月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 121, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0121", - "masterVoiceId": 0, - "masterReleaseLabelId": 223093004 - }, - { - "id": 20022, - "name": "23年10月:イベント_簡易(上旬)", - "type": 5, - "masterEventId": 122, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0122", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101101 - }, - { - "id": 20023, - "name": "23年10月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 123, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0123", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101508 - }, - { - "id": 20024, - "name": "23年10月:イベント_簡易(下旬)", - "type": 5, - "masterEventId": 124, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0124", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102601 - }, - { - "id": 20025, - "name": "23年11月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 125, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0125", - "masterVoiceId": 0, - "masterReleaseLabelId": 223103104 - }, - { - "id": 20026, - "name": "23年11月:イベント_簡易(上旬)_ログインボーナス", - "type": 5, - "masterEventId": 126, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0126", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111101 - }, - { - "id": 20027, - "name": "23年11月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 127, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0127", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 20028, - "name": "23年11月:イベント_簡易(下旬)_ログインボーナス", - "type": 5, - "masterEventId": 128, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0128", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112601 - }, - { - "id": 20029, - "name": "23年12月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 129, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0129", - "masterVoiceId": 0, - "masterReleaseLabelId": 223113004 - }, - { - "id": 20030, - "name": "23年12月:イベント_簡易(上旬)_ログインボーナス", - "type": 5, - "masterEventId": 130, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0130", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121102 - }, - { - "id": 20031, - "name": "23年12月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 131, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0131", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121507 - }, - { - "id": 20032, - "name": "23年12月:イベント_簡易(下旬)_ログインボーナス", - "type": 5, - "masterEventId": 132, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0132", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122603 - }, - { - "id": 20033, - "name": "24年01月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 133, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0133", - "masterVoiceId": 0, - "masterReleaseLabelId": 223123104 - }, - { - "id": 20034, - "name": "24年01月:イベント_簡易(上旬)_ログインボーナス", - "type": 5, - "masterEventId": 134, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0134", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011106 - }, - { - "id": 20035, - "name": "24年01月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 135, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0135", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011504 - }, - { - "id": 20036, - "name": "24年01月:イベント_簡易(下旬)_ログインボーナス", - "type": 5, - "masterEventId": 136, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0136", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012702 - }, - { - "id": 20037, - "name": "24年02月:イベントA_ログインボーナス", - "type": 5, - "masterEventId": 137, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0137", - "masterVoiceId": 0, - "masterReleaseLabelId": 224013104 - }, - { - "id": 20038, - "name": "24年02月:イベント_簡易(上旬)_ログインボーナス", - "type": 5, - "masterEventId": 138, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event04day_0001", - "boardSpriteName": "loginbonus_event_0138", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021006 - }, - { - "id": 20039, - "name": "24年02月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 139, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event9day_0001", - "boardSpriteName": "loginbonus_event_0139", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021404 - }, - { - "id": 20040, - "name": "24年02月:イベント_簡易(下旬)_ログインボーナス", - "type": 5, - "masterEventId": 140, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event07day_0002", - "boardSpriteName": "loginbonus_event_0140", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022305 - }, - { - "id": 20041, - "name": "24年03月:イベントB_ログインボーナス", - "type": 5, - "masterEventId": 141, - "loop": 0, - "priority": 3, - "prefabName": "LoginBonus_event10day_0001", - "boardSpriteName": "loginbonus_event_0141", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030104 - }, - { - "id": 30001, - "name": "穂乃果ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01001_01", - "boardSpriteName": "loginbonus_birthday_01001_01", - "masterVoiceId": 40001097, - "masterReleaseLabelId": 123080301 - }, - { - "id": 30002, - "name": "絵里ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01002_01", - "boardSpriteName": "loginbonus_birthday_01002_01", - "masterVoiceId": 40002097, - "masterReleaseLabelId": 123102101 - }, - { - "id": 30003, - "name": "ことりちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01003_01", - "boardSpriteName": "loginbonus_birthday_01003_01", - "masterVoiceId": 40003099, - "masterReleaseLabelId": 123091201 - }, - { - "id": 30004, - "name": "海未ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01004_01", - "boardSpriteName": "loginbonus_birthday_01004_01", - "masterVoiceId": 40004100, - "masterReleaseLabelId": 124031501 - }, - { - "id": 30005, - "name": "凛ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01005_01", - "boardSpriteName": "loginbonus_birthday_01005_01", - "masterVoiceId": 40005100, - "masterReleaseLabelId": 123110101 - }, - { - "id": 30007, - "name": "希ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01007_01", - "boardSpriteName": "loginbonus_birthday_01007_01", - "masterVoiceId": 40007102, - "masterReleaseLabelId": 123060901 - }, - { - "id": 30008, - "name": "花陽ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01008_01", - "boardSpriteName": "loginbonus_birthday_01008_01", - "masterVoiceId": 40008103, - "masterReleaseLabelId": 124011701 - }, - { - "id": 30009, - "name": "にこちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_01009_01", - "boardSpriteName": "loginbonus_birthday_01009_01", - "masterVoiceId": 40009104, - "masterReleaseLabelId": 123072201 - }, - { - "id": 30010, - "name": "千歌ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02001_01", - "boardSpriteName": "loginbonus_birthday_02001_01", - "masterVoiceId": 40010097, - "masterReleaseLabelId": 123080101 - }, - { - "id": 30011, - "name": "梨子ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02002_01", - "boardSpriteName": "loginbonus_birthday_02002_01", - "masterVoiceId": 40011098, - "masterReleaseLabelId": 123091901 - }, - { - "id": 30012, - "name": "果南ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02003_01", - "boardSpriteName": "loginbonus_birthday_02003_01", - "masterVoiceId": 40012099, - "masterReleaseLabelId": 124021001 - }, - { - "id": 30013, - "name": "ダイヤちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02004_01", - "boardSpriteName": "loginbonus_birthday_02004_01", - "masterVoiceId": 40013100, - "masterReleaseLabelId": 124010101 - }, - { - "id": 30015, - "name": "善子ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02006_01", - "boardSpriteName": "loginbonus_birthday_02006_01", - "masterVoiceId": 40015102, - "masterReleaseLabelId": 123071301 - }, - { - "id": 30016, - "name": "花丸ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02007_01", - "boardSpriteName": "loginbonus_birthday_02007_01", - "masterVoiceId": 40016103, - "masterReleaseLabelId": 124030401 - }, - { - "id": 30017, - "name": "鞠莉ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02008_01", - "boardSpriteName": "loginbonus_birthday_02008_01", - "masterVoiceId": 40017104, - "masterReleaseLabelId": 123061301 - }, - { - "id": 30018, - "name": "ルビィちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02009_01", - "boardSpriteName": "loginbonus_birthday_02009_01", - "masterVoiceId": 40018105, - "masterReleaseLabelId": 123092101 - }, - { - "id": 30019, - "name": "歩夢ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03001_01", - "boardSpriteName": "loginbonus_birthday_03001_01", - "masterVoiceId": 40019095, - "masterReleaseLabelId": 124030101 - }, - { - "id": 30020, - "name": "かすみちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03002_01", - "boardSpriteName": "loginbonus_birthday_03002_01", - "masterVoiceId": 40020096, - "masterReleaseLabelId": 124012301 - }, - { - "id": 30022, - "name": "果林ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03004_01", - "boardSpriteName": "loginbonus_birthday_03004_01", - "masterVoiceId": 40022098, - "masterReleaseLabelId": 123062901 - }, - { - "id": 30023, - "name": "愛ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03005_01", - "boardSpriteName": "loginbonus_birthday_03005_01", - "masterVoiceId": 40023099, - "masterReleaseLabelId": 123053001 - }, - { - "id": 30024, - "name": "彼方ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03006_01", - "boardSpriteName": "loginbonus_birthday_03006_01", - "masterVoiceId": 40024100, - "masterReleaseLabelId": 123121601 - }, - { - "id": 30025, - "name": "せつ菜ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03007_01", - "boardSpriteName": "loginbonus_birthday_03007_01", - "masterVoiceId": 40025101, - "masterReleaseLabelId": 123080801 - }, - { - "id": 30026, - "name": "エマちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03008_01", - "boardSpriteName": "loginbonus_birthday_03008_01", - "masterVoiceId": 40026102, - "masterReleaseLabelId": 124020501 - }, - { - "id": 30027, - "name": "璃奈ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03009_01", - "boardSpriteName": "loginbonus_birthday_03009_01", - "masterVoiceId": 40027103, - "masterReleaseLabelId": 123111301 - }, - { - "id": 30028, - "name": "栞子ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03010_01", - "boardSpriteName": "loginbonus_birthday_03010_01", - "masterVoiceId": 40028104, - "masterReleaseLabelId": 123100501 - }, - { - "id": 30029, - "name": "ミアちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03011_01", - "boardSpriteName": "loginbonus_birthday_03011_01", - "masterVoiceId": 40029105, - "masterReleaseLabelId": 123120601 - }, - { - "id": 30030, - "name": "嵐珠ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_03012_01", - "boardSpriteName": "loginbonus_birthday_03012_01", - "masterVoiceId": 40030106, - "masterReleaseLabelId": 124021501 - }, - { - "id": 30031, - "name": "かのんちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04001_01", - "boardSpriteName": "loginbonus_birthday_04001_01", - "masterVoiceId": 40031095, - "masterReleaseLabelId": 123050101 - }, - { - "id": 30032, - "name": "可可ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04002_01", - "boardSpriteName": "loginbonus_birthday_04002_01", - "masterVoiceId": 40032096, - "masterReleaseLabelId": 123071701 - }, - { - "id": 30033, - "name": "千砂都ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04003_01", - "boardSpriteName": "loginbonus_birthday_04003_01", - "masterVoiceId": 40033097, - "masterReleaseLabelId": 124022501 - }, - { - "id": 30034, - "name": "すみれちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04004_01", - "boardSpriteName": "loginbonus_birthday_04004_01", - "masterVoiceId": 40034098, - "masterReleaseLabelId": 123092801 - }, - { - "id": 30035, - "name": "恋ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04005_01", - "boardSpriteName": "loginbonus_birthday_04005_01", - "masterVoiceId": 40035099, - "masterReleaseLabelId": 123112401 - }, - { - "id": 30037, - "name": "メイちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04007_01", - "boardSpriteName": "loginbonus_birthday_04007_01", - "masterVoiceId": 40037101, - "masterReleaseLabelId": 123102901 - }, - { - "id": 30038, - "name": "四季ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04008_01", - "boardSpriteName": "loginbonus_birthday_04008_01", - "masterVoiceId": 40038102, - "masterReleaseLabelId": 123061701 - }, - { - "id": 30039, - "name": "夏美ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04009_01", - "boardSpriteName": "loginbonus_birthday_04009_01", - "masterVoiceId": 40039103, - "masterReleaseLabelId": 123080701 - }, - { - "id": 30040, - "name": "梨子ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_02002_01", - "boardSpriteName": "loginbonus_birthday_02002_01", - "masterVoiceId": 40011098, - "masterReleaseLabelId": 123091903 - }, - { - "id": 30041, - "name": "マルガレーテちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04010_01", - "boardSpriteName": "loginbonus_birthday_04010_01", - "masterVoiceId": 40040104, - "masterReleaseLabelId": 124012001 - }, - { - "id": 30042, - "name": "冬毬ちゃんお誕生日記念ログインボーナス", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "BirthdayLoginBonus_04011_01", - "boardSpriteName": "loginbonus_birthday_04011_01", - "masterVoiceId": 40041105, - "masterReleaseLabelId": 123122801 - }, - { - "id": 40001, - "name": "毎日ログボ_1", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231011", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101102 - }, - { - "id": 40002, - "name": "毎日ログボ_2", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231012", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101201 - }, - { - "id": 40003, - "name": "毎日ログボ_3", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231013", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101302 - }, - { - "id": 40004, - "name": "毎日ログボ_4", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231014", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101401 - }, - { - "id": 40005, - "name": "毎日ログボ_5", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231015", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101511 - }, - { - "id": 40006, - "name": "毎日ログボ_6", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231016", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101606 - }, - { - "id": 40007, - "name": "毎日ログボ_7", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231017", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101703 - }, - { - "id": 40008, - "name": "毎日ログボ_8", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231018", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101802 - }, - { - "id": 40009, - "name": "毎日ログボ_9", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231019", - "masterVoiceId": 0, - "masterReleaseLabelId": 223101901 - }, - { - "id": 40010, - "name": "毎日ログボ_10", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231020", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102001 - }, - { - "id": 40011, - "name": "毎日ログボ_11", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231021", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102105 - }, - { - "id": 40012, - "name": "毎日ログボ_12", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231022", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102201 - }, - { - "id": 40013, - "name": "毎日ログボ_13", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231023", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102301 - }, - { - "id": 40014, - "name": "毎日ログボ_14", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231024", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102403 - }, - { - "id": 40015, - "name": "毎日ログボ_15", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231025", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102503 - }, - { - "id": 40016, - "name": "毎日ログボ_16", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231026", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102602 - }, - { - "id": 40017, - "name": "毎日ログボ_17", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231027", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102701 - }, - { - "id": 40018, - "name": "毎日ログボ_18", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231028", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102801 - }, - { - "id": 40019, - "name": "毎日ログボ_19", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231029", - "masterVoiceId": 0, - "masterReleaseLabelId": 223102904 - }, - { - "id": 40020, - "name": "毎日ログボ_20", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231030", - "masterVoiceId": 0, - "masterReleaseLabelId": 223103002 - }, - { - "id": 40021, - "name": "毎日ログボ_21", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231031", - "masterVoiceId": 0, - "masterReleaseLabelId": 223103110 - }, - { - "id": 40022, - "name": "毎日ログボ_22", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231101", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110105 - }, - { - "id": 40023, - "name": "毎日ログボ_23", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231102", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110201 - }, - { - "id": 40024, - "name": "毎日ログボ_24", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231103", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110301 - }, - { - "id": 40025, - "name": "毎日ログボ_25", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231104", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110401 - }, - { - "id": 40026, - "name": "毎日ログボ_26", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231105", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110501 - }, - { - "id": 40027, - "name": "毎日ログボ_27", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231106", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110601 - }, - { - "id": 40028, - "name": "毎日ログボ_28", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231107", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110703 - }, - { - "id": 40029, - "name": "毎日ログボ_29", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231108", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110802 - }, - { - "id": 40030, - "name": "毎日ログボ_30", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231109", - "masterVoiceId": 0, - "masterReleaseLabelId": 223110901 - }, - { - "id": 40031, - "name": "毎日ログボ_31", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231110", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111002 - }, - { - "id": 40032, - "name": "毎日ログボ_32", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231111", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111102 - }, - { - "id": 40033, - "name": "毎日ログボ_33", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231112", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111201 - }, - { - "id": 40034, - "name": "毎日ログボ_34", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231113", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111303 - }, - { - "id": 40035, - "name": "毎日ログボ_35", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231114", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111403 - }, - { - "id": 40036, - "name": "毎日ログボ_36", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231115", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111509 - }, - { - "id": 40037, - "name": "毎日ログボ_37", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231116", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111601 - }, - { - "id": 40038, - "name": "毎日ログボ_38", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231117", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111701 - }, - { - "id": 40039, - "name": "毎日ログボ_39", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231118", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111803 - }, - { - "id": 40040, - "name": "毎日ログボ_40", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231119", - "masterVoiceId": 0, - "masterReleaseLabelId": 223111901 - }, - { - "id": 40041, - "name": "毎日ログボ_41", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231120", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112001 - }, - { - "id": 40042, - "name": "毎日ログボ_42", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231121", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112103 - }, - { - "id": 40043, - "name": "毎日ログボ_43", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231122", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112201 - }, - { - "id": 40044, - "name": "毎日ログボ_44", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231123", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112301 - }, - { - "id": 40045, - "name": "毎日ログボ_45", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231124", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112403 - }, - { - "id": 40046, - "name": "毎日ログボ_46", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231125", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112503 - }, - { - "id": 40047, - "name": "毎日ログボ_47", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231126", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112602 - }, - { - "id": 40048, - "name": "毎日ログボ_48", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231127", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112701 - }, - { - "id": 40049, - "name": "毎日ログボ_49", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231128", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112803 - }, - { - "id": 40050, - "name": "毎日ログボ_50", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231129", - "masterVoiceId": 0, - "masterReleaseLabelId": 223112901 - }, - { - "id": 40051, - "name": "毎日ログボ_51", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231130", - "masterVoiceId": 0, - "masterReleaseLabelId": 223113007 - }, - { - "id": 40052, - "name": "毎日ログボ_52", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231201", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120102 - }, - { - "id": 40053, - "name": "毎日ログボ_53", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231202", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120201 - }, - { - "id": 40054, - "name": "毎日ログボ_54", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231203", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120301 - }, - { - "id": 40055, - "name": "毎日ログボ_55", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231204", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120401 - }, - { - "id": 40056, - "name": "毎日ログボ_56", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231205", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120503 - }, - { - "id": 40057, - "name": "毎日ログボ_57", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231206", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120603 - }, - { - "id": 40058, - "name": "毎日ログボ_58", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231207", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120701 - }, - { - "id": 40059, - "name": "毎日ログボ_59", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231208", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120801 - }, - { - "id": 40060, - "name": "毎日ログボ_60", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231209", - "masterVoiceId": 0, - "masterReleaseLabelId": 223120901 - }, - { - "id": 40061, - "name": "毎日ログボ_61", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231210", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121001 - }, - { - "id": 40062, - "name": "毎日ログボ_62", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231211", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121101 - }, - { - "id": 40063, - "name": "毎日ログボ_63", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231212", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121203 - }, - { - "id": 40064, - "name": "毎日ログボ_64", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231213", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121301 - }, - { - "id": 40065, - "name": "毎日ログボ_65", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231214", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121401 - }, - { - "id": 40066, - "name": "毎日ログボ_66", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231215", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121501 - }, - { - "id": 40067, - "name": "毎日ログボ_67", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231216", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121603 - }, - { - "id": 40068, - "name": "毎日ログボ_68", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231217", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121701 - }, - { - "id": 40069, - "name": "毎日ログボ_69", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231218", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121801 - }, - { - "id": 40070, - "name": "毎日ログボ_70", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231219", - "masterVoiceId": 0, - "masterReleaseLabelId": 223121903 - }, - { - "id": 40071, - "name": "毎日ログボ_71", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231220", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122001 - }, - { - "id": 40072, - "name": "毎日ログボ_72", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231221", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122101 - }, - { - "id": 40073, - "name": "毎日ログボ_73", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231222", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122201 - }, - { - "id": 40074, - "name": "毎日ログボ_74", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231223", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122301 - }, - { - "id": 40075, - "name": "毎日ログボ_75", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231224", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122401 - }, - { - "id": 40076, - "name": "毎日ログボ_76", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231225", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122501 - }, - { - "id": 40077, - "name": "毎日ログボ_77", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231226", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122601 - }, - { - "id": 40078, - "name": "毎日ログボ_78", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231227", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122701 - }, - { - "id": 40079, - "name": "毎日ログボ_79", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231228", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122803 - }, - { - "id": 40080, - "name": "毎日ログボ_80", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231229", - "masterVoiceId": 0, - "masterReleaseLabelId": 223122901 - }, - { - "id": 40081, - "name": "毎日ログボ_81", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231230", - "masterVoiceId": 0, - "masterReleaseLabelId": 223123001 - }, - { - "id": 40082, - "name": "毎日ログボ_82", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_231231", - "masterVoiceId": 0, - "masterReleaseLabelId": 223123101 - }, - { - "id": 40083, - "name": "毎日ログボ_83", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240101", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010101 - }, - { - "id": 40084, - "name": "毎日ログボ_84", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240102", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010201 - }, - { - "id": 40085, - "name": "毎日ログボ_85", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240103", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010301 - }, - { - "id": 40086, - "name": "毎日ログボ_86", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240104", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010401 - }, - { - "id": 40087, - "name": "毎日ログボ_87", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240105", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010501 - }, - { - "id": 40088, - "name": "毎日ログボ_88", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240106", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010601 - }, - { - "id": 40089, - "name": "毎日ログボ_89", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240107", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010701 - }, - { - "id": 40090, - "name": "毎日ログボ_90", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240108", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010801 - }, - { - "id": 40091, - "name": "毎日ログボ_91", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240109", - "masterVoiceId": 0, - "masterReleaseLabelId": 224010901 - }, - { - "id": 40092, - "name": "毎日ログボ_92", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240110", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011001 - }, - { - "id": 40093, - "name": "毎日ログボ_93", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240111", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011101 - }, - { - "id": 40094, - "name": "毎日ログボ_94", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240112", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011201 - }, - { - "id": 40095, - "name": "毎日ログボ_95", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240113", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011301 - }, - { - "id": 40096, - "name": "毎日ログボ_96", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240114", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011401 - }, - { - "id": 40097, - "name": "毎日ログボ_97", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240115", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011501 - }, - { - "id": 40098, - "name": "毎日ログボ_98", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240116", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011601 - }, - { - "id": 40099, - "name": "毎日ログボ_99", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240117", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011701 - }, - { - "id": 40100, - "name": "毎日ログボ_00", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240118", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011801 - }, - { - "id": 40101, - "name": "毎日ログボ_01", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240119", - "masterVoiceId": 0, - "masterReleaseLabelId": 224011901 - }, - { - "id": 40102, - "name": "毎日ログボ_02", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240120", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012001 - }, - { - "id": 40103, - "name": "毎日ログボ_03", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240121", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012101 - }, - { - "id": 40104, - "name": "毎日ログボ_04", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240122", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012201 - }, - { - "id": 40105, - "name": "毎日ログボ_05", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240123", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012301 - }, - { - "id": 40106, - "name": "毎日ログボ_06", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240124", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012401 - }, - { - "id": 40107, - "name": "毎日ログボ_07", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240125", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012501 - }, - { - "id": 40108, - "name": "毎日ログボ_08", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240126", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012601 - }, - { - "id": 40109, - "name": "毎日ログボ_09", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240127", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012701 - }, - { - "id": 40110, - "name": "毎日ログボ_10", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240128", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012801 - }, - { - "id": 40111, - "name": "毎日ログボ_11", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240129", - "masterVoiceId": 0, - "masterReleaseLabelId": 224012902 - }, - { - "id": 40112, - "name": "毎日ログボ_12", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240130", - "masterVoiceId": 0, - "masterReleaseLabelId": 224013001 - }, - { - "id": 40113, - "name": "毎日ログボ_13", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240131", - "masterVoiceId": 0, - "masterReleaseLabelId": 224013101 - }, - { - "id": 40114, - "name": "毎日ログボ_14", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240201", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020101 - }, - { - "id": 40115, - "name": "毎日ログボ_15", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240202", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020201 - }, - { - "id": 40116, - "name": "毎日ログボ_16", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240203", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020301 - }, - { - "id": 40117, - "name": "毎日ログボ_17", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240204", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020401 - }, - { - "id": 40118, - "name": "毎日ログボ_18", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240205", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020501 - }, - { - "id": 40119, - "name": "毎日ログボ_19", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240206", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020601 - }, - { - "id": 40120, - "name": "毎日ログボ_20", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240207", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020701 - }, - { - "id": 40121, - "name": "毎日ログボ_21", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240208", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020801 - }, - { - "id": 40122, - "name": "毎日ログボ_22", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240209", - "masterVoiceId": 0, - "masterReleaseLabelId": 224020901 - }, - { - "id": 40123, - "name": "毎日ログボ_23", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240210", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021003 - }, - { - "id": 40124, - "name": "毎日ログボ_24", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240211", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021101 - }, - { - "id": 40125, - "name": "毎日ログボ_25", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240212", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021201 - }, - { - "id": 40126, - "name": "毎日ログボ_26", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240213", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021301 - }, - { - "id": 40127, - "name": "毎日ログボ_27", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240214", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021401 - }, - { - "id": 40128, - "name": "毎日ログボ_28", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240215", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021501 - }, - { - "id": 40129, - "name": "毎日ログボ_29", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240216", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021601 - }, - { - "id": 40130, - "name": "毎日ログボ_30", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240217", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021701 - }, - { - "id": 40131, - "name": "毎日ログボ_31", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240218", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021801 - }, - { - "id": 40132, - "name": "毎日ログボ_32", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240219", - "masterVoiceId": 0, - "masterReleaseLabelId": 224021901 - }, - { - "id": 40133, - "name": "毎日ログボ_33", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240220", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022001 - }, - { - "id": 40134, - "name": "毎日ログボ_34", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240221", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022101 - }, - { - "id": 40135, - "name": "毎日ログボ_35", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240222", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022201 - }, - { - "id": 40136, - "name": "毎日ログボ_36", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240223", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022301 - }, - { - "id": 40137, - "name": "毎日ログボ_37", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240224", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022401 - }, - { - "id": 40138, - "name": "毎日ログボ_38", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240225", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022501 - }, - { - "id": 40139, - "name": "毎日ログボ_39", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240226", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022601 - }, - { - "id": 40140, - "name": "毎日ログボ_40", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240227", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022701 - }, - { - "id": 40141, - "name": "毎日ログボ_41", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240228", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022801 - }, - { - "id": 40142, - "name": "毎日ログボ_42", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240229", - "masterVoiceId": 0, - "masterReleaseLabelId": 224022901 - }, - { - "id": 40143, - "name": "毎日ログボ_43", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240301", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030101 - }, - { - "id": 40144, - "name": "毎日ログボ_44", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240302", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030201 - }, - { - "id": 40145, - "name": "毎日ログボ_45", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240303", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030301 - }, - { - "id": 40146, - "name": "毎日ログボ_46", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240304", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030401 - }, - { - "id": 40147, - "name": "毎日ログボ_47", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240305", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030501 - }, - { - "id": 40148, - "name": "毎日ログボ_48", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240306", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030601 - }, - { - "id": 40149, - "name": "毎日ログボ_49", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240307", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030701 - }, - { - "id": 40150, - "name": "毎日ログボ_50", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240308", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030801 - }, - { - "id": 40151, - "name": "毎日ログボ_51", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240309", - "masterVoiceId": 0, - "masterReleaseLabelId": 224030901 - }, - { - "id": 40152, - "name": "毎日ログボ_52", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240310", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031001 - }, - { - "id": 40153, - "name": "毎日ログボ_53", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240311", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031101 - }, - { - "id": 40154, - "name": "毎日ログボ_54", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240312", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031201 - }, - { - "id": 40155, - "name": "毎日ログボ_55", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240313", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031301 - }, - { - "id": 40156, - "name": "毎日ログボ_56", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240314", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031401 - }, - { - "id": 40157, - "name": "毎日ログボ_57", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240315", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031501 - }, - { - "id": 40158, - "name": "毎日ログボ_58", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240316", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031601 - }, - { - "id": 40159, - "name": "毎日ログボ_59", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240317", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031701 - }, - { - "id": 40160, - "name": "毎日ログボ_60", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240318", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031801 - }, - { - "id": 40161, - "name": "毎日ログボ_61", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240319", - "masterVoiceId": 0, - "masterReleaseLabelId": 224031901 - }, - { - "id": 40162, - "name": "毎日ログボ_62", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240320", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032001 - }, - { - "id": 40163, - "name": "毎日ログボ_63", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240321", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032101 - }, - { - "id": 40164, - "name": "毎日ログボ_64", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240322", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032201 - }, - { - "id": 40165, - "name": "毎日ログボ_65", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240323", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032301 - }, - { - "id": 40166, - "name": "毎日ログボ_66", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240324", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032401 - }, - { - "id": 40167, - "name": "毎日ログボ_67", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240325", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032501 - }, - { - "id": 40168, - "name": "毎日ログボ_68", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240326", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032601 - }, - { - "id": 40169, - "name": "毎日ログボ_69", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240327", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032701 - }, - { - "id": 40170, - "name": "毎日ログボ_70", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240328", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032801 - }, - { - "id": 40171, - "name": "毎日ログボ_71", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240329", - "masterVoiceId": 0, - "masterReleaseLabelId": 224032901 - }, - { - "id": 40172, - "name": "毎日ログボ_72", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240330", - "masterVoiceId": 0, - "masterReleaseLabelId": 224033001 - }, - { - "id": 40173, - "name": "毎日ログボ_73", - "type": 1, - "masterEventId": 0, - "loop": 0, - "priority": 0, - "prefabName": "LoginBonus_common01day_0001", - "boardSpriteName": "loginbonus_everyday_240331", - "masterVoiceId": 0, - "masterReleaseLabelId": 224033101 - } -] \ No newline at end of file diff --git a/src/router/databases/json/login_bonus_reward.json b/src/router/databases/json/login_bonus_reward.json deleted file mode 100644 index d9a0c88..0000000 --- a/src/router/databases/json/login_bonus_reward.json +++ /dev/null @@ -1,8042 +0,0 @@ -[ - { - "id": 150000101, - "number": 1, - "type": 3, - "giveType": 1, - "value": 16005003, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 1 - }, - { - "id": 150000102, - "number": 1, - "type": 3, - "giveType": 1, - "value": 17001002, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 150000103, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 1 - }, - { - "id": 150000104, - "number": 1, - "type": 3, - "giveType": 1, - "value": 16005003, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 1 - }, - { - "id": 150000105, - "number": 1, - "type": 3, - "giveType": 1, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 150000106, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 150000107, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 1 - }, - { - "id": 150000201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000202, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000203, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000204, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000205, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000206, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000207, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000208, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000209, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000210, - "number": 1, - "type": 2, - "giveType": 1, - "value": 30010009, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223041502 - }, - { - "id": 150000301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000302, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000303, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000304, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000305, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000306, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000307, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000308, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000309, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 150000310, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223071501 - }, - { - "id": 151000101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000102, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000103, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000104, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000105, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000106, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000107, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000108, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000109, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000110, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061402 - }, - { - "id": 151000201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223062401 - }, - { - "id": 151000301, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223062501 - }, - { - "id": 151000401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223062502 - }, - { - "id": 151000501, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223070201 - }, - { - "id": 151000601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223070901 - }, - { - "id": 151000701, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223071601 - }, - { - "id": 151000801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223072301 - }, - { - "id": 151000901, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223073001 - }, - { - "id": 151001001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080601 - }, - { - "id": 151001101, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223081301 - }, - { - "id": 151001201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223082001 - }, - { - "id": 151001301, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223082701 - }, - { - "id": 151001401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223090301 - }, - { - "id": 151001501, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223091001 - }, - { - "id": 151001601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223091701 - }, - { - "id": 151001701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223062302 - }, - { - "id": 151001801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001802, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001803, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001804, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001805, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001806, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001807, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 223081001 - }, - { - "id": 151001901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223082501 - }, - { - "id": 151002001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223082702 - }, - { - "id": 151002101, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223081201 - }, - { - "id": 151002102, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223081201 - }, - { - "id": 151002201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223081903 - }, - { - "id": 151002202, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223081903 - }, - { - "id": 151002301, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223082602 - }, - { - "id": 151002302, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223082602 - }, - { - "id": 151002401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223090901 - }, - { - "id": 151002402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223090901 - }, - { - "id": 151002501, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223091601 - }, - { - "id": 151002601, - "number": 1, - "type": 2, - "giveType": 1, - "value": 10040017, - "level": 1, - "amount": 1, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002602, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002603, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002604, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002605, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002606, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002607, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002608, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002609, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002610, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 223100501 - }, - { - "id": 151002701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223100701 - }, - { - "id": 151002702, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223100701 - }, - { - "id": 151002703, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223100701 - }, - { - "id": 151002801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002805, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002806, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002807, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002808, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002809, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002810, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102501 - }, - { - "id": 151002901, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102103 - }, - { - "id": 151002902, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102103 - }, - { - "id": 151003001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111801 - }, - { - "id": 151003002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111801 - }, - { - "id": 151003101, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112501 - }, - { - "id": 151003102, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112501 - }, - { - "id": 151003701, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003702, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003703, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003704, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003705, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003706, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003707, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001010, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111103 - }, - { - "id": 151003401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120902 - }, - { - "id": 151003402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120902 - }, - { - "id": 151003501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121504 - }, - { - "id": 151003502, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121504 - }, - { - "id": 151003503, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121504 - }, - { - "id": 151003801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003805, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003806, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003807, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003808, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003809, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003810, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120105 - }, - { - "id": 151003901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003902, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003903, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003904, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003905, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003906, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003907, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003908, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003909, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151003910, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122804 - }, - { - "id": 151004001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004004, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004005, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004006, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004007, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004008, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004009, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004010, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223121204 - }, - { - "id": 151004101, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011302 - }, - { - "id": 151004102, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011302 - }, - { - "id": 151003601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122302 - }, - { - "id": 151003602, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122302 - }, - { - "id": 151004301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004302, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004303, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004304, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004305, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004306, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004307, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004308, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004309, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004310, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223120802 - }, - { - "id": 151004201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011104 - }, - { - "id": 151004202, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011104 - }, - { - "id": 151004401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012004 - }, - { - "id": 151004402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012004 - }, - { - "id": 151004501, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021001 - }, - { - "id": 151004502, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021001 - }, - { - "id": 151004601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004602, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004603, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004604, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004605, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004606, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004607, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004608, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004609, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004610, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020104 - }, - { - "id": 151004701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004702, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004703, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004704, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004705, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004706, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004707, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004708, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004709, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151004710, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224020106 - }, - { - "id": 151005001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005004, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005005, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005006, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005007, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005008, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005009, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005010, - "number": 1, - "type": 3, - "giveType": 1, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030113 - }, - { - "id": 151005101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005102, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005103, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005104, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005105, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005106, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005107, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005108, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005109, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005110, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030115 - }, - { - "id": 151005401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022302 - }, - { - "id": 151005402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022302 - }, - { - "id": 151005501, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030902 - }, - { - "id": 151005502, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030902 - }, - { - "id": 151005601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224033002 - }, - { - "id": 151005602, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224033002 - }, - { - "id": 151005701, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005702, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005703, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005704, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005705, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005706, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005707, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005708, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005709, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005710, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005711, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005712, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005713, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005714, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005715, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005716, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005717, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005718, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005719, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005720, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005721, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005722, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005723, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005724, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005725, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005726, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005727, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005728, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005729, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005730, - "number": 1, - "type": 3, - "giveType": 1, - "value": 15020001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005805, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005806, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005807, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005808, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005809, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005810, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005811, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005812, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005813, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005814, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005815, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005816, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005817, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005818, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005819, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005820, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005821, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005822, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005823, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005824, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005825, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005826, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005827, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005828, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005829, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005830, - "number": 1, - "type": 3, - "giveType": 1, - "value": 19100001, - "level": 0, - "amount": 700, - "masterReleaseLabelId": 224030117 - }, - { - "id": 151005901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 224031605 - }, - { - "id": 151006001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 224031702 - }, - { - "id": 151006101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 224031802 - }, - { - "id": 151006201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 224031902 - }, - { - "id": 152000101, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000102, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000103, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000104, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000105, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000106, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000107, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000108, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000109, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000110, - "number": 1, - "type": 12, - "giveType": 1, - "value": 101, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223041903 - }, - { - "id": 152000201, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000202, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000203, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000204, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000205, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000206, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000207, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000208, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000209, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000210, - "number": 1, - "type": 12, - "giveType": 1, - "value": 102, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223043004 - }, - { - "id": 152000301, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223051101 - }, - { - "id": 152000302, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223051101 - }, - { - "id": 152000303, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223051101 - }, - { - "id": 152000304, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223051101 - }, - { - "id": 152000401, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000402, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000403, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000404, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000405, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000406, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000407, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000408, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000409, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000410, - "number": 1, - "type": 12, - "giveType": 1, - "value": 104, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223051504 - }, - { - "id": 152000501, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223052601 - }, - { - "id": 152000502, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223052601 - }, - { - "id": 152000503, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223052601 - }, - { - "id": 152000504, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223052601 - }, - { - "id": 152000601, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000602, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000603, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000604, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000605, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000606, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000607, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000608, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000609, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000610, - "number": 1, - "type": 12, - "giveType": 1, - "value": 106, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223053104 - }, - { - "id": 152000701, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000702, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000703, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000704, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000705, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000706, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000707, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223061101 - }, - { - "id": 152000801, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000805, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000806, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000807, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000808, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000809, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000810, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 152000901, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000902, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000903, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000904, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000905, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000906, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000907, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000908, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000909, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152000910, - "number": 1, - "type": 12, - "giveType": 1, - "value": 109, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223063004 - }, - { - "id": 152001001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071101 - }, - { - "id": 152001002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223071101 - }, - { - "id": 152001003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223071101 - }, - { - "id": 152001004, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071101 - }, - { - "id": 152001101, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001102, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001103, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001104, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001105, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001106, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001107, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001108, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001109, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001110, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 152001201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223072601 - }, - { - "id": 152001202, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223072601 - }, - { - "id": 152001203, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223072601 - }, - { - "id": 152001204, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223072601 - }, - { - "id": 152001301, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001302, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001303, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001304, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001305, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001306, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001307, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001308, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001309, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001310, - "number": 1, - "type": 12, - "giveType": 1, - "value": 113, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223073104 - }, - { - "id": 152001401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081101 - }, - { - "id": 152001402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223081101 - }, - { - "id": 152001403, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223081101 - }, - { - "id": 152001404, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081101 - }, - { - "id": 152001501, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001502, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001503, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001504, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001505, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001506, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001507, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001508, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001509, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001510, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 152001601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223082601 - }, - { - "id": 152001602, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223082601 - }, - { - "id": 152001603, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223082601 - }, - { - "id": 152001604, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223082601 - }, - { - "id": 152001701, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001702, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001703, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001704, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001705, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001706, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001707, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001708, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001709, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001710, - "number": 1, - "type": 12, - "giveType": 1, - "value": 117, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223083104 - }, - { - "id": 152001801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091101 - }, - { - "id": 152001802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223091101 - }, - { - "id": 152001803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223091101 - }, - { - "id": 152001804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091101 - }, - { - "id": 152001901, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001902, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001903, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001904, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001905, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001906, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001907, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001908, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001909, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152001910, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 152002001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223092601 - }, - { - "id": 152002002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223092601 - }, - { - "id": 152002003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223092601 - }, - { - "id": 152002004, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223092601 - }, - { - "id": 152002101, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002102, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002103, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002104, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002105, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002106, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002107, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002108, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002109, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002110, - "number": 1, - "type": 12, - "giveType": 1, - "value": 121, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223093004 - }, - { - "id": 152002201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223101101 - }, - { - "id": 152002202, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223101101 - }, - { - "id": 152002203, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223101101 - }, - { - "id": 152002204, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223101101 - }, - { - "id": 152002301, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002302, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002303, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002304, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002305, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002306, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002307, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002308, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002309, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002310, - "number": 1, - "type": 12, - "giveType": 1, - "value": 123, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223101508 - }, - { - "id": 152002401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223102601 - }, - { - "id": 152002402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223102601 - }, - { - "id": 152002403, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223102601 - }, - { - "id": 152002404, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223102601 - }, - { - "id": 152002501, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002502, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002503, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002504, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002505, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002506, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002507, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002508, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002509, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002510, - "number": 1, - "type": 12, - "giveType": 1, - "value": 125, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223103104 - }, - { - "id": 152002601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223111101 - }, - { - "id": 152002602, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223111101 - }, - { - "id": 152002603, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223111101 - }, - { - "id": 152002604, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223111101 - }, - { - "id": 152002701, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002702, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002703, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002704, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002705, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002706, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002707, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002708, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002709, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002710, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 152002801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223112601 - }, - { - "id": 152002802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223112601 - }, - { - "id": 152002803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223112601 - }, - { - "id": 152002804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223112601 - }, - { - "id": 152002901, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002902, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002903, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002904, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002905, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002906, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002907, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002908, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002909, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152002910, - "number": 1, - "type": 12, - "giveType": 1, - "value": 129, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223113004 - }, - { - "id": 152003001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121102 - }, - { - "id": 152003002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223121102 - }, - { - "id": 152003003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223121102 - }, - { - "id": 152003004, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121102 - }, - { - "id": 152003101, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003102, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003103, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003104, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003105, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003106, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003107, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003108, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003109, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003110, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 152003201, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223122603 - }, - { - "id": 152003202, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223122603 - }, - { - "id": 152003203, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 223122603 - }, - { - "id": 152003204, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223122603 - }, - { - "id": 152003301, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003302, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003303, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003304, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003305, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003306, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003307, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003308, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003309, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003310, - "number": 1, - "type": 12, - "giveType": 1, - "value": 133, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223123104 - }, - { - "id": 152003401, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224011106 - }, - { - "id": 152003402, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224011106 - }, - { - "id": 152003403, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 224011106 - }, - { - "id": 152003404, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224011106 - }, - { - "id": 152003501, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003502, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003503, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003504, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003505, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003506, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003507, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003508, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003509, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003510, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 152003601, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224012702 - }, - { - "id": 152003602, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224012702 - }, - { - "id": 152003603, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 224012702 - }, - { - "id": 152003604, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224012702 - }, - { - "id": 152003701, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003702, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003703, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003704, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003705, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003706, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003707, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003708, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003709, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003710, - "number": 1, - "type": 12, - "giveType": 1, - "value": 137, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224013104 - }, - { - "id": 152003801, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224021006 - }, - { - "id": 152003802, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224021006 - }, - { - "id": 152003803, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 224021006 - }, - { - "id": 152003804, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224021006 - }, - { - "id": 152003901, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003902, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003903, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003904, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003905, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003906, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003907, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003908, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152003909, - "number": 1, - "type": 3, - "giveType": 1, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 152004001, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004002, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004003, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004004, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004005, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004006, - "number": 1, - "type": 3, - "giveType": 1, - "value": 21000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004007, - "number": 1, - "type": 3, - "giveType": 1, - "value": 20000001, - "level": 0, - "amount": 7, - "masterReleaseLabelId": 224022305 - }, - { - "id": 152004101, - "number": 1, - "type": 4, - "giveType": 1, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004102, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004103, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004104, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004105, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004106, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004107, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004108, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004109, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152004110, - "number": 1, - "type": 12, - "giveType": 1, - "value": 141, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030104 - }, - { - "id": 152000001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000002, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000003, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000004, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000005, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000006, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000007, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000008, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000009, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000010, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000011, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000012, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000013, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000014, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000015, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000016, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000017, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000018, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000019, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 152000020, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 153000101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123080301 - }, - { - "id": 153000201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123102101 - }, - { - "id": 153000301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123091201 - }, - { - "id": 153000401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124031501 - }, - { - "id": 153000501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123110101 - }, - { - "id": 153000701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123060901 - }, - { - "id": 153000801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124011701 - }, - { - "id": 153000901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123072201 - }, - { - "id": 153001001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123080101 - }, - { - "id": 153001101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123091901 - }, - { - "id": 153001201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124021001 - }, - { - "id": 153001301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124010101 - }, - { - "id": 153001501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123071301 - }, - { - "id": 153001601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124030401 - }, - { - "id": 153001701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123061301 - }, - { - "id": 153001801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123092101 - }, - { - "id": 153001901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124030101 - }, - { - "id": 153002001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124012301 - }, - { - "id": 153002201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123062901 - }, - { - "id": 153002301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123053001 - }, - { - "id": 153002401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123121601 - }, - { - "id": 153002501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123080801 - }, - { - "id": 153002601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124020501 - }, - { - "id": 153002701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123111301 - }, - { - "id": 153002801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123100501 - }, - { - "id": 153002901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123120601 - }, - { - "id": 153003001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124021501 - }, - { - "id": 153003101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123050101 - }, - { - "id": 153003201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123071701 - }, - { - "id": 153003301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124022501 - }, - { - "id": 153003401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123092801 - }, - { - "id": 153003501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123112401 - }, - { - "id": 153003701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123102901 - }, - { - "id": 153003801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123061701 - }, - { - "id": 153003901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123080701 - }, - { - "id": 153004001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123091903 - }, - { - "id": 153004101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 124012001 - }, - { - "id": 153004201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 500, - "masterReleaseLabelId": 123122801 - }, - { - "id": 154000101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101102 - }, - { - "id": 154000201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101201 - }, - { - "id": 154000301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101302 - }, - { - "id": 154000401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101401 - }, - { - "id": 154000501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101511 - }, - { - "id": 154000601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101606 - }, - { - "id": 154000701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101703 - }, - { - "id": 154000801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101802 - }, - { - "id": 154000901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101901 - }, - { - "id": 154001001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102001 - }, - { - "id": 154001101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102105 - }, - { - "id": 154001201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102201 - }, - { - "id": 154001301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102301 - }, - { - "id": 154001401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102403 - }, - { - "id": 154001501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102503 - }, - { - "id": 154001601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102602 - }, - { - "id": 154001701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102701 - }, - { - "id": 154001801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102801 - }, - { - "id": 154001901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102904 - }, - { - "id": 154002001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103002 - }, - { - "id": 154002101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103110 - }, - { - "id": 154002201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110105 - }, - { - "id": 154002301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110201 - }, - { - "id": 154002401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110301 - }, - { - "id": 154002501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110401 - }, - { - "id": 154002601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110501 - }, - { - "id": 154002701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110601 - }, - { - "id": 154002801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110703 - }, - { - "id": 154002901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110802 - }, - { - "id": 154003001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223110901 - }, - { - "id": 154003101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111002 - }, - { - "id": 154003201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111102 - }, - { - "id": 154003301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111201 - }, - { - "id": 154003401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111303 - }, - { - "id": 154003501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111403 - }, - { - "id": 154003601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111509 - }, - { - "id": 154003701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111601 - }, - { - "id": 154003801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111701 - }, - { - "id": 154003901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111803 - }, - { - "id": 154004001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111901 - }, - { - "id": 154004101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112001 - }, - { - "id": 154004201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112103 - }, - { - "id": 154004301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112201 - }, - { - "id": 154004401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112301 - }, - { - "id": 154004501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112403 - }, - { - "id": 154004601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112503 - }, - { - "id": 154004701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112602 - }, - { - "id": 154004801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112701 - }, - { - "id": 154004901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112803 - }, - { - "id": 154005001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223112901 - }, - { - "id": 154005101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223113007 - }, - { - "id": 154005201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120102 - }, - { - "id": 154005301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120201 - }, - { - "id": 154005401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120301 - }, - { - "id": 154005501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120401 - }, - { - "id": 154005601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120503 - }, - { - "id": 154005701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120603 - }, - { - "id": 154005801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120701 - }, - { - "id": 154005901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120801 - }, - { - "id": 154006001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120901 - }, - { - "id": 154006101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121001 - }, - { - "id": 154006201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121101 - }, - { - "id": 154006301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121203 - }, - { - "id": 154006401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121301 - }, - { - "id": 154006501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121401 - }, - { - "id": 154006601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121501 - }, - { - "id": 154006701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121603 - }, - { - "id": 154006801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121701 - }, - { - "id": 154006901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121801 - }, - { - "id": 154007001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121903 - }, - { - "id": 154007101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122001 - }, - { - "id": 154007201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122101 - }, - { - "id": 154007301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122201 - }, - { - "id": 154007401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122301 - }, - { - "id": 154007501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122401 - }, - { - "id": 154007601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122501 - }, - { - "id": 154007701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122601 - }, - { - "id": 154007801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122701 - }, - { - "id": 154007901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122803 - }, - { - "id": 154008001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223122901 - }, - { - "id": 154008101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223123001 - }, - { - "id": 154008201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223123101 - }, - { - "id": 154008301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010101 - }, - { - "id": 154008401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010201 - }, - { - "id": 154008501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010301 - }, - { - "id": 154008601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010401 - }, - { - "id": 154008701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010501 - }, - { - "id": 154008801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010601 - }, - { - "id": 154008901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010701 - }, - { - "id": 154009001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010801 - }, - { - "id": 154009101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010901 - }, - { - "id": 154009201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011001 - }, - { - "id": 154009301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011101 - }, - { - "id": 154009401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011201 - }, - { - "id": 154009501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011301 - }, - { - "id": 154009601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011401 - }, - { - "id": 154009701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011501 - }, - { - "id": 154009801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011601 - }, - { - "id": 154009901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011701 - }, - { - "id": 154010001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011801 - }, - { - "id": 154010101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011901 - }, - { - "id": 154010201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012001 - }, - { - "id": 154010301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012101 - }, - { - "id": 154010401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012201 - }, - { - "id": 154010501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012301 - }, - { - "id": 154010601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012401 - }, - { - "id": 154010701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012501 - }, - { - "id": 154010801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012601 - }, - { - "id": 154010901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012701 - }, - { - "id": 154011001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012801 - }, - { - "id": 154011101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224012902 - }, - { - "id": 154011201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224013001 - }, - { - "id": 154011301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224013101 - }, - { - "id": 154011401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020101 - }, - { - "id": 154011501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020201 - }, - { - "id": 154011601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020301 - }, - { - "id": 154011701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020401 - }, - { - "id": 154011801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020501 - }, - { - "id": 154011901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020601 - }, - { - "id": 154012001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020701 - }, - { - "id": 154012101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020801 - }, - { - "id": 154012201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224020901 - }, - { - "id": 154012301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021003 - }, - { - "id": 154012401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021101 - }, - { - "id": 154012501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021201 - }, - { - "id": 154012601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021301 - }, - { - "id": 154012701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021401 - }, - { - "id": 154012801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021501 - }, - { - "id": 154012901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021601 - }, - { - "id": 154013001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021701 - }, - { - "id": 154013101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021801 - }, - { - "id": 154013201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021901 - }, - { - "id": 154013301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022001 - }, - { - "id": 154013401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022101 - }, - { - "id": 154013501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022201 - }, - { - "id": 154013601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022301 - }, - { - "id": 154013701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022401 - }, - { - "id": 154013801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022501 - }, - { - "id": 154013901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022601 - }, - { - "id": 154014001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022701 - }, - { - "id": 154014101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022801 - }, - { - "id": 154014201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224022901 - }, - { - "id": 154014301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030101 - }, - { - "id": 154014401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030201 - }, - { - "id": 154014501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030301 - }, - { - "id": 154014601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030401 - }, - { - "id": 154014701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030501 - }, - { - "id": 154014801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030601 - }, - { - "id": 154014901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030701 - }, - { - "id": 154015001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030801 - }, - { - "id": 154015101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030901 - }, - { - "id": 154015201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031001 - }, - { - "id": 154015301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031101 - }, - { - "id": 154015401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031201 - }, - { - "id": 154015501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031301 - }, - { - "id": 154015601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031401 - }, - { - "id": 154015701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031501 - }, - { - "id": 154015801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031601 - }, - { - "id": 154015901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031701 - }, - { - "id": 154016001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031801 - }, - { - "id": 154016101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224031901 - }, - { - "id": 154016201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032001 - }, - { - "id": 154016301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032101 - }, - { - "id": 154016401, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032201 - }, - { - "id": 154016501, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032301 - }, - { - "id": 154016601, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032401 - }, - { - "id": 154016701, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032501 - }, - { - "id": 154016801, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032601 - }, - { - "id": 154016901, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032701 - }, - { - "id": 154017001, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032801 - }, - { - "id": 154017101, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224032901 - }, - { - "id": 154017201, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224033001 - }, - { - "id": 154017301, - "number": 1, - "type": 1, - "giveType": 1, - "value": 0, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224033101 - } -] \ No newline at end of file diff --git a/src/router/databases/json/login_bonus_reward_setting.json b/src/router/databases/json/login_bonus_reward_setting.json deleted file mode 100644 index c0fc03d..0000000 --- a/src/router/databases/json/login_bonus_reward_setting.json +++ /dev/null @@ -1,5630 +0,0 @@ -[ - { - "masterLoginBonusId": 1, - "dayCount": 1, - "masterLoginBonusRewardId": 150000101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 1, - "dayCount": 2, - "masterLoginBonusRewardId": 150000102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 1, - "dayCount": 3, - "masterLoginBonusRewardId": 150000103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 1, - "dayCount": 4, - "masterLoginBonusRewardId": 150000104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 1, - "dayCount": 5, - "masterLoginBonusRewardId": 150000105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 1, - "dayCount": 6, - "masterLoginBonusRewardId": 150000106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 1, - "dayCount": 7, - "masterLoginBonusRewardId": 150000107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 2, - "dayCount": 1, - "masterLoginBonusRewardId": 150000201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 2, - "masterLoginBonusRewardId": 150000202, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 3, - "masterLoginBonusRewardId": 150000203, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 4, - "masterLoginBonusRewardId": 150000204, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 5, - "masterLoginBonusRewardId": 150000205, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 6, - "masterLoginBonusRewardId": 150000206, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 7, - "masterLoginBonusRewardId": 150000207, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 8, - "masterLoginBonusRewardId": 150000208, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 9, - "masterLoginBonusRewardId": 150000209, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 2, - "dayCount": 10, - "masterLoginBonusRewardId": 150000210, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041502 - }, - { - "masterLoginBonusId": 3, - "dayCount": 1, - "masterLoginBonusRewardId": 150000301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 2, - "masterLoginBonusRewardId": 150000302, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 3, - "masterLoginBonusRewardId": 150000303, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 4, - "masterLoginBonusRewardId": 150000304, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 5, - "masterLoginBonusRewardId": 150000305, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 6, - "masterLoginBonusRewardId": 150000306, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 7, - "masterLoginBonusRewardId": 150000307, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 8, - "masterLoginBonusRewardId": 150000308, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 9, - "masterLoginBonusRewardId": 150000309, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 3, - "dayCount": 10, - "masterLoginBonusRewardId": 150000310, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071501 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 1, - "masterLoginBonusRewardId": 151000101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 2, - "masterLoginBonusRewardId": 151000102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 3, - "masterLoginBonusRewardId": 151000103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 4, - "masterLoginBonusRewardId": 151000104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 5, - "masterLoginBonusRewardId": 151000105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 6, - "masterLoginBonusRewardId": 151000106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 7, - "masterLoginBonusRewardId": 151000107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 8, - "masterLoginBonusRewardId": 151000108, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 9, - "masterLoginBonusRewardId": 151000109, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10001, - "dayCount": 10, - "masterLoginBonusRewardId": 151000110, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061402 - }, - { - "masterLoginBonusId": 10002, - "dayCount": 1, - "masterLoginBonusRewardId": 151000201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223062401 - }, - { - "masterLoginBonusId": 10003, - "dayCount": 1, - "masterLoginBonusRewardId": 151000301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223062501 - }, - { - "masterLoginBonusId": 10004, - "dayCount": 1, - "masterLoginBonusRewardId": 151000401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223062502 - }, - { - "masterLoginBonusId": 10005, - "dayCount": 1, - "masterLoginBonusRewardId": 151000501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223070201 - }, - { - "masterLoginBonusId": 10006, - "dayCount": 1, - "masterLoginBonusRewardId": 151000601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223070901 - }, - { - "masterLoginBonusId": 10007, - "dayCount": 1, - "masterLoginBonusRewardId": 151000701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071601 - }, - { - "masterLoginBonusId": 10008, - "dayCount": 1, - "masterLoginBonusRewardId": 151000801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223072301 - }, - { - "masterLoginBonusId": 10009, - "dayCount": 1, - "masterLoginBonusRewardId": 151000901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073001 - }, - { - "masterLoginBonusId": 10010, - "dayCount": 1, - "masterLoginBonusRewardId": 151001001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223080601 - }, - { - "masterLoginBonusId": 10011, - "dayCount": 1, - "masterLoginBonusRewardId": 151001101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081301 - }, - { - "masterLoginBonusId": 10012, - "dayCount": 1, - "masterLoginBonusRewardId": 151001201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223082001 - }, - { - "masterLoginBonusId": 10013, - "dayCount": 1, - "masterLoginBonusRewardId": 151001301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223082701 - }, - { - "masterLoginBonusId": 10014, - "dayCount": 1, - "masterLoginBonusRewardId": 151001401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223090301 - }, - { - "masterLoginBonusId": 10015, - "dayCount": 1, - "masterLoginBonusRewardId": 151001501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091001 - }, - { - "masterLoginBonusId": 10016, - "dayCount": 1, - "masterLoginBonusRewardId": 151001601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091701 - }, - { - "masterLoginBonusId": 10017, - "dayCount": 1, - "masterLoginBonusRewardId": 151001701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223062302 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 1, - "masterLoginBonusRewardId": 151001801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 2, - "masterLoginBonusRewardId": 151001802, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 3, - "masterLoginBonusRewardId": 151001803, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 4, - "masterLoginBonusRewardId": 151001804, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 5, - "masterLoginBonusRewardId": 151001805, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 6, - "masterLoginBonusRewardId": 151001806, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10018, - "dayCount": 7, - "masterLoginBonusRewardId": 151001807, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081001 - }, - { - "masterLoginBonusId": 10019, - "dayCount": 1, - "masterLoginBonusRewardId": 151001901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223082501 - }, - { - "masterLoginBonusId": 10020, - "dayCount": 1, - "masterLoginBonusRewardId": 151002001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223082702 - }, - { - "masterLoginBonusId": 10021, - "dayCount": 1, - "masterLoginBonusRewardId": 151002101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223081201 - }, - { - "masterLoginBonusId": 10021, - "dayCount": 2, - "masterLoginBonusRewardId": 151002102, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223081201 - }, - { - "masterLoginBonusId": 10022, - "dayCount": 1, - "masterLoginBonusRewardId": 151002201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223081903 - }, - { - "masterLoginBonusId": 10022, - "dayCount": 2, - "masterLoginBonusRewardId": 151002202, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223081903 - }, - { - "masterLoginBonusId": 10023, - "dayCount": 1, - "masterLoginBonusRewardId": 151002301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223082602 - }, - { - "masterLoginBonusId": 10023, - "dayCount": 2, - "masterLoginBonusRewardId": 151002302, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223082602 - }, - { - "masterLoginBonusId": 10024, - "dayCount": 1, - "masterLoginBonusRewardId": 151002401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223090901 - }, - { - "masterLoginBonusId": 10024, - "dayCount": 2, - "masterLoginBonusRewardId": 151002402, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223090901 - }, - { - "masterLoginBonusId": 10025, - "dayCount": 1, - "masterLoginBonusRewardId": 151002501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223091601 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 1, - "masterLoginBonusRewardId": 151002601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 2, - "masterLoginBonusRewardId": 151002602, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 3, - "masterLoginBonusRewardId": 151002603, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 4, - "masterLoginBonusRewardId": 151002604, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 5, - "masterLoginBonusRewardId": 151002605, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 6, - "masterLoginBonusRewardId": 151002606, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 7, - "masterLoginBonusRewardId": 151002607, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 8, - "masterLoginBonusRewardId": 151002608, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 9, - "masterLoginBonusRewardId": 151002609, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10026, - "dayCount": 10, - "masterLoginBonusRewardId": 151002610, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100501 - }, - { - "masterLoginBonusId": 10027, - "dayCount": 1, - "masterLoginBonusRewardId": 151002701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100701 - }, - { - "masterLoginBonusId": 10027, - "dayCount": 2, - "masterLoginBonusRewardId": 151002702, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100701 - }, - { - "masterLoginBonusId": 10027, - "dayCount": 3, - "masterLoginBonusRewardId": 151002703, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223100701 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 1, - "masterLoginBonusRewardId": 151002801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 2, - "masterLoginBonusRewardId": 151002802, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 3, - "masterLoginBonusRewardId": 151002803, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 4, - "masterLoginBonusRewardId": 151002804, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 5, - "masterLoginBonusRewardId": 151002805, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 6, - "masterLoginBonusRewardId": 151002806, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 7, - "masterLoginBonusRewardId": 151002807, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 8, - "masterLoginBonusRewardId": 151002808, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 9, - "masterLoginBonusRewardId": 151002809, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10028, - "dayCount": 10, - "masterLoginBonusRewardId": 151002810, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102501 - }, - { - "masterLoginBonusId": 10029, - "dayCount": 1, - "masterLoginBonusRewardId": 151002901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102103 - }, - { - "masterLoginBonusId": 10029, - "dayCount": 2, - "masterLoginBonusRewardId": 151002902, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223102103 - }, - { - "masterLoginBonusId": 10030, - "dayCount": 1, - "masterLoginBonusRewardId": 151003001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111801 - }, - { - "masterLoginBonusId": 10030, - "dayCount": 2, - "masterLoginBonusRewardId": 151003002, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111801 - }, - { - "masterLoginBonusId": 10031, - "dayCount": 1, - "masterLoginBonusRewardId": 151003101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223112501 - }, - { - "masterLoginBonusId": 10031, - "dayCount": 2, - "masterLoginBonusRewardId": 151003102, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223112501 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 1, - "masterLoginBonusRewardId": 151003701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 2, - "masterLoginBonusRewardId": 151003702, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 3, - "masterLoginBonusRewardId": 151003703, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 4, - "masterLoginBonusRewardId": 151003704, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 5, - "masterLoginBonusRewardId": 151003705, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 6, - "masterLoginBonusRewardId": 151003706, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10037, - "dayCount": 7, - "masterLoginBonusRewardId": 151003707, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223111103 - }, - { - "masterLoginBonusId": 10034, - "dayCount": 1, - "masterLoginBonusRewardId": 151003401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120902 - }, - { - "masterLoginBonusId": 10034, - "dayCount": 2, - "masterLoginBonusRewardId": 151003402, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120902 - }, - { - "masterLoginBonusId": 10035, - "dayCount": 1, - "masterLoginBonusRewardId": 151003501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121504 - }, - { - "masterLoginBonusId": 10035, - "dayCount": 2, - "masterLoginBonusRewardId": 151003502, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121504 - }, - { - "masterLoginBonusId": 10035, - "dayCount": 3, - "masterLoginBonusRewardId": 151003503, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121504 - }, - { - "masterLoginBonusId": 10036, - "dayCount": 1, - "masterLoginBonusRewardId": 151003601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122302 - }, - { - "masterLoginBonusId": 10036, - "dayCount": 2, - "masterLoginBonusRewardId": 151003602, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122302 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 1, - "masterLoginBonusRewardId": 151003801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 2, - "masterLoginBonusRewardId": 151003802, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 3, - "masterLoginBonusRewardId": 151003803, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 4, - "masterLoginBonusRewardId": 151003804, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 5, - "masterLoginBonusRewardId": 151003805, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 6, - "masterLoginBonusRewardId": 151003806, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 7, - "masterLoginBonusRewardId": 151003807, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 8, - "masterLoginBonusRewardId": 151003808, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 9, - "masterLoginBonusRewardId": 151003809, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10038, - "dayCount": 10, - "masterLoginBonusRewardId": 151003810, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120105 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 1, - "masterLoginBonusRewardId": 151003901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 2, - "masterLoginBonusRewardId": 151003902, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 3, - "masterLoginBonusRewardId": 151003903, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 4, - "masterLoginBonusRewardId": 151003904, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 5, - "masterLoginBonusRewardId": 151003905, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 6, - "masterLoginBonusRewardId": 151003906, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 7, - "masterLoginBonusRewardId": 151003907, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 8, - "masterLoginBonusRewardId": 151003908, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 9, - "masterLoginBonusRewardId": 151003909, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10039, - "dayCount": 10, - "masterLoginBonusRewardId": 151003910, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223122804 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 1, - "masterLoginBonusRewardId": 151004001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 2, - "masterLoginBonusRewardId": 151004002, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 3, - "masterLoginBonusRewardId": 151004003, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 4, - "masterLoginBonusRewardId": 151004004, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 5, - "masterLoginBonusRewardId": 151004005, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 6, - "masterLoginBonusRewardId": 151004006, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 7, - "masterLoginBonusRewardId": 151004007, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 8, - "masterLoginBonusRewardId": 151004008, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 9, - "masterLoginBonusRewardId": 151004009, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10040, - "dayCount": 10, - "masterLoginBonusRewardId": 151004010, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223121204 - }, - { - "masterLoginBonusId": 10041, - "dayCount": 1, - "masterLoginBonusRewardId": 151004101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224011302 - }, - { - "masterLoginBonusId": 10041, - "dayCount": 2, - "masterLoginBonusRewardId": 151004102, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224011302 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 1, - "masterLoginBonusRewardId": 151004301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 2, - "masterLoginBonusRewardId": 151004302, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 3, - "masterLoginBonusRewardId": 151004303, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 4, - "masterLoginBonusRewardId": 151004304, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 5, - "masterLoginBonusRewardId": 151004305, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 6, - "masterLoginBonusRewardId": 151004306, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 7, - "masterLoginBonusRewardId": 151004307, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 8, - "masterLoginBonusRewardId": 151004308, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 9, - "masterLoginBonusRewardId": 151004309, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10043, - "dayCount": 10, - "masterLoginBonusRewardId": 151004310, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 223120802 - }, - { - "masterLoginBonusId": 10042, - "dayCount": 1, - "masterLoginBonusRewardId": 151004201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224011104 - }, - { - "masterLoginBonusId": 10042, - "dayCount": 2, - "masterLoginBonusRewardId": 151004202, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224011104 - }, - { - "masterLoginBonusId": 10044, - "dayCount": 1, - "masterLoginBonusRewardId": 151004401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224012004 - }, - { - "masterLoginBonusId": 10044, - "dayCount": 2, - "masterLoginBonusRewardId": 151004402, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224012004 - }, - { - "masterLoginBonusId": 10045, - "dayCount": 1, - "masterLoginBonusRewardId": 151004501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224021001 - }, - { - "masterLoginBonusId": 10045, - "dayCount": 2, - "masterLoginBonusRewardId": 151004502, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224021001 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 1, - "masterLoginBonusRewardId": 151004601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 2, - "masterLoginBonusRewardId": 151004602, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 3, - "masterLoginBonusRewardId": 151004603, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 4, - "masterLoginBonusRewardId": 151004604, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 5, - "masterLoginBonusRewardId": 151004605, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 6, - "masterLoginBonusRewardId": 151004606, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 7, - "masterLoginBonusRewardId": 151004607, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 8, - "masterLoginBonusRewardId": 151004608, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 9, - "masterLoginBonusRewardId": 151004609, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10046, - "dayCount": 10, - "masterLoginBonusRewardId": 151004610, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020104 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 1, - "masterLoginBonusRewardId": 151004701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 2, - "masterLoginBonusRewardId": 151004702, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 3, - "masterLoginBonusRewardId": 151004703, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 4, - "masterLoginBonusRewardId": 151004704, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 5, - "masterLoginBonusRewardId": 151004705, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 6, - "masterLoginBonusRewardId": 151004706, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 7, - "masterLoginBonusRewardId": 151004707, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 8, - "masterLoginBonusRewardId": 151004708, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 9, - "masterLoginBonusRewardId": 151004709, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10047, - "dayCount": 10, - "masterLoginBonusRewardId": 151004710, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224020106 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 1, - "masterLoginBonusRewardId": 151005001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 2, - "masterLoginBonusRewardId": 151005002, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 3, - "masterLoginBonusRewardId": 151005003, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 4, - "masterLoginBonusRewardId": 151005004, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 5, - "masterLoginBonusRewardId": 151005005, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 6, - "masterLoginBonusRewardId": 151005006, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 7, - "masterLoginBonusRewardId": 151005007, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 8, - "masterLoginBonusRewardId": 151005008, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 9, - "masterLoginBonusRewardId": 151005009, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10050, - "dayCount": 10, - "masterLoginBonusRewardId": 151005010, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030113 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 1, - "masterLoginBonusRewardId": 151005101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 2, - "masterLoginBonusRewardId": 151005102, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 3, - "masterLoginBonusRewardId": 151005103, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 4, - "masterLoginBonusRewardId": 151005104, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 5, - "masterLoginBonusRewardId": 151005105, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 6, - "masterLoginBonusRewardId": 151005106, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 7, - "masterLoginBonusRewardId": 151005107, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 8, - "masterLoginBonusRewardId": 151005108, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 9, - "masterLoginBonusRewardId": 151005109, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10051, - "dayCount": 10, - "masterLoginBonusRewardId": 151005110, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030115 - }, - { - "masterLoginBonusId": 10054, - "dayCount": 1, - "masterLoginBonusRewardId": 151005401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224022302 - }, - { - "masterLoginBonusId": 10054, - "dayCount": 2, - "masterLoginBonusRewardId": 151005402, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224022302 - }, - { - "masterLoginBonusId": 10055, - "dayCount": 1, - "masterLoginBonusRewardId": 151005501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030902 - }, - { - "masterLoginBonusId": 10055, - "dayCount": 2, - "masterLoginBonusRewardId": 151005502, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030902 - }, - { - "masterLoginBonusId": 10056, - "dayCount": 1, - "masterLoginBonusRewardId": 151005601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224033002 - }, - { - "masterLoginBonusId": 10056, - "dayCount": 2, - "masterLoginBonusRewardId": 151005602, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224033002 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 1, - "masterLoginBonusRewardId": 151005701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 2, - "masterLoginBonusRewardId": 151005702, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 3, - "masterLoginBonusRewardId": 151005703, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 4, - "masterLoginBonusRewardId": 151005704, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 5, - "masterLoginBonusRewardId": 151005705, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 6, - "masterLoginBonusRewardId": 151005706, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 7, - "masterLoginBonusRewardId": 151005707, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 8, - "masterLoginBonusRewardId": 151005708, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 9, - "masterLoginBonusRewardId": 151005709, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 10, - "masterLoginBonusRewardId": 151005710, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 11, - "masterLoginBonusRewardId": 151005711, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 12, - "masterLoginBonusRewardId": 151005712, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 13, - "masterLoginBonusRewardId": 151005713, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 14, - "masterLoginBonusRewardId": 151005714, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 15, - "masterLoginBonusRewardId": 151005715, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 16, - "masterLoginBonusRewardId": 151005716, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 17, - "masterLoginBonusRewardId": 151005717, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 18, - "masterLoginBonusRewardId": 151005718, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 19, - "masterLoginBonusRewardId": 151005719, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 20, - "masterLoginBonusRewardId": 151005720, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 21, - "masterLoginBonusRewardId": 151005721, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 22, - "masterLoginBonusRewardId": 151005722, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 23, - "masterLoginBonusRewardId": 151005723, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 24, - "masterLoginBonusRewardId": 151005724, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 25, - "masterLoginBonusRewardId": 151005725, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 26, - "masterLoginBonusRewardId": 151005726, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 27, - "masterLoginBonusRewardId": 151005727, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 28, - "masterLoginBonusRewardId": 151005728, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 29, - "masterLoginBonusRewardId": 151005729, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10057, - "dayCount": 30, - "masterLoginBonusRewardId": 151005730, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 1, - "masterLoginBonusRewardId": 151005801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 2, - "masterLoginBonusRewardId": 151005802, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 3, - "masterLoginBonusRewardId": 151005803, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 4, - "masterLoginBonusRewardId": 151005804, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 5, - "masterLoginBonusRewardId": 151005805, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 6, - "masterLoginBonusRewardId": 151005806, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 7, - "masterLoginBonusRewardId": 151005807, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 8, - "masterLoginBonusRewardId": 151005808, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 9, - "masterLoginBonusRewardId": 151005809, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 10, - "masterLoginBonusRewardId": 151005810, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 11, - "masterLoginBonusRewardId": 151005811, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 12, - "masterLoginBonusRewardId": 151005812, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 13, - "masterLoginBonusRewardId": 151005813, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 14, - "masterLoginBonusRewardId": 151005814, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 15, - "masterLoginBonusRewardId": 151005815, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 16, - "masterLoginBonusRewardId": 151005816, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 17, - "masterLoginBonusRewardId": 151005817, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 18, - "masterLoginBonusRewardId": 151005818, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 19, - "masterLoginBonusRewardId": 151005819, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 20, - "masterLoginBonusRewardId": 151005820, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 21, - "masterLoginBonusRewardId": 151005821, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 22, - "masterLoginBonusRewardId": 151005822, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 23, - "masterLoginBonusRewardId": 151005823, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 24, - "masterLoginBonusRewardId": 151005824, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 25, - "masterLoginBonusRewardId": 151005825, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 26, - "masterLoginBonusRewardId": 151005826, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 27, - "masterLoginBonusRewardId": 151005827, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 28, - "masterLoginBonusRewardId": 151005828, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 29, - "masterLoginBonusRewardId": 151005829, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10058, - "dayCount": 30, - "masterLoginBonusRewardId": 151005830, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_2", - "masterReleaseLabelId": 224030117 - }, - { - "masterLoginBonusId": 10059, - "dayCount": 1, - "masterLoginBonusRewardId": 151005901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031605 - }, - { - "masterLoginBonusId": 10060, - "dayCount": 1, - "masterLoginBonusRewardId": 151006001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031702 - }, - { - "masterLoginBonusId": 10061, - "dayCount": 1, - "masterLoginBonusRewardId": 151006101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031802 - }, - { - "masterLoginBonusId": 10062, - "dayCount": 1, - "masterLoginBonusRewardId": 151006201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031902 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 1, - "masterLoginBonusRewardId": 152000101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 2, - "masterLoginBonusRewardId": 152000102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 3, - "masterLoginBonusRewardId": 152000103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 4, - "masterLoginBonusRewardId": 152000104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 5, - "masterLoginBonusRewardId": 152000105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 6, - "masterLoginBonusRewardId": 152000106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 7, - "masterLoginBonusRewardId": 152000107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 8, - "masterLoginBonusRewardId": 152000108, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 9, - "masterLoginBonusRewardId": 152000109, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20001, - "dayCount": 10, - "masterLoginBonusRewardId": 152000110, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223041903 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 1, - "masterLoginBonusRewardId": 152000201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 2, - "masterLoginBonusRewardId": 152000202, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 3, - "masterLoginBonusRewardId": 152000203, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 4, - "masterLoginBonusRewardId": 152000204, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 5, - "masterLoginBonusRewardId": 152000205, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 6, - "masterLoginBonusRewardId": 152000206, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 7, - "masterLoginBonusRewardId": 152000207, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 8, - "masterLoginBonusRewardId": 152000208, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 9, - "masterLoginBonusRewardId": 152000209, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20002, - "dayCount": 10, - "masterLoginBonusRewardId": 152000210, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223043004 - }, - { - "masterLoginBonusId": 20003, - "dayCount": 1, - "masterLoginBonusRewardId": 152000301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051101 - }, - { - "masterLoginBonusId": 20003, - "dayCount": 2, - "masterLoginBonusRewardId": 152000302, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051101 - }, - { - "masterLoginBonusId": 20003, - "dayCount": 3, - "masterLoginBonusRewardId": 152000303, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051101 - }, - { - "masterLoginBonusId": 20003, - "dayCount": 4, - "masterLoginBonusRewardId": 152000304, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051101 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 1, - "masterLoginBonusRewardId": 152000401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 2, - "masterLoginBonusRewardId": 152000402, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 3, - "masterLoginBonusRewardId": 152000403, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 4, - "masterLoginBonusRewardId": 152000404, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 5, - "masterLoginBonusRewardId": 152000405, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 6, - "masterLoginBonusRewardId": 152000406, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 7, - "masterLoginBonusRewardId": 152000407, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 8, - "masterLoginBonusRewardId": 152000408, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 9, - "masterLoginBonusRewardId": 152000409, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20004, - "dayCount": 10, - "masterLoginBonusRewardId": 152000410, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223051504 - }, - { - "masterLoginBonusId": 20005, - "dayCount": 1, - "masterLoginBonusRewardId": 152000501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223052601 - }, - { - "masterLoginBonusId": 20005, - "dayCount": 2, - "masterLoginBonusRewardId": 152000502, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223052601 - }, - { - "masterLoginBonusId": 20005, - "dayCount": 3, - "masterLoginBonusRewardId": 152000503, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223052601 - }, - { - "masterLoginBonusId": 20005, - "dayCount": 4, - "masterLoginBonusRewardId": 152000504, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223052601 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 1, - "masterLoginBonusRewardId": 152000601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 2, - "masterLoginBonusRewardId": 152000602, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 3, - "masterLoginBonusRewardId": 152000603, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 4, - "masterLoginBonusRewardId": 152000604, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 5, - "masterLoginBonusRewardId": 152000605, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 6, - "masterLoginBonusRewardId": 152000606, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 7, - "masterLoginBonusRewardId": 152000607, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 8, - "masterLoginBonusRewardId": 152000608, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 9, - "masterLoginBonusRewardId": 152000609, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20006, - "dayCount": 10, - "masterLoginBonusRewardId": 152000610, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223053104 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 1, - "masterLoginBonusRewardId": 152000701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 2, - "masterLoginBonusRewardId": 152000702, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 3, - "masterLoginBonusRewardId": 152000703, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 4, - "masterLoginBonusRewardId": 152000704, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 5, - "masterLoginBonusRewardId": 152000705, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 6, - "masterLoginBonusRewardId": 152000706, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20007, - "dayCount": 7, - "masterLoginBonusRewardId": 152000707, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061101 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 1, - "masterLoginBonusRewardId": 152000801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 2, - "masterLoginBonusRewardId": 152000802, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 3, - "masterLoginBonusRewardId": 152000803, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 4, - "masterLoginBonusRewardId": 152000804, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 5, - "masterLoginBonusRewardId": 152000805, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 6, - "masterLoginBonusRewardId": 152000806, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 7, - "masterLoginBonusRewardId": 152000807, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 8, - "masterLoginBonusRewardId": 152000808, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 9, - "masterLoginBonusRewardId": 152000809, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20008, - "dayCount": 10, - "masterLoginBonusRewardId": 152000810, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223061504 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 1, - "masterLoginBonusRewardId": 152000901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 2, - "masterLoginBonusRewardId": 152000902, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 3, - "masterLoginBonusRewardId": 152000903, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 4, - "masterLoginBonusRewardId": 152000904, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 5, - "masterLoginBonusRewardId": 152000905, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 6, - "masterLoginBonusRewardId": 152000906, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 7, - "masterLoginBonusRewardId": 152000907, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 8, - "masterLoginBonusRewardId": 152000908, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 9, - "masterLoginBonusRewardId": 152000909, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20009, - "dayCount": 10, - "masterLoginBonusRewardId": 152000910, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223063004 - }, - { - "masterLoginBonusId": 20010, - "dayCount": 1, - "masterLoginBonusRewardId": 152001001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071101 - }, - { - "masterLoginBonusId": 20010, - "dayCount": 2, - "masterLoginBonusRewardId": 152001002, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071101 - }, - { - "masterLoginBonusId": 20010, - "dayCount": 3, - "masterLoginBonusRewardId": 152001003, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071101 - }, - { - "masterLoginBonusId": 20010, - "dayCount": 4, - "masterLoginBonusRewardId": 152001004, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071101 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 1, - "masterLoginBonusRewardId": 152001101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 2, - "masterLoginBonusRewardId": 152001102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 3, - "masterLoginBonusRewardId": 152001103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 4, - "masterLoginBonusRewardId": 152001104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 5, - "masterLoginBonusRewardId": 152001105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 6, - "masterLoginBonusRewardId": 152001106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 7, - "masterLoginBonusRewardId": 152001107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 8, - "masterLoginBonusRewardId": 152001108, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 9, - "masterLoginBonusRewardId": 152001109, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20011, - "dayCount": 10, - "masterLoginBonusRewardId": 152001110, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223071505 - }, - { - "masterLoginBonusId": 20012, - "dayCount": 1, - "masterLoginBonusRewardId": 152001201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223072601 - }, - { - "masterLoginBonusId": 20012, - "dayCount": 2, - "masterLoginBonusRewardId": 152001202, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223072601 - }, - { - "masterLoginBonusId": 20012, - "dayCount": 3, - "masterLoginBonusRewardId": 152001203, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223072601 - }, - { - "masterLoginBonusId": 20012, - "dayCount": 4, - "masterLoginBonusRewardId": 152001204, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223072601 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 1, - "masterLoginBonusRewardId": 152001301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 2, - "masterLoginBonusRewardId": 152001302, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 3, - "masterLoginBonusRewardId": 152001303, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 4, - "masterLoginBonusRewardId": 152001304, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 5, - "masterLoginBonusRewardId": 152001305, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 6, - "masterLoginBonusRewardId": 152001306, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 7, - "masterLoginBonusRewardId": 152001307, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 8, - "masterLoginBonusRewardId": 152001308, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 9, - "masterLoginBonusRewardId": 152001309, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20013, - "dayCount": 10, - "masterLoginBonusRewardId": 152001310, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223073104 - }, - { - "masterLoginBonusId": 20014, - "dayCount": 1, - "masterLoginBonusRewardId": 152001401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081101 - }, - { - "masterLoginBonusId": 20014, - "dayCount": 2, - "masterLoginBonusRewardId": 152001402, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081101 - }, - { - "masterLoginBonusId": 20014, - "dayCount": 3, - "masterLoginBonusRewardId": 152001403, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081101 - }, - { - "masterLoginBonusId": 20014, - "dayCount": 4, - "masterLoginBonusRewardId": 152001404, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081101 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 1, - "masterLoginBonusRewardId": 152001501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 2, - "masterLoginBonusRewardId": 152001502, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 3, - "masterLoginBonusRewardId": 152001503, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 4, - "masterLoginBonusRewardId": 152001504, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 5, - "masterLoginBonusRewardId": 152001505, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 6, - "masterLoginBonusRewardId": 152001506, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 7, - "masterLoginBonusRewardId": 152001507, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 8, - "masterLoginBonusRewardId": 152001508, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 9, - "masterLoginBonusRewardId": 152001509, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20015, - "dayCount": 10, - "masterLoginBonusRewardId": 152001510, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223081504 - }, - { - "masterLoginBonusId": 20016, - "dayCount": 1, - "masterLoginBonusRewardId": 152001601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223082601 - }, - { - "masterLoginBonusId": 20016, - "dayCount": 2, - "masterLoginBonusRewardId": 152001602, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223082601 - }, - { - "masterLoginBonusId": 20016, - "dayCount": 3, - "masterLoginBonusRewardId": 152001603, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223082601 - }, - { - "masterLoginBonusId": 20016, - "dayCount": 4, - "masterLoginBonusRewardId": 152001604, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223082601 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 1, - "masterLoginBonusRewardId": 152001701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 2, - "masterLoginBonusRewardId": 152001702, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 3, - "masterLoginBonusRewardId": 152001703, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 4, - "masterLoginBonusRewardId": 152001704, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 5, - "masterLoginBonusRewardId": 152001705, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 6, - "masterLoginBonusRewardId": 152001706, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 7, - "masterLoginBonusRewardId": 152001707, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 8, - "masterLoginBonusRewardId": 152001708, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 9, - "masterLoginBonusRewardId": 152001709, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20017, - "dayCount": 10, - "masterLoginBonusRewardId": 152001710, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223083104 - }, - { - "masterLoginBonusId": 20018, - "dayCount": 1, - "masterLoginBonusRewardId": 152001801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091101 - }, - { - "masterLoginBonusId": 20018, - "dayCount": 2, - "masterLoginBonusRewardId": 152001802, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091101 - }, - { - "masterLoginBonusId": 20018, - "dayCount": 3, - "masterLoginBonusRewardId": 152001803, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091101 - }, - { - "masterLoginBonusId": 20018, - "dayCount": 4, - "masterLoginBonusRewardId": 152001804, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091101 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 1, - "masterLoginBonusRewardId": 152001901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 2, - "masterLoginBonusRewardId": 152001902, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 3, - "masterLoginBonusRewardId": 152001903, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 4, - "masterLoginBonusRewardId": 152001904, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 5, - "masterLoginBonusRewardId": 152001905, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 6, - "masterLoginBonusRewardId": 152001906, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 7, - "masterLoginBonusRewardId": 152001907, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 8, - "masterLoginBonusRewardId": 152001908, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 9, - "masterLoginBonusRewardId": 152001909, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20019, - "dayCount": 10, - "masterLoginBonusRewardId": 152001910, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223091504 - }, - { - "masterLoginBonusId": 20020, - "dayCount": 1, - "masterLoginBonusRewardId": 152002001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223092601 - }, - { - "masterLoginBonusId": 20020, - "dayCount": 2, - "masterLoginBonusRewardId": 152002002, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223092601 - }, - { - "masterLoginBonusId": 20020, - "dayCount": 3, - "masterLoginBonusRewardId": 152002003, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223092601 - }, - { - "masterLoginBonusId": 20020, - "dayCount": 4, - "masterLoginBonusRewardId": 152002004, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223092601 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 1, - "masterLoginBonusRewardId": 152002101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 2, - "masterLoginBonusRewardId": 152002102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 3, - "masterLoginBonusRewardId": 152002103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 4, - "masterLoginBonusRewardId": 152002104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 5, - "masterLoginBonusRewardId": 152002105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 6, - "masterLoginBonusRewardId": 152002106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 7, - "masterLoginBonusRewardId": 152002107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 8, - "masterLoginBonusRewardId": 152002108, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 9, - "masterLoginBonusRewardId": 152002109, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20021, - "dayCount": 10, - "masterLoginBonusRewardId": 152002110, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223093004 - }, - { - "masterLoginBonusId": 20022, - "dayCount": 1, - "masterLoginBonusRewardId": 152002201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101101 - }, - { - "masterLoginBonusId": 20022, - "dayCount": 2, - "masterLoginBonusRewardId": 152002202, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101101 - }, - { - "masterLoginBonusId": 20022, - "dayCount": 3, - "masterLoginBonusRewardId": 152002203, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101101 - }, - { - "masterLoginBonusId": 20022, - "dayCount": 4, - "masterLoginBonusRewardId": 152002204, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101101 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 1, - "masterLoginBonusRewardId": 152002301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 2, - "masterLoginBonusRewardId": 152002302, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 3, - "masterLoginBonusRewardId": 152002303, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 4, - "masterLoginBonusRewardId": 152002304, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 5, - "masterLoginBonusRewardId": 152002305, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 6, - "masterLoginBonusRewardId": 152002306, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 7, - "masterLoginBonusRewardId": 152002307, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 8, - "masterLoginBonusRewardId": 152002308, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 9, - "masterLoginBonusRewardId": 152002309, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20023, - "dayCount": 10, - "masterLoginBonusRewardId": 152002310, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223101508 - }, - { - "masterLoginBonusId": 20024, - "dayCount": 1, - "masterLoginBonusRewardId": 152002401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223102601 - }, - { - "masterLoginBonusId": 20024, - "dayCount": 2, - "masterLoginBonusRewardId": 152002402, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223102601 - }, - { - "masterLoginBonusId": 20024, - "dayCount": 3, - "masterLoginBonusRewardId": 152002403, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223102601 - }, - { - "masterLoginBonusId": 20024, - "dayCount": 4, - "masterLoginBonusRewardId": 152002404, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223102601 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 1, - "masterLoginBonusRewardId": 152002501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 2, - "masterLoginBonusRewardId": 152002502, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 3, - "masterLoginBonusRewardId": 152002503, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 4, - "masterLoginBonusRewardId": 152002504, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 5, - "masterLoginBonusRewardId": 152002505, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 6, - "masterLoginBonusRewardId": 152002506, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 7, - "masterLoginBonusRewardId": 152002507, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 8, - "masterLoginBonusRewardId": 152002508, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 9, - "masterLoginBonusRewardId": 152002509, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20025, - "dayCount": 10, - "masterLoginBonusRewardId": 152002510, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223103104 - }, - { - "masterLoginBonusId": 20026, - "dayCount": 1, - "masterLoginBonusRewardId": 152002601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111101 - }, - { - "masterLoginBonusId": 20026, - "dayCount": 2, - "masterLoginBonusRewardId": 152002602, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111101 - }, - { - "masterLoginBonusId": 20026, - "dayCount": 3, - "masterLoginBonusRewardId": 152002603, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111101 - }, - { - "masterLoginBonusId": 20026, - "dayCount": 4, - "masterLoginBonusRewardId": 152002604, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111101 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 1, - "masterLoginBonusRewardId": 152002701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 2, - "masterLoginBonusRewardId": 152002702, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 3, - "masterLoginBonusRewardId": 152002703, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 4, - "masterLoginBonusRewardId": 152002704, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 5, - "masterLoginBonusRewardId": 152002705, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 6, - "masterLoginBonusRewardId": 152002706, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 7, - "masterLoginBonusRewardId": 152002707, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 8, - "masterLoginBonusRewardId": 152002708, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 9, - "masterLoginBonusRewardId": 152002709, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20027, - "dayCount": 10, - "masterLoginBonusRewardId": 152002710, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223111504 - }, - { - "masterLoginBonusId": 20028, - "dayCount": 1, - "masterLoginBonusRewardId": 152002801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223112601 - }, - { - "masterLoginBonusId": 20028, - "dayCount": 2, - "masterLoginBonusRewardId": 152002802, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223112601 - }, - { - "masterLoginBonusId": 20028, - "dayCount": 3, - "masterLoginBonusRewardId": 152002803, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223112601 - }, - { - "masterLoginBonusId": 20028, - "dayCount": 4, - "masterLoginBonusRewardId": 152002804, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223112601 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 1, - "masterLoginBonusRewardId": 152002901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 2, - "masterLoginBonusRewardId": 152002902, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 3, - "masterLoginBonusRewardId": 152002903, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 4, - "masterLoginBonusRewardId": 152002904, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 5, - "masterLoginBonusRewardId": 152002905, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 6, - "masterLoginBonusRewardId": 152002906, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 7, - "masterLoginBonusRewardId": 152002907, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 8, - "masterLoginBonusRewardId": 152002908, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 9, - "masterLoginBonusRewardId": 152002909, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20029, - "dayCount": 10, - "masterLoginBonusRewardId": 152002910, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223113004 - }, - { - "masterLoginBonusId": 20030, - "dayCount": 1, - "masterLoginBonusRewardId": 152003001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121102 - }, - { - "masterLoginBonusId": 20030, - "dayCount": 2, - "masterLoginBonusRewardId": 152003002, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121102 - }, - { - "masterLoginBonusId": 20030, - "dayCount": 3, - "masterLoginBonusRewardId": 152003003, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121102 - }, - { - "masterLoginBonusId": 20030, - "dayCount": 4, - "masterLoginBonusRewardId": 152003004, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121102 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 1, - "masterLoginBonusRewardId": 152003101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 2, - "masterLoginBonusRewardId": 152003102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 3, - "masterLoginBonusRewardId": 152003103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 4, - "masterLoginBonusRewardId": 152003104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 5, - "masterLoginBonusRewardId": 152003105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 6, - "masterLoginBonusRewardId": 152003106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 7, - "masterLoginBonusRewardId": 152003107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 8, - "masterLoginBonusRewardId": 152003108, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 9, - "masterLoginBonusRewardId": 152003109, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20031, - "dayCount": 10, - "masterLoginBonusRewardId": 152003110, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223121507 - }, - { - "masterLoginBonusId": 20032, - "dayCount": 1, - "masterLoginBonusRewardId": 152003201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223122603 - }, - { - "masterLoginBonusId": 20032, - "dayCount": 2, - "masterLoginBonusRewardId": 152003202, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223122603 - }, - { - "masterLoginBonusId": 20032, - "dayCount": 3, - "masterLoginBonusRewardId": 152003203, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223122603 - }, - { - "masterLoginBonusId": 20032, - "dayCount": 4, - "masterLoginBonusRewardId": 152003204, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223122603 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 1, - "masterLoginBonusRewardId": 152003301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 2, - "masterLoginBonusRewardId": 152003302, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 3, - "masterLoginBonusRewardId": 152003303, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 4, - "masterLoginBonusRewardId": 152003304, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 5, - "masterLoginBonusRewardId": 152003305, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 6, - "masterLoginBonusRewardId": 152003306, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 7, - "masterLoginBonusRewardId": 152003307, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 8, - "masterLoginBonusRewardId": 152003308, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 9, - "masterLoginBonusRewardId": 152003309, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20033, - "dayCount": 10, - "masterLoginBonusRewardId": 152003310, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 223123104 - }, - { - "masterLoginBonusId": 20034, - "dayCount": 1, - "masterLoginBonusRewardId": 152003401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011106 - }, - { - "masterLoginBonusId": 20034, - "dayCount": 2, - "masterLoginBonusRewardId": 152003402, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011106 - }, - { - "masterLoginBonusId": 20034, - "dayCount": 3, - "masterLoginBonusRewardId": 152003403, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011106 - }, - { - "masterLoginBonusId": 20034, - "dayCount": 4, - "masterLoginBonusRewardId": 152003404, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011106 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 1, - "masterLoginBonusRewardId": 152003501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 2, - "masterLoginBonusRewardId": 152003502, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 3, - "masterLoginBonusRewardId": 152003503, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 4, - "masterLoginBonusRewardId": 152003504, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 5, - "masterLoginBonusRewardId": 152003505, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 6, - "masterLoginBonusRewardId": 152003506, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 7, - "masterLoginBonusRewardId": 152003507, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 8, - "masterLoginBonusRewardId": 152003508, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 9, - "masterLoginBonusRewardId": 152003509, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20035, - "dayCount": 10, - "masterLoginBonusRewardId": 152003510, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224011504 - }, - { - "masterLoginBonusId": 20036, - "dayCount": 1, - "masterLoginBonusRewardId": 152003601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224012702 - }, - { - "masterLoginBonusId": 20036, - "dayCount": 2, - "masterLoginBonusRewardId": 152003602, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224012702 - }, - { - "masterLoginBonusId": 20036, - "dayCount": 3, - "masterLoginBonusRewardId": 152003603, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224012702 - }, - { - "masterLoginBonusId": 20036, - "dayCount": 4, - "masterLoginBonusRewardId": 152003604, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224012702 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 1, - "masterLoginBonusRewardId": 152003701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 2, - "masterLoginBonusRewardId": 152003702, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 3, - "masterLoginBonusRewardId": 152003703, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 4, - "masterLoginBonusRewardId": 152003704, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 5, - "masterLoginBonusRewardId": 152003705, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 6, - "masterLoginBonusRewardId": 152003706, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 7, - "masterLoginBonusRewardId": 152003707, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 8, - "masterLoginBonusRewardId": 152003708, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 9, - "masterLoginBonusRewardId": 152003709, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20037, - "dayCount": 10, - "masterLoginBonusRewardId": 152003710, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224013104 - }, - { - "masterLoginBonusId": 20038, - "dayCount": 1, - "masterLoginBonusRewardId": 152003801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021006 - }, - { - "masterLoginBonusId": 20038, - "dayCount": 2, - "masterLoginBonusRewardId": 152003802, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021006 - }, - { - "masterLoginBonusId": 20038, - "dayCount": 3, - "masterLoginBonusRewardId": 152003803, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021006 - }, - { - "masterLoginBonusId": 20038, - "dayCount": 4, - "masterLoginBonusRewardId": 152003804, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021006 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 1, - "masterLoginBonusRewardId": 152003901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 2, - "masterLoginBonusRewardId": 152003902, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 3, - "masterLoginBonusRewardId": 152003903, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 4, - "masterLoginBonusRewardId": 152003904, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 5, - "masterLoginBonusRewardId": 152003905, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 6, - "masterLoginBonusRewardId": 152003906, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 7, - "masterLoginBonusRewardId": 152003907, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 8, - "masterLoginBonusRewardId": 152003908, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20039, - "dayCount": 9, - "masterLoginBonusRewardId": 152003909, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224021404 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 1, - "masterLoginBonusRewardId": 152004001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 2, - "masterLoginBonusRewardId": 152004002, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 3, - "masterLoginBonusRewardId": 152004003, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 4, - "masterLoginBonusRewardId": 152004004, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 5, - "masterLoginBonusRewardId": 152004005, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 6, - "masterLoginBonusRewardId": 152004006, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20040, - "dayCount": 7, - "masterLoginBonusRewardId": 152004007, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224022305 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 1, - "masterLoginBonusRewardId": 152004101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 2, - "masterLoginBonusRewardId": 152004102, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 3, - "masterLoginBonusRewardId": 152004103, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 4, - "masterLoginBonusRewardId": 152004104, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 5, - "masterLoginBonusRewardId": 152004105, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 6, - "masterLoginBonusRewardId": 152004106, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 7, - "masterLoginBonusRewardId": 152004107, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 8, - "masterLoginBonusRewardId": 152004108, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 9, - "masterLoginBonusRewardId": 152004109, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20041, - "dayCount": 10, - "masterLoginBonusRewardId": 152004110, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 224030104 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 1, - "masterLoginBonusRewardId": 152000001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 2, - "masterLoginBonusRewardId": 152000002, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 3, - "masterLoginBonusRewardId": 152000003, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 4, - "masterLoginBonusRewardId": 152000004, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 5, - "masterLoginBonusRewardId": 152000005, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 6, - "masterLoginBonusRewardId": 152000006, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 7, - "masterLoginBonusRewardId": 152000007, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 8, - "masterLoginBonusRewardId": 152000008, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 9, - "masterLoginBonusRewardId": 152000009, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 10, - "masterLoginBonusRewardId": 152000010, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 11, - "masterLoginBonusRewardId": 152000011, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 12, - "masterLoginBonusRewardId": 152000012, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 13, - "masterLoginBonusRewardId": 152000013, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 14, - "masterLoginBonusRewardId": 152000014, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 15, - "masterLoginBonusRewardId": 152000015, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 16, - "masterLoginBonusRewardId": 152000016, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 17, - "masterLoginBonusRewardId": 152000017, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 18, - "masterLoginBonusRewardId": 152000018, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 19, - "masterLoginBonusRewardId": 152000019, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 20000, - "dayCount": 20, - "masterLoginBonusRewardId": 152000020, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 1 - }, - { - "masterLoginBonusId": 30001, - "dayCount": 1, - "masterLoginBonusRewardId": 153000101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123080301 - }, - { - "masterLoginBonusId": 30002, - "dayCount": 1, - "masterLoginBonusRewardId": 153000201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123102101 - }, - { - "masterLoginBonusId": 30003, - "dayCount": 1, - "masterLoginBonusRewardId": 153000301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123091201 - }, - { - "masterLoginBonusId": 30004, - "dayCount": 1, - "masterLoginBonusRewardId": 153000401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124031501 - }, - { - "masterLoginBonusId": 30005, - "dayCount": 1, - "masterLoginBonusRewardId": 153000501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123110101 - }, - { - "masterLoginBonusId": 30007, - "dayCount": 1, - "masterLoginBonusRewardId": 153000701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123060901 - }, - { - "masterLoginBonusId": 30008, - "dayCount": 1, - "masterLoginBonusRewardId": 153000801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124011701 - }, - { - "masterLoginBonusId": 30009, - "dayCount": 1, - "masterLoginBonusRewardId": 153000901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123072201 - }, - { - "masterLoginBonusId": 30010, - "dayCount": 1, - "masterLoginBonusRewardId": 153001001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123080101 - }, - { - "masterLoginBonusId": 30011, - "dayCount": 1, - "masterLoginBonusRewardId": 153001101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123091901 - }, - { - "masterLoginBonusId": 30012, - "dayCount": 1, - "masterLoginBonusRewardId": 153001201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124021001 - }, - { - "masterLoginBonusId": 30013, - "dayCount": 1, - "masterLoginBonusRewardId": 153001301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124010101 - }, - { - "masterLoginBonusId": 30015, - "dayCount": 1, - "masterLoginBonusRewardId": 153001501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123071301 - }, - { - "masterLoginBonusId": 30016, - "dayCount": 1, - "masterLoginBonusRewardId": 153001601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124030401 - }, - { - "masterLoginBonusId": 30017, - "dayCount": 1, - "masterLoginBonusRewardId": 153001701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123061301 - }, - { - "masterLoginBonusId": 30018, - "dayCount": 1, - "masterLoginBonusRewardId": 153001801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123092101 - }, - { - "masterLoginBonusId": 30019, - "dayCount": 1, - "masterLoginBonusRewardId": 153001901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124030101 - }, - { - "masterLoginBonusId": 30020, - "dayCount": 1, - "masterLoginBonusRewardId": 153002001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124012301 - }, - { - "masterLoginBonusId": 30022, - "dayCount": 1, - "masterLoginBonusRewardId": 153002201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123062901 - }, - { - "masterLoginBonusId": 30023, - "dayCount": 1, - "masterLoginBonusRewardId": 153002301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123053001 - }, - { - "masterLoginBonusId": 30024, - "dayCount": 1, - "masterLoginBonusRewardId": 153002401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123121601 - }, - { - "masterLoginBonusId": 30025, - "dayCount": 1, - "masterLoginBonusRewardId": 153002501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123080801 - }, - { - "masterLoginBonusId": 30026, - "dayCount": 1, - "masterLoginBonusRewardId": 153002601, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124020501 - }, - { - "masterLoginBonusId": 30027, - "dayCount": 1, - "masterLoginBonusRewardId": 153002701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123111301 - }, - { - "masterLoginBonusId": 30028, - "dayCount": 1, - "masterLoginBonusRewardId": 153002801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123100501 - }, - { - "masterLoginBonusId": 30029, - "dayCount": 1, - "masterLoginBonusRewardId": 153002901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123120601 - }, - { - "masterLoginBonusId": 30030, - "dayCount": 1, - "masterLoginBonusRewardId": 153003001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124021501 - }, - { - "masterLoginBonusId": 30031, - "dayCount": 1, - "masterLoginBonusRewardId": 153003101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123050101 - }, - { - "masterLoginBonusId": 30032, - "dayCount": 1, - "masterLoginBonusRewardId": 153003201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123071701 - }, - { - "masterLoginBonusId": 30033, - "dayCount": 1, - "masterLoginBonusRewardId": 153003301, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124022501 - }, - { - "masterLoginBonusId": 30034, - "dayCount": 1, - "masterLoginBonusRewardId": 153003401, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123092801 - }, - { - "masterLoginBonusId": 30035, - "dayCount": 1, - "masterLoginBonusRewardId": 153003501, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123112401 - }, - { - "masterLoginBonusId": 30037, - "dayCount": 1, - "masterLoginBonusRewardId": 153003701, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123102901 - }, - { - "masterLoginBonusId": 30038, - "dayCount": 1, - "masterLoginBonusRewardId": 153003801, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123061701 - }, - { - "masterLoginBonusId": 30039, - "dayCount": 1, - "masterLoginBonusRewardId": 153003901, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123080701 - }, - { - "masterLoginBonusId": 30040, - "dayCount": 1, - "masterLoginBonusRewardId": 153004001, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123091903 - }, - { - "masterLoginBonusId": 30041, - "dayCount": 1, - "masterLoginBonusRewardId": 153004101, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 124012001 - }, - { - "masterLoginBonusId": 30042, - "dayCount": 1, - "masterLoginBonusRewardId": 153004201, - "itemBackgroundSpriteName": "", - "masterReleaseLabelId": 123122801 - }, - { - "masterLoginBonusId": 40001, - "dayCount": 1, - "masterLoginBonusRewardId": 154000101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101102 - }, - { - "masterLoginBonusId": 40002, - "dayCount": 1, - "masterLoginBonusRewardId": 154000201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101201 - }, - { - "masterLoginBonusId": 40003, - "dayCount": 1, - "masterLoginBonusRewardId": 154000301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101302 - }, - { - "masterLoginBonusId": 40004, - "dayCount": 1, - "masterLoginBonusRewardId": 154000401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101401 - }, - { - "masterLoginBonusId": 40005, - "dayCount": 1, - "masterLoginBonusRewardId": 154000501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101511 - }, - { - "masterLoginBonusId": 40006, - "dayCount": 1, - "masterLoginBonusRewardId": 154000601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101606 - }, - { - "masterLoginBonusId": 40007, - "dayCount": 1, - "masterLoginBonusRewardId": 154000701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101703 - }, - { - "masterLoginBonusId": 40008, - "dayCount": 1, - "masterLoginBonusRewardId": 154000801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101802 - }, - { - "masterLoginBonusId": 40009, - "dayCount": 1, - "masterLoginBonusRewardId": 154000901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223101901 - }, - { - "masterLoginBonusId": 40010, - "dayCount": 1, - "masterLoginBonusRewardId": 154001001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102001 - }, - { - "masterLoginBonusId": 40011, - "dayCount": 1, - "masterLoginBonusRewardId": 154001101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102105 - }, - { - "masterLoginBonusId": 40012, - "dayCount": 1, - "masterLoginBonusRewardId": 154001201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102201 - }, - { - "masterLoginBonusId": 40013, - "dayCount": 1, - "masterLoginBonusRewardId": 154001301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102301 - }, - { - "masterLoginBonusId": 40014, - "dayCount": 1, - "masterLoginBonusRewardId": 154001401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102403 - }, - { - "masterLoginBonusId": 40015, - "dayCount": 1, - "masterLoginBonusRewardId": 154001501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102503 - }, - { - "masterLoginBonusId": 40016, - "dayCount": 1, - "masterLoginBonusRewardId": 154001601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102602 - }, - { - "masterLoginBonusId": 40017, - "dayCount": 1, - "masterLoginBonusRewardId": 154001701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102701 - }, - { - "masterLoginBonusId": 40018, - "dayCount": 1, - "masterLoginBonusRewardId": 154001801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102801 - }, - { - "masterLoginBonusId": 40019, - "dayCount": 1, - "masterLoginBonusRewardId": 154001901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223102904 - }, - { - "masterLoginBonusId": 40020, - "dayCount": 1, - "masterLoginBonusRewardId": 154002001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223103002 - }, - { - "masterLoginBonusId": 40021, - "dayCount": 1, - "masterLoginBonusRewardId": 154002101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223103110 - }, - { - "masterLoginBonusId": 40022, - "dayCount": 1, - "masterLoginBonusRewardId": 154002201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110105 - }, - { - "masterLoginBonusId": 40023, - "dayCount": 1, - "masterLoginBonusRewardId": 154002301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110201 - }, - { - "masterLoginBonusId": 40024, - "dayCount": 1, - "masterLoginBonusRewardId": 154002401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110301 - }, - { - "masterLoginBonusId": 40025, - "dayCount": 1, - "masterLoginBonusRewardId": 154002501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110401 - }, - { - "masterLoginBonusId": 40026, - "dayCount": 1, - "masterLoginBonusRewardId": 154002601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110501 - }, - { - "masterLoginBonusId": 40027, - "dayCount": 1, - "masterLoginBonusRewardId": 154002701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110601 - }, - { - "masterLoginBonusId": 40028, - "dayCount": 1, - "masterLoginBonusRewardId": 154002801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110703 - }, - { - "masterLoginBonusId": 40029, - "dayCount": 1, - "masterLoginBonusRewardId": 154002901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110802 - }, - { - "masterLoginBonusId": 40030, - "dayCount": 1, - "masterLoginBonusRewardId": 154003001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223110901 - }, - { - "masterLoginBonusId": 40031, - "dayCount": 1, - "masterLoginBonusRewardId": 154003101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111002 - }, - { - "masterLoginBonusId": 40032, - "dayCount": 1, - "masterLoginBonusRewardId": 154003201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111102 - }, - { - "masterLoginBonusId": 40033, - "dayCount": 1, - "masterLoginBonusRewardId": 154003301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111201 - }, - { - "masterLoginBonusId": 40034, - "dayCount": 1, - "masterLoginBonusRewardId": 154003401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111303 - }, - { - "masterLoginBonusId": 40035, - "dayCount": 1, - "masterLoginBonusRewardId": 154003501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111403 - }, - { - "masterLoginBonusId": 40036, - "dayCount": 1, - "masterLoginBonusRewardId": 154003601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111509 - }, - { - "masterLoginBonusId": 40037, - "dayCount": 1, - "masterLoginBonusRewardId": 154003701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111601 - }, - { - "masterLoginBonusId": 40038, - "dayCount": 1, - "masterLoginBonusRewardId": 154003801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111701 - }, - { - "masterLoginBonusId": 40039, - "dayCount": 1, - "masterLoginBonusRewardId": 154003901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111803 - }, - { - "masterLoginBonusId": 40040, - "dayCount": 1, - "masterLoginBonusRewardId": 154004001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223111901 - }, - { - "masterLoginBonusId": 40041, - "dayCount": 1, - "masterLoginBonusRewardId": 154004101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112001 - }, - { - "masterLoginBonusId": 40042, - "dayCount": 1, - "masterLoginBonusRewardId": 154004201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112103 - }, - { - "masterLoginBonusId": 40043, - "dayCount": 1, - "masterLoginBonusRewardId": 154004301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112201 - }, - { - "masterLoginBonusId": 40044, - "dayCount": 1, - "masterLoginBonusRewardId": 154004401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112301 - }, - { - "masterLoginBonusId": 40045, - "dayCount": 1, - "masterLoginBonusRewardId": 154004501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112403 - }, - { - "masterLoginBonusId": 40046, - "dayCount": 1, - "masterLoginBonusRewardId": 154004601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112503 - }, - { - "masterLoginBonusId": 40047, - "dayCount": 1, - "masterLoginBonusRewardId": 154004701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112602 - }, - { - "masterLoginBonusId": 40048, - "dayCount": 1, - "masterLoginBonusRewardId": 154004801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112701 - }, - { - "masterLoginBonusId": 40049, - "dayCount": 1, - "masterLoginBonusRewardId": 154004901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112803 - }, - { - "masterLoginBonusId": 40050, - "dayCount": 1, - "masterLoginBonusRewardId": 154005001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223112901 - }, - { - "masterLoginBonusId": 40051, - "dayCount": 1, - "masterLoginBonusRewardId": 154005101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223113007 - }, - { - "masterLoginBonusId": 40052, - "dayCount": 1, - "masterLoginBonusRewardId": 154005201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120102 - }, - { - "masterLoginBonusId": 40053, - "dayCount": 1, - "masterLoginBonusRewardId": 154005301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120201 - }, - { - "masterLoginBonusId": 40054, - "dayCount": 1, - "masterLoginBonusRewardId": 154005401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120301 - }, - { - "masterLoginBonusId": 40055, - "dayCount": 1, - "masterLoginBonusRewardId": 154005501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120401 - }, - { - "masterLoginBonusId": 40056, - "dayCount": 1, - "masterLoginBonusRewardId": 154005601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120503 - }, - { - "masterLoginBonusId": 40057, - "dayCount": 1, - "masterLoginBonusRewardId": 154005701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120603 - }, - { - "masterLoginBonusId": 40058, - "dayCount": 1, - "masterLoginBonusRewardId": 154005801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120701 - }, - { - "masterLoginBonusId": 40059, - "dayCount": 1, - "masterLoginBonusRewardId": 154005901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120801 - }, - { - "masterLoginBonusId": 40060, - "dayCount": 1, - "masterLoginBonusRewardId": 154006001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223120901 - }, - { - "masterLoginBonusId": 40061, - "dayCount": 1, - "masterLoginBonusRewardId": 154006101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121001 - }, - { - "masterLoginBonusId": 40062, - "dayCount": 1, - "masterLoginBonusRewardId": 154006201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121101 - }, - { - "masterLoginBonusId": 40063, - "dayCount": 1, - "masterLoginBonusRewardId": 154006301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121203 - }, - { - "masterLoginBonusId": 40064, - "dayCount": 1, - "masterLoginBonusRewardId": 154006401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121301 - }, - { - "masterLoginBonusId": 40065, - "dayCount": 1, - "masterLoginBonusRewardId": 154006501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121401 - }, - { - "masterLoginBonusId": 40066, - "dayCount": 1, - "masterLoginBonusRewardId": 154006601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121501 - }, - { - "masterLoginBonusId": 40067, - "dayCount": 1, - "masterLoginBonusRewardId": 154006701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121603 - }, - { - "masterLoginBonusId": 40068, - "dayCount": 1, - "masterLoginBonusRewardId": 154006801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121701 - }, - { - "masterLoginBonusId": 40069, - "dayCount": 1, - "masterLoginBonusRewardId": 154006901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121801 - }, - { - "masterLoginBonusId": 40070, - "dayCount": 1, - "masterLoginBonusRewardId": 154007001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223121903 - }, - { - "masterLoginBonusId": 40071, - "dayCount": 1, - "masterLoginBonusRewardId": 154007101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122001 - }, - { - "masterLoginBonusId": 40072, - "dayCount": 1, - "masterLoginBonusRewardId": 154007201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122101 - }, - { - "masterLoginBonusId": 40073, - "dayCount": 1, - "masterLoginBonusRewardId": 154007301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122201 - }, - { - "masterLoginBonusId": 40074, - "dayCount": 1, - "masterLoginBonusRewardId": 154007401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122301 - }, - { - "masterLoginBonusId": 40075, - "dayCount": 1, - "masterLoginBonusRewardId": 154007501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122401 - }, - { - "masterLoginBonusId": 40076, - "dayCount": 1, - "masterLoginBonusRewardId": 154007601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122501 - }, - { - "masterLoginBonusId": 40077, - "dayCount": 1, - "masterLoginBonusRewardId": 154007701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122601 - }, - { - "masterLoginBonusId": 40078, - "dayCount": 1, - "masterLoginBonusRewardId": 154007801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122701 - }, - { - "masterLoginBonusId": 40079, - "dayCount": 1, - "masterLoginBonusRewardId": 154007901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122803 - }, - { - "masterLoginBonusId": 40080, - "dayCount": 1, - "masterLoginBonusRewardId": 154008001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223122901 - }, - { - "masterLoginBonusId": 40081, - "dayCount": 1, - "masterLoginBonusRewardId": 154008101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223123001 - }, - { - "masterLoginBonusId": 40082, - "dayCount": 1, - "masterLoginBonusRewardId": 154008201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 223123101 - }, - { - "masterLoginBonusId": 40083, - "dayCount": 1, - "masterLoginBonusRewardId": 154008301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010101 - }, - { - "masterLoginBonusId": 40084, - "dayCount": 1, - "masterLoginBonusRewardId": 154008401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010201 - }, - { - "masterLoginBonusId": 40085, - "dayCount": 1, - "masterLoginBonusRewardId": 154008501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010301 - }, - { - "masterLoginBonusId": 40086, - "dayCount": 1, - "masterLoginBonusRewardId": 154008601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010401 - }, - { - "masterLoginBonusId": 40087, - "dayCount": 1, - "masterLoginBonusRewardId": 154008701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010501 - }, - { - "masterLoginBonusId": 40088, - "dayCount": 1, - "masterLoginBonusRewardId": 154008801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010601 - }, - { - "masterLoginBonusId": 40089, - "dayCount": 1, - "masterLoginBonusRewardId": 154008901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010701 - }, - { - "masterLoginBonusId": 40090, - "dayCount": 1, - "masterLoginBonusRewardId": 154009001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010801 - }, - { - "masterLoginBonusId": 40091, - "dayCount": 1, - "masterLoginBonusRewardId": 154009101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224010901 - }, - { - "masterLoginBonusId": 40092, - "dayCount": 1, - "masterLoginBonusRewardId": 154009201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011001 - }, - { - "masterLoginBonusId": 40093, - "dayCount": 1, - "masterLoginBonusRewardId": 154009301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011101 - }, - { - "masterLoginBonusId": 40094, - "dayCount": 1, - "masterLoginBonusRewardId": 154009401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011201 - }, - { - "masterLoginBonusId": 40095, - "dayCount": 1, - "masterLoginBonusRewardId": 154009501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011301 - }, - { - "masterLoginBonusId": 40096, - "dayCount": 1, - "masterLoginBonusRewardId": 154009601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011401 - }, - { - "masterLoginBonusId": 40097, - "dayCount": 1, - "masterLoginBonusRewardId": 154009701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011501 - }, - { - "masterLoginBonusId": 40098, - "dayCount": 1, - "masterLoginBonusRewardId": 154009801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011601 - }, - { - "masterLoginBonusId": 40099, - "dayCount": 1, - "masterLoginBonusRewardId": 154009901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011701 - }, - { - "masterLoginBonusId": 40100, - "dayCount": 1, - "masterLoginBonusRewardId": 154010001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011801 - }, - { - "masterLoginBonusId": 40101, - "dayCount": 1, - "masterLoginBonusRewardId": 154010101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224011901 - }, - { - "masterLoginBonusId": 40102, - "dayCount": 1, - "masterLoginBonusRewardId": 154010201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012001 - }, - { - "masterLoginBonusId": 40103, - "dayCount": 1, - "masterLoginBonusRewardId": 154010301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012101 - }, - { - "masterLoginBonusId": 40104, - "dayCount": 1, - "masterLoginBonusRewardId": 154010401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012201 - }, - { - "masterLoginBonusId": 40105, - "dayCount": 1, - "masterLoginBonusRewardId": 154010501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012301 - }, - { - "masterLoginBonusId": 40106, - "dayCount": 1, - "masterLoginBonusRewardId": 154010601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012401 - }, - { - "masterLoginBonusId": 40107, - "dayCount": 1, - "masterLoginBonusRewardId": 154010701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012501 - }, - { - "masterLoginBonusId": 40108, - "dayCount": 1, - "masterLoginBonusRewardId": 154010801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012601 - }, - { - "masterLoginBonusId": 40109, - "dayCount": 1, - "masterLoginBonusRewardId": 154010901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012701 - }, - { - "masterLoginBonusId": 40110, - "dayCount": 1, - "masterLoginBonusRewardId": 154011001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012801 - }, - { - "masterLoginBonusId": 40111, - "dayCount": 1, - "masterLoginBonusRewardId": 154011101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224012902 - }, - { - "masterLoginBonusId": 40112, - "dayCount": 1, - "masterLoginBonusRewardId": 154011201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224013001 - }, - { - "masterLoginBonusId": 40113, - "dayCount": 1, - "masterLoginBonusRewardId": 154011301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224013101 - }, - { - "masterLoginBonusId": 40114, - "dayCount": 1, - "masterLoginBonusRewardId": 154011401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020101 - }, - { - "masterLoginBonusId": 40115, - "dayCount": 1, - "masterLoginBonusRewardId": 154011501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020201 - }, - { - "masterLoginBonusId": 40116, - "dayCount": 1, - "masterLoginBonusRewardId": 154011601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020301 - }, - { - "masterLoginBonusId": 40117, - "dayCount": 1, - "masterLoginBonusRewardId": 154011701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020401 - }, - { - "masterLoginBonusId": 40118, - "dayCount": 1, - "masterLoginBonusRewardId": 154011801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020501 - }, - { - "masterLoginBonusId": 40119, - "dayCount": 1, - "masterLoginBonusRewardId": 154011901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020601 - }, - { - "masterLoginBonusId": 40120, - "dayCount": 1, - "masterLoginBonusRewardId": 154012001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020701 - }, - { - "masterLoginBonusId": 40121, - "dayCount": 1, - "masterLoginBonusRewardId": 154012101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020801 - }, - { - "masterLoginBonusId": 40122, - "dayCount": 1, - "masterLoginBonusRewardId": 154012201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224020901 - }, - { - "masterLoginBonusId": 40123, - "dayCount": 1, - "masterLoginBonusRewardId": 154012301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021003 - }, - { - "masterLoginBonusId": 40124, - "dayCount": 1, - "masterLoginBonusRewardId": 154012401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021101 - }, - { - "masterLoginBonusId": 40125, - "dayCount": 1, - "masterLoginBonusRewardId": 154012501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021201 - }, - { - "masterLoginBonusId": 40126, - "dayCount": 1, - "masterLoginBonusRewardId": 154012601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021301 - }, - { - "masterLoginBonusId": 40127, - "dayCount": 1, - "masterLoginBonusRewardId": 154012701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021401 - }, - { - "masterLoginBonusId": 40128, - "dayCount": 1, - "masterLoginBonusRewardId": 154012801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021501 - }, - { - "masterLoginBonusId": 40129, - "dayCount": 1, - "masterLoginBonusRewardId": 154012901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021601 - }, - { - "masterLoginBonusId": 40130, - "dayCount": 1, - "masterLoginBonusRewardId": 154013001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021701 - }, - { - "masterLoginBonusId": 40131, - "dayCount": 1, - "masterLoginBonusRewardId": 154013101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021801 - }, - { - "masterLoginBonusId": 40132, - "dayCount": 1, - "masterLoginBonusRewardId": 154013201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224021901 - }, - { - "masterLoginBonusId": 40133, - "dayCount": 1, - "masterLoginBonusRewardId": 154013301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022001 - }, - { - "masterLoginBonusId": 40134, - "dayCount": 1, - "masterLoginBonusRewardId": 154013401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022101 - }, - { - "masterLoginBonusId": 40135, - "dayCount": 1, - "masterLoginBonusRewardId": 154013501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022201 - }, - { - "masterLoginBonusId": 40136, - "dayCount": 1, - "masterLoginBonusRewardId": 154013601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022301 - }, - { - "masterLoginBonusId": 40137, - "dayCount": 1, - "masterLoginBonusRewardId": 154013701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022401 - }, - { - "masterLoginBonusId": 40138, - "dayCount": 1, - "masterLoginBonusRewardId": 154013801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022501 - }, - { - "masterLoginBonusId": 40139, - "dayCount": 1, - "masterLoginBonusRewardId": 154013901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022601 - }, - { - "masterLoginBonusId": 40140, - "dayCount": 1, - "masterLoginBonusRewardId": 154014001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022701 - }, - { - "masterLoginBonusId": 40141, - "dayCount": 1, - "masterLoginBonusRewardId": 154014101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022801 - }, - { - "masterLoginBonusId": 40142, - "dayCount": 1, - "masterLoginBonusRewardId": 154014201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224022901 - }, - { - "masterLoginBonusId": 40143, - "dayCount": 1, - "masterLoginBonusRewardId": 154014301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030101 - }, - { - "masterLoginBonusId": 40144, - "dayCount": 1, - "masterLoginBonusRewardId": 154014401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030201 - }, - { - "masterLoginBonusId": 40145, - "dayCount": 1, - "masterLoginBonusRewardId": 154014501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030301 - }, - { - "masterLoginBonusId": 40146, - "dayCount": 1, - "masterLoginBonusRewardId": 154014601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030401 - }, - { - "masterLoginBonusId": 40147, - "dayCount": 1, - "masterLoginBonusRewardId": 154014701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030501 - }, - { - "masterLoginBonusId": 40148, - "dayCount": 1, - "masterLoginBonusRewardId": 154014801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030601 - }, - { - "masterLoginBonusId": 40149, - "dayCount": 1, - "masterLoginBonusRewardId": 154014901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030701 - }, - { - "masterLoginBonusId": 40150, - "dayCount": 1, - "masterLoginBonusRewardId": 154015001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030801 - }, - { - "masterLoginBonusId": 40151, - "dayCount": 1, - "masterLoginBonusRewardId": 154015101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224030901 - }, - { - "masterLoginBonusId": 40152, - "dayCount": 1, - "masterLoginBonusRewardId": 154015201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031001 - }, - { - "masterLoginBonusId": 40153, - "dayCount": 1, - "masterLoginBonusRewardId": 154015301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031101 - }, - { - "masterLoginBonusId": 40154, - "dayCount": 1, - "masterLoginBonusRewardId": 154015401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031201 - }, - { - "masterLoginBonusId": 40155, - "dayCount": 1, - "masterLoginBonusRewardId": 154015501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031301 - }, - { - "masterLoginBonusId": 40156, - "dayCount": 1, - "masterLoginBonusRewardId": 154015601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031401 - }, - { - "masterLoginBonusId": 40157, - "dayCount": 1, - "masterLoginBonusRewardId": 154015701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031501 - }, - { - "masterLoginBonusId": 40158, - "dayCount": 1, - "masterLoginBonusRewardId": 154015801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031601 - }, - { - "masterLoginBonusId": 40159, - "dayCount": 1, - "masterLoginBonusRewardId": 154015901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031701 - }, - { - "masterLoginBonusId": 40160, - "dayCount": 1, - "masterLoginBonusRewardId": 154016001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031801 - }, - { - "masterLoginBonusId": 40161, - "dayCount": 1, - "masterLoginBonusRewardId": 154016101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224031901 - }, - { - "masterLoginBonusId": 40162, - "dayCount": 1, - "masterLoginBonusRewardId": 154016201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032001 - }, - { - "masterLoginBonusId": 40163, - "dayCount": 1, - "masterLoginBonusRewardId": 154016301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032101 - }, - { - "masterLoginBonusId": 40164, - "dayCount": 1, - "masterLoginBonusRewardId": 154016401, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032201 - }, - { - "masterLoginBonusId": 40165, - "dayCount": 1, - "masterLoginBonusRewardId": 154016501, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032301 - }, - { - "masterLoginBonusId": 40166, - "dayCount": 1, - "masterLoginBonusRewardId": 154016601, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032401 - }, - { - "masterLoginBonusId": 40167, - "dayCount": 1, - "masterLoginBonusRewardId": 154016701, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032501 - }, - { - "masterLoginBonusId": 40168, - "dayCount": 1, - "masterLoginBonusRewardId": 154016801, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032601 - }, - { - "masterLoginBonusId": 40169, - "dayCount": 1, - "masterLoginBonusRewardId": 154016901, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032701 - }, - { - "masterLoginBonusId": 40170, - "dayCount": 1, - "masterLoginBonusRewardId": 154017001, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032801 - }, - { - "masterLoginBonusId": 40171, - "dayCount": 1, - "masterLoginBonusRewardId": 154017101, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224032901 - }, - { - "masterLoginBonusId": 40172, - "dayCount": 1, - "masterLoginBonusRewardId": 154017201, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224033001 - }, - { - "masterLoginBonusId": 40173, - "dayCount": 1, - "masterLoginBonusRewardId": 154017301, - "itemBackgroundSpriteName": "loginbonus_bg_cell_event_3", - "masterReleaseLabelId": 224033101 - } -] \ No newline at end of file diff --git a/src/router/databases/json/lottery.json b/src/router/databases/json/lottery.json deleted file mode 100644 index 3d721ce..0000000 --- a/src/router/databases/json/lottery.json +++ /dev/null @@ -1,4160 +0,0 @@ -[ - { - "id": 1110001, - "name": "リリース記念勧誘", - "masterLotteryInfoId": 1110001, - "masterCautionId": 1110001, - "category": 1, - "type": 2, - "priority": 20, - "masterLotteryPriceId": 1110001, - "masterLotteryRarityId": 1110001, - "masterLotteryImageId": 1110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15500001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "name": "UR確定 リリース記念勧誘", - "masterLotteryInfoId": 1110002, - "masterCautionId": 1110002, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110002, - "masterLotteryRarityId": 1110002, - "masterLotteryImageId": 1110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15500001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110003, - "name": "ピックアップ勧誘~放課後の原宿Liella!♡~", - "masterLotteryInfoId": 1110003, - "masterCautionId": 1110003, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110003, - "masterLotteryRarityId": 1110003, - "masterLotteryImageId": 1110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15500002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110004, - "name": "通常勧誘", - "masterLotteryInfoId": 1110004, - "masterCautionId": 1110004, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110004, - "masterLotteryRarityId": 1110004, - "masterLotteryImageId": 1110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110005, - "name": "通常勧誘", - "masterLotteryInfoId": 1110005, - "masterCautionId": 1110005, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110005, - "masterLotteryRarityId": 1110005, - "masterLotteryImageId": 1110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110006, - "name": "通常勧誘", - "masterLotteryInfoId": 1110006, - "masterCautionId": 1110006, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110006, - "masterLotteryRarityId": 1110006, - "masterLotteryImageId": 1110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110007, - "name": "通常勧誘", - "masterLotteryInfoId": 1110007, - "masterCautionId": 1110007, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110007, - "masterLotteryRarityId": 1110007, - "masterLotteryImageId": 1110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110008, - "name": "通常勧誘", - "masterLotteryInfoId": 1110008, - "masterCautionId": 1110008, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110008, - "masterLotteryRarityId": 1110008, - "masterLotteryImageId": 1110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110009, - "name": "通常勧誘", - "masterLotteryInfoId": 1110009, - "masterCautionId": 1110009, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110009, - "masterLotteryRarityId": 1110009, - "masterLotteryImageId": 1110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110010, - "name": "通常勧誘", - "masterLotteryInfoId": 1110010, - "masterCautionId": 1110010, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110010, - "masterLotteryRarityId": 1110010, - "masterLotteryImageId": 1110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110011, - "name": "通常勧誘", - "masterLotteryInfoId": 1110011, - "masterCautionId": 1110011, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110011, - "masterLotteryRarityId": 1110011, - "masterLotteryImageId": 1110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110012, - "name": "通常勧誘", - "masterLotteryInfoId": 1110012, - "masterCautionId": 1110012, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110012, - "masterLotteryRarityId": 1110012, - "masterLotteryImageId": 1110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110013, - "name": "通常勧誘", - "masterLotteryInfoId": 1110013, - "masterCautionId": 1110013, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110013, - "masterLotteryRarityId": 1110013, - "masterLotteryImageId": 1110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110014, - "name": "通常勧誘", - "masterLotteryInfoId": 1110014, - "masterCautionId": 1110014, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110014, - "masterLotteryRarityId": 1110014, - "masterLotteryImageId": 1110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110015, - "name": "通常勧誘", - "masterLotteryInfoId": 1110015, - "masterCautionId": 1110015, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110015, - "masterLotteryRarityId": 1110015, - "masterLotteryImageId": 1110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110016, - "name": "通常勧誘", - "masterLotteryInfoId": 1110016, - "masterCautionId": 1110016, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110016, - "masterLotteryRarityId": 1110016, - "masterLotteryImageId": 1110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110017, - "name": "通常勧誘", - "masterLotteryInfoId": 1110017, - "masterCautionId": 1110017, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110017, - "masterLotteryRarityId": 1110017, - "masterLotteryImageId": 1110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110018, - "name": "通常勧誘", - "masterLotteryInfoId": 1110018, - "masterCautionId": 1110018, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110018, - "masterLotteryRarityId": 1110018, - "masterLotteryImageId": 1110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110019, - "name": "通常勧誘", - "masterLotteryInfoId": 1110019, - "masterCautionId": 1110019, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110019, - "masterLotteryRarityId": 1110019, - "masterLotteryImageId": 1110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110020, - "name": "通常勧誘", - "masterLotteryInfoId": 1110020, - "masterCautionId": 1110020, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110020, - "masterLotteryRarityId": 1110020, - "masterLotteryImageId": 1110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110021, - "name": "通常勧誘", - "masterLotteryInfoId": 1110021, - "masterCautionId": 1110021, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110021, - "masterLotteryRarityId": 1110021, - "masterLotteryImageId": 1110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510021, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110022, - "name": "通常勧誘", - "masterLotteryInfoId": 1110022, - "masterCautionId": 1110022, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110022, - "masterLotteryRarityId": 1110022, - "masterLotteryImageId": 1110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510022, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110023, - "name": "通常勧誘", - "masterLotteryInfoId": 1110023, - "masterCautionId": 1110023, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110023, - "masterLotteryRarityId": 1110023, - "masterLotteryImageId": 1110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510023, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110024, - "name": "通常勧誘", - "masterLotteryInfoId": 1110024, - "masterCautionId": 1110024, - "category": 1, - "type": 1, - "priority": 20, - "masterLotteryPriceId": 1110024, - "masterLotteryRarityId": 1110024, - "masterLotteryImageId": 1110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15510024, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 2110001, - "name": "ピックアップ勧誘~わたしたちとこの街~", - "masterLotteryInfoId": 2110001, - "masterCautionId": 2110001, - "category": 1, - "type": 1, - "priority": 2304307, - "masterLotteryPriceId": 2110001, - "masterLotteryRarityId": 2110001, - "masterLotteryImageId": 2110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110002, - "name": "ピックアップ勧誘~商店街をアピールだ!~", - "masterLotteryInfoId": 2110002, - "masterCautionId": 2110002, - "category": 1, - "type": 1, - "priority": 2305157, - "masterLotteryPriceId": 2110002, - "masterLotteryRarityId": 2110002, - "masterLotteryImageId": 2110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110003, - "name": "ピックアップ勧誘~Live in Nature~", - "masterLotteryInfoId": 2110003, - "masterCautionId": 2110003, - "category": 1, - "type": 1, - "priority": 2305317, - "masterLotteryPriceId": 2110003, - "masterLotteryRarityId": 2110003, - "masterLotteryImageId": 2110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520003, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110004, - "name": "ピックアップ勧誘~煌めく踊り子~", - "masterLotteryInfoId": 2110004, - "masterCautionId": 2110004, - "category": 1, - "type": 1, - "priority": 2306197, - "masterLotteryPriceId": 2110004, - "masterLotteryRarityId": 2110004, - "masterLotteryImageId": 2110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "name": "ピックアップ勧誘~煌めく踊り子~", - "masterLotteryInfoId": 2110005, - "masterCautionId": 2110005, - "category": 1, - "type": 1, - "priority": 2306196, - "masterLotteryPriceId": 2110005, - "masterLotteryRarityId": 2110005, - "masterLotteryImageId": 2110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110006, - "name": "ピックアップ勧誘~太陽降り注ぐ夏合宿~", - "masterLotteryInfoId": 2110006, - "masterCautionId": 2110006, - "category": 1, - "type": 1, - "priority": 2306307, - "masterLotteryPriceId": 2110006, - "masterLotteryRarityId": 2110006, - "masterLotteryImageId": 2110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "name": "ピックアップ勧誘~太陽降り注ぐ夏合宿~", - "masterLotteryInfoId": 2110007, - "masterCautionId": 2110007, - "category": 1, - "type": 1, - "priority": 2306306, - "masterLotteryPriceId": 2110007, - "masterLotteryRarityId": 2110007, - "masterLotteryImageId": 2110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110008, - "name": "ピックアップ勧誘~真夏の人魚姫~", - "masterLotteryInfoId": 2110008, - "masterCautionId": 2110008, - "category": 1, - "type": 1, - "priority": 2307157, - "masterLotteryPriceId": 2110008, - "masterLotteryRarityId": 2110008, - "masterLotteryImageId": 2110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "name": "ピックアップ勧誘~真夏の人魚姫~", - "masterLotteryInfoId": 2110009, - "masterCautionId": 2110009, - "category": 1, - "type": 1, - "priority": 2307156, - "masterLotteryPriceId": 2110009, - "masterLotteryRarityId": 2110009, - "masterLotteryImageId": 2110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110010, - "name": "ピックアップ勧誘~砂浜駆ける夏の海~", - "masterLotteryInfoId": 2110010, - "masterCautionId": 2110010, - "category": 1, - "type": 1, - "priority": 2307317, - "masterLotteryPriceId": 2110010, - "masterLotteryRarityId": 2110010, - "masterLotteryImageId": 2110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "name": "ピックアップ勧誘~砂浜駆ける夏の海~", - "masterLotteryInfoId": 2110011, - "masterCautionId": 2110011, - "category": 1, - "type": 1, - "priority": 2307316, - "masterLotteryPriceId": 2110011, - "masterLotteryRarityId": 2110011, - "masterLotteryImageId": 2110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110012, - "name": "ピックアップ勧誘~夏夜に咲き誇る花~", - "masterLotteryInfoId": 2110012, - "masterCautionId": 2110012, - "category": 1, - "type": 1, - "priority": 2308157, - "masterLotteryPriceId": 2110012, - "masterLotteryRarityId": 2110012, - "masterLotteryImageId": 2110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "name": "ピックアップ勧誘~夏夜に咲き誇る花~", - "masterLotteryInfoId": 2110013, - "masterCautionId": 2110013, - "category": 1, - "type": 1, - "priority": 2308156, - "masterLotteryPriceId": 2110013, - "masterLotteryRarityId": 2110013, - "masterLotteryImageId": 2110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110014, - "name": "ピックアップ勧誘~月夜に輝く尾花~", - "masterLotteryInfoId": 2110014, - "masterCautionId": 2110014, - "category": 1, - "type": 1, - "priority": 2308317, - "masterLotteryPriceId": 2110014, - "masterLotteryRarityId": 2110014, - "masterLotteryImageId": 2110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "name": "ピックアップ勧誘~月夜に輝く尾花~", - "masterLotteryInfoId": 2110015, - "masterCautionId": 2110015, - "category": 1, - "type": 1, - "priority": 2308316, - "masterLotteryPriceId": 2110015, - "masterLotteryRarityId": 2110015, - "masterLotteryImageId": 2110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110016, - "name": "ピックアップ勧誘~浴衣で涼む街めぐり~", - "masterLotteryInfoId": 2110016, - "masterCautionId": 2110016, - "category": 1, - "type": 1, - "priority": 2309157, - "masterLotteryPriceId": 2110016, - "masterLotteryRarityId": 2110016, - "masterLotteryImageId": 2110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "name": "ピックアップ勧誘~浴衣で涼む街めぐり~", - "masterLotteryInfoId": 2110017, - "masterCautionId": 2110017, - "category": 1, - "type": 1, - "priority": 2309156, - "masterLotteryPriceId": 2110017, - "masterLotteryRarityId": 2110017, - "masterLotteryImageId": 2110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110018, - "name": "ピックアップ勧誘~Trick or Treat!~", - "masterLotteryInfoId": 2110018, - "masterCautionId": 2110018, - "category": 1, - "type": 1, - "priority": 2309307, - "masterLotteryPriceId": 2110018, - "masterLotteryRarityId": 2110018, - "masterLotteryImageId": 2110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "name": "ピックアップ勧誘~Trick or Treat!~", - "masterLotteryInfoId": 2110019, - "masterCautionId": 2110019, - "category": 1, - "type": 1, - "priority": 2309308, - "masterLotteryPriceId": 2110019, - "masterLotteryRarityId": 2110019, - "masterLotteryImageId": 2110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110020, - "name": "ピックアップ勧誘~Boo! Boo! ハロウィンランド~", - "masterLotteryInfoId": 2110020, - "masterCautionId": 2110020, - "category": 1, - "type": 1, - "priority": 2310160, - "masterLotteryPriceId": 2110020, - "masterLotteryRarityId": 2110020, - "masterLotteryImageId": 2110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "name": "ピックアップ勧誘~Boo! Boo! ハロウィンランド~", - "masterLotteryInfoId": 2110021, - "masterCautionId": 2110021, - "category": 1, - "type": 1, - "priority": 2310161, - "masterLotteryPriceId": 2110021, - "masterLotteryRarityId": 2110021, - "masterLotteryImageId": 2110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110022, - "name": "ピックアップ勧誘~ひだまりのマーチングバンド~", - "masterLotteryInfoId": 2110022, - "masterCautionId": 2110022, - "category": 1, - "type": 1, - "priority": 2310319, - "masterLotteryPriceId": 2110022, - "masterLotteryRarityId": 2110022, - "masterLotteryImageId": 2110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "name": "ピックアップ勧誘~ひだまりのマーチングバンド~", - "masterLotteryInfoId": 2110023, - "masterCautionId": 2110023, - "category": 1, - "type": 1, - "priority": 2310318, - "masterLotteryPriceId": 2110023, - "masterLotteryRarityId": 2110023, - "masterLotteryImageId": 2110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110024, - "name": "ピックアップ勧誘~にゃんにゃん🐾メイドさん~", - "masterLotteryInfoId": 2110024, - "masterCautionId": 2110024, - "category": 1, - "type": 1, - "priority": 2311157, - "masterLotteryPriceId": 2110024, - "masterLotteryRarityId": 2110024, - "masterLotteryImageId": 2110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "name": "ピックアップ勧誘~にゃんにゃん🐾メイドさん~", - "masterLotteryInfoId": 2110025, - "masterCautionId": 2110025, - "category": 1, - "type": 1, - "priority": 2311156, - "masterLotteryPriceId": 2110025, - "masterLotteryRarityId": 2110025, - "masterLotteryImageId": 2110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110026, - "name": "ピックアップ勧誘~みんなでMerryChristmas!~", - "masterLotteryInfoId": 2110026, - "masterCautionId": 2110026, - "category": 1, - "type": 1, - "priority": 2311307, - "masterLotteryPriceId": 2110026, - "masterLotteryRarityId": 2110026, - "masterLotteryImageId": 2110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "name": "ピックアップ勧誘~みんなでMerryChristmas!~", - "masterLotteryInfoId": 2110027, - "masterCautionId": 2110027, - "category": 1, - "type": 1, - "priority": 2311306, - "masterLotteryPriceId": 2110027, - "masterLotteryRarityId": 2110027, - "masterLotteryImageId": 2110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110028, - "name": "ピックアップ勧誘~雪まつりのサンタクロース~", - "masterLotteryInfoId": 2110028, - "masterCautionId": 2110028, - "category": 1, - "type": 1, - "priority": 2312157, - "masterLotteryPriceId": 2110028, - "masterLotteryRarityId": 2110028, - "masterLotteryImageId": 2110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "name": "ピックアップ勧誘~雪まつりのサンタクロース~", - "masterLotteryInfoId": 2110029, - "masterCautionId": 2110029, - "category": 1, - "type": 1, - "priority": 2312156, - "masterLotteryPriceId": 2110029, - "masterLotteryRarityId": 2110029, - "masterLotteryImageId": 2110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110030, - "name": "ピックアップ勧誘~みんなへのあけましておめでとう~", - "masterLotteryInfoId": 2110030, - "masterCautionId": 2110030, - "category": 1, - "type": 1, - "priority": 2312317, - "masterLotteryPriceId": 2110030, - "masterLotteryRarityId": 2110030, - "masterLotteryImageId": 2110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "name": "ピックアップ勧誘~みんなへのあけましておめでとう~", - "masterLotteryInfoId": 2110031, - "masterCautionId": 2110031, - "category": 1, - "type": 1, - "priority": 2312316, - "masterLotteryPriceId": 2110031, - "masterLotteryRarityId": 2110031, - "masterLotteryImageId": 2110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110032, - "name": "ピックアップ勧誘~氷上のフェアリー~", - "masterLotteryInfoId": 2110032, - "masterCautionId": 2110032, - "category": 1, - "type": 1, - "priority": 2401157, - "masterLotteryPriceId": 2110032, - "masterLotteryRarityId": 2110032, - "masterLotteryImageId": 2110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "name": "ピックアップ勧誘~氷上のフェアリー~", - "masterLotteryInfoId": 2110033, - "masterCautionId": 2110033, - "category": 1, - "type": 1, - "priority": 2401156, - "masterLotteryPriceId": 2110033, - "masterLotteryRarityId": 2110033, - "masterLotteryImageId": 2110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110034, - "name": "ピックアップ勧誘~恋に囚われし乙女~", - "masterLotteryInfoId": 2110034, - "masterCautionId": 2110034, - "category": 1, - "type": 1, - "priority": 2401317, - "masterLotteryPriceId": 2110034, - "masterLotteryRarityId": 2110034, - "masterLotteryImageId": 2110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "name": "ピックアップ勧誘~恋に囚われし乙女~", - "masterLotteryInfoId": 2110035, - "masterCautionId": 2110035, - "category": 1, - "type": 1, - "priority": 2401316, - "masterLotteryPriceId": 2110035, - "masterLotteryRarityId": 2110035, - "masterLotteryImageId": 2110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110036, - "name": "ピックアップ勧誘~百鬼夜行の夜~", - "masterLotteryInfoId": 2110036, - "masterCautionId": 2110036, - "category": 1, - "type": 1, - "priority": 2402147, - "masterLotteryPriceId": 2110036, - "masterLotteryRarityId": 2110036, - "masterLotteryImageId": 2110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "name": "ピックアップ勧誘~百鬼夜行の夜~", - "masterLotteryInfoId": 2110037, - "masterCautionId": 2110037, - "category": 1, - "type": 1, - "priority": 2402146, - "masterLotteryPriceId": 2110037, - "masterLotteryRarityId": 2110037, - "masterLotteryImageId": 2110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110038, - "name": "ピックアップ勧誘~Y2K♡GALS~", - "masterLotteryInfoId": 2110038, - "masterCautionId": 2110038, - "category": 1, - "type": 1, - "priority": 2403017, - "masterLotteryPriceId": 2110038, - "masterLotteryRarityId": 2110038, - "masterLotteryImageId": 2110038, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "name": "ピックアップ勧誘~Y2K♡GALS~", - "masterLotteryInfoId": 2110039, - "masterCautionId": 2110039, - "category": 1, - "type": 1, - "priority": 2403016, - "masterLotteryPriceId": 2110039, - "masterLotteryRarityId": 2110039, - "masterLotteryImageId": 2110039, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 3110001, - "name": "かのんちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110001, - "masterCautionId": 3110001, - "category": 1, - "type": 1, - "priority": 2305010, - "masterLotteryPriceId": 3110001, - "masterLotteryRarityId": 3110001, - "masterLotteryImageId": 3110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110002, - "name": "愛ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110002, - "masterCautionId": 3110002, - "category": 1, - "type": 1, - "priority": 2305300, - "masterLotteryPriceId": 3110002, - "masterLotteryRarityId": 3110002, - "masterLotteryImageId": 3110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110003, - "name": "希ちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110003, - "masterCautionId": 3110003, - "category": 1, - "type": 1, - "priority": 2306090, - "masterLotteryPriceId": 3110003, - "masterLotteryRarityId": 3110003, - "masterLotteryImageId": 3110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530003, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110004, - "name": "鞠莉ちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110004, - "masterCautionId": 3110004, - "category": 1, - "type": 1, - "priority": 2306130, - "masterLotteryPriceId": 3110004, - "masterLotteryRarityId": 3110004, - "masterLotteryImageId": 3110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530004, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110005, - "name": "四季ちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110005, - "masterCautionId": 3110005, - "category": 1, - "type": 1, - "priority": 2306170, - "masterLotteryPriceId": 3110005, - "masterLotteryRarityId": 3110005, - "masterLotteryImageId": 3110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110006, - "name": "果林ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110006, - "masterCautionId": 3110006, - "category": 1, - "type": 1, - "priority": 2306290, - "masterLotteryPriceId": 3110006, - "masterLotteryRarityId": 3110006, - "masterLotteryImageId": 3110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110007, - "name": "善子ちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110007, - "masterCautionId": 3110007, - "category": 1, - "type": 1, - "priority": 2307130, - "masterLotteryPriceId": 3110007, - "masterLotteryRarityId": 3110007, - "masterLotteryImageId": 3110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110008, - "name": "可可ちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110008, - "masterCautionId": 3110008, - "category": 1, - "type": 1, - "priority": 2307170, - "masterLotteryPriceId": 3110008, - "masterLotteryRarityId": 3110008, - "masterLotteryImageId": 3110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110009, - "name": "にこちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110009, - "masterCautionId": 3110009, - "category": 1, - "type": 1, - "priority": 2307220, - "masterLotteryPriceId": 3110009, - "masterLotteryRarityId": 3110009, - "masterLotteryImageId": 3110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110010, - "name": "千歌ちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110010, - "masterCautionId": 3110010, - "category": 1, - "type": 1, - "priority": 2308010, - "masterLotteryPriceId": 3110010, - "masterLotteryRarityId": 3110010, - "masterLotteryImageId": 3110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110011, - "name": "穂乃果ちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110011, - "masterCautionId": 3110011, - "category": 1, - "type": 1, - "priority": 2308030, - "masterLotteryPriceId": 3110011, - "masterLotteryRarityId": 3110011, - "masterLotteryImageId": 3110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110012, - "name": "夏美ちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110012, - "masterCautionId": 3110012, - "category": 1, - "type": 1, - "priority": 2308070, - "masterLotteryPriceId": 3110012, - "masterLotteryRarityId": 3110012, - "masterLotteryImageId": 3110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110013, - "name": "せつ菜ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110013, - "masterCautionId": 3110013, - "category": 1, - "type": 1, - "priority": 2308080, - "masterLotteryPriceId": 3110013, - "masterLotteryRarityId": 3110013, - "masterLotteryImageId": 3110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110014, - "name": "ことりちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110014, - "masterCautionId": 3110014, - "category": 1, - "type": 1, - "priority": 2309120, - "masterLotteryPriceId": 3110014, - "masterLotteryRarityId": 3110014, - "masterLotteryImageId": 3110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110015, - "name": "梨子ちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110015, - "masterCautionId": 3110015, - "category": 1, - "type": 1, - "priority": 2309190, - "masterLotteryPriceId": 3110015, - "masterLotteryRarityId": 3110015, - "masterLotteryImageId": 3110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110016, - "name": "ルビィちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110016, - "masterCautionId": 3110016, - "category": 1, - "type": 1, - "priority": 2309210, - "masterLotteryPriceId": 3110016, - "masterLotteryRarityId": 3110016, - "masterLotteryImageId": 3110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110017, - "name": "すみれちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110017, - "masterCautionId": 3110017, - "category": 1, - "type": 1, - "priority": 2309280, - "masterLotteryPriceId": 3110017, - "masterLotteryRarityId": 3110017, - "masterLotteryImageId": 3110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110018, - "name": "栞子ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110018, - "masterCautionId": 3110018, - "category": 1, - "type": 1, - "priority": 2310050, - "masterLotteryPriceId": 3110018, - "masterLotteryRarityId": 3110018, - "masterLotteryImageId": 3110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530018, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110019, - "name": "絵里ちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110019, - "masterCautionId": 3110019, - "category": 1, - "type": 1, - "priority": 2310210, - "masterLotteryPriceId": 3110019, - "masterLotteryRarityId": 3110019, - "masterLotteryImageId": 3110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530019, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110020, - "name": "メイちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110020, - "masterCautionId": 3110020, - "category": 1, - "type": 1, - "priority": 2310290, - "masterLotteryPriceId": 3110020, - "masterLotteryRarityId": 3110020, - "masterLotteryImageId": 3110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530020, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110021, - "name": "凛ちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110021, - "masterCautionId": 3110021, - "category": 1, - "type": 1, - "priority": 2311010, - "masterLotteryPriceId": 3110021, - "masterLotteryRarityId": 3110021, - "masterLotteryImageId": 3110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530021, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110022, - "name": "璃奈ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110022, - "masterCautionId": 3110022, - "category": 1, - "type": 1, - "priority": 2311130, - "masterLotteryPriceId": 3110022, - "masterLotteryRarityId": 3110022, - "masterLotteryImageId": 3110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530022, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110023, - "name": "恋ちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110023, - "masterCautionId": 3110023, - "category": 1, - "type": 1, - "priority": 2311240, - "masterLotteryPriceId": 3110023, - "masterLotteryRarityId": 3110023, - "masterLotteryImageId": 3110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530023, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110024, - "name": "ミアちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110024, - "masterCautionId": 3110024, - "category": 1, - "type": 1, - "priority": 2312060, - "masterLotteryPriceId": 3110024, - "masterLotteryRarityId": 3110024, - "masterLotteryImageId": 3110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530024, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110025, - "name": "彼方ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110025, - "masterCautionId": 3110025, - "category": 1, - "type": 1, - "priority": 2312160, - "masterLotteryPriceId": 3110025, - "masterLotteryRarityId": 3110025, - "masterLotteryImageId": 3110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530025, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110026, - "name": "冬毬ちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110026, - "masterCautionId": 3110026, - "category": 1, - "type": 1, - "priority": 2312280, - "masterLotteryPriceId": 3110026, - "masterLotteryRarityId": 3110026, - "masterLotteryImageId": 3110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530026, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110027, - "name": "ダイヤちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110027, - "masterCautionId": 3110027, - "category": 1, - "type": 1, - "priority": 2401010, - "masterLotteryPriceId": 3110027, - "masterLotteryRarityId": 3110027, - "masterLotteryImageId": 3110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530027, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110028, - "name": "花陽ちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110028, - "masterCautionId": 3110028, - "category": 1, - "type": 1, - "priority": 2401170, - "masterLotteryPriceId": 3110028, - "masterLotteryRarityId": 3110028, - "masterLotteryImageId": 3110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530028, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110029, - "name": "マルガレーテちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110029, - "masterCautionId": 3110029, - "category": 1, - "type": 1, - "priority": 2401200, - "masterLotteryPriceId": 3110029, - "masterLotteryRarityId": 3110029, - "masterLotteryImageId": 3110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530029, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110030, - "name": "かすみちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110030, - "masterCautionId": 3110030, - "category": 1, - "type": 1, - "priority": 2401230, - "masterLotteryPriceId": 3110030, - "masterLotteryRarityId": 3110030, - "masterLotteryImageId": 3110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530030, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110031, - "name": "エマちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110031, - "masterCautionId": 3110031, - "category": 1, - "type": 1, - "priority": 2402050, - "masterLotteryPriceId": 3110031, - "masterLotteryRarityId": 3110031, - "masterLotteryImageId": 3110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530031, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110032, - "name": "果南ちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110032, - "masterCautionId": 3110032, - "category": 1, - "type": 1, - "priority": 2402100, - "masterLotteryPriceId": 3110032, - "masterLotteryRarityId": 3110032, - "masterLotteryImageId": 3110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530032, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110033, - "name": "嵐珠ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110033, - "masterCautionId": 3110033, - "category": 1, - "type": 1, - "priority": 2402150, - "masterLotteryPriceId": 3110033, - "masterLotteryRarityId": 3110033, - "masterLotteryImageId": 3110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530033, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110034, - "name": "千砂都ちゃんお誕生日記念勧誘~ハーモニースター~", - "masterLotteryInfoId": 3110034, - "masterCautionId": 3110034, - "category": 1, - "type": 1, - "priority": 2402250, - "masterLotteryPriceId": 3110034, - "masterLotteryRarityId": 3110034, - "masterLotteryImageId": 3110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110035, - "name": "歩夢ちゃんお誕生日記念勧誘~カラフルヒロインズ~", - "masterLotteryInfoId": 3110035, - "masterCautionId": 3110035, - "category": 1, - "type": 1, - "priority": 2403019, - "masterLotteryPriceId": 3110035, - "masterLotteryRarityId": 3110035, - "masterLotteryImageId": 3110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530035, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110036, - "name": "花丸ちゃんお誕生日記念勧誘~フェアリーウイング~", - "masterLotteryInfoId": 3110036, - "masterCautionId": 3110036, - "category": 1, - "type": 1, - "priority": 2403040, - "masterLotteryPriceId": 3110036, - "masterLotteryRarityId": 3110036, - "masterLotteryImageId": 3110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530036, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110037, - "name": "海未ちゃんお誕生日記念勧誘~フラワーシャワー~", - "masterLotteryInfoId": 3110037, - "masterCautionId": 3110037, - "category": 1, - "type": 1, - "priority": 2403150, - "masterLotteryPriceId": 3110037, - "masterLotteryRarityId": 3110037, - "masterLotteryImageId": 3110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15530037, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 4110001, - "name": "スマイル限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110001, - "masterCautionId": 4110001, - "category": 1, - "type": 1, - "priority": 2306119, - "masterLotteryPriceId": 4110001, - "masterLotteryRarityId": 4110001, - "masterLotteryImageId": 4110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "name": "ピュア限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110002, - "masterCautionId": 4110002, - "category": 1, - "type": 1, - "priority": 2306118, - "masterLotteryPriceId": 4110002, - "masterLotteryRarityId": 4110002, - "masterLotteryImageId": 4110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "name": "クール限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110003, - "masterCautionId": 4110003, - "category": 1, - "type": 1, - "priority": 2306117, - "masterLotteryPriceId": 4110003, - "masterLotteryRarityId": 4110003, - "masterLotteryImageId": 4110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540002, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110004, - "name": "スクフェスシリーズ感謝祭2023記念 UR確定勧誘", - "masterLotteryInfoId": 4110004, - "masterCautionId": 4110004, - "category": 1, - "type": 1, - "priority": 2306237, - "masterLotteryPriceId": 4110004, - "masterLotteryRarityId": 4110004, - "masterLotteryImageId": 4110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110005, - "name": "ラブソングカーニバル記念勧誘~歩夢編~", - "masterLotteryInfoId": 4110005, - "masterCautionId": 4110005, - "category": 1, - "type": 1, - "priority": 2310037, - "masterLotteryPriceId": 4110005, - "masterLotteryRarityId": 4110005, - "masterLotteryImageId": 4110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540005, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110006, - "name": "ラブソングカーニバル記念勧誘~かすみ編~", - "masterLotteryInfoId": 4110006, - "masterCautionId": 4110006, - "category": 1, - "type": 1, - "priority": 2310107, - "masterLotteryPriceId": 4110006, - "masterLotteryRarityId": 4110006, - "masterLotteryImageId": 4110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540006, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110007, - "name": "ラブソングカーニバル記念勧誘~しずく編~", - "masterLotteryInfoId": 4110007, - "masterCautionId": 4110007, - "category": 1, - "type": 1, - "priority": 2310177, - "masterLotteryPriceId": 4110007, - "masterLotteryRarityId": 4110007, - "masterLotteryImageId": 4110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540007, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110008, - "name": "ラブソングカーニバル記念勧誘~果林編~", - "masterLotteryInfoId": 4110008, - "masterCautionId": 4110008, - "category": 1, - "type": 1, - "priority": 2310247, - "masterLotteryPriceId": 4110008, - "masterLotteryRarityId": 4110008, - "masterLotteryImageId": 4110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540008, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110009, - "name": "ラブソングカーニバル記念勧誘~愛編~", - "masterLotteryInfoId": 4110009, - "masterCautionId": 4110009, - "category": 1, - "type": 1, - "priority": 2310316, - "masterLotteryPriceId": 4110009, - "masterLotteryRarityId": 4110009, - "masterLotteryImageId": 4110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540009, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110010, - "name": "ラブソングカーニバル記念勧誘~彼方編~", - "masterLotteryInfoId": 4110010, - "masterCautionId": 4110010, - "category": 1, - "type": 1, - "priority": 2311077, - "masterLotteryPriceId": 4110010, - "masterLotteryRarityId": 4110010, - "masterLotteryImageId": 4110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540010, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110011, - "name": "ラブソングカーニバル記念勧誘~せつ菜編~", - "masterLotteryInfoId": 4110011, - "masterCautionId": 4110011, - "category": 1, - "type": 1, - "priority": 2311147, - "masterLotteryPriceId": 4110011, - "masterLotteryRarityId": 4110011, - "masterLotteryImageId": 4110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540011, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110012, - "name": "ラブソングカーニバル記念勧誘~エマ編~", - "masterLotteryInfoId": 4110012, - "masterCautionId": 4110012, - "category": 1, - "type": 1, - "priority": 2311217, - "masterLotteryPriceId": 4110012, - "masterLotteryRarityId": 4110012, - "masterLotteryImageId": 4110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110013, - "name": "ラブソングカーニバル記念勧誘~璃奈編~", - "masterLotteryInfoId": 4110013, - "masterCautionId": 4110013, - "category": 1, - "type": 1, - "priority": 2311287, - "masterLotteryPriceId": 4110013, - "masterLotteryRarityId": 4110013, - "masterLotteryImageId": 4110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540013, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110014, - "name": "ラブソングカーニバル記念勧誘~栞子編~", - "masterLotteryInfoId": 4110014, - "masterCautionId": 4110014, - "category": 1, - "type": 1, - "priority": 2312057, - "masterLotteryPriceId": 4110014, - "masterLotteryRarityId": 4110014, - "masterLotteryImageId": 4110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540014, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110015, - "name": "ラブソングカーニバル記念勧誘~ミア編~", - "masterLotteryInfoId": 4110015, - "masterCautionId": 4110015, - "category": 1, - "type": 1, - "priority": 2312127, - "masterLotteryPriceId": 4110015, - "masterLotteryRarityId": 4110015, - "masterLotteryImageId": 4110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540015, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110016, - "name": "ラブソングカーニバル記念勧誘~嵐珠編~", - "masterLotteryInfoId": 4110016, - "masterCautionId": 4110016, - "category": 1, - "type": 1, - "priority": 2312197, - "masterLotteryPriceId": 4110016, - "masterLotteryRarityId": 4110016, - "masterLotteryImageId": 4110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540016, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110017, - "name": "最大100回無料!Half Anniversary記念勧誘", - "masterLotteryInfoId": 4110017, - "masterCautionId": 4110017, - "category": 1, - "type": 1, - "priority": 3310157, - "masterLotteryPriceId": 4110017, - "masterLotteryRarityId": 4110017, - "masterLotteryImageId": 4110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110019, - "name": "UR確定 Half Anniversary記念勧誘~μ's編~", - "masterLotteryInfoId": 4110019, - "masterCautionId": 4110019, - "category": 1, - "type": 1, - "priority": 2310156, - "masterLotteryPriceId": 4110019, - "masterLotteryRarityId": 4110019, - "masterLotteryImageId": 4110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "name": "UR確定 Half Anniversary記念勧誘~Aqours編~", - "masterLotteryInfoId": 4110020, - "masterCautionId": 4110020, - "category": 1, - "type": 1, - "priority": 2310155, - "masterLotteryPriceId": 4110020, - "masterLotteryRarityId": 4110020, - "masterLotteryImageId": 4110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "name": "UR確定 Half Anniversary記念勧誘~虹ヶ咲編~", - "masterLotteryInfoId": 4110021, - "masterCautionId": 4110021, - "category": 1, - "type": 1, - "priority": 2310154, - "masterLotteryPriceId": 4110021, - "masterLotteryRarityId": 4110021, - "masterLotteryImageId": 4110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "name": "UR確定 Half Anniversary記念勧誘~Liella!編~", - "masterLotteryInfoId": 4110022, - "masterCautionId": 4110022, - "category": 1, - "type": 1, - "priority": 2310153, - "masterLotteryPriceId": 4110022, - "masterLotteryRarityId": 4110022, - "masterLotteryImageId": 4110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540017, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110023, - "name": "私のラブソング編 開幕記念勧誘", - "masterLotteryInfoId": 4110023, - "masterCautionId": 4110023, - "category": 1, - "type": 1, - "priority": 2309067, - "masterLotteryPriceId": 4110023, - "masterLotteryRarityId": 4110023, - "masterLotteryImageId": 4110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540023, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110024, - "name": "μ's限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110024, - "masterCautionId": 4110024, - "category": 1, - "type": 1, - "priority": 2310312, - "masterLotteryPriceId": 4110024, - "masterLotteryRarityId": 4110024, - "masterLotteryImageId": 4110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540024, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110025, - "name": "Aqours限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110025, - "masterCautionId": 4110025, - "category": 1, - "type": 1, - "priority": 2311152, - "masterLotteryPriceId": 4110025, - "masterLotteryRarityId": 4110025, - "masterLotteryImageId": 4110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540025, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110026, - "name": "UR確定 Half Anniversary記念勧誘~後夜祭~", - "masterLotteryInfoId": 4110026, - "masterCautionId": 4110026, - "category": 1, - "type": 1, - "priority": 2310317, - "masterLotteryPriceId": 4110026, - "masterLotteryRarityId": 4110026, - "masterLotteryImageId": 4110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15520012, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110027, - "name": "幻日のヨハネ -The Story of the Sound of Heart- 開催記念勧誘", - "masterLotteryInfoId": 4110027, - "masterCautionId": 4110027, - "category": 1, - "type": 1, - "priority": 2312147, - "masterLotteryPriceId": 4110027, - "masterLotteryRarityId": 4110027, - "masterLotteryImageId": 4110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540027, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110028, - "name": "1年生限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110028, - "masterCautionId": 4110028, - "category": 1, - "type": 1, - "priority": 2311177, - "masterLotteryPriceId": 4110028, - "masterLotteryRarityId": 4110028, - "masterLotteryImageId": 4110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540028, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110029, - "name": "2年生限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110029, - "masterCautionId": 4110029, - "category": 1, - "type": 1, - "priority": 2311247, - "masterLotteryPriceId": 4110029, - "masterLotteryRarityId": 4110029, - "masterLotteryImageId": 4110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540029, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110030, - "name": "3年生限定!ピックアップ勧誘", - "masterLotteryInfoId": 4110030, - "masterCautionId": 4110030, - "category": 1, - "type": 1, - "priority": 2312017, - "masterLotteryPriceId": 4110030, - "masterLotteryRarityId": 4110030, - "masterLotteryImageId": 4110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540030, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110031, - "name": "異次元フェス アイドルマスター ラブライブ!歌合戦 開催記念勧誘~Aqours編~", - "masterLotteryInfoId": 4110031, - "masterCautionId": 4110031, - "category": 1, - "type": 1, - "priority": 2312095, - "masterLotteryPriceId": 4110031, - "masterLotteryRarityId": 4110031, - "masterLotteryImageId": 4110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110032, - "name": "異次元フェス アイドルマスター ラブライブ!歌合戦 開催記念勧誘~ニジガク編~", - "masterLotteryInfoId": 4110032, - "masterCautionId": 4110032, - "category": 1, - "type": 1, - "priority": 2312094, - "masterLotteryPriceId": 4110032, - "masterLotteryRarityId": 4110032, - "masterLotteryImageId": 4110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110033, - "name": "異次元フェス アイドルマスター ラブライブ!歌合戦 開催記念勧誘~Liella!編~", - "masterLotteryInfoId": 4110033, - "masterCautionId": 4110033, - "category": 1, - "type": 1, - "priority": 2312093, - "masterLotteryPriceId": 4110033, - "masterLotteryRarityId": 4110033, - "masterLotteryImageId": 4110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110034, - "name": "最大240回無料!年末年始記念勧誘", - "masterLotteryInfoId": 4110034, - "masterCautionId": 4110034, - "category": 1, - "type": 1, - "priority": 3312267, - "masterLotteryPriceId": 4110034, - "masterLotteryRarityId": 4110034, - "masterLotteryImageId": 4110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540031, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "name": "UR確定!年末年始記念勧誘", - "masterLotteryInfoId": 4110035, - "masterCautionId": 4110035, - "category": 1, - "type": 1, - "priority": 2312267, - "masterLotteryPriceId": 4110035, - "masterLotteryRarityId": 4110035, - "masterLotteryImageId": 4110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540031, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110036, - "name": "新春初夢記念勧誘", - "masterLotteryInfoId": 4110036, - "masterCautionId": 4110036, - "category": 1, - "type": 1, - "priority": 2401017, - "masterLotteryPriceId": 4110036, - "masterLotteryRarityId": 4110036, - "masterLotteryImageId": 4110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540032, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "name": "UR確定!新春初夢記念勧誘", - "masterLotteryInfoId": 4110037, - "masterCautionId": 4110037, - "category": 1, - "type": 1, - "priority": 2401016, - "masterLotteryPriceId": 4110037, - "masterLotteryRarityId": 4110037, - "masterLotteryImageId": 4110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540032, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110038, - "name": "ラブソングカーニバル記念勧誘", - "masterLotteryInfoId": 4110038, - "masterCautionId": 4110038, - "category": 1, - "type": 1, - "priority": 2401137, - "masterLotteryPriceId": 4110038, - "masterLotteryRarityId": 4110038, - "masterLotteryImageId": 4110038, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540033, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110039, - "name": "スクフェス2 大感謝勧誘~μ's編~", - "masterLotteryInfoId": 4110039, - "masterCautionId": 4110039, - "category": 1, - "type": 1, - "priority": 3403020, - "masterLotteryPriceId": 4110039, - "masterLotteryRarityId": 4110039, - "masterLotteryImageId": 4110039, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "name": "スクフェス2 大感謝勧誘~Aqours編~", - "masterLotteryInfoId": 4110040, - "masterCautionId": 4110040, - "category": 1, - "type": 1, - "priority": 3403019, - "masterLotteryPriceId": 4110040, - "masterLotteryRarityId": 4110040, - "masterLotteryImageId": 4110040, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "name": "スクフェス2 大感謝勧誘~ニジガク編~", - "masterLotteryInfoId": 4110041, - "masterCautionId": 4110041, - "category": 1, - "type": 1, - "priority": 3403018, - "masterLotteryPriceId": 4110041, - "masterLotteryRarityId": 4110041, - "masterLotteryImageId": 4110041, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "name": "スクフェス2 大感謝勧誘~Liella!編~", - "masterLotteryInfoId": 4110042, - "masterCautionId": 4110042, - "category": 1, - "type": 1, - "priority": 3403017, - "masterLotteryPriceId": 4110042, - "masterLotteryRarityId": 4110042, - "masterLotteryImageId": 4110042, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540034, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110043, - "name": "スペシャル勧誘", - "masterLotteryInfoId": 4110043, - "masterCautionId": 4110043, - "category": 1, - "type": 1, - "priority": 2403167, - "masterLotteryPriceId": 4110043, - "masterLotteryRarityId": 4110043, - "masterLotteryImageId": 4110043, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 15540035, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110044, - "name": "スクールアイドル感謝祭 全員集合勧誘", - "masterLotteryInfoId": 4110044, - "masterCautionId": 4110044, - "category": 1, - "type": 1, - "priority": 2403207, - "masterLotteryPriceId": 4110044, - "masterLotteryRarityId": 4110044, - "masterLotteryImageId": 4110044, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 7110002, - "name": "スクフェスデータ連携特典 チケット勧誘", - "masterLotteryInfoId": 7110002, - "masterCautionId": 7110002, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110002, - "masterLotteryRarityId": 7110002, - "masterLotteryImageId": 7110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 15540001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110003, - "name": "スクスタデータ連携特典 チケット勧誘", - "masterLotteryInfoId": 7110003, - "masterCautionId": 7110003, - "category": 1, - "type": 1, - "priority": 15, - "masterLotteryPriceId": 7110003, - "masterLotteryRarityId": 7110003, - "masterLotteryImageId": 7110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 15540001, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 8110001, - "name": "アイテム勧誘", - "masterLotteryInfoId": 8110001, - "masterCautionId": 8110001, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110001, - "masterLotteryRarityId": 8110001, - "masterLotteryImageId": 8110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110002, - "name": "アイテム勧誘", - "masterLotteryInfoId": 8110002, - "masterCautionId": 8110002, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110002, - "masterLotteryRarityId": 8110002, - "masterLotteryImageId": 8110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110004, - "name": "アイテム勧誘", - "masterLotteryInfoId": 8110004, - "masterCautionId": 8110004, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110004, - "masterLotteryRarityId": 8110004, - "masterLotteryImageId": 8110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110005, - "name": "アイテム勧誘", - "masterLotteryInfoId": 8110005, - "masterCautionId": 8110005, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110005, - "masterLotteryRarityId": 8110005, - "masterLotteryImageId": 8110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110006, - "name": "アイテム勧誘", - "masterLotteryInfoId": 8110006, - "masterCautionId": 8110006, - "category": 2, - "type": 1, - "priority": 10, - "masterLotteryPriceId": 8110006, - "masterLotteryRarityId": 8110006, - "masterLotteryImageId": 8110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 0, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 1, - "masterLotteryEffMovieRatioId": 1, - "storeReviewFlag": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 9110001, - "name": "チュートリアル勧誘【高坂 穂乃果】", - "masterLotteryInfoId": 9110001, - "masterCautionId": 9110001, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110001, - "masterLotteryRarityId": 9110001, - "masterLotteryImageId": 9110001, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "name": "チュートリアル勧誘【絢瀬 絵里】", - "masterLotteryInfoId": 9110002, - "masterCautionId": 9110002, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110002, - "masterLotteryRarityId": 9110002, - "masterLotteryImageId": 9110002, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "name": "チュートリアル勧誘【南 ことり】", - "masterLotteryInfoId": 9110003, - "masterCautionId": 9110003, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110003, - "masterLotteryRarityId": 9110003, - "masterLotteryImageId": 9110003, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "name": "チュートリアル勧誘【園田 海未】", - "masterLotteryInfoId": 9110004, - "masterCautionId": 9110004, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110004, - "masterLotteryRarityId": 9110004, - "masterLotteryImageId": 9110004, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "name": "チュートリアル勧誘【星空 凛】", - "masterLotteryInfoId": 9110005, - "masterCautionId": 9110005, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110005, - "masterLotteryRarityId": 9110005, - "masterLotteryImageId": 9110005, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "name": "チュートリアル勧誘【西木野 真姫】", - "masterLotteryInfoId": 9110006, - "masterCautionId": 9110006, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110006, - "masterLotteryRarityId": 9110006, - "masterLotteryImageId": 9110006, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "name": "チュートリアル勧誘【東條 希】", - "masterLotteryInfoId": 9110007, - "masterCautionId": 9110007, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110007, - "masterLotteryRarityId": 9110007, - "masterLotteryImageId": 9110007, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "name": "チュートリアル勧誘【小泉 花陽】", - "masterLotteryInfoId": 9110008, - "masterCautionId": 9110008, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110008, - "masterLotteryRarityId": 9110008, - "masterLotteryImageId": 9110008, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "name": "チュートリアル勧誘【矢澤 にこ】", - "masterLotteryInfoId": 9110009, - "masterCautionId": 9110009, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110009, - "masterLotteryRarityId": 9110009, - "masterLotteryImageId": 9110009, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 100, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "name": "チュートリアル勧誘【高海 千歌】", - "masterLotteryInfoId": 9110010, - "masterCautionId": 9110010, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110010, - "masterLotteryRarityId": 9110010, - "masterLotteryImageId": 9110010, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "name": "チュートリアル勧誘【桜内 梨子】", - "masterLotteryInfoId": 9110011, - "masterCautionId": 9110011, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110011, - "masterLotteryRarityId": 9110011, - "masterLotteryImageId": 9110011, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "name": "チュートリアル勧誘【松浦 果南】", - "masterLotteryInfoId": 9110012, - "masterCautionId": 9110012, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110012, - "masterLotteryRarityId": 9110012, - "masterLotteryImageId": 9110012, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "name": "チュートリアル勧誘【黒澤 ダイヤ】", - "masterLotteryInfoId": 9110013, - "masterCautionId": 9110013, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110013, - "masterLotteryRarityId": 9110013, - "masterLotteryImageId": 9110013, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "name": "チュートリアル勧誘【渡辺 曜】", - "masterLotteryInfoId": 9110014, - "masterCautionId": 9110014, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110014, - "masterLotteryRarityId": 9110014, - "masterLotteryImageId": 9110014, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "name": "チュートリアル勧誘【津島 善子】", - "masterLotteryInfoId": 9110015, - "masterCautionId": 9110015, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110015, - "masterLotteryRarityId": 9110015, - "masterLotteryImageId": 9110015, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "name": "チュートリアル勧誘【国木田 花丸】", - "masterLotteryInfoId": 9110016, - "masterCautionId": 9110016, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110016, - "masterLotteryRarityId": 9110016, - "masterLotteryImageId": 9110016, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "name": "チュートリアル勧誘【小原 鞠莉】", - "masterLotteryInfoId": 9110017, - "masterCautionId": 9110017, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110017, - "masterLotteryRarityId": 9110017, - "masterLotteryImageId": 9110017, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "name": "チュートリアル勧誘【黒澤 ルビィ】", - "masterLotteryInfoId": 9110018, - "masterCautionId": 9110018, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110018, - "masterLotteryRarityId": 9110018, - "masterLotteryImageId": 9110018, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 200, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "name": "チュートリアル勧誘【上原 歩夢】", - "masterLotteryInfoId": 9110019, - "masterCautionId": 9110019, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110019, - "masterLotteryRarityId": 9110019, - "masterLotteryImageId": 9110019, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "name": "チュートリアル勧誘【中須 かすみ】", - "masterLotteryInfoId": 9110020, - "masterCautionId": 9110020, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110020, - "masterLotteryRarityId": 9110020, - "masterLotteryImageId": 9110020, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "name": "チュートリアル勧誘【桜坂 しずく】", - "masterLotteryInfoId": 9110021, - "masterCautionId": 9110021, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110021, - "masterLotteryRarityId": 9110021, - "masterLotteryImageId": 9110021, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "name": "チュートリアル勧誘【朝香 果林】", - "masterLotteryInfoId": 9110022, - "masterCautionId": 9110022, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110022, - "masterLotteryRarityId": 9110022, - "masterLotteryImageId": 9110022, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "name": "チュートリアル勧誘【宮下 愛】", - "masterLotteryInfoId": 9110023, - "masterCautionId": 9110023, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110023, - "masterLotteryRarityId": 9110023, - "masterLotteryImageId": 9110023, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "name": "チュートリアル勧誘【近江 彼方】", - "masterLotteryInfoId": 9110024, - "masterCautionId": 9110024, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110024, - "masterLotteryRarityId": 9110024, - "masterLotteryImageId": 9110024, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "name": "チュートリアル勧誘【優木 せつ菜】", - "masterLotteryInfoId": 9110025, - "masterCautionId": 9110025, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110025, - "masterLotteryRarityId": 9110025, - "masterLotteryImageId": 9110025, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "name": "チュートリアル勧誘【エマ・ヴェルデ】", - "masterLotteryInfoId": 9110026, - "masterCautionId": 9110026, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110026, - "masterLotteryRarityId": 9110026, - "masterLotteryImageId": 9110026, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "name": "チュートリアル勧誘【天王寺 璃奈】", - "masterLotteryInfoId": 9110027, - "masterCautionId": 9110027, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110027, - "masterLotteryRarityId": 9110027, - "masterLotteryImageId": 9110027, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "name": "チュートリアル勧誘【三船 栞子】", - "masterLotteryInfoId": 9110028, - "masterCautionId": 9110028, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110028, - "masterLotteryRarityId": 9110028, - "masterLotteryImageId": 9110028, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "name": "チュートリアル勧誘【ミア・テイラー】", - "masterLotteryInfoId": 9110029, - "masterCautionId": 9110029, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110029, - "masterLotteryRarityId": 9110029, - "masterLotteryImageId": 9110029, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "name": "チュートリアル勧誘【鐘 嵐珠】", - "masterLotteryInfoId": 9110030, - "masterCautionId": 9110030, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110030, - "masterLotteryRarityId": 9110030, - "masterLotteryImageId": 9110030, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 300, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "name": "チュートリアル勧誘【澁谷 かのん】", - "masterLotteryInfoId": 9110031, - "masterCautionId": 9110031, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110031, - "masterLotteryRarityId": 9110031, - "masterLotteryImageId": 9110031, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "name": "チュートリアル勧誘【唐 可可】", - "masterLotteryInfoId": 9110032, - "masterCautionId": 9110032, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110032, - "masterLotteryRarityId": 9110032, - "masterLotteryImageId": 9110032, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "name": "チュートリアル勧誘【嵐 千砂都】", - "masterLotteryInfoId": 9110033, - "masterCautionId": 9110033, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110033, - "masterLotteryRarityId": 9110033, - "masterLotteryImageId": 9110033, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "name": "チュートリアル勧誘【平安名 すみれ】", - "masterLotteryInfoId": 9110034, - "masterCautionId": 9110034, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110034, - "masterLotteryRarityId": 9110034, - "masterLotteryImageId": 9110034, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "name": "チュートリアル勧誘【葉月 恋】", - "masterLotteryInfoId": 9110035, - "masterCautionId": 9110035, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110035, - "masterLotteryRarityId": 9110035, - "masterLotteryImageId": 9110035, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "name": "チュートリアル勧誘【桜小路 きな子】", - "masterLotteryInfoId": 9110036, - "masterCautionId": 9110036, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110036, - "masterLotteryRarityId": 9110036, - "masterLotteryImageId": 9110036, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "name": "チュートリアル勧誘【米女 メイ】", - "masterLotteryInfoId": 9110037, - "masterCautionId": 9110037, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110037, - "masterLotteryRarityId": 9110037, - "masterLotteryImageId": 9110037, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "name": "チュートリアル勧誘【若菜 四季】", - "masterLotteryInfoId": 9110038, - "masterCautionId": 9110038, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110038, - "masterLotteryRarityId": 9110038, - "masterLotteryImageId": 9110038, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "name": "チュートリアル勧誘【鬼塚 夏美】", - "masterLotteryInfoId": 9110039, - "masterCautionId": 9110039, - "category": 1, - "type": 1, - "priority": 999, - "masterLotteryPriceId": 9110039, - "masterLotteryRarityId": 9110039, - "masterLotteryImageId": 9110039, - "balloonSpriteName": "", - "startdashTime": 0, - "startdashExpireTime": 0, - "checkDisplayableLottery": 1, - "repeat": 0, - "exchangeMasterItemId": 0, - "masterLotteryEffMovieId": 400, - "masterLotteryEffMovieRatioId": 2, - "storeReviewFlag": 0, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/lottery_item.json b/src/router/databases/json/lottery_item.json deleted file mode 100644 index 0fbcef4..0000000 --- a/src/router/databases/json/lottery_item.json +++ /dev/null @@ -1,97058 +0,0 @@ -[ - { - "id": 200044001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 200044001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 111000301, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 40, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 1, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000301, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 1, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 111000401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 111000501, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000501, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 111000601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 111000701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 111000801, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000801, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 111000901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111000901, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 111001001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001001, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 111001101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001101, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 111001201, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001201, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 111001301, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001301, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 111001401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001401, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 111001501, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 62, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001501, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 111001601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001601, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 111001701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001701, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 111001801, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001801, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 111001901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111001901, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 111002001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002001, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 111002101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002101, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 111002201, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002201, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 111002301, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 78, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002301, - "number": 79, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 111002401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 78, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 79, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 80, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 111002401, - "number": 81, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 211000101, - "number": 1, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000101, - "number": 2, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000102, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 211000201, - "number": 1, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000201, - "number": 2, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000202, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 211000301, - "number": 1, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000301, - "number": 2, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 211000401, - "number": 1, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 1, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000501, - "number": 1, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 1, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 211000601, - "number": 1, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 1, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000701, - "number": 1, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 1, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 211000801, - "number": 1, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 1, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000901, - "number": 1, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 1, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211000902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 211001001, - "number": 1, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 1, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001002, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001101, - "number": 1, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 1, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001102, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 211001201, - "number": 1, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 1, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001202, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001301, - "number": 1, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 1, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001302, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 211001401, - "number": 1, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 1, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001402, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001501, - "number": 1, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 1, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001502, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 211001601, - "number": 1, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 1, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001602, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 1, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001701, - "number": 1, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001702, - "number": 60, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 211001801, - "number": 1, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 1, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001802, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 1, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001901, - "number": 1, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 60, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211001902, - "number": 62, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 211002001, - "number": 1, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 1, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002002, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 1, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002101, - "number": 1, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002102, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 211002201, - "number": 1, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 1, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002202, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 1, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002301, - "number": 1, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002302, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 211002401, - "number": 1, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 1, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002402, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 1, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002501, - "number": 1, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002502, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 211002601, - "number": 1, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 1, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002602, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 1, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002701, - "number": 1, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002702, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 211002801, - "number": 1, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 1, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002802, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 1, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002901, - "number": 1, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211002902, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 211003001, - "number": 1, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 1, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003002, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 1, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003101, - "number": 1, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003102, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 211003201, - "number": 1, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 1, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003202, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 1, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003301, - "number": 1, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003302, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 211003401, - "number": 1, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 1, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003402, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 1, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003501, - "number": 1, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003502, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 211003601, - "number": 1, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 1, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003602, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 1, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003701, - "number": 1, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003702, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 211003801, - "number": 1, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 1, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 81, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003802, - "number": 82, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 1, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003901, - "number": 1, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 2, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 3, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 4, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 5, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 6, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 7, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 8, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 9, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 10, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 11, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 12, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 13, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 14, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 15, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 16, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 17, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 18, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 19, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 20, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 21, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 22, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 23, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 24, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 25, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 26, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 27, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 28, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 29, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 30, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 31, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 32, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 33, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 34, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 35, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 36, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 37, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 38, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 39, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 40, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 41, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 42, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 43, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 44, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 45, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 46, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 47, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 48, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 49, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 50, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 51, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 52, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 53, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 54, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 55, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 56, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 57, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 58, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 59, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 60, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 61, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 62, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 64, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 65, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 66, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 67, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 68, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 69, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 70, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 71, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 72, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 73, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 74, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 75, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 76, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 77, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 78, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 79, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 80, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 81, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 211003902, - "number": 82, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 311000101, - "number": 1, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000102, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 311000201, - "number": 1, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000202, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 311000301, - "number": 1, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 311000401, - "number": 1, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000402, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 311000501, - "number": 1, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000502, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 311000601, - "number": 1, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000602, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 311000701, - "number": 1, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000702, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 311000801, - "number": 1, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000802, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 311000901, - "number": 1, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311000902, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 311001001, - "number": 1, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001002, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 311001101, - "number": 1, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001102, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 311001201, - "number": 1, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001202, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 311001301, - "number": 1, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001302, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 311001401, - "number": 1, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001402, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 311001501, - "number": 1, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001502, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 311001601, - "number": 1, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001602, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 311001701, - "number": 1, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001702, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 311001801, - "number": 1, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001802, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 311001901, - "number": 1, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311001902, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 311002001, - "number": 1, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002002, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 311002101, - "number": 1, - "type": 2, - "value": 10050016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002102, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 311002201, - "number": 1, - "type": 2, - "value": 30090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002202, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 311002301, - "number": 1, - "type": 2, - "value": 40050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002302, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 311002401, - "number": 1, - "type": 2, - "value": 30110013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002402, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 311002501, - "number": 1, - "type": 2, - "value": 30060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002502, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 311002601, - "number": 1, - "type": 2, - "value": 40110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002602, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 311002701, - "number": 1, - "type": 2, - "value": 20040016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002702, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 311002801, - "number": 1, - "type": 2, - "value": 10080017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 16, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002802, - "number": 17, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 311002901, - "number": 1, - "type": 2, - "value": 40100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 18, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311002902, - "number": 19, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 311003001, - "number": 1, - "type": 2, - "value": 30020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003002, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 311003101, - "number": 1, - "type": 2, - "value": 30080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003102, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 311003201, - "number": 1, - "type": 2, - "value": 20030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 18, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003202, - "number": 19, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 311003301, - "number": 1, - "type": 2, - "value": 30120014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 21, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003302, - "number": 22, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 311003401, - "number": 1, - "type": 2, - "value": 40030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 18, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003402, - "number": 19, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 311003501, - "number": 1, - "type": 2, - "value": 30010018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 21, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003502, - "number": 22, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 311003601, - "number": 1, - "type": 2, - "value": 20070016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 18, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 19, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 20, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003602, - "number": 21, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 311003701, - "number": 1, - "type": 2, - "value": 10040020, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 16, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 17, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 18, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 311003702, - "number": 19, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 411000101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 2, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 3, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 4, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 5, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 6, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 7, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 8, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 9, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 10, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 11, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 12, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 13, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 14, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000101, - "number": 15, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 1, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 2, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 3, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 4, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 5, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 6, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 7, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 8, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 10, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 11, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 12, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 13, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 14, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000201, - "number": 15, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 1, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 2, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 3, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 4, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 6, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 7, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 8, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 9, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 11, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 12, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 13, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 14, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000301, - "number": 15, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 411000401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 411000501, - "number": 1, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 411000601, - "number": 1, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000602, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 411000701, - "number": 1, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000702, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 411000801, - "number": 1, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000802, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 411000901, - "number": 1, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411000902, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 411001001, - "number": 1, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001002, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 411001101, - "number": 1, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001102, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 411001201, - "number": 1, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001202, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 411001301, - "number": 1, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001302, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 411001401, - "number": 1, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001402, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 411001501, - "number": 1, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001502, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 411001601, - "number": 1, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001602, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 411001701, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 62, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001701, - "number": 63, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 1, - "type": 2, - "value": 20050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 2, - "type": 2, - "value": 30070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001702, - "number": 3, - "type": 2, - "value": 40030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 411001901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411001901, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002001, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002002, - "number": 1, - "type": 2, - "value": 20050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 17, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002101, - "number": 18, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002102, - "number": 1, - "type": 2, - "value": 30070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002201, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002202, - "number": 1, - "type": 2, - "value": 40030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 411002301, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002301, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 411002401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002401, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 411002501, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002501, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 411002601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002601, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 411002701, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002701, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 1, - "type": 2, - "value": 60010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 2, - "type": 2, - "value": 60020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 3, - "type": 2, - "value": 60030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 4, - "type": 2, - "value": 60040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 5, - "type": 2, - "value": 60050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 6, - "type": 2, - "value": 60060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 7, - "type": 2, - "value": 60070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 8, - "type": 2, - "value": 60080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002702, - "number": 9, - "type": 2, - "value": 60090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 411002801, - "number": 1, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 2, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 3, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 4, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 5, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 6, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 7, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 8, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 11, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 12, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 13, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 14, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 15, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 17, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 18, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 19, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 20, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 21, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 22, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002801, - "number": 23, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 411002901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 2, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 3, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 4, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 5, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 6, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 7, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 8, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 9, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 10, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 11, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 12, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 13, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 14, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 15, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 16, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 17, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 18, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 19, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 20, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 21, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 22, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 23, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 24, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411002901, - "number": 25, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 411003001, - "number": 1, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 2, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 3, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 4, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 5, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 6, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 7, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 8, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 9, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 10, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 12, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 13, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 14, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 15, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 16, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 17, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 18, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003001, - "number": 19, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 411003101, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003101, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 411003201, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003201, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 411003301, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003301, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 411003401, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003401, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 411003601, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 46, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 47, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 48, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 49, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 50, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 51, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 52, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 53, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 54, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 55, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 56, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 57, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 58, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 59, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 60, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 61, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 62, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 63, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 64, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 65, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 66, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 67, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 68, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 69, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 70, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 71, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 72, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 73, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 74, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 75, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 76, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 77, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 78, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 79, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 80, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 81, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 82, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 83, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 84, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 85, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 86, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 87, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 88, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 89, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 90, - "type": 2, - "value": 10050016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 91, - "type": 2, - "value": 30090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 92, - "type": 2, - "value": 40050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 93, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 94, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 95, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 96, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 97, - "type": 2, - "value": 30110013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003601, - "number": 98, - "type": 2, - "value": 30060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 411003801, - "number": 1, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 2, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 3, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 4, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 5, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 6, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 7, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 8, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 9, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 10, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 11, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003801, - "number": 12, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 411003901, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 10, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 11, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 12, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 13, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 14, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 15, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 16, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 17, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 18, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411003901, - "number": 19, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 10, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 11, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 12, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 13, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 14, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 15, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 16, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 17, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 18, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 19, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 20, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004001, - "number": 21, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 13, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 14, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 15, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 16, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 17, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 18, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 19, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 20, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 21, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004101, - "number": 22, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 10, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 11, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 12, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 13, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 14, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 15, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 16, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 17, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 18, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004201, - "number": 19, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 411004301, - "number": 1, - "type": 2, - "value": 30030015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004301, - "number": 2, - "type": 2, - "value": 40060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004301, - "number": 3, - "type": 2, - "value": 20050019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004301, - "number": 4, - "type": 2, - "value": 10060018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 40, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 41, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 42, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 43, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 44, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 45, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 46, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 47, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 48, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 49, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 50, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 51, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 52, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 53, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 54, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 55, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 56, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 57, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 58, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 59, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 60, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 61, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 62, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 63, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 64, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 65, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 66, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 67, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 68, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 69, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 70, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 71, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 72, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 73, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 74, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 75, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 76, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 77, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 78, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 79, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 80, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 81, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 82, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004302, - "number": 83, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 411004401, - "number": 1, - "type": 2, - "value": 10040017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 2, - "type": 2, - "value": 20050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 3, - "type": 2, - "value": 30070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 4, - "type": 2, - "value": 40030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 5, - "type": 2, - "value": 60010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 6, - "type": 2, - "value": 60020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 7, - "type": 2, - "value": 60030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 8, - "type": 2, - "value": 60040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 9, - "type": 2, - "value": 60050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 10, - "type": 2, - "value": 60060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 11, - "type": 2, - "value": 60070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 12, - "type": 2, - "value": 60080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 13, - "type": 2, - "value": 60090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 14, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 15, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 16, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 17, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 18, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 19, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 20, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 21, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 22, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 23, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 24, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 25, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 26, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 27, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 28, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 29, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 30, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 31, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 32, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 33, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 34, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 35, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 36, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 37, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 38, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 39, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 40, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 41, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 42, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 43, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 44, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 45, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 46, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 47, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 48, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 49, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 50, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 51, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 52, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 53, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 54, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 55, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 56, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 57, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 58, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 59, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 60, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 61, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 62, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 63, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 64, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 65, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 66, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 67, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 68, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 69, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 70, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 71, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 72, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 73, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 74, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 75, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 76, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 77, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 78, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 79, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 80, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 81, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 82, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 83, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 84, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 85, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 86, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 87, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 88, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 89, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 90, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 91, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 92, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 93, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 94, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 95, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 96, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 97, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 98, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 99, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 100, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 101, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 102, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 103, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 104, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 105, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 106, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 107, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 108, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 109, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 110, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 111, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 112, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 113, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 114, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 115, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 116, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 117, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 118, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 119, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 120, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 121, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 122, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 123, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 124, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 125, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 126, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 127, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 128, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 129, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 130, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 131, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004401, - "number": 132, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 1, - "type": 2, - "value": 40010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 2, - "type": 2, - "value": 30050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 3, - "type": 2, - "value": 10070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 4, - "type": 2, - "value": 20080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 5, - "type": 2, - "value": 40080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 6, - "type": 2, - "value": 30040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 7, - "type": 2, - "value": 20060014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 8, - "type": 2, - "value": 40020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 9, - "type": 2, - "value": 10090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 10, - "type": 2, - "value": 20010015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 11, - "type": 2, - "value": 10010017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 12, - "type": 2, - "value": 40090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 13, - "type": 2, - "value": 30070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 14, - "type": 2, - "value": 10030017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 15, - "type": 2, - "value": 20020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 16, - "type": 2, - "value": 20090014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 17, - "type": 2, - "value": 40040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 18, - "type": 2, - "value": 30100010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 19, - "type": 2, - "value": 10020017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 20, - "type": 2, - "value": 40070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 21, - "type": 2, - "value": 10050016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 22, - "type": 2, - "value": 30090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 23, - "type": 2, - "value": 40050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 24, - "type": 2, - "value": 30110013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 25, - "type": 2, - "value": 30060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 26, - "type": 2, - "value": 40110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 27, - "type": 2, - "value": 20040016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 28, - "type": 2, - "value": 10080017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 29, - "type": 2, - "value": 40100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 30, - "type": 2, - "value": 30020014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 31, - "type": 2, - "value": 30080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 32, - "type": 2, - "value": 20030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 33, - "type": 2, - "value": 30120014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 34, - "type": 2, - "value": 40030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 35, - "type": 2, - "value": 30010018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 36, - "type": 2, - "value": 20070016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 37, - "type": 2, - "value": 10040020, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 38, - "type": 2, - "value": 30030015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 39, - "type": 2, - "value": 40060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 40, - "type": 2, - "value": 20050019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 41, - "type": 2, - "value": 10060018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 42, - "type": 2, - "value": 30010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 43, - "type": 2, - "value": 30020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 44, - "type": 2, - "value": 30030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 45, - "type": 2, - "value": 30040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 46, - "type": 2, - "value": 30050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 47, - "type": 2, - "value": 30060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 48, - "type": 2, - "value": 30070014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 49, - "type": 2, - "value": 30080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 50, - "type": 2, - "value": 30090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 51, - "type": 2, - "value": 30100013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 52, - "type": 2, - "value": 30110014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 53, - "type": 2, - "value": 30120013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 54, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 55, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 56, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 57, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 58, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 59, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 60, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 61, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 62, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 63, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 64, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 65, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 66, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 67, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 68, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 69, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 70, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 71, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 72, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 73, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 74, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 75, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 76, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 77, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 78, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 79, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 80, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 81, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 82, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 83, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 84, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 85, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 86, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 87, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 88, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 89, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 90, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 91, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 92, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 93, - "type": 2, - "value": 40020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 94, - "type": 2, - "value": 40090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 95, - "type": 2, - "value": 10010016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 96, - "type": 2, - "value": 10020015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 97, - "type": 2, - "value": 20010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 98, - "type": 2, - "value": 20020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 99, - "type": 2, - "value": 30060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 100, - "type": 2, - "value": 30080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 101, - "type": 2, - "value": 20030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 102, - "type": 2, - "value": 20040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 103, - "type": 2, - "value": 40040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 104, - "type": 2, - "value": 40050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 105, - "type": 2, - "value": 30010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 106, - "type": 2, - "value": 30100009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 107, - "type": 2, - "value": 10030016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 108, - "type": 2, - "value": 10050015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 109, - "type": 2, - "value": 40070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 110, - "type": 2, - "value": 40080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 111, - "type": 2, - "value": 20060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 112, - "type": 2, - "value": 20080014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 113, - "type": 2, - "value": 10060015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 114, - "type": 2, - "value": 10070017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 115, - "type": 2, - "value": 30110010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 116, - "type": 2, - "value": 30120010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 117, - "type": 2, - "value": 20040015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 118, - "type": 2, - "value": 20070015, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 119, - "type": 2, - "value": 40030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 120, - "type": 2, - "value": 40060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 121, - "type": 2, - "value": 30050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 122, - "type": 2, - "value": 30070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 123, - "type": 2, - "value": 10040019, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 124, - "type": 2, - "value": 10090018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 125, - "type": 2, - "value": 40010014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 126, - "type": 2, - "value": 40020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 127, - "type": 2, - "value": 20050017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 128, - "type": 2, - "value": 20090016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 129, - "type": 2, - "value": 10030018, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 130, - "type": 2, - "value": 10060017, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 131, - "type": 2, - "value": 30030014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 132, - "type": 2, - "value": 30040014, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 133, - "type": 2, - "value": 20020016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 134, - "type": 2, - "value": 20060016, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 135, - "type": 2, - "value": 40050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 411004402, - "number": 136, - "type": 2, - "value": 40070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 711000201, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 711000201, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 110121001, - "number": 1, - "type": 3, - "value": 16005001, - "amount": 20, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121002, - "number": 1, - "type": 3, - "value": 16005002, - "amount": 8, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121003, - "number": 1, - "type": 3, - "value": 16005003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121004, - "number": 1, - "type": 3, - "value": 17001001, - "amount": 18, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121005, - "number": 1, - "type": 3, - "value": 17001002, - "amount": 3, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121006, - "number": 1, - "type": 3, - "value": 19100001, - "amount": 10, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121007, - "number": 1, - "type": 3, - "value": 20000001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 110121008, - "number": 1, - "type": 4, - "value": 1, - "amount": 35000, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000101, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000201, - "number": 1, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000301, - "number": 1, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000401, - "number": 1, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000501, - "number": 1, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000601, - "number": 1, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000701, - "number": 1, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000801, - "number": 1, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911000901, - "number": 1, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001101, - "number": 1, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001201, - "number": 1, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001301, - "number": 1, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001401, - "number": 1, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001501, - "number": 1, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001601, - "number": 1, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001701, - "number": 1, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001801, - "number": 1, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911001901, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002001, - "number": 1, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002101, - "number": 1, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002201, - "number": 1, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002301, - "number": 1, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002401, - "number": 1, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002501, - "number": 1, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002601, - "number": 1, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002701, - "number": 1, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002801, - "number": 1, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911002901, - "number": 1, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003001, - "number": 1, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003101, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003201, - "number": 1, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003301, - "number": 1, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003401, - "number": 1, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003501, - "number": 1, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003601, - "number": 1, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003701, - "number": 1, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003801, - "number": 1, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 911003901, - "number": 1, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 10, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 11, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 12, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 13, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 14, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 15, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 16, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 17, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 18, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 19, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 20, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 21, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 22, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 23, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 24, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 25, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 26, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 27, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 28, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 29, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 30, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 31, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 32, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 33, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 34, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 35, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 36, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 37, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 38, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 300001, - "number": 39, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 1, - "type": 2, - "value": 10010013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 2, - "type": 2, - "value": 10020013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 3, - "type": 2, - "value": 10030013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 4, - "type": 2, - "value": 10040013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 5, - "type": 2, - "value": 10050013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 6, - "type": 2, - "value": 10060013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 7, - "type": 2, - "value": 10070013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 8, - "type": 2, - "value": 10080013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 301001, - "number": 9, - "type": 2, - "value": 10090013, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 1, - "type": 2, - "value": 20010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 2, - "type": 2, - "value": 20020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 3, - "type": 2, - "value": 20030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 4, - "type": 2, - "value": 20040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 5, - "type": 2, - "value": 20050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 6, - "type": 2, - "value": 20060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 7, - "type": 2, - "value": 20070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 8, - "type": 2, - "value": 20080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 302001, - "number": 9, - "type": 2, - "value": 20090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 1, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 1, - "type": 2, - "value": 30010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 2, - "type": 2, - "value": 30020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 3, - "type": 2, - "value": 30030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 4, - "type": 2, - "value": 30040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 5, - "type": 2, - "value": 30050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 6, - "type": 2, - "value": 30060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 7, - "type": 2, - "value": 30070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 8, - "type": 2, - "value": 30080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 9, - "type": 2, - "value": 30090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 10, - "type": 2, - "value": 30100007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 11, - "type": 2, - "value": 30110007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 303001, - "number": 12, - "type": 2, - "value": 30120007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 1, - "type": 2, - "value": 40010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 2, - "type": 2, - "value": 40020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 3, - "type": 2, - "value": 40030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 4, - "type": 2, - "value": 40040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 5, - "type": 2, - "value": 40050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 6, - "type": 2, - "value": 40060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 7, - "type": 2, - "value": 40070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 8, - "type": 2, - "value": 40080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 304001, - "number": 9, - "type": 2, - "value": 40090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 4, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 5, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 6, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 7, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 8, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 9, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 10, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 11, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 12, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 13, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 14, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 15, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 16, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 17, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 18, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 19, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 20, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 21, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 22, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 23, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 24, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 25, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 26, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 27, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 28, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 29, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 30, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 31, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 32, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 33, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 34, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 35, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 36, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 37, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 38, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 39, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 40, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 41, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 42, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 43, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 44, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 45, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 46, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 47, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 48, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 49, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 50, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 51, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 52, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 53, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 54, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 55, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 56, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 57, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 58, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 59, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 60, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 61, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 62, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 63, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 64, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 65, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 66, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 67, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 68, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 69, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 70, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 71, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 72, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 73, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 74, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 75, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 76, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 77, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 78, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 79, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 80, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 81, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 82, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 83, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 84, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 85, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 86, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 87, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 88, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 89, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 90, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 91, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 92, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 93, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 94, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 95, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 96, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 97, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 98, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 99, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 100, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 101, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 102, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 103, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 104, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 105, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 106, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 107, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 108, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 109, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 110, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 111, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 112, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 113, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 114, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 115, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 116, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200001, - "number": 117, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 200002, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 4, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 5, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 6, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 7, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 8, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 9, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 10, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 11, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 12, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 13, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 14, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 15, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 16, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 17, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 18, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 19, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 20, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 21, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 22, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 23, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 24, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 25, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 26, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 27, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 28, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 29, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 30, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 31, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 32, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 33, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 34, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 35, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 36, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 37, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 38, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 39, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 40, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 41, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 42, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 43, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 44, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 45, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 46, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 47, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 48, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 49, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 50, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 51, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 52, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 53, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 54, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 55, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 56, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 57, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 58, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 59, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 60, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 61, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 62, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 63, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 64, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 65, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 66, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 67, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 68, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 69, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 70, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 71, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 72, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 73, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 74, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 75, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 76, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 77, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 78, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 79, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 80, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 81, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 82, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 83, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 84, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 85, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 86, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 87, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 88, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 89, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 90, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 91, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 92, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 93, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 94, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 95, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 96, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 97, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 98, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 99, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 100, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 101, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 102, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 103, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 104, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 105, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 106, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 107, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 108, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 109, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 110, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 111, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 112, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 113, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 114, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 115, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 116, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 117, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 118, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 200002, - "number": 119, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 201001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 4, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 5, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 6, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 7, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 8, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 9, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 10, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 11, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 12, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 13, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 14, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 15, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 16, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 17, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 18, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 19, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 20, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 21, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 22, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 23, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 24, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 25, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 26, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 201001, - "number": 27, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 1, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 2, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 3, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 4, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 5, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 6, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 7, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 8, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 9, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 10, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 11, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 12, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 13, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 14, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 15, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 16, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 17, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 18, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 19, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 20, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 21, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 22, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 23, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 24, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 25, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 26, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 202001, - "number": 27, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 1, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 2, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 3, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 4, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 5, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 6, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 7, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 8, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 9, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 10, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 11, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 12, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 13, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 14, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 15, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 16, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 17, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 18, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 19, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 20, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 21, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 22, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 23, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 24, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 25, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 26, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 27, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 29, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 30, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 31, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 32, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 33, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 34, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 35, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 203001, - "number": 36, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 1, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 2, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 3, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 4, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 5, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 6, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 7, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 8, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 9, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 10, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 11, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 12, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 13, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 14, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 15, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 16, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 17, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 18, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 19, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 20, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 21, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 22, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 23, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 24, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 25, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 26, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204001, - "number": 27, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 204002, - "number": 1, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 2, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 3, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 4, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 5, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 6, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 7, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 8, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 9, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 10, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 11, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 12, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 13, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 14, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 15, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 16, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 17, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 18, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 19, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 20, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 21, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 22, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 23, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 24, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 25, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 26, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 27, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 28, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 204002, - "number": 29, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 2, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 3, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 4, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 5, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 6, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 7, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 8, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 9, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 10, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 11, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 12, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 13, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 14, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 15, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 16, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 17, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 18, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 19, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 20, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 21, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 22, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 23, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 24, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 25, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 26, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 27, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 29, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 30, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 31, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 32, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 33, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 34, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 35, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 36, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 37, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 38, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211001, - "number": 39, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 211002, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 2, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 3, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 4, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 5, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 6, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 7, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 8, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 9, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 10, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 11, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 12, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 13, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 14, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 15, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 16, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 17, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 18, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 19, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 20, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 21, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 22, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 23, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 24, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 25, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 26, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 27, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 29, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 30, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 31, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 32, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 33, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 34, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 35, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 36, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 37, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 38, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 39, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 40, - "type": 2, - "value": 40100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 211002, - "number": 41, - "type": 2, - "value": 40110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223121510 - }, - { - "id": 212001, - "number": 1, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 2, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 3, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 4, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 5, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 6, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 7, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 8, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 9, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 10, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 11, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 12, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 13, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 14, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 15, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 16, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 17, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 18, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 19, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 20, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 21, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 22, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 23, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 24, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 25, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 26, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 27, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 28, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 29, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 30, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 31, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 32, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 33, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 34, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 35, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 36, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 37, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 38, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 212001, - "number": 39, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 1, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 2, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 3, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 4, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 5, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 6, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 7, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 8, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 9, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 10, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 11, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 12, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 13, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 14, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 15, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 16, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 17, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 18, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 19, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 20, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 21, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 22, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 23, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 24, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 25, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 26, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 27, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 28, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 29, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 30, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 31, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 32, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 33, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 34, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 35, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 36, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 37, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 38, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 213001, - "number": 39, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 221001, - "number": 1, - "type": 2, - "value": 10050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 2, - "type": 2, - "value": 10050011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 3, - "type": 2, - "value": 10050012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 4, - "type": 2, - "value": 10060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 5, - "type": 2, - "value": 10060011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 6, - "type": 2, - "value": 10060012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 7, - "type": 2, - "value": 10080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 8, - "type": 2, - "value": 10080011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 9, - "type": 2, - "value": 10080012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 10, - "type": 2, - "value": 20060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 11, - "type": 2, - "value": 20060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 12, - "type": 2, - "value": 20060010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 13, - "type": 2, - "value": 20070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 14, - "type": 2, - "value": 20070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 15, - "type": 2, - "value": 20070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 16, - "type": 2, - "value": 20090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 17, - "type": 2, - "value": 20090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 18, - "type": 2, - "value": 20090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 19, - "type": 2, - "value": 30020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 20, - "type": 2, - "value": 30020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 21, - "type": 2, - "value": 30020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 22, - "type": 2, - "value": 30030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 23, - "type": 2, - "value": 30030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 24, - "type": 2, - "value": 30030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 25, - "type": 2, - "value": 30090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 26, - "type": 2, - "value": 30090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 27, - "type": 2, - "value": 30090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 28, - "type": 2, - "value": 30100004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 29, - "type": 2, - "value": 30100005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 30, - "type": 2, - "value": 30100006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 31, - "type": 2, - "value": 40060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 32, - "type": 2, - "value": 40060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 33, - "type": 2, - "value": 40060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 34, - "type": 2, - "value": 40070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 35, - "type": 2, - "value": 40070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 36, - "type": 2, - "value": 40070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 37, - "type": 2, - "value": 40080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 38, - "type": 2, - "value": 40080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 39, - "type": 2, - "value": 40080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 40, - "type": 2, - "value": 40090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 41, - "type": 2, - "value": 40090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 221001, - "number": 42, - "type": 2, - "value": 40090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 222001, - "number": 1, - "type": 2, - "value": 10010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 2, - "type": 2, - "value": 10010011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 3, - "type": 2, - "value": 10010012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 4, - "type": 2, - "value": 10030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 5, - "type": 2, - "value": 10030011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 6, - "type": 2, - "value": 10030012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 7, - "type": 2, - "value": 10040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 8, - "type": 2, - "value": 10040011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 9, - "type": 2, - "value": 10040012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 10, - "type": 2, - "value": 20010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 11, - "type": 2, - "value": 20010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 12, - "type": 2, - "value": 20010010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 13, - "type": 2, - "value": 20020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 14, - "type": 2, - "value": 20020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 15, - "type": 2, - "value": 20020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 16, - "type": 2, - "value": 20050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 17, - "type": 2, - "value": 20050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 18, - "type": 2, - "value": 20050010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 19, - "type": 2, - "value": 30010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 20, - "type": 2, - "value": 30010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 21, - "type": 2, - "value": 30010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 22, - "type": 2, - "value": 30050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 23, - "type": 2, - "value": 30050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 24, - "type": 2, - "value": 30050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 25, - "type": 2, - "value": 30070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 26, - "type": 2, - "value": 30070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 27, - "type": 2, - "value": 30070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 28, - "type": 2, - "value": 30120004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 29, - "type": 2, - "value": 30120005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 30, - "type": 2, - "value": 30120006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 31, - "type": 2, - "value": 40010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 32, - "type": 2, - "value": 40010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 33, - "type": 2, - "value": 40010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 34, - "type": 2, - "value": 40020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 35, - "type": 2, - "value": 40020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 36, - "type": 2, - "value": 40020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 37, - "type": 2, - "value": 40030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 38, - "type": 2, - "value": 40030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 39, - "type": 2, - "value": 40030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 40, - "type": 2, - "value": 40040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 41, - "type": 2, - "value": 40040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 42, - "type": 2, - "value": 40040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 43, - "type": 2, - "value": 40050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 44, - "type": 2, - "value": 40050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 222001, - "number": 45, - "type": 2, - "value": 40050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 223001, - "number": 1, - "type": 2, - "value": 10020010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 2, - "type": 2, - "value": 10020011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 3, - "type": 2, - "value": 10020012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 4, - "type": 2, - "value": 10070010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 5, - "type": 2, - "value": 10070011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 6, - "type": 2, - "value": 10070012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 7, - "type": 2, - "value": 10090010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 8, - "type": 2, - "value": 10090011, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 9, - "type": 2, - "value": 10090012, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 10, - "type": 2, - "value": 20030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 11, - "type": 2, - "value": 20030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 12, - "type": 2, - "value": 20030010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 13, - "type": 2, - "value": 20040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 14, - "type": 2, - "value": 20040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 15, - "type": 2, - "value": 20040010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 16, - "type": 2, - "value": 20080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 17, - "type": 2, - "value": 20080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 18, - "type": 2, - "value": 20080010, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 19, - "type": 2, - "value": 30040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 20, - "type": 2, - "value": 30040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 21, - "type": 2, - "value": 30040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 22, - "type": 2, - "value": 30060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 23, - "type": 2, - "value": 30060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 24, - "type": 2, - "value": 30060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 25, - "type": 2, - "value": 30080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 26, - "type": 2, - "value": 30080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 27, - "type": 2, - "value": 30080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 28, - "type": 2, - "value": 30110004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 29, - "type": 2, - "value": 30110005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 223001, - "number": 30, - "type": 2, - "value": 30110006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 100001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 2, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 3, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 4, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 5, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 6, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 7, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 8, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 9, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 10, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 11, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 12, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 13, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 14, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 15, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 16, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 17, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 18, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 19, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 20, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 21, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 22, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 23, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 24, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 25, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 26, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 27, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 28, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 29, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 30, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 31, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 32, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 33, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 34, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 35, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 36, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 37, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 38, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 39, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 40, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 41, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 42, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 43, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 44, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 45, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 46, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 47, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 48, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 49, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 50, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 51, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 52, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 53, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 54, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 55, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 56, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 57, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 58, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 59, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 60, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 61, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 62, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 63, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 64, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 65, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 66, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 67, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 68, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 69, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 70, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 71, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 72, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 73, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 74, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 75, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 76, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 77, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 78, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 79, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 80, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 81, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 82, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 83, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 84, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 85, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 86, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 87, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 88, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 89, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 90, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 91, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 92, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 93, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 94, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 95, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 96, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 97, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 98, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 99, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 100, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 101, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 102, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 103, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 104, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 105, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 106, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 107, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 108, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 109, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 110, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 111, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 112, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 113, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 114, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 115, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 116, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 117, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 118, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 119, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 120, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 121, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 122, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 123, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 124, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 125, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 126, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 127, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 128, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 129, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 130, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 131, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 132, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 133, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 134, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 135, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 136, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 137, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 138, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 139, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 140, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 141, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 142, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 143, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 144, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 145, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 146, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 147, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 148, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 149, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 150, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 151, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 152, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 153, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 154, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 155, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 156, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 157, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 158, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 159, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 160, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 161, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 162, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 163, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 164, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 165, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 166, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 167, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 168, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 169, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 170, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 171, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 172, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 173, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 174, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 175, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 176, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 177, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 178, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 179, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 180, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 181, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 182, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 183, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 184, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 185, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 186, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 187, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 188, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 189, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 190, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 191, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 192, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 193, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 194, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 195, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 196, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 197, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 198, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 199, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 200, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 201, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 202, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 203, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 204, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 205, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 206, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 100001, - "number": 207, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 2, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 3, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 4, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 5, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 6, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 7, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 8, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 9, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 10, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 11, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 12, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 13, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 14, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 15, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 16, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 17, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 18, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 19, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 20, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 21, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 22, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 23, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 24, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 25, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 26, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 27, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 28, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 29, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 30, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 31, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 32, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 33, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 34, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 35, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 36, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 37, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 38, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 39, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 40, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 41, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 42, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 43, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 44, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 45, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 46, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 47, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 48, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 49, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 50, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 51, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 52, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 53, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 54, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 55, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 56, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 57, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 58, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 59, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 60, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 61, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 62, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 63, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 64, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 65, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 66, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 67, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 68, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 69, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 70, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 71, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 72, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 73, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 74, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 75, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 76, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 77, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 78, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 79, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 80, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 101001, - "number": 81, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 1, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 2, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 3, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 4, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 5, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 6, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 7, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 8, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 9, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 10, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 11, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 12, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 13, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 14, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 15, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 16, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 17, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 18, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 19, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 20, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 21, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 22, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 23, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 24, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 25, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 26, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 27, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 28, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 29, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 30, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 31, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 32, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 33, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 34, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 35, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 36, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 37, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 38, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 39, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 40, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 41, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 42, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 43, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 44, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 45, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 46, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 47, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 48, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 49, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 50, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 51, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 52, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 53, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 54, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 55, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 56, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 57, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 58, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 59, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 60, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 61, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 62, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 102001, - "number": 63, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 1, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 2, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 3, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 4, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 5, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 6, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 7, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 8, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 9, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 10, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 11, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 12, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 13, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 14, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 15, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 16, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 17, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 18, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 19, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 20, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 21, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 22, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 23, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 24, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 25, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 26, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 27, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 28, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 29, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 30, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 31, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 32, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 33, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 34, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 35, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 103001, - "number": 36, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 1, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 2, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 3, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 4, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 5, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 6, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 7, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 8, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 9, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 10, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 11, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 12, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 13, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 14, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 15, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 16, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 17, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 18, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 19, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 20, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 21, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 22, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 23, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 24, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 25, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 26, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 104001, - "number": 27, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 111001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 2, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 3, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 4, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 5, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 6, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 7, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 8, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 9, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 10, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 11, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 12, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 13, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 14, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 15, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 16, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 17, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 18, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 19, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 20, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 21, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 22, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 23, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 24, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 25, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 26, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 27, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 28, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 29, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 30, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 31, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 32, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 33, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 34, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 35, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 36, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 37, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 38, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 39, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 40, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 41, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 42, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 43, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 44, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 45, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 46, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 47, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 48, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 49, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 50, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 51, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 52, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 53, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 54, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 55, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 56, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 57, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 58, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 59, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 60, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 61, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 62, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 63, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 64, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 65, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 66, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 67, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 68, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 111001, - "number": 69, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 1, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 2, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 3, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 4, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 5, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 6, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 7, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 8, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 9, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 10, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 11, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 12, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 13, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 14, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 15, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 16, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 17, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 18, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 19, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 20, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 21, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 22, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 23, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 24, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 25, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 26, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 27, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 28, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 29, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 30, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 31, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 32, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 33, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 34, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 35, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 36, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 37, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 38, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 39, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 40, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 41, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 42, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 43, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 44, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 45, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 46, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 47, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 48, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 49, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 50, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 51, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 52, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 53, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 54, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 55, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 56, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 57, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 58, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 59, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 60, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 61, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 62, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 63, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 64, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 65, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 66, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 67, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 68, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 112001, - "number": 69, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 1, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 2, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 3, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 4, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 5, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 6, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 7, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 8, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 9, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 10, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 11, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 12, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 13, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 14, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 15, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 16, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 17, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 18, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 19, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 20, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 21, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 22, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 23, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 24, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 25, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 26, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 27, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 28, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 29, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 30, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 31, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 32, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 33, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 34, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 35, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 36, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 37, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 38, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 39, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 40, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 41, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 42, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 43, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 44, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 45, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 46, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 47, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 48, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 49, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 50, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 51, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 52, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 53, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 54, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 55, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 56, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 57, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 58, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 59, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 60, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 61, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 62, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 63, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 64, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 65, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 66, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 67, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 68, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 113001, - "number": 69, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223061104 - }, - { - "id": 121001, - "number": 1, - "type": 2, - "value": 10050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 2, - "type": 2, - "value": 10050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 3, - "type": 2, - "value": 10050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 4, - "type": 2, - "value": 10050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 5, - "type": 2, - "value": 10050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 6, - "type": 2, - "value": 10050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 7, - "type": 2, - "value": 10050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 8, - "type": 2, - "value": 10050008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 9, - "type": 2, - "value": 10050009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 10, - "type": 2, - "value": 10060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 11, - "type": 2, - "value": 10060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 12, - "type": 2, - "value": 10060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 13, - "type": 2, - "value": 10060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 14, - "type": 2, - "value": 10060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 15, - "type": 2, - "value": 10060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 16, - "type": 2, - "value": 10060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 17, - "type": 2, - "value": 10060008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 18, - "type": 2, - "value": 10060009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 19, - "type": 2, - "value": 10080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 20, - "type": 2, - "value": 10080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 21, - "type": 2, - "value": 10080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 22, - "type": 2, - "value": 10080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 23, - "type": 2, - "value": 10080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 24, - "type": 2, - "value": 10080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 25, - "type": 2, - "value": 10080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 26, - "type": 2, - "value": 10080008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 27, - "type": 2, - "value": 10080009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 28, - "type": 2, - "value": 20060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 29, - "type": 2, - "value": 20060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 30, - "type": 2, - "value": 20060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 31, - "type": 2, - "value": 20060004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 32, - "type": 2, - "value": 20060005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 33, - "type": 2, - "value": 20060006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 34, - "type": 2, - "value": 20060007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 35, - "type": 2, - "value": 20070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 36, - "type": 2, - "value": 20070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 37, - "type": 2, - "value": 20070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 38, - "type": 2, - "value": 20070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 39, - "type": 2, - "value": 20070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 40, - "type": 2, - "value": 20070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 41, - "type": 2, - "value": 20070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 42, - "type": 2, - "value": 20090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 43, - "type": 2, - "value": 20090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 44, - "type": 2, - "value": 20090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 45, - "type": 2, - "value": 20090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 46, - "type": 2, - "value": 20090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 47, - "type": 2, - "value": 20090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 48, - "type": 2, - "value": 20090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 49, - "type": 2, - "value": 30020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 50, - "type": 2, - "value": 30020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 51, - "type": 2, - "value": 30020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 52, - "type": 2, - "value": 30030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 53, - "type": 2, - "value": 30030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 54, - "type": 2, - "value": 30030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 55, - "type": 2, - "value": 30090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 56, - "type": 2, - "value": 30090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 57, - "type": 2, - "value": 30090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 58, - "type": 2, - "value": 30100001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 59, - "type": 2, - "value": 30100002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 60, - "type": 2, - "value": 30100003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 61, - "type": 2, - "value": 40060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 62, - "type": 2, - "value": 40060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 63, - "type": 2, - "value": 40060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 64, - "type": 2, - "value": 40070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 65, - "type": 2, - "value": 40070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 66, - "type": 2, - "value": 40070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 67, - "type": 2, - "value": 40080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 68, - "type": 2, - "value": 40080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 69, - "type": 2, - "value": 40080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 70, - "type": 2, - "value": 40090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 71, - "type": 2, - "value": 40090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 121001, - "number": 72, - "type": 2, - "value": 40090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223111703 - }, - { - "id": 122001, - "number": 1, - "type": 2, - "value": 10010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 2, - "type": 2, - "value": 10010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 3, - "type": 2, - "value": 10010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 4, - "type": 2, - "value": 10010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 5, - "type": 2, - "value": 10010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 6, - "type": 2, - "value": 10010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 7, - "type": 2, - "value": 10010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 8, - "type": 2, - "value": 10010008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 9, - "type": 2, - "value": 10010009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 10, - "type": 2, - "value": 10030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 11, - "type": 2, - "value": 10030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 12, - "type": 2, - "value": 10030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 13, - "type": 2, - "value": 10030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 14, - "type": 2, - "value": 10030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 15, - "type": 2, - "value": 10030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 16, - "type": 2, - "value": 10030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 17, - "type": 2, - "value": 10030008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 18, - "type": 2, - "value": 10030009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 19, - "type": 2, - "value": 10040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 20, - "type": 2, - "value": 10040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 21, - "type": 2, - "value": 10040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 22, - "type": 2, - "value": 10040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 23, - "type": 2, - "value": 10040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 24, - "type": 2, - "value": 10040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 25, - "type": 2, - "value": 10040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 26, - "type": 2, - "value": 10040008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 27, - "type": 2, - "value": 10040009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 28, - "type": 2, - "value": 20010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 29, - "type": 2, - "value": 20010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 30, - "type": 2, - "value": 20010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 31, - "type": 2, - "value": 20010004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 32, - "type": 2, - "value": 20010005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 33, - "type": 2, - "value": 20010006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 34, - "type": 2, - "value": 20010007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 35, - "type": 2, - "value": 20020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 36, - "type": 2, - "value": 20020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 37, - "type": 2, - "value": 20020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 38, - "type": 2, - "value": 20020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 39, - "type": 2, - "value": 20020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 40, - "type": 2, - "value": 20020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 41, - "type": 2, - "value": 20020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 42, - "type": 2, - "value": 20050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 43, - "type": 2, - "value": 20050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 44, - "type": 2, - "value": 20050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 45, - "type": 2, - "value": 20050004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 46, - "type": 2, - "value": 20050005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 47, - "type": 2, - "value": 20050006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 48, - "type": 2, - "value": 20050007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 49, - "type": 2, - "value": 30010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 50, - "type": 2, - "value": 30010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 51, - "type": 2, - "value": 30010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 52, - "type": 2, - "value": 30050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 53, - "type": 2, - "value": 30050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 54, - "type": 2, - "value": 30050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 55, - "type": 2, - "value": 30070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 56, - "type": 2, - "value": 30070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 57, - "type": 2, - "value": 30070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 58, - "type": 2, - "value": 30120001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 59, - "type": 2, - "value": 30120002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 60, - "type": 2, - "value": 30120003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 61, - "type": 2, - "value": 40010001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 62, - "type": 2, - "value": 40010002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 63, - "type": 2, - "value": 40010003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 64, - "type": 2, - "value": 40020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 65, - "type": 2, - "value": 40020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 66, - "type": 2, - "value": 40020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 67, - "type": 2, - "value": 40030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 68, - "type": 2, - "value": 40030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 69, - "type": 2, - "value": 40030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 70, - "type": 2, - "value": 40040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 71, - "type": 2, - "value": 40040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 72, - "type": 2, - "value": 40040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 73, - "type": 2, - "value": 40050001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 74, - "type": 2, - "value": 40050002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 122001, - "number": 75, - "type": 2, - "value": 40050003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223112405 - }, - { - "id": 123001, - "number": 1, - "type": 2, - "value": 10020001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 2, - "type": 2, - "value": 10020002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 3, - "type": 2, - "value": 10020003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 4, - "type": 2, - "value": 10020004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 5, - "type": 2, - "value": 10020005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 6, - "type": 2, - "value": 10020006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 7, - "type": 2, - "value": 10020007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 8, - "type": 2, - "value": 10020008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 9, - "type": 2, - "value": 10020009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 10, - "type": 2, - "value": 10070001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 11, - "type": 2, - "value": 10070002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 12, - "type": 2, - "value": 10070003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 13, - "type": 2, - "value": 10070004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 14, - "type": 2, - "value": 10070005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 15, - "type": 2, - "value": 10070006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 16, - "type": 2, - "value": 10070007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 17, - "type": 2, - "value": 10070008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 18, - "type": 2, - "value": 10070009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 19, - "type": 2, - "value": 10090001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 20, - "type": 2, - "value": 10090002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 21, - "type": 2, - "value": 10090003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 22, - "type": 2, - "value": 10090004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 23, - "type": 2, - "value": 10090005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 24, - "type": 2, - "value": 10090006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 25, - "type": 2, - "value": 10090007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 26, - "type": 2, - "value": 10090008, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 27, - "type": 2, - "value": 10090009, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 28, - "type": 2, - "value": 20030001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 29, - "type": 2, - "value": 20030002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 30, - "type": 2, - "value": 20030003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 31, - "type": 2, - "value": 20030004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 32, - "type": 2, - "value": 20030005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 33, - "type": 2, - "value": 20030006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 34, - "type": 2, - "value": 20030007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 35, - "type": 2, - "value": 20040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 36, - "type": 2, - "value": 20040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 37, - "type": 2, - "value": 20040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 38, - "type": 2, - "value": 20040004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 39, - "type": 2, - "value": 20040005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 40, - "type": 2, - "value": 20040006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 41, - "type": 2, - "value": 20040007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 42, - "type": 2, - "value": 20080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 43, - "type": 2, - "value": 20080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 44, - "type": 2, - "value": 20080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 45, - "type": 2, - "value": 20080004, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 46, - "type": 2, - "value": 20080005, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 47, - "type": 2, - "value": 20080006, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 48, - "type": 2, - "value": 20080007, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 49, - "type": 2, - "value": 30040001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 50, - "type": 2, - "value": 30040002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 51, - "type": 2, - "value": 30040003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 52, - "type": 2, - "value": 30060001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 53, - "type": 2, - "value": 30060002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 54, - "type": 2, - "value": 30060003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 55, - "type": 2, - "value": 30080001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 56, - "type": 2, - "value": 30080002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 57, - "type": 2, - "value": 30080003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 58, - "type": 2, - "value": 30110001, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 59, - "type": 2, - "value": 30110002, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - }, - { - "id": 123001, - "number": 60, - "type": 2, - "value": 30110003, - "amount": 1, - "priority": 0, - "pickup": 0, - "show": 0, - "boxCount": 0, - "masterReleaseLabelId": 223120104 - } -] \ No newline at end of file diff --git a/src/router/databases/json/lottery_price.json b/src/router/databases/json/lottery_price.json deleted file mode 100644 index ac250a7..0000000 --- a/src/router/databases/json/lottery_price.json +++ /dev/null @@ -1,10742 +0,0 @@ -[ - { - "id": 1110001, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 8, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010004, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110004, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010006, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010007, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010008, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010009, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010010, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010011, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010012, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010013, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010014, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010015, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010016, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010017, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010018, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010019, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010020, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010021, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110013, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110014, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110015, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110016, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010022, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092302 - }, - { - "id": 1110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010023, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010024, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110017, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010025, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010026, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110015, - "number": 11, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010027, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110016, - "number": 11, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010027, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110018, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010028, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010029, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010032, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110018, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010033, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110019, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010030, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010031, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010032, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110019, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010033, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120804 - }, - { - "id": 1110020, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010034, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010035, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110021, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010036, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010037, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110022, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010038, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010039, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 10, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020108 - }, - { - "id": 1110022, - "number": 11, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020108 - }, - { - "id": 1110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 8, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010040, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 9, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010041, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 2110001, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110002, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110004, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110018, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110020, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110022, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110026, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110028, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110030, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110032, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110034, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110036, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110038, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 3110001, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110002, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110004, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110017, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110018, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110019, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110020, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110021, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110022, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110025, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110026, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110027, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110028, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110029, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110030, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110031, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110032, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110033, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110034, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110035, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110036, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110037, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 4110001, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110004, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110005, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110006, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110007, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110008, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110009, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110010, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110011, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110012, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110013, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110014, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110015, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110016, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110017, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 10, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110019, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110023, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110024, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110025, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110026, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110027, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110028, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110029, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110030, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110031, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110032, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110033, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110034, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 24, - "dailyLimitCount": 3, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110036, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 1, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110038, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110039, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15020001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110043, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 2, - "consumeType": 1, - "count": 1, - "price": 300, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 3, - "consumeType": 2, - "count": 10, - "price": 2000, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 4, - "consumeType": 2, - "count": 1, - "price": 150, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 5, - "consumeType": 4, - "count": 1, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010001, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 6, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010002, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 7, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010003, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110044, - "number": 1, - "consumeType": 1, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 2, - "consumeType": 2, - "count": 10, - "price": 3000, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 3, - "consumeType": 2, - "count": 1, - "price": 50, - "limitCount": 0, - "dailyLimitCount": 3, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 7110002, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010004, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110003, - "number": 1, - "consumeType": 4, - "count": 10, - "price": 1, - "limitCount": 0, - "dailyLimitCount": 0, - "masterItemId": 15010005, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 8110001, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110002, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110004, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110005, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110006, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 0, - "dailyLimitCount": 1, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 9110001, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 1, - "consumeType": 0, - "count": 10, - "price": 0, - "limitCount": 1, - "dailyLimitCount": 0, - "masterItemId": 0, - "masterLotteryRewardId": 0, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/lottery_rarity.json b/src/router/databases/json/lottery_rarity.json deleted file mode 100644 index ae5ca18..0000000 --- a/src/router/databases/json/lottery_rarity.json +++ /dev/null @@ -1,10962 +0,0 @@ -[ - { - "id": 1110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 2, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 3, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110001, - "number": 5, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 3, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110002, - "number": 4, - "masterLotteryItemId": 200044001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041501 - }, - { - "id": 1110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 3, - "masterLotteryItemId": 111000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 2333, - "ensured": 0, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110003, - "number": 5, - "masterLotteryItemId": 111000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 2333, - "ensured": 1, - "masterReleaseLabelId": 223041901 - }, - { - "id": 1110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 3, - "masterLotteryItemId": 111000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110004, - "number": 5, - "masterLotteryItemId": 111000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043001 - }, - { - "id": 1110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 3, - "masterLotteryItemId": 111000501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110005, - "number": 5, - "masterLotteryItemId": 111000501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051501 - }, - { - "id": 1110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 3, - "masterLotteryItemId": 111000601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110006, - "number": 5, - "masterLotteryItemId": 111000601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053101 - }, - { - "id": 1110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 3, - "masterLotteryItemId": 111000701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110007, - "number": 5, - "masterLotteryItemId": 111000701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061501 - }, - { - "id": 1110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 3, - "masterLotteryItemId": 111000801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110008, - "number": 5, - "masterLotteryItemId": 111000801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063001 - }, - { - "id": 1110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 3, - "masterLotteryItemId": 111000901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110009, - "number": 5, - "masterLotteryItemId": 111000901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071502 - }, - { - "id": 1110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 3, - "masterLotteryItemId": 111001001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110010, - "number": 5, - "masterLotteryItemId": 111001001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073101 - }, - { - "id": 1110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 3, - "masterLotteryItemId": 111001101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110011, - "number": 5, - "masterLotteryItemId": 111001101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081501 - }, - { - "id": 1110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 3, - "masterLotteryItemId": 111001201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110012, - "number": 5, - "masterLotteryItemId": 111001201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083107 - }, - { - "id": 1110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 3, - "masterLotteryItemId": 111001301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110013, - "number": 5, - "masterLotteryItemId": 111001301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091501 - }, - { - "id": 1110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 3, - "masterLotteryItemId": 111001401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110014, - "number": 5, - "masterLotteryItemId": 111001401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093001 - }, - { - "id": 1110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 3, - "masterLotteryItemId": 111001501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110015, - "number": 5, - "masterLotteryItemId": 111001501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101505 - }, - { - "id": 1110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 3, - "masterLotteryItemId": 111001601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110016, - "number": 5, - "masterLotteryItemId": 111001601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103107 - }, - { - "id": 1110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 3, - "masterLotteryItemId": 111001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110017, - "number": 5, - "masterLotteryItemId": 111001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111501 - }, - { - "id": 1110018, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 3, - "masterLotteryItemId": 111001801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110018, - "number": 5, - "masterLotteryItemId": 111001801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113008 - }, - { - "id": 1110019, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 3, - "masterLotteryItemId": 111001901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110019, - "number": 5, - "masterLotteryItemId": 111001901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121513 - }, - { - "id": 1110020, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 3, - "masterLotteryItemId": 111002001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110020, - "number": 5, - "masterLotteryItemId": 111002001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123107 - }, - { - "id": 1110021, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 3, - "masterLotteryItemId": 111002101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110021, - "number": 5, - "masterLotteryItemId": 111002101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011508 - }, - { - "id": 1110022, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 3, - "masterLotteryItemId": 111002201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110022, - "number": 5, - "masterLotteryItemId": 111002201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013108 - }, - { - "id": 1110023, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 3, - "masterLotteryItemId": 111002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110023, - "number": 5, - "masterLotteryItemId": 111002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021409 - }, - { - "id": 1110024, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 3, - "masterLotteryItemId": 111002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 1110024, - "number": 5, - "masterLotteryItemId": 111002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030120 - }, - { - "id": 2110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 3, - "masterLotteryItemId": 211000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 4, - "masterLotteryItemId": 211000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 6, - "masterLotteryItemId": 211000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110001, - "number": 7, - "masterLotteryItemId": 211000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043002 - }, - { - "id": 2110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 3, - "masterLotteryItemId": 211000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 4, - "masterLotteryItemId": 211000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 6, - "masterLotteryItemId": 211000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110002, - "number": 7, - "masterLotteryItemId": 211000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223051502 - }, - { - "id": 2110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 3, - "masterLotteryItemId": 211000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 4, - "masterLotteryItemId": 211000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 6, - "masterLotteryItemId": 211000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110003, - "number": 7, - "masterLotteryItemId": 211000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053102 - }, - { - "id": 2110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 3, - "masterLotteryItemId": 211000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 4, - "masterLotteryItemId": 211000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 6, - "masterLotteryItemId": 211000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110004, - "number": 7, - "masterLotteryItemId": 211000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 3, - "masterLotteryItemId": 211000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 4, - "masterLotteryItemId": 211000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 6, - "masterLotteryItemId": 211000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110005, - "number": 7, - "masterLotteryItemId": 211000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061502 - }, - { - "id": 2110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 3, - "masterLotteryItemId": 211000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 4, - "masterLotteryItemId": 211000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 6, - "masterLotteryItemId": 211000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110006, - "number": 7, - "masterLotteryItemId": 211000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 3, - "masterLotteryItemId": 211000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 4, - "masterLotteryItemId": 211000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 6, - "masterLotteryItemId": 211000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110007, - "number": 7, - "masterLotteryItemId": 211000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223063002 - }, - { - "id": 2110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 3, - "masterLotteryItemId": 211000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 4, - "masterLotteryItemId": 211000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 6, - "masterLotteryItemId": 211000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110008, - "number": 7, - "masterLotteryItemId": 211000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 3, - "masterLotteryItemId": 211000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 4, - "masterLotteryItemId": 211000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 6, - "masterLotteryItemId": 211000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110009, - "number": 7, - "masterLotteryItemId": 211000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071503 - }, - { - "id": 2110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 3, - "masterLotteryItemId": 211001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 4, - "masterLotteryItemId": 211001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 6, - "masterLotteryItemId": 211001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110010, - "number": 7, - "masterLotteryItemId": 211001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 3, - "masterLotteryItemId": 211001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 4, - "masterLotteryItemId": 211001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 6, - "masterLotteryItemId": 211001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110011, - "number": 7, - "masterLotteryItemId": 211001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223073102 - }, - { - "id": 2110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 3, - "masterLotteryItemId": 211001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 4, - "masterLotteryItemId": 211001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 6, - "masterLotteryItemId": 211001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110012, - "number": 7, - "masterLotteryItemId": 211001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 3, - "masterLotteryItemId": 211001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 4, - "masterLotteryItemId": 211001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 6, - "masterLotteryItemId": 211001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110013, - "number": 7, - "masterLotteryItemId": 211001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223081502 - }, - { - "id": 2110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 3, - "masterLotteryItemId": 211001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 4, - "masterLotteryItemId": 211001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 6, - "masterLotteryItemId": 211001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110014, - "number": 7, - "masterLotteryItemId": 211001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 3, - "masterLotteryItemId": 211001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 4, - "masterLotteryItemId": 211001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 6, - "masterLotteryItemId": 211001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110015, - "number": 7, - "masterLotteryItemId": 211001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223083102 - }, - { - "id": 2110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 3, - "masterLotteryItemId": 211001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 4, - "masterLotteryItemId": 211001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 6, - "masterLotteryItemId": 211001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110016, - "number": 7, - "masterLotteryItemId": 211001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 3, - "masterLotteryItemId": 211001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 4, - "masterLotteryItemId": 211001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 6, - "masterLotteryItemId": 211001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110017, - "number": 7, - "masterLotteryItemId": 211001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091502 - }, - { - "id": 2110018, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 3, - "masterLotteryItemId": 211001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 4, - "masterLotteryItemId": 211001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 6, - "masterLotteryItemId": 211001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110018, - "number": 7, - "masterLotteryItemId": 211001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 3, - "masterLotteryItemId": 211001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 4, - "masterLotteryItemId": 211001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 6, - "masterLotteryItemId": 211001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110019, - "number": 7, - "masterLotteryItemId": 211001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223093002 - }, - { - "id": 2110020, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 3, - "masterLotteryItemId": 211002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 4, - "masterLotteryItemId": 211002002, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 6, - "masterLotteryItemId": 211002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110020, - "number": 7, - "masterLotteryItemId": 211002002, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 3, - "masterLotteryItemId": 211002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 4, - "masterLotteryItemId": 211002102, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 6, - "masterLotteryItemId": 211002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110021, - "number": 7, - "masterLotteryItemId": 211002102, - "rarity": 3, - "ratio": 430, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101506 - }, - { - "id": 2110022, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 3, - "masterLotteryItemId": 211002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 4, - "masterLotteryItemId": 211002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 6, - "masterLotteryItemId": 211002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110022, - "number": 7, - "masterLotteryItemId": 211002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 3, - "masterLotteryItemId": 211002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 4, - "masterLotteryItemId": 211002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 6, - "masterLotteryItemId": 211002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110023, - "number": 7, - "masterLotteryItemId": 211002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103108 - }, - { - "id": 2110024, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 3, - "masterLotteryItemId": 211002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 4, - "masterLotteryItemId": 211002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 6, - "masterLotteryItemId": 211002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110024, - "number": 7, - "masterLotteryItemId": 211002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 3, - "masterLotteryItemId": 211002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 4, - "masterLotteryItemId": 211002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 6, - "masterLotteryItemId": 211002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110025, - "number": 7, - "masterLotteryItemId": 211002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111502 - }, - { - "id": 2110026, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 3, - "masterLotteryItemId": 211002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 4, - "masterLotteryItemId": 211002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 6, - "masterLotteryItemId": 211002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110026, - "number": 7, - "masterLotteryItemId": 211002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 3, - "masterLotteryItemId": 211002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 4, - "masterLotteryItemId": 211002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 6, - "masterLotteryItemId": 211002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110027, - "number": 7, - "masterLotteryItemId": 211002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223113009 - }, - { - "id": 2110028, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 3, - "masterLotteryItemId": 211002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 4, - "masterLotteryItemId": 211002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 6, - "masterLotteryItemId": 211002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110028, - "number": 7, - "masterLotteryItemId": 211002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 3, - "masterLotteryItemId": 211002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 4, - "masterLotteryItemId": 211002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 6, - "masterLotteryItemId": 211002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110029, - "number": 7, - "masterLotteryItemId": 211002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121505 - }, - { - "id": 2110030, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 3, - "masterLotteryItemId": 211003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 4, - "masterLotteryItemId": 211003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 6, - "masterLotteryItemId": 211003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110030, - "number": 7, - "masterLotteryItemId": 211003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 3, - "masterLotteryItemId": 211003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 4, - "masterLotteryItemId": 211003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 6, - "masterLotteryItemId": 211003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110031, - "number": 7, - "masterLotteryItemId": 211003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223123102 - }, - { - "id": 2110032, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 3, - "masterLotteryItemId": 211003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 4, - "masterLotteryItemId": 211003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 6, - "masterLotteryItemId": 211003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110032, - "number": 7, - "masterLotteryItemId": 211003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 3, - "masterLotteryItemId": 211003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 4, - "masterLotteryItemId": 211003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 6, - "masterLotteryItemId": 211003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110033, - "number": 7, - "masterLotteryItemId": 211003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011502 - }, - { - "id": 2110034, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 3, - "masterLotteryItemId": 211003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 4, - "masterLotteryItemId": 211003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 6, - "masterLotteryItemId": 211003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110034, - "number": 7, - "masterLotteryItemId": 211003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 3, - "masterLotteryItemId": 211003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 4, - "masterLotteryItemId": 211003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 6, - "masterLotteryItemId": 211003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110035, - "number": 7, - "masterLotteryItemId": 211003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224013102 - }, - { - "id": 2110036, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 3, - "masterLotteryItemId": 211003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 4, - "masterLotteryItemId": 211003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 6, - "masterLotteryItemId": 211003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110036, - "number": 7, - "masterLotteryItemId": 211003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 3, - "masterLotteryItemId": 211003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 4, - "masterLotteryItemId": 211003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 6, - "masterLotteryItemId": 211003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110037, - "number": 7, - "masterLotteryItemId": 211003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021402 - }, - { - "id": 2110038, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 3, - "masterLotteryItemId": 211003801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 4, - "masterLotteryItemId": 211003802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 6, - "masterLotteryItemId": 211003801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110038, - "number": 7, - "masterLotteryItemId": 211003802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 3, - "masterLotteryItemId": 211003901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 4, - "masterLotteryItemId": 211003902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 6, - "masterLotteryItemId": 211003901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 2110039, - "number": 7, - "masterLotteryItemId": 211003902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030102 - }, - { - "id": 3110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 3, - "masterLotteryItemId": 311000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 4, - "masterLotteryItemId": 311000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 6, - "masterLotteryItemId": 311000101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110001, - "number": 7, - "masterLotteryItemId": 311000102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223050101 - }, - { - "id": 3110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 3, - "masterLotteryItemId": 311000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 4, - "masterLotteryItemId": 311000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 6, - "masterLotteryItemId": 311000201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110002, - "number": 7, - "masterLotteryItemId": 311000202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223053001 - }, - { - "id": 3110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 3, - "masterLotteryItemId": 311000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 4, - "masterLotteryItemId": 311000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 6, - "masterLotteryItemId": 311000301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110003, - "number": 7, - "masterLotteryItemId": 311000302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223060901 - }, - { - "id": 3110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 3, - "masterLotteryItemId": 311000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 4, - "masterLotteryItemId": 311000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 6, - "masterLotteryItemId": 311000401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110004, - "number": 7, - "masterLotteryItemId": 311000402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061301 - }, - { - "id": 3110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 3, - "masterLotteryItemId": 311000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 4, - "masterLotteryItemId": 311000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 6, - "masterLotteryItemId": 311000501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110005, - "number": 7, - "masterLotteryItemId": 311000502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061701 - }, - { - "id": 3110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 3, - "masterLotteryItemId": 311000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 4, - "masterLotteryItemId": 311000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 6, - "masterLotteryItemId": 311000601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110006, - "number": 7, - "masterLotteryItemId": 311000602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062901 - }, - { - "id": 3110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 3, - "masterLotteryItemId": 311000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 4, - "masterLotteryItemId": 311000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 6, - "masterLotteryItemId": 311000701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110007, - "number": 7, - "masterLotteryItemId": 311000702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071301 - }, - { - "id": 3110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 3, - "masterLotteryItemId": 311000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 4, - "masterLotteryItemId": 311000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 6, - "masterLotteryItemId": 311000801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110008, - "number": 7, - "masterLotteryItemId": 311000802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071702 - }, - { - "id": 3110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 3, - "masterLotteryItemId": 311000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 4, - "masterLotteryItemId": 311000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 6, - "masterLotteryItemId": 311000901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110009, - "number": 7, - "masterLotteryItemId": 311000902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223072201 - }, - { - "id": 3110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 3, - "masterLotteryItemId": 311001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 4, - "masterLotteryItemId": 311001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 6, - "masterLotteryItemId": 311001001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110010, - "number": 7, - "masterLotteryItemId": 311001002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080102 - }, - { - "id": 3110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 3, - "masterLotteryItemId": 311001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 4, - "masterLotteryItemId": 311001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 6, - "masterLotteryItemId": 311001101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110011, - "number": 7, - "masterLotteryItemId": 311001102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080303 - }, - { - "id": 3110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 3, - "masterLotteryItemId": 311001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 4, - "masterLotteryItemId": 311001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 6, - "masterLotteryItemId": 311001201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110012, - "number": 7, - "masterLotteryItemId": 311001202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080701 - }, - { - "id": 3110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 3, - "masterLotteryItemId": 311001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 4, - "masterLotteryItemId": 311001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 6, - "masterLotteryItemId": 311001301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110013, - "number": 7, - "masterLotteryItemId": 311001302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223080801 - }, - { - "id": 3110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 3, - "masterLotteryItemId": 311001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 4, - "masterLotteryItemId": 311001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 6, - "masterLotteryItemId": 311001401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110014, - "number": 7, - "masterLotteryItemId": 311001402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091201 - }, - { - "id": 3110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 3, - "masterLotteryItemId": 311001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 4, - "masterLotteryItemId": 311001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 6, - "masterLotteryItemId": 311001501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110015, - "number": 7, - "masterLotteryItemId": 311001502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223091901 - }, - { - "id": 3110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 3, - "masterLotteryItemId": 311001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 4, - "masterLotteryItemId": 311001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 6, - "masterLotteryItemId": 311001601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110016, - "number": 7, - "masterLotteryItemId": 311001602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092101 - }, - { - "id": 3110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 3, - "masterLotteryItemId": 311001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 4, - "masterLotteryItemId": 311001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 5, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 6, - "masterLotteryItemId": 311001701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110017, - "number": 7, - "masterLotteryItemId": 311001702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223092801 - }, - { - "id": 3110018, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 3, - "masterLotteryItemId": 311001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 4, - "masterLotteryItemId": 311001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 6, - "masterLotteryItemId": 311001801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110018, - "number": 7, - "masterLotteryItemId": 311001802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100502 - }, - { - "id": 3110019, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 3, - "masterLotteryItemId": 311001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 4, - "masterLotteryItemId": 311001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 6, - "masterLotteryItemId": 311001901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110019, - "number": 7, - "masterLotteryItemId": 311001902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102101 - }, - { - "id": 3110020, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 2, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 3, - "masterLotteryItemId": 311002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 4, - "masterLotteryItemId": 311002002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 5, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 6, - "masterLotteryItemId": 311002001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110020, - "number": 7, - "masterLotteryItemId": 311002002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102901 - }, - { - "id": 3110021, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 3, - "masterLotteryItemId": 311002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 4, - "masterLotteryItemId": 311002102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 6, - "masterLotteryItemId": 311002101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110021, - "number": 7, - "masterLotteryItemId": 311002102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110101 - }, - { - "id": 3110022, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 3, - "masterLotteryItemId": 311002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 4, - "masterLotteryItemId": 311002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 6, - "masterLotteryItemId": 311002201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110022, - "number": 7, - "masterLotteryItemId": 311002202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111301 - }, - { - "id": 3110023, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 2, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 3, - "masterLotteryItemId": 311002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 4, - "masterLotteryItemId": 311002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 5, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 6, - "masterLotteryItemId": 311002301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110023, - "number": 7, - "masterLotteryItemId": 311002302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112401 - }, - { - "id": 3110024, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 3, - "masterLotteryItemId": 311002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 4, - "masterLotteryItemId": 311002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 6, - "masterLotteryItemId": 311002401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110024, - "number": 7, - "masterLotteryItemId": 311002402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120601 - }, - { - "id": 3110025, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 3, - "masterLotteryItemId": 311002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 4, - "masterLotteryItemId": 311002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 6, - "masterLotteryItemId": 311002501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110025, - "number": 7, - "masterLotteryItemId": 311002502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121601 - }, - { - "id": 3110026, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 3, - "masterLotteryItemId": 311002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 4, - "masterLotteryItemId": 311002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 5, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 6, - "masterLotteryItemId": 311002601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110026, - "number": 7, - "masterLotteryItemId": 311002602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122801 - }, - { - "id": 3110027, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 3, - "masterLotteryItemId": 311002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 4, - "masterLotteryItemId": 311002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 5, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 6, - "masterLotteryItemId": 311002701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110027, - "number": 7, - "masterLotteryItemId": 311002702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010103 - }, - { - "id": 3110028, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 3, - "masterLotteryItemId": 311002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 4, - "masterLotteryItemId": 311002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 6, - "masterLotteryItemId": 311002801, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110028, - "number": 7, - "masterLotteryItemId": 311002802, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011702 - }, - { - "id": 3110029, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 3, - "masterLotteryItemId": 311002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 4, - "masterLotteryItemId": 311002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 5, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 6, - "masterLotteryItemId": 311002901, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110029, - "number": 7, - "masterLotteryItemId": 311002902, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012002 - }, - { - "id": 3110030, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 3, - "masterLotteryItemId": 311003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 4, - "masterLotteryItemId": 311003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 6, - "masterLotteryItemId": 311003001, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110030, - "number": 7, - "masterLotteryItemId": 311003002, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224012302 - }, - { - "id": 3110031, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 3, - "masterLotteryItemId": 311003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 4, - "masterLotteryItemId": 311003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 6, - "masterLotteryItemId": 311003101, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110031, - "number": 7, - "masterLotteryItemId": 311003102, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224020502 - }, - { - "id": 3110032, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 3, - "masterLotteryItemId": 311003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 4, - "masterLotteryItemId": 311003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 5, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 6, - "masterLotteryItemId": 311003201, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110032, - "number": 7, - "masterLotteryItemId": 311003202, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021004 - }, - { - "id": 3110033, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 3, - "masterLotteryItemId": 311003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 4, - "masterLotteryItemId": 311003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 6, - "masterLotteryItemId": 311003301, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110033, - "number": 7, - "masterLotteryItemId": 311003302, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224021502 - }, - { - "id": 3110034, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 3, - "masterLotteryItemId": 311003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 4, - "masterLotteryItemId": 311003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 5, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 6, - "masterLotteryItemId": 311003401, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110034, - "number": 7, - "masterLotteryItemId": 311003402, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224022502 - }, - { - "id": 3110035, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 3, - "masterLotteryItemId": 311003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 4, - "masterLotteryItemId": 311003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 6, - "masterLotteryItemId": 311003501, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110035, - "number": 7, - "masterLotteryItemId": 311003502, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030107 - }, - { - "id": 3110036, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 3, - "masterLotteryItemId": 311003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 4, - "masterLotteryItemId": 311003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 5, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 6, - "masterLotteryItemId": 311003601, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110036, - "number": 7, - "masterLotteryItemId": 311003602, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030402 - }, - { - "id": 3110037, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 3, - "masterLotteryItemId": 311003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 4, - "masterLotteryItemId": 311003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 5, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 6, - "masterLotteryItemId": 311003701, - "rarity": 3, - "ratio": 70, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 3110037, - "number": 7, - "masterLotteryItemId": 311003702, - "rarity": 3, - "ratio": 230, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031502 - }, - { - "id": 4110001, - "number": 1, - "masterLotteryItemId": 111001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 2, - "masterLotteryItemId": 211001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 3, - "masterLotteryItemId": 411000101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 4, - "masterLotteryItemId": 211001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110001, - "number": 5, - "masterLotteryItemId": 411000101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 1, - "masterLotteryItemId": 112001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 2, - "masterLotteryItemId": 212001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 3, - "masterLotteryItemId": 411000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 4, - "masterLotteryItemId": 212001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110002, - "number": 5, - "masterLotteryItemId": 411000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 1, - "masterLotteryItemId": 113001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 2, - "masterLotteryItemId": 213001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 3, - "masterLotteryItemId": 411000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 4, - "masterLotteryItemId": 213001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110003, - "number": 5, - "masterLotteryItemId": 411000301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223061103 - }, - { - "id": 4110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110004, - "number": 3, - "masterLotteryItemId": 411000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110004, - "number": 4, - "masterLotteryItemId": 411000401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223062301 - }, - { - "id": 4110005, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 3, - "masterLotteryItemId": 411000501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 4, - "masterLotteryItemId": 411000502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 6, - "masterLotteryItemId": 411000501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110005, - "number": 7, - "masterLotteryItemId": 411000502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223100301 - }, - { - "id": 4110006, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 3, - "masterLotteryItemId": 411000601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 4, - "masterLotteryItemId": 411000602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 6, - "masterLotteryItemId": 411000601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110006, - "number": 7, - "masterLotteryItemId": 411000602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101001 - }, - { - "id": 4110007, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 3, - "masterLotteryItemId": 411000701, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 4, - "masterLotteryItemId": 411000702, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 6, - "masterLotteryItemId": 411000701, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110007, - "number": 7, - "masterLotteryItemId": 411000702, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101701 - }, - { - "id": 4110008, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 3, - "masterLotteryItemId": 411000801, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 4, - "masterLotteryItemId": 411000802, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 6, - "masterLotteryItemId": 411000801, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110008, - "number": 7, - "masterLotteryItemId": 411000802, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223102401 - }, - { - "id": 4110009, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 3, - "masterLotteryItemId": 411000901, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 4, - "masterLotteryItemId": 411000902, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 6, - "masterLotteryItemId": 411000901, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110009, - "number": 7, - "masterLotteryItemId": 411000902, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103101 - }, - { - "id": 4110010, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 3, - "masterLotteryItemId": 411001001, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 4, - "masterLotteryItemId": 411001002, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 6, - "masterLotteryItemId": 411001001, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110010, - "number": 7, - "masterLotteryItemId": 411001002, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223110701 - }, - { - "id": 4110011, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 3, - "masterLotteryItemId": 411001101, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 4, - "masterLotteryItemId": 411001102, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 6, - "masterLotteryItemId": 411001101, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110011, - "number": 7, - "masterLotteryItemId": 411001102, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111401 - }, - { - "id": 4110012, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 3, - "masterLotteryItemId": 411001201, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 4, - "masterLotteryItemId": 411001202, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 6, - "masterLotteryItemId": 411001201, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110012, - "number": 7, - "masterLotteryItemId": 411001202, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112101 - }, - { - "id": 4110013, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 3, - "masterLotteryItemId": 411001301, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 4, - "masterLotteryItemId": 411001302, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 6, - "masterLotteryItemId": 411001301, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110013, - "number": 7, - "masterLotteryItemId": 411001302, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112801 - }, - { - "id": 4110014, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 3, - "masterLotteryItemId": 411001401, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 4, - "masterLotteryItemId": 411001402, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 6, - "masterLotteryItemId": 411001401, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110014, - "number": 7, - "masterLotteryItemId": 411001402, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120501 - }, - { - "id": 4110015, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 3, - "masterLotteryItemId": 411001501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 4, - "masterLotteryItemId": 411001502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 6, - "masterLotteryItemId": 411001501, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110015, - "number": 7, - "masterLotteryItemId": 411001502, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121201 - }, - { - "id": 4110016, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 3, - "masterLotteryItemId": 411001601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 4, - "masterLotteryItemId": 411001602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 5, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 6, - "masterLotteryItemId": 411001601, - "rarity": 3, - "ratio": 120, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110016, - "number": 7, - "masterLotteryItemId": 411001602, - "rarity": 3, - "ratio": 180, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121901 - }, - { - "id": 4110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 2, - "masterLotteryItemId": 411001702, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 3, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 4, - "masterLotteryItemId": 411001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 5, - "masterLotteryItemId": 411001702, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 6, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 8700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110017, - "number": 7, - "masterLotteryItemId": 411001701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101501 - }, - { - "id": 4110019, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110019, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110019, - "number": 3, - "masterLotteryItemId": 411001901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110019, - "number": 4, - "masterLotteryItemId": 411001901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 2, - "masterLotteryItemId": 411002002, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 3, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 4, - "masterLotteryItemId": 411002001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110020, - "number": 5, - "masterLotteryItemId": 411002001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 2, - "masterLotteryItemId": 411002102, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 3, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 4, - "masterLotteryItemId": 411002101, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110021, - "number": 5, - "masterLotteryItemId": 411002101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 2, - "masterLotteryItemId": 411002202, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 3, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 4, - "masterLotteryItemId": 411002201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110022, - "number": 5, - "masterLotteryItemId": 411002201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223101502 - }, - { - "id": 4110023, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 3, - "masterLotteryItemId": 411002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110023, - "number": 5, - "masterLotteryItemId": 411002301, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223090603 - }, - { - "id": 4110024, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 3, - "masterLotteryItemId": 411002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 4, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110024, - "number": 5, - "masterLotteryItemId": 411002401, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103111 - }, - { - "id": 4110025, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 3, - "masterLotteryItemId": 411002501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110025, - "number": 5, - "masterLotteryItemId": 411002501, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111508 - }, - { - "id": 4110026, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110026, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110026, - "number": 3, - "masterLotteryItemId": 411002601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110026, - "number": 4, - "masterLotteryItemId": 411002601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223103112 - }, - { - "id": 4110027, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 1700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 3, - "masterLotteryItemId": 411002702, - "rarity": 2, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 4, - "masterLotteryItemId": 411002701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 5, - "masterLotteryItemId": 411002702, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110027, - "number": 6, - "masterLotteryItemId": 411002701, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223121402 - }, - { - "id": 4110028, - "number": 1, - "masterLotteryItemId": 121001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 2, - "masterLotteryItemId": 221001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 3, - "masterLotteryItemId": 411002801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 4, - "masterLotteryItemId": 221001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110028, - "number": 5, - "masterLotteryItemId": 411002801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223111702 - }, - { - "id": 4110029, - "number": 1, - "masterLotteryItemId": 122001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 2, - "masterLotteryItemId": 222001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 3, - "masterLotteryItemId": 411002901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 4, - "masterLotteryItemId": 222001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110029, - "number": 5, - "masterLotteryItemId": 411002901, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223112404 - }, - { - "id": 4110030, - "number": 1, - "masterLotteryItemId": 123001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 2, - "masterLotteryItemId": 223001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 3, - "masterLotteryItemId": 411003001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 4, - "masterLotteryItemId": 223001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110030, - "number": 5, - "masterLotteryItemId": 411003001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120103 - }, - { - "id": 4110031, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 3, - "masterLotteryItemId": 411003101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110031, - "number": 5, - "masterLotteryItemId": 411003101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120907 - }, - { - "id": 4110032, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 3, - "masterLotteryItemId": 411003201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110032, - "number": 5, - "masterLotteryItemId": 411003201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120908 - }, - { - "id": 4110033, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 2, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 3, - "masterLotteryItemId": 411003301, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 4, - "masterLotteryItemId": 204001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110033, - "number": 5, - "masterLotteryItemId": 411003301, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223120909 - }, - { - "id": 4110034, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 3, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110034, - "number": 5, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 3, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110035, - "number": 4, - "masterLotteryItemId": 411003401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223122604 - }, - { - "id": 4110036, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 3, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 4, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110036, - "number": 5, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 3, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110037, - "number": 4, - "masterLotteryItemId": 411003601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224010105 - }, - { - "id": 4110038, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 3, - "masterLotteryItemId": 411003801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110038, - "number": 5, - "masterLotteryItemId": 411003801, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224011304 - }, - { - "id": 4110039, - "number": 1, - "masterLotteryItemId": 101001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 2, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 3, - "masterLotteryItemId": 411003901, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 4, - "masterLotteryItemId": 201001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110039, - "number": 5, - "masterLotteryItemId": 411003901, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 1, - "masterLotteryItemId": 102001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 2, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 3, - "masterLotteryItemId": 411004001, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 4, - "masterLotteryItemId": 202001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110040, - "number": 5, - "masterLotteryItemId": 411004001, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 1, - "masterLotteryItemId": 103001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 2, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 3, - "masterLotteryItemId": 411004101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 4, - "masterLotteryItemId": 203001, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110041, - "number": 5, - "masterLotteryItemId": 411004101, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 1, - "masterLotteryItemId": 104001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 2, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 3, - "masterLotteryItemId": 411004201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 4, - "masterLotteryItemId": 204002, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110042, - "number": 5, - "masterLotteryItemId": 411004201, - "rarity": 3, - "ratio": 500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224030109 - }, - { - "id": 4110043, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 6800, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 2, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 3, - "masterLotteryItemId": 411004301, - "rarity": 3, - "ratio": 280, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 4, - "masterLotteryItemId": 411004302, - "rarity": 3, - "ratio": 220, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 5, - "masterLotteryItemId": 200002, - "rarity": 2, - "ratio": 9500, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 6, - "masterLotteryItemId": 411004301, - "rarity": 3, - "ratio": 280, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110043, - "number": 7, - "masterLotteryItemId": 411004302, - "rarity": 3, - "ratio": 220, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224031602 - }, - { - "id": 4110044, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 2, - "masterLotteryItemId": 411004401, - "rarity": 2, - "ratio": 4000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 3, - "masterLotteryItemId": 411004402, - "rarity": 3, - "ratio": 5000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 4, - "masterLotteryItemId": 411004401, - "rarity": 2, - "ratio": 5000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224032003 - }, - { - "id": 4110044, - "number": 5, - "masterLotteryItemId": 411004402, - "rarity": 3, - "ratio": 5000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 224032003 - }, - { - "id": 7110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 3, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110002, - "number": 5, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223043003 - }, - { - "id": 7110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 3, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 4, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 9700, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071202 - }, - { - "id": 7110003, - "number": 5, - "masterLotteryItemId": 711000201, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 223071202 - }, - { - "id": 8110001, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110001, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 8110002, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110002, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 223101604 - }, - { - "id": 8110004, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110004, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224010108 - }, - { - "id": 8110005, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110005, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224020106 - }, - { - "id": 8110006, - "number": 1, - "masterLotteryItemId": 110121001, - "rarity": 0, - "ratio": 2500, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 2, - "masterLotteryItemId": 110121002, - "rarity": 0, - "ratio": 2000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 3, - "masterLotteryItemId": 110121003, - "rarity": 0, - "ratio": 600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 4, - "masterLotteryItemId": 110121004, - "rarity": 0, - "ratio": 1600, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 5, - "masterLotteryItemId": 110121005, - "rarity": 0, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 6, - "masterLotteryItemId": 110121006, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 7, - "masterLotteryItemId": 110121007, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 8110006, - "number": 8, - "masterLotteryItemId": 110121008, - "rarity": 0, - "ratio": 1000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 224030121 - }, - { - "id": 9110001, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110001, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110001, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110001, - "number": 4, - "masterLotteryItemId": 911000101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110002, - "number": 4, - "masterLotteryItemId": 911000201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110003, - "number": 4, - "masterLotteryItemId": 911000301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110004, - "number": 4, - "masterLotteryItemId": 911000401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110005, - "number": 4, - "masterLotteryItemId": 911000501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110006, - "number": 4, - "masterLotteryItemId": 911000601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110007, - "number": 4, - "masterLotteryItemId": 911000701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110008, - "number": 4, - "masterLotteryItemId": 911000801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110009, - "number": 4, - "masterLotteryItemId": 911000901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110010, - "number": 4, - "masterLotteryItemId": 911001001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110011, - "number": 4, - "masterLotteryItemId": 911001101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110012, - "number": 4, - "masterLotteryItemId": 911001201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110013, - "number": 4, - "masterLotteryItemId": 911001301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110014, - "number": 4, - "masterLotteryItemId": 911001401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110015, - "number": 4, - "masterLotteryItemId": 911001501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110016, - "number": 4, - "masterLotteryItemId": 911001601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110017, - "number": 4, - "masterLotteryItemId": 911001701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110018, - "number": 4, - "masterLotteryItemId": 911001801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110019, - "number": 4, - "masterLotteryItemId": 911001901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110020, - "number": 4, - "masterLotteryItemId": 911002001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110021, - "number": 4, - "masterLotteryItemId": 911002101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110022, - "number": 4, - "masterLotteryItemId": 911002201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110023, - "number": 4, - "masterLotteryItemId": 911002301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110024, - "number": 4, - "masterLotteryItemId": 911002401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110025, - "number": 4, - "masterLotteryItemId": 911002501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110026, - "number": 4, - "masterLotteryItemId": 911002601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110027, - "number": 4, - "masterLotteryItemId": 911002701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110028, - "number": 4, - "masterLotteryItemId": 911002801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110029, - "number": 4, - "masterLotteryItemId": 911002901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110030, - "number": 4, - "masterLotteryItemId": 911003001, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110031, - "number": 4, - "masterLotteryItemId": 911003101, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110032, - "number": 4, - "masterLotteryItemId": 911003201, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110033, - "number": 4, - "masterLotteryItemId": 911003301, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110034, - "number": 4, - "masterLotteryItemId": 911003401, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110035, - "number": 4, - "masterLotteryItemId": 911003501, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110036, - "number": 4, - "masterLotteryItemId": 911003601, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110037, - "number": 4, - "masterLotteryItemId": 911003701, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110038, - "number": 4, - "masterLotteryItemId": 911003801, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 1, - "masterLotteryItemId": 100001, - "rarity": 1, - "ratio": 7000, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 2, - "masterLotteryItemId": 200001, - "rarity": 2, - "ratio": 2700, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 3, - "masterLotteryItemId": 300001, - "rarity": 3, - "ratio": 300, - "pickupRatio": 0, - "ensured": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 9110039, - "number": 4, - "masterLotteryItemId": 911003901, - "rarity": 3, - "ratio": 10000, - "pickupRatio": 0, - "ensured": 1, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/mission.json b/src/router/databases/json/mission.json deleted file mode 100644 index 94ca1d4..0000000 --- a/src/router/databases/json/mission.json +++ /dev/null @@ -1,47318 +0,0 @@ -[ - { - "id": 1153001, - "title": "4日間ログインしよう", - "detail": "4日間ログインしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 4, - "masterMissionRewardId": 131153001, - "priority": 99999, - "masterReleaseLabelId": 1 - }, - { - "id": 1153002, - "title": "5日間ログインしよう", - "detail": "5日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153001, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 131153002, - "priority": 99998, - "masterReleaseLabelId": 1 - }, - { - "id": 1153003, - "title": "10日間ログインしよう", - "detail": "10日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153002, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 131153003, - "priority": 99997, - "masterReleaseLabelId": 1 - }, - { - "id": 1153004, - "title": "15日間ログインしよう", - "detail": "15日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153003, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 131153004, - "priority": 99996, - "masterReleaseLabelId": 1 - }, - { - "id": 1153005, - "title": "20日間ログインしよう", - "detail": "20日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153004, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 131153005, - "priority": 99995, - "masterReleaseLabelId": 1 - }, - { - "id": 1153006, - "title": "30日間ログインしよう", - "detail": "30日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153005, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 131153006, - "priority": 99994, - "masterReleaseLabelId": 1 - }, - { - "id": 1153007, - "title": "40日間ログインしよう", - "detail": "40日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153006, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 131153007, - "priority": 99993, - "masterReleaseLabelId": 1 - }, - { - "id": 1153008, - "title": "50日間ログインしよう", - "detail": "50日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153007, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 131153008, - "priority": 99992, - "masterReleaseLabelId": 1 - }, - { - "id": 1153009, - "title": "60日間ログインしよう", - "detail": "60日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153008, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 131153009, - "priority": 99991, - "masterReleaseLabelId": 1 - }, - { - "id": 1153010, - "title": "70日間ログインしよう", - "detail": "70日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153009, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 131153010, - "priority": 99990, - "masterReleaseLabelId": 1 - }, - { - "id": 1153011, - "title": "80日間ログインしよう", - "detail": "80日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153010, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 131153011, - "priority": 99989, - "masterReleaseLabelId": 1 - }, - { - "id": 1153012, - "title": "90日間ログインしよう", - "detail": "90日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153011, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 131153012, - "priority": 99988, - "masterReleaseLabelId": 1 - }, - { - "id": 1153013, - "title": "100日間ログインしよう", - "detail": "100日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153012, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 131153013, - "priority": 99987, - "masterReleaseLabelId": 1 - }, - { - "id": 1153014, - "title": "150日間ログインしよう", - "detail": "150日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153013, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 131153014, - "priority": 99986, - "masterReleaseLabelId": 1 - }, - { - "id": 1153015, - "title": "200日間ログインしよう", - "detail": "200日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153014, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 131153015, - "priority": 99985, - "masterReleaseLabelId": 1 - }, - { - "id": 1153016, - "title": "250日間ログインしよう", - "detail": "250日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153015, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 131153016, - "priority": 99984, - "masterReleaseLabelId": 1 - }, - { - "id": 1153017, - "title": "300日間ログインしよう", - "detail": "300日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153016, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 131153017, - "priority": 99983, - "masterReleaseLabelId": 1 - }, - { - "id": 1153018, - "title": "400日間ログインしよう", - "detail": "400日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153017, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 131153018, - "priority": 99982, - "masterReleaseLabelId": 1 - }, - { - "id": 1153019, - "title": "500日間ログインしよう", - "detail": "500日間ログインしよう", - "type": 1, - "parentMasterMissionId": 1153018, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 131153019, - "priority": 99981, - "masterReleaseLabelId": 1 - }, - { - "id": 1105001, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 131105001, - "priority": 99980, - "masterReleaseLabelId": 1 - }, - { - "id": 1105002, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105001, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 131105002, - "priority": 99979, - "masterReleaseLabelId": 1 - }, - { - "id": 1105003, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105002, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 131105003, - "priority": 99978, - "masterReleaseLabelId": 1 - }, - { - "id": 1105004, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105003, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 131105004, - "priority": 99977, - "masterReleaseLabelId": 1 - }, - { - "id": 1105005, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105004, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 131105005, - "priority": 99976, - "masterReleaseLabelId": 1 - }, - { - "id": 1105006, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105005, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 131105006, - "priority": 99975, - "masterReleaseLabelId": 1 - }, - { - "id": 1105007, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105006, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 131105007, - "priority": 99974, - "masterReleaseLabelId": 1 - }, - { - "id": 1105008, - "title": "ライブを600回クリアしよう", - "detail": "ライブを600回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105007, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 600, - "masterMissionRewardId": 131105008, - "priority": 99973, - "masterReleaseLabelId": 1 - }, - { - "id": 1105009, - "title": "ライブを700回クリアしよう", - "detail": "ライブを700回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105008, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 700, - "masterMissionRewardId": 131105009, - "priority": 99972, - "masterReleaseLabelId": 1 - }, - { - "id": 1105010, - "title": "ライブを800回クリアしよう", - "detail": "ライブを800回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105009, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 800, - "masterMissionRewardId": 131105010, - "priority": 99971, - "masterReleaseLabelId": 1 - }, - { - "id": 1105011, - "title": "ライブを900回クリアしよう", - "detail": "ライブを900回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105010, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 900, - "masterMissionRewardId": 131105011, - "priority": 99970, - "masterReleaseLabelId": 1 - }, - { - "id": 1105012, - "title": "ライブを1000回クリアしよう", - "detail": "ライブを1000回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105011, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 131105012, - "priority": 99969, - "masterReleaseLabelId": 1 - }, - { - "id": 1105013, - "title": "ライブを2000回クリアしよう", - "detail": "ライブを2000回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105012, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 2000, - "masterMissionRewardId": 131105013, - "priority": 99968, - "masterReleaseLabelId": 1 - }, - { - "id": 1105014, - "title": "ライブを3000回クリアしよう", - "detail": "ライブを3000回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105013, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3000, - "masterMissionRewardId": 131105014, - "priority": 99967, - "masterReleaseLabelId": 1 - }, - { - "id": 1105015, - "title": "ライブを4000回クリアしよう", - "detail": "ライブを4000回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105014, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 131105015, - "priority": 99966, - "masterReleaseLabelId": 1 - }, - { - "id": 1105016, - "title": "ライブを5000回クリアしよう", - "detail": "ライブを5000回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105015, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 131105016, - "priority": 99965, - "masterReleaseLabelId": 1 - }, - { - "id": 1105017, - "title": "ライブを10000回クリアしよう", - "detail": "ライブを10000回クリアしよう", - "type": 1, - "parentMasterMissionId": 1105016, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 131105017, - "priority": 99964, - "masterReleaseLabelId": 1 - }, - { - "id": 1101001, - "title": "プレイヤーランクを10にしよう", - "detail": "プレイヤーランクを10にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 131101001, - "priority": 99963, - "masterReleaseLabelId": 1 - }, - { - "id": 1101002, - "title": "プレイヤーランクを20にしよう", - "detail": "プレイヤーランクを20にしよう", - "type": 1, - "parentMasterMissionId": 1101001, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 131101002, - "priority": 99962, - "masterReleaseLabelId": 1 - }, - { - "id": 1101003, - "title": "プレイヤーランクを30にしよう", - "detail": "プレイヤーランクを30にしよう", - "type": 1, - "parentMasterMissionId": 1101002, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 131101003, - "priority": 99961, - "masterReleaseLabelId": 1 - }, - { - "id": 1101004, - "title": "プレイヤーランクを40にしよう", - "detail": "プレイヤーランクを40にしよう", - "type": 1, - "parentMasterMissionId": 1101003, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 131101004, - "priority": 99960, - "masterReleaseLabelId": 1 - }, - { - "id": 1101005, - "title": "プレイヤーランクを50にしよう", - "detail": "プレイヤーランクを50にしよう", - "type": 1, - "parentMasterMissionId": 1101004, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 131101005, - "priority": 99959, - "masterReleaseLabelId": 1 - }, - { - "id": 1101006, - "title": "プレイヤーランクを60にしよう", - "detail": "プレイヤーランクを60にしよう", - "type": 1, - "parentMasterMissionId": 1101005, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 131101006, - "priority": 99958, - "masterReleaseLabelId": 1 - }, - { - "id": 1101007, - "title": "プレイヤーランクを70にしよう", - "detail": "プレイヤーランクを70にしよう", - "type": 1, - "parentMasterMissionId": 1101006, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 131101007, - "priority": 99957, - "masterReleaseLabelId": 1 - }, - { - "id": 1101008, - "title": "プレイヤーランクを80にしよう", - "detail": "プレイヤーランクを80にしよう", - "type": 1, - "parentMasterMissionId": 1101007, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 131101008, - "priority": 99956, - "masterReleaseLabelId": 1 - }, - { - "id": 1101009, - "title": "プレイヤーランクを90にしよう", - "detail": "プレイヤーランクを90にしよう", - "type": 1, - "parentMasterMissionId": 1101008, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 131101009, - "priority": 99955, - "masterReleaseLabelId": 1 - }, - { - "id": 1101010, - "title": "プレイヤーランクを100にしよう", - "detail": "プレイヤーランクを100にしよう", - "type": 1, - "parentMasterMissionId": 1101009, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 131101010, - "priority": 99954, - "masterReleaseLabelId": 1 - }, - { - "id": 1101011, - "title": "プレイヤーランクを110にしよう", - "detail": "プレイヤーランクを110にしよう", - "type": 1, - "parentMasterMissionId": 1101010, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 110, - "masterMissionRewardId": 131101011, - "priority": 99953, - "masterReleaseLabelId": 1 - }, - { - "id": 1101012, - "title": "プレイヤーランクを120にしよう", - "detail": "プレイヤーランクを120にしよう", - "type": 1, - "parentMasterMissionId": 1101011, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 120, - "masterMissionRewardId": 131101012, - "priority": 99952, - "masterReleaseLabelId": 1 - }, - { - "id": 1101013, - "title": "プレイヤーランクを130にしよう", - "detail": "プレイヤーランクを130にしよう", - "type": 1, - "parentMasterMissionId": 1101012, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 130, - "masterMissionRewardId": 131101013, - "priority": 99951, - "masterReleaseLabelId": 1 - }, - { - "id": 1101014, - "title": "プレイヤーランクを140にしよう", - "detail": "プレイヤーランクを140にしよう", - "type": 1, - "parentMasterMissionId": 1101013, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 140, - "masterMissionRewardId": 131101014, - "priority": 99950, - "masterReleaseLabelId": 1 - }, - { - "id": 1101015, - "title": "プレイヤーランクを150にしよう", - "detail": "プレイヤーランクを150にしよう", - "type": 1, - "parentMasterMissionId": 1101014, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 131101015, - "priority": 99949, - "masterReleaseLabelId": 1 - }, - { - "id": 1101016, - "title": "プレイヤーランクを160にしよう", - "detail": "プレイヤーランクを160にしよう", - "type": 1, - "parentMasterMissionId": 1101015, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 160, - "masterMissionRewardId": 131101016, - "priority": 99948, - "masterReleaseLabelId": 1 - }, - { - "id": 1101017, - "title": "プレイヤーランクを170にしよう", - "detail": "プレイヤーランクを170にしよう", - "type": 1, - "parentMasterMissionId": 1101016, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 170, - "masterMissionRewardId": 131101017, - "priority": 99947, - "masterReleaseLabelId": 1 - }, - { - "id": 1101018, - "title": "プレイヤーランクを180にしよう", - "detail": "プレイヤーランクを180にしよう", - "type": 1, - "parentMasterMissionId": 1101017, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 180, - "masterMissionRewardId": 131101018, - "priority": 99946, - "masterReleaseLabelId": 1 - }, - { - "id": 1101019, - "title": "プレイヤーランクを190にしよう", - "detail": "プレイヤーランクを190にしよう", - "type": 1, - "parentMasterMissionId": 1101018, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 190, - "masterMissionRewardId": 131101019, - "priority": 99945, - "masterReleaseLabelId": 1 - }, - { - "id": 1101020, - "title": "プレイヤーランクを200にしよう", - "detail": "プレイヤーランクを200にしよう", - "type": 1, - "parentMasterMissionId": 1101019, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 131101020, - "priority": 99944, - "masterReleaseLabelId": 1 - }, - { - "id": 1101021, - "title": "プレイヤーランクを210にしよう", - "detail": "プレイヤーランクを210にしよう", - "type": 1, - "parentMasterMissionId": 1101020, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 210, - "masterMissionRewardId": 131101021, - "priority": 99943, - "masterReleaseLabelId": 1 - }, - { - "id": 1101022, - "title": "プレイヤーランクを220にしよう", - "detail": "プレイヤーランクを220にしよう", - "type": 1, - "parentMasterMissionId": 1101021, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 220, - "masterMissionRewardId": 131101022, - "priority": 99942, - "masterReleaseLabelId": 1 - }, - { - "id": 1101023, - "title": "プレイヤーランクを230にしよう", - "detail": "プレイヤーランクを230にしよう", - "type": 1, - "parentMasterMissionId": 1101022, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 230, - "masterMissionRewardId": 131101023, - "priority": 99941, - "masterReleaseLabelId": 1 - }, - { - "id": 1101024, - "title": "プレイヤーランクを240にしよう", - "detail": "プレイヤーランクを240にしよう", - "type": 1, - "parentMasterMissionId": 1101023, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 240, - "masterMissionRewardId": 131101024, - "priority": 99940, - "masterReleaseLabelId": 1 - }, - { - "id": 1101025, - "title": "プレイヤーランクを250にしよう", - "detail": "プレイヤーランクを250にしよう", - "type": 1, - "parentMasterMissionId": 1101024, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 131101025, - "priority": 99939, - "masterReleaseLabelId": 1 - }, - { - "id": 1101026, - "title": "プレイヤーランクを260にしよう", - "detail": "プレイヤーランクを260にしよう", - "type": 1, - "parentMasterMissionId": 1101025, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 260, - "masterMissionRewardId": 131101026, - "priority": 99938, - "masterReleaseLabelId": 1 - }, - { - "id": 1101027, - "title": "プレイヤーランクを270にしよう", - "detail": "プレイヤーランクを270にしよう", - "type": 1, - "parentMasterMissionId": 1101026, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 270, - "masterMissionRewardId": 131101027, - "priority": 99937, - "masterReleaseLabelId": 1 - }, - { - "id": 1101028, - "title": "プレイヤーランクを280にしよう", - "detail": "プレイヤーランクを280にしよう", - "type": 1, - "parentMasterMissionId": 1101027, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 280, - "masterMissionRewardId": 131101028, - "priority": 99936, - "masterReleaseLabelId": 1 - }, - { - "id": 1101029, - "title": "プレイヤーランクを290にしよう", - "detail": "プレイヤーランクを290にしよう", - "type": 1, - "parentMasterMissionId": 1101028, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 290, - "masterMissionRewardId": 131101029, - "priority": 99935, - "masterReleaseLabelId": 1 - }, - { - "id": 1101030, - "title": "プレイヤーランクを300にしよう", - "detail": "プレイヤーランクを300にしよう", - "type": 1, - "parentMasterMissionId": 1101029, - "conditionType": 1, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 131101030, - "priority": 99934, - "masterReleaseLabelId": 1 - }, - { - "id": 1114001, - "title": "部員をレベル20以上にしよう", - "detail": "部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131114001, - "priority": 99933, - "masterReleaseLabelId": 1 - }, - { - "id": 1114002, - "title": "2人の部員をレベル20以上にしよう", - "detail": "2人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114001, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 2, - "masterMissionRewardId": 131114002, - "priority": 99932, - "masterReleaseLabelId": 1 - }, - { - "id": 1114003, - "title": "3人の部員をレベル20以上にしよう", - "detail": "3人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114002, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131114003, - "priority": 99931, - "masterReleaseLabelId": 1 - }, - { - "id": 1114004, - "title": "4人の部員をレベル20以上にしよう", - "detail": "4人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114003, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 4, - "masterMissionRewardId": 131114004, - "priority": 99930, - "masterReleaseLabelId": 1 - }, - { - "id": 1114005, - "title": "5人の部員をレベル20以上にしよう", - "detail": "5人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114004, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 5, - "masterMissionRewardId": 131114005, - "priority": 99929, - "masterReleaseLabelId": 1 - }, - { - "id": 1114006, - "title": "6人の部員をレベル20以上にしよう", - "detail": "6人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114005, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 6, - "masterMissionRewardId": 131114006, - "priority": 99928, - "masterReleaseLabelId": 1 - }, - { - "id": 1114007, - "title": "7人の部員をレベル20以上にしよう", - "detail": "7人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114006, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 7, - "masterMissionRewardId": 131114007, - "priority": 99927, - "masterReleaseLabelId": 1 - }, - { - "id": 1114008, - "title": "8人の部員をレベル20以上にしよう", - "detail": "8人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114007, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 8, - "masterMissionRewardId": 131114008, - "priority": 99926, - "masterReleaseLabelId": 1 - }, - { - "id": 1114009, - "title": "9人の部員をレベル20以上にしよう", - "detail": "9人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114008, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 9, - "masterMissionRewardId": 131114009, - "priority": 99925, - "masterReleaseLabelId": 1 - }, - { - "id": 1114010, - "title": "10人の部員をレベル20以上にしよう", - "detail": "10人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114009, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 10, - "masterMissionRewardId": 131114010, - "priority": 99924, - "masterReleaseLabelId": 1 - }, - { - "id": 1114011, - "title": "11人の部員をレベル20以上にしよう", - "detail": "11人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114010, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 11, - "masterMissionRewardId": 131114011, - "priority": 99923, - "masterReleaseLabelId": 1 - }, - { - "id": 1114012, - "title": "12人の部員をレベル20以上にしよう", - "detail": "12人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114011, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 12, - "masterMissionRewardId": 131114012, - "priority": 99922, - "masterReleaseLabelId": 1 - }, - { - "id": 1114013, - "title": "13人の部員をレベル20以上にしよう", - "detail": "13人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114012, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 13, - "masterMissionRewardId": 131114013, - "priority": 99921, - "masterReleaseLabelId": 1 - }, - { - "id": 1114014, - "title": "14人の部員をレベル20以上にしよう", - "detail": "14人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114013, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 14, - "masterMissionRewardId": 131114014, - "priority": 99920, - "masterReleaseLabelId": 1 - }, - { - "id": 1114015, - "title": "15人の部員をレベル20以上にしよう", - "detail": "15人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114014, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 15, - "masterMissionRewardId": 131114015, - "priority": 99919, - "masterReleaseLabelId": 1 - }, - { - "id": 1114016, - "title": "16人の部員をレベル20以上にしよう", - "detail": "16人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114015, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 16, - "masterMissionRewardId": 131114016, - "priority": 99918, - "masterReleaseLabelId": 1 - }, - { - "id": 1114017, - "title": "17人の部員をレベル20以上にしよう", - "detail": "17人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114016, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 17, - "masterMissionRewardId": 131114017, - "priority": 99917, - "masterReleaseLabelId": 1 - }, - { - "id": 1114018, - "title": "18人の部員をレベル20以上にしよう", - "detail": "18人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114017, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 18, - "masterMissionRewardId": 131114018, - "priority": 99916, - "masterReleaseLabelId": 1 - }, - { - "id": 1114019, - "title": "19人の部員をレベル20以上にしよう", - "detail": "19人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114018, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 19, - "masterMissionRewardId": 131114019, - "priority": 99915, - "masterReleaseLabelId": 1 - }, - { - "id": 1114020, - "title": "20人の部員をレベル20以上にしよう", - "detail": "20人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114019, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 20, - "masterMissionRewardId": 131114020, - "priority": 99914, - "masterReleaseLabelId": 1 - }, - { - "id": 1114021, - "title": "21人の部員をレベル20以上にしよう", - "detail": "21人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114020, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 21, - "masterMissionRewardId": 131114021, - "priority": 99913, - "masterReleaseLabelId": 1 - }, - { - "id": 1114022, - "title": "22人の部員をレベル20以上にしよう", - "detail": "22人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114021, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 22, - "masterMissionRewardId": 131114022, - "priority": 99912, - "masterReleaseLabelId": 1 - }, - { - "id": 1114023, - "title": "23人の部員をレベル20以上にしよう", - "detail": "23人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114022, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 23, - "masterMissionRewardId": 131114023, - "priority": 99911, - "masterReleaseLabelId": 1 - }, - { - "id": 1114024, - "title": "24人の部員をレベル20以上にしよう", - "detail": "24人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114023, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 24, - "masterMissionRewardId": 131114024, - "priority": 99910, - "masterReleaseLabelId": 1 - }, - { - "id": 1114025, - "title": "25人の部員をレベル20以上にしよう", - "detail": "25人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114024, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 25, - "masterMissionRewardId": 131114025, - "priority": 99909, - "masterReleaseLabelId": 1 - }, - { - "id": 1114026, - "title": "26人の部員をレベル20以上にしよう", - "detail": "26人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114025, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 26, - "masterMissionRewardId": 131114026, - "priority": 99908, - "masterReleaseLabelId": 1 - }, - { - "id": 1114027, - "title": "27人の部員をレベル20以上にしよう", - "detail": "27人の部員をレベル20以上にしよう", - "type": 1, - "parentMasterMissionId": 1114026, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 27, - "masterMissionRewardId": 131114027, - "priority": 99907, - "masterReleaseLabelId": 1 - }, - { - "id": 1114028, - "title": "部員をレベル40以上にしよう", - "detail": "部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114001, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131114028, - "priority": 99906, - "masterReleaseLabelId": 1 - }, - { - "id": 1114029, - "title": "2人の部員をレベル40以上にしよう", - "detail": "2人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114028, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 2, - "masterMissionRewardId": 131114029, - "priority": 99905, - "masterReleaseLabelId": 1 - }, - { - "id": 1114030, - "title": "3人の部員をレベル40以上にしよう", - "detail": "3人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114029, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131114030, - "priority": 99904, - "masterReleaseLabelId": 1 - }, - { - "id": 1114031, - "title": "4人の部員をレベル40以上にしよう", - "detail": "4人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114030, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 4, - "masterMissionRewardId": 131114031, - "priority": 99903, - "masterReleaseLabelId": 1 - }, - { - "id": 1114032, - "title": "5人の部員をレベル40以上にしよう", - "detail": "5人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114031, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 5, - "masterMissionRewardId": 131114032, - "priority": 99902, - "masterReleaseLabelId": 1 - }, - { - "id": 1114033, - "title": "6人の部員をレベル40以上にしよう", - "detail": "6人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114032, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 6, - "masterMissionRewardId": 131114033, - "priority": 99901, - "masterReleaseLabelId": 1 - }, - { - "id": 1114034, - "title": "7人の部員をレベル40以上にしよう", - "detail": "7人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114033, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 7, - "masterMissionRewardId": 131114034, - "priority": 99900, - "masterReleaseLabelId": 1 - }, - { - "id": 1114035, - "title": "8人の部員をレベル40以上にしよう", - "detail": "8人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114034, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 8, - "masterMissionRewardId": 131114035, - "priority": 99899, - "masterReleaseLabelId": 1 - }, - { - "id": 1114036, - "title": "9人の部員をレベル40以上にしよう", - "detail": "9人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114035, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 9, - "masterMissionRewardId": 131114036, - "priority": 99898, - "masterReleaseLabelId": 1 - }, - { - "id": 1114037, - "title": "10人の部員をレベル40以上にしよう", - "detail": "10人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114036, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 10, - "masterMissionRewardId": 131114037, - "priority": 99897, - "masterReleaseLabelId": 1 - }, - { - "id": 1114038, - "title": "11人の部員をレベル40以上にしよう", - "detail": "11人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114037, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 11, - "masterMissionRewardId": 131114038, - "priority": 99896, - "masterReleaseLabelId": 1 - }, - { - "id": 1114039, - "title": "12人の部員をレベル40以上にしよう", - "detail": "12人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114038, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 12, - "masterMissionRewardId": 131114039, - "priority": 99895, - "masterReleaseLabelId": 1 - }, - { - "id": 1114040, - "title": "13人の部員をレベル40以上にしよう", - "detail": "13人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114039, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 13, - "masterMissionRewardId": 131114040, - "priority": 99894, - "masterReleaseLabelId": 1 - }, - { - "id": 1114041, - "title": "14人の部員をレベル40以上にしよう", - "detail": "14人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114040, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 14, - "masterMissionRewardId": 131114041, - "priority": 99893, - "masterReleaseLabelId": 1 - }, - { - "id": 1114042, - "title": "15人の部員をレベル40以上にしよう", - "detail": "15人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114041, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 15, - "masterMissionRewardId": 131114042, - "priority": 99892, - "masterReleaseLabelId": 1 - }, - { - "id": 1114043, - "title": "16人の部員をレベル40以上にしよう", - "detail": "16人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114042, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 16, - "masterMissionRewardId": 131114043, - "priority": 99891, - "masterReleaseLabelId": 1 - }, - { - "id": 1114044, - "title": "17人の部員をレベル40以上にしよう", - "detail": "17人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114043, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 17, - "masterMissionRewardId": 131114044, - "priority": 99890, - "masterReleaseLabelId": 1 - }, - { - "id": 1114045, - "title": "18人の部員をレベル40以上にしよう", - "detail": "18人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114044, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 18, - "masterMissionRewardId": 131114045, - "priority": 99889, - "masterReleaseLabelId": 1 - }, - { - "id": 1114046, - "title": "19人の部員をレベル40以上にしよう", - "detail": "19人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114045, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 19, - "masterMissionRewardId": 131114046, - "priority": 99888, - "masterReleaseLabelId": 1 - }, - { - "id": 1114047, - "title": "20人の部員をレベル40以上にしよう", - "detail": "20人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114046, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 20, - "masterMissionRewardId": 131114047, - "priority": 99887, - "masterReleaseLabelId": 1 - }, - { - "id": 1114048, - "title": "21人の部員をレベル40以上にしよう", - "detail": "21人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114047, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 21, - "masterMissionRewardId": 131114048, - "priority": 99886, - "masterReleaseLabelId": 1 - }, - { - "id": 1114049, - "title": "22人の部員をレベル40以上にしよう", - "detail": "22人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114048, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 22, - "masterMissionRewardId": 131114049, - "priority": 99885, - "masterReleaseLabelId": 1 - }, - { - "id": 1114050, - "title": "23人の部員をレベル40以上にしよう", - "detail": "23人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114049, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 23, - "masterMissionRewardId": 131114050, - "priority": 99884, - "masterReleaseLabelId": 1 - }, - { - "id": 1114051, - "title": "24人の部員をレベル40以上にしよう", - "detail": "24人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114050, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 24, - "masterMissionRewardId": 131114051, - "priority": 99883, - "masterReleaseLabelId": 1 - }, - { - "id": 1114052, - "title": "25人の部員をレベル40以上にしよう", - "detail": "25人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114051, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 25, - "masterMissionRewardId": 131114052, - "priority": 99882, - "masterReleaseLabelId": 1 - }, - { - "id": 1114053, - "title": "26人の部員をレベル40以上にしよう", - "detail": "26人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114052, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 26, - "masterMissionRewardId": 131114053, - "priority": 99881, - "masterReleaseLabelId": 1 - }, - { - "id": 1114054, - "title": "27人の部員をレベル40以上にしよう", - "detail": "27人の部員をレベル40以上にしよう", - "type": 1, - "parentMasterMissionId": 1114053, - "conditionType": 14, - "conditionValues": [ - 40 - ], - "conditionNumber": 27, - "masterMissionRewardId": 131114054, - "priority": 99880, - "masterReleaseLabelId": 1 - }, - { - "id": 1114055, - "title": "部員をレベル60以上にしよう", - "detail": "部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114028, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131114055, - "priority": 99879, - "masterReleaseLabelId": 1 - }, - { - "id": 1114056, - "title": "2人の部員をレベル60以上にしよう", - "detail": "2人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114055, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 2, - "masterMissionRewardId": 131114056, - "priority": 99878, - "masterReleaseLabelId": 1 - }, - { - "id": 1114057, - "title": "3人の部員をレベル60以上にしよう", - "detail": "3人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114056, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131114057, - "priority": 99877, - "masterReleaseLabelId": 1 - }, - { - "id": 1114058, - "title": "4人の部員をレベル60以上にしよう", - "detail": "4人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114057, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 4, - "masterMissionRewardId": 131114058, - "priority": 99876, - "masterReleaseLabelId": 1 - }, - { - "id": 1114059, - "title": "5人の部員をレベル60以上にしよう", - "detail": "5人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114058, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 5, - "masterMissionRewardId": 131114059, - "priority": 99875, - "masterReleaseLabelId": 1 - }, - { - "id": 1114060, - "title": "6人の部員をレベル60以上にしよう", - "detail": "6人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114059, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 6, - "masterMissionRewardId": 131114060, - "priority": 99874, - "masterReleaseLabelId": 1 - }, - { - "id": 1114061, - "title": "7人の部員をレベル60以上にしよう", - "detail": "7人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114060, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 7, - "masterMissionRewardId": 131114061, - "priority": 99873, - "masterReleaseLabelId": 1 - }, - { - "id": 1114062, - "title": "8人の部員をレベル60以上にしよう", - "detail": "8人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114061, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 8, - "masterMissionRewardId": 131114062, - "priority": 99872, - "masterReleaseLabelId": 1 - }, - { - "id": 1114063, - "title": "9人の部員をレベル60以上にしよう", - "detail": "9人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114062, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 9, - "masterMissionRewardId": 131114063, - "priority": 99871, - "masterReleaseLabelId": 1 - }, - { - "id": 1114064, - "title": "10人の部員をレベル60以上にしよう", - "detail": "10人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114063, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 10, - "masterMissionRewardId": 131114064, - "priority": 99870, - "masterReleaseLabelId": 1 - }, - { - "id": 1114065, - "title": "11人の部員をレベル60以上にしよう", - "detail": "11人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114064, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 11, - "masterMissionRewardId": 131114065, - "priority": 99869, - "masterReleaseLabelId": 1 - }, - { - "id": 1114066, - "title": "12人の部員をレベル60以上にしよう", - "detail": "12人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114065, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 12, - "masterMissionRewardId": 131114066, - "priority": 99868, - "masterReleaseLabelId": 1 - }, - { - "id": 1114067, - "title": "13人の部員をレベル60以上にしよう", - "detail": "13人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114066, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 13, - "masterMissionRewardId": 131114067, - "priority": 99867, - "masterReleaseLabelId": 1 - }, - { - "id": 1114068, - "title": "14人の部員をレベル60以上にしよう", - "detail": "14人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114067, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 14, - "masterMissionRewardId": 131114068, - "priority": 99866, - "masterReleaseLabelId": 1 - }, - { - "id": 1114069, - "title": "15人の部員をレベル60以上にしよう", - "detail": "15人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114068, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 15, - "masterMissionRewardId": 131114069, - "priority": 99865, - "masterReleaseLabelId": 1 - }, - { - "id": 1114070, - "title": "16人の部員をレベル60以上にしよう", - "detail": "16人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114069, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 16, - "masterMissionRewardId": 131114070, - "priority": 99864, - "masterReleaseLabelId": 1 - }, - { - "id": 1114071, - "title": "17人の部員をレベル60以上にしよう", - "detail": "17人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114070, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 17, - "masterMissionRewardId": 131114071, - "priority": 99863, - "masterReleaseLabelId": 1 - }, - { - "id": 1114072, - "title": "18人の部員をレベル60以上にしよう", - "detail": "18人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114071, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 18, - "masterMissionRewardId": 131114072, - "priority": 99862, - "masterReleaseLabelId": 1 - }, - { - "id": 1114073, - "title": "19人の部員をレベル60以上にしよう", - "detail": "19人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114072, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 19, - "masterMissionRewardId": 131114073, - "priority": 99861, - "masterReleaseLabelId": 1 - }, - { - "id": 1114074, - "title": "20人の部員をレベル60以上にしよう", - "detail": "20人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114073, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 20, - "masterMissionRewardId": 131114074, - "priority": 99860, - "masterReleaseLabelId": 1 - }, - { - "id": 1114075, - "title": "21人の部員をレベル60以上にしよう", - "detail": "21人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114074, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 21, - "masterMissionRewardId": 131114075, - "priority": 99859, - "masterReleaseLabelId": 1 - }, - { - "id": 1114076, - "title": "22人の部員をレベル60以上にしよう", - "detail": "22人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114075, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 22, - "masterMissionRewardId": 131114076, - "priority": 99858, - "masterReleaseLabelId": 1 - }, - { - "id": 1114077, - "title": "23人の部員をレベル60以上にしよう", - "detail": "23人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114076, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 23, - "masterMissionRewardId": 131114077, - "priority": 99857, - "masterReleaseLabelId": 1 - }, - { - "id": 1114078, - "title": "24人の部員をレベル60以上にしよう", - "detail": "24人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114077, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 24, - "masterMissionRewardId": 131114078, - "priority": 99856, - "masterReleaseLabelId": 1 - }, - { - "id": 1114079, - "title": "25人の部員をレベル60以上にしよう", - "detail": "25人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114078, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 25, - "masterMissionRewardId": 131114079, - "priority": 99855, - "masterReleaseLabelId": 1 - }, - { - "id": 1114080, - "title": "26人の部員をレベル60以上にしよう", - "detail": "26人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114079, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 26, - "masterMissionRewardId": 131114080, - "priority": 99854, - "masterReleaseLabelId": 1 - }, - { - "id": 1114081, - "title": "27人の部員をレベル60以上にしよう", - "detail": "27人の部員をレベル60以上にしよう", - "type": 1, - "parentMasterMissionId": 1114080, - "conditionType": 14, - "conditionValues": [ - 60 - ], - "conditionNumber": 27, - "masterMissionRewardId": 131114081, - "priority": 99853, - "masterReleaseLabelId": 1 - }, - { - "id": 1114082, - "title": "部員をレベル80以上にしよう", - "detail": "部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114055, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131114082, - "priority": 99852, - "masterReleaseLabelId": 1 - }, - { - "id": 1114083, - "title": "2人の部員をレベル80以上にしよう", - "detail": "2人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114082, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 2, - "masterMissionRewardId": 131114083, - "priority": 99851, - "masterReleaseLabelId": 1 - }, - { - "id": 1114084, - "title": "3人の部員をレベル80以上にしよう", - "detail": "3人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114083, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131114084, - "priority": 99850, - "masterReleaseLabelId": 1 - }, - { - "id": 1114085, - "title": "4人の部員をレベル80以上にしよう", - "detail": "4人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114084, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 4, - "masterMissionRewardId": 131114085, - "priority": 99849, - "masterReleaseLabelId": 1 - }, - { - "id": 1114086, - "title": "5人の部員をレベル80以上にしよう", - "detail": "5人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114085, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 5, - "masterMissionRewardId": 131114086, - "priority": 99848, - "masterReleaseLabelId": 1 - }, - { - "id": 1114087, - "title": "6人の部員をレベル80以上にしよう", - "detail": "6人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114086, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 6, - "masterMissionRewardId": 131114087, - "priority": 99847, - "masterReleaseLabelId": 1 - }, - { - "id": 1114088, - "title": "7人の部員をレベル80以上にしよう", - "detail": "7人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114087, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 7, - "masterMissionRewardId": 131114088, - "priority": 99846, - "masterReleaseLabelId": 1 - }, - { - "id": 1114089, - "title": "8人の部員をレベル80以上にしよう", - "detail": "8人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114088, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 8, - "masterMissionRewardId": 131114089, - "priority": 99845, - "masterReleaseLabelId": 1 - }, - { - "id": 1114090, - "title": "9人の部員をレベル80以上にしよう", - "detail": "9人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114089, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 9, - "masterMissionRewardId": 131114090, - "priority": 99844, - "masterReleaseLabelId": 1 - }, - { - "id": 1114091, - "title": "10人の部員をレベル80以上にしよう", - "detail": "10人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114090, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 10, - "masterMissionRewardId": 131114091, - "priority": 99843, - "masterReleaseLabelId": 1 - }, - { - "id": 1114092, - "title": "11人の部員をレベル80以上にしよう", - "detail": "11人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114091, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 11, - "masterMissionRewardId": 131114092, - "priority": 99842, - "masterReleaseLabelId": 1 - }, - { - "id": 1114093, - "title": "12人の部員をレベル80以上にしよう", - "detail": "12人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114092, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 12, - "masterMissionRewardId": 131114093, - "priority": 99841, - "masterReleaseLabelId": 1 - }, - { - "id": 1114094, - "title": "13人の部員をレベル80以上にしよう", - "detail": "13人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114093, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 13, - "masterMissionRewardId": 131114094, - "priority": 99840, - "masterReleaseLabelId": 1 - }, - { - "id": 1114095, - "title": "14人の部員をレベル80以上にしよう", - "detail": "14人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114094, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 14, - "masterMissionRewardId": 131114095, - "priority": 99839, - "masterReleaseLabelId": 1 - }, - { - "id": 1114096, - "title": "15人の部員をレベル80以上にしよう", - "detail": "15人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114095, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 15, - "masterMissionRewardId": 131114096, - "priority": 99838, - "masterReleaseLabelId": 1 - }, - { - "id": 1114097, - "title": "16人の部員をレベル80以上にしよう", - "detail": "16人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114096, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 16, - "masterMissionRewardId": 131114097, - "priority": 99837, - "masterReleaseLabelId": 1 - }, - { - "id": 1114098, - "title": "17人の部員をレベル80以上にしよう", - "detail": "17人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114097, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 17, - "masterMissionRewardId": 131114098, - "priority": 99836, - "masterReleaseLabelId": 1 - }, - { - "id": 1114099, - "title": "18人の部員をレベル80以上にしよう", - "detail": "18人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114098, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 18, - "masterMissionRewardId": 131114099, - "priority": 99835, - "masterReleaseLabelId": 1 - }, - { - "id": 1114100, - "title": "19人の部員をレベル80以上にしよう", - "detail": "19人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114099, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 19, - "masterMissionRewardId": 131114100, - "priority": 99834, - "masterReleaseLabelId": 1 - }, - { - "id": 1114101, - "title": "20人の部員をレベル80以上にしよう", - "detail": "20人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114100, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 20, - "masterMissionRewardId": 131114101, - "priority": 99833, - "masterReleaseLabelId": 1 - }, - { - "id": 1114102, - "title": "21人の部員をレベル80以上にしよう", - "detail": "21人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114101, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 21, - "masterMissionRewardId": 131114102, - "priority": 99832, - "masterReleaseLabelId": 1 - }, - { - "id": 1114103, - "title": "22人の部員をレベル80以上にしよう", - "detail": "22人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114102, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 22, - "masterMissionRewardId": 131114103, - "priority": 99831, - "masterReleaseLabelId": 1 - }, - { - "id": 1114104, - "title": "23人の部員をレベル80以上にしよう", - "detail": "23人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114103, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 23, - "masterMissionRewardId": 131114104, - "priority": 99830, - "masterReleaseLabelId": 1 - }, - { - "id": 1114105, - "title": "24人の部員をレベル80以上にしよう", - "detail": "24人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114104, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 24, - "masterMissionRewardId": 131114105, - "priority": 99829, - "masterReleaseLabelId": 1 - }, - { - "id": 1114106, - "title": "25人の部員をレベル80以上にしよう", - "detail": "25人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114105, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 25, - "masterMissionRewardId": 131114106, - "priority": 99828, - "masterReleaseLabelId": 1 - }, - { - "id": 1114107, - "title": "26人の部員をレベル80以上にしよう", - "detail": "26人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114106, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 26, - "masterMissionRewardId": 131114107, - "priority": 99827, - "masterReleaseLabelId": 1 - }, - { - "id": 1114108, - "title": "27人の部員をレベル80以上にしよう", - "detail": "27人の部員をレベル80以上にしよう", - "type": 1, - "parentMasterMissionId": 1114107, - "conditionType": 14, - "conditionValues": [ - 80 - ], - "conditionNumber": 27, - "masterMissionRewardId": 131114108, - "priority": 99826, - "masterReleaseLabelId": 1 - }, - { - "id": 1114109, - "title": "部員をレベル100以上にしよう", - "detail": "部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114082, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131114109, - "priority": 99825, - "masterReleaseLabelId": 1 - }, - { - "id": 1114110, - "title": "2人の部員をレベル100以上にしよう", - "detail": "2人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114109, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 2, - "masterMissionRewardId": 131114110, - "priority": 99824, - "masterReleaseLabelId": 1 - }, - { - "id": 1114111, - "title": "3人の部員をレベル100以上にしよう", - "detail": "3人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114110, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131114111, - "priority": 99823, - "masterReleaseLabelId": 1 - }, - { - "id": 1114112, - "title": "4人の部員をレベル100以上にしよう", - "detail": "4人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114111, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 4, - "masterMissionRewardId": 131114112, - "priority": 99822, - "masterReleaseLabelId": 1 - }, - { - "id": 1114113, - "title": "5人の部員をレベル100以上にしよう", - "detail": "5人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114112, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 5, - "masterMissionRewardId": 131114113, - "priority": 99821, - "masterReleaseLabelId": 1 - }, - { - "id": 1114114, - "title": "6人の部員をレベル100以上にしよう", - "detail": "6人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114113, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 6, - "masterMissionRewardId": 131114114, - "priority": 99820, - "masterReleaseLabelId": 1 - }, - { - "id": 1114115, - "title": "7人の部員をレベル100以上にしよう", - "detail": "7人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114114, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 7, - "masterMissionRewardId": 131114115, - "priority": 99819, - "masterReleaseLabelId": 1 - }, - { - "id": 1114116, - "title": "8人の部員をレベル100以上にしよう", - "detail": "8人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114115, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 8, - "masterMissionRewardId": 131114116, - "priority": 99818, - "masterReleaseLabelId": 1 - }, - { - "id": 1114117, - "title": "9人の部員をレベル100以上にしよう", - "detail": "9人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114116, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 9, - "masterMissionRewardId": 131114117, - "priority": 99817, - "masterReleaseLabelId": 1 - }, - { - "id": 1114118, - "title": "10人の部員をレベル100以上にしよう", - "detail": "10人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114117, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 10, - "masterMissionRewardId": 131114118, - "priority": 99816, - "masterReleaseLabelId": 1 - }, - { - "id": 1114119, - "title": "11人の部員をレベル100以上にしよう", - "detail": "11人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114118, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 11, - "masterMissionRewardId": 131114119, - "priority": 99815, - "masterReleaseLabelId": 1 - }, - { - "id": 1114120, - "title": "12人の部員をレベル100以上にしよう", - "detail": "12人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114119, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 12, - "masterMissionRewardId": 131114120, - "priority": 99814, - "masterReleaseLabelId": 1 - }, - { - "id": 1114121, - "title": "13人の部員をレベル100以上にしよう", - "detail": "13人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114120, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 13, - "masterMissionRewardId": 131114121, - "priority": 99813, - "masterReleaseLabelId": 1 - }, - { - "id": 1114122, - "title": "14人の部員をレベル100以上にしよう", - "detail": "14人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114121, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 14, - "masterMissionRewardId": 131114122, - "priority": 99812, - "masterReleaseLabelId": 1 - }, - { - "id": 1114123, - "title": "15人の部員をレベル100以上にしよう", - "detail": "15人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114122, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 15, - "masterMissionRewardId": 131114123, - "priority": 99811, - "masterReleaseLabelId": 1 - }, - { - "id": 1114124, - "title": "16人の部員をレベル100以上にしよう", - "detail": "16人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114123, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 16, - "masterMissionRewardId": 131114124, - "priority": 99810, - "masterReleaseLabelId": 1 - }, - { - "id": 1114125, - "title": "17人の部員をレベル100以上にしよう", - "detail": "17人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114124, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 17, - "masterMissionRewardId": 131114125, - "priority": 99809, - "masterReleaseLabelId": 1 - }, - { - "id": 1114126, - "title": "18人の部員をレベル100以上にしよう", - "detail": "18人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114125, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 18, - "masterMissionRewardId": 131114126, - "priority": 99808, - "masterReleaseLabelId": 1 - }, - { - "id": 1114127, - "title": "19人の部員をレベル100以上にしよう", - "detail": "19人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114126, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 19, - "masterMissionRewardId": 131114127, - "priority": 99807, - "masterReleaseLabelId": 1 - }, - { - "id": 1114128, - "title": "20人の部員をレベル100以上にしよう", - "detail": "20人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114127, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 20, - "masterMissionRewardId": 131114128, - "priority": 99806, - "masterReleaseLabelId": 1 - }, - { - "id": 1114129, - "title": "21人の部員をレベル100以上にしよう", - "detail": "21人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114128, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 21, - "masterMissionRewardId": 131114129, - "priority": 99805, - "masterReleaseLabelId": 1 - }, - { - "id": 1114130, - "title": "22人の部員をレベル100以上にしよう", - "detail": "22人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114129, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 22, - "masterMissionRewardId": 131114130, - "priority": 99804, - "masterReleaseLabelId": 1 - }, - { - "id": 1114131, - "title": "23人の部員をレベル100以上にしよう", - "detail": "23人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114130, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 23, - "masterMissionRewardId": 131114131, - "priority": 99803, - "masterReleaseLabelId": 1 - }, - { - "id": 1114132, - "title": "24人の部員をレベル100以上にしよう", - "detail": "24人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114131, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 24, - "masterMissionRewardId": 131114132, - "priority": 99802, - "masterReleaseLabelId": 1 - }, - { - "id": 1114133, - "title": "25人の部員をレベル100以上にしよう", - "detail": "25人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114132, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 25, - "masterMissionRewardId": 131114133, - "priority": 99801, - "masterReleaseLabelId": 1 - }, - { - "id": 1114134, - "title": "26人の部員をレベル100以上にしよう", - "detail": "26人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114133, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 26, - "masterMissionRewardId": 131114134, - "priority": 99800, - "masterReleaseLabelId": 1 - }, - { - "id": 1114135, - "title": "27人の部員をレベル100以上にしよう", - "detail": "27人の部員をレベル100以上にしよう", - "type": 1, - "parentMasterMissionId": 1114134, - "conditionType": 14, - "conditionValues": [ - 100 - ], - "conditionNumber": 27, - "masterMissionRewardId": 131114135, - "priority": 99799, - "masterReleaseLabelId": 1 - }, - { - "id": 1112001, - "title": "部員を30人集めよう", - "detail": "部員を30人集めよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 131112001, - "priority": 99798, - "masterReleaseLabelId": 1 - }, - { - "id": 1112002, - "title": "部員を40人集めよう", - "detail": "部員を40人集めよう", - "type": 1, - "parentMasterMissionId": 1112001, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 131112002, - "priority": 99797, - "masterReleaseLabelId": 1 - }, - { - "id": 1112003, - "title": "部員を50人集めよう", - "detail": "部員を50人集めよう", - "type": 1, - "parentMasterMissionId": 1112002, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 131112003, - "priority": 99796, - "masterReleaseLabelId": 1 - }, - { - "id": 1112004, - "title": "部員を60人集めよう", - "detail": "部員を60人集めよう", - "type": 1, - "parentMasterMissionId": 1112003, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 131112004, - "priority": 99795, - "masterReleaseLabelId": 1 - }, - { - "id": 1112005, - "title": "部員を70人集めよう", - "detail": "部員を70人集めよう", - "type": 1, - "parentMasterMissionId": 1112004, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 131112005, - "priority": 99794, - "masterReleaseLabelId": 1 - }, - { - "id": 1112006, - "title": "部員を80人集めよう", - "detail": "部員を80人集めよう", - "type": 1, - "parentMasterMissionId": 1112005, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 131112006, - "priority": 99793, - "masterReleaseLabelId": 1 - }, - { - "id": 1112007, - "title": "部員を90人集めよう", - "detail": "部員を90人集めよう", - "type": 1, - "parentMasterMissionId": 1112006, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 131112007, - "priority": 99792, - "masterReleaseLabelId": 1 - }, - { - "id": 1112008, - "title": "部員を100人集めよう", - "detail": "部員を100人集めよう", - "type": 1, - "parentMasterMissionId": 1112007, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 131112008, - "priority": 99791, - "masterReleaseLabelId": 1 - }, - { - "id": 1112009, - "title": "部員を110人集めよう", - "detail": "部員を110人集めよう", - "type": 1, - "parentMasterMissionId": 1112008, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 110, - "masterMissionRewardId": 131112009, - "priority": 99790, - "masterReleaseLabelId": 1 - }, - { - "id": 1112010, - "title": "部員を120人集めよう", - "detail": "部員を120人集めよう", - "type": 1, - "parentMasterMissionId": 1112009, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 120, - "masterMissionRewardId": 131112010, - "priority": 99789, - "masterReleaseLabelId": 1 - }, - { - "id": 1112011, - "title": "部員を130人集めよう", - "detail": "部員を130人集めよう", - "type": 1, - "parentMasterMissionId": 1112010, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 130, - "masterMissionRewardId": 131112011, - "priority": 99788, - "masterReleaseLabelId": 1 - }, - { - "id": 1112012, - "title": "部員を140人集めよう", - "detail": "部員を140人集めよう", - "type": 1, - "parentMasterMissionId": 1112011, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 140, - "masterMissionRewardId": 131112012, - "priority": 99787, - "masterReleaseLabelId": 1 - }, - { - "id": 1112013, - "title": "部員を150人集めよう", - "detail": "部員を150人集めよう", - "type": 1, - "parentMasterMissionId": 1112012, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 131112013, - "priority": 99786, - "masterReleaseLabelId": 1 - }, - { - "id": 1112014, - "title": "部員を160人集めよう", - "detail": "部員を160人集めよう", - "type": 1, - "parentMasterMissionId": 1112013, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 160, - "masterMissionRewardId": 131112014, - "priority": 99785, - "masterReleaseLabelId": 1 - }, - { - "id": 1112015, - "title": "部員を170人集めよう", - "detail": "部員を170人集めよう", - "type": 1, - "parentMasterMissionId": 1112014, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 170, - "masterMissionRewardId": 131112015, - "priority": 99784, - "masterReleaseLabelId": 1 - }, - { - "id": 1112016, - "title": "部員を180人集めよう", - "detail": "部員を180人集めよう", - "type": 1, - "parentMasterMissionId": 1112015, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 180, - "masterMissionRewardId": 131112016, - "priority": 99783, - "masterReleaseLabelId": 1 - }, - { - "id": 1112017, - "title": "部員を190人集めよう", - "detail": "部員を190人集めよう", - "type": 1, - "parentMasterMissionId": 1112016, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 190, - "masterMissionRewardId": 131112017, - "priority": 99782, - "masterReleaseLabelId": 1 - }, - { - "id": 1112018, - "title": "部員を200人集めよう", - "detail": "部員を200人集めよう", - "type": 1, - "parentMasterMissionId": 1112017, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 131112018, - "priority": 99781, - "masterReleaseLabelId": 1 - }, - { - "id": 1112019, - "title": "部員を210人集めよう", - "detail": "部員を210人集めよう", - "type": 1, - "parentMasterMissionId": 1112018, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 210, - "masterMissionRewardId": 131112019, - "priority": 99780, - "masterReleaseLabelId": 1 - }, - { - "id": 1112020, - "title": "部員を220人集めよう", - "detail": "部員を220人集めよう", - "type": 1, - "parentMasterMissionId": 1112019, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 220, - "masterMissionRewardId": 131112020, - "priority": 99779, - "masterReleaseLabelId": 1 - }, - { - "id": 1112021, - "title": "部員を230人集めよう", - "detail": "部員を230人集めよう", - "type": 1, - "parentMasterMissionId": 1112020, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 230, - "masterMissionRewardId": 131112021, - "priority": 99778, - "masterReleaseLabelId": 1 - }, - { - "id": 1112022, - "title": "部員を240人集めよう", - "detail": "部員を240人集めよう", - "type": 1, - "parentMasterMissionId": 1112021, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 240, - "masterMissionRewardId": 131112022, - "priority": 99777, - "masterReleaseLabelId": 1 - }, - { - "id": 1112023, - "title": "部員を250人集めよう", - "detail": "部員を250人集めよう", - "type": 1, - "parentMasterMissionId": 1112022, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 131112023, - "priority": 99776, - "masterReleaseLabelId": 1 - }, - { - "id": 1112024, - "title": "部員を260人集めよう", - "detail": "部員を260人集めよう", - "type": 1, - "parentMasterMissionId": 1112023, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 260, - "masterMissionRewardId": 131112024, - "priority": 99775, - "masterReleaseLabelId": 1 - }, - { - "id": 1112025, - "title": "部員を270人集めよう", - "detail": "部員を270人集めよう", - "type": 1, - "parentMasterMissionId": 1112024, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 270, - "masterMissionRewardId": 131112025, - "priority": 99774, - "masterReleaseLabelId": 1 - }, - { - "id": 1112026, - "title": "部員を280人集めよう", - "detail": "部員を280人集めよう", - "type": 1, - "parentMasterMissionId": 1112025, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 280, - "masterMissionRewardId": 131112026, - "priority": 99773, - "masterReleaseLabelId": 1 - }, - { - "id": 1112027, - "title": "部員を290人集めよう", - "detail": "部員を290人集めよう", - "type": 1, - "parentMasterMissionId": 1112026, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 290, - "masterMissionRewardId": 131112027, - "priority": 99772, - "masterReleaseLabelId": 1 - }, - { - "id": 1112028, - "title": "部員を300人集めよう", - "detail": "部員を300人集めよう", - "type": 1, - "parentMasterMissionId": 1112027, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 131112028, - "priority": 99771, - "masterReleaseLabelId": 1 - }, - { - "id": 1112029, - "title": "部員を310人集めよう", - "detail": "部員を310人集めよう", - "type": 1, - "parentMasterMissionId": 1112028, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 310, - "masterMissionRewardId": 131112029, - "priority": 99770, - "masterReleaseLabelId": 1 - }, - { - "id": 1112030, - "title": "部員を320人集めよう", - "detail": "部員を320人集めよう", - "type": 1, - "parentMasterMissionId": 1112029, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 320, - "masterMissionRewardId": 131112030, - "priority": 99769, - "masterReleaseLabelId": 1 - }, - { - "id": 1112031, - "title": "部員を330人集めよう", - "detail": "部員を330人集めよう", - "type": 1, - "parentMasterMissionId": 1112030, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 330, - "masterMissionRewardId": 131112031, - "priority": 99768, - "masterReleaseLabelId": 1 - }, - { - "id": 1112032, - "title": "部員を340人集めよう", - "detail": "部員を340人集めよう", - "type": 1, - "parentMasterMissionId": 1112031, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 340, - "masterMissionRewardId": 131112032, - "priority": 99767, - "masterReleaseLabelId": 1 - }, - { - "id": 1112033, - "title": "部員を350人集めよう", - "detail": "部員を350人集めよう", - "type": 1, - "parentMasterMissionId": 1112032, - "conditionType": 12, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 131112033, - "priority": 99766, - "masterReleaseLabelId": 1 - }, - { - "id": 1121001, - "title": "累計500000Gを手に入れよう", - "detail": "累計500000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 500000, - "masterMissionRewardId": 131121001, - "priority": 99765, - "masterReleaseLabelId": 1 - }, - { - "id": 1121002, - "title": "累計1000000Gを手に入れよう", - "detail": "累計1000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121001, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 1000000, - "masterMissionRewardId": 131121002, - "priority": 99764, - "masterReleaseLabelId": 1 - }, - { - "id": 1121003, - "title": "累計2000000Gを手に入れよう", - "detail": "累計2000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121002, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 2000000, - "masterMissionRewardId": 131121003, - "priority": 99763, - "masterReleaseLabelId": 1 - }, - { - "id": 1121004, - "title": "累計3000000Gを手に入れよう", - "detail": "累計3000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121003, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 3000000, - "masterMissionRewardId": 131121004, - "priority": 99762, - "masterReleaseLabelId": 1 - }, - { - "id": 1121005, - "title": "累計4000000Gを手に入れよう", - "detail": "累計4000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121004, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 4000000, - "masterMissionRewardId": 131121005, - "priority": 99761, - "masterReleaseLabelId": 1 - }, - { - "id": 1121006, - "title": "累計5000000Gを手に入れよう", - "detail": "累計5000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121005, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 5000000, - "masterMissionRewardId": 131121006, - "priority": 99760, - "masterReleaseLabelId": 1 - }, - { - "id": 1121007, - "title": "累計6000000Gを手に入れよう", - "detail": "累計6000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121006, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 6000000, - "masterMissionRewardId": 131121007, - "priority": 99759, - "masterReleaseLabelId": 1 - }, - { - "id": 1121008, - "title": "累計7000000Gを手に入れよう", - "detail": "累計7000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121007, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 7000000, - "masterMissionRewardId": 131121008, - "priority": 99758, - "masterReleaseLabelId": 1 - }, - { - "id": 1121009, - "title": "累計8000000Gを手に入れよう", - "detail": "累計8000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121008, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 8000000, - "masterMissionRewardId": 131121009, - "priority": 99757, - "masterReleaseLabelId": 1 - }, - { - "id": 1121010, - "title": "累計9000000Gを手に入れよう", - "detail": "累計9000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121009, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 9000000, - "masterMissionRewardId": 131121010, - "priority": 99756, - "masterReleaseLabelId": 1 - }, - { - "id": 1121011, - "title": "累計10000000Gを手に入れよう", - "detail": "累計10000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121010, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 10000000, - "masterMissionRewardId": 131121011, - "priority": 99755, - "masterReleaseLabelId": 1 - }, - { - "id": 1121012, - "title": "累計20000000Gを手に入れよう", - "detail": "累計20000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121011, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 20000000, - "masterMissionRewardId": 131121012, - "priority": 99754, - "masterReleaseLabelId": 1 - }, - { - "id": 1121013, - "title": "累計30000000Gを手に入れよう", - "detail": "累計30000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121012, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 30000000, - "masterMissionRewardId": 131121013, - "priority": 99753, - "masterReleaseLabelId": 1 - }, - { - "id": 1121014, - "title": "累計40000000Gを手に入れよう", - "detail": "累計40000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121013, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 40000000, - "masterMissionRewardId": 131121014, - "priority": 99752, - "masterReleaseLabelId": 1 - }, - { - "id": 1121015, - "title": "累計50000000Gを手に入れよう", - "detail": "累計50000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121014, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 50000000, - "masterMissionRewardId": 131121015, - "priority": 99751, - "masterReleaseLabelId": 1 - }, - { - "id": 1121016, - "title": "累計60000000Gを手に入れよう", - "detail": "累計60000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121015, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 60000000, - "masterMissionRewardId": 131121016, - "priority": 99750, - "masterReleaseLabelId": 1 - }, - { - "id": 1121017, - "title": "累計70000000Gを手に入れよう", - "detail": "累計70000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121016, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 70000000, - "masterMissionRewardId": 131121017, - "priority": 99749, - "masterReleaseLabelId": 1 - }, - { - "id": 1121018, - "title": "累計85000000Gを手に入れよう", - "detail": "累計85000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121017, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 85000000, - "masterMissionRewardId": 131121018, - "priority": 99748, - "masterReleaseLabelId": 1 - }, - { - "id": 1121019, - "title": "累計100000000Gを手に入れよう", - "detail": "累計100000000Gを手に入れよう", - "type": 1, - "parentMasterMissionId": 1121018, - "conditionType": 21, - "conditionValues": [], - "conditionNumber": 100000000, - "masterMissionRewardId": 131121019, - "priority": 99747, - "masterReleaseLabelId": 1 - }, - { - "id": 1158001, - "title": "高坂 穂乃果とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158001, - "priority": 99746, - "masterReleaseLabelId": 1 - }, - { - "id": 1158002, - "title": "絢瀬 絵里とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158002, - "priority": 99745, - "masterReleaseLabelId": 1 - }, - { - "id": 1158003, - "title": "南 ことりとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158003, - "priority": 99744, - "masterReleaseLabelId": 1 - }, - { - "id": 1158004, - "title": "園田 海未とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158004, - "priority": 99743, - "masterReleaseLabelId": 1 - }, - { - "id": 1158005, - "title": "星空 凛とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158005, - "priority": 99742, - "masterReleaseLabelId": 1 - }, - { - "id": 1158006, - "title": "西木野 真姫とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158006, - "priority": 99741, - "masterReleaseLabelId": 1 - }, - { - "id": 1158007, - "title": "東條 希とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158007, - "priority": 99740, - "masterReleaseLabelId": 1 - }, - { - "id": 1158008, - "title": "小泉 花陽とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158008, - "priority": 99739, - "masterReleaseLabelId": 1 - }, - { - "id": 1158009, - "title": "矢澤 にことのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158009, - "priority": 99738, - "masterReleaseLabelId": 1 - }, - { - "id": 1158010, - "title": "高海 千歌とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158010, - "priority": 99737, - "masterReleaseLabelId": 1 - }, - { - "id": 1158011, - "title": "桜内 梨子とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158011, - "priority": 99736, - "masterReleaseLabelId": 1 - }, - { - "id": 1158012, - "title": "松浦 果南とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158012, - "priority": 99735, - "masterReleaseLabelId": 1 - }, - { - "id": 1158013, - "title": "黒澤 ダイヤとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158013, - "priority": 99734, - "masterReleaseLabelId": 1 - }, - { - "id": 1158014, - "title": "渡辺 曜とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158014, - "priority": 99733, - "masterReleaseLabelId": 1 - }, - { - "id": 1158015, - "title": "津島 善子とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158015, - "priority": 99732, - "masterReleaseLabelId": 1 - }, - { - "id": 1158016, - "title": "国木田 花丸とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158016, - "priority": 99731, - "masterReleaseLabelId": 1 - }, - { - "id": 1158017, - "title": "小原 鞠莉とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158017, - "priority": 99730, - "masterReleaseLabelId": 1 - }, - { - "id": 1158018, - "title": "黒澤 ルビィとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158018, - "priority": 99729, - "masterReleaseLabelId": 1 - }, - { - "id": 1158019, - "title": "上原 歩夢とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158019, - "priority": 99728, - "masterReleaseLabelId": 1 - }, - { - "id": 1158020, - "title": "中須 かすみとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158020, - "priority": 99727, - "masterReleaseLabelId": 1 - }, - { - "id": 1158021, - "title": "桜坂 しずくとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158021, - "priority": 99726, - "masterReleaseLabelId": 1 - }, - { - "id": 1158022, - "title": "朝香 果林とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158022, - "priority": 99725, - "masterReleaseLabelId": 1 - }, - { - "id": 1158023, - "title": "宮下 愛とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158023, - "priority": 99724, - "masterReleaseLabelId": 1 - }, - { - "id": 1158024, - "title": "近江 彼方とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158024, - "priority": 99723, - "masterReleaseLabelId": 1 - }, - { - "id": 1158025, - "title": "優木 せつ菜とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158025, - "priority": 99722, - "masterReleaseLabelId": 1 - }, - { - "id": 1158026, - "title": "エマ・ヴェルデとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158026, - "priority": 99721, - "masterReleaseLabelId": 1 - }, - { - "id": 1158027, - "title": "天王寺 璃奈とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158027, - "priority": 99720, - "masterReleaseLabelId": 1 - }, - { - "id": 1158028, - "title": "三船 栞子とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158028, - "priority": 99719, - "masterReleaseLabelId": 1 - }, - { - "id": 1158029, - "title": "ミア・テイラーとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158029, - "priority": 99718, - "masterReleaseLabelId": 1 - }, - { - "id": 1158030, - "title": "鐘 嵐珠とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158030, - "priority": 99717, - "masterReleaseLabelId": 1 - }, - { - "id": 1158031, - "title": "澁谷 かのんとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158031, - "priority": 99716, - "masterReleaseLabelId": 1 - }, - { - "id": 1158032, - "title": "唐 可可とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158032, - "priority": 99715, - "masterReleaseLabelId": 1 - }, - { - "id": 1158033, - "title": "嵐 千砂都とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158033, - "priority": 99714, - "masterReleaseLabelId": 1 - }, - { - "id": 1158034, - "title": "平安名 すみれとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158034, - "priority": 99713, - "masterReleaseLabelId": 1 - }, - { - "id": 1158035, - "title": "葉月 恋とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158035, - "priority": 99712, - "masterReleaseLabelId": 1 - }, - { - "id": 1158036, - "title": "桜小路きな子とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158036, - "priority": 99711, - "masterReleaseLabelId": 1 - }, - { - "id": 1158037, - "title": "米女メイとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158037, - "priority": 99710, - "masterReleaseLabelId": 1 - }, - { - "id": 1158038, - "title": "若菜四季とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158038, - "priority": 99709, - "masterReleaseLabelId": 1 - }, - { - "id": 1158039, - "title": "鬼塚夏美とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158039, - "priority": 99708, - "masterReleaseLabelId": 1 - }, - { - "id": 1158040, - "title": "高坂 穂乃果とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158001, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158040, - "priority": 99705, - "masterReleaseLabelId": 1 - }, - { - "id": 1158041, - "title": "絢瀬 絵里とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158002, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158041, - "priority": 99704, - "masterReleaseLabelId": 1 - }, - { - "id": 1158042, - "title": "南 ことりとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158003, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158042, - "priority": 99703, - "masterReleaseLabelId": 1 - }, - { - "id": 1158043, - "title": "園田 海未とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158004, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158043, - "priority": 99702, - "masterReleaseLabelId": 1 - }, - { - "id": 1158044, - "title": "星空 凛とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158005, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158044, - "priority": 99701, - "masterReleaseLabelId": 1 - }, - { - "id": 1158045, - "title": "西木野 真姫とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158006, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158045, - "priority": 99700, - "masterReleaseLabelId": 1 - }, - { - "id": 1158046, - "title": "東條 希とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158007, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158046, - "priority": 99699, - "masterReleaseLabelId": 1 - }, - { - "id": 1158047, - "title": "小泉 花陽とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158008, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158047, - "priority": 99698, - "masterReleaseLabelId": 1 - }, - { - "id": 1158048, - "title": "矢澤 にことのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158009, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158048, - "priority": 99697, - "masterReleaseLabelId": 1 - }, - { - "id": 1158049, - "title": "高海 千歌とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158010, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158049, - "priority": 99696, - "masterReleaseLabelId": 1 - }, - { - "id": 1158050, - "title": "桜内 梨子とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158011, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158050, - "priority": 99695, - "masterReleaseLabelId": 1 - }, - { - "id": 1158051, - "title": "松浦 果南とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158012, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158051, - "priority": 99694, - "masterReleaseLabelId": 1 - }, - { - "id": 1158052, - "title": "黒澤 ダイヤとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158013, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158052, - "priority": 99693, - "masterReleaseLabelId": 1 - }, - { - "id": 1158053, - "title": "渡辺 曜とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158014, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158053, - "priority": 99692, - "masterReleaseLabelId": 1 - }, - { - "id": 1158054, - "title": "津島 善子とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158015, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158054, - "priority": 99691, - "masterReleaseLabelId": 1 - }, - { - "id": 1158055, - "title": "国木田 花丸とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158016, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158055, - "priority": 99690, - "masterReleaseLabelId": 1 - }, - { - "id": 1158056, - "title": "小原 鞠莉とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158017, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158056, - "priority": 99689, - "masterReleaseLabelId": 1 - }, - { - "id": 1158057, - "title": "黒澤 ルビィとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158018, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158057, - "priority": 99688, - "masterReleaseLabelId": 1 - }, - { - "id": 1158058, - "title": "上原 歩夢とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158019, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158058, - "priority": 99687, - "masterReleaseLabelId": 1 - }, - { - "id": 1158059, - "title": "中須 かすみとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158020, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158059, - "priority": 99686, - "masterReleaseLabelId": 1 - }, - { - "id": 1158060, - "title": "桜坂 しずくとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158021, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158060, - "priority": 99685, - "masterReleaseLabelId": 1 - }, - { - "id": 1158061, - "title": "朝香 果林とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158022, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158061, - "priority": 99684, - "masterReleaseLabelId": 1 - }, - { - "id": 1158062, - "title": "宮下 愛とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158023, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158062, - "priority": 99683, - "masterReleaseLabelId": 1 - }, - { - "id": 1158063, - "title": "近江 彼方とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158024, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158063, - "priority": 99682, - "masterReleaseLabelId": 1 - }, - { - "id": 1158064, - "title": "優木 せつ菜とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158025, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158064, - "priority": 99681, - "masterReleaseLabelId": 1 - }, - { - "id": 1158065, - "title": "エマ・ヴェルデとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158026, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158065, - "priority": 99680, - "masterReleaseLabelId": 1 - }, - { - "id": 1158066, - "title": "天王寺 璃奈とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158027, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158066, - "priority": 99679, - "masterReleaseLabelId": 1 - }, - { - "id": 1158067, - "title": "三船 栞子とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158028, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158067, - "priority": 99678, - "masterReleaseLabelId": 1 - }, - { - "id": 1158068, - "title": "ミア・テイラーとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158029, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158068, - "priority": 99677, - "masterReleaseLabelId": 1 - }, - { - "id": 1158069, - "title": "鐘 嵐珠とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158030, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158069, - "priority": 99676, - "masterReleaseLabelId": 1 - }, - { - "id": 1158070, - "title": "澁谷 かのんとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158031, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158070, - "priority": 99675, - "masterReleaseLabelId": 1 - }, - { - "id": 1158071, - "title": "唐 可可とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158032, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158071, - "priority": 99674, - "masterReleaseLabelId": 1 - }, - { - "id": 1158072, - "title": "嵐 千砂都とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158033, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158072, - "priority": 99673, - "masterReleaseLabelId": 1 - }, - { - "id": 1158073, - "title": "平安名 すみれとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158034, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158073, - "priority": 99672, - "masterReleaseLabelId": 1 - }, - { - "id": 1158074, - "title": "葉月 恋とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158035, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158074, - "priority": 99671, - "masterReleaseLabelId": 1 - }, - { - "id": 1158075, - "title": "桜小路きな子とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158036, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158075, - "priority": 99670, - "masterReleaseLabelId": 1 - }, - { - "id": 1158076, - "title": "米女メイとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158037, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158076, - "priority": 99669, - "masterReleaseLabelId": 1 - }, - { - "id": 1158077, - "title": "若菜四季とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158038, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158077, - "priority": 99668, - "masterReleaseLabelId": 1 - }, - { - "id": 1158078, - "title": "鬼塚夏美とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158039, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158078, - "priority": 99667, - "masterReleaseLabelId": 1 - }, - { - "id": 1158079, - "title": "ウィーン・マルガレーテとのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158079, - "priority": 99707, - "masterReleaseLabelId": 223120502 - }, - { - "id": 1158080, - "title": "鬼塚冬毬とのキズナを1500以上にしよう", - "detail": "『N』のキズナを1500以上にしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 1500, - "masterMissionRewardId": 131158080, - "priority": 99706, - "masterReleaseLabelId": 223120502 - }, - { - "id": 1158081, - "title": "ウィーン・マルガレーテとのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158079, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158081, - "priority": 99666, - "masterReleaseLabelId": 223120502 - }, - { - "id": 1158082, - "title": "鬼塚冬毬とのキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 1, - "parentMasterMissionId": 1158080, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 131158082, - "priority": 99665, - "masterReleaseLabelId": 223120502 - }, - { - "id": 1176001, - "title": "FULL COMBOを達成しよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 76, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131176001, - "priority": 99664, - "masterReleaseLabelId": 1 - }, - { - "id": 1177001, - "title": "ALL PERFECTを達成しよう", - "detail": "", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 77, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131177001, - "priority": 99663, - "masterReleaseLabelId": 1 - }, - { - "id": 1177002, - "title": "難易度MASTERでALL PERFECTを達成しよう", - "detail": "", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 77, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131177002, - "priority": 99662, - "masterReleaseLabelId": 1 - }, - { - "id": 1169001, - "title": "チャットを50種類読もう", - "detail": "難易度0以上で50回ALLPERFECTを達成しよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 69, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 131169001, - "priority": 99661, - "masterReleaseLabelId": 1 - }, - { - "id": 1176002, - "title": "FULL COMBOを100曲達成しよう", - "detail": "難易度NORMAL以上でライブを100回フルコンボしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 76, - "conditionValues": [ - 1 - ], - "conditionNumber": 100, - "masterMissionRewardId": 131176002, - "priority": 99660, - "masterReleaseLabelId": 1 - }, - { - "id": 1176003, - "title": "FULL COMBOを200曲達成しよう", - "detail": "難易度NORMAL以上でライブを200回フルコンボしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 76, - "conditionValues": [ - 1 - ], - "conditionNumber": 200, - "masterMissionRewardId": 131176003, - "priority": 99659, - "masterReleaseLabelId": 1 - }, - { - "id": 1176004, - "title": "FULL COMBOを300曲達成しよう", - "detail": "難易度NORMAL以上でライブを300回フルコンボしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 76, - "conditionValues": [ - 1 - ], - "conditionNumber": 300, - "masterMissionRewardId": 131176004, - "priority": 99658, - "masterReleaseLabelId": 1 - }, - { - "id": 1176005, - "title": "FULL COMBOを400曲達成しよう", - "detail": "難易度NORMAL以上でライブを400回フルコンボしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 76, - "conditionValues": [ - 1 - ], - "conditionNumber": 400, - "masterMissionRewardId": 131176005, - "priority": 99657, - "masterReleaseLabelId": 1 - }, - { - "id": 1176006, - "title": "FULL COMBOを500曲達成しよう", - "detail": "難易度NORMAL以上でライブを500回フルコンボしよう", - "type": 1, - "parentMasterMissionId": 0, - "conditionType": 76, - "conditionValues": [ - 1 - ], - "conditionNumber": 500, - "masterMissionRewardId": 131176006, - "priority": 99656, - "masterReleaseLabelId": 1 - }, - { - "id": 2151001, - "title": "部員『あなたを見つめる』を手に入れよう", - "detail": "部員『あなたを見つめる』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30010012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151001, - "priority": 1, - "masterReleaseLabelId": 223100302 - }, - { - "id": 2151002, - "title": "部員『大人デート♡』を手に入れよう", - "detail": "部員『大人デート♡』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30020011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151002, - "priority": 1, - "masterReleaseLabelId": 223101002 - }, - { - "id": 2151003, - "title": "部員『あざとくキメちゃう』を手に入れよう", - "detail": "部員『あざとくキメちゃう』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30030012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151003, - "priority": 1, - "masterReleaseLabelId": 223101702 - }, - { - "id": 2151004, - "title": "部員『特別な恋を探して』を手に入れよう", - "detail": "部員『特別な恋を探して』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30040011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151004, - "priority": 1, - "masterReleaseLabelId": 223102402 - }, - { - "id": 2151005, - "title": "部員『ふたりで楽しく』を手に入れよう", - "detail": "部員『ふたりで楽しく』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30050012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151005, - "priority": 1, - "masterReleaseLabelId": 223103102 - }, - { - "id": 2151006, - "title": "部員『ずっとあなたのことを』を手に入れよう", - "detail": "部員『ずっとあなたのことを』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30060011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151006, - "priority": 1, - "masterReleaseLabelId": 223110702 - }, - { - "id": 2151007, - "title": "部員『みんなに伝えるラブ』を手に入れよう", - "detail": "部員『みんなに伝えるラブ』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30070014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151007, - "priority": 1, - "masterReleaseLabelId": 223111402 - }, - { - "id": 2151008, - "title": "部員『記憶のなかのあなた』を手に入れよう", - "detail": "部員『記憶のなかのあなた』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30080011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151008, - "priority": 1, - "masterReleaseLabelId": 223112102 - }, - { - "id": 2151009, - "title": "部員『大切なあなたへ』を手に入れよう", - "detail": "部員『大切なあなたへ』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30090013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151009, - "priority": 1, - "masterReleaseLabelId": 223112802 - }, - { - "id": 2151010, - "title": "部員『私の印』を手に入れよう", - "detail": "部員『私の印』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30100013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151010, - "priority": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 2151011, - "title": "部員『高鳴る気持ち』を手に入れよう", - "detail": "部員『高鳴る気持ち』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30110014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151011, - "priority": 1, - "masterReleaseLabelId": 223121202 - }, - { - "id": 2151012, - "title": "部員『最高の恋しましょ!』を手に入れよう", - "detail": "部員『最高の恋しましょ!』を手に入れよう", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30120013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132151012, - "priority": 1, - "masterReleaseLabelId": 223121902 - }, - { - "id": 1958001, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958001, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958002, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958002, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958003, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958003, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958004, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958004, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958005, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958005, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958006, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958006, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958007, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958007, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958008, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958008, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958009, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958009, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958010, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958010, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958011, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958011, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958012, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958012, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958013, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958013, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958014, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958014, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958015, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958015, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958016, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958016, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958017, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958017, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958018, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958018, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958019, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958019, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958020, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958020, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958021, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958021, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958022, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958022, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958023, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958023, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958024, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958024, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958025, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958025, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958026, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958026, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958027, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958027, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958028, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958028, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958029, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958029, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958030, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958030, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958031, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958031, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958032, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958032, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958033, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958033, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958034, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958034, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958035, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958035, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958036, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958036, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958037, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958037, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958038, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958038, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958039, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958039, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958040, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958040, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958041, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958041, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958042, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958042, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958043, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958043, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958044, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958044, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958045, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958045, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958046, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958046, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958047, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958047, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958048, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958048, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958049, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958049, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958050, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958050, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958051, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958051, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958052, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958052, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958053, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958053, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958054, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958054, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958055, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958055, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958056, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958056, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958057, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958057, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958058, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958058, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958059, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958059, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958060, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958060, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958061, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958061, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958062, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958062, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958063, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958063, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958064, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958064, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958065, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958065, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958066, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958066, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958067, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958067, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958068, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958068, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958069, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958069, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958070, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958070, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958071, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958071, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958072, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958072, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958073, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958073, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958074, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958074, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958075, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958075, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958076, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958076, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958077, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958077, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958078, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958078, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958079, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958079, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958080, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958080, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958081, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958081, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958082, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958082, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958083, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958083, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958084, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958084, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958085, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958085, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958086, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958086, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958087, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958087, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958088, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958088, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958089, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958089, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958090, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958090, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958091, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958091, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958092, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958092, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958093, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958093, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958094, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958094, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958095, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958095, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958096, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958096, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958097, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958097, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958098, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958098, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958099, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958099, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958100, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958100, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958101, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958101, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958102, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958102, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958103, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958103, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958104, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958104, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958105, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958105, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958106, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958106, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958107, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958107, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958108, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958108, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958109, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958109, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958110, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958110, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958111, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958111, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958112, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958112, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958113, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958113, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958114, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958114, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958115, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958115, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958116, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958116, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958117, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958117, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958118, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958118, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958119, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958119, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958120, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958120, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958121, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958121, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958122, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958122, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958123, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958123, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958124, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958124, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958125, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958125, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958126, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958126, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958127, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958127, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958128, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958128, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958129, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958129, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958130, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958130, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958131, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958131, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958132, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958132, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958133, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958133, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958134, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958134, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958135, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 1009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958135, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958136, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958136, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958137, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958137, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958138, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958138, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958139, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958139, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958140, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958140, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958141, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958141, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958142, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958142, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958143, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958143, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958144, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958144, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958145, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958145, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958146, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958146, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958147, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958147, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958148, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958148, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958149, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958149, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958150, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958150, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958151, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958151, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958152, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958152, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958153, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958153, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958154, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958154, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958155, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958155, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958156, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958156, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958157, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958157, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958158, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958158, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958159, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958159, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958160, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958160, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958161, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958161, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958162, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958162, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958163, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958163, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958164, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958164, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958165, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958165, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958166, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958166, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958167, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958167, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958168, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958168, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958169, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958169, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958170, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958170, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958171, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958171, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958172, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958172, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958173, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958173, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958174, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958174, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958175, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958175, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958176, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958176, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958177, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958177, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958178, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958178, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958179, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958179, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958180, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958180, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958181, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958181, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958182, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958182, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958183, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958183, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958184, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958184, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958185, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958185, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958186, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958186, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958187, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958187, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958188, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958188, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958189, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958189, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958190, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958190, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958191, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958191, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958192, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958192, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958193, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958193, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958194, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958194, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958195, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958195, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958196, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958196, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958197, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958197, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958198, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958198, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958199, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958199, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958200, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958200, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958201, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958201, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958202, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958202, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958203, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958203, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958204, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958204, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958205, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958205, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958206, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958206, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958207, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958207, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958208, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958208, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958209, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958209, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958210, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958210, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958211, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958211, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958212, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958212, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958213, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958213, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958214, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958214, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958215, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958215, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958216, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958216, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958217, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958217, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958218, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958218, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958219, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958219, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958220, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958220, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958221, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958221, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958222, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958222, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958223, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958223, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958224, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958224, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958225, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958225, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958226, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958226, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958227, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958227, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958228, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958228, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958229, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958229, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958230, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958230, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958231, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958231, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958232, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958232, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958233, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958233, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958234, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958234, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958235, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958235, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958236, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958236, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958237, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958237, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958238, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958238, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958239, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958239, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958240, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958240, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958241, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958241, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958242, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958242, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958243, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958243, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958244, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958244, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958245, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958245, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958246, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958246, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958247, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958247, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958248, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958248, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958249, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958249, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958250, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958250, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958251, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958251, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958252, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958252, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958253, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958253, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958254, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958254, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958255, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958255, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958256, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958256, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958257, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958257, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958258, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958258, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958259, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958259, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958260, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958260, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958261, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958261, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958262, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958262, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958263, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958263, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958264, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958264, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958265, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958265, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958266, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958266, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958267, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958267, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958268, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958268, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958269, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958269, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958270, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 2009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958270, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958271, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958271, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958272, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958272, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958273, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958273, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958274, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958274, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958275, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958275, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958276, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958276, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958277, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958277, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958278, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958278, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958279, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958279, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958280, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958280, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958281, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958281, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958282, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958282, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958283, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958283, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958284, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958284, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958285, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958285, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958286, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958286, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958287, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958287, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958288, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958288, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958289, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958289, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958290, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958290, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958291, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958291, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958292, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958292, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958293, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958293, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958294, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958294, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958295, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958295, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958296, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958296, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958297, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958297, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958298, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958298, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958299, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958299, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958300, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958300, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958301, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958301, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958302, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958302, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958303, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958303, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958304, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958304, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958305, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958305, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958306, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958306, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958307, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958307, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958308, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958308, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958309, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958309, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958310, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958310, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958311, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958311, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958312, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958312, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958313, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958313, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958314, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958314, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958315, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958315, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958316, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958316, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958317, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958317, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958318, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958318, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958319, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958319, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958320, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958320, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958321, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958321, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958322, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958322, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958323, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958323, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958324, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958324, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958325, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958325, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958326, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958326, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958327, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958327, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958328, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958328, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958329, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958329, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958330, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958330, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958331, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958331, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958332, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958332, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958333, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958333, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958334, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958334, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958335, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958335, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958336, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958336, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958337, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958337, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958338, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958338, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958339, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958339, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958340, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958340, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958341, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958341, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958342, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958342, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958343, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958343, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958344, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958344, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958345, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958345, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958346, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958346, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958347, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958347, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958348, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958348, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958349, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958349, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958350, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958350, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958351, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958351, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958352, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958352, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958353, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958353, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958354, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958354, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958355, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958355, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958356, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958356, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958357, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958357, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958358, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958358, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958359, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958359, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958360, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958360, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958361, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958361, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958362, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958362, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958363, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958363, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958364, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958364, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958365, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958365, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958366, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958366, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958367, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958367, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958368, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958368, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958369, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958369, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958370, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958370, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958371, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958371, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958372, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958372, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958373, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958373, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958374, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958374, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958375, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958375, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958376, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958376, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958377, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958377, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958378, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958378, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958379, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958379, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958380, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958380, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958381, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958381, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958382, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958382, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958383, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958383, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958384, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958384, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958385, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958385, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958386, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958386, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958387, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958387, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958388, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958388, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958389, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958389, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958390, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958390, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958391, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958391, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958392, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958392, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958393, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958393, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958394, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958394, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958395, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958395, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958396, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958396, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958397, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958397, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958398, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958398, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958399, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958399, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958400, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958400, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958401, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958401, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958402, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958402, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958403, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958403, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958404, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958404, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958405, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958405, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958406, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958406, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958407, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958407, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958408, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958408, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958409, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958409, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958410, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958410, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958411, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958411, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958412, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958412, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958413, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958413, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958414, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958414, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958415, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958415, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958416, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958416, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958417, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958417, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958418, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958418, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958419, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958419, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958420, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3010 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958420, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958421, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958421, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958422, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958422, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958423, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958423, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958424, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958424, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958425, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958425, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958426, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958426, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958427, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958427, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958428, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958428, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958429, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958429, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958430, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958430, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958431, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958431, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958432, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958432, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958433, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958433, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958434, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958434, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958435, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3011 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958435, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958436, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958436, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958437, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958437, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958438, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958438, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958439, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958439, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958440, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958440, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958441, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958441, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958442, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958442, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958443, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958443, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958444, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958444, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958445, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958445, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958446, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958446, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958447, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958447, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958448, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958448, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958449, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958449, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958450, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 3012 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958450, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958451, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958451, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958452, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958452, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958453, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958453, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958454, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958454, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958455, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958455, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958456, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958456, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958457, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958457, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958458, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958458, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958459, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958459, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958460, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958460, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958461, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958461, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958462, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958462, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958463, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958463, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958464, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958464, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958465, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4001 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958465, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958466, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958466, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958467, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958467, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958468, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958468, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958469, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958469, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958470, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958470, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958471, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958471, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958472, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958472, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958473, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958473, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958474, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958474, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958475, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958475, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958476, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958476, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958477, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958477, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958478, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958478, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958479, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958479, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958480, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4002 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958480, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958481, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958481, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958482, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958482, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958483, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958483, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958484, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958484, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958485, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958485, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958486, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958486, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958487, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958487, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958488, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958488, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958489, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958489, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958490, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958490, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958491, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958491, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958492, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958492, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958493, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958493, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958494, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958494, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958495, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4003 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958495, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958496, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958496, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958497, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958497, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958498, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958498, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958499, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958499, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958500, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958500, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958501, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958501, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958502, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958502, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958503, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958503, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958504, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958504, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958505, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958505, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958506, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958506, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958507, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958507, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958508, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958508, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958509, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958509, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958510, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4004 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958510, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958511, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958511, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958512, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958512, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958513, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958513, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958514, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958514, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958515, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958515, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958516, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958516, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958517, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958517, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958518, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958518, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958519, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958519, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958520, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958520, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958521, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958521, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958522, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958522, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958523, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958523, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958524, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958524, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958525, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4005 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958525, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958526, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958526, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958527, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958527, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958528, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958528, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958529, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958529, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958530, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958530, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958531, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958531, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958532, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958532, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958533, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958533, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958534, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958534, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958535, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958535, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958536, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958536, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958537, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958537, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958538, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958538, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958539, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958539, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958540, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4006 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958540, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958541, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958541, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958542, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958542, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958543, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958543, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958544, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958544, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958545, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958545, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958546, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958546, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958547, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958547, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958548, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958548, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958549, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958549, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958550, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958550, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958551, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958551, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958552, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958552, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958553, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958553, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958554, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958554, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958555, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4007 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958555, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958556, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958556, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958557, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958557, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958558, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958558, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958559, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958559, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958560, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958560, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958561, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958561, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958562, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958562, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958563, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958563, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958564, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958564, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958565, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958565, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958566, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958566, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958567, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958567, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958568, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958568, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958569, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958569, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958570, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4008 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958570, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958571, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958571, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958572, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958572, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958573, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958573, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958574, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958574, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958575, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958575, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958576, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958576, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958577, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958577, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958578, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958578, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958579, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958579, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958580, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958580, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958581, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958581, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958582, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958582, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958583, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958583, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958584, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958584, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1958585, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4009 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958585, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953032, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953032, - "priority": 1, - "masterReleaseLabelId": 123080301 - }, - { - "id": 1953033, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953033, - "priority": 1, - "masterReleaseLabelId": 123102101 - }, - { - "id": 1953034, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953034, - "priority": 1, - "masterReleaseLabelId": 123091201 - }, - { - "id": 1953036, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953036, - "priority": 1, - "masterReleaseLabelId": 123110101 - }, - { - "id": 1953038, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953038, - "priority": 1, - "masterReleaseLabelId": 123060901 - }, - { - "id": 1953039, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953039, - "priority": 1, - "masterReleaseLabelId": 124011701 - }, - { - "id": 1953040, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953040, - "priority": 1, - "masterReleaseLabelId": 123072201 - }, - { - "id": 1953041, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953041, - "priority": 1, - "masterReleaseLabelId": 123080101 - }, - { - "id": 1953042, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953042, - "priority": 1, - "masterReleaseLabelId": 123091901 - }, - { - "id": 1953043, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953043, - "priority": 1, - "masterReleaseLabelId": 124021001 - }, - { - "id": 1953044, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953044, - "priority": 1, - "masterReleaseLabelId": 124010101 - }, - { - "id": 1953046, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953046, - "priority": 1, - "masterReleaseLabelId": 123071301 - }, - { - "id": 1953048, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953048, - "priority": 1, - "masterReleaseLabelId": 123061301 - }, - { - "id": 1953049, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953049, - "priority": 1, - "masterReleaseLabelId": 123092101 - }, - { - "id": 1953051, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953051, - "priority": 1, - "masterReleaseLabelId": 124012301 - }, - { - "id": 1953053, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953053, - "priority": 1, - "masterReleaseLabelId": 123062901 - }, - { - "id": 1953054, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953054, - "priority": 1, - "masterReleaseLabelId": 123053001 - }, - { - "id": 1953055, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953055, - "priority": 1, - "masterReleaseLabelId": 123121601 - }, - { - "id": 1953056, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953056, - "priority": 1, - "masterReleaseLabelId": 123080801 - }, - { - "id": 1953057, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953057, - "priority": 1, - "masterReleaseLabelId": 124020501 - }, - { - "id": 1953058, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953058, - "priority": 1, - "masterReleaseLabelId": 123111301 - }, - { - "id": 1953059, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953059, - "priority": 1, - "masterReleaseLabelId": 123100501 - }, - { - "id": 1953060, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953060, - "priority": 1, - "masterReleaseLabelId": 123120601 - }, - { - "id": 1953061, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953061, - "priority": 1, - "masterReleaseLabelId": 124021501 - }, - { - "id": 1953062, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953062, - "priority": 1, - "masterReleaseLabelId": 123050101 - }, - { - "id": 1953063, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953063, - "priority": 1, - "masterReleaseLabelId": 123071701 - }, - { - "id": 1953064, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953064, - "priority": 1, - "masterReleaseLabelId": 124022501 - }, - { - "id": 1953065, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953065, - "priority": 1, - "masterReleaseLabelId": 123092801 - }, - { - "id": 1953066, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953066, - "priority": 1, - "masterReleaseLabelId": 123112401 - }, - { - "id": 1953068, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953068, - "priority": 1, - "masterReleaseLabelId": 123102901 - }, - { - "id": 1953069, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953069, - "priority": 1, - "masterReleaseLabelId": 123061701 - }, - { - "id": 1953070, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953070, - "priority": 1, - "masterReleaseLabelId": 123080701 - }, - { - "id": 1975001, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1001 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975001, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953071, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953071, - "priority": 1, - "masterReleaseLabelId": 324010101 - }, - { - "id": 1953072, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953072, - "priority": 1, - "masterReleaseLabelId": 324021401 - }, - { - "id": 1953074, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953074, - "priority": 1, - "masterReleaseLabelId": 323042701 - }, - { - "id": 1953075, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953075, - "priority": 1, - "masterReleaseLabelId": 323052101 - }, - { - "id": 1953076, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953076, - "priority": 1, - "masterReleaseLabelId": 323061301 - }, - { - "id": 1953077, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953077, - "priority": 1, - "masterReleaseLabelId": 323072101 - }, - { - "id": 1953078, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953078, - "priority": 1, - "masterReleaseLabelId": 323082001 - }, - { - "id": 1953079, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953079, - "priority": 1, - "masterReleaseLabelId": 323092101 - }, - { - "id": 1953080, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953080, - "priority": 1, - "masterReleaseLabelId": 323103101 - }, - { - "id": 1953081, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953081, - "priority": 1, - "masterReleaseLabelId": 323111601 - }, - { - "id": 1953082, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953082, - "priority": 1, - "masterReleaseLabelId": 323122401 - }, - { - "id": 1975002, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1002 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975002, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953083, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953083, - "priority": 1, - "masterReleaseLabelId": 324010102 - }, - { - "id": 1953084, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953084, - "priority": 1, - "masterReleaseLabelId": 324021402 - }, - { - "id": 1953086, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953086, - "priority": 1, - "masterReleaseLabelId": 323042001 - }, - { - "id": 1953087, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953087, - "priority": 1, - "masterReleaseLabelId": 323051301 - }, - { - "id": 1953088, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953088, - "priority": 1, - "masterReleaseLabelId": 323060801 - }, - { - "id": 1953089, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953089, - "priority": 1, - "masterReleaseLabelId": 323072401 - }, - { - "id": 1953090, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953090, - "priority": 1, - "masterReleaseLabelId": 323080701 - }, - { - "id": 1953091, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953091, - "priority": 1, - "masterReleaseLabelId": 323092501 - }, - { - "id": 1953092, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953092, - "priority": 1, - "masterReleaseLabelId": 323103102 - }, - { - "id": 1953093, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953093, - "priority": 1, - "masterReleaseLabelId": 323112001 - }, - { - "id": 1953094, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953094, - "priority": 1, - "masterReleaseLabelId": 323122402 - }, - { - "id": 1975003, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1003 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975003, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953095, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953095, - "priority": 1, - "masterReleaseLabelId": 324010103 - }, - { - "id": 1953096, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953096, - "priority": 1, - "masterReleaseLabelId": 324021403 - }, - { - "id": 1953098, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953098, - "priority": 1, - "masterReleaseLabelId": 323042402 - }, - { - "id": 1953099, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953099, - "priority": 1, - "masterReleaseLabelId": 323050107 - }, - { - "id": 1953100, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953100, - "priority": 1, - "masterReleaseLabelId": 323060401 - }, - { - "id": 1953101, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953101, - "priority": 1, - "masterReleaseLabelId": 323071201 - }, - { - "id": 1953102, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953102, - "priority": 1, - "masterReleaseLabelId": 323080702 - }, - { - "id": 1953103, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953103, - "priority": 1, - "masterReleaseLabelId": 323092801 - }, - { - "id": 1953104, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953104, - "priority": 1, - "masterReleaseLabelId": 323103103 - }, - { - "id": 1953105, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953105, - "priority": 1, - "masterReleaseLabelId": 323112601 - }, - { - "id": 1953106, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953106, - "priority": 1, - "masterReleaseLabelId": 323122501 - }, - { - "id": 1975004, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1004 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975004, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953107, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953107, - "priority": 1, - "masterReleaseLabelId": 324010104 - }, - { - "id": 1953108, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953108, - "priority": 1, - "masterReleaseLabelId": 324021404 - }, - { - "id": 1953110, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953110, - "priority": 1, - "masterReleaseLabelId": 323042702 - }, - { - "id": 1953111, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953111, - "priority": 1, - "masterReleaseLabelId": 323052102 - }, - { - "id": 1953112, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953112, - "priority": 1, - "masterReleaseLabelId": 323061601 - }, - { - "id": 1953113, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953113, - "priority": 1, - "masterReleaseLabelId": 323072402 - }, - { - "id": 1953114, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953114, - "priority": 1, - "masterReleaseLabelId": 323082401 - }, - { - "id": 1953115, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953115, - "priority": 1, - "masterReleaseLabelId": 323090301 - }, - { - "id": 1953116, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953116, - "priority": 1, - "masterReleaseLabelId": 323103104 - }, - { - "id": 1953117, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953117, - "priority": 1, - "masterReleaseLabelId": 323111602 - }, - { - "id": 1953118, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953118, - "priority": 1, - "masterReleaseLabelId": 323122403 - }, - { - "id": 1975005, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1005 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975005, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953119, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953119, - "priority": 1, - "masterReleaseLabelId": 324010105 - }, - { - "id": 1953120, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953120, - "priority": 1, - "masterReleaseLabelId": 324021405 - }, - { - "id": 1953122, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953122, - "priority": 1, - "masterReleaseLabelId": 323042201 - }, - { - "id": 1953123, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953123, - "priority": 1, - "masterReleaseLabelId": 323050501 - }, - { - "id": 1953124, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953124, - "priority": 1, - "masterReleaseLabelId": 323060201 - }, - { - "id": 1953125, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953125, - "priority": 1, - "masterReleaseLabelId": 323072301 - }, - { - "id": 1953126, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953126, - "priority": 1, - "masterReleaseLabelId": 323080801 - }, - { - "id": 1953127, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953127, - "priority": 1, - "masterReleaseLabelId": 323092802 - }, - { - "id": 1953128, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953128, - "priority": 1, - "masterReleaseLabelId": 323103105 - }, - { - "id": 1953129, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953129, - "priority": 1, - "masterReleaseLabelId": 323112201 - }, - { - "id": 1953130, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953130, - "priority": 1, - "masterReleaseLabelId": 323122404 - }, - { - "id": 1975006, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1006 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975006, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953131, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953131, - "priority": 1, - "masterReleaseLabelId": 324010106 - }, - { - "id": 1953132, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953132, - "priority": 1, - "masterReleaseLabelId": 324021406 - }, - { - "id": 1953134, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953134, - "priority": 1, - "masterReleaseLabelId": 323042202 - }, - { - "id": 1953135, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953135, - "priority": 1, - "masterReleaseLabelId": 323050108 - }, - { - "id": 1953136, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953136, - "priority": 1, - "masterReleaseLabelId": 323061801 - }, - { - "id": 1953137, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953137, - "priority": 1, - "masterReleaseLabelId": 323071202 - }, - { - "id": 1953138, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953138, - "priority": 1, - "masterReleaseLabelId": 323081601 - }, - { - "id": 1953139, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953139, - "priority": 1, - "masterReleaseLabelId": 323091901 - }, - { - "id": 1953140, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953140, - "priority": 1, - "masterReleaseLabelId": 323103106 - }, - { - "id": 1953141, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953141, - "priority": 1, - "masterReleaseLabelId": 323112101 - }, - { - "id": 1953142, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953142, - "priority": 1, - "masterReleaseLabelId": 323122405 - }, - { - "id": 1975007, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1007 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975007, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953143, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953143, - "priority": 1, - "masterReleaseLabelId": 324010107 - }, - { - "id": 1953144, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953144, - "priority": 1, - "masterReleaseLabelId": 324021407 - }, - { - "id": 1953146, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953146, - "priority": 1, - "masterReleaseLabelId": 323042002 - }, - { - "id": 1953147, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953147, - "priority": 1, - "masterReleaseLabelId": 323050201 - }, - { - "id": 1953148, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953148, - "priority": 1, - "masterReleaseLabelId": 323061401 - }, - { - "id": 1953149, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953149, - "priority": 1, - "masterReleaseLabelId": 323072601 - }, - { - "id": 1953150, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953150, - "priority": 1, - "masterReleaseLabelId": 323081701 - }, - { - "id": 1953151, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953151, - "priority": 1, - "masterReleaseLabelId": 323092102 - }, - { - "id": 1953152, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953152, - "priority": 1, - "masterReleaseLabelId": 323103107 - }, - { - "id": 1953153, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953153, - "priority": 1, - "masterReleaseLabelId": 323111801 - }, - { - "id": 1953154, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953154, - "priority": 1, - "masterReleaseLabelId": 323122406 - }, - { - "id": 1975008, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1008 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975008, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953155, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953155, - "priority": 1, - "masterReleaseLabelId": 324010108 - }, - { - "id": 1953156, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953156, - "priority": 1, - "masterReleaseLabelId": 324021408 - }, - { - "id": 1953158, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953158, - "priority": 1, - "masterReleaseLabelId": 323042403 - }, - { - "id": 1953159, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953159, - "priority": 1, - "masterReleaseLabelId": 323050502 - }, - { - "id": 1953160, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953160, - "priority": 1, - "masterReleaseLabelId": 323060701 - }, - { - "id": 1953161, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953161, - "priority": 1, - "masterReleaseLabelId": 323072901 - }, - { - "id": 1953162, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953162, - "priority": 1, - "masterReleaseLabelId": 323080802 - }, - { - "id": 1953163, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953163, - "priority": 1, - "masterReleaseLabelId": 323092901 - }, - { - "id": 1953164, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953164, - "priority": 1, - "masterReleaseLabelId": 323103108 - }, - { - "id": 1953165, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953165, - "priority": 1, - "masterReleaseLabelId": 323110801 - }, - { - "id": 1953166, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953166, - "priority": 1, - "masterReleaseLabelId": 323122407 - }, - { - "id": 1975009, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 1009 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975009, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953167, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953167, - "priority": 1, - "masterReleaseLabelId": 324010109 - }, - { - "id": 1953168, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953168, - "priority": 1, - "masterReleaseLabelId": 324021409 - }, - { - "id": 1953170, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953170, - "priority": 1, - "masterReleaseLabelId": 323042601 - }, - { - "id": 1953171, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953171, - "priority": 1, - "masterReleaseLabelId": 323042802 - }, - { - "id": 1953172, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953172, - "priority": 1, - "masterReleaseLabelId": 323061001 - }, - { - "id": 1953173, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953173, - "priority": 1, - "masterReleaseLabelId": 323072602 - }, - { - "id": 1953174, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953174, - "priority": 1, - "masterReleaseLabelId": 323082901 - }, - { - "id": 1953175, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953175, - "priority": 1, - "masterReleaseLabelId": 323090601 - }, - { - "id": 1953176, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953176, - "priority": 1, - "masterReleaseLabelId": 323103109 - }, - { - "id": 1953177, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953177, - "priority": 1, - "masterReleaseLabelId": 323110601 - }, - { - "id": 1953178, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953178, - "priority": 1, - "masterReleaseLabelId": 323122408 - }, - { - "id": 1967001, - "title": "101の合計キズナをにしよう", - "detail": "101の合計キズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311967001, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967002, - "title": "101の合計キズナを10000以上にしよう", - "detail": "101の合計キズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311967002, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967003, - "title": "101の合計キズナを20000以上にしよう", - "detail": "101の合計キズナを20000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 311967003, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967004, - "title": "101の合計キズナを30000以上にしよう", - "detail": "101の合計キズナを30000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 311967004, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967005, - "title": "101の合計キズナを45000以上にしよう", - "detail": "101の合計キズナを45000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 45000, - "masterMissionRewardId": 311967005, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967006, - "title": "101の合計キズナを60000以上にしよう", - "detail": "101の合計キズナを60000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 60000, - "masterMissionRewardId": 311967006, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967007, - "title": "101の合計キズナを80000以上にしよう", - "detail": "101の合計キズナを80000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 80000, - "masterMissionRewardId": 311967007, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967008, - "title": "101の合計キズナを100000以上にしよう", - "detail": "101の合計キズナを100000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 100000, - "masterMissionRewardId": 311967008, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967009, - "title": "101の合計キズナを115000以上にしよう", - "detail": "101の合計キズナを115000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 115000, - "masterMissionRewardId": 311967009, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967010, - "title": "101の合計キズナを130000以上にしよう", - "detail": "101の合計キズナを130000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 130000, - "masterMissionRewardId": 311967010, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967011, - "title": "101の合計キズナを145000以上にしよう", - "detail": "101の合計キズナを145000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 145000, - "masterMissionRewardId": 311967011, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967012, - "title": "101の合計キズナを160000以上にしよう", - "detail": "101の合計キズナを160000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 160000, - "masterMissionRewardId": 311967012, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967013, - "title": "101の合計キズナを175000以上にしよう", - "detail": "101の合計キズナを175000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 175000, - "masterMissionRewardId": 311967013, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967014, - "title": "101の合計キズナを190000以上にしよう", - "detail": "101の合計キズナを190000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 190000, - "masterMissionRewardId": 311967014, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967015, - "title": "101の合計キズナを205000以上にしよう", - "detail": "101の合計キズナを205000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 101, - 102, - 103 - ], - "conditionNumber": 205000, - "masterMissionRewardId": 311967015, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953179, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953179, - "priority": 1, - "masterReleaseLabelId": 323041701 - }, - { - "id": 1953182, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953182, - "priority": 1, - "masterReleaseLabelId": 323062205 - }, - { - "id": 1953185, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 1101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953185, - "priority": 1, - "masterReleaseLabelId": 323072605 - }, - { - "id": 1953188, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953188, - "priority": 1, - "masterReleaseLabelId": 323082501 - }, - { - "id": 1975010, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2001 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975010, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953191, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953191, - "priority": 1, - "masterReleaseLabelId": 324010110 - }, - { - "id": 1953192, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953192, - "priority": 1, - "masterReleaseLabelId": 324021410 - }, - { - "id": 1953194, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953194, - "priority": 1, - "masterReleaseLabelId": 323042404 - }, - { - "id": 1953195, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953195, - "priority": 1, - "masterReleaseLabelId": 323050109 - }, - { - "id": 1953196, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953196, - "priority": 1, - "masterReleaseLabelId": 323060601 - }, - { - "id": 1953197, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953197, - "priority": 1, - "masterReleaseLabelId": 323072102 - }, - { - "id": 1953198, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953198, - "priority": 1, - "masterReleaseLabelId": 323081602 - }, - { - "id": 1953199, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953199, - "priority": 1, - "masterReleaseLabelId": 323090101 - }, - { - "id": 1953200, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953200, - "priority": 1, - "masterReleaseLabelId": 323103110 - }, - { - "id": 1953201, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953201, - "priority": 1, - "masterReleaseLabelId": 323112102 - }, - { - "id": 1953202, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953202, - "priority": 1, - "masterReleaseLabelId": 323122409 - }, - { - "id": 1975011, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2002 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975011, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953203, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953203, - "priority": 1, - "masterReleaseLabelId": 324010111 - }, - { - "id": 1953204, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953204, - "priority": 1, - "masterReleaseLabelId": 324021411 - }, - { - "id": 1953206, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953206, - "priority": 1, - "masterReleaseLabelId": 323042203 - }, - { - "id": 1953207, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953207, - "priority": 1, - "masterReleaseLabelId": 323050401 - }, - { - "id": 1953208, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953208, - "priority": 1, - "masterReleaseLabelId": 323060501 - }, - { - "id": 1953209, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953209, - "priority": 1, - "masterReleaseLabelId": 323071301 - }, - { - "id": 1953210, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953210, - "priority": 1, - "masterReleaseLabelId": 323080101 - }, - { - "id": 1953211, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953211, - "priority": 1, - "masterReleaseLabelId": 323092902 - }, - { - "id": 1953212, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953212, - "priority": 1, - "masterReleaseLabelId": 323103111 - }, - { - "id": 1953213, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953213, - "priority": 1, - "masterReleaseLabelId": 323111802 - }, - { - "id": 1953214, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953214, - "priority": 1, - "masterReleaseLabelId": 323122410 - }, - { - "id": 1975012, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2003 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975012, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953215, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953215, - "priority": 1, - "masterReleaseLabelId": 324010112 - }, - { - "id": 1953216, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953216, - "priority": 1, - "masterReleaseLabelId": 324021412 - }, - { - "id": 1953218, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953218, - "priority": 1, - "masterReleaseLabelId": 323042204 - }, - { - "id": 1953219, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953219, - "priority": 1, - "masterReleaseLabelId": 323050301 - }, - { - "id": 1953220, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953220, - "priority": 1, - "masterReleaseLabelId": 323061302 - }, - { - "id": 1953221, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953221, - "priority": 1, - "masterReleaseLabelId": 323072403 - }, - { - "id": 1953222, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953222, - "priority": 1, - "masterReleaseLabelId": 323081401 - }, - { - "id": 1953223, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953223, - "priority": 1, - "masterReleaseLabelId": 323091902 - }, - { - "id": 1953224, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953224, - "priority": 1, - "masterReleaseLabelId": 323103112 - }, - { - "id": 1953225, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953225, - "priority": 1, - "masterReleaseLabelId": 323112801 - }, - { - "id": 1953226, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953226, - "priority": 1, - "masterReleaseLabelId": 323122502 - }, - { - "id": 1975013, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2004 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975013, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953227, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953227, - "priority": 1, - "masterReleaseLabelId": 324010113 - }, - { - "id": 1953228, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953228, - "priority": 1, - "masterReleaseLabelId": 324021413 - }, - { - "id": 1953230, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953230, - "priority": 1, - "masterReleaseLabelId": 323042703 - }, - { - "id": 1953231, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953231, - "priority": 1, - "masterReleaseLabelId": 323042803 - }, - { - "id": 1953232, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953232, - "priority": 1, - "masterReleaseLabelId": 323062201 - }, - { - "id": 1953233, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953233, - "priority": 1, - "masterReleaseLabelId": 323072103 - }, - { - "id": 1953234, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953234, - "priority": 1, - "masterReleaseLabelId": 323082101 - }, - { - "id": 1953235, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953235, - "priority": 1, - "masterReleaseLabelId": 323091401 - }, - { - "id": 1953236, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953236, - "priority": 1, - "masterReleaseLabelId": 323103113 - }, - { - "id": 1953237, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953237, - "priority": 1, - "masterReleaseLabelId": 323111001 - }, - { - "id": 1953238, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953238, - "priority": 1, - "masterReleaseLabelId": 323122503 - }, - { - "id": 1975014, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2005 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975014, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953239, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953239, - "priority": 1, - "masterReleaseLabelId": 324010114 - }, - { - "id": 1953240, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953240, - "priority": 1, - "masterReleaseLabelId": 324021414 - }, - { - "id": 1953242, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953242, - "priority": 1, - "masterReleaseLabelId": 323042704 - }, - { - "id": 1953243, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953243, - "priority": 1, - "masterReleaseLabelId": 323050202 - }, - { - "id": 1953244, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953244, - "priority": 1, - "masterReleaseLabelId": 323061802 - }, - { - "id": 1953245, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953245, - "priority": 1, - "masterReleaseLabelId": 323072104 - }, - { - "id": 1953246, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953246, - "priority": 1, - "masterReleaseLabelId": 323082902 - }, - { - "id": 1953247, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953247, - "priority": 1, - "masterReleaseLabelId": 323091201 - }, - { - "id": 1953248, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953248, - "priority": 1, - "masterReleaseLabelId": 323103114 - }, - { - "id": 1953249, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953249, - "priority": 1, - "masterReleaseLabelId": 323112701 - }, - { - "id": 1953250, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953250, - "priority": 1, - "masterReleaseLabelId": 323122411 - }, - { - "id": 1975015, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2006 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975015, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953251, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953251, - "priority": 1, - "masterReleaseLabelId": 324010115 - }, - { - "id": 1953252, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953252, - "priority": 1, - "masterReleaseLabelId": 324021415 - }, - { - "id": 1953254, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953254, - "priority": 1, - "masterReleaseLabelId": 323042003 - }, - { - "id": 1953255, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953255, - "priority": 1, - "masterReleaseLabelId": 323050503 - }, - { - "id": 1953256, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953256, - "priority": 1, - "masterReleaseLabelId": 323062001 - }, - { - "id": 1953257, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953257, - "priority": 1, - "masterReleaseLabelId": 323070701 - }, - { - "id": 1953258, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953258, - "priority": 1, - "masterReleaseLabelId": 323081901 - }, - { - "id": 1953259, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953259, - "priority": 1, - "masterReleaseLabelId": 323092502 - }, - { - "id": 1953260, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953260, - "priority": 1, - "masterReleaseLabelId": 323103115 - }, - { - "id": 1953261, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953261, - "priority": 1, - "masterReleaseLabelId": 323112401 - }, - { - "id": 1953262, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953262, - "priority": 1, - "masterReleaseLabelId": 323122504 - }, - { - "id": 1975016, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2007 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975016, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953263, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953263, - "priority": 1, - "masterReleaseLabelId": 324010116 - }, - { - "id": 1953264, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953264, - "priority": 1, - "masterReleaseLabelId": 324021416 - }, - { - "id": 1953266, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953266, - "priority": 1, - "masterReleaseLabelId": 323042205 - }, - { - "id": 1953267, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953267, - "priority": 1, - "masterReleaseLabelId": 323050302 - }, - { - "id": 1953268, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953268, - "priority": 1, - "masterReleaseLabelId": 323060202 - }, - { - "id": 1953269, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953269, - "priority": 1, - "masterReleaseLabelId": 323071001 - }, - { - "id": 1953270, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953270, - "priority": 1, - "masterReleaseLabelId": 323081702 - }, - { - "id": 1953271, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953271, - "priority": 1, - "masterReleaseLabelId": 323092803 - }, - { - "id": 1953272, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953272, - "priority": 1, - "masterReleaseLabelId": 323103116 - }, - { - "id": 1953273, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953273, - "priority": 1, - "masterReleaseLabelId": 323111201 - }, - { - "id": 1953274, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953274, - "priority": 1, - "masterReleaseLabelId": 323122505 - }, - { - "id": 1975017, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2008 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975017, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953275, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953275, - "priority": 1, - "masterReleaseLabelId": 324010117 - }, - { - "id": 1953276, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953276, - "priority": 1, - "masterReleaseLabelId": 324021417 - }, - { - "id": 1953278, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953278, - "priority": 1, - "masterReleaseLabelId": 323042501 - }, - { - "id": 1953279, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953279, - "priority": 1, - "masterReleaseLabelId": 323050203 - }, - { - "id": 1953280, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953280, - "priority": 1, - "masterReleaseLabelId": 323062002 - }, - { - "id": 1953281, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953281, - "priority": 1, - "masterReleaseLabelId": 323070702 - }, - { - "id": 1953282, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953282, - "priority": 1, - "masterReleaseLabelId": 323081001 - }, - { - "id": 1953283, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953283, - "priority": 1, - "masterReleaseLabelId": 323092103 - }, - { - "id": 1953284, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953284, - "priority": 1, - "masterReleaseLabelId": 323103117 - }, - { - "id": 1953285, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953285, - "priority": 1, - "masterReleaseLabelId": 323111202 - }, - { - "id": 1953286, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953286, - "priority": 1, - "masterReleaseLabelId": 323122412 - }, - { - "id": 1975018, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 2009 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975018, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953287, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953287, - "priority": 1, - "masterReleaseLabelId": 324010118 - }, - { - "id": 1953288, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953288, - "priority": 1, - "masterReleaseLabelId": 324021418 - }, - { - "id": 1953290, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953290, - "priority": 1, - "masterReleaseLabelId": 323042206 - }, - { - "id": 1953291, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953291, - "priority": 1, - "masterReleaseLabelId": 323050303 - }, - { - "id": 1953292, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953292, - "priority": 1, - "masterReleaseLabelId": 323061402 - }, - { - "id": 1953293, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953293, - "priority": 1, - "masterReleaseLabelId": 323070301 - }, - { - "id": 1953294, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953294, - "priority": 1, - "masterReleaseLabelId": 323081902 - }, - { - "id": 1953295, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953295, - "priority": 1, - "masterReleaseLabelId": 323092401 - }, - { - "id": 1953296, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953296, - "priority": 1, - "masterReleaseLabelId": 323103118 - }, - { - "id": 1953297, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953297, - "priority": 1, - "masterReleaseLabelId": 323110602 - }, - { - "id": 1953298, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953298, - "priority": 1, - "masterReleaseLabelId": 323122506 - }, - { - "id": 1967016, - "title": "201の合計キズナをにしよう", - "detail": "201の合計キズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311967016, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967017, - "title": "201の合計キズナを10000以上にしよう", - "detail": "201の合計キズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311967017, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967018, - "title": "201の合計キズナを20000以上にしよう", - "detail": "201の合計キズナを20000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 311967018, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967019, - "title": "201の合計キズナを30000以上にしよう", - "detail": "201の合計キズナを30000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 311967019, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967020, - "title": "201の合計キズナを45000以上にしよう", - "detail": "201の合計キズナを45000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 45000, - "masterMissionRewardId": 311967020, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967021, - "title": "201の合計キズナを60000以上にしよう", - "detail": "201の合計キズナを60000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 60000, - "masterMissionRewardId": 311967021, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967022, - "title": "201の合計キズナを80000以上にしよう", - "detail": "201の合計キズナを80000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 80000, - "masterMissionRewardId": 311967022, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967023, - "title": "201の合計キズナを100000以上にしよう", - "detail": "201の合計キズナを100000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 100000, - "masterMissionRewardId": 311967023, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967024, - "title": "201の合計キズナを115000以上にしよう", - "detail": "201の合計キズナを115000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 115000, - "masterMissionRewardId": 311967024, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967025, - "title": "201の合計キズナを130000以上にしよう", - "detail": "201の合計キズナを130000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 130000, - "masterMissionRewardId": 311967025, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967026, - "title": "201の合計キズナを145000以上にしよう", - "detail": "201の合計キズナを145000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 145000, - "masterMissionRewardId": 311967026, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967027, - "title": "201の合計キズナを160000以上にしよう", - "detail": "201の合計キズナを160000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 160000, - "masterMissionRewardId": 311967027, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967028, - "title": "201の合計キズナを175000以上にしよう", - "detail": "201の合計キズナを175000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 175000, - "masterMissionRewardId": 311967028, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967029, - "title": "201の合計キズナを190000以上にしよう", - "detail": "201の合計キズナを190000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 190000, - "masterMissionRewardId": 311967029, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967030, - "title": "201の合計キズナを205000以上にしよう", - "detail": "201の合計キズナを205000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 201, - 202, - 203 - ], - "conditionNumber": 205000, - "masterMissionRewardId": 311967030, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953301, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 2101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953301, - "priority": 1, - "masterReleaseLabelId": 323062005 - }, - { - "id": 1953306, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953306, - "priority": 1, - "masterReleaseLabelId": 323081107 - }, - { - "id": 1953307, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953307, - "priority": 1, - "masterReleaseLabelId": 323091905 - }, - { - "id": 1975019, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3001 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975019, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953311, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953311, - "priority": 1, - "masterReleaseLabelId": 324010119 - }, - { - "id": 1953312, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953312, - "priority": 1, - "masterReleaseLabelId": 324021419 - }, - { - "id": 1953314, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953314, - "priority": 1, - "masterReleaseLabelId": 323042101 - }, - { - "id": 1953315, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953315, - "priority": 1, - "masterReleaseLabelId": 323050204 - }, - { - "id": 1953316, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953316, - "priority": 1, - "masterReleaseLabelId": 323062401 - }, - { - "id": 1953317, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953317, - "priority": 1, - "masterReleaseLabelId": 323072801 - }, - { - "id": 1953318, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953318, - "priority": 1, - "masterReleaseLabelId": 323081801 - }, - { - "id": 1953319, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953319, - "priority": 1, - "masterReleaseLabelId": 323090801 - }, - { - "id": 1953320, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953320, - "priority": 1, - "masterReleaseLabelId": 323103119 - }, - { - "id": 1953321, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953321, - "priority": 1, - "masterReleaseLabelId": 323113001 - }, - { - "id": 1953322, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953322, - "priority": 1, - "masterReleaseLabelId": 323122507 - }, - { - "id": 1975020, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3002 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975020, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953323, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953323, - "priority": 1, - "masterReleaseLabelId": 324010120 - }, - { - "id": 1953324, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953324, - "priority": 1, - "masterReleaseLabelId": 324021420 - }, - { - "id": 1953326, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953326, - "priority": 1, - "masterReleaseLabelId": 323042405 - }, - { - "id": 1953327, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953327, - "priority": 1, - "masterReleaseLabelId": 323050402 - }, - { - "id": 1953328, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953328, - "priority": 1, - "masterReleaseLabelId": 323062601 - }, - { - "id": 1953329, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953329, - "priority": 1, - "masterReleaseLabelId": 323072701 - }, - { - "id": 1953330, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953330, - "priority": 1, - "masterReleaseLabelId": 323081402 - }, - { - "id": 1953331, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953331, - "priority": 1, - "masterReleaseLabelId": 323090302 - }, - { - "id": 1953332, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953332, - "priority": 1, - "masterReleaseLabelId": 323103120 - }, - { - "id": 1953333, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953333, - "priority": 1, - "masterReleaseLabelId": 323112002 - }, - { - "id": 1953334, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953334, - "priority": 1, - "masterReleaseLabelId": 323122508 - }, - { - "id": 1975021, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3003 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975021, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953335, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953335, - "priority": 1, - "masterReleaseLabelId": 324010121 - }, - { - "id": 1953336, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953336, - "priority": 1, - "masterReleaseLabelId": 324021421 - }, - { - "id": 1953338, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953338, - "priority": 1, - "masterReleaseLabelId": 323042207 - }, - { - "id": 1953339, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953339, - "priority": 1, - "masterReleaseLabelId": 323051701 - }, - { - "id": 1953340, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953340, - "priority": 1, - "masterReleaseLabelId": 323062402 - }, - { - "id": 1953341, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953341, - "priority": 1, - "masterReleaseLabelId": 323072802 - }, - { - "id": 1953342, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953342, - "priority": 1, - "masterReleaseLabelId": 323082601 - }, - { - "id": 1953343, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953343, - "priority": 1, - "masterReleaseLabelId": 323090602 - }, - { - "id": 1953344, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953344, - "priority": 1, - "masterReleaseLabelId": 323103121 - }, - { - "id": 1953345, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953345, - "priority": 1, - "masterReleaseLabelId": 323111002 - }, - { - "id": 1953346, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953346, - "priority": 1, - "masterReleaseLabelId": 323122509 - }, - { - "id": 1975022, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3004 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975022, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953347, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953347, - "priority": 1, - "masterReleaseLabelId": 324010122 - }, - { - "id": 1953348, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953348, - "priority": 1, - "masterReleaseLabelId": 324021422 - }, - { - "id": 1953350, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953350, - "priority": 1, - "masterReleaseLabelId": 323042705 - }, - { - "id": 1953351, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953351, - "priority": 1, - "masterReleaseLabelId": 323051102 - }, - { - "id": 1953352, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953352, - "priority": 1, - "masterReleaseLabelId": 323060502 - }, - { - "id": 1953353, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953353, - "priority": 1, - "masterReleaseLabelId": 323072803 - }, - { - "id": 1953354, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953354, - "priority": 1, - "masterReleaseLabelId": 323082903 - }, - { - "id": 1953355, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953355, - "priority": 1, - "masterReleaseLabelId": 323090102 - }, - { - "id": 1953356, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953356, - "priority": 1, - "masterReleaseLabelId": 323103122 - }, - { - "id": 1953357, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953357, - "priority": 1, - "masterReleaseLabelId": 323113002 - }, - { - "id": 1953358, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953358, - "priority": 1, - "masterReleaseLabelId": 323122510 - }, - { - "id": 1975023, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3005 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975023, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953359, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953359, - "priority": 1, - "masterReleaseLabelId": 324010123 - }, - { - "id": 1953360, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953360, - "priority": 1, - "masterReleaseLabelId": 324021423 - }, - { - "id": 1953362, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953362, - "priority": 1, - "masterReleaseLabelId": 323042602 - }, - { - "id": 1953363, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953363, - "priority": 1, - "masterReleaseLabelId": 323043006 - }, - { - "id": 1953364, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953364, - "priority": 1, - "masterReleaseLabelId": 323060901 - }, - { - "id": 1953365, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953365, - "priority": 1, - "masterReleaseLabelId": 323072001 - }, - { - "id": 1953366, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953366, - "priority": 1, - "masterReleaseLabelId": 323081002 - }, - { - "id": 1953367, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953367, - "priority": 1, - "masterReleaseLabelId": 323090103 - }, - { - "id": 1953368, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953368, - "priority": 1, - "masterReleaseLabelId": 323103123 - }, - { - "id": 1953369, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953369, - "priority": 1, - "masterReleaseLabelId": 323112202 - }, - { - "id": 1953370, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953370, - "priority": 1, - "masterReleaseLabelId": 323122511 - }, - { - "id": 1975024, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3006 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975024, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953371, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953371, - "priority": 1, - "masterReleaseLabelId": 324010124 - }, - { - "id": 1953372, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953372, - "priority": 1, - "masterReleaseLabelId": 324021424 - }, - { - "id": 1953374, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953374, - "priority": 1, - "masterReleaseLabelId": 323042603 - }, - { - "id": 1953375, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953375, - "priority": 1, - "masterReleaseLabelId": 323050110 - }, - { - "id": 1953376, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953376, - "priority": 1, - "masterReleaseLabelId": 323061101 - }, - { - "id": 1953377, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953377, - "priority": 1, - "masterReleaseLabelId": 323072105 - }, - { - "id": 1953378, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953378, - "priority": 1, - "masterReleaseLabelId": 323082602 - }, - { - "id": 1953379, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953379, - "priority": 1, - "masterReleaseLabelId": 323091501 - }, - { - "id": 1953380, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953380, - "priority": 1, - "masterReleaseLabelId": 323103124 - }, - { - "id": 1953381, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953381, - "priority": 1, - "masterReleaseLabelId": 323112802 - }, - { - "id": 1953382, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953382, - "priority": 1, - "masterReleaseLabelId": 323122512 - }, - { - "id": 1975025, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3007 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975025, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953383, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953383, - "priority": 1, - "masterReleaseLabelId": 324010125 - }, - { - "id": 1953384, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953384, - "priority": 1, - "masterReleaseLabelId": 324021425 - }, - { - "id": 1953386, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953386, - "priority": 1, - "masterReleaseLabelId": 323042502 - }, - { - "id": 1953387, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953387, - "priority": 1, - "masterReleaseLabelId": 323043007 - }, - { - "id": 1953388, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953388, - "priority": 1, - "masterReleaseLabelId": 323062701 - }, - { - "id": 1953389, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953389, - "priority": 1, - "masterReleaseLabelId": 323072302 - }, - { - "id": 1953390, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953390, - "priority": 1, - "masterReleaseLabelId": 323081802 - }, - { - "id": 1953391, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953391, - "priority": 1, - "masterReleaseLabelId": 323091701 - }, - { - "id": 1953392, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953392, - "priority": 1, - "masterReleaseLabelId": 323103125 - }, - { - "id": 1953393, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953393, - "priority": 1, - "masterReleaseLabelId": 323110802 - }, - { - "id": 1953394, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953394, - "priority": 1, - "masterReleaseLabelId": 323122513 - }, - { - "id": 1975026, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3008 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975026, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953395, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953395, - "priority": 1, - "masterReleaseLabelId": 324010126 - }, - { - "id": 1953396, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953396, - "priority": 1, - "masterReleaseLabelId": 324021426 - }, - { - "id": 1953398, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953398, - "priority": 1, - "masterReleaseLabelId": 323042706 - }, - { - "id": 1953399, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953399, - "priority": 1, - "masterReleaseLabelId": 323043008 - }, - { - "id": 1953400, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953400, - "priority": 1, - "masterReleaseLabelId": 323061303 - }, - { - "id": 1953401, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953401, - "priority": 1, - "masterReleaseLabelId": 323072002 - }, - { - "id": 1953402, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953402, - "priority": 1, - "masterReleaseLabelId": 323081101 - }, - { - "id": 1953403, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953403, - "priority": 1, - "masterReleaseLabelId": 323092402 - }, - { - "id": 1953404, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953404, - "priority": 1, - "masterReleaseLabelId": 323103126 - }, - { - "id": 1953405, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953405, - "priority": 1, - "masterReleaseLabelId": 323112602 - }, - { - "id": 1953406, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953406, - "priority": 1, - "masterReleaseLabelId": 323122514 - }, - { - "id": 1975027, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3009 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975027, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953407, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953407, - "priority": 1, - "masterReleaseLabelId": 324010127 - }, - { - "id": 1953408, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953408, - "priority": 1, - "masterReleaseLabelId": 324021427 - }, - { - "id": 1953410, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953410, - "priority": 1, - "masterReleaseLabelId": 323042503 - }, - { - "id": 1953411, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953411, - "priority": 1, - "masterReleaseLabelId": 323050111 - }, - { - "id": 1953412, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953412, - "priority": 1, - "masterReleaseLabelId": 323060802 - }, - { - "id": 1953413, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953413, - "priority": 1, - "masterReleaseLabelId": 323072003 - }, - { - "id": 1953414, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953414, - "priority": 1, - "masterReleaseLabelId": 323081102 - }, - { - "id": 1953415, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953415, - "priority": 1, - "masterReleaseLabelId": 323091502 - }, - { - "id": 1953416, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953416, - "priority": 1, - "masterReleaseLabelId": 323103127 - }, - { - "id": 1953417, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953417, - "priority": 1, - "masterReleaseLabelId": 323112702 - }, - { - "id": 1953418, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953418, - "priority": 1, - "masterReleaseLabelId": 323122515 - }, - { - "id": 1975028, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3010 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975028, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953419, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953419, - "priority": 1, - "masterReleaseLabelId": 324010128 - }, - { - "id": 1953420, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953420, - "priority": 1, - "masterReleaseLabelId": 324021428 - }, - { - "id": 1953422, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953422, - "priority": 1, - "masterReleaseLabelId": 323042604 - }, - { - "id": 1953423, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953423, - "priority": 1, - "masterReleaseLabelId": 323043009 - }, - { - "id": 1953424, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953424, - "priority": 1, - "masterReleaseLabelId": 323060402 - }, - { - "id": 1953425, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953425, - "priority": 1, - "masterReleaseLabelId": 323072404 - }, - { - "id": 1953426, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953426, - "priority": 1, - "masterReleaseLabelId": 323081603 - }, - { - "id": 1953427, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953427, - "priority": 1, - "masterReleaseLabelId": 323090802 - }, - { - "id": 1953428, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953428, - "priority": 1, - "masterReleaseLabelId": 323103128 - }, - { - "id": 1953429, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953429, - "priority": 1, - "masterReleaseLabelId": 323111501 - }, - { - "id": 1953430, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953430, - "priority": 1, - "masterReleaseLabelId": 323122516 - }, - { - "id": 1975029, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3011 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975029, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953431, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953431, - "priority": 1, - "masterReleaseLabelId": 324010129 - }, - { - "id": 1953432, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953432, - "priority": 1, - "masterReleaseLabelId": 324021429 - }, - { - "id": 1953434, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953434, - "priority": 1, - "masterReleaseLabelId": 323042004 - }, - { - "id": 1953435, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953435, - "priority": 1, - "masterReleaseLabelId": 323050403 - }, - { - "id": 1953436, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953436, - "priority": 1, - "masterReleaseLabelId": 323062702 - }, - { - "id": 1953437, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953437, - "priority": 1, - "masterReleaseLabelId": 323070302 - }, - { - "id": 1953438, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953438, - "priority": 1, - "masterReleaseLabelId": 323080601 - }, - { - "id": 1953439, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953439, - "priority": 1, - "masterReleaseLabelId": 323091202 - }, - { - "id": 1953440, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953440, - "priority": 1, - "masterReleaseLabelId": 323103129 - }, - { - "id": 1953441, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953441, - "priority": 1, - "masterReleaseLabelId": 323112402 - }, - { - "id": 1953442, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953442, - "priority": 1, - "masterReleaseLabelId": 323122517 - }, - { - "id": 1975030, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 3012 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975030, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953443, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953443, - "priority": 1, - "masterReleaseLabelId": 324010130 - }, - { - "id": 1953444, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953444, - "priority": 1, - "masterReleaseLabelId": 324021430 - }, - { - "id": 1953446, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953446, - "priority": 1, - "masterReleaseLabelId": 323042605 - }, - { - "id": 1953447, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953447, - "priority": 1, - "masterReleaseLabelId": 323043010 - }, - { - "id": 1953448, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953448, - "priority": 1, - "masterReleaseLabelId": 323060702 - }, - { - "id": 1953449, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953449, - "priority": 1, - "masterReleaseLabelId": 323072106 - }, - { - "id": 1953450, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953450, - "priority": 1, - "masterReleaseLabelId": 323082002 - }, - { - "id": 1953451, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953451, - "priority": 1, - "masterReleaseLabelId": 323090104 - }, - { - "id": 1953452, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953452, - "priority": 1, - "masterReleaseLabelId": 323103130 - }, - { - "id": 1953453, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953453, - "priority": 1, - "masterReleaseLabelId": 323112403 - }, - { - "id": 1953454, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953454, - "priority": 1, - "masterReleaseLabelId": 323122518 - }, - { - "id": 1967031, - "title": "301の合計キズナをにしよう", - "detail": "301の合計キズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311967031, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967032, - "title": "301の合計キズナを10000以上にしよう", - "detail": "301の合計キズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311967032, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967033, - "title": "301の合計キズナを20000以上にしよう", - "detail": "301の合計キズナを20000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 311967033, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967034, - "title": "301の合計キズナを30000以上にしよう", - "detail": "301の合計キズナを30000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 311967034, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967035, - "title": "301の合計キズナを45000以上にしよう", - "detail": "301の合計キズナを45000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 45000, - "masterMissionRewardId": 311967035, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967036, - "title": "301の合計キズナを60000以上にしよう", - "detail": "301の合計キズナを60000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 60000, - "masterMissionRewardId": 311967036, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967037, - "title": "301の合計キズナを80000以上にしよう", - "detail": "301の合計キズナを80000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 80000, - "masterMissionRewardId": 311967037, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967038, - "title": "301の合計キズナを100000以上にしよう", - "detail": "301の合計キズナを100000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 100000, - "masterMissionRewardId": 311967038, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967039, - "title": "301の合計キズナを115000以上にしよう", - "detail": "301の合計キズナを115000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 115000, - "masterMissionRewardId": 311967039, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967040, - "title": "301の合計キズナを130000以上にしよう", - "detail": "301の合計キズナを130000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 130000, - "masterMissionRewardId": 311967040, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967041, - "title": "301の合計キズナを145000以上にしよう", - "detail": "301の合計キズナを145000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 145000, - "masterMissionRewardId": 311967041, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967042, - "title": "301の合計キズナを160000以上にしよう", - "detail": "301の合計キズナを160000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 160000, - "masterMissionRewardId": 311967042, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967043, - "title": "301の合計キズナを175000以上にしよう", - "detail": "301の合計キズナを175000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 175000, - "masterMissionRewardId": 311967043, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967044, - "title": "301の合計キズナを190000以上にしよう", - "detail": "301の合計キズナを190000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 190000, - "masterMissionRewardId": 311967044, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967045, - "title": "301の合計キズナを205000以上にしよう", - "detail": "301の合計キズナを205000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 301, - 302, - 303, - 304 - ], - "conditionNumber": 205000, - "masterMissionRewardId": 311967045, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953455, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953455, - "priority": 1, - "masterReleaseLabelId": 323042401 - }, - { - "id": 1953458, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953458, - "priority": 1, - "masterReleaseLabelId": 323061805 - }, - { - "id": 1953461, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 3101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953461, - "priority": 1, - "masterReleaseLabelId": 323071303 - }, - { - "id": 1953464, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953464, - "priority": 1, - "masterReleaseLabelId": 323082605 - }, - { - "id": 1953465, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953465, - "priority": 1, - "masterReleaseLabelId": 323091205 - }, - { - "id": 1975031, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4001 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975031, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953467, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953467, - "priority": 1, - "masterReleaseLabelId": 324010131 - }, - { - "id": 1953468, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953468, - "priority": 1, - "masterReleaseLabelId": 324021001 - }, - { - "id": 1953470, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953470, - "priority": 1, - "masterReleaseLabelId": 323042102 - }, - { - "id": 1953471, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953471, - "priority": 1, - "masterReleaseLabelId": 323050112 - }, - { - "id": 1953472, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953472, - "priority": 1, - "masterReleaseLabelId": 323061002 - }, - { - "id": 1953473, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953473, - "priority": 1, - "masterReleaseLabelId": 323072004 - }, - { - "id": 1953474, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953474, - "priority": 1, - "masterReleaseLabelId": 323080102 - }, - { - "id": 1953475, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953475, - "priority": 1, - "masterReleaseLabelId": 323090105 - }, - { - "id": 1953476, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953476, - "priority": 1, - "masterReleaseLabelId": 323102501 - }, - { - "id": 1953477, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953477, - "priority": 1, - "masterReleaseLabelId": 323110101 - }, - { - "id": 1953478, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953478, - "priority": 1, - "masterReleaseLabelId": 323122301 - }, - { - "id": 1975032, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4002 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975032, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953479, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953479, - "priority": 1, - "masterReleaseLabelId": 324010132 - }, - { - "id": 1953480, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953480, - "priority": 1, - "masterReleaseLabelId": 324021431 - }, - { - "id": 1953482, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953482, - "priority": 1, - "masterReleaseLabelId": 323042005 - }, - { - "id": 1953483, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953483, - "priority": 1, - "masterReleaseLabelId": 323042804 - }, - { - "id": 1953484, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953484, - "priority": 1, - "masterReleaseLabelId": 323060101 - }, - { - "id": 1953485, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953485, - "priority": 1, - "masterReleaseLabelId": 323072005 - }, - { - "id": 1953486, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953486, - "priority": 1, - "masterReleaseLabelId": 323082402 - }, - { - "id": 1953487, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953487, - "priority": 1, - "masterReleaseLabelId": 323091402 - }, - { - "id": 1953488, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953488, - "priority": 1, - "masterReleaseLabelId": 323102502 - }, - { - "id": 1953489, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953489, - "priority": 1, - "masterReleaseLabelId": 323110102 - }, - { - "id": 1953490, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953490, - "priority": 1, - "masterReleaseLabelId": 323122519 - }, - { - "id": 1975033, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4003 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975033, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953491, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953491, - "priority": 1, - "masterReleaseLabelId": 324010133 - }, - { - "id": 1953492, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953492, - "priority": 1, - "masterReleaseLabelId": 324020901 - }, - { - "id": 1953494, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953494, - "priority": 1, - "masterReleaseLabelId": 323042606 - }, - { - "id": 1953495, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953495, - "priority": 1, - "masterReleaseLabelId": 323051103 - }, - { - "id": 1953496, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953496, - "priority": 1, - "masterReleaseLabelId": 323061102 - }, - { - "id": 1953497, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4003 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953497, - "priority": 1, - "masterReleaseLabelId": 323071801 - }, - { - "id": 1953498, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953498, - "priority": 1, - "masterReleaseLabelId": 323081103 - }, - { - "id": 1953499, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953499, - "priority": 1, - "masterReleaseLabelId": 323090106 - }, - { - "id": 1953500, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953500, - "priority": 1, - "masterReleaseLabelId": 323103131 - }, - { - "id": 1953501, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953501, - "priority": 1, - "masterReleaseLabelId": 323110103 - }, - { - "id": 1953502, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953502, - "priority": 1, - "masterReleaseLabelId": 323122520 - }, - { - "id": 1975034, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4004 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975034, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953503, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953503, - "priority": 1, - "masterReleaseLabelId": 324010134 - }, - { - "id": 1953504, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953504, - "priority": 1, - "masterReleaseLabelId": 324021432 - }, - { - "id": 1953506, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953506, - "priority": 1, - "masterReleaseLabelId": 323042504 - }, - { - "id": 1953507, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953507, - "priority": 1, - "masterReleaseLabelId": 323042805 - }, - { - "id": 1953508, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953508, - "priority": 1, - "masterReleaseLabelId": 323062901 - }, - { - "id": 1953509, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4004 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953509, - "priority": 1, - "masterReleaseLabelId": 323072006 - }, - { - "id": 1953510, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953510, - "priority": 1, - "masterReleaseLabelId": 323082102 - }, - { - "id": 1953511, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953511, - "priority": 1, - "masterReleaseLabelId": 323091702 - }, - { - "id": 1953512, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953512, - "priority": 1, - "masterReleaseLabelId": 323102503 - }, - { - "id": 1953513, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953513, - "priority": 1, - "masterReleaseLabelId": 323110104 - }, - { - "id": 1953514, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953514, - "priority": 1, - "masterReleaseLabelId": 323122521 - }, - { - "id": 1975035, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4005 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975035, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953515, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953515, - "priority": 1, - "masterReleaseLabelId": 324010135 - }, - { - "id": 1953516, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953516, - "priority": 1, - "masterReleaseLabelId": 324021433 - }, - { - "id": 1953518, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953518, - "priority": 1, - "masterReleaseLabelId": 323042103 - }, - { - "id": 1953519, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953519, - "priority": 1, - "masterReleaseLabelId": 323042806 - }, - { - "id": 1953520, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953520, - "priority": 1, - "masterReleaseLabelId": 323062602 - }, - { - "id": 1953521, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953521, - "priority": 1, - "masterReleaseLabelId": 323071802 - }, - { - "id": 1953522, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4005 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953522, - "priority": 1, - "masterReleaseLabelId": 323080401 - }, - { - "id": 1953523, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953523, - "priority": 1, - "masterReleaseLabelId": 323090107 - }, - { - "id": 1953524, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953524, - "priority": 1, - "masterReleaseLabelId": 323102504 - }, - { - "id": 1953525, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953525, - "priority": 1, - "masterReleaseLabelId": 323110105 - }, - { - "id": 1953526, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953526, - "priority": 1, - "masterReleaseLabelId": 323122522 - }, - { - "id": 1975036, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4006 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975036, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953527, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953527, - "priority": 1, - "masterReleaseLabelId": 324010136 - }, - { - "id": 1953528, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953528, - "priority": 1, - "masterReleaseLabelId": 324021101 - }, - { - "id": 1953530, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953530, - "priority": 1, - "masterReleaseLabelId": 323042406 - }, - { - "id": 1953531, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953531, - "priority": 1, - "masterReleaseLabelId": 323042807 - }, - { - "id": 1953532, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953532, - "priority": 1, - "masterReleaseLabelId": 323062202 - }, - { - "id": 1953533, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4006 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953533, - "priority": 1, - "masterReleaseLabelId": 323071002 - }, - { - "id": 1953534, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953534, - "priority": 1, - "masterReleaseLabelId": 323080602 - }, - { - "id": 1953535, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953535, - "priority": 1, - "masterReleaseLabelId": 323090108 - }, - { - "id": 1953536, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953536, - "priority": 1, - "masterReleaseLabelId": 323102505 - }, - { - "id": 1953537, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953537, - "priority": 1, - "masterReleaseLabelId": 323110106 - }, - { - "id": 1953538, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953538, - "priority": 1, - "masterReleaseLabelId": 323122302 - }, - { - "id": 1975037, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4007 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975037, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953539, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953539, - "priority": 1, - "masterReleaseLabelId": 324010137 - }, - { - "id": 1953540, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953540, - "priority": 1, - "masterReleaseLabelId": 324021002 - }, - { - "id": 1953542, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953542, - "priority": 1, - "masterReleaseLabelId": 323042104 - }, - { - "id": 1953543, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953543, - "priority": 1, - "masterReleaseLabelId": 323042808 - }, - { - "id": 1953544, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953544, - "priority": 1, - "masterReleaseLabelId": 323060602 - }, - { - "id": 1953545, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4007 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953545, - "priority": 1, - "masterReleaseLabelId": 323071803 - }, - { - "id": 1953546, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953546, - "priority": 1, - "masterReleaseLabelId": 323082103 - }, - { - "id": 1953547, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953547, - "priority": 1, - "masterReleaseLabelId": 323090109 - }, - { - "id": 1953548, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953548, - "priority": 1, - "masterReleaseLabelId": 323102506 - }, - { - "id": 1953549, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953549, - "priority": 1, - "masterReleaseLabelId": 323110107 - }, - { - "id": 1953550, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953550, - "priority": 1, - "masterReleaseLabelId": 323122523 - }, - { - "id": 1975038, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4008 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975038, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953551, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953551, - "priority": 1, - "masterReleaseLabelId": 324010138 - }, - { - "id": 1953552, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953552, - "priority": 1, - "masterReleaseLabelId": 324021102 - }, - { - "id": 1953554, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953554, - "priority": 1, - "masterReleaseLabelId": 323042607 - }, - { - "id": 1953555, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953555, - "priority": 1, - "masterReleaseLabelId": 323042809 - }, - { - "id": 1953556, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953556, - "priority": 1, - "masterReleaseLabelId": 323060803 - }, - { - "id": 1953557, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953557, - "priority": 1, - "masterReleaseLabelId": 323072007 - }, - { - "id": 1953558, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4008 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953558, - "priority": 1, - "masterReleaseLabelId": 323080402 - }, - { - "id": 1953559, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953559, - "priority": 1, - "masterReleaseLabelId": 323090110 - }, - { - "id": 1953560, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953560, - "priority": 1, - "masterReleaseLabelId": 323102201 - }, - { - "id": 1953561, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953561, - "priority": 1, - "masterReleaseLabelId": 323111502 - }, - { - "id": 1953562, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953562, - "priority": 1, - "masterReleaseLabelId": 323122524 - }, - { - "id": 1975039, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4009 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975039, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1953563, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953563, - "priority": 1, - "masterReleaseLabelId": 324010139 - }, - { - "id": 1953564, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953564, - "priority": 1, - "masterReleaseLabelId": 324020902 - }, - { - "id": 1953566, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953566, - "priority": 1, - "masterReleaseLabelId": 323042505 - }, - { - "id": 1953567, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953567, - "priority": 1, - "masterReleaseLabelId": 323042810 - }, - { - "id": 1953568, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953568, - "priority": 1, - "masterReleaseLabelId": 323060503 - }, - { - "id": 1953569, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953569, - "priority": 1, - "masterReleaseLabelId": 323072008 - }, - { - "id": 1953570, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953570, - "priority": 1, - "masterReleaseLabelId": 323082104 - }, - { - "id": 1953571, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953571, - "priority": 1, - "masterReleaseLabelId": 323090111 - }, - { - "id": 1953572, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953572, - "priority": 1, - "masterReleaseLabelId": 323102507 - }, - { - "id": 1953573, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953573, - "priority": 1, - "masterReleaseLabelId": 323110108 - }, - { - "id": 1953574, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953574, - "priority": 1, - "masterReleaseLabelId": 323122525 - }, - { - "id": 1967046, - "title": "400の合計キズナをにしよう", - "detail": "400の合計キズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311967046, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967047, - "title": "400の合計キズナを10000以上にしよう", - "detail": "400の合計キズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311967047, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967048, - "title": "400の合計キズナを20000以上にしよう", - "detail": "400の合計キズナを20000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 311967048, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967049, - "title": "400の合計キズナを30000以上にしよう", - "detail": "400の合計キズナを30000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 311967049, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967050, - "title": "400の合計キズナを45000以上にしよう", - "detail": "400の合計キズナを45000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 45000, - "masterMissionRewardId": 311967050, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967051, - "title": "400の合計キズナを60000以上にしよう", - "detail": "400の合計キズナを60000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 60000, - "masterMissionRewardId": 311967051, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967052, - "title": "400の合計キズナを80000以上にしよう", - "detail": "400の合計キズナを80000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 80000, - "masterMissionRewardId": 311967052, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967053, - "title": "400の合計キズナを100000以上にしよう", - "detail": "400の合計キズナを100000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 100000, - "masterMissionRewardId": 311967053, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967054, - "title": "400の合計キズナを115000以上にしよう", - "detail": "400の合計キズナを115000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 115000, - "masterMissionRewardId": 311967054, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967055, - "title": "400の合計キズナを130000以上にしよう", - "detail": "400の合計キズナを130000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 130000, - "masterMissionRewardId": 311967055, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967056, - "title": "400の合計キズナを145000以上にしよう", - "detail": "400の合計キズナを145000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 145000, - "masterMissionRewardId": 311967056, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967057, - "title": "400の合計キズナを160000以上にしよう", - "detail": "400の合計キズナを160000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 160000, - "masterMissionRewardId": 311967057, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967058, - "title": "400の合計キズナを175000以上にしよう", - "detail": "400の合計キズナを175000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 175000, - "masterMissionRewardId": 311967058, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967059, - "title": "400の合計キズナを190000以上にしよう", - "detail": "400の合計キズナを190000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 190000, - "masterMissionRewardId": 311967059, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1967060, - "title": "400の合計キズナを205000以上にしよう", - "detail": "400の合計キズナを205000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 67, - "conditionValues": [ - 400 - ], - "conditionNumber": 205000, - "masterMissionRewardId": 311967060, - "priority": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 1951001, - "title": "部員『幸せのアップルパイ』を手に入れよう", - "detail": "部員『幸せのアップルパイ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40010010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951001, - "priority": 1, - "masterReleaseLabelId": 123050103 - }, - { - "id": 1950001, - "title": "部員『幸せのアップルパイ』を覚醒しよう", - "detail": "部員『幸せのアップルパイ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40010010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950001, - "priority": 1, - "masterReleaseLabelId": 123050103 - }, - { - "id": 1953577, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953577, - "priority": 1, - "masterReleaseLabelId": 323062006 - }, - { - "id": 1953578, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [ - 4101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311953578, - "priority": 1, - "masterReleaseLabelId": 323070401 - }, - { - "id": 1953579, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953579, - "priority": 1, - "masterReleaseLabelId": 323100101 - }, - { - "id": 1953583, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953583, - "priority": 1, - "masterReleaseLabelId": 323082405 - }, - { - "id": 1951002, - "title": "部員『サプライズBBQ』を手に入れよう", - "detail": "部員『サプライズBBQ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30050009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951002, - "priority": 1, - "masterReleaseLabelId": 123053002 - }, - { - "id": 1950002, - "title": "部員『サプライズBBQ』を覚醒しよう", - "detail": "部員『サプライズBBQ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30050009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950002, - "priority": 1, - "masterReleaseLabelId": 123053002 - }, - { - "id": 1951003, - "title": "部員『雫滴る紫陽花』を手に入れよう", - "detail": "部員『雫滴る紫陽花』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20080013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951003, - "priority": 1, - "masterReleaseLabelId": 123061302 - }, - { - "id": 1950003, - "title": "部員『雫滴る紫陽花』を覚醒しよう", - "detail": "部員『雫滴る紫陽花』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20080013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950003, - "priority": 1, - "masterReleaseLabelId": 123061302 - }, - { - "id": 1951004, - "title": "部員『レイニーバースデイ』を手に入れよう", - "detail": "部員『レイニーバースデイ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10070015 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951004, - "priority": 1, - "masterReleaseLabelId": 123060902 - }, - { - "id": 1950004, - "title": "部員『レイニーバースデイ』を覚醒しよう", - "detail": "部員『レイニーバースデイ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10070015 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950004, - "priority": 1, - "masterReleaseLabelId": 123060902 - }, - { - "id": 1951005, - "title": "部員『クワガタケーキ』を手に入れよう", - "detail": "部員『クワガタケーキ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40080009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951005, - "priority": 1, - "masterReleaseLabelId": 123061702 - }, - { - "id": 1950005, - "title": "部員『クワガタケーキ』を覚醒しよう", - "detail": "部員『クワガタケーキ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40080009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950005, - "priority": 1, - "masterReleaseLabelId": 123061702 - }, - { - "id": 1951006, - "title": "部員『朝からサプライズ!』を手に入れよう", - "detail": "部員『朝からサプライズ!』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30040009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951006, - "priority": 1, - "masterReleaseLabelId": 123062902 - }, - { - "id": 1950006, - "title": "部員『朝からサプライズ!』を覚醒しよう", - "detail": "部員『朝からサプライズ!』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30040009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950006, - "priority": 1, - "masterReleaseLabelId": 123062902 - }, - { - "id": 1951007, - "title": "部員『感謝を込めて』を手に入れよう", - "detail": "部員『感謝を込めて』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20060014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951007, - "priority": 1, - "masterReleaseLabelId": 123071302 - }, - { - "id": 1950007, - "title": "部員『感謝を込めて』を覚醒しよう", - "detail": "部員『感謝を込めて』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20060014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950007, - "priority": 1, - "masterReleaseLabelId": 123071302 - }, - { - "id": 1951008, - "title": "部員『駅前に響く連弾』を手に入れよう", - "detail": "部員『駅前に響く連弾』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10090016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951008, - "priority": 1, - "masterReleaseLabelId": 123072202 - }, - { - "id": 1950008, - "title": "部員『駅前に響く連弾』を覚醒しよう", - "detail": "部員『駅前に響く連弾』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10090016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950008, - "priority": 1, - "masterReleaseLabelId": 123072202 - }, - { - "id": 1951009, - "title": "部員『サニパサプライズ』を手に入れよう", - "detail": "部員『サニパサプライズ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40020010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951009, - "priority": 1, - "masterReleaseLabelId": 123071702 - }, - { - "id": 1950009, - "title": "部員『サニパサプライズ』を覚醒しよう", - "detail": "部員『サニパサプライズ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40020010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950009, - "priority": 1, - "masterReleaseLabelId": 123071702 - }, - { - "id": 1951010, - "title": "部員『バスに揺られて』を手に入れよう", - "detail": "部員『バスに揺られて』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20010015 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951010, - "priority": 1, - "masterReleaseLabelId": 123080104 - }, - { - "id": 1950010, - "title": "部員『バスに揺られて』を覚醒しよう", - "detail": "部員『バスに揺られて』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20010015 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950010, - "priority": 1, - "masterReleaseLabelId": 123080104 - }, - { - "id": 1951011, - "title": "部員『幼馴染からの手紙』を手に入れよう", - "detail": "部員『幼馴染からの手紙』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10010017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951011, - "priority": 1, - "masterReleaseLabelId": 123080302 - }, - { - "id": 1950011, - "title": "部員『幼馴染からの手紙』を覚醒しよう", - "detail": "部員『幼馴染からの手紙』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10010017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950011, - "priority": 1, - "masterReleaseLabelId": 123080302 - }, - { - "id": 1951012, - "title": "部員『アニカラパーティー』を手に入れよう", - "detail": "部員『アニカラパーティー』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30070009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951012, - "priority": 1, - "masterReleaseLabelId": 123080802 - }, - { - "id": 1950012, - "title": "部員『アニカラパーティー』を覚醒しよう", - "detail": "部員『アニカラパーティー』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30070009 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950012, - "priority": 1, - "masterReleaseLabelId": 123080802 - }, - { - "id": 1951013, - "title": "部員『長いお鼻に掴まって』を手に入れよう", - "detail": "部員『長いお鼻に掴まって』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40090010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951013, - "priority": 1, - "masterReleaseLabelId": 123080702 - }, - { - "id": 1950013, - "title": "部員『長いお鼻に掴まって』を覚醒しよう", - "detail": "部員『長いお鼻に掴まって』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40090010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950013, - "priority": 1, - "masterReleaseLabelId": 123080702 - }, - { - "id": 1953585, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953585, - "priority": 1, - "masterReleaseLabelId": 323082801 - }, - { - "id": 1951014, - "title": "部員『二人でコスプリ♡』を手に入れよう", - "detail": "部員『二人でコスプリ♡』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10030017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951014, - "priority": 1, - "masterReleaseLabelId": 123091202 - }, - { - "id": 1950014, - "title": "部員『二人でコスプリ♡』を覚醒しよう", - "detail": "部員『二人でコスプリ♡』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10030017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950014, - "priority": 1, - "masterReleaseLabelId": 123091202 - }, - { - "id": 1951015, - "title": "部員『飛び交うカモメ』を手に入れよう", - "detail": "部員『飛び交うカモメ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20020014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951015, - "priority": 1, - "masterReleaseLabelId": 123091902 - }, - { - "id": 1950015, - "title": "部員『飛び交うカモメ』を覚醒しよう", - "detail": "部員『飛び交うカモメ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20020014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950015, - "priority": 1, - "masterReleaseLabelId": 123091902 - }, - { - "id": 1951016, - "title": "部員『秋の新作スイーツ』を手に入れよう", - "detail": "部員『秋の新作スイーツ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20090014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951016, - "priority": 1, - "masterReleaseLabelId": 123092102 - }, - { - "id": 1950016, - "title": "部員『秋の新作スイーツ』を覚醒しよう", - "detail": "部員『秋の新作スイーツ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20090014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950016, - "priority": 1, - "masterReleaseLabelId": 123092102 - }, - { - "id": 1951017, - "title": "部員『メロンにめろめろ♡』を手に入れよう", - "detail": "部員『メロンにめろめろ♡』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40040010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951017, - "priority": 1, - "masterReleaseLabelId": 123092802 - }, - { - "id": 1950017, - "title": "部員『メロンにめろめろ♡』を覚醒しよう", - "detail": "部員『メロンにめろめろ♡』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40040010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950017, - "priority": 1, - "masterReleaseLabelId": 123092802 - }, - { - "id": 1951018, - "title": "部員『姉との時間』を手に入れよう", - "detail": "部員『姉との時間』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30100010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951018, - "priority": 1, - "masterReleaseLabelId": 123100502 - }, - { - "id": 1950018, - "title": "部員『姉との時間』を覚醒しよう", - "detail": "部員『姉との時間』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30100010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950018, - "priority": 1, - "masterReleaseLabelId": 123100502 - }, - { - "id": 1953586, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953586, - "priority": 1, - "masterReleaseLabelId": 323100701 - }, - { - "id": 1953587, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953587, - "priority": 1, - "masterReleaseLabelId": 323100702 - }, - { - "id": 1953588, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953588, - "priority": 1, - "masterReleaseLabelId": 323101401 - }, - { - "id": 1953589, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953589, - "priority": 1, - "masterReleaseLabelId": 323101402 - }, - { - "id": 1953590, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953590, - "priority": 1, - "masterReleaseLabelId": 323101501 - }, - { - "id": 1953591, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953591, - "priority": 1, - "masterReleaseLabelId": 323101502 - }, - { - "id": 1951019, - "title": "部員『ヘアアレンジ』を手に入れよう", - "detail": "部員『ヘアアレンジ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10020017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951019, - "priority": 1, - "masterReleaseLabelId": 123102102 - }, - { - "id": 1950019, - "title": "部員『ヘアアレンジ』を覚醒しよう", - "detail": "部員『ヘアアレンジ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10020017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950019, - "priority": 1, - "masterReleaseLabelId": 123102102 - }, - { - "id": 1951020, - "title": "部員『猫カフェ日和』を手に入れよう", - "detail": "部員『猫カフェ日和』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40070011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951020, - "priority": 1, - "masterReleaseLabelId": 123102902 - }, - { - "id": 1950020, - "title": "部員『猫カフェ日和』を覚醒しよう", - "detail": "部員『猫カフェ日和』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40070011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950020, - "priority": 1, - "masterReleaseLabelId": 123102902 - }, - { - "id": 1951021, - "title": "部員『可愛い贈り物たち』を手に入れよう", - "detail": "部員『可愛い贈り物たち』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10050016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951021, - "priority": 1, - "masterReleaseLabelId": 123110103 - }, - { - "id": 1950021, - "title": "部員『可愛い贈り物たち』を覚醒しよう", - "detail": "部員『可愛い贈り物たち』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10050016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950021, - "priority": 1, - "masterReleaseLabelId": 123110103 - }, - { - "id": 1951022, - "title": "部員『FULL COMBO!!』を手に入れよう", - "detail": "部員『FULL COMBO!!』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30090012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951022, - "priority": 1, - "masterReleaseLabelId": 123111302 - }, - { - "id": 1950022, - "title": "部員『FULL COMBO!!』を覚醒しよう", - "detail": "部員『FULL COMBO!!』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30090012 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950022, - "priority": 1, - "masterReleaseLabelId": 123111302 - }, - { - "id": 1953592, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953592, - "priority": 1, - "masterReleaseLabelId": 323112105 - }, - { - "id": 1951023, - "title": "部員『苺スイーツビュッフェ』を手に入れよう", - "detail": "部員『苺スイーツビュッフェ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40050011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951023, - "priority": 1, - "masterReleaseLabelId": 123112402 - }, - { - "id": 1950023, - "title": "部員『苺スイーツビュッフェ』を覚醒しよう", - "detail": "部員『苺スイーツビュッフェ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40050011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950023, - "priority": 1, - "masterReleaseLabelId": 123112402 - }, - { - "id": 1951024, - "title": "部員『憧れの選手が日本に!』を手に入れよう", - "detail": "部員『憧れの選手が日本に!』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30110013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951024, - "priority": 1, - "masterReleaseLabelId": 123120602 - }, - { - "id": 1950024, - "title": "部員『憧れの選手が日本に!』を覚醒しよう", - "detail": "部員『憧れの選手が日本に!』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30110013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950024, - "priority": 1, - "masterReleaseLabelId": 123120602 - }, - { - "id": 1951025, - "title": "部員『抗えないこたつの魅力』を手に入れよう", - "detail": "部員『抗えないこたつの魅力』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30060013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951025, - "priority": 1, - "masterReleaseLabelId": 123121602 - }, - { - "id": 1950025, - "title": "部員『抗えないこたつの魅力』を覚醒しよう", - "detail": "部員『抗えないこたつの魅力』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30060013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950025, - "priority": 1, - "masterReleaseLabelId": 123121602 - }, - { - "id": 1953593, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953593, - "priority": 1, - "masterReleaseLabelId": 323122305 - }, - { - "id": 1953594, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953594, - "priority": 1, - "masterReleaseLabelId": 323122306 - }, - { - "id": 1953595, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953595, - "priority": 1, - "masterReleaseLabelId": 323122551 - }, - { - "id": 1958586, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958586, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958587, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958587, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958588, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958588, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958589, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958589, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958590, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958590, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958591, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958591, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958592, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958592, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958593, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958593, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958594, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958594, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958595, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958595, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958596, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958596, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958597, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958597, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958598, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958598, - "priority": 1, - "masterReleaseLabelId": 324012001 - }, - { - "id": 1958599, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958599, - "priority": 1, - "masterReleaseLabelId": 324012001 - }, - { - "id": 1958600, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4010 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958600, - "priority": 1, - "masterReleaseLabelId": 324012001 - }, - { - "id": 1975040, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4010 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975040, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958601, - "title": "『N』のキズナをにしよう", - "detail": "『N』のキズナをにしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311958601, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958602, - "title": "『N』のキズナを1000以上にしよう", - "detail": "『N』のキズナを1000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 1000, - "masterMissionRewardId": 311958602, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958603, - "title": "『N』のキズナを2000以上にしよう", - "detail": "『N』のキズナを2000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 2000, - "masterMissionRewardId": 311958603, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958604, - "title": "『N』のキズナを3500以上にしよう", - "detail": "『N』のキズナを3500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 3500, - "masterMissionRewardId": 311958604, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958605, - "title": "『N』のキズナを5000以上にしよう", - "detail": "『N』のキズナを5000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 311958605, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958606, - "title": "『N』のキズナを6000以上にしよう", - "detail": "『N』のキズナを6000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 6000, - "masterMissionRewardId": 311958606, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958607, - "title": "『N』のキズナを7000以上にしよう", - "detail": "『N』のキズナを7000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 7000, - "masterMissionRewardId": 311958607, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958608, - "title": "『N』のキズナを8000以上にしよう", - "detail": "『N』のキズナを8000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 8000, - "masterMissionRewardId": 311958608, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958609, - "title": "『N』のキズナを9000以上にしよう", - "detail": "『N』のキズナを9000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 9000, - "masterMissionRewardId": 311958609, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958610, - "title": "『N』のキズナを10000以上にしよう", - "detail": "『N』のキズナを10000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 10000, - "masterMissionRewardId": 311958610, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958611, - "title": "『N』のキズナを11000以上にしよう", - "detail": "『N』のキズナを11000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 11000, - "masterMissionRewardId": 311958611, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958612, - "title": "『N』のキズナを12500以上にしよう", - "detail": "『N』のキズナを12500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 12500, - "masterMissionRewardId": 311958612, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1958613, - "title": "『N』のキズナを13000以上にしよう", - "detail": "『N』のキズナを13000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 13000, - "masterMissionRewardId": 311958613, - "priority": 1, - "masterReleaseLabelId": 323122801 - }, - { - "id": 1958614, - "title": "『N』のキズナを13500以上にしよう", - "detail": "『N』のキズナを13500以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 13500, - "masterMissionRewardId": 311958614, - "priority": 1, - "masterReleaseLabelId": 323122801 - }, - { - "id": 1958615, - "title": "『N』のキズナを15000以上にしよう", - "detail": "『N』のキズナを15000以上にしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [ - 4011 - ], - "conditionNumber": 15000, - "masterMissionRewardId": 311958615, - "priority": 1, - "masterReleaseLabelId": 323122801 - }, - { - "id": 1975041, - "title": "", - "detail": "", - "type": 21, - "parentMasterMissionId": 0, - "conditionType": 75, - "conditionValues": [ - 4011 - ], - "conditionNumber": 50, - "masterMissionRewardId": 311975041, - "priority": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 1953596, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953596, - "priority": 1, - "masterReleaseLabelId": 323120801 - }, - { - "id": 1953597, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953597, - "priority": 1, - "masterReleaseLabelId": 323122201 - }, - { - "id": 1951026, - "title": "部員『Jellyfish』を手に入れよう", - "detail": "部員『Jellyfish』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40110002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951026, - "priority": 1, - "masterReleaseLabelId": 123122802 - }, - { - "id": 1950026, - "title": "部員『Jellyfish』を覚醒しよう", - "detail": "部員『Jellyfish』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40110002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950026, - "priority": 1, - "masterReleaseLabelId": 123122802 - }, - { - "id": 1951027, - "title": "部員『絵馬に記す願いは』を手に入れよう", - "detail": "部員『絵馬に記す願いは』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20040016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951027, - "priority": 1, - "masterReleaseLabelId": 124010103 - }, - { - "id": 1950027, - "title": "部員『絵馬に記す願いは』を覚醒しよう", - "detail": "部員『絵馬に記す願いは』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20040016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950027, - "priority": 1, - "masterReleaseLabelId": 124010103 - }, - { - "id": 1951028, - "title": "部員『高まる理由はひとつ』を手に入れよう", - "detail": "部員『高まる理由はひとつ』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10080017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951028, - "priority": 1, - "masterReleaseLabelId": 124011702 - }, - { - "id": 1950028, - "title": "部員『高まる理由はひとつ』を覚醒しよう", - "detail": "部員『高まる理由はひとつ』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10080017 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950028, - "priority": 1, - "masterReleaseLabelId": 124011702 - }, - { - "id": 1951029, - "title": "部員『デュエット』を手に入れよう", - "detail": "部員『デュエット』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40100002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951029, - "priority": 1, - "masterReleaseLabelId": 124012002 - }, - { - "id": 1950029, - "title": "部員『デュエット』を覚醒しよう", - "detail": "部員『デュエット』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40100002 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950029, - "priority": 1, - "masterReleaseLabelId": 124012002 - }, - { - "id": 1951030, - "title": "部員『メイクアップかすみん』を手に入れよう", - "detail": "部員『メイクアップかすみん』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30020014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951030, - "priority": 1, - "masterReleaseLabelId": 124012302 - }, - { - "id": 1950030, - "title": "部員『メイクアップかすみん』を覚醒しよう", - "detail": "部員『メイクアップかすみん』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30020014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950030, - "priority": 1, - "masterReleaseLabelId": 124012302 - }, - { - "id": 1951031, - "title": "部員『パンならいくらでも♡』を手に入れよう", - "detail": "部員『パンならいくらでも♡』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30080014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951031, - "priority": 1, - "masterReleaseLabelId": 124020502 - }, - { - "id": 1950031, - "title": "部員『パンならいくらでも♡』を覚醒しよう", - "detail": "部員『パンならいくらでも♡』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30080014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950031, - "priority": 1, - "masterReleaseLabelId": 124020502 - }, - { - "id": 1953598, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953598, - "priority": 1, - "masterReleaseLabelId": 324020905 - }, - { - "id": 1953599, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953599, - "priority": 1, - "masterReleaseLabelId": 324011901 - }, - { - "id": 1951032, - "title": "部員『特別なティータイム』を手に入れよう", - "detail": "部員『特別なティータイム』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20030016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951032, - "priority": 1, - "masterReleaseLabelId": 124021002 - }, - { - "id": 1950032, - "title": "部員『特別なティータイム』を覚醒しよう", - "detail": "部員『特別なティータイム』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20030016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950032, - "priority": 1, - "masterReleaseLabelId": 124021002 - }, - { - "id": 1951033, - "title": "部員『マルをめぐった一日』を手に入れよう", - "detail": "部員『マルをめぐった一日』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40030014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951033, - "priority": 1, - "masterReleaseLabelId": 124022502 - }, - { - "id": 1950033, - "title": "部員『マルをめぐった一日』を覚醒しよう", - "detail": "部員『マルをめぐった一日』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40030014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950033, - "priority": 1, - "masterReleaseLabelId": 124022502 - }, - { - "id": 1951034, - "title": "部員『空中ブランコに乗って』を手に入れよう", - "detail": "部員『空中ブランコに乗って』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30120014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951034, - "priority": 1, - "masterReleaseLabelId": 124021502 - }, - { - "id": 1950034, - "title": "部員『空中ブランコに乗って』を覚醒しよう", - "detail": "部員『空中ブランコに乗って』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30120014 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950034, - "priority": 1, - "masterReleaseLabelId": 124021502 - }, - { - "id": 1953600, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953600, - "priority": 1, - "masterReleaseLabelId": 324022201 - }, - { - "id": 1953601, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953601, - "priority": 1, - "masterReleaseLabelId": 324031401 - }, - { - "id": 1953602, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953602, - "priority": 1, - "masterReleaseLabelId": 324031402 - }, - { - "id": 1953603, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953603, - "priority": 1, - "masterReleaseLabelId": 324031403 - }, - { - "id": 1953604, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953604, - "priority": 1, - "masterReleaseLabelId": 324031404 - }, - { - "id": 1953605, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953605, - "priority": 1, - "masterReleaseLabelId": 324031405 - }, - { - "id": 1953606, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953606, - "priority": 1, - "masterReleaseLabelId": 324031406 - }, - { - "id": 1953607, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953607, - "priority": 1, - "masterReleaseLabelId": 324031407 - }, - { - "id": 1953608, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953608, - "priority": 1, - "masterReleaseLabelId": 324031408 - }, - { - "id": 1953609, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953609, - "priority": 1, - "masterReleaseLabelId": 324031409 - }, - { - "id": 1953610, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953610, - "priority": 1, - "masterReleaseLabelId": 324031410 - }, - { - "id": 1953611, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953611, - "priority": 1, - "masterReleaseLabelId": 324031411 - }, - { - "id": 1953612, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953612, - "priority": 1, - "masterReleaseLabelId": 324031412 - }, - { - "id": 1953613, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953613, - "priority": 1, - "masterReleaseLabelId": 324031413 - }, - { - "id": 1953614, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953614, - "priority": 1, - "masterReleaseLabelId": 324031414 - }, - { - "id": 1953615, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953615, - "priority": 1, - "masterReleaseLabelId": 324031415 - }, - { - "id": 1953616, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953616, - "priority": 1, - "masterReleaseLabelId": 324031416 - }, - { - "id": 1953617, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953617, - "priority": 1, - "masterReleaseLabelId": 324031417 - }, - { - "id": 1953618, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953618, - "priority": 1, - "masterReleaseLabelId": 324031418 - }, - { - "id": 1953619, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953619, - "priority": 1, - "masterReleaseLabelId": 324031419 - }, - { - "id": 1953620, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953620, - "priority": 1, - "masterReleaseLabelId": 324031420 - }, - { - "id": 1953621, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953621, - "priority": 1, - "masterReleaseLabelId": 324031421 - }, - { - "id": 1953622, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953622, - "priority": 1, - "masterReleaseLabelId": 324031422 - }, - { - "id": 1953623, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953623, - "priority": 1, - "masterReleaseLabelId": 324031423 - }, - { - "id": 1953624, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953624, - "priority": 1, - "masterReleaseLabelId": 324031424 - }, - { - "id": 1953625, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953625, - "priority": 1, - "masterReleaseLabelId": 324031425 - }, - { - "id": 1953626, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953626, - "priority": 1, - "masterReleaseLabelId": 324031426 - }, - { - "id": 1953627, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953627, - "priority": 1, - "masterReleaseLabelId": 324031427 - }, - { - "id": 1953628, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953628, - "priority": 1, - "masterReleaseLabelId": 324031428 - }, - { - "id": 1953629, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953629, - "priority": 1, - "masterReleaseLabelId": 324031429 - }, - { - "id": 1953630, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953630, - "priority": 1, - "masterReleaseLabelId": 324031430 - }, - { - "id": 1953631, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953631, - "priority": 1, - "masterReleaseLabelId": 324031001 - }, - { - "id": 1953632, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953632, - "priority": 1, - "masterReleaseLabelId": 324031101 - }, - { - "id": 1953633, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953633, - "priority": 1, - "masterReleaseLabelId": 324031431 - }, - { - "id": 1953634, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953634, - "priority": 1, - "masterReleaseLabelId": 324031432 - }, - { - "id": 1953635, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953635, - "priority": 1, - "masterReleaseLabelId": 324031433 - }, - { - "id": 1953636, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953636, - "priority": 1, - "masterReleaseLabelId": 324031002 - }, - { - "id": 1953637, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953637, - "priority": 1, - "masterReleaseLabelId": 324031003 - }, - { - "id": 1953638, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953638, - "priority": 1, - "masterReleaseLabelId": 324031434 - }, - { - "id": 1953639, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953639, - "priority": 1, - "masterReleaseLabelId": 324031102 - }, - { - "id": 1953640, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953640, - "priority": 1, - "masterReleaseLabelId": 124031501 - }, - { - "id": 1953641, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953641, - "priority": 1, - "masterReleaseLabelId": 124030401 - }, - { - "id": 1953642, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953642, - "priority": 1, - "masterReleaseLabelId": 124030101 - }, - { - "id": 1951035, - "title": "部員『生け花に挑戦!』を手に入れよう", - "detail": "部員『生け花に挑戦!』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30010018 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951035, - "priority": 1, - "masterReleaseLabelId": 124030103 - }, - { - "id": 1950035, - "title": "部員『生け花に挑戦!』を覚醒しよう", - "detail": "部員『生け花に挑戦!』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30010018 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950035, - "priority": 1, - "masterReleaseLabelId": 124030103 - }, - { - "id": 1953643, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953643, - "priority": 1, - "masterReleaseLabelId": 324030302 - }, - { - "id": 1951036, - "title": "部員『感動!VR体験』を手に入れよう", - "detail": "部員『感動!VR体験』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20070016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951036, - "priority": 1, - "masterReleaseLabelId": 124030402 - }, - { - "id": 1950036, - "title": "部員『感動!VR体験』を覚醒しよう", - "detail": "部員『感動!VR体験』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20070016 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950036, - "priority": 1, - "masterReleaseLabelId": 124030402 - }, - { - "id": 1953644, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953644, - "priority": 1, - "masterReleaseLabelId": 324030801 - }, - { - "id": 1951037, - "title": "部員『縁側にこぼれる微笑』を手に入れよう", - "detail": "部員『縁側にこぼれる微笑』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10040020 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951037, - "priority": 1, - "masterReleaseLabelId": 124031502 - }, - { - "id": 1950037, - "title": "部員『縁側にこぼれる微笑』を覚醒しよう", - "detail": "部員『縁側にこぼれる微笑』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10040020 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950037, - "priority": 1, - "masterReleaseLabelId": 124031502 - }, - { - "id": 1951038, - "title": "部員『春の天体観測』を手に入れよう", - "detail": "部員『春の天体観測』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 10060018 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951038, - "priority": 1, - "masterReleaseLabelId": 324031601 - }, - { - "id": 1950038, - "title": "部員『春の天体観測』を覚醒しよう", - "detail": "部員『春の天体観測』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 10060018 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950038, - "priority": 1, - "masterReleaseLabelId": 324031601 - }, - { - "id": 1951039, - "title": "部員『思い出の場所で再撮影』を手に入れよう", - "detail": "部員『思い出の場所で再撮影』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 20050019 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951039, - "priority": 1, - "masterReleaseLabelId": 324031602 - }, - { - "id": 1950039, - "title": "部員『思い出の場所で再撮影』を覚醒しよう", - "detail": "部員『思い出の場所で再撮影』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 20050019 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950039, - "priority": 1, - "masterReleaseLabelId": 324031602 - }, - { - "id": 1951040, - "title": "部員『ふたりはヒーロー☆』を手に入れよう", - "detail": "部員『ふたりはヒーロー☆』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 30030015 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951040, - "priority": 1, - "masterReleaseLabelId": 324031603 - }, - { - "id": 1950040, - "title": "部員『ふたりはヒーロー☆』を覚醒しよう", - "detail": "部員『ふたりはヒーロー☆』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 30030015 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950040, - "priority": 1, - "masterReleaseLabelId": 324031603 - }, - { - "id": 1951041, - "title": "部員『東京フライドポテト』を手に入れよう", - "detail": "部員『東京フライドポテト』を手に入れよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 51, - "conditionValues": [ - 40060013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311951041, - "priority": 1, - "masterReleaseLabelId": 324031604 - }, - { - "id": 1950041, - "title": "部員『東京フライドポテト』を覚醒しよう", - "detail": "部員『東京フライドポテト』を覚醒しよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 50, - "conditionValues": [ - 40060013 - ], - "conditionNumber": 1, - "masterMissionRewardId": 311950041, - "priority": 1, - "masterReleaseLabelId": 324031604 - }, - { - "id": 1953645, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953645, - "priority": 1, - "masterReleaseLabelId": 324032301 - }, - { - "id": 1953646, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 7, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 311953646, - "priority": 1, - "masterReleaseLabelId": 324032901 - }, - { - "id": 1224001, - "title": "デイリー課題を全てクリアしよう", - "detail": "デイリー課題を全てクリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 24, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 131224001, - "priority": 100, - "masterReleaseLabelId": 223101003 - }, - { - "id": 1253001, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131253001, - "priority": 99, - "masterReleaseLabelId": 223101003 - }, - { - "id": 1273001, - "title": "ラブライブ!の楽曲を1回クリアしよう", - "detail": "ラブライブ!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273001, - "priority": 98, - "masterReleaseLabelId": 223101003 - }, - { - "id": 1273002, - "title": "ラブライブ!サンシャイン!!の楽曲を1回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273002, - "priority": 97, - "masterReleaseLabelId": 223101003 - }, - { - "id": 1273003, - "title": "ラブライブ!虹ヶ咲スクールアイドル同好会の楽曲を1回クリアしよう", - "detail": "ラブライブ!虹ヶ咲スクールアイドル同好会の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273003, - "priority": 96, - "masterReleaseLabelId": 223101003 - }, - { - "id": 1273004, - "title": "ラブライブ!スーパースター!の楽曲を1回クリアしよう", - "detail": "ラブライブ!スーパースター!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273004, - "priority": 95, - "masterReleaseLabelId": 223101003 - }, - { - "id": 1224002, - "title": "デイリー課題を全てクリアしよう", - "detail": "デイリー課題を全てクリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 24, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 131224002, - "priority": 100, - "masterReleaseLabelId": 223101602 - }, - { - "id": 1253002, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131253002, - "priority": 99, - "masterReleaseLabelId": 223101602 - }, - { - "id": 1273005, - "title": "ラブライブ!の楽曲を1回クリアしよう", - "detail": "ラブライブ!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273005, - "priority": 98, - "masterReleaseLabelId": 223101602 - }, - { - "id": 1273006, - "title": "ラブライブ!サンシャイン!!の楽曲を1回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273006, - "priority": 97, - "masterReleaseLabelId": 223101602 - }, - { - "id": 1273007, - "title": "ラブライブ!虹ヶ咲スクールアイドル同好会の楽曲を1回クリアしよう", - "detail": "ラブライブ!虹ヶ咲スクールアイドル同好会の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273007, - "priority": 96, - "masterReleaseLabelId": 223101602 - }, - { - "id": 1273008, - "title": "ラブライブ!スーパースター!の楽曲を1回クリアしよう", - "detail": "ラブライブ!スーパースター!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273008, - "priority": 95, - "masterReleaseLabelId": 223101602 - }, - { - "id": 1224003, - "title": "デイリー課題を全てクリアしよう", - "detail": "デイリー課題を全てクリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 24, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 131224003, - "priority": 100, - "masterReleaseLabelId": 223102903 - }, - { - "id": 1253003, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131253003, - "priority": 99, - "masterReleaseLabelId": 223102903 - }, - { - "id": 1273009, - "title": "ラブライブ!の楽曲を1回クリアしよう", - "detail": "ラブライブ!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273009, - "priority": 98, - "masterReleaseLabelId": 223102903 - }, - { - "id": 1273010, - "title": "ラブライブ!サンシャイン!!の楽曲を1回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273010, - "priority": 97, - "masterReleaseLabelId": 223102903 - }, - { - "id": 1273011, - "title": "ラブライブ!虹ヶ咲スクールアイドル同好会の楽曲を1回クリアしよう", - "detail": "ラブライブ!虹ヶ咲スクールアイドル同好会の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273011, - "priority": 96, - "masterReleaseLabelId": 223102903 - }, - { - "id": 1273012, - "title": "ラブライブ!スーパースター!の楽曲を1回クリアしよう", - "detail": "ラブライブ!スーパースター!の楽曲を1回クリアしよう", - "type": 2, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131273012, - "priority": 95, - "masterReleaseLabelId": 223102903 - }, - { - "id": 2310101, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132310101, - "priority": 999, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2310102, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132310102, - "priority": 998, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2310103, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132310103, - "priority": 997, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2310104, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132310104, - "priority": 996, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2310105, - "title": "イベント曲をクリアしよう", - "detail": "イベント曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 39, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132310105, - "priority": 995, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2310106, - "title": "イベント曲を3回クリアしよう", - "detail": "イベント曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 39, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132310106, - "priority": 994, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2310107, - "title": "イベント曲を5回クリアしよう", - "detail": "イベント曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 39, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132310107, - "priority": 993, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210108, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132210108, - "priority": 992, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210109, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132210109, - "priority": 991, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210110, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132210110, - "priority": 990, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210111, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132210111, - "priority": 989, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210112, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132210112, - "priority": 988, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210113, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132210113, - "priority": 987, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210114, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132210114, - "priority": 986, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210115, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132210115, - "priority": 985, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210116, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132210116, - "priority": 984, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210117, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132210117, - "priority": 983, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210118, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132210118, - "priority": 982, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210119, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132210119, - "priority": 981, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210120, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132210120, - "priority": 980, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210121, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132210121, - "priority": 979, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210122, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132210122, - "priority": 978, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210123, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132210123, - "priority": 977, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210124, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132210124, - "priority": 976, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210125, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132210125, - "priority": 975, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210126, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132210126, - "priority": 974, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210127, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132210127, - "priority": 973, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210128, - "title": "楽曲『MIRACLE NEW STORY』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『MIRACLE NEW STORY』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1407101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210128, - "priority": 972, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210129, - "title": "楽曲『MIRACLE NEW STORY』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『MIRACLE NEW STORY』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1407101, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210129, - "priority": 971, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210130, - "title": "楽曲『MIRACLE NEW STORY』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『MIRACLE NEW STORY』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1407101, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210130, - "priority": 970, - "masterReleaseLabelId": 223041903 - }, - { - "id": 2210131, - "title": "イベントにログインしよう ※非表示", - "detail": "イベントにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 79, - "conditionValues": [ - 101 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223041904 - }, - { - "id": 2210132, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 101 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223041904 - }, - { - "id": 2210133, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 101 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223041904 - }, - { - "id": 2210134, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 101 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223041904 - }, - { - "id": 2210135, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 101 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223041904 - }, - { - "id": 2310201, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132310201, - "priority": 999, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2310202, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132310202, - "priority": 998, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2310203, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132310203, - "priority": 997, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2310204, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132310204, - "priority": 996, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2310205, - "title": "イベント曲をクリアしよう", - "detail": "イベント曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 39, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132310205, - "priority": 995, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2310206, - "title": "イベント曲を3回クリアしよう", - "detail": "イベント曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 39, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132310206, - "priority": 994, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2310207, - "title": "イベント曲を5回クリアしよう", - "detail": "イベント曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 39, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132310207, - "priority": 993, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210208, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132210208, - "priority": 992, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210209, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132210209, - "priority": 991, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210210, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132210210, - "priority": 990, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210211, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132210211, - "priority": 989, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210212, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132210212, - "priority": 988, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210213, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132210213, - "priority": 987, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210214, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132210214, - "priority": 986, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210215, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132210215, - "priority": 985, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210216, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132210216, - "priority": 984, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210217, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132210217, - "priority": 983, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210218, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132210218, - "priority": 982, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210219, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132210219, - "priority": 981, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210220, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132210220, - "priority": 980, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210221, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132210221, - "priority": 979, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210222, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132210222, - "priority": 978, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210223, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132210223, - "priority": 977, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210224, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132210224, - "priority": 976, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210225, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132210225, - "priority": 975, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210226, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132210226, - "priority": 974, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210227, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132210227, - "priority": 973, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210228, - "title": "楽曲『No brand girls』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『No brand girls』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1103501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210228, - "priority": 972, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210229, - "title": "楽曲『No brand girls』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『No brand girls』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1103501, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210229, - "priority": 971, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210230, - "title": "楽曲『No brand girls』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『No brand girls』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1103501, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210230, - "priority": 970, - "masterReleaseLabelId": 223043004 - }, - { - "id": 2210231, - "title": "イベントにログインしよう ※非表示", - "detail": "イベントにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 79, - "conditionValues": [ - 102 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223043005 - }, - { - "id": 2210232, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 102 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223043005 - }, - { - "id": 2210233, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 102 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223043005 - }, - { - "id": 2210234, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 102 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223043005 - }, - { - "id": 2210235, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 102 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223043005 - }, - { - "id": 2710301, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132710301, - "priority": 999, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2710302, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132710302, - "priority": 998, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2710303, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132710303, - "priority": 997, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610304, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610304, - "priority": 996, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610305, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132610305, - "priority": 995, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610306, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132610306, - "priority": 994, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610307, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610307, - "priority": 993, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610308, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610308, - "priority": 992, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610309, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610309, - "priority": 991, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610310, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132610310, - "priority": 990, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610311, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132610311, - "priority": 989, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2610312, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132610312, - "priority": 988, - "masterReleaseLabelId": 223051101 - }, - { - "id": 2310401, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132310401, - "priority": 987, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2310402, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132310402, - "priority": 986, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2310403, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132310403, - "priority": 985, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2310404, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132310404, - "priority": 984, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2310405, - "title": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132310405, - "priority": 983, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2310406, - "title": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132310406, - "priority": 982, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2310407, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132310407, - "priority": 981, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210408, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132210408, - "priority": 980, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210409, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132210409, - "priority": 979, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210410, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132210410, - "priority": 978, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210411, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132210411, - "priority": 977, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210412, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132210412, - "priority": 976, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210413, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132210413, - "priority": 975, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210414, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132210414, - "priority": 974, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210415, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132210415, - "priority": 973, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210416, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132210416, - "priority": 972, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210417, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132210417, - "priority": 971, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210418, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132210418, - "priority": 970, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210419, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132210419, - "priority": 969, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210420, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132210420, - "priority": 968, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210421, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132210421, - "priority": 967, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210422, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132210422, - "priority": 966, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210423, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132210423, - "priority": 965, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210424, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132210424, - "priority": 964, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210425, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132210425, - "priority": 963, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210426, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132210426, - "priority": 962, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210427, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132210427, - "priority": 961, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210428, - "title": "楽曲『君のこころは輝いてるかい?』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『君のこころは輝いてるかい?』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210428, - "priority": 960, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210429, - "title": "楽曲『君のこころは輝いてるかい?』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『君のこころは輝いてるかい?』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214201, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210429, - "priority": 959, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210430, - "title": "楽曲『君のこころは輝いてるかい?』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『君のこころは輝いてるかい?』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214201, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210430, - "priority": 958, - "masterReleaseLabelId": 223051504 - }, - { - "id": 2210431, - "title": "イベントにログインしよう ※非表示", - "detail": "イベントにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 79, - "conditionValues": [ - 104 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 957, - "masterReleaseLabelId": 223051506 - }, - { - "id": 2210432, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 104 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 956, - "masterReleaseLabelId": 223051506 - }, - { - "id": 2210433, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 104 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 955, - "masterReleaseLabelId": 223051506 - }, - { - "id": 2210434, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 104 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 954, - "masterReleaseLabelId": 223051506 - }, - { - "id": 2210435, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 104 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 953, - "masterReleaseLabelId": 223051506 - }, - { - "id": 2710501, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132710501, - "priority": 999, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2710502, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132710502, - "priority": 998, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2710503, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132710503, - "priority": 997, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610504, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610504, - "priority": 996, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610505, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132610505, - "priority": 995, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610506, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132610506, - "priority": 994, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610507, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610507, - "priority": 993, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610508, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610508, - "priority": 992, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610509, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610509, - "priority": 991, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610510, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132610510, - "priority": 990, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610511, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132610511, - "priority": 989, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2610512, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132610512, - "priority": 988, - "masterReleaseLabelId": 223052601 - }, - { - "id": 2310601, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132310601, - "priority": 999, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2310602, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132310602, - "priority": 998, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2310603, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132310603, - "priority": 997, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2310604, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132310604, - "priority": 996, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2310605, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲をクリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132310605, - "priority": 995, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2310606, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132310606, - "priority": 994, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2310607, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132310607, - "priority": 993, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210608, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132210608, - "priority": 992, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210609, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132210609, - "priority": 991, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210610, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132210610, - "priority": 990, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210611, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132210611, - "priority": 989, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210612, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132210612, - "priority": 988, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210613, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132210613, - "priority": 987, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210614, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132210614, - "priority": 986, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210615, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132210615, - "priority": 985, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210616, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132210616, - "priority": 984, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210617, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132210617, - "priority": 983, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210618, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132210618, - "priority": 982, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210619, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132210619, - "priority": 981, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210620, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132210620, - "priority": 980, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210621, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132210621, - "priority": 979, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210622, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132210622, - "priority": 978, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210623, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132210623, - "priority": 977, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210624, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132210624, - "priority": 976, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210625, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132210625, - "priority": 975, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210626, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132210626, - "priority": 974, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210627, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132210627, - "priority": 973, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210628, - "title": "楽曲『Just Believe!!!(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Just Believe!!!(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210628, - "priority": 972, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210629, - "title": "楽曲『Just Believe!!!(12人 Ver.)』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『Just Believe!!!(12人 Ver.)』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311901, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210629, - "priority": 971, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210630, - "title": "楽曲『Just Believe!!!(12人 Ver.)』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『Just Believe!!!(12人 Ver.)』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311901, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210630, - "priority": 970, - "masterReleaseLabelId": 223053104 - }, - { - "id": 2210631, - "title": "イベントにログインしよう ※非表示", - "detail": "イベントにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 79, - "conditionValues": [ - 106 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223053106 - }, - { - "id": 2210632, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 106 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223053106 - }, - { - "id": 2210633, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 106 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223053106 - }, - { - "id": 2210634, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 106 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223053106 - }, - { - "id": 2210635, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 106 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223053106 - }, - { - "id": 2710701, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132710701, - "priority": 999, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2710702, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132710702, - "priority": 998, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2710703, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132710703, - "priority": 997, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610704, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610704, - "priority": 996, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610705, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132610705, - "priority": 995, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610706, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132610706, - "priority": 994, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610707, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610707, - "priority": 993, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610708, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610708, - "priority": 992, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610709, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132610709, - "priority": 991, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610710, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132610710, - "priority": 990, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610711, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132610711, - "priority": 989, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610712, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132610712, - "priority": 988, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610713, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132610713, - "priority": 987, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610714, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 132610714, - "priority": 986, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610715, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132610715, - "priority": 985, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610716, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 132610716, - "priority": 984, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610717, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132610717, - "priority": 983, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610718, - "title": "ライブを35回クリアしよう", - "detail": "ライブを35回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 35, - "masterMissionRewardId": 132610718, - "priority": 982, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610719, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132610719, - "priority": 981, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610720, - "title": "ライブを45回クリアしよう", - "detail": "ライブを45回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 45, - "masterMissionRewardId": 132610720, - "priority": 980, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2610721, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132610721, - "priority": 979, - "masterReleaseLabelId": 223061101 - }, - { - "id": 2310901, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132310901, - "priority": 999, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2310902, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132310902, - "priority": 998, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2310903, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132310903, - "priority": 997, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2310904, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132310904, - "priority": 996, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2310905, - "title": "ラブライブ!スーパースター!!の楽曲をクリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132310905, - "priority": 995, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2310906, - "title": "ラブライブ!スーパースター!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132310906, - "priority": 994, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2310907, - "title": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132310907, - "priority": 993, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210908, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132210908, - "priority": 992, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210909, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132210909, - "priority": 991, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210910, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132210910, - "priority": 990, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210911, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132210911, - "priority": 989, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210912, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132210912, - "priority": 988, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210913, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132210913, - "priority": 987, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210914, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132210914, - "priority": 986, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210915, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132210915, - "priority": 985, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210916, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132210916, - "priority": 984, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210917, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132210917, - "priority": 983, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210918, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132210918, - "priority": 982, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210919, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132210919, - "priority": 981, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210920, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132210920, - "priority": 980, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210921, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132210921, - "priority": 979, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210922, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132210922, - "priority": 978, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210923, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132210923, - "priority": 977, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210924, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132210924, - "priority": 976, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210925, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132210925, - "priority": 975, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210926, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132210926, - "priority": 974, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210927, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132210927, - "priority": 973, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210928, - "title": "楽曲『WE WILL‼』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『WE WILL‼』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1404801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210928, - "priority": 972, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210929, - "title": "楽曲『WE WILL‼』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『WE WILL‼』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1404801, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210929, - "priority": 971, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210930, - "title": "楽曲『WE WILL‼』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『WE WILL‼』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1404801, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132210930, - "priority": 970, - "masterReleaseLabelId": 223063004 - }, - { - "id": 2210931, - "title": "イベントにログインしよう ※非表示", - "detail": "イベントにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 79, - "conditionValues": [ - 109 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223063006 - }, - { - "id": 2210932, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 109 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223063006 - }, - { - "id": 2210933, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 109 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223063006 - }, - { - "id": 2210934, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 109 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223063006 - }, - { - "id": 2210935, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 109 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223063006 - }, - { - "id": 2711001, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132711001, - "priority": 999, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2711002, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132711002, - "priority": 998, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2711003, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132711003, - "priority": 997, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611004, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611004, - "priority": 996, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611005, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132611005, - "priority": 995, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611006, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132611006, - "priority": 994, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611007, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611007, - "priority": 993, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611008, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611008, - "priority": 992, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611009, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611009, - "priority": 991, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611010, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132611010, - "priority": 990, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611011, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132611011, - "priority": 989, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2611012, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132611012, - "priority": 988, - "masterReleaseLabelId": 223071101 - }, - { - "id": 2511101, - "title": "イベントptを150pt集めよう", - "detail": "イベントptを150pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132511101, - "priority": 999, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2511102, - "title": "イベントptを1500pt集めよう", - "detail": "イベントptを1500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1500, - "masterMissionRewardId": 132511102, - "priority": 998, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2511103, - "title": "イベントptを7500pt集めよう", - "detail": "イベントptを7500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 7500, - "masterMissionRewardId": 132511103, - "priority": 997, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2511104, - "title": "イベントptを15000pt集めよう", - "detail": "イベントptを15000pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 15000, - "masterMissionRewardId": 132511104, - "priority": 996, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2511105, - "title": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132511105, - "priority": 1996, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2511106, - "title": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132511106, - "priority": 1995, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2511107, - "title": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132511107, - "priority": 1994, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411108, - "title": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 7, - "masterMissionRewardId": 132411108, - "priority": 992, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411109, - "title": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132411109, - "priority": 991, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411110, - "title": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132411110, - "priority": 990, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411111, - "title": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132411111, - "priority": 989, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411112, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132411112, - "priority": 988, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411113, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132411113, - "priority": 987, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411114, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132411114, - "priority": 986, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411115, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132411115, - "priority": 985, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411116, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132411116, - "priority": 984, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411117, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132411117, - "priority": 983, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411118, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132411118, - "priority": 982, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411119, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132411119, - "priority": 981, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411120, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132411120, - "priority": 980, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411121, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132411121, - "priority": 979, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411122, - "title": "きょうりょくライブで3位以上を5回取ろう", - "detail": "きょうりょくライブで3位以上を5回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132411122, - "priority": 978, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411123, - "title": "きょうりょくライブで2位以上を3回取ろう", - "detail": "きょうりょくライブで2位以上を3回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132411123, - "priority": 977, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411124, - "title": "きょうりょくライブで1位以上を取ろう", - "detail": "きょうりょくライブで1位以上を取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132411124, - "priority": 976, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411125, - "title": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132411125, - "priority": 975, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411126, - "title": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132411126, - "priority": 974, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411127, - "title": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132411127, - "priority": 973, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411128, - "title": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132411128, - "priority": 972, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411129, - "title": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132411129, - "priority": 971, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2411130, - "title": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132411130, - "priority": 970, - "masterReleaseLabelId": 223071505 - }, - { - "id": 2711201, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132711201, - "priority": 999, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2711202, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132711202, - "priority": 998, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2711203, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132711203, - "priority": 997, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611204, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611204, - "priority": 996, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611205, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132611205, - "priority": 995, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611206, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132611206, - "priority": 994, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611207, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611207, - "priority": 993, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611208, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611208, - "priority": 992, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611209, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611209, - "priority": 991, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611210, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132611210, - "priority": 990, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611211, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132611211, - "priority": 989, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2611212, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132611212, - "priority": 988, - "masterReleaseLabelId": 223072601 - }, - { - "id": 2510801, - "title": "イベントptを150pt集めよう", - "detail": "イベントptを150pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132510801, - "priority": 999, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2510802, - "title": "イベントptを1500pt集めよう", - "detail": "イベントptを1500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1500, - "masterMissionRewardId": 132510802, - "priority": 998, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2510803, - "title": "イベントptを7500pt集めよう", - "detail": "イベントptを7500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 7500, - "masterMissionRewardId": 132510803, - "priority": 997, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2510804, - "title": "イベントptを15000pt集めよう", - "detail": "イベントptを15000pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 15000, - "masterMissionRewardId": 132510804, - "priority": 996, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2510805, - "title": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132510805, - "priority": 1996, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2510806, - "title": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132510806, - "priority": 1995, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2510807, - "title": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132510807, - "priority": 1994, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410808, - "title": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 7, - "masterMissionRewardId": 132410808, - "priority": 992, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410809, - "title": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132410809, - "priority": 991, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410810, - "title": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132410810, - "priority": 990, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410811, - "title": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132410811, - "priority": 989, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410812, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132410812, - "priority": 988, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410813, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132410813, - "priority": 987, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410814, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132410814, - "priority": 986, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410815, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132410815, - "priority": 985, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410816, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132410816, - "priority": 984, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410817, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132410817, - "priority": 983, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410818, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132410818, - "priority": 982, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410819, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132410819, - "priority": 981, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410820, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132410820, - "priority": 980, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410821, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132410821, - "priority": 979, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410822, - "title": "きょうりょくライブで3位以上を5回取ろう", - "detail": "きょうりょくライブで3位以上を5回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132410822, - "priority": 978, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410823, - "title": "きょうりょくライブで2位以上を3回取ろう", - "detail": "きょうりょくライブで2位以上を3回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132410823, - "priority": 977, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410824, - "title": "きょうりょくライブで1位以上を取ろう", - "detail": "きょうりょくライブで1位以上を取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132410824, - "priority": 976, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410825, - "title": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132410825, - "priority": 975, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410826, - "title": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132410826, - "priority": 974, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410827, - "title": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132410827, - "priority": 973, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410828, - "title": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132410828, - "priority": 972, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410829, - "title": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132410829, - "priority": 971, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2410830, - "title": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132410830, - "priority": 970, - "masterReleaseLabelId": 223061504 - }, - { - "id": 2311301, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132311301, - "priority": 999, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2311302, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132311302, - "priority": 998, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2311303, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132311303, - "priority": 997, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2311304, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132311304, - "priority": 996, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2311305, - "title": "ラブライブ!の楽曲をクリアしよう", - "detail": "ラブライブ!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132311305, - "priority": 995, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2311306, - "title": "ラブライブ!の楽曲を3回クリアしよう", - "detail": "ラブライブ!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132311306, - "priority": 994, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2311307, - "title": "ラブライブ!の楽曲を5回クリアしよう", - "detail": "ラブライブ!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132311307, - "priority": 993, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211308, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132211308, - "priority": 992, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211309, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132211309, - "priority": 991, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211310, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132211310, - "priority": 990, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211311, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132211311, - "priority": 989, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211312, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132211312, - "priority": 988, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211313, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132211313, - "priority": 987, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211314, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132211314, - "priority": 986, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211315, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132211315, - "priority": 985, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211316, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132211316, - "priority": 984, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211317, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132211317, - "priority": 983, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211318, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132211318, - "priority": 982, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211319, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132211319, - "priority": 981, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211320, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132211320, - "priority": 980, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211321, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132211321, - "priority": 979, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211322, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132211322, - "priority": 978, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211323, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132211323, - "priority": 977, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211324, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132211324, - "priority": 976, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211325, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132211325, - "priority": 975, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211326, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132211326, - "priority": 974, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211327, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132211327, - "priority": 973, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211328, - "title": "楽曲『夏色えがおで1,2,Jump!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『夏色えがおで1,2,Jump!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1110401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132211328, - "priority": 972, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211329, - "title": "楽曲『夏色えがおで1,2,Jump!』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『夏色えがおで1,2,Jump!』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1110401, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132211329, - "priority": 971, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211330, - "title": "楽曲『夏色えがおで1,2,Jump!』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『夏色えがおで1,2,Jump!』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1110401, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132211330, - "priority": 970, - "masterReleaseLabelId": 223073104 - }, - { - "id": 2211331, - "title": "イベントにログインしよう ※非表示", - "detail": "イベントにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 79, - "conditionValues": [ - 113 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223073106 - }, - { - "id": 2211332, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 113 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223073106 - }, - { - "id": 2211333, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 113 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223073106 - }, - { - "id": 2211334, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 113 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223073106 - }, - { - "id": 2211335, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 113 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223073106 - }, - { - "id": 2711401, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132711401, - "priority": 999, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2711402, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132711402, - "priority": 998, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2711403, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132711403, - "priority": 997, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611404, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611404, - "priority": 996, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611405, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132611405, - "priority": 995, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611406, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132611406, - "priority": 994, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611407, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611407, - "priority": 993, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611408, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611408, - "priority": 992, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611409, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611409, - "priority": 991, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611410, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132611410, - "priority": 990, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611411, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132611411, - "priority": 989, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2611412, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132611412, - "priority": 988, - "masterReleaseLabelId": 223081101 - }, - { - "id": 2511501, - "title": "イベントptを150pt集めよう", - "detail": "イベントptを150pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132511501, - "priority": 999, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2511502, - "title": "イベントptを1500pt集めよう", - "detail": "イベントptを1500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1500, - "masterMissionRewardId": 132511502, - "priority": 998, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2511503, - "title": "イベントptを7500pt集めよう", - "detail": "イベントptを7500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 7500, - "masterMissionRewardId": 132511503, - "priority": 997, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2511504, - "title": "イベントptを15000pt集めよう", - "detail": "イベントptを15000pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 15000, - "masterMissionRewardId": 132511504, - "priority": 996, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2511505, - "title": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132511505, - "priority": 1996, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2511506, - "title": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132511506, - "priority": 1995, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2511507, - "title": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132511507, - "priority": 1994, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411508, - "title": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 7, - "masterMissionRewardId": 132411508, - "priority": 992, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411509, - "title": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132411509, - "priority": 991, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411510, - "title": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132411510, - "priority": 990, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411511, - "title": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132411511, - "priority": 989, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411512, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132411512, - "priority": 988, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411513, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132411513, - "priority": 987, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411514, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132411514, - "priority": 986, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411515, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132411515, - "priority": 985, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411516, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132411516, - "priority": 984, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411517, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132411517, - "priority": 983, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411518, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132411518, - "priority": 982, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411519, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132411519, - "priority": 981, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411520, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132411520, - "priority": 980, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411521, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132411521, - "priority": 979, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411522, - "title": "きょうりょくライブで3位以上を5回取ろう", - "detail": "きょうりょくライブで3位以上を5回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132411522, - "priority": 978, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411523, - "title": "きょうりょくライブで2位以上を3回取ろう", - "detail": "きょうりょくライブで2位以上を3回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132411523, - "priority": 977, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411524, - "title": "きょうりょくライブで1位以上を取ろう", - "detail": "きょうりょくライブで1位以上を取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132411524, - "priority": 976, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411525, - "title": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132411525, - "priority": 975, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411526, - "title": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132411526, - "priority": 974, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411527, - "title": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132411527, - "priority": 973, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411528, - "title": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132411528, - "priority": 972, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411529, - "title": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132411529, - "priority": 971, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2411530, - "title": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132411530, - "priority": 970, - "masterReleaseLabelId": 223081504 - }, - { - "id": 2711601, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132711601, - "priority": 999, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2711602, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132711602, - "priority": 998, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2711603, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132711603, - "priority": 997, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611604, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611604, - "priority": 996, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611605, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132611605, - "priority": 995, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611606, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132611606, - "priority": 994, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611607, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611607, - "priority": 993, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611608, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611608, - "priority": 992, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611609, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611609, - "priority": 991, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611610, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132611610, - "priority": 990, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611611, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132611611, - "priority": 989, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2611612, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132611612, - "priority": 988, - "masterReleaseLabelId": 223082601 - }, - { - "id": 2311701, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132311701, - "priority": 999, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311702, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132311702, - "priority": 998, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311703, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132311703, - "priority": 997, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311704, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132311704, - "priority": 996, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311705, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132311705, - "priority": 995, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311706, - "title": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132311706, - "priority": 994, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311707, - "title": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132311707, - "priority": 993, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2311708, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132311708, - "priority": 992, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211709, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132211709, - "priority": 991, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211710, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132211710, - "priority": 990, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211711, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132211711, - "priority": 989, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211712, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132211712, - "priority": 988, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211713, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132211713, - "priority": 987, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211714, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132211714, - "priority": 986, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211715, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132211715, - "priority": 985, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211716, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132211716, - "priority": 984, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211717, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132211717, - "priority": 983, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211718, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132211718, - "priority": 982, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211719, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132211719, - "priority": 981, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211720, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132211720, - "priority": 980, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211721, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132211721, - "priority": 979, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211722, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132211722, - "priority": 978, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211723, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132211723, - "priority": 977, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211724, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132211724, - "priority": 976, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211725, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132211725, - "priority": 975, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211726, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132211726, - "priority": 974, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211727, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132211727, - "priority": 973, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211728, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132211728, - "priority": 972, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211729, - "title": "楽曲『MY舞☆TONIGHT』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『MY舞☆TONIGHT』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1204601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132211729, - "priority": 971, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211730, - "title": "楽曲『MY舞☆TONIGHT』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『MY舞☆TONIGHT』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1204601, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132211730, - "priority": 970, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211731, - "title": "楽曲『MY舞☆TONIGHT』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『MY舞☆TONIGHT』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1204601, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132211731, - "priority": 969, - "masterReleaseLabelId": 223083104 - }, - { - "id": 2211732, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 117 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223083106 - }, - { - "id": 2211733, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 117 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223083106 - }, - { - "id": 2211734, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 117 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223083106 - }, - { - "id": 2211735, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 117 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223083106 - }, - { - "id": 2211736, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 117 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223083106 - }, - { - "id": 2711801, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132711801, - "priority": 999, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2711802, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132711802, - "priority": 998, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2711803, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132711803, - "priority": 997, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611804, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611804, - "priority": 996, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611805, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132611805, - "priority": 995, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611806, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132611806, - "priority": 994, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611807, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611807, - "priority": 993, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611808, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611808, - "priority": 992, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611809, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132611809, - "priority": 991, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611810, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132611810, - "priority": 990, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611811, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132611811, - "priority": 989, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2611812, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132611812, - "priority": 988, - "masterReleaseLabelId": 223091101 - }, - { - "id": 2511901, - "title": "イベントptを150pt集めよう", - "detail": "イベントptを150pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132511901, - "priority": 999, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2511902, - "title": "イベントptを1500pt集めよう", - "detail": "イベントptを1500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1500, - "masterMissionRewardId": 132511902, - "priority": 998, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2511903, - "title": "イベントptを7500pt集めよう", - "detail": "イベントptを7500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 7500, - "masterMissionRewardId": 132511903, - "priority": 997, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2511904, - "title": "イベントptを15000pt集めよう", - "detail": "イベントptを15000pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 15000, - "masterMissionRewardId": 132511904, - "priority": 996, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2511905, - "title": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとしてきょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132511905, - "priority": 1996, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2511906, - "title": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして3回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132511906, - "priority": 1995, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2511907, - "title": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして5回きょうりょくライブをクリアしよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132511907, - "priority": 1994, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411908, - "title": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 7, - "masterMissionRewardId": 132411908, - "priority": 992, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411909, - "title": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132411909, - "priority": 991, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411910, - "title": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132411910, - "priority": 990, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411911, - "title": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132411911, - "priority": 989, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411912, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132411912, - "priority": 988, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411913, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132411913, - "priority": 987, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411914, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132411914, - "priority": 986, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411915, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132411915, - "priority": 985, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411916, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132411916, - "priority": 984, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411917, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132411917, - "priority": 983, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411918, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132411918, - "priority": 982, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411919, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132411919, - "priority": 981, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411920, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132411920, - "priority": 980, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411921, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132411921, - "priority": 979, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411922, - "title": "きょうりょくライブで3位以上を5回取ろう", - "detail": "きょうりょくライブで3位以上を5回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132411922, - "priority": 978, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411923, - "title": "きょうりょくライブで2位以上を3回取ろう", - "detail": "きょうりょくライブで2位以上を3回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132411923, - "priority": 977, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411924, - "title": "きょうりょくライブで1位以上を取ろう", - "detail": "きょうりょくライブで1位以上を取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132411924, - "priority": 976, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411925, - "title": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132411925, - "priority": 975, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411926, - "title": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132411926, - "priority": 974, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411927, - "title": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132411927, - "priority": 973, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411928, - "title": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132411928, - "priority": 972, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411929, - "title": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132411929, - "priority": 971, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2411930, - "title": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132411930, - "priority": 970, - "masterReleaseLabelId": 223091504 - }, - { - "id": 2712001, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132712001, - "priority": 999, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2712002, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132712002, - "priority": 998, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2712003, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132712003, - "priority": 997, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612004, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612004, - "priority": 996, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612005, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132612005, - "priority": 995, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612006, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132612006, - "priority": 994, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612007, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612007, - "priority": 993, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612008, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612008, - "priority": 992, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612009, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612009, - "priority": 991, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612010, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132612010, - "priority": 990, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612011, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132612011, - "priority": 989, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2612012, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132612012, - "priority": 988, - "masterReleaseLabelId": 223092601 - }, - { - "id": 2312101, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132312101, - "priority": 999, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312102, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132312102, - "priority": 998, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312103, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132312103, - "priority": 997, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312104, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132312104, - "priority": 996, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312105, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132312105, - "priority": 995, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312106, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲をクリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132312106, - "priority": 994, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312107, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132312107, - "priority": 993, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2312108, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132312108, - "priority": 992, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212109, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132212109, - "priority": 991, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212110, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132212110, - "priority": 990, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212111, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132212111, - "priority": 989, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212112, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132212112, - "priority": 988, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212113, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132212113, - "priority": 987, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212114, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132212114, - "priority": 986, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212115, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132212115, - "priority": 985, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212116, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132212116, - "priority": 984, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212117, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132212117, - "priority": 983, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212118, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132212118, - "priority": 982, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212119, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132212119, - "priority": 981, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212120, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132212120, - "priority": 980, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212121, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132212121, - "priority": 979, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212122, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132212122, - "priority": 978, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212123, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132212123, - "priority": 977, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212124, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132212124, - "priority": 976, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212125, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132212125, - "priority": 975, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212126, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132212126, - "priority": 974, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212127, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132212127, - "priority": 973, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212128, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132212128, - "priority": 972, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212129, - "title": "楽曲『Love U my friends(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Love U my friends(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212129, - "priority": 971, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212130, - "title": "楽曲『Love U my friends(12人 Ver.)』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『Love U my friends(12人 Ver.)』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311801, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212130, - "priority": 970, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212131, - "title": "楽曲『Love U my friends(12人 Ver.)』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『Love U my friends(12人 Ver.)』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311801, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212131, - "priority": 969, - "masterReleaseLabelId": 223093004 - }, - { - "id": 2212132, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 121 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223093006 - }, - { - "id": 2212133, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 121 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223093006 - }, - { - "id": 2212134, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 121 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223093006 - }, - { - "id": 2212135, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 121 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223093006 - }, - { - "id": 2212136, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 121 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223093006 - }, - { - "id": 2712201, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132712201, - "priority": 999, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2712202, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132712202, - "priority": 998, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2712203, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132712203, - "priority": 997, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612204, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612204, - "priority": 996, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612205, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132612205, - "priority": 995, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612206, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132612206, - "priority": 994, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612207, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612207, - "priority": 993, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612208, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612208, - "priority": 992, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612209, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612209, - "priority": 991, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612210, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132612210, - "priority": 990, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612211, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132612211, - "priority": 989, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2612212, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132612212, - "priority": 988, - "masterReleaseLabelId": 223101101 - }, - { - "id": 2312301, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132312301, - "priority": 999, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312302, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132312302, - "priority": 998, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312303, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132312303, - "priority": 997, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312304, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132312304, - "priority": 996, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312305, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132312305, - "priority": 995, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312306, - "title": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132312306, - "priority": 994, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312307, - "title": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132312307, - "priority": 993, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2312308, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132312308, - "priority": 992, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212309, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132212309, - "priority": 991, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212310, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132212310, - "priority": 990, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212311, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132212311, - "priority": 989, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212312, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132212312, - "priority": 988, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212313, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132212313, - "priority": 987, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212314, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132212314, - "priority": 986, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212315, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132212315, - "priority": 985, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212316, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132212316, - "priority": 984, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212317, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132212317, - "priority": 983, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212318, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132212318, - "priority": 982, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212319, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132212319, - "priority": 981, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212320, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132212320, - "priority": 980, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212321, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132212321, - "priority": 979, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212322, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132212322, - "priority": 978, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212323, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132212323, - "priority": 977, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212324, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132212324, - "priority": 976, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212325, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132212325, - "priority": 975, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212326, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132212326, - "priority": 974, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212327, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132212327, - "priority": 973, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212328, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132212328, - "priority": 972, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212329, - "title": "楽曲『WATER BLUE NEW WORLD』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『WATER BLUE NEW WORLD』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1205501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212329, - "priority": 971, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212330, - "title": "楽曲『WATER BLUE NEW WORLD』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『WATER BLUE NEW WORLD』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1205501, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212330, - "priority": 970, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2212331, - "title": "楽曲『WATER BLUE NEW WORLD』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『WATER BLUE NEW WORLD』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1205501, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212331, - "priority": 969, - "masterReleaseLabelId": 223101508 - }, - { - "id": 2712401, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132712401, - "priority": 999, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2712402, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132712402, - "priority": 998, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2712403, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132712403, - "priority": 997, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612404, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612404, - "priority": 996, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612405, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132612405, - "priority": 995, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612406, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132612406, - "priority": 994, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612407, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612407, - "priority": 993, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612408, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612408, - "priority": 992, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612409, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612409, - "priority": 991, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612410, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132612410, - "priority": 990, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612411, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132612411, - "priority": 989, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2612412, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132612412, - "priority": 988, - "masterReleaseLabelId": 223102601 - }, - { - "id": 2312501, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132312501, - "priority": 999, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312502, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132312502, - "priority": 998, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312503, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132312503, - "priority": 997, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312504, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132312504, - "priority": 996, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312505, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132312505, - "priority": 995, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312506, - "title": "ラブライブ!スーパースター!!の楽曲をクリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132312506, - "priority": 994, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312507, - "title": "ラブライブ!スーパースター!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132312507, - "priority": 993, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2312508, - "title": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132312508, - "priority": 992, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212509, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132212509, - "priority": 991, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212510, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132212510, - "priority": 990, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212511, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132212511, - "priority": 989, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212512, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132212512, - "priority": 988, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212513, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132212513, - "priority": 987, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212514, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132212514, - "priority": 986, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212515, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132212515, - "priority": 985, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212516, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132212516, - "priority": 984, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212517, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132212517, - "priority": 983, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212518, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132212518, - "priority": 982, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212519, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132212519, - "priority": 981, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212520, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132212520, - "priority": 980, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212521, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132212521, - "priority": 979, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212522, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132212522, - "priority": 978, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212523, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132212523, - "priority": 977, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212524, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132212524, - "priority": 976, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212525, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132212525, - "priority": 975, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212526, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132212526, - "priority": 974, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212527, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132212527, - "priority": 973, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212528, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132212528, - "priority": 972, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212529, - "title": "楽曲『始まりは君の空』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『始まりは君の空』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1403701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212529, - "priority": 971, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212530, - "title": "楽曲『始まりは君の空』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『始まりは君の空』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1403701, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212530, - "priority": 970, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212531, - "title": "楽曲『始まりは君の空』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『始まりは君の空』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1403701, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212531, - "priority": 969, - "masterReleaseLabelId": 223103104 - }, - { - "id": 2212532, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 125 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223103106 - }, - { - "id": 2212533, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 125 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223103106 - }, - { - "id": 2212534, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 125 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223103106 - }, - { - "id": 2212535, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 125 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223103106 - }, - { - "id": 2212536, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 125 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223103106 - }, - { - "id": 2712601, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132712601, - "priority": 999, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2712602, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132712602, - "priority": 998, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2712603, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132712603, - "priority": 997, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612604, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612604, - "priority": 996, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612605, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132612605, - "priority": 995, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612606, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132612606, - "priority": 994, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612607, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612607, - "priority": 993, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612608, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612608, - "priority": 992, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612609, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612609, - "priority": 991, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612610, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132612610, - "priority": 990, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612611, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132612611, - "priority": 989, - "masterReleaseLabelId": 223111101 - }, - { - "id": 2612612, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132612612, - "priority": 988, - "masterReleaseLabelId": 223111101 - }, - { - "id": 3712701, - "title": "イベントptを10pt集めよう", - "detail": "イベントptを10pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133712701, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3712702, - "title": "イベントptを20pt集めよう", - "detail": "イベントptを20pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133712702, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3712703, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133712703, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3712704, - "title": "イベントptを500pt集めよう", - "detail": "イベントptを500pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 133712704, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3712705, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 133712705, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3712706, - "title": "スターチャレンジイベントTOPからシェアしよう", - "detail": "スターチャレンジイベントTOPからシェアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 84, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133712706, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612707, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133612707, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612708, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133612708, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612709, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133612709, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612710, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 133612710, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612711, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 133612711, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612712, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 133612712, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612713, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 133612713, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612714, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 133612714, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612715, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 133612715, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 3612716, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133612716, - "priority": 0, - "masterReleaseLabelId": 223111504 - }, - { - "id": 2712801, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132712801, - "priority": 999, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2712802, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132712802, - "priority": 998, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2712803, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132712803, - "priority": 997, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612804, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612804, - "priority": 996, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612805, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132612805, - "priority": 995, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612806, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132612806, - "priority": 994, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612807, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612807, - "priority": 993, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612808, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612808, - "priority": 992, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612809, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132612809, - "priority": 991, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612810, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132612810, - "priority": 990, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612811, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132612811, - "priority": 989, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2612812, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132612812, - "priority": 988, - "masterReleaseLabelId": 223112601 - }, - { - "id": 2312901, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132312901, - "priority": 999, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312902, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132312902, - "priority": 998, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312903, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132312903, - "priority": 997, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312904, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132312904, - "priority": 996, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312905, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132312905, - "priority": 995, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312906, - "title": "ラブライブ!の楽曲をクリアしよう", - "detail": "ラブライブ!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132312906, - "priority": 994, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312907, - "title": "ラブライブ!の楽曲を3回クリアしよう", - "detail": "ラブライブ!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132312907, - "priority": 993, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2312908, - "title": "ラブライブ!の楽曲を5回クリアしよう", - "detail": "ラブライブ!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132312908, - "priority": 992, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212909, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132212909, - "priority": 991, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212910, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132212910, - "priority": 990, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212911, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132212911, - "priority": 989, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212912, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132212912, - "priority": 988, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212913, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132212913, - "priority": 987, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212914, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132212914, - "priority": 986, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212915, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132212915, - "priority": 985, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212916, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132212916, - "priority": 984, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212917, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132212917, - "priority": 983, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212918, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132212918, - "priority": 982, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212919, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132212919, - "priority": 981, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212920, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132212920, - "priority": 980, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212921, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132212921, - "priority": 979, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212922, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132212922, - "priority": 978, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212923, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132212923, - "priority": 977, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212924, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132212924, - "priority": 976, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212925, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132212925, - "priority": 975, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212926, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132212926, - "priority": 974, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212927, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132212927, - "priority": 973, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212928, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132212928, - "priority": 972, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212929, - "title": "楽曲『baby maybe 恋のボタン』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『baby maybe 恋のボタン』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212929, - "priority": 971, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212930, - "title": "楽曲『baby maybe 恋のボタン』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『baby maybe 恋のボタン』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100801, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212930, - "priority": 970, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212931, - "title": "楽曲『baby maybe 恋のボタン』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『baby maybe 恋のボタン』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100801, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132212931, - "priority": 969, - "masterReleaseLabelId": 223113004 - }, - { - "id": 2212932, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 129 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223113006 - }, - { - "id": 2212933, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 129 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223113006 - }, - { - "id": 2212934, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 129 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223113006 - }, - { - "id": 2212935, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 129 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223113006 - }, - { - "id": 2212936, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 129 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223113006 - }, - { - "id": 2713001, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132713001, - "priority": 999, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2713002, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132713002, - "priority": 998, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2713003, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132713003, - "priority": 997, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613004, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613004, - "priority": 996, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613005, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132613005, - "priority": 995, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613006, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132613006, - "priority": 994, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613007, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613007, - "priority": 993, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613008, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613008, - "priority": 992, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613009, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613009, - "priority": 991, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613010, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132613010, - "priority": 990, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613011, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132613011, - "priority": 989, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2613012, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132613012, - "priority": 988, - "masterReleaseLabelId": 223121102 - }, - { - "id": 2513101, - "title": "イベントptを800pt集めよう", - "detail": "イベントptを800pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 800, - "masterMissionRewardId": 132513101, - "priority": 1000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2513102, - "title": "イベントptを1500pt集めよう", - "detail": "イベントptを1500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1500, - "masterMissionRewardId": 132513102, - "priority": 999, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2513103, - "title": "イベントptを7500pt集めよう", - "detail": "イベントptを7500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 7500, - "masterMissionRewardId": 132513103, - "priority": 997, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2513104, - "title": "イベントptを15000pt集めよう", - "detail": "イベントptを15000pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 15000, - "masterMissionRewardId": 132513104, - "priority": 996, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2513105, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132513105, - "priority": 1002, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2513106, - "title": "イベントptを150pt集めよう", - "detail": "イベントptを150pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132513106, - "priority": 1001, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2513107, - "title": "イベントptを2500pt集めよう", - "detail": "イベントptを2500pt集めよう", - "type": 12, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 2500, - "masterMissionRewardId": 132513107, - "priority": 998, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413108, - "title": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして7回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 7, - "masterMissionRewardId": 132413108, - "priority": 992, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413109, - "title": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして10回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132413109, - "priority": 991, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413110, - "title": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして20回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132413110, - "priority": 990, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413111, - "title": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "detail": "おたすけメンバーとして30回きょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 81, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132413111, - "priority": 989, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413112, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132413112, - "priority": 988, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413113, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132413113, - "priority": 987, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413114, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132413114, - "priority": 986, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413115, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132413115, - "priority": 985, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413116, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132413116, - "priority": 984, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413117, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132413117, - "priority": 983, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413118, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132413118, - "priority": 982, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413119, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132413119, - "priority": 981, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413120, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132413120, - "priority": 980, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413121, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132413121, - "priority": 979, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413122, - "title": "きょうりょくライブで3位以上を5回取ろう", - "detail": "きょうりょくライブで3位以上を5回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132413122, - "priority": 978, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413123, - "title": "きょうりょくライブで2位以上を3回取ろう", - "detail": "きょうりょくライブで2位以上を3回取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132413123, - "priority": 977, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413124, - "title": "きょうりょくライブで1位以上を取ろう", - "detail": "きょうりょくライブで1位以上を取ろう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 82, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132413124, - "priority": 976, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413125, - "title": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブをクリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132413125, - "priority": 975, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413126, - "title": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを3回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132413126, - "priority": 974, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413127, - "title": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを5回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132413127, - "priority": 973, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413128, - "title": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを10回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132413128, - "priority": 972, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413129, - "title": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを20回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132413129, - "priority": 971, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2413130, - "title": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "detail": "マッチング人数4人以上できょうりょくライブを30回クリアしよう", - "type": 11, - "parentMasterMissionId": 0, - "conditionType": 80, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132413130, - "priority": 970, - "masterReleaseLabelId": 223121507 - }, - { - "id": 2713201, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132713201, - "priority": 999, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2713202, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132713202, - "priority": 998, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2713203, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132713203, - "priority": 997, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613204, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613204, - "priority": 996, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613205, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132613205, - "priority": 995, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613206, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132613206, - "priority": 994, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613207, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613207, - "priority": 993, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613208, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613208, - "priority": 992, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613209, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613209, - "priority": 991, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613210, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132613210, - "priority": 990, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613211, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132613211, - "priority": 989, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2613212, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132613212, - "priority": 988, - "masterReleaseLabelId": 223122603 - }, - { - "id": 2313301, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132313301, - "priority": 999, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313302, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132313302, - "priority": 998, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313303, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132313303, - "priority": 997, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313304, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132313304, - "priority": 996, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313305, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132313305, - "priority": 995, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313306, - "title": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132313306, - "priority": 994, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313307, - "title": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132313307, - "priority": 993, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2313308, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132313308, - "priority": 992, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213309, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132213309, - "priority": 991, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213310, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132213310, - "priority": 990, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213311, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132213311, - "priority": 989, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213312, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132213312, - "priority": 988, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213313, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132213313, - "priority": 987, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213314, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132213314, - "priority": 986, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213315, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132213315, - "priority": 985, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213316, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132213316, - "priority": 984, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213317, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132213317, - "priority": 983, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213318, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132213318, - "priority": 982, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213319, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132213319, - "priority": 981, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213320, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132213320, - "priority": 980, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213321, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132213321, - "priority": 979, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213322, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132213322, - "priority": 978, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213323, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132213323, - "priority": 977, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213324, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132213324, - "priority": 976, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213325, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132213325, - "priority": 975, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213326, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132213326, - "priority": 974, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213327, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132213327, - "priority": 973, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213328, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132213328, - "priority": 972, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213329, - "title": "楽曲『青空Jumping Heart』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『青空Jumping Heart』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132213329, - "priority": 971, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213330, - "title": "楽曲『青空Jumping Heart』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『青空Jumping Heart』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209601, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132213330, - "priority": 970, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213331, - "title": "楽曲『青空Jumping Heart』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『青空Jumping Heart』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209601, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132213331, - "priority": 969, - "masterReleaseLabelId": 223123104 - }, - { - "id": 2213332, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 133 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223123105 - }, - { - "id": 2213333, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 133 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223123105 - }, - { - "id": 2213334, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 133 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223123105 - }, - { - "id": 2213335, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 133 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223123105 - }, - { - "id": 2213336, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 133 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 223123105 - }, - { - "id": 2713401, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132713401, - "priority": 999, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2713402, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132713402, - "priority": 998, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2713403, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132713403, - "priority": 997, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613404, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613404, - "priority": 996, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613405, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132613405, - "priority": 995, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613406, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132613406, - "priority": 994, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613407, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613407, - "priority": 993, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613408, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613408, - "priority": 992, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613409, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613409, - "priority": 991, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613410, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132613410, - "priority": 990, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613411, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132613411, - "priority": 989, - "masterReleaseLabelId": 224011106 - }, - { - "id": 2613412, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132613412, - "priority": 988, - "masterReleaseLabelId": 224011106 - }, - { - "id": 3713501, - "title": "イベントptを10pt集めよう", - "detail": "イベントptを10pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133713501, - "priority": 999, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713502, - "title": "イベントptを20pt集めよう", - "detail": "イベントptを20pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133713502, - "priority": 998, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713503, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133713503, - "priority": 997, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713504, - "title": "イベントptを500pt集めよう", - "detail": "イベントptを500pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 133713504, - "priority": 996, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713505, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 133713505, - "priority": 995, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713506, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133713506, - "priority": 994, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713507, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133713507, - "priority": 993, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713508, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133713508, - "priority": 992, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713509, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133713509, - "priority": 991, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3713510, - "title": "スターチャレンジイベントTOPからシェアしよう", - "detail": "スターチャレンジイベントTOPからシェアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 84, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133713510, - "priority": 990, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613511, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133613511, - "priority": 989, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613512, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133613512, - "priority": 988, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613513, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133613513, - "priority": 987, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613514, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 133613514, - "priority": 986, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613515, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 133613515, - "priority": 985, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613516, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 133613516, - "priority": 984, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613517, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 133613517, - "priority": 983, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613518, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 133613518, - "priority": 982, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613519, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 133613519, - "priority": 981, - "masterReleaseLabelId": 224011504 - }, - { - "id": 3613520, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133613520, - "priority": 980, - "masterReleaseLabelId": 224011504 - }, - { - "id": 2713601, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132713601, - "priority": 999, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2713602, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132713602, - "priority": 998, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2713603, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132713603, - "priority": 997, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613604, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613604, - "priority": 996, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613605, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132613605, - "priority": 995, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613606, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132613606, - "priority": 994, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613607, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613607, - "priority": 993, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613608, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613608, - "priority": 992, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613609, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613609, - "priority": 991, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613610, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132613610, - "priority": 990, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613611, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132613611, - "priority": 989, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2613612, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132613612, - "priority": 988, - "masterReleaseLabelId": 224012702 - }, - { - "id": 2313701, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132313701, - "priority": 999, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313702, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132313702, - "priority": 998, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313703, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132313703, - "priority": 997, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313704, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132313704, - "priority": 996, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313705, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132313705, - "priority": 995, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313706, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲をクリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132313706, - "priority": 994, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313707, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132313707, - "priority": 993, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2313708, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132313708, - "priority": 992, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213709, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132213709, - "priority": 991, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213710, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132213710, - "priority": 990, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213711, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132213711, - "priority": 989, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213712, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132213712, - "priority": 988, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213713, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132213713, - "priority": 987, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213714, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132213714, - "priority": 986, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213715, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132213715, - "priority": 985, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213716, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132213716, - "priority": 984, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213717, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132213717, - "priority": 983, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213718, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132213718, - "priority": 982, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213719, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132213719, - "priority": 981, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213720, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132213720, - "priority": 980, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213721, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132213721, - "priority": 979, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213722, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132213722, - "priority": 978, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213723, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132213723, - "priority": 977, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213724, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132213724, - "priority": 976, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213725, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132213725, - "priority": 975, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213726, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132213726, - "priority": 974, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213727, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132213727, - "priority": 973, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213728, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132213728, - "priority": 972, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213729, - "title": "楽曲『TOKIMEKI Runners』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『TOKIMEKI Runners』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1307801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132213729, - "priority": 971, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213730, - "title": "楽曲『TOKIMEKI Runners』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『TOKIMEKI Runners』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1307801, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132213730, - "priority": 970, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213731, - "title": "楽曲『TOKIMEKI Runners』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『TOKIMEKI Runners』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1307801, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132213731, - "priority": 969, - "masterReleaseLabelId": 224013104 - }, - { - "id": 2213732, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 137 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224013105 - }, - { - "id": 2213733, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 137 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224013105 - }, - { - "id": 2213734, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 137 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224013105 - }, - { - "id": 2213735, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 137 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224013105 - }, - { - "id": 2213736, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 137 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224013105 - }, - { - "id": 2713801, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132713801, - "priority": 999, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2713802, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132713802, - "priority": 998, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2713803, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132713803, - "priority": 997, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613804, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613804, - "priority": 996, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613805, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132613805, - "priority": 995, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613806, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132613806, - "priority": 994, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613807, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613807, - "priority": 993, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613808, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613808, - "priority": 992, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613809, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132613809, - "priority": 991, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613810, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132613810, - "priority": 990, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613811, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132613811, - "priority": 989, - "masterReleaseLabelId": 224021006 - }, - { - "id": 2613812, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132613812, - "priority": 988, - "masterReleaseLabelId": 224021006 - }, - { - "id": 3713901, - "title": "イベントptを10pt集めよう", - "detail": "イベントptを10pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133713901, - "priority": 999, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713902, - "title": "イベントptを20pt集めよう", - "detail": "イベントptを20pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133713902, - "priority": 998, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713903, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133713903, - "priority": 997, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713904, - "title": "イベントptを500pt集めよう", - "detail": "イベントptを500pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 133713904, - "priority": 996, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713905, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 133713905, - "priority": 995, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713906, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133713906, - "priority": 994, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713907, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133713907, - "priority": 993, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713908, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133713908, - "priority": 992, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713909, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133713909, - "priority": 991, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3713910, - "title": "スターチャレンジイベントTOPからシェアしよう", - "detail": "スターチャレンジイベントTOPからシェアしよう", - "type": 23, - "parentMasterMissionId": 0, - "conditionType": 84, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133713910, - "priority": 990, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613911, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133613911, - "priority": 989, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613912, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133613912, - "priority": 988, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613913, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133613913, - "priority": 987, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613914, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 133613914, - "priority": 986, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613915, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 133613915, - "priority": 985, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613916, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 133613916, - "priority": 984, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613917, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 133613917, - "priority": 983, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613918, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 133613918, - "priority": 982, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613919, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 133613919, - "priority": 981, - "masterReleaseLabelId": 224021404 - }, - { - "id": 3613920, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 22, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133613920, - "priority": 980, - "masterReleaseLabelId": 224021404 - }, - { - "id": 2714001, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132714001, - "priority": 999, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2714002, - "title": "イベントptを4000pt集めよう", - "detail": "イベントptを4000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 4000, - "masterMissionRewardId": 132714002, - "priority": 998, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2714003, - "title": "イベントptを8000pt集めよう", - "detail": "イベントptを8000pt集めよう", - "type": 14, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 8000, - "masterMissionRewardId": 132714003, - "priority": 997, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614004, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132614004, - "priority": 996, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614005, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132614005, - "priority": 995, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614006, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132614006, - "priority": 994, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614007, - "title": "ライブでスコア50000以上でクリアしよう", - "detail": "ライブでスコア50000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132614007, - "priority": 993, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614008, - "title": "ライブでスコア100000以上でクリアしよう", - "detail": "ライブでスコア100000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 100000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132614008, - "priority": 992, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614009, - "title": "ライブでスコア150000以上でクリアしよう", - "detail": "ライブでスコア150000以上でクリアしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 28, - "conditionValues": [ - 0, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132614009, - "priority": 991, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614010, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132614010, - "priority": 990, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614011, - "title": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を5回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132614011, - "priority": 989, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2614012, - "title": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を10回プレイしよう", - "type": 13, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132614012, - "priority": 988, - "masterReleaseLabelId": 224022305 - }, - { - "id": 2314101, - "title": "イベントptを100pt集めよう", - "detail": "イベントptを100pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132314101, - "priority": 999, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314102, - "title": "イベントptを200pt集めよう", - "detail": "イベントptを200pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132314102, - "priority": 998, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314103, - "title": "イベントptを1000pt集めよう", - "detail": "イベントptを1000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 1000, - "masterMissionRewardId": 132314103, - "priority": 997, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314104, - "title": "イベントptを5000pt集めよう", - "detail": "イベントptを5000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 5000, - "masterMissionRewardId": 132314104, - "priority": 996, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314105, - "title": "イベントptを10000pt集めよう", - "detail": "イベントptを10000pt集めよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 38, - "conditionValues": [], - "conditionNumber": 10000, - "masterMissionRewardId": 132314105, - "priority": 995, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314106, - "title": "ラブライブ!スーパースター!!の楽曲をクリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲をクリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132314106, - "priority": 994, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314107, - "title": "ラブライブ!スーパースター!!の楽曲を3回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を3回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 3, - "masterMissionRewardId": 132314107, - "priority": 993, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2314108, - "title": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "type": 10, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132314108, - "priority": 992, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214109, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132214109, - "priority": 991, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214110, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132214110, - "priority": 990, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214111, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132214111, - "priority": 989, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214112, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132214112, - "priority": 988, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214113, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132214113, - "priority": 987, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214114, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132214114, - "priority": 986, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214115, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132214115, - "priority": 985, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214116, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132214116, - "priority": 984, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214117, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132214117, - "priority": 983, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214118, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132214118, - "priority": 982, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214119, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 132214119, - "priority": 981, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214120, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132214120, - "priority": 980, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214121, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132214121, - "priority": 979, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214122, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132214122, - "priority": 978, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214123, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132214123, - "priority": 977, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214124, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132214124, - "priority": 976, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214125, - "title": "ライブを400回クリアしよう", - "detail": "ライブを400回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 400, - "masterMissionRewardId": 132214125, - "priority": 975, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214126, - "title": "ライブを450回クリアしよう", - "detail": "ライブを450回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 450, - "masterMissionRewardId": 132214126, - "priority": 974, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214127, - "title": "ライブを500回クリアしよう", - "detail": "ライブを500回クリアしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 500, - "masterMissionRewardId": 132214127, - "priority": 973, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214128, - "title": "イベント曲をフルコンボしよう", - "detail": "イベント曲をフルコンボしよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 40, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132214128, - "priority": 972, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214129, - "title": "楽曲『ノンフィクション!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ノンフィクション!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132214129, - "priority": 971, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214130, - "title": "楽曲『ノンフィクション!!』の難易度HARD以上でスコア200000を達成しよう", - "detail": "楽曲『ノンフィクション!!』の難易度HARD以上でスコア200000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400301, - 2, - 200000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132214130, - "priority": 970, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214131, - "title": "楽曲『ノンフィクション!!』の難易度EXPERT以上でスコア300000を達成しよう", - "detail": "楽曲『ノンフィクション!!』の難易度EXPERT以上でスコア300000を達成しよう", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400301, - 3, - 300000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132214131, - "priority": 969, - "masterReleaseLabelId": 224030104 - }, - { - "id": 2214132, - "title": "アプリにログインしよう ※非表示", - "detail": "アプリにログインしよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 83, - "conditionValues": [ - 141 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224030105 - }, - { - "id": 2214133, - "title": "イベントptを5000pt集めよう ※非表示", - "detail": "イベントptを5000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 141 - ], - "conditionNumber": 5000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224030105 - }, - { - "id": 2214134, - "title": "イベントptを12000pt集めよう ※非表示", - "detail": "イベントptを12000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 141 - ], - "conditionNumber": 12000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224030105 - }, - { - "id": 2214135, - "title": "イベントptを20000pt集めよう ※非表示", - "detail": "イベントptを20000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 141 - ], - "conditionNumber": 20000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224030105 - }, - { - "id": 2214136, - "title": "イベントptを30000pt集めよう ※非表示", - "detail": "イベントptを30000pt集めよう ※非表示", - "type": 9, - "parentMasterMissionId": 0, - "conditionType": 78, - "conditionValues": [ - 141 - ], - "conditionNumber": 30000, - "masterMissionRewardId": 0, - "priority": 999, - "masterReleaseLabelId": 224030105 - }, - { - "id": 1653001, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131653001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1605001, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131605001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1662001, - "title": "おまかせ選曲で選んだ楽曲をプレイしよう", - "detail": "おまかせ選曲で選んだ楽曲をプレイしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131662001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1663001, - "title": "アイテム勧誘をしよう", - "detail": "勧誘をしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 63, - "conditionValues": [ - 8110001 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131663001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1660001, - "title": "編成でいずれかの属性pの合計を27500以上にしよう", - "detail": "編成で『N』属性pを合計27500以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 60, - "conditionValues": [ - 0 - ], - "conditionNumber": 27500, - "masterMissionRewardId": 131660001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1614001, - "title": "部員のレベルをアップしよう", - "detail": "部員をレベル2以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 14, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131614001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1666001, - "title": "ライブオプションを設定しよう", - "detail": "ライブオプションを設定しよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 66, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131666001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1658001, - "title": "いずれかの部員のキズナを10にしよう", - "detail": "キズナを10以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 131658001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1661001, - "title": "ホーム画面カスタムを編集しよう", - "detail": "ホーム画面カスタムを編集しよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 61, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131661001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1653002, - "title": "2日間ログインしよう", - "detail": "2日間ログインしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 2, - "masterMissionRewardId": 131653002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1605002, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 131605002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1665001, - "title": "おすすめリストを設定しよう", - "detail": "おすすめリストを設定しよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 65, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131665001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1664001, - "title": "部員の特技レベルをアップしよう", - "detail": "部員を特技レベル『N』以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 64, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131664001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1658002, - "title": "いずれかの部員のキズナを20にしよう", - "detail": "キズナを20以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 131658002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1630001, - "title": "ユニットに同一の属性を5人編成しよう", - "detail": "『-』タイプが5人以上のデッキを作ろう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 30, - "conditionValues": [ - 0, - 5 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131630001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1606001, - "title": "消費LPを2倍に設定しよう", - "detail": "消費LPを2倍に設定しよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 6, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 131606001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1614002, - "title": "3人の部員をレベル20以上にしよう", - "detail": "3人の部員をレベル20以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 14, - "conditionValues": [ - 20 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131614002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1663002, - "title": "アイテム勧誘を2回しよう", - "detail": "勧誘を20回しよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 63, - "conditionValues": [ - 8110001 - ], - "conditionNumber": 20, - "masterMissionRewardId": 131663002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1653003, - "title": "3日間ログインしよう", - "detail": "3日間ログインしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 131653003, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1605003, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 131605003, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1660002, - "title": "編成でいずれかの属性pの合計を29000以上にしよう", - "detail": "編成で『N』属性pを合計29000以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 60, - "conditionValues": [ - 0 - ], - "conditionNumber": 29000, - "masterMissionRewardId": 131660002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1617001, - "title": "部員を覚醒しよう", - "detail": "いずれかのレアリティの部員を覚醒しよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 17, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131617001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1658003, - "title": "いずれかの部員のキズナを30にしよう", - "detail": "キズナを30以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 58, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 131658003, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1625001, - "title": "アカウント引き継ぎ準備をしよう", - "detail": "アカウント引き継ぎ準備をしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 25, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131625001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1614003, - "title": "5人の部員をレベル30以上にしよう", - "detail": "5人の部員をレベル30以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 14, - "conditionValues": [ - 30 - ], - "conditionNumber": 5, - "masterMissionRewardId": 131614003, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1664002, - "title": "3枚のカードを特技レベル2以上にしよう", - "detail": "3人の部員を特技レベル『N』以上にしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 64, - "conditionValues": [ - 2 - ], - "conditionNumber": 3, - "masterMissionRewardId": 131664002, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 1626001, - "title": "公式Twitterアカウントをフォローしよう", - "detail": "公式Twitterアカウントをフォローしよう", - "type": 6, - "parentMasterMissionId": 0, - "conditionType": 26, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131626001, - "priority": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 2900001, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132900001, - "priority": 999, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900002, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132900002, - "priority": 998, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900003, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 132900003, - "priority": 997, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900004, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132900004, - "priority": 996, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900005, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 132900005, - "priority": 995, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900006, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132900006, - "priority": 994, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900007, - "title": "ライブを35回クリアしよう", - "detail": "ライブを35回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 35, - "masterMissionRewardId": 132900007, - "priority": 993, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900008, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132900008, - "priority": 992, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900009, - "title": "ライブを45回クリアしよう", - "detail": "ライブを45回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 45, - "masterMissionRewardId": 132900009, - "priority": 991, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900010, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132900010, - "priority": 990, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900011, - "title": "ライブを55回クリアしよう", - "detail": "ライブを55回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 55, - "masterMissionRewardId": 132900011, - "priority": 989, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900012, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132900012, - "priority": 988, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900013, - "title": "ライブを65回クリアしよう", - "detail": "ライブを65回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 65, - "masterMissionRewardId": 132900013, - "priority": 987, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900014, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132900014, - "priority": 986, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900015, - "title": "ライブを75回クリアしよう", - "detail": "ライブを75回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 75, - "masterMissionRewardId": 132900015, - "priority": 985, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900016, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132900016, - "priority": 984, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900017, - "title": "ライブを85回クリアしよう", - "detail": "ライブを85回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 85, - "masterMissionRewardId": 132900017, - "priority": 983, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900018, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132900018, - "priority": 982, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900019, - "title": "ライブを95回クリアしよう", - "detail": "ライブを95回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 95, - "masterMissionRewardId": 132900019, - "priority": 981, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900020, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132900020, - "priority": 980, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900021, - "title": "ライブを110回クリアしよう", - "detail": "ライブを110回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 110, - "masterMissionRewardId": 132900021, - "priority": 979, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900022, - "title": "ライブを120回クリアしよう", - "detail": "ライブを120回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 120, - "masterMissionRewardId": 132900022, - "priority": 978, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900023, - "title": "ライブを130回クリアしよう", - "detail": "ライブを130回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 130, - "masterMissionRewardId": 132900023, - "priority": 977, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900024, - "title": "ライブを140回クリアしよう", - "detail": "ライブを140回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 140, - "masterMissionRewardId": 132900024, - "priority": 976, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900025, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132900025, - "priority": 975, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900026, - "title": "ライブを160回クリアしよう", - "detail": "ライブを160回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 160, - "masterMissionRewardId": 132900026, - "priority": 974, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900027, - "title": "ライブを170回クリアしよう", - "detail": "ライブを170回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 170, - "masterMissionRewardId": 132900027, - "priority": 973, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900028, - "title": "ライブを180回クリアしよう", - "detail": "ライブを180回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 180, - "masterMissionRewardId": 132900028, - "priority": 972, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900029, - "title": "ライブを190回クリアしよう", - "detail": "ライブを190回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 190, - "masterMissionRewardId": 132900029, - "priority": 971, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900030, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132900030, - "priority": 970, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900031, - "title": "ライブを210回クリアしよう", - "detail": "ライブを210回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 210, - "masterMissionRewardId": 132900031, - "priority": 969, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900032, - "title": "ライブを220回クリアしよう", - "detail": "ライブを220回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 220, - "masterMissionRewardId": 132900032, - "priority": 968, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900033, - "title": "ライブを230回クリアしよう", - "detail": "ライブを230回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 230, - "masterMissionRewardId": 132900033, - "priority": 967, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900034, - "title": "ライブを240回クリアしよう", - "detail": "ライブを240回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 240, - "masterMissionRewardId": 132900034, - "priority": 966, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900035, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132900035, - "priority": 965, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900036, - "title": "ライブを260回クリアしよう", - "detail": "ライブを260回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 260, - "masterMissionRewardId": 132900036, - "priority": 964, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900037, - "title": "ライブを270回クリアしよう", - "detail": "ライブを270回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 270, - "masterMissionRewardId": 132900037, - "priority": 963, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900038, - "title": "ライブを280回クリアしよう", - "detail": "ライブを280回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 280, - "masterMissionRewardId": 132900038, - "priority": 962, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900039, - "title": "ライブを290回クリアしよう", - "detail": "ライブを290回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 290, - "masterMissionRewardId": 132900039, - "priority": 961, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900040, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132900040, - "priority": 960, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900041, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900041, - "priority": 959, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900042, - "title": "難易度NORMAL以上でライブを10回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを10回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900042, - "priority": 958, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900043, - "title": "難易度NORMAL以上でライブを15回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを15回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 15, - "masterMissionRewardId": 132900043, - "priority": 957, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900044, - "title": "難易度NORMAL以上でライブを20回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを20回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900044, - "priority": 956, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900045, - "title": "難易度NORMAL以上でライブを25回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを25回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 25, - "masterMissionRewardId": 132900045, - "priority": 955, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900046, - "title": "難易度NORMAL以上でライブを30回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを30回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900046, - "priority": 954, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900047, - "title": "ラブライブ!の楽曲を10回クリアしよう", - "detail": "ラブライブ!の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900047, - "priority": 953, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900048, - "title": "ラブライブ!の楽曲を20回クリアしよう", - "detail": "ラブライブ!の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900048, - "priority": 952, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900049, - "title": "ラブライブ!の楽曲を30回クリアしよう", - "detail": "ラブライブ!の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900049, - "priority": 951, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900050, - "title": "ラブライブ!の楽曲を40回クリアしよう", - "detail": "ラブライブ!の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900050, - "priority": 950, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900051, - "title": "ラブライブ!の楽曲を50回クリアしよう", - "detail": "ラブライブ!の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900051, - "priority": 949, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900052, - "title": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900052, - "priority": 948, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900053, - "title": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900053, - "priority": 947, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900054, - "title": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900054, - "priority": 946, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900055, - "title": "ラブライブ!サンシャイン!!の楽曲を40回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900055, - "priority": 945, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900056, - "title": "ラブライブ!サンシャイン!!の楽曲を50回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900056, - "priority": 944, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900057, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900057, - "priority": 943, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900058, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900058, - "priority": 942, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900059, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900059, - "priority": 941, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900060, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を40回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900060, - "priority": 940, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900061, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を50回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900061, - "priority": 939, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900062, - "title": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900062, - "priority": 938, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900063, - "title": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900063, - "priority": 937, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900064, - "title": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900064, - "priority": 936, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900065, - "title": "ラブライブ!スーパースター!!の楽曲を40回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900065, - "priority": 935, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900066, - "title": "ラブライブ!スーパースター!!の楽曲を50回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900066, - "priority": 934, - "masterReleaseLabelId": 223080105 - }, - { - "id": 2900067, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900067, - "priority": 933, - "masterReleaseLabelId": 223080105 - }, - { - "id": 3000068, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133000068, - "priority": 999, - "masterReleaseLabelId": 223101601 - }, - { - "id": 3000069, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133000069, - "priority": 994, - "masterReleaseLabelId": 223101601 - }, - { - "id": 3000070, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133000070, - "priority": 998, - "masterReleaseLabelId": 223100506 - }, - { - "id": 3000071, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133000071, - "priority": 997, - "masterReleaseLabelId": 223100506 - }, - { - "id": 3000072, - "title": "ライブを2回クリアしよう", - "detail": "ライブを2回クリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 2, - "masterMissionRewardId": 133000072, - "priority": 996, - "masterReleaseLabelId": 223100506 - }, - { - "id": 3000073, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133000073, - "priority": 995, - "masterReleaseLabelId": 223100506 - }, - { - "id": 3200074, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133200074, - "priority": 999, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3200075, - "title": "楽曲『Dancing stars on me!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Dancing stars on me!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1101401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200075, - "priority": 998, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3200076, - "title": "楽曲『Aqours Pirates Desire』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Aqours Pirates Desire』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1203001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200076, - "priority": 997, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3200077, - "title": "楽曲『Maze Town』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Maze Town』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1304801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200077, - "priority": 996, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3200078, - "title": "楽曲『ユートピアマジック』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ユートピアマジック』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1408901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200078, - "priority": 995, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300079, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133300079, - "priority": 994, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300080, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133300080, - "priority": 993, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300081, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 133300081, - "priority": 992, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300082, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133300082, - "priority": 991, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300083, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 133300083, - "priority": 990, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300084, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133300084, - "priority": 989, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300085, - "title": "おまかせ選曲で選んだ楽曲をプレイしよう", - "detail": "おまかせ選曲で選んだ楽曲をプレイしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133300085, - "priority": 988, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300086, - "title": "おまかせ選曲で選んだ楽曲を2回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を2回プレイしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 2, - "masterMissionRewardId": 133300086, - "priority": 987, - "masterReleaseLabelId": 223102504 - }, - { - "id": 3300087, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133300087, - "priority": 986, - "masterReleaseLabelId": 223102504 - }, - { - "id": 2800088, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132800088, - "priority": 999, - "masterReleaseLabelId": 223110106 - }, - { - "id": 2800089, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132800089, - "priority": 998, - "masterReleaseLabelId": 223110106 - }, - { - "id": 2900090, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132900090, - "priority": 997, - "masterReleaseLabelId": 223110106 - }, - { - "id": 3000091, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133000091, - "priority": 999, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3000092, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133000092, - "priority": 998, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3000093, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133000093, - "priority": 997, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100094, - "title": "ラブライブ!の楽曲を10回クリアしよう", - "detail": "ラブライブ!の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100094, - "priority": 996, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100095, - "title": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100095, - "priority": 995, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100096, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100096, - "priority": 994, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100097, - "title": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100097, - "priority": 993, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100098, - "title": "ラブライブ!の楽曲を20回クリアしよう", - "detail": "ラブライブ!の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100098, - "priority": 992, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100099, - "title": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100099, - "priority": 991, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100100, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100100, - "priority": 990, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100101, - "title": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100101, - "priority": 989, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100102, - "title": "ラブライブ!の楽曲を30回クリアしよう", - "detail": "ラブライブ!の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100102, - "priority": 988, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100103, - "title": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100103, - "priority": 987, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100104, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100104, - "priority": 986, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3100105, - "title": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100105, - "priority": 985, - "masterReleaseLabelId": 223103113 - }, - { - "id": 3200106, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133200106, - "priority": 999, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3200107, - "title": "楽曲『秋のあなたの空遠く』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『秋のあなたの空遠く』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1111301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200107, - "priority": 998, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3200108, - "title": "楽曲『Aqours Pirates Desire』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Aqours Pirates Desire』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1203001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200108, - "priority": 997, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3200109, - "title": "楽曲『Beautiful Moonlight』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Beautiful Moonlight』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1303601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200109, - "priority": 996, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3200110, - "title": "楽曲『Chance Day, Chance Way!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Chance Day, Chance Way!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 19, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133200110, - "priority": 995, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3300111, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133300111, - "priority": 994, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3300112, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133300112, - "priority": 993, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3300113, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 133300113, - "priority": 992, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3300114, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133300114, - "priority": 991, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3300115, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 133300115, - "priority": 990, - "masterReleaseLabelId": 223111104 - }, - { - "id": 3300116, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133300116, - "priority": 989, - "masterReleaseLabelId": 223111104 - }, - { - "id": 2800117, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132800117, - "priority": 999, - "masterReleaseLabelId": 223120105 - }, - { - "id": 2800118, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132800118, - "priority": 998, - "masterReleaseLabelId": 223120105 - }, - { - "id": 2900119, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132900119, - "priority": 997, - "masterReleaseLabelId": 223120105 - }, - { - "id": 3000120, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133000120, - "priority": 999, - "masterReleaseLabelId": 223121204 - }, - { - "id": 3000121, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 17, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133000121, - "priority": 998, - "masterReleaseLabelId": 223121204 - }, - { - "id": 3100122, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133100122, - "priority": 997, - "masterReleaseLabelId": 223121204 - }, - { - "id": 3300123, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 133300123, - "priority": 999, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300124, - "title": "ライブを2回クリアしよう", - "detail": "ライブを2回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 2, - "masterMissionRewardId": 133300124, - "priority": 998, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300125, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 133300125, - "priority": 997, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300126, - "title": "ライブを4回クリアしよう", - "detail": "ライブを4回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 4, - "masterMissionRewardId": 133300126, - "priority": 996, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300127, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133300127, - "priority": 995, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300128, - "title": "ライブを6回クリアしよう", - "detail": "ライブを6回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 6, - "masterMissionRewardId": 133300128, - "priority": 994, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300129, - "title": "ライブを8回クリアしよう", - "detail": "ライブを8回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 8, - "masterMissionRewardId": 133300129, - "priority": 993, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300130, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133300130, - "priority": 992, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300131, - "title": "ライブを12回クリアしよう", - "detail": "ライブを12回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 12, - "masterMissionRewardId": 133300131, - "priority": 991, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300132, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 133300132, - "priority": 990, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300133, - "title": "ライブを18回クリアしよう", - "detail": "ライブを18回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 18, - "masterMissionRewardId": 133300133, - "priority": 989, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300134, - "title": "ライブを21回クリアしよう", - "detail": "ライブを21回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 21, - "masterMissionRewardId": 133300134, - "priority": 988, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300135, - "title": "ライブを24回クリアしよう", - "detail": "ライブを24回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 24, - "masterMissionRewardId": 133300135, - "priority": 987, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300136, - "title": "ライブを27回クリアしよう", - "detail": "ライブを27回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 27, - "masterMissionRewardId": 133300136, - "priority": 986, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300137, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133300137, - "priority": 985, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300138, - "title": "ライブを33回クリアしよう", - "detail": "ライブを33回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 33, - "masterMissionRewardId": 133300138, - "priority": 984, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300139, - "title": "ライブを36回クリアしよう", - "detail": "ライブを36回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 36, - "masterMissionRewardId": 133300139, - "priority": 983, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300140, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 133300140, - "priority": 982, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300141, - "title": "ライブを45回クリアしよう", - "detail": "ライブを45回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 45, - "masterMissionRewardId": 133300141, - "priority": 981, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300142, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 133300142, - "priority": 980, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300143, - "title": "ライブを55回クリアしよう", - "detail": "ライブを55回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 55, - "masterMissionRewardId": 133300143, - "priority": 979, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300144, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 133300144, - "priority": 978, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300145, - "title": "ライブを65回クリアしよう", - "detail": "ライブを65回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 65, - "masterMissionRewardId": 133300145, - "priority": 977, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300146, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 133300146, - "priority": 976, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300147, - "title": "ライブを75回クリアしよう", - "detail": "ライブを75回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 75, - "masterMissionRewardId": 133300147, - "priority": 975, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300148, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 133300148, - "priority": 974, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300149, - "title": "ライブを85回クリアしよう", - "detail": "ライブを85回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 85, - "masterMissionRewardId": 133300149, - "priority": 973, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300150, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 133300150, - "priority": 972, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300151, - "title": "ライブを95回クリアしよう", - "detail": "ライブを95回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 95, - "masterMissionRewardId": 133300151, - "priority": 971, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300152, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133300152, - "priority": 970, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300153, - "title": "ライブを105回クリアしよう", - "detail": "ライブを105回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 105, - "masterMissionRewardId": 133300153, - "priority": 969, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300154, - "title": "ライブを110回クリアしよう", - "detail": "ライブを110回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 110, - "masterMissionRewardId": 133300154, - "priority": 968, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300155, - "title": "ライブを115回クリアしよう", - "detail": "ライブを115回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 115, - "masterMissionRewardId": 133300155, - "priority": 967, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300156, - "title": "ライブを120回クリアしよう", - "detail": "ライブを120回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 120, - "masterMissionRewardId": 133300156, - "priority": 966, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300157, - "title": "ライブを125回クリアしよう", - "detail": "ライブを125回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 125, - "masterMissionRewardId": 133300157, - "priority": 965, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300158, - "title": "ライブを130回クリアしよう", - "detail": "ライブを130回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 130, - "masterMissionRewardId": 133300158, - "priority": 964, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300159, - "title": "ライブを135回クリアしよう", - "detail": "ライブを135回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 135, - "masterMissionRewardId": 133300159, - "priority": 963, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300160, - "title": "ライブを140回クリアしよう", - "detail": "ライブを140回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 140, - "masterMissionRewardId": 133300160, - "priority": 962, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300161, - "title": "ライブを145回クリアしよう", - "detail": "ライブを145回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 145, - "masterMissionRewardId": 133300161, - "priority": 961, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300162, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 133300162, - "priority": 960, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300163, - "title": "難易度NORMAL以上でライブをフルコンボしよう", - "detail": "難易度NORMAL以上でライブをフルコンボしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300163, - "priority": 959, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300164, - "title": "難易度NORMAL以上でライブを3回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを3回フルコンボしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 3, - "masterMissionRewardId": 133300164, - "priority": 958, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300165, - "title": "難易度NORMAL以上でライブを6回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを6回フルコンボしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 6, - "masterMissionRewardId": 133300165, - "priority": 957, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300166, - "title": "難易度NORMAL以上でライブを9回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを9回フルコンボしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 9, - "masterMissionRewardId": 133300166, - "priority": 956, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300167, - "title": "難易度NORMAL以上でライブを12回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを12回フルコンボしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 12, - "masterMissionRewardId": 133300167, - "priority": 955, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300168, - "title": "難易度NORMAL以上でライブを15回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを15回フルコンボしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300168, - "priority": 954, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300169, - "title": "ラブライブ!の楽曲を5回クリアしよう", - "detail": "ラブライブ!の楽曲を5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300169, - "priority": 953, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300170, - "title": "ラブライブ!の楽曲を10回クリアしよう", - "detail": "ラブライブ!の楽曲を10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300170, - "priority": 952, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300171, - "title": "ラブライブ!の楽曲を15回クリアしよう", - "detail": "ラブライブ!の楽曲を15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300171, - "priority": 951, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300172, - "title": "ラブライブ!の楽曲を20回クリアしよう", - "detail": "ラブライブ!の楽曲を20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133300172, - "priority": 950, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300173, - "title": "ラブライブ!の楽曲を30回クリアしよう", - "detail": "ラブライブ!の楽曲を30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133300173, - "priority": 949, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300174, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300174, - "priority": 948, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300175, - "title": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300175, - "priority": 947, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300176, - "title": "ラブライブ!サンシャイン!!の楽曲を15回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300176, - "priority": 946, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300177, - "title": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133300177, - "priority": 945, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300178, - "title": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133300178, - "priority": 944, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300179, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300179, - "priority": 943, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300180, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300180, - "priority": 942, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300181, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300181, - "priority": 941, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300182, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133300182, - "priority": 940, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300183, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133300183, - "priority": 939, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300184, - "title": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300184, - "priority": 938, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300185, - "title": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300185, - "priority": 937, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300186, - "title": "ラブライブ!スーパースター!!の楽曲を15回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300186, - "priority": 936, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300187, - "title": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133300187, - "priority": 935, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300188, - "title": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133300188, - "priority": 934, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300189, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を5回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300189, - "priority": 933, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300190, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300190, - "priority": 932, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300191, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を15回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を15回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300191, - "priority": 931, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300192, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を20回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を20回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133300192, - "priority": 930, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300193, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を30回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を30回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133300193, - "priority": 929, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300194, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲をクリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲をクリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300194, - "priority": 928, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300195, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を2回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を2回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 2, - "masterMissionRewardId": 133300195, - "priority": 927, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300196, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を3回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を3回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 3, - "masterMissionRewardId": 133300196, - "priority": 926, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300197, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を4回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を4回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 4, - "masterMissionRewardId": 133300197, - "priority": 925, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300198, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を5回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を5回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300198, - "priority": 924, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300199, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を6回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を6回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 6, - "masterMissionRewardId": 133300199, - "priority": 923, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300200, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を7回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を7回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 7, - "masterMissionRewardId": 133300200, - "priority": 922, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300201, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を8回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を8回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 8, - "masterMissionRewardId": 133300201, - "priority": 921, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300202, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を9回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を9回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 9, - "masterMissionRewardId": 133300202, - "priority": 920, - "masterReleaseLabelId": 223120802 - }, - { - "id": 3300203, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を10回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を10回クリアしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300203, - "priority": 919, - "masterReleaseLabelId": 223120802 - }, - { - "id": 2800204, - "title": "ログインしよう", - "detail": "ログインしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 53, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132800204, - "priority": 998, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2800205, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132800205, - "priority": 997, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2800206, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 15, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132800206, - "priority": 996, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900207, - "title": "「年末年始記念!最大240回無料勧誘」をしよう", - "detail": "「年末年始記念!最大240回無料勧誘」をしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 63, - "conditionValues": [ - 4110034 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132900207, - "priority": 995, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900208, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132900208, - "priority": 994, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900209, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132900209, - "priority": 993, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900210, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 132900210, - "priority": 992, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900211, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132900211, - "priority": 991, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900212, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 132900212, - "priority": 990, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900213, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132900213, - "priority": 989, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900214, - "title": "おまかせ選曲で選んだ楽曲をプレイしよう", - "detail": "おまかせ選曲で選んだ楽曲をプレイしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 132900214, - "priority": 988, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900215, - "title": "おまかせ選曲で選んだ楽曲を2回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を2回プレイしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 2, - "masterMissionRewardId": 132900215, - "priority": 987, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900216, - "title": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "detail": "おまかせ選曲で選んだ楽曲を3回プレイしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 62, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 132900216, - "priority": 986, - "masterReleaseLabelId": 224010108 - }, - { - "id": 2900217, - "title": "楽曲『New Year's March!(1~6月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『New Year's March!(1~6月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132900217, - "priority": 985, - "masterReleaseLabelId": 224010112 - }, - { - "id": 2900218, - "title": "楽曲『New Year's March!(7~12月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『New Year's March!(7~12月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132900218, - "priority": 984, - "masterReleaseLabelId": 224010112 - }, - { - "id": 2900219, - "title": "楽曲『New Year's March!(1~6月Ver.)』の難易度NORMAL以上でスコア150000を達成しよう", - "detail": "楽曲『New Year's March!(1~6月Ver.)』の難易度NORMAL以上でスコア150000を達成しよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315401, - 1, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132900219, - "priority": 983, - "masterReleaseLabelId": 224010112 - }, - { - "id": 2900220, - "title": "楽曲『New Year's March!(7~12月Ver.)』の難易度NORMAL以上でスコア150000を達成しよう", - "detail": "楽曲『New Year's March!(7~12月Ver.)』の難易度NORMAL以上でスコア150000を達成しよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315501, - 1, - 150000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 132900220, - "priority": 982, - "masterReleaseLabelId": 224010112 - }, - { - "id": 3100221, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 133100221, - "priority": 999, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100222, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 133100222, - "priority": 998, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100223, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 133100223, - "priority": 997, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100224, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 133100224, - "priority": 996, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100225, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 133100225, - "priority": 995, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100226, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 133100226, - "priority": 994, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100227, - "title": "ライブを35回クリアしよう", - "detail": "ライブを35回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 35, - "masterMissionRewardId": 133100227, - "priority": 993, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100228, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 133100228, - "priority": 992, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100229, - "title": "ライブを45回クリアしよう", - "detail": "ライブを45回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 45, - "masterMissionRewardId": 133100229, - "priority": 991, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100230, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 133100230, - "priority": 990, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100231, - "title": "ライブを55回クリアしよう", - "detail": "ライブを55回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 55, - "masterMissionRewardId": 133100231, - "priority": 989, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100232, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 133100232, - "priority": 988, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100233, - "title": "ライブを65回クリアしよう", - "detail": "ライブを65回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 65, - "masterMissionRewardId": 133100233, - "priority": 987, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100234, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 133100234, - "priority": 986, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100235, - "title": "ライブを75回クリアしよう", - "detail": "ライブを75回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 75, - "masterMissionRewardId": 133100235, - "priority": 985, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100236, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 133100236, - "priority": 984, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100237, - "title": "ライブを85回クリアしよう", - "detail": "ライブを85回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 85, - "masterMissionRewardId": 133100237, - "priority": 983, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100238, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 133100238, - "priority": 982, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100239, - "title": "ライブを95回クリアしよう", - "detail": "ライブを95回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 95, - "masterMissionRewardId": 133100239, - "priority": 981, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100240, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 133100240, - "priority": 980, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100241, - "title": "ライブを110回クリアしよう", - "detail": "ライブを110回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 110, - "masterMissionRewardId": 133100241, - "priority": 979, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100242, - "title": "ライブを120回クリアしよう", - "detail": "ライブを120回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 120, - "masterMissionRewardId": 133100242, - "priority": 978, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100243, - "title": "ライブを130回クリアしよう", - "detail": "ライブを130回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 130, - "masterMissionRewardId": 133100243, - "priority": 977, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100244, - "title": "ライブを140回クリアしよう", - "detail": "ライブを140回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 140, - "masterMissionRewardId": 133100244, - "priority": 976, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100245, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 133100245, - "priority": 975, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100246, - "title": "ライブを160回クリアしよう", - "detail": "ライブを160回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 160, - "masterMissionRewardId": 133100246, - "priority": 974, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100247, - "title": "ライブを170回クリアしよう", - "detail": "ライブを170回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 170, - "masterMissionRewardId": 133100247, - "priority": 973, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100248, - "title": "ライブを180回クリアしよう", - "detail": "ライブを180回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 180, - "masterMissionRewardId": 133100248, - "priority": 972, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100249, - "title": "ライブを190回クリアしよう", - "detail": "ライブを190回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 190, - "masterMissionRewardId": 133100249, - "priority": 971, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100250, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 133100250, - "priority": 970, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100251, - "title": "ライブを210回クリアしよう", - "detail": "ライブを210回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 210, - "masterMissionRewardId": 133100251, - "priority": 969, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100252, - "title": "ライブを220回クリアしよう", - "detail": "ライブを220回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 220, - "masterMissionRewardId": 133100252, - "priority": 968, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100253, - "title": "ライブを230回クリアしよう", - "detail": "ライブを230回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 230, - "masterMissionRewardId": 133100253, - "priority": 967, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100254, - "title": "ライブを240回クリアしよう", - "detail": "ライブを240回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 240, - "masterMissionRewardId": 133100254, - "priority": 966, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100255, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 133100255, - "priority": 965, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100256, - "title": "ライブを260回クリアしよう", - "detail": "ライブを260回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 260, - "masterMissionRewardId": 133100256, - "priority": 964, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100257, - "title": "ライブを270回クリアしよう", - "detail": "ライブを270回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 270, - "masterMissionRewardId": 133100257, - "priority": 963, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100258, - "title": "ライブを280回クリアしよう", - "detail": "ライブを280回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 280, - "masterMissionRewardId": 133100258, - "priority": 962, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100259, - "title": "ライブを290回クリアしよう", - "detail": "ライブを290回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 290, - "masterMissionRewardId": 133100259, - "priority": 961, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100260, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 133100260, - "priority": 960, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100261, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100261, - "priority": 959, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100262, - "title": "難易度NORMAL以上でライブを10回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを10回フルコンボしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100262, - "priority": 958, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100263, - "title": "難易度NORMAL以上でライブを15回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを15回フルコンボしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133100263, - "priority": 957, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100264, - "title": "難易度NORMAL以上でライブを20回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを20回フルコンボしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100264, - "priority": 956, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100265, - "title": "難易度NORMAL以上でライブを25回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを25回フルコンボしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 25, - "masterMissionRewardId": 133100265, - "priority": 955, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100266, - "title": "難易度NORMAL以上でライブを30回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを30回フルコンボしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100266, - "priority": 954, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100267, - "title": "ラブライブ!の楽曲を5回クリアしよう", - "detail": "ラブライブ!の楽曲を5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100267, - "priority": 953, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100268, - "title": "ラブライブ!の楽曲を10回クリアしよう", - "detail": "ラブライブ!の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100268, - "priority": 952, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100269, - "title": "ラブライブ!の楽曲を20回クリアしよう", - "detail": "ラブライブ!の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100269, - "priority": 951, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100270, - "title": "ラブライブ!の楽曲を30回クリアしよう", - "detail": "ラブライブ!の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100270, - "priority": 950, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100271, - "title": "ラブライブ!の楽曲を40回クリアしよう", - "detail": "ラブライブ!の楽曲を40回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 40, - "masterMissionRewardId": 133100271, - "priority": 949, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100272, - "title": "ラブライブ!の楽曲を50回クリアしよう", - "detail": "ラブライブ!の楽曲を50回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 50, - "masterMissionRewardId": 133100272, - "priority": 948, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100273, - "title": "ラブライブ!の楽曲を60回クリアしよう", - "detail": "ラブライブ!の楽曲を60回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 60, - "masterMissionRewardId": 133100273, - "priority": 947, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100274, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100274, - "priority": 946, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100275, - "title": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100275, - "priority": 945, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100276, - "title": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100276, - "priority": 944, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100277, - "title": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100277, - "priority": 943, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100278, - "title": "ラブライブ!サンシャイン!!の楽曲を40回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を40回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 40, - "masterMissionRewardId": 133100278, - "priority": 942, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100279, - "title": "ラブライブ!サンシャイン!!の楽曲を50回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を50回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 50, - "masterMissionRewardId": 133100279, - "priority": 941, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100280, - "title": "ラブライブ!サンシャイン!!の楽曲を60回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を60回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 60, - "masterMissionRewardId": 133100280, - "priority": 940, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100281, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100281, - "priority": 939, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100282, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100282, - "priority": 938, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100283, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100283, - "priority": 937, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100284, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100284, - "priority": 936, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100285, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を40回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を40回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 40, - "masterMissionRewardId": 133100285, - "priority": 935, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100286, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を50回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を50回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 50, - "masterMissionRewardId": 133100286, - "priority": 934, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100287, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を60回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を60回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 60, - "masterMissionRewardId": 133100287, - "priority": 933, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100288, - "title": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100288, - "priority": 932, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100289, - "title": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100289, - "priority": 931, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100290, - "title": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100290, - "priority": 930, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100291, - "title": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100291, - "priority": 929, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100292, - "title": "ラブライブ!スーパースター!!の楽曲を40回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を40回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 40, - "masterMissionRewardId": 133100292, - "priority": 928, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100293, - "title": "ラブライブ!スーパースター!!の楽曲を50回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を50回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 50, - "masterMissionRewardId": 133100293, - "priority": 927, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100294, - "title": "ラブライブ!スーパースター!!の楽曲を60回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を60回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 60, - "masterMissionRewardId": 133100294, - "priority": 926, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100295, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を5回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100295, - "priority": 925, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100296, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100296, - "priority": 924, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100297, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を20回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100297, - "priority": 923, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100298, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を30回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を30回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133100298, - "priority": 922, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100299, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を40回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を40回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 40, - "masterMissionRewardId": 133100299, - "priority": 921, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100300, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を50回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を50回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 50, - "masterMissionRewardId": 133100300, - "priority": 920, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100301, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を60回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を60回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 60, - "masterMissionRewardId": 133100301, - "priority": 919, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100302, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を5回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を5回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133100302, - "priority": 918, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100303, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を10回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を10回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133100303, - "priority": 917, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100304, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を15回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を15回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133100304, - "priority": 916, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100305, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を20回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を20回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133100305, - "priority": 915, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3100306, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を25回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を25回クリアしよう", - "type": 18, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 25, - "masterMissionRewardId": 133100306, - "priority": 914, - "masterReleaseLabelId": 224020106 - }, - { - "id": 3300307, - "title": "楽曲『もぎゅっと“love”で接近中!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『もぎゅっと“love”で接近中!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1109301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300307, - "priority": 999, - "masterReleaseLabelId": 224020101 - }, - { - "id": 3300308, - "title": "楽曲『baby maybe 恋のボタン』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『baby maybe 恋のボタン』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300308, - "priority": 998, - "masterReleaseLabelId": 224020201 - }, - { - "id": 3300309, - "title": "楽曲『嵐のなかの恋だから』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『嵐のなかの恋だから』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1112901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300309, - "priority": 997, - "masterReleaseLabelId": 224020301 - }, - { - "id": 3300310, - "title": "楽曲『るてしキスキしてる』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『るてしキスキしてる』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1109701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300310, - "priority": 996, - "masterReleaseLabelId": 224020401 - }, - { - "id": 3300311, - "title": "楽曲『愛してるばんざーい!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『愛してるばんざーい!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1109801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300311, - "priority": 995, - "masterReleaseLabelId": 224020501 - }, - { - "id": 3300312, - "title": "楽曲『Love marginal』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Love marginal』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1102601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300312, - "priority": 994, - "masterReleaseLabelId": 224020601 - }, - { - "id": 3300313, - "title": "楽曲『ラブノベルス』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ラブノベルス』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1109601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300313, - "priority": 993, - "masterReleaseLabelId": 224020701 - }, - { - "id": 3300314, - "title": "楽曲『知らないLove*教えてLove』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『知らないLove*教えてLove』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1111801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300314, - "priority": 992, - "masterReleaseLabelId": 224020801 - }, - { - "id": 3300315, - "title": "楽曲『sweet&sweet holiday』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『sweet&sweet holiday』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1105801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300315, - "priority": 991, - "masterReleaseLabelId": 224020901 - }, - { - "id": 3300316, - "title": "楽曲『Cutie Panther』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Cutie Panther』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1101201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300316, - "priority": 990, - "masterReleaseLabelId": 224021003 - }, - { - "id": 3300317, - "title": "楽曲『春情ロマンティック』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『春情ロマンティック』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1111401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300317, - "priority": 989, - "masterReleaseLabelId": 224021101 - }, - { - "id": 3300318, - "title": "楽曲『ぷわぷわーお!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ぷわぷわーお!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1108901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300318, - "priority": 988, - "masterReleaseLabelId": 224021201 - }, - { - "id": 3300319, - "title": "楽曲『PSYCHIC FIRE』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『PSYCHIC FIRE』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1104101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300319, - "priority": 987, - "masterReleaseLabelId": 224021301 - }, - { - "id": 3300320, - "title": "楽曲『微熱からMystery』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『微熱からMystery』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1112101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300320, - "priority": 986, - "masterReleaseLabelId": 224021401 - }, - { - "id": 3300321, - "title": "楽曲『恋になりたいAQUARIUM』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『恋になりたいAQUARIUM』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1208801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300321, - "priority": 985, - "masterReleaseLabelId": 224020101 - }, - { - "id": 3300322, - "title": "楽曲『少女以上の恋がしたい』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『少女以上の恋がしたい』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1204201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300322, - "priority": 984, - "masterReleaseLabelId": 224020201 - }, - { - "id": 3300323, - "title": "楽曲『JIMO-AI Dash!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『JIMO-AI Dash!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1200501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300323, - "priority": 983, - "masterReleaseLabelId": 224020301 - }, - { - "id": 3300324, - "title": "楽曲『待ってて愛のうた』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『待ってて愛のうた』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300324, - "priority": 982, - "masterReleaseLabelId": 224020401 - }, - { - "id": 3300325, - "title": "楽曲『“MY LIST” to you!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『“MY LIST” to you!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1207601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300325, - "priority": 981, - "masterReleaseLabelId": 224020501 - }, - { - "id": 3300326, - "title": "楽曲『近未来ハッピーエンド』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『近未来ハッピーエンド』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1203901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300326, - "priority": 980, - "masterReleaseLabelId": 224020601 - }, - { - "id": 3300327, - "title": "楽曲『トリコリコPLEASE!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『トリコリコPLEASE!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300327, - "priority": 979, - "masterReleaseLabelId": 224020701 - }, - { - "id": 3300328, - "title": "楽曲『Guilty Night, Guilty Kiss!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Guilty Night, Guilty Kiss!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1210501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300328, - "priority": 978, - "masterReleaseLabelId": 224020801 - }, - { - "id": 3300329, - "title": "楽曲『コドク・テレポート』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『コドク・テレポート』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1212901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300329, - "priority": 977, - "masterReleaseLabelId": 224020901 - }, - { - "id": 3300330, - "title": "楽曲『GALAXY HidE and SeeK』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『GALAXY HidE and SeeK』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1204301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300330, - "priority": 976, - "masterReleaseLabelId": 224021003 - }, - { - "id": 3300331, - "title": "楽曲『Nameless Love Song』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Nameless Love Song』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300331, - "priority": 975, - "masterReleaseLabelId": 224021101 - }, - { - "id": 3300332, - "title": "楽曲『ある日…永遠みたいに!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ある日…永遠みたいに!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1215301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300332, - "priority": 974, - "masterReleaseLabelId": 224021201 - }, - { - "id": 3300333, - "title": "楽曲『空中恋愛論』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『空中恋愛論』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1212701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300333, - "priority": 973, - "masterReleaseLabelId": 224021301 - }, - { - "id": 3300334, - "title": "楽曲『Deep Sea Cocoon』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Deep Sea Cocoon』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300334, - "priority": 972, - "masterReleaseLabelId": 224021401 - }, - { - "id": 3300335, - "title": "楽曲『Walking Dream』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Walking Dream』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300335, - "priority": 971, - "masterReleaseLabelId": 224020101 - }, - { - "id": 3300336, - "title": "楽曲『背伸びしたって』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『背伸びしたって』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300336, - "priority": 970, - "masterReleaseLabelId": 224020201 - }, - { - "id": 3300337, - "title": "楽曲『小悪魔LOVE♡』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『小悪魔LOVE♡』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300337, - "priority": 969, - "masterReleaseLabelId": 224020301 - }, - { - "id": 3300338, - "title": "楽曲『My Shadow』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『My Shadow』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300338, - "priority": 968, - "masterReleaseLabelId": 224020401 - }, - { - "id": 3300339, - "title": "楽曲『Request for U』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Request for U』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300339, - "priority": 967, - "masterReleaseLabelId": 224020501 - }, - { - "id": 3300340, - "title": "楽曲『Cooking with Love』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Cooking with Love』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300340, - "priority": 966, - "masterReleaseLabelId": 224020601 - }, - { - "id": 3300341, - "title": "楽曲『チェリーボム』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『チェリーボム』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300341, - "priority": 965, - "masterReleaseLabelId": 224020701 - }, - { - "id": 3300342, - "title": "楽曲『恋するSunflower』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『恋するSunflower』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300342, - "priority": 964, - "masterReleaseLabelId": 224020801 - }, - { - "id": 3300343, - "title": "楽曲『私はマグネット』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『私はマグネット』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1314901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300343, - "priority": 963, - "masterReleaseLabelId": 224020901 - }, - { - "id": 3300344, - "title": "楽曲『咬福論』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『咬福論』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300344, - "priority": 962, - "masterReleaseLabelId": 224021003 - }, - { - "id": 3300345, - "title": "楽曲『Lemonade』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Lemonade』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300345, - "priority": 961, - "masterReleaseLabelId": 224021101 - }, - { - "id": 3300346, - "title": "楽曲『5201314』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『5201314』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300346, - "priority": 960, - "masterReleaseLabelId": 224021201 - }, - { - "id": 3300347, - "title": "楽曲『Fly with You!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Fly with You!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300347, - "priority": 959, - "masterReleaseLabelId": 224021301 - }, - { - "id": 3300348, - "title": "楽曲『Love U my friends(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Love U my friends(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300348, - "priority": 958, - "masterReleaseLabelId": 224021401 - }, - { - "id": 3300349, - "title": "楽曲『この街でいまキミと』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『この街でいまキミと』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1403401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300349, - "priority": 957, - "masterReleaseLabelId": 224020101 - }, - { - "id": 3300350, - "title": "楽曲『GOING UP』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『GOING UP』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300350, - "priority": 956, - "masterReleaseLabelId": 224020201 - }, - { - "id": 3300351, - "title": "楽曲『常夏☆サンシャイン』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『常夏☆サンシャイン』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1404001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300351, - "priority": 955, - "masterReleaseLabelId": 224020301 - }, - { - "id": 3300352, - "title": "楽曲『トゥ トゥ トゥ!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『トゥ トゥ トゥ!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1408301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300352, - "priority": 954, - "masterReleaseLabelId": 224020401 - }, - { - "id": 3300353, - "title": "楽曲『Primary』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Primary』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1401101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300353, - "priority": 953, - "masterReleaseLabelId": 224020501 - }, - { - "id": 3300354, - "title": "楽曲『Shooting Voice!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Shooting Voice!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1406501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300354, - "priority": 952, - "masterReleaseLabelId": 224020601 - }, - { - "id": 3300355, - "title": "楽曲『未来の音が聴こえる』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『未来の音が聴こえる』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300355, - "priority": 951, - "masterReleaseLabelId": 224020701 - }, - { - "id": 3300356, - "title": "楽曲『名前呼びあうように』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『名前呼びあうように』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1409201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300356, - "priority": 950, - "masterReleaseLabelId": 224020801 - }, - { - "id": 3300357, - "title": "楽曲『Including you』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Including you』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1409601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300357, - "priority": 949, - "masterReleaseLabelId": 224020901 - }, - { - "id": 3300358, - "title": "楽曲『キラーキューン☆』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『キラーキューン☆』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300358, - "priority": 948, - "masterReleaseLabelId": 224021003 - }, - { - "id": 3300359, - "title": "楽曲『シェキラ☆☆☆』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『シェキラ☆☆☆』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1411701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300359, - "priority": 947, - "masterReleaseLabelId": 224021101 - }, - { - "id": 3300360, - "title": "楽曲『オルタネイト』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『オルタネイト』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1411101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300360, - "priority": 946, - "masterReleaseLabelId": 224021201 - }, - { - "id": 3300361, - "title": "楽曲『ベロア』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ベロア』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1411301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300361, - "priority": 945, - "masterReleaseLabelId": 224021301 - }, - { - "id": 3300362, - "title": "楽曲『A Little Love』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『A Little Love』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1411601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300362, - "priority": 944, - "masterReleaseLabelId": 224021401 - }, - { - "id": 3300363, - "title": "Liella!のメンバーを参加させて5回ライブしよう", - "detail": "Liella!のメンバーを参加させて5回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 5, - "masterMissionRewardId": 133300363, - "priority": 943, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300364, - "title": "Liella!のメンバーを参加させて10回ライブしよう", - "detail": "Liella!のメンバーを参加させて10回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 10, - "masterMissionRewardId": 133300364, - "priority": 942, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300365, - "title": "Liella!のメンバーを参加させて15回ライブしよう", - "detail": "Liella!のメンバーを参加させて15回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 15, - "masterMissionRewardId": 133300365, - "priority": 941, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300366, - "title": "Liella!のメンバーを参加させて20回ライブしよう", - "detail": "Liella!のメンバーを参加させて20回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 20, - "masterMissionRewardId": 133300366, - "priority": 940, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300367, - "title": "Liella!のメンバーを参加させて25回ライブしよう", - "detail": "Liella!のメンバーを参加させて25回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 25, - "masterMissionRewardId": 133300367, - "priority": 939, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300368, - "title": "Liella!のメンバーを参加させて30回ライブしよう", - "detail": "Liella!のメンバーを参加させて30回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 30, - "masterMissionRewardId": 133300368, - "priority": 938, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300369, - "title": "Liella!のメンバーを参加させて35回ライブしよう", - "detail": "Liella!のメンバーを参加させて35回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 35, - "masterMissionRewardId": 133300369, - "priority": 937, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300370, - "title": "Liella!のメンバーを参加させて40回ライブしよう", - "detail": "Liella!のメンバーを参加させて40回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 40, - "masterMissionRewardId": 133300370, - "priority": 936, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300371, - "title": "Liella!のメンバーを参加させて45回ライブしよう", - "detail": "Liella!のメンバーを参加させて45回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 45, - "masterMissionRewardId": 133300371, - "priority": 935, - "masterReleaseLabelId": 224020104 - }, - { - "id": 3300372, - "title": "Liella!のメンバーを参加させて50回ライブしよう", - "detail": "Liella!のメンバーを参加させて50回ライブしよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 70, - "conditionValues": [ - 403, - 404, - 405 - ], - "conditionNumber": 50, - "masterMissionRewardId": 133300372, - "priority": 934, - "masterReleaseLabelId": 224020104 - }, - { - "id": 2900373, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 132900373, - "priority": 999, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900374, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 132900374, - "priority": 998, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900375, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 132900375, - "priority": 997, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900376, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 132900376, - "priority": 996, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900377, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 132900377, - "priority": 995, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900378, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 132900378, - "priority": 994, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900379, - "title": "ライブを35回クリアしよう", - "detail": "ライブを35回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 35, - "masterMissionRewardId": 132900379, - "priority": 993, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900380, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 132900380, - "priority": 992, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900381, - "title": "ライブを45回クリアしよう", - "detail": "ライブを45回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 45, - "masterMissionRewardId": 132900381, - "priority": 991, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900382, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 132900382, - "priority": 990, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900383, - "title": "ライブを55回クリアしよう", - "detail": "ライブを55回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 55, - "masterMissionRewardId": 132900383, - "priority": 989, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900384, - "title": "ライブを60回クリアしよう", - "detail": "ライブを60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 60, - "masterMissionRewardId": 132900384, - "priority": 988, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900385, - "title": "ライブを65回クリアしよう", - "detail": "ライブを65回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 65, - "masterMissionRewardId": 132900385, - "priority": 987, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900386, - "title": "ライブを70回クリアしよう", - "detail": "ライブを70回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 70, - "masterMissionRewardId": 132900386, - "priority": 986, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900387, - "title": "ライブを75回クリアしよう", - "detail": "ライブを75回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 75, - "masterMissionRewardId": 132900387, - "priority": 985, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900388, - "title": "ライブを80回クリアしよう", - "detail": "ライブを80回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 80, - "masterMissionRewardId": 132900388, - "priority": 984, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900389, - "title": "ライブを85回クリアしよう", - "detail": "ライブを85回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 85, - "masterMissionRewardId": 132900389, - "priority": 983, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900390, - "title": "ライブを90回クリアしよう", - "detail": "ライブを90回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 90, - "masterMissionRewardId": 132900390, - "priority": 982, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900391, - "title": "ライブを95回クリアしよう", - "detail": "ライブを95回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 95, - "masterMissionRewardId": 132900391, - "priority": 981, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900392, - "title": "ライブを100回クリアしよう", - "detail": "ライブを100回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 100, - "masterMissionRewardId": 132900392, - "priority": 980, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900393, - "title": "ライブを110回クリアしよう", - "detail": "ライブを110回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 110, - "masterMissionRewardId": 132900393, - "priority": 979, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900394, - "title": "ライブを120回クリアしよう", - "detail": "ライブを120回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 120, - "masterMissionRewardId": 132900394, - "priority": 978, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900395, - "title": "ライブを130回クリアしよう", - "detail": "ライブを130回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 130, - "masterMissionRewardId": 132900395, - "priority": 977, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900396, - "title": "ライブを140回クリアしよう", - "detail": "ライブを140回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 140, - "masterMissionRewardId": 132900396, - "priority": 976, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900397, - "title": "ライブを150回クリアしよう", - "detail": "ライブを150回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 150, - "masterMissionRewardId": 132900397, - "priority": 975, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900398, - "title": "ライブを160回クリアしよう", - "detail": "ライブを160回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 160, - "masterMissionRewardId": 132900398, - "priority": 974, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900399, - "title": "ライブを170回クリアしよう", - "detail": "ライブを170回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 170, - "masterMissionRewardId": 132900399, - "priority": 973, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900400, - "title": "ライブを180回クリアしよう", - "detail": "ライブを180回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 180, - "masterMissionRewardId": 132900400, - "priority": 972, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900401, - "title": "ライブを190回クリアしよう", - "detail": "ライブを190回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 190, - "masterMissionRewardId": 132900401, - "priority": 971, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900402, - "title": "ライブを200回クリアしよう", - "detail": "ライブを200回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 200, - "masterMissionRewardId": 132900402, - "priority": 970, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900403, - "title": "ライブを210回クリアしよう", - "detail": "ライブを210回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 210, - "masterMissionRewardId": 132900403, - "priority": 969, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900404, - "title": "ライブを220回クリアしよう", - "detail": "ライブを220回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 220, - "masterMissionRewardId": 132900404, - "priority": 968, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900405, - "title": "ライブを230回クリアしよう", - "detail": "ライブを230回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 230, - "masterMissionRewardId": 132900405, - "priority": 967, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900406, - "title": "ライブを240回クリアしよう", - "detail": "ライブを240回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 240, - "masterMissionRewardId": 132900406, - "priority": 966, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900407, - "title": "ライブを250回クリアしよう", - "detail": "ライブを250回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 250, - "masterMissionRewardId": 132900407, - "priority": 965, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900408, - "title": "ライブを260回クリアしよう", - "detail": "ライブを260回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 260, - "masterMissionRewardId": 132900408, - "priority": 964, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900409, - "title": "ライブを270回クリアしよう", - "detail": "ライブを270回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 270, - "masterMissionRewardId": 132900409, - "priority": 963, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900410, - "title": "ライブを280回クリアしよう", - "detail": "ライブを280回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 280, - "masterMissionRewardId": 132900410, - "priority": 962, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900411, - "title": "ライブを290回クリアしよう", - "detail": "ライブを290回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 290, - "masterMissionRewardId": 132900411, - "priority": 961, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900412, - "title": "ライブを300回クリアしよう", - "detail": "ライブを300回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 300, - "masterMissionRewardId": 132900412, - "priority": 960, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900413, - "title": "ライブを310回クリアしよう", - "detail": "ライブを310回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 310, - "masterMissionRewardId": 132900413, - "priority": 959, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900414, - "title": "ライブを320回クリアしよう", - "detail": "ライブを320回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 320, - "masterMissionRewardId": 132900414, - "priority": 958, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900415, - "title": "ライブを330回クリアしよう", - "detail": "ライブを330回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 330, - "masterMissionRewardId": 132900415, - "priority": 957, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900416, - "title": "ライブを340回クリアしよう", - "detail": "ライブを340回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 340, - "masterMissionRewardId": 132900416, - "priority": 956, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900417, - "title": "ライブを350回クリアしよう", - "detail": "ライブを350回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 350, - "masterMissionRewardId": 132900417, - "priority": 955, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900418, - "title": "ライブを360回クリアしよう", - "detail": "ライブを360回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 360, - "masterMissionRewardId": 132900418, - "priority": 954, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900419, - "title": "難易度NORMAL以上でライブを5回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを5回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900419, - "priority": 953, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900420, - "title": "難易度NORMAL以上でライブを10回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを10回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900420, - "priority": 952, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900421, - "title": "難易度NORMAL以上でライブを15回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを15回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 15, - "masterMissionRewardId": 132900421, - "priority": 951, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900422, - "title": "難易度NORMAL以上でライブを20回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを20回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900422, - "priority": 950, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900423, - "title": "難易度NORMAL以上でライブを25回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを25回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 25, - "masterMissionRewardId": 132900423, - "priority": 949, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900424, - "title": "難易度NORMAL以上でライブを30回フルコンボしよう", - "detail": "難易度NORMAL以上でライブを30回フルコンボしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 9, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900424, - "priority": 948, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900425, - "title": "ラブライブ!の楽曲を5回クリアしよう", - "detail": "ラブライブ!の楽曲を5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900425, - "priority": 947, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900426, - "title": "ラブライブ!の楽曲を10回クリアしよう", - "detail": "ラブライブ!の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900426, - "priority": 946, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900427, - "title": "ラブライブ!の楽曲を20回クリアしよう", - "detail": "ラブライブ!の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900427, - "priority": 945, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900428, - "title": "ラブライブ!の楽曲を30回クリアしよう", - "detail": "ラブライブ!の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900428, - "priority": 944, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900429, - "title": "ラブライブ!の楽曲を40回クリアしよう", - "detail": "ラブライブ!の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900429, - "priority": 943, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900430, - "title": "ラブライブ!の楽曲を50回クリアしよう", - "detail": "ラブライブ!の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900430, - "priority": 942, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900431, - "title": "ラブライブ!の楽曲を60回クリアしよう", - "detail": "ラブライブ!の楽曲を60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 60, - "masterMissionRewardId": 132900431, - "priority": 941, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900432, - "title": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900432, - "priority": 940, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900433, - "title": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900433, - "priority": 939, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900434, - "title": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900434, - "priority": 938, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900435, - "title": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900435, - "priority": 937, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900436, - "title": "ラブライブ!サンシャイン!!の楽曲を40回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900436, - "priority": 936, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900437, - "title": "ラブライブ!サンシャイン!!の楽曲を50回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900437, - "priority": 935, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900438, - "title": "ラブライブ!サンシャイン!!の楽曲を60回クリアしよう", - "detail": "ラブライブ!サンシャイン!!の楽曲を60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 60, - "masterMissionRewardId": 132900438, - "priority": 934, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900439, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900439, - "priority": 933, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900440, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900440, - "priority": 932, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900441, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900441, - "priority": 931, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900442, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900442, - "priority": 930, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900443, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を40回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900443, - "priority": 929, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900444, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を50回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900444, - "priority": 928, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900445, - "title": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を60回クリアしよう", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 60, - "masterMissionRewardId": 132900445, - "priority": 927, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900446, - "title": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900446, - "priority": 926, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900447, - "title": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900447, - "priority": 925, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900448, - "title": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900448, - "priority": 924, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900449, - "title": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900449, - "priority": 923, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900450, - "title": "ラブライブ!スーパースター!!の楽曲を40回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900450, - "priority": 922, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900451, - "title": "ラブライブ!スーパースター!!の楽曲を50回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900451, - "priority": 921, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900452, - "title": "ラブライブ!スーパースター!!の楽曲を60回クリアしよう", - "detail": "ラブライブ!スーパースター!!の楽曲を60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 60, - "masterMissionRewardId": 132900452, - "priority": 920, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900453, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を5回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900453, - "priority": 919, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900454, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900454, - "priority": 918, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900455, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を20回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900455, - "priority": 917, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900456, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を30回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を30回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 30, - "masterMissionRewardId": 132900456, - "priority": 916, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900457, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を40回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を40回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 40, - "masterMissionRewardId": 132900457, - "priority": 915, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900458, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を50回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を50回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 50, - "masterMissionRewardId": 132900458, - "priority": 914, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900459, - "title": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を60回クリアしよう", - "detail": "ラブライブ!蓮ノ空女学院スクールアイドルクラブの楽曲を60回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 5 - ], - "conditionNumber": 60, - "masterMissionRewardId": 132900459, - "priority": 913, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900460, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を5回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を5回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 5, - "masterMissionRewardId": 132900460, - "priority": 912, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900461, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を10回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を10回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 10, - "masterMissionRewardId": 132900461, - "priority": 911, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900462, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を15回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を15回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 15, - "masterMissionRewardId": 132900462, - "priority": 910, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900463, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を20回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を20回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 20, - "masterMissionRewardId": 132900463, - "priority": 909, - "masterReleaseLabelId": 224030121 - }, - { - "id": 2900464, - "title": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を25回クリアしよう", - "detail": "幻日のヨハネ -SUNSHINE in the MIRROR-の楽曲を25回クリアしよう", - "type": 16, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 7 - ], - "conditionNumber": 25, - "masterMissionRewardId": 132900464, - "priority": 908, - "masterReleaseLabelId": 224030121 - }, - { - "id": 3300465, - "title": "楽曲『僕らのLIVE 君とのLIFE』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『僕らのLIVE 君とのLIFE』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300465, - "priority": 999, - "masterReleaseLabelId": 224030119 - }, - { - "id": 3300466, - "title": "楽曲『Snow halation』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Snow halation』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1104801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300466, - "priority": 998, - "masterReleaseLabelId": 224030202 - }, - { - "id": 3300467, - "title": "楽曲『僕らは今のなかで』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『僕らは今のなかで』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1112401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300467, - "priority": 997, - "masterReleaseLabelId": 224030302 - }, - { - "id": 3300468, - "title": "楽曲『Private Wars』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Private Wars』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1104001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300468, - "priority": 996, - "masterReleaseLabelId": 224030404 - }, - { - "id": 3300469, - "title": "楽曲『きっと青春が聞こえる』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『きっと青春が聞こえる』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1106801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300469, - "priority": 995, - "masterReleaseLabelId": 224030502 - }, - { - "id": 3300470, - "title": "楽曲『No brand girls』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『No brand girls』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1103501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300470, - "priority": 994, - "masterReleaseLabelId": 224030602 - }, - { - "id": 3300471, - "title": "楽曲『それは僕たちの奇跡』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『それは僕たちの奇跡』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1107901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300471, - "priority": 993, - "masterReleaseLabelId": 224030702 - }, - { - "id": 3300472, - "title": "楽曲『KiRa-KiRa Sensation!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『KiRa-KiRa Sensation!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1102301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300472, - "priority": 992, - "masterReleaseLabelId": 224030802 - }, - { - "id": 3300473, - "title": "楽曲『Happy maker!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Happy maker!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1102001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300473, - "priority": 991, - "masterReleaseLabelId": 224030904 - }, - { - "id": 3300474, - "title": "楽曲『SUNNY DAY SONG』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『SUNNY DAY SONG』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300474, - "priority": 990, - "masterReleaseLabelId": 224031002 - }, - { - "id": 3300475, - "title": "楽曲『僕たちはひとつの光』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『僕たちはひとつの光』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1112301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300475, - "priority": 989, - "masterReleaseLabelId": 224031102 - }, - { - "id": 3300476, - "title": "楽曲『MOMENT RING』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『MOMENT RING』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1103101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300476, - "priority": 988, - "masterReleaseLabelId": 224031202 - }, - { - "id": 3300477, - "title": "楽曲『A song for You! You? You!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『A song for You! You? You!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1100301, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300477, - "priority": 987, - "masterReleaseLabelId": 224031302 - }, - { - "id": 3300478, - "title": "楽曲『HEART to HEART!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『HEART to HEART!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1102101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300478, - "priority": 986, - "masterReleaseLabelId": 224031404 - }, - { - "id": 3300479, - "title": "楽曲『嵐のなかの恋だから』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『嵐のなかの恋だから』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1112901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300479, - "priority": 985, - "masterReleaseLabelId": 224031504 - }, - { - "id": 3300480, - "title": "楽曲『タカラモノズ』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『タカラモノズ』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1108101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300480, - "priority": 984, - "masterReleaseLabelId": 224031604 - }, - { - "id": 3300481, - "title": "楽曲『君のこころは輝いてるかい?』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『君のこころは輝いてるかい?』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300481, - "priority": 983, - "masterReleaseLabelId": 224030119 - }, - { - "id": 3300482, - "title": "楽曲『青空Jumping Heart』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『青空Jumping Heart』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300482, - "priority": 982, - "masterReleaseLabelId": 224030202 - }, - { - "id": 3300483, - "title": "楽曲『ユメ語るよりユメ歌おう』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ユメ語るよりユメ歌おう』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1209801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300483, - "priority": 981, - "masterReleaseLabelId": 224030302 - }, - { - "id": 3300484, - "title": "楽曲『MIRAI TICKET』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『MIRAI TICKET』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1210401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300484, - "priority": 980, - "masterReleaseLabelId": 224030404 - }, - { - "id": 3300485, - "title": "楽曲『HAPPY PARTY TRAIN』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『HAPPY PARTY TRAIN』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1203501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300485, - "priority": 979, - "masterReleaseLabelId": 224030502 - }, - { - "id": 3300486, - "title": "楽曲『未来の僕らは知ってるよ』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『未来の僕らは知ってるよ』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1204401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300486, - "priority": 978, - "masterReleaseLabelId": 224030602 - }, - { - "id": 3300487, - "title": "楽曲『WATER BLUE NEW WORLD』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『WATER BLUE NEW WORLD』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1205501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300487, - "priority": 977, - "masterReleaseLabelId": 224030702 - }, - { - "id": 3300488, - "title": "楽曲『Believe again』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Believe again』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1211101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300488, - "priority": 976, - "masterReleaseLabelId": 224030802 - }, - { - "id": 3300489, - "title": "楽曲『Brightest Melody』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Brightest Melody』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1216501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300489, - "priority": 975, - "masterReleaseLabelId": 224030904 - }, - { - "id": 3300490, - "title": "楽曲『Deep Resonance』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Deep Resonance』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1211801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300490, - "priority": 974, - "masterReleaseLabelId": 224031002 - }, - { - "id": 3300491, - "title": "楽曲『未体験HORIZON』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『未体験HORIZON』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1211901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300491, - "priority": 973, - "masterReleaseLabelId": 224031102 - }, - { - "id": 3300492, - "title": "楽曲『KOKORO Magic “A to Z”』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『KOKORO Magic “A to Z”』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1200901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300492, - "priority": 972, - "masterReleaseLabelId": 224031202 - }, - { - "id": 3300493, - "title": "楽曲『DREAMY COLOR』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『DREAMY COLOR』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1214501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300493, - "priority": 971, - "masterReleaseLabelId": 224031302 - }, - { - "id": 3300494, - "title": "楽曲『幻日ミステリウム』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『幻日ミステリウム』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1600101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300494, - "priority": 970, - "masterReleaseLabelId": 224031404 - }, - { - "id": 3300495, - "title": "楽曲『想いよひとつになれ (9人Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『想いよひとつになれ (9人Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1217401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300495, - "priority": 969, - "masterReleaseLabelId": 224031504 - }, - { - "id": 3300496, - "title": "楽曲『ジングルベルがとまらない』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ジングルベルがとまらない』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1210701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300496, - "priority": 968, - "masterReleaseLabelId": 224031604 - }, - { - "id": 3300497, - "title": "楽曲『TOKIMEKI Runners(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『TOKIMEKI Runners(12人 Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1311701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300497, - "priority": 967, - "masterReleaseLabelId": 224030119 - }, - { - "id": 3300498, - "title": "楽曲『Dream with You』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Dream with You』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1304201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300498, - "priority": 966, - "masterReleaseLabelId": 224030202 - }, - { - "id": 3300499, - "title": "楽曲『無敵級*ビリーバー』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『無敵級*ビリーバー』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1301501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300499, - "priority": 965, - "masterReleaseLabelId": 224030302 - }, - { - "id": 3300500, - "title": "楽曲『オードリー』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『オードリー』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1301701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300500, - "priority": 964, - "masterReleaseLabelId": 224030404 - }, - { - "id": 3300501, - "title": "楽曲『VIVID WORLD』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『VIVID WORLD』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1306601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300501, - "priority": 963, - "masterReleaseLabelId": 224030502 - }, - { - "id": 3300502, - "title": "楽曲『めっちゃGoing!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『めっちゃGoing!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1305901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300502, - "priority": 962, - "masterReleaseLabelId": 224030602 - }, - { - "id": 3300503, - "title": "楽曲『Butterfly』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Butterfly』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1303701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300503, - "priority": 961, - "masterReleaseLabelId": 224030702 - }, - { - "id": 3300504, - "title": "楽曲『CHASE!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『CHASE!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1303801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300504, - "priority": 960, - "masterReleaseLabelId": 224030802 - }, - { - "id": 3300505, - "title": "楽曲『哀温ノ詩』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『哀温ノ詩』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1300101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300505, - "priority": 959, - "masterReleaseLabelId": 224030904 - }, - { - "id": 3300506, - "title": "楽曲『ツナガルコネクト』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ツナガルコネクト』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1306801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300506, - "priority": 958, - "masterReleaseLabelId": 224031002 - }, - { - "id": 3300507, - "title": "楽曲『翠いカナリア』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『翠いカナリア』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1306401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300507, - "priority": 957, - "masterReleaseLabelId": 224031102 - }, - { - "id": 3300508, - "title": "楽曲『I'm Still...』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『I'm Still...』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1300901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300508, - "priority": 956, - "masterReleaseLabelId": 224031202 - }, - { - "id": 3300509, - "title": "楽曲『Eutopia』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Eutopia』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1308401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300509, - "priority": 955, - "masterReleaseLabelId": 224031302 - }, - { - "id": 3300510, - "title": "楽曲『L!L!L! (Love the Life We Live)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『L!L!L! (Love the Life We Live)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1304401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300510, - "priority": 954, - "masterReleaseLabelId": 224031404 - }, - { - "id": 3300511, - "title": "楽曲『New Year's March!(1~6月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『New Year's March!(1~6月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300511, - "priority": 953, - "masterReleaseLabelId": 224031504 - }, - { - "id": 3300512, - "title": "楽曲『New Year's March!(7~12月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『New Year's March!(7~12月Ver.)』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1315501, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300512, - "priority": 952, - "masterReleaseLabelId": 224031604 - }, - { - "id": 3300513, - "title": "楽曲『始まりは君の空』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『始まりは君の空』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1403701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300513, - "priority": 951, - "masterReleaseLabelId": 224030119 - }, - { - "id": 3300514, - "title": "楽曲『START!! True dreams』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『START!! True dreams』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300514, - "priority": 950, - "masterReleaseLabelId": 224030202 - }, - { - "id": 3300515, - "title": "楽曲『未来予報ハレルヤ!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『未来予報ハレルヤ!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400201, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300515, - "priority": 949, - "masterReleaseLabelId": 224030302 - }, - { - "id": 3300516, - "title": "楽曲『HOT PASSION!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『HOT PASSION!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1401001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300516, - "priority": 948, - "masterReleaseLabelId": 224030404 - }, - { - "id": 3300517, - "title": "楽曲『未来は風のように』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『未来は風のように』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1404601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300517, - "priority": 947, - "masterReleaseLabelId": 224030502 - }, - { - "id": 3300518, - "title": "楽曲『Starlight Prologue』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Starlight Prologue』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1400601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300518, - "priority": 946, - "masterReleaseLabelId": 224030602 - }, - { - "id": 3300519, - "title": "楽曲『WE WILL‼』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『WE WILL‼』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1404801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300519, - "priority": 945, - "masterReleaseLabelId": 224030702 - }, - { - "id": 3300520, - "title": "楽曲『追いかける夢の先で』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『追いかける夢の先で』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300520, - "priority": 944, - "masterReleaseLabelId": 224030802 - }, - { - "id": 3300521, - "title": "楽曲『Butterfly Wing』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Butterfly Wing』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1406001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300521, - "priority": 943, - "masterReleaseLabelId": 224030904 - }, - { - "id": 3300522, - "title": "楽曲『ビタミンSUMMER!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『ビタミンSUMMER!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405401, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300522, - "priority": 942, - "masterReleaseLabelId": 224031002 - }, - { - "id": 3300523, - "title": "楽曲『Sing!Shine!Smile!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Sing!Shine!Smile!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405601, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300523, - "priority": 941, - "masterReleaseLabelId": 224031102 - }, - { - "id": 3300524, - "title": "楽曲『未来の音が聴こえる』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『未来の音が聴こえる』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1405701, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300524, - "priority": 940, - "masterReleaseLabelId": 224031202 - }, - { - "id": 3300525, - "title": "楽曲『UNIVERSE!!』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『UNIVERSE!!』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1410801, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300525, - "priority": 939, - "masterReleaseLabelId": 224031302 - }, - { - "id": 3300526, - "title": "楽曲『Jump Into the New World』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『Jump Into the New World』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1411001, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300526, - "priority": 938, - "masterReleaseLabelId": 224031404 - }, - { - "id": 3300527, - "title": "楽曲『私のSymphony ~2023Ver.~』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『私のSymphony ~2023Ver.~』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1411901, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300527, - "priority": 937, - "masterReleaseLabelId": 224031504 - }, - { - "id": 3300528, - "title": "楽曲『MIRACLE NEW STORY』の難易度NORMAL以上でスコア50000を達成しよう", - "detail": "楽曲『MIRACLE NEW STORY』の難易度NORMAL以上でスコア50000を達成しよう", - "type": 20, - "parentMasterMissionId": 0, - "conditionType": 42, - "conditionValues": [ - 1407101, - 1, - 50000 - ], - "conditionNumber": 1, - "masterMissionRewardId": 133300528, - "priority": 936, - "masterReleaseLabelId": 224031604 - }, - { - "id": 1073001, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を1回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073002, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073003, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を30回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 30, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073004, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を50回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 50, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073005, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を70回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 70, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073006, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を1回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073007, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073008, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を30回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 30, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073009, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を50回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 50, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073010, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を70回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 70, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073011, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を1回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073012, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を2回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 2, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073013, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を3回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 3, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073014, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を4回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 4, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073015, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を5回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 5, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073016, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を1回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 1, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073017, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073018, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を30回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 30, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073019, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を50回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 50, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073020, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を70回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 70, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073021, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を50回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 50, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073022, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!サンシャイン!!の楽曲を70回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 2 - ], - "conditionNumber": 70, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073023, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を50回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 50, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073024, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を70回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 70, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073025, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073026, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073027, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073028, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073029, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073030, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073031, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073032, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073033, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073034, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073035, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073036, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073037, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073038, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073039, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073040, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073041, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073042, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073043, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073044, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073045, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073046, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073047, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073048, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073049, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073050, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073051, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073052, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073053, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073054, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073055, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073056, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073057, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073058, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073059, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073060, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!虹ヶ咲学園スクールアイドル同好会の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 3 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073061, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を90回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 90, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073062, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を110回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 110, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073063, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!の楽曲を130回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 1 - ], - "conditionNumber": 130, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073064, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を10回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 10, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073065, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を15回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 15, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1073066, - "title": "【ストーリー解放条件用】(非表示)", - "detail": "ラブライブ!スーパースター!!の楽曲を20回クリアする", - "type": 0, - "parentMasterMissionId": 0, - "conditionType": 73, - "conditionValues": [ - 4 - ], - "conditionNumber": 20, - "masterMissionRewardId": 0, - "priority": 99, - "masterReleaseLabelId": 224022902 - }, - { - "id": 1805001, - "title": "ライブをクリアしよう", - "detail": "ライブをクリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 1, - "masterMissionRewardId": 131805001, - "priority": 199, - "masterReleaseLabelId": 1 - }, - { - "id": 1805002, - "title": "ライブを2回クリアしよう", - "detail": "ライブを2回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 2, - "masterMissionRewardId": 131805002, - "priority": 198, - "masterReleaseLabelId": 1 - }, - { - "id": 1805003, - "title": "ライブを3回クリアしよう", - "detail": "ライブを3回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 3, - "masterMissionRewardId": 131805003, - "priority": 197, - "masterReleaseLabelId": 1 - }, - { - "id": 1805004, - "title": "ライブを4回クリアしよう", - "detail": "ライブを4回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 4, - "masterMissionRewardId": 131805004, - "priority": 196, - "masterReleaseLabelId": 1 - }, - { - "id": 1805005, - "title": "ライブを5回クリアしよう", - "detail": "ライブを5回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 5, - "masterMissionRewardId": 131805005, - "priority": 195, - "masterReleaseLabelId": 1 - }, - { - "id": 1805006, - "title": "ライブを6回クリアしよう", - "detail": "ライブを6回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 6, - "masterMissionRewardId": 131805006, - "priority": 194, - "masterReleaseLabelId": 1 - }, - { - "id": 1805007, - "title": "ライブを7回クリアしよう", - "detail": "ライブを7回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 7, - "masterMissionRewardId": 131805007, - "priority": 193, - "masterReleaseLabelId": 1 - }, - { - "id": 1805008, - "title": "ライブを8回クリアしよう", - "detail": "ライブを8回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 8, - "masterMissionRewardId": 131805008, - "priority": 192, - "masterReleaseLabelId": 1 - }, - { - "id": 1805009, - "title": "ライブを9回クリアしよう", - "detail": "ライブを9回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 9, - "masterMissionRewardId": 131805009, - "priority": 191, - "masterReleaseLabelId": 1 - }, - { - "id": 1805010, - "title": "ライブを10回クリアしよう", - "detail": "ライブを10回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 10, - "masterMissionRewardId": 131805010, - "priority": 190, - "masterReleaseLabelId": 1 - }, - { - "id": 1805011, - "title": "ライブを11回クリアしよう", - "detail": "ライブを11回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 11, - "masterMissionRewardId": 131805011, - "priority": 189, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805012, - "title": "ライブを12回クリアしよう", - "detail": "ライブを12回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 12, - "masterMissionRewardId": 131805012, - "priority": 188, - "masterReleaseLabelId": 1 - }, - { - "id": 1805013, - "title": "ライブを13回クリアしよう", - "detail": "ライブを13回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 13, - "masterMissionRewardId": 131805013, - "priority": 187, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805014, - "title": "ライブを14回クリアしよう", - "detail": "ライブを14回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 14, - "masterMissionRewardId": 131805014, - "priority": 186, - "masterReleaseLabelId": 1 - }, - { - "id": 1805015, - "title": "ライブを15回クリアしよう", - "detail": "ライブを15回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 15, - "masterMissionRewardId": 131805015, - "priority": 185, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805016, - "title": "ライブを16回クリアしよう", - "detail": "ライブを16回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 16, - "masterMissionRewardId": 131805016, - "priority": 184, - "masterReleaseLabelId": 1 - }, - { - "id": 1805017, - "title": "ライブを17回クリアしよう", - "detail": "ライブを17回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 17, - "masterMissionRewardId": 131805017, - "priority": 183, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805018, - "title": "ライブを18回クリアしよう", - "detail": "ライブを18回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 18, - "masterMissionRewardId": 131805018, - "priority": 182, - "masterReleaseLabelId": 1 - }, - { - "id": 1805019, - "title": "ライブを19回クリアしよう", - "detail": "ライブを19回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 19, - "masterMissionRewardId": 131805019, - "priority": 181, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805020, - "title": "ライブを20回クリアしよう", - "detail": "ライブを20回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 20, - "masterMissionRewardId": 131805020, - "priority": 180, - "masterReleaseLabelId": 1 - }, - { - "id": 1805021, - "title": "ライブを21回クリアしよう", - "detail": "ライブを21回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 21, - "masterMissionRewardId": 131805021, - "priority": 179, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805022, - "title": "ライブを22回クリアしよう", - "detail": "ライブを22回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 22, - "masterMissionRewardId": 131805022, - "priority": 178, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805023, - "title": "ライブを23回クリアしよう", - "detail": "ライブを23回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 23, - "masterMissionRewardId": 131805023, - "priority": 177, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805024, - "title": "ライブを24回クリアしよう", - "detail": "ライブを24回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 24, - "masterMissionRewardId": 131805024, - "priority": 176, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805025, - "title": "ライブを25回クリアしよう", - "detail": "ライブを25回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 25, - "masterMissionRewardId": 131805025, - "priority": 175, - "masterReleaseLabelId": 1 - }, - { - "id": 1805026, - "title": "ライブを28回クリアしよう", - "detail": "ライブを28回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 28, - "masterMissionRewardId": 131805026, - "priority": 172, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805027, - "title": "ライブを30回クリアしよう", - "detail": "ライブを30回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 30, - "masterMissionRewardId": 131805027, - "priority": 170, - "masterReleaseLabelId": 1 - }, - { - "id": 1805028, - "title": "ライブを33回クリアしよう", - "detail": "ライブを33回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 33, - "masterMissionRewardId": 131805028, - "priority": 167, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805029, - "title": "ライブを35回クリアしよう", - "detail": "ライブを35回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 35, - "masterMissionRewardId": 131805029, - "priority": 165, - "masterReleaseLabelId": 1 - }, - { - "id": 1805030, - "title": "ライブを38回クリアしよう", - "detail": "ライブを38回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 38, - "masterMissionRewardId": 131805030, - "priority": 162, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805031, - "title": "ライブを40回クリアしよう", - "detail": "ライブを40回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 40, - "masterMissionRewardId": 131805031, - "priority": 160, - "masterReleaseLabelId": 1 - }, - { - "id": 1805032, - "title": "ライブを43回クリアしよう", - "detail": "ライブを43回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 43, - "masterMissionRewardId": 131805032, - "priority": 157, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805033, - "title": "ライブを45回クリアしよう", - "detail": "ライブを45回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 45, - "masterMissionRewardId": 131805033, - "priority": 155, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805034, - "title": "ライブを48回クリアしよう", - "detail": "ライブを48回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 48, - "masterMissionRewardId": 131805034, - "priority": 152, - "masterReleaseLabelId": 223101513 - }, - { - "id": 1805035, - "title": "ライブを50回クリアしよう", - "detail": "ライブを50回クリアしよう", - "type": 8, - "parentMasterMissionId": 0, - "conditionType": 5, - "conditionValues": [], - "conditionNumber": 50, - "masterMissionRewardId": 131805035, - "priority": 150, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/mission_reward.json b/src/router/databases/json/mission_reward.json deleted file mode 100644 index 657e565..0000000 --- a/src/router/databases/json/mission_reward.json +++ /dev/null @@ -1,39792 +0,0 @@ -[ - { - "id": 131153001, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131153002, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131153003, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131153004, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131153005, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131153006, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131153007, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153008, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153009, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153010, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153011, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153012, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153013, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131153014, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153015, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153016, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153017, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153018, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131153019, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131105001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131105002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131105003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131105005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131105006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131105013, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105014, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105015, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105016, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131105017, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 1 - }, - { - "id": 131101001, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101002, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101003, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101004, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101005, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101006, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101007, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101008, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101009, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101010, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101011, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101012, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101013, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101014, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101015, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101016, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101017, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101018, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101019, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101020, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101021, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101022, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101023, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101024, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101025, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101026, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101027, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101028, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101029, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131101030, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 1 - }, - { - "id": 131114001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114002, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114003, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114004, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114005, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114006, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114007, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114008, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114009, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114013, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114014, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114015, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114016, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114017, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114018, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114019, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114020, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114021, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114022, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114023, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114024, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114025, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114026, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114027, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114028, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114029, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114030, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114031, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114032, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114033, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114034, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114035, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114036, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114037, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114038, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114039, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114040, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114041, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114042, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114043, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114044, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114045, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114046, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114047, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114048, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114049, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114050, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114051, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114052, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114053, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114054, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131114055, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114056, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114057, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114058, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114059, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114060, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114061, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114062, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114063, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 1 - }, - { - "id": 131114064, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114065, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114066, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114067, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114068, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114069, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114070, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114071, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114072, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131114073, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114074, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114075, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114076, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114077, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114078, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114079, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114080, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114081, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131114082, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114083, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114084, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114085, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114086, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114087, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114088, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114089, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114090, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131114091, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114092, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114093, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114094, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114095, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114096, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114097, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114098, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114099, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114100, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114104, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114105, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114106, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114107, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114108, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114109, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114110, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114111, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114112, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114113, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114114, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114115, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114116, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114117, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114118, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114119, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114120, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114121, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114122, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114123, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114124, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114125, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114126, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114127, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114128, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114129, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114130, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114131, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114132, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114133, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114134, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131114135, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 1 - }, - { - "id": 131112001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112013, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112014, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112015, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112016, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112017, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112018, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131112019, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131112020, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131112021, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131112022, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131112023, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131112024, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131112025, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131112026, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131112027, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131112028, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 1 - }, - { - "id": 131112029, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 1 - }, - { - "id": 131112030, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 1 - }, - { - "id": 131112031, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131112032, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131112033, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131121001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121002, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121003, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121004, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121005, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121006, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121007, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121008, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121009, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121010, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121011, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121012, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121013, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121014, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 300000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121015, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 400000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121016, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121017, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 600000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121018, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 700000, - "masterReleaseLabelId": 1 - }, - { - "id": 131121019, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 800000, - "masterReleaseLabelId": 1 - }, - { - "id": 131224001, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131253001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 1 - }, - { - "id": 131273001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131273002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 1 - }, - { - "id": 131273003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131273004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 24, - "masterReleaseLabelId": 1 - }, - { - "id": 131224002, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223101602 - }, - { - "id": 131253002, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 60000, - "masterReleaseLabelId": 223101602 - }, - { - "id": 131273005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101602 - }, - { - "id": 131273006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101602 - }, - { - "id": 131273007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223101602 - }, - { - "id": 131273008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 48, - "masterReleaseLabelId": 223101602 - }, - { - "id": 131224003, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102903 - }, - { - "id": 131253003, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223102903 - }, - { - "id": 131273009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223102903 - }, - { - "id": 131273010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223102903 - }, - { - "id": 131273011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102903 - }, - { - "id": 131273012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 24, - "masterReleaseLabelId": 223102903 - }, - { - "id": 132310101, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310104, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310105, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310106, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310107, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210108, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210109, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210110, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210111, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210112, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210113, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210114, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210115, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210116, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210117, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210118, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210119, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210120, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210121, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210122, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210123, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210124, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210125, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210126, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210127, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210128, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210129, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132210130, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223041903 - }, - { - "id": 132310201, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132310202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132310203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132310204, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132310205, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132310206, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132310207, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210208, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210209, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210210, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210211, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210212, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210213, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210214, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210215, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210216, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210217, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210218, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210219, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210220, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210221, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210222, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210223, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210224, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210225, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210226, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210227, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210228, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210229, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132210230, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223043004 - }, - { - "id": 132710301, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132710302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132710303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610305, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610306, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610307, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610308, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610309, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610310, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610311, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132610312, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223051101 - }, - { - "id": 132310401, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132310402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132310403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132310404, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132310405, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132310406, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132310407, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210408, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210409, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210410, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210411, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210412, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210413, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210414, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210415, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210416, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210417, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210418, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210419, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210420, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210421, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210422, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210423, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210424, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210425, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210426, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210427, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210428, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210429, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132210430, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223051504 - }, - { - "id": 132710501, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132710502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132710503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610504, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610505, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610506, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610507, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001002, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610508, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610509, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001002, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610510, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610511, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132610512, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001002, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223052601 - }, - { - "id": 132310601, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132310602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132310603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132310604, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132310605, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132310606, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132310607, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210608, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210609, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210610, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210611, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210612, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210613, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210614, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210615, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210616, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210617, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210618, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210619, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210620, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210621, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210622, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210623, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210624, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210625, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210626, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210627, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210628, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210629, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132210630, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223053104 - }, - { - "id": 132710701, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132710702, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132710703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610704, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610705, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610706, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610707, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610708, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610709, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610710, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610711, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610712, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610713, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610714, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610715, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610716, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610717, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610718, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610719, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001004, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610720, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132610721, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001004, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 223061101 - }, - { - "id": 132310901, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132310902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132310903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132310904, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132310905, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132310906, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132310907, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210908, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210909, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210910, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210911, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210912, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210913, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210914, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210915, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210916, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210917, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210918, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210919, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210920, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210921, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210922, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210923, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210924, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210925, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210926, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210927, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210928, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210929, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132210930, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223063004 - }, - { - "id": 132711001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132711002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132711003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132611012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223071101 - }, - { - "id": 132511101, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132511102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132511103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132511104, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132511105, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132511106, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132511107, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411108, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411109, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411110, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411111, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411112, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411113, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411114, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411115, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411116, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411117, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411118, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411119, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411120, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411121, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411122, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411123, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411124, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411125, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411126, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411127, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411128, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411129, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132411130, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223071505 - }, - { - "id": 132711201, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132711202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132711203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611205, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611206, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611207, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611208, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611209, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001005, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611210, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611211, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132611212, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001005, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223072601 - }, - { - "id": 132510801, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132510802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132510803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132510804, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132510805, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132510806, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132510807, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410808, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410809, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410810, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410811, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410812, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410813, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410814, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410815, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410816, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410817, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410818, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410819, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410820, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410821, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410822, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410823, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410824, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410825, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410826, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410827, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410828, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410829, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132410830, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223061504 - }, - { - "id": 132311301, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132311302, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132311303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132311304, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132311305, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132311306, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132311307, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211308, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211309, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211310, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211311, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211312, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211313, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211314, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211315, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211316, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211317, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211318, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211319, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211320, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211321, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211322, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211323, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211324, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211325, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211326, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211327, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211328, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211329, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132211330, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223073104 - }, - { - "id": 132711401, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132711402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132711403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611405, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611406, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611407, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611408, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611409, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611410, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611411, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132611412, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223081101 - }, - { - "id": 132511501, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132511502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132511503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132511504, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132511505, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132511506, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132511507, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411508, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411509, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411510, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411511, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411512, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411513, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411514, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411515, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411516, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411517, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411518, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411519, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411520, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411521, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411522, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411523, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411524, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411525, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411526, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411527, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411528, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411529, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132411530, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223081504 - }, - { - "id": 132711601, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132711602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132711603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611605, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611606, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611607, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611608, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611609, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611610, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611611, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132611612, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223082601 - }, - { - "id": 132311701, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311702, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311704, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311705, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311706, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311707, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132311708, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211709, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211710, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211711, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211712, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211713, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211714, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211715, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211716, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211717, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211718, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211719, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211720, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211721, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211722, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211723, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211724, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211725, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211726, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211727, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211728, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211729, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211730, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132211731, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223083104 - }, - { - "id": 132711801, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132711802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132711803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611805, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611806, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611807, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611808, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611809, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611810, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611811, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132611812, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223091101 - }, - { - "id": 132511901, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132511902, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132511903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132511904, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132511905, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132511906, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132511907, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411908, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411909, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411910, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411911, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411912, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411913, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411914, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411915, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411916, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411917, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411918, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411919, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411920, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411921, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411922, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411923, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411924, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411925, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411926, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411927, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411928, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411929, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132411930, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223091504 - }, - { - "id": 132712001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132712002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132712003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132612012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001007, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223092601 - }, - { - "id": 132312101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312102, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312104, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312105, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312106, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312107, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132312108, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212109, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212110, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212111, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212112, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212113, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212114, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212115, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212116, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212117, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212118, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212119, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212120, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212121, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212122, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212123, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212124, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212125, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212126, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212127, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212128, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212129, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212130, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223093004 - }, - { - "id": 132212131, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223093004 - }, - { - "id": 131805001, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805002, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805003, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805004, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805005, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805006, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805007, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805008, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805009, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805010, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 1 - }, - { - "id": 131805011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 75, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805012, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805013, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805014, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805015, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805016, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805017, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 75, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805018, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805019, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805020, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805021, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805022, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805023, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805024, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805025, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805026, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805027, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805028, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805029, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805030, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805031, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 131805032, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805033, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805034, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223101513 - }, - { - "id": 131805035, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 1 - }, - { - "id": 132712201, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132712202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132712203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612205, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612206, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612207, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612208, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612209, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612210, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612211, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132612212, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223101101 - }, - { - "id": 132312301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312302, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312305, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312306, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312307, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132312308, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212309, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212310, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212311, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212312, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212313, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212314, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212315, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212316, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212317, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212318, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212319, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212320, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212321, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212322, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212323, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212324, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212325, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212326, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212327, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212328, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212329, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212330, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132212331, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223101508 - }, - { - "id": 132712401, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132712402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132712403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612405, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612406, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612407, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612408, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612409, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001008, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612410, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612411, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132612412, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223102601 - }, - { - "id": 132312501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312502, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312504, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312505, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312506, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312507, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132312508, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212509, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212510, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212511, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212512, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212513, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212514, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212515, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212516, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212517, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212518, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212519, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212520, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212521, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212522, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212523, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212524, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212525, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212526, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212527, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212528, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212529, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212530, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132212531, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223103104 - }, - { - "id": 132712601, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132712602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132712603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612605, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612606, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612607, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612608, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612609, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612610, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612611, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132612612, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111101 - }, - { - "id": 132712801, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132712802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132712803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612805, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612806, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612807, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612808, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612809, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612810, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612811, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132612812, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223112601 - }, - { - "id": 132312901, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312902, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312904, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312905, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312906, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312907, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132312908, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212909, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212910, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212911, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212912, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212913, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212914, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212915, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212916, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212917, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212918, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212919, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212920, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212921, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212922, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212923, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212924, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212925, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212926, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212927, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212928, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212929, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212930, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132212931, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223113004 - }, - { - "id": 132713001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132713002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132713003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132613012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223121102 - }, - { - "id": 132513101, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132513102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132513103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132513104, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132513105, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132513106, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132513107, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413108, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413109, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413110, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413111, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413112, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413113, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413114, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413115, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413116, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413117, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413118, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413119, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413120, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413121, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413122, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413123, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413124, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413125, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413126, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413127, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413128, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413129, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132413130, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223121507 - }, - { - "id": 132713201, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132713202, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132713203, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613205, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613206, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613207, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613208, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613209, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613210, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613211, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132613212, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001011, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223122603 - }, - { - "id": 132313301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313302, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313305, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313306, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313307, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132313308, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213309, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213310, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213311, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213312, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213313, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213314, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213315, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213316, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213317, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213318, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213319, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213320, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213321, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213322, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213323, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213324, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213325, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213326, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213327, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213328, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213329, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213330, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132213331, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223123104 - }, - { - "id": 132713401, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132713402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132713403, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613405, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613406, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613407, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613408, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613409, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613410, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613411, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224011106 - }, - { - "id": 132613412, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224011106 - }, - { - "id": 133712701, - "number": 1, - "type": 3, - "giveType": 2, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133712702, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133712703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 12, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133712704, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133712705, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133712706, - "number": 1, - "type": 3, - "giveType": 2, - "value": 22001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612707, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612708, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612709, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612710, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612711, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612712, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612713, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612714, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612715, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133612716, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 223111504 - }, - { - "id": 133713501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713502, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 12, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713504, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713505, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713506, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713507, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713508, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713509, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133713510, - "number": 1, - "type": 3, - "giveType": 2, - "value": 22001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613511, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613512, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613513, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613514, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613515, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613516, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613517, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613518, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613519, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224011504 - }, - { - "id": 133613520, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 224011504 - }, - { - "id": 132713601, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132713602, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132713603, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613604, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613605, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613606, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613607, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613608, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613609, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001012, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613610, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613611, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132613612, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224012702 - }, - { - "id": 132313701, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313702, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313703, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313704, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313705, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313706, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313707, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132313708, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213709, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213710, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213711, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213712, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213713, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213714, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213715, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213716, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213717, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213718, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213719, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213720, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213721, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213722, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213723, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213724, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213725, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213726, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213727, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213728, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213729, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213730, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132213731, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224013104 - }, - { - "id": 132713801, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132713802, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132713803, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613804, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613805, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613806, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613807, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613808, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613809, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613810, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613811, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224021006 - }, - { - "id": 132613812, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224021006 - }, - { - "id": 133713901, - "number": 1, - "type": 3, - "giveType": 2, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713902, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713903, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 12, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713904, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713905, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713906, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713907, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713908, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713909, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133713910, - "number": 1, - "type": 3, - "giveType": 2, - "value": 22001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613911, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613912, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613913, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613914, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613915, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613916, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613917, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613918, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613919, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224021404 - }, - { - "id": 133613920, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 224021404 - }, - { - "id": 132714001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132714002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132714003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132614012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001018, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224022305 - }, - { - "id": 132314101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001013, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314102, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 25000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 4, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314104, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314105, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314106, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314107, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132314108, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214109, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214110, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214111, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214112, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214113, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214114, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214115, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 70, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214116, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 75000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214117, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214118, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 130, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214119, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214120, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214121, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214122, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214123, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214124, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214125, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 21, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214126, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214127, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 36, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214128, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214129, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214130, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132214131, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030104 - }, - { - "id": 132151001, - "number": 1, - "type": 14, - "giveType": 2, - "value": 4, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223100302 - }, - { - "id": 132151001, - "number": 2, - "type": 15, - "giveType": 2, - "value": 6, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223100302 - }, - { - "id": 132151002, - "number": 1, - "type": 14, - "giveType": 2, - "value": 5, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223101002 - }, - { - "id": 132151002, - "number": 2, - "type": 15, - "giveType": 2, - "value": 7, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223101002 - }, - { - "id": 132151003, - "number": 1, - "type": 14, - "giveType": 2, - "value": 6, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223101702 - }, - { - "id": 132151003, - "number": 2, - "type": 15, - "giveType": 2, - "value": 8, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223101702 - }, - { - "id": 132151004, - "number": 1, - "type": 14, - "giveType": 2, - "value": 7, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102402 - }, - { - "id": 132151004, - "number": 2, - "type": 15, - "giveType": 2, - "value": 9, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102402 - }, - { - "id": 132151005, - "number": 1, - "type": 14, - "giveType": 2, - "value": 8, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223103102 - }, - { - "id": 132151005, - "number": 2, - "type": 15, - "giveType": 2, - "value": 10, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223103102 - }, - { - "id": 132151006, - "number": 1, - "type": 14, - "giveType": 2, - "value": 9, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223110702 - }, - { - "id": 132151006, - "number": 2, - "type": 15, - "giveType": 2, - "value": 11, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223110702 - }, - { - "id": 132151007, - "number": 1, - "type": 14, - "giveType": 2, - "value": 10, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111402 - }, - { - "id": 132151007, - "number": 2, - "type": 15, - "giveType": 2, - "value": 12, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223111402 - }, - { - "id": 132151008, - "number": 1, - "type": 14, - "giveType": 2, - "value": 11, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223112102 - }, - { - "id": 132151008, - "number": 2, - "type": 15, - "giveType": 2, - "value": 13, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223112102 - }, - { - "id": 132151009, - "number": 1, - "type": 14, - "giveType": 2, - "value": 12, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223112802 - }, - { - "id": 132151009, - "number": 2, - "type": 15, - "giveType": 2, - "value": 14, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223112802 - }, - { - "id": 132151010, - "number": 1, - "type": 14, - "giveType": 2, - "value": 13, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 132151010, - "number": 2, - "type": 15, - "giveType": 2, - "value": 15, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 132151011, - "number": 1, - "type": 14, - "giveType": 2, - "value": 14, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223121202 - }, - { - "id": 132151011, - "number": 2, - "type": 15, - "giveType": 2, - "value": 16, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223121202 - }, - { - "id": 132151012, - "number": 1, - "type": 14, - "giveType": 2, - "value": 15, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223121902 - }, - { - "id": 132151012, - "number": 2, - "type": 15, - "giveType": 2, - "value": 17, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223121902 - }, - { - "id": 131158001, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158002, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158003, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158004, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158005, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158006, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158007, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158008, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158009, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158010, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158011, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158012, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158013, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158014, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158015, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158016, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000016, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158017, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000017, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158018, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158019, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158020, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000020, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158021, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000021, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158022, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000022, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158023, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000023, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158024, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000024, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158025, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000025, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158026, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000026, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158027, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000027, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158028, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000028, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158029, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000029, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158030, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000030, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158031, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000031, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158032, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158033, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000033, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158034, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000034, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158035, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000035, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158036, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000036, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158037, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000037, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158038, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000038, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158039, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000039, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158040, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000040, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158041, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158042, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000042, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158043, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000043, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158044, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000044, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158045, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000045, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158046, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000046, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158047, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000047, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158048, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000048, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158049, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000049, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158050, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000050, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158051, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000051, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158052, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000052, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158053, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000053, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158054, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000054, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158055, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000055, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158056, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000056, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158057, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000057, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158058, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000058, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158059, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000059, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158060, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000060, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158061, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000061, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158062, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000062, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158063, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000063, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158064, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000064, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158065, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000065, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158066, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000066, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158067, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000067, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158068, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000068, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158069, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000069, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158070, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000070, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158071, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000071, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158072, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000072, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158073, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000073, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158074, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000074, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158075, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000075, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158076, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000076, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158077, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000077, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158078, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000078, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131176001, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131176002, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131176003, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131176004, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131176005, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131176006, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131177001, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131177002, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131169001, - "number": 1, - "type": 8, - "giveType": 2, - "value": 2000009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 131158079, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000079, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 131158080, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000080, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 131158081, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000081, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 131158082, - "number": 1, - "type": 8, - "giveType": 2, - "value": 3000082, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120502 - }, - { - "id": 132900001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900004, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900005, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900006, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900007, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900008, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900009, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900010, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900011, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900012, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900013, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900014, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900015, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900016, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900017, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900018, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900019, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900020, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900021, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900022, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900023, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900024, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900025, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900026, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900027, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900028, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900029, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900030, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900031, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900032, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900033, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900034, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900035, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900036, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900037, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900038, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900039, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900040, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900041, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900042, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900043, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900044, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900045, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900046, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900047, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900048, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900049, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900050, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900051, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900052, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900053, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900054, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900055, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900056, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900057, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900058, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900059, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900060, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900061, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900062, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900063, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001006, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900064, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001006, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900065, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900066, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 132900067, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223080105 - }, - { - "id": 133000068, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101601 - }, - { - "id": 133000069, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001009, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223101601 - }, - { - "id": 133000070, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223100506 - }, - { - "id": 133000071, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223100506 - }, - { - "id": 133000072, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223100506 - }, - { - "id": 133000073, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223100506 - }, - { - "id": 133200074, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010027, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133200075, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133200076, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133200077, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133200078, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001008, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300079, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300080, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300081, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300082, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300083, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300084, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300085, - "number": 1, - "type": 15, - "giveType": 2, - "value": 24, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300086, - "number": 1, - "type": 15, - "giveType": 2, - "value": 25, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102504 - }, - { - "id": 133300087, - "number": 1, - "type": 15, - "giveType": 2, - "value": 26, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223102504 - }, - { - "id": 132800088, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223110106 - }, - { - "id": 132800089, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223110106 - }, - { - "id": 132900090, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010002, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223110106 - }, - { - "id": 133000091, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133000092, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133000093, - "number": 1, - "type": 1, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100094, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 450, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100095, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 450, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100096, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 450, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100097, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 450, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100098, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 150, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100099, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 150, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100100, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 150, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100101, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 150, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100102, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100103, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100104, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133100105, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223103113 - }, - { - "id": 133200106, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133200107, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133200108, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133200109, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133200110, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001010, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133300111, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133300112, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133300113, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133300114, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133300115, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223111104 - }, - { - "id": 133300116, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001009, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223111104 - }, - { - "id": 132800117, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010003, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223120105 - }, - { - "id": 132800118, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010003, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223120105 - }, - { - "id": 132900119, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010003, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120105 - }, - { - "id": 133000120, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010003, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223121204 - }, - { - "id": 133000121, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010003, - "level": 0, - "amount": 25, - "masterReleaseLabelId": 223121204 - }, - { - "id": 133100122, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010003, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223121204 - }, - { - "id": 133300123, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300124, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300125, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300126, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300127, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300128, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001011, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300129, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300130, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300131, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300132, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300133, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300134, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300135, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300136, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300137, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300138, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001011, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300139, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300140, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300141, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300142, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300143, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300144, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300145, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300146, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300147, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300148, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001011, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300149, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300150, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300151, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300152, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300153, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300154, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300155, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001011, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300156, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300157, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300158, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300159, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300160, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300161, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300162, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010033, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300163, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300164, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300165, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300166, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300167, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300168, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300169, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300170, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300171, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300172, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300173, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300174, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001011, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300175, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300176, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300177, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300178, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300179, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300180, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300181, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300182, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300183, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300184, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21001011, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300185, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300186, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300187, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300188, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300189, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001014, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300190, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300191, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300192, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300193, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300194, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300195, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66002001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300196, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66003001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300197, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66004001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300198, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66005001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300199, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66006001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300200, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66007001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300201, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66008001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300202, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66009001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 133300203, - "number": 1, - "type": 18, - "giveType": 2, - "value": 66099001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 223120802 - }, - { - "id": 132800204, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001015, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132800205, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132800206, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900207, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20001013, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900208, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900209, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900210, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900211, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900212, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900213, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900214, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900215, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900216, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900217, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 150, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900218, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 150, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900219, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 250, - "masterReleaseLabelId": 224010108 - }, - { - "id": 132900220, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 250, - "masterReleaseLabelId": 224010108 - }, - { - "id": 133100221, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100222, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100223, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100224, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100225, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100226, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100227, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100228, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100229, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100230, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100231, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100232, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100233, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100234, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100235, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100236, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100237, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100238, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100239, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100240, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100241, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100242, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100243, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100244, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100245, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100246, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100247, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 250000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100248, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100249, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 300000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100250, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100251, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 300000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100252, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100253, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100254, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 350000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100255, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100256, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100257, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100258, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100259, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1000000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100260, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 2400000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100261, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100262, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100263, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100264, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 400, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100265, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 600, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100266, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 600, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100267, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100268, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100269, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100270, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100271, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100272, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100273, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100274, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100275, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100276, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100277, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100278, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100279, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100280, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100281, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100282, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100283, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100284, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100285, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100286, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100287, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100288, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100289, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100290, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100291, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100292, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100293, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100294, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100295, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100296, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100297, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100298, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100299, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100300, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100301, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100302, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100303, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100304, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100305, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133100306, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224020106 - }, - { - "id": 133300307, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020101 - }, - { - "id": 133300308, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020201 - }, - { - "id": 133300309, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020301 - }, - { - "id": 133300310, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020401 - }, - { - "id": 133300311, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020501 - }, - { - "id": 133300312, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020601 - }, - { - "id": 133300313, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020701 - }, - { - "id": 133300314, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020801 - }, - { - "id": 133300315, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020901 - }, - { - "id": 133300316, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021003 - }, - { - "id": 133300317, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021101 - }, - { - "id": 133300318, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224021201 - }, - { - "id": 133300319, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021301 - }, - { - "id": 133300320, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021401 - }, - { - "id": 133300321, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020101 - }, - { - "id": 133300322, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020201 - }, - { - "id": 133300323, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020301 - }, - { - "id": 133300324, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020401 - }, - { - "id": 133300325, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020501 - }, - { - "id": 133300326, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020601 - }, - { - "id": 133300327, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020701 - }, - { - "id": 133300328, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020801 - }, - { - "id": 133300329, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020901 - }, - { - "id": 133300330, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021003 - }, - { - "id": 133300331, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021101 - }, - { - "id": 133300332, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224021201 - }, - { - "id": 133300333, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021301 - }, - { - "id": 133300334, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021401 - }, - { - "id": 133300335, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020101 - }, - { - "id": 133300336, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020201 - }, - { - "id": 133300337, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020301 - }, - { - "id": 133300338, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020401 - }, - { - "id": 133300339, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020501 - }, - { - "id": 133300340, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020601 - }, - { - "id": 133300341, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020701 - }, - { - "id": 133300342, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020801 - }, - { - "id": 133300343, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020901 - }, - { - "id": 133300344, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021003 - }, - { - "id": 133300345, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021101 - }, - { - "id": 133300346, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224021201 - }, - { - "id": 133300347, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021301 - }, - { - "id": 133300348, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021401 - }, - { - "id": 133300349, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020101 - }, - { - "id": 133300350, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020201 - }, - { - "id": 133300351, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020301 - }, - { - "id": 133300352, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020401 - }, - { - "id": 133300353, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020501 - }, - { - "id": 133300354, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020601 - }, - { - "id": 133300355, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224020701 - }, - { - "id": 133300356, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224020801 - }, - { - "id": 133300357, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224020901 - }, - { - "id": 133300358, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021003 - }, - { - "id": 133300359, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021101 - }, - { - "id": 133300360, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224021201 - }, - { - "id": 133300361, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224021301 - }, - { - "id": 133300362, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224021401 - }, - { - "id": 133300363, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300364, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300365, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300366, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300367, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300368, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300369, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300370, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300371, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 133300372, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010005, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224020104 - }, - { - "id": 132900373, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900374, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900375, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900376, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900377, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900378, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900379, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 100000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900380, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900381, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900382, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900383, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900384, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 150000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900385, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900386, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900387, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900388, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900389, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 200000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900390, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900391, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 250000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900392, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900393, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900394, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 250000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900395, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 5, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900396, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 300000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900397, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900398, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900399, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 300000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900400, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900401, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 300000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900402, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900403, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 400000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900404, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900405, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900406, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 600000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900407, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900408, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 900000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900409, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 40, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900410, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 15, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900411, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1200000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900412, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900413, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 50, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900414, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900415, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900416, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 20, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900417, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 2500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900418, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900419, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900420, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900421, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900422, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900423, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 300, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900424, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900425, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900426, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900427, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900428, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900429, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900430, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900431, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900432, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900433, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900434, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900435, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900436, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900437, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900438, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900439, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900440, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900441, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900442, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900443, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900444, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900445, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900446, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900447, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900448, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900449, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900450, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900451, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900452, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900453, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900454, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900455, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900456, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900457, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 1500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900458, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010040, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900459, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900460, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900461, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900462, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900463, - "number": 1, - "type": 3, - "giveType": 2, - "value": 30010001, - "level": 0, - "amount": 800, - "masterReleaseLabelId": 224030121 - }, - { - "id": 132900464, - "number": 1, - "type": 3, - "giveType": 2, - "value": 15010041, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 224030121 - }, - { - "id": 133300465, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300466, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300467, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300468, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300469, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300470, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300471, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300472, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300473, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300474, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300475, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300476, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300477, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300478, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300479, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300480, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300481, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300482, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300483, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300484, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300485, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300486, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300487, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300488, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300489, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300490, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300491, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300492, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300493, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300494, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300495, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300496, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300497, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300498, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300499, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300500, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300501, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300502, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300503, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300504, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300505, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300506, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300507, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300508, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300509, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300510, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300511, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300512, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300513, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300514, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300515, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300516, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300517, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300518, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 6, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300519, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300520, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300521, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300522, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300523, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300524, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 8, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300525, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 80, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300526, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 60, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300527, - "number": 1, - "type": 3, - "giveType": 2, - "value": 21000001, - "level": 0, - "amount": 10, - "masterReleaseLabelId": 224030113 - }, - { - "id": 133300528, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 100, - "masterReleaseLabelId": 224030113 - }, - { - "id": 131653001, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 1 - }, - { - "id": 131605001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 20000001, - "level": 0, - "amount": 30, - "masterReleaseLabelId": 1 - }, - { - "id": 131662001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131663001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131660001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005002, - "level": 0, - "amount": 260, - "masterReleaseLabelId": 1 - }, - { - "id": 131614001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 48, - "masterReleaseLabelId": 1 - }, - { - "id": 131666001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 16, - "masterReleaseLabelId": 1 - }, - { - "id": 131658001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131661001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131653002, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 1 - }, - { - "id": 131605002, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 500000, - "masterReleaseLabelId": 1 - }, - { - "id": 131665001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131664001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131658002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005002, - "level": 0, - "amount": 260, - "masterReleaseLabelId": 1 - }, - { - "id": 131630001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 48, - "masterReleaseLabelId": 1 - }, - { - "id": 131606001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 17, - "masterReleaseLabelId": 1 - }, - { - "id": 131614002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 131663002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131653003, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 550000, - "masterReleaseLabelId": 1 - }, - { - "id": 131605003, - "number": 1, - "type": 4, - "giveType": 2, - "value": 1, - "level": 0, - "amount": 550000, - "masterReleaseLabelId": 1 - }, - { - "id": 131660002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131617001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001002, - "level": 0, - "amount": 17, - "masterReleaseLabelId": 1 - }, - { - "id": 131658003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005002, - "level": 0, - "amount": 260, - "masterReleaseLabelId": 1 - }, - { - "id": 131625001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 16005003, - "level": 0, - "amount": 48, - "masterReleaseLabelId": 1 - }, - { - "id": 131614003, - "number": 1, - "type": 3, - "giveType": 2, - "value": 17001003, - "level": 0, - "amount": 3, - "masterReleaseLabelId": 1 - }, - { - "id": 131664002, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 131626001, - "number": 1, - "type": 3, - "giveType": 2, - "value": 19100001, - "level": 0, - "amount": 200, - "masterReleaseLabelId": 1 - }, - { - "id": 311953032, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975001, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953071, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953072, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953073, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953074, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953075, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953076, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953077, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953078, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953079, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953080, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953081, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953082, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953033, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975002, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953083, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953084, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953085, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953086, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953087, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953088, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953089, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953090, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953091, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953092, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953093, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953094, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953034, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975003, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953095, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953096, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953097, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953098, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953099, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953100, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953101, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953102, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953103, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953104, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953105, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953106, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953035, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975004, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953107, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953108, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953109, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953110, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953111, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953112, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953113, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953114, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953115, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953116, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953117, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953118, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953036, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975005, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953119, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953120, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953121, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953122, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953123, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953124, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953125, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953126, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953127, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953128, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953129, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953130, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953037, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975006, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953131, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953132, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953133, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953134, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953135, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953136, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953137, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953138, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953139, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953140, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953141, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953142, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953038, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975007, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953143, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953144, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953145, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953146, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953147, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953148, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953149, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953150, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953151, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953152, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953153, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953154, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953039, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975008, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953155, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953156, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953157, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953158, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953159, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953160, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953161, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953162, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953163, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953164, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953165, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953166, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953040, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975009, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953167, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953168, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953169, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953170, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953171, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953172, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953173, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953174, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953175, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953176, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953177, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953178, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967001, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953179, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951004, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950004, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953182, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951008, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950008, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953185, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951011, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950011, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953188, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951014, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950014, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953041, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975010, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953191, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953192, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953193, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953194, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953195, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953196, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953197, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953198, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953199, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953200, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953201, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953202, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953042, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975011, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953203, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953204, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953205, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953206, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953207, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953208, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953209, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953210, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953211, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953212, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953213, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953214, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953043, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975012, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953215, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953216, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953217, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953218, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953219, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953220, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953221, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953222, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953223, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953224, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953225, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953226, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953044, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975013, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953227, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953228, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953229, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953230, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953231, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953232, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953233, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953234, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953235, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953236, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953237, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953238, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953045, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975014, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953239, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953240, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953241, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953242, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953243, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953244, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953245, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953246, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953247, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953248, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953249, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953250, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953046, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975015, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953251, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953252, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953253, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953254, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953255, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953256, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953257, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953258, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953259, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953260, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953261, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953262, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953047, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975016, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953263, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953264, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953265, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953266, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953267, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953268, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953269, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953270, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953271, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953272, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953273, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953274, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953048, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975017, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953275, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953276, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953277, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953278, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953279, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953280, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953281, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953282, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953283, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953284, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953285, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953286, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953049, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975018, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953287, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953288, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953289, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953290, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953291, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953292, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953293, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953294, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953295, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953296, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953297, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953298, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967016, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951003, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950003, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953301, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951007, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950007, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951010, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950010, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953306, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951015, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950015, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953307, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951016, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953050, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975019, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953311, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953312, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953313, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953314, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953315, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953316, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953317, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953318, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953319, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953320, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953321, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953322, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953051, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975020, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953323, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953324, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953325, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953326, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953327, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953328, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953329, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953330, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953331, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953332, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953333, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953334, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953052, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975021, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953335, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953336, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953337, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953338, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953339, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953340, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953341, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953342, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953343, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953344, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953345, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953346, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953053, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975022, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953347, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953348, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953349, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953350, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953351, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953352, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953353, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953354, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953355, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953356, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953357, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953358, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953054, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975023, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953359, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953360, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953361, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953362, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953363, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953364, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953365, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953366, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953367, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953368, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953369, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953370, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953055, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975024, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953371, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953372, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953373, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953374, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953375, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953376, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953377, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953378, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953379, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953380, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953381, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953382, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953056, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975025, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953383, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953384, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953385, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953386, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953387, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953388, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953389, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953390, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953391, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953392, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953393, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953394, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953057, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975026, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953395, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953396, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953397, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953398, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953399, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953400, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953401, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953402, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953403, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953404, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953405, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953406, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953058, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975027, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953407, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953408, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953409, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953410, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953411, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953412, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953413, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953414, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953415, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953416, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953417, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953418, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953059, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975028, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953419, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953420, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953421, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953422, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953423, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953424, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953425, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953426, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953427, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953428, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953429, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953430, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953060, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975029, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953431, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953432, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953433, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953434, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953435, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953436, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953437, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953438, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953439, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953440, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953441, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953442, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953061, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975030, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953443, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953444, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953445, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953446, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953447, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953448, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953449, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953450, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953451, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953452, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953453, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953454, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953585, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3099001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323082801 - }, - { - "id": 311967031, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953455, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951002, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950002, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953458, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951006, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950006, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953461, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951012, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950012, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953464, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953465, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953466, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953062, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975031, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953467, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953468, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953469, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953470, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953471, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953472, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953473, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953474, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953475, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953476, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953477, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953478, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953063, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975032, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953479, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953480, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953481, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953482, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953483, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953484, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953485, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953486, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953487, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953488, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953489, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953490, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953064, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975033, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953491, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953492, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953493, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953494, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953495, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953496, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953497, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953498, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953499, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953500, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953501, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953502, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953065, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975034, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953503, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953504, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953505, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953506, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953507, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953508, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953509, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953510, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953511, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953512, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953513, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953514, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953066, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975035, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953515, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953516, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953517, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953518, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953519, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953520, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953521, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953522, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953523, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953524, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953525, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953526, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953067, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975036, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953527, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953528, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953529, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953530, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953531, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953532, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953533, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953534, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953535, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953536, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953537, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953538, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953068, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975037, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953539, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953540, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953541, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953542, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953543, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953544, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953545, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953546, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953547, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953548, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953549, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953550, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953069, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975038, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953551, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953552, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953553, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953554, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953555, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953556, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953557, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953558, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953559, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953560, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953561, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953562, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953070, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975039, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953563, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953564, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953565, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953566, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953567, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953568, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953569, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953570, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953571, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953572, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953573, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953574, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967046, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951001, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950001, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951005, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101004, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950005, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101005, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953577, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101006, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953578, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101007, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951009, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101008, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123071702 - }, - { - "id": 311950009, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101009, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123071702 - }, - { - "id": 311951013, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101010, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950013, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101011, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953583, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101012, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953584, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951017, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123092802 - }, - { - "id": 311950017, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123092802 - }, - { - "id": 311953579, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323100102 - }, - { - "id": 311951018, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101013, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123100502 - }, - { - "id": 311950018, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123100502 - }, - { - "id": 311953586, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101014, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323100703 - }, - { - "id": 311953587, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323100704 - }, - { - "id": 311953588, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101403 - }, - { - "id": 311953589, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101016, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101404 - }, - { - "id": 311953590, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101015, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101503 - }, - { - "id": 311953591, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101016, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101504 - }, - { - "id": 311951019, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101016, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102102 - }, - { - "id": 311950019, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101017, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102102 - }, - { - "id": 311951020, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101017, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102902 - }, - { - "id": 311950020, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102902 - }, - { - "id": 311951021, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123110103 - }, - { - "id": 311950021, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123110103 - }, - { - "id": 311951022, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101016, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123111302 - }, - { - "id": 311950022, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101017, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123111302 - }, - { - "id": 311953592, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323112106 - }, - { - "id": 311951023, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123112402 - }, - { - "id": 311950023, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101020, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123112402 - }, - { - "id": 311951024, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123120602 - }, - { - "id": 311950024, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101020, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123120602 - }, - { - "id": 311951025, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101021, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123121602 - }, - { - "id": 311950025, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101022, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123121602 - }, - { - "id": 311953593, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101017, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122307 - }, - { - "id": 311953594, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101024, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122308 - }, - { - "id": 311953595, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101021, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122552 - }, - { - "id": 311958586, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4010001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311975040, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4010003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958601, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4011001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311975041, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4011003, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311953596, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3099002, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323120802 - }, - { - "id": 311953597, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101023, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122202 - }, - { - "id": 311951026, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101022, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123122802 - }, - { - "id": 311950026, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101023, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123122802 - }, - { - "id": 311951027, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124010103 - }, - { - "id": 311950027, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124010103 - }, - { - "id": 311951028, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101020, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124011702 - }, - { - "id": 311950028, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101021, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124011702 - }, - { - "id": 311951029, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101024, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012002 - }, - { - "id": 311950029, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101025, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012002 - }, - { - "id": 311951030, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101025, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012302 - }, - { - "id": 311950030, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101026, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012302 - }, - { - "id": 311951031, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101027, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124020502 - }, - { - "id": 311950031, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101028, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124020502 - }, - { - "id": 311953598, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101022, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324020906 - }, - { - "id": 311953599, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101026, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324011902 - }, - { - "id": 311951032, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101020, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021002 - }, - { - "id": 311950032, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101021, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021002 - }, - { - "id": 311951033, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101027, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124022502 - }, - { - "id": 311950033, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101028, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124022502 - }, - { - "id": 311951034, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101029, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021502 - }, - { - "id": 311950034, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101030, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021502 - }, - { - "id": 311953600, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101023, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324022202 - }, - { - "id": 311958001, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958001, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958002, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958003, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958004, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958005, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958006, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958007, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958008, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958009, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958010, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958011, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958012, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958013, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958014, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958015, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958016, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958016, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958017, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958018, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958019, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958020, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958021, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958022, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958023, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958024, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958025, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958026, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958027, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958028, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958029, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958030, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100200115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958031, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958031, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958032, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958033, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958034, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958035, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958036, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958037, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958038, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958039, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958040, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958041, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958042, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958043, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958044, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958045, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100300115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958046, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958046, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958047, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958048, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958049, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958050, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958051, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958052, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958053, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958054, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958055, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958056, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958057, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958058, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958059, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958060, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100400115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958061, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958061, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958062, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958063, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958064, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958065, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958066, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958067, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958068, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958069, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958070, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958071, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958072, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958073, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958074, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958075, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100500115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958076, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958076, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958077, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958078, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958079, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958080, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958081, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958082, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958083, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958084, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958085, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958086, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958087, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958088, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958089, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958090, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100600115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958091, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958091, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958092, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958093, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958094, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958095, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958096, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958097, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958098, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958099, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958100, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958101, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958102, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958103, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958104, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958105, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100700115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958106, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958106, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958107, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958108, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958109, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958110, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958111, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958112, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958113, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958114, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958115, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958116, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958117, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958118, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958119, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958120, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100800115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958121, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958121, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958122, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958123, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958124, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958125, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958126, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958127, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958128, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958129, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958130, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958131, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958132, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958133, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958134, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958135, - "number": 1, - "type": 17, - "giveType": 2, - "value": 100900115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958136, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958136, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958137, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958138, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958139, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958140, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958141, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958142, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958143, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958144, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958145, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958146, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958147, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958148, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958149, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958150, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958151, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958151, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958152, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958153, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958154, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958155, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958156, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958157, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958158, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958159, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958160, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958161, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958162, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958163, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958164, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958165, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200200115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958166, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958166, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958167, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958168, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958169, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958170, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958171, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958172, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958173, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958174, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958175, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958176, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958177, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958178, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958179, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958180, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200300115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958181, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958181, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958182, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958183, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958184, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958185, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958186, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958187, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958188, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958189, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958190, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958191, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958192, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958193, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958194, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958195, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200400115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958196, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958196, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958197, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958198, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958199, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958200, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958201, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958202, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958203, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958204, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958205, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958206, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958207, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958208, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958209, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958210, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200500115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958211, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958211, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958212, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958213, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958214, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958215, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958216, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958217, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958218, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958219, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958220, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958221, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958222, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958223, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958224, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958225, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200600115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958226, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958226, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958227, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958228, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958229, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958230, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958231, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958232, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958233, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958234, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958235, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958236, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958237, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958238, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958239, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958240, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200700115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958241, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958241, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958242, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958243, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958244, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958245, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958246, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958247, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958248, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958249, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958250, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958251, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958252, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958253, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958254, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958255, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200800115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958256, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958256, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958257, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958258, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958259, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958260, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958261, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958262, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958263, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958264, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958265, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958266, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958267, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958268, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958269, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958270, - "number": 1, - "type": 17, - "giveType": 2, - "value": 200900115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958271, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958271, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958272, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958273, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958274, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958275, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958276, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958277, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958278, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958279, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958280, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958281, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958282, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958283, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958284, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958285, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958286, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958286, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958287, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958288, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958289, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958290, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958291, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958292, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958293, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958294, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958295, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958296, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958297, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958298, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958299, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958300, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300200115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958301, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958301, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958302, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958303, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958304, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958305, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958306, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958307, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958308, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958309, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958310, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958311, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958312, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958313, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958314, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958315, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300300115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958316, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958316, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958317, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958318, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958319, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958320, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958321, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958322, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958323, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958324, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958325, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958326, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958327, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958328, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958329, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958330, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300400115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958331, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958331, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958332, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958333, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958334, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958335, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958336, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958337, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958338, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958339, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958340, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958341, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958342, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958343, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958344, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958345, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300500115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958346, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958346, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958347, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958348, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958349, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958350, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958351, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958352, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958353, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958354, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958355, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958356, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958357, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958358, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958359, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958360, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300600115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958361, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958361, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958362, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958363, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958364, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958365, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958366, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958367, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958368, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958369, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958370, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958371, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958372, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958373, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958374, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958375, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300700115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958376, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958376, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958377, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958378, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958379, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958380, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958381, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958382, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958383, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958384, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958385, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958386, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958387, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958388, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958389, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958390, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300800115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958391, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958391, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958392, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958393, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958394, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958395, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958396, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958397, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958398, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958399, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958400, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958401, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958402, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958403, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958404, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958405, - "number": 1, - "type": 17, - "giveType": 2, - "value": 300900115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958406, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958406, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958407, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958408, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958409, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958410, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958411, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958412, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958413, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958414, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958415, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958416, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958417, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958418, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958419, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958420, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301000115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958421, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958421, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958422, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958423, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958424, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958425, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958426, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958427, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958428, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958429, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958430, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958431, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958432, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958433, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958434, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958435, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958436, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958436, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958437, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958438, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958439, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958440, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958441, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958442, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958443, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958444, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958445, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958446, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958447, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958448, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958449, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958450, - "number": 1, - "type": 17, - "giveType": 2, - "value": 301200115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958451, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958451, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958452, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958453, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958454, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958455, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958456, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958457, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958458, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958459, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958460, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958461, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958462, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958463, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958464, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958465, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958466, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958466, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958467, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958468, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958469, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958470, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958471, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958472, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958473, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958474, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958475, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958476, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958477, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958478, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958479, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958480, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400200115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958481, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958481, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958482, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958483, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958484, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958485, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958486, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958487, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958488, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958489, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958490, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958491, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958492, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958493, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958494, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958495, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400300115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958496, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958496, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958497, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958498, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958499, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958500, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958501, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958502, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958503, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958504, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958505, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958506, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958507, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958508, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958509, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958510, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400400115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958511, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958511, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958512, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958513, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958514, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958515, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958516, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958517, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958518, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958519, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958520, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958521, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958522, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958523, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958524, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958525, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400500115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958526, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958526, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958527, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958528, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958529, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958530, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958531, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958532, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958533, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958534, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958535, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958536, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958537, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958538, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958539, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958540, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400600115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958541, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958541, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958542, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958543, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958544, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958545, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958546, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958547, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958548, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958549, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958550, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958551, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958552, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958553, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958554, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958555, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400700115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958556, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958556, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958557, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958558, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958559, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958560, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958561, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958562, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958563, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958564, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958565, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958566, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958567, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958568, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958569, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958570, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400800115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958571, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958571, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958572, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958573, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958574, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958575, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958576, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958577, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958578, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958579, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958580, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958581, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958582, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958583, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958584, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311958585, - "number": 1, - "type": 17, - "giveType": 2, - "value": 400900115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953032, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123080301 - }, - { - "id": 311953033, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102101 - }, - { - "id": 311953034, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123091201 - }, - { - "id": 311953036, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123110101 - }, - { - "id": 311953038, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123060901 - }, - { - "id": 311953039, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124011701 - }, - { - "id": 311953040, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123072201 - }, - { - "id": 311953041, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123080101 - }, - { - "id": 311953042, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123091901 - }, - { - "id": 311953043, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021001 - }, - { - "id": 311953044, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124010101 - }, - { - "id": 311953046, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123071301 - }, - { - "id": 311953048, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123061301 - }, - { - "id": 311953049, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123092101 - }, - { - "id": 311953051, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012301 - }, - { - "id": 311953053, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123062901 - }, - { - "id": 311953054, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123053001 - }, - { - "id": 311953055, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123121601 - }, - { - "id": 311953056, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123080801 - }, - { - "id": 311953057, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124020501 - }, - { - "id": 311953058, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123111301 - }, - { - "id": 311953059, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123100501 - }, - { - "id": 311953060, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123120601 - }, - { - "id": 311953061, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021501 - }, - { - "id": 311953062, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123050101 - }, - { - "id": 311953063, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123071701 - }, - { - "id": 311953064, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124022501 - }, - { - "id": 311953065, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123092801 - }, - { - "id": 311953066, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123112401 - }, - { - "id": 311953068, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102901 - }, - { - "id": 311953069, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123061701 - }, - { - "id": 311953070, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123080701 - }, - { - "id": 311975001, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953071, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953072, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953073, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953074, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953075, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953076, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953077, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953078, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953079, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953080, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953081, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953082, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975002, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953083, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953084, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953085, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953086, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953087, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953088, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100200901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953089, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953090, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953091, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953092, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953093, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953094, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975003, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953095, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953096, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953097, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953098, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953099, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953100, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100300901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953101, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953102, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953103, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953104, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953105, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953106, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975004, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953107, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953108, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953109, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953110, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953111, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953112, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100400901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953113, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953114, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953115, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953116, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953117, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953118, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975005, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953119, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953120, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953121, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953122, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953123, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953124, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100500901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953125, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953126, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953127, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953128, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953129, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953130, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975006, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953131, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953132, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953133, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953134, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953135, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953136, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100600901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953137, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953138, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953139, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953140, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953141, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953142, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975007, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953143, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953144, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953145, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953146, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953147, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953148, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100700901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953149, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953150, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953151, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953152, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953153, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953154, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975008, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953155, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953156, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953157, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953158, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953159, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953160, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100800901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953161, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953162, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953163, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953164, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953165, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953166, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975009, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953167, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953168, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953169, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953170, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953171, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953172, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100900901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953173, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953174, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953175, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953176, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953177, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953178, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967001, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967002, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967003, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967004, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967005, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967006, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967007, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967008, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967009, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967010, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967011, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967012, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967013, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967014, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967015, - "number": 1, - "type": 17, - "giveType": 2, - "value": 110100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953179, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951004, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950004, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953182, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951008, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950008, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953185, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951011, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950011, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953188, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951014, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950014, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975010, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953191, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953192, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953193, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953194, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953195, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953196, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953197, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953198, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953199, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953200, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953201, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953202, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975011, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953203, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953204, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953205, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953206, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953207, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953208, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200200901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953209, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953210, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953211, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953212, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953213, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953214, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975012, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953215, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953216, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953217, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953218, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953219, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953220, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200300901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953221, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953222, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953223, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953224, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953225, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953226, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975013, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953227, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953228, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953229, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953230, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953231, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953232, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200400901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953233, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953234, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953235, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953236, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953237, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953238, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975014, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953239, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953240, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953241, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953242, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953243, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953244, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200500901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953245, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953246, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953247, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953248, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953249, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953250, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975015, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953251, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953252, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953253, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953254, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953255, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953256, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200600901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953257, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953258, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953259, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953260, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953261, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953262, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975016, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953263, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953264, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953265, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953266, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953267, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953268, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200700901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953269, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953270, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953271, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953272, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953273, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953274, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975017, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953275, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953276, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953277, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953278, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953279, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953280, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200800901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953281, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953282, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953283, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953284, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953285, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953286, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975018, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953287, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953288, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953289, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953290, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953291, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953292, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200900901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953293, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953294, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953295, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953296, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953297, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953298, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967016, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967017, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967018, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967019, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967020, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967021, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967022, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967023, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967024, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967025, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967026, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967027, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967028, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967029, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967030, - "number": 1, - "type": 17, - "giveType": 2, - "value": 210100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951003, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950003, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953301, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951007, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950007, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951010, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950010, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953306, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951015, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950015, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953307, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951016, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950016, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975019, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953311, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953312, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953313, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953314, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953315, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953316, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953317, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953318, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953319, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953320, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953321, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953322, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975020, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953323, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953324, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953325, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953326, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953327, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953328, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300200901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953329, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953330, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953331, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953332, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953333, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953334, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975021, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953335, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953336, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953337, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953338, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953339, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953340, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300300901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953341, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953342, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953343, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953344, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953345, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953346, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975022, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953347, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953348, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953349, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953350, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953351, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953352, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300400901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953353, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953354, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953355, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953356, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953357, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953358, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975023, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953359, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953360, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953361, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953362, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953363, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953364, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300500901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953365, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953366, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953367, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953368, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953369, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953370, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975024, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953371, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953372, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953373, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953374, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953375, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953376, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300600901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953377, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953378, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953379, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953380, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953381, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953382, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975025, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953383, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953384, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953385, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953386, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953387, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953388, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300700901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953389, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953390, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953391, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953392, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953393, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953394, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975026, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953395, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953396, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953397, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953398, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953399, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953400, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300800901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953401, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953402, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953403, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953404, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953405, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953406, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975027, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953407, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953408, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953409, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953410, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953411, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953412, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300900901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953413, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953414, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953415, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953416, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953417, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953418, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975028, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953419, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953420, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953421, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953422, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953423, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953424, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301000901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953425, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953426, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953427, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953428, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953429, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953430, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975029, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953431, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953432, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953433, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953434, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953435, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953436, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953437, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953438, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953439, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953440, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953441, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953442, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975030, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953443, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953444, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953445, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953446, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953447, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953448, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301200901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953449, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953450, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953451, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953452, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953453, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953454, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953585, - "number": 2, - "type": 17, - "giveType": 2, - "value": 309900101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323082801 - }, - { - "id": 311967031, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967032, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967033, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967034, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967035, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967036, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967037, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967038, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967039, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967040, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967041, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967042, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967043, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967044, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967045, - "number": 1, - "type": 17, - "giveType": 2, - "value": 310100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953455, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951002, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950002, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953458, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951006, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950006, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953461, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951012, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950012, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953464, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953465, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953466, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975031, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953467, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953468, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953469, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953470, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953471, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953472, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953473, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953474, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953475, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953476, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953477, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953478, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975032, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953479, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953480, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953481, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953482, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953483, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953484, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400200901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953485, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953486, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953487, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953488, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953489, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953490, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975033, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953491, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953492, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953493, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953494, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953495, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953496, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400300901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953497, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953498, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953499, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953500, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953501, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953502, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975034, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953503, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953504, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953505, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953506, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953507, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953508, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400400901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953509, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953510, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953511, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953512, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953513, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953514, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975035, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953515, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953516, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953517, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953518, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953519, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953520, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400500901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953521, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953522, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953523, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953524, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953525, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953526, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975036, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953527, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953528, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953529, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953530, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953531, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953532, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400600901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953533, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953534, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953535, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953536, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953537, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953538, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975037, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953539, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953540, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953541, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953542, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953543, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953544, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400700901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953545, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953546, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953547, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953548, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953549, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953550, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975038, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953551, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953552, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953553, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953554, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953555, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953556, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400800901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953557, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953558, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953559, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953560, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953561, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953562, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311975039, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953563, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953564, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953565, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953566, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953567, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953568, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400900901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953569, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953570, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953571, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953572, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953573, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953574, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967046, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967047, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967048, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967049, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967050, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967051, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967052, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967053, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967054, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967055, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967056, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967057, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967058, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967059, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311967060, - "number": 1, - "type": 17, - "giveType": 2, - "value": 410100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951001, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950001, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951005, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950005, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953577, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953578, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951009, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123071702 - }, - { - "id": 311950009, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410100901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123071702 - }, - { - "id": 311951013, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311950013, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953583, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311953584, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 1 - }, - { - "id": 311951017, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123092802 - }, - { - "id": 311950017, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123092802 - }, - { - "id": 311953579, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323100102 - }, - { - "id": 311951018, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123100502 - }, - { - "id": 311950018, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123100502 - }, - { - "id": 311953586, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323100703 - }, - { - "id": 311953587, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323100704 - }, - { - "id": 311953588, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101403 - }, - { - "id": 311953589, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101404 - }, - { - "id": 311953590, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101503 - }, - { - "id": 311953591, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323101504 - }, - { - "id": 311951019, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102102 - }, - { - "id": 311950019, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102102 - }, - { - "id": 311951020, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102902 - }, - { - "id": 311950020, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123102902 - }, - { - "id": 311951021, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123110103 - }, - { - "id": 311950021, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110101901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123110103 - }, - { - "id": 311951022, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123111302 - }, - { - "id": 311950022, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123111302 - }, - { - "id": 311953592, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323112106 - }, - { - "id": 311951023, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410101901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123112402 - }, - { - "id": 311950023, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123112402 - }, - { - "id": 311951024, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310101901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123120602 - }, - { - "id": 311950024, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123120602 - }, - { - "id": 311951025, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123121602 - }, - { - "id": 311950025, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123121602 - }, - { - "id": 311953593, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122307 - }, - { - "id": 311953594, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122308 - }, - { - "id": 311953595, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122552 - }, - { - "id": 311958586, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958587, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958588, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958589, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958590, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958591, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958592, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958593, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958594, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958595, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958596, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958597, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958598, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324012001 - }, - { - "id": 311958599, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324012001 - }, - { - "id": 311958600, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324012001 - }, - { - "id": 311975040, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401000301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958601, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958602, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100102, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958603, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100103, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958604, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100104, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958605, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100105, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958606, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100106, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958607, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100107, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958608, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100108, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958609, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100109, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958610, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100110, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958611, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100111, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958612, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100112, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311958613, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100113, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122801 - }, - { - "id": 311958614, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100114, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122801 - }, - { - "id": 311958615, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100115, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122801 - }, - { - "id": 311975041, - "number": 2, - "type": 17, - "giveType": 2, - "value": 401100301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323121501 - }, - { - "id": 311953596, - "number": 2, - "type": 17, - "giveType": 2, - "value": 309900201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323120802 - }, - { - "id": 311953597, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 323122202 - }, - { - "id": 311951026, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123122802 - }, - { - "id": 311950026, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 123122802 - }, - { - "id": 311951027, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124010103 - }, - { - "id": 311950027, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210101901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124010103 - }, - { - "id": 311951028, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124011702 - }, - { - "id": 311950028, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124011702 - }, - { - "id": 311951029, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012002 - }, - { - "id": 311950029, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012002 - }, - { - "id": 311951030, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012302 - }, - { - "id": 311950030, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124012302 - }, - { - "id": 311951031, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124020502 - }, - { - "id": 311950031, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124020502 - }, - { - "id": 311953598, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324020906 - }, - { - "id": 311953599, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324011902 - }, - { - "id": 311951032, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021002 - }, - { - "id": 311950032, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021002 - }, - { - "id": 311951033, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124022502 - }, - { - "id": 311950033, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124022502 - }, - { - "id": 311951034, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310102901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021502 - }, - { - "id": 311950034, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310103001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124021502 - }, - { - "id": 311953600, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324022202 - }, - { - "id": 311953601, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1001018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031401 - }, - { - "id": 311953602, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1002018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031402 - }, - { - "id": 311953603, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1003018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031403 - }, - { - "id": 311953604, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031404 - }, - { - "id": 311953605, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1005018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031405 - }, - { - "id": 311953606, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1006018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031406 - }, - { - "id": 311953607, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1007018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031407 - }, - { - "id": 311953608, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1008018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031408 - }, - { - "id": 311953609, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1009018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031409 - }, - { - "id": 311953610, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2001018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031410 - }, - { - "id": 311953611, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2002018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031411 - }, - { - "id": 311953612, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2003019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031412 - }, - { - "id": 311953613, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2004018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031413 - }, - { - "id": 311953614, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2005018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031414 - }, - { - "id": 311953615, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2006018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031415 - }, - { - "id": 311953616, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031416 - }, - { - "id": 311953617, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2008018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031417 - }, - { - "id": 311953618, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2009018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031418 - }, - { - "id": 311953619, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031419 - }, - { - "id": 311953620, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3002018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031420 - }, - { - "id": 311953621, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3003018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031421 - }, - { - "id": 311953622, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3004018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031422 - }, - { - "id": 311953623, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3005018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031423 - }, - { - "id": 311953624, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3006018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031424 - }, - { - "id": 311953625, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3007018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031425 - }, - { - "id": 311953626, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3008019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031426 - }, - { - "id": 311953627, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3009018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031427 - }, - { - "id": 311953628, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3010018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031428 - }, - { - "id": 311953629, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3011018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031429 - }, - { - "id": 311953630, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3012019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031430 - }, - { - "id": 311953631, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4001018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031001 - }, - { - "id": 311953632, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4002018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031101 - }, - { - "id": 311953633, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4003019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031431 - }, - { - "id": 311953634, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4004018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031432 - }, - { - "id": 311953635, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4005018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031433 - }, - { - "id": 311953636, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4006018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031002 - }, - { - "id": 311953637, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4007018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031003 - }, - { - "id": 311953638, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4008018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031434 - }, - { - "id": 311953639, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4009018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031102 - }, - { - "id": 311953640, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1004019, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124031501 - }, - { - "id": 311953641, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2007018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030401 - }, - { - "id": 311953642, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3001018, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030101 - }, - { - "id": 311953601, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031401 - }, - { - "id": 311953602, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100201801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031402 - }, - { - "id": 311953603, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100301801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031403 - }, - { - "id": 311953604, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031404 - }, - { - "id": 311953605, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100501801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031405 - }, - { - "id": 311953606, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100601801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031406 - }, - { - "id": 311953607, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100701801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031407 - }, - { - "id": 311953608, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100801801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031408 - }, - { - "id": 311953609, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100901801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031409 - }, - { - "id": 311953610, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031410 - }, - { - "id": 311953611, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200201801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031411 - }, - { - "id": 311953612, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200301901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031412 - }, - { - "id": 311953613, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200401801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031413 - }, - { - "id": 311953614, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200501801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031414 - }, - { - "id": 311953615, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200601801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031415 - }, - { - "id": 311953616, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031416 - }, - { - "id": 311953617, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200801801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031417 - }, - { - "id": 311953618, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200901801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031418 - }, - { - "id": 311953619, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031419 - }, - { - "id": 311953620, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300201801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031420 - }, - { - "id": 311953621, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300301801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031421 - }, - { - "id": 311953622, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300401801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031422 - }, - { - "id": 311953623, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300501801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031423 - }, - { - "id": 311953624, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300601801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031424 - }, - { - "id": 311953625, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300701801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031425 - }, - { - "id": 311953626, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300801901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031426 - }, - { - "id": 311953627, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300901801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031427 - }, - { - "id": 311953628, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301001801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031428 - }, - { - "id": 311953629, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031429 - }, - { - "id": 311953630, - "number": 2, - "type": 17, - "giveType": 2, - "value": 301201901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031430 - }, - { - "id": 311953631, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031001 - }, - { - "id": 311953632, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400201801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031101 - }, - { - "id": 311953633, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400301901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031431 - }, - { - "id": 311953634, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400401801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031432 - }, - { - "id": 311953635, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400501801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031433 - }, - { - "id": 311953636, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400601801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031002 - }, - { - "id": 311953637, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400701801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031003 - }, - { - "id": 311953638, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400801801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031434 - }, - { - "id": 311953639, - "number": 2, - "type": 17, - "giveType": 2, - "value": 400901801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031102 - }, - { - "id": 311953640, - "number": 2, - "type": 17, - "giveType": 2, - "value": 100401901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124031501 - }, - { - "id": 311953641, - "number": 2, - "type": 17, - "giveType": 2, - "value": 200701801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030401 - }, - { - "id": 311953642, - "number": 2, - "type": 17, - "giveType": 2, - "value": 300101801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030101 - }, - { - "id": 311951035, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101031, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030103 - }, - { - "id": 311950035, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101032, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030103 - }, - { - "id": 311953643, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101029, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324030302 - }, - { - "id": 311951036, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101022, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030402 - }, - { - "id": 311950036, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101023, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030402 - }, - { - "id": 311953644, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101024, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324030801 - }, - { - "id": 311951035, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310103101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030103 - }, - { - "id": 311950035, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310103201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030103 - }, - { - "id": 311953643, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410102901, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324030302 - }, - { - "id": 311951036, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102201, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030402 - }, - { - "id": 311950036, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124030402 - }, - { - "id": 311953644, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324030801 - }, - { - "id": 311951037, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101024, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124031502 - }, - { - "id": 311950037, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101025, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124031502 - }, - { - "id": 311951038, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101026, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031601 - }, - { - "id": 311950038, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101027, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031601 - }, - { - "id": 311951039, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101025, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031602 - }, - { - "id": 311950039, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101026, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031602 - }, - { - "id": 311951040, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101033, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031603 - }, - { - "id": 311950040, - "number": 1, - "type": 16, - "giveType": 2, - "value": 3101034, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031603 - }, - { - "id": 311951041, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101030, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031604 - }, - { - "id": 311950041, - "number": 1, - "type": 16, - "giveType": 2, - "value": 4101031, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031604 - }, - { - "id": 311951037, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124031502 - }, - { - "id": 311950037, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 124031502 - }, - { - "id": 311951038, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031601 - }, - { - "id": 311950038, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031601 - }, - { - "id": 311951039, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102501, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031602 - }, - { - "id": 311950039, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102601, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031602 - }, - { - "id": 311951040, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310103301, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031603 - }, - { - "id": 311950040, - "number": 2, - "type": 17, - "giveType": 2, - "value": 310103401, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031603 - }, - { - "id": 311951041, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410103001, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031604 - }, - { - "id": 311950041, - "number": 2, - "type": 17, - "giveType": 2, - "value": 410103101, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324031604 - }, - { - "id": 311953645, - "number": 1, - "type": 16, - "giveType": 2, - "value": 2101027, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324032301 - }, - { - "id": 311953646, - "number": 1, - "type": 16, - "giveType": 2, - "value": 1101028, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324032901 - }, - { - "id": 311953645, - "number": 2, - "type": 17, - "giveType": 2, - "value": 210102701, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324032301 - }, - { - "id": 311953646, - "number": 2, - "type": 17, - "giveType": 2, - "value": 110102801, - "level": 0, - "amount": 1, - "masterReleaseLabelId": 324032901 - } -] \ No newline at end of file diff --git a/src/router/databases/json/music.json b/src/router/databases/json/music.json deleted file mode 100644 index 771e29a..0000000 --- a/src/router/databases/json/music.json +++ /dev/null @@ -1,12742 +0,0 @@ -[ - { - "id": 1001, - "name": "僕らのLIVE 君とのLIFE", - "shortName": "僕らのLIVE 君とのLIFE", - "kana": "ホクラノライフキミトノライフ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:山田高弘
編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "記念すべきμ's 1stシングル。ラブライブ!シリーズのはじまりの楽曲。シンプルながらも印象的なギターテーマから何かを予感させる爽やかなサウンドが印象的。「ぼららら」の愛称で今も親しまれている。", - "bandCategory": 2, - "masterGroupId": 100, - "jacketImageName": "jacket_1001", - "masterBgmId": 31001001, - "previewMasterBgmId": 32001001, - "locked": 0, - "obtainType": 2, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1002, - "name": "SUNNY DAY SONG", - "shortName": "SUNNY DAY SONG", - "kana": "サニイテイソンク", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "μ'sが作った、すべてのスクールアイドルのための歌。「もっと手を伸ばしたら面白くなるよ!」という力強いメッセージはすべての人に伝わる優しさと力強さがある。劇場版での、全スクールアイドルを巻き込んだライブシーンは圧巻。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1002", - "masterBgmId": 31001002, - "previewMasterBgmId": 32001002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1003, - "name": "A song for You! You? You!!", - "shortName": "A song for You! You? You!!", - "kana": "アソンクフオユウユウユウ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "μ'sによる楽曲としては最新のシングル。「これから」と「いままで」、みんなとのつながりを確かめて、情熱を持ってまた新しい挑戦、新しい冒険をするために勇気をもらって歩いていこう。そんな意志を強く感じる前向きな楽曲。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1003", - "masterBgmId": 31001003, - "previewMasterBgmId": 32001003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/03/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1004, - "name": "?←HEARTBEAT", - "shortName": "?←HEARTBEAT", - "kana": "ハテナハアトヒイト", - "artist": "絢瀬絵里(CV.南條愛乃) , 東條 希(CV.楠田亜衣奈) , 矢澤にこ(CV.徳井青空)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:本田光史郎", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "突然スターになってしまったμ'sがその高揚感と戸惑い、ファンからの逃亡を楽しくミュージカル調に描いた楽曲。劇中でも3年生3人がアイドル衣装でダンスしている様子が描かれている。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1002", - "masterBgmId": 31001004, - "previewMasterBgmId": 32001004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1005, - "name": "after school NAVIGATORS", - "shortName": "after school NAVIGATORS", - "kana": "アフタアスクウルナヒケエタアス", - "artist": "矢澤にこ( CV.徳井青空) , 星空凛( CV.飯田里穂) , 小泉花陽( CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "", - "dictionaryComment": "インターネットラジオ「ラブライ部 ラジオ課外活動 にこりんぱな」のテーマソングCDカップリング曲。練習の後、にこりんぱなが何を食べるか早口で議論しながらわちゃわちゃしているような曲。食べたいものと思いを寄せる人とのダブルミーニングも感じさせるが、最後は結局3人でいるのが楽しい!となっており、微笑ましい。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1024", - "masterBgmId": 31001005, - "previewMasterBgmId": 32001005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/10/17", - "masterReleaseLabelId": 1 - }, - { - "id": 1006, - "name": "Anemone heart", - "shortName": "Anemone heart", - "kana": "アネモネハアト", - "artist": "南ことり(CV.内田 彩) , 園田海未(CV.三森すずこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "秘密のはかない初恋をアネモネやアカシアになぞらえて歌った幼馴染二人のデュエット曲。低音や空間系のエフェクトが効いた本格的なテクノサウンドと、時に囁くような、時に力強い二人のボーカルが絶妙にマッチしている。
", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1006", - "masterBgmId": 31001006, - "previewMasterBgmId": 32001006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1007, - "name": "Angelic Angel", - "shortName": "Angelic Angel", - "kana": "エンシエリツクエンシエル", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲:森慎太郎
編曲:倉内達矢", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "劇場版「ラブライブ!The School Idol Movie」挿入歌。NYの夜景をバックに和風の衣装で踊る姿が印象的な楽曲。哀愁ただようギターソロと柔らかいドラムの今までの作品にない組み合わせがμ'sの新しい挑戦を象徴している。\t", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001007, - "previewMasterBgmId": 32001007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1008, - "name": "baby maybe 恋のボタン", - "shortName": "baby maybe 恋のボタン", - "kana": "ヘイヒイメイヒイコイノホタン", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "", - "dictionaryComment": "μ's 2ndシングルカップリング曲。友達のままか、恋人か、その切り替えをする恋のボタンを押すのか悩む歌詞が甘酸っぱい。1番では押す前、2番では押した後が歌われ、最後に相手が恋のボタンを押したのかどうかにも注目。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1048", - "masterBgmId": 31001008, - "previewMasterBgmId": 32001008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1009, - "name": "Beat in Angel", - "shortName": "Beat in Angel", - "kana": "ヒイトインエンシエル", - "artist": "西木野真姫 , 星空 凛", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "", - "dictionaryComment": "恋の病を治してくれるというお医者さん(?)のちょっとマッドさを感じる歌詞が魅力。スネアの連打から始まる本格的なユーロビートサウンドに2人のユニゾンで一気にテンションMAX。ライブでは制服に天使の羽を背負って激しいダンスで魅了した。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1009", - "masterBgmId": 31001009, - "previewMasterBgmId": 32001009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/06/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1010, - "name": "CheerDay CheerGirl!", - "shortName": "CheerDay CheerGirl!", - "kana": "チアテイチアカアル", - "artist": "Printemps", - "detailInfo": "作詞:畑亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "", - "dictionaryComment": "Printempsらしさの光る、元気で甘いチアリーディングテイストの楽曲。穂乃果、ことり、花陽の3人に目の前でポンポンを振って応援されてしまうと、頑張れないなどという気持ちはどこかに飛んでいってなくなってしまいそう。", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1010", - "masterBgmId": 31001010, - "previewMasterBgmId": 32001010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1011, - "name": "COLORFUL VOICE", - "shortName": "COLORFUL VOICE", - "kana": "カラフルホイス", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "これから楽しいことをやっていこうかをワイワイと相談するような楽曲。ライブではサビ前パートでメンバーカラーにするためにラブライブレードの設定を前日から一所懸命やっていたという方も多いはず。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1083", - "masterBgmId": 31001011, - "previewMasterBgmId": 32001011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1012, - "name": "Cutie Panther", - "shortName": "Cutie Panther", - "kana": "キユウテイイハンサア", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "", - "dictionaryComment": "BiBi 2ndシングル。恋愛を獲物を狙う獣に喩えた歌詞がキュート。BiBiの三人ならではのコミカルながらもかっこよさが際立つユーロビート風の楽曲。ライブでの尻尾を使ったダンスパフォーマンスも特徴的。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1012", - "masterBgmId": 31001012, - "previewMasterBgmId": 32001012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/07/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1014, - "name": "Dancing stars on me!", - "shortName": "Dancing stars on me!", - "kana": "タンシンクスタアスオンミイ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "", - "dictionaryComment": "作中のハロウィンパーティーで披露した曲。オレンジ基調の姫・魔女・海賊というモチーフ衣装も印象的。鐘の音から始まるイントロが怪しくも楽しい雰囲気を予感させ、シンセの音色が一気にハロウィンパレードに導いてくれる。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1027", - "masterBgmId": 31001014, - "previewMasterBgmId": 32001014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/06/11", - "masterReleaseLabelId": 1 - }, - { - "id": 1015, - "name": "Daring!!", - "shortName": "Daring!!", - "kana": "タアリン", - "artist": "西木野真姫(CV.Pile)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:近藤圭一", - "dictionaryReference": "", - "dictionaryComment": "大胆不敵という意味の「Daring」という曲名通り、気高いバラのような真姫が大胆に相手に迫っていくようなクールな曲調。K-POPを彷彿とさせるEDMサウンドとキレキレのダンスが相まって一気に魅了されたファンも多いはず。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001015, - "previewMasterBgmId": 32001015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1016, - "name": "Dreamin' Go! Go!!", - "shortName": "Dreamin' Go! Go!!", - "kana": "トリイミンコオコオ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:TSUKASA
編曲:Kon-K", - "dictionaryReference": "", - "dictionaryComment": "ライブが終わったら日常が始まる。その気持ちを持って帰って自分の夢を本気の行動でつかんでほしい、そんなメッセージが力強く投げかけられるファンファーレ的な楽曲。全員がライブでかいた汗をぬぐったタオルを回していたのが印象的だった。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1016", - "masterBgmId": 31001016, - "previewMasterBgmId": 32001016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/01/31", - "masterReleaseLabelId": 1 - }, - { - "id": 1017, - "name": "ENDLESS PARADE", - "shortName": "ENDLESS PARADE", - "kana": "エントレスハレエト", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:矢吹香那
編曲:前口 渉", - "dictionaryReference": "", - "dictionaryComment": "第一音からラブライブ!らしさの集大成のような楽曲。ライブが終わりに近づくといつも感じる、「帰りたくない」「もっと歌って踊っていたい」という気持ちを描いている。ライブ表題曲にはなっているが、ライブでは未披露。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1017", - "masterBgmId": 31001017, - "previewMasterBgmId": 32001017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/02/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1019, - "name": "Future style", - "shortName": "Future style", - "kana": "フユウチヤアスタイル", - "artist": "高坂穂乃果(CV.新田恵海) , 南ことり(CV.内田 彩) , 園田海未(CV.三森すずこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:本田光史郎", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "劇中で「世界で一番楽しいライブ」の実現に向けて奔走する穂乃果たちをミュージカル調に歌った楽曲。未来のスクールアイドルのスタイルを示すかのように、力強く未来を描く言葉が歌詞に並ぶ。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1123", - "masterBgmId": 31001019, - "previewMasterBgmId": 32001019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1020, - "name": "Happy maker!", - "shortName": "Happy maker!", - "kana": "ハツヒイメイカア", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲・編曲:前口渉", - "dictionaryReference": "", - "dictionaryComment": "全てをやり遂げた達成感が包み込むような、まさに「Happy」な一曲。多幸感を倍増させるアップテンポなリズムとμ'sの持つパワーに引っ張られて体が動き出し、ついつい笑顔になってしまうようなエネルギーを感じる。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1023", - "masterBgmId": 31001020, - "previewMasterBgmId": 32001020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/07/09", - "masterReleaseLabelId": 1 - }, - { - "id": 1021, - "name": "HEART to HEART!", - "shortName": "HEART to HEART!", - "kana": "ハアトトウハアト", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:西岡和哉", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "裏打ちのリズムパターンが縦乗りのロックフェスを彷彿とさせるパワフルなポジティブソング。あなたはきっと叶えられるよ、ではなく、一緒に叫んで一緒に叶えていこうよ、というのが実にμ'sらしいメッセージだ。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1021", - "masterBgmId": 31001021, - "previewMasterBgmId": 32001021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1022, - "name": "Hello,星を数えて", - "shortName": "Hello,星を数えて", - "kana": "ハロオホシヲカソエテ", - "artist": "星空 凛(CV.飯田里穂) , 西木野真姫(CV.Pile) , 小泉花陽(CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "劇場版「ラブライブ!The School Idol Movie」挿入歌。一年生組(まきりんぱな)の可愛らしさが全面にあらわれた楽曲。目の前の不安を吹き飛ばす前向きな歌詞とジャジーで可愛らしい音色の相性も際立っている。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001022, - "previewMasterBgmId": 32001022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1023, - "name": "KiRa-KiRa Sensation!", - "shortName": "KiRa-KiRa Sensation!", - "kana": "キラキラセンセエシヨン", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲・編曲:本田光史郎", - "dictionaryReference": "", - "dictionaryComment": "μ'sの原点である『START:DASH!!』を思わせる衣装、これまでの楽曲を取り入れた振り付け、ファンへの感謝など、集大成と感じさせる曲であるにも関わらず、「夢は夢は終わらない」と更に高みを目指していくμ'sの大きさを強く感じさせる一曲。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1023", - "masterBgmId": 31001023, - "previewMasterBgmId": 32001023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/07/09", - "masterReleaseLabelId": 1 - }, - { - "id": 1024, - "name": "Listen to my heart!!", - "shortName": "Listen to my heart!!", - "kana": "リツスントウウマイハアト", - "artist": "矢澤にこ( CV.徳井青空) , 星空凛( CV.飯田里穂) , 小泉花陽( CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河原嶺旭", - "dictionaryReference": "", - "dictionaryComment": "インターネットラジオ「ラブライ部 ラジオ課外活動 にこりんぱな」テーマソング。ラジオ番組をそのまま歌ったような楽しい曲で、メンバーの名前や担当キャストの名前を歌詞に入れるなど、随所に遊び心を感じる構成になっている。にこりんぱながジャケットで着ているのは音ノ木坂学院の指定ジャージ。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1024", - "masterBgmId": 31001024, - "previewMasterBgmId": 32001024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/10/17", - "masterReleaseLabelId": 1 - }, - { - "id": 1025, - "name": "LONELIEST BABY", - "shortName": "LONELIEST BABY", - "kana": "ロンリエストヘイヒイ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ「ラブライブ!」Blu-ray特典曲。ミドルテンポのFunk/Discoサウンド気持ちよいダンスチューン。サビでは「ダイスキ」のストレートなフレーズでリスナーを惹きつける。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1025", - "masterBgmId": 31001025, - "previewMasterBgmId": 32001025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1026, - "name": "Love marginal", - "shortName": "Love marginal", - "kana": "ラフマアシナル", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲:藤末 樹
編曲:藤末 樹 , 松坂 康司", - "dictionaryReference": "", - "dictionaryComment": "Printemps デビューシングル。学生時代ならではの切実な恋愛の心境についての歌詞が心を打つラブソング。90年代J-POPへのリスペクトも感じさせる楽曲展開とシンセサイザーの音色も必聴。", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1026", - "masterBgmId": 31001026, - "previewMasterBgmId": 32001026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1027, - "name": "Love wing bell", - "shortName": "Love wing bell", - "kana": "ラフウインクヘル", - "artist": "星空 凛(CV.飯田里穂) , 西木野真姫(CV.Pile) , 小泉花陽(CV.久保ユリカ) , 絢瀬絵里(CV.南條愛乃) , 東條 希(CV.楠田亜衣奈) , 矢澤にこ(CV.徳井青空)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:森慎太郎", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 第5話挿入歌", - "dictionaryComment": "『ラブライブ!』TVアニメ2期でウェディングドレスのモデルとして立った凛に合わせた結婚式風の楽曲。かわいくなりたいが自分には無理と否定してきた凛が「さぁ明日はどんな私?」と歌う成長した姿が印象的。
", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1027", - "masterBgmId": 31001027, - "previewMasterBgmId": 32001027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/06/11", - "masterReleaseLabelId": 1 - }, - { - "id": 1028, - "name": "LOVELESS WORLD", - "shortName": "LOVELESS WORLD", - "kana": "ラフレスワアルト", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲:山田高弘
編曲:河田貴央", - "dictionaryReference": "", - "dictionaryComment": "複雑な気持ちが激しくぶつかりあい、すべてが焼き尽くされそうな歌詞が心に残る一曲。刻むようなギターとツーバスの響くゴシックメタルの重厚なサウンドで、ライブでも激しい炎の演出が印象的だった。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1033", - "masterBgmId": 31001028, - "previewMasterBgmId": 32001028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1029, - "name": "Mermaid festa vol.1", - "shortName": "Mermaid festa vol.1", - "kana": "マアメイトフエスタホリユウムワン", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:俊龍
編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "μ's 3rdシングルカップリング曲。大人びた情熱的なフラメンコ調の曲にあわせ、サビのゆらゆら揺れる手の振り付けが人魚を思わせる。大人ぶって誘ってみても「裸足で書いた砂の記号/さかさまにすれば I love you」と、自分の気持ちがあふれ出してしまうのが愛らしい。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1029", - "masterBgmId": 31001029, - "previewMasterBgmId": 32001029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1030, - "name": "Mermaid festa vol.2 ~Passionate~", - "shortName": "Mermaid festa vol.2 ~Passionate~", - "kana": "マアメイトフエスタホリユウムトウ", - "artist": "高坂穂乃果(CV.新田恵海) , 星空 凛(CV.飯田里穂)", - "detailInfo": "作詞:畑 亜貴
作曲:山崎真吾
編曲:松井 望", - "dictionaryReference": "", - "dictionaryComment": "穂乃果&凛によるデュオシングル第1弾。μ'sの中では見た目が幼い穂乃果と凛が自らを果実に例えて背伸びした歌詞と、元気いっぱいな二人のダンスのギャップにやられてしまう。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1030", - "masterBgmId": 31001030, - "previewMasterBgmId": 32001030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/04/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1031, - "name": "MOMENT RING", - "shortName": "MOMENT RING", - "kana": "モオメントリンク", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "μ's 最後のシングル。μ’sの活動の締めくくりとなる集大成的楽曲。原点回帰とも言える王道のラブライブ!らしさを中心におきながらもラップパートなど新しい要素も打ち出している。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1031", - "masterBgmId": 31001031, - "previewMasterBgmId": 32001031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 1032, - "name": "MUSEUMでどうしたい?", - "shortName": "MUSEUMでどうしたい?", - "kana": "ミユウシアムテトウシタイ", - "artist": "Printemps", - "detailInfo": "作詞:畑亜貴
作曲・編曲:増田武史", - "dictionaryReference": "", - "dictionaryComment": "始まったばかりの二人が少しすれ違ってしまったのだろうか、心へそっと素直なメッセージを送るエレクトロポップ。いまはまだ何も並んでいない二人のミュージアムに、優しく甘い未来を感じさせる楽曲。", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1032", - "masterBgmId": 31001032, - "previewMasterBgmId": 32001032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1033, - "name": "Music S.T.A.R.T!!", - "shortName": "Music S.T.A.R.T!!", - "kana": "ミユウシツクスタアト", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "", - "dictionaryComment": "μ'sがステージに上がる前の掛け声を想起する曲名の楽曲。みんなで踊れるサビの振り付けにハマった人も多いはず。PVのパジャマは実はTVアニメ『ラブライブ!』2期12話にも登場している。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1033", - "masterBgmId": 31001033, - "previewMasterBgmId": 32001033, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1035, - "name": "No brand girls", - "shortName": "No brand girls", - "kana": "ノオフラントカアルス", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "TVアニメ『ラブライブ!』1話 第11話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!」1期11話挿入歌。TVアニメにて雨の中でのライブシーンも強烈な印象を残した。ライブ衣装とともに曲調もハードロックテイスト「ハイハイハイ!」の掛け声でライブでの盛り上がりも最高潮に達する。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1035", - "masterBgmId": 31001035, - "previewMasterBgmId": 32001035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/03", - "masterReleaseLabelId": 1 - }, - { - "id": 1037, - "name": "NO EXIT ORION", - "shortName": "NO EXIT ORION", - "kana": "ノオエクシツトオリオン", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山田竜平", - "dictionaryReference": "", - "dictionaryComment": "いつも元気なPrintempsには珍しく、ゴシック調のパイプオルガンやギターが響くシリアスなロックチューン。オリオン座が光る冬の空に、想いの熱さと空気の寒さの対比して表現している歌詞が秀逸。", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1061", - "masterBgmId": 31001037, - "previewMasterBgmId": 32001037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1038, - "name": "Oh,Love&Peace!", - "shortName": "Oh,Love&Peace!", - "kana": "オオラフアントヒイス", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:黒須克彦", - "dictionaryReference": "", - "dictionaryComment": "μ's 5thシングルカップリング曲。TVアニメ2期第13話のエンディングの印象が強く、卒業してもひとりじゃない、一人で活動したとしてもひとりぼっちじゃないというμ'sの強い絆を感じる。μ's曲の中で唯一の花陽センター曲でもある。ライブでは最後に歌われることが多かったが、指を3本立てて「Love&Peace!」として手を振ろう!", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1038", - "masterBgmId": 31001038, - "previewMasterBgmId": 32001038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/09/05", - "masterReleaseLabelId": 1 - }, - { - "id": 1039, - "name": "Paradise Live", - "shortName": "Paradise Live", - "kana": "ハラタイスライフ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "スクフェスを起動したらこの曲、というイメージの方も多いはず。ライブの終盤、もうすぐライブが終わるけど終わっても次の夢を叶えるために次のライブで出会うまでお互いに頑張ろうねという9人からのメッセージが力強い。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1081", - "masterBgmId": 31001039, - "previewMasterBgmId": 32001039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/01/29", - "masterReleaseLabelId": 1 - }, - { - "id": 1040, - "name": "Private Wars", - "shortName": "Private Wars", - "kana": "フライヘエトウオオス", - "artist": "A-RISE", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:板垣祐介", - "dictionaryReference": "", - "dictionaryComment": "個としての強さをベースにして、他者を挑発するように自らを鼓舞する歌詞とK-POP風の楽曲が凛々しく力強い。『ラブライブ!』TVアニメ1期1話でそんな姿に衝撃を受けた穂乃果は、スクールアイドル活動を始めることとなる。
", - "bandCategory": 1, - "masterGroupId": 104, - "jacketImageName": "jacket_1040", - "masterBgmId": 31001040, - "previewMasterBgmId": 32001040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/10", - "masterReleaseLabelId": 1 - }, - { - "id": 1041, - "name": "PSYCHIC FIRE", - "shortName": "PSYCHIC FIRE", - "kana": "サイキツクフアイヤ", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:森慎太郎", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "「にこ、真姫、エリーチカ!」、BiBiパワーパート、にこによるBiBiコールなど、これまでのライブで行われてきたあらゆるBiBi要素の詰まった集大成的な曲。ライブでもBiBiの3人がはしゃいで会場中を巻き込んで盛り上がった。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1110", - "masterBgmId": 31001041, - "previewMasterBgmId": 32001041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/01/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1042, - "name": "Pure girls project", - "shortName": "Pure girls project", - "kana": "ヒユアカアルスフロシエクト", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "", - "dictionaryComment": "性格や意見が違っても一緒に冒険していく仲間として認めあってお互いの友情を確かめ合う、Printempsらしさ全開の前向きな楽曲。リミックスであるSuper-Mondo Mixとの聴き比べも楽しい。
", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1042", - "masterBgmId": 31001042, - "previewMasterBgmId": 32001042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/08/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1044, - "name": "SENTIMENTAL StepS", - "shortName": "SENTIMENTAL StepS", - "kana": "センチメンタルステツフス", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:高阪昌至
編曲:清水哲平", - "dictionaryReference": "", - "dictionaryComment": "時計の音から始まるイントロが印象的な、時の移ろいと周りの人達に思いを馳せたちょっぴりセンチメンタルな曲。聴いている人にとっても当時から時が経つに従って、静かに心を打つような曲に育っていくはず。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1095", - "masterBgmId": 31001044, - "previewMasterBgmId": 32001044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1045, - "name": "Shangri-La Shower", - "shortName": "Shangri-La Shower", - "kana": "シヤンクリラシヤワア", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "PSVita『ラブライブ!School idol paradise』主題歌", - "dictionaryComment": "夏のライブステージを朝から晩まで一緒に歌って踊って楽しもうね!というライブの喜びを楽しい振り付けとともに届ける楽曲。ライブでは冒頭から特徴的な振り付けをしながら会場中が跳ねて歌う、一体感が最高。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1045", - "masterBgmId": 31001045, - "previewMasterBgmId": 32001045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/10/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1046, - "name": "Shocking Party", - "shortName": "Shocking Party", - "kana": "シヨツキンクハアテイイ", - "artist": "A-RISE", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:板垣祐介", - "dictionaryReference": "", - "dictionaryComment": "あなたは自由だ、あなたの人生の主役はあなただ、他人任せじゃなく自分の責任で強気でどんどん進んでゆけ、という力強いメッセージをスタイリッシュに投げかける楽曲。道を開拓してきた第一人者・A-RISEの強さを感じる。", - "bandCategory": 1, - "masterGroupId": 104, - "jacketImageName": "jacket_1046", - "masterBgmId": 31001046, - "previewMasterBgmId": 32001046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/08/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1047, - "name": "Silent tonight", - "shortName": "Silent tonight", - "kana": "サイレントトウナイト", - "artist": "BiBi", - "detailInfo": "作詞:畑亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "", - "dictionaryComment": "いつもは賑やかなBiBiがいつになくしっとり歌い上げる本格バラード。頑張るひとをそばで支えたい気持ち、深い優しさが染み渡る楽曲。歌詞の「ふたり」を祝福するかのような多幸感の溢れる音色が心地よい。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1047", - "masterBgmId": 31001047, - "previewMasterBgmId": 32001047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1048, - "name": "Snow halation", - "shortName": "Snow halation", - "kana": "スノオハレエシヨン", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:山田高弘
編曲:中西亮輔", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 第9話挿入歌", - "dictionaryComment": "アーティスト「μ's」として初めて発売された2ndシングル。TVアニメ『ラブライブ!』2期 第9話ではメンバーの「大好き」を歌に乗せたように、ライブでは大サビで一斉にラブライブレードの色をオレンジに変えるのが定番になっている。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1048", - "masterBgmId": 31001048, - "previewMasterBgmId": 32001048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1049, - "name": "soldier game", - "shortName": "soldier game", - "kana": "ソルシヤアケエム", - "artist": "西木野真姫( CV.Pile) , 園田海未( CV.三森すずこ) , 絢瀬絵里( CV.南條愛乃)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:若林 充", - "dictionaryReference": "", - "dictionaryComment": "トリオシングル。意外な組み合わせの3人のハーモニーが新鮮。ファンキーなカッティングやラテンチックなパーカッションから感じるパッションが心地よいディスコダンスチューン。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001049, - "previewMasterBgmId": 32001049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1050, - "name": "Someday of my life", - "shortName": "Someday of my life", - "kana": "サムテイオフマイライフ", - "artist": "高坂穂乃果(CV.新田恵海)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:八重樫ゆう一", - "dictionaryReference": "", - "dictionaryComment": "離れ離れになってしまった相手とこれからももっと一緒に夢を追いかけていきたい、という思いと、向き合わなければならない別れの予感の間に挟まれる心情が切ない歌詞。ドラムマシンの響くエレクトロポップの上で真っ直ぐと歌い上げる力強さが勇気をもらえる一曲。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1030", - "masterBgmId": 31001050, - "previewMasterBgmId": 32001050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/04/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1054, - "name": "START:DASH!!", - "shortName": "START:DASH!!", - "kana": "スタアトタツシユキユウニンハン", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 第13話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!」1期挿入歌。ポジティブな歌詞でありながら、サビで感じるノスタルジックさが印象的。TVアニメ1期3話(2年生3人でのμ's初ライブVer.)とTVアニメ1期13話(μ's 9人での歌唱Ver.)で歌われるμ'sの歩みを感じることができるTVアニメ1期の集大成的な楽曲。\t\t\t\t\t\t\t\t\t\t\t", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1035", - "masterBgmId": 31001054, - "previewMasterBgmId": 32001054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/04/03", - "masterReleaseLabelId": 1 - }, - { - "id": 1055, - "name": "Storm in Lover", - "shortName": "Storm in Lover", - "kana": "ストオムインラハア", - "artist": "園田海未(CV.三森すずこ) , 絢瀬絵里(CV.南條愛乃)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:増田武史", - "dictionaryReference": "", - "dictionaryComment": "恋に気づいてしまった夕暮れの浜辺の情熱的な情景が目に浮かぶような夏真っ盛りのラテンソング。パート分けが交互に掛け合い式になっているところが往年の歌謡曲を彷彿とさせる大人のデュエットソング。
", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1055", - "masterBgmId": 31001055, - "previewMasterBgmId": 32001055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/09/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1057, - "name": "Super LOVE=Super LIVE!", - "shortName": "Super LOVE=Super LIVE!", - "kana": "スウハアラフスウハアライフ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田 貴央", - "dictionaryReference": "", - "dictionaryComment": "盛り上がる曲調が楽しい楽曲だが、「生きる」「愛する」をお互いに表現してひとつになることを中心としている。「μ's Final LoveLive!」では、落ちサビ前に会場全体5万人のラブライブレードが一糸乱れぬ色変えで美しく盛り上げた。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1091", - "masterBgmId": 31001057, - "previewMasterBgmId": 32001057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/04/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1058, - "name": "sweet&sweet holiday", - "shortName": "sweet&sweet holiday", - "kana": "スウイイトアントスウイイトホリテイ", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "", - "dictionaryComment": "「Love merginal」カップリング曲。Printempsの3人が休みの日にそれぞれの恋バナを持ち寄っておしゃべりしている光景が目に浮かぶよう。", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1026", - "masterBgmId": 31001058, - "previewMasterBgmId": 32001058, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1059, - "name": "Trouble Busters", - "shortName": "Trouble Busters", - "kana": "トラフルハスタアス", - "artist": "BiBi", - "detailInfo": "作詞:畑亜貴
作曲:佐々倉有吾
編曲:倉内達矢", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "失恋した友達をBiBiの3人が明るく励ましてくれる、コミカルユニット(?)の一面もあるBiBiの真骨頂とも言える楽しい元気ソング。ライブではトロッコの上からバズーカ型のスモークマシンで会場を混乱と笑いの渦に巻き込んだ。
", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1119", - "masterBgmId": 31001059, - "previewMasterBgmId": 32001059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1060, - "name": "UNBALANCED LOVE", - "shortName": "UNBALANCED LOVE", - "kana": "アンハランストラフ", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "", - "dictionaryComment": "Printempsの持つ女の子らしさが前面に出ている切ない恋愛ソング。歌詞のリアルな葛藤が聴く者の胸を締め付ける。キラキラとしたユーロビートベースの楽曲は懐かしくもあり、リバイバルポップスとしての新鮮さもある。
", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1042", - "masterBgmId": 31001060, - "previewMasterBgmId": 32001060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/08/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1061, - "name": "WAO-WAO Powerful day!", - "shortName": "WAO-WAO Powerful day!", - "kana": "ワオワオハワフルテイ", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "", - "dictionaryComment": "起床即全力ダッシュの元気いっぱいパワフルソング。桜の花溢れるジャケット通りの爽やかなスピード感が魅力。ライブの振り付けも手が前後左右に忙しく動き回り、何でもやりたいという歌詞とマッチしている。
", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1061", - "masterBgmId": 31001061, - "previewMasterBgmId": 32001061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1062, - "name": "WILD STARS", - "shortName": "WILD STARS", - "kana": "ワイルトスタアス", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "「僕らは今のなかで」カップリング。大人の恋愛をテーマとしてお互いの関係性を夜空の星になぞっている。ライブではペアを想定した振り付けがある。いつもより大人びた歌い方のそれぞれのソロパートにも注目。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1124", - "masterBgmId": 31001062, - "previewMasterBgmId": 32001062, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1063, - "name": "Wonder zone", - "shortName": "Wonder zone", - "kana": "ワンタアソオン", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々倉有吾", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 第9話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!』1期 第9話挿入歌。自信を持てなかったμ'sとしての自分と、自信を持てるミナリンスキーとしての自分をどちらも受け入れてくれる秋葉原という街を歌った曲。ことりの成長を感じる一曲。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1072", - "masterBgmId": 31001063, - "previewMasterBgmId": 32001063, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/03/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1064, - "name": "Wonderful Rush", - "shortName": "Wonderful Rush", - "kana": "ワンタフルラツシユ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "", - "dictionaryComment": "μ's 5th シングル曲。前向きな歌詞、躍動感のあるダンスが以降大きく展開していったμ'sにぴったり。空港に集まったメンバーの衣装はTVアニメ1期第10話に、衝撃を与えたことりの忘れ物の枕は「ラブライブ!The School Idol Movie」でも登場する。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1064", - "masterBgmId": 31001064, - "previewMasterBgmId": 32001064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/09/05", - "masterReleaseLabelId": 1 - }, - { - "id": 1066, - "name": "あ・の・ね・が・ん・ば・れ!", - "shortName": "あ・の・ね・が・ん・ば・れ!", - "kana": "アノネカンハレ", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:青木多果", - "dictionaryReference": "", - "dictionaryComment": "lily white 1stシングルカップリング曲。lily white節とも言える昭和歌謡テイストの海未センター曲で、真面目でついひとりで解決してしまいそうになる海未を、そばに仲間がいるよ、笑顔で楽しくやろうね、と凛と希がやさしく伴走するような曲になっている。", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1118", - "masterBgmId": 31001066, - "previewMasterBgmId": 32001066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1067, - "name": "ありふれた悲しみの果て", - "shortName": "ありふれた悲しみの果て", - "kana": "アリフレタカナシミノハテ", - "artist": "絢瀬絵里(CV.南條愛乃)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "", - "dictionaryComment": "失恋をテーマにした絵里のソロ曲。切ない心情をリアルに綴った歌詞と、サビ前のギターノイズ、真っ直ぐ歌い上げる歌唱がかっこよさを際立たせる。そんな楽曲の凛々しさに失恋のつらさも吹き飛んでしまうはず。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001067, - "previewMasterBgmId": 32001067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1068, - "name": "きっと青春が聞こえる", - "shortName": "きっと青春が聞こえる", - "kana": "キツトセイシユンカキコエル", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 ED主題歌", - "dictionaryComment": "TVアニメ『ラブライブ!』1期 ED主題歌。アコースティックな曲調に合わせた歌割りは基本的に学年ごとになっていて、夢を叶えるためにともに未来へ向かって歩む同世代の仲間である各学年の絆を強く感じられる曲。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1068", - "masterBgmId": 31001068, - "previewMasterBgmId": 32001068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1069, - "name": "キミのくせに!", - "shortName": "キミのくせに!", - "kana": "キミノクセニ", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲:杉森 舞
編曲:山元祐介", - "dictionaryReference": "", - "dictionaryComment": "てっきり友達だと思っていた幼なじみに対する気持ちが、いつの間にか関係性に変化が出て恋になってしまいそうなことに気づいて戸惑いを感じる甘く切ない歌詞が印象的。2000年台のJ-POPを彷彿とさせるミディアムチューンで珍しいlily whiteの表情が垣間見える。
", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1121", - "masterBgmId": 31001069, - "previewMasterBgmId": 32001069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/06/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1070, - "name": "くるりんMIRACLE", - "shortName": "くるりんMIRACLE", - "kana": "クルリンミラクル", - "artist": "星空 凛(CV.飯田里穂)", - "detailInfo": "作詞:畑亜貴
作曲・編曲:森慎太郎", - "dictionaryReference": "", - "dictionaryComment": "女の子らしさを意識し始めて「もっとかわいくなりたい、素敵になりたい」と素直な気持ちをストレートに歌う可愛らしい楽曲。王道なモータウンビートと、サビでの掛け声が凛ちゃんらしさ全開のポジティブアイドルソング。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1070", - "masterBgmId": 31001070, - "previewMasterBgmId": 32001070, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/08/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1071, - "name": "これから", - "shortName": "これから", - "kana": "コレカラ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:伊藤真澄 , ミト
編曲:TO-MAS SOUNDSIGHT FLUORESCENT FOREST", - "dictionaryReference": "", - "dictionaryComment": "イントロではピアノのみ、そこから徐々に楽器がひとつひとつ増えて進行していく、μ'sの歩みを象徴するかのようなバラード。みんなと一緒に「今」を積み重ねてきた時間が未来を作っていく。そんな「これから」を示した楽曲。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1071", - "masterBgmId": 31001071, - "previewMasterBgmId": 32001071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/12/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1072, - "name": "これからのSomeday", - "shortName": "これからのSomeday", - "kana": "コレカラノサムテイ", - "artist": "高坂穂乃果(CV.新田恵海) , 南ことり(CV.内田 彩) , 園田海未(CV.三森すずこ) , 星空凛(CV.飯田里穂) , 西木野真姫(CV.Pile) , 小泉花陽(CV.久保ユリカ) , 矢澤にこ(CV.徳井青空)", - "detailInfo": "作詞:畑 亜貴
作曲:yozuca*
編曲:lotta", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 第6話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!』1期 第6話挿入歌。絵里と希の加入前に歌われた、ふしぎの国のアリスをモチーフにしたファンタジー感のある明るい曲。第6話でも描かれたように「みんなが歌って、みんながセンター」というソロ歌唱がどんどん入れ替わっていく構成になっている。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1072", - "masterBgmId": 31001072, - "previewMasterBgmId": 32001072, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/03/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1073, - "name": "さようならへさよなら!", - "shortName": "さようならへさよなら!", - "kana": "サヨウナラヘサヨナラ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:増谷 賢", - "dictionaryReference": "", - "dictionaryComment": "「さようなら」を言いたくなくて「さようならへさよなら」と言っていたはずなのに、気持ち次第でポジティブに捉えられるようになっていく。μ's最後のシングル「MOMENT RING」のカップリングということもあって本当のラストソングという印象が強い。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1031", - "masterBgmId": 31001073, - "previewMasterBgmId": 32001073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 1074, - "name": "シアワセ行きのSMILING!", - "shortName": "シアワセ行きのSMILING!", - "kana": "シアワセユキノスマイリンク", - "artist": "高坂穂乃果(CV.新田恵海)", - "detailInfo": "作詞:畑亜貴
作曲・編曲:渡辺未来", - "dictionaryReference": "", - "dictionaryComment": "悩みを消すには「心から『できる!』と思えばいいんだよ」という、なんとも穂乃果らしいパワー感に引っ張られてこちらまで笑顔になってしまう。ライブでは「車掌・高坂穂乃果」というたすきを掛けてトロッコで回り、なんと衣装の帽子は本物。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1074", - "masterBgmId": 31001074, - "previewMasterBgmId": 32001074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/06/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1075, - "name": "ススメ→トゥモロウ", - "shortName": "ススメ→トゥモロウ", - "kana": "ススメトウモロウ", - "artist": "高坂穂乃果( CV.新田恵海) , 南ことり( CV.内田 彩) , 園田海未( CV.三森すずこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 第1話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!』1期 第1話挿入歌。冒頭に歌われたので、この曲で「ラブライブ!」に初めて触れた人も多いはず。曲調はスカやレゲエなど目まぐるしく変化し、「だって可能性感じたんだ」の言葉にも強くラブライブ!を感じられる一曲。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1075", - "masterBgmId": 31001075, - "previewMasterBgmId": 32001075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1076, - "name": "スピカテリブル", - "shortName": "スピカテリブル", - "kana": "スヒカテリフル", - "artist": "南ことり(CV.内田 彩)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:藤末 樹", - "dictionaryReference": "", - "dictionaryComment": "扉を開かなければ進めないが開くのが怖いという迷いを時計の振り子にたとえた歌。普段かわいらしいことりから想像できないかっこよさを押し出した歌い方がシリアスな歌詞に鋭さを与えている。左右から聞こえてくるセリフも必聴。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1076", - "masterBgmId": 31001076, - "previewMasterBgmId": 32001076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/12/14", - "masterReleaseLabelId": 1 - }, - { - "id": 1077, - "name": "ずるいよMagnetic today", - "shortName": "ずるいよMagnetic today", - "kana": "スルイヨマクネテイツクトウテイ", - "artist": "西木野真姫 , 矢澤にこ", - "detailInfo": "作詞:畑亜貴
作曲・編曲:岡本健介", - "dictionaryReference": "", - "dictionaryComment": "正反対の性格をしているのにいつも一緒にいるにこ・真姫をそれぞれ磁石のS極・N極に例えて二人の関係性そのものを描いた、二人のファンにはたまらない一曲。ハードロック調のギターサウンドのかっこよさも相まって激しい心理戦を描いている。
", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1077", - "masterBgmId": 31001077, - "previewMasterBgmId": 32001077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1078, - "name": "そして最後のページには", - "shortName": "そして最後のページには", - "kana": "ソシテサイコノヘエシニハ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "ここまでのノートを振り返ると、これからも新しい内容が書き込まれるが、いつか最後のページを迎えるのかなという少しさびしげな曲。なお、歌詞集「ラブライブ!Lyric Bible from μ's」の表紙には小さく「ありがとう!」と書かれている。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1078", - "masterBgmId": 31001078, - "previewMasterBgmId": 32001078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1079, - "name": "それは僕たちの奇跡", - "shortName": "それは僕たちの奇跡", - "kana": "ソレハホクタチノキセキ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:黒須克彦", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 OP主題歌", - "dictionaryComment": "スクールアイドルの姿と、叶えていく物語を真正面から描いた楽曲。OP映像で挟まれるメンバーの私服姿はDVDジャケットを再現したもの。「μ's Final LoveLive!」では「最後まで駆け抜けるよ!」で涙したファンも多いはず。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1079", - "masterBgmId": 31001079, - "previewMasterBgmId": 32001079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/04/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1080, - "name": "ダイヤモンドプリンセスの憂鬱", - "shortName": "ダイヤモンドプリンセスの憂鬱", - "kana": "タイヤモントフリンセスノユウウツ", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲:吉田勝弥
編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "BiBiのユニットシングル第1弾。大切に扱われるダイヤモンドのようなクールビューティーが、その心に秘めた熱さを素直に表に出せないもどかしさをクールに表現している一曲。ファンク・R&BのリズムでBiBiのカッコいい一面が存分に発揮されている。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1080", - "masterBgmId": 31001080, - "previewMasterBgmId": 32001080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1081, - "name": "タカラモノズ", - "shortName": "タカラモノズ", - "kana": "タカラモノス", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "「ラブライブ!スクールアイドルフェスティバル」書き下ろし楽曲。チア風の衣装にふさわしいアップテンポで元気が出る応援歌。サウンド面では裏打ちのリズムでスカの要素も取り入れた意欲作。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1081", - "masterBgmId": 31001081, - "previewMasterBgmId": 32001081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/01/29", - "masterReleaseLabelId": 1 - }, - { - "id": 1082, - "name": "だってだって噫無情", - "shortName": "だってだって噫無情", - "kana": "タツテタツテアアムシヨウ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:江並哲志
編曲:増田武史", - "dictionaryReference": "", - "dictionaryComment": "悲壮感すら漂う未練を引きずりつつも、「出会えたことが/喜びなの…そうでしょう?」と自らに言い聞かせる女の覚悟を感じる。大サビ前のセリフは待ちの姿勢が多く、同じ和ロックである「輝夜の城で踊りたい」での挑発的なセリフと比べてみるのもおもしろい。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1079", - "masterBgmId": 31001082, - "previewMasterBgmId": 32001082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/04/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1083, - "name": "どんなときもずっと", - "shortName": "どんなときもずっと", - "kana": "トンナトキモスツト", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕
ストリングスアレンジ:長谷泰宏", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 ED主題歌", - "dictionaryComment": "仲間の強い絆を感じる歌詞とコーラスがときに疲れた背中を押してくれる。TVアニメの話数によって様々なバージョンがあり、映像でも羽根をつかむメンバーが変わるなど、映像やバリエーションにも注目。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1083", - "masterBgmId": 31001083, - "previewMasterBgmId": 32001083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/08", - "masterReleaseLabelId": 1 - }, - { - "id": 1084, - "name": "なってしまった!", - "shortName": "なってしまった!", - "kana": "ナツテシマツタ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:山田高弘
編曲:中西亮輔", - "dictionaryReference": "", - "dictionaryComment": "μ'sを象徴するようなストリングスメインの音作りに懐かしさと健在さも感じられる感涙の楽曲。好きになってしまったあなたのことを、ふとした瞬間に心のなかで口にする。もうこの気持ちを持っていないときには戻れない。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1003", - "masterBgmId": 31001084, - "previewMasterBgmId": 32001084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/03/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1085, - "name": "なわとび", - "shortName": "なわとび", - "kana": "ナワトヒ", - "artist": "小泉花陽(CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲:rino
編曲:藤田宜久", - "dictionaryReference": "", - "dictionaryComment": "幼い頃から憧れていたことを昔怖くて飛び込めなかったなわとびになぞらえたバラード。幼なじみとして共に長い時間を過ごし支えてくれた友人への感謝の歌であり、徐々に厚みを増していく楽器と声のやさしいハーモニーに誰もが包み込まれるような曲になっている。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1085", - "masterBgmId": 31001085, - "previewMasterBgmId": 32001085, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/05/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1086, - "name": "にこぷり♡女子道", - "shortName": "にこぷり♡女子道", - "kana": "ニコフリシヨシトウ", - "artist": "矢澤にこ(CV.徳井青空)", - "detailInfo": "作詞:畑 亜貴
作曲:江並哲志
編曲:山元祐介", - "dictionaryReference": "", - "dictionaryComment": "にこの「アイドルかくあるべし」という価値観を強烈にド直球でぶつけてくる生き様そのもの。キメ顔から髪のハネ方までの全てに完璧を求めるのが「アイドル道」というメッセージが熱い。曲調も王道のアイドルポップスで、どんなステージでも全力をかける情熱が伝わってくる。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1086", - "masterBgmId": 31001086, - "previewMasterBgmId": 32001086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/07/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1087, - "name": "ふたりハピネス", - "shortName": "ふたりハピネス", - "kana": "フタリハヒネス", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "結婚式前夜なのか、なぜ結婚しようと思ったのかを思い出すような幸せに包まれた、ゆったりとしたテンポのスローバラード。ライブではlily whiteの3人に合わせて会場全体でハートを作り、やはり幸せな空気に包まれた。
", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1113", - "masterBgmId": 31001087, - "previewMasterBgmId": 32001087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1088, - "name": "ぶる~べりぃ♡とれいん", - "shortName": "ぶる~べりぃ♡とれいん", - "kana": "フルウヘリイトレイン", - "artist": "南ことり(CV.内田 彩)", - "detailInfo": "作詞:畑 亜貴
作曲:増田達行
編曲:三浦誠司", - "dictionaryReference": "", - "dictionaryComment": "目一杯おしゃれをしていたら遅刻してしまいそうになる。反省はあと!今はとにかく急がなきゃ!という歌詞がとてもかわいい。心の焦りを表現するような曲調も楽しい。ことりらしいアイドルのお手本のような楽曲。", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1108", - "masterBgmId": 31001088, - "previewMasterBgmId": 32001088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/06/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1089, - "name": "ぷわぷわーお!", - "shortName": "ぷわぷわーお!", - "kana": "フワフワアオ", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々倉有吾", - "dictionaryReference": "", - "dictionaryComment": "一度聴いてしまうと甘い世界観で頭の中が「スキスキぷわぷわ」一色になってしまう中毒性の強い楽曲。ピコピコカワイイサウンドも相まって歌詞に載っていないセリフまでしっかり聴いていくと、より一層中毒性が上がる。", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1089", - "masterBgmId": 31001089, - "previewMasterBgmId": 32001089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1090, - "name": "まほうつかいはじめました!", - "shortName": "まほうつかいはじめました!", - "kana": "マホウツカイハシメマシタ", - "artist": "矢澤にこ(CV.徳井青空)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:鈴木裕明", - "dictionaryReference": "", - "dictionaryComment": "かわいい中にもパワーたっぷりな自信、自分の笑顔はみんなを幸せにするという確信が実ににこらしい。2000年代メロコアを彷彿とさせるサウンドで、満員のロックフェスが目の前に映し出されるような曲。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1101", - "masterBgmId": 31001090, - "previewMasterBgmId": 32001090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1091, - "name": "ミはμ’sicのミ", - "shortName": "ミはμ’sicのミ", - "kana": "ミハミユウシツクノミ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "μ'sのこれまでとこれから、そして「μ'sic forever」という永遠をμ'sがファンと一緒に作り上げた歌詞で作った楽曲。初披露から「μ's Final LoveLive!」まで、振り付けをみんなで踊ることでμ'sとファンの一体感を感じられる時間だった。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1091", - "masterBgmId": 31001091, - "previewMasterBgmId": 32001091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/04/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1092, - "name": "もうひとりじゃないよ", - "shortName": "もうひとりじゃないよ", - "kana": "モウヒトリシヤナイヨ", - "artist": "高坂穂乃果(CV.新田恵海)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "", - "dictionaryComment": "透き通るピアノの音色を主軸とした意外なほど(?)しっとりとした曲調で、新たな一面を垣間見せる穂乃果のソロバラード。悩める人を包み込むように肯定する彼女の優しさがどこまでも染み渡る曲。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1099", - "masterBgmId": 31001092, - "previewMasterBgmId": 32001092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/01/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1093, - "name": "もぎゅっと“love”で接近中!", - "shortName": "もぎゅっと“love”で接近中!", - "kana": "モキユツトラフテセツキンチユウ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:増田達行
編曲:A-bee", - "dictionaryReference": "", - "dictionaryComment": "μ's 4thシングル。センターポジション総選挙を経てセンターは高坂穂乃果。バレンタインをテーマにしたμ's流の「あまあまラブソング」。穂乃果がマイクを投げるパフォーマンスはアニメでもオマージュという形で登場している。間奏部分のボーカルカットアップも光るダンスチューン。\t\t\t\t\t\t\t\t\t\t\t", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1093", - "masterBgmId": 31001093, - "previewMasterBgmId": 32001093, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/02/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1094, - "name": "もしもからきっと", - "shortName": "もしもからきっと", - "kana": "モシモカラキツト", - "artist": "東條 希(CV.楠田亜衣奈)", - "detailInfo": "作詞:畑 亜貴
作曲:川崎里実
編曲:森谷敏紀", - "dictionaryReference": "", - "dictionaryComment": "μ'sの名付け親でもあり、3人の頃から陰ながら見守ってきた希の心情をそのまま歌にしたようなスローバラード。最低限の音数で構成された音像から伝えたい思いが直接染みてくるような優しい楽曲。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1094", - "masterBgmId": 31001094, - "previewMasterBgmId": 32001094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/10/29", - "masterReleaseLabelId": 1 - }, - { - "id": 1095, - "name": "ユメノトビラ", - "shortName": "ユメノトビラ", - "kana": "ユメノトヒラ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 第3話挿入歌", - "dictionaryComment": "誰もが探しているけど見つからない「夢の扉」を探すみんなの背中を押すような楽曲。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1095", - "masterBgmId": 31001095, - "previewMasterBgmId": 32001095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/05/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1096, - "name": "ラブノベルス", - "shortName": "ラブノベルス", - "kana": "ラフノヘルス", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々倉有吾", - "dictionaryReference": "", - "dictionaryComment": "「ダイヤモンドプリンセスの憂鬱」カップリング曲。BiBiの3人が自分の恋を小説のように進めようとするが、相手がサイドストーリーを進めてしまったりして思い通りにいかない様子を歌った曲。普段は大人っぽい絵里や真姫が、甘えるようなスイートなセリフを担当するギャップにも注目だ。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1080", - "masterBgmId": 31001096, - "previewMasterBgmId": 32001096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1097, - "name": "るてしキスキしてる", - "shortName": "るてしキスキしてる", - "kana": "ルテシキスキシテル", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "", - "dictionaryComment": "タイトルが逆から読んでも同じ読みになっていることに象徴されるように、口にした言葉の反対の意味を考えて初めて本心がわかるという恋の難しさを歌った曲。落ちサビ前、左右からそれぞれのメンバーからの励ましのセリフはファンにはたまらない。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1045", - "masterBgmId": 31001097, - "previewMasterBgmId": 32001097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/10/01", - "masterReleaseLabelId": 1 - }, - { - "id": 1098, - "name": "愛してるばんざーい!", - "shortName": "愛してるばんざーい!", - "kana": "アイシテルハンサアイ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:山田高弘
編曲:清水哲平", - "dictionaryReference": "", - "dictionaryComment": "μ's 4thシングルカップリング。TVアニメにて西木野真姫が音楽室で弾き語りしていた姿や、卒業式での合唱シーンでも記憶に残っている曲。さまざまなバージョンが存在するが、オリジナルVer. では是非ベースラインにも注目して頂きたい。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1098", - "masterBgmId": 31001098, - "previewMasterBgmId": 32001098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/02/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1099, - "name": "愛は太陽じゃない?", - "shortName": "愛は太陽じゃない?", - "kana": "アイハタイヨウシヤナイ", - "artist": "高坂穂乃果(CV.新田恵海)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々倉有吾", - "dictionaryReference": "", - "dictionaryComment": "高坂穂乃果ソロアルバム「ほんのり穂乃果色!」収録曲。元気がもらえる応援歌でありながらいつもの穂乃果のイメージからはすこし意外性のある女の子らしい一面を表現した楽曲。コーラスとピアノの組み合わせもキュート。", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1099", - "masterBgmId": 31001099, - "previewMasterBgmId": 32001099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/01/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1100, - "name": "永遠フレンズ", - "shortName": "永遠フレンズ", - "kana": "エイエンフレンス", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:中土智博", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "自分達のいまの友情の「永遠」を問いかける深いテーマの切ない歌詞の中にもPrintempsのもつアイドルらしさと、爽やかで前向きな気持ちになれるメロディ、サビでのハーモニーがたのしいキラキラチューン。
", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1100", - "masterBgmId": 31001100, - "previewMasterBgmId": 32001100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/12", - "masterReleaseLabelId": 1 - }, - { - "id": 1101, - "name": "乙女式れんあい塾", - "shortName": "乙女式れんあい塾", - "kana": "オトメシキレンアイシユク", - "artist": "矢澤にこ(CV.徳井青空) , 東條 希(CV.楠田亜衣奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木 裕", - "dictionaryReference": "", - "dictionaryComment": "にこ&希によるデュオシングル第2弾。乙女キャラを作ってキュートに歌うにこと茶々を入れる希が交互にテンポよく歌うのが楽しい。照れ隠しで冗談っぽく歌う中に恋する相手への本音が見え隠れする、実にアイドルらしいかわいい曲。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1101", - "masterBgmId": 31001101, - "previewMasterBgmId": 32001101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1102, - "name": "乙姫心で恋宮殿", - "shortName": "乙姫心で恋宮殿", - "kana": "オトヒメハアトテラフキユウテン", - "artist": "lily white", - "detailInfo": "作詞:畑亜貴
作曲・編曲:三浦誠司", - "dictionaryReference": "", - "dictionaryComment": "題名は「おとひめはーとでらぶきゅうでん」と読む。乙姫である自分は想い人を龍宮城に一度招いたら逃がさない、絶対に離さないという熱く激しい思いをlily whiteらしい昭和歌謡風の楽曲に乗せて情熱的に歌い上げる。", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1102", - "masterBgmId": 31001102, - "previewMasterBgmId": 32001102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1103, - "name": "夏、終わらないで。", - "shortName": "夏、終わらないで。", - "kana": "ナツオワラナイテ", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "夏が終わり、秋が近づく心情をあらわしたBiBiの大人な一面を垣間見せた一曲。数ある夏をテーマにした曲の中でもゆったりとしたバラードが珍しくオンリーワンの印象を与えている。
", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1012", - "masterBgmId": 31001103, - "previewMasterBgmId": 32001103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/07/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1104, - "name": "夏色えがおで1,2,Jump!", - "shortName": "夏色えがおで1,2,Jump!", - "kana": "ナツイロエカオテワンツウシヤンフ", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲:奥松誠
編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "μ's 3rdシングル曲。真夏のお台場を舞台に水着のμ'sが元気いっぱいダンスする、夏休みに一緒に遊びにいった海を描いた底抜けに楽しい楽曲。矢澤にこの初センター曲でもあり、誰よりもアイドルらしいにこの個性にピッタリ。間奏のロングギターソロでテンションはMAXに。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1104", - "masterBgmId": 31001104, - "previewMasterBgmId": 32001104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1105, - "name": "輝夜の城で踊りたい", - "shortName": "輝夜の城で踊りたい", - "kana": "カクヤノシロテオトリタイ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々倉有吾", - "dictionaryReference": "", - "dictionaryComment": "「きっと青春が聞こえる」カップリング曲。自らを輝夜の城に住む薔薇の姫に、想い人を月の騎士になぞらえて和風のアレンジで歌う、ライブでも盛り上がる曲のひとつ。大サビ前のセリフ部分ではそれぞれのメンバーが想い人に対してかける言葉が並べられており、想像力をかきたてる。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1068", - "masterBgmId": 31001105, - "previewMasterBgmId": 32001105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 1106, - "name": "孤独なHeaven", - "shortName": "孤独なHeaven", - "kana": "コトクナヘフン", - "artist": "小泉花陽(CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲:前口 渉
編曲:増田武史", - "dictionaryReference": "", - "dictionaryComment": "クラスメイトに対して寄せる想いと恐れの間で揺れ動く内なる思いを切なく花陽が歌う。近年リバイバルが起こっている2000年代のアイドルソングのような疾走感も相まってスリリングな雰囲気を演出している。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1108", - "masterBgmId": 31001106, - "previewMasterBgmId": 32001106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/06/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1107, - "name": "好きですが好きですか?", - "shortName": "好きですが好きですか?", - "kana": "スキテスカスキテスカ", - "artist": "南ことり・小泉花陽", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "μ's随一の甘々コンビ(?)が新婚生活のシチュエーションを妄想したような情景を描くコミカルラブソング。当時っぽい曲調も相まって90年代の押しかけヒロインアニメのような感覚が味わえるたまらない楽曲。
", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1107", - "masterBgmId": 31001107, - "previewMasterBgmId": 32001107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 1108, - "name": "告白日和、です!", - "shortName": "告白日和、です!", - "kana": "コクハクヒヨリテス", - "artist": "南ことり(CV.内田 彩) , 小泉花陽(CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:若林 充", - "dictionaryReference": "", - "dictionaryComment": "ことり&花陽によるデュオシングル第3弾。甘々の文字通り告白をテーマにしていて、歌もダンスもとにかくかわいいのにパワフルな歌詞のギャップが強烈。歌詞の可愛らしさと裏腹の力強いギターが刺激的。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1108", - "masterBgmId": 31001108, - "previewMasterBgmId": 32001108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/06/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1109, - "name": "最低で最高のParadiso", - "shortName": "最低で最高のParadiso", - "kana": "サイテイテサイコウノハラテイイソ", - "artist": "BiBi", - "detailInfo": "作詞:畑亜貴
作曲・編曲:木村有希", - "dictionaryReference": "", - "dictionaryComment": "お姫様扱いされるような純な恋をしているが、実はmio amore!!(愛する人よ!!)と強く誘惑して激しく力ずくで強引に抱きしめられたいという願望が心の底で渦巻いている。そんな心情を表現するBiBi得意の情熱的な楽曲。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1109", - "masterBgmId": 31001109, - "previewMasterBgmId": 32001109, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1110, - "name": "錯覚CROSSROADS", - "shortName": "錯覚CROSSROADS", - "kana": "サツカククロスロオト", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲:川崎里実
編曲:渡辺和紀", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "ジャケットは真夜中の秋葉原。相手の気持ちに気づけなかったすれ違いを歌う、BiBi本来のクールな大人っぽさが存分に感じられる曲。ただし、ライブでは「錯覚」で小芝居をしてしまうおちゃめなBiBiも見られた。
", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1110", - "masterBgmId": 31001110, - "previewMasterBgmId": 32001110, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/01/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1111, - "name": "思い出以上になりたくて", - "shortName": "思い出以上になりたくて", - "kana": "オモイテイシヨウニナリタクテ", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲:rino
編曲:酒井陽一", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "毎日の何気ない僅かな時間があとになって貴重なものだと気づいてしまうと切ない、そんな瞬間を切り取った楽曲。掛け合いのコーラス・響くカスタネット・ビブラスラップで80年代アイドルのシングルのような音像が実にlily whiteらしい。
", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1111", - "masterBgmId": 31001111, - "previewMasterBgmId": 32001111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/12/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1112, - "name": "私たちは未来の花", - "shortName": "私たちは未来の花", - "kana": "ワタシタチハミライノハナ", - "artist": "園田海未(CV.三森すずこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:三浦誠司", - "dictionaryReference": "", - "dictionaryComment": "ラブライブ!の初代ロックスターとして風格のある歌い方に惹き込まれる海未の和テイストロック。「君が触れた優しい痛み」を振り切って強くあろうとする海未の凛々しさがまるでまっすぐ立つ芍薬のよう。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1112", - "masterBgmId": 31001112, - "previewMasterBgmId": 32001112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1113, - "name": "秋のあなたの空遠く", - "shortName": "秋のあなたの空遠く", - "kana": "アキノアナタノソラトオク", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:増田武史", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "往年のグループサウンズを思わせるイントロから始まる、夏の終わりとともに秋色になっていく木の葉と一緒に散ってしまう恋を歌ったlily whiteらしいレトロテイストの曲。木の葉が散るような季節になってもサンダルがしまえない未練たっぷりの少し大人な3人がいじらしい。
", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1113", - "masterBgmId": 31001113, - "previewMasterBgmId": 32001113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1114, - "name": "春情ロマンティック", - "shortName": "春情ロマンティック", - "kana": "シユンシヨウロマンテイツク", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "", - "dictionaryComment": "エコー感の強いギターサウンドがエモーショナルな雰囲気を最大限に演出している歌謡ポップス。ライブでは、バルーンドレスのlily whiteの3人が超高難度のダンスで会場中の視線を釘付けにした。", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1111", - "masterBgmId": 31001114, - "previewMasterBgmId": 32001114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/12/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1115, - "name": "純愛レンズ", - "shortName": "純愛レンズ", - "kana": "シユンアイレンス", - "artist": "東條 希(CV.楠田亜衣奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山元佑介", - "dictionaryReference": "", - "dictionaryComment": "アップテンポなテクノポップの中にギターソロが光る不思議な疾走感のある曲。相談に乗ることが多そうな希のキャラクターにぴったりな恋愛応援ソング。「マイルール」は何か、というのを考えながら聴くのも面白い。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1101", - "masterBgmId": 31001115, - "previewMasterBgmId": 32001115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/05/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1116, - "name": "小夜啼鳥恋詩", - "shortName": "小夜啼鳥恋詩", - "kana": "ナイチンケエルラフソンク", - "artist": "Printemps", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "ナイチンゲール(和名:小夜鳴鳥)に自分をなぞらえ、籠のなかから思う人のために愛の歌を届けたい、できることならつがいとなって止まり木に並び、一緒に歌っていたいというピュアで美しい恋の歌。
", - "bandCategory": 1, - "masterGroupId": 101, - "jacketImageName": "jacket_1100", - "masterBgmId": 31001116, - "previewMasterBgmId": 32001116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/11/12", - "masterReleaseLabelId": 1 - }, - { - "id": 1117, - "name": "硝子の花園", - "shortName": "硝子の花園", - "kana": "カラスノハナソノ", - "artist": "絢瀬絵里 , 東條 希", - "detailInfo": "作詞:畑 亜貴
作曲:川崎里実
編曲:増田武史", - "dictionaryReference": "", - "dictionaryComment": "ブランコに乗っているとお互いに見つめることで思いが通じ合って満たされてしまうが、言葉に出すと硝子のように壊れてしまうから近づけない苦しさを絵里と希が歌う。スパニッシュな楽曲もあいまっての耽美な雰囲気が非常に人気の高いデュエットソング。
", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1117", - "masterBgmId": 31001117, - "previewMasterBgmId": 32001117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/08/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1118, - "name": "知らないLove*教えてLove", - "shortName": "知らないLove*教えてLove", - "kana": "シラナイラフオシエテラフ", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲:星 和生
編曲:福富雅之", - "dictionaryReference": "", - "dictionaryComment": "lily white デビューシングル。独特な歌詞世界も印象的なリリホワ名物のアイドル歌謡ソング。随所に散りばめられた昭和歌謡リスペクトが今聞くと爽やかな新鮮味を感じさせる。", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1118", - "masterBgmId": 31001118, - "previewMasterBgmId": 32001118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2011/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 1119, - "name": "冬がくれた予感", - "shortName": "冬がくれた予感", - "kana": "フユカクレタヨカン", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "クリスマスの街角の交錯する心情を描いたBiBi流・冬のセツナポップス。00年代のR&Bディーヴァのような雰囲気の楽曲が懐かしくも3人の大人の持ち味を最大限に生かしているミディアムバラード。
", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1119", - "masterBgmId": 31001119, - "previewMasterBgmId": 32001119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 1120, - "name": "同じ星が見たい", - "shortName": "同じ星が見たい", - "kana": "オナシホシカミタイ", - "artist": "lily white", - "detailInfo": "作詞:畑亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "lily whiteには珍しいシンセサウンドが光る、80年代のアイドルを彷彿とさせるエレクトロポップス。夢を追う人の背中を一緒に追っていたい静かな決意を3人の絡み合うボーカルで切なく歌いあげる。", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1120", - "masterBgmId": 31001120, - "previewMasterBgmId": 32001120, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2014/12/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1121, - "name": "微熱からMystery", - "shortName": "微熱からMystery", - "kana": "ヒネツカラミステリイ", - "artist": "lily white", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕", - "dictionaryReference": "", - "dictionaryComment": "夏の陽射しに負けない秘められた強い想いをぶつけるような情熱的な歌詞と、lily whiteらしい昭和風のサウンドメイクが光る。「Hey! Hey!」という掛け声や、ボーカルの掛け合いもたのしい。
", - "bandCategory": 1, - "masterGroupId": 102, - "jacketImageName": "jacket_1121", - "masterBgmId": 31001121, - "previewMasterBgmId": 32001121, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/06/26", - "masterReleaseLabelId": 1 - }, - { - "id": 1123, - "name": "僕たちはひとつの光", - "shortName": "僕たちはひとつの光", - "kana": "ホクタチハヒトツノヒカリ", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲:ZAQ
編曲:EFFY", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "歌詞に隠れているメンバーの名前が指す通り、はじめはμ'sのことを指していた「僕たち」が、最後にはμ'sを囲むみんなに広がり、そして旅立ちの時を迎える。「今が最高!」と叫んだ気持ちは一生忘れられない。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1123", - "masterBgmId": 31001123, - "previewMasterBgmId": 32001123, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/07/15", - "masterReleaseLabelId": 1 - }, - { - "id": 1124, - "name": "僕らは今のなかで", - "shortName": "僕らは今のなかで", - "kana": "ホクラハイマノナカテ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:森慎太郎", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 OP主題歌", - "dictionaryComment": "TVアニメ「ラブライブ!」1期OP主題歌。いつでも背中を押してくれる力強い歌詞が一度聞いたら忘れられない。初のアニメ化にふさわしく、壮大かつ王道なストリングスとパワフルなギターが絡みあうクラシック作品。\t", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1124", - "masterBgmId": 31001124, - "previewMasterBgmId": 32001124, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 1126, - "name": "夢なき夢は夢じゃない", - "shortName": "夢なき夢は夢じゃない", - "kana": "ユメナキユメハユメシヤナイ", - "artist": "高坂穂乃果(CV.新田恵海)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "穂乃果の代名詞「ファイトだよ!」で始まる「らしさ」の詰まった応援歌。軽快で突き動かされるようなサウンドが勇気をくれる。ライブでは自転車でアリーナを回った姿も印象的だった。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1126", - "masterBgmId": 31001126, - "previewMasterBgmId": 32001126, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/03/22", - "masterReleaseLabelId": 1 - }, - { - "id": 1127, - "name": "勇気のReason", - "shortName": "勇気のReason", - "kana": "ユウキノリイスン", - "artist": "園田海未(CV.三森すずこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:増谷 賢", - "dictionaryReference": "", - "dictionaryComment": "落ち着いた印象のある海未の意外な一面を表した元気満点ロック。少し引いた位置から応援していたはずの優等生がいつの間にかスクールアイドルに夢中になっていく姿を想像させる曲。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1049", - "masterBgmId": 31001127, - "previewMasterBgmId": 32001127, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/07/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1128, - "name": "友情ノーチェンジ", - "shortName": "友情ノーチェンジ", - "kana": "ユウシヨウノオチエンシ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Tron-LM", - "dictionaryReference": "", - "dictionaryComment": "μ's 1stシングルカップリング。ライブではサビのフリをみんなで合わせることで大きな一体感が生まれた。TVアニメ2期11話でのBGMとしても使用された。「友情」をテーマにした歌詞にドラムマシンの音色も相まって爽やかなテクノポップ楽曲となっている。 ", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1001", - "masterBgmId": 31001128, - "previewMasterBgmId": 32001128, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2010/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1129, - "name": "嵐のなかの恋だから", - "shortName": "嵐のなかの恋だから", - "kana": "アラシノナカノコイタカラ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:酒井陽一", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "革命前夜の戦火の中にある前時代的な設定のミュージカルのような楽曲。結ばれることのない男女が来世や夢の中での逢瀬を期待するような少し芝居がかった歌詞や歌い方に注目すると、また違った楽しみ方ができる。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1021", - "masterBgmId": 31001129, - "previewMasterBgmId": 32001129, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/28", - "masterReleaseLabelId": 1 - }, - { - "id": 1130, - "name": "恋のシグナル Rin rin rin!", - "shortName": "恋のシグナル Rin rin rin!", - "kana": "コイノシクナルリンリンリン", - "artist": "星空 凛(CV.飯田里穂)", - "detailInfo": "作詞:畑 亜貴
作曲:須田真吾
編曲:安藤高弘", - "dictionaryReference": "", - "dictionaryComment": "女の子らしさに目覚めたばかりで自分のなかの「シグナル」に戸惑っている初々しい歌詞がとても可愛らしい一曲。今すぐ走り出したくなるような軽快さを演出するビートとギターのハーモニーと、ふとしたときに聞こえてくるベルの音色がたのしい。
", - "bandCategory": 1, - "masterGroupId": 190, - "jacketImageName": "jacket_1030", - "masterBgmId": 31001130, - "previewMasterBgmId": 32001130, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2012/04/25", - "masterReleaseLabelId": 1 - }, - { - "id": 1131, - "name": "START:DASH!!", - "shortName": "START:DASH!!", - "kana": "スタアトタツシユ", - "artist": "高坂穂乃果(CV.新田恵海) , 南ことり(CV.内田 彩) , 園田海未(CV.三森すずこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐々木裕 ", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 第3話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!」1期挿入歌。ポジティブな歌詞でありながら、サビで感じるノスタルジックさが印象的。TVアニメ1期3話(2年生3人でのμ's初ライブVer.)とTVアニメ1期13話(μ's 9人での歌唱Ver.)で歌われるμ'sの歩みを感じることができるTVアニメ1期の集大成的な楽曲。 ", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1075", - "masterBgmId": 31001131, - "previewMasterBgmId": 32001131, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2013/02/20", - "masterReleaseLabelId": 1 - }, - { - "id": 1132, - "name": "Snow halation(スクフェスAC)", - "shortName": "Snow halation(スクフェスAC)", - "kana": "スノオハレエシヨン", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲:山田高弘
編曲:中西亮輔", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 第9話挿入歌", - "dictionaryComment": "アーティスト「μ's」として初めて発売された2ndシングル。TVアニメ『ラブライブ!』2期 第9話ではメンバーの「大好き」を歌に乗せたように、ライブでは大サビで一斉にラブライブレードの色をオレンジに変えるのが定番になっている。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1048", - "masterBgmId": 31001132, - "previewMasterBgmId": 32001132, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2010/12/22", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1133, - "name": "僕らは今のなかで(スクフェスAC)", - "shortName": "僕らは今のなかで(スクフェスAC)", - "kana": "ホクラハイマノナカテ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:森慎太郎", - "dictionaryReference": "TVアニメ『ラブライブ!』1期 OP主題歌", - "dictionaryComment": "TVアニメ「ラブライブ!」1期OP主題歌。いつでも背中を押してくれる力強い歌詞が一度聞いたら忘れられない。初のアニメ化にふさわしく、壮大かつ王道なストリングスとパワフルなギターが絡みあうクラシック作品。\t", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1124", - "masterBgmId": 31001133, - "previewMasterBgmId": 32001133, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2013/01/23", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1134, - "name": "Music S.T.A.R.T!!(スクフェスAC)", - "shortName": "Music S.T.A.R.T!!(スクフェスAC)", - "kana": "ミユウシツクスタアト", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "", - "dictionaryComment": "μ'sがステージに上がる前の掛け声を想起する曲名の楽曲。みんなで踊れるサビの振り付けにハマった人も多いはず。PVのパジャマは実はTVアニメ『ラブライブ!』2期12話にも登場している。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1033", - "masterBgmId": 31001134, - "previewMasterBgmId": 32001134, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2013/11/27", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1135, - "name": "ユメノトビラ(スクフェスAC)", - "shortName": "ユメノトビラ(スクフェスAC)", - "kana": "ユメノトヒラ", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "TVアニメ『ラブライブ!』2期 第3話挿入歌", - "dictionaryComment": "誰もが探しているけど見つからない「夢の扉」を探すみんなの背中を押すような楽曲。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1095", - "masterBgmId": 31001135, - "previewMasterBgmId": 32001135, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2014/05/28", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1136, - "name": "Angelic Angel(スクフェスAC)", - "shortName": "Angelic Angel(スクフェスAC)", - "kana": "エンシエリツクエンシエル", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲:森慎太郎
編曲:倉内達矢", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "劇場版「ラブライブ!The School Idol Movie」挿入歌。NYの夜景をバックに和風の衣装で踊る姿が印象的な楽曲。哀愁ただようギターソロと柔らかいドラムの今までの作品にない組み合わせがμ'sの新しい挑戦を象徴している。\t", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001136, - "previewMasterBgmId": 32001136, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1137, - "name": "Hello,星を数えて(スクフェスAC)", - "shortName": "Hello,星を数えて(スクフェスAC)", - "kana": "ハロオホシヲカソエテ", - "artist": "星空 凛(CV.飯田里穂) , 西木野真姫(CV.Pile) , 小泉花陽(CV.久保ユリカ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "劇場版「ラブライブ!The School Idol Movie」挿入歌。一年生組(まきりんぱな)の可愛らしさが全面にあらわれた楽曲。目の前の不安を吹き飛ばす前向きな歌詞とジャジーで可愛らしい音色の相性も際立っている。", - "bandCategory": 1, - "masterGroupId": 199, - "jacketImageName": "jacket_1007", - "masterBgmId": 31001137, - "previewMasterBgmId": 32001137, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2015/07/01", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1138, - "name": "僕たちはひとつの光(スクフェスAC)", - "shortName": "僕たちはひとつの光(スクフェスAC)", - "kana": "ホクタチハヒトツノヒカリ", - "artist": "μ's", - "detailInfo": "作詞:畑亜貴
作曲:ZAQ
編曲:EFFY", - "dictionaryReference": "劇場版『ラブライブ!The School Idol Movie』挿入歌", - "dictionaryComment": "歌詞に隠れているメンバーの名前が指す通り、はじめはμ'sのことを指していた「僕たち」が、最後にはμ'sを囲むみんなに広がり、そして旅立ちの時を迎える。「今が最高!」と叫んだ気持ちは一生忘れられない。
", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1123", - "masterBgmId": 31001138, - "previewMasterBgmId": 32001138, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2015/07/15", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1139, - "name": "PSYCHIC FIRE(スクフェスAC)", - "shortName": "PSYCHIC FIRE(スクフェスAC)", - "kana": "サイキツクフアイヤ", - "artist": "BiBi", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:森慎太郎", - "dictionaryReference": "スマートフォンゲーム『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "「にこ、真姫、エリーチカ!」、BiBiパワーパート、にこによるBiBiコールなど、これまでのライブで行われてきたあらゆるBiBi要素の詰まった集大成的な曲。ライブでもBiBiの3人がはしゃいで会場中を巻き込んで盛り上がった。", - "bandCategory": 1, - "masterGroupId": 103, - "jacketImageName": "jacket_1110", - "masterBgmId": 31001139, - "previewMasterBgmId": 32001139, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/01/20", - "masterReleaseLabelId": 224012901 - }, - { - "id": 1140, - "name": "MOMENT RING(スクフェスAC)", - "shortName": "MOMENT RING(スクフェスAC)", - "kana": "モオメントリンク", - "artist": "μ's", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "μ's 最後のシングル。μ’sの活動の締めくくりとなる集大成的楽曲。原点回帰とも言える王道のラブライブ!らしさを中心におきながらもラップパートなど新しい要素も打ち出している。", - "bandCategory": 1, - "masterGroupId": 100, - "jacketImageName": "jacket_1031", - "masterBgmId": 31001140, - "previewMasterBgmId": 32001140, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/03/02", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2001, - "name": "シャゼリア☆キッス☆ダダンダーン", - "shortName": "シャゼリア☆キッス☆ダダンダーン", - "kana": "シヤセリアキツスタタンタアン", - "artist": "シャゼリア☆キッス", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "", - "dictionaryComment": "20XX年、Aqoursメンバーがユニットライブツアーを巡っている中、混沌に疲れ切っていた人々の希望となるべく突如現れた正体不明の9人組を象徴する楽曲。メンバー曰く「Aqours」と「シャゼリア☆キッス」は全くの別人とのこと。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2001", - "masterBgmId": 31002001, - "previewMasterBgmId": 32002001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/05/08", - "masterReleaseLabelId": 1 - }, - { - "id": 2002, - "name": "SUKI for you, DREAM for you!", - "shortName": "SUKI for you, DREAM for you!", - "kana": "スキフオユウトリイムフオユウ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:渡辺拓也
編曲:渡辺拓也", - "dictionaryReference": "ラブライブ!サンシャイン!! アニメーションPV付きシングル", - "dictionaryComment": "素直に「好き(SUKI)」を伝えたいという気持ちを歌にしたストレートな楽曲。6thライブでは特殊イントロと共に千歌の「みんな〜」の声からAqours全員で「だ〜いすき!」と伝える姿にはAqoursメンバーからの愛を受け取ったファンはみな、心を打たれた。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2146", - "masterBgmId": 31002002, - "previewMasterBgmId": 32002002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2003, - "name": "涙が雪になる前に", - "shortName": "涙が雪になる前に", - "kana": "ナミタカユキニナルマエニ", - "artist": "松浦果南(CV.諏訪ななか) , 小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山元祐介", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.2 WINTER VACATION", - "dictionaryComment": "互いを思い合うからこそ「心配させたくない」と辛いことを飲み込む心情を描いた曲。「溜息が白く揺れてる」などから冬の季節を想わせ、「いつまでも一緒にいたい この想いは変わらない」の歌詞を3年生のふたりが歌うことによって少し切なさを感じさせる。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002003, - "previewMasterBgmId": 32002003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2004, - "name": "After The Rain", - "shortName": "After The Rain", - "kana": "アフタアサレイン", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:R・O・N", - "dictionaryReference": "Saint Snow 1st シングル カップリング曲", - "dictionaryComment": "土砂降りの夜からまぶしい朝の光に変わる風景が思い浮かべられる、Saint Snowとしては新境地となる本格バラード。残された時間に向き合う姿、挫折から立ち直る姿がそれぞれのソロパートで歌われている。
", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2132", - "masterBgmId": 31002004, - "previewMasterBgmId": 32002004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2005, - "name": "JIMO-AI Dash!", - "shortName": "JIMO-AI Dash!", - "kana": "シモアイタツシユ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , Carlos K.
編曲:小松一也", - "dictionaryReference": "Aqours 5th Anniversary 地元愛!Take Me Higher Project テーマソングCD", - "dictionaryComment": "デュオトリオ第1弾で生まれた「地元愛」というフレーズと振り付けそのままに生まれた本格ユーロビート楽曲。PVの衣装やルーズソックスなどの小物からパラパラのダンスが流行っていた頃のクラブシーンを思わせる。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2005", - "masterBgmId": 31002005, - "previewMasterBgmId": 32002005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2006, - "name": "Lonely Snow Planet", - "shortName": "Lonely Snow Planet", - "kana": "ロンリイスノウフラネツト", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:馬渕直純", - "dictionaryReference": "Saint Snow 1st シングル カップリング曲", - "dictionaryComment": "サビでの掛け声でオーディエンスと一体となり盛り上がる、Saint Snow節全開の本格ハードロックナンバー。2人らしく「次なる世界」「次なる未来」など、強気に前へ進む姿が伺える楽曲。
", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2132", - "masterBgmId": 31002006, - "previewMasterBgmId": 32002006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2007, - "name": "Party! Party! PaPaPaParty!", - "shortName": "Party! Party! PaPaPaParty!", - "kana": "ハアテイハアテイハハハハアテイ", - "artist": "高海千歌(CV.伊波杏樹) , 黒澤ダイヤ(CV.小宮有紗) , 津島善子(CV.小林愛香)", - "detailInfo": "作詞:畑 亜貴
作曲:中村 歩 , 菊池博人
編曲:中村 歩 , 菊池博人", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.2 WINTER VACATION", - "dictionaryComment": "ラブライブ!サンシャイン!! Aqours浦の星女学院RADIO!!!でパーソナリティを務めていた3人によるユニット曲。3人でトークを弾ませている時のわちゃわちゃとマッチした楽しい曲調と、3人の愛称である「ぐ〜りんぱ」のフレーズが印象的。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002007, - "previewMasterBgmId": 32002007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2008, - "name": "Never giving up!", - "shortName": "Never giving up!", - "kana": "ネウアキヒンクアツフ", - "artist": "高海千歌 (CV.伊波杏樹)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:EFFY(FirstCall)", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Takami Chika First Solo Concert Album ~One More Sunshine Story~", - "dictionaryComment": "「Takami Chika First Solo Concert Album ~One More Sunshine Story~」収録曲。勇気がもらえる歌詞にブロードウェイミュージカルを彷彿とさせるスウィングジャズ。誰もが主人公になれるようなワクワクする楽曲。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2008", - "masterBgmId": 31002008, - "previewMasterBgmId": 32002008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2009, - "name": "KOKORO Magic “A to Z”", - "shortName": "KOKORO Magic “A to Z”", - "kana": "ココロマシツクエエトウスイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:EFFY(FirstCall)", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバルALL STARS』コラボシングル", - "dictionaryComment": "異国情緒あふれる曲調やエスニックな衣装が印象的なダンスチューン。普段の何ら変わらない日常のなかでも「踏み出す勇気」や「トキメキの種」などきっかけひとつがあれば物事は大きく変わるよというメッセージを与えてくれる。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2009", - "masterBgmId": 31002009, - "previewMasterBgmId": 32002009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2010, - "name": "心の羽よ君へ飛んでけ!", - "shortName": "心の羽よ君へ飛んでけ!", - "kana": "ココロノハネヨキミヘトンテケ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , イワツボコーダイ
編曲:TAKAROT", - "dictionaryReference": "Aqours5周年記念アニメーションPV付きシングル", - "dictionaryComment": "夕暮れから夜にかけての祭りの後の静けさを思わせる楽曲。この曲に出てくる「心の羽」という言葉で様々な感情を表している。6thライブ<WINDY STAGE>では「浦の星交響楽団」の演奏と共に披露された。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2133", - "masterBgmId": 31002010, - "previewMasterBgmId": 32002010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2011, - "name": "突然GIRL", - "shortName": "突然GIRL", - "kana": "トツセンカアル", - "artist": "渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺泰司", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Watababe You First Solo Concert Album ~Beginner’s Sailing~", - "dictionaryComment": "晴れた日に突然、曜が千歌と梨子に会いたくなったので会いに行くといった様子が曜要素たっぷりに描かれた曲。ライブで披露された際は最後に「今終わったから待っててねー!」と言った後に舞台から飛び降りるという大胆なパフォーマンスに会場はどよめいた。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2011", - "masterBgmId": 31002011, - "previewMasterBgmId": 32002011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2012, - "name": "Perfect SEKAI", - "shortName": "Perfect SEKAI", - "kana": "ハアフエクトセカイ", - "artist": "黒澤ダイヤ(CV.小宮有紗)", - "detailInfo": "作詞:畑 亜貴
作曲:杉山勝彦 , ulala
編曲:ulala", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Kurosawa Dia First Solo Concert Album ~WHITE FIRST LOVE~", - "dictionaryComment": "和のテイスト、かっこよさ、赤と黒ベースで描かれたMVなどから「黒澤ダイヤのいい所を全て詰め込んだ」印象を受けた楽曲。ライブで披露した際には刀を用いた剣舞を披露しつつの歌唱でファンを魅了し驚かせた。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2012", - "masterBgmId": 31002012, - "previewMasterBgmId": 32002012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2013, - "name": "あこがれランララン", - "shortName": "あこがれランララン", - "kana": "アコカレランララン", - "artist": "国木田花丸(CV.高槻かなこ)", - "detailInfo": "作詞:畑 亜貴
作曲:INN
編曲:増田武史", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Kunikida Hanamaru First Solo Concert Album ~おやすみなさん!~", - "dictionaryComment": "「ステキだな でも自分には無理かな」や「もっと可愛くなりたい」などから花丸の素直な心情が現れ、そこから「やってみよう」のワードが多く使われていることから彼女の成長が感じられる楽曲。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2013", - "masterBgmId": 31002013, - "previewMasterBgmId": 32002013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2014, - "name": "もっとね!", - "shortName": "もっとね!", - "kana": "モツトネ", - "artist": "松浦果南(CV.諏訪ななか)", - "detailInfo": "作詞:畑 亜貴
作曲:KanataOkajima , pw.a
編曲:pw.a", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Matsuura Kanan First Solo Concert Album ~さかなかなんだか?~", - "dictionaryComment": "「一緒にいたい」「遠くたってどこかが繋がってるよ」などのワードは3年生の卒業と重なる。離れる前に前に仲良しの「みんな」といまは「本気で遊びたい」そんな気持ちが現れたポップなEDMとなっている。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2014", - "masterBgmId": 31002014, - "previewMasterBgmId": 32002014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/02/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2015, - "name": "キモチもユメも一緒だね!", - "shortName": "キモチもユメも一緒だね!", - "kana": "キモチモユメモイツシヨタネ", - "artist": "国木田花丸(CV.高槻かなこ) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:本田光史郎", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.2 WINTER VACATION", - "dictionaryComment": "「夢」を「溶ける雪」に例えて形あるうちに追いかけようという気持ちを歌った曲。さらに「あのさ…1人でもできるけど 2人がもっといいな」の歌詞がルビィと花丸の関係性を表している。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002015, - "previewMasterBgmId": 32002015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2016, - "name": "1STAR", - "shortName": "1STAR", - "kana": "ワンスタア", - "artist": "黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:田中マッシュ", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Kurosawa Ruby", - "dictionaryComment": "オルゴールのような鉄琴の音色の第一音で惹き込まれる、ルビィの魅力が曲全体的に表された可愛らしいバラード。タイトルどおりの「ひとつキラリとゆれた星」に切に願う気持ちが描かれている楽曲。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2016", - "masterBgmId": 31002016, - "previewMasterBgmId": 32002016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2017, - "name": "RUN KAKERU RUN", - "shortName": "RUN KAKERU RUN", - "kana": "ランカケルラン", - "artist": "松浦果南(CV.諏訪ななか)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Matsuura Kanan", - "dictionaryComment": "スポーツマンの果南らしく砂浜を走る姿をテーマとして、真っ直ぐな心情が描かれている楽曲。Aqoursらしい「海」をモチーフにした歌詞も多く出てくる、さわやかで涼しげなポップナンバー。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2017", - "masterBgmId": 31002017, - "previewMasterBgmId": 32002017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2018, - "name": "タテホコツバサ", - "shortName": "タテホコツバサ", - "kana": "タテホコツハサ", - "artist": "津島善子(CV.小林愛香)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! TsushimaYoshiko First Solo Concert Album ~in this unstable world~", - "dictionaryComment": "普段の善子のかっこよさ満載の歌い方とは打って変わって、キュートさが全面に押し出されているカワイイテクノポップ。MVはPC画面内にヨハネモチーフのゲームやヨハネの生配信などの様子がカラフルに映し出される。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2018", - "masterBgmId": 31002018, - "previewMasterBgmId": 32002018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2019, - "name": "涙×", - "shortName": "涙×", - "kana": "ナミタシヤナイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "Aqours ベストアルバム ラブライブ!サンシャイン!! Aqours CHRONICLE(2018~2020)", - "dictionaryComment": "ベスト盤「Aqours CHRONICLE(2018~2020)」に新曲として書き下ろされた楽曲。「涙×」と書いて「なみだじゃない」と読む。過ぎ去っていく日々を惜しみながらも新たな出会いから先へ進む前の姿が歌われている前向きなバラード。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2019", - "masterBgmId": 31002019, - "previewMasterBgmId": 32002019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2020, - "name": "やあ!行雲流水!?", - "shortName": "やあ!行雲流水!?", - "kana": "ヤアコウウンリユウスイ", - "artist": "国木田花丸(CV.高槻かなこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:白須賀 悟", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Kunikida Hanamaru", - "dictionaryComment": "困難があってもなるがままにやっていこう(行雲流水)の気持ちが現れた花丸らしい楽曲。ゆったりとした曲調に揺られるように歩きながら、ふと立ち止まって深呼吸。そんな休日を過ごしながら聴きたい。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2020", - "masterBgmId": 31002020, - "previewMasterBgmId": 32002020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2021, - "name": "なんどだって約束!", - "shortName": "なんどだって約束!", - "kana": "ナントタツテヤクソク", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:TAKUYA , MEG , Kanata Okajima
編曲:本間昭光", - "dictionaryReference": "Aqours 6th LIVE <WINDY STAGE> テーマソングCD", - "dictionaryComment": "Aqoursメンバーの困難があってもミライを見つめて進む姿とファンとの再開の約束を思わせる曲。6thライブの冒頭で歌われた他、公演の最後の最後にはダブルアンコールで浦の星交響楽団を引き連れ披露されファンを感動に包んだ。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2021", - "masterBgmId": 31002021, - "previewMasterBgmId": 32002021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2022, - "name": "PHOENIX DANCE", - "shortName": "PHOENIX DANCE", - "kana": "フエニツクスタンス", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲:山田竜平 , YU-G
編曲:山田竜平", - "dictionaryReference": "ラブライブ!サンシャイン!! AZALEA 1stフルアルバム カップリング曲", - "dictionaryComment": "いつものおしとやかなAZALEAとは一転、「高まり」「燃える」などの歌詞を交えたダンスミュージック。「躊躇いなんか捨てましょう」「なにもかも超えて飛んでしまえ」など大胆なAZALEAに魅了される1曲。
", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2023", - "masterBgmId": 31002022, - "previewMasterBgmId": 32002022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2023, - "name": "We‘ll get the next dream!!!", - "shortName": "We‘ll get the next dream!!!", - "kana": "ウイイルケツトサネクストトリイム", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山田竜平", - "dictionaryReference": "ラブライブ!サンシャイン!! AZALEA 1stフルアルバム", - "dictionaryComment": "イントロのセリフからAZALEA3人の勇ましい姿が浮かび上がり、次の夢への決意について歌いあげる。激しいドロップもあり、テクノポップユニットのAZALEAの楽曲のなかでも一番ハードなサウンドとなっている。
", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2023", - "masterBgmId": 31002023, - "previewMasterBgmId": 32002023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2024, - "name": "ドラゴンライダーズ", - "shortName": "ドラゴンライダーズ", - "kana": "トラコンライタアス", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲:TAKUYA , ミト (クラムボン)
編曲:ミト", - "dictionaryReference": "ラブライブ!サンシャイン!! CYaRon!1stフルアルバム カップリング曲", - "dictionaryComment": "香港のカンフー映画を彷彿とさせる元気さあふれる楽曲。二胡や銅鑼といった特有の楽器の音色と、ライブでのチャイナドレス衣装が印象的だった。〆の「アチョー」のフレーズが「シャロ〜ン」になっている部分はなんとも耳に残る。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2153", - "masterBgmId": 31002024, - "previewMasterBgmId": 32002024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2025, - "name": "メタモルフィズム", - "shortName": "メタモルフィズム", - "kana": "メタモルフイスム", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:TO-me", - "dictionaryReference": "ラブライブ!サンシャイン!! AZALEA 1stフルアルバム カップリング曲", - "dictionaryComment": "蝶が蛹から空へ飛び立つように、殻に閉じこもっていないでいろいろ挑戦してみようとメッセージをくれるFuture Bass調のミディアムチューン。メタモルフィズムの中には「変化」や「変身」の意味が込められている。
", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2023", - "masterBgmId": 31002025, - "previewMasterBgmId": 32002025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2026, - "name": "Whistle of Revolution", - "shortName": "Whistle of Revolution", - "kana": "ホイッスルオブレボリューション", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:TAKUYA", - "dictionaryReference": "ラブライブ!サンシャイン!! CYaRon!1stフルアルバム カップリング曲", - "dictionaryComment": "CYaRon!には珍しくシンプルなバンドサウンドでまとめた骨太な楽曲で、ギターリフが響くイントロが印象的。ホイッスルが鳴り駆け出す姿が思い浮かぶように、夢を叶えることや挑戦には思い切りが大事だと言うこと感じられる。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2153", - "masterBgmId": 31002026, - "previewMasterBgmId": 32002026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2027, - "name": "OKAWARI Happy life!", - "shortName": "OKAWARI Happy life!", - "kana": "オカワリハッピーライフ", - "artist": "高海千歌(CV.伊波杏樹)", - "detailInfo": "作詞:畑 亜貴
作曲:イワツボ コーダイ , TAKAROT , Shoma Yamamoto
編曲:Shoma Yamamoto , TAKAROT", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Takami Chika", - "dictionaryComment": "One More Sunshine Storyの続編を思わせるミュージカル調の楽曲で、千歌の「挑戦」や「成長」といったのを経て先へ進む姿を「おかわり(OKAWARI)」と表現している。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2027", - "masterBgmId": 31002027, - "previewMasterBgmId": 32002027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2028, - "name": "Love Spiral Tower", - "shortName": "Love Spiral Tower", - "kana": "ラブスパイラルタワー", - "artist": "桜内梨子(CV.逢田梨香子)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:中村 歩 , 菊池博人", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Sakurauchi Riko", - "dictionaryComment": "スウィングジャズ風のアプローチで思わず踊り出すような楽曲の上で、語りかけるような歌い方が特徴的。禁断の恋への道を「螺旋の塔」に例え、スリリングに駆け巡るような展開が繰り広げられている。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2028", - "masterBgmId": 31002028, - "previewMasterBgmId": 32002028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2029, - "name": "Amazing Travel DNA", - "shortName": "Amazing Travel DNA", - "kana": "アメイシンクトラヘルテイイエヌエエ", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山田竜平", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "未来へ歩む姿を「旅(travel)」と例え、知らない世界を渡り歩くかのように進んでいく。日常でまだ行ったことのないところへ旅行しに行く時などに聞くと歌詞とマッチする、AZALEAらしさの詰まったテクノポップ。
", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2029", - "masterBgmId": 31002029, - "previewMasterBgmId": 32002029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2030, - "name": "Aqours Pirates Desire", - "shortName": "Aqours Pirates Desire", - "kana": "アクアハイレエツテサイアア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , イワツボコーダイ
編曲:TAKAROT", - "dictionaryReference": "ラブライブ!サンシャイン!! Aqours 6th LoveLive! ドームツアーテーマソングCD
", - "dictionaryComment": "海賊が財宝求めて海を旅する様子が描かれた今までのAqoursとは違う冒険要素が現れた楽曲。ライブで披露された際にはAqoursメンバーが旗を振る振りがあるが、渡辺 曜役の斉藤朱夏が持つものは自分の体よりも大きく、それを振り回す様子が印象的。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2130", - "masterBgmId": 31002030, - "previewMasterBgmId": 32002030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2031, - "name": "Daydream Warrior", - "shortName": "Daydream Warrior", - "kana": "テイトリイムウオオリアア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:前口 渉
編曲:中土智博", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第4巻 録り下ろしAqoursオリジナルソングCD④", - "dictionaryComment": "『ラブライブ!サンシャイン!!』TVアニメ1期 Blu-ray 第4巻 録り下ろしAqoursオリジナルソングCD④収録曲。善子センター楽曲。本格的なEDMスタイルの挑戦的な楽曲で、ライブでは間奏部分のキレのいいダンスやライブでしか聞けない特殊イントロなど見どころが多数存在する。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2031", - "masterBgmId": 31002031, - "previewMasterBgmId": 32002031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2032, - "name": "G線上のシンデレラ", - "shortName": "G線上のシンデレラ", - "kana": "シイセンシヨウノシンテレラ", - "artist": "松浦果南(CV.諏訪ななか) , 黒澤ダイヤ(CV.小宮有紗) , 小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲:石倉誉之
編曲:ラムシーニ , 石倉誉之", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第5巻 録り下ろしAqoursオリジナルソングCD⑤", - "dictionaryComment": "3年生3人が思い描いた「船のうえの,ダンスパーティ」が形となった歌。ライブでは3年生以外のAqoursメンバーと手を取り合って踊る姿が印象的。ブロードウェイのミュージカルを彷彿とさせる楽器たちの躍動がたのしい楽曲。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2032", - "masterBgmId": 31002032, - "previewMasterBgmId": 32002032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/01/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2033, - "name": "スリリング・ワンウェイ", - "shortName": "スリリング・ワンウェイ", - "kana": "スリリンクワンウエイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:藤井亮太 , 小高光太郎", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第6巻 録り下ろしAqoursオリジナルソングCD⑥", - "dictionaryComment": "イントロの高海千歌の「私達!輝きたーい!」の魂の叫びから最後までただガムシャラに止まらず走り抜けるようなド直球ロックチューン。ライブで披露されるCメロの激しいギター音とダンスは必見。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2033", - "masterBgmId": 31002033, - "previewMasterBgmId": 32002033, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/02/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2034, - "name": "太陽を追いかけろ!", - "shortName": "太陽を追いかけろ!", - "kana": "タイヨウヲオイカケロ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:松田彬人", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第7巻 録り下ろしAqoursオリジナルソングCD⑦", - "dictionaryComment": "高海千歌の「Aqours集合〜」の掛け声から、メンバー全員が号令しながら集まり太陽めがけて行進しながら進んでいくそんな楽曲。ライブではサビ部分でメンバーと手を横に振る一体感は見もの。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2034", - "masterBgmId": 31002034, - "previewMasterBgmId": 32002034, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2035, - "name": "HAPPY PARTY TRAIN", - "shortName": "HAPPY PARTY TRAIN", - "kana": "ハツヒイハアテイイトレイン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:渡辺拓也
編曲:EFFY", - "dictionaryReference": "Aqours 3rd シングル", - "dictionaryComment": "Aqours 3rdシングル。センターポジション総選挙を経てセンターは松浦果南が担当。旅立ちを予感させる切ないメロディーと歌詞の世界観が印象的。楽曲タイトルを掲げた2ndライブは初のツアーとなり、文字通り列車に乗って全国のファンの皆さんの元へ会いに行く事が出来た。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002035, - "previewMasterBgmId": 32002035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 1 - }, - { - "id": 2036, - "name": "ハミングフレンド", - "shortName": "ハミングフレンド", - "kana": "ハミンクフレント", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:桑原 聖(Arte Refact)
編曲:酒井拓也(Arte Refact)", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』オープニング主題歌 カップリング曲", - "dictionaryComment": "「青空Jumping Heart」カップリング。友情をテーマとしている歌詞も爽やかなテクノポップ。カットアップなどの要素も取り入れた現代的な音像とセンチメンタルでドラマチックな展開が魅力の楽曲。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2096", - "masterBgmId": 31002036, - "previewMasterBgmId": 32002036, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/07/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2037, - "name": "サンシャインぴっかぴか音頭", - "shortName": "サンシャインぴっかぴか音頭", - "kana": "サンシヤインヒツカヒカオント", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:伊藤真澄
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』エンディング主題歌 カップリング曲", - "dictionaryComment": "Aqoursメンバー9人のソロパートが印象的で、1,2,3番同様の振り付けがとても覚えやすく踊りたくなる音頭曲。Aqours 2nd LoveLive!では大きなうちわを持って登場した「うちっちー」が会場を湧かせた。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2098", - "masterBgmId": 31002037, - "previewMasterBgmId": 32002037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2038, - "name": "Landing action Yeah!!", - "shortName": "Landing action Yeah!!", - "kana": "ランテインクアクシヨンイエア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:TAKAROT", - "dictionaryReference": "Aqours Next Step! Project テーマソングCD", - "dictionaryComment": "2017年~2018年に行われたファンミーティングツアーにて歌われたテーマソング。小原鞠莉が歌う「次の場所はどこだろう」がファンミーティングのみならず、Aqoursの次のステップへの姿を期待させる。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2038", - "masterBgmId": 31002038, - "previewMasterBgmId": 32002038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2039, - "name": "近未来ハッピーエンド", - "shortName": "近未来ハッピーエンド", - "kana": "キンミライハツヒイエント", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:藤井亮太", - "dictionaryReference": "CYaRon!2nd シングル", - "dictionaryComment": "恋に不慣れな「君」を応援する「私」の心情を描いた楽曲。ライブではメンバー全員が大きな旗を振り回したりするのが印象的。アップテンポなピコピコリズムでずんずん進んでいくような気持ちになれる一曲。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2039", - "masterBgmId": 31002039, - "previewMasterBgmId": 32002039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2040, - "name": "コワレヤスキ", - "shortName": "コワレヤスキ", - "kana": "コワレヤスキ", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "Guilty Kiss 2nd シングル", - "dictionaryComment": "迷いや恐れを抱いている「君」を守るという強いメッセージ性が感じられる楽曲。ニューメタルやミクスチャーロックを彷彿とさせるサウンドの力強さも相まって、イントロのフェードインの部分はボルテージを一気にあげる。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2040", - "masterBgmId": 31002040, - "previewMasterBgmId": 32002040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/06/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2041, - "name": "SKY JOURNEY", - "shortName": "SKY JOURNEY", - "kana": "スカイシヤアニイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:早川博隆", - "dictionaryReference": "Aqours 3rd シングル", - "dictionaryComment": "「HAPPY PARTY TRAIN」カップリング。夢を追う旅を描いた歌詞世界がセンチメンタルなメロディーと相まって神秘的な雰囲気すら感じさせるキラキラチューン。収録リード曲「HAPPY PARTY TRAIN」で宇宙へ旅立ったその後のストーリーを歌っている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002041, - "previewMasterBgmId": 32002041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 1 - }, - { - "id": 2042, - "name": "少女以上の恋がしたい", - "shortName": "少女以上の恋がしたい", - "kana": "シヨウシヨイシヨウノコイカシタイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , KOUDAI IWATSUBO
編曲:TAKAROT , Shinji Tanaka", - "dictionaryReference": "Aqours 3rd シングル", - "dictionaryComment": "「HAPPY PARTY TRAIN」カップリング。可愛らしいながらも赤裸々な歌詞が鮮烈な印象のラブソング。サウンド面もキュートな音色とめくるめく展開が刺激的なシンセポップとなっている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002042, - "previewMasterBgmId": 32002042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 1 - }, - { - "id": 2043, - "name": "GALAXY HidE and SeeK", - "shortName": "GALAXY HidE and SeeK", - "kana": "キヤラクシイハイトアントシイク", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:竹市佳伸", - "dictionaryReference": "AZALEA 2nd シングル", - "dictionaryComment": "AZALEA 2ndシングル。クールながらポジティブな雰囲気がAZALEAらしいテクノポップ。本格的なエレクトロのタッチを感じながらもボーカルは王道さも持ったミステリアスな楽曲。", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2043", - "masterBgmId": 31002043, - "previewMasterBgmId": 32002043, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2044, - "name": "未来の僕らは知ってるよ", - "shortName": "未来の僕らは知ってるよ", - "kana": "ミライノホクラハシツテルヨ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期オープニング主題歌", - "dictionaryComment": "アニメ1期で本戦出場が叶わなかったメンバーのリベンジに燃える気持ちが開幕の「ホンキをぶつけあって手に入れよう未来を」の歌詞でひしひしと伝わってくる。Aqoursの「夢」を掴むまでの姿がこの1曲に込められている。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2044", - "masterBgmId": 31002044, - "previewMasterBgmId": 32002044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/10/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2045, - "name": "勇気はどこに?君の胸に!", - "shortName": "勇気はどこに?君の胸に!", - "kana": "ユウキハトコニキミノムネニ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:小高光太郎 , UiNA
編曲:小高光太郎", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期エンディング主題歌", - "dictionaryComment": "いっぱいつまづいて色んな経験を積んだAqoursの成長した姿が表れている楽曲。アニメの閉校祭で浦の星女学院一同で歌われた「やり残したことなどない」からの歌詞はAqoursとしての活動だけでなく浦の星女学院の生徒としての心情も重なっている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2045", - "masterBgmId": 31002045, - "previewMasterBgmId": 32002045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/15", - "masterReleaseLabelId": 1 - }, - { - "id": 2046, - "name": "MY舞☆TONIGHT", - "shortName": "MY舞☆TONIGHT", - "kana": "マイマイトウナイト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第3話挿入歌", - "dictionaryComment": "TVアニメ劇中歌では今までにない「和」をテーマにした楽曲。TVアニメ本編では歌唱前に黒澤姉妹の熱い絆が見られる場面があり、歌い出しがその2人というマッチポイントもある。琴や尺八の音色のなかにも「踊れる」ロックサウンドのリズムが光る。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2046", - "masterBgmId": 31002046, - "previewMasterBgmId": 32002046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/29", - "masterReleaseLabelId": 1 - }, - { - "id": 2047, - "name": "Shadow gate to love", - "shortName": "Shadow gate to love", - "kana": "シヤトウケエトトウラフ", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "Guilty Kiss 2nd シングル", - "dictionaryComment": "「罠を仕掛ける」「しびれてきたでしょ」などのワードからGuilty Kissらしい大胆で積極的なアプローチが存分に描かれた楽曲。ライブではメンバーがそれぞれハートを描いてファンに向けて放つ振り付けは印象的。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2040", - "masterBgmId": 31002047, - "previewMasterBgmId": 32002047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/06/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2048, - "name": "夏への扉 Never end ver.", - "shortName": "夏への扉 Never end ver.", - "kana": "ナツヘノトヒラネハアエントハアシヨン", - "artist": "桜内梨子(CV.逢田梨香子) , 国木田花丸(CV.高槻かなこ) , 小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:金崎真士", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.1 SUMMER VACATION", - "dictionaryComment": "夏の海で梨子、花丸、鞠莉の3人が思いっきりはしゃいでいる姿を思い描ける楽曲。Aqours 2nd LoveLive!で披露された時は歌唱中にメンバーがトロッコへ乗り水鉄砲をファンに向けて放っていたのが印象的。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002048, - "previewMasterBgmId": 32002048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2049, - "name": "真夏は誰のモノ?", - "shortName": "真夏は誰のモノ?", - "kana": "マナツハタレノモノ", - "artist": "黒澤ダイヤ(CV.小宮有紗) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:原田 篤(Arte Refact)", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.1 SUMMER VACATION", - "dictionaryComment": "夏をテーマとしたミニアルバム「ラブライブ!サンシャイン!! デュオトリオコレクションCD Vol.1 SUMMER VACATION」収録曲。黒澤姉妹によるラテンテイストのミドルチューン。ライブ衣装もエスニックな踊り子を意識したものになっている。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002049, - "previewMasterBgmId": 32002049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2050, - "name": "地元愛♡満タン☆サマーライフ", - "shortName": "地元愛♡満タン☆サマーライフ", - "kana": "シモアイマンタンサマアライフ", - "artist": "渡辺 曜(CV.斉藤朱夏) , 津島善子(CV.小林愛香)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:石倉誉之", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.1 SUMMER VACATION", - "dictionaryComment": "とある夏の日に曜と善子が無邪気に遊ぶ姿がイメージできる楽曲。ライブではユニコーンをモチーフとしたツノやしっぽの生えた衣装にウクレレ、じもあいダンスなど色々印象に残るものが多かったトロピカルチューン。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002050, - "previewMasterBgmId": 32002050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2051, - "name": "夏の終わりの雨音が", - "shortName": "夏の終わりの雨音が", - "kana": "ナツノオワリノアマオトカ", - "artist": "高海千歌(CV.伊波杏樹) , 松浦果南(CV.諏訪ななか)", - "detailInfo": "作詞:畑 亜貴
作曲:片桐周太郎
編曲:江上浩太郎", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.1 SUMMER VACATION", - "dictionaryComment": "松浦果南の「終わり」、高海千歌の「楽しかったね、夏」といった歌詞から寂しげな雰囲気をイメージさせる楽曲。バウンス感のあるEDMらしくライブで披露された際には間奏部分で「ランニングマン」の振り付けで会場を驚かせた。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2048", - "masterBgmId": 31002051, - "previewMasterBgmId": 32002051, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/08/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2052, - "name": "MIRACLE WAVE", - "shortName": "MIRACLE WAVE", - "kana": "ミラクルウエエフ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:酒井拓也(Arte Refact)
編曲:脇 眞富(Arte Refact)", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第6話挿入歌", - "dictionaryComment": "Aqoursの挑戦が描かれた1曲をメンバーの「ドルフィン」の振り付けや高海千歌の「バク転」の振り付けで描くインパクトが1番強い楽曲。Aqours 3rd LoveLive! Tour全公演で披露され、会場を振り付けで歓声の渦に巻き込んだ。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2046", - "masterBgmId": 31002052, - "previewMasterBgmId": 32002052, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/29", - "masterReleaseLabelId": 1 - }, - { - "id": 2053, - "name": "Awaken the power", - "shortName": "Awaken the power", - "kana": "アウエイクンサハワア", - "artist": "Saint Aqours Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第9話挿入歌", - "dictionaryComment": "ラブライブ!予選にてSaint Snowのライブを自分の失敗で先に進めなかったことを責める鹿角理亞に対して、黒澤ルビィが「最後にしなければいいんじゃないかな!」と声をかけ生まれた楽曲。", - "bandCategory": 2, - "masterGroupId": 205, - "jacketImageName": "jacket_2053", - "masterBgmId": 31002053, - "previewMasterBgmId": 32002053, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2054, - "name": "One More Sunshine Story", - "shortName": "One More Sunshine Story", - "kana": "ワンモアサンシヤインストオリイ", - "artist": "高海千歌(CV.伊波杏樹)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:EFFY(FirstCall)", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray 第1巻 録り下ろしAqoursオリジナルソングCD①", - "dictionaryComment": "おもちゃ箱をひっくり返したようなイントロから高海千歌らしい元気いっぱいな曲調で「輝き」をテーマに彼女の気持ちをひとつのミュージカル作品として描いた楽曲。目まぐるしく変わる曲調と歌い方で一編の舞台を見た気持ちになれる。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2054", - "masterBgmId": 31002054, - "previewMasterBgmId": 32002054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2055, - "name": "WATER BLUE NEW WORLD", - "shortName": "WATER BLUE NEW WORLD", - "kana": "ウオオタアフルウニユウワアルト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志
ストリングスアレンジ:倉内達矢", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第12話挿入歌", - "dictionaryComment": "ラブライブ優勝をかけて歌われたこの曲には3年生との最後の大会というメッセージが込められている。ライブではある時はサビ部分でアニメのような青い羽が舞い、またある時は「海を渡ろう」の歌詞通り、青色のペンライトに染まる会場の海を大きな船で渡るなどしていた。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2055", - "masterBgmId": 31002055, - "previewMasterBgmId": 32002055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/01/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2056, - "name": "WONDERFUL STORIES", - "shortName": "WONDERFUL STORIES", - "kana": "ワンタフルストオリイス", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Carlos K.
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第13話挿入歌", - "dictionaryComment": "劇中では今までアニメで披露された楽曲の全ての衣装が曲中に出てくるなど、「夢を駆けてきた」Aqoursを振り返る楽曲。ライブではCメロから高海千歌パート以外部分を他メンバーとファン全員で大合唱する光景は圧巻。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2055", - "masterBgmId": 31002056, - "previewMasterBgmId": 32002056, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/01/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2057, - "name": "おやすみなさん!", - "shortName": "おやすみなさん!", - "kana": "オヤスミナサン", - "artist": "国木田花丸(CV.高槻かなこ)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:白須賀 悟 , 増田基生", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray 第2巻 録り下ろしAqoursオリジナルソングCD②", - "dictionaryComment": "花丸が歌うことによって「そばにいる」「笑い合える」といったワードは必然的に誰に向けてのことなのかが思い浮かぶ。その子との明日のちょっとしたお楽しみを考えながら眠りにつく彼女が想像出来る。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2057", - "masterBgmId": 31002057, - "previewMasterBgmId": 32002057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/01/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2058, - "name": "海岸通りで待ってるよ", - "shortName": "海岸通りで待ってるよ", - "kana": "カイカントオリテマツテルヨ", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺未来", - "dictionaryReference": "CYaRon!2nd シングル カップリング曲", - "dictionaryComment": "意地っ張りな性格のワタシがくだらないことで喧嘩をしてしまい、その心情と仲直りがしたい気持ちが描かれた楽曲。ライブではサビ部分で敬礼と反対の手で三本指を前後する振り付けで会場が仲直りに向けたエールを送る。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2039", - "masterBgmId": 31002058, - "previewMasterBgmId": 32002058, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/10", - "masterReleaseLabelId": 1 - }, - { - "id": 2059, - "name": "君の瞳を巡る冒険", - "shortName": "君の瞳を巡る冒険", - "kana": "キミノヒトミヲメクルホウケン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期オープニング主題歌 カップリング曲", - "dictionaryComment": "リアル脱出ゲーム×ラブライブ!サンシャイン!!「孤島の水族館からの脱出」のテーマソングとして起用された。そのイメージもあってか、メンバーが振り付けで作り出した迷宮のような中に梨子が迷い込む振りがある。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2044", - "masterBgmId": 31002059, - "previewMasterBgmId": 32002059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/10/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2060, - "name": "in this unstable world", - "shortName": "in this unstable world", - "kana": "インテイスアンステイフルワアルト", - "artist": "津島善子(CV.小林愛香)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:神谷 礼", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray 第3巻 録り下ろしAqoursオリジナルソングCD③", - "dictionaryComment": "津島善子の中にいる様々な存在(善子、ヨハネ等)とその先に待っている未来を思い描いた楽曲。そんなひとりじゃない津島善子という存在を「ワタシ」「私」「貴方」など様々な文字を用いて表している。間奏ではジャンプを煽る場面もある大規模フェスを意識したような壮大EDM。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2060", - "masterBgmId": 31002060, - "previewMasterBgmId": 32002060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/02/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2061, - "name": "Pianoforte Monologue", - "shortName": "Pianoforte Monologue", - "kana": "ヒアノフオルテモノロオク", - "artist": "桜内梨子(CV.逢田梨香子)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:青木宏憲 , 廣澤優也", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray 第3巻 録り下ろしAqoursオリジナルソングCD③", - "dictionaryComment": "着ている衣装、「ひとりで向かう鍵盤」という歌詞。まさに「想いよひとつになれ」にモノローグのように繋がる1曲。「あなたを音で抱きしめたいの」からの歌詞は梨子がピアノを続ける力をくれた千歌に向けたもの。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2061", - "masterBgmId": 31002061, - "previewMasterBgmId": 32002061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/02/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2062, - "name": "Beginner's Sailing", - "shortName": "Beginner's Sailing", - "kana": "ヒキナアスセイリンク", - "artist": "渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:酒井拓也(Arte Refact)", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 Blu-ray 第4巻 録り下ろしAqoursオリジナルソングCD④", - "dictionaryComment": "渡辺 曜の元気な様子が存分に感じられる疾走感に溢れたギターサウンド。3rdライブにて披露された際には舞台下から高くジャンプしての登場を見せ、ファンを驚かせた。サビの伸びやかなボーカルにも注目。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2062", - "masterBgmId": 31002062, - "previewMasterBgmId": 32002062, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/03/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2063, - "name": "RED GEM WINK", - "shortName": "RED GEM WINK", - "kana": "レツトシエムウインク", - "artist": "黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 Blu-ray 第5巻 録り下ろしAqoursオリジナルソングCD⑤", - "dictionaryComment": "恋にあこがれる子が描かれた楽曲。ルビィが歌うことによって「声かけなきゃ」などの歌詞に彼女のシャイなところがイメージできる。ライブで披露された際にはアニメ1期で東京に行く際に着ていた衣装で歌唱したことで話題を集めた。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2063", - "masterBgmId": 31002063, - "previewMasterBgmId": 32002063, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/04/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2064, - "name": "WHITE FIRST LOVE", - "shortName": "WHITE FIRST LOVE", - "kana": "ホワイトフアアストラフ", - "artist": "黒澤ダイヤ(CV.小宮有紗)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺拓也", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 Blu-ray 第5巻 録り下ろしAqoursオリジナルソングCD⑤", - "dictionaryComment": "初恋をしている「私」の物語を描いた楽曲。「私と似ている」そんなところから惹かれ、「届かない」と悩む私がラストには「想いを届けたいに変わってく」と心情の変化が描かれているミドルテンポなバラード。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2064", - "masterBgmId": 31002064, - "previewMasterBgmId": 32002064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/04/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2065, - "name": "INNOCENT BIRD", - "shortName": "INNOCENT BIRD", - "kana": "イノセントハアト", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲:江並哲志
編曲:倉内達矢", - "dictionaryReference": "AZALEA 2nd シングル カップリング曲", - "dictionaryComment": "心を開くという心情を「鳥」に例えて「卵からかえる」様子や「濡れた羽が開く」などのワードを交えて描かれたテクノポップ。「Say yes!」の伝え方がラストになると自信をもった声色となる。", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2043", - "masterBgmId": 31002065, - "previewMasterBgmId": 32002065, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/05/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2066, - "name": "New winding road", - "shortName": "New winding road", - "kana": "ニユウワインテインクロオト", - "artist": "小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:宮崎 誠", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 Blu-ray 第6巻 録り下ろしAqoursオリジナルソングCD⑥", - "dictionaryComment": "「前を向いて」「歩き出す」などのワードからとても前向きな気持ちが感じられるしっとりとしたバラード。3rdライブで披露された際、曲の終わりに「ありがとう」とつぶやく姿に魅了されたファンも多い。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2066", - "masterBgmId": 31002066, - "previewMasterBgmId": 32002066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2067, - "name": "さかなかなんだか?", - "shortName": "さかなかなんだか?", - "kana": "サカナカナンタカ", - "artist": "松浦果南(CV.諏訪ななか)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:設楽哲也", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 Blu-ray 第6巻 録り下ろしAqoursオリジナルソングCD⑥", - "dictionaryComment": "さかなとさかなをイメージしたドレスをまとった果南がまるで手を取って踊ったり遊んだりしているかのような情景が浮かぶワルツ調の楽曲。ライブではトロッコに乗りファンが作るエメラルドグリーンの中を通って行く姿は印象的。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2067", - "masterBgmId": 31002067, - "previewMasterBgmId": 32002067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2068, - "name": "キセキヒカル", - "shortName": "キセキヒカル", - "kana": "キセキヒカル", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:加藤達也", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 Blu-ray 第7巻 録り下ろしAqoursオリジナルソングCD⑦", - "dictionaryComment": "劇場版の挿入歌としても使用される他、TVアニメ2期のサウンドトラックをモチーフとしたメロディの楽曲。「投げ出したい時こそ大きく変わる時」などの歌詞が「変わる」ということを前向きに捉えさせてくれる楽曲。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2068", - "masterBgmId": 31002068, - "previewMasterBgmId": 32002068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2069, - "name": "ホップ・ステップ・ワーイ!", - "shortName": "ホップ・ステップ・ワーイ!", - "kana": "ホツフステツフワアイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:光増ハジメ(FirstCall)", - "dictionaryReference": "Aqours Hop! Step! Jump! Project! テーマソングCD", - "dictionaryComment": "ファンミーティング第1弾の時とはまた違った「みんなで集まって先へ進もう」というメッセージが伝わる楽曲。ファンミーティングやライブなどでサビからの振り付けで会場が一体となる。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2069", - "masterBgmId": 31002069, - "previewMasterBgmId": 32002069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2070, - "name": "Guilty Eyes Fever", - "shortName": "Guilty Eyes Fever", - "kana": "キルテイアイスフイイハア", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲:本多友紀(Arte Refact)
編曲:酒井拓也(Arte Refact)", - "dictionaryReference": "「ラブライブ!サンシャイン!!」Blu-ray法人特典 Guilty Kiss 録り下ろし新曲CD", - "dictionaryComment": "TVアニメ「ラブライブ!サンシャイン!!」Blu-ray特典曲。本格的なEDMの要素を散りばめながら、Guilty Kiss特有の小悪魔感も欠かさないカッコかわいいダンスチューン。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2070", - "masterBgmId": 31002070, - "previewMasterBgmId": 32002070, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2071, - "name": "SELF CONTROL!!", - "shortName": "SELF CONTROL!!", - "kana": "セルフコントロオル", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』1期オリジナルサウンドトラック「Sailing to the Sunshine」収録曲", - "dictionaryComment": "Saint Snowのイメージを印象付けた象徴的な楽曲。スクールアイドルに対しての「真剣」と「遊びじゃない」の気持ちが全面に出ている楽曲。聖良の歌唱と理亞のラップのバランスが絶妙にシンクロする様が印象的。", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2071", - "masterBgmId": 31002071, - "previewMasterBgmId": 32002071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2072, - "name": "Thank you, FRIENDS!!", - "shortName": "Thank you, FRIENDS!!", - "kana": "サンキユウフレンス", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , イワツボコーダイ
編曲:TAKAROT", - "dictionaryReference": "Aqours 4th LIVEテーマソングCD", - "dictionaryComment": "「びっくりなプレゼント」「これはなんの奇跡だろう」などAqoursの出会いを描くとともに、これからも強い絆で結ばれているというメッセージが伝わってくる楽曲。ASIA TOUR 2019のソウル公演にてアンコールの代わりにファンによるこの曲の大合唱が巻き起こった。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2072", - "masterBgmId": 31002072, - "previewMasterBgmId": 32002072, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2073, - "name": "CRASH MIND", - "shortName": "CRASH MIND", - "kana": "クラツシユマイント", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:宮崎 誠", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第9話挿入歌 カップリング曲", - "dictionaryComment": "開幕のゆるやかなイントロから怪しげなメロディへ展開していく中のに合わせて、まるで操り人形のような振り付けが重なり、ゴシックメタル調のサウンドが不思議な印象を与える楽曲。", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2053", - "masterBgmId": 31002073, - "previewMasterBgmId": 32002073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2074, - "name": "DROPOUT!?", - "shortName": "DROPOUT!?", - "kana": "トロツフアウト", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:馬渕直純", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期 第9話挿入歌 カップリング曲", - "dictionaryComment": "イントロのピアノからギターとツーバスが響く本格ヘヴィーメタルサウンドにラップが加わるさまざまな顔を持つ一曲。また、「SELF CONTROL!!」の時とは違った静かな「聖良、カモン…」からのラスサビは鳥肌必須。", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2053", - "masterBgmId": 31002074, - "previewMasterBgmId": 32002074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/12/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2075, - "name": "P.S.の向こう側", - "shortName": "P.S.の向こう側", - "kana": "ヒイエスノムコウカワ", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲:岡本健介
編曲:渡辺和紀", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』1期Blu-ray法人特典 CYaRon! 録り下ろし新曲CD", - "dictionaryComment": "遠いところにいるであろう君へお手紙を書いている様子が描かれた楽曲。会えなくて楽しかった季節を思い出して少し切なくなりながらも、この曲の最後、つまりP.S.で「ありがとう」と伝える。", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2075", - "masterBgmId": 31002075, - "previewMasterBgmId": 32002075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2076, - "name": "“MY LIST” to you!", - "shortName": "“MY LIST” to you!", - "kana": "マイリストトウユウ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:原 知也
編曲:ラムシーニ", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期エンディング主題歌 カップリング曲", - "dictionaryComment": "この歌を送る相手のことが大好きな「私」を描いた楽曲。そんな私の心情を各メンバーがソロパートとして歌い方がそれぞれ違った形で歌唱されていることが印象的。ドゥーワップ風のコーラスにも注目。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2045", - "masterBgmId": 31002076, - "previewMasterBgmId": 32002076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/11/15", - "masterReleaseLabelId": 1 - }, - { - "id": 2077, - "name": "ハジマリロード", - "shortName": "ハジマリロード", - "kana": "ハシマリロオト", - "artist": "津島善子(CV.小林愛香) , 国木田花丸(CV.高槻かなこ) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , FUNK UCHINO , Ankle Break
編曲:TAKAROT", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』学年別シングルCD", - "dictionaryComment": "タイトル通り「ハジマリ」がテーマとなっており1年生が仲良く東へ西へ歩いたり走ったりしながら進んでいく様子が伺える楽曲。ライブでは「ハジマリロード」コールで会場が一体となる。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2077", - "masterBgmId": 31002077, - "previewMasterBgmId": 32002077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2078, - "name": "Marine Border Parasol", - "shortName": "Marine Border Parasol", - "kana": "マリンホオタアハラソル", - "artist": "高海千歌(CV.伊波杏樹) , 桜内梨子(CV.逢田梨香子) , 渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲:Akira Sunset , ulala
編曲:高田 暁", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』学年別シングルCD", - "dictionaryComment": "歌の途中と最後にはメンバーの仲の良い会話風景と2年生メンバーのそれぞれメンバーカラーのパラソルを広げたり、曲に合わせてクルクル回したりする振り付けがそれぞれ印象的。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2078", - "masterBgmId": 31002078, - "previewMasterBgmId": 32002078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2079, - "name": "予測不可能Driving!", - "shortName": "予測不可能Driving!", - "kana": "ヨソクフカノウトライヒンク", - "artist": "松浦果南(CV.諏訪ななか) , 黒澤ダイヤ(CV.小宮有紗) , 小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲:pw.a , Tomomi Ogata
編曲:pw.a", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』学年別シングルCD", - "dictionaryComment": "未来への進み方が「決められた未来なんてさ 未来じゃない」「目的地」「ゴール」を決めないなどの歌詞から「予測不可能なドライブを行う」ことに例えてひたすら突き進む姿を描いた楽曲。5th LIVEでは車型のトロッコが登場した。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2079", - "masterBgmId": 31002079, - "previewMasterBgmId": 32002079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2080, - "name": "LONELY TUNING", - "shortName": "LONELY TUNING", - "kana": "ロンリイチユウニンク", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Kon-K", - "dictionaryReference": "「ラブライブ!サンシャイン!!」Blu-ray法人特典 AZALEA 録り下ろし新曲CD", - "dictionaryComment": "「DJが場にあった曲を流すかのように、私の声を聞かせてあげたい」という想いが描かれた楽曲。LIVEではDJを想像させる「ヘッドフォンに片手を当てて、もう一方片手でディスクを擦る(スクラッチの)仕草」を行うことが印象的。
", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2080", - "masterBgmId": 31002080, - "previewMasterBgmId": 32002080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2017/03/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2081, - "name": "Hop? Stop? Nonstop!", - "shortName": "Hop? Stop? Nonstop!", - "kana": "ホツフストツフノンストツフ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Kanata Okajima , Keisuke Koyama
編曲:Keisuke Koyama", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』挿入歌", - "dictionaryComment": "作中ではイタリアにて在校生にあたる6人が主導で作りあげたライブで歌われた曲。ファンの前では初披露の5th LIVEの際にはステージに設けられた階段でアニメと全く同じパフォーマンスを披露し、まるでイタリアのステージをそのまま見ているかのよう。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2082", - "masterBgmId": 31002081, - "previewMasterBgmId": 32002081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2082, - "name": "逃走迷走メビウスループ", - "shortName": "逃走迷走メビウスループ", - "kana": "トウソウメイソウメヒウスルウフ", - "artist": "松浦果南(CV.諏訪ななか) , 黒澤ダイヤ(CV.小宮有紗 , 小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』挿入歌", - "dictionaryComment": "作中ではイタリアの街を駆け回る3人の姿とその逃走劇の様子がこの曲中に詰め込まれている。5th LIVEでは作中と同じドレス姿で登場した3人にファンは皆、驚かされた。どことなく異国情緒あるメロディラインも印象的。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2082", - "masterBgmId": 31002082, - "previewMasterBgmId": 32002082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2083, - "name": "僕らの走ってきた道は…", - "shortName": "僕らの走ってきた道は…", - "kana": "ホクラノハシツテキタミチハ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:EFFY(FirstCall)", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』挿入歌", - "dictionaryComment": "劇場版『ラブライブ!サンシャイン!! The School Idol Movie Over the Rainbow』挿入歌。物語冒頭で披露され、Aqoursが沼津を舞台に縦横無尽に踊り歌う開幕曲。劇中にて地元の方々と共にパフォーマンスする姿はあらためて地元を愛するスクールアイドルという強い印象を残した。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2083", - "masterBgmId": 31002083, - "previewMasterBgmId": 32002083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2084, - "name": "Next SPARKLING!!", - "shortName": "Next SPARKLING!!", - "kana": "ネクストスハアクリンク", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Carlos K.", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』挿入歌", - "dictionaryComment": "劇場版『ラブライブ!サンシャイン!! The School Idol Movie Over the Rainbow』挿入歌。物語ラストで披露された終幕曲。それぞれの道を歩んで行くメンバーの決意が込められた楽曲。Aqoursとしてはめずらしくフェードアウトで締めくくられた楽曲でもある。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2083", - "masterBgmId": 31002084, - "previewMasterBgmId": 32002084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/01/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2086, - "name": "Step! ZERO to ONE", - "shortName": "Step! ZERO to ONE", - "kana": "ステツフセロトウワン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作編曲:高田 暁", - "dictionaryReference": "Aqours 1st シングル カップリング曲", - "dictionaryComment": "Aqours 1st シングル「君のこころは輝いてるかい?」 収録曲。Aqours First LoveLive! 〜Step! ZERO to ONE〜の表題曲。「0(ゼロ)から1(イチ)へ」踏み出そうとしている始まったばかりのAqours9人の心情を「冒険に出る」という表現で表した1曲。間奏の掛け声とともに行進しながら進んで行くところにはAqours9人での団結力も感じられる。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2142", - "masterBgmId": 31002086, - "previewMasterBgmId": 32002086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2087, - "name": "Aqours☆HEROES", - "shortName": "Aqours☆HEROES", - "kana": "アクアヒイロオス", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作編曲:渡辺和紀", - "dictionaryReference": "Aqours 1st シングル カップリング曲", - "dictionaryComment": "Aqours 1st シングル「君のこころは輝いてるかい?」収録曲。「悩み」「迷い」「ため息」などマイナスな感情をやっつける「ヒーロー」にAqoursメンバーを例えたとにかく落ち込んだ時に元気をもらえる楽曲。前奏のギター部分や「Yeah!」の掛け声の統一感には湧き上がる高揚感を覚える。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2142", - "masterBgmId": 31002087, - "previewMasterBgmId": 32002087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2088, - "name": "恋になりたいAQUARIUM", - "shortName": "恋になりたいAQUARIUM", - "kana": "コイニナリタイアクアリウム", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:佐々倉有吾
編曲:渡辺和紀", - "dictionaryReference": "Aqours 2nd シングル", - "dictionaryComment": "Aqours 2nd シングル表題曲。『ラブライブ!サンシャイン!!』第1回Aqoursセンターポジション総選挙にて1位を獲得した 渡辺 曜 初のセンター楽曲。水族館を題材としたステージで、魚たちとAqoursメンバーが楽しく踊っている様子が描かれた1曲。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002088, - "previewMasterBgmId": 32002088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2089, - "name": "元気全開DAY!DAY!DAY!", - "shortName": "元気全開DAY!DAY!DAY!", - "kana": "ケンキセンカイテイテイテイ", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第一弾!", - "dictionaryComment": "CYaRon!1stシングル。曲名通り元気全開な応援ソング。3人の掛け合いと爽快なギター、派手なトランペット、オーケストラヒットなど王道的アニソンらしい魅力がたくさん詰まった楽曲。", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2089", - "masterBgmId": 31002089, - "previewMasterBgmId": 32002089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2090, - "name": "待ってて愛のうた", - "shortName": "待ってて愛のうた", - "kana": "マツテテアイノウタ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作編曲:山口朗彦", - "dictionaryReference": "Aqours 2nd シングル カップリング曲", - "dictionaryComment": "Aqours 2nd シングル「恋になりたいAQUARIUM」収録曲。まだ恋をした事ない1人の少女が「いつかは想いを込めてこのラブソングを歌えるのかな?」という心情を抱きながら、歌えるようになるはずの自分に対して語りかけるような切ない楽曲。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002090, - "previewMasterBgmId": 32002090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2091, - "name": "トリコリコPLEASE!!", - "shortName": "トリコリコPLEASE!!", - "kana": "トリコリコフリイス", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:宮崎 誠", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第二弾!", - "dictionaryComment": "片想いをしている「わたし」がどうにか「キミ」に振り向いて欲しいという感情を「トリコにする」という言葉で表現された楽曲。ライブで披露される際はしばしばキャストが「トリコリコステッキ」を振りかざし、観客をAZALEAのトリコビトと化す。", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2091", - "masterBgmId": 31002091, - "previewMasterBgmId": 32002091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2092, - "name": "夜空はなんでも知ってるの?", - "shortName": "夜空はなんでも知ってるの?", - "kana": "ヨソラハナンテモシツテルノ", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Kon-K", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第一弾! カップリング曲", - "dictionaryComment": "『ラブライブ!サンシャイン!!』ユニットCD第一弾 「元気全開DAY!DAY!DAY!」収録曲。「涙のあの子」に対して優しくなれなかった「後悔」をテーマにした楽曲。表題曲の「元気全開DAY!DAY!DAY!」とは打って変わって切ない「悲」の感情が終始伝わってくる。", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2089", - "masterBgmId": 31002092, - "previewMasterBgmId": 32002092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2093, - "name": "届かない星だとしても", - "shortName": "届かない星だとしても", - "kana": "トトカナイホシタトシテモ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作編曲:宮崎 誠", - "dictionaryReference": "Aqours 2nd シングル カップリング曲", - "dictionaryComment": "Aqours 2nd シングル「恋になりたいAQUARIUM」 収録曲。手の届かないと感じていた \"憧れの存在\" に向かって、諦めないで手を伸ばしてみよう!という \"夢\" の応援歌。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002093, - "previewMasterBgmId": 32002093, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2094, - "name": "Strawberry Trapper", - "shortName": "Strawberry Trapper", - "kana": "ストロヘリイトラツハア", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:金崎真士", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第三弾!", - "dictionaryComment": "『ラブライブ!サンシャイン!!』ユニットCD第三弾 表題曲。「キミ」に対しての恋心抱いていることに気づかれないように様々な仕掛けをかける。そんなスリルを楽しみながら、最後は誘惑をかけ罠に落としにいく積極的なアプローチを描いた楽曲。その歌詞にピッタリのガンガンな曲調には開幕の「Ready?」の部分からテンションが最高潮まで引き上がる。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2094", - "masterBgmId": 31002094, - "previewMasterBgmId": 32002094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 2095, - "name": "決めたよHand in Hand", - "shortName": "決めたよHand in Hand", - "kana": "キメタヨハントインハント", - "artist": "高海千歌(CV.伊波杏樹) , 桜内梨子(CV.逢田梨香子) , 渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺拓也", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』第1話挿入歌", - "dictionaryComment": "スクールアイドル部設立に奔走していた高海千歌の前に突如現れた桜内梨子。高まる感情を抑えきれない千歌と曜、更には困惑する梨子をも巻き込んで歌い出してしまう \"夢の始まり\" の歌。TVアニメ内では千歌が梨子をスクールアイドルに誘うも断られてしまうシーンが印象的。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2095", - "masterBgmId": 31002095, - "previewMasterBgmId": 32002095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 2096, - "name": "青空Jumping Heart", - "shortName": "青空Jumping Heart", - "kana": "アオソラシヤンヒンクハアト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:伊藤 賢 , 光増ハジメ
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』オープニング主題歌", - "dictionaryComment": "TVアニメ『ラブライブ!サンシャイン!!』1期OP主題歌。ラブライブ!らしさを残しながらも新章の幕開けを感じさせるAqours的王道ソング。開幕フェードインのワクワク感からノンストップで駆け上がるテンションが新しい物語の始まりを予感させる。 ", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2096", - "masterBgmId": 31002096, - "previewMasterBgmId": 32002096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/07/20", - "masterReleaseLabelId": 1 - }, - { - "id": 2097, - "name": "ダイスキだったらダイジョウブ!", - "shortName": "ダイスキだったらダイジョウブ!", - "kana": "タイスキタツタラタイシヨウフ", - "artist": "高海千歌(CV.伊波杏樹) , 桜内梨子(CV.逢田梨香子) , 渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』第3話挿入歌 カップリング曲", - "dictionaryComment": "理事長の小原鞠莉に「ライブで体育館を満員に出来たら部として認める」と言われ2年生の3人がスクールアイドル部設立をかけてAqoursとして初めてつくった楽曲。TVアニメ内では本楽曲の初お披露目となるライブが様々なトラブルにあってしまうが、家族・友達・地元の方々の応援により満員となり見事スクールアイドル部設立に成功した。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2095", - "masterBgmId": 31002097, - "previewMasterBgmId": 32002097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 2098, - "name": "ユメ語るよりユメ歌おう", - "shortName": "ユメ語るよりユメ歌おう", - "kana": "ユメカタルヨリユメウタオウ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:山口朗彦", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』エンディング主題歌", - "dictionaryComment": "自らが語る「ユメ」を言葉だけでなく「歌」にしようというスクールアイドルらしいメッセージ性のつまった楽曲。TVアニメでは各話で歌唱するメンバーが異なり、それぞれの「ユメ」の持ち方の違いから、伝わり方も変わってくる。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2098", - "masterBgmId": 31002098, - "previewMasterBgmId": 32002098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2099, - "name": "ときめき分類学", - "shortName": "ときめき分類学", - "kana": "トキメキフンルイカク", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:金崎真士", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第二弾! カップリング曲", - "dictionaryComment": "『ラブライブ!サンシャイン!!』ユニットCD第二弾。自分が持っている恋心を「ときめき」と置き換え、それを「研究」していくという学術的楽曲。Aqours First LoveLive! 〜Step! ZERO to ONE〜で披露された際にはペンライトが花のように咲き誇り、メンバーのパフォーマンスとも相まって会場がAZALEA一色となった。", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2091", - "masterBgmId": 31002099, - "previewMasterBgmId": 32002099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2100, - "name": "夢で夜空を照らしたい", - "shortName": "夢で夜空を照らしたい", - "kana": "ユメテヨソラヲテラシタイ", - "artist": "高海千歌(CV.伊波杏樹) , 桜内梨子(CV.逢田梨香子) , 渡辺 曜(CV.斉藤朱夏) , 津島善子(CV.小林愛香) , 国木田花丸(CV.高槻かなこ) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』第6話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!サンシャイン!!」1期第6話挿入歌。地元への感謝をテーマにした歌詞を美しいメロディーで誰もが共感できるポップスに仕上げている。アニメでは夜空一面のランタンが舞う姿が感動的だった。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2100", - "masterBgmId": 31002100, - "previewMasterBgmId": 32002100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/09/14", - "masterReleaseLabelId": 1 - }, - { - "id": 2101, - "name": "未熟DREAMER", - "shortName": "未熟DREAMER", - "kana": "ミシユクトリイマア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』第9話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!サンシャイン!!」1期第9話挿入歌。Aqours 9人が揃い、初めて披露した楽曲。夢を追いかけている途中にぶつかる、困難という嵐にぶつかり立ち向かう姿勢を歌ったドラマチックな楽曲。和ロック・和風衣装でのパフォーマンス・花火の演出が印象的。 ", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2100", - "masterBgmId": 31002101, - "previewMasterBgmId": 32002101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/09/14", - "masterReleaseLabelId": 1 - }, - { - "id": 2102, - "name": "想いよひとつになれ", - "shortName": "想いよひとつになれ", - "kana": "オモイヨヒトツニナレ", - "artist": "高海千歌(CV.伊波杏樹) , 松浦果南(CV.諏訪ななか) , 黒澤ダイヤ(CV.小宮有紗) , 渡辺 曜(CV.斉藤朱夏) , 津島善子(CV.小林愛香) , 国木田花丸(CV.高槻かなこ) , 小原鞠莉(CV.鈴木愛奈) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』第11話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!サンシャイン!!』第11話挿入歌 。TVアニメ1期 ラブライブ!予備予選にて披露された楽曲。大会と梨子のピアノ発表会の日程が被ってしまい、梨子を除いた8名でのパフォーマンスとなった。キャストによる1stライブでは逢田梨香子によるピアノ演奏も再現され、4thライブでは梨子を含めた9人Ver.が披露された。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2102", - "masterBgmId": 31002102, - "previewMasterBgmId": 32002102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2103, - "name": "Pops heartで踊るんだもん!", - "shortName": "Pops heartで踊るんだもん!", - "kana": "ホツフスハアトテオトルンタモン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第1巻 録り下ろしAqoursオリジナルソングCD①", - "dictionaryComment": "『ラブライブ!サンシャイン!!』TVアニメ1期 Blu-ray 第1巻 録り下ろしAqoursオリジナルソングCD収録曲。パーティで踊ったりして楽しい一日を過ごすといった内容の歌詞から休日の遊びに行く朝に聞くとピッタリな楽曲。モータウンビートのリズムと掛け声が楽しさを倍増させている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2103", - "masterBgmId": 31002103, - "previewMasterBgmId": 32002103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/09/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2104, - "name": "MIRAI TICKET", - "shortName": "MIRAI TICKET", - "kana": "ミライチケツト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』第13話挿入歌", - "dictionaryComment": "TVアニメ第1期 ラブライブ!ラブライブ!東海地区予選大会にて披露された楽曲。Aqoursの歩みをミュージカル調に表現した後のパフォーマンスで会場を沸かせた。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2102", - "masterBgmId": 31002104, - "previewMasterBgmId": 32002104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2105, - "name": "Guilty Night, Guilty Kiss!", - "shortName": "Guilty Night, Guilty Kiss!", - "kana": "キルテイナイトキルテイキス", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:R・O・N", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第三弾!", - "dictionaryComment": "『ラブライブ!サンシャイン!!』ユニットCD第三弾「Strawberry Trapper」収録曲。キスの音から始まり、積極的な歌詞でアプローチをしかけていく大人な楽曲。サビの「Guilty Kiss」「Guilty Night」部分のキャッチーかつキュートな振り付けは、体が自然と動いてしまう。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2094", - "masterBgmId": 31002105, - "previewMasterBgmId": 32002105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 2106, - "name": "空も心も晴れるから", - "shortName": "空も心も晴れるから", - "kana": "ソラモココロモハレルカラ", - "artist": "高海千歌(CV.伊波杏樹) , 桜内梨子(CV.逢田梨香子) , 渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲:原田 篤(Arte Refact)
編曲:脇眞 富(Arte Refact)", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第2巻 録り下ろしAqoursオリジナルソングCD②", - "dictionaryComment": "『ラブライブ!サンシャイン!!』TVアニメ1期 Blu-ray 第2巻 録り下ろしAqoursオリジナルソングCD②収録曲。挑戦することの中に生まれた「不安」から「ほらもう大丈夫!」までを描いた楽曲。千歌、曜、梨子がキャッチボールをするかの如く感情を共有し合う様子が印象的。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2106", - "masterBgmId": 31002106, - "previewMasterBgmId": 32002106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2107, - "name": "ジングルベルがとまらない", - "shortName": "ジングルベルがとまらない", - "kana": "シンクルヘルカトマラナイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "Aqoursスクフェスコラボシングル第1弾", - "dictionaryComment": "「ラブライブ!スクールアイドルフェスティバル」コラボシングル。王道なクリスマスソングのようで、元気いっぱいなAqoursのカラーは健在。9人分の実写CMが放映された。\t", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2107", - "masterBgmId": 31002107, - "previewMasterBgmId": 32002107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2108, - "name": "聖なる日の祈り", - "shortName": "聖なる日の祈り", - "kana": "セイナルヒノイノリ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:田中俊亮
編曲:田中俊亮 , 伊藤 賢", - "dictionaryReference": "Aqoursスクフェスコラボシングル第1弾 カップリング曲", - "dictionaryComment": "Aqoursスクフェスコラボシングル第1弾 収録曲。ひとりぼっちで過ごすクリスマスを題材にした楽曲。それでも最終的には前向きな気持ちを再認識する歌詞になっている。ライブではメンバーカラーに点ったランタンをそれぞれ持ち、1列になってゆっくり歩きながら歌うパフォーマンスが印象的。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2107", - "masterBgmId": 31002108, - "previewMasterBgmId": 32002108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 2109, - "name": "Waku-Waku-Week!", - "shortName": "Waku-Waku-Week!", - "kana": "ワクワクウイイク", - "artist": "津島善子(CV.小林愛香) , 国木田花丸(CV.高槻かなこ) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲:ラムシーニ,内田陽吾
編曲:小高光太郎 , ラムシーニ", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ1期 Blu-ray 第3巻 録り下ろしAqoursオリジナルソングCD③", - "dictionaryComment": "『ラブライブ!サンシャイン!!』TVアニメ1期 Blu-ray 第3巻 録り下ろしAqoursオリジナルソングCD③ 収録曲。Aqours1年生の元気でわちゃわちゃとした雰囲気を存分に感じられる楽曲。ラスサビの部分でそれぞれのキャッチフレーズが入っているのが印象的。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2109", - "masterBgmId": 31002109, - "previewMasterBgmId": 32002109, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2016/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2111, - "name": "Believe again", - "shortName": "Believe again", - "kana": "ヒリイフアケイン", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』挿入歌", - "dictionaryComment": "聖良が卒業するにあたり最後のラブライブ!となるSaint Snowだが、この歌には「新しくなれ」「また始まる」などの歌詞からSaint Snowのこれからの前向きな展開が伺える。重いリフと掛け合いのラップが絡み合うモダンヘヴィネス。
", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2111", - "masterBgmId": 31002111, - "previewMasterBgmId": 32002111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 2112, - "name": "Over The Next Rainbow", - "shortName": "Over The Next Rainbow", - "kana": "オオハアサネクストレインホオ", - "artist": "Saint Aqours Snow", - "detailInfo": "作詞:畑 亜貴
作曲:Kanata Okajima , TAKAROT
編曲:TAKAROT , Shinji Tanaka", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』 挿入歌シングル収録 劇場版インスパイアソング", - "dictionaryComment": "劇場版のタイトルでもある「Over the Rainbow」からその先のAqoursとSaint Snowの「次へ」と進む心情と「忘れないよ いつまでも」などの歌詞から今まで歩んできた道を振り返る姿が描かれている。", - "bandCategory": 2, - "masterGroupId": 205, - "jacketImageName": "jacket_2111", - "masterBgmId": 31002112, - "previewMasterBgmId": 32002112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 2113, - "name": "サクラバイバイ", - "shortName": "サクラバイバイ", - "kana": "サクラハイハイ", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray法人特典 CYaRon! 録り下ろし新曲CD", - "dictionaryComment": "「卒業」をテーマにした楽曲。「旅立ち」「お別れ」というワードが出てくるにもかかわらず、CYaRon!の明るい歌声に思わず笑顔になって手を振る姿が思い浮かぶ。5th LIVEではファンがペンライトで作った虹の中をCYaRon!3人がトロッコで駆け巡り「バイバイ」を告げた。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2113", - "masterBgmId": 31002113, - "previewMasterBgmId": 32002113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2114, - "name": "No.10", - "shortName": "No.10", - "kana": "ナンハアテン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Akira Sunset
編曲:APAZZI", - "dictionaryReference": "Aqours 4th LIVEテーマソングCD カップリング曲", - "dictionaryComment": "9人のAqoursメンバーだけでなく、この曲を聞く誰もがAqoursの10人目のメンバーということを伝えてくれる楽曲。4th LIVEでは5万人のAqoursメンバー「10〜!」の掛け声が東京ドームに響き渡った。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2072", - "masterBgmId": 31002114, - "previewMasterBgmId": 32002114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2115, - "name": "Jump up HIGH!!", - "shortName": "Jump up HIGH!!", - "kana": "シヤンフアツフハイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Kanata Okajima , KOUDAI IWATSUBO , TAKAROT
編曲:TAKAROT", - "dictionaryReference": "Aqours Junpin’ up Project テーマソングCD", - "dictionaryComment": "ジャケット写真の夏服のAqoursメンバーと曲の爽やかさから「清涼飲料水のCM」を思わせるような楽曲。LIVEでは会場全体でタオルをかざしたり、サビでは大きく回すなど一体となった動きが魅力のポップなEDM。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2115", - "masterBgmId": 31002115, - "previewMasterBgmId": 32002115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2116, - "name": "冒険Type A, B, C!!", - "shortName": "冒険Type A, B, C!!", - "kana": "ホウケンタイフエエヒイシイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "Aqours ベストアルバム ラブライブ!サンシャイン!! Aqours CHRONICLE(2018~2020)", - "dictionaryComment": "リアル脱出ゲーム×ラブライブ!サンシャイン!!第2弾のテーマソングとして起用された楽曲。前回の「君の瞳を巡る冒険」とは打って変わってとても明るい曲調。1番からラスサビまでtypeAからCの様々な冒険が待ち受けている楽曲。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2116", - "masterBgmId": 31002116, - "previewMasterBgmId": 32002116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2117, - "name": "卒業ですね", - "shortName": "卒業ですね", - "kana": "ソツキヨウテスネ", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲:早川博隆
編曲:TECHNOBOYS PULCRAFT GREEN-FUND", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray法人特典 AZALEA 録り下ろし新曲CD", - "dictionaryComment": "AZALEAの「卒業」をテーマにした楽曲。歌い出しの果南パート「ここから右 左へ」、ダイヤパート「それぞれの未来選ぶでしょう」の歌詞で強くお別れを意識させる。LIVEではサビの両手を握って左右に振る振り付けはファンにとってかなり印象的。
", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2117", - "masterBgmId": 31002117, - "previewMasterBgmId": 32002117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2118, - "name": "Deep Resonance", - "shortName": "Deep Resonance", - "kana": "テイイフレソナンス", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:桑原 聖(Arte Refact)
編曲:酒井拓也(Arte Refact)", - "dictionaryReference": "Aqours 4th シングル(Shadowverse × スクフェス コラボソング)", - "dictionaryComment": "「未体験HORIZON」カップリング。Shadowverse × スクフェスコラボテーマソング。叙情系ロックのような切なさもありながら、ストリングスのクラシックさ、ゴシックさが詰まった硬派な印象の楽曲", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2119", - "masterBgmId": 31002118, - "previewMasterBgmId": 32002118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2119, - "name": "未体験HORIZON", - "shortName": "未体験HORIZON", - "kana": "ミタイケンホライスン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:小高光太郎 , UiNA
編曲:小高光太郎", - "dictionaryReference": "Aqours 4th シングル", - "dictionaryComment": "Aqours 4thシングル。センターポジション総選挙を経てセンターは国木田花丸が担当。ストリングスとブラス隊で壮大さを演出しつつ、サビでの掛け声やドラムの疾走感でポジティブになれる中期Aqoursの魅力がつまった楽曲。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2119", - "masterBgmId": 31002119, - "previewMasterBgmId": 32002119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2120, - "name": "Guilty!? Farewell party", - "shortName": "Guilty!? Farewell party", - "kana": "キルテイフエアウエルハアテイイ", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:YASUSHI WATANABE", - "dictionaryReference": "「ラブライブ!サンシャイン!!」TVアニメ2期 Blu-ray法人特典 Guilty Kiss 録り下ろし新曲CD", - "dictionaryComment": "CYaRon!、AZALEAの「卒業」テーマ楽曲に続きリリースされたが、Guilty Kissは「別れ」「卒業」の言葉ではなく「今」を思いっきり楽しもうの気持ちで「別れ」を楽しく歌い上げたパーティーチューン。
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2120", - "masterBgmId": 31002120, - "previewMasterBgmId": 32002120, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2121, - "name": "New Romantic Sailors", - "shortName": "New Romantic Sailors", - "kana": "ニユウロマンテイツクセエラア", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲:杉山勝彦 , ulala
編曲:ulala", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "宇宙船の冒険をテーマにGuilty Kiss3人が乗組員になって破天荒に進んでいく姿が浮かぶ楽曲。曲の途中には3人の決め技が炸裂し、LIVEで場所によっては3人でピラミッドを作りレーザービームを放つ時がある。
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2121", - "masterBgmId": 31002121, - "previewMasterBgmId": 32002121, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2122, - "name": "Braveheart Coaster", - "shortName": "Braveheart Coaster", - "kana": "フレイフハアトコスウタア", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "テーマパークで3人が楽しく遊ぶかのような曲に合わせ、「自分の色で楽しもう!」など、聞いてる側をも楽しくさせる。LIVEではジェットコースターに乗って進んでいるような振り付けが曲を印象づける。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2122", - "masterBgmId": 31002122, - "previewMasterBgmId": 32002122, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2123, - "name": "Dance with Minotaurus", - "shortName": "Dance with Minotaurus", - "kana": "タンスウイスミノタウロス", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:増田武史", - "dictionaryReference": "Aqours 4th シングル", - "dictionaryComment": "開幕の「Fight oh!」の応援フレーズから、「泣かすのは許さない」と「キミ」を守ってくれる強い味方がいると元気づけてくれる楽曲。ライブではミノタウロスの角を指で作る振り付けが印象的。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2119", - "masterBgmId": 31002123, - "previewMasterBgmId": 32002123, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/09/25", - "masterReleaseLabelId": 1 - }, - { - "id": 2124, - "name": "i-n-g, I TRY!!", - "shortName": "i-n-g, I TRY!!", - "kana": "アイエヌシイアイトライ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:増田武史", - "dictionaryReference": "「ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow」Blu-ray新録AqoursオリジナルソングCD", - "dictionaryComment": "「僕らの走ってきた道は…/Next SPARKLING!!」とは反対に「卒業した3年生」の歌い出しから始まり、「現在進行形」という言葉を用いて映画の物語の続きを描いている。切なさの中に光が差すようなミディアムテンポポップス。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2124", - "masterBgmId": 31002124, - "previewMasterBgmId": 32002124, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/07/26", - "masterReleaseLabelId": 1 - }, - { - "id": 2125, - "name": "Love Pulsar", - "shortName": "Love Pulsar", - "kana": "ラフハルサア", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺未来", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル カップリング曲", - "dictionaryComment": "Guilty Kiss3人の不敵な笑い声から始まり、怪しげな雰囲気が終始ただよう楽曲。恋にまつわる気持ちが走る様子を「イナヅマ」「イカヅチ」などに例え、電気を放つ天体である「パルサー」を表現している。
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2121", - "masterBgmId": 31002125, - "previewMasterBgmId": 32002125, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2126, - "name": "CHANGELESS", - "shortName": "CHANGELESS", - "kana": "チエンシレス", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:前口 渉", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "1人歩く海辺で遠くへ離れてしまった「君」へ思いを馳せ、「ここで待ってる」と伝えたいがその言葉空へ消えていくというなんとも切ない風景が描かれている。最後の歌詞「いつか会えるからと呟いた」と再会を胸に誓う。", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2122", - "masterBgmId": 31002126, - "previewMasterBgmId": 32002126, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2127, - "name": "空中恋愛論", - "shortName": "空中恋愛論", - "kana": "クウチユウレンアイロン", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Kohei by SIMONSAYZ", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "「君を追いかけてる夢を見た」から「胸が熱い」のフレーズで片想いの心情が伺える曲。過去にリリースした「ときめき分類学」の「夢のように」というワードから始まるストーリー展開の先を行く歌詞につながりを感じる。", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2029", - "masterBgmId": 31002127, - "previewMasterBgmId": 32002127, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2128, - "name": "Phantom Rocket Adventure", - "shortName": "Phantom Rocket Adventure", - "kana": "フアントムロケツトアトヘンチヤア", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:本多友紀(Arte Refact)", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "片想いの気持ちを伝えたいけどなかなか踏み出せない心情を「飛び出したい心」=「ロケット」に例えて表現されている楽曲。Cメロの「地球外でキス」という大胆なワードにはGuilty Kissらしさが伺える。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2121", - "masterBgmId": 31002128, - "previewMasterBgmId": 32002128, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/11/27", - "masterReleaseLabelId": 1 - }, - { - "id": 2129, - "name": "コドク・テレポート", - "shortName": "コドク・テレポート", - "kana": "コトクレホオト", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲:原田 篤(Arte Refact)
編曲:矢鴇つかさ(Arte Refact)", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "「君」と今すぐに会いたい気持ちを表した楽曲。その気持ちが強すぎるあまり「テレポートですぐに飛んできて欲しい」という非現実的な心情を抱くほどで、その症状を「会いたい病」と歌っている。", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2122", - "masterBgmId": 31002129, - "previewMasterBgmId": 32002129, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/04", - "masterReleaseLabelId": 1 - }, - { - "id": 2130, - "name": "Fantastic Departure!", - "shortName": "Fantastic Departure!", - "kana": "フアンタステイクテハアアチヤア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Kanata Okajima , MEG
編曲:MEG", - "dictionaryReference": "ラブライブ!サンシャイン!! Aqours 6th LoveLive! ドームツアーテーマソングCD", - "dictionaryComment": "Aqoursの新たな旅立ちを描いた楽曲。「イルカ」や「クジラ」が登場することや「時代の流れ」を「波」に例えていることから航海旅が連想される。ライブ披露の際はツアーをともに回る「ポエポエ」というクジラに乗ってパフォーマンスが行われた。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2130", - "masterBgmId": 31002130, - "previewMasterBgmId": 32002130, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2131, - "name": "メイズセカイ", - "shortName": "メイズセカイ", - "kana": "メイスセカイ", - "artist": "AZALEA", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:黒川陽介", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバル』コラボシングル", - "dictionaryComment": "「ミライ」への挑戦を意識させる楽曲。「セカイ」を「メイズ(迷路)」に例えて「地形図はデタラメ」「最後のフライト」など苦難の道ながらも「チカラいっぱい生きていたい」「決心」などから強い挑戦への意志を感じられる。", - "bandCategory": 2, - "masterGroupId": 202, - "jacketImageName": "jacket_2029", - "masterBgmId": 31002131, - "previewMasterBgmId": 32002131, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/12/11", - "masterReleaseLabelId": 1 - }, - { - "id": 2132, - "name": "Dazzling White Town", - "shortName": "Dazzling White Town", - "kana": "タスリンクホワイトタウン", - "artist": "Saint Snow", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺和紀", - "dictionaryReference": "Saint Snow 1st シングル", - "dictionaryComment": "「始まれこの場所から」「雪舞う大空」などからSaint Snowらしい雪国(函館)発の彼女らの挑戦の姿が描かれた曲。Saint Snow単独初のPV付きシングルであり、函館の街をバックに2人のかっこよさが全面に出ている楽曲である。", - "bandCategory": 2, - "masterGroupId": 204, - "jacketImageName": "jacket_2132", - "masterBgmId": 31002132, - "previewMasterBgmId": 32002132, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/08/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2133, - "name": "smile smile ship Start!", - "shortName": "smile smile ship Start!", - "kana": "スマイルスマイルシツフスタアト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:加藤達也", - "dictionaryReference": "Aqours5周年記念アニメーションPV付きシングル", - "dictionaryComment": "Aqoursメンバーの楽しい雰囲気の航海旅の様子を描いた楽曲。キセキヒカルに続き、オリジナルサウンドトラックに収録されている「Main theme of Lovelive! Sunshine!!」を元にメロディが構成されている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2133", - "masterBgmId": 31002133, - "previewMasterBgmId": 32002133, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/31", - "masterReleaseLabelId": 1 - }, - { - "id": 2134, - "name": "Misty Frosty Love", - "shortName": "Misty Frosty Love", - "kana": "ミステイフロステイラフ", - "artist": "桜内梨子(CV.逢田梨香子) , 渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:倉内達矢", - "dictionaryReference": "ラブライブ!サンシャイン!! デュオトリオコレクションCD VOL.2 WINTER VACATION", - "dictionaryComment": "冬をテーマに書き下ろされた一曲。少し懐かしさを感じる曲調が楽しくもかわいらしい。仲が良い関係なのに気になっている子と自分じゃない誰かが仲良くしているのを見て嫉妬してしまう心情が描かれている。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2015", - "masterBgmId": 31002134, - "previewMasterBgmId": 32002134, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2135, - "name": "Future flight", - "shortName": "Future flight", - "kana": "ヒユウチヤアフライト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Keisuke Koyama", - "dictionaryReference": "Aqours ベストアルバム ラブライブ!サンシャイン!! Aqours CHRONICLE (2015~2017)", - "dictionaryComment": "これまでの歩みの中で使われたフレーズや「終わらない夢がある」というこれからを連想される歌詞にこの時のAqoursの集大成とも言える曲。また、公式にておこなわれた「新規スペシャルMV制作投票」のファン投票で1位を獲得した。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2135", - "masterBgmId": 31002135, - "previewMasterBgmId": 32002135, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2136, - "name": "コットンキャンディえいえいおー!", - "shortName": "コットンキャンディえいえいおー!", - "kana": "コツトンキヤンテイエイエイオ", - "artist": "黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:TAKAROT", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Kurosawa Ruby First Solo Concert Album ~RED GEM WINK~", - "dictionaryComment": "インパクトのある絵柄と「よっしゃ よっしゃ わっしょい」という耳に残るフレーズに加え、覚えやすい振り付けで注目された楽曲。ライブ初披露の際は姉のダイヤとともにMVの忠実な再現のパフォーマンスで爆笑の渦に巻き込んだ。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2136", - "masterBgmId": 31002136, - "previewMasterBgmId": 32002136, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2137, - "name": "PURE PHRASE", - "shortName": "PURE PHRASE", - "kana": "ヒユアフレエス", - "artist": "桜内梨子(CV.逢田梨香子)", - "detailInfo": "作詞:畑 亜貴
作曲:山口雄太", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Sakurauchi Riko First Solo Concert Album ~Pianoforte Monologue~", - "dictionaryComment": "梨子ソロながらピアノではなく弦楽器と生バンドがメインとなっている構成が意外性のある楽曲に仕上がっている。音色の優雅さが際立つ中にも成長と変化をテーマとした力強い歌詞で、その名の通りピュアなフレーズの一つ一つが胸を打つ。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2137", - "masterBgmId": 31002137, - "previewMasterBgmId": 32002137, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2138, - "name": "Wake up, Challenger!!", - "shortName": "Wake up, Challenger!!", - "kana": "ウエイクアツフチヤレンシヤア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:河田貴央", - "dictionaryReference": "スマートフォン向けアプリ『ラブライブ!スクールアイドルフェスティバルALL STARS』コラボシングル カップリング曲", - "dictionaryComment": "イントロの手拍子からテンションが最高潮を迎える、挑戦者を徹底的に鼓舞する応援ソング。「ムリだ ムリだ」「ムチャだ ムチャだ」と思った事でも、この曲でAqoursに励まされると勇気が湧いてくる。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2009", - "masterBgmId": 31002138, - "previewMasterBgmId": 32002138, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2142, - "name": "君のこころは輝いてるかい?", - "shortName": "君のこころは輝いてるかい?", - "kana": "キミノココロハカカヤイテルカイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "Aqours 1st シングル", - "dictionaryComment": "Aqoursの原点の楽曲。アニメ放送前のAqours発足時にMVとともに初公開されたが、TVアニメ2期3話でも流れたこの曲のアニメーションでは学校へ駆け出すシーンを当時のMVの要素を残しつつ描かれた。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2142", - "masterBgmId": 31002142, - "previewMasterBgmId": 32002142, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2015/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2143, - "name": "BANZAI! digital trippers", - "shortName": "BANZAI! digital trippers", - "kana": "ハンサイテイシタルトリツハアス", - "artist": "Aqours feat. 初音ミク", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Mitchie M", - "dictionaryReference": "ラブライブ!サンシャイン!! × 初音ミク コラボ アニメーションPV付きシングル", - "dictionaryComment": "初音ミクコラボ アニメーションPV付きシングル。初のアーティストコラボとしてボーカロイド・初音ミクを迎えた意欲作。チップチューンやkawaii future bassの要素も取り入れながらAqoursらしさは健在。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2143", - "masterBgmId": 31002143, - "previewMasterBgmId": 32002143, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2144, - "name": "Deep Sea Cocoon", - "shortName": "Deep Sea Cocoon", - "kana": "テイイフシイコクウン", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲:MEG , Kanata Okajima
編曲:MEG", - "dictionaryReference": "ラブライブ!サンシャイン!! Guilty Kiss 1st フルアルバム カップリング曲", - "dictionaryComment": "まるで繭のように心を閉ざしてしまった君を「無礼な愛で君をさらう」といった、なんともGuilty Kissらしい大胆なアプローチ。イントロから徐々に盛り上がっていく壮大なヘヴィーロックサウンドのカタルシスがある。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2152", - "masterBgmId": 31002144, - "previewMasterBgmId": 32002144, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/28", - "masterReleaseLabelId": 1 - }, - { - "id": 2145, - "name": "DREAMY COLOR", - "shortName": "DREAMY COLOR", - "kana": "トリイミイカラア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Kanata Okajima , MEG
編曲:MEG", - "dictionaryReference": "We Are Challengers Project テーマソングCD", - "dictionaryComment": "「新しいときめき」というフレーズと「始まる」「飛び出せ!」のメッセージから新たな挑戦を後押ししてくれる楽曲。またラブライブ!シリーズで初となる実写MVにも今までにない新鮮さが感じられ話題に。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2145", - "masterBgmId": 31002145, - "previewMasterBgmId": 32002145, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2146, - "name": "KU-RU-KU-RU Cruller!", - "shortName": "KU-RU-KU-RU Cruller!", - "kana": "クルクルクルーラー", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Kanata Okajima , Soma Genda
編曲:Soma Genda", - "dictionaryReference": "ラブライブ!サンシャイン!! アニメーションPV付きシングル(モンスターストライク×ラブライブ!サンシャイン!! コラボソング)", - "dictionaryComment": "現代風にアレンジされたシティポップを思わせるディスコチューンはAqoursにとっての新境地を感じさせた。モンストとのコラボ楽曲ということでアニメMVも「ピンボール」をイメージしたものになっている。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2146", - "masterBgmId": 31002146, - "previewMasterBgmId": 32002146, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/22", - "masterReleaseLabelId": 1 - }, - { - "id": 2147, - "name": "LIVE with a smile! (Aqours Ver.)", - "shortName": "LIVE with a smile! (Aqours Ver.)", - "kana": "ライフウイスアスマイルア", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:Ryota Saito , Diz
編曲:EFFY(FirstCall)", - "dictionaryReference": "「LoveLive! Series Presents COUNTDOWN LoveLive! 2021→2022 ~LIVE with a smile!~」テーマソングCD", - "dictionaryComment": "初の試みとなる3世代のスクールアイドルの合同テーマソングCDシングルであり、ラブライブ!の繋がりや壮大な物語を再確認できる。過去のそれぞれのアイドルの楽曲を連想される歌詞が散りばめられている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_9001", - "masterBgmId": 31002147, - "previewMasterBgmId": 32002147, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 2148, - "name": "MOTTO-ZUTTO be with you", - "shortName": "MOTTO-ZUTTO be with you", - "kana": "モットスットヒーウィスユー", - "artist": "黒澤ダイヤ(CV.小宮有紗)", - "detailInfo": "作詞:畑 亜貴
作曲:Yuya Fujinaka , Jays
編曲:Jays", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Kurosawa Dia", - "dictionaryComment": "AZALEAで培ったテクノポップセンスを発揮したダイヤソロとしてのトロピカルハウス風EDMソング。6thライブではメインステージから離れた、ステージの中央で華麗なる舞を披露し、東京ドーム中を魅了した。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2148", - "masterBgmId": 31002148, - "previewMasterBgmId": 32002148, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/01/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2149, - "name": "Nameless Love Song", - "shortName": "Nameless Love Song", - "kana": "ネイムレスラフソンク", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲:MEG , Kanata Okajima
編曲:MEG", - "dictionaryReference": "ラブライブ!サンシャイン!! Guilty Kiss 1st フルアルバム カップリング曲", - "dictionaryComment": "タイトル通り「名も無き恋の歌」といいつつ、その実は重大な心情の吐露でもあるラブソング。浮遊感のあるギターとシンセのリフが絡みあうさわやかなミディアムテンポソングが気持ちよく進行していく。
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2152", - "masterBgmId": 31002149, - "previewMasterBgmId": 32002149, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/28", - "masterReleaseLabelId": 1 - }, - { - "id": 2150, - "name": "not ALONE not HITORI", - "shortName": "not ALONE not HITORI", - "kana": "ノツトアロオンノツトヒトリ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:小高光太郎 , UiNA
編曲:小高光太郎 , 谷 ナオキ(HANO)", - "dictionaryReference": "「ラブライブ!シリーズのオールナイトニッポンGOLD」タイアップ企画スプリットシングル", - "dictionaryComment": "「ひとりじゃない!」という言葉どおり、どんなときもどこにいても元気を与えようとしてくれるAqoursの気持ちがひしひしと伝わってくる楽曲。ジャケットでのON AIRサインを囲む9人のラジオパーソナリティ姿も印象的。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2150", - "masterBgmId": 31002150, - "previewMasterBgmId": 32002150, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2151, - "name": "Shiny Racers", - "shortName": "Shiny Racers", - "kana": "シャイニーレイサース", - "artist": "小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:川島弘光
", - "dictionaryReference": "Aqours First Solo Concert Album LoveLive! Sunshine!! Ohara Mari First Solo Concert Album ~New winding road~", - "dictionaryComment": "カラフルでポップなMVと、アニメ2期10話で見せた不慣れな運転で車を動かす姿が思い出され不思議とクロスオーバーする1曲。「自分のゴール」を目指して先へ向かう鞠莉と疾走感満載の曲調がマッチする。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2151", - "masterBgmId": 31002151, - "previewMasterBgmId": 32002151, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2152, - "name": "Shooting Star Warrior", - "shortName": "Shooting Star Warrior", - "kana": "シューティンクスターウォリアー", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲:MEG , Kanata Okajima
編曲:MEG", - "dictionaryReference": "ラブライブ!サンシャイン!! Guilty Kiss 1st フルアルバム", - "dictionaryComment": "「私たちがついているから負けないで」の気持ちを受け取れるGuilty Kiss流の応援歌。往年のアメリカンハードロックを彷彿とさせる曲調で自然と体が動き出し、聞いただけで強くなれるような気がしてくる。
", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2152", - "masterBgmId": 31002152, - "previewMasterBgmId": 32002152, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/28", - "masterReleaseLabelId": 1 - }, - { - "id": 2153, - "name": "ある日…永遠みたいに!", - "shortName": "ある日…永遠みたいに!", - "kana": "アルヒエイエンミタイニ", - "artist": "CYaRon!", - "detailInfo": "作詞:畑 亜貴
作曲:TAKUYA
編曲:本間昭光", - "dictionaryReference": "ラブライブ!サンシャイン!! CYaRon!1stフルアルバム", - "dictionaryComment": "「波」「真珠色」「魚たち」など「海」にちなんだもの達と、「ある日波の先に海の階段が現れた」という突然現れたという内容の歌詞の千歌のスクールアイドルやメンバーとの出会いに重なる。CYaRon!のワンマンライブでの初披露の際は大きな貝殻のステージにジャケット写真の衣装で登場した。
", - "bandCategory": 2, - "masterGroupId": 201, - "jacketImageName": "jacket_2153", - "masterBgmId": 31002153, - "previewMasterBgmId": 32002153, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/02", - "masterReleaseLabelId": 1 - }, - { - "id": 2154, - "name": "ユメ+ミライ=無限大", - "shortName": "ユメ+ミライ=無限大", - "kana": "ユメトミライテムケンタイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:前迫潤哉 , サイトウ リョースケ , 春川仁志
編曲:サイトウ リョースケ , 春川仁志", - "dictionaryReference": "Aqours 無限大WORLD☆プロジェクト テーマソングCD", - "dictionaryComment": "「まだまだ重ねたい」「いつまでもユメを語りたいんだ」などの歌詞から、これからも挑戦をやめないAqoursの姿が思い浮かぶ。また、各メンバーのソロバージョンを聞くとそれぞれの目線の「挑戦」の姿が見えてくる。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2154", - "masterBgmId": 31002154, - "previewMasterBgmId": 32002154, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/30", - "masterReleaseLabelId": 1 - }, - { - "id": 2156, - "name": "KA-GA-YA-KI-RA-RI-RA", - "shortName": "KA-GA-YA-KI-RA-RI-RA", - "kana": "カカヤキラリラ", - "artist": "Aqours feat. 初音ミク", - "detailInfo": "作詞:KIRA , 畑 亜貴
作曲・編曲:KIRA", - "dictionaryReference": "ラブライブ!サンシャイン!! × 初音ミク コラボ アニメーションPV付きシングル", - "dictionaryComment": "初音ミクとのコラボ曲。BANZAI! digital trippersとはうって変わりかっこよさが強く前に押し出されたEDMベースのクラブチューン。2023年2月に行われたライブ中の発表でMVが突如公開された。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2143", - "masterBgmId": 31002156, - "previewMasterBgmId": 32002156, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/24", - "masterReleaseLabelId": 1 - }, - { - "id": 2157, - "name": "Paradise Chime", - "shortName": "Paradise Chime", - "kana": "ハラタイスチャイム", - "artist": "渡辺曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲:TAKAROT , FUNK UCHINO
編曲:TAKAROT", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Watanabe You", - "dictionaryComment": "「希望」「夢」「予感」を「チャイム(chime)」に例えてそれを「鳴らそう」とする曜の姿が目に浮かぶような曲。2番のラップパートも相まってクラブや野外フェスでのパフォーマンスも似合いそうなハイテンションチューン。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2157", - "masterBgmId": 31002157, - "previewMasterBgmId": 32002157, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/17", - "masterReleaseLabelId": 1 - }, - { - "id": 2158, - "name": "Love is all, I sing love is all!", - "shortName": "Love is all, I sing love is all!", - "kana": "ラフイスオールアイシンクラフイスオール", - "artist": "小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲:TAKUYA
編曲:村山☆潤", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Ohara Mari", - "dictionaryComment": "軽妙なピアノのフレーズが心躍らせる鞠莉のソロ曲。スクールアイドルを始めて、いろんな出会いがあり、歌を歌うことに対して抱く感情が表現されている。堪能な英語のアナウンスから始まるイントロからテンションMAX。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2158", - "masterBgmId": 31002158, - "previewMasterBgmId": 32002158, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2159, - "name": "迷冥探偵ヨハネ", - "shortName": "迷冥探偵ヨハネ", - "kana": "メイキュウタンテイヨハネ", - "artist": "津島善子(CV.小林愛香)", - "detailInfo": "作詞:畑 亜貴
作曲:Ryota Saito , Diz
編曲:Diz", - "dictionaryReference": "Aqours Second Solo Concert Album LoveLive! Sunshine!! Second Solo Concert Album ~THE STORY OF FEATHER~ starring Tsushima Yoshiko", - "dictionaryComment": "ヨハネが探偵となり事件を解決!?とは名ばかりで、クールに振る舞うも捜査に粗が目立つのがなんともヨハネらしい(?)曲。初披露の6thライブでは「知性覚醒」のフレーズと共に東京ドームのスクリーン全体に黒い羽根が生え、会場を驚かせた。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2159", - "masterBgmId": 31002159, - "previewMasterBgmId": 32002159, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/13", - "masterReleaseLabelId": 1 - }, - { - "id": 2160, - "name": "ナミオトリフレイン", - "shortName": "ナミオトリフレイン", - "kana": "ナミオトリフレイン", - "artist": "高海千歌(CV.伊波杏樹)", - "detailInfo": "作詞:畑 亜貴
作曲:nako
編曲:川崎里実", - "dictionaryReference": "Aqours Third Solo Concert Album LoveLive! Sunshine!! Third Solo Concert Album ~THE STORY OF \"OVER THE RAINBOW\"~ starring Takami Chika", - "dictionaryComment": "いつもの元気な楽曲とは打って変わってバラードチックに語りかけるような曲調。これからどこへ行こうかと考えた時に「だいじな人」と出会った頃や「だいじな時間」を思い出して、「こころはずっと歌ってる 輝きたいと」とまた新たな挑戦がまた始まることを予感させてくれる。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2160", - "masterBgmId": 31002160, - "previewMasterBgmId": 32002160, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/01", - "masterReleaseLabelId": 1 - }, - { - "id": 2161, - "name": "水面にピアノ", - "shortName": "水面にピアノ", - "kana": "ミナモニヒアノ", - "artist": "桜内梨子(CV.逢田梨香子)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "Aqours Third Solo Concert Album LoveLive! Sunshine!! Third Solo Concert Album ~THE STORY OF \"OVER THE RAINBOW\"~ starring Sakurauchi Riko", - "dictionaryComment": "自分が変わりはじめている最中で「もっと強くなりたい」と思った際に見つめていた水面の波。その波の音を自分の未来に起こることに例えて「新しい物語を奏で続けよう」という音楽×これからの未来を描いたなんとも梨子らしい曲。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2161", - "masterBgmId": 31002161, - "previewMasterBgmId": 32002161, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/19", - "masterReleaseLabelId": 1 - }, - { - "id": 2162, - "name": "アイコトバ", - "shortName": "アイコトバ", - "kana": "アイコトバ", - "artist": "黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高田 暁", - "dictionaryReference": "Aqours Third Solo Concert Album LoveLive! Sunshine!! Third Solo Concert Album ~THE STORY OF \"OVER THE RAINBOW\"~ starring Kurosawa Ruby", - "dictionaryComment": "タイトルの「アイコトバ」はルビィの「かんばルビィ」ということもあり、挑戦や1歩踏み出すための応援をしてくれる楽曲。間奏の「ガンバ ガンバ」は聞く人の歩幅に合わせて寄り添ってくれるような感覚になる。
", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2162", - "masterBgmId": 31002162, - "previewMasterBgmId": 32002162, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 2163, - "name": "GEMSTONE “DE‐A‐I”", - "shortName": "GEMSTONE “DE‐A‐I”", - "kana": "シェムストーンテアイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:宮崎 誠", - "dictionaryReference": "", - "dictionaryComment": "今までの経験を経て成長してもまだ輝きたいという意思が感じられる曲。6thライブで初披露された際には、3年生が卒業し6人体制となって初めて歌われた「Next SPARKLING!!」に合わせてパフォーマンスされたことにより、強くなった9人の再会の未来を思わせた。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2163", - "masterBgmId": 31002163, - "previewMasterBgmId": 32002163, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 2164, - "name": "わーいわいわい わいわいわい!", - "shortName": "わーいわいわい わいわいわい!", - "kana": "ワアイワイワイワイワイワイ", - "artist": "わいわいわい(渡辺 曜(CV.斉藤朱夏) , 津島善子(CV.小林愛香) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:前山田 健一
作曲:前山田 健一
編曲:藤原燈太", - "dictionaryReference": "", - "dictionaryComment": "パーソナリティ3人の名前に「Y」が入っていることから名付けられたユニット名とラジオのわちゃわちゃした雰囲気そのままに作られた1曲。目まぐるしく変わる曲調が3人の放送中のやりとりを象徴している。
", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2164", - "masterBgmId": 31002164, - "previewMasterBgmId": 32002164, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2165, - "name": "Brightest Melody", - "shortName": "Brightest Melody", - "kana": "フライテストメロテイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ(FirstCall)
編曲:EFFY(FirstCall)", - "dictionaryReference": "劇場版『ラブライブ!サンシャイン!!The School Idol Movie Over the Rainbow』挿入歌", - "dictionaryComment": "3年生卒業前にAqours9人として歌った曲。この先のAqoursの展開を期待させると共に9人で過ごしてきた日々が蘇る。6th LIVEではファンの熱い支持により、浦の星交響楽団演奏のもとのパフォーマンスが実現した。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2111", - "masterBgmId": 31002165, - "previewMasterBgmId": 32002165, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/02/06", - "masterReleaseLabelId": 1 - }, - { - "id": 2166, - "name": "Pure heart Pure wish", - "shortName": "Pure heart Pure wish", - "kana": "ヒユアハアトヒュアウイツシュ", - "artist": "黒澤ダイヤ(CV.小宮有紗)", - "detailInfo": "作詞:畑 亜貴
作曲:めんま
編曲:めんま", - "dictionaryReference": "", - "dictionaryComment": "黒澤ダイヤが松浦果南 , 小原鞠莉の2人と共に1年生の時に結成していた初代Aqours の初々しくもピュアな気持ちをとめどなく綴った楽曲。
どことなくμ'sの雰囲気を感じる旋律にダイヤの ~μ's愛~ を強く感じられる . . .", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2166", - "masterBgmId": 31002166, - "previewMasterBgmId": 32002166, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/01/01", - "masterReleaseLabelId": 223061105 - }, - { - "id": 2167, - "name": "センチメンタルレモネード", - "shortName": "センチメンタルレモネード", - "kana": "センチメンタルレモネエト", - "artist": "松浦果南(CV.諏訪ななか)", - "detailInfo": "作詞:畑 亜貴
作曲:江並哲志
編曲:江並哲志", - "dictionaryReference": "", - "dictionaryComment": "高校卒業を控えた最後の夏休み . . . 3年生の松浦果南はこの先の未来に対して漠然とした期待と不安を抱いていた。
そんな感情とは裏腹に内浦の街は平和でのんびりと時間はゆっくりと進んでいて、ちょっとだけセンチメンタルになった感情と大好きな海のある風景の対比を可愛く歌った楽曲。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2167", - "masterBgmId": 31002167, - "previewMasterBgmId": 32002167, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/10", - "masterReleaseLabelId": 223071001 - }, - { - "id": 2168, - "name": "TSUBOMI SEASON", - "shortName": "TSUBOMI SEASON", - "kana": "ツホミシイスン", - "artist": "国木田花丸(CV.高槻かなこ)", - "detailInfo": "作詞:畑 亜貴
作曲:nako
編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "3年生が卒業してしまうという状況の中で残されたメンバー間のギクシャクや綻びを感じつつ、1年生の国木田花丸は自身をもっと高めて行かなくてはと感じている。
一皮も二皮も剥けて成長して行かなくてはならない少女の葛藤を \"花の蕾\" が綻ぶ様とかけた可愛らしくも強い意志を感じられる楽曲。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2168", - "masterBgmId": 31002168, - "previewMasterBgmId": 32002168, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/03", - "masterReleaseLabelId": 223071001 - }, - { - "id": 2169, - "name": "海空のオーロラ", - "shortName": "海空のオーロラ", - "kana": "アオノオオロラ", - "artist": "渡辺 曜(CV.斉藤朱夏)", - "detailInfo": "作詞:畑 亜貴
作曲:T4K
編曲:T4K", - "dictionaryReference": "", - "dictionaryComment": "3年生が卒業してしまう状況下で2年生組はグループを牽引していかなくてはならないという意識を抱き、責任感の強い渡辺 曜も志を新たにしていた。
卒業して行くメンバーがいつでも戻って来れる様な灯台になりたいと言う気持ちと残っているメンバーの \"みちしるべ\" になりたいと言う気持ちを綴っている . . . 船長をしている父親の事を尊敬しているいかにも渡辺 曜らしい楽曲。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2169", - "masterBgmId": 31002169, - "previewMasterBgmId": 32002169, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/17", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2170, - "name": "また君に会うんだ", - "shortName": "また君に会うんだ", - "kana": "マタキミニアウンタ", - "artist": "小原鞠莉(CV.鈴木愛奈)", - "detailInfo": "作詞:畑 亜貴
作曲:前迫潤哉 , Dr.Lilcom , 春川仁志
編曲:Dr.Lilcom", - "dictionaryReference": "", - "dictionaryComment": "ダイヤ・果南との約束であるラブライブ!優勝を果たす為に帰国し、
千歌たちを含む9人のAqoursとして見事優勝を果たした鞠莉が、卒業後の新たな旅立ち・自分自身の人生と向き合う気持ちを歌詞としてしたためた楽曲。", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2170", - "masterBgmId": 31002170, - "previewMasterBgmId": 32002170, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/13", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2171, - "name": "MABOROSHI wing", - "shortName": "MABOROSHI wing", - "kana": "マホロシウインク", - "artist": "津島善子(CV.小林愛香)", - "detailInfo": "作詞:畑 亜貴
作曲:前迫潤哉 , MARI , 春川仁志
編曲:MARI", - "dictionaryReference": "", - "dictionaryComment": "可愛い可愛い【The 天使】の一面と、おっちょこちょいな【Da 天使】
さらには時空も超えて現実世界と幻日異世界を行き来する変幻自在の女の子 \"ヨハネ\" の新しいテーマソング☆", - "bandCategory": 2, - "masterGroupId": 290, - "jacketImageName": "jacket_2171", - "masterBgmId": 31002171, - "previewMasterBgmId": 32002171, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/13", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2172, - "name": "ファボタージュ", - "shortName": "ファボタージュ", - "kana": "フアホタアシユ", - "artist": "わいわいわい(渡辺 曜(CV.斉藤朱夏) , 津島善子(CV.小林愛香) , 黒澤ルビィ(CV.降幡 愛)", - "detailInfo": "作詞:カミカオル
作曲:TOPHAMHAT-KYO(FAKE TYPE.) , TAKAROT , RUSH EYE
編曲:RUSH EYE", - "dictionaryReference": "", - "dictionaryComment": "浦ラジパーソナリティーである \"わいわいわい(渡辺 曜 , 津島善子 , 黒澤ルビィ)\"によるテーマソングCD 「わーいわいわい わいわいわい!」に収録されているカップリング曲。
ラジオを軸にSNSでも積極的に活動していく2020年代らしい言葉遊びが多用された わいわいわい らしい賑やかな楽曲 . . .
*ファボタージュとは \"サボる\" を意味するサボタージュが語源で、ファボ(SNSでいう\"いいね!\"ボタンを押す事)と組み合わせてファボをさぼっている状態を表す造語である。", - "bandCategory": 2, - "masterGroupId": 299, - "jacketImageName": "jacket_2164", - "masterBgmId": 31002172, - "previewMasterBgmId": 32002172, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/09", - "masterReleaseLabelId": 1 - }, - { - "id": 2173, - "name": "空も心も晴れるから (9人Ver.)", - "shortName": "空も心も晴れるから (9人Ver.)", - "kana": "ソラモココロモハレルカライ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:原田 篤(Arte Refact)
編曲:脇眞 富(Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "アニメでは学校の廃校が決まってしまった際に使用された。このことにより挑戦することの中に生まれた「不安」とはまた違う、「挑戦したのに叶わなかった」という感情に変わる「唇噛みつつ」「泣きそう」という歌詞に見て取れる。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2135", - "masterBgmId": 31002173, - "previewMasterBgmId": 32002173, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/07", - "masterReleaseLabelId": 1 - }, - { - "id": 2174, - "name": "想いよひとつになれ (9人Ver.)", - "shortName": "想いよひとつになれ (9人Ver.)", - "kana": "オモイヨヒトツニナレイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:佐伯高志", - "dictionaryReference": "", - "dictionaryComment": "アニメで揃うことのできなかった9人での歌唱が実現した。4thライブではピアノを弾きながら歌う梨子を含めた2年生3人の歌い出しから、梨子が8人が待つステージで踊り、「今更わかった ひとりじゃない」の歌詞が強く刻まれたパフォーマンスとなった。
", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2174", - "masterBgmId": 31002174, - "previewMasterBgmId": 32002174, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/16", - "masterReleaseLabelId": 1 - }, - { - "id": 2175, - "name": "SORA, FUJI, SUNSHINE!", - "shortName": "SORA, FUJI, SUNSHINE!", - "kana": "ソラフシサンシヤイン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:前迫潤哉 , RUSH EYE , 春川仁志
編曲:RUSH EYE", - "dictionaryReference": "", - "dictionaryComment": "Aqours 8周年!富士山!末広がりProject☆テーマソング
結成8周年を経てなお、-富士山のすその・末広がり- の様に \"沼津\" \"Aqours\" がここから広がって
たくさんの人に歌声が届いていって欲しい!というメンバーの願いが込めたられた楽曲 ♪
楽曲内クラップ部分は皆んなに手を叩いて欲しいのと、8周年をかけた「パチパチ!」という歌声がかぶさっていて、
楽しい楽曲となっている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2175", - "masterBgmId": 31002175, - "previewMasterBgmId": 32002175, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/30", - "masterReleaseLabelId": 223100303 - }, - { - "id": 2176, - "name": "恋になりたいAQUARIUM(スクフェスAC)", - "shortName": "恋になりたいAQUARIUM(スクフェスAC)", - "kana": "コイニナリタイアクアリウム", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:佐々倉有吾
編曲:渡辺和紀", - "dictionaryReference": "Aqours 2nd シングル", - "dictionaryComment": "Aqours 2nd シングル表題曲。『ラブライブ!サンシャイン!!』第1回Aqoursセンターポジション総選挙にて1位を獲得した 渡辺 曜 初のセンター楽曲。水族館を題材としたステージで、魚たちとAqoursメンバーが楽しく踊っている様子が描かれた1曲。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2088", - "masterBgmId": 31002176, - "previewMasterBgmId": 32002176, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/04/27", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2177, - "name": "Strawberry Trapper(スクフェスAC)", - "shortName": "Strawberry Trapper(スクフェスAC)", - "kana": "ストロヘリイトラツハア", - "artist": "Guilty Kiss", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:金崎真士", - "dictionaryReference": "『ラブライブ!サンシャイン!!』ユニットCD第三弾!", - "dictionaryComment": "『ラブライブ!サンシャイン!!』ユニットCD第三弾 表題曲。「キミ」に対しての恋心抱いていることに気づかれないように様々な仕掛けをかける。そんなスリルを楽しみながら、最後は誘惑をかけ罠に落としにいく積極的なアプローチを描いた楽曲。その歌詞にピッタリのガンガンな曲調には開幕の「Ready?」の部分からテンションが最高潮まで引き上がる。", - "bandCategory": 2, - "masterGroupId": 203, - "jacketImageName": "jacket_2094", - "masterBgmId": 31002177, - "previewMasterBgmId": 32002177, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/06/08", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2178, - "name": "青空Jumping Heart(スクフェスAC)", - "shortName": "青空Jumping Heart(スクフェスAC)", - "kana": "アオソラシヤンヒンクハアト", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:伊藤 賢 , 光増ハジメ
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』オープニング主題歌", - "dictionaryComment": "TVアニメ『ラブライブ!サンシャイン!!』1期OP主題歌。ラブライブ!らしさを残しながらも新章の幕開けを感じさせるAqours的王道ソング。開幕フェードインのワクワク感からノンストップで駆け上がるテンションが新しい物語の始まりを予感させる。 ", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2096", - "masterBgmId": 31002178, - "previewMasterBgmId": 32002178, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/07/20", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2179, - "name": "ジングルベルがとまらない(スクフェスAC)", - "shortName": "ジングルベルがとまらない(スクフェスAC)", - "kana": "シンクルヘルカトマラナイ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "Aqoursスクフェスコラボシングル第1弾", - "dictionaryComment": "「ラブライブ!スクールアイドルフェスティバル」コラボシングル。王道なクリスマスソングのようで、元気いっぱいなAqoursのカラーは健在。9人分の実写CMが放映された。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2107", - "masterBgmId": 31002179, - "previewMasterBgmId": 32002179, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2016/11/23", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2180, - "name": "HAPPY PARTY TRAIN(スクフェスAC)", - "shortName": "HAPPY PARTY TRAIN(スクフェスAC)", - "kana": "ハツヒイハアテイイトレイン", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:渡辺拓也
編曲:EFFY", - "dictionaryReference": "Aqours 3rd シングル", - "dictionaryComment": "Aqours 3rdシングル。センターポジション総選挙を経てセンターは松浦果南が担当。旅立ちを予感させる切ないメロディーと歌詞の世界観が印象的。楽曲タイトルを掲げた2ndライブは初のツアーとなり、文字通り列車に乗って全国のファンの皆さんの元へ会いに行く事が出来た。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2035", - "masterBgmId": 31002180, - "previewMasterBgmId": 32002180, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2017/04/05", - "masterReleaseLabelId": 224012901 - }, - { - "id": 2181, - "name": "未来の僕らは知ってるよ(スクフェスAC)", - "shortName": "未来の僕らは知ってるよ(スクフェスAC)", - "kana": "ミライノホクラハシツテルヨ", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!サンシャイン!!』2期オープニング主題歌", - "dictionaryComment": "アニメ1期で本戦出場が叶わなかったメンバーのリベンジに燃える気持ちが開幕の「ホンキをぶつけあって手に入れよう未来を」の歌詞でひしひしと伝わってくる。Aqoursの「夢」を掴むまでの姿がこの1曲に込められている。", - "bandCategory": 2, - "masterGroupId": 200, - "jacketImageName": "jacket_2044", - "masterBgmId": 31002181, - "previewMasterBgmId": 32002181, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 1, - "releaseDateTime": "2017/10/25", - "masterReleaseLabelId": 224012901 - }, - { - "id": 3001, - "name": "哀温ノ詩", - "shortName": "哀温ノ詩", - "kana": "アイオンノウタ", - "artist": "エマ・ヴェルデ(CV.指出毬亜)", - "detailInfo": "作詞:Ryota Saito
作曲・編曲:浦島健太 , 山本 匠", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 エマキズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、エマがスイスにいた頃から憧れていたスクールアイドルの曲を写真館で出会った夏川マイから譲り受けたもの。哀愁漂う和バラードとスイス出身のエマの歌声から独特な感動が生まれる。ライブでは、サビで扇子を回す演出が多くの人を魅力している。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003001, - "previewMasterBgmId": 32003001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3002, - "name": "全速ドリーマー", - "shortName": "全速ドリーマー", - "kana": "センソクトリイマア", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake 
作曲:DAICHI , Shunsuke Harada 
編曲:Shunsuke Harada", - "dictionaryReference": "", - "dictionaryComment": "「NEO SKY, NEO MAP!」カップリング。爽快感のある歌いだしとリードギターで明るい世界へと一気に惹き込まれる。R3BIRTHのユニットライブ&ファンミーティングでは、筋トレを彷彿とさせるオリジナルダンスが披露され、大いに話題となった。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3051", - "masterBgmId": 31003002, - "previewMasterBgmId": 32003002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/04", - "masterReleaseLabelId": 1 - }, - { - "id": 3003, - "name": "Just Believe!!!", - "shortName": "Just Believe!!!", - "kana": "シヤストヒリイウ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:ygarshy , PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "既存曲のバージョン違いを除いては、虹ヶ咲学園スクールアイドル同好会に栞子が加入してから初の10人楽曲。イントロで一直線に並ぶ姿は新たな始まりを感じさせる。虹ヶ咲の曲の中ではダンスが激しいのも印象に残っている。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003003, - "previewMasterBgmId": 32003003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3004, - "name": "Fire Bird", - "shortName": "Fire Bird", - "kana": "フアイヤアハアト", - "artist": "朝香果林(CV.久保田未夢)", - "detailInfo": "作詞:BEATNINE
作曲・編曲:Carlos K.", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 果林キズナエピソード20話挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 3rdアルバム収録曲。キズナエピソードにて、果林がファンクラブのみんなへ向けて熱さをぶつけた曲。フラメンコギターとラテン調のリズムが妖艶な雰囲気を醸し出し、燃え上がる火の鳥のような情熱あふれるダンスが魅力的。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003004, - "previewMasterBgmId": 32003004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3005, - "name": "Märchen Star", - "shortName": "Märchen Star", - "kana": "メルヘンスタア", - "artist": "近江彼方(CV.鬼頭明里)", - "detailInfo": "作詞:Ryota Saito
作曲:Ryota Saito、Diz
編曲:Diz", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 彼方キズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、ファンクラブイベントでファンのみんなと夢の中のような世界を表現するために歌った曲。ミュージカル調の三拍子が特徴のメロディで、聴いている人々を夢の世界へと誘うよう。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003005, - "previewMasterBgmId": 32003005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3006, - "name": "Swinging!", - "shortName": "Swinging!", - "kana": "スウインキンク", - "artist": "QU4RTZ", - "detailInfo": "作詞:miyakei、DAICHI
作曲:Keisuke Koyama , DAICHI
編曲:Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "QU4RTZ 2ndシングル。QU4RTZならではの美しいハーモニーを堪能できる一曲。ブランコのような揺れ動く気持ちを歌いながら、ライブではシングルCDのジャケットに描かれているブランコに乗る演出も。ミドルテンポでオシャレなピアノ、カッティングギターが織りなす少し背伸びした大人なポップディスコチューン。
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3006", - "masterBgmId": 31003006, - "previewMasterBgmId": 32003006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/14", - "masterReleaseLabelId": 1 - }, - { - "id": 3007, - "name": "Not Sad", - "shortName": "Not Sad", - "kana": "ノツトサツト", - "artist": "QU4RTZ", - "detailInfo": "作詞:柿沼雅美
作曲:須田悦弘 , 要田 健
編曲:要田 健", - "dictionaryReference": "", - "dictionaryComment": "Not Sadの曲名の通り、前向きな別れを歌った曲。「サヨナラ それは答えじゃない 新しくはじまる道だよ」といった歌詞のように別れを悲しいことととらえず、今までの軌跡を経て次の景色へつながるといった前向きな言葉がきれいなハーモニーと共に心にしみる。
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3006", - "masterBgmId": 31003007, - "previewMasterBgmId": 32003007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/15", - "masterReleaseLabelId": 1 - }, - { - "id": 3008, - "name": "アナログハート", - "shortName": "アナログハート", - "kana": "アナロクハアト", - "artist": "天王寺璃奈(CV.田中ちえ美)", - "detailInfo": "作詞:NOVECHIKA
作曲:米澤森人 , 藤原彩豊
編曲:JOE、藤原彩豊", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 璃奈キズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、ファンクラブイベントをやるにあたり、いつも来てくれていた「静かに璃奈ちゃんの歌を聴きたい」ファン層へ向けてオンラインライブとして披露した曲。もっとみんなと仲良く、繋がりたいといった璃奈の気持ちが込められている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003008, - "previewMasterBgmId": 32003008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3009, - "name": "I'm Still...", - "shortName": "I'm Still...", - "kana": "アイムステイル", - "artist": "ミア・テイラー(CV.内田 秀)", - "detailInfo": "作詞:nana hatori
作曲・編曲:ソラノアルト", - "dictionaryReference": "スクスタストーリー22章挿入歌", - "dictionaryComment": "スクスタストーリー22章挿入歌。音楽一家テイラー家の子として産まれ、期待に押しつぶされて歌えなくなってしまった過去を持つミアが、璃奈やスクールアイドルと出会い再びステージに立つきっかけとなったバラードソング。ラブライブ!シリーズ初の英語主体の歌詞となっている。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003009, - "previewMasterBgmId": 32003009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3010, - "name": "Queendom", - "shortName": "Queendom", - "kana": "クウインタム", - "artist": "鐘 嵐珠(CV.法元明菜)", - "detailInfo": "作詞・作曲・編曲:BEATNINE", - "dictionaryReference": "スクスタストーリー20章挿入歌", - "dictionaryComment": "スクスタストーリー20章挿入歌。スクスタメインストーリーの2nd seasonの始まりを飾った、ランジュの性格を表したような壮大で豪華絢爛な曲。TVアニメ2期第8話では、アクシデントに対しランジュがアカペラでこの曲を披露し、客席の目を引き付けて乗り切ったシーンが印象に残っている。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003010, - "previewMasterBgmId": 32003010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3011, - "name": "Say Good-Bye 涙", - "shortName": "Say Good-Bye 涙", - "kana": "セイクツトハイナミタ", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞・作曲:Akira Sunset
編曲:遠藤ナオキ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 歩夢キズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、歩夢が応援してくれるファンのためにも、自分自身を好きになりたいといった気持ちを歌った楽曲。ありのままの気持ちを歌詞にしており、聴く人々を前向きにしてくれるようなアッパーチューン。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003011, - "previewMasterBgmId": 32003011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3012, - "name": "Margaret", - "shortName": "Margaret", - "kana": "マアカレツト", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞:鈴木エレカ
作曲・編曲:Carlos K.", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 かすみキズナエピソード20話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、かすみのファンクラブだけ会員が増えてないことに対して不安を持ったかすみが、そんな中でも応援してくれるファンへ向けて素の自分を出すために歌った曲。弱さを歌った素直な歌詞や綺麗なバラードから、かすみのありのままが見え隠れしている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003012, - "previewMasterBgmId": 32003012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3013, - "name": "LIKE IT!LOVE IT!", - "shortName": "LIKE IT!LOVE IT!", - "kana": "ライクイツトラフイツト", - "artist": "優木せつ菜(CV.楠木ともり)", - "detailInfo": "作詞:鈴木エレカ
作曲:鈴木まなか , Hiroki Sagawa、要田 健
編曲:要田 健", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 せつ菜キズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、せつ菜が自分の「大好き」をみんなへ広めるために作ったメッセージソング。誰かの「大好き」を代弁するのではなく、自分の思いをのせた方が気持ちが伝わると考えたせつ菜にぴったりの、熱い想いが伝わってくるロックチューン。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003013, - "previewMasterBgmId": 32003013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3014, - "name": "フォルクロア ~歓喜の歌~", - "shortName": "フォルクロア ~歓喜の歌~", - "kana": "フオルクロアカンキノウタ", - "artist": "A・ZU・NA", - "detailInfo": "作詞 : 村木海季男
作曲・編曲 : ソラノアルト", - "dictionaryReference": "", - "dictionaryComment": "同じCDに収録されているMaze Townとは反対に、長調でハイテンポが特徴の楽曲。間奏の転調や「Pure-rara-lu Parira-ta-ta」のハモりからは、「歓喜の歌」といったサブタイトルの通りミュージカル調の明るさが全面に出ている。
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3048", - "masterBgmId": 31003014, - "previewMasterBgmId": 32003014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3015, - "name": "無敵級*ビリーバー", - "shortName": "無敵級*ビリーバー", - "kana": "ムテキキユウヒリイハア", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞:Ayaka Miyake
作曲:DECO*27
編曲:Rockwell", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 アニメーションPV付きシングル。「アニメーションPV付きシングル総選挙」にて1位となったかすみに書き下ろされた曲。鏡の中の自分が弱気になりそうな自分を励ましてくれるような元気になれる歌詞で、一歩踏み出す勇気を与えてくれる。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3015", - "masterBgmId": 31003015, - "previewMasterBgmId": 32003015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/29", - "masterReleaseLabelId": 1 - }, - { - "id": 3016, - "name": "MONSTER GIRLS", - "shortName": "MONSTER GIRLS", - "kana": "モンスタアカアルス", - "artist": "R3BIRTH", - "detailInfo": "作詞・作曲・編曲:Dummy Dog", - "dictionaryReference": "スクスタストーリー28章挿入歌", - "dictionaryComment": "R3BIRTH 1stシングル。スクスタストーリー28章にて、ミアが嵐珠への挑戦状として作った曲。EDM調の重みのあるメロディから4つめのユニットという新時代を彷彿とさせる。歌詞の中に日本語、英語、中国語が含まれており、ユニットメンバー同様に国際色豊かな楽曲である。
", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003016, - "previewMasterBgmId": 32003016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3017, - "name": "オードリー", - "shortName": "オードリー", - "kana": "オオトリイ", - "artist": "桜坂しずく(CV.前田佳織里)", - "detailInfo": "作詞・作曲:月見草
編曲 :菊池博人", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 しずくキズナエピソード12話挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 2ndアルバム収録曲。スクスタキズナエピソードにて、しずくの中の理想のスクールアイドルを本人が演じるためにあなたが用意した曲。今までのしずくの印象とは少し違ったロックなバンドサウンドが特徴。まさしく大女優にふさわしい風格を感じる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003017, - "previewMasterBgmId": 32003017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3018, - "name": "Silent Blaze", - "shortName": "Silent Blaze", - "kana": "サイレントフレイス", - "artist": "近江彼方(CV.鬼頭明里)", - "detailInfo": "作詞:鈴木エレカ
作曲:鈴木エレカ , 田中マッシュ
編曲:田中マッシュ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 彼方キズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルで漫画研究部のテーマソングを担当することになった彼方が、作中のくノ一の気持ちになりきって歌った曲。平和を守るために戦う様を表現したような彼方には珍しいロックチューン。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003018, - "previewMasterBgmId": 32003018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3019, - "name": "Sweet Eyes", - "shortName": "Sweet Eyes", - "kana": "スウイトアイス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:Carlos K. , 田中マッシュ", - "dictionaryReference": "", - "dictionaryComment": "「虹色Passions!」カップリング。虹ヶ咲学園スクールアイドル同好会には珍しい甘々なラブソング。年頃の女の子の片思いな恋愛をポップなメロディと共に綴っている。アメリカン・ディスコを彷彿とさせる、掛け合いが楽しいアッパーなダンスチューン
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3062", - "masterBgmId": 31003019, - "previewMasterBgmId": 32003019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3020, - "name": "エイエ戦サー", - "shortName": "エイエ戦サー", - "kana": "エイエイサア", - "artist": "桜坂しずく(CV.前田佳織里)", - "detailInfo": "作詞:鈴木まなか
作曲:鈴木まなか , 宮澤樹生
編曲:遠藤ナオキ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 しずくキズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルで演劇部のオープニングソングを担当することになったしずくが、歌詞を書いた曲。浪士隊のまとめ役のようにあきらめず自分の信念を貫くしずくを表した和のメロディが強く印象に残る。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003020, - "previewMasterBgmId": 32003020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3021, - "name": "夜明珠(イエミンジュ)", - "shortName": "夜明珠(イエミンジュ)", - "kana": "イエミンシユ", - "artist": "鐘 嵐珠(CV.法元明菜)", - "detailInfo": "作詞・作曲・編曲:BEATNINE", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 ランジュキズナエピソード6話挿入歌", - "dictionaryComment": "キズナエピソードにて、ランジュがニジガク寮に引っ越し、寮のみんなと交流するのを見た「あなた」がランジュの気持ちを考えて作った曲。中国語と英語がふんだんに詰め込まれた魅力あふれるEDM。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003021, - "previewMasterBgmId": 32003021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3022, - "name": "Break The System", - "shortName": "Break The System", - "kana": "フレイクサシステム", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞・作曲:nana hatori , shun ÷1
編曲:shun ÷1", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 歩夢キズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルでSF研究部のオープニングソングを担当することになった歩夢が、自ら歌詞を書いて作った曲。歩夢らしさを出しつつも、歩夢の新しい一面が醸し出されているロックチューン。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003022, - "previewMasterBgmId": 32003022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3023, - "name": "Diabolic mulier", - "shortName": "Diabolic mulier", - "kana": "テイアホリツクミユリイル", - "artist": "宮下 愛(CV.村上奈津実)", - "detailInfo": "作詞:T4K
作曲:T4K , Luis Ogata
編曲:サイトウ リョースケ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 愛キズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルでアナログゲーム制作部のオープニングソングを担当することになった愛が、妖艶な吸血姫をイメージして歌った曲。普段の愛とはずいぶん違ったダークな曲調のギャップに魅了される。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003023, - "previewMasterBgmId": 32003023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3024, - "name": "First Love Again", - "shortName": "First Love Again", - "kana": "フアストラフアケイン", - "artist": "天王寺璃奈(CV.田中ちえ美)", - "detailInfo": "作詞:月見草
作曲:月見草 , 吉村隆行
編曲:吉村隆行", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 璃奈キズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルでゲーム部が製作する映画のテーマソングを担当することになった璃奈が、作曲にチャレンジした曲。記憶を1日しか保てない映画の主人公の気持ちに寄り添った温かいバラードソング。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003024, - "previewMasterBgmId": 32003024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3025, - "name": "Toy Doll", - "shortName": "Toy Doll", - "kana": "トイトオル", - "artist": "ミア・テイラー(CV.内田 秀)", - "detailInfo": "作詞:nana hatori
作曲:宮田'レフティ'リョウ , Carlos K.
編曲:Konnie Aoki", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 ミアキズナエピソード6話挿入歌", - "dictionaryComment": "キズナエピソードにて、スクールアイドル同好会の一員として活動することになったミアが、完璧じゃなくても歌いたいから歌うといった決意とともに作った曲。歌詞がすべて英語の曲はラブライブ!シリーズでこの曲が初となる。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003025, - "previewMasterBgmId": 32003025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3026, - "name": "コンセントレイト!", - "shortName": "コンセントレイト!", - "kana": "コンセントレイト", - "artist": "三船栞子(CV.小泉萌香)", - "detailInfo": "作詞:村木海季男
作曲・編曲:ソラノアルト", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 栞子キズナエピソード14話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルで生徒会のPR動画を作ることになった栞子が前夜祭で披露した曲。ありのままの栞子をスウィングのリズムに合わせて表現している。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003026, - "previewMasterBgmId": 32003026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3027, - "name": "ヤダ!", - "shortName": "ヤダ!", - "kana": "ヤタ", - "artist": "優木せつ菜(CV.楠木ともり)", - "detailInfo": "作詞:Akira Sunset
作曲:Akira Sunset , 菊池博人
編曲:菊池博人", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 せつ菜キズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルでライトノベル研究会のオープニングソングを担当することになったせつ菜が、「萌え」を表現するために歌った曲。映画に出てくる妹ちゃんのようなワガママだけど可愛い様子が歌詞やメロディから感じ取れる。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003027, - "previewMasterBgmId": 32003027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3028, - "name": "Turn it Up!", - "shortName": "Turn it Up!", - "kana": "タアンイツトアツフ", - "artist": "朝香果林(CV.久保田未夢)", - "detailInfo": "作詞:Akira Sunset
作曲:Akira Sunset , 遠藤ナオキ
編曲:遠藤ナオキ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 果林キズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルで映画研究部のオープニングソングを担当することになった果林が、映画の主人公たちを見習ってサックスを練習している様子を見ながら「あなた」が作った曲。青春を感じさせるさわやかなメロディが印象的。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003028, - "previewMasterBgmId": 32003028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3029, - "name": "いつだってfor you!", - "shortName": "いつだってfor you!", - "kana": "イツタツテフオユウ", - "artist": "エマ・ヴェルデ(CV.指出毬亜)", - "detailInfo": "作詞:鈴木エレカ , Carlos K.
作曲:米澤森人 , 藤原彩豊
編曲:藤原彩豊", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 エマキズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルでアニメーション研究部のプロモーションを手伝うことになったエマが、メイド大作戦により「あなた」の作曲イメージを助けて完成させた曲。エマのかわいい魅力がふんだんに詰め込まれた曲となっている。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003029, - "previewMasterBgmId": 32003029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3030, - "name": "TO BE YOURSELF", - "shortName": "TO BE YOURSELF", - "kana": "トウヒイユアセルフ", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞:Ryota Saito
作曲:Ryota Saito、Diz
編曲:Diz", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 かすみキズナエピソード27話挿入歌", - "dictionaryComment": "キズナエピソードにて、校内フィルムフェスティバルで魔法少女研究部のテーマソングを担当することになったかすみが、魔法少女になりきって歌った曲。陰でひたむきに努力する魔法少女のようなかすみの歌からは、前に進む勇気や元気をもらえる。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003030, - "previewMasterBgmId": 32003030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3031, - "name": "THE SECRET NiGHT", - "shortName": "THE SECRET NiGHT", - "kana": "サシイクレツトナイト", - "artist": "DiverDiva", - "detailInfo": "作詞・作曲・編曲:Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "DiverDivaの特徴である愛のラップ、果林の伸びやかな歌声の対比は本楽曲でも健在。愛と果林が顔を寄せ合う振り付けでは、多くのファンがドキドキしたに違いない。クラブで流れている様子がはっきり思い浮かぶほど、思わず踊りたくなるようなミディアムテンポEDMソング。
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3031", - "masterBgmId": 31003031, - "previewMasterBgmId": 32003031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/05/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3032, - "name": "Fly into the sky", - "shortName": "Fly into the sky", - "kana": "フライイントウサスカイ", - "artist": "DiverDiva", - "detailInfo": "作詞:miyakei
作曲・編曲:Em.me", - "dictionaryReference": "", - "dictionaryComment": "静かなイントロから始まり、サビに向けて音が増えていくこの曲は、切ないながらも君との最高の思い出を最高で更新していっている様を感じ取れる。ライブではサビで会場にいるみんなで手を縦に振る振り付けが印象に残る。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3031", - "masterBgmId": 31003032, - "previewMasterBgmId": 32003032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/05/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3034, - "name": "☆ワンダーランド☆", - "shortName": "☆ワンダーランド☆", - "kana": "ワンタアラント", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞:鈴木エレカ
作曲・編曲:NOVECHIKA , TETTA", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 かすみキズナエピソード12話挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 2ndアルバム収録曲。キズナエピソードにて、愛や歩夢に比べて中々ファンクラブの人数が増えないことに悩んだかすみが、自分のファンクラブの楽しさを表現するために作った曲。ライブは大きな旗を振る演出があり大いに盛り上がる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003034, - "previewMasterBgmId": 32003034, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3035, - "name": "Awakening Promise", - "shortName": "Awakening Promise", - "kana": "アウエイキンクフロミス", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:Keisuke Koyama", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第12話挿入歌", - "dictionaryComment": "侑に見てもらうためにスクールアイドルを始めた歩夢が、侑だけではなくファンのみんなへ向けて活動していこうといった、新たな決意を歌った楽曲。TVアニメ1期第12話で披露された場所はTVアニメ1期第1話で「Dream with You」を歌った場所と同じであり、始まりの場所かつ新しい自分のスタートといった対比がされている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3035", - "masterBgmId": 31003035, - "previewMasterBgmId": 32003035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3036, - "name": "Beautiful Moonlight", - "shortName": "Beautiful Moonlight", - "kana": "ヒユウテイフルムウンライト", - "artist": "QU4RTZ", - "detailInfo": "作詞:Ayaka Miyake
作曲:ygarshy
編曲:PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "夜を連想させるようなオシャレなシティポップサウンドとQU4RTZの4人のきれいな歌声が見事にマッチした大人な曲。QU4RTZには少し珍しい動きの多いダンスも特徴的。
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3053", - "masterBgmId": 31003036, - "previewMasterBgmId": 32003036, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3037, - "name": "Butterfly", - "shortName": "Butterfly", - "kana": "ハタフライ", - "artist": "近江彼方(CV.鬼頭明里)", - "detailInfo": "作詞:Ayaka Miyake 
作曲・編曲:Em.me", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第7話挿入歌", - "dictionaryComment": "姉である彼方のことを考えて自分の夢を諦めようとした遥に対するアンサーとして彼方が歌ったオシャレなFuture Bass。近江姉妹の名前である「ハルカカナタ」が歌詞入っていたり、PVに媒体別活動中に展開された4コマ漫画「すごい てん☆ふぇす」の絵が差し込まれていたりとファンに嬉しい小ネタも存在する。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3037", - "masterBgmId": 31003037, - "previewMasterBgmId": 32003037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3038, - "name": "CHASE!", - "shortName": "CHASE!", - "kana": "チエイス", - "artist": "優木せつ菜(CV.楠木ともり)", - "detailInfo": "作詞・作曲 :鈴木エレカ , JOE
編曲:tasuku", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。せつ菜のソロ1曲目の曲。まさにせつ菜を体現したような情熱あふれる曲であり、ラスサビのシャウトには衝撃を受ける。TVアニメ1期第1話では、冒頭のライブでこの曲を披露し、侑と歩夢にスクールアイドルへのきっかけを与えた。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003038, - "previewMasterBgmId": 32003038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3039, - "name": "Cheer for you!!", - "shortName": "Cheer for you!!", - "kana": "チアアフオユウ", - "artist": "A・ZU・NA", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:hot tears , Sheeta.C", - "dictionaryReference": "", - "dictionaryComment": "A・ZU・NA 1st シングル。A・ZU・NA の3人から片思いの恋の応援をされるような曲。「A・Z・U・N・A」のチアのような掛け声や、三拍子などリスナーの心を晴れやかにしてくれるような楽曲。展開が多彩ながらも、掛け声が沢山あり、ライブでも盛り上がり間違いなしの応援ソング。", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3041", - "masterBgmId": 31003039, - "previewMasterBgmId": 32003039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3040, - "name": "DIVE!", - "shortName": "DIVE!", - "kana": "タイフ", - "artist": "優木せつ菜(CV.楠木ともり)", - "detailInfo": "作詞:Ayaka Miyake
作曲:MOMIKEN
編曲:tasuku", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第3話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」1期第3話挿入歌。一度スクールアイドルを辞める気だったせつ菜が、侑との対話で大好きを貫いてもいいという気付きから歌ったロックサウンド。MVではサビの炎やキックの振り付けといったCHASE!を連想させる演出が多々存在する。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3040", - "masterBgmId": 31003040, - "previewMasterBgmId": 32003040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/18", - "masterReleaseLabelId": 1 - }, - { - "id": 3041, - "name": "Dream Land!Dream World!", - "shortName": "Dream Land!Dream World!", - "kana": "トリイムラントトリイムワアルト", - "artist": "A・ZU・NA", - "detailInfo": "作詞:hot tears
作曲:景山将太
編曲:MEGAneCOMIC", - "dictionaryReference": "", - "dictionaryComment": "A・ZU・NA 1st シングル。スウィングの跳ねリズムに乗せながらまるで遊園地にいるかのような楽しい世界へと案内される。歩夢、しずく、せつ菜の性格がバラバラな3人だからこそ歌える個性の詰まった曲。セリフパートではミュージカルのようにゆったりとした曲調に変化するのも面白い。
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3041", - "masterBgmId": 31003041, - "previewMasterBgmId": 32003041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3042, - "name": "Dream with You", - "shortName": "Dream with You", - "kana": "トリイムウイスユウ", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:mitsuyuki miyake , Carlos K.", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第1話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」1期第1話挿入歌。スクールアイドルを目の当たりにして、自分の気持ちに正直になった歩夢が侑の前で披露した曲。サビにかけての転調は、歩夢が新しい挑戦へと前向きに進んでいくような心情が感じ取れる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3042", - "masterBgmId": 31003042, - "previewMasterBgmId": 32003042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/18", - "masterReleaseLabelId": 1 - }, - { - "id": 3043, - "name": "Evergreen", - "shortName": "Evergreen", - "kana": "エハアクリイン", - "artist": "エマ・ヴェルデ(CV.指出毬亜)", - "detailInfo": "作詞・作曲・編曲:Ryota Saito , 近谷直之", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。エマのソロ1曲目の曲。ケルト民謡調のメロディと共に故郷を想いを馳せるような歌詞が特徴で、まさにエマにぴったりの曲である。サビの円を描きながらクラップする振り付けは思わず真似したくなる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003043, - "previewMasterBgmId": 32003043, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3044, - "name": "L!L!L! (Love the Life We Live)", - "shortName": "L!L!L! (Love the Life We Live)", - "kana": "エルエルエルラフサライフウイイライフ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:Keisuke Koyama", - "dictionaryReference": "スクスタストーリー30章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会にミア、嵐珠が加入してから初の12人楽曲。「未知との出会い」「芽生えたときめき」「未来」といった前向きな歌詞や、王道なリードギターのフレーズからこれぞまさにラブライブ!の曲といった印象を受ける。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3044", - "masterBgmId": 31003044, - "previewMasterBgmId": 32003044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3045, - "name": "La Bella Patria", - "shortName": "La Bella Patria", - "kana": "ラヘラハトリア", - "artist": "エマ・ヴェルデ(CV.指出毬亜)", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:齊藤庸介", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第5話挿入歌", - "dictionaryComment": "作中では、スクールアイドル活動をやってみたいけどあと一歩踏み出せなかった果林に向けてエマが披露した応援歌となっている。スイス民謡を感じるようなイントロから一転、駆け抜けるようなサウンドからはスイスの広大な大自然を感じさせられる。PVにはスクフェスのN部員時代の衣装やキャストのTwitter投稿の逆輸入といった小ネタがある。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3045", - "masterBgmId": 31003045, - "previewMasterBgmId": 32003045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3046, - "name": "Love Triangle", - "shortName": "Love Triangle", - "kana": "ラフトライアンクル", - "artist": "DiverDiva", - "detailInfo": "作詞:Ayaka Miyake , 栗原 暁(Jazzin’park)
作曲:久保田真悟(Jazzin’park) , 栗原 暁(Jazzin’park)
編曲:久保田真悟(Jazzin’park)", - "dictionaryReference": "", - "dictionaryComment": "キミとあのコと私の三角関係を歌ったR&B風の大人な曲。三人の関係性をオシャレなメロディに合わせて冬の大三角形と重ね合わせている。ライブではサビで大きな三角形を宙に描く振付が印象に残る。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3073", - "masterBgmId": 31003046, - "previewMasterBgmId": 32003046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3047, - "name": "Love U my friends", - "shortName": "Love U my friends", - "kana": "ラフユウマイフレンス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Kanata Okajima
作曲:Keisuke Koyama , Shunsuke Harada 
編曲:Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 2ndアルバムのリード曲。虹ヶ咲としては初の全員同じ衣装での楽曲。始まりで各々がメンバーカラーに照らされる姿は一度見たら忘れられない。エモーショナルなリードギターや、あなたへの感謝を綴った歌詞は聞くたびに涙が溢れてくる。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003047, - "previewMasterBgmId": 32003047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3048, - "name": "Maze Town", - "shortName": "Maze Town", - "kana": "メイスタウン", - "artist": "A・ZU・NA", - "detailInfo": "作詞:米澤森人 , 藤原彩豊
作曲:米澤森人 , 藤原彩豊 , サイトウ リョースケ , PASSiON KiNG
編曲:サイトウ リョースケ , 藤原彩豊 , PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "A・ZU・NAランドにあるホラーハウスをイメージした、ゴスメタルなホラーサウンドが特徴のまさに七変化を全面に出した曲。A・ZU・NAのUNIT LIVE & FAN MEETING では、この曲にまつわる幕間映像が流された。冒頭のラテン語は「ここからは逃げられない」といった意味が込められている。
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3048", - "masterBgmId": 31003048, - "previewMasterBgmId": 32003048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3049, - "name": "MELODY", - "shortName": "MELODY", - "kana": "メロテイ", - "artist": "優木せつ菜(CV.楠木ともり)", - "detailInfo": "作詞:鈴木エレカ
作曲:鈴木まなか , Hiroki Sagawa
編曲:サイトウ リョースケ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 せつ菜キズナエピソード12話挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 2ndアルバム収録曲。キズナエピソードにて、せつ菜が両親にスクールアイドルが大好きだという本当の気持ちをぶつけるために歌った曲。まっすぐな歌詞や爽快感のあるバンドサウンドからせつ菜の強い想いが伝わってくる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003049, - "previewMasterBgmId": 32003049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3050, - "name": "My Own Fairy-Tale", - "shortName": "My Own Fairy-Tale", - "kana": "マイオウンフエアリイテイル", - "artist": "近江彼方(CV.鬼頭明里)", - "detailInfo": "作詞:Ryota Saito
作曲・編曲:Ryota Saito , Diz", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 彼方キズナエピソード12話挿入歌", - "dictionaryComment": "キズナエピソードにて、妹の遥の自立と共にもっと自分のことも優先していいと気づいた彼方が、自分のわがままを全部詰め込んだ曲。彼方の優しい歌声と共に夢の国へと招待される。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003050, - "previewMasterBgmId": 32003050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3051, - "name": "NEO SKY, NEO MAP!", - "shortName": "NEO SKY, NEO MAP!", - "kana": "ネオスカイネオマツフ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴 
作曲:小高光太郎 , UiNA 
編曲:小高光太郎 , 谷 ナオキ", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会 』1期 ED主題歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」1期ED主題歌。壮大な音楽と心にグッとくる歌詞でED映像のカラフルな傘と共に多くの人の心に残っている曲である。TVアニメ2期第3話では侑がピアノでこの曲を披露した。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3051", - "masterBgmId": 31003051, - "previewMasterBgmId": 32003051, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/04", - "masterReleaseLabelId": 1 - }, - { - "id": 3052, - "name": "Poppin' Up!", - "shortName": "Poppin' Up!", - "kana": "ホツヒンアツフ", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞:Ayaka Miyake
作曲:クボナオキ
編曲:縄田寿志", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第2話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」1期第2話挿入歌。MVの中には無敵級*ビリーバーのMVをオマージュとしたシーンもある。スウィングのリズムに合わせた、かすみならではのポップでキュートなメロディが記憶に残る。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3052", - "masterBgmId": 31003052, - "previewMasterBgmId": 32003052, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/11/18", - "masterReleaseLabelId": 1 - }, - { - "id": 3053, - "name": "Sing & Smile!!", - "shortName": "Sing & Smile!!", - "kana": "シンクアントスマイル", - "artist": "QU4RTZ", - "detailInfo": "作詞・編曲:Carlos K.
作曲:丸谷マナブ , Carlos K.", - "dictionaryReference": "", - "dictionaryComment": "QU4RTZ 1stシングル。壮大なストリングスとQU4RTZのハーモニーが合わさった、歌で聞いた人の心を笑顔にしてくれるような曲。ライブで披露されたマイクスタンドを用いた息の合ったパフォーマンスは必見。", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3053", - "masterBgmId": 31003053, - "previewMasterBgmId": 32003053, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3054, - "name": "Solitude Rain", - "shortName": "Solitude Rain", - "kana": "ソリテユウトレイン", - "artist": "桜坂しずく(CV.前田佳織里)", - "detailInfo": "作詞:Ayaka Miyake 
作曲:鈴木エレカ , JOE 
編曲:JOE", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第8話挿入歌", - "dictionaryComment": "作中では演劇部の舞台発表の劇中歌として披露された。TVアニメ1期第8話のタイトル「しずく、モノクローム」を想起するような、黒と白の衣装も印象に残る。PVにはスクフェスのN部員として登場していた時に着ていた衣装や、「すごい てん☆ふぇす」に登場する担々麺を食べるネタなど、様々なしずくが描かれている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3054", - "masterBgmId": 31003054, - "previewMasterBgmId": 32003054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3055, - "name": "夢への一歩", - "shortName": "夢への一歩", - "kana": "ユメヘノイツホ", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞・作曲:Akira Sunset
編曲:菊池博人", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。歩夢のソロ1曲目の曲。「仲間」であるあなたへ向けた、共に一歩一歩進んでいこうというメッセージ性の強い歌詞が印象に残る。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003055, - "previewMasterBgmId": 32003055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3056, - "name": "ダイアモンド", - "shortName": "ダイアモンド", - "kana": "タイアモント", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞・作曲:鈴木エレカ , JOE
編曲:tasuku", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。かすみのソロ1曲目の曲。かすみの性格をまっすぐ表した曲であり、かわいさやあざとさが曲のあちこちに散りばめられている。曲中の「L・O・V・E!かすみん!」コールは大いに盛り上がる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003056, - "previewMasterBgmId": 32003056, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3057, - "name": "あなたの理想のヒロイン", - "shortName": "あなたの理想のヒロイン", - "kana": "アナタノリソウノヒロイン", - "artist": "桜坂しずく(CV.前田佳織里)", - "detailInfo": "作詞・作曲:月見草
編曲:遠藤ナオキ", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。しずくのソロ1曲目の曲。演劇部の後輩の立場から憧れの先輩への想いを綴った曲であり、しずくが演劇部にも在籍していることとマッチしている。MVやライブでは曲の最後に声を出さずに告げるセリフがある。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003057, - "previewMasterBgmId": 32003057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3058, - "name": "Starlight", - "shortName": "Starlight", - "kana": "スタアライト", - "artist": "朝香果林(CV.久保田未夢)", - "detailInfo": "作詞・作曲 ・編曲:BEATNINE", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。果林のソロ1曲目の曲。果林のイメージ通りなセクシーさやかっこよさをふんだんに取り込んだEDMソング。MVやライブではレーザーや照明に加え激しいダンスを交えた壮大な空間が出来上がる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003058, - "previewMasterBgmId": 32003058, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3059, - "name": "めっちゃGoing!!", - "shortName": "めっちゃGoing!!", - "kana": "メツチヤコオインク", - "artist": "宮下 愛(CV.村上奈津実)", - "detailInfo": "作詞:Akira Sunset
作曲:Akira Sunset , Carlos K.
編曲:Carlos K.", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。愛のソロ1曲目の曲。愛が好きなダジャレやギャル語が歌詞にふんだんに使われており、聴くとテンションが上がるようなアッパーチューン。DiverDivaのユニットライブ&ファンミーティングでは愛と果林のデュエットVer.が披露された。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003059, - "previewMasterBgmId": 32003059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3060, - "name": "眠れる森に行きたいな", - "shortName": "眠れる森に行きたいな", - "kana": "ネムレルモリニイキタイナ", - "artist": "近江彼方(CV.鬼頭明里)", - "detailInfo": "作詞・作曲・編曲:Ryota Saito , Diz", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。彼方のソロ1曲目の曲。夢の国に誘われるようなゆったりとした曲となっており、彼方の性格そのものを表しているといえるだろう。MVやライブではベッドが現れ、最後彼方は眠りにつく。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003060, - "previewMasterBgmId": 32003060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3061, - "name": "ドキピポ☆エモーション", - "shortName": "ドキピポ☆エモーション", - "kana": "トキヒホエモオシヨン", - "artist": "天王寺璃奈(CV.田中ちえ美)", - "detailInfo": "作詞・作曲・編曲:NOVECHIKA , 菊池博人", - "dictionaryReference": "スクスタストーリー2章挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 1stアルバム収録曲。璃奈のソロ1曲目の曲。感情を表に出すのが苦手な璃奈が、「璃奈ちゃんボード」を装着した時の心情を歌詞に表している。ピコピコ音が目立つ電波ソングで「璃奈ちゃんボード」コールは定番の盛り上がりポイントである。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003061, - "previewMasterBgmId": 32003061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3062, - "name": "虹色Passions!", - "shortName": "虹色Passions!", - "kana": "ニシイロハツシヨンス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:Keisuke Koyama", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』1期 OP主題歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」第1期OP主題歌。「ソロアイドル」という新しいプロジェクトの中にもラブライブ!らしさは健在であることをアピールするような全員曲。壮大なストリングスと光るベースラインが魅せる。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3062", - "masterBgmId": 31003062, - "previewMasterBgmId": 32003062, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/10/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3063, - "name": "Wish", - "shortName": "Wish", - "kana": "ウイツシユ", - "artist": "朝香果林(CV.久保田未夢)", - "detailInfo": "作詞:BEATNINE
作曲:Carlos K.
編曲:Carlos K. , JOE", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 果林キズナエピソード12話挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 2ndアルバム収録曲。キズナエピソードにて、周りからの期待に応えようとし続けてきた果林に対し、あなたが「もっと素直になっていいんだよ」と送ったメッセージソング。普段の果林とのギャップに恋したファンも少なくないはず。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003063, - "previewMasterBgmId": 32003063, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3064, - "name": "翠いカナリア", - "shortName": "翠いカナリア", - "kana": "アオイカナリア", - "artist": "三船栞子(CV.小泉萌香)", - "detailInfo": "作詞:中村 歩 , 鈴木エレカ , JOE
作曲・編曲:今川トモミチ , 鈴木エレカ , JOE", - "dictionaryReference": "スクスタストーリー27章挿入歌", - "dictionaryComment": "スクスタストーリー27章挿入歌。教育実習生として虹ヶ咲学園にやってきた栞子の姉薫子に対し、守られるだけの子供ではなく対等な人間として扱ってほしいことを叫んだ魂の一曲。ロックな曲調に合わせた栞子の熱い想いが歌詞から伝わってくる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3016", - "masterBgmId": 31003064, - "previewMasterBgmId": 32003064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/06", - "masterReleaseLabelId": 1 - }, - { - "id": 3065, - "name": "夢がここからはじまるよ", - "shortName": "夢がここからはじまるよ", - "kana": "ユメカココカラハシマルヨ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:中村 歩 , 野口大志", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第13話挿入歌", - "dictionaryComment": "TVアニメの作中で初めてソロではなく全員で歌唱をした、「あなた」の背中を押してくれるような曲。そのMVには各々のソロの振り付けや、First Liveのステージが再現されていたりと、ファンが嬉しい様々な仕掛けが施されている。3rd LiveではTVアニメ1期第13話の流れが再現され、多くの人の心に残っている。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3065", - "masterBgmId": 31003065, - "previewMasterBgmId": 32003065, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/13", - "masterReleaseLabelId": 1 - }, - { - "id": 3066, - "name": "VIVID WORLD", - "shortName": "VIVID WORLD", - "kana": "ヒヒツトワアルト", - "artist": "朝香果林(CV.久保田未夢)", - "detailInfo": "作詞:Ayaka Miyake 
作曲:Luis Ogata 
編曲:TeddyLoid", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第9話挿入歌", - "dictionaryComment": "作中では「ダイバーフェス」にて披露された曲の通り、大きなフェスを連想させるようなEDM。「一人きりじゃきっと知らずにいた弱さ痛み翳り全部」といった歌詞のように、果林のもともとの弱さを歌いつつ、TVアニメ1期9話のタイトルであり、ニジガクにとって重要なフレーズである「仲間でライバル、ライバルだけど仲間」を体現した曲となっている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3066", - "masterBgmId": 31003066, - "previewMasterBgmId": 32003066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/16", - "masterReleaseLabelId": 1 - }, - { - "id": 3067, - "name": "サイコーハート", - "shortName": "サイコーハート", - "kana": "サイコオハアト", - "artist": "宮下 愛(CV.村上奈津実)", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:PASSiON KiNG", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第4話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」1期第4話挿入歌。歌詞は笑顔や太陽がテーマとなっており、その中にも愛の好きなダジャレは健在。ゆったりな歌いだしから一気にテンションが上がっていく。朝に聞きたい一曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3067", - "masterBgmId": 31003067, - "previewMasterBgmId": 32003067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3068, - "name": "ツナガルコネクト", - "shortName": "ツナガルコネクト", - "kana": "ツナカルコネクト", - "artist": "天王寺璃奈(CV.田中ちえ美)", - "detailInfo": "作詞:Ayaka Miyake
作曲:DECO*27
編曲:ポリスピカデリー", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』第6話挿入歌", - "dictionaryComment": "感情を顔に出すことが苦手な璃奈が、「璃奈ちゃんボード」を駆使してソロライブを行った時に披露された曲。リアルの会話で発言を巻き戻すことができないことを「[Ctrl]+[Z]きかないし」といった璃奈ならではの歌詞で表している。機械が得意な璃奈に似合ったピコピコサウンドのチップチューン。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3068", - "masterBgmId": 31003068, - "previewMasterBgmId": 32003068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3069, - "name": "やがてひとつの物語", - "shortName": "やがてひとつの物語", - "kana": "ヤカテヒトツノモノカタリ", - "artist": "桜坂しずく(CV.前田佳織里)", - "detailInfo": "作詞・作曲:月見草
編曲:菊池博人", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 しずくキズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、ファンクラブのみんなへ、朗読劇と歌を届けるために披露した曲。しずくが考えた「すべての、始まりの物語」をしずくの演じる「ある少女の物語」が一曲を通してミュージカルのように綴られている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003069, - "previewMasterBgmId": 32003069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3070, - "name": "楽しいの天才", - "shortName": "楽しいの天才", - "kana": "タノシイノテンサイ", - "artist": "宮下 愛(CV.村上奈津実)", - "detailInfo": "作詞:Akira Sunset
作曲:Akira Sunset , Carlos K.
編曲:Carlos K.", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 愛キズナエピソード21話挿入歌", - "dictionaryComment": "「スクスタ」キズナエピソードにて、病院にいるみんなに向けて「楽しい」を伝えるため、元気にするためにライブした時に披露した曲。愛が好きなダジャレとラップが入り混ざったアッパーで笑顔になれるチューン。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003070, - "previewMasterBgmId": 32003070, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3071, - "name": "決意の光", - "shortName": "決意の光", - "kana": "ケツイノヒカリ", - "artist": "三船栞子(CV.小泉萌香)", - "detailInfo": "作詞・作曲・編曲:中村 歩、菊池博人", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 栞子キズナエピソード6話挿入歌", - "dictionaryComment": "キズナエピソードにて、スクールアイドル同好会の一員となった栞子が自分自身の新たな始まりを歌った曲。スクールアイドル活動を通して、自分の漠然とした大きな夢を和ロックのメロディに乗せて歌い上げている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003071, - "previewMasterBgmId": 32003071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3072, - "name": "未来ハーモニー", - "shortName": "未来ハーモニー", - "kana": "ミライハアモニイ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Kanata Okajima
作曲:Akira Sunset , ulala
編曲:ulala , Akira Sunset", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会としては初めてのアニメーションPV付きシングルのカップリング曲。カップリングであるこの曲も1コーラスだけアニメーションPVが制作された。壮大なストリングスと共にこれから始まる明るい未来への前向きな歌詞が多くの人の心に残っている。TVアニメ2期第11話ではアレンジされたBGMが使われた。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3072", - "masterBgmId": 31003072, - "previewMasterBgmId": 32003072, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/07/29", - "masterReleaseLabelId": 1 - }, - { - "id": 3073, - "name": "SUPER NOVA", - "shortName": "SUPER NOVA", - "kana": "スウハアノウア", - "artist": "DiverDiva", - "detailInfo": "作詞・作曲・編曲: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "DiverDiva 1stシングル。「仲間でライバル」を体現したDiverDivaならではの本格派ダンスミュージック。銀河をイメージしたこの楽曲は、愛の勢いのあるラップと果林の大人びた歌声等、「月」と「太陽」のような二人の関係性を表す様々な対比が楽しむことができる。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3073", - "masterBgmId": 31003073, - "previewMasterBgmId": 32003073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/02/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3074, - "name": "開花宣言", - "shortName": "開花宣言", - "kana": "カイカセンケン", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞・作曲:Akira Sunset
編曲:遠藤ナオキ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 歩夢キズナエピソード12話挿入歌", - "dictionaryComment": "キズナエピソードにて、ファンレターのお礼を歌詞に乗せて伝えようと思った歩夢が完成させた曲。開花宣言の花はガーベラで花言葉は「常に前進」。ファンのみんなと共に成長していこうという歩夢の前向きな気持ちが表れている。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003074, - "previewMasterBgmId": 32003074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3075, - "name": "友 & 愛", - "shortName": "友 & 愛", - "kana": "ユウアントアイ", - "artist": "宮下 愛(CV.村上奈津実)", - "detailInfo": "作詞:Akira Sunset
作曲:Carlos K.
編曲:Carlos K. , Konnie Aoki", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 愛キズナエピソード12話挿入歌", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会 2ndアルバム収録曲。キズナエピソードにて、愛のファングループ「愛トモ」のメンバーである「あい友」へ向けた感謝のサプライズとして愛が作詞した曲である。友情や愛情をテーマにした歌詞で聴く人を笑顔にしてくれる。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003075, - "previewMasterBgmId": 32003075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3076, - "name": "声繋ごうよ", - "shortName": "声繋ごうよ", - "kana": "コエツナコウヨ", - "artist": "エマ・ヴェルデ(CV.指出毬亜)", - "detailInfo": "作詞:Ryota Saito
作曲・編曲:浦島健太 , 山本 匠", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 エマキズナエピソード12話挿入歌", - "dictionaryComment": "キズナエピソードにて、保育園のボランティアに行ったエマが浮かない顔した子にも楽しい気持ちが届くようにと「あなた」と共に作った曲。First Liveではエピソードをもとにキッズダンサーがゲストで出演し、エマと一緒に踊った。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003076, - "previewMasterBgmId": 32003076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3077, - "name": "テレテレパシー", - "shortName": "テレテレパシー", - "kana": "テレレテハシイ", - "artist": "天王寺璃奈(CV.田中ちえ美)", - "detailInfo": "作詞:NOVECHIKA , クボナオキ
作曲:クボナオキ
編曲:縄田寿志", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 璃奈キズナエピソード12話挿入歌", - "dictionaryComment": "キズナエピソードにて、璃奈が初めて璃奈ちゃんボードを外して歌った楽曲。キズナエピソード12話が配信されたときはSNSなどで大きな話題となった。ライブではテレパシーステッキを振る振付が印象に残る。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3047", - "masterBgmId": 31003077, - "previewMasterBgmId": 32003077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2019/10/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3078, - "name": "TOKIMEKI Runners", - "shortName": "TOKIMEKI Runners", - "kana": "トキメキランナアス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:矢鴇つかさ(Arte Refact)", - "dictionaryReference": "『ラブライブ!スクールアイドルフェスティバル ALL STARS』 オープニングテーマ", - "dictionaryComment": "「ラブライブ!スクールアイドルフェスティバル ALL STARS」テーマソング。1stアルバムのリード曲。虹ヶ咲学園スクールアイドル同好会の始まりの曲であり、ライブでも定番の曲となっている。オープニングムービーではμ's、Aqours、虹ヶ咲の3校27人で踊るステージが印象的だった。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3078", - "masterBgmId": 31003078, - "previewMasterBgmId": 32003078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2018/11/21", - "masterReleaseLabelId": 1 - }, - { - "id": 3079, - "name": "ミラクル STAY TUNE!(Ver.1.)", - "shortName": "ミラクル STAY TUNE!(Ver.1.)", - "kana": "ミラクルステイチユウンア", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:NOVECHIKA
作曲:NOVECHIKA , 吉村隆行
編曲:遠藤ナオキ", - "dictionaryReference": "", - "dictionaryComment": "「ラブライブ!シリーズのオールナイトニッポンGOLD」タイアップ企画スプリットシングル。ラジオタイアップにふさわしく賑やかで楽しい雰囲気が印象的なアッパーチューン。曲間には実際にラジオのコーナーのような12人の掛け合いがあり、4thライブでは関西弁Ver.も披露された。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3079", - "masterBgmId": 31003079, - "previewMasterBgmId": 32003079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3080, - "name": "Colorful Dreams! Colorful Smiles!", - "shortName": "Colorful Dreams! Colorful Smiles!", - "kana": "カラフルトリームスカラフルスマイルス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲:要田 健 , Carlos K.
編曲:要田 健 , tasuku", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 OP主題歌", - "dictionaryComment": "イントロのコールが印象的な一曲。MVはお台場の海上でメンバーが歌っており、合間にはお台場や有明、豊洲など虹ヶ咲学園の舞台が描かれている。虹ヶ咲 5th ライブでは開幕をこの曲と衣装で飾っており、会場を一気に温めた。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3080", - "masterBgmId": 31003080, - "previewMasterBgmId": 32003080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/20", - "masterReleaseLabelId": 1 - }, - { - "id": 3081, - "name": "トワイライト", - "shortName": "トワイライト", - "kana": "トワイライト", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:鈴木エレカ
作曲:鈴木エレカ , JOE
編曲:JOE", - "dictionaryReference": "", - "dictionaryComment": "「青春の時間は永遠じゃないのかもしれない」「出逢えてよかった」といった出会いや別れを感じさせる歌詞と哀愁を感じるメロディからは残された時間を精一杯楽しもうといった気持ちを感じることができる。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3080", - "masterBgmId": 31003081, - "previewMasterBgmId": 32003081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/20", - "masterReleaseLabelId": 1 - }, - { - "id": 3082, - "name": "夢が僕らの太陽さ", - "shortName": "夢が僕らの太陽さ", - "kana": "ユメカホクラノタイヨウサ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:新田目 駿(HANO)", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 ED主題歌", - "dictionaryComment": "今日泣いちゃうようなことがあっても明日はまた笑顔でいようといった前向きな歌詞と、徐々に人が集まっていくように音数が増えていく構成が印象に残る。ライブではMVでメンバーが持っていた花を侑のもとへ渡す演出があり、心が温まった。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3082", - "masterBgmId": 31003082, - "previewMasterBgmId": 32003082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3083, - "name": "繚乱!ビクトリーロード(type A)", - "shortName": "繚乱!ビクトリーロード(type A)", - "kana": "リョウランヒクトリーロートア", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:チバニャン", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会のメンバーの自己紹介ソング。type Aでは前半のかすみ・璃奈・愛・エマ・果林・せつ菜の紹介をしている。耳に残る壮大なEDMとポップな自己紹介や「繚乱!虹ヶ咲」のコールが多くの人の耳に残っている。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3082", - "masterBgmId": 31003083, - "previewMasterBgmId": 32003083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3084, - "name": "Eutopia", - "shortName": "Eutopia", - "kana": "ユートヒア", - "artist": "鐘 嵐珠(CV.法元明菜)", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:*Luna , 角野寿和", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第1話挿入歌", - "dictionaryComment": "TVアニメ2期の開幕を象徴するかのようなランジュの迫力のあるダンスやメロディが特徴的。作曲はミア。MVではQueendomの衣装で同曲のダンスの振りのポーズをするカットがあり、小ネタも楽しめる。
", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3084", - "masterBgmId": 31003084, - "previewMasterBgmId": 32003084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 3085, - "name": "ENJOY IT!", - "shortName": "ENJOY IT!", - "kana": "エンショイイット", - "artist": "QU4RTZ", - "detailInfo": "作詞:鈴木エレカ
作曲:宮田'レフティ'リョウ , Carlos K.
編曲:宮田'レフティ'リョウ", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第3話挿入歌", - "dictionaryComment": "同好会の良さをランジュに知ってもらうためにかすみ・璃奈・エマ・彼方の4人がユニットを結成し、絆を深めて作り上げた曲。ライブでは会場全体がサビ前のクラップやサビのキャッチーな振り付けで大いに盛り上がった。
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3085", - "masterBgmId": 31003085, - "previewMasterBgmId": 32003085, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 3086, - "name": "4 SEASONS", - "shortName": "4 SEASONS", - "kana": "フォーシースンス", - "artist": "QU4RTZ", - "detailInfo": "作詞:ぱはむたん , Luis Ogata
作曲:Luis Ogata
編曲:Luis Ogata", - "dictionaryReference": "", - "dictionaryComment": "春・夏・秋・冬と巡る季節の移り変わりを今まで過ごしてきた思い出をテーマにした歌詞とエモーショナルなメロディに乗せて歌った曲。QU4RTZの4人が織りなすハーモニーは勿論、ユニゾンも映える曲となっている。
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3085", - "masterBgmId": 31003086, - "previewMasterBgmId": 32003086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/11", - "masterReleaseLabelId": 1 - }, - { - "id": 3087, - "name": "Eternal Light", - "shortName": "Eternal Light", - "kana": "エターナルライト", - "artist": "DiverDiva", - "detailInfo": "作詞・作曲・編曲:Dummy Dog", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第4話挿入歌", - "dictionaryComment": "愛と果林が、QU4RTZと違って互いの個性をステージ上でぶつけ合うライバルのようなデュオを組んで誕生したDiverDivaがライブで披露した曲。2人の息の合ったパフォーマンスと疾走感のあるドラムンベースが魅力的。
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3087", - "masterBgmId": 31003087, - "previewMasterBgmId": 32003087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3088, - "name": "恋するMagic‼", - "shortName": "恋するMagic‼", - "kana": "コイスルマシック", - "artist": "DiverDiva", - "detailInfo": "作詞:ぱはむたん , PASSiON KiNG
作曲・編曲:PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "DiverDivaには珍しい恋を歌ったポップな曲。冒頭の「ちゅちゅちゅちゅ すきすき ちゅちゅちゅちゅ ラブラりん」のフレーズはDiverDivaファンミーティング内での発言が元ネタとなっている。
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3087", - "masterBgmId": 31003088, - "previewMasterBgmId": 32003088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/05/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3089, - "name": "Infinity!Our wings‼", - "shortName": "Infinity!Our wings‼", - "kana": "インフィニティアワーウィンクス", - "artist": "A・ZU・NA", - "detailInfo": "作詞:鈴木エレカ
作曲・編曲:Keisuke Koyama", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第6話挿入歌", - "dictionaryComment": "TVアニメ2期、第2回スクールアイドルフェスティバルの前夜祭にて、「大好きを隠す必要がない」と演説し、生徒会長がせつ菜と同一人物である事を暴露した後に披露した曲。A・ZU・NAらしく各自のパートによって雰囲気がガラッと変わる、まるで遊園地のような曲となっている。
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3089", - "masterBgmId": 31003089, - "previewMasterBgmId": 32003089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 3090, - "name": "Poker face&お願い!Fairy", - "shortName": "Poker face&お願い!Fairy", - "kana": "ホーカーフェイスアントオネカイフェアリー", - "artist": "A・ZU・NA", - "detailInfo": "作詞・作曲:新Q , 馬場龍樹
編曲:馬場龍樹", - "dictionaryReference": "", - "dictionaryComment": "七変化ユニットA・ZU・NAの本曲のテーマはジェラシー。ファンミーティングで出たキーワードを元に作られた。教室で好きな人に話しかけてもらいたいけど自分からアピールできないモヤモヤした様子を歌っている。イントロの3人のハモりが印象的である。
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3089", - "masterBgmId": 31003090, - "previewMasterBgmId": 32003090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/08", - "masterReleaseLabelId": 1 - }, - { - "id": 3091, - "name": "EMOTION", - "shortName": "EMOTION", - "kana": "エモーション", - "artist": "三船栞子(CV.小泉萌香)", - "detailInfo": "作詞・作曲・編曲:tofubeats", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第7話挿入歌", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」2期第7話挿入歌。「EMOTION(感情)」という曲名の通りイントロで感情を抑えていた栞子が自分の気持ちに素直になりサビで笑顔になるMVが印象に残る。スクールアイドルのことが大好きな気持ちを思い出した栞子の秒針がまた動き出す。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3091", - "masterBgmId": 31003091, - "previewMasterBgmId": 32003091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 3092, - "name": "stars we chase", - "shortName": "stars we chase", - "kana": "スタースウィーチェイス", - "artist": "ミア・テイラー(CV.内田 秀)", - "detailInfo": "作詞:Konnie Aoki
作曲・編曲:TeddyLoid", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第9話挿入歌", - "dictionaryComment": "音楽の名門テイラー家の次女として歌うことを期待されたが、背負うものの大きさにステージに背を向け、一度は作曲家の道に進んだミア。しかし璃奈との会話をきっかけに再び歌うことを決意し、香港に帰ろうとするランジュに向けて歌った曲。全編英語の歌詞でミアの想いが語られている。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3092", - "masterBgmId": 31003092, - "previewMasterBgmId": 32003092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/22", - "masterReleaseLabelId": 1 - }, - { - "id": 3094, - "name": "Level Oops! Adventures", - "shortName": "Level Oops! Adventures", - "kana": "レヘルオッフスアトヘンチャース", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:T4K", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会のメンバーがゲームセンターで一日中遊んでいる楽しい曲。歌詞に合わせてリズムが変わったりと聞くととても楽しい気持ちになれるロックチューン。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3125", - "masterBgmId": 31003094, - "previewMasterBgmId": 32003094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3095, - "name": "Fashionista", - "shortName": "Fashionista", - "kana": "ファッショニスタ", - "artist": "DiverDiva", - "detailInfo": "作詞・作曲・編曲: Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」Blu-ray特典曲。トランペットやクラップ音を用いることによりジャズとEDMを融合させたような、新しくもDiverDivaらしさのある重低音ダンスチューン。
", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3095", - "masterBgmId": 31003095, - "previewMasterBgmId": 32003095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/06/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3096, - "name": "Fuwa Fuwaアワー!", - "shortName": "Fuwa Fuwaアワー!", - "kana": "フワフワアワー", - "artist": "QU4RTZ", - "detailInfo": "作詞・作曲・編曲:中村歩 , 菊池博人", - "dictionaryReference": "", - "dictionaryComment": "お泊まり会をしてみんなでお風呂で楽しんでいるQU4RTZの4人を歌った曲。ゆったりとした曲調に4人の歌声がよく馴染んでおり、寝る前に聴くとそのままぐっすりと眠れそうなほどリラックスできる。
", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3096", - "masterBgmId": 31003096, - "previewMasterBgmId": 32003096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3097, - "name": "ロマンスの中で", - "shortName": "ロマンスの中で", - "kana": "ロマンスノナカテ", - "artist": "A・ZU・NA", - "detailInfo": "作詞:ぱはむたん
作曲:ぱはむたん , 犬塚タクミ
編曲:犬塚タクミ", - "dictionaryReference": "", - "dictionaryComment": "シアタールームで映画を見ながら「私が主人公だったら・・・」と妄想しているA・ZU・NAの3人を歌った曲。A・ZU・NAには珍しいゆったりとしたバラード調の曲を見事に優しく歌い上げている。
", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3097", - "masterBgmId": 31003097, - "previewMasterBgmId": 32003097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3098, - "name": "Look at me now", - "shortName": "Look at me now", - "kana": "ルックアットミーナウ", - "artist": "R3BIRTH", - "detailInfo": "作詞:miyakei、ERECA
作曲・編曲:Add108", - "dictionaryReference": "", - "dictionaryComment": "SNSのショート動画を撮って世界中を虜にしてしまおう!と遊んでいるR3BIRTHの3人を歌った曲。R3BIRTHならではの国際色溢れる歌詞やかっこいいEDM調のメロディはこの曲でも健在。
", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3098", - "masterBgmId": 31003098, - "previewMasterBgmId": 32003098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3099, - "name": "永遠の一瞬", - "shortName": "永遠の一瞬", - "kana": "エイエンノイッシュン", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Akira Sunset
作曲:馬場龍樹
編曲:縄田寿志", - "dictionaryReference": "スクスタストーリー41章挿入歌", - "dictionaryComment": "スクールアイドルの「夢を追う姿」に劣等感を感じた「あなた」がメンバーからの励ましの言葉と共に自分が人の「夢」を支えてきたことに気づき、その気持ちから生まれた楽曲。5thライブではこれまでのニジガクの歩みを感じるPVの後に歌われた。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3099", - "masterBgmId": 31003099, - "previewMasterBgmId": 32003099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3100, - "name": "Hurray Hurray", - "shortName": "Hurray Hurray", - "kana": "フレエフレエ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ryota Saito
作曲:Ryota Saito , Diz
編曲:Diz", - "dictionaryReference": "", - "dictionaryComment": "いつか別々の道に進んだとしても友情は変わらない、といった青春の1ページを感じさせるような応援ソング。ライブでは侑を含めた13人で旗を振ってみんなを応援するような演出もあり、会場が大いに盛り上がった。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3100", - "masterBgmId": 31003100, - "previewMasterBgmId": 32003100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/06/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3101, - "name": "POWER SPOT!!", - "shortName": "POWER SPOT!!", - "kana": "ハワースホット", - "artist": "DiverDiva", - "detailInfo": "作詞:鈴木エレカ
作曲・編曲:Carlos K.", - "dictionaryReference": "", - "dictionaryComment": "DiverDivaといえば!といったらこれといえるようなEDMサウンドをふんだんに使ったダンスチューン。ボードゲーム対決で白熱する様子を通して、二人の関係を歌っている。愛と果林のライバル関係を具現化したようなライブパフォーマンスには目を引かれるものがある。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3101", - "masterBgmId": 31003101, - "previewMasterBgmId": 32003101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3102, - "name": "祭花 -saika-", - "shortName": "祭花 -saika-", - "kana": "サイカ", - "artist": "DiverDiva", - "detailInfo": "作詞・作曲・編曲:Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "「みんなで決めるニジガクの歌♪」で決まった楽曲テーマ「夏祭り」を元に制作された、すこしなつかしい感覚のR&B。ライブではバックモニターの映像と共に夏祭りの花火の情景が目に浮かぶような演出がなされる。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3102", - "masterBgmId": 31003102, - "previewMasterBgmId": 32003102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/03/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3103, - "name": "Kakushiaji!", - "shortName": "Kakushiaji!", - "kana": "カクシアシ", - "artist": "A・ZU・NA", - "detailInfo": "作詞:nana hatori
作曲:PASSiON KiNG , サイトウ リョースケ , nana hatori
編曲:サイトウ リョースケ", - "dictionaryReference": "", - "dictionaryComment": "A・ZU・NAの3人がお家で料理をしている様を、swing調の音楽に合わせて楽しく歌った楽曲。ライブでは、歌詞に出てくる隠し味のタバスコやクリームシチューの材料が小道具として登場し、会場を大いに盛り上げた。", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3103", - "masterBgmId": 31003103, - "previewMasterBgmId": 32003103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/01/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3104, - "name": "Happy Nyan! Days", - "shortName": "Happy Nyan! Days", - "kana": "ハッヒーニャンテイス", - "artist": "A・ZU・NA", - "detailInfo": "作詞:PASSiON KiNG , Rico
作曲・編曲:PASSiON KiNG , JOE", - "dictionaryReference": "", - "dictionaryComment": "「みんなで決めるニジガクの歌♪」で決まった楽曲テーマ「猫の日」を元に制作した楽曲。4thライブでは、ほかのニジガクメンバーも猫耳を付けてステージ上で一緒にパフォーマンスをし、会場に衝撃を与えた。", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3104", - "masterBgmId": 31003104, - "previewMasterBgmId": 32003104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3105, - "name": "Make-up session ABC", - "shortName": "Make-up session ABC", - "kana": "メイクアッフセッションエーヒーシー", - "artist": "QU4RTZ", - "detailInfo": "作詞:要田 健
作曲:須田悦弘 , 要田 健
編曲:須田悦弘", - "dictionaryReference": "", - "dictionaryComment": "イントロからQU4RTZのハーモニーをふんだんに楽しむことのできる一曲。メイクをする女の子の頑張りが歌詞やメロディから感じ取れる。ライブではリップやミラーなどの小道具も登場し、より楽曲の世界観に浸ることができる演出となっていた。", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3105", - "masterBgmId": 31003105, - "previewMasterBgmId": 32003105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3106, - "name": "Twinkle Town", - "shortName": "Twinkle Town", - "kana": "トィンクルタウン", - "artist": "QU4RTZ", - "detailInfo": "作詞:Rico
作曲:Rico , 田中マッシュ
編曲:田中マッシュ", - "dictionaryReference": "", - "dictionaryComment": "「みんなで決めるニジガクの歌♪」で決まった楽曲テーマ「クリスマス」を元に制作した楽曲。ライブではQU4RTZの4人がサンタクロースのケープを羽織り、クリスマスの情景が浮かんでくるような雰囲気に包まれた。", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3106", - "masterBgmId": 31003106, - "previewMasterBgmId": 32003106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/05/26", - "masterReleaseLabelId": 1 - }, - { - "id": 3107, - "name": "繚乱!ビクトリーロード(type B)", - "shortName": "繚乱!ビクトリーロード(type B)", - "kana": "リョウランヒクトリーロートイ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:チバニャン", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲学園スクールアイドル同好会のメンバーの自己紹介ソング。type Bではしずく・彼方・ミア・ランジュ・栞子・歩夢の紹介をしている。自己紹介曲でありながら、癖のあるEDMは、一度聞いた人の耳から離れないようなメロディとなっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3082", - "masterBgmId": 31003107, - "previewMasterBgmId": 32003107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/04/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3108, - "name": "LIVE with a smile! (虹ヶ咲学園スクールアイドル同好会 Ver.)", - "shortName": "LIVE with a smile! (虹ヶ咲学園スクールアイドル同好会 Ver.)", - "kana": "ライフウイスアスマイルイ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲:Ryota Saito、Diz
編曲:EFFY(FirstCall)", - "dictionaryReference": "", - "dictionaryComment": "LoveLive! Series Presents COUNTDOWN LoveLive! 2021→2022のテーマソングとして作られた本楽曲の虹ヶ咲スクールアイドル同好会バージョン。スクールアイドルとしての輝きが壮大なメロディや歌詞から強く伝わってくる。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_9001", - "masterBgmId": 31003108, - "previewMasterBgmId": 32003108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 3109, - "name": "Blue!", - "shortName": "Blue!", - "kana": "フルー", - "artist": "A・ZU・NA", - "detailInfo": "作詞・作曲・編曲: 米澤森人・藤原彩豊", - "dictionaryReference": "", - "dictionaryComment": "イントロからふんだんに使われているストリングスのメロディからはどこまでも広がるような海を彷彿とさせる。A・ZU・NAの3人の優しい歌声からは大冒険に出発したくなるような活力を受け取ることができる。", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3109", - "masterBgmId": 31003109, - "previewMasterBgmId": 32003109, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3110, - "name": "Dancing in the Light", - "shortName": "Dancing in the Light", - "kana": "タンシンクインサライト", - "artist": "A・ZU・NA", - "detailInfo": "作詞・作曲・編曲:田中マッシュ", - "dictionaryReference": "", - "dictionaryComment": "ハイテンポなスウィングからなる本楽曲は、一度聴いたら今すぐにも踊りたくなるような中毒感がある。ふと目を瞑ると、きらびやかなスポットライトに照らされた「二人」の情景が浮かんでくるようだ。", - "bandCategory": 3, - "masterGroupId": 302, - "jacketImageName": "jacket_3109", - "masterBgmId": 31003110, - "previewMasterBgmId": 32003110, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3111, - "name": "Shadow Effect", - "shortName": "Shadow Effect", - "kana": "シャトウエフェクト", - "artist": "DiverDiva", - "detailInfo": "作詞・作曲・編曲:Dummy Dog", - "dictionaryReference": "", - "dictionaryComment": "もはや定番となってきた愛のラップ、それに呼応するような果林の透き通るような歌声が印象に残るダンスチューン。90年代のテクノを感じさせつつも新しい音楽ジャンルを感じる特徴的なEDMが多くの人を虜にする。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3111", - "masterBgmId": 31003111, - "previewMasterBgmId": 32003111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/05", - "masterReleaseLabelId": 1 - }, - { - "id": 3112, - "name": "Kiss the Sun", - "shortName": "Kiss the Sun", - "kana": "キスササン", - "artist": "DiverDiva", - "detailInfo": "作詞:ERECA
作曲・編曲:Em.me", - "dictionaryReference": "", - "dictionaryComment": "大きなフェスの終盤に聞きたくなるようなエモーショナル感あふれるメロディが特徴的な本楽曲。明日への活力を感じさせるような前向きな歌詞からは、夕日の中笑顔で歌うDiverDivaの二人が浮かんでくる。", - "bandCategory": 3, - "masterGroupId": 301, - "jacketImageName": "jacket_3111", - "masterBgmId": 31003112, - "previewMasterBgmId": 32003112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/05", - "masterReleaseLabelId": 1 - }, - { - "id": 3113, - "name": "Vroom Vroom", - "shortName": "Vroom Vroom", - "kana": "フルームフルーム", - "artist": "R3BIRTH", - "detailInfo": "作詞:ERECA  曲:Carlos K.
編曲:Geek Boy Al Swettenham", - "dictionaryReference": "", - "dictionaryComment": "R3BIRTH待望の2ndシングルの表題曲となる本楽曲は、グローバルさを感じさせつつ一度聞いた人の心を一瞬で奪い去るようなheavyさあふれるEDM。栞子、ミア、ランジュの3人の未知なる組み合わせからは無限の可能性を感じることができる。", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3113", - "masterBgmId": 31003113, - "previewMasterBgmId": 32003113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3114, - "name": "バブルオーバー!", - "shortName": "バブルオーバー!", - "kana": "ハフルオーハー", - "artist": "R3BIRTH", - "detailInfo": "作詞:ERECA
作曲:ERECA、JOE
編曲:JOE", - "dictionaryReference": "", - "dictionaryComment": "最近の流行りであるk-popさを取り入れつつR3BIRTHならではの多言語を用いたグローバルさは健在。R3BIRTH楽曲では珍しいかわいさも感じることができる恋愛ソングであり、新しい可能性が垣間見える。", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3113", - "masterBgmId": 31003114, - "previewMasterBgmId": 32003114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3115, - "name": "TOKIMEKI Runners (スクスタストーリー17章挿入歌Ver.)", - "shortName": "TOKIMEKI Runners (スクスタストーリー17章挿入歌Ver.)", - "kana": "トキメキランナアスイ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:矢鴇つかさ(Arte Refact)", - "dictionaryReference": "スクスタストーリー17章挿入歌", - "dictionaryComment": "スクスタストーリー17章挿入歌。スクスタ17章にて「大切なのはやりたいかどうか」と歩夢に言われた栞子がステージに立ちたいと発言し、10人で披露した際の曲。イントロのピアノや歩夢と栞子のデュエットパート等、この曲ならではの構成になっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3003", - "masterBgmId": 31003115, - "previewMasterBgmId": 32003115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2020/09/02", - "masterReleaseLabelId": 1 - }, - { - "id": 3116, - "name": "ミラクル STAY TUNE!(Ver.2.)", - "shortName": "ミラクル STAY TUNE!(Ver.2.)", - "kana": "ミラクルステイチユウンイ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:NOVECHIKA
作曲:NOVECHIKA , 吉村隆行
編曲:遠藤ナオキ", - "dictionaryReference": "", - "dictionaryComment": "「ラブライブ!シリーズのオールナイトニッポンGOLD」タイアップ企画スプリットシングル。ラジオタイアップにふさわしく賑やかで楽しい雰囲気が印象的なアッパーチューン。曲間には実際にラジオのコーナーのような12人の掛け合いがあり、4thライブでは関西弁Ver.も披露された。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3079", - "masterBgmId": 31003116, - "previewMasterBgmId": 32003116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 3117, - "name": "TOKIMEKI Runners(12人 Ver.)", - "shortName": "TOKIMEKI Runners(12人 Ver.)", - "kana": "トキメキランナアスウ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:矢鴇つかさ(Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ「ラブライブ!虹ヶ咲学園スクールアイドル同好会」Blu-ray特典曲。ミア、嵐珠を加えた12人での歌唱。12人となった虹ヶ咲学園スクールアイドル同好会により厚みを増した歌声となっている。ライブでは、COUNTDOWN LoveLive!2021→2022 ~LIVE with a smile!~にて初披露された。
", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3117", - "masterBgmId": 31003117, - "previewMasterBgmId": 32003117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/28", - "masterReleaseLabelId": 1 - }, - { - "id": 3118, - "name": "Love U my friends(12人 Ver.)", - "shortName": "Love U my friends(12人 Ver.)", - "kana": "ラフユウマイフレンス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Kanata Okajima
作曲:Keisuke Koyama , Shunsuke Harada
編曲:Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "虹ヶ咲初の全員同じ衣装での楽曲に、栞子、ミア、ランジュが加わったバージョン。4thライブでは、3人もおそろいの衣装をまとった姿で初披露され、多くの人の涙を誘った。ライブにて、サビでは多くの人が振り付けを真似し、一体感を感じることができる。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3118", - "masterBgmId": 31003118, - "previewMasterBgmId": 32003118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/25", - "masterReleaseLabelId": 1 - }, - { - "id": 3119, - "name": "Just Believe!!!(12人 Ver.)", - "shortName": "Just Believe!!!(12人 Ver.)", - "kana": "シヤストヒリイウ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:ygarshy, PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "初のニジガク10人楽曲であった本楽曲にミアとランジュが加わったバージョン。より歌声に厚みが増しており、さらに飛躍するニジガクのパワーを全力で感じ取れる楽曲となっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3119", - "masterBgmId": 31003119, - "previewMasterBgmId": 32003119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/23", - "masterReleaseLabelId": 1 - }, - { - "id": 3121, - "name": "PASTEL", - "shortName": "PASTEL", - "kana": "ハステル", - "artist": "QU4RTZ", - "detailInfo": "作詞:nine
作曲・編曲:ygarshy , PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "明るくも少し切なさを感じるメロディ、そして前向きな歌詞からは明日に向かう自分を応援してくれているような気持ちになれる。QU4RTZの醍醐味といってもいいハモりがふんだんに堪能できる。", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3121", - "masterBgmId": 31003121, - "previewMasterBgmId": 32003121, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 3122, - "name": "ミチノサキ", - "shortName": "ミチノサキ", - "kana": "ミチノサキ", - "artist": "QU4RTZ", - "detailInfo": "作詞・作曲:丸谷マナブ , Carlos K.
編曲:Carlos K.", - "dictionaryReference": "", - "dictionaryComment": "和を感じる曲調、卒業を彷彿とさせるような歌詞からは涙腺を刺激されるミッドテンポバラード。これまで歩んできた道に無駄なことなんて何一つない、この経験を胸にこの先歩いていこうといった強いメッセージ性の歌詞が心にグッとくる。", - "bandCategory": 3, - "masterGroupId": 303, - "jacketImageName": "jacket_3121", - "masterBgmId": 31003122, - "previewMasterBgmId": 32003122, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/23", - "masterReleaseLabelId": 1 - }, - { - "id": 3123, - "name": "わちゅごなどぅー", - "shortName": "わちゅごなどぅー", - "kana": "ワチヤコナトウ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:NOVECHIKA , 野口大志", - "dictionaryReference": "にじよん あにめーしょん主題歌", - "dictionaryComment": "曲名の通り、わちゃわちゃとしたニジガクの雰囲気を存分に味わうことのできる電波ソング。スクールアイドルとしてではなく、女子高生の日常を表した曲となっており、ニジガクとしては初めて高咲侑を含めた13人での歌唱楽曲となっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003123, - "previewMasterBgmId": 32003123, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3124, - "name": "OUR P13CES!!!", - "shortName": "OUR P13CES!!!", - "kana": "アワアヒイシイス", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:NOVECHIKA , 吉村隆行", - "dictionaryReference": "", - "dictionaryComment": "あなたと作る新曲プロジェクトにて作成された、みんなで手を叩いて盛り上がることのできる楽曲。歌詞にニジガクのメンバーの名前の一部が入っていたり、「あなた」から公募したフレーズが入っていたりと遊び心が光るものとなっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3099", - "masterBgmId": 31003124, - "previewMasterBgmId": 32003124, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3125, - "name": "Future Parade", - "shortName": "Future Parade", - "kana": "フユウチヤアハレエト", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲:Keisuke Koyama , DAICHI
編曲:Keisuke Koyama", - "dictionaryReference": "TVアニメ『ラブライブ!虹ヶ咲学園スクールアイドル同好会』2期 第13話挿入歌", - "dictionaryComment": "サビの壮大なストリングスからなるメロディラインが特徴的。MVでは、各メンバーのアニメのソロ曲の振り付けが入りつつ、サビでは一体感を感じる振り付けがあり、まさに集大成を感じるような楽曲となっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3125", - "masterBgmId": 31003125, - "previewMasterBgmId": 32003125, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/07/27", - "masterReleaseLabelId": 1 - }, - { - "id": 3126, - "name": "Hurray Hurray(12人 Ver.)", - "shortName": "Hurray Hurray(12人 Ver.)", - "kana": "フレエフレエシユウニニンハン", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ryota Saito
作曲:Ryota Saito,Diz
編曲:Diz", - "dictionaryReference": "", - "dictionaryComment": "青春の1ページを感じさせるようなこの楽曲に栞子、ミア、ランジュが加わったバージョン。5thライブで初披露され、多くの人が驚いたことは記憶に新しい。頑張る人の心に響くような応援ソング。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3099", - "masterBgmId": 31003126, - "previewMasterBgmId": 32003126, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/12", - "masterReleaseLabelId": 1 - }, - { - "id": 3127, - "name": "わちゅごなどぅー(1年生+侑 Ver.)", - "shortName": "わちゅごなどぅー(1年生+侑 Ver.)", - "kana": "ワチヤコナトウア", - "artist": "高咲 侑(CV.矢野妃菜喜) , 中須かすみ(CV.相良茉優) , 桜坂しずく(CV.前田佳織里) , 天王寺璃奈(CV.田中ちえ美) , 三船栞子(CV.小泉萌香)", - "detailInfo": "作詞・作曲・編曲:NOVECHIKA , 野口大志", - "dictionaryReference": "", - "dictionaryComment": "曲名の通り、わちゃわちゃとしたニジガクの雰囲気を存分に味わうことのできる電波ソング。スクールアイドルとしてではなく、女子高生の日常を表した曲となっており、ニジガクとしては初めて高咲侑を含めた13人での歌唱楽曲となっている。", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003127, - "previewMasterBgmId": 32003127, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3128, - "name": "わちゅごなどぅー(2年生+侑 Ver.)", - "shortName": "わちゅごなどぅー(2年生+侑 Ver.)", - "kana": "ワチヤコナトウイ", - "artist": "高咲 侑(CV.矢野妃菜喜) , 上原歩夢(CV.大西亜玖璃) , 宮下 愛(CV. 村上奈津実) , 優木せつ菜(CV. 楠木ともり) , 鐘 嵐珠(CV.法元明菜)", - "detailInfo": "作詞・作曲・編曲:NOVECHIKA , 野口大志", - "dictionaryReference": "", - "dictionaryComment": "曲名の通り、わちゃわちゃとしたニジガクの雰囲気を存分に味わうことのできる電波ソング。スクールアイドルとしてではなく、女子高生の日常を表した曲となっており、ニジガクとしては初めて高咲侑を含めた13人での歌唱楽曲となっている。", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003128, - "previewMasterBgmId": 32003128, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3129, - "name": "わちゅごなどぅー(3年生+侑 Ver.)", - "shortName": "わちゅごなどぅー(3年生+侑 Ver.)", - "kana": "ワチヤコナトウウ", - "artist": "高咲 侑(CV.矢野妃菜喜) , 朝香果林(CV.久保田未夢) , 近江彼方(CV.鬼頭明里) , エマ・ヴェルデ(CV.指出毬亜) , ミア・テイラー(CV.内田 秀)", - "detailInfo": "作詞・作曲・編曲:NOVECHIKA , 野口大志", - "dictionaryReference": "", - "dictionaryComment": "曲名の通り、わちゃわちゃとしたニジガクの雰囲気を存分に味わうことのできる電波ソング。スクールアイドルとしてではなく、女子高生の日常を表した曲となっており、ニジガクとしては初めて高咲侑を含めた13人での歌唱楽曲となっている。", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3123", - "masterBgmId": 31003129, - "previewMasterBgmId": 32003129, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/01", - "masterReleaseLabelId": 1 - }, - { - "id": 3134, - "name": "Go Our Way!", - "shortName": "Go Our Way!", - "kana": "コオアワアウエイ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Sakiel Kiriya、Konnie Aoki
作曲・編曲:Giga&TeddyLoid", - "dictionaryReference": "", - "dictionaryComment": "NEXT SKY挿入歌の全員曲。同好会の始まりの地であるダイバーシティ東京 プラザ・フェスティバル広場の大階段で披露された。ハイパーポップのサウンドに乗せて、「限界を決めずに進んでいこう」と、リミッターを外して走り出したメンバーの様子が歌われている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3134", - "masterBgmId": 31003134, - "previewMasterBgmId": 32003134, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/28", - "masterReleaseLabelId": 223063007 - }, - { - "id": 3135, - "name": "KAGAYAKI Don't forget!", - "shortName": "KAGAYAKI Don't forget!", - "kana": "カカヤキトントフオケツト", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:T4K、PASSiON KiNG", - "dictionaryReference": "", - "dictionaryComment": "スクスタストーリーにて、自分たちを育ててくれたお台場に、みんなで一緒に盛り上がれるお祭りを作ろう!と奮闘したニジガクメンバーたち。そんな新しいお台場のお祭りをイメージした全員曲。TOKIMEKIからKAGAYAKIへ、お台場で過ごした青春を思い出しながら歌っている。MVでは初期衣装で踊っている姿も感慨深い。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3135", - "masterBgmId": 31003135, - "previewMasterBgmId": 32003135, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/07", - "masterReleaseLabelId": 223060801 - }, - { - "id": 3136, - "name": "Sugar Sugar Yummy Yummy Parfait", - "shortName": "Sugar Sugar Yummy Yummy Parfait", - "kana": "シユカアシユカアヤミイヤミイハフエ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:要田健", - "dictionaryReference": "", - "dictionaryComment": "LoveLive!Daysで展開されていたテーマ別活動ステップアップ企画パフェプロジェクト。このストーリー内でパフェコンテストに出ることになった同好会メンバー。パフェの具材のように一つ一つが個性的で魅力的だけど、集まるともっと魅力的、どんな組み合わせでも美味しい!と、ニジガクをパフェに例えて歌っている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3135", - "masterBgmId": 31003136, - "previewMasterBgmId": 32003136, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/07", - "masterReleaseLabelId": 223060801 - }, - { - "id": 3137, - "name": "Feel Alive", - "shortName": "Feel Alive", - "kana": "フイイルアライフ", - "artist": "R3BIRTH", - "detailInfo": "作詞:ERECA
作曲:ESME MORI、ERECA
編曲:ESME MORI", - "dictionaryReference": "", - "dictionaryComment": "NEXT SKYの冒頭のライブシーンで流れたR3BIRTHのユニット曲。今までのR3BIRTHとは雰囲気が異なる叙情的ミディアムHipHop ナンバー。太いビートにメロディアスなオケ、三カ国語のRapが重なり、3人の複雑な心情を描いている。", - "bandCategory": 3, - "masterGroupId": 304, - "jacketImageName": "jacket_3137", - "masterBgmId": 31003137, - "previewMasterBgmId": 32003137, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/28", - "masterReleaseLabelId": 223063007 - }, - { - "id": 3138, - "name": "SINGING, DREAMING, NOW!", - "shortName": "SINGING, DREAMING, NOW!", - "kana": "シンキンクトリイミンクナウ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:Carlos K.、今川トモミチ", - "dictionaryReference": "", - "dictionaryComment": "NEXT SKYのエンディングとして、メンバーのポラロイド写真風の映像と共に流れていた楽曲。爽やかでどこか懐かしいサウンド感が、優しいイラストとあいまって温かい雰囲気を作っている。ユニット単位での歌いわけの後に、全員になっていくという、TVアニメ~OVAの流れを汲んだ作品になっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3138", - "masterBgmId": 31003138, - "previewMasterBgmId": 32003138, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/05", - "masterReleaseLabelId": 223071001 - }, - { - "id": 3139, - "name": "Wawawa☆What's up!", - "shortName": "Wawawa☆What's up!", - "kana": "ワワワワツツアツフ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:miyakei
作曲・編曲:Keisuke Koyama", - "dictionaryReference": "", - "dictionaryComment": "NEXT SKYエンディング映像後にエンドロールとして使用された楽曲。スカのサウンドに乗せたお祭りソング。ニジガクメンバーが賑やかに騒いでいる光景が思い浮かばれる。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3138", - "masterBgmId": 31003139, - "previewMasterBgmId": 32003139, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/05", - "masterReleaseLabelId": 223071001 - }, - { - "id": 3140, - "name": "Waku Waku! Monday Morning", - "shortName": "Waku Waku! Monday Morning", - "kana": "ワクワクマンテイモオニンク", - "artist": "中須かすみ(CV.相良茉優)、桜坂しずく(CV.前田佳織里)、天王寺璃奈(CV.田中ちえ美)、三船栞子(CV.小泉萌香)", - "detailInfo": "作詞・作曲・編曲:中村 歩、菊池博人", - "dictionaryReference": "", - "dictionaryComment": "NEXT SKY Blu-rayの特典曲で初の1年生楽曲となる。また楽しい一週間が始まるよ!というワクワク感を、カラッとしたサウンドに乗せて歌った楽曲。Rap部分では1年生らしい賑やかなやりとりにも注目。", - "bandCategory": 3, - "masterGroupId": 399, - "jacketImageName": "jacket_3140", - "masterBgmId": 31003140, - "previewMasterBgmId": 32003140, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/30", - "masterReleaseLabelId": 223083101 - }, - { - "id": 3141, - "name": "背伸びしたって", - "shortName": "背伸びしたって", - "kana": "セノヒシタツテ", - "artist": "中須かすみ(CV.相良茉優)", - "detailInfo": "作詞:Akira Sunset
作曲:Akira Sunset、齋藤奏太
編曲:遠藤ナオキ", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。大人の恋愛に憧れたかすみが、頑張って背伸びして歌う健気な姿が見える歌謡曲風な楽曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003141, - "previewMasterBgmId": 32003141, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3142, - "name": "Cooking with Love", - "shortName": "Cooking with Love", - "kana": "クツキンクウイスラフ", - "artist": "近江彼方(CV.鬼頭明里)", - "detailInfo": "作詞:miyakei
作曲・編曲:Em.me", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。可愛らしいデジタルサウンドに乗せて、あなたのためならどんなことでもしてあげたい…という彼方の尽くす思いを歌った楽曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003142, - "previewMasterBgmId": 32003142, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3143, - "name": "Walking Dream", - "shortName": "Walking Dream", - "kana": "ウオオキンクトリイム", - "artist": "上原歩夢(CV.大西亜玖璃)", - "detailInfo": "作詞 : miyakei
作曲 : DAICHI、Keisuke Koyama
編曲 : Keisuke Koyama", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。好きな人への気持ちが強くなるにつれて「あなたの全てを知っていたい」「近くで見守っていたい」という気持ちが大きくなっていくという歩夢の恋愛模様を歌っている。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003143, - "previewMasterBgmId": 32003143, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3144, - "name": "小悪魔LOVE♡", - "shortName": "小悪魔LOVE♡", - "kana": "コアクマラフ", - "artist": "桜坂しずく(CV.前田佳織里)", - "detailInfo": "作詞・作曲・編曲:中村歩、菊池博人", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。演劇部員しずくの真骨頂!どんな女の子にもなりきれる、どんな相手もキュンとさせちゃう!しずくのラブリーな一面が見える曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003144, - "previewMasterBgmId": 32003144, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3145, - "name": "My Shadow", - "shortName": "My Shadow", - "kana": "マイシャトウ", - "artist": "朝香果林(CV.久保田未夢)", - "detailInfo": "作詞:Carlos K.
作曲、編曲:Yusei Koga、Carlos K.", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。伝えたいけれど伝えられない切ない思いを抱えながら葛藤する様子が描かれている。ジャジーな雰囲気漂う失恋ソング。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003145, - "previewMasterBgmId": 32003145, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3146, - "name": "Request for U", - "shortName": "Request for U", - "kana": "リクエストフオオユウ", - "artist": "宮下 愛(CV.村上奈津実)", - "detailInfo": "作詞・作曲・編曲:中村歩、菊池博人", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。いつも元気な愛が、恋愛をすると女の子らしい一面が出現。いじらしい一面が見える楽曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003146, - "previewMasterBgmId": 32003146, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3147, - "name": "チェリーボム", - "shortName": "チェリーボム", - "kana": "チエリイホム", - "artist": "優木せつ菜(CV.林 鼓子)", - "detailInfo": "作詞:鈴木エレカ
作曲:鈴木エレカ、oni
編曲:oni", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたが、せつ菜は誰か1人のためではなく、ここにいるみんなに向けてのラブソングを披露。ロケットみたいにまっすぐな思いを爆発させたロックナンバー。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003147, - "previewMasterBgmId": 32003147, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3148, - "name": "恋するSunflower", - "shortName": "恋するSunflower", - "kana": "コイスルサンフラワア", - "artist": "エマ・ヴェルデ(CV.指出毬亜)", - "detailInfo": "作詞・作曲・編曲:岩野コウ、加藤優希、横田晃希", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。ドラマティックな恋愛ではなくても、なんでもない日常が愛おしい…と、ボサノバ調のサウンドに乗せて暖かく歌った楽曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003148, - "previewMasterBgmId": 32003148, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3149, - "name": "私はマグネット", - "shortName": "私はマグネット", - "kana": "ワタシハマクネツト", - "artist": "天王寺璃奈(CV.田中ちえ美)", - "detailInfo": "作詞:鈴木エレカ
作曲・編曲:Luis Ogata", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。あなたから受け取った愛によって救われた璃奈。スケールの大きなゴスペル調のメロディーに乗せて、璃奈の広がった世界を描いている。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003149, - "previewMasterBgmId": 32003149, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3150, - "name": "咬福論", - "shortName": "咬福論", - "kana": "コウフクロン", - "artist": "三船栞子(CV.小泉萌香)", - "detailInfo": "作詞:Ryota Saito
作曲:Ryota Saito、吉村隆行
編曲:吉村隆行", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。相手との繋がりを感じていたいという栞子が、「あなたとの絆」をまっすぐに歌った清純派ポップ楽曲。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003150, - "previewMasterBgmId": 32003150, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3151, - "name": "Lemonade", - "shortName": "Lemonade", - "kana": "レモネイト", - "artist": "ミア・テイラー(CV.内田 秀)", - "detailInfo": "作詞:Konnie Aoki
作曲:Carlos K.
編曲:Gustav Mared", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。いつもは大人っぽいミアが、14歳の等身大の姿で歌っている。アメリカンテイストが感じられるピュアなラブソング。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003151, - "previewMasterBgmId": 32003151, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3152, - "name": "5201314", - "shortName": "5201314", - "kana": "ゴオニイゼロイチサンイチヨン", - "artist": "鐘 嵐珠(CV.法元明菜)", - "detailInfo": "作詞・作曲・編曲:チバニャン", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "スクフェス2の「スクールアイドルの日常」にて「ラブソングカーニバル」に招待されたニジガクメンバーが制作。ランジュの直球な愛情をダンサブルなサウンドに乗せて歌っている。「5201314」は「アナタを一生愛してみせるわ」という意味を持つ。", - "bandCategory": 3, - "masterGroupId": 390, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003152, - "previewMasterBgmId": 32003152, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223090602 - }, - { - "id": 3153, - "name": "Fly with You!!", - "shortName": "Fly with You!!", - "kana": "フライウイスユウ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞:Ayaka Miyake
作曲・編曲:oni、PASSiON KiNG", - "dictionaryReference": "虹ヶ咲学園スクールアイドル同好会 5thアルバム「Fly with You!!」", - "dictionaryComment": "5thアルバム表題曲。いままで「あなた」にもらったたくさんの愛を胸に、次の空へ向かって駆け出していく様子が描かた力強い楽曲。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3153", - "masterBgmId": 31003153, - "previewMasterBgmId": 32003153, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/04", - "masterReleaseLabelId": 223100402 - }, - { - "id": 3154, - "name": "New Year's March!(1~6月Ver.)", - "shortName": "New Year's March!(1~6月Ver.)", - "kana": "ニユウイヤアマアチイチロク", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:中村歩、菊池博人", - "dictionaryReference": "ラブライブ!スクールアイドルフェスティバル2 コラボシングル", - "dictionaryComment": "新たな1年をあなたと一緒に楽しく過ごそう!ということを歌ったマーチ調の元気な楽曲。12人のメンバーがそれぞれ1ヶ月ごと担当し、個性豊かな12ヶ月となっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3154", - "masterBgmId": 31003154, - "previewMasterBgmId": 32003154, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/24", - "masterReleaseLabelId": 224010111 - }, - { - "id": 3155, - "name": "New Year's March!(7~12月Ver.)", - "shortName": "New Year's March!(7~12月Ver.)", - "kana": "ニユウイヤアマアチナナシユウニ", - "artist": "虹ヶ咲学園スクールアイドル同好会", - "detailInfo": "作詞・作曲・編曲:中村歩、菊池博人", - "dictionaryReference": "ラブライブ!スクールアイドルフェスティバル2 コラボシングル", - "dictionaryComment": "新たな1年をあなたと一緒に楽しく過ごそう!ということを歌ったマーチ調の元気な楽曲。12人のメンバーがそれぞれ1ヶ月ごと担当し、個性豊かな12ヶ月となっている。", - "bandCategory": 3, - "masterGroupId": 300, - "jacketImageName": "jacket_3154", - "masterBgmId": 31003155, - "previewMasterBgmId": 32003155, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/24", - "masterReleaseLabelId": 224010111 - }, - { - "id": 4001, - "name": "START!! True dreams", - "shortName": "START!! True dreams", - "kana": "スタアトトウルウトリイムス", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:小幡康裕
編曲:山下洋介", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』OP主題歌", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』OP主題歌。Liella!の夢の始まりを象徴するような楽曲。1stライブツアーの始まりを飾った。重厚なストリングスと激しいダンス、というアンバランスさが調和している。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4001", - "masterBgmId": 31004001, - "previewMasterBgmId": 32004001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4002, - "name": "未来予報ハレルヤ!", - "shortName": "未来予報ハレルヤ!", - "kana": "ミライヨホウハレルヤ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:EFFY
編曲:山下洋介", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』第1話挿入歌
", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』第1話挿入歌。澁谷かのんの歌が大好きな気持ちがこもった楽曲。羽根が降ってくる演出やタイトルロゴが浮かび上がる演出がラブライブ!シリーズの幕開けを感じさせた。ドラマチックなストリングスが交わう、始まりを予感させる楽曲。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4002", - "masterBgmId": 31004002, - "previewMasterBgmId": 32004002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4003, - "name": "ノンフィクション!!", - "shortName": "ノンフィクション!!", - "kana": "ノンフイクシヨン", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
ラップ詞:モン吉
作曲:モン吉 , 田中隼人
編曲:田中隼人", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』第10話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第10話挿入歌。ラブライブ!地区予選大会で披露された楽曲で「ラップ」が課題テーマとなっている。平安名すみれが初めてセンターを務める事になった。ビッグバンドを思わせる個性的なトラックとラップの掛け合いは必聴。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4003", - "masterBgmId": 31004003, - "previewMasterBgmId": 32004003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4004, - "name": "GOING UP", - "shortName": "GOING UP", - "kana": "コオインクアツフ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:秋浦智裕", - "dictionaryReference": "", - "dictionaryComment": "未来予報ハレルヤ!/Tiny Stars【第1話盤】カップリング。始まりを感じさせる歌詞と、それに合うようなバンドサウンドが気持ちを前向きにしてくれる。1stライブツアーではかのんソロバージョン、2ndライブでは5人バージョンを披露し、それぞれ違った印象を受けた。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4002", - "masterBgmId": 31004004, - "previewMasterBgmId": 32004004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4005, - "name": "だから僕らは鳴らすんだ!", - "shortName": "だから僕らは鳴らすんだ!", - "kana": "タカラホクラハナラスンタ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:藤井万利子
編曲:久保田真悟(Jazzin’park)", - "dictionaryReference": "", - "dictionaryComment": "「START!! True dreams」カップリング。落ち込んでる時や挑戦する自分への応援歌のような歌詞が元気をくれる曲。クラップパートが印象的でライブでは会場がひとつになれる。壮大で盛り上がれるフェスティバルソング。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4001", - "masterBgmId": 31004005, - "previewMasterBgmId": 32004005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/07/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4006, - "name": "Starlight Prologue", - "shortName": "Starlight Prologue", - "kana": "スタアライトフロロオク", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:山下洋介
弦編曲:兼松 衆", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』第12話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第12話挿入歌。ラブライブ!東京都大会で披露された楽曲で「独唱」が課題テーマとなっている。未来を見据えたような歌詞が、1期の最終話でありながら次の物語の始まりを感じさせる。また、CDジャケットのデザインがデビューシングルのオマージュになっている。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4006", - "masterBgmId": 31004006, - "previewMasterBgmId": 32004006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4007, - "name": "Departure", - "shortName": "Departure", - "kana": "デパーチャー", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第12話特別パート楽曲。モチーフとなっている花はペンタス。その花言葉でもある「願い事」に向けて再出発するような歌となっている。1stライブツアー千秋楽の最後に披露され締めくくる曲となった。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004007, - "previewMasterBgmId": 32004007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4008, - "name": "Dream Rainbow", - "shortName": "Dream Rainbow", - "kana": "ドリームレインボウ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:山口朗彦
編曲:山下洋介", - "dictionaryReference": "", - "dictionaryComment": "ノンフィクション!!/ Starlight Prologue 【第12話盤】カップリング。第11話でLiella!の5人が行ったアカペラがイントロに取り入れられている。「始まりの音」をテーマに未来を信じて進む前向きな歌詞が勇気をくれる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4006", - "masterBgmId": 31004008, - "previewMasterBgmId": 32004008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4009, - "name": "Flyer's High", - "shortName": "Flyer's High", - "kana": "フライヤーズハイ", - "artist": "嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:久保田真悟(Jazzin’park) , 栗原 暁(Jazzin’park)
編曲:久保田真悟(Jazzin’park)", - "dictionaryReference": "", - "dictionaryComment": "Liella!1stアルバム「What a Wonderful Dream!!」収録曲。嵐 千砂都らしい明るい曲となって爽快感があり前向きになれる1曲。2ndライブで披露された際には、サビの手を振る振り付けで会場がひとつになった。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004009, - "previewMasterBgmId": 32004009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4010, - "name": "HOT PASSION!!", - "shortName": "HOT PASSION!!", - "kana": "ホットパッション", - "artist": "Sunny Passion", - "detailInfo": "作詞:Lauren Kaori
作曲:NA.ZU.NA , 小久保祐希 , Lauren Kaori", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』挿入歌。神津島のスクールアイドルらしいトロピカルなサウンド、サンバのような衣装でお祭り気分になれる一曲。聖澤悠奈の口癖である「パア!」が曲中に練りこまれてるのが印象的である。
", - "bandCategory": 4, - "masterGroupId": 401, - "jacketImageName": "jacket_4010", - "masterBgmId": 31004010, - "previewMasterBgmId": 32004010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4011, - "name": "Primary", - "shortName": "Primary", - "kana": "プライマリー", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第1話特別パート楽曲。モチーフとなっている花はクロッカス。始まりの意味を持つタイトルが第1話にぴったり。1stライブツアーではメンバーのソロverやデュオverで披露された。福井公演で初めて5人で披露されたのが印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004011, - "previewMasterBgmId": 32004011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4012, - "name": "Till Sunrise", - "shortName": "Till Sunrise", - "kana": "ティルサンライズ", - "artist": "Sunny Passion", - "detailInfo": "作詞: Lauren Kaori
作曲: NA.ZU.NA , 小久保祐希 , Lauren Kaori", - "dictionaryReference": "", - "dictionaryComment": "「HOT PASSION!!」カップリング。夜明けをテーマにした曲となっており、日の出を連想させる振り付けがある。ライブではゲストとして出演した2ndライブにて披露された。最新FutureBass風トロピカルソング。", - "bandCategory": 4, - "masterGroupId": 401, - "jacketImageName": "jacket_4010", - "masterBgmId": 31004012, - "previewMasterBgmId": 32004012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4013, - "name": "What a Wonderful Dream!!", - "shortName": "What a Wonderful Dream!!", - "kana": "ワットアワンダフルドリーム", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:フワリ
編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "Liella!1stアルバム「What a Wonderful Dream!!」表題曲。TVアニメ1期の結末から前を向き新しい夢を探しに行くLiella!の決意が現れた曲。疾走感がありワクワクする気持ちが溢れている。キャストのMVにはTVアニメの舞台になった場所も数多く登場する。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004013, - "previewMasterBgmId": 32004013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4014, - "name": "バイバイしちゃえば!?", - "shortName": "バイバイしちゃえば!?", - "kana": "バイバイシチャエバ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:光増ハジメ
編曲:EFFY", - "dictionaryReference": "", - "dictionaryComment": "常夏☆サンシャイン/Wish Song 【第6話盤】カップリング。力強いリズムと軽快な楽器の掛け合いが、「変わりたい、強くなりたい」といった前向きな歌詞を引き立てて勇気をくれる楽曲。バイバイするように手を振る振り付けが真似しやすく印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4040", - "masterBgmId": 31004014, - "previewMasterBgmId": 32004014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4015, - "name": "水色のSunday", - "shortName": "水色のSunday", - "kana": "ミズイロノサンデイ", - "artist": "唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:宮野弦士", - "dictionaryReference": "", - "dictionaryComment": "Liella!1stアルバム「What a Wonderful Dream!!」収録曲。日曜日をテーマとした唐 可可の歌う楽曲。跳ねたピアノやグロッケン、キュートな歌詞からは可可の仕草が感じられ、朝に散歩している情景が浮かび上がってくる。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004015, - "previewMasterBgmId": 32004015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4016, - "name": "ユニゾン", - "shortName": "ユニゾン", - "kana": "ユニゾン", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小久保祐希 , 石黑 剛
編曲:石黑 剛", - "dictionaryReference": "", - "dictionaryComment": "Liella!1stアルバム「What a Wonderful Dream!!」収録曲。たいせつな「いま」をテーマに秒針になぞらえた歌詞がどこか切なさを感じさせる。時計の音から始まり、スタジアムを連想させるようなクラップが特徴的なスローチューンで、2ndライブを締めくくる曲となった。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004016, - "previewMasterBgmId": 32004016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4017, - "name": "Day1", - "shortName": "Day1", - "kana": "デイワン", - "artist": "Liella!", - "detailInfo": "作詞:KEN THE 390
作曲:めんま , KEN THE 390
編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "Liella!ライブイベントの定番曲。Bメロのラップやサビで飛び跳ねたり指をまっすぐに突き上げる振付が印象的。近代的なエフェクトがふんだんに使用された音像の中にラブライブ!らしいまっすぐなギターサウンドが融合する不思議なミディアムチューン。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4003", - "masterBgmId": 31004017, - "previewMasterBgmId": 32004017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/20", - "masterReleaseLabelId": 1 - }, - { - "id": 4018, - "name": "1.2.3!", - "shortName": "1.2.3!", - "kana": "ワンツースリー", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:丸山真由子
編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "未来予報ハレルヤ!/Tiny Stars 【第3話盤】カップリング。夢へ挑戦する気持ちをジャンプに込めた歌詞が背中を押してくれる。1stライブツアーでは澁谷かのん、唐 可可、嵐 千砂都の3人ver、2ndライブでは澁谷かのん、平安名すみれ、葉月 恋の3人verでそれぞれ披露された。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4031", - "masterBgmId": 31004018, - "previewMasterBgmId": 32004018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4019, - "name": "Anniversary", - "shortName": "Anniversary", - "kana": "アニハーサリーイ", - "artist": "葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は葉月 恋によって2番が歌唱された。願い事や夢を追いかけるために頑張ってきた自分を信じるような歌詞が勇気をくれる。またサビの最後に振付で遠くへ手を振るのが印象的なバラード。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004019, - "previewMasterBgmId": 32004019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4020, - "name": "Dancing Heart La-Pa-Pa-Pa!", - "shortName": "Dancing Heart La-Pa-Pa-Pa!", - "kana": "タンシンクハアトラハハハ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:高木龍一
弦編曲:椿山日南子", - "dictionaryReference": "", - "dictionaryComment": "「始まりは君の空」カップリング。新しいことに挑戦することをテーマとした一曲。ファンミーティングツアーでは全11公演のスタートで披露された。マリンバやホイッスル、アコーディオンなど可愛いサウンドから感じる初々しさが、新たな物語の始まりを予感させる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4037", - "masterBgmId": 31004020, - "previewMasterBgmId": 32004020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4021, - "name": "Dears", - "shortName": "Dears", - "kana": "ティアースア", - "artist": "葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は葉月 恋によって1番が歌唱された。モチーフとなっている花はセントポーリア。その花言葉である「小さな愛」を誰かに伝えたい気持ちが詰まった歌詞が印象的なバラード。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004021, - "previewMasterBgmId": 32004021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4022, - "name": "Dreaming Energy", - "shortName": "Dreaming Energy", - "kana": "トリイミンクエナシイ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:廣中トキワ
編曲:Peach", - "dictionaryReference": "", - "dictionaryComment": "「始まりは君の空」【みんなで叶える物語盤】カップリング。何かが起こりそうなワクワクした気持ちが溢れている1曲。TVアニメ『ラブライブ!スーパースター!!』1期第9話の挿入歌としても使用された。イントロの爽やかなギターが特徴的でライブで披露された際は手を振る振り付けで会場が一体となる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4037", - "masterBgmId": 31004022, - "previewMasterBgmId": 32004022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4023, - "name": "HAPPY TO DO WA!", - "shortName": "HAPPY TO DO WA!", - "kana": "ハッヒートゥトゥワ", - "artist": "唐 可可(CV.Liyuu) , 平安名すみれ(CV.ペイトン尚未) , 葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲:イワツボコーダイ , 吹野クワガタ
編曲:吹野クワガタ", - "dictionaryReference": "", - "dictionaryComment": "唐 可可と平安名すみれと葉月 恋のトリオ曲。3人で遊んでいる楽しさが伝わってくる。また歌唱パートの掛け合いがキャラクターの関係性とマッチしている。ビッグバンドのような楽器編成でおしゃれなショッピング風景が目の前に浮かんでくる。
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4023", - "masterBgmId": 31004023, - "previewMasterBgmId": 32004023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4024, - "name": "LIVE with a smile! (Liella! Ver.)", - "shortName": "LIVE with a smile! (Liella! Ver.)", - "kana": "ライフウイスアスマイルウ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:Ryota Saito , Diz
編曲:EFFY(FirstCall)", - "dictionaryReference": "", - "dictionaryComment": "1stライブ東京追加公演Day2アンコール最後の曲として披露された。カウントダウンライブでは三校合同での披露だったが単独で披露しているのはLiella!だけとなっている。これまでのラブライブ!の歴史を総括するような「らしさ」の詰まった一曲。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_9001", - "masterBgmId": 31004024, - "previewMasterBgmId": 32004024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 4025, - "name": "Memories", - "shortName": "Memories", - "kana": "メモリースイ", - "artist": "嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』第3話特別パート楽曲。「大切な思い出」から今につながる歌詞が幼馴染である嵐 千砂都と澁谷かのんにぴったりの曲となっている。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004025, - "previewMasterBgmId": 32004025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4026, - "name": "Message", - "shortName": "Message", - "kana": "メッセーシイ", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』第7話特別パート楽曲。放送時は澁谷かのんによって2番が歌唱された。どんなにこわくても願いは叶うといったメッセージがエールのように感じられる。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004026, - "previewMasterBgmId": 32004026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4027, - "name": "Oh!レディ・ステディ・ポジティブ", - "shortName": "Oh!レディ・ステディ・ポジティブ", - "kana": "オーレティステティホシティフ", - "artist": "唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:宮野弦士", - "dictionaryReference": "", - "dictionaryComment": "唐 可可初のソロ曲。どんなことにもポジティブな気持ちでぶつかるという可可らしさが感じられる。ライブ&ファンミーティングツアー大阪Day1で初披露された。口ずさみたくなるような中国語の歌詞が印象的。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4027", - "masterBgmId": 31004027, - "previewMasterBgmId": 32004027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4028, - "name": "Ringing!", - "shortName": "Ringing!", - "kana": "リンキンクア", - "artist": "嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第8話特別パート楽曲。放送時は嵐 千砂都によって1番が歌唱された。モチーフとなっている花はカランコエ。その花言葉である「幸福を告げる」ような明るく元気になれる1曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004028, - "previewMasterBgmId": 32004028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4030, - "name": "Stella!", - "shortName": "Stella!", - "kana": "ステラ", - "artist": "澁谷かのん(CV.伊達さゆり) , 嵐 千砂都(CV.岬 なこ) , 平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲:久保田真悟(Jazzin’park) , 栗原 暁(Jazzin’park)
編曲:久保田真悟(Jazzin’park)
弦編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "澁谷かのんと嵐 千砂都と平安名すみれのトリオ曲。心を星に連想したした歌詞が前向きで元気を与えてくれる。イントロの澄んだハーモニーから満天の星空をイメージした世界観に引き込まれるような一曲。
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4030", - "masterBgmId": 31004030, - "previewMasterBgmId": 32004030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4031, - "name": "Tiny Stars", - "shortName": "Tiny Stars", - "kana": "タイニイスタア", - "artist": "澁谷かのん(CV.伊達さゆり) , 唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:秋浦智裕
弦編曲:兼松 衆", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』第3話挿入歌
", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』第3話挿入歌。澁谷かのんと唐 可可によるユニット「クーカー」が初めて披露した曲。流れ星をテーマとした歌詞が夢を追いかける2人と重なっている。幻想的なトラックから\"夢\"\"絆\"をテーマにサビに畳みかける感情系ミドルチューン", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4031", - "masterBgmId": 31004031, - "previewMasterBgmId": 32004031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4032, - "name": "Wish Song", - "shortName": "Wish Song", - "kana": "ウイツシユソンク", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:フワリ
編曲:兼松 衆", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』第8話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期8話挿入歌。葉月 恋が加入して5人となったLiella!が初めて披露した楽曲。「キミにはもう涙は似合わないよ」や「キミにはさ笑顔が1番だよ」といった歌詞が、葉月 恋に対する応援歌のように感じられる。また恋の母の「同じ場所で想いが繋がっていて欲しい」という願いも込められた曲となっている。衣装も過去に花が学校アイドル部として活動していた時に使用したものを受け継いだデザインとなっている。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4032", - "masterBgmId": 31004032, - "previewMasterBgmId": 32004032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4033, - "name": "クレッシェンドゆ・ら", - "shortName": "クレッシェンドゆ・ら", - "kana": "クレッシェントユラ", - "artist": "唐 可可(CV.Liyuu) , 葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:三好啓太", - "dictionaryReference": "", - "dictionaryComment": "唐 可可と葉月 恋のデュオ曲。ゆらゆらというフレーズが友達かそれ以上の関係の間で揺れる気持ちを表現している。曲中の2人の掛け合いが印象的。全編通してカッティングギターが光る渋谷系シティポップ。
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4033", - "masterBgmId": 31004033, - "previewMasterBgmId": 32004033, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4034, - "name": "この街でいまキミと", - "shortName": "この街でいまキミと", - "kana": "コノマチテイマキミト", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:めんま
編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "「未来は風のように」カップリング。手を繋いだり腕を組む振り付けが友情について綴られた歌詞にぴったり。クリーンなエレキギターも若々しさを演出している。タイトルは全国各地を回ったLiella! 1stライブツアーでも援用された。また1stライブツアーでは、間奏で会場の全員で写真を撮るパフォーマンスがあり、11都市で合計22枚撮影された。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4046", - "masterBgmId": 31004034, - "previewMasterBgmId": 32004034, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/04", - "masterReleaseLabelId": 1 - }, - { - "id": 4035, - "name": "ヒロインズ☆ランウェイ", - "shortName": "ヒロインズ☆ランウェイ", - "kana": "ヒロインスランウェイ", - "artist": "平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲:丸山真由子
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "平安名すみれ初のソロ曲。だれもが憧れたヒロインになれるという想いの詰まったすみれにぴったりな曲となっている。ライブ&ファンミーティングツアー名古屋Day2で初披露された。ステッキを使ったパフォーマンスが印象的。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4035", - "masterBgmId": 31004035, - "previewMasterBgmId": 32004035, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/12/24", - "masterReleaseLabelId": 1 - }, - { - "id": 4036, - "name": "みてろ!", - "shortName": "みてろ!", - "kana": "ミテロ", - "artist": "平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:家原正樹
管編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "Liella!1stアルバム「What a Wonderful Dream!!」収録曲。ロックスターのようなギターと勇ましいブラスがせめぎ合うようなサウンド、力強い歌詞が平安名すみれにぴったり。誰でも世界の中心になれると奮い立たせてくれる1曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004036, - "previewMasterBgmId": 32004036, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4037, - "name": "始まりは君の空", - "shortName": "始まりは君の空", - "kana": "ハシマリハキミノソラ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "記念すべきLiella! デビューシングル。何かが目覚めそうなドキドキを感じられる一曲。アニメーションMVやライブでは街中の音から始まるのが印象的。ギターの展開が未来への期待を感じさせ、途中で上着を脱ぎ投げるパフォーマンスが、夢へと踏み出す一歩と重なる。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4037", - "masterBgmId": 31004037, - "previewMasterBgmId": 32004037, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4038, - "name": "私のSymphony", - "shortName": "私のSymphony", - "kana": "ワタシノシンフオニイア", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:高木誠司 , 高慶\"CO-K\"卓史
編曲:高慶\"CO-K\"卓史
弦管編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "「始まりは君の空」[私を叶える物語盤]カップリング。夢を叶えるために踏み出す気持ちが込められた歌詞が「私を叶える物語」を体現している。ライブでは様々な演出で披露されている。思わず一緒にクラップしたくなる、新たな物語の始まりを感じられるミドルチューン。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4038", - "masterBgmId": 31004038, - "previewMasterBgmId": 32004038, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/04/07", - "masterReleaseLabelId": 1 - }, - { - "id": 4039, - "name": "瞬きの先へ", - "shortName": "瞬きの先へ", - "kana": "マハタキノサキヘ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:藤澤慶昌", - "dictionaryReference": "", - "dictionaryComment": "葉月 恋とその母である葉月 花のことを歌ったように感じられる曲。花を想い前を向いて進んでいく恋への応援歌。ライブでは間奏で恋がバレエを披露するのが印象的。ラブライブ!らしい壮大なオーケストラサウンドが包み込む。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4032", - "masterBgmId": 31004039, - "previewMasterBgmId": 32004039, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4040, - "name": "常夏☆サンシャイン", - "shortName": "常夏☆サンシャイン", - "kana": "トコナツシヤンシヤイン", - "artist": "澁谷かのん(CV.伊達さゆり) , 唐 可可(CV.Liyuu) , 嵐 千砂都(CV.岬 なこ) , 平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:EFFY", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』第6話挿入歌", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期6話挿入歌。情熱的なソカのリズムが楽しい、平安名すみれと嵐 千砂都が加入して初のライブパフォーマンス曲。歌詞が澁谷かのんと嵐 千砂都の幼少期から今の関係を感じさせる。
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4040", - "masterBgmId": 31004040, - "previewMasterBgmId": 32004040, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/29", - "masterReleaseLabelId": 1 - }, - { - "id": 4041, - "name": "心キラララ", - "shortName": "心キラララ", - "kana": "ココロキラララ", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:秋浦智裕
編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "澁谷かのん初のソロ曲。スクールアイドルを始め前向きになりはじめたかのんの気持ちが伝わってくる歌詞となっている。ライブ&ファンミーティングツアー東京Day1で初披露された。「キラキラ」を指で作る振付が印象的。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4041", - "masterBgmId": 31004041, - "previewMasterBgmId": 32004041, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/09/28", - "masterReleaseLabelId": 1 - }, - { - "id": 4042, - "name": "青空を待ってる", - "shortName": "青空を待ってる", - "kana": "アオソラヲマッテル", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:ヒロキ(リリィ、さよなら。)
編曲:斎木達彦", - "dictionaryReference": "", - "dictionaryComment": "スクールアイドルに出会う前のかのんの心情を表したような楽曲。弱気なかのんの気持ちから前向きな気持ちへの移り変わりを青空に連想している。2ndライブでは花道を進むことで気持ちの変化を表現していた。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004042, - "previewMasterBgmId": 32004042, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4043, - "name": "探して!Future", - "shortName": "探して!Future", - "kana": "サカシテフューチャー", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:中野領太", - "dictionaryReference": "", - "dictionaryComment": "未来に対するワクワクが伝わってくる一曲。各キャラクターの印象的なセリフが曲中に盛り込まれている。ラブライブ!の伝統でありながらLiella!には珍しいピコピコサウンドが特徴的なアッパーチューン。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4043", - "masterBgmId": 31004043, - "previewMasterBgmId": 32004043, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4044, - "name": "微熱のワルツ", - "shortName": "微熱のワルツ", - "kana": "ヒネツノワルツ", - "artist": "葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:カワイヒデヒロ", - "dictionaryReference": "", - "dictionaryComment": "葉月 恋が踊りながら歌っているような曲。本編では途中までなかなか本心を出せなかった恋が、自分をさらけ出せるようになったことが感じられる歌詞となっている。2ndライブではバレエパフォーマンスが披露された。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4013", - "masterBgmId": 31004044, - "previewMasterBgmId": 32004044, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/03/02", - "masterReleaseLabelId": 1 - }, - { - "id": 4045, - "name": "変わらないすべて", - "shortName": "変わらないすべて", - "kana": "カワラナイスヘテ", - "artist": "澁谷かのん(CV.伊達さゆり) , 嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:川崎里実
編曲:出羽良彰", - "dictionaryReference": "", - "dictionaryComment": "澁谷かのんと嵐 千砂都のデュオ曲。幼馴染の2人の変わらない日々に感謝し大切にしていく気持ちが伝わってくる。イントロから透き通るピアノが印象的なアコースティックバラードと思わせてサビではカントリー調になる展開がたのしい。
", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4045", - "masterBgmId": 31004045, - "previewMasterBgmId": 32004045, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4046, - "name": "未来は風のように", - "shortName": "未来は風のように", - "kana": "ミライハカセノヨウニ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:山田智和
編曲:久保田真悟(Jazzin’park)
弦編曲:兼松 衆", - "dictionaryReference": "TVアニメ『ラブライブ!スーパースター!!』ED主題歌", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』ED主題歌。アコースティック・シンセの両方が優しく調和しているサウンドで、未来や想いを風に重ねた歌詞が前向きで元気をくれる。ライブではTVアニメEDのサビの動きが振付に落とし込まれていたり、間奏でCDジャケットのポーズを再現するのが印象的な一曲。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4046", - "masterBgmId": 31004046, - "previewMasterBgmId": 32004046, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/08/04", - "masterReleaseLabelId": 1 - }, - { - "id": 4047, - "name": "勇気のカケラ", - "shortName": "勇気のカケラ", - "kana": "ユウキノカケラ", - "artist": "嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:ArmySlick , Lauren Kaori
編曲:ArmySlick", - "dictionaryReference": "", - "dictionaryComment": "嵐 千砂都初のソロ曲。スクールアイドルになる千砂都の覚悟が力強い歌詞から伝わってくる。ライブ&ファンミーティングツアー大阪Day2で初披露された。乱反射を表現した振付が印象的な重心の低い本格テクノポップ。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4047", - "masterBgmId": 31004047, - "previewMasterBgmId": 32004047, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4048, - "name": "WE WILL‼", - "shortName": "WE WILL‼", - "kana": "ウィーウィル", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:Motokiyo
編曲:山下洋介", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ1期で負けたLiella!のリベンジを果たす決意が感じられる一曲。衣装はこれまでなかったライダースを用いたかっこいいものになっている。9人となったLiella!最初のCD。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4048", - "masterBgmId": 31004048, - "previewMasterBgmId": 32004048, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 4049, - "name": "スター宣言", - "shortName": "スター宣言", - "kana": "スターセンケン", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:丸山真由子
編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "ディストーションの効いたギターリフがLiella!のかっこいい一面を感じさせる、絶対に勝ちたい気持ちが盛り込まれた力強い一曲。クラップパートがありファンとメンバーが一体となる。サビの「スーパースター」で自分を指さす振付が印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4048", - "masterBgmId": 31004049, - "previewMasterBgmId": 32004049, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/03", - "masterReleaseLabelId": 1 - }, - { - "id": 4050, - "name": "追いかける夢の先で", - "shortName": "追いかける夢の先で", - "kana": "オイカケルユメノサキテ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:石黑 剛 , 常楽寺 澪
編曲:久保田真悟(Jazzin’park)
弦編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』2期ED主題歌。夢や未来がテーマになった歌詞で希望に満ちている。ED映像のイチゴの食べさせ合いやメンバーの髪型交換が印象的。明日が楽しみになるような、期待を感じるミドルチューン。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4050", - "masterBgmId": 31004050, - "previewMasterBgmId": 32004050, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/10", - "masterReleaseLabelId": 1 - }, - { - "id": 4051, - "name": "水しぶきのサイン", - "shortName": "水しぶきのサイン", - "kana": "ミスシフキノサキテ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:めんま", - "dictionaryReference": "", - "dictionaryComment": "「追いかける夢の先で」カップリング。夏を感じさせる楽曲。水遊びをしているような振付が印象的。ピアノとギターが交差する、夏の夕焼けを感じさせるような爽やかな楽曲。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4050", - "masterBgmId": 31004051, - "previewMasterBgmId": 32004051, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/10", - "masterReleaseLabelId": 1 - }, - { - "id": 4052, - "name": "Welcome to 僕らのセカイ", - "shortName": "Welcome to 僕らのセカイ", - "kana": "ウェルカムトゥホクラノセカイ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:光増ハジメ
編曲:EFFY
弦管編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』2期 第1話挿入歌。桜小路きな子がLiella!に加入するキッカケとなった楽曲。歌詞も新入生を歓迎するようなものになっている。ジャジーなピアノから始まる、ポップ&キュート&ファンシーな楽曲。サビの転調はLiella!の新たなステージを彷彿とさせる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4052", - "masterBgmId": 31004052, - "previewMasterBgmId": 32004052, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4053, - "name": "Go‼ リスタート", - "shortName": "Go‼ リスタート", - "kana": "コーリスタート", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:石黑 剛 , 常楽寺 澪
編曲:石黑 剛", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』2期 第3話挿入歌。桜小路きな子が加入し6人体制になったLiella!最初の曲。Liella!の再出発、決意を表した前向きな歌詞となっている。チアリーディングを連想するようなドラムで自然と身体が動き出す応援ソング。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4053", - "masterBgmId": 31004053, - "previewMasterBgmId": 32004053, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4054, - "name": "ビタミンSUMMER!", - "shortName": "ビタミンSUMMER!", - "kana": "ヒタミンサマー", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:ヒゲドライバー", - "dictionaryReference": "", - "dictionaryComment": "鬼塚夏美が加入して9人となったLiella!が初めて披露した楽曲。メンバーがそれぞれ違った形をしたカチューシャを付けているのが印象的。Bメロにクラップパートがありさらに盛り上がる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4054", - "masterBgmId": 31004054, - "previewMasterBgmId": 32004054, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4055, - "name": "Chance Day, Chance Way!", - "shortName": "Chance Day, Chance Way!", - "kana": "チャンステイチャンスウェイ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:津波幸平", - "dictionaryReference": "", - "dictionaryComment": "ラブライブ!地区予選で披露された楽曲で「道」をテーマにしている。ラブライブ!伝統の和ロックのなかでも新しい可能性を提示した挑戦的な楽曲。和風の衣装やおみこしを担いでいるような振付で誰もがお祭り気分になれる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4055", - "masterBgmId": 31004055, - "previewMasterBgmId": 32004055, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4056, - "name": "Sing!Shine!Smile!", - "shortName": "Sing!Shine!Smile!", - "kana": "シンクシャインスマイル", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:前田 佑
弦編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "ラブライブ!東京大会で披露された楽曲。合宿を通して導き出したLiella!にとっての「本当の歌」。1、2年生が初めて一緒になって製作した。衣装は2ndライブで着用されたものとなっている。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4056", - "masterBgmId": 31004056, - "previewMasterBgmId": 32004056, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4057, - "name": "未来の音が聴こえる", - "shortName": "未来の音が聴こえる", - "kana": "ミライノオトカキコエル", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "ラブライブ!決勝で披露された楽曲。これまでがつまったLiella!の「ラブライブ!」を象徴する一曲。各メンバーの歌唱パートと歌詞の内容がマッチしている。曲の最後9人で星型になるフォーメーションが印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4057", - "masterBgmId": 31004057, - "previewMasterBgmId": 32004057, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4059, - "name": "キラーキューン☆", - "shortName": "キラーキューン☆", - "kana": "キラアキユウン", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:大熊淳生", - "dictionaryReference": "", - "dictionaryComment": "スクフェス2のテーマソングである「MIRACLE NEW STORY」のカップリング曲。キャッチーなイントロやサビが印象的な一曲。大切な人と会う前日のドキドキやワクワクの詰まった楽しい歌詞にも注目。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4071", - "masterBgmId": 31004059, - "previewMasterBgmId": 32004059, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/19", - "masterReleaseLabelId": 223063007 - }, - { - "id": 4060, - "name": "Butterfly Wing", - "shortName": "Butterfly Wing", - "kana": "ハタフライウィンク", - "artist": "ウィーン・マルガレーテ(CV.結那)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "ウィーン・マルガレーテが初めて披露した楽曲。またこの曲で代々木スクールアイドルフェスで優勝した。1人で高みを目指すマルガレーテにぴったりな力強い歌詞やパフォーマンスが圧倒的な強者としてのオーラを醸し出している。
", - "bandCategory": 4, - "masterGroupId": 402, - "jacketImageName": "jacket_4060", - "masterBgmId": 31004060, - "previewMasterBgmId": 32004060, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/30", - "masterReleaseLabelId": 1 - }, - { - "id": 4061, - "name": "エーデルシュタイン", - "shortName": "エーデルシュタイン", - "kana": "エーテルシュタイン", - "artist": "ウィーン・マルガレーテ(CV.結那)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "ラブライブ!東京大会で披露された。マルガレーテが澁谷かのんに対して見せた彼女にとっての「本当の歌」。願いのために自分だけを信じパフォーマンスする彼女の覚悟と強さが現れている。舞台の劇中歌のような壮大でオーケストラルな楽曲。
", - "bandCategory": 4, - "masterGroupId": 402, - "jacketImageName": "jacket_4060", - "masterBgmId": 31004061, - "previewMasterBgmId": 32004061, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/11/30", - "masterReleaseLabelId": 1 - }, - { - "id": 4064, - "name": "リバーブ", - "shortName": "リバーブ", - "kana": "リハーフ", - "artist": "葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:桑原まこ", - "dictionaryReference": "", - "dictionaryComment": "葉月 恋初のソロ曲。恋の母(花)への想いを感じさせる楽曲。また1番と2番で恋の心情の変化が感じられる。ライブ&ファンミーティングツアー東京Day.2で初披露された。間奏で上を見上げ頷く描写が印象的なバラード。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4064", - "masterBgmId": 31004064, - "previewMasterBgmId": 32004064, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/01/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4065, - "name": "Shooting Voice!!", - "shortName": "Shooting Voice!!", - "kana": "シューティンクホイス", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:出羽良彰", - "dictionaryReference": "", - "dictionaryComment": "「ラブライブ!シリーズのオールナイトニッポンGOLD」タイアップ企画スプリットシングル。夜遅くにラジオを聴いている情景が浮かび上がる曲。アカペラから始まる歌いだしで一気にLiella!の歌声に引き込まれる。また、声を飛ばしているような振付が印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4065", - "masterBgmId": 31004065, - "previewMasterBgmId": 32004065, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/24", - "masterReleaseLabelId": 1 - }, - { - "id": 4066, - "name": "Dreamer Coaster", - "shortName": "Dreamer Coaster", - "kana": "トリームコースターア", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は澁谷かのんによって1番が歌唱された。かのんのルーツでもあるスペインっぽさが感じられるフラメンコ調の伴奏がたのしい。未来に向かって進むことへのドキドキやハラハラも楽しめるようになる一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004066, - "previewMasterBgmId": 32004066, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4067, - "name": "Dreamer Coaster", - "shortName": "Dreamer Coaster", - "kana": "トリームコースターイ", - "artist": "桜小路きな子(CV.鈴原希実)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は桜小路きな子によって2番が歌唱された。MVでは雲を綿あめのように食べたりコースターに乗って楽しむきな子の可愛い描写がたくさんある。未来を自分で作っていく前向きな気持ちが表れた一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004067, - "previewMasterBgmId": 32004067, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4068, - "name": "色づいて透明", - "shortName": "色づいて透明", - "kana": "イロツイテトウメイ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:藤井万利子
編曲:石黑 剛", - "dictionaryReference": "", - "dictionaryComment": "Welcome to 僕らのセカイ / Go!! リスタート 【第1話盤】カップリング。まだ何も決まっていない未来を何色にも染まっていない透明と重ねた歌詞が前向きで勇気をくれる。ピアノから始まるイントロの、独特の浮遊感が特徴的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4052", - "masterBgmId": 31004068, - "previewMasterBgmId": 32004068, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4069, - "name": "揺らぐわ", - "shortName": "揺らぐわ", - "kana": "ユラクワ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:めんま
編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "弱い気持ちと強い気持ちの間で揺らぐ心情を表している。特にサビの前半では揺らぐ気持ちを歌い後半では情熱を信じ揺らがない気持ちを歌い華麗に対比されている。聴いていると勇気が湧いてくる1曲。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4053", - "masterBgmId": 31004069, - "previewMasterBgmId": 32004069, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/08/17", - "masterReleaseLabelId": 1 - }, - { - "id": 4071, - "name": "MIRACLE NEW STORY", - "shortName": "MIRACLE NEW STORY", - "kana": "ミラクルニユウストオリイ", - "artist": "Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:小幡康裕
編曲:EFFY", - "dictionaryReference": "スマートフォンアプリ「ラブライブ! スクールアイドルフェスティバル2 MIRACLE LIVE!」テーマソング", - "dictionaryComment": "スクフェス2テーマソングで、Liella!の初となるスクフェスタイアップ曲。跳ねるようなカッティングギターが何でもやってみようという挑戦する気持ちが元気をくれる。一緒に歌おうや遊ぼうと言った歌詞からお祭り気分を味わえ聴いているだけで楽しくなれる。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4071", - "masterBgmId": 31004071, - "previewMasterBgmId": 32004071, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4073, - "name": "エンドレスサーキット", - "shortName": "エンドレスサーキット", - "kana": "エントレスサーキットア", - "artist": "唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は唐 可可によって1番が歌唱された。MVでは平安名すみれと競り合うシーンや最後に二人でギャラクシーポーズをするのが印象的。また1番の歌詞もライバルと競い合うことがメインで描かれている。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004073, - "previewMasterBgmId": 32004073, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4074, - "name": "エンドレスサーキット", - "shortName": "エンドレスサーキット", - "kana": "エントレスサーキットイ", - "artist": "平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は平安名すみれによって2番が歌唱された。MVでは1番の時と違い唐 可可に助けてもらった後、仲良く並走するシーンが印象的。また2番の歌詞もライバルと助け合うことが描かれている。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004074, - "previewMasterBgmId": 32004074, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4075, - "name": "迷宮讃歌", - "shortName": "迷宮讃歌", - "kana": "メイキュウサンカア", - "artist": "葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は葉月 恋によって1番が歌唱された。MVでは不思議の国のような世界をチビと冒険しているのが印象的。迷宮を手探りでも進んでいく希望が感じられるタンゴ風の曲調も楽しい一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004075, - "previewMasterBgmId": 32004075, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4076, - "name": "迷宮讃歌", - "shortName": "迷宮讃歌", - "kana": "メイキュウサンカイ", - "artist": "鬼塚夏美(CV.絵森 彩)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は鬼塚夏美によって2番が歌唱された。MVではハートの女王のようになった夏美や恋とチビの上に乗って夜空を飛ぶシーンが印象的。迷宮を迷った日々に連想し、そんな日々も宝物になるという前向きな歌詞となっている。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004076, - "previewMasterBgmId": 32004076, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4077, - "name": "プライム・アドベンチャー", - "shortName": "プライム・アドベンチャー", - "kana": "フライムアトヘンチャー", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "リエラのうたで初めて9人で歌唱された。MVでは自然を満喫するメンバーや各メンバーカラーをしたドアから顔を覗かせていたのが印象的。光を追いかけて冒険する危険もみんなで乗り越えていくといった前向きな気持ちが感じられる一曲。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004077, - "previewMasterBgmId": 32004077, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4078, - "name": "パレードはいつも", - "shortName": "パレードはいつも", - "kana": "ハレートハイツモア", - "artist": "米女メイ(CV.薮島朱音)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は米女メイによって1番が歌唱された。MVでは可愛い衣装に変身するメイやトロッコに乗って四季とシャボン玉を吹いているのが印象的。パレードの楽しい雰囲気が曲調からも伝わってくる一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004078, - "previewMasterBgmId": 32004078, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4079, - "name": "パレードはいつも", - "shortName": "パレードはいつも", - "kana": "ハレートハイツモイ", - "artist": "若菜四季(CV.大熊和奏)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は若菜四季によって2番が歌唱された。MVではカメを頭に乗せた四季やメイとトロッコに乗って空を冒険するのが印象的。戸惑うより楽しもうといった前向きな気持ちにさせられるカーニバル調の一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004079, - "previewMasterBgmId": 32004079, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4080, - "name": "駆けるメリーゴーランド", - "shortName": "駆けるメリーゴーランド", - "kana": "カケルメリーコーラントイ", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は澁谷かのんによって2番が歌唱された。MVでは同じメリーゴーランドにかのんと千砂都の2人が一緒に乗って遊んでいるのが印象的。回転木馬のように同じ日々が回っているようで同じじゃない日々をつくっていくという暖かさが溢れた一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004080, - "previewMasterBgmId": 32004080, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4081, - "name": "駆けるメリーゴーランド", - "shortName": "駆けるメリーゴーランド", - "kana": "カケルメリーコーラントア", - "artist": "嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時は嵐 千砂都によって1番が歌唱された。MVでは一人で寂しそうに座っている千砂都に手を差し伸べるかのんが印象的。同じペースで進んでいくメリーゴーランドになぞられた歌詞が幼馴染のかのんと千砂都にぴったりの一曲。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004081, - "previewMasterBgmId": 32004081, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4082, - "name": "Time to go", - "shortName": "Time to go", - "kana": "タイムトウコオ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "リエラのうた2つ目の9人で披露された楽曲。MVでは観覧車に乗ってうたた寝をするメンバーやサビで顔を覗かせるメンバーが印象的。1周したストーリーがそれで終わるのではなくストーリーは続き、また新しいスタートが訪れるという歌になっている。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4066", - "masterBgmId": 31004082, - "previewMasterBgmId": 32004082, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/26", - "masterReleaseLabelId": 1 - }, - { - "id": 4083, - "name": "トゥ トゥ トゥ!", - "shortName": "トゥ トゥ トゥ!", - "kana": "トウトウトウ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:高木誠司", - "dictionaryReference": "", - "dictionaryComment": "季節の終わりと始まりを感じる1曲。ライブ&ファンミーティングツアーで初披露され全公演のラストを飾った。サビの「トゥ トゥ トゥ」に合わせて指を振る振り付けや最後に隣の人と指を合わせる振り付けなどファンも真似できるような振り付けが印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4083", - "masterBgmId": 31004083, - "previewMasterBgmId": 32004083, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/02/25", - "masterReleaseLabelId": 1 - }, - { - "id": 4084, - "name": "Anniversary", - "shortName": "Anniversary", - "kana": "アニハーサリーア", - "artist": "唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第4話特別パート楽曲。放送時は唐 可可によって1番が歌唱された。モチーフとなっている花はハマユウ。花言葉のように「どこか遠くへ」旅立つ別れの日を記念日とした歌詞が切ないながらも前向きに感じられる。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004084, - "previewMasterBgmId": 32004084, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4085, - "name": "Dears", - "shortName": "Dears", - "kana": "ティアースイ", - "artist": "平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第11話特別パート楽曲。放送時は平安名すみれによって2番が歌唱された。タイトルにもある「親しみ深い」人に嬉しい気持ちを届けるような情景が浮かび上がる。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004085, - "previewMasterBgmId": 32004085, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4086, - "name": "Memories", - "shortName": "Memories", - "kana": "メモリースア", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』第2話特別パート楽曲。モチーフとなっている花はエーデルワイス。その花言葉でもある「勇気」をもらえる歌詞が印象的な曲。切なげなオーケストラのサウンドが、ダイレクトな歌詞を一層引き立たせる。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004086, - "previewMasterBgmId": 32004086, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4087, - "name": "Message", - "shortName": "Message", - "kana": "メッセーシア", - "artist": "平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『ラブライブ!スーパースター!!』1期第6話特別パート楽曲。放送時は平安名すみれによって1番が歌唱された。モチーフとなっている花はヘレニウム。花言葉の「涙」で、夢の種が芽を出すという歌詞が前向きで勇気をくれる。
", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004087, - "previewMasterBgmId": 32004087, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4088, - "name": "Ringing!", - "shortName": "Ringing!", - "kana": "リンキンクイ", - "artist": "唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲:小幡康裕
編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "放送時には唐 可可よって2番が歌唱された。できなかったことの中で何かに気づいて成長していくといった歌詞が前向きで元気になれる。歌うようなヴァイオリンと、サビのベルを鳴らすような振付が印象的。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4011", - "masterBgmId": 31004088, - "previewMasterBgmId": 32004088, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/10/27", - "masterReleaseLabelId": 1 - }, - { - "id": 4089, - "name": "ユートピアマジック", - "shortName": "ユートピアマジック", - "kana": "ユウトヒアマシツク", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:Aira
編曲:EFFY", - "dictionaryReference": "", - "dictionaryComment": "ハッピーな雰囲気が漂う1曲。楽園や素敵な場所といったユートピアを連想される歌詞が沢山散りばめられている。Liella! 3rdライブツアーではトロッコに乗って披露された。会場が一体となって盛り上がるのが印象的。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4054", - "masterBgmId": 31004089, - "previewMasterBgmId": 32004089, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4090, - "name": "POP TALKING", - "shortName": "POP TALKING", - "kana": "ホツフトオキンク", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:YOU for YUU, Giz Mo’(from Jam9)
編曲:YOU for YUU", - "dictionaryReference": "", - "dictionaryComment": "SNSにて#踊リエラのタグで色々なダンスが公開された楽曲。友達とおしゃべりしているようなラップ調の歌詞が印象的。3rdライブツアーではトロッコに乗って披露された。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4055", - "masterBgmId": 31004090, - "previewMasterBgmId": 32004090, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/09/21", - "masterReleaseLabelId": 1 - }, - { - "id": 4091, - "name": "TO BE CONTINUED", - "shortName": "TO BE CONTINUED", - "kana": "トウウヒイコンテエニウト", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:めんま
編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "叶えた夢をゴールとせずスタートラインとして次に向かっていく熱い気持ちが感じられる一曲。Liella! 3rdライブツアーのラストを飾った。サビの腕を振る振付が印象的でファンとキャストが一体となれる。
", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4057", - "masterBgmId": 31004091, - "previewMasterBgmId": 32004091, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4092, - "name": "名前呼びあうように", - "shortName": "名前呼びあうように", - "kana": "ナマエヨヒアウヨウニ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:Tak Miyazawa
編曲:白戸佑輔", - "dictionaryReference": "", - "dictionaryComment": "大切な人との絆を歌うバラード曲。Liella! 3rdライブツアーで初披露された。「目と目がいまかさなったよ」という歌詞の時、メンバーが見つめ合うシーンや最後にひとりずつ背中を押しあう振付が印象的。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4056", - "masterBgmId": 31004092, - "previewMasterBgmId": 32004092, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/10/19", - "masterReleaseLabelId": 1 - }, - { - "id": 4094, - "name": "Hoshizora Monologue", - "shortName": "Hoshizora Monologue", - "kana": "ホシソラモノロオク", - "artist": "澁谷かのん(CV.伊達さゆり) , 唐 可可(CV.Liyuu) , 嵐 千砂都(CV.岬 なこ) , 平安名すみれ(CV.ペイトン尚未) , 葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:小幡康裕", - "dictionaryReference": "", - "dictionaryComment": "Liella!1期生による、優しいアコースティックギターのサウンドが印象的なバラード。上手くいかなかった過去も、改めて振り返るとすべて自分の力になっていたと気付かせてくれる楽曲。", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4094", - "masterBgmId": 31004094, - "previewMasterBgmId": 32004094, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/23", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4095, - "name": "Blooming Dance!Dance!", - "shortName": "Blooming Dance!Dance!", - "kana": "フルウミンクタンスタンス", - "artist": "桜小路きな子(CV.鈴原希実) , 米女メイ(CV.薮島朱音) , 若菜四季(CV.大熊和奏) , 鬼塚夏美(CV.絵森 彩)", - "detailInfo": "作詞:宮嶋淳子
作曲:YUU for YOU, Giz'Mo(from Jam9)
編曲:YUU for YOU", - "dictionaryReference": "", - "dictionaryComment": "新しい世界に飛び込んで、夢に向かって頑張る姿を描いた歌詞が元気をくれる。賑やかなサウンドとポップなメロディーが、Liella!2期生のフレッシュな気持ちを現しているような一曲。", - "bandCategory": 4, - "masterGroupId": 499, - "jacketImageName": "jacket_4095", - "masterBgmId": 31004095, - "previewMasterBgmId": 32004095, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/01/27", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4096, - "name": "Including you", - "shortName": "Including you", - "kana": "インクルウテインクユウ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:由良崇将
編曲:EFFY", - "dictionaryReference": "", - "dictionaryComment": "憧れの人・大切な人への最大限のリスペクトと感謝が込められた楽曲。夜明けを感じるような透明感あふれるミディアムバラードの、テンポが心地よい一曲。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4096", - "masterBgmId": 31004096, - "previewMasterBgmId": 32004096, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/02/24", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4097, - "name": "Free Flight", - "shortName": "Free Flight", - "kana": "フリイフライト", - "artist": "澁谷かのん(CV.伊達さゆり)", - "detailInfo": "作詞:宮嶋淳子
作曲:INFX, Nurhadaina Binte Ariffin
編曲:INFX, 家原正樹", - "dictionaryReference": "", - "dictionaryComment": "澁谷かのんのソロ曲。TVアニメ2期で留学を決めたかのんの決意を感じさせるような一曲。ラストに向けて加速するBPMが印象的なオルタナティブロック。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004097, - "previewMasterBgmId": 32004097, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4098, - "name": "星屑クルージング", - "shortName": "星屑クルージング", - "kana": "ホシクスクルウシンク", - "artist": "唐 可可(CV.Liyuu)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:小幡康裕", - "dictionaryReference": "", - "dictionaryComment": "唐 可可のソロ曲。終わりがあると分かっていながらも「ずっと一緒にいたい」という気持ちが込められた切ないミディアムロック。1学年進学したことでの可可の成長を感じさせる。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004098, - "previewMasterBgmId": 32004098, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4099, - "name": "君を想う花になる", - "shortName": "君を想う花になる", - "kana": "キミヲオモウハナニナル", - "artist": "嵐 千砂都(CV.岬 なこ)", - "detailInfo": "作詞:宮嶋淳子
作曲:石黑 剛, 常楽寺 澪
編曲:石黑 剛", - "dictionaryReference": "", - "dictionaryComment": "嵐 千砂都のソロ曲。”「やさしさ」ってなんだろう?”という印象的な歌詞で始まるミディアムバラード。言葉だけでなく、誰かの支えになれるような自分になるという決意を感じさせる楽曲。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004099, - "previewMasterBgmId": 32004099, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223071001 - }, - { - "id": 4100, - "name": "Starry Prayer", - "shortName": "Starry Prayer", - "kana": "スタアリイフレイヤア", - "artist": "平安名すみれ(CV.ペイトン尚未)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:JunPayer
弦編曲:吉岡竜汰", - "dictionaryReference": "", - "dictionaryComment": "平安名すみれのソロ曲。自分を変えてくれた”君”への感謝と、どんなことがあっても”君”の隣にいることを諦めないという覚悟を感じさせる一曲。運命に抗うようなロックバラード。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004100, - "previewMasterBgmId": 32004100, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4101, - "name": "ミッドナイトラプソディ", - "shortName": "ミッドナイトラプソディ", - "kana": "ミツトナイトラフソテイ", - "artist": "葉月 恋(CV.青山なぎさ)", - "detailInfo": "作詞:宮嶋淳子
作曲:山田智和
編曲:住谷翔平
管編曲:井上泰久", - "dictionaryReference": "", - "dictionaryComment": "葉月 恋のソロ曲。魅力的な新しい世界にだんだん惹かれていく様子が、スカのリズムに後押しされるように加速していくのが印象的な楽曲。情熱的な歌詞が、TVアニメ2期で新たな一面を見せた恋と重なる。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004101, - "previewMasterBgmId": 32004101, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4102, - "name": "ビギナーズRock!!", - "shortName": "ビギナーズRock!!", - "kana": "ヒキナアスロツク", - "artist": "桜小路きな子(CV.鈴原希実) ", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:野崎心平", - "dictionaryReference": "", - "dictionaryComment": "桜小路きな子のソロ曲。知らないことも経験がないことも、前向きに捉えて挑戦する歌詞がきな子と重なるようなポップなロックチューン。元気いっぱいのサウンドが背中を押してくれるような一曲。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004102, - "previewMasterBgmId": 32004102, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4103, - "name": "茜心", - "shortName": "茜心", - "kana": "アカネココロ", - "artist": "米女メイ(CV.薮島朱音)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:めんま", - "dictionaryReference": "", - "dictionaryComment": "米女メイのソロ曲。激しく疾走感のあるピアノのロックサウンドが、情熱的に夢と向き合う歌詞を真っ直ぐ届けてくれる楽曲。憧れるだけでなく自身もスクールアイドルになると決めたメイの決意を感じさせる。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004103, - "previewMasterBgmId": 32004103, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4104, - "name": "ガラスボールリジェクション", - "shortName": "ガラスボールリジェクション", - "kana": "カラスホオルリシエクシヨン", - "artist": "若菜四季(CV.大熊和奏)", - "detailInfo": "作詞:宮嶋淳子
作曲:めんま
編曲:Eunsol(1008)", - "dictionaryReference": "", - "dictionaryComment": "若菜四季のソロ曲。”君”によっていろいろな感情を知り、世界が鮮やかに広がっていく様子が、静かに且つ力強く表現されているダンスミュージック。ガラスボールのように透明感のある四季の歌声が印象的。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004104, - "previewMasterBgmId": 32004104, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4105, - "name": "Eyeをちょうだい", - "shortName": "Eyeをちょうだい", - "kana": "アイヲチヨウタイ", - "artist": "鬼塚夏美(CV.絵森 彩)", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:中嶋純子
管編曲:森 悠也", - "dictionaryReference": "", - "dictionaryComment": "鬼塚夏美のソロ曲。キャッチーな歌詞とメロディに加え、ポップなサウンドが印象的な楽曲。本音を知られないように近づいていく姿が、夏美の小悪魔的性格と重なる。", - "bandCategory": 4, - "masterGroupId": 490, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004105, - "previewMasterBgmId": 32004105, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223081402 - }, - { - "id": 4106, - "name": "Second Sparkle", - "shortName": "Second Sparkle", - "kana": "セカントスハアクル", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:めんま
編曲:水野谷 怜", - "dictionaryReference": "", - "dictionaryComment": "Liella!の2nd アルバム「Second Sparkle」リード曲。疾走感の溢れるロックチューンと、夢を追うだけでなく『叶えてみせる』と言い切る強気な歌詞が勇気をくれる1曲。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004106, - "previewMasterBgmId": 32004106, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223061105 - }, - { - "id": 4107, - "name": "私のSymphony ~2022Ver.~", - "shortName": "私のSymphony ~2022Ver.~", - "kana": "ワタシノシンフオニイイ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:高木誠司、高慶\"CO-K\"卓史
編曲:高慶\"CO-K\"卓史
弦管編曲:兼松 衆", - "dictionaryReference": "", - "dictionaryComment": "1期生と2期生で歌う「私のSymphony」。1番は2期生だけで歌っており、初めて1期生と2期生でライブパフォーマンスをしたTVアニメ2期OP&ED主題歌連動リリースイベントにて披露された。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4106", - "masterBgmId": 31004107, - "previewMasterBgmId": 32004107, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/15", - "masterReleaseLabelId": 223061105 - }, - { - "id": 4108, - "name": "UNIVERSE!!", - "shortName": "UNIVERSE!!", - "kana": "ユニハアス", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:哥丸雄貴
弦編曲:出羽良彰", - "dictionaryReference": "Liella! CLUB入会特典グッズ「ラブライブ!スーパースター!! Liella! CLUB CD SET 2023」", - "dictionaryComment": "2023年4月よりサービス開始したLiella! CLUBの入会特典グッズ「ラブライブ!スーパースター!! Liella! CLUB CD SET 2023」に収録。ストリングスと繰り返されるシンガロングが、どこまでも広がる宇宙のような壮大さを感じさせる。声と声とで気持ちが繋がった時の、喜びにあふれた楽曲。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4108", - "masterBgmId": 31004108, - "previewMasterBgmId": 32004108, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/05", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4110, - "name": "Jump Into the New World", - "shortName": "Jump Into the New World", - "kana": "シヤンフイントウサニユウワアルト", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:水野谷 怜
編曲:河合泰志", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "新たに3期生2名を加え、11人となったLiella!で初めて歌うユニットミニアルバムリード曲。ビートの強さと浮遊感の対比が特徴的なダンスチューン。これまで繋いできた絆と、新たな幕開けを感じさせる1曲。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004110, - "previewMasterBgmId": 32004110, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223091002 - }, - { - "id": 4111, - "name": "オルタネイト", - "shortName": "オルタネイト", - "kana": "オルタネイト", - "artist": "CatChu!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:めんま", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "澁谷かのん、平安名すみれ、米女メイからなるユニット・CatChu!の1曲目となる楽曲。”君”と”僕”が、もがきながらも諦めずに手を取り合うことで希望を見出す様が青春を感じさせる1曲。ストレートなロックサウンドに熱い歌詞が印象的。", - "bandCategory": 4, - "masterGroupId": 403, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004111, - "previewMasterBgmId": 32004111, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4112, - "name": "影遊び", - "shortName": "影遊び", - "kana": "カケアソヒ", - "artist": "CatChu!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:清田直人", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "CatChu!の2曲目となる楽曲。情熱的なアコースティックギターの音色とラテンのようなリズムが印象的。まだ見ぬ未来への不安や焦りを感じながらも、自分次第でどんなものにでもなれる、と言い聞かせるような歌詞が思春期の葛藤を感じさせる1曲。", - "bandCategory": 4, - "masterGroupId": 403, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004112, - "previewMasterBgmId": 32004112, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223110801 - }, - { - "id": 4113, - "name": "ベロア", - "shortName": "ベロア", - "kana": "ヘロア", - "artist": "KALEIDOSCORE", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:めんま
弦編曲:Hoffnung", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "唐 可可、葉月 恋、ウィーン・マルガレーテからなるユニット・KALEIDOSCOREの1曲目となる楽曲。「これ以上は追い掛けない」と好きな人への切ない気持ちを歌ったラブソング。どこか懐かしさを感じさせるサウンドと、ベロアのように滑らかなメロディが美しい。", - "bandCategory": 4, - "masterGroupId": 404, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004113, - "previewMasterBgmId": 32004113, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4114, - "name": "不可視なブルー", - "shortName": "不可視なブルー", - "kana": "フカシナフルウ", - "artist": "KALEIDOSCORE", - "detailInfo": "作詞:宮嶋淳子
作曲:大畑拓也 , ぬゆり
弦編曲:岩嵜壮志", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "KALEIDOSCOREの2曲目となる楽曲。少しずつ気持ちが加速するようなメロディと、サビで一気に世界が拓けるようなサウンドが感動的な1曲。これまで隠してきた寂しい思いや我慢していた気持ちを、初めて見せてもいいと思えた”君”への歌。", - "bandCategory": 4, - "masterGroupId": 404, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004114, - "previewMasterBgmId": 32004114, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223110801 - }, - { - "id": 4115, - "name": "Dancing Raspberry", - "shortName": "Dancing Raspberry", - "kana": "タンシンクラスヘリイ", - "artist": "5yncri5e!", - "detailInfo": "作詞:宮嶋淳子
作曲:ArmySlick , 常楽寺 澪
編曲:ArmySlick", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "嵐 千砂都、桜小路きな子、若菜四季、鬼塚夏美、鬼塚冬毬からなるユニット・5yncri5e!の1曲目となる楽曲。心地よいリズムに、「感じるままに踊ろう」と誘われるようなダンスチューン。「自分ってサイコー!」と言える強さが勇気をくれる1曲。", - "bandCategory": 4, - "masterGroupId": 405, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004115, - "previewMasterBgmId": 32004115, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223101301 - }, - { - "id": 4116, - "name": "A Little Love", - "shortName": "A Little Love", - "kana": "アリトルラフ", - "artist": "5yncri5e!", - "detailInfo": "作詞:宮嶋淳子
作曲:Eunsol(1008) , 小久保祐希
編曲:Eunsol(1008)", - "dictionaryReference": "Liella!ユニットミニアルバム「Jump Into the New World」", - "dictionaryComment": "5yncri5e!の2曲目となる楽曲。浮遊感がありながらも力強いサウンドによって、一気に曲の世界に引き込まれるようなEDM。真っ直ぐに気持ちや想いを伝えてくれる「わたし」が、眩しくも温かく感じる、いろいろな愛の詰まった曲。", - "bandCategory": 4, - "masterGroupId": 405, - "jacketImageName": "jacket_4110", - "masterBgmId": 31004116, - "previewMasterBgmId": 32004116, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223110801 - }, - { - "id": 4117, - "name": "シェキラ☆☆☆", - "shortName": "シェキラ☆☆☆", - "kana": "シエキラ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲・編曲:小池竜暉 , Hoffnung", - "dictionaryReference": "『ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~』テーマソング", - "dictionaryComment": "Liella! 5thライブのテーマソング。勢いのあるトランペットで始まるノリの良いイントロで、ショーの開幕を感じさせる楽曲。思わず体を揺らしたくなるリズムとキャッチーなメロディが印象的。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4117", - "masterBgmId": 31004117, - "previewMasterBgmId": 32004117, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/10", - "masterReleaseLabelId": 224012006 - }, - { - "id": 4118, - "name": "FANTASTiC", - "shortName": "FANTASTiC", - "kana": "フアンタステイツク", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:YUU for YOU , Giz'Mo(from Jam9)
編曲:YUU for YOU", - "dictionaryReference": "『ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~』テーマソングシングルカップリング曲", - "dictionaryComment": "Liella! 5thライブテーマソングシングルCW曲。どこか懐かしくも新しいサウンドが心地よいEDM。一見強気な片思いのようで、自分に言い聞かせるように何度も同じ言葉が繰り返されている歌詞がいじらしい。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4117", - "masterBgmId": 31004118, - "previewMasterBgmId": 32004118, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/10", - "masterReleaseLabelId": 224012006 - }, - { - "id": 4119, - "name": "私のSymphony ~2023Ver.~", - "shortName": "私のSymphony ~2023Ver.~", - "kana": "ワタシノシンフオニイイ", - "artist": "Liella!", - "detailInfo": "作詞:宮嶋淳子
作曲:高木誠司 , 高慶\"CO-K\"卓史
編曲:高慶\"CO-K\"卓史
弦管編曲:兼松 衆", - "dictionaryReference": "『ラブライブ!スーパースター!! Liella! 5th LoveLive! ~Twinkle Triangle~』テーマソングシングルカップリング曲", - "dictionaryComment": "3期生を含めた11人で歌う「私のSymphony」。3期生のそれぞれのソロで始まる歌い出しが印象的。初めて11人でライブパフォーマンスをした『ラブライブ!スーパースター!! Liella! 4th LoveLive! Tour ~brand new Sparkle~』にて披露された。", - "bandCategory": 4, - "masterGroupId": 400, - "jacketImageName": "jacket_4117", - "masterBgmId": 31004119, - "previewMasterBgmId": 32004119, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2024/01/10", - "masterReleaseLabelId": 224021202 - }, - { - "id": 5001, - "name": "Dream Believers", - "shortName": "Dream Believers", - "kana": "トリームヒリーハース", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:渡辺拓也
弦編曲:渡辺拓也、真部 裕", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』主題曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』主題曲でもあり、蓮ノ空女学院スクールアイドルクラブのデビュー曲。夢に向かって\"いま\"を全力で生きる少女たちの心情が綴られた、デビュー曲にふさわしい前向きであり、どこか切なさも感じられる曲。王道なメロディーと多彩な楽器アレンジも聴いていて心地よい。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005001, - "previewMasterBgmId": 32005001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5002, - "name": "AWOKE", - "shortName": "AWOKE", - "kana": "アウォーク", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:Kanata Okajima、Hayato Yamamoto
編曲:Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "デビューミニアルバム「Dream Believers」収録曲。「マリオネット」がモチーフに描かれている、ユニット「DOLLCHESTRA」の一曲目。特徴的なシンセプラックの音色、ワルツ調のパート、セクションごとに目まぐるしく変わるトリッキーな構成など「DOLLCHESTRA」らしさが詰まったミステリアスな一曲。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005002, - "previewMasterBgmId": 32005002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5003, - "name": "水彩世界", - "shortName": "水彩世界", - "kana": "スイサイセカイ", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:栗原 暁(Jazzin’park) , 前田 佑
編曲:前田 佑
弦編曲:門脇大輔", - "dictionaryReference": "", - "dictionaryComment": "デビューミニアルバム「Dream Believers」収録曲。ユニット「スリーズブーケ」の一曲目。デュオだからこそ描ける、切なくもあり前向きな歌詞と、疾走感と温かみが介在する王道サウンドは「スリーズブーケ」らしさが詰まった一曲に仕上がっている。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005003, - "previewMasterBgmId": 32005003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5004, - "name": "Reflection in the mirror", - "shortName": "Reflection in the mirror", - "kana": "リフレクションインサミラー", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:桃宇アリサ、めんま
編曲:めんま
弦編曲:真部 裕", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』活動記録(ストーリー)第3話楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』活動記録(ストーリー)第3話楽曲。花帆と梢の気持ちのすれ違いを経て、お互いがお互いを認め合った先に披露される「鏡」をモチーフに心情が綴られた楽曲。壮大なストリングスなど、爽やかで王道感のあるサウンドも、スリーズブーケの新たなスタートを感じさせる。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5004", - "masterBgmId": 31005004, - "previewMasterBgmId": 32005004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5005, - "name": "フォーチュンムービー", - "shortName": "フォーチュンムービー", - "kana": "フォーチュンムーヒー", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:桃宇アリサ、めんま
編曲:めんま", - "dictionaryReference": "", - "dictionaryComment": "スリーズブーケ 1stシングル「Reflection in the mirror」収録曲。ブラスが印象的なミュージカル調のサウンドとともに、二人の可愛らしい一面が見れる楽曲。フルサイズでは、二人のコミカルな世界観が楽しめる寸劇や、高らかに響き渡るサックスソロが入っている間奏パートにも注目。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5004", - "masterBgmId": 31005005, - "previewMasterBgmId": 32005005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5006, - "name": "Mix shake!!", - "shortName": "Mix shake!!", - "kana": "ミックスシェイク", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲・編曲:川崎智哉 ", - "dictionaryReference": "", - "dictionaryComment": "スリーズブーケ 1stシングル「Reflection in the mirror」収録曲。可愛らしいワードや世界観が詰め込まれた歌詞に、ギターやベースが際立つキャッチーなアッパーロックチューンは、スリーズブーケの新たな一面を楽しめる。特にアウトロは、一緒に歌って、踊りたくなるような盛り上がりのあるパートになっている。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5004", - "masterBgmId": 31005006, - "previewMasterBgmId": 32005006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5007, - "name": "Sparkly Spot", - "shortName": "Sparkly Spot", - "kana": "スハークリイスホット", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲・編曲:渡辺拓也 ", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』活動記録(ストーリー)第6話楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』活動記録(ストーリー)第6話楽曲。さやかの\"わがまま\"を綴理が認め、スケートリンク上にて歌唱される、二人の想いが交差するクールなロックチューン。真っ直ぐな心情が、二人のハーモニーと、テンポ良く交互に歌唱される歌声に詰め込まれている。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5007", - "masterBgmId": 31005007, - "previewMasterBgmId": 32005007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5008, - "name": "ツキマカセ", - "shortName": "ツキマカセ", - "kana": "ツキマカセ", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:福田陽司
編曲:渡辺和紀", - "dictionaryReference": "", - "dictionaryComment": "DOLLCHESTRA 1stシングル「Sparkly Spot」収録曲。深夜の時間帯を思わせる歌詞にもマッチする、キャッチーな音色が多様に使われたエレクトロポップサウンド。楽曲の世界観だからこそ垣間見える、二人の可愛らしい表情にも注目。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5007", - "masterBgmId": 31005008, - "previewMasterBgmId": 32005008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5009, - "name": "希望的プリズム", - "shortName": "希望的プリズム", - "kana": "キホウテキフリスム", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:水流雄一朗、室屋優美、Haruka Kato
編曲:水流雄一朗
弦編曲:真部 裕", - "dictionaryReference": "", - "dictionaryComment": "DOLLCHESTRA 1stシングル「Sparkly Spot」収録曲。等身大の少女ならではの葛藤が描かれた、どこか切ないマイナーポップ。フルサイズでは、切なさを彩るギターソロにも注目。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5007", - "masterBgmId": 31005009, - "previewMasterBgmId": 32005009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/04/26", - "masterReleaseLabelId": 223053107 - }, - { - "id": 5010, - "name": "謳歌爛漫", - "shortName": "謳歌爛漫", - "kana": "オウカランマン", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:小野寺祐輔(Arte Refact)
編曲:河合泰志(Arte Refact)", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年4月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年4月度楽曲。4月の\"期待\"を感じさせるミディアムソング。\"花\"をモチーフに描かれた前向きな気持ちになれる一曲になっている。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5011", - "masterBgmId": 31005010, - "previewMasterBgmId": 32005010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5011, - "name": "Holiday∞Holiday", - "shortName": "Holiday∞Holiday", - "kana": "ホリテイホリテイ", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:桃宇アリサ、めんま
編曲:めんま", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年5月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年5月度楽曲。ジェットコースターをモチーフに、二人のキュートな一面が見られるシンセポップ。お休みの日のお供にしたくなる一曲。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5011", - "masterBgmId": 31005011, - "previewMasterBgmId": 32005011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5012, - "name": "スケイプゴート", - "shortName": "スケイプゴート", - "kana": "スケイフコオト", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:Hiroki Sagawa (Relic Lyric, inc.)、武田城以
編曲:武田城以", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年4月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年4月度楽曲。4月の\"不安\"から生じる心情感にフィーチャーしたどこか哀愁感の漂う一曲。ブラスを筆頭に、アグレッシブなサウンドにも注目。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5013", - "masterBgmId": 31005012, - "previewMasterBgmId": 32005012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5013, - "name": "Tragic Drops", - "shortName": "Tragic Drops", - "kana": "トラシツクトロツフス", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:Kanata Okajima、Hayato Yamamoto
編曲:Hayato Yamamoto", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年5月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年5月度楽曲。金沢の気候感も思わせる五月雨をイメージした、激しく情緒的なロックサウンドがどこか懐かしさも感じさせる。謙遜した恋心を描いた歌詞では、楽曲ならではの二人の表情が見える。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5013", - "masterBgmId": 31005013, - "previewMasterBgmId": 32005013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/06/14", - "masterReleaseLabelId": 223061507 - }, - { - "id": 5014, - "name": "ド!ド!ド!", - "shortName": "ド!ド!ド!", - "kana": "トトト", - "artist": "みらくらぱーく!", - "detailInfo": "作詞:ろさ
作曲・編曲:山本玲史", - "dictionaryReference": "", - "dictionaryComment": "デビューミニアルバム「Dream Believers」収録曲。ユニット「みらくらぱーく!」の一曲目。ハイテンポなピコピコサウンドで、イントロから一気に世界観に引き込まれる。Aメロ・Bメロでは、瑠璃乃・慈の人間性やテンポの良い掛け合いが描かれる一方、サビでは、応援歌のような前向きな心情が気持ち良い。フルサイズでは、セリフパートや、一緒に盛り上がれるラストサビなど、1曲通して落差の激しい構成もテーマパーク感があり楽しい。", - "bandCategory": 5, - "masterGroupId": 503, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005014, - "previewMasterBgmId": 32005014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5015, - "name": "On your mark", - "shortName": "On your mark", - "kana": "オンユアマアク", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲・編曲:EFFY ", - "dictionaryReference": "", - "dictionaryComment": "デビューミニアルバム「Dream Believers」収録曲。不器用にひたむきに前進する少女たちを描いたデジタルアッパーチューン。激しいテンポ感とクールな世界観とともに、6人のカッコいい表情が見れる一曲に仕上がっている。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005015, - "previewMasterBgmId": 32005015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5016, - "name": "DEEPNESS", - "shortName": "DEEPNESS", - "kana": "テイイフネス", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:桃宇アリサ
作曲:古河 夕
編曲:EFFY", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』活動記録(ストーリー)第8話楽曲
スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年6月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』活動記録(ストーリー)第8話楽曲&「Fes×LIVE」2023年6月度楽曲。自らの心が迷子になっていた梢の心情・悩みを、4人の絆で答えを見つけ、新境地を切り拓いた先に歌唱される一曲。激しいサイバー×オリエンタルなダンスナンバーからは、強い意志を感じる。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5016", - "masterBgmId": 31005016, - "previewMasterBgmId": 32005016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223081102 - }, - { - "id": 5017, - "name": "永遠のEuphoria", - "shortName": "永遠のEuphoria", - "kana": "エイエンノユウフオリア", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:KOMU
作曲・編曲:オオヤギヒロオ
弦編曲:山下洋介", - "dictionaryReference": "", - "dictionaryComment": "デビューミニアルバム「Dream Believers」収録曲。キャッチーなメロディーとストリングスが印象的な、\"みんなで歌いたくなる\"一曲。学年やユニットで分けられたシンプルな歌い分けも聴いていて楽しい。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5001", - "masterBgmId": 31005017, - "previewMasterBgmId": 32005017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/03/29", - "masterReleaseLabelId": 1 - }, - { - "id": 5018, - "name": "眩耀夜行", - "shortName": "眩耀夜行", - "kana": "ゲンヨウヒコウ", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:小野寺祐輔 (Arte Refact)
編曲:脇 眞富 (Arte Refact)", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年7月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年7月度楽曲。初夏の情景を感じさせる中に、「前進する」ことが描かれた歌詞が魅力的。疾走感の中に、儚さも垣間見え、夏の訪れを感じる季節に聴きたくなる一曲。ブラスやギターの音色もサウンドに彩りを加える。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5018", - "masterBgmId": 31005018, - "previewMasterBgmId": 32005018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5019, - "name": "Mirage Voyage", - "shortName": "Mirage Voyage", - "kana": "ミラアシユウオイイシ", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:Kanata Okajima、Hayato Yamamoto
編曲:Hayato Yamamoto", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年7月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年7月度楽曲。初夏の夕暮れを思わせるノスタルジー×メロディアスなサウンドと、小刻みなメロディが特徴的な一曲。歌詞からも、「自分は自分で良い」というメッセージ性を感じさせる。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5019", - "masterBgmId": 31005019, - "previewMasterBgmId": 32005019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5020, - "name": "ハクチューアラモード", - "shortName": "ハクチューアラモード", - "kana": "ハクチユウアラモオト", - "artist": "みらくらぱーく!", - "detailInfo": "作詞・作曲・編曲:ナユタン星人", - "dictionaryReference": "", - "dictionaryComment": "1stアルバム「夏めきペイン」収録曲。スイーツをモチーフに\"恋\"を探す二人の可愛い表情が詰まった一曲。一曲を通して、キャッチーなワードや、二人のファンタジックでコミカルな掛け合いが楽しめる。", - "bandCategory": 5, - "masterGroupId": 503, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005020, - "previewMasterBgmId": 32005020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5021, - "name": "夏めきペイン", - "shortName": "夏めきペイン", - "kana": "ナツメキヘイン", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:指原莉乃
作曲:栗原 暁(Jazzin’park)、前田 佑
編曲:前田 佑
弦編曲:門脇大輔", - "dictionaryReference": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年8月度楽曲", - "dictionaryComment": "スマートフォン向けアプリ『Link!Like!ラブライブ!』「Fes×LIVE」2023年8月度楽曲。「Fes×LIVE」では「徳光海岸」にてパフォーマンスされる一曲は、象徴的なモニュメントである「#LOVE」ともマッチする、6人の少女たちのキュートな一面が詰まったラブソング。儚さと爽快感が介在するサウンドは、夏にぴったりな\"蓮ノ空サマーチューン\"に仕上がっている。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005021, - "previewMasterBgmId": 32005021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223111507 - }, - { - "id": 5022, - "name": "Kawaii no susume", - "shortName": "Kawaii no susume", - "kana": "カワイイノススメ", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:佐藤厚仁
編曲:佐藤厚仁、Kijibato", - "dictionaryReference": "", - "dictionaryComment": "スリーズブーケ 2ndシングル「眩耀夜行」収録曲。二人の「Kawaii」一面がたっぷりと詰め込まれた歌詞と、エアリー感のあるスタイリッシュなサウンドは「スリーズブーケ」の新たな世界観が楽しめる。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5018", - "masterBgmId": 31005022, - "previewMasterBgmId": 32005022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223120504 - }, - { - "id": 5023, - "name": "ジブンダイアリー", - "shortName": "ジブンダイアリー", - "kana": "シフンタイアリイ", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲:栗原 暁(Jazzin’park)、前田 佑
編曲:前田 佑", - "dictionaryReference": "", - "dictionaryComment": "DOLLCHESTRA 2ndシングル「Mirage Voyage」収録曲。等身大な歌詞やポエトリーリーディングパートなど、DOLLCHESTRAの新しい一面が垣間見れる、\"勇気\"をもらえる一曲に仕上がっている。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5019", - "masterBgmId": 31005023, - "previewMasterBgmId": 32005023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/09", - "masterReleaseLabelId": 223120504 - }, - { - "id": 5024, - "name": "Yup! Yup! Yup!", - "shortName": "Yup! Yup! Yup!", - "kana": "ヤフヤフヤフ", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:Kanata Okajima
作曲:Kanata Okajima、ArmySlick
編曲:ArmySlick", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。金沢の情景を想像できる、天気をテーマに描かれた歌詞を、キャッチー&キュートなサウンドに乗せて可愛く歌うメンバーが印象的な一曲。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005024, - "previewMasterBgmId": 32005024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5025, - "name": "ココン東西", - "shortName": "ココン東西", - "kana": "ココントウサイ", - "artist": "みらくらぱーく!", - "detailInfo": "作詞:ろさ
作曲・編曲:Ryu", - "dictionaryReference": "", - "dictionaryComment": "1stアルバム「夏めきペイン」収録曲。RPGをモチーフに、二人の突き進む姿が描かれた「みらくらぱーく!」らしさ全開の一曲。ゲームの世界に入り込んだような、ハイテンポで目まぐるしく展開するサウンドと、二人の掛け合いがキャッチーでコミカルな楽しい一曲。", - "bandCategory": 5, - "masterGroupId": 503, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005025, - "previewMasterBgmId": 32005025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 5026, - "name": "残陽", - "shortName": "残陽", - "kana": "サンヨウ", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲・編曲:小野寺祐輔 (Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。ノスタルジーとどこか寂しさを感じるサウンドに、「日陰」と「日向」をモチーフに描かれた一曲は、新しいスリーズブーケの表情を見ることができる。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005026, - "previewMasterBgmId": 32005026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 5027, - "name": "青春の輪郭", - "shortName": "青春の輪郭", - "kana": "セイシュンノリンカク", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲・編曲:SHIBU", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。爽快感・疾走感を感じられる一曲はDOLLCHESTRAの新しい表情が見れる。若者の等身大な感情を\"自転車\"をモチーフに描かれており、二人の歌声からも勇気をもらえる一曲。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005027, - "previewMasterBgmId": 32005027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5028, - "name": "Dear my future", - "shortName": "Dear my future", - "kana": "テイアマイフユウチヤア", - "artist": "スリーズブーケ", - "detailInfo": "作詞:ケリー
作曲:Joshua Leung、不滅のアスカ
編曲:Joshua Leung", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。「手紙」をモチーフに描かれた一曲は、スリーズブーケの新しい一面が垣間見えるバラードに仕上がっている。自分自身にだからこそ伝えられる「未来の自分」に向けた力強いメッセージに乗せた歌声にも注目。", - "bandCategory": 5, - "masterGroupId": 501, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005028, - "previewMasterBgmId": 32005028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5029, - "name": "パラレルダンサー", - "shortName": "パラレルダンサー", - "kana": "パラレルダンサア", - "artist": "DOLLCHESTRA", - "detailInfo": "作詞:TATSUNE
作曲・編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。レトロで洗練されたサウンドに、物語性のある歌詞を乗せた一曲。少し背伸びをした、非日常的な表情を感じることができ、DOLLCHESTRAの新たな一面を感じられる。", - "bandCategory": 5, - "masterGroupId": 502, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005029, - "previewMasterBgmId": 32005029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 5030, - "name": "明日の空の僕たちへ", - "shortName": "明日の空の僕たちへ", - "kana": "アシタノソラノホクタチヘ", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:KOMU
作曲・編曲:家原正樹", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。ストリングス、ピアノが印象的な儚いサウンドに乗せて、強く訴えかけるメンバーの感情が乗った歌声が印象的。活動から半年経ち、メンバーたちにも様々な変化が感じられる中、「変わらない自分」をテーマに描かれたメッセージソング。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005030, - "previewMasterBgmId": 32005030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 224011107 - }, - { - "id": 5031, - "name": "Legato", - "shortName": "Legato", - "kana": "レカトウ", - "artist": "蓮ノ空女学院スクールアイドルクラブ", - "detailInfo": "作詞:PA-NON
作曲:浅利進吾
編曲:山下洋介", - "dictionaryReference": "", - "dictionaryComment": "蓮ノ空女学院スクールアイドルクラブ 1stアルバム「夏めきペイン」収録曲。壮大で透明感のあるサウンドに、「結ばれた」を意味する「Legato」のタイトル通り、メンバーが歌い繋いでいく構成が感動的な一曲。\"希望\"を感じる、力強い歌詞にも注目。", - "bandCategory": 5, - "masterGroupId": 500, - "jacketImageName": "jacket_5021", - "masterBgmId": 31005031, - "previewMasterBgmId": 32005031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/20", - "masterReleaseLabelId": 223120108 - }, - { - "id": 6001, - "name": "幻日ミステリウム", - "shortName": "幻日ミステリウム", - "kana": "ケンシツミステリウム", - "artist": "Aqours", - "detailInfo": "作詞:畑 亜貴
作曲・編曲:酒井拓也(Arte Refact) , 山本恭平(Arte Refact)", - "dictionaryReference": "", - "dictionaryComment": "スクールアイドルグループ \"Aqours\" が歌うTVアニメ『幻日のヨハネ』オープニング主題歌!ダークかつ妖艶な雰囲気を纏ったコーラスと力強いストリングスが印象的。グループとしても新たな境地を切り開く意欲曲で作品・物語をしっかりと彩る楽曲となっている。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6001", - "masterBgmId": 31006001, - "previewMasterBgmId": 32006001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/26", - "masterReleaseLabelId": 223060801 - }, - { - "id": 6002, - "name": "キミノタメボクノタメ", - "shortName": "キミノタメボクノタメ", - "kana": "キミノタメホクノタメ", - "artist": "Aqours", - "detailInfo": "作詞:UiNA , おっちょこバニー
作曲:小高光太郎 , UiNA
編曲:小高光太郎 , 石倉誉之", - "dictionaryReference": "", - "dictionaryComment": "オープニング主題歌「幻日ミステリウム」とは対照的に、Aqoursの持つ明るい部分を全面に押し出した可愛らしい楽曲。【ONE FOR ALL、ALL FOR ONE】と言うフレーズが印象的で、作中でのヨハネ達の関係値と物語を凝縮している。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6002", - "masterBgmId": 31006002, - "previewMasterBgmId": 32006002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223070301 - }, - { - "id": 6003, - "name": "Far far away", - "shortName": "Far far away", - "kana": "フアアフアアアウエイ", - "artist": "ヨハネ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:Kanata Okajima , MEG , Hayato Yamamoto
編曲:MEG , Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第1話挿入歌。ヨハネが帰郷した際に\"切り株のステージ\" 上で、ライラプス、ハナマルの前で披露した楽曲。 トカイでのオーディションでも歌っていた楽曲で、上京前、上京後トカイでの生活中も大事に温めていた楽曲で、彼女の歌・夢・ライラプスへの想いを強く語っている。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6003", - "masterBgmId": 31006003, - "previewMasterBgmId": 32006003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/23", - "masterReleaseLabelId": 223062602 - }, - { - "id": 6004, - "name": "Be as one!!!", - "shortName": "Be as one!!!", - "kana": "ヒイアスワン", - "artist": "チカ 、ダイヤ 、ルビィ", - "detailInfo": "作詞:Hayato Yamamoto
作曲:宮崎 誠
編曲:宮崎 誠", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第3話挿入歌。ヌマヅの異変の影響で凶暴化した鹿たちに襲われてしまうヨハネ。そのピンチに現れた “ミリオンダラー” & “スカーレット・デルタ”。いがみ合いながらも 力を合わせてピンチを乗り越え行く、ダイヤ、ルビィ、チカの3人が歌う -戦いの歌-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6004", - "masterBgmId": 31006004, - "previewMasterBgmId": 32006004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/23", - "masterReleaseLabelId": 223071001 - }, - { - "id": 6005, - "name": "R・E・P", - "shortName": "R・E・P", - "kana": "アアルイイヒイ", - "artist": "ヨウ 、ハナマル 、カナン", - "detailInfo": "作詞:FUNK UCHINO
作曲:DJ Chika a.k.a. Inherit , FUNK UCHINO
編曲:DJ Chika a.k.a. Inherit , 春川仁志", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第4話挿入歌。ヨハネがハナマルが繋いでくれた縁で仲良くなった “配達員(メッセンジャー)ヨウ”と“リサイクル・クイーン カナン”。生まれ育った町で地に足を付けて生活している3人がヌマヅを歌う -レップ曲-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6005", - "masterBgmId": 31006005, - "previewMasterBgmId": 32006005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/06", - "masterReleaseLabelId": 223071701 - }, - { - "id": 6006, - "name": "Hey, dear my friends", - "shortName": "Hey, dear my friends", - "kana": "ヘイテイアマイフレンス", - "artist": "マリ 、リコ 、ヨハネ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:Kanata Okajima , Hayato Yamamoto , KAIKI , Nao Nishimura
編曲:Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第6話挿入歌。各々が異なる種類ではあるが独りでいる事を選んだヨハネ、マリ、リコ。既に周りの仲間達の力で自分に素直になる事の大切さを感じていたヨハネがマリを、ヨハネとマリがリコをといった形で向き合い仲良くなった3人が歌う -ポエトリー曲-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6006", - "masterBgmId": 31006006, - "previewMasterBgmId": 32006006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/06", - "masterReleaseLabelId": 223073107 - }, - { - "id": 6007, - "name": "Wonder sea breeze", - "shortName": "Wonder sea breeze", - "kana": "ワンタアスイイフリイス", - "artist": "ヨハネ、ハナマル、ダイヤ、ルビィ、チカ、ヨウ、カナン、リコ、マリ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:倉内達矢 編曲:倉内達矢", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第8話挿入歌。夏祭りのステージで歌うことに “異変” 解決の糸口を見出したヨハネたち9人が、初めて人前で披露した楽曲。サウンド、歌詞ともに \"潮騒の町\" で育った9人ならではな -水属性楽曲-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6007", - "masterBgmId": 31006007, - "previewMasterBgmId": 32006007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/27", - "masterReleaseLabelId": 223081402 - }, - { - "id": 6008, - "name": "Forever U & I ", - "shortName": "Forever U & I ", - "kana": "フオオエハアユウアントアイ", - "artist": "ヨハネ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:Kanata Okajima , Hayato Yamamoto 編曲:Hayato Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第12話挿入歌。ヨハネとライラプスの魔法が解ける瞬間(トキ)、「Far far away」を歌った \"切り株のステージ\" 始まりの場所でキセキが起きる。一歩踏み出した2つの魂の決意を歌った楽曲。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6008", - "masterBgmId": 31006008, - "previewMasterBgmId": 32006008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/11", - "masterReleaseLabelId": 223091102 - }, - { - "id": 6009, - "name": "GIRLS!!", - "shortName": "GIRLS!!", - "kana": "カアルス", - "artist": "ヨハネ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:高田 暁 編曲:高田 暁", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第7話挿入歌。自分の殻に閉じこもって友達も作らなかったヨハネが、帰省したヌマヅで出来た8人もの友達と開催した \"女子会\"。ヨハネがその女子会がどれだけ楽しかったかを、歌にしてしまうほど気持ちを詰め込んだ -パーティーソング-", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6009", - "masterBgmId": 31006009, - "previewMasterBgmId": 32006009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/09/27", - "masterReleaseLabelId": 223080703 - }, - { - "id": 6010, - "name": "La la 勇気のうた", - "shortName": "La la 勇気のうた", - "kana": "ララユウキノウタ", - "artist": "ヨハネ、ハナマル、ダイヤ、ルビィ、チカ、ヨウ、カナン、リコ、マリ", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:Fi'Ne , 米澤森人 , alura
編曲:Fi'Ne , 米澤森人 , alura", - "dictionaryReference": "", - "dictionaryComment": "TVアニメ『幻日のヨハネ』第13話挿入歌。大切な人たちが住む、大切なこの町を守りたい!ヨハネ達9人が仲間と共に、その絆を手に、そして魔法を胸に再びステージに上がりヌマヅに平和を取り戻し、歌声で満たすために歌ったクラシックな旋律が印象的な美しくも力強い楽曲 ♪", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6010", - "masterBgmId": 31006010, - "previewMasterBgmId": 32006010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/10/11", - "masterReleaseLabelId": 223091801 - }, - { - "id": 6011, - "name": "GAME ON!", - "shortName": "GAME ON!", - "kana": "ゲエムオン", - "artist": "Aqours", - "detailInfo": "作詞:Kanata Okajima , Hayato Yamamoto
作曲:前迫潤哉 , サイトウ リョースケ , 春川仁志
編曲:サイトウ リョースケ", - "dictionaryReference": "", - "dictionaryComment": "誰もが持つ \"己の闇との戦い\"。鏡の中のもう1人の自分と向き合う \"パラレルワールド\" で繰り広げられる作戦開始の合図 GAME ON!", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6001", - "masterBgmId": 31006011, - "previewMasterBgmId": 32006011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/07/26", - "masterReleaseLabelId": 223121802 - }, - { - "id": 6012, - "name": "SILENT PAIN", - "shortName": "SILENT PAIN", - "kana": "サイレントヘイン", - "artist": "Aqours", - "detailInfo": "作詞:FUNK UCHINO
作曲:TAKAROT , FUNK UCHINO
編曲:TAKAROT , Shoma Yamamoto", - "dictionaryReference": "", - "dictionaryComment": "日々ヌマヅを脅かす \"異変\" と戦うヨハネ達9人。そんな彼女達に訪れるささやかな休息 . . . それぞれが葛藤や悩み、そして心に痛みをを抱えながらも未来への希望を願うそんな時間と想いを切り取った楽曲。", - "bandCategory": 7, - "masterGroupId": 600, - "jacketImageName": "jacket_6002", - "masterBgmId": 31006012, - "previewMasterBgmId": 32006012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/08/02", - "masterReleaseLabelId": 223121802 - }, - { - "id": 9001, - "name": "LIVE with a smile!", - "shortName": "LIVE with a smile!", - "kana": "ライフウイスアスマイル", - "artist": "Aqours , 虹ヶ咲学園スクールアイドル同好会 , Liella!", - "detailInfo": "作詞:畑 亜貴
作曲:Ryota Saito , Diz
編曲:EFFY(FirstCall)", - "dictionaryReference": "", - "dictionaryComment": "LoveLive! Series Presents COUNTDOWN LoveLive! 2021→2022のテーマソングとして作られた楽曲。スクールアイドルとしての輝きが壮大なメロディや歌詞から強く伝わってくる。この曲を聴くとラブライブ!の繋がりや壮大な物語を再確認できる。", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9001", - "masterBgmId": 31009001, - "previewMasterBgmId": 32009001, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2021/11/03", - "masterReleaseLabelId": 1 - }, - { - "id": 9002, - "name": "未完成ドリーム!", - "shortName": "未完成ドリーム!", - "kana": "ミカンセイトリイムア", - "artist": "堀内まり菜(椿 ルリカ役) , 浅井七海 (皇 ユズハ役) , 杏 ジュリア(北条ユキノ役) , 小山璃奈(天草ヒカル役) , 佐藤美波(三笠マーヤ役) , 関根優那 (滝沢アンズ役) , 西葉瑞希 (若槻ミスズ役) , 星守紗凪(来栖トア役) , 三田美吹(鈴賀レナ役) , 青山瑠里 (晴風サヤカ役)", - "detailInfo": "作詞:畑 亜貴
作曲:小島良太
編曲:久下真音", - "dictionaryReference": "スクールアイドルミュージカルテーマソング", - "dictionaryComment": "スクールアイドルミュージカルのテーマソング。公演に先立って公開された。まだ見えないところへ飛び込む楽しみとドキドキを描いた、まさに始まりに相応しい楽曲となっている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9002", - "masterBgmId": 31009002, - "previewMasterBgmId": 32009002, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/10", - "masterReleaseLabelId": 1 - }, - { - "id": 9003, - "name": "未完成ドリーム!(椿咲花女子高等学校Ver.)", - "shortName": "未完成ドリーム!(椿咲花女子高等学校Ver.)", - "kana": "ミカンセイトリイムイ", - "artist": "堀内まり菜(椿 ルリカ役) , 浅井七海 (皇 ユズハ役) , 杏 ジュリア(北条ユキノ役) , 小山璃奈(天草ヒカル役) , 佐藤美波(三笠マーヤ役)", - "detailInfo": "作詞:畑 亜貴
作曲:小島良太
編曲:久下真音", - "dictionaryReference": "スクールアイドルミュージカルテーマソング", - "dictionaryComment": "スクールアイドルミュージカルのテーマソング、椿咲花バージョン。カップリングとして収録されている。まだ見えないところへ飛び込む楽しみとドキドキを描いた、まさに始まりに相応しい楽曲となっている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9002", - "masterBgmId": 31009003, - "previewMasterBgmId": 32009003, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/10", - "masterReleaseLabelId": 1 - }, - { - "id": 9004, - "name": "未完成ドリーム!(滝桜女学院高等学校Ver.)", - "shortName": "未完成ドリーム!(滝桜女学院高等学校Ver.)", - "kana": "ミカンセイトリイムウ", - "artist": "関根優那 (滝沢アンズ役) , 西葉瑞希 (若槻ミスズ役) , 星守紗凪(来栖トア役) , 三田美吹(鈴賀レナ役) , 青山瑠里(晴風サヤカ役)", - "detailInfo": "作詞:畑 亜貴
作曲:小島良太
編曲:久下真音", - "dictionaryReference": "スクールアイドルミュージカルテーマソング", - "dictionaryComment": "スクールアイドルミュージカルのテーマソング、滝桜バージョン。カップリングとして収録されている。まだ見えないところへ飛び込む楽しみとドキドキを描いた、まさに始まりに相応しい楽曲となっている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9002", - "masterBgmId": 31009004, - "previewMasterBgmId": 32009004, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2022/12/10", - "masterReleaseLabelId": 1 - }, - { - "id": 9005, - "name": "きらりひらり舞う桜", - "shortName": "きらりひらり舞う桜", - "kana": "キラリヒラリマウサクラ", - "artist": "関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲:小島良太
編曲:久下真音", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "滝桜女学院芸能コースアイドル部の代表曲。華やかで勢いのある彼女たちをあらわしたような元気なEDM曲。学園花である「桜」の季節の新たなときめきを歌っている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009005, - "previewMasterBgmId": 32009005, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9006, - "name": "あなたがセンター", - "shortName": "あなたがセンター", - "kana": "アナタカセンタア", - "artist": "関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、岡村さやか(滝沢キョウカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "劇中、滝桜女学院アイドル部がテレビ番組で「きらりひらり舞う桜」を収録した後、キョウカ理事長が部員を鼓舞する歌。自分たちの明るい未来のステージに向けた部員たちの想いもつまっている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009006, - "previewMasterBgmId": 32009006, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9007, - "name": "夢見る世界〜ルリカの想い", - "shortName": "夢見る世界〜ルリカの想い", - "kana": "ユメミルセカイア", - "artist": "堀内まり菜(椿 ルリカ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "滝桜女学院のパフォーマンスをテレビで見たルリカがアンズと彼女のたつステージへの憧れを歌う曲。自分の中の大切な「約束」と想像の中の輝かしい舞台への想いでゆれるルリカの気持ちが垣間見える。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009007, - "previewMasterBgmId": 32009007, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9008, - "name": "夢見る世界〜椿咲花女子高等学校", - "shortName": "夢見る世界〜椿咲花女子高等学校", - "kana": "ユメミルセカイイ", - "artist": "浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "椿咲花女子高校の生徒たちが伝統ある自分たちの学校について歌う曲。表から見た淑やかさの裏で実情は厳しい勉強漬けの毎日であるという苦労を歌っている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009008, - "previewMasterBgmId": 32009008, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9009, - "name": "夢見る世界〜椿咲花の日常", - "shortName": "夢見る世界〜椿咲花の日常", - "kana": "ユメミルセカイウ", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "これまでテストで1位をずっとキープしていたルリカが成績を落とした!?と、ユズハ、ユキノ、ヒカル、マーヤのいつもの仲良し5人組の仲間たちが心配しルリカに問いかける歌。", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009009, - "previewMasterBgmId": 32009009, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9010, - "name": "伝統の系譜", - "shortName": "伝統の系譜", - "kana": "テントウノケイフ", - "artist": "堀内まり菜(椿 ルリカ役)、蒼乃夕妃(椿 マドカ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "椿咲花女子高校の理事長であり、ルリカの母でもあるマドカがルリカに学校の伝統の重みを説く歌。ルリカもそれにこたえつつ、自分の大切にしている父との約束の想いを歌う。", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009010, - "previewMasterBgmId": 32009010, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9011, - "name": "目指せメジャーデビュー", - "shortName": "目指せメジャーデビュー", - "kana": "メサセメシヤアテヒユウア", - "artist": "関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "部長である若槻ミスズを中心にストイックに努力する滝桜女学院アイドル部の部員たちの歌。それぞれが自分の個性をいかして高みを目指し、エースをねらっている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009011, - "previewMasterBgmId": 32009011, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9012, - "name": "輝かしい未来", - "shortName": "輝かしい未来", - "kana": "カカヤカシイミライ", - "artist": "関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "キョウカ理事長に発破をかけられメジャーデビューを目指しさらに励んでいこうというポジティブなエネルギーがこもったアイドル部全員の歌。ファンクのリズムにのり、誇らしく歌っている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009012, - "previewMasterBgmId": 32009012, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9013, - "name": "なりたい自分", - "shortName": "なりたい自分", - "kana": "ナリタイシフン", - "artist": "関根優那 (滝沢アンズ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "アンズがアイドルに憧れ始めた自分の小さい頃を懐古しながら歌うバラード曲。歌やダンスへの純粋な想い、今の自分への葛藤、母親との遠い思い出の入り混じったセンチメンタルな歌。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009013, - "previewMasterBgmId": 32009013, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9014, - "name": "わが校の流儀", - "shortName": "わが校の流儀", - "kana": "ワカコウノリユウキ", - "artist": "蒼乃夕妃(椿 マドカ役)、岡村さやか(滝沢キョウカ役)、大原万由子、金子 楓、鈴木まゆり、藤本くるみ、古沢朋恵、森本めい", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "関西私立学校連盟の定期会合でのやりとり。理事たちは近代的な方法で学園を拡大する滝桜女学院のキョウカ理事長の意見を聞くが、昔からライバルだったキョウカとマドカは相容れない意見をぶつけ合う。", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009014, - "previewMasterBgmId": 32009014, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9015, - "name": "それぞれの役割", - "shortName": "それぞれの役割", - "kana": "ソレソレノヤクワリ", - "artist": "西葉瑞希 (若槻ミスズ役)、岡村さやか(滝沢キョウカ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "ミスズがなぜ滝桜女学院アイドル部の部長を務めているのかキョウカ理事長が問いただす2人の対話のナンバー。それぞれの意見、感情が絡み合うようにメロディも交錯するデュエット曲。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009015, - "previewMasterBgmId": 32009015, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9016, - "name": "平凡な未来", - "shortName": "平凡な未来", - "kana": "ヘイホンナミライ", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "滝桜女学院アイドル部のライブを目の当たりにした椿咲花の仲良し5人組。勉強しかしてこなかった平凡な彼女たちが遠い存在としてアイドルへのあこがれの気持ちを歌う曲。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009016, - "previewMasterBgmId": 32009016, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9017, - "name": "噂の転校生", - "shortName": "噂の転校生", - "kana": "ウワサノテンコウセイ", - "artist": "大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "滝桜女学院アイドル部のエースであるアンズが椿咲花女子高校で目撃された驚きを踊り歌う椿咲花の生徒たちのナンバー。平凡な日常に波紋が広がっていくエネルギッシュな曲。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009017, - "previewMasterBgmId": 32009017, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9018, - "name": "発足!椿咲花アイドル部", - "shortName": "発足!椿咲花アイドル部", - "kana": "ホッソクツハキサクハナアイトルフ", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里(晴風サヤカ役)、蒼乃夕妃(椿 マドカ役)、岡村さやか(滝沢キョウカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "椿咲花女子高校のマドカ理事長の唐突な宣言にその場にいる皆が困惑する。それぞれの思惑が錯綜し、ミュージカルの1幕ラストを締めくくる大ナンバー。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009018, - "previewMasterBgmId": 32009018, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9019, - "name": "新しいチャンス", - "shortName": "新しいチャンス", - "kana": "アタラシイチヤンス", - "artist": "西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、岡村さやか(滝沢キョウカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "アンズがいなくなってしまった滝桜女学院アイドル部のメンバーと理事長が、新設された椿咲花アイドル部への対抗心を歌うハイテンポでファンキーなナンバー。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009019, - "previewMasterBgmId": 32009019, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9020, - "name": "親友", - "shortName": "親友", - "kana": "シンユウ", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "ルリカとアンズの出会いにより関係のバランスがくずれた幼馴染のルリカとユズハ。お互いへの想いや少しのすれ違いの心の中の違和感を歌ったセンチメンタルなデュエット。", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009020, - "previewMasterBgmId": 32009020, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9021, - "name": "目指せメジャーデビュー Reprise", - "shortName": "目指せメジャーデビュー Reprise", - "kana": "メサセメシヤアテヒユウイ", - "artist": "西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "アンズがいなくなったことにより均衡が崩れ、バラバラになっていく滝桜女学院アイドル部のメンバーたち。そんな彼女たちにセンターを狙うチャンスだと鼓舞する理事長も加わるダイアログのナンバー。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009021, - "previewMasterBgmId": 32009021, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9022, - "name": "深まる仲", - "shortName": "深まる仲", - "kana": "フカマルナカ", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、関根優那 (滝沢アンズ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "椿咲花の仲良し5人組にアンズが加わって、いよいよ椿咲花アイドル部が活動を始める。そのキラキラした期待や楽しさの感情があふれだす明るいナンバー。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009022, - "previewMasterBgmId": 32009022, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9023, - "name": "なくして初めて気づくこと", - "shortName": "なくして初めて気づくこと", - "kana": "ナクシテハシメテキツクコト", - "artist": "大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "アンズを失ったことによりバラバラになってしまった滝桜女学院アイドル部の様子について悩んで、その不安を歌うアイドル部1年、2年のメンバーたちの曲。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009023, - "previewMasterBgmId": 32009023, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9024, - "name": "君と見る夢(練習Ver.)", - "shortName": "君と見る夢(練習Ver.)", - "kana": "キミトミルユメア", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、関根優那 (滝沢アンズ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "ユズハが作詞を担当し、アンズが作曲を担当した椿咲花アイドル部の初めての歌。ルリカ、ユズハを投影したように、仲間と一緒の未来に向かって駆け抜けようとする気持ちをあらわしている。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009024, - "previewMasterBgmId": 32009024, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9025, - "name": "君と見る夢〜キョウカの戸惑い", - "shortName": "君と見る夢〜キョウカの戸惑い", - "kana": "キミトミルユメイ", - "artist": "岡村さやか(滝沢キョウカ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "アンズに滝桜アイドル部へ戻るように説得するためやってきたキョウカ理事長。しかし彼女がそこで見たものは…。昔の思い出を懐古しながら大事なことに気づく、失意のナンバー。", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009025, - "previewMasterBgmId": 32009025, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9026, - "name": "明日はきっと", - "shortName": "明日はきっと", - "kana": "アシタハキツト", - "artist": "堀内まり菜(椿 ルリカ役)", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "どうしようもない状況でひとりぼっちになってしまったルリカ。いつも当たり前のように近くにいてくれ、支え励ましてくれていた仲間たちへの尊さを実感しながらこみあげる寂しさを歌うナンバー。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009026, - "previewMasterBgmId": 32009026, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9027, - "name": "いつかわたしも", - "shortName": "いつかわたしも", - "kana": "イツカワタシモ", - "artist": "大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "ハーバーランドの広場で自主練習をしてアイドルデビューを目指すパフォーマーたちがいつか手に入れたい未来の輝きを思いながら踊って歌う前向きなチューン。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009027, - "previewMasterBgmId": 32009027, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9028, - "name": "ゆめの羅針盤(コンパス)", - "shortName": "ゆめの羅針盤(コンパス)", - "kana": "ユメノコンハス", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "自分がなぜアイドル部をやりたくなったのかその本当の理由に気づいたルリカ。限られた時間のなかで、自分がやりたいからやるんだというポジティブな姿勢を全開に5人で歌うアップテンポなポップロックナンバー。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009028, - "previewMasterBgmId": 32009028, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9029, - "name": "真っ白なキャンバス", - "shortName": "真っ白なキャンバス", - "kana": "マツシロナキヤンハス", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "新しい仲間たち全員で歌う初めてのナンバー。それぞれの個性をいかして、仲間だからこそできることの楽しさを歌ったハイテンポ、ハイエネルギーなショーチューン。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009029, - "previewMasterBgmId": 32009029, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223052603 - }, - { - "id": 9030, - "name": "君と見る夢(文化祭Ver.)", - "shortName": "君と見る夢(文化祭Ver.)", - "kana": "キミトミルユメウ", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)", - "detailInfo": "作詞:岸本功喜
作曲:小島良太
編曲:久下真音", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "ユズハが作詞を担当し、アンズが作曲を担当した椿咲花アイドル部の初めての歌。劇中で発表したものをブラッシュアップした、新しい仲間たちと歌う文化祭バージョン。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009030, - "previewMasterBgmId": 32009030, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9031, - "name": "ゆめの羅針盤(コンパス)(文化祭Ver.)", - "shortName": "ゆめの羅針盤(コンパス)(文化祭Ver.)", - "kana": "ユメノコンハスフンカサイハアシヨン", - "artist": "堀内まり菜(椿 ルリカ役)、浅井七海 (皇 ユズハ役)、杏 ジュリア(北条ユキノ役)、小山璃奈(天草ヒカル役)、 佐藤美波(三笠マーヤ役)、関根優那 (滝沢アンズ役)、西葉瑞希 (若槻ミスズ役)、星守紗凪(来栖トア役)、三田美吹(鈴賀レナ役)、青山瑠里 (晴風サヤカ役)、大原万由子、金子 楓、鈴木まゆり、中﨑花音、藤本くるみ、古沢朋恵、森本めい、渡辺菜花", - "detailInfo": "作詞:岸本功喜
作曲・編曲:小島良太", - "dictionaryReference": "スクールアイドルミュージカル", - "dictionaryComment": "ルリカたち椿咲花アイドル部の5人が、自分たちの中から湧き上がる止められない気持ちを歌った曲。その曲を拡張し文化祭で新しい仲間たちとともに歌ったフルバージョン。
", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9005", - "masterBgmId": 31009031, - "previewMasterBgmId": 32009031, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/05/10", - "masterReleaseLabelId": 223050801 - }, - { - "id": 9032, - "name": "異次元★♥BIGBANG", - "shortName": "異次元★♥BIGBANG", - "kana": "イシケンヒイツクハン", - "artist": "島村卯月(CV.大橋彩香)、最上静香(CV.田所あずさ)、月岡恋鐘(CV.礒部花凜)、高海千歌(CV.伊波杏樹)、上原歩夢(CV.大西亜玖璃)、澁谷かのん(CV.伊達さゆり)、日野下花帆(CV.楡井希実)", - "detailInfo": "作詞:UiNA
作曲:小高光太郎 , UiNA
編曲:小高光太郎 , 谷ナオキ", - "dictionaryReference": "異次元フェス アイドルマスター★♥ラブライブ!歌合戦テーマソング", - "dictionaryComment": "後日、追加させていただきます", - "bandCategory": 6, - "masterGroupId": 9999, - "jacketImageName": "jacket_9032", - "masterBgmId": 31009032, - "previewMasterBgmId": 32009032, - "locked": 0, - "obtainType": 0, - "isAcLevelMusic": 0, - "releaseDateTime": "2023/12/06", - "masterReleaseLabelId": 223111507 - } -] \ No newline at end of file diff --git a/src/router/databases/json/shop_item.json b/src/router/databases/json/shop_item.json deleted file mode 100644 index c5fff43..0000000 --- a/src/router/databases/json/shop_item.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "id": 40100011, - "name": "ラブカ×20個", - "masterBillingShopId": 4010001, - "consumeType": 2, - "price": 20, - "masterShopRewardId": 40100011, - "buyLimit": 0, - "startdashTime": 0, - "startdashExpireTime": 0, - "priority": 1, - "spriteName": "0", - "timeResetType": 2, - "masterReleaseLabelId": 1 - }, - { - "id": 40100012, - "name": "ラブカ×200個", - "masterBillingShopId": 4010001, - "consumeType": 1, - "price": 200, - "masterShopRewardId": 40100012, - "buyLimit": 0, - "startdashTime": 0, - "startdashExpireTime": 0, - "priority": 1, - "spriteName": "0", - "timeResetType": 0, - "masterReleaseLabelId": 1 - } -] \ No newline at end of file diff --git a/src/router/databases/json/story_part.json b/src/router/databases/json/story_part.json deleted file mode 100644 index 7e8aab7..0000000 --- a/src/router/databases/json/story_part.json +++ /dev/null @@ -1,1960 +0,0 @@ -[ - { - "id": 10000001, - "masterStoryId": 119999, - "number": 1, - "name": "µ'sとの出会い", - "masterStoryRewardId": 120000011, - "masterMusicId": 0, - "scenarioId": 10000001, - "movieIds": [], - "imageName": "part_10000001", - "stampCharacterId": 1001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 20000001, - "masterStoryId": 129999, - "number": 1, - "name": "Aqoursとの出会い", - "masterStoryRewardId": 120000012, - "masterMusicId": 0, - "scenarioId": 20000001, - "movieIds": [], - "imageName": "part_20000001", - "stampCharacterId": 2001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 30000001, - "masterStoryId": 139999, - "number": 1, - "name": "ニジガクとの出会い", - "masterStoryRewardId": 120000013, - "masterMusicId": 0, - "scenarioId": 30000001, - "movieIds": [], - "imageName": "part_30000001", - "stampCharacterId": 3001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 40000001, - "masterStoryId": 149999, - "number": 1, - "name": "Liella!との出会い", - "masterStoryRewardId": 120000014, - "masterMusicId": 0, - "scenarioId": 40000001, - "movieIds": [], - "imageName": "part_40000001", - "stampCharacterId": 4001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 40001001, - "masterStoryId": 140001, - "number": 1, - "name": "スランプ脱出大作戦! 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40001001, - "movieIds": [], - "imageName": "part_40001001", - "stampCharacterId": 4002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223041904 - }, - { - "id": 40001002, - "masterStoryId": 140001, - "number": 2, - "name": "スランプ脱出大作戦! 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40001002, - "movieIds": [], - "imageName": "part_40001002", - "stampCharacterId": 4009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223041904 - }, - { - "id": 40001003, - "masterStoryId": 140001, - "number": 3, - "name": "スランプ脱出大作戦! 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40001003, - "movieIds": [], - "imageName": "part_40001003", - "stampCharacterId": 4007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223041904 - }, - { - "id": 40001004, - "masterStoryId": 140001, - "number": 4, - "name": "スランプ脱出大作戦! 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40001004, - "movieIds": [], - "imageName": "part_40001004", - "stampCharacterId": 4006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223041904 - }, - { - "id": 40001005, - "masterStoryId": 140001, - "number": 5, - "name": "スランプ脱出大作戦! 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40001005, - "movieIds": [], - "imageName": "part_40001005", - "stampCharacterId": 4003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223041904 - }, - { - "id": 10001001, - "masterStoryId": 110001, - "number": 1, - "name": "私たちの街、撮ってみた 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10001001, - "movieIds": [], - "imageName": "part_10001001", - "stampCharacterId": 1003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223043005 - }, - { - "id": 10001002, - "masterStoryId": 110001, - "number": 2, - "name": "私たちの街、撮ってみた 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10001002, - "movieIds": [], - "imageName": "part_10001002", - "stampCharacterId": 1008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223043005 - }, - { - "id": 10001003, - "masterStoryId": 110001, - "number": 3, - "name": "私たちの街、撮ってみた 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10001003, - "movieIds": [], - "imageName": "part_10001003", - "stampCharacterId": 1007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223043005 - }, - { - "id": 10001004, - "masterStoryId": 110001, - "number": 4, - "name": "私たちの街、撮ってみた 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10001004, - "movieIds": [], - "imageName": "part_10001004", - "stampCharacterId": 1004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223043005 - }, - { - "id": 10001005, - "masterStoryId": 110001, - "number": 5, - "name": "私たちの街、撮ってみた 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10001005, - "movieIds": [], - "imageName": "part_10001005", - "stampCharacterId": 1005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223043005 - }, - { - "id": 20001001, - "masterStoryId": 120001, - "number": 1, - "name": "沼津よいとこ 一度はおいで 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20001001, - "movieIds": [], - "imageName": "part_20001001", - "stampCharacterId": 2006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 20001002, - "masterStoryId": 120001, - "number": 2, - "name": "沼津よいとこ 一度はおいで 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20001002, - "movieIds": [], - "imageName": "part_20001002", - "stampCharacterId": 2008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 20001003, - "masterStoryId": 120001, - "number": 3, - "name": "沼津よいとこ 一度はおいで 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20001003, - "movieIds": [], - "imageName": "part_20001003", - "stampCharacterId": 2002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 20001004, - "masterStoryId": 120001, - "number": 4, - "name": "沼津よいとこ 一度はおいで 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20001004, - "movieIds": [], - "imageName": "part_20001004", - "stampCharacterId": 2009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 20001005, - "masterStoryId": 120001, - "number": 5, - "name": "沼津よいとこ 一度はおいで 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20001005, - "movieIds": [], - "imageName": "part_20001005", - "stampCharacterId": 2004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223051506 - }, - { - "id": 30001001, - "masterStoryId": 130001, - "number": 1, - "name": "描く つながる ネットワーク 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30001001, - "movieIds": [], - "imageName": "part_30001001", - "stampCharacterId": 3002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 30001002, - "masterStoryId": 130001, - "number": 2, - "name": "描く つながる ネットワーク 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30001002, - "movieIds": [], - "imageName": "part_30001002", - "stampCharacterId": 3011, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 30001003, - "masterStoryId": 130001, - "number": 3, - "name": "描く つながる ネットワーク 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30001003, - "movieIds": [], - "imageName": "part_30001003", - "stampCharacterId": 3008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 30001004, - "masterStoryId": 130001, - "number": 4, - "name": "描く つながる ネットワーク 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30001004, - "movieIds": [], - "imageName": "part_30001004", - "stampCharacterId": 3006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 30001005, - "masterStoryId": 130001, - "number": 5, - "name": "描く つながる ネットワーク 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30001005, - "movieIds": [], - "imageName": "part_30001005", - "stampCharacterId": 3003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223053106 - }, - { - "id": 40002001, - "masterStoryId": 140002, - "number": 1, - "name": "カモメのトラブル宅配便 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40002001, - "movieIds": [], - "imageName": "part_40002001", - "stampCharacterId": 4001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 40002002, - "masterStoryId": 140002, - "number": 2, - "name": "カモメのトラブル宅配便 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40002002, - "movieIds": [], - "imageName": "part_40002002", - "stampCharacterId": 4005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 40002003, - "masterStoryId": 140002, - "number": 3, - "name": "カモメのトラブル宅配便 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40002003, - "movieIds": [], - "imageName": "part_40002003", - "stampCharacterId": 4008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 40002004, - "masterStoryId": 140002, - "number": 4, - "name": "カモメのトラブル宅配便 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40002004, - "movieIds": [], - "imageName": "part_40002004", - "stampCharacterId": 4004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 40002005, - "masterStoryId": 140002, - "number": 5, - "name": "カモメのトラブル宅配便 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40002005, - "movieIds": [], - "imageName": "part_40002005", - "stampCharacterId": 4009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223063006 - }, - { - "id": 10002001, - "masterStoryId": 110002, - "number": 1, - "name": "勝利のフラッグは誰の手に 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10002001, - "movieIds": [], - "imageName": "part_10002001", - "stampCharacterId": 1002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 10002002, - "masterStoryId": 110002, - "number": 2, - "name": "勝利のフラッグは誰の手に 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10002002, - "movieIds": [], - "imageName": "part_10002002", - "stampCharacterId": 1001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 10002003, - "masterStoryId": 110002, - "number": 3, - "name": "勝利のフラッグは誰の手に 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10002003, - "movieIds": [], - "imageName": "part_10002003", - "stampCharacterId": 1008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 10002004, - "masterStoryId": 110002, - "number": 4, - "name": "勝利のフラッグは誰の手に 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10002004, - "movieIds": [], - "imageName": "part_10002004", - "stampCharacterId": 1009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 10002005, - "masterStoryId": 110002, - "number": 5, - "name": "勝利のフラッグは誰の手に 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10002005, - "movieIds": [], - "imageName": "part_10002005", - "stampCharacterId": 1004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223073106 - }, - { - "id": 20002001, - "masterStoryId": 120002, - "number": 1, - "name": "銀色の月が輝く丘に降臨 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20002001, - "movieIds": [], - "imageName": "part_20002001", - "stampCharacterId": 2005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 20002002, - "masterStoryId": 120002, - "number": 2, - "name": "銀色の月が輝く丘に降臨 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20002002, - "movieIds": [], - "imageName": "part_20002002", - "stampCharacterId": 2003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 20002003, - "masterStoryId": 120002, - "number": 3, - "name": "銀色の月が輝く丘に降臨 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20002003, - "movieIds": [], - "imageName": "part_20002003", - "stampCharacterId": 2007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 20002004, - "masterStoryId": 120002, - "number": 4, - "name": "銀色の月が輝く丘に降臨 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20002004, - "movieIds": [], - "imageName": "part_20002004", - "stampCharacterId": 2002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 20002005, - "masterStoryId": 120002, - "number": 5, - "name": "銀色の月が輝く丘に降臨 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20002005, - "movieIds": [], - "imageName": "part_20002005", - "stampCharacterId": 2006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223083106 - }, - { - "id": 30002001, - "masterStoryId": 130002, - "number": 1, - "name": "何が飛び出す!? Halloween 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30002001, - "movieIds": [], - "imageName": "part_30002001", - "stampCharacterId": 3011, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 30002002, - "masterStoryId": 130002, - "number": 2, - "name": "何が飛び出す!? Halloween 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30002002, - "movieIds": [], - "imageName": "part_30002002", - "stampCharacterId": 3012, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 30002003, - "masterStoryId": 130002, - "number": 3, - "name": "何が飛び出す!? Halloween 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30002003, - "movieIds": [], - "imageName": "part_30002003", - "stampCharacterId": 3001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 30002004, - "masterStoryId": 130002, - "number": 4, - "name": "何が飛び出す!? Halloween 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30002004, - "movieIds": [], - "imageName": "part_30002004", - "stampCharacterId": 3004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 30002005, - "masterStoryId": 130002, - "number": 5, - "name": "何が飛び出す!? Halloween 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30002005, - "movieIds": [], - "imageName": "part_30002005", - "stampCharacterId": 3007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223093006 - }, - { - "id": 40003001, - "masterStoryId": 140003, - "number": 1, - "name": "ドキドキ! 学校説明会 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40003001, - "movieIds": [], - "imageName": "part_40003001", - "stampCharacterId": 4005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 40003002, - "masterStoryId": 140003, - "number": 2, - "name": "ドキドキ! 学校説明会 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40003002, - "movieIds": [], - "imageName": "part_40003002", - "stampCharacterId": 4006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 40003003, - "masterStoryId": 140003, - "number": 3, - "name": "ドキドキ! 学校説明会 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40003003, - "movieIds": [], - "imageName": "part_40003003", - "stampCharacterId": 4009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 40003004, - "masterStoryId": 140003, - "number": 4, - "name": "ドキドキ! 学校説明会 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40003004, - "movieIds": [], - "imageName": "part_40003004", - "stampCharacterId": 4001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 40003005, - "masterStoryId": 140003, - "number": 5, - "name": "ドキドキ! 学校説明会 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40003005, - "movieIds": [], - "imageName": "part_40003005", - "stampCharacterId": 4002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223103106 - }, - { - "id": 10003001, - "masterStoryId": 110003, - "number": 1, - "name": "クリパは何度だって最高! 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10003001, - "movieIds": [], - "imageName": "part_10003001", - "stampCharacterId": 1004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 10003002, - "masterStoryId": 110003, - "number": 2, - "name": "クリパは何度だって最高! 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10003002, - "movieIds": [], - "imageName": "part_10003002", - "stampCharacterId": 1005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 10003003, - "masterStoryId": 110003, - "number": 3, - "name": "クリパは何度だって最高! 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10003003, - "movieIds": [], - "imageName": "part_10003003", - "stampCharacterId": 1009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 10003004, - "masterStoryId": 110003, - "number": 4, - "name": "クリパは何度だって最高! 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10003004, - "movieIds": [], - "imageName": "part_10003004", - "stampCharacterId": 1007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 10003005, - "masterStoryId": 110003, - "number": 5, - "name": "クリパは何度だって最高! 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 10003005, - "movieIds": [], - "imageName": "part_10003005", - "stampCharacterId": 1001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223113006 - }, - { - "id": 20003001, - "masterStoryId": 120003, - "number": 1, - "name": "淡島ハッピーニューイヤー! 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20003001, - "movieIds": [], - "imageName": "part_20003001", - "stampCharacterId": 2001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 20003002, - "masterStoryId": 120003, - "number": 2, - "name": "淡島ハッピーニューイヤー! 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20003002, - "movieIds": [], - "imageName": "part_20003002", - "stampCharacterId": 2008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 20003003, - "masterStoryId": 120003, - "number": 3, - "name": "淡島ハッピーニューイヤー! 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20003003, - "movieIds": [], - "imageName": "part_20003003", - "stampCharacterId": 2009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 20003004, - "masterStoryId": 120003, - "number": 4, - "name": "淡島ハッピーニューイヤー! 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20003004, - "movieIds": [], - "imageName": "part_20003004", - "stampCharacterId": 2004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 20003005, - "masterStoryId": 120003, - "number": 5, - "name": "淡島ハッピーニューイヤー! 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 20003005, - "movieIds": [], - "imageName": "part_20003005", - "stampCharacterId": 2005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223123105 - }, - { - "id": 30003001, - "masterStoryId": 130003, - "number": 1, - "name": "チョコレートは誰の手に!? 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30003001, - "movieIds": [], - "imageName": "part_30003001", - "stampCharacterId": 3010, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 30003002, - "masterStoryId": 130003, - "number": 2, - "name": "チョコレートは誰の手に!? 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30003002, - "movieIds": [], - "imageName": "part_30003002", - "stampCharacterId": 3008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 30003003, - "masterStoryId": 130003, - "number": 3, - "name": "チョコレートは誰の手に!? 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30003003, - "movieIds": [], - "imageName": "part_30003003", - "stampCharacterId": 3001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 30003004, - "masterStoryId": 130003, - "number": 4, - "name": "チョコレートは誰の手に!? 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30003004, - "movieIds": [], - "imageName": "part_30003004", - "stampCharacterId": 3002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 30003005, - "masterStoryId": 130003, - "number": 5, - "name": "チョコレートは誰の手に!? 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 30003005, - "movieIds": [], - "imageName": "part_30003005", - "stampCharacterId": 3005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224013105 - }, - { - "id": 40004001, - "masterStoryId": 140004, - "number": 1, - "name": "想い通じるホワイトデー 1話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40004001, - "movieIds": [], - "imageName": "part_40004001", - "stampCharacterId": 4007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224030105 - }, - { - "id": 40004002, - "masterStoryId": 140004, - "number": 2, - "name": "想い通じるホワイトデー 2話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40004002, - "movieIds": [], - "imageName": "part_40004002", - "stampCharacterId": 4008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224030105 - }, - { - "id": 40004003, - "masterStoryId": 140004, - "number": 3, - "name": "想い通じるホワイトデー 3話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40004003, - "movieIds": [], - "imageName": "part_40004003", - "stampCharacterId": 4009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224030105 - }, - { - "id": 40004004, - "masterStoryId": 140004, - "number": 4, - "name": "想い通じるホワイトデー 4話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40004004, - "movieIds": [], - "imageName": "part_40004004", - "stampCharacterId": 4001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224030105 - }, - { - "id": 40004005, - "masterStoryId": 140004, - "number": 5, - "name": "想い通じるホワイトデー 5話", - "masterStoryRewardId": 0, - "masterMusicId": 0, - "scenarioId": 40004005, - "movieIds": [], - "imageName": "part_40004005", - "stampCharacterId": 4004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224030105 - }, - { - "id": 210001001, - "masterStoryId": 210001, - "number": 1, - "name": "μ'sの日常 1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010001 - ], - "imageName": "part_210001001", - "stampCharacterId": 1002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 210001002, - "masterStoryId": 210001, - "number": 2, - "name": "μ'sの日常 2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010002 - ], - "imageName": "part_210001002", - "stampCharacterId": 1009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 210001003, - "masterStoryId": 210001, - "number": 3, - "name": "μ'sの日常 3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010003 - ], - "imageName": "part_210001003", - "stampCharacterId": 1006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 210001004, - "masterStoryId": 210001, - "number": 4, - "name": "μ'sの日常 4話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010004 - ], - "imageName": "part_210001004", - "stampCharacterId": 1003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223061106 - }, - { - "id": 210001005, - "masterStoryId": 210001, - "number": 5, - "name": "μ'sの日常 5話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010005 - ], - "imageName": "part_210001005", - "stampCharacterId": 1004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223061106 - }, - { - "id": 210001006, - "masterStoryId": 210001, - "number": 6, - "name": "μ'sの日常 6話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010006 - ], - "imageName": "part_210001006", - "stampCharacterId": 1005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223122602 - }, - { - "id": 210001007, - "masterStoryId": 210001, - "number": 7, - "name": "μ'sの日常 7話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010007 - ], - "imageName": "part_210001007", - "stampCharacterId": 1007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223122602 - }, - { - "id": 210001008, - "masterStoryId": 210001, - "number": 8, - "name": "μ'sの日常 8話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30010008 - ], - "imageName": "part_210001008", - "stampCharacterId": 1006, - "storeReviewSetting": 1, - "masterReleaseLabelId": 223122602 - }, - { - "id": 220001001, - "masterStoryId": 220001, - "number": 1, - "name": "Aqoursの日常 1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30020001 - ], - "imageName": "part_220001001", - "stampCharacterId": 2003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 220001002, - "masterStoryId": 220001, - "number": 2, - "name": "Aqoursの日常 2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30020002 - ], - "imageName": "part_220001002", - "stampCharacterId": 2005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 220001003, - "masterStoryId": 220001, - "number": 3, - "name": "Aqoursの日常 3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30020003 - ], - "imageName": "part_220001003", - "stampCharacterId": 2007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 220001004, - "masterStoryId": 220001, - "number": 4, - "name": "Aqoursの日常 4話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30020004 - ], - "imageName": "part_220001004", - "stampCharacterId": 2006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223071102 - }, - { - "id": 220001005, - "masterStoryId": 220001, - "number": 5, - "name": "Aqoursの日常 5話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30020005 - ], - "imageName": "part_220001005", - "stampCharacterId": 2002, - "storeReviewSetting": 1, - "masterReleaseLabelId": 223071102 - }, - { - "id": 230001001, - "masterStoryId": 230001, - "number": 1, - "name": "ニジガクの日常 1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030001 - ], - "imageName": "part_230001001", - "stampCharacterId": 3012, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 230001002, - "masterStoryId": 230001, - "number": 2, - "name": "ニジガクの日常 2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030002 - ], - "imageName": "part_230001002", - "stampCharacterId": 3009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 230001003, - "masterStoryId": 230001, - "number": 3, - "name": "ニジガクの日常 3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030003 - ], - "imageName": "part_230001003", - "stampCharacterId": 3007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 230001004, - "masterStoryId": 230001, - "number": 4, - "name": "ニジガクの日常 4話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030004 - ], - "imageName": "part_230001004", - "stampCharacterId": 3002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223051102 - }, - { - "id": 230001005, - "masterStoryId": 230001, - "number": 5, - "name": "ニジガクの日常 5話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030005 - ], - "imageName": "part_230001005", - "stampCharacterId": 3010, - "storeReviewSetting": 1, - "masterReleaseLabelId": 223051102 - }, - { - "id": 230001006, - "masterStoryId": 230002, - "number": 6, - "name": "私のラブソング編 歩夢1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030006 - ], - "imageName": "part_230001006", - "stampCharacterId": 3001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001007, - "masterStoryId": 230003, - "number": 7, - "name": "私のラブソング編 かすみ1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030007 - ], - "imageName": "part_230001007", - "stampCharacterId": 3002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001008, - "masterStoryId": 230004, - "number": 8, - "name": "私のラブソング編 しずく1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030008 - ], - "imageName": "part_230001008", - "stampCharacterId": 3003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001009, - "masterStoryId": 230005, - "number": 9, - "name": "私のラブソング編 果林1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030009 - ], - "imageName": "part_230001009", - "stampCharacterId": 3004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001010, - "masterStoryId": 230006, - "number": 10, - "name": "私のラブソング編 愛1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030010 - ], - "imageName": "part_230001010", - "stampCharacterId": 3005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001011, - "masterStoryId": 230007, - "number": 11, - "name": "私のラブソング編 彼方1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030011 - ], - "imageName": "part_230001011", - "stampCharacterId": 3006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001012, - "masterStoryId": 230008, - "number": 12, - "name": "私のラブソング編 せつ菜1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030012 - ], - "imageName": "part_230001012", - "stampCharacterId": 3007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001013, - "masterStoryId": 230009, - "number": 13, - "name": "私のラブソング編 エマ1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030013 - ], - "imageName": "part_230001013", - "stampCharacterId": 3008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001014, - "masterStoryId": 230010, - "number": 14, - "name": "私のラブソング編 璃奈1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030014 - ], - "imageName": "part_230001014", - "stampCharacterId": 3009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001015, - "masterStoryId": 230011, - "number": 15, - "name": "私のラブソング編 栞子1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030015 - ], - "imageName": "part_230001015", - "stampCharacterId": 3010, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001016, - "masterStoryId": 230012, - "number": 16, - "name": "私のラブソング編 ミア1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030016 - ], - "imageName": "part_230001016", - "stampCharacterId": 3011, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230001017, - "masterStoryId": 230013, - "number": 17, - "name": "私のラブソング編 ランジュ1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030017 - ], - "imageName": "part_230001017", - "stampCharacterId": 3012, - "storeReviewSetting": 1, - "masterReleaseLabelId": 223090601 - }, - { - "id": 230002007, - "masterStoryId": 230002, - "number": 7, - "name": "私のラブソング編 歩夢2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030018 - ], - "imageName": "part_230002007", - "stampCharacterId": 3001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230003008, - "masterStoryId": 230003, - "number": 8, - "name": "私のラブソング編 かすみ2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030019 - ], - "imageName": "part_230003008", - "stampCharacterId": 3002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230004009, - "masterStoryId": 230004, - "number": 9, - "name": "私のラブソング編 しずく2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030020 - ], - "imageName": "part_230004009", - "stampCharacterId": 3003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230005010, - "masterStoryId": 230005, - "number": 10, - "name": "私のラブソング編 果林2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030021 - ], - "imageName": "part_230005010", - "stampCharacterId": 3004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230006011, - "masterStoryId": 230006, - "number": 11, - "name": "私のラブソング編 愛2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030022 - ], - "imageName": "part_230006011", - "stampCharacterId": 3005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230007012, - "masterStoryId": 230007, - "number": 12, - "name": "私のラブソング編 彼方2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030023 - ], - "imageName": "part_230007012", - "stampCharacterId": 3006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230008013, - "masterStoryId": 230008, - "number": 13, - "name": "私のラブソング編 せつ菜2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030024 - ], - "imageName": "part_230008013", - "stampCharacterId": 3007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230009014, - "masterStoryId": 230009, - "number": 14, - "name": "私のラブソング編 エマ2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030025 - ], - "imageName": "part_230009014", - "stampCharacterId": 3008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230010015, - "masterStoryId": 230010, - "number": 15, - "name": "私のラブソング編 璃奈2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030026 - ], - "imageName": "part_230010015", - "stampCharacterId": 3009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230011016, - "masterStoryId": 230011, - "number": 16, - "name": "私のラブソング編 栞子2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030027 - ], - "imageName": "part_230011016", - "stampCharacterId": 3010, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230012017, - "masterStoryId": 230012, - "number": 17, - "name": "私のラブソング編 ミア2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030028 - ], - "imageName": "part_230012017", - "stampCharacterId": 3011, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230013018, - "masterStoryId": 230013, - "number": 18, - "name": "私のラブソング編 ランジュ2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030029 - ], - "imageName": "part_230013018", - "stampCharacterId": 3012, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223100403 - }, - { - "id": 230002008, - "masterStoryId": 230002, - "number": 8, - "name": "私のラブソング編 歩夢3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030030 - ], - "imageName": "part_230002008", - "stampCharacterId": 3001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230003009, - "masterStoryId": 230003, - "number": 9, - "name": "私のラブソング編 かすみ3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030031 - ], - "imageName": "part_230003009", - "stampCharacterId": 3002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230004010, - "masterStoryId": 230004, - "number": 10, - "name": "私のラブソング編 しずく3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030032 - ], - "imageName": "part_230004010", - "stampCharacterId": 3003, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230005011, - "masterStoryId": 230005, - "number": 11, - "name": "私のラブソング編 果林3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030033 - ], - "imageName": "part_230005011", - "stampCharacterId": 3004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230006012, - "masterStoryId": 230006, - "number": 12, - "name": "私のラブソング編 愛3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030034 - ], - "imageName": "part_230006012", - "stampCharacterId": 3005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230007013, - "masterStoryId": 230007, - "number": 13, - "name": "私のラブソング編 彼方3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030035 - ], - "imageName": "part_230007013", - "stampCharacterId": 3006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230008014, - "masterStoryId": 230008, - "number": 14, - "name": "私のラブソング編 せつ菜3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030036 - ], - "imageName": "part_230008014", - "stampCharacterId": 3007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230009015, - "masterStoryId": 230009, - "number": 15, - "name": "私のラブソング編 エマ3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030037 - ], - "imageName": "part_230009015", - "stampCharacterId": 3008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230010016, - "masterStoryId": 230010, - "number": 16, - "name": "私のラブソング編 璃奈3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030038 - ], - "imageName": "part_230010016", - "stampCharacterId": 3009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230011017, - "masterStoryId": 230011, - "number": 17, - "name": "私のラブソング編 栞子3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030039 - ], - "imageName": "part_230011017", - "stampCharacterId": 3010, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230012018, - "masterStoryId": 230012, - "number": 18, - "name": "私のラブソング編 ミア3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030040 - ], - "imageName": "part_230012018", - "stampCharacterId": 3011, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 230013019, - "masterStoryId": 230013, - "number": 19, - "name": "私のラブソング編 ランジュ3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30030041 - ], - "imageName": "part_230013019", - "stampCharacterId": 3012, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223111001 - }, - { - "id": 240001001, - "masterStoryId": 240001, - "number": 1, - "name": "Liella!の日常 1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040001 - ], - "imageName": "part_240001001", - "stampCharacterId": 4005, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 240001002, - "masterStoryId": 240001, - "number": 2, - "name": "Liella!の日常 2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040002 - ], - "imageName": "part_240001002", - "stampCharacterId": 4002, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 240001003, - "masterStoryId": 240001, - "number": 3, - "name": "Liella!の日常 3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040003 - ], - "imageName": "part_240001003", - "stampCharacterId": 4008, - "storeReviewSetting": 0, - "masterReleaseLabelId": 1 - }, - { - "id": 240001004, - "masterStoryId": 240001, - "number": 4, - "name": "Liella!の日常 4話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040004 - ], - "imageName": "part_240001004", - "stampCharacterId": 4006, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223081103 - }, - { - "id": 240001005, - "masterStoryId": 240001, - "number": 5, - "name": "Liella!の日常 5話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040005 - ], - "imageName": "part_240001005", - "stampCharacterId": 4009, - "storeReviewSetting": 0, - "masterReleaseLabelId": 223081103 - }, - { - "id": 240002001, - "masterStoryId": 240002, - "number": 1, - "name": "Liella!の日常 ライブ開催編 1話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040006 - ], - "imageName": "part_240002001", - "stampCharacterId": 4004, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224011902 - }, - { - "id": 240002002, - "masterStoryId": 240002, - "number": 2, - "name": "Liella!の日常 ライブ開催編 2話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040007 - ], - "imageName": "part_240002002", - "stampCharacterId": 4007, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224013107 - }, - { - "id": 240002003, - "masterStoryId": 240002, - "number": 3, - "name": "Liella!の日常 ライブ開催編 3話", - "masterStoryRewardId": 120000001, - "masterMusicId": 0, - "scenarioId": 0, - "movieIds": [ - 30040008 - ], - "imageName": "part_240002003", - "stampCharacterId": 4001, - "storeReviewSetting": 0, - "masterReleaseLabelId": 224020902 - } -] \ No newline at end of file diff --git a/src/router/databases/json/user_rank.json b/src/router/databases/json/user_rank.json deleted file mode 100644 index 6b65229..0000000 --- a/src/router/databases/json/user_rank.json +++ /dev/null @@ -1,2402 +0,0 @@ -[ - { - "rank": 1, - "exp": 0, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 100, - "masterReleaseLabelId": 1 - }, - { - "rank": 2, - "exp": 40, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 101, - "masterReleaseLabelId": 1 - }, - { - "rank": 3, - "exp": 130, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 102, - "masterReleaseLabelId": 1 - }, - { - "rank": 4, - "exp": 225, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 103, - "masterReleaseLabelId": 1 - }, - { - "rank": 5, - "exp": 325, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 104, - "masterReleaseLabelId": 1 - }, - { - "rank": 6, - "exp": 430, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 105, - "masterReleaseLabelId": 1 - }, - { - "rank": 7, - "exp": 540, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 106, - "masterReleaseLabelId": 1 - }, - { - "rank": 8, - "exp": 655, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 107, - "masterReleaseLabelId": 1 - }, - { - "rank": 9, - "exp": 775, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 108, - "masterReleaseLabelId": 1 - }, - { - "rank": 10, - "exp": 900, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 109, - "masterReleaseLabelId": 1 - }, - { - "rank": 11, - "exp": 1075, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 110, - "masterReleaseLabelId": 1 - }, - { - "rank": 12, - "exp": 1300, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 111, - "masterReleaseLabelId": 1 - }, - { - "rank": 13, - "exp": 1575, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 112, - "masterReleaseLabelId": 1 - }, - { - "rank": 14, - "exp": 1850, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 113, - "masterReleaseLabelId": 1 - }, - { - "rank": 15, - "exp": 2125, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 114, - "masterReleaseLabelId": 1 - }, - { - "rank": 16, - "exp": 2400, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 115, - "masterReleaseLabelId": 1 - }, - { - "rank": 17, - "exp": 2675, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 116, - "masterReleaseLabelId": 1 - }, - { - "rank": 18, - "exp": 2950, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 117, - "masterReleaseLabelId": 1 - }, - { - "rank": 19, - "exp": 3225, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 118, - "masterReleaseLabelId": 1 - }, - { - "rank": 20, - "exp": 3500, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 119, - "masterReleaseLabelId": 1 - }, - { - "rank": 21, - "exp": 3775, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 120, - "masterReleaseLabelId": 1 - }, - { - "rank": 22, - "exp": 4050, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 121, - "masterReleaseLabelId": 1 - }, - { - "rank": 23, - "exp": 4325, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 122, - "masterReleaseLabelId": 1 - }, - { - "rank": 24, - "exp": 4600, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 123, - "masterReleaseLabelId": 1 - }, - { - "rank": 25, - "exp": 4875, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 124, - "masterReleaseLabelId": 1 - }, - { - "rank": 26, - "exp": 5150, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 125, - "masterReleaseLabelId": 1 - }, - { - "rank": 27, - "exp": 5425, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 126, - "masterReleaseLabelId": 1 - }, - { - "rank": 28, - "exp": 5700, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 127, - "masterReleaseLabelId": 1 - }, - { - "rank": 29, - "exp": 5975, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 128, - "masterReleaseLabelId": 1 - }, - { - "rank": 30, - "exp": 6250, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 129, - "masterReleaseLabelId": 1 - }, - { - "rank": 31, - "exp": 6525, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 130, - "masterReleaseLabelId": 1 - }, - { - "rank": 32, - "exp": 6800, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 131, - "masterReleaseLabelId": 1 - }, - { - "rank": 33, - "exp": 7075, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 132, - "masterReleaseLabelId": 1 - }, - { - "rank": 34, - "exp": 7350, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 133, - "masterReleaseLabelId": 1 - }, - { - "rank": 35, - "exp": 7625, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 134, - "masterReleaseLabelId": 1 - }, - { - "rank": 36, - "exp": 7900, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 135, - "masterReleaseLabelId": 1 - }, - { - "rank": 37, - "exp": 8175, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 136, - "masterReleaseLabelId": 1 - }, - { - "rank": 38, - "exp": 8450, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 137, - "masterReleaseLabelId": 1 - }, - { - "rank": 39, - "exp": 8725, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 138, - "masterReleaseLabelId": 1 - }, - { - "rank": 40, - "exp": 9000, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 139, - "masterReleaseLabelId": 1 - }, - { - "rank": 41, - "exp": 9275, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 140, - "masterReleaseLabelId": 1 - }, - { - "rank": 42, - "exp": 9550, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 141, - "masterReleaseLabelId": 1 - }, - { - "rank": 43, - "exp": 9825, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 142, - "masterReleaseLabelId": 1 - }, - { - "rank": 44, - "exp": 10100, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 143, - "masterReleaseLabelId": 1 - }, - { - "rank": 45, - "exp": 10375, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 144, - "masterReleaseLabelId": 1 - }, - { - "rank": 46, - "exp": 10650, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 145, - "masterReleaseLabelId": 1 - }, - { - "rank": 47, - "exp": 10925, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 146, - "masterReleaseLabelId": 1 - }, - { - "rank": 48, - "exp": 11200, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 147, - "masterReleaseLabelId": 1 - }, - { - "rank": 49, - "exp": 11475, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 148, - "masterReleaseLabelId": 1 - }, - { - "rank": 50, - "exp": 11750, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 149, - "masterReleaseLabelId": 1 - }, - { - "rank": 51, - "exp": 12025, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 150, - "masterReleaseLabelId": 1 - }, - { - "rank": 52, - "exp": 12300, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 151, - "masterReleaseLabelId": 1 - }, - { - "rank": 53, - "exp": 12575, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 152, - "masterReleaseLabelId": 1 - }, - { - "rank": 54, - "exp": 12850, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 153, - "masterReleaseLabelId": 1 - }, - { - "rank": 55, - "exp": 13125, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 154, - "masterReleaseLabelId": 1 - }, - { - "rank": 56, - "exp": 13400, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 155, - "masterReleaseLabelId": 1 - }, - { - "rank": 57, - "exp": 13675, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 156, - "masterReleaseLabelId": 1 - }, - { - "rank": 58, - "exp": 13950, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 157, - "masterReleaseLabelId": 1 - }, - { - "rank": 59, - "exp": 14225, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 158, - "masterReleaseLabelId": 1 - }, - { - "rank": 60, - "exp": 14500, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 159, - "masterReleaseLabelId": 1 - }, - { - "rank": 61, - "exp": 14775, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 160, - "masterReleaseLabelId": 1 - }, - { - "rank": 62, - "exp": 15050, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 161, - "masterReleaseLabelId": 1 - }, - { - "rank": 63, - "exp": 15325, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 162, - "masterReleaseLabelId": 1 - }, - { - "rank": 64, - "exp": 15600, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 163, - "masterReleaseLabelId": 1 - }, - { - "rank": 65, - "exp": 15875, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 164, - "masterReleaseLabelId": 1 - }, - { - "rank": 66, - "exp": 16150, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 165, - "masterReleaseLabelId": 1 - }, - { - "rank": 67, - "exp": 16425, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 166, - "masterReleaseLabelId": 1 - }, - { - "rank": 68, - "exp": 16700, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 167, - "masterReleaseLabelId": 1 - }, - { - "rank": 69, - "exp": 16975, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 168, - "masterReleaseLabelId": 1 - }, - { - "rank": 70, - "exp": 17250, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 169, - "masterReleaseLabelId": 1 - }, - { - "rank": 71, - "exp": 17525, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 170, - "masterReleaseLabelId": 1 - }, - { - "rank": 72, - "exp": 17800, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 171, - "masterReleaseLabelId": 1 - }, - { - "rank": 73, - "exp": 18075, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 172, - "masterReleaseLabelId": 1 - }, - { - "rank": 74, - "exp": 18350, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 173, - "masterReleaseLabelId": 1 - }, - { - "rank": 75, - "exp": 18625, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 174, - "masterReleaseLabelId": 1 - }, - { - "rank": 76, - "exp": 18900, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 175, - "masterReleaseLabelId": 1 - }, - { - "rank": 77, - "exp": 19175, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 176, - "masterReleaseLabelId": 1 - }, - { - "rank": 78, - "exp": 19450, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 177, - "masterReleaseLabelId": 1 - }, - { - "rank": 79, - "exp": 19725, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 178, - "masterReleaseLabelId": 1 - }, - { - "rank": 80, - "exp": 20000, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 179, - "masterReleaseLabelId": 1 - }, - { - "rank": 81, - "exp": 20275, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 180, - "masterReleaseLabelId": 1 - }, - { - "rank": 82, - "exp": 20550, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 181, - "masterReleaseLabelId": 1 - }, - { - "rank": 83, - "exp": 20825, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 182, - "masterReleaseLabelId": 1 - }, - { - "rank": 84, - "exp": 21100, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 183, - "masterReleaseLabelId": 1 - }, - { - "rank": 85, - "exp": 21375, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 184, - "masterReleaseLabelId": 1 - }, - { - "rank": 86, - "exp": 21650, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 185, - "masterReleaseLabelId": 1 - }, - { - "rank": 87, - "exp": 21925, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 186, - "masterReleaseLabelId": 1 - }, - { - "rank": 88, - "exp": 22200, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 187, - "masterReleaseLabelId": 1 - }, - { - "rank": 89, - "exp": 22475, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 188, - "masterReleaseLabelId": 1 - }, - { - "rank": 90, - "exp": 22750, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 189, - "masterReleaseLabelId": 1 - }, - { - "rank": 91, - "exp": 23025, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 190, - "masterReleaseLabelId": 1 - }, - { - "rank": 92, - "exp": 23300, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 191, - "masterReleaseLabelId": 1 - }, - { - "rank": 93, - "exp": 23575, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 192, - "masterReleaseLabelId": 1 - }, - { - "rank": 94, - "exp": 23850, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 193, - "masterReleaseLabelId": 1 - }, - { - "rank": 95, - "exp": 24125, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 194, - "masterReleaseLabelId": 1 - }, - { - "rank": 96, - "exp": 24400, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 195, - "masterReleaseLabelId": 1 - }, - { - "rank": 97, - "exp": 24675, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 196, - "masterReleaseLabelId": 1 - }, - { - "rank": 98, - "exp": 24950, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 197, - "masterReleaseLabelId": 1 - }, - { - "rank": 99, - "exp": 25225, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 198, - "masterReleaseLabelId": 1 - }, - { - "rank": 100, - "exp": 25500, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 199, - "masterReleaseLabelId": 1 - }, - { - "rank": 101, - "exp": 25781, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 200, - "masterReleaseLabelId": 1 - }, - { - "rank": 102, - "exp": 26068, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 201, - "masterReleaseLabelId": 1 - }, - { - "rank": 103, - "exp": 26361, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 202, - "masterReleaseLabelId": 1 - }, - { - "rank": 104, - "exp": 26660, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 203, - "masterReleaseLabelId": 1 - }, - { - "rank": 105, - "exp": 26965, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 204, - "masterReleaseLabelId": 1 - }, - { - "rank": 106, - "exp": 27276, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 205, - "masterReleaseLabelId": 1 - }, - { - "rank": 107, - "exp": 27593, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 206, - "masterReleaseLabelId": 1 - }, - { - "rank": 108, - "exp": 27916, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 207, - "masterReleaseLabelId": 1 - }, - { - "rank": 109, - "exp": 28245, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 208, - "masterReleaseLabelId": 1 - }, - { - "rank": 110, - "exp": 28580, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 209, - "masterReleaseLabelId": 1 - }, - { - "rank": 111, - "exp": 28922, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 210, - "masterReleaseLabelId": 1 - }, - { - "rank": 112, - "exp": 29271, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 211, - "masterReleaseLabelId": 1 - }, - { - "rank": 113, - "exp": 29627, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 212, - "masterReleaseLabelId": 1 - }, - { - "rank": 114, - "exp": 29990, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 213, - "masterReleaseLabelId": 1 - }, - { - "rank": 115, - "exp": 30360, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 214, - "masterReleaseLabelId": 1 - }, - { - "rank": 116, - "exp": 30737, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 215, - "masterReleaseLabelId": 1 - }, - { - "rank": 117, - "exp": 31121, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 216, - "masterReleaseLabelId": 1 - }, - { - "rank": 118, - "exp": 31512, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 217, - "masterReleaseLabelId": 1 - }, - { - "rank": 119, - "exp": 31910, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 218, - "masterReleaseLabelId": 1 - }, - { - "rank": 120, - "exp": 32315, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 219, - "masterReleaseLabelId": 1 - }, - { - "rank": 121, - "exp": 32728, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 220, - "masterReleaseLabelId": 1 - }, - { - "rank": 122, - "exp": 33149, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 221, - "masterReleaseLabelId": 1 - }, - { - "rank": 123, - "exp": 33578, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 222, - "masterReleaseLabelId": 1 - }, - { - "rank": 124, - "exp": 34015, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 223, - "masterReleaseLabelId": 1 - }, - { - "rank": 125, - "exp": 34460, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 224, - "masterReleaseLabelId": 1 - }, - { - "rank": 126, - "exp": 34913, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 225, - "masterReleaseLabelId": 1 - }, - { - "rank": 127, - "exp": 35374, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 226, - "masterReleaseLabelId": 1 - }, - { - "rank": 128, - "exp": 35843, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 227, - "masterReleaseLabelId": 1 - }, - { - "rank": 129, - "exp": 36320, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 228, - "masterReleaseLabelId": 1 - }, - { - "rank": 130, - "exp": 36805, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 229, - "masterReleaseLabelId": 1 - }, - { - "rank": 131, - "exp": 37299, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 230, - "masterReleaseLabelId": 1 - }, - { - "rank": 132, - "exp": 37802, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 231, - "masterReleaseLabelId": 1 - }, - { - "rank": 133, - "exp": 38314, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 232, - "masterReleaseLabelId": 1 - }, - { - "rank": 134, - "exp": 38835, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 233, - "masterReleaseLabelId": 1 - }, - { - "rank": 135, - "exp": 39365, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 234, - "masterReleaseLabelId": 1 - }, - { - "rank": 136, - "exp": 39904, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 235, - "masterReleaseLabelId": 1 - }, - { - "rank": 137, - "exp": 40452, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 236, - "masterReleaseLabelId": 1 - }, - { - "rank": 138, - "exp": 41009, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 237, - "masterReleaseLabelId": 1 - }, - { - "rank": 139, - "exp": 41575, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 238, - "masterReleaseLabelId": 1 - }, - { - "rank": 140, - "exp": 42150, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 239, - "masterReleaseLabelId": 1 - }, - { - "rank": 141, - "exp": 42735, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 240, - "masterReleaseLabelId": 1 - }, - { - "rank": 142, - "exp": 43330, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 241, - "masterReleaseLabelId": 1 - }, - { - "rank": 143, - "exp": 43935, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 242, - "masterReleaseLabelId": 1 - }, - { - "rank": 144, - "exp": 44550, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 243, - "masterReleaseLabelId": 1 - }, - { - "rank": 145, - "exp": 45175, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 244, - "masterReleaseLabelId": 1 - }, - { - "rank": 146, - "exp": 45810, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 245, - "masterReleaseLabelId": 1 - }, - { - "rank": 147, - "exp": 46455, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 246, - "masterReleaseLabelId": 1 - }, - { - "rank": 148, - "exp": 47110, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 247, - "masterReleaseLabelId": 1 - }, - { - "rank": 149, - "exp": 47775, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 248, - "masterReleaseLabelId": 1 - }, - { - "rank": 150, - "exp": 48452, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 249, - "masterReleaseLabelId": 1 - }, - { - "rank": 151, - "exp": 49141, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 250, - "masterReleaseLabelId": 1 - }, - { - "rank": 152, - "exp": 49842, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 251, - "masterReleaseLabelId": 1 - }, - { - "rank": 153, - "exp": 50555, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 252, - "masterReleaseLabelId": 1 - }, - { - "rank": 154, - "exp": 51280, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 253, - "masterReleaseLabelId": 1 - }, - { - "rank": 155, - "exp": 52017, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 254, - "masterReleaseLabelId": 1 - }, - { - "rank": 156, - "exp": 52766, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 255, - "masterReleaseLabelId": 1 - }, - { - "rank": 157, - "exp": 53527, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 256, - "masterReleaseLabelId": 1 - }, - { - "rank": 158, - "exp": 54300, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 257, - "masterReleaseLabelId": 1 - }, - { - "rank": 159, - "exp": 55085, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 258, - "masterReleaseLabelId": 1 - }, - { - "rank": 160, - "exp": 55882, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 259, - "masterReleaseLabelId": 1 - }, - { - "rank": 161, - "exp": 56693, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 260, - "masterReleaseLabelId": 1 - }, - { - "rank": 162, - "exp": 57518, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 261, - "masterReleaseLabelId": 1 - }, - { - "rank": 163, - "exp": 58357, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 262, - "masterReleaseLabelId": 1 - }, - { - "rank": 164, - "exp": 59210, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 263, - "masterReleaseLabelId": 1 - }, - { - "rank": 165, - "exp": 60077, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 264, - "masterReleaseLabelId": 1 - }, - { - "rank": 166, - "exp": 60958, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 265, - "masterReleaseLabelId": 1 - }, - { - "rank": 167, - "exp": 61853, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 266, - "masterReleaseLabelId": 1 - }, - { - "rank": 168, - "exp": 62762, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 267, - "masterReleaseLabelId": 1 - }, - { - "rank": 169, - "exp": 63685, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 268, - "masterReleaseLabelId": 1 - }, - { - "rank": 170, - "exp": 64624, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 269, - "masterReleaseLabelId": 1 - }, - { - "rank": 171, - "exp": 65579, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 270, - "masterReleaseLabelId": 1 - }, - { - "rank": 172, - "exp": 66550, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 271, - "masterReleaseLabelId": 1 - }, - { - "rank": 173, - "exp": 67537, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 272, - "masterReleaseLabelId": 1 - }, - { - "rank": 174, - "exp": 68540, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 273, - "masterReleaseLabelId": 1 - }, - { - "rank": 175, - "exp": 69559, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 274, - "masterReleaseLabelId": 1 - }, - { - "rank": 176, - "exp": 70594, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 275, - "masterReleaseLabelId": 1 - }, - { - "rank": 177, - "exp": 71645, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 276, - "masterReleaseLabelId": 1 - }, - { - "rank": 178, - "exp": 72712, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 277, - "masterReleaseLabelId": 1 - }, - { - "rank": 179, - "exp": 73795, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 278, - "masterReleaseLabelId": 1 - }, - { - "rank": 180, - "exp": 74894, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 279, - "masterReleaseLabelId": 1 - }, - { - "rank": 181, - "exp": 76011, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 280, - "masterReleaseLabelId": 1 - }, - { - "rank": 182, - "exp": 77146, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 281, - "masterReleaseLabelId": 1 - }, - { - "rank": 183, - "exp": 78299, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 282, - "masterReleaseLabelId": 1 - }, - { - "rank": 184, - "exp": 79470, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 283, - "masterReleaseLabelId": 1 - }, - { - "rank": 185, - "exp": 80659, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 284, - "masterReleaseLabelId": 1 - }, - { - "rank": 186, - "exp": 81866, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 285, - "masterReleaseLabelId": 1 - }, - { - "rank": 187, - "exp": 83091, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 286, - "masterReleaseLabelId": 1 - }, - { - "rank": 188, - "exp": 84334, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 287, - "masterReleaseLabelId": 1 - }, - { - "rank": 189, - "exp": 85595, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 288, - "masterReleaseLabelId": 1 - }, - { - "rank": 190, - "exp": 86874, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 289, - "masterReleaseLabelId": 1 - }, - { - "rank": 191, - "exp": 88173, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 290, - "masterReleaseLabelId": 1 - }, - { - "rank": 192, - "exp": 89492, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 291, - "masterReleaseLabelId": 1 - }, - { - "rank": 193, - "exp": 90831, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 292, - "masterReleaseLabelId": 1 - }, - { - "rank": 194, - "exp": 92190, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 293, - "masterReleaseLabelId": 1 - }, - { - "rank": 195, - "exp": 93569, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 294, - "masterReleaseLabelId": 1 - }, - { - "rank": 196, - "exp": 94968, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 295, - "masterReleaseLabelId": 1 - }, - { - "rank": 197, - "exp": 96387, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 296, - "masterReleaseLabelId": 1 - }, - { - "rank": 198, - "exp": 97826, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 297, - "masterReleaseLabelId": 1 - }, - { - "rank": 199, - "exp": 99285, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 298, - "masterReleaseLabelId": 1 - }, - { - "rank": 200, - "exp": 100764, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 299, - "masterReleaseLabelId": 1 - }, - { - "rank": 201, - "exp": 102263, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 202, - "exp": 111023, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 203, - "exp": 119783, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 204, - "exp": 128543, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 205, - "exp": 137303, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 206, - "exp": 146063, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 207, - "exp": 154823, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 208, - "exp": 163583, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 209, - "exp": 172343, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 210, - "exp": 181103, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 211, - "exp": 189863, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 212, - "exp": 198623, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 213, - "exp": 207383, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 214, - "exp": 216143, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 215, - "exp": 224903, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 216, - "exp": 233663, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 217, - "exp": 242423, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 218, - "exp": 251183, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 219, - "exp": 259943, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 220, - "exp": 268703, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 221, - "exp": 277463, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 222, - "exp": 286223, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 223, - "exp": 294983, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 224, - "exp": 303743, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 225, - "exp": 312503, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 226, - "exp": 321263, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 227, - "exp": 330023, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 228, - "exp": 338783, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 229, - "exp": 347543, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 230, - "exp": 356303, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 231, - "exp": 365063, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 232, - "exp": 373823, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 233, - "exp": 382583, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 234, - "exp": 391343, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 235, - "exp": 400103, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 236, - "exp": 408863, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 237, - "exp": 417623, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 238, - "exp": 426383, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 239, - "exp": 435143, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 240, - "exp": 443903, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 241, - "exp": 452663, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 242, - "exp": 461423, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 243, - "exp": 470183, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 244, - "exp": 478943, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 245, - "exp": 487703, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 246, - "exp": 496463, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 247, - "exp": 505223, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 248, - "exp": 513983, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 249, - "exp": 522743, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 250, - "exp": 531503, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 251, - "exp": 540263, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 252, - "exp": 549023, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 253, - "exp": 557783, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 254, - "exp": 566543, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 255, - "exp": 575303, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 256, - "exp": 584063, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 257, - "exp": 592823, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 258, - "exp": 601583, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 259, - "exp": 610343, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 260, - "exp": 619103, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 261, - "exp": 627863, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 262, - "exp": 636623, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 263, - "exp": 645383, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 264, - "exp": 654143, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 265, - "exp": 662903, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 266, - "exp": 671663, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 267, - "exp": 680423, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 268, - "exp": 689183, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 269, - "exp": 697943, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 270, - "exp": 706703, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 271, - "exp": 715463, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 272, - "exp": 724223, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 273, - "exp": 732983, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 274, - "exp": 741743, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 275, - "exp": 750503, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 276, - "exp": 759263, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 277, - "exp": 768023, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 278, - "exp": 776783, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 279, - "exp": 785543, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 280, - "exp": 794303, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 281, - "exp": 803063, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 282, - "exp": 811823, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 283, - "exp": 820583, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 284, - "exp": 829343, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 285, - "exp": 838103, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 286, - "exp": 846863, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 287, - "exp": 855623, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 288, - "exp": 864383, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 289, - "exp": 873143, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 290, - "exp": 881903, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 291, - "exp": 890663, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 292, - "exp": 899423, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 293, - "exp": 908183, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 294, - "exp": 916943, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 295, - "exp": 925703, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 296, - "exp": 934463, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 297, - "exp": 943223, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 298, - "exp": 951983, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 299, - "exp": 960743, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - }, - { - "rank": 300, - "exp": 969503, - "masterUserRankRewardId": 0, - "maxFriend": 40, - "maxLp": 300, - "masterReleaseLabelId": 1 - } -] diff --git a/src/router/databases/mod.rs b/src/router/databases/mod.rs index 0dd158d..ca8466c 100644 --- a/src/router/databases/mod.rs +++ b/src/router/databases/mod.rs @@ -1,320 +1,245 @@ use jzon::{array, object, JsonValue}; use lazy_static::lazy_static; -use crate::include_file; +pub mod csv; + +use csv::Region; + +fn t(name: &str) -> JsonValue { csv::table(Region::Jp, name) } +fn g(name: &str) -> JsonValue { csv::table(Region::En, name) } + +fn index_by(items: &JsonValue, key: &str) -> JsonValue { + let mut info = object! {}; + for data in items.members() { + info[data[key].to_string()] = data.clone(); + } + info +} lazy_static! { - pub static ref STORY: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/story_part.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref LOGIN_REWARDS: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/login_bonus_reward.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref SHOP_INFO: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/shop_item.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; + pub static ref STORY: JsonValue = index_by(&t("story_part"), "id"); + + pub static ref LOGIN_REWARDS: JsonValue = index_by(&t("login_bonus_reward"), "id"); + + pub static ref SHOP_INFO: JsonValue = index_by(&t("shop_item"), "id"); + pub static ref CHATS: JsonValue = { - let mut chats = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/chat_room.json")).unwrap(); - for data in items.members() { - if chats[data["masterChatId"].to_string()].is_null() { - chats[data["masterChatId"].to_string()] = object!{}; + let mut chats = object! {}; + for data in t("chat_room").members() { + let chat_id = data["masterChatId"].to_string(); + if chats[&chat_id].is_null() { + chats[&chat_id] = object! {}; } - chats[data["masterChatId"].to_string()][data["roomId"].to_string()] = data.clone(); + chats[&chat_id][data["roomId"].to_string()] = data.clone(); } chats }; + pub static ref CHAPTERS: JsonValue = { - let mut chats = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/chat_chapter.json")).unwrap(); - for data in items.members() { - if chats[data["masterChatId"].to_string()].is_null() { - chats[data["masterChatId"].to_string()] = object!{}; + let mut chats = object! {}; + for data in t("chat_chapter").members() { + let chat_id = data["masterChatId"].to_string(); + if chats[&chat_id].is_null() { + chats[&chat_id] = object! {}; } - chats[data["masterChatId"].to_string()][data["roomId"].to_string()] = data.clone(); + chats[&chat_id][data["roomId"].to_string()] = data.clone(); } chats }; - pub static ref CHAPTERS_MASTER: JsonValue = { - let mut chats = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/chat_chapter.json")).unwrap(); - for data in items.members() { - chats[data["chapterId"].to_string()] = data.clone(); - } - chats - }; - pub static ref EXCHANGE_LIST: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/exchange_item.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref EXCHANGE_REWARD: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/exchange_item_reward.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref LIVE_LIST: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/live.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref LIVES: JsonValue = { - jzon::parse(&include_file!("src/router/databases/json/live.json")).unwrap() - }; - pub static ref MISSION_DATA: JsonValue = { - jzon::parse(&include_file!("src/router/databases/json/live_mission.json")).unwrap() - }; - pub static ref MISSION_COMBO_DATA: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/live_mission_combo.json")).unwrap(); - for data in items.members() { - info[data["masterMusicId"].to_string()] = data.clone(); - } - info - }; - pub static ref MISSION_REWARD_DATA: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/live_mission_reward.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref CARD_LIST: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/card.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; + + pub static ref CHAPTERS_MASTER: JsonValue = index_by(&t("chat_chapter"), "chapterId"); + + pub static ref EXCHANGE_LIST: JsonValue = index_by(&t("exchange_item"), "id"); + + pub static ref EXCHANGE_REWARD: JsonValue = index_by(&t("exchange_item_reward"), "id"); + + pub static ref LIVE_LIST: JsonValue = index_by(&t("live"), "id"); + + pub static ref LIVES: JsonValue = t("live"); + + pub static ref MISSION_DATA: JsonValue = t("live_mission"); + + pub static ref MISSION_COMBO_DATA: JsonValue = + index_by(&t("live_mission_combo"), "masterMusicId"); + + pub static ref MISSION_REWARD_DATA: JsonValue = + index_by(&t("live_mission_reward"), "id"); + + pub static ref CARD_LIST: JsonValue = index_by(&t("card"), "id"); + pub static ref LOTTERY_INFO: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/login_bonus.json")).unwrap(); - for data in items.members() { - if info[data["id"].to_string()].is_null() { - info[data["id"].to_string()] = object!{ - info: data.clone(), - days: [] - }; + let mut info = object! {}; + for data in t("login_bonus").members() { + let id = data["id"].to_string(); + if info[&id].is_null() { + info[&id] = object! { info: data.clone(), days: [] }; } } - let days = jzon::parse(&include_file!("src/router/databases/json/login_bonus_reward_setting.json")).unwrap(); - for data in days.members() { - if info[data["masterLoginBonusId"].to_string()].is_null() { + for data in t("login_bonus_reward_setting").members() { + let id = data["masterLoginBonusId"].to_string(); + if info[&id].is_null() { continue; } - info[data["masterLoginBonusId"].to_string()]["days"].push(data.clone()).unwrap(); + info[&id]["days"].push(data.clone()).unwrap(); } - let mut real_info = object!{}; - for data in info.entries() { - real_info[data.1["info"]["id"].to_string()] = data.1.clone(); + let mut real_info = object! {}; + for entry in info.entries() { + real_info[entry.1["info"]["id"].to_string()] = entry.1.clone(); } real_info }; + pub static ref CARDS: JsonValue = { - let mut cardz = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/lottery_item.json")).unwrap(); - let items_global = jzon::parse(&include_file!("src/router/databases/json/global/lottery_item.json")).unwrap(); - for data in items.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = object!{}; - } - cardz[data["id"].to_string()][data["number"].to_string()] = data.clone(); + let mut cardz = object! {}; + for data in t("lottery_item").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { cardz[&id] = object! {}; } + cardz[&id][data["number"].to_string()] = data.clone(); } - for data in items_global.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = object!{}; - } - if cardz[data["id"].to_string()][data["number"].to_string()].is_null() { - cardz[data["id"].to_string()][data["number"].to_string()] = data.clone(); + for data in g("lottery_item").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { cardz[&id] = object! {}; } + let num = data["number"].to_string(); + if cardz[&id][&num].is_null() { + cardz[&id][&num] = data.clone(); } } cardz }; + pub static ref POOL: JsonValue = { - let mut cardz = object!{}; - let mut i2 = array![]; - let items = jzon::parse(&include_file!("src/router/databases/json/lottery_item.json")).unwrap(); - let items_global = jzon::parse(&include_file!("src/router/databases/json/global/lottery_item.json")).unwrap(); - for data in items.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = array![]; - i2.push(data["id"].to_string()).unwrap(); + let mut cardz = object! {}; + let mut seen_ids = array![]; + for data in t("lottery_item").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { + cardz[&id] = array![]; + seen_ids.push(id.clone()).unwrap(); } - cardz[data["id"].to_string()].push(data["number"].clone()).unwrap(); + cardz[&id].push(data["number"].clone()).unwrap(); } - for data in items_global.members() { - if i2.contains(data["id"].to_string()) { - continue; - } - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = array![]; - } - cardz[data["id"].to_string()].push(data["number"].clone()).unwrap(); + for data in g("lottery_item").members() { + let id = data["id"].to_string(); + if seen_ids.contains(id.as_str()) { continue; } + if cardz[&id].is_null() { cardz[&id] = array![]; } + cardz[&id].push(data["number"].clone()).unwrap(); } cardz }; + pub static ref RARITY: JsonValue = { - let mut cardz = object!{}; - let mut i2 = array![]; - let items = jzon::parse(&include_file!("src/router/databases/json/lottery_rarity.json")).unwrap(); - let items_global = jzon::parse(&include_file!("src/router/databases/json/global/lottery_rarity.json")).unwrap(); - for data in items.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = array![]; - i2.push(data["id"].to_string()).unwrap(); + let mut cardz = object! {}; + let mut seen_ids = array![]; + for data in t("lottery_rarity").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { + cardz[&id] = array![]; + seen_ids.push(id.clone()).unwrap(); } - cardz[data["id"].to_string()].push(data.clone()).unwrap(); + cardz[&id].push(data.clone()).unwrap(); } - for data in items_global.members() { - if i2.contains(data["id"].to_string()) { - continue; - } - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = array![]; - } - cardz[data["id"].to_string()].push(data.clone()).unwrap(); + for data in g("lottery_rarity").members() { + let id = data["id"].to_string(); + if seen_ids.contains(id.as_str()) { continue; } + if cardz[&id].is_null() { cardz[&id] = array![]; } + cardz[&id].push(data.clone()).unwrap(); } cardz }; + pub static ref LOTTERY: JsonValue = { - let mut cardz = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/lottery.json")).unwrap(); - let items_global = jzon::parse(&include_file!("src/router/databases/json/global/lottery.json")).unwrap(); - for data in items.members() { + let mut cardz = object! {}; + for data in t("lottery").members() { cardz[data["id"].to_string()] = data.clone(); } - for data in items_global.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = data.clone(); + for data in g("lottery").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { + cardz[&id] = data.clone(); } } cardz }; + pub static ref PRICE: JsonValue = { - let mut cardz = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/lottery_price.json")).unwrap(); - let items_global = jzon::parse(&include_file!("src/router/databases/json/global/lottery_price.json")).unwrap(); - for data in items.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = object!{}; - } - cardz[data["id"].to_string()][data["number"].to_string()] = data.clone(); + let mut cardz = object! {}; + for data in t("lottery_price").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { cardz[&id] = object! {}; } + cardz[&id][data["number"].to_string()] = data.clone(); } - for data in items_global.members() { - if cardz[data["id"].to_string()].is_null() { - cardz[data["id"].to_string()] = object!{}; - } - if cardz[data["id"].to_string()][data["number"].to_string()].is_null() { - cardz[data["id"].to_string()][data["number"].to_string()] = data.clone(); + for data in g("lottery_price").members() { + let id = data["id"].to_string(); + if cardz[&id].is_null() { cardz[&id] = object! {}; } + let num = data["number"].to_string(); + if cardz[&id][&num].is_null() { + cardz[&id][&num] = data.clone(); } } cardz }; - pub static ref MISSION_LIST: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/mission.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; + + pub static ref MISSION_LIST: JsonValue = index_by(&t("mission"), "id"); + pub static ref CHARACTER_CHATS: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/mission.json")).unwrap(); - for data in items.members() { - if data["conditionValues"].len() != 1 || (data["conditionType"] != 50 && data["conditionType"] != 51) { + let mut info = object! {}; + for data in t("mission").members() { + if data["conditionValues"].len() != 1 + || (data["conditionType"] != 50 && data["conditionType"] != 51) + { continue; } - if info[data["conditionValues"].to_string()].is_null() { - info[data["conditionValues"].to_string()] = object!{}; - } - info[data["conditionValues"][0].to_string()][data["conditionType"].to_string()] = array![data["masterMissionRewardId"].clone(), data["id"].clone()]; - } - info - }; - pub static ref MISSION_REWARD: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/mission_reward.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); - } - info - }; - pub static ref ITEM_INFO: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/item.json")).unwrap(); - for data in items.members() { - info[data["id"].to_string()] = data.clone(); + let cv0 = data["conditionValues"][0].to_string(); + if info[&cv0].is_null() { info[&cv0] = object! {}; } + info[&cv0][data["conditionType"].to_string()] = array![ + data["masterMissionRewardId"].clone(), + data["id"].clone() + ]; } info }; + + pub static ref MISSION_REWARD: JsonValue = index_by(&t("mission_reward"), "id"); + + pub static ref ITEM_INFO: JsonValue = index_by(&t("item"), "id"); + pub static ref MUSIC: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/music.json")).unwrap(); + let music = t("music"); + let mut info = object! {}; for live in LIVE_LIST.entries() { - info[live.1["id"].to_string()] = loop { - let mut val = object!{}; - for data in items.members() { - if live.1["masterMusicId"] == data["id"] { - val = data.clone(); - break; - } + let mut val = object! {}; + for data in music.members() { + if live.1["masterMusicId"] == data["id"] { + val = data.clone(); + break; } - break val; - }; - }; + } + info[live.1["id"].to_string()] = val; + } info }; + pub static ref MUSIC_EN: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/global/music.json")).unwrap(); + let music = g("music"); + let mut info = object! {}; for live in LIVE_LIST.entries() { - info[live.1["id"].to_string()] = loop { - let mut val = object!{}; - for data in items.members() { - if live.1["masterMusicId"] == data["id"] { - val = data.clone(); - break; - } + let mut val = object! {}; + for data in music.members() { + if live.1["masterMusicId"] == data["id"] { + val = data.clone(); + break; } - break val; - }; - }; + } + info[live.1["id"].to_string()] = val; + } info }; - pub static ref RANKS: JsonValue = { - jzon::parse(&include_file!("src/router/databases/json/user_rank.json")).unwrap() - }; + + pub static ref RANKS: JsonValue = t("user_rank"); + pub static ref EVOLVE_COST: JsonValue = { - let mut info = object!{}; - let items = jzon::parse(&include_file!("src/router/databases/json/card_evolve.json")).unwrap(); - for data in items.members() { + let mut info = object! {}; + for data in t("card_evolve").members() { info[data["rarity"].to_string()] = data["price"].clone(); } info diff --git a/src/router/databases/schemas.json b/src/router/databases/schemas.json new file mode 100644 index 0000000..2f0ecb9 --- /dev/null +++ b/src/router/databases/schemas.json @@ -0,0 +1,5868 @@ +{ + "library": "master_serializer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "enums": { + "Shock.BAND_CATEGORY": "int", + "Shock.BILLING_PRODUCT_TYPE": "int", + "Shock.CARD_TYPE": "int", + "Shock.CONSUME_TYPE": "int", + "Shock.DATE_CONDITION_TYPE": "int", + "Shock.DAY_OF_WEEK": "int", + "Shock.EVENT_TYPE": "int", + "Shock.EVOLVE_ITEM_CONDITION_TYPE": "int", + "Shock.EXCHANGE_TAB": "int", + "Shock.EXCHANGE_TYPE": "int", + "Shock.GET_CATEGORY": "int", + "Shock.GIVE_TYPE": "int", + "Shock.HOME_BANNER_TYPE": "int", + "Shock.HOME_BG_TYPE": "int", + "Shock.INPUT_RESULT_TYPE": "int", + "Shock.ITEM_CATEGORY": "int", + "Shock.ITEM_EFFECT_TYPE": "int", + "Shock.ITEM_EXPIRE_TYPE": "int", + "Shock.ITEM_TAB": "int", + "Shock.LIVE_CONDITION_TYPE": "int", + "Shock.LIVE_LEVEL": "int", + "Shock.LIVE_MISSION_TYPE": "int", + "Shock.LIVE_MODE": "int", + "Shock.LIVE_RULE_TYPE": "int", + "Shock.LOGIN_BONUS_TYPE": "int", + "Shock.LOGIN_NOTICE_PHASE": "int", + "Shock.LOGIN_NOTICE_TRANSITION": "int", + "Shock.LOGIN_NOTICE_TYPE": "int", + "Shock.LOTTERY_TYPE": "int", + "Shock.MEMBERSHIP_WALLPAPER_CONDITION_TYPE": "int", + "Shock.MEMBER_RANKING_TYPE": "int", + "Shock.MISSION_CONDITION_TYPE": "int", + "Shock.MISSION_TYPE": "int", + "Shock.MOVIE_LENGTH_TYPE": "int", + "Shock.MOVIE_SCREEN_TYPE": "int", + "Shock.MULTI_CONDITION_TYPE": "int", + "Shock.NAVIGATION_CONDITION_TYPE": "int", + "Shock.OBTAIN_TYPE": "int", + "Shock.PRESET_BACKGROUND_TYPE": "int", + "Shock.PRESET_FOREGROUND_TYPE": "int", + "Shock.RARITY": "int", + "Shock.RESULT_CODE": "int", + "Shock.REWARD_TYPE": "int", + "Shock.SCORE_RANK": "int", + "Shock.SKILL_CARD_TYPE": "int", + "Shock.SKILL_MAIN_EFFECT_TYPE": "int", + "Shock.SKILL_MAIN_TRIGGER_TYPE": "int", + "Shock.SKILL_SUB_TARGET_TYPE": "int", + "Shock.SOUND_TYPE": "int", + "Shock.STATUS_UP_TYPE": "int", + "Shock.STORY_TYPE": "int", + "Shock.SUBSCRIPTION_REWARD_TYPE": "int", + "Shock.SUBSCRIPTION_TYPE": "int", + "Shock.SYSTEM_VOICE_TYPE": "int", + "Shock.TIME_RESET_TYPE": "int", + "Shock.TITLE_CATEGORY": "int", + "Shock.TRACKING_TYPE": "int" + }, + "tables": { + "achievement": { + "class": "Shock.AchievementMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_achievementIdAndroid", + "type": "string" + }, + { + "name": "_achievementIdIos", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "adjust_tracking_list": { + "class": "Shock.AdjustTrackingListMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_trackingId", + "type": "string" + }, + { + "name": "_trackingType", + "type": "Shock.TRACKING_TYPE" + }, + { + "name": "_value", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_card_m": { + "class": "Shock.AlbumCardMMst", + "fields": [ + { + "name": "_cardId", + "type": "uint" + }, + { + "name": "_naviMoveX", + "type": "int" + }, + { + "name": "_naviMoveY", + "type": "int" + }, + { + "name": "_thumbnailName", + "type": "string" + }, + { + "name": "_signedThumbnailName", + "type": "string" + }, + { + "name": "_assetName", + "type": "string" + }, + { + "name": "_signedAssetName", + "type": "string" + }, + { + "name": "_isBgActive", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_member_tag_m": { + "class": "Shock.AlbumMemberTagMMst", + "fields": [ + { + "name": "_memberTagId", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_imgAsset", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_multi_unit_m": { + "class": "Shock.AlbumMultiUnitMMst", + "fields": [ + { + "name": "_multiUnitId", + "type": "uint" + }, + { + "name": "_unitId", + "type": "uint" + }, + { + "name": "_unitNumber", + "type": "uint" + }, + { + "name": "_eponym", + "type": "string" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_multiCardName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_series_m": { + "class": "Shock.AlbumSeriesMMst", + "fields": [ + { + "name": "_albumSeriesId", + "type": "uint" + }, + { + "name": "_albumGroupId", + "type": "uint" + }, + { + "name": "_albumTabId", + "type": "uint" + }, + { + "name": "_orderNum", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_nameEn", + "type": "string" + }, + { + "name": "_layoutType", + "type": "uint" + }, + { + "name": "_thumbnailPath", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_series_thumbnail_asset_m": { + "class": "Shock.AlbumSeriesThumbnailAssetMMst", + "fields": [ + { + "name": "_albumSeriesId", + "type": "uint" + }, + { + "name": "_thumbnailAsset", + "type": "string" + }, + { + "name": "_thumbnailAssetEn", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_unit_m": { + "class": "Shock.AlbumUnitMMst", + "fields": [ + { + "name": "_unitId", + "type": "uint" + }, + { + "name": "_unitTypeId", + "type": "uint" + }, + { + "name": "_albumSeriesId", + "type": "uint" + }, + { + "name": "_eponym", + "type": "string" + }, + { + "name": "_eponymEn", + "type": "string" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_nameEn", + "type": "string" + }, + { + "name": "_normalCardId", + "type": "uint" + }, + { + "name": "_rankMaxCardId", + "type": "uint" + }, + { + "name": "_rarity", + "type": "uint" + }, + { + "name": "_attributeId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_unit_pair_m": { + "class": "Shock.AlbumUnitPairMMst", + "fields": [ + { + "name": "_unitPairId", + "type": "uint" + }, + { + "name": "_pair", + "type": "uint" + }, + { + "name": "_unitId", + "type": "uint" + }, + { + "name": "_position", + "type": "uint" + }, + { + "name": "_rank", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_unit_series_m": { + "class": "Shock.AlbumUnitSeriesMMst", + "fields": [ + { + "name": "_albumUnitSeriesId", + "type": "uint" + }, + { + "name": "_albumSeriesId", + "type": "uint" + }, + { + "name": "_unitId", + "type": "uint" + }, + { + "name": "_position", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_unit_type": { + "class": "Shock.AlbumUnitTypeMst", + "fields": [ + { + "name": "_unitTypeId", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_nameAlpha", + "type": "string" + }, + { + "name": "_age", + "type": "string" + }, + { + "name": "_birthday", + "type": "string" + }, + { + "name": "_bloodType", + "type": "string" + }, + { + "name": "_height", + "type": "string" + }, + { + "name": "_cv", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "album_unit_type_member_tag_m": { + "class": "Shock.AlbumUnitTypeMemberTagMMst", + "fields": [ + { + "name": "_unitTypeId", + "type": "uint" + }, + { + "name": "_memberTagId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "beginner_mission": { + "class": "Shock.BeginnerMissionMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_level", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_masterMissionId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "beginner_mission_reward": { + "class": "Shock.BeginnerMissionRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "beginner_mission_reward_setting": { + "class": "Shock.BeginnerMissionRewardSettingMst", + "fields": [ + { + "name": "_masterBeginnerMissionId", + "type": "uint" + }, + { + "name": "_level", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_masterBeginnerMissionRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "bgm": { + "class": "Shock.BgmMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_cueSheetName", + "type": "string" + }, + { + "name": "_cueName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "billing_product": { + "class": "Shock.BillingProductMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_masterBillingShopId", + "type": "uint" + }, + { + "name": "_itemName", + "type": "string" + }, + { + "name": "_itemDetail", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.BILLING_PRODUCT_TYPE" + }, + { + "name": "_detail", + "type": "string" + }, + { + "name": "_masterBillingProductRewardId", + "type": "uint" + }, + { + "name": "_startdashTime", + "type": "uint" + }, + { + "name": "_startdashExpireTime", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "billing_product_reward": { + "class": "Shock.BillingProductRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "billing_shop": { + "class": "Shock.BillingShopMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_tabName", + "type": "string" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_shopType", + "type": "int" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_masterShopRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "billing_subscription": { + "class": "Shock.BillingSubscriptionMst", + "fields": [ + { + "name": "_masterBillingProductId", + "type": "string" + }, + { + "name": "_label", + "type": "string" + }, + { + "name": "_deviceType", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_title", + "type": "string" + }, + { + "name": "_summary", + "type": "string" + }, + { + "name": "_subscriptionType", + "type": "Shock.SUBSCRIPTION_TYPE" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "billing_subscription_reward": { + "class": "Shock.BillingSubscriptionRewardMst", + "fields": [ + { + "name": "_masterBillingSubscriptionLabel", + "type": "string" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_subscriptionRewardType", + "type": "Shock.SUBSCRIPTION_REWARD_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card": { + "class": "Shock.CardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterCharacterId", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.CARD_TYPE" + }, + { + "name": "_masterSkillCenterId", + "type": "uint" + }, + { + "name": "_masterSkillId", + "type": "uint" + }, + { + "name": "_rarity", + "type": "Shock.RARITY" + }, + { + "name": "_hp", + "type": "int" + }, + { + "name": "_smile", + "type": "int" + }, + { + "name": "_cool", + "type": "int" + }, + { + "name": "_pure", + "type": "int" + }, + { + "name": "_illustId", + "type": "string" + }, + { + "name": "_evolveIllustId", + "type": "string" + }, + { + "name": "_masterCardLevelId", + "type": "uint" + }, + { + "name": "_uniqueBackgroundFileName", + "type": "string" + }, + { + "name": "_evolveUniqueBackgroundFileName", + "type": "string" + }, + { + "name": "_getCategory", + "type": "Shock.GET_CATEGORY" + }, + { + "name": "_masterCardSysVoiceId", + "type": "uint" + }, + { + "name": "_albumUnitMId", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_collection_reward": { + "class": "Shock.CardCollectionRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_evolve": { + "class": "Shock.CardEvolveMst", + "fields": [ + { + "name": "_rarity", + "type": "Shock.RARITY" + }, + { + "name": "_evolveCount", + "type": "int" + }, + { + "name": "_maxLevel", + "type": "int" + }, + { + "name": "_price", + "type": "int" + }, + { + "name": "_hpAddValue", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_evolve_condition": { + "class": "Shock.CardEvolveConditionMst", + "fields": [ + { + "name": "_masterCardId", + "type": "uint" + }, + { + "name": "_evolveCount", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_get": { + "class": "Shock.CardGetMst", + "fields": [ + { + "name": "_masterCardId", + "type": "uint" + }, + { + "name": "_index", + "type": "int" + }, + { + "name": "_getCategory", + "type": "Shock.GET_CATEGORY" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_level": { + "class": "Shock.CardLevelMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_exp", + "type": "int" + }, + { + "name": "_hpRatio", + "type": "int" + }, + { + "name": "_smileRatio", + "type": "int" + }, + { + "name": "_pureRatio", + "type": "int" + }, + { + "name": "_coolRatio", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_rarity": { + "class": "Shock.CardRarityMst", + "fields": [ + { + "name": "_rarity", + "type": "Shock.RARITY" + }, + { + "name": "_maxLevel", + "type": "int" + }, + { + "name": "_baseEvolveCount", + "type": "int" + }, + { + "name": "_masterCardSkillLevelId", + "type": "uint" + }, + { + "name": "_exchangeMasterItemId", + "type": "uint" + }, + { + "name": "_exchangeItemAmount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_skill_level": { + "class": "Shock.CardSkillLevelMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_exp", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "card_sys_voice": { + "class": "Shock.CardSysVoiceMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_masterVoiceId", + "type": "uint" + }, + { + "name": "_systemVoiceType", + "type": "Shock.SYSTEM_VOICE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_textJa", + "type": "string" + }, + { + "name": "_textEn", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "character": { + "class": "Shock.CharacterMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_nameRuby", + "type": "string" + }, + { + "name": "_detailText", + "type": "string" + }, + { + "name": "_category", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_schoolGrade", + "type": "uint" + }, + { + "name": "_charaCategory", + "type": "uint" + }, + { + "name": "_masterGroupId", + "type": "uint" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_displayOrder", + "type": "int" + }, + { + "name": "_height", + "type": "string" + }, + { + "name": "_bloodType", + "type": "string" + }, + { + "name": "_birsday", + "type": "string" + }, + { + "name": "_voiceActor", + "type": "string" + }, + { + "name": "_imageColor", + "type": "string" + }, + { + "name": "_imageColorDark", + "type": "string" + }, + { + "name": "_nameRichtextGacha", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "character_group": { + "class": "Shock.CharacterGroupMst", + "fields": [ + { + "name": "_characterId", + "type": "uint" + }, + { + "name": "_groupId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "character_sys_voice": { + "class": "Shock.CharacterSysVoiceMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_masterVoiceId", + "type": "uint" + }, + { + "name": "_masterCharacterId", + "type": "uint" + }, + { + "name": "_systemVoiceType", + "type": "Shock.SYSTEM_VOICE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_textJa", + "type": "string" + }, + { + "name": "_textEn", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat": { + "class": "Shock.ChatMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_title", + "type": "string" + }, + { + "name": "_type", + "type": "uint" + }, + { + "name": "_category", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_chatCharaId", + "type": "uint" + }, + { + "name": "_bgColorCode", + "type": "string" + }, + { + "name": "_headerColorCode", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_attachment": { + "class": "Shock.ChatAttachmentMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_filename", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_chapter": { + "class": "Shock.ChatChapterMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterChatId", + "type": "uint" + }, + { + "name": "_roomId", + "type": "uint" + }, + { + "name": "_chapterId", + "type": "uint" + }, + { + "name": "_scriptKey", + "type": "string" + }, + { + "name": "_title", + "type": "string" + }, + { + "name": "_firstLineValue", + "type": "string" + }, + { + "name": "_noticeValue", + "type": "string" + }, + { + "name": "_appearStampIdList", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_character": { + "class": "Shock.ChatCharacterMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_characterId", + "type": "uint" + }, + { + "name": "_group", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_reward": { + "class": "Shock.ChatRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_room": { + "class": "Shock.ChatRoomMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterChatId", + "type": "uint" + }, + { + "name": "_roomId", + "type": "uint" + }, + { + "name": "_hashTag", + "type": "string" + }, + { + "name": "_firstLineValue", + "type": "string" + }, + { + "name": "_iconPath", + "type": "string" + }, + { + "name": "_appearCharaIdList", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_stamp": { + "class": "Shock.ChatStampMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_group", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_isUsableChat", + "type": "uint" + }, + { + "name": "_isUsableMulti", + "type": "uint" + }, + { + "name": "_filename", + "type": "string" + }, + { + "name": "_order", + "type": "uint" + }, + { + "name": "_initialStamp", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chat_voice_key": { + "class": "Shock.ChatVoiceKeyMst", + "fields": [ + { + "name": "_key", + "type": "string" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_group", + "type": "uint" + }, + { + "name": "_comment", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "chipster_result_code": { + "class": "Shock.ChipsterResultCodeMst", + "fields": [ + { + "name": "_resultCode", + "type": "int" + }, + { + "name": "_masterDialogId", + "type": "string" + }, + { + "name": "_stayFlag", + "type": "uint" + }, + { + "name": "_silentFlag", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "comic": { + "class": "Shock.ComicMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterGroupId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_imageName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "common_bg_movie": { + "class": "Shock.CommonBgMovieMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterMovieId", + "type": "uint" + }, + { + "name": "_bandCategory", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_sceneType", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "const": { + "class": "Shock.ConstMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_value", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "date_condition": { + "class": "Shock.DateConditionMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_dateConditionType", + "type": "Shock.DATE_CONDITION_TYPE" + }, + { + "name": "_arg1", + "type": "uint" + }, + { + "name": "_arg2", + "type": "uint" + }, + { + "name": "_arg3", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "date_condition_others": { + "class": "Shock.DateConditionOthersMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_date", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "dialog": { + "class": "Shock.DialogMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_title", + "type": "string" + }, + { + "name": "_message", + "type": "string" + }, + { + "name": "_buttonId", + "type": "string[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "dialog_button": { + "class": "Shock.DialogButtonMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_masterTextId", + "type": "string" + }, + { + "name": "_masterTextIdColor", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event": { + "class": "Shock.EventMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.EVENT_TYPE" + }, + { + "name": "_memberRankingType", + "type": "Shock.MEMBER_RANKING_TYPE" + }, + { + "name": "_resultClosedDate", + "type": "string" + }, + { + "name": "_aggregationDate", + "type": "string" + }, + { + "name": "_rewardMemberMasterCardIdList", + "type": "uint[]" + }, + { + "name": "_masterEventPointSettingsId", + "type": "uint" + }, + { + "name": "_openingObjName", + "type": "string" + }, + { + "name": "_openingGroupBg", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_favoriteMemberSettingCharacterIds", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_card_bonus": { + "class": "Shock.EventCardBonusMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_targetId", + "type": "uint" + }, + { + "name": "_pointBonusRatioList", + "type": "int[]" + }, + { + "name": "_eventTicketBonusAmountList", + "type": "int[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_live": { + "class": "Shock.EventLiveMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_masterLiveId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_member_ranking": { + "class": "Shock.EventMemberRankingMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_groupId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_highRank", + "type": "uint" + }, + { + "name": "_lowRank", + "type": "uint" + }, + { + "name": "_masterEventMemberRankingRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_member_ranking_reward": { + "class": "Shock.EventMemberRankingRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_point": { + "class": "Shock.EventPointMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterEventPointRewardId", + "type": "uint" + }, + { + "name": "_repeatInterval", + "type": "uint" + }, + { + "name": "_repeatCount", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_point_ranking": { + "class": "Shock.EventPointRankingMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_groupId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_highRank", + "type": "uint" + }, + { + "name": "_lowRank", + "type": "uint" + }, + { + "name": "_masterEventPointRankingRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_point_ranking_reward": { + "class": "Shock.EventPointRankingRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_point_reward": { + "class": "Shock.EventPointRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_point_settings": { + "class": "Shock.EventPointSettingsMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_score": { + "class": "Shock.EventScoreMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_eventLivePointBase", + "type": "int" + }, + { + "name": "_eventPointRatio", + "type": "int" + }, + { + "name": "_eventBoostRatio", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_score_ranking": { + "class": "Shock.EventScoreRankingMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_groupCount", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_highRank", + "type": "uint" + }, + { + "name": "_lowRank", + "type": "uint" + }, + { + "name": "_masterEventScoreRankingRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_score_ranking_reward": { + "class": "Shock.EventScoreRankingRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_story": { + "class": "Shock.EventStoryMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_masterStoryId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_tips": { + "class": "Shock.EventTipsMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_title", + "type": "string" + }, + { + "name": "_rootPath", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_tips_page": { + "class": "Shock.EventTipsPageMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_message", + "type": "string" + }, + { + "name": "_category", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_top_banner": { + "class": "Shock.EventTopBannerMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_masterGachaId", + "type": "uint" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "event_type": { + "class": "Shock.EventTypeMst", + "fields": [ + { + "name": "_type", + "type": "Shock.EVENT_TYPE" + }, + { + "name": "_eventLiveName", + "type": "string" + }, + { + "name": "_masterMultiPenaltyId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "evolve_item_amount": { + "class": "Shock.EvolveItemAmountMst", + "fields": [ + { + "name": "_rarity", + "type": "Shock.RARITY" + }, + { + "name": "_evolveCount", + "type": "int" + }, + { + "name": "_effectType", + "type": "Shock.ITEM_EFFECT_TYPE" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "evolve_item_condition": { + "class": "Shock.EvolveItemConditionMst", + "fields": [ + { + "name": "_masterItemId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.EVOLVE_ITEM_CONDITION_TYPE" + }, + { + "name": "_valueList", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "exchange": { + "class": "Shock.ExchangeMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_exchangeType", + "type": "Shock.EXCHANGE_TYPE" + }, + { + "name": "_consumeType", + "type": "Shock.CONSUME_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_bannerSpriteName", + "type": "string" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_exchangeTab", + "type": "Shock.EXCHANGE_TAB" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_displayControlFlag", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "exchange_item": { + "class": "Shock.ExchangeItemMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_consumeType", + "type": "Shock.CONSUME_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterExchangeItemRewardId", + "type": "uint" + }, + { + "name": "_exchangeLimit", + "type": "int" + }, + { + "name": "_timeResetType", + "type": "Shock.TIME_RESET_TYPE" + }, + { + "name": "_recommendMarkClosedAt", + "type": "string" + }, + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "exchange_item_reward": { + "class": "Shock.ExchangeItemRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "function_lock": { + "class": "Shock.FunctionLockMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_locked", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "gamelib_result_code": { + "class": "Shock.GamelibResultCodeMst", + "fields": [ + { + "name": "_resultCode", + "type": "int" + }, + { + "name": "_masterDialogId", + "type": "string" + }, + { + "name": "_stayFlag", + "type": "uint" + }, + { + "name": "_silentFlag", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "group": { + "class": "Shock.GroupMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_category", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_imageColor", + "type": "string" + }, + { + "name": "_recommendListTextColor", + "type": "string" + }, + { + "name": "_sortPriority", + "type": "int" + }, + { + "name": "_recommendedDeckView", + "type": "uint" + }, + { + "name": "_isCategoryJudge", + "type": "int" + }, + { + "name": "_musicSelectSortView", + "type": "uint" + }, + { + "name": "_homeBgmSoundKey", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "home_banner": { + "class": "Shock.HomeBannerMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.HOME_BANNER_TYPE" + }, + { + "name": "_value", + "type": "string" + }, + { + "name": "_deviceType", + "type": "int" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_position", + "type": "int" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "home_bg": { + "class": "Shock.HomeBgMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_imageName", + "type": "string" + }, + { + "name": "_masterMovieId", + "type": "uint" + }, + { + "name": "_homeBgType", + "type": "Shock.HOME_BG_TYPE" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "item": { + "class": "Shock.ItemMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_category", + "type": "Shock.ITEM_CATEGORY" + }, + { + "name": "_effectType", + "type": "Shock.ITEM_EFFECT_TYPE" + }, + { + "name": "_effectConditionValue", + "type": "uint" + }, + { + "name": "_effectValue", + "type": "int" + }, + { + "name": "_extraEffectValue", + "type": "int" + }, + { + "name": "_effectDetail", + "type": "string" + }, + { + "name": "_wayToUse", + "type": "string" + }, + { + "name": "_wayToGet", + "type": "string" + }, + { + "name": "_price", + "type": "int" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_itemTab", + "type": "Shock.ITEM_TAB" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_expireDate", + "type": "string" + }, + { + "name": "_itemExpireType", + "type": "Shock.ITEM_EXPIRE_TYPE" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "limited_live": { + "class": "Shock.LimitedLiveMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_nameMasterTextId", + "type": "string" + }, + { + "name": "_ruleFormatMasterTextId", + "type": "string" + }, + { + "name": "_masterLiveIdList", + "type": "uint[]" + }, + { + "name": "_bonusMasterLiveId", + "type": "uint" + }, + { + "name": "_bonusLiveLotteryRatio", + "type": "int" + }, + { + "name": "_bonusEffectMasterTextId", + "type": "string" + }, + { + "name": "_count", + "type": "int" + }, + { + "name": "_masterItemId", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_timeResetType", + "type": "Shock.TIME_RESET_TYPE" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live": { + "class": "Shock.LiveMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterMusicId", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.CARD_TYPE" + }, + { + "name": "_scoreC", + "type": "int" + }, + { + "name": "_scoreB", + "type": "int" + }, + { + "name": "_scoreA", + "type": "int" + }, + { + "name": "_scoreS", + "type": "int" + }, + { + "name": "_multiScoreC", + "type": "int" + }, + { + "name": "_multiScoreB", + "type": "int" + }, + { + "name": "_multiScoreA", + "type": "int" + }, + { + "name": "_multiScoreS", + "type": "int" + }, + { + "name": "_liveEffectValueId", + "type": "int" + }, + { + "name": "_bpm", + "type": "int" + }, + { + "name": "_startWait", + "type": "float" + }, + { + "name": "_endWait", + "type": "float" + }, + { + "name": "_masterLiveRewardSettingId", + "type": "uint" + }, + { + "name": "_liveBgMovieMasterId", + "type": "uint" + }, + { + "name": "_rehearsalImagePath", + "type": "string" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_campaignFlag", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_boost": { + "class": "Shock.LiveBoostMst", + "fields": [ + { + "name": "_value", + "type": "int" + }, + { + "name": "_lp", + "type": "int" + }, + { + "name": "_icon", + "type": "int" + }, + { + "name": "_eventPointRatio", + "type": "int" + }, + { + "name": "_rewardRatio", + "type": "int" + }, + { + "name": "_expRatio", + "type": "int" + }, + { + "name": "_eventPointRatioAuto", + "type": "int" + }, + { + "name": "_rewardRatioAuto", + "type": "int" + }, + { + "name": "_expRatioAuto", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_clear_reward": { + "class": "Shock.LiveClearRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterLiveId", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_getableCount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_combo": { + "class": "Shock.LiveComboMst", + "fields": [ + { + "name": "_comboNum", + "type": "int" + }, + { + "name": "_scoreUpRate", + "type": "float" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_condition": { + "class": "Shock.LiveConditionMst", + "fields": [ + { + "name": "_masterLiveId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_detail", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.LIVE_CONDITION_TYPE" + }, + { + "name": "_values", + "type": "uint[]" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_compareType", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_effect_value": { + "class": "Shock.LiveEffectValueMst", + "fields": [ + { + "name": "_id", + "type": "int" + }, + { + "name": "_effectObjectName", + "type": "string" + }, + { + "name": "_baseColor", + "type": "string" + }, + { + "name": "_changeColor", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_input_result": { + "class": "Shock.LiveInputResultMst", + "fields": [ + { + "name": "_type", + "type": "Shock.INPUT_RESULT_TYPE" + }, + { + "name": "_offsetTimeSec", + "type": "float" + }, + { + "name": "_offsetTimeSecSlider", + "type": "float" + }, + { + "name": "_scoreCoeff", + "type": "float" + }, + { + "name": "_lifeDamage", + "type": "int" + }, + { + "name": "_midpointLifeDamage", + "type": "int" + }, + { + "name": "_bombLifeDamage", + "type": "int" + }, + { + "name": "_enableCombo", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_lane_skin": { + "class": "Shock.LiveLaneSkinMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_lanePath", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_mission": { + "class": "Shock.LiveMissionMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.LIVE_MISSION_TYPE" + }, + { + "name": "_level", + "type": "Shock.LIVE_LEVEL" + }, + { + "name": "_value", + "type": "string" + }, + { + "name": "_masterLiveMissionRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_mission_combo": { + "class": "Shock.LiveMissionComboMst", + "fields": [ + { + "name": "_masterMusicId", + "type": "uint" + }, + { + "name": "_valueList", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_mission_reward": { + "class": "Shock.LiveMissionRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_ranking_reward": { + "class": "Shock.LiveRankingRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_recommend": { + "class": "Shock.LiveRecommendMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_priority", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_recommend_list": { + "class": "Shock.LiveRecommendListMst", + "fields": [ + { + "name": "_masterLiveRecommendId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_masterLiveId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_reward": { + "class": "Shock.LiveRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_reward_setting": { + "class": "Shock.LiveRewardSettingMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_liveMode", + "type": "Shock.LIVE_MODE" + }, + { + "name": "_scoreRank", + "type": "Shock.SCORE_RANK" + }, + { + "name": "_masterLiveRewardIdList", + "type": "uint[]" + }, + { + "name": "_rareMasterLiveRewardIdList", + "type": "uint[]" + }, + { + "name": "_ensuredMasterLiveRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_rule": { + "class": "Shock.LiveRuleMst", + "fields": [ + { + "name": "_masterLiveId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_detail", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.LIVE_RULE_TYPE" + }, + { + "name": "_values", + "type": "uint[]" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_compareType", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_tap_effect": { + "class": "Shock.LiveTapEffectMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_tapPath", + "type": "string" + }, + { + "name": "_flickPath", + "type": "string" + }, + { + "name": "_longPath", + "type": "string" + }, + { + "name": "_longLoopPath", + "type": "string" + }, + { + "name": "_skillPath", + "type": "string" + }, + { + "name": "_emptyPath", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "live_tap_se": { + "class": "Shock.LiveTapSeMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_tapPerfectSoundId", + "type": "uint" + }, + { + "name": "_tapGrateSoundId", + "type": "uint" + }, + { + "name": "_tapGoodSoundId", + "type": "uint" + }, + { + "name": "_tapBadSoundId", + "type": "uint" + }, + { + "name": "_tapMissSoundId", + "type": "uint" + }, + { + "name": "_flickSoundId", + "type": "uint" + }, + { + "name": "_tapLongSoundId", + "type": "uint" + }, + { + "name": "_tapEmptySoundId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "location": { + "class": "Shock.LocationMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_description", + "type": "string" + }, + { + "name": "_masterLocationRewardId", + "type": "uint" + }, + { + "name": "_bannerName", + "type": "string" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "location_reward": { + "class": "Shock.LocationRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "login_bonus": { + "class": "Shock.LoginBonusMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.LOGIN_BONUS_TYPE" + }, + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_loop", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_prefabName", + "type": "string" + }, + { + "name": "_boardSpriteName", + "type": "string" + }, + { + "name": "_masterVoiceId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "login_bonus_reward": { + "class": "Shock.LoginBonusRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "login_bonus_reward_setting": { + "class": "Shock.LoginBonusRewardSettingMst", + "fields": [ + { + "name": "_masterLoginBonusId", + "type": "uint" + }, + { + "name": "_dayCount", + "type": "int" + }, + { + "name": "_masterLoginBonusRewardId", + "type": "uint" + }, + { + "name": "_itemBackgroundSpriteName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery": { + "class": "Shock.LotteryMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_masterLotteryInfoId", + "type": "uint" + }, + { + "name": "_masterCautionId", + "type": "uint" + }, + { + "name": "_category", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.LOTTERY_TYPE" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterLotteryPriceId", + "type": "uint" + }, + { + "name": "_masterLotteryRarityId", + "type": "uint" + }, + { + "name": "_masterLotteryImageId", + "type": "uint" + }, + { + "name": "_balloonSpriteName", + "type": "string" + }, + { + "name": "_startdashTime", + "type": "uint" + }, + { + "name": "_startdashExpireTime", + "type": "uint" + }, + { + "name": "_checkDisplayableLottery", + "type": "uint" + }, + { + "name": "_repeat", + "type": "uint" + }, + { + "name": "_exchangeMasterItemId", + "type": "uint" + }, + { + "name": "_masterLotteryEffMovieId", + "type": "uint" + }, + { + "name": "_masterLotteryEffMovieRatioId", + "type": "uint" + }, + { + "name": "_storeReviewFlag", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_caution": { + "class": "Shock.LotteryCautionMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_cautionText", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_eff_movie": { + "class": "Shock.LotteryEffMovieMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_bandCategory", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_normalMovieId", + "type": "uint" + }, + { + "name": "_expectedMoveId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_eff_movie_ratio": { + "class": "Shock.LotteryEffMovieRatioMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_minRarity", + "type": "Shock.RARITY" + }, + { + "name": "_normalMovieRatio", + "type": "uint" + }, + { + "name": "_expectedMoveRatio", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_image": { + "class": "Shock.LotteryImageMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_logoFileName", + "type": "string" + }, + { + "name": "_infoFileName", + "type": "string" + }, + { + "name": "_stepupInfoFileName", + "type": "string[]" + }, + { + "name": "_bgFileName", + "type": "string[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_info": { + "class": "Shock.LotteryInfoMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_infoText", + "type": "string" + }, + { + "name": "_detailText", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_item": { + "class": "Shock.LotteryItemMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_pickup", + "type": "uint" + }, + { + "name": "_show", + "type": "uint" + }, + { + "name": "_boxCount", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_price": { + "class": "Shock.LotteryPriceMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_consumeType", + "type": "Shock.CONSUME_TYPE" + }, + { + "name": "_count", + "type": "int" + }, + { + "name": "_price", + "type": "int" + }, + { + "name": "_limitCount", + "type": "int" + }, + { + "name": "_dailyLimitCount", + "type": "int" + }, + { + "name": "_masterItemId", + "type": "uint" + }, + { + "name": "_masterLotteryRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_rarity": { + "class": "Shock.LotteryRarityMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_masterLotteryItemId", + "type": "uint" + }, + { + "name": "_rarity", + "type": "Shock.RARITY" + }, + { + "name": "_ratio", + "type": "int" + }, + { + "name": "_pickupRatio", + "type": "int" + }, + { + "name": "_ensured", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_reward": { + "class": "Shock.LotteryRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "lottery_stepup": { + "class": "Shock.LotteryStepupMst", + "fields": [ + { + "name": "_masterLotteryId", + "type": "uint" + }, + { + "name": "_count", + "type": "int" + }, + { + "name": "_nextCount", + "type": "int" + }, + { + "name": "_masterLotteryPriceId", + "type": "uint" + }, + { + "name": "_masterLotteryRarityId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "membership_wallpaper": { + "class": "Shock.MembershipWallpaperMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_priorily", + "type": "uint" + }, + { + "name": "_membershipWallpaperConditionType", + "type": "Shock.MEMBERSHIP_WALLPAPER_CONDITION_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "mission": { + "class": "Shock.MissionMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_title", + "type": "string" + }, + { + "name": "_detail", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.MISSION_TYPE" + }, + { + "name": "_parentMasterMissionId", + "type": "uint" + }, + { + "name": "_conditionType", + "type": "Shock.MISSION_CONDITION_TYPE" + }, + { + "name": "_conditionValues", + "type": "uint[]" + }, + { + "name": "_conditionNumber", + "type": "int" + }, + { + "name": "_masterMissionRewardId", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "mission_banner": { + "class": "Shock.MissionBannerMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.MISSION_TYPE" + }, + { + "name": "_bannerFileName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "mission_reward": { + "class": "Shock.MissionRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "movie": { + "class": "Shock.MovieMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_lengthType", + "type": "Shock.MOVIE_LENGTH_TYPE" + }, + { + "name": "_screenType", + "type": "Shock.MOVIE_SCREEN_TYPE" + }, + { + "name": "_movieName", + "type": "string" + }, + { + "name": "_movieDetail", + "type": "string" + }, + { + "name": "_masterCharacterIdList", + "type": "uint[]" + }, + { + "name": "_masterCharacterId", + "type": "uint" + }, + { + "name": "_folderPath", + "type": "string" + }, + { + "name": "_fileName", + "type": "string" + }, + { + "name": "_thumbnailSpriteName", + "type": "string" + }, + { + "name": "_getCategory", + "type": "Shock.GET_CATEGORY" + }, + { + "name": "_masterMusicIdList", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "movie_key": { + "class": "Shock.MovieKeyMst", + "fields": [ + { + "name": "_key", + "type": "string" + }, + { + "name": "_masterMovieId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multi_daily_drop_effect": { + "class": "Shock.MultiDailyDropEffectMst", + "fields": [ + { + "name": "_dayOfWeek", + "type": "Shock.DAY_OF_WEEK" + }, + { + "name": "_text", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multi_room_condition": { + "class": "Shock.MultiRoomConditionMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_multiConditionType", + "type": "Shock.MULTI_CONDITION_TYPE" + }, + { + "name": "_values", + "type": "uint[]" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_compareType", + "type": "uint" + }, + { + "name": "_conditionDetail", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multi_room_select": { + "class": "Shock.MultiRoomSelectMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_liveMode", + "type": "Shock.LIVE_MODE" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_detail", + "type": "string" + }, + { + "name": "_opened", + "type": "uint" + }, + { + "name": "_status", + "type": "uint" + }, + { + "name": "_masterMultiRoomConditionId", + "type": "uint" + }, + { + "name": "_minRoomId", + "type": "int" + }, + { + "name": "_maxRoomId", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multievent_card_bonus": { + "class": "Shock.MultieventCardBonusMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_targetId", + "type": "uint" + }, + { + "name": "_pointBonusRatioList", + "type": "int[]" + }, + { + "name": "_eventBonusAmountList", + "type": "int[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multievent_matchingrange": { + "class": "Shock.MultieventMatchingrangeMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_matchingDiffPer", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multievent_penalty": { + "class": "Shock.MultieventPenaltyMst", + "fields": [ + { + "name": "_penaltyCount", + "type": "uint" + }, + { + "name": "_penaltySec", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multievent_rankbonus": { + "class": "Shock.MultieventRankbonusMst", + "fields": [ + { + "name": "_playerCount", + "type": "uint" + }, + { + "name": "_liveRank", + "type": "uint" + }, + { + "name": "_eventPtBonus", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "multievent_setting": { + "class": "Shock.MultieventSettingMst", + "fields": [ + { + "name": "_eventId", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.EVENT_TYPE" + }, + { + "name": "_targetGroupIds", + "type": "uint[]" + }, + { + "name": "_targetType", + "type": "Shock.CARD_TYPE" + }, + { + "name": "_leftLiveButtonCharaId", + "type": "uint" + }, + { + "name": "_rightLiveButtonCharaId", + "type": "uint" + }, + { + "name": "_needHelperLevel", + "type": "Shock.LIVE_LEVEL" + }, + { + "name": "_needHelperPower", + "type": "int" + }, + { + "name": "_needHelperRank", + "type": "int" + }, + { + "name": "_needHelpableMessage", + "type": "string" + }, + { + "name": "_exclusionLevel", + "type": "Shock.LIVE_LEVEL" + }, + { + "name": "_helpCount", + "type": "int" + }, + { + "name": "_roomWaitSec", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "music": { + "class": "Shock.MusicMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_shortName", + "type": "string" + }, + { + "name": "_kana", + "type": "string" + }, + { + "name": "_artist", + "type": "string" + }, + { + "name": "_detailInfo", + "type": "string" + }, + { + "name": "_dictionaryReference", + "type": "string" + }, + { + "name": "_dictionaryComment", + "type": "string" + }, + { + "name": "_bandCategory", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_masterGroupId", + "type": "uint" + }, + { + "name": "_jacketImageName", + "type": "string" + }, + { + "name": "_masterBgmId", + "type": "uint" + }, + { + "name": "_previewMasterBgmId", + "type": "uint" + }, + { + "name": "_locked", + "type": "uint" + }, + { + "name": "_obtainType", + "type": "Shock.OBTAIN_TYPE" + }, + { + "name": "_isAcLevelMusic", + "type": "int" + }, + { + "name": "_releaseDateTime", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "music_level": { + "class": "Shock.MusicLevelMst", + "fields": [ + { + "name": "_masterMusicId", + "type": "uint" + }, + { + "name": "_level", + "type": "Shock.LIVE_LEVEL" + }, + { + "name": "_levelNumber", + "type": "int" + }, + { + "name": "_noteDataFileName", + "type": "string" + }, + { + "name": "_fullCombo", + "type": "int" + }, + { + "name": "_beforeClimaxNotesCount", + "type": "int" + }, + { + "name": "_scoreCoeff", + "type": "float" + }, + { + "name": "_climaxScoreCoeff", + "type": "float" + }, + { + "name": "_voltageIncreaseCoeff", + "type": "float" + }, + { + "name": "_voltageDecreaseCoeff", + "type": "float" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "music_shop_price": { + "class": "Shock.MusicShopPriceMst", + "fields": [ + { + "name": "_masterMusicId", + "type": "uint" + }, + { + "name": "_consumeType", + "type": "Shock.CONSUME_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "navigation": { + "class": "Shock.NavigationMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_masterScenarioId", + "type": "uint" + }, + { + "name": "_dialogTitle", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "navigation_condition": { + "class": "Shock.NavigationConditionMst", + "fields": [ + { + "name": "_masterNavigationId", + "type": "string" + }, + { + "name": "_conditionType", + "type": "Shock.NAVIGATION_CONDITION_TYPE" + }, + { + "name": "_conditionValue", + "type": "uint" + }, + { + "name": "_conditionNumber", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "navigation_dialog_page": { + "class": "Shock.NavigationDialogPageMst", + "fields": [ + { + "name": "_masterNavigationId", + "type": "string" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_message", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "new_skill": { + "class": "Shock.NewSkillMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_detailText", + "type": "string" + }, + { + "name": "_trigger", + "type": "Shock.SKILL_MAIN_TRIGGER_TYPE" + }, + { + "name": "_triggerValue", + "type": "uint[]" + }, + { + "name": "_probability", + "type": "uint[]" + }, + { + "name": "_effectiveMilliSecs", + "type": "uint[]" + }, + { + "name": "_subTarget", + "type": "Shock.SKILL_SUB_TARGET_TYPE" + }, + { + "name": "_targetGroupId", + "type": "uint" + }, + { + "name": "_targetSchoolGrade", + "type": "uint" + }, + { + "name": "_effectType", + "type": "Shock.SKILL_MAIN_EFFECT_TYPE" + }, + { + "name": "_effectiveValues", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_birthday": { + "class": "Shock.NoticeBirthdayMst", + "fields": [ + { + "name": "_masterNoticeGeneralId", + "type": "uint" + }, + { + "name": "_masterCharacterId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_card": { + "class": "Shock.NoticeCardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "int" + }, + { + "name": "_cardId", + "type": "uint" + }, + { + "name": "_introductionText", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_card_image": { + "class": "Shock.NoticeCardImageMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_imageName", + "type": "string" + }, + { + "name": "_masterLotteryId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_gacha": { + "class": "Shock.NoticeGachaMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_textSpriteName", + "type": "string" + }, + { + "name": "_efTextSpriteName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_general": { + "class": "Shock.NoticeGeneralMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_phase", + "type": "Shock.LOGIN_NOTICE_PHASE" + }, + { + "name": "_navigationTitle", + "type": "string" + }, + { + "name": "_masterNoticeRewardId", + "type": "uint" + }, + { + "name": "_displayableTime", + "type": "uint" + }, + { + "name": "_displayableExpireTime", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_general_navigation": { + "class": "Shock.NoticeGeneralNavigationMst", + "fields": [ + { + "name": "_masterNoticeGeneralId", + "type": "uint" + }, + { + "name": "_order", + "type": "uint" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_message", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_general_sequence": { + "class": "Shock.NoticeGeneralSequenceMst", + "fields": [ + { + "name": "_masterNoticeGeneralId", + "type": "uint" + }, + { + "name": "_order", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.LOGIN_NOTICE_TYPE" + }, + { + "name": "_value", + "type": "string" + }, + { + "name": "_masterBgmId", + "type": "uint" + }, + { + "name": "_endTransition", + "type": "Shock.LOGIN_NOTICE_TRANSITION" + }, + { + "name": "_skippableFlag", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_music": { + "class": "Shock.NoticeMusicMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "int" + }, + { + "name": "_masterMusicId", + "type": "uint" + }, + { + "name": "_stopLoadingImageName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "notice_music_image": { + "class": "Shock.NoticeMusicImageMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_startLoadingImageName1", + "type": "string" + }, + { + "name": "_startLoadingImageName2", + "type": "string" + }, + { + "name": "_startLoadingImageName3", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "part_voice_key": { + "class": "Shock.PartVoiceKeyMst", + "fields": [ + { + "name": "_key", + "type": "string" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_group", + "type": "uint" + }, + { + "name": "_comment", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "preset_background": { + "class": "Shock.PresetBackgroundMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.PRESET_BACKGROUND_TYPE" + }, + { + "name": "_filename", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "preset_foreground": { + "class": "Shock.PresetForegroundMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_type", + "type": "Shock.PRESET_FOREGROUND_TYPE" + }, + { + "name": "_filename", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "release_label": { + "class": "Shock.ReleaseLabelMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_description", + "type": "string" + }, + { + "name": "_releaseStatus", + "type": "uint" + }, + { + "name": "_scope", + "type": "string" + }, + { + "name": "_openedAt", + "type": "string" + }, + { + "name": "_closedAt", + "type": "string" + } + ] + }, + "resource_download": { + "class": "Shock.ResourceDownloadMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_imageName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "result_code": { + "class": "Shock.ResultCodeMst", + "fields": [ + { + "name": "_resultCode", + "type": "Shock.RESULT_CODE" + }, + { + "name": "_masterDialogId", + "type": "string" + }, + { + "name": "_resetFlag", + "type": "uint" + }, + { + "name": "_silentFlag", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "rhythm_icon": { + "class": "Shock.RhythmIconMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_atlasName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "scene_title": { + "class": "Shock.SceneTitleMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_mainTitle", + "type": "string" + }, + { + "name": "_mainMasterNavigationId", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "se": { + "class": "Shock.SeMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_cueSheetName", + "type": "string" + }, + { + "name": "_cueName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "shop_item": { + "class": "Shock.ShopItemMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_masterBillingShopId", + "type": "uint" + }, + { + "name": "_consumeType", + "type": "Shock.CONSUME_TYPE" + }, + { + "name": "_price", + "type": "uint" + }, + { + "name": "_masterShopRewardId", + "type": "uint" + }, + { + "name": "_buyLimit", + "type": "uint" + }, + { + "name": "_startdashTime", + "type": "uint" + }, + { + "name": "_startdashExpireTime", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_timeResetType", + "type": "Shock.TIME_RESET_TYPE" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "shop_reward": { + "class": "Shock.ShopRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_isBonus", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "skill_center": { + "class": "Shock.SkillCenterMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_detailText", + "type": "string" + }, + { + "name": "_effects", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "skill_center_effect": { + "class": "Shock.SkillCenterEffectMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_targetSchoolGrade", + "type": "uint" + }, + { + "name": "_targetGroupId", + "type": "uint" + }, + { + "name": "_targetCardType", + "type": "Shock.SKILL_CARD_TYPE" + }, + { + "name": "_calcType", + "type": "uint" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_targetParam", + "type": "Shock.STATUS_UP_TYPE" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "sound_key": { + "class": "Shock.SoundKeyMst", + "fields": [ + { + "name": "_key", + "type": "string" + }, + { + "name": "_soundType", + "type": "Shock.SOUND_TYPE" + }, + { + "name": "_masterSoundId", + "type": "uint" + }, + { + "name": "_masterSoundNum", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "stamp": { + "class": "Shock.StampMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_bandCategory", + "type": "Shock.BAND_CATEGORY" + }, + { + "name": "_isRare", + "type": "uint" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "star_event_card_bonus": { + "class": "Shock.StarEventCardBonusMst", + "fields": [ + { + "name": "_masterEventId", + "type": "uint" + }, + { + "name": "_targetId", + "type": "uint" + }, + { + "name": "_pointBonusRatioList", + "type": "int[]" + }, + { + "name": "_eventBonusAmountList", + "type": "int[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "star_event_level": { + "class": "Shock.StarEventLevelMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_level", + "type": "uint" + }, + { + "name": "_liveScoreCoefficient", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "star_event_level_reward": { + "class": "Shock.StarEventLevelRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "star_event_level_reward_setting": { + "class": "Shock.StarEventLevelRewardSettingMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_level", + "type": "uint" + }, + { + "name": "_isLoop", + "type": "uint" + }, + { + "name": "_starId", + "type": "uint" + }, + { + "name": "_masterStarEventLevelRewardId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "star_event_setting": { + "class": "Shock.StarEventSettingMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_starId", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "story": { + "class": "Shock.StoryMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.STORY_TYPE" + }, + { + "name": "_masterGroupId", + "type": "uint" + }, + { + "name": "_seasonNumber", + "type": "uint" + }, + { + "name": "_chapterNumber", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_summary", + "type": "string" + }, + { + "name": "_imageName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "story_part": { + "class": "Shock.StoryPartMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterStoryId", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_masterStoryRewardId", + "type": "uint" + }, + { + "name": "_masterMusicId", + "type": "uint" + }, + { + "name": "_scenarioId", + "type": "uint" + }, + { + "name": "_movieIds", + "type": "uint[]" + }, + { + "name": "_imageName", + "type": "string" + }, + { + "name": "_stampCharacterId", + "type": "uint" + }, + { + "name": "_storeReviewSetting", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "story_release": { + "class": "Shock.StoryReleaseMst", + "fields": [ + { + "name": "_masterStoryPartId", + "type": "uint" + }, + { + "name": "_userRank", + "type": "int" + }, + { + "name": "_groupLevel", + "type": "int" + }, + { + "name": "_masterLiveId", + "type": "uint" + }, + { + "name": "_liveScore", + "type": "uint" + }, + { + "name": "_masterMissionId", + "type": "uint" + }, + { + "name": "_eventPoint", + "type": "int" + }, + { + "name": "_openedAtAfterEvent", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "story_reward": { + "class": "Shock.StoryRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "subscription_image": { + "class": "Shock.SubscriptionImageMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_masterBillingProductId", + "type": "string" + }, + { + "name": "_subscriptionImageName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "sys_voice_key": { + "class": "Shock.SysVoiceKeyMst", + "fields": [ + { + "name": "_key", + "type": "string" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_group", + "type": "uint" + }, + { + "name": "_comment", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "text": { + "class": "Shock.TextMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_textJa", + "type": "string" + }, + { + "name": "_textEn", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "title": { + "class": "Shock.TitleMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_name", + "type": "string" + }, + { + "name": "_category", + "type": "Shock.TITLE_CATEGORY" + }, + { + "name": "_detailText", + "type": "string" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_spriteName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "title_screen": { + "class": "Shock.TitleScreenMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_prefabName", + "type": "string" + }, + { + "name": "_masterBgmId", + "type": "uint" + }, + { + "name": "_priority", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "url": { + "class": "Shock.UrlMst", + "fields": [ + { + "name": "_id", + "type": "string" + }, + { + "name": "_url", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "user_rank": { + "class": "Shock.UserRankMst", + "fields": [ + { + "name": "_rank", + "type": "int" + }, + { + "name": "_exp", + "type": "int" + }, + { + "name": "_masterUserRankRewardId", + "type": "uint" + }, + { + "name": "_maxFriend", + "type": "uint" + }, + { + "name": "_maxLp", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "user_rank_reward": { + "class": "Shock.UserRankRewardMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_number", + "type": "uint" + }, + { + "name": "_type", + "type": "Shock.REWARD_TYPE" + }, + { + "name": "_giveType", + "type": "Shock.GIVE_TYPE" + }, + { + "name": "_value", + "type": "uint" + }, + { + "name": "_level", + "type": "int" + }, + { + "name": "_amount", + "type": "int" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "voice": { + "class": "Shock.VoiceMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_num", + "type": "uint" + }, + { + "name": "_cueSheetName", + "type": "string" + }, + { + "name": "_cueName", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "voice_key": { + "class": "Shock.VoiceKeyMst", + "fields": [ + { + "name": "_key", + "type": "string" + }, + { + "name": "_masterVoiceId", + "type": "uint" + }, + { + "name": "_masterVoiceNum", + "type": "uint" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "wipe": { + "class": "Shock.WipeMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_prefabPath", + "type": "string" + }, + { + "name": "_readySeKey", + "type": "string" + }, + { + "name": "_wipeSeKey", + "type": "string" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + }, + "wipe_play_list": { + "class": "Shock.WipePlayListMst", + "fields": [ + { + "name": "_id", + "type": "uint" + }, + { + "name": "_wipeIdList", + "type": "uint[]" + }, + { + "name": "_masterReleaseLabelId", + "type": "uint" + } + ] + } + } +} diff --git a/src/router/master_data.rs b/src/router/master_data.rs index 2744307..c0db93e 100644 --- a/src/router/master_data.rs +++ b/src/router/master_data.rs @@ -1,7 +1,6 @@ -use actix_web::{HttpResponse, HttpRequest, web, Responder}; -use include_dir::{include_dir, Dir}; +use actix_web::{web, HttpRequest, HttpResponse, Responder}; -static MASTERDATA: Dir<'_> = include_dir!("src/router/masterdata/csv/"); +use crate::router::databases::csv::{self, Region}; pub fn routes(cfg: &mut web::ServiceConfig) { cfg.service( @@ -11,13 +10,19 @@ pub fn routes(cfg: &mut web::ServiceConfig) { } async fn mst(req: HttpRequest) -> impl Responder { - let mst = req.match_info().get("MST").unwrap(); - if let Some(file) = MASTERDATA.get_file(format!("{mst}.csv")) { - let body = file.contents(); - return HttpResponse::Ok() + let mst_name = req.match_info().get("MST").unwrap(); + let lang = req.match_info().get("LANG").unwrap_or("JP"); + + let region = match lang.to_ascii_uppercase().as_str() { + "JP" => Region::Jp, + _ => Region::En, // idk + }; + + match csv::csv_bytes(region, mst_name) { + Some(body) => HttpResponse::Ok() .insert_header(("content-type", "text/csv; charset=utf-8")) .insert_header(("content-length", body.len())) - .body(body); + .body(body), + None => HttpResponse::NotFound().finish(), } - HttpResponse::NotFound().finish() } diff --git a/src/router/webui.rs b/src/router/webui.rs index c7c8584..14493cd 100644 --- a/src/router/webui.rs +++ b/src/router/webui.rs @@ -11,6 +11,7 @@ use std::fs; use crate::include_file; use crate::router::{userdata, items}; +use crate::router::databases::csv::Region; fn get_config() -> JsonValue { let args = crate::get_args(); @@ -26,7 +27,7 @@ fn get_login_token(req: &HttpRequest) -> Option { if cookies.is_empty() { return None; } - return Some(cookies.split("ew_token=").last().unwrap_or("").split(';').collect::>()[0].to_string()); + Some(cookies.split("ew_token=").last().unwrap_or("").split(';').collect::>()[0].to_string()) } fn error(msg: &str) -> HttpResponse { @@ -174,19 +175,19 @@ pub fn main(req: HttpRequest) -> HttpResponse { let file_name = path.split("/").last().unwrap_or(""); let file_path = format!("{}/{}", args.image_asset_path, file_name).replace("//", "/"); - if args.image_asset_path != "" && let Ok(body) = fs::read(file_path) { + return if args.image_asset_path != "" && let Ok(body) = fs::read(file_path) { let mime = mime_guess::from_path(path).first_or_octet_stream(); - return HttpResponse::Ok() + HttpResponse::Ok() .insert_header(ContentType(mime)) .insert_header(("content-length", body.len())) - .body(body); + .body(body) } else { if args.image_asset_path != "" { println!("File '{file_name}' was requested, but no file was found on the disk!"); } - return HttpResponse::SeeOther() + HttpResponse::SeeOther() .insert_header(("location", format!("https://sif2-api.ethanthesleepy.one{}", req.path()))) - .body(""); + .body("") } } @@ -252,7 +253,7 @@ pub fn get_card_info(req: HttpRequest) -> HttpResponse { let start = page * max; - let items = jzon::parse(&include_file!("src/router/webui/cards.json")).unwrap(); + let items = crate::router::databases::csv::table(Region::Jp, "card"); if all == "true" { let resp = object!{ @@ -310,9 +311,9 @@ pub fn get_music_info(req: HttpRequest) -> HttpResponse { let start = page * max; let items = if lang == "EN" { - jzon::parse(&include_file!("src/router/databases/json/global/music.json")).unwrap() + crate::router::databases::csv::table(Region::En, "music") } else { - jzon::parse(&include_file!("src/router/databases/json/music.json")).unwrap() + crate::router::databases::csv::table(Region::Jp, "music") }; let page_items: Vec<_> = items.members()